DACA2 - o

STARTDATE 2018-08-20
STARTTIME 12:22:05
GIT-REVISION a30941d

ftp://ftp.se.debian.org/debian/pool/main/o/o3dgc/o3dgc_0~20131011.orig.tar.xz
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:146:23: style: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same. [duplicateExpression]
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:144:30: note: 'init_base' is assigned value 'base' here.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:146:23: note: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:182:21: style: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same. [duplicateExpression]
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:179:28: note: 'init_base' is assigned value 'base' here.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:182:21: note: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:220:23: style: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same. [duplicateExpression]
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:217:30: note: 'init_base' is assigned value 'base' here.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:220:23: note: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:268:23: style: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same. [duplicateExpression]
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:265:30: note: 'init_base' is assigned value 'base' here.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:268:23: note: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:326:21: style: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same. [duplicateExpression]
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:313:31: note: 'init_base' is assigned value 'base' here.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:326:21: note: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:411:21: style: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same. [duplicateExpression]
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:398:31: note: 'init_base' is assigned value 'base' here.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:411:21: note: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:597:21: style: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same. [duplicateExpression]
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:586:28: note: 'init_base' is assigned value 'base' here.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:597:21: note: Same expression on both sides of '>' because the value of 'init_base' and 'base' are the same.
src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp:824:28: style: The scope of the variable 's' can be reduced. [variableScope]
src/o3dgc_common_lib/src/o3dgcTriangleFans.cpp:68:14: style: The scope of the variable 'symbol' can be reduced. [variableScope]
src/o3dgc_common_lib/src/o3dgcTriangleFans.cpp:184:14: style: The scope of the variable 'minValue' can be reduced. [variableScope]
src/o3dgc_common_lib/src/o3dgcTriangleFans.cpp:217:27: style: The scope of the variable 'value' can be reduced. [variableScope]
src/o3dgc_common_lib/src/o3dgcTriangleFans.cpp:309:14: style: The scope of the variable 'symbol' can be reduced. [variableScope]
src/o3dgc_common_lib/src/o3dgcTriangleFans.cpp:380:23: style: The scope of the variable 'value' can be reduced. [variableScope]
src/o3dgc_decode_lib/src/o3dgcDynamicVectorDecoder.cpp:172:29: style: The scope of the variable 'buffer' can be reduced. [variableScope]
src/test/src/main.cpp:368:23: style: The scope of the variable 'n' can be reduced. [variableScope]
src/test/src/main.cpp:1236:27: style: Checking if unsigned variable 'triangles[i]' is less than zero. This might be a false warning. [unsignedLessThanZero]
src/test/src/main.cpp:510:25: style: Variable 'S' is assigned a value that is never used. [unreadVariable]
src/test/src/main.cpp:79:9: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src/test/src/main.cpp:58:12: style: Technically the member function 'IVec3Cmp::operator()' can be const. [functionConst]
src/test/src/main.cpp:395:9: error: Resource leak: fin [resourceLeak]
src/test/src/main.cpp:908:49: performance: Function parameter 'indexBufferIDs' should be passed by const reference. [passedByValue]
src/test/src/main.cpp:179:15: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
src/test/src/main.cpp:364:16: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
src/test/src/main.cpp:481:11: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/oaklisp/oaklisp_1.3.7.orig.tar.gz
oaklisp-1.3.7/src/emulator/cmdline.c:135:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
oaklisp-1.3.7/src/emulator/gc.c:571:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
oaklisp-1.3.7/src/emulator/gc.c:610:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
oaklisp-1.3.7/src/emulator/gc.c:753:6: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oaklisp-1.3.7/src/emulator/gc.c:847:22: warning: Either the condition 'y>=0' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
oaklisp-1.3.7/src/emulator/gc.c:848:10: note: Assuming that condition 'y>=0' is not redundant
oaklisp-1.3.7/src/emulator/gc.c:847:22: note: Null pointer subtraction
oaklisp-1.3.7/src/emulator/gc.c:107:8: style: The scope of the variable 'i' can be reduced. [variableScope]
oaklisp-1.3.7/src/emulator/gc.c:108:8: style: The scope of the variable 'suffix' can be reduced. [variableScope]
oaklisp-1.3.7/src/emulator/gc.c:152:13: style: The scope of the variable 'len' can be reduced. [variableScope]
oaklisp-1.3.7/src/emulator/gc.c:848:10: style: A pointer can not be negative so it is either pointless or an error to check if it is not. [pointerPositive]
oaklisp-1.3.7/src/emulator/gc.c:848:10: style: Unsigned variable 'y' can't be negative so it is unnecessary to test it. [unsignedPositive]
oaklisp-1.3.7/src/emulator/loop.c:417:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
oaklisp-1.3.7/src/emulator/loop.c:417:4: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
oaklisp-1.3.7/src/emulator/loop.c:417:4: portability: %d in format string (no. 4) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
oaklisp-1.3.7/src/emulator/loop.c:417:4: portability: %d in format string (no. 5) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
oaklisp-1.3.7/src/emulator/loop.c:1731:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oaklisp-1.3.7/src/emulator/loop.c:1745:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oaklisp-1.3.7/src/emulator/loop.c:1917:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
oaklisp-1.3.7/src/emulator/loop.c:234:9: style: The scope of the variable 'alist' can be reduced. [variableScope]
oaklisp-1.3.7/src/emulator/loop.c:238:9: style: The scope of the variable 'thelist' can be reduced. [variableScope]
oaklisp-1.3.7/src/emulator/loop.c:239:10: style: The scope of the variable 'loclist' can be reduced. [variableScope]
oaklisp-1.3.7/src/emulator/loop.c:587:11: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
oaklisp-1.3.7/src/emulator/loop.c:1168:11: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
oaklisp-1.3.7/src/emulator/loop.c:1836:0: error: Resource leak: fd [resourceLeak]
oaklisp-1.3.7/src/emulator/loop.c:1320:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
oaklisp-1.3.7/src/emulator/loop.c:1321:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
oaklisp-1.3.7/src/emulator/loop.c:1322:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
oaklisp-1.3.7/src/emulator/loop.c:1323:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
oaklisp-1.3.7/src/emulator/threads.c:58:25: style: Function 'create_thread' argument 1 names different: declaration 'start_method' definition 'start_operation'. [funcArgNamesDifferent]
oaklisp-1.3.7/src/emulator/data.h:400:32: note: Function 'create_thread' argument 1 names different: declaration 'start_method' definition 'start_operation'.
oaklisp-1.3.7/src/emulator/threads.c:58:25: note: Function 'create_thread' argument 1 names different: declaration 'start_method' definition 'start_operation'.
oaklisp-1.3.7/src/emulator/threads.c:49:9: style: struct member 'start_info_t::start_operation' is never used. [unusedStructMember]
oaklisp-1.3.7/src/emulator/threads.c:50:7: style: struct member 'start_info_t::parent_index' is never used. [unusedStructMember]
oaklisp-1.3.7/src/emulator/threads.c:51:7: style: struct member 'start_info_t::my_index' is never used. [unusedStructMember]
oaklisp-1.3.7/src/emulator/weak.c:135:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
oaklisp-1.3.7/src/emulator/weak.c:138:12: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
oaklisp-1.3.7/src/emulator/worldio.c:98:7: style: The scope of the variable 'c' can be reduced. [variableScope]
oaklisp-1.3.7/src/emulator/worldio.c:282:17: style: Function 'dump_world' argument 1 names different: declaration 'justnew' definition 'just_new'. [funcArgNamesDifferent]
oaklisp-1.3.7/src/emulator/worldio.h:28:29: note: Function 'dump_world' argument 1 names different: declaration 'justnew' definition 'just_new'.
oaklisp-1.3.7/src/emulator/worldio.c:282:17: note: Function 'dump_world' argument 1 names different: declaration 'justnew' definition 'just_new'.
oaklisp-1.3.7/src/emulator/worldio.c:309:18: style: Function 'read_world' argument 1 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
oaklisp-1.3.7/src/emulator/worldio.h:29:30: note: Function 'read_world' argument 1 names different: declaration 'string' definition 'str'.
oaklisp-1.3.7/src/emulator/worldio.c:309:18: note: Function 'read_world' argument 1 names different: declaration 'string' definition 'str'.
oaklisp-1.3.7/src/emulator/worldio.c:166:12: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
oaklisp-1.3.7/src/emulator/worldio.c:235:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/oar/oar_2.5.7.orig.tar.gz
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:174:50: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'long long'. [invalidPrintfArgType_uint]
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:253:4: style: Variable 'pch' is reassigned a value before the old one has been used. [redundantAssignment]
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:252:4: note: Variable 'pch' is reassigned a value before the old one has been used.
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:253:4: note: Variable 'pch' is reassigned a value before the old one has been used.
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:239:7: style: The scope of the variable 'rank' can be reduced. [variableScope]
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:240:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:241:8: style: The scope of the variable 'hostname' can be reduced. [variableScope]
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:242:9: style: The scope of the variable 'pch' can be reduced. [variableScope]
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:30:9: style: struct member 'reg_trace::seconds' is never used. [unusedStructMember]
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:31:9: style: struct member 'reg_trace::useconds' is never used. [unusedStructMember]
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:33:5: style: struct member 'reg_trace::parameter' is never used. [unusedStructMember]
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:301:0: style: Variable 'rank' is assigned a value that is never used. [unreadVariable]
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:302:0: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
oar-2.5.7/sources/core/tools/trace_collect/ztracempi.c:373:12: style: Unused variable: error [unusedVariable]
oar-2.5.7/sources/extra/cpp-scheduler/Oar_resource_tree.H:38:3: style: Class 'TreeNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oar-2.5.7/sources/extra/cpp-scheduler/Oar_resource_tree.H:40:17: performance: Function parameter 'res_name' should be passed by const reference. [passedByValue]
oar-2.5.7/sources/extra/cpp-scheduler/Oar_resource_tree.H:40:39: performance: Function parameter 'res_value' should be passed by const reference. [passedByValue]
oar-2.5.7/sources/extra/cpp-scheduler/Gantt_hole_storage.cc:553:30: style: Variable 'timeout_initial_time' is assigned a value that is never used. [unreadVariable]
oar-2.5.7/sources/extra/cpp-scheduler/Gantt_hole_storage.cc:616:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
oar-2.5.7/sources/extra/cpp-scheduler/Gantt_hole_storage.H:33:3: warning: Member variable 'Hole::first_hole' is not initialized in the constructor. [uninitMemberVar]
oar-2.5.7/sources/extra/cpp-scheduler/Gantt_hole_storage.H:33:3: warning: Member variable 'Hole::minimum_hole_duration' is not initialized in the constructor. [uninitMemberVar]
oar-2.5.7/sources/extra/cpp-scheduler/Gantt_hole_storage.H:33:3: style: Class 'Hole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oar-2.5.7/sources/extra/cpp-scheduler/Gantt_hole_storage.H:17:49: performance: Function parameter 'res' should be passed by const reference. [passedByValue]
oar-2.5.7/sources/extra/cpp-scheduler/Gantt_hole_storage.cc:206:41: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
oar-2.5.7/sources/extra/cpp-scheduler/Oar_conflib.cc:172:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
oar-2.5.7/sources/extra/cpp-scheduler/Oar_conflib.cc:70:32: performance: Function parameter 'file' should be passed by const reference. [passedByValue]
oar-2.5.7/sources/extra/cpp-scheduler/Oar_iolib.cc:247:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
oar-2.5.7/sources/extra/cpp-scheduler/Oar_sched_gantt_with_timesharing_and_fairsharing.cc:645:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/oasis/oasis_0.4.6.orig.tar.gz
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/oasis3/oasis3_3.mct+dfsg.121022.orig.tar.xz
oasis3-3.mct+dfsg.121022/lib/mct/mpi-serial/ctest.c:15:9: style: Unused variable: j [unusedVariable]
oasis3-3.mct+dfsg.121022/lib/mct/mpi-serial/handles.c:33:11: style: union member 'Anonymous0::anything' is never used. [unusedStructMember]
oasis3-3.mct+dfsg.121022/lib/mct/mpi-serial/handles.c:180:7: style: Unused variable: i [unusedVariable]
oasis3-3.mct+dfsg.121022/lib/mct/mpi-serial/list.c:453:16: style: Function 'AP_list_search_func' argument 3 names different: declaration 'data' definition 'fixed_data'. [funcArgNamesDifferent]
oasis3-3.mct+dfsg.121022/lib/mct/mpi-serial/list.h:41:86: note: Function 'AP_list_search_func' argument 3 names different: declaration 'data' definition 'fixed_data'.
oasis3-3.mct+dfsg.121022/lib/mct/mpi-serial/list.c:453:16: note: Function 'AP_list_search_func' argument 3 names different: declaration 'data' definition 'fixed_data'.
oasis3-3.mct+dfsg.121022/lib/mct/mpi-serial/list.c:570:11: style: Function 'AP_list_apply' argument 3 names different: declaration 'data' definition 'fixed_data'. [funcArgNamesDifferent]
oasis3-3.mct+dfsg.121022/lib/mct/mpi-serial/list.h:43:92: note: Function 'AP_list_apply' argument 3 names different: declaration 'data' definition 'fixed_data'.
oasis3-3.mct+dfsg.121022/lib/mct/mpi-serial/list.c:570:11: note: Function 'AP_list_apply' argument 3 names different: declaration 'data' definition 'fixed_data'.
oasis3-3.mct+dfsg.121022/lib/mct/mpi-serial/send.c:41:8: style: The scope of the variable 'rreq' can be reduced. [variableScope]
oasis3-3.mct+dfsg.121022/lib/mct/mpi-serial/send.c:188:14: style: Unused variable: status [unusedVariable]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/oath-toolkit/oath-toolkit_2.6.1.orig.tar.gz
oath-toolkit-2.6.1/liboath/errors.c:28:7: style: struct member 'err_t::rc' is never used. [unusedStructMember]
oath-toolkit-2.6.1/liboath/gl/canonicalize-lgpl.c:166:11: style: Condition 'prefix_len' is always false [knownConditionTrueFalse]
oath-toolkit-2.6.1/liboath/gl/canonicalize-lgpl.c:150:16: note: Assignment 'prefix_len=0', assigned value is 0
oath-toolkit-2.6.1/liboath/gl/canonicalize-lgpl.c:166:11: note: Condition 'prefix_len' is always false
oath-toolkit-2.6.1/liboath/gl/canonicalize-lgpl.c:322:23: style: Condition 'pfxlen' is always false [knownConditionTrueFalse]
oath-toolkit-2.6.1/liboath/gl/canonicalize-lgpl.c:320:35: note: Assignment 'pfxlen=0', assigned value is 0
oath-toolkit-2.6.1/liboath/gl/canonicalize-lgpl.c:322:23: note: Condition 'pfxlen' is always false
oath-toolkit-2.6.1/liboath/gl/fclose.c:98:12: error: Resource handle 'fp' freed twice. [doubleFree]
oath-toolkit-2.6.1/liboath/gl/fpurge.c:143:0: error: #error "Please port gnulib fpurge.c to your platform! Look at the definitions of fflush, setvbuf and ungetc on your system, then report this to bug-gnulib." [preprocessorErrorDirective]
oath-toolkit-2.6.1/liboath/gl/freading.c:71:0: error: #error "Please port gnulib freading.c to your platform!" [preprocessorErrorDirective]
oath-toolkit-2.6.1/liboath/gl/fseeko.c:110:0: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib." [preprocessorErrorDirective]
oath-toolkit-2.6.1/liboath/gl/gc-gnulib.c:246:27: style: Function 'gc_cipher_open' argument 1 names different: declaration 'cipher' definition 'alg'. [funcArgNamesDifferent]
oath-toolkit-2.6.1/liboath/gl/gc.h:119:40: note: Function 'gc_cipher_open' argument 1 names different: declaration 'cipher' definition 'alg'.
oath-toolkit-2.6.1/liboath/gl/gc-gnulib.c:246:27: note: Function 'gc_cipher_open' argument 1 names different: declaration 'cipher' definition 'alg'.
oath-toolkit-2.6.1/liboath/gl/gc-gnulib.c:815:67: style: Function 'gc_hash_buffer' argument 4 names different: declaration 'out' definition 'resbuf'. [funcArgNamesDifferent]
oath-toolkit-2.6.1/liboath/gl/gc.h:151:67: note: Function 'gc_hash_buffer' argument 4 names different: declaration 'out' definition 'resbuf'.
oath-toolkit-2.6.1/liboath/gl/gc-gnulib.c:815:67: note: Function 'gc_hash_buffer' argument 4 names different: declaration 'out' definition 'resbuf'.
oath-toolkit-2.6.1/liboath/gl/gc-libgcrypt.c:113:27: style: Function 'gc_cipher_open' argument 1 names different: declaration 'cipher' definition 'alg'. [funcArgNamesDifferent]
oath-toolkit-2.6.1/liboath/gl/gc.h:119:40: note: Function 'gc_cipher_open' argument 1 names different: declaration 'cipher' definition 'alg'.
oath-toolkit-2.6.1/liboath/gl/gc-libgcrypt.c:113:27: note: Function 'gc_cipher_open' argument 1 names different: declaration 'cipher' definition 'alg'.
oath-toolkit-2.6.1/liboath/gl/gc-libgcrypt.c:472:67: style: Function 'gc_hash_buffer' argument 4 names different: declaration 'out' definition 'resbuf'. [funcArgNamesDifferent]
oath-toolkit-2.6.1/liboath/gl/gc.h:151:67: note: Function 'gc_hash_buffer' argument 4 names different: declaration 'out' definition 'resbuf'.
oath-toolkit-2.6.1/liboath/gl/gc-libgcrypt.c:472:67: note: Function 'gc_hash_buffer' argument 4 names different: declaration 'out' definition 'resbuf'.
oath-toolkit-2.6.1/liboath/gl/gettimeofday.c:143:0: error: #error "Only 1-second nominal clock resolution found.  Is that intended?" \ [preprocessorErrorDirective]
oath-toolkit-2.6.1/liboath/gl/u64.h:23:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
oath-toolkit-2.6.1/liboath/gl/memchr.c:95:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
oath-toolkit-2.6.1/liboath/gl/xsize.h:31:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
oath-toolkit-2.6.1/liboath/gl/rename.c:466:2: style: Label 'out' is not used. [unusedLabel]
oath-toolkit-2.6.1/liboath/gl/tests/binary-io.h:29:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
oath-toolkit-2.6.1/liboath/gl/tests/link.c:146:0: error: #error "This platform lacks a link function, and Gnulib doesn't provide a replacement. This is a bug in Gnulib." [preprocessorErrorDirective]
oath-toolkit-2.6.1/liboath/gl/tests/priv-set.h:21:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
oath-toolkit-2.6.1/liboath/gl/tests/test-fopen.h:37:3: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
oath-toolkit-2.6.1/liboath/gl/tests/test-fopen.h:47:3: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
oath-toolkit-2.6.1/liboath/gl/tests/test-fopen.h:52:3: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
oath-toolkit-2.6.1/liboath/gl/tests/test-fopen.h:58:3: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
oath-toolkit-2.6.1/liboath/gl/tests/test-getdelim.c:84:3: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
oath-toolkit-2.6.1/liboath/gl/tests/test-getline.c:84:3: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
oath-toolkit-2.6.1/liboath/gl/tests/test-ignore-value.c:34:16: style: struct member 's::i' is never used. [unusedStructMember]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:154:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:196:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:207:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:210:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:252:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:253:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:254:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:255:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:256:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:257:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:146:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:147:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:147:3: style: Checking if unsigned variable '0*(0*1u+0u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:147:3: style: Checking if unsigned variable '((0*(0*1u+0u)-1)<0)?-(~(0*(0*1u+0u)+0)==-1)-((((0*(0*1u+0u)+1)<<(sizeof((0*1u+0u)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*1u+0u)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:147:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:153:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:154:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:154:3: style: Checking if unsigned variable '0*(0*1u+0u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:154:3: style: Checking if unsigned variable '((0*(0*1u+0u)-1)<0)?-(~(0*(0*1u+0u)+0)==-1)-((((0*(0*1u+0u)+1)<<(sizeof((0*1u+0u)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*1u+0u)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:154:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:160:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:160:3: style: Checking if unsigned variable '0*0u-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:160:3: style: Checking if unsigned variable '((0*0u-1)<0)?-(~(0*0u+0)==-1)-((((0*0u+1)<<(sizeof(0u+0)*CHAR_BIT-2))-1)*2+1):(0*0u+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:161:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:161:3: style: Checking if unsigned variable '0*1u-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:161:3: style: Checking if unsigned variable '((0*1u-1)<0)?-(~(0*1u+0)==-1)-((((0*1u+1)<<(sizeof(1u+0)*CHAR_BIT-2))-1)*2+1):(0*1u+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:162:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:176:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:176:3: style: Checking if unsigned variable '0*(0*-1u+((unsigned int)INT_MIN))-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:176:3: style: Checking if unsigned variable '((0*(0*-1u+((unsigned int)INT_MIN))-1)<0)?-(~(0*(0*-1u+((unsigned int)INT_MIN))+0)==-1)-((((0*(0*-1u+((unsigned int)INT_MIN))+1)<<(sizeof((0*-1u+((unsigned int)INT_MIN))+0)*CHAR_BIT-2))-1)*2+1):(0*(0*-1u+((unsigned int)INT_MIN))+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:176:3: style: Checking if unsigned variable '(unsigned int)INT_MIN' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:176:3: style: Checking if unsigned variable '-1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:182:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:182:3: style: Checking if unsigned variable '0*(0*-1u+((unsigned int)INT_MIN))-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:182:3: style: Checking if unsigned variable '((0*(0*-1u+((unsigned int)INT_MIN))-1)<0)?-(~(0*(0*-1u+((unsigned int)INT_MIN))+0)==-1)-((((0*(0*-1u+((unsigned int)INT_MIN))+1)<<(sizeof((0*-1u+((unsigned int)INT_MIN))+0)*CHAR_BIT-2))-1)*2+1):(0*(0*-1u+((unsigned int)INT_MIN))+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:182:3: style: Checking if unsigned variable '(unsigned int)INT_MIN' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:182:3: style: Checking if unsigned variable '-1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:196:3: style: Checking if unsigned variable '0*(0*-1+0u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:196:3: style: Checking if unsigned variable '((0*(0*-1+0u)-1)<0)?-(~(0*(0*-1+0u)+0)==-1)-((((0*(0*-1+0u)+1)<<(sizeof((0*-1+0u)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*-1+0u)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:196:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:196:3: style: Checking if unsigned variable '0*(0*0u-1)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:196:3: style: Checking if unsigned variable '((0*(0*0u-1)-1)<0)?-(~(0*(0*0u-1)+0)==-1)-((((0*(0*0u-1)+1)<<(sizeof((0*0u-1)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*0u-1)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:197:3: style: Checking if unsigned variable '0*(0*0+0u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:197:3: style: Checking if unsigned variable '((0*(0*0+0u)-1)<0)?-(~(0*(0*0+0u)+0)==-1)-((((0*(0*0+0u)+1)<<(sizeof((0*0+0u)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*0+0u)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:197:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:197:3: style: Unsigned variable '+' can't be negative so it is unnecessary to test it. [unsignedPositive]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:197:3: style: Checking if unsigned variable '0u+0' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:197:3: style: Checking if unsigned variable '0*(0*0u+0)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:197:3: style: Checking if unsigned variable '((0*(0*0u+0)-1)<0)?-(~(0*(0*0u+0)+0)==-1)-((((0*(0*0u+0)+1)<<(sizeof((0*0u+0)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*0u+0)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:197:3: style: Checking if unsigned variable '(((0*(0*0u+0)-1)<0)?((((0*(0*0u+0)+1)<<(sizeof((0*0u+0)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*0u+0)-1))-0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:198:3: style: Checking if unsigned variable '0*(0*1+0u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:198:3: style: Checking if unsigned variable '((0*(0*1+0u)-1)<0)?-(~(0*(0*1+0u)+0)==-1)-((((0*(0*1+0u)+1)<<(sizeof((0*1+0u)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*1+0u)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:198:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:198:3: style: Checking if unsigned variable '0*(0*0u+1)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:198:3: style: Checking if unsigned variable '((0*(0*0u+1)-1)<0)?-(~(0*(0*0u+1)+0)==-1)-((((0*(0*0u+1)+1)<<(sizeof((0*0u+1)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*0u+1)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:202:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:203:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:205:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:207:3: style: Checking if unsigned variable '0*(0*-1+0u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:207:3: style: Checking if unsigned variable '((0*(0*-1+0u)-1)<0)?-(~(0*(0*-1+0u)+0)==-1)-((((0*(0*-1+0u)+1)<<(sizeof((0*-1+0u)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*-1+0u)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:207:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:209:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:210:3: style: Checking if unsigned variable '0*(0*0u-1)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:210:3: style: Checking if unsigned variable '((0*(0*0u-1)-1)<0)?-(~(0*(0*0u-1)+0)==-1)-((((0*(0*0u-1)+1)<<(sizeof((0*0u-1)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*0u-1)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:210:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:216:3: style: Checking if unsigned variable '0*(0*1u-1)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:216:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:216:3: style: Checking if unsigned variable '0*(0*-1+1u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:223:3: style: Checking if unsigned variable '0*(0*0u+0)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:223:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:223:3: style: Checking if unsigned variable '(((0*(0*0u+0)-1)<0)?-(~(0*(0*0u+0)+0)==-1)-((((0*(0*0u+0)+1)<<(sizeof((0*0u+0)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*0u+0)+0))/0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:223:3: style: Checking if unsigned variable '(((0*(0*0u+0)-1)<0)?((((0*(0*0u+0)+1)<<(sizeof((0*0u+0)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*0u+0)-1))/0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:223:3: style: Checking if unsigned variable '0*(0*0+0u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:228:3: style: Checking if unsigned variable '0*(0*-1+0u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:228:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:228:3: style: Checking if unsigned variable '0*(0*0u-1)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:229:3: style: Checking if unsigned variable '0*(0*0+0u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:229:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:229:3: style: Checking if unsigned variable '0*(0*0u+0)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:229:3: style: Checking if unsigned variable '(((0*(0*0u+0)-1)<0)?-(~(0*(0*0u+0)+0)==-1)-((((0*(0*0u+0)+1)<<(sizeof((0*0u+0)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*0u+0)+0))/0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:229:3: style: Checking if unsigned variable '(((0*(0*0u+0)-1)<0)?((((0*(0*0u+0)+1)<<(sizeof((0*0u+0)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*0u+0)-1))/0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:230:3: style: Checking if unsigned variable '0*(0*0u+0u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:230:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:231:3: style: Checking if unsigned variable '0*(0*1+0u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:231:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:231:3: style: Checking if unsigned variable '0*(0*0u+1)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:232:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:233:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:234:3: style: Checking if unsigned variable '0u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:238:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:239:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:252:3: style: Checking if unsigned variable '0*(0*10u-11)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:252:3: style: Checking if unsigned variable '((0*(0*10u-11)-1)<0)?-(~(0*(0*10u-11)+0)==-1)-((((0*(0*10u-11)+1)<<(sizeof((0*10u-11)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*10u-11)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:252:3: style: Checking if unsigned variable '10u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:253:3: style: Checking if unsigned variable '0*(0*10u-10)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:253:3: style: Checking if unsigned variable '((0*(0*10u-10)-1)<0)?-(~(0*(0*10u-10)+0)==-1)-((((0*(0*10u-10)+1)<<(sizeof((0*10u-10)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*10u-10)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:253:3: style: Checking if unsigned variable '10u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:254:3: style: Checking if unsigned variable '0*(0*10u-9)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:254:3: style: Checking if unsigned variable '((0*(0*10u-9)-1)<0)?-(~(0*(0*10u-9)+0)==-1)-((((0*(0*10u-9)+1)<<(sizeof((0*10u-9)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*10u-9)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:254:3: style: Checking if unsigned variable '10u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:255:3: style: Checking if unsigned variable '0*(0*-10+11u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:255:3: style: Checking if unsigned variable '((0*(0*-10+11u)-1)<0)?-(~(0*(0*-10+11u)+0)==-1)-((((0*(0*-10+11u)+1)<<(sizeof((0*-10+11u)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*-10+11u)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:255:3: style: Checking if unsigned variable '11u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:256:3: style: Checking if unsigned variable '0*(0*-10+10u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:256:3: style: Checking if unsigned variable '((0*(0*-10+10u)-1)<0)?-(~(0*(0*-10+10u)+0)==-1)-((((0*(0*-10+10u)+1)<<(sizeof((0*-10+10u)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*-10+10u)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:256:3: style: Checking if unsigned variable '10u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:257:3: style: Checking if unsigned variable '0*(0*-10+9u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:257:3: style: Checking if unsigned variable '((0*(0*-10+9u)-1)<0)?-(~(0*(0*-10+9u)+0)==-1)-((((0*(0*-10+9u)+1)<<(sizeof((0*-10+9u)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*-10+9u)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:257:3: style: Checking if unsigned variable '9u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:268:3: style: Checking if unsigned variable '0*(0*-1+1u)-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:268:3: style: Checking if unsigned variable '((0*(0*-1+1u)-1)<0)?-(~(0*(0*-1+1u)+0)==-1)-((((0*(0*-1+1u)+1)<<(sizeof((0*-1+1u)+0)*CHAR_BIT-2))-1)*2+1):(0*(0*-1+1u)+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:268:3: style: Checking if unsigned variable '1u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:269:3: style: Checking if unsigned variable '0*(0*-39+(37*39u))-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:269:3: style: Checking if unsigned variable '((0*(0*-39+(37*39u))-1)<0)?-(~(0*(0*-39+(37*39u))+0)==-1)-((((0*(0*-39+(37*39u))+1)<<(sizeof((0*-39+(37*39u))+0)*CHAR_BIT-2))-1)*2+1):(0*(0*-39+(37*39u))+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:269:3: style: Checking if unsigned variable '37*39u' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:270:3: style: Checking if unsigned variable '0*(0*-39+(37*39u+1))-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:270:3: style: Checking if unsigned variable '((0*(0*-39+(37*39u+1))-1)<0)?-(~(0*(0*-39+(37*39u+1))+0)==-1)-((((0*(0*-39+(37*39u+1))+1)<<(sizeof((0*-39+(37*39u+1))+0)*CHAR_BIT-2))-1)*2+1):(0*(0*-39+(37*39u+1))+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:270:3: style: Checking if unsigned variable '37*39u+1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:271:3: style: Checking if unsigned variable '0*(0*-39+(37*39u-1))-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:271:3: style: Checking if unsigned variable '((0*(0*-39+(37*39u-1))-1)<0)?-(~(0*(0*-39+(37*39u-1))+0)==-1)-((((0*(0*-39+(37*39u-1))+1)<<(sizeof((0*-39+(37*39u-1))+0)*CHAR_BIT-2))-1)*2+1):(0*(0*-39+(37*39u-1))+0)' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:271:3: style: Checking if unsigned variable '37*39u-1' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:141:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:142:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:143:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:144:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:145:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:146:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:147:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:149:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:150:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:151:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:152:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:153:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:154:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:156:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:158:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:159:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:160:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:161:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:162:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:164:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:165:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:166:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:167:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:168:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:170:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:173:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:175:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:176:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:179:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:181:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:182:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:185:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:186:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:187:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:193:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:194:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:195:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:196:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:197:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:198:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:199:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:200:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:201:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:202:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:203:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:205:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:206:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:207:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:208:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:209:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:210:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:216:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:217:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:218:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:219:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:220:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:221:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:222:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:223:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:224:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:225:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:226:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:227:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:228:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:229:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:230:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:231:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:232:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:233:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:234:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:235:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:236:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:237:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:238:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:239:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:240:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:241:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:242:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:243:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:244:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:245:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:247:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:249:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:250:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:251:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:252:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:253:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:254:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:255:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:256:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:257:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:259:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:261:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:262:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:263:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:266:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:268:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:269:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:270:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:271:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:272:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:216:3: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:228:3: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:268:3: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:269:3: warning: Suspicious code: sign conversion of -39 in calculation because '-39' has a negative value [signConversion]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:270:3: warning: Suspicious code: sign conversion of -39 in calculation because '-39' has a negative value [signConversion]
oath-toolkit-2.6.1/liboath/gl/tests/test-intprops.c:271:3: warning: Suspicious code: sign conversion of -39 in calculation because '-39' has a negative value [signConversion]
oath-toolkit-2.6.1/liboath/gl/tests/test-memchr.c:101:23: style: Condition 'page_boundary!=NULL' is always false [knownConditionTrueFalse]
oath-toolkit-2.6.1/liboath/gl/tests/test-memchr.c:96:27: note: Assignment 'page_boundary=(char*)zerosize_ptr()', assigned value is 0
oath-toolkit-2.6.1/liboath/gl/tests/test-memchr.c:101:23: note: Condition 'page_boundary!=NULL' is always false
oath-toolkit-2.6.1/liboath/gl/tests/test-memchr.c:99:9: style: The scope of the variable 'limit' can be reduced. [variableScope]
oath-toolkit-2.6.1/liboath/gl/tests/test-snprintf.c:42:7: warning: The buffer 'buf' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
oath-toolkit-2.6.1/liboath/gl/tests/test-stdalign.c:38:0: error: #error "alignof is not a macro" [preprocessorErrorDirective]
oath-toolkit-2.6.1/liboath/gl/tests/test-stddef.c:38:8: style: struct member 'd::e' is never used. [unusedStructMember]
oath-toolkit-2.6.1/liboath/gl/tests/test-stddef.c:39:8: style: struct member 'd::f' is never used. [unusedStructMember]
oath-toolkit-2.6.1/liboath/gl/tests/test-stdlib.c:34:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:31:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:32:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:33:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:34:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:35:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:36:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:37:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:38:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:39:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:40:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:41:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:42:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-strverscmp.c:43:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/liboath/gl/tests/test-unsetenv.c:40:3: style: Variable 'entry' is assigned a value that is never used. [unreadVariable]
oath-toolkit-2.6.1/liboath/gl/tests/test-vasnprintf.c:50:7: warning: The buffer 'buf' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
oath-toolkit-2.6.1/liboath/gl/tests/test-verify.c:51:13: style: Condition 'c==2' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/liboath/gl/tests/test-verify.c:55:13: style: Condition '1==1' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/liboath/gl/tests/test-verify.c:58:35: style: Condition '1==1' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/liboath/gl/tests/test-verify.c:55:13: style: Same expression on both sides of '=='. [duplicateExpression]
oath-toolkit-2.6.1/liboath/gl/tests/test-verify.c:58:35: style: Same expression on both sides of '=='. [duplicateExpression]
oath-toolkit-2.6.1/liboath/hotp.c:216:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
oath-toolkit-2.6.1/liboath/tests/tst_coding.c:50:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_coding.c:91:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_coding.c:241:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_coding.c:253:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_coding.c:278:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_coding.c:292:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_coding.c:305:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_coding.c:318:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_coding.c:332:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_errors.c:49:34: warning: Either the condition 'name!=NULL' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
oath-toolkit-2.6.1/liboath/tests/tst_errors.c:43:50: note: Assuming that condition 'name!=NULL' is not redundant
oath-toolkit-2.6.1/liboath/tests/tst_errors.c:49:34: note: Null pointer dereference
oath-toolkit-2.6.1/liboath/tests/tst_hotp_algo.c:168:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_hotp_algo.c:175:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_hotp_algo.c:198:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_hotp_algo.c:209:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_hotp_validate.c:148:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_hotp_validate.c:159:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_hotp_validate.c:159:3: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_hotp_validate.c:172:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_hotp_validate.c:187:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_hotp_validate.c:187:3: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_algo.c:89:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_algo.c:94:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_algo.c:111:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_algo.c:128:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_algo.c:133:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_algo.c:150:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_algo.c:155:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:86:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:97:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:109:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:115:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:128:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:134:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:147:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:153:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:159:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:159:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:175:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:181:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:187:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:187:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:66:12: style: Unused variable: digits [unusedVariable]
oath-toolkit-2.6.1/liboath/tests/tst_totp_validate.c:67:10: style: Unused variable: now [unusedVariable]
oath-toolkit-2.6.1/liboath/totp.c:540:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
oath-toolkit-2.6.1/libpskc/build.c:492:3: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
oath-toolkit-2.6.1/libpskc/build.c:488:0: note: Variable 'doc' is reassigned a value before the old one has been used.
oath-toolkit-2.6.1/libpskc/build.c:492:3: note: Variable 'doc' is reassigned a value before the old one has been used.
oath-toolkit-2.6.1/libpskc/build.c:516:9: style: Variable 'doc' is assigned a value that is never used. [unreadVariable]
oath-toolkit-2.6.1/libpskc/errors.c:30:7: style: struct member 'err_t::rc' is never used. [unusedStructMember]
oath-toolkit-2.6.1/libpskc/gl/memchr.c:95:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
oath-toolkit-2.6.1/libpskc/gl/tests/xsize.h:31:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
oath-toolkit-2.6.1/libpskc/gl/tests/test-inttostr.c:87:7: error: Memory leak: b [memleak]
oath-toolkit-2.6.1/libpskc/gl/tests/test-inttostr.c:91:3: error: Memory leak: b [memleak]
oath-toolkit-2.6.1/libpskc/gl/tests/test-memchr.c:101:23: style: Condition 'page_boundary!=NULL' is always false [knownConditionTrueFalse]
oath-toolkit-2.6.1/libpskc/gl/tests/test-memchr.c:96:27: note: Assignment 'page_boundary=(char*)zerosize_ptr()', assigned value is 0
oath-toolkit-2.6.1/libpskc/gl/tests/test-memchr.c:101:23: note: Condition 'page_boundary!=NULL' is always false
oath-toolkit-2.6.1/libpskc/gl/tests/test-memchr.c:99:9: style: The scope of the variable 'limit' can be reduced. [variableScope]
oath-toolkit-2.6.1/libpskc/gl/tests/test-snprintf.c:42:7: warning: The buffer 'buf' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
oath-toolkit-2.6.1/libpskc/gl/tests/test-stdalign.c:38:0: error: #error "alignof is not a macro" [preprocessorErrorDirective]
oath-toolkit-2.6.1/libpskc/gl/tests/test-stddef.c:38:8: style: struct member 'd::e' is never used. [unusedStructMember]
oath-toolkit-2.6.1/libpskc/gl/tests/test-stddef.c:39:8: style: struct member 'd::f' is never used. [unusedStructMember]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:31:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:32:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:33:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:34:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:35:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:36:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:37:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:38:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:39:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:40:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:41:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:42:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-strverscmp.c:43:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
oath-toolkit-2.6.1/libpskc/gl/tests/test-vasnprintf.c:50:7: warning: The buffer 'buf' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
oath-toolkit-2.6.1/libpskc/gl/tests/test-verify.c:51:13: style: Condition 'c==2' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/libpskc/gl/tests/test-verify.c:55:13: style: Condition '1==1' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/libpskc/gl/tests/test-verify.c:58:35: style: Condition '1==1' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/libpskc/gl/tests/test-verify.c:55:13: style: Same expression on both sides of '=='. [duplicateExpression]
oath-toolkit-2.6.1/libpskc/gl/tests/test-verify.c:58:35: style: Same expression on both sides of '=='. [duplicateExpression]
oath-toolkit-2.6.1/libpskc/gl/anytostr.c:41:9: style: Checking if unsigned variable 'i' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/libpskc/parser.c:189:13: style: The scope of the variable 'ok' can be reduced. [variableScope]
oath-toolkit-2.6.1/libpskc/sign.c:148:3: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
oath-toolkit-2.6.1/libpskc/sign.c:146:0: note: Variable 'node' is reassigned a value before the old one has been used.
oath-toolkit-2.6.1/libpskc/sign.c:148:3: note: Variable 'node' is reassigned a value before the old one has been used.
oath-toolkit-2.6.1/libpskc/sign.c:202:3: style: Variable 'mngr' is reassigned a value before the old one has been used. [redundantAssignment]
oath-toolkit-2.6.1/libpskc/sign.c:198:0: note: Variable 'mngr' is reassigned a value before the old one has been used.
oath-toolkit-2.6.1/libpskc/sign.c:202:3: note: Variable 'mngr' is reassigned a value before the old one has been used.
oath-toolkit-2.6.1/libpskc/tests/tst_errors.c:49:34: warning: Either the condition 'name!=NULL' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
oath-toolkit-2.6.1/libpskc/tests/tst_errors.c:43:50: note: Assuming that condition 'name!=NULL' is not redundant
oath-toolkit-2.6.1/libpskc/tests/tst_errors.c:49:34: note: Null pointer dereference
oath-toolkit-2.6.1/libpskc/tests/tst_setters.c:53:26: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
oath-toolkit-2.6.1/libpskc/tests/tst_setters.c:63:18: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
oath-toolkit-2.6.1/libpskc/tests/tst_setters.c:73:18: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
oath-toolkit-2.6.1/libpskc/tests/tst_setters.c:83:13: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
oath-toolkit-2.6.1/libpskc/tests/tst_validate.c:44:15: style: Unused variable: pskc_key [unusedVariable]
oath-toolkit-2.6.1/libpskc/tests/tst_validate.c:45:9: style: Unused variable: out [unusedVariable]
oath-toolkit-2.6.1/libpskc/tests/tst_validate.c:46:10: style: Unused variable: len [unusedVariable]
oath-toolkit-2.6.1/libpskc/validate.c:49:3: style: Variable '_pskc_parser_ctxt' is reassigned a value before the old one has been used. [redundantAssignment]
oath-toolkit-2.6.1/libpskc/validate.c:45:0: note: Variable '_pskc_parser_ctxt' is reassigned a value before the old one has been used.
oath-toolkit-2.6.1/libpskc/validate.c:49:3: note: Variable '_pskc_parser_ctxt' is reassigned a value before the old one has been used.
oath-toolkit-2.6.1/oathtool/gl/error.c:138:0: error: #error Please port fcntl to your platform [preprocessorErrorDirective]
oath-toolkit-2.6.1/oathtool/gl/timespec.h:25:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
oath-toolkit-2.6.1/oathtool/gl/gettimeofday.c:143:0: error: #error "Only 1-second nominal clock resolution found.  Is that intended?" \ [preprocessorErrorDirective]
oath-toolkit-2.6.1/oathtool/gl/memchr.c:95:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
oath-toolkit-2.6.1/oathtool/gl/mktime.c:207:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/oathtool/gl/mktime.c:208:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/oathtool/gl/mktime.c:80:1: style: struct member 'long_int_is_wide_enough::a' is never used. [unusedStructMember]
oath-toolkit-2.6.1/oathtool/gl/mktime.c:134:1: style: struct member 'time_t_is_integer::a' is never used. [unusedStructMember]
oath-toolkit-2.6.1/oathtool/gl/mktime.c:135:1: style: struct member 'twos_complement_arithmetic::a' is never used. [unusedStructMember]
oath-toolkit-2.6.1/oathtool/gl/mktime.c:142:1: style: struct member 'base_year_is_a_multiple_of_100::a' is never used. [unusedStructMember]
oath-toolkit-2.6.1/oathtool/gl/mktime.c:203:3: style: struct member 'C99_integer_division::a' is never used. [unusedStructMember]
oath-toolkit-2.6.1/oathtool/gl/mktime.c:260:3: style: struct member 'int_no_wider_than_time_t::a' is never used. [unusedStructMember]
* yacc.c:358  *:902:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
* yacc.c:1906  *:285:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
* yacc.c:1906  *:286:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/oathtool/gl/parse-duration.c:576:30: style: Function 'parse_duration' argument 1 names different: declaration 'in_pz' definition 'pz'. [funcArgNamesDifferent]
oath-toolkit-2.6.1/oathtool/gl/parse-duration.h:88:44: note: Function 'parse_duration' argument 1 names different: declaration 'in_pz' definition 'pz'.
oath-toolkit-2.6.1/oathtool/gl/parse-duration.c:576:30: note: Function 'parse_duration' argument 1 names different: declaration 'in_pz' definition 'pz'.
oath-toolkit-2.6.1/oathtool/gl/xsize.h:31:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
oath-toolkit-2.6.1/oathtool/gl/strerror.c:45:7: style: Condition 'msg' is always false [knownConditionTrueFalse]
oath-toolkit-2.6.1/oathtool/gl/strerror.c:44:21: note: Assignment 'msg=NULL', assigned value is 0
oath-toolkit-2.6.1/oathtool/gl/strerror.c:45:7: note: Condition 'msg' is always false
oath-toolkit-2.6.1/oathtool/gl/tests/test-memchr.c:101:23: style: Condition 'page_boundary!=NULL' is always false [knownConditionTrueFalse]
oath-toolkit-2.6.1/oathtool/gl/tests/test-memchr.c:96:27: note: Assignment 'page_boundary=(char*)zerosize_ptr()', assigned value is 0
oath-toolkit-2.6.1/oathtool/gl/tests/test-memchr.c:101:23: note: Condition 'page_boundary!=NULL' is always false
oath-toolkit-2.6.1/oathtool/gl/tests/test-memchr.c:99:9: style: The scope of the variable 'limit' can be reduced. [variableScope]
oath-toolkit-2.6.1/oathtool/gl/tests/test-parse-datetime.c:78:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/oathtool/gl/tests/test-parse-datetime.c:79:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
oath-toolkit-2.6.1/oathtool/gl/tests/test-stdalign.c:38:0: error: #error "alignof is not a macro" [preprocessorErrorDirective]
oath-toolkit-2.6.1/oathtool/gl/tests/test-stddef.c:38:8: style: struct member 'd::e' is never used. [unusedStructMember]
oath-toolkit-2.6.1/oathtool/gl/tests/test-stddef.c:39:8: style: struct member 'd::f' is never used. [unusedStructMember]
oath-toolkit-2.6.1/oathtool/gl/tests/test-stdlib.c:34:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
oath-toolkit-2.6.1/oathtool/gl/tests/test-unsetenv.c:40:3: style: Variable 'entry' is assigned a value that is never used. [unreadVariable]
oath-toolkit-2.6.1/oathtool/gl/tests/test-vasnprintf.c:50:7: warning: The buffer 'buf' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
oath-toolkit-2.6.1/oathtool/gl/tests/test-verify.c:51:13: style: Condition 'c==2' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/oathtool/gl/tests/test-verify.c:55:13: style: Condition '1==1' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/oathtool/gl/tests/test-verify.c:58:35: style: Condition '1==1' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/oathtool/gl/tests/test-verify.c:55:13: style: Same expression on both sides of '=='. [duplicateExpression]
oath-toolkit-2.6.1/oathtool/gl/tests/test-verify.c:58:35: style: Same expression on both sides of '=='. [duplicateExpression]
oath-toolkit-2.6.1/oathtool/gl/gettext.h:216:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
oath-toolkit-2.6.1/oathtool/gl/gettext.h:262:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
oath-toolkit-2.6.1/oathtool/gl/xalloc.h:26:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
oath-toolkit-2.6.1/oathtool/oathtool.c:248:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/oathtool/oathtool.c:249:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/oathtool/oathtool.c:134:10: style: The scope of the variable 'now' can be reduced. [variableScope]
oath-toolkit-2.6.1/oathtool/oathtool_cmd.c:785:8: style: Condition 'error_occurred' is always false [knownConditionTrueFalse]
oath-toolkit-2.6.1/oathtool/oathtool_cmd.c:569:24: note: Assignment 'error_occurred=0', assigned value is 0
oath-toolkit-2.6.1/oathtool/oathtool_cmd.c:785:8: note: Condition 'error_occurred' is always false
oath-toolkit-2.6.1/oathtool/oathtool_cmd.c:467:78: warning: Either the condition 'if(field_given&&*field_given&&!override)' is redundant or there is possible null pointer dereference: field_given. [nullPointerRedundantCheck]
oath-toolkit-2.6.1/oathtool/oathtool_cmd.c:493:6: note: Assuming that condition 'if(field_given&&*field_given&&!override)' is not redundant
oath-toolkit-2.6.1/oathtool/oathtool_cmd.c:467:78: note: Null pointer dereference
oath-toolkit-2.6.1/oathtool/oathtool_cmd.c:276:7: style: The scope of the variable 'found' can be reduced. [variableScope]
oath-toolkit-2.6.1/oathtool/oathtool_cmd.c:461:10: style: The scope of the variable 'string_field' can be reduced. [variableScope]
oath-toolkit-2.6.1/pam_oath/pam_oath.c:111:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/pam_oath/pam_oath.c:127:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/pam_oath/pam_oath.c:128:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/pam_oath/pam_oath.c:260:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/pam_oath/pam_oath.c:215:12: style: Checking if unsigned variable 'wrote' is less than zero. [unsignedLessThanZero]
oath-toolkit-2.6.1/pam_oath/tests/test-pam_oath-root.c:124:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/pam_oath/tests/test-pam_oath-root.c:132:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/pam_oath/tests/test-pam_oath-root.c:140:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
oath-toolkit-2.6.1/pam_oath/tests/test-pam_oath-root.c:117:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
oath-toolkit-2.6.1/pskctool/gl/error.c:138:0: error: #error Please port fcntl to your platform [preprocessorErrorDirective]
oath-toolkit-2.6.1/pskctool/gl/gettimeofday.c:143:0: error: #error "Only 1-second nominal clock resolution found.  Is that intended?" \ [preprocessorErrorDirective]
oath-toolkit-2.6.1/pskctool/gl/strerror.c:45:7: style: Condition 'msg' is always false [knownConditionTrueFalse]
oath-toolkit-2.6.1/pskctool/gl/strerror.c:44:21: note: Assignment 'msg=NULL', assigned value is 0
oath-toolkit-2.6.1/pskctool/gl/strerror.c:45:7: note: Condition 'msg' is always false
oath-toolkit-2.6.1/pskctool/gl/tests/binary-io.h:29:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
oath-toolkit-2.6.1/pskctool/gl/tests/test-stdalign.c:38:0: error: #error "alignof is not a macro" [preprocessorErrorDirective]
oath-toolkit-2.6.1/pskctool/gl/tests/test-stddef.c:38:8: style: struct member 'd::e' is never used. [unusedStructMember]
oath-toolkit-2.6.1/pskctool/gl/tests/test-stddef.c:39:8: style: struct member 'd::f' is never used. [unusedStructMember]
oath-toolkit-2.6.1/pskctool/gl/tests/test-stdlib.c:34:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
oath-toolkit-2.6.1/pskctool/gl/tests/test-verify.c:51:13: style: Condition 'c==2' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/pskctool/gl/tests/test-verify.c:55:13: style: Condition '1==1' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/pskctool/gl/tests/test-verify.c:58:35: style: Condition '1==1' is always true [knownConditionTrueFalse]
oath-toolkit-2.6.1/pskctool/gl/tests/test-verify.c:55:13: style: Same expression on both sides of '=='. [duplicateExpression]
oath-toolkit-2.6.1/pskctool/gl/tests/test-verify.c:58:35: style: Same expression on both sides of '=='. [duplicateExpression]
oath-toolkit-2.6.1/pskctool/gl/gettext.h:216:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
oath-toolkit-2.6.1/pskctool/gl/gettext.h:262:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
oath-toolkit-2.6.1/pskctool/pskctool_cmd.c:488:78: warning: Either the condition 'if(field_given&&*field_given&&!override)' is redundant or there is possible null pointer dereference: field_given. [nullPointerRedundantCheck]
oath-toolkit-2.6.1/pskctool/pskctool_cmd.c:503:6: note: Assuming that condition 'if(field_given&&*field_given&&!override)' is not redundant
oath-toolkit-2.6.1/pskctool/pskctool_cmd.c:488:78: note: Null pointer dereference
oath-toolkit-2.6.1/pskctool/pskctool_cmd.c:482:10: style: The scope of the variable 'string_field' can be reduced. [variableScope]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/oauth-signpost/oauth-signpost_1.2.1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/obantoo/obantoo_2.1.12+ds1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/obby/obby_0.4.8.orig.tar.gz
obby-0.4.8/src/serialise/token.cpp:195:6: warning: Possible dereference of an invalid iterator: iter [derefInvalidIterator]
obby-0.4.8/src/zeroconf.cpp:33:0: error: #error This file cannot be compiled without neither Bonjour, Howl nor Avahi. [preprocessorErrorDirective]
obby-0.4.8/test/test_jupiter.cpp:330:38: style: Variable 'success' is modified but its new value is never used. [unreadVariable]
obby-0.4.8/test/test_text.cpp:16:3: style: Class 'desc_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obby-0.4.8/test/test_text.cpp:312:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
obby-0.4.8/test/test_text.cpp:317:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/obconf/obconf_2.0.4.orig.tar.gz
obconf-2.0.4/src/appearance.c:329:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
obconf-2.0.4/src/appearance.c:211:35: style: Function 'read_font' argument 3 names different: declaration 'def' definition 'use_default'. [funcArgNamesDifferent]
obconf-2.0.4/src/appearance.c:26:73: note: Function 'read_font' argument 3 names different: declaration 'def' definition 'use_default'.
obconf-2.0.4/src/appearance.c:211:35: note: Function 'read_font' argument 3 names different: declaration 'def' definition 'use_default'.
obconf-2.0.4/src/desktops.c:156:16: style: The scope of the variable 'name' can be reduced. [variableScope]
obconf-2.0.4/src/main.c:53:40: style: Function 'obconf_error' argument 2 names different: declaration 'model' definition 'modal'. [funcArgNamesDifferent]
obconf-2.0.4/src/main.h:39:40: note: Function 'obconf_error' argument 2 names different: declaration 'model' definition 'modal'.
obconf-2.0.4/src/main.c:53:40: note: Function 'obconf_error' argument 2 names different: declaration 'model' definition 'modal'.
obconf-2.0.4/src/margins.c:27:20: style: Unused variable: w1 [unusedVariable]
obconf-2.0.4/src/margins.c:27:25: style: Unused variable: w2 [unusedVariable]
obconf-2.0.4/src/margins.c:27:30: style: Unused variable: w3 [unusedVariable]
obconf-2.0.4/src/margins.c:28:19: style: Unused variable: group [unusedVariable]
obconf-2.0.4/src/margins.c:29:12: style: Unused variable: s [unusedVariable]
obconf-2.0.4/src/margins.c:30:10: style: Unused variable: pos [unusedVariable]
obconf-2.0.4/src/preview.c:466:10: style: Unused variable: w [unusedVariable]
obconf-2.0.4/src/preview.c:466:13: style: Unused variable: h [unusedVariable]
obconf-2.0.4/src/theme.c:251:18: style: The scope of the variable 'n' can be reduced. [variableScope]
obconf-2.0.4/src/theme.c:178:13: style: Unused variable: active [unusedVariable]
obconf-2.0.4/src/theme.c:178:22: style: Unused variable: inactive [unusedVariable]
obconf-2.0.4/src/theme.c:178:33: style: Unused variable: menu_t [unusedVariable]
obconf-2.0.4/src/theme.c:178:42: style: Unused variable: menu_i [unusedVariable]
obconf-2.0.4/src/theme.c:178:51: style: Unused variable: osd [unusedVariable]
obconf-2.0.4/src/theme.c:98:8: error: Uninitialized variable: name [uninitvar]
obconf-2.0.4/src/tree.c:91:14: style: Variable 'err' is not assigned a value. [unassignedVariable]
obconf-2.0.4/src/tree.c:112:10: error: Uninitialized variable: err [uninitvar]
obconf-2.0.4/src/windows.c:91:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
obconf-2.0.4/src/windows.c:88:5: note: Variable 'b' is reassigned a value before the old one has been used.
obconf-2.0.4/src/windows.c:91:5: note: Variable 'b' is reassigned a value before the old one has been used.
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/obconf-qt/obconf-qt_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/o/obdgpslogger/obdgpslogger_0.16.orig.tar.gz
obdgpslogger-0.16/src/analysis/analysistables.c:200:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
obdgpslogger-0.16/src/analysis/examinetrips.c:69:6: style: The scope of the variable 'maf_count' can be reduced. [variableScope]
obdgpslogger-0.16/src/analysis/examinetrips.c:72:15: style: Variable 'maf_count' is assigned a value that is never used. [unreadVariable]
obdgpslogger-0.16/src/analysis/examinetrips.c:96:23: error: Uninitialized variable: total_maf [uninitvar]
obdgpslogger-0.16/src/analysis/examinetrips.c:104:9: error: Uninitialized variable: total_maf [uninitvar]
obdgpslogger-0.16/src/analysis/examinetrips.c:95:36: error: Uninitialized variable: delta_time [uninitvar]
obdgpslogger-0.16/src/analysis/examinetrips.c:96:34: error: Uninitialized variable: delta_time [uninitvar]
obdgpslogger-0.16/src/analysis/examinetrips.c:100:87: error: Uninitialized variable: delta_time [uninitvar]
obdgpslogger-0.16/src/analysis/tripcompare.c:74:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
obdgpslogger-0.16/src/conf/obdconfigfile.c:51:8: style: The scope of the variable 'envhome' can be reduced. [variableScope]
obdgpslogger-0.16/src/ftdipty/ftdipty.c:77:5: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
obdgpslogger-0.16/src/ftdipty/ftdipty.c:80:5: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
obdgpslogger-0.16/src/ftdipty/ftdipty.c:110:6: style: The scope of the variable 'i' can be reduced. [variableScope]
obdgpslogger-0.16/src/ftdipty/ftdipty.c:174:2: warning: The buffer 'ptyname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
obdgpslogger-0.16/src/ftdipty/ftdipty.c:115:54: error: Uninitialized variable: product [uninitvar]
obdgpslogger-0.16/src/gui/loggerhandler.cpp:214:8: style: The scope of the variable 'line' can be reduced. [variableScope]
obdgpslogger-0.16/src/gui/loggerhandler.cpp:75:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
obdgpslogger-0.16/src/gui/loggerhandler.cpp:228:4: warning: The buffer 'mLinebuf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
obdgpslogger-0.16/src/gui/loggerhandler.h:47:7: style: Technically the member function 'loggerhandler::isUsable' can be const. [functionConst]
obdgpslogger-0.16/src/gui/loggerhandler.h:50:7: style: Technically the member function 'loggerhandler::isStarted' can be const. [functionConst]
obdgpslogger-0.16/src/gui/loggerhandler.h:41:2: style: Class 'loggerhandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obdgpslogger-0.16/src/kml/justgps.c:91:13: error: Array 'firstpos[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
obdgpslogger-0.16/src/kml/justgps.c:91:26: error: Array 'currpos[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
obdgpslogger-0.16/src/kml/justgps.c:75:10: style: The scope of the variable 'lasttime' can be reduced. [variableScope]
obdgpslogger-0.16/src/kml/justgps.c:78:10: style: The scope of the variable 'currspeed' can be reduced. [variableScope]
obdgpslogger-0.16/src/kml/justgps.c:79:10: style: The scope of the variable 'currtime' can be reduced. [variableScope]
obdgpslogger-0.16/src/kml/justgps.c:98:15: style: Variable 'lasttime' is assigned a value that is never used. [unreadVariable]
obdgpslogger-0.16/src/logger/ecudb.c:79:14: style: Variable 'retvalue' is assigned a value that is never used. [unreadVariable]
obdgpslogger-0.16/src/obdcomm/obdserial.c:95:6: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
obdgpslogger-0.16/src/obdcomm/obdserial.c:559:3: error: Resource leak: seriallog [resourceLeak]
obdgpslogger-0.16/src/obdcomm/obdserial.c:561:2: error: Resource leak: seriallog [resourceLeak]
obdgpslogger-0.16/src/obdcomm/obdserial.c:660:17: error: Uninitialized variable: cmdret [uninitvar]
obdgpslogger-0.16/src/repair/obdrepair.c:122:8: warning: Identical condition '-1==rc', second condition is always false [identicalConditionAfterEarlyExit]
obdgpslogger-0.16/src/repair/obdrepair.c:118:8: note: first condition
obdgpslogger-0.16/src/repair/obdrepair.c:122:8: note: second condition
obdgpslogger-0.16/src/repair/obdrepair.c:126:8: warning: Identical condition '-1==rc', second condition is always false [identicalConditionAfterEarlyExit]
obdgpslogger-0.16/src/repair/obdrepair.c:118:8: note: first condition
obdgpslogger-0.16/src/repair/obdrepair.c:126:8: note: second condition
obdgpslogger-0.16/src/repair/obdrepair.c:130:8: warning: Identical condition '-1==rc', second condition is always false [identicalConditionAfterEarlyExit]
obdgpslogger-0.16/src/repair/obdrepair.c:118:8: note: first condition
obdgpslogger-0.16/src/repair/obdrepair.c:130:8: note: second condition
obdgpslogger-0.16/src/repair/obdrepair.c:134:8: warning: Identical condition '-1==rc', second condition is always false [identicalConditionAfterEarlyExit]
obdgpslogger-0.16/src/repair/obdrepair.c:118:8: note: first condition
obdgpslogger-0.16/src/repair/obdrepair.c:134:8: note: second condition
obdgpslogger-0.16/src/repair/obdrepair.c:126:8: warning: Identical condition '-1==rc', second condition is always false [identicalConditionAfterEarlyExit]
obdgpslogger-0.16/src/repair/obdrepair.c:122:8: note: first condition
obdgpslogger-0.16/src/repair/obdrepair.c:126:8: note: second condition
obdgpslogger-0.16/src/repair/obdrepair.c:130:8: warning: Identical condition '-1==rc', second condition is always false [identicalConditionAfterEarlyExit]
obdgpslogger-0.16/src/repair/obdrepair.c:122:8: note: first condition
obdgpslogger-0.16/src/repair/obdrepair.c:130:8: note: second condition
obdgpslogger-0.16/src/repair/obdrepair.c:134:8: warning: Identical condition '-1==rc', second condition is always false [identicalConditionAfterEarlyExit]
obdgpslogger-0.16/src/repair/obdrepair.c:122:8: note: first condition
obdgpslogger-0.16/src/repair/obdrepair.c:134:8: note: second condition
obdgpslogger-0.16/src/repair/obdrepair.c:130:8: warning: Identical condition '-1==rc', second condition is always false [identicalConditionAfterEarlyExit]
obdgpslogger-0.16/src/repair/obdrepair.c:126:8: note: first condition
obdgpslogger-0.16/src/repair/obdrepair.c:130:8: note: second condition
obdgpslogger-0.16/src/repair/obdrepair.c:134:8: warning: Identical condition '-1==rc', second condition is always false [identicalConditionAfterEarlyExit]
obdgpslogger-0.16/src/repair/obdrepair.c:126:8: note: first condition
obdgpslogger-0.16/src/repair/obdrepair.c:134:8: note: second condition
obdgpslogger-0.16/src/repair/obdrepair.c:134:8: warning: Identical condition '-1==rc', second condition is always false [identicalConditionAfterEarlyExit]
obdgpslogger-0.16/src/repair/obdrepair.c:130:8: note: first condition
obdgpslogger-0.16/src/repair/obdrepair.c:134:8: note: second condition
obdgpslogger-0.16/src/repair/obdrepair.c:281:7: style: Variable 'getdelta_sql' is assigned a value that is never used. [unreadVariable]
obdgpslogger-0.16/src/repair/obdrepair.c:282:7: style: Variable 'applydelta_gps_sql' is assigned a value that is never used. [unreadVariable]
obdgpslogger-0.16/src/repair/obdrepair.c:283:7: style: Variable 'applydelta_obd_sql' is assigned a value that is never used. [unreadVariable]
obdgpslogger-0.16/src/repair/obdrepair.c:284:7: style: Variable 'applydelta_trip_sql' is assigned a value that is never used. [unreadVariable]
obdgpslogger-0.16/src/sim/generators/dbus/gen_dbus.c:202:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
obdgpslogger-0.16/src/sim/generators/dbus/gen_dbus.c:123:69: warning: Either the condition 'NULL==cmd' is redundant or there is possible null pointer dereference: cmd. [nullPointerRedundantCheck]
obdgpslogger-0.16/src/sim/generators/dbus/gen_dbus.c:125:12: note: Assuming that condition 'NULL==cmd' is not redundant
obdgpslogger-0.16/src/sim/generators/dbus/gen_dbus.c:123:69: note: Null pointer dereference
obdgpslogger-0.16/src/sim/generators/dbus/gen_dbus.c:220:0: error: Memory leak: g [memleak]
obdgpslogger-0.16/src/sim/generators/logger/gen_logger.c:122:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
obdgpslogger-0.16/src/sim/generators/megasquirt/gen_megasquirt.c:69:54: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
obdgpslogger-0.16/src/sim/generators/megasquirt/gen_megasquirt.c:60:2: error: Memory leak: g [memleak]
obdgpslogger-0.16/src/sim/mainloop.cc:180:19: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
obdgpslogger-0.16/src/sim/mainloop.cc:180:19: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
obdgpslogger-0.16/src/sim/mainloop.cc:180:19: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
obdgpslogger-0.16/src/sim/mainloop.cc:345:7: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
obdgpslogger-0.16/src/sim/mainloop.cc:48:8: style: The scope of the variable 'line' can be reduced. [variableScope]
obdgpslogger-0.16/src/sim/mainloop.cc:159:7: style: The scope of the variable 'command_recognised' can be reduced. [variableScope]
obdgpslogger-0.16/src/sim/mainloop.cc:423:55: style: Function 'obdsim_freezeframes' argument 2 names different: declaration 'ecucount' definition 'ecu_count'. [funcArgNamesDifferent]
obdgpslogger-0.16/src/sim/mainloop.h:51:55: note: Function 'obdsim_freezeframes' argument 2 names different: declaration 'ecucount' definition 'ecu_count'.
obdgpslogger-0.16/src/sim/mainloop.cc:423:55: note: Function 'obdsim_freezeframes' argument 2 names different: declaration 'ecucount' definition 'ecu_count'.
obdgpslogger-0.16/src/sim/mainloop.cc:546:7: style: Unused variable: atopt_c [unusedVariable]
obdgpslogger-0.16/src/sim/obdsim.cc:607:18: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
obdgpslogger-0.16/src/sim/obdsim.cc:617:18: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
obdgpslogger-0.16/src/sim/obdsim.cc:624:18: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
obdgpslogger-0.16/src/sim/obdsim.cc:454:10: style: Condition 'NULL==sp' is always true [knownConditionTrueFalse]
obdgpslogger-0.16/src/sim/obdsim.cc:431:19: note: Assignment 'sp=NULL', assigned value is 0
obdgpslogger-0.16/src/sim/obdsim.cc:454:10: note: Condition 'NULL==sp' is always true
obdgpslogger-0.16/src/sim/posixsimport.cc:196:42: style: Function 'writeData' argument 1 names different: declaration 'data' definition 'line'. [funcArgNamesDifferent]
obdgpslogger-0.16/src/sim/posixsimport.h:48:37: note: Function 'writeData' argument 1 names different: declaration 'data' definition 'line'.
obdgpslogger-0.16/src/sim/posixsimport.cc:196:42: note: Function 'writeData' argument 1 names different: declaration 'data' definition 'line'.
obdgpslogger-0.16/src/sim/posixsimport.cc:49:3: warning: The buffer 'portname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
obdgpslogger-0.16/src/sim/posixsimport.cc:155:2: warning: The buffer 'portname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
obdgpslogger-0.16/src/sim/posixsimport.h:34:2: style: Class 'PosixSimPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obdgpslogger-0.16/src/sim/posixsimport.h:41:16: style: The function 'getPort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
obdgpslogger-0.16/src/sim/simport.h:34:16: note: Virtual function in base class
obdgpslogger-0.16/src/sim/posixsimport.h:41:16: note: Function in derived class
obdgpslogger-0.16/src/sim/posixsimport.h:45:16: style: The function 'readLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
obdgpslogger-0.16/src/sim/simport.h:60:16: note: Virtual function in base class
obdgpslogger-0.16/src/sim/posixsimport.h:45:16: note: Function in derived class
obdgpslogger-0.16/src/sim/posixsimport.h:48:15: style: The function 'writeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
obdgpslogger-0.16/src/sim/simport.h:50:15: note: Virtual function in base class
obdgpslogger-0.16/src/sim/posixsimport.h:48:15: note: Function in derived class
obdgpslogger-0.16/src/sim/simport.h:40:6: style: Technically the member function 'OBDSimPort::getEcho' can be const. [functionConst]
obdgpslogger-0.16/src/sim/simport.cc:40:17: note: Technically the member function 'OBDSimPort::getEcho' can be const.
obdgpslogger-0.16/src/sim/simport.h:40:6: note: Technically the member function 'OBDSimPort::getEcho' can be const.
obdgpslogger-0.16/src/sim/simport.h:56:6: style: Technically the member function 'OBDSimPort::isUsable' can be const. [functionConst]
obdgpslogger-0.16/src/sim/simport.cc:67:17: note: Technically the member function 'OBDSimPort::isUsable' can be const.
obdgpslogger-0.16/src/sim/simport.h:56:6: note: Technically the member function 'OBDSimPort::isUsable' can be const.
obdgpslogger-0.16/src/sim/windowssimport.cc:137:13: style: The scope of the variable 'tzflag' can be reduced. [variableScope]
obdgpslogger-0.16/src/sim/windowssimport.cc:32:44: style: Function 'WindowsSimPort' argument 1 names different: declaration 'portname' definition 'port'. [funcArgNamesDifferent]
obdgpslogger-0.16/src/sim/windowssimport.h:34:29: note: Function 'WindowsSimPort' argument 1 names different: declaration 'portname' definition 'port'.
obdgpslogger-0.16/src/sim/windowssimport.cc:32:44: note: Function 'WindowsSimPort' argument 1 names different: declaration 'portname' definition 'port'.
obdgpslogger-0.16/src/sim/windowssimport.cc:127:44: style: Function 'writeData' argument 1 names different: declaration 'data' definition 'line'. [funcArgNamesDifferent]
obdgpslogger-0.16/src/sim/windowssimport.h:48:37: note: Function 'writeData' argument 1 names different: declaration 'data' definition 'line'.
obdgpslogger-0.16/src/sim/windowssimport.cc:127:44: note: Function 'writeData' argument 1 names different: declaration 'data' definition 'line'.
obdgpslogger-0.16/src/sim/windowssimport.cc:107:20: style: Variable 'lineend' is assigned a value that is never used. [unreadVariable]
obdgpslogger-0.16/src/sim/windowssimport.cc:128:6: style: Variable 'len' is not assigned a value. [unassignedVariable]
obdgpslogger-0.16/src/sim/windowssimport.cc:32:17: warning: Member variable 'WindowsSimPort::lastread' is not initialized in the constructor. [uninitMemberVar]
obdgpslogger-0.16/src/sim/windowssimport.cc:32:17: warning: Member variable 'WindowsSimPort::readbuf' is not initialized in the constructor. [uninitMemberVar]
obdgpslogger-0.16/src/sim/windowssimport.cc:32:17: warning: Member variable 'WindowsSimPort::readbuf_pos' is not initialized in the constructor. [uninitMemberVar]
obdgpslogger-0.16/src/sim/windowssimport.h:34:2: style: Class 'WindowsSimPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obdgpslogger-0.16/src/sim/windowssimport.h:41:16: style: The function 'getPort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
obdgpslogger-0.16/src/sim/simport.h:34:16: note: Virtual function in base class
obdgpslogger-0.16/src/sim/windowssimport.h:41:16: note: Function in derived class
obdgpslogger-0.16/src/sim/windowssimport.h:45:16: style: The function 'readLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
obdgpslogger-0.16/src/sim/simport.h:60:16: note: Virtual function in base class
obdgpslogger-0.16/src/sim/windowssimport.h:45:16: note: Function in derived class
obdgpslogger-0.16/src/sim/windowssimport.h:48:15: style: The function 'writeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
obdgpslogger-0.16/src/sim/simport.h:50:15: note: Virtual function in base class
obdgpslogger-0.16/src/sim/windowssimport.h:48:15: note: Function in derived class
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/obex-data-server/obex-data-server_0.4.6.orig.tar.gz
obex-data-server-0.4.6/src/ods-bluez.c:111:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
obex-data-server-0.4.6/src/ods-bluez.c:107:0: note: Variable 'fd' is reassigned a value before the old one has been used.
obex-data-server-0.4.6/src/ods-bluez.c:111:2: note: Variable 'fd' is reassigned a value before the old one has been used.
obex-data-server-0.4.6/src/ods-bluez.c:500:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
obex-data-server-0.4.6/src/ods-bluez.c:498:0: note: Variable 'fd' is reassigned a value before the old one has been used.
obex-data-server-0.4.6/src/ods-bluez.c:500:2: note: Variable 'fd' is reassigned a value before the old one has been used.
obex-data-server-0.4.6/src/ods-bluez.c:622:8: style: The scope of the variable 'dtds' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-bluez.c:622:32: style: The scope of the variable 'values' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-bluez.c:625:14: style: The scope of the variable 'sflist' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-common.c:161:12: style: The scope of the variable 'tz_offset' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-folder-listing.c:55:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obex-data-server-0.4.6/src/ods-folder-listing.c:57:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obex-data-server-0.4.6/src/ods-folder-listing.c:58:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obex-data-server-0.4.6/src/ods-folder-listing.c:60:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obex-data-server-0.4.6/src/ods-folder-listing.c:61:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obex-data-server-0.4.6/src/ods-folder-listing.c:63:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obex-data-server-0.4.6/src/ods-imaging-helpers.c:70:17: style: struct member 'OdsImagingCallbackData_::func' is never used. [unusedStructMember]
obex-data-server-0.4.6/src/ods-imaging-helpers.c:71:16: style: struct member 'OdsImagingCallbackData_::data' is never used. [unusedStructMember]
obex-data-server-0.4.6/src/ods-main.c:64:2: style: Variable 'bus_proxy' is reassigned a value before the old one has been used. [redundantAssignment]
obex-data-server-0.4.6/src/ods-main.c:60:0: note: Variable 'bus_proxy' is reassigned a value before the old one has been used.
obex-data-server-0.4.6/src/ods-main.c:64:2: note: Variable 'bus_proxy' is reassigned a value before the old one has been used.
obex-data-server-0.4.6/src/ods-main.c:153:22: style: Variable 'system_connection' is assigned a value that is never used. [unreadVariable]
obex-data-server-0.4.6/src/ods-obex.c:598:38: warning: Either the condition 'if(target)' is redundant or there is possible null pointer dereference: target. [nullPointerRedundantCheck]
obex-data-server-0.4.6/src/ods-obex.c:606:7: note: Assuming that condition 'if(target)' is not redundant
obex-data-server-0.4.6/src/ods-obex.c:598:38: note: Null pointer dereference
obex-data-server-0.4.6/src/ods-obex.c:600:35: warning: Either the condition 'if(target)' is redundant or there is possible null pointer dereference: target. [nullPointerRedundantCheck]
obex-data-server-0.4.6/src/ods-obex.c:606:7: note: Assuming that condition 'if(target)' is not redundant
obex-data-server-0.4.6/src/ods-obex.c:600:35: note: Null pointer dereference
obex-data-server-0.4.6/src/ods-obex.c:108:17: style: The scope of the variable 'object' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-obex.c:139:14: style: The scope of the variable 'session' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-obex.c:182:9: style: The scope of the variable 'first_part' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-obex.c:314:11: style: The scope of the variable 'time_str' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-obex.c:251:44: style: Function 'ods_obex_transfer_suspend' argument 1 names different: declaration 'obex_context' definition 'ctxt'. [funcArgNamesDifferent]
obex-data-server-0.4.6/src/ods-obex.h:153:50: note: Function 'ods_obex_transfer_suspend' argument 1 names different: declaration 'obex_context' definition 'ctxt'.
obex-data-server-0.4.6/src/ods-obex.c:251:44: note: Function 'ods_obex_transfer_suspend' argument 1 names different: declaration 'obex_context' definition 'ctxt'.
obex-data-server-0.4.6/src/ods-server-session.c:238:11: style: The scope of the variable 'error_name' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-server-session.c:272:17: style: The scope of the variable 'img_handle' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-server-session.c:349:10: style: The scope of the variable 'img_filename' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-session.c:158:9: style: The scope of the variable 'error_name' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-session.c:283:9: style: The scope of the variable 'error_name' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-session.c:310:11: style: The scope of the variable 'error_name' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-session.c:383:26: style: The scope of the variable 'cb_data' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-session.c:384:13: style: The scope of the variable 'error_name' can be reduced. [variableScope]
obex-data-server-0.4.6/src/ods-session.c:2043:20: style: Variable 'encoding_local' is assigned a value that is never used. [unreadVariable]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/obexd/obexd_0.46.orig.tar.gz
obexd-0.46/btio/btio.c:1346:14: style: Function 'bt_io_connect' argument 5 names different: declaration 'err' definition 'gerr'. [funcArgNamesDifferent]
obexd-0.46/btio/btio.h:103:14: note: Function 'bt_io_connect' argument 5 names different: declaration 'err' definition 'gerr'.
obexd-0.46/btio/btio.c:1346:14: note: Function 'bt_io_connect' argument 5 names different: declaration 'err' definition 'gerr'.
obexd-0.46/client/pbap.c:956:2: style: Variable 'filters' is reassigned a value before the old one has been used. [redundantAssignment]
obexd-0.46/client/pbap.c:952:0: note: Variable 'filters' is reassigned a value before the old one has been used.
obexd-0.46/client/pbap.c:956:2: note: Variable 'filters' is reassigned a value before the old one has been used.
obexd-0.46/client/pbap.c:973:2: style: Variable 'filters' is reassigned a value before the old one has been used. [redundantAssignment]
obexd-0.46/client/pbap.c:969:0: note: Variable 'filters' is reassigned a value before the old one has been used.
obexd-0.46/client/pbap.c:973:2: note: Variable 'filters' is reassigned a value before the old one has been used.
obexd-0.46/client/pbap.c:232:29: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
obexd-0.46/client/transfer.c:456:15: style: The scope of the variable 'req' can be reduced. [variableScope]
obexd-0.46/gdbus/watch.c:314:2: style: Variable 'cb' is reassigned a value before the old one has been used. [redundantAssignment]
obexd-0.46/gdbus/watch.c:312:0: note: Variable 'cb' is reassigned a value before the old one has been used.
obexd-0.46/gdbus/watch.c:314:2: note: Variable 'cb' is reassigned a value before the old one has been used.
obexd-0.46/gdbus/watch.c:397:26: style: The scope of the variable 'cb' can be reduced. [variableScope]
obexd-0.46/gdbus/watch.c:455:26: style: The scope of the variable 'cb' can be reduced. [variableScope]
obexd-0.46/gdbus/watch.c:717:22: style: The scope of the variable 'data' can be reduced. [variableScope]
obexd-0.46/gdbus/watch.c:718:26: style: The scope of the variable 'cb' can be reduced. [variableScope]
obexd-0.46/gdbus/watch.c:681:24: style: Function 'g_dbus_add_disconnect_watch' argument 3 names different: declaration 'function' definition 'func'. [funcArgNamesDifferent]
obexd-0.46/gdbus/gdbus.h:163:24: note: Function 'g_dbus_add_disconnect_watch' argument 3 names different: declaration 'function' definition 'func'.
obexd-0.46/gdbus/watch.c:681:24: note: Function 'g_dbus_add_disconnect_watch' argument 3 names different: declaration 'function' definition 'func'.
obexd-0.46/gdbus/watch.c:715:64: style: Function 'g_dbus_remove_watch' argument 2 names different: declaration 'tag' definition 'id'. [funcArgNamesDifferent]
obexd-0.46/gdbus/gdbus.h:170:64: note: Function 'g_dbus_remove_watch' argument 2 names different: declaration 'tag' definition 'id'.
obexd-0.46/gdbus/watch.c:715:64: note: Function 'g_dbus_remove_watch' argument 2 names different: declaration 'tag' definition 'id'.
obexd-0.46/gobex/gobex-debug.h:60:42: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
obexd-0.46/gobex/gobex-debug.h:63:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
obexd-0.46/gobex/gobex-transfer.c:501:21: style: The scope of the variable 'rsp' can be reduced. [variableScope]
obexd-0.46/gobex/gobex.c:1242:13: style: Function 'g_obex_new' argument 3 names different: declaration 'rx_mtu' definition 'io_rx_mtu'. [funcArgNamesDifferent]
obexd-0.46/gobex/gobex.h:69:14: note: Function 'g_obex_new' argument 3 names different: declaration 'rx_mtu' definition 'io_rx_mtu'.
obexd-0.46/gobex/gobex.c:1242:13: note: Function 'g_obex_new' argument 3 names different: declaration 'rx_mtu' definition 'io_rx_mtu'.
obexd-0.46/gobex/gobex.c:1242:31: style: Function 'g_obex_new' argument 4 names different: declaration 'tx_mtu' definition 'io_tx_mtu'. [funcArgNamesDifferent]
obexd-0.46/gobex/gobex.h:69:29: note: Function 'g_obex_new' argument 4 names different: declaration 'tx_mtu' definition 'io_tx_mtu'.
obexd-0.46/gobex/gobex.c:1242:31: note: Function 'g_obex_new' argument 4 names different: declaration 'tx_mtu' definition 'io_tx_mtu'.
obexd-0.46/plugins/filesystem.c:361:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
obexd-0.46/plugins/filesystem.c:132:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexd-0.46/plugins/filesystem.c:133:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexd-0.46/plugins/filesystem.c:134:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexd-0.46/plugins/filesystem.c:135:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexd-0.46/plugins/filesystem.c:136:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexd-0.46/plugins/filesystem.c:137:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexd-0.46/plugins/filesystem.c:138:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexd-0.46/plugins/filesystem.c:139:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexd-0.46/plugins/filesystem.c:140:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexd-0.46/plugins/messages-dummy.c:63:21: style: The scope of the variable 'order' can be reduced. [variableScope]
obexd-0.46/plugins/messages-dummy.c:67:6: style: The scope of the variable 'ia' can be reduced. [variableScope]
obexd-0.46/plugins/messages-dummy.c:67:10: style: The scope of the variable 'ib' can be reduced. [variableScope]
obexd-0.46/plugins/messages-dummy.c:232:29: style: Function 'messages_connect' argument 1 names different: declaration 'session' definition 's'. [funcArgNamesDifferent]
obexd-0.46/plugins/messages.h:141:29: note: Function 'messages_connect' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-dummy.c:232:29: note: Function 'messages_connect' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-dummy.c:245:32: style: Function 'messages_disconnect' argument 1 names different: declaration 'session' definition 's'. [funcArgNamesDifferent]
obexd-0.46/plugins/messages.h:147:32: note: Function 'messages_disconnect' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-dummy.c:245:32: note: Function 'messages_disconnect' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-dummy.c:262:31: style: Function 'messages_set_folder' argument 1 names different: declaration 'session' definition 's'. [funcArgNamesDifferent]
obexd-0.46/plugins/messages.h:192:31: note: Function 'messages_set_folder' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-dummy.c:262:31: note: Function 'messages_set_folder' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-dummy.c:308:39: style: Function 'messages_get_folder_listing' argument 1 names different: declaration 'session' definition 's'. [funcArgNamesDifferent]
obexd-0.46/plugins/messages.h:208:39: note: Function 'messages_get_folder_listing' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-dummy.c:308:39: note: Function 'messages_get_folder_listing' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-dummy.c:355:27: style: Function 'messages_abort' argument 1 names different: declaration 'session' definition 's'. [funcArgNamesDifferent]
obexd-0.46/plugins/messages.h:284:27: note: Function 'messages_abort' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-dummy.c:355:27: note: Function 'messages_abort' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-tracker.c:163:29: style: Function 'messages_connect' argument 1 names different: declaration 'session' definition 's'. [funcArgNamesDifferent]
obexd-0.46/plugins/messages.h:141:29: note: Function 'messages_connect' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-tracker.c:163:29: note: Function 'messages_connect' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-tracker.c:175:32: style: Function 'messages_disconnect' argument 1 names different: declaration 'session' definition 's'. [funcArgNamesDifferent]
obexd-0.46/plugins/messages.h:147:32: note: Function 'messages_disconnect' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-tracker.c:175:32: note: Function 'messages_disconnect' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-tracker.c:191:31: style: Function 'messages_set_folder' argument 1 names different: declaration 'session' definition 's'. [funcArgNamesDifferent]
obexd-0.46/plugins/messages.h:192:31: note: Function 'messages_set_folder' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-tracker.c:191:31: note: Function 'messages_set_folder' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-tracker.c:288:39: style: Function 'messages_get_folder_listing' argument 1 names different: declaration 'session' definition 's'. [funcArgNamesDifferent]
obexd-0.46/plugins/messages.h:208:39: note: Function 'messages_get_folder_listing' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/messages-tracker.c:288:39: note: Function 'messages_get_folder_listing' argument 1 names different: declaration 'session' definition 's'.
obexd-0.46/plugins/pbap.c:964:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
obexd-0.46/plugins/pbap.c:993:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
obexd-0.46/plugins/pbap.c:539:25: portability: '(void*)buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
obexd-0.46/plugins/phonebook-dummy.c:127:11: style: The scope of the variable 'fd' can be reduced. [variableScope]
obexd-0.46/plugins/phonebook-tracker.c:1110:6: style: The scope of the variable 'i' can be reduced. [variableScope]
obexd-0.46/plugins/phonebook-tracker.c:1167:6: style: The scope of the variable 'i' can be reduced. [variableScope]
obexd-0.46/plugins/phonebook-tracker.c:1183:6: style: The scope of the variable 'i' can be reduced. [variableScope]
obexd-0.46/plugins/phonebook-tracker.c:1199:6: style: The scope of the variable 'i' can be reduced. [variableScope]
obexd-0.46/plugins/phonebook-tracker.c:1527:6: style: The scope of the variable 'nmissed' can be reduced. [variableScope]
obexd-0.46/plugins/phonebook-tracker.c:1608:8: style: The scope of the variable 'offset_query' can be reduced. [variableScope]
obexd-0.46/plugins/phonebook-tracker.c:1610:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
obexd-0.46/plugins/phonebook-tracker.c:509:10: style: struct member 'phonebook_index::phonebook' is never used. [unusedStructMember]
obexd-0.46/plugins/vcard.c:91:6: style: The scope of the variable 'len_temp' can be reduced. [variableScope]
obexd-0.46/plugins/vcard.c:462:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
obexd-0.46/plugins/vcard.c:557:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
obexd-0.46/plugins/vcard.c:599:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
obexd-0.46/plugins/vcard.c:676:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
obexd-0.46/plugins/vcard.c:751:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
obexd-0.46/plugins/vcard.c:420:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:423:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:430:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:448:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:449:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:508:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:510:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:543:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:544:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:584:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:586:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:627:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:629:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:657:26: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:659:26: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:664:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:713:23: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:719:23: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:771:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/plugins/vcard.c:773:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
obexd-0.46/src/log.c:111:28: style: Same expression on both sides of '!=' because the value of 'name' and 'NULL' are the same. [duplicateExpression]
obexd-0.46/src/log.c:105:21: note: 'name' is assigned value 'NULL' here.
obexd-0.46/src/log.c:111:28: note: Same expression on both sides of '!=' because the value of 'name' and 'NULL' are the same.
obexd-0.46/src/map_ap.c:202:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
obexd-0.46/src/map_ap.c:303:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
obexd-0.46/src/map_ap.c:304:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
obexd-0.46/src/obex.c:261:15: style: The scope of the variable 'tz_offset' can be reduced. [variableScope]
obexd-0.46/src/obex.c:411:15: style: The scope of the variable 'hdr' can be reduced. [variableScope]
obexd-0.46/src/obex.c:312:25: portability: '(void*)buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
obexd-0.46/tools/test-server.c:370:10: style: The scope of the variable 'err' can be reduced. [variableScope]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/obexfs/obexfs_0.11.orig.tar.gz
obexfs-0.11/fuse/obexautofs.c:305:3: warning: Either the condition '!path' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
obexfs-0.11/fuse/obexautofs.c:304:13: note: Assuming that condition '!path' is not redundant
obexfs-0.11/fuse/obexautofs.c:305:3: note: Null pointer dereference
obexfs-0.11/fuse/obexautofs.c:469:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
obexfs-0.11/fuse/obexautofs.c:468:2: note: Variable 'res' is reassigned a value before the old one has been used.
obexfs-0.11/fuse/obexautofs.c:469:2: note: Variable 'res' is reassigned a value before the old one has been used.
obexfs-0.11/fuse/obexautofs.c:441:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
obexfs-0.11/fuse/obexautofs.c:440:3: note: Variable 'res' is reassigned a value before the old one has been used.
obexfs-0.11/fuse/obexautofs.c:441:3: note: Variable 'res' is reassigned a value before the old one has been used.
obexfs-0.11/fuse/obexautofs.c:91:18: style: The scope of the variable 'p' can be reduced. [variableScope]
obexfs-0.11/fuse/obexautofs.c:600:6: style: The scope of the variable 'res' can be reduced. [variableScope]
obexfs-0.11/fuse/obexautofs.c:666:16: style: The scope of the variable 'conn' can be reduced. [variableScope]
obexfs-0.11/fuse/obexautofs.c:669:6: style: The scope of the variable 'res' can be reduced. [variableScope]
obexfs-0.11/fuse/obexfs.c:220:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
obexfs-0.11/fuse/obexfs.c:219:2: note: Variable 'res' is reassigned a value before the old one has been used.
obexfs-0.11/fuse/obexfs.c:220:2: note: Variable 'res' is reassigned a value before the old one has been used.
obexfs-0.11/fuse/obexfs.c:331:6: style: The scope of the variable 'res' can be reduced. [variableScope]
obexfs-0.11/fuse/obexfs.c:394:6: style: The scope of the variable 'res' can be reduced. [variableScope]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/obexftp/obexftp_0.24.orig.tar.gz
obexftp-0.24-Source/apps/discovery.c:45:14: style: struct member 'mobile_param::proto' is never used. [unusedStructMember]
obexftp-0.24-Source/apps/obexftp.c:209:46: warning: Either the condition '!addr' is redundant or there is possible null pointer dereference: addr. [nullPointerRedundantCheck]
obexftp-0.24-Source/apps/obexftp.c:208:6: note: Assuming that condition '!addr' is not redundant
obexftp-0.24-Source/apps/obexftp.c:209:46: note: Null pointer dereference
obexftp-0.24-Source/apps/obexftp.c:205:9: style: The scope of the variable 'dev' can be reduced. [variableScope]
obexftp-0.24-Source/apps/obexftp.c:651:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexftp-0.24-Source/apps/obexftpd.c:222:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
obexftp-0.24-Source/apps/obexftpd.c:468:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
obexftp-0.24-Source/apps/obexftpd.c:652:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
obexftp-0.24-Source/apps/obexftpd.c:457:43: warning: Either the condition 'type' is redundant or there is possible null pointer dereference: type. [nullPointerRedundantCheck]
obexftp-0.24-Source/apps/obexftpd.c:454:9: note: Assuming that condition 'type' is not redundant
obexftp-0.24-Source/apps/obexftpd.c:457:43: note: Null pointer dereference
obexftp-0.24-Source/apps/obexftpd.c:604:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
obexftp-0.24-Source/apps/obexftpd.c:596:0: note: Variable 's' is reassigned a value before the old one has been used.
obexftp-0.24-Source/apps/obexftpd.c:604:2: note: Variable 's' is reassigned a value before the old one has been used.
obexftp-0.24-Source/apps/obexftpd.c:318:7: style: The scope of the variable 'fullname' can be reduced. [variableScope]
obexftp-0.24-Source/apps/obexftpd.c:642:7: style: The scope of the variable 'fullname' can be reduced. [variableScope]
obexftp-0.24-Source/apps/obexftpd.c:941:6: style: The scope of the variable 'c' can be reduced. [variableScope]
obexftp-0.24-Source/apps/obexftpd.c:300:0: error: Memory leak: target [memleak]
obexftp-0.24-Source/apps/obexftpd.c:232:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexftp-0.24-Source/apps/obexftpd.c:233:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexftp-0.24-Source/apps/obexftpd.c:234:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
obexftp-0.24-Source/bfb/bfb.c:203:5: warning: Redundant assignment of 'p1' to itself. [selfAssignment]
obexftp-0.24-Source/bfb/bfb.c:224:5: warning: Redundant assignment of 'p1' to itself. [selfAssignment]
obexftp-0.24-Source/bfb/bfb.c:227:5: warning: Redundant assignment of 'p2' to itself. [selfAssignment]
obexftp-0.24-Source/bfb/bfb.c:249:5: warning: Redundant assignment of 'p1' to itself. [selfAssignment]
obexftp-0.24-Source/bfb/bfb.c:252:5: warning: Redundant assignment of 'p2' to itself. [selfAssignment]
obexftp-0.24-Source/bfb/bfb.c:255:5: warning: Redundant assignment of 'p3' to itself. [selfAssignment]
obexftp-0.24-Source/bfb/bfb.c:277:5: warning: Redundant assignment of 'p1' to itself. [selfAssignment]
obexftp-0.24-Source/bfb/bfb.c:282:5: warning: Redundant assignment of 'p2' to itself. [selfAssignment]
obexftp-0.24-Source/bfb/bfb.c:303:6: style: The scope of the variable 'l' can be reduced. [variableScope]
obexftp-0.24-Source/bfb/bfb.c:307:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
obexftp-0.24-Source/bfb/bfb_io.c:243:16: warning: Either the condition 'total>=sizeof(tmpbuf)' is redundant or the array 'tmpbuf[100]' is accessed at index 100, which is out of bounds. [arrayIndexOutOfBoundsCond]
obexftp-0.24-Source/bfb/bfb_io.c:248:20: note: Assuming that condition 'total>=sizeof(tmpbuf)' is not redundant
obexftp-0.24-Source/bfb/bfb_io.c:243:16: note: Array index out of bounds
obexftp-0.24-Source/bfb/bfb_io.c:93:6: style: The scope of the variable 'actual' can be reduced. [variableScope]
obexftp-0.24-Source/bfb/bfb_io.c:122:6: style: The scope of the variable 'actual' can be reduced. [variableScope]
obexftp-0.24-Source/bfb/bfb_io.c:135:6: style: The scope of the variable 'actual' can be reduced. [variableScope]
obexftp-0.24-Source/bfb/bfb_io.c:265:12: style: Variable 'actual' is assigned a value that is never used. [unreadVariable]
obexftp-0.24-Source/bfb/bfb_io.c:243:16: warning: Either the condition 'total>=100' is redundant or the array 'tmpbuf[100]' is accessed at index 100, which is out of bounds. [arrayIndexOutOfBoundsCond]
obexftp-0.24-Source/bfb/bfb_io.c:248:20: note: Assuming that condition 'total>=100' is not redundant
obexftp-0.24-Source/bfb/bfb_io.c:243:16: note: Array index out of bounds
obexftp-0.24-Source/fuse/obexautofs.c:306:3: warning: Either the condition '!path' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
obexftp-0.24-Source/fuse/obexautofs.c:305:13: note: Assuming that condition '!path' is not redundant
obexftp-0.24-Source/fuse/obexautofs.c:306:3: note: Null pointer dereference
obexftp-0.24-Source/fuse/obexautofs.c:468:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
obexftp-0.24-Source/fuse/obexautofs.c:467:2: note: Variable 'res' is reassigned a value before the old one has been used.
obexftp-0.24-Source/fuse/obexautofs.c:468:2: note: Variable 'res' is reassigned a value before the old one has been used.
obexftp-0.24-Source/fuse/obexautofs.c:441:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
obexftp-0.24-Source/fuse/obexautofs.c:440:3: note: Variable 'res' is reassigned a value before the old one has been used.
obexftp-0.24-Source/fuse/obexautofs.c:441:3: note: Variable 'res' is reassigned a value before the old one has been used.
obexftp-0.24-Source/fuse/obexautofs.c:92:18: style: The scope of the variable 'p' can be reduced. [variableScope]
obexftp-0.24-Source/fuse/obexautofs.c:598:6: style: The scope of the variable 'res' can be reduced. [variableScope]
obexftp-0.24-Source/fuse/obexautofs.c:664:16: style: The scope of the variable 'conn' can be reduced. [variableScope]
obexftp-0.24-Source/fuse/obexautofs.c:667:6: style: The scope of the variable 'res' can be reduced. [variableScope]
obexftp-0.24-Source/fuse/obexfs.c:220:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
obexftp-0.24-Source/fuse/obexfs.c:219:2: note: Variable 'res' is reassigned a value before the old one has been used.
obexftp-0.24-Source/fuse/obexfs.c:220:2: note: Variable 'res' is reassigned a value before the old one has been used.
obexftp-0.24-Source/fuse/obexfs.c:330:6: style: The scope of the variable 'res' can be reduced. [variableScope]
obexftp-0.24-Source/fuse/obexfs.c:393:6: style: The scope of the variable 'res' can be reduced. [variableScope]
obexftp-0.24-Source/multicobex/multi_cobex.c:160:18: style: The scope of the variable 'chunk' can be reduced. [variableScope]
obexftp-0.24-Source/multicobex/multi_cobex.c:205:15: style: The scope of the variable 'frame' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/bt_kit_test.c:32:11: style: The scope of the variable 'i' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/bt_kit_test.c:33:16: style: The scope of the variable 'device' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/cache.c:112:36: style: Redundant condition: If 'EXPR == '\0'', the comparison 'EXPR != '/'' is always true. [redundantCondition]
obexftp-0.24-Source/obexftp/cache.c:266:25: style: The scope of the variable 'h' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/cache.c:276:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/client.c:832:9: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
obexftp-0.24-Source/obexftp/client.c:823:0: note: Variable 'object' is reassigned a value before the old one has been used.
obexftp-0.24-Source/obexftp/client.c:832:9: note: Variable 'object' is reassigned a value before the old one has been used.
obexftp-0.24-Source/obexftp/client.c:933:9: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
obexftp-0.24-Source/obexftp/client.c:924:0: note: Variable 'object' is reassigned a value before the old one has been used.
obexftp-0.24-Source/obexftp/client.c:933:9: note: Variable 'object' is reassigned a value before the old one has been used.
obexftp-0.24-Source/obexftp/client.c:418:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/client.c:1015:15: style: The scope of the variable 'tail' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/obexftp_io.c:146:9: style: The scope of the variable 'len' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/obexftp_io.c:68:47: style: Function 'build_object_from_file' argument 1 names different: declaration 'handle' definition 'obex'. [funcArgNamesDifferent]
obexftp-0.24-Source/obexftp/obexftp_io.h:25:58: note: Function 'build_object_from_file' argument 1 names different: declaration 'handle' definition 'obex'.
obexftp-0.24-Source/obexftp/obexftp_io.c:68:47: note: Function 'build_object_from_file' argument 1 names different: declaration 'handle' definition 'obex'.
obexftp-0.24-Source/obexftp/object.c:77:18: style: The scope of the variable 'ucname' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/object.c:78:13: style: The scope of the variable 'ucname_len' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/object.c:245:18: style: The scope of the variable 'ucname' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/object.c:246:6: style: The scope of the variable 'ucname_len' can be reduced. [variableScope]
obexftp-0.24-Source/obexftp/unicode.c:286:9: style: Unused variable: i [unusedVariable]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/obexpushd/obexpushd_0.11.2.orig.tar.gz
obexpushd-0.11.2-source/src/action/connect.c:68:19: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
obexpushd-0.11.2-source/src/action/connect.c:75:6: note: Assuming that condition '!data' is not redundant
obexpushd-0.11.2-source/src/action/connect.c:68:19: note: Null pointer dereference
obexpushd-0.11.2-source/src/action/core.c:123:19: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
obexpushd-0.11.2-source/src/action/core.c:127:6: note: Assuming that condition '!data' is not redundant
obexpushd-0.11.2-source/src/action/core.c:123:19: note: Null pointer dereference
obexpushd-0.11.2-source/src/action/core.c:125:6: style: The scope of the variable 'err' can be reduced. [variableScope]
obexpushd-0.11.2-source/src/action/setpath.c:112:19: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
obexpushd-0.11.2-source/src/action/setpath.c:117:6: note: Assuming that condition '!data' is not redundant
obexpushd-0.11.2-source/src/action/setpath.c:112:19: note: Null pointer dereference
obexpushd-0.11.2-source/src/auth/core.c:51:27: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
obexpushd-0.11.2-source/src/auth/core.c:47:16: note: Assignment 'count=0', assigned value is 0
obexpushd-0.11.2-source/src/auth/core.c:51:27: note: Invalid argument
obexpushd-0.11.2-source/src/auth/file.c:174:9: warning: Size of pointer 'data' used instead of size of its data. [pointerSize]
obexpushd-0.11.2-source/src/fork.c:30:15: style: Variable 'pidOfChild' is assigned a value that is never used. [unreadVariable]
obexpushd-0.11.2-source/src/io/core.c:39:17: warning: Either the condition 'h' is redundant or there is possible null pointer dereference: h. [nullPointerRedundantCheck]
obexpushd-0.11.2-source/src/io/core.c:31:6: note: Assuming that condition 'h' is not redundant
obexpushd-0.11.2-source/src/io/core.c:39:17: note: Null pointer dereference
obexpushd-0.11.2-source/src/io/internal/dir.c:67:6: style: The scope of the variable 'err' can be reduced. [variableScope]
obexpushd-0.11.2-source/src/net/tcpobex.c:66:30: style: Variable 'af' is assigned a value that is never used. [unreadVariable]
obexpushd-0.11.2-source/src/obex_auth/md5.c:241:9: warning: Size of pointer 'ctx' used instead of size of its data. [pointerSize]
obexpushd-0.11.2-source/src/utf.c:66:9: style: The scope of the variable 'i' can be reduced. [variableScope]
obexpushd-0.11.2-source/src/utf.c:80:9: style: The scope of the variable 'i' can be reduced. [variableScope]
obexpushd-0.11.2-source/src/utf.c:103:15: style: Array index 'count' is used before limits check. [arrayIndexThenCheck]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:109:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long *'. [invalidPrintfArgType_uint]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:111:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long *'. [invalidPrintfArgType_uint]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:171:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long *'. [invalidPrintfArgType_uint]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:40:4: warning: Conversion of string literal " version=\"%s\" date=\"%s\"" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:44:4: warning: Conversion of string literal " version=\"%s\"" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:49:4: warning: Conversion of string literal " date=\"%s\"" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:87:3: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:91:5: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:105:4: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:107:4: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:109:4: warning: Conversion of string literal "%u" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:111:4: warning: Conversion of string literal "%u" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:131:2: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:133:2: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:136:3: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:138:3: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:146:3: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:164:4: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:168:5: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:171:4: warning: Conversion of string literal "%ul" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:212:2: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:223:4: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:225:4: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:227:4: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:243:3: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-capability.c:247:3: warning: Conversion of string literal "%s" to bool always evaluates to true. [incorrectStringBooleanError]
obexpushd-0.11.2-source/src/x-obex/obex-folder-listing.c:117:7: style: The scope of the variable 'create_time' can be reduced. [variableScope]
obexpushd-0.11.2-source/src/x-obex/obex-folder-listing.c:118:7: style: The scope of the variable 'mod_time' can be reduced. [variableScope]
obexpushd-0.11.2-source/src/x-obex/obex-folder-listing.c:119:7: style: The scope of the variable 'acc_time' can be reduced. [variableScope]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/obfs4proxy/obfs4proxy_0.0.7.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/obfsproxy/obfsproxy_0.2.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/objcryst-fox/objcryst-fox_1.9.6.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/objenesis/objenesis_2.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/objgraph/objgraph_3.4.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/obmenu/obmenu_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/obnam/obnam_1.8.orig.tar.gz
obnam-1.8/_obnammodule.c:177:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
obnam-1.8/_obnammodule.c:178:13: style: The scope of the variable 'n' can be reduced. [variableScope]
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/oboinus/oboinus_2.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/obrowser/obrowser_1.1.1+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/obs-build/obs-build_20180302.orig.tar.gz
[12:22]

ftp://ftp.se.debian.org/debian/pool/main/o/obs-studio/obs-studio_21.1.2+dfsg1.orig.tar.gz
obs-studio-21.1.2/UI/adv-audio-control.cpp:235:49: style: Function 'SourceVolumeChanged' argument 1 names different: declaration 'volume' definition 'value'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/adv-audio-control.hpp:57:33: note: Function 'SourceVolumeChanged' argument 1 names different: declaration 'volume' definition 'value'.
obs-studio-21.1.2/UI/adv-audio-control.cpp:235:49: note: Function 'SourceVolumeChanged' argument 1 names different: declaration 'volume' definition 'value'.
obs-studio-21.1.2/UI/vertical-scroll-area.hpp:11:2: style: Class 'VScrollArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-interaction.hpp:76:2: style: Class 'OBSEventFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-transform.hpp:48:2: style: Class 'OBSBasicTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-adv-audio.hpp:35:2: style: Class 'OBSBasicAdvAudio' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/api-interface.cpp:54:2: style: Struct 'OBSStudioAPI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/double-slider.hpp:11:2: style: Class 'DoubleSlider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/focus-list.hpp:10:2: style: Class 'FocusList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/auto-scene-switcher.hpp:22:2: style: Class 'SceneSwitcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/auto-scene-switcher.cpp:449:8: style: The scope of the variable 'match' can be reduced. [variableScope]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/auto-scene-switcher.cpp:55:7: performance: Technically the member function 'SwitcherData::Start' can be static. [functionStatic]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/auto-scene-switcher.cpp:511:20: note: Technically the member function 'SwitcherData::Start' can be static.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/auto-scene-switcher.cpp:55:7: note: Technically the member function 'SwitcherData::Start' can be static.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-handler.hpp:31:0: error: failed to expand 'CAPTIONS_ERROR_GENERIC_FAIL', Invalid ## usage when expanding 'captions_error'. [preprocessorErrorDirective]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:17:36: style: Function 'CaptionStream' argument 1 names different: declaration 'samplerate' definition 'samplerate_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.hpp:45:22: note: Function 'CaptionStream' argument 1 names different: declaration 'samplerate' definition 'samplerate_'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:17:36: note: Function 'CaptionStream' argument 1 names different: declaration 'samplerate' definition 'samplerate_'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:239:54: style: Function 'Stat' argument 2 names different: declaration 'flags' definition 'flag'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.hpp:73:40: note: Function 'Stat' argument 2 names different: declaration 'flags' definition 'flag'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:239:54: note: Function 'Stat' argument 2 names different: declaration 'flags' definition 'flag'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:290:51: style: Function 'SetState' argument 1 names different: declaration 'state' definition 'state_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.hpp:81:37: note: Function 'SetState' argument 1 names different: declaration 'state' definition 'state_'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:290:51: note: Function 'SetState' argument 1 names different: declaration 'state' definition 'state_'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:336:68: style: Function 'SetBufferInfo' argument 1 names different: declaration 'buf_info' definition 'buf_info_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.hpp:85:54: note: Function 'SetBufferInfo' argument 1 names different: declaration 'buf_info' definition 'buf_info_'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:336:68: note: Function 'SetBufferInfo' argument 1 names different: declaration 'buf_info' definition 'buf_info_'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:345:62: style: Function 'GetBufferInfo' argument 1 names different: declaration 'buf_info' definition 'buf_info_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.hpp:86:48: note: Function 'GetBufferInfo' argument 1 names different: declaration 'buf_info' definition 'buf_info_'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:345:62: note: Function 'GetBufferInfo' argument 1 names different: declaration 'buf_info' definition 'buf_info_'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:253:25: warning: Size of pointer 'stat_name' used instead of size of its data. [pointerSize]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.hpp:30:12: style: Member variable 'CaptionStream::event' is in the wrong place in the initializer list. [initializerList]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.cpp:20:2: note: Member variable 'CaptionStream::event' is in the wrong place in the initializer list.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions-mssapi-stream.hpp:30:12: note: Member variable 'CaptionStream::event' is in the wrong place in the initializer list.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions.cpp:326:57: style: Function 'get_valid_locale_names' argument 1 names different: declaration 'names' definition 'locales'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions.cpp:81:57: note: Function 'get_valid_locale_names' argument 1 names different: declaration 'names' definition 'locales'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions.cpp:326:57: note: Function 'get_valid_locale_names' argument 1 names different: declaration 'names' definition 'locales'.
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions.hpp:14:2: style: Class 'CaptionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/captions.cpp:279:5: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/UI/frontend-plugins/frontend-tools/output-timer.hpp:15:2: style: Class 'OutputTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/hotkey-edit.hpp:92:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
obs-studio-21.1.2/UI/locked-checkbox.cpp:10:2: performance: Variable 'lockedImage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
obs-studio-21.1.2/UI/obs-app.cpp:319:11: style: The scope of the variable 'logFile' can be reduced. [variableScope]
obs-studio-21.1.2/UI/obs-app.cpp:1182:19: style: The scope of the variable 'highest_ts' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-settings.hpp:71:7: style: Technically the member function 'OBSFFDeleter::operator()' can be const. [functionConst]
obs-studio-21.1.2/UI/window-basic-settings.hpp:75:7: style: Technically the member function 'OBSFFDeleter::operator()' can be const. [functionConst]
obs-studio-21.1.2/UI/window-basic-settings.hpp:313:2: style: Class 'OBSBasicSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-license-agreement.hpp:13:2: style: Class 'OBSLicenseAgreement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/obs-app.cpp:352:10: error: va_list 'args2' was opened but not closed by va_end(). [va_end_missing]
obs-studio-21.1.2/UI/platform-windows.cpp:166:14: style: The scope of the variable 'failed' can be reduced. [variableScope]
obs-studio-21.1.2/UI/platform-windows.cpp:52:48: style: Function 'GetDataFilePath' argument 2 names different: declaration 'path' definition 'output'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/platform.hpp:28:53: note: Function 'GetDataFilePath' argument 2 names different: declaration 'path' definition 'output'.
obs-studio-21.1.2/UI/platform-windows.cpp:52:48: note: Function 'GetDataFilePath' argument 2 names different: declaration 'path' definition 'output'.
obs-studio-21.1.2/UI/platform-windows.cpp:269:2: style: Struct 'RunOnceMutexData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/platform-x11.cpp:46:48: style: Function 'GetDataFilePath' argument 2 names different: declaration 'path' definition 'output'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/platform.hpp:28:53: note: Function 'GetDataFilePath' argument 2 names different: declaration 'path' definition 'output'.
obs-studio-21.1.2/UI/platform-x11.cpp:46:48: note: Function 'GetDataFilePath' argument 2 names different: declaration 'path' definition 'output'.
obs-studio-21.1.2/UI/properties-view.cpp:176:46: style: Function 'OBSPropertiesView' argument 1 names different: declaration 'settings' definition 'settings_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/properties-view.hpp:123:28: note: Function 'OBSPropertiesView' argument 1 names different: declaration 'settings' definition 'settings_'.
obs-studio-21.1.2/UI/properties-view.cpp:176:46: note: Function 'OBSPropertiesView' argument 1 names different: declaration 'settings' definition 'settings_'.
obs-studio-21.1.2/UI/properties-view.cpp:176:63: style: Function 'OBSPropertiesView' argument 2 names different: declaration 'obj' definition 'obj_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/properties-view.hpp:123:44: note: Function 'OBSPropertiesView' argument 2 names different: declaration 'obj' definition 'obj_'.
obs-studio-21.1.2/UI/properties-view.cpp:176:63: note: Function 'OBSPropertiesView' argument 2 names different: declaration 'obj' definition 'obj_'.
obs-studio-21.1.2/UI/properties-view.cpp:178:28: style: Function 'OBSPropertiesView' argument 4 names different: declaration 'callback' definition 'callback_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/properties-view.hpp:125:29: note: Function 'OBSPropertiesView' argument 4 names different: declaration 'callback' definition 'callback_'.
obs-studio-21.1.2/UI/properties-view.cpp:178:28: note: Function 'OBSPropertiesView' argument 4 names different: declaration 'callback' definition 'callback_'.
obs-studio-21.1.2/UI/properties-view.cpp:178:43: style: Function 'OBSPropertiesView' argument 5 names different: declaration 'minSize' definition 'minSize_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/properties-view.hpp:126:8: note: Function 'OBSPropertiesView' argument 5 names different: declaration 'minSize' definition 'minSize_'.
obs-studio-21.1.2/UI/properties-view.cpp:178:43: note: Function 'OBSPropertiesView' argument 5 names different: declaration 'minSize' definition 'minSize_'.
obs-studio-21.1.2/UI/properties-view.cpp:191:46: style: Function 'OBSPropertiesView' argument 1 names different: declaration 'settings' definition 'settings_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/properties-view.hpp:127:28: note: Function 'OBSPropertiesView' argument 1 names different: declaration 'settings' definition 'settings_'.
obs-studio-21.1.2/UI/properties-view.cpp:191:46: note: Function 'OBSPropertiesView' argument 1 names different: declaration 'settings' definition 'settings_'.
obs-studio-21.1.2/UI/properties-view.cpp:191:69: style: Function 'OBSPropertiesView' argument 2 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/properties-view.hpp:127:50: note: Function 'OBSPropertiesView' argument 2 names different: declaration 'type' definition 'type_'.
obs-studio-21.1.2/UI/properties-view.cpp:191:69: note: Function 'OBSPropertiesView' argument 2 names different: declaration 'type' definition 'type_'.
obs-studio-21.1.2/UI/properties-view.cpp:192:28: style: Function 'OBSPropertiesView' argument 3 names different: declaration 'reloadCallback' definition 'reloadCallback_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/properties-view.hpp:128:29: note: Function 'OBSPropertiesView' argument 3 names different: declaration 'reloadCallback' definition 'reloadCallback_'.
obs-studio-21.1.2/UI/properties-view.cpp:192:28: note: Function 'OBSPropertiesView' argument 3 names different: declaration 'reloadCallback' definition 'reloadCallback_'.
obs-studio-21.1.2/UI/properties-view.cpp:192:49: style: Function 'OBSPropertiesView' argument 4 names different: declaration 'minSize' definition 'minSize_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/properties-view.hpp:129:8: note: Function 'OBSPropertiesView' argument 4 names different: declaration 'minSize' definition 'minSize_'.
obs-studio-21.1.2/UI/properties-view.cpp:192:49: note: Function 'OBSPropertiesView' argument 4 names different: declaration 'minSize' definition 'minSize_'.
obs-studio-21.1.2/UI/properties-view.cpp:1712:42: style: Function 'TogglePasswordText' argument 1 names different: declaration 'checked' definition 'show'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/properties-view.hpp:39:31: note: Function 'TogglePasswordText' argument 1 names different: declaration 'checked' definition 'show'.
obs-studio-21.1.2/UI/properties-view.cpp:1712:42: note: Function 'TogglePasswordText' argument 1 names different: declaration 'checked' definition 'show'.
obs-studio-21.1.2/UI/properties-view.cpp:734:7: style: Technically the member function 'std::default_delete < obs_data_t >::operator()' can be const. [functionConst]
obs-studio-21.1.2/UI/properties-view.cpp:742:7: style: Technically the member function 'std::default_delete < obs_data_item_t >::operator()' can be const. [functionConst]
obs-studio-21.1.2/UI/remote-text.cpp:39:7: style: The scope of the variable 'error' can be reduced. [variableScope]
obs-studio-21.1.2/UI/remote-text.hpp:38:16: performance: Function parameter 'url_' should be passed by const reference. [passedByValue]
obs-studio-21.1.2/UI/remote-text.hpp:39:16: performance: Function parameter 'contentType_' should be passed by const reference. [passedByValue]
obs-studio-21.1.2/UI/remote-text.hpp:40:16: performance: Function parameter 'postData_' should be passed by const reference. [passedByValue]
obs-studio-21.1.2/UI/slider-absoluteset-style.hpp:8:2: style: Class 'SliderAbsoluteSetStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/slider-absoluteset-style.hpp:9:2: style: Class 'SliderAbsoluteSetStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/source-list-widget.hpp:12:2: style: Class 'SourceListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/visibility-checkbox.cpp:10:2: performance: Variable 'checkedImage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
obs-studio-21.1.2/UI/visibility-item-widget.cpp:12:58: style: Function 'VisibilityItemWidget' argument 1 names different: declaration 'source' definition 'source_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/visibility-item-widget.hpp:50:37: note: Function 'VisibilityItemWidget' argument 1 names different: declaration 'source' definition 'source_'.
obs-studio-21.1.2/UI/visibility-item-widget.cpp:12:58: note: Function 'VisibilityItemWidget' argument 1 names different: declaration 'source' definition 'source_'.
obs-studio-21.1.2/UI/visibility-item-widget.cpp:45:61: style: Function 'VisibilityItemWidget' argument 1 names different: declaration 'item' definition 'item_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/visibility-item-widget.hpp:51:40: note: Function 'VisibilityItemWidget' argument 1 names different: declaration 'item' definition 'item_'.
obs-studio-21.1.2/UI/visibility-item-widget.cpp:45:61: note: Function 'VisibilityItemWidget' argument 1 names different: declaration 'item' definition 'item_'.
obs-studio-21.1.2/UI/visibility-item-widget.cpp:225:8: style: Function 'SetColor' argument 2 names different: declaration 'active' definition 'active_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/visibility-item-widget.hpp:54:42: note: Function 'SetColor' argument 2 names different: declaration 'active' definition 'active_'.
obs-studio-21.1.2/UI/visibility-item-widget.cpp:225:8: note: Function 'SetColor' argument 2 names different: declaration 'active' definition 'active_'.
obs-studio-21.1.2/UI/visibility-item-widget.cpp:225:22: style: Function 'SetColor' argument 3 names different: declaration 'selected' definition 'selected_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/visibility-item-widget.hpp:54:55: note: Function 'SetColor' argument 3 names different: declaration 'selected' definition 'selected_'.
obs-studio-21.1.2/UI/visibility-item-widget.cpp:225:22: note: Function 'SetColor' argument 3 names different: declaration 'selected' definition 'selected_'.
obs-studio-21.1.2/UI/visibility-item-widget.hpp:50:2: style: Class 'VisibilityItemWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/visibility-item-widget.hpp:51:2: style: Class 'VisibilityItemWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/visibility-item-widget.hpp:61:2: style: Class 'VisibilityItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/volume-control.cpp:781:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
obs-studio-21.1.2/UI/volume-control.cpp:787:4: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/UI/volume-control.cpp:781:9: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/UI/volume-control.cpp:27:41: style: Function 'OBSVolumeChanged' argument 1 names different: declaration 'param' definition 'data'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/volume-control.hpp:228:37: note: Function 'OBSVolumeChanged' argument 1 names different: declaration 'param' definition 'data'.
obs-studio-21.1.2/UI/volume-control.cpp:27:41: note: Function 'OBSVolumeChanged' argument 1 names different: declaration 'param' definition 'data'.
obs-studio-21.1.2/UI/volume-control.cpp:117:34: style: Function 'VolControl' argument 1 names different: declaration 'source' definition 'source_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/volume-control.hpp:249:23: note: Function 'VolControl' argument 1 names different: declaration 'source' definition 'source_'.
obs-studio-21.1.2/UI/volume-control.cpp:117:34: note: Function 'VolControl' argument 1 names different: declaration 'source' definition 'source_'.
obs-studio-21.1.2/UI/volume-control.cpp:419:2: performance: Variable 'tickFont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
obs-studio-21.1.2/UI/win-update/win-update-helpers.hpp:19:2: style: Class 'CustomHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/win-update/updater/patch.cpp:182:25: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/UI/win-update/updater/patch.cpp:307:2: style: Variable 'hTarget' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
obs-studio-21.1.2/UI/win-update/updater/patch.cpp:306:2: note: Variable 'hTarget' is reassigned a value before the old one has been used if variable is no semaphore variable.
obs-studio-21.1.2/UI/win-update/updater/patch.cpp:307:2: note: Variable 'hTarget' is reassigned a value before the old one has been used if variable is no semaphore variable.
obs-studio-21.1.2/UI/win-update/updater/updater.cpp:810:3: style: Variable 'curFileName' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/UI/win-update/updater/updater.cpp:804:0: note: Variable 'curFileName' is reassigned a value before the old one has been used.
obs-studio-21.1.2/UI/win-update/updater/updater.cpp:810:3: note: Variable 'curFileName' is reassigned a value before the old one has been used.
obs-studio-21.1.2/UI/win-update/updater/updater.cpp:311:19: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
obs-studio-21.1.2/UI/win-update/updater/updater.cpp:50:23: performance: Variable 'code' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
obs-studio-21.1.2/UI/win-update/win-update.cpp:494:44: style: Function 'queryUpdateSlot' argument 1 names different: declaration 'manualUpdate' definition 'localManualUpdate'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/win-update/win-update.hpp:19:27: note: Function 'queryUpdateSlot' argument 1 names different: declaration 'manualUpdate' definition 'localManualUpdate'.
obs-studio-21.1.2/UI/win-update/win-update.cpp:494:44: note: Function 'queryUpdateSlot' argument 1 names different: declaration 'manualUpdate' definition 'localManualUpdate'.
obs-studio-21.1.2/UI/win-update/win-update.cpp:500:40: style: Function 'queryUpdate' argument 1 names different: declaration 'manualUpdate' definition 'localManualUpdate'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/win-update/win-update.hpp:15:23: note: Function 'queryUpdate' argument 1 names different: declaration 'manualUpdate' definition 'localManualUpdate'.
obs-studio-21.1.2/UI/win-update/win-update.cpp:500:40: note: Function 'queryUpdate' argument 1 names different: declaration 'manualUpdate' definition 'localManualUpdate'.
obs-studio-21.1.2/UI/win-update/win-update.hpp:22:2: style: Class 'AutoUpdateThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-auto-config-test.cpp:403:7: warning: Identical condition 'stopped', second condition is always false [identicalConditionAfterEarlyExit]
obs-studio-21.1.2/UI/window-basic-auto-config-test.cpp:390:7: note: first condition
obs-studio-21.1.2/UI/window-basic-auto-config-test.cpp:403:7: note: second condition
obs-studio-21.1.2/UI/window-basic-auto-config-test.cpp:373:7: style: Condition '!stopped' is always true [knownConditionTrueFalse]
obs-studio-21.1.2/UI/window-basic-auto-config-test.cpp:352:13: note: Assignment 'stopped=false', assigned value is 0
obs-studio-21.1.2/UI/window-basic-auto-config-test.cpp:373:7: note: Condition '!stopped' is always true
obs-studio-21.1.2/UI/window-basic-auto-config-test.cpp:722:6: style: The scope of the variable 'minArea' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-auto-config-test.cpp:821:6: style: The scope of the variable 'minArea' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-auto-config-test.cpp:74:14: style: Technically the member function 'TestMode::SetVideo' can be const. [functionConst]
obs-studio-21.1.2/UI/window-basic-auto-config.hpp:109:2: style: Class 'AutoConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-auto-config.hpp:128:2: style: Class 'AutoConfigStartPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-auto-config.hpp:146:2: style: Class 'AutoConfigVideoPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-auto-config.hpp:165:2: style: Class 'AutoConfigStreamPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-auto-config.hpp:235:2: style: Class 'AutoConfigTestPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-filters.cpp:502:43: warning: Function 'SourceRemoved' argument order different: declaration 'param, data' definition 'data, params' [funcArgOrderDifferent]
obs-studio-21.1.2/UI/window-basic-filters.hpp:58:34: note: Function 'SourceRemoved' argument order different: declaration 'param, data' definition 'data, params'
obs-studio-21.1.2/UI/window-basic-filters.cpp:502:43: note: Function 'SourceRemoved' argument order different: declaration 'param, data' definition 'data, params'
obs-studio-21.1.2/UI/window-basic-filters.cpp:510:43: warning: Function 'SourceRenamed' argument order different: declaration 'param, data' definition 'data, params' [funcArgOrderDifferent]
obs-studio-21.1.2/UI/window-basic-filters.hpp:59:34: note: Function 'SourceRenamed' argument order different: declaration 'param, data' definition 'data, params'
obs-studio-21.1.2/UI/window-basic-filters.cpp:510:43: note: Function 'SourceRenamed' argument order different: declaration 'param, data' definition 'data, params'
obs-studio-21.1.2/UI/window-namedialog.hpp:33:2: style: Class 'NameDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-filters.cpp:248:2: style: Struct 'FilterOrderInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-interaction.cpp:219:36: style: Function 'GetSourceRelativeXY' argument 3 names different: declaration 'x' definition 'relX'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-interaction.hpp:50:56: note: Function 'GetSourceRelativeXY' argument 3 names different: declaration 'x' definition 'relX'.
obs-studio-21.1.2/UI/window-basic-interaction.cpp:219:36: note: Function 'GetSourceRelativeXY' argument 3 names different: declaration 'x' definition 'relX'.
obs-studio-21.1.2/UI/window-basic-interaction.cpp:219:47: style: Function 'GetSourceRelativeXY' argument 4 names different: declaration 'y' definition 'relY'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-interaction.hpp:50:64: note: Function 'GetSourceRelativeXY' argument 4 names different: declaration 'y' definition 'relY'.
obs-studio-21.1.2/UI/window-basic-interaction.cpp:219:47: note: Function 'GetSourceRelativeXY' argument 4 names different: declaration 'y' definition 'relY'.
obs-studio-21.1.2/UI/window-basic-main-dropfiles.cpp:63:42: style: Function 'AddDropSource' argument 1 names different: declaration 'file' definition 'data'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:347:33: note: Function 'AddDropSource' argument 1 names different: declaration 'file' definition 'data'.
obs-studio-21.1.2/UI/window-basic-main-dropfiles.cpp:63:42: note: Function 'AddDropSource' argument 1 names different: declaration 'file' definition 'data'.
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1538:14: style: The scope of the variable 'recFormat' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1539:14: style: The scope of the variable 'filenameFormat' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1540:7: style: The scope of the variable 'noSpace' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1541:7: style: The scope of the variable 'overwriteIfExists' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1627:14: style: The scope of the variable 'recFormat' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1628:14: style: The scope of the variable 'filenameFormat' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1629:7: style: The scope of the variable 'noSpace' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1630:7: style: The scope of the variable 'overwriteIfExists' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1631:14: style: The scope of the variable 'rbPrefix' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1632:14: style: The scope of the variable 'rbSuffix' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1633:6: style: The scope of the variable 'rbTime' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1634:6: style: The scope of the variable 'rbSize' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:249:57: style: Function 'LoadRecordingPreset_h264' argument 1 names different: declaration 'encoder' definition 'encoderId'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:211:44: note: Function 'LoadRecordingPreset_h264' argument 1 names different: declaration 'encoder' definition 'encoderId'.
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:249:57: note: Function 'LoadRecordingPreset_h264' argument 1 names different: declaration 'encoder' definition 'encoderId'.
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:258:57: style: Function 'LoadStreamingPreset_h264' argument 1 names different: declaration 'encoder' definition 'encoderId'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:215:44: note: Function 'LoadStreamingPreset_h264' argument 1 names different: declaration 'encoder' definition 'encoderId'.
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:258:57: note: Function 'LoadStreamingPreset_h264' argument 1 names different: declaration 'encoder' definition 'encoderId'.
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:824:44: style: Function 'ConfigureRecording' argument 1 names different: declaration 'useReplayBuffer' definition 'updateReplayBuffer'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:218:31: note: Function 'ConfigureRecording' argument 1 names different: declaration 'useReplayBuffer' definition 'updateReplayBuffer'.
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:824:44: note: Function 'ConfigureRecording' argument 1 names different: declaration 'useReplayBuffer' definition 'updateReplayBuffer'.
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:865:18: error: Accessing an item in container 'strPath' that is empty. [containerOutOfBounds]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1588:19: error: Accessing an item in container 'strPath' that is empty. [containerOutOfBounds]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1688:19: error: Accessing an item in container 'strPath' that is empty. [containerOutOfBounds]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:199:7: performance: Technically the member function 'SimpleOutput::UpdateStreamingSettings_amd' can be static. [functionStatic]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:552:20: note: Technically the member function 'SimpleOutput::UpdateStreamingSettings_amd' can be static.
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:199:7: note: Technically the member function 'SimpleOutput::UpdateStreamingSettings_amd' can be static.
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:195:2: style: Struct 'SimpleOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-main-outputs.cpp:1008:2: style: Struct 'AdvancedOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-main-profiles.cpp:338:44: style: Condition 'count>1' is always false [knownConditionTrueFalse]
obs-studio-21.1.2/UI/window-basic-main-profiles.cpp:308:14: note: Assignment 'count=0', assigned value is 0
obs-studio-21.1.2/UI/window-basic-main-profiles.cpp:338:44: note: Condition 'count>1' is always false
obs-studio-21.1.2/UI/window-basic-main-profiles.cpp:665:6: style: Condition 'changed' is always false [knownConditionTrueFalse]
obs-studio-21.1.2/UI/window-basic-main-profiles.cpp:619:17: note: Assignment 'changed=false', assigned value is 0
obs-studio-21.1.2/UI/window-basic-main-profiles.cpp:665:6: note: Condition 'changed' is always false
obs-studio-21.1.2/UI/window-basic-main-profiles.cpp:254:42: style: Function 'DeleteProfile' argument 1 names different: declaration 'profile_name' definition 'profileName'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:272:33: note: Function 'DeleteProfile' argument 1 names different: declaration 'profile_name' definition 'profileName'.
obs-studio-21.1.2/UI/window-basic-main-profiles.cpp:254:42: note: Function 'DeleteProfile' argument 1 names different: declaration 'profile_name' definition 'profileName'.
obs-studio-21.1.2/UI/window-basic-main-profiles.cpp:254:67: style: Function 'DeleteProfile' argument 2 names different: declaration 'profile_dir' definition 'profileDir'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:272:59: note: Function 'DeleteProfile' argument 2 names different: declaration 'profile_dir' definition 'profileDir'.
obs-studio-21.1.2/UI/window-basic-main-profiles.cpp:254:67: note: Function 'DeleteProfile' argument 2 names different: declaration 'profile_dir' definition 'profileDir'.
obs-studio-21.1.2/UI/window-basic-main-profiles.cpp:407:6: style: Reading from empty STL container 'newPath' [reademptycontainer]
obs-studio-21.1.2/UI/window-basic-main-scene-collections.cpp:226:6: style: Condition '!count' is always true [knownConditionTrueFalse]
obs-studio-21.1.2/UI/window-basic-main-scene-collections.cpp:193:14: note: Assignment 'count=0', assigned value is 0
obs-studio-21.1.2/UI/window-basic-main-scene-collections.cpp:226:6: note: Condition '!count' is always true
obs-studio-21.1.2/UI/window-basic-main-scene-collections.cpp:454:16: style: Variable 'file' is assigned a value that is never used. [unreadVariable]
obs-studio-21.1.2/UI/window-basic-main-scene-collections.cpp:327:6: style: Reading from empty STL container 'newPath' [reademptycontainer]
obs-studio-21.1.2/UI/window-basic-main-transitions.cpp:125:22: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/UI/window-basic-main-transitions.cpp:131:22: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/UI/window-basic-main-transitions.cpp:815:11: style: The scope of the variable 'action' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main-transitions.cpp:274:44: style: Function 'TransitionToScene' argument 1 names different: declaration 'scene' definition 'source'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:415:35: note: Function 'TransitionToScene' argument 1 names different: declaration 'scene' definition 'source'.
obs-studio-21.1.2/UI/window-basic-main-transitions.cpp:274:44: note: Function 'TransitionToScene' argument 1 names different: declaration 'scene' definition 'source'.
obs-studio-21.1.2/UI/window-basic-main.cpp:415:14: style: The scope of the variable 'control' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main.cpp:3533:11: style: The scope of the variable 'action' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main.cpp:4143:25: style: The scope of the variable 'items' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-main.cpp:650:54: style: Function 'LoadSavedProjectors' argument 1 names different: declaration 'savedProjectors' definition 'array'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:368:45: note: Function 'LoadSavedProjectors' argument 1 names different: declaration 'savedProjectors' definition 'array'.
obs-studio-21.1.2/UI/window-basic-main.cpp:650:54: note: Function 'LoadSavedProjectors' argument 1 names different: declaration 'savedProjectors' definition 'array'.
obs-studio-21.1.2/UI/window-basic-main.cpp:663:61: style: Function 'LoadSavedPreviewProjectors' argument 1 names different: declaration 'savedPreviewProjectors' definition 'array'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:372:21: note: Function 'LoadSavedPreviewProjectors' argument 1 names different: declaration 'savedPreviewProjectors' definition 'array'.
obs-studio-21.1.2/UI/window-basic-main.cpp:663:61: note: Function 'LoadSavedPreviewProjectors' argument 1 names different: declaration 'savedPreviewProjectors' definition 'array'.
obs-studio-21.1.2/UI/window-basic-main.cpp:676:67: style: Function 'LoadSavedStudioProgramProjectors' argument 1 names different: declaration 'savedStudioProgramProjectors' definition 'array'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:376:21: note: Function 'LoadSavedStudioProgramProjectors' argument 1 names different: declaration 'savedStudioProgramProjectors' definition 'array'.
obs-studio-21.1.2/UI/window-basic-main.cpp:676:67: note: Function 'LoadSavedStudioProgramProjectors' argument 1 names different: declaration 'savedStudioProgramProjectors' definition 'array'.
obs-studio-21.1.2/UI/window-basic-main.cpp:689:63: style: Function 'LoadSavedMultiviewProjectors' argument 1 names different: declaration 'savedMultiviewProjectors' definition 'array'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:380:21: note: Function 'LoadSavedMultiviewProjectors' argument 1 names different: declaration 'savedMultiviewProjectors' definition 'array'.
obs-studio-21.1.2/UI/window-basic-main.cpp:689:63: note: Function 'LoadSavedMultiviewProjectors' argument 1 names different: declaration 'savedMultiviewProjectors' definition 'array'.
obs-studio-21.1.2/UI/window-basic-main.cpp:3045:42: style: Function 'SetService' argument 1 names different: declaration 'service' definition 'newService'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:510:42: note: Function 'SetService' argument 1 names different: declaration 'service' definition 'newService'.
obs-studio-21.1.2/UI/window-basic-main.cpp:3045:42: note: Function 'SetService' argument 1 names different: declaration 'service' definition 'newService'.
obs-studio-21.1.2/UI/window-basic-main.cpp:3691:52: style: Function 'ChangeSceneIndex' argument 2 names different: declaration 'idx' definition 'offset'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:241:43: note: Function 'ChangeSceneIndex' argument 2 names different: declaration 'idx' definition 'offset'.
obs-studio-21.1.2/UI/window-basic-main.cpp:3691:52: note: Function 'ChangeSceneIndex' argument 2 names different: declaration 'idx' definition 'offset'.
obs-studio-21.1.2/UI/window-basic-main.cpp:3999:62: style: Function 'on_sources_itemDoubleClicked' argument 1 names different: declaration 'item' definition 'witem'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:616:53: note: Function 'on_sources_itemDoubleClicked' argument 1 names different: declaration 'item' definition 'witem'.
obs-studio-21.1.2/UI/window-basic-main.cpp:3999:62: note: Function 'on_sources_itemDoubleClicked' argument 1 names different: declaration 'item' definition 'witem'.
obs-studio-21.1.2/UI/window-basic-main.cpp:4011:61: style: Function 'on_scenes_itemDoubleClicked' argument 1 names different: declaration 'item' definition 'witem'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:617:52: note: Function 'on_scenes_itemDoubleClicked' argument 1 names different: declaration 'item' definition 'witem'.
obs-studio-21.1.2/UI/window-basic-main.cpp:4011:61: note: Function 'on_scenes_itemDoubleClicked' argument 1 names different: declaration 'item' definition 'witem'.
obs-studio-21.1.2/UI/window-basic-main.cpp:4689:34: style: Function 'StreamingStop' argument 1 names different: declaration 'errorcode' definition 'code'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-main.hpp:392:25: note: Function 'StreamingStop' argument 1 names different: declaration 'errorcode' definition 'code'.
obs-studio-21.1.2/UI/window-basic-main.cpp:4689:34: note: Function 'StreamingStop' argument 1 names different: declaration 'errorcode' definition 'code'.
obs-studio-21.1.2/UI/window-basic-stats.hpp:58:2: style: Class 'OBSBasicStats' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-main.cpp:2781:2: style: Struct 'ReorderInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-main.cpp:4280:33: performance: Passing the result of c_str() to a function that takes std::string as argument no. 3 is slow and redundant. [stlcstrParam]
obs-studio-21.1.2/UI/window-basic-preview.cpp:277:17: style: The scope of the variable 'closestHandle' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-basic-settings.cpp:4126:25: warning: Either the condition '!rateControl' is redundant or there is possible null pointer dereference: rateControl. [nullPointerRedundantCheck]
obs-studio-21.1.2/UI/window-basic-settings.cpp:4151:6: note: Assuming that condition '!rateControl' is not redundant
obs-studio-21.1.2/UI/window-basic-settings.cpp:4126:25: note: Null pointer dereference
obs-studio-21.1.2/UI/window-basic-settings.cpp:3946:19: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/UI/window-basic-settings.cpp:3548:22: style: Same expression on both sides of '!=' because the value of 'invalidLocation' and 'std::string::npos' are the same. [duplicateExpression]
obs-studio-21.1.2/UI/window-basic-settings.cpp:3544:33: note: 'invalidLocation' is assigned value 'std::string::npos' here.
obs-studio-21.1.2/UI/window-basic-settings.cpp:3548:22: note: Same expression on both sides of '!=' because the value of 'invalidLocation' and 'std::string::npos' are the same.
obs-studio-21.1.2/UI/window-basic-settings.cpp:189:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
obs-studio-21.1.2/UI/window-basic-settings.cpp:1892:8: style: Function 'SetAdvOutputFFmpegEnablement' argument 3 names different: declaration 'enableEncode' definition 'enableEncoder'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-settings.hpp:220:8: note: Function 'SetAdvOutputFFmpegEnablement' argument 3 names different: declaration 'enableEncode' definition 'enableEncoder'.
obs-studio-21.1.2/UI/window-basic-settings.cpp:1892:8: note: Function 'SetAdvOutputFFmpegEnablement' argument 3 names different: declaration 'enableEncode' definition 'enableEncoder'.
obs-studio-21.1.2/UI/window-basic-settings.cpp:56:34: performance: Function parameter 'left' should be passed by const reference. [passedByValue]
obs-studio-21.1.2/UI/window-basic-settings.cpp:56:48: performance: Function parameter 'right' should be passed by const reference. [passedByValue]
obs-studio-21.1.2/UI/window-basic-source-select.cpp:89:24: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/UI/window-basic-source-select.cpp:233:74: style: Function 'OBSBasicSourceSelect' argument 2 names different: declaration 'id' definition 'id_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-source-select.hpp:47:53: note: Function 'OBSBasicSourceSelect' argument 2 names different: declaration 'id' definition 'id_'.
obs-studio-21.1.2/UI/window-basic-source-select.cpp:233:74: note: Function 'OBSBasicSourceSelect' argument 2 names different: declaration 'id' definition 'id_'.
obs-studio-21.1.2/UI/window-basic-source-select.cpp:285:77: style: Function 'SourcePaste' argument 3 names different: declaration 'duplicate' definition 'dup'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-basic-source-select.hpp:51:63: note: Function 'SourcePaste' argument 3 names different: declaration 'duplicate' definition 'dup'.
obs-studio-21.1.2/UI/window-basic-source-select.cpp:285:77: note: Function 'SourcePaste' argument 3 names different: declaration 'duplicate' definition 'dup'.
obs-studio-21.1.2/UI/window-basic-status-bar.hpp:76:2: style: Class 'OBSBasicStatusBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/UI/window-basic-transform.cpp:11:17: style: The scope of the variable 'dst' can be reduced. [variableScope]
obs-studio-21.1.2/UI/window-projector.cpp:252:25: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/UI/window-projector.cpp:257:25: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/UI/window-projector.cpp:756:19: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/UI/window-projector.cpp:791:20: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/UI/window-projector.cpp:800:20: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/UI/window-projector.cpp:20:37: style: Function 'OBSProjector' argument 1 names different: declaration 'parent' definition 'widget'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-projector.hpp:43:24: note: Function 'OBSProjector' argument 1 names different: declaration 'parent' definition 'widget'.
obs-studio-21.1.2/UI/window-projector.cpp:20:37: note: Function 'OBSProjector' argument 1 names different: declaration 'parent' definition 'widget'.
obs-studio-21.1.2/UI/window-projector.cpp:20:59: style: Function 'OBSProjector' argument 2 names different: declaration 'source' definition 'source_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-projector.hpp:43:46: note: Function 'OBSProjector' argument 2 names different: declaration 'source' definition 'source_'.
obs-studio-21.1.2/UI/window-projector.cpp:20:59: note: Function 'OBSProjector' argument 2 names different: declaration 'source' definition 'source_'.
obs-studio-21.1.2/UI/window-projector.cpp:136:17: style: Function 'Init' argument 4 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-projector.hpp:47:18: note: Function 'Init' argument 4 names different: declaration 'type' definition 'type_'.
obs-studio-21.1.2/UI/window-projector.cpp:136:17: note: Function 'Init' argument 4 names different: declaration 'type' definition 'type_'.
obs-studio-21.1.2/UI/window-remux.cpp:34:32: style: Function 'OBSRemux' argument 1 names different: declaration 'recPath' definition 'path'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-remux.hpp:49:32: note: Function 'OBSRemux' argument 1 names different: declaration 'recPath' definition 'path'.
obs-studio-21.1.2/UI/window-remux.cpp:34:32: note: Function 'OBSRemux' argument 1 names different: declaration 'recPath' definition 'path'.
obs-studio-21.1.2/UI/window-remux.cpp:125:44: style: Function 'inputChanged' argument 1 names different: declaration 'str' definition 'path'. [funcArgNamesDifferent]
obs-studio-21.1.2/UI/window-remux.hpp:55:35: note: Function 'inputChanged' argument 1 names different: declaration 'str' definition 'path'.
obs-studio-21.1.2/UI/window-remux.cpp:125:44: note: Function 'inputChanged' argument 1 names different: declaration 'str' definition 'path'.
obs-studio-21.1.2/deps/ipc-util/ipc-util/pipe-windows.c:165:17: style: Redundant condition: !success. 'success || (!success && ipc_pipe_internal_io_pending())' is equivalent to 'success || ipc_pipe_internal_io_pending()' [redundantCondition]
obs-studio-21.1.2/deps/libff/libff/ff-audio-decoder.c:168:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
obs-studio-21.1.2/deps/libff/libff/ff-demuxer.c:254:2: style: Variable 'codec_context' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/deps/libff/libff/ff-demuxer.c:248:0: note: Variable 'codec_context' is reassigned a value before the old one has been used.
obs-studio-21.1.2/deps/libff/libff/ff-demuxer.c:254:2: note: Variable 'codec_context' is reassigned a value before the old one has been used.
obs-studio-21.1.2/deps/libff/libff/ff-demuxer.c:214:26: warning: Redundant assignment of 'demuxer->audio_decoder' to itself. [selfAssignment]
obs-studio-21.1.2/deps/libff/libff/ff-demuxer.c:251:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
obs-studio-21.1.2/deps/libff/libff/ff-demuxer.c:498:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
obs-studio-21.1.2/deps/libff/libff/ff-demuxer.c:552:33: style: Function 'demux_thread' argument 1 names different: declaration 'opaque_demuxer' definition 'opaque'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/libff/libff/ff-demuxer.c:36:33: note: Function 'demux_thread' argument 1 names different: declaration 'opaque_demuxer' definition 'opaque'.
obs-studio-21.1.2/deps/libff/libff/ff-demuxer.c:552:33: note: Function 'demux_thread' argument 1 names different: declaration 'opaque_demuxer' definition 'opaque'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:260:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:84:33: style: Function 'mp_decode_init' argument 1 names different: declaration 'media' definition 'm'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/media-playback/media-playback/decode.h:77:45: note: Function 'mp_decode_init' argument 1 names different: declaration 'media' definition 'm'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:84:33: note: Function 'mp_decode_init' argument 1 names different: declaration 'media' definition 'm'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:150:48: style: Function 'mp_decode_clear_packets' argument 1 names different: declaration 'decode' definition 'd'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/media-playback/media-playback/decode.h:81:55: note: Function 'mp_decode_clear_packets' argument 1 names different: declaration 'decode' definition 'd'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:150:48: note: Function 'mp_decode_clear_packets' argument 1 names different: declaration 'decode' definition 'd'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:164:39: style: Function 'mp_decode_free' argument 1 names different: declaration 'decode' definition 'd'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/media-playback/media-playback/decode.h:79:46: note: Function 'mp_decode_free' argument 1 names different: declaration 'decode' definition 'd'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:164:39: note: Function 'mp_decode_free' argument 1 names different: declaration 'decode' definition 'd'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:184:64: style: Function 'mp_decode_push_packet' argument 2 names different: declaration 'pkt' definition 'packet'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/media-playback/media-playback/decode.h:83:71: note: Function 'mp_decode_push_packet' argument 2 names different: declaration 'pkt' definition 'packet'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:184:64: note: Function 'mp_decode_push_packet' argument 2 names different: declaration 'pkt' definition 'packet'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:256:39: style: Function 'mp_decode_next' argument 1 names different: declaration 'decode' definition 'd'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/media-playback/media-playback/decode.h:84:46: note: Function 'mp_decode_next' argument 1 names different: declaration 'decode' definition 'd'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:256:39: note: Function 'mp_decode_next' argument 1 names different: declaration 'decode' definition 'd'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:357:40: style: Function 'mp_decode_flush' argument 1 names different: declaration 'decode' definition 'd'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/media-playback/media-playback/decode.h:85:47: note: Function 'mp_decode_flush' argument 1 names different: declaration 'decode' definition 'd'.
obs-studio-21.1.2/deps/media-playback/media-playback/decode.c:357:40: note: Function 'mp_decode_flush' argument 1 names different: declaration 'decode' definition 'd'.
obs-studio-21.1.2/deps/media-playback/media-playback/media.c:748:32: style: Function 'mp_media_play' argument 1 names different: declaration 'media' definition 'm'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/media-playback/media-playback/media.h:120:39: note: Function 'mp_media_play' argument 1 names different: declaration 'media' definition 'm'.
obs-studio-21.1.2/deps/media-playback/media-playback/media.c:748:32: note: Function 'mp_media_play' argument 1 names different: declaration 'media' definition 'm'.
obs-studio-21.1.2/deps/media-playback/media-playback/media.c:763:32: style: Function 'mp_media_stop' argument 1 names different: declaration 'media' definition 'm'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/media-playback/media-playback/media.h:121:39: note: Function 'mp_media_stop' argument 1 names different: declaration 'media' definition 'm'.
obs-studio-21.1.2/deps/media-playback/media-playback/media.c:763:32: note: Function 'mp_media_stop' argument 1 names different: declaration 'media' definition 'm'.
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-logging.c:28:14: style: The scope of the variable 'lang' can be reduced. [variableScope]
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-logging.c:60:9: style: Function 'obs_scripting_set_log_callback' argument 2 names different: declaration 'param' definition 'log_param'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/obs-scripting/obs-scripting.h:49:42: note: Function 'obs_scripting_set_log_callback' argument 2 names different: declaration 'param' definition 'log_param'.
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-logging.c:60:9: note: Function 'obs_scripting_set_log_callback' argument 2 names different: declaration 'param' definition 'log_param'.
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-lua.c:1223:42: style: Function 'obs_lua_script_update' argument 1 names different: declaration 'script' definition 's'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-lua.c:1096:42: note: Function 'obs_lua_script_update' argument 1 names different: declaration 'script' definition 's'.
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-lua.c:1223:42: note: Function 'obs_lua_script_update' argument 1 names different: declaration 'script' definition 's'.
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-python.c:341:2: style: Variable 'py_func' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-python.c:336:0: note: Variable 'py_func' is reassigned a value before the old one has been used.
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-python.c:341:2: note: Variable 'py_func' is reassigned a value before the old one has been used.
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-python.c:1418:45: style: Function 'obs_python_script_update' argument 1 names different: declaration 'script' definition 's'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-python.c:1279:45: note: Function 'obs_python_script_update' argument 1 names different: declaration 'script' definition 's'.
obs-studio-21.1.2/deps/obs-scripting/obs-scripting-python.c:1418:45: note: Function 'obs_python_script_update' argument 1 names different: declaration 'script' definition 's'.
obs-studio-21.1.2/deps/obs-scripting/obs-scripting.c:323:1: style: Label 'out' is not used. [unusedLabel]
obs-studio-21.1.2/deps/obs-scripting/obs-scripting.c:349:1: style: Label 'out' is not used. [unusedLabel]
obs-studio-21.1.2/deps/obs-scripting/obs-scripting.c:413:1: style: Label 'out' is not used. [unusedLabel]
obs-studio-21.1.2/deps/w32-pthreads/pthread_barrierattr_setpshared.c:90:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
obs-studio-21.1.2/deps/w32-pthreads/pthread_barrierattr_setpshared.c:105:7: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_barrierattr_setpshared.c:90:7: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/deps/w32-pthreads/context.h:71:0: error: #error Module contains CPU-specific code; modify and recompile. [preprocessorErrorDirective]
obs-studio-21.1.2/deps/w32-pthreads/pthread_condattr_setpshared.c:91:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
obs-studio-21.1.2/deps/w32-pthreads/pthread_condattr_setpshared.c:103:7: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_condattr_setpshared.c:91:7: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_mutexattr_setpshared.c:90:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
obs-studio-21.1.2/deps/w32-pthreads/pthread_mutexattr_setpshared.c:105:7: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_mutexattr_setpshared.c:90:7: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_mutex_unlock.c:45:7: style: The scope of the variable 'kind' can be reduced. [variableScope]
obs-studio-21.1.2/deps/w32-pthreads/pthread_win32_attach_detach_np.c:53:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/deps/w32-pthreads/pthread_win32_attach_detach_np.c:51:0: note: Variable 'result' is reassigned a value before the old one has been used.
obs-studio-21.1.2/deps/w32-pthreads/pthread_win32_attach_detach_np.c:53:3: note: Variable 'result' is reassigned a value before the old one has been used.
obs-studio-21.1.2/deps/w32-pthreads/ptw32_throw.c:77:3: warning: Either the condition 'NULL==sp' is redundant or there is possible null pointer dereference: sp. [nullPointerRedundantCheck]
obs-studio-21.1.2/deps/w32-pthreads/ptw32_throw.c:85:12: note: Assuming that condition 'NULL==sp' is not redundant
obs-studio-21.1.2/deps/w32-pthreads/ptw32_throw.c:77:3: note: Null pointer dereference
obs-studio-21.1.2/deps/w32-pthreads/ptw32_threadDestroy.c:43:32: style: Function 'ptw32_threadDestroy' argument 1 names different: declaration 'tid' definition 'thread'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/w32-pthreads/implement.h:623:39: note: Function 'ptw32_threadDestroy' argument 1 names different: declaration 'tid' definition 'thread'.
obs-studio-21.1.2/deps/w32-pthreads/ptw32_threadDestroy.c:43:32: note: Function 'ptw32_threadDestroy' argument 1 names different: declaration 'tid' definition 'thread'.
obs-studio-21.1.2/deps/w32-pthreads/ptw32_tkAssocCreate.c:43:39: style: Function 'ptw32_tkAssocCreate' argument 1 names different: declaration 'thread' definition 'sp'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/w32-pthreads/implement.h:648:45: note: Function 'ptw32_tkAssocCreate' argument 1 names different: declaration 'thread' definition 'sp'.
obs-studio-21.1.2/deps/w32-pthreads/ptw32_tkAssocCreate.c:43:39: note: Function 'ptw32_tkAssocCreate' argument 1 names different: declaration 'thread' definition 'sp'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_detach.c:51:27: style: Function 'pthread_detach' argument 1 names different: declaration 'tid' definition 'thread'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/w32-pthreads/pthread.h:949:57: note: Function 'pthread_detach' argument 1 names different: declaration 'tid' definition 'thread'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_detach.c:51:27: note: Function 'pthread_detach' argument 1 names different: declaration 'tid' definition 'thread'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_key_delete.c:89:34: warning: Either the condition 'assoc==NULL' is redundant or there is possible null pointer dereference: assoc. [nullPointerRedundantCheck]
obs-studio-21.1.2/deps/w32-pthreads/pthread_key_delete.c:91:18: note: Assuming that condition 'assoc==NULL' is not redundant
obs-studio-21.1.2/deps/w32-pthreads/pthread_key_delete.c:89:34: note: Null pointer dereference
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_destroy.c:43:44: style: Function 'pthread_rwlock_destroy' argument 1 names different: declaration 'lock' definition 'rwlock'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/w32-pthreads/pthread.h:1130:72: note: Function 'pthread_rwlock_destroy' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_destroy.c:43:44: note: Function 'pthread_rwlock_destroy' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_init.c:43:41: style: Function 'pthread_rwlock_init' argument 1 names different: declaration 'lock' definition 'rwlock'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/w32-pthreads/pthread.h:1127:69: note: Function 'pthread_rwlock_init' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_init.c:43:41: note: Function 'pthread_rwlock_init' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_rdlock.c:43:43: style: Function 'pthread_rwlock_rdlock' argument 1 names different: declaration 'lock' definition 'rwlock'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/w32-pthreads/pthread.h:1136:71: note: Function 'pthread_rwlock_rdlock' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_rdlock.c:43:43: note: Function 'pthread_rwlock_rdlock' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_timedrdlock.c:43:48: style: Function 'pthread_rwlock_timedrdlock' argument 1 names different: declaration 'lock' definition 'rwlock'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/w32-pthreads/pthread.h:1138:76: note: Function 'pthread_rwlock_timedrdlock' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_timedrdlock.c:43:48: note: Function 'pthread_rwlock_timedrdlock' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_timedwrlock.c:43:48: style: Function 'pthread_rwlock_timedwrlock' argument 1 names different: declaration 'lock' definition 'rwlock'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/w32-pthreads/pthread.h:1143:76: note: Function 'pthread_rwlock_timedwrlock' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_timedwrlock.c:43:48: note: Function 'pthread_rwlock_timedwrlock' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_trywrlock.c:45:15: style: The scope of the variable 'result1' can be reduced. [variableScope]
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_unlock.c:43:43: style: Function 'pthread_rwlock_unlock' argument 1 names different: declaration 'lock' definition 'rwlock'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/w32-pthreads/pthread.h:1146:71: note: Function 'pthread_rwlock_unlock' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_unlock.c:43:43: note: Function 'pthread_rwlock_unlock' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_wrlock.c:43:43: style: Function 'pthread_rwlock_wrlock' argument 1 names different: declaration 'lock' definition 'rwlock'. [funcArgNamesDifferent]
obs-studio-21.1.2/deps/w32-pthreads/pthread.h:1141:71: note: Function 'pthread_rwlock_wrlock' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlock_wrlock.c:43:43: note: Function 'pthread_rwlock_wrlock' argument 1 names different: declaration 'lock' definition 'rwlock'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlockattr_setpshared.c:91:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlockattr_setpshared.c:106:7: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/deps/w32-pthreads/pthread_rwlockattr_setpshared.c:91:7: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/deps/w32-pthreads/ptw32_OLL_lock.c:244:9: style: Condition '!ptw32_oll_ShouldArriveAtTree()' is always true [knownConditionTrueFalse]
obs-studio-21.1.2/deps/w32-pthreads/ptw32_OLL_lock.c:197:22: style: struct member 'ptw32_foll_rwlock_t_::rNodesPtr' is never used. [unusedStructMember]
obs-studio-21.1.2/deps/w32-pthreads/sem_getvalue.c:87:12: style: The scope of the variable 'value' can be reduced. [variableScope]
obs-studio-21.1.2/deps/w32-pthreads/sem_timedwait.c:138:14: warning: Either the condition 'sem==NULL' is redundant or there is possible null pointer dereference: sem. [nullPointerRedundantCheck]
obs-studio-21.1.2/deps/w32-pthreads/sem_timedwait.c:142:11: note: Assuming that condition 'sem==NULL' is not redundant
obs-studio-21.1.2/deps/w32-pthreads/sem_timedwait.c:138:14: note: Null pointer dereference
obs-studio-21.1.2/deps/w32-pthreads/tests/barrier5.c:56:7: style: The scope of the variable 'result' can be reduced. [variableScope]
obs-studio-21.1.2/deps/w32-pthreads/tests/barrier5.c:83:7: style: The scope of the variable 'serialThreadsTotal' can be reduced. [variableScope]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest1.c:90:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest1.c:126:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest1.c:135:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest1.c:148:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest1.c:161:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest1.c:176:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest1.c:194:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest1.c:212:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest2.c:161:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest2.c:200:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest2.c:219:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest2.c:246:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest2.c:273:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest3.c:81:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest3.c:92:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest3.c:143:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest4.c:93:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest4.c:125:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest4.c:135:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest4.c:148:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest5.c:107:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest5.c:119:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest5.c:128:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest5.c:137:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/benchtest5.c:146:3: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/cancel9.c:175:7: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
obs-studio-21.1.2/deps/w32-pthreads/tests/cancel9.c:191:7: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
obs-studio-21.1.2/deps/w32-pthreads/tests/cancel9.c:123:5: style: Variable 'bytes' is assigned a value that is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/cancel9.c:155:13: style: Variable 'dwEvent' is assigned a value that is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/cancel9.c:183:7: warning: Conversion of string literal "test_wait" to bool always evaluates to true. [incorrectStringBooleanError]
obs-studio-21.1.2/deps/w32-pthreads/tests/condvar1_2.c:91:10: style: The scope of the variable 'j' can be reduced. [variableScope]
obs-studio-21.1.2/deps/w32-pthreads/tests/eyal1.c:125:10: style: The scope of the variable 'f' can be reduced. [variableScope]
obs-studio-21.1.2/deps/w32-pthreads/tests/eyal1.c:125:13: style: The scope of the variable 'g' can be reduced. [variableScope]
obs-studio-21.1.2/deps/w32-pthreads/tests/eyal1.c:125:16: style: The scope of the variable 'h' can be reduced. [variableScope]
obs-studio-21.1.2/deps/w32-pthreads/tests/eyal1.c:146:14: style: The scope of the variable 'nchars' can be reduced. [variableScope]
obs-studio-21.1.2/deps/w32-pthreads/tests/eyal1.c:160:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
obs-studio-21.1.2/deps/w32-pthreads/tests/priority2.c:133:7: style: The scope of the variable 'result2' can be reduced. [variableScope]
obs-studio-21.1.2/deps/w32-pthreads/tests/reuse2.c:162:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
obs-studio-21.1.2/deps/w32-pthreads/tests/reuse2.c:163:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
obs-studio-21.1.2/deps/w32-pthreads/tests/reuse2.c:164:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
obs-studio-21.1.2/deps/w32-pthreads/tests/reuse2.c:165:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
obs-studio-21.1.2/deps/w32-pthreads/tests/rwlock7.c:52:22: style: Same expression on both sides of '=='. [duplicateExpression]
obs-studio-21.1.2/deps/w32-pthreads/tests/rwlock7.c:74:19: style: Same expression on both sides of '=='. [duplicateExpression]
obs-studio-21.1.2/deps/w32-pthreads/tests/rwlock7.c:135:33: style: Same expression on both sides of '=='. [duplicateExpression]
obs-studio-21.1.2/deps/w32-pthreads/tests/rwlock8.c:55:22: style: Same expression on both sides of '=='. [duplicateExpression]
obs-studio-21.1.2/deps/w32-pthreads/tests/rwlock8.c:77:19: style: Same expression on both sides of '=='. [duplicateExpression]
obs-studio-21.1.2/deps/w32-pthreads/tests/rwlock8.c:141:33: style: Same expression on both sides of '=='. [duplicateExpression]
obs-studio-21.1.2/libobs-d3d11/d3d11-duplicator.cpp:179:16: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-duplicator.cpp:56:43: style: Function 'gs_duplicator' argument 1 names different: declaration 'device' definition 'device_'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:574:29: note: Function 'gs_duplicator' argument 1 names different: declaration 'device' definition 'device_'.
obs-studio-21.1.2/libobs-d3d11/d3d11-duplicator.cpp:56:43: note: Function 'gs_duplicator' argument 1 names different: declaration 'device' definition 'device_'.
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:226:2: warning: Member variable 'gs_obj::obj_type' is not initialized in the constructor. [uninitMemberVar]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:323:2: warning: Member variable 'gs_texture::levels' is not initialized in the constructor. [uninitMemberVar]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:590:14: style: Technically the member function 'gs_pixel_shader::GetSamplerStates' can be const. [functionConst]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:203:2: style: Struct 'VBDataPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:280:2: style: Struct 'DataPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:848:2: style: Struct 'gs_device' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:630:1: warning: The struct 'BlendState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:693:1: warning: The struct 'ZStencilState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:737:1: warning: The struct 'RasterState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
obs-studio-21.1.2/libobs-d3d11/d3d11-duplicator.cpp:89:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-duplicator.cpp:152:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:218:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:221:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:224:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:227:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:230:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:233:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:236:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:239:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:242:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:245:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:284:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:287:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:290:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:293:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:296:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:299:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:302:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:305:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:309:6: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:311:6: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-rebuild.cpp:315:5: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-shader.cpp:188:37: style: Function 'Compile' argument 1 names different: declaration 'shaderStr' definition 'shaderString'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:496:27: note: Function 'Compile' argument 1 names different: declaration 'shaderStr' definition 'shaderString'.
obs-studio-21.1.2/libobs-d3d11/d3d11-shader.cpp:188:37: note: Function 'Compile' argument 1 names different: declaration 'shaderStr' definition 'shaderString'.
obs-studio-21.1.2/libobs-d3d11/d3d11-shaderprocessor.hpp:37:2: style: Struct 'ShaderProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/libobs-d3d11/d3d11-shaderprocessor.cpp:108:22: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/libobs-d3d11/d3d11-shaderprocessor.cpp:140:37: style: Function 'BuildInputLayout' argument 1 names different: declaration 'inputs' definition 'layout'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs-d3d11/d3d11-shaderprocessor.hpp:31:58: note: Function 'BuildInputLayout' argument 1 names different: declaration 'inputs' definition 'layout'.
obs-studio-21.1.2/libobs-d3d11/d3d11-shaderprocessor.cpp:140:37: note: Function 'BuildInputLayout' argument 1 names different: declaration 'inputs' definition 'layout'.
obs-studio-21.1.2/libobs-d3d11/d3d11-shaderprocessor.cpp:149:18: warning: Member variable 'gs_shader_param::pos' is not initialized in the constructor. [uninitMemberVar]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:50:29: style: Function 'gs_obj' argument 1 names different: declaration 'device' definition 'device_'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.hpp:232:22: note: Function 'gs_obj' argument 1 names different: declaration 'device' definition 'device_'.
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:50:29: note: Function 'gs_obj' argument 1 names different: declaration 'device' definition 'device_'.
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:541:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:621:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:626:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:660:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:690:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:738:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:758:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:795:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:811:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:827:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:845:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:851:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:875:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:881:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:903:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:923:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:1368:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:2064:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-d3d11/d3d11-subsystem.cpp:2122:4: style: Exception should be caught by reference. [catchExceptionByValue]
obs-studio-21.1.2/libobs-opengl/gl-shader.c:502:47: style: Function 'program_update_params' argument 1 names different: declaration 'shader' definition 'program'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs-opengl/gl-subsystem.h:363:54: note: Function 'program_update_params' argument 1 names different: declaration 'shader' definition 'program'.
obs-studio-21.1.2/libobs-opengl/gl-shader.c:502:47: note: Function 'program_update_params' argument 1 names different: declaration 'shader' definition 'program'.
obs-studio-21.1.2/libobs-opengl/gl-windows.c:469:46: style: Function 'gl_platform_destroy' argument 1 names different: declaration 'platform' definition 'plat'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs-opengl/gl-subsystem.h:515:70: note: Function 'gl_platform_destroy' argument 1 names different: declaration 'platform' definition 'plat'.
obs-studio-21.1.2/libobs-opengl/gl-windows.c:469:46: note: Function 'gl_platform_destroy' argument 1 names different: declaration 'platform' definition 'plat'.
obs-studio-21.1.2/libobs-opengl/gl-x11.c:273:57: style: Function 'gl_windowinfo_destroy' argument 1 names different: declaration 'wi' definition 'info'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs-opengl/gl-subsystem.h:522:74: note: Function 'gl_windowinfo_destroy' argument 1 names different: declaration 'wi' definition 'info'.
obs-studio-21.1.2/libobs-opengl/gl-x11.c:273:57: note: Function 'gl_windowinfo_destroy' argument 1 names different: declaration 'wi' definition 'info'.
obs-studio-21.1.2/libobs-opengl/gl-x11.c:385:53: style: Function 'gl_platform_destroy' argument 1 names different: declaration 'platform' definition 'plat'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs-opengl/gl-subsystem.h:515:70: note: Function 'gl_platform_destroy' argument 1 names different: declaration 'platform' definition 'plat'.
obs-studio-21.1.2/libobs-opengl/gl-x11.c:385:53: note: Function 'gl_platform_destroy' argument 1 names different: declaration 'platform' definition 'plat'.
obs-studio-21.1.2/libobs/util/dstr.h:181:65: style: Function 'dstr_init_copy' argument 2 names different: declaration 'src' definition 'str'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/dstr.h:67:65: note: Function 'dstr_init_copy' argument 2 names different: declaration 'src' definition 'str'.
obs-studio-21.1.2/libobs/util/dstr.h:181:65: note: Function 'dstr_init_copy' argument 2 names different: declaration 'src' definition 'str'.
obs-studio-21.1.2/libobs/util/dstr.h:247:64: style: Function 'dstr_reserve' argument 2 names different: declaration 'num' definition 'capacity'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/dstr.h:88:64: note: Function 'dstr_reserve' argument 2 names different: declaration 'num' definition 'capacity'.
obs-studio-21.1.2/libobs/util/dstr.h:247:64: note: Function 'dstr_reserve' argument 2 names different: declaration 'num' definition 'capacity'.
obs-studio-21.1.2/libobs/util/util_uint128.h:57:14: error: Shifting 64-bit value by 64 bits is undefined behaviour [shiftTooManyBits]
obs-studio-21.1.2/libobs/util/util_uint128.h:78:42: note: Calling function 'util_lshift64', 2nd argument 'num' value is 64
obs-studio-21.1.2/libobs/util/util_uint128.h:57:14: note: Shift
obs-studio-21.1.2/libobs/audio-monitoring/osx/coreaudio-enum-devices.c:190:42: error: Null pointer dereference [nullPointer]
obs-studio-21.1.2/libobs/audio-monitoring/osx/coreaudio-output.c:90:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
obs-studio-21.1.2/libobs/audio-monitoring/win32/wasapi-output.c:189:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
obs-studio-21.1.2/libobs/audio-monitoring/win32/wasapi-output.c:57:11: style: The scope of the variable 'front_ts' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/audio-monitoring/win32/wasapi-output.c:59:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/audio-monitoring/win32/wasapi-output.c:420:26: style: Variable 'source' is assigned a value that is never used. [unreadVariable]
obs-studio-21.1.2/libobs/callback/calldata.c:190:10: style: Function 'calldata_set_data' argument 4 names different: declaration 'new_size' definition 'size'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/callback/calldata.h:81:26: note: Function 'calldata_set_data' argument 4 names different: declaration 'new_size' definition 'size'.
obs-studio-21.1.2/libobs/callback/calldata.c:190:10: note: Function 'calldata_set_data' argument 4 names different: declaration 'new_size' definition 'size'.
obs-studio-21.1.2/libobs/callback/decl.c:151:6: style: The scope of the variable 'code' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/axisang.c:23:13: style: The scope of the variable 'leni' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/effect.c:99:43: style: Function 'gs_technique_begin' argument 1 names different: declaration 'technique' definition 'tech'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:365:50: note: Function 'gs_technique_begin' argument 1 names different: declaration 'technique' definition 'tech'.
obs-studio-21.1.2/libobs/graphics/effect.c:99:43: note: Function 'gs_technique_begin' argument 1 names different: declaration 'technique' definition 'tech'.
obs-studio-21.1.2/libobs/graphics/effect.c:109:39: style: Function 'gs_technique_end' argument 1 names different: declaration 'technique' definition 'tech'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:366:46: note: Function 'gs_technique_end' argument 1 names different: declaration 'technique' definition 'tech'.
obs-studio-21.1.2/libobs/graphics/effect.c:109:39: note: Function 'gs_technique_end' argument 1 names different: declaration 'technique' definition 'tech'.
obs-studio-21.1.2/libobs/graphics/effect.c:193:46: style: Function 'gs_technique_begin_pass' argument 1 names different: declaration 'technique' definition 'tech'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:367:53: note: Function 'gs_technique_begin_pass' argument 1 names different: declaration 'technique' definition 'tech'.
obs-studio-21.1.2/libobs/graphics/effect.c:193:46: note: Function 'gs_technique_begin_pass' argument 1 names different: declaration 'technique' definition 'tech'.
obs-studio-21.1.2/libobs/graphics/effect.c:193:59: style: Function 'gs_technique_begin_pass' argument 2 names different: declaration 'pass' definition 'idx'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:367:71: note: Function 'gs_technique_begin_pass' argument 2 names different: declaration 'pass' definition 'idx'.
obs-studio-21.1.2/libobs/graphics/effect.c:193:59: note: Function 'gs_technique_begin_pass' argument 2 names different: declaration 'pass' definition 'idx'.
obs-studio-21.1.2/libobs/graphics/effect.c:212:54: style: Function 'gs_technique_begin_pass_by_name' argument 1 names different: declaration 'technique' definition 'tech'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:368:61: note: Function 'gs_technique_begin_pass_by_name' argument 1 names different: declaration 'technique' definition 'tech'.
obs-studio-21.1.2/libobs/graphics/effect.c:212:54: note: Function 'gs_technique_begin_pass_by_name' argument 1 names different: declaration 'technique' definition 'tech'.
obs-studio-21.1.2/libobs/graphics/effect.c:243:44: style: Function 'gs_technique_end_pass' argument 1 names different: declaration 'technique' definition 'tech'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:370:51: note: Function 'gs_technique_end_pass' argument 1 names different: declaration 'technique' definition 'tech'.
obs-studio-21.1.2/libobs/graphics/effect.c:243:44: note: Function 'gs_technique_end_pass' argument 1 names different: declaration 'technique' definition 'tech'.
obs-studio-21.1.2/libobs/graphics/graphics-ffmpeg.c:100:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/graphics-ffmpeg.c:217:13: style: Function 'gs_create_texture_file_data' argument 3 names different: declaration 'cx' definition 'cx_out'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:524:43: note: Function 'gs_create_texture_file_data' argument 3 names different: declaration 'cx' definition 'cx_out'.
obs-studio-21.1.2/libobs/graphics/graphics-ffmpeg.c:217:13: note: Function 'gs_create_texture_file_data' argument 3 names different: declaration 'cx' definition 'cx_out'.
obs-studio-21.1.2/libobs/graphics/graphics-ffmpeg.c:217:31: style: Function 'gs_create_texture_file_data' argument 4 names different: declaration 'cy' definition 'cy_out'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:524:57: note: Function 'gs_create_texture_file_data' argument 4 names different: declaration 'cy' definition 'cy_out'.
obs-studio-21.1.2/libobs/graphics/graphics-ffmpeg.c:217:31: note: Function 'gs_create_texture_file_data' argument 4 names different: declaration 'cy' definition 'cy_out'.
obs-studio-21.1.2/libobs/graphics/graphics-magick.c:25:13: style: Function 'gs_create_texture_file_data' argument 3 names different: declaration 'cx' definition 'cx_out'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:524:43: note: Function 'gs_create_texture_file_data' argument 3 names different: declaration 'cx' definition 'cx_out'.
obs-studio-21.1.2/libobs/graphics/graphics-magick.c:25:13: note: Function 'gs_create_texture_file_data' argument 3 names different: declaration 'cx' definition 'cx_out'.
obs-studio-21.1.2/libobs/graphics/graphics-magick.c:25:31: style: Function 'gs_create_texture_file_data' argument 4 names different: declaration 'cy' definition 'cy_out'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:524:57: note: Function 'gs_create_texture_file_data' argument 4 names different: declaration 'cy' definition 'cy_out'.
obs-studio-21.1.2/libobs/graphics/graphics-magick.c:25:31: note: Function 'gs_create_texture_file_data' argument 4 names different: declaration 'cy' definition 'cy_out'.
obs-studio-21.1.2/libobs/graphics/graphics.c:536:9: style: The scope of the variable 'i' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/graphics.c:600:18: style: The scope of the variable 'i' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/graphics.c:176:28: style: Function 'gs_create' argument 1 names different: declaration 'graphics' definition 'pgraphics'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:472:35: note: Function 'gs_create' argument 1 names different: declaration 'graphics' definition 'pgraphics'.
obs-studio-21.1.2/libobs/graphics/graphics.c:176:28: note: Function 'gs_create' argument 1 names different: declaration 'graphics' definition 'pgraphics'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1037:12: style: Function 'gs_draw_sprite_subregion' argument 3 names different: declaration 'x' definition 'sub_x'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:540:12: note: Function 'gs_draw_sprite_subregion' argument 3 names different: declaration 'x' definition 'sub_x'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1037:12: note: Function 'gs_draw_sprite_subregion' argument 3 names different: declaration 'x' definition 'sub_x'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1037:28: style: Function 'gs_draw_sprite_subregion' argument 4 names different: declaration 'y' definition 'sub_y'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:540:24: note: Function 'gs_draw_sprite_subregion' argument 4 names different: declaration 'y' definition 'sub_y'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1037:28: note: Function 'gs_draw_sprite_subregion' argument 4 names different: declaration 'y' definition 'sub_y'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1038:12: style: Function 'gs_draw_sprite_subregion' argument 5 names different: declaration 'cx' definition 'sub_cx'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:540:36: note: Function 'gs_draw_sprite_subregion' argument 5 names different: declaration 'cx' definition 'sub_cx'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1038:12: note: Function 'gs_draw_sprite_subregion' argument 5 names different: declaration 'cx' definition 'sub_cx'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1038:29: style: Function 'gs_draw_sprite_subregion' argument 6 names different: declaration 'cy' definition 'sub_cy'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:540:49: note: Function 'gs_draw_sprite_subregion' argument 6 names different: declaration 'cy' definition 'sub_cy'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1038:29: note: Function 'gs_draw_sprite_subregion' argument 6 names different: declaration 'cy' definition 'sub_cy'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1135:27: style: Function 'gs_texture_set_image' argument 4 names different: declaration 'invert' definition 'flip'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:557:27: note: Function 'gs_texture_set_image' argument 4 names different: declaration 'invert' definition 'flip'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1135:27: note: Function 'gs_texture_set_image' argument 4 names different: declaration 'invert' definition 'flip'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1183:27: style: Function 'gs_perspective' argument 1 names different: declaration 'fovy' definition 'angle'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:561:34: note: Function 'gs_perspective' argument 1 names different: declaration 'fovy' definition 'angle'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1183:27: note: Function 'gs_perspective' argument 1 names different: declaration 'fovy' definition 'angle'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1183:54: style: Function 'gs_perspective' argument 3 names different: declaration 'znear' definition 'near'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:561:60: note: Function 'gs_perspective' argument 3 names different: declaration 'znear' definition 'near'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1183:54: note: Function 'gs_perspective' argument 3 names different: declaration 'znear' definition 'near'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1183:66: style: Function 'gs_perspective' argument 4 names different: declaration 'zfar' definition 'far'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/graphics.h:561:73: note: Function 'gs_perspective' argument 4 names different: declaration 'zfar' definition 'far'.
obs-studio-21.1.2/libobs/graphics/graphics.c:1183:66: note: Function 'gs_perspective' argument 4 names different: declaration 'zfar' definition 'far'.
obs-studio-21.1.2/libobs/graphics/libnsgif/libnsgif.c:158:18: style: The scope of the variable 'index' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/libnsgif/libnsgif.c:622:9: style: The scope of the variable 'gif_bytes' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/libnsgif/libnsgif.c:623:18: style: The scope of the variable 'block_size' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/libnsgif/libnsgif.c:1048:18: style: The scope of the variable 'block_size' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/libnsgif/libnsgif.c:1160:9: style: The scope of the variable 'new_code' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/libnsgif/libnsgif.c:1225:20: style: The scope of the variable 'count' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/matrix4.c:116:8: style: The scope of the variable 'det' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/quat.c:72:6: style: The scope of the variable 'i' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/quat.c:72:8: style: The scope of the variable 'j' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/quat.c:72:10: style: The scope of the variable 'k' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/quat.c:182:8: style: The scope of the variable 'sine' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/quat.c:182:14: style: The scope of the variable 'sinei' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/quat.c:182:21: style: The scope of the variable 'sinet' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/quat.c:182:28: style: The scope of the variable 'sineti' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/graphics/shader-parser.c:85:58: style: Function 'get_address_mode' argument 1 names different: declaration 'address_mode' definition 'mode'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/graphics/shader-parser.h:29:58: note: Function 'get_address_mode' argument 1 names different: declaration 'address_mode' definition 'mode'.
obs-studio-21.1.2/libobs/graphics/shader-parser.c:85:58: note: Function 'get_address_mode' argument 1 names different: declaration 'address_mode' definition 'mode'.
obs-studio-21.1.2/libobs/media-io/audio-io.c:156:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
obs-studio-21.1.2/libobs/media-io/audio-io.c:332:36: style: Function 'audio_output_connect' argument 1 names different: declaration 'video' definition 'audio'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/media-io/audio-io.h:215:43: note: Function 'audio_output_connect' argument 1 names different: declaration 'video' definition 'audio'.
obs-studio-21.1.2/libobs/media-io/audio-io.c:332:36: note: Function 'audio_output_connect' argument 1 names different: declaration 'video' definition 'audio'.
obs-studio-21.1.2/libobs/media-io/audio-io.c:332:50: style: Function 'audio_output_connect' argument 2 names different: declaration 'mix_idx' definition 'mi'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/media-io/audio-io.h:215:57: note: Function 'audio_output_connect' argument 2 names different: declaration 'mix_idx' definition 'mi'.
obs-studio-21.1.2/libobs/media-io/audio-io.c:332:50: note: Function 'audio_output_connect' argument 2 names different: declaration 'mix_idx' definition 'mi'.
obs-studio-21.1.2/libobs/media-io/audio-io.c:375:39: style: Function 'audio_output_disconnect' argument 1 names different: declaration 'video' definition 'audio'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/media-io/audio-io.h:218:46: note: Function 'audio_output_disconnect' argument 1 names different: declaration 'video' definition 'audio'.
obs-studio-21.1.2/libobs/media-io/audio-io.c:375:39: note: Function 'audio_output_disconnect' argument 1 names different: declaration 'video' definition 'audio'.
obs-studio-21.1.2/libobs/media-io/audio-resampler-ffmpeg.c:116:49: style: Function 'audio_resampler_destroy' argument 1 names different: declaration 'resampler' definition 'rs'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/media-io/audio-resampler.h:38:56: note: Function 'audio_resampler_destroy' argument 1 names different: declaration 'resampler' definition 'rs'.
obs-studio-21.1.2/libobs/media-io/audio-resampler-ffmpeg.c:116:49: note: Function 'audio_resampler_destroy' argument 1 names different: declaration 'resampler' definition 'rs'.
obs-studio-21.1.2/libobs/media-io/audio-resampler-ffmpeg.c:128:50: style: Function 'audio_resampler_resample' argument 1 names different: declaration 'resampler' definition 'rs'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/media-io/audio-resampler.h:40:57: note: Function 'audio_resampler_resample' argument 1 names different: declaration 'resampler' definition 'rs'.
obs-studio-21.1.2/libobs/media-io/audio-resampler-ffmpeg.c:128:50: note: Function 'audio_resampler_resample' argument 1 names different: declaration 'resampler' definition 'rs'.
obs-studio-21.1.2/libobs/media-io/video-frame.c:108:38: style: Function 'video_frame_copy' argument 4 names different: declaration 'height' definition 'cy'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/media-io/video-frame.h:59:12: note: Function 'video_frame_copy' argument 4 names different: declaration 'height' definition 'cy'.
obs-studio-21.1.2/libobs/media-io/video-frame.c:108:38: note: Function 'video_frame_copy' argument 4 names different: declaration 'height' definition 'cy'.
obs-studio-21.1.2/libobs/media-io/video-matrices.c:182:9: style: Function 'video_format_get_parameters' argument 4 names different: declaration 'min_range' definition 'range_min'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/media-io/video-io.h:169:9: note: Function 'video_format_get_parameters' argument 4 names different: declaration 'min_range' definition 'range_min'.
obs-studio-21.1.2/libobs/media-io/video-matrices.c:182:9: note: Function 'video_format_get_parameters' argument 4 names different: declaration 'min_range' definition 'range_min'.
obs-studio-21.1.2/libobs/media-io/video-matrices.c:182:29: style: Function 'video_format_get_parameters' argument 5 names different: declaration 'max_range' definition 'range_max'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/media-io/video-io.h:169:29: note: Function 'video_format_get_parameters' argument 5 names different: declaration 'max_range' definition 'range_max'.
obs-studio-21.1.2/libobs/media-io/video-matrices.c:182:29: note: Function 'video_format_get_parameters' argument 5 names different: declaration 'max_range' definition 'range_max'.
obs-studio-21.1.2/libobs/media-io/video-matrices.c:29:14: style: struct member 'Anonymous1::Kb' is never used. [unusedStructMember]
obs-studio-21.1.2/libobs/media-io/video-matrices.c:29:18: style: struct member 'Anonymous1::Kr' is never used. [unusedStructMember]
obs-studio-21.1.2/libobs/media-io/video-matrices.c:30:12: style: struct member 'Anonymous1::range_min' is never used. [unusedStructMember]
obs-studio-21.1.2/libobs/media-io/video-matrices.c:31:12: style: struct member 'Anonymous1::range_max' is never used. [unusedStructMember]
obs-studio-21.1.2/libobs/media-io/video-matrices.c:32:12: style: struct member 'Anonymous1::black_levels' is never used. [unusedStructMember]
obs-studio-21.1.2/libobs/media-io/video-scaler-ffmpeg.c:85:42: style: Function 'video_scaler_create' argument 1 names different: declaration 'scaler' definition 'scaler_out'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/media-io/video-scaler.h:34:49: note: Function 'video_scaler_create' argument 1 names different: declaration 'scaler' definition 'scaler_out'.
obs-studio-21.1.2/libobs/media-io/video-scaler-ffmpeg.c:85:42: note: Function 'video_scaler_create' argument 1 names different: declaration 'scaler' definition 'scaler_out'.
obs-studio-21.1.2/libobs/obs-audio-controls.c:266:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
obs-studio-21.1.2/libobs/util/serializer.h:120:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
obs-studio-21.1.2/libobs/util/serializer.h:125:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
obs-studio-21.1.2/libobs/util/serializer.h:154:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
obs-studio-21.1.2/libobs/util/serializer.h:159:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
obs-studio-21.1.2/libobs/obs-avc.c:26:6: style: The scope of the variable 'type' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-avc.c:105:6: style: The scope of the variable 'type' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-avc.c:163:6: style: The scope of the variable 'type' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-avc.c:230:39: style: The scope of the variable 'nal_codestart' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-avc.c:232:6: style: The scope of the variable 'type' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-cocoa.c:1274:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
obs-studio-21.1.2/libobs/obs-cocoa.c:213:38: style: Function 'obs_key_to_virtual_key' argument 1 names different: declaration 'key' definition 'code'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-hotkey.h:283:45: note: Function 'obs_key_to_virtual_key' argument 1 names different: declaration 'key' definition 'code'.
obs-studio-21.1.2/libobs/obs-cocoa.c:213:38: note: Function 'obs_key_to_virtual_key' argument 1 names different: declaration 'key' definition 'code'.
obs-studio-21.1.2/libobs/obs-cocoa.c:1290:62: style: Function 'obs_hotkeys_platform_is_pressed' argument 1 names different: declaration 'context' definition 'plat'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-internal.h:163:62: note: Function 'obs_hotkeys_platform_is_pressed' argument 1 names different: declaration 'context' definition 'plat'.
obs-studio-21.1.2/libobs/obs-cocoa.c:1290:62: note: Function 'obs_hotkeys_platform_is_pressed' argument 1 names different: declaration 'context' definition 'plat'.
obs-studio-21.1.2/libobs/obs-data.c:788:13: style: Redundant condition: item. '!item || (item && !*item)' is equivalent to '!item || !*item' [redundantCondition]
obs-studio-21.1.2/libobs/obs-data.c:372:44: warning: Either the condition '!old_data' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
obs-studio-21.1.2/libobs/obs-data.c:375:6: note: Assuming that condition '!old_data' is not redundant
obs-studio-21.1.2/libobs/obs-data.c:372:44: note: Null pointer subtraction
obs-studio-21.1.2/libobs/obs-data.c:967:9: style: The scope of the variable 'size' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-data.c:992:33: style: Function 'obs_data_clear' argument 1 names different: declaration 'data' definition 'target'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-data.h:80:40: note: Function 'obs_data_clear' argument 1 names different: declaration 'data' definition 'target'.
obs-studio-21.1.2/libobs/obs-data.c:992:33: note: Function 'obs_data_clear' argument 1 names different: declaration 'data' definition 'target'.
obs-studio-21.1.2/libobs/obs-data.c:1348:52: style: Function 'obs_data_item_has_user_value' argument 1 names different: declaration 'data' definition 'item'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-data.h:171:59: note: Function 'obs_data_item_has_user_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-data.c:1348:52: note: Function 'obs_data_item_has_user_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-data.c:1353:55: style: Function 'obs_data_item_has_default_value' argument 1 names different: declaration 'data' definition 'item'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-data.h:172:62: note: Function 'obs_data_item_has_default_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-data.c:1353:55: note: Function 'obs_data_item_has_default_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-data.c:1358:58: style: Function 'obs_data_item_has_autoselect_value' argument 1 names different: declaration 'data' definition 'item'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-data.h:173:65: note: Function 'obs_data_item_has_autoselect_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-data.c:1358:58: note: Function 'obs_data_item_has_autoselect_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-data.c:1381:54: style: Function 'obs_data_item_unset_user_value' argument 1 names different: declaration 'data' definition 'item'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-data.h:182:61: note: Function 'obs_data_item_unset_user_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-data.c:1381:54: note: Function 'obs_data_item_unset_user_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-data.c:1398:57: style: Function 'obs_data_item_unset_default_value' argument 1 names different: declaration 'data' definition 'item'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-data.h:183:64: note: Function 'obs_data_item_unset_default_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-data.c:1398:57: note: Function 'obs_data_item_unset_default_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-data.c:1415:60: style: Function 'obs_data_item_unset_autoselect_value' argument 1 names different: declaration 'data' definition 'item'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-data.h:184:67: note: Function 'obs_data_item_unset_autoselect_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-data.c:1415:60: note: Function 'obs_data_item_unset_autoselect_value' argument 1 names different: declaration 'data' definition 'item'.
obs-studio-21.1.2/libobs/obs-encoder.c:1073:56: style: Function 'obs_encoder_packet_release' argument 1 names different: declaration 'packet' definition 'pkt'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs.h:1782:63: note: Function 'obs_encoder_packet_release' argument 1 names different: declaration 'packet' definition 'pkt'.
obs-studio-21.1.2/libobs/obs-encoder.c:1073:56: note: Function 'obs_encoder_packet_release' argument 1 names different: declaration 'packet' definition 'pkt'.
obs-studio-21.1.2/libobs/obs-hotkey.c:1293:31: style: Function 'obs_hotkey_thread' argument 1 names different: declaration 'param' definition 'arg'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-internal.h:158:31: note: Function 'obs_hotkey_thread' argument 1 names different: declaration 'param' definition 'arg'.
obs-studio-21.1.2/libobs/obs-hotkey.c:1293:31: note: Function 'obs_hotkey_thread' argument 1 names different: declaration 'param' definition 'arg'.
obs-studio-21.1.2/libobs/obs-module.c:281:2: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/libobs/obs-module.c:277:0: note: Variable 'found' is reassigned a value before the old one has been used.
obs-studio-21.1.2/libobs/obs-module.c:281:2: note: Variable 'found' is reassigned a value before the old one has been used.
obs-studio-21.1.2/libobs/obs-nix.c:748:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
obs-studio-21.1.2/libobs/obs-nix.c:847:7: style: The scope of the variable 'name' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-nix.c:870:49: style: Function 'obs_key_to_str' argument 2 names different: declaration 'str' definition 'dstr'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-hotkey.h:278:56: note: Function 'obs_key_to_str' argument 2 names different: declaration 'str' definition 'dstr'.
obs-studio-21.1.2/libobs/obs-nix.c:870:49: note: Function 'obs_key_to_str' argument 2 names different: declaration 'str' definition 'dstr'.
obs-studio-21.1.2/libobs/obs-nix.c:962:40: style: Function 'obs_key_from_virtual_key' argument 1 names different: declaration 'code' definition 'sym'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-hotkey.h:282:47: note: Function 'obs_key_from_virtual_key' argument 1 names different: declaration 'code' definition 'sym'.
obs-studio-21.1.2/libobs/obs-nix.c:962:40: note: Function 'obs_key_from_virtual_key' argument 1 names different: declaration 'code' definition 'sym'.
obs-studio-21.1.2/libobs/obs-nix.c:1009:55: style: Function 'obs_key_combination_to_str' argument 1 names different: declaration 'key' definition 'combination'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-hotkey.h:279:62: note: Function 'obs_key_combination_to_str' argument 1 names different: declaration 'key' definition 'combination'.
obs-studio-21.1.2/libobs/obs-nix.c:1009:55: note: Function 'obs_key_combination_to_str' argument 1 names different: declaration 'key' definition 'combination'.
obs-studio-21.1.2/libobs/obs-output-delay.c:81:11: style: The scope of the variable 'elapsed_time' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-output.c:1780:21: style: The scope of the variable 'encoded_callback' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-properties.c:256:73: style: Function 'obs_properties_get' argument 2 names different: declaration 'property' definition 'name'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:123:15: note: Function 'obs_properties_get' argument 2 names different: declaration 'property' definition 'name'.
obs-studio-21.1.2/libobs/obs-properties.c:256:73: note: Function 'obs_properties_get' argument 2 names different: declaration 'property' definition 'name'.
obs-studio-21.1.2/libobs/obs-properties.c:371:33: style: Function 'obs_properties_add_bool' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:143:33: note: Function 'obs_properties_add_bool' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:371:33: note: Function 'obs_properties_add_bool' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:410:33: style: Function 'obs_properties_add_int' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:146:33: note: Function 'obs_properties_add_int' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:410:33: note: Function 'obs_properties_add_int' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:416:33: style: Function 'obs_properties_add_float' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:150:33: note: Function 'obs_properties_add_float' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:416:33: note: Function 'obs_properties_add_float' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:423:33: style: Function 'obs_properties_add_int_slider' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:154:33: note: Function 'obs_properties_add_int_slider' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:423:33: note: Function 'obs_properties_add_int_slider' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:429:33: style: Function 'obs_properties_add_float_slider' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:158:33: note: Function 'obs_properties_add_float_slider' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:429:33: note: Function 'obs_properties_add_float_slider' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:436:33: style: Function 'obs_properties_add_text' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:162:33: note: Function 'obs_properties_add_text' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:436:33: note: Function 'obs_properties_add_text' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:447:33: style: Function 'obs_properties_add_path' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:182:33: note: Function 'obs_properties_add_path' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:447:33: note: Function 'obs_properties_add_path' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:464:33: style: Function 'obs_properties_add_list' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:187:33: note: Function 'obs_properties_add_list' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:464:33: note: Function 'obs_properties_add_list' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:486:33: style: Function 'obs_properties_add_color' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:191:33: note: Function 'obs_properties_add_color' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:486:33: note: Function 'obs_properties_add_color' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:520:33: style: Function 'obs_properties_add_font' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:211:33: note: Function 'obs_properties_add_font' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:520:33: note: Function 'obs_properties_add_font' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:527:33: style: Function 'obs_properties_add_editable_list' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:214:33: note: Function 'obs_properties_add_editable_list' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:527:33: note: Function 'obs_properties_add_editable_list' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:543:33: style: Function 'obs_properties_add_frame_rate' argument 3 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:219:33: note: Function 'obs_properties_add_frame_rate' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:543:33: note: Function 'obs_properties_add_frame_rate' argument 3 names different: declaration 'description' definition 'desc'.
obs-studio-21.1.2/libobs/obs-properties.c:596:28: style: Function 'obs_property_set_modified_callback2' argument 2 names different: declaration 'modified' definition 'modified2'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:236:28: note: Function 'obs_property_set_modified_callback2' argument 2 names different: declaration 'modified' definition 'modified2'.
obs-studio-21.1.2/libobs/obs-properties.c:596:28: note: Function 'obs_property_set_modified_callback2' argument 2 names different: declaration 'modified' definition 'modified2'.
obs-studio-21.1.2/libobs/obs-properties.c:653:71: style: Function 'obs_property_set_long_description' argument 2 names different: declaration 'long_description' definition 'long_desc'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-properties.h:247:15: note: Function 'obs_property_set_long_description' argument 2 names different: declaration 'long_description' definition 'long_desc'.
obs-studio-21.1.2/libobs/obs-properties.c:653:71: note: Function 'obs_property_set_long_description' argument 2 names different: declaration 'long_description' definition 'long_desc'.
obs-studio-21.1.2/libobs/obs-scene.c:1567:2: style: Variable 'command' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/libobs/obs-scene.c:1563:0: note: Variable 'command' is reassigned a value before the old one has been used.
obs-studio-21.1.2/libobs/obs-scene.c:1567:2: note: Variable 'command' is reassigned a value before the old one has been used.
obs-studio-21.1.2/libobs/obs-scene.c:1073:21: style: The scope of the variable 'source' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-scene.c:1537:57: style: Function 'obs_sceneitem_set_rot' argument 2 names different: declaration 'rot_deg' definition 'rot'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs.h:1306:64: note: Function 'obs_sceneitem_set_rot' argument 2 names different: declaration 'rot_deg' definition 'rot'.
obs-studio-21.1.2/libobs/obs-scene.c:1537:57: note: Function 'obs_sceneitem_set_rot' argument 2 names different: declaration 'rot_deg' definition 'rot'.
obs-studio-21.1.2/libobs/obs-source-deinterlace.c:223:2: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/libobs/obs-source-deinterlace.c:218:0: note: Variable 'frame' is reassigned a value before the old one has been used.
obs-studio-21.1.2/libobs/obs-source-deinterlace.c:223:2: note: Variable 'frame' is reassigned a value before the old one has been used.
obs-studio-21.1.2/libobs/obs-source-deinterlace.c:179:51: style: Function 'deinterlace_process_last_frame' argument 1 names different: declaration 'source' definition 's'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-internal.h:780:58: note: Function 'deinterlace_process_last_frame' argument 1 names different: declaration 'source' definition 's'.
obs-studio-21.1.2/libobs/obs-source-deinterlace.c:179:51: note: Function 'deinterlace_process_last_frame' argument 1 names different: declaration 'source' definition 's'.
obs-studio-21.1.2/libobs/obs-source-transition.c:188:16: style: The scope of the variable 'child' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-source-transition.c:902:8: style: The scope of the variable 't' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-source-transition.c:518:40: style: Function 'obs_transition_save' argument 1 names different: declaration 'source' definition 'tr'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-internal.h:707:47: note: Function 'obs_transition_save' argument 1 names different: declaration 'source' definition 'tr'.
obs-studio-21.1.2/libobs/obs-source-transition.c:518:40: note: Function 'obs_transition_save' argument 1 names different: declaration 'source' definition 'tr'.
obs-studio-21.1.2/libobs/obs-source-transition.c:539:40: style: Function 'obs_transition_load' argument 1 names different: declaration 'source' definition 'tr'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-internal.h:708:47: note: Function 'obs_transition_load' argument 1 names different: declaration 'source' definition 'tr'.
obs-studio-21.1.2/libobs/obs-source-transition.c:539:40: note: Function 'obs_transition_load' argument 1 names different: declaration 'source' definition 'tr'.
obs-studio-21.1.2/libobs/obs-source-transition.c:613:26: style: Function 'obs_transition_enum_sources' argument 2 names different: declaration 'enum_callback' definition 'cb'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-internal.h:706:26: note: Function 'obs_transition_enum_sources' argument 2 names different: declaration 'enum_callback' definition 'cb'.
obs-studio-21.1.2/libobs/obs-source-transition.c:613:26: note: Function 'obs_transition_enum_sources' argument 2 names different: declaration 'enum_callback' definition 'cb'.
obs-studio-21.1.2/libobs/obs-source-transition.c:895:39: style: Function 'obs_transition_audio_render' argument 7 names different: declaration 'mix_a_callback' definition 'mix_a'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs.h:1217:39: note: Function 'obs_transition_audio_render' argument 7 names different: declaration 'mix_a_callback' definition 'mix_a'.
obs-studio-21.1.2/libobs/obs-source-transition.c:895:39: note: Function 'obs_transition_audio_render' argument 7 names different: declaration 'mix_a_callback' definition 'mix_a'.
obs-studio-21.1.2/libobs/obs-source-transition.c:896:39: style: Function 'obs_transition_audio_render' argument 8 names different: declaration 'mix_b_callback' definition 'mix_b'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs.h:1218:39: note: Function 'obs_transition_audio_render' argument 8 names different: declaration 'mix_b_callback' definition 'mix_b'.
obs-studio-21.1.2/libobs/obs-source-transition.c:896:39: note: Function 'obs_transition_audio_render' argument 8 names different: declaration 'mix_b_callback' definition 'mix_b'.
obs-studio-21.1.2/libobs/obs-source-transition.c:961:25: style: Function 'obs_transition_enable_fixed' argument 3 names different: declaration 'duration_ms' definition 'duration'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs.h:1196:12: note: Function 'obs_transition_enable_fixed' argument 3 names different: declaration 'duration_ms' definition 'duration'.
obs-studio-21.1.2/libobs/obs-source-transition.c:961:25: note: Function 'obs_transition_enable_fixed' argument 3 names different: declaration 'duration_ms' definition 'duration'.
obs-studio-21.1.2/libobs/obs-source-transition.c:165:15: error: Uninitialized variable: scale [uninitvar]
obs-studio-21.1.2/libobs/obs-source-transition.c:166:15: error: Uninitialized variable: scale [uninitvar]
obs-studio-21.1.2/libobs/obs-source.c:2963:16: style: The scope of the variable 'texture' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-source.c:2991:16: style: The scope of the variable 'texture' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-source.c:434:15: style: Function 'obs_source_duplicate' argument 2 names different: declaration 'desired_name' definition 'new_name'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs.h:727:15: note: Function 'obs_source_duplicate' argument 2 names different: declaration 'desired_name' definition 'new_name'.
obs-studio-21.1.2/libobs/obs-source.c:434:15: note: Function 'obs_source_duplicate' argument 2 names different: declaration 'desired_name' definition 'new_name'.
obs-studio-21.1.2/libobs/obs-source.c:3440:36: style: Function 'obs_source_draw' argument 1 names different: declaration 'image' definition 'texture'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs.h:1016:43: note: Function 'obs_source_draw' argument 1 names different: declaration 'image' definition 'texture'.
obs-studio-21.1.2/libobs/obs-source.c:3440:36: note: Function 'obs_source_draw' argument 1 names different: declaration 'image' definition 'texture'.
obs-studio-21.1.2/libobs/obs-source.c:4096:59: style: Function 'obs_source_get_private_settings' argument 1 names different: declaration 'item' definition 'source'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs.h:981:66: note: Function 'obs_source_get_private_settings' argument 1 names different: declaration 'item' definition 'source'.
obs-studio-21.1.2/libobs/obs-source.c:4096:59: note: Function 'obs_source_get_private_settings' argument 1 names different: declaration 'item' definition 'source'.
obs-studio-21.1.2/libobs/obs-video.c:415:11: style: The scope of the variable 'src_pos' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/obs-windows.c:85:2: warning: Array 'data' is filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*data)'? [incompleteArrayFill]
obs-studio-21.1.2/libobs/obs-windows.c:663:55: style: Function 'obs_key_combination_to_str' argument 1 names different: declaration 'key' definition 'combination'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-hotkey.h:279:62: note: Function 'obs_key_combination_to_str' argument 1 names different: declaration 'key' definition 'combination'.
obs-studio-21.1.2/libobs/obs-windows.c:663:55: note: Function 'obs_key_combination_to_str' argument 1 names different: declaration 'key' definition 'combination'.
obs-studio-21.1.2/libobs/obs.c:1181:29: style: Function 'obs_exec_ui' argument 1 names different: declaration 'id' definition 'name'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-ui.h:139:36: note: Function 'obs_exec_ui' argument 1 names different: declaration 'id' definition 'name'.
obs-studio-21.1.2/libobs/obs.c:1181:29: note: Function 'obs_exec_ui' argument 1 names different: declaration 'id' definition 'name'.
obs-studio-21.1.2/libobs/obs.c:1198:33: style: Function 'obs_create_ui' argument 1 names different: declaration 'id' definition 'name'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-ui.h:154:40: note: Function 'obs_create_ui' argument 1 names different: declaration 'id' definition 'name'.
obs-studio-21.1.2/libobs/obs.c:1198:33: note: Function 'obs_create_ui' argument 1 names different: declaration 'id' definition 'name'.
obs-studio-21.1.2/libobs/obs.c:1591:43: style: Function 'obs_load_source' argument 1 names different: declaration 'data' definition 'source_data'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs.h:577:50: note: Function 'obs_load_source' argument 1 names different: declaration 'data' definition 'source_data'.
obs-studio-21.1.2/libobs/obs.c:1591:43: note: Function 'obs_load_source' argument 1 names different: declaration 'data' definition 'source_data'.
obs-studio-21.1.2/libobs/obs.c:1722:9: style: Function 'obs_save_sources_filtered' argument 2 names different: declaration 'data' definition 'data_'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs.h:590:9: note: Function 'obs_save_sources_filtered' argument 2 names different: declaration 'data' definition 'data_'.
obs-studio-21.1.2/libobs/obs.c:1722:9: note: Function 'obs_save_sources_filtered' argument 2 names different: declaration 'data' definition 'data_'.
obs-studio-21.1.2/libobs/obs.c:1848:33: style: Function 'obs_context_data_insert' argument 3 names different: declaration 'first' definition 'pfirst'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/obs-internal.h:447:33: note: Function 'obs_context_data_insert' argument 3 names different: declaration 'first' definition 'pfirst'.
obs-studio-21.1.2/libobs/obs.c:1848:33: note: Function 'obs_context_data_insert' argument 3 names different: declaration 'first' definition 'pfirst'.
obs-studio-21.1.2/libobs/util/bmem.c:46:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/libobs/util/bmem.c:43:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
obs-studio-21.1.2/libobs/util/bmem.c:46:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
obs-studio-21.1.2/libobs/util/bmem.c:44:7: style: The scope of the variable 'diff' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/util/cf-lexer.c:609:14: style: The scope of the variable 'file' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/util/cf-lexer.c:610:14: style: The scope of the variable 'slash' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/util/cf-parser.c:19:36: style: Function 'cf_adderror' argument 1 names different: declaration 'parser' definition 'p'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/cf-parser.h:79:43: note: Function 'cf_adderror' argument 1 names different: declaration 'parser' definition 'p'.
obs-studio-21.1.2/libobs/util/cf-parser.c:19:36: note: Function 'cf_adderror' argument 1 names different: declaration 'parser' definition 'p'.
obs-studio-21.1.2/libobs/util/dstr.c:268:14: style: The scope of the variable 'count' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/util/dstr.c:269:14: style: The scope of the variable 'total_size' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/util/dstr.c:388:59: style: Function 'dstr_ncopy_dstr' argument 2 names different: declaration 'src' definition 'str'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/dstr.h:84:66: note: Function 'dstr_ncopy_dstr' argument 2 names different: declaration 'src' definition 'str'.
obs-studio-21.1.2/libobs/util/dstr.c:388:59: note: Function 'dstr_ncopy_dstr' argument 2 names different: declaration 'src' definition 'str'.
obs-studio-21.1.2/libobs/util/dstr.c:676:30: style: Function 'dstr_depad' argument 1 names different: declaration 'dst' definition 'str'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/dstr.h:138:37: note: Function 'dstr_depad' argument 1 names different: declaration 'dst' definition 'str'.
obs-studio-21.1.2/libobs/util/dstr.c:676:30: note: Function 'dstr_depad' argument 1 names different: declaration 'dst' definition 'str'.
obs-studio-21.1.2/libobs/util/lexer.c:193:40: style: Function 'error_data_add' argument 1 names different: declaration 'ed' definition 'data'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/lexer.h:209:47: note: Function 'error_data_add' argument 1 names different: declaration 'ed' definition 'data'.
obs-studio-21.1.2/libobs/util/lexer.c:193:40: note: Function 'error_data_add' argument 1 names different: declaration 'ed' definition 'data'.
obs-studio-21.1.2/libobs/util/lexer.c:240:63: style: Function 'lexer_getbasetoken' argument 2 names different: declaration 't' definition 'token'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/lexer.h:276:70: note: Function 'lexer_getbasetoken' argument 2 names different: declaration 't' definition 'token'.
obs-studio-21.1.2/libobs/util/lexer.c:240:63: note: Function 'lexer_getbasetoken' argument 2 names different: declaration 't' definition 'token'.
obs-studio-21.1.2/libobs/util/platform-nix.c:851:6: warning: %ld in format string (no. 1) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
obs-studio-21.1.2/libobs/util/platform-nix.c:851:6: warning: %ld in format string (no. 2) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
obs-studio-21.1.2/libobs/util/platform-nix.c:851:6: warning: %ld in format string (no. 3) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
obs-studio-21.1.2/libobs/util/platform-nix.c:851:6: warning: %ld in format string (no. 4) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
obs-studio-21.1.2/libobs/util/platform-nix.c:851:6: warning: %ld in format string (no. 5) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
obs-studio-21.1.2/libobs/util/platform-nix.c:851:6: warning: %ld in format string (no. 6) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
obs-studio-21.1.2/libobs/util/platform-nix.c:851:6: warning: %ld in format string (no. 7) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
obs-studio-21.1.2/libobs/util/platform-nix.c:583:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/util/platform-nix.c:445:33: style: Function 'os_safe_replace' argument 1 names different: declaration 'target_path' definition 'target'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/platform.h:166:40: note: Function 'os_safe_replace' argument 1 names different: declaration 'target_path' definition 'target'.
obs-studio-21.1.2/libobs/util/platform-nix.c:445:33: note: Function 'os_safe_replace' argument 1 names different: declaration 'target_path' definition 'target'.
obs-studio-21.1.2/libobs/util/platform-nix.c:445:53: style: Function 'os_safe_replace' argument 2 names different: declaration 'from_path' definition 'from'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/platform.h:166:65: note: Function 'os_safe_replace' argument 2 names different: declaration 'from_path' definition 'from'.
obs-studio-21.1.2/libobs/util/platform-nix.c:445:53: note: Function 'os_safe_replace' argument 2 names different: declaration 'from_path' definition 'from'.
obs-studio-21.1.2/libobs/util/platform-nix.c:445:71: style: Function 'os_safe_replace' argument 3 names different: declaration 'backup_path' definition 'backup'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/platform.h:167:15: note: Function 'os_safe_replace' argument 3 names different: declaration 'backup_path' definition 'backup'.
obs-studio-21.1.2/libobs/util/platform-nix.c:445:71: note: Function 'os_safe_replace' argument 3 names different: declaration 'backup_path' definition 'backup'.
obs-studio-21.1.2/libobs/util/platform-nix.c:465:29: style: Function 'os_copyfile' argument 1 names different: declaration 'file_in' definition 'file_path_in'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/platform.h:165:36: note: Function 'os_copyfile' argument 1 names different: declaration 'file_in' definition 'file_path_in'.
obs-studio-21.1.2/libobs/util/platform-nix.c:465:29: note: Function 'os_copyfile' argument 1 names different: declaration 'file_in' definition 'file_path_in'.
obs-studio-21.1.2/libobs/util/platform-nix.c:465:55: style: Function 'os_copyfile' argument 2 names different: declaration 'file_out' definition 'file_path_out'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/platform.h:165:57: note: Function 'os_copyfile' argument 2 names different: declaration 'file_out' definition 'file_path_out'.
obs-studio-21.1.2/libobs/util/platform-nix.c:465:55: note: Function 'os_copyfile' argument 2 names different: declaration 'file_out' definition 'file_path_out'.
obs-studio-21.1.2/libobs/util/platform-windows.c:412:18: style: The scope of the variable 'w_abs_path' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/util/platform-windows.c:567:33: style: Function 'os_safe_replace' argument 1 names different: declaration 'target_path' definition 'target'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/platform.h:166:40: note: Function 'os_safe_replace' argument 1 names different: declaration 'target_path' definition 'target'.
obs-studio-21.1.2/libobs/util/platform-windows.c:567:33: note: Function 'os_safe_replace' argument 1 names different: declaration 'target_path' definition 'target'.
obs-studio-21.1.2/libobs/util/platform-windows.c:567:53: style: Function 'os_safe_replace' argument 2 names different: declaration 'from_path' definition 'from'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/platform.h:166:65: note: Function 'os_safe_replace' argument 2 names different: declaration 'from_path' definition 'from'.
obs-studio-21.1.2/libobs/util/platform-windows.c:567:53: note: Function 'os_safe_replace' argument 2 names different: declaration 'from_path' definition 'from'.
obs-studio-21.1.2/libobs/util/platform-windows.c:567:71: style: Function 'os_safe_replace' argument 3 names different: declaration 'backup_path' definition 'backup'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/platform.h:167:15: note: Function 'os_safe_replace' argument 3 names different: declaration 'backup_path' definition 'backup'.
obs-studio-21.1.2/libobs/util/platform-windows.c:567:71: note: Function 'os_safe_replace' argument 3 names different: declaration 'backup_path' definition 'backup'.
obs-studio-21.1.2/libobs/util/platform-windows.c:752:63: style: Function 'get_dll_ver' argument 2 names different: declaration 'info' definition 'ver_info'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/windows/win-version.h:33:70: note: Function 'get_dll_ver' argument 2 names different: declaration 'info' definition 'ver_info'.
obs-studio-21.1.2/libobs/util/platform-windows.c:752:63: note: Function 'get_dll_ver' argument 2 names different: declaration 'info' definition 'ver_info'.
obs-studio-21.1.2/libobs/util/platform-windows.c:688:9: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
obs-studio-21.1.2/libobs/util/platform.c:551:16: style: The scope of the variable 'end' can be reduced. [variableScope]
obs-studio-21.1.2/libobs/util/platform.c:326:46: style: Function 'os_mbs_to_wcs' argument 2 names different: declaration 'str_len' definition 'len'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/platform.h:63:53: note: Function 'os_mbs_to_wcs' argument 2 names different: declaration 'str_len' definition 'len'.
obs-studio-21.1.2/libobs/util/platform.c:326:46: note: Function 'os_mbs_to_wcs' argument 2 names different: declaration 'str_len' definition 'len'.
obs-studio-21.1.2/libobs/util/platform.c:623:27: style: Function 'os_mkdirs' argument 1 names different: declaration 'path' definition 'dir'. [funcArgNamesDifferent]
obs-studio-21.1.2/libobs/util/platform.h:163:34: note: Function 'os_mkdirs' argument 1 names different: declaration 'path' definition 'dir'.
obs-studio-21.1.2/libobs/util/platform.c:623:27: note: Function 'os_mkdirs' argument 1 names different: declaration 'path' definition 'dir'.
obs-studio-21.1.2/libobs/util/profiler.c:878:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/libobs/util/profiler.c:874:0: note: Variable 'result' is reassigned a value before the old one has been used.
obs-studio-21.1.2/libobs/util/profiler.c:878:2: note: Variable 'result' is reassigned a value before the old one has been used.
obs-studio-21.1.2/libobs/util/utf8.c:146:13: warning: Either the condition 'out!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
obs-studio-21.1.2/libobs/util/utf8.c:140:41: note: Assuming that condition 'out!=NULL' is not redundant
obs-studio-21.1.2/libobs/util/utf8.c:146:13: note: Null pointer addition
obs-studio-21.1.2/libobs/util/utf8.c:276:10: warning: Either the condition 'out==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
obs-studio-21.1.2/libobs/util/utf8.c:312:11: note: Assuming that condition 'out==NULL' is not redundant
obs-studio-21.1.2/libobs/util/utf8.c:275:6: note: Assignment 'p=(unsigned char*)out', assigned value is 0
obs-studio-21.1.2/libobs/util/utf8.c:276:10: note: Null pointer addition
obs-studio-21.1.2/plugins/coreaudio-encoder/encoder.cpp:817:11: style: The scope of the variable 'len' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/decklink/decklink-device-discovery.cpp:8:2: performance: Variable 'discovery' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
obs-studio-21.1.2/plugins/decklink/decklink-device.hpp:38:14: style: Technically the member function 'DeckLinkDevice::IsDevice' can be const. [functionConst]
obs-studio-21.1.2/plugins/decklink/decklink-device.hpp:21:2: style: Class 'DeckLinkDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/plugins/decklink/decklink-device-instance.cpp:238:7: style: The scope of the variable 'isWin' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/decklink/decklink-device-instance.cpp:65:58: style: Function 'DeckLinkDeviceInstance' argument 1 names different: declaration 'decklink' definition 'decklink_'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/decklink/decklink-device-instance.hpp:36:35: note: Function 'DeckLinkDeviceInstance' argument 1 names different: declaration 'decklink' definition 'decklink_'.
obs-studio-21.1.2/plugins/decklink/decklink-device-instance.cpp:65:58: note: Function 'DeckLinkDeviceInstance' argument 1 names different: declaration 'decklink' definition 'decklink_'.
obs-studio-21.1.2/plugins/decklink/decklink-device-instance.cpp:66:19: style: Function 'DeckLinkDeviceInstance' argument 2 names different: declaration 'device' definition 'device_'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/decklink/decklink-device-instance.hpp:36:61: note: Function 'DeckLinkDeviceInstance' argument 2 names different: declaration 'device' definition 'device_'.
obs-studio-21.1.2/plugins/decklink/decklink-device-instance.cpp:66:19: note: Function 'DeckLinkDeviceInstance' argument 2 names different: declaration 'device' definition 'device_'.
obs-studio-21.1.2/plugins/decklink/decklink-device-instance.cpp:200:63: style: Function 'StartCapture' argument 1 names different: declaration 'mode' definition 'mode_'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/decklink/decklink-device-instance.hpp:52:40: note: Function 'StartCapture' argument 1 names different: declaration 'mode' definition 'mode_'.
obs-studio-21.1.2/plugins/decklink/decklink-device-instance.cpp:200:63: note: Function 'StartCapture' argument 1 names different: declaration 'mode' definition 'mode_'.
obs-studio-21.1.2/plugins/decklink/audio-repack.hpp:9:2: style: Class 'AudioRepacker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/plugins/decklink/decklink-device-mode.cpp:53:56: style: Function 'SetMode' argument 1 names different: declaration 'mode' definition 'mode_'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/decklink/decklink-device-mode.hpp:25:37: note: Function 'SetMode' argument 1 names different: declaration 'mode' definition 'mode_'.
obs-studio-21.1.2/plugins/decklink/decklink-device-mode.cpp:53:56: note: Function 'SetMode' argument 1 names different: declaration 'mode' definition 'mode_'.
obs-studio-21.1.2/plugins/decklink/decklink-device.cpp:7:43: style: Function 'DeckLinkDevice' argument 1 names different: declaration 'device' definition 'device_'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/decklink/decklink-device.hpp:21:28: note: Function 'DeckLinkDevice' argument 1 names different: declaration 'device' definition 'device_'.
obs-studio-21.1.2/plugins/decklink/decklink-device.cpp:7:43: note: Function 'DeckLinkDevice' argument 1 names different: declaration 'device' definition 'device_'.
obs-studio-21.1.2/plugins/decklink/decklink-device.cpp:7:17: warning: Member variable 'DeckLinkDevice::maxChannel' is not initialized in the constructor. [uninitMemberVar]
obs-studio-21.1.2/plugins/decklink/decklink-device.hpp:30:21: style: Technically the member function 'DeckLinkDevice::GetDisplayName' can be const. [functionConst]
obs-studio-21.1.2/plugins/decklink/decklink-device.cpp:123:36: note: Technically the member function 'DeckLinkDevice::GetDisplayName' can be const.
obs-studio-21.1.2/plugins/decklink/decklink-device.hpp:30:21: note: Technically the member function 'DeckLinkDevice::GetDisplayName' can be const.
obs-studio-21.1.2/plugins/decklink/decklink.cpp:8:67: style: Function 'DeckLink' argument 2 names different: declaration 'discovery' definition 'discovery_'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/decklink/decklink.hpp:34:58: note: Function 'DeckLink' argument 2 names different: declaration 'discovery' definition 'discovery_'.
obs-studio-21.1.2/plugins/decklink/decklink.cpp:8:67: note: Function 'DeckLink' argument 2 names different: declaration 'discovery' definition 'discovery_'.
obs-studio-21.1.2/plugins/decklink/plugin-main.cpp:62:23: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/plugins/decklink/plugin-main.cpp:68:23: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/plugins/image-source/obs-slideshow.c:318:22: style: The scope of the variable 'ent' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.cpp:353:2: performance: Variable 'prevhandler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.hpp:22:7: style: Technically the member function 'PLock::isLocked' can be const. [functionConst]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.cpp:313:13: note: Technically the member function 'PLock::isLocked' can be const.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.hpp:22:7: note: Technically the member function 'PLock::isLocked' can be const.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.hpp:41:7: style: Technically the member function 'XErrorLock::isLocked' can be const. [functionConst]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.cpp:363:18: note: Technically the member function 'XErrorLock::isLocked' can be const.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.hpp:41:7: note: Technically the member function 'XErrorLock::isLocked' can be const.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.hpp:47:14: performance: Technically the member function 'XErrorLock::getErrorText' can be static. [functionStatic]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.cpp:407:25: note: Technically the member function 'XErrorLock::getErrorText' can be static.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.hpp:47:14: note: Technically the member function 'XErrorLock::getErrorText' can be static.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.hpp:62:7: style: Technically the member function 'XDisplayLock::isLocked' can be const. [functionConst]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.cpp:432:20: note: Technically the member function 'XDisplayLock::isLocked' can be const.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-helper.hpp:62:7: note: Technically the member function 'XDisplayLock::isLocked' can be const.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.cpp:113:2: warning: Member variable 'XCompcapMain_private::source' is not initialized in the constructor. [uninitMemberVar]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.cpp:113:2: warning: Member variable 'XCompcapMain_private::swapRedBlue' is not initialized in the constructor. [uninitMemberVar]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.cpp:113:2: warning: Member variable 'XCompcapMain_private::lockX' is not initialized in the constructor. [uninitMemberVar]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.cpp:113:2: warning: Member variable 'XCompcapMain_private::include_border' is not initialized in the constructor. [uninitMemberVar]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.cpp:113:2: warning: Member variable 'XCompcapMain_private::exclude_alpha' is not initialized in the constructor. [uninitMemberVar]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.cpp:113:2: warning: Member variable 'XCompcapMain_private::border' is not initialized in the constructor. [uninitMemberVar]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.hpp:22:11: style: Technically the member function 'XCompcapMain::width' can be const. [functionConst]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.cpp:587:24: note: Technically the member function 'XCompcapMain::width' can be const.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.hpp:22:11: note: Technically the member function 'XCompcapMain::width' can be const.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.hpp:23:11: style: Technically the member function 'XCompcapMain::height' can be const. [functionConst]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.cpp:595:24: note: Technically the member function 'XCompcapMain::height' can be const.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.hpp:23:11: note: Technically the member function 'XCompcapMain::height' can be const.
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.cpp:174:2: style: Class 'XCompcapMain' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
obs-studio-21.1.2/plugins/linux-capture/xcompcap-main.cpp:174:2: style: Class 'XCompcapMain' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
obs-studio-21.1.2/plugins/linux-capture/xcomposite-main.cpp:12:21: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/plugins/linux-capture/xcomposite-main.cpp:18:21: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/plugins/linux-capture/xcomposite-main.cpp:24:21: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/plugins/linux-capture/xcomposite-main.cpp:30:21: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/plugins/linux-capture/xcomposite-main.cpp:36:21: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/plugins/linux-capture/xcomposite-main.cpp:54:21: style: C-style pointer casting [cstyleCast]
obs-studio-21.1.2/plugins/linux-jack/jack-wrapper.c:106:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
obs-studio-21.1.2/plugins/linux-v4l2/v4l2-input.c:270:9: style: The scope of the variable 'cur_device_index' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/obs-ffmpeg/obs-ffmpeg-source.c:172:2: style: Variable 'prop' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/plugins/obs-ffmpeg/obs-ffmpeg-source.c:152:2: note: Variable 'prop' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/obs-ffmpeg/obs-ffmpeg-source.c:172:2: note: Variable 'prop' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/obs-filters/scale-filter.c:298:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
obs-studio-21.1.2/plugins/obs-filters/scale-filter.c:302:2: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/plugins/obs-filters/scale-filter.c:298:7: note: Found duplicate branches for 'if' and 'else'.
obs-studio-21.1.2/plugins/obs-outputs/ftl-stream.c:297:10: style: The scope of the variable 'nalu' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/obs-outputs/ftl-stream.c:1055:18: style: Variable 'peak_bitrate' is assigned a value that is never used. [unreadVariable]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:86:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:207:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:692:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:703:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:719:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:762:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:768:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:63:42: style: Function 'AMF_DecodeString' argument 2 names different: declaration 'str' definition 'bv'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.h:102:52: note: Function 'AMF_DecodeString' argument 2 names different: declaration 'str' definition 'bv'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:63:42: note: Function 'AMF_DecodeString' argument 2 names different: declaration 'str' definition 'bv'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:70:46: style: Function 'AMF_DecodeLongString' argument 2 names different: declaration 'str' definition 'bv'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.h:103:56: note: Function 'AMF_DecodeLongString' argument 2 names different: declaration 'str' definition 'bv'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:70:46: note: Function 'AMF_DecodeLongString' argument 2 names different: declaration 'str' definition 'bv'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:169:58: style: Function 'AMF_EncodeString' argument 3 names different: declaration 'str' definition 'bv'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.h:87:69: note: Function 'AMF_EncodeString' argument 3 names different: declaration 'str' definition 'bv'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:169:58: note: Function 'AMF_EncodeString' argument 3 names different: declaration 'str' definition 'bv'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:268:63: style: Function 'AMF_EncodeNamedString' argument 3 names different: declaration 'name' definition 'strName'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.h:95:74: note: Function 'AMF_EncodeNamedString' argument 3 names different: declaration 'name' definition 'strName'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:268:63: note: Function 'AMF_EncodeNamedString' argument 3 names different: declaration 'name' definition 'strName'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:268:84: style: Function 'AMF_EncodeNamedString' argument 4 names different: declaration 'value' definition 'strValue'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.h:95:93: note: Function 'AMF_EncodeNamedString' argument 4 names different: declaration 'value' definition 'strValue'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:268:84: note: Function 'AMF_EncodeNamedString' argument 4 names different: declaration 'value' definition 'strValue'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:281:63: style: Function 'AMF_EncodeNamedNumber' argument 3 names different: declaration 'name' definition 'strName'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.h:96:74: note: Function 'AMF_EncodeNamedNumber' argument 3 names different: declaration 'name' definition 'strName'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:281:63: note: Function 'AMF_EncodeNamedNumber' argument 3 names different: declaration 'name' definition 'strName'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:294:64: style: Function 'AMF_EncodeNamedBoolean' argument 3 names different: declaration 'name' definition 'strName'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.h:97:75: note: Function 'AMF_EncodeNamedBoolean' argument 3 names different: declaration 'name' definition 'strName'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:294:64: note: Function 'AMF_EncodeNamedBoolean' argument 3 names different: declaration 'name' definition 'strName'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:1014:65: style: Function 'AMF3_Decode' argument 4 names different: declaration 'bDecodeName' definition 'bAMFData'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.h:116:25: note: Function 'AMF3_Decode' argument 4 names different: declaration 'bDecodeName' definition 'bAMFData'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:1014:65: note: Function 'AMF3_Decode' argument 4 names different: declaration 'bDecodeName' definition 'bAMFData'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:1270:38: style: Function 'AMF3CD_GetProp' argument 2 names different: declaration 'idx' definition 'nIndex'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.h:159:49: note: Function 'AMF3CD_GetProp' argument 2 names different: declaration 'idx' definition 'nIndex'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/amf.c:1270:38: note: Function 'AMF3CD_GetProp' argument 2 names different: declaration 'idx' definition 'nIndex'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/cencode.c:32:7: style: The scope of the variable 'fragment' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/hashswf.c:554:21: warning: The buffer 'date' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/log.c:74:37: style: Function 'RTMP_LogSetLevel' argument 1 names different: declaration 'lvl' definition 'level'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/log.h:63:41: note: Function 'RTMP_LogSetLevel' argument 1 names different: declaration 'lvl' definition 'level'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/log.c:74:37: note: Function 'RTMP_LogSetLevel' argument 1 names different: declaration 'lvl' definition 'level'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/log.c:79:44: style: Function 'RTMP_LogSetCallback' argument 1 names different: declaration 'cb' definition 'cbp'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/log.h:50:48: note: Function 'RTMP_LogSetCallback' argument 1 names different: declaration 'cb' definition 'cbp'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/log.c:79:44: note: Function 'RTMP_LogSetCallback' argument 1 names different: declaration 'cb' definition 'cbp'.
obs-studio-21.1.2/plugins/obs-outputs/librtmp/md5.c:96:14: style: The scope of the variable 'saved_a' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/md5.c:96:23: style: The scope of the variable 'saved_b' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/md5.c:96:32: style: The scope of the variable 'saved_c' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/md5.c:96:41: style: The scope of the variable 'saved_d' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/md5.c:213:22: style: The scope of the variable 'free' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/obs-outputs/librtmp/handshake.h:70:0: error: #error Your OpenSSL is too old, need 0.9.8 or newer with SHA256 [preprocessorErrorDirective]
obs-studio-21.1.2/plugins/obs-outputs/rtmp-stream.c:706:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
obs-studio-21.1.2/plugins/obs-outputs/rtmp-stream.c:232:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/obs-text/gdiplus/obs-text.cpp:637:44: style: Function 'Update' argument 1 names different: declaration 'settings' definition 's'. [funcArgNamesDifferent]
obs-studio-21.1.2/plugins/obs-text/gdiplus/obs-text.cpp:267:33: note: Function 'Update' argument 1 names different: declaration 'settings' definition 's'.
obs-studio-21.1.2/plugins/obs-text/gdiplus/obs-text.cpp:637:44: note: Function 'Update' argument 1 names different: declaration 'settings' definition 's'.
obs-studio-21.1.2/plugins/obs-text/gdiplus/obs-text.cpp:255:7: style: Technically the member function 'TextSource::GetStringFormat' can be const. [functionConst]
obs-studio-21.1.2/plugins/obs-text/gdiplus/obs-text.cpp:308:18: note: Technically the member function 'TextSource::GetStringFormat' can be const.
obs-studio-21.1.2/plugins/obs-text/gdiplus/obs-text.cpp:255:7: note: Technically the member function 'TextSource::GetStringFormat' can be const.
obs-studio-21.1.2/plugins/obs-text/gdiplus/obs-text.cpp:265:14: style: Technically the member function 'TextSource::GetMainString' can be const. [functionConst]
obs-studio-21.1.2/plugins/obs-text/gdiplus/obs-text.cpp:600:25: note: Technically the member function 'TextSource::GetMainString' can be const.
obs-studio-21.1.2/plugins/obs-text/gdiplus/obs-text.cpp:265:14: note: Technically the member function 'TextSource::GetMainString' can be const.
obs-studio-21.1.2/plugins/obs-text/gdiplus/obs-text.cpp:155:2: style: Class 'GDIObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/plugins/obs-x264/obs-x264.c:584:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/rtmp-services/rtmp-common.c:294:13: warning: Either the condition 'if(name&&strcmp(name,"Twitch")==0)' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
obs-studio-21.1.2/plugins/rtmp-services/rtmp-common.c:298:5: note: Assuming that condition 'if(name&&strcmp(name,"Twitch")==0)' is not redundant
obs-studio-21.1.2/plugins/rtmp-services/rtmp-common.c:294:13: note: Null pointer dereference
obs-studio-21.1.2/plugins/text-freetype2/find-font-windows.c:168:11: style: The scope of the variable 'utf16_str' can be reduced. [variableScope]
obs-studio-21.1.2/plugins/text-freetype2/find-font.c:58:2: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/plugins/text-freetype2/find-font.c:55:0: note: Variable 'success' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/find-font.c:58:2: note: Variable 'success' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/obs-convenience.c:30:2: style: Variable 'vrect' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/plugins/text-freetype2/obs-convenience.c:28:0: note: Variable 'vrect' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/obs-convenience.c:30:2: note: Variable 'vrect' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/text-freetype2.c:336:3: style: Variable 'effect_file' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/plugins/text-freetype2/text-freetype2.c:333:0: note: Variable 'effect_file' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/text-freetype2.c:336:3: note: Variable 'effect_file' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:78:2: style: Variable 'vdata->colors' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:69:2: note: Variable 'vdata->colors' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:78:2: note: Variable 'vdata->colors' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:315:4: style: Variable 'tmp_texture' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:314:0: note: Variable 'tmp_texture' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:315:4: note: Variable 'tmp_texture' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:358:2: style: Variable 'tmp_file' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:352:0: note: Variable 'tmp_file' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:358:2: note: Variable 'tmp_file' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:415:2: style: Variable 'tmp_file' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:406:0: note: Variable 'tmp_file' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:415:2: note: Variable 'tmp_file' is reassigned a value before the old one has been used.
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:389:15: style: Variable 'bytes_read' is assigned a value that is never used. [unreadVariable]
obs-studio-21.1.2/plugins/text-freetype2/text-functionality.c:471:15: style: Variable 'bytes_read' is assigned a value that is never used. [unreadVariable]
obs-studio-21.1.2/plugins/vlc-video/vlc-video-source.c:524:22: style: The scope of the variable 'ent' can be reduced. [variableScope]
obs-studio-21.1.2/test/test-input/sync-async-source.c:74:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
obs-studio-21.1.2/test/test-input/sync-audio-buffering.c:102:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
obs-studio-21.1.2/test/test-input/sync-pair-aud.c:71:18: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
obs-studio-21.1.2/test/win/test.cpp:125:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
obs-studio-21.1.2/test/win/test.cpp:120:0: note: Variable 'item' is reassigned a value before the old one has been used.
obs-studio-21.1.2/test/win/test.cpp:125:2: note: Variable 'item' is reassigned a value before the old one has been used.
obs-studio-21.1.2/test/win/test.cpp:21:2: style: Class 'SourceContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/test/win/test.cpp:32:2: style: Class 'SceneContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
obs-studio-21.1.2/test/win/test.cpp:43:2: style: Class 'DisplayContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[12:23]

ftp://ftp.se.debian.org/debian/pool/main/o/obsession/obsession_20140608.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/obsidian-icon-theme/obsidian-icon-theme_3.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/obsub/obsub_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/obus/obus_1.1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/oca-core/oca-core_11.0.20180420.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml/ocaml_4.05.0.orig.tar.xz
ocaml-4.05.0/asmrun/natdynlink.c:103:26: style: The scope of the variable 'cf' can be reduced. [variableScope]
ocaml-4.05.0/asmrun/roots.c:121:3: style: Variable 'tail' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-4.05.0/asmrun/roots.c:117:0: note: Variable 'tail' is reassigned a value before the old one has been used.
ocaml-4.05.0/asmrun/roots.c:121:3: note: Variable 'tail' is reassigned a value before the old one has been used.
ocaml-4.05.0/asmrun/roots.c:94:12: style: The scope of the variable 'tbl' can be reduced. [variableScope]
ocaml-4.05.0/asmrun/roots.c:244:13: style: The scope of the variable 'n' can be reduced. [variableScope]
ocaml-4.05.0/asmrun/roots.c:244:16: style: The scope of the variable 'ofs' can be reduced. [variableScope]
ocaml-4.05.0/asmrun/roots.c:248:20: style: The scope of the variable 'p' can be reduced. [variableScope]
ocaml-4.05.0/asmrun/roots.c:400:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ocaml-4.05.0/asmrun/roots.c:447:13: style: The scope of the variable 'n' can be reduced. [variableScope]
ocaml-4.05.0/asmrun/roots.c:447:16: style: The scope of the variable 'ofs' can be reduced. [variableScope]
ocaml-4.05.0/asmrun/roots.c:451:20: style: The scope of the variable 'p' can be reduced. [variableScope]
ocaml-4.05.0/byterun/caml/config.h:54:0: error: #error "No 32-bit integer type available" [preprocessorErrorDirective]
ocaml-4.05.0/config/auto-aux/align.c:70:9: style: The scope of the variable 'q' can be reduced. [variableScope]
ocaml-4.05.0/config/auto-aux/align.c:72:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ocaml-4.05.0/config/auto-aux/align.c:88:10: error: Uninitialized variable: total [uninitvar]
ocaml-4.05.0/config/auto-aux/dblalign.c:43:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ocaml-4.05.0/config/auto-aux/dblalign.c:44:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ocaml-4.05.0/config/auto-aux/dblalign.c:36:8: style: The scope of the variable 'n' can be reduced. [variableScope]
ocaml-4.05.0/config/auto-aux/int64align.c:28:0: error: #error "No 64-bit integer type available" [preprocessorErrorDirective]
ocaml-4.05.0/config/auto-aux/mmap-huge.c:32:10: style: Unused variable: res [unusedVariable]
ocaml-4.05.0/config/auto-aux/nanosecond_stat.c:24:16: style: Unused variable: buf [unusedVariable]
ocaml-4.05.0/config/auto-aux/nanosecond_stat.c:26:15: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
ocaml-4.05.0/config/auto-aux/nanosecond_stat.c:27:15: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
ocaml-4.05.0/config/auto-aux/nanosecond_stat.c:28:15: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
ocaml-4.05.0/otherlibs/bigarray/bigarray.h:31:0: error: #error "No 16-bit integer type available" [preprocessorErrorDirective]
ocaml-4.05.0/otherlibs/graph/color.c:72:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/graph/color.c:190:16: style: The scope of the variable 'r' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/graph/color.c:190:18: style: The scope of the variable 'g' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/graph/color.c:190:20: style: The scope of the variable 'b' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/graph/color.c:221:7: style: The scope of the variable 'xcolor' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/graph/dump_img.c:24:21: style: The scope of the variable 'imask' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/graph/events.c:195:23: style: The scope of the variable 'ev' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/graph/events.c:62:36: style: Function 'caml_gr_handle_event' argument 1 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
ocaml-4.05.0/otherlibs/graph/libgraph.h:86:42: note: Function 'caml_gr_handle_event' argument 1 names different: declaration 'e' definition 'event'.
ocaml-4.05.0/otherlibs/graph/events.c:62:36: note: Function 'caml_gr_handle_event' argument 1 names different: declaration 'e' definition 'event'.
ocaml-4.05.0/otherlibs/graph/open.c:54:10: style: The scope of the variable 'p' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/graph/open.c:54:15: style: The scope of the variable 'q' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/graph/open.c:56:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/graph/open.c:232:35: style: Function 'caml_gr_id_of_window' argument 1 names different: declaration 'w' definition 'win'. [funcArgNamesDifferent]
ocaml-4.05.0/otherlibs/graph/libgraph.h:89:43: note: Function 'caml_gr_id_of_window' argument 1 names different: declaration 'w' definition 'win'.
ocaml-4.05.0/otherlibs/graph/open.c:232:35: note: Function 'caml_gr_id_of_window' argument 1 names different: declaration 'w' definition 'win'.
ocaml-4.05.0/otherlibs/str/strstubs.c:136:21: style: The scope of the variable 'group' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/str/strstubs.c:424:19: style: The scope of the variable 'startchars' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/str/strstubs.c:454:19: style: The scope of the variable 'startchars' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/systhreads/st_stubs.c:719:16: style: Condition 'exit_buf!=NULL' is always false [knownConditionTrueFalse]
ocaml-4.05.0/otherlibs/systhreads/st_stubs.c:703:38: note: Assignment 'exit_buf=NULL', assigned value is 0
ocaml-4.05.0/otherlibs/systhreads/st_stubs.c:719:16: note: Condition 'exit_buf!=NULL' is always false
ocaml-4.05.0/otherlibs/systhreads/st_stubs.c:719:16: style: Same expression on both sides of '!=' because the value of 'exit_buf' and 'NULL' are the same. [duplicateExpression]
ocaml-4.05.0/otherlibs/systhreads/st_stubs.c:703:38: note: 'exit_buf' is assigned value 'NULL' here.
ocaml-4.05.0/otherlibs/systhreads/st_stubs.c:719:16: note: Same expression on both sides of '!=' because the value of 'exit_buf' and 'NULL' are the same.
ocaml-4.05.0/otherlibs/systhreads/st_stubs.c:612:14: style: The scope of the variable 'err' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/unix/nice.c:32:11: style: Condition 'ret==-1' is always false [knownConditionTrueFalse]
ocaml-4.05.0/otherlibs/unix/nice.c:30:9: note: Assignment 'ret=0', assigned value is 0
ocaml-4.05.0/otherlibs/unix/nice.c:32:11: note: Condition 'ret==-1' is always false
ocaml-4.05.0/otherlibs/unix/unixsupport.c:333:52: style: Function 'unix_set_cloexec' argument 3 names different: declaration 'arg' definition 'cmdarg'. [funcArgNamesDifferent]
ocaml-4.05.0/otherlibs/unix/unixsupport.h:50:60: note: Function 'unix_set_cloexec' argument 3 names different: declaration 'arg' definition 'cmdarg'.
ocaml-4.05.0/otherlibs/unix/unixsupport.c:333:52: note: Function 'unix_set_cloexec' argument 3 names different: declaration 'arg' definition 'cmdarg'.
ocaml-4.05.0/otherlibs/unix/unixsupport.c:341:54: style: Function 'unix_clear_cloexec' argument 3 names different: declaration 'arg' definition 'cmdarg'. [funcArgNamesDifferent]
ocaml-4.05.0/otherlibs/unix/unixsupport.h:51:62: note: Function 'unix_clear_cloexec' argument 3 names different: declaration 'arg' definition 'cmdarg'.
ocaml-4.05.0/otherlibs/unix/unixsupport.c:341:54: note: Function 'unix_clear_cloexec' argument 3 names different: declaration 'arg' definition 'cmdarg'.
ocaml-4.05.0/otherlibs/unix/write.c:33:7: style: The scope of the variable 'numbytes' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/unix/write.c:33:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/unix/write.c:69:7: style: The scope of the variable 'numbytes' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/unix/write.c:70:8: style: The scope of the variable 'iobuf' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/win32graph/draw.c:330:33: style: Variable 'oldFont' is assigned a value that is never used. [unreadVariable]
ocaml-4.05.0/otherlibs/win32graph/open.c:197:14: style: The scope of the variable 'registered' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/win32unix/channels.c:63:7: style: Unused variable: fd [unusedVariable]
ocaml-4.05.0/otherlibs/win32unix/createprocess.c:108:13: style: Unused variable: log [unusedVariable]
ocaml-4.05.0/otherlibs/win32unix/createprocess.c:109:7: style: Unused variable: i [unusedVariable]
ocaml-4.05.0/otherlibs/win32unix/open.c:72:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocaml-4.05.0/otherlibs/win32unix/open.c:73:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocaml-4.05.0/otherlibs/win32unix/select.c:294:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-4.05.0/otherlibs/win32unix/select.c:290:3: note: Variable 'res' is reassigned a value before the old one has been used.
ocaml-4.05.0/otherlibs/win32unix/select.c:294:3: note: Variable 'res' is reassigned a value before the old one has been used.
ocaml-4.05.0/otherlibs/win32unix/select.c:505:20: style: The scope of the variable 'maskEvents' can be reduced. [variableScope]
ocaml-4.05.0/otherlibs/win32unix/select.c:64:21: style: Unused variable: res [unusedVariable]
ocaml-4.05.0/otherlibs/win32unix/select.c:191:16: style: Unused variable: i [unusedVariable]
ocaml-4.05.0/otherlibs/win32unix/select.c:218:9: style: Unused variable: i [unusedVariable]
ocaml-4.05.0/otherlibs/win32unix/startup.c:29:7: style: Unused variable: i [unusedVariable]
ocaml-4.05.0/otherlibs/win32unix/stat.c:143:7: style: Unused variable: i [unusedVariable]
ocaml-4.05.0/otherlibs/win32unix/stat.c:145:8: style: Unused variable: c [unusedVariable]
ocaml-4.05.0/otherlibs/win32unix/stat.c:195:28: style: Unused variable: point [unusedVariable]
ocaml-4.05.0/otherlibs/win32unix/stat.c:274:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocaml-4.05.0/otherlibs/win32unix/stat.c:276:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocaml-4.05.0/otherlibs/win32unix/unixsupport.c:287:7: style: Unused variable: errconstr [unusedVariable]
ocaml-4.05.0/otherlibs/win32unix/windbug.c:20:14: style: Variable 'debug_init' is assigned a value that is never used. [unreadVariable]
ocaml-4.05.0/otherlibs/win32unix/winworker.c:99:3: style: Variable 'lpWorker' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-4.05.0/otherlibs/win32unix/winworker.c:97:0: note: Variable 'lpWorker' is reassigned a value before the old one has been used.
ocaml-4.05.0/otherlibs/win32unix/winworker.c:99:3: note: Variable 'lpWorker' is reassigned a value before the old one has been used.
ocaml-4.05.0/otherlibs/win32unix/winworker.c:281:49: style: Function 'worker_job_submit' argument 2 names different: declaration 'data' definition 'user_data'. [funcArgNamesDifferent]
ocaml-4.05.0/otherlibs/win32unix/winworker.h:59:49: note: Function 'worker_job_submit' argument 2 names different: declaration 'data' definition 'user_data'.
ocaml-4.05.0/otherlibs/win32unix/winworker.c:281:49: note: Function 'worker_job_submit' argument 2 names different: declaration 'data' definition 'user_data'.
ocaml-4.05.0/otherlibs/win32unix/winworker.c:240:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
ocaml-4.05.0/otherlibs/win32unix/write.c:68:8: style: The scope of the variable 'iobuf' can be reduced. [variableScope]
ocaml-4.05.0/yacc/closure.c:37:21: style: The scope of the variable 'sp' can be reduced. [variableScope]
ocaml-4.05.0/yacc/closure.c:72:22: style: The scope of the variable 'vrow' can be reduced. [variableScope]
ocaml-4.05.0/yacc/closure.c:75:21: style: The scope of the variable 'cword' can be reduced. [variableScope]
ocaml-4.05.0/yacc/closure.c:129:23: style: The scope of the variable 'word' can be reduced. [variableScope]
ocaml-4.05.0/yacc/closure.c:138:9: style: The scope of the variable 'symbol' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lalr.c:206:16: style: The scope of the variable 'state1' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lalr.c:272:18: style: The scope of the variable 'middle' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lalr.c:273:18: style: The scope of the variable 's' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lalr.c:305:16: style: The scope of the variable 'stateno' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lalr.c:380:16: style: The scope of the variable 'nedges' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lalr.c:382:16: style: The scope of the variable 'state1' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lalr.c:384:16: style: The scope of the variable 'symbol1' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lalr.c:497:16: style: The scope of the variable 'k' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lr0.c:61:18: style: The scope of the variable 'symbol' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lr0.c:111:18: style: The scope of the variable 'j' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lr0.c:182:21: style: The scope of the variable 'isp2' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lr0.c:185:18: style: The scope of the variable 'found' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lr0.c:274:18: style: The scope of the variable 'symbol' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lr0.c:347:18: style: The scope of the variable 'n' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lr0.c:404:12: style: The scope of the variable 'j' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lr0.c:457:21: style: The scope of the variable 'rp2' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lr0.c:458:18: style: The scope of the variable 'item' can be reduced. [variableScope]
ocaml-4.05.0/yacc/lr0.c:461:21: style: The scope of the variable 'rend' can be reduced. [variableScope]
ocaml-4.05.0/yacc/mkpar.c:72:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ocaml-4.05.0/yacc/mkpar.c:72:21: style: The scope of the variable 'k' can be reduced. [variableScope]
ocaml-4.05.0/yacc/mkpar.c:73:18: style: The scope of the variable 'symbol' can be reduced. [variableScope]
ocaml-4.05.0/yacc/mkpar.c:104:18: style: The scope of the variable 'ruleno' can be reduced. [variableScope]
ocaml-4.05.0/yacc/mkpar.c:105:24: style: The scope of the variable 'rowp' can be reduced. [variableScope]
ocaml-4.05.0/yacc/mkpar.c:216:18: style: The scope of the variable 'symbol' can be reduced. [variableScope]
ocaml-4.05.0/yacc/output.c:449:18: style: The scope of the variable 'state' can be reduced. [variableScope]
ocaml-4.05.0/yacc/output.c:511:18: style: The scope of the variable 'j' can be reduced. [variableScope]
ocaml-4.05.0/yacc/output.c:515:18: style: The scope of the variable 'match' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:1150:45: style: Same expression on both sides of '&&'. [duplicateExpression]
ocaml-4.05.0/yacc/reader.c:780:11: style: The scope of the variable 's' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:831:18: style: The scope of the variable 'c' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:972:18: style: The scope of the variable 'c' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:973:22: style: The scope of the variable 'bp' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:992:18: style: The scope of the variable 'c' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:992:21: style: The scope of the variable 'k' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:1123:11: style: The scope of the variable 's_cptr' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:1499:18: style: The scope of the variable 'c' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:1553:24: style: The scope of the variable 's' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:1805:9: style: The scope of the variable 'assoc' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:1805:16: style: The scope of the variable 'prec' can be reduced. [variableScope]
ocaml-4.05.0/yacc/reader.c:1060:7: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
ocaml-4.05.0/yacc/verbose.c:172:18: style: The scope of the variable 'rule' can be reduced. [variableScope]
ocaml-4.05.0/yacc/verbose.c:175:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
ocaml-4.05.0/yacc/verbose.c:250:18: style: The scope of the variable 'as' can be reduced. [variableScope]
ocaml-4.05.0/yacc/verbose.c:298:18: style: The scope of the variable 'k' can be reduced. [variableScope]
ocaml-4.05.0/yacc/verbose.c:334:21: style: The scope of the variable 'k' can be reduced. [variableScope]
ocaml-4.05.0/yacc/verbose.c:335:18: style: The scope of the variable 'as' can be reduced. [variableScope]
ocaml-4.05.0/yacc/warshall.c:27:24: style: The scope of the variable 'ccol' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-alsa/ocaml-alsa_0.2.3.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-ao/ocaml-ao_0.2.0.orig.tar.gz
ocaml-ao-0.2.0/src/ao_stubs.c:377:15: style: The scope of the variable 'opt' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-atd/ocaml-atd_2.0.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-base64/ocaml-base64_2.0.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-batteries/ocaml-batteries_2.6.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-benchmark/ocaml-benchmark_1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-bitstring/ocaml-bitstring_2.0.4.orig.tar.gz
ocaml-bitstring-2.0.4/bitstring_c.c:83:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:84:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:85:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:86:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:87:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:88:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:103:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:104:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:105:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:106:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:107:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:108:1: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:133:10: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:134:10: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:135:10: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:136:10: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:137:10: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocaml-bitstring-2.0.4/bitstring_c.c:138:10: portability: '(void*)String_val(strv)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-bjack/ocaml-bjack_0.1.4.orig.tar.gz
ocaml-bjack-0.1.4/src/jack_wrapper.c:914:6: style: Condition 'failed' is always false [knownConditionTrueFalse]
ocaml-bjack-0.1.4/src/jack_wrapper.c:806:16: note: Assignment 'failed=0', assigned value is 0
ocaml-bjack-0.1.4/src/jack_wrapper.c:914:6: note: Condition 'failed' is always false
ocaml-bjack-0.1.4/src/jack_wrapper.c:428:9: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocaml-bjack-0.1.4/src/jack_wrapper.c:571:9: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
ocaml-bjack-0.1.4/src/jack_wrapper.c:878:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocaml-bjack-0.1.4/src/jack_wrapper.c:892:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocaml-bjack-0.1.4/src/jack_wrapper.c:1051:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocaml-bjack-0.1.4/src/jack_wrapper.c:1059:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocaml-bjack-0.1.4/src/jack_wrapper.c:1501:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocaml-bjack-0.1.4/src/jack_wrapper.c:1501:5: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ocaml-bjack-0.1.4/src/jack_wrapper.c:371:7: style: The scope of the variable 'src_error' can be reduced. [variableScope]
ocaml-bjack-0.1.4/src/jack_wrapper.c:1770:10: style: The scope of the variable 'sec2msFactor' can be reduced. [variableScope]
ocaml-bjack-0.1.4/src/jack_wrapper.c:1017:48: style: Function 'JACK_Open' argument 9 names different: declaration 'rb_size' definition 'ringbuffer_size'. [funcArgNamesDifferent]
ocaml-bjack-0.1.4/src/jack_wrapper.h:168:53: note: Function 'JACK_Open' argument 9 names different: declaration 'rb_size' definition 'ringbuffer_size'.
ocaml-bjack-0.1.4/src/jack_wrapper.c:1017:48: note: Function 'JACK_Open' argument 9 names different: declaration 'rb_size' definition 'ringbuffer_size'.
ocaml-bjack-0.1.4/src/jack_wrapper.c:1716:5: style: Variable 'type_str' is assigned a value that is never used. [unreadVariable]
ocaml-bjack-0.1.4/src/jack_wrapper.c:751:5: error: Memory leak: client_name [memleak]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-config-file/ocaml-config-file_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-cry/ocaml-cry_0.6.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-csv/ocaml-csv_1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-ctypes/ocaml-ctypes_0.7.0.orig.tar.gz
ocaml-ctypes-0.7.0/src/ctypes-foreign-base/ffi_call_stubs.c:447:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ocaml-ctypes-0.7.0/src/ctypes-foreign-base/ffi_call_stubs.c:356:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ocaml-ctypes-0.7.0/src/ctypes-foreign-base/ffi_call_stubs.c:367:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ocaml-ctypes-0.7.0/src/ctypes-foreign-base/ffi_call_stubs.c:414:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_primitives.h:61:0: error: #error "No suitable OCaml type available for representing unsigned short values" [preprocessorErrorDirective]
ocaml-ctypes-0.7.0/src/ctypes/complex_stubs.c:24:39: style: Function 'ctypes_copy_float_complex' argument 1 names different: declaration 'complex' definition 'c'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_complex_stubs.h:15:39: note: Function 'ctypes_copy_float_complex' argument 1 names different: declaration 'complex' definition 'c'.
ocaml-ctypes-0.7.0/src/ctypes/complex_stubs.c:24:39: note: Function 'ctypes_copy_float_complex' argument 1 names different: declaration 'complex' definition 'c'.
ocaml-ctypes-0.7.0/src/ctypes/complex_stubs.c:30:41: style: Function 'ctypes_copy_double_complex' argument 1 names different: declaration 'complex' definition 'c'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_complex_stubs.h:18:41: note: Function 'ctypes_copy_double_complex' argument 1 names different: declaration 'complex' definition 'c'.
ocaml-ctypes-0.7.0/src/ctypes/complex_stubs.c:30:41: note: Function 'ctypes_copy_double_complex' argument 1 names different: declaration 'complex' definition 'c'.
ocaml-ctypes-0.7.0/src/ctypes/managed_buffer_stubs.c:62:29: style: Function 'ctypes_allocate' argument 1 names different: declaration 'count' definition 'count_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_managed_buffer_stubs.h:17:36: note: Function 'ctypes_allocate' argument 1 names different: declaration 'count' definition 'count_'.
ocaml-ctypes-0.7.0/src/ctypes/managed_buffer_stubs.c:62:29: note: Function 'ctypes_allocate' argument 1 names different: declaration 'count' definition 'count_'.
ocaml-ctypes-0.7.0/src/ctypes/managed_buffer_stubs.c:62:43: style: Function 'ctypes_allocate' argument 2 names different: declaration 'size' definition 'size_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_managed_buffer_stubs.h:17:49: note: Function 'ctypes_allocate' argument 2 names different: declaration 'size' definition 'size_'.
ocaml-ctypes-0.7.0/src/ctypes/managed_buffer_stubs.c:62:43: note: Function 'ctypes_allocate' argument 2 names different: declaration 'size' definition 'size_'.
ocaml-ctypes-0.7.0/src/ctypes/managed_buffer_stubs.c:71:20: warning: Either the condition 'count!=0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
ocaml-ctypes-0.7.0/src/ctypes/managed_buffer_stubs.c:72:26: note: Assuming that condition 'count!=0' is not redundant
ocaml-ctypes-0.7.0/src/ctypes/managed_buffer_stubs.c:71:20: note: Invalid argument
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:172:1: style: Function 'ctypes_uint8_div' argument 1 names different: declaration 'a' definition 'n_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:48:1: note: Function 'ctypes_uint8_div' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:172:1: note: Function 'ctypes_uint8_div' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:172:1: style: Function 'ctypes_uint8_div' argument 2 names different: declaration 'b' definition 'd_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:48:1: note: Function 'ctypes_uint8_div' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:172:1: note: Function 'ctypes_uint8_div' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:172:1: style: Function 'ctypes_uint8_rem' argument 1 names different: declaration 'a' definition 'n_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:48:1: note: Function 'ctypes_uint8_rem' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:172:1: note: Function 'ctypes_uint8_rem' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:172:1: style: Function 'ctypes_uint8_rem' argument 2 names different: declaration 'b' definition 'd_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:48:1: note: Function 'ctypes_uint8_rem' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:172:1: note: Function 'ctypes_uint8_rem' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:173:1: style: Function 'ctypes_uint16_div' argument 1 names different: declaration 'a' definition 'n_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:49:1: note: Function 'ctypes_uint16_div' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:173:1: note: Function 'ctypes_uint16_div' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:173:1: style: Function 'ctypes_uint16_div' argument 2 names different: declaration 'b' definition 'd_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:49:1: note: Function 'ctypes_uint16_div' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:173:1: note: Function 'ctypes_uint16_div' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:173:1: style: Function 'ctypes_uint16_rem' argument 1 names different: declaration 'a' definition 'n_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:49:1: note: Function 'ctypes_uint16_rem' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:173:1: note: Function 'ctypes_uint16_rem' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:173:1: style: Function 'ctypes_uint16_rem' argument 2 names different: declaration 'b' definition 'd_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:49:1: note: Function 'ctypes_uint16_rem' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:173:1: note: Function 'ctypes_uint16_rem' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:174:1: style: Function 'ctypes_uint32_div' argument 1 names different: declaration 'a' definition 'n_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:50:1: note: Function 'ctypes_uint32_div' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:174:1: note: Function 'ctypes_uint32_div' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:174:1: style: Function 'ctypes_uint32_div' argument 2 names different: declaration 'b' definition 'd_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:50:1: note: Function 'ctypes_uint32_div' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:174:1: note: Function 'ctypes_uint32_div' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:174:1: style: Function 'ctypes_uint32_rem' argument 1 names different: declaration 'a' definition 'n_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:50:1: note: Function 'ctypes_uint32_rem' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:174:1: note: Function 'ctypes_uint32_rem' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:174:1: style: Function 'ctypes_uint32_rem' argument 2 names different: declaration 'b' definition 'd_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:50:1: note: Function 'ctypes_uint32_rem' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:174:1: note: Function 'ctypes_uint32_rem' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:175:1: style: Function 'ctypes_uint64_div' argument 1 names different: declaration 'a' definition 'n_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:51:1: note: Function 'ctypes_uint64_div' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:175:1: note: Function 'ctypes_uint64_div' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:175:1: style: Function 'ctypes_uint64_div' argument 2 names different: declaration 'b' definition 'd_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:51:1: note: Function 'ctypes_uint64_div' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:175:1: note: Function 'ctypes_uint64_div' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:175:1: style: Function 'ctypes_uint64_rem' argument 1 names different: declaration 'a' definition 'n_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:51:1: note: Function 'ctypes_uint64_rem' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:175:1: note: Function 'ctypes_uint64_rem' argument 1 names different: declaration 'a' definition 'n_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:175:1: style: Function 'ctypes_uint64_rem' argument 2 names different: declaration 'b' definition 'd_'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/src/ctypes/ctypes_unsigned_stubs.h:51:1: note: Function 'ctypes_uint64_rem' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/src/ctypes/unsigned_stubs.c:175:1: note: Function 'ctypes_uint64_rem' argument 2 names different: declaration 'b' definition 'd_'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:420:40: style: Function 'add_complexd_val' argument 1 names different: declaration 'complex' definition 'l'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/tests/clib/test_functions.h:147:40: note: Function 'add_complexd_val' argument 1 names different: declaration 'complex' definition 'l'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:420:40: note: Function 'add_complexd_val' argument 1 names different: declaration 'complex' definition 'l'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:420:58: style: Function 'add_complexd_val' argument 2 names different: declaration 'complex' definition 'r'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/tests/clib/test_functions.h:147:56: note: Function 'add_complexd_val' argument 2 names different: declaration 'complex' definition 'r'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:420:58: note: Function 'add_complexd_val' argument 2 names different: declaration 'complex' definition 'r'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:425:40: style: Function 'mul_complexd_val' argument 1 names different: declaration 'complex' definition 'l'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/tests/clib/test_functions.h:148:40: note: Function 'mul_complexd_val' argument 1 names different: declaration 'complex' definition 'l'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:425:40: note: Function 'mul_complexd_val' argument 1 names different: declaration 'complex' definition 'l'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:425:58: style: Function 'mul_complexd_val' argument 2 names different: declaration 'complex' definition 'r'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/tests/clib/test_functions.h:148:56: note: Function 'mul_complexd_val' argument 2 names different: declaration 'complex' definition 'r'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:425:58: note: Function 'mul_complexd_val' argument 2 names different: declaration 'complex' definition 'r'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:430:38: style: Function 'add_complexf_val' argument 1 names different: declaration 'complex' definition 'l'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/tests/clib/test_functions.h:149:38: note: Function 'add_complexf_val' argument 1 names different: declaration 'complex' definition 'l'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:430:38: note: Function 'add_complexf_val' argument 1 names different: declaration 'complex' definition 'l'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:430:55: style: Function 'add_complexf_val' argument 2 names different: declaration 'complex' definition 'r'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/tests/clib/test_functions.h:149:53: note: Function 'add_complexf_val' argument 2 names different: declaration 'complex' definition 'r'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:430:55: note: Function 'add_complexf_val' argument 2 names different: declaration 'complex' definition 'r'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:435:38: style: Function 'mul_complexf_val' argument 1 names different: declaration 'complex' definition 'l'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/tests/clib/test_functions.h:150:38: note: Function 'mul_complexf_val' argument 1 names different: declaration 'complex' definition 'l'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:435:38: note: Function 'mul_complexf_val' argument 1 names different: declaration 'complex' definition 'l'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:435:55: style: Function 'mul_complexf_val' argument 2 names different: declaration 'complex' definition 'r'. [funcArgNamesDifferent]
ocaml-ctypes-0.7.0/tests/clib/test_functions.h:150:53: note: Function 'mul_complexf_val' argument 2 names different: declaration 'complex' definition 'r'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:435:55: note: Function 'mul_complexf_val' argument 2 names different: declaration 'complex' definition 'r'.
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:228:11: style: struct member 'animal_methods::say' is never used. [unusedStructMember]
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:159:16: style: Variable 'n' is not assigned a value. [unassignedVariable]
ocaml-ctypes-0.7.0/tests/clib/test_functions.c:514:37: warning: Assert statement modifies 'starting_value'. [assignmentInAssert]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-curses/ocaml-curses_1.0.3.orig.tar.gz
ocaml-curses-1.0.3/ml_curses.c:202:3: warning: Redundant assignment of 'caml__dummy_ret' to itself. [selfAssignment]
ocaml-curses-1.0.3/functions.c:295:3: warning: Redundant assignment of 'caml__dummy_r' to itself. [selfAssignment]
ocaml-curses-1.0.3/functions.c:627:22: warning: Redundant assignment of 'caml__dummy_tr' to itself. [selfAssignment]
ocaml-curses-1.0.3/ml_curses.c:240:20: warning: Redundant assignment of 'caml__dummy_win' to itself. [selfAssignment]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-data-notation/ocaml-data-notation_0.0.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-dbus/ocaml-dbus_0.29.orig.tar.gz
ocaml_dbus-0.29/dbus_stubs.c:1153:8: warning: Redundant assignment of 'list' to itself. [selfAssignment]
ocaml_dbus-0.29/dbus_stubs.c:1208:6: warning: Redundant assignment of 'list' to itself. [selfAssignment]
ocaml_dbus-0.29/dbus_stubs.c:1228:6: warning: Redundant assignment of 'list' to itself. [selfAssignment]
ocaml_dbus-0.29/dbus_stubs.c:1331:7: style: Unused variable: sigty [unusedVariable]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-deriving/ocaml-deriving_0.1.1a.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-deriving-ocsigen/ocaml-deriving-ocsigen_0.7.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-dssi/ocaml-dssi_0.1.1.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-dtools/ocaml-dtools_0.3.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-duppy/ocaml-duppy_0.7.0.orig.tar.gz
ocaml-duppy-0.7.0/src/duppy_stubs.c:51:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocaml-duppy-0.7.0/src/duppy_stubs.c:56:24: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-estring/ocaml-estring_20130822.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-expat/ocaml-expat_0.9.1+debian1.orig.tar.gz
ocaml-expat-0.9.1/expat_stubs.c:243:5: style: Variable 'base' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-expat-0.9.1/expat_stubs.c:241:0: note: Variable 'base' is reassigned a value before the old one has been used.
ocaml-expat-0.9.1/expat_stubs.c:243:5: note: Variable 'base' is reassigned a value before the old one has been used.
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-expect/ocaml-expect_0.0.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-extunix/ocaml-extunix_0.1.6.orig.tar.gz
ocaml-extunix-0.1.6/src/common.c:41:7: style: The scope of the variable 'flag' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-faad/ocaml-faad_0.3.3.orig.tar.gz
ocaml-faad-0.3.3/src/faad_stubs.c:226:7: style: The scope of the variable 'ofs' can be reduced. [variableScope]
ocaml-faad-0.3.3/src/faad_stubs.c:226:12: style: The scope of the variable 'len' can be reduced. [variableScope]
ocaml-faad-0.3.3/src/faad_stubs.c:259:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
ocaml-faad-0.3.3/src/mp4atom.c:711:13: style: The scope of the variable 'i' can be reduced. [variableScope]
ocaml-faad-0.3.3/src/mp4atom.c:743:13: style: The scope of the variable 'i' can be reduced. [variableScope]
ocaml-faad-0.3.3/src/mp4ff.c:142:14: style: The scope of the variable 'size' can be reduced. [variableScope]
ocaml-faad-0.3.3/src/mp4ff.c:326:12: style: The scope of the variable 'o' can be reduced. [variableScope]
ocaml-faad-0.3.3/src/mp4sample.c:37:21: style: The scope of the variable 'chunk2' can be reduced. [variableScope]
ocaml-faad-0.3.3/src/mp4sample.c:37:44: style: The scope of the variable 'range_samples' can be reduced. [variableScope]
ocaml-faad-0.3.3/src/mp4sample.c:97:13: style: The scope of the variable 'i' can be reduced. [variableScope]
ocaml-faad-0.3.3/src/mp4util.c:58:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-faad-0.3.3/src/mp4util.c:56:0: note: Variable 'result' is reassigned a value before the old one has been used.
ocaml-faad-0.3.3/src/mp4util.c:58:5: note: Variable 'result' is reassigned a value before the old one has been used.
ocaml-faad-0.3.3/src/mp4util.c:33:13: style: The scope of the variable 'result' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-fileutils/ocaml-fileutils_0.5.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-flac/ocaml-flac_0.1.3.orig.tar.gz
ocaml-flac-0.1.3/src/flac_stubs.c:175:29: style: Function 'finalize_decoder' argument 1 names different: declaration 'dec' definition 'e'. [funcArgNamesDifferent]
ocaml-flac-0.1.3/src/flac_stubs.h:50:29: note: Function 'finalize_decoder' argument 1 names different: declaration 'dec' definition 'e'.
ocaml-flac-0.1.3/src/flac_stubs.c:175:29: note: Function 'finalize_decoder' argument 1 names different: declaration 'dec' definition 'e'.
ocaml-flac-0.1.3/src/flac_stubs.c:626:29: style: Function 'finalize_encoder' argument 1 names different: declaration 'dec' definition 'e'. [funcArgNamesDifferent]
ocaml-flac-0.1.3/src/flac_stubs.h:91:29: note: Function 'finalize_encoder' argument 1 names different: declaration 'dec' definition 'e'.
ocaml-flac-0.1.3/src/flac_stubs.c:626:29: note: Function 'finalize_encoder' argument 1 names different: declaration 'dec' definition 'e'.
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-frei0r/ocaml-frei0r_0.1.0.orig.tar.gz
ocaml-frei0r-0.1.0/src/frei0r_stubs.c:71:39: error: Memory pointed to by 'p' is freed twice. [doubleFree]
ocaml-frei0r-0.1.0/src/frei0r_stubs.c:73:41: error: Memory pointed to by 'p' is freed twice. [doubleFree]
ocaml-frei0r-0.1.0/src/frei0r_stubs.c:75:50: error: Memory pointed to by 'p' is freed twice. [doubleFree]
ocaml-frei0r-0.1.0/src/frei0r_stubs.c:77:49: error: Memory pointed to by 'p' is freed twice. [doubleFree]
ocaml-frei0r-0.1.0/src/frei0r_stubs.c:79:44: error: Memory pointed to by 'p' is freed twice. [doubleFree]
ocaml-frei0r-0.1.0/src/frei0r_stubs.c:81:43: error: Memory pointed to by 'p' is freed twice. [doubleFree]
ocaml-frei0r-0.1.0/src/frei0r_stubs.c:83:50: error: Memory pointed to by 'p' is freed twice. [doubleFree]
ocaml-frei0r-0.1.0/src/frei0r_stubs.c:85:50: error: Memory pointed to by 'p' is freed twice. [doubleFree]
ocaml-frei0r-0.1.0/src/frei0r_stubs.c:88:56: error: Memory pointed to by 'p' is freed twice. [doubleFree]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-gavl/ocaml-gavl_0.1.5.orig.tar.gz
ocaml-gavl-0.1.5/src/gavl_stubs.c:368:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ocaml-gavl-0.1.5/src/gavl_stubs.c:390:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ocaml-gavl-0.1.5/src/gavl_stubs.c:390:13: style: The scope of the variable 'stride' can be reduced. [variableScope]
ocaml-gavl-0.1.5/src/gavl_stubs.c:556:7: style: The scope of the variable 'j' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-gen/ocaml-gen_0.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-getopt/ocaml-getopt_0.0.20040811.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-gettext/ocaml-gettext_0.3.7.orig.tar.gz
ocaml-gettext-0.3.7/libgettext-stub-ocaml/gettextStubCompat_stubs.c:149:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-gettext-0.3.7/libgettext-stub-ocaml/gettextStubCompat_stubs.c:146:0: note: Variable 'res' is reassigned a value before the old one has been used.
ocaml-gettext-0.3.7/libgettext-stub-ocaml/gettextStubCompat_stubs.c:149:3: note: Variable 'res' is reassigned a value before the old one has been used.
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-gnuplot/ocaml-gnuplot_0.8.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-gstreamer/ocaml-gstreamer_0.2.0.orig.tar.gz
ocaml-gstreamer-0.2.0/src/gstreamer_stubs.c:25:7: style: The scope of the variable 'len' can be reduced. [variableScope]
ocaml-gstreamer-0.2.0/src/gstreamer_stubs.c:385:16: style: The scope of the variable 'tag' can be reduced. [variableScope]
ocaml-gstreamer-0.2.0/src/gstreamer_stubs.c:387:13: style: The scope of the variable 'n' can be reduced. [variableScope]
ocaml-gstreamer-0.2.0/src/gstreamer_stubs.c:461:0: warning: Size of pointer 'bus' used instead of size of its data. [pointerSize]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-http/ocaml-http_0.1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-inifiles/ocaml-inifiles_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-inotify/ocaml-inotify_1.0.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-ipaddr/ocaml-ipaddr_2.7.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-ladspa/ocaml-ladspa_0.1.4.orig.tar.gz
ocaml-ladspa-0.1.4/src/ladspa_stubs.c:200:0: error: syntax error [syntaxError]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-lame/ocaml-lame_0.3.2.orig.tar.gz
ocaml-lame-0.3.2/src/lame_stubs.c:233:3: error: Memory pointed to by 'outbuf' is freed twice. [doubleFree]
ocaml-lame-0.3.2/src/lame_stubs.c:302:3: error: Memory pointed to by 'outbuf' is freed twice. [doubleFree]
ocaml-lame-0.3.2/src/lame_stubs.c:327:3: error: Memory pointed to by 'outbuf' is freed twice. [doubleFree]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-lastfm/ocaml-lastfm_0.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-libvirt/ocaml-libvirt_0.6.1.4.orig.tar.gz
ocaml-libvirt-0.6.1.4/libvirt/libvirt_c_oneoffs.c:355:9: style: The scope of the variable 'name' can be reduced. [variableScope]
ocaml-libvirt-0.6.1.4/libvirt/libvirt_c_oneoffs.c:481:15: style: The scope of the variable 'ncpus' can be reduced. [variableScope]
ocaml-libvirt-0.6.1.4/libvirt/libvirt_c_epilogue.c:279:28: style: Function 'Val_pol' argument 1 names different: declaration 'pool' definition 'pol'. [funcArgNamesDifferent]
ocaml-libvirt-0.6.1.4/libvirt/libvirt_c_prologue.c:101:41: note: Function 'Val_pol' argument 1 names different: declaration 'pool' definition 'pol'.
ocaml-libvirt-0.6.1.4/libvirt/libvirt_c_epilogue.c:279:28: note: Function 'Val_pol' argument 1 names different: declaration 'pool' definition 'pol'.
ocaml-libvirt-0.6.1.4/libvirt/libvirt_c_oneoffs.c:481:7: style: The scope of the variable 'r' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-lo/ocaml-lo_0.1.0.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-mad/ocaml-mad_0.4.4.orig.tar.gz
ocaml-mad-0.4.4/src/mad_stubs.c:103:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ocaml-mad-0.4.4/src/mad_stubs.c:174:7: style: The scope of the variable 'footer_len' can be reduced. [variableScope]
ocaml-mad-0.4.4/src/mad_stubs.c:252:13: style: The scope of the variable 'id3_len' can be reduced. [variableScope]
ocaml-mad-0.4.4/src/mad_stubs.c:253:7: style: The scope of the variable 'footer_len' can be reduced. [variableScope]
ocaml-mad-0.4.4/src/mad_stubs.c:370:21: style: Checking if unsigned variable 'read_size' is less than zero. [unsignedLessThanZero]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-magic/ocaml-magic_0.7.3.orig.tar.gz
ocaml-magic-0.7.3/src/magic_stubs.c:66:18: style: The scope of the variable 'exn' can be reduced. [variableScope]
ocaml-magic-0.7.3/src/magic_stubs.c:161:9: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
ocaml-magic-0.7.3/src/magic_stubs.c:162:7: style: The scope of the variable 'len' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-melt/ocaml-melt_1.4.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-migrate-parsetree/ocaml-migrate-parsetree_1.0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-mm/ocaml-mm_0.3.1.orig.tar.gz
ocaml-mm-0.3.1/external/ffmpeg/ffmpeg_stubs.c:379:7: style: The scope of the variable 'out_size' can be reduced. [variableScope]
ocaml-mm-0.3.1/external/ffmpeg/ffmpeg_stubs.c:181:19: style: Variable 'ansbuflen' is assigned a value that is never used. [unreadVariable]
ocaml-mm-0.3.1/external/v4l/v4l_stubs.c:119:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
ocaml-mm-0.3.1/src/audio_c.c:50:12: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ocaml-mm-0.3.1/src/audio_c.c:51:12: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ocaml-mm-0.3.1/src/image_c.c:374:5: style: Variable 'uline' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-mm-0.3.1/src/image_c.c:372:5: note: Variable 'uline' is reassigned a value before the old one has been used.
ocaml-mm-0.3.1/src/image_c.c:374:5: note: Variable 'uline' is reassigned a value before the old one has been used.
ocaml-mm-0.3.1/src/image_c.c:375:5: style: Variable 'vline' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-mm-0.3.1/src/image_c.c:372:13: note: Variable 'vline' is reassigned a value before the old one has been used.
ocaml-mm-0.3.1/src/image_c.c:375:5: note: Variable 'vline' is reassigned a value before the old one has been used.
ocaml-mm-0.3.1/src/image_c.c:376:5: style: Variable 'ubuf' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-mm-0.3.1/src/image_c.c:372:21: note: Variable 'ubuf' is reassigned a value before the old one has been used.
ocaml-mm-0.3.1/src/image_c.c:376:5: note: Variable 'ubuf' is reassigned a value before the old one has been used.
ocaml-mm-0.3.1/src/image_c.c:377:5: style: Variable 'vbuf' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-mm-0.3.1/src/image_c.c:372:28: note: Variable 'vbuf' is reassigned a value before the old one has been used.
ocaml-mm-0.3.1/src/image_c.c:377:5: note: Variable 'vbuf' is reassigned a value before the old one has been used.
ocaml-mm-0.3.1/src/image_c.c:362:10: style: The scope of the variable 'ulineptr' can be reduced. [variableScope]
ocaml-mm-0.3.1/src/image_c.c:363:10: style: The scope of the variable 'vlineptr' can be reduced. [variableScope]
ocaml-mm-0.3.1/src/image_c.c:1346:22: style: The scope of the variable 'aa' can be reduced. [variableScope]
ocaml-mm-0.3.1/src/image_c.c:1347:10: style: The scope of the variable 'd' can be reduced. [variableScope]
ocaml-mm-0.3.1/src/image_c.c:1356:14: style: Variable 'aa' is assigned a value that is never used. [unreadVariable]
ocaml-mm-0.3.1/src/image_c.c:1357:13: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-obuild/ocaml-obuild_0.1.10.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-ogg/ocaml-ogg_0.5.2.orig.tar.gz
ocaml-ogg-0.5.2/src/ogg_stubs.c:71:43: style: Function 'page_of_value' argument 2 names different: declaration 'op' definition 'page'. [funcArgNamesDifferent]
ocaml-ogg-0.5.2/src/ocaml-ogg.h:42:44: note: Function 'page_of_value' argument 2 names different: declaration 'op' definition 'page'.
ocaml-ogg-0.5.2/src/ogg_stubs.c:71:43: note: Function 'page_of_value' argument 2 names different: declaration 'op' definition 'page'.
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-opus/ocaml-opus_0.1.2.orig.tar.gz
ocaml-opus-0.1.2/src/opus_stubs.c:300:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocaml-opus-0.1.2/src/opus_stubs.c:447:9: style: The scope of the variable 'comment' can be reduced. [variableScope]
ocaml-opus-0.1.2/src/opus_stubs.c:663:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-portaudio/ocaml-portaudio_0.2.1.orig.tar.gz
ocaml-portaudio-0.2.1/src/portaudio_stubs.c:658:11: style: Variable 'dim' is assigned a value that is never used. [unreadVariable]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-pulseaudio/ocaml-pulseaudio_0.1.2.orig.tar.gz
ocaml-pulseaudio-0.1.2/src/pulseaudio_stubs.c:96:3: error: Memory pointed to by 'ss' is freed twice. [doubleFree]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-re/ocaml-re_1.7.3.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-re2/ocaml-re2_113.00.00+dfsg.orig.tar.xz
re2-113.00.00/src/stubs.cpp:352:24: style: Checking if unsigned variable 'results.size()' is less than zero. This might be a false warning. [unsignedLessThanZero]
re2-113.00.00/src/stubs.cpp:280:13: style: Function 'mlre2__iter_next' argument 3 names different: declaration 'v_n_submatches' definition 'v_max_submatch'. [funcArgNamesDifferent]
re2-113.00.00/src/stubs.h:31:13: note: Function 'mlre2__iter_next' argument 3 names different: declaration 'v_n_submatches' definition 'v_max_submatch'.
re2-113.00.00/src/stubs.cpp:280:13: note: Function 'mlre2__iter_next' argument 3 names different: declaration 'v_n_submatches' definition 'v_max_submatch'.
re2-113.00.00/src/stubs.cpp:412:43: style: Function 'mlre2__rewrite_exn' argument 1 names different: declaration '_compiled' definition 'v_regex'. [funcArgNamesDifferent]
re2-113.00.00/src/stubs.h:64:41: note: Function 'mlre2__rewrite_exn' argument 1 names different: declaration '_compiled' definition 'v_regex'.
re2-113.00.00/src/stubs.cpp:412:43: note: Function 'mlre2__rewrite_exn' argument 1 names different: declaration '_compiled' definition 'v_regex'.
re2-113.00.00/src/stubs.cpp:412:58: style: Function 'mlre2__rewrite_exn' argument 2 names different: declaration '_input' definition 'v_input'. [funcArgNamesDifferent]
re2-113.00.00/src/stubs.h:64:58: note: Function 'mlre2__rewrite_exn' argument 2 names different: declaration '_input' definition 'v_input'.
re2-113.00.00/src/stubs.cpp:412:58: note: Function 'mlre2__rewrite_exn' argument 2 names different: declaration '_input' definition 'v_input'.
re2-113.00.00/src/stubs.cpp:412:73: style: Function 'mlre2__rewrite_exn' argument 3 names different: declaration '_rewrite' definition 'v_rewrite'. [funcArgNamesDifferent]
re2-113.00.00/src/stubs.h:64:72: note: Function 'mlre2__rewrite_exn' argument 3 names different: declaration '_rewrite' definition 'v_rewrite'.
re2-113.00.00/src/stubs.cpp:412:73: note: Function 'mlre2__rewrite_exn' argument 3 names different: declaration '_rewrite' definition 'v_rewrite'.
re2-113.00.00/src/stubs.cpp:432:38: style: Function 'mlre2__escape' argument 1 names different: declaration '_str' definition 'v_str'. [funcArgNamesDifferent]
re2-113.00.00/src/stubs.h:83:36: note: Function 'mlre2__escape' argument 1 names different: declaration '_str' definition 'v_str'.
re2-113.00.00/src/stubs.cpp:432:38: note: Function 'mlre2__escape' argument 1 names different: declaration '_str' definition 'v_str'.
re2-113.00.00/src/enum_x_macro.h:42:1: style: Variable 'pos' is modified but its new value is never used. [unreadVariable]
re2-113.00.00/src/stubs.cpp:402:14: error: Memory pointed to by 'submatches' is freed twice. [doubleFree]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-reins/ocaml-reins_0.1a.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-res/ocaml-res_4.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-result/ocaml-result_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-rope/ocaml-rope_0.6.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-samplerate/ocaml-samplerate_0.1.2.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-schroedinger/ocaml-schroedinger_0.1.0.orig.tar.gz
ocaml-schroedinger-0.1.0/src/schroedinger_stubs.c:241:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ocaml-schroedinger-0.1.0/src/schroedinger_stubs.c:853:15: style: The scope of the variable 'frame' can be reduced. [variableScope]
ocaml-schroedinger-0.1.0/src/schroedinger_stubs.c:1019:7: style: The scope of the variable 'state' can be reduced. [variableScope]
ocaml-schroedinger-0.1.0/src/schroedinger_stubs.c:697:5: error: Memory pointed to by 'enc' is freed twice. [doubleFree]
ocaml-schroedinger-0.1.0/src/schroedinger_stubs.c:706:3: error: Returning/dereferencing 'enc' after it is deallocated / released [deallocret]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-sha/ocaml-sha_1.9.orig.tar.gz
ocaml-sha-ocaml-sha-v1.9/sha1_stubs.c:118:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ocaml-sha-ocaml-sha-v1.9/sha256_stubs.c:116:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ocaml-sha-ocaml-sha-v1.9/sha512_stubs.c:116:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-shine/ocaml-shine_0.2.0.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-shout/ocaml-shout_0.2.7.orig.tar.gz
ocaml-shout-0.2.7/src/shout_stubs.c:495:9: style: The scope of the variable 'name' can be reduced. [variableScope]
ocaml-shout-0.2.7/src/shout_stubs.c:495:16: style: The scope of the variable 'val' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-soundtouch/ocaml-soundtouch_0.1.7.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-speex/ocaml-speex_0.2.1.orig.tar.gz
ocaml-speex-0.2.1/src/speex_stubs.c:409:0: error: syntax error [syntaxError]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-sqlexpr/ocaml-sqlexpr_0.5.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-sqlite3/ocaml-sqlite3_4.0.5.orig.tar.gz
sqlite3-ocaml-4.0.5/lib/sqlite3_stubs.c:880:0: error: syntax error [syntaxError]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-ssl/ocaml-ssl_0.5.5.orig.tar.gz
ocaml-ssl-0.5.5/src/ssl_stubs.c:1239:3: style: Variable 'subject' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-ssl-0.5.5/src/ssl_stubs.c:1233:3: note: Variable 'subject' is reassigned a value before the old one has been used.
ocaml-ssl-0.5.5/src/ssl_stubs.c:1239:3: note: Variable 'subject' is reassigned a value before the old one has been used.
ocaml-ssl-0.5.5/src/ssl_stubs.c:205:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ocaml-ssl-0.5.5/src/ssl_stubs.c:776:3: error: Resource handle 'fh' freed twice. [doubleFree]
ocaml-ssl-0.5.5/src/ssl_stubs.c:801:3: error: Resource handle 'fh' freed twice. [doubleFree]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-taglib/ocaml-taglib_0.3.1.orig.tar.gz
ocaml-taglib-0.3.1/src/taglib_stubs.cc:388:54: style: Function 'caml_taglib_file_set_properties' argument 1 names different: declaration 't' definition 'f'. [funcArgNamesDifferent]
ocaml-taglib-0.3.1/src/taglib_stubs.cc:116:54: note: Function 'caml_taglib_file_set_properties' argument 1 names different: declaration 't' definition 'f'.
ocaml-taglib-0.3.1/src/taglib_stubs.cc:388:54: note: Function 'caml_taglib_file_set_properties' argument 1 names different: declaration 't' definition 'f'.
ocaml-taglib-0.3.1/src/taglib_stubs.cc:528:51: style: Function 'caml_taglib_id3v2_header_len' argument 1 names different: declaration 't' definition 'unit'. [funcArgNamesDifferent]
ocaml-taglib-0.3.1/src/taglib_stubs.cc:120:51: note: Function 'caml_taglib_id3v2_header_len' argument 1 names different: declaration 't' definition 'unit'.
ocaml-taglib-0.3.1/src/taglib_stubs.cc:528:51: note: Function 'caml_taglib_id3v2_header_len' argument 1 names different: declaration 't' definition 'unit'.
ocaml-taglib-0.3.1/src/taglib_stubs.cc:226:3: error: Memory pointed to by 'filename' is freed twice. [doubleFree]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-text/ocaml-text_0.8.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-textutils/ocaml-textutils_112.17.00.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-theora/ocaml-theora_0.3.1.orig.tar.gz
ocaml-theora-0.3.1/src/theora_stubs.c:467:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ocaml-theora-0.3.1/src/theora_stubs.c:460:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ocaml-theora-0.3.1/src/theora_stubs.c:467:3: note: Variable 'ret' is reassigned a value before the old one has been used.
ocaml-theora-0.3.1/src/theora_stubs.c:650:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocaml-theora-0.3.1/src/theora_stubs.c:270:24: error: Expression 'ret,i++,Val_int(buffer[0].width)' depends on order of evaluation of side effects [unknownEvaluationOrder]
ocaml-theora-0.3.1/src/theora_stubs.c:464:20: error: Uninitialized variable: yb [uninitvar]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-tools/ocaml-tools_20120103.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-usb/ocaml-usb_1.3.0.orig.tar.gz
ocaml-usb-1.3.0/src/usb_stubs.c:147:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-visitors/ocaml-visitors_20180306.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-voaacenc/ocaml-voaacenc_0.1.0.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-vorbis/ocaml-vorbis_0.7.0.orig.tar.gz
ocaml-vorbis-0.7.0/src/vorbis_stubs.c:666:3: error: Memory pointed to by 'buf' is freed twice. [doubleFree]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-xmlplaylist/ocaml-xmlplaylist_0.1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocaml-zarith/ocaml-zarith_1.7.orig.tar.gz
Zarith-release-1.7/caml_z.c:951:3: style: Variable 'sign_arg' is assigned a value that is never used. [unreadVariable]
Zarith-release-1.7/caml_z.c:1255:5: style: Variable 'sign_arg' is assigned a value that is never used. [unreadVariable]
Zarith-release-1.7/caml_z.c:1759:5: style: Variable 'sign_arg1' is assigned a value that is never used. [unreadVariable]
Zarith-release-1.7/caml_z.c:1759:19: style: Variable 'sign_arg2' is assigned a value that is never used. [unreadVariable]
Zarith-release-1.7/caml_z.c:2365:3: style: Variable 'sign_arg' is assigned a value that is never used. [unreadVariable]
Zarith-release-1.7/caml_z.c:2425:3: style: Variable 'sign_arg' is assigned a value that is never used. [unreadVariable]
Zarith-release-1.7/caml_z.c:2598:3: style: Variable 'loc_arg1' is not assigned a value. [unassignedVariable]
Zarith-release-1.7/caml_z.c:2598:3: style: Variable 'ptr_arg1' is not assigned a value. [unassignedVariable]
Zarith-release-1.7/caml_z.c:2598:3: style: Variable 'size_arg1' is not assigned a value. [unassignedVariable]
Zarith-release-1.7/caml_z.c:2598:3: style: Variable 'sign_arg1' is not assigned a value. [unassignedVariable]
Zarith-release-1.7/caml_z.c:2598:17: style: Variable 'loc_arg2' is not assigned a value. [unassignedVariable]
Zarith-release-1.7/caml_z.c:2598:17: style: Variable 'ptr_arg2' is not assigned a value. [unassignedVariable]
Zarith-release-1.7/caml_z.c:2598:17: style: Variable 'size_arg2' is not assigned a value. [unassignedVariable]
Zarith-release-1.7/caml_z.c:2598:17: style: Variable 'sign_arg2' is not assigned a value. [unassignedVariable]
Zarith-release-1.7/caml_z.c:2642:25: error: Uninitialized variable: a [uninitvar]
Zarith-release-1.7/caml_z.c:2643:25: error: Uninitialized variable: b [uninitvar]
Zarith-release-1.7/caml_z.c:2658:23: error: Uninitialized variable: mbase [uninitvar]
Zarith-release-1.7/caml_z.c:2659:23: error: Uninitialized variable: mexp [uninitvar]
Zarith-release-1.7/caml_z.c:2660:23: error: Uninitialized variable: mmod [uninitvar]
Zarith-release-1.7/caml_z.c:2719:23: error: Uninitialized variable: mbase [uninitvar]
Zarith-release-1.7/caml_z.c:2734:23: error: Uninitialized variable: ma [uninitvar]
Zarith-release-1.7/caml_z.c:2746:23: error: Uninitialized variable: ma [uninitvar]
Zarith-release-1.7/caml_z.c:2757:23: error: Uninitialized variable: ma [uninitvar]
Zarith-release-1.7/caml_z.c:2768:23: error: Uninitialized variable: ma [uninitvar]
Zarith-release-1.7/caml_z.c:2779:23: error: Uninitialized variable: ma [uninitvar]
Zarith-release-1.7/caml_z.c:2791:23: error: Uninitialized variable: mbase [uninitvar]
Zarith-release-1.7/caml_z.c:2792:23: error: Uninitialized variable: mmod [uninitvar]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlagrep/ocamlagrep_1.0.orig.tar.gz
ocamlagrep-1.0/skeleton.h:20:13: style: The scope of the variable 'R0before' can be reduced. [variableScope]
ocamlagrep-1.0/skeleton.h:23:13: style: The scope of the variable 'R1before' can be reduced. [variableScope]
ocamlagrep-1.0/skeleton.h:26:13: style: The scope of the variable 'R2before' can be reduced. [variableScope]
ocamlagrep-1.0/skeleton.h:30:9: style: The scope of the variable 'word_boundary' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlbricks/ocamlbricks_0.90+bzr456.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlbuild/ocamlbuild_0.11.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlcreal/ocamlcreal_0.7.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocamldap/ocamldap_2.1.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocamldsort/ocamldsort_0.16.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlduce/ocamlduce_3.12.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlgraph/ocamlgraph_1.8.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlgsl/ocamlgsl_1.19.1.orig.tar.gz
gsl-ocaml-1.19.1/lib/mlgsl_fft.c:26:17: style: The scope of the variable 'layout_exn' can be reduced. [variableScope]
gsl-ocaml-1.19.1/lib/mlgsl_matrix.c:7:0: error: #error pb with include files [preprocessorErrorDirective]
gsl-ocaml-1.19.1/lib/mlgsl_monte.c:84:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_monte.c:85:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_monte.c:159:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_monte.c:160:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_monte.c:266:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_monte.c:267:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_odeiv.c:162:31: warning: Size of pointer 'y_copy' used instead of size of its data. [pointerSize]
gsl-ocaml-1.19.1/lib/mlgsl_odeiv.c:163:34: warning: Size of pointer 'yerr_copy' used instead of size of its data. [pointerSize]
gsl-ocaml-1.19.1/lib/mlgsl_odeiv.c:137:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_odeiv.c:138:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_odeiv.c:143:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_odeiv.c:144:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_odeiv.c:268:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_randist.c:217:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_randist.c:232:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_randist.c:244:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
gsl-ocaml-1.19.1/lib/mlgsl_vector.c:8:0: error: #error pb with include files [preprocessorErrorDirective]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlify/ocamlify_0.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlmakefile/ocamlmakefile_6.37.0.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlmod/ocamlmod_0.0.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlnet/ocamlnet_4.1.2.orig.tar.gz
ocamlnet-4.1.2/src/netgss-system/gssapi.c:250:14: style: The scope of the variable 'p' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netstring/netaccel_c.c:90:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/configtests/clock_gettime.c:13:9: style: Variable 'r' is not assigned a value. [unassignedVariable]
ocamlnet-4.1.2/src/netsys/configtests/clock_gettime.c:15:9: error: Uninitialized variable: r [uninitvar]
ocamlnet-4.1.2/src/netsys/configtests/ocaml_fancy_page_tables.c:15:61: portability: '(void*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocamlnet-4.1.2/src/netsys/configtests/ocaml_fancy_page_tables.c:11:10: style: Variable 'b' is not assigned a value. [unassignedVariable]
ocamlnet-4.1.2/src/netsys/configtests/posix_fadvise.c:19:9: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
ocamlnet-4.1.2/src/netsys/configtests/posix_sem_named.c:13:11: style: Unused variable: s [unusedVariable]
ocamlnet-4.1.2/src/netsys/netsys_c_event.c:177:9: style: The scope of the variable 'e' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_event.c:238:9: style: The scope of the variable 'e' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_event.c:67:51: style: Function 'netsys_not_event_of_value' argument 1 names different: declaration 'v' definition 'nev'. [funcArgNamesDifferent]
ocamlnet-4.1.2/src/netsys/netsys_c_event.h:40:58: note: Function 'netsys_not_event_of_value' argument 1 names different: declaration 'v' definition 'nev'.
ocamlnet-4.1.2/src/netsys/netsys_c_event.c:67:51: note: Function 'netsys_not_event_of_value' argument 1 names different: declaration 'v' definition 'nev'.
ocamlnet-4.1.2/src/netsys/netsys_c_event.c:290:9: style: Unused variable: fd [unusedVariable]
ocamlnet-4.1.2/src/netsys/netsys_c_event.c:290:13: style: Unused variable: code [unusedVariable]
ocamlnet-4.1.2/src/netsys/netsys_c_htab.c:121:9: style: The scope of the variable 'code' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_htab.c:119:43: style: Function 'netsys_htab_add' argument 2 names different: declaration 'orig_addr' definition 'a1'. [funcArgNamesDifferent]
ocamlnet-4.1.2/src/netsys/netsys_c_htab.h:32:34: note: Function 'netsys_htab_add' argument 2 names different: declaration 'orig_addr' definition 'a1'.
ocamlnet-4.1.2/src/netsys/netsys_c_htab.c:119:43: note: Function 'netsys_htab_add' argument 2 names different: declaration 'orig_addr' definition 'a1'.
ocamlnet-4.1.2/src/netsys/netsys_c_htab.c:119:53: style: Function 'netsys_htab_add' argument 3 names different: declaration 'relo_addr' definition 'a2'. [funcArgNamesDifferent]
ocamlnet-4.1.2/src/netsys/netsys_c_htab.h:32:51: note: Function 'netsys_htab_add' argument 3 names different: declaration 'relo_addr' definition 'a2'.
ocamlnet-4.1.2/src/netsys/netsys_c_htab.c:119:53: note: Function 'netsys_htab_add' argument 3 names different: declaration 'relo_addr' definition 'a2'.
ocamlnet-4.1.2/src/netsys/netsys_c_htab.c:136:30: style: Function 'netsys_htab_lookup' argument 2 names different: declaration 'orig_addr' definition 'a1'. [funcArgNamesDifferent]
ocamlnet-4.1.2/src/netsys/netsys_c_htab.h:40:37: note: Function 'netsys_htab_lookup' argument 2 names different: declaration 'orig_addr' definition 'a1'.
ocamlnet-4.1.2/src/netsys/netsys_c_htab.c:136:30: note: Function 'netsys_htab_lookup' argument 2 names different: declaration 'orig_addr' definition 'a1'.
ocamlnet-4.1.2/src/netsys/netsys_c_htab.c:136:41: style: Function 'netsys_htab_lookup' argument 3 names different: declaration 'relo_addr' definition 'a2p'. [funcArgNamesDifferent]
ocamlnet-4.1.2/src/netsys/netsys_c_htab.h:40:55: note: Function 'netsys_htab_lookup' argument 3 names different: declaration 'relo_addr' definition 'a2p'.
ocamlnet-4.1.2/src/netsys/netsys_c_htab.c:136:41: note: Function 'netsys_htab_lookup' argument 3 names different: declaration 'relo_addr' definition 'a2p'.
ocamlnet-4.1.2/src/netsys/netsys_c_mem.c:1252:2: warning: Return value of function strcmp() is not used. [ignoredReturnValue]
ocamlnet-4.1.2/src/netsys/netsys_c_mem.c:721:41: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
ocamlnet-4.1.2/src/netsys/netsys_c_mem.c:1375:11: note: Calling function 'netsys_init_value_1', 11th argument 'target_addr' value is 0
ocamlnet-4.1.2/src/netsys/netsys_c_mem.c:721:41: note: Null pointer subtraction
ocamlnet-4.1.2/src/netsys/netsys_c_mem.c:1139:9: style: The scope of the variable 'code' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_mem.c:1168:9: style: The scope of the variable 'code' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_mem.c:1499:31: style: The scope of the variable 'custom_ops' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_mem.c:1517:31: style: The scope of the variable 'custom_ops' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_multicast.c:57:9: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
ocamlnet-4.1.2/src/netsys/netsys_c_multicast.c:103:9: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
ocamlnet-4.1.2/src/netsys/netsys_c_poll.c:221:13: style: The scope of the variable 'cancel_fd' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_poll.c:410:9: style: The scope of the variable 'code' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_poll.c:411:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_queue.c:46:9: style: The scope of the variable 'code' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_sem.c:104:23: style: Condition 'm>1073741823' is always false [knownConditionTrueFalse]
ocamlnet-4.1.2/src/netsys/netsys_c_sem.c:97:9: note: Assignment 'm=32767', assigned value is 32767
ocamlnet-4.1.2/src/netsys/netsys_c_sem.c:104:23: note: Condition 'm>1073741823' is always false
ocamlnet-4.1.2/src/netsys/netsys_c_subprocess.c:107:26: style: The scope of the variable 'atom' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_subprocess.c:182:9: style: The scope of the variable 'n' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_subprocess.c:270:9: style: The scope of the variable 'k' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_subprocess.c:312:9: style: The scope of the variable 'k' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_subprocess.c:313:26: style: The scope of the variable 'atom' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_subprocess.c:609:14: style: The scope of the variable 'k' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_subprocess.c:611:9: style: The scope of the variable 'exists' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_subprocess.c:647:26: style: The scope of the variable 'atom' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_xdr.c:57:18: style: The scope of the variable 'e' can be reduced. [variableScope]
ocamlnet-4.1.2/src/netsys/netsys_c_xdr.c:57:21: style: The scope of the variable 'j' can be reduced. [variableScope]
ocamlnet-4.1.2/src/nettls-gnutls/gnutls.c:24:9: style: The scope of the variable 'code' can be reduced. [variableScope]
ocamlnet-4.1.2/src/nettls-gnutls/gnutls.c:195:9: style: The scope of the variable 'flags' can be reduced. [variableScope]
ocamlnet-4.1.2/src/nettls-gnutls/gnutls.c:235:9: style: The scope of the variable 'flags' can be reduced. [variableScope]
ocamlnet-4.1.2/src/nettls-gnutls/gnutls.c:621:15: style: The scope of the variable 'k' can be reduced. [variableScope]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlodbc/ocamlodbc_2.15.orig.tar.gz
ocamlodbc-2.15/ocaml_odbc_c.c:331:3: style: Variable 'cliRC' is reassigned a value before the old one has been used. [redundantAssignment]
ocamlodbc-2.15/ocaml_odbc_c.c:328:0: note: Variable 'cliRC' is reassigned a value before the old one has been used.
ocamlodbc-2.15/ocaml_odbc_c.c:331:3: note: Variable 'cliRC' is reassigned a value before the old one has been used.
ocamlodbc-2.15/ocaml_odbc_c.c:691:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ocamlodbc-2.15/ocaml_odbc_c.c:684:3: note: Variable 'result' is reassigned a value before the old one has been used.
ocamlodbc-2.15/ocaml_odbc_c.c:691:3: note: Variable 'result' is reassigned a value before the old one has been used.
ocamlodbc-2.15/ocaml_odbc_c.c:566:7: style: The scope of the variable 'exec_ci' can be reduced. [variableScope]
ocamlodbc-2.15/ocaml_odbc_c.c:1024:7: style: The scope of the variable 'exec_ci' can be reduced. [variableScope]
ocamlodbc-2.15/ocaml_odbc_c.c:321:25: style: Variable 'hstmt1' is assigned a value that is never used. [unreadVariable]
ocamlodbc-2.15/ocaml_odbc_c.c:323:16: style: Variable 'ConnStrIn' is assigned a value that is never used. [unreadVariable]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlpam/ocamlpam_1.1.orig.tar.gz
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlrss/ocamlrss_2.2.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlsdl/ocamlsdl_0.9.1.orig.tar.gz
ocamlsdl-0.9.1/src/common.h:116:0: error: #error "no alloca available" [preprocessorErrorDirective]
ocamlsdl-0.9.1/src/mlsdl_main.c:112:12: style: Variable 'appname' is assigned a value that is never used. [unreadVariable]
ocamlsdl-0.9.1/src/mlsdl_main.c:135:12: style: Unused variable: handle [unusedVariable]
ocamlsdl-0.9.1/src/mlsdl_main.c:106:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ocamlsdl-0.9.1/src/mlsdl_main.c:152:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ocamlsdl-0.9.1/src/mlsdl_main.c:160:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[12:24]

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlviz/ocamlviz_1.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlwc/ocamlwc_0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocamlweb/ocamlweb_1.40.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/oce/oce_0.9.1.orig.tar.gz
Checking tpaviot-oce-84bbc8c/src/ChFiKPart/ChFiKPart_ComputeData_CS.cxx: __GCC__=1;__GCC__=1...

j:/kas/c40/ros/src/exprintrp/exprintrp.yacc:70:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
/dn43/OCCT/tmp/results_30.09.2011/occt/release-sources-20110930/src/StepFile/step.yacc:106:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
tpaviot-oce-84bbc8c/src/AIS/AIS_ConcentricRelation.cxx:92:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
tpaviot-oce-84bbc8c/src/AIS/AIS_ConcentricRelation.cxx:96:3: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/AIS/AIS_ConcentricRelation.cxx:92:3: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/AIS/AIS_IdenticRelation.cxx:516:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
tpaviot-oce-84bbc8c/src/AIS/AIS_IdenticRelation.cxx:517:5: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/AIS/AIS_IdenticRelation.cxx:516:10: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/AIS/AIS_InteractiveContext.cxx:1336:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
tpaviot-oce-84bbc8c/src/AIS/AIS_Selection.cxx:273:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
tpaviot-oce-84bbc8c/src/AIS2D/AIS2D_LocalContext.cxx:359:47: style: Redundant condition: myLastPickPrim==myLastSelPrim. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
tpaviot-oce-84bbc8c/src/AIS2D/AIS2D_LocalContext.cxx:373:47: style: Redundant condition: myLastPickPrim==myLastSelPrim. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
tpaviot-oce-84bbc8c/src/APIHeaderSection/APIHeaderSection_EditHeader.cxx:36:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
tpaviot-oce-84bbc8c/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:304:6: style: Condition 'i==Up' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:422:9: style: Condition 'i==Up' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/Adaptor3d/Adaptor3d_IsoCurve.cxx:539:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1709:26: error: Array 'uvpav[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:6833:5: note: Array 'uvpav[4]' accessed at index 5, which is out of bounds.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1709:26: note: Array 'uvpav[4]' accessed at index 5, which is out of bounds.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1710:26: error: Array 'uvpav[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:6833:5: note: Array 'uvpav[4]' accessed at index 5, which is out of bounds.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1710:26: note: Array 'uvpav[4]' accessed at index 5, which is out of bounds.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_Context.cxx:39:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_Context.cxx:41:3: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_Context.cxx:39:8: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:263:0: style: The scope of the variable 'j' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:3027:15: style: The scope of the variable 'nomprg' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:6580:15: style: The scope of the variable 'nomprg' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:10275:15: style: The scope of the variable 'nomprg' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:11505:19: style: Function 'mvpscr3_' argument 2 names different: declaration 'curve2' definition 'curve3'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:231:19: note: Function 'mvpscr3_' argument 2 names different: declaration 'curve2' definition 'curve3'.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:11505:19: note: Function 'mvpscr3_' argument 2 names different: declaration 'curve2' definition 'curve3'.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_Patch.cxx:783:3: style: Variable 'NDMINU' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_Patch.cxx:780:0: note: Variable 'NDMINU' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_Patch.cxx:783:3: note: Variable 'NDMINU' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_Patch.cxx:789:3: style: Variable 'NDMINV' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_Patch.cxx:780:0: note: Variable 'NDMINV' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_Patch.cxx:789:3: note: Variable 'NDMINV' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1019:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1020:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1021:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1196:12: style: Condition 'inum==0' is always false [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1029:11: note: Assignment 'inum=-1', assigned value is -1
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1196:12: note: Condition 'inum==0' is always false
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1198:19: style: Condition 'inum==1' is always false [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1029:11: note: Assignment 'inum=-1', assigned value is -1
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1198:19: note: Condition 'inum==1' is always false
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:2081:18: style: Condition '__s__cmp()==0' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1198:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1200:5: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1198:10: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:781:15: style: The scope of the variable 'cbid' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:148:26: style: The scope of the variable 'Coef2' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_AidaAlienData.cxx:40:17: style: The scope of the variable 'rc' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_AidaAlienData.cxx:40:0: style: The scope of the variable 'gc' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_AidaAlienData.cxx:40:0: style: The scope of the variable 'bc' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_BMPAlienData.cxx:516:7: style: The scope of the variable 'x' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_BMPAlienData.cxx:516:10: style: The scope of the variable 'y' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_BMPAlienData.cxx:548:7: style: The scope of the variable 'x' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_BMPAlienData.cxx:548:10: style: The scope of the variable 'y' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_BMPAlienData.cxx:153:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_BMPAlienData.cxx:265:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_BMPAlienData.cxx:290:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_BMPAlienData.cxx:373:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFAlienData.cxx:118:3: style: Variable 'pFileStream' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFAlienData.cxx:113:0: note: Variable 'pFileStream' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFAlienData.cxx:118:3: note: Variable 'pFileStream' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFAlienData.cxx:374:54: style: Same expression on both sides of '&'. [duplicateExpression]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFAlienData.cxx:507:18: style: The scope of the variable 'x' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFAlienData.cxx:507:21: style: The scope of the variable 'y' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFAlienData.cxx:507:24: style: The scope of the variable 'i' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFAlienData.cxx:572:7: style: The scope of the variable 'i' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFAlienData.cxx:572:10: style: The scope of the variable 'x' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFAlienData.cxx:572:13: style: The scope of the variable 'y' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFLZWDict.cxx:546:43: style: The scope of the variable 'v' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_GIFLZWDict.cxx:549:19: style: Array index 'bi' is used before limits check. [arrayIndexThenCheck]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_MemoryOperations.cxx:10:19: style: The scope of the variable 'c' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_MemoryOperations.cxx:13:20: style: The scope of the variable 'sp' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_MemoryOperations.cxx:35:19: style: The scope of the variable 'c' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:201:9: style: The scope of the variable 'tablesize' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:295:6: style: The scope of the variable 'tablesize' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:296:15: style: The scope of the variable 'i' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:296:18: style: The scope of the variable 'max' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:433:29: style: The scope of the variable 'swrd' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:445:27: style: The scope of the variable 'lwrd' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:752:34: style: The scope of the variable 'cptr' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:878:20: style: The scope of the variable 'i' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:879:29: style: The scope of the variable 'cptr' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:880:30: style: The scope of the variable 'sptr' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:1121:19: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:1121:26: style: The scope of the variable 'gbuf' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:1121:33: style: The scope of the variable 'bbuf' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:1122:18: style: The scope of the variable 'y' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:1181:19: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:1181:26: style: The scope of the variable 'gbuf' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:1181:33: style: The scope of the variable 'bbuf' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SGIRGBAlienData.cxx:1182:18: style: The scope of the variable 'y' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SunRFAlienData.cxx:174:24: style: The scope of the variable 'pix' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_SunRFAlienData.cxx:623:18: style: The scope of the variable 'p' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/AlienImage/AlienImage_X11XWDAlienData.cxx:648:27: style: Variable 'ncol' is modified but its new value is never used. [unreadVariable]
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve2d.cxx:39:55: style: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve2d.cxx:27:44: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve2d.cxx:39:55: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve2d.cxx:40:55: style: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve2d.cxx:28:44: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve2d.cxx:40:55: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve2d.cxx:21:3: style: Class 'Approx_Curve2d_Eval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve3d.cxx:42:55: style: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve3d.cxx:30:44: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve3d.cxx:42:55: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve3d.cxx:43:55: style: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve3d.cxx:31:44: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve3d.cxx:43:55: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
tpaviot-oce-84bbc8c/src/Approx/Approx_Curve3d.cxx:24:3: style: Class 'Approx_Curve3d_Eval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:53:62: style: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:40:44: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:53:62: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:54:62: style: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:41:44: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:54:62: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:151:64: style: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:139:44: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:151:64: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:152:64: style: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:140:44: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:152:64: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:232:64: style: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:220:44: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:232:64: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:233:64: style: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:221:44: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:233:64: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:32:3: style: Class 'Approx_CurveOnSurface_Eval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:133:3: style: Class 'Approx_CurveOnSurface_Eval3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurveOnSurface.cxx:214:3: style: Class 'Approx_CurveOnSurface_Eval2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurvilinearParameter.cxx:63:3: style: Class 'Approx_CurvilinearParameter_EvalCurv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurvilinearParameter.cxx:200:3: style: Class 'Approx_CurvilinearParameter_EvalCurvOnSurf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/Approx/Approx_CurvilinearParameter.cxx:361:3: style: Class 'Approx_CurvilinearParameter_EvalCurvOn2Surf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/Approx/Approx_SameParameter.cxx:126:66: style: Function 'Evaluate' argument 6 names different: declaration 'ErrorCode' definition 'ReturnCode'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/Approx/Approx_SameParameter.cxx:113:44: note: Function 'Evaluate' argument 6 names different: declaration 'ErrorCode' definition 'ReturnCode'.
tpaviot-oce-84bbc8c/src/Approx/Approx_SameParameter.cxx:126:66: note: Function 'Evaluate' argument 6 names different: declaration 'ErrorCode' definition 'ReturnCode'.
tpaviot-oce-84bbc8c/src/Approx/Approx_SweepApproximation.cxx:32:3: style: Class 'Approx_SweepApproximation_Eval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/Aspect/Aspect_Driver.cxx:34:26: style: The scope of the variable 'casroot' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/Aspect/Aspect_FontStyle.cxx:570:7: style: Variable 'start' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/Aspect/Aspect_FontStyle.cxx:569:0: note: Variable 'start' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/Aspect/Aspect_FontStyle.cxx:570:7: note: Variable 'start' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/Aspect/Aspect_FontStyle.cxx:606:7: style: Variable 'start' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/Aspect/Aspect_FontStyle.cxx:605:0: note: Variable 'start' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/Aspect/Aspect_FontStyle.cxx:606:7: note: Variable 'start' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_ArgumentAnalyzer.cxx:909:48: style: Same expression on both sides of '||'. [duplicateExpression]
tpaviot-oce-84bbc8c/src/BOP/BOP_BuilderTools.cxx:219:12: style: Condition '!bRetFlag' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/BOP/BOP_BuilderTools.cxx:207:12: note: Assuming that condition '!bRetFlag' is not redundant
tpaviot-oce-84bbc8c/src/BOP/BOP_BuilderTools.cxx:219:12: note: Condition '!bRetFlag' is always true
tpaviot-oce-84bbc8c/src/BOP/BOP_CorrectTolerances.cxx:500:36: style: Function 'CheckEdge' argument 1 names different: declaration 'E' definition 'Ed'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BOP/BOP_CorrectTolerances.cxx:58:38: note: Function 'CheckEdge' argument 1 names different: declaration 'E' definition 'Ed'.
tpaviot-oce-84bbc8c/src/BOP/BOP_CorrectTolerances.cxx:500:36: note: Function 'CheckEdge' argument 1 names different: declaration 'E' definition 'Ed'.
tpaviot-oce-84bbc8c/src/BOP/BOP_FaceBuilder.cxx:671:38: warning: Possible null pointer dereference: pCBR [nullPointer]
tpaviot-oce-84bbc8c/src/BOP/BOP_FaceBuilder.cxx:637:30: note: Assignment 'pCBR=NULL', assigned value is 0
tpaviot-oce-84bbc8c/src/BOP/BOP_FaceBuilder.cxx:671:38: note: Null pointer dereference
tpaviot-oce-84bbc8c/src/BOP/BOP_SDFWESFiller.cxx:1150:5: style: Variable 'aSt' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOP/BOP_SDFWESFiller.cxx:1149:5: note: Variable 'aSt' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_SDFWESFiller.cxx:1150:5: note: Variable 'aSt' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_ShellFaceClassifier.cxx:135:3: style: Variable 'aState' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOP/BOP_ShellFaceClassifier.cxx:132:0: note: Variable 'aState' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_ShellFaceClassifier.cxx:135:3: note: Variable 'aState' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_ShellSolid.cxx:712:16: style: Condition '!bIsProcessed1' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/BOP/BOP_ShellSolid.cxx:708:11: note: Assuming that condition '!bIsProcessed1' is not redundant
tpaviot-oce-84bbc8c/src/BOP/BOP_ShellSolid.cxx:712:16: note: Condition '!bIsProcessed1' is always true
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:558:3: style: Variable 'bIsValidIn2D' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:556:0: note: Variable 'bIsValidIn2D' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:558:3: note: Variable 'bIsValidIn2D' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1035:7: style: Variable 'bIsValidIn2D' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1034:0: note: Variable 'bIsValidIn2D' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1035:7: note: Variable 'bIsValidIn2D' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1216:2: style: Variable 'bIsAdjExists' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1214:0: note: Variable 'bIsAdjExists' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1216:2: note: Variable 'bIsAdjExists' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1163:53: style: Function 'LocalAddPartsEFSo' argument 3 names different: declaration 'aMEFObj' definition 'theMEFObj'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:96:60: note: Function 'LocalAddPartsEFSo' argument 3 names different: declaration 'aMEFObj' definition 'theMEFObj'.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1163:53: note: Function 'LocalAddPartsEFSo' argument 3 names different: declaration 'aMEFObj' definition 'theMEFObj'.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1164:53: style: Function 'LocalAddPartsEFSo' argument 4 names different: declaration 'aMEFTool' definition 'theMEFTool'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:97:60: note: Function 'LocalAddPartsEFSo' argument 4 names different: declaration 'aMEFTool' definition 'theMEFTool'.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1164:53: note: Function 'LocalAddPartsEFSo' argument 4 names different: declaration 'aMEFTool' definition 'theMEFTool'.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1168:53: style: Function 'LocalAddPartsEFSo' argument 8 names different: declaration 'anEMap' definition 'theEMap'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:101:39: note: Function 'LocalAddPartsEFSo' argument 8 names different: declaration 'anEMap' definition 'theEMap'.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1168:53: note: Function 'LocalAddPartsEFSo' argument 8 names different: declaration 'anEMap' definition 'theEMap'.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1169:53: style: Function 'LocalAddPartsEFSo' argument 9 names different: declaration 'aWES' definition 'theWES'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:102:28: note: Function 'LocalAddPartsEFSo' argument 9 names different: declaration 'aWES' definition 'theWES'.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid.cxx:1169:53: note: Function 'LocalAddPartsEFSo' argument 9 names different: declaration 'aWES' definition 'theWES'.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid_1.cxx:586:4: style: Variable 'bTestEdge' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid_1.cxx:583:0: note: Variable 'bTestEdge' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid_1.cxx:586:4: note: Variable 'bTestEdge' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid_1.cxx:597:6: style: Variable 'bAnalytic' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid_1.cxx:591:0: note: Variable 'bAnalytic' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_SolidSolid_1.cxx:597:6: note: Variable 'bAnalytic' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_WireShape.cxx:269:15: style: Condition 'iCnt<=0' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/BOP/BOP_WireShape.cxx:256:20: style: The scope of the variable 'pE' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/BOP/BOP_WireSplitter.cxx:487:4: style: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOP/BOP_WireSplitter.cxx:485:4: note: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOP/BOP_WireSplitter.cxx:487:4: note: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_BOPCommands.cxx:488:12: warning: Possible null pointer dereference: pBuilder [nullPointer]
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_BOPCommands.cxx:469:42: note: Assignment 'pBuilder=NULL', assigned value is 0
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_BOPCommands.cxx:488:12: note: Null pointer dereference
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_BOPCommands.cxx:1493:36: style: Same expression on both sides of '||'. [duplicateExpression]
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_BOPCommands.cxx:1555:36: style: Same expression on both sides of '||'. [duplicateExpression]
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_LowCommands.cxx:639:3: style: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_LowCommands.cxx:633:0: note: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_LowCommands.cxx:639:3: note: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_LowCommands.cxx:775:3: style: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_LowCommands.cxx:771:0: note: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_LowCommands.cxx:775:3: note: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_LowCommands.cxx:869:3: style: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_LowCommands.cxx:867:3: note: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOPTest/BOPTest_LowCommands.cxx:869:3: note: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_PaveFiller_1.cxx:485:8: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_PaveFiller_1.cxx:525:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_PaveFiller_1.cxx:189:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_PaveFiller_4.cxx:68:40: style: Function 'GetFullFaceMap' argument 2 names different: declaration 'myIntrPool' definition 'anIntrPool'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_PaveFiller_4.cxx:27:42: note: Function 'GetFullFaceMap' argument 2 names different: declaration 'myIntrPool' definition 'anIntrPool'.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_PaveFiller_4.cxx:68:40: note: Function 'GetFullFaceMap' argument 2 names different: declaration 'myIntrPool' definition 'anIntrPool'.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_PaveFiller_4.cxx:94:40: style: Function 'GetInterferedVertices' argument 3 names different: declaration 'myIntrPool' definition 'anIntrPool'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_PaveFiller_4.cxx:33:42: note: Function 'GetInterferedVertices' argument 3 names different: declaration 'myIntrPool' definition 'anIntrPool'.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_PaveFiller_4.cxx:94:40: note: Function 'GetInterferedVertices' argument 3 names different: declaration 'myIntrPool' definition 'anIntrPool'.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_SolidStateFiller.cxx:659:41: style: Function 'PropagateState' argument 1 names different: declaration 'aS' definition 'aSS'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_SolidStateFiller.cxx:69:43: note: Function 'PropagateState' argument 1 names different: declaration 'aS' definition 'aSS'.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_SolidStateFiller.cxx:659:41: note: Function 'PropagateState' argument 1 names different: declaration 'aS' definition 'aSS'.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_Tools2D.cxx:313:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_Tools2D.cxx:318:3: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_Tools2D.cxx:313:3: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_Tools3D.cxx:499:3: style: Variable 'aFlag' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_Tools3D.cxx:497:3: note: Variable 'aFlag' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_Tools3D.cxx:499:3: note: Variable 'aFlag' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_Tools3D_2.cxx:324:3: style: Variable 'bFlag' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_Tools3D_2.cxx:314:0: note: Variable 'bFlag' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_Tools3D_2.cxx:324:3: note: Variable 'bFlag' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_WireStateFiller.cxx:431:41: style: Function 'PropagateState' argument 1 names different: declaration 'aS' definition 'aSS'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_WireStateFiller.cxx:176:43: note: Function 'PropagateState' argument 1 names different: declaration 'aS' definition 'aSS'.
tpaviot-oce-84bbc8c/src/BOPTools/BOPTools_WireStateFiller.cxx:431:41: note: Function 'PropagateState' argument 1 names different: declaration 'aS' definition 'aSS'.
tpaviot-oce-84bbc8c/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:72:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:81:3: style: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:79:0: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:81:3: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:108:3: style: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:105:0: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:108:3: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:142:3: style: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:139:0: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:142:3: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:534:3: style: Variable 'Arrive' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:510:0: note: Variable 'Arrive' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:534:3: note: Variable 'Arrive' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepBuilderAPI/BRepBuilderAPI_Copy.cxx:21:3: style: Class 'BRepBuilderAPI_Copy_Modification' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/BRepCheck/BRepCheck_Face.cxx:637:29: style: Function 'IsInside' argument 2 names different: declaration 'Inside' definition 'WireBienOriente'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BRepCheck/BRepCheck_Face.cxx:62:29: note: Function 'IsInside' argument 2 names different: declaration 'Inside' definition 'WireBienOriente'.
tpaviot-oce-84bbc8c/src/BRepCheck/BRepCheck_Face.cxx:637:29: note: Function 'IsInside' argument 2 names different: declaration 'Inside' definition 'WireBienOriente'.
tpaviot-oce-84bbc8c/src/BRepFeat/BRepFeat.cxx:324:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
tpaviot-oce-84bbc8c/src/BRepFeat/BRepFeat.cxx:469:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_CompatibleWires.cxx:495:5: style: Variable 'alpha' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_CompatibleWires.cxx:491:5: note: Variable 'alpha' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_CompatibleWires.cxx:495:5: note: Variable 'alpha' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_CompatibleWires.cxx:496:5: style: Variable 'beta' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_CompatibleWires.cxx:492:5: note: Variable 'beta' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_CompatibleWires.cxx:496:5: note: Variable 'beta' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Evolved.cxx:2811:56: style: Function 'ComputeIntervals' argument 1 names different: declaration 'VonF' definition 'VOnF'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Evolved.cxx:164:63: note: Function 'ComputeIntervals' argument 1 names different: declaration 'VonF' definition 'VOnF'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Evolved.cxx:2811:56: note: Function 'ComputeIntervals' argument 1 names different: declaration 'VonF' definition 'VOnF'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:2033:48: style: Function 'TrimEdge' argument 1 names different: declaration 'CurrentEdge' definition 'E'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:187:55: note: Function 'TrimEdge' argument 1 names different: declaration 'CurrentEdge' definition 'E'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:2033:48: note: Function 'TrimEdge' argument 1 names different: declaration 'CurrentEdge' definition 'E'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:2034:41: style: Function 'TrimEdge' argument 2 names different: declaration 'D' definition 'Detromp'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:188:41: note: Function 'TrimEdge' argument 2 names different: declaration 'D' definition 'Detromp'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:2034:41: note: Function 'TrimEdge' argument 2 names different: declaration 'D' definition 'Detromp'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:2035:41: style: Function 'TrimEdge' argument 3 names different: declaration 'Sv' definition 'TheVer'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:189:41: note: Function 'TrimEdge' argument 3 names different: declaration 'Sv' definition 'TheVer'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:2035:41: note: Function 'TrimEdge' argument 3 names different: declaration 'Sv' definition 'TheVer'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:2036:41: style: Function 'TrimEdge' argument 4 names different: declaration 'MapverPar' definition 'ThePar'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:190:41: note: Function 'TrimEdge' argument 4 names different: declaration 'MapverPar' definition 'ThePar'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:2036:41: note: Function 'TrimEdge' argument 4 names different: declaration 'MapverPar' definition 'ThePar'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:2155:65: style: Function 'DoubleOrNotInside' argument 1 names different: declaration 'EC' definition 'LV'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:194:72: note: Function 'DoubleOrNotInside' argument 1 names different: declaration 'EC' definition 'LV'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_OffsetWire.cxx:2155:65: note: Function 'DoubleOrNotInside' argument 1 names different: declaration 'EC' definition 'LV'.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Sweep.cxx:909:3: style: Variable 'P1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Sweep.cxx:904:3: note: Variable 'P1' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Sweep.cxx:909:3: note: Variable 'P1' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Sweep.cxx:911:3: style: Variable 'P2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Sweep.cxx:906:3: note: Variable 'P2' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Sweep.cxx:911:3: note: Variable 'P2' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Sweep.cxx:1617:3: style: Variable 'B' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Sweep.cxx:1603:0: note: Variable 'B' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_Sweep.cxx:1617:3: note: Variable 'B' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepFill/BRepFill_TrimShellCorner.cxx:340:24: style: Same expression on both sides of '||'. [duplicateExpression]
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_DataStructureOfDelaun.cxx:531:3: style: Variable 'lastNonDelItem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_DataStructureOfDelaun.cxx:493:0: note: Variable 'lastNonDelItem' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_DataStructureOfDelaun.cxx:531:3: note: Variable 'lastNonDelItem' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_FastDiscret.cxx:610:7: style: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_FastDiscret.cxx:609:7: note: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_FastDiscret.cxx:610:7: note: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_FastDiscret.cxx:257:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:773:5: style: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:772:5: note: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:773:5: note: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:1152:30: performance: Variable 'myI2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:1155:5: performance: Variable 'myI1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:1155:16: performance: Variable 'myI2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
tpaviot-oce-84bbc8c/src/BRepMesh/BRepMesh_IncrementalMesh.cxx:248:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tpaviot-oce-84bbc8c/src/BRepOffset/BRepOffset_Inter3d.cxx:393:20: style: Redundant condition: !aL.IsEmpty(). 'aL.IsEmpty() || (!aL.IsEmpty() && aL.First().Type()!=OT)' is equivalent to 'aL.IsEmpty() || aL.First().Type()!=OT' [redundantCondition]
tpaviot-oce-84bbc8c/src/BRepOffset/BRepOffset_MakeOffset.cxx:3400:44: style: Function 'UpdateTolerance' argument 1 names different: declaration 'myShape' definition 'S'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BRepOffset/BRepOffset_MakeOffset.cxx:231:57: note: Function 'UpdateTolerance' argument 1 names different: declaration 'myShape' definition 'S'.
tpaviot-oce-84bbc8c/src/BRepOffset/BRepOffset_MakeOffset.cxx:3400:44: note: Function 'UpdateTolerance' argument 1 names different: declaration 'myShape' definition 'S'.
tpaviot-oce-84bbc8c/src/BRepOffset/BRepOffset_MakeOffset.cxx:3401:36: style: Function 'UpdateTolerance' argument 2 names different: declaration 'myFaces' definition 'Faces'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/BRepOffset/BRepOffset_MakeOffset.cxx:232:36: note: Function 'UpdateTolerance' argument 2 names different: declaration 'myFaces' definition 'Faces'.
tpaviot-oce-84bbc8c/src/BRepOffset/BRepOffset_MakeOffset.cxx:3401:36: note: Function 'UpdateTolerance' argument 2 names different: declaration 'myFaces' definition 'Faces'.
tpaviot-oce-84bbc8c/src/BRepOffset/BRepOffset_Tool.cxx:3938:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
tpaviot-oce-84bbc8c/src/BRepTest/BRepTest_CheckCommands.cxx:193:9: style: The scope of the variable 'Name' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/BRepTest/BRepTest_FilletCommands.cxx:685:8: style: The scope of the variable 'localname' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/BRepTest/BRepTest_GPropCommands.cxx:164:3: style: Variable 'eps' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BRepTest/BRepTest_GPropCommands.cxx:160:0: note: Variable 'eps' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepTest/BRepTest_GPropCommands.cxx:164:3: note: Variable 'eps' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BRepTopAdaptor/BRepTopAdaptor_Tool.cxx:83:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
tpaviot-oce-84bbc8c/src/BSplCLib/BSplCLib.cxx:976:18: style: The scope of the variable 'pole' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/BSplCLib/BSplCLib.cxx:1017:24: style: The scope of the variable 'pole' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/BSplCLib/BSplCLib.cxx:2750:11: style: Variable 'mm' is assigned a value that is never used. [unreadVariable]
tpaviot-oce-84bbc8c/src/BSplCLib/BSplCLib.cxx:69:3: style: Class 'BSplCLib_LocalArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/BSplCLib/BSplCLib_2.cxx:33:3: style: Struct 'BSplCLib_DataContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/BSplCLib/BSplCLib_BzSyntaxes.cxx:22:3: style: Class 'BSplCLib_BezierArrays' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/BSplSLib/BSplSLib.cxx:63:3: style: Class 'BSplSLib_LocalArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/BiTgte/BiTgte_Blend.cxx:659:29: style: Condition '!Find' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/BiTgte/BiTgte_Blend.cxx:653:7: note: Assuming that condition '!Find' is not redundant
tpaviot-oce-84bbc8c/src/BiTgte/BiTgte_Blend.cxx:659:29: note: Condition '!Find' is always true
tpaviot-oce-84bbc8c/src/BiTgte/BiTgte_Blend.cxx:2292:3: style: Variable 'NbS' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BiTgte/BiTgte_Blend.cxx:2291:0: note: Variable 'NbS' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BiTgte/BiTgte_Blend.cxx:2292:3: note: Variable 'NbS' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BiTgte/BiTgte_Blend.cxx:377:3: style: Class 'MakeCurve_Function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:136:5: style: Variable 'aBufSz[0]' is reassigned a value before the old one has been used. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:126:5: note: Variable 'aBufSz[0]' is reassigned a value before the old one has been used.
tpaviot-oce-84bbc8c/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:136:5: note: Variable 'aBufSz[0]' is reassigned a value before the old one has been used.
tpaviot-oce-84bbc8c/src/BinMNaming/BinMNaming_NamedShapeDriver.cxx:111:16: style: Condition 'aShapeID<=0' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/BinMNaming/BinMNaming_NamedShapeDriver.cxx:106:29: note: Assignment 'aShapeID=0', assigned value is 0
tpaviot-oce-84bbc8c/src/BinMNaming/BinMNaming_NamedShapeDriver.cxx:111:16: note: Condition 'aShapeID<=0' is always true
tpaviot-oce-84bbc8c/src/BinMNaming/BinMNaming_NamingDriver.cxx:165:20: style: Condition 'aNbArgs>0' is always false [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/BinMNaming/BinMNaming_NamingDriver.cxx:160:32: note: Assignment 'aNbArgs=0', assigned value is 0
tpaviot-oce-84bbc8c/src/BinMNaming/BinMNaming_NamingDriver.cxx:165:20: note: Condition 'aNbArgs>0' is always false
tpaviot-oce-84bbc8c/src/BinMPrsStd/BinMPrsStd_AISPresentationDriver.cxx:59:13: style: Condition 'aValue!=-1' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/BinMPrsStd/BinMPrsStd_AISPresentationDriver.cxx:44:29: note: Assignment 'aValue=0', assigned value is 0
tpaviot-oce-84bbc8c/src/BinMPrsStd/BinMPrsStd_AISPresentationDriver.cxx:59:13: note: Condition 'aValue!=-1' is always true
tpaviot-oce-84bbc8c/src/BinMPrsStd/BinMPrsStd_AISPresentationDriver.cxx:65:13: style: Condition 'aValue!=-1' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/BinMPrsStd/BinMPrsStd_AISPresentationDriver.cxx:44:29: note: Assignment 'aValue=0', assigned value is 0
tpaviot-oce-84bbc8c/src/BinMPrsStd/BinMPrsStd_AISPresentationDriver.cxx:65:13: note: Condition 'aValue!=-1' is always true
tpaviot-oce-84bbc8c/src/BinMPrsStd/BinMPrsStd_AISPresentationDriver.cxx:84:13: style: Condition 'aValue!=-1' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/BinMPrsStd/BinMPrsStd_AISPresentationDriver.cxx:44:29: note: Assignment 'aValue=0', assigned value is 0
tpaviot-oce-84bbc8c/src/BinMPrsStd/BinMPrsStd_AISPresentationDriver.cxx:84:13: note: Condition 'aValue!=-1' is always true
tpaviot-oce-84bbc8c/src/Bisector/Bisector_BisecPC.cxx:643:3: style: Variable 'U1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/Bisector/Bisector_BisecPC.cxx:632:0: note: Variable 'U1' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/Bisector/Bisector_BisecPC.cxx:643:3: note: Variable 'U1' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/Bisector/Bisector_BisecPC.cxx:644:3: style: Variable 'U2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/Bisector/Bisector_BisecPC.cxx:632:0: note: Variable 'U2' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/Bisector/Bisector_BisecPC.cxx:644:3: note: Variable 'U2' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BlendFunc/BlendFunc_ChAsym.cxx:733:3: style: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BlendFunc/BlendFunc_ChAsym.cxx:723:3: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BlendFunc/BlendFunc_ChAsym.cxx:733:3: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BlendFunc/BlendFunc_ConstRad.cxx:819:3: style: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BlendFunc/BlendFunc_ConstRad.cxx:817:0: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BlendFunc/BlendFunc_ConstRad.cxx:819:3: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BlendFunc/BlendFunc_EvolRad.cxx:905:3: style: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/BlendFunc/BlendFunc_EvolRad.cxx:903:0: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/BlendFunc/BlendFunc_EvolRad.cxx:905:3: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:666:24: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:665:45: note: outer condition: Map->ToTest[l]>=l0
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:666:24: note: identical inner condition: Map->ToTest[l]>=l0
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:373:24: style: C-style pointer casting [cstyleCast]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:479:24: style: C-style pointer casting [cstyleCast]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:504:23: style: C-style pointer casting [cstyleCast]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:559:11: style: C-style pointer casting [cstyleCast]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:631:21: style: C-style pointer casting [cstyleCast]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:769:21: style: C-style pointer casting [cstyleCast]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:629:3: style: Variable 'touch' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:628:0: note: Variable 'touch' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:629:3: note: Variable 'touch' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:665:42: style: Array index 'l' is used before limits check. [arrayIndexThenCheck]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:196:13: warning: Member variable 'BSB_T3Bits::ind' is not initialized in the constructor. [uninitMemberVar]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:153:7: style: Technically the member function 'BSB_T3Bits::Val' can be const. [functionConst]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:156:20: style: Technically the member function 'BSB_T3Bits::NbAxisX' can be const. [functionConst]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:157:20: style: Technically the member function 'BSB_T3Bits::NbAxisY' can be const. [functionConst]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:158:20: style: Technically the member function 'BSB_T3Bits::NbAxisZ' can be const. [functionConst]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:160:27: style: Technically the member function 'BSB_T3Bits::GrilleInteger' can be const. [functionConst]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:170:15: style: Technically the member function 'BSB_T3Bits::IntegerGrille' can be const. [functionConst]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:208:3: style: Class 'BSB_T3Bits' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:208:3: style: Class 'BSB_T3Bits' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
tpaviot-oce-84bbc8c/src/Bnd/Bnd_BoundSortBox.cxx:143:3: style: Class 'BSB_T3Bits' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tpaviot-oce-84bbc8c/src/BooleanOperations/BooleanOperations_OnceExplorer.cxx:60:21: style: The scope of the variable 'anArrayOfBits' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/BooleanOperations/BooleanOperations_OnceExplorer.cxx:190:21: style: The scope of the variable 'anArrayOfBits' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/BooleanOperations/BooleanOperations_ShapesDataStructure.cxx:283:11: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
tpaviot-oce-84bbc8c/src/CGM/CGM_Driver.cxx:156:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
tpaviot-oce-84bbc8c/src/CGM/CGM_Driver.cxx:158:7: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/CGM/CGM_Driver.cxx:156:12: note: Found duplicate branches for 'if' and 'else'.
tpaviot-oce-84bbc8c/src/CGM/CGM_Driver.cxx:485:7: style: The scope of the variable 'Tab' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/CGM/CGM_Driver.cxx:514:34: style: The scope of the variable 'cpN' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/CGM/CGM_Driver.cxx:369:11: warning: Size of pointer 'WIDTHMAP' used instead of size of its data. [pointerSize]
tpaviot-oce-84bbc8c/src/CGM/cgmobin.c:1517:18: style: The scope of the variable 'chr' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/CGM/cgmochar.c:1761:7: style: Variable 'prec' is reassigned a value before the old one has been used. [redundantAssignment]
tpaviot-oce-84bbc8c/src/CGM/cgmochar.c:1760:7: note: Variable 'prec' is reassigned a value before the old one has been used.
tpaviot-oce-84bbc8c/src/CGM/cgmochar.c:1761:7: note: Variable 'prec' is reassigned a value before the old one has been used.
tpaviot-oce-84bbc8c/src/CGM/cgmochar.c:788:36: style: The scope of the variable 'type' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/CGM/cgmochar.c:788:42: style: The scope of the variable 'value' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/CGM/cgmochar.c:788:49: style: The scope of the variable 'k' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/CGM/cgmochar.c:788:52: style: The scope of the variable 'l' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/CGM/cgmochar.c:2178:27: style: The scope of the variable 'c' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/CGM/cgmotext.c:1048:17: style: The scope of the variable 'i' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/CGM/cgmotext.c:1051:9: style: The scope of the variable 'c' can be reduced. [variableScope]
tpaviot-oce-84bbc8c/src/ChFi2d/ChFi2d_Builder_0.cxx:620:27: style: Function 'ComputePoint' argument 3 names different: declaration 'D1' definition 'D'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/ChFi2d/ChFi2d_Builder_0.cxx:61:27: note: Function 'ComputePoint' argument 3 names different: declaration 'D1' definition 'D'.
tpaviot-oce-84bbc8c/src/ChFi2d/ChFi2d_Builder_0.cxx:620:27: note: Function 'ComputePoint' argument 3 names different: declaration 'D1' definition 'D'.
tpaviot-oce-84bbc8c/src/ChFi2d/ChFi2d_Builder_0.cxx:620:45: style: Function 'ComputePoint' argument 4 names different: declaration 'Param1' definition 'Param'. [funcArgNamesDifferent]
tpaviot-oce-84bbc8c/src/ChFi2d/ChFi2d_Builder_0.cxx:61:46: note: Function 'ComputePoint' argument 4 names different: declaration 'Param1' definition 'Param'.
tpaviot-oce-84bbc8c/src/ChFi2d/ChFi2d_Builder_0.cxx:620:45: note: Function 'ComputePoint' argument 4 names different: declaration 'Param1' definition 'Param'.
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_0.cxx:435:5: style: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_0.cxx:434:5: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_0.cxx:435:5: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_2.cxx:244:18: style: Redundant condition: issame. '!issame || (issame && isreallyclosed)' is equivalent to '!issame || isreallyclosed' [redundantCondition]
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_2.cxx:1353:7: style: Variable 'FindFace' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_2.cxx:1347:0: note: Variable 'FindFace' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_2.cxx:1353:7: note: Variable 'FindFace' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_C1.cxx:2263:18: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_C1.cxx:2261:21: note: outer condition: !prolface[nb-1]
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_C1.cxx:2263:18: note: opposite inner condition: prolface[nb-1]
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2233:4: style: Variable 'PI1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2231:0: note: Variable 'PI1' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2233:4: note: Variable 'PI1' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2234:4: style: Variable 'PI2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2231:0: note: Variable 'PI2' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2234:4: note: Variable 'PI2' is reassigned a value before the old one has been used if variable is no semaphore variable.
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_FilBuilder.cxx:1919:16: style: Condition 'Sens==1' is always true [knownConditionTrueFalse]
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_FilBuilder.cxx:1918:44: note: Assuming that condition 'Sens==1' is not redundant
tpaviot-oce-84bbc8c/src/ChFi3d/ChFi3d_FilBuilder.cxx:1919:16: note: Condition 'Sens==1' is always true
[12:25]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/o/ocfs2-tools/ocfs2-tools_1.8.5.orig.tar.gz
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/commands.c:886:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/commands.c:1197:17: style: The scope of the variable 'traverse' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/commands.c:1903:14: style: The scope of the variable 'testb_usage' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/commands.c:2110:31: style: The scope of the variable 'leaf_rb' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/commands.c:2242:8: style: The scope of the variable 'net_stats_usage' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/commands.c:1209:3: style: Variable 'traverse' is assigned a value that is never used. [unreadVariable]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:1171:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:276:3: warning: Either the condition 'if(flags)' is redundant or there is possible null pointer dereference: flags. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:351:5: note: Assuming that condition 'if(flags)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:276:3: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:279:3: warning: Either the condition 'if(dyn_features)' is redundant or there is possible null pointer dereference: dyn_features. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:353:5: note: Assuming that condition 'if(dyn_features)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:279:3: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:655:53: warning: Either the condition 'if(flags)' is redundant or there is possible null pointer dereference: flags. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:664:5: note: Assuming that condition 'if(flags)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:655:53: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:754:32: warning: Either the condition 'if(jstr)' is redundant or there is possible null pointer dereference: jstr. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:756:5: note: Assuming that condition 'if(jstr)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:754:32: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:629:2: style: Variable 'flags' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:627:0: note: Variable 'flags' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:629:2: note: Variable 'flags' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:750:2: style: Variable 'jstr' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:748:0: note: Variable 'jstr' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:750:2: note: Variable 'jstr' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:830:2: style: Variable 'tagflg' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:820:0: note: Variable 'tagflg' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:830:2: note: Variable 'tagflg' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:511:23: style: The scope of the variable 'di' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:512:7: style: The scope of the variable 'perms' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:513:7: style: The scope of the variable 'timestr' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:567:26: style: The scope of the variable 'dirent' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:610:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:822:23: style: The scope of the variable 'tag' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:907:29: style: The scope of the variable 'xh' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:1047:36: style: The scope of the variable 'hb' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:1129:17: portability: '(void*)xh' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump.c:1280:19: portability: '(void*)in' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:258:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:258:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:315:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:315:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:70:2: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:67:0: note: Variable 'action' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:70:2: note: Variable 'action' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:132:2: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:129:0: note: Variable 'state' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:132:2: note: Variable 'state' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:133:2: style: Variable 'lists' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:128:0: note: Variable 'lists' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:133:2: note: Variable 'lists' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:246:2: style: Variable 'lock' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:241:0: note: Variable 'lock' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:246:2: note: Variable 'lock' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:418:7: style: The scope of the variable 'debugfs_path' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:253:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:310:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:407:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_dlm_locks.c:280:10: error: Uninitialized variable: queue [uninitvar]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_fs_locks.c:157:3: warning: %hhx in format string (no. 1) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_fs_locks.c:405:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_fs_locks.c:397:11: style: The scope of the variable 'v3' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_fs_locks.c:436:7: style: The scope of the variable 'debugfs_path' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_fs_locks.c:302:8: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_net_stats.c:40:24: style: The scope of the variable 'p' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_net_stats.c:153:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/dump_net_stats.c:170:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/find_block_inode.c:335:14: warning: Either the condition '0>=count' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/find_block_inode.c:344:12: note: Assuming that condition '0>=count' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/find_block_inode.c:335:14: note: Invalid argument
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/journal.c:35:8: style: The scope of the variable 'block' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/journal.c:38:20: style: The scope of the variable 'header' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/main.c:157:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/main.c:189:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/main.c:294:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/main.c:402:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/main.c:403:17: style: The scope of the variable 'd' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/utils.c:190:9: style: The scope of the variable 'out' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/utils.c:802:6: style: The scope of the variable 'start' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/utils.c:803:6: style: The scope of the variable 'free_bits' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/utils.c:821:9: style: The scope of the variable 'free_bits' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/utils.c:821:20: style: The scope of the variable 'start' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/utils.c:980:18: style: The scope of the variable 's' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/utils.c:996:18: style: The scope of the variable 's' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/utils.c:997:20: style: The scope of the variable 'iter' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/debugfs.ocfs2/utils.c:997:27: style: The scope of the variable 'iter2' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/extras/check_metaecc.c:283:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/extras/check_metaecc.c:278:2: note: Variable 'err' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/extras/check_metaecc.c:283:2: note: Variable 'err' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/extras/compute_groups.c:51:11: style: The scope of the variable 'cpg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/extras/find_allocation_fragments.c:226:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/extras/find_allocation_fragments.c:226:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/extras/find_allocation_fragments.c:80:26: style: The scope of the variable 'free' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/dirblocks.c:123:25: style: The scope of the variable 'dbe' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/dirblocks.c:191:25: style: The scope of the variable 'dbe' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/dirblocks.c:193:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/dirparents.c:92:21: style: The scope of the variable 'dp' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/extent.c:217:27: style: The scope of the variable 'er' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/extent.c:220:11: style: The scope of the variable 'clusters' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/icount.c:51:15: style: The scope of the variable 'tmp_in' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/icount.c:233:15: style: The scope of the variable 'in' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/journal.c:129:15: warning: Either the condition 'if(re&&!seq_gt(seq,re->r_seq))' is redundant or there is possible null pointer dereference: re. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/journal.c:137:7: note: Assuming that condition 'if(re&&!seq_gt(seq,re->r_seq))' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/journal.c:129:15: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/journal.c:131:20: warning: Either the condition 'if(re&&!seq_gt(seq,re->r_seq))' is redundant or there is possible null pointer dereference: re. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/journal.c:137:7: note: Assuming that condition 'if(re&&!seq_gt(seq,re->r_seq))' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/journal.c:131:20: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/journal.c:124:23: style: The scope of the variable 're' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/journal.c:149:23: style: The scope of the variable 're' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/journal.c:204:23: style: The scope of the variable 'tag' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass0.c:77:6: style: The scope of the variable 'start' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass0.c:78:6: style: The scope of the variable 'free_bits' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1.c:678:21: style: The scope of the variable 'link_max' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1.c:679:8: style: The scope of the variable 'null' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1b.c:163:22: style: The scope of the variable 'dc' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1b.c:208:20: style: The scope of the variable 'di' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1b.c:483:28: style: The scope of the variable 'xe' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1b.c:864:6: style: The scope of the variable 'copied' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1b.c:1044:28: style: The scope of the variable 'dco' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1b.c:1045:20: style: The scope of the variable 'di' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1b.c:1196:27: style: The scope of the variable 'write_len' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1b.c:1546:22: style: The scope of the variable 'dc' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1b.c:493:16: portability: '(void*)xh' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/pass1b.c:657:20: portability: '(void*)pc->di' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/refcount.c:336:24: style: The scope of the variable 'ref_tree' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/refcount.c:507:18: style: The scope of the variable 'node' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/refcount.c:565:18: style: The scope of the variable 'node' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/strings.c:48:23: style: The scope of the variable 'se' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/strings.c:49:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/strings.c:79:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/strings.c:134:23: style: The scope of the variable 'se' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/util.c:333:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/util.c:333:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/util.c:333:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:125:2: style: Variable 'ua' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:123:0: note: Variable 'ua' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:125:2: note: Variable 'ua' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:473:2: style: Variable 'bucket_buf' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:465:0: note: Variable 'bucket_buf' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:473:2: note: Variable 'bucket_buf' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:737:2: style: Variable 'xh' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:730:0: note: Variable 'xh' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:737:2: note: Variable 'xh' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:417:11: style: The scope of the variable 'min_offs' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:417:21: style: The scope of the variable 'total_len' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:466:29: style: The scope of the variable 'xh' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:327:15: portability: '(void*)xh' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:395:17: portability: '(void*)xh' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/fsck.ocfs2/xattr.c:738:16: portability: '(void*)di' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/chain.c:285:9: warning: Either the condition 'if(buf)' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/chain.c:308:4: note: Assuming that condition 'if(buf)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/chain.c:285:9: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/extent.c:127:11: style: The scope of the variable 'oldno' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/extent.c:128:11: style: The scope of the variable 'oldblkno' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:291:18: warning: Either the condition 'if(buf)' is redundant or there is possible null pointer dereference: bg. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:303:5: note: Assuming that condition 'if(buf)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:289:7: note: Assignment 'bg=(struct ocfs2_group_desc*)buf', assigned value is 0
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:291:18: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:292:2: warning: Either the condition 'if(buf)' is redundant or there is possible null pointer dereference: bg. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:303:5: note: Assuming that condition 'if(buf)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:289:7: note: Assignment 'bg=(struct ocfs2_group_desc*)buf', assigned value is 0
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:292:2: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:301:33: warning: Either the condition 'if(buf)' is redundant or there is possible null pointer dereference: bg. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:303:5: note: Assuming that condition 'if(buf)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:289:7: note: Assignment 'bg=(struct ocfs2_group_desc*)buf', assigned value is 0
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/group.c:301:33: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:203:3: warning: Either the condition 'if(buf)' is redundant or there is possible null pointer dereference: di. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:209:6: note: Assuming that condition 'if(buf)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:201:8: note: Assignment 'di=(struct ocfs2_dinode*)buf', assigned value is 0
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:203:3: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:294:2: warning: Either the condition 'if(buf)' is redundant or there is possible null pointer dereference: di. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:303:5: note: Assuming that condition 'if(buf)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:292:7: note: Assignment 'di=(struct ocfs2_dinode*)buf', assigned value is 0
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:294:2: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:180:11: style: The scope of the variable 'clusters' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:183:23: style: The scope of the variable 'di' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:315:23: style: The scope of the variable 'di' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:365:23: style: The scope of the variable 'di' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/inode.c:366:11: style: The scope of the variable 'max_inline_sz' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:128:3: warning: Either the condition 'if(tmp_buf)' is redundant or there is possible null pointer dereference: tmp_jsb. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:137:6: note: Assuming that condition 'if(tmp_buf)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:126:13: note: Assignment 'tmp_jsb=(journal_superblock_t*)tmp_buf', assigned value is 0
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:128:3: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:129:3: warning: Either the condition 'if(tmp_buf)' is redundant or there is possible null pointer dereference: tmp_jsb. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:137:6: note: Assuming that condition 'if(tmp_buf)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:126:13: note: Assignment 'tmp_jsb=(journal_superblock_t*)tmp_buf', assigned value is 0
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:129:3: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:130:3: warning: Either the condition 'if(tmp_buf)' is redundant or there is possible null pointer dereference: tmp_jsb. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:137:6: note: Assuming that condition 'if(tmp_buf)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:126:13: note: Assignment 'tmp_jsb=(journal_superblock_t*)tmp_buf', assigned value is 0
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/journal.c:130:3: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/symlink.c:97:9: warning: Either the condition 'if(buf)' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/symlink.c:109:5: note: Assuming that condition 'if(buf)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/symlink.c:97:9: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/symlink.c:103:2: warning: Either the condition 'if(cinode)' is redundant or there is possible null pointer dereference: cinode. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/symlink.c:111:5: note: Assuming that condition 'if(cinode)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/fswreck/symlink.c:103:2: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/client_proto.c:144:11: warning: Either the condition '!p' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/client_proto.c:143:7: note: Assuming that condition '!p' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/client_proto.c:144:11: note: Null pointer addition
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/client_proto.c:135:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/client_proto.c:131:0: note: Variable 'p' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/client_proto.c:135:2: note: Variable 'p' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/client_proto.c:104:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/client_proto.c:64:21: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/client_proto.c:86:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/o2cb_abi.c:370:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/o2cb_abi.c:392:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/o2cb_abi.c:451:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/o2cb_abi.c:2235:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/o2cb_abi.c:2572:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/o2cb_abi.c:373:24: portability: 'bytes' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libo2cb/o2cb_abi.c:396:25: portability: 'bytes' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libo2dlm/o2dlm.c:321:25: style: The scope of the variable 'lockres' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libo2dlm/o2dlm.c:406:26: style: The scope of the variable 'bast' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/alloc.c:170:15: style: The scope of the variable 'tl_recs' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/backup_super.c:36:11: style: The scope of the variable 'blkno' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/bitmap.c:313:30: style: The scope of the variable 'br' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/bitmap.c:587:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/bitmap.c:621:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/bitmap.c:830:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/bitmap.c:887:39: style: The scope of the variable 'alloc_bits' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/bitops.c:92:6: style: The scope of the variable 'set' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/bitops.c:130:6: style: The scope of the variable 'set' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/bitops.c:166:20: style: The scope of the variable 'found' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/blockcheck.c:113:18: style: The scope of the variable 'b' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/chainalloc.c:272:14: style: The scope of the variable 'end' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/checkhb.c:150:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/checkhb.c:145:0: note: Variable 'fd' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/checkhb.c:150:2: note: Variable 'fd' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:76:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:68:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:76:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:294:2: style: Variable 'dx_leaves_buf' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:292:0: note: Variable 'dx_leaves_buf' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:294:2: note: Variable 'dx_leaves_buf' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:376:2: style: Variable 'dx_leaves' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:370:0: note: Variable 'dx_leaves' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:376:2: note: Variable 'dx_leaves' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:99:12: style: The scope of the variable 'this_hole' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:829:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:829:36: portability: 'base+c' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:831:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:833:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:839:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:843:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:843:36: portability: 'base+c' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:845:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_indexed.c:847:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_iterate.c:51:26: style: The scope of the variable 'dirent' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dir_iterate.c:288:15: style: Checking if unsigned variable 'blockcnt' is less than zero. [unsignedLessThanZero]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dirblock.c:118:15: style: The scope of the variable 'name_len' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/dirblock.c:118:25: style: The scope of the variable 'rec_len' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_map.c:319:2: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_map.c:316:0: note: Variable 'el' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_map.c:319:2: note: Variable 'el' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_map.c:44:27: style: The scope of the variable 'rec' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1223:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1219:0: note: Variable 'path' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1223:2: note: Variable 'path' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1618:2: style: Variable 'left_path' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1614:0: note: Variable 'left_path' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1618:2: note: Variable 'left_path' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:2502:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:2497:3: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:2502:3: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:2540:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:2539:4: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:2540:4: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:4129:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:4127:0: note: Variable 'path' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:4129:2: note: Variable 'path' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:535:11: style: The scope of the variable 'rec_end' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:535:20: style: The scope of the variable 'rec_start' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:535:31: style: The scope of the variable 'clusters' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:928:45: style: The scope of the variable 'num_bytes' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:930:27: style: The scope of the variable 'rec' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:996:6: style: The scope of the variable 'size' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1347:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1350:27: style: The scope of the variable 'left_rec' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1350:38: style: The scope of the variable 'right_rec' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1758:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1761:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:1826:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:2322:15: style: The scope of the variable 'size' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:2948:9: style: The scope of the variable 'next_free' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:2950:27: style: The scope of the variable 'rec' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:3057:33: style: The scope of the variable 'tmprec' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extent_tree.c:3422:27: style: The scope of the variable 'rec' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extents.c:446:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extents.c:318:13: style: Function 'extent_iterate_eb' argument 2 names different: declaration 'tree_depth' definition 'ref_tree_depth'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extents.c:232:13: note: Function 'extent_iterate_eb' argument 2 names different: declaration 'tree_depth' definition 'ref_tree_depth'.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/extents.c:318:13: note: Function 'extent_iterate_eb' argument 2 names different: declaration 'tree_depth' definition 'ref_tree_depth'.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/feature_string.c:637:37: style: The scope of the variable 'arg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/feature_string.c:638:9: style: The scope of the variable 'reverse' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/fileio.c:301:29: style: The scope of the variable 'p_end' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/fileio.c:302:11: style: The scope of the variable 'begin_blocks' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/fileio.c:302:29: style: The scope of the variable 'end_blocks' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/image.c:273:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/inode.c:251:16: portability: '(void*)di' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/inode.c:278:16: portability: '(void*)di' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/ismounted.c:245:20: style: The scope of the variable 'cp' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/ismounted.c:173:12: style: Unused variable: retval [unusedVariable]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/ismounted.c:300:14: style: Unused variable: st_buf [unusedVariable]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/ismounted.c:302:7: style: Unused variable: fd [unusedVariable]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/link.c:59:15: style: The scope of the variable 'min_rec_len' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/memory.c:86:8: style: The scope of the variable 'p' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/openfs.c:55:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/quota.c:123:6: style: Condition '!err' is always true [knownConditionTrueFalse]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/quota.c:118:18: note: Assignment 'err=0', assigned value is 0
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/quota.c:123:6: note: Condition '!err' is always true
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/quota.c:317:6: style: Condition 'close_scan' is always true [knownConditionTrueFalse]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/quota.c:276:15: note: Assignment 'close_scan=1', assigned value is 1
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/quota.c:317:6: note: Condition 'close_scan' is always true
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/refcount.c:718:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/refcount.c:716:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/refcount.c:718:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/refcount.c:1982:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/refcount.c:1974:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/refcount.c:1982:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:135:2: style: Variable 'iocb' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:129:0: note: Variable 'iocb' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:135:2: note: Variable 'iocb' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:136:2: style: Variable 'iocbs' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:129:0: note: Variable 'iocbs' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:136:2: note: Variable 'iocbs' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:137:2: style: Variable 'events' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:130:0: note: Variable 'events' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:137:2: note: Variable 'events' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:278:25: style: The scope of the variable 'icb' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:539:25: style: The scope of the variable 'icb' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:144:3: error: Memory leak: iocb [memleak]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:144:3: error: Memory leak: iocbs [memleak]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/unix_io.c:144:3: error: Memory leak: events [memleak]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/xattr.c:126:8: style: The scope of the variable 'value' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/xattr.c:168:8: style: The scope of the variable 'value' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/xattr.c:531:9: style: The scope of the variable 'value_offset' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/xattr.c:531:23: style: The scope of the variable 'block_offset' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/xattr.c:534:8: style: The scope of the variable 'value_buf' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libocfs2/xattr.c:535:8: style: The scope of the variable 'value' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/progress.c:145:25: style: The scope of the variable 'prog' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/progress.c:185:25: style: The scope of the variable 'prog' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/progress.c:376:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/progress.c:377:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/scandisk.c:550:8: style: The scope of the variable 'f' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/scandisk.c:583:8: style: The scope of the variable 'f' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/scandisk.c:613:6: style: The scope of the variable 'n' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/scandisk.c:613:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/scandisk.c:284:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/scandisk.c:355:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/scandisk.c:447:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/libtools-internal/scandisk.c:501:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/listuuid/listuuid.c:100:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/listuuid/listuuid.c:73:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2076:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2076:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2719:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2717:0: note: Variable 'buf' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2719:2: note: Variable 'buf' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2983:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2981:0: note: Variable 'buf' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2983:2: note: Variable 'buf' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:294:26: style: The scope of the variable 'de' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:470:6: style: The scope of the variable 'num' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:878:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:882:44: style: The scope of the variable 'uuid_p' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:1246:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:1313:37: style: The scope of the variable 'arg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:1316:6: style: The scope of the variable 'invert' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:1544:25: style: The scope of the variable 'cluster_size_bits' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:1545:11: style: The scope of the variable 'volume_size' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2162:22: style: The scope of the variable 'end_bit' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2716:27: style: The scope of the variable 'gd' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2931:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2238:44: portability: 'dir->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2269:15: portability: 'new_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:2664:40: portability: 'dir->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/mkfs.ocfs2/mkfs.c:1822:18: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:269:14: style: The scope of the variable 'opts' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:269:21: style: The scope of the variable 's' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:220:32: style: Function 'getmntdirbackward' argument 1 names different: declaration 'dir' definition 'name'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.h:15:50: note: Function 'getmntdirbackward' argument 1 names different: declaration 'dir' definition 'name'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:220:32: note: Function 'getmntdirbackward' argument 1 names different: declaration 'dir' definition 'name'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:220:56: style: Function 'getmntdirbackward' argument 2 names different: declaration 'mc' definition 'mcprev'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.h:15:73: note: Function 'getmntdirbackward' argument 2 names different: declaration 'mc' definition 'mcprev'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:220:56: note: Function 'getmntdirbackward' argument 2 names different: declaration 'mc' definition 'mcprev'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:237:32: style: Function 'getmntdevbackward' argument 1 names different: declaration 'dev' definition 'name'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.h:16:50: note: Function 'getmntdevbackward' argument 1 names different: declaration 'dev' definition 'name'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:237:32: note: Function 'getmntdevbackward' argument 1 names different: declaration 'dev' definition 'name'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:237:56: style: Function 'getmntdevbackward' argument 2 names different: declaration 'mc' definition 'mcprev'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.h:16:73: note: Function 'getmntdevbackward' argument 2 names different: declaration 'mc' definition 'mcprev'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:237:56: note: Function 'getmntdevbackward' argument 2 names different: declaration 'mc' definition 'mcprev'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:576:26: style: Function 'update_mtab' argument 1 names different: declaration 'special' definition 'dir'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.h:29:31: note: Function 'update_mtab' argument 1 names different: declaration 'special' definition 'dir'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:576:26: note: Function 'update_mtab' argument 1 names different: declaration 'special' definition 'dir'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:576:49: style: Function 'update_mtab' argument 2 names different: declaration 'with' definition 'instead'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.h:29:58: note: Function 'update_mtab' argument 2 names different: declaration 'with' definition 'instead'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/fstab.c:576:49: note: Function 'update_mtab' argument 2 names different: declaration 'with' definition 'instead'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/mount.ocfs2.c:269:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/mount.ocfs2.c:267:3: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/mount.ocfs2.c:269:3: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/mount.ocfs2.c:56:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/opts.c:121:6: style: The scope of the variable 'lth' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/opts.c:171:8: style: The scope of the variable 'uidbuf' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/opts.c:182:8: style: The scope of the variable 'gidbuf' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/realpath.c:36:55: style: Function 'myrealpath' argument 3 names different: declaration 'm' definition 'maxreslth'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/realpath.h:1:68: note: Function 'myrealpath' argument 3 names different: declaration 'm' definition 'maxreslth'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/realpath.c:36:55: note: Function 'myrealpath' argument 3 names different: declaration 'm' definition 'maxreslth'.
ocfs2-tools-ocfs2-tools-1.8.5/mount.ocfs2/sundries.c:205:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ocfs2-tools-ocfs2-tools-1.8.5/mounted.ocfs2/mounted.c:100:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocfs2-tools-ocfs2-tools-1.8.5/mounted.ocfs2/mounted.c:65:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mounted.ocfs2/mounted.c:107:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mounted.ocfs2/mounted.c:113:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mounted.ocfs2/mounted.c:178:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mounted.ocfs2/mounted.c:504:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mounted.ocfs2/mounted.c:509:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/mounted.ocfs2/mounted.c:457:23: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/jconfig.c:916:20: style: The scope of the variable 'cfs' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/jconfig.c:1104:12: style: The scope of the variable 'orig_data' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/jconfig.c:1369:20: style: The scope of the variable 'cfs' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/jconfig.c:1370:12: style: The scope of the variable 'value' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/jconfig.c:1371:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/jconfig.c:1699:20: style: The scope of the variable 'cfs' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/jconfig.c:1579:49: style: Function 'j_config_free_stanza_proxy' argument 1 names different: declaration 'data' definition 'elem_data'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/jconfig.c:168:49: note: Function 'j_config_free_stanza_proxy' argument 1 names different: declaration 'data' definition 'elem_data'.
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/jconfig.c:1579:49: note: Function 'j_config_free_stanza_proxy' argument 1 names different: declaration 'data' definition 'elem_data'.
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/jconfig.c:1411:42: warning: Char literal compared with pointer 'matches[i].value'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_config.c:299:18: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_config.c:405:15: style: The scope of the variable 'node' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_config.c:406:20: style: The scope of the variable 'hb' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_config.c:577:15: style: The scope of the variable 'node' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_config.c:578:20: style: The scope of the variable 'hb' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_config.c:661:18: style: The scope of the variable 'cluster' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_config.c:751:20: style: The scope of the variable 'hb' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_config.c:828:15: style: The scope of the variable 'node' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_config.c:848:15: style: The scope of the variable 'node' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:950:5: style: Variable 'cluster_name' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:945:0: note: Variable 'cluster_name' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:950:5: note: Variable 'cluster_name' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:143:17: style: The scope of the variable 'attr' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:166:17: style: The scope of the variable 'attr' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:209:17: style: The scope of the variable 'attr' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:229:17: style: The scope of the variable 'attr' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:256:17: style: The scope of the variable 'attr' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:636:18: style: The scope of the variable 'cluster' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:637:12: style: The scope of the variable 'name' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:680:16: style: The scope of the variable 'iter' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:681:18: style: The scope of the variable 'cluster' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:682:15: style: The scope of the variable 'node' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:683:12: style: The scope of the variable 'name' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:994:18: style: The scope of the variable 'val' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:1031:18: style: The scope of the variable 'cluster' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:1121:18: style: The scope of the variable 'cluster' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_ctl.c:1123:12: style: The scope of the variable 'name' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_scandisk.c:64:21: style: The scope of the variable 'hb' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cb_scandisk.c:107:21: style: The scope of the variable 'hb' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cbtool.c:156:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cbutils.c:70:6: warning: Either the condition 'if(regions)' is redundant or there is possible null pointer dereference: regions. [nullPointerRedundantCheck]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cbutils.c:73:5: note: Assuming that condition 'if(regions)' is not redundant
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/o2cbutils.c:70:6: note: Null pointer dereference
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_lists.c:141:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_lists.c:138:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_lists.c:141:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_lists.c:58:17: style: The scope of the variable 'hb' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_lists.c:60:9: style: The scope of the variable 'region' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_lists.c:81:12: style: The scope of the variable 'node' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_lists.c:83:9: style: The scope of the variable 'nodename' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_lists.c:83:20: style: The scope of the variable 'ip' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_lists.c:175:15: style: The scope of the variable 'cluster' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_lists.c:176:9: style: The scope of the variable 'clustername' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_register.c:230:2: style: Variable 'hbmode' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_register.c:227:0: note: Variable 'hbmode' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_register.c:230:2: note: Variable 'hbmode' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2cb_ctl/op_start.c:49:22: style: The scope of the variable 'od' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/libo2info.c:487:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/libo2info.c:487:3: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/libo2info.c:42:2: style: Variable 'sb' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/libo2info.c:38:0: note: Variable 'sb' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2info/libo2info.c:42:2: note: Variable 'sb' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2info/libo2info.c:57:2: style: Variable 'sb' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/libo2info.c:53:0: note: Variable 'sb' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2info/libo2info.c:57:2: note: Variable 'sb' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2info/o2info.c:484:25: style: The scope of the variable 'task' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:494:2: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:724:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:725:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:726:2: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:761:4: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:937:2: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:167:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:164:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:167:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:168:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:164:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:168:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:91:12: style: The scope of the variable 'reqs' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:92:29: style: The scope of the variable 'req' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/operations.c:722:26: style: The scope of the variable 'end' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/utils.c:409:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/utils.c:463:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/utils.c:464:7: style: The scope of the variable 'link' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/utils.c:465:7: style: The scope of the variable 'tmp_path' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/utils.c:309:39: style: Function 'o2info_gid2name' argument 2 names different: declaration 'name' definition 'gname'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/o2info/utils.h:31:39: note: Function 'o2info_gid2name' argument 2 names different: declaration 'name' definition 'gname'.
ocfs2-tools-ocfs2-tools-1.8.5/o2info/utils.c:309:39: note: Function 'o2info_gid2name' argument 2 names different: declaration 'name' definition 'gname'.
ocfs2-tools-ocfs2-tools-1.8.5/o2monitor/o2hbmonitor.c:103:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/o2monitor/o2hbmonitor.c:100:0: note: Variable 'fd' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2monitor/o2hbmonitor.c:103:2: note: Variable 'fd' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2monitor/o2hbmonitor.c:193:2: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/o2monitor/o2hbmonitor.c:186:0: note: Variable 'dir' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2monitor/o2hbmonitor.c:193:2: note: Variable 'dir' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/o2monitor/o2hbmonitor.c:264:13: style: The scope of the variable 'warn_count' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/o2monitor/o2hbmonitor.c:366:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/ckpt.c:473:3: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/cpg.c:412:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/cpg.c:374:17: style: The scope of the variable 'cg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/cpg.c:443:17: style: The scope of the variable 'cg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/cpg.c:461:17: style: The scope of the variable 'cg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/cpg.c:567:17: style: The scope of the variable 'cg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/dlmcontrol.c:101:24: style: The scope of the variable 'df' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/dlmcontrol.c:116:34: style: The scope of the variable 'dn' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/dlmcontrol.c:144:34: style: The scope of the variable 'dn' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/dlmcontrol.c:191:24: style: The scope of the variable 'df' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/main.c:1113:6: style: The scope of the variable 'optchar' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/main.c:319:3: error: Memory leak: new_client [memleak]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/main.c:319:3: error: Memory leak: new_pollfd [memleak]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/mount.c:97:21: style: The scope of the variable 'mg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/mount.c:112:21: style: The scope of the variable 'mg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/mount.c:190:18: style: The scope of the variable 'ms' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/mount.c:204:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/mount.c:569:21: style: The scope of the variable 'mg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/mount.c:578:15: style: Function 'start_mount' argument 5 names different: declaration 'mountpoint' definition 'service'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/ocfs2_controld.h:114:19: note: Function 'start_mount' argument 5 names different: declaration 'mountpoint' definition 'service'.
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/mount.c:578:15: note: Function 'start_mount' argument 5 names different: declaration 'mountpoint' definition 'service'.
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/mount.c:670:18: style: Function 'complete_mount' argument 5 names different: declaration 'mountpoint' definition 'service'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/ocfs2_controld.h:116:18: note: Function 'complete_mount' argument 5 names different: declaration 'mountpoint' definition 'service'.
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/mount.c:670:18: note: Function 'complete_mount' argument 5 names different: declaration 'mountpoint' definition 'service'.
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/mount.c:796:64: style: Function 'remove_mount' argument 4 names different: declaration 'mountpoint' definition 'service'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/ocfs2_controld.h:117:64: note: Function 'remove_mount' argument 4 names different: declaration 'mountpoint' definition 'service'.
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_controld/mount.c:796:64: note: Function 'remove_mount' argument 4 names different: declaration 'mountpoint' definition 'service'.
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_hb_ctl/ocfs2_hb_ctl.c:353:7: style: The scope of the variable 'level_arg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_hb_ctl/ocfs2_hb_ctl.c:353:22: style: The scope of the variable 'pid_arg' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2_hb_ctl/ocfs2_hb_ctl.c:412:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2cdsl/ocfs2cdsl.c:137:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2cdsl/ocfs2cdsl.c:247:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2cdsl/ocfs2cdsl.c:392:6: style: The scope of the variable 'len' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2cdsl/ocfs2cdsl.c:461:6: style: The scope of the variable 'len' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2cdsl/ocfs2cdsl.c:729:41: style: The scope of the variable 'quoted' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2cdsl/ocfs2cdsl.c:729:50: style: The scope of the variable 'dir' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/devname.c:276:17: style: The scope of the variable 'last' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/devname.c:249:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/devno.c:180:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/devno.c:184:4: note: Found duplicate branches for 'if' and 'else'.
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/devno.c:180:2: note: Found duplicate branches for 'if' and 'else'.
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/getsize.c:74:0: style: Variable 'valid_blkgetsize64' is assigned a value that is never used. [unreadVariable]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/getsize.c:78:21: style: Unused variable: size64 [unusedVariable]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/getsize.c:79:16: style: Unused variable: size [unusedVariable]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/llseek.c:126:60: style: Function 'blkid_llseek' argument 3 names different: declaration 'whence' definition 'origin'. [funcArgNamesDifferent]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/blkidP.h:213:67: note: Function 'blkid_llseek' argument 3 names different: declaration 'whence' definition 'origin'.
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/llseek.c:126:60: note: Function 'blkid_llseek' argument 3 names different: declaration 'whence' definition 'origin'.
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/probe.c:73:7: style: The scope of the variable 'str' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/blkid/read.c:413:13: style: Array index 'end' is used before limits check. [arrayIndexThenCheck]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/ocfs2interface/ocfs2module.c:811:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/ocfs2interface/ocfsplist.c:172:16: style: The scope of the variable 'f' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/ocfs2interface/ocfsplist.c:173:27: style: The scope of the variable 'proc' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/ocfs2interface/ocfsplist.c:173:34: style: The scope of the variable 'd' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/ocfs2interface/ocfsplist.c:285:29: style: The scope of the variable 'last' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/ocfs2interface/plistmodule.c:47:22: style: The scope of the variable 'val' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/ocfs2interface/plistmodule.c:82:7: style: Variable 'pos' is modified but its new value is never used. [unreadVariable]
ocfs2-tools-ocfs2-tools-1.8.5/ocfs2console/ocfs2interface/plistmodule.c:152:7: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
ocfs2-tools-ocfs2-tools-1.8.5/sizetest/sizetest.c:54:2: portability: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/sizetest/sizetest.c:66:9: portability: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/sizetest/sizetest.c:81:9: portability: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/sizetest/sizetest.c:96:9: portability: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/sizetest/sizetest.c:114:9: portability: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/sizetest/sizetest.c:150:9: portability: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/sizetest/sizetest.c:164:9: portability: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/sizetest/sizetest.c:220:9: portability: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/sizetest/sizetest.c:234:9: portability: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/sizetest/sizetest.c:258:9: portability: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_metaecc.c:98:23: style: The scope of the variable 'block' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_metaecc.c:116:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_metaecc.c:132:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_metaecc.c:326:33: style: The scope of the variable 'tc' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_refcount.c:60:25: style: The scope of the variable 'ref_blk' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_sparse_files.c:203:22: style: The scope of the variable 'file' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_sparse_files.c:428:20: style: The scope of the variable 'hole' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_xattr.c:229:2: style: Variable 'xh' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_xattr.c:227:0: note: Variable 'xh' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_xattr.c:229:2: note: Variable 'xh' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_xattr.c:266:2: style: Variable 'prog' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_xattr.c:264:0: note: Variable 'prog' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_xattr.c:266:2: note: Variable 'prog' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_xattr.c:261:22: style: The scope of the variable 'xdi' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_xattr.c:66:17: portability: '(void*)xh' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/feature_xattr.c:230:16: portability: '(void*)di' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/libocfs2ne.c:2143:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/libocfs2ne.c:908:15: style: The scope of the variable 'real_rec_len' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/libocfs2ne.c:973:34: style: The scope of the variable 'db' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/libocfs2ne.c:990:34: style: The scope of the variable 'db' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/libocfs2ne.c:1153:25: style: The scope of the variable 'tp' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/libocfs2ne.c:1453:6: style: The scope of the variable 'start' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/o2cluster.c:121:2: style: Variable 'tokens' is reassigned a value before the old one has been used. [redundantAssignment]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/o2cluster.c:115:0: note: Variable 'tokens' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/o2cluster.c:121:2: note: Variable 'tokens' is reassigned a value before the old one has been used.
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/ocfs2ne.c:343:32: style: The scope of the variable 'jopt' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/ocfs2ne.c:358:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/ocfs2ne.c:359:37: style: The scope of the variable 'val' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/ocfs2ne.c:361:32: style: The scope of the variable 'jopt' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/ocfs2ne.c:725:24: style: The scope of the variable 'opt' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/ocfs2ne.c:1021:27: style: The scope of the variable 'op' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/ocfs2ne.c:1051:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/ocfs2ne.c:1056:6: style: The scope of the variable 'open_flags' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/op_list_sparse_files.c:70:26: style: The scope of the variable 'file' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/op_reset_uuid.c:56:8: style: The scope of the variable 'uuid_p' can be reduced. [variableScope]
ocfs2-tools-ocfs2-tools-1.8.5/tunefs.ocfs2/op_resize_volume.c:700:9: style: The scope of the variable 'len' can be reduced. [variableScope]
[12:25]

ftp://ftp.se.debian.org/debian/pool/main/o/ocl-icd/ocl-icd_2.2.3.orig.tar.gz
ocl-icd-2.2.3/ocl_icd_loader.c:289:7: error: Common realloc mistake: '_picds' nulled but not freed upon failure [memleakOnRealloc]
ocl-icd-2.2.3/ocl_icd_loader.c:519:5: error: Common realloc mistake: '_icds' nulled but not freed upon failure [memleakOnRealloc]
ocl-icd-2.2.3/ocl_test.c:102:3: warning: Size of pointer 'platforms' used instead of size of its data. [pointerSize]
ocl-icd-2.2.3/ocl_test_icdl.c:59:3: style: Variable 'clGetICDLoaderInfoOCLICD' is reassigned a value before the old one has been used. [redundantAssignment]
ocl-icd-2.2.3/ocl_test_icdl.c:56:0: note: Variable 'clGetICDLoaderInfoOCLICD' is reassigned a value before the old one has been used.
ocl-icd-2.2.3/ocl_test_icdl.c:59:3: note: Variable 'clGetICDLoaderInfoOCLICD' is reassigned a value before the old one has been used.
[12:25]

ftp://ftp.se.debian.org/debian/pool/main/o/oclgrind/oclgrind_18.3.orig.tar.gz
Oclgrind-18.3/src/core/Context.cpp:154:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:175:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:219:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:227:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:232:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:242:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:250:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:260:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:268:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:278:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:283:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:289:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:297:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:307:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:312:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:318:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:324:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:330:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:336:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:341:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:346:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:351:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:356:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Context.cpp:559:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkItem.h:37:5: warning: Member variable 'BuiltinFunction::func' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/WorkItem.h:37:5: warning: Member variable 'BuiltinFunction::op' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/common.h:275:13: performance: Variable 'pool' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/common.h:281:13: performance: Variable 'pool' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/common.h:289:10: performance: Technically the member function 'oclgrind::PoolAllocator::deallocate' can be static. [functionStatic]
Oclgrind-18.3/src/core/common.h:298:10: performance: Technically the member function 'oclgrind::PoolAllocator::destroy' can be static. [functionStatic]
Oclgrind-18.3/src/core/Context.cpp:47:3: style: Class 'Context' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Oclgrind-18.3/src/core/Context.cpp:47:3: style: Class 'Context' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Oclgrind-18.3/src/core/common.h:237:5: style: Class 'MemoryPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/core/WorkItem.h:60:5: style: Class 'InterpreterCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/core/common.h:249:3: warning: The class 'PoolAllocator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
Oclgrind-18.3/src/core/KernelInvocation.h:36:37: performance: Function parameter 'gid' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/Program.h:38:61: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/Program.h:44:44: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/Kernel.cpp:107:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Kernel.cpp:95:3: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/Kernel.h:29:3: warning: The class 'Kernel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
Oclgrind-18.3/src/core/KernelInvocation.cpp:289:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/KernelInvocation.cpp:306:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/KernelInvocation.cpp:43:3: performance: Variable 'm_globalOffset' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/KernelInvocation.cpp:44:3: performance: Variable 'm_globalSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/KernelInvocation.cpp:45:3: performance: Variable 'm_localSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/KernelInvocation.h:28:22: performance: Technically the member function 'oclgrind::KernelInvocation::getCurrentWorkGroup' can be static. [functionStatic]
Oclgrind-18.3/src/core/KernelInvocation.cpp:103:36: note: Technically the member function 'oclgrind::KernelInvocation::getCurrentWorkGroup' can be static.
Oclgrind-18.3/src/core/KernelInvocation.h:28:22: note: Technically the member function 'oclgrind::KernelInvocation::getCurrentWorkGroup' can be static.
Oclgrind-18.3/src/core/KernelInvocation.h:29:21: performance: Technically the member function 'oclgrind::KernelInvocation::getCurrentWorkItem' can be static. [functionStatic]
Oclgrind-18.3/src/core/KernelInvocation.cpp:108:35: note: Technically the member function 'oclgrind::KernelInvocation::getCurrentWorkItem' can be static.
Oclgrind-18.3/src/core/KernelInvocation.h:29:21: note: Technically the member function 'oclgrind::KernelInvocation::getCurrentWorkItem' can be static.
Oclgrind-18.3/src/core/KernelInvocation.h:38:9: performance: Technically the member function 'oclgrind::KernelInvocation::getWorkerID' can be static. [functionStatic]
Oclgrind-18.3/src/core/KernelInvocation.cpp:182:23: note: Technically the member function 'oclgrind::KernelInvocation::getWorkerID' can be static.
Oclgrind-18.3/src/core/KernelInvocation.h:38:9: note: Technically the member function 'oclgrind::KernelInvocation::getWorkerID' can be static.
Oclgrind-18.3/src/core/KernelInvocation.cpp:52:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
Oclgrind-18.3/src/core/KernelInvocation.cpp:53:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
Oclgrind-18.3/src/core/KernelInvocation.cpp:54:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
Oclgrind-18.3/src/core/KernelInvocation.cpp:37:42: performance: Function parameter 'globalOffset' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/KernelInvocation.cpp:38:42: performance: Function parameter 'globalSize' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/KernelInvocation.cpp:39:42: performance: Function parameter 'localSize' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/KernelInvocation.cpp:145:34: performance: Function parameter 'globalOffset' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/KernelInvocation.cpp:146:34: performance: Function parameter 'globalSize' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/KernelInvocation.cpp:147:34: performance: Function parameter 'localSize' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/KernelInvocation.cpp:269:51: performance: Function parameter 'gid' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/Memory.cpp:262:26: style: Function 'copy' argument 1 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
Oclgrind-18.3/src/core/Memory.h:35:22: note: Function 'copy' argument 1 names different: declaration 'dest' definition 'dst'.
Oclgrind-18.3/src/core/Memory.cpp:262:26: note: Function 'copy' argument 1 names different: declaration 'dest' definition 'dst'.
Oclgrind-18.3/src/core/Memory.cpp:414:34: style: Function 'load' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
Oclgrind-18.3/src/core/Memory.h:43:30: note: Function 'load' argument 1 names different: declaration 'dst' definition 'dest'.
Oclgrind-18.3/src/core/Memory.cpp:414:34: note: Function 'load' argument 1 names different: declaration 'dst' definition 'dest'.
Oclgrind-18.3/src/core/Memory.cpp:203:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Memory.h:31:28: style: Technically the member function 'oclgrind::Memory::atomic' can be const. [functionConst]
Oclgrind-18.3/src/core/Memory.cpp:100:11: note: Technically the member function 'oclgrind::Memory::atomic' can be const.
Oclgrind-18.3/src/core/Memory.h:31:28: note: Technically the member function 'oclgrind::Memory::atomic' can be const.
Oclgrind-18.3/src/core/Memory.h:32:28: style: Technically the member function 'oclgrind::Memory::atomicCmpxchg' can be const. [functionConst]
Oclgrind-18.3/src/core/Memory.cpp:167:11: note: Technically the member function 'oclgrind::Memory::atomicCmpxchg' can be const.
Oclgrind-18.3/src/core/Memory.h:32:28: note: Technically the member function 'oclgrind::Memory::atomicCmpxchg' can be const.
Oclgrind-18.3/src/core/Memory.h:45:10: style: Technically the member function 'oclgrind::Memory::store' can be const. [functionConst]
Oclgrind-18.3/src/core/Memory.cpp:447:14: note: Technically the member function 'oclgrind::Memory::store' can be const.
Oclgrind-18.3/src/core/Memory.h:45:10: note: Technically the member function 'oclgrind::Memory::store' can be const.
Oclgrind-18.3/src/core/Memory.h:50:12: style: Technically the member function 'oclgrind::Memory::getMaxAllocSize' can be const. [functionConst]
Oclgrind-18.3/src/core/Memory.cpp:363:16: note: Technically the member function 'oclgrind::Memory::getMaxAllocSize' can be const.
Oclgrind-18.3/src/core/Memory.h:50:12: note: Technically the member function 'oclgrind::Memory::getMaxAllocSize' can be const.
Oclgrind-18.3/src/core/Plugin.h:25:5: style: Class 'Plugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/core/Program.cpp:1014:7: warning: Either the condition 'if(_store)' is redundant or there is possible null pointer dereference: _store. [nullPointerRedundantCheck]
Oclgrind-18.3/src/core/Program.cpp:1018:10: note: Assuming that condition 'if(_store)' is not redundant
Oclgrind-18.3/src/core/Program.cpp:1014:7: note: Null pointer dereference
Oclgrind-18.3/src/core/Program.cpp:1015:7: warning: Either the condition 'if(_store)' is redundant or there is possible null pointer dereference: _store. [nullPointerRedundantCheck]
Oclgrind-18.3/src/core/Program.cpp:1018:10: note: Assuming that condition 'if(_store)' is not redundant
Oclgrind-18.3/src/core/Program.cpp:1015:7: note: Null pointer dereference
Oclgrind-18.3/src/core/Program.cpp:867:66: style: Function 'getProgramScopeVar' argument 1 names different: declaration 'var' definition 'variable'. [funcArgNamesDifferent]
Oclgrind-18.3/src/core/Program.h:59:61: note: Function 'getProgramScopeVar' argument 1 names different: declaration 'var' definition 'variable'.
Oclgrind-18.3/src/core/Program.cpp:867:66: note: Function 'getProgramScopeVar' argument 1 names different: declaration 'var' definition 'variable'.
Oclgrind-18.3/src/core/Program.cpp:500:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Program.cpp:546:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Program.cpp:622:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Program.cpp:693:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Program.cpp:920:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Program.cpp:932:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Program.cpp:944:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Program.cpp:1190:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Program.cpp:1210:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/Program.cpp:90:10: warning: Member variable 'Program::m_requiresUniformWorkGroups' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Program.cpp:78:10: warning: Member variable 'Program::m_requiresUniformWorkGroups' is not initialized in the constructor. [uninitMemberVarPrivate]
Oclgrind-18.3/src/core/Program.cpp:81:3: performance: Variable 'm_buildLog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/Program.cpp:82:3: performance: Variable 'm_buildOptions' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/Program.cpp:93:3: performance: Variable 'm_source' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/Program.cpp:94:3: performance: Variable 'm_buildLog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/Program.cpp:95:3: performance: Variable 'm_buildOptions' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/Program.h:81:19: performance: Technically the member function 'oclgrind::Program::generateUID' can be static. [functionStatic]
Oclgrind-18.3/src/core/Program.cpp:822:24: note: Technically the member function 'oclgrind::Program::generateUID' can be static.
Oclgrind-18.3/src/core/Program.h:81:19: note: Technically the member function 'oclgrind::Program::generateUID' can be static.
Oclgrind-18.3/src/core/Program.cpp:658:54: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/Program.cpp:709:44: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/Queue.cpp:232:23: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:235:27: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:240:23: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:243:22: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:246:23: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:249:27: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:252:19: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:255:16: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:258:25: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:261:18: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:264:24: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:267:28: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/core/Queue.cpp:37:32: style: Function 'enqueue' argument 1 names different: declaration 'command' definition 'cmd'. [funcArgNamesDifferent]
Oclgrind-18.3/src/core/Queue.h:185:29: note: Function 'enqueue' argument 1 names different: declaration 'command' definition 'cmd'.
Oclgrind-18.3/src/core/Queue.cpp:37:32: note: Function 'enqueue' argument 1 names different: declaration 'command' definition 'cmd'.
Oclgrind-18.3/src/core/Queue.h:34:7: warning: Member variable 'Command::event' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:46:7: warning: Member variable 'BufferCommand::ptr' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:46:7: warning: Member variable 'BufferCommand::address' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:46:7: warning: Member variable 'BufferCommand::size' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:58:7: warning: Member variable 'BufferRectCommand::ptr' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:58:7: warning: Member variable 'BufferRectCommand::address' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:58:7: warning: Member variable 'BufferRectCommand::region' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:58:7: warning: Member variable 'BufferRectCommand::host_offset' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:58:7: warning: Member variable 'BufferRectCommand::buffer_offset' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:66:7: warning: Member variable 'CopyCommand::src' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:66:7: warning: Member variable 'CopyCommand::dst' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:66:7: warning: Member variable 'CopyCommand::size' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:77:7: warning: Member variable 'CopyRectCommand::src' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:77:7: warning: Member variable 'CopyRectCommand::dst' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:77:7: warning: Member variable 'CopyRectCommand::region' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:77:7: warning: Member variable 'CopyRectCommand::src_offset' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:77:7: warning: Member variable 'CopyRectCommand::dst_offset' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:87:7: warning: Member variable 'FillBufferCommand::address' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:87:7: warning: Member variable 'FillBufferCommand::size' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:127:7: warning: Member variable 'KernelCommand::kernel' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:127:7: warning: Member variable 'KernelCommand::work_dim' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:166:7: warning: Member variable 'MapCommand::ptr' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:166:7: warning: Member variable 'MapCommand::address' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:166:7: warning: Member variable 'MapCommand::offset' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:166:7: warning: Member variable 'MapCommand::size' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:175:7: warning: Member variable 'UnmapCommand::ptr' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:175:7: warning: Member variable 'UnmapCommand::address' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/core/Queue.h:187:10: style: Technically the member function 'oclgrind::Queue::executeCopyBuffer' can be const. [functionConst]
Oclgrind-18.3/src/core/Queue.cpp:45:13: note: Technically the member function 'oclgrind::Queue::executeCopyBuffer' can be const.
Oclgrind-18.3/src/core/Queue.h:187:10: note: Technically the member function 'oclgrind::Queue::executeCopyBuffer' can be const.
Oclgrind-18.3/src/core/Queue.h:188:10: style: Technically the member function 'oclgrind::Queue::executeCopyBufferRect' can be const. [functionConst]
Oclgrind-18.3/src/core/Queue.cpp:50:13: note: Technically the member function 'oclgrind::Queue::executeCopyBufferRect' can be const.
Oclgrind-18.3/src/core/Queue.h:188:10: note: Technically the member function 'oclgrind::Queue::executeCopyBufferRect' can be const.
Oclgrind-18.3/src/core/Queue.h:189:10: style: Technically the member function 'oclgrind::Queue::executeFillBuffer' can be const. [functionConst]
Oclgrind-18.3/src/core/Queue.cpp:76:13: note: Technically the member function 'oclgrind::Queue::executeFillBuffer' can be const.
Oclgrind-18.3/src/core/Queue.h:189:10: note: Technically the member function 'oclgrind::Queue::executeFillBuffer' can be const.
Oclgrind-18.3/src/core/Queue.h:190:10: style: Technically the member function 'oclgrind::Queue::executeFillImage' can be const. [functionConst]
Oclgrind-18.3/src/core/Queue.cpp:87:13: note: Technically the member function 'oclgrind::Queue::executeFillImage' can be const.
Oclgrind-18.3/src/core/Queue.h:190:10: note: Technically the member function 'oclgrind::Queue::executeFillImage' can be const.
Oclgrind-18.3/src/core/Queue.h:192:10: style: Technically the member function 'oclgrind::Queue::executeMap' can be const. [functionConst]
Oclgrind-18.3/src/core/Queue.cpp:118:13: note: Technically the member function 'oclgrind::Queue::executeMap' can be const.
Oclgrind-18.3/src/core/Queue.h:192:10: note: Technically the member function 'oclgrind::Queue::executeMap' can be const.
Oclgrind-18.3/src/core/Queue.h:193:10: performance: Technically the member function 'oclgrind::Queue::executeNativeKernel' can be static. [functionStatic]
Oclgrind-18.3/src/core/Queue.cpp:124:13: note: Technically the member function 'oclgrind::Queue::executeNativeKernel' can be static.
Oclgrind-18.3/src/core/Queue.h:193:10: note: Technically the member function 'oclgrind::Queue::executeNativeKernel' can be static.
Oclgrind-18.3/src/core/Queue.h:194:10: style: Technically the member function 'oclgrind::Queue::executeReadBuffer' can be const. [functionConst]
Oclgrind-18.3/src/core/Queue.cpp:130:13: note: Technically the member function 'oclgrind::Queue::executeReadBuffer' can be const.
Oclgrind-18.3/src/core/Queue.h:194:10: note: Technically the member function 'oclgrind::Queue::executeReadBuffer' can be const.
Oclgrind-18.3/src/core/Queue.h:195:10: style: Technically the member function 'oclgrind::Queue::executeReadBufferRect' can be const. [functionConst]
Oclgrind-18.3/src/core/Queue.cpp:135:13: note: Technically the member function 'oclgrind::Queue::executeReadBufferRect' can be const.
Oclgrind-18.3/src/core/Queue.h:195:10: note: Technically the member function 'oclgrind::Queue::executeReadBufferRect' can be const.
Oclgrind-18.3/src/core/Queue.h:196:10: style: Technically the member function 'oclgrind::Queue::executeUnmap' can be const. [functionConst]
Oclgrind-18.3/src/core/Queue.cpp:157:13: note: Technically the member function 'oclgrind::Queue::executeUnmap' can be const.
Oclgrind-18.3/src/core/Queue.h:196:10: note: Technically the member function 'oclgrind::Queue::executeUnmap' can be const.
Oclgrind-18.3/src/core/Queue.h:197:10: style: Technically the member function 'oclgrind::Queue::executeWriteBuffer' can be const. [functionConst]
Oclgrind-18.3/src/core/Queue.cpp:163:13: note: Technically the member function 'oclgrind::Queue::executeWriteBuffer' can be const.
Oclgrind-18.3/src/core/Queue.h:197:10: note: Technically the member function 'oclgrind::Queue::executeWriteBuffer' can be const.
Oclgrind-18.3/src/core/Queue.h:198:10: style: Technically the member function 'oclgrind::Queue::executeWriteBufferRect' can be const. [functionConst]
Oclgrind-18.3/src/core/Queue.cpp:168:13: note: Technically the member function 'oclgrind::Queue::executeWriteBufferRect' can be const.
Oclgrind-18.3/src/core/Queue.h:198:10: note: Technically the member function 'oclgrind::Queue::executeWriteBufferRect' can be const.
Oclgrind-18.3/src/core/Queue.h:90:9: style: Struct 'FillBufferCommand' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Oclgrind-18.3/src/core/Queue.h:90:9: style: Struct 'FillBufferCommand' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Oclgrind-18.3/src/core/Queue.h:143:11: style: Struct 'NativeKernelCommand' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Oclgrind-18.3/src/core/Queue.h:143:11: style: Struct 'NativeKernelCommand' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Oclgrind-18.3/src/core/Queue.h:182:5: style: Class 'Queue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/core/Queue.h:46:7: style: Struct 'BufferCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/core/Queue.h:58:7: style: Struct 'BufferRectCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/core/Queue.h:136:7: style: Struct 'NativeKernelCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/core/WorkGroup.cpp:116:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkGroup.cpp:204:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkGroup.cpp:219:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkGroup.cpp:271:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkGroup.cpp:349:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkGroup.cpp:377:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkGroup.cpp:34:3: performance: Variable 'm_groupID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/WorkGroup.cpp:35:3: performance: Variable 'm_groupSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/WorkGroup.cpp:43:3: style: Class 'WorkGroup' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Oclgrind-18.3/src/core/WorkGroup.cpp:43:3: style: Class 'WorkGroup' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Oclgrind-18.3/src/core/WorkGroup.cpp:25:70: performance: Function parameter 'wgid' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/WorkGroup.cpp:31:28: performance: Function parameter 'wgid' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/WorkGroup.cpp:31:40: performance: Function parameter 'size' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/core/WorkItem.cpp:374:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Oclgrind-18.3/src/core/WorkItem.cpp:443:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Oclgrind-18.3/src/core/WorkItem.cpp:1732:55: style: Function 'addConstant' argument 1 names different: declaration 'constant' definition 'value'. [funcArgNamesDifferent]
Oclgrind-18.3/src/core/WorkItem.h:66:41: note: Function 'addConstant' argument 1 names different: declaration 'constant' definition 'value'.
Oclgrind-18.3/src/core/WorkItem.cpp:1732:55: note: Function 'addConstant' argument 1 names different: declaration 'constant' definition 'value'.
Oclgrind-18.3/src/core/WorkItem.cpp:1804:54: style: Function 'addOperand' argument 1 names different: declaration 'value' definition 'operand'. [funcArgNamesDifferent]
Oclgrind-18.3/src/core/WorkItem.h:87:40: note: Function 'addOperand' argument 1 names different: declaration 'value' definition 'operand'.
Oclgrind-18.3/src/core/WorkItem.cpp:1804:54: note: Function 'addOperand' argument 1 names different: declaration 'value' definition 'operand'.
Oclgrind-18.3/src/core/WorkItem.cpp:306:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkItem.cpp:1342:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkItem.cpp:1655:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkItem.cpp:1662:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkItem.cpp:1711:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/core/WorkItem.cpp:51:3: performance: Variable 'm_localID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/WorkItem.h:125:5: style: Technically the member function 'oclgrind::WorkItem::add' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:768:1: note: Technically the member function 'oclgrind::WorkItem::add' can be const.
Oclgrind-18.3/src/core/WorkItem.h:125:5: note: Technically the member function 'oclgrind::WorkItem::add' can be const.
Oclgrind-18.3/src/core/WorkItem.h:127:5: style: Technically the member function 'oclgrind::WorkItem::ashr' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:797:1: note: Technically the member function 'oclgrind::WorkItem::ashr' can be const.
Oclgrind-18.3/src/core/WorkItem.h:127:5: note: Technically the member function 'oclgrind::WorkItem::ashr' can be const.
Oclgrind-18.3/src/core/WorkItem.h:128:5: style: Technically the member function 'oclgrind::WorkItem::bitcast' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:810:1: note: Technically the member function 'oclgrind::WorkItem::bitcast' can be const.
Oclgrind-18.3/src/core/WorkItem.h:128:5: note: Technically the member function 'oclgrind::WorkItem::bitcast' can be const.
Oclgrind-18.3/src/core/WorkItem.h:130:5: style: Technically the member function 'oclgrind::WorkItem::bwand' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:833:1: note: Technically the member function 'oclgrind::WorkItem::bwand' can be const.
Oclgrind-18.3/src/core/WorkItem.h:130:5: note: Technically the member function 'oclgrind::WorkItem::bwand' can be const.
Oclgrind-18.3/src/core/WorkItem.h:131:5: style: Technically the member function 'oclgrind::WorkItem::bwor' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:843:1: note: Technically the member function 'oclgrind::WorkItem::bwor' can be const.
Oclgrind-18.3/src/core/WorkItem.h:131:5: note: Technically the member function 'oclgrind::WorkItem::bwor' can be const.
Oclgrind-18.3/src/core/WorkItem.h:132:5: style: Technically the member function 'oclgrind::WorkItem::bwxor' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:853:1: note: Technically the member function 'oclgrind::WorkItem::bwxor' can be const.
Oclgrind-18.3/src/core/WorkItem.h:132:5: note: Technically the member function 'oclgrind::WorkItem::bwxor' can be const.
Oclgrind-18.3/src/core/WorkItem.h:134:5: style: Technically the member function 'oclgrind::WorkItem::extractelem' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:926:1: note: Technically the member function 'oclgrind::WorkItem::extractelem' can be const.
Oclgrind-18.3/src/core/WorkItem.h:134:5: note: Technically the member function 'oclgrind::WorkItem::extractelem' can be const.
Oclgrind-18.3/src/core/WorkItem.h:135:5: style: Technically the member function 'oclgrind::WorkItem::extractval' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:935:1: note: Technically the member function 'oclgrind::WorkItem::extractval' can be const.
Oclgrind-18.3/src/core/WorkItem.h:135:5: note: Technically the member function 'oclgrind::WorkItem::extractval' can be const.
Oclgrind-18.3/src/core/WorkItem.h:136:5: style: Technically the member function 'oclgrind::WorkItem::fadd' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:968:1: note: Technically the member function 'oclgrind::WorkItem::fadd' can be const.
Oclgrind-18.3/src/core/WorkItem.h:136:5: note: Technically the member function 'oclgrind::WorkItem::fadd' can be const.
Oclgrind-18.3/src/core/WorkItem.h:137:5: style: Technically the member function 'oclgrind::WorkItem::fcmp' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:978:1: note: Technically the member function 'oclgrind::WorkItem::fcmp' can be const.
Oclgrind-18.3/src/core/WorkItem.h:137:5: note: Technically the member function 'oclgrind::WorkItem::fcmp' can be const.
Oclgrind-18.3/src/core/WorkItem.h:138:5: style: Technically the member function 'oclgrind::WorkItem::fdiv' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1041:1: note: Technically the member function 'oclgrind::WorkItem::fdiv' can be const.
Oclgrind-18.3/src/core/WorkItem.h:138:5: note: Technically the member function 'oclgrind::WorkItem::fdiv' can be const.
Oclgrind-18.3/src/core/WorkItem.h:139:5: style: Technically the member function 'oclgrind::WorkItem::fmul' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1051:1: note: Technically the member function 'oclgrind::WorkItem::fmul' can be const.
Oclgrind-18.3/src/core/WorkItem.h:139:5: note: Technically the member function 'oclgrind::WorkItem::fmul' can be const.
Oclgrind-18.3/src/core/WorkItem.h:140:5: style: Technically the member function 'oclgrind::WorkItem::fpext' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1061:1: note: Technically the member function 'oclgrind::WorkItem::fpext' can be const.
Oclgrind-18.3/src/core/WorkItem.h:140:5: note: Technically the member function 'oclgrind::WorkItem::fpext' can be const.
Oclgrind-18.3/src/core/WorkItem.h:141:5: style: Technically the member function 'oclgrind::WorkItem::fptosi' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1070:1: note: Technically the member function 'oclgrind::WorkItem::fptosi' can be const.
Oclgrind-18.3/src/core/WorkItem.h:141:5: note: Technically the member function 'oclgrind::WorkItem::fptosi' can be const.
Oclgrind-18.3/src/core/WorkItem.h:142:5: style: Technically the member function 'oclgrind::WorkItem::fptoui' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1079:1: note: Technically the member function 'oclgrind::WorkItem::fptoui' can be const.
Oclgrind-18.3/src/core/WorkItem.h:142:5: note: Technically the member function 'oclgrind::WorkItem::fptoui' can be const.
Oclgrind-18.3/src/core/WorkItem.h:143:5: style: Technically the member function 'oclgrind::WorkItem::fptrunc' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1098:1: note: Technically the member function 'oclgrind::WorkItem::fptrunc' can be const.
Oclgrind-18.3/src/core/WorkItem.h:143:5: note: Technically the member function 'oclgrind::WorkItem::fptrunc' can be const.
Oclgrind-18.3/src/core/WorkItem.h:144:5: style: Technically the member function 'oclgrind::WorkItem::frem' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1088:1: note: Technically the member function 'oclgrind::WorkItem::frem' can be const.
Oclgrind-18.3/src/core/WorkItem.h:144:5: note: Technically the member function 'oclgrind::WorkItem::frem' can be const.
Oclgrind-18.3/src/core/WorkItem.h:145:5: style: Technically the member function 'oclgrind::WorkItem::fsub' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1107:1: note: Technically the member function 'oclgrind::WorkItem::fsub' can be const.
Oclgrind-18.3/src/core/WorkItem.h:145:5: note: Technically the member function 'oclgrind::WorkItem::fsub' can be const.
Oclgrind-18.3/src/core/WorkItem.h:146:5: style: Technically the member function 'oclgrind::WorkItem::gep' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1117:1: note: Technically the member function 'oclgrind::WorkItem::gep' can be const.
Oclgrind-18.3/src/core/WorkItem.h:146:5: note: Technically the member function 'oclgrind::WorkItem::gep' can be const.
Oclgrind-18.3/src/core/WorkItem.h:147:5: style: Technically the member function 'oclgrind::WorkItem::icmp' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1137:1: note: Technically the member function 'oclgrind::WorkItem::icmp' can be const.
Oclgrind-18.3/src/core/WorkItem.h:147:5: note: Technically the member function 'oclgrind::WorkItem::icmp' can be const.
Oclgrind-18.3/src/core/WorkItem.h:148:5: style: Technically the member function 'oclgrind::WorkItem::insertelem' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1195:1: note: Technically the member function 'oclgrind::WorkItem::insertelem' can be const.
Oclgrind-18.3/src/core/WorkItem.h:148:5: note: Technically the member function 'oclgrind::WorkItem::insertelem' can be const.
Oclgrind-18.3/src/core/WorkItem.h:149:5: style: Technically the member function 'oclgrind::WorkItem::insertval' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1204:1: note: Technically the member function 'oclgrind::WorkItem::insertval' can be const.
Oclgrind-18.3/src/core/WorkItem.h:149:5: note: Technically the member function 'oclgrind::WorkItem::insertval' can be const.
Oclgrind-18.3/src/core/WorkItem.h:150:5: style: Technically the member function 'oclgrind::WorkItem::inttoptr' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1242:1: note: Technically the member function 'oclgrind::WorkItem::inttoptr' can be const.
Oclgrind-18.3/src/core/WorkItem.h:150:5: note: Technically the member function 'oclgrind::WorkItem::inttoptr' can be const.
Oclgrind-18.3/src/core/WorkItem.h:151:5: style: Technically the member function 'oclgrind::WorkItem::itrunc' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1251:1: note: Technically the member function 'oclgrind::WorkItem::itrunc' can be const.
Oclgrind-18.3/src/core/WorkItem.h:151:5: note: Technically the member function 'oclgrind::WorkItem::itrunc' can be const.
Oclgrind-18.3/src/core/WorkItem.h:152:5: style: Technically the member function 'oclgrind::WorkItem::load' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1260:1: note: Technically the member function 'oclgrind::WorkItem::load' can be const.
Oclgrind-18.3/src/core/WorkItem.h:152:5: note: Technically the member function 'oclgrind::WorkItem::load' can be const.
Oclgrind-18.3/src/core/WorkItem.h:153:5: style: Technically the member function 'oclgrind::WorkItem::lshr' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1281:1: note: Technically the member function 'oclgrind::WorkItem::lshr' can be const.
Oclgrind-18.3/src/core/WorkItem.h:153:5: note: Technically the member function 'oclgrind::WorkItem::lshr' can be const.
Oclgrind-18.3/src/core/WorkItem.h:154:5: style: Technically the member function 'oclgrind::WorkItem::mul' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1294:1: note: Technically the member function 'oclgrind::WorkItem::mul' can be const.
Oclgrind-18.3/src/core/WorkItem.h:154:5: note: Technically the member function 'oclgrind::WorkItem::mul' can be const.
Oclgrind-18.3/src/core/WorkItem.h:156:5: style: Technically the member function 'oclgrind::WorkItem::ptrtoint' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1312:1: note: Technically the member function 'oclgrind::WorkItem::ptrtoint' can be const.
Oclgrind-18.3/src/core/WorkItem.h:156:5: note: Technically the member function 'oclgrind::WorkItem::ptrtoint' can be const.
Oclgrind-18.3/src/core/WorkItem.h:158:5: style: Technically the member function 'oclgrind::WorkItem::sdiv' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1356:1: note: Technically the member function 'oclgrind::WorkItem::sdiv' can be const.
Oclgrind-18.3/src/core/WorkItem.h:158:5: note: Technically the member function 'oclgrind::WorkItem::sdiv' can be const.
Oclgrind-18.3/src/core/WorkItem.h:159:5: style: Technically the member function 'oclgrind::WorkItem::select' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1373:1: note: Technically the member function 'oclgrind::WorkItem::select' can be const.
Oclgrind-18.3/src/core/WorkItem.h:159:5: note: Technically the member function 'oclgrind::WorkItem::select' can be const.
Oclgrind-18.3/src/core/WorkItem.h:160:5: style: Technically the member function 'oclgrind::WorkItem::sext' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1392:1: note: Technically the member function 'oclgrind::WorkItem::sext' can be const.
Oclgrind-18.3/src/core/WorkItem.h:160:5: note: Technically the member function 'oclgrind::WorkItem::sext' can be const.
Oclgrind-18.3/src/core/WorkItem.h:161:5: style: Technically the member function 'oclgrind::WorkItem::shl' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1407:1: note: Technically the member function 'oclgrind::WorkItem::shl' can be const.
Oclgrind-18.3/src/core/WorkItem.h:161:5: note: Technically the member function 'oclgrind::WorkItem::shl' can be const.
Oclgrind-18.3/src/core/WorkItem.h:162:5: style: Technically the member function 'oclgrind::WorkItem::shuffle' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1420:1: note: Technically the member function 'oclgrind::WorkItem::shuffle' can be const.
Oclgrind-18.3/src/core/WorkItem.h:162:5: note: Technically the member function 'oclgrind::WorkItem::shuffle' can be const.
Oclgrind-18.3/src/core/WorkItem.h:163:5: style: Technically the member function 'oclgrind::WorkItem::sitofp' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1451:1: note: Technically the member function 'oclgrind::WorkItem::sitofp' can be const.
Oclgrind-18.3/src/core/WorkItem.h:163:5: note: Technically the member function 'oclgrind::WorkItem::sitofp' can be const.
Oclgrind-18.3/src/core/WorkItem.h:164:5: style: Technically the member function 'oclgrind::WorkItem::srem' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1460:1: note: Technically the member function 'oclgrind::WorkItem::srem' can be const.
Oclgrind-18.3/src/core/WorkItem.h:164:5: note: Technically the member function 'oclgrind::WorkItem::srem' can be const.
Oclgrind-18.3/src/core/WorkItem.h:165:5: style: Technically the member function 'oclgrind::WorkItem::store' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1477:1: note: Technically the member function 'oclgrind::WorkItem::store' can be const.
Oclgrind-18.3/src/core/WorkItem.h:165:5: note: Technically the member function 'oclgrind::WorkItem::store' can be const.
Oclgrind-18.3/src/core/WorkItem.h:166:5: style: Technically the member function 'oclgrind::WorkItem::sub' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1500:1: note: Technically the member function 'oclgrind::WorkItem::sub' can be const.
Oclgrind-18.3/src/core/WorkItem.h:166:5: note: Technically the member function 'oclgrind::WorkItem::sub' can be const.
Oclgrind-18.3/src/core/WorkItem.h:168:5: style: Technically the member function 'oclgrind::WorkItem::udiv' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1530:1: note: Technically the member function 'oclgrind::WorkItem::udiv' can be const.
Oclgrind-18.3/src/core/WorkItem.h:168:5: note: Technically the member function 'oclgrind::WorkItem::udiv' can be const.
Oclgrind-18.3/src/core/WorkItem.h:169:5: style: Technically the member function 'oclgrind::WorkItem::uitofp' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1542:1: note: Technically the member function 'oclgrind::WorkItem::uitofp' can be const.
Oclgrind-18.3/src/core/WorkItem.h:169:5: note: Technically the member function 'oclgrind::WorkItem::uitofp' can be const.
Oclgrind-18.3/src/core/WorkItem.h:170:5: style: Technically the member function 'oclgrind::WorkItem::urem' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1555:1: note: Technically the member function 'oclgrind::WorkItem::urem' can be const.
Oclgrind-18.3/src/core/WorkItem.h:170:5: note: Technically the member function 'oclgrind::WorkItem::urem' can be const.
Oclgrind-18.3/src/core/WorkItem.h:171:5: style: Technically the member function 'oclgrind::WorkItem::zext' can be const. [functionConst]
Oclgrind-18.3/src/core/WorkItem.cpp:1567:1: note: Technically the member function 'oclgrind::WorkItem::zext' can be const.
Oclgrind-18.3/src/core/WorkItem.h:171:5: note: Technically the member function 'oclgrind::WorkItem::zext' can be const.
Oclgrind-18.3/src/core/WorkItem.cpp:74:3: style: Class 'WorkItem' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Oclgrind-18.3/src/core/WorkItem.cpp:74:3: style: Class 'WorkItem' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:3126:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:3214:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1039:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1572:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:2701:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:2702:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:2703:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:2705:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:2837:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:2875:38: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:2877:39: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1230:7: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1228:0: note: Variable 's' is reassigned a value before the old one has been used.
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1230:7: note: Variable 's' is reassigned a value before the old one has been used.
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1352:7: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1350:0: note: Variable 's' is reassigned a value before the old one has been used.
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1352:7: note: Variable 's' is reassigned a value before the old one has been used.
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1429:7: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1427:0: note: Variable 's' is reassigned a value before the old one has been used.
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1429:7: note: Variable 's' is reassigned a value before the old one has been used.
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:114:17: style: Unused private function: 'WorkItemBuiltins::s1arg' [unusedPrivateFunction]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:1203:5: style: Unused private function: 'WorkItemBuiltins::translate_sampler_initializer' [unusedPrivateFunction]
Oclgrind-18.3/src/core/WorkItemBuiltins.cpp:2071:57: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
Oclgrind-18.3/src/core/common.cpp:103:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/common.cpp:105:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/common.cpp:159:8: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/common.cpp:162:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/common.cpp:366:8: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/common.cpp:372:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/common.cpp:716:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/common.cpp:719:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/core/common.cpp:630:16: style: The scope of the variable 'uAlign' can be reduced. [variableScope]
Oclgrind-18.3/src/core/common.cpp:33:23: style: Function 'Size3' argument 1 names different: declaration 'x' definition '_x'. [funcArgNamesDifferent]
Oclgrind-18.3/src/core/common.h:112:18: note: Function 'Size3' argument 1 names different: declaration 'x' definition '_x'.
Oclgrind-18.3/src/core/common.cpp:33:23: note: Function 'Size3' argument 1 names different: declaration 'x' definition '_x'.
Oclgrind-18.3/src/core/common.cpp:33:34: style: Function 'Size3' argument 2 names different: declaration 'y' definition '_y'. [funcArgNamesDifferent]
Oclgrind-18.3/src/core/common.h:112:28: note: Function 'Size3' argument 2 names different: declaration 'y' definition '_y'.
Oclgrind-18.3/src/core/common.cpp:33:34: note: Function 'Size3' argument 2 names different: declaration 'y' definition '_y'.
Oclgrind-18.3/src/core/common.cpp:33:45: style: Function 'Size3' argument 3 names different: declaration 'z' definition '_z'. [funcArgNamesDifferent]
Oclgrind-18.3/src/core/common.h:112:38: note: Function 'Size3' argument 3 names different: declaration 'z' definition '_z'.
Oclgrind-18.3/src/core/common.cpp:33:45: note: Function 'Size3' argument 3 names different: declaration 'z' definition '_z'.
Oclgrind-18.3/src/core/common.cpp:873:5: performance: Variable 'm_file' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Oclgrind-18.3/src/core/half.cpp:61:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/kernel/Simulation.cpp:56:0: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Oclgrind-18.3/src/kernel/Simulation.cpp:56:0: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Oclgrind-18.3/src/kernel/Simulation.cpp:735:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/kernel/Simulation.cpp:253:7: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
Oclgrind-18.3/src/kernel/Simulation.cpp:238:3: style: Exception should be caught by reference. [catchExceptionByValue]
Oclgrind-18.3/src/plugins/InstructionCounter.h:23:5: style: Class 'InstructionCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:265:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:606:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:58:22: warning: Member variable 'InteractiveDebugger::m_continue' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:58:22: warning: Member variable 'InteractiveDebugger::m_listPosition' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:58:22: warning: Member variable 'InteractiveDebugger::m_next' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:58:22: warning: Member variable 'InteractiveDebugger::m_lastBreakLine' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:58:22: warning: Member variable 'InteractiveDebugger::m_previousDepth' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:58:22: warning: Member variable 'InteractiveDebugger::m_previousLine' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/plugins/InteractiveDebugger.h:18:5: style: Class 'InteractiveDebugger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:847:5: style: Exception should be caught by reference. [catchExceptionByValue]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:374:52: performance: Function parameter 'args' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:432:47: performance: Function parameter 'args' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:803:47: performance: Function parameter 'args' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:857:47: performance: Function parameter 'args' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/plugins/InteractiveDebugger.cpp:868:47: performance: Function parameter 'args' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/plugins/Logger.h:16:5: style: Class 'Logger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/plugins/MemCheck.h:21:5: style: Class 'MemCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/plugins/RaceDetector.cpp:437:29: warning: Member variable 'MemoryAccess::entity' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/plugins/RaceDetector.cpp:437:29: warning: Member variable 'MemoryAccess::storeData' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/plugins/RaceDetector.cpp:443:29: warning: Member variable 'MemoryAccess::storeData' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/plugins/RaceDetector.h:18:5: style: Class 'RaceDetector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2116:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2122:9: note: Found duplicate branches for 'if' and 'else'.
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2116:9: note: Found duplicate branches for 'if' and 'else'.
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2138:14: warning: Member variable 'ShadowFrame::m_call' is not initialized in the constructor. [uninitMemberVar]
Oclgrind-18.3/src/plugins/Uninitialized.h:28:18: performance: Technically the member function 'oclgrind::ShadowFrame::dump' can be static. [functionStatic]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2154:19: note: Technically the member function 'oclgrind::ShadowFrame::dump' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:28:18: note: Technically the member function 'oclgrind::ShadowFrame::dump' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:188:18: performance: Technically the member function 'oclgrind::ShadowContext::allocateWorkItems' can be static. [functionStatic]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2431:21: note: Technically the member function 'oclgrind::ShadowContext::allocateWorkItems' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:188:18: note: Technically the member function 'oclgrind::ShadowContext::allocateWorkItems' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:189:18: performance: Technically the member function 'oclgrind::ShadowContext::allocateWorkGroups' can be static. [functionStatic]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2439:21: note: Technically the member function 'oclgrind::ShadowContext::allocateWorkGroups' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:189:18: note: Technically the member function 'oclgrind::ShadowContext::allocateWorkGroups' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:191:18: performance: Technically the member function 'oclgrind::ShadowContext::createMemoryPool' can be static. [functionStatic]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2452:21: note: Technically the member function 'oclgrind::ShadowContext::createMemoryPool' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:191:18: note: Technically the member function 'oclgrind::ShadowContext::createMemoryPool' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:194:18: performance: Technically the member function 'oclgrind::ShadowContext::destroyMemoryPool' can be static. [functionStatic]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2478:21: note: Technically the member function 'oclgrind::ShadowContext::destroyMemoryPool' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:194:18: note: Technically the member function 'oclgrind::ShadowContext::destroyMemoryPool' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:195:18: performance: Technically the member function 'oclgrind::ShadowContext::destroyShadowWorkItem' can be static. [functionStatic]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2488:21: note: Technically the member function 'oclgrind::ShadowContext::destroyShadowWorkItem' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:195:18: note: Technically the member function 'oclgrind::ShadowContext::destroyShadowWorkItem' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:196:18: performance: Technically the member function 'oclgrind::ShadowContext::destroyShadowWorkGroup' can be static. [functionStatic]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2495:21: note: Technically the member function 'oclgrind::ShadowContext::destroyShadowWorkGroup' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:196:18: note: Technically the member function 'oclgrind::ShadowContext::destroyShadowWorkGroup' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:199:18: performance: Technically the member function 'oclgrind::ShadowContext::freeWorkItems' can be static. [functionStatic]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2551:21: note: Technically the member function 'oclgrind::ShadowContext::freeWorkItems' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:199:18: note: Technically the member function 'oclgrind::ShadowContext::freeWorkItems' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:200:18: performance: Technically the member function 'oclgrind::ShadowContext::freeWorkGroups' can be static. [functionStatic]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2560:21: note: Technically the member function 'oclgrind::ShadowContext::freeWorkGroups' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.h:200:18: note: Technically the member function 'oclgrind::ShadowContext::freeWorkGroups' can be static.
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2139:5: style: Class 'ShadowFrame' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2139:5: style: Class 'ShadowFrame' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2232:5: style: Class 'ShadowValues' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2232:5: style: Class 'ShadowValues' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2253:5: style: Class 'ShadowWorkItem' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2253:5: style: Class 'ShadowWorkItem' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2265:5: style: Class 'ShadowWorkGroup' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2265:5: style: Class 'ShadowWorkGroup' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2422:5: style: Class 'ShadowContext' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:2422:5: style: Class 'ShadowContext' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
Oclgrind-18.3/src/plugins/Uninitialized.h:141:13: style: Class 'ShadowWorkItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/plugins/Uninitialized.h:166:13: style: Class 'ShadowWorkGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/plugins/Uninitialized.h:185:13: style: Class 'ShadowContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/plugins/Uninitialized.h:261:13: style: Class 'Uninitialized' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Oclgrind-18.3/src/plugins/Uninitialized.cpp:151:67: performance: Function parameter 'fullname' should be passed by const reference. [passedByValue]
Oclgrind-18.3/src/runtime/async_queue.cpp:83:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/runtime/async_queue.cpp:121:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/runtime/async_queue.cpp:130:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/runtime/runtime.cpp:1649:10: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:1651:27: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:1834:8: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:1904:19: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:2952:26: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:2953:24: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:4174:19: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:4339:19: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:4396:19: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:4455:19: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:4456:19: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:4523:19: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:4574:19: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:4729:19: style: C-style pointer casting [cstyleCast]
Oclgrind-18.3/src/runtime/runtime.cpp:4271:8: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Oclgrind-18.3/src/runtime/runtime.cpp:2641:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/runtime/runtime.cpp:2826:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/runtime/runtime.cpp:3461:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/runtime/runtime.cpp:4961:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
Oclgrind-18.3/src/runtime/runtime.cpp:400:46: error: Uninitialized variable: dummy [uninitvar]
Oclgrind-18.3/src/runtime/runtime.cpp:2594:46: error: Uninitialized variable: dummy [uninitvar]
Oclgrind-18.3/src/runtime/runtime.cpp:2699:46: error: Uninitialized variable: dummy [uninitvar]
Oclgrind-18.3/src/runtime/runtime.cpp:2998:46: error: Uninitialized variable: dummy [uninitvar]
Oclgrind-18.3/src/runtime/runtime.cpp:3160:46: error: Uninitialized variable: dummy [uninitvar]
Oclgrind-18.3/src/runtime/runtime.cpp:3310:46: error: Uninitialized variable: dummy [uninitvar]
Oclgrind-18.3/tests/apps/vecadd/vecadd.c:108:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Oclgrind-18.3/tests/apps/vecadd/vecadd.c:114:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Oclgrind-18.3/tests/kernels/alignment/packed.cl:3:8: style: struct member 'Foo::a' is never used. [unusedStructMember]
Oclgrind-18.3/tests/kernels/async_copy/async_copy_unwaited.cl:3:19: style: Variable 'event' is assigned a value that is never used. [unreadVariable]
Oclgrind-18.3/tests/kernels/atomics/atomic_cmpxchg_false_race.cl:11:7: style: The scope of the variable 'before' can be reduced. [variableScope]
Oclgrind-18.3/tests/kernels/memcheck/casted_static_array.cl:16:10: style: The scope of the variable 'j' can be reduced. [variableScope]
Oclgrind-18.3/tests/kernels/memcheck/static_array.cl:3:7: style: struct member 'S::a' is never used. [unusedStructMember]
Oclgrind-18.3/tests/kernels/memcheck/static_array_padded_struct.cl:3:7: style: struct member 'S::a' is never used. [unusedStructMember]
Oclgrind-18.3/tests/kernels/uninitialized/uninitialized_address.cl:4:16: style: Variable 'i' is not assigned a value. [unassignedVariable]
Oclgrind-18.3/tests/kernels/uninitialized/uninitialized_address.cl:4:19: style: Variable 'j' is not assigned a value. [unassignedVariable]
Oclgrind-18.3/tests/kernels/uninitialized/uninitialized_address.cl:6:5: error: Uninitialized variable: i [uninitvar]
Oclgrind-18.3/tests/kernels/uninitialized/uninitialized_address.cl:8:17: error: Uninitialized variable: j [uninitvar]
Oclgrind-18.3/tests/kernels/uninitialized/uninitialized_padded_nested_struct_memcpy.cl:3:8: style: struct member 'T::a' is never used. [unusedStructMember]
Oclgrind-18.3/tests/kernels/uninitialized/uninitialized_padded_nested_struct_memcpy.cl:4:8: style: struct member 'T::b' is never used. [unusedStructMember]
Oclgrind-18.3/tests/kernels/uninitialized/uninitialized_padded_nested_struct_memcpy.cl:5:8: style: struct member 'T::c' is never used. [unusedStructMember]
Oclgrind-18.3/tests/runtime/map_buffer.c:318:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Oclgrind-18.3/tests/runtime/map_buffer.c:324:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Oclgrind-18.3/tests/runtime/sampler.c:135:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[12:25]

ftp://ftp.se.debian.org/debian/pool/main/o/ocp/ocp_0.1.21.orig.tar.gz
ocp-0.1.21/asm_emu/test-x86.c:127:6: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ocp-0.1.21/asm_emu/test-x86.c:127:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/asm_emu/test-x86.c:127:6: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/asm_emu/test-x86.c:285:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/asm_emu/test-x86.c:107:31: style: The scope of the variable 'oldi' can be reduced. [variableScope]
ocp-0.1.21/asm_emu/test-x86.c:108:23: style: The scope of the variable 'donej' can be reduced. [variableScope]
ocp-0.1.21/asm_emu/test-x86.c:209:26: style: The scope of the variable 'oldi' can be reduced. [variableScope]
ocp-0.1.21/asm_emu/test-x86.c:210:13: style: The scope of the variable 'donej' can be reduced. [variableScope]
ocp-0.1.21/asm_emu/test-x86.c:255:26: style: The scope of the variable 'oldi' can be reduced. [variableScope]
ocp-0.1.21/asm_emu/test-x86.c:256:13: style: The scope of the variable 'donej' can be reduced. [variableScope]
ocp-0.1.21/boot/kickload.c:391:14: style: The scope of the variable 'temp2' can be reduced. [variableScope]
ocp-0.1.21/boot/plinkman.c:113:9: style: The scope of the variable 'pi' can be reduced. [variableScope]
ocp-0.1.21/boot/plinkman.c:379:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
ocp-0.1.21/boot/psetting.c:216:6: error: Common realloc mistake: 'cfINIApps' nulled but not freed upon failure [memleakOnRealloc]
ocp-0.1.21/boot/psetting.c:251:5: error: Common realloc mistake: 'cfINIApps' nulled but not freed upon failure [memleakOnRealloc]
ocp-0.1.21/boot/psetting.c:285:3: error: Common realloc mistake: 'cfINIApps' nulled but not freed upon failure [memleakOnRealloc]
ocp-0.1.21/boot/psetting.c:310:3: error: Common realloc mistake: 'cfINIApps' nulled but not freed upon failure [memleakOnRealloc]
ocp-0.1.21/boot/psetting.c:334:3: error: Common realloc mistake: 'cfINIApps' nulled but not freed upon failure [memleakOnRealloc]
ocp-0.1.21/boot/psetting.c:453:2: error: Common realloc mistake: 'cfINIApps' nulled but not freed upon failure [memleakOnRealloc]
ocp-0.1.21/cpiface/cpikube.c:129:23: style: Checking if unsigned variable 'wuerfelFilesCount' is less than zero. [unsignedLessThanZero]
ocp-0.1.21/cpiface/cpikube.c:516:25: style: Checking if unsigned variable 'wuerfelFilesCount' is less than zero. [unsignedLessThanZero]
ocp-0.1.21/cpiface/cpiphase.c:371:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/cpiface/cpipic.c:233:0: error: Memory leak: filecache [memleak]
ocp-0.1.21/cpiface/cpiscope.c:213:27: warning: Either the condition 'if(plOpenCPPict)' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
ocp-0.1.21/cpiface/cpiscope.c:217:5: note: Assuming that condition 'if(plOpenCPPict)' is not redundant
ocp-0.1.21/cpiface/cpiscope.c:213:27: note: Null pointer subtraction
ocp-0.1.21/cpiface/cpiscope.c:243:27: warning: Either the condition 'if(plOpenCPPict)' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
ocp-0.1.21/cpiface/cpiscope.c:246:5: note: Assuming that condition 'if(plOpenCPPict)' is not redundant
ocp-0.1.21/cpiface/cpiscope.c:243:27: note: Null pointer subtraction
ocp-0.1.21/cpiface/cpitext.c:245:8: style: The scope of the variable 'whgt' can be reduced. [variableScope]
ocp-0.1.21/cpiface/cpitext.c:245:13: style: The scope of the variable 'shgt' can be reduced. [variableScope]
ocp-0.1.21/cpiface/fft.c:261:0: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
ocp-0.1.21/cpiface/fft.c:272:11: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
ocp-0.1.21/cpiface/gif.c:411:30: style: Function 'GIF87read' argument 1 names different: declaration 'filedata' definition 'fd'. [funcArgNamesDifferent]
ocp-0.1.21/cpiface/gif.h:54:30: note: Function 'GIF87read' argument 1 names different: declaration 'filedata' definition 'fd'.
ocp-0.1.21/cpiface/gif.c:411:30: note: Function 'GIF87read' argument 1 names different: declaration 'filedata' definition 'fd'.
ocp-0.1.21/cpiface/gif.c:447:16: style: Variable 'GIFscreenWidth' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/cpiface/gif.c:450:17: style: Variable 'GIFscreenHeight' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/cpiface/gif.c:478:14: style: Variable 'GIFimageLeft' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/cpiface/gif.c:481:13: style: Variable 'GIFimageTop' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/cpiface/tga.c:102:42: style: Function 'TGAread' argument 2 names different: declaration 'filesize' definition '_ignore'. [funcArgNamesDifferent]
ocp-0.1.21/cpiface/tga.h:52:17: note: Function 'TGAread' argument 2 names different: declaration 'filesize' definition '_ignore'.
ocp-0.1.21/cpiface/tga.c:102:42: note: Function 'TGAread' argument 2 names different: declaration 'filesize' definition '_ignore'.
ocp-0.1.21/dev/mchasm.c:1391:42: style: Function 'mixGetMasterSampleMS8M' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:31:49: note: Function 'mixGetMasterSampleMS8M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1391:42: note: Function 'mixGetMasterSampleMS8M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1391:60: style: Function 'mixGetMasterSampleMS8M' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:31:66: note: Function 'mixGetMasterSampleMS8M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1391:60: note: Function 'mixGetMasterSampleMS8M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1416:42: style: Function 'mixGetMasterSampleMU8M' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:32:49: note: Function 'mixGetMasterSampleMU8M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1416:42: note: Function 'mixGetMasterSampleMU8M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1416:60: style: Function 'mixGetMasterSampleMU8M' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:32:66: note: Function 'mixGetMasterSampleMU8M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1416:60: note: Function 'mixGetMasterSampleMU8M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1441:42: style: Function 'mixGetMasterSampleMS8S' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:33:49: note: Function 'mixGetMasterSampleMS8S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1441:42: note: Function 'mixGetMasterSampleMS8S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1441:60: style: Function 'mixGetMasterSampleMS8S' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:33:66: note: Function 'mixGetMasterSampleMS8S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1441:60: note: Function 'mixGetMasterSampleMS8S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1466:42: style: Function 'mixGetMasterSampleMU8S' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:34:49: note: Function 'mixGetMasterSampleMU8S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1466:42: note: Function 'mixGetMasterSampleMU8S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1466:60: style: Function 'mixGetMasterSampleMU8S' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:34:66: note: Function 'mixGetMasterSampleMU8S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1466:60: note: Function 'mixGetMasterSampleMU8S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1491:42: style: Function 'mixGetMasterSampleSS8M' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:35:49: note: Function 'mixGetMasterSampleSS8M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1491:42: note: Function 'mixGetMasterSampleSS8M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1491:60: style: Function 'mixGetMasterSampleSS8M' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:35:66: note: Function 'mixGetMasterSampleSS8M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1491:60: note: Function 'mixGetMasterSampleSS8M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1516:42: style: Function 'mixGetMasterSampleSU8M' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:36:49: note: Function 'mixGetMasterSampleSU8M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1516:42: note: Function 'mixGetMasterSampleSU8M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1516:60: style: Function 'mixGetMasterSampleSU8M' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:36:66: note: Function 'mixGetMasterSampleSU8M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1516:60: note: Function 'mixGetMasterSampleSU8M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1541:42: style: Function 'mixGetMasterSampleSS8S' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:37:49: note: Function 'mixGetMasterSampleSS8S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1541:42: note: Function 'mixGetMasterSampleSS8S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1541:60: style: Function 'mixGetMasterSampleSS8S' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:37:66: note: Function 'mixGetMasterSampleSS8S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1541:60: note: Function 'mixGetMasterSampleSS8S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1567:42: style: Function 'mixGetMasterSampleSU8S' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:38:49: note: Function 'mixGetMasterSampleSU8S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1567:42: note: Function 'mixGetMasterSampleSU8S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1567:60: style: Function 'mixGetMasterSampleSU8S' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:38:66: note: Function 'mixGetMasterSampleSU8S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1567:60: note: Function 'mixGetMasterSampleSU8S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1593:43: style: Function 'mixGetMasterSampleSS8SR' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:39:50: note: Function 'mixGetMasterSampleSS8SR' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1593:43: note: Function 'mixGetMasterSampleSS8SR' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1593:61: style: Function 'mixGetMasterSampleSS8SR' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:39:67: note: Function 'mixGetMasterSampleSS8SR' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1593:61: note: Function 'mixGetMasterSampleSS8SR' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1619:43: style: Function 'mixGetMasterSampleSU8SR' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:40:50: note: Function 'mixGetMasterSampleSU8SR' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1619:43: note: Function 'mixGetMasterSampleSU8SR' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1619:61: style: Function 'mixGetMasterSampleSU8SR' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:40:67: note: Function 'mixGetMasterSampleSU8SR' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1619:61: note: Function 'mixGetMasterSampleSU8SR' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1645:43: style: Function 'mixGetMasterSampleMS16M' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:42:50: note: Function 'mixGetMasterSampleMS16M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1645:43: note: Function 'mixGetMasterSampleMS16M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1645:61: style: Function 'mixGetMasterSampleMS16M' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:42:67: note: Function 'mixGetMasterSampleMS16M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1645:61: note: Function 'mixGetMasterSampleMS16M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1670:43: style: Function 'mixGetMasterSampleMU16M' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:43:50: note: Function 'mixGetMasterSampleMU16M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1670:43: note: Function 'mixGetMasterSampleMU16M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1670:61: style: Function 'mixGetMasterSampleMU16M' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:43:67: note: Function 'mixGetMasterSampleMU16M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1670:61: note: Function 'mixGetMasterSampleMU16M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1695:43: style: Function 'mixGetMasterSampleMS16S' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:44:50: note: Function 'mixGetMasterSampleMS16S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1695:43: note: Function 'mixGetMasterSampleMS16S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1695:61: style: Function 'mixGetMasterSampleMS16S' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:44:67: note: Function 'mixGetMasterSampleMS16S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1695:61: note: Function 'mixGetMasterSampleMS16S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1720:43: style: Function 'mixGetMasterSampleMU16S' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:45:50: note: Function 'mixGetMasterSampleMU16S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1720:43: note: Function 'mixGetMasterSampleMU16S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1720:61: style: Function 'mixGetMasterSampleMU16S' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:45:67: note: Function 'mixGetMasterSampleMU16S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1720:61: note: Function 'mixGetMasterSampleMU16S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1745:43: style: Function 'mixGetMasterSampleSS16M' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:46:50: note: Function 'mixGetMasterSampleSS16M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1745:43: note: Function 'mixGetMasterSampleSS16M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1745:61: style: Function 'mixGetMasterSampleSS16M' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:46:67: note: Function 'mixGetMasterSampleSS16M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1745:61: note: Function 'mixGetMasterSampleSS16M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1771:43: style: Function 'mixGetMasterSampleSU16M' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:47:50: note: Function 'mixGetMasterSampleSU16M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1771:43: note: Function 'mixGetMasterSampleSU16M' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1771:61: style: Function 'mixGetMasterSampleSU16M' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:47:67: note: Function 'mixGetMasterSampleSU16M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1771:61: note: Function 'mixGetMasterSampleSU16M' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1796:43: style: Function 'mixGetMasterSampleSS16S' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:48:50: note: Function 'mixGetMasterSampleSS16S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1796:43: note: Function 'mixGetMasterSampleSS16S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1796:61: style: Function 'mixGetMasterSampleSS16S' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:48:67: note: Function 'mixGetMasterSampleSS16S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1796:61: note: Function 'mixGetMasterSampleSS16S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1822:43: style: Function 'mixGetMasterSampleSU16S' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:49:50: note: Function 'mixGetMasterSampleSU16S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1822:43: note: Function 'mixGetMasterSampleSU16S' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1822:61: style: Function 'mixGetMasterSampleSU16S' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:49:67: note: Function 'mixGetMasterSampleSU16S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1822:61: note: Function 'mixGetMasterSampleSU16S' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1848:44: style: Function 'mixGetMasterSampleSS16SR' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:50:51: note: Function 'mixGetMasterSampleSS16SR' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1848:44: note: Function 'mixGetMasterSampleSS16SR' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1848:62: style: Function 'mixGetMasterSampleSS16SR' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:50:68: note: Function 'mixGetMasterSampleSS16SR' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1848:62: note: Function 'mixGetMasterSampleSS16SR' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1875:44: style: Function 'mixGetMasterSampleSU16SR' argument 1 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:51:51: note: Function 'mixGetMasterSampleSU16SR' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1875:44: note: Function 'mixGetMasterSampleSU16SR' argument 1 names different: declaration 'dst' definition '_dst'.
ocp-0.1.21/dev/mchasm.c:1875:62: style: Function 'mixGetMasterSampleSU16SR' argument 2 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mchasm.h:51:68: note: Function 'mixGetMasterSampleSU16SR' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mchasm.c:1875:62: note: Function 'mixGetMasterSampleSU16SR' argument 2 names different: declaration 'src' definition '_src'.
ocp-0.1.21/dev/mix.c:71:43: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ocp-0.1.21/dev/mix.c:261:90: style: Function 'mixInit' argument 2 names different: declaration 'resamp' definition 'masterchan'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mix.h:30:97: note: Function 'mixInit' argument 2 names different: declaration 'resamp' definition 'masterchan'.
ocp-0.1.21/dev/mix.c:261:90: note: Function 'mixInit' argument 2 names different: declaration 'resamp' definition 'masterchan'.
ocp-0.1.21/dev/mix.c:261:115: style: Function 'mixInit' argument 3 names different: declaration 'chan' definition 'chn'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mix.h:30:118: note: Function 'mixInit' argument 3 names different: declaration 'chan' definition 'chn'.
ocp-0.1.21/dev/mix.c:261:115: note: Function 'mixInit' argument 3 names different: declaration 'chan' definition 'chn'.
ocp-0.1.21/dev/mixasm.c:1914:10: style: The scope of the variable 'step' can be reduced. [variableScope]
ocp-0.1.21/dev/mixasm.c:1915:11: style: The scope of the variable 'fpos' can be reduced. [variableScope]
ocp-0.1.21/dev/mixasm.c:1916:6: style: The scope of the variable 'inloop' can be reduced. [variableScope]
ocp-0.1.21/dev/mixasm.c:1918:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
ocp-0.1.21/dev/mixasm.c:1919:11: style: The scope of the variable 'mylen' can be reduced. [variableScope]
ocp-0.1.21/dev/mixasm.c:1417:45: style: Function 'mixAddAbs' argument 1 names different: declaration 'ch' definition 'chan'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mixasm.h:4:52: note: Function 'mixAddAbs' argument 1 names different: declaration 'ch' definition 'chan'.
ocp-0.1.21/dev/mixasm.c:1417:45: note: Function 'mixAddAbs' argument 1 names different: declaration 'ch' definition 'chan'.
ocp-0.1.21/dev/mixasm.c:1906:30: style: Function 'mixPlayChannel' argument 1 names different: declaration 'buf' definition 'dst'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mixasm.h:5:37: note: Function 'mixPlayChannel' argument 1 names different: declaration 'buf' definition 'dst'.
ocp-0.1.21/dev/mixasm.c:1906:30: note: Function 'mixPlayChannel' argument 1 names different: declaration 'buf' definition 'dst'.
ocp-0.1.21/dev/mixasm.c:1906:76: style: Function 'mixPlayChannel' argument 4 names different: declaration 'st' definition 'stereo'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mixasm.h:5:83: note: Function 'mixPlayChannel' argument 4 names different: declaration 'st' definition 'stereo'.
ocp-0.1.21/dev/mixasm.c:1906:76: note: Function 'mixPlayChannel' argument 4 names different: declaration 'st' definition 'stereo'.
ocp-0.1.21/dev/player.c:111:34: style: Function 'plrGetMasterSample' argument 1 names different: declaration 's' definition 'buf'. [funcArgNamesDifferent]
ocp-0.1.21/dev/player.h:32:41: note: Function 'plrGetMasterSample' argument 1 names different: declaration 's' definition 'buf'.
ocp-0.1.21/dev/player.c:111:34: note: Function 'plrGetMasterSample' argument 1 names different: declaration 's' definition 'buf'.
ocp-0.1.21/dev/player.c:171:55: style: Function 'plrOpenPlayer' argument 3 names different: declaration 'blen' definition 'bufl'. [funcArgNamesDifferent]
ocp-0.1.21/dev/player.h:29:62: note: Function 'plrOpenPlayer' argument 3 names different: declaration 'blen' definition 'bufl'.
ocp-0.1.21/dev/player.c:171:55: note: Function 'plrOpenPlayer' argument 3 names different: declaration 'blen' definition 'bufl'.
ocp-0.1.21/dev/sampler.c:105:34: style: Function 'smpGetMasterSample' argument 1 names different: declaration 's' definition 'buf'. [funcArgNamesDifferent]
ocp-0.1.21/dev/sampler.h:30:41: note: Function 'smpGetMasterSample' argument 1 names different: declaration 's' definition 'buf'.
ocp-0.1.21/dev/sampler.c:105:34: note: Function 'smpGetMasterSample' argument 1 names different: declaration 's' definition 'buf'.
ocp-0.1.21/dev/sampler.c:164:46: style: Function 'smpOpenSampler' argument 3 names different: declaration 'blen' definition 'bufl'. [funcArgNamesDifferent]
ocp-0.1.21/dev/sampler.h:27:53: note: Function 'smpOpenSampler' argument 3 names different: declaration 'blen' definition 'bufl'.
ocp-0.1.21/dev/sampler.c:164:46: note: Function 'smpOpenSampler' argument 3 names different: declaration 'blen' definition 'bufl'.
ocp-0.1.21/dev/smpman.c:166:19: style: Checking if unsigned variable 's->loopstart' is less than zero. [unsignedLessThanZero]
ocp-0.1.21/dev/smpman.c:168:17: style: Checking if unsigned variable 's->loopend' is less than zero. [unsignedLessThanZero]
ocp-0.1.21/dev/smpman.c:181:20: style: Checking if unsigned variable 's->sloopstart' is less than zero. [unsignedLessThanZero]
ocp-0.1.21/dev/smpman.c:183:18: style: Checking if unsigned variable 's->sloopend' is less than zero. [unsignedLessThanZero]
ocp-0.1.21/dev/smpman.c:784:41: style: Function 'mcpReduceSamples' argument 1 names different: declaration 's' definition 'si'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mcp.h:49:48: note: Function 'mcpReduceSamples' argument 1 names different: declaration 's' definition 'si'.
ocp-0.1.21/dev/smpman.c:784:41: note: Function 'mcpReduceSamples' argument 1 names different: declaration 's' definition 'si'.
ocp-0.1.21/dev/smpman.c:784:57: style: Function 'mcpReduceSamples' argument 3 names different: declaration 'm' definition 'mem'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mcp.h:49:63: note: Function 'mcpReduceSamples' argument 3 names different: declaration 'm' definition 'mem'.
ocp-0.1.21/dev/smpman.c:784:57: note: Function 'mcpReduceSamples' argument 3 names different: declaration 'm' definition 'mem'.
ocp-0.1.21/dev/smpman.c:784:66: style: Function 'mcpReduceSamples' argument 4 names different: declaration 'o' definition 'opt'. [funcArgNamesDifferent]
ocp-0.1.21/dev/mcp.h:49:70: note: Function 'mcpReduceSamples' argument 4 names different: declaration 'o' definition 'opt'.
ocp-0.1.21/dev/smpman.c:784:66: note: Function 'mcpReduceSamples' argument 4 names different: declaration 'o' definition 'opt'.
ocp-0.1.21/devp/devpalsa.c:1042:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devp/devpalsa.c:1200:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
ocp-0.1.21/devp/devpalsa.c:1192:3: note: Variable 'err' is reassigned a value before the old one has been used.
ocp-0.1.21/devp/devpalsa.c:1200:3: note: Variable 'err' is reassigned a value before the old one has been used.
ocp-0.1.21/devp/devpalsa.c:1314:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/devp/devpcoreaudio.c:184:43: portability: 'playbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocp-0.1.21/devp/devpcoreaudio.c:287:15: warning: The 2nd memset() argument '2147516416U' doesn't fit into an 'unsigned char'. [memsetValueOutOfRange]
ocp-0.1.21/devp/devposs.c:556:6: style: Unused variable: tmp [unusedVariable]
ocp-0.1.21/devp/devposs.c:250:11: error: Uninitialized variable: tmp [uninitvar]
ocp-0.1.21/devp/devpsdl.c:279:7: style: The scope of the variable 'drivername' can be reduced. [variableScope]
ocp-0.1.21/devp/devpsdl.c:111:24: portability: 'playbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocp-0.1.21/devp/devpsdl.c:226:15: warning: The 2nd memset() argument '2147516416U' doesn't fit into an 'unsigned char'. [memsetValueOutOfRange]
ocp-0.1.21/devw/devwmix.c:1083:2: style: Variable 'scalebuf' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ocp-0.1.21/devw/devwmix.c:1079:2: note: Variable 'scalebuf' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/devw/devwmix.c:1083:2: note: Variable 'scalebuf' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/devw/devwmix.c:434:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/devw/devwmix.c:153:46: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ocp-0.1.21/devw/devwmix.c:162:47: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ocp-0.1.21/devw/devwmixf.c:340:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/devw/dwmixa_c.c:12:53: style: Function 'mixrFadeChannel' argument 2 names different: declaration 'ch' definition 'chan'. [funcArgNamesDifferent]
ocp-0.1.21/devw/dwmixa.h:5:60: note: Function 'mixrFadeChannel' argument 2 names different: declaration 'ch' definition 'chan'.
ocp-0.1.21/devw/dwmixa_c.c:12:53: note: Function 'mixrFadeChannel' argument 2 names different: declaration 'ch' definition 'chan'.
ocp-0.1.21/devw/dwmixa_c.c:113:45: style: Function 'mixrPlayChannel' argument 2 names different: declaration 'fade' definition 'fadebuf'. [funcArgNamesDifferent]
ocp-0.1.21/devw/dwmixa.h:4:52: note: Function 'mixrPlayChannel' argument 2 names different: declaration 'fade' definition 'fadebuf'.
ocp-0.1.21/devw/dwmixa_c.c:113:45: note: Function 'mixrPlayChannel' argument 2 names different: declaration 'fade' definition 'fadebuf'.
ocp-0.1.21/devw/dwmixa_c.c:113:84: style: Function 'mixrPlayChannel' argument 4 names different: declaration 'ch' definition 'chan'. [funcArgNamesDifferent]
ocp-0.1.21/devw/dwmixa.h:4:88: note: Function 'mixrPlayChannel' argument 4 names different: declaration 'ch' definition 'chan'.
ocp-0.1.21/devw/dwmixa_c.c:113:84: note: Function 'mixrPlayChannel' argument 4 names different: declaration 'ch' definition 'chan'.
ocp-0.1.21/devw/dwmixa_c.c:113:94: style: Function 'mixrPlayChannel' argument 5 names different: declaration 'st' definition 'stereo'. [funcArgNamesDifferent]
ocp-0.1.21/devw/dwmixa.h:4:96: note: Function 'mixrPlayChannel' argument 5 names different: declaration 'st' definition 'stereo'.
ocp-0.1.21/devw/dwmixa_c.c:113:94: note: Function 'mixrPlayChannel' argument 5 names different: declaration 'st' definition 'stereo'.
ocp-0.1.21/devw/dwmixa_x86.c:471:0: error: #error This line bellow depends on MIXRQ_PLAYING = 1 [preprocessorErrorDirective]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:541:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:676:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:815:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:975:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1113:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1270:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1402:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1546:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1696:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1859:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2009:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2174:46: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2462:33: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:163:1: style: Label 'prepare_mixer_fillloop' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:183:1: style: Label 'clearbufm_clloop' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:210:1: style: Label 'clearbufs_clloop' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:261:1: style: Label 'mixer_nocutfl' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:267:1: style: Label 'mixer_nocutfr' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:277:1: style: Label 'mixer_clearst' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:279:1: style: Label 'mixer_clearend' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:283:1: style: Label 'mixer_MixNext' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:348:1: style: Label 'mixer_SkipVoice' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:353:1: style: Label 'mixer_PostprocLoop' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:366:1: style: Label 'mixer_PostprocEnd' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:390:1: style: Label 'mixer_clipmono' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:393:1: style: Label 'mixer_endall' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:421:1: style: Label 'mix_0_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:424:1: style: Label 'mix_0_looped' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:441:1: style: Label 'mix_0_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:451:1: style: Label 'mix_0_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:459:1: style: Label 'mix_0_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:486:1: style: Label 'mixm_n_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:515:1: style: Label 'mixm_n_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:525:1: style: Label 'mixm_n_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:533:1: style: Label 'mixm_n_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:553:1: style: Label 'mixm_n_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:597:1: style: Label 'mixs_n_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:637:1: style: Label 'mixs_n_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:648:1: style: Label 'mixs_n_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:662:1: style: Label 'mixs_n_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:700:1: style: Label 'mixs_n_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:748:1: style: Label 'mixm_i_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:788:1: style: Label 'mixm_i_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:799:1: style: Label 'mixm_i_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:807:1: style: Label 'mixm_i_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:827:1: style: Label 'mixm_i_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:882:1: style: Label 'mixs_i_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:933:1: style: Label 'mixs_i_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:946:1: style: Label 'mixs_i_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:960:1: style: Label 'mixs_i_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:998:1: style: Label 'mixs_i_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1043:1: style: Label 'mixm_i2_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1085:1: style: Label 'mixm_i2_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1095:1: style: Label 'mixm_i2_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1105:1: style: Label 'mixm_i2_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1125:1: style: Label 'mixm_i2_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1176:1: style: Label 'mixs_i2_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1229:1: style: Label 'mixs_i2_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1240:1: style: Label 'mixs_i2_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1255:1: style: Label 'mixs_i2_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1294:1: style: Label 'mixs_i2_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1337:1: style: Label 'mixm_nf_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1376:1: style: Label 'mixm_nf_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1386:1: style: Label 'mixm_nf_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1394:1: style: Label 'mixm_nf_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1414:1: style: Label 'mixm_nf_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1458:1: style: Label 'mixs_nf_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1507:1: style: Label 'mixs_nf_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1518:1: style: Label 'mixs_nf_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1531:1: style: Label 'mixs_nf_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1570:1: style: Label 'mixs_nf_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1618:1: style: Label 'mixm_if_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1669:1: style: Label 'mixm_if_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1680:1: style: Label 'mixm_if_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1688:1: style: Label 'mixm_if_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1708:1: style: Label 'mixm_if_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1757:1: style: Label 'mixs_if_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1818:1: style: Label 'mixs_if_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1830:1: style: Label 'mixs_if_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1844:1: style: Label 'mixs_if_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1883:1: style: Label 'mixs_if_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1928:1: style: Label 'mixm_i2f_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1981:1: style: Label 'mixm_i2f_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:1991:1: style: Label 'mixm_i2f_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2001:1: style: Label 'mixm_i2f_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2021:1: style: Label 'mixm_i2f_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2070:1: style: Label 'mixs_i2f_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2133:1: style: Label 'mixs_i2f_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2144:1: style: Label 'mixs_i2f_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2159:1: style: Label 'mixs_i2f_fill' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2198:1: style: Label 'mixs_i2f_loopme' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2237:1: style: Label 'clip_16s_lp' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2248:1: style: Label 'clip_16s_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2254:1: style: Label 'clip_16s_max' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2259:1: style: Label 'clip_16s_min' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2264:1: style: Label 'clip_16s_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2288:1: style: Label 'clip_16u_lp' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2300:1: style: Label 'clip_16u_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2308:1: style: Label 'clip_16u_max' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2313:1: style: Label 'clip_16u_min' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2318:1: style: Label 'clip_16u_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2342:1: style: Label 'clip_8s_lp' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2354:1: style: Label 'clip_8s_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2361:1: style: Label 'clip_8s_max' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2366:1: style: Label 'clip_8s_min' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2371:1: style: Label 'clip_8s_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2395:1: style: Label 'clip_8u_lp' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2407:1: style: Label 'clip_8u_next' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2415:1: style: Label 'clip_8u_max' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2420:1: style: Label 'clip_8u_min' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2425:1: style: Label 'clip_8u_ende' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2466:1: style: Label 'getchanvol_neg' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2468:1: style: Label 'getchanvol_goon' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2471:1: style: Label 'getchanvol_looped' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2489:1: style: Label 'getchanvol_LoopHandler' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2494:1: style: Label 'getchanvol_SkipVoice' is not used. [unusedLabel]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:362:46: style: Variable 'esi_mirror' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:460:72: style: Variable 'ebp_mirror' is modified but its new value is never used. [unreadVariable]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2249:35: style: Variable 'esi_mirror' is modified but its new value is never used. [unreadVariable]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2303:35: style: Variable 'esi_mirror' is modified but its new value is never used. [unreadVariable]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2304:35: style: Variable 'edi_mirror' is modified but its new value is never used. [unreadVariable]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2356:35: style: Variable 'esi_mirror' is modified but its new value is never used. [unreadVariable]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2357:35: style: Variable 'edi_mirror' is modified but its new value is never used. [unreadVariable]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2410:35: style: Variable 'esi_mirror' is modified but its new value is never used. [unreadVariable]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2411:35: style: Variable 'edi_mirror' is modified but its new value is never used. [unreadVariable]
ocp-0.1.21/devw/dwmixfa_8087_emu.c:2492:80: style: Variable 'ebp_mirror' is modified but its new value is never used. [unreadVariable]
ocp-0.1.21/devw/dwmixqa_c.c:110:66: style: Function 'mixqPlayChannel' argument 3 names different: declaration 'ch' definition 'chan'. [funcArgNamesDifferent]
ocp-0.1.21/devw/dwmixqa.h:4:73: note: Function 'mixqPlayChannel' argument 3 names different: declaration 'ch' definition 'chan'.
ocp-0.1.21/devw/dwmixqa_c.c:110:66: note: Function 'mixqPlayChannel' argument 3 names different: declaration 'ch' definition 'chan'.
ocp-0.1.21/devw/test-dwmixa.c:398:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixa.c:439:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixa.c:481:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixa.c:523:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixa.c:564:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixa.c:606:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixa.c:639:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/devw/test-dwmixa.c:791:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/devw/test-dwmixfa.c:269:2: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint]
ocp-0.1.21/devw/test-dwmixqa.c:175:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:176:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:177:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:178:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:180:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:195:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:196:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:197:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:202:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:203:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:204:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:205:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/devw/test-dwmixqa.c:99:46: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ocp-0.1.21/devw/test-dwmixqa.c:108:47: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ocp-0.1.21/filesel/adb.c:571:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/filesel/arczip.c:117:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ocp-0.1.21/filesel/arczip.c:382:10: style: The scope of the variable 'name' can be reduced. [variableScope]
ocp-0.1.21/filesel/arczip.c:337:13: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/filesel/arczip.c:255:15: error: Uninitialized variable: a [uninitvar]
ocp-0.1.21/filesel/cdrom.c:222:3: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
ocp-0.1.21/filesel/cdrom.c:221:0: note: Variable 'temp' is reassigned a value before the old one has been used.
ocp-0.1.21/filesel/cdrom.c:222:3: note: Variable 'temp' is reassigned a value before the old one has been used.
ocp-0.1.21/filesel/cdrom.c:272:0: warning: Redundant assignment of 'lastlba' to itself. [selfAssignment]
ocp-0.1.21/filesel/cdrom.c:271:9: style: The scope of the variable 'initlba' can be reduced. [variableScope]
ocp-0.1.21/filesel/cdrom.c:272:17: error: Uninitialized variable: lastlba [uninitvar]
ocp-0.1.21/filesel/dirdb.c:413:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ocp-0.1.21/filesel/fsptype.c:39:15: style: The scope of the variable 'pos' can be reduced. [variableScope]
ocp-0.1.21/filesel/fsptype.c:40:6: style: The scope of the variable 'num' can be reduced. [variableScope]
ocp-0.1.21/filesel/fsptype.c:49:21: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
ocp-0.1.21/filesel/gendir.c:138:21: style: The scope of the variable 'curorgdir' can be reduced. [variableScope]
ocp-0.1.21/filesel/gendir.c:139:21: style: The scope of the variable 'curfixdir' can be reduced. [variableScope]
ocp-0.1.21/filesel/gendir.c:67:59: style: Function 'gendir' argument 3 names different: declaration 'targetdir' definition '_retval'. [funcArgNamesDifferent]
ocp-0.1.21/filesel/gendir.h:4:66: note: Function 'gendir' argument 3 names different: declaration 'targetdir' definition '_retval'.
ocp-0.1.21/filesel/gendir.c:67:59: note: Function 'gendir' argument 3 names different: declaration 'targetdir' definition '_retval'.
ocp-0.1.21/filesel/mdb.c:226:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/filesel/mdb.c:226:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/filesel/modlist.c:206:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ocp-0.1.21/filesel/modlist.c:154:7: style: The scope of the variable 'DST' can be reduced. [variableScope]
ocp-0.1.21/filesel/modlist.c:154:12: style: The scope of the variable 'SRC' can be reduced. [variableScope]
ocp-0.1.21/filesel/modlist.c:232:21: style: Function 'fs12name' argument 1 names different: declaration 'dst13bytes' definition 'shortname'. [funcArgNamesDifferent]
ocp-0.1.21/filesel/modlist.h:60:28: note: Function 'fs12name' argument 1 names different: declaration 'dst13bytes' definition 'shortname'.
ocp-0.1.21/filesel/modlist.c:232:21: note: Function 'fs12name' argument 1 names different: declaration 'dst13bytes' definition 'shortname'.
ocp-0.1.21/filesel/pfilesel.c:2824:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/filesel/pfilesel.c:2830:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/filesel/pfilesel.c:344:7: style: The scope of the variable 'newpath' can be reduced. [variableScope]
ocp-0.1.21/filesel/pfilesel.c:1065:14: style: The scope of the variable 'tmppos' can be reduced. [variableScope]
ocp-0.1.21/filesel/pfilesel.c:1412:6: style: The scope of the variable 'LastCurrent' can be reduced. [variableScope]
ocp-0.1.21/filesel/pfilesel.c:1552:14: style: The scope of the variable 'temp' can be reduced. [variableScope]
ocp-0.1.21/filesel/pfilesel.c:2580:28: style: The scope of the variable 'me' can be reduced. [variableScope]
ocp-0.1.21/filesel/pfilesel.c:2581:11: style: The scope of the variable 'f' can be reduced. [variableScope]
ocp-0.1.21/filesel/pfilesel.c:124:41: style: Function 'dmFindDrive' argument 1 names different: declaration 'dmDrive' definition 'drivename'. [funcArgNamesDifferent]
ocp-0.1.21/filesel/pfilesel.h:103:48: note: Function 'dmFindDrive' argument 1 names different: declaration 'dmDrive' definition 'drivename'.
ocp-0.1.21/filesel/pfilesel.c:124:41: note: Function 'dmFindDrive' argument 1 names different: declaration 'dmDrive' definition 'drivename'.
ocp-0.1.21/filesel/pfilesel.c:340:87: style: Function 'dosReadDir' argument 3 names different: declaration 'path' definition 'dirdbpath'. [funcArgNamesDifferent]
ocp-0.1.21/filesel/pfilesel.c:206:87: note: Function 'dosReadDir' argument 3 names different: declaration 'path' definition 'dirdbpath'.
ocp-0.1.21/filesel/pfilesel.c:340:87: note: Function 'dosReadDir' argument 3 names different: declaration 'path' definition 'dirdbpath'.
ocp-0.1.21/filesel/pfilesel.c:2279:49: error: Unusual pointer arithmetic. A value of type 'char' is added to a string literal. [strPlusChar]
ocp-0.1.21/filesel/pfsmain.c:108:6: style: The scope of the variable 'result' can be reduced. [variableScope]
ocp-0.1.21/filesel/pfsmain.c:182:12: style: Redundant pointer operation on 'info' - it's already a pointer. [redundantPointerOp]
ocp-0.1.21/filesel/playlist.c:143:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ocp-0.1.21/filesel/playlist.c:160:4: note: Found duplicate branches for 'if' and 'else'.
ocp-0.1.21/filesel/playlist.c:143:9: note: Found duplicate branches for 'if' and 'else'.
ocp-0.1.21/filesel/playlist.c:112:11: style: The scope of the variable 'iterate' can be reduced. [variableScope]
ocp-0.1.21/goodies/helpc/ocphhc.c:380:17: style: The scope of the variable 'inbuf' can be reduced. [variableScope]
ocp-0.1.21/goodies/helpc/ocphhc.c:381:17: style: The scope of the variable 'outbuf' can be reduced. [variableScope]
ocp-0.1.21/goodies/helpc/ocphhc.c:162:2: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/goodies/pack/pack.c:53:0: error: Resource leak: output [resourceLeak]
ocp-0.1.21/goodies/pack/pack.c:53:0: error: Memory leak: dir [memleak]
ocp-0.1.21/goodies/pack/pack.c:74:0: error: Memory leak: buffer [memleak]
ocp-0.1.21/goodies/pack/pack.c:74:0: error: Resource leak: file [resourceLeak]
ocp-0.1.21/goodies/tga2wav/tga2wav.cpp:190:7: error: Resource leak: infile [resourceLeak]
ocp-0.1.21/goodies/tga2wav/tga2wav.cpp:204:7: error: Resource leak: infile [resourceLeak]
ocp-0.1.21/goodies/tga2wav/tga2wav.cpp:288:0: error: Resource leak: infile [resourceLeak]
ocp-0.1.21/goodies/tga2wav/tga2wav.cpp:288:0: error: Resource leak: outfile [resourceLeak]
ocp-0.1.21/goodies/wap/wap.cpp:299:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
ocp-0.1.21/goodies/wap/wap.cpp:300:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
ocp-0.1.21/goodies/wap/wap.cpp:302:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
ocp-0.1.21/goodies/wap/wap.cpp:482:29: style: The scope of the variable 'd' can be reduced. [variableScope]
ocp-0.1.21/goodies/wap/wap.cpp:136:2: warning: Possible buffer overflow if strlen(junk) is larger than or equal to sizeof(header). [possibleBufferAccessOutOfBounds]
ocp-0.1.21/goodies/wap/wap.cpp:85:3: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
ocp-0.1.21/goodies/wap/wap.cpp:182:3: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
ocp-0.1.21/help/cphelper.c:210:8: style: The scope of the variable 'inbuf' can be reduced. [variableScope]
ocp-0.1.21/medialib/medialib.c:506:8: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ocp-0.1.21/medialib/medialib.c:80:23: style: The scope of the variable 'mle' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:467:19: style: Condition 'stopafter' is always false [knownConditionTrueFalse]
ocp-0.1.21/playay/ayplay.c:135:6: style: The scope of the variable 'ls' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:135:10: style: The scope of the variable 'rs' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:239:17: style: The scope of the variable 'intz' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:248:17: style: The scope of the variable 'intnz' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:260:11: style: The scope of the variable 'len' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:260:15: style: The scope of the variable 'ofs' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:655:12: style: The scope of the variable 'aym1' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:655:18: style: The scope of the variable 'c0' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:655:22: style: The scope of the variable 'c1' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:655:26: style: The scope of the variable 'c2' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:655:30: style: The scope of the variable 'c3' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:655:34: style: The scope of the variable 'ls' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:655:38: style: The scope of the variable 'rs' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:655:42: style: The scope of the variable 'vm1' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:655:46: style: The scope of the variable 'v1' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:655:49: style: The scope of the variable 'v2' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:656:13: style: The scope of the variable 'ay1' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:656:18: style: The scope of the variable 'ay2' can be reduced. [variableScope]
ocp-0.1.21/playay/ayplay.c:1132:74: style: Function 'aySetVolume' argument 1 names different: declaration 'vol' definition 'vol_'. [funcArgNamesDifferent]
ocp-0.1.21/playay/ayplay.h:20:75: note: Function 'aySetVolume' argument 1 names different: declaration 'vol' definition 'vol_'.
ocp-0.1.21/playay/ayplay.c:1132:74: note: Function 'aySetVolume' argument 1 names different: declaration 'vol' definition 'vol_'.
ocp-0.1.21/playay/ayplay.c:1132:92: style: Function 'aySetVolume' argument 2 names different: declaration 'bal' definition 'bal_'. [funcArgNamesDifferent]
ocp-0.1.21/playay/ayplay.h:20:87: note: Function 'aySetVolume' argument 2 names different: declaration 'bal' definition 'bal_'.
ocp-0.1.21/playay/ayplay.c:1132:92: note: Function 'aySetVolume' argument 2 names different: declaration 'bal' definition 'bal_'.
ocp-0.1.21/playay/ayplay.c:1132:110: style: Function 'aySetVolume' argument 3 names different: declaration 'pan' definition 'pan_'. [funcArgNamesDifferent]
ocp-0.1.21/playay/ayplay.h:20:99: note: Function 'aySetVolume' argument 3 names different: declaration 'pan' definition 'pan_'.
ocp-0.1.21/playay/ayplay.c:1132:110: note: Function 'aySetVolume' argument 3 names different: declaration 'pan' definition 'pan_'.
ocp-0.1.21/playay/aypplay.c:340:2: style: Variable '_modname' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/playay/aypplay.c:342:2: style: Variable '_modext' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/playay/aytype.c:81:32: style: Checking if unsigned variable 'left=len-(authorstr-buf)' is less than zero. [unsignedLessThanZero]
ocp-0.1.21/playay/aytype.c:94:30: style: Checking if unsigned variable 'left=len-(miscstr-buf)' is less than zero. [unsignedLessThanZero]
ocp-0.1.21/playay/sound.c:319:5: style: The scope of the variable 'mixer' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:319:11: style: The scope of the variable 'envshape' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:320:9: style: The scope of the variable 'level' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:320:15: style: The scope of the variable 'count' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:325:5: style: The scope of the variable 'is_low' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:325:12: style: The scope of the variable 'is_on' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:326:5: style: The scope of the variable 'chan1' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:326:11: style: The scope of the variable 'chan2' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:326:17: style: The scope of the variable 'chan3' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:328:10: style: The scope of the variable 'tone_count' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:328:21: style: The scope of the variable 'noise_count' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:716:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ocp-0.1.21/playay/sound.c:720:5: style: The scope of the variable 'f' can be reduced. [variableScope]
ocp-0.1.21/playay/z80.c:66:1: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ocp-0.1.21/playay/z80.c:60:1: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/playay/z80.c:66:1: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/playay/z80.c:68:1: style: Variable 'ix' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ocp-0.1.21/playay/z80.c:62:1: note: Variable 'ix' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/playay/z80.c:68:1: note: Variable 'ix' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/playay/z80.c:71:1: style: Variable 'sp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ocp-0.1.21/playay/z80.c:62:7: note: Variable 'sp' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/playay/z80.c:71:1: note: Variable 'sp' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/playay/z80ops.c:120:0: error: syntax error [syntaxError]
ocp-0.1.21/playcda/cdaplay.c:208:12: style: The scope of the variable 'c0' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:208:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:208:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:208:24: style: The scope of the variable 'c3' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:208:28: style: The scope of the variable 'ls' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:208:32: style: The scope of the variable 'rs' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:208:36: style: The scope of the variable 'vm1' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:208:40: style: The scope of the variable 'v1' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:208:43: style: The scope of the variable 'v2' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:208:47: style: The scope of the variable 'wpm1' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:209:13: style: The scope of the variable 'wp1' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:209:18: style: The scope of the variable 'wp2' can be reduced. [variableScope]
ocp-0.1.21/playcda/cdaplay.c:607:20: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:655:11: style: The scope of the variable 'c0' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:655:15: style: The scope of the variable 'c1' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:655:19: style: The scope of the variable 'c2' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:655:23: style: The scope of the variable 'c3' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:655:27: style: The scope of the variable 'ls' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:655:31: style: The scope of the variable 'rs' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:655:35: style: The scope of the variable 'vm1' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:655:40: style: The scope of the variable 'v1' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:655:44: style: The scope of the variable 'v2' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:655:48: style: The scope of the variable 'wpm1' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:656:12: style: The scope of the variable 'wp1' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:656:17: style: The scope of the variable 'wp2' can be reduced. [variableScope]
ocp-0.1.21/playflac/flacplay.c:439:24: style: Checking if unsigned variable 'flac_max_blocksize' is less than zero. [unsignedLessThanZero]
ocp-0.1.21/playflac/flacplay.c:995:70: style: Function 'flacSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'. [funcArgNamesDifferent]
ocp-0.1.21/playflac/flacplay.h:22:77: note: Function 'flacSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'.
ocp-0.1.21/playflac/flacplay.c:995:70: note: Function 'flacSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'.
ocp-0.1.21/playflac/flacplay.c:995:83: style: Function 'flacSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'. [funcArgNamesDifferent]
ocp-0.1.21/playflac/flacplay.h:22:89: note: Function 'flacSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'.
ocp-0.1.21/playflac/flacplay.c:995:83: note: Function 'flacSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'.
ocp-0.1.21/playflac/flacplay.c:995:96: style: Function 'flacSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'. [funcArgNamesDifferent]
ocp-0.1.21/playflac/flacplay.h:22:101: note: Function 'flacSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'.
ocp-0.1.21/playflac/flacplay.c:995:96: note: Function 'flacSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'.
ocp-0.1.21/playgmd/gmdlams.c:231:32: warning: Found calculation inside sizeof(). [sizeofCalculation]
ocp-0.1.21/playgmd/gmdlams.c:83:11: style: struct member 'Anonymous5::defchn' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdlams.c:84:11: style: struct member 'Anonymous5::defcmd' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdlams.c:85:11: style: struct member 'Anonymous5::defrow' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdldmf.c:404:0: warning: Redundant assignment of 'data' to itself. [selfAssignment]
ocp-0.1.21/playgmd/gmdldmf.c:215:11: style: The scope of the variable 't' can be reduced. [variableScope]
ocp-0.1.21/playgmd/gmdldmf.c:216:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/playgmd/gmdldmf.c:139:8: style: struct member 'Anonymous5::tracker' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdldmf.c:142:8: style: struct member 'Anonymous5::date' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdldmf.c:700:12: style: struct member 'Anonymous6::filler' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdldmf.c:404:18: error: Uninitialized variable: data [uninitvar]
ocp-0.1.21/playgmd/gmdlmdl.c:1063:17: error: Array 'env.env[15][2]' index env.env[15][0] out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playgmd/gmdlmdl.c:1144:17: error: Array 'env.env[15][2]' index env.env[15][0] out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playgmd/gmdlmdl.c:1228:17: error: Array 'env.env[15][2]' index env.env[15][0] out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playgmd/gmdlmdl.c:1378:0: warning: Redundant assignment of 'lowbyte' to itself. [selfAssignment]
ocp-0.1.21/playgmd/gmdlmdl.c:122:6: style: The scope of the variable 'j' can be reduced. [variableScope]
ocp-0.1.21/playgmd/gmdlmdl.c:895:13: style: struct member 'Anonymous6::res1' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdlmdl.c:1266:9: style: struct member 'Anonymous10::filename' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdlmdl.c:374:0: error: Memory leak: trackends [memleak]
ocp-0.1.21/playgmd/gmdlmdl.c:374:0: error: Memory leak: trackptrs [memleak]
ocp-0.1.21/playgmd/gmdlmdl.c:374:0: error: Memory leak: temptrack [memleak]
ocp-0.1.21/playgmd/gmdlmdl.c:1378:20: error: Uninitialized variable: lowbyte [uninitvar]
ocp-0.1.21/playgmd/gmdlokt.c:184:12: style: struct member 'Anonymous6::pad1' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdlokt.c:186:13: style: struct member 'Anonymous6::pad2' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdlptm.c:333:20: style: Redundant condition: If '!nte', the comparison 'nte <= 120' is always true. [redundantCondition]
ocp-0.1.21/playgmd/gmdlptm.c:168:12: style: struct member 'Anonymous6::d5' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdlptm.c:169:12: style: struct member 'Anonymous6::d7' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdls3m.c:68:23: style: struct member 'Anonymous5::uc' is never used. [unusedStructMember]
ocp-0.1.21/playgmd/gmdlult.c:115:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ocp-0.1.21/playgmd/gmdpinst.c:256:178: style: Function 'gmdInstSetup' argument 6 names different: declaration 'nsmpi' definition '_notused'. [funcArgNamesDifferent]
ocp-0.1.21/playgmd/gmdinst.h:48:185: note: Function 'gmdInstSetup' argument 6 names different: declaration 'nsmpi' definition '_notused'.
ocp-0.1.21/playgmd/gmdpinst.c:256:178: note: Function 'gmdInstSetup' argument 6 names different: declaration 'nsmpi' definition '_notused'.
ocp-0.1.21/playgmd/gmdplay.c:216:6: style: The scope of the variable 'type' can be reduced. [variableScope]
ocp-0.1.21/playgmd/gmdplay.c:216:11: style: The scope of the variable 'val1' can be reduced. [variableScope]
ocp-0.1.21/playgmd/gmdplay.c:1688:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/playgmd/gmdplay.c:1411:23: style: Checking if unsigned variable 'td->vibsweeppos' is less than zero. [unsignedLessThanZero]
ocp-0.1.21/playgmd/gmdplay.c:1772:67: style: Function 'mpMute' argument 2 names different: declaration 'm' definition 'mute'. [funcArgNamesDifferent]
ocp-0.1.21/playgmd/gmdplay.h:116:74: note: Function 'mpMute' argument 2 names different: declaration 'm' definition 'mute'.
ocp-0.1.21/playgmd/gmdplay.c:1772:67: note: Function 'mpMute' argument 2 names different: declaration 'm' definition 'mute'.
ocp-0.1.21/playgmd/gmdpplay.c:402:2: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmd/gmdpplay.c:395:2: style: Variable '_modname' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/playgmd/gmdpplay.c:397:2: style: Variable '_modext' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/playgmd/gmdptrak.c:472:84: style: Function 'gmdTrkSetup' argument 1 names different: declaration 'm' definition 'mod'. [funcArgNamesDifferent]
ocp-0.1.21/playgmd/gmdptrak.h:4:91: note: Function 'gmdTrkSetup' argument 1 names different: declaration 'm' definition 'mod'.
ocp-0.1.21/playgmd/gmdptrak.c:472:84: note: Function 'gmdTrkSetup' argument 1 names different: declaration 'm' definition 'mod'.
ocp-0.1.21/playgmi/dumppat.c:102:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/dumppat.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/dumppat.c:138:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/dumppat.c:189:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/dumppat.c:190:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/dumppat.c:191:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/dumppat.c:193:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/dumppat.c:194:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/dumppat.c:195:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/dumppat.c:290:3: error: Resource leak: file [resourceLeak]
ocp-0.1.21/playgmi/dumppat.c:217:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocp-0.1.21/playgmi/dumppat.c:218:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocp-0.1.21/playgmi/dumppat.c:219:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocp-0.1.21/playgmi/dumppat.c:220:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocp-0.1.21/playgmi/dumppat.c:221:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocp-0.1.21/playgmi/dumppat.c:222:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocp-0.1.21/playgmi/dumppat.c:223:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocp-0.1.21/playgmi/dumppat.c:224:82: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocp-0.1.21/playgmi/gmifff.c:528:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/gmifff.c:281:33: style: The scope of the variable 'matched' can be reduced. [variableScope]
ocp-0.1.21/playgmi/gmifff.c:917:7: style: The scope of the variable 'path' can be reduced. [variableScope]
ocp-0.1.21/playgmi/gmifff.c:97:23: style: struct member 'Anonymous0::maj_id' is never used. [unusedStructMember]
ocp-0.1.21/playgmi/gmifff.c:98:9: style: struct member 'Anonymous0::min_id' is never used. [unusedStructMember]
ocp-0.1.21/playgmi/gmifff.c:112:23: style: union member 'Anonymous1::time' is never used. [unusedStructMember]
ocp-0.1.21/playgmi/gmifff.c:900:0: error: Resource leak: dat [resourceLeak]
ocp-0.1.21/playgmi/gmifreepats.c:58:17: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ocp-0.1.21/playgmi/gmifreepats.c:45:20: style: The scope of the variable 'pos' can be reduced. [variableScope]
ocp-0.1.21/playgmi/gmifreepats.c:177:8: style: The scope of the variable 'inifile0' can be reduced. [variableScope]
ocp-0.1.21/playgmi/gmiload.c:184:8: warning: The buffer 'subtype' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
ocp-0.1.21/playgmi/gmipat.c:108:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/gmipat.c:113:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playgmi/gmipat.c:253:3: error: Memory leak: smps [memleak]
ocp-0.1.21/playgmi/gmiplay.c:262:10: error: Array 'mc->note[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playgmi/gmiplay.c:259:2: note: After for loop, i has value 32
ocp-0.1.21/playgmi/gmiplay.c:262:10: note: Array index out of bounds
ocp-0.1.21/playgmi/gmiplay.c:263:13: error: Array 'mc->noteval[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playgmi/gmiplay.c:259:2: note: After for loop, i has value 32
ocp-0.1.21/playgmi/gmiplay.c:263:13: note: Array index out of bounds
ocp-0.1.21/playgmi/gmiplay.c:264:9: error: Array 'mc->pch[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playgmi/gmiplay.c:259:2: note: After for loop, i has value 32
ocp-0.1.21/playgmi/gmiplay.c:264:9: note: Array index out of bounds
ocp-0.1.21/playgmi/gmiplay.c:265:9: error: Array 'mc->vol[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playgmi/gmiplay.c:259:2: note: After for loop, i has value 32
ocp-0.1.21/playgmi/gmiplay.c:265:9: note: Array index out of bounds
ocp-0.1.21/playgmi/gmiplay.c:540:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
ocp-0.1.21/playgmi/gmiplay.c:537:0: note: Variable 'e' is reassigned a value before the old one has been used.
ocp-0.1.21/playgmi/gmiplay.c:540:4: note: Variable 'e' is reassigned a value before the old one has been used.
ocp-0.1.21/playgmi/gmiplay.c:623:2: style: Variable 'outtick' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ocp-0.1.21/playgmi/gmiplay.c:622:2: note: Variable 'outtick' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/playgmi/gmiplay.c:623:2: note: Variable 'outtick' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/playgmi/gmiplay.c:186:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ocp-0.1.21/playgmi/gmiplay.c:262:6: error: Array 'mc.note[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playgmi/gmiplay.c:263:6: error: Array 'mc.noteval[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playgmi/gmiplay.c:265:6: error: Array 'mc.vol[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playgmi/gmiplay.c:264:6: error: Array 'mc.pch[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playgmi/gmipplay.c:212:2: style: Variable '_modname' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/playgmi/gmipplay.c:214:2: style: Variable '_modext' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/playit/itload.c:710:22: error: Array 'ihdr.envs[i].pts[25]' accessed at index 25, which is out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playit/itload.c:340:8: warning: Redundant assignment of 'i' to itself. [selfAssignment]
ocp-0.1.21/playit/itload.c:65:11: style: struct member 'Anonymous4::mvol' is never used. [unusedStructMember]
ocp-0.1.21/playit/itload.c:69:11: style: struct member 'Anonymous4::pwd' is never used. [unusedStructMember]
ocp-0.1.21/playit/itload.c:605:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ocp-0.1.21/playit/itpinst.c:299:19: error: Array 'ins->keytab[120][2]' index ins->keytab[127][1] out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playit/itpinst.c:323:19: error: Array 'ins->keytab[120][2]' index ins->keytab[127][1] out of bounds. [arrayIndexOutOfBounds]
ocp-0.1.21/playit/itplay.c:151:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ocp-0.1.21/playit/itplay.c:1994:10: warning: Redundant assignment of 'pch' to itself. [selfAssignment]
ocp-0.1.21/playit/itplay.c:307:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/playit/itplay.c:1026:6: style: The scope of the variable 'x' can be reduced. [variableScope]
ocp-0.1.21/playit/itplay.c:1972:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/playit/itplay.c:2015:88: style: Function 'getglobinfo' argument 2 names different: declaration 'speed' definition 'tmp'. [funcArgNamesDifferent]
ocp-0.1.21/playit/itplay.h:378:95: note: Function 'getglobinfo' argument 2 names different: declaration 'speed' definition 'tmp'.
ocp-0.1.21/playit/itplay.c:2015:88: note: Function 'getglobinfo' argument 2 names different: declaration 'speed' definition 'tmp'.
ocp-0.1.21/playit/itplay.c:2015:98: style: Function 'getglobinfo' argument 3 names different: declaration 'bpm' definition 'bp'. [funcArgNamesDifferent]
ocp-0.1.21/playit/itplay.h:378:107: note: Function 'getglobinfo' argument 3 names different: declaration 'bpm' definition 'bp'.
ocp-0.1.21/playit/itplay.c:2015:98: note: Function 'getglobinfo' argument 3 names different: declaration 'bpm' definition 'bp'.
ocp-0.1.21/playit/itplay.c:2015:107: style: Function 'getglobinfo' argument 4 names different: declaration 'gvol' definition 'gv'. [funcArgNamesDifferent]
ocp-0.1.21/playit/itplay.h:378:117: note: Function 'getglobinfo' argument 4 names different: declaration 'gvol' definition 'gv'.
ocp-0.1.21/playit/itplay.c:2015:107: note: Function 'getglobinfo' argument 4 names different: declaration 'gvol' definition 'gv'.
ocp-0.1.21/playit/itpplay.c:523:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ocp-0.1.21/playit/itpplay.c:575:2: style: Variable '_modname' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/playit/itpplay.c:577:2: style: Variable '_modext' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/playit/itsex.c:256:7: style: The scope of the variable 'blklen' can be reduced. [variableScope]
ocp-0.1.21/playit/itsex.c:257:7: style: The scope of the variable 'blkpos' can be reduced. [variableScope]
ocp-0.1.21/playit/itsex.c:258:7: style: The scope of the variable 'width' can be reduced. [variableScope]
ocp-0.1.21/playit/itsex.c:260:8: style: The scope of the variable 'd1' can be reduced. [variableScope]
ocp-0.1.21/playit/itsex.c:260:12: style: The scope of the variable 'd2' can be reduced. [variableScope]
ocp-0.1.21/playit/itsex.c:360:7: style: The scope of the variable 'blklen' can be reduced. [variableScope]
ocp-0.1.21/playit/itsex.c:361:7: style: The scope of the variable 'blkpos' can be reduced. [variableScope]
ocp-0.1.21/playit/itsex.c:362:7: style: The scope of the variable 'width' can be reduced. [variableScope]
ocp-0.1.21/playit/itsex.c:364:8: style: The scope of the variable 'd1' can be reduced. [variableScope]
ocp-0.1.21/playit/itsex.c:364:12: style: The scope of the variable 'd2' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:861:2: style: Variable 'GuardPtr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ocp-0.1.21/playmp2/mpplay.c:785:2: note: Variable 'GuardPtr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/playmp2/mpplay.c:861:2: note: Variable 'GuardPtr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ocp-0.1.21/playmp2/mpplay.c:430:12: style: The scope of the variable 'c0' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:430:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:430:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:430:24: style: The scope of the variable 'c3' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:430:28: style: The scope of the variable 'ls' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:430:32: style: The scope of the variable 'rs' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:430:36: style: The scope of the variable 'vm1' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:430:40: style: The scope of the variable 'v1' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:430:43: style: The scope of the variable 'v2' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:430:47: style: The scope of the variable 'wpm1' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:431:13: style: The scope of the variable 'wp1' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:431:18: style: The scope of the variable 'wp2' can be reduced. [variableScope]
ocp-0.1.21/playmp2/mpplay.c:967:70: style: Function 'mpegSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'. [funcArgNamesDifferent]
ocp-0.1.21/playmp2/mpplay.h:23:77: note: Function 'mpegSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'.
ocp-0.1.21/playmp2/mpplay.c:967:70: note: Function 'mpegSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'.
ocp-0.1.21/playmp2/mpplay.c:967:83: style: Function 'mpegSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'. [funcArgNamesDifferent]
ocp-0.1.21/playmp2/mpplay.h:23:89: note: Function 'mpegSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'.
ocp-0.1.21/playmp2/mpplay.c:967:83: note: Function 'mpegSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'.
ocp-0.1.21/playmp2/mpplay.c:967:96: style: Function 'mpegSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'. [funcArgNamesDifferent]
ocp-0.1.21/playmp2/mpplay.h:23:101: note: Function 'mpegSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'.
ocp-0.1.21/playmp2/mpplay.c:967:96: note: Function 'mpegSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'.
ocp-0.1.21/playmp2/mppplay.c:498:16: style: The scope of the variable 'sig' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:279:12: style: The scope of the variable 'oggm1' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:279:19: style: The scope of the variable 'c0' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:279:23: style: The scope of the variable 'c1' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:279:27: style: The scope of the variable 'c2' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:279:31: style: The scope of the variable 'c3' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:279:35: style: The scope of the variable 'ls' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:279:39: style: The scope of the variable 'rs' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:279:43: style: The scope of the variable 'vm1' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:279:47: style: The scope of the variable 'v1' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:279:50: style: The scope of the variable 'v2' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:280:13: style: The scope of the variable 'ogg1' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:280:19: style: The scope of the variable 'ogg2' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:335:12: style: The scope of the variable 'oggm1' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:335:19: style: The scope of the variable 'c0' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:335:23: style: The scope of the variable 'c1' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:335:27: style: The scope of the variable 'c2' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:335:31: style: The scope of the variable 'c3' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:335:35: style: The scope of the variable 'vm1' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:335:39: style: The scope of the variable 'v1' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:335:42: style: The scope of the variable 'v2' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:336:13: style: The scope of the variable 'ogg1' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:336:19: style: The scope of the variable 'ogg2' can be reduced. [variableScope]
ocp-0.1.21/playogg/oggplay.c:779:69: style: Function 'oggSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'. [funcArgNamesDifferent]
ocp-0.1.21/playogg/oggplay.h:22:76: note: Function 'oggSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'.
ocp-0.1.21/playogg/oggplay.c:779:69: note: Function 'oggSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'.
ocp-0.1.21/playogg/oggplay.c:779:82: style: Function 'oggSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'. [funcArgNamesDifferent]
ocp-0.1.21/playogg/oggplay.h:22:88: note: Function 'oggSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'.
ocp-0.1.21/playogg/oggplay.c:779:82: note: Function 'oggSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'.
ocp-0.1.21/playogg/oggplay.c:779:95: style: Function 'oggSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'. [funcArgNamesDifferent]
ocp-0.1.21/playogg/oggplay.h:22:100: note: Function 'oggSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'.
ocp-0.1.21/playogg/oggplay.c:779:95: note: Function 'oggSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'.
ocp-0.1.21/playopl/ocpemu.cpp:108:22: style: Function 'vol' argument 1 names different: declaration 'cell' definition 'i'. [funcArgNamesDifferent]
ocp-0.1.21/playopl/ocpemu.h:55:14: note: Function 'vol' argument 1 names different: declaration 'cell' definition 'i'.
ocp-0.1.21/playopl/ocpemu.cpp:108:22: note: Function 'vol' argument 1 names different: declaration 'cell' definition 'i'.
ocp-0.1.21/playopl/ocpemu.cpp:114:11: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
ocp-0.1.21/playopl/ocpemu.cpp:115:3: style: Variable 'ofs' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/playopl/ocpemu.cpp:42:10: warning: Member variable 'Cocpopl::wavesel' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playopl/ocpemu.cpp:42:10: warning: Member variable 'Cocpopl::hardvols' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playopl/ocpemu.cpp:42:10: warning: Member variable 'Cocpopl::mute' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playopl/ocpemu.h:39:2: style: Class 'Cocpopl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ocp-0.1.21/playopl/oplplay.cpp:309:12: style: The scope of the variable 'rs' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:309:16: style: The scope of the variable 'ls' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:395:12: style: The scope of the variable 'c0' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:395:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:395:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:395:24: style: The scope of the variable 'c3' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:395:28: style: The scope of the variable 'ls' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:395:32: style: The scope of the variable 'rs' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:395:36: style: The scope of the variable 'vm1' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:395:41: style: The scope of the variable 'v1' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:395:45: style: The scope of the variable 'v2' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:395:49: style: The scope of the variable 'wpm1' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:396:13: style: The scope of the variable 'wp1' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplplay.cpp:396:18: style: The scope of the variable 'wp2' can be reduced. [variableScope]
ocp-0.1.21/playopl/oplpplay.cpp:480:7: style: The scope of the variable 'res' can be reduced. [variableScope]
ocp-0.1.21/playopl/opltype.cpp:45:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ocp-0.1.21/playopl/opltype.cpp:72:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ocp-0.1.21/playsid/sidplay.cpp:411:5: warning: Redundant assignment of 'pan' to itself. [selfAssignment]
ocp-0.1.21/playsid/sidplay.cpp:99:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/playsid/sidplay.cpp:246:3: error: Memory leak: buf [memleak]
ocp-0.1.21/playsid/sidptype.c:55:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:147:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:205:16: style: The scope of the variable 'toloop' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:276:13: style: The scope of the variable 'wpm1' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:276:19: style: The scope of the variable 'c0' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:276:23: style: The scope of the variable 'c1' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:276:27: style: The scope of the variable 'c2' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:276:31: style: The scope of the variable 'c3' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:276:35: style: The scope of the variable 'ls' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:276:39: style: The scope of the variable 'rs' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:276:43: style: The scope of the variable 'vm1' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:276:47: style: The scope of the variable 'v1' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:276:50: style: The scope of the variable 'v2' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:277:14: style: The scope of the variable 'wp1' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:277:19: style: The scope of the variable 'wp2' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:325:13: style: The scope of the variable 'wpm1' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:325:19: style: The scope of the variable 'c0' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:325:23: style: The scope of the variable 'c1' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:325:27: style: The scope of the variable 'c2' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:325:31: style: The scope of the variable 'c3' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:325:35: style: The scope of the variable 'vm1' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:325:39: style: The scope of the variable 'v1' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:325:42: style: The scope of the variable 'v2' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:326:14: style: The scope of the variable 'wp1' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:326:19: style: The scope of the variable 'wp2' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavplay.c:507:70: style: Function 'wpOpenPlayer' argument 1 names different: declaration 'fp' definition 'wav'. [funcArgNamesDifferent]
ocp-0.1.21/playwav/wave.h:13:83: note: Function 'wpOpenPlayer' argument 1 names different: declaration 'fp' definition 'wav'.
ocp-0.1.21/playwav/wavplay.c:507:70: note: Function 'wpOpenPlayer' argument 1 names different: declaration 'fp' definition 'wav'.
ocp-0.1.21/playwav/wavplay.c:814:68: style: Function 'wpSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'. [funcArgNamesDifferent]
ocp-0.1.21/playwav/wave.h:21:81: note: Function 'wpSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'.
ocp-0.1.21/playwav/wavplay.c:814:68: note: Function 'wpSetVolume' argument 1 names different: declaration 'vol' definition 'vol_'.
ocp-0.1.21/playwav/wavplay.c:814:86: style: Function 'wpSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'. [funcArgNamesDifferent]
ocp-0.1.21/playwav/wave.h:21:98: note: Function 'wpSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'.
ocp-0.1.21/playwav/wavplay.c:814:86: note: Function 'wpSetVolume' argument 2 names different: declaration 'bal' definition 'bal_'.
ocp-0.1.21/playwav/wavplay.c:814:104: style: Function 'wpSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'. [funcArgNamesDifferent]
ocp-0.1.21/playwav/wave.h:21:115: note: Function 'wpSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'.
ocp-0.1.21/playwav/wavplay.c:814:104: note: Function 'wpSetVolume' argument 3 names different: declaration 'pan' definition 'pan_'.
ocp-0.1.21/playwav/wavplay.c:814:118: style: Function 'wpSetVolume' argument 4 names different: declaration 'opt' definition 'opt_'. [funcArgNamesDifferent]
ocp-0.1.21/playwav/wave.h:21:134: note: Function 'wpSetVolume' argument 4 names different: declaration 'opt' definition 'opt_'.
ocp-0.1.21/playwav/wavplay.c:814:118: note: Function 'wpSetVolume' argument 4 names different: declaration 'opt' definition 'opt_'.
ocp-0.1.21/playwav/wavpplay.c:490:2: style: Variable '_modname' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/playwav/wavpplay.c:492:2: style: Variable '_modext' is assigned a value that is never used. [unreadVariable]
ocp-0.1.21/playwav/wavptype.c:42:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/playwav/wavptype.c:42:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ocp-0.1.21/playxm/xmlmod.c:356:17: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
ocp-0.1.21/playxm/xmlmod.c:445:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playxm/xmlmod.c:452:83: style: Function 'xmpLoadMOD' argument 2 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:109:90: note: Function 'xmpLoadMOD' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:452:83: note: Function 'xmpLoadMOD' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:457:84: style: Function 'xmpLoadMODt' argument 2 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:110:91: note: Function 'xmpLoadMODt' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:457:84: note: Function 'xmpLoadMODt' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:462:84: style: Function 'xmpLoadMODd' argument 2 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:111:91: note: Function 'xmpLoadMODd' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:462:84: note: Function 'xmpLoadMODd' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:467:83: style: Function 'xmpLoadM31' argument 2 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:113:90: note: Function 'xmpLoadM31' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:467:83: note: Function 'xmpLoadM31' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:472:83: style: Function 'xmpLoadM15' argument 2 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:114:90: note: Function 'xmpLoadM15' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:472:83: note: Function 'xmpLoadM15' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:477:84: style: Function 'xmpLoadM15t' argument 2 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:115:91: note: Function 'xmpLoadM15t' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:477:84: note: Function 'xmpLoadM15t' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:482:83: style: Function 'xmpLoadWOW' argument 2 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:116:90: note: Function 'xmpLoadWOW' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:482:83: note: Function 'xmpLoadWOW' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:487:84: style: Function 'xmpLoadMODf' argument 2 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:112:91: note: Function 'xmpLoadMODf' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmod.c:487:84: note: Function 'xmpLoadMODf' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmxm.c:191:29: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
ocp-0.1.21/playxm/xmlmxm.c:485:17: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
ocp-0.1.21/playxm/xmlmxm.c:559:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playxm/xmlmxm.c:560:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playxm/xmlmxm.c:45:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/playxm/xmlmxm.c:545:13: style: The scope of the variable 'poslo' can be reduced. [variableScope]
ocp-0.1.21/playxm/xmlmxm.c:545:20: style: The scope of the variable 'poshi' can be reduced. [variableScope]
ocp-0.1.21/playxm/xmlmxm.c:74:83: style: Function 'xmpLoadMXM' argument 2 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:117:90: note: Function 'xmpLoadMXM' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmxm.c:74:83: note: Function 'xmpLoadMXM' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmlmxm.c:220:12: style: struct member 'Anonymous5::res' is never used. [unusedStructMember]
ocp-0.1.21/playxm/xmlmxm.c:364:13: style: struct member 'Anonymous6::res' is never used. [unusedStructMember]
ocp-0.1.21/playxm/xmload.c:206:25: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
ocp-0.1.21/playxm/xmload.c:241:17: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
ocp-0.1.21/playxm/xmload.c:244:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playxm/xmload.c:253:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playxm/xmload.c:462:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playxm/xmload.c:462:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playxm/xmload.c:641:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playxm/xmload.c:641:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playxm/xmload.c:660:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playxm/xmload.c:660:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/playxm/xmload.c:471:3: style: Variable 'volfade' is reassigned a value before the old one has been used. [redundantAssignment]
ocp-0.1.21/playxm/xmload.c:470:3: note: Variable 'volfade' is reassigned a value before the old one has been used.
ocp-0.1.21/playxm/xmload.c:471:3: note: Variable 'volfade' is reassigned a value before the old one has been used.
ocp-0.1.21/playxm/xmload.c:71:86: style: Function 'xmpLoadModule' argument 2 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:108:93: note: Function 'xmpLoadModule' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmload.c:71:86: note: Function 'xmpLoadModule' argument 2 names different: declaration 'f' definition 'file'.
ocp-0.1.21/playxm/xmload.c:78:10: style: struct member 'Anonymous4::tracker' is never used. [unusedStructMember]
ocp-0.1.21/playxm/xmload.c:577:13: style: struct member 'Anonymous9::res' is never used. [unusedStructMember]
ocp-0.1.21/playxm/xmload.c:116:22: error: Uninitialized struct member: head2.ninst [uninitStructMember]
ocp-0.1.21/playxm/xmload.c:124:22: error: Uninitialized struct member: head2.ninst [uninitStructMember]
ocp-0.1.21/playxm/xmload.c:138:22: error: Uninitialized struct member: head2.ninst [uninitStructMember]
ocp-0.1.21/playxm/xmpinst.c:257:178: style: Function 'xmpInstSetup' argument 6 names different: declaration 'nsmpi' definition 'dummy'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:193:185: note: Function 'xmpInstSetup' argument 6 names different: declaration 'nsmpi' definition 'dummy'.
ocp-0.1.21/playxm/xmpinst.c:257:178: note: Function 'xmpInstSetup' argument 6 names different: declaration 'nsmpi' definition 'dummy'.
ocp-0.1.21/playxm/xmplay.c:274:6: style: The scope of the variable 'type' can be reduced. [variableScope]
ocp-0.1.21/playxm/xmplay.c:274:11: style: The scope of the variable 'val1' can be reduced. [variableScope]
ocp-0.1.21/playxm/xmplay.c:274:16: style: The scope of the variable 'val2' can be reduced. [variableScope]
ocp-0.1.21/playxm/xmplay.c:274:21: style: The scope of the variable 't' can be reduced. [variableScope]
ocp-0.1.21/playxm/xmplay.c:412:12: style: The scope of the variable 'nn' can be reduced. [variableScope]
ocp-0.1.21/playxm/xmplay.c:1372:95: style: Function 'xmpGetDotsData' argument 4 names different: declaration 'l' definition 'voll'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:129:102: note: Function 'xmpGetDotsData' argument 4 names different: declaration 'l' definition 'voll'.
ocp-0.1.21/playxm/xmplay.c:1372:95: note: Function 'xmpGetDotsData' argument 4 names different: declaration 'l' definition 'voll'.
ocp-0.1.21/playxm/xmplay.c:1372:106: style: Function 'xmpGetDotsData' argument 5 names different: declaration 'r' definition 'volr'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:129:110: note: Function 'xmpGetDotsData' argument 5 names different: declaration 'r' definition 'volr'.
ocp-0.1.21/playxm/xmplay.c:1372:106: note: Function 'xmpGetDotsData' argument 5 names different: declaration 'r' definition 'volr'.
ocp-0.1.21/playxm/xmplay.c:1391:69: style: Function 'xmpGetRealVolume' argument 1 names different: declaration 'i' definition 'ch'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:124:76: note: Function 'xmpGetRealVolume' argument 1 names different: declaration 'i' definition 'ch'.
ocp-0.1.21/playxm/xmplay.c:1391:69: note: Function 'xmpGetRealVolume' argument 1 names different: declaration 'i' definition 'ch'.
ocp-0.1.21/playxm/xmplay.c:1391:78: style: Function 'xmpGetRealVolume' argument 2 names different: declaration 'l' definition 'voll'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:124:84: note: Function 'xmpGetRealVolume' argument 2 names different: declaration 'l' definition 'voll'.
ocp-0.1.21/playxm/xmplay.c:1391:78: note: Function 'xmpGetRealVolume' argument 2 names different: declaration 'l' definition 'voll'.
ocp-0.1.21/playxm/xmplay.c:1391:89: style: Function 'xmpGetRealVolume' argument 3 names different: declaration 'r' definition 'volr'. [funcArgNamesDifferent]
ocp-0.1.21/playxm/xmplay.h:124:92: note: Function 'xmpGetRealVolume' argument 3 names different: declaration 'r' definition 'volr'.
ocp-0.1.21/playxm/xmplay.c:1391:89: note: Function 'xmpGetRealVolume' argument 3 names different: declaration 'r' definition 'volr'.
ocp-0.1.21/playxm/xmrtns.c:74:0: warning: Redundant assignment of 'newrow' to itself. [selfAssignment]
ocp-0.1.21/playxm/xmrtns.c:74:24: error: Uninitialized variable: newrow [uninitvar]
ocp-0.1.21/playym/lzh/lzhlib.cpp:121:11: style: The scope of the variable 'len' can be reduced. [variableScope]
ocp-0.1.21/playym/lzh/lzhlib.cpp:201:16: style: The scope of the variable 'mask' can be reduced. [variableScope]
ocp-0.1.21/playym/lzh/lzhlib.cpp:374:17: style: The scope of the variable 'c' can be reduced. [variableScope]
ocp-0.1.21/playym/lzh/lzhlib.cpp:56:34: style: Function 'DataOut' argument 1 names different: declaration 'pOut' definition 'pBuffer'. [funcArgNamesDifferent]
ocp-0.1.21/playym/lzh/lzh.h:114:22: note: Function 'DataOut' argument 1 names different: declaration 'pOut' definition 'pBuffer'.
ocp-0.1.21/playym/lzh/lzhlib.cpp:56:34: note: Function 'DataOut' argument 1 names different: declaration 'pOut' definition 'pBuffer'.
ocp-0.1.21/playym/lzh/lzh.h:97:1: style: The class 'CLzhDepacker' does not have a constructor although it has private member variables. [noConstructor]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:110:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:393:47: style: Function 'writeRegister' argument 2 names different: declaration 'value' definition 'data'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:98:38: note: Function 'writeRegister' argument 2 names different: declaration 'value' definition 'data'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:393:47: note: Function 'writeRegister' argument 2 names different: declaration 'value' definition 'data'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:516:45: style: Function 'drumStart' argument 2 names different: declaration 'drumBuffer' definition 'pDrumBuffer'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:100:36: note: Function 'drumStart' argument 2 names different: declaration 'drumBuffer' definition 'pDrumBuffer'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:516:45: note: Function 'drumStart' argument 2 names different: declaration 'drumBuffer' definition 'pDrumBuffer'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:530:44: style: Function 'sidStart' argument 2 names different: declaration 'freq' definition 'timerFreq'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:102:35: note: Function 'sidStart' argument 2 names different: declaration 'freq' definition 'timerFreq'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:530:44: note: Function 'sidStart' argument 2 names different: declaration 'freq' definition 'timerFreq'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:542:63: style: Function 'sidSinStart' argument 3 names different: declaration 'sinPattern' definition 'vol'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:103:54: note: Function 'sidSinStart' argument 3 names different: declaration 'sinPattern' definition 'vol'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:542:63: note: Function 'sidSinStart' argument 3 names different: declaration 'sinPattern' definition 'vol'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:552:39: style: Function 'syncBuzzerStart' argument 1 names different: declaration 'freq' definition 'timerFreq'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:105:30: note: Function 'syncBuzzerStart' argument 1 names different: declaration 'freq' definition 'timerFreq'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:552:39: note: Function 'syncBuzzerStart' argument 1 names different: declaration 'freq' definition 'timerFreq'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:552:55: style: Function 'syncBuzzerStart' argument 2 names different: declaration 'envShape' definition '_envShape'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:105:41: note: Function 'syncBuzzerStart' argument 2 names different: declaration 'envShape' definition '_envShape'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:552:55: note: Function 'syncBuzzerStart' argument 2 names different: declaration 'envShape' definition '_envShape'.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:343:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:345:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:347:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:108:12: warning: Member variable 'CYm2149Ex::cyclePerSample' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:108:12: warning: Member variable 'CYm2149Ex::bWrite13' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:108:12: warning: Member variable 'CYm2149Ex::envData' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:108:12: warning: Member variable 'CYm2149Ex::globalVolume' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:108:12: warning: Member variable 'CYm2149Ex::syncBuzzerShape' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:77:8: style: Technically the member function 'CDcAdjuster::GetDcLevel' can be const. [functionConst]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:97:9: style: Technically the member function 'CYm2149Ex::getClock' can be const. [functionConst]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:154:18: note: Technically the member function 'CYm2149Ex::getClock' can be const.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:97:9: note: Technically the member function 'CYm2149Ex::getClock' can be const.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:99:9: style: Technically the member function 'CYm2149Ex::readRegister' can be const. [functionConst]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:387:19: note: Technically the member function 'CYm2149Ex::readRegister' can be const.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:99:9: note: Technically the member function 'CYm2149Ex::readRegister' can be const.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:103:8: performance: Technically the member function 'CYm2149Ex::sidSinStart' can be static. [functionStatic]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:542:17: note: Technically the member function 'CYm2149Ex::sidSinStart' can be static.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:103:8: note: Technically the member function 'CYm2149Ex::sidSinStart' can be static.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:116:9: style: Technically the member function 'CYm2149Ex::toneStepCompute' can be const. [functionConst]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:164:18: note: Technically the member function 'CYm2149Ex::toneStepCompute' can be const.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:116:9: note: Technically the member function 'CYm2149Ex::toneStepCompute' can be const.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:117:9: style: Technically the member function 'CYm2149Ex::noiseStepCompute' can be const. [functionConst]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:187:18: note: Technically the member function 'CYm2149Ex::noiseStepCompute' can be const.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:117:9: note: Technically the member function 'CYm2149Ex::noiseStepCompute' can be const.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:118:9: style: Technically the member function 'CYm2149Ex::envStepCompute' can be const. [functionConst]
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.cpp:215:18: note: Technically the member function 'CYm2149Ex::envStepCompute' can be const.
ocp-0.1.21/playym/stsoundlib/Ym2149Ex.h:118:9: note: Technically the member function 'CYm2149Ex::envStepCompute' can be const.
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:281:7: style: The scope of the variable 'voice' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:282:7: style: The scope of the variable 'ndrum' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:401:10: style: The scope of the variable 'sampleFrq' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:429:10: style: The scope of the variable 'code' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:467:13: style: The scope of the variable 'sampleFrq' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:581:16: style: The scope of the variable 'a0' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:581:20: style: The scope of the variable 'a1' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:583:7: style: The scope of the variable 'step' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:584:7: style: The scope of the variable 'n1' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:584:10: style: The scope of the variable 'n2' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:657:10: style: The scope of the variable 'n' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:752:7: style: The scope of the variable '_nbs' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:64:38: style: Function 'setTimeControl' argument 1 names different: declaration 'bFlag' definition 'bTime'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/YmMusic.h:169:29: note: Function 'setTimeControl' argument 1 names different: declaration 'bFlag' definition 'bTime'.
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:64:38: note: Function 'setTimeControl' argument 1 names different: declaration 'bFlag' definition 'bTime'.
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:78:35: style: Function 'setLoopMode' argument 1 names different: declaration 'bLoop' definition 'bLoopMode'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/YmMusic.h:145:26: note: Function 'setLoopMode' argument 1 names different: declaration 'bLoop' definition 'bLoopMode'.
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:78:35: note: Function 'setLoopMode' argument 1 names different: declaration 'bLoop' definition 'bLoopMode'.
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:221:35: style: Function 'update' argument 1 names different: declaration 'pBuffer' definition 'sampleBuffer'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/YmMusic.h:133:26: note: Function 'update' argument 1 names different: declaration 'pBuffer' definition 'sampleBuffer'.
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:221:35: note: Function 'update' argument 1 names different: declaration 'pBuffer' definition 'sampleBuffer'.
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::bMusicOver' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::pLastError' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::songType' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::nbFrame' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::loopFrame' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::currentFrame' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::musicTime' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::pDataStream' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::fileSize' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::playerRate' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::attrib' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::bMusicOk' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::bPause' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::streamInc' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::nbRepeat' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::nbMixBlock' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::mixPos' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::pCurrentMixSample' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::currentSampleLength' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::currentPente' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::currentPos' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::nbVoice' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::ymTrackerVoice' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::ymTrackerNbSampleBefore' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::ymTrackerVolumeTable' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:44:11: warning: Member variable 'CYmMusic::ymTrackerFreqShift' is not initialized in the constructor. [uninitMemberVar]
ocp-0.1.21/playym/stsoundlib/YmMusic.h:137:8: style: Technically the member function 'CYmMusic::getMusicTime' can be const. [functionConst]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:112:17: note: Technically the member function 'CYmMusic::getMusicTime' can be const.
ocp-0.1.21/playym/stsoundlib/YmMusic.h:137:8: note: Technically the member function 'CYmMusic::getMusicTime' can be const.
ocp-0.1.21/playym/stsoundlib/YmMusic.h:142:7: performance: Technically the member function 'CYmMusic::setVolume' can be static. [functionStatic]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:344:16: note: Technically the member function 'CYmMusic::setVolume' can be static.
ocp-0.1.21/playym/stsoundlib/YmMusic.h:142:7: note: Technically the member function 'CYmMusic::setVolume' can be static.
ocp-0.1.21/playym/stsoundlib/YmMusic.h:143:7: style: Technically the member function 'CYmMusic::getAttrib' can be const. [functionConst]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:196:18: note: Technically the member function 'CYmMusic::getAttrib' can be const.
ocp-0.1.21/playym/stsoundlib/YmMusic.h:143:7: note: Technically the member function 'CYmMusic::getAttrib' can be const.
ocp-0.1.21/playym/stsoundlib/YmMusic.h:144:7: style: Technically the member function 'CYmMusic::getMusicInfo' can be const. [functionConst]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:164:16: note: Technically the member function 'CYmMusic::getMusicInfo' can be const.
ocp-0.1.21/playym/stsoundlib/YmMusic.h:144:7: note: Technically the member function 'CYmMusic::getMusicInfo' can be const.
ocp-0.1.21/playym/stsoundlib/YmMusic.h:146:14: style: Technically the member function 'CYmMusic::getLastError' can be const. [functionConst]
ocp-0.1.21/playym/stsoundlib/YmMusic.cpp:211:23: note: Technically the member function 'CYmMusic::getLastError' can be const.
ocp-0.1.21/playym/stsoundlib/YmMusic.h:146:14: note: Technically the member function 'CYmMusic::getLastError' can be const.
ocp-0.1.21/playym/stsoundlib/YmMusic.h:125:2: style: Class 'CYmMusic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:46:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:52:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:58:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:64:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:70:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:76:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:82:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:88:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:94:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:100:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:106:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:112:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:120:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:129:21: style: C-style pointer casting [cstyleCast]
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:44:29: style: Function 'ymMusicLoad' argument 1 names different: declaration 'pMusic' definition 'pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:60:38: note: Function 'ymMusicLoad' argument 1 names different: declaration 'pMusic' definition 'pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:44:29: note: Function 'ymMusicLoad' argument 1 names different: declaration 'pMusic' definition 'pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:50:35: style: Function 'ymMusicLoadMemory' argument 1 names different: declaration 'pMusic' definition 'pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:61:44: note: Function 'ymMusicLoadMemory' argument 1 names different: declaration 'pMusic' definition 'pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:50:35: note: Function 'ymMusicLoadMemory' argument 1 names different: declaration 'pMusic' definition 'pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:56:30: style: Function 'ymMusicDestroy' argument 1 names different: declaration 'pMusic' definition 'pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:57:38: note: Function 'ymMusicDestroy' argument 1 names different: declaration 'pMusic' definition 'pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:56:30: note: Function 'ymMusicDestroy' argument 1 names different: declaration 'pMusic' definition 'pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:62:32: style: Function 'ymMusicCompute' argument 1 names different: declaration 'pMusic' definition '_pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:63:41: note: Function 'ymMusicCompute' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:62:32: note: Function 'ymMusicCompute' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:68:34: style: Function 'ymMusicSetLoopMode' argument 1 names different: declaration 'pMusic' definition '_pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:65:43: note: Function 'ymMusicSetLoopMode' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:68:34: note: Function 'ymMusicSetLoopMode' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:74:42: style: Function 'ymMusicGetLastError' argument 1 names different: declaration 'pMusic' definition '_pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:66:50: note: Function 'ymMusicGetLastError' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:74:42: note: Function 'ymMusicGetLastError' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:80:34: style: Function 'ymMusicGetRegister' argument 1 names different: declaration 'pMusic' definition '_pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:67:43: note: Function 'ymMusicGetRegister' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:80:34: note: Function 'ymMusicGetRegister' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:86:30: style: Function 'ymMusicGetInfo' argument 1 names different: declaration 'pMusic' definition '_pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:68:39: note: Function 'ymMusicGetInfo' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:86:30: note: Function 'ymMusicGetInfo' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:92:27: style: Function 'ymMusicPlay' argument 1 names different: declaration 'pMusic' definition '_pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:69:36: note: Function 'ymMusicPlay' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:92:27: note: Function 'ymMusicPlay' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:98:28: style: Function 'ymMusicPause' argument 1 names different: declaration 'pMusic' definition '_pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:70:37: note: Function 'ymMusicPause' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:98:28: note: Function 'ymMusicPause' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:104:27: style: Function 'ymMusicStop' argument 1 names different: declaration 'pMusic' definition '_pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:71:36: note: Function 'ymMusicStop' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:104:27: note: Function 'ymMusicStop' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:110:36: style: Function 'ymMusicIsSeekable' argument 1 names different: declaration 'pMusic' definition '_pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:73:44: note: Function 'ymMusicIsSeekable' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:110:36: note: Function 'ymMusicIsSeekable' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:118:30: style: Function 'ymMusicGetPos' argument 1 names different: declaration 'pMusic' definition '_pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:74:39: note: Function 'ymMusicGetPos' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:118:30: note: Function 'ymMusicGetPos' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:127:28: style: Function 'ymMusicSeek' argument 1 names different: declaration 'pMusic' definition '_pMus'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/StSoundLibrary.h:75:36: note: Function 'ymMusicSeek' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/YmUserInterface.cpp:127:28: note: Function 'ymMusicSeek' argument 1 names different: declaration 'pMusic' definition '_pMus'.
ocp-0.1.21/playym/stsoundlib/Ymload.cpp:249:8: style: The scope of the variable 'nextPlane' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/Ymload.cpp:250:8: style: The scope of the variable 'pW' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/Ymload.cpp:251:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/Ymload.cpp:251:10: style: The scope of the variable 'k' can be reduced. [variableScope]
ocp-0.1.21/playym/stsoundlib/Ymload.cpp:515:20: style: Checking if unsigned variable 'sampleSize' is less than zero. [unsignedLessThanZero]
ocp-0.1.21/playym/stsoundlib/Ymload.cpp:755:35: style: Function 'load' argument 1 names different: declaration 'pName' definition 'fileName'. [funcArgNamesDifferent]
ocp-0.1.21/playym/stsoundlib/YmMusic.h:128:26: note: Function 'load' argument 1 names different: declaration 'pName' definition 'fileName'.
ocp-0.1.21/playym/stsoundlib/Ymload.cpp:755:35: note: Function 'load' argument 1 names different: declaration 'pName' definition 'fileName'.
ocp-0.1.21/playym/ymplay.cpp:410:13: style: The scope of the variable 'rs' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:410:17: style: The scope of the variable 'ls' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:595:17: style: The scope of the variable 'pre_pos' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:596:12: style: The scope of the variable 'c0' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:596:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:596:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:596:24: style: The scope of the variable 'c3' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:596:28: style: The scope of the variable 'ls' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:596:32: style: The scope of the variable 'rs' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:596:36: style: The scope of the variable 'vm1' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:596:41: style: The scope of the variable 'v1' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:596:45: style: The scope of the variable 'v2' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:596:49: style: The scope of the variable 'wpm1' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:597:13: style: The scope of the variable 'wp1' can be reduced. [variableScope]
ocp-0.1.21/playym/ymplay.cpp:597:18: style: The scope of the variable 'wp2' can be reduced. [variableScope]
ocp-0.1.21/playym/ymtype.cpp:98:10: style: struct member 'lzhHeader::size' is never used. [unusedStructMember]
ocp-0.1.21/playym/ymtype.cpp:99:10: style: struct member 'lzhHeader::sum' is never used. [unusedStructMember]
ocp-0.1.21/playym/ymtype.cpp:101:11: style: struct member 'lzhHeader::packed' is never used. [unusedStructMember]
ocp-0.1.21/playym/ymtype.cpp:102:11: style: struct member 'lzhHeader::original' is never used. [unusedStructMember]
ocp-0.1.21/playym/ymtype.cpp:103:7: style: struct member 'lzhHeader::reserved' is never used. [unusedStructMember]
ocp-0.1.21/playym/ymtype.cpp:104:10: style: struct member 'lzhHeader::level' is never used. [unusedStructMember]
ocp-0.1.21/playym/ymtype.cpp:105:10: style: struct member 'lzhHeader::name_length' is never used. [unusedStructMember]
ocp-0.1.21/stuff/compat.c:40:25: style: Function 'memicmp' argument 1 names different: declaration 's1' definition '_s1'. [funcArgNamesDifferent]
ocp-0.1.21/stuff/compat.h:20:32: note: Function 'memicmp' argument 1 names different: declaration 's1' definition '_s1'.
ocp-0.1.21/stuff/compat.c:40:25: note: Function 'memicmp' argument 1 names different: declaration 's1' definition '_s1'.
ocp-0.1.21/stuff/compat.c:40:42: style: Function 'memicmp' argument 2 names different: declaration 's2' definition '_s2'. [funcArgNamesDifferent]
ocp-0.1.21/stuff/compat.h:20:48: note: Function 'memicmp' argument 2 names different: declaration 's2' definition '_s2'.
ocp-0.1.21/stuff/compat.c:40:42: note: Function 'memicmp' argument 2 names different: declaration 's2' definition '_s2'.
ocp-0.1.21/stuff/compat.c:240:11: portability: 'haystack' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ocp-0.1.21/stuff/console.c:81:14: style: Unused variable: st [unusedVariable]
ocp-0.1.21/stuff/poutput-keyboard.c:44:24: style: Function '___setup_key' argument 1 names different: declaration 'kbhit' definition '_kbhit'. [funcArgNamesDifferent]
ocp-0.1.21/stuff/poutput.h:53:31: note: Function '___setup_key' argument 1 names different: declaration 'kbhit' definition '_kbhit'.
ocp-0.1.21/stuff/poutput-keyboard.c:44:24: note: Function '___setup_key' argument 1 names different: declaration 'kbhit' definition '_kbhit'.
ocp-0.1.21/stuff/poutput-keyboard.c:44:44: style: Function '___setup_key' argument 2 names different: declaration 'getch' definition '_getch'. [funcArgNamesDifferent]
ocp-0.1.21/stuff/poutput.h:53:50: note: Function '___setup_key' argument 2 names different: declaration 'getch' definition '_getch'.
ocp-0.1.21/stuff/poutput-keyboard.c:44:44: note: Function '___setup_key' argument 2 names different: declaration 'getch' definition '_getch'.
ocp-0.1.21/stuff/poutput-sdl.c:500:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/stuff/poutput-sdl.c:500:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/stuff/poutput-sdl.c:991:0: warning: Redundant assignment of 'save' to itself. [selfAssignment]
ocp-0.1.21/stuff/poutput-sdl.c:403:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-sdl.c:403:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-sdl.c:1465:15: style: The scope of the variable 'dst' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-sdl.c:1479:15: style: The scope of the variable 'dst' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-sdl.c:1492:14: style: The scope of the variable 'dst' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-sdl.c:86:6: style: struct member 'mode_tui_data_t::text_width' is never used. [unusedStructMember]
ocp-0.1.21/stuff/poutput-sdl.c:87:6: style: struct member 'mode_tui_data_t::text_height' is never used. [unusedStructMember]
ocp-0.1.21/stuff/poutput-sdl.c:991:15: error: Uninitialized variable: save [uninitvar]
ocp-0.1.21/stuff/poutput-vcsa.c:693:18: style: Unused variable: k [unusedVariable]
ocp-0.1.21/stuff/poutput-x11.c:2541:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/stuff/poutput-x11.c:2541:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ocp-0.1.21/stuff/poutput-x11.c:1437:0: warning: Redundant assignment of 'save' to itself. [selfAssignment]
ocp-0.1.21/stuff/poutput-x11.c:270:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-x11.c:273:8: style: The scope of the variable 'args' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-x11.c:1362:14: style: The scope of the variable 'dst' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-x11.c:1374:13: style: The scope of the variable 'dst' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-x11.c:1390:14: style: The scope of the variable 'dst' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-x11.c:1402:14: style: The scope of the variable 'dst' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-x11.c:1414:13: style: The scope of the variable 'dst' can be reduced. [variableScope]
ocp-0.1.21/stuff/poutput-x11.c:1101:39: style: struct member 'modes_t::bigfont' is never used. [unusedStructMember]
ocp-0.1.21/stuff/poutput-x11.c:1437:15: error: Uninitialized variable: save [uninitvar]
ocp-0.1.21/stuff/poutput.c:263:23: warning: Either the condition '!picp' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ocp-0.1.21/stuff/poutput.c:267:6: note: Assuming that condition '!picp' is not redundant
ocp-0.1.21/stuff/poutput.c:263:23: note: Null pointer addition
ocp-0.1.21/stuff/timer.c:192:32: style: Function 'tmInit' argument 2 names different: declaration 'timeval' definition 'timerval'. [funcArgNamesDifferent]
ocp-0.1.21/stuff/timer.h:6:33: note: Function 'tmInit' argument 2 names different: declaration 'timeval' definition 'timerval'.
ocp-0.1.21/stuff/timer.c:192:32: note: Function 'tmInit' argument 2 names different: declaration 'timeval' definition 'timerval'.
ocp-0.1.21/stuff/x11-common.c:58:9: style: The scope of the variable 'r' can be reduced. [variableScope]
ocp-0.1.21/stuff/x11-common.c:58:12: style: The scope of the variable 'g' can be reduced. [variableScope]
ocp-0.1.21/stuff/x11-common.c:58:15: style: The scope of the variable 'b' can be reduced. [variableScope]
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/ocp-indent/ocp-indent_1.6.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocplib-simplex/ocplib-simplex_0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocproxy/ocproxy_1.60.orig.tar.gz
ocproxy-1.60/contrib/apps/httpserver_raw/makefsdata/makefsdata.c:444:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ocproxy-1.60/contrib/apps/httpserver_raw/makefsdata/makefsdata.c:632:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ocproxy-1.60/contrib/apps/httpserver_raw/makefsdata/makefsdata.c:642:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ocproxy-1.60/contrib/apps/httpserver_raw/makefsdata/makefsdata.c:683:7: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ocproxy-1.60/contrib/apps/httpserver_raw/makefsdata/makefsdata.c:707:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ocproxy-1.60/contrib/apps/httpserver_raw/makefsdata/makefsdata.c:718:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ocproxy-1.60/contrib/apps/httpserver_raw/makefsdata/makefsdata.c:383:15: style: The scope of the variable 'written' can be reduced. [variableScope]
ocproxy-1.60/contrib/apps/httpserver_raw/makefsdata/makefsdata.c:392:12: style: The scope of the variable 'off' can be reduced. [variableScope]
ocproxy-1.60/contrib/apps/httpserver_raw/makefsdata/makefsdata.c:594:7: style: The scope of the variable 'j' can be reduced. [variableScope]
ocproxy-1.60/contrib/apps/httpserver_raw/makefsdata/makefsdata.c:403:17: style: Variable 'written' is assigned a value that is never used. [unreadVariable]
ocproxy-1.60/contrib/ports/old/c16x/netif/cs8900if.c:257:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
ocproxy-1.60/contrib/ports/old/c16x/netif/cs8900if.c:255:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
ocproxy-1.60/contrib/ports/old/c16x/netif/cs8900if.c:257:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
ocproxy-1.60/contrib/ports/old/c16x/netif/cs8900if.c:678:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
ocproxy-1.60/contrib/ports/old/c16x/netif/cs8900if.c:675:0: note: Variable 'p' is reassigned a value before the old one has been used.
ocproxy-1.60/contrib/ports/old/c16x/netif/cs8900if.c:678:3: note: Variable 'p' is reassigned a value before the old one has been used.
ocproxy-1.60/contrib/ports/old/c16x/netif/cs8900if.c:257:3: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
ocproxy-1.60/contrib/ports/old/coldfire/netif/5272fec.c:126:18: style: The scope of the variable 'p_rxbd' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/netif/5272fec.c:128:11: style: The scope of the variable 'new_payload' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/netif/5272fec.c:347:18: style: The scope of the variable 'tx_insert_sof' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/netif/5272fec.c:347:33: style: The scope of the variable 'tx_insert_eof' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/netif/5272fec.c:348:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/netif/5272fec.c:578:19: style: Unused variable: old_lisr [unusedVariable]
ocproxy-1.60/contrib/ports/old/coldfire/sys_arch.c:123:14: style: The scope of the variable 'p_thread' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/sys_arch.c:126:10: style: The scope of the variable 'thread_name' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/sys_arch.c:127:24: style: The scope of the variable 'st' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/sys_arch.c:221:10: style: The scope of the variable 'sem_name' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/sys_arch.c:298:15: style: The scope of the variable 'p_queue' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/sys_arch.c:299:10: style: The scope of the variable 'queue_name' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/sys_arch.c:472:11: style: The scope of the variable 'p_stack' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/sys_arch.c:474:10: style: The scope of the variable 'hisr_name' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/coldfire/sys_arch.c:219:12: style: Unused variable: status [unusedVariable]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/src/ecos/init.c:126:17: style: Unused variable: ipaddr [unusedVariable]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/src/ecos/init.c:126:25: style: Unused variable: netmask [unusedVariable]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/src/ecos/init.c:126:34: style: Unused variable: gw [unusedVariable]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/src/ecos/sio.c:96:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/httpd.c:183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/httpd.c:184:9: style: The scope of the variable 'data' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/nc_test_slave.c:197:17: style: The scope of the variable 'res' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/nc_test_slave.c:252:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/nc_test_slave.c:541:20: style: Function 'calibrate_load' argument 1 names different: declaration 'load' definition 'desired_load'. [funcArgNamesDifferent]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/nc_test_slave.c:76:32: note: Function 'calibrate_load' argument 1 names different: declaration 'load' definition 'desired_load'.
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/nc_test_slave.c:541:20: note: Function 'calibrate_load' argument 1 names different: declaration 'load' definition 'desired_load'.
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/nc_test_slave.c:676:5: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/socket.c:43:11: style: The scope of the variable 's' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/tcpecho.c:73:26: style: The scope of the variable 'newconn' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/udpecho.c:76:18: style: The scope of the variable 'buf' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/udpecho.c:77:19: style: The scope of the variable 'addr' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/ecos/ecos/net/lwip_tcpip/current/tests/udpecho.c:78:18: style: The scope of the variable 'port' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/rtxc/netif/sioslipif.c:148:16: style: The scope of the variable 'p' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/rtxc/sys_arch.c:199:23: style: The scope of the variable 'tl' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/rtxc/sys_arch.c:225:11: style: The scope of the variable 'thread' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/rtxc/sys_arch.c:226:9: style: The scope of the variable 'threadarg' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/ti_c6711/netif/ne2kif.c:194:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/old/v2pro/netif/xemacif.c:297:21: style: The scope of the variable 'ethernet_header' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/netif/delif.c:78:25: style: The scope of the variable 'now' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/netif/delif.c:119:25: style: The scope of the variable 'now' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/netif/list.c:77:9: style: The scope of the variable 'data' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/netif/pcapif.c:94:9: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/netif/tapif.c:210:9: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/netif/tapif.c:251:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/netif/tapif.c:246:20: style: Function 'tapif_thread' argument 1 names different: declaration 'data' definition 'arg'. [funcArgNamesDifferent]
ocproxy-1.60/contrib/ports/unix/netif/tapif.c:93:32: note: Function 'tapif_thread' argument 1 names different: declaration 'data' definition 'arg'.
ocproxy-1.60/contrib/ports/unix/netif/tapif.c:246:20: note: Function 'tapif_thread' argument 1 names different: declaration 'data' definition 'arg'.
ocproxy-1.60/contrib/ports/unix/netif/tcpdump.c:63:18: style: Unused variable: iphdr [unusedVariable]
ocproxy-1.60/contrib/ports/unix/netif/tcpdump.c:64:19: style: Unused variable: tcphdr [unusedVariable]
ocproxy-1.60/contrib/ports/unix/netif/tcpdump.c:68:8: style: Unused variable: flags [unusedVariable]
ocproxy-1.60/contrib/ports/unix/netif/tcpdump.c:69:7: style: Unused variable: i [unusedVariable]
ocproxy-1.60/contrib/ports/unix/netif/tcpdump.c:70:7: style: Unused variable: len [unusedVariable]
ocproxy-1.60/contrib/ports/unix/netif/tcpdump.c:71:7: style: Unused variable: offset [unusedVariable]
ocproxy-1.60/contrib/ports/unix/netif/tunif.c:171:9: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/netif/tunif.c:212:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/netif/tunif.c:207:20: style: Function 'tunif_thread' argument 1 names different: declaration 'data' definition 'arg'. [funcArgNamesDifferent]
ocproxy-1.60/contrib/ports/unix/netif/tunif.c:75:32: note: Function 'tunif_thread' argument 1 names different: declaration 'data' definition 'arg'.
ocproxy-1.60/contrib/ports/unix/netif/tunif.c:207:20: note: Function 'tunif_thread' argument 1 names different: declaration 'data' definition 'arg'.
ocproxy-1.60/contrib/ports/unix/netif/unixif.c:190:20: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/netif/unixif.c:191:18: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/proj/minimal/main.c:148:9: warning: The buffer 'ip_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ocproxy-1.60/contrib/ports/unix/proj/minimal/main.c:159:3: warning: The buffer 'ip_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ocproxy-1.60/contrib/ports/unix/proj/minimal/main.c:160:3: warning: The buffer 'nm_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ocproxy-1.60/contrib/ports/unix/proj/minimal/main.c:161:3: warning: The buffer 'gw_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ocproxy-1.60/contrib/ports/unix/proj/minimal/mintapif.c:204:9: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/proj/minimal/mintapif.c:327:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/proj/minimal/timer.c:95:34: style: Function 'timer_set_interval' argument 1 names different: declaration 'tmr' definition 'tmr_num'. [funcArgNamesDifferent]
ocproxy-1.60/contrib/ports/unix/proj/minimal/timer.h:10:39: note: Function 'timer_set_interval' argument 1 names different: declaration 'tmr' definition 'tmr_num'.
ocproxy-1.60/contrib/ports/unix/proj/minimal/timer.c:95:34: note: Function 'timer_set_interval' argument 1 names different: declaration 'tmr' definition 'tmr_num'.
ocproxy-1.60/contrib/ports/unix/proj/minimal/timer.c:108:33: style: Function 'timer_testclr_evt' argument 1 names different: declaration 'tmr' definition 'tmr_num'. [funcArgNamesDifferent]
ocproxy-1.60/contrib/ports/unix/proj/minimal/timer.h:11:47: note: Function 'timer_testclr_evt' argument 1 names different: declaration 'tmr' definition 'tmr_num'.
ocproxy-1.60/contrib/ports/unix/proj/minimal/timer.c:108:33: note: Function 'timer_testclr_evt' argument 1 names different: declaration 'tmr' definition 'tmr_num'.
ocproxy-1.60/contrib/ports/unix/proj/unixsim/simhost.c:469:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ocproxy-1.60/contrib/ports/unix/proj/unixsim/simhost.c:470:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ocproxy-1.60/contrib/ports/unix/proj/unixsim/simhost.c:461:9: warning: The buffer 'ip_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ocproxy-1.60/contrib/ports/unix/proj/unixsim/simhost.c:473:3: warning: The buffer 'ip_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ocproxy-1.60/contrib/ports/unix/proj/unixsim/simhost.c:475:3: warning: The buffer 'nm_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ocproxy-1.60/contrib/ports/unix/proj/unixsim/simhost.c:477:3: warning: The buffer 'gw_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ocproxy-1.60/contrib/ports/unix/sys_arch.c:377:10: style: The scope of the variable 'tdiff' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/sys_arch.c:378:10: style: The scope of the variable 'sec' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/sys_arch.c:378:15: style: The scope of the variable 'usec' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/sys_arch.c:381:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/unix/sys_arch.c:424:17: style: Checking if unsigned variable 'sem->c' is less than zero. [unsignedLessThanZero]
ocproxy-1.60/contrib/ports/unix/sys_arch.c:71:9: style: struct member 'sys_mbox_msg::msg' is never used. [unusedStructMember]
ocproxy-1.60/contrib/ports/win32/check/time.c:22:14: style: The scope of the variable 'tzflag' can be reduced. [variableScope]
ocproxy-1.60/contrib/ports/win32/check/time.c:62:12: warning: Size of pointer 'result' used instead of size of its data. [pointerSize]
ocproxy-1.60/contrib/ports/win32/sys_arch.c:128:3: style: Variable 'new_sem' is reassigned a value before the old one has been used. [redundantAssignment]
ocproxy-1.60/contrib/ports/win32/sys_arch.c:124:0: note: Variable 'new_sem' is reassigned a value before the old one has been used.
ocproxy-1.60/contrib/ports/win32/sys_arch.c:128:3: note: Variable 'new_sem' is reassigned a value before the old one has been used.
ocproxy-1.60/contrib/ports/win32/test.c:530:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
ocproxy-1.60/lwip/src/api/tcpip.c:236:21: style: The scope of the variable 'msg' can be reduced. [variableScope]
ocproxy-1.60/lwip/src/core/init.c:69:0: error: #error "BYTE_ORDER is not defined, you have to define it in your cc.h" [preprocessorErrorDirective]
ocproxy-1.60/lwip/test/unit/core/test_mem.c:7:0: error: #error "This tests needs MEM-statistics enabled" [preprocessorErrorDirective]
ocproxy-1.60/lwip/test/unit/core/test_pbuf.c:7:0: error: #error "This tests needs MEM- and MEMP-statistics enabled" [preprocessorErrorDirective]
ocproxy-1.60/lwip/test/unit/etharp/test_etharp.c:8:0: error: #error "This tests needs UDP-, MEMP- and ETHARP-statistics enabled" [preprocessorErrorDirective]
ocproxy-1.60/lwip/test/unit/tcp/tcp_helper.c:9:0: error: #error "This tests needs TCP- and MEMP-statistics enabled" [preprocessorErrorDirective]
ocproxy-1.60/lwip/test/unit/tcp/test_tcp.c:12:0: error: #error "This tests needs TCP- and MEMP-statistics enabled" [preprocessorErrorDirective]
ocproxy-1.60/lwip/test/unit/tcp/test_tcp_oos.c:8:0: error: #error "This tests needs TCP- and MEMP-statistics enabled" [preprocessorErrorDirective]
ocproxy-1.60/lwip/test/unit/udp/test_udp.c:7:0: error: #error "This tests needs UDP- and MEMP-statistics enabled" [preprocessorErrorDirective]
ocproxy-1.60/src/ocproxy.c:336:10: style: The scope of the variable 'wlen' can be reduced. [variableScope]
ocproxy-1.60/src/vpnns.c:690:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/ocr4gamera/ocr4gamera_1.2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocrad/ocrad_0.25.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/ocrfeeder/ocrfeeder_0.8.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/ocrmypdf/ocrmypdf_6.2.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/ocrodjvu/ocrodjvu_0.7.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocserv/ocserv_0.11.9.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/o/ocsigen/ocsigen_1.3.4.orig.tar.gz
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/ocsigenserver/ocsigenserver_2.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ocsinventory-agent/ocsinventory-agent_2.4.2.orig.tar.gz
UnixAgent-2.4.2/resources/ipdiscover/ipdiscover.c:116:7: style: The scope of the variable 'error_str' can be reduced. [variableScope]
UnixAgent-2.4.2/resources/ipdiscover/ipdiscover.c:140:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
UnixAgent-2.4.2/resources/ipdiscover/ipdiscover.c:200:12: style: The scope of the variable 'c' can be reduced. [variableScope]
UnixAgent-2.4.2/resources/ipdiscover/ipdiscover.c:207:15: warning: Size of pointer 'c' used instead of size of its data. [pointerSize]
UnixAgent-2.4.2/tools/macosx/ocsng_app-xcode/GetPID.c:127:9: style: The scope of the variable 'error' can be reduced. [variableScope]
UnixAgent-2.4.2/tools/macosx/ocsng_app-xcode/GetPID.c:145:37: style: Checking if unsigned variable 'NumberOfPossiblePIDsInArray' is less than zero. [unsignedLessThanZero]
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/ocsinventory-server/ocsinventory-server_2.4.1+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave/octave_4.4.1~rc2.orig.tar.bz2.asc

ftp://ftp.se.debian.org/debian/pool/main/o/octave-audio/octave-audio_1.1.4.orig.tar.gz
audio-1.1.4/src/OFSndPlay.cc:77:0: error: syntax error [syntaxError]
audio-1.1.4/src/aurecord.cc:259:7: style: The scope of the variable 'len' can be reduced. [variableScope]
audio-1.1.4/src/aurecord.cc:496:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
audio-1.1.4/src/aurecord.cc:497:11: style: The scope of the variable 'i' can be reduced. [variableScope]
audio-1.1.4/src/aurecord.cc:497:17: style: The scope of the variable 'samples' can be reduced. [variableScope]
audio-1.1.4/src/aurecord.cc:497:14: style: Unused variable: c [unusedVariable]
audio-1.1.4/src/endpoint.h:148:14: style: Technically the member function 'endpointer::getzc' can be const. [functionConst]
audio-1.1.4/src/endpoint.h:149:15: style: Technically the member function 'endpointer::getenergy' can be const. [functionConst]
audio-1.1.4/src/endpoint.cc:244:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
audio-1.1.4/src/endpoint.cc:455:24: style: The scope of the variable 'tagnames' can be reduced. [variableScope]
audio-1.1.4/src/endpoint.h:143:21: performance: Technically the member function 'endpointer::gettagname' can be static. [functionStatic]
audio-1.1.4/src/endpoint.cc:450:25: note: Technically the member function 'endpointer::gettagname' can be static.
audio-1.1.4/src/endpoint.h:143:21: note: Technically the member function 'endpointer::gettagname' can be static.
audio-1.1.4/src/endpoint.h:147:14: style: Technically the member function 'endpointer::printvars' can be const. [functionConst]
audio-1.1.4/src/endpoint.cc:425:18: note: Technically the member function 'endpointer::printvars' can be const.
audio-1.1.4/src/endpoint.h:147:14: note: Technically the member function 'endpointer::printvars' can be const.
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-benchmark/octave-benchmark_1.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-bim/octave-bim_1.1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-bsltl/octave-bsltl_1.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-cgi/octave-cgi_0.1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-communications/octave-communications_1.2.1.orig.tar.gz
communications-1.2.1/src/cyclgen.cc:149:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
communications-1.2.1/src/cyclpoly.cc:83:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
communications-1.2.1/src/galois.h:121:3: warning: Member variable 'galoisLU::info' is not initialized in the constructor. [uninitMemberVar]
communications-1.2.1/src/galois.h:121:3: warning: Member variable 'galoisLU::ptype' is not initialized in the constructor. [uninitMemberVar]
communications-1.2.1/src/galois.h:127:3: warning: Member variable 'galoisLU::info' is not initialized in the constructor. [uninitMemberVar]
communications-1.2.1/src/galois.h:127:3: warning: Member variable 'galoisLU::ptype' is not initialized in the constructor. [uninitMemberVar]
communications-1.2.1/src/galois.h:125:3: style: Class 'galoisLU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
communications-1.2.1/src/galois.cc:1265:18: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
communications-1.2.1/src/galois.cc:1244:15: note: outer condition: nc>nr
communications-1.2.1/src/galois.cc:1265:18: note: identical inner condition: nc>nr
communications-1.2.1/src/galois.cc:36:49: style: Function 'galois' argument 2 names different: declaration 'm' definition '_m'. [funcArgNamesDifferent]
communications-1.2.1/src/galois.h:37:43: note: Function 'galois' argument 2 names different: declaration 'm' definition '_m'.
communications-1.2.1/src/galois.cc:36:49: note: Function 'galois' argument 2 names different: declaration 'm' definition '_m'.
communications-1.2.1/src/galois.cc:37:28: style: Function 'galois' argument 3 names different: declaration 'primpoly' definition '_primpoly'. [funcArgNamesDifferent]
communications-1.2.1/src/galois.h:37:59: note: Function 'galois' argument 3 names different: declaration 'primpoly' definition '_primpoly'.
communications-1.2.1/src/galois.cc:37:28: note: Function 'galois' argument 3 names different: declaration 'primpoly' definition '_primpoly'.
communications-1.2.1/src/galois.cc:58:50: style: Function 'galois' argument 2 names different: declaration 'm' definition '_m'. [funcArgNamesDifferent]
communications-1.2.1/src/galois.h:38:44: note: Function 'galois' argument 2 names different: declaration 'm' definition '_m'.
communications-1.2.1/src/galois.cc:58:50: note: Function 'galois' argument 2 names different: declaration 'm' definition '_m'.
communications-1.2.1/src/galois.cc:59:28: style: Function 'galois' argument 3 names different: declaration 'primpoly' definition '_primpoly'. [funcArgNamesDifferent]
communications-1.2.1/src/galois.h:38:60: note: Function 'galois' argument 3 names different: declaration 'primpoly' definition '_primpoly'.
communications-1.2.1/src/galois.cc:59:28: note: Function 'galois' argument 3 names different: declaration 'primpoly' definition '_primpoly'.
communications-1.2.1/src/galois.cc:80:45: style: Function 'galois' argument 2 names different: declaration 'm' definition '_m'. [funcArgNamesDifferent]
communications-1.2.1/src/galois.h:39:39: note: Function 'galois' argument 2 names different: declaration 'm' definition '_m'.
communications-1.2.1/src/galois.cc:80:45: note: Function 'galois' argument 2 names different: declaration 'm' definition '_m'.
communications-1.2.1/src/galois.cc:81:28: style: Function 'galois' argument 3 names different: declaration 'primpoly' definition '_primpoly'. [funcArgNamesDifferent]
communications-1.2.1/src/galois.h:39:55: note: Function 'galois' argument 3 names different: declaration 'primpoly' definition '_primpoly'.
communications-1.2.1/src/galois.cc:81:28: note: Function 'galois' argument 3 names different: declaration 'primpoly' definition '_primpoly'.
communications-1.2.1/src/galois.cc:374:31: style: Function 'insert' argument 1 names different: declaration 'a' definition 't'. [funcArgNamesDifferent]
communications-1.2.1/src/galois.h:67:33: note: Function 'insert' argument 1 names different: declaration 'a' definition 't'.
communications-1.2.1/src/galois.cc:374:31: note: Function 'insert' argument 1 names different: declaration 'a' definition 't'.
communications-1.2.1/src/galoisfield.h:38:1: warning: The class 'galois_field_node' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
communications-1.2.1/src/gf.cc:1593:7: style: The scope of the variable 'q' can be reduced. [variableScope]
communications-1.2.1/src/gf.cc:1593:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
communications-1.2.1/src/gf.cc:1593:15: style: The scope of the variable 'num1' can be reduced. [variableScope]
communications-1.2.1/src/gf.cc:1593:21: style: The scope of the variable 'num2' can be reduced. [variableScope]
communications-1.2.1/src/gf.cc:1593:27: style: The scope of the variable 'den' can be reduced. [variableScope]
communications-1.2.1/src/gf.cc:1593:32: style: The scope of the variable 'discr_r' can be reduced. [variableScope]
communications-1.2.1/src/ov-galois.h:59:5: performance: Variable 'gval' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
communications-1.2.1/src/ov-galois.h:61:3: style: Class 'octave_galois' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
communications-1.2.1/src/ov-galois.h:52:1: warning: The class 'octave_galois' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
communications-1.2.1/src/ov-galois.cc:152:7: style: The scope of the variable 'skip' can be reduced. [variableScope]
communications-1.2.1/src/ov-galois.cc:219:8: style: The scope of the variable 'first' can be reduced. [variableScope]
communications-1.2.1/src/syndtable.cc:133:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-control/octave-control_3.1.0.orig.tar.gz
control-3.1.0/src/sl_ab13ad.cc:124:18: style: Condition 'info!=0' is always false [knownConditionTrueFalse]
control-3.1.0/src/sl_ab13ad.cc:105:24: note: Assignment 'info=0', assigned value is 0
control-3.1.0/src/sl_ab13ad.cc:124:18: note: Condition 'info!=0' is always false
control-3.1.0/src/sl_tb01pd.cc:125:18: style: Condition 'info!=0' is always false [knownConditionTrueFalse]
control-3.1.0/src/sl_tb01pd.cc:106:24: note: Assignment 'info=0', assigned value is 0
control-3.1.0/src/sl_tb01pd.cc:125:18: note: Condition 'info!=0' is always false
control-3.1.0/src/sl_tg01jd.cc:195:18: style: Condition 'info!=0' is always false [knownConditionTrueFalse]
control-3.1.0/src/sl_tg01jd.cc:174:24: note: Assignment 'info=0', assigned value is 0
control-3.1.0/src/sl_tg01jd.cc:195:18: note: Condition 'info!=0' is always false
control-3.1.0/src/sl_tb01id.cc:101:18: style: Condition 'info!=0' is always false [knownConditionTrueFalse]
control-3.1.0/src/sl_tb01id.cc:84:24: note: Assignment 'info=0', assigned value is 0
control-3.1.0/src/sl_tb01id.cc:101:18: note: Condition 'info!=0' is always false
control-3.1.0/src/sl_tg01ad.cc:111:18: style: Condition 'info!=0' is always false [knownConditionTrueFalse]
control-3.1.0/src/sl_tg01ad.cc:92:24: note: Assignment 'info=0', assigned value is 0
control-3.1.0/src/sl_tg01ad.cc:111:18: note: Condition 'info!=0' is always false
control-3.1.0/src/sl_tg01fd.cc:136:18: style: Condition 'info!=0' is always false [knownConditionTrueFalse]
control-3.1.0/src/sl_tg01fd.cc:114:24: note: Assignment 'info=0', assigned value is 0
control-3.1.0/src/sl_tg01fd.cc:136:18: note: Condition 'info!=0' is always false
control-3.1.0/src/sl_mb05nd.cc:99:18: style: Condition 'info>0' is always false [knownConditionTrueFalse]
control-3.1.0/src/sl_mb05nd.cc:82:24: note: Assignment 'info=0', assigned value is 0
control-3.1.0/src/sl_mb05nd.cc:99:18: note: Condition 'info>0' is always false
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-data-smoothing/octave-data-smoothing_1.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-dataframe/octave-dataframe_1.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-dicom/octave-dicom_0.2.1.orig.tar.gz
dicom-0.2.1/src/dicomdict.cpp:298:3: style: Variable 'linenumber' is modified but its new value is never used. [unreadVariable]
dicom-0.2.1/src/dicomdict.cpp:254:18: style: Technically the member function 'tag_range_iter::value' can be const. [functionConst]
dicom-0.2.1/src/dicomdict.cpp:223:3: style: Class 'tag_range_iter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dicom-0.2.1/src/dicomdict.cpp:223:36: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
dicom-0.2.1/src/dicominfo.cpp:527:36: style: Function 'byteval2string' argument 2 names different: declaration 'd_len_p' definition 'd_len'. [funcArgNamesDifferent]
dicom-0.2.1/src/dicominfo.cpp:73:36: note: Function 'byteval2string' argument 2 names different: declaration 'd_len_p' definition 'd_len'.
dicom-0.2.1/src/dicominfo.cpp:527:36: note: Function 'byteval2string' argument 2 names different: declaration 'd_len_p' definition 'd_len'.
dicom-0.2.1/src/dicomwrite.cpp:316:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
dicom-0.2.1/src/dicomwrite.cpp:204:15: style: Variable 'itemname' is assigned a value that is never used. [unreadVariable]
dicom-0.2.1/src/dicomwrite.cpp:154:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
dicom-0.2.1/src/dicomwrite.cpp:200:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
dicom-0.2.1/src/dicomwrite.cpp:209:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-divand/octave-divand_1.1.2+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-doctest/octave-doctest_0.6.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-econometrics/octave-econometrics_1.1.1.orig.tar.gz
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-epstk/octave-epstk_2.4.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/octave-financial/octave-financial_0.5.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-fits/octave-fits_1.0.7.orig.tar.gz
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-fixed/octave-fixed_0.7.10.orig.tar.gz
fixed-0.7.10/src/int/fixed.h:155:3: style: Class 'FixedPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/int/fixed.h:157:3: style: Class 'FixedPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedComplex.h:40:3: style: Class 'FixedPointComplex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedComplex.h:43:3: style: Class 'FixedPointComplex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedComplex.h:46:3: style: Class 'FixedPointComplex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedComplex.h:49:3: style: Class 'FixedPointComplex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/int/fixed.h:108:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fixed-0.7.10/src/fixedMatrix.h:59:3: style: Class 'FixedMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedMatrix.h:92:3: style: Class 'FixedMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedMatrix.h:94:3: style: Class 'FixedMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedMatrix.h:97:3: style: Class 'FixedMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedMatrix.h:98:3: style: Class 'FixedMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedCMatrix.h:60:3: style: Class 'FixedComplexMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedCMatrix.h:141:3: style: Class 'FixedComplexMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedCMatrix.h:148:3: style: Class 'FixedComplexMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedCMatrix.h:153:3: style: Class 'FixedComplexMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedCMatrix.h:157:3: style: Class 'FixedComplexMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-fixed.h:74:3: style: Class 'octave_fixed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedRowVector.h:88:3: style: Class 'FixedRowVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-fixed-mat.h:70:3: style: Class 'octave_fixed_matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-fixed-mat.h:73:3: style: Class 'octave_fixed_matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-fixed-mat.h:76:3: style: Class 'octave_fixed_matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-fixed-mat.h:79:3: style: Class 'octave_fixed_matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-base-fixed-mat.h:55:0: style: Class 'octave_base_fixed_matrix < FixedMatrix >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-base-fixed.h:53:0: style: Class 'octave_base_fixed < FixedPoint >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-base-fixed-mat.h:47:0: warning: The class 'octave_base_fixed_matrix < FixedMatrix >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fixed-0.7.10/src/ov-base-fixed.h:45:0: warning: The class 'octave_base_fixed < FixedPoint >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fixed-0.7.10/src/fixedMatrix.h:63:47: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fixed-0.7.10/src/fixedRowVector.h:84:37: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fixed-0.7.10/src/ov-fixed-complex.h:78:3: style: Class 'octave_fixed_complex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedCRowVector.h:144:3: style: Class 'FixedComplexRowVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedCRowVector.h:150:3: style: Class 'FixedComplexRowVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-fixed-cx-mat.h:64:3: style: Class 'octave_fixed_complex_matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-fixed-cx-mat.h:67:3: style: Class 'octave_fixed_complex_matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-fixed-cx-mat.h:70:3: style: Class 'octave_fixed_complex_matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-fixed-cx-mat.h:73:3: style: Class 'octave_fixed_complex_matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-base-fixed-mat.h:55:0: style: Class 'octave_base_fixed_matrix < FixedComplexMatrix >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-base-fixed.h:53:0: style: Class 'octave_base_fixed < FixedPointComplex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/ov-base-fixed-mat.h:47:0: warning: The class 'octave_base_fixed_matrix < FixedComplexMatrix >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fixed-0.7.10/src/ov-base-fixed.h:45:0: warning: The class 'octave_base_fixed < FixedPointComplex >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fixed-0.7.10/src/fixedCColVector.cc:628:39: warning: Function 'operator*' argument order different: declaration 'a, b' definition 'm, a' [funcArgOrderDifferent]
fixed-0.7.10/src/fixedCColVector.h:206:73: note: Function 'operator*' argument order different: declaration 'a, b' definition 'm, a'
fixed-0.7.10/src/fixedCColVector.cc:628:39: note: Function 'operator*' argument order different: declaration 'a, b' definition 'm, a'
fixed-0.7.10/src/fixedCMatrix.cc:1481:21: style: Same expression on both sides of '||'. [duplicateExpression]
fixed-0.7.10/src/fixedCMatrix.cc:1492:21: style: Same expression on both sides of '||'. [duplicateExpression]
fixed-0.7.10/src/fixedCMatrix.cc:462:60: style: Function 'FixedComplexMatrix' argument 1 names different: declaration 'a' definition 'm'. [funcArgNamesDifferent]
fixed-0.7.10/src/fixedCMatrix.h:141:42: note: Function 'FixedComplexMatrix' argument 1 names different: declaration 'a' definition 'm'.
fixed-0.7.10/src/fixedCMatrix.cc:462:60: note: Function 'FixedComplexMatrix' argument 1 names different: declaration 'a' definition 'm'.
fixed-0.7.10/src/fixedCMatrix.cc:1001:45: warning: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a' [funcArgOrderDifferent]
fixed-0.7.10/src/fixedCMatrix.h:322:81: note: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a'
fixed-0.7.10/src/fixedCMatrix.cc:1001:45: note: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a'
fixed-0.7.10/src/fixedColVector.h:89:3: style: Class 'FixedColumnVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedCColVector.h:147:3: style: Class 'FixedComplexColumnVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedCColVector.h:153:3: style: Class 'FixedComplexColumnVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedColVector.h:85:40: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fixed-0.7.10/src/fixed-inline.cc:85:34: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
fixed-0.7.10/src/fixed-inline.cc:86:35: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
fixed-0.7.10/src/fixedNDArray.h:51:3: style: Class 'FixedNDArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedNDArray.h:83:3: style: Class 'FixedNDArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedNDArray.h:85:3: style: Class 'FixedNDArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedNDArray.h:88:3: style: Class 'FixedNDArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedNDArray.h:89:3: style: Class 'FixedNDArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fixed-0.7.10/src/fixedNDArray.h:53:56: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fixed-0.7.10/src/fixedCRowVector.cc:609:39: style: Function 'extract_n' argument 1 names different: declaration 'c1' definition 'r1'. [funcArgNamesDifferent]
fixed-0.7.10/src/fixedCRowVector.h:192:40: note: Function 'extract_n' argument 1 names different: declaration 'c1' definition 'r1'.
fixed-0.7.10/src/fixedCRowVector.cc:609:39: note: Function 'extract_n' argument 1 names different: declaration 'c1' definition 'r1'.
fixed-0.7.10/src/fixedCRowVector.cc:825:42: warning: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a' [funcArgOrderDifferent]
fixed-0.7.10/src/fixedCRowVector.h:248:60: note: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a'
fixed-0.7.10/src/fixedCRowVector.cc:825:42: note: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a'
fixed-0.7.10/src/fixedColVector.cc:436:32: warning: Function 'operator*' argument order different: declaration 'a, b' definition 'm, a' [funcArgOrderDifferent]
fixed-0.7.10/src/fixedColVector.h:143:59: note: Function 'operator*' argument order different: declaration 'a, b' definition 'm, a'
fixed-0.7.10/src/fixedColVector.cc:436:32: note: Function 'operator*' argument order different: declaration 'a, b' definition 'm, a'
fixed-0.7.10/src/fixedComplex.cc:33:0: error: #error "Need ISO compliant C++ libraries. Try a more recent compiler!!!" [preprocessorErrorDirective]
fixed-0.7.10/src/fixedMatrix.cc:1209:21: style: Same expression on both sides of '||'. [duplicateExpression]
fixed-0.7.10/src/fixedMatrix.cc:754:38: warning: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a' [funcArgOrderDifferent]
fixed-0.7.10/src/fixedMatrix.h:254:67: note: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a'
fixed-0.7.10/src/fixedMatrix.cc:754:38: note: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a'
fixed-0.7.10/src/fixedMatrix.cc:470:31: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fixed-0.7.10/src/fixedMatrix.cc:488:31: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fixed-0.7.10/src/fixedNDArray.cc:408:45: style: Function 'max' argument 1 names different: declaration 'index' definition 'idx_arg'. [funcArgNamesDifferent]
fixed-0.7.10/src/fixedNDArray.h:135:46: note: Function 'max' argument 1 names different: declaration 'index' definition 'idx_arg'.
fixed-0.7.10/src/fixedNDArray.cc:408:45: note: Function 'max' argument 1 names different: declaration 'index' definition 'idx_arg'.
fixed-0.7.10/src/fixedNDArray.cc:420:45: style: Function 'min' argument 1 names different: declaration 'index' definition 'idx_arg'. [funcArgNamesDifferent]
fixed-0.7.10/src/fixedNDArray.h:137:46: note: Function 'min' argument 1 names different: declaration 'index' definition 'idx_arg'.
fixed-0.7.10/src/fixedNDArray.cc:420:45: note: Function 'min' argument 1 names different: declaration 'index' definition 'idx_arg'.
fixed-0.7.10/src/fixedNDArray.cc:475:1: style: Function 'real' argument 1 names different: declaration 'a' definition 'x'. [funcArgNamesDifferent]
fixed-0.7.10/src/fixedNDArray.h:216:40: note: Function 'real' argument 1 names different: declaration 'a' definition 'x'.
fixed-0.7.10/src/fixedNDArray.cc:475:1: note: Function 'real' argument 1 names different: declaration 'a' definition 'x'.
fixed-0.7.10/src/fixedNDArray.cc:476:1: style: Function 'imag' argument 1 names different: declaration 'a' definition 'x'. [funcArgNamesDifferent]
fixed-0.7.10/src/fixedNDArray.h:217:40: note: Function 'imag' argument 1 names different: declaration 'a' definition 'x'.
fixed-0.7.10/src/fixedNDArray.cc:476:1: note: Function 'imag' argument 1 names different: declaration 'a' definition 'x'.
fixed-0.7.10/src/fixedRowVector.cc:418:32: style: Function 'extract_n' argument 1 names different: declaration 'c1' definition 'r1'. [funcArgNamesDifferent]
fixed-0.7.10/src/fixedRowVector.h:131:33: note: Function 'extract_n' argument 1 names different: declaration 'c1' definition 'r1'.
fixed-0.7.10/src/fixedRowVector.cc:418:32: note: Function 'extract_n' argument 1 names different: declaration 'c1' definition 'r1'.
fixed-0.7.10/src/fixedRowVector.cc:618:35: warning: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a' [funcArgOrderDifferent]
fixed-0.7.10/src/fixedRowVector.h:184:46: note: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a'
fixed-0.7.10/src/fixedRowVector.cc:618:35: note: Function 'operator*' argument order different: declaration 'a, b' definition 'v, a'
fixed-0.7.10/src/fixedRowVector.cc:346:34: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fixed-0.7.10/src/fixedRowVector.cc:362:34: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fixed-0.7.10/src/int/fixed.cc:173:0: error: #error ("Tables of power 5 only availble for fp_uint sizes of 4 and 8 bytes"); [preprocessorErrorDirective]
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-fpl/octave-fpl_1.3.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-fuzzy-logic-toolkit/octave-fuzzy-logic-toolkit_0.4.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-ga/octave-ga_0.10.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-general/octave-general_2.1.0.orig.tar.gz
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-geometry/octave-geometry_3.0.0.orig.tar.gz
geometry-3.0.0/src/clipper.cpp:750:8: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
geometry-3.0.0/src/clipper.cpp:3012:19: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
geometry-3.0.0/src/clipper.cpp:3010:22: note: outer condition: e->OutIdx>=0
geometry-3.0.0/src/clipper.cpp:3012:19: note: identical inner condition: e->OutIdx>=0
geometry-3.0.0/src/clipper.cpp:4231:50: style: The scope of the variable 'X2' can be reduced. [variableScope]
geometry-3.0.0/src/clipper.cpp:957:49: style: Function 'ProcessBound' argument 2 names different: declaration 'IsClockwise' definition 'NextIsForward'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:264:38: note: Function 'ProcessBound' argument 2 names different: declaration 'IsClockwise' definition 'NextIsForward'.
geometry-3.0.0/src/clipper.cpp:957:49: note: Function 'ProcessBound' argument 2 names different: declaration 'IsClockwise' definition 'NextIsForward'.
geometry-3.0.0/src/clipper.cpp:1424:45: style: Function 'SwapPositionsInAEL' argument 1 names different: declaration 'edge1' definition 'Edge1'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:272:34: note: Function 'SwapPositionsInAEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
geometry-3.0.0/src/clipper.cpp:1424:45: note: Function 'SwapPositionsInAEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
geometry-3.0.0/src/clipper.cpp:1424:59: style: Function 'SwapPositionsInAEL' argument 2 names different: declaration 'edge2' definition 'Edge2'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:272:48: note: Function 'SwapPositionsInAEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
geometry-3.0.0/src/clipper.cpp:1424:59: note: Function 'SwapPositionsInAEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
geometry-3.0.0/src/clipper.cpp:1870:71: style: Function 'AddLocalMinPoly' argument 3 names different: declaration 'pt' definition 'Pt'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:353:64: note: Function 'AddLocalMinPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
geometry-3.0.0/src/clipper.cpp:1870:71: note: Function 'AddLocalMinPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
geometry-3.0.0/src/clipper.cpp:1913:69: style: Function 'AddLocalMaxPoly' argument 3 names different: declaration 'pt' definition 'Pt'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:352:62: note: Function 'AddLocalMaxPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
geometry-3.0.0/src/clipper.cpp:1913:69: note: Function 'AddLocalMaxPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
geometry-3.0.0/src/clipper.cpp:1971:62: style: Function 'AddJoin' argument 3 names different: declaration 'offPt' definition 'OffPt'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:373:55: note: Function 'AddJoin' argument 3 names different: declaration 'offPt' definition 'OffPt'.
geometry-3.0.0/src/clipper.cpp:1971:62: note: Function 'AddJoin' argument 3 names different: declaration 'offPt' definition 'OffPt'.
geometry-3.0.0/src/clipper.cpp:1997:54: style: Function 'AddGhostJoin' argument 2 names different: declaration 'offPt' definition 'OffPt'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:376:47: note: Function 'AddGhostJoin' argument 2 names different: declaration 'offPt' definition 'OffPt'.
geometry-3.0.0/src/clipper.cpp:1997:54: note: Function 'AddGhostJoin' argument 2 names different: declaration 'offPt' definition 'OffPt'.
geometry-3.0.0/src/clipper.cpp:2135:62: style: Function 'IntersectEdges' argument 3 names different: declaration 'pt' definition 'Pt'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:356:55: note: Function 'IntersectEdges' argument 3 names different: declaration 'pt' definition 'Pt'.
geometry-3.0.0/src/clipper.cpp:2135:62: note: Function 'IntersectEdges' argument 3 names different: declaration 'pt' definition 'Pt'.
geometry-3.0.0/src/clipper.cpp:2387:32: style: Function 'GetOutRec' argument 1 names different: declaration 'idx' definition 'Idx'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:354:25: note: Function 'GetOutRec' argument 1 names different: declaration 'idx' definition 'Idx'.
geometry-3.0.0/src/clipper.cpp:2387:32: note: Function 'GetOutRec' argument 1 names different: declaration 'idx' definition 'Idx'.
geometry-3.0.0/src/clipper.cpp:2587:41: style: Function 'SwapPositionsInSEL' argument 1 names different: declaration 'edge1' definition 'Edge1'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:346:34: note: Function 'SwapPositionsInSEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
geometry-3.0.0/src/clipper.cpp:2587:41: note: Function 'SwapPositionsInSEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
geometry-3.0.0/src/clipper.cpp:2587:55: style: Function 'SwapPositionsInSEL' argument 2 names different: declaration 'edge2' definition 'Edge2'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:346:48: note: Function 'SwapPositionsInSEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
geometry-3.0.0/src/clipper.cpp:2587:55: note: Function 'SwapPositionsInSEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
geometry-3.0.0/src/clipper.cpp:3815:56: style: Function 'ClipperOffset' argument 2 names different: declaration 'roundPrecision' definition 'arcTolerance'. [funcArgNamesDifferent]
geometry-3.0.0/src/clipper.hpp:392:49: note: Function 'ClipperOffset' argument 2 names different: declaration 'roundPrecision' definition 'arcTolerance'.
geometry-3.0.0/src/clipper.cpp:3815:56: note: Function 'ClipperOffset' argument 2 names different: declaration 'roundPrecision' definition 'arcTolerance'.
geometry-3.0.0/src/clipper.cpp:4147:9: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
geometry-3.0.0/src/clipper.cpp:2687:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
geometry-3.0.0/src/clipper.cpp:2694:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
geometry-3.0.0/src/clipper.cpp:2721:19: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
geometry-3.0.0/src/clipper.cpp:2730:19: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
geometry-3.0.0/src/clipper.cpp:211:11: warning: Member variable 'PolyNode::m_jointype' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:211:11: warning: Member variable 'PolyNode::m_endtype' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:912:14: warning: Member variable 'ClipperBase::m_PreserveCollinear' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:912:14: warning: Member variable 'ClipperBase::m_HasOpenPaths' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:912:14: warning: Member variable 'ClipperBase::m_ActiveEdges' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:1503:10: warning: Member variable 'Clipper::m_ClipType' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:1503:10: warning: Member variable 'Clipper::m_SortedEdges' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:1503:10: warning: Member variable 'Clipper::m_ClipFillType' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:1503:10: warning: Member variable 'Clipper::m_SubjFillType' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:1503:10: warning: Member variable 'Clipper::m_UsingPolyTree' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:3815:16: warning: Member variable 'ClipperOffset::m_delta' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:3815:16: warning: Member variable 'ClipperOffset::m_sinA' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:3815:16: warning: Member variable 'ClipperOffset::m_sin' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:3815:16: warning: Member variable 'ClipperOffset::m_cos' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:3815:16: warning: Member variable 'ClipperOffset::m_miterLim' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:3815:16: warning: Member variable 'ClipperOffset::m_StepsPerRad' is not initialized in the constructor. [uninitMemberVar]
geometry-3.0.0/src/clipper.cpp:288:7: performance: Variable 'lo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
geometry-3.0.0/src/clipper.hpp:258:8: style: Technically the member function 'ClipperLib::ClipperBase::PreserveCollinear' can be const. [functionConst]
geometry-3.0.0/src/clipper.hpp:310:8: style: Technically the member function 'ClipperLib::Clipper::ReverseSolution' can be const. [functionConst]
geometry-3.0.0/src/clipper.hpp:312:8: style: Technically the member function 'ClipperLib::Clipper::StrictlySimple' can be const. [functionConst]
geometry-3.0.0/src/clipper.hpp:337:8: style: Technically the member function 'ClipperLib::Clipper::SetWindingCount' can be const. [functionConst]
geometry-3.0.0/src/clipper.cpp:1653:15: note: Technically the member function 'ClipperLib::Clipper::SetWindingCount' can be const.
geometry-3.0.0/src/clipper.hpp:337:8: note: Technically the member function 'ClipperLib::Clipper::SetWindingCount' can be const.
geometry-3.0.0/src/clipper.hpp:355:8: style: Technically the member function 'ClipperLib::Clipper::AppendPolygon' can be const. [functionConst]
geometry-3.0.0/src/clipper.cpp:2396:15: note: Technically the member function 'ClipperLib::Clipper::AppendPolygon' can be const.
geometry-3.0.0/src/clipper.hpp:355:8: note: Technically the member function 'ClipperLib::Clipper::AppendPolygon' can be const.
geometry-3.0.0/src/clipper.hpp:365:8: style: Technically the member function 'ClipperLib::Clipper::SetHoleState' can be const. [functionConst]
geometry-3.0.0/src/clipper.cpp:2330:15: note: Technically the member function 'ClipperLib::Clipper::SetHoleState' can be const.
geometry-3.0.0/src/clipper.hpp:365:8: note: Technically the member function 'ClipperLib::Clipper::SetHoleState' can be const.
geometry-3.0.0/src/clipper.hpp:369:8: performance: Technically the member function 'ClipperLib::Clipper::FixupOutPolyline' can be static. [functionStatic]
geometry-3.0.0/src/clipper.cpp:3145:15: note: Technically the member function 'ClipperLib::Clipper::FixupOutPolyline' can be static.
geometry-3.0.0/src/clipper.hpp:369:8: note: Technically the member function 'ClipperLib::Clipper::FixupOutPolyline' can be static.
geometry-3.0.0/src/clipper.hpp:372:8: performance: Technically the member function 'ClipperLib::Clipper::FixHoleLinkage' can be static. [functionStatic]
geometry-3.0.0/src/clipper.cpp:1574:15: note: Technically the member function 'ClipperLib::Clipper::FixHoleLinkage' can be static.
geometry-3.0.0/src/clipper.hpp:372:8: note: Technically the member function 'ClipperLib::Clipper::FixHoleLinkage' can be static.
geometry-3.0.0/src/clipper.cpp:156:15: style: Technically the member function 'ClipperLib::LocMinSorter::operator()' can be const. [functionConst]
geometry-3.0.0/src/clipper.hpp:256:16: warning: Virtual function 'Clear' is called from destructor '~ClipperBase()' at line 921. Dynamic binding is not used. [virtualCallInConstructor]
geometry-3.0.0/src/clipper.cpp:921:3: note: Calling Clear
geometry-3.0.0/src/clipper.hpp:256:16: note: Clear is a virtual method
geometry-3.0.0/src/clipper.hpp:150:3: style: Struct 'DoublePoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
geometry-3.0.0/src/clipper.hpp:295:3: style: Class 'Clipper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
geometry-3.0.0/src/clipper.hpp:423:5: style: Class 'clipperException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
geometry-3.0.0/src/clipper.cpp:286:5: style: Class 'Int128' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
geometry-3.0.0/src/clipper.cpp:280:1: warning: The class 'Int128' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
geometry-3.0.0/src/clipper.hpp:150:24: performance: Function parameter 'ip' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:583:33: performance: Function parameter 'pt1' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:583:53: performance: Function parameter 'pt2' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:584:18: performance: Function parameter 'pt3' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:595:33: performance: Function parameter 'pt1' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:595:53: performance: Function parameter 'pt2' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:596:18: performance: Function parameter 'pt3' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:596:38: performance: Function parameter 'pt4' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:613:36: performance: Function parameter 'pt1' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:613:56: performance: Function parameter 'pt2' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:889:43: performance: Function parameter 'pt1' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:890:18: performance: Function parameter 'pt2' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:890:38: performance: Function parameter 'pt3' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:1971:62: performance: Function parameter 'OffPt' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:1997:54: performance: Function parameter 'OffPt' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:3401:18: performance: Function parameter 'Pt' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:4552:68: performance: Function parameter 'delta' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.cpp:2681:7: performance: Possible inefficient checking for 'm_Maxima' emptiness. [stlSize]
geometry-3.0.0/src/clipper.cpp:2713:13: performance: Possible inefficient checking for 'm_Maxima' emptiness. [stlSize]
geometry-3.0.0/src/mexclipper.cpp:50:18: style: The scope of the variable 'nx' can be reduced. [variableScope]
geometry-3.0.0/src/mexclipper.cpp:50:22: style: The scope of the variable 'ny' can be reduced. [variableScope]
geometry-3.0.0/src/mexclipper.cpp:101:14: style: The scope of the variable 'x_out' can be reduced. [variableScope]
geometry-3.0.0/src/mexclipper.cpp:101:22: style: The scope of the variable 'y_out' can be reduced. [variableScope]
geometry-3.0.0/src/mexclipper.cpp:165:14: style: The scope of the variable 'orient' can be reduced. [variableScope]
geometry-3.0.0/src/clipper.hpp:373:55: performance: Function parameter 'offPt' should be passed by const reference. [passedByValue]
geometry-3.0.0/src/clipper.hpp:376:47: performance: Function parameter 'offPt' should be passed by const reference. [passedByValue]
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-gsl/octave-gsl_2.1.1.orig.tar.gz
gsl-2.1.1/src/DDDDM_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/DDDD_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/DDDM_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/DDD_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/DDM_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/DD_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/DI_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/DM_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/D_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/IDD_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/ID_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/IIDD_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/IID_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/IIIIIIIII_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/IIIIII_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/I_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/LDD_DD_array.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/LDD_D_array.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/LD_DD_array.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/LD_D_array.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/LID_DD_array.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/LID_D_array.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/LLD_DD_array.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/LLD_D_array.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/NSDD_DDD_array.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/NSDD_DD_array.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/NSDD_D_array.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/UU_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
gsl-2.1.1/src/U_D.template.cc:4:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-image/octave-image_2.8.0.orig.tar.gz
image-2.8.0/src/__bilateral__.cc:21:41: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
image-2.8.0/src/__bilateral__.cc:21:70: performance: Function parameter 'mu' should be passed by const reference. [passedByValue]
image-2.8.0/src/__boundary__.cc:80:8: style: Variable 'cols' is assigned a value that is never used. [unreadVariable]
image-2.8.0/src/connectivity.h:98:9: style: Class 'invalid_conversion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
image-2.8.0/src/connectivity.h:105:9: style: Class 'invalid_connectivity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
image-2.8.0/src/octave-wrappers.h:63:5: style: Class 'value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
image-2.8.0/src/connectivity.cc:300:40: style: Function 'ndims' argument 1 names different: declaration 'd' definition 'dims'. [funcArgNamesDifferent]
image-2.8.0/src/connectivity.h:90:57: note: Function 'ndims' argument 1 names different: declaration 'd' definition 'dims'.
image-2.8.0/src/connectivity.cc:300:40: note: Function 'ndims' argument 1 names different: declaration 'd' definition 'dims'.
image-2.8.0/src/rotate_scale.cc:108:22: warning: Function 'calc_rotation_params' argument order different: declaration 'x0l, y0l, x0r, y0r, x1l, y1l, x1r, y1r, Tx_x, Ty_x, Tx_y, Ty_y, Tx_1, Ty_1' definition 'x1l, y1l, x1r, y1r, x0l, y0l, x0r, y0r, Tx_x, Ty_x, Tx_y, Ty_y, Tx_1, Ty_1' [funcArgOrderDifferent]
image-2.8.0/src/rotate_scale.cc:25:22: note: Function 'calc_rotation_params' argument order different: declaration 'x0l, y0l, x0r, y0r, x1l, y1l, x1r, y1r, Tx_x, Ty_x, Tx_y, Ty_y, Tx_1, Ty_1' definition 'x1l, y1l, x1r, y1r, x0l, y0l, x0r, y0r, Tx_x, Ty_x, Tx_y, Ty_y, Tx_1, Ty_1'
image-2.8.0/src/rotate_scale.cc:108:22: note: Function 'calc_rotation_params' argument order different: declaration 'x0l, y0l, x0r, y0r, x1l, y1l, x1r, y1r, Tx_x, Ty_x, Tx_y, Ty_y, Tx_1, Ty_1' definition 'x1l, y1l, x1r, y1r, x0l, y0l, x0r, y0r, Tx_x, Ty_x, Tx_y, Ty_y, Tx_1, Ty_1'
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-image-acquisition/octave-image-acquisition_0.2.2.orig.tar.gz
image-acquisition-0.2.2/src/cl_img_win.cc:83:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
image-acquisition-0.2.2/src/cl_v4l2_handler.cc:655:13: style: C-style pointer casting [cstyleCast]
image-acquisition-0.2.2/src/cl_v4l2_handler.cc:156:15: warning: Member variable 'v4l2_handler::fd' is not initialized in the constructor. [uninitMemberVarPrivate]
image-acquisition-0.2.2/src/cl_v4l2_handler.cc:156:15: warning: Member variable 'v4l2_handler::dev' is not initialized in the constructor. [uninitMemberVarPrivate]
image-acquisition-0.2.2/src/cl_v4l2_handler.cc:156:15: warning: Member variable 'v4l2_handler::n_buffer' is not initialized in the constructor. [uninitMemberVarPrivate]
image-acquisition-0.2.2/src/cl_v4l2_handler.cc:156:15: warning: Member variable 'v4l2_handler::buffers' is not initialized in the constructor. [uninitMemberVarPrivate]
image-acquisition-0.2.2/src/cl_v4l2_handler.cc:156:15: warning: Member variable 'v4l2_handler::streaming' is not initialized in the constructor. [uninitMemberVarPrivate]
image-acquisition-0.2.2/src/cl_v4l2_handler.cc:156:15: warning: Member variable 'v4l2_handler::preview_window' is not initialized in the constructor. [uninitMemberVarPrivate]
image-acquisition-0.2.2/src/cl_v4l2_handler.h:56:1: warning: The class 'v4l2_handler' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-instrument-control/octave-instrument-control_0.3.1.orig.tar.gz
instrument-control-0.3.1/src/hwinfo/__instr_hwinfo__.cc:39:0: style: Variable 'int_count' is assigned a value that is never used. [unreadVariable]
instrument-control-0.3.1/src/vxi11/vxi11_class.cc:47:15: warning: Member variable 'octave_vxi11::client' is not initialized in the constructor. [uninitMemberVar]
instrument-control-0.3.1/src/vxi11/vxi11_class.cc:47:15: warning: Member variable 'octave_vxi11::link' is not initialized in the constructor. [uninitMemberVar]
instrument-control-0.3.1/src/vxi11/vxi11_class.cc:51:9: performance: Variable 'ip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
[12:26]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-interval/octave-interval_3.2.0.orig.tar.gz
interval-3.2.0/src/crlibm/acos-td.c:377:16: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:381:15: style: The scope of the variable 't7l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:381:25: style: The scope of the variable 't8l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:381:44: style: The scope of the variable 'twoZ' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:381:50: style: The scope of the variable 'sqrtzh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:381:58: style: The scope of the variable 'sqrtzl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:382:20: style: The scope of the variable 'pTimesSl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:659:16: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:663:15: style: The scope of the variable 't7l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:663:25: style: The scope of the variable 't8l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:663:44: style: The scope of the variable 'twoZ' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:663:50: style: The scope of the variable 'sqrtzh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:663:58: style: The scope of the variable 'sqrtzl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:664:20: style: The scope of the variable 'pTimesSl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:933:16: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:937:15: style: The scope of the variable 't7l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:937:25: style: The scope of the variable 't8l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:937:44: style: The scope of the variable 'twoZ' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:937:50: style: The scope of the variable 'sqrtzh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:937:58: style: The scope of the variable 'sqrtzl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/acos-td.c:938:20: style: The scope of the variable 'pTimesSl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:329:16: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:333:15: style: The scope of the variable 't7l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:333:25: style: The scope of the variable 't8l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:333:44: style: The scope of the variable 'twoZ' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:333:50: style: The scope of the variable 'sqrtzh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:333:58: style: The scope of the variable 'sqrtzl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:334:20: style: The scope of the variable 'pTimesSl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:334:36: style: The scope of the variable 'alll' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:572:16: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:576:15: style: The scope of the variable 't7l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:576:25: style: The scope of the variable 't8l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:576:44: style: The scope of the variable 'twoZ' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:576:50: style: The scope of the variable 'sqrtzh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:576:58: style: The scope of the variable 'sqrtzl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:577:20: style: The scope of the variable 'pTimesSl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:577:36: style: The scope of the variable 'alll' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:816:16: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:820:15: style: The scope of the variable 't7l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:820:25: style: The scope of the variable 't8l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:820:44: style: The scope of the variable 'twoZ' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:820:50: style: The scope of the variable 'sqrtzh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:820:58: style: The scope of the variable 'sqrtzl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:821:20: style: The scope of the variable 'pTimesSl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:821:36: style: The scope of the variable 'alll' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:1061:16: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:1065:15: style: The scope of the variable 't7l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:1065:25: style: The scope of the variable 't8l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:1065:44: style: The scope of the variable 'twoZ' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:1065:50: style: The scope of the variable 'sqrtzh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:1065:58: style: The scope of the variable 'sqrtzl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:1066:20: style: The scope of the variable 'pTimesSl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asin-td.c:1066:36: style: The scope of the variable 'alll' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:40:8: style: The scope of the variable 'p_t_1_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:41:8: style: The scope of the variable 'p_t_2_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:42:8: style: The scope of the variable 'p_t_3_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:43:8: style: The scope of the variable 'p_t_4_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:44:8: style: The scope of the variable 'p_t_5_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:45:8: style: The scope of the variable 'p_t_6_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:46:8: style: The scope of the variable 'p_t_7_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:47:8: style: The scope of the variable 'p_t_8_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:48:8: style: The scope of the variable 'p_t_9_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:49:8: style: The scope of the variable 'p_t_10_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:50:8: style: The scope of the variable 'p_t_11_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:51:8: style: The scope of the variable 'p_t_12_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:52:8: style: The scope of the variable 'p_t_13_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:53:8: style: The scope of the variable 'p_t_14_0h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:491:19: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:494:32: style: The scope of the variable 'asinlover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:495:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:495:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:495:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:698:19: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:701:32: style: The scope of the variable 'asinlover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:702:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:702:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:702:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:921:19: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:924:32: style: The scope of the variable 'asinlover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:925:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:925:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:925:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1145:19: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1148:32: style: The scope of the variable 'asinlover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1149:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1149:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1149:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1362:13: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1367:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1367:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1367:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1633:13: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1638:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1638:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1638:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1923:13: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1928:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1928:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:1928:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2214:13: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2220:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2220:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2220:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2491:13: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2497:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2497:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2497:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2773:13: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2779:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2779:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:2779:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3057:19: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3062:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3062:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3062:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3067:10: style: The scope of the variable 'xScaled' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3068:22: style: The scope of the variable 'xPil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3069:30: style: The scope of the variable 'xPilover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3070:10: style: The scope of the variable 'deltatemp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3070:21: style: The scope of the variable 'deltah' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3070:29: style: The scope of the variable 'deltal' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3071:10: style: The scope of the variable 'temp1' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3071:17: style: The scope of the variable 'temp2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3071:25: style: The scope of the variable 'temp2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3071:33: style: The scope of the variable 'temp3' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3072:10: style: The scope of the variable 'miulp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3435:19: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3440:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3440:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3440:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3445:10: style: The scope of the variable 'xScaled' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3446:22: style: The scope of the variable 'xPil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3447:30: style: The scope of the variable 'xPilover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3451:10: style: The scope of the variable 'deltatemp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3451:21: style: The scope of the variable 'deltah' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3451:29: style: The scope of the variable 'deltal' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3452:10: style: The scope of the variable 'temp1' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3452:17: style: The scope of the variable 'temp2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3452:25: style: The scope of the variable 'temp2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3452:33: style: The scope of the variable 'temp3' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3789:19: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3794:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3794:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3794:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3799:10: style: The scope of the variable 'xScaled' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3800:22: style: The scope of the variable 'xPil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3801:30: style: The scope of the variable 'xPilover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3805:10: style: The scope of the variable 'deltatemp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3805:21: style: The scope of the variable 'deltah' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3805:29: style: The scope of the variable 'deltal' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3806:10: style: The scope of the variable 'temp1' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3806:17: style: The scope of the variable 'temp2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3806:25: style: The scope of the variable 'temp2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3806:33: style: The scope of the variable 'temp3' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4142:19: style: The scope of the variable 'zp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4147:25: style: The scope of the variable 'sqrh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4147:31: style: The scope of the variable 'sqrm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4147:37: style: The scope of the variable 'sqrl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4152:10: style: The scope of the variable 'xScaled' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4153:22: style: The scope of the variable 'xPil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4154:30: style: The scope of the variable 'xPilover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4158:10: style: The scope of the variable 'deltatemp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4158:21: style: The scope of the variable 'deltah' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4158:29: style: The scope of the variable 'deltal' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4159:10: style: The scope of the variable 'temp1' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4159:17: style: The scope of the variable 'temp2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4159:25: style: The scope of the variable 'temp2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:4159:33: style: The scope of the variable 'temp3' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/asincos.c:3570:5: style: Variable 'deltal' is assigned a value that is never used. [unreadVariable]
interval-3.2.0/src/crlibm/asincos.c:3923:5: style: Variable 'deltal' is assigned a value that is never used. [unreadVariable]
interval-3.2.0/src/crlibm/asincos.c:4276:5: style: Variable 'deltal' is assigned a value that is never used. [unreadVariable]
interval-3.2.0/src/crlibm/atan_accurate.c:84:10: style: The scope of the variable 'i' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/atan_fast.c:45:16: style: The scope of the variable 'tmplo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/atan_fast.c:45:28: style: The scope of the variable 'x0lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/atan_fast.c:46:12: style: The scope of the variable 'Xred2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/atan_fast.c:46:18: style: The scope of the variable 'x2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/atan_fast.c:47:17: style: The scope of the variable 'Xredlo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/atan_fast.c:48:10: style: The scope of the variable 'xmBihi' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/atan_fast.c:48:18: style: The scope of the variable 'xmBilo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/atan_fast.c:48:26: style: The scope of the variable 'tmphi2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/atan_fast.c:48:34: style: The scope of the variable 'tmplo2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/atan_fast.c:48:42: style: The scope of the variable 'atanlolo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/atan_fast.c:50:7: style: The scope of the variable 'i' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:50:31: style: The scope of the variable 'sh_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:54:30: style: The scope of the variable 'b_ca_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:54:48: style: The scope of the variable 'b_sa_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:58:10: style: The scope of the variable 'ch_2_pk_hi' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:58:22: style: The scope of the variable 'ch_2_pk_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:58:46: style: The scope of the variable 'ch_2_mk_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:59:10: style: The scope of the variable 'sh_2_pk_hi' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:59:22: style: The scope of the variable 'sh_2_pk_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:59:34: style: The scope of the variable 'sh_2_mk_hi' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:59:46: style: The scope of the variable 'sh_2_mk_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:180:22: style: The scope of the variable 'expl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:182:18: style: The scope of the variable 'deltaexponent' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:386:10: style: The scope of the variable 'temp1' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:390:10: style: The scope of the variable 'ch_2_pk_hi' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:390:22: style: The scope of the variable 'ch_2_pk_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:390:46: style: The scope of the variable 'ch_2_mk_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:391:10: style: The scope of the variable 'sh_2_pk_hi' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:391:22: style: The scope of the variable 'sh_2_pk_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:391:34: style: The scope of the variable 'sh_2_mk_hi' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:391:46: style: The scope of the variable 'sh_2_mk_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:393:19: style: The scope of the variable 'ca_b_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:393:55: style: The scope of the variable 'sa_b_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:394:10: style: The scope of the variable 'ca_hi' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:394:17: style: The scope of the variable 'ca_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:394:24: style: The scope of the variable 'sa_hi' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/csh_fast.c:394:31: style: The scope of the variable 'sa_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/exp-td.c:132:53: style: Unused variable: t4db2 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:138:10: style: Unused variable: s1 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:138:14: style: Unused variable: s2 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:138:18: style: Unused variable: s3 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:138:22: style: Unused variable: s4 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:138:26: style: Unused variable: s5 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:421:53: style: Unused variable: t4db2 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:427:10: style: Unused variable: s1 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:427:14: style: Unused variable: s2 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:427:18: style: Unused variable: s3 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:427:22: style: Unused variable: s4 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:427:26: style: Unused variable: s5 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:723:53: style: Unused variable: t4db2 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:729:10: style: Unused variable: s1 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:729:14: style: Unused variable: s2 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:729:18: style: Unused variable: s3 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:729:22: style: Unused variable: s4 [unusedVariable]
interval-3.2.0/src/crlibm/exp-td.c:729:26: style: Unused variable: s5 [unusedVariable]
interval-3.2.0/src/crlibm/expm1-standalone.c:61:15: style: The scope of the variable 'expoX' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:61:22: style: The scope of the variable 'k' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:61:25: style: The scope of the variable 'M' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:61:28: style: The scope of the variable 'index1' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:61:36: style: The scope of the variable 'index2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:62:16: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:62:22: style: The scope of the variable 'xSqHalfh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:62:32: style: The scope of the variable 'xSqHalfl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:63:10: style: The scope of the variable 't1' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:63:14: style: The scope of the variable 't2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:64:48: style: The scope of the variable 'msLog2Div2LMultKl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:65:10: style: The scope of the variable 'xMultLog2InvMult2L' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:65:30: style: The scope of the variable 'shiftedXMult' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:65:44: style: The scope of the variable 'kd' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:65:48: style: The scope of the variable 'rh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:65:52: style: The scope of the variable 'rm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:65:56: style: The scope of the variable 'rl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:66:10: style: The scope of the variable 'tbl1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:66:17: style: The scope of the variable 'tbl1m' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:66:24: style: The scope of the variable 'tbl1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:66:31: style: The scope of the variable 'tbl2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:66:38: style: The scope of the variable 'tbl2m' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:66:45: style: The scope of the variable 'tbl2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1-standalone.c:93:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
interval-3.2.0/src/crlibm/expm1-standalone.c:97:16: style: Variable 'xIntHi' is assigned a value that is never used. [unreadVariable]
interval-3.2.0/src/crlibm/expm1.c:256:15: style: The scope of the variable 'expoX' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:257:20: style: The scope of the variable 'tt1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:257:26: style: The scope of the variable 't1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:257:31: style: The scope of the variable 't1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:257:42: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:257:48: style: The scope of the variable 'xSqHalfh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:257:58: style: The scope of the variable 'xSqHalfl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:257:76: style: The scope of the variable 'xCubel' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:257:84: style: The scope of the variable 't2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:257:89: style: The scope of the variable 't2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:257:94: style: The scope of the variable 'templ' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:257:107: style: The scope of the variable 'tt3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:258:17: style: The scope of the variable 'polyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:259:10: style: The scope of the variable 'r1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:259:15: style: The scope of the variable 'r1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:259:20: style: The scope of the variable 'r1t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:259:31: style: The scope of the variable 'rr1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:260:10: style: The scope of the variable 'r2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:260:15: style: The scope of the variable 'r2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:260:20: style: The scope of the variable 'r2t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:260:31: style: The scope of the variable 'rr2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:261:10: style: The scope of the variable 'r3h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:261:15: style: The scope of the variable 'r3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:261:20: style: The scope of the variable 'r3t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:261:31: style: The scope of the variable 'rr3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:268:10: style: The scope of the variable 'middlePoly' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:268:22: style: The scope of the variable 'doublePoly' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:575:15: style: The scope of the variable 'expoX' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:576:20: style: The scope of the variable 'tt1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:576:26: style: The scope of the variable 't1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:576:31: style: The scope of the variable 't1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:576:42: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:576:48: style: The scope of the variable 'xSqHalfh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:576:58: style: The scope of the variable 'xSqHalfl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:576:76: style: The scope of the variable 'xCubel' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:576:84: style: The scope of the variable 't2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:576:89: style: The scope of the variable 't2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:576:94: style: The scope of the variable 'templ' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:576:107: style: The scope of the variable 'tt3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:577:17: style: The scope of the variable 'polyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:578:10: style: The scope of the variable 'r1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:578:15: style: The scope of the variable 'r1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:578:20: style: The scope of the variable 'r1t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:578:31: style: The scope of the variable 'rr1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:579:10: style: The scope of the variable 'r2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:579:15: style: The scope of the variable 'r2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:579:20: style: The scope of the variable 'r2t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:579:31: style: The scope of the variable 'rr2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:580:10: style: The scope of the variable 'r3h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:580:15: style: The scope of the variable 'r3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:580:20: style: The scope of the variable 'r3t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:580:31: style: The scope of the variable 'rr3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:581:76: style: The scope of the variable 'rl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:583:24: style: The scope of the variable 'tbl1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:583:45: style: The scope of the variable 'tbl2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:586:48: style: The scope of the variable 'msLog2Div2LMultKl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:587:10: style: The scope of the variable 'middlePoly' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:587:22: style: The scope of the variable 'doublePoly' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:890:15: style: The scope of the variable 'expoX' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:891:20: style: The scope of the variable 'tt1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:891:26: style: The scope of the variable 't1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:891:31: style: The scope of the variable 't1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:891:42: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:891:48: style: The scope of the variable 'xSqHalfh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:891:58: style: The scope of the variable 'xSqHalfl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:891:76: style: The scope of the variable 'xCubel' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:891:84: style: The scope of the variable 't2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:891:89: style: The scope of the variable 't2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:891:94: style: The scope of the variable 'templ' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:891:107: style: The scope of the variable 'tt3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:892:17: style: The scope of the variable 'polyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:893:10: style: The scope of the variable 'r1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:893:15: style: The scope of the variable 'r1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:893:20: style: The scope of the variable 'r1t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:893:31: style: The scope of the variable 'rr1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:894:10: style: The scope of the variable 'r2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:894:15: style: The scope of the variable 'r2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:894:20: style: The scope of the variable 'r2t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:894:31: style: The scope of the variable 'rr2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:895:10: style: The scope of the variable 'r3h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:895:15: style: The scope of the variable 'r3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:895:20: style: The scope of the variable 'r3t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:895:31: style: The scope of the variable 'rr3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:896:76: style: The scope of the variable 'rl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:898:24: style: The scope of the variable 'tbl1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:898:45: style: The scope of the variable 'tbl2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:901:48: style: The scope of the variable 'msLog2Div2LMultKl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:902:10: style: The scope of the variable 'middlePoly' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:902:22: style: The scope of the variable 'doublePoly' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1215:15: style: The scope of the variable 'expoX' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1216:20: style: The scope of the variable 'tt1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1216:26: style: The scope of the variable 't1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1216:31: style: The scope of the variable 't1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1216:42: style: The scope of the variable 'xSql' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1216:48: style: The scope of the variable 'xSqHalfh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1216:58: style: The scope of the variable 'xSqHalfl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1216:76: style: The scope of the variable 'xCubel' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1216:84: style: The scope of the variable 't2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1216:89: style: The scope of the variable 't2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1216:94: style: The scope of the variable 'templ' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1216:107: style: The scope of the variable 'tt3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1217:17: style: The scope of the variable 'polyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1218:10: style: The scope of the variable 'r1h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1218:15: style: The scope of the variable 'r1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1218:20: style: The scope of the variable 'r1t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1218:31: style: The scope of the variable 'rr1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1219:10: style: The scope of the variable 'r2h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1219:15: style: The scope of the variable 'r2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1219:20: style: The scope of the variable 'r2t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1219:31: style: The scope of the variable 'rr2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1220:10: style: The scope of the variable 'r3h' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1220:15: style: The scope of the variable 'r3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1220:20: style: The scope of the variable 'r3t' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1220:31: style: The scope of the variable 'rr3l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1221:76: style: The scope of the variable 'rl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1223:24: style: The scope of the variable 'tbl1l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1223:45: style: The scope of the variable 'tbl2l' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1226:48: style: The scope of the variable 'msLog2Div2LMultKl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1227:10: style: The scope of the variable 'middlePoly' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:1227:22: style: The scope of the variable 'doublePoly' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/expm1.c:338:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
interval-3.2.0/src/crlibm/expm1.c:665:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
interval-3.2.0/src/crlibm/expm1.c:990:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
interval-3.2.0/src/crlibm/expm1.c:1324:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
interval-3.2.0/src/crlibm/double-extended.h:196:0: error: #error "This file should be compiled only for IA32 or IA64 architecture " [preprocessorErrorDirective]
interval-3.2.0/src/crlibm/log.c:104:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:105:41: style: The scope of the variable 'log2edm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:105:88: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:112:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:113:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:283:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:284:41: style: The scope of the variable 'log2edm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:284:88: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:291:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:292:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:462:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:463:41: style: The scope of the variable 'log2edm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:463:88: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:470:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:471:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:641:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:642:41: style: The scope of the variable 'log2edm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:642:88: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:649:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:650:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:819:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:820:61: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:827:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:828:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:985:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:986:61: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:993:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:994:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1167:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1168:61: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1175:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1176:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1349:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1350:61: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1357:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1358:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1531:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1532:41: style: The scope of the variable 'log2edm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1532:88: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1539:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1540:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1718:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1719:41: style: The scope of the variable 'log2edm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1719:88: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1726:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1727:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1905:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1906:41: style: The scope of the variable 'log2edm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1906:88: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1913:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:1914:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:2091:41: style: The scope of the variable 'logil' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:2092:41: style: The scope of the variable 'log2edm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:2092:88: style: The scope of the variable 'logl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:2099:25: style: The scope of the variable 'logyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log.c:2100:31: style: The scope of the variable 'loglover' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log1p.c:221:6: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
interval-3.2.0/src/crlibm/log1p.c:219:6: note: Variable 'index' is reassigned a value before the old one has been used.
interval-3.2.0/src/crlibm/log1p.c:221:6: note: Variable 'index' is reassigned a value before the old one has been used.
interval-3.2.0/src/crlibm/log1p.c:509:6: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
interval-3.2.0/src/crlibm/log1p.c:507:6: note: Variable 'index' is reassigned a value before the old one has been used.
interval-3.2.0/src/crlibm/log1p.c:509:6: note: Variable 'index' is reassigned a value before the old one has been used.
interval-3.2.0/src/crlibm/log1p.c:796:6: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
interval-3.2.0/src/crlibm/log1p.c:794:6: note: Variable 'index' is reassigned a value before the old one has been used.
interval-3.2.0/src/crlibm/log1p.c:796:6: note: Variable 'index' is reassigned a value before the old one has been used.
interval-3.2.0/src/crlibm/log1p.c:1083:6: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
interval-3.2.0/src/crlibm/log1p.c:1081:6: note: Variable 'index' is reassigned a value before the old one has been used.
interval-3.2.0/src/crlibm/log1p.c:1083:6: note: Variable 'index' is reassigned a value before the old one has been used.
interval-3.2.0/src/crlibm/log1p.c:175:11: style: The scope of the variable 'sh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log1p.c:175:15: style: The scope of the variable 'sl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log1p.c:454:11: style: The scope of the variable 'sh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log1p.c:454:15: style: The scope of the variable 'sl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log1p.c:733:11: style: The scope of the variable 'sh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log1p.c:733:15: style: The scope of the variable 'sl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log1p.c:1020:11: style: The scope of the variable 'sh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log1p.c:1020:15: style: The scope of the variable 'sl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/log1p.c:424:7: error: Uninitialized variable: E [uninitvar]
interval-3.2.0/src/crlibm/log1p.c:712:7: error: Uninitialized variable: E [uninitvar]
interval-3.2.0/src/crlibm/log1p.c:999:7: error: Uninitialized variable: E [uninitvar]
interval-3.2.0/src/crlibm/log1p.c:1286:7: error: Uninitialized variable: E [uninitvar]
interval-3.2.0/src/crlibm/log_fast.c:93:51: style: The scope of the variable 'res_lo' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:757:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
interval-3.2.0/src/crlibm/pow.c:759:7: note: Found duplicate branches for 'if' and 'else'.
interval-3.2.0/src/crlibm/pow.c:757:5: note: Found duplicate branches for 'if' and 'else'.
interval-3.2.0/src/crlibm/pow.c:977:17: style: Same expression on both sides of '/'. [duplicateExpression]
interval-3.2.0/src/crlibm/pow.c:354:10: style: The scope of the variable 'K1' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:354:14: style: The scope of the variable 'K2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:356:10: style: The scope of the variable 'twoH1074powh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:356:24: style: The scope of the variable 'twoH1074powm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:356:38: style: The scope of the variable 'shiftedpowh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:575:7: style: The scope of the variable 'E' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:575:10: style: The scope of the variable 'F' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:576:10: style: The scope of the variable 'm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:576:13: style: The scope of the variable 'n' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:576:16: style: The scope of the variable 'yh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:576:20: style: The scope of the variable 'yl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:576:24: style: The scope of the variable 'Eyh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:576:29: style: The scope of the variable 'Eyl' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:576:34: style: The scope of the variable 'ed' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:576:38: style: The scope of the variable 'Ey' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:577:10: style: The scope of the variable 'delta' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:578:10: style: The scope of the variable 'nearestEy' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:579:10: style: The scope of the variable 'value' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:815:10: style: The scope of the variable 'twoH1074powh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:815:24: style: The scope of the variable 'twoH1074powm' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:816:10: style: The scope of the variable 'shiftedpowh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:816:23: style: The scope of the variable 'nearestintpowh' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:816:39: style: The scope of the variable 'delta' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:816:46: style: The scope of the variable 'deltaint' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:817:10: style: The scope of the variable 'rest' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:821:10: style: The scope of the variable 'xSq' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/pow.c:1286:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
interval-3.2.0/src/crlibm/pow.c:676:7: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
interval-3.2.0/src/crlibm/rem_pio2_accurate.c:83:0: style: The scope of the variable 'tmp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/addition_scs.c:133:16: style: The scope of the variable 'carry' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/addition_scs.c:133:23: style: The scope of the variable 'c0' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/addition_scs.c:474:7: style: The scope of the variable 's' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/addition_scs.c:474:10: style: The scope of the variable 'carry' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/addition_scs.c:475:13: style: The scope of the variable 'i' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/addition_scs.c:475:16: style: The scope of the variable 'j' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/addition_scs.c:475:19: style: The scope of the variable 'cp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/addition_scs.c:476:7: style: The scope of the variable 'res' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/addition_scs.c:108:19: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
interval-3.2.0/src/crlibm/scs_lib/addition_scs.c:493:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
interval-3.2.0/src/crlibm/scs_lib/addition_scs.c:542:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
interval-3.2.0/src/crlibm/scs_lib/division_scs.c:41:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
interval-3.2.0/src/crlibm/scs_lib/division_scs.c:32:29: style: The scope of the variable 'old_value' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/division_scs.c:33:7: style: The scope of the variable 'i' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/division_scs.c:30:24: style: Function 'scs_div_2' argument 1 names different: declaration 'x' definition 'num'. [funcArgNamesDifferent]
interval-3.2.0/src/crlibm/scs_lib/scs.h:310:22: note: Function 'scs_div_2' argument 1 names different: declaration 'x' definition 'num'.
interval-3.2.0/src/crlibm/scs_lib/division_scs.c:30:24: note: Function 'scs_div_2' argument 1 names different: declaration 'x' definition 'num'.
interval-3.2.0/src/crlibm/scs_lib/double2scs.c:36:17: style: The scope of the variable 'exponent_remainder' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/double2scs.c:37:7: style: The scope of the variable 'ind' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/poly_fct.c:35:18: style: The scope of the variable 'Diff' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/scs_lib/poly_fct.c:32:39: style: Function 'scs_fma' argument 2 names different: declaration 'a' definition 'x'. [funcArgNamesDifferent]
interval-3.2.0/src/crlibm/scs_lib/scs.h:277:39: note: Function 'scs_fma' argument 2 names different: declaration 'a' definition 'x'.
interval-3.2.0/src/crlibm/scs_lib/poly_fct.c:32:39: note: Function 'scs_fma' argument 2 names different: declaration 'a' definition 'x'.
interval-3.2.0/src/crlibm/scs_lib/poly_fct.c:32:51: style: Function 'scs_fma' argument 3 names different: declaration 'b' definition 'y'. [funcArgNamesDifferent]
interval-3.2.0/src/crlibm/scs_lib/scs.h:277:51: note: Function 'scs_fma' argument 3 names different: declaration 'b' definition 'y'.
interval-3.2.0/src/crlibm/scs_lib/poly_fct.c:32:51: note: Function 'scs_fma' argument 3 names different: declaration 'b' definition 'y'.
interval-3.2.0/src/crlibm/scs_lib/poly_fct.c:32:63: style: Function 'scs_fma' argument 4 names different: declaration 'c' definition 'z'. [funcArgNamesDifferent]
interval-3.2.0/src/crlibm/scs_lib/scs.h:277:63: note: Function 'scs_fma' argument 4 names different: declaration 'c' definition 'z'.
interval-3.2.0/src/crlibm/scs_lib/poly_fct.c:32:63: note: Function 'scs_fma' argument 4 names different: declaration 'c' definition 'z'.
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:137:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:138:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:139:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:140:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:141:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:146:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:147:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:148:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:149:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:150:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:151:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:152:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:153:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:155:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:157:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:158:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:141:3: style: Variable 'd3' is assigned a value that is never used. [unreadVariable]
interval-3.2.0/src/crlibm/scs_lib/tests/test_timing.c:137:3: style: Variable 'int_r' is assigned a value that is never used. [unreadVariable]
interval-3.2.0/src/crlibm/trigo_fast.c:166:0: style: The scope of the variable 'tmp' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:635:10: style: The scope of the variable 'xx' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:635:14: style: The scope of the variable 'ts' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:696:10: style: The scope of the variable 'xx' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:696:14: style: The scope of the variable 'ts' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:758:10: style: The scope of the variable 'xx' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:758:14: style: The scope of the variable 'ts' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:817:10: style: The scope of the variable 'tc' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:817:14: style: The scope of the variable 'x2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:868:10: style: The scope of the variable 'x2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:868:14: style: The scope of the variable 'tc' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:919:10: style: The scope of the variable 'x2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:919:14: style: The scope of the variable 'tc' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:972:10: style: The scope of the variable 'x2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:972:14: style: The scope of the variable 'tc' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1026:10: style: The scope of the variable 'x2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1026:14: style: The scope of the variable 'p5' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1026:18: style: The scope of the variable 'tt' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1078:19: style: The scope of the variable 'p5' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1078:23: style: The scope of the variable 'tt' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1078:27: style: The scope of the variable 'x2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1139:19: style: The scope of the variable 'p5' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1139:23: style: The scope of the variable 'tt' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1139:27: style: The scope of the variable 'x2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1201:19: style: The scope of the variable 'p5' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1201:23: style: The scope of the variable 'tt' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigo_fast.c:1201:27: style: The scope of the variable 'x2' can be reduced. [variableScope]
interval-3.2.0/src/crlibm/trigpi.c:358:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
interval-3.2.0/src/crlibm/trigpi.c:438:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
interval-3.2.0/src/crlibm/trigpi.c:509:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
interval-3.2.0/src/crlibm/trigpi.c:582:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
interval-3.2.0/src/crlibm/trigpi.c:903:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
interval-3.2.0/src/crlibm/trigpi.c:980:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
interval-3.2.0/src/crlibm/trigpi.c:1060:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
interval-3.2.0/src/crlibm/trigpi.c:1133:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
interval-3.2.0/src/intervaltotext.cc:296:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-io/octave-io_2.4.8.orig.tar.gz
io-2.4.8/src/col2num.cc:39:7: style: The scope of the variable 'dd' can be reduced. [variableScope]
io-2.4.8/src/csv2cell.cc:234:7: style: The scope of the variable 'icol' can be reduced. [variableScope]
io-2.4.8/src/csv2cell.cc:235:8: style: The scope of the variable 'irow' can be reduced. [variableScope]
io-2.4.8/src/num2col.cc:38:7: style: The scope of the variable 'rmd' can be reduced. [variableScope]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-java/octave-java_1.2.8.orig.tar.gz
java/src/__java__.cc:1007:56: style: The scope of the variable 'cols' can be reduced. [variableScope]
java/src/__java__.h:58:0: style: Technically the member function 'java_local_ref < jclass >::operatorT' can be const. [functionConst]
java/src/__java__.h:58:0: style: Technically the member function 'java_local_ref < jobject >::operatorT' can be const. [functionConst]
java/src/__java__.h:58:0: style: Technically the member function 'java_local_ref < jthrowable >::operatorT' can be const. [functionConst]
java/src/__java__.h:58:0: style: Technically the member function 'java_local_ref < jstring >::operatorT' can be const. [functionConst]
java/src/__java__.h:58:0: style: Technically the member function 'java_local_ref < jobjectArray >::operatorT' can be const. [functionConst]
java/src/__java__.h:58:0: style: Technically the member function 'java_local_ref < jintArray >::operatorT' can be const. [functionConst]
java/src/__java__.h:58:0: style: Technically the member function 'java_local_ref < jdoubleArray >::operatorT' can be const. [functionConst]
java/src/__java__.h:58:0: style: Technically the member function 'java_local_ref < jbyteArray >::operatorT' can be const. [functionConst]
java/src/__java__.h:37:0: style: Class 'java_local_ref < jclass >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
java/src/__java__.h:37:0: style: Class 'java_local_ref < jobject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
java/src/__java__.h:37:0: style: Class 'java_local_ref < jthrowable >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
java/src/__java__.h:37:0: style: Class 'java_local_ref < jstring >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
java/src/__java__.h:37:0: style: Class 'java_local_ref < jobjectArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
java/src/__java__.h:37:0: style: Class 'java_local_ref < jintArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
java/src/__java__.h:37:0: style: Class 'java_local_ref < jdoubleArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
java/src/__java__.h:37:0: style: Class 'java_local_ref < jbyteArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
java/src/__java__.h:101:1: warning: The class 'octave_java' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
java/src/__java__.cc:1255:7: style: Exception should be caught by reference. [catchExceptionByValue]
java/src/__java__.cc:108:20: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
java/src/__java__.cc:133:11: performance: Possible inefficient checking for 'java_opts' emptiness. [stlSize]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-level-set/octave-level-set_0.3.0.orig.tar.gz
level-set/src/FastMarching.cpp:94:15: style: The scope of the variable 'c' can be reduced. [variableScope]
level-set/src/FastMarching.hpp:543:3: style: Class 'Grid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
level-set/src/Heap.hpp:182:63: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
level-set/src/Utils.cpp:36:19: error: Using reference 'fmt' as parameter for va_start() results in undefined behaviour. [va_start_referencePassed]
level-set/src/heapsort.cpp:37:19: error: Using reference 'fmt' as parameter for va_start() results in undefined behaviour. [va_start_referencePassed]
level-set/src/marching.cpp:38:19: error: Using reference 'fmt' as parameter for va_start() results in undefined behaviour. [va_start_referencePassed]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-linear-algebra/octave-linear-algebra_2.2.2.orig.tar.gz
linear-algebra/src/dbleGSVD.h:37:3: warning: Member variable 'GSVD::type_computed' is not initialized in the constructor. [uninitMemberVar]
linear-algebra/src/CmplxGSVD.h:31:3: warning: Member variable 'ComplexGSVD::type_computed' is not initialized in the constructor. [uninitMemberVar]
linear-algebra/src/pgmres.cc:92:22: style: The scope of the variable 'prn' can be reduced. [variableScope]
linear-algebra/src/pgmres.cc:92:27: style: The scope of the variable 'pbn' can be reduced. [variableScope]
linear-algebra/src/pgmres.cc:221:3: performance: Variable 'mat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linear-algebra/src/pgmres.cc:234:3: performance: Variable 'mat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linear-algebra/src/pgmres.cc:32:3: style: Class 'matrixfreematrixfun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linear-algebra/src/pgmres.cc:41:3: style: Class 'matrixfreematrixmat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linear-algebra/src/pgmres.cc:50:3: style: Class 'matrixfreematrixinvmat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linear-algebra/src/pgmres.cc:33:16: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linear-algebra/src/pgmres.cc:24:24: note: Virtual function in base class
linear-algebra/src/pgmres.cc:33:16: note: Function in derived class
linear-algebra/src/pgmres.cc:42:16: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linear-algebra/src/pgmres.cc:24:24: note: Virtual function in base class
linear-algebra/src/pgmres.cc:42:16: note: Function in derived class
linear-algebra/src/pgmres.cc:51:16: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linear-algebra/src/pgmres.cc:24:24: note: Virtual function in base class
linear-algebra/src/pgmres.cc:51:16: note: Function in derived class
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-lssa/octave-lssa_0.1.3.orig.tar.gz
lssa-0.1.3/src/fastlscomplex.cc:108:45: style: The scope of the variable 'omega_working' can be reduced. [variableScope]
lssa-0.1.3/src/fastlscomplex.cc:109:44: style: The scope of the variable 'o' can be reduced. [variableScope]
lssa-0.1.3/src/fastlscomplex.cc:89:36: warning: Function 'flscomplex' argument order different: declaration 'tvec, xvec, maxfreq, coefficients, octaves, result' definition 'tvec, xvec, maxfreq, octaves, coefficients, results' [funcArgOrderDifferent]
lssa-0.1.3/src/fastlscomplex.cc:28:36: note: Function 'flscomplex' argument order different: declaration 'tvec, xvec, maxfreq, coefficients, octaves, result' definition 'tvec, xvec, maxfreq, octaves, coefficients, results'
lssa-0.1.3/src/fastlscomplex.cc:89:36: note: Function 'flscomplex' argument order different: declaration 'tvec, xvec, maxfreq, coefficients, octaves, result' definition 'tvec, xvec, maxfreq, octaves, coefficients, results'
lssa-0.1.3/src/fastlsreal.cc:277:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-ltfat/octave-ltfat_2.3.1+dfsg.orig.tar.xz
ltfat/oct/ltfat_oct_template_helper.h:257:6: style: The scope of the variable 'isAnyComplex' can be reduced. [variableScope]
ltfat/src/modules/libltfat/src/circularbuf_private.h:3:15: style: Unused variable: winLen [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:4:15: style: Unused variable: readchanstride [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:5:15: style: Unused variable: hop [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:6:17: style: Unused variable: buf [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:7:15: style: Unused variable: bufLen [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:8:15: style: Unused variable: readIdx [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:9:15: style: Unused variable: writeIdx [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:10:15: style: Unused variable: numChans [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:15:15: style: Unused variable: winLen [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:16:15: style: Unused variable: writechanstride [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:17:15: style: Unused variable: hop [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:18:17: style: Unused variable: buf [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:19:15: style: Unused variable: bufLen [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:20:15: style: Unused variable: readIdx [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:21:15: style: Unused variable: writeIdx [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:22:15: style: Unused variable: numChans [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:29:11: style: Unused variable: userdata [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:32:15: style: Unused variable: bufLenMax [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:33:17: style: Unused variable: prebuf [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:34:17: style: Unused variable: postbuf [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:35:17: style: Unused variable: prewin [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:36:17: style: Unused variable: postwin [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:37:9: style: Unused variable: freeBuffers [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:40:12: style: Unused variable: in_pos [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:41:12: style: Unused variable: out_pos [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:42:12: style: Unused variable: in_in_out_offset [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:43:12: style: Unused variable: out_in_in_offset [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:44:15: style: Unused variable: prehop [unusedVariable]
ltfat/src/modules/libltfat/src/circularbuf_private.h:45:15: style: Unused variable: posthop [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_fb.c:9:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_fb.c:10:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_fb.c:11:15: style: Unused variable: gl [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_fb.c:12:27: style: Unused variable: ptype [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_fb.c:14:20: style: Unused variable: sbuf [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_fb.c:15:20: style: Unused variable: fw [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_fb.c:16:17: style: Unused variable: gw [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:9:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:10:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:11:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:12:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:13:15: style: Unused variable: c [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:14:15: style: Unused variable: h_a [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:15:27: style: Unused variable: ptype [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:19:17: style: Unused variable: sbuf [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:20:23: style: Unused variable: f [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:21:20: style: Unused variable: gf [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:22:20: style: Unused variable: cout [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:23:17: style: Unused variable: ff [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:23:22: style: Unused variable: cf [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:28:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:29:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:30:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:31:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:32:15: style: Unused variable: c [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:33:15: style: Unused variable: h_a [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:34:27: style: Unused variable: ptype [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:38:17: style: Unused variable: sbuf [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:39:26: style: Unused variable: f [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:40:20: style: Unused variable: gf [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:41:20: style: Unused variable: cout [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:42:17: style: Unused variable: ff [unusedVariable]
ltfat/src/modules/libltfat/src/dgt_long_private.h:42:22: style: Unused variable: cf [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:9:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:10:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:11:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:12:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:13:15: style: Unused variable: c [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:14:15: style: Unused variable: h_a [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:15:27: style: Unused variable: ptype [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:19:17: style: Unused variable: sbuf [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:20:20: style: Unused variable: cbuf [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:21:23: style: Unused variable: f [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:22:20: style: Unused variable: gf [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:23:17: style: Unused variable: cwork [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:24:20: style: Unused variable: cout [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:25:17: style: Unused variable: ff [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_long_private.h:25:22: style: Unused variable: cf [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_fb.c:9:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_fb.c:10:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_fb.c:11:15: style: Unused variable: gl [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_fb.c:12:27: style: Unused variable: ptype [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_fb.c:14:20: style: Unused variable: sbuf [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_fb.c:15:20: style: Unused variable: cbuf [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_fb.c:16:17: style: Unused variable: fw [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_fb.c:17:17: style: Unused variable: gw [unusedVariable]
ltfat/src/modules/libltfat/src/dgtreal_fb.c:18:20: style: Unused variable: cout [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:10:25: style: Unused variable: gl [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:11:25: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:12:25: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:13:18: style: Unused variable: chanmask [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:14:25: style: Unused variable: P [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:15:25: style: Unused variable: params [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:17:34: style: Unused variable: iterstepcallbackdata [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:136:23: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:137:23: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:138:22: style: Unused variable: M2 [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:139:23: style: Unused variable: N [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:140:16: style: Unused variable: chanmask [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:141:23: style: Unused variable: P [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:142:23: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:143:25: style: Unused variable: params [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_private.h:147:11: style: Unused variable: userdata [unusedVariable]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:23:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:36:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:46:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:59:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:73:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:85:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:99:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:115:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:129:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:143:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:156:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:168:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:180:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:194:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/dgtrealmp_typeconstant.c:31:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
ltfat/src/modules/libltfat/src/dgtwrapper_private.h:13:0: error: syntax error [syntaxError]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:9:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:10:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:11:20: style: Unused variable: in [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:12:20: style: Unused variable: out [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:109:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:110:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:111:20: style: Unused variable: in [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:112:20: style: Unused variable: out [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:209:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:210:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:211:17: style: Unused variable: in [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:212:20: style: Unused variable: out [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:314:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:315:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:316:20: style: Unused variable: in [unusedVariable]
ltfat/src/modules/libltfat/src/fftw_wrappers.c:317:17: style: Unused variable: out [unusedVariable]
ltfat/src/modules/libltfat/src/filterbank.c:13:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/filterbank.c:14:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/filterbank.c:15:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/filterbank.c:22:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/filterbank.c:23:15: style: Unused variable: Gl [unusedVariable]
ltfat/src/modules/libltfat/src/filterbank.c:24:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/filterbank.c:25:12: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/filterbank.c:28:20: style: Unused variable: buf [unusedVariable]
ltfat/src/modules/libltfat/src/filterbank.c:29:15: style: Unused variable: bufLen [unusedVariable]
ltfat/src/modules/libltfat/src/firwin_typeconstant.c:42:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/goertzel.c:13:17: style: Unused variable: cos_term [unusedVariable]
ltfat/src/modules/libltfat/src/goertzel.c:14:20: style: Unused variable: cc_term [unusedVariable]
ltfat/src/modules/libltfat/src/goertzel.c:15:20: style: Unused variable: cc2_term [unusedVariable]
ltfat/src/modules/libltfat/src/goertzel.c:16:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/goertzel.c:17:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/goertzel.c:22:20: style: Unused variable: fbuffer [unusedVariable]
ltfat/src/modules/libltfat/src/goertzel.c:23:20: style: Unused variable: W2 [unusedVariable]
ltfat/src/modules/libltfat/src/goertzel.c:24:20: style: Unused variable: Wo [unusedVariable]
ltfat/src/modules/libltfat/src/goertzel.c:25:20: style: Unused variable: chirpF [unusedVariable]
ltfat/src/modules/libltfat/src/goertzel.c:30:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/goertzel.c:31:15: style: Unused variable: K [unusedVariable]
ltfat/src/modules/libltfat/src/goertzel.c:32:15: style: Unused variable: Lfft [unusedVariable]
ltfat/src/modules/libltfat/src/heap.c:7:16: style: Unused variable: h [unusedVariable]
ltfat/src/modules/libltfat/src/heap.c:8:15: style: Unused variable: heapsize [unusedVariable]
ltfat/src/modules/libltfat/src/heap.c:9:15: style: Unused variable: totalheapsize [unusedVariable]
ltfat/src/modules/libltfat/src/heap.c:10:23: style: Unused variable: s [unusedVariable]
ltfat/src/modules/libltfat/src/heapint.c:13:15: style: Unused variable: height [unusedVariable]
ltfat/src/modules/libltfat/src/heapint.c:14:15: style: Unused variable: N [unusedVariable]
ltfat/src/modules/libltfat/src/heapint.c:15:9: style: Unused variable: do_real [unusedVariable]
ltfat/src/modules/libltfat/src/heapint.c:16:10: style: Unused variable: donemask [unusedVariable]
ltfat/src/modules/libltfat/src/heapint.c:17:12: style: Unused variable: intfun [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_fb.c:9:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_fb.c:10:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_fb.c:11:15: style: Unused variable: gl [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_fb.c:12:27: style: Unused variable: ptype [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_fb.c:13:20: style: Unused variable: cbuf [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_fb.c:14:20: style: Unused variable: gw [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_fb.c:15:20: style: Unused variable: ff [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:9:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:10:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:11:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:12:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:13:15: style: Unused variable: c [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:14:15: style: Unused variable: h_a [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:15:27: style: Unused variable: ptype [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:16:16: style: Unused variable: scalconst [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:17:20: style: Unused variable: f [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:18:26: style: Unused variable: cin [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:19:20: style: Unused variable: gf [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:19:25: style: Unused variable: ff [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:19:30: style: Unused variable: cf [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:19:35: style: Unused variable: cwork [unusedVariable]
ltfat/src/modules/libltfat/src/idgt_long.c:19:43: style: Unused variable: cbuf [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_fb.c:9:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_fb.c:10:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_fb.c:11:15: style: Unused variable: gl [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_fb.c:12:27: style: Unused variable: ptype [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_fb.c:13:20: style: Unused variable: cbuf [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_fb.c:14:20: style: Unused variable: crbuf [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_fb.c:15:20: style: Unused variable: gw [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_fb.c:16:20: style: Unused variable: ff [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_fb.c:18:9: style: Unused variable: do_overwriteoutarray [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:9:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:10:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:11:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:12:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:13:15: style: Unused variable: c [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:14:15: style: Unused variable: h_a [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:15:27: style: Unused variable: ptype [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:16:16: style: Unused variable: scalconst [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:17:17: style: Unused variable: f [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:18:20: style: Unused variable: cin [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:19:20: style: Unused variable: gf [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:20:20: style: Unused variable: ff [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:21:20: style: Unused variable: cf [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:22:20: style: Unused variable: cbuf [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:23:17: style: Unused variable: cwork [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:24:9: style: Unused variable: freecwork [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:25:17: style: Unused variable: sbuf [unusedVariable]
ltfat/src/modules/libltfat/src/idgtreal_long.c:29:9: style: Unused variable: do_overwriteoutarray [unusedVariable]
ltfat/src/modules/libltfat/src/ifilterbank.c:9:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/ifilterbank.c:10:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/ifilterbank.c:11:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/ifilterbank.c:14:20: style: Unused variable: buf [unusedVariable]
ltfat/src/modules/libltfat/src/ifilterbank.c:15:15: style: Unused variable: bufLen [unusedVariable]
ltfat/src/modules/libltfat/src/ifilterbank.c:20:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/ifilterbank.c:21:15: style: Unused variable: Gl [unusedVariable]
ltfat/src/modules/libltfat/src/ifilterbank.c:22:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/ifilterbank.c:23:12: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/ifilterbank.c:26:20: style: Unused variable: buf [unusedVariable]
ltfat/src/modules/libltfat/src/ifilterbank.c:27:15: style: Unused variable: bufLen [unusedVariable]
ltfat/src/modules/libltfat/src/integer_manip.c:350:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ltfat/src/modules/libltfat/src/integer_manip.c:347:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:18:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:19:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:20:20: style: Unused variable: in [unusedVariable]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:21:20: style: Unused variable: out [unusedVariable]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:22:20: style: Unused variable: tmp [unusedVariable]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:23:11: style: Unused variable: ipp_plan [unusedVariable]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:24:9: style: Unused variable: ispow2 [unusedVariable]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:200:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:201:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:202:17: style: Unused variable: in [unusedVariable]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:203:17: style: Unused variable: out [unusedVariable]
ltfat/src/modules/libltfat/src/ippfft_wrappers.c:204:20: style: Unused variable: tmp [unusedVariable]
ltfat/src/modules/libltfat/src/iwfac.c:9:15: style: Unused variable: b [unusedVariable]
ltfat/src/modules/libltfat/src/iwfac.c:10:15: style: Unused variable: c [unusedVariable]
ltfat/src/modules/libltfat/src/iwfac.c:11:15: style: Unused variable: p [unusedVariable]
ltfat/src/modules/libltfat/src/iwfac.c:12:15: style: Unused variable: q [unusedVariable]
ltfat/src/modules/libltfat/src/iwfac.c:13:15: style: Unused variable: d [unusedVariable]
ltfat/src/modules/libltfat/src/iwfac.c:14:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/iwfac.c:15:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/iwfac.c:16:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/iwfac.c:17:16: style: Unused variable: scaling [unusedVariable]
ltfat/src/modules/libltfat/src/iwfac.c:18:17: style: Unused variable: sbuf [unusedVariable]
ltfat/src/modules/libltfat/src/kissfft_wrappers.c:10:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/kissfft_wrappers.c:11:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/kissfft_wrappers.c:12:20: style: Unused variable: in [unusedVariable]
ltfat/src/modules/libltfat/src/kissfft_wrappers.c:13:20: style: Unused variable: out [unusedVariable]
ltfat/src/modules/libltfat/src/kissfft_wrappers.c:14:20: style: Unused variable: tmp [unusedVariable]
ltfat/src/modules/libltfat/src/kissfft_wrappers.c:187:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/kissfft_wrappers.c:188:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/kissfft_wrappers.c:189:17: style: Unused variable: in [unusedVariable]
ltfat/src/modules/libltfat/src/kissfft_wrappers.c:190:17: style: Unused variable: out [unusedVariable]
ltfat/src/modules/libltfat/src/kissfft_wrappers.c:191:20: style: Unused variable: tmp [unusedVariable]
ltfat/src/modules/libltfat/src/ltfat_blaslapack.c:121:15: style: Unused variable: Mmax [unusedVariable]
ltfat/src/modules/libltfat/src/ltfat_blaslapack.c:122:15: style: Unused variable: nrhs [unusedVariable]
ltfat/src/modules/libltfat/src/ltfat_blaslapack.c:123:16: style: Unused variable: ipiv [unusedVariable]
ltfat/src/modules/libltfat/src/ltfat_blaslapack.c:124:20: style: Unused variable: work [unusedVariable]
ltfat/src/modules/libltfat/src/ltfat_blaslapack.c:125:15: style: Unused variable: lwork [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:7:15: style: Unused variable: dirtystart [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:8:15: style: Unused variable: dirtyend [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:9:18: style: Unused variable: pointedarray [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:10:18: style: Unused variable: treeVals [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:12:18: style: Unused variable: treePos [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:14:18: style: Unused variable: depth [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:15:18: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:16:18: style: Unused variable: Lstep [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:17:18: style: Unused variable: nextL [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:18:18: style: Unused variable: levelL [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:19:18: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:20:9: style: Unused variable: is_complexinput [unusedVariable]
ltfat/src/modules/libltfat/src/maxtree.c:22:11: style: Unused variable: userdata [unusedVariable]
ltfat/src/modules/libltfat/src/memalloc.c:61:0: error: #error "No FFT backend specified. Use -DKISS or -DFFTW" [preprocessorErrorDirective]
ltfat/src/modules/libltfat/src/reassign_typeconstant.c:36:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ltfat/src/modules/libltfat/src/rtdgtreal.c:8:0: error: syntax error [syntaxError]
ltfat/src/modules/libltfat/src/slicingbuf_private.h:5:11: style: Unused variable: userdata [unusedVariable]
ltfat/src/modules/libltfat/src/slicingbuf_private.h:7:17: style: Unused variable: bufIn [unusedVariable]
ltfat/src/modules/libltfat/src/slicingbuf_private.h:8:17: style: Unused variable: bufOut [unusedVariable]
ltfat/src/modules/libltfat/src/slicingbuf_private.h:9:17: style: Unused variable: bufIn_start [unusedVariable]
ltfat/src/modules/libltfat/src/slicingbuf_private.h:10:17: style: Unused variable: bufOut_start [unusedVariable]
ltfat/src/modules/libltfat/src/slicingbuf_private.h:11:16: style: Unused variable: winLen [unusedVariable]
ltfat/src/modules/libltfat/src/slicingbuf_private.h:12:15: style: Unused variable: taperLen [unusedVariable]
ltfat/src/modules/libltfat/src/slicingbuf_private.h:13:15: style: Unused variable: zpadLen [unusedVariable]
ltfat/src/modules/libltfat/src/slicingbuf_private.h:14:17: style: Unused variable: ga [unusedVariable]
ltfat/src/modules/libltfat/src/slicingbuf_private.h:15:17: style: Unused variable: gs [unusedVariable]
ltfat/src/modules/libltfat/src/slidgtrealmp_private.h:10:9: style: Unused variable: owning_mpstate [unusedVariable]
ltfat/src/modules/libltfat/src/slidgtrealmp_private.h:12:9: style: Unused variable: owning_slistate [unusedVariable]
ltfat/src/modules/libltfat/src/slidgtrealmp_private.h:14:15: style: Unused variable: P [unusedVariable]
ltfat/src/modules/libltfat/src/slidgtrealmp_private.h:15:11: style: Unused variable: userdata [unusedVariable]
ltfat/src/modules/libltfat/src/wfac.c:9:15: style: Unused variable: b [unusedVariable]
ltfat/src/modules/libltfat/src/wfac.c:10:15: style: Unused variable: c [unusedVariable]
ltfat/src/modules/libltfat/src/wfac.c:11:15: style: Unused variable: p [unusedVariable]
ltfat/src/modules/libltfat/src/wfac.c:12:15: style: Unused variable: q [unusedVariable]
ltfat/src/modules/libltfat/src/wfac.c:13:15: style: Unused variable: d [unusedVariable]
ltfat/src/modules/libltfat/src/wfac.c:14:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libltfat/src/wfac.c:15:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libltfat/src/wfac.c:16:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libltfat/src/wfac.c:17:16: style: Unused variable: scaling [unusedVariable]
ltfat/src/modules/libltfat/src/wfac.c:18:17: style: Unused variable: sbuf [unusedVariable]
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:57:0: error: failed to expand 'mu_run_test_singledouble', Invalid ## usage when expanding 'mu_run_test_singledouble'. [preprocessorErrorDirective]
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:91:25: style: Function 'fillRand_d' argument 1 names different: declaration 'in' definition 'f'. [funcArgNamesDifferent]
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:82:25: note: Function 'fillRand_d' argument 1 names different: declaration 'in' definition 'f'.
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:91:25: note: Function 'fillRand_d' argument 1 names different: declaration 'in' definition 'f'.
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:101:24: style: Function 'fillRand_s' argument 1 names different: declaration 'in' definition 'f'. [funcArgNamesDifferent]
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:83:24: note: Function 'fillRand_s' argument 1 names different: declaration 'in' definition 'f'.
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:101:24: note: Function 'fillRand_s' argument 1 names different: declaration 'in' definition 'f'.
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:111:35: style: Function 'fillRand_dc' argument 1 names different: declaration 'in' definition 'f'. [funcArgNamesDifferent]
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:84:35: note: Function 'fillRand_dc' argument 1 names different: declaration 'in' definition 'f'.
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:111:35: note: Function 'fillRand_dc' argument 1 names different: declaration 'in' definition 'f'.
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:123:34: style: Function 'fillRand_sc' argument 1 names different: declaration 'in' definition 'f'. [funcArgNamesDifferent]
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:85:34: note: Function 'fillRand_sc' argument 1 names different: declaration 'in' definition 'f'.
ltfat/src/modules/libltfat/testing/cUnit/minunit.h:123:34: note: Function 'fillRand_sc' argument 1 names different: declaration 'in' definition 'f'.
ltfat/src/modules/libltfat/thirdparty/kissfft/fft.c:247:12: style: The scope of the variable 'k' can be reduced. [variableScope]
ltfat/src/modules/libltfat/thirdparty/kissfft/fft.c:19:9: style: Unused variable: nfft [unusedVariable]
ltfat/src/modules/libltfat/thirdparty/kissfft/fft.c:20:9: style: Unused variable: inverse [unusedVariable]
ltfat/src/modules/libltfat/thirdparty/kissfft/fft.c:21:9: style: Unused variable: factors [unusedVariable]
ltfat/src/modules/libltfat/thirdparty/kissfft/fft.c:22:18: style: Variable 'twiddles' is assigned a value that is never used. [unreadVariable]
ltfat/src/modules/libltfat/thirdparty/kissfft/fft.c:467:20: style: Unused variable: tmpbuf [unusedVariable]
ltfat/src/modules/libltfat/thirdparty/kissfft/fft.c:468:20: style: Unused variable: super_twiddles [unusedVariable]
ltfat/src/modules/libphaseret/src/gla.c:10:11: style: Unused variable: status_callback_userdata [unusedVariable]
ltfat/src/modules/libphaseret/src/gla.c:12:11: style: Unused variable: cmod_callback_userdata [unusedVariable]
ltfat/src/modules/libphaseret/src/gla.c:14:11: style: Unused variable: fmod_callback_userdata [unusedVariable]
ltfat/src/modules/libphaseret/src/gla.c:16:17: style: Unused variable: s [unusedVariable]
ltfat/src/modules/libphaseret/src/gla.c:17:17: style: Unused variable: f [unusedVariable]
ltfat/src/modules/libphaseret/src/gla.c:19:26: style: Unused variable: cinit [unusedVariable]
ltfat/src/modules/libphaseret/src/gla.c:20:20: style: Unused variable: c [unusedVariable]
ltfat/src/modules/libphaseret/src/gla.c:22:9: style: Unused variable: do_fast [unusedVariable]
ltfat/src/modules/libphaseret/src/gla.c:23:12: style: Unused variable: alpha [unusedVariable]
ltfat/src/modules/libphaseret/src/gla.c:24:20: style: Unused variable: t [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:8:23: style: Unused variable: g [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:10:15: style: Unused variable: gl [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:11:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:12:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:13:15: style: Unused variable: gNo [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:14:9: style: Unused variable: do_skipinitialization [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:20:15: style: Unused variable: maxLookahead [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:21:15: style: Unused variable: lookahead [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:22:15: style: Unused variable: lookback [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:23:15: style: Unused variable: maxit [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:24:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:25:17: style: Unused variable: frames [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:26:20: style: Unused variable: cframes [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:27:17: style: Unused variable: s [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisila_private.h:29:15: style: Unused variable: garbageBinSize [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:8:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:9:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:10:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:11:9: style: Unused variable: do_causal [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:12:17: style: Unused variable: slog [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:13:17: style: Unused variable: s [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:14:17: style: Unused variable: tgrad [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:15:17: style: Unused variable: fgrad [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:16:17: style: Unused variable: phase [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:17:12: style: Unused variable: gamma [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:23:10: style: Unused variable: donemask [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:24:12: style: Unused variable: logtol [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:25:12: style: Unused variable: tol [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:26:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:27:17: style: Unused variable: randphase [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:28:15: style: Unused variable: randphaseLen [unusedVariable]
ltfat/src/modules/libphaseret/src/rtpghi_private.h:29:15: style: Unused variable: randphaseId [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisilapghi.c:11:17: style: Unused variable: olds [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisilapghi.c:12:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisilapghi.c:13:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libphaseret/src/gsrtisilapghi.c:14:15: style: Unused variable: lookahead [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:12:11: style: Unused variable: status_callback_userdata [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:14:11: style: Unused variable: cmod_callback_userdata [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:16:17: style: Unused variable: s [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:17:26: style: Unused variable: cinit [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:18:20: style: Unused variable: c [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:19:17: style: Unused variable: f [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:21:9: style: Unused variable: do_fast [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:22:12: style: Unused variable: alpha [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:23:20: style: Unused variable: t [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:24:9: style: Unused variable: ptype [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:29:15: style: Unused variable: kNo [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:31:20: style: Unused variable: buf [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:32:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:33:15: style: Unused variable: N [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:34:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:40:19: style: Unused variable: ksize [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:41:19: style: Unused variable: ksize2 [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:42:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libphaseret/src/legla.c:43:9: style: Unused variable: flags [unusedVariable]
ltfat/src/modules/libphaseret/src/legla_typeconstant.c:17:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libphaseret/src/legla_typeconstant.c:39:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libphaseret/src/legla_typeconstant.c:51:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libphaseret/src/legla_typeconstant.c:62:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libphaseret/src/legla_typeconstant.c:82:1: style: Label 'error' is not used. [unusedLabel]
ltfat/src/modules/libphaseret/src/pghi.c:7:12: style: Unused variable: gamma [unusedVariable]
ltfat/src/modules/libphaseret/src/pghi.c:8:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libphaseret/src/pghi.c:9:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libphaseret/src/pghi.c:10:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libphaseret/src/pghi.c:11:15: style: Unused variable: L [unusedVariable]
ltfat/src/modules/libphaseret/src/pghi.c:12:12: style: Unused variable: tol1 [unusedVariable]
ltfat/src/modules/libphaseret/src/pghi.c:13:12: style: Unused variable: tol2 [unusedVariable]
ltfat/src/modules/libphaseret/src/pghi.c:15:17: style: Unused variable: tgrad [unusedVariable]
ltfat/src/modules/libphaseret/src/pghi.c:16:17: style: Unused variable: fgrad [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:8:17: style: Unused variable: frame [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:9:20: style: Unused variable: fftframe [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:12:23: style: Unused variable: g [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:13:23: style: Unused variable: gd [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:14:23: style: Unused variable: specg1 [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:15:23: style: Unused variable: specg2 [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:16:15: style: Unused variable: gl [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:17:15: style: Unused variable: M [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:18:15: style: Unused variable: a [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:24:15: style: Unused variable: maxLookahead [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:25:15: style: Unused variable: lookahead [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:26:15: style: Unused variable: lookback [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:27:15: style: Unused variable: maxit [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:28:15: style: Unused variable: W [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:29:17: style: Unused variable: frames [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:30:17: style: Unused variable: s [unusedVariable]
ltfat/src/modules/libphaseret/src/rtisila.c:32:15: style: Unused variable: garbageBinSize [unusedVariable]
ltfat/thirdparty/Playrec/ltfatresample.c:449:11: style: The scope of the variable 'startx' can be reduced. [variableScope]
ltfat/thirdparty/Playrec/ltfatresample.c:449:19: style: The scope of the variable 'x' can be reduced. [variableScope]
ltfat/thirdparty/polyboolclipper/clipper.cpp:750:8: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
ltfat/thirdparty/polyboolclipper/clipper.cpp:1034:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
ltfat/thirdparty/polyboolclipper/clipper.cpp:1021:7: note: outer condition: NextIsForward
ltfat/thirdparty/polyboolclipper/clipper.cpp:1034:13: note: opposite inner condition: !NextIsForward
ltfat/thirdparty/polyboolclipper/clipper.cpp:2895:19: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ltfat/thirdparty/polyboolclipper/clipper.cpp:2893:22: note: outer condition: e->OutIdx>=0
ltfat/thirdparty/polyboolclipper/clipper.cpp:2895:19: note: identical inner condition: e->OutIdx>=0
ltfat/thirdparty/polyboolclipper/clipper.cpp:4067:50: style: The scope of the variable 'X2' can be reduced. [variableScope]
ltfat/thirdparty/polyboolclipper/clipper.cpp:952:49: style: Function 'ProcessBound' argument 2 names different: declaration 'IsClockwise' definition 'NextIsForward'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:263:38: note: Function 'ProcessBound' argument 2 names different: declaration 'IsClockwise' definition 'NextIsForward'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:952:49: note: Function 'ProcessBound' argument 2 names different: declaration 'IsClockwise' definition 'NextIsForward'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:1759:71: style: Function 'AddLocalMinPoly' argument 3 names different: declaration 'pt' definition 'Pt'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:342:64: note: Function 'AddLocalMinPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:1759:71: note: Function 'AddLocalMinPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:1799:69: style: Function 'AddLocalMaxPoly' argument 3 names different: declaration 'pt' definition 'Pt'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:341:62: note: Function 'AddLocalMaxPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:1799:69: note: Function 'AddLocalMaxPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:1848:62: style: Function 'AddJoin' argument 3 names different: declaration 'offPt' definition 'OffPt'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:363:55: note: Function 'AddJoin' argument 3 names different: declaration 'offPt' definition 'OffPt'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:1848:62: note: Function 'AddJoin' argument 3 names different: declaration 'offPt' definition 'OffPt'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:1874:54: style: Function 'AddGhostJoin' argument 2 names different: declaration 'offPt' definition 'OffPt'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:366:47: note: Function 'AddGhostJoin' argument 2 names different: declaration 'offPt' definition 'OffPt'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:1874:54: note: Function 'AddGhostJoin' argument 2 names different: declaration 'offPt' definition 'OffPt'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2019:62: style: Function 'IntersectEdges' argument 3 names different: declaration 'pt' definition 'Pt'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:345:55: note: Function 'IntersectEdges' argument 3 names different: declaration 'pt' definition 'Pt'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2019:62: note: Function 'IntersectEdges' argument 3 names different: declaration 'pt' definition 'Pt'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2263:32: style: Function 'GetOutRec' argument 1 names different: declaration 'idx' definition 'Idx'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:343:25: note: Function 'GetOutRec' argument 1 names different: declaration 'idx' definition 'Idx'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2263:32: note: Function 'GetOutRec' argument 1 names different: declaration 'idx' definition 'Idx'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2471:41: style: Function 'SwapPositionsInAEL' argument 1 names different: declaration 'edge1' definition 'Edge1'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:337:34: note: Function 'SwapPositionsInAEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2471:41: note: Function 'SwapPositionsInAEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2471:55: style: Function 'SwapPositionsInAEL' argument 2 names different: declaration 'edge2' definition 'Edge2'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:337:48: note: Function 'SwapPositionsInAEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2471:55: note: Function 'SwapPositionsInAEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2518:41: style: Function 'SwapPositionsInSEL' argument 1 names different: declaration 'edge1' definition 'Edge1'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:334:34: note: Function 'SwapPositionsInSEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2518:41: note: Function 'SwapPositionsInSEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2518:55: style: Function 'SwapPositionsInSEL' argument 2 names different: declaration 'edge2' definition 'Edge2'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:334:48: note: Function 'SwapPositionsInSEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:2518:55: note: Function 'SwapPositionsInSEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:3651:56: style: Function 'ClipperOffset' argument 2 names different: declaration 'roundPrecision' definition 'arcTolerance'. [funcArgNamesDifferent]
ltfat/thirdparty/polyboolclipper/clipper.hpp:381:49: note: Function 'ClipperOffset' argument 2 names different: declaration 'roundPrecision' definition 'arcTolerance'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:3651:56: note: Function 'ClipperOffset' argument 2 names different: declaration 'roundPrecision' definition 'arcTolerance'.
ltfat/thirdparty/polyboolclipper/clipper.cpp:3983:9: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
ltfat/thirdparty/polyboolclipper/clipper.cpp:210:11: warning: Member variable 'PolyNode::m_jointype' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:210:11: warning: Member variable 'PolyNode::m_endtype' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:907:14: warning: Member variable 'ClipperBase::m_PreserveCollinear' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:907:14: warning: Member variable 'ClipperBase::m_HasOpenPaths' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:1369:10: warning: Member variable 'Clipper::m_ClipType' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:1369:10: warning: Member variable 'Clipper::m_ClipFillType' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:1369:10: warning: Member variable 'Clipper::m_SubjFillType' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:1369:10: warning: Member variable 'Clipper::m_UsingPolyTree' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:3651:16: warning: Member variable 'ClipperOffset::m_delta' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:3651:16: warning: Member variable 'ClipperOffset::m_sinA' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:3651:16: warning: Member variable 'ClipperOffset::m_sin' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:3651:16: warning: Member variable 'ClipperOffset::m_cos' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:3651:16: warning: Member variable 'ClipperOffset::m_miterLim' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:3651:16: warning: Member variable 'ClipperOffset::m_StepsPerRad' is not initialized in the constructor. [uninitMemberVar]
ltfat/thirdparty/polyboolclipper/clipper.cpp:287:7: performance: Variable 'lo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ltfat/thirdparty/polyboolclipper/clipper.hpp:256:8: style: Technically the member function 'ClipperLib::ClipperBase::PreserveCollinear' can be const. [functionConst]
ltfat/thirdparty/polyboolclipper/clipper.hpp:292:8: style: Technically the member function 'ClipperLib::Clipper::ReverseSolution' can be const. [functionConst]
ltfat/thirdparty/polyboolclipper/clipper.hpp:294:8: style: Technically the member function 'ClipperLib::Clipper::StrictlySimple' can be const. [functionConst]
ltfat/thirdparty/polyboolclipper/clipper.hpp:322:8: style: Technically the member function 'ClipperLib::Clipper::SetWindingCount' can be const. [functionConst]
ltfat/thirdparty/polyboolclipper/clipper.cpp:1548:15: note: Technically the member function 'ClipperLib::Clipper::SetWindingCount' can be const.
ltfat/thirdparty/polyboolclipper/clipper.hpp:322:8: note: Technically the member function 'ClipperLib::Clipper::SetWindingCount' can be const.
ltfat/thirdparty/polyboolclipper/clipper.hpp:344:8: style: Technically the member function 'ClipperLib::Clipper::AppendPolygon' can be const. [functionConst]
ltfat/thirdparty/polyboolclipper/clipper.cpp:2272:15: note: Technically the member function 'ClipperLib::Clipper::AppendPolygon' can be const.
ltfat/thirdparty/polyboolclipper/clipper.hpp:344:8: note: Technically the member function 'ClipperLib::Clipper::AppendPolygon' can be const.
ltfat/thirdparty/polyboolclipper/clipper.hpp:356:8: style: Technically the member function 'ClipperLib::Clipper::SetHoleState' can be const. [functionConst]
ltfat/thirdparty/polyboolclipper/clipper.cpp:2214:15: note: Technically the member function 'ClipperLib::Clipper::SetHoleState' can be const.
ltfat/thirdparty/polyboolclipper/clipper.hpp:356:8: note: Technically the member function 'ClipperLib::Clipper::SetHoleState' can be const.
ltfat/thirdparty/polyboolclipper/clipper.hpp:362:8: performance: Technically the member function 'ClipperLib::Clipper::FixHoleLinkage' can be static. [functionStatic]
ltfat/thirdparty/polyboolclipper/clipper.cpp:1447:15: note: Technically the member function 'ClipperLib::Clipper::FixHoleLinkage' can be static.
ltfat/thirdparty/polyboolclipper/clipper.hpp:362:8: note: Technically the member function 'ClipperLib::Clipper::FixHoleLinkage' can be static.
ltfat/thirdparty/polyboolclipper/clipper.hpp:370:8: style: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts1' can be const. [functionConst]
ltfat/thirdparty/polyboolclipper/clipper.cpp:3502:15: note: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts1' can be const.
ltfat/thirdparty/polyboolclipper/clipper.hpp:370:8: note: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts1' can be const.
ltfat/thirdparty/polyboolclipper/clipper.hpp:371:8: style: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts2' can be const. [functionConst]
ltfat/thirdparty/polyboolclipper/clipper.cpp:3519:15: note: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts2' can be const.
ltfat/thirdparty/polyboolclipper/clipper.hpp:371:8: note: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts2' can be const.
ltfat/thirdparty/polyboolclipper/clipper.cpp:155:15: style: Technically the member function 'ClipperLib::LocMinSorter::operator()' can be const. [functionConst]
ltfat/thirdparty/polyboolclipper/clipper.hpp:254:16: warning: Virtual function 'Clear' is called from destructor '~ClipperBase()' at line 916. Dynamic binding is not used. [virtualCallInConstructor]
ltfat/thirdparty/polyboolclipper/clipper.cpp:916:3: note: Calling Clear
ltfat/thirdparty/polyboolclipper/clipper.hpp:254:16: note: Clear is a virtual method
ltfat/thirdparty/polyboolclipper/clipper.hpp:149:3: style: Struct 'DoublePoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ltfat/thirdparty/polyboolclipper/clipper.hpp:282:3: style: Class 'Clipper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ltfat/thirdparty/polyboolclipper/clipper.hpp:412:5: style: Class 'clipperException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ltfat/thirdparty/polyboolclipper/clipper.cpp:285:5: style: Class 'Int128' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ltfat/thirdparty/polyboolclipper/clipper.cpp:279:1: warning: The class 'Int128' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ltfat/thirdparty/polyboolclipper/clipper.hpp:301:8: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ltfat/thirdparty/polyboolclipper/clipper.hpp:262:16: note: Virtual function in base class
ltfat/thirdparty/polyboolclipper/clipper.hpp:301:8: note: Function in derived class
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-mapping/octave-mapping_1.2.1.orig.tar.gz
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-miscellaneous/octave-miscellaneous_1.2.1.orig.tar.gz
miscellaneous-1.2.1/devel/server.cc:679:7: style: Condition '!init_sockets()' is always false [knownConditionTrueFalse]
miscellaneous-1.2.1/devel/server.cc:61:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
miscellaneous-1.2.1/devel/stringmatch.c:86:9: style: The scope of the variable 'p' can be reduced. [variableScope]
miscellaneous-1.2.1/devel/stringmatch.c:172:11: style: The scope of the variable 'startChar' can be reduced. [variableScope]
miscellaneous-1.2.1/src/partint.h:31:9: style: Class 'int_partition' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
miscellaneous-1.2.1/src/partint.h:31:9: style: Class 'int_partition' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
miscellaneous-1.2.1/src/partint.h:28:5: style: Class 'int_partition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
miscellaneous-1.2.1/src/partint.cc:42:0: error: Memory leak: p [memleak]
miscellaneous-1.2.1/src/partint.cc:108:0: error: Memory leak: s [memleak]
miscellaneous-1.2.1/src/partint.cc:209:0: error: Memory leak: s [memleak]
miscellaneous-1.2.1/src/sample.cc:69:15: style: Technically the member function 'IntSetBins2::size' can be const. [functionConst]
miscellaneous-1.2.1/src/sample.cc:86:7: style: Technically the member function 'IntSetBins2::report' can be const. [functionConst]
miscellaneous-1.2.1/src/sample.cc:62:3: style: Class 'IntSetBins2' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
miscellaneous-1.2.1/src/sample.cc:62:3: style: Class 'IntSetBins2' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
miscellaneous-1.2.1/src/sample.cc:61:3: style: Class 'IntSetBins2' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
miscellaneous-1.2.1/src/sample.cc:45:9: style: Class 'IntSetBins2' is unsafe, 'IntSetBins2::bin' can leak by wrong usage. [unsafeClassCanLeak]
miscellaneous-1.2.1/src/sample.cc:45:15: style: Class 'IntSetBins2' is unsafe, 'IntSetBins2::sentinel' can leak by wrong usage. [unsafeClassCanLeak]
miscellaneous-1.2.1/src/sample.cc:45:26: style: Class 'IntSetBins2' is unsafe, 'IntSetBins2::freenode' can leak by wrong usage. [unsafeClassCanLeak]
miscellaneous-1.2.1/src/text_waitbar.cc:66:14: style: The scope of the variable 'pct_int_old' can be reduced. [variableScope]
miscellaneous-1.2.1/src/text_waitbar.cc:77:16: style: The scope of the variable 'term' can be reduced. [variableScope]
miscellaneous-1.2.1/src/text_waitbar.cc:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-missing-functions/octave-missing-functions_1.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-mpi/octave-mpi_1.2.0.orig.tar.gz
mpi/src/MPI_Barrier.cc:72:19: style: Unused variable: my_size [unusedVariable]
mpi/src/simple.h:24:29: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
mpi/src/MPI_Get_processor_name.cc:37:7: style: The scope of the variable 'info' can be reduced. [variableScope]
mpi/src/simpleop.h:23:31: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
mpi/src/MPI_Recv.cc:482:7: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
mpi/src/MPI_Recv.cc:479:7: note: Variable 'info' is reassigned a value before the old one has been used.
mpi/src/MPI_Recv.cc:482:7: note: Variable 'info' is reassigned a value before the old one has been used.
mpi/src/MPI_Recv.cc:174:44: style: Function 'recv_matrix' argument 2 names different: declaration 'TRcv' definition 'TRCV'. [funcArgNamesDifferent]
mpi/src/MPI_Recv.cc:45:44: note: Function 'recv_matrix' argument 2 names different: declaration 'TRcv' definition 'TRCV'.
mpi/src/MPI_Recv.cc:174:44: note: Function 'recv_matrix' argument 2 names different: declaration 'TRcv' definition 'TRCV'.
mpi/src/MPI_Send.cc:598:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
mpi/src/MPI_Send.cc:454:10: error: Uninitialized variable: info [uninitvar]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-msh/octave-msh_1.0.10.orig.tar.gz
msh/src/mshm_dolfin_write.cc:38:16: style: Variable 'nargin' is assigned a value that is never used. [unreadVariable]
msh/src/mshm_refine.cc:42:16: style: Variable 'nargin' is assigned a value that is never used. [unreadVariable]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-mvn/octave-mvn_1.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-nan/octave-nan_3.1.4.orig.tar.gz
nan-3.1.4/src/covm_mex.cpp:68:17: style: The scope of the variable 'i' can be reduced. [variableScope]
nan-3.1.4/src/histo_mex.cpp:116:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
nan-3.1.4/src/histo_mex.cpp:117:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
nan-3.1.4/src/histo_mex.cpp:128:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
nan-3.1.4/src/histo_mex.cpp:129:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
nan-3.1.4/src/histo_mex.cpp:254:3: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
nan-3.1.4/src/histo_mex.cpp:253:0: note: Variable 'idx' is reassigned a value before the old one has been used.
nan-3.1.4/src/histo_mex.cpp:254:3: note: Variable 'idx' is reassigned a value before the old one has been used.
nan-3.1.4/src/histo_mex.cpp:187:17: style: The scope of the variable 'j' can be reduced. [variableScope]
nan-3.1.4/src/histo_mex.cpp:187:23: style: The scope of the variable 'l' can be reduced. [variableScope]
nan-3.1.4/src/linear.cpp:1897:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
nan-3.1.4/src/linear.cpp:1732:18: style: C-style pointer casting [cstyleCast]
nan-3.1.4/src/linear.cpp:1930:18: style: C-style pointer casting [cstyleCast]
nan-3.1.4/src/linear.cpp:1730:0: style: Same expression used in consecutive assignments of 'n' and 'w_size'. [duplicateAssignExpression]
nan-3.1.4/src/linear.cpp:1731:0: note: Same expression used in consecutive assignments of 'n' and 'w_size'.
nan-3.1.4/src/linear.cpp:1730:0: note: Same expression used in consecutive assignments of 'n' and 'w_size'.
nan-3.1.4/src/linear.cpp:755:9: style: The scope of the variable 'PGmax_new' can be reduced. [variableScope]
nan-3.1.4/src/linear.cpp:755:20: style: The scope of the variable 'PGmin_new' can be reduced. [variableScope]
nan-3.1.4/src/linear.cpp:958:9: style: The scope of the variable 'Gmax_new' can be reduced. [variableScope]
nan-3.1.4/src/linear.cpp:1245:9: style: The scope of the variable 'Gmax_new' can be reduced. [variableScope]
nan-3.1.4/src/linear.cpp:441:77: style: Function 'Solver_MCSVM_CS' argument 3 names different: declaration 'C' definition 'weighted_C'. [funcArgNamesDifferent]
nan-3.1.4/src/linear.cpp:427:62: note: Function 'Solver_MCSVM_CS' argument 3 names different: declaration 'C' definition 'weighted_C'.
nan-3.1.4/src/linear.cpp:441:77: note: Function 'Solver_MCSVM_CS' argument 3 names different: declaration 'C' definition 'weighted_C'.
nan-3.1.4/src/linear.cpp:136:14: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
nan-3.1.4/src/linear.cpp:138:19: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
nan-3.1.4/src/linear.cpp:1380:18: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
nan-3.1.4/src/linear.cpp:1381:18: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
nan-3.1.4/src/linear.cpp:1489:20: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
nan-3.1.4/src/linear.cpp:1491:20: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
nan-3.1.4/src/linear.cpp:252:17: warning: Member variable 'l2r_l2_svc_fun::sizeI' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/linear.cpp:85:7: style: Technically the member function 'l2r_lr_fun::Xv' can be const. [functionConst]
nan-3.1.4/src/linear.cpp:189:18: note: Technically the member function 'l2r_lr_fun::Xv' can be const.
nan-3.1.4/src/linear.cpp:85:7: note: Technically the member function 'l2r_lr_fun::Xv' can be const.
nan-3.1.4/src/linear.cpp:240:7: style: Technically the member function 'l2r_l2_svc_fun::Xv' can be const. [functionConst]
nan-3.1.4/src/linear.cpp:349:22: note: Technically the member function 'l2r_l2_svc_fun::Xv' can be const.
nan-3.1.4/src/linear.cpp:240:7: note: Technically the member function 'l2r_l2_svc_fun::Xv' can be const.
nan-3.1.4/src/linear.cpp:241:7: style: Technically the member function 'l2r_l2_svc_fun::subXv' can be const. [functionConst]
nan-3.1.4/src/linear.cpp:367:22: note: Technically the member function 'l2r_l2_svc_fun::subXv' can be const.
nan-3.1.4/src/linear.cpp:241:7: note: Technically the member function 'l2r_l2_svc_fun::subXv' can be const.
nan-3.1.4/src/linear.cpp:432:8: style: Technically the member function 'Solver_MCSVM_CS::be_shrunk' can be const. [functionConst]
nan-3.1.4/src/linear.cpp:497:23: note: Technically the member function 'Solver_MCSVM_CS::be_shrunk' can be const.
nan-3.1.4/src/linear.cpp:432:8: note: Technically the member function 'Solver_MCSVM_CS::be_shrunk' can be const.
nan-3.1.4/src/linear.cpp:104:2: style: Class 'l2r_lr_fun' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
nan-3.1.4/src/linear.cpp:104:2: style: Class 'l2r_lr_fun' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
nan-3.1.4/src/linear.cpp:262:2: style: Class 'l2r_l2_svc_fun' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
nan-3.1.4/src/linear.cpp:262:2: style: Class 'l2r_l2_svc_fun' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
nan-3.1.4/src/linear.cpp:449:8: style: Class 'Solver_MCSVM_CS' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
nan-3.1.4/src/linear.cpp:449:8: style: Class 'Solver_MCSVM_CS' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
nan-3.1.4/src/linear.cpp:78:9: style: The function 'fun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/tron.h:33:17: note: Virtual function in base class
nan-3.1.4/src/linear.cpp:78:9: note: Function in derived class
nan-3.1.4/src/linear.cpp:79:7: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/tron.h:34:15: note: Virtual function in base class
nan-3.1.4/src/linear.cpp:79:7: note: Function in derived class
nan-3.1.4/src/linear.cpp:80:7: style: The function 'Hv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/tron.h:35:15: note: Virtual function in base class
nan-3.1.4/src/linear.cpp:80:7: note: Function in derived class
nan-3.1.4/src/linear.cpp:82:6: style: The function 'get_nr_variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/tron.h:37:14: note: Virtual function in base class
nan-3.1.4/src/linear.cpp:82:6: note: Function in derived class
nan-3.1.4/src/linear.cpp:233:9: style: The function 'fun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/tron.h:33:17: note: Virtual function in base class
nan-3.1.4/src/linear.cpp:233:9: note: Function in derived class
nan-3.1.4/src/linear.cpp:234:7: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/tron.h:34:15: note: Virtual function in base class
nan-3.1.4/src/linear.cpp:234:7: note: Function in derived class
nan-3.1.4/src/linear.cpp:235:7: style: The function 'Hv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/tron.h:35:15: note: Virtual function in base class
nan-3.1.4/src/linear.cpp:235:7: note: Function in derived class
nan-3.1.4/src/linear.cpp:237:6: style: The function 'get_nr_variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/tron.h:37:14: note: Virtual function in base class
nan-3.1.4/src/linear.cpp:237:6: note: Function in derived class
nan-3.1.4/src/linear.cpp:1597:5: error: Common realloc mistake: 'label' nulled but not freed upon failure [memleakOnRealloc]
nan-3.1.4/src/linear.cpp:1598:5: error: Common realloc mistake: 'count' nulled but not freed upon failure [memleakOnRealloc]
nan-3.1.4/src/linear.cpp:2013:0: error: Memory leak: model_ [memleak]
nan-3.1.4/src/linear_model_matlab.c:124:2: style: Variable 'out_id' is modified but its new value is never used. [unreadVariable]
nan-3.1.4/src/linear_model_matlab.c:201:2: style: Variable 'id' is modified but its new value is never used. [unreadVariable]
nan-3.1.4/src/predict.c:230:6: style: The scope of the variable 'prob_estimate_flag' can be reduced. [variableScope]
nan-3.1.4/src/predict.c:231:16: style: The scope of the variable 'model_' can be reduced. [variableScope]
nan-3.1.4/src/predict.c:133:17: style: Variable 'ptr_instance' is assigned a value that is never used. [unreadVariable]
nan-3.1.4/src/str2array.cpp:146:0: style: Variable 'valid_delim' is assigned a value that is never used. [unreadVariable]
nan-3.1.4/src/str2array.cpp:196:18: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
nan-3.1.4/src/sumskipnan_mex.cpp:93:15: style: The scope of the variable 'x' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:732:23: style: The scope of the variable 't' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:732:25: style: The scope of the variable 'y' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:763:23: style: The scope of the variable 't' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:763:25: style: The scope of the variable 'y' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:805:23: style: The scope of the variable 't' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:805:25: style: The scope of the variable 'y' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:841:23: style: The scope of the variable 't' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:841:25: style: The scope of the variable 'y' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:886:18: style: The scope of the variable 't' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:886:20: style: The scope of the variable 'y' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:917:18: style: The scope of the variable 't' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:917:20: style: The scope of the variable 'y' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:959:18: style: The scope of the variable 't' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:959:20: style: The scope of the variable 'y' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:995:18: style: The scope of the variable 't' can be reduced. [variableScope]
nan-3.1.4/src/sumskipnan_mex.cpp:995:20: style: The scope of the variable 'y' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:122:9: style: C-style pointer casting [cstyleCast]
nan-3.1.4/src/svm.cpp:2102:21: style: C-style pointer casting [cstyleCast]
nan-3.1.4/src/svm.cpp:2189:26: style: C-style pointer casting [cstyleCast]
nan-3.1.4/src/svm.cpp:2750:21: style: C-style pointer casting [cstyleCast]
nan-3.1.4/src/svm.cpp:2913:20: style: C-style pointer casting [cstyleCast]
nan-3.1.4/src/svm.cpp:1517:0: style: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'. [duplicateAssignExpression]
nan-3.1.4/src/svm.cpp:1518:0: note: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'.
nan-3.1.4/src/svm.cpp:1517:0: note: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'.
nan-3.1.4/src/svm.cpp:1308:14: style: The scope of the variable 'j' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1357:14: style: The scope of the variable 'j' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1749:18: style: The scope of the variable 'h11' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1749:22: style: The scope of the variable 'h22' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1749:26: style: The scope of the variable 'h21' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1749:30: style: The scope of the variable 'g1' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1749:33: style: The scope of the variable 'g2' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1749:36: style: The scope of the variable 'det' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1749:40: style: The scope of the variable 'dA' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1749:43: style: The scope of the variable 'dB' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1749:46: style: The scope of the variable 'gd' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1749:49: style: The scope of the variable 'stepsize' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:1861:9: style: The scope of the variable 'pQp' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:2724:6: style: The scope of the variable 'len' can be reduced. [variableScope]
nan-3.1.4/src/svm.cpp:120:18: style: Function 'Cache' argument 1 names different: declaration 'l' definition 'l_'. [funcArgNamesDifferent]
nan-3.1.4/src/svm.cpp:96:12: note: Function 'Cache' argument 1 names different: declaration 'l' definition 'l_'.
nan-3.1.4/src/svm.cpp:120:18: note: Function 'Cache' argument 1 names different: declaration 'l' definition 'l_'.
nan-3.1.4/src/svm.cpp:120:26: style: Function 'Cache' argument 2 names different: declaration 'size' definition 'size_'. [funcArgNamesDifferent]
nan-3.1.4/src/svm.cpp:96:19: note: Function 'Cache' argument 2 names different: declaration 'size' definition 'size_'.
nan-3.1.4/src/svm.cpp:120:26: note: Function 'Cache' argument 2 names different: declaration 'size' definition 'size_'.
nan-3.1.4/src/svm.cpp:279:42: style: Function 'Kernel' argument 2 names different: declaration 'x' definition 'x_'. [funcArgNamesDifferent]
nan-3.1.4/src/svm.cpp:230:35: note: Function 'Kernel' argument 2 names different: declaration 'x' definition 'x_'.
nan-3.1.4/src/svm.cpp:279:42: note: Function 'Kernel' argument 2 names different: declaration 'x' definition 'x_'.
nan-3.1.4/src/svm.cpp:812:37: style: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'. [funcArgNamesDifferent]
nan-3.1.4/src/svm.cpp:469:38: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
nan-3.1.4/src/svm.cpp:812:37: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
nan-3.1.4/src/svm.cpp:812:49: style: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'. [funcArgNamesDifferent]
nan-3.1.4/src/svm.cpp:469:46: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
nan-3.1.4/src/svm.cpp:812:49: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
nan-3.1.4/src/svm.cpp:1055:40: style: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'. [funcArgNamesDifferent]
nan-3.1.4/src/svm.cpp:1048:30: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
nan-3.1.4/src/svm.cpp:1055:40: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
nan-3.1.4/src/svm.cpp:1055:52: style: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'. [funcArgNamesDifferent]
nan-3.1.4/src/svm.cpp:1048:38: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
nan-3.1.4/src/svm.cpp:1055:52: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
nan-3.1.4/src/svm.cpp:1763:24: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
nan-3.1.4/src/svm.cpp:1765:29: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
nan-3.1.4/src/svm.cpp:1818:26: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
nan-3.1.4/src/svm.cpp:1820:31: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::active_size' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::y' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::G' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::alpha_status' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::alpha' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::Q' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::QD' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::eps' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::Cp' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::Cn' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::p' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::active_set' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::G_bar' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::l' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:421:2: warning: Member variable 'Solver::unshrink' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:1038:2: warning: Member variable 'Solver_NU::si' is not initialized in the constructor. [uninitMemberVar]
nan-3.1.4/src/svm.cpp:116:7: performance: Technically the member function 'Cache::lru_delete' can be static. [functionStatic]
nan-3.1.4/src/svm.cpp:136:13: note: Technically the member function 'Cache::lru_delete' can be static.
nan-3.1.4/src/svm.cpp:116:7: note: Technically the member function 'Cache::lru_delete' can be static.
nan-3.1.4/src/svm.cpp:452:9: style: Technically the member function 'Solver::get_C' can be const. [functionConst]
nan-3.1.4/src/svm.cpp:464:7: style: Technically the member function 'Solver::is_upper_bound' can be const. [functionConst]
nan-3.1.4/src/svm.cpp:465:7: style: Technically the member function 'Solver::is_lower_bound' can be const. [functionConst]
nan-3.1.4/src/svm.cpp:466:7: style: Technically the member function 'Solver::is_free' can be const. [functionConst]
nan-3.1.4/src/svm.cpp:122:2: style: Class 'Cache' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
nan-3.1.4/src/svm.cpp:122:2: style: Class 'Cache' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
nan-3.1.4/src/svm.cpp:306:3: style: Class 'Kernel' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
nan-3.1.4/src/svm.cpp:306:3: style: Class 'Kernel' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
nan-3.1.4/src/svm.cpp:1299:3: style: Class 'SVC_Q' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
nan-3.1.4/src/svm.cpp:1299:3: style: Class 'SVC_Q' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
nan-3.1.4/src/svm.cpp:1348:3: style: Class 'ONE_CLASS_Q' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
nan-3.1.4/src/svm.cpp:1348:3: style: Class 'ONE_CLASS_Q' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
nan-3.1.4/src/svm.cpp:1395:3: style: Class 'SVR_Q' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
nan-3.1.4/src/svm.cpp:1395:3: style: Class 'SVR_Q' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
nan-3.1.4/src/svm.cpp:235:18: style: The function 'get_Q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:222:18: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:235:18: note: Function in derived class
nan-3.1.4/src/svm.cpp:236:18: style: The function 'get_QD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:223:18: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:236:18: note: Function in derived class
nan-3.1.4/src/svm.cpp:237:15: style: The function 'swap_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:224:15: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:237:15: note: Function in derived class
nan-3.1.4/src/svm.cpp:1048:6: style: The function 'select_working_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:469:14: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1048:6: note: Function in derived class
nan-3.1.4/src/svm.cpp:1049:9: style: The function 'calculate_rho' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:470:17: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1049:9: note: Function in derived class
nan-3.1.4/src/svm.cpp:1051:7: style: The function 'do_shrinking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:471:15: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1051:7: note: Function in derived class
nan-3.1.4/src/svm.cpp:1305:10: style: The function 'get_Q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:235:18: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1305:10: note: Function in derived class
nan-3.1.4/src/svm.cpp:1317:10: style: The function 'get_QD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:236:18: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1317:10: note: Function in derived class
nan-3.1.4/src/svm.cpp:1322:7: style: The function 'swap_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:237:15: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1322:7: note: Function in derived class
nan-3.1.4/src/svm.cpp:1354:10: style: The function 'get_Q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:235:18: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1354:10: note: Function in derived class
nan-3.1.4/src/svm.cpp:1366:10: style: The function 'get_QD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:236:18: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1366:10: note: Function in derived class
nan-3.1.4/src/svm.cpp:1371:7: style: The function 'swap_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:237:15: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1371:7: note: Function in derived class
nan-3.1.4/src/svm.cpp:1413:7: style: The function 'swap_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:237:15: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1413:7: note: Function in derived class
nan-3.1.4/src/svm.cpp:1420:10: style: The function 'get_Q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:235:18: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1420:10: note: Function in derived class
nan-3.1.4/src/svm.cpp:1439:10: style: The function 'get_QD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
nan-3.1.4/src/svm.cpp:236:18: note: Virtual function in base class
nan-3.1.4/src/svm.cpp:1439:10: note: Function in derived class
nan-3.1.4/src/svm.cpp:2068:5: error: Common realloc mistake: 'label' nulled but not freed upon failure [memleakOnRealloc]
nan-3.1.4/src/svm.cpp:2069:5: error: Common realloc mistake: 'count' nulled but not freed upon failure [memleakOnRealloc]
nan-3.1.4/src/svm.cpp:2732:3: error: Common realloc mistake: 'line' nulled but not freed upon failure [memleakOnRealloc]
nan-3.1.4/src/svm.cpp:3094:6: error: Common realloc mistake: 'label' nulled but not freed upon failure [memleakOnRealloc]
nan-3.1.4/src/svm.cpp:3095:6: error: Common realloc mistake: 'count' nulled but not freed upon failure [memleakOnRealloc]
nan-3.1.4/src/svm_model_matlab.c:249:3: style: Variable 'out_id' is modified but its new value is never used. [unreadVariable]
nan-3.1.4/src/svm_model_matlab.c:413:3: style: Variable 'id' is modified but its new value is never used. [unreadVariable]
nan-3.1.4/src/svm_model_matlab.c:385:20: style: Variable 'sc' is assigned a value that is never used. [unreadVariable]
nan-3.1.4/src/svmpredict_mex.cpp:294:6: style: The scope of the variable 'prob_estimate_flag' can be reduced. [variableScope]
nan-3.1.4/src/svmtrain_mex.cpp:99:9: style: The scope of the variable 'total_error' can be reduced. [variableScope]
nan-3.1.4/src/svmtrain_mex.cpp:142:7: style: The scope of the variable 'cmd' can be reduced. [variableScope]
nan-3.1.4/src/svmtrain_mex.cpp:333:15: style: The scope of the variable 'low' can be reduced. [variableScope]
nan-3.1.4/src/svmtrain_mex.cpp:333:20: style: The scope of the variable 'high' can be reduced. [variableScope]
nan-3.1.4/src/svmtrain_mex.cpp:412:14: style: The scope of the variable 'error_msg' can be reduced. [variableScope]
nan-3.1.4/src/train.c:226:15: style: The scope of the variable 'low' can be reduced. [variableScope]
nan-3.1.4/src/train.c:226:20: style: The scope of the variable 'high' can be reduced. [variableScope]
nan-3.1.4/src/train.c:327:14: style: The scope of the variable 'error_msg' can be reduced. [variableScope]
nan-3.1.4/src/tron.cpp:91:9: style: The scope of the variable 'cg_iter' can be reduced. [variableScope]
nan-3.1.4/src/tron.cpp:92:16: style: The scope of the variable 'snorm' can be reduced. [variableScope]
nan-3.1.4/src/tron.cpp:93:19: style: The scope of the variable 'fnew' can be reduced. [variableScope]
nan-3.1.4/src/tron.cpp:93:25: style: The scope of the variable 'prered' can be reduced. [variableScope]
nan-3.1.4/src/tron.cpp:93:33: style: The scope of the variable 'actred' can be reduced. [variableScope]
nan-3.1.4/src/tron.cpp:93:41: style: The scope of the variable 'gs' can be reduced. [variableScope]
nan-3.1.4/src/tron.cpp:193:14: style: The scope of the variable 'rnewTrnew' can be reduced. [variableScope]
nan-3.1.4/src/tron.cpp:258:36: style: Function 'set_print_string' argument 1 names different: declaration 'i_print' definition 'print_string'. [funcArgNamesDifferent]
nan-3.1.4/src/tron.h:48:31: note: Function 'set_print_string' argument 1 names different: declaration 'i_print' definition 'print_string'.
nan-3.1.4/src/tron.cpp:258:36: note: Function 'set_print_string' argument 1 names different: declaration 'i_print' definition 'print_string'.
nan-3.1.4/src/tron.h:52:9: style: Unused private function: 'TRON::norm_inf' [unusedPrivateFunction]
nan-3.1.4/src/tron.h:52:9: performance: Technically the member function 'TRON::norm_inf' can be static. [functionStatic]
nan-3.1.4/src/tron.cpp:249:14: note: Technically the member function 'TRON::norm_inf' can be static.
nan-3.1.4/src/tron.h:52:9: note: Technically the member function 'TRON::norm_inf' can be static.
nan-3.1.4/src/xptopen.cpp:157:0: error: #error Unknown platform [preprocessorErrorDirective]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-ncarray/octave-ncarray_1.0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-netcdf/octave-netcdf_1.0.12.orig.tar.gz
netcdf-1.0.12/src/__netcdf__.cc:987:7: style: The scope of the variable 'storage' can be reduced. [variableScope]
netcdf-1.0.12/src/__netcdf__.cc:217:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
netcdf-1.0.12/src/__netcdf__.cc:45:42: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-nnet/octave-nnet_0.1.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-nurbs/octave-nurbs_1.3.8.orig.tar.gz
nurbs/src/bspderiv.cc:55:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
nurbs/src/bspeval.cc:65:21: style: The scope of the variable 's' can be reduced. [variableScope]
nurbs/src/bspeval.cc:65:24: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
nurbs/src/low_level_functions.cc:96:10: style: The scope of the variable 'saved' can be reduced. [variableScope]
nurbs/src/low_level_functions.cc:145:10: style: The scope of the variable 'saved' can be reduced. [variableScope]
nurbs/src/low_level_functions.cc:122:41: style: Function 'basisfunder' argument 3 names different: declaration 'uu' definition 'u'. [funcArgNamesDifferent]
nurbs/src/low_level_functions.h:21:41: note: Function 'basisfunder' argument 3 names different: declaration 'uu' definition 'u'.
nurbs/src/low_level_functions.cc:122:41: note: Function 'basisfunder' argument 3 names different: declaration 'uu' definition 'u'.
nurbs/src/low_level_functions.cc:122:90: style: Function 'basisfunder' argument 6 names different: declaration 'dersv' definition 'ders'. [funcArgNamesDifferent]
nurbs/src/low_level_functions.h:22:25: note: Function 'basisfunder' argument 6 names different: declaration 'dersv' definition 'ders'.
nurbs/src/low_level_functions.cc:122:90: note: Function 'basisfunder' argument 6 names different: declaration 'dersv' definition 'ders'.
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-ocs/octave-ocs_0.1.5.orig.tar.gz
ocs/src/Mshichmanhodgesmosfet.cc:272:17: style: The scope of the variable 't' can be reduced. [variableScope]
ocs/src/Mshichmanhodgesmosfet.cc:282:10: style: The scope of the variable 'vg' can be reduced. [variableScope]
ocs/src/Mshichmanhodgesmosfet.cc:283:10: style: The scope of the variable 'vs' can be reduced. [variableScope]
ocs/src/Mshichmanhodgesmosfet.cc:284:10: style: The scope of the variable 'vd' can be reduced. [variableScope]
ocs/src/Mshichmanhodgesmosfet.cc:285:10: style: The scope of the variable 'vb' can be reduced. [variableScope]
ocs/src/Mshichmanhodgesmosfet.cc:286:10: style: The scope of the variable 'T' can be reduced. [variableScope]
ocs/src/Mshichmanhodgesmosfet.cc:288:10: style: The scope of the variable 'Qgb' can be reduced. [variableScope]
ocs/src/Mshichmanhodgesmosfet.cc:289:10: style: The scope of the variable 'Qgs' can be reduced. [variableScope]
ocs/src/Mshichmanhodgesmosfet.cc:290:10: style: The scope of the variable 'Qgd' can be reduced. [variableScope]
ocs/src/Mshichmanhodgesmosfet.cc:291:10: style: The scope of the variable 'Qsb' can be reduced. [variableScope]
ocs/src/Mshichmanhodgesmosfet.cc:292:10: style: The scope of the variable 'Qdb' can be reduced. [variableScope]
ocs/src/Mshichmanhodgesmosfet.cc:123:17: style: Variable 'vb' is assigned a value that is never used. [unreadVariable]
ocs/src/Mshichmanhodgesmosfet.cc:177:17: style: Variable 'vb' is assigned a value that is never used. [unreadVariable]
ocs/src/Mshichmanhodgesmosfet.cc:340:9: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ocs/src/Mshichmanhodgesmosfet.cc:476:11: style: Variable 'T' is assigned a value that is never used. [unreadVariable]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-octcdf/octave-octcdf_1.1.7.orig.tar.gz
octcdf/src/ov-ncatt.cc:31:42: style: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncvar'. [funcArgNamesDifferent]
octcdf/src/ov-ncatt.h:46:30: note: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncvar'.
octcdf/src/ov-ncatt.cc:31:42: note: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncvar'.
octcdf/src/ov-ncatt.cc:62:42: style: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncvar'. [funcArgNamesDifferent]
octcdf/src/ov-ncatt.h:47:30: note: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncvar'.
octcdf/src/ov-ncatt.cc:62:42: note: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncvar'.
octcdf/src/ov-ncatt.cc:92:43: style: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncfilep'. [funcArgNamesDifferent]
octcdf/src/ov-ncatt.h:48:31: note: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncfilep'.
octcdf/src/ov-ncatt.cc:92:43: note: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncfilep'.
octcdf/src/ov-ncatt.cc:126:43: style: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncfilep'. [funcArgNamesDifferent]
octcdf/src/ov-ncatt.h:49:31: note: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncfilep'.
octcdf/src/ov-ncatt.cc:126:43: note: Function 'octave_ncatt' argument 1 names different: declaration 'ncvarp' definition 'ncfilep'.
octcdf/src/ov-ncatt.h:39:68: style: Value of pointer 'nca', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
octcdf/src/ov-ncfile.h:33:1: warning: The class 'octave_ncfile' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
octcdf/src/ov-ncvar.h:46:1: warning: The class 'octave_ncvar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
octcdf/src/ov-ncatt.h:35:1: warning: The class 'octave_ncatt' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
octcdf/src/ov-netcdf.h:88:66: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
octcdf/src/ov-netcdf.h:89:58: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
octcdf/src/ov-ncvar.h:56:57: performance: Function parameter 'dimnamesp' should be passed by const reference. [passedByValue]
octcdf/src/ov-ncvar.h:157:50: performance: Function parameter 't' should be passed by const reference. [passedByValue]
octcdf/src/ov-ncatt.cc:62:61: performance: Function parameter 'attnamep' should be passed by const reference. [passedByValue]
octcdf/src/ov-ncatt.cc:126:64: performance: Function parameter 'attnamep' should be passed by const reference. [passedByValue]
octcdf/src/ov-ncdim.cc:58:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
octcdf/src/ov-ncdim.cc:52:3: note: Variable 'status' is reassigned a value before the old one has been used.
octcdf/src/ov-ncdim.cc:58:3: note: Variable 'status' is reassigned a value before the old one has been used.
octcdf/src/ov-ncdim.cc:32:43: style: Function 'octave_ncdim' argument 1 names different: declaration 'ncfile' definition 'ncfilep'. [funcArgNamesDifferent]
octcdf/src/ov-ncdim.h:49:31: note: Function 'octave_ncdim' argument 1 names different: declaration 'ncfile' definition 'ncfilep'.
octcdf/src/ov-ncdim.cc:32:43: note: Function 'octave_ncdim' argument 1 names different: declaration 'ncfile' definition 'ncfilep'.
octcdf/src/ov-ncdim.cc:58:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
octcdf/src/ov-ncdim.h:42:68: style: Value of pointer 'ncd', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
octcdf/src/ov-ncdim.h:34:1: warning: The class 'octave_ncdim' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
octcdf/src/ov-ncfile.cc:140:7: style: The scope of the variable 'status' can be reduced. [variableScope]
octcdf/src/ov-ncfile.cc:313:14: style: The scope of the variable 'status' can be reduced. [variableScope]
octcdf/src/ov-ncfile.cc:442:7: style: The scope of the variable 'status' can be reduced. [variableScope]
octcdf/src/ov-ncfile.h:38:71: style: Value of pointer 'nf', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
octcdf/src/ov-ncfile.cc:29:37: performance: Function parameter 'filenamep' should be passed by const reference. [passedByValue]
octcdf/src/ov-ncfile.cc:29:73: performance: Function parameter 'format' should be passed by const reference. [passedByValue]
octcdf/src/ov-ncvar.cc:65:56: style: Function 'octave_ncvar' argument 2 names different: declaration 'varid' definition 'varidp'. [funcArgNamesDifferent]
octcdf/src/ov-ncvar.h:52:44: note: Function 'octave_ncvar' argument 2 names different: declaration 'varid' definition 'varidp'.
octcdf/src/ov-ncvar.cc:65:56: note: Function 'octave_ncvar' argument 2 names different: declaration 'varid' definition 'varidp'.
octcdf/src/ov-ncvar.h:50:65: style: Value of pointer 'ncv', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
octcdf/src/ov-ncvar.cc:31:64: performance: Function parameter 'varnamep' should be passed by const reference. [passedByValue]
octcdf/src/ov-netcdf.cc:1034:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
octcdf/src/ov-netcdf.cc:1038:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
octcdf/src/ov-netcdf.cc:1042:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
octcdf/src/ov-netcdf.cc:1046:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
octcdf/src/ov-netcdf.cc:1056:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
octcdf/src/ov-netcdf.cc:1060:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
octcdf/src/ov-netcdf.cc:1064:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
octcdf/src/ov-netcdf.cc:565:66: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
octcdf/src/ov-netcdf.cc:648:58: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-octclip/octave-octclip_1.0.8.orig.tar.gz
octclip-1.0.8/src/_oc_polybool.cc:129:9: style: Variable 'xA' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/_oc_polybool.cc:111:0: note: Variable 'xA' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:129:9: note: Variable 'xA' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:130:9: style: Variable 'yA' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/_oc_polybool.cc:112:0: note: Variable 'yA' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:130:9: note: Variable 'yA' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:131:9: style: Variable 'xB' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/_oc_polybool.cc:113:0: note: Variable 'xB' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:131:9: note: Variable 'xB' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:132:9: style: Variable 'yB' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/_oc_polybool.cc:114:0: note: Variable 'yB' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:132:9: note: Variable 'yB' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:134:9: style: Variable 'polA' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/_oc_polybool.cc:116:0: note: Variable 'polA' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:134:9: note: Variable 'polA' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:135:9: style: Variable 'polB' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/_oc_polybool.cc:117:0: note: Variable 'polB' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:135:9: note: Variable 'polB' is reassigned a value before the old one has been used.
octclip-1.0.8/src/_oc_polybool.cc:137:24: style: Same expression on both sides of '||'. [duplicateExpression]
octclip-1.0.8/src/calctopo.c:50:5: style: Variable 'acimut' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/calctopo.c:46:0: note: Variable 'acimut' is reassigned a value before the old one has been used.
octclip-1.0.8/src/calctopo.c:50:5: note: Variable 'acimut' is reassigned a value before the old one has been used.
octclip-1.0.8/src/dpeucker.c:57:12: style: The scope of the variable 'xIni' can be reduced. [variableScope]
octclip-1.0.8/src/dpeucker.c:57:21: style: The scope of the variable 'yIni' can be reduced. [variableScope]
octclip-1.0.8/src/dpeucker.c:57:30: style: The scope of the variable 'xFin' can be reduced. [variableScope]
octclip-1.0.8/src/dpeucker.c:57:39: style: The scope of the variable 'yFin' can be reduced. [variableScope]
octclip-1.0.8/src/dpeucker.c:61:9: style: The scope of the variable 'usado' can be reduced. [variableScope]
octclip-1.0.8/src/errores.c:79:13: warning: Redundant assignment of 'mensaje' to itself. [selfAssignment]
octclip-1.0.8/src/errores.c:80:13: warning: Redundant assignment of 'funcion' to itself. [selfAssignment]
octclip-1.0.8/src/eucli.c:172:5: style: Variable 'num' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/eucli.c:166:0: note: Variable 'num' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:172:5: note: Variable 'num' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:174:5: style: Variable 'den' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/eucli.c:166:0: note: Variable 'den' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:174:5: note: Variable 'den' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:213:5: style: Variable 'dxv' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/eucli.c:207:0: note: Variable 'dxv' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:213:5: note: Variable 'dxv' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:214:5: style: Variable 'dyv' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/eucli.c:207:0: note: Variable 'dyv' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:214:5: note: Variable 'dyv' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:215:5: style: Variable 'dxb' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/eucli.c:207:0: note: Variable 'dxb' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:215:5: note: Variable 'dxb' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:216:5: style: Variable 'dyb' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/eucli.c:207:0: note: Variable 'dyb' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:216:5: note: Variable 'dyb' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:219:5: style: Variable 'alfa' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/eucli.c:203:0: note: Variable 'alfa' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:219:5: note: Variable 'alfa' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:221:5: style: Variable 'lon' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/eucli.c:205:0: note: Variable 'lon' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:221:5: note: Variable 'lon' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:223:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/eucli.c:209:0: note: Variable 'h' is reassigned a value before the old one has been used.
octclip-1.0.8/src/eucli.c:223:5: note: Variable 'h' is reassigned a value before the old one has been used.
octclip-1.0.8/src/fgeneral.c:618:5: style: Variable 'matriz' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/fgeneral.c:614:0: note: Variable 'matriz' is reassigned a value before the old one has been used.
octclip-1.0.8/src/fgeneral.c:618:5: note: Variable 'matriz' is reassigned a value before the old one has been used.
octclip-1.0.8/src/fgeneral.c:691:5: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/fgeneral.c:687:0: note: Variable 'pos' is reassigned a value before the old one has been used.
octclip-1.0.8/src/fgeneral.c:691:5: note: Variable 'pos' is reassigned a value before the old one has been used.
octclip-1.0.8/src/fgeneral.c:757:5: style: Variable 'num' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/fgeneral.c:753:0: note: Variable 'num' is reassigned a value before the old one has been used.
octclip-1.0.8/src/fgeneral.c:757:5: note: Variable 'num' is reassigned a value before the old one has been used.
octclip-1.0.8/src/fgeneral.c:69:12: style: The scope of the variable 'signo' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:109:12: style: The scope of the variable 'i' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:115:12: style: The scope of the variable 'posm' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:261:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:300:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:339:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:378:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:417:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:456:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:497:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:537:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:577:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:685:21: style: The scope of the variable 'datoTrab' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:802:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/fgeneral.c:842:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/greiner.c:404:34: style: Redundant condition: sal->interseccion!=0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
octclip-1.0.8/src/greiner.c:524:11: warning: Either the condition 'aux!=NULL' is redundant or there is possible null pointer dereference: aux. [nullPointerRedundantCheck]
octclip-1.0.8/src/greiner.c:516:15: note: Assuming that condition 'aux!=NULL' is not redundant
octclip-1.0.8/src/greiner.c:524:11: note: Null pointer dereference
octclip-1.0.8/src/greiner.c:531:5: warning: Either the condition 'aux!=NULL' is redundant or there is possible null pointer dereference: aux. [nullPointerRedundantCheck]
octclip-1.0.8/src/greiner.c:516:15: note: Assuming that condition 'aux!=NULL' is not redundant
octclip-1.0.8/src/greiner.c:531:5: note: Null pointer dereference
octclip-1.0.8/src/greiner.c:58:5: style: Variable 'nuevoVert' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:54:0: note: Variable 'nuevoVert' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:58:5: note: Variable 'nuevoVert' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:245:5: style: Variable 'aux' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:239:0: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:245:5: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:335:5: style: Variable 'aux' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:331:0: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:335:5: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:457:5: style: Variable 'aux' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:453:0: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:457:5: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:553:5: style: Variable 'aux' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:544:0: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:553:5: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:618:5: style: Variable 'aux' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:612:0: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:618:5: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:663:5: style: Variable 'aux' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:657:0: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:663:5: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:695:5: style: Variable 'aux' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:689:0: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:695:5: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:762:5: style: Variable 'signo' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:751:0: note: Variable 'signo' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:762:5: note: Variable 'signo' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:1051:5: style: Variable 'ultBas' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:1033:0: note: Variable 'ultBas' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:1051:5: note: Variable 'ultBas' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:1052:5: style: Variable 'ultRec' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:1034:0: note: Variable 'ultRec' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:1052:5: note: Variable 'ultRec' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:1493:5: style: Variable 'resultado' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:1484:0: note: Variable 'resultado' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:1493:5: note: Variable 'resultado' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:1694:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/greiner.c:1690:0: note: Variable 'result' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:1694:5: note: Variable 'result' is reassigned a value before the old one has been used.
octclip-1.0.8/src/greiner.c:1239:9: style: The scope of the variable 'posBas' can be reduced. [variableScope]
octclip-1.0.8/src/greiner.c:1239:18: style: The scope of the variable 'posRec' can be reduced. [variableScope]
octclip-1.0.8/src/greiner.c:1471:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/polig.c:728:25: warning: Either the condition 'anyade!=NULL' is redundant or there is possible null pointer dereference: anyade. [nullPointerRedundantCheck]
octclip-1.0.8/src/polig.c:720:15: note: Assuming that condition 'anyade!=NULL' is not redundant
octclip-1.0.8/src/polig.c:728:25: note: Null pointer dereference
octclip-1.0.8/src/polig.c:736:27: warning: Either the condition 'anyade!=NULL' is redundant or there is possible null pointer dereference: anyade. [nullPointerRedundantCheck]
octclip-1.0.8/src/polig.c:720:15: note: Assuming that condition 'anyade!=NULL' is not redundant
octclip-1.0.8/src/polig.c:736:27: note: Null pointer dereference
octclip-1.0.8/src/polig.c:72:5: style: Variable 'sal' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/polig.c:68:0: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polig.c:72:5: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polig.c:363:5: style: Variable 'sal' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/polig.c:357:0: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polig.c:363:5: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polig.c:624:5: style: Variable 'sal' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/polig.c:618:0: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polig.c:624:5: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polig.c:233:17: style: The scope of the variable 'pI' can be reduced. [variableScope]
octclip-1.0.8/src/polig.c:1133:12: style: The scope of the variable 'pI' can be reduced. [variableScope]
octclip-1.0.8/src/polig.c:1252:12: style: The scope of the variable 'pI' can be reduced. [variableScope]
octclip-1.0.8/src/polig.c:1421:12: style: The scope of the variable 'posIni' can be reduced. [variableScope]
octclip-1.0.8/src/polig.c:1599:12: style: The scope of the variable 'area' can be reduced. [variableScope]
octclip-1.0.8/src/polig.c:1601:12: style: The scope of the variable 'xMin' can be reduced. [variableScope]
octclip-1.0.8/src/polig.c:1601:21: style: The scope of the variable 'xMax' can be reduced. [variableScope]
octclip-1.0.8/src/polig.c:1601:30: style: The scope of the variable 'yMin' can be reduced. [variableScope]
octclip-1.0.8/src/polig.c:1601:39: style: The scope of the variable 'yMax' can be reduced. [variableScope]
octclip-1.0.8/src/polig.c:1601:48: style: The scope of the variable 'limAux' can be reduced. [variableScope]
octclip-1.0.8/src/polig.c:1744:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/polil.c:702:25: warning: Either the condition 'anyade!=NULL' is redundant or there is possible null pointer dereference: anyade. [nullPointerRedundantCheck]
octclip-1.0.8/src/polil.c:694:15: note: Assuming that condition 'anyade!=NULL' is not redundant
octclip-1.0.8/src/polil.c:702:25: note: Null pointer dereference
octclip-1.0.8/src/polil.c:710:27: warning: Either the condition 'anyade!=NULL' is redundant or there is possible null pointer dereference: anyade. [nullPointerRedundantCheck]
octclip-1.0.8/src/polil.c:694:15: note: Assuming that condition 'anyade!=NULL' is not redundant
octclip-1.0.8/src/polil.c:710:27: note: Null pointer dereference
octclip-1.0.8/src/polil.c:72:5: style: Variable 'sal' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/polil.c:68:0: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polil.c:72:5: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polil.c:359:5: style: Variable 'sal' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/polil.c:353:0: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polil.c:359:5: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polil.c:613:5: style: Variable 'sal' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/polil.c:607:0: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polil.c:613:5: note: Variable 'sal' is reassigned a value before the old one has been used.
octclip-1.0.8/src/polil.c:232:12: style: The scope of the variable 'pI' can be reduced. [variableScope]
octclip-1.0.8/src/polil.c:1130:12: style: The scope of the variable 'posIni' can be reduced. [variableScope]
octclip-1.0.8/src/polil.c:1286:12: style: The scope of the variable 'xMin' can be reduced. [variableScope]
octclip-1.0.8/src/polil.c:1286:21: style: The scope of the variable 'xMax' can be reduced. [variableScope]
octclip-1.0.8/src/polil.c:1286:30: style: The scope of the variable 'yMin' can be reduced. [variableScope]
octclip-1.0.8/src/polil.c:1286:39: style: The scope of the variable 'yMax' can be reduced. [variableScope]
octclip-1.0.8/src/polil.c:1286:48: style: The scope of the variable 'limAux' can be reduced. [variableScope]
octclip-1.0.8/src/polil.c:1398:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:209:12: style: The scope of the variable 'posIX' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:209:20: style: The scope of the variable 'posJX' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:209:28: style: The scope of the variable 'posIY' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:209:36: style: The scope of the variable 'posJY' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:297:16: style: The scope of the variable 'i1' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:301:9: style: The scope of the variable 'Rstrad' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:301:18: style: The scope of the variable 'Lstrad' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:303:0: style: The scope of the variable 'cx' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:303:0: style: The scope of the variable 'cy' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:303:0: style: The scope of the variable 'cx1' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:303:0: style: The scope of the variable 'cy1' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:388:16: style: The scope of the variable 'i1' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:392:9: style: The scope of the variable 'Rstrad' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:392:18: style: The scope of the variable 'Lstrad' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:507:9: style: The scope of the variable 'esNanX' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:507:18: style: The scope of the variable 'esNanY' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:602:12: style: The scope of the variable 'i' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:608:9: style: The scope of the variable 'posAux' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:610:12: style: The scope of the variable 'continuar' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:703:12: style: The scope of the variable 'i' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:709:9: style: The scope of the variable 'posAux' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:711:12: style: The scope of the variable 'continuar' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:804:12: style: The scope of the variable 'i' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:810:9: style: The scope of the variable 'posAux' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:812:12: style: The scope of the variable 'continuar' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:908:12: style: The scope of the variable 'i' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:914:9: style: The scope of the variable 'posAux' can be reduced. [variableScope]
octclip-1.0.8/src/ptopol.c:916:12: style: The scope of the variable 'continuar' can be reduced. [variableScope]
octclip-1.0.8/src/recpolil.c:54:5: style: Variable 'nuevoVert' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/recpolil.c:50:0: note: Variable 'nuevoVert' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:54:5: note: Variable 'nuevoVert' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:213:5: style: Variable 'aux' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/recpolil.c:207:0: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:213:5: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:332:5: style: Variable 'aux' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/recpolil.c:328:0: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:332:5: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:362:5: style: Variable 'aux' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/recpolil.c:356:0: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:362:5: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:394:5: style: Variable 'aux' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/recpolil.c:388:0: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:394:5: note: Variable 'aux' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:1067:5: style: Variable 'idError' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/recpolil.c:1059:0: note: Variable 'idError' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:1067:5: note: Variable 'idError' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:1174:5: style: Variable 'resultado' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/recpolil.c:1166:0: note: Variable 'resultado' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:1174:5: note: Variable 'resultado' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:1323:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/recpolil.c:1319:0: note: Variable 'result' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:1323:5: note: Variable 'result' is reassigned a value before the old one has been used.
octclip-1.0.8/src/recpolil.c:1153:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octclip-1.0.8/src/ventorno.c:51:5: style: Variable 'valEnv' is reassigned a value before the old one has been used. [redundantAssignment]
octclip-1.0.8/src/ventorno.c:45:0: note: Variable 'valEnv' is reassigned a value before the old one has been used.
octclip-1.0.8/src/ventorno.c:51:5: note: Variable 'valEnv' is reassigned a value before the old one has been used.
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-octgpr/octave-octgpr_1.2.0.orig.tar.gz
octgpr/src/pdist2_mw.cc:38:10: style: Technically the member function 'distfun_eu::operator()' can be const. [functionConst]
octgpr/src/pdist2_mw.cc:60:10: style: Technically the member function 'distfun_sqeu::operator()' can be const. [functionConst]
octgpr/src/pdist2_mw.cc:72:10: style: Technically the member function 'distfun_l1::operator()' can be const. [functionConst]
octgpr/src/pdist2_mw.cc:84:10: style: Technically the member function 'distfun_max::operator()' can be const. [functionConst]
octgpr/src/pdist2_mw.cc:100:3: style: Struct 'distfun_mw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
octgpr/src/predict.c:34:38: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-octproj/octave-octproj_1.1.5.orig.tar.gz
octproj-1.1.5/src/projwrap.c:35:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
octproj-1.1.5/src/projwrap.c:121:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-odepkg/octave-odepkg_0.8.5.orig.tar.gz
odepkg-0.8.5/src/odepkg_auxiliary_functions.cc:198:17: style: Function 'odepkg_auxiliary_evaljacide' argument 4 names different: declaration 'vyd' definition 'vdy'. [funcArgNamesDifferent]
odepkg-0.8.5/src/odepkg_auxiliary_functions.h:35:17: note: Function 'odepkg_auxiliary_evaljacide' argument 4 names different: declaration 'vyd' definition 'vdy'.
odepkg-0.8.5/src/odepkg_auxiliary_functions.cc:198:17: note: Function 'odepkg_auxiliary_evaljacide' argument 4 names different: declaration 'vyd' definition 'vdy'.
odepkg-0.8.5/src/odepkg_octsolver_ddaskr.cc:587:12: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_ddaskr.cc:527:26: note: Assignment 'IDID=0', assigned value is 0
odepkg-0.8.5/src/odepkg_octsolver_ddaskr.cc:587:12: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_ddaskr.cc:609:16: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_ddaskr.cc:527:26: note: Assignment 'IDID=0', assigned value is 0
odepkg-0.8.5/src/odepkg_octsolver_ddaskr.cc:609:16: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_mebdfdae.cc:609:12: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_mebdfdae.cc:566:26: note: Assignment 'IDID=1', assigned value is 1
odepkg-0.8.5/src/odepkg_octsolver_mebdfdae.cc:609:12: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_mebdfdae.cc:639:16: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_mebdfdae.cc:631:14: note: Assignment 'IDID=2', assigned value is 2
odepkg-0.8.5/src/odepkg_octsolver_mebdfdae.cc:639:16: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_mebdfdae.cc:686:16: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_mebdfdae.cc:678:14: note: Assignment 'IDID=2', assigned value is 2
odepkg-0.8.5/src/odepkg_octsolver_mebdfdae.cc:686:16: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_mebdfi.cc:700:12: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_mebdfi.cc:656:26: note: Assignment 'IDID=1', assigned value is 1
odepkg-0.8.5/src/odepkg_octsolver_mebdfi.cc:700:12: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_mebdfi.cc:731:16: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_mebdfi.cc:723:14: note: Assignment 'IDID=2', assigned value is 2
odepkg-0.8.5/src/odepkg_octsolver_mebdfi.cc:731:16: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_mebdfi.cc:782:16: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_mebdfi.cc:774:14: note: Assignment 'IDID=2', assigned value is 2
odepkg-0.8.5/src/odepkg_octsolver_mebdfi.cc:782:16: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_radau.cc:614:12: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_radau.cc:589:26: note: Assignment 'IDID=0', assigned value is 0
odepkg-0.8.5/src/odepkg_octsolver_radau.cc:614:12: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_radau.cc:221:33: style: The scope of the variable 'vtb' can be reduced. [variableScope]
odepkg-0.8.5/src/odepkg_octsolver_radau5.cc:626:12: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_radau5.cc:598:26: note: Assignment 'IDID=0', assigned value is 0
odepkg-0.8.5/src/odepkg_octsolver_radau5.cc:626:12: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_radau5.cc:221:33: style: The scope of the variable 'vtb' can be reduced. [variableScope]
odepkg-0.8.5/src/odepkg_octsolver_rodas.cc:827:12: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_rodas.cc:804:26: note: Assignment 'IDID=0', assigned value is 0
odepkg-0.8.5/src/odepkg_octsolver_rodas.cc:827:12: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_rodas.cc:422:33: style: The scope of the variable 'vtb' can be reduced. [variableScope]
odepkg-0.8.5/src/odepkg_octsolver_seulex.cc:625:12: style: Condition 'IDID<0' is always false [knownConditionTrueFalse]
odepkg-0.8.5/src/odepkg_octsolver_seulex.cc:597:26: note: Assignment 'IDID=0', assigned value is 0
odepkg-0.8.5/src/odepkg_octsolver_seulex.cc:625:12: note: Condition 'IDID<0' is always false
odepkg-0.8.5/src/odepkg_octsolver_seulex.cc:228:33: style: The scope of the variable 'vtb' can be reduced. [variableScope]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-openmpi-ext/octave-openmpi-ext_1.0.2.orig.tar.gz
openmpi_ext/src/MPI_Barrier.cc:73:17: style: Unused variable: my_size [unusedVariable]
openmpi_ext/src/simple.h:8:29: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
openmpi_ext/src/simpleop.h:8:31: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
openmpi_ext/src/MPI_Recv.cc:559:5: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi_ext/src/MPI_Recv.cc:555:5: note: Variable 'info' is reassigned a value before the old one has been used.
openmpi_ext/src/MPI_Recv.cc:559:5: note: Variable 'info' is reassigned a value before the old one has been used.
openmpi_ext/src/MPI_Recv.cc:147:47: style: Function 'recv_matrix' argument 2 names different: declaration 'TRcv' definition 'TRCV'. [funcArgNamesDifferent]
openmpi_ext/src/MPI_Recv.cc:40:46: note: Function 'recv_matrix' argument 2 names different: declaration 'TRcv' definition 'TRCV'.
openmpi_ext/src/MPI_Recv.cc:147:47: note: Function 'recv_matrix' argument 2 names different: declaration 'TRcv' definition 'TRCV'.
openmpi_ext/src/MPI_Recv.cc:605:39: style: Unused variable: b [unusedVariable]
openmpi_ext/src/MPI_Recv.cc:605:48: style: Unused variable: l [unusedVariable]
openmpi_ext/src/MPI_Recv.cc:605:57: style: Unused variable: i [unusedVariable]
openmpi_ext/src/MPI_Recv.cc:605:63: style: Unused variable: nelem [unusedVariable]
openmpi_ext/src/MPI_Send.cc:106:7: style: The scope of the variable 'info' can be reduced. [variableScope]
openmpi_ext/src/MPI_Send.cc:1061:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openmpi_ext/src/MPI_Send.cc:721:8: error: Uninitialized variable: info [uninitvar]
openmpi_ext/src/MPI_Send.cc:910:8: error: Uninitialized variable: info [uninitvar]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-optics/octave-optics_0.1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-optim/octave-optim_1.5.3.orig.tar.gz
optim-1.5.3/src/__bfgsmin.cc:506:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
optim-1.5.3/src/__bfgsmin.cc:60:54: style: The scope of the variable 'p' can be reduced. [variableScope]
optim-1.5.3/src/__bfgsmin.cc:61:10: style: The scope of the variable 'test' can be reduced. [variableScope]
optim-1.5.3/src/__bfgsmin.cc:276:5: style: The scope of the variable 'gradient_ok' can be reduced. [variableScope]
optim-1.5.3/src/__bfgsmin.cc:279:34: style: The scope of the variable 'test' can be reduced. [variableScope]
optim-1.5.3/src/__bfgsmin.cc:32:50: performance: Function parameter 'f' should be passed by const reference. [passedByValue]
optim-1.5.3/src/__bfgsmin.cc:58:63: performance: Function parameter 'f' should be passed by const reference. [passedByValue]
optim-1.5.3/src/__bfgsmin.cc:92:68: performance: Function parameter 'f' should be passed by const reference. [passedByValue]
optim-1.5.3/src/__bfgsmin.cc:175:66: performance: Function parameter 'f' should be passed by const reference. [passedByValue]
optim-1.5.3/src/__bfgsmin.cc:230:63: performance: Function parameter 'f' should be passed by const reference. [passedByValue]
optim-1.5.3/src/numgradient.cc:109:10: style: The scope of the variable 'SQRT_EPS' can be reduced. [variableScope]
optim-1.5.3/src/numgradient.cc:109:20: style: The scope of the variable 'p' can be reduced. [variableScope]
optim-1.5.3/src/numgradient.cc:109:30: style: The scope of the variable 'diff' can be reduced. [variableScope]
optim-1.5.3/src/numgradient.cc:110:27: style: The scope of the variable 'test' can be reduced. [variableScope]
optim-1.5.3/src/numhessian.cc:113:8: style: The scope of the variable 'test' can be reduced. [variableScope]
optim-1.5.3/src/numhessian.cc:114:18: style: The scope of the variable 'pi' can be reduced. [variableScope]
optim-1.5.3/src/samin.cc:267:7: style: The scope of the variable 'nup' can be reduced. [variableScope]
optim-1.5.3/src/samin.cc:267:12: style: The scope of the variable 'nrej' can be reduced. [variableScope]
optim-1.5.3/src/samin.cc:267:18: style: The scope of the variable 'nnew' can be reduced. [variableScope]
optim-1.5.3/src/samin.cc:267:24: style: The scope of the variable 'ndown' can be reduced. [variableScope]
optim-1.5.3/src/samin.cc:267:31: style: The scope of the variable 'lnobds' can be reduced. [variableScope]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-optiminterp/octave-optiminterp_0.3.5.orig.tar.gz
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-parallel/octave-parallel_3.1.2.orig.tar.gz
parallel-3.1.2/src/getpass.c:85:8: style: The scope of the variable 'tty_changed' can be reduced. [variableScope]
parallel-3.1.2/src/getpass.c:84:18: style: Unused variable: s [unusedVariable]
parallel-3.1.2/src/getpass.c:84:21: style: Unused variable: t [unusedVariable]
parallel-3.1.2/src/parallel-gnutls.h:52:0: error: #error "No malloc.h present." [preprocessorErrorDirective]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-plot/octave-plot_1.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-quaternion/octave-quaternion_2.4.0.orig.tar.gz
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-queueing/octave-queueing_1.2.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-secs1d/octave-secs1d_0.0.9.orig.tar.gz
secs1d-0.0.9/bak/src/Ubern.cc:66:7: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-secs2d/octave-secs2d_0.0.8.orig.tar.gz
secs2d-0.0.8/src/Ubern.cc:66:7: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
secs2d-0.0.8/src/Ucompconst.cc:44:8: style: Unused variable: Lloc [unusedVariable]
secs2d-0.0.8/src/Ucompconst.cc:53:29: style: Variable 'pdata' is assigned a value that is never used. [unreadVariable]
secs2d-0.0.8/src/Ucomplap.cc:43:8: style: The scope of the variable 'area' can be reduced. [variableScope]
secs2d-0.0.8/src/Ucomplap.cc:53:38: style: Variable 'pdata' is assigned a value that is never used. [unreadVariable]
secs2d-0.0.8/src/Uscharfettergummel.cc:46:10: style: The scope of the variable 'area' can be reduced. [variableScope]
secs2d-0.0.8/src/Uscharfettergummel.cc:58:31: style: Variable 'pdata' is assigned a value that is never used. [unreadVariable]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-secs3d/octave-secs3d_0.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-signal/octave-signal_1.4.0.orig.tar.gz
signal-1.4.0/src/__ultrwin__.cc:221:16: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
signal-1.4.0/src/__ultrwin__.cc:47:12: style: The scope of the variable 'j' can be reduced. [variableScope]
signal-1.4.0/src/__ultrwin__.cc:47:15: style: The scope of the variable 'k' can be reduced. [variableScope]
signal-1.4.0/src/__ultrwin__.cc:47:18: style: The scope of the variable 'l' can be reduced. [variableScope]
signal-1.4.0/src/__ultrwin__.cc:47:42: style: The scope of the variable 'met' can be reduced. [variableScope]
signal-1.4.0/src/__ultrwin__.cc:48:57: style: The scope of the variable 't' can be reduced. [variableScope]
signal-1.4.0/src/__ultrwin__.cc:48:70: style: The scope of the variable 'vp' can be reduced. [variableScope]
signal-1.4.0/src/__ultrwin__.cc:48:74: style: The scope of the variable 's' can be reduced. [variableScope]
signal-1.4.0/src/__ultrwin__.cc:111:18: style: The scope of the variable 't' can be reduced. [variableScope]
signal-1.4.0/src/__ultrwin__.cc:111:41: style: The scope of the variable 'one_over_deriv' can be reduced. [variableScope]
signal-1.4.0/src/__ultrwin__.cc:163:7: style: The scope of the variable 'i' can be reduced. [variableScope]
signal-1.4.0/src/cl2bp_lib.h:69:0: warning: Member variable 'MallocArray < double >::length' is not initialized in the constructor. [uninitMemberVarPrivate]
signal-1.4.0/src/cl2bp_lib.h:69:0: warning: Member variable 'MallocArray < double >::ptr' is not initialized in the constructor. [uninitMemberVarPrivate]
signal-1.4.0/src/cl2bp_lib.h:62:0: style: Class 'MallocArray < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
signal-1.4.0/src/cl2bp_lib.h:40:0: warning: The class 'MallocArray < double >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
signal-1.4.0/src/cl2bp_lib.h:58:0: error: Common realloc mistake: 'ptr' nulled but not freed upon failure [memleakOnRealloc]
signal-1.4.0/src/cl2bp_lib.cc:185:10: style: The scope of the variable 'xx' can be reduced. [variableScope]
signal-1.4.0/src/cl2bp_lib.cc:185:14: style: The scope of the variable 'ww' can be reduced. [variableScope]
signal-1.4.0/src/cl2bp_lib.cc:185:18: style: The scope of the variable 'err' can be reduced. [variableScope]
signal-1.4.0/src/cl2bp_lib.cc:251:12: style: The scope of the variable 'ilo' can be reduced. [variableScope]
signal-1.4.0/src/cl2bp_lib.cc:253:7: style: The scope of the variable 'nsys' can be reduced. [variableScope]
signal-1.4.0/src/cl2bp_lib.cc:258:30: style: The scope of the variable 'ak2' can be reduced. [variableScope]
signal-1.4.0/src/cl2bp_lib.h:69:0: warning: Member variable 'MallocArray < int >::length' is not initialized in the constructor. [uninitMemberVarPrivate]
signal-1.4.0/src/cl2bp_lib.h:69:0: warning: Member variable 'MallocArray < int >::ptr' is not initialized in the constructor. [uninitMemberVarPrivate]
signal-1.4.0/src/cl2bp_lib.h:62:0: style: Class 'MallocArray < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
signal-1.4.0/src/cl2bp_lib.h:40:0: warning: The class 'MallocArray < int >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
signal-1.4.0/src/medfilt1.cc:74:7: performance: Variable 'numel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
signal-1.4.0/src/medfilt1.cc:54:19: style: Technically the member function 'sorted_window::find' can be const. [functionConst]
signal-1.4.0/src/medfilt1.cc:183:10: style: Technically the member function 'sorted_window::median' can be const. [functionConst]
signal-1.4.0/src/medfilt1.cc:76:7: style: Class 'sorted_window' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
signal-1.4.0/src/medfilt1.cc:76:7: style: Class 'sorted_window' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
signal-1.4.0/src/remez.cc:86:13: style: The scope of the variable 'k' can be reduced. [variableScope]
signal-1.4.0/src/remez.cc:87:16: style: The scope of the variable 'lowf' can be reduced. [variableScope]
signal-1.4.0/src/remez.cc:87:22: style: The scope of the variable 'highf' can be reduced. [variableScope]
signal-1.4.0/src/remez.cc:178:16: style: The scope of the variable 'xi' can be reduced. [variableScope]
signal-1.4.0/src/remez.cc:254:14: style: The scope of the variable 'c' can be reduced. [variableScope]
signal-1.4.0/src/remez.cc:304:10: style: The scope of the variable 'A' can be reduced. [variableScope]
signal-1.4.0/src/remez.cc:340:16: style: The scope of the variable 'l' can be reduced. [variableScope]
signal-1.4.0/src/remez.cc:341:11: style: The scope of the variable 'alt' can be reduced. [variableScope]
signal-1.4.0/src/remez.cc:552:20: style: The scope of the variable 'current' can be reduced. [variableScope]
signal-1.4.0/src/remez.cc:365:0: error: Memory leak: foundExt [memleak]
signal-1.4.0/src/remez.cc:702:0: error: Memory leak: Grid [memleak]
signal-1.4.0/src/remez.cc:702:0: error: Memory leak: W [memleak]
signal-1.4.0/src/remez.cc:702:0: error: Memory leak: D [memleak]
signal-1.4.0/src/remez.cc:750:0: error: Memory leak: taps [memleak]
signal-1.4.0/src/remez.cc:702:0: error: Memory leak: x [memleak]
signal-1.4.0/src/remez.cc:702:0: error: Memory leak: y [memleak]
signal-1.4.0/src/remez.cc:702:0: error: Memory leak: ad [memleak]
signal-1.4.0/src/sosfilt.cc:97:18: style: The scope of the variable 'v0' can be reduced. [variableScope]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-sockets/octave-sockets_1.2.0.orig.tar.gz
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-sparsersb/octave-sparsersb_1.0.6.orig.tar.gz
sparsersb-1.0.6/src/sparsersb.cc:2223:10: style: C-style pointer casting [cstyleCast]
sparsersb-1.0.6/src/sparsersb.cc:2434:26: style: C-style pointer casting [cstyleCast]
sparsersb-1.0.6/src/sparsersb.cc:356:2: style: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:355:0: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:356:2: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:363:2: style: Variable 'mtxAp' is reassigned a value before the old one has been used. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:362:0: note: Variable 'mtxAp' is reassigned a value before the old one has been used.
sparsersb-1.0.6/src/sparsersb.cc:363:2: note: Variable 'mtxAp' is reassigned a value before the old one has been used.
sparsersb-1.0.6/src/sparsersb.cc:370:2: style: Variable 'mtxAp' is reassigned a value before the old one has been used. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:369:0: note: Variable 'mtxAp' is reassigned a value before the old one has been used.
sparsersb-1.0.6/src/sparsersb.cc:370:2: note: Variable 'mtxAp' is reassigned a value before the old one has been used.
sparsersb-1.0.6/src/sparsersb.cc:473:4: style: Variable 'IA' is reassigned a value before the old one has been used. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:467:0: note: Variable 'IA' is reassigned a value before the old one has been used.
sparsersb-1.0.6/src/sparsersb.cc:473:4: note: Variable 'IA' is reassigned a value before the old one has been used.
sparsersb-1.0.6/src/sparsersb.cc:474:11: style: Variable 'JA' is reassigned a value before the old one has been used. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:467:0: note: Variable 'JA' is reassigned a value before the old one has been used.
sparsersb-1.0.6/src/sparsersb.cc:474:11: note: Variable 'JA' is reassigned a value before the old one has been used.
sparsersb-1.0.6/src/sparsersb.cc:593:4: style: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:589:0: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:593:4: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:798:11: style: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:797:0: note: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:798:11: note: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:798:22: style: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:797:0: note: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:798:22: note: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:810:11: style: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:809:0: note: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:810:11: note: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:810:22: style: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:809:0: note: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:810:22: note: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:970:11: style: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:968:0: note: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:970:11: note: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:970:22: style: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:968:0: note: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:970:22: note: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:975:11: style: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:967:0: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:975:11: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:989:11: style: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:987:0: note: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:989:11: note: Variable 'ii' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:989:22: style: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:987:0: note: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:989:22: note: Variable 'jj' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:994:11: style: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:986:0: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:994:11: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:1770:2: style: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:1765:0: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:1770:2: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:2239:3: style: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
sparsersb-1.0.6/src/sparsersb.cc:2235:0: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:2239:3: note: Variable 'errval' is reassigned a value before the old one has been used if variable is no semaphore variable.
sparsersb-1.0.6/src/sparsersb.cc:743:8: style: The scope of the variable 'skip' can be reduced. [variableScope]
sparsersb-1.0.6/src/sparsersb.cc:1099:20: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
sparsersb-1.0.6/src/sparsersb.cc:2366:4: warning: The buffer 'is' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
sparsersb-1.0.6/src/sparsersb.cc:2368:4: warning: The buffer 'is' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
sparsersb-1.0.6/src/sparsersb.cc:434:3: warning: Member variable 'octave_sparsersb_mtx::mtxAp' is not initialized in the constructor. [uninitMemberVar]
sparsersb-1.0.6/src/sparsersb.cc:434:3: style: Class 'octave_sparsersb_mtx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
sparsersb-1.0.6/src/sparsersb.cc:529:3: style: Class 'octave_sparsersb_mtx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
sparsersb-1.0.6/src/sparsersb.cc:580:3: style: Class 'octave_sparsersb_mtx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
sparsersb-1.0.6/src/sparsersb.cc:422:1: warning: The class 'octave_sparsersb_mtx' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
sparsersb-1.0.6/src/sparsersb.cc:1156:4: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
sparsersb-1.0.6/src/sparsersb.cc:2112:2: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-specfun/octave-specfun_1.1.0.orig.tar.gz
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-splines/octave-splines_1.3.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-statistics/octave-statistics_1.4.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-stk/octave-stk_2.5.1.orig.tar.gz
stk/src/get_column_number.c:45:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
stk/src/stk_dist_pairwise.c:40:16: style: The scope of the variable 'lambda' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:449:10: warning: Return value of function exp() is not used. [ignoredReturnValue]
stk/src/stk_distrib_bivnorm0_cdf.c:286:10: style: The scope of the variable 'a' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:286:13: style: The scope of the variable 'b' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:286:16: style: The scope of the variable 'c__' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:286:21: style: The scope of the variable 'd__' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:288:10: style: The scope of the variable 'as' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:289:10: style: The scope of the variable 'bs' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:289:18: style: The scope of the variable 'hs' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:289:22: style: The scope of the variable 'sn' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:289:26: style: The scope of the variable 'rs' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:289:30: style: The scope of the variable 'xs' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:289:39: style: The scope of the variable 'asr' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:427:17: style: The scope of the variable 'a' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:452:10: style: The scope of the variable 'b' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:453:7: style: The scope of the variable 'i__' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:454:13: style: The scope of the variable 't' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:454:16: style: The scope of the variable 'bm' can be reduced. [variableScope]
stk/src/stk_distrib_bivnorm0_cdf.c:454:20: style: The scope of the variable 'bp' can be reduced. [variableScope]
stk/src/stk_dominatedhv_mex.c:184:10: style: The scope of the variable 'nb_points' can be reduced. [variableScope]
stk/src/stk_dominatedhv_mex.c:185:10: style: The scope of the variable 'nb_objectives' can be reduced. [variableScope]
stk/src/stk_dominatedhv_mex.c:188:11: style: The scope of the variable 'hv' can be reduced. [variableScope]
stk/src/stk_filldist_discr_mex.c:50:28: style: The scope of the variable 'sqdist_j' can be reduced. [variableScope]
stk/src/stk_gpquadform_matrixx.c:74:10: style: The scope of the variable 'u' can be reduced. [variableScope]
stk/src/stk_gpquadform_pairwise.c:44:16: style: The scope of the variable 'lambda' can be reduced. [variableScope]
stk/src/pareto.h:178:19: style: The scope of the variable 'pos' can be reduced. [variableScope]
stk/src/pareto.h:234:15: style: The scope of the variable 'b' can be reduced. [variableScope]
stk/src/pareto.h:236:12: style: The scope of the variable 'xa1' can be reduced. [variableScope]
stk/src/stk_isdominated_mex.c:54:9: style: The scope of the variable 'i' can be reduced. [variableScope]
stk/src/stk_isdominated_mex.c:55:23: style: The scope of the variable 'drank' can be reduced. [variableScope]
stk/src/pareto.h:156:34: style: Function 'pareto_find' argument 2 names different: declaration 'idx1' definition 'ndpos'. [funcArgNamesDifferent]
stk/src/pareto.h:52:18: note: Function 'pareto_find' argument 2 names different: declaration 'idx1' definition 'ndpos'.
stk/src/pareto.h:156:34: note: Function 'pareto_find' argument 2 names different: declaration 'idx1' definition 'ndpos'.
stk/src/pareto.h:156:46: style: Function 'pareto_find' argument 3 names different: declaration 'idx2' definition 'drank'. [funcArgNamesDifferent]
stk/src/pareto.h:52:29: note: Function 'pareto_find' argument 3 names different: declaration 'idx2' definition 'drank'.
stk/src/pareto.h:156:46: note: Function 'pareto_find' argument 3 names different: declaration 'idx2' definition 'drank'.
stk/src/stk_paretofind_mex.c:50:25: style: The scope of the variable 'drank' can be reduced. [variableScope]
stk/src/stk_sampling_sobol_mex.c:187:0: error: #error No 32-bit unsigned integer type [preprocessorErrorDirective]
stk/src/stk_sampling_vdc_rr2.c:138:10: style: The scope of the variable 'j' can be reduced. [variableScope]
stk/src/stk_sampling_vdc_rr2.c:138:42: style: The scope of the variable 'quotient' can be reduced. [variableScope]
stk/src/stk_sampling_vdc_rr2.c:266:13: style: The scope of the variable 'direct' can be reduced. [variableScope]
stk/src/stk_sampling_vdc_rr2.c:266:21: style: The scope of the variable 'reversed' can be reduced. [variableScope]
stk/src/stk_sampling_vdc_rr2.c:303:10: style: Checking if unsigned variable 'b' is less than zero. [unsignedLessThanZero]
stk/src/stk_sampling_vdc_rr2.c:303:22: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
stk/src/stk_sampling_vdc_rr2.c:136:31: style: Function 'vanDerCorput_RR2' argument 2 names different: declaration 'n' definition 'N'. [funcArgNamesDifferent]
stk/src/stk_sampling_vdc_rr2.c:48:55: note: Function 'vanDerCorput_RR2' argument 2 names different: declaration 'n' definition 'N'.
stk/src/stk_sampling_vdc_rr2.c:136:31: note: Function 'vanDerCorput_RR2' argument 2 names different: declaration 'n' definition 'N'.
stk/src/stk_sampling_vdc_rr2.c:136:42: style: Function 'vanDerCorput_RR2' argument 3 names different: declaration 'h' definition 'result'. [funcArgNamesDifferent]
stk/src/stk_sampling_vdc_rr2.c:48:66: note: Function 'vanDerCorput_RR2' argument 3 names different: declaration 'h' definition 'result'.
stk/src/stk_sampling_vdc_rr2.c:136:42: note: Function 'vanDerCorput_RR2' argument 3 names different: declaration 'h' definition 'result'.
stk/src/stk_sampling_vdc_rr2.c:220:23: style: Function 'construct_permutRR' argument 2 names different: declaration 'permut' definition 'pi_b'. [funcArgNamesDifferent]
stk/src/stk_sampling_vdc_rr2.c:52:49: note: Function 'construct_permutRR' argument 2 names different: declaration 'permut' definition 'pi_b'.
stk/src/stk_sampling_vdc_rr2.c:220:23: note: Function 'construct_permutRR' argument 2 names different: declaration 'permut' definition 'pi_b'.
stk/src/wfg.c:930:7: style: The scope of the variable 'i' can be reduced. [variableScope]
stk/src/wfg.c:930:10: style: The scope of the variable 'max_depth' can be reduced. [variableScope]
stk/src/wfg.c:944:7: style: The scope of the variable 'i' can be reduced. [variableScope]
stk/src/wfg.c:944:10: style: The scope of the variable 'max_depth' can be reduced. [variableScope]
stk/src/wfg.c:1040:7: style: The scope of the variable 'block_size' can be reduced. [variableScope]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-strings/octave-strings_1.2.0.orig.tar.gz
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-struct/octave-struct_1.0.15.orig.tar.gz
struct-1.0.15/src/structcat.cc:40:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
struct-1.0.15/src/structcat.cc:56:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-symbolic/octave-symbolic_2.7.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-tisean/octave-tisean_0.2.3.orig.tar.gz
tisean-0.2.3/src/__boxcount__.cc:221:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tisean-0.2.3/src/__boxcount__.cc:267:19: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
tisean-0.2.3/src/routines_c/TISEAN_rand.h:45:3: style: Class 'TISEAN_rand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
tisean-0.2.3/src/__delay__.cc:68:24: style: The scope of the variable 'delsum' can be reduced. [variableScope]
tisean-0.2.3/src/__delay__.cc:92:24: style: The scope of the variable 'embsum' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:70:15: style: The scope of the variable 'x2' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:72:29: style: The scope of the variable 'hfactor' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:72:37: style: The scope of the variable 'factor' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:123:14: style: The scope of the variable 'inter' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:123:34: style: The scope of the variable 'epsilon' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:124:7: style: The scope of the variable 'dimset' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:125:9: style: The scope of the variable 'nearest' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:125:17: style: The scope of the variable 'alldone' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:126:17: style: The scope of the variable 'i' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:127:7: style: The scope of the variable 'verbosity' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:128:16: style: The scope of the variable 'dim' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:128:20: style: The scope of the variable 'emb' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:129:17: style: The scope of the variable 'donesofar' can be reduced. [variableScope]
tisean-0.2.3/src/__false_nearest__.cc:246:11: error: Mismatching allocation and deallocation: nearest [mismatchAllocDealloc]
tisean-0.2.3/src/__ghkss__.cc:183:10: style: The scope of the variable 'help' can be reduced. [variableScope]
tisean-0.2.3/src/__ghkss__.cc:202:10: style: The scope of the variable 'help' can be reduced. [variableScope]
tisean-0.2.3/src/__ghkss__.cc:247:7: style: The scope of the variable 'epscount' can be reduced. [variableScope]
tisean-0.2.3/src/__ghkss__.cc:247:17: style: The scope of the variable 'ok' can be reduced. [variableScope]
tisean-0.2.3/src/__ghkss__.cc:250:8: style: The scope of the variable 'all_done' can be reduced. [variableScope]
tisean-0.2.3/src/__ghkss__.cc:251:17: style: The scope of the variable 'allfound' can be reduced. [variableScope]
tisean-0.2.3/src/__ghkss__.cc:252:10: style: The scope of the variable 'epsilon' can be reduced. [variableScope]
tisean-0.2.3/src/__ghkss__.cc:253:12: style: The scope of the variable 'hser' can be reduced. [variableScope]
tisean-0.2.3/src/__ghkss__.cc:439:7: error: Mismatching allocation and deallocation: ok [mismatchAllocDealloc]
tisean-0.2.3/src/__ghkss__.cc:450:7: error: Mismatching allocation and deallocation: hser [mismatchAllocDealloc]
tisean-0.2.3/src/__lyap_r__.cc:168:12: style: The scope of the variable 'alldone' can be reduced. [variableScope]
tisean-0.2.3/src/__lyap_spec__.cc:50:23: style: The scope of the variable 'hf' can be reduced. [variableScope]
tisean-0.2.3/src/__lzo_test__.cc:75:10: style: The scope of the variable 'casted' can be reduced. [variableScope]
tisean-0.2.3/src/__lzo_test__.cc:76:17: style: The scope of the variable 'help' can be reduced. [variableScope]
tisean-0.2.3/src/__pca__.cc:172:13: style: Condition 'write_values' is always true [knownConditionTrueFalse]
tisean-0.2.3/src/__pca__.cc:82:22: note: Assignment 'write_values=1', assigned value is 1
tisean-0.2.3/src/__pca__.cc:172:13: note: Condition 'write_values' is always true
tisean-0.2.3/src/__polynom__.cc:142:14: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
tisean-0.2.3/src/__surrogates__.cc:88:31: error: Uninitialized variable: rel_discrepency_tmp [uninitvar]
tisean-0.2.3/src/__xzero__.cc:107:12: style: The scope of the variable 'alldone' can be reduced. [variableScope]
tisean-0.2.3/src/mutual.cc:82:10: style: The scope of the variable 'hpi' can be reduced. [variableScope]
tisean-0.2.3/src/routines_c/TISEAN_rand.cc:41:14: warning: Member variable 'TISEAN_rand::y' is not initialized in the constructor. [uninitMemberVar]
tisean-0.2.3/src/routines_c/eigen.cc:67:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
tisean-0.2.3/src/routines_c/exclude_interval.cc:32:8: style: The scope of the variable 'help' can be reduced. [variableScope]
tisean-0.2.3/src/routines_c/variance.cc:32:10: style: The scope of the variable 'h' can be reduced. [variableScope]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-tsa/octave-tsa_4.4.5.orig.tar.gz
tsa-4.4.5/src/kalman_maar.h:83:9: style: Unused variable: traceK [unusedVariable]
tsa-4.4.5/src/kalman_maar.cpp:83:10: style: Unused variable: tmp1 [unusedVariable]
tsa-4.4.5/src/kalman_maar.cpp:83:17: style: Unused variable: tmp2 [unusedVariable]
tsa-4.4.5/src/kalman_maar.cpp:83:24: style: Unused variable: tmp3 [unusedVariable]
tsa-4.4.5/src/kalman_maar.h:34:3: style: Struct 'Kalman_Helper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
tsa-4.4.5/src/kalman_maar.h:34:3: style: Struct 'Kalman_Helper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-vibes/octave-vibes_0.2.0.orig.tar.gz
vibes-0.2.0/src/vibes.h:86:11: style: Member variable 'Value::_type' is in the wrong place in the initializer list. [initializerList]
vibes-0.2.0/src/vibes.h:98:37: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: style: Member variable 'Value::_type' is in the wrong place in the initializer list. [initializerList]
vibes-0.2.0/src/vibes.h:99:47: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: style: Member variable 'Value::_type' is in the wrong place in the initializer list. [initializerList]
vibes-0.2.0/src/vibes.h:100:51: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: style: Member variable 'Value::_type' is in the wrong place in the initializer list. [initializerList]
vibes-0.2.0/src/vibes.h:101:44: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: style: Member variable 'Value::_type' is in the wrong place in the initializer list. [initializerList]
vibes-0.2.0/src/vibes.h:102:57: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: style: Member variable 'Value::_type' is in the wrong place in the initializer list. [initializerList]
vibes-0.2.0/src/vibes.h:103:91: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: style: Member variable 'Value::_type' is in the wrong place in the initializer list. [initializerList]
vibes-0.2.0/src/vibes.h:104:60: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:86:11: note: Member variable 'Value::_type' is in the wrong place in the initializer list.
vibes-0.2.0/src/vibes.h:105:14: style: Technically the member function 'vibes::Value::empty' can be const. [functionConst]
vibes-0.2.0/src/vibes.h:98:9: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
vibes-0.2.0/src/vibes.h:99:9: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
vibes-0.2.0/src/vibes.h:100:9: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
vibes-0.2.0/src/vibes.h:101:9: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
vibes-0.2.0/src/vibes.h:102:9: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
vibes-0.2.0/src/vibes.h:103:31: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
vibes-0.2.0/src/vibes.h:104:22: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
vibes-0.2.0/src/vibes.h:454:86: performance: Function parameter 'params' should be passed by const reference. [passedByValue]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octave-vrml/octave-vrml_1.0.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-zenity/octave-zenity_0.5.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octave-zeromq/octave-zeromq_1.3.0.orig.tar.gz
zeromq-1.3.0/src/bind.cc:56:3: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/bind.cc:52:0: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/bind.cc:56:3: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/close.cc:51:3: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/close.cc:47:0: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/close.cc:51:3: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/connect.cc:56:3: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/connect.cc:52:0: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/connect.cc:56:3: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/disconnect.cc:56:3: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/disconnect.cc:52:0: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/disconnect.cc:56:3: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/getsockopt.cc:82:3: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/getsockopt.cc:78:0: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/getsockopt.cc:82:3: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/poll.cc:98:2: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/poll.cc:96:0: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/poll.cc:98:2: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/properties.cc:51:3: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/properties.cc:47:0: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/properties.cc:51:3: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/recv.cc:87:3: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/recv.cc:83:0: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/recv.cc:87:3: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/send.cc:71:3: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/send.cc:67:0: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/send.cc:71:3: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/setsockopt.cc:73:3: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/setsockopt.cc:69:0: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/setsockopt.cc:73:3: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/socket_class.cc:325:3: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/socket_class.cc:307:0: note: Variable 'len' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/socket_class.cc:325:3: note: Variable 'len' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/socket_class.cc:407:7: style: The scope of the variable 'skip' can be reduced. [variableScope]
zeromq-1.3.0/src/socket_class.cc:129:51: style: Function 'connect' argument 1 names different: declaration 'endpoint' definition 'inendpoint'. [funcArgNamesDifferent]
zeromq-1.3.0/src/socket_class.h:70:36: note: Function 'connect' argument 1 names different: declaration 'endpoint' definition 'inendpoint'.
zeromq-1.3.0/src/socket_class.cc:129:51: note: Function 'connect' argument 1 names different: declaration 'endpoint' definition 'inendpoint'.
zeromq-1.3.0/src/socket_class.cc:149:54: style: Function 'disconnect' argument 1 names different: declaration 'endpoint' definition 'inendpoint'. [funcArgNamesDifferent]
zeromq-1.3.0/src/socket_class.h:75:39: note: Function 'disconnect' argument 1 names different: declaration 'endpoint' definition 'inendpoint'.
zeromq-1.3.0/src/socket_class.cc:149:54: note: Function 'disconnect' argument 1 names different: declaration 'endpoint' definition 'inendpoint'.
zeromq-1.3.0/src/socket_class.cc:170:48: style: Function 'bind' argument 1 names different: declaration 'endpoint' definition 'inendpoint'. [funcArgNamesDifferent]
zeromq-1.3.0/src/socket_class.h:80:33: note: Function 'bind' argument 1 names different: declaration 'endpoint' definition 'inendpoint'.
zeromq-1.3.0/src/socket_class.cc:170:48: note: Function 'bind' argument 1 names different: declaration 'endpoint' definition 'inendpoint'.
zeromq-1.3.0/src/socket_class.cc:190:50: style: Function 'unbind' argument 1 names different: declaration 'endpoint' definition 'inendpoint'. [funcArgNamesDifferent]
zeromq-1.3.0/src/socket_class.h:85:35: note: Function 'unbind' argument 1 names different: declaration 'endpoint' definition 'inendpoint'.
zeromq-1.3.0/src/socket_class.cc:190:50: note: Function 'unbind' argument 1 names different: declaration 'endpoint' definition 'inendpoint'.
zeromq-1.3.0/src/socket_class.cc:228:51: style: Function 'getsockopt' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
zeromq-1.3.0/src/socket_class.h:106:35: note: Function 'getsockopt' argument 2 names different: declaration 'value' definition 'val'.
zeromq-1.3.0/src/socket_class.cc:228:51: note: Function 'getsockopt' argument 2 names different: declaration 'value' definition 'val'.
zeromq-1.3.0/src/socket_class.cc:245:48: style: Function 'send' argument 1 names different: declaration 'data' definition 'str'. [funcArgNamesDifferent]
zeromq-1.3.0/src/socket_class.h:95:32: note: Function 'send' argument 1 names different: declaration 'data' definition 'str'.
zeromq-1.3.0/src/socket_class.cc:245:48: note: Function 'send' argument 1 names different: declaration 'data' definition 'str'.
zeromq-1.3.0/src/socket_class.cc:53:23: warning: Member variable 'octave_zeromq_socket::endpoint' is not initialized in the constructor. [uninitMemberVarPrivate]
zeromq-1.3.0/src/socket_class.cc:58:3: performance: Variable 'fieldnames' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
zeromq-1.3.0/src/socket_class.h:30:1: warning: The class 'octave_zeromq_socket' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
zeromq-1.3.0/src/unbind.cc:56:3: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
zeromq-1.3.0/src/unbind.cc:52:0: note: Variable 'sock' is reassigned a value before the old one has been used.
zeromq-1.3.0/src/unbind.cc:56:3: note: Variable 'sock' is reassigned a value before the old one has been used.
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/octavia/octavia_2.0.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/octavia-dashboard/octavia-dashboard_1.0.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/octicons/octicons_4.4.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octocatalog-diff/octocatalog-diff_1.5.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/octomap/octomap_1.8.1+dfsg.orig.tar.xz
octomap-1.8.1/octomap/src/Pointcloud.cpp:137:11: style: The scope of the variable 'x' can be reduced. [variableScope]
octomap-1.8.1/octomap/src/Pointcloud.cpp:137:13: style: The scope of the variable 'y' can be reduced. [variableScope]
octomap-1.8.1/octomap/src/Pointcloud.cpp:137:15: style: The scope of the variable 'z' can be reduced. [variableScope]
octomap-1.8.1/octomap/src/Pointcloud.cpp:165:11: style: The scope of the variable 'x' can be reduced. [variableScope]
octomap-1.8.1/octomap/src/Pointcloud.cpp:165:13: style: The scope of the variable 'y' can be reduced. [variableScope]
octomap-1.8.1/octomap/src/Pointcloud.cpp:165:15: style: The scope of the variable 'z' can be reduced. [variableScope]
octomap-1.8.1/octomap/src/Pointcloud.cpp:194:11: style: The scope of the variable 'x' can be reduced. [variableScope]
octomap-1.8.1/octomap/src/Pointcloud.cpp:194:13: style: The scope of the variable 'y' can be reduced. [variableScope]
octomap-1.8.1/octomap/src/Pointcloud.cpp:194:15: style: The scope of the variable 'z' can be reduced. [variableScope]
octomap-1.8.1/octomap/src/Pointcloud.cpp:72:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/Pointcloud.cpp:78:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/Pointcloud.cpp:85:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/Pointcloud.cpp:139:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/Pointcloud.cpp:170:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/Pointcloud.cpp:195:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/Pointcloud.cpp:328:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/ScanGraph.cpp:290:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/ScanGraph.cpp:302:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/ScanGraph.cpp:312:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/ScanGraph.cpp:338:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/ScanGraph.cpp:547:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/ScanGraph.cpp:558:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/ScanGraph.cpp:590:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/ScanGraph.cpp:600:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/ScanGraph.cpp:614:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/binvox2bt.cpp:116:30: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
octomap-1.8.1/octomap/src/binvox2bt.cpp:121:31: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
octomap-1.8.1/octomap/src/binvox2bt.cpp:138:31: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
octomap-1.8.1/octomap/src/edit_octree.cpp:94:28: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
octomap-1.8.1/octomap/src/edit_octree.cpp:98:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
octomap-1.8.1/octomap/src/edit_octree.cpp:116:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
octomap-1.8.1/octomap/src/edit_octree.cpp:121:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
octomap-1.8.1/octomap/src/edit_octree.cpp:126:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
octomap-1.8.1/octomap/src/eval_octree_accuracy.cpp:108:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/eval_octree_accuracy.cpp:134:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/graph2tree.cpp:213:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/graph2tree.cpp:248:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/math/Quaternion.cpp:284:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
octomap-1.8.1/octomap/src/math/Quaternion.cpp:297:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
octomap-1.8.1/octomap/src/math/Vector3.cpp:92:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
octomap-1.8.1/octomap/src/math/Vector3.cpp:105:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
octomap-1.8.1/octomap/src/normals_example.cpp:99:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
octomap-1.8.1/octomap/src/offset_graph.cpp:56:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octomap/src/testing/test_changedkeys.cpp:20:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octovis/src/OcTreeDrawer.cpp:482:18: style: The scope of the variable 'colorIdx' can be reduced. [variableScope]
octomap-1.8.1/octovis/src/OcTreeDrawer.cpp:512:12: style: The scope of the variable 'x' can be reduced. [variableScope]
octomap-1.8.1/octovis/src/OcTreeDrawer.cpp:512:14: style: The scope of the variable 'y' can be reduced. [variableScope]
octomap-1.8.1/octovis/src/OcTreeDrawer.cpp:512:16: style: The scope of the variable 'z' can be reduced. [variableScope]
octomap-1.8.1/octovis/src/OcTreeDrawer.cpp:488:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octovis/src/OcTreeDrawer.cpp:494:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octovis/src/OcTreeDrawer.cpp:513:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octovis/src/PointcloudDrawer.cpp:50:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octovis/src/PointcloudDrawer.cpp:57:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octovis/src/TrajectoryDrawer.cpp:92:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octovis/src/ViewerGui.cpp:1081:15: style: Expression is always false because 'else if' condition matches previous condition at line 1078. [multiCondition]
octomap-1.8.1/octovis/src/ViewerGui.cpp:317:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
octomap-1.8.1/octovis/src/ViewerGui.cpp:315:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octovis/src/ViewerWidget.cpp:162:74: warning: Either the condition 'kfi' is redundant or there is possible null pointer dereference: kfi. [nullPointerRedundantCheck]
octomap-1.8.1/octovis/src/ViewerWidget.cpp:158:6: note: Assuming that condition 'kfi' is not redundant
octomap-1.8.1/octovis/src/ViewerWidget.cpp:162:74: note: Null pointer dereference
octomap-1.8.1/octovis/src/ViewerWidget.cpp:98:100: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octovis/src/ViewerWidget.cpp:106:100: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octovis/src/ViewerWidget.cpp:114:100: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
octomap-1.8.1/octovis/src/ViewerWidget.cpp:312:100: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/ocurl/ocurl_0.8.1.orig.tar.gz
ocurl-0.8.1/curl-helper.c:590:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
ocurl-0.8.1/curl-helper.c:589:0: note: Variable 'p' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:590:3: note: Variable 'p' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:3079:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
ocurl-0.8.1/curl-helper.c:3074:0: note: Variable 'h' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:3079:5: note: Variable 'h' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:3082:5: style: Variable 'connection' is reassigned a value before the old one has been used. [redundantAssignment]
ocurl-0.8.1/curl-helper.c:3073:0: note: Variable 'connection' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:3082:5: note: Variable 'connection' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:3148:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ocurl-0.8.1/curl-helper.c:3142:0: note: Variable 'result' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:3148:5: note: Variable 'result' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:4265:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
ocurl-0.8.1/curl-helper.c:4262:0: note: Variable 'rc' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:4265:3: note: Variable 'rc' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:4304:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ocurl-0.8.1/curl-helper.c:4300:0: note: Variable 'result' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:4304:3: note: Variable 'result' is reassigned a value before the old one has been used.
ocurl-0.8.1/curl-helper.c:1237:9: style: The scope of the variable 'index' can be reduced. [variableScope]
ocurl-0.8.1/curl-helper.c:3103:19: style: The scope of the variable 'exception' can be reduced. [variableScope]
ocurl-0.8.1/curl-helper.c:4358:19: style: The scope of the variable 'exception' can be reduced. [variableScope]
[12:27]

ftp://ftp.se.debian.org/debian/pool/main/o/odb/odb_2.4.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/odb-api/odb-api_0.18.0.orig.tar.xz
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/__func__-N2340.cpp:6:27: style: Checking if unsigned variable 'std::strlen(__func__)' is less than zero. [unsignedLessThanZero]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/constexpr-N2235.cpp:15:25: style: Condition 'square(the_answer())==1764' is always true [knownConditionTrueFalse]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor_fail_compile.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/explicit_cast.cpp:3:4: style: Class 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:4:23: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:5:38: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/nullptr-N2431_fail_compile.cpp:3:10: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/override.cpp:17:0: error: Memory leak: b [memleak]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:4:10: performance: Technically the member function 'A::bar' can be static. [functionStatic]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:10:10: performance: Technically the member function 'B::bar' can be static. [functionStatic]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:17:0: error: Memory leak: b [memleak]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/__func__-N2340.cpp:6:27: style: Checking if unsigned variable 'std::strlen(__func__)' is less than zero. [unsignedLessThanZero]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/constexpr-N2235.cpp:15:25: style: Condition 'square(the_answer())==1764' is always true [knownConditionTrueFalse]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor_fail_compile.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/explicit_cast.cpp:3:4: style: Class 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:4:23: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:5:38: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/nullptr-N2431_fail_compile.cpp:3:10: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/override.cpp:17:0: error: Memory leak: b [memleak]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:4:10: performance: Technically the member function 'A::bar' can be static. [functionStatic]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:10:10: performance: Technically the member function 'B::bar' can be static. [functionStatic]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:17:0: error: Memory leak: b [memleak]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/__func__-N2340.cpp:6:27: style: Checking if unsigned variable 'std::strlen(__func__)' is less than zero. [unsignedLessThanZero]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/constexpr-N2235.cpp:15:25: style: Condition 'square(the_answer())==1764' is always true [knownConditionTrueFalse]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/deleted_constructor_fail_compile.cpp:3:3: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/explicit_cast.cpp:3:4: style: Class 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:4:23: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/initialization.cpp:5:38: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/nullptr-N2431_fail_compile.cpp:3:10: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/override.cpp:17:0: error: Memory leak: b [memleak]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:4:10: performance: Technically the member function 'A::bar' can be static. [functionStatic]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:10:10: performance: Technically the member function 'B::bar' can be static. [functionStatic]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/override_fail_compile.cpp:17:0: error: Memory leak: b [memleak]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/trivial_type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:4:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/ecbuild/share/ecbuild/cmake/contrib/GreatCMakeCookOff/cpp11/type_traits.cpp:5:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:100:5: style: Class 'ArgContentOptional' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:117:5: style: Class 'ArgContentList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:183:5: style: Class 'ArgContentExclusive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:201:5: style: Class 'ArgContentInclusive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:29:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:22:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:29:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:30:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:23:25: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:30:25: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:32:18: style: The function 'completion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:24:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:32:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:33:18: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:25:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:33:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:40:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:22:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:40:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:41:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:23:25: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:41:25: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:43:18: style: The function 'completion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:24:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:43:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:49:18: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:25:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:49:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:72:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:22:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:72:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:73:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:23:25: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:73:25: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:75:18: style: The function 'completion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:24:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:75:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:77:18: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:25:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:77:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:86:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:22:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:86:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:91:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:23:25: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:91:25: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:93:18: style: The function 'completion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:24:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:93:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:97:18: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:25:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:97:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:110:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:23:25: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:110:25: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:112:18: style: The function 'completion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:24:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:112:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:113:18: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:25:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:113:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:57:25: error: After push_back(), the iterator 'j' may be invalid. [invalidIterator2]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:58:21: error: After push_back(), the iterator 'j' may be invalid. [invalidIterator2]
odb-api-0.18.0/eckit/src/eckit/cmd/Arg.cc:44:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
odb-api-0.18.0/eckit/src/eckit/cmd/CmdParser.cc:148:20: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/eckit/src/eckit/cmd/CmdParser.cc:146:16: note: Assuming that condition 'p' is not redundant
odb-api-0.18.0/eckit/src/eckit/cmd/CmdParser.cc:148:20: note: Null pointer dereference
odb-api-0.18.0/eckit/src/eckit/cmd/CmdParser.cc:137:13: warning: The buffer 'l' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
odb-api-0.18.0/eckit/src/eckit/cmd/CmdParser.cc:31:5: style: Struct 'EventNotFound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/cmd/CmdParser.cc:297:17: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
odb-api-0.18.0/eckit/src/eckit/cmd/CmdParser.cc:383:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
odb-api-0.18.0/eckit/src/eckit/cmd/CmdResource.cc:98:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
odb-api-0.18.0/eckit/src/eckit/cmd/UserInput.cc:598:20: style: Variable 'prev' is allocated memory that is never used. [unusedAllocatedMemory]
odb-api-0.18.0/eckit/src/eckit/config/Configuration.cc:29:5: style: Class 'ConfigurationNotFound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/container/KDMapped.h:77:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
odb-api-0.18.0/eckit/src/eckit/container/KDMapped.h:85:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
odb-api-0.18.0/eckit/src/eckit/container/KDMapped.h:93:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
odb-api-0.18.0/eckit/src/eckit/container/kdtree/KDNode.cc:143:5: style: Struct 'sorter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/filesystem/FileSpaceStrategies.cc:32:5: warning: Member variable 'Candidate::probability_' is not initialized in the constructor. [uninitMemberVar]
odb-api-0.18.0/eckit/src/eckit/filesystem/FileSpaceStrategies.cc:32:5: style: Struct 'Candidate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/filesystem/LocalPathName.cc:505:5: style: Class 'StdDir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/filesystem/PathExpander.cc:43:25: performance: Technically the member function 'eckit::PathExpanderRegistry::lookup' can be static. [functionStatic]
odb-api-0.18.0/eckit/src/eckit/filesystem/PathExpander.cc:118:5: style: Class 'ENVVAR' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/filesystem/PathExpander.cc:152:5: style: Class 'FILE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/filesystem/PathExpander.cc:191:5: style: Class 'CWDFS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/filesystem/PathExpander.cc:209:5: style: Class 'CWD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/filesystem/PathName.cc:25:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
odb-api-0.18.0/eckit/src/eckit/filesystem/URIManager.cc:111:5: style: Class 'LocalFileManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/filesystem/URIManager.cc:135:5: style: Class 'MarsFSManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/io/AsyncHandle.cc:32:5: style: Class 'AsyncHandleWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/io/Compress.cc:73:5: style: Class 'Entry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/io/DblBuffer.cc:32:5: style: Class 'DblBufferError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/io/Pipeline.cc:43:42: style: Function 'PipelineReader' argument 1 names different: declaration 'owner_' definition 'owner'. [funcArgNamesDifferent]
odb-api-0.18.0/eckit/src/eckit/io/Pipeline.cc:38:30: note: Function 'PipelineReader' argument 1 names different: declaration 'owner_' definition 'owner'.
odb-api-0.18.0/eckit/src/eckit/io/Pipeline.cc:43:42: note: Function 'PipelineReader' argument 1 names different: declaration 'owner_' definition 'owner'.
odb-api-0.18.0/eckit/src/eckit/io/Pipeline.cc:66:46: style: Function 'PipelineExecutor' argument 1 names different: declaration 'owner_' definition 'owner'. [funcArgNamesDifferent]
odb-api-0.18.0/eckit/src/eckit/io/Pipeline.cc:62:32: note: Function 'PipelineExecutor' argument 1 names different: declaration 'owner_' definition 'owner'.
odb-api-0.18.0/eckit/src/eckit/io/Pipeline.cc:66:46: note: Function 'PipelineExecutor' argument 1 names different: declaration 'owner_' definition 'owner'.
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:151:18: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:136:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:151:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:152:18: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:137:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:152:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:153:18: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:138:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:153:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:161:27: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:145:27: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:161:27: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:162:26: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:146:26: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:162:26: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:176:18: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:136:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:176:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:177:18: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:137:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:177:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:178:18: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:138:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:178:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:186:27: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:145:27: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:186:27: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:187:26: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:146:26: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterDisks.cc:187:26: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/io/cluster/ClusterNode.cc:36:5: style: Class 'ClusterHeartBeat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/linalg/SparseMatrix.cc:85:5: style: Class 'BufferAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/log/Colour.cc:68:13: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:130:22: style: The function 'createChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:116:22: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:130:22: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:144:22: style: The function 'createChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:116:22: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:144:22: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:158:22: style: The function 'createChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:116:22: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:158:22: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:172:22: style: The function 'createChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:116:22: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/log/Log.cc:172:22: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/log/UserChannel.cc:84:22: warning: Virtual function 'sync' is called from destructor '~UserBuffer()' at line 37. Dynamic binding is not used. [virtualCallInConstructor]
odb-api-0.18.0/eckit/src/eckit/log/UserChannel.cc:37:21: note: Calling sync
odb-api-0.18.0/eckit/src/eckit/log/UserChannel.cc:84:22: note: sync is a virtual method
odb-api-0.18.0/eckit/src/eckit/log/UserChannel.cc:26:5: style: Class 'UserBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/memory/MemoryPool.cc:152:29: style: Function 'find' argument 1 names different: declaration 's' definition 'size'. [funcArgNamesDifferent]
odb-api-0.18.0/eckit/src/eckit/memory/MemoryPool.cc:132:32: note: Function 'find' argument 1 names different: declaration 's' definition 'size'.
odb-api-0.18.0/eckit/src/eckit/memory/MemoryPool.cc:152:29: note: Function 'find' argument 1 names different: declaration 's' definition 'size'.
odb-api-0.18.0/eckit/src/eckit/memory/MemoryPool.cc:335:5: error: Address of auto-variable 'm->buffer_[m->size_-m->left_]' returned [returnAddressOfAutoVariable]
odb-api-0.18.0/eckit/src/eckit/memory/MemoryPool.cc:134:10: style: Technically the member function 'eckit::MemBlk::check' can be const. [functionConst]
odb-api-0.18.0/eckit/src/eckit/memory/MemoryPool.cc:135:10: style: Technically the member function 'eckit::MemBlk::inUse' can be const. [functionConst]
odb-api-0.18.0/eckit/src/eckit/memory/MemoryPool.cc:128:5: style: Struct 'MemBlk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/net/NetAddress.h:38:5: style: Class 'NetAddress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/net/NetAddress.h:40:5: style: Class 'NetAddress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:568:17: style: Same expression on both sides of '>=' because the value of 'pos_' and 'indent' are the same. [duplicateExpression]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:561:21: note: 'indent' is assigned value 'pos_' here.
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:568:17: note: Same expression on both sides of '>=' because the value of 'pos_' and 'indent' are the same.
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:66:5: style: Class 'YAMLItemLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:197:5: style: Struct 'YAMLItemKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:306:5: style: Struct 'YAMLItemEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:82:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:33:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:82:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:86:19: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:35:19: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:86:19: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:91:18: style: The function 'isEOF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:58:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:91:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:99:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:33:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:99:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:104:11: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:35:19: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:104:11: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:140:18: style: The function 'isStartDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:56:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:140:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:148:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:33:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:148:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:152:19: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:35:19: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:152:19: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:162:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:33:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:162:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:166:19: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:35:19: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:166:19: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:178:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:33:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:178:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:182:19: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:35:19: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:182:19: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:192:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:33:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:192:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:218:11: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:35:19: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:218:11: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:302:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:33:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:302:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:308:11: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:35:19: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:308:11: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:368:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:33:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:368:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:372:19: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:35:19: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:372:19: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:379:18: style: The function 'isEndDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:57:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/parser/YAMLParser.cc:379:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/persist/Exporter.cc:107:7: style: Technically the member function 'eckit::Swap::operator()' can be const. [functionConst]
odb-api-0.18.0/eckit/src/eckit/persist/Exporter.cc:746:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
odb-api-0.18.0/eckit/src/eckit/runtime/Monitor.cc:156:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
odb-api-0.18.0/eckit/src/eckit/serialisation/Stream.cc:738:5: style: Class 'StreamDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/thread/ThreadPool.cc:30:5: style: Class 'ThreadPoolThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:51:18: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:42:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:51:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:52:18: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:43:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:52:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:54:27: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:45:27: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:54:27: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:55:20: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:46:20: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:55:20: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:69:18: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:42:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:69:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:70:18: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:43:18: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:70:18: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:72:27: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:45:27: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:72:27: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:73:20: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:46:20: note: Virtual function in base class
odb-api-0.18.0/eckit/src/eckit/transaction/TxnLog.cc:73:20: note: Function in derived class
odb-api-0.18.0/eckit/src/eckit/utils/Regex.cc:36:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
odb-api-0.18.0/eckit/src/eckit/utils/Regex.cc:28:5: note: outer condition: shell
odb-api-0.18.0/eckit/src/eckit/utils/Regex.cc:36:12: note: identical inner condition: shell
odb-api-0.18.0/eckit/src/eckit/value/NumberContent.cc:26:5: style: Class 'BadBoolConversion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/eckit/web/HttpBuf.cc:34:2: style: Class 'back_encoder_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/experimental/sandbox/pool.cc:39:5: style: Class 'X' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/experimental/sandbox/tcp_client_json.cc:39:5: style: Class 'XX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/experimental/sandbox/tcp_server.cc:39:5: style: Class 'FDBConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/experimental/sandbox/tcp_server_forked.cc:113:5: warning: Member variable 'FDBSvrApp::port_' is not initialized in the constructor. [uninitMemberVar]
odb-api-0.18.0/eckit/src/experimental/sandbox/tcp_server_forked.cc:102:5: style: Class 'FDBForker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/experimental/sandbox/tcp_server_threaded.cc:38:5: style: Class 'FDBUser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/src/experimental/sandbox/tcp_server_threaded.cc:110:5: style: Class 'FDBService' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/tests/config/test_configuration.cc:46:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/config/test_resource.cc:46:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/container/test_btree.cc:47:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/container/test_cache_lru.cc:36:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/container/test_densemap.cc:39:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/container/test_sharedmemarray.cc:41:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/container/test_trie.cc:123:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/experimental/singleton/TestFactory.h:44:0: style: Class 'AutoRegistBuilder < TestBuilder1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/tests/experimental/singleton/TestBuilder1.cc:17:10: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/tests/experimental/singleton/TestFactory.h:21:18: note: Virtual function in base class
odb-api-0.18.0/eckit/tests/experimental/singleton/TestBuilder1.cc:17:10: note: Function in derived class
odb-api-0.18.0/eckit/tests/experimental/singleton/TestFactory.h:44:0: style: Class 'AutoRegistBuilder < TestBuilder2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/tests/experimental/singleton/TestBuilder2.cc:17:10: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/eckit/tests/experimental/singleton/TestFactory.h:21:18: note: Virtual function in base class
odb-api-0.18.0/eckit/tests/experimental/singleton/TestBuilder2.cc:17:10: note: Function in derived class
odb-api-0.18.0/eckit/tests/experimental/singleton/TestFactory.h:44:5: style: Class 'AutoRegistBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/tests/filesystem/test_aiohandle.cc:102:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/filesystem/test_asynchandle.cc:102:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/filesystem/test_localpathname.cc:41:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/filesystem/test_multihandle.cc:132:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/filesystem/test_pathexpander.cc:45:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/filesystem/test_restarthandle.cc:248:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/geometry/test_kdtree.cc:35:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/geometry/test_sphere.cc:55:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/io/test_base64.cc:76:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/io/test_bitio.cc:72:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/io/test_compress.cc:67:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/io/test_datablob.cc:79:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/io/test_filepool.cc:53:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/linalg/test_la_factory.cc:50:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/linalg/test_la_linalg.cc:52:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/linalg/test_la_sparse.cc:104:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/linalg/test_la_streaming.cc:69:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/log/test_log.cc:30:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/log/test_log_callback.cc:45:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/log/test_log_channels.cc:101:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/log/test_log_threads.cc:81:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/maths/test_matrix.cc:42:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/memory/test_counted.cc:219:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/memory/test_factory.cc:181:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/memory/test_memory_mmap.cc:75:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/memory/test_scoped_ptr.cc:80:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/memory/test_shared_ptr.cc:100:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/mpi/eckit_test_mpi.cc:31:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/mpi/eckit_test_mpi_addcomm.cc:32:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/mpi/eckit_test_mpi_splitcomm.cc:31:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/option/eckit_test_option_factory.cc:81:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/parser/test_json.cc:71:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/parser/test_json_metadata.cc:41:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/parser/test_stream_parser.cc:38:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/parser/test_yaml.cc:49:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/runtime/test_producer.cc:56:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/serialisation/test_file_stream.cc:78:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/serialisation/test_streamable.cc:163:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/system/test_system_library.cc:52:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/testing/test_testing.cc:164:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/types/test-double-compare-speed.cc:38:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/types/test_cache.cc:39:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/types/test_doublecompare.cc:51:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/types/test_fixedstring.cc:42:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/types/test_floatcompare.cc:50:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/types/test_fraction.cc:164:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/types/test_print_vector.cc:39:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/types/test_uuid.cc:40:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/utils/test_md4.cc:45:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/utils/test_md5.cc:38:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/utils/test_rendezvoushash.cc:53:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/utils/test_sha1.cc:45:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/utils/test_string_tools.cc:41:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/utils/test_tokenizer.cc:121:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/utils/test_translator.cc:64:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/utils/test_xxhash.cc:44:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/AnyKeyParams.h:28:5: style: Struct 'AnyKeyParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/tests/value/AnyKeyParams.h:29:5: style: Struct 'AnyKeyParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/eckit/tests/value/test_value_boolean.cc:84:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/test_value_const.cc:33:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/test_value_date.cc:58:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/test_value_double.cc:64:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/test_value_integer.cc:114:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/test_value_nil.cc:55:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/test_value_orderedmap.cc:38:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/test_value_params.cc:250:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/test_value_string.cc:70:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/test_value_typeordering.cc:47:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/test_value_valuelist.cc:62:0: error: syntax error [syntaxError]
odb-api-0.18.0/eckit/tests/value/test_value_valuemap.cc:65:0: error: syntax error [syntaxError]
odb-api-0.18.0/metkit/src/metkit/DHSProtocol.cc:134:27: style: The scope of the variable 'version' can be reduced. [variableScope]
odb-api-0.18.0/metkit/src/metkit/DHSProtocol.cc:135:32: style: The scope of the variable 'crc' can be reduced. [variableScope]
odb-api-0.18.0/metkit/src/metkit/MarsHandle.cc:33:5: style: Class 'MarsHandleStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/metkit/src/metkit/MarsLanguage.cc:306:31: style: Unused variable: seen [unusedVariable]
odb-api-0.18.0/metkit/src/metkit/MarsRequest.cc:194:15: error: Same iterator is used with different containers 'filter' and 'filter.params_'. [iterators]
odb-api-0.18.0/metkit/src/metkit/grib/MetFile.cc:92:5: style: Class 'AutoFree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/metkit/src/metkit/types/Type.cc:120:5: style: Class 'NotInSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/metkit/src/metkit/types/Type.cc:143:5: style: Class 'InSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/metkit/src/metkit/types/TypeParam.cc:244:21: style: Same expression on both sides of '>' because the value of 'param' and '0' are the same. [duplicateExpression]
odb-api-0.18.0/metkit/src/metkit/types/TypeParam.cc:208:20: note: 'param' is assigned value '0' here.
odb-api-0.18.0/metkit/src/metkit/types/TypeParam.cc:244:21: note: Same expression on both sides of '>' because the value of 'param' and '0' are the same.
odb-api-0.18.0/metkit/src/metkit/types/TypeParam.cc:358:22: style: The scope of the variable 's' can be reduced. [variableScope]
odb-api-0.18.0/metkit/src/metkit/types/TypeParam.cc:117:62: style: Function 'Rule' argument 2 names different: declaration 'setters' definition 'values'. [funcArgNamesDifferent]
odb-api-0.18.0/metkit/src/metkit/types/TypeParam.cc:97:60: note: Function 'Rule' argument 2 names different: declaration 'setters' definition 'values'.
odb-api-0.18.0/metkit/src/metkit/types/TypeParam.cc:117:62: note: Function 'Rule' argument 2 names different: declaration 'setters' definition 'values'.
odb-api-0.18.0/metkit/src/tests/test_emosfile.cc:38:0: error: syntax error [syntaxError]
odb-api-0.18.0/metkit/src/tests/test_expand.cc:34:0: error: syntax error [syntaxError]
odb-api-0.18.0/metkit/src/tests/test_typesfactory.cc:41:0: error: syntax error [syntaxError]
odb-api-0.18.0/metkit/src/tools/grib-blob.cc:65:10: style: The scope of the variable 'len' can be reduced. [variableScope]
odb-api-0.18.0/metkit/src/tools/grib-to-mars-request.cc:64:61: style: Variable 'nMsg' is modified but its new value is never used. [unreadVariable]
odb-api-0.18.0/metkit/src/tools/grib-to-mars-request.cc:32:9: performance: Variable 'path_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odb-api-0.18.0/metkit/src/tools/parse-mars-request.cc:38:9: performance: Variable 'path_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odb-api-0.18.0/odb-tools/src/migrator/ImportODBTool.cc:147:28: style: The scope of the variable 'importedRowsNumber' can be reduced. [variableScope]
odb-api-0.18.0/odb-tools/src/migrator/FakeODBIterator.h:66:3: warning: Class 'FakeODBIterator' which has virtual members does not have a virtual destructor. [virtualDestructor]
odb-api-0.18.0/odb-tools/src/migrator/ODBIterator.h:37:24: performance: Technically the member function 'odb::tool::ODBIterator::end' can be static. [functionStatic]
odb-api-0.18.0/odb-tools/src/migrator/ODBIterator.h:41:10: style: Technically the member function 'odb::tool::ODBIterator::operator!=' can be const. [functionConst]
odb-api-0.18.0/odb-tools/src/migrator/FakeODBIterator.h:68:25: performance: Technically the member function 'odb::tool::FakeODBIterator::end' can be static. [functionStatic]
odb-api-0.18.0/odb-tools/src/migrator/FakeODBIterator.h:34:2: style: Struct 'Assignments' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb-tools/src/migrator/ODBIterator.h:37:39: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb-tools/src/migrator/FakeODBIterator.h:68:40: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb-tools/src/migrator/FakeODBIterator.h:38:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
odb-api-0.18.0/odb-tools/src/migrator/MigrateHandler.h:24:5: style: Class 'MigrateHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb-tools/src/odb2_to_odb1/Odb2Odb1.cc:177:24: style: The scope of the variable 'n' can be reduced. [variableScope]
odb-api-0.18.0/odb-tools/src/odb2_to_odb1/Odb2Odb1.cc:236:6: style: The scope of the variable 'np' can be reduced. [variableScope]
odb-api-0.18.0/odb-tools/src/odb2_to_odb1/Odb2Odb1.cc:200:18: style: Unused variable: sqlBuf [unusedVariable]
odb-api-0.18.0/odb-tools/src/odb2_to_odb1/Odb2Odb1.cc:212:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb-tools/src/odb2_to_odb1/Odb2Odb1.cc:263:17: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb-tools/src/odb2_to_odb1/Odb2Odb1.cc:65:52: performance: Function parameter 'flaglist' should be passed by const reference. [passedByValue]
odb-api-0.18.0/odb/src/aux/binio.c:44:30: warning: Possible null pointer dereference: Name [nullPointer]
odb-api-0.18.0/odb/src/aux/binio.c:38:16: note: Assignment 'Name=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/binio.c:44:30: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/binio.c:54:30: warning: Possible null pointer dereference: Mode [nullPointer]
odb-api-0.18.0/odb/src/aux/binio.c:39:16: note: Assignment 'Mode=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/binio.c:54:30: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/cardinality.c:59:13: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/cardinality.c:55:21: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/aux/cardinality.c:59:13: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/cardinality.c:60:7: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/cardinality.c:55:21: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/aux/cardinality.c:60:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/cardinality.c:63:7: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/cardinality.c:55:21: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/aux/cardinality.c:63:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/cardinality.c:64:7: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/cardinality.c:55:21: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/aux/cardinality.c:64:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/cardinality.c:66:30: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/cardinality.c:55:21: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/aux/cardinality.c:66:30: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/cardinality.c:71:28: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/cardinality.c:55:21: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/aux/cardinality.c:71:28: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/cma_flpcheck.c:179:22: portability: Casting from const double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/cma_flpcheck.c:41:10: style: union member '_Flp_t::d' is never used. [unusedStructMember]
odb-api-0.18.0/odb/src/aux/cma_flpcheck.c:42:10: style: union member '_Flp_t::u' is never used. [unusedStructMember]
odb-api-0.18.0/odb/src/aux/cma_flpcheck.c:52:10: style: struct member 'Anonymous0::sign' is never used. [unusedStructMember]
odb-api-0.18.0/odb/src/aux/cma_flpcheck.c:53:10: style: struct member 'Anonymous0::exp' is never used. [unusedStructMember]
odb-api-0.18.0/odb/src/aux/cma_flpcheck.c:54:10: style: struct member 'Anonymous0::m1' is never used. [unusedStructMember]
odb-api-0.18.0/odb/src/aux/cma_flpcheck.c:55:10: style: struct member 'Anonymous0::m2' is never used. [unusedStructMember]
odb-api-0.18.0/odb/src/aux/cma_info.c:113:14: style: Same expression on both sides of '-'. [duplicateExpression]
odb-api-0.18.0/odb/src/aux/cma_open.c:599:35: style: Variable 'scheme_change' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/dca.c:218:7: warning: Either the condition '!pchain' is redundant or there is possible null pointer dereference: pchain. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/dca.c:209:9: note: Assuming that condition '!pchain' is not redundant
odb-api-0.18.0/odb/src/aux/dca.c:218:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:724:20: warning: Possible null pointer dereference: s [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:720:17: note: Assignment 's=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:724:20: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:869:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:869:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:869:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:872:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:872:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:872:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:875:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:875:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:875:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:878:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:878:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:878:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:881:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:881:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:881:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:884:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:884:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:884:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:887:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:887:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:887:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:890:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:890:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:890:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:893:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:893:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:893:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:896:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:896:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:896:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:899:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:899:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:899:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:902:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:902:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:902:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:905:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:905:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:905:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:908:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:908:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:908:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:911:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:911:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:911:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:914:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:914:7: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:914:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:1383:28: warning: Possible null pointer dereference: dcopy [nullPointer]
odb-api-0.18.0/odb/src/aux/dca.c:1377:18: note: Assignment 'dcopy=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/dca.c:1383:28: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/dca.c:982:7: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/dca.c:991:7: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/dca.c:994:7: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/dca.c:997:7: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/dca.c:1009:7: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/dca.c:1012:7: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/dca.c:1015:7: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/dca.c:1018:7: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/dca.c:1021:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/dca.c:1024:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/dca.c:282:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/dca.c:278:0: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/dca.c:282:5: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/dca.c:361:8: style: The scope of the variable 'poolno' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/dca.c:1520:13: style: The scope of the variable 'env' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/dca.c:516:16: style: Variable 'pdca' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/dca.c:472:20: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/ds.c:385:7: style: The scope of the variable 'k' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/ds.c:37:10: style: Variable 'dt' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/dtnum.c:12:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/generic.c:938:14: style: Redundant condition: pp. '!pp || (pp && pp->nrows!=Nrows)' is equivalent to '!pp || pp->nrows!=Nrows' [redundantCondition]
odb-api-0.18.0/odb/src/aux/generic.c:205:5: warning: Possible null pointer dereference: xdb [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:205:5: note: Assignment 'xdb=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:205:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:206:5: warning: Possible null pointer dereference: xdb [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:206:5: note: Assignment 'xdb=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:206:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:207:5: warning: Possible null pointer dereference: xdb [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:207:5: note: Assignment 'xdb=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:207:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:221:11: warning: Either the condition '!env' is redundant or there is possible null pointer dereference: env. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/generic.c:218:11: note: Assuming that condition '!env' is not redundant
odb-api-0.18.0/odb/src/aux/generic.c:221:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:239:16: warning: Possible null pointer dereference: env [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:235:19: note: Assignment 'env=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:239:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:293:11: warning: Possible null pointer dereference: dcadir [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:290:17: note: Assignment 'dcadir=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:293:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:303:15: warning: Possible null pointer dereference: dcagen_cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:300:25: note: Assignment 'dcagen_cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:303:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:312:17: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:309:20: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:312:17: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:314:65: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:309:20: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:314:65: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:450:15: warning: Possible null pointer dereference: exe [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:444:18: note: Assignment 'exe=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:450:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:459:15: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:435:16: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:459:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:563:11: warning: Possible null pointer dereference: s2dvalue [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:560:19: note: Assignment 's2dvalue=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:563:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:981:7: warning: Possible null pointer dereference: picked [nullPointer]
odb-api-0.18.0/odb/src/aux/generic.c:963:30: note: Assignment 'picked=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/generic.c:981:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/generic.c:538:2: style: Label 'finish' is not used. [unusedLabel]
odb-api-0.18.0/odb/src/aux/generic.c:268:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/history.c:50:5: warning: Possible null pointer dereference: h [nullPointer]
odb-api-0.18.0/odb/src/aux/history.c:34:18: note: Assignment 'h=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/history.c:50:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/history.c:54:7: warning: Possible null pointer dereference: h [nullPointer]
odb-api-0.18.0/odb/src/aux/history.c:34:18: note: Assignment 'h=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/history.c:54:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/history.c:55:7: warning: Possible null pointer dereference: h [nullPointer]
odb-api-0.18.0/odb/src/aux/history.c:34:18: note: Assignment 'h=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/history.c:55:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/history.c:64:5: warning: Possible null pointer dereference: h [nullPointer]
odb-api-0.18.0/odb/src/aux/history.c:34:18: note: Assignment 'h=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/history.c:64:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/history.c:68:12: warning: Possible null pointer dereference: h [nullPointer]
odb-api-0.18.0/odb/src/aux/history.c:34:18: note: Assignment 'h=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/history.c:68:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/history.c:168:4: warning: Possible null pointer dereference: num [nullPointer]
odb-api-0.18.0/odb/src/aux/history.c:147:16: note: Assignment 'num=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/history.c:168:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/history.c:150:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/history.c:146:0: note: Variable 'h' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/history.c:150:5: note: Variable 'h' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/history.c:131:33: style: Variable 'nlines' is modified but its new value is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/idx.c:318:23: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
odb-api-0.18.0/odb/src/aux/idx.c:36:14: warning: Possible null pointer dereference: s [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:31:13: note: Assignment 's=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:36:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:62:16: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:59:19: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:62:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:207:16: warning: Possible null pointer dereference: name [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:118:16: note: Assignment 'name=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:207:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:212:9: warning: Either the condition 'merge' is redundant or there is possible null pointer dereference: merge. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/idx.c:178:45: note: Assuming that condition 'merge' is not redundant
odb-api-0.18.0/odb/src/aux/idx.c:212:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:593:22: warning: Possible null pointer dereference: ptr [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:591:6: note: Assignment 'tmpline=s?STRDUP(s+1):NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:592:12: note: Assignment 'ptr=tmpline', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:593:22: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:758:21: warning: Possible null pointer dereference: ptr [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:756:5: note: Assignment 'tmpline=s?STRDUP(s+1):NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:757:11: note: Assignment 'ptr=tmpline', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:758:21: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1204:13: warning: Possible null pointer dereference: unique_idx [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1166:20: note: Assignment 'unique_idx=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1204:13: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1216:4: warning: Possible null pointer dereference: keys [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1167:14: note: Assignment 'keys=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1216:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1553:8: warning: Possible null pointer dereference: setvars [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1535:23: note: Assignment 'setvars=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1553:8: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1573:8: warning: Possible null pointer dereference: cols [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1538:20: note: Assignment 'cols=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1573:8: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1576:18: warning: Possible null pointer dereference: cols [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1538:20: note: Assignment 'cols=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1576:18: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1577:9: warning: Possible null pointer dereference: cols [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1538:20: note: Assignment 'cols=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1577:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1640:11: warning: Possible null pointer dereference: sql_query [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1531:25: note: Assignment 'sql_query=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1640:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1752:21: warning: Either the condition 'if(info1&&info2&&info3)' is redundant or there is possible null pointer dereference: info1. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/idx.c:1754:8: note: Assuming that condition 'if(info1&&info2&&info3)' is not redundant
odb-api-0.18.0/odb/src/aux/idx.c:1752:21: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1891:9: warning: Possible null pointer dereference: bt [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1863:22: note: Assignment 'bt=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1891:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1902:20: warning: Possible null pointer dereference: find [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1899:19: note: Assignment 'find=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1902:20: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1910:5: warning: Possible null pointer dereference: find [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1899:19: note: Assignment 'find=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1910:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1919:5: warning: Possible null pointer dereference: find [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1899:19: note: Assignment 'find=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1919:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1921:21: warning: Possible null pointer dereference: find [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1899:19: note: Assignment 'find=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1921:21: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:1921:27: warning: Possible null pointer dereference: bt [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:1863:22: note: Assignment 'bt=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/idx.c:1921:27: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/idx.c:288:9: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/idx.c:836:22: style: The scope of the variable 'z' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/idx.c:990:9: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/idx.c:1659:9: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/idx.c:1661:9: style: The scope of the variable 'lencols' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/idx.c:1907:9: style: The scope of the variable 'jcol' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/idx.c:54:17: style: Variable 'nfrom' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/idx.c:1114:20: style: Variable 'idxtype' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/idx.c:1690:12: style: Variable 'nstridx' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/idx.c:243:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/idx.c:804:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/idx.c:834:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/idx.c:489:7: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:491:7: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:505:4: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:524:7: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:527:7: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:528:7: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:529:7: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:530:7: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:571:2: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:573:2: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:575:2: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:577:2: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:584:4: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:591:6: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:672:6: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:686:6: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:750:3: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:756:5: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:778:3: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/idx.c:897:4: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:446:13: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:442:16: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:446:13: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:1149:7: warning: Possible null pointer dereference: is_updated [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:1141:26: note: Assignment 'is_updated=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:1149:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:1664:17: warning: Possible null pointer dereference: q [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:1495:16: note: Assignment 'q=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:1664:17: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:1673:21: warning: Possible null pointer dereference: q [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:1495:16: note: Assignment 'q=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:1673:21: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:1674:12: warning: Possible null pointer dereference: q [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:1495:16: note: Assignment 'q=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:1674:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:2151:2: warning: Possible null pointer dereference: info [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:2123:22: note: Assignment 'info=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:2151:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:2152:2: warning: Possible null pointer dereference: info [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:2123:22: note: Assignment 'info=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:2152:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:2153:2: warning: Possible null pointer dereference: info [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:2123:22: note: Assignment 'info=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:2153:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:2154:2: warning: Possible null pointer dereference: info [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:2123:22: note: Assignment 'info=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:2154:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:2155:2: warning: Possible null pointer dereference: info [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:2123:22: note: Assignment 'info=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:2155:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:2163:7: warning: Possible null pointer dereference: info [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:2123:22: note: Assignment 'info=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:2163:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:2165:7: warning: Possible null pointer dereference: info [nullPointer]
odb-api-0.18.0/odb/src/aux/info.c:2123:22: note: Assignment 'info=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:2165:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/info.c:463:32: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
odb-api-0.18.0/odb/src/aux/info.c:442:16: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/info.c:463:32: note: Null pointer addition
odb-api-0.18.0/odb/src/aux/info.c:82:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/info.c:78:0: note: Variable 'p' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/info.c:82:3: note: Variable 'p' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/info.c:447:4: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/info.c:444:0: note: Variable 'found' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/info.c:447:4: note: Variable 'found' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/info.c:1327:10: style: The scope of the variable 'len' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/info.c:1582:12: style: The scope of the variable 'lencols' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/info.c:1585:12: style: The scope of the variable 'uniq_lencols' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/info.c:1587:12: style: The scope of the variable 'sort_lencols' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/info.c:2263:12: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/info.c:560:12: style: Variable 'len_rhs' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/info.c:1240:17: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/info.c:2202:49: style: Variable 'jj' is modified but its new value is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/info.c:770:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/info.c:881:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/info.c:984:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/info.c:1019:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/ioassign_read.c:100:11: style: The scope of the variable 'nread' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/ioassign_read.c:113:10: style: Variable 'nread' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/ioassign_read.c:211:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/ioassign_read.c:370:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/iogetattr.c:177:5: style: Variable 'pbin' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/iogetattr.c:171:0: note: Variable 'pbin' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/iogetattr.c:177:5: note: Variable 'pbin' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/iogetsize.c:83:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/iogetsize.c:82:5: note: Variable 'rc' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/iogetsize.c:83:5: note: Variable 'rc' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/ioknowncmd.c:137:13: warning: Possible null pointer dereference: tmp [nullPointer]
odb-api-0.18.0/odb/src/aux/ioknowncmd.c:134:16: note: Assignment 'tmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/ioknowncmd.c:137:13: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/iostrdup.c:52:12: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/aux/iostrdup.c:47:13: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/iostrdup.c:52:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/iostrdup.c:65:12: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/aux/iostrdup.c:61:13: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/iostrdup.c:65:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/iostrdup.c:78:12: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/aux/iostrdup.c:74:13: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/iostrdup.c:78:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/iostrdup.c:92:12: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/aux/iostrdup.c:88:13: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/iostrdup.c:92:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/iostrdup.c:147:10: style: The scope of the variable 'is_percent_d' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/iostrdup.c:148:10: style: The scope of the variable 'is_percent_s' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/iostrdup.c:149:10: style: The scope of the variable 'contains_dot' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/iostrdup.c:151:9: style: The scope of the variable 'i' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/iostrdup.c:151:11: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/iostrdup.c:151:13: style: The scope of the variable 'j2' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/iostrdup.c:153:9: style: The scope of the variable 'index_in_char' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/iostrdup.c:154:9: style: The scope of the variable 'index_of_start_of_fmt' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/iostrdup.c:155:9: style: The scope of the variable 'nelem' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/iostrdup.c:169:14: style: The scope of the variable 's_first' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/iostrdup.c:170:14: style: The scope of the variable 'd_first' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/lzw.c:76:42: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
odb-api-0.18.0/odb/src/aux/md5sub.c:44:12: warning: Possible null pointer dereference: arg [nullPointer]
odb-api-0.18.0/odb/src/aux/md5sub.c:42:15: note: Assignment 'arg=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/md5sub.c:44:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/md5sub.c:401:10: warning: Size of pointer 'ctx' used instead of size of its data. [pointerSize]
odb-api-0.18.0/odb/src/aux/md5sub.c:255:0: error: Resource leak: in [resourceLeak]
odb-api-0.18.0/odb/src/aux/memory.c:282:7: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
odb-api-0.18.0/odb/src/aux/memory.c:293:7: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
odb-api-0.18.0/odb/src/aux/memory.c:306:7: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
odb-api-0.18.0/odb/src/aux/memory.c:317:7: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
odb-api-0.18.0/odb/src/aux/memory.c:143:25: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/aux/memory.c:142:20: note: Assignment 'p=addr?addr-2:NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/memory.c:143:25: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/memory.c:144:15: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/aux/memory.c:142:20: note: Assignment 'p=addr?addr-2:NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/memory.c:144:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/memory.c:132:11: style: struct member 'Mem_t::user_area' is never used. [unusedStructMember]
odb-api-0.18.0/odb/src/aux/memory.c:133:11: style: struct member 'Mem_t::cushion' is never used. [unusedStructMember]
odb-api-0.18.0/odb/src/aux/memory.c:392:0: style: Variable 'okay' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/newio.c:105:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
odb-api-0.18.0/odb/src/aux/newio.c:103:7: note: outer condition: first_time
odb-api-0.18.0/odb/src/aux/newio.c:105:9: note: identical inner condition: first_time
odb-api-0.18.0/odb/src/aux/newio.c:1106:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
odb-api-0.18.0/odb/src/aux/newio.c:1104:7: note: outer condition: !db_io
odb-api-0.18.0/odb/src/aux/newio.c:1106:9: note: identical inner condition: !db_io
odb-api-0.18.0/odb/src/aux/newio.c:1800:20: style: Redundant condition: !pdb->in_use. 'pdb->in_use || (!pdb->in_use && !pdb->is_new)' is equivalent to 'pdb->in_use || !pdb->is_new' [redundantCondition]
odb-api-0.18.0/odb/src/aux/newio.c:309:18: warning: Possible null pointer dereference: file [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:306:18: note: Assignment 'file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/newio.c:309:18: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:342:9: warning: Possible null pointer dereference: filename [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:1147:5: note: Calling function 'newio_Error32', 2nd argument 'filename' value is 0
odb-api-0.18.0/odb/src/aux/newio.c:342:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:342:19: warning: Possible null pointer dereference: desc [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:1147:11: note: Calling function 'newio_Error32', 3rd argument 'desc' value is 0
odb-api-0.18.0/odb/src/aux/newio.c:342:19: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:342:25: warning: Possible null pointer dereference: entry [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:1147:17: note: Calling function 'newio_Error32', 4th argument 'entry' value is 0
odb-api-0.18.0/odb/src/aux/newio.c:342:25: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:710:8: warning: Possible null pointer dereference: pdb [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:697:3: note: Assignment 'pdb=((handle)>=1)?&db_io[(handle)-1]:NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/newio.c:710:8: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:1538:11: warning: Possible null pointer dereference: pt [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:1535:15: note: Assignment 'pt=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/newio.c:1538:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:1542:15: warning: Possible null pointer dereference: pt [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:1535:15: note: Assignment 'pt=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/newio.c:1542:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:1543:15: warning: Possible null pointer dereference: pt [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:1535:15: note: Assignment 'pt=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/newio.c:1543:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:1577:19: warning: Possible null pointer dereference: jlist [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:1557:15: note: Assignment 'jlist=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/newio.c:1577:19: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:1615:15: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:1606:16: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/newio.c:1615:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:1616:15: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:1606:16: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/newio.c:1616:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:1734:7: warning: Possible null pointer dereference: pdb [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:1728:3: note: Assignment 'pdb=((Handle)>=1)?&db_io[(Handle)-1]:NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/newio.c:1734:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:1882:7: warning: Possible null pointer dereference: pdb [nullPointer]
odb-api-0.18.0/odb/src/aux/newio.c:1876:3: note: Assignment 'pdb=((Handle)>=1)?&db_io[(Handle)-1]:NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/newio.c:1882:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/newio.c:108:7: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/newio.c:106:0: note: Variable 'env' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/newio.c:108:7: note: Variable 'env' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/newio.c:1560:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/newio.c:1556:0: note: Variable 't' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/newio.c:1560:2: note: Variable 't' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/newio.c:396:7: style: The scope of the variable 'len' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/newio.c:396:12: style: The scope of the variable 'n' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/newio.c:519:7: style: The scope of the variable 'len' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/newio.c:519:12: style: The scope of the variable 'n' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/newio.c:729:7: style: The scope of the variable 'memfile' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/newio.c:730:6: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/newio.c:984:20: style: Variable 'ptbl' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/newio.c:1061:11: style: Variable 'oldswp' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/newio.c:1372:12: style: Unused variable: jpool [unusedVariable]
odb-api-0.18.0/odb/src/aux/newio.c:737:15: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/aux/odbcrc.c:92:17: style: The scope of the variable 'c' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/odbdump.c:246:7: warning: Possible null pointer dereference: Pk [nullPointer]
odb-api-0.18.0/odb/src/aux/odbdump.c:240:21: note: Assignment 'tmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbdump.c:245:12: note: Assignment 'Pk=(uint*)tmp', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbdump.c:246:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbdump.c:247:7: warning: Possible null pointer dereference: Pk [nullPointer]
odb-api-0.18.0/odb/src/aux/odbdump.c:240:21: note: Assignment 'tmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbdump.c:245:12: note: Assignment 'Pk=(uint*)tmp', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbdump.c:247:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbdump.c:250:36: warning: Possible null pointer dereference: tmp [nullPointer]
odb-api-0.18.0/odb/src/aux/odbdump.c:240:21: note: Assignment 'tmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbdump.c:250:36: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbdump.c:241:37: style: Same expression on both sides of '/' because the value of 'sizeof(*tmp)' and 'sizeof(*Pk)' are the same. [duplicateExpression]
odb-api-0.18.0/odb/src/aux/odbdump.c:240:21: note: 'tmp' is assigned value 'NULL' here.
odb-api-0.18.0/odb/src/aux/odbdump.c:239:18: note: 'Pk' is assigned value 'NULL' here.
odb-api-0.18.0/odb/src/aux/odbdump.c:241:37: note: Same expression on both sides of '/' because the value of 'sizeof(*tmp)' and 'sizeof(*Pk)' are the same.
odb-api-0.18.0/odb/src/aux/odbdump.c:241:25: warning: Division of result of sizeof() on pointer type. [divideSizeof]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:160:11: warning: Either the condition 'while(fp&&!feof(fp)&&fgets(line,MAXLINE,fp))' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:163:10: note: Assuming that condition 'while(fp&&!feof(fp)&&fgets(line,MAXLINE,fp))' is not redundant
odb-api-0.18.0/odb/src/aux/odbi_direct.c:160:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbi_direct.c:175:11: warning: Either the condition 'fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:157:11: note: Assuming that condition 'fp' is not redundant
odb-api-0.18.0/odb/src/aux/odbi_direct.c:175:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbi_direct.c:208:11: warning: Either the condition 'fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:118:7: note: Assuming that condition 'fp' is not redundant
odb-api-0.18.0/odb/src/aux/odbi_direct.c:208:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbi_direct.c:523:15: warning: Possible null pointer dereference: field [nullPointer]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:519:20: note: Assignment 'field=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbi_direct.c:523:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbi_direct.c:531:17: warning: Possible null pointer dereference: copy [nullPointer]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:528:21: note: Assignment 'copy=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbi_direct.c:531:17: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbi_direct.c:531:51: warning: Possible null pointer dereference: field [nullPointer]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:519:20: note: Assignment 'field=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbi_direct.c:531:51: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbi_direct.c:552:11: warning: Possible null pointer dereference: query_string [nullPointer]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:550:23: note: Assignment 'query_string=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbi_direct.c:552:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1241:16: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1206:19: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1241:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1248:34: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1206:19: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1248:34: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1313:77: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1206:19: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1313:77: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1314:76: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1206:19: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1314:76: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1245:15: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1206:19: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbi_direct.c:1245:15: note: Null pointer subtraction
odb-api-0.18.0/odb/src/aux/odbi_direct.c:41:3: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:34:0: note: Variable 'env' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:41:3: note: Variable 'env' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:78:3: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:72:0: note: Variable 'env' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:78:3: note: Variable 'env' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:99:3: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:93:0: note: Variable 'env' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:99:3: note: Variable 'env' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:425:2: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:411:0: note: Variable 'token' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:425:2: note: Variable 'token' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:553:2: style: Variable 'meminfo' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:546:0: note: Variable 'meminfo' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:553:2: note: Variable 'meminfo' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:702:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:701:2: note: Variable 'info' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:702:2: note: Variable 'info' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbi_direct.c:639:13: style: The scope of the variable 'k' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:764:10: style: The scope of the variable 'nrows' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:788:10: style: The scope of the variable 'nrows' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:989:7: style: The scope of the variable 'local_rows' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:991:7: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:252:15: style: Unused variable: jcol [unusedVariable]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:547:6: style: Unused variable: jcols [unusedVariable]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:800:9: style: Variable 'iret' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/odbi_direct.c:798:11: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/odbsql.c:108:11: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/aux/odbsql.c:106:14: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbsql.c:108:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbsql.c:132:16: warning: Possible null pointer dereference: ppfile [nullPointer]
odb-api-0.18.0/odb/src/aux/odbsql.c:129:22: note: Assignment 'ppfile=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/odbsql.c:132:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/odbsql.c:249:2: style: Variable 'poolnos' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/odbsql.c:238:0: note: Variable 'poolnos' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbsql.c:249:2: note: Variable 'poolnos' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/odbsql.c:468:17: style: Variable 'rc_idx' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma.c:238:3: warning: Possible null pointer dereference: pk [nullPointer]
odb-api-0.18.0/odb/src/aux/pcma.c:217:14: note: Assignment 'pk=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/pcma.c:238:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/pcma.c:239:3: warning: Possible null pointer dereference: pk [nullPointer]
odb-api-0.18.0/odb/src/aux/pcma.c:217:14: note: Assignment 'pk=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/pcma.c:239:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/pcma.c:228:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/pcma.c:278:8: portability: Casting from const double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/pcma.c:105:12: style: The scope of the variable 'replen' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_1.c:504:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
odb-api-0.18.0/odb/src/aux/pcma_1.c:50:10: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_1.c:52:16: style: The scope of the variable 'maxval' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_1.c:155:10: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_1.c:259:14: style: The scope of the variable 'nw' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_1.c:359:7: style: The scope of the variable 'i' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_1.c:498:7: style: The scope of the variable 'nwrt' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_1.c:309:10: style: Variable 'nw' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_1.c:317:22: style: Variable 'nwrt' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_1.c:451:4: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_1.c:571:22: style: Variable 'nwrt' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_11to19.c:37:10: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_11to19.c:194:14: style: The scope of the variable 'nw' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_11to19.c:302:7: style: The scope of the variable 'i' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_11to19.c:322:9: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_11to19.c:362:6: style: The scope of the variable 'ii' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_11to19.c:429:7: style: The scope of the variable 'nwrt' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_11to19.c:256:10: style: Variable 'nw' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_11to19.c:264:22: style: Variable 'nwrt' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_11to19.c:506:22: style: Variable 'nwrt' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_11to19.c:462:15: style: Variable 'two' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_2.c:353:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
odb-api-0.18.0/odb/src/aux/pcma_2.c:193:26: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/pcma_2.c:206:9: portability: Casting from const double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/pcma_2.c:227:3: portability: Casting from const double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/pcma_2.c:316:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/pcma_2.c:372:28: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/pcma_2.c:397:4: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/pcma_2.c:188:14: style: The scope of the variable 'nw' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_2.c:347:7: style: The scope of the variable 'nwrt' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_2.c:226:10: style: Variable 'nw' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_2.c:231:22: style: Variable 'nwrt' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_2.c:270:15: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_2.c:324:15: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_2.c:408:22: style: Variable 'nwrt' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_3.c:48:17: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/pcma_3.c:124:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/pcma_4.c:669:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
odb-api-0.18.0/odb/src/aux/pcma_4.c:476:22: style: The scope of the variable 'nbw' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_4.c:663:7: style: The scope of the variable 'nwrt' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_4.c:614:23: warning: Division of result of sizeof() on pointer type. [divideSizeof]
odb-api-0.18.0/odb/src/aux/pcma_4.c:350:35: style: Variable 'repmax' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_4.c:349:16: style: Variable 'outbits' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_4.c:596:14: style: Unused variable: nw [unusedVariable]
odb-api-0.18.0/odb/src/aux/pcma_4.c:635:22: style: Variable 'nwrt' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_4.c:598:7: style: Unused variable: lenactive [unusedVariable]
odb-api-0.18.0/odb/src/aux/pcma_4.c:718:22: style: Variable 'nwrt' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_5.c:123:7: warning: Possible null pointer dereference: tmpbuf [nullPointer]
odb-api-0.18.0/odb/src/aux/pcma_5.c:66:26: note: Assignment 'tmpbuf=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/pcma_5.c:123:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/pcma_5.c:324:5: warning: Possible null pointer dereference: tmpbuf [nullPointer]
odb-api-0.18.0/odb/src/aux/pcma_5.c:302:26: note: Assignment 'tmpbuf=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/pcma_5.c:324:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/pcma_5.c:325:5: warning: Possible null pointer dereference: tmpbuf [nullPointer]
odb-api-0.18.0/odb/src/aux/pcma_5.c:302:26: note: Assignment 'tmpbuf=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/pcma_5.c:325:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/pcma_5.c:326:5: warning: Possible null pointer dereference: tmpbuf [nullPointer]
odb-api-0.18.0/odb/src/aux/pcma_5.c:302:26: note: Assignment 'tmpbuf=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/pcma_5.c:326:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/pcma_5.c:327:5: warning: Possible null pointer dereference: tmpbuf [nullPointer]
odb-api-0.18.0/odb/src/aux/pcma_5.c:302:26: note: Assignment 'tmpbuf=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/pcma_5.c:327:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/pcma_9.c:201:7: style: Condition '!dbl_align' is always true [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/aux/pcma_9.c:126:19: note: Assignment 'dbl_align=0', assigned value is 0
odb-api-0.18.0/odb/src/aux/pcma_9.c:201:7: note: Condition '!dbl_align' is always true
odb-api-0.18.0/odb/src/aux/pcma_9.c:299:26: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/pcma_9.c:240:9: style: The scope of the variable 'ii' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_9.c:278:7: style: The scope of the variable 'nwrt' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/pcma_9.c:316:22: style: Variable 'nwrt' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/pcma_9.c:298:21: style: Variable 'lenactive' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/qtar_sub.c:619:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
odb-api-0.18.0/odb/src/aux/qtar_sub.c:618:12: note: outer condition: m
odb-api-0.18.0/odb/src/aux/qtar_sub.c:619:11: note: identical inner condition: m
odb-api-0.18.0/odb/src/aux/qtar_sub.c:623:11: warning: Either the condition 'm' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/qtar_sub.c:619:11: note: Assuming that condition 'm' is not redundant
odb-api-0.18.0/odb/src/aux/qtar_sub.c:623:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/qtar_sub.c:443:11: style: Variable 'inc' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/qtar_sub.c:521:23: style: Variable 'hdrsize_new' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/qtar_sub.c:601:21: style: Variable 'hdrsize_new' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/qtar_sub.c:636:23: style: Variable 'hdrsize_new' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/result.c:514:10: warning: Possible null pointer dereference: newres [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:500:22: note: Assignment 'newres=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:514:10: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:515:3: warning: Possible null pointer dereference: newres [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:500:22: note: Assignment 'newres=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:515:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:516:3: warning: Possible null pointer dereference: newres [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:500:22: note: Assignment 'newres=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:516:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:517:3: warning: Possible null pointer dereference: newres [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:500:22: note: Assignment 'newres=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:517:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:518:3: warning: Possible null pointer dereference: newres [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:500:22: note: Assignment 'newres=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:518:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:519:3: warning: Possible null pointer dereference: newres [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:500:22: note: Assignment 'newres=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:519:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:520:3: warning: Possible null pointer dereference: newres [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:500:22: note: Assignment 'newres=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:520:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:521:3: warning: Possible null pointer dereference: newres [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:500:22: note: Assignment 'newres=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:521:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:522:3: warning: Possible null pointer dereference: newres [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:500:22: note: Assignment 'newres=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:522:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:523:3: warning: Possible null pointer dereference: newres [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:500:22: note: Assignment 'newres=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:523:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:524:3: warning: Possible null pointer dereference: newres [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:500:22: note: Assignment 'newres=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:524:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:745:4: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:742:15: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:745:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:746:4: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:742:15: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:746:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:858:12: warning: Possible null pointer dereference: idx [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:842:15: note: Assignment 'idx=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:858:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:859:8: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:843:16: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:859:8: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1032:16: warning: Either the condition 'if(dyn&&dyn->data)' is redundant or there is possible null pointer dereference: dyn. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/result.c:1042:7: note: Assuming that condition 'if(dyn&&dyn->data)' is not redundant
odb-api-0.18.0/odb/src/aux/result.c:1032:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1036:9: warning: Either the condition 'if(dyn&&dyn->data)' is redundant or there is possible null pointer dereference: dyn. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/result.c:1042:7: note: Assuming that condition 'if(dyn&&dyn->data)' is not redundant
odb-api-0.18.0/odb/src/aux/result.c:1036:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1037:11: warning: Either the condition 'if(dyn&&dyn->data)' is redundant or there is possible null pointer dereference: dyn. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/result.c:1042:7: note: Assuming that condition 'if(dyn&&dyn->data)' is not redundant
odb-api-0.18.0/odb/src/aux/result.c:1037:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1038:4: warning: Either the condition 'if(dyn&&dyn->data)' is redundant or there is possible null pointer dereference: dyn. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/result.c:1042:7: note: Assuming that condition 'if(dyn&&dyn->data)' is not redundant
odb-api-0.18.0/odb/src/aux/result.c:1038:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1039:20: warning: Either the condition 'if(dyn&&dyn->data)' is redundant or there is possible null pointer dereference: dyn. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/result.c:1042:7: note: Assuming that condition 'if(dyn&&dyn->data)' is not redundant
odb-api-0.18.0/odb/src/aux/result.c:1039:20: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1085:4: warning: Possible null pointer dereference: colmask [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:944:22: note: Assignment 'colmask=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1085:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1148:58: warning: Either the condition '!tc' is redundant or there is possible null pointer dereference: tc. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/result.c:1133:8: note: Assuming that condition '!tc' is not redundant
odb-api-0.18.0/odb/src/aux/result.c:1148:58: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1150:19: warning: Either the condition '!tc' is redundant or there is possible null pointer dereference: tc. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/aux/result.c:1133:8: note: Assuming that condition '!tc' is not redundant
odb-api-0.18.0/odb/src/aux/result.c:1150:19: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1461:7: warning: Possible null pointer dereference: do_this_col [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1457:25: note: Assignment 'do_this_col=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1461:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1465:4: warning: Possible null pointer dereference: do_this_col [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1457:25: note: Assignment 'do_this_col=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1465:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1657:2: warning: Possible null pointer dereference: dtnum [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1633:21: note: Assignment 'dtnum=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1657:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1660:54: warning: Possible null pointer dereference: odb_type_tag [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1635:28: note: Assignment 'odb_type_tag=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1660:54: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1661:54: warning: Possible null pointer dereference: odb_name_tag [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1636:28: note: Assignment 'odb_name_tag=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1661:54: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1662:62: warning: Possible null pointer dereference: odb_nickname_tag [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1637:32: note: Assignment 'odb_nickname_tag=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1662:62: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1669:9: warning: Possible null pointer dereference: odb_type_tag [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1635:28: note: Assignment 'odb_type_tag=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1669:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1670:9: warning: Possible null pointer dereference: odb_name_tag [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1636:28: note: Assignment 'odb_name_tag=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1670:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1671:9: warning: Possible null pointer dereference: odb_nickname_tag [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1637:32: note: Assignment 'odb_nickname_tag=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1671:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1698:13: warning: Possible null pointer dereference: ncfile [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1681:17: note: Assignment 'ncfile=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1698:13: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1706:11: warning: Possible null pointer dereference: title [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1679:16: note: Assignment 'title=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1706:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1882:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1882:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1883:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1883:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1884:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1884:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1885:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1885:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1886:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1886:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1887:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1887:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1888:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1888:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1889:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1889:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1890:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1890:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1891:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1891:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1892:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1892:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1893:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1893:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1894:2: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1894:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:1895:16: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1895:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:2061:8: warning: Possible null pointer dereference: f [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:2053:13: note: Assignment 'f=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:2061:8: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:2065:13: warning: Possible null pointer dereference: f [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:2053:13: note: Assignment 'f=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:2065:13: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:2068:25: warning: Possible null pointer dereference: f [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:2053:13: note: Assignment 'f=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:2068:25: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:2144:2: warning: Possible null pointer dereference: width [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:1608:18: note: Assignment 'width=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:2144:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:2880:4: warning: Possible null pointer dereference: keys [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:2874:19: note: Assignment 'keys=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:2880:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:2895:2: warning: Possible null pointer dereference: grpsta [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:2890:16: note: Assignment 'grpsta=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:2895:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:2912:6: warning: Possible null pointer dereference: grpsta [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:2890:16: note: Assignment 'grpsta=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:2912:6: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:2915:2: warning: Possible null pointer dereference: grpsta [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:2890:16: note: Assignment 'grpsta=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:2915:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:2952:6: warning: Possible null pointer dereference: aggrflag [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:2947:20: note: Assignment 'aggrflag=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:2952:6: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:3097:16: warning: Possible null pointer dereference: ppfile [nullPointer]
odb-api-0.18.0/odb/src/aux/result.c:3093:22: note: Assignment 'ppfile=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:3097:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/result.c:747:17: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
odb-api-0.18.0/odb/src/aux/result.c:742:15: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:747:17: note: Null pointer addition
odb-api-0.18.0/odb/src/aux/result.c:1896:19: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
odb-api-0.18.0/odb/src/aux/result.c:1880:13: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/result.c:1896:19: note: Null pointer addition
odb-api-0.18.0/odb/src/aux/result.c:94:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/result.c:90:0: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/result.c:94:5: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/result.c:685:7: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/aux/result.c:681:0: note: Variable 'idx' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/result.c:685:7: note: Variable 'idx' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/aux/result.c:819:11: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/result.c:2820:15: style: The scope of the variable 'k' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/result.c:189:15: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/result.c:2959:26: style: Variable 'colthis' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/result.c:3046:16: style: Variable 'gzip' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/simul.c:42:21: warning: Possible null pointer dereference: s [nullPointer]
odb-api-0.18.0/odb/src/aux/simul.c:38:15: note: Assignment 's=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/simul.c:42:21: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/simul.c:283:9: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/simul.c:65:23: style: Variable 'saved' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/aux/simul.c:125:7: style: Unused variable: i [unusedVariable]
odb-api-0.18.0/odb/src/aux/upcma.c:451:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/aux/upcma.c:506:11: style: Same expression on both sides of '-'. [duplicateExpression]
odb-api-0.18.0/odb/src/aux/upcma.c:46:7: style: The scope of the variable 'errflg' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/upcma.c:47:16: style: The scope of the variable 'word4' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/util.c:221:7: style: Condition '!allocated' is always true [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/aux/util.c:193:29: note: Assignment 'allocated=0', assigned value is 0
odb-api-0.18.0/odb/src/aux/util.c:221:7: note: Condition '!allocated' is always true
odb-api-0.18.0/odb/src/aux/util_ccode.c:69:3: warning: Possible null pointer dereference: p_envname [nullPointer]
odb-api-0.18.0/odb/src/aux/util_ccode.c:63:21: note: Assignment 'p_envname=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_ccode.c:69:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_ccode.c:70:14: warning: Possible null pointer dereference: p_envname [nullPointer]
odb-api-0.18.0/odb/src/aux/util_ccode.c:63:21: note: Assignment 'p_envname=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_ccode.c:70:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_ccode.c:105:3: warning: Possible null pointer dereference: p_envname [nullPointer]
odb-api-0.18.0/odb/src/aux/util_ccode.c:100:21: note: Assignment 'p_envname=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_ccode.c:105:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_ccode.c:106:14: warning: Possible null pointer dereference: p_envname [nullPointer]
odb-api-0.18.0/odb/src/aux/util_ccode.c:100:21: note: Assignment 'p_envname=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_ccode.c:106:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_ccode.c:128:3: warning: Possible null pointer dereference: p_file [nullPointer]
odb-api-0.18.0/odb/src/aux/util_ccode.c:124:18: note: Assignment 'p_file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_ccode.c:128:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_ccode.c:130:16: warning: Possible null pointer dereference: p_file [nullPointer]
odb-api-0.18.0/odb/src/aux/util_ccode.c:124:18: note: Assignment 'p_file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_ccode.c:130:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_filehandler.c:22:10: warning: Possible null pointer dereference: file [nullPointer]
odb-api-0.18.0/odb/src/aux/util_filehandler.c:18:16: note: Assignment 'file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_filehandler.c:22:10: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_filehandler.c:23:3: warning: Possible null pointer dereference: file [nullPointer]
odb-api-0.18.0/odb/src/aux/util_filehandler.c:18:16: note: Assignment 'file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_filehandler.c:23:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_filehandler.c:53:10: warning: Possible null pointer dereference: file [nullPointer]
odb-api-0.18.0/odb/src/aux/util_filehandler.c:49:16: note: Assignment 'file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_filehandler.c:53:10: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_filehandler.c:54:3: warning: Possible null pointer dereference: file [nullPointer]
odb-api-0.18.0/odb/src/aux/util_filehandler.c:49:16: note: Assignment 'file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_filehandler.c:54:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_filehandler.c:56:14: warning: Possible null pointer dereference: file [nullPointer]
odb-api-0.18.0/odb/src/aux/util_filehandler.c:49:16: note: Assignment 'file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_filehandler.c:56:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_filehandler.c:86:10: warning: Possible null pointer dereference: file [nullPointer]
odb-api-0.18.0/odb/src/aux/util_filehandler.c:82:16: note: Assignment 'file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_filehandler.c:86:10: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_filehandler.c:87:3: warning: Possible null pointer dereference: file [nullPointer]
odb-api-0.18.0/odb/src/aux/util_filehandler.c:82:16: note: Assignment 'file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_filehandler.c:87:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/util_filehandler.c:89:14: warning: Possible null pointer dereference: file [nullPointer]
odb-api-0.18.0/odb/src/aux/util_filehandler.c:82:16: note: Assignment 'file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/aux/util_filehandler.c:89:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/aux/vpack_bits.c:159:33: style: The scope of the variable 'negshift' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/aux/vpack_bits.c:273:24: style: The scope of the variable 'notshift' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/defines.c:27:5: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/compiler/defines.c:19:20: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/defines.c:27:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/defines.c:29:16: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/compiler/defines.c:19:20: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/defines.c:29:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:5191:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
odb-api-0.18.0/odb/src/compiler/genc.c:1011:15: warning: Possible null pointer dereference: s [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:1007:16: note: Assignment 's=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:1011:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:1012:18: warning: Possible null pointer dereference: s [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:1007:16: note: Assignment 's=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:1012:18: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:2948:17: warning: Possible null pointer dereference: dofunc [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:2893:21: note: Assignment 'dofunc=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:2948:17: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:2950:21: warning: Possible null pointer dereference: dofunc [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:2893:21: note: Assignment 'dofunc=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:2950:21: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:2952:33: warning: Possible null pointer dereference: dofunc [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:2893:21: note: Assignment 'dofunc=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:2952:33: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:3027:8: warning: Possible null pointer dereference: consider_tables [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:2875:31: note: Assignment 'consider_tables=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:3027:8: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:3557:3: warning: Possible null pointer dereference: done [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:2890:22: note: Assignment 'done=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:3557:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:3657:9: warning: Possible null pointer dereference: orphan [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:2891:24: note: Assignment 'orphan=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:3657:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:3810:5: warning: Possible null pointer dereference: inlined_len [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:2906:27: note: Assignment 'inlined_len=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:3810:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:3852:7: warning: Possible null pointer dereference: close_bracket [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:2905:27: note: Assignment 'close_bracket=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:3852:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:4567:19: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:4558:20: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:4567:19: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:4767:4: warning: Possible null pointer dereference: colaux [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:4756:17: note: Assignment 'colaux=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:4767:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:4772:9: warning: Possible null pointer dereference: colaux [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:4756:17: note: Assignment 'colaux=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:4772:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:4776:7: warning: Possible null pointer dereference: colaux [nullPointer]
odb-api-0.18.0/odb/src/compiler/genc.c:4756:17: note: Assignment 'colaux=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/genc.c:4776:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/genc.c:317:5: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/compiler/genc.c:314:0: note: Variable 'token' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/genc.c:317:5: note: Variable 'token' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/genc.c:2347:8: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/compiler/genc.c:2345:0: note: Variable 'p' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/genc.c:2347:8: note: Variable 'p' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/genc.c:3485:8: style: Variable 'tbltag' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/compiler/genc.c:3483:0: note: Variable 'tbltag' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/genc.c:3485:8: note: Variable 'tbltag' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/genc.c:4626:7: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/compiler/genc.c:4621:0: note: Variable 'p' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/genc.c:4626:7: note: Variable 'p' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/genc.c:4696:7: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/compiler/genc.c:4691:0: note: Variable 'p' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/genc.c:4696:7: note: Variable 'p' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/genc.c:1165:37: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
odb-api-0.18.0/odb/src/compiler/genc.c:995:13: style: The scope of the variable 'isym' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/genc.c:1004:10: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/genc.c:2115:8: style: The scope of the variable 'typetag_len' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/genc.c:2116:8: style: The scope of the variable 'nametag_len' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/genc.c:2117:8: style: The scope of the variable 'exttypetag_len' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/genc.c:2118:8: style: The scope of the variable 'extnametag_len' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/genc.c:2120:8: style: The scope of the variable 'nmem' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/genc.c:5212:11: style: The scope of the variable 'p' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/genc.c:1454:19: style: Variable 'nselect' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/compiler/odb98.c:657:6: warning: Either the condition 'if(odb_source)' is redundant or there is possible null pointer dereference: odb_source. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/odb98.c:661:8: note: Assuming that condition 'if(odb_source)' is not redundant
odb-api-0.18.0/odb/src/compiler/odb98.c:657:6: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/odb98.c:732:23: warning: Possible null pointer dereference: long_name [nullPointer]
odb-api-0.18.0/odb/src/compiler/odb98.c:725:23: note: Assignment 'long_name=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/odb98.c:732:23: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/odb98.c:771:14: warning: Possible null pointer dereference: ddfile [nullPointer]
odb-api-0.18.0/odb/src/compiler/odb98.c:768:20: note: Assignment 'ddfile=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/odb98.c:771:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/odb98.c:1220:25: warning: Possible null pointer dereference: argv [nullPointer]
odb-api-0.18.0/odb/src/compiler/odb98.c:1184:17: note: Assignment 'argv=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/odb98.c:1220:25: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/odb98.c:1682:14: warning: Possible null pointer dereference: fpsrc_file [nullPointer]
odb-api-0.18.0/odb/src/compiler/odb98.c:1182:22: note: Assignment 'fpsrc_file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/odb98.c:1682:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/odb98.c:1975:11: warning: Possible null pointer dereference: s [nullPointer]
odb-api-0.18.0/odb/src/compiler/odb98.c:1967:12: note: Assignment 's=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/odb98.c:1975:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/odb98.c:1057:5: style: Variable 'saved' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/compiler/odb98.c:1053:0: note: Variable 'saved' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/odb98.c:1057:5: note: Variable 'saved' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/odb98.c:724:22: style: The scope of the variable 'short_env' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/tree.c:3079:7: style: Condition 'on_error' is always false [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/compiler/tree.c:3031:22: note: Assignment 'on_error=0', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:3079:7: note: Condition 'on_error' is always false
odb-api-0.18.0/odb/src/compiler/tree.c:650:3: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:648:19: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:650:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:651:3: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:648:19: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:651:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:652:3: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:648:19: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:652:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:653:3: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:648:19: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:653:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:654:3: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:648:19: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:654:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:957:5: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:957:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:961:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:961:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:962:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:962:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:963:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:963:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:964:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:964:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:968:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:968:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:969:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:969:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:970:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:970:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:971:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:971:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:974:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:974:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:975:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:975:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:976:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:976:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:977:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:977:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:979:5: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:979:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:981:5: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:981:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:982:5: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:982:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:983:5: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:983:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:988:7: warning: Either the condition '!psym' is redundant or there is possible null pointer dereference: psym. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:928:7: note: Assuming that condition '!psym' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:988:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1033:5: warning: Either the condition '!ptype' is redundant or there is possible null pointer dereference: ptype. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1022:7: note: Assuming that condition '!ptype' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1033:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1034:5: warning: Either the condition '!ptype' is redundant or there is possible null pointer dereference: ptype. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1022:7: note: Assuming that condition '!ptype' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1034:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1035:5: warning: Either the condition '!ptype' is redundant or there is possible null pointer dereference: ptype. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1022:7: note: Assuming that condition '!ptype' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1035:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1036:5: warning: Either the condition '!ptype' is redundant or there is possible null pointer dereference: ptype. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1022:7: note: Assuming that condition '!ptype' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1036:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1038:5: warning: Either the condition '!ptype' is redundant or there is possible null pointer dereference: ptype. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1022:7: note: Assuming that condition '!ptype' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1038:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1039:5: warning: Either the condition '!ptype' is redundant or there is possible null pointer dereference: ptype. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1022:7: note: Assuming that condition '!ptype' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1039:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1040:5: warning: Either the condition '!ptype' is redundant or there is possible null pointer dereference: ptype. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1022:7: note: Assuming that condition '!ptype' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1040:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1041:5: warning: Either the condition '!ptype' is redundant or there is possible null pointer dereference: ptype. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1022:7: note: Assuming that condition '!ptype' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1041:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1042:5: warning: Either the condition '!ptype' is redundant or there is possible null pointer dereference: ptype. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1022:7: note: Assuming that condition '!ptype' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1042:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1044:5: warning: Either the condition '!ptype' is redundant or there is possible null pointer dereference: ptype. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1022:7: note: Assuming that condition '!ptype' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1044:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1145:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1145:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1146:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1146:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1147:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1147:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1148:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1148:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1149:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1149:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1150:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1150:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1151:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1151:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1152:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1152:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1153:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1153:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1154:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1154:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1155:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1155:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1156:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1156:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1157:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1157:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1158:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1158:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1160:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1160:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1162:5: warning: Either the condition '!ptable' is redundant or there is possible null pointer dereference: ptable. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1134:7: note: Assuming that condition '!ptable' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1162:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1204:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1204:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1206:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1206:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1208:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1208:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1209:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1209:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1211:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1211:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1212:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1212:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1213:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1213:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1215:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1215:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1216:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1216:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1217:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1217:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1218:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1218:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1219:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1219:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1221:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1221:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1223:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1223:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1224:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1224:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1225:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1225:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1226:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1226:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1227:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1227:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1228:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1228:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1229:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1229:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1230:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1230:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1232:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1232:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1234:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1234:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1235:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1235:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1236:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1236:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1237:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1237:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1238:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1238:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1239:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1239:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1240:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1240:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1241:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1241:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1243:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1243:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1244:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1244:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1246:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1246:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1247:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1247:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1249:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1249:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1251:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1251:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1252:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1252:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1253:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1253:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1255:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1255:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1256:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1256:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1258:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1258:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1260:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1260:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1261:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1261:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1263:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1263:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1264:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1264:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1266:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1266:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1268:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1268:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1269:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1269:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1270:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1270:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1272:5: warning: Either the condition '!pview' is redundant or there is possible null pointer dereference: pview. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:1193:7: note: Assuming that condition '!pview' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:1272:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1522:20: warning: Possible null pointer dereference: ptcache [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:1503:24: note: Assignment 'ptcache=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:1522:20: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1637:15: warning: Possible null pointer dereference: ptcache [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:1616:24: note: Assignment 'ptcache=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:1637:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1744:4: warning: Possible null pointer dereference: cmp [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:1741:20: note: Assignment 'cmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:1744:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1745:4: warning: Possible null pointer dereference: cmp [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:1741:20: note: Assignment 'cmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:1745:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:1747:8: warning: Possible null pointer dereference: cmp [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:1741:20: note: Assignment 'cmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:1747:8: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2050:33: warning: Possible null pointer dereference: arg [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2045:18: note: Assignment 'arg=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2050:33: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2220:26: warning: Possible null pointer dereference: xvar [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2214:18: note: Assignment 'xvar=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2220:26: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2224:5: warning: Either the condition 'if(xvar)' is redundant or there is possible null pointer dereference: xvar. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/compiler/tree.c:2226:8: note: Assuming that condition 'if(xvar)' is not redundant
odb-api-0.18.0/odb/src/compiler/tree.c:2224:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2758:2: warning: Possible null pointer dereference: cmp [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2748:29: note: Assignment 'cmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2758:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2759:2: warning: Possible null pointer dereference: cmp [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2748:29: note: Assignment 'cmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2759:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2760:2: warning: Possible null pointer dereference: cmp [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2748:29: note: Assignment 'cmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2760:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2763:13: warning: Possible null pointer dereference: cmp [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2748:29: note: Assignment 'cmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2763:13: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2769:2: warning: Possible null pointer dereference: newflag [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2746:22: note: Assignment 'newflag=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2769:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2770:2: warning: Possible null pointer dereference: newfrom [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2747:29: note: Assignment 'newfrom=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2770:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2839:7: warning: Possible null pointer dereference: all_tables [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2825:30: note: Assignment 'all_tables=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2839:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2847:7: warning: Possible null pointer dereference: picked [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2826:19: note: Assignment 'picked=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2847:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2848:7: warning: Possible null pointer dereference: newfrom [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2821:27: note: Assignment 'newfrom=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2848:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2857:6: warning: Possible null pointer dereference: touched [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2827:24: note: Assignment 'touched=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2857:6: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2910:2: warning: Possible null pointer dereference: newflag [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2907:22: note: Assignment 'newflag=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2910:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2922:36: warning: Possible null pointer dereference: oldfromlist [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2920:27: note: Assignment 'oldfromlist=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2922:36: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2923:36: warning: Possible null pointer dereference: newfromlist [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2921:27: note: Assignment 'newfromlist=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2923:36: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2927:20: warning: Possible null pointer dereference: oldfromlist [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2920:27: note: Assignment 'oldfromlist=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2927:20: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2928:9: warning: Possible null pointer dereference: oldfromlist [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2920:27: note: Assignment 'oldfromlist=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2928:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2933:25: warning: Possible null pointer dereference: newfromlist [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2921:27: note: Assignment 'newfromlist=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2933:25: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2934:9: warning: Possible null pointer dereference: newfromlist [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2921:27: note: Assignment 'newfromlist=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2934:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2970:7: warning: Possible null pointer dereference: fromlist [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:2965:23: note: Assignment 'fromlist=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2970:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:3593:42: warning: Possible null pointer dereference: refcount [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:3587:21: note: Assignment 'refcount=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:3593:42: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:3604:2: warning: Possible null pointer dereference: from [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:3584:24: note: Assignment 'from=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:3604:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:3605:2: warning: Possible null pointer dereference: from_attr [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:3585:22: note: Assignment 'from_attr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:3605:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:3713:2: warning: Possible null pointer dereference: args [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:3709:25: note: Assignment 'args=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:3713:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:3749:2: warning: Possible null pointer dereference: args [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:3745:25: note: Assignment 'args=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:3749:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:4598:4: warning: Possible null pointer dereference: reftab [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:4578:20: note: Assignment 'reftab=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:4598:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:4603:4: warning: Possible null pointer dereference: reftab [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:4578:20: note: Assignment 'reftab=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:4603:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:4603:4: warning: Possible null pointer dereference: in_select [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:4548:28: note: Assignment 'in_select=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:4603:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:5012:5: warning: Possible null pointer dereference: refcount [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:4973:19: note: Assignment 'refcount=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:5012:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:5013:5: warning: Possible null pointer dereference: linkmode [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:4974:19: note: Assignment 'linkmode=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:5013:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:5135:2: warning: Possible null pointer dereference: refcount [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:4973:19: note: Assignment 'refcount=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:5135:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:5136:2: warning: Possible null pointer dereference: linkmode [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:4974:19: note: Assignment 'linkmode=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:5136:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:5465:15: warning: Possible null pointer dereference: slen [nullPointer]
odb-api-0.18.0/odb/src/compiler/tree.c:5441:17: note: Assignment 'slen=NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:5465:15: note: Null pointer dereference
odb-api-0.18.0/odb/src/compiler/tree.c:2162:14: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
odb-api-0.18.0/odb/src/compiler/tree.c:2160:23: note: Assignment 'pbrR=pbrL?strchr(ptable,']'):NULL', assigned value is 0
odb-api-0.18.0/odb/src/compiler/tree.c:2162:14: note: Null pointer subtraction
odb-api-0.18.0/odb/src/compiler/tree.c:4220:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/compiler/tree.c:4239:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/compiler/tree.c:4248:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/compiler/tree.c:290:5: style: Variable 'pkw' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/compiler/tree.c:287:0: note: Variable 'pkw' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/tree.c:290:5: note: Variable 'pkw' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/tree.c:323:7: style: Variable 'pright' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/compiler/tree.c:321:0: note: Variable 'pright' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/tree.c:323:7: note: Variable 'pright' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/tree.c:369:5: style: Variable 'pf' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/compiler/tree.c:366:0: note: Variable 'pf' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/tree.c:369:5: note: Variable 'pf' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/tree.c:3723:2: style: Variable 'chain' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/compiler/tree.c:3719:0: note: Variable 'chain' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/tree.c:3723:2: note: Variable 'chain' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/tree.c:3759:2: style: Variable 'chain' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/compiler/tree.c:3755:0: note: Variable 'chain' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/tree.c:3759:2: note: Variable 'chain' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/compiler/tree.c:2374:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
odb-api-0.18.0/odb/src/compiler/tree.c:682:9: style: The scope of the variable 'psm' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/tree.c:2414:9: style: The scope of the variable 'slen' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/tree.c:3491:6: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/tree.c:5681:7: style: The scope of the variable 'name_idx' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/compiler/tree.c:3529:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/compiler/tree.c:3603:13: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/compiler/tree.c:5559:6: style: Unused variable: jj [unusedVariable]
odb-api-0.18.0/odb/src/extras/emos/pbio.c:805:15: error: Array 'namebuff[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
odb-api-0.18.0/odb/src/extras/emos/pbio.c:800:29: note: Assignment 'n1=(l1>256)?256:l1', assigned value is 256
odb-api-0.18.0/odb/src/extras/emos/pbio.c:805:15: note: Array index out of bounds
odb-api-0.18.0/odb/src/extras/emos/pbio.c:806:15: error: Array 'modebuff[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
odb-api-0.18.0/odb/src/extras/emos/pbio.c:801:29: note: Assignment 'n2=(l2>10)?10:l2', assigned value is 10
odb-api-0.18.0/odb/src/extras/emos/pbio.c:806:15: note: Array index out of bounds
odb-api-0.18.0/odb/src/extras/emos/pbio.c:735:4: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
odb-api-0.18.0/odb/src/extras/emos/pbio.c:1141:8: style: The scope of the variable 'buff' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/extras/emos/readprod.c:326:21: style: The scope of the variable 'code' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/extras/ifsaux/support/cargs.c:67:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/extras/ifsaux/support/cargs.c:64:0: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/extras/ifsaux/support/cargs.c:67:5: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/extras/ifsaux/support/cargs.c:70:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/extras/ifsaux/support/crc.c:83:17: style: The scope of the variable 'c' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:2278:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:2278:7: note: outer condition: a_out
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:2278:14: note: identical inner condition: a_out
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:448:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:1421:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:2205:4: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'const signed char *'. [invalidPrintfArgType_uint]
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:2355:3: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'const signed char *'. [invalidPrintfArgType_uint]
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:1628:11: warning: Either the condition '!name' is redundant or there is possible null pointer dereference: from. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:1635:7: note: Assuming that condition '!name' is not redundant
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:1627:10: note: Assignment 'from=name', assigned value is 0
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:1628:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:2037:9: style: The scope of the variable 'p' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:2063:9: style: The scope of the variable 'p' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:1000:23: style: Unused variable: oldmask [unusedVariable]
odb-api-0.18.0/odb/src/extras/ifsaux/support/drhook.c:1098:11: style: Unused variable: is [unusedVariable]
odb-api-0.18.0/odb/src/extras/ifsaux/support/endian.c:79:13: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
odb-api-0.18.0/odb/src/extras/ifsaux/support/env.c:185:7: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/extras/ifsaux/support/env.c:183:0: note: Variable 'env' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/extras/ifsaux/support/env.c:185:7: note: Variable 'env' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/ae_dump.c:163:7: performance: Buffer 'buf' is being written before its old content has been used. [redundantCopy]
odb-api-0.18.0/odb/src/lib/ae_dump.c:161:7: note: Buffer 'buf' is being written before its old content has been used.
odb-api-0.18.0/odb/src/lib/ae_dump.c:163:7: note: Buffer 'buf' is being written before its old content has been used.
odb-api-0.18.0/odb/src/lib/aggr.c:109:7: warning: Possible null pointer dereference: aux [nullPointer]
odb-api-0.18.0/odb/src/lib/aggr.c:106:23: note: Assignment 'aux=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/aggr.c:109:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/aggr.c:130:2: warning: Possible null pointer dereference: aux [nullPointer]
odb-api-0.18.0/odb/src/lib/aggr.c:106:23: note: Assignment 'aux=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/aggr.c:130:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/aggr.c:133:4: warning: Possible null pointer dereference: aux [nullPointer]
odb-api-0.18.0/odb/src/lib/aggr.c:106:23: note: Assignment 'aux=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/aggr.c:133:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/aggr.c:134:10: warning: Possible null pointer dereference: aux [nullPointer]
odb-api-0.18.0/odb/src/lib/aggr.c:106:23: note: Assignment 'aux=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/aggr.c:134:10: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/aggr.c:137:6: warning: Possible null pointer dereference: aux [nullPointer]
odb-api-0.18.0/odb/src/lib/aggr.c:106:23: note: Assignment 'aux=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/aggr.c:137:6: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/aggr.c:140:4: warning: Possible null pointer dereference: aux [nullPointer]
odb-api-0.18.0/odb/src/lib/aggr.c:106:23: note: Assignment 'aux=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/aggr.c:140:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/aggr.c:476:30: warning: Possible null pointer dereference: dtmp [nullPointer]
odb-api-0.18.0/odb/src/lib/aggr.c:474:21: note: Assignment 'dtmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/aggr.c:476:30: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/aggr.c:477:12: warning: Possible null pointer dereference: dtmp [nullPointer]
odb-api-0.18.0/odb/src/lib/aggr.c:474:21: note: Assignment 'dtmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/aggr.c:477:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/aggr.c:876:8: warning: Possible null pointer dereference: dtmp [nullPointer]
odb-api-0.18.0/odb/src/lib/aggr.c:873:21: note: Assignment 'dtmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/aggr.c:876:8: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/aggr.c:877:12: warning: Possible null pointer dereference: dtmp [nullPointer]
odb-api-0.18.0/odb/src/lib/aggr.c:873:21: note: Assignment 'dtmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/aggr.c:877:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/aggr.c:977:3: warning: Possible null pointer dereference: dtmp [nullPointer]
odb-api-0.18.0/odb/src/lib/aggr.c:973:21: note: Assignment 'dtmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/aggr.c:977:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/aggr.c:1120:13: style: The scope of the variable 'top' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/aggr.c:1120:22: style: The scope of the variable 'bot' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:184:23: style: Redundant condition: is_formula. '!is_formula || (is_formula && myproc==1)' is equivalent to '!is_formula || myproc==1' [redundantCondition]
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:100:14: warning: Possible null pointer dereference: tmp_CMDBKEYS_hashtable [nullPointer]
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:88:47: note: Assignment 'tmp_CMDBKEYS_hashtable=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:100:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:250:3: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:233:10: note: Assuming that condition 'p' is not redundant
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:250:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:251:3: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:233:10: note: Assuming that condition 'p' is not redundant
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:251:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:252:3: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:233:10: note: Assuming that condition 'p' is not redundant
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:252:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:253:3: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:233:10: note: Assuming that condition 'p' is not redundant
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:253:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/cmdbkeys.c:636:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/codb.c:794:24: warning: Return value of function tolower() is not used. [ignoredReturnValue]
odb-api-0.18.0/odb/src/lib/codb.c:929:24: warning: Return value of function tolower() is not used. [ignoredReturnValue]
odb-api-0.18.0/odb/src/lib/codb.c:2694:16: style: Redundant condition: !is_table. 'is_table || (!is_table && pf->it==it)' is equivalent to 'is_table || pf->it==it' [redundantCondition]
odb-api-0.18.0/odb/src/lib/codb.c:737:31: style: Condition 'Poolno==-1' is always true [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/lib/codb.c:736:19: note: Assignment 'Poolno=-1', assigned value is -1
odb-api-0.18.0/odb/src/lib/codb.c:737:31: note: Condition 'Poolno==-1' is always true
odb-api-0.18.0/odb/src/lib/codb.c:872:31: style: Condition 'Poolno==-1' is always true [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/lib/codb.c:871:19: note: Assignment 'Poolno=-1', assigned value is -1
odb-api-0.18.0/odb/src/lib/codb.c:872:31: note: Condition 'Poolno==-1' is always true
odb-api-0.18.0/odb/src/lib/codb.c:1529:18: style: Condition 'rc>=0' is always true [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/lib/codb.c:1497:12: note: Assignment 'rc=0', assigned value is 0
odb-api-0.18.0/odb/src/lib/codb.c:1529:18: note: Condition 'rc>=0' is always true
odb-api-0.18.0/odb/src/lib/codb.c:1581:18: style: Condition 'rc>=0' is always true [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/lib/codb.c:1544:12: note: Assignment 'rc=0', assigned value is 0
odb-api-0.18.0/odb/src/lib/codb.c:1581:18: note: Condition 'rc>=0' is always true
odb-api-0.18.0/odb/src/lib/codb.c:1820:10: style: Condition 'rc>=0' is always true [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/lib/codb.c:1770:12: note: Assignment 'rc=0', assigned value is 0
odb-api-0.18.0/odb/src/lib/codb.c:1820:10: note: Condition 'rc>=0' is always true
odb-api-0.18.0/odb/src/lib/codb.c:823:16: warning: Possible null pointer dereference: teststr [nullPointer]
odb-api-0.18.0/odb/src/lib/codb.c:821:23: note: Assignment 'teststr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/codb.c:823:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/codb.c:825:18: warning: Possible null pointer dereference: teststr [nullPointer]
odb-api-0.18.0/odb/src/lib/codb.c:821:23: note: Assignment 'teststr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/codb.c:825:18: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/codb.c:958:16: warning: Possible null pointer dereference: teststr [nullPointer]
odb-api-0.18.0/odb/src/lib/codb.c:956:23: note: Assignment 'teststr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/codb.c:958:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/codb.c:960:18: warning: Possible null pointer dereference: teststr [nullPointer]
odb-api-0.18.0/odb/src/lib/codb.c:956:23: note: Assignment 'teststr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/codb.c:960:18: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/codb.c:2016:12: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/lib/codb.c:1950:13: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/codb.c:2016:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/codb.c:737:31: style: Same expression on both sides of '==' because the value of 'Poolno' and '-1' are the same. [duplicateExpression]
odb-api-0.18.0/odb/src/lib/codb.c:736:19: note: 'Poolno' is assigned value '-1' here.
odb-api-0.18.0/odb/src/lib/codb.c:737:31: note: Same expression on both sides of '==' because the value of 'Poolno' and '-1' are the same.
odb-api-0.18.0/odb/src/lib/codb.c:872:31: style: Same expression on both sides of '==' because the value of 'Poolno' and '-1' are the same. [duplicateExpression]
odb-api-0.18.0/odb/src/lib/codb.c:871:19: note: 'Poolno' is assigned value '-1' here.
odb-api-0.18.0/odb/src/lib/codb.c:872:31: note: Same expression on both sides of '==' because the value of 'Poolno' and '-1' are the same.
odb-api-0.18.0/odb/src/lib/codb.c:1529:18: style: Same expression on both sides of '>=' because the value of 'rc' and '0' are the same. [duplicateExpression]
odb-api-0.18.0/odb/src/lib/codb.c:1497:12: note: 'rc' is assigned value '0' here.
odb-api-0.18.0/odb/src/lib/codb.c:1529:18: note: Same expression on both sides of '>=' because the value of 'rc' and '0' are the same.
odb-api-0.18.0/odb/src/lib/codb.c:1581:18: style: Same expression on both sides of '>=' because the value of 'rc' and '0' are the same. [duplicateExpression]
odb-api-0.18.0/odb/src/lib/codb.c:1544:12: note: 'rc' is assigned value '0' here.
odb-api-0.18.0/odb/src/lib/codb.c:1581:18: note: Same expression on both sides of '>=' because the value of 'rc' and '0' are the same.
odb-api-0.18.0/odb/src/lib/codb.c:1820:10: style: Same expression on both sides of '>=' because the value of 'rc' and '0' are the same. [duplicateExpression]
odb-api-0.18.0/odb/src/lib/codb.c:1770:12: note: 'rc' is assigned value '0' here.
odb-api-0.18.0/odb/src/lib/codb.c:1820:10: note: Same expression on both sides of '>=' because the value of 'rc' and '0' are the same.
odb-api-0.18.0/odb/src/lib/codb.c:2313:12: style: The scope of the variable 'lens' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/codb.c:177:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/codb.c:1609:14: style: Variable 'is_table' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/codb.c:3194:8: style: Unused variable: u [unusedVariable]
odb-api-0.18.0/odb/src/lib/codb.c:594:4: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/lib/codb.c:2062:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/lib/codb.c:2088:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/lib/codb.c:338:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:389:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:454:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:584:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:747:11: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:882:11: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:1043:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:1053:17: error: Uninitialized variable: pf [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:1054:2: error: Uninitialized variable: pf [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:2211:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:2259:50: error: Uninitialized variable: pf [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:2368:50: error: Uninitialized variable: pf [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:2495:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:2752:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:2803:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:2845:11: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:2894:11: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/codb.c:3034:6: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/cread_iomap.c:55:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/lib/cread_iomap.c:69:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/lib/cread_iomap.c:111:15: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/lib/ctx.c:241:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/dynlink.c:862:22: warning: Possible null pointer dereference: dollar_path [nullPointer]
odb-api-0.18.0/odb/src/lib/dynlink.c:854:25: note: Assignment 'dollar_path=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/dynlink.c:862:22: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/dynlink.c:940:19: warning: Possible null pointer dereference: dollar_path [nullPointer]
odb-api-0.18.0/odb/src/lib/dynlink.c:928:25: note: Assignment 'dollar_path=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/dynlink.c:940:19: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/dynlink.c:862:5: style: Variable 'srcpath' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/dynlink.c:855:0: note: Variable 'srcpath' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/dynlink.c:862:5: note: Variable 'srcpath' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/dynlink.c:612:11: style: The scope of the variable 'len' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/dynlink.c:169:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/dynlink.c:368:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/dynlink.c:782:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/lib/eq_regions.c:653:24: warning: Possible null pointer dereference: s_cap [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:602:19: note: Assignment 's_cap=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:653:24: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:708:21: warning: Possible null pointer dereference: n_regions [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:603:20: note: Assignment 'n_regions=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:708:21: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:783:38: warning: Possible null pointer dereference: n_regions [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:603:20: note: Assignment 'n_regions=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:783:38: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:982:22: warning: Possible null pointer dereference: regs [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:959:22: note: Assignment 'regs=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:982:22: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:983:22: warning: Possible null pointer dereference: regs [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:959:22: note: Assignment 'regs=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:983:22: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:984:22: warning: Possible null pointer dereference: regs [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:959:22: note: Assignment 'regs=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:984:22: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:985:22: warning: Possible null pointer dereference: regs [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:959:22: note: Assignment 'regs=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:985:22: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:996:4: warning: Possible null pointer dereference: regs [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:959:22: note: Assignment 'regs=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:996:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:997:4: warning: Possible null pointer dereference: regs [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:959:22: note: Assignment 'regs=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:997:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:998:4: warning: Possible null pointer dereference: regs [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:959:22: note: Assignment 'regs=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:998:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:999:4: warning: Possible null pointer dereference: regs [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:959:22: note: Assignment 'regs=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:999:4: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:1012:25: warning: Possible null pointer dereference: regs [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:959:22: note: Assignment 'regs=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:1012:25: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:1013:25: warning: Possible null pointer dereference: regs [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:959:22: note: Assignment 'regs=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:1013:25: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:1049:2: warning: Possible null pointer dereference: loncnt [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:963:21: note: Assignment 'loncnt=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:1049:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:1050:2: warning: Possible null pointer dereference: latband [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:961:25: note: Assignment 'latband=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:1050:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:1057:6: warning: Possible null pointer dereference: loncnt [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:963:21: note: Assignment 'loncnt=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:1057:6: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:1062:6: warning: Possible null pointer dereference: deltalon [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:965:26: note: Assignment 'deltalon=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:1062:6: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:1063:6: warning: Possible null pointer dereference: stlon [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:964:23: note: Assignment 'stlon=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:1063:6: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:1063:19: warning: Possible null pointer dereference: deltalon [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:965:26: note: Assignment 'deltalon=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:1063:19: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:1068:6: warning: Possible null pointer dereference: latband [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:961:25: note: Assignment 'latband=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:1068:6: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:1100:2: warning: Possible null pointer dereference: midlat [nullPointer]
odb-api-0.18.0/odb/src/lib/eq_regions.c:962:24: note: Assignment 'midlat=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/eq_regions.c:1100:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/eq_regions.c:465:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/eq_regions.c:466:10: style: The scope of the variable 'c_polar' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/eq_regions.c:1087:8: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/eq_regions.c:1442:17: style: Variable 'boxid' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/eq_regions.c:117:5: warning: Conversion of string literal "sphere_region: dim > 2 not supported" to bool always evaluates to true. [incorrectStringBooleanError]
odb-api-0.18.0/odb/src/lib/eq_regions.c:145:5: warning: Conversion of string literal "top_cap_region: dim > 2 not supported" to bool always evaluates to true. [incorrectStringBooleanError]
odb-api-0.18.0/odb/src/lib/eq_regions.c:173:5: warning: Conversion of string literal "bot_cap_region: dim > 2 not supported" to bool always evaluates to true. [incorrectStringBooleanError]
odb-api-0.18.0/odb/src/lib/eq_regions.c:204:5: warning: Conversion of string literal "area_of_cap: dim > 2 not supported" to bool always evaluates to true. [incorrectStringBooleanError]
odb-api-0.18.0/odb/src/lib/eq_regions.c:253:5: warning: Conversion of string literal "sradius_of_cap: dim > 2 not supported" to bool always evaluates to true. [incorrectStringBooleanError]
odb-api-0.18.0/odb/src/lib/eq_regions.c:206:10: error: Uninitialized variable: area [uninitvar]
odb-api-0.18.0/odb/src/lib/eq_regions.c:305:10: error: Uninitialized variable: colat [uninitvar]
odb-api-0.18.0/odb/src/lib/errtrap.c:135:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/evaluate.c:190:28: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
odb-api-0.18.0/odb/src/lib/evaluate.c:1392:6: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/evaluate.c:1390:0: note: Variable 's' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/evaluate.c:1392:6: note: Variable 's' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/evaluate.c:659:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/evaluate.c:676:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/evaluate.c:806:16: style: The scope of the variable 'ntabs' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/evaluate.c:807:9: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/evaluate.c:612:2: style: Label 'finish' is not used. [unusedLabel]
odb-api-0.18.0/odb/src/lib/evaluate.c:667:2: style: Label 'finish' is not used. [unusedLabel]
odb-api-0.18.0/odb/src/lib/evaluate.c:685:2: style: Label 'finish' is not used. [unusedLabel]
odb-api-0.18.0/odb/src/lib/evaluate.c:867:2: style: Label 'finish' is not used. [unusedLabel]
odb-api-0.18.0/odb/src/lib/evaluate.c:1104:2: style: Label 'finish' is not used. [unusedLabel]
odb-api-0.18.0/odb/src/lib/evaluate.c:1169:2: style: Label 'finish' is not used. [unusedLabel]
odb-api-0.18.0/odb/src/lib/evaluate.c:1087:0: style: Variable 'cmdno' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/forfunc.c:74:14: warning: Possible null pointer dereference: tmp_FORFUNC_hashtable [nullPointer]
odb-api-0.18.0/odb/src/lib/forfunc.c:62:50: note: Assignment 'tmp_FORFUNC_hashtable=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/forfunc.c:74:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/forfunc.c:147:3: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/forfunc.c:120:10: note: Assuming that condition 'p' is not redundant
odb-api-0.18.0/odb/src/lib/forfunc.c:147:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/forfunc.c:148:3: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/forfunc.c:120:10: note: Assuming that condition 'p' is not redundant
odb-api-0.18.0/odb/src/lib/forfunc.c:148:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/forfunc.c:149:3: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/forfunc.c:120:10: note: Assuming that condition 'p' is not redundant
odb-api-0.18.0/odb/src/lib/forfunc.c:149:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/forfunc.c:150:3: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/forfunc.c:120:10: note: Assuming that condition 'p' is not redundant
odb-api-0.18.0/odb/src/lib/forfunc.c:150:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/forfunc.c:286:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/funcs.c:225:14: warning: Either the condition '!buf' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/funcs.c:221:7: note: Assuming that condition '!buf' is not redundant
odb-api-0.18.0/odb/src/lib/funcs.c:225:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/funcs.c:113:3: style: Variable 'pf' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/funcs.c:107:0: note: Variable 'pf' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/funcs.c:113:3: note: Variable 'pf' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/funcs.c:38:9: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/funcs.c:36:34: style: Variable 'thsp' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/funcs.c:66:34: style: Variable 'thsp' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/funcs.c:89:34: style: Variable 'thsp' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/hashing.c:167:7: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/hashing.c:165:9: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/lib/hashing.c:167:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/hashing.c:168:7: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/hashing.c:165:9: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/lib/hashing.c:168:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/hashing.c:169:13: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/hashing.c:165:9: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/lib/hashing.c:169:13: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/hashing.c:170:19: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/hashing.c:165:9: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/lib/hashing.c:170:19: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/hashing.c:171:7: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/hashing.c:165:9: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/lib/hashing.c:171:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/hashing.c:172:7: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/hashing.c:165:9: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/lib/hashing.c:172:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/hashing.c:270:2: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/lib/hashing.c:263:17: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/hashing.c:270:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:147:11: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:140:14: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:147:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:313:16: warning: Possible null pointer dereference: query [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:310:21: note: Assignment 'query=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:313:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:356:16: warning: Possible null pointer dereference: query [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:353:21: note: Assignment 'query=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:356:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:453:7: warning: Either the condition '!reg' is redundant or there is possible null pointer dereference: reg. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/inside.c:450:9: note: Assuming that condition '!reg' is not redundant
odb-api-0.18.0/odb/src/lib/inside.c:453:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:454:7: warning: Either the condition '!reg' is redundant or there is possible null pointer dereference: reg. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/inside.c:450:9: note: Assuming that condition '!reg' is not redundant
odb-api-0.18.0/odb/src/lib/inside.c:454:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:631:16: warning: Possible null pointer dereference: query [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:628:21: note: Assignment 'query=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:631:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:824:16: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:806:19: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:824:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:893:5: warning: Possible null pointer dereference: args [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:882:20: note: Assignment 'args=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:893:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:897:5: warning: Possible null pointer dereference: args [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:882:20: note: Assignment 'args=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:897:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:901:5: warning: Possible null pointer dereference: args [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:882:20: note: Assignment 'args=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:901:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:906:7: warning: Possible null pointer dereference: args [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:882:20: note: Assignment 'args=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:906:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:927:5: warning: Possible null pointer dereference: args [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:923:20: note: Assignment 'args=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:927:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:928:5: warning: Possible null pointer dereference: args [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:923:20: note: Assignment 'args=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:928:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:929:5: warning: Possible null pointer dereference: args [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:923:20: note: Assignment 'args=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:929:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:930:5: warning: Possible null pointer dereference: args [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:923:20: note: Assignment 'args=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:930:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:932:7: warning: Possible null pointer dereference: args [nullPointer]
odb-api-0.18.0/odb/src/lib/inside.c:923:20: note: Assignment 'args=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/inside.c:932:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/inside.c:555:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/inside.c:552:0: note: Variable 'str' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:555:5: note: Variable 'str' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:581:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/inside.c:578:0: note: Variable 'str' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:581:3: note: Variable 'str' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:713:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/inside.c:710:0: note: Variable 'str' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:713:5: note: Variable 'str' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:797:24: style: Variable 'poolmask' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/inside.c:790:0: note: Variable 'poolmask' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:797:24: note: Variable 'poolmask' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:798:24: style: Variable 'db' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/inside.c:791:0: note: Variable 'db' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:798:24: note: Variable 'db' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:799:24: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/inside.c:792:0: note: Variable 'query' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:799:24: note: Variable 'query' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/inside.c:1038:11: style: The scope of the variable 'value' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/inside.c:903:24: style: Variable 'make_sort_unique' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/inside.c:188:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/lib/orlist.c:230:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/lib/orlist.c:227:17: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/orlist.c:230:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/orlist.c:260:5: warning: Possible null pointer dereference: iv [nullPointer]
odb-api-0.18.0/odb/src/lib/orlist.c:258:23: note: Assignment 'iv=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/orlist.c:260:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/orlist.c:262:7: warning: Possible null pointer dereference: iv [nullPointer]
odb-api-0.18.0/odb/src/lib/orlist.c:258:23: note: Assignment 'iv=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/orlist.c:262:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/orlist.c:263:7: warning: Possible null pointer dereference: iv [nullPointer]
odb-api-0.18.0/odb/src/lib/orlist.c:258:23: note: Assignment 'iv=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/orlist.c:263:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/orlist.c:75:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/lib/orlist.c:178:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb/src/lib/orlist.c:285:7: style: Variable 'iv' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/orlist.c:283:0: note: Variable 'iv' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/orlist.c:285:7: note: Variable 'iv' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/orlist.c:299:5: style: Variable 'iv' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/orlist.c:298:0: note: Variable 'iv' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/orlist.c:299:5: note: Variable 'iv' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/peinfo.c:49:14: warning: Possible null pointer dereference: tmp_PEINFO_hashtable [nullPointer]
odb-api-0.18.0/odb/src/lib/peinfo.c:35:37: note: Assignment 'tmp_PEINFO_hashtable=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/peinfo.c:49:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/poolmasking.c:108:20: warning: Possible null pointer dereference: envname [nullPointer]
odb-api-0.18.0/odb/src/lib/poolmasking.c:99:19: note: Assignment 'envname=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/poolmasking.c:108:20: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/poolmasking.c:246:9: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/poolmasking.c:367:0: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/poolmasking.c:132:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/lib/poolmasking.c:144:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/lib/prt.c:378:9: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:44:12: warning: Possible null pointer dereference: rtable_file [nullPointer]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:36:23: note: Assignment 'rtable_file=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:44:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/rgg_regions.c:162:2: warning: Possible null pointer dereference: midlat [nullPointer]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:145:22: note: Assignment 'zlmu=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:160:16: note: Assignment 'midlat=zlmu', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:162:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/rgg_regions.c:162:27: warning: Possible null pointer dereference: zlmu [nullPointer]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:145:22: note: Assignment 'zlmu=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:162:27: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/rgg_regions.c:168:7: warning: Possible null pointer dereference: zlatedge [nullPointer]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:147:26: note: Assignment 'zlatedge=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:168:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/rgg_regions.c:170:2: warning: Possible null pointer dereference: zlatedge [nullPointer]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:147:26: note: Assignment 'zlatedge=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:170:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/rgg_regions.c:170:57: warning: Possible null pointer dereference: zw [nullPointer]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:146:20: note: Assignment 'zw=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:170:57: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/rgg_regions.c:175:7: warning: Possible null pointer dereference: zlatedge [nullPointer]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:147:26: note: Assignment 'zlatedge=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:175:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/rgg_regions.c:186:2: warning: Possible null pointer dereference: latband [nullPointer]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:141:25: note: Assignment 'latband=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:186:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/rgg_regions.c:200:2: warning: Possible null pointer dereference: deltalon [nullPointer]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:144:26: note: Assignment 'deltalon=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:200:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/rgg_regions.c:201:2: warning: Possible null pointer dereference: stlon [nullPointer]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:143:23: note: Assignment 'stlon=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:201:2: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/rgg_regions.c:223:19: warning: Possible null pointer dereference: deltalon [nullPointer]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:144:26: note: Assignment 'deltalon=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/rgg_regions.c:223:19: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/rgg_regions.c:47:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:39:0: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/rgg_regions.c:47:3: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/rgg_regions.c:160:7: style: Variable 'midlat' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:142:0: note: Variable 'midlat' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/rgg_regions.c:160:7: note: Variable 'midlat' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/rgg_regions.c:57:20: style: Same expression on both sides of '&&'. [duplicateExpression]
odb-api-0.18.0/odb/src/lib/rgg_regions.c:91:5: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/lib/rot.c:47:10: style: The scope of the variable 'a_lambda' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/rot.c:48:10: style: The scope of the variable 'a_phi' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/rot.c:49:10: style: The scope of the variable 'arg' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/rot.c:51:10: style: The scope of the variable 'e_lambda' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/rot.c:52:10: style: The scope of the variable 'e_phi' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/rot.c:59:10: style: The scope of the variable 'term1' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/rot.c:60:10: style: The scope of the variable 'term2' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/stack.c:27:19: style: Variable 'initialized' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/symtab.c:35:7: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/symtab.c:33:9: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/lib/symtab.c:35:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/symtab.c:39:31: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/symtab.c:33:9: note: Assuming that condition '!p' is not redundant
odb-api-0.18.0/odb/src/lib/symtab.c:39:31: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/symtab.c:73:34: style: Variable 'thsp' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/symtab.c:89:34: style: Variable 'thsp' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/lib/tracing.c:244:11: style: The scope of the variable 'p' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/tracing.c:322:14: style: The scope of the variable 'jnext' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/tracing.c:322:21: style: The scope of the variable 'newline' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/tracing.c:439:16: style: The scope of the variable 'npropel' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/tracing.c:440:16: style: The scope of the variable 'maxchar' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/twindow.c:355:11: style: Unused variable: j [unusedVariable]
odb-api-0.18.0/odb/src/lib/var.c:67:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
odb-api-0.18.0/odb/src/lib/var.c:65:7: note: outer condition: !VAR_hashtable
odb-api-0.18.0/odb/src/lib/var.c:67:9: note: identical inner condition: !VAR_hashtable
odb-api-0.18.0/odb/src/lib/var.c:80:9: warning: Possible null pointer dereference: tmp_VAR_hashtable [nullPointer]
odb-api-0.18.0/odb/src/lib/var.c:68:44: note: Assignment 'tmp_VAR_hashtable=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/var.c:80:9: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/var.c:376:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/vecloops.c:538:17: style: Condition 'dlen>0' is always true [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/lib/vecloops.c:589:17: style: Condition 'dlen>0' is always true [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/lib/vecloops.c:429:17: warning: Either the condition 'if(method)' is redundant or there is possible null pointer dereference: method. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/vecloops.c:438:8: note: Assuming that condition 'if(method)' is not redundant
odb-api-0.18.0/odb/src/lib/vecloops.c:429:17: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/vecloops.c:542:5: warning: Possible null pointer dereference: tmp [nullPointer]
odb-api-0.18.0/odb/src/lib/vecloops.c:539:19: note: Assignment 'tmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/vecloops.c:542:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/vecloops.c:593:5: warning: Possible null pointer dereference: tmp [nullPointer]
odb-api-0.18.0/odb/src/lib/vecloops.c:590:19: note: Assignment 'tmp=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/vecloops.c:593:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/vecloops.c:226:13: style: The scope of the variable 'k' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/lib/version.c:30:14: warning: Either the condition '!cycle_str' is redundant or there is possible null pointer dereference: cycle_str. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/lib/version.c:28:7: note: Assuming that condition '!cycle_str' is not redundant
odb-api-0.18.0/odb/src/lib/version.c:30:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/wildcard.c:151:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/lib/wildcard.c:146:17: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/wildcard.c:151:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/wildcard.c:172:7: warning: Possible null pointer dereference: d [nullPointer]
odb-api-0.18.0/odb/src/lib/wildcard.c:167:17: note: Assignment 'd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/lib/wildcard.c:172:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/lib/wildcard.c:192:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/wildcard.c:189:0: note: Variable 'str' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/wildcard.c:192:5: note: Variable 'str' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/wildcard.c:209:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/lib/wildcard.c:206:0: note: Variable 'str' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/wildcard.c:209:5: note: Variable 'str' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/lib/write_ddl.c:18:9: error: Uninitialized variable: p [uninitvar]
odb-api-0.18.0/odb/src/tools/dcagen.c:336:13: style: Redundant condition: at. '!at || (at && strequ(at+1,tablename))' is equivalent to '!at || strequ(at+1,tablename)' [redundantCondition]
odb-api-0.18.0/odb/src/tools/dcagen.c:43:47: warning: Either the condition 'ddfile' is redundant or there is possible null pointer dereference: ddfile. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/tools/dcagen.c:767:7: note: Assuming that condition 'ddfile' is not redundant
odb-api-0.18.0/odb/src/tools/dcagen.c:781:27: note: Calling function 'read_ddfile', 1st argument 'ddfile' value is 0
odb-api-0.18.0/odb/src/tools/dcagen.c:43:47: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/dcagen.c:356:13: warning: Possible null pointer dereference: name [nullPointer]
odb-api-0.18.0/odb/src/tools/dcagen.c:353:17: note: Assignment 'name=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/dcagen.c:356:13: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/dcagen.c:364:13: warning: Possible null pointer dereference: name [nullPointer]
odb-api-0.18.0/odb/src/tools/dcagen.c:361:17: note: Assignment 'name=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/dcagen.c:364:13: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/dcagen.c:764:14: warning: Either the condition '!ddfile' is redundant or there is possible null pointer dereference: ddfile. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/tools/dcagen.c:761:7: note: Assuming that condition '!ddfile' is not redundant
odb-api-0.18.0/odb/src/tools/dcagen.c:764:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/dcagen.c:44:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/tools/dcagen.c:42:0: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/tools/dcagen.c:44:3: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/tools/dcagen.c:139:7: style: The scope of the variable 'N' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:564:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:567:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:570:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:573:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:576:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:579:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:582:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:585:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:588:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:591:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:594:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:597:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:600:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:603:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:606:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:609:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:612:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:615:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/dcagen.c:59:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:117:9: style: Condition 'debug' is always false [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:76:15: note: Assignment 'debug=0', assigned value is 0
odb-api-0.18.0/odb/src/tools/dd2ddl.c:117:9: note: Condition 'debug' is always false
odb-api-0.18.0/odb/src/tools/dd2ddl.c:133:11: style: Condition 'debug' is always false [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:76:15: note: Assignment 'debug=0', assigned value is 0
odb-api-0.18.0/odb/src/tools/dd2ddl.c:133:11: note: Condition 'debug' is always false
odb-api-0.18.0/odb/src/tools/dd2ddl.c:138:9: style: Condition 'debug' is always false [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:76:15: note: Assignment 'debug=0', assigned value is 0
odb-api-0.18.0/odb/src/tools/dd2ddl.c:138:9: note: Condition 'debug' is always false
odb-api-0.18.0/odb/src/tools/dd2ddl.c:143:9: style: Condition 'debug' is always false [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:76:15: note: Assignment 'debug=0', assigned value is 0
odb-api-0.18.0/odb/src/tools/dd2ddl.c:143:9: note: Condition 'debug' is always false
odb-api-0.18.0/odb/src/tools/dd2ddl.c:183:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:76:15: note: Assignment 'debug=0', assigned value is 0
odb-api-0.18.0/odb/src/tools/dd2ddl.c:183:6: note: Condition 'debug' is always false
odb-api-0.18.0/odb/src/tools/dd2ddl.c:203:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:76:15: note: Assignment 'debug=0', assigned value is 0
odb-api-0.18.0/odb/src/tools/dd2ddl.c:203:10: note: Condition 'debug' is always false
odb-api-0.18.0/odb/src/tools/dd2ddl.c:255:41: warning: Possible null pointer dereference: set [nullPointer]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:90:16: note: Assignment 'set=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/dd2ddl.c:255:41: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/dd2ddl.c:116:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:142:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:152:8: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:202:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:237:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:128:0: error: Memory leak: table [memleak]
odb-api-0.18.0/odb/src/tools/dd2ddl.c:338:0: error: Memory leak: set [memleak]
odb-api-0.18.0/odb/src/tools/hcat.c:80:12: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/tools/hcat.c:72:13: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/hcat.c:80:12: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/hcat.c:82:16: warning: Possible null pointer dereference: p [nullPointer]
odb-api-0.18.0/odb/src/tools/hcat.c:72:13: note: Assignment 'p=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/hcat.c:82:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/hcat.c:658:16: warning: Possible null pointer dereference: env [nullPointer]
odb-api-0.18.0/odb/src/tools/hcat.c:653:17: note: Assignment 'env=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/hcat.c:658:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/hcat.c:673:16: warning: Possible null pointer dereference: env [nullPointer]
odb-api-0.18.0/odb/src/tools/hcat.c:653:17: note: Assignment 'env=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/hcat.c:673:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/hcat.c:97:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/tools/hcat.c:95:0: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/tools/hcat.c:97:3: note: Variable 'fp' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/tools/hcat.c:194:4: style: Variable 'ipoolno' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/tools/hcat.c:193:4: note: Variable 'ipoolno' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/tools/hcat.c:194:4: note: Variable 'ipoolno' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/tools/hcat.c:658:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb/src/tools/hcat.c:654:0: note: Variable 'p' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/tools/hcat.c:658:5: note: Variable 'p' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb/src/tools/hcat.c:110:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
odb-api-0.18.0/odb/src/tools/ioassign.c:370:16: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb/src/tools/mr2d_create.c:222:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
odb-api-0.18.0/odb/src/tools/mr2d_create.c:222:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
odb-api-0.18.0/odb/src/tools/mr2d_create.c:168:7: warning: Possible null pointer dereference: index [nullPointer]
odb-api-0.18.0/odb/src/tools/mr2d_create.c:57:25: note: Assignment 'index=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/mr2d_create.c:168:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mr2d_create.c:182:5: warning: Possible null pointer dereference: chunk [nullPointer]
odb-api-0.18.0/odb/src/tools/mr2d_create.c:58:25: note: Assignment 'chunk=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/mr2d_create.c:182:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mr2d_create.c:187:3: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/tools/mr2d_create.c:55:23: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/mr2d_create.c:187:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mr2d_create.c:188:3: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/tools/mr2d_create.c:55:23: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/mr2d_create.c:188:3: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mr2d_create.c:191:5: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/tools/mr2d_create.c:55:23: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/mr2d_create.c:191:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mr2d_create.c:192:5: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/tools/mr2d_create.c:55:23: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/mr2d_create.c:192:5: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mr2d_split.c:155:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
odb-api-0.18.0/odb/src/tools/mr2d_split.c:186:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
odb-api-0.18.0/odb/src/tools/mr2d_split.c:186:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
odb-api-0.18.0/odb/src/tools/mr2d_split.c:120:17: warning: Either the condition '!infile' is redundant or there is possible null pointer dereference: infile. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/tools/mr2d_split.c:109:7: note: Assuming that condition '!infile' is not redundant
odb-api-0.18.0/odb/src/tools/mr2d_split.c:120:17: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mr2d_split.c:174:16: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/tools/mr2d_split.c:165:25: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/mr2d_split.c:174:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mr2d_split.c:179:7: warning: Possible null pointer dereference: index [nullPointer]
odb-api-0.18.0/odb/src/tools/mr2d_split.c:167:27: note: Assignment 'index=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/mr2d_split.c:179:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mr2d_split.c:179:18: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/tools/mr2d_split.c:165:25: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/mr2d_split.c:179:18: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mr2d_split.c:180:7: warning: Possible null pointer dereference: chunk [nullPointer]
odb-api-0.18.0/odb/src/tools/mr2d_split.c:168:27: note: Assignment 'chunk=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/mr2d_split.c:180:7: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mr2d_split.c:180:18: warning: Possible null pointer dereference: hdr [nullPointer]
odb-api-0.18.0/odb/src/tools/mr2d_split.c:165:25: note: Assignment 'hdr=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/mr2d_split.c:180:18: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mysort.c:220:13: style: Condition '!errflg' is always true [knownConditionTrueFalse]
odb-api-0.18.0/odb/src/tools/mysort.c:195:16: note: Assignment 'errflg=0', assigned value is 0
odb-api-0.18.0/odb/src/tools/mysort.c:220:13: note: Condition '!errflg' is always true
odb-api-0.18.0/odb/src/tools/mysort.c:352:20: warning: Either the condition '(buf)?(free(buf),buf=NULL):NULL' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/tools/mysort.c:353:6: note: Assuming that condition '(buf)?(free(buf),buf=NULL):NULL' is not redundant
odb-api-0.18.0/odb/src/tools/mysort.c:352:20: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/mysort.c:279:4: style: Same value in both branches of ternary operator. [duplicateValueTernary]
odb-api-0.18.0/odb/src/tools/mysort.c:375:7: style: Same value in both branches of ternary operator. [duplicateValueTernary]
odb-api-0.18.0/odb/src/tools/mysort.c:385:2: style: Same value in both branches of ternary operator. [duplicateValueTernary]
odb-api-0.18.0/odb/src/tools/mysort.c:422:8: style: The scope of the variable 'jf' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/mysort.c:469:0: error: Memory leak: new_argv [memleak]
odb-api-0.18.0/odb/src/tools/mysort.c:465:0: error: Memory leak: x [memleak]
odb-api-0.18.0/odb/src/tools/odb2rgg.c:148:14: warning: Possible null pointer dereference: sql_query [nullPointer]
odb-api-0.18.0/odb/src/tools/odb2rgg.c:138:23: note: Assignment 'sql_query=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/odb2rgg.c:148:14: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/odb2rgg.c:204:8: style: Unused variable: i [unusedVariable]
odb-api-0.18.0/odb/src/tools/odb2rgg.c:266:6: style: Unused variable: i [unusedVariable]
odb-api-0.18.0/odb/src/tools/odbdump_main.c:41:9: style: The scope of the variable 'p' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/odbdump_main.c:293:4: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/tools/odbdump_main.c:384:5: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb/src/tools/odbdump_main.c:263:3: warning: Conversion of string literal "Database open" to bool always evaluates to true. [incorrectStringBooleanError]
odb-api-0.18.0/odb/src/tools/odbi_direct_main.c:238:7: error: Common realloc mistake: 'options' nulled but not freed upon failure [memleakOnRealloc]
odb-api-0.18.0/odb/src/tools/odbi_direct_main.c:245:7: error: Common realloc mistake: 'poolmask' nulled but not freed upon failure [memleakOnRealloc]
odb-api-0.18.0/odb/src/tools/scheduler.c:31:13: style: The scope of the variable 'thread' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/scheduler.c:109:0: error: Memory leak: ret [memleak]
odb-api-0.18.0/odb/src/tools/scheduler.c:109:0: error: Memory leak: task [memleak]
odb-api-0.18.0/odb/src/tools/world2odb.c:340:51: warning: Either the condition 'if(pc)' is redundant or there is possible null pointer dereference: pc. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/tools/world2odb.c:347:7: note: Assuming that condition 'if(pc)' is not redundant
odb-api-0.18.0/odb/src/tools/world2odb.c:340:51: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/world2odb.c:344:30: warning: Either the condition 'if(pc)' is redundant or there is possible null pointer dereference: pc. [nullPointerRedundantCheck]
odb-api-0.18.0/odb/src/tools/world2odb.c:347:7: note: Assuming that condition 'if(pc)' is not redundant
odb-api-0.18.0/odb/src/tools/world2odb.c:344:30: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/world2odb.c:477:11: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/tools/world2odb.c:474:14: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/world2odb.c:477:11: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/world2odb.c:491:34: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/tools/world2odb.c:474:14: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/world2odb.c:491:34: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/world2odb.c:534:16: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/tools/world2odb.c:531:19: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/world2odb.c:534:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/world2odb.c:535:39: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/tools/world2odb.c:531:19: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/world2odb.c:535:39: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/world2odb.c:551:16: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/tools/world2odb.c:548:19: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/world2odb.c:551:16: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/world2odb.c:552:39: warning: Possible null pointer dereference: cmd [nullPointer]
odb-api-0.18.0/odb/src/tools/world2odb.c:548:19: note: Assignment 'cmd=NULL', assigned value is 0
odb-api-0.18.0/odb/src/tools/world2odb.c:552:39: note: Null pointer dereference
odb-api-0.18.0/odb/src/tools/world2odb.c:59:9: style: The scope of the variable 'npp' can be reduced. [variableScope]
odb-api-0.18.0/odb/src/tools/world2odb.c:504:5: style: Label 'release_space' is not used. [unusedLabel]
odb-api-0.18.0/odb/src/tools/world2odb.c:509:8: style: Unused variable: jp [unusedVariable]
odb-api-0.18.0/odb/src/tools/world2odb.c:269:30: warning: Either the condition 'slen<8' is redundant or strncat() argument nr 3 can have invalid value. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
odb-api-0.18.0/odb/src/tools/world2odb.c:266:34: note: Assuming that condition 'slen<8' is not redundant
odb-api-0.18.0/odb/src/tools/world2odb.c:269:30: note: Invalid argument
odb-api-0.18.0/odb/src/tools/world2odb.c:322:30: warning: Either the condition 'slen<8' is redundant or strncat() argument nr 3 can have invalid value. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
odb-api-0.18.0/odb/src/tools/world2odb.c:319:34: note: Assuming that condition 'slen<8' is not redundant
odb-api-0.18.0/odb/src/tools/world2odb.c:322:30: note: Invalid argument
odb-api-0.18.0/odb_api/src/api/odbql_c_example.c:92:16: style: The scope of the variable 'column' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/api/odbql_c_example.c:127:13: style: Variable 'column' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/api/odbql_c_example.c:70:43: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
odb-api-0.18.0/odb_api/src/ecml/ast/FunctionDefinition.h:25:5: style: Class 'FunctionDefinition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/core/Environment.h:38:13: style: Technically the member function 'ecml::Environment::currentFrame' can be const. [functionConst]
odb-api-0.18.0/odb_api/src/ecml/core/Environment.cc:123:22: note: Technically the member function 'ecml::Environment::currentFrame' can be const.
odb-api-0.18.0/odb_api/src/ecml/core/Environment.h:38:13: note: Technically the member function 'ecml::Environment::currentFrame' can be const.
odb-api-0.18.0/odb_api/src/ecml/core/Environment.h:23:1: warning: The class 'Environment' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
odb-api-0.18.0/odb_api/src/ecml/core/ExecutionContext.cc:26:3: style: Class 'ExecutionContext' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odb-api-0.18.0/odb_api/src/ecml/core/ExecutionContext.h:24:1: warning: The class 'ExecutionContext' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
odb-api-0.18.0/odb_api/src/ecml/data/DataHandleFactory.cc:83:30: style: Unused variable: handles [unusedVariable]
odb-api-0.18.0/odb_api/src/ecml/parser/Cell.cc:72:53: style: Function 'value' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
odb-api-0.18.0/odb_api/src/ecml/parser/Cell.h:46:51: note: Function 'value' argument 2 names different: declaration 'value' definition 'v'.
odb-api-0.18.0/odb_api/src/ecml/parser/Cell.cc:72:53: note: Function 'value' argument 2 names different: declaration 'value' definition 'v'.
odb-api-0.18.0/odb_api/src/ecml/parser/Cell.h:63:10: style: Technically the member function 'ecml::Cell::showGraph' can be const. [functionConst]
odb-api-0.18.0/odb_api/src/ecml/parser/Cell.cc:185:12: note: Technically the member function 'ecml::Cell::showGraph' can be const.
odb-api-0.18.0/odb_api/src/ecml/parser/Cell.h:63:10: note: Technically the member function 'ecml::Cell::showGraph' can be const.
odb-api-0.18.0/odb_api/src/ecml/parser/Cell.h:70:5: style: Class 'Cell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/parser/List.cc:25:15: style: Class 'List' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odb-api-0.18.0/odb_api/src/ecml/parser/List.cc:25:15: style: Class 'List' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odb-api-0.18.0/odb_api/src/ecml/parser/List.h:28:5: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/parser/RequestParser.cc:42:43: style: struct member 'RequestParserResult::result_' is never used. [unusedStructMember]
odb-api-0.18.0/odb_api/src/ecml/parser/RequestParser.cc:39:5: style: Class 'RequestParseError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/ApplyHandler.h:25:5: style: Class 'ApplyHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/FirstHandler.h:24:5: style: Class 'FirstHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/ForHandler.cc:89:15: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/ecml/prelude/ForHandler.cc:91:15: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/ecml/prelude/GetenvHandler.h:24:5: style: Class 'GetenvHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/GlobHandler.cc:46:12: warning: Redundant assignment of 'rc' to itself. [selfAssignment]
odb-api-0.18.0/odb_api/src/ecml/prelude/GlobHandler.h:24:5: style: Class 'GlobHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/IfHandler.h:25:5: style: Class 'IfHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/JoinStringsHandler.h:24:5: style: Class 'JoinStringsHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/LetHandler.h:25:5: style: Class 'LetHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/ListHandler.h:24:5: style: Class 'ListHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/MatchHandler.h:24:5: style: Class 'MatchHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/NullHandler.h:22:5: style: Class 'NullHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/SequenceHandler.h:24:5: style: Class 'SequenceHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/UpdateHandler.h:25:5: style: Class 'UpdateHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/DefineFunctionHandler.h:24:5: style: Class 'DefineFunctionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/ClosureHandler.h:24:5: style: Class 'ClosureHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/TestHandler.h:25:5: style: Class 'TestHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/RestHandler.h:24:5: style: Class 'RestHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/TemporaryFileHandler.h:24:5: style: Class 'TemporaryFileHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/SystemHandler.h:24:5: style: Class 'SystemHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/QuoteHandler.h:24:5: style: Class 'QuoteHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/RunHandler.h:24:5: style: Class 'RunHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/REPLHandler.h:26:5: style: Class 'REPLHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/RangeHandler.h:24:5: style: Class 'RangeHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/ForHandler.h:25:5: style: Class 'ForHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/ReadTextFileHandler.h:24:5: style: Class 'ReadTextFileHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/TryHandler.h:25:5: style: Class 'TryHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/ThrowHandler.h:24:5: style: Class 'ThrowHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/ecml/prelude/REPLHandler.cc:106:11: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/ecml/prelude/TryHandler.cc:78:17: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
odb-api-0.18.0/odb_api/src/ecml/prelude/TryHandler.cc:58:7: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/ecml/prelude/TryHandler.cc:74:15: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/odb_api/Comparator.cc:126:33: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/Comparator.cc:184:11: style: The scope of the variable 'column2' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/Comparator.cc:30:2: style: Class 'ValuesDifferent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/DataColumn.cc:51:32: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/DataTable.cc:176:13: style: Variable 'size_' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/DataTableIterator.cc:122:28: warning: Either the condition 'block' is redundant or there is possible null pointer dereference: block. [nullPointerRedundantCheck]
odb-api-0.18.0/odb_api/src/odb_api/DataTableIterator.cc:116:16: note: Assuming that condition 'block' is not redundant
odb-api-0.18.0/odb_api/src/odb_api/DataTableIterator.cc:122:28: note: Null pointer dereference
odb-api-0.18.0/odb_api/src/odb_api/DataTableIterator.cc:135:14: warning: Either the condition 'block' is redundant or there is possible null pointer dereference: block. [nullPointerRedundantCheck]
odb-api-0.18.0/odb_api/src/odb_api/DataTableIterator.cc:129:16: note: Assuming that condition 'block' is not redundant
odb-api-0.18.0/odb_api/src/odb_api/DataTableIterator.cc:135:14: note: Null pointer dereference
odb-api-0.18.0/odb_api/src/odb_api/DateTime.cc:311:7: style: The scope of the variable 'local_sec' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/DateTime.cc:272:28: style: Variable 'JULIAN_MIN' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:518:7: style: Variable 'r_regions' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:517:0: note: Variable 'r_regions' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:518:7: note: Variable 'r_regions' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:578:3: style: Variable 's_cap' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:574:0: note: Variable 's_cap' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:578:3: note: Variable 's_cap' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:579:3: style: Variable 'n_regions' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:575:0: note: Variable 'n_regions' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:579:3: note: Variable 'n_regions' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:811:3: style: Variable 'regs' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:807:0: note: Variable 'regs' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:811:3: note: Variable 'regs' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:122:10: style: The scope of the variable 'area' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:455:7: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:456:10: style: The scope of the variable 'c_polar' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:574:45: style: The scope of the variable 'c_top' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:574:52: style: The scope of the variable 'c_bot' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:574:59: style: The scope of the variable 'offset' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:575:26: style: The scope of the variable 'collar_n' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:575:47: style: The scope of the variable 'n_in_collar' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:575:60: style: The scope of the variable 'region_1_n' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:575:72: style: The scope of the variable 'region_n' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:576:7: style: The scope of the variable 'i' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:576:10: style: The scope of the variable 'j' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:576:13: style: The scope of the variable 'k' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:925:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:183:10: error: Uninitialized variable: area [uninitvar]
odb-api-0.18.0/odb_api/src/odb_api/EqRegionCache.cc:394:10: error: Uninitialized variable: colat [uninitvar]
odb-api-0.18.0/odb_api/src/odb_api/FastODA2Request.cc:97:37: style: Variable 'mds' is modified but its new value is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/FileMapper.cc:48:23: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/FunctionAND.cc:65:8: style: The scope of the variable 'missing' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/FunctionEQ.cc:63:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/FunctionEQ.cc:64:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/FunctionEQ_BOXLAT.cc:41:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/FunctionEQ_BOXLAT.cc:39:0: note: Variable 'res' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/FunctionEQ_BOXLAT.cc:41:5: note: Variable 'res' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/FunctionEQ_BOXLAT.cc:37:17: warning: Redundant assignment of 'lon_degrees' to itself. [selfAssignment]
odb-api-0.18.0/odb_api/src/odb_api/FunctionEQ_BOXLAT.cc:37:19: style: Variable 'lon_degrees' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/FunctionFactory.cc:158:14: style: Variable 'L' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/FunctionFactory.cc:347:14: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/FunctionFactory.cc:349:9: style: Variable 'digs' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/FunctionFactory.cc:490:35: style: Boolean variable 'rightMissing' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
odb-api-0.18.0/odb_api/src/odb_api/FunctionFactory.cc:231:1: warning: The class 'MathFunctionExpression_5' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
odb-api-0.18.0/odb_api/src/odb_api/FunctionJOIN.cc:50:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
odb-api-0.18.0/odb_api/src/odb_api/FunctionNOT_IN.cc:40:14: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/FunctionOR.cc:44:8: style: The scope of the variable 'missing' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/FunctionRGG_BOXLAT.cc:42:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/FunctionRGG_BOXLAT.cc:40:0: note: Variable 'res' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/FunctionRGG_BOXLAT.cc:42:5: note: Variable 'res' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/FunctionRGG_BOXLAT.cc:38:17: warning: Redundant assignment of 'lon_degrees' to itself. [selfAssignment]
odb-api-0.18.0/odb_api/src/odb_api/FunctionRGG_BOXLAT.cc:38:19: style: Variable 'lon_degrees' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/FunctionRLIKE.cc:70:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/FunctionRLIKE.cc:86:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/FunctionTDIFF.cc:60:5: style: Variable 'seconds' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/FunctionTDIFF.cc:53:0: note: Variable 'seconds' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/FunctionTDIFF.cc:60:5: note: Variable 'seconds' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/RegionCache.cc:206:10: warning: Redundant assignment of 'boxid' to itself. [selfAssignment]
odb-api-0.18.0/odb_api/src/odb_api/RegionCache.cc:206:12: style: Variable 'boxid' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:283:5: style: Variable 'zlmu' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:276:0: note: Variable 'zlmu' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:283:5: note: Variable 'zlmu' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:284:5: style: Variable 'zw' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:277:0: note: Variable 'zw' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:284:5: note: Variable 'zw' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:288:5: style: Variable 'midlat' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:273:0: note: Variable 'midlat' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:288:5: note: Variable 'midlat' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:64:26: style: Same expression on both sides of '&&'. [duplicateExpression]
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:108:18: style: The scope of the variable 'zpi' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:188:21: style: The scope of the variable 'zxz' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:189:27: style: The scope of the variable 'iter' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:203:10: style: The scope of the variable 'cont' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:317:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/RggRegionCache.cc:286:10: style: Variable 'iret' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/SQLCallbackOutput.cc:103:14: style: Variable 'L' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/SQLColumn.cc:147:14: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
odb-api-0.18.0/odb_api/src/odb_api/SQLCreateTable.cc:64:4: warning: Possible null pointer dereference: table [nullPointer]
odb-api-0.18.0/odb_api/src/odb_api/SQLCreateTable.cc:45:23: note: Assignment 'table=NULL', assigned value is 0
odb-api-0.18.0/odb_api/src/odb_api/SQLCreateTable.cc:64:4: note: Null pointer dereference
odb-api-0.18.0/odb_api/src/odb_api/SQLCreateTable.cc:65:4: warning: Possible null pointer dereference: table [nullPointer]
odb-api-0.18.0/odb_api/src/odb_api/SQLCreateTable.cc:45:23: note: Assignment 'table=NULL', assigned value is 0
odb-api-0.18.0/odb_api/src/odb_api/SQLCreateTable.cc:65:4: note: Null pointer dereference
odb-api-0.18.0/odb_api/src/odb_api/SQLCreateTable.cc:48:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
odb-api-0.18.0/odb_api/src/odb_api/SQLDataTable.cc:43:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
odb-api-0.18.0/odb_api/src/odb_api/SQLIndex.cc:21:16: style: struct member '_data::offset_' is never used. [unusedStructMember]
odb-api-0.18.0/odb_api/src/odb_api/SQLIndex.cc:22:16: style: struct member '_data::pool_' is never used. [unusedStructMember]
odb-api-0.18.0/odb_api/src/odb_api/SQLParser.cc:87:5: style: Struct 'SessionResetter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/SQLSelect.cc:224:20: style: The scope of the variable 'x' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/SQLSelectFactory.cc:322:12: style: The scope of the variable 'maxOpenFiles' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/SQLTable.cc:101:27: error: Accessing an item in container 'tokens' that is empty. [containerOutOfBounds]
odb-api-0.18.0/odb_api/src/odb_api/SQLTable.cc:69:17: style: Variable 'columnName' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/SchemaAnalyzer.cc:237:17: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/SchemaAnalyzer.cc:162:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
odb-api-0.18.0/odb_api/src/odb_api/SelectIterator.cc:105:10: style: The scope of the variable 'missing' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/StringExpression.cc:38:14: style: Variable 's' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/StringTool.cc:117:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/StringTool.cc:72:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
odb-api-0.18.0/odb_api/src/odb_api/TODATable.cc:181:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
odb-api-0.18.0/odb_api/src/odb_api/TODATable.cc:207:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
odb-api-0.18.0/odb_api/src/odb_api/TextReaderIterator.cc:99:19: warning: Accessing an item in container 'v'. Either the condition 'v.size()>0' is redundant or 'v' can be empty. [containerOutOfBounds]
odb-api-0.18.0/odb_api/src/odb_api/TextReaderIterator.cc:103:25: note: Assuming that condition 'v.size()>0' is not redundant
odb-api-0.18.0/odb_api/src/odb_api/TextReaderIterator.cc:99:19: note: Access out of bounds
odb-api-0.18.0/odb_api/src/odb_api/TextReaderIterator.cc:101:19: warning: Accessing an item in container 'v'. Either the condition 'v.size()>0' is redundant or 'v' can be empty. [containerOutOfBounds]
odb-api-0.18.0/odb_api/src/odb_api/TextReaderIterator.cc:103:25: note: Assuming that condition 'v.size()>0' is not redundant
odb-api-0.18.0/odb_api/src/odb_api/TextReaderIterator.cc:101:19: note: Access out of bounds
odb-api-0.18.0/odb_api/src/odb_api/VariablesTable.cc:34:2: warning: Member variable 'VariablesColumn::value_' is not initialized in the constructor. [uninitMemberVar]
odb-api-0.18.0/odb_api/src/odb_api/VariablesTable.cc:34:68: performance: Function parameter 'sqlType' should be passed by const reference. [passedByValue]
odb-api-0.18.0/odb_api/src/odb_api/WriterBufferingIterator.cc:176:7: portability: Casting from const double * con* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/WriterBufferingIterator.cc:283:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/WriterDispatchingIterator.cc:94:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/WriterDispatchingIterator.cc:100:29: style: Variable 'old' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/ecml_data/LocalHandleFactory.cc:62:18: style: Variable 'odbServerRoots' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/ArchiveHandler.h:22:5: style: Class 'ArchiveHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/ChunkHandler.h:24:5: style: Class 'ChunkHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/CompareHandler.h:24:5: style: Class 'CompareHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/CreateIndexHandler.h:24:5: style: Class 'CreateIndexHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/CreatePartitionsHandler.cc:53:11: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/CreatePartitionsHandler.h:24:5: style: Class 'CreatePartitionsHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/ImportTextHandler.h:24:5: style: Class 'ImportTextHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/SQLHandler.h:23:5: style: Class 'SQLHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/RetrieveHandler.cc:95:11: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/SQLHandler.cc:78:5: style: Class 'WithOpenForRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/SQLTestHandler.cc:96:28: style: Variable 'rowsProduced' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/SQLTestHandler.cc:101:28: style: Variable 'rowsProduced' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/SQLTestHandler.h:24:5: style: Class 'SQLTestHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/ecml_verbs/tests/test_client_lib_cpp.cc:63:5: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/odb_api/odb2netcdf/Odb2NetCDF.cc:99:5: portability: Using memset() on union which contains a floating point number. [memsetClassFloat]
odb-api-0.18.0/odb_api/src/odb_api/odb2netcdf/Odb2NetCDF.cc:123:3: performance: Variable 'fileNameHdr_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odb-api-0.18.0/odb_api/src/odb_api/odb2netcdf/Odb2NetCDF.cc:124:3: performance: Variable 'fileNameBody_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odb-api-0.18.0/odb_api/src/odb_api/odb2netcdf/Odb2NetCDF.h:28:18: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odb2netcdf/Odb2NetCDF.h:16:18: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odb2netcdf/Odb2NetCDF.h:28:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odb2netcdf/Odb2NetCDF.h:37:18: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odb2netcdf/Odb2NetCDF.h:16:18: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odb2netcdf/Odb2NetCDF.h:37:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odb2netcdf/Odb2NetCDF.cc:318:0: error: Memory leak: colHdr [memleak]
odb-api-0.18.0/odb_api/src/odb_api/odb2netcdf/Odb2NetCDF.cc:318:0: error: Memory leak: colBody [memleak]
odb-api-0.18.0/odb_api/src/odb_api/odbcapi.cc:227:5: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/odb_api/odbcapi.cc:232:5: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:280:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:707:41: style: Function 'odbql_finalize' argument 1 names different: declaration 'pStmt' definition 'stmt'. [funcArgNamesDifferent]
odb-api-0.18.0/odb_api/src/odb_api/odbql.h:4175:56: note: Function 'odbql_finalize' argument 1 names different: declaration 'pStmt' definition 'stmt'.
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:707:41: note: Function 'odbql_finalize' argument 1 names different: declaration 'pStmt' definition 'stmt'.
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:719:53: style: Function 'odbql_column_name' argument 2 names different: declaration 'N' definition 'iCol'. [funcArgNamesDifferent]
odb-api-0.18.0/odb_api/src/odb_api/odbql.h:3757:72: note: Function 'odbql_column_name' argument 2 names different: declaration 'N' definition 'iCol'.
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:719:53: note: Function 'odbql_column_name' argument 2 names different: declaration 'N' definition 'iCol'.
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:739:36: style: Function 'odbql_column_count' argument 1 names different: declaration 'pStmt' definition 'stmt'. [funcArgNamesDifferent]
odb-api-0.18.0/odb_api/src/odb_api/odbql.h:3728:60: note: Function 'odbql_column_count' argument 1 names different: declaration 'pStmt' definition 'stmt'.
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:739:36: note: Function 'odbql_column_count' argument 1 names different: declaration 'pStmt' definition 'stmt'.
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:154:10: style: Member variable 'SelectImpl::firstStep' is in the wrong place in the initializer list. [initializerList]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:138:7: note: Member variable 'SelectImpl::firstStep' is in the wrong place in the initializer list.
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:154:10: note: Member variable 'SelectImpl::firstStep' is in the wrong place in the initializer list.
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:197:10: style: Member variable 'SelectAllImpl::firstStep' is in the wrong place in the initializer list. [initializerList]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:172:7: note: Member variable 'SelectAllImpl::firstStep' is in the wrong place in the initializer list.
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:197:10: note: Member variable 'SelectAllImpl::firstStep' is in the wrong place in the initializer list.
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:82:18: style: Technically the member function 'DataBaseImpl::errmsg' can be const. [functionConst]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:85:18: style: Technically the member function 'DataBaseImpl::error_code' can be const. [functionConst]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:237:3: style: Class 'InsertImpl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:237:3: style: Class 'InsertImpl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:64:5: style: Class 'DataBaseImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:142:9: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:110:17: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:142:9: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:143:26: style: The function 'column_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:111:34: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:143:26: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:144:17: style: The function 'column_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:112:25: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:144:17: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:145:9: style: The function 'column_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:113:17: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:145:9: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:146:9: style: The function 'column_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:114:17: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:146:9: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:147:18: style: The function 'bind_double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:115:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:147:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:148:18: style: The function 'bind_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:116:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:148:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:149:18: style: The function 'bind_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:117:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:149:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:150:18: style: The function 'bind_null' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:120:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:150:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:151:26: style: The function 'column_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:121:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:151:26: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:185:9: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:110:17: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:185:9: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:186:26: style: The function 'column_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:111:34: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:186:26: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:187:17: style: The function 'column_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:112:25: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:187:17: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:188:9: style: The function 'column_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:113:17: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:188:9: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:189:9: style: The function 'column_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:114:17: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:189:9: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:190:18: style: The function 'bind_double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:115:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:190:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:191:18: style: The function 'bind_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:116:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:191:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:192:18: style: The function 'bind_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:117:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:192:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:193:18: style: The function 'bind_null' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:120:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:193:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:194:26: style: The function 'column_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:121:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:194:26: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:216:9: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:110:17: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:216:9: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:217:26: style: The function 'column_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:111:34: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:217:26: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:218:17: style: The function 'column_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:112:25: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:218:17: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:219:9: style: The function 'column_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:113:17: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:219:9: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:220:9: style: The function 'column_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:114:17: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:220:9: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:221:18: style: The function 'bind_double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:115:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:221:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:222:18: style: The function 'bind_int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:116:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:222:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:223:18: style: The function 'bind_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:117:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:223:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:224:18: style: The function 'bind_null' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:120:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:224:18: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:225:26: style: The function 'column_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:121:26: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:225:26: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/odbql.cc:177:87: performance: Function parameter 'descriptors' should be passed by const reference. [passedByValue]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_c_api_example_select_data_read_results >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_c_api_example_read_data >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_c_api_example_write_data >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/CAPIExamples.cc:31:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/CAPIExamples.cc:31:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/CAPIExamples.cc:88:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/CAPIExamples.cc:88:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/CAPIExamples.cc:155:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/CAPIExamples.cc:155:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/DefineFunctionHandler.h:26:5: style: Class 'DefineFunctionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ECMLTool.cc:39:11: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_example_select_data_read_results >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_example_read_data >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_example_write_data >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_example_sql_select_callback >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_example_sql_select_callback_invoked_as_a_request >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_example_sql_select_and_a_mars_verb_as_a_callback >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:27:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:27:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:49:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:49:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:69:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:69:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:130:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:130:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:159:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:159:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:189:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/Examples.cc:189:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ListHandler.h:22:5: style: Class 'ListHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:46:2: warning: Member variable 'OffsetsPrinter::headerCount_' is not initialized in the constructor. [uninitMemberVar]
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.h:22:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.h:22:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:31:7: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:24:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:31:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:47:7: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:24:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:47:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:63:7: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:24:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:63:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:72:7: style: The function 'printSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:25:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ODAHeaderTool.cc:72:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/SetTool.cc:98:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/src/odb_api/tools/SetTool.cc:28:35: style: Function 'SetTool' argument 2 names different: declaration 'argv' definition 'parameters'. [funcArgNamesDifferent]
odb-api-0.18.0/odb_api/src/odb_api/tools/SetTool.h:21:27: note: Function 'SetTool' argument 2 names different: declaration 'argv' definition 'parameters'.
odb-api-0.18.0/odb_api/src/odb_api/tools/SetTool.cc:28:35: note: Function 'SetTool' argument 2 names different: declaration 'argv' definition 'parameters'.
odb-api-0.18.0/odb_api/src/odb_api/tools/SetTool.h:23:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/SetTool.h:23:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/SetTool.cc:84:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
odb-api-0.18.0/odb_api/src/odb_api/tools/SplitTool.h:48:7: style: Member variable 'SplitTool::maxOpenFiles_' is in the wrong place in the initializer list. [initializerList]
odb-api-0.18.0/odb_api/src/odb_api/tools/SplitTool.cc:33:3: note: Member variable 'SplitTool::maxOpenFiles_' is in the wrong place in the initializer list.
odb-api-0.18.0/odb_api/src/odb_api/tools/SplitTool.h:48:7: note: Member variable 'SplitTool::maxOpenFiles_' is in the wrong place in the initializer list.
odb-api-0.18.0/odb_api/src/odb_api/tools/SplitTool.h:25:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/SplitTool.h:25:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_AAAImportODB >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODB.cc:53:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODB.cc:53:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODB.cc:53:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODB.cc:53:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODB.cc:53:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODB.cc:53:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_AAAImportODBDispatching >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODBDispatching.cc:38:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODBDispatching.cc:38:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODBDispatching.cc:38:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODBDispatching.cc:38:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODBDispatching.cc:38:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAAAImportODBDispatching.cc:38:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_AggregateFunctions >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions.cc:70:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions.cc:70:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions.cc:70:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions.cc:70:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions.cc:70:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions.cc:70:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_AggregateFunctions2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ImportTool.h:23:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ImportTool.h:23:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions2.cc:70:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions2.cc:70:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions2.cc:70:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions2.cc:70:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions2.cc:70:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions2.cc:70:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_AggregateFunctions3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions3.cc:50:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions3.cc:50:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions3.cc:50:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions3.cc:50:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions3.cc:50:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAggregateFunctions3.cc:50:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_AtTableInTheOutput >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAtTableInTheOutput.cc:99:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAtTableInTheOutput.cc:99:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAtTableInTheOutput.cc:99:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAtTableInTheOutput.cc:99:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAtTableInTheOutput.cc:99:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestAtTableInTheOutput.cc:99:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestBitfields.cc:32:2: style: Variable 'statusFields' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestBitfields.cc:29:0: note: Variable 'statusFields' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/tools/TestBitfields.cc:32:2: note: Variable 'statusFields' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_Bitfields >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestBitfields.cc:67:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestBitfields.cc:67:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestBitfields.cc:67:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestBitfields.cc:67:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestBitfields.cc:67:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestBitfields.cc:67:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:2: style: Class 'ToolFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:54:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:32:16: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:54:8: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:56:7: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:56:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:57:7: style: The function 'usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:35:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:57:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:58:7: style: The function 'experimental' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:36:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:58:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_CommandLineParsing >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCommandLineParsing.cc:34:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCommandLineParsing.cc:34:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCommandLineParsing.cc:65:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCommandLineParsing.cc:65:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCommandLineParsing.cc:65:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCommandLineParsing.cc:65:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCommandLineParsing.cc:65:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCommandLineParsing.cc:65:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDataJoin.cc:73:0: error: syntax error [syntaxError]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDataLink.cc:104:0: error: syntax error [syntaxError]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDataLoader.cc:63:0: error: syntax error [syntaxError]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDataPage.cc:84:0: error: syntax error [syntaxError]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDataRow.cc:24:0: error: syntax error [syntaxError]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDataSet.cc:27:0: error: syntax error [syntaxError]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDataTable.cc:56:0: error: syntax error [syntaxError]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_DispatchingWriter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/CountTool.h:26:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/CountTool.h:26:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDispatchingWriter.cc:59:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDispatchingWriter.cc:59:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDispatchingWriter.cc:59:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDispatchingWriter.cc:59:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDispatchingWriter.cc:59:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDispatchingWriter.cc:59:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_Distinct >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDistinct.cc:55:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDistinct.cc:55:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDistinct.cc:55:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDistinct.cc:55:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDistinct.cc:55:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestDistinct.cc:55:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FastODA2Request >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request.cc:56:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request.cc:56:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request.cc:56:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request.cc:56:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request.cc:56:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request.cc:56:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request2.cc:73:0: style: Variable 'configFile' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FastODA2Request2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request2.cc:132:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request2.cc:132:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request2.cc:132:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request2.cc:132:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request2.cc:132:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request2.cc:132:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request2.cc:121:2: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FastODA2Request3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request3.cc:68:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request3.cc:68:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request3.cc:68:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request3.cc:68:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request3.cc:68:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFastODA2Request3.cc:68:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FunctionDateAndTime >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDateAndTime.cc:76:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDateAndTime.cc:76:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDateAndTime.cc:76:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDateAndTime.cc:76:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDateAndTime.cc:76:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDateAndTime.cc:76:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FunctionDotp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDotp.cc:75:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDotp.cc:75:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDotp.cc:75:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDotp.cc:75:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDotp.cc:75:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionDotp.cc:75:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FunctionEqBox >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionEqBox.cc:70:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionEqBox.cc:70:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionEqBox.cc:70:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionEqBox.cc:70:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionEqBox.cc:70:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionEqBox.cc:70:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FunctionRggBox >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionRggBox.cc:73:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionRggBox.cc:73:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionRggBox.cc:73:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionRggBox.cc:73:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionRggBox.cc:73:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionRggBox.cc:73:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FunctionTdiff >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTdiff.cc:68:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTdiff.cc:68:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTdiff.cc:68:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTdiff.cc:68:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTdiff.cc:68:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTdiff.cc:68:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FunctionThin >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionThin.cc:74:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionThin.cc:74:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionThin.cc:74:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionThin.cc:74:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionThin.cc:74:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionThin.cc:74:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FunctionTypeConversion >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTypeConversion.cc:68:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTypeConversion.cc:68:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTypeConversion.cc:68:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTypeConversion.cc:68:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTypeConversion.cc:68:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionTypeConversion.cc:68:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FunctionsForAngleConversion >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForAngleConversion.cc:102:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForAngleConversion.cc:102:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForAngleConversion.cc:102:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForAngleConversion.cc:102:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForAngleConversion.cc:102:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForAngleConversion.cc:102:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_FunctionsForTemperatureConversion >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForTemperatureConversion.cc:74:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForTemperatureConversion.cc:74:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForTemperatureConversion.cc:74:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForTemperatureConversion.cc:74:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForTemperatureConversion.cc:74:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestFunctionsForTemperatureConversion.cc:74:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_InMemoryDataHandle >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInMemoryDataHandle.cc:51:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInMemoryDataHandle.cc:51:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInMemoryDataHandle.cc:51:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInMemoryDataHandle.cc:51:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInMemoryDataHandle.cc:51:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInMemoryDataHandle.cc:51:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:78:29: style: Member variable 'MockReaderIterator3::context_' is in the wrong place in the initializer list. [initializerList]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:32:81: note: Member variable 'MockReaderIterator3::context_' is in the wrong place in the initializer list.
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:78:29: note: Member variable 'MockReaderIterator3::context_' is in the wrong place in the initializer list.
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:45:7: performance: Technically the member function 'MockReaderIterator3::isNewDataset' can be static. [functionStatic]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:50:29: performance: Technically the member function 'MockReaderIterator3::end' can be static. [functionStatic]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_Int16_MissingCodec >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:134:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:134:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:134:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:134:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:134:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:134:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestInt16_MissingCodec.cc:50:44: error: Null pointer dereference [nullPointer]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_IntegerValues >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestIntegerValues.cc:87:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestIntegerValues.cc:87:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestIntegerValues.cc:87:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestIntegerValues.cc:87:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestIntegerValues.cc:87:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestIntegerValues.cc:87:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_MetaData >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaData.cc:56:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaData.cc:56:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaData.cc:56:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaData.cc:56:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaData.cc:56:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaData.cc:56:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_MetaDataReader >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaDataReader.cc:44:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaDataReader.cc:44:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaDataReader.cc:44:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaDataReader.cc:44:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaDataReader.cc:44:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMetaDataReader.cc:44:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_MissingValue >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMissingValue.cc:145:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMissingValue.cc:145:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMissingValue.cc:145:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMissingValue.cc:145:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMissingValue.cc:145:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestMissingValue.cc:145:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestODBModule.cc:33:0: error: syntax error [syntaxError]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_OrderBy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestOrderBy.cc:135:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestOrderBy.cc:135:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestOrderBy.cc:135:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestOrderBy.cc:135:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestOrderBy.cc:135:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestOrderBy.cc:135:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestRunner.h:30:9: style: Technically the member function 'odb::tool::test::TestRunner::numberOfFailed' can be const. [functionConst]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestRunner.h:41:7: style: Technically the member function 'odb::tool::test::TestRunner::smslabel' can be const. [functionConst]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestRunner.cc:190:18: note: Technically the member function 'odb::tool::test::TestRunner::smslabel' can be const.
odb-api-0.18.0/odb_api/src/odb_api/tools/TestRunner.h:41:7: note: Technically the member function 'odb::tool::test::TestRunner::smslabel' can be const.
odb-api-0.18.0/odb_api/src/odb_api/tools/TestRunner.h:27:2: style: Class 'TestRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestRunner.h:38:40: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_SQLFunctionsInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSQLFunctionsInfo.cc:44:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSQLFunctionsInfo.cc:44:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSQLFunctionsInfo.cc:44:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSQLFunctionsInfo.cc:44:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSQLFunctionsInfo.cc:44:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSQLFunctionsInfo.cc:44:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_SelectDataHandle >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectDataHandle.cc:78:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectDataHandle.cc:78:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectDataHandle.cc:78:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectDataHandle.cc:78:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectDataHandle.cc:78:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectDataHandle.cc:78:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_SelectStarAt >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectStarAt.cc:58:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectStarAt.cc:58:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectStarAt.cc:58:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectStarAt.cc:58:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectStarAt.cc:58:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectStarAt.cc:58:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_SelectTwoFiles >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectTwoFiles.cc:72:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectTwoFiles.cc:72:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectTwoFiles.cc:72:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectTwoFiles.cc:72:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectTwoFiles.cc:72:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSelectTwoFiles.cc:72:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_Setvbuffer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSetvbuffer.cc:79:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSetvbuffer.cc:79:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSetvbuffer.cc:79:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSetvbuffer.cc:79:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSetvbuffer.cc:79:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestSetvbuffer.cc:79:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_Star >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestStar.cc:42:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestStar.cc:42:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestStar.cc:42:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestStar.cc:42:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestStar.cc:42:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestStar.cc:42:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_TextSelect >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect.cc:83:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect.cc:83:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect.cc:83:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect.cc:83:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect.cc:83:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect.cc:83:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_TextSelect2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect2.cc:101:1: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:32:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect2.cc:101:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect2.cc:101:1: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:34:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect2.cc:101:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect2.cc:101:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/TestTextSelect2.cc:101:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < ECMLTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < CompactTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < CompareTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < CountTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < IndexTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < FixedSizeRowTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < ImportTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < LSTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < MDSetTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < MergeTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < ODA2RequestTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < HeaderTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < SQLTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < SetTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < SplitTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < XYVTool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ECMLTool.h:28:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ECMLTool.h:28:15: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/CompactTool.h:22:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/CompactTool.h:22:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/CompareTool.h:26:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/CompareTool.h:26:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/IndexTool.h:29:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/IndexTool.h:29:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/FixedSizeRowTool.h:23:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/FixedSizeRowTool.h:23:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/LSTool.h:23:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/LSTool.h:23:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/MDSetTool.h:23:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/MDSetTool.h:23:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/MergeTool.h:24:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/MergeTool.h:24:7: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ODA2RequestTool.h:31:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/ODA2RequestTool.h:31:15: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/SQLTool.h:28:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/SQLTool.h:28:15: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/XYVTool.h:31:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/Tool.h:30:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/XYVTool.h:31:15: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.cc:50:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.cc:107:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.cc:129:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:1078:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:1077:5: note: Variable 'rc' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:1078:5: note: Variable 'rc' is reassigned a value before the old one has been used.
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:925:17: style: The scope of the variable 'sql' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:336:0: style: Variable 'sql' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:445:14: style: Variable 'j1' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:446:14: style: Variable 'j2' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:473:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:493:28: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:526:17: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:550:5: style: Class 'TemporaryPathName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_selectAggregatedAndNonAggregated >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_selectAggregatedAndNonAggregated2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_selectAggregatedAndNonAggregated3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_selectAggregatedAndNonAggregatedNULL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_vector_syntax >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_bitfieldsLength >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_bitfieldsPrintHexadecimal >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_stringInWhere >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_vector_syntax2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_blocksSizes >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_rownumber1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_sqlOutputFormatting >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_dateTime >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_windSpeedWindDirection >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_hash_operator_on_select_list >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_hash_operator_in_where >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_bitfields_hash_operator >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_select_constant_value >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_include >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_log_error >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_meta_data_reader_checks_if_file_truncated >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_meta_data_reader_fails_scanning_corrupted_file >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_operator_ge >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_TextReaderIterator_parseBitfields_32bits_limit >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_TextReaderIterator_parseBitfields >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_JULIAN_SECONDS >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_CREATE_TABLE_and_SELECT_INTO >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_SELECT_WHERE_0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_QuestionMarkHandlingWhenSplittingByStringColumn_ODB235 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_LegacyAPIExecuteSelectTwice >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_LegacyAPITraverseReaderTwice >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_ODB269 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/ToolFactory.h:52:0: style: Class 'odb :: tool :: ToolFactory < Test_HttpHandle >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:83:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:83:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:135:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:135:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:164:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:164:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:198:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:198:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:243:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:243:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:277:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:277:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:300:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:300:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:323:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:323:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:334:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:334:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:343:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:343:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:365:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:365:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:385:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:385:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:443:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:443:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:463:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:463:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:556:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:556:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:588:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:588:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:617:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:617:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:631:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:631:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:651:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:651:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:676:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:676:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:706:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:706:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:719:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:719:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:732:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:732:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:868:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:868:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:883:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:883:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:903:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:903:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:908:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:908:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:975:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:975:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:983:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:983:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:1012:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:1012:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:1031:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:1031:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:1059:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:1059:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:1101:1: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odb-api-0.18.0/odb_api/src/odb_api/tools/TestCase.h:33:15: note: Virtual function in base class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:1101:1: note: Function in derived class
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:714:7: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:727:7: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/odb_api/tools/UnitTests.cc:877:5: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/src/odb_api/tools/VariableLookupHandler.h:22:5: style: Class 'VariableLookupHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odb-api-0.18.0/odb_api/src/odb_api/tools/odb.cc:118:21: style: Variable 'gdbScript' is assigned a value that is never used. [unreadVariable]
odb-api-0.18.0/odb_api/src/odb_api/tools/odb_api_tools_c.cc:40:7: style: Exception should be caught by reference. [catchExceptionByValue]
odb-api-0.18.0/odb_api/tests/core/test_codecs_end_to_end.cc:61:14: performance: Technically the member function '::MockReadIterator::isNewDataset' can be static. [functionStatic]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:200:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:202:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:204:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:206:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:231:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:233:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:235:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:237:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1218:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1220:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1222:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1224:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1226:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1228:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1254:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1256:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1258:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1260:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1262:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_read.cc:1264:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:203:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:204:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:205:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:206:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:226:36: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:227:36: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:228:36: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:229:36: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:517:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:518:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:519:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:520:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:521:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:539:52: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:623:21: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:627:14: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:631:14: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:634:14: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:664:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:666:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:668:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:670:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:777:21: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:781:14: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:785:34: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:788:34: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:843:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:845:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:847:68: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:849:68: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1381:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1382:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1383:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1384:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1385:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1386:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1412:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1414:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1416:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1418:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1420:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:1422:48: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_codecs_write.cc:537:24: style: The scope of the variable 'posNext' can be reduced. [variableScope]
odb-api-0.18.0/odb_api/tests/core/test_decode_odb.cc:35:32: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:226:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:231:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:238:30: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:243:30: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:250:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:255:25: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:273:33: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:278:33: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:285:38: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:290:38: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:297:33: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_encode_odb.cc:302:33: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_select_iterator.cc:162:30: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
odb-api-0.18.0/odb_api/tests/core/test_select_iterator.cc:191:9: style: Class 'TemporaryODB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[12:28]

ftp://ftp.se.debian.org/debian/pool/main/o/oddjob/oddjob_0.34.3.orig.tar.gz
oddjob-0.34.3/src/buffer.c:72:9: style: The scope of the variable 'would_be_nice' can be reduced. [variableScope]
oddjob-0.34.3/src/mainloop.c:390:15: style: The scope of the variable 'dtimeout' can be reduced. [variableScope]
oddjob-0.34.3/src/mainloop.c:142:53: style: Function 'mainloop_oddjob_watch_remove' argument 2 names different: declaration 'flags' definition 'unused_flags'. [funcArgNamesDifferent]
oddjob-0.34.3/src/mainloop.h:39:58: note: Function 'mainloop_oddjob_watch_remove' argument 2 names different: declaration 'flags' definition 'unused_flags'.
oddjob-0.34.3/src/mainloop.c:142:53: note: Function 'mainloop_oddjob_watch_remove' argument 2 names different: declaration 'flags' definition 'unused_flags'.
oddjob-0.34.3/src/mkhomedir.c:66:11: style: The scope of the variable 'dfd' can be reduced. [variableScope]
oddjob-0.34.3/src/mkhomedir.c:66:16: style: The scope of the variable 'i' can be reduced. [variableScope]
oddjob-0.34.3/src/mkhomedir.c:68:16: style: The scope of the variable 'buf' can be reduced. [variableScope]
oddjob-0.34.3/src/mkhomedir.c:250:21: style: The scope of the variable 'p' can be reduced. [variableScope]
oddjob-0.34.3/src/mkhomedir.c:252:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
oddjob-0.34.3/src/oddjob_dbus.c:106:0: error: #error "Don't know how to set service names for your version of D-Bus!" [preprocessorErrorDirective]
oddjob-0.34.3/src/oddjob_request.c:145:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
oddjob-0.34.3/src/oddjobd.c:1654:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oddjob-0.34.3/src/oddjobd.c:3065:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
oddjob-0.34.3/src/oddjobd.c:1391:21: style: The scope of the variable 'tofree' can be reduced. [variableScope]
oddjob-0.34.3/src/oddjobd.c:1471:7: style: The scope of the variable 'outbuf' can be reduced. [variableScope]
oddjob-0.34.3/src/oddjobd.c:1526:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
oddjob-0.34.3/src/oddjobd.c:2235:8: style: The scope of the variable 'text' can be reduced. [variableScope]
oddjob-0.34.3/src/oddjobd.c:2235:19: style: The scope of the variable 'memberlist' can be reduced. [variableScope]
oddjob-0.34.3/src/oddjobd.c:2638:17: style: The scope of the variable 'method' can be reduced. [variableScope]
oddjob-0.34.3/src/oddjobd.c:1335:18: style: Function 'load_config' argument 2 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
oddjob-0.34.3/src/oddjobd.c:234:23: note: Function 'load_config' argument 2 names different: declaration 'file' definition 'filename'.
oddjob-0.34.3/src/oddjobd.c:1335:18: note: Function 'load_config' argument 2 names different: declaration 'file' definition 'filename'.
oddjob-0.34.3/src/pam_oddjob_mkhomedir.c:47:6: style: The scope of the variable 'i' can be reduced. [variableScope]
oddjob-0.34.3/src/pam_oddjob_mkhomedir.c:78:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
oddjob-0.34.3/src/pam_oddjob_mkhomedir.c:80:9: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
oddjob-0.34.3/src/pam_oddjob_mkhomedir.c:83:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
oddjob-0.34.3/src/pam_oddjob_mkhomedir.c:128:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
oddjob-0.34.3/src/pam_oddjob_mkhomedir.c:145:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
oddjob-0.34.3/src/selinux.c:123:14: style: The scope of the variable 'p' can be reduced. [variableScope]
oddjob-0.34.3/src/selinux.c:124:8: style: The scope of the variable 'q' can be reduced. [variableScope]
oddjob-0.34.3/src/selinux.c:125:6: style: The scope of the variable 'i' can be reduced. [variableScope]
oddjob-0.34.3/src/selinux.c:120:34: style: Function 'oddjob_selinux_mkdir' argument 1 names different: declaration 'path' definition 'newpath'. [funcArgNamesDifferent]
oddjob-0.34.3/src/selinux.h:36:38: note: Function 'oddjob_selinux_mkdir' argument 1 names different: declaration 'path' definition 'newpath'.
oddjob-0.34.3/src/selinux.c:120:34: note: Function 'oddjob_selinux_mkdir' argument 1 names different: declaration 'path' definition 'newpath'.
oddjob-0.34.3/src/util.c:45:10: style: The scope of the variable 'i' can be reduced. [variableScope]
oddjob-0.34.3/src/util.c:178:26: style: The scope of the variable 'p' can be reduced. [variableScope]
oddjob-0.34.3/src/util.c:180:9: style: The scope of the variable 'l' can be reduced. [variableScope]
oddjob-0.34.3/src/util.c:180:12: style: The scope of the variable 'm' can be reduced. [variableScope]
oddjob-0.34.3/src/util.c:223:6: style: The scope of the variable 'i' can be reduced. [variableScope]
oddjob-0.34.3/tests/cmdparse/cmdparse.c:9:24: style: The scope of the variable 'args' can be reduced. [variableScope]
[12:28]

ftp://ftp.se.debian.org/debian/pool/main/o/ode/ode_0.14.orig.tar.gz
ode-0.14/GIMPACT/src/gim_contact.cpp:53:16: style: The scope of the variable 'scontact' can be reduced. [variableScope]
ode-0.14/GIMPACT/src/gim_tri_tri_overlap.cpp:214:20: style: Variable 'max' is assigned a value that is never used. [unreadVariable]
ode-0.14/GIMPACT/src/gim_trimesh.cpp:275:13: style: The scope of the variable 'v1' can be reduced. [variableScope]
ode-0.14/GIMPACT/src/gim_trimesh.cpp:275:17: style: The scope of the variable 'v2' can be reduced. [variableScope]
ode-0.14/GIMPACT/src/gim_trimesh.cpp:275:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
ode-0.14/GIMPACT/src/gim_trimesh_capsule_collision.cpp:248:6: style: The scope of the variable 'cresult' can be reduced. [variableScope]
ode-0.14/GIMPACT/src/gim_trimesh_sphere_collision.cpp:170:6: style: The scope of the variable 'cresult' can be reduced. [variableScope]
ode-0.14/GIMPACT/src/gim_trimesh_trimesh_collision.cpp:273:9: style: The scope of the variable 'colresult' can be reduced. [variableScope]
ode-0.14/OPCODE/Ice/IceMatrix4x4.cpp:87:98: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ode-0.14/OPCODE/Ice/IcePairs.h:33:54: style: C-style pointer casting [cstyleCast]
ode-0.14/OPCODE/Ice/IceTriList.h:23:53: style: C-style pointer casting [cstyleCast]
ode-0.14/OPCODE/Ice/IceTriList.h:48:59: style: C-style pointer casting [cstyleCast]
ode-0.14/OPCODE/OPC_AABBTree.h:79:10: style: C-style pointer casting [cstyleCast]
ode-0.14/OPCODE/OPC_OptimizedTree.h:64:3: style: C-style pointer casting [cstyleCast]
ode-0.14/OPCODE/OPC_OptimizedTree.h:88:3: style: C-style pointer casting [cstyleCast]
ode-0.14/OPCODE/OPC_OptimizedTree.h:104:3: style: C-style pointer casting [cstyleCast]
ode-0.14/OPCODE/OPC_OptimizedTree.h:109:3: style: C-style pointer casting [cstyleCast]
ode-0.14/OPCODE/OPC_RayCollider.h:45:64: style: C-style pointer casting [cstyleCast]
ode-0.14/OPCODE/OPC_OptimizedTree.h:70:28: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ode-0.14/OPCODE/Ice/IceUtils.h:93:59: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ode-0.14/OPCODE/OPC_BoxBoxOverlap.h:112:57: style: Function 'AABBAABBOverlap' argument 1 names different: declaration 'b' definition 'extents'. [funcArgNamesDifferent]
ode-0.14/OPCODE/OPC_AABBCollider.h:79:50: note: Function 'AABBAABBOverlap' argument 1 names different: declaration 'b' definition 'extents'.
ode-0.14/OPCODE/OPC_BoxBoxOverlap.h:112:57: note: Function 'AABBAABBOverlap' argument 1 names different: declaration 'b' definition 'extents'.
ode-0.14/OPCODE/OPC_BoxBoxOverlap.h:112:79: style: Function 'AABBAABBOverlap' argument 2 names different: declaration 'Pb' definition 'center'. [funcArgNamesDifferent]
ode-0.14/OPCODE/OPC_AABBCollider.h:79:66: note: Function 'AABBAABBOverlap' argument 2 names different: declaration 'Pb' definition 'center'.
ode-0.14/OPCODE/OPC_BoxBoxOverlap.h:112:79: note: Function 'AABBAABBOverlap' argument 2 names different: declaration 'Pb' definition 'center'.
ode-0.14/OPCODE/Ice/IceFPU.h:59:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ode-0.14/OPCODE/Ice/IceFPU.h:247:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ode-0.14/OPCODE/Ice/IceUtils.h:119:50: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ode-0.14/OPCODE/Ice/IceUtils.h:122:90: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ode-0.14/OPCODE/Ice/IceUtils.h:177:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ode-0.14/OPCODE/Ice/IceUtils.h:179:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ode-0.14/OPCODE/Ice/IcePairs.h:18:3: warning: Member variable 'Pair::id0' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/Ice/IcePairs.h:18:3: warning: Member variable 'Pair::id1' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/Ice/IcePoint.h:30:3: warning: Member variable 'Point::x' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/Ice/IcePoint.h:30:3: warning: Member variable 'Point::y' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/Ice/IcePoint.h:30:3: warning: Member variable 'Point::z' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/Ice/IceHPoint.h:20:3: warning: Member variable 'HPoint::w' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/Ice/IceMatrix3x3.h:24:3: warning: Member variable 'Matrix3x3::m' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/Ice/IceMatrix4x4.h:28:3: warning: Member variable 'Matrix4x4::m' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/Ice/IcePlane.h:21:3: warning: Member variable 'Plane::d' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/Ice/IceBoundingSphere.h:28:3: warning: Member variable 'Sphere::mRadius' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/Ice/IceLSS.h:19:3: warning: Member variable 'LSS::mRadius' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_Common.h:85:3: warning: Member variable 'QuantizedAABB::mCenter' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_Common.h:85:3: warning: Member variable 'QuantizedAABB::mExtents' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_RayCollider.h:27:3: warning: Member variable 'CollisionFace::mFaceID' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_RayCollider.h:27:3: warning: Member variable 'CollisionFace::mDistance' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_RayCollider.h:27:3: warning: Member variable 'CollisionFace::mU' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_RayCollider.h:27:3: warning: Member variable 'CollisionFace::mV' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/Ice/IcePlane.h:29:55: performance: Variable 'n' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/OPCODE/Ice/IceContainer.h:206:20: performance: Technically the member function 'IceCore::Container::GetNbContainers' can be static. [functionStatic]
ode-0.14/OPCODE/Ice/IceContainer.h:207:20: performance: Technically the member function 'IceCore::Container::GetTotalBytes' can be static. [functionStatic]
ode-0.14/OPCODE/Ice/IceAABB.h:393:19: style: Technically the member function 'IceMaths::AABB::GomezIntersect' can be const. [functionConst]
ode-0.14/OPCODE/Ice/IceLSS.h:51:16: style: Technically the member function 'IceMaths::LSS::Contains' can be const. [functionConst]
ode-0.14/OPCODE/OPC_MeshInterface.h:27:8: style: Technically the member function 'Opcode::VertexPointers::BackfaceCulling' can be const. [functionConst]
ode-0.14/OPCODE/OPC_VolumeCollider.h:120:21: style: Technically the member function 'Opcode::VolumeCollider::IsCacheValid' can be const. [functionConst]
ode-0.14/OPCODE/OPC_TreeCollider.h:58:9: performance: Technically the member function 'Opcode::BVTCache::ResetCountDown' can be static. [functionStatic]
ode-0.14/OPCODE/OPC_AABBCollider.h:78:21: style: Technically the member function 'Opcode::AABBCollider::AABBContainsBox' can be const. [functionConst]
ode-0.14/OPCODE/OPC_AABBCollider.cpp:288:28: note: Technically the member function 'Opcode::AABBCollider::AABBContainsBox' can be const.
ode-0.14/OPCODE/OPC_AABBCollider.h:78:21: note: Technically the member function 'Opcode::AABBCollider::AABBContainsBox' can be const.
ode-0.14/OPCODE/Ice/IceRandom.h:29:3: style: Class 'BasicRandom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/OPCODE/Ice/IceAxes.h:41:3: style: Class 'Axes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/OPCODE/Ice/IcePoint.h:37:3: style: Class 'Point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/OPCODE/Ice/IceHPoint.h:24:3: style: Class 'HPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/OPCODE/OPC_Common.h:36:3: style: Class 'CollisionAABB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/OPCODE/Ice/IcePoint.h:25:2: warning: The class 'Point' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ode-0.14/OPCODE/Ice/IceMatrix3x3.h:20:2: warning: The class 'Matrix3x3' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ode-0.14/OPCODE/Ice/IceMatrix4x4.h:21:2: warning: The class 'Matrix4x4' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ode-0.14/OPCODE/Ice/IcePlane.h:17:2: warning: The class 'Plane' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ode-0.14/OPCODE/Ice/IceRay.h:15:2: warning: The class 'Ray' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ode-0.14/OPCODE/Ice/IceIndexedTriangle.h:25:2: warning: The class 'IndexedTriangle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ode-0.14/OPCODE/Ice/IceTriangle.h:30:2: warning: The class 'Triangle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ode-0.14/OPCODE/Ice/IceBoundingSphere.h:24:2: warning: The class 'Sphere' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ode-0.14/OPCODE/Ice/IceSegment.h:15:2: warning: The class 'Segment' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ode-0.14/OPCODE/OPC_TreeBuilders.h:138:36: style: The function 'ComputeGlobalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_TreeBuilders.h:68:23: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeBuilders.h:138:36: note: Function in derived class
ode-0.14/OPCODE/OPC_TreeBuilders.h:139:37: style: The function 'GetSplittingValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_TreeBuilders.h:78:24: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeBuilders.h:139:37: note: Function in derived class
ode-0.14/OPCODE/OPC_TreeBuilders.h:140:37: style: The function 'GetSplittingValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_TreeBuilders.h:79:24: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeBuilders.h:140:37: note: Function in derived class
ode-0.14/OPCODE/OPC_TreeBuilders.h:141:37: style: The function 'GetSplittingValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_TreeBuilders.h:91:24: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeBuilders.h:141:37: note: Function in derived class
ode-0.14/OPCODE/OPC_TreeBuilders.h:154:36: style: The function 'ComputeGlobalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_TreeBuilders.h:68:23: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeBuilders.h:154:36: note: Function in derived class
ode-0.14/OPCODE/OPC_TreeBuilders.h:155:37: style: The function 'GetSplittingValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_TreeBuilders.h:78:24: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeBuilders.h:155:37: note: Function in derived class
ode-0.14/OPCODE/OPC_TreeBuilders.h:156:37: style: The function 'GetSplittingValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_TreeBuilders.h:79:24: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeBuilders.h:156:37: note: Function in derived class
ode-0.14/OPCODE/OPC_TreeBuilders.h:169:36: style: The function 'ComputeGlobalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_TreeBuilders.h:68:23: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeBuilders.h:169:36: note: Function in derived class
ode-0.14/OPCODE/OPC_TreeBuilders.h:170:37: style: The function 'GetSplittingValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_TreeBuilders.h:78:24: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeBuilders.h:170:37: note: Function in derived class
ode-0.14/OPCODE/OPC_TreeBuilders.h:171:37: style: The function 'GetSplittingValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_TreeBuilders.h:91:24: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeBuilders.h:171:37: note: Function in derived class
ode-0.14/OPCODE/OPC_TreeBuilders.h:172:37: style: The function 'GetSplittingValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_TreeBuilders.h:79:24: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeBuilders.h:172:37: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:180:3: style: The function 'Build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:149:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:180:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:180:3: style: The function 'Refit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:158:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:180:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:180:3: style: The function 'Walk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:168:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:180:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:180:3: style: The function 'GetUsedBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:171:23: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:180:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:185:3: style: The function 'Build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:149:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:185:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:185:3: style: The function 'Refit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:158:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:185:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:185:3: style: The function 'Walk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:168:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:185:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:185:3: style: The function 'GetUsedBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:171:23: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:185:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:190:3: style: The function 'Build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:149:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:190:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:190:3: style: The function 'Refit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:158:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:190:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:190:3: style: The function 'Walk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:168:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:190:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:190:3: style: The function 'GetUsedBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:171:23: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:190:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:199:3: style: The function 'Build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:149:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:199:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:199:3: style: The function 'Refit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:158:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:199:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:199:3: style: The function 'Walk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:168:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:199:3: note: Function in derived class
ode-0.14/OPCODE/OPC_OptimizedTree.h:199:3: style: The function 'GetUsedBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_OptimizedTree.h:171:23: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OptimizedTree.h:199:3: note: Function in derived class
ode-0.14/OPCODE/OPC_Model.h:37:31: style: The function 'Build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_BaseModel.h:64:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_Model.h:37:31: note: Function in derived class
ode-0.14/OPCODE/OPC_Model.h:55:33: style: The function 'GetUsedBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_BaseModel.h:72:23: note: Virtual function in base class
ode-0.14/OPCODE/OPC_Model.h:55:33: note: Function in derived class
ode-0.14/OPCODE/OPC_HybridModel.h:60:32: style: The function 'Build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_BaseModel.h:64:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_HybridModel.h:60:32: note: Function in derived class
ode-0.14/OPCODE/OPC_HybridModel.h:68:34: style: The function 'GetUsedBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_BaseModel.h:72:23: note: Virtual function in base class
ode-0.14/OPCODE/OPC_HybridModel.h:68:34: note: Function in derived class
ode-0.14/OPCODE/OPC_HybridModel.h:78:32: style: The function 'Refit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_BaseModel.h:82:21: note: Virtual function in base class
ode-0.14/OPCODE/OPC_HybridModel.h:78:32: note: Function in derived class
ode-0.14/OPCODE/OPC_VolumeCollider.h:89:35: style: The function 'ValidateSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_Collider.h:142:27: note: Virtual function in base class
ode-0.14/OPCODE/OPC_VolumeCollider.h:89:35: note: Function in derived class
ode-0.14/OPCODE/OPC_VolumeCollider.h:112:35: style: The function 'InitQuery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_Collider.h:173:27: note: Virtual function in base class
ode-0.14/OPCODE/OPC_VolumeCollider.h:112:35: note: Function in derived class
ode-0.14/OPCODE/OPC_TreeCollider.h:180:35: style: The function 'ValidateSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_Collider.h:142:27: note: Virtual function in base class
ode-0.14/OPCODE/OPC_TreeCollider.h:180:35: note: Function in derived class
ode-0.14/OPCODE/OPC_RayCollider.h:176:35: style: The function 'ValidateSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_Collider.h:142:27: note: Virtual function in base class
ode-0.14/OPCODE/OPC_RayCollider.h:176:35: note: Function in derived class
ode-0.14/OPCODE/OPC_OBBCollider.h:81:35: style: The function 'ValidateSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_VolumeCollider.h:89:35: note: Virtual function in base class
ode-0.14/OPCODE/OPC_OBBCollider.h:81:35: note: Function in derived class
ode-0.14/OPCODE/OPC_PlanesCollider.h:85:35: style: The function 'ValidateSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/OPCODE/OPC_VolumeCollider.h:89:35: note: Virtual function in base class
ode-0.14/OPCODE/OPC_PlanesCollider.h:85:35: note: Function in derived class
ode-0.14/OPCODE/OPC_HybridModel.cpp:195:22: style: C-style pointer casting [cstyleCast]
ode-0.14/OPCODE/OPC_HybridModel.cpp:206:22: style: C-style pointer casting [cstyleCast]
ode-0.14/OPCODE/OPC_LSSAABBOverlap.h:50:18: style: The scope of the variable 'fInv' can be reduced. [variableScope]
ode-0.14/OPCODE/OPC_LSSAABBOverlap.h:251:33: style: The scope of the variable 'fProdDzPx' can be reduced. [variableScope]
ode-0.14/OPCODE/OPC_LSSAABBOverlap.h:251:44: style: The scope of the variable 'fProdDxPz' can be reduced. [variableScope]
ode-0.14/OPCODE/OPC_LSSAABBOverlap.h:251:55: style: The scope of the variable 'fProdDzPy' can be reduced. [variableScope]
ode-0.14/OPCODE/OPC_LSSAABBOverlap.h:251:66: style: The scope of the variable 'fProdDyPz' can be reduced. [variableScope]
ode-0.14/OPCODE/OPC_LSSTriOverlap.h:167:13: style: The scope of the variable 'fS' can be reduced. [variableScope]
ode-0.14/OPCODE/OPC_LSSCollider.cpp:59:14: warning: Member variable 'LSSCollider::mRadius2' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_LSSCollider.h:80:21: performance: Technically the member function 'Opcode::LSSCollider::LSSContainsBox' can be static. [functionStatic]
ode-0.14/OPCODE/OPC_LSSCollider.cpp:322:27: note: Technically the member function 'Opcode::LSSCollider::LSSContainsBox' can be static.
ode-0.14/OPCODE/OPC_LSSCollider.h:80:21: note: Technically the member function 'Opcode::LSSCollider::LSSContainsBox' can be static.
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBBx1' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBBy1' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBBz1' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBB_1' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBB_2' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBB_3' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBB_4' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBB_5' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBB_6' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBB_7' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBB_8' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OBBCollider.cpp:62:14: warning: Member variable 'OBBCollider::mBB_9' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/OPCODE/OPC_OptimizedTree.cpp:617:10: style: The scope of the variable 'Data' can be reduced. [variableScope]
ode-0.14/OPCODE/OPC_OptimizedTree.cpp:732:10: style: The scope of the variable 'Data' can be reduced. [variableScope]
ode-0.14/OPCODE/OPC_SphereCollider.h:77:21: style: Technically the member function 'Opcode::SphereCollider::SphereContainsBox' can be const. [functionConst]
ode-0.14/OPCODE/OPC_SphereCollider.cpp:324:30: note: Technically the member function 'Opcode::SphereCollider::SphereContainsBox' can be const.
ode-0.14/OPCODE/OPC_SphereCollider.h:77:21: note: Technically the member function 'Opcode::SphereCollider::SphereContainsBox' can be const.
ode-0.14/OPCODE/OPC_TriTriOverlap.h:261:17: style: Variable 'max' is assigned a value that is never used. [unreadVariable]
ode-0.14/OPCODE/OPC_TreeCollider.cpp:45:19: warning: Member variable 'AABBTreeCollider::mLeafIndex' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/BreakableJoints/joint.cpp:2402:17: error: Array 'joint->angle[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
ode-0.14/contrib/BreakableJoints/joint.cpp:2401:26: note: Assignment 'anum=3', assigned value is 3
ode-0.14/contrib/BreakableJoints/joint.cpp:2402:17: note: Array index out of bounds
ode-0.14/contrib/BreakableJoints/joint.cpp:2479:22: error: Array 'joint->angle[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
ode-0.14/contrib/BreakableJoints/joint.cpp:2478:24: note: Assignment 'anum=3', assigned value is 3
ode-0.14/contrib/BreakableJoints/joint.cpp:2479:22: note: Array index out of bounds
ode-0.14/contrib/BreakableJoints/joint.cpp:2607:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/contrib/BreakableJoints/joint.cpp:1029:0: style: Variable 's2' is assigned a value that is never used. [unreadVariable]
ode-0.14/contrib/BreakableJoints/joint.cpp:2402:12: error: Array 'joint.angle[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
ode-0.14/contrib/BreakableJoints/joint.cpp:2479:17: error: Array 'joint.angle[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
ode-0.14/contrib/BreakableJoints/joint.h:167:9: style: Technically the member function 'dxJointLimitMotor::get' can be const. [functionConst]
ode-0.14/contrib/BreakableJoints/joint.cpp:430:26: note: Technically the member function 'dxJointLimitMotor::get' can be const.
ode-0.14/contrib/BreakableJoints/joint.h:167:9: note: Technically the member function 'dxJointLimitMotor::get' can be const.
ode-0.14/contrib/BreakableJoints/ode.cpp:1194:0: error: #error dSINGLE or dDOUBLE must be defined [preprocessorErrorDirective]
ode-0.14/contrib/BreakableJoints/step.cpp:61:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
ode-0.14/contrib/BreakableJoints/step.cpp:88:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
ode-0.14/contrib/BreakableJoints/step.cpp:440:26: warning: Obsolete function 'alloca' called. [allocaCalled]
ode-0.14/contrib/BreakableJoints/step.cpp:729:26: warning: Obsolete function 'alloca' called. [allocaCalled]
ode-0.14/contrib/BreakableJoints/stepfast.cpp:1062:37: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/BreakableJoints/stepfast.cpp:1164:37: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/BreakableJoints/stepfast.cpp:1183:13: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/BreakableJoints/stepfast.cpp:1185:12: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/BreakableJoints/stepfast.cpp:75:14: style: The scope of the variable 'aa' can be reduced. [variableScope]
ode-0.14/contrib/BreakableJoints/stepfast.cpp:75:29: style: The scope of the variable 'cc' can be reduced. [variableScope]
ode-0.14/contrib/BreakableJoints/stepfast.cpp:105:14: style: The scope of the variable 'aa' can be reduced. [variableScope]
ode-0.14/contrib/BreakableJoints/stepfast.cpp:105:29: style: The scope of the variable 'cc' can be reduced. [variableScope]
ode-0.14/contrib/BreakableJoints/test_breakable.cpp:97:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/contrib/BreakableJoints/test_buggy.cpp:84:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/contrib/DotNetManaged/Body.cpp:13:4: performance: Variable '_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/DotNetManaged/Body.cpp:18:4: performance: Variable '_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/DotNetManaged/Body.h:22:12: style: Technically the member function 'ODEManaged::Body::Id' can be const. [functionConst]
ode-0.14/contrib/DotNetManaged/Body.cpp:33:17: note: Technically the member function 'ODEManaged::Body::Id' can be const.
ode-0.14/contrib/DotNetManaged/Body.h:22:12: note: Technically the member function 'ODEManaged::Body::Id' can be const.
ode-0.14/contrib/DotNetManaged/Body.h:15:4: style: Class 'Body' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/contrib/DotNetManaged/Geom.cpp:15:4: performance: Variable '_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/DotNetManaged/Geom.h:28:13: style: Technically the member function 'ODEManaged::Geom::Id' can be const. [functionConst]
ode-0.14/contrib/DotNetManaged/Geom.cpp:30:17: note: Technically the member function 'ODEManaged::Geom::Id' can be const.
ode-0.14/contrib/DotNetManaged/Geom.h:28:13: note: Technically the member function 'ODEManaged::Geom::Id' can be const.
ode-0.14/contrib/DotNetManaged/JointGroup.h:12:4: style: Class 'JointGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/contrib/DotNetManaged/JointAMotor.h:15:4: style: Class 'JointAMotor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/contrib/DotNetManaged/Space.cpp:14:4: performance: Variable '_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/DotNetManaged/Space.cpp:19:4: performance: Variable '_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/DotNetManaged/Space.h:23:13: style: Technically the member function 'ODEManaged::Space::Id' can be const. [functionConst]
ode-0.14/contrib/DotNetManaged/Space.cpp:35:19: note: Technically the member function 'ODEManaged::Space::Id' can be const.
ode-0.14/contrib/DotNetManaged/Space.h:23:13: note: Technically the member function 'ODEManaged::Space::Id' can be const.
ode-0.14/contrib/DotNetManaged/World.cpp:15:4: performance: Variable '_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/DotNetManaged/World.h:23:13: style: Technically the member function 'ODEManaged::World::Id' can be const. [functionConst]
ode-0.14/contrib/DotNetManaged/World.cpp:30:19: note: Technically the member function 'ODEManaged::World::Id' can be const.
ode-0.14/contrib/DotNetManaged/World.h:23:13: note: Technically the member function 'ODEManaged::World::Id' can be const.
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:43:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:53:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:61:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:69:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:76:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:88:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:129:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:150:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:171:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:183:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:192:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:206:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/GeomTransformGroup/GeomTransformGroup.cpp:216:42: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:91:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:4883:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:4885:17: note: Found duplicate branches for 'if' and 'else'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:4883:22: note: Found duplicate branches for 'if' and 'else'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:6393:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:6395:17: note: Found duplicate branches for 'if' and 'else'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:6393:22: note: Found duplicate branches for 'if' and 'else'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:3786:67: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:1515:17: style: The scope of the variable 'n' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:3989:9: style: The scope of the variable 'Len' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:3989:17: style: The scope of the variable 'x' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:3989:20: style: The scope of the variable 'Etc' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:4211:9: style: The scope of the variable 'Len' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:4211:17: style: The scope of the variable 'x' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:4282:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:4635:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:5107:32: style: The scope of the variable 'r' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:6138:29: style: The scope of the variable 'dw' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:7122:16: style: The scope of the variable 't' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:1064:47: style: Checking if unsigned variable 'strlen(_Value)' is less than zero. This might be a false warning. [unsignedLessThanZero]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:7714:25: style: Checking if unsigned variable '_String.length()' is less than zero. This might be a false warning. [unsignedLessThanZero]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:1202:127: style: Function 'GetAttrib' argument 5 names different: declaration 'outDouble' definition 'outDoubles'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:45:135: note: Function 'GetAttrib' argument 5 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:1202:127: note: Function 'GetAttrib' argument 5 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:1654:121: style: Function 'GetAttrib' argument 5 names different: declaration 'outDouble' definition 'outDoubles'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:128:135: note: Function 'GetAttrib' argument 5 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:1654:121: note: Function 'GetAttrib' argument 5 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:2759:129: style: Function 'GetAttrib' argument 5 names different: declaration 'outDouble' definition 'outDoubles'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:152:135: note: Function 'GetAttrib' argument 5 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:2759:129: note: Function 'GetAttrib' argument 5 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:3649:64: style: Function 'GetAttrib' argument 2 names different: declaration 'outDouble' definition 'outDoubles'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:198:75: note: Function 'GetAttrib' argument 2 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:3649:64: note: Function 'GetAttrib' argument 2 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:3949:35: style: Function 'BrowseHierarchy' argument 1 names different: declaration '_LineNum' definition '_CurrLine'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:329:50: note: Function 'BrowseHierarchy' argument 1 names different: declaration '_LineNum' definition '_CurrLine'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:3949:35: note: Function 'BrowseHierarchy' argument 1 names different: declaration '_LineNum' definition '_CurrLine'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:4734:14: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:171:9: warning: Member variable 'CStruct::m_Size' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:171:9: warning: Member variable 'CStruct::m_SummaryClientData' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:171:9: warning: Member variable 'CStruct::m_ClientStructSize' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:2953:9: warning: Member variable 'CTwBar::m_VarX0' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:2953:9: warning: Member variable 'CTwBar::m_VarX1' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:2953:9: warning: Member variable 'CTwBar::m_VarX2' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:2953:9: warning: Member variable 'CTwBar::m_VarY0' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:2953:9: warning: Member variable 'CTwBar::m_VarY1' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:2953:9: warning: Member variable 'CTwBar::m_VarY2' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:348:29: warning: Member variable 'CPoint::x' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:348:29: warning: Member variable 'CPoint::y' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:6991:22: warning: Member variable 'CRotoSlider::m_PreciseValue' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:6991:22: warning: Member variable 'CRotoSlider::m_CurrentValue' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:6991:22: warning: Member variable 'CRotoSlider::m_Value0' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:6991:22: warning: Member variable 'CRotoSlider::m_ValueAngle0' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:6991:22: warning: Member variable 'CRotoSlider::m_HasPrevious' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:6991:22: warning: Member variable 'CRotoSlider::m_Angle0' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:6991:22: warning: Member variable 'CRotoSlider::m_AngleDT' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:7272:23: warning: Member variable 'CEditInPlace::m_CaretPos' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:7272:23: warning: Member variable 'CEditInPlace::m_SelectionStart' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:7272:23: warning: Member variable 'CEditInPlace::m_FirstChar' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:156:61: performance: Variable 'm_StructType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:156:89: performance: Variable 'm_SummaryCallback' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:80:5: performance: Variable 'm_Type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:82:5: performance: Variable 'm_SetCallback' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:83:5: performance: Variable 'm_GetCallback' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:367:10: style: Technically the member function 'CRect::operator==' can be const. [functionConst]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:196:29: performance: Technically the member function 'CTwBar::HasAttrib' can be static. [functionStatic]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:3139:13: note: Technically the member function 'CTwBar::HasAttrib' can be static.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:196:29: note: Technically the member function 'CTwBar::HasAttrib' can be static.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:406:29: performance: Technically the member function 'CTwBar::EditInPlaceAcceptVar' can be static. [functionStatic]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:7392:14: note: Technically the member function 'CTwBar::EditInPlaceAcceptVar' can be static.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:406:29: note: Technically the member function 'CTwBar::EditInPlaceAcceptVar' can be static.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:407:29: style: Technically the member function 'CTwBar::EditInPlaceIsReadOnly' can be const. [functionConst]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:7294:14: note: Technically the member function 'CTwBar::EditInPlaceIsReadOnly' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:407:29: note: Technically the member function 'CTwBar::EditInPlaceIsReadOnly' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:414:29: style: Technically the member function 'CTwBar::EditInPlaceGetClipboard' can be const. [functionConst]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.cpp:7663:14: note: Technically the member function 'CTwBar::EditInPlaceGetClipboard' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:414:29: note: Technically the member function 'CTwBar::EditInPlaceGetClipboard' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:212:29: style: Struct 'CTwBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:119:29: style: The function 'IsGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:40:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:119:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:120:29: style: The function 'IsCustom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:41:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:120:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:125:29: style: The function 'Find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:42:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:125:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:126:29: style: The function 'HasAttrib' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:43:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:126:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:127:29: style: The function 'SetAttrib' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:44:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:127:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:128:29: style: The function 'GetAttrib' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:45:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:128:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:131:29: style: The function 'SetReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:46:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:131:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:132:29: style: The function 'IsReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:47:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:132:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:148:29: style: The function 'IsGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:40:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:148:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:149:29: style: The function 'Find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:42:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:149:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:150:29: style: The function 'HasAttrib' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:43:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:150:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:151:29: style: The function 'SetAttrib' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:44:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:151:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:152:29: style: The function 'GetAttrib' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:45:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:152:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:154:29: style: The function 'SetReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:46:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:154:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:155:29: style: The function 'IsReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:47:29: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwBar.h:155:29: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.cpp:715:15: style: The scope of the variable 'offsetVec' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.cpp:718:15: style: The scope of the variable 'colorVec' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.cpp:793:15: style: The scope of the variable 'offsetVec' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.cpp:796:15: style: The scope of the variable 'colorVec' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.cpp:924:9: style: The scope of the variable 'x' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.cpp:924:16: style: The scope of the variable 'y' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.cpp:924:19: style: The scope of the variable 'y1' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.cpp:924:26: style: The scope of the variable 'len' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.cpp:1250:15: style: The scope of the variable 'offsetVec' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.cpp:1253:15: style: The scope of the variable 'colorVec' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.cpp:161:21: style: Struct 'CState10' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:24:33: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:30:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:24:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:25:33: style: The function 'Shut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:31:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:25:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:26:33: style: The function 'BeginDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:32:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:26:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:27:33: style: The function 'EndDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:33:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:27:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:28:33: style: The function 'IsDrawing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:34:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:28:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:29:33: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:35:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:29:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:30:33: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:37:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:30:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:31:33: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:38:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:31:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:32:33: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:39:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:32:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:33:33: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:40:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:33:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:34:33: style: The function 'DrawTriangles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:42:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:34:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:36:33: style: The function 'NewTextObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:44:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:36:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:37:33: style: The function 'DeleteTextObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:45:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:37:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:38:33: style: The function 'BuildText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:46:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:38:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:39:33: style: The function 'DrawText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:47:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:39:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:41:33: style: The function 'ChangeViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:49:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:41:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:42:33: style: The function 'RestoreViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:50:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:42:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:43:33: style: The function 'SetScissor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:51:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D10.h:43:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1028:34: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1048:37: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1108:34: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1133:37: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1242:25: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1273:23: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1416:37: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1455:37: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1598:34: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1613:37: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1277:9: style: The scope of the variable 'x' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1277:16: style: The scope of the variable 'y' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1277:19: style: The scope of the variable 'y1' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.cpp:1277:26: style: The scope of the variable 'len' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:24:33: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:30:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:24:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:25:33: style: The function 'Shut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:31:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:25:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:26:33: style: The function 'BeginDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:32:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:26:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:27:33: style: The function 'EndDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:33:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:27:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:28:33: style: The function 'IsDrawing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:34:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:28:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:29:33: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:35:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:29:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:30:33: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:37:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:30:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:31:33: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:38:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:31:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:32:33: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:39:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:32:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:33:33: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:40:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:33:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:34:33: style: The function 'DrawTriangles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:42:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:34:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:36:33: style: The function 'NewTextObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:44:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:36:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:37:33: style: The function 'DeleteTextObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:45:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:37:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:38:33: style: The function 'BuildText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:46:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:38:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:39:33: style: The function 'DrawText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:47:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:39:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:41:33: style: The function 'ChangeViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:49:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:41:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:42:33: style: The function 'RestoreViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:50:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:42:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:43:33: style: The function 'SetScissor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:51:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D11.h:43:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.cpp:386:9: style: The scope of the variable 'x' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.cpp:386:16: style: The scope of the variable 'y' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.cpp:386:19: style: The scope of the variable 'y1' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.cpp:386:26: style: The scope of the variable 'Len' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.cpp:72:21: style: Struct 'CState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:24:33: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:30:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:24:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:25:33: style: The function 'Shut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:31:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:25:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:26:33: style: The function 'BeginDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:32:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:26:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:27:33: style: The function 'EndDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:33:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:27:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:28:33: style: The function 'IsDrawing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:34:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:28:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:29:33: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:35:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:29:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:30:33: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:37:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:30:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:31:33: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:38:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:31:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:32:33: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:39:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:32:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:33:33: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:40:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:33:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:34:33: style: The function 'DrawTriangles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:42:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:34:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:36:33: style: The function 'NewTextObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:44:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:36:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:37:33: style: The function 'DeleteTextObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:45:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:37:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:38:33: style: The function 'BuildText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:46:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:38:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:39:33: style: The function 'DrawText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:47:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:39:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:41:33: style: The function 'ChangeViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:49:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:41:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:42:33: style: The function 'RestoreViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:50:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:42:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:43:33: style: The function 'SetScissor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:51:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwDirect3D9.h:43:33: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwFonts.cpp:91:9: style: The scope of the variable 'start' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwFonts.cpp:122:9: style: The scope of the variable 'l' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:6494:72: warning: Either the condition 'sourceClientString!=NULL' is redundant or there is possible null pointer dereference: sourceClientString. [nullPointerRedundantCheck]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:6496:37: note: Assuming that condition 'sourceClientString!=NULL' is not redundant
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:6494:72: note: Null pointer dereference
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:214:22: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:329:22: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:512:27: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:779:56: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:780:58: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:976:11: style: The scope of the variable 'xa' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:976:15: style: The scope of the variable 'ya' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:976:19: style: The scope of the variable 'za' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:976:23: style: The scope of the variable 'xb' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:976:27: style: The scope of the variable 'yb' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:976:31: style: The scope of the variable 'zb' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:976:35: style: The scope of the variable 'xc' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:976:39: style: The scope of the variable 'yc' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:976:43: style: The scope of the variable 'zc' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1044:11: style: The scope of the variable 'x0' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1044:15: style: The scope of the variable 'x1' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1044:19: style: The scope of the variable 'y0' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1044:23: style: The scope of the variable 'y1' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1044:27: style: The scope of the variable 'z0' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1044:31: style: The scope of the variable 'z1' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1044:35: style: The scope of the variable 'a0' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1044:39: style: The scope of the variable 'a1' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1044:43: style: The scope of the variable 'nx' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1044:47: style: The scope of the variable 'nn' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1307:18: style: The scope of the variable 'l' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1307:21: style: The scope of the variable 'm' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1548:38: style: The scope of the variable 'qorig' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2072:15: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4361:17: style: The scope of the variable 'QuoteCur' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4363:10: style: The scope of the variable 'AddChar' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4576:9: style: The scope of the variable 'p' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:5531:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:5689:23: style: The scope of the variable 'c' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:6603:12: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:6603:15: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:222:28: style: Unsigned variable '_ExtMemberIndex' can't be negative so it is unnecessary to test it. [unsignedPositive]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2271:37: style: Checking if unsigned variable 'strlen(_Name)' is less than zero. This might be a false warning. [unsignedLessThanZero]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2903:37: style: Checking if unsigned variable 'strlen(_Name)' is less than zero. This might be a false warning. [unsignedLessThanZero]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:3389:45: style: Checking if unsigned variable 'strlen(paramName)' is less than zero. This might be a false warning. [unsignedLessThanZero]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:3394:25: style: Checking if unsigned variable 'outValueMaxCount' is less than zero. This might be a false warning. [unsignedLessThanZero]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:3531:45: style: Checking if unsigned variable 'strlen(paramName)' is less than zero. This might be a false warning. [unsignedLessThanZero]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4583:33: style: Checking if unsigned variable 'Token.size()' is less than zero. This might be a false warning. [unsignedLessThanZero]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4674:89: style: Checking if unsigned variable 'strlen(g_TwMgr->CheckLastError())' is less than zero. This might be a false warning. [unsignedLessThanZero]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4737:22: style: Unsigned variable 'enumIndex' can't be negative so it is unnecessary to test it. [unsignedPositive]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4798:23: style: Unsigned variable 'structIndex' can't be negative so it is unnecessary to test it. [unsignedPositive]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4986:14: style: Checking if unsigned variable 'Start' is less than zero. This might be a false warning. [unsignedLessThanZero]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4993:39: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1257:33: style: Function 'DrawCB' argument 1 names different: declaration '_W' definition 'w'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:446:37: note: Function 'DrawCB' argument 1 names different: declaration '_W' definition 'w'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1257:33: note: Function 'DrawCB' argument 1 names different: declaration '_W' definition 'w'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1257:40: style: Function 'DrawCB' argument 2 names different: declaration '_H' definition 'h'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:446:45: note: Function 'DrawCB' argument 2 names different: declaration '_H' definition 'h'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1257:40: note: Function 'DrawCB' argument 2 names different: declaration '_H' definition 'h'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:40: style: Function 'MouseMotionCB' argument 1 names different: declaration '_MouseX' definition 'mouseX'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:447:44: note: Function 'MouseMotionCB' argument 1 names different: declaration '_MouseX' definition 'mouseX'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:40: note: Function 'MouseMotionCB' argument 1 names different: declaration '_MouseX' definition 'mouseX'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:52: style: Function 'MouseMotionCB' argument 2 names different: declaration '_MouseY' definition 'mouseY'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:447:57: note: Function 'MouseMotionCB' argument 2 names different: declaration '_MouseY' definition 'mouseY'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:52: note: Function 'MouseMotionCB' argument 2 names different: declaration '_MouseY' definition 'mouseY'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:64: style: Function 'MouseMotionCB' argument 3 names different: declaration '_W' definition 'w'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:447:70: note: Function 'MouseMotionCB' argument 3 names different: declaration '_W' definition 'w'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:64: note: Function 'MouseMotionCB' argument 3 names different: declaration '_W' definition 'w'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:71: style: Function 'MouseMotionCB' argument 4 names different: declaration '_H' definition 'h'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:447:78: note: Function 'MouseMotionCB' argument 4 names different: declaration '_H' definition 'h'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:71: note: Function 'MouseMotionCB' argument 4 names different: declaration '_H' definition 'h'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:80: style: Function 'MouseMotionCB' argument 5 names different: declaration '_StructExtValue' definition 'structExtValue'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:447:88: note: Function 'MouseMotionCB' argument 5 names different: declaration '_StructExtValue' definition 'structExtValue'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:80: note: Function 'MouseMotionCB' argument 5 names different: declaration '_StructExtValue' definition 'structExtValue'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:102: style: Function 'MouseMotionCB' argument 6 names different: declaration '_ClientData' definition 'clientData'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:447:111: note: Function 'MouseMotionCB' argument 6 names different: declaration '_ClientData' definition 'clientData'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:102: note: Function 'MouseMotionCB' argument 6 names different: declaration '_ClientData' definition 'clientData'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:121: style: Function 'MouseMotionCB' argument 7 names different: declaration '_Bar' definition 'bar'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:447:131: note: Function 'MouseMotionCB' argument 7 names different: declaration '_Bar' definition 'bar'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1517:121: note: Function 'MouseMotionCB' argument 7 names different: declaration '_Bar' definition 'bar'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:52: style: Function 'MouseButtonCB' argument 1 names different: declaration '_Button' definition 'button'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:448:56: note: Function 'MouseButtonCB' argument 1 names different: declaration '_Button' definition 'button'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:52: note: Function 'MouseButtonCB' argument 1 names different: declaration '_Button' definition 'button'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:65: style: Function 'MouseButtonCB' argument 2 names different: declaration '_Pressed' definition 'pressed'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:448:70: note: Function 'MouseButtonCB' argument 2 names different: declaration '_Pressed' definition 'pressed'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:65: note: Function 'MouseButtonCB' argument 2 names different: declaration '_Pressed' definition 'pressed'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:78: style: Function 'MouseButtonCB' argument 3 names different: declaration '_MouseX' definition 'mouseX'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:448:84: note: Function 'MouseButtonCB' argument 3 names different: declaration '_MouseX' definition 'mouseX'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:78: note: Function 'MouseButtonCB' argument 3 names different: declaration '_MouseX' definition 'mouseX'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:90: style: Function 'MouseButtonCB' argument 4 names different: declaration '_MouseY' definition 'mouseY'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:448:97: note: Function 'MouseButtonCB' argument 4 names different: declaration '_MouseY' definition 'mouseY'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:90: note: Function 'MouseButtonCB' argument 4 names different: declaration '_MouseY' definition 'mouseY'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:102: style: Function 'MouseButtonCB' argument 5 names different: declaration '_W' definition 'w'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:448:110: note: Function 'MouseButtonCB' argument 5 names different: declaration '_W' definition 'w'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:102: note: Function 'MouseButtonCB' argument 5 names different: declaration '_W' definition 'w'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:109: style: Function 'MouseButtonCB' argument 6 names different: declaration '_H' definition 'h'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:448:118: note: Function 'MouseButtonCB' argument 6 names different: declaration '_H' definition 'h'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:109: note: Function 'MouseButtonCB' argument 6 names different: declaration '_H' definition 'h'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:118: style: Function 'MouseButtonCB' argument 7 names different: declaration '_StructExtValue' definition 'structExtValue'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:448:128: note: Function 'MouseButtonCB' argument 7 names different: declaration '_StructExtValue' definition 'structExtValue'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:118: note: Function 'MouseButtonCB' argument 7 names different: declaration '_StructExtValue' definition 'structExtValue'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:140: style: Function 'MouseButtonCB' argument 8 names different: declaration '_ClientData' definition 'clientData'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:448:151: note: Function 'MouseButtonCB' argument 8 names different: declaration '_ClientData' definition 'clientData'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:140: note: Function 'MouseButtonCB' argument 8 names different: declaration '_ClientData' definition 'clientData'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:159: style: Function 'MouseButtonCB' argument 9 names different: declaration '_Bar' definition 'bar'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:448:171: note: Function 'MouseButtonCB' argument 9 names different: declaration '_Bar' definition 'bar'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1582:159: note: Function 'MouseButtonCB' argument 9 names different: declaration '_Bar' definition 'bar'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1611:41: style: Function 'MouseLeaveCB' argument 1 names different: declaration '_StructExtValue' definition 'structExtValue'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:449:45: note: Function 'MouseLeaveCB' argument 1 names different: declaration '_StructExtValue' definition 'structExtValue'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1611:41: note: Function 'MouseLeaveCB' argument 1 names different: declaration '_StructExtValue' definition 'structExtValue'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1611:63: style: Function 'MouseLeaveCB' argument 2 names different: declaration '_ClientData' definition 'clientData'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:449:68: note: Function 'MouseLeaveCB' argument 2 names different: declaration '_ClientData' definition 'clientData'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1611:63: note: Function 'MouseLeaveCB' argument 2 names different: declaration '_ClientData' definition 'clientData'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1611:82: style: Function 'MouseLeaveCB' argument 3 names different: declaration '_Bar' definition 'bar'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:449:88: note: Function 'MouseLeaveCB' argument 3 names different: declaration '_Bar' definition 'bar'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1611:82: note: Function 'MouseLeaveCB' argument 3 names different: declaration '_Bar' definition 'bar'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2559:64: style: Function 'GetAttrib' argument 2 names different: declaration 'outDouble' definition 'outDoubles'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:135:71: note: Function 'GetAttrib' argument 2 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2559:64: note: Function 'GetAttrib' argument 2 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2790:39: style: Function 'SetLastError' argument 1 names different: declaration '_StaticErrorMesssage' definition '_ErrorMessage'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:136:50: note: Function 'SetLastError' argument 1 names different: declaration '_StaticErrorMesssage' definition '_ErrorMessage'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2790:39: note: Function 'SetLastError' argument 1 names different: declaration '_StaticErrorMesssage' definition '_ErrorMessage'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2850:46: style: Function 'SetCurrentDbgParams' argument 1 names different: declaration 'file' definition 'dbgFile'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:139:57: note: Function 'SetCurrentDbgParams' argument 1 names different: declaration 'file' definition 'dbgFile'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2850:46: note: Function 'SetCurrentDbgParams' argument 1 names different: declaration 'file' definition 'dbgFile'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2850:59: style: Function 'SetCurrentDbgParams' argument 2 names different: declaration 'line' definition 'dbgLine'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:139:67: note: Function 'SetCurrentDbgParams' argument 2 names different: declaration 'line' definition 'dbgLine'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2850:59: note: Function 'SetCurrentDbgParams' argument 2 names different: declaration 'line' definition 'dbgLine'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:3198:35: style: Function 'TwSetBarState' argument 1 names different: declaration 'bar' definition '_Bar'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:51:63: note: Function 'TwSetBarState' argument 1 names different: declaration 'bar' definition '_Bar'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:3198:35: note: Function 'TwSetBarState' argument 1 names different: declaration 'bar' definition '_Bar'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:3198:49: style: Function 'TwSetBarState' argument 2 names different: declaration 'state' definition '_State'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:51:76: note: Function 'TwSetBarState' argument 2 names different: declaration 'state' definition '_State'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:3198:49: note: Function 'TwSetBarState' argument 2 names different: declaration 'state' definition '_State'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4506:130: style: Function 'BarVarGetAttrib' argument 6 names different: declaration 'outDouble' definition 'outDoubles'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:3377:130: note: Function 'BarVarGetAttrib' argument 6 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4506:130: note: Function 'BarVarGetAttrib' argument 6 names different: declaration 'outDouble' definition 'outDoubles'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4946:47: style: Function 'TwDefineStructExt' argument 1 names different: declaration 'name' definition '_StructName'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:61:72: note: Function 'TwDefineStructExt' argument 1 names different: declaration 'name' definition '_StructName'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4946:47: note: Function 'TwDefineStructExt' argument 1 names different: declaration 'name' definition '_StructName'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4946:82: style: Function 'TwDefineStructExt' argument 2 names different: declaration 'structExtMembers' definition '_StructExtMembers'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:61:100: note: Function 'TwDefineStructExt' argument 2 names different: declaration 'structExtMembers' definition '_StructExtMembers'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4946:82: note: Function 'TwDefineStructExt' argument 2 names different: declaration 'structExtMembers' definition '_StructExtMembers'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4946:114: style: Function 'TwDefineStructExt' argument 3 names different: declaration 'nbExtMembers' definition '_NbExtMembers'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:61:131: note: Function 'TwDefineStructExt' argument 3 names different: declaration 'nbExtMembers' definition '_NbExtMembers'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4946:114: note: Function 'TwDefineStructExt' argument 3 names different: declaration 'nbExtMembers' definition '_NbExtMembers'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4946:136: style: Function 'TwDefineStructExt' argument 4 names different: declaration 'structSize' definition '_StructSize'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:61:152: note: Function 'TwDefineStructExt' argument 4 names different: declaration 'structSize' definition '_StructSize'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4946:136: note: Function 'TwDefineStructExt' argument 4 names different: declaration 'structSize' definition '_StructSize'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4946:156: style: Function 'TwDefineStructExt' argument 5 names different: declaration 'structExtSize' definition '_StructExtSize'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:61:171: note: Function 'TwDefineStructExt' argument 5 names different: declaration 'structExtSize' definition '_StructExtSize'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:4946:156: note: Function 'TwDefineStructExt' argument 5 names different: declaration 'structExtSize' definition '_StructExtSize'.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1907:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1261:31: warning: Assert statement calls a function which may have desired side effects: 'IsDrawing'. [assertWithSideEffect]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1638:19: portability: Undefined behaviour, pointer arithmetic 'm_Data+8' is out of bounds. [pointerOutOfBounds]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1647:40: portability: Undefined behaviour, pointer arithmetic 'm_Data+16' is out of bounds. [pointerOutOfBounds]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1651:40: portability: Undefined behaviour, pointer arithmetic 'm_Data+8' is out of bounds. [pointerOutOfBounds]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1664:19: portability: Undefined behaviour, pointer arithmetic 'm_Data+8' is out of bounds. [pointerOutOfBounds]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1671:40: portability: Undefined behaviour, pointer arithmetic 'm_Data+16' is out of bounds. [pointerOutOfBounds]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1677:40: portability: Undefined behaviour, pointer arithmetic 'm_Data+8' is out of bounds. [pointerOutOfBounds]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2202:5: performance: Variable 'm_GraphAPI' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2232:5: performance: Variable 'm_TypeColor32' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2233:5: performance: Variable 'm_TypeColor3F' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2234:5: performance: Variable 'm_TypeColor4F' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2236:5: performance: Variable 'm_LastMousePressedButtonID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2256:5: performance: Variable 'm_CopyCDStringToClient' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2257:5: performance: Variable 'm_CopyStdStringToClient' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:133:25: performance: Technically the member function 'CTwMgr::HasAttrib' can be static. [functionStatic]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:2283:13: note: Technically the member function 'CTwMgr::HasAttrib' can be static.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:133:25: note: Technically the member function 'CTwMgr::HasAttrib' can be static.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:468:26: style: Technically the member function 'CQuaternionExt::Permute' can be const. [functionConst]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1200:22: note: Technically the member function 'CQuaternionExt::Permute' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:468:26: note: Technically the member function 'CQuaternionExt::Permute' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:469:26: style: Technically the member function 'CQuaternionExt::PermuteInv' can be const. [functionConst]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1208:22: note: Technically the member function 'CQuaternionExt::PermuteInv' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:469:26: note: Technically the member function 'CQuaternionExt::PermuteInv' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:470:26: style: Technically the member function 'CQuaternionExt::Permute' can be const. [functionConst]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1216:22: note: Technically the member function 'CQuaternionExt::Permute' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:470:26: note: Technically the member function 'CQuaternionExt::Permute' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:471:26: style: Technically the member function 'CQuaternionExt::PermuteInv' can be const. [functionConst]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.cpp:1224:22: note: Technically the member function 'CQuaternionExt::PermuteInv' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwMgr.h:471:26: note: Technically the member function 'CQuaternionExt::PermuteInv' can be const.
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:25:25: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:30:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:25:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:26:25: style: The function 'Shut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:31:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:26:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:27:25: style: The function 'BeginDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:32:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:27:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:28:25: style: The function 'EndDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:33:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:28:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:29:25: style: The function 'IsDrawing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:34:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:29:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:30:25: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:35:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:30:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:31:25: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:37:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:31:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:32:25: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:38:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:32:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:33:25: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:39:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:33:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:34:25: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:40:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:34:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:35:25: style: The function 'DrawTriangles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:42:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:35:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:37:25: style: The function 'NewTextObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:44:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:37:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:38:25: style: The function 'DeleteTextObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:45:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:38:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:39:25: style: The function 'BuildText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:46:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:39:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:40:25: style: The function 'DrawText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:47:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:40:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:42:25: style: The function 'ChangeViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:49:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:42:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:43:25: style: The function 'RestoreViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:50:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:43:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:44:25: style: The function 'SetScissor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:51:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.h:44:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.cpp:636:9: style: The scope of the variable 'x' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.cpp:636:16: style: The scope of the variable 'y' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.cpp:636:19: style: The scope of the variable 'y1' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGL.cpp:636:26: style: The scope of the variable 'Len' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.cpp:536:9: style: The scope of the variable 'x' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.cpp:536:16: style: The scope of the variable 'y' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.cpp:536:19: style: The scope of the variable 'y1' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.cpp:536:26: style: The scope of the variable 'Len' can be reduced. [variableScope]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:25:25: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:30:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:25:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:26:25: style: The function 'Shut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:31:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:26:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:27:25: style: The function 'BeginDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:32:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:27:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:28:25: style: The function 'EndDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:33:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:28:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:29:25: style: The function 'IsDrawing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:34:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:29:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:30:25: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:35:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:30:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:31:25: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:37:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:31:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:32:25: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:38:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:32:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:33:25: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:39:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:33:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:34:25: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:40:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:34:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:35:25: style: The function 'DrawTriangles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:42:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:35:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:37:25: style: The function 'NewTextObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:44:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:37:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:38:25: style: The function 'DeleteTextObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:45:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:38:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:39:25: style: The function 'BuildText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:46:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:39:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:40:25: style: The function 'DrawText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:47:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:40:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:42:25: style: The function 'ChangeViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:49:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:42:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:43:25: style: The function 'RestoreViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwGraph.h:50:25: note: Virtual function in base class
ode-0.14/contrib/InteractiveCollisions/deps/AntTweakBar/src/TwOpenGLCore.h:43:25: note: Function in derived class
ode-0.14/contrib/InteractiveCollisions/src/camera.cpp:126:21: style: Function 'arcball' argument 1 names different: declaration 'x' definition 'mx'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/src/camera.hpp:31:22: note: Function 'arcball' argument 1 names different: declaration 'x' definition 'mx'.
ode-0.14/contrib/InteractiveCollisions/src/camera.cpp:126:21: note: Function 'arcball' argument 1 names different: declaration 'x' definition 'mx'.
ode-0.14/contrib/InteractiveCollisions/src/camera.cpp:126:29: style: Function 'arcball' argument 2 names different: declaration 'y' definition 'my'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/src/camera.hpp:31:29: note: Function 'arcball' argument 2 names different: declaration 'y' definition 'my'.
ode-0.14/contrib/InteractiveCollisions/src/camera.cpp:126:29: note: Function 'arcball' argument 2 names different: declaration 'y' definition 'my'.
ode-0.14/contrib/InteractiveCollisions/src/camera.cpp:15:9: warning: Member variable 'Camera::old_x' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/src/camera.cpp:15:9: warning: Member variable 'Camera::old_y' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/contrib/InteractiveCollisions/src/camera.hpp:44:11: style: Technically the member function 'Camera::to_sphere_z' can be const. [functionConst]
ode-0.14/contrib/InteractiveCollisions/src/camera.cpp:96:9: note: Technically the member function 'Camera::to_sphere_z' can be const.
ode-0.14/contrib/InteractiveCollisions/src/camera.hpp:44:11: note: Technically the member function 'Camera::to_sphere_z' can be const.
ode-0.14/contrib/InteractiveCollisions/src/main.cpp:548:27: style: Function 'choose_left_geom' argument 1 names different: declaration 'type' definition 'g'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/src/main.cpp:391:27: note: Function 'choose_left_geom' argument 1 names different: declaration 'type' definition 'g'.
ode-0.14/contrib/InteractiveCollisions/src/main.cpp:548:27: note: Function 'choose_left_geom' argument 1 names different: declaration 'type' definition 'g'.
ode-0.14/contrib/InteractiveCollisions/src/main.cpp:579:28: style: Function 'choose_right_geom' argument 1 names different: declaration 'type' definition 'g'. [funcArgNamesDifferent]
ode-0.14/contrib/InteractiveCollisions/src/main.cpp:392:28: note: Function 'choose_right_geom' argument 1 names different: declaration 'type' definition 'g'.
ode-0.14/contrib/InteractiveCollisions/src/main.cpp:579:28: note: Function 'choose_right_geom' argument 1 names different: declaration 'type' definition 'g'.
ode-0.14/contrib/Mac_CFMCarbon/mac_source/ode/test/test_stability1.cpp:118:11: style: The scope of the variable 'k' can be reduced. [variableScope]
ode-0.14/contrib/Mac_CFMCarbon/mac_source/ode/test/test_stability1.cpp:118:9: style: Unused variable: i [unusedVariable]
ode-0.14/contrib/TerrainAndCone/dCone.cpp:60:14: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dCone.cpp:71:14: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dCone.cpp:82:17: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dCone.cpp:326:17: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dCone.cpp:327:19: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dCone.cpp:399:15: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dCone.cpp:400:17: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dCone.cpp:448:18: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dCone.cpp:462:18: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dCone.cpp:476:18: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dCone.cpp:492:18: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dTerrainY.cpp:214:18: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dTerrainY.cpp:512:24: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dTerrainY.cpp:529:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ode-0.14/contrib/TerrainAndCone/dTerrainZ.cpp:214:18: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dTerrainZ.cpp:509:24: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/TerrainAndCone/dTerrainZ.cpp:526:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ode-0.14/contrib/TerrainAndCone/test_boxstackb.cpp:427:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/contrib/TerrainAndCone/test_boxstackb.cpp:427:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/contrib/TerrainAndCone/test_boxstackb.cpp:427:10: style: The scope of the variable 'k' can be reduced. [variableScope]
ode-0.14/contrib/TerrainAndCone/test_boxstackb.cpp:901:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/contrib/dCylinder/dCylinder.cpp:1401:19: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/dCylinder/dCylinder.cpp:1414:19: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/dCylinder/dCylinder.cpp:1424:19: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/dCylinder/dCylinder.cpp:1037:1: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
ode-0.14/contrib/dRay/Test/test_ray.cpp:409:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/contrib/dRay/Test/test_ray.cpp:409:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/contrib/dRay/Test/test_ray.cpp:409:11: style: The scope of the variable 'k' can be reduced. [variableScope]
ode-0.14/contrib/dRay/Test/test_ray.cpp:268:18: style: Variable 'ss' is assigned a value that is never used. [unreadVariable]
ode-0.14/contrib/dRay/dRay.cpp:73:3: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/dRay/dRay.cpp:77:10: style: C-style pointer casting [cstyleCast]
ode-0.14/contrib/dRay/dRay_CCylinder.cpp:169:42: style: Function 'dCollideCCR' argument 2 names different: declaration 'CCylinderGeom' definition 'CCGeom'. [funcArgNamesDifferent]
ode-0.14/contrib/dRay/dxRay.h:32:42: note: Function 'dCollideCCR' argument 2 names different: declaration 'CCylinderGeom' definition 'CCGeom'.
ode-0.14/contrib/dRay/dRay_CCylinder.cpp:169:42: note: Function 'dCollideCCR' argument 2 names different: declaration 'CCylinderGeom' definition 'CCGeom'.
ode-0.14/contrib/dRay/dRay_Plane.cpp:6:77: style: Function 'dCollidePR' argument 4 names different: declaration 'Contacts' definition 'Contact'. [funcArgNamesDifferent]
ode-0.14/contrib/dRay/dxRay.h:29:77: note: Function 'dCollidePR' argument 4 names different: declaration 'Contacts' definition 'Contact'.
ode-0.14/contrib/dRay/dRay_Plane.cpp:6:77: note: Function 'dCollidePR' argument 4 names different: declaration 'Contacts' definition 'Contact'.
ode-0.14/drawstuff/src/drawstuff.cpp:145:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ode-0.14/drawstuff/src/drawstuff.cpp:172:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ode-0.14/drawstuff/src/drawstuff.cpp:497:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/drawstuff/src/drawstuff.cpp:553:14: style: The scope of the variable 'index' can be reduced. [variableScope]
ode-0.14/drawstuff/src/drawstuff.cpp:586:16: style: The scope of the variable 'len2' can be reduced. [variableScope]
ode-0.14/drawstuff/src/drawstuff.cpp:902:21: warning: Obsolete function 'alloca' called. [allocaCalled]
ode-0.14/drawstuff/src/drawstuff.cpp:135:7: style: Technically the member function 'Image::width' can be const. [functionConst]
ode-0.14/drawstuff/src/drawstuff.cpp:136:7: style: Technically the member function 'Image::height' can be const. [functionConst]
ode-0.14/drawstuff/src/drawstuff.cpp:221:3: style: Class 'Image' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ode-0.14/drawstuff/src/drawstuff.cpp:221:3: style: Class 'Image' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ode-0.14/drawstuff/src/drawstuff.cpp:248:3: style: Class 'Texture' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ode-0.14/drawstuff/src/drawstuff.cpp:248:3: style: Class 'Texture' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ode-0.14/drawstuff/src/drawstuff.cpp:132:3: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/drawstuff/src/drawstuff.cpp:240:3: style: Class 'Texture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/drawstuff/src/osx.cpp:307:36: style: Function 'dsPlatformSimLoop' argument 1 names different: declaration 'window_width' definition 'givenWindowWidth'. [funcArgNamesDifferent]
ode-0.14/drawstuff/src/internal.h:33:29: note: Function 'dsPlatformSimLoop' argument 1 names different: declaration 'window_width' definition 'givenWindowWidth'.
ode-0.14/drawstuff/src/osx.cpp:307:36: note: Function 'dsPlatformSimLoop' argument 1 names different: declaration 'window_width' definition 'givenWindowWidth'.
ode-0.14/drawstuff/src/osx.cpp:307:58: style: Function 'dsPlatformSimLoop' argument 2 names different: declaration 'window_height' definition 'givenWindowHeight'. [funcArgNamesDifferent]
ode-0.14/drawstuff/src/internal.h:33:47: note: Function 'dsPlatformSimLoop' argument 2 names different: declaration 'window_height' definition 'givenWindowHeight'.
ode-0.14/drawstuff/src/osx.cpp:307:58: note: Function 'dsPlatformSimLoop' argument 2 names different: declaration 'window_height' definition 'givenWindowHeight'.
ode-0.14/drawstuff/src/osx.cpp:307:98: style: Function 'dsPlatformSimLoop' argument 4 names different: declaration 'initial_pause' definition 'givenPause'. [funcArgNamesDifferent]
ode-0.14/drawstuff/src/internal.h:34:25: note: Function 'dsPlatformSimLoop' argument 4 names different: declaration 'initial_pause' definition 'givenPause'.
ode-0.14/drawstuff/src/osx.cpp:307:98: note: Function 'dsPlatformSimLoop' argument 4 names different: declaration 'initial_pause' definition 'givenPause'.
ode-0.14/drawstuff/src/windows.cpp:118:12: error: Array 'keybuffer[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
ode-0.14/drawstuff/src/windows.cpp:80:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ode-0.14/drawstuff/src/x11.cpp:121:14: style: The scope of the variable 'attribList' can be reduced. [variableScope]
ode-0.14/libccd/src/ccd/vec3.h:35:0: error: #error You must define CCD_SINGLE or CCD_DOUBLE [preprocessorErrorDirective]
ode-0.14/libccd/src/mpr.c:169:9: style: The scope of the variable 'cont' can be reduced. [variableScope]
ode-0.14/libccd/src/mpr.c:314:55: style: Function 'findPenetr' argument 6 names different: declaration 'dir' definition 'pdir'. [funcArgNamesDifferent]
ode-0.14/libccd/src/mpr.c:55:55: note: Function 'findPenetr' argument 6 names different: declaration 'dir' definition 'pdir'.
ode-0.14/libccd/src/mpr.c:314:55: note: Function 'findPenetr' argument 6 names different: declaration 'dir' definition 'pdir'.
ode-0.14/libccd/src/polytope.c:257:26: style: The scope of the variable 'a' can be reduced. [variableScope]
ode-0.14/libccd/src/polytope.c:257:30: style: The scope of the variable 'b' can be reduced. [variableScope]
ode-0.14/libccd/src/polytope.c:257:34: style: The scope of the variable 'c' can be reduced. [variableScope]
ode-0.14/libccd/src/support.c:26:37: style: Function '__ccdSupport' argument 3 names different: declaration 'dir' definition '_dir'. [funcArgNamesDifferent]
ode-0.14/libccd/src/ccd/support.h:43:37: note: Function '__ccdSupport' argument 3 names different: declaration 'dir' definition '_dir'.
ode-0.14/libccd/src/support.c:26:37: note: Function '__ccdSupport' argument 3 names different: declaration 'dir' definition '_dir'.
ode-0.14/libccd/src/testsuites/bench.c:249:5: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ode-0.14/libccd/src/testsuites/bench.c:19:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/bench.c:25:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
ode-0.14/libccd/src/testsuites/bench2.c:255:5: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ode-0.14/libccd/src/testsuites/bench2.c:19:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/bench2.c:25:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
ode-0.14/libccd/src/testsuites/boxbox.c:109:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/boxbox.c:145:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/common.c:51:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:52:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:54:13: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:54:13: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:55:13: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:55:13: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:58:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:58:9: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:59:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:59:9: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:64:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:64:9: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:65:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:65:9: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:71:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:71:9: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:71:9: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:72:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:72:9: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:72:9: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ode-0.14/libccd/src/testsuites/common.c:118:19: style: Function 'svtObj' argument 1 names different: declaration 'o' definition '_o'. [funcArgNamesDifferent]
ode-0.14/libccd/src/testsuites/common.h:7:19: note: Function 'svtObj' argument 1 names different: declaration 'o' definition '_o'.
ode-0.14/libccd/src/testsuites/common.c:118:19: note: Function 'svtObj' argument 1 names different: declaration 'o' definition '_o'.
ode-0.14/libccd/src/testsuites/cu/cu.c:85:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/cu/cu.c:86:10: style: The scope of the variable 'found' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/cu/cu.c:190:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/cu/cu.c:120:63: style: Function 'cu_run_fork' argument 2 names different: declaration 'test_suite' definition 'ts'. [funcArgNamesDifferent]
ode-0.14/libccd/src/testsuites/cu/cu.c:79:63: note: Function 'cu_run_fork' argument 2 names different: declaration 'test_suite' definition 'ts'.
ode-0.14/libccd/src/testsuites/cu/cu.c:120:63: note: Function 'cu_run_fork' argument 2 names different: declaration 'test_suite' definition 'ts'.
ode-0.14/libccd/src/testsuites/cu/cu.c:333:42: style: Function 'redirect_out_err' argument 1 names different: declaration 'testName' definition 'test_name'. [funcArgNamesDifferent]
ode-0.14/libccd/src/testsuites/cu/cu.c:74:42: note: Function 'redirect_out_err' argument 1 names different: declaration 'testName' definition 'test_name'.
ode-0.14/libccd/src/testsuites/cu/cu.c:333:42: note: Function 'redirect_out_err' argument 1 names different: declaration 'testName' definition 'test_name'.
ode-0.14/libccd/src/testsuites/cylcyl.c:23:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/cylcyl.c:54:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/cylcyl.c:85:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/mpr_boxbox.c:101:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/mpr_boxbox.c:139:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/mpr_cylcyl.c:14:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/mpr_cylcyl.c:47:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/mpr_cylcyl.c:80:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/polytope.c:91:9: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
ode-0.14/libccd/src/testsuites/polytope.c:193:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
ode-0.14/libccd/src/testsuites/spheresphere.c:20:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/spheresphere.c:49:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/spheresphere.c:78:9: style: The scope of the variable 'res' can be reduced. [variableScope]
ode-0.14/libccd/src/testsuites/support.c:23:29: style: Function 'ccdSupport' argument 1 names different: declaration 'obj' definition '_obj'. [funcArgNamesDifferent]
ode-0.14/libccd/src/testsuites/support.h:90:29: note: Function 'ccdSupport' argument 1 names different: declaration 'obj' definition '_obj'.
ode-0.14/libccd/src/testsuites/support.c:23:29: note: Function 'ccdSupport' argument 1 names different: declaration 'obj' definition '_obj'.
ode-0.14/libccd/src/testsuites/support.c:23:53: style: Function 'ccdSupport' argument 2 names different: declaration 'dir' definition '_dir'. [funcArgNamesDifferent]
ode-0.14/libccd/src/testsuites/support.h:90:52: note: Function 'ccdSupport' argument 2 names different: declaration 'dir' definition '_dir'.
ode-0.14/libccd/src/testsuites/support.c:23:53: note: Function 'ccdSupport' argument 2 names different: declaration 'dir' definition '_dir'.
ode-0.14/libccd/src/testsuites/support.c:78:31: style: Function 'ccdObjCenter' argument 1 names different: declaration 'obj' definition '_obj'. [funcArgNamesDifferent]
ode-0.14/libccd/src/testsuites/support.h:96:31: note: Function 'ccdObjCenter' argument 1 names different: declaration 'obj' definition '_obj'.
ode-0.14/libccd/src/testsuites/support.c:78:31: note: Function 'ccdObjCenter' argument 1 names different: declaration 'obj' definition '_obj'.
ode-0.14/ode/demo/demo_boxstack.cpp:215:12: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_boxstack.cpp:216:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_boxstack.cpp:216:11: style: The scope of the variable 'k' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_boxstack.cpp:219:10: style: The scope of the variable 'setBody' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_boxstack.cpp:426:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_buggy.cpp:85:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_cards.cpp:46:9: performance: Variable 'body' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/ode/demo/demo_collision.cpp:108:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_collision.cpp:108:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_collision.cpp:1328:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_collision.cpp:1328:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_crash.cpp:119:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_crash.cpp:506:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_heightfield.cpp:249:12: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_heightfield.cpp:250:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_heightfield.cpp:250:11: style: The scope of the variable 'k' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_heightfield.cpp:253:10: style: The scope of the variable 'setBody' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_heightfield.cpp:129:7: style: struct member 'MyObject::last_matrix_index' is never used. [unusedStructMember]
ode-0.14/ode/demo/demo_jointPR.cpp:83:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_jointPU.cpp:144:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_kinematic.cpp:90:14: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/demo/demo_motion.cpp:320:17: style: Condition '!setBody' is always true [knownConditionTrueFalse]
ode-0.14/ode/demo/demo_motion.cpp:255:23: note: Assignment 'setBody=0', assigned value is 0
ode-0.14/ode/demo/demo_motion.cpp:320:17: note: Condition '!setBody' is always true
ode-0.14/ode/demo/demo_motion.cpp:246:12: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_motion.cpp:247:9: style: The scope of the variable 'k' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_motion.cpp:250:9: style: The scope of the variable 'setBody' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_motion.cpp:355:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_moving_convex.cpp:147:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_moving_convex.cpp:147:8: style: The scope of the variable 'k' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_moving_trimesh.cpp:232:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_moving_trimesh.cpp:232:11: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_moving_trimesh.cpp:232:13: style: The scope of the variable 'k' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_moving_trimesh.cpp:235:10: style: The scope of the variable 'setBody' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_ode.cpp:944:20: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/demo/demo_ode.cpp:132:60: style: Opposite expression on both sides of '<'. [oppositeExpression]
ode-0.14/ode/demo/demo_ode.cpp:132:60: note: Opposite expression on both sides of '<'.
ode-0.14/ode/demo/demo_ode.cpp:132:60: note: Opposite expression on both sides of '<'.
ode-0.14/ode/demo/demo_ode.cpp:880:0: style: Technically the member function 'simplevector < dMatInfo * >::finalize' can be const. [functionConst]
ode-0.14/ode/demo/demo_piston.cpp:137:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_piston.cpp:501:18: style: The scope of the variable 'rot' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_rfriction.cpp:79:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_space.cpp:175:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ode-0.14/ode/demo/demo_space_stress.cpp:145:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_space_stress.cpp:145:11: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_space_stress.cpp:145:13: style: The scope of the variable 'k' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_space_stress.cpp:148:10: style: The scope of the variable 'setBody' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_trimesh.cpp:216:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_trimesh.cpp:216:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_trimesh.cpp:216:11: style: The scope of the variable 'k' can be reduced. [variableScope]
ode-0.14/ode/demo/demo_trimesh.cpp:219:8: style: The scope of the variable 'setBody' can be reduced. [variableScope]
ode-0.14/ode/src/array.h:65:10: style: Technically the member function 'dArrayBase::operatordelete' can be const. [functionConst]
ode-0.14/ode/src/array.cpp:70:18: note: Technically the member function 'dArrayBase::operatordelete' can be const.
ode-0.14/ode/src/array.h:65:10: note: Technically the member function 'dArrayBase::operatordelete' can be const.
ode-0.14/ode/src/box.cpp:90:16: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/box.cpp:102:16: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/box.cpp:113:16: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/box.cpp:727:17: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/box.cpp:728:17: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/box.cpp:753:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/box.cpp:754:22: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_kernel.h:228:88: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ode-0.14/ode/src/objects.h:88:5: warning: Member variable 'dxAutoDisable::idle_steps' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/objects.h:88:5: warning: Member variable 'dxAutoDisable::average_samples' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/objects.h:110:5: warning: Member variable 'dxQuickStepParameters::num_iterations' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/objects.h:60:10: style: Technically the member function 'dBase::operatordelete' can be const. [functionConst]
ode-0.14/ode/src/objects.h:62:10: style: Technically the member function 'dBase::operatordelete[]' can be const. [functionConst]
ode-0.14/ode/src/collision_kernel.h:134:10: performance: Technically the member function 'dxGeom::checkControlValueSizeValidity' can be static. [functionStatic]
ode-0.14/ode/src/objects.h:157:5: style: Struct 'dxBody' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/objects.h:191:45: style: The function 'RetrieveThreadingDefaultImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_base.h:45:45: note: Virtual function in base class
ode-0.14/ode/src/objects.h:191:45: note: Function in derived class
ode-0.14/ode/src/collision_kernel.h:222:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_kernel.h:222:10: note: Function in derived class
ode-0.14/ode/src/collision_std.h:103:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_std.h:103:10: note: Function in derived class
ode-0.14/ode/src/collision_std.h:110:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_std.h:110:10: note: Function in derived class
ode-0.14/ode/src/collision_std.h:117:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_std.h:117:10: note: Function in derived class
ode-0.14/ode/src/collision_std.h:124:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_std.h:124:10: note: Function in derived class
ode-0.14/ode/src/collision_std.h:131:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_std.h:131:10: note: Function in derived class
ode-0.14/ode/src/collision_std.h:138:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_std.h:138:10: note: Function in derived class
ode-0.14/ode/src/collision_std.h:162:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_std.h:162:10: note: Function in derived class
ode-0.14/ode/src/capsule.cpp:87:20: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/capsule.cpp:98:20: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/capsule.cpp:108:20: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/capsule.cpp:138:23: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/capsule.cpp:139:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/capsule.cpp:172:22: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/capsule.cpp:173:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/capsule.cpp:249:23: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/capsule.cpp:250:23: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/capsule.cpp:364:23: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/capsule.cpp:365:22: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/capsule.cpp:246:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/src/collision_convex_trimesh.cpp:35:11: style: struct member '_sLocalContactData::triIndex' is never used. [unusedStructMember]
ode-0.14/ode/src/collision_convex_trimesh.cpp:36:11: style: struct member '_sLocalContactData::nFlags' is never used. [unusedStructMember]
ode-0.14/ode/src/collision_cylinder_box.cpp:736:9: style: Variable 'vCylinderCircleNormal_Rel[nCYLINDER_AXIS]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ode-0.14/ode/src/collision_cylinder_box.cpp:735:9: note: Variable 'vCylinderCircleNormal_Rel[nCYLINDER_AXIS]' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/ode/src/collision_cylinder_box.cpp:736:9: note: Variable 'vCylinderCircleNormal_Rel[nCYLINDER_AXIS]' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/ode/src/collision_cylinder_box.cpp:748:9: style: Variable 'vCylinderCircleNormal_Rel[nCYLINDER_AXIS]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ode-0.14/ode/src/collision_cylinder_box.cpp:747:9: note: Variable 'vCylinderCircleNormal_Rel[nCYLINDER_AXIS]' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/ode/src/collision_cylinder_box.cpp:748:9: note: Variable 'vCylinderCircleNormal_Rel[nCYLINDER_AXIS]' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/ode/src/collision_cylinder_box.cpp:46:5: warning: Member variable 'sCylinderBoxData::m_iBestAxis' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/collision_cylinder_plane.cpp:262:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ode-0.14/ode/src/util.h:195:62: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/util.h:114:1: style: The class 'dxWorldProcessMemArena' does not have a constructor although it has private member variables. [noConstructor]
ode-0.14/ode/src/util.h:272:1: style: The struct 'dxWorldProcessIslandsInfo' does not have a constructor although it has private member variables. [noConstructor]
ode-0.14/ode/src/util.h:239:10: performance: Technically the member function 'dxWorldProcessContext::SetStepperArenasList' can be static. [functionStatic]
ode-0.14/ode/src/collision_trimesh_internal.h:346:10: style: The function 'controlGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:135:18: note: Virtual function in base class
ode-0.14/ode/src/collision_trimesh_internal.h:346:10: note: Function in derived class
ode-0.14/ode/src/collision_trimesh_internal.h:348:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_trimesh_internal.h:348:10: note: Function in derived class
ode-0.14/ode/src/collision_kernel.cpp:380:45: style: Redundant condition: body. '!body || (body && offset_posr)' is equivalent to '!body || offset_posr' [redundantCondition]
ode-0.14/ode/src/collision_kernel.cpp:72:19: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_kernel.cpp:113:32: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_kernel.cpp:996:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_kernel.cpp:899:5: style: Struct 'dxUserGeom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/collision_kernel.cpp:901:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_kernel.cpp:901:10: note: Function in derived class
ode-0.14/ode/src/collision_kernel.cpp:902:9: style: The function 'AABBTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:142:17: note: Virtual function in base class
ode-0.14/ode/src/collision_kernel.cpp:902:9: note: Function in derived class
ode-0.14/ode/src/collision_libccd.cpp:158:17: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_libccd.cpp:210:19: style: The scope of the variable 'rad' can be reduced. [variableScope]
ode-0.14/ode/src/collision_quadtreespace.cpp:383:14: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_quadtreespace.cpp:512:6: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_quadtreespace.cpp:540:14: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_quadtreespace.cpp:545:10: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_quadtreespace.cpp:571:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_quadtreespace.cpp:585:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_quadtreespace.cpp:492:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ode-0.14/ode/src/collision_quadtreespace.cpp:421:38: style: Function 'getGeom' argument 1 names different: declaration 'i' definition 'Index'. [funcArgNamesDifferent]
ode-0.14/ode/src/collision_quadtreespace.cpp:342:25: note: Function 'getGeom' argument 1 names different: declaration 'i' definition 'Index'.
ode-0.14/ode/src/collision_quadtreespace.cpp:421:38: note: Function 'getGeom' argument 1 names different: declaration 'i' definition 'Index'.
ode-0.14/ode/src/collision_quadtreespace.cpp:576:56: style: Function 'collide2' argument 2 names different: declaration 'g1' definition 'g2'. [funcArgNamesDifferent]
ode-0.14/ode/src/collision_quadtreespace.cpp:352:43: note: Function 'collide2' argument 2 names different: declaration 'g1' definition 'g2'.
ode-0.14/ode/src/collision_quadtreespace.cpp:576:56: note: Function 'collide2' argument 2 names different: declaration 'g1' definition 'g2'.
ode-0.14/ode/src/array.h:97:0: style: 'dArray < dxGeom * >::operator=' should return 'dArray < dxGeom * > &'. [operatorEq]
ode-0.14/ode/src/collision_quadtreespace.cpp:69:10: style: Technically the member function 'Block::Inside' can be const. [functionConst]
ode-0.14/ode/src/collision_quadtreespace.cpp:305:13: note: Technically the member function 'Block::Inside' can be const.
ode-0.14/ode/src/collision_quadtreespace.cpp:69:10: note: Technically the member function 'Block::Inside' can be const.
ode-0.14/ode/src/collision_quadtreespace.cpp:342:13: style: The function 'getGeom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:233:21: note: Virtual function in base class
ode-0.14/ode/src/collision_quadtreespace.cpp:342:13: note: Function in derived class
ode-0.14/ode/src/collision_quadtreespace.cpp:344:10: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:235:18: note: Virtual function in base class
ode-0.14/ode/src/collision_quadtreespace.cpp:344:10: note: Function in derived class
ode-0.14/ode/src/collision_quadtreespace.cpp:345:10: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:236:18: note: Virtual function in base class
ode-0.14/ode/src/collision_quadtreespace.cpp:345:10: note: Function in derived class
ode-0.14/ode/src/collision_quadtreespace.cpp:346:10: style: The function 'dirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:237:18: note: Virtual function in base class
ode-0.14/ode/src/collision_quadtreespace.cpp:346:10: note: Function in derived class
ode-0.14/ode/src/collision_quadtreespace.cpp:348:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_quadtreespace.cpp:348:10: note: Function in derived class
ode-0.14/ode/src/collision_quadtreespace.cpp:350:10: style: The function 'cleanGeoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:239:18: note: Virtual function in base class
ode-0.14/ode/src/collision_quadtreespace.cpp:350:10: note: Function in derived class
ode-0.14/ode/src/collision_quadtreespace.cpp:351:10: style: The function 'collide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:244:18: note: Virtual function in base class
ode-0.14/ode/src/collision_quadtreespace.cpp:351:10: note: Function in derived class
ode-0.14/ode/src/collision_quadtreespace.cpp:352:10: style: The function 'collide2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:245:18: note: Virtual function in base class
ode-0.14/ode/src/collision_quadtreespace.cpp:352:10: note: Function in derived class
ode-0.14/ode/src/collision_sapspace.cpp:311:5: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_sapspace.cpp:337:9: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_sapspace.cpp:338:9: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_sapspace.cpp:375:5: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_sapspace.cpp:400:14: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_sapspace.cpp:405:9: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_sapspace.cpp:261:46: style: Function 'dxSAPSpace' argument 2 names different: declaration 'sortaxis' definition 'axisorder'. [funcArgNamesDifferent]
ode-0.14/ode/src/collision_sapspace.cpp:138:38: note: Function 'dxSAPSpace' argument 2 names different: declaration 'sortaxis' definition 'axisorder'.
ode-0.14/ode/src/collision_sapspace.cpp:261:46: note: Function 'dxSAPSpace' argument 2 names different: declaration 'sortaxis' definition 'axisorder'.
ode-0.14/ode/src/array.h:97:0: style: 'dArray < float >::operator=' should return 'dArray < float > &'. [operatorEq]
ode-0.14/ode/src/array.h:97:0: style: 'dArray < Pair >::operator=' should return 'dArray < Pair > &'. [operatorEq]
ode-0.14/ode/src/collision_sapspace.cpp:273:5: performance: Variable 'ax0idx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/ode/src/collision_sapspace.cpp:274:5: performance: Variable 'ax1idx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/ode/src/collision_sapspace.cpp:275:5: performance: Variable 'ax2idx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/ode/src/collision_sapspace.cpp:142:21: style: The function 'getGeom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:233:21: note: Virtual function in base class
ode-0.14/ode/src/collision_sapspace.cpp:142:21: note: Function in derived class
ode-0.14/ode/src/collision_sapspace.cpp:143:18: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:235:18: note: Virtual function in base class
ode-0.14/ode/src/collision_sapspace.cpp:143:18: note: Function in derived class
ode-0.14/ode/src/collision_sapspace.cpp:144:18: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:236:18: note: Virtual function in base class
ode-0.14/ode/src/collision_sapspace.cpp:144:18: note: Function in derived class
ode-0.14/ode/src/collision_sapspace.cpp:145:18: style: The function 'dirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:237:18: note: Virtual function in base class
ode-0.14/ode/src/collision_sapspace.cpp:145:18: note: Function in derived class
ode-0.14/ode/src/collision_sapspace.cpp:146:18: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_sapspace.cpp:146:18: note: Function in derived class
ode-0.14/ode/src/collision_sapspace.cpp:147:18: style: The function 'cleanGeoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:239:18: note: Virtual function in base class
ode-0.14/ode/src/collision_sapspace.cpp:147:18: note: Function in derived class
ode-0.14/ode/src/collision_sapspace.cpp:148:18: style: The function 'collide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:244:18: note: Virtual function in base class
ode-0.14/ode/src/collision_sapspace.cpp:148:18: note: Function in derived class
ode-0.14/ode/src/collision_sapspace.cpp:149:18: style: The function 'collide2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:245:18: note: Virtual function in base class
ode-0.14/ode/src/collision_sapspace.cpp:149:18: note: Function in derived class
ode-0.14/ode/src/collision_space.cpp:240:14: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_space.cpp:412:14: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_space.cpp:633:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_space.cpp:642:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_space.cpp:770:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_space.cpp:782:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_space.cpp:783:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_space.cpp:376:10: style: Technically the member function 'dxHashSpace::getLevels' can be const. [functionConst]
ode-0.14/ode/src/collision_space.cpp:399:19: note: Technically the member function 'dxHashSpace::getLevels' can be const.
ode-0.14/ode/src/collision_space.cpp:376:10: note: Technically the member function 'dxHashSpace::getLevels' can be const.
ode-0.14/ode/src/collision_kernel.h:236:18: warning: Virtual function 'remove' is called from destructor '~dxSpace()' at line 112. Dynamic binding is not used. [virtualCallInConstructor]
ode-0.14/ode/src/collision_space.cpp:112:13: note: Calling remove
ode-0.14/ode/src/collision_kernel.h:236:18: note: remove is a virtual method
ode-0.14/ode/src/collision_space.cpp:221:5: style: Struct 'dxSimpleSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/collision_space.cpp:374:5: style: Struct 'dxHashSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/collision_space.cpp:222:10: style: The function 'cleanGeoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:239:18: note: Virtual function in base class
ode-0.14/ode/src/collision_space.cpp:222:10: note: Function in derived class
ode-0.14/ode/src/collision_space.cpp:223:10: style: The function 'collide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:244:18: note: Virtual function in base class
ode-0.14/ode/src/collision_space.cpp:223:10: note: Function in derived class
ode-0.14/ode/src/collision_space.cpp:224:10: style: The function 'collide2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:245:18: note: Virtual function in base class
ode-0.14/ode/src/collision_space.cpp:224:10: note: Function in derived class
ode-0.14/ode/src/collision_space.cpp:377:10: style: The function 'cleanGeoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:239:18: note: Virtual function in base class
ode-0.14/ode/src/collision_space.cpp:377:10: note: Function in derived class
ode-0.14/ode/src/collision_space.cpp:378:10: style: The function 'collide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:244:18: note: Virtual function in base class
ode-0.14/ode/src/collision_space.cpp:378:10: note: Function in derived class
ode-0.14/ode/src/collision_space.cpp:379:10: style: The function 'collide2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:245:18: note: Virtual function in base class
ode-0.14/ode/src/collision_space.cpp:379:10: note: Function in derived class
ode-0.14/ode/src/collision_space.cpp:468:33: error: Uninitialized struct member: aabb.level [uninitStructMember]
ode-0.14/ode/src/collision_space.cpp:468:33: error: Uninitialized struct member: aabb.index [uninitStructMember]
ode-0.14/ode/src/collision_transform.cpp:131:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_transform.cpp:185:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_transform.cpp:195:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_transform.cpp:204:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_transform.cpp:213:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_transform.cpp:222:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_transform.cpp:231:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/collision_transform.cpp:53:5: style: Struct 'dxGeomTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/collision_transform.cpp:55:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/collision_transform.cpp:55:10: note: Function in derived class
ode-0.14/ode/src/collision_trimesh_disabled.cpp:32:12: warning: Member variable 'dxTriMesh::Callback' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/collision_trimesh_disabled.cpp:32:12: warning: Member variable 'dxTriMesh::ArrayCallback' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/collision_trimesh_disabled.cpp:32:12: warning: Member variable 'dxTriMesh::RayCallback' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/collision_trimesh_disabled.cpp:32:12: warning: Member variable 'dxTriMesh::TriMergeCallback' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/collision_trimesh_disabled.cpp:32:12: warning: Member variable 'dxTriMesh::Data' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/collision_trimesh_disabled.cpp:32:12: warning: Member variable 'dxTriMesh::doSphereTC' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/collision_trimesh_disabled.cpp:32:12: warning: Member variable 'dxTriMesh::doBoxTC' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/collision_trimesh_disabled.cpp:32:12: warning: Member variable 'dxTriMesh::doCapsuleTC' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/collision_trimesh_distance.cpp:47:43: warning: Function 'SqrDistancePointTri' argument order different: declaration 'p, triOrigin, triEdge1, triEdge2, pfSParam, pfTParam' definition 'p, triOrigin, triEdge0, triEdge1, pfSParam, pfTParam' [funcArgOrderDifferent]
ode-0.14/ode/src/collision_trimesh_internal.h:864:43: note: Function 'SqrDistancePointTri' argument order different: declaration 'p, triOrigin, triEdge1, triEdge2, pfSParam, pfTParam' definition 'p, triOrigin, triEdge0, triEdge1, pfSParam, pfTParam'
ode-0.14/ode/src/collision_trimesh_distance.cpp:47:43: note: Function 'SqrDistancePointTri' argument order different: declaration 'p, triOrigin, triEdge1, triEdge2, pfSParam, pfTParam' definition 'p, triOrigin, triEdge0, triEdge1, pfSParam, pfTParam'
ode-0.14/ode/src/collision_trimesh_distance.cpp:679:41: warning: Function 'SqrDistanceSegTri' argument order different: declaration 'segOrigin, segEnd, triOrigin, triEdge1, triEdge2, t, u, v' definition 'segOrigin, segEnd, triOrigin, triEdge0, triEdge1, pfSegP, pfTriP0, pfTriP1' [funcArgOrderDifferent]
ode-0.14/ode/src/collision_trimesh_internal.h:872:41: note: Function 'SqrDistanceSegTri' argument order different: declaration 'segOrigin, segEnd, triOrigin, triEdge1, triEdge2, t, u, v' definition 'segOrigin, segEnd, triOrigin, triEdge0, triEdge1, pfSegP, pfTriP0, pfTriP1'
ode-0.14/ode/src/collision_trimesh_distance.cpp:679:41: note: Function 'SqrDistanceSegTri' argument order different: declaration 'segOrigin, segEnd, triOrigin, triEdge1, triEdge2, t, u, v' definition 'segOrigin, segEnd, triOrigin, triEdge0, triEdge1, pfSegP, pfTriP0, pfTriP1'
ode-0.14/ode/src/convex.cpp:88:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ode-0.14/ode/src/convex.cpp:92:31: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ode-0.14/ode/src/convex.cpp:227:19: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/convex.cpp:597:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/convex.cpp:598:22: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/convex.cpp:657:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/convex.cpp:658:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/convex.cpp:1390:25: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/convex.cpp:1391:25: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/convex.cpp:1468:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/convex.cpp:1469:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/convex.cpp:51:34: style: Function 'dxConvex' argument 2 names different: declaration 'planes' definition '_planes'. [funcArgNamesDifferent]
ode-0.14/ode/src/collision_std.h:153:22: note: Function 'dxConvex' argument 2 names different: declaration 'planes' definition '_planes'.
ode-0.14/ode/src/convex.cpp:51:34: note: Function 'dxConvex' argument 2 names different: declaration 'planes' definition '_planes'.
ode-0.14/ode/src/convex.cpp:52:34: style: Function 'dxConvex' argument 3 names different: declaration 'planecount' definition '_planecount'. [funcArgNamesDifferent]
ode-0.14/ode/src/collision_std.h:154:22: note: Function 'dxConvex' argument 3 names different: declaration 'planecount' definition '_planecount'.
ode-0.14/ode/src/convex.cpp:52:34: note: Function 'dxConvex' argument 3 names different: declaration 'planecount' definition '_planecount'.
ode-0.14/ode/src/convex.cpp:53:34: style: Function 'dxConvex' argument 4 names different: declaration 'points' definition '_points'. [funcArgNamesDifferent]
ode-0.14/ode/src/collision_std.h:155:22: note: Function 'dxConvex' argument 4 names different: declaration 'points' definition '_points'.
ode-0.14/ode/src/convex.cpp:53:34: note: Function 'dxConvex' argument 4 names different: declaration 'points' definition '_points'.
ode-0.14/ode/src/convex.cpp:54:34: style: Function 'dxConvex' argument 5 names different: declaration 'pointcount' definition '_pointcount'. [funcArgNamesDifferent]
ode-0.14/ode/src/collision_std.h:156:22: note: Function 'dxConvex' argument 5 names different: declaration 'pointcount' definition '_pointcount'.
ode-0.14/ode/src/convex.cpp:54:34: note: Function 'dxConvex' argument 5 names different: declaration 'pointcount' definition '_pointcount'.
ode-0.14/ode/src/convex.cpp:55:41: style: Function 'dxConvex' argument 6 names different: declaration 'polygons' definition '_polygons'. [funcArgNamesDifferent]
ode-0.14/ode/src/collision_std.h:157:29: note: Function 'dxConvex' argument 6 names different: declaration 'polygons' definition '_polygons'.
ode-0.14/ode/src/convex.cpp:55:41: note: Function 'dxConvex' argument 6 names different: declaration 'polygons' definition '_polygons'.
ode-0.14/ode/src/cylinder.cpp:93:21: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/cylinder.cpp:103:21: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:202:22: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:210:23: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:222:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:232:26: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:260:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:274:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:289:21: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:302:21: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:317:26: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:329:23: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:336:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:349:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:508:39: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/export-dif.cpp:573:41: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/ball.h:39:5: style: Struct 'dxJointBall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/dball.h:43:5: style: Struct 'dxJointDBall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/dhinge.h:32:5: style: Struct 'dxJointDHinge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/transmission.h:38:5: style: Struct 'dxJointTransmission' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/hinge.h:40:5: style: Struct 'dxJointHinge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/slider.h:40:5: style: Struct 'dxJointSlider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/contact.h:35:5: style: Struct 'dxJointContact' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/universal.h:49:5: style: Struct 'dxJointUniversal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/hinge2.h:55:5: style: Struct 'dxJointHinge2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/fixed.h:40:5: style: Struct 'dxJointFixed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/null.h:34:5: style: Struct 'dxJointNull' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/amotor.h:49:5: style: Struct 'dxJointAMotor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/lmotor.h:38:5: style: Struct 'dxJointLMotor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/plane2d.h:41:5: style: Struct 'dxJointPlane2D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/pu.h:72:5: style: Struct 'dxJointPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/pr.h:84:5: style: Struct 'dxJointPR' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/piston.h:94:5: style: Struct 'dxJointPiston' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/joints/ball.h:40:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/ball.h:40:18: note: Function in derived class
ode-0.14/ode/src/joints/ball.h:41:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/ball.h:41:18: note: Function in derived class
ode-0.14/ode/src/joints/ball.h:42:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/ball.h:42:18: note: Function in derived class
ode-0.14/ode/src/joints/ball.h:43:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/ball.h:43:24: note: Function in derived class
ode-0.14/ode/src/joints/ball.h:44:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/ball.h:44:20: note: Function in derived class
ode-0.14/ode/src/joints/ball.h:46:18: style: The function 'setRelativeValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:151:18: note: Virtual function in base class
ode-0.14/ode/src/joints/ball.h:46:18: note: Function in derived class
ode-0.14/ode/src/joints/dball.h:44:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/dball.h:44:18: note: Function in derived class
ode-0.14/ode/src/joints/dball.h:45:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/dball.h:45:18: note: Function in derived class
ode-0.14/ode/src/joints/dball.h:46:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/dball.h:46:18: note: Function in derived class
ode-0.14/ode/src/joints/dball.h:47:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/dball.h:47:24: note: Function in derived class
ode-0.14/ode/src/joints/dball.h:48:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/dball.h:48:20: note: Function in derived class
ode-0.14/ode/src/joints/dball.h:50:18: style: The function 'setRelativeValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:151:18: note: Virtual function in base class
ode-0.14/ode/src/joints/dball.h:50:18: note: Function in derived class
ode-0.14/ode/src/joints/dhinge.h:34:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/dball.h:44:18: note: Virtual function in base class
ode-0.14/ode/src/joints/dhinge.h:34:18: note: Function in derived class
ode-0.14/ode/src/joints/dhinge.h:35:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/dball.h:45:18: note: Virtual function in base class
ode-0.14/ode/src/joints/dhinge.h:35:18: note: Function in derived class
ode-0.14/ode/src/joints/dhinge.h:36:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/dball.h:46:18: note: Virtual function in base class
ode-0.14/ode/src/joints/dhinge.h:36:18: note: Function in derived class
ode-0.14/ode/src/joints/dhinge.h:37:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/dball.h:47:24: note: Virtual function in base class
ode-0.14/ode/src/joints/dhinge.h:37:24: note: Function in derived class
ode-0.14/ode/src/joints/dhinge.h:38:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/dball.h:48:20: note: Virtual function in base class
ode-0.14/ode/src/joints/dhinge.h:38:20: note: Function in derived class
ode-0.14/ode/src/joints/transmission.h:40:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/transmission.h:40:18: note: Function in derived class
ode-0.14/ode/src/joints/transmission.h:41:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/transmission.h:41:18: note: Function in derived class
ode-0.14/ode/src/joints/transmission.h:42:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/transmission.h:42:18: note: Function in derived class
ode-0.14/ode/src/joints/transmission.h:43:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/transmission.h:43:24: note: Function in derived class
ode-0.14/ode/src/joints/transmission.h:44:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/transmission.h:44:20: note: Function in derived class
ode-0.14/ode/src/joints/hinge.h:41:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge.h:41:18: note: Function in derived class
ode-0.14/ode/src/joints/hinge.h:42:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge.h:42:18: note: Function in derived class
ode-0.14/ode/src/joints/hinge.h:43:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge.h:43:18: note: Function in derived class
ode-0.14/ode/src/joints/hinge.h:44:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge.h:44:24: note: Function in derived class
ode-0.14/ode/src/joints/hinge.h:45:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge.h:45:20: note: Function in derived class
ode-0.14/ode/src/joints/hinge.h:47:18: style: The function 'setRelativeValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:151:18: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge.h:47:18: note: Function in derived class
ode-0.14/ode/src/joints/slider.h:41:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/slider.h:41:18: note: Function in derived class
ode-0.14/ode/src/joints/slider.h:42:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/slider.h:42:18: note: Function in derived class
ode-0.14/ode/src/joints/slider.h:43:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/slider.h:43:18: note: Function in derived class
ode-0.14/ode/src/joints/slider.h:44:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/slider.h:44:24: note: Function in derived class
ode-0.14/ode/src/joints/slider.h:45:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/slider.h:45:20: note: Function in derived class
ode-0.14/ode/src/joints/slider.h:47:18: style: The function 'setRelativeValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:151:18: note: Virtual function in base class
ode-0.14/ode/src/joints/slider.h:47:18: note: Function in derived class
ode-0.14/ode/src/joints/contact.h:36:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/contact.h:36:18: note: Function in derived class
ode-0.14/ode/src/joints/contact.h:37:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/contact.h:37:18: note: Function in derived class
ode-0.14/ode/src/joints/contact.h:38:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/contact.h:38:18: note: Function in derived class
ode-0.14/ode/src/joints/contact.h:39:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/contact.h:39:24: note: Function in derived class
ode-0.14/ode/src/joints/contact.h:40:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/contact.h:40:20: note: Function in derived class
ode-0.14/ode/src/joints/universal.h:50:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/universal.h:50:18: note: Function in derived class
ode-0.14/ode/src/joints/universal.h:51:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/universal.h:51:18: note: Function in derived class
ode-0.14/ode/src/joints/universal.h:52:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/universal.h:52:18: note: Function in derived class
ode-0.14/ode/src/joints/universal.h:53:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/universal.h:53:24: note: Function in derived class
ode-0.14/ode/src/joints/universal.h:54:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/universal.h:54:20: note: Function in derived class
ode-0.14/ode/src/joints/universal.h:56:18: style: The function 'setRelativeValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:151:18: note: Virtual function in base class
ode-0.14/ode/src/joints/universal.h:56:18: note: Function in derived class
ode-0.14/ode/src/joints/hinge2.h:57:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge2.h:57:18: note: Function in derived class
ode-0.14/ode/src/joints/hinge2.h:58:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge2.h:58:18: note: Function in derived class
ode-0.14/ode/src/joints/hinge2.h:59:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge2.h:59:18: note: Function in derived class
ode-0.14/ode/src/joints/hinge2.h:60:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge2.h:60:24: note: Function in derived class
ode-0.14/ode/src/joints/hinge2.h:61:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge2.h:61:20: note: Function in derived class
ode-0.14/ode/src/joints/hinge2.h:63:18: style: The function 'setRelativeValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:151:18: note: Virtual function in base class
ode-0.14/ode/src/joints/hinge2.h:63:18: note: Function in derived class
ode-0.14/ode/src/joints/fixed.h:41:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/fixed.h:41:18: note: Function in derived class
ode-0.14/ode/src/joints/fixed.h:42:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/fixed.h:42:18: note: Function in derived class
ode-0.14/ode/src/joints/fixed.h:43:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/fixed.h:43:18: note: Function in derived class
ode-0.14/ode/src/joints/fixed.h:44:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/fixed.h:44:24: note: Function in derived class
ode-0.14/ode/src/joints/fixed.h:45:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/fixed.h:45:20: note: Function in derived class
ode-0.14/ode/src/joints/null.h:35:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/null.h:35:18: note: Function in derived class
ode-0.14/ode/src/joints/null.h:36:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/null.h:36:18: note: Function in derived class
ode-0.14/ode/src/joints/null.h:37:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/null.h:37:18: note: Function in derived class
ode-0.14/ode/src/joints/null.h:38:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/null.h:38:24: note: Function in derived class
ode-0.14/ode/src/joints/null.h:39:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/null.h:39:20: note: Function in derived class
ode-0.14/ode/src/joints/amotor.h:50:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/amotor.h:50:18: note: Function in derived class
ode-0.14/ode/src/joints/amotor.h:51:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/amotor.h:51:18: note: Function in derived class
ode-0.14/ode/src/joints/amotor.h:52:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/amotor.h:52:18: note: Function in derived class
ode-0.14/ode/src/joints/amotor.h:53:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/amotor.h:53:24: note: Function in derived class
ode-0.14/ode/src/joints/amotor.h:54:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/amotor.h:54:20: note: Function in derived class
ode-0.14/ode/src/joints/lmotor.h:39:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/lmotor.h:39:18: note: Function in derived class
ode-0.14/ode/src/joints/lmotor.h:40:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/lmotor.h:40:18: note: Function in derived class
ode-0.14/ode/src/joints/lmotor.h:41:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/lmotor.h:41:18: note: Function in derived class
ode-0.14/ode/src/joints/lmotor.h:42:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/lmotor.h:42:24: note: Function in derived class
ode-0.14/ode/src/joints/lmotor.h:43:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/lmotor.h:43:20: note: Function in derived class
ode-0.14/ode/src/joints/plane2d.h:42:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/plane2d.h:42:18: note: Function in derived class
ode-0.14/ode/src/joints/plane2d.h:43:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/plane2d.h:43:18: note: Function in derived class
ode-0.14/ode/src/joints/plane2d.h:44:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/plane2d.h:44:18: note: Function in derived class
ode-0.14/ode/src/joints/plane2d.h:45:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/plane2d.h:45:24: note: Function in derived class
ode-0.14/ode/src/joints/plane2d.h:46:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/plane2d.h:46:20: note: Function in derived class
ode-0.14/ode/src/joints/pu.h:73:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/universal.h:50:18: note: Virtual function in base class
ode-0.14/ode/src/joints/pu.h:73:18: note: Function in derived class
ode-0.14/ode/src/joints/pu.h:74:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/universal.h:51:18: note: Virtual function in base class
ode-0.14/ode/src/joints/pu.h:74:18: note: Function in derived class
ode-0.14/ode/src/joints/pu.h:75:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/universal.h:52:18: note: Virtual function in base class
ode-0.14/ode/src/joints/pu.h:75:18: note: Function in derived class
ode-0.14/ode/src/joints/pu.h:76:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/universal.h:53:24: note: Virtual function in base class
ode-0.14/ode/src/joints/pu.h:76:24: note: Function in derived class
ode-0.14/ode/src/joints/pu.h:77:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/universal.h:54:20: note: Virtual function in base class
ode-0.14/ode/src/joints/pu.h:77:20: note: Function in derived class
ode-0.14/ode/src/joints/pu.h:80:18: style: The function 'setRelativeValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/universal.h:56:18: note: Virtual function in base class
ode-0.14/ode/src/joints/pu.h:80:18: note: Function in derived class
ode-0.14/ode/src/joints/pr.h:85:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/pr.h:85:18: note: Function in derived class
ode-0.14/ode/src/joints/pr.h:86:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/pr.h:86:18: note: Function in derived class
ode-0.14/ode/src/joints/pr.h:87:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/pr.h:87:18: note: Function in derived class
ode-0.14/ode/src/joints/pr.h:88:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/pr.h:88:24: note: Function in derived class
ode-0.14/ode/src/joints/pr.h:89:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/pr.h:89:20: note: Function in derived class
ode-0.14/ode/src/joints/pr.h:91:18: style: The function 'setRelativeValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:151:18: note: Virtual function in base class
ode-0.14/ode/src/joints/pr.h:91:18: note: Function in derived class
ode-0.14/ode/src/joints/piston.h:95:18: style: The function 'getSureMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:145:18: note: Virtual function in base class
ode-0.14/ode/src/joints/piston.h:95:18: note: Function in derived class
ode-0.14/ode/src/joints/piston.h:96:18: style: The function 'getInfo1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:139:18: note: Virtual function in base class
ode-0.14/ode/src/joints/piston.h:96:18: note: Function in derived class
ode-0.14/ode/src/joints/piston.h:97:18: style: The function 'getInfo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:142:18: note: Virtual function in base class
ode-0.14/ode/src/joints/piston.h:97:18: note: Function in derived class
ode-0.14/ode/src/joints/piston.h:98:24: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:146:24: note: Virtual function in base class
ode-0.14/ode/src/joints/piston.h:98:24: note: Function in derived class
ode-0.14/ode/src/joints/piston.h:99:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:147:20: note: Virtual function in base class
ode-0.14/ode/src/joints/piston.h:99:20: note: Function in derived class
ode-0.14/ode/src/joints/piston.h:101:18: style: The function 'setRelativeValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/joints/joint.h:151:18: note: Virtual function in base class
ode-0.14/ode/src/joints/piston.h:101:18: note: Function in derived class
ode-0.14/ode/src/fastldlt.c:195:51: style: Function '_dFactorLDLT' argument 4 names different: declaration 'nskip' definition 'nskip1'. [funcArgNamesDifferent]
ode-0.14/ode/src/matrix.h:98:51: note: Function '_dFactorLDLT' argument 4 names different: declaration 'nskip' definition 'nskip1'.
ode-0.14/ode/src/fastldlt.c:195:51: note: Function '_dFactorLDLT' argument 4 names different: declaration 'nskip' definition 'nskip1'.
ode-0.14/ode/src/fastlsolve.c:39:40: style: Function '_dSolveL1' argument 2 names different: declaration 'b' definition 'B'. [funcArgNamesDifferent]
ode-0.14/ode/src/matrix.h:99:40: note: Function '_dSolveL1' argument 2 names different: declaration 'b' definition 'B'.
ode-0.14/ode/src/fastlsolve.c:39:40: note: Function '_dSolveL1' argument 2 names different: declaration 'b' definition 'B'.
ode-0.14/ode/src/fastlsolve.c:39:54: style: Function '_dSolveL1' argument 4 names different: declaration 'nskip' definition 'lskip1'. [funcArgNamesDifferent]
ode-0.14/ode/src/matrix.h:99:54: note: Function '_dSolveL1' argument 4 names different: declaration 'nskip' definition 'lskip1'.
ode-0.14/ode/src/fastlsolve.c:39:54: note: Function '_dSolveL1' argument 4 names different: declaration 'nskip' definition 'lskip1'.
ode-0.14/ode/src/fastltsolve.c:37:41: style: Function '_dSolveL1T' argument 2 names different: declaration 'b' definition 'B'. [funcArgNamesDifferent]
ode-0.14/ode/src/matrix.h:100:41: note: Function '_dSolveL1T' argument 2 names different: declaration 'b' definition 'B'.
ode-0.14/ode/src/fastltsolve.c:37:41: note: Function '_dSolveL1T' argument 2 names different: declaration 'b' definition 'B'.
ode-0.14/ode/src/fastltsolve.c:37:55: style: Function '_dSolveL1T' argument 4 names different: declaration 'nskip' definition 'lskip1'. [funcArgNamesDifferent]
ode-0.14/ode/src/matrix.h:100:55: note: Function '_dSolveL1T' argument 4 names different: declaration 'nskip' definition 'lskip1'.
ode-0.14/ode/src/fastltsolve.c:37:55: note: Function '_dSolveL1T' argument 4 names different: declaration 'nskip' definition 'lskip1'.
ode-0.14/ode/src/heightfield.cpp:1738:9: style: Condition 'reComputeAABB' is always true [knownConditionTrueFalse]
ode-0.14/ode/src/heightfield.cpp:1730:32: note: Assignment 'reComputeAABB=true', assigned value is 1
ode-0.14/ode/src/heightfield.cpp:1738:9: note: Condition 'reComputeAABB' is always true
ode-0.14/ode/src/heightfield.cpp:894:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/heightfield.cpp:901:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/heightfield.cpp:1713:30: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/heightfield.cpp:426:20: style: The scope of the variable 'data_byte' can be reduced. [variableScope]
ode-0.14/ode/src/heightfield.cpp:427:12: style: The scope of the variable 'data_short' can be reduced. [variableScope]
ode-0.14/ode/src/heightfield.cpp:428:12: style: The scope of the variable 'data_float' can be reduced. [variableScope]
ode-0.14/ode/src/heightfield.cpp:429:13: style: The scope of the variable 'data_double' can be reduced. [variableScope]
ode-0.14/ode/src/heightfield.cpp:981:10: style: The scope of the variable 'x' can be reduced. [variableScope]
ode-0.14/ode/src/heightfield.cpp:981:13: style: The scope of the variable 'z' can be reduced. [variableScope]
ode-0.14/ode/src/heightfield.cpp:976:66: style: Function 'dCollideHeightfieldZone' argument 6 names different: declaration 'numMaxContacts' definition 'numMaxContactsPossible'. [funcArgNamesDifferent]
ode-0.14/ode/src/heightfield.h:207:31: note: Function 'dCollideHeightfieldZone' argument 6 names different: declaration 'numMaxContacts' definition 'numMaxContactsPossible'.
ode-0.14/ode/src/heightfield.cpp:976:66: note: Function 'dCollideHeightfieldZone' argument 6 names different: declaration 'numMaxContacts' definition 'numMaxContactsPossible'.
ode-0.14/ode/src/heightfield.h:103:5: warning: Member variable 'HeightFieldVertex::coords' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/heightfield.h:103:5: warning: Member variable 'HeightFieldVertex::state' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/heightfield.h:113:5: warning: Member variable 'HeightFieldEdge::vertices' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/heightfield.h:121:5: warning: Member variable 'HeightFieldTriangle::vertices' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/heightfield.h:121:5: warning: Member variable 'HeightFieldTriangle::isUp' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/heightfield.h:121:5: warning: Member variable 'HeightFieldTriangle::state' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/heightfield.h:221:11: style: Technically the member function 'dxHeightfield::resetTriangleBuffer' can be const. [functionConst]
ode-0.14/ode/src/heightfield.cpp:641:21: note: Technically the member function 'dxHeightfield::resetTriangleBuffer' can be const.
ode-0.14/ode/src/heightfield.h:221:11: note: Technically the member function 'dxHeightfield::resetTriangleBuffer' can be const.
ode-0.14/ode/src/heightfield.h:223:11: style: Technically the member function 'dxHeightfield::resetPlaneBuffer' can be const. [functionConst]
ode-0.14/ode/src/heightfield.cpp:661:21: note: Technically the member function 'dxHeightfield::resetPlaneBuffer' can be const.
ode-0.14/ode/src/heightfield.h:223:11: note: Technically the member function 'dxHeightfield::resetPlaneBuffer' can be const.
ode-0.14/ode/src/heightfield.h:225:11: style: Technically the member function 'dxHeightfield::resetHeightBuffer' can be const. [functionConst]
ode-0.14/ode/src/heightfield.cpp:685:21: note: Technically the member function 'dxHeightfield::resetHeightBuffer' can be const.
ode-0.14/ode/src/heightfield.h:225:11: note: Technically the member function 'dxHeightfield::resetHeightBuffer' can be const.
ode-0.14/ode/src/heightfield.h:204:10: style: The function 'computeAABB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/collision_kernel.h:137:18: note: Virtual function in base class
ode-0.14/ode/src/heightfield.h:204:10: note: Function in derived class
ode-0.14/ode/src/joints/amotor.cpp:263:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:281:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:336:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:350:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:363:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:377:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:386:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:445:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:459:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:470:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:487:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:500:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:509:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/amotor.cpp:319:24: error: Array 'joint.axis[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
ode-0.14/ode/src/joints/amotor.cpp:430:36: error: Array 'joint.axis[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
ode-0.14/ode/src/joints/amotor.cpp:34:16: warning: Member variable 'dxJointAMotor::limot' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/joints/ball.cpp:72:26: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/ball.cpp:81:26: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/ball.cpp:92:26: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/ball.cpp:105:26: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/ball.cpp:146:26: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/ball.cpp:155:26: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/ball.h:37:11: style: Technically the member function 'dxJointBall::get' can be const. [functionConst]
ode-0.14/ode/src/joints/ball.cpp:130:20: note: Technically the member function 'dxJointBall::get' can be const.
ode-0.14/ode/src/joints/ball.h:37:11: note: Technically the member function 'dxJointBall::get' can be const.
ode-0.14/ode/src/joints/contact.cpp:34:17: warning: Member variable 'dxJointContact::the_m' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/joints/contact.cpp:258:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ode-0.14/ode/src/joints/fixed.cpp:113:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/fixed.cpp:171:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/fixed.cpp:180:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/fixed.cpp:116:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ode-0.14/ode/src/joints/fixed.h:38:11: style: Technically the member function 'dxJointFixed::get' can be const. [functionConst]
ode-0.14/ode/src/joints/fixed.cpp:155:21: note: Technically the member function 'dxJointFixed::get' can be const.
ode-0.14/ode/src/joints/fixed.h:38:11: note: Technically the member function 'dxJointFixed::get' can be const.
ode-0.14/ode/src/joints/hinge.cpp:155:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge.cpp:165:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge.cpp:205:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge.cpp:215:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge.cpp:236:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge.cpp:249:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge.cpp:262:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge.cpp:272:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge.cpp:281:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge.cpp:290:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge.cpp:310:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge.cpp:328:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:275:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:286:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:304:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:323:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:341:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:354:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:367:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:380:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:393:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:411:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:420:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:430:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:448:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:466:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/hinge2.cpp:146:65: style: Function 'getAxisInfo' argument 3 names different: declaration 'axis' definition 'axCross'. [funcArgNamesDifferent]
ode-0.14/ode/src/joints/hinge2.h:50:59: note: Function 'getAxisInfo' argument 3 names different: declaration 'axis' definition 'axCross'.
ode-0.14/ode/src/joints/hinge2.cpp:146:65: note: Function 'getAxisInfo' argument 3 names different: declaration 'axis' definition 'axCross'.
ode-0.14/ode/src/joints/hinge2.cpp:147:53: style: Function 'getAxisInfo' argument 5 names different: declaration 'cos_Angle' definition 'cos_angle'. [funcArgNamesDifferent]
ode-0.14/ode/src/joints/hinge2.h:51:34: note: Function 'getAxisInfo' argument 5 names different: declaration 'cos_Angle' definition 'cos_angle'.
ode-0.14/ode/src/joints/hinge2.cpp:147:53: note: Function 'getAxisInfo' argument 5 names different: declaration 'cos_Angle' definition 'cos_angle'.
ode-0.14/ode/src/joints/joint.cpp:78:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/joint.cpp:81:13: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/joint.h:206:11: style: Technically the member function 'dxJointLimitMotor::get' can be const. [functionConst]
ode-0.14/ode/src/joints/joint.cpp:553:26: note: Technically the member function 'dxJointLimitMotor::get' can be const.
ode-0.14/ode/src/joints/joint.h:206:11: note: Technically the member function 'dxJointLimitMotor::get' can be const.
ode-0.14/ode/src/joints/lmotor.cpp:104:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/lmotor.cpp:145:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/lmotor.cpp:155:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/lmotor.cpp:167:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/lmotor.cpp:176:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/lmotor.cpp:188:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/lmotor.cpp:32:16: warning: Member variable 'dxJointLMotor::rel' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/joints/lmotor.cpp:32:16: warning: Member variable 'dxJointLMotor::limot' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/joints/piston.cpp:57:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:113:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:139:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:158:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:427:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:438:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:472:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:485:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:499:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:512:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:545:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:555:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:572:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:589:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/piston.cpp:234:19: style: The scope of the variable 'pos2' can be reduced. [variableScope]
ode-0.14/ode/src/joints/plane2d.cpp:173:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/plane2d.cpp:183:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/plane2d.cpp:194:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/plane2d.cpp:55:17: warning: Member variable 'dxJointPlane2D::row_motor_x' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/joints/plane2d.cpp:55:17: warning: Member variable 'dxJointPlane2D::row_motor_y' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/joints/plane2d.cpp:55:17: warning: Member variable 'dxJointPlane2D::row_motor_angle' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/joints/pr.cpp:65:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:117:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:141:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:162:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:471:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:480:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:492:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:502:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:517:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:534:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:543:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:552:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pr.cpp:567:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:80:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:132:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:345:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:381:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:438:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:474:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:486:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:506:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:520:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:532:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:544:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:556:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:579:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:602:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:622:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:638:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:650:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:675:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/pu.cpp:684:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/slider.cpp:47:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/slider.cpp:87:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/slider.cpp:233:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/slider.cpp:246:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/slider.cpp:269:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/slider.cpp:279:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/slider.cpp:288:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/slider.cpp:297:28: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/transmission.cpp:236:22: warning: Redundant assignment of 'radii[i]' to itself. [selfAssignment]
ode-0.14/ode/src/joints/transmission.cpp:48:5: performance: Variable 'cfm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/ode/src/joints/transmission.cpp:49:5: performance: Variable 'erp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/ode/src/joints/universal.cpp:399:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:409:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:422:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:484:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:497:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:562:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:575:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:588:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:601:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:614:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:630:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:645:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:661:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:673:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:685:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:709:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/universal.cpp:732:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/lcp.cpp:785:24: style: Function 'dSolveLCP' argument 6 names different: declaration 'w' definition 'outer_w'. [funcArgNamesDifferent]
ode-0.14/ode/src/lcp.h:56:61: note: Function 'dSolveLCP' argument 6 names different: declaration 'w' definition 'outer_w'.
ode-0.14/ode/src/lcp.cpp:785:24: note: Function 'dSolveLCP' argument 6 names different: declaration 'w' definition 'outer_w'.
ode-0.14/ode/src/mat.h:47:5: style: 'dMatrix::operator=' should return 'dMatrix &'. [operatorEq]
ode-0.14/ode/src/lcp.cpp:386:9: performance: Technically the member function 'dLCP::indexC' can be static. [functionStatic]
ode-0.14/ode/src/lcp.cpp:392:10: style: Technically the member function 'dLCP::pN_plusequals_ANi' can be const. [functionConst]
ode-0.14/ode/src/lcp.cpp:671:12: note: Technically the member function 'dLCP::pN_plusequals_ANi' can be const.
ode-0.14/ode/src/lcp.cpp:392:10: note: Technically the member function 'dLCP::pN_plusequals_ANi' can be const.
ode-0.14/ode/src/lcp.cpp:393:10: style: Technically the member function 'dLCP::pC_plusequals_s_times_qC' can be const. [functionConst]
ode-0.14/ode/src/lcp.cpp:686:12: note: Technically the member function 'dLCP::pC_plusequals_s_times_qC' can be const.
ode-0.14/ode/src/lcp.cpp:393:10: note: Technically the member function 'dLCP::pC_plusequals_s_times_qC' can be const.
ode-0.14/ode/src/lcp.cpp:394:10: style: Technically the member function 'dLCP::pN_plusequals_s_times_qN' can be const. [functionConst]
ode-0.14/ode/src/lcp.cpp:694:12: note: Technically the member function 'dLCP::pN_plusequals_s_times_qN' can be const.
ode-0.14/ode/src/lcp.cpp:394:10: note: Technically the member function 'dLCP::pN_plusequals_s_times_qN' can be const.
ode-0.14/ode/src/mat.h:52:13: style: Technically the member function 'dMatrix::select' can be const. [functionConst]
ode-0.14/ode/src/mat.cpp:114:18: note: Technically the member function 'dMatrix::select' can be const.
ode-0.14/ode/src/mat.h:52:13: note: Technically the member function 'dMatrix::select' can be const.
ode-0.14/ode/src/matrix.cpp:104:63: warning: Obsolete function 'alloca' called. [allocaCalled]
ode-0.14/ode/src/matrix.cpp:142:59: warning: Obsolete function 'alloca' called. [allocaCalled]
ode-0.14/ode/src/matrix.cpp:179:61: warning: Obsolete function 'alloca' called. [allocaCalled]
ode-0.14/ode/src/matrix.cpp:209:61: warning: Obsolete function 'alloca' called. [allocaCalled]
ode-0.14/ode/src/matrix.cpp:240:60: warning: Obsolete function 'alloca' called. [allocaCalled]
ode-0.14/ode/src/matrix.cpp:338:65: warning: Obsolete function 'alloca' called. [allocaCalled]
ode-0.14/ode/src/memory.cpp:80:18: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
ode-0.14/ode/src/memory.cpp:86:20: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
ode-0.14/ode/src/objects.cpp:43:0: error: #error dSINGLE or dDOUBLE must be defined [preprocessorErrorDirective]
ode-0.14/ode/src/obstack.cpp:85:27: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:139:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:143:32: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:150:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:153:32: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:158:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:159:32: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:162:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:164:32: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:179:32: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:192:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:207:32: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:1190:25: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:1348:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:1585:17: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:1592:17: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/joints/joint.h:169:0: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ode.cpp:225:9: warning: Member variable 'dxBody::firstjoint' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/ode.cpp:225:9: warning: Member variable 'dxBody::flags' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/ode.cpp:225:9: warning: Member variable 'dxBody::adis_stepsleft' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/ode.cpp:225:9: warning: Member variable 'dxBody::average_lvel_buffer' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/ode.cpp:225:9: warning: Member variable 'dxBody::average_avel_buffer' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/ode.cpp:225:9: warning: Member variable 'dxBody::average_counter' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/ode.cpp:225:9: warning: Member variable 'dxBody::average_ready' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/ode.cpp:225:9: warning: Member variable 'dxBody::moved_callback' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/plane.cpp:120:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/plane.cpp:133:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/plane.cpp:144:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1991:32: style: Condition 'reorderThreads>1' is always true [knownConditionTrueFalse]
ode-0.14/ode/src/quickstep.cpp:1982:49: note: Assignment 'reorderThreads=2', assigned value is 2
ode-0.14/ode/src/quickstep.cpp:1991:32: note: Condition 'reorderThreads>1' is always true
ode-0.14/ode/src/quickstep.cpp:760:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:763:70: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:766:70: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:804:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:949:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:993:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1053:48: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1057:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1067:62: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1118:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1246:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1270:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1328:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1355:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1390:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1407:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1440:62: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1528:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1585:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1611:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1639:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1676:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1825:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1901:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1940:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:2021:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:2258:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:2282:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:2526:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:2554:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:2653:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:2669:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:2708:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:2760:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:2821:58: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/quickstep.cpp:1435:9: style: Variable 'bi_links_or_mi_levels' is reassigned a value before the old one has been used. [redundantAssignment]
ode-0.14/ode/src/quickstep.cpp:1432:0: note: Variable 'bi_links_or_mi_levels' is reassigned a value before the old one has been used.
ode-0.14/ode/src/quickstep.cpp:1435:9: note: Variable 'bi_links_or_mi_levels' is reassigned a value before the old one has been used.
ode-0.14/ode/src/quickstep.cpp:789:9: style: Same expression on both sides of '==' because the value of 'jointThreads' and '1' are the same. [duplicateExpression]
ode-0.14/ode/src/quickstep.cpp:779:33: note: 'jointThreads' is assigned value '1' here.
ode-0.14/ode/src/quickstep.cpp:789:9: note: Same expression on both sides of '==' because the value of 'jointThreads' and '1' are the same.
ode-0.14/ode/src/quickstep.cpp:800:52: style: Function 'dxQuickStepIsland_Stage0_Bodies_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:234:59: note: Function 'dxQuickStepIsland_Stage0_Bodies_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'.
ode-0.14/ode/src/quickstep.cpp:800:52: note: Function 'dxQuickStepIsland_Stage0_Bodies_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'.
ode-0.14/ode/src/quickstep.cpp:945:52: style: Function 'dxQuickStepIsland_Stage0_Joints_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:235:59: note: Function 'dxQuickStepIsland_Stage0_Joints_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'.
ode-0.14/ode/src/quickstep.cpp:945:52: note: Function 'dxQuickStepIsland_Stage0_Joints_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'.
ode-0.14/ode/src/quickstep.cpp:989:45: style: Function 'dxQuickStepIsland_Stage1_Callback' argument 1 names different: declaration 'callContext' definition '_stage1CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:236:52: note: Function 'dxQuickStepIsland_Stage1_Callback' argument 1 names different: declaration 'callContext' definition '_stage1CallContext'.
ode-0.14/ode/src/quickstep.cpp:989:45: note: Function 'dxQuickStepIsland_Stage1_Callback' argument 1 names different: declaration 'callContext' definition '_stage1CallContext'.
ode-0.14/ode/src/quickstep.cpp:999:64: style: Function 'dxQuickStepIsland_Stage1' argument 1 names different: declaration 'callContext' definition 'stage1CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:240:71: note: Function 'dxQuickStepIsland_Stage1' argument 1 names different: declaration 'callContext' definition 'stage1CallContext'.
ode-0.14/ode/src/quickstep.cpp:999:64: note: Function 'dxQuickStepIsland_Stage1' argument 1 names different: declaration 'callContext' definition 'stage1CallContext'.
ode-0.14/ode/src/quickstep.cpp:1114:46: style: Function 'dxQuickStepIsland_Stage2a_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:321:53: note: Function 'dxQuickStepIsland_Stage2a_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/quickstep.cpp:1114:46: note: Function 'dxQuickStepIsland_Stage2a_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/quickstep.cpp:1243:50: style: Function 'dxQuickStepIsland_Stage2aSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:322:57: note: Function 'dxQuickStepIsland_Stage2aSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/quickstep.cpp:1243:50: note: Function 'dxQuickStepIsland_Stage2aSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/quickstep.cpp:1266:46: style: Function 'dxQuickStepIsland_Stage2b_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:323:53: note: Function 'dxQuickStepIsland_Stage2b_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/quickstep.cpp:1266:46: note: Function 'dxQuickStepIsland_Stage2b_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/quickstep.cpp:1325:50: style: Function 'dxQuickStepIsland_Stage2bSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:324:57: note: Function 'dxQuickStepIsland_Stage2bSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/quickstep.cpp:1325:50: note: Function 'dxQuickStepIsland_Stage2bSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/quickstep.cpp:1351:46: style: Function 'dxQuickStepIsland_Stage2c_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:325:53: note: Function 'dxQuickStepIsland_Stage2c_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/quickstep.cpp:1351:46: note: Function 'dxQuickStepIsland_Stage2c_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/quickstep.cpp:1386:45: style: Function 'dxQuickStepIsland_Stage3_Callback' argument 1 names different: declaration 'callContext' definition '_stage3CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:326:52: note: Function 'dxQuickStepIsland_Stage3_Callback' argument 1 names different: declaration 'callContext' definition '_stage3CallContext'.
ode-0.14/ode/src/quickstep.cpp:1386:45: note: Function 'dxQuickStepIsland_Stage3_Callback' argument 1 names different: declaration 'callContext' definition '_stage3CallContext'.
ode-0.14/ode/src/quickstep.cpp:1524:46: style: Function 'dxQuickStepIsland_Stage4a_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:450:53: note: Function 'dxQuickStepIsland_Stage4a_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1524:46: note: Function 'dxQuickStepIsland_Stage4a_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1581:52: style: Function 'dxQuickStepIsland_Stage4LCP_iMJ_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:451:59: note: Function 'dxQuickStepIsland_Stage4LCP_iMJ_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1581:52: note: Function 'dxQuickStepIsland_Stage4LCP_iMJ_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1608:56: style: Function 'dxQuickStepIsland_Stage4LCP_iMJSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:452:63: note: Function 'dxQuickStepIsland_Stage4LCP_iMJSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1608:56: note: Function 'dxQuickStepIsland_Stage4LCP_iMJSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1636:56: style: Function 'dxQuickStepIsland_Stage4LCP_fcStart_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:453:63: note: Function 'dxQuickStepIsland_Stage4LCP_fcStart_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1636:56: note: Function 'dxQuickStepIsland_Stage4LCP_fcStart_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1673:51: style: Function 'dxQuickStepIsland_Stage4LCP_fc_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:454:58: note: Function 'dxQuickStepIsland_Stage4LCP_fc_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1673:51: note: Function 'dxQuickStepIsland_Stage4LCP_fc_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1821:51: style: Function 'dxQuickStepIsland_Stage4LCP_Ad_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:456:58: note: Function 'dxQuickStepIsland_Stage4LCP_Ad_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1821:51: note: Function 'dxQuickStepIsland_Stage4LCP_Ad_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1897:60: style: Function 'dxQuickStepIsland_Stage4LCP_ReorderPrep_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:457:67: note: Function 'dxQuickStepIsland_Stage4LCP_ReorderPrep_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1897:60: note: Function 'dxQuickStepIsland_Stage4LCP_ReorderPrep_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1936:63: style: Function 'dxQuickStepIsland_Stage4LCP_IterationStart_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:458:70: note: Function 'dxQuickStepIsland_Stage4LCP_IterationStart_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:1936:63: note: Function 'dxQuickStepIsland_Stage4LCP_IterationStart_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:2278:58: style: Function 'dxQuickStepIsland_Stage4LCP_Iteration_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:461:65: note: Function 'dxQuickStepIsland_Stage4LCP_Iteration_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:2278:58: note: Function 'dxQuickStepIsland_Stage4LCP_Iteration_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:2522:62: style: Function 'dxQuickStepIsland_Stage4LCP_IterationSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:462:69: note: Function 'dxQuickStepIsland_Stage4LCP_IterationSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:2522:62: note: Function 'dxQuickStepIsland_Stage4LCP_IterationSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:2550:46: style: Function 'dxQuickStepIsland_Stage4b_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:463:53: note: Function 'dxQuickStepIsland_Stage4b_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:2550:46: note: Function 'dxQuickStepIsland_Stage4b_Callback' argument 1 names different: declaration 'callContext' definition '_stage4CallContext'.
ode-0.14/ode/src/quickstep.cpp:2649:45: style: Function 'dxQuickStepIsland_Stage5_Callback' argument 1 names different: declaration 'callContext' definition '_stage5CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:464:52: note: Function 'dxQuickStepIsland_Stage5_Callback' argument 1 names different: declaration 'callContext' definition '_stage5CallContext'.
ode-0.14/ode/src/quickstep.cpp:2649:45: note: Function 'dxQuickStepIsland_Stage5_Callback' argument 1 names different: declaration 'callContext' definition '_stage5CallContext'.
ode-0.14/ode/src/quickstep.cpp:2704:46: style: Function 'dxQuickStepIsland_Stage6a_Callback' argument 1 names different: declaration 'callContext' definition '_stage6CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:505:53: note: Function 'dxQuickStepIsland_Stage6a_Callback' argument 1 names different: declaration 'callContext' definition '_stage6CallContext'.
ode-0.14/ode/src/quickstep.cpp:2704:46: note: Function 'dxQuickStepIsland_Stage6a_Callback' argument 1 names different: declaration 'callContext' definition '_stage6CallContext'.
ode-0.14/ode/src/quickstep.cpp:2756:50: style: Function 'dxQuickStepIsland_Stage6aSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage6CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:506:57: note: Function 'dxQuickStepIsland_Stage6aSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage6CallContext'.
ode-0.14/ode/src/quickstep.cpp:2756:50: note: Function 'dxQuickStepIsland_Stage6aSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage6CallContext'.
ode-0.14/ode/src/quickstep.cpp:2817:46: style: Function 'dxQuickStepIsland_Stage6b_Callback' argument 1 names different: declaration 'callContext' definition '_stage6CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/quickstep.cpp:507:53: note: Function 'dxQuickStepIsland_Stage6b_Callback' argument 1 names different: declaration 'callContext' definition '_stage6CallContext'.
ode-0.14/ode/src/quickstep.cpp:2817:46: note: Function 'dxQuickStepIsland_Stage6b_Callback' argument 1 names different: declaration 'callContext' definition '_stage6CallContext'.
ode-0.14/ode/src/quickstep.cpp:1536:57: style: Variable 'callContext' is assigned a value that is never used. [unreadVariable]
ode-0.14/ode/src/quickstep.cpp:2029:57: style: Variable 'callContext' is assigned a value that is never used. [unreadVariable]
ode-0.14/ode/src/quickstep.cpp:2121:14: style: Technically the member function 'dxQuickStepIsland_Stage4LCP_ConstraintsShuffling::ConstraintsReorderingHelper::operator()' can be const. [functionConst]
ode-0.14/ode/src/ray.cpp:101:16: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:110:16: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:275:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:276:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:293:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:294:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:392:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:393:23: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:514:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:515:22: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:546:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:547:23: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/ray.cpp:52:5: performance: Variable 'length' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/ode/src/sphere.cpp:80:19: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/sphere.cpp:90:19: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/sphere.cpp:100:19: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/sphere.cpp:118:25: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/sphere.cpp:119:25: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/sphere.cpp:149:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/sphere.cpp:150:18: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/sphere.cpp:230:24: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/sphere.cpp:231:22: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:339:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:342:65: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:345:65: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:375:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:524:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:691:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:753:43: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:757:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:770:57: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:811:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:907:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:923:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:1053:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:1070:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:1199:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/step.cpp:366:9: style: Same expression on both sides of '==' because the value of 'jointThreads' and '1' are the same. [duplicateExpression]
ode-0.14/ode/src/step.cpp:357:33: note: 'jointThreads' is assigned value '1' here.
ode-0.14/ode/src/step.cpp:366:9: note: Same expression on both sides of '==' because the value of 'jointThreads' and '1' are the same.
ode-0.14/ode/src/step.cpp:371:47: style: Function 'dxStepIsland_Stage0_Bodies_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:111:54: note: Function 'dxStepIsland_Stage0_Bodies_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'.
ode-0.14/ode/src/step.cpp:371:47: note: Function 'dxStepIsland_Stage0_Bodies_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'.
ode-0.14/ode/src/step.cpp:520:47: style: Function 'dxStepIsland_Stage0_Joints_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:112:54: note: Function 'dxStepIsland_Stage0_Joints_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'.
ode-0.14/ode/src/step.cpp:520:47: note: Function 'dxStepIsland_Stage0_Joints_Callback' argument 1 names different: declaration 'callContext' definition '_callContext'.
ode-0.14/ode/src/step.cpp:687:40: style: Function 'dxStepIsland_Stage1_Callback' argument 1 names different: declaration 'callContext' definition '_stage1CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:113:47: note: Function 'dxStepIsland_Stage1_Callback' argument 1 names different: declaration 'callContext' definition '_stage1CallContext'.
ode-0.14/ode/src/step.cpp:687:40: note: Function 'dxStepIsland_Stage1_Callback' argument 1 names different: declaration 'callContext' definition '_stage1CallContext'.
ode-0.14/ode/src/step.cpp:697:54: style: Function 'dxStepIsland_Stage1' argument 1 names different: declaration 'callContext' definition 'stage1CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:117:61: note: Function 'dxStepIsland_Stage1' argument 1 names different: declaration 'callContext' definition 'stage1CallContext'.
ode-0.14/ode/src/step.cpp:697:54: note: Function 'dxStepIsland_Stage1' argument 1 names different: declaration 'callContext' definition 'stage1CallContext'.
ode-0.14/ode/src/step.cpp:807:41: style: Function 'dxStepIsland_Stage2a_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:198:48: note: Function 'dxStepIsland_Stage2a_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/step.cpp:807:41: note: Function 'dxStepIsland_Stage2a_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/step.cpp:817:55: style: Function 'dxStepIsland_Stage2a' argument 1 names different: declaration 'callContext' definition 'stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:205:62: note: Function 'dxStepIsland_Stage2a' argument 1 names different: declaration 'callContext' definition 'stage2CallContext'.
ode-0.14/ode/src/step.cpp:817:55: note: Function 'dxStepIsland_Stage2a' argument 1 names different: declaration 'callContext' definition 'stage2CallContext'.
ode-0.14/ode/src/step.cpp:904:45: style: Function 'dxStepIsland_Stage2aSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:199:52: note: Function 'dxStepIsland_Stage2aSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/step.cpp:904:45: note: Function 'dxStepIsland_Stage2aSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/step.cpp:919:41: style: Function 'dxStepIsland_Stage2b_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:200:48: note: Function 'dxStepIsland_Stage2b_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/step.cpp:919:41: note: Function 'dxStepIsland_Stage2b_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/step.cpp:929:55: style: Function 'dxStepIsland_Stage2b' argument 1 names different: declaration 'callContext' definition 'stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:206:62: note: Function 'dxStepIsland_Stage2b' argument 1 names different: declaration 'callContext' definition 'stage2CallContext'.
ode-0.14/ode/src/step.cpp:929:55: note: Function 'dxStepIsland_Stage2b' argument 1 names different: declaration 'callContext' definition 'stage2CallContext'.
ode-0.14/ode/src/step.cpp:1050:45: style: Function 'dxStepIsland_Stage2bSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:201:52: note: Function 'dxStepIsland_Stage2bSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/step.cpp:1050:45: note: Function 'dxStepIsland_Stage2bSync_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/step.cpp:1066:41: style: Function 'dxStepIsland_Stage2c_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:202:48: note: Function 'dxStepIsland_Stage2c_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/step.cpp:1066:41: note: Function 'dxStepIsland_Stage2c_Callback' argument 1 names different: declaration 'callContext' definition '_stage2CallContext'.
ode-0.14/ode/src/step.cpp:1076:55: style: Function 'dxStepIsland_Stage2c' argument 1 names different: declaration 'callContext' definition 'stage2CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:207:62: note: Function 'dxStepIsland_Stage2c' argument 1 names different: declaration 'callContext' definition 'stage2CallContext'.
ode-0.14/ode/src/step.cpp:1076:55: note: Function 'dxStepIsland_Stage2c' argument 1 names different: declaration 'callContext' definition 'stage2CallContext'.
ode-0.14/ode/src/step.cpp:1195:40: style: Function 'dxStepIsland_Stage3_Callback' argument 1 names different: declaration 'callContext' definition '_stage3CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:203:47: note: Function 'dxStepIsland_Stage3_Callback' argument 1 names different: declaration 'callContext' definition '_stage3CallContext'.
ode-0.14/ode/src/step.cpp:1195:40: note: Function 'dxStepIsland_Stage3_Callback' argument 1 names different: declaration 'callContext' definition '_stage3CallContext'.
ode-0.14/ode/src/step.cpp:1205:54: style: Function 'dxStepIsland_Stage3' argument 1 names different: declaration 'callContext' definition 'stage3CallContext'. [funcArgNamesDifferent]
ode-0.14/ode/src/step.cpp:208:61: note: Function 'dxStepIsland_Stage3' argument 1 names different: declaration 'callContext' definition 'stage3CallContext'.
ode-0.14/ode/src/step.cpp:1205:54: note: Function 'dxStepIsland_Stage3' argument 1 names different: declaration 'callContext' definition 'stage3CallContext'.
ode-0.14/ode/src/step.cpp:71:5: warning: Member variable 'dxStepperStage1CallContext::m_stage0Outputs' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:776:44: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl_templates.h:795:40: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl_templates.h:826:40: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl_templates.h:841:39: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl_templates.h:869:36: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl_templates.h:1114:12: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl_templates.h:1153:12: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl_templates.h:1189:48: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl_templates.h:1210:39: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:152:10: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:166:10: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:174:10: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:190:10: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:200:34: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:206:6: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:211:6: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:222:6: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:228:31: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:234:6: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:239:6: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:251:6: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:252:49: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:259:6: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:268:6: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:274:13: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl.cpp:279:13: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/threading_impl_templates.h:155:5: warning: Member variable 'dxThreadedJobInfo::m_next_job' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:155:5: warning: Member variable 'dxThreadedJobInfo::m_prev_job_next_ptr' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:155:5: warning: Member variable 'dxThreadedJobInfo::m_dependent_job' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:155:5: warning: Member variable 'dxThreadedJobInfo::m_call_wait' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:155:5: warning: Member variable 'dxThreadedJobInfo::m_fault_accumulator_ptr' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:155:5: warning: Member variable 'dxThreadedJobInfo::m_call_fault' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:155:5: warning: Member variable 'dxThreadedJobInfo::m_call_function' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:155:5: warning: Member variable 'dxThreadedJobInfo::m_call_context' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:156:14: warning: Member variable 'dxThreadedJobInfo::m_prev_job_next_ptr' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:156:14: warning: Member variable 'dxThreadedJobInfo::m_dependent_job' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:156:14: warning: Member variable 'dxThreadedJobInfo::m_call_wait' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:156:14: warning: Member variable 'dxThreadedJobInfo::m_fault_accumulator_ptr' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:156:14: warning: Member variable 'dxThreadedJobInfo::m_call_fault' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:156:14: warning: Member variable 'dxThreadedJobInfo::m_call_function' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:156:14: warning: Member variable 'dxThreadedJobInfo::m_call_context' is not initialized in the constructor. [uninitMemberVar]
ode-0.14/ode/src/threading_impl_templates.h:64:10: style: Technically the member function 'dxtemplateMutexGroup::FinalizeMutexArray' can be const. [functionConst]
ode-0.14/ode/src/threading_impl_templates.h:581:42: note: Technically the member function 'dxtemplateMutexGroup::FinalizeMutexArray' can be const.
ode-0.14/ode/src/threading_impl_templates.h:64:10: note: Technically the member function 'dxtemplateMutexGroup::FinalizeMutexArray' can be const.
ode-0.14/ode/src/threading_impl_templates.h:94:10: performance: Technically the member function 'dxtemplateCallWait::DoFinalizeObject' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:234:10: performance: Technically the member function 'dxtemplateJobListContainer::DoFinalizeObject' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:264:17: performance: Technically the member function 'dxtemplateJobListContainer::RemoveJobInfoFromList' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:753:79: note: Technically the member function 'dxtemplateJobListContainer::RemoveJobInfoFromList' can be static.
ode-0.14/ode/src/threading_impl_templates.h:264:17: note: Technically the member function 'dxtemplateJobListContainer::RemoveJobInfoFromList' can be static.
ode-0.14/ode/src/threading_impl_templates.h:379:10: performance: Technically the member function 'dxtemplateJobListSelfHandler::InitializeObject' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:385:17: performance: Technically the member function 'dxtemplateJobListSelfHandler::ProcessActiveJobAddition' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:1033:70: note: Technically the member function 'dxtemplateJobListSelfHandler::ProcessActiveJobAddition' can be static.
ode-0.14/ode/src/threading_impl_templates.h:385:17: note: Technically the member function 'dxtemplateJobListSelfHandler::ProcessActiveJobAddition' can be static.
ode-0.14/ode/src/threading_impl_templates.h:389:21: performance: Technically the member function 'dxtemplateJobListSelfHandler::RetrieveActiveThreadsCount' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:1046:74: note: Technically the member function 'dxtemplateJobListSelfHandler::RetrieveActiveThreadsCount' can be static.
ode-0.14/ode/src/threading_impl_templates.h:389:21: note: Technically the member function 'dxtemplateJobListSelfHandler::RetrieveActiveThreadsCount' can be static.
ode-0.14/ode/src/threading_impl_templates.h:390:17: performance: Technically the member function 'dxtemplateJobListSelfHandler::StickToJobsProcessing' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:1052:70: note: Technically the member function 'dxtemplateJobListSelfHandler::StickToJobsProcessing' can be static.
ode-0.14/ode/src/threading_impl_templates.h:390:17: note: Technically the member function 'dxtemplateJobListSelfHandler::StickToJobsProcessing' can be static.
ode-0.14/ode/src/threading_impl_templates.h:397:17: performance: Technically the member function 'dxtemplateJobListSelfHandler::ShutdownProcessing' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:1087:70: note: Technically the member function 'dxtemplateJobListSelfHandler::ShutdownProcessing' can be static.
ode-0.14/ode/src/threading_impl_templates.h:397:17: note: Technically the member function 'dxtemplateJobListSelfHandler::ShutdownProcessing' can be static.
ode-0.14/ode/src/threading_impl_templates.h:398:17: performance: Technically the member function 'dxtemplateJobListSelfHandler::CleanupForRestart' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:1093:70: note: Technically the member function 'dxtemplateJobListSelfHandler::CleanupForRestart' can be static.
ode-0.14/ode/src/threading_impl_templates.h:398:17: note: Technically the member function 'dxtemplateJobListSelfHandler::CleanupForRestart' can be static.
ode-0.14/ode/src/threading_fake_sync.h:57:10: performance: Technically the member function 'dxSelfWakeup::InitializeObject' can be static. [functionStatic]
ode-0.14/ode/src/threading_fake_sync.h:99:10: performance: Technically the member function 'dxFakeMutex::InitializeObject' can be static. [functionStatic]
ode-0.14/ode/src/threading_fake_sync.h:102:10: performance: Technically the member function 'dxFakeMutex::LockMutex' can be static. [functionStatic]
ode-0.14/ode/src/threading_fake_sync.h:103:10: performance: Technically the member function 'dxFakeMutex::TryLockMutex' can be static. [functionStatic]
ode-0.14/ode/src/threading_fake_sync.h:104:10: performance: Technically the member function 'dxFakeMutex::UnlockMutex' can be static. [functionStatic]
ode-0.14/ode/src/threading_fake_sync.h:117:10: performance: Technically the member function 'dxFakeLull::InitializeObject' can be static. [functionStatic]
ode-0.14/ode/src/threading_fake_sync.h:120:10: performance: Technically the member function 'dxFakeLull::RegisterToLull' can be static. [functionStatic]
ode-0.14/ode/src/threading_fake_sync.h:121:10: performance: Technically the member function 'dxFakeLull::WaitForLullAlarm' can be static. [functionStatic]
ode-0.14/ode/src/threading_fake_sync.h:122:10: performance: Technically the member function 'dxFakeLull::UnregisterFromLull' can be static. [functionStatic]
ode-0.14/ode/src/threading_fake_sync.h:124:10: performance: Technically the member function 'dxFakeLull::SignalLullAlarmIfAnyRegistrants' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:465:0: performance: Technically the member function 'dxtemplateThreadingImplementation < dxtemplateJobListContainer < dxFakeLull , dxFakeMutex , dxFakeAtomicsProvider > , dxtemplateJobListSelfHandler < dxSelfWakeup , dxtemplateJobListContainer < dxFakeLull , dxFakeMutex , dxFakeAtomicsProvider > > >::DoFinalizeObject' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:197:5: style: Class 'dxtemplateThreadingLockHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/threading_impl_templates.h:369:5: style: Class 'dxtemplateJobListSelfHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/ode/src/threading_impl_templates.h:468:0: style: The function 'FreeInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:411:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:468:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:475:0: style: The function 'AllocMutexGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:414:27: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:475:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:476:0: style: The function 'FreeMutexGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:415:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:476:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:477:0: style: The function 'LockMutexGroupMutex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:416:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:477:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:479:0: style: The function 'UnlockMutexGroupMutex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:418:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:479:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:482:0: style: The function 'AllocACallWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:421:26: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:482:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:483:0: style: The function 'ResetACallWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:422:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:483:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:484:0: style: The function 'FreeACallWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:423:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:484:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:487:0: style: The function 'PreallocateJobInfos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:426:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:487:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:488:0: style: The function 'ScheduleNewJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:427:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:488:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:492:0: style: The function 'AlterJobDependenciesCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:431:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:492:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:493:0: style: The function 'WaitJobCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:432:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:493:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:497:0: style: The function 'RetrieveActiveThreadsCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:436:22: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:497:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:498:0: style: The function 'StickToJobsProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:437:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:498:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:499:0: style: The function 'ShutdownProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:438:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:499:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:500:0: style: The function 'CleanupForRestart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:439:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:500:0: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:465:10: performance: Technically the member function 'dxtemplateThreadingImplementation::DoFinalizeObject' can be static. [functionStatic]
ode-0.14/ode/src/threading_impl_templates.h:468:18: style: The function 'FreeInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:411:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:468:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:475:27: style: The function 'AllocMutexGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:414:27: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:475:27: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:476:18: style: The function 'FreeMutexGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:415:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:476:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:477:18: style: The function 'LockMutexGroupMutex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:416:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:477:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:479:18: style: The function 'UnlockMutexGroupMutex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:418:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:479:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:482:26: style: The function 'AllocACallWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:421:26: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:482:26: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:483:18: style: The function 'ResetACallWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:422:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:483:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:484:18: style: The function 'FreeACallWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:423:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:484:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:487:18: style: The function 'PreallocateJobInfos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:426:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:487:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:488:18: style: The function 'ScheduleNewJob' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:427:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:488:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:492:18: style: The function 'AlterJobDependenciesCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:431:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:492:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:493:18: style: The function 'WaitJobCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:432:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:493:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:497:22: style: The function 'RetrieveActiveThreadsCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:436:22: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:497:22: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:498:18: style: The function 'StickToJobsProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:437:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:498:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:499:18: style: The function 'ShutdownProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:438:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:499:18: note: Function in derived class
ode-0.14/ode/src/threading_impl_templates.h:500:18: style: The function 'CleanupForRestart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/ode/src/threading_impl_templates.h:439:18: note: Virtual function in base class
ode-0.14/ode/src/threading_impl_templates.h:500:18: note: Function in derived class
ode-0.14/ode/src/timer.cpp:392:38: warning: Obsolete function 'alloca' called. [allocaCalled]
ode-0.14/ode/src/util.cpp:430:39: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/util.cpp:752:51: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/util.cpp:753:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/util.cpp:759:50: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/util.cpp:834:47: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/util.cpp:842:49: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/util.cpp:973:53: style: C-style pointer casting [cstyleCast]
ode-0.14/ode/src/util.cpp:1162:82: style: Function 'dxReallocateWorldProcessContext' argument 2 names different: declaration 'islandsinfo' definition 'islandsInfo'. [funcArgNamesDifferent]
ode-0.14/ode/src/util.h:345:82: note: Function 'dxReallocateWorldProcessContext' argument 2 names different: declaration 'islandsinfo' definition 'islandsInfo'.
ode-0.14/ode/src/util.cpp:1162:82: note: Function 'dxReallocateWorldProcessContext' argument 2 names different: declaration 'islandsinfo' definition 'islandsInfo'.
ode-0.14/ode/src/util.cpp:1163:11: style: Function 'dxReallocateWorldProcessContext' argument 3 names different: declaration 'stepsize' definition 'stepSize'. [funcArgNamesDifferent]
ode-0.14/ode/src/util.h:346:45: note: Function 'dxReallocateWorldProcessContext' argument 3 names different: declaration 'stepsize' definition 'stepSize'.
ode-0.14/ode/src/util.cpp:1163:11: note: Function 'dxReallocateWorldProcessContext' argument 3 names different: declaration 'stepsize' definition 'stepSize'.
ode-0.14/ode/src/util.cpp:1163:39: style: Function 'dxReallocateWorldProcessContext' argument 4 names different: declaration 'stepperestimate' definition 'stepperEstimate'. [funcArgNamesDifferent]
ode-0.14/ode/src/util.h:346:73: note: Function 'dxReallocateWorldProcessContext' argument 4 names different: declaration 'stepperestimate' definition 'stepperEstimate'.
ode-0.14/ode/src/util.cpp:1163:39: note: Function 'dxReallocateWorldProcessContext' argument 4 names different: declaration 'stepperestimate' definition 'stepperEstimate'.
ode-0.14/ode/src/util.h:243:17: performance: Technically the member function 'dxWorldProcessContext::TryExtractingStepperArenasHead' can be static. [functionStatic]
ode-0.14/ode/src/util.cpp:307:29: note: Technically the member function 'dxWorldProcessContext::TryExtractingStepperArenasHead' can be static.
ode-0.14/ode/src/util.h:243:17: note: Technically the member function 'dxWorldProcessContext::TryExtractingStepperArenasHead' can be static.
ode-0.14/ode/src/util.h:244:17: performance: Technically the member function 'dxWorldProcessContext::TryInsertingStepperArenasHead' can be static. [functionStatic]
ode-0.14/ode/src/util.cpp:313:29: note: Technically the member function 'dxWorldProcessContext::TryInsertingStepperArenasHead' can be static.
ode-0.14/ode/src/util.h:244:17: note: Technically the member function 'dxWorldProcessContext::TryInsertingStepperArenasHead' can be static.
ode-0.14/ode/src/util.h:247:10: style: Technically the member function 'dxWorldProcessContext::LockForAddLimotSerialization' can be const. [functionConst]
ode-0.14/ode/src/util.cpp:319:29: note: Technically the member function 'dxWorldProcessContext::LockForAddLimotSerialization' can be const.
ode-0.14/ode/src/util.h:247:10: note: Technically the member function 'dxWorldProcessContext::LockForAddLimotSerialization' can be const.
ode-0.14/ode/src/util.h:248:10: style: Technically the member function 'dxWorldProcessContext::UnlockForAddLimotSerialization' can be const. [functionConst]
ode-0.14/ode/src/util.cpp:324:29: note: Technically the member function 'dxWorldProcessContext::UnlockForAddLimotSerialization' can be const.
ode-0.14/ode/src/util.h:248:10: note: Technically the member function 'dxWorldProcessContext::UnlockForAddLimotSerialization' can be const.
ode-0.14/ode/src/util.h:249:10: style: Technically the member function 'dxWorldProcessContext::LockForStepbodySerialization' can be const. [functionConst]
ode-0.14/ode/src/util.cpp:330:29: note: Technically the member function 'dxWorldProcessContext::LockForStepbodySerialization' can be const.
ode-0.14/ode/src/util.h:249:10: note: Technically the member function 'dxWorldProcessContext::LockForStepbodySerialization' can be const.
ode-0.14/ode/src/util.h:250:10: style: Technically the member function 'dxWorldProcessContext::UnlockForStepbodySerialization' can be const. [functionConst]
ode-0.14/ode/src/util.cpp:335:29: note: Technically the member function 'dxWorldProcessContext::UnlockForStepbodySerialization' can be const.
ode-0.14/ode/src/util.h:250:10: note: Technically the member function 'dxWorldProcessContext::UnlockForStepbodySerialization' can be const.
ode-0.14/ode/src/util.cpp:358:10: performance: Technically the member function 'dxIslandsProcessingCallContext::ThreadedProcessGroup' can be static. [functionStatic]
ode-0.14/ode/src/util.cpp:948:38: note: Technically the member function 'dxIslandsProcessingCallContext::ThreadedProcessGroup' can be static.
ode-0.14/ode/src/util.cpp:358:10: note: Technically the member function 'dxIslandsProcessingCallContext::ThreadedProcessGroup' can be static.
ode-0.14/ode/src/util.cpp:367:10: performance: Technically the member function 'dxIslandsProcessingCallContext::ThreadedProcessIslandStepper' can be static. [functionStatic]
ode-0.14/ode/src/util.cpp:1063:38: note: Technically the member function 'dxIslandsProcessingCallContext::ThreadedProcessIslandStepper' can be static.
ode-0.14/ode/src/util.cpp:367:10: note: Technically the member function 'dxIslandsProcessingCallContext::ThreadedProcessIslandStepper' can be static.
ode-0.14/ode/src/util.cpp:369:12: performance: Technically the member function 'dxIslandsProcessingCallContext::ObtainNextIslandToBeProcessed' can be static. [functionStatic]
ode-0.14/ode/src/util.cpp:1068:40: note: Technically the member function 'dxIslandsProcessingCallContext::ObtainNextIslandToBeProcessed' can be static.
ode-0.14/ode/src/util.cpp:369:12: note: Technically the member function 'dxIslandsProcessingCallContext::ObtainNextIslandToBeProcessed' can be static.
ode-0.14/ou/src/ou/atomic.cpp:42:0: error: #error Internal error (Atomic-via-mutex implementations can not appear without initialization) [preprocessorErrorDirective]
ode-0.14/ou/src/ou/threadlocalstorage.cpp:203:10: style: C-style pointer casting [cstyleCast]
ode-0.14/ou/src/ou/threadlocalstorage.cpp:329:10: style: C-style pointer casting [cstyleCast]
ode-0.14/ou/src/ou/threadlocalstorage.cpp:374:37: style: C-style pointer casting [cstyleCast]
ode-0.14/ou/src/ou/threadlocalstorage.cpp:379:7: style: C-style pointer casting [cstyleCast]
ode-0.14/ou/src/ou/threadlocalstorage.cpp:816:40: style: C-style pointer casting [cstyleCast]
ode-0.14/ou/src/ou/threadlocalstorage.cpp:171:7: style: Technically the member function 'CTLSStorageArray::CheckIfAllBlocksHaveInvalidThreads' can be const. [functionConst]
ode-0.14/ou/src/ou/threadlocalstorage.cpp:789:24: note: Technically the member function 'CTLSStorageArray::CheckIfAllBlocksHaveInvalidThreads' can be const.
ode-0.14/ou/src/ou/threadlocalstorage.cpp:171:7: note: Technically the member function 'CTLSStorageArray::CheckIfAllBlocksHaveInvalidThreads' can be const.
ode-0.14/ou/src/ou/threadlocalstorage.cpp:299:7: style: Technically the member function 'CTLSStorageInstance::FindFreeStorageBlockFromArray' can be const. [functionConst]
ode-0.14/ou/src/ou/threadlocalstorage.cpp:1001:27: note: Technically the member function 'CTLSStorageInstance::FindFreeStorageBlockFromArray' can be const.
ode-0.14/ou/src/ou/threadlocalstorage.cpp:299:7: note: Technically the member function 'CTLSStorageInstance::FindFreeStorageBlockFromArray' can be const.
ode-0.14/ou/src/ou/threadlocalstorage.cpp:316:7: style: Technically the member function 'CTLSStorageInstance::FreeStorageBlock' can be const. [functionConst]
ode-0.14/ou/src/ou/threadlocalstorage.cpp:1108:27: note: Technically the member function 'CTLSStorageInstance::FreeStorageBlock' can be const.
ode-0.14/ou/src/ou/threadlocalstorage.cpp:316:7: note: Technically the member function 'CTLSStorageInstance::FreeStorageBlock' can be const.
ode-0.14/ou/src/ou/threadlocalstorage.cpp:319:7: style: Technically the member function 'CTLSStorageInstance::FreeStorageArrayList' can be const. [functionConst]
ode-0.14/ou/src/ou/threadlocalstorage.cpp:1124:27: note: Technically the member function 'CTLSStorageInstance::FreeStorageArrayList' can be const.
ode-0.14/ou/src/ou/threadlocalstorage.cpp:319:7: note: Technically the member function 'CTLSStorageInstance::FreeStorageArrayList' can be const.
ode-0.14/ou/test/outest.cpp:8027:9: style: Condition '!bNDebugInvocation' is always true [knownConditionTrueFalse]
ode-0.14/ou/test/outest.cpp:8015:27: note: Assignment 'bNDebugInvocation=false', assigned value is 0
ode-0.14/ou/test/outest.cpp:8027:9: note: Condition '!bNDebugInvocation' is always true
ode-0.14/ou/test/outest.cpp:8041:2: style: Variable 'bNDebugInvocation' is reassigned a value before the old one has been used. [redundantAssignment]
ode-0.14/ou/test/outest.cpp:8032:0: note: Variable 'bNDebugInvocation' is reassigned a value before the old one has been used.
ode-0.14/ou/test/outest.cpp:8041:2: note: Variable 'bNDebugInvocation' is reassigned a value before the old one has been used.
ode-0.14/ou/test/outest.cpp:7601:20: style: Same expression on both sides of '<' because the value of 'wtZeroValue' and 'twZeroWrapper' are the same. [duplicateExpression]
ode-0.14/ou/test/outest.cpp:7573:49: note: 'wtZeroValue' is assigned value 'twZeroWrapper' here.
ode-0.14/ou/test/outest.cpp:7601:20: note: Same expression on both sides of '<' because the value of 'wtZeroValue' and 'twZeroWrapper' are the same.
ode-0.14/ou/test/outest.cpp:7611:20: style: Same expression on both sides of '>' because the value of 'wtZeroValue' and 'twZeroWrapper' are the same. [duplicateExpression]
ode-0.14/ou/test/outest.cpp:7573:49: note: 'wtZeroValue' is assigned value 'twZeroWrapper' here.
ode-0.14/ou/test/outest.cpp:7611:20: note: Same expression on both sides of '>' because the value of 'wtZeroValue' and 'twZeroWrapper' are the same.
ode-0.14/ou/test/outest.cpp:7621:21: style: Same expression on both sides of '<=' because the value of 'wtZeroValue' and 'twZeroWrapper' are the same. [duplicateExpression]
ode-0.14/ou/test/outest.cpp:7573:49: note: 'wtZeroValue' is assigned value 'twZeroWrapper' here.
ode-0.14/ou/test/outest.cpp:7621:21: note: Same expression on both sides of '<=' because the value of 'wtZeroValue' and 'twZeroWrapper' are the same.
ode-0.14/ou/test/outest.cpp:7631:21: style: Same expression on both sides of '>=' because the value of 'wtZeroValue' and 'twZeroWrapper' are the same. [duplicateExpression]
ode-0.14/ou/test/outest.cpp:7573:49: note: 'wtZeroValue' is assigned value 'twZeroWrapper' here.
ode-0.14/ou/test/outest.cpp:7631:21: note: Same expression on both sides of '>=' because the value of 'wtZeroValue' and 'twZeroWrapper' are the same.
ode-0.14/tests/UnitTest++/src/DeferredTestReporter.h:15:18: style: The function 'ReportTestStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/TestReporter.h:13:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/DeferredTestReporter.h:15:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/DeferredTestReporter.h:16:18: style: The function 'ReportFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/TestReporter.h:14:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/DeferredTestReporter.h:16:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/DeferredTestReporter.h:17:18: style: The function 'ReportTestFinish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/TestReporter.h:15:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/DeferredTestReporter.h:17:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/TestDetails.cpp:5:38: style: Function 'TestDetails' argument 1 names different: declaration 'testName' definition 'testName_'. [funcArgNamesDifferent]
ode-0.14/tests/UnitTest++/src/TestDetails.h:9:29: note: Function 'TestDetails' argument 1 names different: declaration 'testName' definition 'testName_'.
ode-0.14/tests/UnitTest++/src/TestDetails.cpp:5:38: note: Function 'TestDetails' argument 1 names different: declaration 'testName' definition 'testName_'.
ode-0.14/tests/UnitTest++/src/TestDetails.cpp:5:61: style: Function 'TestDetails' argument 2 names different: declaration 'suiteName' definition 'suiteName_'. [funcArgNamesDifferent]
ode-0.14/tests/UnitTest++/src/TestDetails.h:9:51: note: Function 'TestDetails' argument 2 names different: declaration 'suiteName' definition 'suiteName_'.
ode-0.14/tests/UnitTest++/src/TestDetails.cpp:5:61: note: Function 'TestDetails' argument 2 names different: declaration 'suiteName' definition 'suiteName_'.
ode-0.14/tests/UnitTest++/src/TestDetails.cpp:5:85: style: Function 'TestDetails' argument 3 names different: declaration 'filename' definition 'filename_'. [funcArgNamesDifferent]
ode-0.14/tests/UnitTest++/src/TestDetails.h:9:74: note: Function 'TestDetails' argument 3 names different: declaration 'filename' definition 'filename_'.
ode-0.14/tests/UnitTest++/src/TestDetails.cpp:5:85: note: Function 'TestDetails' argument 3 names different: declaration 'filename' definition 'filename_'.
ode-0.14/tests/UnitTest++/src/TestDetails.cpp:5:100: style: Function 'TestDetails' argument 4 names different: declaration 'lineNumber' definition 'lineNumber_'. [funcArgNamesDifferent]
ode-0.14/tests/UnitTest++/src/TestDetails.h:9:88: note: Function 'TestDetails' argument 4 names different: declaration 'lineNumber' definition 'lineNumber_'.
ode-0.14/tests/UnitTest++/src/TestDetails.cpp:5:100: note: Function 'TestDetails' argument 4 names different: declaration 'lineNumber' definition 'lineNumber_'.
ode-0.14/tests/UnitTest++/src/TestDetails.cpp:13:58: style: Function 'TestDetails' argument 2 names different: declaration 'lineNumber' definition 'lineNumber_'. [funcArgNamesDifferent]
ode-0.14/tests/UnitTest++/src/TestDetails.h:10:49: note: Function 'TestDetails' argument 2 names different: declaration 'lineNumber' definition 'lineNumber_'.
ode-0.14/tests/UnitTest++/src/TestDetails.cpp:13:58: note: Function 'TestDetails' argument 2 names different: declaration 'lineNumber' definition 'lineNumber_'.
ode-0.14/tests/UnitTest++/src/TestReporterStdout.cpp:8:59: style: Function 'ReportFailure' argument 1 names different: declaration 'test' definition 'details'. [funcArgNamesDifferent]
ode-0.14/tests/UnitTest++/src/TestReporterStdout.h:12:51: note: Function 'ReportFailure' argument 1 names different: declaration 'test' definition 'details'.
ode-0.14/tests/UnitTest++/src/TestReporterStdout.cpp:8:59: note: Function 'ReportFailure' argument 1 names different: declaration 'test' definition 'details'.
ode-0.14/tests/UnitTest++/src/TestReporterStdout.h:11:18: style: The function 'ReportTestStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/TestReporter.h:13:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/TestReporterStdout.h:11:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/TestReporterStdout.h:12:18: style: The function 'ReportFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/TestReporter.h:14:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/TestReporterStdout.h:12:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/TestReporterStdout.h:13:18: style: The function 'ReportTestFinish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/TestReporter.h:15:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/TestReporterStdout.h:13:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/TestReporterStdout.h:14:18: style: The function 'ReportSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/TestReporter.h:16:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/TestReporterStdout.h:14:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/TestResults.cpp:8:40: style: Function 'TestResults' argument 1 names different: declaration 'reporter' definition 'testReporter'. [funcArgNamesDifferent]
ode-0.14/tests/UnitTest++/src/TestResults.h:12:40: note: Function 'TestResults' argument 1 names different: declaration 'reporter' definition 'testReporter'.
ode-0.14/tests/UnitTest++/src/TestResults.cpp:8:40: note: Function 'TestResults' argument 1 names different: declaration 'reporter' definition 'testReporter'.
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:23:10: performance: Technically the member function 'UnitTest::XmlTestReporter::BeginResults' can be static. [functionStatic]
ode-0.14/tests/UnitTest++/src/XmlTestReporter.cpp:79:23: note: Technically the member function 'UnitTest::XmlTestReporter::BeginResults' can be static.
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:23:10: note: Technically the member function 'UnitTest::XmlTestReporter::BeginResults' can be static.
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:24:10: performance: Technically the member function 'UnitTest::XmlTestReporter::EndResults' can be static. [functionStatic]
ode-0.14/tests/UnitTest++/src/XmlTestReporter.cpp:90:23: note: Technically the member function 'UnitTest::XmlTestReporter::EndResults' can be static.
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:24:10: note: Technically the member function 'UnitTest::XmlTestReporter::EndResults' can be static.
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:25:10: performance: Technically the member function 'UnitTest::XmlTestReporter::BeginTest' can be static. [functionStatic]
ode-0.14/tests/UnitTest++/src/XmlTestReporter.cpp:95:23: note: Technically the member function 'UnitTest::XmlTestReporter::BeginTest' can be static.
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:25:10: note: Technically the member function 'UnitTest::XmlTestReporter::BeginTest' can be static.
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:26:10: performance: Technically the member function 'UnitTest::XmlTestReporter::AddFailure' can be static. [functionStatic]
ode-0.14/tests/UnitTest++/src/XmlTestReporter.cpp:111:23: note: Technically the member function 'UnitTest::XmlTestReporter::AddFailure' can be static.
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:26:10: note: Technically the member function 'UnitTest::XmlTestReporter::AddFailure' can be static.
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:27:10: performance: Technically the member function 'UnitTest::XmlTestReporter::EndTest' can be static. [functionStatic]
ode-0.14/tests/UnitTest++/src/XmlTestReporter.cpp:103:23: note: Technically the member function 'UnitTest::XmlTestReporter::EndTest' can be static.
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:27:10: note: Technically the member function 'UnitTest::XmlTestReporter::EndTest' can be static.
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:16:18: style: The function 'ReportSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/TestReporter.h:16:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/XmlTestReporter.h:16:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/tests/RecordingReporter.h:61:18: style: The function 'ReportSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/TestReporter.h:16:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/tests/RecordingReporter.h:61:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/tests/TestDeferredTestReporter.cpp:35:1: style: Class 'DeferredTestReporterFixtureReportTestStartCreatesANewDeferredTestHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestDeferredTestReporter.cpp:41:1: style: Class 'DeferredTestReporterFixtureReportTestStartCapturesTestNameAndSuiteHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestDeferredTestReporter.cpp:50:1: style: Class 'DeferredTestReporterFixtureReportTestEndCapturesTestTimeHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestDeferredTestReporter.cpp:60:1: style: Class 'DeferredTestReporterFixtureReportFailureSavesFailureDetailsHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestDeferredTestReporter.cpp:72:1: style: Class 'DeferredTestReporterFixtureReportFailureSavesFailureDetailsForMultipleFailuresHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestDeferredTestReporter.cpp:87:1: style: Class 'DeferredTestReporterFixtureDeferredTestReporterTakesCopyOfFailureMessageHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestDeferredTestReporter.cpp:11:18: style: The function 'ReportSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/TestReporter.h:16:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/tests/TestDeferredTestReporter.cpp:11:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/tests/TestTest.cpp:15:22: style: The function 'RunImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/Test.h:25:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/tests/TestTest.cpp:15:22: note: Function in derived class
ode-0.14/tests/UnitTest++/src/tests/TestTest.cpp:33:22: style: The function 'RunImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/Test.h:25:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/tests/TestTest.cpp:33:22: note: Function in derived class
ode-0.14/tests/UnitTest++/src/tests/TestTest.cpp:51:22: style: The function 'RunImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/Test.h:25:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/tests/TestTest.cpp:51:22: note: Function in derived class
ode-0.14/tests/UnitTest++/src/tests/TestTest.cpp:70:22: style: The function 'RunImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/Test.h:25:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/tests/TestTest.cpp:70:22: note: Function in derived class
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:35:1: performance: Technically the member function '::ThrowingThingieDummyTestNameHelper::RunTest' can be static. [functionStatic]
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:35:1: note: Technically the member function '::ThrowingThingieDummyTestNameHelper::RunTest' can be static.
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:35:1: note: Technically the member function '::ThrowingThingieDummyTestNameHelper::RunTest' can be static.
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:101:1: performance: Technically the member function '::DummyFixtureMacroTestHelper2Helper::RunTest' can be static. [functionStatic]
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:101:1: note: Technically the member function '::DummyFixtureMacroTestHelper2Helper::RunTest' can be static.
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:101:1: note: Technically the member function '::DummyFixtureMacroTestHelper2Helper::RunTest' can be static.
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:119:1: performance: Technically the member function '::FixtureCtorThrowsFixtureCtorThrowsTestNameHelper::RunTest' can be static. [functionStatic]
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:119:1: note: Technically the member function '::FixtureCtorThrowsFixtureCtorThrowsTestNameHelper::RunTest' can be static.
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:119:1: note: Technically the member function '::FixtureCtorThrowsFixtureCtorThrowsTestNameHelper::RunTest' can be static.
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:142:1: performance: Technically the member function '::FixtureDtorThrowsFixtureDtorThrowsTestNameHelper::RunTest' can be static. [functionStatic]
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:142:1: note: Technically the member function '::FixtureDtorThrowsFixtureDtorThrowsTestNameHelper::RunTest' can be static.
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:142:1: note: Technically the member function '::FixtureDtorThrowsFixtureDtorThrowsTestNameHelper::RunTest' can be static.
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:35:1: style: Class 'ThrowingThingieDummyTestNameHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:65:2: style: Class 'DummyFixtureSimilarlyNamedFixtureTestsInDifferentSuitesWorkHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:80:2: style: Class 'DummyFixtureSimilarlyNamedFixtureTestsInDifferentSuitesWorkHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:101:1: style: Class 'DummyFixtureMacroTestHelper2Helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:119:1: style: Class 'FixtureCtorThrowsFixtureCtorThrowsTestNameHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:142:1: style: Class 'FixtureDtorThrowsFixtureDtorThrowsTestNameHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestMacros.cpp:138:25: warning: Class FixtureDtorThrows is not safe, destructor throws exception [exceptThrowInDestructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:46:1: style: Class 'TestRunnerFixtureTestStartIsReportedCorrectlyHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:56:1: style: Class 'TestRunnerFixtureTestFinishIsReportedCorrectlyHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:76:1: style: Class 'TestRunnerFixtureTestFinishIsCalledWithCorrectTimeHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:85:1: style: Class 'TestRunnerFixtureFailureCountIsZeroWhenNoTestsAreRunHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:92:1: style: Class 'TestRunnerFixtureCallsReportFailureOncePerFailingTestHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:105:1: style: Class 'TestRunnerFixtureTestsThatAssertAreReportedAsFailingHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:115:1: style: Class 'TestRunnerFixtureReporterNotifiedOfTestCountHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:128:1: style: Class 'TestRunnerFixtureReporterNotifiedOfFailedTestsHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:141:1: style: Class 'TestRunnerFixtureReporterNotifiedOfFailuresHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:154:1: style: Class 'TestRunnerFixtureSlowTestPassesForHighTimeThresholdHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:162:1: style: Class 'TestRunnerFixtureSlowTestFailsForLowTimeThresholdHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:170:1: style: Class 'TestRunnerFixtureSlowTestHasCorrectFailureInformationHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:182:1: style: Class 'TestRunnerFixtureSlowTestWithTimeExemptionPassesHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:219:1: style: Class 'TestSuiteFixtureTestRunnerRunsAllSuitesIfNullSuiteIsPassedHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:225:1: style: Class 'TestSuiteFixtureTestRunnerRunsOnlySpecifiedSuiteHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:23:18: style: The function 'RunImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/Test.h:25:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:23:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:70:18: style: The function 'RunImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/Test.h:25:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:70:18: note: Function in derived class
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:188:22: style: The function 'RunImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ode-0.14/tests/UnitTest++/src/Test.h:25:18: note: Virtual function in base class
ode-0.14/tests/UnitTest++/src/tests/TestTestRunner.cpp:188:22: note: Function in derived class
ode-0.14/tests/UnitTest++/src/tests/TestUnitTest++.cpp:75:14: performance: Technically the member function '::RunImpl::NoThrowTest::DontThrow' can be static. [functionStatic]
ode-0.14/tests/UnitTest++/src/tests/TestUnitTest++.cpp:127:1: style: Class 'SimpleFixtureDefaultFixtureCtorIsCalledHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestUnitTest++.cpp:132:1: style: Class 'SimpleFixtureOnlyOneFixtureAliveAtATimeHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestXmlTestReporter.cpp:34:1: style: Class 'XmlTestReporterFixtureMultipleCharactersAreEscapedHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestXmlTestReporter.cpp:55:1: style: Class 'XmlTestReporterFixtureOutputIsCachedUntilReportSummaryIsCalledHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestXmlTestReporter.cpp:68:1: style: Class 'XmlTestReporterFixtureEmptyReportSummaryFormatHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestXmlTestReporter.cpp:80:1: style: Class 'XmlTestReporterFixtureSingleSuccessfulTestReportSummaryFormatHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestXmlTestReporter.cpp:96:1: style: Class 'XmlTestReporterFixtureSingleFailedTestReportSummaryFormatHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestXmlTestReporter.cpp:115:1: style: Class 'XmlTestReporterFixtureFailureMessageIsXMLEscapedHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestXmlTestReporter.cpp:135:1: style: Class 'XmlTestReporterFixtureOneFailureAndOneSuccessHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/UnitTest++/src/tests/TestXmlTestReporter.cpp:159:1: style: Class 'XmlTestReporterFixtureMultipleFailuresHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ode-0.14/tests/friction.cpp:53:13: performance: Variable 'world' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:57:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:109:32: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:242:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:296:35: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:438:35: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:571:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:724:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:949:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:1136:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:1283:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:1519:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:1823:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:2021:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:2176:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:2392:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:2669:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:2887:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joint.cpp:47:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:232:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:561:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:714:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:939:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:1122:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:1273:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:1509:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:1813:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:2007:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:2166:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:2382:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:2659:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:2873:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joint.cpp:2991:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/amotor.cpp:49:13: performance: Variable 'world' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/ball.cpp:51:7: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/fixed.cpp:53:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/fixed.cpp:44:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/hinge.cpp:63:15: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/hinge.cpp:252:15: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/hinge.cpp:441:15: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/hinge.cpp:559:15: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/hinge.cpp:679:15: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/hinge.cpp:54:7: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/hinge.cpp:243:7: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/hinge.cpp:435:7: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/hinge.cpp:553:7: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/hinge.cpp:673:7: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/hinge.cpp:790:7: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/hinge2.cpp:51:7: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/piston.cpp:57:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/piston.cpp:233:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/piston.cpp:401:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/piston.cpp:502:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/piston.cpp:611:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/piston.cpp:712:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/piston.cpp:48:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/piston.cpp:224:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/piston.cpp:395:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/piston.cpp:496:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/piston.cpp:605:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/piston.cpp:706:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/piston.cpp:1094:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/piston.cpp:1219:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pr.cpp:57:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/pr.cpp:236:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/pr.cpp:337:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/pr.cpp:545:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/pr.cpp:646:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/pr.cpp:773:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/pr.cpp:48:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pr.cpp:230:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pr.cpp:331:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pr.cpp:436:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pr.cpp:539:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pr.cpp:640:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pr.cpp:743:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pr.cpp:836:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pu.cpp:63:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/pu.cpp:147:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/pu.cpp:444:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/pu.cpp:49:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pu.cpp:138:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pu.cpp:438:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/pu.cpp:604:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/slider.cpp:54:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/slider.cpp:168:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/slider.cpp:300:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/slider.cpp:429:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/slider.cpp:502:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/slider.cpp:575:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/slider.cpp:647:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/slider.cpp:45:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/slider.cpp:159:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/slider.cpp:291:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/slider.cpp:423:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/slider.cpp:496:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/slider.cpp:569:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/slider.cpp:641:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/slider.cpp:1000:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/slider.cpp:1121:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/universal.cpp:70:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/universal.cpp:131:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/universal.cpp:1254:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/universal.cpp:1784:21: style: C-style pointer casting [cstyleCast]
ode-0.14/tests/joints/universal.cpp:310:9: style: Variable 'ang2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ode-0.14/tests/joints/universal.cpp:300:9: note: Variable 'ang2' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/tests/joints/universal.cpp:310:9: note: Variable 'ang2' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/tests/joints/universal.cpp:319:9: style: Variable 'ang1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ode-0.14/tests/joints/universal.cpp:308:9: note: Variable 'ang1' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/tests/joints/universal.cpp:319:9: note: Variable 'ang1' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/tests/joints/universal.cpp:353:9: style: Variable 'ang1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ode-0.14/tests/joints/universal.cpp:319:9: note: Variable 'ang1' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/tests/joints/universal.cpp:353:9: note: Variable 'ang1' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/tests/joints/universal.cpp:367:9: style: Variable 'ang2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ode-0.14/tests/joints/universal.cpp:357:9: note: Variable 'ang2' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/tests/joints/universal.cpp:367:9: note: Variable 'ang2' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/tests/joints/universal.cpp:376:9: style: Variable 'ang1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ode-0.14/tests/joints/universal.cpp:365:9: note: Variable 'ang1' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/tests/joints/universal.cpp:376:9: note: Variable 'ang1' is reassigned a value before the old one has been used if variable is no semaphore variable.
ode-0.14/tests/joints/universal.cpp:60:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/universal.cpp:101:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/universal.cpp:170:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/universal.cpp:214:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/universal.cpp:614:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/universal.cpp:1245:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/universal.cpp:1778:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ode-0.14/tests/joints/universal.cpp:2009:13: performance: Variable 'wId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
[12:28]

ftp://ftp.se.debian.org/debian/pool/main/o/odhcp6c/odhcp6c_1.1+git20160131.orig.tar.xz
odhcp6c-1.1+git20160131/src/dhcpv6.c:148:27: style: The scope of the variable 'ifp' can be reduced. [variableScope]
odhcp6c-1.1+git20160131/src/dhcpv6.c:148:33: style: The scope of the variable 'ifend' can be reduced. [variableScope]
odhcp6c-1.1+git20160131/src/dhcpv6.c:904:11: style: The scope of the variable 'otype' can be reduced. [variableScope]
odhcp6c-1.1+git20160131/src/dhcpv6.c:904:18: style: The scope of the variable 'olen' can be reduced. [variableScope]
odhcp6c-1.1+git20160131/src/dhcpv6.c:907:7: style: The scope of the variable 'handled_status_codes' can be reduced. [variableScope]
odhcp6c-1.1+git20160131/src/dhcpv6.c:121:50: style: Function 'init_dhcpv6' argument 2 names different: declaration 'client_options' definition 'options'. [funcArgNamesDifferent]
odhcp6c-1.1+git20160131/src/odhcp6c.h:319:50: note: Function 'init_dhcpv6' argument 2 names different: declaration 'client_options' definition 'options'.
odhcp6c-1.1+git20160131/src/dhcpv6.c:121:50: note: Function 'init_dhcpv6' argument 2 names different: declaration 'client_options' definition 'options'.
odhcp6c-1.1+git20160131/src/dhcpv6.c:279:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
odhcp6c-1.1+git20160131/src/dhcpv6.c:306:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
odhcp6c-1.1+git20160131/src/md5.c:171:27: style: Function 'md5_hash' argument 1 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
odhcp6c-1.1+git20160131/src/md5.h:15:27: note: Function 'md5_hash' argument 1 names different: declaration 'data' definition 'buffer'.
odhcp6c-1.1+git20160131/src/md5.c:171:27: note: Function 'md5_hash' argument 1 names different: declaration 'data' definition 'buffer'.
odhcp6c-1.1+git20160131/src/md5.c:171:42: style: Function 'md5_hash' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
odhcp6c-1.1+git20160131/src/md5.h:15:40: note: Function 'md5_hash' argument 2 names different: declaration 'length' definition 'len'.
odhcp6c-1.1+git20160131/src/md5.c:171:42: note: Function 'md5_hash' argument 2 names different: declaration 'length' definition 'len'.
odhcp6c-1.1+git20160131/src/ra.c:280:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
odhcp6c-1.1+git20160131/src/script.c:183:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
odhcp6c-1.1+git20160131/src/script.c:201:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
[12:28]

ftp://ftp.se.debian.org/debian/pool/main/o/odil/odil_0.9.2.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/o/odin/odin_2.0.3.orig.tar.gz
odin-2.0.3/cmdline-utils/gencoil.cpp:62:0: style: Same expression used in consecutive assignments of 'nx_center' and 'ny_center'. [duplicateAssignExpression]
odin-2.0.3/cmdline-utils/gencoil.cpp:63:0: note: Same expression used in consecutive assignments of 'nx_center' and 'ny_center'.
odin-2.0.3/cmdline-utils/gencoil.cpp:62:0: note: Same expression used in consecutive assignments of 'nx_center' and 'ny_center'.
odin-2.0.3/cmdline-utils/gencoil.cpp:185:0: style: Same expression used in consecutive assignments of 'nx_center' and 'ny_center'. [duplicateAssignExpression]
odin-2.0.3/cmdline-utils/gencoil.cpp:186:0: note: Same expression used in consecutive assignments of 'nx_center' and 'ny_center'.
odin-2.0.3/cmdline-utils/gencoil.cpp:185:0: note: Same expression used in consecutive assignments of 'nx_center' and 'ny_center'.
odin-2.0.3/cmdline-utils/micalc.cpp:395:13: style: Variable 'nvals' is modified but its new value is never used. [unreadVariable]
odin-2.0.3/cmdline-utils/miconv.cpp:80:8: style: The scope of the variable 'optval' can be reduced. [variableScope]
odin-2.0.3/cmdline-utils/miconv.cpp:80:8: style: Variable 'optval' is not assigned a value. [unassignedVariable]
odin-2.0.3/cmdline-utils/swab.cpp:25:13: style: Checking if unsigned variable 'n_bytes' is less than zero. [unsignedLessThanZero]
odin-2.0.3/geoedit/geoeditlabel.cpp:15:15: warning: Member variable 'GeoEditLabel::drawProj_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/geoedit/geoeditlabel.cpp:15:15: warning: Member variable 'GeoEditLabel::drawCross_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/miview/miviewview.h:75:3: style: Class 'MiViewView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/miview/miview_fmri.cpp:340:3: style: Variable 'tcourse_all' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
odin-2.0.3/miview/miview_fmri.cpp:337:36: note: Variable 'tcourse_all' is reassigned a value before the old one has been used if variable is no semaphore variable.
odin-2.0.3/miview/miview_fmri.cpp:340:3: note: Variable 'tcourse_all' is reassigned a value before the old one has been used if variable is no semaphore variable.
odin-2.0.3/miview/miviewview.cpp:40:3: performance: Variable 'color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odin/odinview.h:51:3: style: Class 'OdinView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odin/odinview.h:147:8: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odin/odinmethod.h:67:16: note: Virtual function in base class
odin-2.0.3/odin/odinview.h:147:8: note: Function in derived class
odin-2.0.3/odin/odinview.h:148:8: style: The function 'create_widgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odin/odinmethod.h:69:16: note: Virtual function in base class
odin-2.0.3/odin/odinview.h:148:8: note: Function in derived class
odin-2.0.3/odin/odinview.h:149:8: style: The function 'delete_widgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odin/odinmethod.h:71:16: note: Virtual function in base class
odin-2.0.3/odin/odinview.h:149:8: note: Function in derived class
odin-2.0.3/odin/odinconf.cpp:328:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
odin-2.0.3/odin/odinconf.cpp:314:0: note: Variable 'result' is reassigned a value before the old one has been used.
odin-2.0.3/odin/odinconf.cpp:328:3: note: Variable 'result' is reassigned a value before the old one has been used.
odin-2.0.3/odin/odinconf.cpp:350:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
odin-2.0.3/odin/odinconf.cpp:343:0: note: Variable 'result' is reassigned a value before the old one has been used.
odin-2.0.3/odin/odinconf.cpp:350:3: note: Variable 'result' is reassigned a value before the old one has been used.
odin-2.0.3/odin/odinconf.cpp:367:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
odin-2.0.3/odin/odinconf.cpp:364:0: note: Variable 'result' is reassigned a value before the old one has been used.
odin-2.0.3/odin/odinconf.cpp:367:3: note: Variable 'result' is reassigned a value before the old one has been used.
odin-2.0.3/odin/odindebugger.cpp:19:11: style: Condition 'mypid<=0' is always true [knownConditionTrueFalse]
odin-2.0.3/odin/odindebugger.cpp:15:14: note: Assignment 'mypid=-1', assigned value is -1
odin-2.0.3/odin/odindebugger.cpp:19:11: note: Condition 'mypid<=0' is always true
odin-2.0.3/odin/odindebugger.h:30:8: performance: Technically the member function 'OdinDebugger::attach' can be static. [functionStatic]
odin-2.0.3/odin/odindebugger.cpp:13:20: note: Technically the member function 'OdinDebugger::attach' can be static.
odin-2.0.3/odin/odindebugger.h:30:8: note: Technically the member function 'OdinDebugger::attach' can be static.
odin-2.0.3/odin/odindialog_debug.cpp:7:14: warning: Member variable 'DebugDialog::grid' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odin/odindialog_debug.cpp:7:14: warning: Member variable 'DebugDialog::pb_done' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odin/odindialog_debug.h:31:3: style: Class 'DebugDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odin/odindialog_process.h:30:3: style: Class 'ProcessDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odin/odindialog_process.cpp:8:16: warning: Member variable 'ProcessDialog::progcount' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odin/odindialog_system.h:33:3: style: Class 'SystemDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odin/odinplot.cpp:995:7: style: The scope of the variable 'iplot' can be reduced. [variableScope]
odin-2.0.3/odin/odinplot_vtk.cpp:23:17: warning: Member variable 'VtkMagnPlotter::magnGradActor_added' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odin/odinplot_vtk.h:47:8: performance: Technically the member function 'VtkMagnPlotter::start' can be static. [functionStatic]
odin-2.0.3/odin/odinplot_vtk.cpp:49:22: note: Technically the member function 'VtkMagnPlotter::start' can be static.
odin-2.0.3/odin/odinplot_vtk.h:47:8: note: Technically the member function 'VtkMagnPlotter::start' can be static.
odin-2.0.3/odin/odinplot_vtk.h:49:8: performance: Technically the member function 'VtkMagnPlotter::plot_vector' can be static. [functionStatic]
odin-2.0.3/odin/odinplot_vtk.cpp:106:22: note: Technically the member function 'VtkMagnPlotter::plot_vector' can be static.
odin-2.0.3/odin/odinplot_vtk.h:49:8: note: Technically the member function 'VtkMagnPlotter::plot_vector' can be static.
odin-2.0.3/odin/odinplot_vtk.h:51:8: performance: Technically the member function 'VtkMagnPlotter::interact' can be static. [functionStatic]
odin-2.0.3/odin/odinplot_vtk.cpp:138:22: note: Technically the member function 'VtkMagnPlotter::interact' can be static.
odin-2.0.3/odin/odinplot_vtk.h:51:8: note: Technically the member function 'VtkMagnPlotter::interact' can be static.
odin-2.0.3/odin/odinview.cpp:77:8: style: The scope of the variable 'buff' can be reduced. [variableScope]
odin-2.0.3/odin/odinview.cpp:38:97: style: Class 'OdinView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odin/odinview.cpp:38:97: style: Class 'OdinView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odindata/complexdata.cpp:34:0: error: #error "GNU Scientific library is missing!" [preprocessorErrorDirective]
odin-2.0.3/odindata/correlation.h:86:0: error: #error erfc() is missing [preprocessorErrorDirective]
odin-2.0.3/odindata/data.h:612:64: warning: Either the condition 'file_ptr!=NULL' is redundant or there is possible null pointer dereference: file_ptr. [nullPointerRedundantCheck]
odin-2.0.3/odindata/data.h:618:14: note: Assuming that condition 'file_ptr!=NULL' is not redundant
odin-2.0.3/odindata/data.h:612:64: note: Null pointer dereference
odin-2.0.3/odindata/data.h:790:30: style: The scope of the variable 'subsize' can be reduced. [variableScope]
odin-2.0.3/odindata/data.h:142:0: style: Class 'Data < float , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/data.h:171:0: style: Class 'Data < float , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/data.h:176:0: style: Class 'Data < float , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/data.h:182:0: style: Class 'Data < float , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/data.h:142:0: style: Class 'Data < STD_complex , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/data.h:171:0: style: Class 'Data < STD_complex , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/data.h:176:0: style: Class 'Data < STD_complex , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/data.h:182:0: style: Class 'Data < STD_complex , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/fileio.cpp:584:0: style: Same expression used in consecutive assignments of 'min_acqstart' and 'max_acqstart'. [duplicateAssignExpression]
odin-2.0.3/odindata/fileio.cpp:585:0: note: Same expression used in consecutive assignments of 'min_acqstart' and 'max_acqstart'.
odin-2.0.3/odindata/fileio.cpp:584:0: note: Same expression used in consecutive assignments of 'min_acqstart' and 'max_acqstart'.
odin-2.0.3/odindata/complexdata.h:194:3: style: Class 'GslFft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/complexdata.h:56:0: style: Class 'ComplexData < 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/complexdata.h:64:0: style: Class 'ComplexData < 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/complexdata.h:84:0: style: Class 'ComplexData < 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/complexdata.h:91:0: style: Class 'ComplexData < 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/fileio_3db.cpp:24:14: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_3db.cpp:24:14: note: Function in derived class
odin-2.0.3/odindata/fileio_3db.cpp:25:11: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_3db.cpp:25:11: note: Function in derived class
odin-2.0.3/odindata/fileio_3db.cpp:30:11: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_3db.cpp:30:11: note: Function in derived class
odin-2.0.3/odindata/fileio_3db.cpp:32:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:155:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_3db.cpp:32:7: note: Function in derived class
odin-2.0.3/odindata/fileio_3db.cpp:38:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:158:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_3db.cpp:38:7: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:6:14: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:6:14: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:7:11: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:7:11: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:12:11: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:12:11: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:17:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:155:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:17:7: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:26:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:158:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:26:7: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:33:14: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:33:14: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:34:11: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:34:11: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:39:11: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:39:11: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:41:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:155:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:41:7: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:56:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:158:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:56:7: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:74:14: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:74:14: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:75:11: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:75:11: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:80:11: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:80:11: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:82:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:155:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:82:7: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:87:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:158:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:87:7: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:107:14: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:107:14: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:108:11: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:108:11: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:113:11: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:113:11: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:119:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:155:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:119:7: note: Function in derived class
odin-2.0.3/odindata/fileio_asc.cpp:152:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:158:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_asc.cpp:152:7: note: Function in derived class
odin-2.0.3/odindata/fileio_hfss.cpp:6:14: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_hfss.cpp:6:14: note: Function in derived class
odin-2.0.3/odindata/fileio_hfss.cpp:7:11: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_hfss.cpp:7:11: note: Function in derived class
odin-2.0.3/odindata/fileio_hfss.cpp:12:11: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_hfss.cpp:12:11: note: Function in derived class
odin-2.0.3/odindata/fileio_hfss.cpp:14:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:155:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_hfss.cpp:14:7: note: Function in derived class
odin-2.0.3/odindata/fileio_interfile.cpp:128:72: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
odin-2.0.3/odindata/fileio_interfile.cpp:129:72: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
odin-2.0.3/odindata/fileio_interfile.cpp:7:14: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_interfile.cpp:7:14: note: Function in derived class
odin-2.0.3/odindata/fileio_interfile.cpp:9:11: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_interfile.cpp:9:11: note: Function in derived class
odin-2.0.3/odindata/fileio_interfile.cpp:16:11: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_interfile.cpp:16:11: note: Function in derived class
odin-2.0.3/odindata/fileio_interfile.cpp:50:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:155:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_interfile.cpp:50:7: note: Function in derived class
odin-2.0.3/odindata/fileio_interfile.cpp:156:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:158:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_interfile.cpp:156:7: note: Function in derived class
odin-2.0.3/odindata/fileio_mhd.cpp:25:14: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
odin-2.0.3/odindata/fileio_mhd.cpp:41:14: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
odin-2.0.3/odindata/fileio_mhd.cpp:46:14: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
odin-2.0.3/odindata/fileio_mhd.cpp:51:14: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
odin-2.0.3/odindata/fileio_mhd.cpp:62:14: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
odin-2.0.3/odindata/fileio_mhd.cpp:6:14: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_mhd.cpp:6:14: note: Function in derived class
odin-2.0.3/odindata/fileio_mhd.cpp:7:11: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_mhd.cpp:7:11: note: Function in derived class
odin-2.0.3/odindata/fileio_mhd.cpp:12:11: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_mhd.cpp:12:11: note: Function in derived class
odin-2.0.3/odindata/fileio_mhd.cpp:14:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:155:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_mhd.cpp:14:7: note: Function in derived class
odin-2.0.3/odindata/fileio_mhd.cpp:81:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:158:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_mhd.cpp:81:7: note: Function in derived class
odin-2.0.3/odindata/filter.h:48:3: style: Class 'FilterChain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/complexdata.h:56:0: style: Class 'ComplexData < 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/complexdata.h:64:0: style: Class 'ComplexData < 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/complexdata.h:84:0: style: Class 'ComplexData < 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/complexdata.h:91:0: style: Class 'ComplexData < 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/fileio_raw.cpp:8:0: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_raw.cpp:8:0: note: Function in derived class
odin-2.0.3/odindata/fileio_raw.cpp:18:0: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_raw.cpp:18:0: note: Function in derived class
odin-2.0.3/odindata/fileio_raw.cpp:23:0: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_raw.cpp:23:0: note: Function in derived class
odin-2.0.3/odindata/fileio_raw.cpp:25:0: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:155:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_raw.cpp:25:0: note: Function in derived class
odin-2.0.3/odindata/fileio_raw.cpp:64:0: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:158:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_raw.cpp:64:0: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:48:8: style: Condition '!valid_type' is always true [knownConditionTrueFalse]
odin-2.0.3/odindata/fileio_ser.cpp:46:21: note: Assignment 'valid_type=false', assigned value is 0
odin-2.0.3/odindata/fileio_ser.cpp:48:8: note: Condition '!valid_type' is always true
odin-2.0.3/odindata/image.h:44:3: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/image.h:116:3: style: Class 'ImageSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/image.h:121:3: style: Class 'ImageSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/image.h:126:3: style: Class 'ImageSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/fileio_ser.cpp:22:14: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:22:14: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:23:11: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:23:11: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:29:11: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:29:11: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:30:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:155:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:30:7: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:103:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:158:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:103:7: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:183:0: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:183:0: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:185:0: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:185:0: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:192:0: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:192:0: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:194:0: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:155:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:194:0: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:208:0: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:158:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:208:0: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:118:0: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:149:22: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:118:0: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:119:0: style: The function 'suffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:151:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:119:0: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:124:0: style: The function 'dialects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:153:19: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:124:0: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:126:0: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:156:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:126:0: note: Function in derived class
odin-2.0.3/odindata/fileio_ser.cpp:153:0: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fileio.h:159:15: note: Virtual function in base class
odin-2.0.3/odindata/fileio_ser.cpp:153:0: note: Function in derived class
odin-2.0.3/odindata/filter.cpp:66:118: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
odin-2.0.3/odindata/filter.cpp:78:118: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
odin-2.0.3/odindata/filter.cpp:51:51: style: Class 'FilterChain' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odindata/filter.cpp:51:51: style: Class 'FilterChain' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odindata/complexdata.h:56:0: style: Class 'ComplexData < 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/complexdata.h:64:0: style: Class 'ComplexData < 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/complexdata.h:84:0: style: Class 'ComplexData < 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/complexdata.h:91:0: style: Class 'ComplexData < 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/fitting.h:472:3: style: Class 'DownhillSimplex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/fitting.h:174:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:131:16: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:174:8: note: Function in derived class
odin-2.0.3/odindata/fitting.h:175:8: style: The function 'fit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:142:16: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:175:8: note: Function in derived class
odin-2.0.3/odindata/fitting.h:206:9: style: The function 'evaluate_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:83:17: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:206:9: note: Function in derived class
odin-2.0.3/odindata/fitting.h:207:11: style: The function 'evaluate_df' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:88:19: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:207:11: note: Function in derived class
odin-2.0.3/odindata/fitting.h:208:16: style: The function 'numof_fitpars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:93:24: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:208:16: note: Function in derived class
odin-2.0.3/odindata/fitting.h:209:11: style: The function 'get_fitpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:98:19: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:209:11: note: Function in derived class
odin-2.0.3/odindata/fitting.h:228:9: style: The function 'evaluate_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:83:17: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:228:9: note: Function in derived class
odin-2.0.3/odindata/fitting.h:229:11: style: The function 'evaluate_df' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:88:19: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:229:11: note: Function in derived class
odin-2.0.3/odindata/fitting.h:230:16: style: The function 'numof_fitpars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:93:24: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:230:16: note: Function in derived class
odin-2.0.3/odindata/fitting.h:231:11: style: The function 'get_fitpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:98:19: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:231:11: note: Function in derived class
odin-2.0.3/odindata/fitting.h:250:9: style: The function 'evaluate_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:83:17: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:250:9: note: Function in derived class
odin-2.0.3/odindata/fitting.h:251:11: style: The function 'evaluate_df' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:88:19: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:251:11: note: Function in derived class
odin-2.0.3/odindata/fitting.h:252:16: style: The function 'numof_fitpars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:93:24: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:252:16: note: Function in derived class
odin-2.0.3/odindata/fitting.h:253:11: style: The function 'get_fitpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:98:19: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:253:11: note: Function in derived class
odin-2.0.3/odindata/fitting.h:273:9: style: The function 'evaluate_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:83:17: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:273:9: note: Function in derived class
odin-2.0.3/odindata/fitting.h:274:11: style: The function 'evaluate_df' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:88:19: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:274:11: note: Function in derived class
odin-2.0.3/odindata/fitting.h:275:16: style: The function 'numof_fitpars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:93:24: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:275:16: note: Function in derived class
odin-2.0.3/odindata/fitting.h:276:11: style: The function 'get_fitpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:98:19: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:276:11: note: Function in derived class
odin-2.0.3/odindata/fitting.h:301:9: style: The function 'evaluate_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:83:17: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:301:9: note: Function in derived class
odin-2.0.3/odindata/fitting.h:302:11: style: The function 'evaluate_df' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:88:19: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:302:11: note: Function in derived class
odin-2.0.3/odindata/fitting.h:303:16: style: The function 'numof_fitpars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:93:24: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:303:16: note: Function in derived class
odin-2.0.3/odindata/fitting.h:304:11: style: The function 'get_fitpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:98:19: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:304:11: note: Function in derived class
odin-2.0.3/odindata/fitting.h:516:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:131:16: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:516:8: note: Function in derived class
odin-2.0.3/odindata/fitting.h:517:8: style: The function 'fit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/fitting.h:142:16: note: Virtual function in base class
odin-2.0.3/odindata/fitting.h:517:8: note: Function in derived class
odin-2.0.3/odindata/filter_merge.cpp:11:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
odin-2.0.3/odindata/filter_merge.cpp:26:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
odin-2.0.3/odindata/filter_merge.cpp:29:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
odin-2.0.3/odindata/filter_splice.cpp:22:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
odin-2.0.3/odindata/filter_align.h:30:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_align.h:30:8: note: Function in derived class
odin-2.0.3/odindata/filter_clip.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_clip.h:29:8: note: Function in derived class
odin-2.0.3/odindata/filter_clip.h:42:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_clip.h:42:8: note: Function in derived class
odin-2.0.3/odindata/filter_clip.h:59:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_clip.h:59:8: note: Function in derived class
odin-2.0.3/odindata/filter_clip.h:66:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_clip.h:66:8: note: Function in derived class
odin-2.0.3/odindata/filter_cluster.h:26:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_cluster.h:26:8: note: Function in derived class
odin-2.0.3/odindata/filter_convolve.h:31:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_convolve.h:31:8: note: Function in derived class
odin-2.0.3/odindata/filter_detrend.h:30:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_detrend.h:30:8: note: Function in derived class
odin-2.0.3/odindata/filter_edit.h:32:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_edit.h:32:8: note: Function in derived class
odin-2.0.3/odindata/filter_inv.h:27:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_inv.h:27:8: note: Function in derived class
odin-2.0.3/odindata/filter_lowpass.h:30:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_lowpass.h:30:8: note: Function in derived class
odin-2.0.3/odindata/filter_mask.h:31:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_mask.h:31:8: note: Function in derived class
odin-2.0.3/odindata/filter_mask.h:45:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_mask.h:45:8: note: Function in derived class
odin-2.0.3/odindata/filter_mask.h:59:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_mask.h:59:8: note: Function in derived class
odin-2.0.3/odindata/filter_mask.h:74:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_mask.h:74:8: note: Function in derived class
odin-2.0.3/odindata/filter_mask.h:88:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_mask.h:88:8: note: Function in derived class
odin-2.0.3/odindata/filter_merge.h:26:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:43:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_merge.h:26:8: note: Function in derived class
odin-2.0.3/odindata/filter_nan.h:26:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_nan.h:26:8: note: Function in derived class
odin-2.0.3/odindata/filter_resize.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_resize.h:29:8: note: Function in derived class
odin-2.0.3/odindata/filter_resize.h:42:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_resize.h:42:8: note: Function in derived class
odin-2.0.3/odindata/filter_resize.h:53:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_resize.h:53:8: note: Function in derived class
odin-2.0.3/odindata/filter_rot.h:30:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_rot.h:30:8: note: Function in derived class
odin-2.0.3/odindata/filter_reslice.h:22:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_reslice.h:22:8: note: Function in derived class
odin-2.0.3/odindata/filter_reslice.h:35:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_reslice.h:35:8: note: Function in derived class
odin-2.0.3/odindata/filter_scale.h:30:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_scale.h:30:8: note: Function in derived class
odin-2.0.3/odindata/filter_shift.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_shift.h:29:8: note: Function in derived class
odin-2.0.3/odindata/filter_shift.h:44:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_shift.h:44:8: note: Function in derived class
odin-2.0.3/odindata/filter_slicetime.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_slicetime.h:29:8: note: Function in derived class
odin-2.0.3/odindata/filter_tile.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_tile.h:29:8: note: Function in derived class
odin-2.0.3/odindata/filter_splice.h:27:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:43:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_splice.h:27:8: note: Function in derived class
odin-2.0.3/odindata/filter_reduction.h:51:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_reduction.h:51:0: note: Function in derived class
odin-2.0.3/odindata/filter_range.h:35:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_range.h:35:0: note: Function in derived class
odin-2.0.3/odindata/filter_flip.h:28:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odindata/filter_step.h:38:16: note: Virtual function in base class
odin-2.0.3/odindata/filter_flip.h:28:0: note: Function in derived class
odin-2.0.3/odindata/fitting.cpp:1048:0: error: #error "GNU Scientific library is missing!" [preprocessorErrorDirective]
odin-2.0.3/odindata/data.h:142:3: style: Class 'Data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/data.h:171:3: style: Class 'Data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/data.h:176:3: style: Class 'Data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/data.h:182:3: style: Class 'Data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odindata/image.h:109:1: warning: The class 'ImageSet' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
odin-2.0.3/odindata/integration.cpp:93:0: error: #error "GNU Scientific library is missing!" [preprocessorErrorDirective]
odin-2.0.3/odindata/linalg.cpp:337:0: error: #error "Neither LAPACK nor GSL not available" [preprocessorErrorDirective]
odin-2.0.3/odindata/step.h:122:3: style: Class 'StepFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/geometry.cpp:6:40: style: Function 'RotMatrix' argument 1 names different: declaration 'object_label' definition 'label'. [funcArgNamesDifferent]
odin-2.0.3/odinpara/geometry.h:73:31: note: Function 'RotMatrix' argument 1 names different: declaration 'object_label' definition 'label'.
odin-2.0.3/odinpara/geometry.cpp:6:40: note: Function 'RotMatrix' argument 1 names different: declaration 'object_label' definition 'label'.
odin-2.0.3/odinpara/geometry.cpp:759:17: style: Variable 'norm2_expected' is assigned a value that is never used. [unreadVariable]
odin-2.0.3/odinpara/geometry.h:73:3: style: Class 'RotMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/geometry.h:186:3: style: Class 'Geometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/ldrarrays.cpp:58:32: style: The scope of the variable 'ogroup' can be reduced. [variableScope]
odin-2.0.3/odinpara/ldrblock.h:50:3: style: Class 'LDRblock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/ldrtypes.h:61:3: style: Class 'LDRstring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/ldrtypes.h:90:8: style: The function 'parsevalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:333:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:90:8: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:91:14: style: The function 'printvalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:306:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:91:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:92:14: style: The function 'get_parx_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:448:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:92:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:93:14: style: The function 'get_typeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:343:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:93:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:94:12: style: The function 'create_copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:369:20: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:94:12: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:95:15: style: The function 'cast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:474:25: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:95:15: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:151:8: style: The function 'parsevalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:333:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:151:8: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:152:14: style: The function 'printvalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:306:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:152:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:153:14: style: The function 'get_typeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:343:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:153:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:154:12: style: The function 'create_copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:369:20: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:154:12: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:155:9: style: The function 'cast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:471:25: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:155:9: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:295:8: style: The function 'parsevalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:333:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:295:8: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:296:14: style: The function 'printvalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:306:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:296:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:297:11: style: The function 'get_alternatives' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:388:19: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:297:11: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:298:14: style: The function 'get_typeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:343:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:298:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:299:12: style: The function 'create_copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:369:20: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:299:12: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:300:12: style: The function 'cast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:473:25: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:300:12: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:353:8: style: The function 'parsevalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:333:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:353:8: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:354:14: style: The function 'printvalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:306:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:354:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:355:14: style: The function 'get_typeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:343:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:355:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:356:12: style: The function 'create_copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:369:20: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:356:12: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:357:14: style: The function 'cast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:477:25: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:357:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:473:8: style: The function 'parsevalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:333:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:473:8: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:474:14: style: The function 'get_typeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:343:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:474:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:475:12: style: The function 'create_copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:369:20: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:475:12: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:476:16: style: The function 'cast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:475:25: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:476:16: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:541:14: style: The function 'get_typeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:343:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:541:14: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:542:12: style: The function 'create_copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:369:20: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:542:12: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.h:543:15: style: The function 'cast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:476:25: note: Virtual function in base class
odin-2.0.3/odinpara/ldrtypes.h:543:15: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:225:14: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:280:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:225:14: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:226:12: style: The function 'set_parmode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:414:20: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:226:12: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:227:12: style: The function 'set_filemode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:426:20: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:227:12: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:228:14: style: The function 'get_parx_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:448:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:228:14: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:229:16: style: The function 'print2stream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:285:24: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:229:16: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:230:8: style: The function 'parsevalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:333:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:230:8: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:231:8: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:315:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:231:8: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:232:14: style: The function 'printvalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:306:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:232:14: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:233:12: style: The function 'create_copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:369:20: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:233:12: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:234:14: style: The function 'get_typeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:343:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:234:14: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:235:13: style: The function 'cast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:466:25: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:235:13: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:236:7: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:326:15: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:236:7: note: Function in derived class
odin-2.0.3/odinpara/ldrblock.h:237:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:300:15: note: Virtual function in base class
odin-2.0.3/odinpara/ldrblock.h:237:7: note: Function in derived class
odin-2.0.3/odinpara/ldrfilter.cpp:12:5: performance: Variable 'filterwidth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinpara/ldrfilter.h:34:3: style: Class 'LDRfilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/ldrfunction.cpp:139:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
odin-2.0.3/odinpara/ldrnumbers.h:57:3: warning: Member variable 'LDRnumber::val' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinpara/ldrnumbers.h:57:3: warning: Member variable 'LDRnumber::minval' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinpara/ldrnumbers.h:57:3: warning: Member variable 'LDRnumber::maxval' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinpara/ldrser.cpp:449:0: style: Condition 'ldrint11!=11' is always true [knownConditionTrueFalse]
odin-2.0.3/odinpara/ldrser.cpp:437:0: note: Assignment 'ldrint11=0', assigned value is 0
odin-2.0.3/odinpara/ldrser.cpp:449:0: note: Condition 'ldrint11!=11' is always true
odin-2.0.3/odinpara/ldrser.cpp:214:42: style: Same expression on both sides of '||'. [duplicateExpression]
odin-2.0.3/odinpara/ldrser.h:106:3: style: Class 'LDRserJDX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/ldrser.h:109:14: style: The function 'get_default_file_prefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:56:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:109:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:110:14: style: The function 'get_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:57:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:110:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:111:14: style: The function 'get_top_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:59:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:111:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:112:14: style: The function 'get_prefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:61:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:112:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:113:14: style: The function 'get_postfix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:62:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:113:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:114:14: style: The function 'extract_valstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:64:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:114:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:115:14: style: The function 'remove_comments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:66:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:115:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:116:14: style: The function 'escape_characters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:68:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:116:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:117:14: style: The function 'deescape_characters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:69:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:117:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:118:14: style: The function 'print_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:71:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:118:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:119:14: style: The function 'parse_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:72:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:119:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:120:8: style: The function 'left_string_quote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:74:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:120:8: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:121:8: style: The function 'right_string_quote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:75:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:121:8: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:122:14: style: The function 'get_blocklabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:77:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:122:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:123:14: style: The function 'get_blockbody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:78:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:123:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:124:14: style: The function 'get_parlabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:80:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:124:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:125:8: style: The function 'remove_next_ldr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:82:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:125:8: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:142:14: style: The function 'get_default_file_prefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:56:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:142:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:143:14: style: The function 'get_description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:57:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:143:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:144:14: style: The function 'get_top_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:59:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:144:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:145:14: style: The function 'get_prefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:61:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:145:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:146:14: style: The function 'get_postfix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:62:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:146:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:147:14: style: The function 'extract_valstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:64:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:147:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:148:14: style: The function 'remove_comments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:66:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:148:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:149:14: style: The function 'escape_characters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:68:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:149:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:150:14: style: The function 'deescape_characters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:69:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:150:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:151:14: style: The function 'print_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:71:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:151:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:152:14: style: The function 'parse_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:72:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:152:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:153:8: style: The function 'left_string_quote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:74:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:153:8: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:154:8: style: The function 'right_string_quote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:75:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:154:8: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:155:14: style: The function 'get_blocklabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:77:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:155:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:156:14: style: The function 'get_blockbody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:78:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:156:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:157:14: style: The function 'get_parlabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:80:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:157:14: note: Function in derived class
odin-2.0.3/odinpara/ldrser.h:158:8: style: The function 'remove_next_ldr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrser.h:82:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrser.h:158:8: note: Function in derived class
odin-2.0.3/odinpara/ldrnumbers.h:87:0: style: The function 'printvalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:306:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrnumbers.h:87:0: note: Function in derived class
odin-2.0.3/odinpara/ldrnumbers.h:88:0: style: The function 'parsevalstring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:333:16: note: Virtual function in base class
odin-2.0.3/odinpara/ldrnumbers.h:88:0: note: Function in derived class
odin-2.0.3/odinpara/ldrnumbers.h:89:0: style: The function 'get_parx_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:448:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrnumbers.h:89:0: note: Function in derived class
odin-2.0.3/odinpara/ldrnumbers.h:90:0: style: The function 'get_minval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:350:18: note: Virtual function in base class
odin-2.0.3/odinpara/ldrnumbers.h:90:0: note: Function in derived class
odin-2.0.3/odinpara/ldrnumbers.h:91:0: style: The function 'get_maxval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:357:18: note: Virtual function in base class
odin-2.0.3/odinpara/ldrnumbers.h:91:0: note: Function in derived class
odin-2.0.3/odinpara/ldrnumbers.h:92:0: style: The function 'get_typeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:343:22: note: Virtual function in base class
odin-2.0.3/odinpara/ldrnumbers.h:92:0: note: Function in derived class
odin-2.0.3/odinpara/ldrnumbers.h:93:0: style: The function 'create_copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:369:20: note: Virtual function in base class
odin-2.0.3/odinpara/ldrnumbers.h:93:0: note: Function in derived class
odin-2.0.3/odinpara/ldrnumbers.h:94:0: style: The function 'cast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:467:25: note: Virtual function in base class
odin-2.0.3/odinpara/ldrnumbers.h:94:0: note: Function in derived class
odin-2.0.3/odinpara/ldrnumbers.h:94:0: style: The function 'cast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinpara/ldrbase.h:469:25: note: Virtual function in base class
odin-2.0.3/odinpara/ldrnumbers.h:94:0: note: Function in derived class
odin-2.0.3/odinpara/ldrtypes.cpp:26:50: style: Function 'parsevalstring' argument 1 names different: declaration 'parstring' definition 'str'. [funcArgNamesDifferent]
odin-2.0.3/odinpara/ldrtypes.h:90:41: note: Function 'parsevalstring' argument 1 names different: declaration 'parstring' definition 'str'.
odin-2.0.3/odinpara/ldrtypes.cpp:26:50: note: Function 'parsevalstring' argument 1 names different: declaration 'parstring' definition 'str'.
odin-2.0.3/odinpara/protocol.h:41:3: style: Class 'Protocol' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/reco.h:242:3: style: Class 'LDRrecoValList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/reco.h:272:3: style: Class 'RecoPars' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/reco.h:520:3: style: Class 'CoilSensitivity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/seqpars.h:42:3: style: Class 'SeqPars' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/study.h:46:3: style: Class 'Study' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinpara/system.h:98:4: style: Class 'System' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinqt/odinqt.h:233:3: style: Class 'GuiPopupMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinqt/odinqt.h:305:3: style: Class 'GuiPainter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinqt/odinqt.h:371:3: style: Class 'GuiMainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinqt/odinqt.h:592:3: style: Class 'GuiScrollBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinqt/complex1d.cpp:117:29: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odin-2.0.3/odinqt/complex1d.cpp:123:29: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
odin-2.0.3/odinqt/complex1d.cpp:226:3: style: Class 'DetachedComplexfloatBox1D' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/complex1d.cpp:226:3: style: Class 'DetachedComplexfloatBox1D' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/plot.h:154:3: style: Class 'GuiWheel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinqt/enumbox.cpp:39:31: style: Function 'emitNewVal' argument 1 names different: declaration 'val' definition 'selected'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/enumbox.h:45:23: note: Function 'emitNewVal' argument 1 names different: declaration 'val' definition 'selected'.
odin-2.0.3/odinqt/enumbox.cpp:39:31: note: Function 'emitNewVal' argument 1 names different: declaration 'val' definition 'selected'.
odin-2.0.3/odinqt/enumbox.cpp:34:5: style: Variable 'row' is modified but its new value is never used. [unreadVariable]
odin-2.0.3/odinqt/float2d.cpp:201:14: warning: Redundant assignment of 'relval' to itself. [selfAssignment]
odin-2.0.3/odinqt/float2d.cpp:284:95: style: Function 'refreshMap' argument 4 names different: declaration 'rectsize' definition 'map_rectsize'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/float2d.h:72:83: note: Function 'refreshMap' argument 4 names different: declaration 'rectsize' definition 'map_rectsize'.
odin-2.0.3/odinqt/float2d.cpp:284:95: note: Function 'refreshMap' argument 4 names different: declaration 'rectsize' definition 'map_rectsize'.
odin-2.0.3/odinqt/float2d.cpp:422:35: style: Function 'drawprofil' argument 1 names different: declaration 'position' definition 'clickpos'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/float2d.h:75:23: note: Function 'drawprofil' argument 1 names different: declaration 'position' definition 'clickpos'.
odin-2.0.3/odinqt/float2d.cpp:422:35: note: Function 'drawprofil' argument 1 names different: declaration 'position' definition 'clickpos'.
odin-2.0.3/odinqt/float2d.cpp:486:34: style: Function 'drawcross' argument 1 names different: declaration 'xposition' definition 'xpos'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/float2d.h:76:22: note: Function 'drawcross' argument 1 names different: declaration 'xposition' definition 'xpos'.
odin-2.0.3/odinqt/float2d.cpp:486:34: note: Function 'drawcross' argument 1 names different: declaration 'xposition' definition 'xpos'.
odin-2.0.3/odinqt/float2d.cpp:486:43: style: Function 'drawcross' argument 2 names different: declaration 'yposition' definition 'ypos'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/float2d.h:76:36: note: Function 'drawcross' argument 2 names different: declaration 'yposition' definition 'ypos'.
odin-2.0.3/odinqt/float2d.cpp:486:43: note: Function 'drawcross' argument 2 names different: declaration 'yposition' definition 'ypos'.
odin-2.0.3/odinqt/float3d.h:73:16: warning: Virtual function 'repaint' is called from constructor 'floatBox3D(const float*data,float lowbound,float uppbound,long nx,long ny,long nz,bool disable_scale,int coarseFactor,QWidget*parent,const char*name,const float*overlay_map=0,float lowbound_map=0.0,float uppbound_map=0.0,int nx_map=0,int ny_map=0,int nz_map=0,bool map_firescale=false,float map_rectsize=0.8,bool colormap=false)' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
odin-2.0.3/odinqt/float3d.cpp:64:74: note: Calling changez
odin-2.0.3/odinqt/float3d.cpp:118:3: note: Calling repaint
odin-2.0.3/odinqt/float3d.h:73:16: note: repaint is a virtual method
odin-2.0.3/odinqt/floatedit.cpp:14:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
odin-2.0.3/odinqt/floatedit.cpp:24:50: style: Function 'setfloatLineEditValue' argument 1 names different: declaration 'value' definition 'newValue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/floatedit.h:43:37: note: Function 'setfloatLineEditValue' argument 1 names different: declaration 'value' definition 'newValue'.
odin-2.0.3/odinqt/floatedit.cpp:24:50: note: Function 'setfloatLineEditValue' argument 1 names different: declaration 'value' definition 'newValue'.
odin-2.0.3/odinqt/floatedit.cpp:61:46: style: Function 'setfloatSliderValue' argument 1 names different: declaration 'value' definition 'newValue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/floatedit.h:76:35: note: Function 'setfloatSliderValue' argument 1 names different: declaration 'value' definition 'newValue'.
odin-2.0.3/odinqt/floatedit.cpp:61:46: note: Function 'setfloatSliderValue' argument 1 names different: declaration 'value' definition 'newValue'.
odin-2.0.3/odinqt/floatedit.cpp:66:35: style: Function 'emitSignal' argument 1 names different: declaration 'discrete_value' definition 'newintvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/floatedit.h:79:24: note: Function 'emitSignal' argument 1 names different: declaration 'discrete_value' definition 'newintvalue'.
odin-2.0.3/odinqt/floatedit.cpp:66:35: note: Function 'emitSignal' argument 1 names different: declaration 'discrete_value' definition 'newintvalue'.
odin-2.0.3/odinqt/floatedit.cpp:98:48: style: Function 'setfloatLineBoxValue' argument 1 names different: declaration 'value' definition 'newvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/floatedit.h:108:36: note: Function 'setfloatLineBoxValue' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:98:48: note: Function 'setfloatLineBoxValue' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:102:38: style: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/floatedit.h:112:27: note: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:102:38: note: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:139:58: style: Function 'setfloatScientSliderValue' argument 1 names different: declaration 'value' definition 'newvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/floatedit.h:138:41: note: Function 'setfloatScientSliderValue' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:139:58: note: Function 'setfloatScientSliderValue' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:144:43: style: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/floatedit.h:141:27: note: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:144:43: note: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:196:42: style: Function 'emitSignal_x' argument 1 names different: declaration 'newval' definition 'newvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/floatedit.h:172:28: note: Function 'emitSignal_x' argument 1 names different: declaration 'newval' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:196:42: note: Function 'emitSignal_x' argument 1 names different: declaration 'newval' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:197:42: style: Function 'emitSignal_y' argument 1 names different: declaration 'newval' definition 'newvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/floatedit.h:173:28: note: Function 'emitSignal_y' argument 1 names different: declaration 'newval' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:197:42: note: Function 'emitSignal_y' argument 1 names different: declaration 'newval' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:198:42: style: Function 'emitSignal_z' argument 1 names different: declaration 'newval' definition 'newvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/floatedit.h:174:28: note: Function 'emitSignal_z' argument 1 names different: declaration 'newval' definition 'newvalue'.
odin-2.0.3/odinqt/floatedit.cpp:198:42: note: Function 'emitSignal_z' argument 1 names different: declaration 'newval' definition 'newvalue'.
odin-2.0.3/odinqt/intedit.cpp:13:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
odin-2.0.3/odinqt/intedit.cpp:22:44: style: Function 'setintLineEditValue' argument 1 names different: declaration 'value' definition 'newValue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/intedit.h:38:33: note: Function 'setintLineEditValue' argument 1 names different: declaration 'value' definition 'newValue'.
odin-2.0.3/odinqt/intedit.cpp:22:44: note: Function 'setintLineEditValue' argument 1 names different: declaration 'value' definition 'newValue'.
odin-2.0.3/odinqt/intedit.cpp:58:42: style: Function 'setintLineBoxValue' argument 1 names different: declaration 'value' definition 'newvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/intedit.h:70:32: note: Function 'setintLineBoxValue' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/intedit.cpp:58:42: note: Function 'setintLineBoxValue' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/intedit.cpp:63:34: style: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/intedit.h:73:25: note: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/intedit.cpp:63:34: note: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/intedit.cpp:99:52: style: Function 'setintScientSliderValue' argument 1 names different: declaration 'value' definition 'newvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/intedit.h:101:37: note: Function 'setintScientSliderValue' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/intedit.cpp:99:52: note: Function 'setintScientSliderValue' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/intedit.cpp:104:39: style: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'. [funcArgNamesDifferent]
odin-2.0.3/odinqt/intedit.h:105:24: note: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/intedit.cpp:104:39: note: Function 'emitSignal' argument 1 names different: declaration 'value' definition 'newvalue'.
odin-2.0.3/odinqt/ldrblockwidget.cpp:292:3: style: Class 'LDRwidgetDialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/ldrblockwidget.cpp:292:3: style: Class 'LDRwidgetDialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/ldrwidget.cpp:39:8: style: Technically the member function 'RangeHelper::has_range' can be const. [functionConst]
odin-2.0.3/odinqt/ldrwidget.cpp:34:3: style: Class 'RangeHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinqt/odinqt.cpp:416:15: warning: Member variable 'GuiPopupMenu::qm' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinqt/odinqt.cpp:549:13: warning: Member variable 'GuiPainter::x_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinqt/odinqt.cpp:549:13: warning: Member variable 'GuiPainter::y_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinqt/odinqt.cpp:840:12: warning: Member variable 'GuiScroll::qsa' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinqt/odinqt_callback.h:40:3: warning: Member variable 'SlotDispatcher::glv_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinqt/odinqt_callback.h:40:3: warning: Member variable 'SlotDispatcher::glv_cb_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinqt/odinqt_callback.h:44:3: warning: Member variable 'SlotDispatcher::glv_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinqt/odinqt_callback.h:44:3: warning: Member variable 'SlotDispatcher::glv_cb_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinqt/odinqt_callback.h:48:3: warning: Member variable 'SlotDispatcher::glv_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinqt/odinqt_callback.h:48:3: warning: Member variable 'SlotDispatcher::glv_cb_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinqt/odinqt.cpp:262:3: style: Class 'GuiGridLayout' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:262:3: style: Class 'GuiGridLayout' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:322:3: style: Class 'GuiButton' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:322:3: style: Class 'GuiButton' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:386:3: style: Class 'GuiLineEdit' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:386:3: style: Class 'GuiLineEdit' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:420:3: style: Class 'GuiPopupMenu' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:420:3: style: Class 'GuiPopupMenu' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:473:3: style: Class 'GuiSlider' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:473:3: style: Class 'GuiSlider' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:551:3: style: Class 'GuiPainter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:551:3: style: Class 'GuiPainter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:692:3: style: Class 'GuiApplication' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:692:3: style: Class 'GuiApplication' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:748:3: style: Class 'GuiMainWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:748:3: style: Class 'GuiMainWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:847:3: style: Class 'GuiScroll' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:847:3: style: Class 'GuiScroll' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:911:3: style: Class 'GuiDialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:911:3: style: Class 'GuiDialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:944:3: style: Class 'GuiProgressDialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:944:3: style: Class 'GuiProgressDialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:1015:3: style: Class 'GuiImage' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:1015:3: style: Class 'GuiImage' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:1079:3: style: Class 'GuiListView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:1079:3: style: Class 'GuiListView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:1302:3: style: Class 'GuiProgressBar' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:1302:3: style: Class 'GuiProgressBar' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:1333:3: style: Class 'GuiScrollBar' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:1333:3: style: Class 'GuiScrollBar' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:1364:3: style: Class 'GuiToolBar' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:1364:3: style: Class 'GuiToolBar' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:1394:3: style: Class 'GuiToolButton' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:1394:3: style: Class 'GuiToolButton' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:1451:3: style: Class 'GuiPrinter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:1451:3: style: Class 'GuiPrinter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.cpp:1478:3: style: Class 'GuiTextView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinqt/odinqt.cpp:1478:3: style: Class 'GuiTextView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinqt/odinqt.h:244:15: style: Class 'GuiPopupMenu' is unsafe, 'GuiPopupMenu::qpm' can leak by wrong usage. [unsafeClassCanLeak]
odin-2.0.3/odinqt/odinqt_callback.h:70:5: style: Instance of 'GuiListItem' object is destroyed immediately. [unusedScopedObject]
odin-2.0.3/odinqt/plot.cpp:36:3: style: Class 'GuiPlotPrintFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/adc.cpp:148:6: style: Condition 'end_omitted' is always false [knownConditionTrueFalse]
odin-2.0.3/odinreco/adc.cpp:135:20: note: Assignment 'end_omitted=false', assigned value is 0
odin-2.0.3/odinreco/adc.cpp:148:6: note: Condition 'end_omitted' is always false
odin-2.0.3/odinreco/adc.cpp:159:6: style: Condition '!end_omitted' is always true [knownConditionTrueFalse]
odin-2.0.3/odinreco/adc.cpp:135:20: note: Assignment 'end_omitted=false', assigned value is 0
odin-2.0.3/odinreco/adc.cpp:159:6: note: Condition '!end_omitted' is always true
odin-2.0.3/odinreco/data.h:63:3: style: Class 'RecoData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/controller.h:56:3: style: Class 'RecoController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/adc.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:29:8: note: Function in derived class
odin-2.0.3/odinreco/adc.h:30:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:30:13: note: Function in derived class
odin-2.0.3/odinreco/adc.h:31:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/adc.h:46:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:46:8: note: Function in derived class
odin-2.0.3/odinreco/adc.h:47:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:47:13: note: Function in derived class
odin-2.0.3/odinreco/adc.h:48:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:48:8: note: Function in derived class
odin-2.0.3/odinreco/adc.h:65:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:65:8: note: Function in derived class
odin-2.0.3/odinreco/adc.h:66:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:66:13: note: Function in derived class
odin-2.0.3/odinreco/adc.h:67:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:67:8: note: Function in derived class
odin-2.0.3/odinreco/adc.h:83:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:83:8: note: Function in derived class
odin-2.0.3/odinreco/adc.h:84:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:84:13: note: Function in derived class
odin-2.0.3/odinreco/adc.h:85:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:85:8: note: Function in derived class
odin-2.0.3/odinreco/adc.h:100:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:100:8: note: Function in derived class
odin-2.0.3/odinreco/adc.h:101:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:101:13: note: Function in derived class
odin-2.0.3/odinreco/adc.h:102:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/adc.h:102:8: note: Function in derived class
odin-2.0.3/odinreco/b1fit.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/b1fit.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/b1fit.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/b1fit.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/b1fit.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/b1fit.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/controller.h:119:8: style: Technically the member function 'RecoController::data_announced' can be const. [functionConst]
odin-2.0.3/odinreco/odinreco.h:138:3: style: Struct 'UInt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/blade.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:29:8: note: Function in derived class
odin-2.0.3/odinreco/blade.h:30:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:30:13: note: Function in derived class
odin-2.0.3/odinreco/blade.h:31:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/blade.h:32:8: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:32:8: note: Function in derived class
odin-2.0.3/odinreco/blade.h:50:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:50:8: note: Function in derived class
odin-2.0.3/odinreco/blade.h:51:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:51:13: note: Function in derived class
odin-2.0.3/odinreco/blade.h:52:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:52:8: note: Function in derived class
odin-2.0.3/odinreco/blade.h:67:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:67:8: note: Function in derived class
odin-2.0.3/odinreco/blade.h:68:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:68:13: note: Function in derived class
odin-2.0.3/odinreco/blade.h:69:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:69:8: note: Function in derived class
odin-2.0.3/odinreco/blade.h:91:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:91:8: note: Function in derived class
odin-2.0.3/odinreco/blade.h:92:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:92:13: note: Function in derived class
odin-2.0.3/odinreco/blade.h:93:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:93:8: note: Function in derived class
odin-2.0.3/odinreco/blade.h:94:8: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/blade.h:94:8: note: Function in derived class
odin-2.0.3/odinreco/channel.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/channel.h:29:8: note: Function in derived class
odin-2.0.3/odinreco/channel.h:30:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/channel.h:30:13: note: Function in derived class
odin-2.0.3/odinreco/channel.h:31:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/channel.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/circmask.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/circmask.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/circmask.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/circmask.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/circmask.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/circmask.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/collector.h:39:3: warning: Member variable 'RecoCollectorBase::count' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinreco/phasecorr.h:23:1: style: The class 'RecoPhaseMap' does not have a constructor although it has private member variables. [noConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 1 , RecoDim < 1 , readout > , 2 , RecoDim < 2 , line3d , line > , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 2 , RecoDim < 2 , line , readout > , 1 , RecoDim < 1 , line3d > , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , slice > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , channel > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , cycle > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , te > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , userdef > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , repetition > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , freq > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 4 , RecoDim < 4 , slice , line3d , line , readout > , 1 , RecoDim < 1 , repetition > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 1 , RecoDim < 1 , readout > , 1 , RecoDim < 1 , average > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 1 , RecoDim < 1 , readout > , 1 , RecoDim < 1 , echo > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 1 , RecoDim < 1 , readout > , 1 , RecoDim < 1 , channel > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 3 , RecoDim < 3 , line3d , line , readout > , 2 , RecoDim < 2 , channel , repetition > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 3 , RecoDim < 3 , line3d , line , readout > , 3 , RecoDim < 3 , channel , repetition , slice > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/collector.h:89:0: style: Class 'RecoCollector < 3 , RecoDim < 3 , line3d , line , readout > , 5 , RecoDim < 5 , cycle , slice , echo , epi , channel > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/phasecorr.h:43:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/phasecorr.h:43:8: note: Function in derived class
odin-2.0.3/odinreco/phasecorr.h:44:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/phasecorr.h:44:13: note: Function in derived class
odin-2.0.3/odinreco/phasecorr.h:45:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/phasecorr.h:45:8: note: Function in derived class
odin-2.0.3/odinreco/phasecorr.h:46:8: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/phasecorr.h:46:8: note: Function in derived class
odin-2.0.3/odinreco/phasecorr.h:63:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/phasecorr.h:63:8: note: Function in derived class
odin-2.0.3/odinreco/phasecorr.h:64:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/phasecorr.h:64:13: note: Function in derived class
odin-2.0.3/odinreco/phasecorr.h:65:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/phasecorr.h:65:8: note: Function in derived class
odin-2.0.3/odinreco/epinavcorr.h:41:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/epinavcorr.h:41:8: note: Function in derived class
odin-2.0.3/odinreco/epinavcorr.h:42:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/epinavcorr.h:42:13: note: Function in derived class
odin-2.0.3/odinreco/epinavcorr.h:43:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/epinavcorr.h:43:8: note: Function in derived class
odin-2.0.3/odinreco/epinavcorr.h:44:8: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/epinavcorr.h:44:8: note: Function in derived class
odin-2.0.3/odinreco/epinavcorr.h:59:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/epinavcorr.h:59:8: note: Function in derived class
odin-2.0.3/odinreco/epinavcorr.h:60:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/epinavcorr.h:60:13: note: Function in derived class
odin-2.0.3/odinreco/epinavcorr.h:61:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/epinavcorr.h:61:8: note: Function in derived class
odin-2.0.3/odinreco/collector.h:96:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/collector.h:96:0: note: Function in derived class
odin-2.0.3/odinreco/collector.h:97:0: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/collector.h:97:0: note: Function in derived class
odin-2.0.3/odinreco/collector.h:98:0: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/collector.h:98:0: note: Function in derived class
odin-2.0.3/odinreco/collector.h:99:0: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/collector.h:99:0: note: Function in derived class
odin-2.0.3/odinreco/fieldmap.h:31:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/fieldmap.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/fieldmap.h:32:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/fieldmap.h:32:13: note: Function in derived class
odin-2.0.3/odinreco/fieldmap.h:33:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/fieldmap.h:33:8: note: Function in derived class
odin-2.0.3/odinreco/conjphase.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/conjphase.h:29:8: note: Function in derived class
odin-2.0.3/odinreco/conjphase.h:30:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/conjphase.h:30:13: note: Function in derived class
odin-2.0.3/odinreco/conjphase.h:31:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/conjphase.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/controller.cpp:928:3: warning: Member variable 'RecoThread::pcontroller' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinreco/controller.cpp:13:3: performance: Variable 'jobs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinreco/controller.h:206:8: performance: Technically the member function 'RecoController::create_selection_map' can be static. [functionStatic]
odin-2.0.3/odinreco/controller.cpp:749:22: note: Technically the member function 'RecoController::create_selection_map' can be static.
odin-2.0.3/odinreco/controller.h:206:8: note: Technically the member function 'RecoController::create_selection_map' can be static.
odin-2.0.3/odinreco/controller.cpp:117:3: style: Class 'RecoController' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
odin-2.0.3/odinreco/controller.cpp:117:3: style: Class 'RecoController' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
odin-2.0.3/odinreco/controller.cpp:392:3: style: Class 'TimeOutThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/data.cpp:29:21: warning: Member variable 'RecoData::prof' is not assigned a value in 'RecoData::operator='. [operatorEqVarError]
odin-2.0.3/odinreco/data.h:134:8: performance: Technically the member function 'RecoData::new_profiler' can be static. [functionStatic]
odin-2.0.3/odinreco/data.cpp:42:16: note: Technically the member function 'RecoData::new_profiler' can be static.
odin-2.0.3/odinreco/data.h:134:8: note: Technically the member function 'RecoData::new_profiler' can be static.
odin-2.0.3/odinreco/driftcorr.h:34:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/driftcorr.h:34:8: note: Function in derived class
odin-2.0.3/odinreco/driftcorr.h:35:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/driftcorr.h:35:13: note: Function in derived class
odin-2.0.3/odinreco/driftcorr.h:36:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/driftcorr.h:36:8: note: Function in derived class
odin-2.0.3/odinreco/driftcorr.h:37:8: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/driftcorr.h:37:8: note: Function in derived class
odin-2.0.3/odinreco/driftcorr.h:56:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/driftcorr.h:56:8: note: Function in derived class
odin-2.0.3/odinreco/driftcorr.h:57:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/driftcorr.h:57:13: note: Function in derived class
odin-2.0.3/odinreco/driftcorr.h:58:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/driftcorr.h:58:8: note: Function in derived class
odin-2.0.3/odinreco/dti.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/dti.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/dti.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/dti.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/dti.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/dti.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/dump.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/dump.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/dump.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/dump.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/dump.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/dump.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/store.h:38:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/store.h:38:8: note: Function in derived class
odin-2.0.3/odinreco/store.h:39:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/store.h:39:13: note: Function in derived class
odin-2.0.3/odinreco/store.h:40:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/store.h:40:8: note: Function in derived class
odin-2.0.3/odinreco/store.h:41:8: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/store.h:41:8: note: Function in derived class
odin-2.0.3/odinreco/store.h:69:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/store.h:69:8: note: Function in derived class
odin-2.0.3/odinreco/store.h:70:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/store.h:70:13: note: Function in derived class
odin-2.0.3/odinreco/store.h:71:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/store.h:71:8: note: Function in derived class
odin-2.0.3/odinreco/store.h:82:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/store.h:82:8: note: Function in derived class
odin-2.0.3/odinreco/store.h:83:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/store.h:83:13: note: Function in derived class
odin-2.0.3/odinreco/store.h:84:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/store.h:84:8: note: Function in derived class
odin-2.0.3/odinreco/expfit.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/expfit.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/expfit.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/expfit.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/expfit.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/expfit.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/fft.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/fft.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/fft.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/fft.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/fft.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/fft.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/filter.h:30:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/filter.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/filter.h:31:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/filter.h:31:13: note: Function in derived class
odin-2.0.3/odinreco/filter.h:32:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/filter.h:32:8: note: Function in derived class
odin-2.0.3/odinreco/fmri.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/fmri.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/fmri.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/fmri.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/fmri.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/fmri.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/grappa.h:81:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/grappa.h:81:0: note: Function in derived class
odin-2.0.3/odinreco/grappa.h:82:0: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/grappa.h:82:0: note: Function in derived class
odin-2.0.3/odinreco/grappa.h:83:0: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/grappa.h:83:0: note: Function in derived class
odin-2.0.3/odinreco/grappa.h:84:0: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/grappa.h:84:0: note: Function in derived class
odin-2.0.3/odinreco/grappa.h:45:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/grappa.h:45:0: note: Function in derived class
odin-2.0.3/odinreco/grappa.h:46:0: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/grappa.h:46:0: note: Function in derived class
odin-2.0.3/odinreco/grappa.h:47:0: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/grappa.h:47:0: note: Function in derived class
odin-2.0.3/odinreco/grappa.h:48:0: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/grappa.h:48:0: note: Function in derived class
odin-2.0.3/odinreco/grid.h:85:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/grid.h:85:8: note: Function in derived class
odin-2.0.3/odinreco/grid.h:86:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/grid.h:86:13: note: Function in derived class
odin-2.0.3/odinreco/grid.h:87:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/grid.h:87:8: note: Function in derived class
odin-2.0.3/odinreco/grid.h:66:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/grid.h:66:0: note: Function in derived class
odin-2.0.3/odinreco/grid.h:67:0: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/grid.h:67:0: note: Function in derived class
odin-2.0.3/odinreco/grid.h:68:0: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/grid.h:68:0: note: Function in derived class
odin-2.0.3/odinreco/grid.h:31:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/grid.h:31:0: note: Function in derived class
odin-2.0.3/odinreco/grid.h:32:0: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/grid.h:32:0: note: Function in derived class
odin-2.0.3/odinreco/grid.h:33:0: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/grid.h:33:0: note: Function in derived class
odin-2.0.3/odinreco/grid.h:34:0: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/grid.h:34:0: note: Function in derived class
odin-2.0.3/odinreco/halffour.h:31:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/halffour.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/halffour.h:32:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/halffour.h:32:13: note: Function in derived class
odin-2.0.3/odinreco/halffour.h:33:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/halffour.h:33:8: note: Function in derived class
odin-2.0.3/odinreco/homodyne.h:31:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/homodyne.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/homodyne.h:32:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/homodyne.h:32:13: note: Function in derived class
odin-2.0.3/odinreco/homodyne.h:33:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/homodyne.h:33:8: note: Function in derived class
odin-2.0.3/odinreco/homodyne.h:34:8: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/homodyne.h:34:8: note: Function in derived class
odin-2.0.3/odinreco/index.h:399:54: style: Variable 'idim' is modified but its new value is never used. [unreadVariable]
odin-2.0.3/odinreco/index.h:412:54: style: Variable 'idim' is modified but its new value is never used. [unreadVariable]
odin-2.0.3/odinreco/index.h:426:54: style: Variable 'idim' is modified but its new value is never used. [unreadVariable]
odin-2.0.3/odinreco/index.h:54:3: style: Class 'RecoIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/reader_custom.h:37:3: warning: Member variable 'RecoReaderCustom::count' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinreco/reader_odin.h:37:3: style: Class 'RecoReaderOdin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/reader_custom.h:37:3: style: Class 'RecoReaderCustom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/reader_odin.h:43:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:45:16: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:43:8: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.h:44:8: style: The function 'fetch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:51:16: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:44:8: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.h:45:32: style: The function 'get_coords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:56:40: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:45:32: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.h:46:11: style: The function 'dim_values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:61:19: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:46:11: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.h:47:30: style: The function 'reloffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:67:38: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:47:30: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.h:48:14: style: The function 'image_proc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:72:22: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:48:14: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.h:49:28: style: The function 'image_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:78:36: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:49:28: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.h:50:19: style: The function 'protocol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:83:27: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:50:19: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.h:51:14: style: The function 'seqrecipe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:89:22: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:51:14: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.h:52:14: style: The function 'postProc3D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:96:22: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:52:14: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.h:53:14: style: The function 'preProc3D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:103:22: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:53:14: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.h:54:14: style: The function 'cmdline_opts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:108:22: note: Virtual function in base class
odin-2.0.3/odinreco/reader_odin.h:54:14: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:42:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:45:16: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:42:8: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:43:8: style: The function 'fetch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:51:16: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:43:8: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:44:32: style: The function 'get_coords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:56:40: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:44:32: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:45:11: style: The function 'dim_values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:61:19: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:45:11: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:46:30: style: The function 'reloffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:67:38: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:46:30: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:47:14: style: The function 'image_proc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:72:22: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:47:14: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:48:28: style: The function 'image_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:78:36: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:48:28: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:49:19: style: The function 'protocol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:83:27: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:49:19: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:50:14: style: The function 'seqrecipe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:89:22: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:50:14: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:51:14: style: The function 'postProc3D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:96:22: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:51:14: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:52:14: style: The function 'preProc3D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:103:22: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:52:14: note: Function in derived class
odin-2.0.3/odinreco/reader_custom.h:53:14: style: The function 'cmdline_opts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/reader.h:108:22: note: Virtual function in base class
odin-2.0.3/odinreco/reader_custom.h:53:14: note: Function in derived class
odin-2.0.3/odinreco/messer.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/messer.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/messer.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/messer.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/messer.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/messer.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/mip.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/mip.h:29:8: note: Function in derived class
odin-2.0.3/odinreco/mip.h:30:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/mip.h:30:13: note: Function in derived class
odin-2.0.3/odinreco/mip.h:31:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/mip.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/multifreq.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/multifreq.h:29:8: note: Function in derived class
odin-2.0.3/odinreco/multifreq.h:30:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/multifreq.h:30:13: note: Function in derived class
odin-2.0.3/odinreco/multifreq.h:31:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/multifreq.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/multifreq.h:32:8: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/multifreq.h:32:8: note: Function in derived class
odin-2.0.3/odinreco/multifreq.h:59:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/multifreq.h:59:8: note: Function in derived class
odin-2.0.3/odinreco/multifreq.h:60:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/multifreq.h:60:13: note: Function in derived class
odin-2.0.3/odinreco/multifreq.h:61:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/multifreq.h:61:8: note: Function in derived class
odin-2.0.3/odinreco/offset.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/offset.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/offset.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/offset.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/offset.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/offset.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/oversampling.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/oversampling.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/oversampling.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/oversampling.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/oversampling.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/oversampling.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/phasecourse.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/phasecourse.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/phasecourse.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/phasecourse.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/phasecourse.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/phasecourse.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/pilot.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/pilot.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/pilot.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/pilot.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/pilot.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/pilot.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/qualitycontrol.cpp:78:16: style: The scope of the variable 'total' can be reduced. [variableScope]
odin-2.0.3/odinreco/qualitycontrol.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/qualitycontrol.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/qualitycontrol.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/qualitycontrol.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/qualitycontrol.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/qualitycontrol.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/qualitycontrol.h:31:8: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/qualitycontrol.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/reader_odin.cpp:56:12: warning: Either the condition 'if(dataptr&&fd>0)' is redundant or there is possible null pointer dereference: dataptr. [nullPointerRedundantCheck]
odin-2.0.3/odinreco/reader_odin.cpp:58:7: note: Assuming that condition 'if(dataptr&&fd>0)' is not redundant
odin-2.0.3/odinreco/reader_odin.cpp:56:12: note: Null pointer dereference
odin-2.0.3/odinreco/reader_odin.cpp:5:17: warning: Member variable 'RecoReaderOdin::nadc' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinreco/reader_odin.cpp:5:17: warning: Member variable 'RecoReaderOdin::zeroesPerChunk' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinreco/reader_odin.cpp:5:17: warning: Member variable 'RecoReaderOdin::rawtypesize' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinreco/reader_odin.cpp:5:17: warning: Member variable 'RecoReaderOdin::nChannels_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinreco/reader_odin.cpp:5:17: warning: Member variable 'RecoReaderOdin::index' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinreco/reader_odin.cpp:5:17: warning: Member variable 'RecoReaderOdin::ri_index' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinreco/reader_odin.cpp:5:17: warning: Member variable 'RecoReaderOdin::chancount' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinreco/refgain.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/refgain.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/refgain.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/refgain.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/refgain.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/refgain.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/slicetime.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/slicetime.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/slicetime.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/slicetime.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/slicetime.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/slicetime.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/slidingwindow.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/slidingwindow.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/slidingwindow.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/slidingwindow.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/slidingwindow.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/slidingwindow.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/splitter.h:38:0: style: Class 'RecoSplitter < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , channel > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/splitter.h:38:0: style: Class 'RecoSplitter < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , repetition > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/splitter.h:45:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/splitter.h:45:0: note: Function in derived class
odin-2.0.3/odinreco/splitter.h:46:0: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/splitter.h:46:0: note: Function in derived class
odin-2.0.3/odinreco/splitter.h:47:0: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/splitter.h:47:0: note: Function in derived class
odin-2.0.3/odinreco/sum.h:39:0: style: Class 'RecoSum < 1 , RecoDim < 1 , readout > , 1 , RecoDim < 1 , average > , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/sum.h:39:0: style: Class 'RecoSum < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , cycle > , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/sum.h:39:0: style: Class 'RecoSum < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , repetition > , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/sum.h:39:0: style: Class 'RecoSum < 3 , RecoDim < 3 , line3d , line , readout > , 1 , RecoDim < 1 , repetition > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinreco/blackboard.h:101:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/blackboard.h:101:8: note: Function in derived class
odin-2.0.3/odinreco/blackboard.h:102:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/blackboard.h:102:13: note: Function in derived class
odin-2.0.3/odinreco/blackboard.h:103:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/blackboard.h:103:8: note: Function in derived class
odin-2.0.3/odinreco/blackboard.h:104:8: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/blackboard.h:104:8: note: Function in derived class
odin-2.0.3/odinreco/swi.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/swi.h:29:8: note: Function in derived class
odin-2.0.3/odinreco/swi.h:30:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/swi.h:30:13: note: Function in derived class
odin-2.0.3/odinreco/swi.h:31:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/swi.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/switch.h:29:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/switch.h:29:8: note: Function in derived class
odin-2.0.3/odinreco/switch.h:30:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/switch.h:30:13: note: Function in derived class
odin-2.0.3/odinreco/switch.h:31:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/switch.h:31:8: note: Function in derived class
odin-2.0.3/odinreco/switch.h:33:8: style: The function 'pipeline_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:117:16: note: Virtual function in base class
odin-2.0.3/odinreco/switch.h:33:8: note: Function in derived class
odin-2.0.3/odinreco/switch.h:34:8: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:125:16: note: Virtual function in base class
odin-2.0.3/odinreco/switch.h:34:8: note: Function in derived class
odin-2.0.3/odinreco/t1fit.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/t1fit.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/t1fit.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/t1fit.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/t1fit.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/t1fit.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/zerofill.h:28:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/zerofill.h:28:8: note: Function in derived class
odin-2.0.3/odinreco/zerofill.h:29:13: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/zerofill.h:29:13: note: Function in derived class
odin-2.0.3/odinreco/zerofill.h:30:8: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/zerofill.h:30:8: note: Function in derived class
odin-2.0.3/odinreco/sum.h:46:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:98:16: note: Virtual function in base class
odin-2.0.3/odinreco/sum.h:46:0: note: Function in derived class
odin-2.0.3/odinreco/sum.h:47:0: style: The function 'input_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:104:21: note: Virtual function in base class
odin-2.0.3/odinreco/sum.h:47:0: note: Function in derived class
odin-2.0.3/odinreco/sum.h:48:0: style: The function 'modify_coord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinreco/step.h:109:16: note: Virtual function in base class
odin-2.0.3/odinreco/sum.h:48:0: note: Function in derived class
odin-2.0.3/odinseq/odinpulse.cpp:965:9: style: The scope of the variable 'B1amp' can be reduced. [variableScope]
odin-2.0.3/odinseq/odinpulse.cpp:982:56: style: Function 'set_trajectory' argument 1 names different: declaration 'shapeval' definition 'trajval'. [funcArgNamesDifferent]
odin-2.0.3/odinseq/odinpulse.h:391:47: note: Function 'set_trajectory' argument 1 names different: declaration 'shapeval' definition 'trajval'.
odin-2.0.3/odinseq/odinpulse.cpp:982:56: note: Function 'set_trajectory' argument 1 names different: declaration 'shapeval' definition 'trajval'.
odin-2.0.3/odinseq/odinpulse.cpp:989:52: style: Function 'set_filter' argument 1 names different: declaration 'shapeval' definition 'filterval'. [funcArgNamesDifferent]
odin-2.0.3/odinseq/odinpulse.h:399:43: note: Function 'set_filter' argument 1 names different: declaration 'shapeval' definition 'filterval'.
odin-2.0.3/odinseq/odinpulse.cpp:989:52: note: Function 'set_filter' argument 1 names different: declaration 'shapeval' definition 'filterval'.
odin-2.0.3/odinseq/seqdriver.h:55:23: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
odin-2.0.3/odinseq/odinpulse.h:367:22: warning: Virtual function 'update' is called from copy constructor 'OdinPulse(const OdinPulse&pulse)' at line 246. Dynamic binding is not used. [virtualCallInConstructor]
odin-2.0.3/odinseq/odinpulse.cpp:246:14: note: Calling operator=
odin-2.0.3/odinseq/odinpulse.cpp:297:3: note: Calling update
odin-2.0.3/odinseq/odinpulse.h:367:22: note: update is a virtual method
odin-2.0.3/odinseq/odinpulse.h:54:3: style: Class 'LDRtrajectory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/odinpulse.h:80:3: style: Class 'LDRshape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqsim.h:120:3: style: Class 'SeqSimMagsi' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqdriver.h:46:3: style: Class 'SeqDriverInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqdriver.h:42:1: warning: The class 'SeqDriverInterface' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
odin-2.0.3/odinseq/seqsim.h:214:8: style: The function 'prepare_simulation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqsim.h:76:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqsim.h:214:8: note: Function in derived class
odin-2.0.3/odinseq/seqsim.h:215:11: style: The function 'simulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqsim.h:84:19: note: Virtual function in base class
odin-2.0.3/odinseq/seqsim.h:215:11: note: Function in derived class
odin-2.0.3/odinseq/seqsim.h:216:8: style: The function 'finalize_simulation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqsim.h:89:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqsim.h:216:8: note: Function in derived class
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:259:3: warning: Member variable 'SegmentedRotation::deltaphi' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:17:5: performance: Variable 'lower' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:74:5: performance: Variable 'cycles' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:115:5: performance: Variable 'cycles' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:177:5: performance: Variable 'switchpoint' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:219:5: performance: Variable 'alpha' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:262:5: performance: Variable 'Nsegments' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:159:8: style: The function 'calc_theta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:111:16: note: Virtual function in base class
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:159:8: note: Function in derived class
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:188:8: style: The function 'calc_theta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:111:16: note: Virtual function in base class
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:188:8: note: Function in derived class
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:225:8: style: The function 'calc_theta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:111:16: note: Virtual function in base class
odin-2.0.3/odinseq/odinpulse_trajectories.cpp:225:8: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:238:3: style: Class 'SeqAcq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqacq.h:290:10: style: The function 'get_acquisition_duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacq.h:46:18: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:290:10: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:291:10: style: The function 'get_acquisition_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacq.h:52:18: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:291:10: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:292:10: style: The function 'get_acquisition_start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacq.h:59:18: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:292:10: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:293:16: style: The function 'get_npts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacq.h:65:24: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:293:16: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:294:20: style: The function 'set_sweepwidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacq.h:73:28: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:294:20: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:295:10: style: The function 'get_sweepwidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacq.h:79:18: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:295:10: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:296:9: style: The function 'get_oversampling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacq.h:84:17: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:296:9: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:297:20: style: The function 'set_readout_shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacq.h:91:28: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:297:20: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:298:20: style: The function 'set_reco_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacq.h:102:28: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:298:20: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:299:20: style: The function 'set_default_reco_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacq.h:110:28: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:299:20: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:300:20: style: The function 'set_reflect_flag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacq.h:124:28: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:300:20: note: Function in derived class
odin-2.0.3/odinseq/seqacqdeph.h:71:4: style: Class 'SeqAcqDeph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqacqepi.cpp:7:22: warning: Member variable 'SeqEpiDriverDefault::gradint2center_read' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqacqepi.cpp:7:22: warning: Member variable 'SeqEpiDriverDefault::gradint2center_phase' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqacqepi.cpp:7:22: warning: Member variable 'SeqEpiDriverDefault::centerindex_phase' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqacqepi.cpp:7:22: warning: Member variable 'SeqEpiDriverDefault::echopairs' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqacqepi.cpp:7:22: warning: Member variable 'SeqEpiDriverDefault::lastecho' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqacqepi.h:235:3: style: Class 'SeqAcqEPI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradchanparallel.h:67:3: style: Class 'SeqGradChanParallel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradvec.h:59:3: style: Class 'SeqGradVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqacqepi.h:88:1: warning: The class 'SeqEpiDriverDefault' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
odin-2.0.3/odinseq/seqacqepi.h:98:8: style: The function 'init_driver' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacqepi.h:43:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqacqepi.h:98:8: note: Function in derived class
odin-2.0.3/odinseq/seqacqepi.h:111:16: style: The function 'get_npts_read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacqepi.h:49:20: note: Virtual function in base class
odin-2.0.3/odinseq/seqacqepi.h:111:16: note: Function in derived class
odin-2.0.3/odinseq/seqacqepi.h:112:16: style: The function 'get_numof_gradechoes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacqepi.h:51:24: note: Virtual function in base class
odin-2.0.3/odinseq/seqacqepi.h:112:16: note: Function in derived class
odin-2.0.3/odinseq/seqacqepi.h:113:10: style: The function 'get_echoduration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacqepi.h:53:18: note: Virtual function in base class
odin-2.0.3/odinseq/seqacqepi.h:113:10: note: Function in derived class
odin-2.0.3/odinseq/seqacqepi.h:114:10: style: The function 'get_ramp_rastertime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacqepi.h:55:18: note: Virtual function in base class
odin-2.0.3/odinseq/seqacqepi.h:114:10: note: Function in derived class
odin-2.0.3/odinseq/seqacqepi.h:115:9: style: The function 'get_gradintegral2center_read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacqepi.h:57:17: note: Virtual function in base class
odin-2.0.3/odinseq/seqacqepi.h:115:9: note: Function in derived class
odin-2.0.3/odinseq/seqacqepi.h:116:9: style: The function 'get_gradintegral2center_phase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacqepi.h:59:17: note: Virtual function in base class
odin-2.0.3/odinseq/seqacqepi.h:116:9: note: Function in derived class
odin-2.0.3/odinseq/seqacqepi.h:117:11: style: The function 'get_readout_shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacqepi.h:61:19: note: Virtual function in base class
odin-2.0.3/odinseq/seqacqepi.h:117:11: note: Function in derived class
odin-2.0.3/odinseq/seqacqepi.h:118:22: style: The function 'get_kcoord_template' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacqepi.h:63:30: note: Virtual function in base class
odin-2.0.3/odinseq/seqacqepi.h:118:22: note: Function in derived class
odin-2.0.3/odinseq/seqacqepi.h:119:17: style: The function 'clone_driver' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqacqepi.h:65:25: note: Virtual function in base class
odin-2.0.3/odinseq/seqacqepi.h:119:17: note: Function in derived class
odin-2.0.3/odinseq/seqlist.h:128:15: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
odin-2.0.3/odinseq/seqlist.h:133:15: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
odin-2.0.3/odinseq/seqlist.h:138:15: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
odin-2.0.3/odinseq/seqacqread.h:74:3: style: Class 'SeqAcqRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqlist.h:94:3: style: Class 'SeqObjList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqacqspiral.h:74:3: style: Class 'SeqAcqSpiral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqblsiegprep.cpp:23:38: style: Function 'SeqBlSiegPrep' argument 2 names different: declaration 'duration' definition 'dur'. [funcArgNamesDifferent]
odin-2.0.3/odinseq/seqblsiegprep.h:52:31: note: Function 'SeqBlSiegPrep' argument 2 names different: declaration 'duration' definition 'dur'.
odin-2.0.3/odinseq/seqblsiegprep.cpp:23:38: note: Function 'SeqBlSiegPrep' argument 2 names different: declaration 'duration' definition 'dur'.
odin-2.0.3/odinseq/seqblsiegprep.cpp:24:38: style: Function 'SeqBlSiegPrep' argument 3 names different: declaration 'angle' definition 'fa'. [funcArgNamesDifferent]
odin-2.0.3/odinseq/seqblsiegprep.h:53:31: note: Function 'SeqBlSiegPrep' argument 3 names different: declaration 'angle' definition 'fa'.
odin-2.0.3/odinseq/seqblsiegprep.cpp:24:38: note: Function 'SeqBlSiegPrep' argument 3 names different: declaration 'angle' definition 'fa'.
odin-2.0.3/odinseq/seqblsiegprep.cpp:25:38: style: Function 'SeqBlSiegPrep' argument 4 names different: declaration 'offset' definition 'off'. [funcArgNamesDifferent]
odin-2.0.3/odinseq/seqblsiegprep.h:54:31: note: Function 'SeqBlSiegPrep' argument 4 names different: declaration 'offset' definition 'off'.
odin-2.0.3/odinseq/seqblsiegprep.cpp:25:38: note: Function 'SeqBlSiegPrep' argument 4 names different: declaration 'offset' definition 'off'.
odin-2.0.3/odinseq/seqblsiegprep.cpp:26:38: style: Function 'SeqBlSiegPrep' argument 5 names different: declaration 'width' definition 'wd'. [funcArgNamesDifferent]
odin-2.0.3/odinseq/seqblsiegprep.h:55:31: note: Function 'SeqBlSiegPrep' argument 5 names different: declaration 'width' definition 'wd'.
odin-2.0.3/odinseq/seqblsiegprep.cpp:26:38: note: Function 'SeqBlSiegPrep' argument 5 names different: declaration 'width' definition 'wd'.
odin-2.0.3/odinseq/seqblsiegprep.cpp:27:38: style: Function 'SeqBlSiegPrep' argument 6 names different: declaration 'slope' definition 'sl'. [funcArgNamesDifferent]
odin-2.0.3/odinseq/seqblsiegprep.h:56:31: note: Function 'SeqBlSiegPrep' argument 6 names different: declaration 'slope' definition 'sl'.
odin-2.0.3/odinseq/seqblsiegprep.cpp:27:38: note: Function 'SeqBlSiegPrep' argument 6 names different: declaration 'slope' definition 'sl'.
odin-2.0.3/odinseq/seqvec.h:77:3: style: Class 'SeqVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqclass.h:62:1: warning: The class 'SeqClass' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
odin-2.0.3/odinseq/seqvec.h:307:16: style: The function 'get_vectorsize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqvec.h:107:24: note: Virtual function in base class
odin-2.0.3/odinseq/seqvec.h:307:16: note: Function in derived class
odin-2.0.3/odinseq/seqvec.h:308:8: style: The function 'needs_unrolling_check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqvec.h:122:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqvec.h:308:8: note: Function in derived class
odin-2.0.3/odinseq/seqvec.h:309:8: style: The function 'prep_iteration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqvec.h:129:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqvec.h:309:8: note: Function in derived class
odin-2.0.3/odinseq/seqvec.h:310:8: style: The function 'is_qualvector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqvec.h:150:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqvec.h:310:8: note: Function in derived class
odin-2.0.3/odinseq/seqvec.h:311:8: style: The function 'is_acq_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqvec.h:156:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqvec.h:311:8: note: Function in derived class
odin-2.0.3/odinseq/seqvec.h:312:11: style: The function 'get_vector_commands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqvec.h:170:19: note: Virtual function in base class
odin-2.0.3/odinseq/seqvec.h:312:11: note: Function in derived class
odin-2.0.3/odinseq/seqcmdline.cpp:54:0: error: #error No valid platform plugin available [preprocessorErrorDirective]
odin-2.0.3/odinseq/seqcounter.h:169:16: warning: Virtual function 'add_vector' is called from copy constructor 'SeqCounter(const SeqCounter&sc)' at line 13. Dynamic binding is not used. [virtualCallInConstructor]
odin-2.0.3/odinseq/seqcounter.cpp:13:15: note: Calling operator=
odin-2.0.3/odinseq/seqcounter.cpp:25:5: note: Calling add_vector
odin-2.0.3/odinseq/seqcounter.h:169:16: note: add_vector is a virtual method
odin-2.0.3/odinseq/seqcounter.h:145:3: style: Class 'SeqCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqdec.h:97:3: style: Class 'SeqDecoupling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqdelay.cpp:7:3: performance: Variable 'cmd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinseq/seqdelay.cpp:8:3: performance: Variable 'durcmd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinseq/seqdelayvec.cpp:24:64: style: Function 'set_delayvector' argument 1 names different: declaration 'delaylist' definition 'delays'. [funcArgNamesDifferent]
odin-2.0.3/odinseq/seqdelayvec.h:92:50: note: Function 'set_delayvector' argument 1 names different: declaration 'delaylist' definition 'delays'.
odin-2.0.3/odinseq/seqdelayvec.cpp:24:64: note: Function 'set_delayvector' argument 1 names different: declaration 'delaylist' definition 'delays'.
odin-2.0.3/odinseq/seqdelayvec.h:73:3: style: Class 'SeqDelayVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqdiffweight.h:91:3: style: Class 'SeqDiffWeight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqdiffweight.h:199:3: style: Class 'SeqDiffWeightFlowComp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqdur.h:52:3: style: Class 'SeqDur' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqfreq.h:119:3: warning: Member variable 'SeqFreqChanInterface::marshall' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqfreq.h:177:3: style: Class 'SeqFreqChan' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqfreq.h:255:25: style: The function 'set_nucleus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqfreq.h:42:33: note: Virtual function in base class
odin-2.0.3/odinseq/seqfreq.h:255:25: note: Function in derived class
odin-2.0.3/odinseq/seqfreq.h:256:25: style: The function 'set_freqlist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqfreq.h:48:33: note: Virtual function in base class
odin-2.0.3/odinseq/seqfreq.h:256:25: note: Function in derived class
odin-2.0.3/odinseq/seqfreq.h:257:25: style: The function 'set_phaselist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqfreq.h:53:33: note: Virtual function in base class
odin-2.0.3/odinseq/seqfreq.h:257:25: note: Function in derived class
odin-2.0.3/odinseq/seqfreq.h:258:20: style: The function 'get_freqlist_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqfreq.h:58:28: note: Virtual function in base class
odin-2.0.3/odinseq/seqfreq.h:258:20: note: Function in derived class
odin-2.0.3/odinseq/seqfreq.h:259:20: style: The function 'get_phaselist_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqfreq.h:64:28: note: Virtual function in base class
odin-2.0.3/odinseq/seqfreq.h:259:20: note: Function in derived class
odin-2.0.3/odinseq/seqfreq.h:292:14: style: The function 'get_mutable_freqlist_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqfreq.h:130:22: note: Virtual function in base class
odin-2.0.3/odinseq/seqfreq.h:292:14: note: Function in derived class
odin-2.0.3/odinseq/seqfreq.h:293:14: style: The function 'get_mutable_phaselist_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqfreq.h:131:22: note: Virtual function in base class
odin-2.0.3/odinseq/seqfreq.h:293:14: note: Function in derived class
odin-2.0.3/odinseq/seqgradchan.cpp:13:3: performance: Variable 'channel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinseq/seqparallel.h:65:3: style: Class 'SeqParallel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradchanlist.h:40:3: style: Class 'SeqGradChanList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradchanparallel.cpp:220:0: style: Same expression used in consecutive assignments of 'startelapsed' and 'maxelapsed'. [duplicateAssignExpression]
odin-2.0.3/odinseq/seqgradchanparallel.cpp:221:0: note: Same expression used in consecutive assignments of 'startelapsed' and 'maxelapsed'.
odin-2.0.3/odinseq/seqgradchanparallel.cpp:220:0: note: Same expression used in consecutive assignments of 'startelapsed' and 'maxelapsed'.
odin-2.0.3/odinseq/seqgradconst.h:54:3: style: Class 'SeqGradConst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradconst.h:103:3: style: Class 'SeqGradDelay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradecho.h:111:3: style: Class 'SeqGradEcho' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradobj.h:54:3: style: Class 'SeqGradObjInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradphase.h:85:3: style: Class 'SeqGradPhaseEnc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradphase.h:142:3: style: Class 'SeqGradPhaseEncFlowComp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradpulse.h:61:3: style: Class 'SeqGradConstPulse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradpulse.h:124:3: style: Class 'SeqGradVectorPulse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradramp.h:95:3: style: Class 'SeqGradRamp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradspiral.cpp:222:16: warning: Member variable 'SeqGradSpiral::spiral_dur' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqgradspiral.cpp:222:16: warning: Member variable 'SeqGradSpiral::predelay' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqgradspiral.cpp:222:16: warning: Member variable 'SeqGradSpiral::dt_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqgradspiral.cpp:222:16: warning: Member variable 'SeqGradSpiral::resolution_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqgradspiral.cpp:222:16: warning: Member variable 'SeqGradSpiral::sizeRadial_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqgradspiral.cpp:222:16: warning: Member variable 'SeqGradSpiral::gamma_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqgradspiral.h:58:3: style: Class 'SeqGradSpiral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradtrapez.h:203:3: style: Class 'SeqGradTrapez' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradtrapez.h:386:3: style: Class 'SeqGradTrapezParallel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradtrapez.h:72:1: warning: The class 'SeqGradTrapezDefault' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
odin-2.0.3/odinseq/seqgradtrapez.h:84:8: style: The function 'update_driver' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgradtrapez.h:51:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradtrapez.h:84:8: note: Function in derived class
odin-2.0.3/odinseq/seqgradtrapez.h:85:9: style: The function 'get_onramp_integral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgradtrapez.h:53:17: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradtrapez.h:85:9: note: Function in derived class
odin-2.0.3/odinseq/seqgradtrapez.h:86:9: style: The function 'get_offramp_integral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgradtrapez.h:54:17: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradtrapez.h:86:9: note: Function in derived class
odin-2.0.3/odinseq/seqgradtrapez.h:87:18: style: The function 'get_onramp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgradtrapez.h:56:26: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradtrapez.h:87:18: note: Function in derived class
odin-2.0.3/odinseq/seqgradtrapez.h:88:19: style: The function 'get_offramp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgradtrapez.h:57:26: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradtrapez.h:88:19: note: Function in derived class
odin-2.0.3/odinseq/seqgradtrapez.h:89:19: style: The function 'get_driverchanlist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgradtrapez.h:59:27: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradtrapez.h:89:19: note: Function in derived class
odin-2.0.3/odinseq/seqgradtrapez.h:90:8: style: The function 'check_ramptype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgradtrapez.h:61:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradtrapez.h:90:8: note: Function in derived class
odin-2.0.3/odinseq/seqgradtrapez.h:91:24: style: The function 'clone_driver' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgradtrapez.h:63:32: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradtrapez.h:91:24: note: Function in derived class
odin-2.0.3/odinseq/seqloop.h:45:3: style: Class 'SeqObjLoop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradwave.h:59:3: style: Class 'SeqGradWave' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqgradchanparallel.h:146:8: style: The function 'need_gp_terminator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgradobj.h:51:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradchanparallel.h:146:8: note: Function in derived class
odin-2.0.3/odinseq/seqloop.cpp:224:18: style: The scope of the variable 'thisiter' can be reduced. [variableScope]
odin-2.0.3/odinseq/seqloop.cpp:345:17: style: The scope of the variable 'thisiter' can be reduced. [variableScope]
odin-2.0.3/odinseq/seqloop.cpp:375:17: style: The scope of the variable 'thisiter' can be reduced. [variableScope]
odin-2.0.3/odinseq/seqmakefile.cpp:203:5: style: Variable 'ichain' is modified but its new value is never used. [unreadVariable]
odin-2.0.3/odinseq/seqmeth.cpp:275:14: style: Redundant condition: result. '!result || (result && STD_string(result)=="")' is equivalent to '!result || STD_string(result)==""' [redundantCondition]
odin-2.0.3/odinseq/seqmeth.h:388:24: warning: Virtual function 'numof_testcases' is called from constructor 'SeqMethod(const STD_string&method_label)' at line 385. Dynamic binding is not used. [virtualCallInConstructor]
odin-2.0.3/odinseq/seqmeth.cpp:385:3: note: Calling set_current_testcase
odin-2.0.3/odinseq/seqmeth.h:336:59: note: Calling numof_testcases
odin-2.0.3/odinseq/seqmeth.h:388:24: note: numof_testcases is a virtual method
odin-2.0.3/odinseq/seqpulsar.h:186:3: style: Class 'SeqPulsarReph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqacq.h:321:10: style: The function 'get_freqchan_duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqfreq.h:283:18: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:321:10: note: Function in derived class
odin-2.0.3/odinseq/seqacq.h:322:14: style: The function 'get_driver_instr_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqfreq.h:302:22: note: Virtual function in base class
odin-2.0.3/odinseq/seqacq.h:322:14: note: Function in derived class
odin-2.0.3/odinseq/seqmeth.cpp:191:8: style: The function 'method_pars_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqmeth.h:345:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqmeth.cpp:191:8: note: Function in derived class
odin-2.0.3/odinseq/seqmeth.cpp:192:8: style: The function 'method_seq_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqmeth.h:351:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqmeth.cpp:192:8: note: Function in derived class
odin-2.0.3/odinseq/seqmeth.cpp:193:8: style: The function 'method_rels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqmeth.h:358:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqmeth.cpp:193:8: note: Function in derived class
odin-2.0.3/odinseq/seqmeth.cpp:194:8: style: The function 'method_pars_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqmeth.h:364:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqmeth.cpp:194:8: note: Function in derived class
odin-2.0.3/odinseq/seqobj.h:39:3: style: Class 'SeqObjBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqobjvec.h:54:3: style: Class 'SeqObjVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqparallel.h:125:21: style: The function 'set_strength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:42:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqparallel.h:125:21: note: Function in derived class
odin-2.0.3/odinseq/seqparallel.h:126:21: style: The function 'invert_strength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:47:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqparallel.h:126:21: note: Function in derived class
odin-2.0.3/odinseq/seqparallel.h:127:9: style: The function 'get_strength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:52:17: note: Virtual function in base class
odin-2.0.3/odinseq/seqparallel.h:127:9: note: Function in derived class
odin-2.0.3/odinseq/seqparallel.h:128:11: style: The function 'get_gradintegral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:57:19: note: Virtual function in base class
odin-2.0.3/odinseq/seqparallel.h:128:11: note: Function in derived class
odin-2.0.3/odinseq/seqparallel.h:129:10: style: The function 'get_gradduration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:70:18: note: Virtual function in base class
odin-2.0.3/odinseq/seqparallel.h:129:10: note: Function in derived class
odin-2.0.3/odinseq/seqparallel.h:130:21: style: The function 'set_gradrotmatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:77:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqparallel.h:130:21: note: Function in derived class
odin-2.0.3/odinseq/seqgradchanlist.h:66:21: style: The function 'set_strength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:42:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradchanlist.h:66:21: note: Function in derived class
odin-2.0.3/odinseq/seqgradchanlist.h:67:21: style: The function 'invert_strength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:47:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradchanlist.h:67:21: note: Function in derived class
odin-2.0.3/odinseq/seqgradchanlist.h:68:9: style: The function 'get_strength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:52:17: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradchanlist.h:68:9: note: Function in derived class
odin-2.0.3/odinseq/seqgradchanlist.h:69:11: style: The function 'get_gradintegral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:57:19: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradchanlist.h:69:11: note: Function in derived class
odin-2.0.3/odinseq/seqgradchanlist.h:70:10: style: The function 'get_gradduration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:70:18: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradchanlist.h:70:10: note: Function in derived class
odin-2.0.3/odinseq/seqgradchanlist.h:71:21: style: The function 'set_gradrotmatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqgrad.h:77:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqgradchanlist.h:71:21: note: Function in derived class
odin-2.0.3/odinseq/seqoperator.cpp:369:22: style: C-style pointer casting [cstyleCast]
odin-2.0.3/odinseq/seqoperator.cpp:379:22: style: C-style pointer casting [cstyleCast]
odin-2.0.3/odinseq/seqphase.cpp:15:21: warning: Member variable 'SeqPhaseListVector::user' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/odinseq/seqphase.cpp:20:41: warning: Member variable 'SeqPhaseListVector::user' is not assigned a value in 'SeqPhaseListVector::operator='. [operatorEqVarError]
odin-2.0.3/odinseq/seqplatform.cpp:21:3: style: Instance of 'SeqPlatformProxy' object is destroyed immediately. [unusedScopedObject]
odin-2.0.3/odinseq/seqplatform.cpp:50:3: style: Instance of 'SeqPlatformProxy' object is destroyed immediately. [unusedScopedObject]
odin-2.0.3/odinseq/seqplatform.cpp:61:3: style: Instance of 'SeqPlatformProxy' object is destroyed immediately. [unusedScopedObject]
odin-2.0.3/odinseq/seqplatform.cpp:76:3: style: Instance of 'SeqPlatformProxy' object is destroyed immediately. [unusedScopedObject]
odin-2.0.3/odinseq/seqpuls.h:199:3: warning: Member variable 'SeqFlipAngVector::flipanglescale' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/odinseq/seqpuls.h:199:3: warning: Member variable 'SeqFlipAngVector::user' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/odinseq/seqpuls.h:200:21: warning: Member variable 'SeqFlipAngVector::flipanglescale' is not assigned a value in 'SeqFlipAngVector::operator='. [operatorEqVarError]
odin-2.0.3/odinseq/seqpuls.h:200:21: warning: Member variable 'SeqFlipAngVector::user' is not assigned a value in 'SeqFlipAngVector::operator='. [operatorEqVarError]
odin-2.0.3/odinseq/seqpuls.cpp:52:10: warning: Member variable 'SeqPuls::plstype' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/odinseq/seqpuls.h:283:3: style: Class 'SeqPuls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqpuls.h:314:21: style: The function 'set_pulsduration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:67:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:314:21: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:315:10: style: The function 'get_pulsduration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:75:18: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:315:10: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:316:9: style: The function 'get_flipangle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:81:17: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:316:9: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:317:21: style: The function 'set_flipangle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:87:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:317:21: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:318:9: style: The function 'get_power' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:113:17: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:318:9: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:319:21: style: The function 'set_power' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:107:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:319:21: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:320:21: style: The function 'set_rel_magnetic_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:119:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:320:21: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:321:9: style: The function 'get_rel_magnetic_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:124:17: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:321:9: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:322:9: style: The function 'get_magnetic_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:129:17: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:322:9: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:323:21: style: The function 'set_pulse_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:134:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:323:21: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:324:13: style: The function 'get_pulse_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:139:21: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:324:13: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:325:20: style: The function 'get_flipangle_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:151:28: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:325:20: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:326:8: style: The function 'set_flipscales' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:163:16: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:326:8: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:327:11: style: The function 'get_flipscales' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:164:19: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:327:11: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:328:21: style: The function 'set_flipangle_reorder_scheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:145:29: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:328:21: note: Function in derived class
odin-2.0.3/odinseq/seqpuls.h:329:20: style: The function 'get_flipangle_reorder_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/odinseq/seqpuls.h:156:28: note: Virtual function in base class
odin-2.0.3/odinseq/seqpuls.h:329:20: note: Function in derived class
odin-2.0.3/odinseq/seqpulsar.cpp:474:68: style: Function 'SeqPulsarSinc' argument 2 names different: declaration 'slicethickness' definition 'slicethicknes'. [funcArgNamesDifferent]
odin-2.0.3/odinseq/seqpulsar.h:249:78: note: Function 'SeqPulsarSinc' argument 2 names different: declaration 'slicethickness' definition 'slicethicknes'.
odin-2.0.3/odinseq/seqpulsar.cpp:474:68: note: Function 'SeqPulsarSinc' argument 2 names different: declaration 'slicethickness' definition 'slicethicknes'.
odin-2.0.3/odinseq/seqpulsar.cpp:502:70: style: Function 'SeqPulsarGauss' argument 2 names different: declaration 'slicethickness' definition 'slicethicknes'. [funcArgNamesDifferent]
odin-2.0.3/odinseq/seqpulsar.h:284:80: note: Function 'SeqPulsarGauss' argument 2 names different: declaration 'slicethickness' definition 'slicethicknes'.
odin-2.0.3/odinseq/seqpulsar.cpp:502:70: note: Function 'SeqPulsarGauss' argument 2 names different: declaration 'slicethickness' definition 'slicethicknes'.
odin-2.0.3/odinseq/seqpulsndim.h:97:15: warning: Virtual function 'get_dims' is called from constructor 'SeqPulsNdim(const STD_string&object_label="unnamedSeqPulsNdim")' at line 49. Dynamic binding is not used. [virtualCallInConstructor]
odin-2.0.3/odinseq/seqpulsndim.cpp:49:3: note: Calling build_seq
odin-2.0.3/odinseq/seqpulsndim.cpp:158:22: note: Calling get_dims
odin-2.0.3/odinseq/seqpulsndim.h:97:15: note: get_dims is a virtual method
odin-2.0.3/odinseq/seqpulsndim.h:97:15: warning: Virtual function 'get_dims' is called from copy constructor 'SeqPulsNdim(const SeqPulsNdim&spnd)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
odin-2.0.3/odinseq/seqpulsndim.cpp:55:16: note: Calling operator=
odin-2.0.3/odinseq/seqpulsndim.cpp:152:3: note: Calling build_seq
odin-2.0.3/odinseq/seqpulsndim.cpp:158:22: note: Calling get_dims
odin-2.0.3/odinseq/seqpulsndim.h:97:15: note: get_dims is a virtual method
odin-2.0.3/odinseq/seqpulsndim.h:51:3: style: Class 'SeqPulsNdim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqrotmatrixvector.h:40:2: style: Class 'SeqRotMatrixVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqsimvec.h:35:3: style: Class 'SeqSimultanVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqtemplate.h:44:3: warning: Member variable 'SeqFieldMap::pars' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/odinseq/seqtemplate.h:44:3: warning: Member variable 'SeqFieldMap::objs' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/odinseq/seqtemplate.h:45:16: warning: Member variable 'SeqFieldMap::pars' is not assigned a value in 'SeqFieldMap::operator='. [operatorEqVarError]
odin-2.0.3/odinseq/seqtemplate.h:45:16: warning: Member variable 'SeqFieldMap::objs' is not assigned a value in 'SeqFieldMap::operator='. [operatorEqVarError]
odin-2.0.3/odinseq/seqtemplate.cpp:28:3: style: Struct 'SeqFieldMapObjects' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqtrigg.cpp:109:3: performance: Variable 'magn_fname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
odin-2.0.3/odinseq/seqtrigg.h:84:3: style: Class 'SeqTrigger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqtrigg.h:128:3: style: Class 'SeqHalt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqtrigg.h:177:3: style: Class 'SeqSnapshot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqtrigg.h:222:3: style: Class 'SeqMagnReset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/odinseq/seqvec.cpp:156:21: style: The scope of the variable 'irow' can be reduced. [variableScope]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqacq_standalone.cpp:3:19: warning: Member variable 'SeqAcqStandAlone::adc_curve' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqacq_standalone.cpp:3:19: warning: Member variable 'SeqAcqStandAlone::adc_curve_nomark' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqacq_standalone.cpp:3:19: warning: Member variable 'SeqAcqStandAlone::endacq_mark' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqstandalone.h:41:3: style: Class 'SeqStandAlone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqacq_standalone.h:28:1: warning: The class 'SeqAcqStandAlone' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqdec_standalone.cpp:3:26: warning: Member variable 'SeqDecouplingStandalone::curve' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqdec_standalone.h:31:1: warning: The class 'SeqDecouplingStandalone' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqfreq_standalone.h:34:3: warning: Member variable 'SeqFreqChanStandAlone::freq_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqfreq_standalone.h:34:3: warning: Member variable 'SeqFreqChanStandAlone::phase_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqfreq_standalone.h:37:3: warning: Member variable 'SeqFreqChanStandAlone::freq_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqfreq_standalone.h:37:3: warning: Member variable 'SeqFreqChanStandAlone::phase_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqfreq_standalone.h:31:1: warning: The class 'SeqFreqChanStandAlone' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqgradchan_standalone.cpp:182:65: style: Function 'event' argument 2 names different: declaration 'starttime' definition 'start'. [funcArgNamesDifferent]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqgradchan_standalone.h:69:44: note: Function 'event' argument 2 names different: declaration 'starttime' definition 'start'.
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqgradchan_standalone.cpp:182:65: note: Function 'event' argument 2 names different: declaration 'starttime' definition 'start'.
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqgradchan_standalone.h:42:1: warning: The class 'SeqGradChanStandAlone' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqplot_standalone.cpp:926:14: warning: Member variable 'SeqPlotData::current_frame' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqplot_standalone.cpp:926:14: warning: Member variable 'SeqPlotData::framestart_offset' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqplot_standalone.cpp:926:14: warning: Member variable 'SeqPlotData::has_curves_on_channel_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqplot_standalone.h:111:3: style: Struct 'SeqPlotSyncPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqplot_standalone.h:361:3: style: Class 'SeqPlotData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqpuls_standalone.h:34:3: warning: Member variable 'SeqPulsStandAlone::has_real' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqpuls_standalone.h:34:3: warning: Member variable 'SeqPulsStandAlone::has_imag' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqpuls_standalone.cpp:3:20: warning: Member variable 'SeqPulsStandAlone::B1re_curve' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqpuls_standalone.cpp:3:20: warning: Member variable 'SeqPulsStandAlone::B1im_curve' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqpuls_standalone.cpp:3:20: warning: Member variable 'SeqPulsStandAlone::has_real' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqpuls_standalone.cpp:3:20: warning: Member variable 'SeqPulsStandAlone::has_imag' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqpuls_standalone.cpp:3:20: warning: Member variable 'SeqPulsStandAlone::relabel' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqpuls_standalone.cpp:3:20: warning: Member variable 'SeqPulsStandAlone::imlabel' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqpuls_standalone.h:31:1: warning: The class 'SeqPulsStandAlone' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqstandalone.cpp:100:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqtrigg_standalone.h:37:3: warning: Member variable 'SeqTriggerStandAlone::trigg_marker' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/platforms/StandAlone/odinseq_standalone/seqtrigg_standalone.h:31:1: warning: The class 'SeqTriggerStandAlone' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
odin-2.0.3/pulsar/pulsarview.h:46:3: style: Class 'PulsarView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/replacements/gsl_replacement.cpp:266:11: style: The scope of the variable 'alpha_ip1' can be reduced. [variableScope]
odin-2.0.3/replacements/gsl_replacement.cpp:148:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
odin-2.0.3/sequences/odindti.cpp:77:1: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odinepi.cpp:77:1: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odinfisp.cpp:44:3: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odingrech.cpp:23:3: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odinmdeft.cpp:12:3: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odinonep.cpp:7:3: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odinpilot.cpp:75:15: warning: Member variable 'METHOD_CLASS::nslices' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/sequences/odinpilot.cpp:23:3: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odinprop.cpp:98:1: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odinquant.cpp:403:9: style: The scope of the variable 'exc2refoc_duration' can be reduced. [variableScope]
odin-2.0.3/sequences/odinquant.cpp:404:9: style: The scope of the variable 'refoc2acq_duration' can be reduced. [variableScope]
odin-2.0.3/sequences/odinquant.cpp:405:9: style: The scope of the variable 'acq_shift' can be reduced. [variableScope]
odin-2.0.3/sequences/odinquant.cpp:407:9: style: The scope of the variable 'min_echo_time' can be reduced. [variableScope]
odin-2.0.3/sequences/odinquant.cpp:10:3: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odinrare.cpp:60:3: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odinrefg.cpp:192:9: style: The scope of the variable 'index' can be reduced. [variableScope]
odin-2.0.3/sequences/odinrefg.cpp:7:3: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odinspir.cpp:23:3: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/odinswi.cpp:43:3: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/tj_gesse.cpp:77:1: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/sequences/tj_messer.cpp:123:1: style: Class 'METHOD_CLASS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjtypes.h:37:0: error: #error "sizeof(char)!=1" [preprocessorErrorDirective]
odin-2.0.3/tjutils/tjlog.h:121:3: warning: Member variable 'LogBase::compLabel' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjlog.h:121:3: warning: Member variable 'LogBase::objLabel' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjlog.h:121:3: warning: Member variable 'LogBase::namedObj' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjlog.h:121:3: warning: Member variable 'LogBase::funcName' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjcomplex.cpp:63:8: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjtest.h:54:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjcomplex.cpp:63:8: note: Function in derived class
odin-2.0.3/tjutils/tjcstd.cpp:152:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
odin-2.0.3/tjutils/tjcstd.cpp:156:3: note: Found duplicate branches for 'if' and 'else'.
odin-2.0.3/tjutils/tjcstd.cpp:152:8: note: Found duplicate branches for 'if' and 'else'.
odin-2.0.3/tjutils/tjcstd.cpp:57:17: style: The scope of the variable 'a1' can be reduced. [variableScope]
odin-2.0.3/tjutils/tjcstd.cpp:72:17: style: The scope of the variable 'b1' can be reduced. [variableScope]
odin-2.0.3/tjutils/tjfeedback.h:103:3: warning: Member variable 'ProgressMeter::display' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjfeedback.h:103:3: warning: Member variable 'ProgressMeter::mutex' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjfeedback.h:104:18: warning: Member variable 'ProgressMeter::display' is not assigned a value in 'ProgressMeter::operator='. [operatorEqVarError]
odin-2.0.3/tjutils/tjfeedback.h:104:18: warning: Member variable 'ProgressMeter::mutex' is not assigned a value in 'ProgressMeter::operator='. [operatorEqVarError]
odin-2.0.3/tjutils/tjfeedback.h:120:3: warning: Member variable 'ProgressDisplayConsole::old_perc' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjfeedback.h:78:3: style: Class 'ProgressMeter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjfeedback.h:123:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjfeedback.h:46:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjfeedback.h:123:8: note: Function in derived class
odin-2.0.3/tjutils/tjfeedback.h:124:8: style: The function 'increase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjfeedback.h:52:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjfeedback.h:124:8: note: Function in derived class
odin-2.0.3/tjutils/tjfeedback.h:125:8: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjfeedback.h:58:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjfeedback.h:125:8: note: Function in derived class
odin-2.0.3/tjutils/tjhandler.h:170:0: warning: Member variable 'SingletonHandler < Global , true >::ptr' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjhandler.h:170:0: warning: Member variable 'SingletonHandler < Global , true >::singleton_label' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjhandler.h:170:0: warning: Member variable 'SingletonHandler < Global , true >::mutex' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjhandler.h:221:0: style: The function 'get_ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjhandler.h:110:17: note: Virtual function in base class
odin-2.0.3/tjutils/tjhandler.h:221:0: note: Function in derived class
odin-2.0.3/tjutils/tjindex.cpp:105:8: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjtest.h:54:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjindex.cpp:105:8: note: Function in derived class
odin-2.0.3/tjutils/tjindex.h:116:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
odin-2.0.3/tjutils/tjlist.h:59:0: warning: Member variable 'ListItem < StrItem >::objhandlers' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjlist.h:60:0: warning: Member variable 'ListItem < StrItem >::objhandlers' is not assigned a value in 'ListItem < StrItem >::operator='. [operatorEqVarError]
odin-2.0.3/tjutils/tjlist.h:181:8: style: The function 'objlist_remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjlist.h:43:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjlist.h:181:8: note: Function in derived class
odin-2.0.3/tjutils/tjlist.cpp:24:8: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjtest.h:54:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjlist.cpp:24:8: note: Function in derived class
odin-2.0.3/tjutils/tjlog.cpp:138:3: style: Variable 'upperLevel' is reassigned a value before the old one has been used. [redundantAssignment]
odin-2.0.3/tjutils/tjlog.cpp:136:0: note: Variable 'upperLevel' is reassigned a value before the old one has been used.
odin-2.0.3/tjutils/tjlog.cpp:138:3: note: Variable 'upperLevel' is reassigned a value before the old one has been used.
odin-2.0.3/tjutils/tjvector.h:472:3: style: Struct 'svector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjvector.h:59:0: style: Class 'tjvector < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjvector.h:75:0: style: Class 'tjvector < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjvector.h:59:0: style: Class 'tjvector < STD_complex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjvector.h:75:0: style: Class 'tjvector < STD_complex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjvector.h:59:0: style: Class 'tjvector < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjvector.h:75:0: style: Class 'tjvector < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjnumeric.cpp:108:13: warning: Member variable 'RandomDist::rng' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjnumeric.cpp:191:9: style: Unused private function: 'MinimizationTestFunction::evaluate' [unusedPrivateFunction]
odin-2.0.3/tjutils/tjnumeric.h:52:10: performance: Technically the member function 'RandomDist::gaussian' can be static. [functionStatic]
odin-2.0.3/tjutils/tjnumeric.cpp:122:20: note: Technically the member function 'RandomDist::gaussian' can be static.
odin-2.0.3/tjutils/tjnumeric.h:52:10: note: Technically the member function 'RandomDist::gaussian' can be static.
odin-2.0.3/tjutils/tjnumeric.h:57:10: performance: Technically the member function 'RandomDist::uniform' can be static. [functionStatic]
odin-2.0.3/tjutils/tjnumeric.cpp:131:20: note: Technically the member function 'RandomDist::uniform' can be static.
odin-2.0.3/tjutils/tjnumeric.h:57:10: note: Technically the member function 'RandomDist::uniform' can be static.
odin-2.0.3/tjutils/tjnumeric.cpp:191:9: performance: Technically the member function 'MinimizationTestFunction::evaluate' can be static. [functionStatic]
odin-2.0.3/tjutils/tjnumeric.cpp:190:16: style: The function 'numof_fitpars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjnumeric.h:75:24: note: Virtual function in base class
odin-2.0.3/tjutils/tjnumeric.cpp:190:16: note: Function in derived class
odin-2.0.3/tjutils/tjnumeric.cpp:203:8: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjtest.h:54:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjnumeric.cpp:203:8: note: Function in derived class
odin-2.0.3/tjutils/tjprocess.cpp:116:8: style: Condition 'pipeerror' is always false [knownConditionTrueFalse]
odin-2.0.3/tjutils/tjprocess.cpp:107:20: note: Assignment 'pipeerror=false', assigned value is 0
odin-2.0.3/tjutils/tjprocess.cpp:116:8: note: Condition 'pipeerror' is always false
odin-2.0.3/tjutils/tjprocess.cpp:296:6: style: Condition 'childstat' is always false [knownConditionTrueFalse]
odin-2.0.3/tjutils/tjprocess.cpp:255:17: note: Assignment 'childstat=0', assigned value is 0
odin-2.0.3/tjutils/tjprocess.cpp:296:6: note: Condition 'childstat' is always false
odin-2.0.3/tjutils/tjprocess.cpp:348:14: style: Same expression on both sides of '<' because the value of 'nbytes' and '0' are the same. [duplicateExpression]
odin-2.0.3/tjutils/tjprocess.cpp:341:16: note: 'nbytes' is assigned value '0' here.
odin-2.0.3/tjutils/tjprocess.cpp:348:14: note: Same expression on both sides of '<' because the value of 'nbytes' and '0' are the same.
odin-2.0.3/tjutils/tjprocess.cpp:348:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
odin-2.0.3/tjutils/tjprocess.h:94:15: style: Unused private function: 'Process::read_pipe' [unusedPrivateFunction]
odin-2.0.3/tjutils/tjprocess.h:66:8: performance: Technically the member function 'Process::finished' can be static. [functionStatic]
odin-2.0.3/tjutils/tjprocess.cpp:248:15: note: Technically the member function 'Process::finished' can be static.
odin-2.0.3/tjutils/tjprocess.h:66:8: note: Technically the member function 'Process::finished' can be static.
odin-2.0.3/tjutils/tjprocess.cpp:416:8: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjtest.h:54:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjprocess.cpp:416:8: note: Function in derived class
odin-2.0.3/tjutils/tjprofiler.h:45:3: style: Class 'Profiler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjarray.h:49:3: style: Class 'ndim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjarray.h:62:3: style: Class 'ndim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjarray.h:171:0: style: Class 'tjarray < svector , STD_string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjarray.h:189:0: style: Class 'tjarray < svector , STD_string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjarray.h:196:0: style: Class 'tjarray < svector , STD_string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjprofiler.cpp:31:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
odin-2.0.3/tjutils/tjstate.h:105:3: style: Class 'StateMachine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjstate.h:81:82: performance: Function parameter 'tr' should be passed by const reference. [passedByValue]
odin-2.0.3/tjutils/tjstd.cpp:505:8: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjtest.h:54:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjstd.cpp:505:8: note: Function in derived class
odin-2.0.3/tjutils/tjstring.cpp:197:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
odin-2.0.3/tjutils/tjstring.cpp:419:15: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
odin-2.0.3/tjutils/tjstring.cpp:425:5: note: Assuming that condition 'if(s)' is not redundant
odin-2.0.3/tjutils/tjstring.cpp:419:15: note: Null pointer dereference
odin-2.0.3/tjutils/tjstring.cpp:419:29: warning: Either the condition 'file_ptr!=NULL' is redundant or there is possible null pointer dereference: file_ptr. [nullPointerRedundantCheck]
odin-2.0.3/tjutils/tjstring.cpp:424:14: note: Assuming that condition 'file_ptr!=NULL' is not redundant
odin-2.0.3/tjutils/tjstring.cpp:419:29: note: Null pointer dereference
odin-2.0.3/tjutils/tjstring.cpp:420:3: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
odin-2.0.3/tjutils/tjstring.cpp:425:5: note: Assuming that condition 'if(s)' is not redundant
odin-2.0.3/tjutils/tjstring.cpp:420:3: note: Null pointer dereference
odin-2.0.3/tjutils/tjstring.cpp:444:48: warning: Either the condition 'file_ptr!=NULL' is redundant or there is possible null pointer dereference: file_ptr. [nullPointerRedundantCheck]
odin-2.0.3/tjutils/tjstring.cpp:445:14: note: Assuming that condition 'file_ptr!=NULL' is not redundant
odin-2.0.3/tjutils/tjstring.cpp:444:48: note: Null pointer dereference
odin-2.0.3/tjutils/tjstring.cpp:54:34: style: The scope of the variable 'nocc' can be reduced. [variableScope]
odin-2.0.3/tjutils/tjstring.cpp:54:39: style: The scope of the variable 'tmppos' can be reduced. [variableScope]
odin-2.0.3/tjutils/tjlist.h:59:3: warning: Member variable 'ListItem::objhandlers' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjlist.h:60:13: warning: Member variable 'ListItem::objhandlers' is not assigned a value in 'ListItem::operator='. [operatorEqVarError]
odin-2.0.3/tjutils/tjstring.cpp:464:8: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjtest.h:54:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjstring.cpp:464:8: note: Function in derived class
odin-2.0.3/tjutils/tjthread.cpp:232:4: style: C-style pointer casting [cstyleCast]
odin-2.0.3/tjutils/tjthread.h:72:3: warning: Member variable 'Mutex::id' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjthread.h:73:10: warning: Member variable 'Mutex::id' is not assigned a value in 'Mutex::operator='. [operatorEqVarError]
odin-2.0.3/tjutils/tjthread.h:142:3: warning: Member variable 'Event::id' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjthread.h:142:3: warning: Member variable 'Event::active' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjthread.h:143:10: warning: Member variable 'Event::id' is not assigned a value in 'Event::operator='. [operatorEqVarError]
odin-2.0.3/tjutils/tjthread.h:143:10: warning: Member variable 'Event::active' is not assigned a value in 'Event::operator='. [operatorEqVarError]
odin-2.0.3/tjutils/tjthread.cpp:239:9: warning: Member variable 'Thread::index' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjthread.h:203:3: warning: Member variable 'Thread::id' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjthread.h:203:3: warning: Member variable 'Thread::index' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjthread.h:204:11: warning: Member variable 'Thread::id' is not assigned a value in 'Thread::operator='. [operatorEqVarError]
odin-2.0.3/tjutils/tjthread.h:204:11: warning: Member variable 'Thread::index' is not assigned a value in 'Thread::operator='. [operatorEqVarError]
odin-2.0.3/tjutils/tjthread.cpp:372:1: style: The class 'TestThread' does not have a constructor although it has private member variables. [noConstructor]
odin-2.0.3/tjutils/tjthread.cpp:404:1: style: The class 'TestEventThread1' does not have a constructor although it has private member variables. [noConstructor]
odin-2.0.3/tjutils/tjthread.cpp:436:1: style: The class 'TestEventThread2' does not have a constructor although it has private member variables. [noConstructor]
odin-2.0.3/tjutils/tjthread.h:230:0: warning: Member variable 'ThreadedLoop < STD_string , STD_string , int >::mainlocal' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjthread.h:230:0: warning: Member variable 'ThreadedLoop < STD_string , STD_string , int >::in_cache' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjthread.h:230:0: warning: Member variable 'ThreadedLoop < STD_string , STD_string , int >::cont' is not initialized in the constructor. [uninitMemberVar]
odin-2.0.3/tjutils/tjthread.h:263:0: warning: Member variable 'WorkThread::begin' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjthread.h:263:0: warning: Member variable 'WorkThread::end' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjthread.h:263:0: warning: Member variable 'WorkThread::status' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjthread.h:263:0: warning: Member variable 'WorkThread::out_cache' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjthread.h:263:0: warning: Member variable 'WorkThread::local' is not initialized in the constructor. [uninitMemberVarPrivate]
odin-2.0.3/tjutils/tjthread.h:60:8: style: Technically the member function 'Mutex::lock' can be const. [functionConst]
odin-2.0.3/tjutils/tjthread.cpp:102:13: note: Technically the member function 'Mutex::lock' can be const.
odin-2.0.3/tjutils/tjthread.h:60:8: note: Technically the member function 'Mutex::lock' can be const.
odin-2.0.3/tjutils/tjthread.h:65:8: style: Technically the member function 'Mutex::unlock' can be const. [functionConst]
odin-2.0.3/tjutils/tjthread.cpp:115:13: note: Technically the member function 'Mutex::unlock' can be const.
odin-2.0.3/tjutils/tjthread.h:65:8: note: Technically the member function 'Mutex::unlock' can be const.
odin-2.0.3/tjutils/tjthread.h:126:8: performance: Technically the member function 'Event::wait' can be static. [functionStatic]
odin-2.0.3/tjutils/tjthread.cpp:161:13: note: Technically the member function 'Event::wait' can be static.
odin-2.0.3/tjutils/tjthread.h:126:8: note: Technically the member function 'Event::wait' can be static.
odin-2.0.3/tjutils/tjthread.h:131:8: performance: Technically the member function 'Event::signal' can be static. [functionStatic]
odin-2.0.3/tjutils/tjthread.cpp:179:13: note: Technically the member function 'Event::signal' can be static.
odin-2.0.3/tjutils/tjthread.h:131:8: note: Technically the member function 'Event::signal' can be static.
odin-2.0.3/tjutils/tjthread.h:136:8: performance: Technically the member function 'Event::reset' can be static. [functionStatic]
odin-2.0.3/tjutils/tjthread.cpp:194:13: note: Technically the member function 'Event::reset' can be static.
odin-2.0.3/tjutils/tjthread.h:136:8: note: Technically the member function 'Event::reset' can be static.
odin-2.0.3/tjutils/tjthread.h:185:8: performance: Technically the member function 'Thread::wait' can be static. [functionStatic]
odin-2.0.3/tjutils/tjthread.cpp:312:14: note: Technically the member function 'Thread::wait' can be static.
odin-2.0.3/tjutils/tjthread.h:185:8: note: Technically the member function 'Thread::wait' can be static.
odin-2.0.3/tjutils/tjthread.h:91:3: style: Class 'MutexLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjvector.h:59:0: style: Class 'tjvector < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjvector.h:75:0: style: Class 'tjvector < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjthread.h:263:0: style: Class 'WorkThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
odin-2.0.3/tjutils/tjthread.cpp:384:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjthread.h:191:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjthread.cpp:384:8: note: Function in derived class
odin-2.0.3/tjutils/tjthread.cpp:417:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjthread.h:191:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjthread.cpp:417:8: note: Function in derived class
odin-2.0.3/tjutils/tjthread.cpp:449:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjthread.h:191:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjthread.cpp:449:8: note: Function in derived class
odin-2.0.3/tjutils/tjthread.cpp:468:8: style: The function 'kernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjthread.h:256:0: note: Virtual function in base class
odin-2.0.3/tjutils/tjthread.cpp:468:8: note: Function in derived class
odin-2.0.3/tjutils/tjthread.cpp:488:8: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjtest.h:54:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjthread.cpp:488:8: note: Function in derived class
odin-2.0.3/tjutils/tjindex.h:116:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
odin-2.0.3/tjutils/tjtools.cpp:205:12: style: Condition 'result==NULL' is always false [knownConditionTrueFalse]
odin-2.0.3/tjutils/tjtools.cpp:197:22: note: Assignment 'result=""', assigned value is ""
odin-2.0.3/tjutils/tjtools.cpp:205:12: note: Condition 'result==NULL' is always false
odin-2.0.3/tjutils/tjtools.cpp:224:12: style: Condition 'result<0' is always false [knownConditionTrueFalse]
odin-2.0.3/tjutils/tjtools.cpp:216:14: note: Assignment 'result=0', assigned value is 0
odin-2.0.3/tjutils/tjtools.cpp:224:12: note: Condition 'result<0' is always false
odin-2.0.3/tjutils/tjtools.cpp:244:12: style: Condition 'result<0' is always false [knownConditionTrueFalse]
odin-2.0.3/tjutils/tjtools.cpp:234:14: note: Assignment 'result=0', assigned value is 0
odin-2.0.3/tjutils/tjtools.cpp:244:12: note: Condition 'result<0' is always false
odin-2.0.3/tjutils/tjtools.cpp:224:12: style: Same expression on both sides of '<' because the value of 'result' and '0' are the same. [duplicateExpression]
odin-2.0.3/tjutils/tjtools.cpp:216:14: note: 'result' is assigned value '0' here.
odin-2.0.3/tjutils/tjtools.cpp:224:12: note: Same expression on both sides of '<' because the value of 'result' and '0' are the same.
odin-2.0.3/tjutils/tjtools.cpp:244:12: style: Same expression on both sides of '<' because the value of 'result' and '0' are the same. [duplicateExpression]
odin-2.0.3/tjutils/tjtools.cpp:234:14: note: 'result' is assigned value '0' here.
odin-2.0.3/tjutils/tjtools.cpp:244:12: note: Same expression on both sides of '<' because the value of 'result' and '0' are the same.
odin-2.0.3/tjutils/tjtools.cpp:744:8: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
odin-2.0.3/tjutils/tjtest.h:54:16: note: Virtual function in base class
odin-2.0.3/tjutils/tjtools.cpp:744:8: note: Function in derived class
[12:29]

ftp://ftp.se.debian.org/debian/pool/main/o/odot/odot_1.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/odt2txt/odt2txt_0.5.orig.tar.gz
odt2txt-0.5/kunzip/zipfile.c:182:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
odt2txt-0.5/kunzip/zipfile.c:81:16: style: The scope of the variable 'signature' can be reduced. [variableScope]
odt2txt-0.5/odt2txt.c:369:10: warning: Either the condition '!enc' is redundant or there is possible null pointer dereference: enc. [nullPointerRedundantCheck]
odt2txt-0.5/odt2txt.c:371:5: note: Assuming that condition '!enc' is not redundant
odt2txt-0.5/odt2txt.c:369:10: note: Null pointer dereference
odt2txt-0.5/odt2txt.c:374:11: warning: Either the condition '!enc' is redundant or there is possible null pointer dereference: enc. [nullPointerRedundantCheck]
odt2txt-0.5/odt2txt.c:371:5: note: Assuming that condition '!enc' is not redundant
odt2txt-0.5/odt2txt.c:374:11: note: Null pointer dereference
odt2txt-0.5/odt2txt.c:270:2: style: Variable 'outleft' is reassigned a value before the old one has been used. [redundantAssignment]
odt2txt-0.5/odt2txt.c:267:23: note: Variable 'outleft' is reassigned a value before the old one has been used.
odt2txt-0.5/odt2txt.c:270:2: note: Variable 'outleft' is reassigned a value before the old one has been used.
odt2txt-0.5/odt2txt.c:260:9: style: The scope of the variable 'r' can be reduced. [variableScope]
odt2txt-0.5/regex.c:35:14: style: The scope of the variable 'bufp' can be reduced. [variableScope]
odt2txt-0.5/t/test-regex.c:14:0: style: Variable 'test1' is assigned a value that is never used. [unreadVariable]
[12:29]

ftp://ftp.se.debian.org/debian/pool/main/o/ofed-docs/ofed-docs_1.4.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/offlineimap/offlineimap_7.2.1+dfsg1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/oflib/oflib_0git20070620.orig.tar.gz
oflib-0git20070620/example/example.c:9:6: style: The scope of the variable 'x' can be reduced. [variableScope]
oflib-0git20070620/example/ramtest.c:77:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
oflib-0git20070620/example/ramtest.c:78:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
oflib-0git20070620/example/ramtest.c:79:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
oflib-0git20070620/example/ramtest.c:43:22: style: The scope of the variable 'parent' can be reduced. [variableScope]
oflib-0git20070620/example/soundbus.c:78:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
oflib-0git20070620/lib/of_externals.c:139:7: warning: Either the condition '!node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
oflib-0git20070620/lib/of_externals.c:139:23: note: Assuming that condition '!node' is not redundant
oflib-0git20070620/lib/of_externals.c:139:7: note: Null pointer dereference
oflib-0git20070620/lib/of_internals.c:254:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
oflib-0git20070620/lib/of_internals.c:255:8: style: The scope of the variable 'name' can be reduced. [variableScope]
[12:29]

ftp://ftp.se.debian.org/debian/pool/main/o/ofono/ofono_1.6.orig.tar.gz
ofono-1.6/btio/btio.c:1346:14: style: Function 'bt_io_connect' argument 5 names different: declaration 'err' definition 'gerr'. [funcArgNamesDifferent]
ofono-1.6/btio/btio.h:103:14: note: Function 'bt_io_connect' argument 5 names different: declaration 'err' definition 'gerr'.
ofono-1.6/btio/btio.c:1346:14: note: Function 'bt_io_connect' argument 5 names different: declaration 'err' definition 'gerr'.
ofono-1.6/drivers/atmodem/atutil.c:350:31: style: Function 'at_util_parse_sms_index_delivery' argument 3 names different: declaration 'store' definition 'out_st'. [funcArgNamesDifferent]
ofono-1.6/drivers/atmodem/atutil.h:69:31: note: Function 'at_util_parse_sms_index_delivery' argument 3 names different: declaration 'store' definition 'out_st'.
ofono-1.6/drivers/atmodem/atutil.c:350:31: note: Function 'at_util_parse_sms_index_delivery' argument 3 names different: declaration 'store' definition 'out_st'.
ofono-1.6/drivers/atmodem/atutil.c:351:12: style: Function 'at_util_parse_sms_index_delivery' argument 4 names different: declaration 'index' definition 'out_index'. [funcArgNamesDifferent]
ofono-1.6/drivers/atmodem/atutil.h:70:12: note: Function 'at_util_parse_sms_index_delivery' argument 4 names different: declaration 'index' definition 'out_index'.
ofono-1.6/drivers/atmodem/atutil.c:351:12: note: Function 'at_util_parse_sms_index_delivery' argument 4 names different: declaration 'index' definition 'out_index'.
ofono-1.6/drivers/atmodem/call-meter.c:237:2: warning: The buffer 'currency_buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ofono-1.6/drivers/atmodem/network-registration.c:816:6: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:816:6: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:816:6: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:816:6: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:816:6: warning: %u in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:816:6: warning: %u in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:968:6: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:968:6: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:968:6: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:971:6: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:971:6: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:971:6: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:1080:7: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:1080:7: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:1080:7: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:1080:7: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:1080:7: warning: %u in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:1080:7: warning: %u in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/drivers/atmodem/network-registration.c:971:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ofono-1.6/drivers/atmodem/phonebook.c:225:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
ofono-1.6/drivers/atmodem/sim.c:141:17: style: The scope of the variable 'access' can be reduced. [variableScope]
ofono-1.6/drivers/atmodem/stk.c:88:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/drivers/atmodem/stk.c:121:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/drivers/atmodem/voicecall.c:219:5: warning: Either the condition 'nc' is redundant or there is possible null pointer dereference: nc. [nullPointerRedundantCheck]
ofono-1.6/drivers/atmodem/voicecall.c:203:14: note: Assuming that condition 'nc' is not redundant
ofono-1.6/drivers/atmodem/voicecall.c:219:5: note: Null pointer dereference
ofono-1.6/drivers/atmodem/voicecall.c:225:12: warning: Either the condition 'nc' is redundant or there is possible null pointer dereference: nc. [nullPointerRedundantCheck]
ofono-1.6/drivers/atmodem/voicecall.c:203:14: note: Assuming that condition 'nc' is not redundant
ofono-1.6/drivers/atmodem/voicecall.c:225:12: note: Null pointer dereference
ofono-1.6/drivers/atmodem/voicecall.c:227:4: warning: Either the condition 'nc' is redundant or there is possible null pointer dereference: nc. [nullPointerRedundantCheck]
ofono-1.6/drivers/atmodem/voicecall.c:203:14: note: Assuming that condition 'nc' is not redundant
ofono-1.6/drivers/atmodem/voicecall.c:227:4: note: Null pointer dereference
ofono-1.6/drivers/atmodem/voicecall.c:228:4: warning: Either the condition 'nc' is redundant or there is possible null pointer dereference: nc. [nullPointerRedundantCheck]
ofono-1.6/drivers/atmodem/voicecall.c:203:14: note: Assuming that condition 'nc' is not redundant
ofono-1.6/drivers/atmodem/voicecall.c:228:4: note: Null pointer dereference
ofono-1.6/drivers/atmodem/voicecall.c:242:8: warning: Either the condition 'nc' is redundant or there is possible null pointer dereference: nc. [nullPointerRedundantCheck]
ofono-1.6/drivers/atmodem/voicecall.c:203:14: note: Assuming that condition 'nc' is not redundant
ofono-1.6/drivers/atmodem/voicecall.c:242:8: note: Null pointer dereference
ofono-1.6/drivers/atmodem/voicecall.c:292:22: style: The scope of the variable 'call' can be reduced. [variableScope]
ofono-1.6/drivers/atmodem/voicecall.c:373:52: error: Uninitialized variable: num [uninitvar]
ofono-1.6/drivers/hfpmodem/slc.c:306:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ofono-1.6/drivers/hfpmodem/voicecall.c:248:4: warning: Either the condition 'nc' is redundant or there is possible null pointer dereference: nc. [nullPointerRedundantCheck]
ofono-1.6/drivers/hfpmodem/voicecall.c:234:14: note: Assuming that condition 'nc' is not redundant
ofono-1.6/drivers/hfpmodem/voicecall.c:248:4: note: Null pointer dereference
ofono-1.6/drivers/hfpmodem/voicecall.c:250:15: warning: Either the condition 'nc' is redundant or there is possible null pointer dereference: nc. [nullPointerRedundantCheck]
ofono-1.6/drivers/hfpmodem/voicecall.c:234:14: note: Assuming that condition 'nc' is not redundant
ofono-1.6/drivers/hfpmodem/voicecall.c:250:15: note: Null pointer dereference
ofono-1.6/drivers/hfpmodem/voicecall.c:149:21: style: The scope of the variable 'call' can be reduced. [variableScope]
ofono-1.6/drivers/hfpmodem/voicecall.c:167:21: style: The scope of the variable 'call' can be reduced. [variableScope]
ofono-1.6/drivers/hfpmodem/voicecall.c:197:21: style: The scope of the variable 'nc' can be reduced. [variableScope]
ofono-1.6/drivers/hfpmodem/voicecall.c:296:22: style: The scope of the variable 'call' can be reduced. [variableScope]
ofono-1.6/drivers/hfpmodem/voicecall.c:520:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
ofono-1.6/drivers/hfpmodem/voicecall.c:948:21: style: The scope of the variable 'call' can be reduced. [variableScope]
ofono-1.6/drivers/hsomodem/radio-settings.c:147:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ofono-1.6/drivers/ifxmodem/gprs-context.c:211:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ofono-1.6/drivers/ifxmodem/gprs-context.c:111:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
ofono-1.6/drivers/ifxmodem/radio-settings.c:149:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ofono-1.6/drivers/ifxmodem/radio-settings.c:149:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ofono-1.6/drivers/ifxmodem/radio-settings.c:151:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ofono-1.6/drivers/ifxmodem/voicecall.c:123:21: style: The scope of the variable 'new_call' can be reduced. [variableScope]
ofono-1.6/drivers/ifxmodem/voicecall.c:256:22: style: The scope of the variable 'call' can be reduced. [variableScope]
ofono-1.6/drivers/isimodem/debug.c:721:60: style: Function 'sim_password_name' argument 1 names different: declaration 'value' definition 'type'. [funcArgNamesDifferent]
ofono-1.6/drivers/isimodem/debug.h:68:60: note: Function 'sim_password_name' argument 1 names different: declaration 'value' definition 'type'.
ofono-1.6/drivers/isimodem/debug.c:721:60: note: Function 'sim_password_name' argument 1 names different: declaration 'value' definition 'type'.
ofono-1.6/drivers/isimodem/gprs-context.c:497:33: warning: Either the condition 'cd==NULL' is redundant or there is possible null pointer dereference: cd. [nullPointerRedundantCheck]
ofono-1.6/drivers/isimodem/gprs-context.c:499:9: note: Assuming that condition 'cd==NULL' is not redundant
ofono-1.6/drivers/isimodem/gprs-context.c:497:33: note: Null pointer dereference
ofono-1.6/drivers/isimodem/gprs-context.c:234:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/drivers/isimodem/gprs-context.c:238:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/drivers/isimodem/gprs-context.c:254:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/drivers/isimodem/gprs-context.c:259:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/drivers/isimodem/gprs-context.c:276:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/drivers/isimodem/gprs-context.c:281:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/drivers/isimodem/gprs.c:180:29: style: The scope of the variable 'gc' can be reduced. [variableScope]
ofono-1.6/drivers/isimodem/network-registration.c:318:32: warning: Either the condition 'cbd==NULL' is redundant or there is possible null pointer dereference: cbd. [nullPointerRedundantCheck]
ofono-1.6/drivers/isimodem/network-registration.c:327:10: note: Assuming that condition 'cbd==NULL' is not redundant
ofono-1.6/drivers/isimodem/network-registration.c:318:32: note: Null pointer dereference
ofono-1.6/drivers/isimodem/network-registration.c:320:32: warning: Either the condition 'cbd==NULL' is redundant or there is possible null pointer dereference: cbd. [nullPointerRedundantCheck]
ofono-1.6/drivers/isimodem/network-registration.c:327:10: note: Assuming that condition 'cbd==NULL' is not redundant
ofono-1.6/drivers/isimodem/network-registration.c:320:32: note: Null pointer dereference
ofono-1.6/drivers/isimodem/network-registration.c:577:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/drivers/isimodem/phonebook.c:201:28: warning: Either the condition 'cbd==NULL' is redundant or there is possible null pointer dereference: cbd. [nullPointerRedundantCheck]
ofono-1.6/drivers/isimodem/phonebook.c:222:10: note: Assuming that condition 'cbd==NULL' is not redundant
ofono-1.6/drivers/isimodem/phonebook.c:201:28: note: Null pointer dereference
ofono-1.6/drivers/isimodem/sim.c:346:26: error: Array 'resp->imsi[8]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
ofono-1.6/drivers/isimodem/sim.c:347:23: error: Array 'resp->imsi[8]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
ofono-1.6/drivers/isimodem/sim.c:520:18: style: Same expression on both sides of '==' because the value of 'passwd_type' and 'OFONO_SIM_PASSWORD_SIM_PIN' are the same. [duplicateExpression]
ofono-1.6/drivers/isimodem/sim.c:509:45: note: 'passwd_type' is assigned value 'OFONO_SIM_PASSWORD_SIM_PIN' here.
ofono-1.6/drivers/isimodem/sim.c:520:18: note: Same expression on both sides of '==' because the value of 'passwd_type' and 'OFONO_SIM_PASSWORD_SIM_PIN' are the same.
ofono-1.6/drivers/isimodem/sim.c:346:22: error: Array 'resp.imsi[8]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
ofono-1.6/drivers/isimodem/sim.c:347:19: error: Array 'resp.imsi[8]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
ofono-1.6/drivers/isimodem/voicecall.c:976:11: style: Condition 'byte&CALL_ECT_CALL_STATE_ALERT' is always false [knownConditionTrueFalse]
ofono-1.6/drivers/nwmodem/radio-settings.c:145:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ofono-1.6/drivers/stemodem/caif_rtnl.c:166:24: warning: Possible null pointer dereference: data [nullPointer]
ofono-1.6/drivers/stemodem/caif_rtnl.c:278:4: note: Calling function 'add_attribute', 4th argument 'data' value is 0
ofono-1.6/drivers/stemodem/caif_rtnl.c:166:24: note: Null pointer dereference
ofono-1.6/drivers/stemodem/caif_rtnl.c:141:7: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/drivers/stemodem/caif_rtnl.c:163:8: portability: '(void*)(n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/drivers/stemodem/caif_rtnl.c:276:13: portability: '(void*)(&msg.n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/drivers/stemodem/caif_rtnl.c:281:15: portability: '(void*)(&msg.n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/drivers/stemodem/caif_rtnl.c:302:32: portability: '(void*)(&msg.n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/drivers/stemodem/caif_rtnl.c:303:30: portability: '(void*)(&msg.n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/drivers/stemodem/radio-settings.c:181:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ofono-1.6/drivers/stemodem/voicecall.c:146:22: style: The scope of the variable 'call' can be reduced. [variableScope]
ofono-1.6/drivers/stemodem/voicecall.c:417:21: style: The scope of the variable 'new_call' can be reduced. [variableScope]
ofono-1.6/drivers/ztemodem/radio-settings.c:145:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ofono-1.6/gatchat/gatchat.c:313:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ofono-1.6/gatchat/gatchat.c:182:10: style: The scope of the variable 'p' can be reduced. [variableScope]
ofono-1.6/gatchat/gatchat.c:390:20: style: The scope of the variable 'notify' can be reduced. [variableScope]
ofono-1.6/gatchat/gatchat.c:618:20: style: The scope of the variable 'notify' can be reduced. [variableScope]
ofono-1.6/gatchat/gatchat.c:619:8: style: The scope of the variable 'prefix' can be reduced. [variableScope]
ofono-1.6/gatchat/gatchat.c:1172:20: style: The scope of the variable 'notify' can be reduced. [variableScope]
ofono-1.6/gatchat/gatchat.c:1311:35: style: Function 'g_at_chat_clone' argument 1 names different: declaration 'chat' definition 'clone'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gatchat.h:66:35: note: Function 'g_at_chat_clone' argument 1 names different: declaration 'chat' definition 'clone'.
ofono-1.6/gatchat/gatchat.c:1311:35: note: Function 'g_at_chat_clone' argument 1 names different: declaration 'chat' definition 'clone'.
ofono-1.6/gatchat/gatchat.c:1469:17: style: Function 'g_at_chat_send' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gatchat.h:115:18: note: Function 'g_at_chat_send' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'.
ofono-1.6/gatchat/gatchat.c:1469:17: note: Function 'g_at_chat_send' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'.
ofono-1.6/gatchat/gatchat.c:1478:18: style: Function 'g_at_chat_send_listing' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gatchat.h:126:18: note: Function 'g_at_chat_send_listing' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'.
ofono-1.6/gatchat/gatchat.c:1478:18: note: Function 'g_at_chat_send_listing' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'.
ofono-1.6/gatchat/gatchat.c:1491:18: style: Function 'g_at_chat_send_pdu_listing' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gatchat.h:138:18: note: Function 'g_at_chat_send_pdu_listing' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'.
ofono-1.6/gatchat/gatchat.c:1491:18: note: Function 'g_at_chat_send_pdu_listing' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'.
ofono-1.6/gatchat/gatchat.c:1505:20: style: Function 'g_at_chat_send_and_expect_short_prompt' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gatchat.h:147:18: note: Function 'g_at_chat_send_and_expect_short_prompt' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'.
ofono-1.6/gatchat/gatchat.c:1505:20: note: Function 'g_at_chat_send_and_expect_short_prompt' argument 3 names different: declaration 'valid_resp' definition 'prefix_list'.
ofono-1.6/gatchat/gatchat.c:1536:20: style: Function 'g_at_chat_register' argument 6 names different: declaration 'notify' definition 'destroy_notify'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gatchat.h:155:40: note: Function 'g_at_chat_register' argument 6 names different: declaration 'notify' definition 'destroy_notify'.
ofono-1.6/gatchat/gatchat.c:1536:20: note: Function 'g_at_chat_register' argument 6 names different: declaration 'notify' definition 'destroy_notify'.
ofono-1.6/gatchat/gatio.c:85:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
ofono-1.6/gatchat/gatmux.c:857:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ofono-1.6/gatchat/gatmux.c:887:2: warning: Either the condition 'if(msd)' is redundant or there is possible null pointer dereference: msd. [nullPointerRedundantCheck]
ofono-1.6/gatchat/gatmux.c:896:5: note: Assuming that condition 'if(msd)' is not redundant
ofono-1.6/gatchat/gatmux.c:887:2: note: Null pointer dereference
ofono-1.6/gatchat/gatmux.c:888:2: warning: Either the condition 'if(msd)' is redundant or there is possible null pointer dereference: msd. [nullPointerRedundantCheck]
ofono-1.6/gatchat/gatmux.c:896:5: note: Assuming that condition 'if(msd)' is not redundant
ofono-1.6/gatchat/gatmux.c:888:2: note: Null pointer dereference
ofono-1.6/gatchat/gatmux.c:889:2: warning: Either the condition 'if(msd)' is redundant or there is possible null pointer dereference: msd. [nullPointerRedundantCheck]
ofono-1.6/gatchat/gatmux.c:896:5: note: Assuming that condition 'if(msd)' is not redundant
ofono-1.6/gatchat/gatmux.c:889:2: note: Null pointer dereference
ofono-1.6/gatchat/gatmux.c:890:2: warning: Either the condition 'if(msd)' is redundant or there is possible null pointer dereference: msd. [nullPointerRedundantCheck]
ofono-1.6/gatchat/gatmux.c:896:5: note: Assuming that condition 'if(msd)' is not redundant
ofono-1.6/gatchat/gatmux.c:890:2: note: Null pointer dereference
ofono-1.6/gatchat/gatmux.c:185:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ofono-1.6/gatchat/gatmux.c:275:16: style: The scope of the variable 'source' can be reduced. [variableScope]
ofono-1.6/gatchat/gatmux.c:1078:6: style: The scope of the variable 'max' can be reduced. [variableScope]
ofono-1.6/gatchat/gatmux.c:1079:6: style: The scope of the variable 'frame_size' can be reduced. [variableScope]
ofono-1.6/gatchat/gatmux.c:1233:6: style: The scope of the variable 'max' can be reduced. [variableScope]
ofono-1.6/gatchat/gatmux.c:1234:6: style: The scope of the variable 'frame_size' can be reduced. [variableScope]
ofono-1.6/gatchat/gatmux.c:1102:61: style: Function 'g_at_mux_new_gsm0710_basic' argument 2 names different: declaration 'framesize' definition 'frame_size'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gatmux.h:58:61: note: Function 'g_at_mux_new_gsm0710_basic' argument 2 names different: declaration 'framesize' definition 'frame_size'.
ofono-1.6/gatchat/gatmux.c:1102:61: note: Function 'g_at_mux_new_gsm0710_basic' argument 2 names different: declaration 'framesize' definition 'frame_size'.
ofono-1.6/gatchat/gatmux.c:1257:64: style: Function 'g_at_mux_new_gsm0710_advanced' argument 2 names different: declaration 'framesize' definition 'frame_size'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gatmux.h:59:64: note: Function 'g_at_mux_new_gsm0710_advanced' argument 2 names different: declaration 'framesize' definition 'frame_size'.
ofono-1.6/gatchat/gatmux.c:1257:64: note: Function 'g_at_mux_new_gsm0710_advanced' argument 2 names different: declaration 'framesize' definition 'frame_size'.
ofono-1.6/gatchat/gatmux.c:1049:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/gatchat/gatmux.c:1086:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/gatchat/gatmux.c:1203:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/gatchat/gatmux.c:1241:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/gatchat/gatmux.c:928:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/gatchat/gatmux.c:963:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/gatchat/gatmux.c:1065:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/gatchat/gatmux.c:1077:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/gatchat/gatmux.c:1124:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/gatchat/gatmux.c:1219:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/gatchat/gatmux.c:1232:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ofono-1.6/gatchat/gatppp.c:561:18: style: Function 'g_at_ppp_set_credentials' argument 3 names different: declaration 'passwd' definition 'password'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gatppp.h:73:19: note: Function 'g_at_ppp_set_credentials' argument 3 names different: declaration 'passwd' definition 'password'.
ofono-1.6/gatchat/gatppp.c:561:18: note: Function 'g_at_ppp_set_credentials' argument 3 names different: declaration 'passwd' definition 'password'.
ofono-1.6/gatchat/gatppp.c:599:67: style: Function 'g_at_ppp_set_connect_function' argument 2 names different: declaration 'callback' definition 'func'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gatppp.h:59:67: note: Function 'g_at_ppp_set_connect_function' argument 2 names different: declaration 'callback' definition 'func'.
ofono-1.6/gatchat/gatppp.c:599:67: note: Function 'g_at_ppp_set_connect_function' argument 2 names different: declaration 'callback' definition 'func'.
ofono-1.6/gatchat/gatppp.c:751:56: style: Function 'g_at_ppp_set_server_info' argument 2 names different: declaration 'remote_ip' definition 'remote'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gatppp.h:79:56: note: Function 'g_at_ppp_set_server_info' argument 2 names different: declaration 'remote_ip' definition 'remote'.
ofono-1.6/gatchat/gatppp.c:751:56: note: Function 'g_at_ppp_set_server_info' argument 2 names different: declaration 'remote_ip' definition 'remote'.
ofono-1.6/gatchat/gatresult.c:245:3: warning: %hhx in format string (no. 1) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
ofono-1.6/gatchat/gsm0710.c:175:6: style: The scope of the variable 'temp' can be reduced. [variableScope]
ofono-1.6/gatchat/gsm0710.c:97:44: style: Function 'gsm0710_advanced_extract_frame' argument 1 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gsm0710.h:45:44: note: Function 'gsm0710_advanced_extract_frame' argument 1 names different: declaration 'data' definition 'buf'.
ofono-1.6/gatchat/gsm0710.c:97:44: note: Function 'gsm0710_advanced_extract_frame' argument 1 names different: declaration 'data' definition 'buf'.
ofono-1.6/gatchat/gsm0710.c:98:31: style: Function 'gsm0710_advanced_extract_frame' argument 4 names different: declaration 'out_type' definition 'out_control'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gsm0710.h:46:31: note: Function 'gsm0710_advanced_extract_frame' argument 4 names different: declaration 'out_type' definition 'out_control'.
ofono-1.6/gatchat/gsm0710.c:98:31: note: Function 'gsm0710_advanced_extract_frame' argument 4 names different: declaration 'out_type' definition 'out_control'.
ofono-1.6/gatchat/gsm0710.c:99:15: style: Function 'gsm0710_advanced_extract_frame' argument 5 names different: declaration 'frame' definition 'out_frame'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gsm0710.h:47:15: note: Function 'gsm0710_advanced_extract_frame' argument 5 names different: declaration 'frame' definition 'out_frame'.
ofono-1.6/gatchat/gsm0710.c:99:15: note: Function 'gsm0710_advanced_extract_frame' argument 5 names different: declaration 'frame' definition 'out_frame'.
ofono-1.6/gatchat/gsm0710.c:221:41: style: Function 'gsm0710_basic_extract_frame' argument 1 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gsm0710.h:38:41: note: Function 'gsm0710_basic_extract_frame' argument 1 names different: declaration 'data' definition 'buf'.
ofono-1.6/gatchat/gsm0710.c:221:41: note: Function 'gsm0710_basic_extract_frame' argument 1 names different: declaration 'data' definition 'buf'.
ofono-1.6/gatchat/gsm0710.c:222:31: style: Function 'gsm0710_basic_extract_frame' argument 4 names different: declaration 'out_type' definition 'out_control'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gsm0710.h:39:31: note: Function 'gsm0710_basic_extract_frame' argument 4 names different: declaration 'out_type' definition 'out_control'.
ofono-1.6/gatchat/gsm0710.c:222:31: note: Function 'gsm0710_basic_extract_frame' argument 4 names different: declaration 'out_type' definition 'out_control'.
ofono-1.6/gatchat/gsm0710.c:223:15: style: Function 'gsm0710_basic_extract_frame' argument 5 names different: declaration 'frame' definition 'out_frame'. [funcArgNamesDifferent]
ofono-1.6/gatchat/gsm0710.h:40:15: note: Function 'gsm0710_basic_extract_frame' argument 5 names different: declaration 'frame' definition 'out_frame'.
ofono-1.6/gatchat/gsm0710.c:223:15: note: Function 'gsm0710_basic_extract_frame' argument 5 names different: declaration 'frame' definition 'out_frame'.
ofono-1.6/gatchat/ppp_cp.c:971:36: style: Function 'pppcp_free' argument 1 names different: declaration 'data' definition 'pppcp'. [funcArgNamesDifferent]
ofono-1.6/gatchat/ppp_cp.h:108:36: note: Function 'pppcp_free' argument 1 names different: declaration 'data' definition 'pppcp'.
ofono-1.6/gatchat/ppp_cp.c:971:36: note: Function 'pppcp_free' argument 1 names different: declaration 'data' definition 'pppcp'.
ofono-1.6/gatchat/ppp_cp.c:994:49: style: Function 'pppcp_set_local_options' argument 1 names different: declaration 'data' definition 'pppcp'. [funcArgNamesDifferent]
ofono-1.6/gatchat/ppp_cp.h:116:49: note: Function 'pppcp_set_local_options' argument 1 names different: declaration 'data' definition 'pppcp'.
ofono-1.6/gatchat/ppp_cp.c:994:49: note: Function 'pppcp_set_local_options' argument 1 names different: declaration 'data' definition 'pppcp'.
ofono-1.6/gatchat/ppp_ipcp.c:134:46: style: Function 'ipcp_set_server_info' argument 1 names different: declaration 'ipcp' definition 'pppcp'. [funcArgNamesDifferent]
ofono-1.6/gatchat/ppp.h:97:46: note: Function 'ipcp_set_server_info' argument 1 names different: declaration 'ipcp' definition 'pppcp'.
ofono-1.6/gatchat/ppp_ipcp.c:134:46: note: Function 'ipcp_set_server_info' argument 1 names different: declaration 'ipcp' definition 'pppcp'.
ofono-1.6/gatchat/ppp_lcp.c:343:34: style: Function 'lcp_free' argument 1 names different: declaration 'lcp' definition 'pppcp'. [funcArgNamesDifferent]
ofono-1.6/gatchat/ppp.h:89:34: note: Function 'lcp_free' argument 1 names different: declaration 'lcp' definition 'pppcp'.
ofono-1.6/gatchat/ppp_lcp.c:343:34: note: Function 'lcp_free' argument 1 names different: declaration 'lcp' definition 'pppcp'.
ofono-1.6/gatchat/ppp_lcp.c:351:50: style: Function 'lcp_new' argument 2 names different: declaration 'dormant' definition 'is_server'. [funcArgNamesDifferent]
ofono-1.6/gatchat/ppp.h:88:50: note: Function 'lcp_new' argument 2 names different: declaration 'dormant' definition 'is_server'.
ofono-1.6/gatchat/ppp_lcp.c:351:50: note: Function 'lcp_new' argument 2 names different: declaration 'dormant' definition 'is_server'.
ofono-1.6/gatchat/ppp_net.c:81:11: style: Function 'ppp_net_process_packet' argument 3 names different: declaration 'len' definition 'plen'. [funcArgNamesDifferent]
ofono-1.6/gatchat/ppp.h:116:11: note: Function 'ppp_net_process_packet' argument 3 names different: declaration 'len' definition 'plen'.
ofono-1.6/gatchat/ppp_net.c:81:11: note: Function 'ppp_net_process_packet' argument 3 names different: declaration 'len' definition 'plen'.
ofono-1.6/gdbus/watch.c:314:2: style: Variable 'cb' is reassigned a value before the old one has been used. [redundantAssignment]
ofono-1.6/gdbus/watch.c:312:0: note: Variable 'cb' is reassigned a value before the old one has been used.
ofono-1.6/gdbus/watch.c:314:2: note: Variable 'cb' is reassigned a value before the old one has been used.
ofono-1.6/gdbus/watch.c:397:26: style: The scope of the variable 'cb' can be reduced. [variableScope]
ofono-1.6/gdbus/watch.c:455:26: style: The scope of the variable 'cb' can be reduced. [variableScope]
ofono-1.6/gdbus/watch.c:717:22: style: The scope of the variable 'data' can be reduced. [variableScope]
ofono-1.6/gdbus/watch.c:718:26: style: The scope of the variable 'cb' can be reduced. [variableScope]
ofono-1.6/gdbus/watch.c:681:24: style: Function 'g_dbus_add_disconnect_watch' argument 3 names different: declaration 'function' definition 'func'. [funcArgNamesDifferent]
ofono-1.6/gdbus/gdbus.h:163:24: note: Function 'g_dbus_add_disconnect_watch' argument 3 names different: declaration 'function' definition 'func'.
ofono-1.6/gdbus/watch.c:681:24: note: Function 'g_dbus_add_disconnect_watch' argument 3 names different: declaration 'function' definition 'func'.
ofono-1.6/gdbus/watch.c:715:64: style: Function 'g_dbus_remove_watch' argument 2 names different: declaration 'tag' definition 'id'. [funcArgNamesDifferent]
ofono-1.6/gdbus/gdbus.h:170:64: note: Function 'g_dbus_remove_watch' argument 2 names different: declaration 'tag' definition 'id'.
ofono-1.6/gdbus/watch.c:715:64: note: Function 'g_dbus_remove_watch' argument 2 names different: declaration 'tag' definition 'id'.
ofono-1.6/gisi/client.c:111:17: style: Function 'g_isi_client_send_with_timeout' argument 2 names different: declaration 'msg' definition 'buf'. [funcArgNamesDifferent]
ofono-1.6/gisi/client.h:57:17: note: Function 'g_isi_client_send_with_timeout' argument 2 names different: declaration 'msg' definition 'buf'.
ofono-1.6/gisi/client.c:111:17: note: Function 'g_isi_client_send_with_timeout' argument 2 names different: declaration 'msg' definition 'buf'.
ofono-1.6/gisi/iter.c:59:33: warning: Either the condition 'data==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ofono-1.6/gisi/iter.c:55:11: note: Assuming that condition 'data==NULL' is not redundant
ofono-1.6/gisi/iter.c:59:33: note: Null pointer addition
ofono-1.6/gisi/iter.c:75:33: warning: Either the condition 'data==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ofono-1.6/gisi/iter.c:71:11: note: Assuming that condition 'data==NULL' is not redundant
ofono-1.6/gisi/iter.c:75:33: note: Null pointer addition
ofono-1.6/gisi/iter.c:97:51: style: Function 'g_isi_sb_subiter_init_full' argument 1 names different: declaration 'out' definition 'outer'. [funcArgNamesDifferent]
ofono-1.6/gisi/iter.h:49:51: note: Function 'g_isi_sb_subiter_init_full' argument 1 names different: declaration 'out' definition 'outer'.
ofono-1.6/gisi/iter.c:97:51: note: Function 'g_isi_sb_subiter_init_full' argument 1 names different: declaration 'out' definition 'outer'.
ofono-1.6/gisi/iter.c:98:23: style: Function 'g_isi_sb_subiter_init_full' argument 2 names different: declaration 'in' definition 'inner'. [funcArgNamesDifferent]
ofono-1.6/gisi/iter.h:49:74: note: Function 'g_isi_sb_subiter_init_full' argument 2 names different: declaration 'in' definition 'inner'.
ofono-1.6/gisi/iter.c:98:23: note: Function 'g_isi_sb_subiter_init_full' argument 2 names different: declaration 'in' definition 'inner'.
ofono-1.6/gisi/iter.c:275:13: style: Function 'g_isi_sb_iter_get_latin_tag' argument 2 names different: declaration 'ascii' definition 'latin'. [funcArgNamesDifferent]
ofono-1.6/gisi/iter.h:82:13: note: Function 'g_isi_sb_iter_get_latin_tag' argument 2 names different: declaration 'ascii' definition 'latin'.
ofono-1.6/gisi/iter.c:275:13: note: Function 'g_isi_sb_iter_get_latin_tag' argument 2 names different: declaration 'ascii' definition 'latin'.
ofono-1.6/gisi/iter.c:299:13: style: Function 'g_isi_sb_iter_eat_latin_tag' argument 2 names different: declaration 'ascii' definition 'latin'. [funcArgNamesDifferent]
ofono-1.6/gisi/iter.h:84:13: note: Function 'g_isi_sb_iter_eat_latin_tag' argument 2 names different: declaration 'ascii' definition 'latin'.
ofono-1.6/gisi/iter.c:299:13: note: Function 'g_isi_sb_iter_eat_latin_tag' argument 2 names different: declaration 'ascii' definition 'latin'.
ofono-1.6/gisi/iter.c:329:13: style: Function 'g_isi_sb_iter_get_struct' argument 2 names different: declaration 'ptr' definition 'type'. [funcArgNamesDifferent]
ofono-1.6/gisi/iter.h:86:13: note: Function 'g_isi_sb_iter_get_struct' argument 2 names different: declaration 'ptr' definition 'type'.
ofono-1.6/gisi/iter.c:329:13: note: Function 'g_isi_sb_iter_get_struct' argument 2 names different: declaration 'ptr' definition 'type'.
ofono-1.6/gisi/iter.c:154:31: portability: '(void*)iter->start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/gisi/message.c:113:27: portability: '(void*)msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/gisi/message.c:154:31: portability: 'g_isi_msg_data(msg)' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ofono-1.6/gisi/modem.c:1211:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ofono-1.6/gisi/modem.c:568:54: style: Function 'g_isi_modem_set_device' argument 2 names different: declaration 'dev' definition 'remote'. [funcArgNamesDifferent]
ofono-1.6/gisi/modem.h:54:54: note: Function 'g_isi_modem_set_device' argument 2 names different: declaration 'dev' definition 'remote'.
ofono-1.6/gisi/modem.c:568:54: note: Function 'g_isi_modem_set_device' argument 2 names different: declaration 'dev' definition 'remote'.
ofono-1.6/gisi/modem.c:925:14: style: Function 'g_isi_ntf_subscribe' argument 3 names different: declaration 'type' definition 'msgid'. [funcArgNamesDifferent]
ofono-1.6/gisi/modem.h:108:14: note: Function 'g_isi_ntf_subscribe' argument 3 names different: declaration 'type' definition 'msgid'.
ofono-1.6/gisi/modem.c:925:14: note: Function 'g_isi_ntf_subscribe' argument 3 names different: declaration 'type' definition 'msgid'.
ofono-1.6/gisi/modem.c:959:13: style: Function 'g_isi_service_bind' argument 3 names different: declaration 'type' definition 'msgid'. [funcArgNamesDifferent]
ofono-1.6/gisi/modem.h:112:13: note: Function 'g_isi_service_bind' argument 3 names different: declaration 'type' definition 'msgid'.
ofono-1.6/gisi/modem.c:959:13: note: Function 'g_isi_service_bind' argument 3 names different: declaration 'type' definition 'msgid'.
ofono-1.6/gisi/modem.c:995:14: style: Function 'g_isi_ind_subscribe' argument 3 names different: declaration 'type' definition 'msgid'. [funcArgNamesDifferent]
ofono-1.6/gisi/modem.h:104:14: note: Function 'g_isi_ind_subscribe' argument 3 names different: declaration 'type' definition 'msgid'.
ofono-1.6/gisi/modem.c:995:14: note: Function 'g_isi_ind_subscribe' argument 3 names different: declaration 'type' definition 'msgid'.
ofono-1.6/gisi/modem.c:1136:61: style: Function 'g_isi_modem_set_trace' argument 2 names different: declaration 'notify' definition 'trace'. [funcArgNamesDifferent]
ofono-1.6/gisi/modem.h:56:61: note: Function 'g_isi_modem_set_trace' argument 2 names different: declaration 'notify' definition 'trace'.
ofono-1.6/gisi/modem.c:1136:61: note: Function 'g_isi_modem_set_trace' argument 2 names different: declaration 'notify' definition 'trace'.
ofono-1.6/gisi/netlink.c:247:54: style: Function 'g_isi_pn_netlink_start' argument 1 names different: declaration 'idx' definition 'modem'. [funcArgNamesDifferent]
ofono-1.6/gisi/netlink.h:48:54: note: Function 'g_isi_pn_netlink_start' argument 1 names different: declaration 'idx' definition 'modem'.
ofono-1.6/gisi/netlink.c:247:54: note: Function 'g_isi_pn_netlink_start' argument 1 names different: declaration 'idx' definition 'modem'.
ofono-1.6/gisi/netlink.c:162:8: style: struct member 'Anonymous0::buf' is never used. [unusedStructMember]
ofono-1.6/gisi/netlink.c:316:8: style: struct member 'Anonymous1::buf' is never used. [unusedStructMember]
ofono-1.6/gisi/netlink.c:353:8: style: struct member 'req::buf' is never used. [unusedStructMember]
ofono-1.6/gisi/pep.c:74:71: style: Function 'g_isi_pep_create' argument 3 names different: declaration 'data' definition 'opaque'. [funcArgNamesDifferent]
ofono-1.6/gisi/pep.h:34:71: note: Function 'g_isi_pep_create' argument 3 names different: declaration 'data' definition 'opaque'.
ofono-1.6/gisi/pep.c:74:71: note: Function 'g_isi_pep_create' argument 3 names different: declaration 'data' definition 'opaque'.
ofono-1.6/gisi/pipe.c:382:53: style: Function 'g_isi_pipe_set_userdata' argument 2 names different: declaration 'data' definition 'opaque'. [funcArgNamesDifferent]
ofono-1.6/gisi/pipe.h:41:53: note: Function 'g_isi_pipe_set_userdata' argument 2 names different: declaration 'data' definition 'opaque'.
ofono-1.6/gisi/pipe.c:382:53: note: Function 'g_isi_pipe_set_userdata' argument 2 names different: declaration 'data' definition 'opaque'.
ofono-1.6/gisi/pipe.c:44:10: style: struct member 'isi_pipe_create_req::pad' is never used. [unusedStructMember]
ofono-1.6/gisi/pipe.c:55:10: style: struct member 'isi_pipe_enable_req::pad' is never used. [unusedStructMember]
ofono-1.6/gisi/server.c:87:16: style: Function 'g_isi_server_send' argument 3 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
ofono-1.6/gisi/server.h:45:16: note: Function 'g_isi_server_send' argument 3 names different: declaration 'data' definition 'buf'.
ofono-1.6/gisi/server.c:87:16: note: Function 'g_isi_server_send' argument 3 names different: declaration 'data' definition 'buf'.
ofono-1.6/gisi/socket.c:73:45: style: Function 'g_isi_phonet_peek_length' argument 1 names different: declaration 'io' definition 'channel'. [funcArgNamesDifferent]
ofono-1.6/gisi/socket.h:23:45: note: Function 'g_isi_phonet_peek_length' argument 1 names different: declaration 'io' definition 'channel'.
ofono-1.6/gisi/socket.c:73:45: note: Function 'g_isi_phonet_peek_length' argument 1 names different: declaration 'io' definition 'channel'.
ofono-1.6/gisi/socket.c:81:39: style: Function 'g_isi_phonet_read' argument 1 names different: declaration 'io' definition 'channel'. [funcArgNamesDifferent]
ofono-1.6/gisi/socket.h:24:39: note: Function 'g_isi_phonet_read' argument 1 names different: declaration 'io' definition 'channel'.
ofono-1.6/gisi/socket.c:81:39: note: Function 'g_isi_phonet_read' argument 1 names different: declaration 'io' definition 'channel'.
ofono-1.6/plugins/bluetooth.c:391:29: style: The scope of the variable 'profile' can be reduced. [variableScope]
ofono-1.6/plugins/bluetooth.c:313:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/plugins/bluetooth.c:442:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/plugins/bluetooth.c:797:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/plugins/calypso.c:253:14: style: The scope of the variable 'io' can be reduced. [variableScope]
ofono-1.6/plugins/calypso.c:254:13: style: The scope of the variable 'syntax' can be reduced. [variableScope]
ofono-1.6/plugins/hfp_hf.c:460:6: style: The scope of the variable 'status' can be reduced. [variableScope]
ofono-1.6/plugins/ifx.c:691:29: style: The scope of the variable 'gc' can be reduced. [variableScope]
ofono-1.6/plugins/isiusb.c:207:28: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
ofono-1.6/plugins/isiusb.c:382:29: warning: Either the condition 'isi==NULL' is redundant or there is possible null pointer dereference: isi. [nullPointerRedundantCheck]
ofono-1.6/plugins/isiusb.c:384:25: note: Assuming that condition 'isi==NULL' is not redundant
ofono-1.6/plugins/isiusb.c:382:29: note: Null pointer dereference
ofono-1.6/plugins/mbpi.c:85:53: style: Function 'mbpi_ap_free' argument 1 names different: declaration 'data' definition 'ap'. [funcArgNamesDifferent]
ofono-1.6/plugins/mbpi.h:24:53: note: Function 'mbpi_ap_free' argument 1 names different: declaration 'data' definition 'ap'.
ofono-1.6/plugins/mbpi.c:85:53: note: Function 'mbpi_ap_free' argument 1 names different: declaration 'data' definition 'ap'.
ofono-1.6/plugins/n900.c:241:28: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
ofono-1.6/plugins/n900.c:454:29: warning: Either the condition 'isi==NULL' is redundant or there is possible null pointer dereference: isi. [nullPointerRedundantCheck]
ofono-1.6/plugins/n900.c:456:25: note: Assuming that condition 'isi==NULL' is not redundant
ofono-1.6/plugins/n900.c:454:29: note: Null pointer dereference
ofono-1.6/plugins/nokia-gpio.c:777:23: style: Function 'gpio_remove' argument 1 names different: declaration 'opaque' definition 'data'. [funcArgNamesDifferent]
ofono-1.6/plugins/nokia-gpio.h:38:23: note: Function 'gpio_remove' argument 1 names different: declaration 'opaque' definition 'data'.
ofono-1.6/plugins/nokia-gpio.c:777:23: note: Function 'gpio_remove' argument 1 names different: declaration 'opaque' definition 'data'.
ofono-1.6/plugins/nokia-gpio.c:795:23: style: Function 'gpio_enable' argument 1 names different: declaration 'opaque' definition 'data'. [funcArgNamesDifferent]
ofono-1.6/plugins/nokia-gpio.h:36:23: note: Function 'gpio_enable' argument 1 names different: declaration 'opaque' definition 'data'.
ofono-1.6/plugins/nokia-gpio.c:795:23: note: Function 'gpio_enable' argument 1 names different: declaration 'opaque' definition 'data'.
ofono-1.6/plugins/nokia-gpio.c:808:24: style: Function 'gpio_disable' argument 1 names different: declaration 'opaque' definition 'data'. [funcArgNamesDifferent]
ofono-1.6/plugins/nokia-gpio.h:37:24: note: Function 'gpio_disable' argument 1 names different: declaration 'opaque' definition 'data'.
ofono-1.6/plugins/nokia-gpio.c:808:24: note: Function 'gpio_disable' argument 1 names different: declaration 'opaque' definition 'data'.
ofono-1.6/plugins/ste.c:210:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ofono-1.6/plugins/ste.c:461:29: style: The scope of the variable 'gc' can be reduced. [variableScope]
ofono-1.6/plugins/ste.c:462:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ofono-1.6/plugins/u8500.c:235:28: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
ofono-1.6/plugins/u8500.c:414:29: warning: Either the condition 'isi==NULL' is redundant or there is possible null pointer dereference: isi. [nullPointerRedundantCheck]
ofono-1.6/plugins/u8500.c:416:25: note: Assuming that condition 'isi==NULL' is not redundant
ofono-1.6/plugins/u8500.c:414:29: note: Null pointer dereference
ofono-1.6/src/call-forwarding.c:136:42: style: The scope of the variable 'cond' can be reduced. [variableScope]
ofono-1.6/src/call-forwarding.c:221:42: style: The scope of the variable 'cond' can be reduced. [variableScope]
ofono-1.6/src/call-forwarding.c:246:7: style: The scope of the variable 'number_len' can be reduced. [variableScope]
ofono-1.6/src/call-forwarding.c:634:6: style: The scope of the variable 'len' can be reduced. [variableScope]
ofono-1.6/src/call-forwarding.c:635:14: style: The scope of the variable 'prefix' can be reduced. [variableScope]
ofono-1.6/src/call-forwarding.c:664:6: style: The scope of the variable 'len' can be reduced. [variableScope]
ofono-1.6/src/call-forwarding.c:665:14: style: The scope of the variable 'prefix' can be reduced. [variableScope]
ofono-1.6/src/call-settings.c:807:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ofono-1.6/src/call-settings.c:512:18: style: Same expression on both sides of '||'. [duplicateExpression]
ofono-1.6/src/cbs.c:702:8: style: The scope of the variable 'topics_str' can be reduced. [variableScope]
ofono-1.6/src/smsutil.h:427:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ofono-1.6/src/cdma-smsutil.h:293:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ofono-1.6/src/cdma-smsutil.c:689:0: warning: Redundant assignment of 'dataobj' to itself. [selfAssignment]
ofono-1.6/src/cdma-smsutil.c:558:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/cdma-smsutil.c:719:22: style: Function 'cdma_sms_decode' argument 3 names different: declaration 'out' definition 'incoming'. [funcArgNamesDifferent]
ofono-1.6/src/cdma-smsutil.h:297:22: note: Function 'cdma_sms_decode' argument 3 names different: declaration 'out' definition 'incoming'.
ofono-1.6/src/cdma-smsutil.c:719:22: note: Function 'cdma_sms_decode' argument 3 names different: declaration 'out' definition 'incoming'.
ofono-1.6/src/cdma-smsutil.c:689:9: error: Uninitialized variable: dataobj [uninitvar]
ofono-1.6/src/common.c:556:37: style: Redundant condition: If 'EXPR > '9'', the comparison 'EXPR != '#'' is always true. [redundantCondition]
ofono-1.6/src/common.c:556:53: warning: Logical conjunction always evaluates to false: EXPR > '9' && EXPR < '0'. [incorrectLogicOperator]
ofono-1.6/src/ctm.c:220:33: warning: Either the condition 'd==NULL' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
ofono-1.6/src/ctm.c:222:8: note: Assuming that condition 'd==NULL' is not redundant
ofono-1.6/src/ctm.c:220:33: note: Null pointer dereference
ofono-1.6/src/ctm.c:232:33: warning: Either the condition 'd==NULL' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
ofono-1.6/src/ctm.c:234:8: note: Assuming that condition 'd==NULL' is not redundant
ofono-1.6/src/ctm.c:232:33: note: Null pointer dereference
ofono-1.6/src/emulator.c:354:20: style: The scope of the variable 'ind' can be reduced. [variableScope]
ofono-1.6/src/emulator.c:1254:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
ofono-1.6/src/gnssagent.c:97:25: style: Function 'gnss_agent_set_removed_notify' argument 2 names different: declaration 'removed_cb' definition 'destroy'. [funcArgNamesDifferent]
ofono-1.6/src/gnssagent.h:34:25: note: Function 'gnss_agent_set_removed_notify' argument 2 names different: declaration 'removed_cb' definition 'destroy'.
ofono-1.6/src/gnssagent.c:97:25: note: Function 'gnss_agent_set_removed_notify' argument 2 names different: declaration 'removed_cb' definition 'destroy'.
ofono-1.6/src/gprs.c:2651:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ofono-1.6/src/gprs.c:2652:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ofono-1.6/src/gprs.c:1457:23: style: The scope of the variable 'ctx' can be reduced. [variableScope]
ofono-1.6/src/gprs.c:1991:22: style: The scope of the variable 'ctx' can be reduced. [variableScope]
ofono-1.6/src/gprs.c:2231:22: style: The scope of the variable 'ctx' can be reduced. [variableScope]
ofono-1.6/src/history.c:100:31: style: The scope of the variable 'driver' can be reduced. [variableScope]
ofono-1.6/src/history.c:101:32: style: The scope of the variable 'context' can be reduced. [variableScope]
ofono-1.6/src/location-reporting.c:259:33: warning: Either the condition 'd==NULL' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
ofono-1.6/src/location-reporting.c:261:8: note: Assuming that condition 'd==NULL' is not redundant
ofono-1.6/src/location-reporting.c:259:33: note: Null pointer dereference
ofono-1.6/src/location-reporting.c:272:33: warning: Either the condition 'd==NULL' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
ofono-1.6/src/location-reporting.c:274:8: note: Assuming that condition 'd==NULL' is not redundant
ofono-1.6/src/location-reporting.c:272:33: note: Null pointer dereference
ofono-1.6/src/log.c:278:28: style: Same expression on both sides of '!=' because the value of 'name' and 'NULL' are the same. [duplicateExpression]
ofono-1.6/src/log.c:272:21: note: 'name' is assigned value 'NULL' here.
ofono-1.6/src/log.c:278:28: note: Same expression on both sides of '!=' because the value of 'name' and 'NULL' are the same.
ofono-1.6/src/message-waiting.c:804:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ofono-1.6/src/message-waiting.c:830:4: note: Found duplicate branches for 'if' and 'else'.
ofono-1.6/src/message-waiting.c:804:2: note: Found duplicate branches for 'if' and 'else'.
ofono-1.6/src/message-waiting.c:866:6: style: The scope of the variable 'profile' can be reduced. [variableScope]
ofono-1.6/src/message-waiting.c:866:19: style: The scope of the variable 'iei_found' can be reduced. [variableScope]
ofono-1.6/src/message-waiting.c:751:54: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
ofono-1.6/src/message-waiting.c:752:31: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
ofono-1.6/src/modem.c:291:21: style: The scope of the variable 'atom' can be reduced. [variableScope]
ofono-1.6/src/modem.c:328:21: style: The scope of the variable 'atom' can be reduced. [variableScope]
ofono-1.6/src/modem.c:348:21: style: The scope of the variable 'atom' can be reduced. [variableScope]
ofono-1.6/src/modem.c:369:21: style: The scope of the variable 'atom' can be reduced. [variableScope]
ofono-1.6/src/modem.c:443:33: style: The scope of the variable 'notify' can be reduced. [variableScope]
ofono-1.6/src/modem.c:459:34: style: The scope of the variable 'notify' can be reduced. [variableScope]
ofono-1.6/src/modem.c:584:21: style: The scope of the variable 'atom' can be reduced. [variableScope]
ofono-1.6/src/modem.c:1873:24: style: The scope of the variable 'notify' can be reduced. [variableScope]
ofono-1.6/src/modem.c:2130:22: style: The scope of the variable 'modem' can be reduced. [variableScope]
ofono-1.6/src/modem.c:2148:22: style: The scope of the variable 'modem' can be reduced. [variableScope]
ofono-1.6/src/modem.c:2172:22: style: The scope of the variable 'modem' can be reduced. [variableScope]
ofono-1.6/src/modem.c:2170:53: style: Function '__ofono_modem_foreach' argument 1 names different: declaration 'cb' definition 'func'. [funcArgNamesDifferent]
ofono-1.6/src/ofono.h:100:53: note: Function '__ofono_modem_foreach' argument 1 names different: declaration 'cb' definition 'func'.
ofono-1.6/src/modem.c:2170:53: note: Function '__ofono_modem_foreach' argument 1 names different: declaration 'cb' definition 'func'.
ofono-1.6/src/modem.c:141:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ofono-1.6/src/nettime.c:72:31: style: The scope of the variable 'driver' can be reduced. [variableScope]
ofono-1.6/src/nettime.c:73:32: style: The scope of the variable 'context' can be reduced. [variableScope]
ofono-1.6/src/network.c:1173:34: style: The scope of the variable 'notify' can be reduced. [variableScope]
ofono-1.6/src/network.c:1139:37: style: Function '__ofono_netreg_add_status_watch' argument 2 names different: declaration 'cb' definition 'notify'. [funcArgNamesDifferent]
ofono-1.6/src/ofono.h:428:37: note: Function '__ofono_netreg_add_status_watch' argument 2 names different: declaration 'cb' definition 'notify'.
ofono-1.6/src/network.c:1139:37: note: Function '__ofono_netreg_add_status_watch' argument 2 names different: declaration 'cb' definition 'notify'.
ofono-1.6/src/network.c:135:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ofono-1.6/src/network.c:143:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ofono-1.6/src/network.c:924:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ofono-1.6/src/phonebook.c:89:6: style: The scope of the variable 'len_temp' can be reduced. [variableScope]
ofono-1.6/src/phonebook.c:434:54: style: Function 'export_phonebook' argument 1 names different: declaration 'pb' definition 'phonebook'. [funcArgNamesDifferent]
ofono-1.6/src/phonebook.c:82:54: note: Function 'export_phonebook' argument 1 names different: declaration 'pb' definition 'phonebook'.
ofono-1.6/src/phonebook.c:434:54: note: Function 'export_phonebook' argument 1 names different: declaration 'pb' definition 'phonebook'.
ofono-1.6/src/plugin.c:110:15: style: The scope of the variable 'file' can be reduced. [variableScope]
ofono-1.6/src/plugin.c:111:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
ofono-1.6/src/radio-settings.c:619:33: warning: Either the condition 'd==NULL' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
ofono-1.6/src/radio-settings.c:621:8: note: Assuming that condition 'd==NULL' is not redundant
ofono-1.6/src/radio-settings.c:619:33: note: Null pointer dereference
ofono-1.6/src/radio-settings.c:631:33: warning: Either the condition 'd==NULL' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
ofono-1.6/src/radio-settings.c:633:8: note: Assuming that condition 'd==NULL' is not redundant
ofono-1.6/src/radio-settings.c:631:33: note: Null pointer dereference
ofono-1.6/src/radio-settings.c:381:15: style: The scope of the variable 'reply' can be reduced. [variableScope]
ofono-1.6/src/radio-settings.c:413:15: style: The scope of the variable 'reply' can be reduced. [variableScope]
ofono-1.6/src/radio-settings.c:446:15: style: The scope of the variable 'reply' can be reduced. [variableScope]
ofono-1.6/src/sim.c:224:29: style: The scope of the variable 'num' can be reduced. [variableScope]
ofono-1.6/src/sim.c:1096:29: style: The scope of the variable 'num_a' can be reduced. [variableScope]
ofono-1.6/src/sim.c:1096:37: style: The scope of the variable 'num_b' can be reduced. [variableScope]
ofono-1.6/src/sim.c:1337:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ofono-1.6/src/sim.c:1337:9: style: The scope of the variable 'watch' can be reduced. [variableScope]
ofono-1.6/src/sim.c:2807:14: style: The scope of the variable 'phone' can be reduced. [variableScope]
ofono-1.6/src/simfs.c:1071:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/src/simfs.c:160:6: style: The scope of the variable 'n' can be reduced. [variableScope]
ofono-1.6/src/simfs.c:161:20: style: The scope of the variable 'op' can be reduced. [variableScope]
ofono-1.6/src/simutil.c:1179:16: style: The scope of the variable 'oct' can be reduced. [variableScope]
ofono-1.6/src/simutil.c:292:37: style: Function 'comprehension_tlv_iter_get_tag' argument 1 names different: declaration 'i' definition 'iter'. [funcArgNamesDifferent]
ofono-1.6/src/simutil.h:365:78: note: Function 'comprehension_tlv_iter_get_tag' argument 1 names different: declaration 'i' definition 'iter'.
ofono-1.6/src/simutil.c:292:37: note: Function 'comprehension_tlv_iter_get_tag' argument 1 names different: declaration 'i' definition 'iter'.
ofono-1.6/src/simutil.c:591:19: style: Function 'ber_tlv_builder_set_length' argument 2 names different: declaration 'len' definition 'new_len'. [funcArgNamesDifferent]
ofono-1.6/src/simutil.h:426:19: note: Function 'ber_tlv_builder_set_length' argument 2 names different: declaration 'len' definition 'new_len'.
ofono-1.6/src/simutil.c:591:19: note: Function 'ber_tlv_builder_set_length' argument 2 names different: declaration 'len' definition 'new_len'.
ofono-1.6/src/simutil.c:640:21: style: Function 'ber_tlv_builder_optimize' argument 2 names different: declaration 'pdu' definition 'out_pdu'. [funcArgNamesDifferent]
ofono-1.6/src/simutil.h:433:21: note: Function 'ber_tlv_builder_optimize' argument 2 names different: declaration 'pdu' definition 'out_pdu'.
ofono-1.6/src/simutil.c:640:21: note: Function 'ber_tlv_builder_optimize' argument 2 names different: declaration 'pdu' definition 'out_pdu'.
ofono-1.6/src/simutil.c:640:44: style: Function 'ber_tlv_builder_optimize' argument 3 names different: declaration 'len' definition 'out_len'. [funcArgNamesDifferent]
ofono-1.6/src/simutil.h:433:40: note: Function 'ber_tlv_builder_optimize' argument 3 names different: declaration 'len' definition 'out_len'.
ofono-1.6/src/simutil.c:640:44: note: Function 'ber_tlv_builder_optimize' argument 3 names different: declaration 'len' definition 'out_len'.
ofono-1.6/src/simutil.c:724:18: style: Function 'comprehension_tlv_builder_set_length' argument 2 names different: declaration 'len' definition 'new_len'. [funcArgNamesDifferent]
ofono-1.6/src/simutil.h:383:18: note: Function 'comprehension_tlv_builder_set_length' argument 2 names different: declaration 'len' definition 'new_len'.
ofono-1.6/src/simutil.c:724:18: note: Function 'comprehension_tlv_builder_set_length' argument 2 names different: declaration 'len' definition 'new_len'.
ofono-1.6/src/simutil.c:1291:53: style: Function 'sim_ef_db_lookup' argument 1 names different: declaration 'efid' definition 'id'. [funcArgNamesDifferent]
ofono-1.6/src/simutil.h:475:53: note: Function 'sim_ef_db_lookup' argument 1 names different: declaration 'efid' definition 'id'.
ofono-1.6/src/simutil.c:1291:53: note: Function 'sim_ef_db_lookup' argument 1 names different: declaration 'efid' definition 'id'.
ofono-1.6/src/simutil.c:1444:46: style: Function 'sim_ust_is_available' argument 1 names different: declaration 'service_ust' definition 'efust'. [funcArgNamesDifferent]
ofono-1.6/src/simutil.h:487:46: note: Function 'sim_ust_is_available' argument 1 names different: declaration 'service_ust' definition 'efust'.
ofono-1.6/src/simutil.c:1444:46: note: Function 'sim_ust_is_available' argument 1 names different: declaration 'service_ust' definition 'efust'.
ofono-1.6/src/simutil.c:1453:43: style: Function 'sim_est_is_active' argument 1 names different: declaration 'service_est' definition 'efest'. [funcArgNamesDifferent]
ofono-1.6/src/simutil.h:489:43: note: Function 'sim_est_is_active' argument 1 names different: declaration 'service_est' definition 'efest'.
ofono-1.6/src/simutil.c:1453:43: note: Function 'sim_est_is_active' argument 1 names different: declaration 'service_est' definition 'efest'.
ofono-1.6/src/simutil.c:1462:46: style: Function 'sim_sst_is_available' argument 1 names different: declaration 'service_sst' definition 'efsst'. [funcArgNamesDifferent]
ofono-1.6/src/simutil.h:491:46: note: Function 'sim_sst_is_available' argument 1 names different: declaration 'service_sst' definition 'efsst'.
ofono-1.6/src/simutil.c:1462:46: note: Function 'sim_sst_is_available' argument 1 names different: declaration 'service_sst' definition 'efsst'.
ofono-1.6/src/simutil.c:1471:43: style: Function 'sim_sst_is_active' argument 1 names different: declaration 'service_sst' definition 'efsst'. [funcArgNamesDifferent]
ofono-1.6/src/simutil.h:493:43: note: Function 'sim_sst_is_active' argument 1 names different: declaration 'service_sst' definition 'efsst'.
ofono-1.6/src/simutil.c:1471:43: note: Function 'sim_sst_is_active' argument 1 names different: declaration 'service_sst' definition 'efsst'.
ofono-1.6/src/simutil.c:1480:44: style: Function 'sim_cphs_is_active' argument 1 names different: declaration 'service_cphs' definition 'cphs'. [funcArgNamesDifferent]
ofono-1.6/src/simutil.h:495:44: note: Function 'sim_cphs_is_active' argument 1 names different: declaration 'service_cphs' definition 'cphs'.
ofono-1.6/src/simutil.c:1480:44: note: Function 'sim_cphs_is_active' argument 1 names different: declaration 'service_cphs' definition 'cphs'.
ofono-1.6/src/sms.c:1270:0: warning: Redundant assignment of 'old_charset' to itself. [selfAssignment]
ofono-1.6/src/sms.c:1011:18: style: The scope of the variable 'm' can be reduced. [variableScope]
ofono-1.6/src/sms.c:1012:27: style: The scope of the variable 'uuid' can be reduced. [variableScope]
ofono-1.6/src/sms.c:1131:20: style: The scope of the variable 's' can be reduced. [variableScope]
ofono-1.6/src/sms.c:1169:33: style: The scope of the variable 'notify' can be reduced. [variableScope]
ofono-1.6/src/sms.c:1207:29: style: The scope of the variable 'notify' can be reduced. [variableScope]
ofono-1.6/src/sms.c:1679:19: style: The scope of the variable 'm' can be reduced. [variableScope]
ofono-1.6/src/sms.c:1270:19: error: Uninitialized variable: old_charset [uninitvar]
ofono-1.6/src/smsutil.c:3558:2: style: Variable 'gsm_encoded' is reassigned a value before the old one has been used. [redundantAssignment]
ofono-1.6/src/smsutil.c:3535:0: note: Variable 'gsm_encoded' is reassigned a value before the old one has been used.
ofono-1.6/src/smsutil.c:3558:2: note: Variable 'gsm_encoded' is reassigned a value before the old one has been used.
ofono-1.6/src/smsutil.c:852:0: warning: Redundant assignment of 'fcs' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:1144:0: warning: Redundant assignment of 'fcs' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:1580:0: warning: Redundant assignment of 'udl' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:1581:0: warning: Redundant assignment of 'max' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:1582:0: warning: Redundant assignment of 'udhi' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:1583:0: warning: Redundant assignment of 'dcs' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:1899:0: warning: Redundant assignment of 'is_addr_8bit' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:1986:0: warning: Redundant assignment of 'rn' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:1987:0: warning: Redundant assignment of 'max' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:1987:0: warning: Redundant assignment of 'seq' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:4003:0: warning: Redundant assignment of 'charset' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:4005:0: warning: Redundant assignment of 'iso639' to itself. [selfAssignment]
ofono-1.6/src/smsutil.c:78:16: style: The scope of the variable 'oct' can be reduced. [variableScope]
ofono-1.6/src/smsutil.c:570:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ofono-1.6/src/smsutil.c:2210:20: style: The scope of the variable 'sms' can be reduced. [variableScope]
ofono-1.6/src/smsutil.c:2502:8: style: The scope of the variable 'path' can be reduced. [variableScope]
ofono-1.6/src/smsutil.c:2504:6: style: The scope of the variable 'len' can be reduced. [variableScope]
ofono-1.6/src/smsutil.c:2725:8: style: The scope of the variable 'assembly_table_key' can be reduced. [variableScope]
ofono-1.6/src/smsutil.c:2788:8: style: The scope of the variable 'path' can be reduced. [variableScope]
ofono-1.6/src/smsutil.c:2789:6: style: The scope of the variable 'len' can be reduced. [variableScope]
ofono-1.6/src/smsutil.c:2914:24: style: The scope of the variable 'node' can be reduced. [variableScope]
ofono-1.6/src/smsutil.c:3078:17: style: The scope of the variable 'id_table_key' can be reduced. [variableScope]
ofono-1.6/src/smsutil.c:2992:24: style: Function 'status_report_assembly_report' argument 2 names different: declaration 'status_report' definition 'sr'. [funcArgNamesDifferent]
ofono-1.6/src/smsutil.h:522:24: note: Function 'status_report_assembly_report' argument 2 names different: declaration 'status_report' definition 'sr'.
ofono-1.6/src/smsutil.c:2992:24: note: Function 'status_report_assembly_report' argument 2 names different: declaration 'status_report' definition 'sr'.
ofono-1.6/src/smsutil.c:2994:16: style: Function 'status_report_assembly_report' argument 4 names different: declaration 'msg_delivered' definition 'out_delivered'. [funcArgNamesDifferent]
ofono-1.6/src/smsutil.h:524:16: note: Function 'status_report_assembly_report' argument 4 names different: declaration 'msg_delivered' definition 'out_delivered'.
ofono-1.6/src/smsutil.c:2994:16: note: Function 'status_report_assembly_report' argument 4 names different: declaration 'msg_delivered' definition 'out_delivered'.
ofono-1.6/src/smsutil.c:2609:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ofono-1.6/src/smsutil.c:852:9: error: Uninitialized variable: fcs [uninitvar]
ofono-1.6/src/smsutil.c:1144:9: error: Uninitialized variable: fcs [uninitvar]
ofono-1.6/src/smsutil.c:1580:9: error: Uninitialized variable: udl [uninitvar]
ofono-1.6/src/smsutil.c:1581:9: error: Uninitialized variable: max [uninitvar]
ofono-1.6/src/smsutil.c:1582:11: error: Uninitialized variable: udhi [uninitvar]
ofono-1.6/src/smsutil.c:1583:9: error: Uninitialized variable: dcs [uninitvar]
ofono-1.6/src/smsutil.c:1899:11: error: Uninitialized variable: is_addr_8bit [uninitvar]
ofono-1.6/src/smsutil.c:1986:10: error: Uninitialized variable: rn [uninitvar]
ofono-1.6/src/smsutil.c:1987:9: error: Uninitialized variable: max [uninitvar]
ofono-1.6/src/smsutil.c:1987:33: error: Uninitialized variable: seq [uninitvar]
ofono-1.6/src/smsutil.c:4003:19: error: Uninitialized variable: charset [uninitvar]
ofono-1.6/src/smsutil.c:4005:11: error: Uninitialized variable: iso639 [uninitvar]
ofono-1.6/src/stk.c:2339:2: style: Variable 'vc' is reassigned a value before the old one has been used. [redundantAssignment]
ofono-1.6/src/stk.c:2333:0: note: Variable 'vc' is reassigned a value before the old one has been used.
ofono-1.6/src/stk.c:2339:2: note: Variable 'vc' is reassigned a value before the old one has been used.
ofono-1.6/src/stk.c:2058:6: style: The scope of the variable 'err' can be reduced. [variableScope]
ofono-1.6/src/stk.c:2334:19: style: The scope of the variable 'digit' can be reduced. [variableScope]
ofono-1.6/src/stk.c:2425:13: style: The scope of the variable 'manufacturer_timeout' can be reduced. [variableScope]
ofono-1.6/src/stk.c:262:34: warning: Size of pointer 'msg' used instead of size of its data. [pointerSize]
ofono-1.6/src/stkagent.c:125:25: style: Function 'stk_agent_set_removed_notify' argument 2 names different: declaration 'removed_cb' definition 'destroy'. [funcArgNamesDifferent]
ofono-1.6/src/stkagent.h:72:25: note: Function 'stk_agent_set_removed_notify' argument 2 names different: declaration 'removed_cb' definition 'destroy'.
ofono-1.6/src/stkagent.c:125:25: note: Function 'stk_agent_set_removed_notify' argument 2 names different: declaration 'removed_cb' definition 'destroy'.
ofono-1.6/src/stkutil.c:1631:16: style: The scope of the variable 'label_size' can be reduced. [variableScope]
ofono-1.6/src/stkutil.c:4437:25: style: The scope of the variable 'file' can be reduced. [variableScope]
ofono-1.6/src/stkutil.c:4663:25: style: The scope of the variable 'pos' can be reduced. [variableScope]
ofono-1.6/src/stkutil.c:4663:30: style: The scope of the variable 'shift' can be reduced. [variableScope]
ofono-1.6/src/stkutil.c:4664:16: style: The scope of the variable 'value' can be reduced. [variableScope]
ofono-1.6/src/stkutil.c:5480:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5486:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5501:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5507:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5515:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5521:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5527:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5533:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5539:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5545:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5551:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5557:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5563:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5569:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5575:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5581:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5587:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5603:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5613:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5622:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5641:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5650:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5667:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5674:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5686:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5756:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5762:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5772:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5781:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5803:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5812:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5824:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5840:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5877:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5883:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5887:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5891:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5896:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5901:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5915:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5930:13: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5943:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5949:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5957:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5965:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5974:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5979:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5985:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:5994:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6006:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6012:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6018:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6031:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6037:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6043:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6049:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6055:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6073:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6090:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6096:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6101:17: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6129:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6139:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6150:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6169:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6185:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6195:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6208:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6220:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ofono-1.6/src/stkutil.c:6347:36: style: Function 'stk_text_to_html' argument 1 names different: declaration 'text' definition 'utf8'. [funcArgNamesDifferent]
ofono-1.6/src/stkutil.h:1782:36: note: Function 'stk_text_to_html' argument 1 names different: declaration 'text' definition 'utf8'.
ofono-1.6/src/stkutil.c:6347:36: note: Function 'stk_text_to_html' argument 1 names different: declaration 'text' definition 'utf8'.
ofono-1.6/src/stkutil.c:5460:16: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
ofono-1.6/src/util.c:471:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ofono-1.6/src/util.c:469:0: note: Variable 'result' is reassigned a value before the old one has been used.
ofono-1.6/src/util.c:471:2: note: Variable 'result' is reassigned a value before the old one has been used.
ofono-1.6/src/util.c:1453:3: style: Variable 'converted' is reassigned a value before the old one has been used. [redundantAssignment]
ofono-1.6/src/util.c:1451:0: note: Variable 'converted' is reassigned a value before the old one has been used.
ofono-1.6/src/util.c:1453:3: note: Variable 'converted' is reassigned a value before the old one has been used.
ofono-1.6/src/util.c:872:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ofono-1.6/src/util.c:917:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ofono-1.6/src/util.c:949:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ofono-1.6/src/util.c:986:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ofono-1.6/src/util.c:1169:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ofono-1.6/src/util.c:593:23: style: Function 'convert_gsm_to_utf8_with_lang' argument 6 names different: declaration 'locking_shift_lang' definition 'locking_lang'. [funcArgNamesDifferent]
ofono-1.6/src/util.h:35:23: note: Function 'convert_gsm_to_utf8_with_lang' argument 6 names different: declaration 'locking_shift_lang' definition 'locking_lang'.
ofono-1.6/src/util.c:593:23: note: Function 'convert_gsm_to_utf8_with_lang' argument 6 names different: declaration 'locking_shift_lang' definition 'locking_lang'.
ofono-1.6/src/util.c:594:23: style: Function 'convert_gsm_to_utf8_with_lang' argument 7 names different: declaration 'single_shift_lang' definition 'single_lang'. [funcArgNamesDifferent]
ofono-1.6/src/util.h:36:23: note: Function 'convert_gsm_to_utf8_with_lang' argument 7 names different: declaration 'single_shift_lang' definition 'single_lang'.
ofono-1.6/src/util.c:594:23: note: Function 'convert_gsm_to_utf8_with_lang' argument 7 names different: declaration 'single_shift_lang' definition 'single_lang'.
ofono-1.6/src/util.c:696:23: style: Function 'convert_utf8_to_gsm_with_lang' argument 6 names different: declaration 'locking_shift_lang' definition 'locking_lang'. [funcArgNamesDifferent]
ofono-1.6/src/util.h:44:23: note: Function 'convert_utf8_to_gsm_with_lang' argument 6 names different: declaration 'locking_shift_lang' definition 'locking_lang'.
ofono-1.6/src/util.c:696:23: note: Function 'convert_utf8_to_gsm_with_lang' argument 6 names different: declaration 'locking_shift_lang' definition 'locking_lang'.
ofono-1.6/src/util.c:697:23: style: Function 'convert_utf8_to_gsm_with_lang' argument 7 names different: declaration 'single_shift_lang' definition 'single_lang'. [funcArgNamesDifferent]
ofono-1.6/src/util.h:45:23: note: Function 'convert_utf8_to_gsm_with_lang' argument 7 names different: declaration 'single_shift_lang' definition 'single_lang'.
ofono-1.6/src/util.c:697:23: note: Function 'convert_utf8_to_gsm_with_lang' argument 7 names different: declaration 'single_shift_lang' definition 'single_lang'.
ofono-1.6/src/voicecall.c:1810:2: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ofono-1.6/src/voicecall.c:400:6: warning: Either the condition '(entry=g_queue_peek_nth(vc->toneq,n++))!=NULL' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
ofono-1.6/src/voicecall.c:3807:52: note: Assuming that condition '(entry=g_queue_peek_nth(vc->toneq,n++))!=NULL' is not redundant
ofono-1.6/src/voicecall.c:3811:26: note: Calling function 'tone_request_finish', 2nd argument 'entry' value is 0
ofono-1.6/src/voicecall.c:400:6: note: Null pointer dereference
ofono-1.6/src/voicecall.c:403:9: warning: Either the condition '(entry=g_queue_peek_nth(vc->toneq,n++))!=NULL' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
ofono-1.6/src/voicecall.c:3807:52: note: Assuming that condition '(entry=g_queue_peek_nth(vc->toneq,n++))!=NULL' is not redundant
ofono-1.6/src/voicecall.c:3811:26: note: Calling function 'tone_request_finish', 2nd argument 'entry' value is 0
ofono-1.6/src/voicecall.c:403:9: note: Null pointer dereference
ofono-1.6/src/voicecall.c:235:20: style: The scope of the variable 'v' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:271:20: style: The scope of the variable 'v' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:289:20: style: The scope of the variable 'v' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:332:20: style: The scope of the variable 'v' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:802:20: style: The scope of the variable 'v' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:1110:20: style: The scope of the variable 'v' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:1129:20: style: The scope of the variable 'v' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:1152:20: style: The scope of the variable 'v' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:1171:20: style: The scope of the variable 'v' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:1186:20: style: The scope of the variable 'nc' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:1186:25: style: The scope of the variable 'oc' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:1258:20: style: The scope of the variable 'call' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:2078:20: style: The scope of the variable 'v' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:3760:7: style: The scope of the variable 'final' can be reduced. [variableScope]
ofono-1.6/src/voicecall.c:2395:61: style: Function 'multirelease_callback' argument 1 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
ofono-1.6/src/voicecall.c:126:61: note: Function 'multirelease_callback' argument 1 names different: declaration 'err' definition 'error'.
ofono-1.6/src/voicecall.c:2395:61: note: Function 'multirelease_callback' argument 1 names different: declaration 'err' definition 'error'.
ofono-1.6/src/voicecall.c:3225:3: warning: Conversion of char literal 'x' to bool always evaluates to true. [incorrectCharBooleanError]
ofono-1.6/src/voicecall.c:3227:3: warning: Conversion of char literal 'x' to bool always evaluates to true. [incorrectCharBooleanError]
ofono-1.6/src/watch.c:52:31: style: The scope of the variable 'item' can be reduced. [variableScope]
ofono-1.6/src/watch.c:88:31: style: The scope of the variable 'item' can be reduced. [variableScope]
ofono-1.6/tools/get-location.c:265:6: error: Uninitialized variable: modem_path [uninitvar]
ofono-1.6/tools/get-location.c:270:9: error: Uninitialized variable: ret [uninitvar]
ofono-1.6/unit/test-common.c:69:8: style: The scope of the variable 'str' can be reduced. [variableScope]
ofono-1.6/unit/test-common.c:121:8: style: The scope of the variable 'str' can be reduced. [variableScope]
ofono-1.6/unit/test-sms.c:1103:14: style: The scope of the variable 'sms' can be reduced. [variableScope]
ofono-1.6/unit/test-stkutil.c:189:19: style: The scope of the variable 'si' can be reduced. [variableScope]
ofono-1.6/unit/test-stkutil.c:321:19: style: The scope of the variable 'sf' can be reduced. [variableScope]
ofono-1.6/unit/test-stkutil.c:461:19: style: The scope of the variable 'sf' can be reduced. [variableScope]
ofono-1.6/unit/test-util.c:389:8: style: The scope of the variable 'res' can be reduced. [variableScope]
ofono-1.6/unit/test-util.c:392:12: style: The scope of the variable 'verify' can be reduced. [variableScope]
ofono-1.6/unit/test-util.c:393:17: style: The scope of the variable 'back' can be reduced. [variableScope]
ofono-1.6/unit/test-util.c:451:8: style: The scope of the variable 'res' can be reduced. [variableScope]
ofono-1.6/unit/test-util.c:454:12: style: The scope of the variable 'verify' can be reduced. [variableScope]
ofono-1.6/unit/test-util.c:455:17: style: The scope of the variable 'back' can be reduced. [variableScope]
ofono-1.6/unit/test-util.c:938:17: style: The scope of the variable 'res' can be reduced. [variableScope]
ofono-1.6/unit/test-util.c:939:8: style: The scope of the variable 'utf8' can be reduced. [variableScope]
[12:29]

ftp://ftp.se.debian.org/debian/pool/main/o/ofono-phonesim/ofono-phonesim_1.20.orig.tar.gz
phonesim-1.20/src/attranslator.h:34:13: performance: Technically the member function 'AtTranslator::translateResponse' can be static. [functionStatic]
phonesim-1.20/src/attranslator.cpp:46:23: note: Technically the member function 'AtTranslator::translateResponse' can be static.
phonesim-1.20/src/attranslator.h:34:13: note: Technically the member function 'AtTranslator::translateResponse' can be static.
phonesim-1.20/src/gsmspec.h:34:5: style: Class 'GsmXmlNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/gsmspec.h:68:5: style: Class 'GSMSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/attranslator.h:32:5: style: Class 'AtTranslator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/callmanager.cpp:821:10: style: The scope of the variable 'seen' can be reduced. [variableScope]
phonesim-1.20/src/phonesim.h:371:28: performance: Variable 'response' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/phonesim.h:61:5: style: Class 'SimXmlNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/phonesim.h:126:5: style: Class 'SimItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/phonesim.h:382:5: style: Class 'QVariantTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/callmanager.h:54:5: style: Class 'CallManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/phonesim.h:154:18: style: The function 'command' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/phonesim.h:139:18: note: Virtual function in base class
phonesim-1.20/src/phonesim.h:154:18: note: Function in derived class
phonesim-1.20/src/phonesim.h:181:18: style: The function 'enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/phonesim.h:133:18: note: Virtual function in base class
phonesim-1.20/src/phonesim.h:181:18: note: Function in derived class
phonesim-1.20/src/phonesim.h:182:18: style: The function 'leave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/phonesim.h:136:18: note: Virtual function in base class
phonesim-1.20/src/phonesim.h:182:18: note: Function in derived class
phonesim-1.20/src/simapplication.h:73:19: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/simapplication.h:42:27: note: Virtual function in base class
phonesim-1.20/src/simapplication.h:73:19: note: Function in derived class
phonesim-1.20/src/simapplication.h:75:10: style: The function 'envelope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/simapplication.h:38:18: note: Virtual function in base class
phonesim-1.20/src/simapplication.h:75:10: note: Function in derived class
phonesim-1.20/src/simapplication.h:78:10: style: The function 'mainMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/simapplication.h:56:18: note: Virtual function in base class
phonesim-1.20/src/simapplication.h:78:10: note: Function in derived class
phonesim-1.20/src/simapplication.h:79:10: style: The function 'mainMenuSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/simapplication.h:57:18: note: Virtual function in base class
phonesim-1.20/src/simapplication.h:79:10: note: Function in derived class
phonesim-1.20/src/simapplication.h:154:19: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/simapplication.h:42:27: note: Virtual function in base class
phonesim-1.20/src/simapplication.h:154:19: note: Function in derived class
phonesim-1.20/src/simapplication.h:157:10: style: The function 'mainMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/simapplication.h:56:18: note: Virtual function in base class
phonesim-1.20/src/simapplication.h:157:10: note: Function in derived class
phonesim-1.20/src/simapplication.h:158:10: style: The function 'mainMenuSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/simapplication.h:57:18: note: Virtual function in base class
phonesim-1.20/src/simapplication.h:158:10: note: Function in derived class
phonesim-1.20/src/control.cpp:143:48: style: Function 'callManagement' argument 1 names different: declaration 'info' definition 'list'. [funcArgNamesDifferent]
phonesim-1.20/src/control.h:160:43: note: Function 'callManagement' argument 1 names different: declaration 'info' definition 'list'.
phonesim-1.20/src/control.cpp:143:48: note: Function 'callManagement' argument 1 names different: declaration 'info' definition 'list'.
phonesim-1.20/src/control.cpp:585:61: style: Function 'VoicemailItem' argument 1 names different: declaration 'sender' definition 'from'. [funcArgNamesDifferent]
phonesim-1.20/src/control.h:132:39: note: Function 'VoicemailItem' argument 1 names different: declaration 'sender' definition 'from'.
phonesim-1.20/src/control.cpp:585:61: note: Function 'VoicemailItem' argument 1 names different: declaration 'sender' definition 'from'.
phonesim-1.20/src/control.h:156:10: style: The function 'handleFromData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/hardwaremanipulator.h:43:18: note: Virtual function in base class
phonesim-1.20/src/control.h:156:10: note: Function in derived class
phonesim-1.20/src/control.h:157:10: style: The function 'handleToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/hardwaremanipulator.h:44:18: note: Virtual function in base class
phonesim-1.20/src/control.h:157:10: note: Function in derived class
phonesim-1.20/src/control.h:158:10: style: The function 'setPhoneNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/hardwaremanipulator.h:45:18: note: Virtual function in base class
phonesim-1.20/src/control.h:158:10: note: Function in derived class
phonesim-1.20/src/control.h:159:10: style: The function 'handleNewApp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/hardwaremanipulator.h:54:18: note: Virtual function in base class
phonesim-1.20/src/control.h:159:10: note: Function in derived class
phonesim-1.20/src/control.h:160:10: style: The function 'callManagement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/hardwaremanipulator.h:55:18: note: Virtual function in base class
phonesim-1.20/src/control.h:160:10: note: Function in derived class
phonesim-1.20/src/control.h:163:18: style: The function 'warning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/hardwaremanipulator.h:72:18: note: Virtual function in base class
phonesim-1.20/src/control.h:163:18: note: Function in derived class
phonesim-1.20/src/control.h:173:41: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/hardwaremanipulator.h:86:41: note: Virtual function in base class
phonesim-1.20/src/control.h:173:41: note: Function in derived class
phonesim-1.20/src/control.cpp:541:26: error: Iterator 'i' used after element has been erased. [eraseDereference]
phonesim-1.20/src/control.cpp:520:5: note: Iterator 'i' used after element has been erased.
phonesim-1.20/src/control.cpp:541:26: note: Iterator 'i' used after element has been erased.
phonesim-1.20/src/gsmitem.cpp:24:5: performance: Variable 'command' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/gsmitem.cpp:25:5: performance: Variable 'profile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/gsmitem.cpp:26:5: performance: Variable 'description' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/gsmitem.cpp:27:5: performance: Variable 'parameterFormat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/gsmitem.cpp:28:5: performance: Variable 'responses' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/gsmitem.h:32:13: style: Technically the member function 'GSMItem::getDescription' can be const. [functionConst]
phonesim-1.20/src/gsmitem.cpp:52:18: note: Technically the member function 'GSMItem::getDescription' can be const.
phonesim-1.20/src/gsmitem.h:32:13: note: Technically the member function 'GSMItem::getDescription' can be const.
phonesim-1.20/src/gsmitem.h:33:13: style: Technically the member function 'GSMItem::getProfile' can be const. [functionConst]
phonesim-1.20/src/gsmitem.cpp:35:18: note: Technically the member function 'GSMItem::getProfile' can be const.
phonesim-1.20/src/gsmitem.h:33:13: note: Technically the member function 'GSMItem::getProfile' can be const.
phonesim-1.20/src/gsmitem.h:34:17: style: Technically the member function 'GSMItem::getParameterFormat' can be const. [functionConst]
phonesim-1.20/src/gsmitem.cpp:41:22: note: Technically the member function 'GSMItem::getParameterFormat' can be const.
phonesim-1.20/src/gsmitem.h:34:17: note: Technically the member function 'GSMItem::getParameterFormat' can be const.
phonesim-1.20/src/gsmitem.h:35:17: style: Technically the member function 'GSMItem::getResponseFormat' can be const. [functionConst]
phonesim-1.20/src/gsmitem.cpp:47:22: note: Technically the member function 'GSMItem::getResponseFormat' can be const.
phonesim-1.20/src/gsmitem.h:35:17: note: Technically the member function 'GSMItem::getResponseFormat' can be const.
phonesim-1.20/src/gsmspec.cpp:264:17: style: The scope of the variable 'attr' can be reduced. [variableScope]
phonesim-1.20/src/gsmspec.cpp:172:40: style: Function 'GsmXmlNode' argument 1 names different: declaration 'tag' definition '_tag'. [funcArgNamesDifferent]
phonesim-1.20/src/gsmspec.h:34:32: note: Function 'GsmXmlNode' argument 1 names different: declaration 'tag' definition '_tag'.
phonesim-1.20/src/gsmspec.cpp:172:40: note: Function 'GsmXmlNode' argument 1 names different: declaration 'tag' definition '_tag'.
phonesim-1.20/src/gsmspec.cpp:178:5: performance: Variable 'tag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/gsmspec.h:43:13: style: Technically the member function 'GsmXmlNode::getAttribute' can be const. [functionConst]
phonesim-1.20/src/gsmspec.cpp:236:21: note: Technically the member function 'GsmXmlNode::getAttribute' can be const.
phonesim-1.20/src/gsmspec.h:43:13: note: Technically the member function 'GsmXmlNode::getAttribute' can be const.
phonesim-1.20/src/gsmspec.h:75:10: performance: Technically the member function 'GSMSpec::validateCommand' can be static. [functionStatic]
phonesim-1.20/src/gsmspec.cpp:68:15: note: Technically the member function 'GSMSpec::validateCommand' can be static.
phonesim-1.20/src/gsmspec.h:75:10: note: Technically the member function 'GSMSpec::validateCommand' can be static.
phonesim-1.20/src/gsmspec.h:76:10: performance: Technically the member function 'GSMSpec::validateResponse' can be static. [functionStatic]
phonesim-1.20/src/gsmspec.cpp:82:15: note: Technically the member function 'GSMSpec::validateResponse' can be static.
phonesim-1.20/src/gsmspec.h:76:10: note: Technically the member function 'GSMSpec::validateResponse' can be static.
phonesim-1.20/src/gsmspec.cpp:250:5: style: Class 'GsmXmlHandler' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
phonesim-1.20/src/gsmspec.cpp:250:5: style: Class 'GsmXmlHandler' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
phonesim-1.20/src/phonesim.cpp:1647:28: style: C-style pointer casting [cstyleCast]
phonesim-1.20/src/phonesim.cpp:1658:28: style: C-style pointer casting [cstyleCast]
phonesim-1.20/src/phonesim.cpp:134:17: style: The scope of the variable 'attr' can be reduced. [variableScope]
phonesim-1.20/src/phonesim.cpp:43:40: style: Function 'SimXmlNode' argument 1 names different: declaration 'tag' definition '_tag'. [funcArgNamesDifferent]
phonesim-1.20/src/phonesim.h:61:32: note: Function 'SimXmlNode' argument 1 names different: declaration 'tag' definition '_tag'.
phonesim-1.20/src/phonesim.cpp:43:40: note: Function 'SimXmlNode' argument 1 names different: declaration 'tag' definition '_tag'.
phonesim-1.20/src/phonesim.cpp:517:38: style: Function 'SimRules' argument 2 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
phonesim-1.20/src/phonesim.h:246:31: note: Function 'SimRules' argument 2 names different: declaration 'parent' definition 'p'.
phonesim-1.20/src/phonesim.cpp:517:38: note: Function 'SimRules' argument 2 names different: declaration 'parent' definition 'p'.
phonesim-1.20/src/phonesim.cpp:1328:50: style: Function 'convertCharset' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
phonesim-1.20/src/phonesim.h:349:44: note: Function 'convertCharset' argument 1 names different: declaration 's' definition 'str'.
phonesim-1.20/src/phonesim.cpp:1328:50: note: Function 'convertCharset' argument 1 names different: declaration 's' definition 'str'.
phonesim-1.20/src/phonesim.cpp:1639:64: style: Function 'callControlEventNotify' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
phonesim-1.20/src/phonesim.h:313:58: note: Function 'callControlEventNotify' argument 1 names different: declaration 'event' definition 'evt'.
phonesim-1.20/src/phonesim.cpp:1639:64: note: Function 'callControlEventNotify' argument 1 names different: declaration 'event' definition 'evt'.
phonesim-1.20/src/phonesim.cpp:49:5: performance: Variable 'tag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/phonesim.cpp:173:5: performance: Variable '_rules' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/phonesim.h:70:13: style: Technically the member function 'SimXmlNode::getAttribute' can be const. [functionConst]
phonesim-1.20/src/phonesim.cpp:106:21: note: Technically the member function 'SimXmlNode::getAttribute' can be const.
phonesim-1.20/src/phonesim.h:70:13: note: Technically the member function 'SimXmlNode::getAttribute' can be const.
phonesim-1.20/src/phonesim.cpp:120:5: style: Class 'SimXmlHandler' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
phonesim-1.20/src/phonesim.cpp:120:5: style: Class 'SimXmlHandler' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
phonesim-1.20/src/qatresult.cpp:45:9: performance: Variable 'result' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qatresultparser.cpp:55:9: performance: Variable 'response' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qatresultparser.cpp:330:5: performance: Variable '_number' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qatresultparser.cpp:337:5: performance: Variable '_number' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qatresultparser.cpp:338:5: performance: Variable '_last' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qatresultparser.cpp:345:5: performance: Variable '_str' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qatresultparser.cpp:361:5: performance: Variable '_number' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qatresultparser.cpp:362:5: performance: Variable '_last' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qatresultparser.cpp:363:5: performance: Variable '_str' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qatresultparser.h:74:13: style: Technically the member function 'QAtResultParser::line' can be const. [functionConst]
phonesim-1.20/src/qatresultparser.cpp:162:26: note: Technically the member function 'QAtResultParser::line' can be const.
phonesim-1.20/src/qatresultparser.h:74:13: note: Technically the member function 'QAtResultParser::line' can be const.
phonesim-1.20/src/qatresultparser.cpp:86:5: style: Class 'QAtResultParser' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
phonesim-1.20/src/qatresultparser.cpp:86:5: style: Class 'QAtResultParser' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
phonesim-1.20/src/qatresultparser.h:34:5: style: Class 'QAtResultParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/qatresultparser.h:35:5: style: Class 'QAtResultParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/qatresultparser.h:44:9: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/qatresultparser.h:46:9: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/qatresultparser.h:47:9: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/qatresultparser.cpp:53:5: style: Class 'QAtResultParserPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/qatresultparser.h:38:5: warning: The class 'Node' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
phonesim-1.20/src/qatutils.cpp:640:18: style: The scope of the variable 'ch' can be reduced. [variableScope]
phonesim-1.20/src/qatutils.cpp:856:18: style: The scope of the variable 'ch' can be reduced. [variableScope]
phonesim-1.20/src/qatutils.cpp:869:17: style: The scope of the variable 'middle' can be reduced. [variableScope]
phonesim-1.20/src/qatutils.cpp:1036:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
phonesim-1.20/src/qcbsmessage.cpp:526:9: style: The scope of the variable 'len' can be reduced. [variableScope]
phonesim-1.20/src/qcbsmessage.cpp:182:40: style: Function 'setMessageCode' argument 1 names different: declaration 'code' definition 'num'. [funcArgNamesDifferent]
phonesim-1.20/src/qcbsmessage.h:65:31: note: Function 'setMessageCode' argument 1 names different: declaration 'code' definition 'num'.
phonesim-1.20/src/qcbsmessage.cpp:182:40: note: Function 'setMessageCode' argument 1 names different: declaration 'code' definition 'num'.
phonesim-1.20/src/qcbsmessage.cpp:36:9: performance: Variable 'mMessageCode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qcbsmessage.cpp:38:9: performance: Variable 'mUpdateNumber' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qcbsmessage.cpp:39:9: performance: Variable 'mChannel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qcbsmessage.cpp:41:9: performance: Variable 'mPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qcbsmessage.cpp:42:9: performance: Variable 'mNumPages' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qcbsmessage.h:94:10: performance: Technically the member function 'QCBSMessage::print' can be static. [functionStatic]
phonesim-1.20/src/qcbsmessage.cpp:387:19: note: Technically the member function 'QCBSMessage::print' can be static.
phonesim-1.20/src/qcbsmessage.h:94:10: note: Technically the member function 'QCBSMessage::print' can be static.
phonesim-1.20/src/qsmsmessage_p.h:147:10: performance: Technically the member function 'QPDUMessage::reset' can be static. [functionStatic]
phonesim-1.20/src/qgsmcodec.cpp:282:41: style: Function 'singleFromUnicode' argument 1 names different: declaration 'ch' definition 'c'. [funcArgNamesDifferent]
phonesim-1.20/src/qgsmcodec.h:35:41: note: Function 'singleFromUnicode' argument 1 names different: declaration 'ch' definition 'c'.
phonesim-1.20/src/qgsmcodec.cpp:282:41: note: Function 'singleFromUnicode' argument 1 names different: declaration 'ch' definition 'c'.
phonesim-1.20/src/qsimcommand.cpp:3827:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
phonesim-1.20/src/qsimcommand.cpp:3858:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
phonesim-1.20/src/qsimcommand.cpp:3896:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
phonesim-1.20/src/qsimcommand.cpp:2347:27: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
phonesim-1.20/src/qsimcommand.cpp:33:9: performance: Variable 'identifier' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:34:9: performance: Variable 'iconId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:37:9: performance: Variable 'nextAction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:55:9: performance: Variable 'ref' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:61:9: performance: Variable 'minimumLength' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:62:9: performance: Variable 'maximumLength' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:65:9: performance: Variable 'duration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:66:9: performance: Variable 'defaultItem' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:67:9: performance: Variable 'iconId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:68:9: performance: Variable 'otherIconId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:69:9: performance: Variable 'timerId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:72:9: performance: Variable 'bufferSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:73:9: performance: Variable 'dataLength' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:77:9: performance: Variable 'ref' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:83:9: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:84:9: performance: Variable 'textAttribute' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:85:9: performance: Variable 'otherText' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:86:9: performance: Variable 'otherTextAttribute' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:87:9: performance: Variable 'defaultText' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:88:9: performance: Variable 'minimumLength' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:89:9: performance: Variable 'maximumLength' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:90:9: performance: Variable 'number' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:91:9: performance: Variable 'subAddress' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:94:9: performance: Variable 'duration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:95:9: performance: Variable 'title' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:96:9: performance: Variable 'titleAttribute' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:97:9: performance: Variable 'defaultItem' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:98:9: performance: Variable 'menuItems' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:99:9: performance: Variable 'url' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:100:9: performance: Variable 'language' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:101:9: performance: Variable 'iconId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:102:9: performance: Variable 'otherIconId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:103:9: performance: Variable 'timerId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:106:9: performance: Variable 'extensionData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:107:9: performance: Variable 'bearerDesc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:108:9: performance: Variable 'bufferSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:109:9: performance: Variable 'dataLength' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:110:9: performance: Variable 'apn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:111:9: performance: Variable 'uti' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:112:9: performance: Variable 'userLogin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:113:9: performance: Variable 'userPassword' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:114:9: performance: Variable 'destAddress' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:115:9: performance: Variable 'localAddress' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcommand.cpp:672:5: style: Value of pointer 'd', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
phonesim-1.20/src/qsimcommand.cpp:75:5: style: Class 'QSimCommandPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/qsimcontrolevent.cpp:347:37: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
phonesim-1.20/src/qsimcontrolevent.cpp:80:9: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcontrolevent.cpp:81:9: performance: Variable 'extensionData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimcontrolevent.cpp:76:5: style: Class 'QSimControlEventPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/qsimenvelope.cpp:487:29: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
phonesim-1.20/src/qsimenvelope.cpp:55:9: performance: Variable 'menuItem' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimenvelope.cpp:65:9: performance: Variable 'menuItem' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimenvelope.cpp:67:9: performance: Variable 'extensionData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimenvelope.cpp:59:5: style: Class 'QSimEnvelopePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/qsimterminalresponse.cpp:860:45: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
phonesim-1.20/src/qsimterminalresponse.cpp:135:9: performance: Variable 'command' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimterminalresponse.cpp:136:9: performance: Variable 'commandPdu' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimterminalresponse.cpp:140:9: performance: Variable 'causeData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimterminalresponse.cpp:141:9: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimterminalresponse.cpp:142:9: performance: Variable 'duration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimterminalresponse.cpp:143:9: performance: Variable 'menuItem' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimterminalresponse.cpp:145:9: performance: Variable 'timerId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimterminalresponse.cpp:146:9: performance: Variable 'extensionData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsimterminalresponse.cpp:133:5: style: Class 'QSimTerminalResponsePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/qsmsmessage.cpp:999:9: style: The scope of the variable 'source' can be reduced. [variableScope]
phonesim-1.20/src/qsmsmessage.cpp:1054:9: style: The scope of the variable 'dest' can be reduced. [variableScope]
phonesim-1.20/src/qsmsmessage.cpp:1221:9: style: The scope of the variable 'len' can be reduced. [variableScope]
phonesim-1.20/src/qsmsmessage.cpp:1790:27: style: The scope of the variable 'c' can be reduced. [variableScope]
phonesim-1.20/src/qsmsmessage.cpp:1842:19: style: The scope of the variable 'c' can be reduced. [variableScope]
phonesim-1.20/src/qsmsmessage.cpp:1842:22: style: The scope of the variable 'c4' can be reduced. [variableScope]
phonesim-1.20/src/qsmsmessage.cpp:383:27: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
phonesim-1.20/src/qsmsmessage.cpp:45:15: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:46:15: performance: Variable 'position' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:51:15: performance: Variable 'mimeType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:52:15: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:53:15: performance: Variable 'position' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:58:15: performance: Variable 'mimeType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:59:15: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:60:15: performance: Variable 'position' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:65:15: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:66:15: performance: Variable 'mimeType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:67:15: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:68:15: performance: Variable 'position' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:83:9: performance: Variable 'ref' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:84:9: performance: Variable 'mValidity' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:1495:5: performance: Variable 'mBuffer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage.cpp:1506:5: performance: Variable 'mBuffer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qsmsmessage_p.h:125:10: style: Technically the member function 'QPDUMessage::bit' can be const. [functionConst]
phonesim-1.20/src/qsmsmessage.cpp:1559:19: note: Technically the member function 'QPDUMessage::bit' can be const.
phonesim-1.20/src/qsmsmessage_p.h:125:10: note: Technically the member function 'QPDUMessage::bit' can be const.
phonesim-1.20/src/qsmsmessage_p.h:126:19: style: Technically the member function 'QPDUMessage::bits' can be const. [functionConst]
phonesim-1.20/src/qsmsmessage.cpp:1567:28: note: Technically the member function 'QPDUMessage::bits' can be const.
phonesim-1.20/src/qsmsmessage_p.h:126:19: note: Technically the member function 'QPDUMessage::bits' can be const.
phonesim-1.20/src/qsmsmessage_p.h:127:19: style: Technically the member function 'QPDUMessage::getOctet' can be const. [functionConst]
phonesim-1.20/src/qsmsmessage.cpp:1576:28: note: Technically the member function 'QPDUMessage::getOctet' can be const.
phonesim-1.20/src/qsmsmessage_p.h:127:19: note: Technically the member function 'QPDUMessage::getOctet' can be const.
phonesim-1.20/src/qsmsmessage.cpp:106:10: style: Technically the member function 'QSMSMessagePrivate::gsmValidityPeriod' can be const. [functionConst]
phonesim-1.20/src/qsmsmessage.cpp:352:5: style: Value of pointer 'd', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
phonesim-1.20/src/qsmsmessage.cpp:42:5: style: Class 'QSMSMessagePartPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
phonesim-1.20/src/qsmsmessage_p.h:109:1: warning: The class 'QPDUMessage' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
phonesim-1.20/src/qsmsmessage.cpp:39:1: warning: The class 'QSMSMessagePartPrivate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
phonesim-1.20/src/qsmsmessagelist.cpp:35:59: style: Function 'appendSMS' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
phonesim-1.20/src/qsmsmessagelist.h:39:45: note: Function 'appendSMS' argument 2 names different: declaration 'len' definition 'length'.
phonesim-1.20/src/qsmsmessagelist.cpp:35:59: note: Function 'appendSMS' argument 2 names different: declaration 'len' definition 'length'.
phonesim-1.20/src/qwsppdu.cpp:1640:47: style: Function 'longIntegerLength' argument 1 names different: declaration 'd' definition 'iv'. [funcArgNamesDifferent]
phonesim-1.20/src/qwsppdu.h:209:35: note: Function 'longIntegerLength' argument 1 names different: declaration 'd' definition 'iv'.
phonesim-1.20/src/qwsppdu.cpp:1640:47: note: Function 'longIntegerLength' argument 1 names different: declaration 'd' definition 'iv'.
phonesim-1.20/src/qwsppdu.cpp:487:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qwsppdu.cpp:488:5: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qwsppdu.cpp:1693:5: performance: Variable 'hdr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qwsppdu.cpp:1694:5: performance: Variable 'ba' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qwsppdu.cpp:1813:5: performance: Variable 'parts' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
phonesim-1.20/src/qwsppdu.cpp:170:9: performance: Technically the member function 'QWspDefaultCodec::fieldFromNumber' can be static. [functionStatic]
phonesim-1.20/src/qwsppdu.cpp:2320:23: note: Technically the member function 'QWspDefaultCodec::fieldFromNumber' can be static.
phonesim-1.20/src/qwsppdu.cpp:170:9: note: Technically the member function 'QWspDefaultCodec::fieldFromNumber' can be static.
phonesim-1.20/src/qwsppdu.cpp:171:9: performance: Technically the member function 'QWspDefaultCodec::numberFromField' can be static. [functionStatic]
phonesim-1.20/src/qwsppdu.cpp:2332:23: note: Technically the member function 'QWspDefaultCodec::numberFromField' can be static.
phonesim-1.20/src/qwsppdu.cpp:171:9: note: Technically the member function 'QWspDefaultCodec::numberFromField' can be static.
phonesim-1.20/src/qwsppdu.cpp:165:23: style: The function 'decode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/qwsppdu.h:59:23: note: Virtual function in base class
phonesim-1.20/src/qwsppdu.cpp:165:23: note: Function in derived class
phonesim-1.20/src/qwsppdu.cpp:166:18: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/qwsppdu.h:60:18: note: Virtual function in base class
phonesim-1.20/src/qwsppdu.cpp:166:18: note: Function in derived class
phonesim-1.20/src/qwsppdu.cpp:167:20: style: The function 'codePage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
phonesim-1.20/src/qwsppdu.h:61:20: note: Virtual function in base class
phonesim-1.20/src/qwsppdu.cpp:167:20: note: Function in derived class
phonesim-1.20/src/simapplication.cpp:977:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
phonesim-1.20/src/simapplication.cpp:980:7: note: Found duplicate branches for 'if' and 'else'.
phonesim-1.20/src/simapplication.cpp:977:12: note: Found duplicate branches for 'if' and 'else'.
phonesim-1.20/src/simapplication.cpp:1081:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
phonesim-1.20/src/simapplication.cpp:1084:7: note: Found duplicate branches for 'if' and 'else'.
phonesim-1.20/src/simapplication.cpp:1081:12: note: Found duplicate branches for 'if' and 'else'.
phonesim-1.20/src/simapplication.cpp:1186:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
phonesim-1.20/src/simapplication.cpp:1189:7: note: Found duplicate branches for 'if' and 'else'.
phonesim-1.20/src/simapplication.cpp:1186:12: note: Found duplicate branches for 'if' and 'else'.
phonesim-1.20/src/simapplication.cpp:289:21: warning: Member variable 'DemoSimApplication::sticksLeft' is not initialized in the constructor. [uninitMemberVar]
phonesim-1.20/src/simapplication.cpp:289:21: warning: Member variable 'DemoSimApplication::immediateResponse' is not initialized in the constructor. [uninitMemberVar]
phonesim-1.20/src/simapplication.cpp:29:5: warning: Member variable 'SimApplicationPrivate::rules' is not initialized in the constructor. [uninitMemberVar]
phonesim-1.20/src/simfilesystem.cpp:487:54: style: Function 'resolveFileId' argument 1 names different: declaration 'fileid' definition '_fileid'. [funcArgNamesDifferent]
phonesim-1.20/src/simfilesystem.h:78:43: note: Function 'resolveFileId' argument 1 names different: declaration 'fileid' definition '_fileid'.
phonesim-1.20/src/simfilesystem.cpp:487:54: note: Function 'resolveFileId' argument 1 names different: declaration 'fileid' definition '_fileid'.
phonesim-1.20/src/simfilesystem.cpp:560:5: performance: Variable '_fileid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
[12:29]

ftp://ftp.se.debian.org/debian/pool/main/o/ofxstatement/ofxstatement_0.6.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ogamesim/ogamesim_20130107.orig.tar.gz
ogamesim-20130107/csim/report.c:171:38: style: Function 'print_report' argument 1 names different: declaration 'result' definition 'sr'. [funcArgNamesDifferent]
ogamesim-20130107/csim/report.h:23:38: note: Function 'print_report' argument 1 names different: declaration 'result' definition 'sr'.
ogamesim-20130107/csim/report.c:171:38: note: Function 'print_report' argument 1 names different: declaration 'result' definition 'sr'.
ogamesim-20130107/csim/report.c:61:7: style: Unused variable: i [unusedVariable]
ogamesim-20130107/csim/sim.c:105:10: style: The scope of the variable 'delta_units' can be reduced. [variableScope]
ogamesim-20130107/csim/sim.c:107:13: style: The scope of the variable 'ametal' can be reduced. [variableScope]
ogamesim-20130107/csim/sim.c:107:21: style: The scope of the variable 'acrystal' can be reduced. [variableScope]
ogamesim-20130107/csim/sim.c:107:31: style: The scope of the variable 'adeut' can be reduced. [variableScope]
ogamesim-20130107/csim/sim.c:107:38: style: The scope of the variable 'dmetal' can be reduced. [variableScope]
ogamesim-20130107/csim/sim.c:107:46: style: The scope of the variable 'dcrystal' can be reduced. [variableScope]
ogamesim-20130107/csim/sim.c:107:56: style: The scope of the variable 'ddeut' can be reduced. [variableScope]
[12:29]

ftp://ftp.se.debian.org/debian/pool/main/o/ogdi-dfsg/ogdi-dfsg_3.2.1+ds.orig.tar.gz
ogdi-ogdi_3_2_1/contrib/gdal/gdal_serv.c:300:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/gdal/gdal_serv.c:396:50: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:230:10: style: The scope of the variable 'nRecordOffset' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:609:17: style: The scope of the variable 'nRecordOffset' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:835:17: style: The scope of the variable 'nRecordOffset' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:835:32: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:991:17: style: The scope of the variable 'nRecordOffset' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:991:32: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:1052:17: style: The scope of the variable 'nRecordOffset' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:250:33: style: Function 'DBFOpen' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:322:33: note: Function 'DBFOpen' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:250:33: note: Function 'DBFOpen' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:368:25: style: Function 'DBFClose' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:350:26: note: Function 'DBFClose' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:368:25: note: Function 'DBFClose' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:434:35: style: Function 'DBFCreate' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:323:35: note: Function 'DBFCreate' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:434:35: note: Function 'DBFCreate' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:509:27: style: Function 'DBFAddField' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:327:28: note: Function 'DBFAddField' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:509:27: note: Function 'DBFAddField' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:713:40: style: Function 'DBFReadIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:334:41: note: Function 'DBFReadIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:713:40: note: Function 'DBFReadIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:713:51: style: Function 'DBFReadIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:334:51: note: Function 'DBFReadIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:713:51: note: Function 'DBFReadIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:732:42: style: Function 'DBFReadDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:335:43: note: Function 'DBFReadDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:732:42: note: Function 'DBFReadDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:732:53: style: Function 'DBFReadDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:335:53: note: Function 'DBFReadDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:732:53: note: Function 'DBFReadDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:751:47: style: Function 'DBFReadStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:336:47: note: Function 'DBFReadStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:751:47: note: Function 'DBFReadStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:751:58: style: Function 'DBFReadStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:336:57: note: Function 'DBFReadStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:751:58: note: Function 'DBFReadStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:947:40: style: Function 'DBFWriteDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:340:40: note: Function 'DBFWriteDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:947:40: note: Function 'DBFWriteDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:947:51: style: Function 'DBFWriteDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:340:50: note: Function 'DBFWriteDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:947:51: note: Function 'DBFWriteDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:948:16: style: Function 'DBFWriteDoubleAttribute' argument 4 names different: declaration 'dFieldValue' definition 'dValue'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:341:16: note: Function 'DBFWriteDoubleAttribute' argument 4 names different: declaration 'dFieldValue' definition 'dValue'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:948:16: note: Function 'DBFWriteDoubleAttribute' argument 4 names different: declaration 'dFieldValue' definition 'dValue'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:960:41: style: Function 'DBFWriteIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:338:41: note: Function 'DBFWriteIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:960:41: note: Function 'DBFWriteIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:960:52: style: Function 'DBFWriteIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:338:51: note: Function 'DBFWriteIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:960:52: note: Function 'DBFWriteIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:961:14: style: Function 'DBFWriteIntegerAttribute' argument 4 names different: declaration 'nFieldValue' definition 'nValue'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:339:14: note: Function 'DBFWriteIntegerAttribute' argument 4 names different: declaration 'nFieldValue' definition 'nValue'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:961:14: note: Function 'DBFWriteIntegerAttribute' argument 4 names different: declaration 'nFieldValue' definition 'nValue'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:975:40: style: Function 'DBFWriteStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:342:40: note: Function 'DBFWriteStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:975:40: note: Function 'DBFWriteStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:975:51: style: Function 'DBFWriteStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:342:50: note: Function 'DBFWriteStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:975:51: note: Function 'DBFWriteStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:976:22: style: Function 'DBFWriteStringAttribute' argument 4 names different: declaration 'pszFieldValue' definition 'pszValue'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:343:22: note: Function 'DBFWriteStringAttribute' argument 4 names different: declaration 'pszFieldValue' definition 'pszValue'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:976:22: note: Function 'DBFWriteStringAttribute' argument 4 names different: declaration 'pszFieldValue' definition 'pszValue'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:1139:39: style: Function 'DBFGetNativeFieldType' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:351:42: note: Function 'DBFGetNativeFieldType' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:1139:39: note: Function 'DBFGetNativeFieldType' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:312:6: style: Variable 'nRecords' is assigned a value that is never used. [unreadVariable]
ogdi-ogdi_3_2_1/contrib/ogdi_import/dbfopen.c:465:0: error: Memory leak: pszFullname [memleak]
ogdi-ogdi_3_2_1/contrib/ogdi_import/ogdi_import.c:978:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogdi-ogdi_3_2_1/contrib/ogdi_import/ogdi_import.c:988:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogdi-ogdi_3_2_1/contrib/ogdi_import/ogdi_import.c:538:9: error: Resource leak: fp_aux [resourceLeak]
ogdi-ogdi_3_2_1/contrib/ogdi_import/ogdi_import.c:649:9: error: Resource leak: fp_aux [resourceLeak]
ogdi-ogdi_3_2_1/contrib/ogdi_import/ogdi_import.c:666:9: error: Resource leak: fp_aux [resourceLeak]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:169:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:305:33: style: Function 'SHPOpen' argument 1 names different: declaration 'pszShapeFile' definition 'pszLayer'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:209:33: note: Function 'SHPOpen' argument 1 names different: declaration 'pszShapeFile' definition 'pszLayer'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:305:33: note: Function 'SHPOpen' argument 1 names different: declaration 'pszShapeFile' definition 'pszLayer'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:495:25: style: Function 'SHPClose' argument 1 names different: declaration 'hSHP' definition 'psSHP'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:226:26: note: Function 'SHPClose' argument 1 names different: declaration 'hSHP' definition 'psSHP'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:495:25: note: Function 'SHPClose' argument 1 names different: declaration 'hSHP' definition 'psSHP'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:531:27: style: Function 'SHPGetInfo' argument 1 names different: declaration 'hSHP' definition 'psSHP'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:211:28: note: Function 'SHPGetInfo' argument 1 names different: declaration 'hSHP' definition 'psSHP'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:531:27: note: Function 'SHPGetInfo' argument 1 names different: declaration 'hSHP' definition 'psSHP'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:559:35: style: Function 'SHPCreate' argument 1 names different: declaration 'pszShapeFile' definition 'pszLayer'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:210:35: note: Function 'SHPCreate' argument 1 names different: declaration 'pszShapeFile' definition 'pszLayer'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:559:35: note: Function 'SHPCreate' argument 1 names different: declaration 'pszShapeFile' definition 'pszLayer'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:850:30: style: Function 'SHPWriteObject' argument 1 names different: declaration 'hSHP' definition 'psSHP'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:215:31: note: Function 'SHPWriteObject' argument 1 names different: declaration 'hSHP' definition 'psSHP'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:850:30: note: Function 'SHPWriteObject' argument 1 names different: declaration 'hSHP' definition 'psSHP'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:850:41: style: Function 'SHPWriteObject' argument 2 names different: declaration 'iShape' definition 'nShapeId'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:215:41: note: Function 'SHPWriteObject' argument 2 names different: declaration 'iShape' definition 'nShapeId'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:850:41: note: Function 'SHPWriteObject' argument 2 names different: declaration 'iShape' definition 'nShapeId'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:1198:37: style: Function 'SHPReadObject' argument 1 names different: declaration 'hSHP' definition 'psSHP'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:214:37: note: Function 'SHPReadObject' argument 1 names different: declaration 'hSHP' definition 'psSHP'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:1198:37: note: Function 'SHPReadObject' argument 1 names different: declaration 'hSHP' definition 'psSHP'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:1198:48: style: Function 'SHPReadObject' argument 2 names different: declaration 'iShape' definition 'hEntity'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:214:47: note: Function 'SHPReadObject' argument 2 names different: declaration 'iShape' definition 'hEntity'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:1198:48: note: Function 'SHPReadObject' argument 2 names different: declaration 'iShape' definition 'hEntity'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:1613:36: style: Function 'SHPDestroyObject' argument 1 names different: declaration 'psObject' definition 'psShape'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shapefil.h:217:36: note: Function 'SHPDestroyObject' argument 1 names different: declaration 'psObject' definition 'psShape'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:1613:36: note: Function 'SHPDestroyObject' argument 1 names different: declaration 'psObject' definition 'psShape'.
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:370:0: error: Memory leak: pszFullname [memleak]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:370:0: error: Memory leak: pszBasename [memleak]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:370:0: error: Memory leak: psSHP [memleak]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:599:0: error: Memory leak: pszBasename [memleak]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:599:0: error: Memory leak: pszFullname [memleak]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:604:0: error: Resource leak: fpSHP [resourceLeak]
ogdi-ogdi_3_2_1/contrib/ogdi_import/shpopen.c:381:9: error: Memory leak: psSHP.fpSHP [memleak]
ogdi-ogdi_3_2_1/contrib/ogdi_info/ogdi_info.c:185:17: style: The scope of the variable 'szDMS1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_info/ogdi_info.c:186:17: style: The scope of the variable 'szDMS2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_info/ogdi_info.c:553:27: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_info/ogdi_info.c:557:29: style: The scope of the variable 'oaf' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/contrib/ogdi_info/ogdi_info.c:818:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogdi-ogdi_3_2_1/contrib/ogdi_info/ogdi_info.c:826:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogdi-ogdi_3_2_1/contrib/ogdi_info/ogdi_info.c:832:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogdi-ogdi_3_2_1/contrib/ogdi_info/ogdi_info.c:836:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogdi-ogdi_3_2_1/include/win32/compat/ntopendir.c:227:24: style: The scope of the variable 'odp' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/include/win32/compat/ntunlink.c:31:14: style: The scope of the variable 'error' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/include/win32/compat/strncasecmp.c:41:19: style: The scope of the variable 'u1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/include/win32/compat/strncasecmp.c:41:23: style: The scope of the variable 'u2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/attr_driver/odbc/odbc.c:514:21: style: The scope of the variable 'buffer2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/attr_driver/odbc/odbc.c:522:7: style: The scope of the variable 'type' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/attr_driver/odbc/odbc.c:181:7: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ogdi-ogdi_3_2_1/ogdi/attr_driver/odbc/odbc.c:197:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ogdi-ogdi_3_2_1/ogdi/attr_driver/odbc/odbc.c:212:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ogdi-ogdi_3_2_1/ogdi/attr_driver/odbc/odbc.c:221:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ogdi-ogdi_3_2_1/ogdi/attr_driver/odbc/odbc.c:231:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ogdi-ogdi_3_2_1/ogdi/attr_driver/odbc/odbc.c:532:7: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ogdi-ogdi_3_2_1/ogdi/attr_driver/odbc/odbc.c:541:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:3268:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:3269:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:3294:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:3295:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1603:15: warning: Either the condition 'projection!=NULL' is redundant or there is possible null pointer dereference: projection. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1590:18: note: Assuming that condition 'projection!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1603:15: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:538:7: style: The scope of the variable 'code' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:999:27: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1002:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1004:7: style: The scope of the variable 'n' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1306:7: style: The scope of the variable 'code' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1355:7: style: The scope of the variable 'position' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1356:10: style: The scope of the variable 'distance' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1357:10: style: The scope of the variable 'mindist' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1361:9: style: The scope of the variable 'id' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1486:7: style: The scope of the variable 'code' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1582:7: style: The scope of the variable 'tempproj' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:2781:24: style: The scope of the variable 'temp1_x' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:2781:32: style: The scope of the variable 'temp1_y' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:2945:24: style: The scope of the variable 'temp1_x' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:2945:32: style: The scope of the variable 'temp1_y' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:3131:7: style: The scope of the variable 'code' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:3173:7: style: The scope of the variable 'code' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:3525:7: style: The scope of the variable 'n' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:3776:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:4067:14: style: The scope of the variable 'j' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:1975:14: warning: Char literal compared with pointer 'ptr'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:2031:12: warning: Char literal compared with pointer 'ptr'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
ogdi-ogdi_3_2_1/ogdi/c-api/client.c:3430:2: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
ogdi-ogdi_3_2_1/ogdi/c-api/ecs_capabilities.c:416:14: error: Common realloc mistake: 'list' nulled but not freed upon failure [memleakOnRealloc]
ogdi-ogdi_3_2_1/ogdi/c-api/ecs_dyna.c:206:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogdi-ogdi_3_2_1/ogdi/c-api/ecs_dyna.c:154:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecs_xdrz.c:212:0: error: Memory leak: zbuf [memleak]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1574:5: warning: Either the condition '(result=(ecs_Result*)malloc(sizeof(ecs_Result)))==NULL' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1568:62: note: Assuming that condition '(result=(ecs_Result*)malloc(sizeof(ecs_Result)))==NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1574:5: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1575:5: warning: Either the condition '(result=(ecs_Result*)malloc(sizeof(ecs_Result)))==NULL' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1568:62: note: Assuming that condition '(result=(ecs_Result*)malloc(sizeof(ecs_Result)))==NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1575:5: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1741:19: style: Same expression on both sides of '==' because the value of 'returncode' and 'TRUE' are the same. [duplicateExpression]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1737:16: note: 'returncode' is assigned value 'TRUE' here.
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1741:19: note: Same expression on both sides of '==' because the value of 'returncode' and 'TRUE' are the same.
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1320:7: style: The scope of the variable 'val' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1320:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1664:15: style: The scope of the variable 'newobj' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1855:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1855:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1919:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:2028:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:2072:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:2109:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1688:15: error: Memory leak: Id [memleak]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1693:15: error: Memory leak: attr [memleak]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1754:13: error: Memory leak: Id [memleak]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsassoc.c:1759:13: error: Memory leak: attr [memleak]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsdist.c:500:10: style: The scope of the variable 'xnew' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsdist.c:500:15: style: The scope of the variable 'ynew' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsgeo.c:104:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsgeo.c:104:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsgeo.c:136:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsgeo.c:136:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsgeo.c:136:22: style: The scope of the variable 'dx' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsgeo.c:136:25: style: The scope of the variable 'dy' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsgeo.c:137:10: style: The scope of the variable 'Qbar1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsgeo.c:207:17: style: The scope of the variable 'newresult' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsgeo.c:207:36: style: The scope of the variable 'nlat1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsgeo.c:207:42: style: The scope of the variable 'nlat2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsgeo.c:313:7: style: The scope of the variable 'proj' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecshash.c:144:10: warning: Either the condition 'prevPtr==NULL' is redundant or there is possible null pointer dereference: prevPtr. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/ecshash.c:142:18: note: Assuming that condition 'prevPtr==NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/ecshash.c:144:10: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/ecshash.c:307:43: style: The scope of the variable 'j' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecshash.c:308:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecshash.c:378:18: style: The scope of the variable 'c' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsinfo.c:574:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogdi-ogdi_3_2_1/ogdi/c-api/ecslist.c:412:16: style: The scope of the variable 'result' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsregex.c:254:15: style: The scope of the variable 'len' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/ecsregex.c:286:0: error: Memory leak: r [memleak]
ogdi-ogdi_3_2_1/ogdi/c-api/ecstile.c:746:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogdi-ogdi_3_2_1/ogdi/c-api/ecstile.c:246:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/matrix.c:238:9: warning: Either the condition 'matrix==NULL' is redundant or there is possible null pointer dereference: matrix. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/matrix.c:239:14: note: Assuming that condition 'matrix==NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/matrix.c:238:9: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/matrix.c:230:5: style: Variable 'matrix' is reassigned a value before the old one has been used. [redundantAssignment]
ogdi-ogdi_3_2_1/ogdi/c-api/matrix.c:228:0: note: Variable 'matrix' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/ogdi/c-api/matrix.c:230:5: note: Variable 'matrix' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/ogdi/c-api/matrix.c:225:25: style: Function 'mat_malloc' argument 1 names different: declaration 'heigth' definition 'height'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/ogdi/c-api/matrix.h:24:25: note: Function 'mat_malloc' argument 1 names different: declaration 'heigth' definition 'height'.
ogdi-ogdi_3_2_1/ogdi/c-api/matrix.c:225:25: note: Function 'mat_malloc' argument 1 names different: declaration 'heigth' definition 'height'.
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2245:14: warning: Either the condition 'request!=NULL' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2255:19: note: Assuming that condition 'request!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2245:14: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2525:33: warning: Either the condition 'url!=NULL' is redundant or there is possible null pointer dereference: url. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2249:15: note: Assuming that condition 'url!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:30: note: Calling function 'ecs_AddAttributeLink', 2nd argument 'url' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2525:33: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2527:35: warning: Either the condition 'layer!=NULL' is redundant or there is possible null pointer dereference: layer. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2250:17: note: Assuming that condition 'layer!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:34: note: Calling function 'ecs_AddAttributeLink', 3rd argument 'layer' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2527:35: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2529:40: warning: Either the condition 'drivertype!=NULL' is redundant or there is possible null pointer dereference: drivertype. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2251:22: note: Assuming that condition 'drivertype!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:47: note: Calling function 'ecs_AddAttributeLink', 5th argument 'drivertype' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2529:40: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2531:47: warning: Either the condition 'informationSource!=NULL' is redundant or there is possible null pointer dereference: infosource. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2252:29: note: Assuming that condition 'informationSource!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:58: note: Calling function 'ecs_AddAttributeLink', 6th argument 'infosource' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2531:47: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2533:45: warning: Either the condition 'user!=NULL' is redundant or there is possible null pointer dereference: userdesc. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2253:16: note: Assuming that condition 'user!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:76: note: Calling function 'ecs_AddAttributeLink', 7th argument 'userdesc' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2533:45: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2535:53: warning: Either the condition 'passwrd!=NULL' is redundant or there is possible null pointer dereference: autorization. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2254:19: note: Assuming that condition 'passwrd!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:81: note: Calling function 'ecs_AddAttributeLink', 8th argument 'autorization' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2535:53: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2537:46: warning: Either the condition 'request!=NULL' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2255:19: note: Assuming that condition 'request!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:89: note: Calling function 'ecs_AddAttributeLink', 9th argument 'request' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2537:46: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2540:19: warning: Either the condition 'url!=NULL' is redundant or there is possible null pointer dereference: url. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2249:15: note: Assuming that condition 'url!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:30: note: Calling function 'ecs_AddAttributeLink', 2nd argument 'url' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2540:19: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2541:21: warning: Either the condition 'layer!=NULL' is redundant or there is possible null pointer dereference: layer. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2250:17: note: Assuming that condition 'layer!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:34: note: Calling function 'ecs_AddAttributeLink', 3rd argument 'layer' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2541:21: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2543:26: warning: Either the condition 'drivertype!=NULL' is redundant or there is possible null pointer dereference: drivertype. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2251:22: note: Assuming that condition 'drivertype!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:47: note: Calling function 'ecs_AddAttributeLink', 5th argument 'drivertype' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2543:26: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2544:33: warning: Either the condition 'informationSource!=NULL' is redundant or there is possible null pointer dereference: infosource. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2252:29: note: Assuming that condition 'informationSource!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:58: note: Calling function 'ecs_AddAttributeLink', 6th argument 'infosource' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2544:33: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2545:31: warning: Either the condition 'user!=NULL' is redundant or there is possible null pointer dereference: userdesc. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2253:16: note: Assuming that condition 'user!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:76: note: Calling function 'ecs_AddAttributeLink', 7th argument 'userdesc' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2545:31: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2546:39: warning: Either the condition 'passwrd!=NULL' is redundant or there is possible null pointer dereference: autorization. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2254:19: note: Assuming that condition 'passwrd!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:81: note: Calling function 'ecs_AddAttributeLink', 8th argument 'autorization' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2546:39: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2547:32: warning: Either the condition 'request!=NULL' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2255:19: note: Assuming that condition 'request!=NULL' is not redundant
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2247:89: note: Calling function 'ecs_AddAttributeLink', 9th argument 'request' value is 0
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2547:32: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:524:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:523:2: note: Variable 'msg' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:524:2: note: Variable 'msg' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2156:3: style: Variable 'gl' is reassigned a value before the old one has been used. [redundantAssignment]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2141:0: note: Variable 'gl' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2156:3: note: Variable 'gl' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:151:21: style: The scope of the variable 'msg' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:343:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:599:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:601:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:654:9: style: The scope of the variable 'handle' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:655:12: style: The scope of the variable 'func' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:807:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:1090:7: style: The scope of the variable 'result' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:1221:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:1795:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2409:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2409:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2803:19: style: The scope of the variable 'pos' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:2807:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/c-api/server.c:3021:0: error: Memory leak: ptr [memleak]
ogdi-ogdi_3_2_1/ogdi/datum_driver/canada/dtcanada.c:87:9: style: The scope of the variable 'pathfile' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/datum_driver/canada/nadconv.c:215:7: style: The scope of the variable 'onlimit' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/datum_driver/canada/nadconv.c:599:10: style: The scope of the variable 'tlat' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/datum_driver/canada/nadconv.c:599:16: style: The scope of the variable 'tlong' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/datum_driver/canada/sdms.c:31:9: style: Variable 'rn' is assigned a value that is never used. [unreadVariable]
ogdi-ogdi_3_2_1/ogdi/datum_driver/usa/dtusa.c:132:9: style: The scope of the variable 'pathfile' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/adrg.c:327:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/adrg.c:468:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/adrg.c:605:25: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/adrg.c:605:27: style: The scope of the variable 'j' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/adrg.c:605:29: style: The scope of the variable 'k' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/adrg.c:608:7: style: The scope of the variable 'count' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:67:33: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:67:41: style: The scope of the variable 'tile' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:67:46: style: The scope of the variable 'tile_physique' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:201:9: style: The scope of the variable 'i2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:201:12: style: The scope of the variable 'j2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:258:9: style: The scope of the variable 'i2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:258:12: style: The scope of the variable 'j2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:333:22: style: The scope of the variable 'tile' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:333:27: style: The scope of the variable 'tile_physique' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:333:41: style: The scope of the variable 'tile_x' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:333:48: style: The scope of the variable 'tile_y' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:334:16: style: The scope of the variable 'tile_r' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:334:23: style: The scope of the variable 'tile_c' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:335:25: style: The scope of the variable 'Red' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:335:29: style: The scope of the variable 'Green' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:335:35: style: The scope of the variable 'Blue' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:335:40: style: The scope of the variable 'PosRed' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:489:9: style: The scope of the variable 'i2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:489:12: style: The scope of the variable 'j2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:546:9: style: The scope of the variable 'i2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:546:12: style: The scope of the variable 'j2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:621:22: style: The scope of the variable 'tile' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:621:27: style: The scope of the variable 'tile_physique' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:621:41: style: The scope of the variable 'tile_x' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:621:48: style: The scope of the variable 'tile_y' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:622:16: style: The scope of the variable 'tile_r' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:622:23: style: The scope of the variable 'tile_c' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:623:25: style: The scope of the variable 'Red' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:623:29: style: The scope of the variable 'Green' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:623:35: style: The scope of the variable 'Blue' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/adrg/object.c:623:40: style: The scope of the variable 'PosRed' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:200:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:162:21: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:317:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:439:9: style: The scope of the variable 'k' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:440:9: style: The scope of the variable 'intensity' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:441:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:443:9: style: The scope of the variable 'limit1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:443:16: style: The scope of the variable 'limit2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:444:9: style: The scope of the variable 'max' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:444:14: style: The scope of the variable 'min' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:444:19: style: The scope of the variable 'range' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:445:12: style: The scope of the variable 'm' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/dted.c:445:14: style: The scope of the variable 'b' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/object.c:130:8: style: The scope of the variable 'dtedfilename' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/object.c:133:17: style: The scope of the variable 'pos1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/object.c:134:17: style: The scope of the variable 'pos2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/object.c:349:9: style: The scope of the variable 'dtedfilename' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/utils.c:114:7: style: The scope of the variable 'size' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/utils.c:436:9: style: The scope of the variable 'test' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/utils.c:438:20: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/utils.c:705:17: style: The scope of the variable 'tile_x' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/dted/utils.c:968:3: warning: Possible buffer overflow if strlen(layername) is larger than or equal to sizeof(spriv). [possibleBufferAccessOutOfBounds]
ogdi-ogdi_3_2_1/ogdi/driver/network/remote.c:285:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:314:16: style: The scope of the variable 'tile' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:314:21: style: The scope of the variable 'tile_x' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:314:28: style: The scope of the variable 'tile_y' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:315:16: style: The scope of the variable 'tile_r' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:315:23: style: The scope of the variable 'tile_c' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:316:25: style: The scope of the variable 'Val' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:316:29: style: The scope of the variable 'PosVal' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:726:16: style: The scope of the variable 'tile' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:726:21: style: The scope of the variable 'tile_x' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:726:28: style: The scope of the variable 'tile_y' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:727:16: style: The scope of the variable 'tile_r' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:727:23: style: The scope of the variable 'tile_c' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:728:25: style: The scope of the variable 'Val' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/object.c:728:29: style: The scope of the variable 'PosVal' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/rpf.c:195:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/rpf.c:436:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/rpf.c:705:25: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/rpf.c:705:27: style: The scope of the variable 'j' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/rpf.c:705:29: style: The scope of the variable 'k' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/rpf.c:708:7: style: The scope of the variable 'count' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:2083:18: warning: Logical conjunction always evaluates to false: tno == -1L && tno == ~(0). [incorrectLogicOperator]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1806:32: style: Condition 'file->head.rpf_type==RPF_CDTED' is always true [knownConditionTrueFalse]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1169:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:944:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:945:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:946:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:947:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:948:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:949:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:950:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:951:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:952:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:953:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:954:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:955:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1714:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1715:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1716:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1717:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1718:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1719:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1720:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1721:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1722:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1723:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1724:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1725:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:607:9: style: The scope of the variable 'test' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:748:27: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:780:18: style: The scope of the variable 'frame' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1299:12: style: The scope of the variable 'string' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1597:12: style: The scope of the variable 'date' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1602:12: style: The scope of the variable 'string' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:1999:8: style: The scope of the variable 'offset' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:2003:8: style: The scope of the variable 'string' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:2074:11: style: The scope of the variable 'j' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:2074:14: style: The scope of the variable 't' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:2074:17: style: The scope of the variable 'e' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:2075:9: style: The scope of the variable 'val' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:2076:8: style: The scope of the variable 'index' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/rpf/utils.c:2078:9: style: The scope of the variable 'string' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/object.c:357:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/object.c:664:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/object.c:916:19: style: The scope of the variable 'calcdistance' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/object.c:919:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/object.c:1166:19: style: The scope of the variable 'calcdistance' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/object.c:1169:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/object.c:1296:9: style: The scope of the variable 'i2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/object.c:1296:12: style: The scope of the variable 'j2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/object.c:1379:9: style: The scope of the variable 'i2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/object.c:1379:12: style: The scope of the variable 'j2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/object.c:619:3: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
ogdi-ogdi_3_2_1/ogdi/driver/skeleton/skeleton.c:504:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1501:16: warning: Either the condition 'if(ptr1)' is redundant or there is possible null pointer dereference: ptr1. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1503:5: note: Assuming that condition 'if(ptr1)' is not redundant
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1501:16: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1502:16: warning: Either the condition 'if(ptr1)' is redundant or there is possible null pointer dereference: ptr1. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1503:5: note: Assuming that condition 'if(ptr1)' is not redundant
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1502:16: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1517:16: warning: Either the condition 'if(ptr2)' is redundant or there is possible null pointer dereference: ptr2. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1519:5: note: Assuming that condition 'if(ptr2)' is not redundant
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1517:16: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1518:16: warning: Either the condition 'if(ptr2)' is redundant or there is possible null pointer dereference: ptr2. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1519:5: note: Assuming that condition 'if(ptr2)' is not redundant
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1518:16: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1533:16: warning: Either the condition 'if(ptr3)' is redundant or there is possible null pointer dereference: ptr3. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1535:5: note: Assuming that condition 'if(ptr3)' is not redundant
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1533:16: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1534:16: warning: Either the condition 'if(ptr3)' is redundant or there is possible null pointer dereference: ptr3. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1535:5: note: Assuming that condition 'if(ptr3)' is not redundant
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1534:16: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1549:16: warning: Either the condition 'if(ptr4)' is redundant or there is possible null pointer dereference: ptr4. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1551:5: note: Assuming that condition 'if(ptr4)' is not redundant
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1549:16: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1550:16: warning: Either the condition 'if(ptr4)' is redundant or there is possible null pointer dereference: ptr4. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1551:5: note: Assuming that condition 'if(ptr4)' is not redundant
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1550:16: note: Null pointer dereference
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:851:16: style: The scope of the variable 'k' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:851:18: style: The scope of the variable 'qty' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:856:10: style: The scope of the variable 'x' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:856:12: style: The scope of the variable 'y' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1485:27: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1486:31: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1487:34: style: The scope of the variable 'ptr3' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:1488:38: style: The scope of the variable 'ptr4' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/feature.c:373:0: error: Memory leak: primConsumed [memleak]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/object.c:220:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/swq.c:589:11: error: Array 'spaces[60]' accessed at index 60, which is out of bounds. [arrayIndexOutOfBounds]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/swq.c:587:5: note: After for loop, i has value 60
ogdi-ogdi_3_2_1/ogdi/driver/vrf/swq.c:589:11: note: Array index out of bounds
ogdi-ogdi_3_2_1/ogdi/driver/vrf/swq.c:472:42: style: Function 'swq_expr_compile' argument 5 names different: declaration 'expr' definition 'expr_out'. [funcArgNamesDifferent]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/swq.h:77:37: note: Function 'swq_expr_compile' argument 5 names different: declaration 'expr' definition 'expr_out'.
ogdi-ogdi_3_2_1/ogdi/driver/vrf/swq.c:472:42: note: Function 'swq_expr_compile' argument 5 names different: declaration 'expr' definition 'expr_out'.
ogdi-ogdi_3_2_1/ogdi/driver/vrf/swq.c:333:9: error: Memory leak: op [memleak]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/swq.c:372:9: error: Memory leak: op [memleak]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1982:42: style: Same expression on both sides of '||'. [duplicateExpression]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:405:9: style: The scope of the variable 'buf1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:623:9: style: The scope of the variable 'covname' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:634:7: style: The scope of the variable 'existtableflag' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1441:9: style: The scope of the variable 'buf1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1617:16: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1617:19: style: The scope of the variable 'j' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1617:25: style: The scope of the variable 'k' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1617:28: style: The scope of the variable 'count' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1618:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1619:9: style: The scope of the variable 'name' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1619:16: style: The scope of the variable 'fclass' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1619:26: style: The scope of the variable 'list' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1620:8: style: The scope of the variable 'ftype' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1741:23: style: The scope of the variable 'line' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:1749:9: style: The scope of the variable 'buf1' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:2050:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/utils.c:2051:18: style: The scope of the variable 'fclass' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/vrf.c:143:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/vrf.c:605:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/vrfswq.c:132:11: style: The scope of the variable 'tptr' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/driver/vrf/vrfswq.c:143:25: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/gltpd/asyncsvr.c:259:9: style: Condition 'gltpdstate' is always true [knownConditionTrueFalse]
ogdi-ogdi_3_2_1/ogdi/gltpd/asyncsvr.c:258:18: note: Assignment 'gltpdstate=(FILE*)(void*)1', assigned value is 1
ogdi-ogdi_3_2_1/ogdi/gltpd/asyncsvr.c:259:9: note: Condition 'gltpdstate' is always true
ogdi-ogdi_3_2_1/ogdi/gltpd/asyncsvr.c:251:9: style: union member 'Anonymous0::fill' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/gltpd/asyncsvr.c:128:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogdi-ogdi_3_2_1/ogdi/gltpd/ecs_svc.c:58:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ogdi-ogdi_3_2_1/ogdi/gltpd/ecs_svc.c:60:2: note: Found duplicate branches for 'if' and 'else'.
ogdi-ogdi_3_2_1/ogdi/gltpd/ecs_svc.c:58:2: note: Found duplicate branches for 'if' and 'else'.
ogdi-ogdi_3_2_1/ogdi/gltpd/ecs_svc.c:94:9: style: union member 'Anonymous0::createserver_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/gltpd/ecs_svc.c:98:9: style: union member 'Anonymous0::getobject_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/gltpd/ecs_svc.c:100:9: style: union member 'Anonymous0::updatedictionary_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/gltpd/ecs_svc.c:102:9: style: union member 'Anonymous0::setserverprojection_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/gltpd/sun/asyncsvr.c:115:9: style: union member 'Anonymous0::fill' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/gltpd/sun/asyncsvr.c:34:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogdi-ogdi_3_2_1/ogdi/gltpd/sun/asyncsvr.c:43:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
ogdi-ogdi_3_2_1/ogdi/gltpd/sun/ecs_svc.c:237:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/gltpd/sun/ecs_svc.c:86:9: style: union member 'Anonymous0::createserver_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/gltpd/sun/ecs_svc.c:90:9: style: union member 'Anonymous0::getobject_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/gltpd/sun/ecs_svc.c:92:9: style: union member 'Anonymous0::updatedictionary_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/gltpd/sun/ecs_svc.c:94:9: style: union member 'Anonymous0::setserverprojection_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/glutil/status_d.c:144:11: style: Variable 'threadId' is not assigned a value. [unassignedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_svc.c:237:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_svc.c:86:9: style: union member 'Anonymous15::createserver_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_svc.c:90:9: style: union member 'Anonymous15::getobject_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_svc.c:92:9: style: union member 'Anonymous15::updatedictionary_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_svc.c:94:9: style: union member 'Anonymous15::setserverprojection_1_arg' is never used. [unusedStructMember]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:14:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:27:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:50:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:63:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:76:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:96:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:111:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:127:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:141:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:155:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:168:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:182:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:196:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:211:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:321:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:334:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:426:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:451:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:464:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:485:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:499:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:522:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:544:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:592:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/include/sun/ecs_xdr.c:609:17: style: Unused variable: buf [unusedVariable]
ogdi-ogdi_3_2_1/ogdi/tcl_interface/ecs_tcl.c:337:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogdi-ogdi_3_2_1/ogdi/tcl_interface/ecs_tcl.c:1013:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogdi-ogdi_3_2_1/vpflib/linklist.c:703:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:174:27: style: The scope of the variable 'dmax' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:174:40: style: The scope of the variable 'xmax' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:174:46: style: The scope of the variable 'xmin' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:174:52: style: The scope of the variable 'ymax' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:174:58: style: The scope of the variable 'ymin' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:331:19: style: The scope of the variable 'rlat' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:332:11: style: The scope of the variable 'a' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:332:14: style: The scope of the variable 'b' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:332:17: style: The scope of the variable 'cterm' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:332:31: style: The scope of the variable 'len2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:332:37: style: The scope of the variable 'maxd2' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:332:63: style: The scope of the variable 'xa' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:332:67: style: The scope of the variable 'xf' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:333:15: style: The scope of the variable 'ya' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/reduce2.c:333:19: style: The scope of the variable 'yf' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/set.c:657:18: style: The scope of the variable 'byte' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:690:13: style: Variable 'nr' is reassigned a value before the old one has been used. [redundantAssignment]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:683:13: note: Variable 'nr' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:690:13: note: Variable 'nr' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:356:16: style: The scope of the variable 'primtype' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:1061:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:1195:17: style: The scope of the variable 'spxname' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:1196:17: style: The scope of the variable 'brname' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:1284:10: style: The scope of the variable 'delta' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:1466:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:640:13: error: Memory leak: fcrel.table [memleak]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:65:17: error: Uninitialized struct member: view.database [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:65:17: error: Uninitialized struct member: view.ndb [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:65:17: error: Uninitialized struct member: view.nthemes [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:65:17: error: Uninitialized struct member: view.theme [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:77:17: error: Uninitialized struct member: view.theme [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:88:17: error: Uninitialized struct member: view.theme [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:97:17: error: Uninitialized struct member: view.theme [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:65:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:77:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:88:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:97:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:134:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:145:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:157:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:167:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:177:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:187:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:198:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:217:17: error: Uninitialized struct member: view.selected [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:65:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:77:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:88:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:97:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:134:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:145:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:157:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:167:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:177:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:187:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:198:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:217:17: error: Uninitialized struct member: view.displayed [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:65:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:77:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:88:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:97:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:134:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:145:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:157:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:167:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:177:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:187:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:198:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:217:17: error: Uninitialized struct member: view.sellist [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:65:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:77:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:88:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:97:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:134:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:145:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:157:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:167:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:177:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:187:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:198:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:217:17: error: Uninitialized struct member: view.extent [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:65:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:77:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:88:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:97:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:134:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:145:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:157:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:167:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:177:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:187:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:198:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpf2vec.c:217:17: error: Uninitialized struct member: view.tileheight [uninitStructMember]
ogdi-ogdi_3_2_1/vpflib/vpfbrows.c:912:16: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ogdi-ogdi_3_2_1/vpflib/vpfbrows.c:937:16: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ogdi-ogdi_3_2_1/vpflib/vpfbrows.c:506:12: warning: Either the condition 'if(string)' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/vpflib/vpfbrows.c:509:7: note: Assuming that condition 'if(string)' is not redundant
ogdi-ogdi_3_2_1/vpflib/vpfbrows.c:506:12: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpfbrows.c:333:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfbrows.c:65:25: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfbrows.c:905:20: style: The scope of the variable 'row_nrs' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfbrows.c:931:24: style: The scope of the variable 'row_nrs' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfbrows.c:1010:13: style: The scope of the variable 'start' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:18:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:19:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:31:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:32:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:44:4: warning: Redundant assignment of 'proj' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:56:4: warning: Redundant assignment of 'proj' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:71:4: warning: Redundant assignment of 'code' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:72:4: warning: Redundant assignment of 'extent' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:109:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:110:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:122:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:123:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:135:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:136:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:148:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:149:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:161:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:162:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:174:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:175:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:187:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:188:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:200:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:201:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:213:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:214:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:226:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:227:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:239:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:240:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:252:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:253:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:265:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:266:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:278:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:279:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:291:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:292:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:304:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:305:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:317:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:318:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:330:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:331:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:343:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:344:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:356:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:357:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:369:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:370:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:382:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:383:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:395:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:396:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:408:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:409:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:421:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:422:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:434:4: warning: Redundant assignment of 'x' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:435:4: warning: Redundant assignment of 'y' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfdproj.c:447:4: warning: Redundant assignment of 'proj' to itself. [selfAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfprim.c:1321:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:93:22: style: Condition 'vpf_separator==os_separator' is always true [knownConditionTrueFalse]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:90:20: note: Assignment 'vpf_separator='\\'', assigned value is 92
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:93:22: note: Condition 'vpf_separator==os_separator' is always true
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1016:10: warning: Possible null pointer dereference: invproj [nullPointer]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:981:22: note: Assignment 'invproj=NULL', assigned value is 0
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1016:10: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1017:10: warning: Possible null pointer dereference: invproj [nullPointer]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:981:22: note: Assignment 'invproj=NULL', assigned value is 0
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1017:10: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1463:4: style: Variable 'fcnames' is reassigned a value before the old one has been used. [redundantAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1454:0: note: Variable 'fcnames' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1463:4: note: Variable 'fcnames' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1922:4: style: Variable 'fctable' is reassigned a value before the old one has been used. [redundantAssignment]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1915:0: note: Variable 'fctable' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1922:4: note: Variable 'fctable' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:192:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:420:21: style: The scope of the variable 'lib' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:424:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:650:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:744:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:845:30: style: The scope of the variable 'subset' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:973:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:974:33: style: The scope of the variable 'libname' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1347:19: style: The scope of the variable 'cov' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1349:12: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1455:10: style: The scope of the variable 'fc' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1593:19: style: The scope of the variable 'cov' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1596:12: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1698:43: style: The scope of the variable 'fctable' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1698:53: style: The scope of the variable 'fc' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1700:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1916:10: style: The scope of the variable 'fc' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:1918:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:2069:10: style: The scope of the variable 'fc' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:2071:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:2272:6: style: Variable 'len' is modified but its new value is never used. [unreadVariable]
ogdi-ogdi_3_2_1/vpflib/vpfprop.c:2596:6: style: Variable 'len' is modified but its new value is never used. [unreadVariable]
ogdi-ogdi_3_2_1/vpflib/vpfquery.c:552:7: warning: Possible buffer overflow if strlen(value) is larger than or equal to sizeof(expr). [possibleBufferAccessOutOfBounds]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:1263:7: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:799:17: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:802:17: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:1529:37: warning: Either the condition 'tptr!=(char*)NULL' is redundant or there is possible null pointer dereference: tptr. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:1555:21: note: Assuming that condition 'tptr!=(char*)NULL' is not redundant
ogdi-ogdi_3_2_1/vpflib/vpfread.c:1529:37: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpfread.c:209:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:223:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:244:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:245:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:264:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:265:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:284:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:285:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:286:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:301:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:302:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:303:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:1322:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:1473:15: style: The scope of the variable 'tptr' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfread.c:1508:20: style: The scope of the variable 'ascii' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfrelat.c:911:13: style: The scope of the variable 'relrow' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfrelat.c:1039:27: style: The scope of the variable 'pkey' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfrelat.c:444:7: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
ogdi-ogdi_3_2_1/vpflib/vpfrelat.c:671:7: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
ogdi-ogdi_3_2_1/vpflib/vpfselec.c:109:13: style: The scope of the variable 'row' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpfspx.c:266:28: style: The scope of the variable 'cut' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:765:8: style: Condition '!retry' is always true [knownConditionTrueFalse]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:764:12: note: Assignment 'retry=0', assigned value is 0
ogdi-ogdi_3_2_1/vpflib/vpftable.c:765:8: note: Condition '!retry' is always true
ogdi-ogdi_3_2_1/vpflib/vpftable.c:448:32: warning: Either the condition 'des!=(char*)NULL' is redundant or there is possible null pointer dereference: des. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:449:10: note: Assuming that condition 'des!=(char*)NULL' is not redundant
ogdi-ogdi_3_2_1/vpflib/vpftable.c:448:32: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpftable.c:456:30: warning: Either the condition 'nar!=(char*)NULL' is redundant or there is possible null pointer dereference: nar. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:457:10: note: Assuming that condition 'nar!=(char*)NULL' is not redundant
ogdi-ogdi_3_2_1/vpflib/vpftable.c:456:30: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpftable.c:606:46: warning: Either the condition 'des!=(char*)NULL' is redundant or there is possible null pointer dereference: des. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:607:14: note: Assuming that condition 'des!=(char*)NULL' is not redundant
ogdi-ogdi_3_2_1/vpflib/vpftable.c:606:46: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpftable.c:612:38: warning: Either the condition 'vdt!=(char*)NULL' is redundant or there is possible null pointer dereference: vdt. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:613:14: note: Assuming that condition 'vdt!=(char*)NULL' is not redundant
ogdi-ogdi_3_2_1/vpflib/vpftable.c:612:38: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpftable.c:76:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:90:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:194:3: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:193:0: note: Variable 'temp' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/vpflib/vpftable.c:194:3: note: Variable 'temp' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/vpflib/vpftable.c:236:3: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:233:0: note: Variable 'temp' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/vpflib/vpftable.c:236:3: note: Variable 'temp' is reassigned a value before the old one has been used.
ogdi-ogdi_3_2_1/vpflib/vpftable.c:363:24: style: The scope of the variable 'vdt' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:363:30: style: The scope of the variable 'tdx' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:364:8: style: The scope of the variable 'end_of_rec' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:807:25: style: The scope of the variable 'idxname' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:807:34: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:810:8: style: The scope of the variable 'idxext' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:810:15: style: The scope of the variable 'idxmaj' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:243:24: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
ogdi-ogdi_3_2_1/vpflib/vpftable.c:481:0: error: Memory leak: buf [memleak]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:2053:44: warning: Either the condition '!query_str' is redundant or there is possible null pointer dereference: query_str. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:2060:7: note: Assuming that condition '!query_str' is not redundant
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:2053:44: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:1231:11: style: The scope of the variable 'hack' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:1352:11: style: The scope of the variable 'hack' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:1812:12: style: The scope of the variable 'r' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:2057:8: style: The scope of the variable 'query_char' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:2209:23: style: The scope of the variable 'query_char' can be reduced. [variableScope]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:603:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:627:5: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:646:5: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:665:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:682:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:698:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:723:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:746:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:900:0: error: Deallocating a deallocated pointer: tmpfp [deallocDealloc]
ogdi-ogdi_3_2_1/vpflib/vpftidx.c:905:0: error: Deallocating a deallocated pointer: d [deallocDealloc]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:344:8: warning: Either the condition 'output!=(char*)NULL' is redundant or there is possible null pointer dereference: output. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:346:18: note: Assuming that condition 'output!=(char*)NULL' is not redundant
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:344:8: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:636:9: warning: Either the condition 'str!=(char*)NULL' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:638:16: note: Assuming that condition 'str!=(char*)NULL' is not redundant
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:636:9: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:637:33: warning: Either the condition 'str!=(char*)NULL' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:638:16: note: Assuming that condition 'str!=(char*)NULL' is not redundant
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:637:33: note: Null pointer dereference
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:802:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:816:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:833:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:834:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:848:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:849:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:865:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:866:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:867:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:882:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:883:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogdi-ogdi_3_2_1/vpflib/vpfwrite.c:884:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
[12:29]

ftp://ftp.se.debian.org/debian/pool/main/o/oggconvert/oggconvert_0.3.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/oggfwd/oggfwd_0.2.orig.tar.gz
oggfwd-0.2/oggfwd.c:106:16: style: The scope of the variable 'buff' can be reduced. [variableScope]
oggfwd-0.2/oggfwd.c:107:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
oggfwd-0.2/oggfwd.c:110:10: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
oggfwd-0.2/oggfwd.c:112:21: style: The scope of the variable 'total' can be reduced. [variableScope]
oggfwd-0.2/oggfwd.c:100:1: error: Memory leak: param [memleak]
[12:29]

ftp://ftp.se.debian.org/debian/pool/main/o/oggvideotools/oggvideotools_0.9.1.orig.tar.gz
oggvideotools-0.9.1/src/base/bufferRepository.h:12:3: style: Class 'BufferRepository' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oggvideotools-0.9.1/src/base/bufferRepository.h:15:22: style: The function 'operator<<' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaRepository.h:63:22: note: Virtual function in base class
oggvideotools-0.9.1/src/base/bufferRepository.h:15:22: note: Function in derived class
oggvideotools-0.9.1/src/base/bufferRepository.h:16:22: style: The function 'operator>>' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaRepository.h:66:22: note: Virtual function in base class
oggvideotools-0.9.1/src/base/bufferRepository.h:16:22: note: Function in derived class
oggvideotools-0.9.1/src/base/bufferRepository.h:18:16: style: The function 'isAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaRepository.h:60:16: note: Virtual function in base class
oggvideotools-0.9.1/src/base/bufferRepository.h:18:16: note: Function in derived class
oggvideotools-0.9.1/src/base/bufferRepository.h:20:18: style: The function 'getBunchSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaRepository.h:71:18: note: Virtual function in base class
oggvideotools-0.9.1/src/base/bufferRepository.h:20:18: note: Function in derived class
oggvideotools-0.9.1/src/base/bufferRepository.h:22:16: style: The function 'setBunchSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaRepository.h:75:16: note: Virtual function in base class
oggvideotools-0.9.1/src/base/bufferRepository.h:22:16: note: Function in derived class
oggvideotools-0.9.1/src/base/mediaUnit.h:51:54: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
oggvideotools-0.9.1/src/base/mediaRepository.h:54:59: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
oggvideotools-0.9.1/src/base/fileRepository.cpp:39:51: style: Function 'FileRepository' argument 1 names different: declaration 'filename' definition '_filename'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/fileRepository.h:40:37: note: Function 'FileRepository' argument 1 names different: declaration 'filename' definition '_filename'.
oggvideotools-0.9.1/src/base/fileRepository.cpp:39:51: note: Function 'FileRepository' argument 1 names different: declaration 'filename' definition '_filename'.
oggvideotools-0.9.1/src/base/fileRepository.cpp:73:42: style: Function 'setBunchSize' argument 1 names different: declaration 'bunchSize' definition '_bunchSize'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/fileRepository.h:46:36: note: Function 'setBunchSize' argument 1 names different: declaration 'bunchSize' definition '_bunchSize'.
oggvideotools-0.9.1/src/base/fileRepository.cpp:73:42: note: Function 'setBunchSize' argument 1 names different: declaration 'bunchSize' definition '_bunchSize'.
oggvideotools-0.9.1/src/base/fileRepository.h:51:8: style: Technically the member function 'FileRepository::isEndOfFile' can be const. [functionConst]
oggvideotools-0.9.1/src/base/fileRepository.cpp:83:22: note: Technically the member function 'FileRepository::isEndOfFile' can be const.
oggvideotools-0.9.1/src/base/fileRepository.h:51:8: note: Technically the member function 'FileRepository::isEndOfFile' can be const.
oggvideotools-0.9.1/src/base/fileRepository.cpp:51:10: style: Class 'FileRepository' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
oggvideotools-0.9.1/src/base/fileRepository.cpp:51:10: style: Class 'FileRepository' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
oggvideotools-0.9.1/src/base/fileRepository.h:43:22: style: The function 'operator<<' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaRepository.h:63:22: note: Virtual function in base class
oggvideotools-0.9.1/src/base/fileRepository.h:43:22: note: Function in derived class
oggvideotools-0.9.1/src/base/fileRepository.h:44:22: style: The function 'operator>>' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaRepository.h:66:22: note: Virtual function in base class
oggvideotools-0.9.1/src/base/fileRepository.h:44:22: note: Function in derived class
oggvideotools-0.9.1/src/base/fileRepository.h:46:16: style: The function 'setBunchSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaRepository.h:75:16: note: Virtual function in base class
oggvideotools-0.9.1/src/base/fileRepository.h:46:16: note: Function in derived class
oggvideotools-0.9.1/src/base/fileRepository.h:47:18: style: The function 'getBunchSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaRepository.h:71:18: note: Virtual function in base class
oggvideotools-0.9.1/src/base/fileRepository.h:47:18: note: Function in derived class
oggvideotools-0.9.1/src/base/fileRepository.h:49:16: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaRepository.h:77:16: note: Virtual function in base class
oggvideotools-0.9.1/src/base/fileRepository.h:49:16: note: Function in derived class
oggvideotools-0.9.1/src/base/fileRepository.h:33:15: style: Class 'FileRepository' is unsafe, 'FileRepository::fileDescriptor' can leak by wrong usage. [unsafeClassCanLeak]
oggvideotools-0.9.1/src/base/oggPacket.h:61:3: style: Class 'OggPacketInternal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oggvideotools-0.9.1/src/base/mediaConverter.h:66:8: style: Technically the member function 'MediaConverter::isInitialized' can be const. [functionConst]
oggvideotools-0.9.1/src/base/mediaConverter.cpp:84:22: note: Technically the member function 'MediaConverter::isInitialized' can be const.
oggvideotools-0.9.1/src/base/mediaConverter.h:66:8: note: Technically the member function 'MediaConverter::isInitialized' can be const.
oggvideotools-0.9.1/src/base/mediaConverter.h:67:8: style: Technically the member function 'MediaConverter::isConfigured' can be const. [functionConst]
oggvideotools-0.9.1/src/base/mediaConverter.cpp:89:22: note: Technically the member function 'MediaConverter::isConfigured' can be const.
oggvideotools-0.9.1/src/base/mediaConverter.h:67:8: note: Technically the member function 'MediaConverter::isConfigured' can be const.
oggvideotools-0.9.1/src/base/mediaConverter.h:68:8: style: Technically the member function 'MediaConverter::isAvailable' can be const. [functionConst]
oggvideotools-0.9.1/src/base/mediaConverter.cpp:94:22: note: Technically the member function 'MediaConverter::isAvailable' can be const.
oggvideotools-0.9.1/src/base/mediaConverter.h:68:8: note: Technically the member function 'MediaConverter::isAvailable' can be const.
oggvideotools-0.9.1/src/base/mediaConverter.h:69:8: style: Technically the member function 'MediaConverter::isEmpty' can be const. [functionConst]
oggvideotools-0.9.1/src/base/mediaConverter.cpp:99:22: note: Technically the member function 'MediaConverter::isEmpty' can be const.
oggvideotools-0.9.1/src/base/mediaConverter.h:69:8: note: Technically the member function 'MediaConverter::isEmpty' can be const.
oggvideotools-0.9.1/src/base/mediaConverter.h:70:8: style: Technically the member function 'MediaConverter::isEndOfStream' can be const. [functionConst]
oggvideotools-0.9.1/src/base/mediaConverter.cpp:106:22: note: Technically the member function 'MediaConverter::isEndOfStream' can be const.
oggvideotools-0.9.1/src/base/mediaConverter.h:70:8: note: Technically the member function 'MediaConverter::isEndOfStream' can be const.
oggvideotools-0.9.1/src/base/mediaEncoder.cpp:12:40: style: Function 'setBunchsize' argument 1 names different: declaration 'bunchsize' definition '_bunchsize'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/mediaEncoder.h:16:28: note: Function 'setBunchsize' argument 1 names different: declaration 'bunchsize' definition '_bunchsize'.
oggvideotools-0.9.1/src/base/mediaEncoder.cpp:12:40: note: Function 'setBunchsize' argument 1 names different: declaration 'bunchsize' definition '_bunchsize'.
oggvideotools-0.9.1/src/base/mediaInputEncoder.cpp:3:50: style: Function 'MediaInputEncoder' argument 1 names different: declaration 'streamNo' definition '_streamNo'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/mediaInputEncoder.h:16:33: note: Function 'MediaInputEncoder' argument 1 names different: declaration 'streamNo' definition '_streamNo'.
oggvideotools-0.9.1/src/base/mediaInputEncoder.cpp:3:50: note: Function 'MediaInputEncoder' argument 1 names different: declaration 'streamNo' definition '_streamNo'.
oggvideotools-0.9.1/src/base/mediaOutputDecoder.cpp:3:52: style: Function 'MediaOutputDecoder' argument 1 names different: declaration '_streamID' definition '_streamNo'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/mediaOutputDecoder.h:17:34: note: Function 'MediaOutputDecoder' argument 1 names different: declaration '_streamID' definition '_streamNo'.
oggvideotools-0.9.1/src/base/mediaOutputDecoder.cpp:3:52: note: Function 'MediaOutputDecoder' argument 1 names different: declaration '_streamID' definition '_streamNo'.
oggvideotools-0.9.1/src/base/mediaRepository.cpp:30:75: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
oggvideotools-0.9.1/src/base/mediaUnit.cpp:26:63: style: Function 'MediaUnit' argument 2 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/mediaUnit.h:51:54: note: Function 'MediaUnit' argument 2 names different: declaration 'name' definition '_name'.
oggvideotools-0.9.1/src/base/mediaUnit.cpp:26:63: note: Function 'MediaUnit' argument 2 names different: declaration 'name' definition '_name'.
oggvideotools-0.9.1/src/base/mediaUnit.cpp:26:63: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
oggvideotools-0.9.1/src/base/oggDecoder.cpp:62:50: style: C-style pointer casting [cstyleCast]
oggvideotools-0.9.1/src/base/oggRingbuffer.h:37:3: style: Class 'OggRingbuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oggvideotools-0.9.1/src/base/oggDecoder.h:94:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaDecoder.h:35:16: note: Virtual function in base class
oggvideotools-0.9.1/src/base/oggDecoder.h:94:16: note: Function in derived class
oggvideotools-0.9.1/src/base/oggStreamDecoder.h:65:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/base/mediaDecoder.h:35:16: note: Virtual function in base class
oggvideotools-0.9.1/src/base/oggStreamDecoder.h:65:16: note: Function in derived class
oggvideotools-0.9.1/src/base/oggEncoder.h:55:8: performance: Technically the member function 'OggEncoder::insertNextPage' can be static. [functionStatic]
oggvideotools-0.9.1/src/base/oggEncoder.cpp:70:18: note: Technically the member function 'OggEncoder::insertNextPage' can be static.
oggvideotools-0.9.1/src/base/oggEncoder.h:55:8: note: Technically the member function 'OggEncoder::insertNextPage' can be static.
oggvideotools-0.9.1/src/base/oggEncoder.h:65:8: performance: Technically the member function 'OggEncoder::flush' can be static. [functionStatic]
oggvideotools-0.9.1/src/base/oggEncoder.cpp:57:18: note: Technically the member function 'OggEncoder::flush' can be static.
oggvideotools-0.9.1/src/base/oggEncoder.h:65:8: note: Technically the member function 'OggEncoder::flush' can be static.
oggvideotools-0.9.1/src/base/oggPacket.cpp:38:56: style: Function 'OggPacketInternal' argument 1 names different: declaration 'ogg_p' definition 'pkt'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/oggPacket.h:61:39: note: Function 'OggPacketInternal' argument 1 names different: declaration 'ogg_p' definition 'pkt'.
oggvideotools-0.9.1/src/base/oggPacket.cpp:38:56: note: Function 'OggPacketInternal' argument 1 names different: declaration 'ogg_p' definition 'pkt'.
oggvideotools-0.9.1/src/base/oggPacket.cpp:242:43: style: Function 'setStreamNo' argument 1 names different: declaration 'streamNo' definition 'no'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/oggPacket.h:86:29: note: Function 'setStreamNo' argument 1 names different: declaration 'streamNo' definition 'no'.
oggvideotools-0.9.1/src/base/oggPacket.cpp:242:43: note: Function 'setStreamNo' argument 1 names different: declaration 'streamNo' definition 'no'.
oggvideotools-0.9.1/src/base/oggPacket.cpp:42:3: performance: Variable 'm_oggPacket' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
oggvideotools-0.9.1/src/base/oggPage.cpp:149:3: style: Variable 'hdr->checksum' is reassigned a value before the old one has been used. [redundantAssignment]
oggvideotools-0.9.1/src/base/oggPage.cpp:148:3: note: Variable 'hdr->checksum' is reassigned a value before the old one has been used.
oggvideotools-0.9.1/src/base/oggPage.cpp:149:3: note: Variable 'hdr->checksum' is reassigned a value before the old one has been used.
oggvideotools-0.9.1/src/base/oggPage.cpp:36:56: style: Function 'OggPageInternal' argument 1 names different: declaration 'data' definition '_dataPtr'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/oggPage.h:52:41: note: Function 'OggPageInternal' argument 1 names different: declaration 'data' definition '_dataPtr'.
oggvideotools-0.9.1/src/base/oggPage.cpp:36:56: note: Function 'OggPageInternal' argument 1 names different: declaration 'data' definition '_dataPtr'.
oggvideotools-0.9.1/src/base/oggPage.cpp:36:73: style: Function 'OggPageInternal' argument 2 names different: declaration 'headerLength' definition '_headerLength'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/oggPage.h:52:54: note: Function 'OggPageInternal' argument 2 names different: declaration 'headerLength' definition '_headerLength'.
oggvideotools-0.9.1/src/base/oggPage.cpp:36:73: note: Function 'OggPageInternal' argument 2 names different: declaration 'headerLength' definition '_headerLength'.
oggvideotools-0.9.1/src/base/oggPage.cpp:36:95: style: Function 'OggPageInternal' argument 3 names different: declaration 'bodyLength' definition '_bodyLength'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/oggPage.h:52:75: note: Function 'OggPageInternal' argument 3 names different: declaration 'bodyLength' definition '_bodyLength'.
oggvideotools-0.9.1/src/base/oggPage.cpp:36:95: note: Function 'OggPageInternal' argument 3 names different: declaration 'bodyLength' definition '_bodyLength'.
oggvideotools-0.9.1/src/base/oggPage.cpp:39:3: performance: Variable 'm_dataPtr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
oggvideotools-0.9.1/src/base/oggStreamDecoder.cpp:93:23: style: C-style pointer casting [cstyleCast]
oggvideotools-0.9.1/src/base/oggStreamDecoder.cpp:33:57: style: Function 'SegmentElement' argument 1 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/oggStreamDecoder.h:44:27: note: Function 'SegmentElement' argument 1 names different: declaration 'data' definition '_data'.
oggvideotools-0.9.1/src/base/oggStreamDecoder.cpp:33:57: note: Function 'SegmentElement' argument 1 names different: declaration 'data' definition '_data'.
oggvideotools-0.9.1/src/base/oggStreamDecoder.h:63:10: style: Technically the member function 'OggStreamDecoder::getSerialNo' can be const. [functionConst]
oggvideotools-0.9.1/src/base/oggStreamDecoder.cpp:71:26: note: Technically the member function 'OggStreamDecoder::getSerialNo' can be const.
oggvideotools-0.9.1/src/base/oggStreamDecoder.h:63:10: note: Technically the member function 'OggStreamDecoder::getSerialNo' can be const.
oggvideotools-0.9.1/src/base/oggStreamDecoder.h:65:16: warning: Virtual function 'clear' is called from destructor '~OggStreamDecoder()' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
oggvideotools-0.9.1/src/base/oggStreamDecoder.cpp:44:3: note: Calling clear
oggvideotools-0.9.1/src/base/oggStreamDecoder.h:65:16: note: clear is a virtual method
oggvideotools-0.9.1/src/base/oggStreamEncoder.cpp:240:24: style: C-style pointer casting [cstyleCast]
oggvideotools-0.9.1/src/base/oggStreamEncoder.cpp:59:50: style: Function 'findUniqueSerial' argument 1 names different: declaration 'proposal' definition 'origSerial'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/oggStreamEncoder.h:57:34: note: Function 'findUniqueSerial' argument 1 names different: declaration 'proposal' definition 'origSerial'.
oggvideotools-0.9.1/src/base/oggStreamEncoder.cpp:59:50: note: Function 'findUniqueSerial' argument 1 names different: declaration 'proposal' definition 'origSerial'.
oggvideotools-0.9.1/src/base/oggStreamEncoder.cpp:117:51: style: Function 'getNextPacketLength' argument 1 names different: declaration 'PageBorder' definition 'pageBorder'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/oggStreamEncoder.h:60:37: note: Function 'getNextPacketLength' argument 1 names different: declaration 'PageBorder' definition 'pageBorder'.
oggvideotools-0.9.1/src/base/oggStreamEncoder.cpp:117:51: note: Function 'getNextPacketLength' argument 1 names different: declaration 'PageBorder' definition 'pageBorder'.
oggvideotools-0.9.1/src/base/oggStreamEncoder.cpp:220:42: style: Function 'createPage' argument 1 names different: declaration 'minPageLength' definition 'minPageSize'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/base/oggStreamEncoder.h:61:28: note: Function 'createPage' argument 1 names different: declaration 'minPageLength' definition 'minPageSize'.
oggvideotools-0.9.1/src/base/oggStreamEncoder.cpp:220:42: note: Function 'createPage' argument 1 names different: declaration 'minPageLength' definition 'minPageSize'.
oggvideotools-0.9.1/src/base/oggStreamEncoder.cpp:271:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
oggvideotools-0.9.1/src/base/oggStreamEncoder.cpp:346:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
oggvideotools-0.9.1/src/base/oggStreamEncoder.h:57:10: performance: Technically the member function 'OggStreamEncoder::findUniqueSerial' can be static. [functionStatic]
oggvideotools-0.9.1/src/base/oggStreamEncoder.cpp:59:26: note: Technically the member function 'OggStreamEncoder::findUniqueSerial' can be static.
oggvideotools-0.9.1/src/base/oggStreamEncoder.h:57:10: note: Technically the member function 'OggStreamEncoder::findUniqueSerial' can be static.
oggvideotools-0.9.1/src/base/oggStreamEncoder.h:64:3: style: Class 'OggStreamEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oggvideotools-0.9.1/src/base/rawMediaPacket.h:46:31: style: Technically the member function 'RawMediaPacketInternal::getData' can be const. [functionConst]
oggvideotools-0.9.1/src/base/rawMediaPacket.cpp:38:53: note: Technically the member function 'RawMediaPacketInternal::getData' can be const.
oggvideotools-0.9.1/src/base/rawMediaPacket.h:46:31: note: Technically the member function 'RawMediaPacketInternal::getData' can be const.
oggvideotools-0.9.1/src/base/rawMediaPacket.h:47:10: style: Technically the member function 'RawMediaPacketInternal::getSize' can be const. [functionConst]
oggvideotools-0.9.1/src/base/rawMediaPacket.cpp:54:32: note: Technically the member function 'RawMediaPacketInternal::getSize' can be const.
oggvideotools-0.9.1/src/base/rawMediaPacket.h:47:10: note: Technically the member function 'RawMediaPacketInternal::getSize' can be const.
oggvideotools-0.9.1/src/base/streamExtractor.cpp:12:3: performance: Variable 'parameter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
oggvideotools-0.9.1/src/base/test/decoderTest.cpp:53:9: error: Uninitialized variable: cnt [uninitvar]
oggvideotools-0.9.1/src/binaries/oggCat.cpp:244:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
oggvideotools-0.9.1/src/binaries/oggCat.cpp:507:5: style: Exception should be caught by reference. [catchExceptionByValue]
oggvideotools-0.9.1/src/binaries/oggCut.cpp:236:13: style: The scope of the variable 'time' can be reduced. [variableScope]
oggvideotools-0.9.1/src/binaries/oggCut.cpp:237:13: style: The scope of the variable 'beginTime' can be reduced. [variableScope]
oggvideotools-0.9.1/src/binaries/oggDump.cpp:118:10: style: The scope of the variable '_time' can be reduced. [variableScope]
oggvideotools-0.9.1/src/binaries/oggDump.cpp:119:8: style: The scope of the variable 'print' can be reduced. [variableScope]
oggvideotools-0.9.1/src/binaries/oggDump.cpp:52:28: performance: Function parameter 'programName' should be passed by const reference. [passedByValue]
oggvideotools-0.9.1/src/binaries/oggLength.cpp:102:10: style: The scope of the variable 'time' can be reduced. [variableScope]
oggvideotools-0.9.1/src/binaries/oggScroll.cpp:170:11: style: Condition '1==1' is always true [knownConditionTrueFalse]
oggvideotools-0.9.1/src/binaries/oggScroll.cpp:170:11: style: Same expression on both sides of '=='. [duplicateExpression]
oggvideotools-0.9.1/src/binaries/oggScroll.cpp:147:10: style: The scope of the variable 'time' can be reduced. [variableScope]
oggvideotools-0.9.1/src/binaries/oggSlideshow.cpp:264:5: style: Exception should be caught by reference. [catchExceptionByValue]
oggvideotools-0.9.1/src/binaries/oggThumb.cpp:486:15: style: The scope of the variable 'time' can be reduced. [variableScope]
oggvideotools-0.9.1/src/binaries/oggTranscode.cpp:279:8: style: The scope of the variable 'copyTheora' can be reduced. [variableScope]
oggvideotools-0.9.1/src/binaries/oggTranscode.cpp:289:8: style: The scope of the variable 'forceAudioReencode' can be reduced. [variableScope]
oggvideotools-0.9.1/src/binaries/oggTranscode.cpp:687:10: style: The scope of the variable 'time' can be reduced. [variableScope]
oggvideotools-0.9.1/src/binaries/oggTranscode.cpp:490:7: style: Exception should be caught by reference. [catchExceptionByValue]
oggvideotools-0.9.1/src/binaries/oggTranscode.cpp:500:7: style: Exception should be caught by reference. [catchExceptionByValue]
oggvideotools-0.9.1/src/effect/basePlane.cpp:20:37: style: Class 'BasePlane' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
oggvideotools-0.9.1/src/effect/basePlane.cpp:20:37: style: Class 'BasePlane' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
oggvideotools-0.9.1/src/effect/blendElement.cpp:23:49: style: Function 'BlendElement' argument 1 names different: declaration 'pictureName' definition '_pictureName'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/blendElement.h:46:37: note: Function 'BlendElement' argument 1 names different: declaration 'pictureName' definition '_pictureName'.
oggvideotools-0.9.1/src/effect/blendElement.cpp:23:49: note: Function 'BlendElement' argument 1 names different: declaration 'pictureName' definition '_pictureName'.
oggvideotools-0.9.1/src/effect/blendElement.cpp:40:52: style: Function 'setPicturePlane' argument 1 names different: declaration 'plane' definition '_picture'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/blendElement.h:50:40: note: Function 'setPicturePlane' argument 1 names different: declaration 'plane' definition '_picture'.
oggvideotools-0.9.1/src/effect/blendElement.cpp:40:52: note: Function 'setPicturePlane' argument 1 names different: declaration 'plane' definition '_picture'.
oggvideotools-0.9.1/src/effect/crossfader.cpp:32:46: style: Function 'configure' argument 1 names different: declaration 'config' definition '_config'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/crossfader.h:59:36: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/crossfader.cpp:32:46: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/crossfader.cpp:22:13: warning: Member variable 'Crossfader::config' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/crossfader.h:61:21: style: The function 'operator>>' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:31:21: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/crossfader.h:61:21: note: Function in derived class
oggvideotools-0.9.1/src/effect/crossfader.h:63:16: style: The function 'available' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:33:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/crossfader.h:63:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/crossfader.h:65:16: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:35:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/crossfader.h:65:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/effectorTypes.h:70:16: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effectorVisitor.h:45:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/effectorTypes.h:70:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/effectorTypes.h:71:16: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effectorVisitor.h:46:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/effectorTypes.h:71:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/effectorTypes.h:72:16: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effectorVisitor.h:47:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/effectorTypes.h:72:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/effectorTypes.h:73:16: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effectorVisitor.h:48:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/effectorTypes.h:73:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/effectorTypes.h:74:16: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effectorVisitor.h:49:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/effectorTypes.h:74:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/effectorTypes.h:75:16: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effectorVisitor.h:50:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/effectorTypes.h:75:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/kenburnseffect.cpp:33:64: style: Function 'configure' argument 1 names different: declaration 'config' definition '_config'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/kenburnseffect.h:77:34: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/kenburnseffect.cpp:33:64: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/kenburnseffect.cpp:24:17: warning: Member variable 'KenBurnsEffect::config' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/kenburnseffect.cpp:24:17: warning: Member variable 'KenBurnsEffect::stepX' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/kenburnseffect.cpp:24:17: warning: Member variable 'KenBurnsEffect::stepY' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/kenburnseffect.cpp:24:17: warning: Member variable 'KenBurnsEffect::stepZoom' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/kenburnseffect.cpp:24:17: warning: Member variable 'KenBurnsEffect::actX' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/kenburnseffect.cpp:24:17: warning: Member variable 'KenBurnsEffect::actY' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/kenburnseffect.cpp:24:17: warning: Member variable 'KenBurnsEffect::actZoom' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/kenburnseffect.h:79:21: style: The function 'operator>>' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:31:21: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/kenburnseffect.h:79:21: note: Function in derived class
oggvideotools-0.9.1/src/effect/kenburnseffect.h:80:16: style: The function 'available' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:33:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/kenburnseffect.h:80:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/kenburnseffect.h:81:16: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:35:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/kenburnseffect.h:81:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/lowpassEffect.cpp:31:54: style: Function 'configure' argument 1 names different: declaration 'config' definition '_config'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/lowpassEffect.h:63:40: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/lowpassEffect.cpp:31:54: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/lowpassEffect.cpp:21:16: warning: Member variable 'LowpassEffect::factor' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/lowpassEffect.cpp:21:16: warning: Member variable 'LowpassEffect::config' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/lowpassEffect.h:65:21: style: The function 'operator>>' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:31:21: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/lowpassEffect.h:65:21: note: Function in derived class
oggvideotools-0.9.1/src/effect/lowpassEffect.h:67:16: style: The function 'available' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:33:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/lowpassEffect.h:67:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/lowpassEffect.h:69:16: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:35:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/lowpassEffect.h:69:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/pictureBlend.cpp:75:45: style: Function 'alphaBlend' argument 1 names different: declaration 'picture' definition 'origPlane'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/pictureBlend.h:26:40: note: Function 'alphaBlend' argument 1 names different: declaration 'picture' definition 'origPlane'.
oggvideotools-0.9.1/src/effect/pictureBlend.cpp:75:45: note: Function 'alphaBlend' argument 1 names different: declaration 'picture' definition 'origPlane'.
oggvideotools-0.9.1/src/effect/pictureBlend.cpp:75:67: style: Function 'alphaBlend' argument 2 names different: declaration 'alphaPic' definition 'alphaPlane'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/pictureBlend.h:26:59: note: Function 'alphaBlend' argument 2 names different: declaration 'alphaPic' definition 'alphaPlane'.
oggvideotools-0.9.1/src/effect/pictureBlend.cpp:75:67: note: Function 'alphaBlend' argument 2 names different: declaration 'alphaPic' definition 'alphaPlane'.
oggvideotools-0.9.1/src/effect/pictureResize.cpp:474:8: style: The scope of the variable 'p' can be reduced. [variableScope]
oggvideotools-0.9.1/src/effect/pictureResize.cpp:535:8: style: The scope of the variable 'p' can be reduced. [variableScope]
oggvideotools-0.9.1/src/effect/pictureResize.cpp:521:57: style: Function 'resize' argument 2 names different: declaration 'factorX' definition 'resizeFactorX'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/pictureResize.h:42:51: note: Function 'resize' argument 2 names different: declaration 'factorX' definition 'resizeFactorX'.
oggvideotools-0.9.1/src/effect/pictureResize.cpp:521:57: note: Function 'resize' argument 2 names different: declaration 'factorX' definition 'resizeFactorX'.
oggvideotools-0.9.1/src/effect/pictureResize.cpp:521:78: style: Function 'resize' argument 3 names different: declaration 'factorY' definition 'resizeFactorY'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/pictureResize.h:42:66: note: Function 'resize' argument 3 names different: declaration 'factorY' definition 'resizeFactorY'.
oggvideotools-0.9.1/src/effect/pictureResize.cpp:521:78: note: Function 'resize' argument 3 names different: declaration 'factorY' definition 'resizeFactorY'.
oggvideotools-0.9.1/src/effect/pictureResize.cpp:558:57: style: Function 'resize' argument 2 names different: declaration 'factor' definition 'resizeFactor'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/pictureResize.h:44:51: note: Function 'resize' argument 2 names different: declaration 'factor' definition 'resizeFactor'.
oggvideotools-0.9.1/src/effect/pictureResize.cpp:558:57: note: Function 'resize' argument 2 names different: declaration 'factor' definition 'resizeFactor'.
oggvideotools-0.9.1/src/effect/pictureResize.cpp:675:40: style: Function 'subframe' argument 6 names different: declaration 'resizeFactor' definition 'scaleFactor'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/pictureResize.h:51:127: note: Function 'subframe' argument 6 names different: declaration 'resizeFactor' definition 'scaleFactor'.
oggvideotools-0.9.1/src/effect/pictureResize.cpp:675:40: note: Function 'subframe' argument 6 names different: declaration 'resizeFactor' definition 'scaleFactor'.
oggvideotools-0.9.1/src/effect/pictureResize.cpp:547:11: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
oggvideotools-0.9.1/src/effect/plainPicture.cpp:47:51: style: Function 'configure' argument 1 names different: declaration 'config' definition '_config'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/plainPicture.h:53:38: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/plainPicture.cpp:47:51: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/plainPicture.h:55:21: style: The function 'operator>>' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:31:21: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/plainPicture.h:55:21: note: Function in derived class
oggvideotools-0.9.1/src/effect/plainPicture.h:57:16: style: The function 'available' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:33:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/plainPicture.h:57:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/plainPicture.h:59:16: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:35:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/plainPicture.h:59:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/shiftEffect.cpp:65:42: style: Function 'configure' argument 1 names different: declaration 'config' definition '_config'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/shiftEffect.h:54:31: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/shiftEffect.cpp:65:42: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/shiftEffect.cpp:19:14: warning: Member variable 'ShiftEffect::config' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/shiftEffect.h:56:21: style: The function 'operator>>' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:31:21: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/shiftEffect.h:56:21: note: Function in derived class
oggvideotools-0.9.1/src/effect/shiftEffect.h:58:16: style: The function 'available' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:33:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/shiftEffect.h:58:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/shiftEffect.h:60:16: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:35:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/shiftEffect.h:60:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/shiftblendEffect.cpp:65:47: style: Function 'configure' argument 1 names different: declaration 'config' definition '_config'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/effect/shiftblendEffect.h:61:31: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/shiftblendEffect.cpp:65:47: note: Function 'configure' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/effect/shiftblendEffect.cpp:19:19: warning: Member variable 'ShiftblendEffect::config' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/effect/shiftblendEffect.h:63:21: style: The function 'operator>>' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:31:21: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/shiftblendEffect.h:63:21: note: Function in derived class
oggvideotools-0.9.1/src/effect/shiftblendEffect.h:65:16: style: The function 'available' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:33:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/shiftblendEffect.h:65:16: note: Function in derived class
oggvideotools-0.9.1/src/effect/shiftblendEffect.h:67:16: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/effect/effector.h:35:16: note: Virtual function in base class
oggvideotools-0.9.1/src/effect/shiftblendEffect.h:67:16: note: Function in derived class
oggvideotools-0.9.1/src/libresample/filterkit.c:69:26: style: The scope of the variable 'temp' can be reduced. [variableScope]
oggvideotools-0.9.1/src/libresample/filterkit.c:86:24: style: The scope of the variable 'temp1' can be reduced. [variableScope]
oggvideotools-0.9.1/src/libresample/filterkit.c:178:10: style: The scope of the variable 'a' can be reduced. [variableScope]
oggvideotools-0.9.1/src/libresample/filterkit.c:179:16: style: The scope of the variable 'Hdp' can be reduced. [variableScope]
oggvideotools-0.9.1/src/libresample/resample.c:186:16: style: The scope of the variable 'Ncreep' can be reduced. [variableScope]
oggvideotools-0.9.1/src/libresample/resample.c:186:24: style: The scope of the variable 'Nreuse' can be reduced. [variableScope]
oggvideotools-0.9.1/src/libresample/resamplesubs.c:41:12: style: The scope of the variable 'Xp' can be reduced. [variableScope]
oggvideotools-0.9.1/src/libresample/resamplesubs.c:42:11: style: The scope of the variable 'v' can be reduced. [variableScope]
oggvideotools-0.9.1/src/libresample/resamplesubs.c:88:12: style: The scope of the variable 'Xp' can be reduced. [variableScope]
oggvideotools-0.9.1/src/libresample/resamplesubs.c:89:11: style: The scope of the variable 'v' can be reduced. [variableScope]
oggvideotools-0.9.1/src/libresample/resamplesubs.c:33:22: style: Function 'lrsSrcUp' argument 4 names different: declaration 'Time' definition 'TimePtr'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/libresample/resample_defs.h:78:59: note: Function 'lrsSrcUp' argument 4 names different: declaration 'Time' definition 'TimePtr'.
oggvideotools-0.9.1/src/libresample/resamplesubs.c:33:22: note: Function 'lrsSrcUp' argument 4 names different: declaration 'Time' definition 'TimePtr'.
oggvideotools-0.9.1/src/libresample/resamplesubs.c:80:22: style: Function 'lrsSrcUD' argument 4 names different: declaration 'Time' definition 'TimePtr'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/libresample/resample_defs.h:82:59: note: Function 'lrsSrcUD' argument 4 names different: declaration 'Time' definition 'TimePtr'.
oggvideotools-0.9.1/src/libresample/resamplesubs.c:80:22: note: Function 'lrsSrcUD' argument 4 names different: declaration 'Time' definition 'TimePtr'.
oggvideotools-0.9.1/src/main/audioConverter.cpp:18:41: style: Function 'initResample' argument 1 names different: declaration 'channels' definition '_channels'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/audioConverter.h:24:27: note: Function 'initResample' argument 1 names different: declaration 'channels' definition '_channels'.
oggvideotools-0.9.1/src/main/audioConverter.cpp:18:41: note: Function 'initResample' argument 1 names different: declaration 'channels' definition '_channels'.
oggvideotools-0.9.1/src/main/audioConverter.cpp:18:59: style: Function 'initResample' argument 2 names different: declaration 'ratio' definition '_ratio'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/audioConverter.h:24:44: note: Function 'initResample' argument 2 names different: declaration 'ratio' definition '_ratio'.
oggvideotools-0.9.1/src/main/audioConverter.cpp:18:59: note: Function 'initResample' argument 2 names different: declaration 'ratio' definition '_ratio'.
oggvideotools-0.9.1/src/main/audioConverter.h:28:8: style: Technically the member function 'AudioConverter::resampleflush' can be const. [functionConst]
oggvideotools-0.9.1/src/main/audioConverter.cpp:131:22: note: Technically the member function 'AudioConverter::resampleflush' can be const.
oggvideotools-0.9.1/src/main/audioConverter.h:28:8: note: Technically the member function 'AudioConverter::resampleflush' can be const.
oggvideotools-0.9.1/src/main/audioHook.cpp:110:18: style: Variable 'decoder' is assigned a value that is never used. [unreadVariable]
oggvideotools-0.9.1/src/main/audioHook.cpp:9:12: warning: Member variable 'AudioHook::changeAudioSamplerate' is not initialized in the constructor. [uninitMemberVarPrivate]
oggvideotools-0.9.1/src/main/audioHook.cpp:9:12: warning: Member variable 'AudioHook::changeChannel' is not initialized in the constructor. [uninitMemberVarPrivate]
oggvideotools-0.9.1/src/main/audioHook.cpp:9:12: warning: Member variable 'AudioHook::copy' is not initialized in the constructor. [uninitMemberVarPrivate]
oggvideotools-0.9.1/src/main/audioHook.cpp:12:12: warning: Member variable 'AudioHook::copy' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/main/hookHandler.h:39:8: style: Technically the member function 'HookHandler::isCopyOnly' can be const. [functionConst]
oggvideotools-0.9.1/src/main/hookHandler.h:65:26: note: Technically the member function 'HookHandler::isCopyOnly' can be const.
oggvideotools-0.9.1/src/main/hookHandler.h:39:8: note: Technically the member function 'HookHandler::isCopyOnly' can be const.
oggvideotools-0.9.1/src/main/audioHook.h:27:24: style: The function 'operator<<' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/main/hookHandler.h:48:24: note: Virtual function in base class
oggvideotools-0.9.1/src/main/audioHook.h:27:24: note: Function in derived class
oggvideotools-0.9.1/src/main/audioHook.h:29:16: style: The function 'initAndConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/main/hookHandler.h:46:16: note: Virtual function in base class
oggvideotools-0.9.1/src/main/audioHook.h:29:16: note: Function in derived class
oggvideotools-0.9.1/src/main/audioHook.h:31:16: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/main/hookHandler.h:54:16: note: Virtual function in base class
oggvideotools-0.9.1/src/main/audioHook.h:31:16: note: Function in derived class
oggvideotools-0.9.1/src/main/audioHook.h:33:19: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/main/hookHandler.h:51:19: note: Virtual function in base class
oggvideotools-0.9.1/src/main/audioHook.h:33:19: note: Function in derived class
oggvideotools-0.9.1/src/main/audioHook.cpp:96:7: style: Exception should be caught by reference. [catchExceptionByValue]
oggvideotools-0.9.1/src/main/cmdlineextractor.cpp:227:53: style: Function 'getNextUint32' argument 1 names different: declaration 'substring' definition 'argument'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/cmdlineextractor.h:59:44: note: Function 'getNextUint32' argument 1 names different: declaration 'substring' definition 'argument'.
oggvideotools-0.9.1/src/main/cmdlineextractor.cpp:227:53: note: Function 'getNextUint32' argument 1 names different: declaration 'substring' definition 'argument'.
oggvideotools-0.9.1/src/main/cmdlineextractor.cpp:247:51: style: Function 'getNextFloat' argument 1 names different: declaration 'substring' definition 'argument'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/cmdlineextractor.h:60:42: note: Function 'getNextFloat' argument 1 names different: declaration 'substring' definition 'argument'.
oggvideotools-0.9.1/src/main/cmdlineextractor.cpp:247:51: note: Function 'getNextFloat' argument 1 names different: declaration 'substring' definition 'argument'.
oggvideotools-0.9.1/src/main/cmdlineextractor.cpp:267:58: style: Function 'getNextString' argument 1 names different: declaration 'substring' definition 'argument'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/cmdlineextractor.h:61:49: note: Function 'getNextString' argument 1 names different: declaration 'substring' definition 'argument'.
oggvideotools-0.9.1/src/main/cmdlineextractor.cpp:267:58: note: Function 'getNextString' argument 1 names different: declaration 'substring' definition 'argument'.
oggvideotools-0.9.1/src/main/cmdlineextractor.cpp:288:80: style: Function 'extractSlideshow' argument 3 names different: declaration 'slideShowElement' definition 'slideshowElement'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/cmdlineextractor.h:63:101: note: Function 'extractSlideshow' argument 3 names different: declaration 'slideShowElement' definition 'slideshowElement'.
oggvideotools-0.9.1/src/main/cmdlineextractor.cpp:288:80: note: Function 'extractSlideshow' argument 3 names different: declaration 'slideShowElement' definition 'slideshowElement'.
oggvideotools-0.9.1/src/main/cmdlineextractor.cpp:299:21: style: Unused variable: tmp [unusedVariable]
oggvideotools-0.9.1/src/main/cmdlineextractor.cpp:270:15: error: Null pointer dereference [nullPointer]
oggvideotools-0.9.1/src/main/hookHandler.cpp:4:37: style: Function 'HookHandler' argument 1 names different: declaration 'copy' definition '_copy'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/hookHandler.h:27:26: note: Function 'HookHandler' argument 1 names different: declaration 'copy' definition '_copy'.
oggvideotools-0.9.1/src/main/hookHandler.cpp:4:37: note: Function 'HookHandler' argument 1 names different: declaration 'copy' definition '_copy'.
oggvideotools-0.9.1/src/main/hookHandler.cpp:4:55: style: Function 'HookHandler' argument 2 names different: declaration 'keepComments' definition '_keepComments'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/hookHandler.h:27:48: note: Function 'HookHandler' argument 2 names different: declaration 'keepComments' definition '_keepComments'.
oggvideotools-0.9.1/src/main/hookHandler.cpp:4:55: note: Function 'HookHandler' argument 2 names different: declaration 'keepComments' definition '_keepComments'.
oggvideotools-0.9.1/src/main/oggBOSExtractorFactory.cpp:88:97: style: Function 'extractPositionInterpreter' argument 1 names different: declaration 'information' definition 'info'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/oggBOSExtractorFactory.h:22:82: note: Function 'extractPositionInterpreter' argument 1 names different: declaration 'information' definition 'info'.
oggvideotools-0.9.1/src/main/oggBOSExtractorFactory.cpp:88:97: note: Function 'extractPositionInterpreter' argument 1 names different: declaration 'information' definition 'info'.
oggvideotools-0.9.1/src/main/streamMux.cpp:37:50: style: Function 'MuxStreamEntry' argument 2 names different: declaration 'streamEncoder' definition '_streamEncoder'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/streamMux.h:57:58: note: Function 'MuxStreamEntry' argument 2 names different: declaration 'streamEncoder' definition '_streamEncoder'.
oggvideotools-0.9.1/src/main/streamMux.cpp:37:50: note: Function 'MuxStreamEntry' argument 2 names different: declaration 'streamEncoder' definition '_streamEncoder'.
oggvideotools-0.9.1/src/main/streamMux.cpp:38:55: style: Function 'MuxStreamEntry' argument 3 names different: declaration 'posInterpreter' definition '_posInterpreter'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/streamMux.h:57:96: note: Function 'MuxStreamEntry' argument 3 names different: declaration 'posInterpreter' definition '_posInterpreter'.
oggvideotools-0.9.1/src/main/streamMux.cpp:38:55: note: Function 'MuxStreamEntry' argument 3 names different: declaration 'posInterpreter' definition '_posInterpreter'.
oggvideotools-0.9.1/src/main/streamMux.cpp:49:39: style: Function 'StreamMux' argument 1 names different: declaration 'repository' definition '_repository'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/streamMux.h:105:30: note: Function 'StreamMux' argument 1 names different: declaration 'repository' definition '_repository'.
oggvideotools-0.9.1/src/main/streamMux.cpp:49:39: note: Function 'StreamMux' argument 1 names different: declaration 'repository' definition '_repository'.
oggvideotools-0.9.1/src/main/streamMux.cpp:64:45: style: Function 'recreatePacketPosition' argument 1 names different: declaration 'redoTiming' definition '_redoTiming'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/streamMux.h:113:36: note: Function 'recreatePacketPosition' argument 1 names different: declaration 'redoTiming' definition '_redoTiming'.
oggvideotools-0.9.1/src/main/streamMux.cpp:64:45: note: Function 'recreatePacketPosition' argument 1 names different: declaration 'redoTiming' definition '_redoTiming'.
oggvideotools-0.9.1/src/main/streamMux.cpp:315:45: style: Function 'operator<<' argument 1 names different: declaration 'page' definition 'packet'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/streamMux.h:111:36: note: Function 'operator<<' argument 1 names different: declaration 'page' definition 'packet'.
oggvideotools-0.9.1/src/main/streamMux.cpp:315:45: note: Function 'operator<<' argument 1 names different: declaration 'page' definition 'packet'.
oggvideotools-0.9.1/src/main/streamMux.h:93:8: style: Technically the member function 'StreamMux::allBuffersEmpty' can be const. [functionConst]
oggvideotools-0.9.1/src/main/streamMux.cpp:205:17: note: Technically the member function 'StreamMux::allBuffersEmpty' can be const.
oggvideotools-0.9.1/src/main/streamMux.h:93:8: note: Technically the member function 'StreamMux::allBuffersEmpty' can be const.
oggvideotools-0.9.1/src/main/streamMux.h:105:3: style: Class 'StreamMux' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oggvideotools-0.9.1/src/main/streamSerializer.cpp:253:11: style: Condition '1==1' is always true [knownConditionTrueFalse]
oggvideotools-0.9.1/src/main/streamSerializer.cpp:253:11: style: Same expression on both sides of '=='. [duplicateExpression]
oggvideotools-0.9.1/src/main/streamSerializer.cpp:198:67: style: Function 'getStreamConfig' argument 1 names different: declaration 'configList' definition 'packetList'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/streamSerializer.h:86:51: note: Function 'getStreamConfig' argument 1 names different: declaration 'configList' definition 'packetList'.
oggvideotools-0.9.1/src/main/streamSerializer.cpp:198:67: note: Function 'getStreamConfig' argument 1 names different: declaration 'configList' definition 'packetList'.
oggvideotools-0.9.1/src/main/streamSerializer.h:80:3: warning: Member variable 'StreamSerializer::initState' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/main/streamSerializer.h:80:3: warning: Member variable 'StreamSerializer::repository' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/main/streamSerializer.h:80:3: warning: Member variable 'StreamSerializer::oggDecoder' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/main/streamSerializer.h:80:3: warning: Member variable 'StreamSerializer::streamList' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/main/streamSerializer.h:80:3: warning: Member variable 'StreamSerializer::streamEndCounter' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/main/streamSerializer.h:88:8: style: Technically the member function 'StreamSerializer::available' can be const. [functionConst]
oggvideotools-0.9.1/src/main/streamSerializer.cpp:383:24: note: Technically the member function 'StreamSerializer::available' can be const.
oggvideotools-0.9.1/src/main/streamSerializer.h:88:8: note: Technically the member function 'StreamSerializer::available' can be const.
oggvideotools-0.9.1/src/main/streamSerializer.cpp:52:38: style: Class 'StreamSerializer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
oggvideotools-0.9.1/src/main/streamSerializer.h:57:1: warning: The class 'StreamSerializer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
oggvideotools-0.9.1/src/main/videoHook.cpp:226:53: style: Function 'configureProcess' argument 1 names different: declaration 'config' definition '_config'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/main/videoHook.h:63:33: note: Function 'configureProcess' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/main/videoHook.cpp:226:53: note: Function 'configureProcess' argument 1 names different: declaration 'config' definition '_config'.
oggvideotools-0.9.1/src/main/videoHook.cpp:23:12: warning: Member variable 'VideoHook::copy' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/main/videoHook.h:65:16: style: The function 'setEncoderConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/main/hookHandler.h:33:16: note: Virtual function in base class
oggvideotools-0.9.1/src/main/videoHook.h:65:16: note: Function in derived class
oggvideotools-0.9.1/src/main/videoHook.h:68:16: style: The function 'resetEncoder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/main/hookHandler.h:36:16: note: Virtual function in base class
oggvideotools-0.9.1/src/main/videoHook.h:68:16: note: Function in derived class
oggvideotools-0.9.1/src/main/videoHook.h:70:24: style: The function 'operator<<' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/main/hookHandler.h:48:24: note: Virtual function in base class
oggvideotools-0.9.1/src/main/videoHook.h:70:24: note: Function in derived class
oggvideotools-0.9.1/src/main/videoHook.h:72:16: style: The function 'initAndConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/main/hookHandler.h:46:16: note: Virtual function in base class
oggvideotools-0.9.1/src/main/videoHook.h:72:16: note: Function in derived class
oggvideotools-0.9.1/src/main/videoHook.h:74:19: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/main/hookHandler.h:51:19: note: Virtual function in base class
oggvideotools-0.9.1/src/main/videoHook.h:74:19: note: Function in derived class
oggvideotools-0.9.1/src/main/videoHook.h:76:16: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oggvideotools-0.9.1/src/main/hookHandler.h:54:16: note: Virtual function in base class
oggvideotools-0.9.1/src/main/videoHook.h:76:16: note: Function in derived class
oggvideotools-0.9.1/src/misc/helper.cpp:7:8: style: Variable 'exists' is assigned a value that is never used. [unreadVariable]
oggvideotools-0.9.1/src/misc/ringbuffer.cpp:185:17: style: Variable 'part1' is assigned a value that is never used. [unreadVariable]
oggvideotools-0.9.1/src/misc/ringbuffer.h:39:8: performance: Technically the member function 'ringbuffer::lock' can be static. [functionStatic]
oggvideotools-0.9.1/src/misc/ringbuffer.h:40:8: performance: Technically the member function 'ringbuffer::unlock' can be static. [functionStatic]
oggvideotools-0.9.1/src/misc/ringbuffer.h:43:3: style: Class 'ringbuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oggvideotools-0.9.1/src/ovt_kate/kateExtractor.cpp:25:32: style: C-style pointer casting [cstyleCast]
oggvideotools-0.9.1/src/ovt_kate/kateExtractor.cpp:21:65: style: Function '_extract' argument 2 names different: declaration 'information' definition 'info'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_kate/kateExtractor.h:11:52: note: Function '_extract' argument 2 names different: declaration 'information' definition 'info'.
oggvideotools-0.9.1/src/ovt_kate/kateExtractor.cpp:21:65: note: Function '_extract' argument 2 names different: declaration 'information' definition 'info'.
oggvideotools-0.9.1/src/ovt_kate/kateExtractor.cpp:55:38: style: Function 'extract' argument 1 names different: declaration 'page' definition 'oggPage'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_kate/kateExtractor.h:13:33: note: Function 'extract' argument 1 names different: declaration 'page' definition 'oggPage'.
oggvideotools-0.9.1/src/ovt_kate/kateExtractor.cpp:55:38: note: Function 'extract' argument 1 names different: declaration 'page' definition 'oggPage'.
oggvideotools-0.9.1/src/ovt_kate/katePosInterpreter.cpp:44:54: style: Function 'initialize' argument 1 names different: declaration 'parameter' definition '_param'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_kate/katePosInterpreter.h:24:44: note: Function 'initialize' argument 1 names different: declaration 'parameter' definition '_param'.
oggvideotools-0.9.1/src/ovt_kate/katePosInterpreter.cpp:44:54: note: Function 'initialize' argument 1 names different: declaration 'parameter' definition '_param'.
oggvideotools-0.9.1/src/ovt_kate/kateStreamParameter.cpp:15:61: style: Function 'operator==' argument 1 names different: declaration 'param' definition '_param'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_kate/kateStreamParameter.h:20:50: note: Function 'operator==' argument 1 names different: declaration 'param' definition '_param'.
oggvideotools-0.9.1/src/ovt_kate/kateStreamParameter.cpp:15:61: note: Function 'operator==' argument 1 names different: declaration 'param' definition '_param'.
oggvideotools-0.9.1/src/ovt_theora/theoraExtractor.cpp:23:32: style: C-style pointer casting [cstyleCast]
oggvideotools-0.9.1/src/ovt_theora/theoraExtractor.cpp:19:67: style: Function '_extract' argument 2 names different: declaration 'information' definition 'info'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_theora/theoraExtractor.h:11:52: note: Function '_extract' argument 2 names different: declaration 'information' definition 'info'.
oggvideotools-0.9.1/src/ovt_theora/theoraExtractor.cpp:19:67: note: Function '_extract' argument 2 names different: declaration 'information' definition 'info'.
oggvideotools-0.9.1/src/ovt_theora/theoraExtractor.cpp:73:40: style: Function 'extract' argument 1 names different: declaration 'page' definition 'oggPage'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_theora/theoraExtractor.h:13:33: note: Function 'extract' argument 1 names different: declaration 'page' definition 'oggPage'.
oggvideotools-0.9.1/src/ovt_theora/theoraExtractor.cpp:73:40: note: Function 'extract' argument 1 names different: declaration 'page' definition 'oggPage'.
oggvideotools-0.9.1/src/ovt_theora/theoraPosInterpreter.cpp:45:56: style: Function 'initialize' argument 1 names different: declaration 'parameter' definition '_param'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_theora/theoraPosInterpreter.h:25:44: note: Function 'initialize' argument 1 names different: declaration 'parameter' definition '_param'.
oggvideotools-0.9.1/src/ovt_theora/theoraPosInterpreter.cpp:45:56: note: Function 'initialize' argument 1 names different: declaration 'parameter' definition '_param'.
oggvideotools-0.9.1/src/ovt_theora/theoraPosInterpreter.cpp:169:80: style: Function 'operator+=' argument 1 names different: declaration 'position' definition '_otherPosition'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_theora/theoraPosInterpreter.h:33:68: note: Function 'operator+=' argument 1 names different: declaration 'position' definition '_otherPosition'.
oggvideotools-0.9.1/src/ovt_theora/theoraPosInterpreter.cpp:169:80: note: Function 'operator+=' argument 1 names different: declaration 'position' definition '_otherPosition'.
oggvideotools-0.9.1/src/ovt_theora/theoraStreamParameter.cpp:15:63: style: Function 'operator==' argument 1 names different: declaration 'param' definition '_param'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_theora/theoraStreamParameter.h:47:50: note: Function 'operator==' argument 1 names different: declaration 'param' definition '_param'.
oggvideotools-0.9.1/src/ovt_theora/theoraStreamParameter.cpp:15:63: note: Function 'operator==' argument 1 names different: declaration 'param' definition '_param'.
oggvideotools-0.9.1/src/ovt_theora/theoraStreamParameter.cpp:7:24: warning: Member variable 'TheoraStreamParameter::pixel_fmt' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/ovt_theora/theoraStreamParameter.cpp:7:24: warning: Member variable 'TheoraStreamParameter::colorspace' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:28:50: style: Function 'AudioPacketInternal' argument 1 names different: declaration 'dataPtr' definition '_dataPtr'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.h:21:31: note: Function 'AudioPacketInternal' argument 1 names different: declaration 'dataPtr' definition '_dataPtr'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:28:50: note: Function 'AudioPacketInternal' argument 1 names different: declaration 'dataPtr' definition '_dataPtr'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:28:67: style: Function 'AudioPacketInternal' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.h:21:47: note: Function 'AudioPacketInternal' argument 2 names different: declaration 'length' definition '_length'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:28:67: note: Function 'AudioPacketInternal' argument 2 names different: declaration 'length' definition '_length'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:29:11: style: Function 'AudioPacketInternal' argument 3 names different: declaration 'channels' definition '_channels'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.h:21:61: note: Function 'AudioPacketInternal' argument 3 names different: declaration 'channels' definition '_channels'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:29:11: note: Function 'AudioPacketInternal' argument 3 names different: declaration 'channels' definition '_channels'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:41:48: style: Function 'AudioPacketInternal' argument 1 names different: declaration 'channels' definition '_channels'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.h:20:29: note: Function 'AudioPacketInternal' argument 1 names different: declaration 'channels' definition '_channels'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:41:48: note: Function 'AudioPacketInternal' argument 1 names different: declaration 'channels' definition '_channels'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:41:66: style: Function 'AudioPacketInternal' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.h:20:46: note: Function 'AudioPacketInternal' argument 2 names different: declaration 'length' definition '_length'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:41:66: note: Function 'AudioPacketInternal' argument 2 names different: declaration 'length' definition '_length'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:48:41: style: Function 'initMem' argument 1 names different: declaration 'channels' definition '_channels'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.h:14:22: note: Function 'initMem' argument 1 names different: declaration 'channels' definition '_channels'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:48:41: note: Function 'initMem' argument 1 names different: declaration 'channels' definition '_channels'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:48:59: style: Function 'initMem' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.h:14:39: note: Function 'initMem' argument 2 names different: declaration 'length' definition '_length'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:48:59: note: Function 'initMem' argument 2 names different: declaration 'length' definition '_length'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:80:66: style: Function 'setDataOfChannel' argument 2 names different: declaration 'data' definition '_dataPtr'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.h:29:47: note: Function 'setDataOfChannel' argument 2 names different: declaration 'data' definition '_dataPtr'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.cpp:80:66: note: Function 'setDataOfChannel' argument 2 names different: declaration 'data' definition '_dataPtr'.
oggvideotools-0.9.1/src/ovt_vorbis/audioPacket.h:7:1: warning: The class 'AudioPacketInternal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
oggvideotools-0.9.1/src/ovt_vorbis/vorbisExtractor.cpp:22:32: style: C-style pointer casting [cstyleCast]
oggvideotools-0.9.1/src/ovt_vorbis/vorbisExtractor.cpp:52:40: style: Function 'extract' argument 1 names different: declaration 'page' definition 'oggPage'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/vorbisExtractor.h:13:33: note: Function 'extract' argument 1 names different: declaration 'page' definition 'oggPage'.
oggvideotools-0.9.1/src/ovt_vorbis/vorbisExtractor.cpp:52:40: note: Function 'extract' argument 1 names different: declaration 'page' definition 'oggPage'.
oggvideotools-0.9.1/src/ovt_vorbis/vorbisPosInterpreter.cpp:183:32: style: C-style pointer casting [cstyleCast]
oggvideotools-0.9.1/src/ovt_vorbis/vorbisPosInterpreter.cpp:24:56: style: Function 'initialize' argument 1 names different: declaration 'parameter' definition '_param'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/vorbisPosInterpreter.h:27:44: note: Function 'initialize' argument 1 names different: declaration 'parameter' definition '_param'.
oggvideotools-0.9.1/src/ovt_vorbis/vorbisPosInterpreter.cpp:24:56: note: Function 'initialize' argument 1 names different: declaration 'parameter' definition '_param'.
oggvideotools-0.9.1/src/ovt_vorbis/vorbisPosInterpreter.cpp:131:80: style: Function 'operator+=' argument 1 names different: declaration 'position' definition '_otherPosition'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/vorbisPosInterpreter.h:39:68: note: Function 'operator+=' argument 1 names different: declaration 'position' definition '_otherPosition'.
oggvideotools-0.9.1/src/ovt_vorbis/vorbisPosInterpreter.cpp:131:80: note: Function 'operator+=' argument 1 names different: declaration 'position' definition '_otherPosition'.
oggvideotools-0.9.1/src/ovt_vorbis/vorbisPosInterpreter.cpp:155:80: style: Function 'operator-=' argument 1 names different: declaration 'position' definition '_otherPosition'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/vorbisPosInterpreter.h:40:68: note: Function 'operator-=' argument 1 names different: declaration 'position' definition '_otherPosition'.
oggvideotools-0.9.1/src/ovt_vorbis/vorbisPosInterpreter.cpp:155:80: note: Function 'operator-=' argument 1 names different: declaration 'position' definition '_otherPosition'.
oggvideotools-0.9.1/src/ovt_vorbis/vorbisStreamParameter.cpp:15:63: style: Function 'operator==' argument 1 names different: declaration 'param' definition '_param'. [funcArgNamesDifferent]
oggvideotools-0.9.1/src/ovt_vorbis/vorbisStreamParameter.h:23:50: note: Function 'operator==' argument 1 names different: declaration 'param' definition '_param'.
oggvideotools-0.9.1/src/ovt_vorbis/vorbisStreamParameter.cpp:15:63: note: Function 'operator==' argument 1 names different: declaration 'param' definition '_param'.
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::pictureX' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::pictureY' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::frameX' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::frameY' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::frameXOffset' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::frameYOffset' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::aspectRatioNum' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::aspectRatioDedum' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::framerateNum' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::framerateDenum' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::videoQuality' is not initialized in the constructor. [uninitMemberVar]
oggvideotools-0.9.1/src/theoraConfig.cpp:3:15: warning: Member variable 'TheoraConfig::videoBitrate' is not initialized in the constructor. [uninitMemberVar]
[12:29]

ftp://ftp.se.debian.org/debian/pool/main/o/ogmrip/ogmrip_1.0.1.orig.tar.gz
ogmrip-1.0.1/avibox/aud_scan.c:236:17: warning: Either the condition 'acmod>11' is redundant or the array 'nfchans[11]' is accessed at index 11, which is out of bounds. [arrayIndexOutOfBoundsCond]
ogmrip-1.0.1/avibox/aud_scan.c:234:26: note: Assuming that condition 'acmod>11' is not redundant
ogmrip-1.0.1/avibox/aud_scan.c:236:17: note: Array index out of bounds
ogmrip-1.0.1/avibox/aud_scan.c:307:7: style: Condition 'j<0' is always false [knownConditionTrueFalse]
ogmrip-1.0.1/avibox/aud_scan.c:281:9: note: Assignment 'j=0', assigned value is 0
ogmrip-1.0.1/avibox/aud_scan.c:307:7: note: Condition 'j<0' is always false
ogmrip-1.0.1/avibox/aud_scan.c:307:7: style: Same expression on both sides of '<' because the value of 'j' and '0' are the same. [duplicateExpression]
ogmrip-1.0.1/avibox/aud_scan.c:281:9: note: 'j' is assigned value '0' here.
ogmrip-1.0.1/avibox/aud_scan.c:307:7: note: Same expression on both sides of '<' because the value of 'j' and '0' are the same.
ogmrip-1.0.1/avibox/aud_scan.c:207:9: style: Checking if unsigned variable 'tmp' is less than zero. [unsignedLessThanZero]
ogmrip-1.0.1/avibox/aud_scan.c:307:21: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
ogmrip-1.0.1/avibox/aud_scan.c:115:19: style: Variable 'ssize' is assigned a value that is never used. [unreadVariable]
ogmrip-1.0.1/avibox/avibox.c:265:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avibox.c:545:17: style: The scope of the variable 'link' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:1850:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogmrip-1.0.1/avibox/avilib.c:2053:18: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2053:18: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2064:21: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2064:21: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2065:24: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2065:24: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2117:8: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2117:8: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2400:4: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2400:4: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2401:4: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2401:4: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2402:4: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2402:4: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2403:4: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2403:4: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2406:8: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2406:8: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2420:14: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2420:14: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2424:7: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2424:7: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2443:7: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2443:7: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2517:8: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2517:8: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2858:14: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2858:14: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:2859:4: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmrip-1.0.1/avibox/avilib.c:1881:12: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmrip-1.0.1/avibox/avilib.c:1879:25: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmrip-1.0.1/avibox/avilib.c:2859:4: note: Null pointer dereference
ogmrip-1.0.1/avibox/avilib.c:514:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:698:15: style: The scope of the variable 'sampsize' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:1104:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:1104:20: style: The scope of the variable 'sampsize' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:1625:21: style: The scope of the variable 'len' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:1917:9: style: The scope of the variable 'key' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:1917:16: style: The scope of the variable 'type' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:1920:14: style: The scope of the variable 'd' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:3075:17: style: The scope of the variable 'n' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:3104:13: style: The scope of the variable 'left' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:3224:17: style: The scope of the variable 'error_string' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/avilib.c:80:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ogmrip-1.0.1/avibox/avilib.c:81:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ogmrip-1.0.1/avibox/avilib.c:82:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ogmrip-1.0.1/avibox/avilib.c:190:5: style: Variable 'dfcc' is assigned a value that is never used. [unreadVariable]
ogmrip-1.0.1/avibox/avilib.c:926:4: style: Variable 'nhb' is assigned a value that is never used. [unreadVariable]
ogmrip-1.0.1/avibox/avilib.c:1607:4: style: Variable 'nhb' is assigned a value that is never used. [unreadVariable]
ogmrip-1.0.1/avibox/avilib.c:1945:0: error: Resource leak: fd [resourceLeak]
ogmrip-1.0.1/avibox/platform.c:48:13: style: The scope of the variable 'n' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/platform.c:71:13: style: The scope of the variable 'n' can be reduced. [variableScope]
ogmrip-1.0.1/avibox/platform.c:51:26: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ogmrip-1.0.1/avibox/platform.c:74:27: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:90:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:109:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:115:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:121:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:306:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:658:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:684:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:692:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:879:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:315:11: style: The scope of the variable 'written' can be reduced. [variableScope]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:337:18: style: The scope of the variable 'len' can be reduced. [variableScope]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:636:11: style: The scope of the variable 'size' can be reduced. [variableScope]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:636:17: style: The scope of the variable 'copied' can be reduced. [variableScope]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:890:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ogmrip-1.0.1/dvdcpy/dvdcpy.c:323:33: portability: 'buffer' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-cell-renderer-language.c:129:16: style: The scope of the variable 'lang' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-cell-renderer-language.c:106:105: style: Function 'ogmdvd_cell_renderer_language_get_property' argument 4 names different: declaration 'pspec' definition 'psec'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-cell-renderer-language.c:42:86: note: Function 'ogmdvd_cell_renderer_language_get_property' argument 4 names different: declaration 'pspec' definition 'psec'.
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-cell-renderer-language.c:106:105: note: Function 'ogmdvd_cell_renderer_language_get_property' argument 4 names different: declaration 'pspec' definition 'psec'.
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-chapter-list.c:231:12: style: The scope of the variable 'str' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-drive-chooser-widget.c:339:63: error: Uninitialized variable: type [uninitvar]
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-marshal.c:56:71: style: Function 'ogmdvd_cclosure_marshal_VOID__STRING_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-marshal.h:11:70: note: Function 'ogmdvd_cclosure_marshal_VOID__STRING_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-marshal.c:56:71: note: Function 'ogmdvd_cclosure_marshal_VOID__STRING_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-marshal.c:59:74: style: Function 'ogmdvd_cclosure_marshal_VOID__STRING_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-marshal.h:14:70: note: Function 'ogmdvd_cclosure_marshal_VOID__STRING_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-marshal.c:59:74: note: Function 'ogmdvd_cclosure_marshal_VOID__STRING_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-title-chooser-widget.c:199:18: style: The scope of the variable 'title' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-title-chooser-widget.c:204:12: style: The scope of the variable 'str' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd-gtk/ogmdvd-title-chooser-widget.c:204:18: style: The scope of the variable 'str_time' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd/ogmdvd-contrib.c:159:12: style: The scope of the variable 'result' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd/ogmdvd-disc.c:600:16: style: The scope of the variable 'title' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd/ogmdvd-drive.c:235:29: style: The scope of the variable 'name' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd/ogmdvd-monitor.c:173:11: style: The scope of the variable 'gdrive' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd/ogmdvd-monitor.c:176:10: style: The scope of the variable 'device' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd/ogmdvd-monitor.c:306:16: style: The scope of the variable 'drive' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd/ogmdvd-monitor.c:307:16: style: The scope of the variable 'dev' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd/ogmdvd-parser.c:66:7: style: The scope of the variable 'sid' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd/ogmdvd-parser.c:67:7: style: The scope of the variable 'pes_packet_length' can be reduced. [variableScope]
ogmrip-1.0.1/libogmdvd/ogmdvd-parser.c:67:26: style: The scope of the variable 'pes_packet_end' can be reduced. [variableScope]
ogmrip-1.0.1/libogmjob/ogmjob-container.c:100:36: style: Function 'ogmjob_container_dispose' argument 1 names different: declaration 'object' definition 'gobject'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmjob/ogmjob-container.c:38:60: note: Function 'ogmjob_container_dispose' argument 1 names different: declaration 'object' definition 'gobject'.
ogmrip-1.0.1/libogmjob/ogmjob-container.c:100:36: note: Function 'ogmjob_container_dispose' argument 1 names different: declaration 'object' definition 'gobject'.
ogmrip-1.0.1/libogmjob/ogmjob-container.c:130:69: style: Function 'ogmjob_container_real_add' argument 2 names different: declaration 'child' definition 'spawn'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmjob/ogmjob-container.c:43:60: note: Function 'ogmjob_container_real_add' argument 2 names different: declaration 'child' definition 'spawn'.
ogmrip-1.0.1/libogmjob/ogmjob-container.c:130:69: note: Function 'ogmjob_container_real_add' argument 2 names different: declaration 'child' definition 'spawn'.
ogmrip-1.0.1/libogmjob/ogmjob-list.c:73:32: style: Function 'ogmjob_list_finalize' argument 1 names different: declaration 'object' definition 'gobject'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmjob/ogmjob-list.c:36:52: note: Function 'ogmjob_list_finalize' argument 1 names different: declaration 'object' definition 'gobject'.
ogmrip-1.0.1/libogmjob/ogmjob-list.c:73:32: note: Function 'ogmjob_list_finalize' argument 1 names different: declaration 'object' definition 'gobject'.
ogmrip-1.0.1/libogmjob/ogmjob-list.c:108:83: style: Function 'ogmjob_list_forall' argument 3 names different: declaration 'data' definition 'user_data'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmjob/ogmjob-list.c:43:51: note: Function 'ogmjob_list_forall' argument 3 names different: declaration 'data' definition 'user_data'.
ogmrip-1.0.1/libogmjob/ogmjob-list.c:108:83: note: Function 'ogmjob_list_forall' argument 3 names different: declaration 'data' definition 'user_data'.
ogmrip-1.0.1/libogmjob/ogmjob-marshal.c:56:63: style: Function 'ogmjob_cclosure_marshal_INT__VOID' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmjob/ogmjob-marshal.h:11:62: note: Function 'ogmjob_cclosure_marshal_INT__VOID' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/libogmjob/ogmjob-marshal.c:56:63: note: Function 'ogmjob_cclosure_marshal_INT__VOID' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/libogmjob/ogmjob-marshal.c:59:66: style: Function 'ogmjob_cclosure_marshal_INT__VOID' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmjob/ogmjob-marshal.h:14:62: note: Function 'ogmjob_cclosure_marshal_INT__VOID' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/libogmjob/ogmjob-marshal.c:59:66: note: Function 'ogmjob_cclosure_marshal_INT__VOID' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/libogmrip-gtk/ogmrip-chooser-list.c:366:23: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-chooser-list.c:475:26: style: The scope of the variable 'item' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-chooser-list.c:514:26: style: The scope of the variable 'item' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-chooser-list.c:263:71: style: Function 'ogmrip_chooser_list_add_internal' argument 2 names different: declaration 'widget' definition 'chooser'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-chooser-list.c:66:64: note: Function 'ogmrip_chooser_list_add_internal' argument 2 names different: declaration 'widget' definition 'chooser'.
ogmrip-1.0.1/libogmrip-gtk/ogmrip-chooser-list.c:263:71: note: Function 'ogmrip_chooser_list_add_internal' argument 2 names different: declaration 'widget' definition 'chooser'.
ogmrip-1.0.1/libogmrip-gtk/ogmrip-chooser-list.c:314:74: style: Function 'ogmrip_chooser_list_remove_internal' argument 2 names different: declaration 'widget' definition 'child'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-chooser-list.c:68:64: note: Function 'ogmrip_chooser_list_remove_internal' argument 2 names different: declaration 'widget' definition 'child'.
ogmrip-1.0.1/libogmrip-gtk/ogmrip-chooser-list.c:314:74: note: Function 'ogmrip_chooser_list_remove_internal' argument 2 names different: declaration 'widget' definition 'child'.
ogmrip-1.0.1/libogmrip-gtk/ogmrip-gconf-settings.c:266:10: style: The scope of the variable 'name' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-gconf-settings.c:343:15: style: The scope of the variable 'entry' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-helper.c:431:21: style: The scope of the variable 'widget' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-helper.c:1127:16: style: The scope of the variable 'lang' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-lavc-options.c:164:53: style: Function 'ogmrip_lavc_dialog_set_section' argument 1 names different: declaration 'dialog' definition 'plugin_dialog'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-lavc-options.c:98:65: note: Function 'ogmrip_lavc_dialog_set_section' argument 1 names different: declaration 'dialog' definition 'plugin_dialog'.
ogmrip-1.0.1/libogmrip-gtk/ogmrip-lavc-options.c:164:53: note: Function 'ogmrip_lavc_dialog_set_section' argument 1 names different: declaration 'dialog' definition 'plugin_dialog'.
ogmrip-1.0.1/libogmrip-gtk/ogmrip-options-plugin.c:202:24: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-options-plugin.c:203:27: style: The scope of the variable 'init' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-options-plugin.c:206:16: style: The scope of the variable 'filename' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-options-plugin.c:207:10: style: The scope of the variable 'fullname' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-options-plugin.c:309:24: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-source-chooser-widget.c:168:10: style: The scope of the variable 'str' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-source-chooser-widget.c:616:22: style: The scope of the variable 'astream' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-source-chooser-widget.c:673:21: style: The scope of the variable 'sstream' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-x264-options.c:372:53: style: Function 'ogmrip_x264_dialog_set_section' argument 1 names different: declaration 'dialog' definition 'plugin_dialog'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-x264-options.c:123:67: note: Function 'ogmrip_x264_dialog_set_section' argument 1 names different: declaration 'dialog' definition 'plugin_dialog'.
ogmrip-1.0.1/libogmrip-gtk/ogmrip-x264-options.c:372:53: note: Function 'ogmrip_x264_dialog_set_section' argument 1 names different: declaration 'dialog' definition 'plugin_dialog'.
ogmrip-1.0.1/libogmrip-gtk/ogmrip-xvid-options.c:229:53: style: Function 'ogmrip_xvid_dialog_set_section' argument 1 names different: declaration 'dialog' definition 'plugin_dialog'. [funcArgNamesDifferent]
ogmrip-1.0.1/libogmrip-gtk/ogmrip-xvid-options.c:108:67: note: Function 'ogmrip_xvid_dialog_set_section' argument 1 names different: declaration 'dialog' definition 'plugin_dialog'.
ogmrip-1.0.1/libogmrip-gtk/ogmrip-xvid-options.c:229:53: note: Function 'ogmrip_xvid_dialog_set_section' argument 1 names different: declaration 'dialog' definition 'plugin_dialog'.
ogmrip-1.0.1/libogmrip/ogmrip-aac.c:133:16: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-avi.c:332:3: style: Variable 'have_avibox' is reassigned a value before the old one has been used. [redundantAssignment]
ogmrip-1.0.1/libogmrip/ogmrip-avi.c:326:0: note: Variable 'have_avibox' is reassigned a value before the old one has been used.
ogmrip-1.0.1/libogmrip/ogmrip-avi.c:332:3: note: Variable 'have_avibox' is reassigned a value before the old one has been used.
ogmrip-1.0.1/libogmrip/ogmrip-avi.c:101:25: style: The scope of the variable 'filename' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-container.c:268:25: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-container.c:284:25: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-container.c:408:10: style: The scope of the variable 'str' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-container.c:553:25: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-container.c:692:25: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-container.c:828:25: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-edl.c:157:21: style: The scope of the variable 'elt' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-edl.c:186:9: style: The scope of the variable 'stream' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-edl.c:187:10: style: The scope of the variable 'lc' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:2598:3: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:2596:0: note: Variable 'type' is reassigned a value before the old one has been used.
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:2598:3: note: Variable 'type' is reassigned a value before the old one has been used.
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:2627:3: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:2625:0: note: Variable 'type' is reassigned a value before the old one has been used.
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:2627:3: note: Variable 'type' is reassigned a value before the old one has been used.
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:344:22: style: The scope of the variable 'data' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:1535:22: style: The scope of the variable 'audio_data' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:1536:21: style: The scope of the variable 'subp_data' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:1740:16: style: The scope of the variable 'label' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:1958:16: style: The scope of the variable 'spawn' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:2177:21: style: The scope of the variable 'subp_data' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:2191:23: style: The scope of the variable 'subp_stream' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:2996:16: style: The scope of the variable 'label' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-encoding.c:3085:21: style: The scope of the variable 'data' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-file.c:411:7: style: The scope of the variable 'code' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-file.c:962:16: style: Variable 'basename' is allocated memory that is never used. [unusedAllocatedMemory]
ogmrip-1.0.1/libogmrip/ogmrip-fs.c:495:3: style: Variable 'cwd' is reassigned a value before the old one has been used. [redundantAssignment]
ogmrip-1.0.1/libogmrip/ogmrip-fs.c:489:0: note: Variable 'cwd' is reassigned a value before the old one has been used.
ogmrip-1.0.1/libogmrip/ogmrip-fs.c:495:3: note: Variable 'cwd' is reassigned a value before the old one has been used.
ogmrip-1.0.1/libogmrip/ogmrip-fs.c:132:12: style: The scope of the variable 'filename' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-lavc.c:531:24: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-lavc.c:532:11: style: The scope of the variable 'argv' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-lavc.c:622:12: style: The scope of the variable 'key' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-lavc.c:627:88: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ogmrip-1.0.1/libogmrip/ogmrip-mkv.c:330:33: style: The scope of the variable 'filename' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-mp3.c:157:16: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-mplayer.c:471:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogmrip-1.0.1/libogmrip/ogmrip-mplayer.c:497:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogmrip-1.0.1/libogmrip/ogmrip-mplayer.c:658:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogmrip-1.0.1/libogmrip/ogmrip-mplayer.c:798:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogmrip-1.0.1/libogmrip/ogmrip-mplayer.c:886:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogmrip-1.0.1/libogmrip/ogmrip-ogg.c:249:33: style: The scope of the variable 'filename' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:98:17: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:99:20: style: The scope of the variable 'init' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:102:16: style: The scope of the variable 'filename' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:103:10: style: The scope of the variable 'fullname' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:273:26: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:304:17: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:322:17: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:341:17: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:354:17: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:394:17: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:430:26: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:455:26: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-plugin.c:519:26: style: The scope of the variable 'plugin' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-settings.c:1186:18: style: The scope of the variable 'binding' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-settings.c:1227:18: style: The scope of the variable 'binding' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-settings.c:1262:18: style: The scope of the variable 'binding' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-settings.c:1380:12: style: The scope of the variable 'str' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-settings.c:1310:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ogmrip-1.0.1/libogmrip/ogmrip-settings.c:1715:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ogmrip-1.0.1/libogmrip/ogmrip-theora.c:165:16: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-version.c:79:14: style: The scope of the variable 'str' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-version.c:79:21: style: The scope of the variable 'vstr' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-video-codec.c:392:41: style: Condition 'OGMRIP_DEINT_YADIF' is always true [knownConditionTrueFalse]
ogmrip-1.0.1/libogmrip/ogmrip-video-codec.c:1883:16: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-video-codec.c:1888:11: style: The scope of the variable 'argv' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-vorbis.c:131:16: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-x264.c:734:24: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-x264.c:735:11: style: The scope of the variable 'argv' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-x264.c:901:12: style: The scope of the variable 'key' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-x264.c:906:88: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ogmrip-1.0.1/libogmrip/ogmrip-xvid.c:726:24: style: The scope of the variable 'child' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-xvid.c:727:11: style: The scope of the variable 'argv' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-xvid.c:842:12: style: The scope of the variable 'key' can be reduced. [variableScope]
ogmrip-1.0.1/libogmrip/ogmrip-xvid.c:847:88: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ogmrip-1.0.1/src/ogmrip-main.c:1251:20: style: The scope of the variable 'label' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-main.c:1623:12: style: The scope of the variable 'label' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-main.c:2540:16: style: The scope of the variable 'title' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-main.c:2542:10: style: The scope of the variable 'str' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-main.c:2618:19: style: The scope of the variable 'selected_profile' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-main.c:2808:16: style: The scope of the variable 'title' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-main.c:2815:10: style: The scope of the variable 'str' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-main.c:3126:15: style: The scope of the variable 'strv' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-main.c:2144:54: warning: Function 'ogmrip_main_profiles_dialog_new_profile' argument order different: declaration 'data, name, key' definition 'data, profile, name' [funcArgOrderDifferent]
ogmrip-1.0.1/src/ogmrip-main.c:1738:70: note: Function 'ogmrip_main_profiles_dialog_new_profile' argument order different: declaration 'data, name, key' definition 'data, profile, name'
ogmrip-1.0.1/src/ogmrip-main.c:2144:54: note: Function 'ogmrip_main_profiles_dialog_new_profile' argument order different: declaration 'data, name, key' definition 'data, profile, name'
ogmrip-1.0.1/src/ogmrip-main.c:2150:57: warning: Function 'ogmrip_main_profiles_dialog_remove_profile' argument order different: declaration 'data, name, key' definition 'data, profile, name' [funcArgOrderDifferent]
ogmrip-1.0.1/src/ogmrip-main.c:1741:70: note: Function 'ogmrip_main_profiles_dialog_remove_profile' argument order different: declaration 'data, name, key' definition 'data, profile, name'
ogmrip-1.0.1/src/ogmrip-main.c:2150:57: note: Function 'ogmrip_main_profiles_dialog_remove_profile' argument order different: declaration 'data, name, key' definition 'data, profile, name'
ogmrip-1.0.1/src/ogmrip-main.c:2156:76: style: Function 'ogmrip_main_profiles_dialog_rename_profile' argument 2 names different: declaration 'name' definition 'profile'. [funcArgNamesDifferent]
ogmrip-1.0.1/src/ogmrip-main.c:1745:70: note: Function 'ogmrip_main_profiles_dialog_rename_profile' argument 2 names different: declaration 'name' definition 'profile'.
ogmrip-1.0.1/src/ogmrip-main.c:2156:76: note: Function 'ogmrip_main_profiles_dialog_rename_profile' argument 2 names different: declaration 'name' definition 'profile'.
ogmrip-1.0.1/src/ogmrip-main.c:2156:98: style: Function 'ogmrip_main_profiles_dialog_rename_profile' argument 3 names different: declaration 'key' definition 'new_name'. [funcArgNamesDifferent]
ogmrip-1.0.1/src/ogmrip-main.c:1746:70: note: Function 'ogmrip_main_profiles_dialog_rename_profile' argument 3 names different: declaration 'key' definition 'new_name'.
ogmrip-1.0.1/src/ogmrip-main.c:2156:98: note: Function 'ogmrip_main_profiles_dialog_rename_profile' argument 3 names different: declaration 'key' definition 'new_name'.
ogmrip-1.0.1/src/ogmrip-main.c:138:0: error: Resource leak: f [resourceLeak]
ogmrip-1.0.1/src/ogmrip-marshal.c:56:73: style: Function 'ogmrip_cclosure_marshal_VOID__STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
ogmrip-1.0.1/src/ogmrip-marshal.h:11:72: note: Function 'ogmrip_cclosure_marshal_VOID__STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/src/ogmrip-marshal.c:56:73: note: Function 'ogmrip_cclosure_marshal_VOID__STRING_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/src/ogmrip-marshal.c:59:76: style: Function 'ogmrip_cclosure_marshal_VOID__STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
ogmrip-1.0.1/src/ogmrip-marshal.h:14:72: note: Function 'ogmrip_cclosure_marshal_VOID__STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/src/ogmrip-marshal.c:59:76: note: Function 'ogmrip_cclosure_marshal_VOID__STRING_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
ogmrip-1.0.1/src/ogmrip-options-dialog.c:1520:17: style: The scope of the variable 'model' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-options-dialog.c:727:54: style: Function 'ogmrip_options_dialog_constructor' argument 2 names different: declaration 'nprops' definition 'n_props'. [funcArgNamesDifferent]
ogmrip-1.0.1/src/ogmrip-options-dialog.c:124:85: note: Function 'ogmrip_options_dialog_constructor' argument 2 names different: declaration 'nprops' definition 'n_props'.
ogmrip-1.0.1/src/ogmrip-options-dialog.c:727:54: note: Function 'ogmrip_options_dialog_constructor' argument 2 names different: declaration 'nprops' definition 'n_props'.
ogmrip-1.0.1/src/ogmrip-pref-dialog.c:75:17: style: The scope of the variable 'model' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-pref-dialog.c:129:10: style: The scope of the variable 'old_path' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-pref-dialog.c:157:10: style: The scope of the variable 'old_path' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-profile-editor.c:410:3: style: Variable 'can_scale' is reassigned a value before the old one has been used. [redundantAssignment]
ogmrip-1.0.1/src/ogmrip-profile-editor.c:406:0: note: Variable 'can_scale' is reassigned a value before the old one has been used.
ogmrip-1.0.1/src/ogmrip-profile-editor.c:410:3: note: Variable 'can_scale' is reassigned a value before the old one has been used.
ogmrip-1.0.1/src/ogmrip-profile-editor.c:1051:48: style: Function 'ogmrip_profile_editor_dialog_new' argument 1 names different: declaration 'profile' definition 'profile_section'. [funcArgNamesDifferent]
ogmrip-1.0.1/src/ogmrip-profile-editor.h:49:65: note: Function 'ogmrip_profile_editor_dialog_new' argument 1 names different: declaration 'profile' definition 'profile_section'.
ogmrip-1.0.1/src/ogmrip-profile-editor.c:1051:48: note: Function 'ogmrip_profile_editor_dialog_new' argument 1 names different: declaration 'profile' definition 'profile_section'.
ogmrip-1.0.1/src/ogmrip-profiles-dialog.c:375:11: style: The scope of the variable 'entries' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-profiles.c:54:10: style: The scope of the variable 'fullname' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-profiles.c:81:10: style: The scope of the variable 'fullname' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-profiles.c:212:10: style: The scope of the variable 'fullname' can be reduced. [variableScope]
ogmrip-1.0.1/src/ogmrip-profiles.c:108:45: style: Function 'ogmrip_profiles_check_profile' argument 1 names different: declaration 'profile' definition 'section'. [funcArgNamesDifferent]
ogmrip-1.0.1/src/ogmrip-profiles.h:33:70: note: Function 'ogmrip_profiles_check_profile' argument 1 names different: declaration 'profile' definition 'section'.
ogmrip-1.0.1/src/ogmrip-profiles.c:108:45: note: Function 'ogmrip_profiles_check_profile' argument 1 names different: declaration 'profile' definition 'section'.
ogmrip-1.0.1/src/ogmrip-queue-dialog.c:141:3: style: Variable 'can_remove' is reassigned a value before the old one has been used. [redundantAssignment]
ogmrip-1.0.1/src/ogmrip-queue-dialog.c:139:0: note: Variable 'can_remove' is reassigned a value before the old one has been used.
ogmrip-1.0.1/src/ogmrip-queue-dialog.c:141:3: note: Variable 'can_remove' is reassigned a value before the old one has been used.
ogmrip-1.0.1/subrip/spudec.c:1219:9: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ogmrip-1.0.1/subrip/spudec.c:1219:9: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ogmrip-1.0.1/subrip/spudec.c:341:35: style: The scope of the variable 'color' can be reduced. [variableScope]
ogmrip-1.0.1/subrip/spudec.c:619:22: style: The scope of the variable 'y' can be reduced. [variableScope]
ogmrip-1.0.1/subrip/spudec.c:841:31: style: Function 'spudec_draw_scaled' argument 1 names different: declaration 'this' definition 'me'. [funcArgNamesDifferent]
ogmrip-1.0.1/subrip/spudec.h:9:31: note: Function 'spudec_draw_scaled' argument 1 names different: declaration 'this' definition 'me'.
ogmrip-1.0.1/subrip/spudec.c:841:31: note: Function 'spudec_draw_scaled' argument 1 names different: declaration 'this' definition 'me'.
ogmrip-1.0.1/subrip/spudec.c:1239:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ogmrip-1.0.1/subrip/subp2pgm.c:358:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subp2pgm.c:375:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subp2pgm.c:416:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subp2pgm.c:352:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
ogmrip-1.0.1/subrip/subp2pgm.c:399:7: style: The scope of the variable 'n' can be reduced. [variableScope]
ogmrip-1.0.1/subrip/subptools.c:130:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:130:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:146:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:146:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:146:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:146:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:328:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:335:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:341:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:349:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:356:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:362:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:368:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:460:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmrip-1.0.1/subrip/subptools.c:757:34: style: Checking if unsigned variable 'parse_shift(optarg)' is less than zero. [unsignedLessThanZero]
ogmrip-1.0.1/subrip/subptools.c:761:32: style: Checking if unsigned variable 'parse_cut(optarg)' is less than zero. [unsignedLessThanZero]
ogmrip-1.0.1/subrip/subptools.c:765:35: style: Checking if unsigned variable 'parse_adjust(optarg)' is less than zero. [unsignedLessThanZero]
ogmrip-1.0.1/subrip/subptools.c:769:35: style: Checking if unsigned variable 'parse_expand(optarg)' is less than zero. [unsignedLessThanZero]
ogmrip-1.0.1/subrip/subptools.c:641:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogmrip-1.0.1/subrip/vobsub.c:669:15: style: The scope of the variable 'pkt' can be reduced. [variableScope]
ogmrip-1.0.1/subrip/vobsub.c:843:13: style: The scope of the variable 'line_size' can be reduced. [variableScope]
ogmrip-1.0.1/subrip/vobsub.c:1225:22: style: The scope of the variable 'queue' can be reduced. [variableScope]
ogmrip-1.0.1/subrip/vobsub.c:1261:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ogmrip-1.0.1/subrip/vobsub.c:1340:19: style: The scope of the variable 'last_pts' can be reduced. [variableScope]
ogmrip-1.0.1/subrip/vobsub.c:1341:16: style: The scope of the variable 'last_pts_set' can be reduced. [variableScope]
ogmrip-1.0.1/subrip/vobsub.c:954:37: style: Function 'vobsub_open' argument 1 names different: declaration 'subname' definition 'name'. [funcArgNamesDifferent]
ogmrip-1.0.1/subrip/vobsub.h:4:31: note: Function 'vobsub_open' argument 1 names different: declaration 'subname' definition 'name'.
ogmrip-1.0.1/subrip/vobsub.c:954:37: note: Function 'vobsub_open' argument 1 names different: declaration 'subname' definition 'name'.
ogmrip-1.0.1/subrip/vobsub.c:1238:25: style: Function 'vobsub_reset' argument 1 names different: declaration 'vob' definition 'vobhandle'. [funcArgNamesDifferent]
ogmrip-1.0.1/subrip/vobsub.h:5:25: note: Function 'vobsub_reset' argument 1 names different: declaration 'vob' definition 'vobhandle'.
ogmrip-1.0.1/subrip/vobsub.c:1238:25: note: Function 'vobsub_reset' argument 1 names different: declaration 'vob' definition 'vobhandle'.
ogmrip-1.0.1/subrip/vobsub.c:52:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
[12:29]

ftp://ftp.se.debian.org/debian/pool/main/o/ogmtools/ogmtools_1.5.orig.tar.gz
ogmtools-1.5/avilib/avidump.c:341:6: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avidump.c:682:6: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avidump.c:692:6: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avidump.c:335:12: warning: Redundant assignment of 'val64' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:340:12: warning: Redundant assignment of 'val32' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:345:12: warning: Redundant assignment of 'val32' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:359:12: warning: Redundant assignment of 'val32' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:372:12: warning: Redundant assignment of 'val32' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:383:12: warning: Redundant assignment of 'val16' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:389:12: warning: Redundant assignment of 'val16' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:443:11: warning: Redundant assignment of '*size' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:619:13: warning: Redundant assignment of 'offset' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:620:11: warning: Redundant assignment of 'size' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:621:15: warning: Redundant assignment of 'duration' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:642:13: warning: Redundant assignment of 'offset' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:643:11: warning: Redundant assignment of 'size' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:665:12: warning: Redundant assignment of 'val32' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:681:12: warning: Redundant assignment of 'val32' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:686:12: warning: Redundant assignment of 'val32' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:691:12: warning: Redundant assignment of 'val32' to itself. [selfAssignment]
ogmtools-1.5/avilib/avidump.c:265:11: style: The scope of the variable 'n' can be reduced. [variableScope]
ogmtools-1.5/avilib/avidump.c:281:11: style: The scope of the variable 'n' can be reduced. [variableScope]
ogmtools-1.5/avilib/avidump.c:634:29: style: The scope of the variable 'key' can be reduced. [variableScope]
ogmtools-1.5/avilib/avidump.c:661:18: style: The scope of the variable 'u' can be reduced. [variableScope]
ogmtools-1.5/avilib/avidump.c:271:13: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
ogmtools-1.5/avilib/avidump.c:286:13: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
ogmtools-1.5/avilib/avidump.c:303:11: style: Checking if unsigned variable 'z' is less than zero. [unsignedLessThanZero]
ogmtools-1.5/avilib/avidump.c:305:11: style: Checking if unsigned variable 'z' is less than zero. [unsignedLessThanZero]
ogmtools-1.5/avilib/avidump.c:309:11: style: Checking if unsigned variable 'z' is less than zero. [unsignedLessThanZero]
ogmtools-1.5/avilib/avidump.c:311:11: style: Checking if unsigned variable 'z' is less than zero. [unsignedLessThanZero]
ogmtools-1.5/avilib/avidump.c:645:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogmtools-1.5/avilib/avilib.c:1916:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ogmtools-1.5/avilib/avilib.c:439:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avilib.c:447:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avilib.c:447:6: warning: %lld in format string (no. 3) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avilib.c:447:6: warning: %lld in format string (no. 4) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avilib.c:1367:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avilib.c:1367:2: warning: %ld in format string (no. 8) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avilib.c:1367:2: warning: %ld in format string (no. 9) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avilib.c:2717:6: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avilib.c:2735:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avilib.c:3292:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avilib.c:3292:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
ogmtools-1.5/avilib/avilib.c:1959:3: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1959:3: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:1987:3: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1996:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1987:3: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:1990:3: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1996:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1990:3: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:1992:3: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1996:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1992:3: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2060:3: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:2068:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:2060:3: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2063:3: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:2068:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:2063:3: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2218:17: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2218:17: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2232:20: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2232:20: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2233:24: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2233:24: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2285:8: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2285:8: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2571:4: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2571:4: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2572:4: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2572:4: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2573:4: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2573:4: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2574:4: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2574:4: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2577:8: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2577:8: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2591:14: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2591:14: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2595:7: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2595:7: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2614:7: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2614:7: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:2688:8: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:2688:8: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:3025:14: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:3025:14: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:3026:4: warning: Either the condition 'AVI!=NULL' is redundant or there is possible null pointer dereference: AVI. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avilib.c:1963:11: note: Assuming that condition 'AVI!=NULL' is not redundant
ogmtools-1.5/avilib/avilib.c:1961:24: note: Calling function 'avi_parse_input_file', 1st argument 'AVI' value is 0
ogmtools-1.5/avilib/avilib.c:3026:4: note: Null pointer dereference
ogmtools-1.5/avilib/avilib.c:1935:3: style: Variable 'AVI' is reassigned a value before the old one has been used. [redundantAssignment]
ogmtools-1.5/avilib/avilib.c:1931:0: note: Variable 'AVI' is reassigned a value before the old one has been used.
ogmtools-1.5/avilib/avilib.c:1935:3: note: Variable 'AVI' is reassigned a value before the old one has been used.
ogmtools-1.5/avilib/avilib.c:1979:3: style: Variable 'AVI' is reassigned a value before the old one has been used. [redundantAssignment]
ogmtools-1.5/avilib/avilib.c:1975:0: note: Variable 'AVI' is reassigned a value before the old one has been used.
ogmtools-1.5/avilib/avilib.c:1979:3: note: Variable 'AVI' is reassigned a value before the old one has been used.
ogmtools-1.5/avilib/avilib.c:2013:3: style: Variable 'AVI' is reassigned a value before the old one has been used. [redundantAssignment]
ogmtools-1.5/avilib/avilib.c:2009:0: note: Variable 'AVI' is reassigned a value before the old one has been used.
ogmtools-1.5/avilib/avilib.c:2013:3: note: Variable 'AVI' is reassigned a value before the old one has been used.
ogmtools-1.5/avilib/avilib.c:2052:3: style: Variable 'AVI' is reassigned a value before the old one has been used. [redundantAssignment]
ogmtools-1.5/avilib/avilib.c:2048:0: note: Variable 'AVI' is reassigned a value before the old one has been used.
ogmtools-1.5/avilib/avilib.c:2052:3: note: Variable 'AVI' is reassigned a value before the old one has been used.
ogmtools-1.5/avilib/avilib.c:3397:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogmtools-1.5/avilib/avilib.c:65:12: style: The scope of the variable 'n' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:87:12: style: The scope of the variable 'n' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:545:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:738:15: style: The scope of the variable 'sampsize' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:1142:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:1142:20: style: The scope of the variable 'sampsize' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:1662:21: style: The scope of the variable 'len' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:2085:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:2085:18: style: The scope of the variable 'len' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:2086:9: style: The scope of the variable 'key' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:2086:16: style: The scope of the variable 'type' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:2089:14: style: The scope of the variable 'd' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:3231:17: style: The scope of the variable 'n' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:3260:13: style: The scope of the variable 'left' can be reduced. [variableScope]
ogmtools-1.5/avilib/avilib.c:118:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ogmtools-1.5/avilib/avilib.c:119:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ogmtools-1.5/avilib/avilib.c:120:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ogmtools-1.5/avilib/avilib.c:3631:54: style: Function 'AVI_write_wave_pcm_data' argument 2 names different: declaration 'buffer' definition 'data'. [funcArgNamesDifferent]
ogmtools-1.5/avilib/avilib.h:440:54: note: Function 'AVI_write_wave_pcm_data' argument 2 names different: declaration 'buffer' definition 'data'.
ogmtools-1.5/avilib/avilib.c:3631:54: note: Function 'AVI_write_wave_pcm_data' argument 2 names different: declaration 'buffer' definition 'data'.
ogmtools-1.5/avilib/avilib.c:3631:67: style: Function 'AVI_write_wave_pcm_data' argument 3 names different: declaration 'buflen' definition 'datalen'. [funcArgNamesDifferent]
ogmtools-1.5/avilib/avilib.h:440:69: note: Function 'AVI_write_wave_pcm_data' argument 3 names different: declaration 'buflen' definition 'datalen'.
ogmtools-1.5/avilib/avilib.c:3631:67: note: Function 'AVI_write_wave_pcm_data' argument 3 names different: declaration 'buflen' definition 'datalen'.
ogmtools-1.5/avilib/avilib.c:226:5: style: Variable 'dfcc' is assigned a value that is never used. [unreadVariable]
ogmtools-1.5/avilib/avilib.c:965:4: style: Variable 'nhb' is assigned a value that is never used. [unreadVariable]
ogmtools-1.5/avilib/avilib.c:1644:4: style: Variable 'nhb' is assigned a value that is never used. [unreadVariable]
ogmtools-1.5/avilib/avilib.c:291:2: error: Memory leak: sil [memleak]
ogmtools-1.5/avilib/avilib.c:298:2: error: Memory leak: sil [memleak]
ogmtools-1.5/avilib/avilib.c:2116:0: error: Resource leak: fd [resourceLeak]
ogmtools-1.5/avilib/avimisc.c:96:17: warning: Either the condition 'import_file==NULL' is redundant or there is possible null pointer dereference: import_file. [nullPointerRedundantCheck]
ogmtools-1.5/avilib/avimisc.c:94:51: note: Assuming that condition 'import_file==NULL' is not redundant
ogmtools-1.5/avilib/avimisc.c:96:17: note: Null pointer dereference
ogmtools-1.5/avilib/avimisc.c:40:16: style: The scope of the variable 'rate' can be reduced. [variableScope]
ogmtools-1.5/avilib/avimisc.c:40:22: style: The scope of the variable 'mp3rate' can be reduced. [variableScope]
ogmtools-1.5/avilib/avimisc.c:40:31: style: The scope of the variable 'chunks' can be reduced. [variableScope]
ogmtools-1.5/avilib/avimisc.c:40:39: style: The scope of the variable 'tot_bytes' can be reduced. [variableScope]
ogmtools-1.5/avilib/avimisc.c:42:22: style: The scope of the variable 'format' can be reduced. [variableScope]
ogmtools-1.5/avilib/avimisc.c:42:30: style: The scope of the variable 'chan' can be reduced. [variableScope]
ogmtools-1.5/avilib/avimisc.c:42:36: style: The scope of the variable 'bits' can be reduced. [variableScope]
ogmtools-1.5/common.c:57:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ogmtools-1.5/dvdxchap.c:38:24: style: The scope of the variable 'pgn' can be reduced. [variableScope]
ogmtools-1.5/dvdxchap.c:38:29: style: The scope of the variable 'pgc_id' can be reduced. [variableScope]
ogmtools-1.5/dvdxchap.c:38:37: style: The scope of the variable 'start_cell' can be reduced. [variableScope]
ogmtools-1.5/dvdxchap.c:38:49: style: The scope of the variable 'end_cell' can be reduced. [variableScope]
ogmtools-1.5/dvdxchap.c:43:71: style: The scope of the variable 'cur_time' can be reduced. [variableScope]
ogmtools-1.5/generic.cpp:26:23: warning: Member variable 'generic_packetizer_c::serialno' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/ogmmerge.h:95:5: style: Class 'error_c' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogmtools-1.5/generic.cpp:165:0: error: Resource leak: file [resourceLeak]
ogmtools-1.5/ogmcat.cpp:374:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
ogmtools-1.5/ogmcat.cpp:441:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
ogmtools-1.5/ogmcat.cpp:538:25: warning: Either the condition 'stream==NULL' is redundant or there is possible null pointer dereference: stream. [nullPointerRedundantCheck]
ogmtools-1.5/ogmcat.cpp:520:18: note: Assuming that condition 'stream==NULL' is not redundant
ogmtools-1.5/ogmcat.cpp:538:25: note: Null pointer dereference
ogmtools-1.5/ogmcat.cpp:200:20: style: The scope of the variable 'page' can be reduced. [variableScope]
ogmtools-1.5/ogmcat.cpp:505:13: style: The scope of the variable 'num_not_matching' can be reduced. [variableScope]
ogmtools-1.5/ogmcat.cpp:105:3: performance: Variable 'old_granulepos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogmtools-1.5/queue.h:44:30: style: The function 'flush_pages' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:82:30: note: Virtual function in base class
ogmtools-1.5/queue.h:44:30: note: Function in derived class
ogmtools-1.5/queue.h:45:30: style: The function 'queue_pages' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:83:30: note: Virtual function in base class
ogmtools-1.5/queue.h:45:30: note: Function in derived class
ogmtools-1.5/queue.h:47:30: style: The function 'get_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:77:30: note: Virtual function in base class
ogmtools-1.5/queue.h:47:30: note: Function in derived class
ogmtools-1.5/queue.h:48:30: style: The function 'get_header_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:78:30: note: Virtual function in base class
ogmtools-1.5/queue.h:48:30: note: Function in derived class
ogmtools-1.5/queue.h:50:30: style: The function 'page_available' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:76:30: note: Virtual function in base class
ogmtools-1.5/queue.h:50:30: note: Function in derived class
ogmtools-1.5/queue.h:52:30: style: The function 'make_timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:80:30: note: Virtual function in base class
ogmtools-1.5/queue.h:52:30: note: Function in derived class
ogmtools-1.5/queue.h:53:30: style: The function 'get_smallest_timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:84:30: note: Virtual function in base class
ogmtools-1.5/queue.h:53:30: note: Function in derived class
ogmtools-1.5/ogmcat.cpp:43:21: style: The function 'make_timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/queue.h:52:30: note: Virtual function in base class
ogmtools-1.5/ogmcat.cpp:43:21: note: Function in derived class
ogmtools-1.5/ogmcat.cpp:45:21: style: The function 'produce_eos_packet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:85:30: note: Virtual function in base class
ogmtools-1.5/ogmcat.cpp:45:21: note: Function in derived class
ogmtools-1.5/ogmcat.cpp:46:21: style: The function 'produce_header_packets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:86:30: note: Virtual function in base class
ogmtools-1.5/ogmcat.cpp:46:21: note: Function in derived class
ogmtools-1.5/ogmcat.cpp:47:21: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:87:30: note: Virtual function in base class
ogmtools-1.5/ogmcat.cpp:47:21: note: Function in derived class
ogmtools-1.5/ogmdemux.c:147:7: style: The scope of the variable 'ih' can be reduced. [variableScope]
ogmtools-1.5/ogmdemux.c:147:11: style: The scope of the variable 'ib' can be reduced. [variableScope]
ogmtools-1.5/ogmdemux.c:160:7: style: The scope of the variable 'ih' can be reduced. [variableScope]
ogmtools-1.5/ogmdemux.c:160:11: style: The scope of the variable 'ib' can be reduced. [variableScope]
ogmtools-1.5/ogmdemux.c:172:18: style: The scope of the variable 'end' can be reduced. [variableScope]
ogmtools-1.5/ogmdemux.c:175:8: style: The scope of the variable 'out' can be reduced. [variableScope]
ogmtools-1.5/ogmdemux.c:317:28: style: The scope of the variable 'np' can be reduced. [variableScope]
ogmtools-1.5/ogmdemux.c:756:7: error: Common realloc mistake: 'xaudio' nulled but not freed upon failure [memleakOnRealloc]
ogmtools-1.5/ogmdemux.c:775:7: error: Common realloc mistake: 'xvideo' nulled but not freed upon failure [memleakOnRealloc]
ogmtools-1.5/ogmdemux.c:794:7: error: Common realloc mistake: 'xtext' nulled but not freed upon failure [memleakOnRealloc]
ogmtools-1.5/ogminfo.c:165:20: style: The scope of the variable 'i' can be reduced. [variableScope]
ogmtools-1.5/ogmmerge.cpp:514:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
ogmtools-1.5/ogmmerge.cpp:806:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
ogmtools-1.5/ogmmerge.cpp:315:18: style: The scope of the variable 'div' can be reduced. [variableScope]
ogmtools-1.5/ogmmerge.cpp:316:10: style: The scope of the variable 'd1' can be reduced. [variableScope]
ogmtools-1.5/ogmmerge.cpp:316:14: style: The scope of the variable 'd2' can be reduced. [variableScope]
ogmtools-1.5/ogmmerge.cpp:930:13: style: The scope of the variable 'page' can be reduced. [variableScope]
ogmtools-1.5/ogmmerge.cpp:308:5: style: Variable 'nstreams' is modified but its new value is never used. [unreadVariable]
ogmtools-1.5/r_ogm.h:68:35: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:58:30: note: Virtual function in base class
ogmtools-1.5/r_ogm.h:68:35: note: Function in derived class
ogmtools-1.5/r_ogm.h:69:35: style: The function 'serial_in_use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:59:30: note: Virtual function in base class
ogmtools-1.5/r_ogm.h:69:35: note: Function in derived class
ogmtools-1.5/r_ogm.h:70:35: style: The function 'get_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:60:30: note: Virtual function in base class
ogmtools-1.5/r_ogm.h:70:35: note: Function in derived class
ogmtools-1.5/r_ogm.h:71:35: style: The function 'get_header_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:61:30: note: Virtual function in base class
ogmtools-1.5/r_ogm.h:71:35: note: Function in derived class
ogmtools-1.5/r_ogm.h:74:35: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:63:30: note: Virtual function in base class
ogmtools-1.5/r_ogm.h:74:35: note: Function in derived class
ogmtools-1.5/r_ogm.h:75:35: style: The function 'display_priority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:64:30: note: Virtual function in base class
ogmtools-1.5/r_ogm.h:75:35: note: Function in derived class
ogmtools-1.5/r_ogm.h:76:35: style: The function 'display_progress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:65:30: note: Virtual function in base class
ogmtools-1.5/r_ogm.h:76:35: note: Function in derived class
ogmtools-1.5/p_video.h:43:28: style: The function 'make_timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/queue.h:52:30: note: Virtual function in base class
ogmtools-1.5/p_video.h:43:28: note: Function in derived class
ogmtools-1.5/p_video.h:44:28: style: The function 'produce_eos_packet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:85:30: note: Virtual function in base class
ogmtools-1.5/p_video.h:44:28: note: Function in derived class
ogmtools-1.5/p_video.h:45:28: style: The function 'produce_header_packets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:86:30: note: Virtual function in base class
ogmtools-1.5/p_video.h:45:28: note: Function in derived class
ogmtools-1.5/p_video.h:46:28: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:87:30: note: Virtual function in base class
ogmtools-1.5/p_video.h:46:28: note: Function in derived class
ogmtools-1.5/r_avi.h:73:30: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:58:30: note: Virtual function in base class
ogmtools-1.5/r_avi.h:73:30: note: Function in derived class
ogmtools-1.5/r_avi.h:74:30: style: The function 'serial_in_use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:59:30: note: Virtual function in base class
ogmtools-1.5/r_avi.h:74:30: note: Function in derived class
ogmtools-1.5/r_avi.h:75:30: style: The function 'get_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:60:30: note: Virtual function in base class
ogmtools-1.5/r_avi.h:75:30: note: Function in derived class
ogmtools-1.5/r_avi.h:76:30: style: The function 'get_header_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:61:30: note: Virtual function in base class
ogmtools-1.5/r_avi.h:76:30: note: Function in derived class
ogmtools-1.5/r_avi.h:79:30: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:63:30: note: Virtual function in base class
ogmtools-1.5/r_avi.h:79:30: note: Function in derived class
ogmtools-1.5/r_avi.h:80:30: style: The function 'display_priority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:64:30: note: Virtual function in base class
ogmtools-1.5/r_avi.h:80:30: note: Function in derived class
ogmtools-1.5/r_avi.h:81:30: style: The function 'display_progress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:65:30: note: Virtual function in base class
ogmtools-1.5/r_avi.h:81:30: note: Function in derived class
ogmtools-1.5/p_pcm.h:44:21: style: The function 'make_timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/queue.h:52:30: note: Virtual function in base class
ogmtools-1.5/p_pcm.h:44:21: note: Function in derived class
ogmtools-1.5/p_pcm.h:45:21: style: The function 'produce_eos_packet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:85:30: note: Virtual function in base class
ogmtools-1.5/p_pcm.h:45:21: note: Function in derived class
ogmtools-1.5/p_pcm.h:46:21: style: The function 'produce_header_packets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:86:30: note: Virtual function in base class
ogmtools-1.5/p_pcm.h:46:21: note: Function in derived class
ogmtools-1.5/p_pcm.h:47:21: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:87:30: note: Virtual function in base class
ogmtools-1.5/p_pcm.h:47:21: note: Function in derived class
ogmtools-1.5/r_wav.h:47:30: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:58:30: note: Virtual function in base class
ogmtools-1.5/r_wav.h:47:30: note: Function in derived class
ogmtools-1.5/r_wav.h:48:30: style: The function 'serial_in_use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:59:30: note: Virtual function in base class
ogmtools-1.5/r_wav.h:48:30: note: Function in derived class
ogmtools-1.5/r_wav.h:49:30: style: The function 'get_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:60:30: note: Virtual function in base class
ogmtools-1.5/r_wav.h:49:30: note: Function in derived class
ogmtools-1.5/r_wav.h:50:30: style: The function 'get_header_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:61:30: note: Virtual function in base class
ogmtools-1.5/r_wav.h:50:30: note: Function in derived class
ogmtools-1.5/r_wav.h:53:30: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:63:30: note: Virtual function in base class
ogmtools-1.5/r_wav.h:53:30: note: Function in derived class
ogmtools-1.5/r_wav.h:54:30: style: The function 'display_priority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:64:30: note: Virtual function in base class
ogmtools-1.5/r_wav.h:54:30: note: Function in derived class
ogmtools-1.5/r_wav.h:55:30: style: The function 'display_progress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:65:30: note: Virtual function in base class
ogmtools-1.5/r_wav.h:55:30: note: Function in derived class
ogmtools-1.5/p_textsubs.h:38:21: style: The function 'make_timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/queue.h:52:30: note: Virtual function in base class
ogmtools-1.5/p_textsubs.h:38:21: note: Function in derived class
ogmtools-1.5/p_textsubs.h:39:21: style: The function 'produce_eos_packet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:85:30: note: Virtual function in base class
ogmtools-1.5/p_textsubs.h:39:21: note: Function in derived class
ogmtools-1.5/p_textsubs.h:40:21: style: The function 'produce_header_packets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:86:30: note: Virtual function in base class
ogmtools-1.5/p_textsubs.h:40:21: note: Function in derived class
ogmtools-1.5/p_textsubs.h:41:21: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:87:30: note: Virtual function in base class
ogmtools-1.5/p_textsubs.h:41:21: note: Function in derived class
ogmtools-1.5/r_srt.h:41:30: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:58:30: note: Virtual function in base class
ogmtools-1.5/r_srt.h:41:30: note: Function in derived class
ogmtools-1.5/r_srt.h:42:30: style: The function 'serial_in_use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:59:30: note: Virtual function in base class
ogmtools-1.5/r_srt.h:42:30: note: Function in derived class
ogmtools-1.5/r_srt.h:43:30: style: The function 'get_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:60:30: note: Virtual function in base class
ogmtools-1.5/r_srt.h:43:30: note: Function in derived class
ogmtools-1.5/r_srt.h:44:30: style: The function 'get_header_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:61:30: note: Virtual function in base class
ogmtools-1.5/r_srt.h:44:30: note: Function in derived class
ogmtools-1.5/r_srt.h:47:30: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:63:30: note: Virtual function in base class
ogmtools-1.5/r_srt.h:47:30: note: Function in derived class
ogmtools-1.5/r_srt.h:48:30: style: The function 'display_priority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:64:30: note: Virtual function in base class
ogmtools-1.5/r_srt.h:48:30: note: Function in derived class
ogmtools-1.5/r_srt.h:49:30: style: The function 'display_progress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:65:30: note: Virtual function in base class
ogmtools-1.5/r_srt.h:49:30: note: Function in derived class
ogmtools-1.5/p_mp3.h:47:21: style: The function 'make_timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/queue.h:52:30: note: Virtual function in base class
ogmtools-1.5/p_mp3.h:47:21: note: Function in derived class
ogmtools-1.5/p_mp3.h:48:21: style: The function 'produce_eos_packet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:85:30: note: Virtual function in base class
ogmtools-1.5/p_mp3.h:48:21: note: Function in derived class
ogmtools-1.5/p_mp3.h:49:21: style: The function 'produce_header_packets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:86:30: note: Virtual function in base class
ogmtools-1.5/p_mp3.h:49:21: note: Function in derived class
ogmtools-1.5/p_mp3.h:50:21: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:87:30: note: Virtual function in base class
ogmtools-1.5/p_mp3.h:50:21: note: Function in derived class
ogmtools-1.5/r_mp3.h:46:30: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:58:30: note: Virtual function in base class
ogmtools-1.5/r_mp3.h:46:30: note: Function in derived class
ogmtools-1.5/r_mp3.h:47:30: style: The function 'serial_in_use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:59:30: note: Virtual function in base class
ogmtools-1.5/r_mp3.h:47:30: note: Function in derived class
ogmtools-1.5/r_mp3.h:48:30: style: The function 'get_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:60:30: note: Virtual function in base class
ogmtools-1.5/r_mp3.h:48:30: note: Function in derived class
ogmtools-1.5/r_mp3.h:49:30: style: The function 'get_header_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:61:30: note: Virtual function in base class
ogmtools-1.5/r_mp3.h:49:30: note: Function in derived class
ogmtools-1.5/r_mp3.h:51:30: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:63:30: note: Virtual function in base class
ogmtools-1.5/r_mp3.h:51:30: note: Function in derived class
ogmtools-1.5/r_mp3.h:52:30: style: The function 'display_priority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:64:30: note: Virtual function in base class
ogmtools-1.5/r_mp3.h:52:30: note: Function in derived class
ogmtools-1.5/r_mp3.h:53:30: style: The function 'display_progress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:65:30: note: Virtual function in base class
ogmtools-1.5/r_mp3.h:53:30: note: Function in derived class
ogmtools-1.5/p_ac3.h:47:21: style: The function 'make_timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/queue.h:52:30: note: Virtual function in base class
ogmtools-1.5/p_ac3.h:47:21: note: Function in derived class
ogmtools-1.5/p_ac3.h:48:21: style: The function 'produce_eos_packet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:85:30: note: Virtual function in base class
ogmtools-1.5/p_ac3.h:48:21: note: Function in derived class
ogmtools-1.5/p_ac3.h:49:21: style: The function 'produce_header_packets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:86:30: note: Virtual function in base class
ogmtools-1.5/p_ac3.h:49:21: note: Function in derived class
ogmtools-1.5/p_ac3.h:50:21: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:87:30: note: Virtual function in base class
ogmtools-1.5/p_ac3.h:50:21: note: Function in derived class
ogmtools-1.5/r_ac3.h:42:30: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:58:30: note: Virtual function in base class
ogmtools-1.5/r_ac3.h:42:30: note: Function in derived class
ogmtools-1.5/r_ac3.h:43:30: style: The function 'serial_in_use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:59:30: note: Virtual function in base class
ogmtools-1.5/r_ac3.h:43:30: note: Function in derived class
ogmtools-1.5/r_ac3.h:44:30: style: The function 'get_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:60:30: note: Virtual function in base class
ogmtools-1.5/r_ac3.h:44:30: note: Function in derived class
ogmtools-1.5/r_ac3.h:45:30: style: The function 'get_header_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:61:30: note: Virtual function in base class
ogmtools-1.5/r_ac3.h:45:30: note: Function in derived class
ogmtools-1.5/r_ac3.h:47:30: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:63:30: note: Virtual function in base class
ogmtools-1.5/r_ac3.h:47:30: note: Function in derived class
ogmtools-1.5/r_ac3.h:48:30: style: The function 'display_priority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:64:30: note: Virtual function in base class
ogmtools-1.5/r_ac3.h:48:30: note: Function in derived class
ogmtools-1.5/r_ac3.h:49:30: style: The function 'display_progress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:65:30: note: Virtual function in base class
ogmtools-1.5/r_ac3.h:49:30: note: Function in derived class
ogmtools-1.5/r_microdvd.h:41:30: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:58:30: note: Virtual function in base class
ogmtools-1.5/r_microdvd.h:41:30: note: Function in derived class
ogmtools-1.5/r_microdvd.h:42:30: style: The function 'serial_in_use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:59:30: note: Virtual function in base class
ogmtools-1.5/r_microdvd.h:42:30: note: Function in derived class
ogmtools-1.5/r_microdvd.h:43:30: style: The function 'get_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:60:30: note: Virtual function in base class
ogmtools-1.5/r_microdvd.h:43:30: note: Function in derived class
ogmtools-1.5/r_microdvd.h:44:30: style: The function 'get_header_page' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:61:30: note: Virtual function in base class
ogmtools-1.5/r_microdvd.h:44:30: note: Function in derived class
ogmtools-1.5/r_microdvd.h:47:30: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:63:30: note: Virtual function in base class
ogmtools-1.5/r_microdvd.h:47:30: note: Function in derived class
ogmtools-1.5/r_microdvd.h:48:30: style: The function 'display_priority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:64:30: note: Virtual function in base class
ogmtools-1.5/r_microdvd.h:48:30: note: Function in derived class
ogmtools-1.5/r_microdvd.h:49:30: style: The function 'display_progress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:65:30: note: Virtual function in base class
ogmtools-1.5/r_microdvd.h:49:30: note: Function in derived class
ogmtools-1.5/ogmmerge.cpp:772:9: style: Exception should be caught by reference. [catchExceptionByValue]
ogmtools-1.5/ogmsplit.cpp:593:9: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
ogmtools-1.5/ogmsplit.cpp:293:20: style: The scope of the variable 'page' can be reduced. [variableScope]
ogmtools-1.5/ogmsplit.cpp:556:28: style: The scope of the variable 'np' can be reduced. [variableScope]
ogmtools-1.5/ogmsplit.cpp:556:32: style: The scope of the variable 'sno' can be reduced. [variableScope]
ogmtools-1.5/ogmsplit.cpp:121:3: performance: Variable 'old_granulepos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogmtools-1.5/ogmsplit.cpp:46:21: style: The function 'make_timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/queue.h:52:30: note: Virtual function in base class
ogmtools-1.5/ogmsplit.cpp:46:21: note: Function in derived class
ogmtools-1.5/ogmsplit.cpp:48:21: style: The function 'produce_eos_packet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:85:30: note: Virtual function in base class
ogmtools-1.5/ogmsplit.cpp:48:21: note: Function in derived class
ogmtools-1.5/ogmsplit.cpp:49:21: style: The function 'produce_header_packets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:86:30: note: Virtual function in base class
ogmtools-1.5/ogmsplit.cpp:49:21: note: Function in derived class
ogmtools-1.5/ogmsplit.cpp:50:21: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:87:30: note: Virtual function in base class
ogmtools-1.5/ogmsplit.cpp:50:21: note: Function in derived class
ogmtools-1.5/p_ac3.cpp:230:18: style: The scope of the variable 'bptr' can be reduced. [variableScope]
ogmtools-1.5/p_ac3.cpp:30:19: warning: Member variable 'ac3_packetizer_c::bps' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/p_ac3.cpp:30:19: warning: Member variable 'ac3_packetizer_c::tempbuf' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/p_ac3.h:52:21: warning: Virtual function 'set_params' is called from constructor 'ac3_packetizer_c(long nsamples_per_sec,int nchannels,int nbitrate,struct audio_sync_t*nasync,struct range_t*nrange,char**ncomments)' at line 45. Dynamic binding is not used. [virtualCallInConstructor]
ogmtools-1.5/p_ac3.cpp:45:3: note: Calling set_params
ogmtools-1.5/p_ac3.h:52:21: note: set_params is a virtual method
ogmtools-1.5/p_mp3.cpp:224:18: style: The scope of the variable 'bptr' can be reduced. [variableScope]
ogmtools-1.5/p_mp3.cpp:30:19: warning: Member variable 'mp3_packetizer_c::bps' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/p_mp3.cpp:30:19: warning: Member variable 'mp3_packetizer_c::tempbuf' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/p_pcm.cpp:37:3: style: Class 'pcm_packetizer_c' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogmtools-1.5/p_pcm.cpp:37:3: style: Class 'pcm_packetizer_c' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogmtools-1.5/p_video.cpp:165:14: style: The scope of the variable 'offset' can be reduced. [variableScope]
ogmtools-1.5/p_video.cpp:247:59: style: Function 'set_chapter_info' argument 1 names different: declaration 'info' definition 'vc'. [funcArgNamesDifferent]
ogmtools-1.5/p_video.h:47:61: note: Function 'set_chapter_info' argument 1 names different: declaration 'info' definition 'vc'.
ogmtools-1.5/p_video.cpp:247:59: note: Function 'set_chapter_info' argument 1 names different: declaration 'info' definition 'vc'.
ogmtools-1.5/p_video.cpp:30:21: warning: Member variable 'video_packetizer_c::sample_rate' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/p_video.cpp:46:3: style: Class 'video_packetizer_c' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogmtools-1.5/p_video.cpp:46:3: style: Class 'video_packetizer_c' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogmtools-1.5/p_vorbis.cpp:157:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
ogmtools-1.5/p_vorbis.cpp:36:3: performance: Variable 'old_granulepos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogmtools-1.5/p_vorbis.h:44:21: style: The function 'make_timestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/queue.h:52:30: note: Virtual function in base class
ogmtools-1.5/p_vorbis.h:44:21: note: Function in derived class
ogmtools-1.5/p_vorbis.h:45:21: style: The function 'produce_eos_packet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:85:30: note: Virtual function in base class
ogmtools-1.5/p_vorbis.h:45:21: note: Function in derived class
ogmtools-1.5/p_vorbis.h:46:21: style: The function 'produce_header_packets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:86:30: note: Virtual function in base class
ogmtools-1.5/p_vorbis.h:46:21: note: Function in derived class
ogmtools-1.5/p_vorbis.h:47:21: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogmtools-1.5/ogmmerge.h:87:30: note: Virtual function in base class
ogmtools-1.5/p_vorbis.h:47:21: note: Function in derived class
ogmtools-1.5/p_vorbis.cpp:164:5: style: Exception should be caught by reference. [catchExceptionByValue]
ogmtools-1.5/queue.cpp:137:20: style: The scope of the variable 'mp' can be reduced. [variableScope]
ogmtools-1.5/r_ac3.cpp:101:7: style: The scope of the variable 'nread' can be reduced. [variableScope]
ogmtools-1.5/r_ac3.cpp:101:14: style: The scope of the variable 'last_frame' can be reduced. [variableScope]
ogmtools-1.5/r_ac3.cpp:70:3: style: Class 'ac3_reader_c' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogmtools-1.5/r_ac3.cpp:70:3: style: Class 'ac3_reader_c' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogmtools-1.5/r_avi.cpp:405:21: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
ogmtools-1.5/r_avi.cpp:400:17: note: outer condition: nread>0
ogmtools-1.5/r_avi.cpp:405:21: note: opposite inner condition: nread==0
ogmtools-1.5/r_avi.cpp:437:14: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_avi.cpp:440:14: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_avi.cpp:454:14: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_avi.cpp:469:14: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_avi.cpp:64:18: style: The scope of the variable 'codec' can be reduced. [variableScope]
ogmtools-1.5/r_avi.cpp:339:19: style: The scope of the variable 'last_frame' can be reduced. [variableScope]
ogmtools-1.5/r_avi.cpp:342:7: style: The scope of the variable 'done' can be reduced. [variableScope]
ogmtools-1.5/r_avi.cpp:342:13: style: The scope of the variable 'frames_read' can be reduced. [variableScope]
ogmtools-1.5/r_avi.cpp:55:15: warning: Member variable 'avi_reader_c::old_nread' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/r_avi.cpp:55:15: warning: Member variable 'avi_reader_c::rederive_keyframes' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/r_avi.cpp:203:3: style: Class 'avi_reader_c' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogmtools-1.5/r_avi.cpp:203:3: style: Class 'avi_reader_c' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogmtools-1.5/r_avi.h:87:30: warning: Virtual function 'add_audio_demuxer' is called from constructor 'avi_reader_c(char*fname,char*astreams,char*vstreams,struct audio_sync_t*nasync,struct range_t*nrange,char**ncomments,char*nfourcc,char*nav_seek)' at line 187. Dynamic binding is not used. [virtualCallInConstructor]
ogmtools-1.5/r_avi.cpp:187:11: note: Calling add_audio_demuxer
ogmtools-1.5/r_avi.h:87:30: note: add_audio_demuxer is a virtual method
ogmtools-1.5/r_avi.h:87:30: warning: Virtual function 'add_audio_demuxer' is called from constructor 'avi_reader_c(char*fname,char*astreams,char*vstreams,struct audio_sync_t*nasync,struct range_t*nrange,char**ncomments,char*nfourcc,char*nav_seek)' at line 192. Dynamic binding is not used. [virtualCallInConstructor]
ogmtools-1.5/r_avi.cpp:192:7: note: Calling add_audio_demuxer
ogmtools-1.5/r_avi.h:87:30: note: add_audio_demuxer is a virtual method
ogmtools-1.5/r_avi.cpp:445:13: error: Common realloc mistake: 'chunk' nulled but not freed upon failure [memleakOnRealloc]
ogmtools-1.5/r_avi.cpp:460:13: error: Common realloc mistake: 'chunk' nulled but not freed upon failure [memleakOnRealloc]
ogmtools-1.5/r_avi.cpp:72:0: error: Resource leak: f [resourceLeak]
ogmtools-1.5/r_microdvd.cpp:57:20: warning: Member variable 'microdvd_reader_c::chunk' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/r_microdvd.cpp:57:20: warning: Member variable 'microdvd_reader_c::act_wchar' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/r_microdvd.cpp:60:8: style: Class 'microdvd_reader_c' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogmtools-1.5/r_microdvd.cpp:60:8: style: Class 'microdvd_reader_c' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogmtools-1.5/r_mp3.cpp:110:7: style: The scope of the variable 'nread' can be reduced. [variableScope]
ogmtools-1.5/r_mp3.cpp:110:14: style: The scope of the variable 'last_frame' can be reduced. [variableScope]
ogmtools-1.5/r_mp3.cpp:76:3: style: Class 'mp3_reader_c' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogmtools-1.5/r_mp3.cpp:76:3: style: Class 'mp3_reader_c' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogmtools-1.5/r_ogm.cpp:316:8: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_ogm.cpp:365:8: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_ogm.cpp:559:10: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_ogm.cpp:574:12: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_ogm.cpp:593:12: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_ogm.cpp:611:12: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_ogm.cpp:629:12: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_ogm.cpp:650:14: style: C-style pointer casting [cstyleCast]
ogmtools-1.5/r_ogm.cpp:193:7: style: The scope of the variable 'np' can be reduced. [variableScope]
ogmtools-1.5/r_ogm.cpp:269:21: style: The scope of the variable 'codec' can be reduced. [variableScope]
ogmtools-1.5/r_ogm.cpp:538:18: style: The scope of the variable 'hdrlen' can be reduced. [variableScope]
ogmtools-1.5/r_ogm.cpp:538:26: style: The scope of the variable 'eos' can be reduced. [variableScope]
ogmtools-1.5/r_ogm.cpp:66:8: style: Class 'ogm_reader_c' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogmtools-1.5/r_ogm.cpp:66:8: style: Class 'ogm_reader_c' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogmtools-1.5/r_ogm.h:92:35: warning: Virtual function 'read_headers' is called from constructor 'ogm_reader_c(char*fname,char*astreams,char*vstreams,char*tstreams,struct audio_sync_t*nasync,struct range_t*nrange,char**ncomments,char*nfourcc)' at line 114. Dynamic binding is not used. [virtualCallInConstructor]
ogmtools-1.5/r_ogm.cpp:114:3: note: Calling read_headers
ogmtools-1.5/r_ogm.h:92:35: note: read_headers is a virtual method
ogmtools-1.5/r_ogm.cpp:299:7: style: Exception should be caught by reference. [catchExceptionByValue]
ogmtools-1.5/r_ogm.cpp:357:9: style: Exception should be caught by reference. [catchExceptionByValue]
ogmtools-1.5/r_ogm.cpp:408:13: style: Exception should be caught by reference. [catchExceptionByValue]
ogmtools-1.5/r_ogm.cpp:428:13: style: Exception should be caught by reference. [catchExceptionByValue]
ogmtools-1.5/r_ogm.cpp:448:13: style: Exception should be caught by reference. [catchExceptionByValue]
ogmtools-1.5/r_ogm.cpp:495:9: style: Exception should be caught by reference. [catchExceptionByValue]
ogmtools-1.5/r_srt.cpp:83:9: style: The scope of the variable 'subtitles' can be reduced. [variableScope]
ogmtools-1.5/r_srt.cpp:64:15: warning: Member variable 'srt_reader_c::chunk' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/r_srt.cpp:64:15: warning: Member variable 'srt_reader_c::act_wchar' is not initialized in the constructor. [uninitMemberVar]
ogmtools-1.5/r_srt.cpp:66:8: style: Class 'srt_reader_c' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogmtools-1.5/r_srt.cpp:66:8: style: Class 'srt_reader_c' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogmtools-1.5/r_wav.cpp:72:3: style: Class 'wav_reader_c' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogmtools-1.5/r_wav.cpp:72:3: style: Class 'wav_reader_c' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogmtools-1.5/subtitles.h:39:12: style: Technically the member function 'subtitles_c::check' can be const. [functionConst]
ogmtools-1.5/subtitles.cpp:61:18: note: Technically the member function 'subtitles_c::check' can be const.
ogmtools-1.5/subtitles.h:39:12: note: Technically the member function 'subtitles_c::check' can be const.
ogmtools-1.5/vorbis_header_utils.c:217:7: style: The scope of the variable 'nc' can be reduced. [variableScope]
ogmtools-1.5/vorbis_header_utils.c:217:11: style: The scope of the variable 'i' can be reduced. [variableScope]
[12:29]

ftp://ftp.se.debian.org/debian/pool/main/o/ognl/ognl_2.7.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ogre/ogre_1.7.4+dfsg1.orig.tar.xz
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLProgramWriter.cpp:439:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:563:2: style: Variable 'srcTechnique' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:561:0: note: Variable 'srcTechnique' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:563:2: note: Variable 'srcTechnique' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1104:2: style: Variable 'customSubState' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1101:0: note: Variable 'customSubState' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1104:2: note: Variable 'customSubState' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1213:4: style: Variable 'mCustomRenderStates' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderParameter.cpp:162:4: performance: Variable 'autoType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderParameter.cpp:163:4: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderParameter.cpp:164:4: performance: Variable 'type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgram.cpp:64:17: style: Unused variable: it [unusedVariable]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:575:52: warning: Possible null pointer dereference: pixelMain [nullPointer]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:544:24: note: Assignment 'pixelMain=NULL', assigned value is 0
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:575:52: note: Null pointer dereference
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:578:2: warning: Possible null pointer dereference: pixelMain [nullPointer]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:544:24: note: Assignment 'pixelMain=NULL', assigned value is 0
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:578:2: note: Null pointer dereference
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:588:41: warning: Possible null pointer dereference: vertexMain [nullPointer]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:543:25: note: Assignment 'vertexMain=NULL', assigned value is 0
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:588:41: note: Null pointer dereference
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:603:3: warning: Possible null pointer dereference: pixelMain [nullPointer]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:544:24: note: Assignment 'pixelMain=NULL', assigned value is 0
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:603:3: note: Null pointer dereference
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:186:15: style: Variable 'mProgramWriterFactories' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:211:15: style: Variable 'mDefaultProgramProcessors' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramProcessor.cpp:731:23: style: The scope of the variable 'srcParamRefs' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:153:2: style: Variable 'vsMainFunc' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:146:0: note: Variable 'vsMainFunc' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:153:2: note: Variable 'vsMainFunc' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:156:2: style: Variable 'psMainFunc' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:147:0: note: Variable 'psMainFunc' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:156:2: note: Variable 'psMainFunc' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:250:5: style: Variable 'newSubRenderState' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:248:0: note: Variable 'newSubRenderState' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:250:5: note: Variable 'newSubRenderState' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderScriptTranslator.cpp:81:21: style: The scope of the variable 'subRenderState' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Components/RTShaderSystem/src/OgreShaderSubRenderState.cpp:88:16: style: Unused variable: it [unusedVariable]
ogre-1.7.4+dfsg1/Components/Terrain/src/OgreTerrain.cpp:2875:25: warning: Redundant assignment of 'mLightMapShadowsOnly' to itself. [selfAssignment]
ogre-1.7.4+dfsg1/Components/Terrain/src/OgreTerrain.cpp:2820:17: style: Variable 'i' is not assigned a value. [unassignedVariable]
ogre-1.7.4+dfsg1/Components/Terrain/src/OgreTerrain.cpp:2821:5: error: Uninitialized variable: i [uninitvar]
ogre-1.7.4+dfsg1/Components/Terrain/src/OgreTerrainMaterialGenerator.cpp:68:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/Components/Terrain/src/OgreTerrainMaterialGeneratorA.cpp:372:5: style: Variable 'tu' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Components/Terrain/src/OgreTerrainMaterialGeneratorA.cpp:370:5: note: Variable 'tu' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/Terrain/src/OgreTerrainMaterialGeneratorA.cpp:372:5: note: Variable 'tu' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Components/Terrain/src/OgreTerrainMaterialGeneratorA.cpp:1103:33: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/Components/Terrain/src/OgreTerrainQuadTreeNode.cpp:153:16: style: Variable 'mChildren' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Components/Terrain/src/OgreTerrainQuadTreeNode.cpp:160:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/GLX/OgreConfigDialog.cpp:420:22: warning: Return value of function mConfigCallbackData.back() is not used. [ignoredReturnValue]
ogre-1.7.4+dfsg1/OgreMain/src/GLX/OgreConfigDialog.cpp:293:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/GLX/OgreConfigDialog.cpp:417:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/GLX/OgreConfigDialog.cpp:428:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/GLX/OgreConfigDialog.cpp:467:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreAnimationTrack.cpp:201:26: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreBillboardChain.cpp:140:15: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreBillboardSet.cpp:121:26: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreCompositor.cpp:349:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreCompositor.cpp:358:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreCompositorChain.cpp:135:16: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreCompositorChain.cpp:362:16: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreCompositorInstance.cpp:161:2: warning: Member variable 'RSQuadOperation::mQuadFarCorners' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/OgreMain/src/OgreCompositorInstance.cpp:161:2: warning: Member variable 'RSQuadOperation::mQuadFarCornersViewSpace' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/OgreMain/src/OgreCompositorInstance.cpp:248:2: warning: Member variable 'RSSetSchemeOperation::mPreviousLateResolving' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/OgreMain/src/OgreCompositorInstance.cpp:248:2: style: Class 'RSSetSchemeOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/OgreMain/src/OgreCompositorInstance.cpp:273:2: style: Class 'RSRestoreSchemeOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/OgreMain/src/OgreControllerManager.cpp:96:26: style: Unused variable: ci [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreConvexBody.cpp:513:23: style: Unsigned variable 'iPolyA' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.7.4+dfsg1/OgreMain/src/OgreDDSCodec.cpp:212:8: style: The scope of the variable 'hasAlpha' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreDDSCodec.cpp:895:14: style: The scope of the variable 'swapByte' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreDDSCodec.cpp:649:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/OgreMain/src/OgreEntity.cpp:1210:18: style: The scope of the variable 'subMesh' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreEntity.cpp:1211:20: style: The scope of the variable 'subEnt' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreEntity.cpp:471:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreEntity.cpp:501:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreEntity.cpp:521:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreEntity.cpp:536:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreEntity.cpp:608:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreEntity.cpp:865:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreFreeImageCodec.cpp:359:10: style: The scope of the variable 'pSrc' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreFreeImageCodec.cpp:570:10: style: The scope of the variable 'pSrc' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreFreeImageCodec.cpp:154:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreImageResampler.h:113:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreImageResampler.h:198:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreImageResampler.h:308:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:442:11: style: The scope of the variable 'p16' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:443:11: style: The scope of the variable 'p32' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:804:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:820:17: style: Unused variable: o [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:1151:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:1458:17: style: Unused variable: qi [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:1573:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:663:108: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:724:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:1156:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:1271:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreLight.cpp:603:3: style: Class 'LightDiffuseColourValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/OgreMain/src/OgreLight.cpp:625:3: style: Class 'LightSpecularColourValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/OgreMain/src/OgreLight.cpp:647:3: style: Class 'LightAttenuationValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/OgreMain/src/OgreLight.cpp:669:3: style: Class 'LightSpotlightInnerValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/OgreMain/src/OgreLight.cpp:691:3: style: Class 'LightSpotlightOuterValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/OgreMain/src/OgreLight.cpp:713:3: style: Class 'LightSpotlightFalloffValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/OgreMain/src/OgreLight.cpp:398:56: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/OgreMain/src/OgreLodStrategyManager.cpp:88:9: error: Iterator 'it' used after element has been erased. [eraseDereference]
ogre-1.7.4+dfsg1/OgreMain/src/OgreLodStrategyManager.cpp:91:16: note: Iterator 'it' used after element has been erased.
ogre-1.7.4+dfsg1/OgreMain/src/OgreLodStrategyManager.cpp:88:9: note: Iterator 'it' used after element has been erased.
ogre-1.7.4+dfsg1/OgreMain/src/OgreManualObject.cpp:70:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreManualObject.cpp:81:17: style: Unused variable: s [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMath.cpp:961:3: style: Variable 'viewMatrix' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMath.cpp:960:3: note: Variable 'viewMatrix' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/OgreMain/src/OgreMath.cpp:961:3: note: Variable 'viewMatrix' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/OgreMain/src/OgreMesh.cpp:491:26: warning: Redundant assignment of 'mBoundRadius' to itself. [selfAssignment]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMesh.cpp:365:18: style: The scope of the variable 'newSub' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMesh.cpp:1485:9: style: The scope of the variable 'atLeastOneIndexSet' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMesh.cpp:646:18: style: Checking if unsigned variable 'currBones' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMesh.cpp:319:26: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMesh.cpp:2184:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshManager.cpp:256:30: style: The scope of the variable 'uInc' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshManager.cpp:256:39: style: The scope of the variable 'u' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshManager.cpp:257:24: style: The scope of the variable 'vCount' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:114:24: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:347:16: style: The scope of the variable 'chunkSize' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:788:18: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:837:24: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:1375:18: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:1454:17: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:1759:24: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:2200:18: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:2242:18: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:2282:18: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:2327:18: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:2371:18: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:2436:18: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:2506:24: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:2837:24: style: The scope of the variable 'texCoordSet' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreNode.cpp:344:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlay.cpp:320:9: style: Variable 'orientationRotation' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlay.cpp:317:0: note: Variable 'orientationRotation' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlay.cpp:320:9: note: Variable 'orientationRotation' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlayContainer.cpp:314:7: style: The scope of the variable 'currZ' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlayManager.cpp:278:9: style: Variable 'orientationModeChanged' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlayManager.cpp:276:0: note: Variable 'orientationModeChanged' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlayManager.cpp:278:9: note: Variable 'orientationModeChanged' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlayManager.cpp:319:3: style: Variable 'newElement' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlayManager.cpp:318:0: note: Variable 'newElement' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlayManager.cpp:319:3: note: Variable 'newElement' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlayManager.cpp:190:8: style: The scope of the variable 'skipLine' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreOverlayManager.cpp:194:9: style: The scope of the variable 'isATemplate' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePVRTCCodec.cpp:214:14: style: The scope of the variable 'swapByte' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreParticleEmitter.cpp:248:24: style: The scope of the variable 'intRequest' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1310:6: warning: Either the condition 'emitter' is redundant or there is possible null pointer dereference: emitter. [nullPointerRedundantCheck]
ogre-1.7.4+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1299:9: note: Assuming that condition 'emitter' is not redundant
ogre-1.7.4+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1310:6: note: Null pointer dereference
ogre-1.7.4+dfsg1/OgreMain/src/OgreParticleSystem.cpp:442:19: style: The scope of the variable 'pParticle' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreParticleSystem.cpp:614:19: style: The scope of the variable 'pParticle' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1282:20: style: The scope of the variable 'emitter' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1326:20: style: The scope of the variable 'emitter' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1379:33: style: The scope of the variable 'fee' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreParticleSystem.cpp:174:26: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreParticleSystem.cpp:75:3: style: Class 'ParticleSystemUpdateValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePass.cpp:370:26: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePass.cpp:728:26: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePass.cpp:1585:18: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePatchSurface.cpp:401:15: style: The scope of the variable 'pDest' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePatchSurface.cpp:471:16: style: The scope of the variable 'leftIdx' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePatchSurface.cpp:471:25: style: The scope of the variable 'rightIdx' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePatchSurface.cpp:471:35: style: The scope of the variable 'destIdx' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePatchSurface.cpp:471:44: style: The scope of the variable 'halfStep' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePatchSurface.cpp:472:14: style: The scope of the variable 'firstSegment' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePatchSurface.cpp:519:19: style: The scope of the variable 'uInc' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePatchSurface.cpp:521:16: style: The scope of the variable 'vCount' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePatchSurface.cpp:521:35: style: The scope of the variable 'u' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePlatformInformation.cpp:404:9: style: The scope of the variable 'CPUString' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePlatformInformation.cpp:405:9: style: The scope of the variable 'CPUBrandString' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgrePrefabFactory.cpp:303:17: style: Variable 'currOffset' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreProfiler.cpp:180:25: style: The scope of the variable 'element' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreProfiler.cpp:647:29: style: The scope of the variable 'g' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreProfiler.cpp:669:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreProfiler.cpp:684:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreProfiler.cpp:693:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreProfiler.cpp:701:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreProfiler.cpp:713:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreProgressiveMesh.cpp:89:20: style: The scope of the variable 'newLod' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreProgressiveMesh.cpp:618:4: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreRenderQueueInvocation.cpp:100:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreRenderSystem.cpp:236:28: style: Variable 'rt' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreRenderSystemCapabilitiesManager.cpp:63:112: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreRenderSystemCapabilitiesManager.cpp:80:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreResourceManager.cpp:432:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreRoot.cpp:795:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreRoot.cpp:820:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreRoot.cpp:842:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSceneManager.cpp:213:15: style: Variable 'mSkyDomeEntity' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSceneManager.cpp:6177:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSceneNode.cpp:73:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSceneNode.cpp:181:24: style: The scope of the variable 'ret' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSceneNode.cpp:246:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSceneNode.cpp:74:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSceneNode.cpp:247:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreScriptCompiler.cpp:823:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreScriptCompiler.cpp:1303:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreScriptCompiler.cpp:1368:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreScriptLexer.cpp:49:15: style: The scope of the variable 'lastc' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreScriptLexer.cpp:212:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreScriptParser.cpp:292:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreScriptTranslator.cpp:293:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ogre-1.7.4+dfsg1/OgreMain/src/OgreScriptTranslator.cpp:291:11: note: outer condition: i!=end
ogre-1.7.4+dfsg1/OgreMain/src/OgreScriptTranslator.cpp:293:9: note: identical inner condition: i!=end
ogre-1.7.4+dfsg1/OgreMain/src/OgreScriptTranslator.cpp:4510:14: style: The scope of the variable 'index' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSerializer.cpp:395:14: style: The scope of the variable 'swapByte' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:76:7: style: Condition 'incrPrecision' is always false [knownConditionTrueFalse]
ogre-1.7.4+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:65:24: note: Assignment 'incrPrecision=false', assigned value is 0
ogre-1.7.4+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:76:7: note: Condition 'incrPrecision' is always false
ogre-1.7.4+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:82:6: warning: Possible null pointer dereference: backmat [nullPointer]
ogre-1.7.4+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:73:27: note: Assignment 'backmat=NULL', assigned value is 0
ogre-1.7.4+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:82:6: note: Null pointer dereference
ogre-1.7.4+dfsg1/OgreMain/src/OgreSkeleton.cpp:539:15: style: The scope of the variable 'currentBone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSkeleton.cpp:103:26: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSkeletonInstance.cpp:166:0: style: Variable 'tagPoint' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSkeletonInstance.cpp:176:0: style: Variable 'tagPoint' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSkeletonSerializer.cpp:116:24: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:395:11: style: The scope of the variable 'p16' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:396:11: style: The scope of the variable 'p32' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:597:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:611:17: style: Unused variable: o [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:734:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:1033:17: style: Unused variable: s [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:1046:17: style: Unused variable: qi [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:1260:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreStreamSerialiser.cpp:782:9: style: The scope of the variable 'swapByte' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreSubMesh.cpp:218:17: style: Unused variable: lodi [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreTangentSpaceCalc.cpp:202:12: style: The scope of the variable 'p16' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreTangentSpaceCalc.cpp:203:12: style: The scope of the variable 'p32' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreTechnique.cpp:1193:26: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreTextAreaOverlayElement.cpp:99:14: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/OgreMain/src/OgreTextAreaOverlayElement.cpp:192:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreTextAreaOverlayElement.cpp:234:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:851:16: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:202:42: style: The scope of the variable 'postPosVertexSize' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:202:61: style: The scope of the variable 'postPosVertexOffset' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:203:28: style: The scope of the variable 'pBaseDestRem' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:836:11: style: The scope of the variable 'dest' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:779:15: performance: Technically the member function 'Ogre::Triangle::sharesEdge' can be static. [functionStatic]
ogre-1.7.4+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:756:3: style: Class 'Triangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:738:2: warning: The class 'Triangle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ogre-1.7.4+dfsg1/OgreMain/src/Threading/OgreDefaultWorkQueueTBB.cpp:40:3: style: Struct 'RegisterRSWorker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/OgreMain/src/WIN32/OgreConfigDialog.cpp:73:21: style: The scope of the variable 'savedSel' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/WIN32/OgreConfigDialog.cpp:311:17: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/OgreMain/src/gtk/OgreConfigDialog.cpp:87:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/gtk/OgreConfigDialog.cpp:134:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/gtk/OgreConfigDialog.cpp:161:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/gtk/OgreConfigDialog.cpp:257:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3346:35: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3390:33: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3748:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3841:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3924:17: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3938:15: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3950:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3951:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3975:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3987:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3997:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4025:64: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4094:59: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4131:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4973:59: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4983:37: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4985:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5002:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5003:37: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3992:7: style: Variable 'br' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3989:0: note: Variable 'br' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3992:7: note: Variable 'br' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3993:7: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3990:0: note: Variable 'end' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3993:7: note: Variable 'end' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4228:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4228:27: note: Opposite expression on both sides of '&'.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4228:27: note: Opposite expression on both sides of '&'.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4270:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4270:23: note: Opposite expression on both sides of '&'.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4270:23: note: Opposite expression on both sides of '&'.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4364:31: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4946:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5088:31: style: Opposite expression on both sides of '&'. [oppositeExpression]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5088:31: note: Opposite expression on both sides of '&'.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5088:31: note: Opposite expression on both sides of '&'.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5407:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:145:24: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3815:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3870:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4112:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4255:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4348:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5177:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5252:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:485:8: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4484:13: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:328:16: style: The scope of the variable 'tc' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5288:40: style: Function 'mspace_realloc' argument 2 names different: declaration 'mem' definition 'oldmem'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:1185:40: note: Function 'mspace_realloc' argument 2 names different: declaration 'mem' definition 'oldmem'.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5288:40: note: Function 'mspace_realloc' argument 2 names different: declaration 'mem' definition 'oldmem'.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5288:55: style: Function 'mspace_realloc' argument 3 names different: declaration 'newsize' definition 'bytes'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:1185:52: note: Function 'mspace_realloc' argument 3 names different: declaration 'newsize' definition 'bytes'.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5288:55: note: Function 'mspace_realloc' argument 3 names different: declaration 'newsize' definition 'bytes'.
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4155:13: style: Variable 'extra' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:418:4: style: Variable 'idx' is modified but its new value is never used. [unreadVariable]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:596:13: style: Array index 'end' is used before limits check. [arrayIndexThenCheck]
ogre-1.7.4+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:938:41: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ogre-1.7.4+dfsg1/PlugIns/BSPSceneManager/src/OgreBspLevel.cpp:315:13: style: The scope of the variable 'matHandle' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/BSPSceneManager/src/OgreBspLevel.cpp:675:39: style: The scope of the variable 'realBrushIdx' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2344:3: style: Variable 'ogreTextureAddressingMode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2343:0: note: Variable 'ogreTextureAddressingMode' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2344:3: note: Variable 'ogreTextureAddressingMode' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:3786:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ogre-1.7.4+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:3865:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ogre-1.7.4+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2693:16: style: Variable 'mCgStateListenerVector' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2698:16: style: Variable 'mCgSamplerStateListenerVector' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/PlugIns/EXRCodec/src/OgreEXRCodec.cpp:99:2: error: Mismatching allocation and deallocation: data [mismatchAllocDealloc]
ogre-1.7.4+dfsg1/PlugIns/OctreeSceneManager/src/OgreTerrainPage.cpp:63:30: style: Variable 'j' is not assigned a value. [unassignedVariable]
ogre-1.7.4+dfsg1/PlugIns/OctreeSceneManager/src/OgreTerrainPage.cpp:64:18: error: Uninitialized variable: j [uninitvar]
ogre-1.7.4+dfsg1/PlugIns/OctreeSceneManager/src/OgreTerrainPageSource.cpp:145:9: style: Variable 'pageIndex' is modified but its new value is never used. [unreadVariable]
ogre-1.7.4+dfsg1/PlugIns/OctreeSceneManager/src/OgreTerrainRenderable.cpp:154:23: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/PlugIns/OctreeSceneManager/src/OgreTerrainRenderable.cpp:1206:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/PlugIns/OctreeSceneManager/src/OgreTerrainRenderable.cpp:1207:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/PlugIns/OctreeSceneManager/src/OgreTerrainRenderable.cpp:1208:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/PlugIns/OctreeSceneManager/src/OgreTerrainRenderable.cpp:1209:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/PlugIns/OctreeSceneManager/src/OgreTerrainSceneManager.cpp:965:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:498:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:824:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:875:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:926:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:978:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreTerrainZone.cpp:978:17: style: Unused variable: i [unusedVariable]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreTerrainZonePage.cpp:72:30: style: Variable 'j' is not assigned a value. [unassignedVariable]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreTerrainZonePage.cpp:73:18: error: Uninitialized variable: j [uninitvar]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreTerrainZonePageSource.cpp:172:9: style: Variable 'pageIndex' is modified but its new value is never used. [unreadVariable]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreTerrainZoneRenderable.cpp:151:23: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreTerrainZoneRenderable.cpp:1202:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreTerrainZoneRenderable.cpp:1203:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreTerrainZoneRenderable.cpp:1204:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/PlugIns/OctreeZone/src/OgreTerrainZoneRenderable.cpp:1205:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:448:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:767:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:861:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:956:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:1052:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:511:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:513:8: style: The scope of the variable 'visible' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:72:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:113:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:149:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:177:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:257:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:298:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:330:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:356:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:407:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:463:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:537:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:621:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:638:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZLight.cpp:170:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:714:7: warning: Either the condition 'newZone' is redundant or there is possible null pointer dereference: newZone. [nullPointerRedundantCheck]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:709:7: note: Assuming that condition 'newZone' is not redundant
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:714:7: note: Null pointer dereference
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:68:12: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:97:12: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:298:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:313:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:382:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:455:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:470:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:556:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:572:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:590:18: style: The scope of the variable 'pczsn' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:800:12: style: The scope of the variable 'newHomeZone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:880:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:895:18: style: The scope of the variable 'pczsn' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1131:12: style: The scope of the variable 'portal' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1248:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1272:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1296:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1319:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1359:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:72:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:101:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:70:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:99:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:179:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:250:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:383:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:456:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:471:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:881:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1127:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1134:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1162:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1249:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1273:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1297:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1320:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1360:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1449:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneNode.cpp:84:13: style: The scope of the variable 'zoneData' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneNode.cpp:177:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneNode.cpp:89:15: style: Variable 'zoneData' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZone.cpp:76:11: style: The scope of the variable 'portal2' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZone.cpp:79:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/PCZSceneManager/src/OgrePortalBase.cpp:533:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/PlugIns/ParticleFX/src/OgreDeflectorPlaneAffector.cpp:77:19: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/PlugIns/ParticleFX/src/OgreLinearForceAffector.cpp:72:19: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10Device.cpp:93:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10Device.cpp:90:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10Device.cpp:93:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10Driver.cpp:84:3: error: Mismatching allocation and deallocation: str [mismatchAllocDealloc]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10HLSLProgram.cpp:373:0: style: Variable 'numParams' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10HLSLProgram.cpp:68:4: style: Class 'HLSLIncludeHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10RenderSystem.cpp:2396:6: style: Condition '!opState' is always true [knownConditionTrueFalse]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10RenderSystem.cpp:2385:41: note: Assignment 'opState=NULL', assigned value is 0
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10RenderSystem.cpp:2396:6: note: Condition '!opState' is always true
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10RenderSystem.cpp:327:17: style: The scope of the variable 'optVideoMode' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10RenderSystem.cpp:329:19: style: The scope of the variable 'videoMode' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10RenderSystem.cpp:452:11: style: The scope of the variable 'bOK' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10Texture.cpp:208:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10VertexDeclaration.cpp:191:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10VideoMode.cpp:49:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreD3D10VideoModeList.cpp:99:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D10/src/OgreHlslFixedFuncEmuShaderGenerator.cpp:375:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11Device.cpp:137:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11Device.cpp:134:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11Device.cpp:137:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11Driver.cpp:84:3: error: Mismatching allocation and deallocation: str [mismatchAllocDealloc]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11HLSLProgram.cpp:391:0: style: Variable 'numParams' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11HLSLProgram.cpp:69:4: style: Class 'HLSLIncludeHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11MultiRenderTarget.cpp:94:4: style: Variable 'rs' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:2404:6: style: Condition '!opState' is always true [knownConditionTrueFalse]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:2393:41: note: Assignment 'opState=NULL', assigned value is 0
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:2404:6: note: Condition '!opState' is always true
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:334:17: style: The scope of the variable 'optVideoMode' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:336:19: style: The scope of the variable 'videoMode' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:459:11: style: The scope of the variable 'bOK' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11Texture.cpp:208:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11VertexDeclaration.cpp:191:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11VideoMode.cpp:49:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11VideoModeList.cpp:99:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D11/src/OgreHlslFixedFuncEmuShaderGenerator.cpp:375:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp:929:3: style: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp:926:0: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp:929:3: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9DeviceManager.cpp:425:3: style: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9DeviceManager.cpp:421:0: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9DeviceManager.cpp:425:3: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9HardwarePixelBuffer.cpp:515:33: style: Variable 'tryGetRenderTargetData' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:387:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:393:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:409:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:415:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:431:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:437:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:741:4: style: Variable 'curWindow' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:739:0: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:741:4: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2532:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2531:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2532:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2538:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2537:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2538:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2539:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2538:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2539:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2541:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2539:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2541:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2542:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2541:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2542:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2543:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2542:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2543:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2544:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2543:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2544:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:992:66: style: Same expression on both sides of '||'. [duplicateExpression]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:289:17: style: The scope of the variable 'optVideoMode' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:291:18: style: The scope of the variable 'videoMode' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:432:10: style: The scope of the variable 'bOK' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2352:15: style: The scope of the variable 'lasta2c' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2407:14: style: Variable 'lasta2c' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Texture.cpp:1667:28: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9VideoMode.cpp:41:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9VideoModeList.cpp:67:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9VideoModeList.cpp:98:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/GLSL/src/OgreGLSLPreprocessor.cpp:709:17: style: Variable 'm->Expanding' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/GLSL/src/OgreGLSLPreprocessor.cpp:707:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/GLSL/src/OgreGLSLPreprocessor.cpp:709:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:640:7: style: The scope of the variable 'config' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:193:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:231:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:271:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:594:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:618:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:580:3: style: Class 'FBConfigAttribs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:60:14: style: The scope of the variable 'hasDepthBuffer' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:63:13: style: The scope of the variable 'left' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:64:13: style: The scope of the variable 'top' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:90:34: style: Variable 'hasDepthBuffer' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:78:24: style: Variable 'left' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:82:23: style: Variable 'top' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:193:9: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:190:0: note: Variable 'value' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:193:9: note: Variable 'value' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:362:9: style: Variable 'cgErr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:359:0: note: Variable 'cgErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:362:9: note: Variable 'cgErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLATIFSInit.cpp:94:32: warning: Identical condition 'glAlphaFragmentOp2ATI_ptr==NULL', second condition is always false [identicalConditionAfterEarlyExit]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLATIFSInit.cpp:92:32: note: first condition
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLATIFSInit.cpp:94:32: note: second condition
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:57:36: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:178:34: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:187:42: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:222:37: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:245:36: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:2738:19: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:2906:19: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:965:4: style: Variable 'curWindow' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:963:0: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:965:4: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:2749:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:2847:31: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreWin32GLSupport.cpp:339:8: style: The scope of the variable 'monitorIndex' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreWin32GLSupport.cpp:661:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreWin32Window.cpp:286:19: style: Variable 'screenw' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreWin32Window.cpp:287:19: style: Variable 'screenh' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/SDL/OgreSDLGLSupport.cpp:107:0: style: Variable 'fsaa_x_samples' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/SDL/OgreSDLGLSupport.cpp:117:42: style: Variable 'videoInfo' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/atifs/src/Compiler2Pass.cpp:218:6: style: The scope of the variable 'tokenlength' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/atifs/src/ps_1_4.cpp:1289:2: style: Variable 'passed' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/atifs/src/ps_1_4.cpp:1285:0: note: Variable 'passed' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/atifs/src/ps_1_4.cpp:1289:2: note: Variable 'passed' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/gtk/OgreGTKGLSupport.cpp:216:16: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
_ps1.0_lexer.cpp:1105:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ps1.0_grammar.y:97:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
_rc1.0_lexer.cpp:1882:54: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
_rc1.0_lexer.cpp:293:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_rc1.0_lexer.cpp:1882:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
rc1.0_grammar.y:151:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
_ts1.0_lexer.cpp:1630:54: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
_ts1.0_lexer.cpp:293:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_ts1.0_lexer.cpp:1630:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_ts1.0_lexer.cpp:1555:4: style: Variable 'num_to_read' is assigned a value that is never used. [unreadVariable]
ts1.0_grammar.y:292:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
vs1.0_tokens.l:2314:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
vs1.0_tokens.l:527:20: warning: Either the condition 'endQuote==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
vs1.0_tokens.l:528:16: note: Assuming that condition 'endQuote==NULL' is not redundant
vs1.0_tokens.l:527:20: note: Null pointer subtraction
vs1.0_tokens.l:1917:2: style: Variable 'checkStr' is reassigned a value before the old one has been used. [redundantAssignment]
vs1.0_tokens.l:1913:2: note: Variable 'checkStr' is reassigned a value before the old one has been used.
vs1.0_tokens.l:1917:2: note: Variable 'checkStr' is reassigned a value before the old one has been used.
vs1.0_tokens.l:604:15: style: The scope of the variable 'keepSize' can be reduced. [variableScope]
vs1.0_tokens.l:1589:8: style: The scope of the variable 'macroText' can be reduced. [variableScope]
vs1.0_tokens.l:1760:8: style: The scope of the variable 'tPtr' can be reduced. [variableScope]
vs1.0_tokens.l:1818:15: style: The scope of the variable 'sLen' can be reduced. [variableScope]
vs1.0_tokens.l:1967:15: style: The scope of the variable 'sLen' can be reduced. [variableScope]
vs1.0_tokens.l:2499:8: style: The scope of the variable 'curFileName' can be reduced. [variableScope]
vs1.0_tokens.l:2500:8: style: The scope of the variable 'macroFileName' can be reduced. [variableScope]
vs1.0_tokens.l:2501:7: style: The scope of the variable 'tempStr' can be reduced. [variableScope]
vs1.0_tokens.l:2502:8: style: The scope of the variable 'macroText' can be reduced. [variableScope]
_vs1.0_lexer.cpp:3213:54: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
_vs1.0_lexer.cpp:297:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_vs1.0_lexer.cpp:3213:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
vs1.0_tokens.l:1705:30: style: Function 'FindNMacro' argument 1 names different: declaration 'macroName' definition 'findName'. [funcArgNamesDifferent]
vs1.0_tokens.l:140:30: note: Function 'FindNMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
vs1.0_tokens.l:1705:30: note: Function 'FindNMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
vs1.0_tokens.l:1733:29: style: Function 'FindMacro' argument 1 names different: declaration 'macroName' definition 'findName'. [funcArgNamesDifferent]
vs1.0_tokens.l:139:29: note: Function 'FindMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
vs1.0_tokens.l:1733:29: note: Function 'FindMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
_vs1.0_lexer.cpp:3139:4: style: Variable 'num_to_read' is assigned a value that is never used. [unreadVariable]
vs1.0_tokens.l:2915:0: error: Memory leak: buf [memleak]
vs1.0_grammar.y:156:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/nvparse_errors.h:19:17: style: Technically the member function 'nvparse_errors::get_num_errors' can be const. [functionConst]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/nvparse.cpp:191:50: style: Function 'nvparse_print_errors' argument 1 names different: declaration 'fp' definition 'errfp'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/nvparse.h:16:49: note: Function 'nvparse_print_errors' argument 1 names different: declaration 'fp' definition 'errfp'.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/nvparse.cpp:191:50: note: Function 'nvparse_print_errors' argument 1 names different: declaration 'fp' definition 'errfp'.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/nvparse_errors.h:18:23: style: Technically the member function 'nvparse_errors::get_errors' can be const. [functionConst]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/nvparse_errors.cpp:44:38: note: Technically the member function 'nvparse_errors::get_errors' can be const.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/nvparse_errors.h:18:23: note: Technically the member function 'nvparse_errors::get_errors' can be const.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0__test_main.cpp:125:42: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:916:42: warning: Either the condition 'if(b)' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:922:4: note: Assuming that condition 'if(b)' is not redundant
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:916:42: note: Null pointer dereference
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:917:15: warning: Either the condition 'if(b)' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:922:4: note: Assuming that condition 'if(b)' is not redundant
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:917:15: note: Null pointer dereference
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:566:9: style: The scope of the variable 'op_sat' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:594:14: style: Variable 'op_sat' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:154:8: style: Technically the member function '::set_constants::operator()' can be const. [functionConst]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:202:3: style: Struct 'set_texture_shaders' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:404:25: performance: Function parameter 's' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:454:14: performance: Function parameter 's' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: style: Condition 'rcinit==false' is always true [knownConditionTrueFalse]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:35:16: note: Assignment 'rcinit=false', assigned value is 0
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: note: Condition 'rcinit==false' is always true
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: style: Condition 'rc2init==false' is always true [knownConditionTrueFalse]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:53:17: note: Assignment 'rc2init=false', assigned value is 0
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: note: Condition 'rc2init==false' is always true
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: style: Same expression on both sides of '==' because the value of 'rcinit' and 'false' are the same. [duplicateExpression]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:35:16: note: 'rcinit' is assigned value 'false' here.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: note: Same expression on both sides of '==' because the value of 'rcinit' and 'false' are the same.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: style: Same expression on both sides of '==' because the value of 'rc2init' and 'false' are the same. [duplicateExpression]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:53:17: note: 'rc2init' is assigned value 'false' here.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: note: Same expression on both sides of '==' because the value of 'rc2init' and 'false' are the same.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:47:13: style: Variable 'rcinit' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:59:13: style: Variable 'rc2init' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:86:1: style: The class 'GeneralCombinersStruct' does not have a constructor although it has private member variables. [noConstructor]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:7:1: style: The class 'CombinersStruct' does not have a constructor although it has private member variables. [noConstructor]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:17:25: performance: Function parameter '_reg' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:25:34: performance: Function parameter '_reg0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:25:62: performance: Function parameter '_reg1' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:25:90: performance: Function parameter '_reg2' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:27:34: performance: Function parameter '_reg0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:36:21: performance: Function parameter '_op0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:36:36: performance: Function parameter '_op1' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:36:51: performance: Function parameter '_op2' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:37:21: performance: Function parameter '_op0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:37:36: performance: Function parameter '_op1' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:38:21: performance: Function parameter '_op0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:49:51: performance: Function parameter '_gf' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:65: performance: Function parameter '_portion1' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:93: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:116: performance: Function parameter '_cc1' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:64:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:64:65: performance: Function parameter '_portion1' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:64:93: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:66:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:66:65: performance: Function parameter '_portion1' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:69:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:69:61: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:69:84: performance: Function parameter '_cc1' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:71:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:71:61: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:73:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:89:34: performance: Function parameter '_gc' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:8:33: performance: Function parameter '_g' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:33: performance: Function parameter '_a' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:58: performance: Function parameter '_b' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:83: performance: Function parameter '_c' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:108: performance: Function parameter '_d' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:26:33: performance: Function parameter '_e' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:26:58: performance: Function parameter '_f' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:34:35: performance: Function parameter '_rgb' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:34:66: performance: Function parameter '_alpha' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:34:105: performance: Function parameter '_product' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:36:35: performance: Function parameter '_rgb' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:36:66: performance: Function parameter '_alpha' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:35: performance: Function parameter '_gcs' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:61: performance: Function parameter '_fc' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:83: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:106: performance: Function parameter '_cc1' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:11:35: performance: Function parameter '_gcs' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:11:61: performance: Function parameter '_fc' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:11:83: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:13:35: performance: Function parameter '_gcs' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:13:61: performance: Function parameter '_fc' should be passed by const reference. [passedByValue]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.cpp:6:72: style: Function 'Validate' argument 2 names different: declaration 'cc' definition 'pcc'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:98:49: note: Function 'Validate' argument 2 names different: declaration 'cc' definition 'pcc'.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.cpp:6:72: note: Function 'Validate' argument 2 names different: declaration 'cc' definition 'pcc'.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.h:10:6: style: Technically the member function 'InstList::Size' can be const. [functionConst]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:25:15: note: Technically the member function 'InstList::Size' can be const.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.h:10:6: note: Technically the member function 'InstList::Size' can be const.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:17:2: style: Class 'InstList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:17:2: style: Class 'InstList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:35:3: error: Common realloc mistake: 'list' nulled but not freed upon failure [memleakOnRealloc]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:101:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:116:27: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:128:28: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:253:0: error: Memory leak: tmpstring [memleak]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vp1.0_impl.cpp:82:18: style: The scope of the variable 'errString' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:170:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:181:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:231:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:242:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:196:5: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:257:2: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:268:2: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:279:2: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.h:57:9: style: Technically the member function 'VS10Reg::ValidateIndex' can be const. [functionConst]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:55:14: note: Technically the member function 'VS10Reg::ValidateIndex' can be const.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.h:57:9: note: Technically the member function 'VS10Reg::ValidateIndex' can be const.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.h:64:2: style: Class 'VS10Inst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst_list.cpp:174:18: style: The scope of the variable 'errString' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst_list.h:15:6: style: Technically the member function 'VS10InstList::Size' can be const. [functionConst]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst_list.cpp:35:19: note: Technically the member function 'VS10InstList::Size' can be const.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst_list.h:15:6: note: Technically the member function 'VS10InstList::Size' can be const.
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst_list.cpp:27:5: style: Class 'VS10InstList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst_list.cpp:27:5: style: Class 'VS10InstList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.7.4+dfsg1/RenderSystems/GL/src/nvparse/vsp1.0_impl.cpp:72:18: style: The scope of the variable 'errString' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/GTK/OgreGtkEGLSupport.cpp:305:9: style: Variable 'vi' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/GTK/OgreGtkEGLSupport.cpp:304:9: note: Variable 'vi' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/GTK/OgreGtkEGLSupport.cpp:305:9: note: Variable 'vi' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/GTK/OgreGtkEGLWindow.cpp:438:13: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/GTK/OgreGtkEGLWindow.cpp:440:14: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/GTK/OgreGtkEGLWindow.cpp:487:25: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/GTK/OgreGtkEGLWindow.cpp:482:25: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:91:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:106:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:138:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:310:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:337:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:296:13: style: Class 'GLConfigAttribs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLWindow.cpp:261:15: style: The scope of the variable 'frequency' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLSupport.cpp:129:7: style: The scope of the variable 'newSize' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLSupport.cpp:144:16: style: Variable 'newSize' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLWindow.cpp:254:7: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLWindow.cpp:256:8: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLWindow.cpp:302:13: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLWindow.cpp:297:13: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLSupport.cpp:108:7: style: The scope of the variable 'newSize' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLSupport.cpp:123:16: style: Variable 'newSize' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:150:27: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:99:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:150:27: note: Condition 'monitorIndex!=-1' is always false
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:155:27: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:99:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:155:27: note: Condition 'monitorIndex!=-1' is always false
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:158:26: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:99:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:158:26: note: Condition 'monitorIndex!=-1' is always false
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:150:27: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:99:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:150:27: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:155:27: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:99:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:155:27: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:158:26: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:99:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:158:26: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:97:8: style: The scope of the variable 'outerSize' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:99:7: style: The scope of the variable 'monitorIndex' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:308:13: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:310:14: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:95:16: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:18: style: Variable 'hwGamma' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:193:19: style: Variable 'screenw' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:194:19: style: Variable 'screenh' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:357:25: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:352:25: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:56:44: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:170:45: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:179:59: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:211:48: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:232:53: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESHardwarePixelBuffer.cpp:527:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESHardwarePixelBuffer.cpp:536:13: note: Found duplicate branches for 'if' and 'else'.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESHardwarePixelBuffer.cpp:527:13: note: Found duplicate branches for 'if' and 'else'.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESPBRenderTexture.cpp:91:25: style: Variable 'mPBuffers' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESPBRenderTexture.cpp:135:17: style: Variable 'mPBuffers' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESPBRenderTexture.cpp:153:13: style: Variable 'mPBuffers' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:2086:31: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:2200:31: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:1907:9: style: Variable 'flip' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:1904:9: note: Variable 'flip' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:1907:9: note: Variable 'flip' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:2098:26: style: The scope of the variable 'i' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:2140:55: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/File Templates/Ogre/Mac OS X Application class.pbfiletemplate/class.cpp:9:0: error: The code contains unhandled character(s) (character code=194). Neither unicode nor extended ascii is supported. [syntaxError]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/File Templates/Ogre/Mac OS X FrameListener subclass.pbfiletemplate/class.cpp:10:0: error: The code contains unhandled character(s) (character code=194). Neither unicode nor extended ascii is supported. [syntaxError]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/DemoApp.cpp:10:10: warning: Member variable 'DemoApp::m_bShutdown' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/OgreFramework.cpp:17:16: warning: Member variable 'OgreFramework::m_MoveScale' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/OgreFramework.cpp:19:2: performance: Variable 'm_MoveSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/OgreFramework.cpp:20:2: performance: Variable 'm_RotateSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/OgreFramework.cpp:41:5: performance: Variable 'm_ResourcePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/main.cpp:58:0: error: syntax error [syntaxError]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/DemoApp.cpp:10:10: warning: Member variable 'DemoApp::m_bShutdown' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/OgreFramework.cpp:17:16: warning: Member variable 'OgreFramework::m_MoveScale' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/OgreFramework.cpp:19:2: performance: Variable 'm_MoveSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/OgreFramework.cpp:20:2: performance: Variable 'm_RotateSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/OgreFramework.cpp:41:5: performance: Variable 'm_ResourcePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/main.cpp:59:0: error: syntax error [syntaxError]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/File Templates/Mac OS X Application class.xctemplate/___FILEBASENAME___.cpp:0:0: error: syntax error [syntaxError]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/File Templates/Mac OS X Application class.xctemplate/___FILEBASENAME___.cpp:0:0: note: syntax error
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/File Templates/Mac OS X Application class.xctemplate/___FILEBASENAME___.cpp:0:0: note: syntax error
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/OgreDemoApp.cpp:3:10: warning: Member variable 'DemoApp::m_bShutdown' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/OgreFramework.cpp:11:16: warning: Member variable 'OgreFramework::m_MoveScale' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/OgreFramework.cpp:13:2: performance: Variable 'm_MoveSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/OgreFramework.cpp:14:2: performance: Variable 'm_RotateSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/OgreFramework.cpp:32:5: performance: Variable 'm_ResourcePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/OgreDemoApp.cpp:3:10: warning: Member variable 'DemoApp::m_bShutdown' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/OgreFramework.cpp:11:16: warning: Member variable 'OgreFramework::m_MoveScale' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/OgreFramework.cpp:13:2: performance: Variable 'm_MoveSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/OgreFramework.cpp:14:2: performance: Variable 'm_RotateSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/OgreFramework.cpp:32:5: performance: Variable 'm_ResourcePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:59:2: style: Variable 'section' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:58:0: note: Variable 'section' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:59:2: note: Variable 'section' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:73:2: style: Variable 'world' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:71:2: note: Variable 'world' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:73:2: note: Variable 'world' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:65:3: style: Variable 'coll' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:131:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:124:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:131:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:139:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:132:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:139:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:147:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:140:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:147:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:201:5: style: Variable 'pFloat' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:192:40: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:201:5: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:213:5: style: Variable 'pFloat' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:204:40: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:213:5: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:225:5: style: Variable 'pFloat' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:216:40: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:225:5: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:243:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:236:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:243:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:251:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:244:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:251:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:259:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:252:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:259:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:541:6: style: The scope of the variable 'count' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:541:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:615:6: style: The scope of the variable 'count' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:615:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:725:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:726:33: style: The scope of the variable 'totalWeight' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:726:53: style: The scope of the variable 'weight' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:727:8: style: The scope of the variable 'tempFloat' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:135:60: style: Function 'FindPhysiqueModifier' argument 1 names different: declaration 'physiquedNode' definition 'nodePtr'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:17:42: note: Function 'FindPhysiqueModifier' argument 1 names different: declaration 'physiquedNode' definition 'nodePtr'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:135:60: note: Function 'FindPhysiqueModifier' argument 1 names different: declaration 'physiquedNode' definition 'nodePtr'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:206:53: style: Function 'GetInitialNodeTM' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:19:35: note: Function 'GetInitialNodeTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:206:53: note: Function 'GetInitialNodeTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:240:53: style: Function 'GetInitialBoneTM' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:20:35: note: Function 'GetInitialBoneTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:240:53: note: Function 'GetInitialBoneTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:276:45: style: Function 'GetBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:21:27: note: Function 'GetBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:276:45: note: Function 'GetBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:287:52: style: Function 'GetBoneList' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:22:34: note: Function 'GetBoneList' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:287:52: note: Function 'GetBoneList' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:401:46: style: Function 'GetAPIVersion' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:24:28: note: Function 'GetAPIVersion' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:401:46: note: Function 'GetAPIVersion' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:414:48: style: Function 'SetInitialPose' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:39:30: note: Function 'SetInitialPose' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:414:48: note: Function 'SetInitialPose' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:427:47: style: Function 'GetVertexCount' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:26:29: note: Function 'GetVertexCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:427:47: note: Function 'GetVertexCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:446:46: style: Function 'GetVertexType' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:28:28: note: Function 'GetVertexType' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:446:46: note: Function 'GetVertexType' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:474:51: style: Function 'GetVertexBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:30:33: note: Function 'GetVertexBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:474:51: note: Function 'GetVertexBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:587:49: style: Function 'GetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:32:31: note: Function 'GetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:587:49: note: Function 'GetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:596:51: style: Function 'GetVertexOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:33:33: note: Function 'GetVertexOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:596:51: note: Function 'GetVertexOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:665:61: style: Function 'GetVertexDeformableOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:34:43: note: Function 'GetVertexDeformableOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:665:61: note: Function 'GetVertexDeformableOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:706:50: style: Function 'GetVertexWeight' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:35:32: note: Function 'GetVertexWeight' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:706:50: note: Function 'GetVertexWeight' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:778:47: style: Function 'SetFigureMode' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:37:29: note: Function 'SetFigureMode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:778:47: note: Function 'SetFigureMode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:884:46: style: Function 'AttachToNode' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:41:28: note: Function 'AttachToNode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:884:46: note: Function 'AttachToNode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:898:44: style: Function 'Initialize' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:42:26: note: Function 'Initialize' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:898:44: note: Function 'Initialize' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:911:44: style: Function 'LockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:44:26: note: Function 'LockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:911:44: note: Function 'LockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:926:46: style: Function 'UnLockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:45:28: note: Function 'UnLockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:926:46: note: Function 'UnLockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:941:47: style: Function 'SetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:46:29: note: Function 'SetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:941:47: note: Function 'SetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:973:23: style: Variable 'curWeight' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/OgreExport/src/OgreMaxExport.cpp:293:14: style: Unused variable: filename [unusedVariable]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:138:7: style: The scope of the variable 'numSubMtl' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:180:8: style: The scope of the variable 'numSubMtl' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:39:18: style: Variable 'subMtlCt' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:201:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwLayer.cpp:147:21: style: The scope of the variable 'index' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwLayer.cpp:249:10: style: The scope of the variable 'vm' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwLayer.cpp:275:10: style: The scope of the variable 'vm' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwLayer.cpp:180:14: style: Checking if unsigned variable 'index' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:558:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1107:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1363:11: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1456:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1546:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1664:17: style: The scope of the variable 'fpos' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1754:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:2048:9: style: The scope of the variable 'key0' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:116:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:218:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:257:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:841:12: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:926:13: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1057:13: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1297:12: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1313:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1325:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1337:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:2598:12: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:608:0: error: Memory leak: s [memleak]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:655:5: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwo2mesh.cpp:102:0: style: Variable 'slength' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/lwo2mesh.cpp:581:21: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:113:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:119:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:166:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:232:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:239:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:307:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:320:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:323:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:326:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:78:8: style: The scope of the variable 'tag' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:222:8: style: The scope of the variable 'tag' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:303:11: style: The scope of the variable 'layer' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:466:15: style: The scope of the variable 'failID' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:467:6: style: The scope of the variable 'failpos' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/LightwaveConverter/src/main.cpp:310:23: style: Unsigned variable 'j' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/CallTipManager.cpp:56:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/DocManager.cpp:56:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/MaterialController.cpp:71:23: style: The scope of the variable 'tc' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/MaterialEditorApp.cpp:55:0: style: Variable 'splash' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/MaterialEditorFrame.cpp:453:19: style: Variable 'editor' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/PassWizard.cpp:69:21: style: Variable 'project' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/PassWizard.cpp:70:27: style: Variable 'mc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/Project.cpp:157:22: style: The scope of the variable 'mc' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/ScintillaEditor.cpp:359:95: style: Same expression on both sides of '&&'. [duplicateExpression]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TechniqueWizard.cpp:68:21: style: Variable 'project' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:204:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:214:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:224:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:234:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:244:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:254:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:264:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:274:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:283:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:292:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:301:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:310:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:319:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:328:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:337:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:346:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:355:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:364:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:373:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:382:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:391:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:400:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:409:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:418:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:428:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:437:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:446:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:455:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:464:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:473:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:482:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:491:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:500:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:509:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:518:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:527:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/Workspace.cpp:87:11: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/MaterialEditor/src/wxOgre.cpp:102:0: error: #error Not supported on this platform. [preprocessorErrorDirective]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:230:34: style: Function 'Init' argument 1 names different: declaration 'sid' definition 'hdc_'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:163:33: note: Function 'Init' argument 1 names different: declaration 'sid' definition 'hdc_'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:230:34: note: Function 'Init' argument 1 names different: declaration 'sid' definition 'hdc_'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:350:55: style: Function 'DrawTextNoClip' argument 2 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:182:54: note: Function 'DrawTextNoClip' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:350:55: note: Function 'DrawTextNoClip' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:363:56: style: Function 'DrawTextClipped' argument 2 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:183:55: note: Function 'DrawTextClipped' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:363:56: note: Function 'DrawTextClipped' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:378:60: style: Function 'DrawTextTransparent' argument 2 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:184:59: note: Function 'DrawTextTransparent' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:378:60: note: Function 'DrawTextTransparent' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:394:39: style: Function 'MeasureWidths' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:185:38: note: Function 'MeasureWidths' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:394:39: note: Function 'MeasureWidths' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:471:34: style: Function 'WidthText' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:186:33: note: Function 'WidthText' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:471:34: note: Function 'WidthText' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:481:34: style: Function 'WidthChar' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:187:33: note: Function 'WidthChar' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:481:34: note: Function 'WidthChar' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:493:31: style: Function 'Ascent' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:188:30: note: Function 'Ascent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:493:31: note: Function 'Ascent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:501:32: style: Function 'Descent' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:189:31: note: Function 'Descent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:501:32: note: Function 'Descent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:512:40: style: Function 'ExternalLeading' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:191:39: note: Function 'ExternalLeading' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:512:40: note: Function 'ExternalLeading' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:519:31: style: Function 'Height' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:192:30: note: Function 'Height' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:519:31: note: Function 'Height' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:524:41: style: Function 'AverageCharWidth' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:193:40: note: Function 'AverageCharWidth' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:524:41: note: Function 'AverageCharWidth' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:166:18: warning: Virtual function 'Release' is called from destructor '~SurfaceImpl()' at line 214. Dynamic binding is not used. [virtualCallInConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:214:5: note: Calling Release
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:166:18: note: Release is a virtual method
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:341:24: style: C-style pointer casting [cstyleCast]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:850:9: style: The scope of the variable 'lines' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:548:57: style: Function 'CopyToClipboard' argument 1 names different: declaration 'selectedText' definition 'st'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:114:55: note: Function 'CopyToClipboard' argument 1 names different: declaration 'selectedText' definition 'st'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:548:57: note: Function 'CopyToClipboard' argument 1 names different: declaration 'selectedText' definition 'st'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:973:47: style: Function 'DoKeyDown' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:148:38: note: Function 'DoKeyDown' argument 1 names different: declaration 'event' definition 'evt'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:973:47: note: Function 'DoKeyDown' argument 1 names different: declaration 'event' definition 'evt'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:101:18: warning: Virtual function 'Initialise' is called from constructor 'ScintillaWX(wxScintilla*win)' at line 229. Dynamic binding is not used. [virtualCallInConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:229:5: note: Calling Initialise
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:101:18: note: Initialise is a virtual method
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:102:18: warning: Virtual function 'Finalise' is called from destructor '~ScintillaWX()' at line 247. Dynamic binding is not used. [virtualCallInConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:247:5: note: Calling Finalise
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:102:18: note: Finalise is a virtual method
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:97:5: style: Class 'ScintillaWX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:31:5: style: Class 'wxSCITimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:35:7: style: Technically the member function 'AutoComplete::Active' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.cxx:42:20: note: Technically the member function 'AutoComplete::Active' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:35:7: note: Technically the member function 'AutoComplete::Active' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:51:7: style: Technically the member function 'AutoComplete::GetSeparator' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.cxx:81:20: note: Technically the member function 'AutoComplete::GetSeparator' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:51:7: note: Technically the member function 'AutoComplete::GetSeparator' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:55:7: style: Technically the member function 'AutoComplete::GetTypesep' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.cxx:89:20: note: Technically the member function 'AutoComplete::GetTypesep' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:55:7: note: Technically the member function 'AutoComplete::GetTypesep' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:60:35: style: Function 'IsTabCharacter' argument 1 names different: declaration 'c' definition 'ch'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:32:27: note: Function 'IsTabCharacter' argument 1 names different: declaration 'c' definition 'ch'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:60:35: note: Function 'IsTabCharacter' argument 1 names different: declaration 'c' definition 'ch'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::startHighlight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::endHighlight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::val' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::font' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::rectUp' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::rectDown' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::lineHeight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::offsetMain' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::tabSize' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::useStyleCallTip' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::wCallTip' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::wDraw' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::inCallTipMode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::posStartCallTip' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourBG' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourUnSel' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourSel' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourShade' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourLight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::codePage' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::clickPlace' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::startHighlight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::endHighlight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::val' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::font' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::rectUp' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::rectDown' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::lineHeight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::offsetMain' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::tabSize' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::useStyleCallTip' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::wCallTip' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::wDraw' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::inCallTipMode' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::posStartCallTip' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourBG' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourUnSel' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourSel' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourShade' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourLight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::codePage' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::clickPlace' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:19:10: warning: Member variable 'CallTip::offsetMain' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:19:10: warning: Member variable 'CallTip::codePage' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:19:10: warning: Member variable 'CallTip::clickPlace' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:20:2: performance: Variable 'wCallTip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:24:2: performance: Variable 'rectUp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:32:7: style: Technically the member function 'CallTip::IsTabCharacter' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:60:15: note: Technically the member function 'CallTip::IsTabCharacter' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:32:7: note: Technically the member function 'CallTip::IsTabCharacter' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:33:6: style: Technically the member function 'CallTip::NextTabPos' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:64:14: note: Technically the member function 'CallTip::NextTabPos' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:33:6: note: Technically the member function 'CallTip::NextTabPos' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:290:39: style: Function 'AddMark' argument 2 names different: declaration 'marker' definition 'markerNum'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:78:28: note: Function 'AddMark' argument 2 names different: declaration 'marker' definition 'markerNum'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:290:39: note: Function 'AddMark' argument 2 names different: declaration 'marker' definition 'markerNum'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:449:77: style: Function 'AppendAction' argument 4 names different: declaration 'length' definition 'lengthData'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:122:65: note: Function 'AppendAction' argument 4 names different: declaration 'length' definition 'lengthData'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:449:77: note: Function 'AppendAction' argument 4 names different: declaration 'length' definition 'lengthData'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:747:48: style: Function 'SetStyleFor' argument 2 names different: declaration 'length' definition 'lengthStyle'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:198:37: note: Function 'SetStyleFor' argument 2 names different: declaration 'length' definition 'lengthStyle'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:747:48: note: Function 'SetStyleFor' argument 2 names different: declaration 'length' definition 'lengthStyle'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:584:13: style: Array index 'currentAction' is used before limits check. [arrayIndexThenCheck]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:589:16: style: Array index 'act' is used before limits check. [arrayIndexThenCheck]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:355:9: warning: Member variable 'Action::mayCoalesce' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:30:6: style: Technically the member function 'MarkerHandleSet::Length' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:33:22: note: Technically the member function 'MarkerHandleSet::Length' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:30:6: note: Technically the member function 'MarkerHandleSet::Length' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:31:6: style: Technically the member function 'MarkerHandleSet::NumberFromHandle' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:43:22: note: Technically the member function 'MarkerHandleSet::NumberFromHandle' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:31:6: note: Technically the member function 'MarkerHandleSet::NumberFromHandle' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:32:6: style: Technically the member function 'MarkerHandleSet::MarkValue' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:54:22: note: Technically the member function 'MarkerHandleSet::MarkValue' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:32:6: note: Technically the member function 'MarkerHandleSet::MarkValue' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:33:7: style: Technically the member function 'MarkerHandleSet::Contains' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:64:23: note: Technically the member function 'MarkerHandleSet::Contains' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:33:7: note: Technically the member function 'MarkerHandleSet::Contains' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:76:6: style: Technically the member function 'LineVector::LineFromPosition' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:269:17: note: Technically the member function 'LineVector::LineFromPosition' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:76:6: note: Technically the member function 'LineVector::LineFromPosition' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:174:14: style: Technically the member function 'CellBuffer::ByteAt' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:651:18: note: Technically the member function 'CellBuffer::ByteAt' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:174:14: note: Technically the member function 'CellBuffer::ByteAt' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:187:6: style: Technically the member function 'CellBuffer::ByteLength' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:782:17: note: Technically the member function 'CellBuffer::ByteLength' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:187:6: note: Technically the member function 'CellBuffer::ByteLength' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:190:6: style: Technically the member function 'CellBuffer::Lines' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:803:17: note: Technically the member function 'CellBuffer::Lines' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:190:6: note: Technically the member function 'CellBuffer::Lines' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:202:7: style: Technically the member function 'CellBuffer::IsReadOnly' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:817:18: note: Technically the member function 'CellBuffer::IsReadOnly' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:202:7: note: Technically the member function 'CellBuffer::IsReadOnly' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:208:7: style: Technically the member function 'CellBuffer::IsSavePoint' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:829:18: note: Technically the member function 'CellBuffer::IsSavePoint' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:208:7: note: Technically the member function 'CellBuffer::IsSavePoint' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:223:7: style: Technically the member function 'CellBuffer::IsCollectingUndo' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1010:18: note: Technically the member function 'CellBuffer::IsCollectingUndo' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:223:7: note: Technically the member function 'CellBuffer::IsCollectingUndo' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:230:7: style: Technically the member function 'CellBuffer::CanUndo' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1026:18: note: Technically the member function 'CellBuffer::CanUndo' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:230:7: note: Technically the member function 'CellBuffer::CanUndo' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:234:7: style: Technically the member function 'CellBuffer::CanRedo' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1054:18: note: Technically the member function 'CellBuffer::CanRedo' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:234:7: note: Technically the member function 'CellBuffer::CanRedo' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:240:6: style: Technically the member function 'CellBuffer::GetLineState' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1088:17: note: Technically the member function 'CellBuffer::GetLineState' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:240:6: note: Technically the member function 'CellBuffer::GetLineState' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:241:6: style: Technically the member function 'CellBuffer::GetMaxLineState' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1092:17: note: Technically the member function 'CellBuffer::GetMaxLineState' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:241:6: note: Technically the member function 'CellBuffer::GetMaxLineState' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:244:6: style: Technically the member function 'CellBuffer::GetLevel' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1110:17: note: Technically the member function 'CellBuffer::GetLevel' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:244:6: note: Technically the member function 'CellBuffer::GetLevel' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:418:2: style: Class 'UndoHistory' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:418:2: style: Class 'UndoHistory' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:604:2: style: Class 'CellBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:604:2: style: Class 'CellBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:179:2: style: Class 'CellBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:696:6: style: The scope of the variable 'columnCurrent' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:672:29: style: Function 'GetColumn' argument 1 names different: declaration 'position' definition 'pos'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:157:20: note: Function 'GetColumn' argument 1 names different: declaration 'position' definition 'pos'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:672:29: note: Function 'GetColumn' argument 1 names different: declaration 'position' definition 'pos'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:215:6: style: Technically the member function 'Document::GetEndStyled' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:217:6: style: Technically the member function 'Document::GetStyleClock' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:236:6: style: Technically the member function 'Document::IndentSize' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:242:19: style: Technically the member function 'Document::WordCharClass' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:839:28: note: Technically the member function 'Document::WordCharClass' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:242:19: note: Technically the member function 'Document::WordCharClass' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:60:7: style: Technically the member function 'RESearch::iswordc' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:29:2: style: Class 'Range' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:30:2: style: Class 'RESearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:989:15: style: The function 'CharAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:22:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:989:15: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::pdoc' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::id' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::lenDoc' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::styleBuf' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::validLen' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::chFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::chWhile' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::startSeg' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::startPosStyling' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::mask' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::pdoc' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::props' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::id' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::lenDoc' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::styleBuf' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::validLen' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::chFlags' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::chWhile' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::startSeg' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::startPosStyling' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::mask' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:36:2: warning: Member variable 'DocumentAccessor::styleBuf' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5103:12: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:827:35: style: Function 'PositionFromLineX' argument 1 names different: declaration 'line' definition 'lineDoc'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:342:28: note: Function 'PositionFromLineX' argument 1 names different: declaration 'line' definition 'lineDoc'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:827:35: note: Function 'PositionFromLineX' argument 1 names different: declaration 'line' definition 'lineDoc'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:1698:38: style: Function 'PaintSelMargin' argument 1 names different: declaration 'surface' definition 'surfWindow'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:386:31: note: Function 'PaintSelMargin' argument 1 names different: declaration 'surface' definition 'surfWindow'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:1698:38: note: Function 'PaintSelMargin' argument 1 names different: declaration 'surface' definition 'surfWindow'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2238:27: style: Function 'DrawEOL' argument 12 names different: declaration 'drawWrapMark' definition 'drawWrapMarkEnd'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:397:8: note: Function 'DrawEOL' argument 12 names different: declaration 'drawWrapMark' definition 'drawWrapMarkEnd'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2238:27: note: Function 'DrawEOL' argument 12 names different: declaration 'drawWrapMark' definition 'drawWrapMarkEnd'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:3580:55: style: Function 'NotifyStyleNeeded' argument 3 names different: declaration 'endPos' definition 'endStyleNeeded'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:454:60: note: Function 'NotifyStyleNeeded' argument 3 names different: declaration 'endPos' definition 'endStyleNeeded'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:3580:55: note: Function 'NotifyStyleNeeded' argument 3 names different: declaration 'endPos' definition 'endStyleNeeded'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:35: style: Function 'GetHotSpotRange' argument 1 names different: declaration 'hsStart' definition 'hsStart_'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:28: note: Function 'GetHotSpotRange' argument 1 names different: declaration 'hsStart' definition 'hsStart_'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:35: note: Function 'GetHotSpotRange' argument 1 names different: declaration 'hsStart' definition 'hsStart_'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:50: style: Function 'GetHotSpotRange' argument 2 names different: declaration 'hsEnd' definition 'hsEnd_'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:42: note: Function 'GetHotSpotRange' argument 2 names different: declaration 'hsEnd' definition 'hsEnd_'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:50: note: Function 'GetHotSpotRange' argument 2 names different: declaration 'hsEnd' definition 'hsEnd_'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5103:6: style: Boolean variable 'shift' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:73:13: warning: Member variable 'LineLayout::bracePreviousStyles' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wMain' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::stylesValid' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::palette' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::printMagnification' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::printColourMode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::printWrapState' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::cursorMode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::controlCharSymbol' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hasFocus' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hideSelection' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::inOverstrike' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::errorStatus' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::mouseDownCaptures' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::bufferedDraw' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::twoPhaseDraw' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xOffset' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xCaretMargin' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::horizontalScrollBarVisible' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::scrollWidth' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::verticalScrollBarVisible' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::endAtLastLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretSticky' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapSelMargin' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapSelPattern' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapIndentGuide' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapIndentGuideHighlight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lastClick' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lastClickTime' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::dwellDelay' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::ticksToDwell' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::dwelling' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::selectionType' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::ptMouseLast' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::inDragDrop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::dropWentOutside' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::posDrag' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::posDrop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lastXChosen' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lineAnchor' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::originalAnchorPos' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::currentPos' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::anchor' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::targetStart' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::targetEnd' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::searchFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::topLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::posTopLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lengthForEncode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::needUpdateUI' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::braces' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::bracesMatchStyle' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::highlightGuideColumn' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::theEdge' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::paintState' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::rcPaint' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::paintingAllText' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::modEventMask' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::selType' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::moveExtendsSelection' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xStartSelect' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xEndSelect' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::primarySelection' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretXPolicy' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretXSlop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretYPolicy' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretYSlop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::visiblePolicy' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::visibleSlop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::searchAnchor' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::recordingMacro' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::foldFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hsStart' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hsEnd' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapState' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::backgroundWrapEnabled' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapWidth' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::docLineLastWrapped' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::docLastLineToWrap' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapVisualFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapVisualFlagsLocation' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapVisualStartIndent' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::actualWrapVisualStartIndent' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::convertPastes' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pdoc' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::ctrlID' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wMain' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::stylesValid' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::palette' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::printMagnification' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::printColourMode' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::printWrapState' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::cursorMode' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::controlCharSymbol' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hasFocus' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hideSelection' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::inOverstrike' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::errorStatus' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::mouseDownCaptures' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::bufferedDraw' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::twoPhaseDraw' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xOffset' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xCaretMargin' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::horizontalScrollBarVisible' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::scrollWidth' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::verticalScrollBarVisible' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::endAtLastLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretSticky' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapSelMargin' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapSelPattern' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapIndentGuide' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapIndentGuideHighlight' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lastClick' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lastClickTime' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::dwellDelay' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::ticksToDwell' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::dwelling' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::selectionType' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::ptMouseLast' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::inDragDrop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::dropWentOutside' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::posDrag' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::posDrop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lastXChosen' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lineAnchor' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::originalAnchorPos' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::currentPos' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::anchor' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::targetStart' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::targetEnd' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::searchFlags' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::topLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::posTopLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lengthForEncode' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::needUpdateUI' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::braces' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::bracesMatchStyle' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::highlightGuideColumn' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::theEdge' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::paintState' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::rcPaint' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::paintingAllText' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::modEventMask' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::selType' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::moveExtendsSelection' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xStartSelect' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xEndSelect' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::primarySelection' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretXPolicy' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretXSlop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretYPolicy' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretYSlop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::visiblePolicy' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::visibleSlop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::searchAnchor' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::recordingMacro' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::foldFlags' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hsStart' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hsEnd' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapState' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::backgroundWrapEnabled' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapWidth' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::docLineLastWrapped' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::docLastLineToWrap' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapVisualFlags' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapVisualFlagsLocation' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapVisualStartIndent' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::actualWrapVisualStartIndent' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::convertPastes' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pdoc' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::ctrlID' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:575:18: warning: Member variable 'AutoLineLayout::ll' is not assigned a value in 'AutoLineLayout::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:38:14: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:22:3: performance: Variable 'fore' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:30:3: performance: Variable 'fore' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:42:6: style: Technically the member function 'XPM::GetId' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:43:6: style: Technically the member function 'XPM::GetHeight' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:44:6: style: Technically the member function 'XPM::GetWidth' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:85:6: style: Technically the member function 'LineLayout::LineStart' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:124:6: style: Technically the member function 'LineLayoutCache::GetLevel' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:343:6: style: Technically the member function 'Editor::LineFromLocation' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:717:13: note: Technically the member function 'Editor::LineFromLocation' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:343:6: note: Technically the member function 'Editor::LineFromLocation' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:353:6: style: Technically the member function 'Editor::CurrentPosition' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:943:13: note: Technically the member function 'Editor::CurrentPosition' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:353:6: note: Technically the member function 'Editor::CurrentPosition' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:354:7: style: Technically the member function 'Editor::SelectionEmpty' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:947:14: note: Technically the member function 'Editor::SelectionEmpty' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:354:7: note: Technically the member function 'Editor::SelectionEmpty' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:385:6: style: Technically the member function 'Editor::SubstituteMarkerIfEmpty' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:1686:13: note: Technically the member function 'Editor::SubstituteMarkerIfEmpty' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:385:6: note: Technically the member function 'Editor::SubstituteMarkerIfEmpty' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:390:18: style: Technically the member function 'Editor::SelectionBackground' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2153:25: note: Technically the member function 'Editor::SelectionBackground' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:390:18: note: Technically the member function 'Editor::SelectionBackground' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:393:7: performance: Technically the member function 'Editor::DrawWrapMarker' can be static. [functionStatic]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2183:14: note: Technically the member function 'Editor::DrawWrapMarker' can be static.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:393:7: note: Technically the member function 'Editor::DrawWrapMarker' can be static.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:470:6: style: Technically the member function 'Editor::GetWhitespaceVisible' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:4633:13: note: Technically the member function 'Editor::GetWhitespaceVisible' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:470:6: note: Technically the member function 'Editor::GetWhitespaceVisible' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:7: style: Technically the member function 'Editor::GetHotSpotRange' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:14: note: Technically the member function 'Editor::GetHotSpotRange' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:7: note: Technically the member function 'Editor::GetHotSpotRange' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:28:2: style: Class 'XPM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:29:2: style: Class 'XPM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:80:2: style: Class 'LineLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:550:2: style: Class 'AutoSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:572:1: warning: The class 'AutoLineLayout' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:449:7: style: The function 'NotifyModifyAttempt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:298:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:449:7: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:450:7: style: The function 'NotifySavePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:299:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:450:7: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:452:7: style: The function 'NotifyModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:300:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:452:7: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:453:7: style: The function 'NotifyDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:301:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:453:7: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:454:7: style: The function 'NotifyStyleNeeded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:302:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:454:7: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:38:17: warning: Possible null pointer dereference if the default parameter value is used: languageName_ [nullPointerDefaultArg]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:38:3: warning: The buffer 'name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:36:2: warning: Member variable 'ExternalLexerModule::externalLanguage' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:62:2: style: Class 'LexerLibrary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.cxx:129:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.cxx:130:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyMap.h:40:15: style: Technically the member function 'KeyMap::Find' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyMap.cxx:56:22: note: Technically the member function 'KeyMap::Find' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyMap.h:40:15: note: Technically the member function 'KeyMap::Find' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyWords.cxx:60:21: style: The scope of the variable 'emptyStr' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::styler' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::endPos' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::currentPos' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::atLineStart' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::atLineEnd' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::state' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::chPrev' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::ch' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::chNext' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:66:7: style: Technically the member function 'StyleContext::More' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:109:7: style: Technically the member function 'StyleContext::Match' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:112:7: style: Technically the member function 'StyleContext::Match' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:12:1: warning: The class 'StyleContext' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexBash.cxx:151:4: style: Class 'HereDocCls' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexBash.cxx:151:4: style: Class 'HereDocCls' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexFortran.cxx:271:7: style: The scope of the variable 'chNextNonBlank' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexGui4Cli.cxx:126:7: style: The scope of the variable 'noforward' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexHTML.cxx:1726:12: style: The scope of the variable 'keywordsVBS' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexHTML.cxx:629:26: style: Boolean variable 'tagOpened' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexHTML.cxx:630:26: style: Boolean variable 'tagClosing' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexInno.cxx:25:7: style: The scope of the variable 'chPrev' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMMIXAL.cxx:35:26: style: Same expression on both sides of '||'. [duplicateExpression]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMSSQL.cxx:55:15: style: The scope of the variable 'kwGlobalVariables' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMetapost.cxx:118:10: style: The scope of the variable 'lineBuffer' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMetapost.cxx:119:15: style: The scope of the variable 'linePos' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexNsis.cxx:280:7: style: The scope of the variable 'cCurrChar' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOMS.cxx:113:12: style: Variable 'primaryKeywords' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOMS.cxx:129:15: style: Variable 'styleNext' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:35:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:248:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:279:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:302:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOthers.cxx:60:15: style: The scope of the variable 'wbl' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOthers.cxx:61:15: style: The scope of the variable 'wbo' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPB.cxx:68:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPS.cxx:292:9: style: The scope of the variable 'style' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:480:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:482:7: note: Found duplicate branches for 'if' and 'else'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:480:12: note: Found duplicate branches for 'if' and 'else'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:360:26: style: The scope of the variable 'moreback' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:361:26: style: The scope of the variable 'brace' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:362:26: style: The scope of the variable 'ch2' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:531:10: style: The scope of the variable 'bkch' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:138:4: style: Class 'HereDocCls' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:138:4: style: Class 'HereDocCls' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexRuby.cxx:1343:9: style: The scope of the variable 'style' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexRuby.cxx:599:3: warning: Member variable 'HereDocCls::Quote' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexRuby.cxx:599:3: warning: Member variable 'HereDocCls::Quoted' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:99:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:100:11: note: Found duplicate branches for 'if' and 'else'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:99:11: note: Found duplicate branches for 'if' and 'else'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:47:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexSpecman.cxx:212:6: style: The scope of the variable 'style' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTADS3.cxx:349:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTADS3.cxx:484:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTADS3.cxx:506:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTeX.cxx:119:10: style: The scope of the variable 'lineBuffer' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTeX.cxx:120:15: style: The scope of the variable 'linePos' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVHDL.cxx:245:9: style: The scope of the variable 'chPrev' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVHDL.cxx:246:9: style: The scope of the variable 'chNextNonBlank' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:218:25: style: Condition 'foldAtParenthese' is always true [knownConditionTrueFalse]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:166:27: note: Assignment 'foldAtParenthese=1', assigned value is 1
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:218:25: note: Condition 'foldAtParenthese' is always true
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:227:25: style: Condition 'foldAtBrace' is always true [knownConditionTrueFalse]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:165:22: note: Assignment 'foldAtBrace=1', assigned value is 1
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:227:25: note: Condition 'foldAtBrace' is always true
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.cxx:66:53: style: Function 'Draw' argument 2 names different: declaration 'rc' definition 'rcWhole'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:51:42: note: Function 'Draw' argument 2 names different: declaration 'rc' definition 'rcWhole'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.cxx:66:53: note: Function 'Draw' argument 2 names different: declaration 'rc' definition 'rcWhole'.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:704:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:703:32: note: outer condition: p
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:704:8: note: identical inner condition: p
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:730:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:729:32: note: outer condition: p
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:730:8: note: identical inner condition: p
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::bopat' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::eopat' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::tagstk' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::nfa' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::failure' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:35:6: style: Technically the member function 'RESearch::Substitute' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:751:15: note: Technically the member function 'RESearch::Substitute' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:35:6: note: Technically the member function 'RESearch::Substitute' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.cxx:176:35: style: Same expression on both sides of '&&'. [duplicateExpression]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::displayPopupMenu' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::popup' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::listType' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::listSelected' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::maxListWidth' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::performingStyle' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::displayPopupMenu' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::popup' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::listType' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::listSelected' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::maxListWidth' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::performingStyle' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.cxx:39:16: warning: Member variable 'ScintillaBase::performingStyle' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:58:15: style: The function 'Initialise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:323:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:58:15: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:59:15: style: The function 'Finalise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:324:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:59:15: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:61:15: style: The function 'RefreshColourPalette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:328:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:61:15: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:63:15: style: The function 'AddCharUTF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:413:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:63:15: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:65:15: style: The function 'CancelModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:461:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:65:15: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:66:14: style: The function 'KeyCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:466:14: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:66:14: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:85:15: style: The function 'ButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:498:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:85:15: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:87:15: style: The function 'NotifyStyleToNeeded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:434:15: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:87:15: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:90:17: style: The function 'WndProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:536:17: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:90:17: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::sizeZoomed' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::lineHeight' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::ascent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::descent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::externalLeading' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::aveCharWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::spaceWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::sizeZoomed' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::lineHeight' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::ascent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::descent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::externalLeading' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::aveCharWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::spaceWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::sizeZoomed' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::lineHeight' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::ascent' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::descent' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::externalLeading' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::aveCharWidth' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::spaceWidth' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ViewStyle.cxx:24:12: warning: Member variable 'FontNames::names' is not initialized in the constructor. [uninitMemberVar]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ViewStyle.h:40:1: warning: The class 'ViewStyle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.cxx:17:12: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.cxx:23:12: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:23:18: style: Technically the member function 'XPM::ColourFromCode' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.cxx:37:22: note: Technically the member function 'XPM::ColourFromCode' can be const.
ogre-1.7.4+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:23:18: note: Technically the member function 'XPM::ColourFromCode' can be const.
ogre-1.7.4+dfsg1/Tools/MayaExport/src/blendshape.cpp:249:14: style: The scope of the variable 'pg' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/blendshape.cpp:311:14: style: The scope of the variable 'pg' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/blendshape.cpp:394:20: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/blendshape.cpp:327:19: style: Variable 'vertexIdx' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/mesh.cpp:1151:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/mesh.cpp:320:8: style: The scope of the variable 'startPoseId' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/mesh.cpp:1039:20: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/mesh.cpp:379:24: style: Unused variable: tracks [unusedVariable]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/mesh.cpp:1346:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/mesh.cpp:1272:6: style: Exception should be caught by reference. [catchExceptionByValue]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:297:39: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:297:39: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:312:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:312:10: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:340:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:340:10: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:368:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:368:10: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:401:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:401:10: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:429:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:429:10: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:457:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.7.4+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:457:10: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/MayaExport/src/skeleton.cpp:318:20: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/skeleton.cpp:582:31: style: Variable 'parentId' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/skeleton.cpp:586:30: style: Variable 'jointId' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/MayaExport/src/submesh.cpp:458:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.7.4+dfsg1/Tools/MeshUpgrader/src/main.cpp:414:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
ogre-1.7.4+dfsg1/Tools/MilkshapeExport/src/MilkshapePlugin.cpp:512:20: style: The scope of the variable 'vertIdx' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MilkshapeExport/src/MilkshapePlugin.cpp:1022:18: style: The scope of the variable 'frameTime' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/MilkshapeExport/src/MilkshapePlugin.cpp:1023:11: style: The scope of the variable 'realTime' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:483:59: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:483:59: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:488:9: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:488:9: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:489:9: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:489:9: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:490:9: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:490:9: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:493:29: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:493:29: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:494:18: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:494:18: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:495:21: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:495:21: note: Null pointer dereference
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:180:3: style: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:179:0: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:180:3: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:538:2: style: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:537:0: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:538:2: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:425:91: style: Function 'getIndex' argument 5 names different: declaration 'vertnr' definition 'index'. [funcArgNamesDifferent]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:48:88: note: Function 'getIndex' argument 5 names different: declaration 'vertnr' definition 'index'.
ogre-1.7.4+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:425:91: note: Function 'getIndex' argument 5 names different: declaration 'vertnr' definition 'index'.
ogre-1.7.4+dfsg1/Tools/VRMLConverter/vrmllib/src/nodes.cpp:49:2: style: Class 'node_creator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/vrmllib/src/nodes.cpp:50:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.7.4+dfsg1/Tools/VRMLConverter/vrmllib/src/nodes.cpp:41:16: note: Virtual function in base class
ogre-1.7.4+dfsg1/Tools/VRMLConverter/vrmllib/src/nodes.cpp:50:8: note: Function in derived class
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/OgreXMLMeshSerializer.cpp:225:16: style: The scope of the variable 'numFaces' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:103:9: style: The scope of the variable 'btmp' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:121:9: style: The scope of the variable 'btmp' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:207:9: style: The scope of the variable 'bone' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:208:9: style: The scope of the variable 'parent' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:262:22: style: The scope of the variable 'kf' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:111:11: style: Variable 'btmp' is assigned a value that is never used. [unreadVariable]
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/tinyxml.cpp:135:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/tinyxml.cpp:156:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/tinyxmlparser.cpp:483:9: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/tinyxmlparser.cpp:447:34: note: outer condition: *(p+2)
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/tinyxmlparser.cpp:483:9: note: opposite inner condition: !*(p+2)
ogre-1.7.4+dfsg1/Tools/XMLConverter/src/tinyxmlparser.cpp:179:21: style: Technically the member function 'TiXmlParsingData::Cursor' can be const. [functionConst]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:674:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:673:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:674:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:677:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:674:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:677:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:678:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:677:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:678:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:684:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:678:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:684:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:685:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:684:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:685:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:686:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:685:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:686:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:687:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:686:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:687:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:689:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:687:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:689:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:690:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:689:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:690:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:696:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:690:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:696:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:697:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:696:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:697:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:703:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:697:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:703:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:704:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:703:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:704:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:708:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:707:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:708:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:714:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:708:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:714:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:715:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:714:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:715:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:716:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:715:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:716:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:722:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:719:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:722:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:729:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:728:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:729:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:730:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:729:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:730:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.7.4+dfsg1/Tools/XSIExport/src/OgreXSISkeletonExporter.cpp:413:20: style: Variable 'numFrames' is assigned a value that is never used. [unreadVariable]
[12:30]

ftp://ftp.se.debian.org/debian/pool/main/o/ogre-1.8/ogre-1.8_1.8.0+dfsg1.orig.tar.xz
ogre-1.8-1.8.0+dfsg1/Components/Paging/src/OgreGrid3DPageStrategy.cpp:358:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.8-1.8.0+dfsg1/Components/Paging/src/OgreGrid3DPageStrategy.cpp:359:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.8-1.8.0+dfsg1/Components/Paging/src/OgreGrid3DPageStrategy.cpp:360:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:85:13: style: Variable 'invoc' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:75:0: note: Variable 'invoc' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:85:13: note: Variable 'invoc' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:360:21: style: Variable 'itOperand' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:356:0: note: Variable 'itOperand' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:360:21: note: Variable 'itOperand' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:957:29: style: Variable 'functionSig' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:952:0: note: Variable 'functionSig' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:957:29: note: Variable 'functionSig' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:185:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGLSLProgramWriter.cpp:486:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:753:2: style: Variable 'srcTechnique' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:752:0: note: Variable 'srcTechnique' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:753:2: note: Variable 'srcTechnique' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1564:2: style: Variable 'customSubState' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1561:0: note: Variable 'customSubState' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1564:2: note: Variable 'customSubState' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1678:4: style: Variable 'mCustomRenderStates' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderParameter.cpp:196:4: performance: Variable 'autoType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderParameter.cpp:197:4: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderParameter.cpp:198:4: performance: Variable 'type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgram.cpp:65:17: style: Unused variable: it [unusedVariable]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:592:52: warning: Possible null pointer dereference: pixelMain [nullPointer]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:561:24: note: Assignment 'pixelMain=NULL', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:592:52: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:595:2: warning: Possible null pointer dereference: pixelMain [nullPointer]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:561:24: note: Assignment 'pixelMain=NULL', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:595:2: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:605:41: warning: Possible null pointer dereference: vertexMain [nullPointer]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:560:25: note: Assignment 'vertexMain=NULL', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:605:41: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:620:3: warning: Possible null pointer dereference: pixelMain [nullPointer]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:561:24: note: Assignment 'pixelMain=NULL', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:620:3: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:198:15: style: Variable 'mProgramWriterFactories' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:226:15: style: Variable 'mDefaultProgramProcessors' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderProgramProcessor.cpp:732:23: style: The scope of the variable 'srcParamRefs' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:179:2: style: Variable 'vsMainFunc' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:172:0: note: Variable 'vsMainFunc' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:179:2: note: Variable 'vsMainFunc' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:182:2: style: Variable 'psMainFunc' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:173:0: note: Variable 'psMainFunc' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:182:2: note: Variable 'psMainFunc' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:276:5: style: Variable 'newSubRenderState' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:274:0: note: Variable 'newSubRenderState' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:276:5: note: Variable 'newSubRenderState' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderScriptTranslator.cpp:184:21: style: The scope of the variable 'subRenderState' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Components/RTShaderSystem/src/OgreShaderSubRenderState.cpp:101:16: style: Unused variable: it [unusedVariable]
ogre-1.8-1.8.0+dfsg1/Components/Terrain/src/OgreTerrain.cpp:2870:17: style: Variable 'i' is not assigned a value. [unassignedVariable]
ogre-1.8-1.8.0+dfsg1/Components/Terrain/src/OgreTerrain.cpp:2871:5: error: Uninitialized variable: i [uninitvar]
ogre-1.8-1.8.0+dfsg1/Components/Terrain/src/OgreTerrainMaterialGenerator.cpp:68:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/Components/Terrain/src/OgreTerrainQuadTreeNode.cpp:153:16: style: Variable 'mChildren' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Components/Terrain/src/OgreTerrainQuadTreeNode.cpp:160:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/GLX/OgreConfigDialog.cpp:420:22: warning: Return value of function mConfigCallbackData.back() is not used. [ignoredReturnValue]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/GLX/OgreConfigDialog.cpp:293:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/GLX/OgreConfigDialog.cpp:417:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/GLX/OgreConfigDialog.cpp:428:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/GLX/OgreConfigDialog.cpp:467:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreAnimationTrack.cpp:199:26: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreBillboardSet.cpp:121:26: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreCompositor.cpp:352:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreCompositor.cpp:361:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreCompositorChain.cpp:194:16: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreCompositorChain.cpp:440:16: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreCompositorInstance.cpp:262:2: style: Class 'RSSetSchemeOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreCompositorInstance.cpp:287:2: style: Class 'RSRestoreSchemeOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreControllerManager.cpp:96:26: style: Unused variable: ci [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreDDSCodec.cpp:212:8: style: The scope of the variable 'hasAlpha' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreDDSCodec.cpp:895:14: style: The scope of the variable 'swapByte' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreDDSCodec.cpp:649:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreEntity.cpp:1406:18: style: The scope of the variable 'subMesh' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreEntity.cpp:1407:20: style: The scope of the variable 'subEnt' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreEntity.cpp:479:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreEntity.cpp:509:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreEntity.cpp:529:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreEntity.cpp:544:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreEntity.cpp:641:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreEntity.cpp:911:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreEntity.cpp:232:14: error: Uninitialized variable: i [uninitvar]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreEntity.cpp:243:14: error: Uninitialized variable: li [uninitvar]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreEntity.cpp:253:14: error: Uninitialized variable: si [uninitvar]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreFreeImageCodec.cpp:357:10: style: The scope of the variable 'pSrc' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreFreeImageCodec.cpp:567:10: style: The scope of the variable 'pSrc' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreFreeImageCodec.cpp:155:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreGpuProgramManager.cpp:278:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreImageResampler.h:113:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreImageResampler.h:198:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreImageResampler.h:308:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstanceBatchVTF.cpp:224:45: style: Condition '!bTexUnitFound' is always true [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstanceBatchVTF.cpp:219:26: note: Assignment 'bTexUnitFound=false', assigned value is 0
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstanceBatchVTF.cpp:224:45: note: Condition '!bTexUnitFound' is always true
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstanceManager.cpp:297:11: style: Variable 'it' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstanceManager.cpp:337:18: style: Unused variable: itor [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstanceManager.cpp:292:19: error: Uninitialized variable: it [uninitvar]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstanceManager.cpp:293:7: error: Uninitialized variable: it [uninitvar]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:442:11: style: The scope of the variable 'p16' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:443:11: style: The scope of the variable 'p32' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:809:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:825:17: style: Unused variable: o [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:1156:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:1463:17: style: Unused variable: qi [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:1578:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:668:108: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:729:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:1161:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreInstancedGeometry.cpp:1276:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreLight.cpp:603:3: style: Class 'LightDiffuseColourValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreLight.cpp:625:3: style: Class 'LightSpecularColourValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreLight.cpp:647:3: style: Class 'LightAttenuationValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreLight.cpp:669:3: style: Class 'LightSpotlightInnerValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreLight.cpp:691:3: style: Class 'LightSpotlightOuterValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreLight.cpp:713:3: style: Class 'LightSpotlightFalloffValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreLight.cpp:398:56: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreLodStrategyManager.cpp:88:9: error: Iterator 'it' used after element has been erased. [eraseDereference]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreLodStrategyManager.cpp:91:16: note: Iterator 'it' used after element has been erased.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreLodStrategyManager.cpp:88:9: note: Iterator 'it' used after element has been erased.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreManualObject.cpp:70:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreManualObject.cpp:81:17: style: Unused variable: s [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMath.cpp:960:3: style: Variable 'viewMatrix' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMath.cpp:959:3: note: Variable 'viewMatrix' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMath.cpp:960:3: note: Variable 'viewMatrix' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMesh.cpp:367:18: style: The scope of the variable 'newSub' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMesh.cpp:1426:9: style: The scope of the variable 'atLeastOneIndexSet' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMesh.cpp:321:26: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMesh.cpp:2182:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMeshManager.cpp:256:30: style: The scope of the variable 'uInc' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMeshManager.cpp:256:39: style: The scope of the variable 'u' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMeshManager.cpp:257:24: style: The scope of the variable 'vCount' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMeshSerializer.cpp:81:26: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:113:24: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:346:16: style: The scope of the variable 'chunkSize' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:787:18: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:1372:18: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:1451:17: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreMeshSerializerImpl.cpp:2868:24: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreNode.cpp:336:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlay.cpp:320:9: style: Variable 'orientationRotation' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlay.cpp:317:0: note: Variable 'orientationRotation' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlay.cpp:320:9: note: Variable 'orientationRotation' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlayContainer.cpp:314:7: style: The scope of the variable 'currZ' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlayManager.cpp:269:9: style: Variable 'orientationModeChanged' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlayManager.cpp:267:0: note: Variable 'orientationModeChanged' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlayManager.cpp:269:9: note: Variable 'orientationModeChanged' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlayManager.cpp:310:3: style: Variable 'newElement' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlayManager.cpp:309:0: note: Variable 'newElement' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlayManager.cpp:310:3: note: Variable 'newElement' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlayManager.cpp:190:8: style: The scope of the variable 'skipLine' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreOverlayManager.cpp:194:9: style: The scope of the variable 'isATemplate' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePVRTCCodec.cpp:214:14: style: The scope of the variable 'swapByte' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1310:6: warning: Either the condition 'emitter' is redundant or there is possible null pointer dereference: emitter. [nullPointerRedundantCheck]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1299:9: note: Assuming that condition 'emitter' is not redundant
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1310:6: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreParticleSystem.cpp:442:19: style: The scope of the variable 'pParticle' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreParticleSystem.cpp:614:19: style: The scope of the variable 'pParticle' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1282:20: style: The scope of the variable 'emitter' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1326:20: style: The scope of the variable 'emitter' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreParticleSystem.cpp:1379:33: style: The scope of the variable 'fee' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreParticleSystem.cpp:174:26: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreParticleSystem.cpp:75:3: style: Class 'ParticleSystemUpdateValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePass.cpp:385:26: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePass.cpp:743:26: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePass.cpp:1615:18: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePatchSurface.cpp:401:15: style: The scope of the variable 'pDest' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePatchSurface.cpp:471:16: style: The scope of the variable 'leftIdx' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePatchSurface.cpp:471:25: style: The scope of the variable 'rightIdx' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePatchSurface.cpp:471:35: style: The scope of the variable 'destIdx' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePatchSurface.cpp:471:44: style: The scope of the variable 'halfStep' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePatchSurface.cpp:472:14: style: The scope of the variable 'firstSegment' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePatchSurface.cpp:519:19: style: The scope of the variable 'uInc' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePatchSurface.cpp:521:16: style: The scope of the variable 'vCount' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePatchSurface.cpp:521:35: style: The scope of the variable 'u' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePlatformInformation.cpp:405:9: style: The scope of the variable 'CPUString' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePlatformInformation.cpp:406:9: style: The scope of the variable 'CPUBrandString' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgrePose.cpp:159:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProfiler.cpp:180:25: style: The scope of the variable 'element' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProfiler.cpp:647:29: style: The scope of the variable 'g' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProfiler.cpp:669:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProfiler.cpp:684:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProfiler.cpp:693:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProfiler.cpp:701:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProfiler.cpp:713:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProgressiveMesh.cpp:84:41: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProgressiveMesh.cpp:120:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProgressiveMesh.cpp:127:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProgressiveMesh.cpp:320:17: style: Variable 'it' is not assigned a value. [unassignedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreProgressiveMesh.cpp:321:5: error: Uninitialized variable: it [uninitvar]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreRenderQueueInvocation.cpp:100:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreRenderSystem.cpp:246:28: style: Variable 'rt' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreRenderSystemCapabilitiesManager.cpp:63:112: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreRenderSystemCapabilitiesManager.cpp:80:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreResourceManager.cpp:432:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreRoot.cpp:807:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreRoot.cpp:832:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreRoot.cpp:854:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSceneManager.cpp:365:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSceneManager.cpp:375:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSceneManager.cpp:6326:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSceneNode.cpp:73:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSceneNode.cpp:181:24: style: The scope of the variable 'ret' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSceneNode.cpp:246:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSceneNode.cpp:74:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSceneNode.cpp:247:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreScriptCompiler.cpp:824:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreScriptCompiler.cpp:1307:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreScriptCompiler.cpp:1372:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreScriptLexer.cpp:49:15: style: The scope of the variable 'lastc' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreScriptLexer.cpp:212:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreScriptParser.cpp:292:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreScriptTranslator.cpp:299:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreScriptTranslator.cpp:297:11: note: outer condition: i!=end
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreScriptTranslator.cpp:299:9: note: identical inner condition: i!=end
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSerializer.cpp:397:14: style: The scope of the variable 'swapByte' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:76:7: style: Condition 'incrPrecision' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:65:24: note: Assignment 'incrPrecision=false', assigned value is 0
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:76:7: note: Condition 'incrPrecision' is always false
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:82:6: warning: Possible null pointer dereference: backmat [nullPointer]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:73:27: note: Assignment 'backmat=NULL', assigned value is 0
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:82:6: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSkeleton.cpp:544:15: style: The scope of the variable 'currentBone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSkeleton.cpp:102:26: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSkeletonInstance.cpp:166:0: style: Variable 'tagPoint' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSkeletonInstance.cpp:176:0: style: Variable 'tagPoint' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSkeletonSerializer.cpp:130:24: style: The scope of the variable 'streamID' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:395:11: style: The scope of the variable 'p16' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:396:11: style: The scope of the variable 'p32' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:597:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:611:17: style: Unused variable: o [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:734:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:1039:17: style: Unused variable: s [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:1052:17: style: Unused variable: qi [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreStaticGeometry.cpp:1266:17: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreStreamSerialiser.cpp:782:9: style: The scope of the variable 'swapByte' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreSubMesh.cpp:219:17: style: Unused variable: lodi [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreTangentSpaceCalc.cpp:202:12: style: The scope of the variable 'p16' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreTangentSpaceCalc.cpp:203:12: style: The scope of the variable 'p32' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreTechnique.cpp:1194:26: style: Unused variable: i [unusedVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreTextAreaOverlayElement.cpp:192:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreTextAreaOverlayElement.cpp:234:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:850:16: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:202:42: style: The scope of the variable 'postPosVertexSize' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:202:61: style: The scope of the variable 'postPosVertexOffset' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:203:28: style: The scope of the variable 'pBaseDestRem' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:835:11: style: The scope of the variable 'dest' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:778:15: performance: Technically the member function 'Ogre::Triangle::sharesEdge' can be static. [functionStatic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:755:3: style: Class 'Triangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/OgreVertexIndexData.cpp:737:2: warning: The class 'Triangle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/Threading/OgreDefaultWorkQueueTBB.cpp:40:3: style: Struct 'RegisterRSWorker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/WIN32/OgreConfigDialog.cpp:73:21: style: The scope of the variable 'savedSel' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/WIN32/OgreConfigDialog.cpp:311:17: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/gtk/OgreConfigDialog.cpp:87:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/gtk/OgreConfigDialog.cpp:134:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/gtk/OgreConfigDialog.cpp:161:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/gtk/OgreConfigDialog.cpp:257:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3346:35: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3390:33: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3748:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3841:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3924:17: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3938:15: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3950:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3951:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3975:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3987:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3997:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4025:64: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4094:59: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4131:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4973:59: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4983:37: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4985:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5002:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5003:37: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3992:7: style: Variable 'br' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3989:0: note: Variable 'br' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3992:7: note: Variable 'br' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3993:7: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3990:0: note: Variable 'end' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3993:7: note: Variable 'end' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4228:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4228:27: note: Opposite expression on both sides of '&'.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4228:27: note: Opposite expression on both sides of '&'.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4270:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4270:23: note: Opposite expression on both sides of '&'.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4270:23: note: Opposite expression on both sides of '&'.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4364:31: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4946:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5088:31: style: Opposite expression on both sides of '&'. [oppositeExpression]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5088:31: note: Opposite expression on both sides of '&'.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5088:31: note: Opposite expression on both sides of '&'.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5407:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:145:24: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3815:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:3870:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4112:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4255:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4348:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5177:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5252:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:485:8: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4484:13: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:328:16: style: The scope of the variable 'tc' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5288:40: style: Function 'mspace_realloc' argument 2 names different: declaration 'mem' definition 'oldmem'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:1185:40: note: Function 'mspace_realloc' argument 2 names different: declaration 'mem' definition 'oldmem'.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5288:40: note: Function 'mspace_realloc' argument 2 names different: declaration 'mem' definition 'oldmem'.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5288:55: style: Function 'mspace_realloc' argument 3 names different: declaration 'newsize' definition 'bytes'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:1185:52: note: Function 'mspace_realloc' argument 3 names different: declaration 'newsize' definition 'bytes'.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:5288:55: note: Function 'mspace_realloc' argument 3 names different: declaration 'newsize' definition 'bytes'.
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/malloc.c.h:4155:13: style: Variable 'extra' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:418:4: style: Variable 'idx' is modified but its new value is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:596:13: style: Array index 'end' is used before limits check. [arrayIndexThenCheck]
ogre-1.8-1.8.0+dfsg1/OgreMain/src/nedmalloc/nedmalloc.c:938:41: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ogre-1.8-1.8.0+dfsg1/PlugIns/BSPSceneManager/src/OgreBspLevel.cpp:315:13: style: The scope of the variable 'matHandle' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/BSPSceneManager/src/OgreBspLevel.cpp:675:39: style: The scope of the variable 'realBrushIdx' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2344:3: style: Variable 'ogreTextureAddressingMode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2343:0: note: Variable 'ogreTextureAddressingMode' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2344:3: note: Variable 'ogreTextureAddressingMode' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2693:16: style: Variable 'mCgStateListenerVector' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2698:16: style: Variable 'mCgSamplerStateListenerVector' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/PlugIns/CgProgramManager/src/OgreCgProgram.cpp:258:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/CgProgramManager/src/OgreCgProgram.cpp:342:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/EXRCodec/src/OgreEXRCodec.cpp:99:2: error: Mismatching allocation and deallocation: data [mismatchAllocDealloc]
ogre-1.8-1.8.0+dfsg1/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:498:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:824:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:875:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:926:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:978:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:448:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:767:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:861:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:956:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:1052:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:511:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:513:8: style: The scope of the variable 'visible' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:72:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:113:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:149:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:177:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:257:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:298:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:330:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:356:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:407:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:463:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:537:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:621:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:638:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZLight.cpp:170:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:724:7: warning: Either the condition 'newZone' is redundant or there is possible null pointer dereference: newZone. [nullPointerRedundantCheck]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:719:7: note: Assuming that condition 'newZone' is not redundant
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:724:7: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:68:12: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:97:12: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:298:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:313:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:382:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:465:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:480:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:566:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:582:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:600:18: style: The scope of the variable 'pczsn' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:810:12: style: The scope of the variable 'newHomeZone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:890:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:905:18: style: The scope of the variable 'pczsn' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1141:12: style: The scope of the variable 'portal' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1258:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1282:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1306:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1329:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1369:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:72:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:101:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:70:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:99:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:179:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:250:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:383:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:466:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:481:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:891:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1137:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1144:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1172:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1259:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1283:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1307:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1330:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1370:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1459:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneNode.cpp:84:13: style: The scope of the variable 'zoneData' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneNode.cpp:177:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZSceneNode.cpp:89:15: style: Variable 'zoneData' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZone.cpp:76:11: style: The scope of the variable 'portal2' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePCZone.cpp:79:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/PCZSceneManager/src/OgrePortalBase.cpp:533:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/PlugIns/ParticleFX/src/OgreDeflectorPlaneAffector.cpp:77:19: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/PlugIns/ParticleFX/src/OgreLinearForceAffector.cpp:72:19: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11Driver.cpp:84:3: error: Mismatching allocation and deallocation: str [mismatchAllocDealloc]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11HLSLProgram.cpp:370:15: style: The scope of the variable 'startPosOfVarOrgNameInSource' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11HLSLProgram.cpp:446:0: style: Variable 'numParams' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11HLSLProgram.cpp:68:3: style: Class 'HLSLIncludeHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:267:17: style: The scope of the variable 'optVideoMode' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:269:19: style: The scope of the variable 'videoMode' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:393:11: style: The scope of the variable 'bOK' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:1851:9: warning: Member variable 'D3D11RenderOperationState::mTextures' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11Texture.cpp:214:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11VideoMode.cpp:49:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D11/src/OgreD3D11VideoModeList.cpp:99:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp:964:3: style: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp:961:0: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp:964:3: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp:207:68: style: Variable 'renderSystem' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9DeviceManager.cpp:432:3: style: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9DeviceManager.cpp:428:0: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9DeviceManager.cpp:432:3: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9HLSLProgram.cpp:341:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9HLSLProgram.cpp:392:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9HardwarePixelBuffer.cpp:523:33: style: Variable 'tryGetRenderTargetData' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:387:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:393:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:409:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:415:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:431:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:437:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:833:4: style: Variable 'curWindow' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:831:0: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:833:4: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2642:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2641:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2642:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2648:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2647:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2648:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2649:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2648:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2649:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2651:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2649:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2651:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2652:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2651:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2652:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2653:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2652:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2653:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2654:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2653:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2654:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:1094:66: style: Same expression on both sides of '||'. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:329:17: style: The scope of the variable 'optVideoMode' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:331:18: style: The scope of the variable 'videoMode' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:502:10: style: The scope of the variable 'bOK' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2462:15: style: The scope of the variable 'lasta2c' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2517:14: style: Variable 'lasta2c' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2938:13: style: Variable 'itor' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2981:13: style: Variable 'itor' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:3171:67: style: Variable 'd3dContext' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2936:25: error: Uninitialized variable: itor [uninitvar]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2979:25: error: Uninitialized variable: itor [uninitvar]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9Texture.cpp:1715:28: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9VideoMode.cpp:41:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9VideoModeList.cpp:67:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/Direct3D9/src/OgreD3D9VideoModeList.cpp:98:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/GLSL/src/OgreGLSLPreprocessor.cpp:713:17: style: Variable 'm->Expanding' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/GLSL/src/OgreGLSLPreprocessor.cpp:711:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/GLSL/src/OgreGLSLPreprocessor.cpp:713:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:662:7: style: The scope of the variable 'config' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:204:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:242:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:285:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:616:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:640:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:602:3: style: Class 'FBConfigAttribs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:61:14: style: The scope of the variable 'hasDepthBuffer' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:64:13: style: The scope of the variable 'left' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:65:13: style: The scope of the variable 'top' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:98:34: style: Variable 'hasDepthBuffer' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:80:24: style: Variable 'left' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:83:23: style: Variable 'top' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:210:9: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:207:0: note: Variable 'value' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:210:9: note: Variable 'value' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:382:9: style: Variable 'cgErr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:379:0: note: Variable 'cgErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:382:9: note: Variable 'cgErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLATIFSInit.cpp:94:32: warning: Identical condition 'glAlphaFragmentOp2ATI_ptr==NULL', second condition is always false [identicalConditionAfterEarlyExit]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLATIFSInit.cpp:92:32: note: first condition
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLATIFSInit.cpp:94:32: note: second condition
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:57:36: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:178:34: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:187:42: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:222:37: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:245:36: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:2982:19: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:3729:27: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:1017:4: style: Variable 'curWindow' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:1015:0: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:1017:4: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreGLRenderSystem.cpp:3848:47: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreWin32GLSupport.cpp:387:8: style: The scope of the variable 'monitorIndex' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreWin32GLSupport.cpp:709:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreWin32Window.cpp:306:19: style: Variable 'screenw' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/OgreWin32Window.cpp:307:19: style: Variable 'screenh' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/SDL/OgreSDLGLSupport.cpp:120:0: style: Variable 'fsaa_x_samples' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/SDL/OgreSDLGLSupport.cpp:138:42: style: Variable 'videoInfo' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/atifs/src/Compiler2Pass.cpp:218:6: style: The scope of the variable 'tokenlength' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/atifs/src/ps_1_4.cpp:1289:2: style: Variable 'passed' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/atifs/src/ps_1_4.cpp:1285:0: note: Variable 'passed' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/atifs/src/ps_1_4.cpp:1289:2: note: Variable 'passed' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/gtk/OgreGTKGLSupport.cpp:216:16: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
_ps1.0_lexer.cpp:1105:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ps1.0_grammar.y:97:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
_rc1.0_lexer.cpp:1882:54: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
_rc1.0_lexer.cpp:293:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_rc1.0_lexer.cpp:1882:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
rc1.0_grammar.y:151:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
_ts1.0_lexer.cpp:1630:54: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
_ts1.0_lexer.cpp:293:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_ts1.0_lexer.cpp:1630:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_ts1.0_lexer.cpp:1555:4: style: Variable 'num_to_read' is assigned a value that is never used. [unreadVariable]
ts1.0_grammar.y:292:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
vs1.0_tokens.l:2314:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
vs1.0_tokens.l:527:20: warning: Either the condition 'endQuote==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
vs1.0_tokens.l:528:16: note: Assuming that condition 'endQuote==NULL' is not redundant
vs1.0_tokens.l:527:20: note: Null pointer subtraction
vs1.0_tokens.l:1917:2: style: Variable 'checkStr' is reassigned a value before the old one has been used. [redundantAssignment]
vs1.0_tokens.l:1913:2: note: Variable 'checkStr' is reassigned a value before the old one has been used.
vs1.0_tokens.l:1917:2: note: Variable 'checkStr' is reassigned a value before the old one has been used.
vs1.0_tokens.l:604:15: style: The scope of the variable 'keepSize' can be reduced. [variableScope]
vs1.0_tokens.l:1589:8: style: The scope of the variable 'macroText' can be reduced. [variableScope]
vs1.0_tokens.l:1760:8: style: The scope of the variable 'tPtr' can be reduced. [variableScope]
vs1.0_tokens.l:1818:15: style: The scope of the variable 'sLen' can be reduced. [variableScope]
vs1.0_tokens.l:1967:15: style: The scope of the variable 'sLen' can be reduced. [variableScope]
vs1.0_tokens.l:2499:8: style: The scope of the variable 'curFileName' can be reduced. [variableScope]
vs1.0_tokens.l:2500:8: style: The scope of the variable 'macroFileName' can be reduced. [variableScope]
vs1.0_tokens.l:2501:7: style: The scope of the variable 'tempStr' can be reduced. [variableScope]
vs1.0_tokens.l:2502:8: style: The scope of the variable 'macroText' can be reduced. [variableScope]
_vs1.0_lexer.cpp:3213:54: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
_vs1.0_lexer.cpp:297:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_vs1.0_lexer.cpp:3213:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
vs1.0_tokens.l:1705:30: style: Function 'FindNMacro' argument 1 names different: declaration 'macroName' definition 'findName'. [funcArgNamesDifferent]
vs1.0_tokens.l:140:30: note: Function 'FindNMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
vs1.0_tokens.l:1705:30: note: Function 'FindNMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
vs1.0_tokens.l:1733:29: style: Function 'FindMacro' argument 1 names different: declaration 'macroName' definition 'findName'. [funcArgNamesDifferent]
vs1.0_tokens.l:139:29: note: Function 'FindMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
vs1.0_tokens.l:1733:29: note: Function 'FindMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
_vs1.0_lexer.cpp:3139:4: style: Variable 'num_to_read' is assigned a value that is never used. [unreadVariable]
vs1.0_tokens.l:2915:0: error: Memory leak: buf [memleak]
vs1.0_grammar.y:156:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/nvparse_errors.h:19:17: style: Technically the member function 'nvparse_errors::get_num_errors' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/nvparse.cpp:191:36: style: Function 'nvparse_print_errors' argument 1 names different: declaration 'fp' definition 'errfp'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/nvparse.h:16:35: note: Function 'nvparse_print_errors' argument 1 names different: declaration 'fp' definition 'errfp'.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/nvparse.cpp:191:36: note: Function 'nvparse_print_errors' argument 1 names different: declaration 'fp' definition 'errfp'.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ps1.0__test_main.cpp:125:42: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:913:42: warning: Either the condition 'if(b)' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:919:4: note: Assuming that condition 'if(b)' is not redundant
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:913:42: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:914:15: warning: Either the condition 'if(b)' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:919:4: note: Assuming that condition 'if(b)' is not redundant
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:914:15: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:154:8: style: Technically the member function '::set_constants::operator()' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:202:3: style: Struct 'set_texture_shaders' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:404:25: performance: Function parameter 's' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:454:14: performance: Function parameter 's' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: style: Condition 'rcinit==false' is always true [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:35:16: note: Assignment 'rcinit=false', assigned value is 0
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: note: Condition 'rcinit==false' is always true
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: style: Condition 'rc2init==false' is always true [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:53:17: note: Assignment 'rc2init=false', assigned value is 0
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: note: Condition 'rc2init==false' is always true
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: style: Same expression on both sides of '==' because the value of 'rcinit' and 'false' are the same. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:35:16: note: 'rcinit' is assigned value 'false' here.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: note: Same expression on both sides of '==' because the value of 'rcinit' and 'false' are the same.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: style: Same expression on both sides of '==' because the value of 'rc2init' and 'false' are the same. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:53:17: note: 'rc2init' is assigned value 'false' here.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: note: Same expression on both sides of '==' because the value of 'rc2init' and 'false' are the same.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:47:13: style: Variable 'rcinit' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:59:13: style: Variable 'rc2init' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:86:1: style: The class 'GeneralCombinersStruct' does not have a constructor although it has private member variables. [noConstructor]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:7:1: style: The class 'CombinersStruct' does not have a constructor although it has private member variables. [noConstructor]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:17:25: performance: Function parameter '_reg' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:25:34: performance: Function parameter '_reg0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:25:62: performance: Function parameter '_reg1' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:25:90: performance: Function parameter '_reg2' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:27:34: performance: Function parameter '_reg0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:36:21: performance: Function parameter '_op0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:36:36: performance: Function parameter '_op1' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:36:51: performance: Function parameter '_op2' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:37:21: performance: Function parameter '_op0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:37:36: performance: Function parameter '_op1' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:38:21: performance: Function parameter '_op0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:49:51: performance: Function parameter '_gf' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:65: performance: Function parameter '_portion1' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:93: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:116: performance: Function parameter '_cc1' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:64:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:64:65: performance: Function parameter '_portion1' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:64:93: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:66:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:66:65: performance: Function parameter '_portion1' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:69:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:69:61: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:69:84: performance: Function parameter '_cc1' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:71:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:71:61: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:73:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:89:34: performance: Function parameter '_gc' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:8:33: performance: Function parameter '_g' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:33: performance: Function parameter '_a' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:58: performance: Function parameter '_b' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:83: performance: Function parameter '_c' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:108: performance: Function parameter '_d' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:26:33: performance: Function parameter '_e' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:26:58: performance: Function parameter '_f' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:34:35: performance: Function parameter '_rgb' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:34:66: performance: Function parameter '_alpha' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:34:105: performance: Function parameter '_product' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:36:35: performance: Function parameter '_rgb' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_final.h:36:66: performance: Function parameter '_alpha' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:35: performance: Function parameter '_gcs' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:61: performance: Function parameter '_fc' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:83: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:106: performance: Function parameter '_cc1' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:11:35: performance: Function parameter '_gcs' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:11:61: performance: Function parameter '_fc' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:11:83: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:13:35: performance: Function parameter '_gcs' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:13:61: performance: Function parameter '_fc' should be passed by const reference. [passedByValue]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.cpp:6:72: style: Function 'Validate' argument 2 names different: declaration 'cc' definition 'pcc'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.h:98:49: note: Function 'Validate' argument 2 names different: declaration 'cc' definition 'pcc'.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/rc1.0_general.cpp:6:72: note: Function 'Validate' argument 2 names different: declaration 'cc' definition 'pcc'.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.h:10:6: style: Technically the member function 'InstList::Size' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:25:15: note: Technically the member function 'InstList::Size' can be const.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.h:10:6: note: Technically the member function 'InstList::Size' can be const.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:17:2: style: Class 'InstList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:17:2: style: Class 'InstList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:35:3: error: Common realloc mistake: 'list' nulled but not freed upon failure [memleakOnRealloc]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:101:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:116:27: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:128:28: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:253:0: error: Memory leak: tmpstring [memleak]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:170:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:181:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:231:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:242:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:196:5: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:257:2: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:268:2: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:279:2: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.h:57:9: style: Technically the member function 'VS10Reg::ValidateIndex' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:55:14: note: Technically the member function 'VS10Reg::ValidateIndex' can be const.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.h:57:9: note: Technically the member function 'VS10Reg::ValidateIndex' can be const.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst.h:64:2: style: Class 'VS10Inst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst_list.h:15:6: style: Technically the member function 'VS10InstList::Size' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst_list.cpp:35:19: note: Technically the member function 'VS10InstList::Size' can be const.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst_list.h:15:6: note: Technically the member function 'VS10InstList::Size' can be const.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst_list.cpp:27:5: style: Class 'VS10InstList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GL/src/nvparse/vs1.0_inst_list.cpp:27:5: style: Class 'VS10InstList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:91:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:106:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:138:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:310:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:337:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:296:13: style: Class 'GLConfigAttribs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/OgreEGLWindow.cpp:261:15: style: The scope of the variable 'frequency' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLSupport.cpp:129:7: style: The scope of the variable 'newSize' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLSupport.cpp:144:16: style: Variable 'newSize' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLWindow.cpp:272:7: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLWindow.cpp:274:8: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLWindow.cpp:328:13: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/Symbian/OgreSymbianEGLWindow.cpp:323:13: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLSupport.cpp:118:7: style: The scope of the variable 'newSize' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLSupport.cpp:133:16: style: Variable 'newSize' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: note: Condition 'monitorIndex!=-1' is always false
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: note: Condition 'monitorIndex!=-1' is always false
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: note: Condition 'monitorIndex!=-1' is always false
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:96:8: style: The scope of the variable 'outerSize' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:7: style: The scope of the variable 'monitorIndex' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:307:13: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:309:14: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:94:16: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:97:18: style: Variable 'hwGamma' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:192:19: style: Variable 'screenw' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:193:19: style: Variable 'screenh' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:356:25: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:351:25: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/X11/OgreX11EGLSupport.cpp:305:9: style: Variable 'vi' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/X11/OgreX11EGLSupport.cpp:304:9: note: Variable 'vi' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/X11/OgreX11EGLSupport.cpp:305:9: note: Variable 'vi' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/X11/OgreX11EGLWindow.cpp:438:13: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/X11/OgreX11EGLWindow.cpp:440:14: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/X11/OgreX11EGLWindow.cpp:487:25: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/EGL/X11/OgreX11EGLWindow.cpp:482:25: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:56:44: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:170:45: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:179:59: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:211:48: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:232:53: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESHardwarePixelBuffer.cpp:526:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESHardwarePixelBuffer.cpp:535:13: note: Found duplicate branches for 'if' and 'else'.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESHardwarePixelBuffer.cpp:526:13: note: Found duplicate branches for 'if' and 'else'.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESPBRenderTexture.cpp:91:25: style: Variable 'mPBuffers' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESPBRenderTexture.cpp:135:17: style: Variable 'mPBuffers' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESPBRenderTexture.cpp:153:13: style: Variable 'mPBuffers' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:2173:31: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:2286:31: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:2226:55: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:383:13: style: The scope of the variable 'config' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:212:20: style: Unused variable: configs [unusedVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:241:20: style: Unused variable: configs [unusedVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:95:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:110:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:141:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:337:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:364:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:323:13: style: Class 'GLConfigAttribs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/OgreEGLWindow.cpp:100:15: style: The scope of the variable 'frequency' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/Symbian/OgreSymbianEGLSupport.cpp:124:7: style: The scope of the variable 'newSize' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/Symbian/OgreSymbianEGLSupport.cpp:139:16: style: Variable 'newSize' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLSupport.cpp:118:7: style: The scope of the variable 'newSize' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLSupport.cpp:133:16: style: Variable 'newSize' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: note: Condition 'monitorIndex!=-1' is always false
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: note: Condition 'monitorIndex!=-1' is always false
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: note: Condition 'monitorIndex!=-1' is always false
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:96:8: style: The scope of the variable 'outerSize' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:7: style: The scope of the variable 'monitorIndex' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:316:13: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:318:14: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:94:16: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:97:18: style: Variable 'hwGamma' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:192:19: style: Variable 'screenw' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:193:19: style: Variable 'screenh' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:365:25: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:360:25: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:243:9: style: Variable 'vi' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:242:9: note: Variable 'vi' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:243:9: note: Variable 'vi' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:175:13: style: The scope of the variable 'newSize' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:95:0: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:190:31: style: Variable 'newSize' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLWindow.cpp:438:13: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLWindow.cpp:440:14: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLWindow.cpp:490:25: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLWindow.cpp:485:25: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESPreprocessor.cpp:709:17: style: Variable 'm->Expanding' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESPreprocessor.cpp:707:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESPreprocessor.cpp:709:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESProgramManagerCommon.cpp:287:4: error: Mismatching allocation and deallocation: uniformName [mismatchAllocDealloc]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESProgramPipeline.cpp:263:36: style: The scope of the variable 'vertParams' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESProgramPipeline.cpp:264:36: style: The scope of the variable 'fragParams' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/OgreGLES2DepthBuffer.cpp:62:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/OgreGLES2HardwareBufferManager.cpp:54:45: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/OgreGLES2HardwareBufferManager.cpp:169:46: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/OgreGLES2HardwareBufferManager.cpp:178:60: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/OgreGLES2HardwareBufferManager.cpp:210:49: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/OgreGLES2HardwareBufferManager.cpp:231:54: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/OgreGLES2HardwarePixelBuffer.cpp:512:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/OgreGLES2RenderSystem.cpp:1504:27: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/RenderSystems/GLES2/src/OgreGLES2RenderSystem.cpp:1598:27: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/File Templates/Ogre/Mac OS X Application class.pbfiletemplate/class.cpp:9:0: error: The code contains unhandled character(s) (character code=194). Neither unicode nor extended ascii is supported. [syntaxError]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/File Templates/Ogre/Mac OS X FrameListener subclass.pbfiletemplate/class.cpp:10:0: error: The code contains unhandled character(s) (character code=194). Neither unicode nor extended ascii is supported. [syntaxError]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/DemoApp.cpp:10:10: warning: Member variable 'DemoApp::m_bShutdown' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/OgreFramework.cpp:17:16: warning: Member variable 'OgreFramework::m_MoveScale' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/OgreFramework.cpp:19:2: performance: Variable 'm_MoveSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/OgreFramework.cpp:20:2: performance: Variable 'm_RotateSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/OgreFramework.cpp:41:5: performance: Variable 'm_ResourcePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/main.cpp:58:0: error: syntax error [syntaxError]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/DemoApp.cpp:10:10: warning: Member variable 'DemoApp::m_bShutdown' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/OgreFramework.cpp:17:16: warning: Member variable 'OgreFramework::m_MoveScale' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/OgreFramework.cpp:19:2: performance: Variable 'm_MoveSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/OgreFramework.cpp:20:2: performance: Variable 'm_RotateSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/OgreFramework.cpp:41:5: performance: Variable 'm_ResourcePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/main.cpp:59:0: error: syntax error [syntaxError]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/File Templates/Mac OS X Application class.xctemplate/___FILEBASENAME___.cpp:0:0: error: syntax error [syntaxError]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/File Templates/Mac OS X Application class.xctemplate/___FILEBASENAME___.cpp:0:0: note: syntax error
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/File Templates/Mac OS X Application class.xctemplate/___FILEBASENAME___.cpp:0:0: note: syntax error
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/OgreDemoApp.cpp:3:10: warning: Member variable 'DemoApp::m_bShutdown' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/OgreFramework.cpp:11:16: warning: Member variable 'OgreFramework::m_MoveScale' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/OgreFramework.cpp:13:2: performance: Variable 'm_MoveSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/OgreFramework.cpp:14:2: performance: Variable 'm_RotateSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/OgreFramework.cpp:32:5: performance: Variable 'm_ResourcePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/OgreDemoApp.cpp:3:10: warning: Member variable 'DemoApp::m_bShutdown' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/OgreFramework.cpp:11:16: warning: Member variable 'OgreFramework::m_MoveScale' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/OgreFramework.cpp:13:2: performance: Variable 'm_MoveSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/OgreFramework.cpp:14:2: performance: Variable 'm_RotateSpeed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/OgreFramework.cpp:32:5: performance: Variable 'm_ResourcePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:59:2: style: Variable 'section' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:58:0: note: Variable 'section' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:59:2: note: Variable 'section' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:73:2: style: Variable 'world' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:71:2: note: Variable 'world' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:73:2: note: Variable 'world' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/Components/Paging/src/PageCoreTests.cpp:65:3: style: Variable 'coll' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:131:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:124:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:131:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:139:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:132:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:139:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:147:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:140:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:147:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:201:5: style: Variable 'pFloat' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:192:40: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:201:5: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:213:5: style: Variable 'pFloat' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:204:40: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:213:5: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:225:5: style: Variable 'pFloat' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:216:40: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:225:5: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:243:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:236:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:243:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:251:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:244:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:251:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:259:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:252:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/OgreMain/src/EdgeBuilderTests.cpp:259:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:346:6: style: Condition 'testStencil' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:344:21: note: Assignment 'testStencil=false', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:346:6: note: Condition 'testStencil' is always false
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:369:6: style: Condition 'testStencil' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:344:21: note: Assignment 'testStencil=false', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:369:6: note: Condition 'testStencil' is always false
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:500:6: style: Condition 'testStencil' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:498:21: note: Assignment 'testStencil=false', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:500:6: note: Condition 'testStencil' is always false
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:523:6: style: Condition 'testStencil' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:498:21: note: Assignment 'testStencil=false', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:523:6: note: Condition 'testStencil' is always false
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:685:2: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:682:0: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:685:2: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:692:2: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:689:2: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:692:2: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:700:2: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:696:2: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:700:2: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:819:2: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:816:0: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:819:2: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:826:2: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:823:2: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:826:2: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:834:2: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:830:2: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:834:2: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:710:7: style: Variable 'kf' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/PlayPen/src/PlayPenSamples.cpp:844:7: style: Variable 'kf' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/Context/src/TestContext.cpp:185:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/Context/src/TestContext.cpp:170:9: style: Exception should be caught by reference. [catchExceptionByValue]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/Context/src/TestContext.cpp:197:13: style: Exception should be caught by reference. [catchExceptionByValue]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/Context/src/TestContext.cpp:452:9: style: Exception should be caught by reference. [catchExceptionByValue]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:5680:9: style: Condition '!worldViewProj' is always false [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:5672:26: note: Assignment 'worldViewProj=true', assigned value is 1
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:5680:9: note: Condition '!worldViewProj' is always false
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:707:5: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:704:0: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:707:5: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:714:5: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:711:5: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:714:5: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:722:5: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:718:5: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:722:5: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:850:5: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:847:0: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:850:5: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:857:5: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:854:5: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:857:5: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:865:5: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:861:5: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:865:5: note: Variable 'kf' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1006:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1005:0: note: Variable 'key' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1006:5: note: Variable 'key' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1018:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1017:5: note: Variable 'key' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1018:5: note: Variable 'key' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1322:5: style: Variable 'mTestNode[1]' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1316:5: note: Variable 'mTestNode[1]' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1322:5: note: Variable 'mTestNode[1]' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:5037:9: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:5036:0: note: Variable 't' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:5037:9: note: Variable 't' is reassigned a value before the old one has been used.
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:2584:13: style: The scope of the variable 'pEnt' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:3671:13: style: The scope of the variable 'cloneEnt' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:4982:13: style: The scope of the variable 'reflectCam' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:732:10: style: Variable 'kf' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:875:10: style: Variable 'kf' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1235:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1273:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1364:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1402:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1918:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:2306:5: style: Variable 'instance' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:2657:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:2686:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:2723:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:2753:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:2829:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:2946:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:2976:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:3006:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:3049:27: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:4760:29: style: Variable 'mLightNode' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/VTests/src/TextureEffectsTest.cpp:53:33: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ogre-1.8-1.8.0+dfsg1/Tests/VisualTests/VTests/src/TextureEffectsTest.cpp:53:51: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:541:6: style: The scope of the variable 'count' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:541:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:615:6: style: The scope of the variable 'count' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:615:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:725:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:726:33: style: The scope of the variable 'totalWeight' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:726:53: style: The scope of the variable 'weight' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:727:8: style: The scope of the variable 'tempFloat' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:135:60: style: Function 'FindPhysiqueModifier' argument 1 names different: declaration 'physiquedNode' definition 'nodePtr'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:17:42: note: Function 'FindPhysiqueModifier' argument 1 names different: declaration 'physiquedNode' definition 'nodePtr'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:135:60: note: Function 'FindPhysiqueModifier' argument 1 names different: declaration 'physiquedNode' definition 'nodePtr'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:206:53: style: Function 'GetInitialNodeTM' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:19:35: note: Function 'GetInitialNodeTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:206:53: note: Function 'GetInitialNodeTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:240:53: style: Function 'GetInitialBoneTM' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:20:35: note: Function 'GetInitialBoneTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:240:53: note: Function 'GetInitialBoneTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:276:45: style: Function 'GetBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:21:27: note: Function 'GetBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:276:45: note: Function 'GetBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:287:52: style: Function 'GetBoneList' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:22:34: note: Function 'GetBoneList' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:287:52: note: Function 'GetBoneList' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:401:46: style: Function 'GetAPIVersion' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:24:28: note: Function 'GetAPIVersion' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:401:46: note: Function 'GetAPIVersion' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:414:48: style: Function 'SetInitialPose' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:39:30: note: Function 'SetInitialPose' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:414:48: note: Function 'SetInitialPose' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:427:47: style: Function 'GetVertexCount' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:26:29: note: Function 'GetVertexCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:427:47: note: Function 'GetVertexCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:446:46: style: Function 'GetVertexType' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:28:28: note: Function 'GetVertexType' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:446:46: note: Function 'GetVertexType' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:474:51: style: Function 'GetVertexBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:30:33: note: Function 'GetVertexBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:474:51: note: Function 'GetVertexBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:587:49: style: Function 'GetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:32:31: note: Function 'GetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:587:49: note: Function 'GetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:596:51: style: Function 'GetVertexOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:33:33: note: Function 'GetVertexOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:596:51: note: Function 'GetVertexOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:665:61: style: Function 'GetVertexDeformableOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:34:43: note: Function 'GetVertexDeformableOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:665:61: note: Function 'GetVertexDeformableOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:706:50: style: Function 'GetVertexWeight' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:35:32: note: Function 'GetVertexWeight' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:706:50: note: Function 'GetVertexWeight' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:778:47: style: Function 'SetFigureMode' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:37:29: note: Function 'SetFigureMode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:778:47: note: Function 'SetFigureMode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:884:46: style: Function 'AttachToNode' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:41:28: note: Function 'AttachToNode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:884:46: note: Function 'AttachToNode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:898:44: style: Function 'Initialize' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:42:26: note: Function 'Initialize' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:898:44: note: Function 'Initialize' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:911:44: style: Function 'LockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:44:26: note: Function 'LockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:911:44: note: Function 'LockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:926:46: style: Function 'UnLockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:45:28: note: Function 'UnLockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:926:46: note: Function 'UnLockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:941:47: style: Function 'SetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:46:29: note: Function 'SetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:941:47: note: Function 'SetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:973:23: style: Variable 'curWeight' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/OgreExport/src/OgreMaxExport.cpp:293:14: style: Unused variable: filename [unusedVariable]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:138:7: style: The scope of the variable 'numSubMtl' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:180:8: style: The scope of the variable 'numSubMtl' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:39:18: style: Variable 'subMtlCt' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:201:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwLayer.cpp:147:21: style: The scope of the variable 'index' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwLayer.cpp:249:10: style: The scope of the variable 'vm' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwLayer.cpp:275:10: style: The scope of the variable 'vm' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwLayer.cpp:180:14: style: Checking if unsigned variable 'index' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:558:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1107:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1363:11: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1456:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1546:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1664:17: style: The scope of the variable 'fpos' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1754:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:2048:9: style: The scope of the variable 'key0' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:116:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:218:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:257:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:841:12: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:926:13: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1057:13: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1297:12: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1313:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1325:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:1337:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:2598:12: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:608:0: error: Memory leak: s [memleak]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwReader.cpp:655:5: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwo2mesh.cpp:102:0: style: Variable 'slength' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/lwo2mesh.cpp:581:21: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:113:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:119:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:166:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:232:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:239:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:307:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:320:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:323:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:326:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:78:8: style: The scope of the variable 'tag' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:222:8: style: The scope of the variable 'tag' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:303:11: style: The scope of the variable 'layer' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:466:15: style: The scope of the variable 'failID' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:467:6: style: The scope of the variable 'failpos' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/LightwaveConverter/src/main.cpp:310:23: style: Unsigned variable 'j' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/CallTipManager.cpp:56:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/DocManager.cpp:56:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/MaterialController.cpp:71:23: style: The scope of the variable 'tc' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/MaterialEditorApp.cpp:55:0: style: Variable 'splash' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/MaterialEditorFrame.cpp:453:19: style: Variable 'editor' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/PassWizard.cpp:69:21: style: Variable 'project' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/PassWizard.cpp:70:27: style: Variable 'mc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/Project.cpp:157:22: style: The scope of the variable 'mc' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/ScintillaEditor.cpp:359:95: style: Same expression on both sides of '&&'. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TechniqueWizard.cpp:68:21: style: Variable 'project' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:204:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:214:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:224:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:234:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:244:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:254:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:264:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:274:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:283:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:292:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:301:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:310:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:319:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:328:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:337:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:346:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:355:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:364:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:373:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:382:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:391:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:400:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:409:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:418:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:428:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:437:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:446:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:455:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:464:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:473:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:482:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:491:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:500:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:509:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:518:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:527:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/Workspace.cpp:87:11: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/MaterialEditor/src/wxOgre.cpp:102:0: error: #error Not supported on this platform. [preprocessorErrorDirective]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:230:34: style: Function 'Init' argument 1 names different: declaration 'sid' definition 'hdc_'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:163:33: note: Function 'Init' argument 1 names different: declaration 'sid' definition 'hdc_'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:230:34: note: Function 'Init' argument 1 names different: declaration 'sid' definition 'hdc_'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:350:55: style: Function 'DrawTextNoClip' argument 2 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:182:54: note: Function 'DrawTextNoClip' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:350:55: note: Function 'DrawTextNoClip' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:363:56: style: Function 'DrawTextClipped' argument 2 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:183:55: note: Function 'DrawTextClipped' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:363:56: note: Function 'DrawTextClipped' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:378:60: style: Function 'DrawTextTransparent' argument 2 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:184:59: note: Function 'DrawTextTransparent' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:378:60: note: Function 'DrawTextTransparent' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:394:39: style: Function 'MeasureWidths' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:185:38: note: Function 'MeasureWidths' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:394:39: note: Function 'MeasureWidths' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:471:34: style: Function 'WidthText' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:186:33: note: Function 'WidthText' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:471:34: note: Function 'WidthText' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:481:34: style: Function 'WidthChar' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:187:33: note: Function 'WidthChar' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:481:34: note: Function 'WidthChar' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:493:31: style: Function 'Ascent' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:188:30: note: Function 'Ascent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:493:31: note: Function 'Ascent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:501:32: style: Function 'Descent' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:189:31: note: Function 'Descent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:501:32: note: Function 'Descent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:512:40: style: Function 'ExternalLeading' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:191:39: note: Function 'ExternalLeading' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:512:40: note: Function 'ExternalLeading' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:519:31: style: Function 'Height' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:192:30: note: Function 'Height' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:519:31: note: Function 'Height' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:524:41: style: Function 'AverageCharWidth' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:193:40: note: Function 'AverageCharWidth' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:524:41: note: Function 'AverageCharWidth' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:166:18: warning: Virtual function 'Release' is called from destructor '~SurfaceImpl()' at line 214. Dynamic binding is not used. [virtualCallInConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:214:5: note: Calling Release
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:166:18: note: Release is a virtual method
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:341:24: style: C-style pointer casting [cstyleCast]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:850:9: style: The scope of the variable 'lines' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:548:57: style: Function 'CopyToClipboard' argument 1 names different: declaration 'selectedText' definition 'st'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:114:55: note: Function 'CopyToClipboard' argument 1 names different: declaration 'selectedText' definition 'st'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:548:57: note: Function 'CopyToClipboard' argument 1 names different: declaration 'selectedText' definition 'st'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:973:47: style: Function 'DoKeyDown' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:148:38: note: Function 'DoKeyDown' argument 1 names different: declaration 'event' definition 'evt'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:973:47: note: Function 'DoKeyDown' argument 1 names different: declaration 'event' definition 'evt'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:101:18: warning: Virtual function 'Initialise' is called from constructor 'ScintillaWX(wxScintilla*win)' at line 229. Dynamic binding is not used. [virtualCallInConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:229:5: note: Calling Initialise
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:101:18: note: Initialise is a virtual method
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:102:18: warning: Virtual function 'Finalise' is called from destructor '~ScintillaWX()' at line 247. Dynamic binding is not used. [virtualCallInConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:247:5: note: Calling Finalise
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:102:18: note: Finalise is a virtual method
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:97:5: style: Class 'ScintillaWX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:31:5: style: Class 'wxSCITimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:35:7: style: Technically the member function 'AutoComplete::Active' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.cxx:42:20: note: Technically the member function 'AutoComplete::Active' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:35:7: note: Technically the member function 'AutoComplete::Active' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:51:7: style: Technically the member function 'AutoComplete::GetSeparator' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.cxx:81:20: note: Technically the member function 'AutoComplete::GetSeparator' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:51:7: note: Technically the member function 'AutoComplete::GetSeparator' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:55:7: style: Technically the member function 'AutoComplete::GetTypesep' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.cxx:89:20: note: Technically the member function 'AutoComplete::GetTypesep' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:55:7: note: Technically the member function 'AutoComplete::GetTypesep' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:60:35: style: Function 'IsTabCharacter' argument 1 names different: declaration 'c' definition 'ch'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:32:27: note: Function 'IsTabCharacter' argument 1 names different: declaration 'c' definition 'ch'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:60:35: note: Function 'IsTabCharacter' argument 1 names different: declaration 'c' definition 'ch'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::startHighlight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::endHighlight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::val' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::font' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::rectUp' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::rectDown' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::lineHeight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::offsetMain' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::tabSize' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::useStyleCallTip' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::wCallTip' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::wDraw' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::inCallTipMode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::posStartCallTip' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourBG' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourUnSel' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourSel' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourShade' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourLight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::codePage' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::clickPlace' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::startHighlight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::endHighlight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::val' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::font' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::rectUp' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::rectDown' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::lineHeight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::offsetMain' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::tabSize' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::useStyleCallTip' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::wCallTip' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::wDraw' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::inCallTipMode' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::posStartCallTip' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourBG' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourUnSel' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourSel' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourShade' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourLight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::codePage' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::clickPlace' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:19:10: warning: Member variable 'CallTip::offsetMain' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:19:10: warning: Member variable 'CallTip::codePage' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:19:10: warning: Member variable 'CallTip::clickPlace' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:20:2: performance: Variable 'wCallTip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:24:2: performance: Variable 'rectUp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:32:7: style: Technically the member function 'CallTip::IsTabCharacter' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:60:15: note: Technically the member function 'CallTip::IsTabCharacter' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:32:7: note: Technically the member function 'CallTip::IsTabCharacter' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:33:6: style: Technically the member function 'CallTip::NextTabPos' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:64:14: note: Technically the member function 'CallTip::NextTabPos' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:33:6: note: Technically the member function 'CallTip::NextTabPos' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:290:39: style: Function 'AddMark' argument 2 names different: declaration 'marker' definition 'markerNum'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:78:28: note: Function 'AddMark' argument 2 names different: declaration 'marker' definition 'markerNum'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:290:39: note: Function 'AddMark' argument 2 names different: declaration 'marker' definition 'markerNum'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:449:77: style: Function 'AppendAction' argument 4 names different: declaration 'length' definition 'lengthData'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:122:65: note: Function 'AppendAction' argument 4 names different: declaration 'length' definition 'lengthData'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:449:77: note: Function 'AppendAction' argument 4 names different: declaration 'length' definition 'lengthData'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:747:48: style: Function 'SetStyleFor' argument 2 names different: declaration 'length' definition 'lengthStyle'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:198:37: note: Function 'SetStyleFor' argument 2 names different: declaration 'length' definition 'lengthStyle'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:747:48: note: Function 'SetStyleFor' argument 2 names different: declaration 'length' definition 'lengthStyle'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:584:13: style: Array index 'currentAction' is used before limits check. [arrayIndexThenCheck]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:589:16: style: Array index 'act' is used before limits check. [arrayIndexThenCheck]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:355:9: warning: Member variable 'Action::mayCoalesce' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:30:6: style: Technically the member function 'MarkerHandleSet::Length' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:33:22: note: Technically the member function 'MarkerHandleSet::Length' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:30:6: note: Technically the member function 'MarkerHandleSet::Length' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:31:6: style: Technically the member function 'MarkerHandleSet::NumberFromHandle' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:43:22: note: Technically the member function 'MarkerHandleSet::NumberFromHandle' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:31:6: note: Technically the member function 'MarkerHandleSet::NumberFromHandle' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:32:6: style: Technically the member function 'MarkerHandleSet::MarkValue' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:54:22: note: Technically the member function 'MarkerHandleSet::MarkValue' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:32:6: note: Technically the member function 'MarkerHandleSet::MarkValue' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:33:7: style: Technically the member function 'MarkerHandleSet::Contains' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:64:23: note: Technically the member function 'MarkerHandleSet::Contains' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:33:7: note: Technically the member function 'MarkerHandleSet::Contains' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:76:6: style: Technically the member function 'LineVector::LineFromPosition' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:269:17: note: Technically the member function 'LineVector::LineFromPosition' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:76:6: note: Technically the member function 'LineVector::LineFromPosition' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:174:14: style: Technically the member function 'CellBuffer::ByteAt' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:651:18: note: Technically the member function 'CellBuffer::ByteAt' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:174:14: note: Technically the member function 'CellBuffer::ByteAt' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:187:6: style: Technically the member function 'CellBuffer::ByteLength' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:782:17: note: Technically the member function 'CellBuffer::ByteLength' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:187:6: note: Technically the member function 'CellBuffer::ByteLength' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:190:6: style: Technically the member function 'CellBuffer::Lines' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:803:17: note: Technically the member function 'CellBuffer::Lines' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:190:6: note: Technically the member function 'CellBuffer::Lines' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:202:7: style: Technically the member function 'CellBuffer::IsReadOnly' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:817:18: note: Technically the member function 'CellBuffer::IsReadOnly' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:202:7: note: Technically the member function 'CellBuffer::IsReadOnly' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:208:7: style: Technically the member function 'CellBuffer::IsSavePoint' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:829:18: note: Technically the member function 'CellBuffer::IsSavePoint' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:208:7: note: Technically the member function 'CellBuffer::IsSavePoint' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:223:7: style: Technically the member function 'CellBuffer::IsCollectingUndo' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1010:18: note: Technically the member function 'CellBuffer::IsCollectingUndo' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:223:7: note: Technically the member function 'CellBuffer::IsCollectingUndo' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:230:7: style: Technically the member function 'CellBuffer::CanUndo' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1026:18: note: Technically the member function 'CellBuffer::CanUndo' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:230:7: note: Technically the member function 'CellBuffer::CanUndo' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:234:7: style: Technically the member function 'CellBuffer::CanRedo' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1054:18: note: Technically the member function 'CellBuffer::CanRedo' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:234:7: note: Technically the member function 'CellBuffer::CanRedo' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:240:6: style: Technically the member function 'CellBuffer::GetLineState' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1088:17: note: Technically the member function 'CellBuffer::GetLineState' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:240:6: note: Technically the member function 'CellBuffer::GetLineState' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:241:6: style: Technically the member function 'CellBuffer::GetMaxLineState' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1092:17: note: Technically the member function 'CellBuffer::GetMaxLineState' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:241:6: note: Technically the member function 'CellBuffer::GetMaxLineState' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:244:6: style: Technically the member function 'CellBuffer::GetLevel' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1110:17: note: Technically the member function 'CellBuffer::GetLevel' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:244:6: note: Technically the member function 'CellBuffer::GetLevel' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:418:2: style: Class 'UndoHistory' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:418:2: style: Class 'UndoHistory' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:604:2: style: Class 'CellBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:604:2: style: Class 'CellBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:179:2: style: Class 'CellBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:696:6: style: The scope of the variable 'columnCurrent' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:672:29: style: Function 'GetColumn' argument 1 names different: declaration 'position' definition 'pos'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:157:20: note: Function 'GetColumn' argument 1 names different: declaration 'position' definition 'pos'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:672:29: note: Function 'GetColumn' argument 1 names different: declaration 'position' definition 'pos'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:215:6: style: Technically the member function 'Document::GetEndStyled' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:217:6: style: Technically the member function 'Document::GetStyleClock' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:236:6: style: Technically the member function 'Document::IndentSize' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:242:19: style: Technically the member function 'Document::WordCharClass' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:839:28: note: Technically the member function 'Document::WordCharClass' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:242:19: note: Technically the member function 'Document::WordCharClass' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:60:7: style: Technically the member function 'RESearch::iswordc' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:29:2: style: Class 'Range' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:30:2: style: Class 'RESearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:989:15: style: The function 'CharAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:22:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:989:15: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::pdoc' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::id' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::lenDoc' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::styleBuf' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::validLen' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::chFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::chWhile' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::startSeg' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::startPosStyling' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::mask' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::pdoc' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::props' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::id' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::lenDoc' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::styleBuf' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::validLen' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::chFlags' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::chWhile' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::startSeg' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::startPosStyling' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::mask' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:36:2: warning: Member variable 'DocumentAccessor::styleBuf' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5103:12: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:827:35: style: Function 'PositionFromLineX' argument 1 names different: declaration 'line' definition 'lineDoc'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:342:28: note: Function 'PositionFromLineX' argument 1 names different: declaration 'line' definition 'lineDoc'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:827:35: note: Function 'PositionFromLineX' argument 1 names different: declaration 'line' definition 'lineDoc'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:1698:38: style: Function 'PaintSelMargin' argument 1 names different: declaration 'surface' definition 'surfWindow'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:386:31: note: Function 'PaintSelMargin' argument 1 names different: declaration 'surface' definition 'surfWindow'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:1698:38: note: Function 'PaintSelMargin' argument 1 names different: declaration 'surface' definition 'surfWindow'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2238:27: style: Function 'DrawEOL' argument 12 names different: declaration 'drawWrapMark' definition 'drawWrapMarkEnd'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:397:8: note: Function 'DrawEOL' argument 12 names different: declaration 'drawWrapMark' definition 'drawWrapMarkEnd'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2238:27: note: Function 'DrawEOL' argument 12 names different: declaration 'drawWrapMark' definition 'drawWrapMarkEnd'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:3580:55: style: Function 'NotifyStyleNeeded' argument 3 names different: declaration 'endPos' definition 'endStyleNeeded'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:454:60: note: Function 'NotifyStyleNeeded' argument 3 names different: declaration 'endPos' definition 'endStyleNeeded'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:3580:55: note: Function 'NotifyStyleNeeded' argument 3 names different: declaration 'endPos' definition 'endStyleNeeded'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:35: style: Function 'GetHotSpotRange' argument 1 names different: declaration 'hsStart' definition 'hsStart_'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:28: note: Function 'GetHotSpotRange' argument 1 names different: declaration 'hsStart' definition 'hsStart_'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:35: note: Function 'GetHotSpotRange' argument 1 names different: declaration 'hsStart' definition 'hsStart_'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:50: style: Function 'GetHotSpotRange' argument 2 names different: declaration 'hsEnd' definition 'hsEnd_'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:42: note: Function 'GetHotSpotRange' argument 2 names different: declaration 'hsEnd' definition 'hsEnd_'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:50: note: Function 'GetHotSpotRange' argument 2 names different: declaration 'hsEnd' definition 'hsEnd_'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5103:6: style: Boolean variable 'shift' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:73:13: warning: Member variable 'LineLayout::bracePreviousStyles' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wMain' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::stylesValid' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::palette' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::printMagnification' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::printColourMode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::printWrapState' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::cursorMode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::controlCharSymbol' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hasFocus' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hideSelection' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::inOverstrike' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::errorStatus' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::mouseDownCaptures' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::bufferedDraw' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::twoPhaseDraw' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xOffset' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xCaretMargin' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::horizontalScrollBarVisible' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::scrollWidth' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::verticalScrollBarVisible' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::endAtLastLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretSticky' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapSelMargin' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapSelPattern' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapIndentGuide' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapIndentGuideHighlight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lastClick' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lastClickTime' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::dwellDelay' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::ticksToDwell' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::dwelling' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::selectionType' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::ptMouseLast' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::inDragDrop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::dropWentOutside' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::posDrag' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::posDrop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lastXChosen' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lineAnchor' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::originalAnchorPos' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::currentPos' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::anchor' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::targetStart' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::targetEnd' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::searchFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::topLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::posTopLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lengthForEncode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::needUpdateUI' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::braces' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::bracesMatchStyle' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::highlightGuideColumn' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::theEdge' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::paintState' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::rcPaint' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::paintingAllText' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::modEventMask' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::selType' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::moveExtendsSelection' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xStartSelect' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xEndSelect' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::primarySelection' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretXPolicy' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretXSlop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretYPolicy' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretYSlop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::visiblePolicy' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::visibleSlop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::searchAnchor' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::recordingMacro' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::foldFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hsStart' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hsEnd' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapState' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::backgroundWrapEnabled' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapWidth' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::docLineLastWrapped' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::docLastLineToWrap' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapVisualFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapVisualFlagsLocation' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapVisualStartIndent' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::actualWrapVisualStartIndent' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::convertPastes' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pdoc' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::ctrlID' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wMain' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::stylesValid' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::palette' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::printMagnification' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::printColourMode' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::printWrapState' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::cursorMode' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::controlCharSymbol' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hasFocus' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hideSelection' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::inOverstrike' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::errorStatus' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::mouseDownCaptures' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::bufferedDraw' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::twoPhaseDraw' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xOffset' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xCaretMargin' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::horizontalScrollBarVisible' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::scrollWidth' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::verticalScrollBarVisible' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::endAtLastLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretSticky' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapSelMargin' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapSelPattern' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapIndentGuide' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapIndentGuideHighlight' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lastClick' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lastClickTime' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::dwellDelay' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::ticksToDwell' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::dwelling' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::selectionType' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::ptMouseLast' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::inDragDrop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::dropWentOutside' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::posDrag' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::posDrop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lastXChosen' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lineAnchor' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::originalAnchorPos' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::currentPos' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::anchor' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::targetStart' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::targetEnd' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::searchFlags' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::topLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::posTopLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lengthForEncode' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::needUpdateUI' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::braces' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::bracesMatchStyle' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::highlightGuideColumn' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::theEdge' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::paintState' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::rcPaint' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::paintingAllText' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::modEventMask' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::selType' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::moveExtendsSelection' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xStartSelect' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xEndSelect' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::primarySelection' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretXPolicy' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretXSlop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretYPolicy' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretYSlop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::visiblePolicy' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::visibleSlop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::searchAnchor' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::recordingMacro' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::foldFlags' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hsStart' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hsEnd' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapState' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::backgroundWrapEnabled' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapWidth' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::docLineLastWrapped' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::docLastLineToWrap' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapVisualFlags' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapVisualFlagsLocation' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapVisualStartIndent' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::actualWrapVisualStartIndent' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::convertPastes' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pdoc' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::ctrlID' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:575:18: warning: Member variable 'AutoLineLayout::ll' is not assigned a value in 'AutoLineLayout::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:38:14: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:22:3: performance: Variable 'fore' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:30:3: performance: Variable 'fore' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:42:6: style: Technically the member function 'XPM::GetId' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:43:6: style: Technically the member function 'XPM::GetHeight' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:44:6: style: Technically the member function 'XPM::GetWidth' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:85:6: style: Technically the member function 'LineLayout::LineStart' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:124:6: style: Technically the member function 'LineLayoutCache::GetLevel' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:343:6: style: Technically the member function 'Editor::LineFromLocation' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:717:13: note: Technically the member function 'Editor::LineFromLocation' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:343:6: note: Technically the member function 'Editor::LineFromLocation' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:353:6: style: Technically the member function 'Editor::CurrentPosition' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:943:13: note: Technically the member function 'Editor::CurrentPosition' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:353:6: note: Technically the member function 'Editor::CurrentPosition' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:354:7: style: Technically the member function 'Editor::SelectionEmpty' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:947:14: note: Technically the member function 'Editor::SelectionEmpty' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:354:7: note: Technically the member function 'Editor::SelectionEmpty' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:385:6: style: Technically the member function 'Editor::SubstituteMarkerIfEmpty' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:1686:13: note: Technically the member function 'Editor::SubstituteMarkerIfEmpty' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:385:6: note: Technically the member function 'Editor::SubstituteMarkerIfEmpty' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:390:18: style: Technically the member function 'Editor::SelectionBackground' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2153:25: note: Technically the member function 'Editor::SelectionBackground' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:390:18: note: Technically the member function 'Editor::SelectionBackground' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:393:7: performance: Technically the member function 'Editor::DrawWrapMarker' can be static. [functionStatic]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2183:14: note: Technically the member function 'Editor::DrawWrapMarker' can be static.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:393:7: note: Technically the member function 'Editor::DrawWrapMarker' can be static.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:470:6: style: Technically the member function 'Editor::GetWhitespaceVisible' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:4633:13: note: Technically the member function 'Editor::GetWhitespaceVisible' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:470:6: note: Technically the member function 'Editor::GetWhitespaceVisible' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:7: style: Technically the member function 'Editor::GetHotSpotRange' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:14: note: Technically the member function 'Editor::GetHotSpotRange' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:7: note: Technically the member function 'Editor::GetHotSpotRange' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:28:2: style: Class 'XPM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:29:2: style: Class 'XPM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:80:2: style: Class 'LineLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:550:2: style: Class 'AutoSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:572:1: warning: The class 'AutoLineLayout' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:449:7: style: The function 'NotifyModifyAttempt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:298:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:449:7: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:450:7: style: The function 'NotifySavePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:299:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:450:7: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:452:7: style: The function 'NotifyModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:300:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:452:7: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:453:7: style: The function 'NotifyDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:301:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:453:7: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:454:7: style: The function 'NotifyStyleNeeded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:302:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:454:7: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:38:17: warning: Possible null pointer dereference if the default parameter value is used: languageName_ [nullPointerDefaultArg]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:38:3: warning: The buffer 'name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:36:2: warning: Member variable 'ExternalLexerModule::externalLanguage' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:62:2: style: Class 'LexerLibrary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.cxx:129:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.cxx:130:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyMap.h:40:15: style: Technically the member function 'KeyMap::Find' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyMap.cxx:56:22: note: Technically the member function 'KeyMap::Find' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyMap.h:40:15: note: Technically the member function 'KeyMap::Find' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyWords.cxx:60:21: style: The scope of the variable 'emptyStr' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::styler' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::endPos' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::currentPos' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::atLineStart' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::atLineEnd' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::state' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::chPrev' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::ch' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::chNext' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:66:7: style: Technically the member function 'StyleContext::More' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:109:7: style: Technically the member function 'StyleContext::Match' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:112:7: style: Technically the member function 'StyleContext::Match' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:12:1: warning: The class 'StyleContext' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexBash.cxx:151:4: style: Class 'HereDocCls' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexBash.cxx:151:4: style: Class 'HereDocCls' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexFortran.cxx:271:7: style: The scope of the variable 'chNextNonBlank' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexGui4Cli.cxx:126:7: style: The scope of the variable 'noforward' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexHTML.cxx:1726:12: style: The scope of the variable 'keywordsVBS' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexHTML.cxx:629:26: style: Boolean variable 'tagOpened' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexHTML.cxx:630:26: style: Boolean variable 'tagClosing' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexInno.cxx:25:7: style: The scope of the variable 'chPrev' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMMIXAL.cxx:35:26: style: Same expression on both sides of '||'. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMSSQL.cxx:55:15: style: The scope of the variable 'kwGlobalVariables' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMetapost.cxx:118:10: style: The scope of the variable 'lineBuffer' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMetapost.cxx:119:15: style: The scope of the variable 'linePos' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexNsis.cxx:280:7: style: The scope of the variable 'cCurrChar' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOMS.cxx:113:12: style: Variable 'primaryKeywords' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOMS.cxx:129:15: style: Variable 'styleNext' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:35:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:248:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:279:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:302:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOthers.cxx:60:15: style: The scope of the variable 'wbl' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOthers.cxx:61:15: style: The scope of the variable 'wbo' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPB.cxx:68:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPS.cxx:292:9: style: The scope of the variable 'style' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:480:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:482:7: note: Found duplicate branches for 'if' and 'else'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:480:12: note: Found duplicate branches for 'if' and 'else'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:360:26: style: The scope of the variable 'moreback' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:361:26: style: The scope of the variable 'brace' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:362:26: style: The scope of the variable 'ch2' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:531:10: style: The scope of the variable 'bkch' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:138:4: style: Class 'HereDocCls' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:138:4: style: Class 'HereDocCls' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexRuby.cxx:1343:9: style: The scope of the variable 'style' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexRuby.cxx:599:3: warning: Member variable 'HereDocCls::Quote' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexRuby.cxx:599:3: warning: Member variable 'HereDocCls::Quoted' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:99:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:100:11: note: Found duplicate branches for 'if' and 'else'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:99:11: note: Found duplicate branches for 'if' and 'else'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:47:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexSpecman.cxx:212:6: style: The scope of the variable 'style' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTADS3.cxx:349:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTADS3.cxx:484:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTADS3.cxx:506:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTeX.cxx:119:10: style: The scope of the variable 'lineBuffer' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTeX.cxx:120:15: style: The scope of the variable 'linePos' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVHDL.cxx:245:9: style: The scope of the variable 'chPrev' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVHDL.cxx:246:9: style: The scope of the variable 'chNextNonBlank' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:218:25: style: Condition 'foldAtParenthese' is always true [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:166:27: note: Assignment 'foldAtParenthese=1', assigned value is 1
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:218:25: note: Condition 'foldAtParenthese' is always true
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:227:25: style: Condition 'foldAtBrace' is always true [knownConditionTrueFalse]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:165:22: note: Assignment 'foldAtBrace=1', assigned value is 1
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:227:25: note: Condition 'foldAtBrace' is always true
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.cxx:66:53: style: Function 'Draw' argument 2 names different: declaration 'rc' definition 'rcWhole'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:51:42: note: Function 'Draw' argument 2 names different: declaration 'rc' definition 'rcWhole'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.cxx:66:53: note: Function 'Draw' argument 2 names different: declaration 'rc' definition 'rcWhole'.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:704:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:703:32: note: outer condition: p
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:704:8: note: identical inner condition: p
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:730:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:729:32: note: outer condition: p
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:730:8: note: identical inner condition: p
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::bopat' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::eopat' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::tagstk' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::nfa' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::failure' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:35:6: style: Technically the member function 'RESearch::Substitute' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:751:15: note: Technically the member function 'RESearch::Substitute' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:35:6: note: Technically the member function 'RESearch::Substitute' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.cxx:176:35: style: Same expression on both sides of '&&'. [duplicateExpression]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::displayPopupMenu' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::popup' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::listType' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::listSelected' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::maxListWidth' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::performingStyle' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::displayPopupMenu' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::popup' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::listType' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::listSelected' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::maxListWidth' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::performingStyle' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.cxx:39:16: warning: Member variable 'ScintillaBase::performingStyle' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:58:15: style: The function 'Initialise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:323:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:58:15: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:59:15: style: The function 'Finalise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:324:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:59:15: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:61:15: style: The function 'RefreshColourPalette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:328:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:61:15: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:63:15: style: The function 'AddCharUTF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:413:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:63:15: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:65:15: style: The function 'CancelModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:461:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:65:15: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:66:14: style: The function 'KeyCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:466:14: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:66:14: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:85:15: style: The function 'ButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:498:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:85:15: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:87:15: style: The function 'NotifyStyleToNeeded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:434:15: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:87:15: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:90:17: style: The function 'WndProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:536:17: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:90:17: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::sizeZoomed' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::lineHeight' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::ascent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::descent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::externalLeading' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::aveCharWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::spaceWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::sizeZoomed' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::lineHeight' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::ascent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::descent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::externalLeading' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::aveCharWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::spaceWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::sizeZoomed' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::lineHeight' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::ascent' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::descent' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::externalLeading' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::aveCharWidth' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::spaceWidth' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ViewStyle.cxx:24:12: warning: Member variable 'FontNames::names' is not initialized in the constructor. [uninitMemberVar]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ViewStyle.h:40:1: warning: The class 'ViewStyle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.cxx:17:12: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.cxx:23:12: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:23:18: style: Technically the member function 'XPM::ColourFromCode' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.cxx:37:22: note: Technically the member function 'XPM::ColourFromCode' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:23:18: note: Technically the member function 'XPM::ColourFromCode' can be const.
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/blendshape.cpp:249:14: style: The scope of the variable 'pg' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/blendshape.cpp:311:14: style: The scope of the variable 'pg' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/blendshape.cpp:394:20: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/blendshape.cpp:327:19: style: Variable 'vertexIdx' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/mesh.cpp:1151:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/mesh.cpp:320:8: style: The scope of the variable 'startPoseId' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/mesh.cpp:1039:20: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/mesh.cpp:379:24: style: Unused variable: tracks [unusedVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/mesh.cpp:1346:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/mesh.cpp:1272:6: style: Exception should be caught by reference. [catchExceptionByValue]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:297:39: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:297:39: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:312:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:312:10: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:340:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:340:10: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:368:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:368:10: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:401:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:401:10: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:429:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:429:10: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:457:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/ogreExporter.cpp:457:10: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/skeleton.cpp:318:20: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/skeleton.cpp:582:31: style: Variable 'parentId' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/skeleton.cpp:586:30: style: Variable 'jointId' is assigned a value that is never used. [unreadVariable]
ogre-1.8-1.8.0+dfsg1/Tools/MayaExport/src/submesh.cpp:458:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.8-1.8.0+dfsg1/Tools/MeshUpgrader/src/main.cpp:436:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
ogre-1.8-1.8.0+dfsg1/Tools/MilkshapeExport/src/MilkshapePlugin.cpp:512:20: style: The scope of the variable 'vertIdx' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MilkshapeExport/src/MilkshapePlugin.cpp:1022:18: style: The scope of the variable 'frameTime' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/MilkshapeExport/src/MilkshapePlugin.cpp:1023:11: style: The scope of the variable 'realTime' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:483:59: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:483:59: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:488:9: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:488:9: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:489:9: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:489:9: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:490:9: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:490:9: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:493:29: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:493:29: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:494:18: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:494:18: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:495:21: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:495:21: note: Null pointer dereference
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:180:3: style: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:179:0: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:180:3: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:538:2: style: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:537:0: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:538:2: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:425:91: style: Function 'getIndex' argument 5 names different: declaration 'vertnr' definition 'index'. [funcArgNamesDifferent]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:48:88: note: Function 'getIndex' argument 5 names different: declaration 'vertnr' definition 'index'.
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/src/VRML2mesh.cpp:425:91: note: Function 'getIndex' argument 5 names different: declaration 'vertnr' definition 'index'.
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/vrmllib/src/nodes.cpp:49:2: style: Class 'node_creator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/vrmllib/src/nodes.cpp:50:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/vrmllib/src/nodes.cpp:41:16: note: Virtual function in base class
ogre-1.8-1.8.0+dfsg1/Tools/VRMLConverter/vrmllib/src/nodes.cpp:50:8: note: Function in derived class
ogre-1.8-1.8.0+dfsg1/Tools/XMLConverter/src/OgreXMLMeshSerializer.cpp:225:16: style: The scope of the variable 'numFaces' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:131:9: style: The scope of the variable 'btmp' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:217:9: style: The scope of the variable 'bone' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:218:9: style: The scope of the variable 'parent' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:281:22: style: The scope of the variable 'kf' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/XMLConverter/src/tinyxml.cpp:135:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/XMLConverter/src/tinyxml.cpp:156:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.8-1.8.0+dfsg1/Tools/XMLConverter/src/tinyxmlparser.cpp:483:9: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
ogre-1.8-1.8.0+dfsg1/Tools/XMLConverter/src/tinyxmlparser.cpp:447:34: note: outer condition: *(p+2)
ogre-1.8-1.8.0+dfsg1/Tools/XMLConverter/src/tinyxmlparser.cpp:483:9: note: opposite inner condition: !*(p+2)
ogre-1.8-1.8.0+dfsg1/Tools/XMLConverter/src/tinyxmlparser.cpp:179:21: style: Technically the member function 'TiXmlParsingData::Cursor' can be const. [functionConst]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:890:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:889:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:890:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:893:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:890:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:893:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:894:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:893:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:894:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:900:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:894:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:900:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:901:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:900:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:901:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:902:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:901:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:902:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:903:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:902:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:903:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:905:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:903:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:905:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:906:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:905:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:906:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:912:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:906:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:912:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:913:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:912:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:913:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:919:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:913:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:919:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:920:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:919:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:920:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:924:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:923:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:924:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:930:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:924:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:930:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:931:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:930:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:931:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:932:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:931:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:932:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:938:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:935:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:938:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:945:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:944:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:945:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:946:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:945:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:946:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSIExport.cpp:437:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.8-1.8.0+dfsg1/Tools/XSIExport/src/OgreXSISkeletonExporter.cpp:413:20: style: Variable 'numFrames' is assigned a value that is never used. [unreadVariable]
[12:30]

ftp://ftp.se.debian.org/debian/pool/main/o/ogre-1.9/ogre-1.9_1.9.0+dfsg1.orig.tar.xz
ogre-1.9.0/Components/Overlay/src/OgreOverlay.cpp:319:9: style: Variable 'orientationRotation' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Components/Overlay/src/OgreOverlay.cpp:316:0: note: Variable 'orientationRotation' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Components/Overlay/src/OgreOverlay.cpp:319:9: note: Variable 'orientationRotation' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Components/Overlay/src/OgreOverlayContainer.cpp:311:7: style: The scope of the variable 'currZ' can be reduced. [variableScope]
ogre-1.9.0/Components/Overlay/src/OgreOverlayManager.cpp:273:9: style: Variable 'orientationModeChanged' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Components/Overlay/src/OgreOverlayManager.cpp:271:0: note: Variable 'orientationModeChanged' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/Overlay/src/OgreOverlayManager.cpp:273:9: note: Variable 'orientationModeChanged' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/Overlay/src/OgreOverlayManager.cpp:314:3: style: Variable 'newElement' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Components/Overlay/src/OgreOverlayManager.cpp:313:0: note: Variable 'newElement' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/Overlay/src/OgreOverlayManager.cpp:314:3: note: Variable 'newElement' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/Overlay/src/OgreOverlayManager.cpp:194:8: style: The scope of the variable 'skipLine' can be reduced. [variableScope]
ogre-1.9.0/Components/Overlay/src/OgreOverlayManager.cpp:198:9: style: The scope of the variable 'isATemplate' can be reduced. [variableScope]
ogre-1.9.0/Components/Overlay/src/OgreOverlayProfileSessionListener.cpp:69:25: style: The scope of the variable 'element' can be reduced. [variableScope]
ogre-1.9.0/Components/Overlay/src/OgreTextAreaOverlayElement.cpp:189:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/Components/Overlay/src/OgreTextAreaOverlayElement.cpp:231:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/Components/Paging/src/OgreGrid3DPageStrategy.cpp:358:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.9.0/Components/Paging/src/OgreGrid3DPageStrategy.cpp:359:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.9.0/Components/Paging/src/OgreGrid3DPageStrategy.cpp:360:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:80:13: style: Variable 'invoc' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:70:0: note: Variable 'invoc' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:80:13: note: Variable 'invoc' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:387:21: style: Variable 'itOperand' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:383:0: note: Variable 'itOperand' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:387:21: note: Variable 'itOperand' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGLSLESProgramWriter.cpp:184:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGLSLProgramWriter.cpp:489:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:764:2: style: Variable 'srcTechnique' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:763:0: note: Variable 'srcTechnique' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:764:2: note: Variable 'srcTechnique' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1574:2: style: Variable 'customSubState' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1571:0: note: Variable 'customSubState' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1574:2: note: Variable 'customSubState' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderGenerator.cpp:1688:4: style: Variable 'mCustomRenderStates' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderParameter.cpp:196:4: performance: Variable 'autoType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderParameter.cpp:197:4: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderParameter.cpp:198:4: performance: Variable 'type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderProgram.cpp:66:17: style: Unused variable: it [unusedVariable]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:194:15: style: Variable 'mProgramWriterFactories' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp:222:15: style: Variable 'mDefaultProgramProcessors' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderProgramProcessor.cpp:732:23: style: The scope of the variable 'srcParamRefs' can be reduced. [variableScope]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:180:2: style: Variable 'vsMainFunc' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:173:0: note: Variable 'vsMainFunc' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:180:2: note: Variable 'vsMainFunc' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:183:2: style: Variable 'psMainFunc' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:174:0: note: Variable 'psMainFunc' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:183:2: note: Variable 'psMainFunc' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:277:5: style: Variable 'newSubRenderState' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:275:0: note: Variable 'newSubRenderState' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderRenderState.cpp:277:5: note: Variable 'newSubRenderState' is reassigned a value before the old one has been used.
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderScriptTranslator.cpp:184:21: style: The scope of the variable 'subRenderState' can be reduced. [variableScope]
ogre-1.9.0/Components/RTShaderSystem/src/OgreShaderSubRenderState.cpp:101:16: style: Unused variable: it [unusedVariable]
ogre-1.9.0/Components/Terrain/src/OgreTerrain.cpp:3015:17: style: Variable 'i' is not assigned a value. [unassignedVariable]
ogre-1.9.0/Components/Terrain/src/OgreTerrain.cpp:3016:5: error: Uninitialized variable: i [uninitvar]
ogre-1.9.0/Components/Terrain/src/OgreTerrainAutoUpdateLod.cpp:100:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
ogre-1.9.0/Components/Terrain/src/OgreTerrainMaterialGenerator.cpp:68:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/Components/Terrain/src/OgreTerrainQuadTreeNode.cpp:155:16: style: Variable 'mChildren' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/Terrain/src/OgreTerrainQuadTreeNode.cpp:162:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/Components/Volume/src/OgreVolumeChunk.cpp:261:29: style: Variable 'mChildren' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/Volume/src/OgreVolumeChunk.cpp:262:29: style: Variable 'mChildren' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/Volume/src/OgreVolumeChunk.cpp:263:29: style: Variable 'mChildren' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/Volume/src/OgreVolumeChunk.cpp:264:29: style: Variable 'mChildren' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/Volume/src/OgreVolumeChunk.cpp:265:29: style: Variable 'mChildren' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/Volume/src/OgreVolumeChunk.cpp:266:29: style: Variable 'mChildren' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/Volume/src/OgreVolumeChunk.cpp:267:29: style: Variable 'mChildren' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/Volume/src/OgreVolumeOctreeNode.cpp:89:29: style: Variable 'mChildren' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Components/Volume/src/OgreVolumeOctreeNodeSplitPolicy.cpp:70:9: style: Variable 'gradients' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/OgreMain/src/Android/JNI/OgreActivityJNI.cpp:215:5: style: Exception should be caught by reference. [catchExceptionByValue]
ogre-1.9.0/OgreMain/src/GLX/OgreConfigDialog.cpp:422:22: warning: Return value of function mConfigCallbackData.back() is not used. [ignoredReturnValue]
ogre-1.9.0/OgreMain/src/GLX/OgreConfigDialog.cpp:295:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/GLX/OgreConfigDialog.cpp:419:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/GLX/OgreConfigDialog.cpp:430:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/GLX/OgreConfigDialog.cpp:469:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreAnimationTrack.cpp:199:26: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreBillboardSet.cpp:121:26: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreCompositorChain.cpp:199:16: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreCompositorChain.cpp:445:16: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreCompositorInstance.cpp:263:2: style: Class 'RSSetSchemeOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/OgreMain/src/OgreCompositorInstance.cpp:288:2: style: Class 'RSRestoreSchemeOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/OgreMain/src/OgreControllerManager.cpp:96:26: style: Unused variable: ci [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreDDSCodec.cpp:688:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.9.0/OgreMain/src/OgreEntity.cpp:234:14: error: Uninitialized variable: i [uninitvar]
ogre-1.9.0/OgreMain/src/OgreEntity.cpp:245:14: error: Uninitialized variable: li [uninitvar]
ogre-1.9.0/OgreMain/src/OgreEntity.cpp:255:14: error: Uninitialized variable: si [uninitvar]
ogre-1.9.0/OgreMain/src/OgreFreeImageCodec.cpp:149:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreInstanceBatchVTF.cpp:225:45: style: Condition '!bTexUnitFound' is always true [knownConditionTrueFalse]
ogre-1.9.0/OgreMain/src/OgreInstanceBatchVTF.cpp:220:26: note: Assignment 'bTexUnitFound=false', assigned value is 0
ogre-1.9.0/OgreMain/src/OgreInstanceBatchVTF.cpp:225:45: note: Condition '!bTexUnitFound' is always true
ogre-1.9.0/OgreMain/src/OgreInstanceManager.cpp:314:11: style: Variable 'it' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/OgreMain/src/OgreInstanceManager.cpp:355:18: style: Unused variable: itor [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreInstanceManager.cpp:589:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreInstanceManager.cpp:309:19: error: Uninitialized variable: it [uninitvar]
ogre-1.9.0/OgreMain/src/OgreInstanceManager.cpp:310:7: error: Uninitialized variable: it [uninitvar]
ogre-1.9.0/OgreMain/src/OgreInstancedGeometry.cpp:808:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreInstancedGeometry.cpp:824:17: style: Unused variable: o [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreInstancedGeometry.cpp:1154:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreInstancedGeometry.cpp:1453:17: style: Unused variable: qi [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreInstancedGeometry.cpp:1568:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreLight.cpp:602:3: style: Class 'LightDiffuseColourValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/OgreMain/src/OgreLight.cpp:624:3: style: Class 'LightSpecularColourValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/OgreMain/src/OgreLight.cpp:646:3: style: Class 'LightAttenuationValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/OgreMain/src/OgreLight.cpp:668:3: style: Class 'LightSpotlightInnerValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/OgreMain/src/OgreLight.cpp:690:3: style: Class 'LightSpotlightOuterValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/OgreMain/src/OgreLight.cpp:712:3: style: Class 'LightSpotlightFalloffValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/OgreMain/src/OgreLight.cpp:397:56: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
ogre-1.9.0/OgreMain/src/OgreManualObject.cpp:70:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreManualObject.cpp:81:17: style: Unused variable: s [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreMath.cpp:971:3: style: Variable 'viewMatrix' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/OgreMain/src/OgreMath.cpp:970:3: note: Variable 'viewMatrix' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/OgreMain/src/OgreMath.cpp:971:3: note: Variable 'viewMatrix' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/OgreMain/src/OgreMesh.cpp:272:26: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreMesh.cpp:2165:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreMesh.cpp:2222:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreMeshSerializer.cpp:81:26: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreParticleSystem.cpp:442:19: style: The scope of the variable 'pParticle' can be reduced. [variableScope]
ogre-1.9.0/OgreMain/src/OgreParticleSystem.cpp:626:19: style: The scope of the variable 'pParticle' can be reduced. [variableScope]
ogre-1.9.0/OgreMain/src/OgreParticleSystem.cpp:1359:21: style: The scope of the variable 'emitter' can be reduced. [variableScope]
ogre-1.9.0/OgreMain/src/OgreParticleSystem.cpp:1398:33: style: The scope of the variable 'fee' can be reduced. [variableScope]
ogre-1.9.0/OgreMain/src/OgreParticleSystem.cpp:174:26: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreParticleSystem.cpp:75:3: style: Class 'ParticleSystemUpdateValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/OgreMain/src/OgrePass.cpp:434:26: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgrePass.cpp:826:26: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgrePass.cpp:1939:18: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgrePlatformInformation.cpp:413:9: style: The scope of the variable 'CPUString' can be reduced. [variableScope]
ogre-1.9.0/OgreMain/src/OgrePlatformInformation.cpp:414:9: style: The scope of the variable 'CPUBrandString' can be reduced. [variableScope]
ogre-1.9.0/OgreMain/src/OgrePose.cpp:159:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogre-1.9.0/OgreMain/src/OgreProfiler.cpp:123:32: style: Variable 'instance' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/OgreMain/src/OgreProgressiveMeshGenerator.cpp:992:36: error: Object pointed by an 'auto_ptr' is destroyed using operator 'delete'. You should not use 'auto_ptr' for pointers obtained with operator 'new[]'. [useAutoPointerArray]
ogre-1.9.0/OgreMain/src/OgreQueuedProgressiveMeshGenerator.cpp:67:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreQueuedProgressiveMeshGenerator.cpp:72:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreQueuedProgressiveMeshGenerator.cpp:355:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreQueuedProgressiveMeshGenerator.cpp:244:36: error: Object pointed by an 'auto_ptr' is destroyed using operator 'delete'. You should not use 'auto_ptr' for pointers obtained with operator 'new[]'. [useAutoPointerArray]
ogre-1.9.0/OgreMain/src/OgreRenderQueueInvocation.cpp:100:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreRenderSystem.cpp:253:28: style: Variable 'rt' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/OgreMain/src/OgreRoot.cpp:805:121: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreRoot.cpp:809:117: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreScriptCompiler.cpp:824:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreScriptCompiler.cpp:1322:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreScriptCompiler.cpp:1387:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreScriptLexer.cpp:45:15: style: The scope of the variable 'lastc' can be reduced. [variableScope]
ogre-1.9.0/OgreMain/src/OgreScriptLexer.cpp:207:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreScriptParser.cpp:292:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/OgreScriptTranslator.cpp:307:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ogre-1.9.0/OgreMain/src/OgreScriptTranslator.cpp:305:11: note: outer condition: i!=end
ogre-1.9.0/OgreMain/src/OgreScriptTranslator.cpp:307:9: note: identical inner condition: i!=end
ogre-1.9.0/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:76:7: style: Condition 'incrPrecision' is always false [knownConditionTrueFalse]
ogre-1.9.0/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:65:24: note: Assignment 'incrPrecision=false', assigned value is 0
ogre-1.9.0/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:76:7: note: Condition 'incrPrecision' is always false
ogre-1.9.0/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:82:6: warning: Possible null pointer dereference: backmat [nullPointer]
ogre-1.9.0/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:73:27: note: Assignment 'backmat=NULL', assigned value is 0
ogre-1.9.0/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp:82:6: note: Null pointer dereference
ogre-1.9.0/OgreMain/src/OgreSkeleton.cpp:102:26: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreSkeletonInstance.cpp:166:0: style: Variable 'tagPoint' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/OgreMain/src/OgreSkeletonInstance.cpp:176:0: style: Variable 'tagPoint' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/OgreMain/src/OgreStaticGeometry.cpp:595:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreStaticGeometry.cpp:609:17: style: Unused variable: o [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreStaticGeometry.cpp:732:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreStaticGeometry.cpp:1040:17: style: Unused variable: s [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreStaticGeometry.cpp:1053:17: style: Unused variable: qi [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreStaticGeometry.cpp:1267:17: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreSubMesh.cpp:220:17: style: Unused variable: lodi [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreTechnique.cpp:1263:26: style: Unused variable: i [unusedVariable]
ogre-1.9.0/OgreMain/src/OgreVertexIndexData.cpp:203:28: style: The scope of the variable 'pBaseDestRem' can be reduced. [variableScope]
ogre-1.9.0/OgreMain/src/OgreVertexIndexData.cpp:779:15: performance: Technically the member function 'Ogre::Triangle::sharesEdge' can be static. [functionStatic]
ogre-1.9.0/OgreMain/src/OgreVertexIndexData.cpp:756:3: style: Class 'Triangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/OgreMain/src/OgreVertexIndexData.cpp:738:2: warning: The class 'Triangle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ogre-1.9.0/OgreMain/src/Threading/OgreDefaultWorkQueueTBB.cpp:40:3: style: Struct 'RegisterRSWorker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/OgreMain/src/WIN32/OgreConfigDialog.cpp:73:21: style: The scope of the variable 'savedSel' can be reduced. [variableScope]
ogre-1.9.0/OgreMain/src/WIN32/OgreConfigDialog.cpp:311:17: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/OgreMain/src/gtk/OgreConfigDialog.cpp:87:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/gtk/OgreConfigDialog.cpp:134:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/gtk/OgreConfigDialog.cpp:161:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/gtk/OgreConfigDialog.cpp:257:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3351:35: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3395:33: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3753:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3846:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3929:17: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3943:15: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3955:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3956:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3980:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3992:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4002:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4030:64: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4099:59: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4136:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4978:59: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4988:37: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4990:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5007:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5008:37: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3997:7: style: Variable 'br' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3994:0: note: Variable 'br' is reassigned a value before the old one has been used.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3997:7: note: Variable 'br' is reassigned a value before the old one has been used.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3998:7: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3995:0: note: Variable 'end' is reassigned a value before the old one has been used.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3998:7: note: Variable 'end' is reassigned a value before the old one has been used.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4233:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4233:27: note: Opposite expression on both sides of '&'.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4233:27: note: Opposite expression on both sides of '&'.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4275:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4275:23: note: Opposite expression on both sides of '&'.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4275:23: note: Opposite expression on both sides of '&'.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4369:31: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4951:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5093:31: style: Opposite expression on both sides of '&'. [oppositeExpression]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5093:31: note: Opposite expression on both sides of '&'.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5093:31: note: Opposite expression on both sides of '&'.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5412:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.9.0/OgreMain/src/nedmalloc/nedmalloc.c:145:24: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3820:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:3875:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4117:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4260:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4353:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5182:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5257:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/OgreMain/src/nedmalloc/nedmalloc.c:485:8: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4489:13: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
ogre-1.9.0/OgreMain/src/nedmalloc/nedmalloc.c:328:16: style: The scope of the variable 'tc' can be reduced. [variableScope]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5293:40: style: Function 'mspace_realloc' argument 2 names different: declaration 'mem' definition 'oldmem'. [funcArgNamesDifferent]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:1190:40: note: Function 'mspace_realloc' argument 2 names different: declaration 'mem' definition 'oldmem'.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5293:40: note: Function 'mspace_realloc' argument 2 names different: declaration 'mem' definition 'oldmem'.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5293:55: style: Function 'mspace_realloc' argument 3 names different: declaration 'newsize' definition 'bytes'. [funcArgNamesDifferent]
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:1190:52: note: Function 'mspace_realloc' argument 3 names different: declaration 'newsize' definition 'bytes'.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:5293:55: note: Function 'mspace_realloc' argument 3 names different: declaration 'newsize' definition 'bytes'.
ogre-1.9.0/OgreMain/src/nedmalloc/malloc.c.h:4160:13: style: Variable 'extra' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/OgreMain/src/nedmalloc/nedmalloc.c:418:4: style: Variable 'idx' is modified but its new value is never used. [unreadVariable]
ogre-1.9.0/OgreMain/src/nedmalloc/nedmalloc.c:596:13: style: Array index 'end' is used before limits check. [arrayIndexThenCheck]
ogre-1.9.0/OgreMain/src/nedmalloc/nedmalloc.c:938:41: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ogre-1.9.0/PlugIns/BSPSceneManager/src/OgreBspLevel.cpp:675:39: style: The scope of the variable 'realBrushIdx' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2344:3: style: Variable 'ogreTextureAddressingMode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2343:0: note: Variable 'ogreTextureAddressingMode' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2344:3: note: Variable 'ogreTextureAddressingMode' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2693:16: style: Variable 'mCgStateListenerVector' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp:2698:16: style: Variable 'mCgSamplerStateListenerVector' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/PlugIns/CgProgramManager/src/OgreCgProgram.cpp:394:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/CgProgramManager/src/OgreCgProgram.cpp:892:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/EXRCodec/src/OgreEXRCodec.cpp:99:2: error: Mismatching allocation and deallocation: data [mismatchAllocDealloc]
ogre-1.9.0/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:500:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:826:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:877:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:928:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/OctreeZone/src/OgreOctreeZone.cpp:980:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:448:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:767:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:861:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:956:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp:1052:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:511:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:513:8: style: The scope of the variable 'visible' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:72:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:113:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:149:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:177:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:257:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:298:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:330:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:356:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:407:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:463:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:537:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:621:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp:638:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZLight.cpp:170:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:68:12: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:97:12: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:298:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:313:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:382:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:465:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:480:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:566:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:582:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:600:18: style: The scope of the variable 'pczsn' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:811:12: style: The scope of the variable 'newHomeZone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:891:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:906:18: style: The scope of the variable 'pczsn' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1142:12: style: The scope of the variable 'portal' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1259:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1283:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1307:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1330:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1370:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:72:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:101:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:70:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:99:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:179:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:250:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:383:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:466:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:481:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:892:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1138:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1145:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1173:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1260:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1284:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1308:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1331:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1371:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp:1460:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneNode.cpp:84:13: style: The scope of the variable 'zoneData' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneNode.cpp:177:12: style: The scope of the variable 'zone' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZSceneNode.cpp:89:15: style: Variable 'zoneData' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZone.cpp:76:11: style: The scope of the variable 'portal2' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePCZone.cpp:79:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/PCZSceneManager/src/OgrePortalBase.cpp:533:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/PlugIns/ParticleFX/src/OgreDeflectorPlaneAffector.cpp:77:19: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.9.0/PlugIns/ParticleFX/src/OgreLinearForceAffector.cpp:72:19: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11Driver.cpp:104:3: error: Mismatching allocation and deallocation: str [mismatchAllocDealloc]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11HLSLProgram.cpp:72:10: style: The scope of the variable 'startPosOfVarOrgNameInSource' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11HLSLProgram.cpp:1941:33: style: Variable 'def' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11HLSLProgram.cpp:106:9: style: Class 'HLSLIncludeHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11MultiRenderTarget.cpp:132:11: warning: Size of pointer 'pRTView' used instead of size of its data. [pointerSize]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:363:17: style: The scope of the variable 'optVideoMode' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:365:19: style: The scope of the variable 'videoMode' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:515:11: style: The scope of the variable 'bOK' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp:2221:3: warning: Member variable 'D3D11RenderOperationState::mTextures' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11RenderWindow.cpp:1100:8: style: The scope of the variable 'isOpaque' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11RenderWindow.cpp:1108:16: style: Variable 'isOpaque' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11VideoMode.cpp:49:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11VideoModeList.cpp:82:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11VideoModeList.cpp:75:17: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11VideoModeList.cpp:82:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D11/src/OgreD3D11VideoModeList.cpp:118:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp:964:3: style: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp:961:0: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp:964:3: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp:207:68: style: Variable 'renderSystem' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9DeviceManager.cpp:432:3: style: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9DeviceManager.cpp:428:0: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9DeviceManager.cpp:432:3: note: Variable 'hRenderWindowMonitor' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9HLSLProgram.cpp:344:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9HLSLProgram.cpp:396:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9HardwarePixelBuffer.cpp:535:33: style: Variable 'tryGetRenderTargetData' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:387:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:393:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:409:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:415:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:431:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp:437:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:858:4: style: Variable 'curWindow' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:856:0: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:858:4: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2678:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2677:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2678:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2684:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2683:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2684:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2685:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2684:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2685:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2687:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2685:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2687:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2688:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2687:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2688:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2689:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2688:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2689:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2690:4: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2689:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2690:4: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:1118:66: style: Same expression on both sides of '||'. [duplicateExpression]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:333:17: style: The scope of the variable 'optVideoMode' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:335:18: style: The scope of the variable 'videoMode' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:523:10: style: The scope of the variable 'bOK' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2498:15: style: The scope of the variable 'lasta2c' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2553:14: style: Variable 'lasta2c' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2990:13: style: Variable 'itor' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:3033:13: style: Variable 'itor' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:3223:67: style: Variable 'd3dContext' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:2988:25: error: Uninitialized variable: itor [uninitvar]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp:3031:25: error: Uninitialized variable: itor [uninitvar]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9Texture.cpp:1717:28: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9VideoMode.cpp:41:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9VideoModeList.cpp:67:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/Direct3D9/src/OgreD3D9VideoModeList.cpp:98:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GL/src/GLSL/src/OgreGLSLLinkProgram.cpp:592:4: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/RenderSystems/GL/src/GLSL/src/OgreGLSLLinkProgram.cpp:589:0: note: Variable 'msg' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL/src/GLSL/src/OgreGLSLLinkProgram.cpp:592:4: note: Variable 'msg' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL/src/GLSL/src/OgreGLSLLinkProgram.cpp:595:4: error: Mismatching allocation and deallocation: msg [mismatchAllocDealloc]
ogre-1.9.0/RenderSystems/GL/src/GLSL/src/OgreGLSLPreprocessor.cpp:714:17: style: Variable 'm->Expanding' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/RenderSystems/GL/src/GLSL/src/OgreGLSLPreprocessor.cpp:712:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL/src/GLSL/src/OgreGLSLPreprocessor.cpp:714:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:656:7: style: The scope of the variable 'config' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:202:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:240:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:281:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:610:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:634:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GL/src/GLX/OgreGLXGLSupport.cpp:596:3: style: Class 'FBConfigAttribs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:61:14: style: The scope of the variable 'hasDepthBuffer' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:64:13: style: The scope of the variable 'left' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:65:13: style: The scope of the variable 'top' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:102:34: style: Variable 'hasDepthBuffer' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:84:24: style: Variable 'left' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXCarbonWindow.cpp:87:23: style: Variable 'top' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:200:9: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:197:0: note: Variable 'value' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:200:9: note: Variable 'value' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:372:9: style: Variable 'cgErr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:369:0: note: Variable 'cgErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/GL/src/OSX/OgreOSXWindow.cpp:372:9: note: Variable 'cgErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/GL/src/OgreGLATIFSInit.cpp:94:32: warning: Identical condition 'glAlphaFragmentOp2ATI_ptr==NULL', second condition is always false [identicalConditionAfterEarlyExit]
ogre-1.9.0/RenderSystems/GL/src/OgreGLATIFSInit.cpp:92:32: note: first condition
ogre-1.9.0/RenderSystems/GL/src/OgreGLATIFSInit.cpp:94:32: note: second condition
ogre-1.9.0/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:60:36: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:199:34: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:208:42: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:243:37: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp:266:36: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GL/src/OgreGLRenderSystem.cpp:2961:19: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/RenderSystems/GL/src/OgreGLRenderSystem.cpp:3716:27: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/RenderSystems/GL/src/OgreGLRenderSystem.cpp:1036:4: style: Variable 'curWindow' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/RenderSystems/GL/src/OgreGLRenderSystem.cpp:1034:0: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL/src/OgreGLRenderSystem.cpp:1036:4: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL/src/OgreGLRenderSystem.cpp:3835:47: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogre-1.9.0/RenderSystems/GL/src/SDL/OgreSDLGLSupport.cpp:114:0: style: Variable 'fsaa_x_samples' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL/src/SDL/OgreSDLGLSupport.cpp:130:42: style: Variable 'videoInfo' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL/src/StateCacheManager/OgreGLNullStateCacheManagerImp.cpp:333:72: style: Function 'setBlendEquation' argument 2 names different: declaration 'eqA' definition 'eqAlpha'. [funcArgNamesDifferent]
ogre-1.9.0/RenderSystems/GL/src/StateCacheManager/OgreGLNullStateCacheManagerImp.h:124:52: note: Function 'setBlendEquation' argument 2 names different: declaration 'eqA' definition 'eqAlpha'.
ogre-1.9.0/RenderSystems/GL/src/StateCacheManager/OgreGLNullStateCacheManagerImp.cpp:333:72: note: Function 'setBlendEquation' argument 2 names different: declaration 'eqA' definition 'eqAlpha'.
ogre-1.9.0/RenderSystems/GL/src/Win32/OgreWin32GLSupport.cpp:377:8: style: The scope of the variable 'monitorIndex' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL/src/Win32/OgreWin32GLSupport.cpp:699:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL/src/Win32/OgreWin32Window.cpp:306:19: style: Variable 'screenw' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL/src/Win32/OgreWin32Window.cpp:307:19: style: Variable 'screenh' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL/src/atifs/src/Compiler2Pass.cpp:218:6: style: The scope of the variable 'tokenlength' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL/src/atifs/src/ps_1_4.cpp:1289:2: style: Variable 'passed' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/RenderSystems/GL/src/atifs/src/ps_1_4.cpp:1285:0: note: Variable 'passed' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL/src/atifs/src/ps_1_4.cpp:1289:2: note: Variable 'passed' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL/src/gtk/OgreGTKGLSupport.cpp:216:16: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
_ps1.0_lexer.cpp:1105:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ps1.0_grammar.y:97:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
_rc1.0_lexer.cpp:1882:54: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
_rc1.0_lexer.cpp:293:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_rc1.0_lexer.cpp:1882:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
rc1.0_grammar.y:151:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
_ts1.0_lexer.cpp:1630:54: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
_ts1.0_lexer.cpp:293:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_ts1.0_lexer.cpp:1630:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_ts1.0_lexer.cpp:1555:4: style: Variable 'num_to_read' is assigned a value that is never used. [unreadVariable]
ts1.0_grammar.y:292:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
vs1.0_tokens.l:2314:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
vs1.0_tokens.l:527:20: warning: Either the condition 'endQuote==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
vs1.0_tokens.l:528:16: note: Assuming that condition 'endQuote==NULL' is not redundant
vs1.0_tokens.l:527:20: note: Null pointer subtraction
vs1.0_tokens.l:1917:2: style: Variable 'checkStr' is reassigned a value before the old one has been used. [redundantAssignment]
vs1.0_tokens.l:1913:2: note: Variable 'checkStr' is reassigned a value before the old one has been used.
vs1.0_tokens.l:1917:2: note: Variable 'checkStr' is reassigned a value before the old one has been used.
vs1.0_tokens.l:604:15: style: The scope of the variable 'keepSize' can be reduced. [variableScope]
vs1.0_tokens.l:1589:8: style: The scope of the variable 'macroText' can be reduced. [variableScope]
vs1.0_tokens.l:1760:8: style: The scope of the variable 'tPtr' can be reduced. [variableScope]
vs1.0_tokens.l:1818:15: style: The scope of the variable 'sLen' can be reduced. [variableScope]
vs1.0_tokens.l:1967:15: style: The scope of the variable 'sLen' can be reduced. [variableScope]
vs1.0_tokens.l:2499:8: style: The scope of the variable 'curFileName' can be reduced. [variableScope]
vs1.0_tokens.l:2500:8: style: The scope of the variable 'macroFileName' can be reduced. [variableScope]
vs1.0_tokens.l:2501:7: style: The scope of the variable 'tempStr' can be reduced. [variableScope]
vs1.0_tokens.l:2502:8: style: The scope of the variable 'macroText' can be reduced. [variableScope]
_vs1.0_lexer.cpp:3213:54: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
_vs1.0_lexer.cpp:297:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
_vs1.0_lexer.cpp:3213:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
vs1.0_tokens.l:1705:30: style: Function 'FindNMacro' argument 1 names different: declaration 'macroName' definition 'findName'. [funcArgNamesDifferent]
vs1.0_tokens.l:140:30: note: Function 'FindNMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
vs1.0_tokens.l:1705:30: note: Function 'FindNMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
vs1.0_tokens.l:1733:29: style: Function 'FindMacro' argument 1 names different: declaration 'macroName' definition 'findName'. [funcArgNamesDifferent]
vs1.0_tokens.l:139:29: note: Function 'FindMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
vs1.0_tokens.l:1733:29: note: Function 'FindMacro' argument 1 names different: declaration 'macroName' definition 'findName'.
_vs1.0_lexer.cpp:3139:4: style: Variable 'num_to_read' is assigned a value that is never used. [unreadVariable]
vs1.0_tokens.l:2915:0: error: Memory leak: buf [memleak]
vs1.0_grammar.y:156:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ogre-1.9.0/RenderSystems/GL/src/nvparse/nvparse_errors.h:19:17: style: Technically the member function 'nvparse_errors::get_num_errors' can be const. [functionConst]
ogre-1.9.0/RenderSystems/GL/src/nvparse/nvparse.cpp:191:36: style: Function 'nvparse_print_errors' argument 1 names different: declaration 'fp' definition 'errfp'. [funcArgNamesDifferent]
ogre-1.9.0/RenderSystems/GL/src/nvparse/nvparse.h:16:35: note: Function 'nvparse_print_errors' argument 1 names different: declaration 'fp' definition 'errfp'.
ogre-1.9.0/RenderSystems/GL/src/nvparse/nvparse.cpp:191:36: note: Function 'nvparse_print_errors' argument 1 names different: declaration 'fp' definition 'errfp'.
ogre-1.9.0/RenderSystems/GL/src/nvparse/ps1.0__test_main.cpp:125:42: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:923:42: warning: Either the condition 'if(b)' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
ogre-1.9.0/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:929:4: note: Assuming that condition 'if(b)' is not redundant
ogre-1.9.0/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:923:42: note: Null pointer dereference
ogre-1.9.0/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:924:15: warning: Either the condition 'if(b)' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
ogre-1.9.0/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:929:4: note: Assuming that condition 'if(b)' is not redundant
ogre-1.9.0/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:924:15: note: Null pointer dereference
ogre-1.9.0/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:154:8: style: Technically the member function '::set_constants::operator()' can be const. [functionConst]
ogre-1.9.0/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:202:3: style: Struct 'set_texture_shaders' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:412:25: performance: Function parameter 's' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/ps1.0_program.cpp:462:14: performance: Function parameter 's' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: style: Condition 'rcinit==false' is always true [knownConditionTrueFalse]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:35:16: note: Assignment 'rcinit=false', assigned value is 0
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: note: Condition 'rcinit==false' is always true
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: style: Condition 'rc2init==false' is always true [knownConditionTrueFalse]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:53:17: note: Assignment 'rc2init=false', assigned value is 0
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: note: Condition 'rc2init==false' is always true
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: style: Same expression on both sides of '==' because the value of 'rcinit' and 'false' are the same. [duplicateExpression]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:35:16: note: 'rcinit' is assigned value 'false' here.
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:36:12: note: Same expression on both sides of '==' because the value of 'rcinit' and 'false' are the same.
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: style: Same expression on both sides of '==' because the value of 'rc2init' and 'false' are the same. [duplicateExpression]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:53:17: note: 'rc2init' is assigned value 'false' here.
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:54:13: note: Same expression on both sides of '==' because the value of 'rc2init' and 'false' are the same.
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:47:13: style: Variable 'rcinit' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp:59:13: style: Variable 'rc2init' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:86:1: style: The class 'GeneralCombinersStruct' does not have a constructor although it has private member variables. [noConstructor]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:7:1: style: The class 'CombinersStruct' does not have a constructor although it has private member variables. [noConstructor]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:17:25: performance: Function parameter '_reg' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:25:34: performance: Function parameter '_reg0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:25:62: performance: Function parameter '_reg1' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:25:90: performance: Function parameter '_reg2' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:27:34: performance: Function parameter '_reg0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:36:21: performance: Function parameter '_op0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:36:36: performance: Function parameter '_op1' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:36:51: performance: Function parameter '_op2' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:37:21: performance: Function parameter '_op0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:37:36: performance: Function parameter '_op1' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:38:21: performance: Function parameter '_op0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:49:51: performance: Function parameter '_gf' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:65: performance: Function parameter '_portion1' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:93: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:62:116: performance: Function parameter '_cc1' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:64:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:64:65: performance: Function parameter '_portion1' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:64:93: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:66:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:66:65: performance: Function parameter '_portion1' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:69:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:69:61: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:69:84: performance: Function parameter '_cc1' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:71:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:71:61: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:73:33: performance: Function parameter '_portion0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:89:34: performance: Function parameter '_gc' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:8:33: performance: Function parameter '_g' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:33: performance: Function parameter '_a' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:58: performance: Function parameter '_b' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:83: performance: Function parameter '_c' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:15:108: performance: Function parameter '_d' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:26:33: performance: Function parameter '_e' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:26:58: performance: Function parameter '_f' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:34:35: performance: Function parameter '_rgb' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:34:66: performance: Function parameter '_alpha' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:34:105: performance: Function parameter '_product' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:36:35: performance: Function parameter '_rgb' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_final.h:36:66: performance: Function parameter '_alpha' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:35: performance: Function parameter '_gcs' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:61: performance: Function parameter '_fc' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:83: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:9:106: performance: Function parameter '_cc1' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:11:35: performance: Function parameter '_gcs' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:11:61: performance: Function parameter '_fc' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:11:83: performance: Function parameter '_cc0' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:13:35: performance: Function parameter '_gcs' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_combiners.h:13:61: performance: Function parameter '_fc' should be passed by const reference. [passedByValue]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.cpp:6:72: style: Function 'Validate' argument 2 names different: declaration 'cc' definition 'pcc'. [funcArgNamesDifferent]
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.h:98:49: note: Function 'Validate' argument 2 names different: declaration 'cc' definition 'pcc'.
ogre-1.9.0/RenderSystems/GL/src/nvparse/rc1.0_general.cpp:6:72: note: Function 'Validate' argument 2 names different: declaration 'cc' definition 'pcc'.
ogre-1.9.0/RenderSystems/GL/src/nvparse/ts1.0_inst_list.h:10:6: style: Technically the member function 'InstList::Size' can be const. [functionConst]
ogre-1.9.0/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:25:15: note: Technically the member function 'InstList::Size' can be const.
ogre-1.9.0/RenderSystems/GL/src/nvparse/ts1.0_inst_list.h:10:6: note: Technically the member function 'InstList::Size' can be const.
ogre-1.9.0/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:17:2: style: Class 'InstList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.9.0/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:17:2: style: Class 'InstList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.9.0/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp:35:3: error: Common realloc mistake: 'list' nulled but not freed upon failure [memleakOnRealloc]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:101:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:116:27: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:128:28: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp:253:0: error: Memory leak: tmpstring [memleak]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:170:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:181:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:231:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:242:11: warning: Member variable 'VS10Inst::src' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:196:5: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:257:2: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:268:2: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:279:2: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.h:57:9: style: Technically the member function 'VS10Reg::ValidateIndex' can be const. [functionConst]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp:55:14: note: Technically the member function 'VS10Reg::ValidateIndex' can be const.
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.h:57:9: note: Technically the member function 'VS10Reg::ValidateIndex' can be const.
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst.h:64:2: style: Class 'VS10Inst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst_list.h:15:6: style: Technically the member function 'VS10InstList::Size' can be const. [functionConst]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst_list.cpp:35:19: note: Technically the member function 'VS10InstList::Size' can be const.
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst_list.h:15:6: note: Technically the member function 'VS10InstList::Size' can be const.
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst_list.cpp:27:5: style: Class 'VS10InstList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.9.0/RenderSystems/GL/src/nvparse/vs1.0_inst_list.cpp:27:5: style: Class 'VS10InstList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLPreprocessor.cpp:713:17: style: Variable 'm->Expanding' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLPreprocessor.cpp:711:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLPreprocessor.cpp:713:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLProgramPipeline.cpp:250:36: style: The scope of the variable 'vertParams' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLProgramPipeline.cpp:251:36: style: The scope of the variable 'fragParams' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLProgramPipeline.cpp:252:36: style: The scope of the variable 'geomParams' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLProgramPipeline.cpp:253:36: style: The scope of the variable 'hullParams' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLProgramPipeline.cpp:254:36: style: The scope of the variable 'domainParams' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLProgramPipeline.cpp:255:36: style: The scope of the variable 'computeParams' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLX/OgreGLXGLSupport.cpp:620:7: style: The scope of the variable 'config' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLX/OgreGLXGLSupport.cpp:207:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLX/OgreGLXGLSupport.cpp:231:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLX/OgreGLXGLSupport.cpp:269:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLX/OgreGLXGLSupport.cpp:574:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLX/OgreGLXGLSupport.cpp:598:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GL3Plus/src/GLX/OgreGLXGLSupport.cpp:560:3: style: Class 'FBConfigAttribs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareBufferManager.cpp:59:47: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareBufferManager.cpp:216:48: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareBufferManager.cpp:225:62: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareBufferManager.cpp:257:51: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareBufferManager.cpp:278:56: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareIndexBuffer.cpp:98:7: style: Condition '!retPtr' is always true [knownConditionTrueFalse]
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareIndexBuffer.cpp:74:24: note: Assignment 'retPtr=0', assigned value is 0
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareIndexBuffer.cpp:98:7: note: Condition '!retPtr' is always true
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareVertexBuffer.cpp:85:13: style: Condition '!retPtr' is always true [knownConditionTrueFalse]
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareVertexBuffer.cpp:83:24: note: Assignment 'retPtr=0', assigned value is 0
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareVertexBuffer.cpp:85:13: note: Condition '!retPtr' is always true
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusRenderSystem.cpp:603:4: style: Variable 'curWindow' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusRenderSystem.cpp:601:0: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusRenderSystem.cpp:603:4: note: Variable 'curWindow' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusRenderSystem.cpp:853:9: style: The scope of the variable 'val' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusRenderSystem.cpp:2671:15: style: The scope of the variable 'pBufferData' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL3Plus/src/OgreGL3PlusRenderSystem.cpp:871:4: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL3Plus/src/SDL/OgreSDLGLSupport.cpp:114:0: style: Variable 'fsaa_x_samples' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL3Plus/src/SDL/OgreSDLGLSupport.cpp:130:42: style: Variable 'videoInfo' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL3Plus/src/gtk/OgreGTKGLSupport.cpp:216:16: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL3Plus/src/win32/OgreWin32GLSupport.cpp:373:8: style: The scope of the variable 'monitorIndex' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GL3Plus/src/win32/OgreWin32GLSupport.cpp:682:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL3Plus/src/win32/OgreWin32Window.cpp:306:19: style: Variable 'screenw' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GL3Plus/src/win32/OgreWin32Window.cpp:307:19: style: Variable 'screenh' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/EGL/Android/OgreAndroidEGLWindow.cpp:152:17: style: The scope of the variable 'ctxHandle' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES/src/EGL/Android/OgreAndroidEGLWindow.cpp:156:29: style: Variable 'ctxHandle' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:100:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:115:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:144:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:316:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:343:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GLES/src/EGL/OgreEGLSupport.cpp:302:13: style: Class 'GLConfigAttribs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/RenderSystems/GLES/src/EGL/OgreEGLWindow.cpp:261:15: style: The scope of the variable 'frequency' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLSupport.cpp:118:7: style: The scope of the variable 'newSize' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLSupport.cpp:133:16: style: Variable 'newSize' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: note: Condition 'monitorIndex!=-1' is always false
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: note: Condition 'monitorIndex!=-1' is always false
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: note: Condition 'monitorIndex!=-1' is always false
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:96:8: style: The scope of the variable 'outerSize' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:7: style: The scope of the variable 'monitorIndex' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:307:13: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:309:14: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:94:16: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:97:18: style: Variable 'hwGamma' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:192:19: style: Variable 'screenw' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:193:19: style: Variable 'screenh' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:356:25: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/EGL/WIN32/OgreWin32EGLWindow.cpp:351:25: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/EGL/X11/OgreX11EGLSupport.cpp:305:9: style: Variable 'vi' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/RenderSystems/GLES/src/EGL/X11/OgreX11EGLSupport.cpp:304:9: note: Variable 'vi' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GLES/src/EGL/X11/OgreX11EGLSupport.cpp:305:9: note: Variable 'vi' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GLES/src/EGL/X11/OgreX11EGLWindow.cpp:438:13: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES/src/EGL/X11/OgreX11EGLWindow.cpp:440:14: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES/src/EGL/X11/OgreX11EGLWindow.cpp:487:25: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/EGL/X11/OgreX11EGLWindow.cpp:482:25: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:56:44: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:170:45: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:179:59: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:211:48: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESHardwareBufferManager.cpp:232:53: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESHardwarePixelBuffer.cpp:536:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESHardwarePixelBuffer.cpp:545:13: note: Found duplicate branches for 'if' and 'else'.
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESHardwarePixelBuffer.cpp:536:13: note: Found duplicate branches for 'if' and 'else'.
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESPBRenderTexture.cpp:91:25: style: Variable 'mPBuffers' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESPBRenderTexture.cpp:135:17: style: Variable 'mPBuffers' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESPBRenderTexture.cpp:153:13: style: Variable 'mPBuffers' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:2194:31: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:2306:31: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/RenderSystems/GLES/src/OgreGLESRenderSystem.cpp:2246:55: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/Android/OgreAndroidEGLWindow.cpp:152:17: style: The scope of the variable 'ctxHandle' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/Android/OgreAndroidEGLWindow.cpp:254:13: style: The scope of the variable 'minAttribs' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/Android/OgreAndroidEGLWindow.cpp:261:13: style: The scope of the variable 'maxAttribs' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/Android/OgreAndroidEGLWindow.cpp:156:29: style: Variable 'ctxHandle' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:383:13: style: The scope of the variable 'config' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:212:20: style: Unused variable: configs [unusedVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:241:20: style: Unused variable: configs [unusedVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:95:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:110:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:141:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:337:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:364:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/OgreEGLSupport.cpp:323:13: style: Class 'GLConfigAttribs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/OgreEGLWindow.cpp:100:15: style: The scope of the variable 'frequency' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLSupport.cpp:126:7: style: The scope of the variable 'newSize' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLSupport.cpp:141:16: style: Variable 'newSize' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: note: Condition 'monitorIndex!=-1' is always false
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: note: Condition 'monitorIndex!=-1' is always false
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: style: Condition 'monitorIndex!=-1' is always false [knownConditionTrueFalse]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: Assignment 'monitorIndex=-1', assigned value is -1
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: note: Condition 'monitorIndex!=-1' is always false
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:149:27: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:154:27: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: style: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same. [duplicateExpression]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:23: note: 'monitorIndex' is assigned value '-1' here.
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:157:26: note: Same expression on both sides of '!=' because the value of 'monitorIndex' and '-1' are the same.
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:96:8: style: The scope of the variable 'outerSize' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:98:7: style: The scope of the variable 'monitorIndex' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:318:13: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:320:14: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:94:16: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:97:18: style: Variable 'hwGamma' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:192:19: style: Variable 'screenw' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:193:19: style: Variable 'screenh' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:367:25: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/WIN32/OgreWin32EGLWindow.cpp:362:25: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:243:9: style: Variable 'vi' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:242:9: note: Variable 'vi' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:243:9: note: Variable 'vi' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:175:13: style: The scope of the variable 'newSize' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:95:0: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLSupport.cpp:190:31: style: Variable 'newSize' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLWindow.cpp:438:13: style: The scope of the variable 'gamma' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLWindow.cpp:440:14: style: The scope of the variable 'vsync' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLWindow.cpp:490:25: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/EGL/X11/OgreX11EGLWindow.cpp:485:25: style: Variable 'vsync' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESPreprocessor.cpp:709:17: style: Variable 'm->Expanding' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESPreprocessor.cpp:707:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESPreprocessor.cpp:709:17: note: Variable 'm->Expanding' is reassigned a value before the old one has been used.
ogre-1.9.0/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESProgramPipeline.cpp:233:36: style: The scope of the variable 'vertParams' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESProgramPipeline.cpp:234:36: style: The scope of the variable 'fragParams' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/OgreGLES2HardwarePixelBuffer.cpp:1135:13: style: Variable 'internalFormat' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/RenderSystems/GLES2/src/OgreGLES2HardwarePixelBuffer.cpp:1132:0: note: Variable 'internalFormat' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/GLES2/src/OgreGLES2HardwarePixelBuffer.cpp:1135:13: note: Variable 'internalFormat' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/RenderSystems/GLES2/src/OgreGLES2HardwarePixelBuffer.cpp:790:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ogre-1.9.0/RenderSystems/GLES2/src/OgreGLES2RenderSystem.cpp:1680:27: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/RenderSystems/GLES2/src/OgreGLES2RenderSystem.cpp:2338:27: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ogre-1.9.0/RenderSystems/GLES2/src/OgreGLES2RenderSystem.cpp:1599:15: style: The scope of the variable 'pBufferData' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/OgreGLES2RenderSystem.cpp:2330:15: style: The scope of the variable 'pBufferData' can be reduced. [variableScope]
ogre-1.9.0/RenderSystems/GLES2/src/StateCacheManager/OgreGLES2NullStateCacheManagerImp.cpp:141:91: style: Function 'setTexParameterf' argument 3 names different: declaration 'params' definition 'param'. [funcArgNamesDifferent]
ogre-1.9.0/RenderSystems/GLES2/src/StateCacheManager/OgreGLES2NullStateCacheManagerImp.h:93:68: note: Function 'setTexParameterf' argument 3 names different: declaration 'params' definition 'param'.
ogre-1.9.0/RenderSystems/GLES2/src/StateCacheManager/OgreGLES2NullStateCacheManagerImp.cpp:141:91: note: Function 'setTexParameterf' argument 3 names different: declaration 'params' definition 'param'.
ogre-1.9.0/Tests/Components/Paging/src/PageCoreTests.cpp:87:2: style: Variable 'section' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/Components/Paging/src/PageCoreTests.cpp:86:0: note: Variable 'section' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/Components/Paging/src/PageCoreTests.cpp:87:2: note: Variable 'section' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/Components/Paging/src/PageCoreTests.cpp:98:2: style: Variable 'world' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/Components/Paging/src/PageCoreTests.cpp:97:2: note: Variable 'world' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/Components/Paging/src/PageCoreTests.cpp:98:2: note: Variable 'world' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:132:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:125:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:132:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:140:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:133:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:140:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:148:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:141:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:148:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:202:5: style: Variable 'pFloat' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:193:40: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:202:5: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:214:5: style: Variable 'pFloat' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:205:40: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:214:5: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:226:5: style: Variable 'pFloat' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:217:40: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:226:5: note: Variable 'pFloat' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:244:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:237:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:244:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:252:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:245:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:252:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:260:5: style: Variable 'pIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:253:32: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/OgreMain/src/EdgeBuilderTests.cpp:260:5: note: Variable 'pIdx' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:346:6: style: Condition 'testStencil' is always false [knownConditionTrueFalse]
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:344:21: note: Assignment 'testStencil=false', assigned value is 0
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:346:6: note: Condition 'testStencil' is always false
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:369:6: style: Condition 'testStencil' is always false [knownConditionTrueFalse]
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:344:21: note: Assignment 'testStencil=false', assigned value is 0
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:369:6: note: Condition 'testStencil' is always false
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:500:6: style: Condition 'testStencil' is always false [knownConditionTrueFalse]
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:498:21: note: Assignment 'testStencil=false', assigned value is 0
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:500:6: note: Condition 'testStencil' is always false
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:523:6: style: Condition 'testStencil' is always false [knownConditionTrueFalse]
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:498:21: note: Assignment 'testStencil=false', assigned value is 0
ogre-1.9.0/Tests/PlayPen/src/PlayPenSamples.cpp:523:6: note: Condition 'testStencil' is always false
ogre-1.9.0/Tests/VisualTests/Context/src/TestContext.cpp:793:0: error: syntax error [syntaxError]
ogre-1.9.0/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:5762:9: style: Condition '!worldViewProj' is always false [knownConditionTrueFalse]
ogre-1.9.0/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:5754:26: note: Assignment 'worldViewProj=true', assigned value is 1
ogre-1.9.0/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:5762:9: note: Condition '!worldViewProj' is always false
ogre-1.9.0/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1403:5: style: Variable 'mTestNode[1]' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1397:5: note: Variable 'mTestNode[1]' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:1403:5: note: Variable 'mTestNode[1]' is reassigned a value before the old one has been used.
ogre-1.9.0/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:2670:13: style: The scope of the variable 'pEnt' can be reduced. [variableScope]
ogre-1.9.0/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:3757:13: style: The scope of the variable 'cloneEnt' can be reduced. [variableScope]
ogre-1.9.0/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp:5068:13: style: The scope of the variable 'reflectCam' can be reduced. [variableScope]
ogre-1.9.0/Tests/VisualTests/VTests/src/TextureEffectsTest.cpp:53:33: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ogre-1.9.0/Tests/VisualTests/VTests/src/TextureEffectsTest.cpp:53:51: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:541:6: style: The scope of the variable 'count' can be reduced. [variableScope]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:541:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:615:6: style: The scope of the variable 'count' can be reduced. [variableScope]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:615:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:725:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:726:33: style: The scope of the variable 'totalWeight' can be reduced. [variableScope]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:726:53: style: The scope of the variable 'weight' can be reduced. [variableScope]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:727:8: style: The scope of the variable 'tempFloat' can be reduced. [variableScope]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:135:60: style: Function 'FindPhysiqueModifier' argument 1 names different: declaration 'physiquedNode' definition 'nodePtr'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:17:42: note: Function 'FindPhysiqueModifier' argument 1 names different: declaration 'physiquedNode' definition 'nodePtr'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:135:60: note: Function 'FindPhysiqueModifier' argument 1 names different: declaration 'physiquedNode' definition 'nodePtr'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:206:53: style: Function 'GetInitialNodeTM' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:19:35: note: Function 'GetInitialNodeTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:206:53: note: Function 'GetInitialNodeTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:240:53: style: Function 'GetInitialBoneTM' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:20:35: note: Function 'GetInitialBoneTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:240:53: note: Function 'GetInitialBoneTM' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:276:45: style: Function 'GetBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:21:27: note: Function 'GetBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:276:45: note: Function 'GetBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:287:52: style: Function 'GetBoneList' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:22:34: note: Function 'GetBoneList' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:287:52: note: Function 'GetBoneList' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:401:46: style: Function 'GetAPIVersion' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:24:28: note: Function 'GetAPIVersion' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:401:46: note: Function 'GetAPIVersion' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:414:48: style: Function 'SetInitialPose' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:39:30: note: Function 'SetInitialPose' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:414:48: note: Function 'SetInitialPose' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:427:47: style: Function 'GetVertexCount' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:26:29: note: Function 'GetVertexCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:427:47: note: Function 'GetVertexCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:446:46: style: Function 'GetVertexType' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:28:28: note: Function 'GetVertexType' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:446:46: note: Function 'GetVertexType' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:474:51: style: Function 'GetVertexBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:30:33: note: Function 'GetVertexBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:474:51: note: Function 'GetVertexBoneCount' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:587:49: style: Function 'GetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:32:31: note: Function 'GetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:587:49: note: Function 'GetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:596:51: style: Function 'GetVertexOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:33:33: note: Function 'GetVertexOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:596:51: note: Function 'GetVertexOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:665:61: style: Function 'GetVertexDeformableOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:34:43: note: Function 'GetVertexDeformableOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:665:61: note: Function 'GetVertexDeformableOffset' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:706:50: style: Function 'GetVertexWeight' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:35:32: note: Function 'GetVertexWeight' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:706:50: note: Function 'GetVertexWeight' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:778:47: style: Function 'SetFigureMode' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:37:29: note: Function 'SetFigureMode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:778:47: note: Function 'SetFigureMode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:884:46: style: Function 'AttachToNode' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:41:28: note: Function 'AttachToNode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:884:46: note: Function 'AttachToNode' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:898:44: style: Function 'Initialize' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:42:26: note: Function 'Initialize' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:898:44: note: Function 'Initialize' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:911:44: style: Function 'LockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:44:26: note: Function 'LockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:911:44: note: Function 'LockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:926:46: style: Function 'UnLockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:45:28: note: Function 'UnLockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:926:46: note: Function 'UnLockVertex' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:941:47: style: Function 'SetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.h:46:29: note: Function 'SetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:941:47: note: Function 'SetVertexBone' argument 1 names different: declaration 'physiquedNode' definition 'node'.
ogre-1.9.0/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/PublishedInterface.cpp:973:23: style: Variable 'curWeight' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/3dsmaxExport/OgreExport/src/OgreMaxExport.cpp:293:14: style: Unused variable: filename [unusedVariable]
ogre-1.9.0/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:138:7: style: The scope of the variable 'numSubMtl' can be reduced. [variableScope]
ogre-1.9.0/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:180:8: style: The scope of the variable 'numSubMtl' can be reduced. [variableScope]
ogre-1.9.0/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:39:18: style: Variable 'subMtlCt' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/3dsmaxExport/OgreExport/src/OgreMaxMaterialExport.cpp:201:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/Tools/LightwaveConverter/src/lwLayer.cpp:147:21: style: The scope of the variable 'index' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/lwLayer.cpp:249:10: style: The scope of the variable 'vm' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/lwLayer.cpp:275:10: style: The scope of the variable 'vm' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/lwLayer.cpp:180:14: style: Checking if unsigned variable 'index' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:558:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:1107:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:1363:11: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:1456:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:1546:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:1664:17: style: The scope of the variable 'fpos' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:1754:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:2048:9: style: The scope of the variable 'key0' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:116:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:218:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:257:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:841:12: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:926:13: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:1057:13: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:1297:12: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:1313:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:1325:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:1337:14: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:2598:12: style: Checking if unsigned variable 'rlen' is less than zero. [unsignedLessThanZero]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:608:0: error: Memory leak: s [memleak]
ogre-1.9.0/Tools/LightwaveConverter/src/lwReader.cpp:655:5: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
ogre-1.9.0/Tools/LightwaveConverter/src/lwo2mesh.cpp:102:0: style: Variable 'slength' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/LightwaveConverter/src/lwo2mesh.cpp:581:21: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:113:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:119:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:166:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:232:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:239:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:307:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:320:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:323:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:326:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:78:8: style: The scope of the variable 'tag' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:222:8: style: The scope of the variable 'tag' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:303:11: style: The scope of the variable 'layer' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:466:15: style: The scope of the variable 'failID' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:467:6: style: The scope of the variable 'failpos' can be reduced. [variableScope]
ogre-1.9.0/Tools/LightwaveConverter/src/main.cpp:310:23: style: Unsigned variable 'j' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/CallTipManager.cpp:56:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/DocManager.cpp:56:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/MaterialController.cpp:71:23: style: The scope of the variable 'tc' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/MaterialEditorApp.cpp:55:0: style: Variable 'splash' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/MaterialEditorFrame.cpp:453:19: style: Variable 'editor' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/PassWizard.cpp:69:21: style: Variable 'project' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/PassWizard.cpp:70:27: style: Variable 'mc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/Project.cpp:157:22: style: The scope of the variable 'mc' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/ScintillaEditor.cpp:359:95: style: Same expression on both sides of '&&'. [duplicateExpression]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TechniqueWizard.cpp:68:21: style: Variable 'project' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:204:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:214:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:224:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:234:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:244:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:254:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:264:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:274:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:283:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:292:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:301:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:310:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:319:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:328:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:337:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:346:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:355:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:364:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:373:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:382:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:391:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:400:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:409:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:418:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:428:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:437:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:446:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:455:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:464:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:473:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:482:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:491:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:500:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:509:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:518:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/TextureUnitPropertyGridPage.cpp:527:30: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/Workspace.cpp:87:11: style: The scope of the variable 'p' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/MaterialEditor/src/wxOgre.cpp:102:0: error: #error Not supported on this platform. [preprocessorErrorDirective]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:230:34: style: Function 'Init' argument 1 names different: declaration 'sid' definition 'hdc_'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:163:33: note: Function 'Init' argument 1 names different: declaration 'sid' definition 'hdc_'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:230:34: note: Function 'Init' argument 1 names different: declaration 'sid' definition 'hdc_'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:350:55: style: Function 'DrawTextNoClip' argument 2 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:182:54: note: Function 'DrawTextNoClip' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:350:55: note: Function 'DrawTextNoClip' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:363:56: style: Function 'DrawTextClipped' argument 2 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:183:55: note: Function 'DrawTextClipped' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:363:56: note: Function 'DrawTextClipped' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:378:60: style: Function 'DrawTextTransparent' argument 2 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:184:59: note: Function 'DrawTextTransparent' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:378:60: note: Function 'DrawTextTransparent' argument 2 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:394:39: style: Function 'MeasureWidths' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:185:38: note: Function 'MeasureWidths' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:394:39: note: Function 'MeasureWidths' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:471:34: style: Function 'WidthText' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:186:33: note: Function 'WidthText' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:471:34: note: Function 'WidthText' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:481:34: style: Function 'WidthChar' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:187:33: note: Function 'WidthChar' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:481:34: note: Function 'WidthChar' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:493:31: style: Function 'Ascent' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:188:30: note: Function 'Ascent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:493:31: note: Function 'Ascent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:501:32: style: Function 'Descent' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:189:31: note: Function 'Descent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:501:32: note: Function 'Descent' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:512:40: style: Function 'ExternalLeading' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:191:39: note: Function 'ExternalLeading' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:512:40: note: Function 'ExternalLeading' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:519:31: style: Function 'Height' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:192:30: note: Function 'Height' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:519:31: note: Function 'Height' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:524:41: style: Function 'AverageCharWidth' argument 1 names different: declaration 'font_' definition 'font'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:193:40: note: Function 'AverageCharWidth' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:524:41: note: Function 'AverageCharWidth' argument 1 names different: declaration 'font_' definition 'font'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:166:18: warning: Virtual function 'Release' is called from destructor '~SurfaceImpl()' at line 214. Dynamic binding is not used. [virtualCallInConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:214:5: note: Calling Release
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/PlatWX.cpp:166:18: note: Release is a virtual method
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:341:24: style: C-style pointer casting [cstyleCast]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:850:9: style: The scope of the variable 'lines' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:548:57: style: Function 'CopyToClipboard' argument 1 names different: declaration 'selectedText' definition 'st'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:114:55: note: Function 'CopyToClipboard' argument 1 names different: declaration 'selectedText' definition 'st'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:548:57: note: Function 'CopyToClipboard' argument 1 names different: declaration 'selectedText' definition 'st'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:973:47: style: Function 'DoKeyDown' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:148:38: note: Function 'DoKeyDown' argument 1 names different: declaration 'event' definition 'evt'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:973:47: note: Function 'DoKeyDown' argument 1 names different: declaration 'event' definition 'evt'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:101:18: warning: Virtual function 'Initialise' is called from constructor 'ScintillaWX(wxScintilla*win)' at line 229. Dynamic binding is not used. [virtualCallInConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:229:5: note: Calling Initialise
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:101:18: note: Initialise is a virtual method
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:102:18: warning: Virtual function 'Finalise' is called from destructor '~ScintillaWX()' at line 247. Dynamic binding is not used. [virtualCallInConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:247:5: note: Calling Finalise
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:102:18: note: Finalise is a virtual method
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.h:97:5: style: Class 'ScintillaWX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/ScintillaWX.cpp:31:5: style: Class 'wxSCITimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:35:7: style: Technically the member function 'AutoComplete::Active' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.cxx:42:20: note: Technically the member function 'AutoComplete::Active' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:35:7: note: Technically the member function 'AutoComplete::Active' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:51:7: style: Technically the member function 'AutoComplete::GetSeparator' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.cxx:81:20: note: Technically the member function 'AutoComplete::GetSeparator' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:51:7: note: Technically the member function 'AutoComplete::GetSeparator' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:55:7: style: Technically the member function 'AutoComplete::GetTypesep' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.cxx:89:20: note: Technically the member function 'AutoComplete::GetTypesep' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/AutoComplete.h:55:7: note: Technically the member function 'AutoComplete::GetTypesep' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:60:35: style: Function 'IsTabCharacter' argument 1 names different: declaration 'c' definition 'ch'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:32:27: note: Function 'IsTabCharacter' argument 1 names different: declaration 'c' definition 'ch'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:60:35: note: Function 'IsTabCharacter' argument 1 names different: declaration 'c' definition 'ch'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::startHighlight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::endHighlight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::val' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::font' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::rectUp' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::rectDown' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::lineHeight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::offsetMain' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::tabSize' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::useStyleCallTip' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::wCallTip' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::wDraw' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::inCallTipMode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::posStartCallTip' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourBG' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourUnSel' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourSel' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourShade' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::colourLight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::codePage' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:26:2: warning: Member variable 'CallTip::clickPlace' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::startHighlight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::endHighlight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::val' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::font' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::rectUp' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::rectDown' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::lineHeight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::offsetMain' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::tabSize' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::useStyleCallTip' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::wCallTip' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::wDraw' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::inCallTipMode' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::posStartCallTip' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourBG' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourUnSel' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourSel' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourShade' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::colourLight' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::codePage' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:27:11: warning: Member variable 'CallTip::clickPlace' is not assigned a value in 'CallTip::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:19:10: warning: Member variable 'CallTip::offsetMain' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:19:10: warning: Member variable 'CallTip::codePage' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:19:10: warning: Member variable 'CallTip::clickPlace' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:20:2: performance: Variable 'wCallTip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:24:2: performance: Variable 'rectUp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:32:7: style: Technically the member function 'CallTip::IsTabCharacter' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:60:15: note: Technically the member function 'CallTip::IsTabCharacter' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:32:7: note: Technically the member function 'CallTip::IsTabCharacter' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:33:6: style: Technically the member function 'CallTip::NextTabPos' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.cxx:64:14: note: Technically the member function 'CallTip::NextTabPos' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CallTip.h:33:6: note: Technically the member function 'CallTip::NextTabPos' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:290:39: style: Function 'AddMark' argument 2 names different: declaration 'marker' definition 'markerNum'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:78:28: note: Function 'AddMark' argument 2 names different: declaration 'marker' definition 'markerNum'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:290:39: note: Function 'AddMark' argument 2 names different: declaration 'marker' definition 'markerNum'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:449:77: style: Function 'AppendAction' argument 4 names different: declaration 'length' definition 'lengthData'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:122:65: note: Function 'AppendAction' argument 4 names different: declaration 'length' definition 'lengthData'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:449:77: note: Function 'AppendAction' argument 4 names different: declaration 'length' definition 'lengthData'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:747:48: style: Function 'SetStyleFor' argument 2 names different: declaration 'length' definition 'lengthStyle'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:198:37: note: Function 'SetStyleFor' argument 2 names different: declaration 'length' definition 'lengthStyle'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:747:48: note: Function 'SetStyleFor' argument 2 names different: declaration 'length' definition 'lengthStyle'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:584:13: style: Array index 'currentAction' is used before limits check. [arrayIndexThenCheck]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:589:16: style: Array index 'act' is used before limits check. [arrayIndexThenCheck]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:355:9: warning: Member variable 'Action::mayCoalesce' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:30:6: style: Technically the member function 'MarkerHandleSet::Length' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:33:22: note: Technically the member function 'MarkerHandleSet::Length' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:30:6: note: Technically the member function 'MarkerHandleSet::Length' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:31:6: style: Technically the member function 'MarkerHandleSet::NumberFromHandle' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:43:22: note: Technically the member function 'MarkerHandleSet::NumberFromHandle' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:31:6: note: Technically the member function 'MarkerHandleSet::NumberFromHandle' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:32:6: style: Technically the member function 'MarkerHandleSet::MarkValue' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:54:22: note: Technically the member function 'MarkerHandleSet::MarkValue' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:32:6: note: Technically the member function 'MarkerHandleSet::MarkValue' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:33:7: style: Technically the member function 'MarkerHandleSet::Contains' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:64:23: note: Technically the member function 'MarkerHandleSet::Contains' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:33:7: note: Technically the member function 'MarkerHandleSet::Contains' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:76:6: style: Technically the member function 'LineVector::LineFromPosition' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:269:17: note: Technically the member function 'LineVector::LineFromPosition' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:76:6: note: Technically the member function 'LineVector::LineFromPosition' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:174:14: style: Technically the member function 'CellBuffer::ByteAt' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:651:18: note: Technically the member function 'CellBuffer::ByteAt' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:174:14: note: Technically the member function 'CellBuffer::ByteAt' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:187:6: style: Technically the member function 'CellBuffer::ByteLength' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:782:17: note: Technically the member function 'CellBuffer::ByteLength' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:187:6: note: Technically the member function 'CellBuffer::ByteLength' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:190:6: style: Technically the member function 'CellBuffer::Lines' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:803:17: note: Technically the member function 'CellBuffer::Lines' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:190:6: note: Technically the member function 'CellBuffer::Lines' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:202:7: style: Technically the member function 'CellBuffer::IsReadOnly' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:817:18: note: Technically the member function 'CellBuffer::IsReadOnly' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:202:7: note: Technically the member function 'CellBuffer::IsReadOnly' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:208:7: style: Technically the member function 'CellBuffer::IsSavePoint' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:829:18: note: Technically the member function 'CellBuffer::IsSavePoint' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:208:7: note: Technically the member function 'CellBuffer::IsSavePoint' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:223:7: style: Technically the member function 'CellBuffer::IsCollectingUndo' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1010:18: note: Technically the member function 'CellBuffer::IsCollectingUndo' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:223:7: note: Technically the member function 'CellBuffer::IsCollectingUndo' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:230:7: style: Technically the member function 'CellBuffer::CanUndo' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1026:18: note: Technically the member function 'CellBuffer::CanUndo' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:230:7: note: Technically the member function 'CellBuffer::CanUndo' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:234:7: style: Technically the member function 'CellBuffer::CanRedo' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1054:18: note: Technically the member function 'CellBuffer::CanRedo' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:234:7: note: Technically the member function 'CellBuffer::CanRedo' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:240:6: style: Technically the member function 'CellBuffer::GetLineState' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1088:17: note: Technically the member function 'CellBuffer::GetLineState' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:240:6: note: Technically the member function 'CellBuffer::GetLineState' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:241:6: style: Technically the member function 'CellBuffer::GetMaxLineState' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1092:17: note: Technically the member function 'CellBuffer::GetMaxLineState' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:241:6: note: Technically the member function 'CellBuffer::GetMaxLineState' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:244:6: style: Technically the member function 'CellBuffer::GetLevel' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:1110:17: note: Technically the member function 'CellBuffer::GetLevel' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:244:6: note: Technically the member function 'CellBuffer::GetLevel' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:418:2: style: Class 'UndoHistory' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:418:2: style: Class 'UndoHistory' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:604:2: style: Class 'CellBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.cxx:604:2: style: Class 'CellBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/CellBuffer.h:179:2: style: Class 'CellBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:696:6: style: The scope of the variable 'columnCurrent' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:672:29: style: Function 'GetColumn' argument 1 names different: declaration 'position' definition 'pos'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:157:20: note: Function 'GetColumn' argument 1 names different: declaration 'position' definition 'pos'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:672:29: note: Function 'GetColumn' argument 1 names different: declaration 'position' definition 'pos'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:215:6: style: Technically the member function 'Document::GetEndStyled' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:217:6: style: Technically the member function 'Document::GetStyleClock' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:236:6: style: Technically the member function 'Document::IndentSize' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:242:19: style: Technically the member function 'Document::WordCharClass' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:839:28: note: Technically the member function 'Document::WordCharClass' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:242:19: note: Technically the member function 'Document::WordCharClass' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:60:7: style: Technically the member function 'RESearch::iswordc' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:29:2: style: Class 'Range' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:30:2: style: Class 'RESearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:989:15: style: The function 'CharAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:22:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.cxx:989:15: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::pdoc' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::id' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::lenDoc' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::styleBuf' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::validLen' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::chFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::chWhile' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::startSeg' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::startPosStyling' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:15:2: warning: Member variable 'DocumentAccessor::mask' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::pdoc' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::props' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::id' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::lenDoc' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::styleBuf' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::validLen' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::chFlags' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::chWhile' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::startSeg' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::startPosStyling' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:16:20: warning: Member variable 'DocumentAccessor::mask' is not assigned a value in 'DocumentAccessor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/DocumentAccessor.h:36:2: warning: Member variable 'DocumentAccessor::styleBuf' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5103:12: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:827:35: style: Function 'PositionFromLineX' argument 1 names different: declaration 'line' definition 'lineDoc'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:342:28: note: Function 'PositionFromLineX' argument 1 names different: declaration 'line' definition 'lineDoc'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:827:35: note: Function 'PositionFromLineX' argument 1 names different: declaration 'line' definition 'lineDoc'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:1698:38: style: Function 'PaintSelMargin' argument 1 names different: declaration 'surface' definition 'surfWindow'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:386:31: note: Function 'PaintSelMargin' argument 1 names different: declaration 'surface' definition 'surfWindow'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:1698:38: note: Function 'PaintSelMargin' argument 1 names different: declaration 'surface' definition 'surfWindow'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2238:27: style: Function 'DrawEOL' argument 12 names different: declaration 'drawWrapMark' definition 'drawWrapMarkEnd'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:397:8: note: Function 'DrawEOL' argument 12 names different: declaration 'drawWrapMark' definition 'drawWrapMarkEnd'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2238:27: note: Function 'DrawEOL' argument 12 names different: declaration 'drawWrapMark' definition 'drawWrapMarkEnd'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:3580:55: style: Function 'NotifyStyleNeeded' argument 3 names different: declaration 'endPos' definition 'endStyleNeeded'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:454:60: note: Function 'NotifyStyleNeeded' argument 3 names different: declaration 'endPos' definition 'endStyleNeeded'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:3580:55: note: Function 'NotifyStyleNeeded' argument 3 names different: declaration 'endPos' definition 'endStyleNeeded'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:35: style: Function 'GetHotSpotRange' argument 1 names different: declaration 'hsStart' definition 'hsStart_'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:28: note: Function 'GetHotSpotRange' argument 1 names different: declaration 'hsStart' definition 'hsStart_'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:35: note: Function 'GetHotSpotRange' argument 1 names different: declaration 'hsStart' definition 'hsStart_'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:50: style: Function 'GetHotSpotRange' argument 2 names different: declaration 'hsEnd' definition 'hsEnd_'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:42: note: Function 'GetHotSpotRange' argument 2 names different: declaration 'hsEnd' definition 'hsEnd_'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:50: note: Function 'GetHotSpotRange' argument 2 names different: declaration 'hsEnd' definition 'hsEnd_'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5103:6: style: Boolean variable 'shift' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:73:13: warning: Member variable 'LineLayout::bracePreviousStyles' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wMain' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::stylesValid' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::palette' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::printMagnification' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::printColourMode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::printWrapState' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::cursorMode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::controlCharSymbol' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hasFocus' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hideSelection' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::inOverstrike' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::errorStatus' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::mouseDownCaptures' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::bufferedDraw' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::twoPhaseDraw' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xOffset' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xCaretMargin' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::horizontalScrollBarVisible' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::scrollWidth' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::verticalScrollBarVisible' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::endAtLastLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretSticky' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapSelMargin' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapSelPattern' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapIndentGuide' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pixmapIndentGuideHighlight' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lastClick' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lastClickTime' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::dwellDelay' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::ticksToDwell' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::dwelling' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::selectionType' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::ptMouseLast' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::inDragDrop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::dropWentOutside' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::posDrag' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::posDrop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lastXChosen' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lineAnchor' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::originalAnchorPos' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::currentPos' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::anchor' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::targetStart' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::targetEnd' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::searchFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::topLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::posTopLine' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::lengthForEncode' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::needUpdateUI' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::braces' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::bracesMatchStyle' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::highlightGuideColumn' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::theEdge' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::paintState' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::rcPaint' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::paintingAllText' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::modEventMask' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::selType' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::moveExtendsSelection' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xStartSelect' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::xEndSelect' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::primarySelection' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretXPolicy' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretXSlop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretYPolicy' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::caretYSlop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::visiblePolicy' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::visibleSlop' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::searchAnchor' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::recordingMacro' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::foldFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hsStart' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::hsEnd' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapState' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::backgroundWrapEnabled' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapWidth' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::docLineLastWrapped' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::docLastLineToWrap' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapVisualFlags' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapVisualFlagsLocation' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::wrapVisualStartIndent' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::actualWrapVisualStartIndent' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::convertPastes' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::pdoc' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:183:2: warning: Member variable 'Editor::ctrlID' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wMain' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::stylesValid' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::palette' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::printMagnification' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::printColourMode' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::printWrapState' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::cursorMode' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::controlCharSymbol' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hasFocus' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hideSelection' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::inOverstrike' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::errorStatus' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::mouseDownCaptures' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::bufferedDraw' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::twoPhaseDraw' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xOffset' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xCaretMargin' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::horizontalScrollBarVisible' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::scrollWidth' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::verticalScrollBarVisible' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::endAtLastLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretSticky' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapSelMargin' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapSelPattern' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapIndentGuide' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pixmapIndentGuideHighlight' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lastClick' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lastClickTime' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::dwellDelay' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::ticksToDwell' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::dwelling' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::selectionType' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::ptMouseLast' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::inDragDrop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::dropWentOutside' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::posDrag' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::posDrop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lastXChosen' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lineAnchor' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::originalAnchorPos' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::currentPos' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::anchor' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::targetStart' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::targetEnd' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::searchFlags' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::topLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::posTopLine' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::lengthForEncode' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::needUpdateUI' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::braces' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::bracesMatchStyle' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::highlightGuideColumn' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::theEdge' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::paintState' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::rcPaint' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::paintingAllText' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::modEventMask' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::selType' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::moveExtendsSelection' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xStartSelect' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::xEndSelect' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::primarySelection' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretXPolicy' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretXSlop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretYPolicy' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::caretYSlop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::visiblePolicy' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::visibleSlop' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::searchAnchor' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::recordingMacro' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::foldFlags' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hsStart' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::hsEnd' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapState' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::backgroundWrapEnabled' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapWidth' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::docLineLastWrapped' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::docLastLineToWrap' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapVisualFlags' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapVisualFlagsLocation' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::wrapVisualStartIndent' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::actualWrapVisualStartIndent' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::convertPastes' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::pdoc' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:184:10: warning: Member variable 'Editor::ctrlID' is not assigned a value in 'Editor::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:575:18: warning: Member variable 'AutoLineLayout::ll' is not assigned a value in 'AutoLineLayout::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:38:14: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:22:3: performance: Variable 'fore' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:30:3: performance: Variable 'fore' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:42:6: style: Technically the member function 'XPM::GetId' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:43:6: style: Technically the member function 'XPM::GetHeight' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:44:6: style: Technically the member function 'XPM::GetWidth' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:85:6: style: Technically the member function 'LineLayout::LineStart' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:124:6: style: Technically the member function 'LineLayoutCache::GetLevel' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:343:6: style: Technically the member function 'Editor::LineFromLocation' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:717:13: note: Technically the member function 'Editor::LineFromLocation' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:343:6: note: Technically the member function 'Editor::LineFromLocation' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:353:6: style: Technically the member function 'Editor::CurrentPosition' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:943:13: note: Technically the member function 'Editor::CurrentPosition' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:353:6: note: Technically the member function 'Editor::CurrentPosition' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:354:7: style: Technically the member function 'Editor::SelectionEmpty' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:947:14: note: Technically the member function 'Editor::SelectionEmpty' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:354:7: note: Technically the member function 'Editor::SelectionEmpty' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:385:6: style: Technically the member function 'Editor::SubstituteMarkerIfEmpty' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:1686:13: note: Technically the member function 'Editor::SubstituteMarkerIfEmpty' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:385:6: note: Technically the member function 'Editor::SubstituteMarkerIfEmpty' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:390:18: style: Technically the member function 'Editor::SelectionBackground' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2153:25: note: Technically the member function 'Editor::SelectionBackground' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:390:18: note: Technically the member function 'Editor::SelectionBackground' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:393:7: performance: Technically the member function 'Editor::DrawWrapMarker' can be static. [functionStatic]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:2183:14: note: Technically the member function 'Editor::DrawWrapMarker' can be static.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:393:7: note: Technically the member function 'Editor::DrawWrapMarker' can be static.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:470:6: style: Technically the member function 'Editor::GetWhitespaceVisible' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:4633:13: note: Technically the member function 'Editor::GetWhitespaceVisible' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:470:6: note: Technically the member function 'Editor::GetWhitespaceVisible' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:7: style: Technically the member function 'Editor::GetHotSpotRange' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:5247:14: note: Technically the member function 'Editor::GetHotSpotRange' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:525:7: note: Technically the member function 'Editor::GetHotSpotRange' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:28:2: style: Class 'XPM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:29:2: style: Class 'XPM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:80:2: style: Class 'LineLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:550:2: style: Class 'AutoSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.cxx:572:1: warning: The class 'AutoLineLayout' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:449:7: style: The function 'NotifyModifyAttempt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:298:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:449:7: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:450:7: style: The function 'NotifySavePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:299:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:450:7: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:452:7: style: The function 'NotifyModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:300:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:452:7: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:453:7: style: The function 'NotifyDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:301:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:453:7: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:454:7: style: The function 'NotifyStyleNeeded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Document.h:302:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:454:7: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:38:17: warning: Possible null pointer dereference if the default parameter value is used: languageName_ [nullPointerDefaultArg]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:38:3: warning: The buffer 'name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:36:2: warning: Member variable 'ExternalLexerModule::externalLanguage' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.h:62:2: style: Class 'LexerLibrary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.cxx:129:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ExternalLexer.cxx:130:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyMap.h:40:15: style: Technically the member function 'KeyMap::Find' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyMap.cxx:56:22: note: Technically the member function 'KeyMap::Find' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyMap.h:40:15: note: Technically the member function 'KeyMap::Find' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/KeyWords.cxx:60:21: style: The scope of the variable 'emptyStr' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::styler' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::endPos' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::currentPos' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::atLineStart' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::atLineEnd' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::state' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::chPrev' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::ch' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:15:16: warning: Member variable 'StyleContext::chNext' is not assigned a value in 'StyleContext::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:66:7: style: Technically the member function 'StyleContext::More' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:109:7: style: Technically the member function 'StyleContext::Match' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:112:7: style: Technically the member function 'StyleContext::Match' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/StyleContext.h:12:1: warning: The class 'StyleContext' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexBash.cxx:151:4: style: Class 'HereDocCls' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexBash.cxx:151:4: style: Class 'HereDocCls' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexFortran.cxx:271:7: style: The scope of the variable 'chNextNonBlank' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexGui4Cli.cxx:126:7: style: The scope of the variable 'noforward' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexHTML.cxx:1726:12: style: The scope of the variable 'keywordsVBS' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexHTML.cxx:629:26: style: Boolean variable 'tagOpened' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexHTML.cxx:630:26: style: Boolean variable 'tagClosing' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexInno.cxx:25:7: style: The scope of the variable 'chPrev' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMMIXAL.cxx:35:26: style: Same expression on both sides of '||'. [duplicateExpression]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMSSQL.cxx:55:15: style: The scope of the variable 'kwGlobalVariables' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMetapost.cxx:118:10: style: The scope of the variable 'lineBuffer' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexMetapost.cxx:119:15: style: The scope of the variable 'linePos' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexNsis.cxx:280:7: style: The scope of the variable 'cCurrChar' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOMS.cxx:113:12: style: Variable 'primaryKeywords' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOMS.cxx:129:15: style: Variable 'styleNext' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:35:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:248:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:279:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOpal.cxx:302:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOthers.cxx:60:15: style: The scope of the variable 'wbl' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexOthers.cxx:61:15: style: The scope of the variable 'wbo' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPB.cxx:68:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPS.cxx:292:9: style: The scope of the variable 'style' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:480:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:482:7: note: Found duplicate branches for 'if' and 'else'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:480:12: note: Found duplicate branches for 'if' and 'else'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:360:26: style: The scope of the variable 'moreback' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:361:26: style: The scope of the variable 'brace' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:362:26: style: The scope of the variable 'ch2' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:531:10: style: The scope of the variable 'bkch' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:138:4: style: Class 'HereDocCls' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexPerl.cxx:138:4: style: Class 'HereDocCls' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexRuby.cxx:1343:9: style: The scope of the variable 'style' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexRuby.cxx:599:3: warning: Member variable 'HereDocCls::Quote' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexRuby.cxx:599:3: warning: Member variable 'HereDocCls::Quoted' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:99:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:100:11: note: Found duplicate branches for 'if' and 'else'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:99:11: note: Found duplicate branches for 'if' and 'else'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexScriptol.cxx:47:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexSpecman.cxx:212:6: style: The scope of the variable 'style' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTADS3.cxx:349:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTADS3.cxx:484:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTADS3.cxx:506:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTeX.cxx:119:10: style: The scope of the variable 'lineBuffer' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexTeX.cxx:120:15: style: The scope of the variable 'linePos' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVHDL.cxx:245:9: style: The scope of the variable 'chPrev' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVHDL.cxx:246:9: style: The scope of the variable 'chNextNonBlank' can be reduced. [variableScope]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:218:25: style: Condition 'foldAtParenthese' is always true [knownConditionTrueFalse]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:166:27: note: Assignment 'foldAtParenthese=1', assigned value is 1
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:218:25: note: Condition 'foldAtParenthese' is always true
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:227:25: style: Condition 'foldAtBrace' is always true [knownConditionTrueFalse]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:165:22: note: Assignment 'foldAtBrace=1', assigned value is 1
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LexVerilog.cxx:227:25: note: Condition 'foldAtBrace' is always true
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.cxx:66:53: style: Function 'Draw' argument 2 names different: declaration 'rc' definition 'rcWhole'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.h:51:42: note: Function 'Draw' argument 2 names different: declaration 'rc' definition 'rcWhole'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/LineMarker.cxx:66:53: note: Function 'Draw' argument 2 names different: declaration 'rc' definition 'rcWhole'.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:704:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:703:32: note: outer condition: p
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:704:8: note: identical inner condition: p
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:730:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:729:32: note: outer condition: p
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/PropSet.cxx:730:8: note: identical inner condition: p
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::bopat' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::eopat' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::tagstk' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::nfa' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:218:11: warning: Member variable 'RESearch::failure' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:35:6: style: Technically the member function 'RESearch::Substitute' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.cxx:751:15: note: Technically the member function 'RESearch::Substitute' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/RESearch.h:35:6: note: Technically the member function 'RESearch::Substitute' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.cxx:176:35: style: Same expression on both sides of '&&'. [duplicateExpression]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::displayPopupMenu' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::popup' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::listType' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::listSelected' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::maxListWidth' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:15:2: warning: Member variable 'ScintillaBase::performingStyle' is not initialized in the constructor. [uninitMemberVarPrivate]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::displayPopupMenu' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::popup' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::listType' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::listSelected' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::maxListWidth' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:16:17: warning: Member variable 'ScintillaBase::performingStyle' is not assigned a value in 'ScintillaBase::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.cxx:39:16: warning: Member variable 'ScintillaBase::performingStyle' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:58:15: style: The function 'Initialise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:323:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:58:15: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:59:15: style: The function 'Finalise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:324:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:59:15: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:61:15: style: The function 'RefreshColourPalette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:328:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:61:15: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:63:15: style: The function 'AddCharUTF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:413:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:63:15: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:65:15: style: The function 'CancelModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:461:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:65:15: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:66:14: style: The function 'KeyCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:466:14: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:66:14: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:85:15: style: The function 'ButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:498:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:85:15: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:87:15: style: The function 'NotifyStyleToNeeded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:434:15: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:87:15: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:90:17: style: The function 'WndProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Editor.h:536:17: note: Virtual function in base class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ScintillaBase.h:90:17: note: Function in derived class
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::sizeZoomed' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::lineHeight' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::ascent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::descent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::externalLeading' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::aveCharWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:15:8: warning: Member variable 'Style::spaceWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::sizeZoomed' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::lineHeight' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::ascent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::descent' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::externalLeading' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::aveCharWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:22:8: warning: Member variable 'Style::spaceWidth' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::sizeZoomed' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::lineHeight' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::ascent' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::descent' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::externalLeading' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::aveCharWidth' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/Style.cxx:48:15: warning: Member variable 'Style::spaceWidth' is not assigned a value in 'Style::operator='. [operatorEqVarError]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ViewStyle.cxx:24:12: warning: Member variable 'FontNames::names' is not initialized in the constructor. [uninitMemberVar]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/ViewStyle.h:40:1: warning: The class 'ViewStyle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.cxx:17:12: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.cxx:23:12: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:23:18: style: Technically the member function 'XPM::ColourFromCode' can be const. [functionConst]
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.cxx:37:22: note: Technically the member function 'XPM::ColourFromCode' can be const.
ogre-1.9.0/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/XPM.h:23:18: note: Technically the member function 'XPM::ColourFromCode' can be const.
ogre-1.9.0/Tools/MayaExport/src/blendshape.cpp:249:14: style: The scope of the variable 'pg' can be reduced. [variableScope]
ogre-1.9.0/Tools/MayaExport/src/blendshape.cpp:311:14: style: The scope of the variable 'pg' can be reduced. [variableScope]
ogre-1.9.0/Tools/MayaExport/src/blendshape.cpp:394:20: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.9.0/Tools/MayaExport/src/blendshape.cpp:327:19: style: Variable 'vertexIdx' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MayaExport/src/mesh.cpp:1151:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/Tools/MayaExport/src/mesh.cpp:320:8: style: The scope of the variable 'startPoseId' can be reduced. [variableScope]
ogre-1.9.0/Tools/MayaExport/src/mesh.cpp:1039:20: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.9.0/Tools/MayaExport/src/mesh.cpp:379:24: style: Unused variable: tracks [unusedVariable]
ogre-1.9.0/Tools/MayaExport/src/mesh.cpp:1346:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/Tools/MayaExport/src/mesh.cpp:1272:6: style: Exception should be caught by reference. [catchExceptionByValue]
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:297:39: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:297:39: note: Null pointer dereference
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:312:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:312:10: note: Null pointer dereference
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:340:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:340:10: note: Null pointer dereference
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:368:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:368:10: note: Null pointer dereference
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:401:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:401:10: note: Null pointer dereference
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:429:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:429:10: note: Null pointer dereference
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:457:10: warning: Either the condition 'cameraTransform!=NULL' is redundant or there is possible null pointer dereference: cameraTransform. [nullPointerRedundantCheck]
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:487:23: note: Assuming that condition 'cameraTransform!=NULL' is not redundant
ogre-1.9.0/Tools/MayaExport/src/ogreExporter.cpp:457:10: note: Null pointer dereference
ogre-1.9.0/Tools/MayaExport/src/skeleton.cpp:318:20: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
ogre-1.9.0/Tools/MayaExport/src/skeleton.cpp:582:31: style: Variable 'parentId' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MayaExport/src/skeleton.cpp:586:30: style: Variable 'jointId' is assigned a value that is never used. [unreadVariable]
ogre-1.9.0/Tools/MayaExport/src/submesh.cpp:458:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ogre-1.9.0/Tools/MilkshapeExport/src/MilkshapePlugin.cpp:512:20: style: The scope of the variable 'vertIdx' can be reduced. [variableScope]
ogre-1.9.0/Tools/MilkshapeExport/src/MilkshapePlugin.cpp:1022:18: style: The scope of the variable 'frameTime' can be reduced. [variableScope]
ogre-1.9.0/Tools/MilkshapeExport/src/MilkshapePlugin.cpp:1023:11: style: The scope of the variable 'realTime' can be reduced. [variableScope]
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:483:59: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:483:59: note: Null pointer dereference
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:488:9: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:488:9: note: Null pointer dereference
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:489:9: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:489:9: note: Null pointer dereference
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:490:9: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:490:9: note: Null pointer dereference
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:493:29: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:493:29: note: Null pointer dereference
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:494:18: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:494:18: note: Null pointer dereference
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:495:21: warning: Possible null pointer dereference: vm [nullPointer]
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:477:30: note: Assignment 'vm=app?dynamic_cast<vrmllib::Material*>(app->material):0', assigned value is 0
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:495:21: note: Null pointer dereference
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:180:3: style: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:179:0: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:180:3: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:538:2: style: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:537:0: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:538:2: note: Variable 'rot' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:425:91: style: Function 'getIndex' argument 5 names different: declaration 'vertnr' definition 'index'. [funcArgNamesDifferent]
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:48:88: note: Function 'getIndex' argument 5 names different: declaration 'vertnr' definition 'index'.
ogre-1.9.0/Tools/VRMLConverter/src/VRML2mesh.cpp:425:91: note: Function 'getIndex' argument 5 names different: declaration 'vertnr' definition 'index'.
ogre-1.9.0/Tools/VRMLConverter/vrmllib/src/nodes.cpp:49:2: style: Class 'node_creator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ogre-1.9.0/Tools/VRMLConverter/vrmllib/src/nodes.cpp:50:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ogre-1.9.0/Tools/VRMLConverter/vrmllib/src/nodes.cpp:41:16: note: Virtual function in base class
ogre-1.9.0/Tools/VRMLConverter/vrmllib/src/nodes.cpp:50:8: note: Function in derived class
ogre-1.9.0/Tools/XMLConverter/src/OgreXMLMeshSerializer.cpp:225:16: style: The scope of the variable 'numFaces' can be reduced. [variableScope]
ogre-1.9.0/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:131:9: style: The scope of the variable 'btmp' can be reduced. [variableScope]
ogre-1.9.0/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:217:9: style: The scope of the variable 'bone' can be reduced. [variableScope]
ogre-1.9.0/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:218:9: style: The scope of the variable 'parent' can be reduced. [variableScope]
ogre-1.9.0/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp:281:22: style: The scope of the variable 'kf' can be reduced. [variableScope]
ogre-1.9.0/Tools/XMLConverter/src/main.cpp:301:4: style: Variable 'opts.mergeTexcoordResult' is reassigned a value before the old one has been used. [redundantAssignment]
ogre-1.9.0/Tools/XMLConverter/src/main.cpp:300:4: note: Variable 'opts.mergeTexcoordResult' is reassigned a value before the old one has been used.
ogre-1.9.0/Tools/XMLConverter/src/main.cpp:301:4: note: Variable 'opts.mergeTexcoordResult' is reassigned a value before the old one has been used.
ogre-1.9.0/Tools/XMLConverter/src/tinyxml.cpp:135:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.9.0/Tools/XMLConverter/src/tinyxml.cpp:156:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
ogre-1.9.0/Tools/XMLConverter/src/tinyxmlparser.cpp:483:9: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
ogre-1.9.0/Tools/XMLConverter/src/tinyxmlparser.cpp:447:34: note: outer condition: *(p+2)
ogre-1.9.0/Tools/XMLConverter/src/tinyxmlparser.cpp:483:9: note: opposite inner condition: !*(p+2)
ogre-1.9.0/Tools/XMLConverter/src/tinyxmlparser.cpp:179:21: style: Technically the member function 'TiXmlParsingData::Cursor' can be const. [functionConst]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:890:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:889:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:890:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:893:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:890:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:893:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:894:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:893:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:894:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:900:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:894:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:900:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:901:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:900:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:901:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:902:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:901:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:902:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:903:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:902:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:903:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:905:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:903:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:905:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:906:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:905:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:906:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:912:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:906:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:912:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:913:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:912:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:913:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:919:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:913:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:919:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:920:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:919:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:920:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:924:5: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:923:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:924:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:930:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:924:5: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:930:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:931:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:930:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:931:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:932:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:931:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:932:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:938:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:935:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:938:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:945:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:944:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:945:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:946:2: style: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:945:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:946:2: note: Variable 'item' is reassigned a value before the old one has been used if variable is no semaphore variable.
ogre-1.9.0/Tools/XSIExport/src/OgreXSIExport.cpp:437:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ogre-1.9.0/Tools/XSIExport/src/OgreXSISkeletonExporter.cpp:413:20: style: Variable 'numFrames' is assigned a value that is never used. [unreadVariable]
[12:31]

ftp://ftp.se.debian.org/debian/pool/main/o/ohai/ohai_8.21.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ohcount/ohcount_3.1.1.orig.tar.gz
ohcount-3.1.1/src/detector.c:235:23: warning: Either the condition 'if(p&&pe)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
ohcount-3.1.1/src/detector.c:236:8: note: Assuming that condition 'if(p&&pe)' is not redundant
ohcount-3.1.1/src/detector.c:235:23: note: Null pointer dereference
ohcount-3.1.1/src/detector.c:484:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ohcount-3.1.1/src/detector.c:485:9: style: The scope of the variable 'blanklabel' can be reduced. [variableScope]
ohcount-3.1.1/src/detector.c:645:7: style: The scope of the variable 'length' can be reduced. [variableScope]
ohcount-3.1.1/src/detector.c:694:7: style: The scope of the variable 'length' can be reduced. [variableScope]
ohcount-3.1.1/src/detector.c:703:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ohcount-3.1.1/src/detector.c:1020:7: style: The scope of the variable 'length' can be reduced. [variableScope]
ohcount-3.1.1/src/diff.c:433:31: style: The scope of the variable 'k' can be reduced. [variableScope]
ohcount-3.1.1/src/diff.c:529:7: style: The scope of the variable 't' can be reduced. [variableScope]
ohcount-3.1.1/src/diff.c:549:7: style: The scope of the variable 'j' can be reduced. [variableScope]
ohcount-3.1.1/src/diff.c:602:18: style: The scope of the variable 'j0' can be reduced. [variableScope]
ohcount-3.1.1/src/diff.c:602:22: style: The scope of the variable 'j1' can be reduced. [variableScope]
ohcount-3.1.1/src/diff.c:327:5: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc]
ohcount-3.1.1/src/diff.c:519:3: error: Common realloc mistake: 'clist' nulled but not freed upon failure [memleakOnRealloc]
ohcount-3.1.1/src/diff.c:688:3: error: Common realloc mistake: 'member' nulled but not freed upon failure [memleakOnRealloc]
ohcount-3.1.1/src/diff.c:692:3: error: Common realloc mistake: 'class' nulled but not freed upon failure [memleakOnRealloc]
ohcount-3.1.1/src/licenses.c:789:13: style: The scope of the variable 'q' can be reduced. [variableScope]
ohcount-3.1.1/src/licenses.c:790:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ohcount-3.1.1/src/licenses.c:790:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ohcount-3.1.1/src/licenses.c:790:13: style: The scope of the variable 'k' can be reduced. [variableScope]
ohcount-3.1.1/src/loc.c:79:60: style: Function 'ohcount_loc_list_add_loc_list' argument 2 names different: declaration 'loc_list' definition 'other'. [funcArgNamesDifferent]
ohcount-3.1.1/src/loc.h:74:60: note: Function 'ohcount_loc_list_add_loc_list' argument 2 names different: declaration 'loc_list' definition 'other'.
ohcount-3.1.1/src/loc.c:79:60: note: Function 'ohcount_loc_list_add_loc_list' argument 2 names different: declaration 'loc_list' definition 'other'.
ohcount-3.1.1/src/parsed_language.c:9:57: style: Function 'ohcount_parsed_language_new' argument 1 names different: declaration 'language' definition 'name'. [funcArgNamesDifferent]
ohcount-3.1.1/src/parsed_language.h:18:57: note: Function 'ohcount_parsed_language_new' argument 1 names different: declaration 'language' definition 'name'.
ohcount-3.1.1/src/parsed_language.c:9:57: note: Function 'ohcount_parsed_language_new' argument 1 names different: declaration 'language' definition 'name'.
ohcount-3.1.1/src/sourcefile.c:379:3: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
ohcount-3.1.1/src/sourcefile.c:378:0: note: Variable 'd' is reassigned a value before the old one has been used.
ohcount-3.1.1/src/sourcefile.c:379:3: note: Variable 'd' is reassigned a value before the old one has been used.
ohcount-3.1.1/src/sourcefile.c:377:18: style: The scope of the variable 'file' can be reduced. [variableScope]
ohcount-3.1.1/src/sourcefile.c:288:57: style: Function 'ohcount_sourcefile_calc_loc_delta' argument 1 names different: declaration 'from' definition 'from_file'. [funcArgNamesDifferent]
ohcount-3.1.1/src/sourcefile.h:153:57: note: Function 'ohcount_sourcefile_calc_loc_delta' argument 1 names different: declaration 'from' definition 'from_file'.
ohcount-3.1.1/src/sourcefile.c:288:57: note: Function 'ohcount_sourcefile_calc_loc_delta' argument 1 names different: declaration 'from' definition 'from_file'.
ohcount-3.1.1/src/sourcefile.c:290:57: style: Function 'ohcount_sourcefile_calc_loc_delta' argument 3 names different: declaration 'to' definition 'to_file'. [funcArgNamesDifferent]
ohcount-3.1.1/src/sourcefile.h:155:57: note: Function 'ohcount_sourcefile_calc_loc_delta' argument 3 names different: declaration 'to' definition 'to_file'.
ohcount-3.1.1/src/sourcefile.c:290:57: note: Function 'ohcount_sourcefile_calc_loc_delta' argument 3 names different: declaration 'to' definition 'to_file'.
ohcount-3.1.1/test/detect_files/foo.c:3:6: style: Unused variable: x [unusedVariable]
ohcount-3.1.1/test/detect_files/foo_upper_case.C:3:6: style: Unused variable: x [unusedVariable]
ohcount-3.1.1/test/expected_dir/c1.c:12:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ohcount-3.1.1/test/gestalt_files/gtk/simple.c:4:13: style: Unused variable: gtkWindow [unusedVariable]
ohcount-3.1.1/test/src_dir/c1.c:12:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ohcount-3.1.1/test/src_dir/diff2_new.c:5:6: style: Unused variable: common [unusedVariable]
ohcount-3.1.1/test/src_dir/diff2_new.c:6:6: style: Unused variable: new_var [unusedVariable]
ohcount-3.1.1/test/src_dir/diff2_old.c:5:6: style: Unused variable: common [unusedVariable]
ohcount-3.1.1/test/src_dir/diff2_old.c:6:6: style: Unused variable: old_var [unusedVariable]
ohcount-3.1.1/test/symlink_test_dir_target/from_symlink_foo.c:3:6: style: Unused variable: x [unusedVariable]
ohcount-3.1.1/test/unit/detector_test.h:18:18: style: The scope of the variable 'file' can be reduced. [variableScope]
ohcount-3.1.1/test/unit/parser_test.h:212:18: style: The scope of the variable 'file' can be reduced. [variableScope]
ohcount-3.1.1/test/unit/sourcefile_test.h:170:16: warning: Assert statement modifies 'added'. [assignmentInAssert]
[12:31]

ftp://ftp.se.debian.org/debian/pool/main/o/oidentd/oidentd_2.3.1.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/o/oidua/oidua_0.16.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/oinkmaster/oinkmaster_2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ois/ois_1.3.0+dfsg0.orig.tar.gz
ois-1.3.0.dfsg0.orig/demos/FFConsoleDemo.cpp:23:0: error: #error Sorry, not yet implemented on this platform. [preprocessorErrorDirective]
ois-1.3.0.dfsg0.orig/src/OISForceFeedback.cpp:67:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ois-1.3.0.dfsg0.orig/src/OISInputManager.cpp:125:3: error: Null pointer dereference: im [nullPointer]
ois-1.3.0.dfsg0.orig/src/OISInputManager.cpp:105:21: note: Assignment 'im=0', assigned value is 0
ois-1.3.0.dfsg0.orig/src/OISInputManager.cpp:125:3: note: Null pointer dereference
ois-1.3.0.dfsg0.orig/src/OISInputManager.cpp:250:96: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
ois-1.3.0.dfsg0.orig/src/OISInputManager.cpp:255:27: note: Missing bounds check for extra iterator increment in loop.
ois-1.3.0.dfsg0.orig/src/OISInputManager.cpp:250:96: note: Missing bounds check for extra iterator increment in loop.
[12:31]

ftp://ftp.se.debian.org/debian/pool/main/o/okio/okio_1.8.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/okteta/okteta_4.14.2.orig.tar.xz
okteta-4.14.2/core/abstractbytearraymodel.cpp:60:70: style: Function 'copyTo' argument 2 names different: declaration 'copyRange' definition '_copyRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/abstractbytearraymodel.h:218:58: note: Function 'copyTo' argument 2 names different: declaration 'copyRange' definition '_copyRange'.
okteta-4.14.2/core/abstractbytearraymodel.cpp:60:70: note: Function 'copyTo' argument 2 names different: declaration 'copyRange' definition '_copyRange'.
okteta-4.14.2/core/abstractbytearraymodel.cpp:162:103: style: Function 'indexOfCaseInsensitive' argument 2 names different: declaration 'pattern' definition '_pattern'. [funcArgNamesDifferent]
okteta-4.14.2/core/abstractbytearraymodel.h:232:83: note: Function 'indexOfCaseInsensitive' argument 2 names different: declaration 'pattern' definition '_pattern'.
okteta-4.14.2/core/abstractbytearraymodel.cpp:162:103: note: Function 'indexOfCaseInsensitive' argument 2 names different: declaration 'pattern' definition '_pattern'.
okteta-4.14.2/core/abstractbytearraymodel.cpp:207:107: style: Function 'lastIndexOfCaseInsensitive' argument 2 names different: declaration 'pattern' definition '_pattern'. [funcArgNamesDifferent]
okteta-4.14.2/core/abstractbytearraymodel.h:251:87: note: Function 'lastIndexOfCaseInsensitive' argument 2 names different: declaration 'pattern' definition '_pattern'.
okteta-4.14.2/core/abstractbytearraymodel.cpp:207:107: note: Function 'lastIndexOfCaseInsensitive' argument 2 names different: declaration 'pattern' definition '_pattern'.
okteta-4.14.2/core/range.h:129:13: performance: Technically the member function 'KDE::Range::null' can be static. [functionStatic]
okteta-4.14.2/core/character.h:38:5: style: Class 'Character' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/core/range.h:38:1: warning: The class 'Range' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
okteta-4.14.2/core/character.h:50:36: performance: Function parameter 'qchar' should be passed by const reference. [passedByValue]
okteta-4.14.2/core/character.h:51:36: performance: Function parameter 'qchar' should be passed by const reference. [passedByValue]
okteta-4.14.2/core/addressrangelist.cpp:32:61: style: Function 'addAddressRange' argument 1 names different: declaration 'addressRange' definition 'newAddressRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/addressrangelist.h:46:47: note: Function 'addAddressRange' argument 1 names different: declaration 'addressRange' definition 'newAddressRange'.
okteta-4.14.2/core/addressrangelist.cpp:32:61: note: Function 'addAddressRange' argument 1 names different: declaration 'addressRange' definition 'newAddressRange'.
okteta-4.14.2/core/bookmark.h:44:5: style: Class 'Bookmark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:44:18: style: The function 'hasNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:46:18: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:44:18: note: Function in derived class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:45:18: style: The function 'hasPrevious' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:47:18: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:45:18: note: Function in derived class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:46:29: style: The function 'peekNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:48:29: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:46:29: note: Function in derived class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:47:29: style: The function 'peekPrevious' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:49:29: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:47:29: note: Function in derived class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:49:18: style: The function 'findNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:52:18: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:49:18: note: Function in derived class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:50:18: style: The function 'findPrevious' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:53:18: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:50:18: note: Function in derived class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:51:18: style: The function 'findNextFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:54:18: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:51:18: note: Function in derived class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:52:18: style: The function 'findPreviousFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:55:18: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:52:18: note: Function in derived class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:53:29: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:56:29: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:53:29: note: Function in derived class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:54:29: style: The function 'previous' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:57:29: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:54:29: note: Function in derived class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:55:18: style: The function 'toBack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:58:18: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:55:18: note: Function in derived class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:56:18: style: The function 'toFront' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarksconstiteratoradapter.h:59:18: note: Virtual function in base class
okteta-4.14.2/core/bookmarklistconstiteratoradapter.h:56:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel_p.h:133:54: style: Function 'setReadOnly' argument 1 names different: declaration 'readOnly' definition 'isReadOnly'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel_p.h:64:28: note: Function 'setReadOnly' argument 1 names different: declaration 'readOnly' definition 'isReadOnly'.
okteta-4.14.2/core/bytearraymodel_p.h:133:54: note: Function 'setReadOnly' argument 1 names different: declaration 'readOnly' definition 'isReadOnly'.
okteta-4.14.2/core/bytearraymodel.cpp:33:73: style: Function 'ByteArrayModel' argument 4 names different: declaration 'keepsMemory' definition 'keepMemory'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel.h:52:66: note: Function 'ByteArrayModel' argument 4 names different: declaration 'keepsMemory' definition 'keepMemory'.
okteta-4.14.2/core/bytearraymodel.cpp:33:73: note: Function 'ByteArrayModel' argument 4 names different: declaration 'keepsMemory' definition 'keepMemory'.
okteta-4.14.2/core/bytearraymodel.cpp:55:40: style: Function 'setReadOnly' argument 1 names different: declaration 'isReadOnly' definition 'readOnly'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel.h:72:36: note: Function 'setReadOnly' argument 1 names different: declaration 'isReadOnly' definition 'readOnly'.
okteta-4.14.2/core/bytearraymodel.cpp:55:40: note: Function 'setReadOnly' argument 1 names different: declaration 'isReadOnly' definition 'readOnly'.
okteta-4.14.2/core/bytearraymodel.cpp:61:71: style: Function 'setData' argument 4 names different: declaration 'keepsMemory' definition 'keepMemory'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel.h:101:64: note: Function 'setData' argument 4 names different: declaration 'keepsMemory' definition 'keepMemory'.
okteta-4.14.2/core/bytearraymodel.cpp:61:71: note: Function 'setData' argument 4 names different: declaration 'keepsMemory' definition 'keepMemory'.
okteta-4.14.2/core/bytearraymodel.cpp:71:49: style: Function 'signalContentsChanged' argument 1 names different: declaration 'i1' definition 'start'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel.h:102:37: note: Function 'signalContentsChanged' argument 1 names different: declaration 'i1' definition 'start'.
okteta-4.14.2/core/bytearraymodel.cpp:71:49: note: Function 'signalContentsChanged' argument 1 names different: declaration 'i1' definition 'start'.
okteta-4.14.2/core/bytearraymodel.cpp:71:60: style: Function 'signalContentsChanged' argument 2 names different: declaration 'i2' definition 'end'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel.h:102:45: note: Function 'signalContentsChanged' argument 2 names different: declaration 'i2' definition 'end'.
okteta-4.14.2/core/bytearraymodel.cpp:71:60: note: Function 'signalContentsChanged' argument 2 names different: declaration 'i2' definition 'end'.
okteta-4.14.2/core/bytearraymodel.cpp:45:5: style: Class 'ByteArrayModel' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/core/bytearraymodel.cpp:45:5: style: Class 'ByteArrayModel' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/core/bytearraymodel.h:59:18: style: The function 'byte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:119:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:59:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:60:18: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:124:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:60:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:61:18: style: The function 'isReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:132:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:61:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:62:18: style: The function 'isModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:136:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:62:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:64:18: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:149:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:64:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:65:18: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:156:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:65:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:66:18: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:166:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:66:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:67:18: style: The function 'swap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:180:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:67:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:68:18: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:189:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:68:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:69:18: style: The function 'setByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:197:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:69:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:75:18: style: The function 'addBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:45:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:75:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:76:18: style: The function 'removeBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:46:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:76:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:77:18: style: The function 'removeAllBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:47:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:77:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:78:18: style: The function 'setBookmark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:78:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:80:44: style: The function 'createBookmarksConstIterator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:51:44: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:80:44: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:81:37: style: The function 'bookmarkAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:53:37: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:81:37: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:82:37: style: The function 'bookmarkFor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:54:37: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:82:37: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:83:18: style: The function 'containsBookmarkFor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:55:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:83:18: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:84:26: style: The function 'bookmarksCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:56:26: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:84:26: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:87:22: style: The function 'bookmarksAdded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:60:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:87:22: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:88:22: style: The function 'bookmarksRemoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:61:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:88:22: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:89:22: style: The function 'bookmarksModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:63:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:89:22: note: Function in derived class
okteta-4.14.2/core/bytearraymodel.h:90:22: style: The function 'bookmarksModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:62:18: note: Virtual function in base class
okteta-4.14.2/core/bytearraymodel.h:90:22: note: Function in derived class
okteta-4.14.2/core/bytearraymodel_p.cpp:81:78: style: Function 'setData' argument 4 names different: declaration 'keepsMemory' definition 'keepMemory'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel_p.h:70:64: note: Function 'setData' argument 4 names different: declaration 'keepsMemory' definition 'keepMemory'.
okteta-4.14.2/core/bytearraymodel_p.cpp:81:78: note: Function 'setData' argument 4 names different: declaration 'keepsMemory' definition 'keepMemory'.
okteta-4.14.2/core/bytearraymodel_p.cpp:132:57: style: Function 'remove' argument 1 names different: declaration 'removeRange' definition '_removeRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel_p.h:55:38: note: Function 'remove' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/bytearraymodel_p.cpp:132:57: note: Function 'remove' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/bytearraymodel_p.cpp:164:58: style: Function 'replace' argument 1 names different: declaration 'removeRange' definition '_removeRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel_p.h:56:39: note: Function 'replace' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/bytearraymodel_p.cpp:164:58: note: Function 'replace' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/bytearraymodel_p.cpp:239:75: style: Function 'swap' argument 2 names different: declaration 'secondRange' definition '_secondRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel_p.h:57:56: note: Function 'swap' argument 2 names different: declaration 'secondRange' definition '_secondRange'.
okteta-4.14.2/core/bytearraymodel_p.cpp:239:75: note: Function 'swap' argument 2 names different: declaration 'secondRange' definition '_secondRange'.
okteta-4.14.2/core/bytearraymodel_p.cpp:352:41: style: Function 'addSize' argument 1 names different: declaration 'AddSize' definition 'addSize'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel_p.h:100:22: note: Function 'addSize' argument 1 names different: declaration 'AddSize' definition 'addSize'.
okteta-4.14.2/core/bytearraymodel_p.cpp:352:41: note: Function 'addSize' argument 1 names different: declaration 'AddSize' definition 'addSize'.
okteta-4.14.2/core/bytearraymodel_p.cpp:352:54: style: Function 'addSize' argument 2 names different: declaration 'splitOffset' definition 'splitPosition'. [funcArgNamesDifferent]
okteta-4.14.2/core/bytearraymodel_p.h:100:35: note: Function 'addSize' argument 2 names different: declaration 'splitOffset' definition 'splitPosition'.
okteta-4.14.2/core/bytearraymodel_p.cpp:352:54: note: Function 'addSize' argument 2 names different: declaration 'splitOffset' definition 'splitPosition'.
okteta-4.14.2/core/codecs/textcharcodec.h:50:5: style: Class 'TextCharCodec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/core/codecs/hexadecimalbytecodec.cpp:45:50: style: Function 'HexadecimalByteCodec' argument 1 names different: declaration 'lowerCaseDigits' definition 'useLowerCaseDigits'. [funcArgNamesDifferent]
okteta-4.14.2/core/codecs/hexadecimalbytecodec.h:38:41: note: Function 'HexadecimalByteCodec' argument 1 names different: declaration 'lowerCaseDigits' definition 'useLowerCaseDigits'.
okteta-4.14.2/core/codecs/hexadecimalbytecodec.cpp:45:50: note: Function 'HexadecimalByteCodec' argument 1 names different: declaration 'lowerCaseDigits' definition 'useLowerCaseDigits'.
okteta-4.14.2/core/codecs/hexadecimalbytecodec.cpp:50:53: style: Function 'setLowerCaseDigits' argument 1 names different: declaration 'lowerCaseDigits' definition 'useLowerCaseDigits'. [funcArgNamesDifferent]
okteta-4.14.2/core/codecs/hexadecimalbytecodec.h:41:35: note: Function 'setLowerCaseDigits' argument 1 names different: declaration 'lowerCaseDigits' definition 'useLowerCaseDigits'.
okteta-4.14.2/core/codecs/hexadecimalbytecodec.cpp:50:53: note: Function 'setLowerCaseDigits' argument 1 names different: declaration 'lowerCaseDigits' definition 'useLowerCaseDigits'.
okteta-4.14.2/core/codecs/textcharcodec.cpp:187:59: style: Function 'createCodec' argument 1 names different: declaration 'codeName' definition 'codecName'. [funcArgNamesDifferent]
okteta-4.14.2/core/codecs/textcharcodec.h:43:55: note: Function 'createCodec' argument 1 names different: declaration 'codeName' definition 'codecName'.
okteta-4.14.2/core/codecs/textcharcodec.cpp:187:59: note: Function 'createCodec' argument 1 names different: declaration 'codeName' definition 'codecName'.
okteta-4.14.2/core/filebytearraymodel.cpp:56:47: style: Function 'open' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
okteta-4.14.2/core/filebytearraymodel.h:66:31: note: Function 'open' argument 1 names different: declaration 'filename' definition 'fileName'.
okteta-4.14.2/core/filebytearraymodel.cpp:56:47: note: Function 'open' argument 1 names different: declaration 'filename' definition 'fileName'.
okteta-4.14.2/core/filebytearraymodel.h:49:18: style: The function 'byte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:119:18: note: Virtual function in base class
okteta-4.14.2/core/filebytearraymodel.h:49:18: note: Function in derived class
okteta-4.14.2/core/filebytearraymodel.h:50:18: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:124:18: note: Virtual function in base class
okteta-4.14.2/core/filebytearraymodel.h:50:18: note: Function in derived class
okteta-4.14.2/core/filebytearraymodel.h:51:18: style: The function 'isReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:132:18: note: Virtual function in base class
okteta-4.14.2/core/filebytearraymodel.h:51:18: note: Function in derived class
okteta-4.14.2/core/filebytearraymodel.h:52:18: style: The function 'isModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:136:18: note: Virtual function in base class
okteta-4.14.2/core/filebytearraymodel.h:52:18: note: Function in derived class
okteta-4.14.2/core/filebytearraymodel.h:54:18: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:149:18: note: Virtual function in base class
okteta-4.14.2/core/filebytearraymodel.h:54:18: note: Function in derived class
okteta-4.14.2/core/filebytearraymodel.h:55:18: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:156:18: note: Virtual function in base class
okteta-4.14.2/core/filebytearraymodel.h:55:18: note: Function in derived class
okteta-4.14.2/core/filebytearraymodel.h:56:18: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:166:18: note: Virtual function in base class
okteta-4.14.2/core/filebytearraymodel.h:56:18: note: Function in derived class
okteta-4.14.2/core/filebytearraymodel.h:57:18: style: The function 'swap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:180:18: note: Virtual function in base class
okteta-4.14.2/core/filebytearraymodel.h:57:18: note: Function in derived class
okteta-4.14.2/core/filebytearraymodel.h:58:18: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:189:18: note: Virtual function in base class
okteta-4.14.2/core/filebytearraymodel.h:58:18: note: Function in derived class
okteta-4.14.2/core/filebytearraymodel.h:59:18: style: The function 'setByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:197:18: note: Virtual function in base class
okteta-4.14.2/core/filebytearraymodel.h:59:18: note: Function in derived class
okteta-4.14.2/core/filebytearraymodel_p.cpp:32:28: warning: Member variable 'FileByteArrayModelPrivate::mReadOnly' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/filebytearraymodel_p.cpp:32:28: warning: Member variable 'FileByteArrayModelPrivate::mAtEof' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/filebytearraymodel_p.cpp:32:28: warning: Member variable 'FileByteArrayModelPrivate::mOffsetOfActualPage' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/filebytearraymodel_p.cpp:32:28: warning: Member variable 'FileByteArrayModelPrivate::mActualPage' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:34:78: style: Function 'FixedSizeByteArrayModel' argument 3 names different: declaration 'fillUpChar' definition 'fillUpByte'. [funcArgNamesDifferent]
okteta-4.14.2/core/fixedsizebytearraymodel.h:43:57: note: Function 'FixedSizeByteArrayModel' argument 3 names different: declaration 'fillUpChar' definition 'fillUpByte'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:34:78: note: Function 'FixedSizeByteArrayModel' argument 3 names different: declaration 'fillUpChar' definition 'fillUpByte'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:45:66: style: Function 'FixedSizeByteArrayModel' argument 2 names different: declaration 'fillUpChar' definition 'fillUpByte'. [funcArgNamesDifferent]
okteta-4.14.2/core/fixedsizebytearraymodel.h:45:54: note: Function 'FixedSizeByteArrayModel' argument 2 names different: declaration 'fillUpChar' definition 'fillUpByte'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:45:66: note: Function 'FixedSizeByteArrayModel' argument 2 names different: declaration 'fillUpChar' definition 'fillUpByte'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:100:59: style: Function 'remove' argument 1 names different: declaration 'removeRange' definition '_removeRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/fixedsizebytearraymodel.h:56:46: note: Function 'remove' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:100:59: note: Function 'remove' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:128:60: style: Function 'replace' argument 1 names different: declaration 'removeRange' definition '_removeRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/fixedsizebytearraymodel.h:57:47: note: Function 'replace' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:128:60: note: Function 'replace' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:173:77: style: Function 'swap' argument 2 names different: declaration 'secondRange' definition '_secondRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/fixedsizebytearraymodel.h:58:64: note: Function 'swap' argument 2 names different: declaration 'secondRange' definition '_secondRange'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:173:77: note: Function 'swap' argument 2 names different: declaration 'secondRange' definition '_secondRange'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:275:96: style: Function 'compare' argument 2 names different: declaration 'otherRange' definition '_otherRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/fixedsizebytearraymodel.h:66:75: note: Function 'compare' argument 2 names different: declaration 'otherRange' definition '_otherRange'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:275:96: note: Function 'compare' argument 2 names different: declaration 'otherRange' definition '_otherRange'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:327:51: style: Function 'reset' argument 1 names different: declaration 'pos' definition 'offset'. [funcArgNamesDifferent]
okteta-4.14.2/core/fixedsizebytearraymodel.h:74:30: note: Function 'reset' argument 1 names different: declaration 'pos' definition 'offset'.
okteta-4.14.2/core/fixedsizebytearraymodel.cpp:327:51: note: Function 'reset' argument 1 names different: declaration 'pos' definition 'offset'.
okteta-4.14.2/core/fixedsizebytearraymodel.h:50:18: style: The function 'byte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:119:18: note: Virtual function in base class
okteta-4.14.2/core/fixedsizebytearraymodel.h:50:18: note: Function in derived class
okteta-4.14.2/core/fixedsizebytearraymodel.h:51:18: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:124:18: note: Virtual function in base class
okteta-4.14.2/core/fixedsizebytearraymodel.h:51:18: note: Function in derived class
okteta-4.14.2/core/fixedsizebytearraymodel.h:52:18: style: The function 'isReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:132:18: note: Virtual function in base class
okteta-4.14.2/core/fixedsizebytearraymodel.h:52:18: note: Function in derived class
okteta-4.14.2/core/fixedsizebytearraymodel.h:53:18: style: The function 'isModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:136:18: note: Virtual function in base class
okteta-4.14.2/core/fixedsizebytearraymodel.h:53:18: note: Function in derived class
okteta-4.14.2/core/fixedsizebytearraymodel.h:55:18: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:149:18: note: Virtual function in base class
okteta-4.14.2/core/fixedsizebytearraymodel.h:55:18: note: Function in derived class
okteta-4.14.2/core/fixedsizebytearraymodel.h:56:18: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:156:18: note: Virtual function in base class
okteta-4.14.2/core/fixedsizebytearraymodel.h:56:18: note: Function in derived class
okteta-4.14.2/core/fixedsizebytearraymodel.h:57:18: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:166:18: note: Virtual function in base class
okteta-4.14.2/core/fixedsizebytearraymodel.h:57:18: note: Function in derived class
okteta-4.14.2/core/fixedsizebytearraymodel.h:58:18: style: The function 'swap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:180:18: note: Virtual function in base class
okteta-4.14.2/core/fixedsizebytearraymodel.h:58:18: note: Function in derived class
okteta-4.14.2/core/fixedsizebytearraymodel.h:59:18: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:189:18: note: Virtual function in base class
okteta-4.14.2/core/fixedsizebytearraymodel.h:59:18: note: Function in derived class
okteta-4.14.2/core/fixedsizebytearraymodel.h:60:18: style: The function 'setByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:197:18: note: Virtual function in base class
okteta-4.14.2/core/fixedsizebytearraymodel.h:60:18: note: Function in derived class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:56:17: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:63:17: note: Virtual function in base class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:56:17: note: Function in derived class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:57:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:65:21: note: Virtual function in base class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:57:21: note: Function in derived class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:58:18: style: The function 'merge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:71:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:58:18: note: Function in derived class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:59:26: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:73:26: note: Virtual function in base class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:59:26: note: Function in derived class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:60:26: style: The function 'revert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:74:26: note: Virtual function in base class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:60:26: note: Function in derived class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:61:32: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:76:32: note: Virtual function in base class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:61:32: note: Function in derived class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:62:18: style: The function 'dataSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:78:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/grouppiecetablechange.h:62:18: note: Function in derived class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:45:17: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:63:17: note: Virtual function in base class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:45:17: note: Function in derived class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:46:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:65:21: note: Virtual function in base class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:46:21: note: Function in derived class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:47:21: style: The function 'storageOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:68:21: note: Virtual function in base class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:47:21: note: Function in derived class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:48:18: style: The function 'merge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:71:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:48:18: note: Function in derived class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:49:26: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:73:26: note: Virtual function in base class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:49:26: note: Function in derived class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:50:26: style: The function 'revert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:74:26: note: Virtual function in base class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:50:26: note: Function in derived class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:51:32: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:76:32: note: Virtual function in base class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:51:32: note: Function in derived class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:52:18: style: The function 'dataSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:78:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/insertpiecetablechange.h:52:18: note: Function in derived class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:45:17: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:63:17: note: Virtual function in base class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:45:17: note: Function in derived class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:46:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:65:21: note: Virtual function in base class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:46:21: note: Function in derived class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:47:18: style: The function 'merge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:71:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:47:18: note: Function in derived class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:48:26: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:73:26: note: Virtual function in base class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:48:26: note: Function in derived class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:49:26: style: The function 'revert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:74:26: note: Virtual function in base class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:49:26: note: Function in derived class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:50:32: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:76:32: note: Virtual function in base class
okteta-4.14.2/core/piecetable/removepiecetablechange.h:50:32: note: Function in derived class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:47:17: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:63:17: note: Virtual function in base class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:47:17: note: Function in derived class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:48:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:65:21: note: Virtual function in base class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:48:21: note: Function in derived class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:49:21: style: The function 'storageOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:68:21: note: Virtual function in base class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:49:21: note: Function in derived class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:50:18: style: The function 'merge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:71:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:50:18: note: Function in derived class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:51:26: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:73:26: note: Virtual function in base class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:51:26: note: Function in derived class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:52:26: style: The function 'revert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:74:26: note: Virtual function in base class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:52:26: note: Function in derived class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:53:32: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:76:32: note: Virtual function in base class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:53:32: note: Function in derived class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:54:18: style: The function 'dataSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:78:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/replacepiecetablechange.h:54:18: note: Function in derived class
okteta-4.14.2/core/piecetable/swaprangespiecetablechange.h:44:17: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:63:17: note: Virtual function in base class
okteta-4.14.2/core/piecetable/swaprangespiecetablechange.h:44:17: note: Function in derived class
okteta-4.14.2/core/piecetable/swaprangespiecetablechange.h:45:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:65:21: note: Virtual function in base class
okteta-4.14.2/core/piecetable/swaprangespiecetablechange.h:45:21: note: Function in derived class
okteta-4.14.2/core/piecetable/swaprangespiecetablechange.h:46:26: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:73:26: note: Virtual function in base class
okteta-4.14.2/core/piecetable/swaprangespiecetablechange.h:46:26: note: Function in derived class
okteta-4.14.2/core/piecetable/swaprangespiecetablechange.h:47:26: style: The function 'revert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:74:26: note: Virtual function in base class
okteta-4.14.2/core/piecetable/swaprangespiecetablechange.h:47:26: note: Function in derived class
okteta-4.14.2/core/piecetable/swaprangespiecetablechange.h:48:32: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/abstractpiecetablechange.h:76:32: note: Virtual function in base class
okteta-4.14.2/core/piecetable/swaprangespiecetablechange.h:48:32: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/grouppiecetablechangeabstractpiecetablechangeiftest.h:36:39: style: The function 'createPieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:45:39: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/grouppiecetablechangeabstractpiecetablechangeiftest.h:36:39: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/grouppiecetablechangeabstractpiecetablechangeiftest.h:37:18: style: The function 'deletePieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:46:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/grouppiecetablechangeabstractpiecetablechangeiftest.h:37:18: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/grouppiecetablechangeabstractpiecetablechangeiftest.h:38:18: style: The function 'changePieceTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/grouppiecetablechangeabstractpiecetablechangeiftest.h:38:18: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/insertpiecetablechangeabstractpiecetablechangeiftest.h:36:39: style: The function 'createPieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:45:39: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/insertpiecetablechangeabstractpiecetablechangeiftest.h:36:39: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/insertpiecetablechangeabstractpiecetablechangeiftest.h:37:18: style: The function 'deletePieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:46:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/insertpiecetablechangeabstractpiecetablechangeiftest.h:37:18: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/insertpiecetablechangeabstractpiecetablechangeiftest.h:38:18: style: The function 'changePieceTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/insertpiecetablechangeabstractpiecetablechangeiftest.h:38:18: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:146:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:145:0: note: Variable 'result' is reassigned a value before the old one has been used.
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:146:5: note: Variable 'result' is reassigned a value before the old one has been used.
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:147:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:146:5: note: Variable 'result' is reassigned a value before the old one has been used.
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:147:5: note: Variable 'result' is reassigned a value before the old one has been used.
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:148:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:147:5: note: Variable 'result' is reassigned a value before the old one has been used.
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:148:5: note: Variable 'result' is reassigned a value before the old one has been used.
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:153:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:148:5: note: Variable 'result' is reassigned a value before the old one has been used.
okteta-4.14.2/core/piecetable/tests/piecetablechangehistorytest.cpp:153:5: note: Variable 'result' is reassigned a value before the old one has been used.
okteta-4.14.2/core/piecetable/tests/removepiecetablechangeabstractpiecetablechangeiftest.h:36:39: style: The function 'createPieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:45:39: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/removepiecetablechangeabstractpiecetablechangeiftest.h:36:39: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/removepiecetablechangeabstractpiecetablechangeiftest.h:37:18: style: The function 'deletePieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:46:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/removepiecetablechangeabstractpiecetablechangeiftest.h:37:18: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/removepiecetablechangeabstractpiecetablechangeiftest.h:38:18: style: The function 'changePieceTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/removepiecetablechangeabstractpiecetablechangeiftest.h:38:18: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/replacepiecetablechangeabstractpiecetablechangeiftest.h:36:39: style: The function 'createPieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:45:39: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/replacepiecetablechangeabstractpiecetablechangeiftest.h:36:39: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/replacepiecetablechangeabstractpiecetablechangeiftest.h:37:18: style: The function 'deletePieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:46:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/replacepiecetablechangeabstractpiecetablechangeiftest.h:37:18: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/replacepiecetablechangeabstractpiecetablechangeiftest.h:38:18: style: The function 'changePieceTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/replacepiecetablechangeabstractpiecetablechangeiftest.h:38:18: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/swaprangespiecetablechangeabstractpiecetablechangeiftest.h:36:39: style: The function 'createPieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:45:39: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/swaprangespiecetablechangeabstractpiecetablechangeiftest.h:36:39: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/swaprangespiecetablechangeabstractpiecetablechangeiftest.h:37:18: style: The function 'deletePieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:46:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/swaprangespiecetablechangeabstractpiecetablechangeiftest.h:37:18: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/swaprangespiecetablechangeabstractpiecetablechangeiftest.h:38:18: style: The function 'changePieceTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/swaprangespiecetablechangeabstractpiecetablechangeiftest.h:38:18: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/testpiecetablechangeabstractpiecetablechangeiftest.h:36:39: style: The function 'createPieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:45:39: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/testpiecetablechangeabstractpiecetablechangeiftest.h:36:39: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/testpiecetablechangeabstractpiecetablechangeiftest.h:37:18: style: The function 'deletePieceTableChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:46:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/testpiecetablechangeabstractpiecetablechangeiftest.h:37:18: note: Function in derived class
okteta-4.14.2/core/piecetable/tests/testpiecetablechangeabstractpiecetablechangeiftest.h:38:18: style: The function 'changePieceTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/piecetable/tests/abstractpiecetablechangeiftest.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/piecetable/tests/testpiecetablechangeabstractpiecetablechangeiftest.h:38:18: note: Function in derived class
okteta-4.14.2/core/changesdatastorage.h:63:56: style: Function 'append' argument 2 names different: declaration 'byte' definition 'datum'. [funcArgNamesDifferent]
okteta-4.14.2/core/changesdatastorage.h:38:33: note: Function 'append' argument 2 names different: declaration 'byte' definition 'datum'.
okteta-4.14.2/core/changesdatastorage.h:63:56: note: Function 'append' argument 2 names different: declaration 'byte' definition 'datum'.
okteta-4.14.2/core/piecetablebytearraymodel_p.h:138:64: style: Function 'setReadOnly' argument 1 names different: declaration 'isReadOnly' definition 'readOnly'. [funcArgNamesDifferent]
okteta-4.14.2/core/piecetablebytearraymodel_p.h:64:28: note: Function 'setReadOnly' argument 1 names different: declaration 'isReadOnly' definition 'readOnly'.
okteta-4.14.2/core/piecetablebytearraymodel_p.h:138:64: note: Function 'setReadOnly' argument 1 names different: declaration 'isReadOnly' definition 'readOnly'.
okteta-4.14.2/core/piecetablebytearraymodel.cpp:48:50: style: Function 'setReadOnly' argument 1 names different: declaration 'isReadOnly' definition 'readOnly'. [funcArgNamesDifferent]
okteta-4.14.2/core/piecetablebytearraymodel.h:80:36: note: Function 'setReadOnly' argument 1 names different: declaration 'isReadOnly' definition 'readOnly'.
okteta-4.14.2/core/piecetablebytearraymodel.cpp:48:50: note: Function 'setReadOnly' argument 1 names different: declaration 'isReadOnly' definition 'readOnly'.
okteta-4.14.2/core/piecetablebytearraymodel.cpp:38:5: style: Class 'PieceTableByteArrayModel' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/core/piecetablebytearraymodel.cpp:38:5: style: Class 'PieceTableByteArrayModel' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/core/piecetablebytearraymodel.h:67:18: style: The function 'byte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:119:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:67:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:68:18: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:124:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:68:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:69:18: style: The function 'isReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:132:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:69:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:70:18: style: The function 'isModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:136:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:70:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:72:18: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:149:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:72:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:73:18: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:156:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:73:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:74:18: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:166:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:74:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:75:18: style: The function 'swap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:180:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:75:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:76:18: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:189:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:76:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:77:18: style: The function 'setByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/abstractbytearraymodel.h:197:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:77:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:86:17: style: The function 'versionIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/versionable.h:40:17: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:86:17: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:87:17: style: The function 'versionCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/versionable.h:41:17: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:87:17: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:88:21: style: The function 'versionDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/versionable.h:42:21: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:88:21: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:91:18: style: The function 'revertToVersionByIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/versionable.h:45:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:91:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:94:18: style: The function 'addBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:45:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:94:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:95:18: style: The function 'removeBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:46:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:95:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:96:18: style: The function 'removeAllBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:47:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:96:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:97:18: style: The function 'setBookmark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:97:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:99:44: style: The function 'createBookmarksConstIterator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:51:44: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:99:44: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:100:37: style: The function 'bookmarkAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:53:37: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:100:37: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:101:37: style: The function 'bookmarkFor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:54:37: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:101:37: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:102:18: style: The function 'containsBookmarkFor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:55:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:102:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:103:26: style: The function 'bookmarksCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:56:26: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:103:26: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:106:18: style: The function 'openGroupedChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/changesdescribable.h:39:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:106:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:107:18: style: The function 'cancelGroupedChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/changesdescribable.h:40:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:107:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:108:18: style: The function 'closeGroupedChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/changesdescribable.h:41:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:108:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:111:36: style: The function 'changes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/changehistory.h:45:36: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:111:36: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:112:24: style: The function 'initialData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/changehistory.h:46:24: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:112:24: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:113:18: style: The function 'doChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/changehistory.h:49:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:113:18: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:120:22: style: The function 'revertedToVersionIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/versionable.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:120:22: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:121:22: style: The function 'headVersionDescriptionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/versionable.h:49:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:121:22: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:122:22: style: The function 'headVersionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/versionable.h:50:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:122:22: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:125:22: style: The function 'bookmarksAdded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:60:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:125:22: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:126:22: style: The function 'bookmarksRemoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:61:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:126:22: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:127:22: style: The function 'bookmarksModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:63:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:127:22: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:128:22: style: The function 'bookmarksModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/bookmarkable.h:62:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:128:22: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel.h:131:22: style: The function 'changesDone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/changehistory.h:53:18: note: Virtual function in base class
okteta-4.14.2/core/piecetablebytearraymodel.h:131:22: note: Function in derived class
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:227:54: style: Same expression on both sides of '!=' because the value of 'oldModified' and 'newModified' are the same. [duplicateExpression]
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:218:40: note: 'oldModified' is assigned value 'isModified()' here.
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:226:40: note: 'newModified' is assigned value 'isModified()' here.
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:227:54: note: Same expression on both sides of '!=' because the value of 'oldModified' and 'newModified' are the same.
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:133:67: style: Function 'remove' argument 1 names different: declaration 'removeRange' definition '_removeRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/piecetablebytearraymodel_p.h:57:38: note: Function 'remove' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:133:67: note: Function 'remove' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:152:68: style: Function 'replace' argument 1 names different: declaration 'removeRange' definition '_removeRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/piecetablebytearraymodel_p.h:58:39: note: Function 'replace' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:152:68: note: Function 'replace' argument 1 names different: declaration 'removeRange' definition '_removeRange'.
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:173:85: style: Function 'swap' argument 2 names different: declaration 'secondRange' definition '_secondRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/piecetablebytearraymodel_p.h:59:56: note: Function 'swap' argument 2 names different: declaration 'secondRange' definition '_secondRange'.
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:173:85: note: Function 'swap' argument 2 names different: declaration 'secondRange' definition '_secondRange'.
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:35:34: warning: Member variable 'PieceTableByteArrayModelPrivate::mBeforeGroupedChangeVersionIndex' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:35:34: warning: Member variable 'PieceTableByteArrayModelPrivate::mBeforeChangesVersionIndex' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:35:34: warning: Member variable 'PieceTableByteArrayModelPrivate::mBeforeChangesModified' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:35:34: warning: Member variable 'PieceTableByteArrayModelPrivate::mBookmarksModified' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:43:34: warning: Member variable 'PieceTableByteArrayModelPrivate::mBeforeGroupedChangeVersionIndex' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:43:34: warning: Member variable 'PieceTableByteArrayModelPrivate::mBeforeChangesVersionIndex' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:43:34: warning: Member variable 'PieceTableByteArrayModelPrivate::mBeforeChangesModified' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/piecetablebytearraymodel_p.cpp:43:34: warning: Member variable 'PieceTableByteArrayModelPrivate::mBookmarksModified' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.cpp:64:67: style: Function 'checkContentsReplaced' argument 1 names different: declaration 'Position' definition 'offset'. [funcArgNamesDifferent]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:51:41: note: Function 'checkContentsReplaced' argument 1 names different: declaration 'Position' definition 'offset'.
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.cpp:64:67: note: Function 'checkContentsReplaced' argument 1 names different: declaration 'Position' definition 'offset'.
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.cpp:64:80: style: Function 'checkContentsReplaced' argument 2 names different: declaration 'removedLength' definition 'removeLength'. [funcArgNamesDifferent]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:51:56: note: Function 'checkContentsReplaced' argument 2 names different: declaration 'removedLength' definition 'removeLength'.
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.cpp:64:80: note: Function 'checkContentsReplaced' argument 2 names different: declaration 'removedLength' definition 'removeLength'.
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.cpp:64:98: style: Function 'checkContentsReplaced' argument 3 names different: declaration 'insertedLength' definition 'insertLength'. [funcArgNamesDifferent]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:51:75: note: Function 'checkContentsReplaced' argument 3 names different: declaration 'insertedLength' definition 'insertLength'.
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.cpp:64:98: note: Function 'checkContentsReplaced' argument 3 names different: declaration 'insertedLength' definition 'insertLength'.
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.cpp:74:79: style: Function 'checkContentsReplaced' argument 1 names different: declaration 'removeSection' definition 'removeRange'. [funcArgNamesDifferent]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:52:53: note: Function 'checkContentsReplaced' argument 1 names different: declaration 'removeSection' definition 'removeRange'.
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.cpp:74:79: note: Function 'checkContentsReplaced' argument 1 names different: declaration 'removeSection' definition 'removeRange'.
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.cpp:74:96: style: Function 'checkContentsReplaced' argument 2 names different: declaration 'insertedLength' definition 'insertLength'. [funcArgNamesDifferent]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:52:72: note: Function 'checkContentsReplaced' argument 2 names different: declaration 'insertedLength' definition 'insertLength'.
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.cpp:74:96: note: Function 'checkContentsReplaced' argument 2 names different: declaration 'insertedLength' definition 'insertLength'.
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:86:38: warning: Member variable 'AbstractByteArrayModelIfTest::ContentsChangeListSpy' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/tests/bytearraymodelabstractbytearraymodeliftest.h:36:29: style: The function 'createByteArrayModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:47:37: note: Virtual function in base class
okteta-4.14.2/core/tests/bytearraymodelabstractbytearraymodeliftest.h:36:29: note: Function in derived class
okteta-4.14.2/core/tests/bytearraymodelabstractbytearraymodeliftest.h:37:10: style: The function 'deleteByteArrayModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/tests/bytearraymodelabstractbytearraymodeliftest.h:37:10: note: Function in derived class
okteta-4.14.2/core/tests/ebcdic1047charcodeccharcodeciftest.h:36:24: style: The function 'createCodec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/charcodeciftest.h:43:24: note: Virtual function in base class
okteta-4.14.2/core/tests/ebcdic1047charcodeccharcodeciftest.h:36:24: note: Function in derived class
okteta-4.14.2/core/tests/ebcdic1047charcodeccharcodeciftest.h:37:18: style: The function 'deleteCodec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/charcodeciftest.h:44:18: note: Virtual function in base class
okteta-4.14.2/core/tests/ebcdic1047charcodeccharcodeciftest.h:37:18: note: Function in derived class
okteta-4.14.2/core/tests/fixedsizebytearraymodelabstractbytearraymodeliftest.h:35:29: style: The function 'createByteArrayModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:47:37: note: Virtual function in base class
okteta-4.14.2/core/tests/fixedsizebytearraymodelabstractbytearraymodeliftest.h:35:29: note: Function in derived class
okteta-4.14.2/core/tests/fixedsizebytearraymodelabstractbytearraymodeliftest.h:36:10: style: The function 'deleteByteArrayModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/tests/fixedsizebytearraymodelabstractbytearraymodeliftest.h:36:10: note: Function in derived class
okteta-4.14.2/core/tests/piecetablebytearraymodelabstractbytearraymodeliftest.h:36:29: style: The function 'createByteArrayModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:47:37: note: Virtual function in base class
okteta-4.14.2/core/tests/piecetablebytearraymodelabstractbytearraymodeliftest.h:36:29: note: Function in derived class
okteta-4.14.2/core/tests/piecetablebytearraymodelabstractbytearraymodeliftest.h:37:10: style: The function 'deleteByteArrayModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/abstractbytearraymodeliftest.h:48:18: note: Virtual function in base class
okteta-4.14.2/core/tests/piecetablebytearraymodelabstractbytearraymodeliftest.h:37:10: note: Function in derived class
okteta-4.14.2/core/tests/versionableiftest.h:70:27: warning: Member variable 'VersionableIfTest::mRevertedToVersionIndexSpy' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/tests/versionableiftest.h:70:27: warning: Member variable 'VersionableIfTest::mHeadVersionDescriptionChangedSpy' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/tests/versionableiftest.h:70:27: warning: Member variable 'VersionableIfTest::mHeadVersionChangedSpy' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/core/tests/piecetablebytearraymodelversionableiftest.h:36:22: style: The function 'createVersionable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/versionableiftest.h:45:22: note: Virtual function in base class
okteta-4.14.2/core/tests/piecetablebytearraymodelversionableiftest.h:36:22: note: Function in derived class
okteta-4.14.2/core/tests/piecetablebytearraymodelversionableiftest.h:37:18: style: The function 'deleteVersionable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/versionableiftest.h:46:18: note: Virtual function in base class
okteta-4.14.2/core/tests/piecetablebytearraymodelversionableiftest.h:37:18: note: Function in derived class
okteta-4.14.2/core/tests/textcharcodeccharcodeciftest.h:36:24: style: The function 'createCodec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/charcodeciftest.h:43:24: note: Virtual function in base class
okteta-4.14.2/core/tests/textcharcodeccharcodeciftest.h:36:24: note: Function in derived class
okteta-4.14.2/core/tests/textcharcodeccharcodeciftest.h:37:18: style: The function 'deleteCodec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/core/tests/charcodeciftest.h:44:18: note: Virtual function in base class
okteta-4.14.2/core/tests/textcharcodeccharcodeciftest.h:37:18: note: Function in derived class
okteta-4.14.2/core/tests/versionableiftest.cpp:106:0: error: The code contains unhandled character(s) (character code=195). Neither unicode nor extended ascii is supported. [syntaxError]
okteta-4.14.2/gui/selection.h:176:41: style: Function 'setForward' argument 1 names different: declaration 'forward' definition 'Forward'. [funcArgNamesDifferent]
okteta-4.14.2/gui/selection.h:79:27: note: Function 'setForward' argument 1 names different: declaration 'forward' definition 'Forward'.
okteta-4.14.2/gui/selection.h:176:41: note: Function 'setForward' argument 1 names different: declaration 'forward' definition 'Forward'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:106:80: style: Function 'setSpacing' argument 2 names different: declaration 'noOfGroupedBytes' definition 'NoGB'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:102:51: note: Function 'setSpacing' argument 2 names different: declaration 'noOfGroupedBytes' definition 'NoGB'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:106:80: note: Function 'setSpacing' argument 2 names different: declaration 'noOfGroupedBytes' definition 'NoGB'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:140:64: style: Function 'setNoOfGroupedBytes' argument 1 names different: declaration 'noOfGroupedBytes' definition 'NoGB'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:112:35: note: Function 'setNoOfGroupedBytes' argument 1 names different: declaration 'noOfGroupedBytes' definition 'NoGB'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:140:64: note: Function 'setNoOfGroupedBytes' argument 1 names different: declaration 'noOfGroupedBytes' definition 'NoGB'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:206:82: style: Function 'linePositionOfX' argument 1 names different: declaration 'x' definition 'PX'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:135:42: note: Function 'linePositionOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:206:82: note: Function 'linePositionOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:222:79: style: Function 'magneticLinePositionOfX' argument 1 names different: declaration 'x' definition 'PX'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:137:50: note: Function 'magneticLinePositionOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:222:79: note: Function 'magneticLinePositionOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:243:77: style: Function 'linePositionsOfX' argument 1 names different: declaration 'x' definition 'PX'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:133:48: note: Function 'linePositionsOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:243:77: note: Function 'linePositionsOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:243:88: style: Function 'linePositionsOfX' argument 2 names different: declaration 'width' definition 'PW'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:133:58: note: Function 'linePositionsOfX' argument 2 names different: declaration 'width' definition 'PW'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:243:88: note: Function 'linePositionsOfX' argument 2 names different: declaration 'width' definition 'PW'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:271:71: style: Function 'xOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:139:42: note: Function 'xOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:271:71: note: Function 'xOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:276:76: style: Function 'rightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:141:47: note: Function 'rightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:276:76: note: Function 'rightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:282:77: style: Function 'linePositionOfColumnX' argument 1 names different: declaration 'x' definition 'PX'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:143:48: note: Function 'linePositionOfColumnX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:282:77: note: Function 'linePositionOfColumnX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:296:84: style: Function 'linePositionsOfColumnXs' argument 1 names different: declaration 'x' definition 'pixelX'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:145:55: note: Function 'linePositionsOfColumnXs' argument 1 names different: declaration 'x' definition 'pixelX'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:296:84: note: Function 'linePositionsOfColumnXs' argument 1 names different: declaration 'x' definition 'pixelX'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:296:99: style: Function 'linePositionsOfColumnXs' argument 2 names different: declaration 'width' definition 'pixelWidth'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:145:65: note: Function 'linePositionsOfColumnXs' argument 2 names different: declaration 'width' definition 'pixelWidth'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:296:99: note: Function 'linePositionsOfColumnXs' argument 2 names different: declaration 'width' definition 'pixelWidth'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:323:77: style: Function 'columnXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:147:48: note: Function 'columnXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:323:77: note: Function 'columnXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:328:82: style: Function 'columnRightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:149:53: note: Function 'columnRightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:328:82: note: Function 'columnRightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:368:76: style: Function 'prepareRendering' argument 1 names different: declaration 'Xs' definition '_Xs'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:75:47: note: Function 'prepareRendering' argument 1 names different: declaration 'Xs' definition '_Xs'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:368:76: note: Function 'prepareRendering' argument 1 names different: declaration 'Xs' definition '_Xs'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:689:106: style: Function 'renderFramedByte' argument 3 names different: declaration 'style' definition 'frameStyle'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:92:77: note: Function 'renderFramedByte' argument 3 names different: declaration 'style' definition 'frameStyle'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:689:106: note: Function 'renderFramedByte' argument 3 names different: declaration 'style' definition 'frameStyle'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:732:82: style: Function 'getNextSelectedAddressRange' argument 1 names different: declaration 'selectedRange' definition '_selection'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:190:53: note: Function 'getNextSelectedAddressRange' argument 1 names different: declaration 'selectedRange' definition '_selection'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:732:82: note: Function 'getNextSelectedAddressRange' argument 1 names different: declaration 'selectedRange' definition '_selection'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:732:108: style: Function 'getNextSelectedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:190:82: note: Function 'getNextSelectedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:732:108: note: Function 'getNextSelectedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:762:80: style: Function 'getNextMarkedAddressRange' argument 1 names different: declaration 'markedRange' definition '_markedSection'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:191:51: note: Function 'getNextMarkedAddressRange' argument 1 names different: declaration 'markedRange' definition '_markedSection'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:762:80: note: Function 'getNextMarkedAddressRange' argument 1 names different: declaration 'markedRange' definition '_markedSection'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:762:110: style: Function 'getNextMarkedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:191:78: note: Function 'getNextMarkedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:762:110: note: Function 'getNextMarkedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'.
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:48:34: warning: Member variable 'AbstractByteArrayColumnRenderer::mCharCodec' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.cpp:48:34: warning: Member variable 'AbstractByteArrayColumnRenderer::mSpacingTrigger' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/bytearraytableranges.h:80:9: performance: Technically the member function 'Okteta::ByteArrayTableRanges::noOfSelections' can be static. [functionStatic]
okteta-4.14.2/gui/bytearraytableranges.h:125:34: note: Technically the member function 'Okteta::ByteArrayTableRanges::noOfSelections' can be static.
okteta-4.14.2/gui/bytearraytableranges.h:80:9: note: Technically the member function 'Okteta::ByteArrayTableRanges::noOfSelections' can be static.
okteta-4.14.2/gui/selection.h:44:1: warning: The class 'Selection' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
okteta-4.14.2/gui/abstractbytearrayview.cpp:36:77: style: Function 'AbstractByteArrayView' argument 1 names different: declaration 'd' definition 'dd'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview.h:434:58: note: Function 'AbstractByteArrayView' argument 1 names different: declaration 'd' definition 'dd'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:36:77: note: Function 'AbstractByteArrayView' argument 1 names different: declaration 'd' definition 'dd'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:303:52: style: Function 'setVisibleCodings' argument 1 names different: declaration 'visibleCodings' definition 'visibleByteArrayCodings'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview.h:267:33: note: Function 'setVisibleCodings' argument 1 names different: declaration 'visibleCodings' definition 'visibleByteArrayCodings'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:303:52: note: Function 'setVisibleCodings' argument 1 names different: declaration 'visibleCodings' definition 'visibleByteArrayCodings'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:320:54: style: Function 'toggleOffsetColumn' argument 1 names different: declaration 'offsetColumnVisible' definition 'showOffsetColumn'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview.h:270:35: note: Function 'toggleOffsetColumn' argument 1 names different: declaration 'offsetColumnVisible' definition 'showOffsetColumn'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:320:54: note: Function 'toggleOffsetColumn' argument 1 names different: declaration 'offsetColumnVisible' definition 'showOffsetColumn'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:457:50: style: Function 'setZoomLevel' argument 1 names different: declaration 'level' definition 'zoomLevel'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview.h:325:31: note: Function 'setZoomLevel' argument 1 names different: declaration 'level' definition 'zoomLevel'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:457:50: note: Function 'setZoomLevel' argument 1 names different: declaration 'level' definition 'zoomLevel'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:570:59: style: Function 'mousePressEvent' argument 1 names different: declaration 'mousePressEvent' definition 'mouseEvent'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview.h:406:48: note: Function 'mousePressEvent' argument 1 names different: declaration 'mousePressEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:570:59: note: Function 'mousePressEvent' argument 1 names different: declaration 'mousePressEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:577:58: style: Function 'mouseMoveEvent' argument 1 names different: declaration 'mouseMoveEvent' definition 'mouseEvent'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview.h:408:47: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'mouseMoveEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:577:58: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'mouseMoveEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:584:61: style: Function 'mouseReleaseEvent' argument 1 names different: declaration 'mouseReleaseEvent' definition 'mouseEvent'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview.h:407:50: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'mouseReleaseEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:584:61: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'mouseReleaseEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:592:65: style: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'mouseDoubleClickEvent' definition 'mouseEvent'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview.h:409:54: note: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'mouseDoubleClickEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:592:65: note: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'mouseDoubleClickEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:598:54: style: Function 'wheelEvent' argument 1 names different: declaration 'e' definition 'wheelEvent'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview.h:423:43: note: Function 'wheelEvent' argument 1 names different: declaration 'e' definition 'wheelEvent'.
okteta-4.14.2/gui/abstractbytearrayview.cpp:598:54: note: Function 'wheelEvent' argument 1 names different: declaration 'e' definition 'wheelEvent'.
okteta-4.14.2/gui/controller/keditor.h:47:18: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/kcontroller.h:40:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/keditor.h:47:18: note: Function in derived class
okteta-4.14.2/gui/controller/kvalueeditor.h:51:18: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/keditor.h:47:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/kvalueeditor.h:51:18: note: Function in derived class
okteta-4.14.2/gui/controller/ktabcontroller.h:42:18: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/kcontroller.h:40:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/ktabcontroller.h:42:18: note: Function in derived class
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:906:65: style: C-style pointer casting [cstyleCast]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:907:65: style: C-style pointer casting [cstyleCast]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:908:65: style: C-style pointer casting [cstyleCast]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:233:61: style: Function 'toggleOffsetColumn' argument 1 names different: declaration 'offsetColumnVisible' definition 'showOffsetColumn'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:142:35: note: Function 'toggleOffsetColumn' argument 1 names different: declaration 'offsetColumnVisible' definition 'showOffsetColumn'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:233:61: note: Function 'toggleOffsetColumn' argument 1 names different: declaration 'offsetColumnVisible' definition 'showOffsetColumn'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:285:48: style: Function 'zoomIn' argument 1 names different: declaration 'pointInc' definition 'pointIncrement'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:146:22: note: Function 'zoomIn' argument 1 names different: declaration 'pointInc' definition 'pointIncrement'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:285:48: note: Function 'zoomIn' argument 1 names different: declaration 'pointInc' definition 'pointIncrement'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:302:49: style: Function 'zoomOut' argument 1 names different: declaration 'pointDec' definition 'pointDecrement'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:148:23: note: Function 'zoomOut' argument 1 names different: declaration 'pointDec' definition 'pointDecrement'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:302:49: note: Function 'zoomOut' argument 1 names different: declaration 'pointDec' definition 'pointDecrement'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:320:48: style: Function 'zoomTo' argument 1 names different: declaration 'pointSize' definition 'newPointSize'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:150:22: note: Function 'zoomTo' argument 1 names different: declaration 'pointSize' definition 'newPointSize'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:320:48: note: Function 'zoomTo' argument 1 names different: declaration 'pointSize' definition 'newPointSize'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:347:57: style: Function 'setZoomLevel' argument 1 names different: declaration 'level' definition 'zoomLevel'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:152:31: note: Function 'setZoomLevel' argument 1 names different: declaration 'level' definition 'zoomLevel'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:347:57: note: Function 'setZoomLevel' argument 1 names different: declaration 'level' definition 'zoomLevel'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:538:68: style: Function 'setMarking' argument 1 names different: declaration 'marking' definition '_marking'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:140:42: note: Function 'setMarking' argument 1 names different: declaration 'marking' definition '_marking'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:538:68: note: Function 'setMarking' argument 1 names different: declaration 'marking' definition '_marking'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:629:75: style: Function 'setCursorPosition' argument 2 names different: declaration 'isBehind' definition 'behind'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:159:49: note: Function 'setCursorPosition' argument 2 names different: declaration 'isBehind' definition 'behind'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:629:75: note: Function 'setCursorPosition' argument 2 names different: declaration 'isBehind' definition 'behind'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:691:70: style: Function 'setSelection' argument 1 names different: declaration 'selection' definition '_selection'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:157:44: note: Function 'setSelection' argument 1 names different: declaration 'selection' definition '_selection'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:691:70: note: Function 'setSelection' argument 1 names different: declaration 'selection' definition '_selection'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:976:66: style: Function 'mousePressEvent' argument 1 names different: declaration 'mousePressEvent' definition 'mouseEvent'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:182:40: note: Function 'mousePressEvent' argument 1 names different: declaration 'mousePressEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:976:66: note: Function 'mousePressEvent' argument 1 names different: declaration 'mousePressEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:986:65: style: Function 'mouseMoveEvent' argument 1 names different: declaration 'mouseMoveEvent' definition 'mouseEvent'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:184:39: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'mouseMoveEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:986:65: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'mouseMoveEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:996:68: style: Function 'mouseReleaseEvent' argument 1 names different: declaration 'mouseReleaseEvent' definition 'mouseEvent'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:183:42: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'mouseReleaseEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:996:68: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'mouseReleaseEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:1007:72: style: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'mouseDoubleClickEvent' definition 'mouseEvent'. [funcArgNamesDifferent]
okteta-4.14.2/gui/abstractbytearrayview_p.h:185:46: note: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'mouseDoubleClickEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:1007:72: note: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'mouseDoubleClickEvent' definition 'mouseEvent'.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mController' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mMouseController' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mWheelController' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mOffsetColumn' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mOffsetBorderColumn' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mTabController' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mNavigator' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mValueEditor' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mCharEditor' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mDropper' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mMouseNavigator' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mMousePaster' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mZoomWheelController' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mStylist' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mCursorBlinkTimer' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mDefaultFontSize' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mValueCodec' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mValueCoding' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mCharCodec' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:125:31: warning: Member variable 'AbstractByteArrayViewPrivate::mCharCoding' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/abstractbytearrayview_p.h:211:10: performance: Technically the member function 'Okteta::AbstractByteArrayViewPrivate::canReadData' can be static. [functionStatic]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:811:36: note: Technically the member function 'Okteta::AbstractByteArrayViewPrivate::canReadData' can be static.
okteta-4.14.2/gui/abstractbytearrayview_p.h:211:10: note: Technically the member function 'Okteta::AbstractByteArrayViewPrivate::canReadData' can be static.
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:127:4: style: Class 'AbstractByteArrayViewPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/gui/abstractbytearrayview_p.cpp:127:4: style: Class 'AbstractByteArrayViewPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/gui/controller/knavigator.h:46:18: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/kcontroller.h:40:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/knavigator.h:46:18: note: Function in derived class
okteta-4.14.2/gui/controller/kchareditor.h:41:18: style: The function 'handleKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/keditor.h:47:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/kchareditor.h:41:18: note: Function in derived class
okteta-4.14.2/gui/controller/mousenavigator.h:49:18: style: The function 'handleMousePressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/abstractmousecontroller.h:41:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/mousenavigator.h:49:18: note: Function in derived class
okteta-4.14.2/gui/controller/mousenavigator.h:50:18: style: The function 'handleMouseMoveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/abstractmousecontroller.h:42:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/mousenavigator.h:50:18: note: Function in derived class
okteta-4.14.2/gui/controller/mousenavigator.h:51:18: style: The function 'handleMouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/abstractmousecontroller.h:43:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/mousenavigator.h:51:18: note: Function in derived class
okteta-4.14.2/gui/controller/mousenavigator.h:52:18: style: The function 'handleMouseDoubleClickEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/abstractmousecontroller.h:44:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/mousenavigator.h:52:18: note: Function in derived class
okteta-4.14.2/gui/controller/mousepaster.h:41:18: style: The function 'handleMousePressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/abstractmousecontroller.h:41:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/mousepaster.h:41:18: note: Function in derived class
okteta-4.14.2/gui/controller/mousepaster.h:42:18: style: The function 'handleMouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/abstractmousecontroller.h:43:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/mousepaster.h:42:18: note: Function in derived class
okteta-4.14.2/gui/controller/zoomwheelcontroller.h:42:18: style: The function 'handleWheelEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/controller/abstractwheelcontroller.h:41:18: note: Virtual function in base class
okteta-4.14.2/gui/controller/zoomwheelcontroller.h:42:18: note: Function in derived class
okteta-4.14.2/gui/bordercolumnrenderer.cpp:72:36: style: Condition 'lineColor!=-1' is always false [knownConditionTrueFalse]
okteta-4.14.2/gui/bordercolumnrenderer.cpp:70:32: note: Assignment 'lineColor=-1', assigned value is -1
okteta-4.14.2/gui/bordercolumnrenderer.cpp:72:36: note: Condition 'lineColor!=-1' is always false
okteta-4.14.2/gui/bordercolumnrenderer.cpp:72:36: style: Same expression on both sides of '!=' because the value of 'lineColor' and '-1' are the same. [duplicateExpression]
okteta-4.14.2/gui/bordercolumnrenderer.cpp:70:32: note: 'lineColor' is assigned value '-1' here.
okteta-4.14.2/gui/bordercolumnrenderer.cpp:72:36: note: Same expression on both sides of '!=' because the value of 'lineColor' and '-1' are the same.
okteta-4.14.2/gui/bytearraycolumnview.cpp:81:70: style: Function 'setByteArrayModel' argument 1 names different: declaration 'byteArrayModel' definition '_byteArrayModel'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraycolumnview.h:70:61: note: Function 'setByteArrayModel' argument 1 names different: declaration 'byteArrayModel' definition '_byteArrayModel'.
okteta-4.14.2/gui/bytearraycolumnview.cpp:81:70: note: Function 'setByteArrayModel' argument 1 names different: declaration 'byteArrayModel' definition '_byteArrayModel'.
okteta-4.14.2/gui/bytearraycolumnview.cpp:87:59: style: Function 'setBufferSpacing' argument 1 names different: declaration 'byteSpacingWidth' definition 'byteSpacing'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraycolumnview.h:75:50: note: Function 'setBufferSpacing' argument 1 names different: declaration 'byteSpacingWidth' definition 'byteSpacing'.
okteta-4.14.2/gui/bytearraycolumnview.cpp:87:59: note: Function 'setBufferSpacing' argument 1 names different: declaration 'byteSpacingWidth' definition 'byteSpacing'.
okteta-4.14.2/gui/bytearraycolumnview.cpp:87:108: style: Function 'setBufferSpacing' argument 3 names different: declaration 'groupSpacingWidth' definition 'groupSpacing'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraycolumnview.h:75:108: note: Function 'setBufferSpacing' argument 3 names different: declaration 'groupSpacingWidth' definition 'groupSpacing'.
okteta-4.14.2/gui/bytearraycolumnview.cpp:87:108: note: Function 'setBufferSpacing' argument 3 names different: declaration 'groupSpacingWidth' definition 'groupSpacing'.
okteta-4.14.2/gui/bytearraycolumnview.cpp:139:53: style: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraycolumnview.h:78:44: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'.
okteta-4.14.2/gui/bytearraycolumnview.cpp:139:53: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'.
okteta-4.14.2/gui/bytearraycolumnview.h:58:27: style: The function 'byteSpacingWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:156:27: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:58:27: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:59:17: style: The function 'noOfGroupedBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:157:17: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:59:17: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:60:27: style: The function 'groupSpacingWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:158:27: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:60:27: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:61:27: style: The function 'binaryGapWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:159:27: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:61:27: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:64:18: style: The function 'showsNonprinting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:166:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:64:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:65:19: style: The function 'substituteChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:170:19: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:65:19: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:66:19: style: The function 'undefinedChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:172:19: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:66:19: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:68:18: style: The function 'isByteTypeColored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:174:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:68:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:71:18: style: The function 'setByteSpacingWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:186:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:71:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:72:18: style: The function 'setNoOfGroupedBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:191:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:72:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:73:18: style: The function 'setGroupSpacingWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:196:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:73:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:74:18: style: The function 'setBinaryGapWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:201:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:74:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:75:18: style: The function 'setBufferSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:208:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:75:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:76:18: style: The function 'setValueCoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:210:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:76:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:78:18: style: The function 'setShowsNonprinting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:218:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:78:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:79:18: style: The function 'setSubstituteChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:222:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:79:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:80:18: style: The function 'setUndefinedChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:226:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:80:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:81:18: style: The function 'setCharCoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:229:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:81:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:82:18: style: The function 'setCharCoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:234:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:82:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:83:18: style: The function 'setByteTypeColored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:235:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:83:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview.h:106:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:430:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview.h:106:18: note: Function in derived class
okteta-4.14.2/gui/valuebytearraycolumnrenderer.h:62:18: style: The function 'renderByteText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:174:18: note: Virtual function in base class
okteta-4.14.2/gui/valuebytearraycolumnrenderer.h:62:18: note: Function in derived class
okteta-4.14.2/gui/valuebytearraycolumnrenderer.h:63:18: style: The function 'recalcByteWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:176:18: note: Virtual function in base class
okteta-4.14.2/gui/valuebytearraycolumnrenderer.h:63:18: note: Function in derived class
okteta-4.14.2/gui/charbytearraycolumnrenderer.h:74:18: style: The function 'renderByteText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearraycolumnrenderer.h:174:18: note: Virtual function in base class
okteta-4.14.2/gui/charbytearraycolumnrenderer.h:74:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:73:18: style: The function 'ensureVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:163:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:73:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:74:18: style: The function 'ensureCursorVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:164:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:74:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:75:18: style: The function 'placeCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:165:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:75:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:76:19: style: The function 'cursorRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:166:19: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:76:19: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:77:21: style: The function 'indexByPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:167:21: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:77:21: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:78:18: style: The function 'blinkCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:168:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:78:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:116:18: style: The function 'pauseCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:225:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:116:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:117:18: style: The function 'updateCursors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:226:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:117:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:119:18: style: The function 'setActiveCoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:228:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:119:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:120:18: style: The function 'setVisibleCodings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:229:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:120:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:123:49: style: The function 'activeCoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:232:49: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:123:49: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:124:48: style: The function 'visibleCodings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:233:48: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:124:48: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:125:17: style: The function 'fittingBytesPerLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:234:17: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:125:17: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:126:18: style: The function 'adjustToLayoutNoOfBytesPerLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:236:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:126:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.h:127:18: style: The function 'updateChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:238:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearraycolumnview_p.h:127:18: note: Function in derived class
okteta-4.14.2/gui/bytearraycolumnview_p.cpp:85:57: style: C-style pointer casting [cstyleCast]
okteta-4.14.2/gui/bytearraycolumnview_p.cpp:577:10: style: C-style pointer casting [cstyleCast]
okteta-4.14.2/gui/bytearraycolumnview_p.cpp:97:77: style: Function 'setByteArrayModel' argument 1 names different: declaration 'byteArrayModel' definition '_byteArrayModel'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraycolumnview_p.h:67:53: note: Function 'setByteArrayModel' argument 1 names different: declaration 'byteArrayModel' definition '_byteArrayModel'.
okteta-4.14.2/gui/bytearraycolumnview_p.cpp:97:77: note: Function 'setByteArrayModel' argument 1 names different: declaration 'byteArrayModel' definition '_byteArrayModel'.
okteta-4.14.2/gui/bytearraycolumnview_p.cpp:205:60: style: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraycolumnview_p.h:89:36: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'.
okteta-4.14.2/gui/bytearraycolumnview_p.cpp:205:60: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'.
okteta-4.14.2/gui/bytearraycolumnview_p.cpp:242:64: style: Function 'setCharCoding' argument 1 names different: declaration 'charCodingName' definition 'newCharCodingName'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraycolumnview_p.h:93:40: note: Function 'setCharCoding' argument 1 names different: declaration 'charCodingName' definition 'newCharCodingName'.
okteta-4.14.2/gui/bytearraycolumnview_p.cpp:242:64: note: Function 'setCharCoding' argument 1 names different: declaration 'charCodingName' definition 'newCharCodingName'.
okteta-4.14.2/gui/bytearraycolumnview_p.cpp:487:57: style: Function 'setVisibleCodings' argument 1 names different: declaration 'visibleCodings' definition 'newColumns'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraycolumnview_p.h:120:41: note: Function 'setVisibleCodings' argument 1 names different: declaration 'visibleCodings' definition 'newColumns'.
okteta-4.14.2/gui/bytearraycolumnview_p.cpp:487:57: note: Function 'setVisibleCodings' argument 1 names different: declaration 'visibleCodings' definition 'newColumns'.
okteta-4.14.2/gui/bytearraycolumnview_p.h:111:10: performance: Technically the member function 'Okteta::ByteArrayColumnViewPrivate::ensureVisible' can be static. [functionStatic]
okteta-4.14.2/gui/bytearraycolumnview_p.cpp:873:34: note: Technically the member function 'Okteta::ByteArrayColumnViewPrivate::ensureVisible' can be static.
okteta-4.14.2/gui/bytearraycolumnview_p.h:111:10: note: Technically the member function 'Okteta::ByteArrayColumnViewPrivate::ensureVisible' can be static.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:148:76: style: Function 'setSpacing' argument 2 names different: declaration 'noOfGroupedBytes' definition 'NoGB'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:105:52: note: Function 'setSpacing' argument 2 names different: declaration 'noOfGroupedBytes' definition 'NoGB'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:148:76: note: Function 'setSpacing' argument 2 names different: declaration 'noOfGroupedBytes' definition 'NoGB'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:182:60: style: Function 'setNoOfGroupedBytes' argument 1 names different: declaration 'noOfGroupedBytes' definition 'NoGB'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:115:36: note: Function 'setNoOfGroupedBytes' argument 1 names different: declaration 'noOfGroupedBytes' definition 'NoGB'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:182:60: note: Function 'setNoOfGroupedBytes' argument 1 names different: declaration 'noOfGroupedBytes' definition 'NoGB'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:276:71: style: Function 'renderByteText' argument 3 names different: declaration 'charByte' definition 'byteChar'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:221:47: note: Function 'renderByteText' argument 3 names different: declaration 'charByte' definition 'byteChar'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:276:71: note: Function 'renderByteText' argument 3 names different: declaration 'charByte' definition 'byteChar'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:345:77: style: Function 'linePositionOfX' argument 1 names different: declaration 'x' definition 'PX'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:162:42: note: Function 'linePositionOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:345:77: note: Function 'linePositionOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:361:74: style: Function 'magneticLinePositionOfX' argument 1 names different: declaration 'x' definition 'PX'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:164:50: note: Function 'magneticLinePositionOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:361:74: note: Function 'magneticLinePositionOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:382:72: style: Function 'linePositionsOfX' argument 1 names different: declaration 'x' definition 'PX'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:160:48: note: Function 'linePositionsOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:382:72: note: Function 'linePositionsOfX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:382:83: style: Function 'linePositionsOfX' argument 2 names different: declaration 'width' definition 'PW'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:160:58: note: Function 'linePositionsOfX' argument 2 names different: declaration 'width' definition 'PW'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:382:83: note: Function 'linePositionsOfX' argument 2 names different: declaration 'width' definition 'PW'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:410:66: style: Function 'xOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:166:42: note: Function 'xOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:410:66: note: Function 'xOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:415:71: style: Function 'rightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:168:47: note: Function 'rightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:415:71: note: Function 'rightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:421:72: style: Function 'linePositionOfColumnX' argument 1 names different: declaration 'x' definition 'PX'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:170:48: note: Function 'linePositionOfColumnX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:421:72: note: Function 'linePositionOfColumnX' argument 1 names different: declaration 'x' definition 'PX'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:435:79: style: Function 'linePositionsOfColumnXs' argument 1 names different: declaration 'x' definition 'pixelX'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:172:55: note: Function 'linePositionsOfColumnXs' argument 1 names different: declaration 'x' definition 'pixelX'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:435:79: note: Function 'linePositionsOfColumnXs' argument 1 names different: declaration 'x' definition 'pixelX'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:435:94: style: Function 'linePositionsOfColumnXs' argument 2 names different: declaration 'width' definition 'pixelWidth'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:172:65: note: Function 'linePositionsOfColumnXs' argument 2 names different: declaration 'width' definition 'pixelWidth'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:435:94: note: Function 'linePositionsOfColumnXs' argument 2 names different: declaration 'width' definition 'pixelWidth'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:462:72: style: Function 'columnXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:174:48: note: Function 'columnXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:462:72: note: Function 'columnXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:467:77: style: Function 'columnRightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:176:53: note: Function 'columnRightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:467:77: note: Function 'columnRightXOfLinePosition' argument 1 names different: declaration 'posInLine' definition 'linePosition'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:521:71: style: Function 'prepareRendering' argument 1 names different: declaration 'Xs' definition '_Xs'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:77:47: note: Function 'prepareRendering' argument 1 names different: declaration 'Xs' definition '_Xs'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:521:71: note: Function 'prepareRendering' argument 1 names different: declaration 'Xs' definition '_Xs'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:848:63: style: Function 'renderFramedByte' argument 4 names different: declaration 'style' definition 'frameStyle'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:94:123: note: Function 'renderFramedByte' argument 4 names different: declaration 'style' definition 'frameStyle'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:848:63: note: Function 'renderFramedByte' argument 4 names different: declaration 'style' definition 'frameStyle'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:892:77: style: Function 'getNextSelectedAddressRange' argument 1 names different: declaration 'selectedRange' definition '_selection'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:239:53: note: Function 'getNextSelectedAddressRange' argument 1 names different: declaration 'selectedRange' definition '_selection'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:892:77: note: Function 'getNextSelectedAddressRange' argument 1 names different: declaration 'selectedRange' definition '_selection'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:892:103: style: Function 'getNextSelectedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:239:82: note: Function 'getNextSelectedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:892:103: note: Function 'getNextSelectedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:922:75: style: Function 'getNextMarkedAddressRange' argument 1 names different: declaration 'markedRange' definition '_markedSection'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:240:51: note: Function 'getNextMarkedAddressRange' argument 1 names different: declaration 'markedRange' definition '_markedSection'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:922:75: note: Function 'getNextMarkedAddressRange' argument 1 names different: declaration 'markedRange' definition '_markedSection'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:922:105: style: Function 'getNextMarkedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.h:240:78: note: Function 'getNextMarkedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:922:105: note: Function 'getNextMarkedAddressRange' argument 2 names different: declaration 'flag' definition '_flag'.
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:52:29: warning: Member variable 'ByteArrayRowColumnRenderer::mCharCodec' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/bytearrayrowcolumnrenderer.cpp:52:29: warning: Member variable 'ByteArrayRowColumnRenderer::mSpacingTrigger' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/bytearrayrowview.cpp:84:56: style: Function 'setBufferSpacing' argument 1 names different: declaration 'byteSpacingWidth' definition 'byteSpacing'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowview.h:62:50: note: Function 'setBufferSpacing' argument 1 names different: declaration 'byteSpacingWidth' definition 'byteSpacing'.
okteta-4.14.2/gui/bytearrayrowview.cpp:84:56: note: Function 'setBufferSpacing' argument 1 names different: declaration 'byteSpacingWidth' definition 'byteSpacing'.
okteta-4.14.2/gui/bytearrayrowview.cpp:84:105: style: Function 'setBufferSpacing' argument 3 names different: declaration 'groupSpacingWidth' definition 'groupSpacing'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowview.h:62:108: note: Function 'setBufferSpacing' argument 3 names different: declaration 'groupSpacingWidth' definition 'groupSpacing'.
okteta-4.14.2/gui/bytearrayrowview.cpp:84:105: note: Function 'setBufferSpacing' argument 3 names different: declaration 'groupSpacingWidth' definition 'groupSpacing'.
okteta-4.14.2/gui/bytearrayrowview.cpp:136:50: style: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowview.h:65:44: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'.
okteta-4.14.2/gui/bytearrayrowview.cpp:136:50: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'.
okteta-4.14.2/gui/bytearrayrowview.h:45:27: style: The function 'byteSpacingWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:156:27: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:45:27: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:46:17: style: The function 'noOfGroupedBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:157:17: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:46:17: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:47:27: style: The function 'groupSpacingWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:158:27: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:47:27: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:48:27: style: The function 'binaryGapWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:159:27: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:48:27: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:51:18: style: The function 'showsNonprinting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:166:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:51:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:52:19: style: The function 'substituteChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:170:19: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:52:19: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:53:19: style: The function 'undefinedChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:172:19: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:53:19: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:55:18: style: The function 'isByteTypeColored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:174:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:55:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:58:18: style: The function 'setByteSpacingWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:186:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:58:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:59:18: style: The function 'setNoOfGroupedBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:191:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:59:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:60:18: style: The function 'setGroupSpacingWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:196:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:60:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:61:18: style: The function 'setBinaryGapWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:201:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:61:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:62:18: style: The function 'setBufferSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:208:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:62:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:63:18: style: The function 'setValueCoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:210:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:63:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:65:18: style: The function 'setShowsNonprinting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:218:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:65:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:66:18: style: The function 'setSubstituteChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:222:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:66:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:67:18: style: The function 'setUndefinedChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:226:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:67:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:68:18: style: The function 'setCharCoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:229:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:68:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:69:18: style: The function 'setCharCoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:234:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:69:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:70:18: style: The function 'setByteTypeColored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:235:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:70:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview.h:93:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview.h:430:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview.h:93:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:69:18: style: The function 'ensureVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:163:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:69:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:70:18: style: The function 'ensureCursorVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:164:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:70:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:71:18: style: The function 'placeCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:165:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:71:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:72:19: style: The function 'cursorRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:166:19: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:72:19: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:73:21: style: The function 'indexByPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:167:21: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:73:21: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:74:18: style: The function 'blinkCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:168:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:74:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:113:18: style: The function 'pauseCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:225:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:113:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:114:18: style: The function 'updateCursors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:226:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:114:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:116:18: style: The function 'setActiveCoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:228:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:116:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:117:18: style: The function 'setVisibleCodings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:229:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:117:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:120:49: style: The function 'activeCoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:232:49: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:120:49: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:121:48: style: The function 'visibleCodings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:233:48: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:121:48: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:122:17: style: The function 'fittingBytesPerLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:234:17: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:122:17: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:123:18: style: The function 'adjustToLayoutNoOfBytesPerLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:236:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:123:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.h:124:18: style: The function 'updateChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/gui/abstractbytearrayview_p.h:238:18: note: Virtual function in base class
okteta-4.14.2/gui/bytearrayrowview_p.h:124:18: note: Function in derived class
okteta-4.14.2/gui/bytearrayrowview_p.cpp:80:74: style: Function 'setByteArrayModel' argument 1 names different: declaration 'byteArrayModel' definition '_byteArrayModel'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowview_p.h:66:53: note: Function 'setByteArrayModel' argument 1 names different: declaration 'byteArrayModel' definition '_byteArrayModel'.
okteta-4.14.2/gui/bytearrayrowview_p.cpp:80:74: note: Function 'setByteArrayModel' argument 1 names different: declaration 'byteArrayModel' definition '_byteArrayModel'.
okteta-4.14.2/gui/bytearrayrowview_p.cpp:187:57: style: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowview_p.h:86:36: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'.
okteta-4.14.2/gui/bytearrayrowview_p.cpp:187:57: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'showingNonprinting'.
okteta-4.14.2/gui/bytearrayrowview_p.cpp:222:61: style: Function 'setCharCoding' argument 1 names different: declaration 'charCodingName' definition 'newCharCodingName'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowview_p.h:90:40: note: Function 'setCharCoding' argument 1 names different: declaration 'charCodingName' definition 'newCharCodingName'.
okteta-4.14.2/gui/bytearrayrowview_p.cpp:222:61: note: Function 'setCharCoding' argument 1 names different: declaration 'charCodingName' definition 'newCharCodingName'.
okteta-4.14.2/gui/bytearrayrowview_p.cpp:455:54: style: Function 'setVisibleCodings' argument 1 names different: declaration 'visibleCodings' definition 'newCodings'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearrayrowview_p.h:117:41: note: Function 'setVisibleCodings' argument 1 names different: declaration 'visibleCodings' definition 'newCodings'.
okteta-4.14.2/gui/bytearrayrowview_p.cpp:455:54: note: Function 'setVisibleCodings' argument 1 names different: declaration 'visibleCodings' definition 'newCodings'.
okteta-4.14.2/gui/bytearrayrowview_p.h:108:10: performance: Technically the member function 'Okteta::ByteArrayRowViewPrivate::ensureVisible' can be static. [functionStatic]
okteta-4.14.2/gui/bytearrayrowview_p.cpp:828:31: note: Technically the member function 'Okteta::ByteArrayRowViewPrivate::ensureVisible' can be static.
okteta-4.14.2/gui/bytearrayrowview_p.h:108:10: note: Technically the member function 'Okteta::ByteArrayRowViewPrivate::ensureVisible' can be static.
okteta-4.14.2/gui/bytearraytableranges.cpp:93:53: style: Function 'setSelectionEnd' argument 1 names different: declaration 'startIndex' definition 'EndIndex'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:54:35: note: Function 'setSelectionEnd' argument 1 names different: declaration 'startIndex' definition 'EndIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:93:53: note: Function 'setSelectionEnd' argument 1 names different: declaration 'startIndex' definition 'EndIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:173:95: style: Function 'overlapsSelection' argument 3 names different: declaration 'SI' definition 'startIndex'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:99:77: note: Function 'overlapsSelection' argument 3 names different: declaration 'SI' definition 'startIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:173:95: note: Function 'overlapsSelection' argument 3 names different: declaration 'SI' definition 'startIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:173:116: style: Function 'overlapsSelection' argument 4 names different: declaration 'EI' definition 'endIndex'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:99:90: note: Function 'overlapsSelection' argument 4 names different: declaration 'EI' definition 'endIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:173:116: note: Function 'overlapsSelection' argument 4 names different: declaration 'EI' definition 'endIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:185:93: style: Function 'overlapsMarking' argument 3 names different: declaration 'SI' definition 'startIndex'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:100:75: note: Function 'overlapsMarking' argument 3 names different: declaration 'SI' definition 'startIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:185:93: note: Function 'overlapsMarking' argument 3 names different: declaration 'SI' definition 'startIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:185:114: style: Function 'overlapsMarking' argument 4 names different: declaration 'EI' definition 'endIndex'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:100:88: note: Function 'overlapsMarking' argument 4 names different: declaration 'EI' definition 'endIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:185:114: note: Function 'overlapsMarking' argument 4 names different: declaration 'EI' definition 'endIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:197:90: style: Function 'firstOverlappingSelection' argument 1 names different: declaration 'range' definition 'Range'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:104:72: note: Function 'firstOverlappingSelection' argument 1 names different: declaration 'range' definition 'Range'.
okteta-4.14.2/gui/bytearraytableranges.cpp:197:90: note: Function 'firstOverlappingSelection' argument 1 names different: declaration 'range' definition 'Range'.
okteta-4.14.2/gui/bytearraytableranges.cpp:203:83: style: Function 'overlappingMarking' argument 1 names different: declaration 'range' definition 'Range'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:105:65: note: Function 'overlappingMarking' argument 1 names different: declaration 'range' definition 'Range'.
okteta-4.14.2/gui/bytearraytableranges.cpp:203:83: note: Function 'overlappingMarking' argument 1 names different: declaration 'range' definition 'Range'.
okteta-4.14.2/gui/bytearraytableranges.cpp:238:63: style: Function 'overlapsChanges' argument 1 names different: declaration 'range' definition 'Range'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:103:45: note: Function 'overlapsChanges' argument 1 names different: declaration 'range' definition 'Range'.
okteta-4.14.2/gui/bytearraytableranges.cpp:238:63: note: Function 'overlapsChanges' argument 1 names different: declaration 'range' definition 'Range'.
okteta-4.14.2/gui/bytearraytableranges.cpp:253:68: style: Function 'addChangedOffsetLines' argument 1 names different: declaration 'changesLines' definition 'changedLines'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:67:50: note: Function 'addChangedOffsetLines' argument 1 names different: declaration 'changesLines' definition 'changedLines'.
okteta-4.14.2/gui/bytearraytableranges.cpp:253:68: note: Function 'addChangedOffsetLines' argument 1 names different: declaration 'changesLines' definition 'changedLines'.
okteta-4.14.2/gui/bytearraytableranges.cpp:264:53: style: Function 'addChangedRange' argument 1 names different: declaration 'start' definition 'startIndex'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:70:35: note: Function 'addChangedRange' argument 1 names different: declaration 'start' definition 'startIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:264:53: note: Function 'addChangedRange' argument 1 names different: declaration 'start' definition 'startIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:264:73: style: Function 'addChangedRange' argument 2 names different: declaration 'end' definition 'endIndex'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:70:50: note: Function 'addChangedRange' argument 2 names different: declaration 'end' definition 'endIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:264:73: note: Function 'addChangedRange' argument 2 names different: declaration 'end' definition 'endIndex'.
okteta-4.14.2/gui/bytearraytableranges.cpp:294:71: style: Function 'setFirstWordSelection' argument 1 names different: declaration 'selection' definition 'range'. [funcArgNamesDifferent]
okteta-4.14.2/gui/bytearraytableranges.h:57:53: note: Function 'setFirstWordSelection' argument 1 names different: declaration 'selection' definition 'range'.
okteta-4.14.2/gui/bytearraytableranges.cpp:294:71: note: Function 'setFirstWordSelection' argument 1 names different: declaration 'selection' definition 'range'.
okteta-4.14.2/gui/controller/dropper.cpp:46:10: warning: Member variable 'Dropper::mBeforeDragCursorIsBehind' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/controller/dropper.cpp:46:10: warning: Member variable 'Dropper::mCursorIsMovedByDrag' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/controller/keditor.cpp:105:41: style: Function 'doEditAction' argument 1 names different: declaration 'Action' definition 'action'. [funcArgNamesDifferent]
okteta-4.14.2/gui/controller/keditor.h:51:36: note: Function 'doEditAction' argument 1 names different: declaration 'Action' definition 'action'.
okteta-4.14.2/gui/controller/keditor.cpp:105:41: note: Function 'doEditAction' argument 1 names different: declaration 'Action' definition 'action'.
okteta-4.14.2/gui/controller/knavigator.cpp:98:42: style: Function 'moveCursor' argument 1 names different: declaration 'Action' definition 'action'. [funcArgNamesDifferent]
okteta-4.14.2/gui/controller/knavigator.h:50:34: note: Function 'moveCursor' argument 1 names different: declaration 'Action' definition 'action'.
okteta-4.14.2/gui/controller/knavigator.cpp:98:42: note: Function 'moveCursor' argument 1 names different: declaration 'Action' definition 'action'.
okteta-4.14.2/gui/controller/knavigator.cpp:98:55: style: Function 'moveCursor' argument 2 names different: declaration 'Select' definition 'select'. [funcArgNamesDifferent]
okteta-4.14.2/gui/controller/knavigator.h:50:47: note: Function 'moveCursor' argument 2 names different: declaration 'Select' definition 'select'.
okteta-4.14.2/gui/controller/knavigator.cpp:98:55: note: Function 'moveCursor' argument 2 names different: declaration 'Select' definition 'select'.
okteta-4.14.2/gui/controller/kvalueeditor.cpp:203:56: style: Function 'doValueEditAction' argument 1 names different: declaration 'action' definition 'Action'. [funcArgNamesDifferent]
okteta-4.14.2/gui/controller/kvalueeditor.h:72:46: note: Function 'doValueEditAction' argument 1 names different: declaration 'action' definition 'Action'.
okteta-4.14.2/gui/controller/kvalueeditor.cpp:203:56: note: Function 'doValueEditAction' argument 1 names different: declaration 'action' definition 'Action'.
okteta-4.14.2/gui/controller/kvalueeditor.cpp:41:15: warning: Member variable 'KValueEditor::mInsertedDigitsCount' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/gui/controller/mousenavigator.cpp:50:5: style: Class 'MouseNavigator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/gui/controller/mousenavigator.cpp:50:5: style: Class 'MouseNavigator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/gui/libcolumnsview/abstractcolumnrenderer_p.h:78:101: style: Function 'renderEmptyColumn' argument 2 names different: declaration 'xSpan' definition '_xSpan'. [funcArgNamesDifferent]
okteta-4.14.2/gui/libcolumnsview/abstractcolumnrenderer_p.h:45:67: note: Function 'renderEmptyColumn' argument 2 names different: declaration 'xSpan' definition '_xSpan'.
okteta-4.14.2/gui/libcolumnsview/abstractcolumnrenderer_p.h:78:101: note: Function 'renderEmptyColumn' argument 2 names different: declaration 'xSpan' definition '_xSpan'.
okteta-4.14.2/gui/libcolumnsview/abstractcolumnrenderer.cpp:36:4: style: Class 'AbstractColumnRenderer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/gui/libcolumnsview/abstractcolumnrenderer.cpp:36:4: style: Class 'AbstractColumnRenderer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/gui/libcolumnsview/abstractcolumnstylist.cpp:31:5: style: Class 'AbstractColumnStylist' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/gui/libcolumnsview/abstractcolumnstylist.cpp:31:5: style: Class 'AbstractColumnStylist' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/gui/libcolumnsview/columnsview.cpp:141:42: style: Function 'setNoOfLines' argument 1 names different: declaration 'noOfLines' definition 'newNoOfLines'. [funcArgNamesDifferent]
okteta-4.14.2/gui/libcolumnsview/columnsview.h:126:41: note: Function 'setNoOfLines' argument 1 names different: declaration 'noOfLines' definition 'newNoOfLines'.
okteta-4.14.2/gui/libcolumnsview/columnsview.cpp:141:42: note: Function 'setNoOfLines' argument 1 names different: declaration 'noOfLines' definition 'newNoOfLines'.
okteta-4.14.2/gui/libcolumnsview/columnsview.cpp:152:41: style: Function 'setLineHeight' argument 1 names different: declaration 'lineHeight' definition 'newLineHeight'. [funcArgNamesDifferent]
okteta-4.14.2/gui/libcolumnsview/columnsview.h:121:40: note: Function 'setLineHeight' argument 1 names different: declaration 'lineHeight' definition 'newLineHeight'.
okteta-4.14.2/gui/libcolumnsview/columnsview.cpp:152:41: note: Function 'setLineHeight' argument 1 names different: declaration 'lineHeight' definition 'newLineHeight'.
okteta-4.14.2/gui/offsetcolumnrenderer.cpp:64:90: style: Function 'renderColumnBackground' argument 2 names different: declaration 'Xs' definition '_Xs'. [funcArgNamesDifferent]
okteta-4.14.2/gui/offsetcolumnrenderer.h:71:72: note: Function 'renderColumnBackground' argument 2 names different: declaration 'Xs' definition '_Xs'.
okteta-4.14.2/gui/offsetcolumnrenderer.cpp:64:90: note: Function 'renderColumnBackground' argument 2 names different: declaration 'Xs' definition '_Xs'.
okteta-4.14.2/gui/widgetcolumnstylist_p.h:47:73: style: Function 'WidgetColumnStylistPrivate' argument 1 names different: declaration 'mWidget' definition 'widget'. [funcArgNamesDifferent]
okteta-4.14.2/gui/widgetcolumnstylist_p.h:36:51: note: Function 'WidgetColumnStylistPrivate' argument 1 names different: declaration 'mWidget' definition 'widget'.
okteta-4.14.2/gui/widgetcolumnstylist_p.h:47:73: note: Function 'WidgetColumnStylistPrivate' argument 1 names different: declaration 'mWidget' definition 'widget'.
okteta-4.14.2/kasten/controllers/document/info/bytearraymodeliodevice.h:50:18: warning: Virtual function 'open' is called from constructor 'ByteArrayModelIoDevice(AbstractByteArrayModel*byteArrayModel,QObject*parent=0)' at line 37. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/controllers/document/info/bytearraymodeliodevice.cpp:37:5: note: Calling open
okteta-4.14.2/kasten/controllers/document/info/bytearraymodeliodevice.h:50:18: note: open is a virtual method
okteta-4.14.2/kasten/controllers/document/overwriteonly/overwriteonlycontroller.h:49:18: warning: Virtual function 'setTargetModel' is called from constructor 'OverwriteOnlyController(KXMLGUIClient*guiClient)' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/controllers/document/overwriteonly/overwriteonlycontroller.cpp:46:5: note: Calling setTargetModel
okteta-4.14.2/kasten/controllers/document/overwriteonly/overwriteonlycontroller.h:49:18: note: setTargetModel is a virtual method
okteta-4.14.2/kasten/controllers/document/overwriteonly/overwriteonlycontroller.h:46:5: style: Class 'OverwriteOnlyController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/test/arraydatainformationtest.cpp:31:1: style: The class 'ArrayDataInformationTest' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/controllers/test/basicdatainformationtest.cpp:68:1: style: The class 'BasicDataInformationTest' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/controllers/test/testutils.h:121:5: style: Struct 'PrimitiveTypeCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/test/testutils.h:122:18: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/test/testutils.h:115:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/test/testutils.h:122:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/test/testutils.h:134:18: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/test/testutils.h:115:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/test/testutils.h:134:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/test/testutils.h:144:18: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/test/testutils.h:115:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/test/testutils.h:144:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/test/testutils.h:154:18: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/test/testutils.h:115:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/test/testutils.h:154:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/test/jsparsertest.cpp:149:49: style: Function 'testCommon' argument 1 names different: declaration 'data' definition 'dataPtr'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/test/jsparsertest.cpp:57:39: note: Function 'testCommon' argument 1 names different: declaration 'data' definition 'dataPtr'.
okteta-4.14.2/kasten/controllers/test/jsparsertest.cpp:149:49: note: Function 'testCommon' argument 1 names different: declaration 'data' definition 'dataPtr'.
okteta-4.14.2/kasten/controllers/test/locktooffsettest.cpp:30:1: style: The class 'LockToOffsetTest' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/controllers/test/primitivedatainformationtest.cpp:36:1: style: The class 'PrimitiveDataInformationTest' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/controllers/test/scriptclassestest.cpp:58:1: style: The class 'ScriptClassesTest' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/controllers/view/bookmarks/bookmarklistmodel.cpp:41:5: performance: Variable 'mPrintFunction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/bookmarks/bookmarkscontroller.h:65:18: warning: Virtual function 'setTargetModel' is called from constructor 'BookmarksController(KXMLGUIClient*guiClient)' at line 90. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/controllers/view/bookmarks/bookmarkscontroller.cpp:90:5: note: Calling setTargetModel
okteta-4.14.2/kasten/controllers/view/bookmarks/bookmarkscontroller.h:65:18: note: setTargetModel is a virtual method
okteta-4.14.2/kasten/controllers/view/bookmarks/bookmarkstool.cpp:124:25: style: Same expression on both sides of '!=' because the value of 'oldOffsetCoding' and 'newOffsetCoding' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/bookmarks/bookmarkstool.cpp:81:45: note: 'oldOffsetCoding' is assigned value 'offsetCoding()' here.
okteta-4.14.2/kasten/controllers/view/bookmarks/bookmarkstool.cpp:123:45: note: 'newOffsetCoding' is assigned value 'offsetCoding()' here.
okteta-4.14.2/kasten/controllers/view/bookmarks/bookmarkstool.cpp:124:25: note: Same expression on both sides of '!=' because the value of 'oldOffsetCoding' and 'newOffsetCoding' are the same.
okteta-4.14.2/kasten/controllers/view/bytetable/bytetablemodel.cpp:63:51: style: Function 'setCharCodec' argument 1 names different: declaration 'codecName' definition 'codeName'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/bytetable/bytetablemodel.h:64:39: note: Function 'setCharCodec' argument 1 names different: declaration 'codecName' definition 'codeName'.
okteta-4.14.2/kasten/controllers/view/bytetable/bytetablemodel.cpp:63:51: note: Function 'setCharCodec' argument 1 names different: declaration 'codecName' definition 'codeName'.
okteta-4.14.2/kasten/controllers/view/charsetconversion/charsetconversionjob.h:79:30: warning: Member variable 'CharsetConversionJob::mConvertedBytesCount' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:93:21: style: Same expression on both sides of '!=' because the value of 'oldIsUsable' and 'newIsUsable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:72:38: note: 'oldIsUsable' is assigned value 'isUsable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:91:38: note: 'newIsUsable' is assigned value 'isUsable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:93:21: note: Same expression on both sides of '!=' because the value of 'oldIsUsable' and 'newIsUsable' are the same.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:95:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:73:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:92:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:95:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:106:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:101:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:105:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:106:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:117:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:112:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:116:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:117:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:128:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:123:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:127:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:128:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:139:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:134:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:138:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp:139:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsetview.cpp:150:48: style: Function 'onAddressTypeChanged' argument 1 names different: declaration 'newType' definition 'addressType'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsetview.h:58:36: note: Function 'onAddressTypeChanged' argument 1 names different: declaration 'newType' definition 'addressType'.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsetview.cpp:150:48: note: Function 'onAddressTypeChanged' argument 1 names different: declaration 'newType' definition 'addressType'.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsetview.cpp:182:43: style: Function 'onFormatChanged' argument 1 names different: declaration 'index' definition 'formatIndex'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsetview.h:57:31: note: Function 'onFormatChanged' argument 1 names different: declaration 'index' definition 'formatIndex'.
okteta-4.14.2/kasten/controllers/view/gotooffset/gotooffsetview.cpp:182:43: note: Function 'onFormatChanged' argument 1 names different: declaration 'index' definition 'formatIndex'.
okteta-4.14.2/kasten/controllers/view/info/statistictablemodel.cpp:83:56: style: Function 'setCharCodec' argument 1 names different: declaration 'codecName' definition 'codeName'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/info/statistictablemodel.h:68:39: note: Function 'setCharCodec' argument 1 names different: declaration 'codecName' definition 'codeName'.
okteta-4.14.2/kasten/controllers/view/info/statistictablemodel.cpp:83:56: note: Function 'setCharCodec' argument 1 names different: declaration 'codecName' definition 'codeName'.
okteta-4.14.2/kasten/controllers/view/info/statistictablemodel.cpp:43:22: warning: Member variable 'StatisticTableModel::mSize' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/libbytearraychecksum/abstractbytearraychecksumparameterset.cpp:31:5: style: Class 'AbstractByteArrayChecksumParameterSet' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/kasten/controllers/view/libbytearraychecksum/abstractbytearraychecksumparameterset.cpp:31:5: style: Class 'AbstractByteArrayChecksumParameterSet' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/kasten/controllers/view/libbytearraychecksum/algorithm/modsumbytearraychecksumparametersetedit.h:40:5: style: Class 'ModSumByteArrayChecksumParameterSetEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/libbytearraychecksum/algorithm/template/template_bytearraychecksumparametersetedit.h:47:18: warning: Virtual function 'isValid' is called from constructor 'Template_ByteArrayChecksumParameterSetEdit(QWidget*parent=0)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/controllers/view/libbytearraychecksum/algorithm/template/template_bytearraychecksumparametersetedit.cpp:73:16: note: Calling isValid
okteta-4.14.2/kasten/controllers/view/libbytearraychecksum/algorithm/template/template_bytearraychecksumparametersetedit.h:47:18: note: isValid is a virtual method
okteta-4.14.2/kasten/controllers/view/libbytearraychecksum/algorithm/template/template_bytearraychecksumparametersetedit.h:37:5: style: Class 'Template_ByteArrayChecksumParameterSetEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/abstractbytearrayfilterparameterset.cpp:31:4: style: Class 'AbstractByteArrayFilterParameterSet' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/abstractbytearrayfilterparameterset.cpp:31:4: style: Class 'AbstractByteArrayFilterParameterSet' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/filter/rotatebytearrayfilterparametersetedit.h:40:5: style: Class 'RotateByteArrayFilterParameterSetEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/filter/operandbytearrayfilterparameterset.cpp:26:37: warning: Member variable 'OperandByteArrayFilterParameterSet::mOperandFormat' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/filter/operandbytearrayfilterparameterset.cpp:26:37: warning: Member variable 'OperandByteArrayFilterParameterSet::mAlignAtEnd' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/filter/reversebytearrayfilterparameterset.cpp:26:37: warning: Member variable 'ReverseByteArrayFilterParameterSet::mInvertsBits' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/filter/reversebytearrayfilterparametersetedit.h:48:16: style: Class 'ReverseByteArrayFilterParameterSetEdit' is unsafe, 'ReverseByteArrayFilterParameterSetEdit::mInvertsBitsCheckBox' can leak by wrong usage. [unsafeClassCanLeak]
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/filter/rotatebytearrayfilterparameterset.cpp:26:36: warning: Member variable 'RotateByteArrayFilterParameterSet::mGroupSize' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/filter/rotatebytearrayfilterparameterset.cpp:26:36: warning: Member variable 'RotateByteArrayFilterParameterSet::mMoveBitWidth' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/filter/template/template_bytearrayfilterparametersetedit.h:47:18: warning: Virtual function 'isValid' is called from constructor 'Template_ByteArrayFilterParameterSetEdit(QWidget*parent=0)' at line 72. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/filter/template/template_bytearrayfilterparametersetedit.cpp:72:16: note: Calling isValid
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/filter/template/template_bytearrayfilterparametersetedit.h:47:18: note: isValid is a virtual method
okteta-4.14.2/kasten/controllers/view/libbytearrayfilter/filter/template/template_bytearrayfilterparametersetedit.h:37:5: style: Class 'Template_ByteArrayFilterParameterSetEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:168:58: style: Function 'onSearchDataFormatChanged' argument 1 names different: declaration 'Format' definition 'index'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.h:80:41: note: Function 'onSearchDataFormatChanged' argument 1 names different: declaration 'Format' definition 'index'.
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:168:58: note: Function 'onSearchDataFormatChanged' argument 1 names different: declaration 'Format' definition 'index'.
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:175:66: style: Function 'onSearchDataChanged' argument 1 names different: declaration 'ata' definition 'data'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.h:79:49: note: Function 'onSearchDataChanged' argument 1 names different: declaration 'ata' definition 'data'.
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:175:66: note: Function 'onSearchDataChanged' argument 1 names different: declaration 'ata' definition 'data'.
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:181:50: style: Function 'showEvent' argument 1 names different: declaration 'e' definition 'showEvent'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.h:68:41: note: Function 'showEvent' argument 1 names different: declaration 'e' definition 'showEvent'.
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:181:50: note: Function 'showEvent' argument 1 names different: declaration 'e' definition 'showEvent'.
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:41:22: warning: Member variable 'KAbstractFindDialog::SearchDataEdit' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:41:22: warning: Member variable 'KAbstractFindDialog::BackwardsCheckBox' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:41:22: warning: Member variable 'KAbstractFindDialog::AtCursorCheckBox' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:41:22: warning: Member variable 'KAbstractFindDialog::SelectedCheckBox' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:41:22: warning: Member variable 'KAbstractFindDialog::WholeWordsCheckBox' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/libfinddialog/kabstractfinddialog.cpp:41:22: warning: Member variable 'KAbstractFindDialog::CaseSensitiveCheckBox' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/overwritemode/overwritemodecontroller.h:48:18: warning: Virtual function 'setTargetModel' is called from constructor 'OverwriteModeController(KXMLGUIClient*guiClient)' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/controllers/view/overwritemode/overwritemodecontroller.cpp:52:5: note: Calling setTargetModel
okteta-4.14.2/kasten/controllers/view/overwritemode/overwritemodecontroller.h:48:18: note: setTargetModel is a virtual method
okteta-4.14.2/kasten/controllers/view/poddecoder/poddecodertool.cpp:131:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/poddecoder/poddecodertool.cpp:99:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/poddecoder/poddecodertool.cpp:130:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/poddecoder/poddecodertool.cpp:131:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/binary8codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/binary8codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/binary8codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/binary8codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/binary8codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/binary8codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/octal8codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/octal8codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/octal8codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/octal8codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/octal8codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/octal8codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/hexadecimal8codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/hexadecimal8codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/hexadecimal8codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/hexadecimal8codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/hexadecimal8codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/hexadecimal8codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint8codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint8codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint8codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint8codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint8codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint8codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint16codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint16codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint16codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint16codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint16codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint16codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint32codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint32codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint32codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint32codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint32codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint32codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint64codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint64codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint64codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint64codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint64codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/uint64codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint8codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint8codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint8codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint8codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint8codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint8codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint16codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint16codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint16codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint16codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint16codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint16codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint32codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint32codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint32codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint32codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint32codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint32codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint64codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint64codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint64codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint64codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint64codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/sint64codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float32codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float32codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float32codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float32codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float32codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float32codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float64codec.h:41:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float64codec.h:41:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float64codec.h:42:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float64codec.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float64codec.h:44:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float64codec.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/char8codec.h:43:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/char8codec.h:43:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/char8codec.h:44:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/char8codec.h:44:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/char8codec.h:46:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/char8codec.h:46:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/utf8codec.h:43:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:47:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/utf8codec.h:43:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/utf8codec.h:44:24: style: The function 'valueToBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:48:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/utf8codec.h:44:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/utf8codec.h:46:18: style: The function 'areEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstracttypecodec.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/utf8codec.h:46:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/podtableview.h:59:20: style: The function 'query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/poddecoder/abstractdifferentsizedialog.h:42:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/poddecoder/podtableview.h:59:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/poddecoder/typeeditors/uintspinbox.h:81:46: style: Function 'setMaximum' argument 1 names different: declaration 'max' definition 'maximum'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/poddecoder/typeeditors/uintspinbox.h:47:30: note: Function 'setMaximum' argument 1 names different: declaration 'max' definition 'maximum'.
okteta-4.14.2/kasten/controllers/view/poddecoder/typeeditors/uintspinbox.h:81:46: note: Function 'setMaximum' argument 1 names different: declaration 'max' definition 'maximum'.
okteta-4.14.2/kasten/controllers/view/poddecoder/poddelegate.cpp:384:51: style: Function 'displayText' argument 1 names different: declaration 'value' definition 'data'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/poddecoder/poddelegate.h:56:50: note: Function 'displayText' argument 1 names different: declaration 'value' definition 'data'.
okteta-4.14.2/kasten/controllers/view/poddecoder/poddelegate.cpp:384:51: note: Function 'displayText' argument 1 names different: declaration 'value' definition 'data'.
okteta-4.14.2/kasten/controllers/view/poddecoder/types/binary8.h:34:5: style: Struct 'Binary8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/octal8.h:34:5: style: Struct 'Octal8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/hexadecimal8.h:34:5: style: Struct 'Hexadecimal8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/sint8.h:34:5: style: Struct 'SInt8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/sint16.h:34:5: style: Struct 'SInt16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/sint32.h:34:5: style: Struct 'SInt32' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/sint64.h:34:5: style: Struct 'SInt64' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/uint8.h:34:5: style: Struct 'UInt8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/uint16.h:34:5: style: Struct 'UInt16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/uint32.h:34:5: style: Struct 'UInt32' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/uint64.h:34:5: style: Struct 'UInt64' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/float32.h:34:5: style: Struct 'Float32' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/float64.h:34:5: style: Struct 'Float64' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/char8.h:38:5: style: Struct 'Char8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/types/utf8.h:34:5: style: Struct 'Utf8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/podtablemodel.cpp:189:72: style: Function 'setData' argument 2 names different: declaration 'value' definition 'data'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/poddecoder/podtablemodel.h:61:68: note: Function 'setData' argument 2 names different: declaration 'value' definition 'data'.
okteta-4.14.2/kasten/controllers/view/poddecoder/podtablemodel.cpp:189:72: note: Function 'setData' argument 2 names different: declaration 'value' definition 'data'.
okteta-4.14.2/kasten/controllers/view/poddecoder/podtableview.cpp:55:5: style: Class 'PODTableView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/kasten/controllers/view/poddecoder/podtableview.cpp:55:5: style: Class 'PODTableView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float32codec.cpp:51:24: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
okteta-4.14.2/kasten/controllers/view/poddecoder/typecodecs/float64codec.cpp:51:24: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.cpp:91:66: style: Function 'setNoOfLines' argument 1 names different: declaration 'NewNoOfLines' definition 'noOfLines'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.h:95:49: note: Function 'setNoOfLines' argument 1 names different: declaration 'NewNoOfLines' definition 'noOfLines'.
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.cpp:91:66: note: Function 'setNoOfLines' argument 1 names different: declaration 'NewNoOfLines' definition 'noOfLines'.
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.cpp:100:65: style: Function 'setLineHeight' argument 1 names different: declaration 'NewLineHeight' definition 'newLineHeight'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.h:90:48: note: Function 'setLineHeight' argument 1 names different: declaration 'NewLineHeight' definition 'newLineHeight'.
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.cpp:100:65: note: Function 'setLineHeight' argument 1 names different: declaration 'NewLineHeight' definition 'newLineHeight'.
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.cpp:137:78: style: Function 'addColumn' argument 1 names different: declaration 'column' definition 'columnRenderer'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.h:99:53: note: Function 'addColumn' argument 1 names different: declaration 'column' definition 'columnRenderer'.
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.cpp:137:78: note: Function 'addColumn' argument 1 names different: declaration 'column' definition 'columnRenderer'.
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.cpp:145:81: style: Function 'removeColumn' argument 1 names different: declaration 'column' definition 'columnRenderer'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.h:100:56: note: Function 'removeColumn' argument 1 names different: declaration 'column' definition 'columnRenderer'.
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.cpp:145:81: note: Function 'removeColumn' argument 1 names different: declaration 'column' definition 'columnRenderer'.
okteta-4.14.2/kasten/controllers/view/print/bytearrayframerenderer.cpp:317:60: style: Function 'setCharCoding' argument 1 names different: declaration 'charCodingName' definition 'newCharCodingName'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/print/bytearrayframerenderer.h:123:40: note: Function 'setCharCoding' argument 1 names different: declaration 'charCodingName' definition 'newCharCodingName'.
okteta-4.14.2/kasten/controllers/view/print/bytearrayframerenderer.cpp:317:60: note: Function 'setCharCoding' argument 1 names different: declaration 'charCodingName' definition 'newCharCodingName'.
okteta-4.14.2/kasten/controllers/view/print/bytearrayframerenderer.cpp:503:56: style: Function 'showByteArrayColumns' argument 1 names different: declaration 'CCs' definition 'newColumns'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/print/bytearrayframerenderer.h:124:36: note: Function 'showByteArrayColumns' argument 1 names different: declaration 'CCs' definition 'newColumns'.
okteta-4.14.2/kasten/controllers/view/print/bytearrayframerenderer.cpp:503:56: note: Function 'showByteArrayColumns' argument 1 names different: declaration 'CCs' definition 'newColumns'.
okteta-4.14.2/kasten/controllers/view/print/bytearrayframerenderer.h:75:18: style: The function 'renderFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/print/abstractcolumnframerenderer.h:59:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/print/bytearrayframerenderer.h:75:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/print/printcontroller.h:50:18: warning: Virtual function 'setTargetModel' is called from constructor 'PrintController(KXMLGUIClient*guiClient)' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/controllers/view/print/printcontroller.cpp:46:5: note: Calling setTargetModel
okteta-4.14.2/kasten/controllers/view/print/printcontroller.h:50:18: note: setTargetModel is a virtual method
okteta-4.14.2/kasten/controllers/view/replace/kreplaceprompt.cpp:61:45: style: Function 'slotButtonClicked' argument 1 names different: declaration 'button' definition 'buttonCode'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/replace/kreplaceprompt.h:46:41: note: Function 'slotButtonClicked' argument 1 names different: declaration 'button' definition 'buttonCode'.
okteta-4.14.2/kasten/controllers/view/replace/kreplaceprompt.cpp:61:45: note: Function 'slotButtonClicked' argument 1 names different: declaration 'button' definition 'buttonCode'.
okteta-4.14.2/kasten/controllers/view/replace/kreplaceprompt.cpp:34:17: warning: Member variable 'KReplacePrompt::mEventLoop' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/replace/kreplaceprompt.cpp:34:17: warning: Member variable 'KReplacePrompt::mResult' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/replace/replacecontroller.cpp:53:5: style: Class 'ReplaceController' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/kasten/controllers/view/replace/replacecontroller.cpp:53:5: style: Class 'ReplaceController' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/kasten/controllers/view/replace/replacecontroller.h:61:18: style: The function 'queryContinue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/replace/replaceuserqueryable.h:47:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/replace/replacecontroller.h:61:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/replace/replacecontroller.h:62:30: style: The function 'queryReplaceCurrent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/replace/replaceuserqueryable.h:48:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/replace/replacecontroller.h:62:30: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/replace/replacetool.cpp:88:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/replace/replacetool.cpp:70:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/replace/replacetool.cpp:87:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/replace/replacetool.cpp:88:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/replace/replacetool.cpp:44:14: warning: Member variable 'ReplaceTool::mDoPrompt' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/replace/replacetool.cpp:44:14: warning: Member variable 'ReplaceTool::mPreviousFound' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/replace/replacetool.cpp:44:14: warning: Member variable 'ReplaceTool::mDoWrap' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/search/searchcontroller.cpp:95:51: style: Function 'showDialog' argument 1 names different: declaration 'Direction' definition 'direction'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/search/searchcontroller.h:62:37: note: Function 'showDialog' argument 1 names different: declaration 'Direction' definition 'direction'.
okteta-4.14.2/kasten/controllers/view/search/searchcontroller.cpp:95:51: note: Function 'showDialog' argument 1 names different: declaration 'Direction' definition 'direction'.
okteta-4.14.2/kasten/controllers/view/search/searchcontroller.cpp:51:5: style: Class 'SearchController' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/kasten/controllers/view/search/searchcontroller.cpp:51:5: style: Class 'SearchController' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/kasten/controllers/view/search/searchcontroller.h:59:18: style: The function 'queryContinue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/search/searchuserqueryable.h:44:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/search/searchcontroller.h:59:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/search/searchtool.cpp:87:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/search/searchtool.cpp:68:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/search/searchtool.cpp:86:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/search/searchtool.cpp:87:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/search/searchtool.cpp:43:13: warning: Member variable 'SearchTool::mPreviousFound' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:102:21: style: Same expression on both sides of '!=' because the value of 'oldIsUsable' and 'newIsUsable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:81:38: note: 'oldIsUsable' is assigned value 'isUsable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:100:38: note: 'newIsUsable' is assigned value 'isUsable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:102:21: note: Same expression on both sides of '!=' because the value of 'oldIsUsable' and 'newIsUsable' are the same.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:104:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:82:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:101:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:104:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:115:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:110:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:114:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:115:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:126:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:121:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:125:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:126:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:137:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:132:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:136:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:137:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:148:24: style: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:143:44: note: 'oldIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:147:44: note: 'newIsApplyable' is assigned value 'isApplyable()' here.
okteta-4.14.2/kasten/controllers/view/selectrange/selectrangetool.cpp:148:24: note: Same expression on both sides of '!=' because the value of 'oldIsApplyable' and 'newIsApplyable' are the same.
okteta-4.14.2/kasten/controllers/view/stringsextract/containedstringtablemodel.cpp:29:28: warning: Member variable 'ContainedStringTableModel::mCodedOffset' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/stringsextract/containedstringtablemodel.cpp:35:5: performance: Variable 'mPrintFunction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/stringsextract/extractstringsjob.cpp:100:25: style: Variable 'stringStarted' is assigned a value that is never used. [unreadVariable]
okteta-4.14.2/kasten/controllers/view/stringsextract/stringsextractview.cpp:201:57: style: Function 'onStringsUptodateChanged' argument 1 names different: declaration 'stringUptodate' definition 'stringsUptodate'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/stringsextract/stringsextractview.h:66:41: note: Function 'onStringsUptodateChanged' argument 1 names different: declaration 'stringUptodate' definition 'stringsUptodate'.
okteta-4.14.2/kasten/controllers/view/stringsextract/stringsextractview.cpp:201:57: note: Function 'onStringsUptodateChanged' argument 1 names different: declaration 'stringUptodate' definition 'stringsUptodate'.
okteta-4.14.2/kasten/controllers/view/stringsextract/stringsextractview.cpp:215:60: style: Function 'onCanHighlightStringChanged' argument 1 names different: declaration 'isSelectable' definition 'canHighlightString'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/stringsextract/stringsextractview.h:68:44: note: Function 'onCanHighlightStringChanged' argument 1 names different: declaration 'isSelectable' definition 'canHighlightString'.
okteta-4.14.2/kasten/controllers/view/stringsextract/stringsextractview.cpp:215:60: note: Function 'onCanHighlightStringChanged' argument 1 names different: declaration 'isSelectable' definition 'canHighlightString'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:293:85: style: Function 'setByteOrder' argument 1 names different: declaration 'newEndianess' definition 'newByteOrder'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:183:48: note: Function 'setByteOrder' argument 1 names different: declaration 'newEndianess' definition 'newByteOrder'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:293:85: note: Function 'setByteOrder' argument 1 names different: declaration 'newEndianess' definition 'newByteOrder'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:379:70: style: Function 'setToStringFunction' argument 1 names different: declaration 'value' definition 'func'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:223:50: note: Function 'setToStringFunction' argument 1 names different: declaration 'value' definition 'func'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:379:70: note: Function 'setToStringFunction' argument 1 names different: declaration 'value' definition 'func'.
okteta-4.14.2/kasten/controllers/view/structures/script/scriptlogger.h:35:1: style: The class 'ScriptLogger' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:210:28: performance: Technically the member function 'DataInformation::loggedData' can be static. [functionStatic]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:329:48: note: Technically the member function 'DataInformation::loggedData' can be static.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:210:28: note: Technically the member function 'DataInformation::loggedData' can be static.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:211:10: performance: Technically the member function 'DataInformation::setLoggedData' can be static. [functionStatic]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:334:30: note: Technically the member function 'DataInformation::setLoggedData' can be static.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:211:10: note: Technically the member function 'DataInformation::setLoggedData' can be static.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitivedatatype.h:59:5: style: Struct 'PrimitiveDataType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/additionaldata.h:31:1: warning: The class 'AdditionalData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/script/scriptlogger.h:49:2: warning: The struct 'Data' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:168:18: style: The function 'isTopLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:49:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:168:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:40:39: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:78:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:40:39: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:42:27: style: The function 'flags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:114:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:42:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:44:18: style: The function 'isPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:57:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:50:26: style: The function 'childCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:94:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:50:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:51:30: style: The function 'childAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:95:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:51:30: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:52:18: style: The function 'canHaveChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:93:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:52:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:53:24: style: The function 'childPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:111:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:53:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:54:17: style: The function 'indexOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:217:17: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:54:17: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:88:18: style: The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:165:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:88:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:94:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:138:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:94:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:96:18: style: The function 'setWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:134:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:96:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:98:22: style: The function 'dataFromWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:132:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:98:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:100:22: style: The function 'createEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:130:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:100:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:102:31: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:45:31: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:102:31: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:104:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:46:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:104:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:107:31: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:48:31: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:107:31: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:110:26: style: The function 'valueAsQScriptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:47:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:110:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:113:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:150:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:113:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:90:0: style: Function 'offset' argument 1 names different: declaration 'child' definition 'data'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:54:0: note: Function 'offset' argument 1 names different: declaration 'child' definition 'data'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:90:0: note: Function 'offset' argument 1 names different: declaration 'child' definition 'data'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.h:46:1: style: The class 'TopLevelDataInformation' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:30:1: warning: The class 'DummyDataInformation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:32:5: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:78:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:32:5: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:36:26: style: The function 'toScriptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:195:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:36:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:38:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:150:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:38:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:40:18: style: The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:165:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:40:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:43:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:138:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:43:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:44:18: style: The function 'setWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:134:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:45:22: style: The function 'dataFromWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:132:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:45:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:46:22: style: The function 'createEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:130:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:46:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:47:27: style: The function 'flags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:114:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:47:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:48:18: style: The function 'isDummy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:81:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:48:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:49:22: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:117:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:49:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:52:18: style: The function 'canHaveChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:93:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:52:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:53:26: style: The function 'childCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:94:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:53:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:54:30: style: The function 'childAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:95:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:54:30: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:55:24: style: The function 'childPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:111:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:55:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:56:17: style: The function 'indexOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:217:17: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:56:17: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:63:27: style: The function 'scriptClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:231:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:63:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:64:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:64:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:96:17: style: The function 'indexOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:217:17: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:96:17: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:50:22: style: The function 'createEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:130:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:50:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:51:22: style: The function 'dataFromWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:132:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:51:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:52:18: style: The function 'setWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:134:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:52:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:54:22: style: The function 'createChildEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:87:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:54:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:55:22: style: The function 'dataFromChildWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:89:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:55:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:56:18: style: The function 'setChildWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:91:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:56:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:58:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:138:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:58:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:60:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:150:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:60:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:62:18: style: The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:165:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:62:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:64:18: style: The function 'setChildData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:93:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:64:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:67:27: style: The function 'childFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:84:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:67:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:68:22: style: The function 'childData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:83:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:68:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:69:30: style: The function 'childAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:95:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:69:30: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:70:26: style: The function 'childCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:94:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:70:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:71:18: style: The function 'canHaveChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:93:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:71:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:72:21: style: The function 'childTypeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:92:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:72:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:73:17: style: The function 'indexOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:96:17: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:73:17: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:74:16: style: The function 'childSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:85:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:74:16: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:76:18: style: The function 'isArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:54:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:76:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:88:18: style: The function 'childToScriptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:95:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:88:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:89:24: style: The function 'childPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:111:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:89:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:91:27: style: The function 'scriptClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:231:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:91:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:92:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:92:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.h:97:18: style: The function 'isTopLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:49:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.h:97:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:38:31: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:48:31: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:38:31: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:39:31: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:45:31: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:39:31: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:40:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:46:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:40:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:43:22: style: The function 'createEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:130:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:43:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:44:22: style: The function 'dataFromWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:132:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:44:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:45:18: style: The function 'setWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:134:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:45:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:47:26: style: The function 'valueAsQScriptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:47:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:47:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:48:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:138:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:48:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:49:18: style: The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:165:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:49:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:51:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:150:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:51:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:56:21: style: The function 'valueStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:228:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:56:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:57:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:57:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:58:27: style: The function 'scriptClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:231:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.h:58:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:42:22: style: The function 'dataAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:57:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:42:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:44:26: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:58:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:44:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:45:18: style: The function 'setLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:59:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:45:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:46:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:63:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:46:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:48:21: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:61:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:48:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:50:30: style: The function 'childAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:65:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:50:30: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:51:17: style: The function 'indexOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:72:17: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:51:17: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:52:24: style: The function 'offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:73:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:52:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:53:24: style: The function 'sizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:77:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:53:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:54:27: style: The function 'childFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:78:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:54:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:56:31: style: The function 'primitiveType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:70:31: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:56:31: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:57:18: style: The function 'isComplex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:79:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:57:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:59:26: style: The function 'toScriptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:67:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:59:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:61:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:74:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:61:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:62:18: style: The function 'setChildData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:75:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:62:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:65:22: style: The function 'createChildEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:81:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:65:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:66:22: style: The function 'dataFromChildWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:82:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:66:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:67:18: style: The function 'setChildWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:83:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:67:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:69:18: style: The function 'setNewParentForChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:88:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:69:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:43:0: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:74:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:43:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:45:0: style: The function 'setChildData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:75:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:45:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:48:0: style: The function 'childAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:65:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:48:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:49:0: style: The function 'dataAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:57:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:49:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:51:0: style: The function 'indexOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:72:17: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:51:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:52:0: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:58:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:52:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:53:0: style: The function 'setLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:59:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:53:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:54:0: style: The function 'offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:73:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:54:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:55:0: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:63:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:55:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:56:0: style: The function 'primitiveType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:70:31: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:56:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:57:0: style: The function 'sizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:77:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:57:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:58:0: style: The function 'childFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:78:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:58:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:60:0: style: The function 'toScriptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:67:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:60:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:61:0: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:61:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:61:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:63:0: style: The function 'isComplex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:79:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:63:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:66:0: style: The function 'createChildEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:81:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:66:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:67:0: style: The function 'dataFromChildWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:82:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:67:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:68:0: style: The function 'setChildWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:83:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:68:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:76:0: style: The function 'setNewParentForChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:88:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:76:0: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:178:66: performance: Function parameter 'newFunc' should be passed by const reference. [passedByValue]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:90:75: style: Function 'offset' argument 1 names different: declaration 'child' definition 'data'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:54:54: note: Function 'offset' argument 1 names different: declaration 'child' definition 'data'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:90:75: note: Function 'offset' argument 1 names different: declaration 'child' definition 'data'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.cpp:37:54: style: Function 'ArrayDataInformation' argument 5 names different: declaration 'lengthFuntion' definition 'lengthFunction'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:46:62: note: Function 'ArrayDataInformation' argument 5 names different: declaration 'lengthFuntion' definition 'lengthFunction'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.cpp:37:54: note: Function 'ArrayDataInformation' argument 5 names different: declaration 'lengthFuntion' definition 'lengthFunction'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.cpp:83:58: style: Function 'setArrayType' argument 1 names different: declaration 'newChildtype' definition 'newChildType'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:82:40: note: Function 'setArrayType' argument 1 names different: declaration 'newChildtype' definition 'newChildType'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.cpp:83:58: note: Function 'setArrayType' argument 1 names different: declaration 'newChildtype' definition 'newChildType'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/arraydatainformation.h:36:1: warning: The class 'ArrayDataInformation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/arrayscriptclass.h:35:26: style: The function 'prototype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:50:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/arrayscriptclass.h:35:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/arrayscriptclass.h:39:18: style: The function 'additionalPropertyFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:62:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/arrayscriptclass.h:39:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/arrayscriptclass.h:40:26: style: The function 'additionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:63:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/arrayscriptclass.h:40:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/arrayscriptclass.h:41:18: style: The function 'setAdditionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:64:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/arrayscriptclass.h:41:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:43:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:74:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:43:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:45:18: style: The function 'setChildData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:75:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:45:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:48:30: style: The function 'childAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:65:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:48:30: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:49:22: style: The function 'dataAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:57:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:49:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:51:17: style: The function 'indexOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:72:17: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:51:17: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:52:26: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:58:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:52:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:53:18: style: The function 'setLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:59:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:53:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:54:24: style: The function 'offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:73:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:54:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:55:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:63:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:55:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:56:31: style: The function 'primitiveType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:70:31: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:56:31: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:57:24: style: The function 'sizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:77:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:57:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:58:27: style: The function 'childFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:78:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:58:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:60:26: style: The function 'toScriptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:67:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:60:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:61:21: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:61:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:61:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:63:18: style: The function 'isComplex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:79:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:63:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:66:22: style: The function 'createChildEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:81:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:66:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:67:22: style: The function 'dataFromChildWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:82:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:67:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:68:18: style: The function 'setChildWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:83:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:68:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:76:18: style: The function 'setNewParentForChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/abstractarraydata.h:88:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:76:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.cpp:185:48: style: Function 'childFlags' argument 1 names different: declaration 'row' definition 'index'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.h:54:42: note: Function 'childFlags' argument 1 names different: declaration 'row' definition 'index'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/complexarraydata.cpp:185:48: note: Function 'childFlags' argument 1 names different: declaration 'row' definition 'index'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:41:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:138:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:41:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:42:18: style: The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:165:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:42:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:51:17: style: The function 'indexOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:217:17: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:51:17: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:53:30: style: The function 'childAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:95:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:53:30: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:54:18: style: The function 'canHaveChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:93:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:54:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:55:26: style: The function 'childCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:94:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:55:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:56:21: style: The function 'tooltipString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:124:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:56:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:58:22: style: The function 'createEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:130:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:58:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:60:22: style: The function 'dataFromWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:132:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:60:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:61:18: style: The function 'setWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:134:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:61:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:62:18: style: The function 'resetValidationState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:186:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:62:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:74:27: style: The function 'scriptClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:231:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:74:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/structuredatainformation.h:36:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:150:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/structuredatainformation.h:36:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/structuredatainformation.h:38:18: style: The function 'isStruct' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:66:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/structuredatainformation.h:38:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/structuredatainformation.h:40:24: style: The function 'childPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:111:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/structuredatainformation.h:40:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/structuredatainformation.h:46:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/structuredatainformation.h:46:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.cpp:72:25: style: Function 'readDataNativeOrder' argument 3 names different: declaration 'addr' definition 'address'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:73:100: note: Function 'readDataNativeOrder' argument 3 names different: declaration 'addr' definition 'address'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.cpp:72:25: note: Function 'readDataNativeOrder' argument 3 names different: declaration 'addr' definition 'address'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.cpp:86:25: style: Function 'readDataNonNativeOrder' argument 3 names different: declaration 'addr' definition 'address'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.h:75:103: note: Function 'readDataNonNativeOrder' argument 3 names different: declaration 'addr' definition 'address'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/array/primitivearraydata.cpp:86:25: note: Function 'readDataNonNativeOrder' argument 3 names different: declaration 'addr' definition 'address'.
okteta-4.14.2/kasten/controllers/view/structures/script/safereference.h:32:1: style: The class 'SafeReferenceHolder' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/controllers/view/structures/script/safereference.h:52:1: warning: The class 'SafeReference' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:67:1: warning: The class 'DataInformation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.cpp:34:68: style: Function 'childAt' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:53:51: note: Function 'childAt' argument 1 names different: declaration 'index' definition 'idx'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.cpp:34:68: note: Function 'childAt' argument 1 names different: declaration 'index' definition 'idx'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.cpp:153:60: style: Function 'setChildren' argument 1 names different: declaration 'newChildren' definition 'children'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:70:35: note: Function 'setChildren' argument 1 names different: declaration 'newChildren' definition 'children'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.cpp:153:60: note: Function 'setChildren' argument 1 names different: declaration 'newChildren' definition 'children'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.cpp:186:64: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'newChild'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:66:39: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'newChild'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.cpp:186:64: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'newChild'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:29:1: warning: The class 'DataInformationWithChildren' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/structunionscriptclass.h:35:26: style: The function 'prototype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:50:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/structunionscriptclass.h:35:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/structunionscriptclass.h:39:18: style: The function 'additionalPropertyFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:62:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/structunionscriptclass.h:39:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/structunionscriptclass.h:40:26: style: The function 'additionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:63:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/structunionscriptclass.h:40:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/structunionscriptclass.h:41:18: style: The function 'setAdditionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:64:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/structunionscriptclass.h:41:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.cpp:50:92: style: Function 'toScriptValue' argument 2 names different: declaration 'handlerInfo' definition 'info'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:36:82: note: Function 'toScriptValue' argument 2 names different: declaration 'handlerInfo' definition 'info'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.cpp:50:92: note: Function 'toScriptValue' argument 2 names different: declaration 'handlerInfo' definition 'info'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.cpp:55:52: style: Function 'setData' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:40:42: note: Function 'setData' argument 1 names different: declaration 'value' definition 'v'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.cpp:55:52: note: Function 'setData' argument 1 names different: declaration 'value' definition 'v'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.cpp:56:25: style: Function 'setData' argument 3 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:41:29: note: Function 'setData' argument 3 names different: declaration 'address' definition 'addr'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.cpp:56:25: note: Function 'setData' argument 3 names different: declaration 'address' definition 'addr'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.cpp:56:42: style: Function 'setData' argument 4 names different: declaration 'bitsRemaining' definition 'remaining'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:41:49: note: Function 'setData' argument 4 names different: declaration 'bitsRemaining' definition 'remaining'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.cpp:56:42: note: Function 'setData' argument 4 names different: declaration 'bitsRemaining' definition 'remaining'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.cpp:56:60: style: Function 'setData' argument 5 names different: declaration 'bitOffset' definition 'offset'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:41:71: note: Function 'setData' argument 5 names different: declaration 'bitOffset' definition 'offset'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.cpp:56:60: note: Function 'setData' argument 5 names different: declaration 'bitOffset' definition 'offset'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.cpp:85:0: style: Same expression on both sides of '!=' because the value of 'wasValid' and 'mWasAbleToRead' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.cpp:79:0: note: 'wasValid' is assigned value 'mWasAbleToRead' here.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.cpp:85:0: note: Same expression on both sides of '!=' because the value of 'wasValid' and 'mWasAbleToRead' are the same.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.cpp:97:0: style: Same expression on both sides of '!=' because the value of 'wasValid' and 'mWasAbleToRead' are the same. [duplicateExpression]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.cpp:79:0: note: 'wasValid' is assigned value 'mWasAbleToRead' here.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/basicprimitivedatainformation.cpp:97:0: note: Same expression on both sides of '!=' because the value of 'wasValid' and 'mWasAbleToRead' are the same.
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:35:26: style: The function 'prototype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:50:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:35:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:39:18: style: The function 'additionalPropertyFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:62:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:39:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:40:26: style: The function 'additionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:63:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:40:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:41:18: style: The function 'setAdditionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:64:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:41:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:28:1: warning: The class 'AbstractBitfieldDataInformation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:36:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:138:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:36:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:38:31: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:45:31: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:38:31: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:39:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:46:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:39:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:40:31: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:48:31: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:40:31: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:41:21: style: The function 'sizeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:126:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:41:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:42:18: style: The function 'isBitfield' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:63:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:42:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:43:27: style: The function 'flags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:42:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:43:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:44:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:150:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:44:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:46:10: style: The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:165:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:46:10: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:53:27: style: The function 'scriptClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:231:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:53:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/bitfieldscriptclass.h:34:18: style: The function 'queryAdditionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:38:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/bitfieldscriptclass.h:34:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/bitfieldscriptclass.h:35:26: style: The function 'additionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:40:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/bitfieldscriptclass.h:35:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/bitfieldscriptclass.h:36:18: style: The function 'setAdditionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:41:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/bitfieldscriptclass.h:36:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:38:26: style: The function 'valueAsQScriptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:47:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:38:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:39:22: style: The function 'createEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:130:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:39:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:40:22: style: The function 'dataFromWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:132:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:40:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:41:18: style: The function 'setWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:134:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:41:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:43:21: style: The function 'valueStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:228:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:43:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:44:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/boolbitfielddatainformation.h:44:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:36:31: style: The function 'fromVariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:51:31: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:36:31: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:38:26: style: The function 'valueAsQScriptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:47:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:38:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:39:22: style: The function 'createEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:130:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:39:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:40:22: style: The function 'dataFromWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:132:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:40:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:41:18: style: The function 'setWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:134:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:41:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:43:18: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/abstractbitfielddatainformation.h:39:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:43:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:45:21: style: The function 'valueStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:228:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:45:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:46:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/signedbitfielddatainformation.h:46:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:37:26: style: The function 'valueAsQScriptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:47:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:37:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:38:22: style: The function 'createEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:130:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:38:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:39:22: style: The function 'dataFromWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:132:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:39:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:40:18: style: The function 'setWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:134:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:40:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:42:21: style: The function 'valueStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:228:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:42:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:43:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/bitfield/unsignedbitfielddatainformation.h:43:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/booldatainformation.cpp:27:0: style: Function 'staticValueString' argument 1 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/booldatainformation.h:35:0: note: Function 'staticValueString' argument 1 names different: declaration 'val' definition 'value'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/booldatainformation.cpp:27:0: note: Function 'staticValueString' argument 1 names different: declaration 'val' definition 'value'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdefinition.h:44:5: warning: Member variable 'EnumDefinition::mName' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdefinition.h:37:1: warning: The class 'EnumDefinition' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:29:1: warning: The class 'EnumDataInformation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:38:18: style: The function 'isEnum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:60:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:38:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:43:27: style: The function 'scriptClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:231:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:43:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:44:21: style: The function 'valueStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:228:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:44:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:45:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:45:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/enumscriptclass.h:35:18: style: The function 'queryAdditionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:38:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/enumscriptclass.h:35:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/enumscriptclass.h:36:26: style: The function 'additionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:40:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/enumscriptclass.h:36:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/enumscriptclass.h:37:18: style: The function 'setAdditionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:41:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/enumscriptclass.h:37:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/flagdatainformation.h:31:5: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:31:5: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/flagdatainformation.h:31:5: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/flagdatainformation.h:36:21: style: The function 'valueStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:44:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/flagdatainformation.h:36:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/flagdatainformation.h:37:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/enumdatainformation.h:45:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/flagdatainformation.h:37:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/pointerscriptclass.h:41:19: warning: The class 'PointerScriptClass' defines member variable with name 's_type' also defined in its parent class 'PrimitiveScriptClass'. [duplInheritedMember]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:46:19: note: Parent variable 'PrimitiveScriptClass::s_type'
okteta-4.14.2/kasten/controllers/view/structures/script/classes/pointerscriptclass.h:41:19: note: Derived variable 'PointerScriptClass::s_type'
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:30:1: warning: The class 'PointerDataInformation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:41:18: style: The function 'canHaveChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:52:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:41:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:44:18: style: The function 'isPointer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:75:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:45:24: style: The function 'childPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:53:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:45:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:46:17: style: The function 'indexOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:54:17: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:46:17: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:47:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:113:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:47:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:67:27: style: The function 'scriptClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:231:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:67:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:68:21: style: The function 'valueStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:228:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:68:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:69:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.h:69:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/pointerscriptclass.h:35:18: style: The function 'queryAdditionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:38:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/pointerscriptclass.h:35:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/pointerscriptclass.h:36:26: style: The function 'additionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:40:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/pointerscriptclass.h:36:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/pointerscriptclass.h:37:18: style: The function 'setAdditionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.h:41:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/pointerscriptclass.h:37:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.cpp:37:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/primitivedatainformation.h:76:1: warning: The class 'PrimitiveDataInformationWrapper' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/uintdatainformation.cpp:34:0: style: Function 'asScriptValue' argument 3 names different: declaration 'handler' definition 'handlerInfo'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/uintdatainformation.h:32:0: note: Function 'asScriptValue' argument 3 names different: declaration 'handler' definition 'handlerInfo'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/uintdatainformation.cpp:34:0: note: Function 'asScriptValue' argument 3 names different: declaration 'handler' definition 'handlerInfo'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/uintdatainformation.cpp:51:0: style: Function 'staticValueString' argument 1 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/uintdatainformation.h:33:0: note: Function 'staticValueString' argument 1 names different: declaration 'val' definition 'value'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitive/uintdatainformation.cpp:51:0: note: Function 'staticValueString' argument 1 names different: declaration 'val' definition 'value'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitivedatatype.cpp:76:59: style: Function 'standardTypeName' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitivedatatype.h:78:48: note: Function 'standardTypeName' argument 1 names different: declaration 'type' definition 'type_'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitivedatatype.cpp:76:59: note: Function 'standardTypeName' argument 1 names different: declaration 'type' definition 'type_'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitivedatatype.cpp:85:55: style: Function 'longTypeName' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitivedatatype.h:80:44: note: Function 'longTypeName' argument 1 names different: declaration 'type' definition 'type_'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitivedatatype.cpp:85:55: note: Function 'longTypeName' argument 1 names different: declaration 'type' definition 'type_'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitivefactory.cpp:30:51: style: Function 'typeStringToType' argument 1 names different: declaration 'typeStr' definition 'string'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitivefactory.h:39:51: note: Function 'typeStringToType' argument 1 names different: declaration 'typeStr' definition 'string'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/primitivefactory.cpp:30:51: note: Function 'typeStringToType' argument 1 names different: declaration 'typeStr' definition 'string'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:39:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:61:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:39:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:40:24: style: The function 'sizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:60:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:40:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:41:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:59:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:41:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:42:21: style: The function 'completeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:58:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:42:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:43:21: style: The function 'stringValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:57:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:43:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:44:21: style: The function 'charType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:56:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:44:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:45:18: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:55:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:45:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:46:21: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:54:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/asciistringdata.h:46:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:50:18: style: The function 'canHaveChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:93:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:50:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:51:30: style: The function 'childAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:95:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:51:30: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:53:18: style: The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:165:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:53:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:55:18: style: The function 'setChildData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:93:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:55:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:57:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:150:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:57:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:60:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:138:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:60:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:61:18: style: The function 'setWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:134:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:61:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:62:22: style: The function 'dataFromWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:132:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:62:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:63:22: style: The function 'createEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:130:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:63:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:64:26: style: The function 'childCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:94:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:64:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:65:27: style: The function 'flags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:114:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:65:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:66:18: style: The function 'isString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:72:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:66:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:68:22: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:117:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:68:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:69:22: style: The function 'childData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:83:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:69:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:70:27: style: The function 'childFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:84:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:70:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:71:24: style: The function 'childSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:85:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:71:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:72:21: style: The function 'childTypeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:92:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:72:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:73:18: style: The function 'setChildWidgetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:91:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:73:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:74:22: style: The function 'dataFromChildWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:89:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:74:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:75:22: style: The function 'createChildEditWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:87:22: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:75:22: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:76:26: style: The function 'childToScriptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/dummydatainformation.h:95:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:76:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:77:24: style: The function 'childPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:111:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:77:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:96:27: style: The function 'scriptClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:231:27: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:96:27: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:97:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:97:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:98:21: style: The function 'valueStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:228:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:98:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:39:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:61:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:39:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:40:24: style: The function 'sizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:60:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:40:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:41:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:59:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:41:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:42:21: style: The function 'completeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:58:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:42:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:43:21: style: The function 'stringValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:57:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:43:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:44:21: style: The function 'charType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:56:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:44:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:45:18: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:55:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:45:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:46:21: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:54:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/latin1stringdata.h:46:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.h:39:1: warning: The class 'StringDataInformation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:35:21: style: The function 'charType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:56:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:35:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:36:21: style: The function 'completeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:58:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:36:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:37:18: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:55:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:37:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:38:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:61:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:38:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:39:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:59:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:39:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:40:24: style: The function 'sizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:60:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:40:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:41:21: style: The function 'stringValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:57:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:41:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:42:21: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:54:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h:42:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:38:21: style: The function 'charType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:56:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:38:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:39:21: style: The function 'completeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:58:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:39:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:40:18: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:55:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:40:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:41:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:61:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:41:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:42:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:59:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:42:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:43:24: style: The function 'sizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:60:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:43:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:44:21: style: The function 'stringValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:57:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:44:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:45:21: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:54:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf16stringdata.h:45:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:38:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:61:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:38:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:39:24: style: The function 'sizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:60:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:39:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:40:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:59:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:40:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:41:21: style: The function 'completeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:58:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:41:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:42:21: style: The function 'stringValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:57:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:42:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:43:21: style: The function 'charType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:56:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:43:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:44:18: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:55:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:44:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:45:21: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/stringdata.h:54:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/strings/utf8stringdata.h:45:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.h:34:26: style: The function 'prototype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:50:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.h:34:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.h:38:18: style: The function 'additionalPropertyFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:62:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.h:38:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.h:39:26: style: The function 'additionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:63:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.h:39:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.h:40:18: style: The function 'setAdditionalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:64:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.h:40:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:31:1: warning: The class 'TaggedUnionDataInformation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/parsers/parserutils.h:48:1: warning: The struct 'ParserInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:53:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:150:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:53:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:55:18: style: The function 'isTaggedUnion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:78:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:55:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:57:24: style: The function 'childPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:111:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:57:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:59:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:41:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:59:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:61:18: style: The function 'replaceChildAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:50:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:61:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:62:17: style: The function 'indexOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:51:17: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:62:17: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:64:30: style: The function 'childAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:53:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:64:30: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:65:26: style: The function 'childCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:55:26: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:65:26: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:69:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/taggeduniondatainformation.h:69:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp:205:69: style: Function 'removeByteArrayModelFromList' argument 1 names different: declaration 'model' definition 'obj'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.h:111:48: note: Function 'removeByteArrayModelFromList' argument 1 names different: declaration 'model' definition 'obj'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp:205:69: note: Function 'removeByteArrayModelFromList' argument 1 names different: declaration 'model' definition 'obj'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/uniondatainformation.h:36:18: style: The function 'isUnion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationbase.h:69:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/uniondatainformation.h:36:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/uniondatainformation.h:37:24: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformationwithchildren.h:41:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/uniondatainformation.h:37:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/uniondatainformation.h:38:20: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:150:20: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/uniondatainformation.h:38:20: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/uniondatainformation.h:40:24: style: The function 'childPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:111:24: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/uniondatainformation.h:40:24: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/uniondatainformation.h:42:21: style: The function 'typeNameImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/datatypes/datainformation.h:229:21: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/datatypes/uniondatainformation.h:42:21: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/modeltest.cpp:33:44: style: Function 'ModelTest' argument 1 names different: declaration 'model' definition '_model'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/modeltest.h:36:43: note: Function 'ModelTest' argument 1 names different: declaration 'model' definition '_model'.
okteta-4.14.2/kasten/controllers/view/structures/modeltest.cpp:33:44: note: Function 'ModelTest' argument 1 names different: declaration 'model' definition '_model'.
okteta-4.14.2/kasten/controllers/view/structures/structuredefinitionfile.h:52:5: style: Class 'StructureDefinitionFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/structures/parsers/datainformationfactory.cpp:148:89: performance: Function parameter 'elemName' should be passed by const reference. [passedByValue]
okteta-4.14.2/kasten/controllers/view/structures/parsers/datainformationfactory.cpp:149:17: performance: Function parameter 'currentString' should be passed by const reference. [passedByValue]
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.cpp:408:64: style: Function 'enumFromXML' argument 1 names different: declaration 'elem' definition 'xmlElem'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:71:64: note: Function 'enumFromXML' argument 1 names different: declaration 'elem' definition 'xmlElem'.
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.cpp:408:64: note: Function 'enumFromXML' argument 1 names different: declaration 'elem' definition 'xmlElem'.
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.cpp:440:61: style: Function 'parseElement' argument 1 names different: declaration 'node' definition 'elem'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:66:61: note: Function 'parseElement' argument 1 names different: declaration 'node' definition 'elem'.
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.cpp:440:61: note: Function 'parseElement' argument 1 names different: declaration 'node' definition 'elem'.
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.cpp:440:88: style: Function 'parseElement' argument 2 names different: declaration 'info' definition 'oldInfo'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:66:88: note: Function 'parseElement' argument 2 names different: declaration 'info' definition 'oldInfo'.
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.cpp:440:88: note: Function 'parseElement' argument 2 names different: declaration 'info' definition 'oldInfo'.
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.cpp:508:73: style: Function 'readProperty' argument 2 names different: declaration 'attrib' definition 'property'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:95:73: note: Function 'readProperty' argument 2 names different: declaration 'attrib' definition 'property'.
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.cpp:508:73: note: Function 'readProperty' argument 2 names different: declaration 'attrib' definition 'property'.
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:60:5: style: Class 'OsdParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:44:1: warning: The struct 'OsdParserInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:63:25: style: The function 'parseStructureNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/parsers/abstractstructureparser.h:42:25: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:63:25: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:64:47: style: The function 'parseStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/parsers/abstractstructureparser.h:43:47: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:64:47: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:104:30: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/parsers/parserutils.h:74:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:104:30: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:105:18: style: The function 'hasNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/parsers/parserutils.h:75:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:105:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:106:18: style: The function 'setParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/parsers/parserutils.h:76:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:106:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:116:30: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:104:30: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:116:30: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:117:18: style: The function 'hasNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:105:18: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/parsers/osdparser.h:117:18: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/parsers/scriptfileparser.h:41:25: style: The function 'parseStructureNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/parsers/abstractstructureparser.h:42:25: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/parsers/scriptfileparser.h:41:25: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/parsers/scriptfileparser.h:42:47: style: The function 'parseStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/controllers/view/structures/parsers/abstractstructureparser.h:43:47: note: Virtual function in base class
okteta-4.14.2/kasten/controllers/view/structures/parsers/scriptfileparser.h:42:47: note: Function in derived class
okteta-4.14.2/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp:39:81: style: Function 'toDataInformation' argument 2 names different: declaration 'info' definition 'oldInfo'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.h:32:81: note: Function 'toDataInformation' argument 2 names different: declaration 'info' definition 'oldInfo'.
okteta-4.14.2/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp:39:81: note: Function 'toDataInformation' argument 2 names different: declaration 'info' definition 'oldInfo'.
okteta-4.14.2/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp:217:61: style: Function 'toEnum' argument 2 names different: declaration 'isFlags' definition 'flags'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.h:40:61: note: Function 'toEnum' argument 2 names different: declaration 'isFlags' definition 'flags'.
okteta-4.14.2/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp:217:61: note: Function 'toEnum' argument 2 names different: declaration 'isFlags' definition 'flags'.
okteta-4.14.2/kasten/controllers/view/structures/datatypes/structuredatainformation.h:42:62: performance: Function parameter 'children' should be passed by const reference. [passedByValue]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/arrayscriptclass.cpp:35:5: performance: Variable 's_length' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/bitfieldscriptclass.cpp:30:5: performance: Variable 's_width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.cpp:75:76: style: Function 'toDataInformation' argument 1 names different: declaration 'val' definition 'obj'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.h:58:67: note: Function 'toDataInformation' argument 1 names different: declaration 'val' definition 'obj'.
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.cpp:75:76: note: Function 'toDataInformation' argument 1 names different: declaration 'val' definition 'obj'.
okteta-4.14.2/kasten/controllers/view/structures/script/classes/defaultscriptclass.cpp:41:5: performance: Variable 's_valid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/enumscriptclass.cpp:33:5: performance: Variable 's_values' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/pointerscriptclass.cpp:32:5: performance: Variable 's_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/primitivescriptclass.cpp:34:5: performance: Variable 's_value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.cpp:30:53: style: Function 'StringScriptClass' argument 1 names different: declaration 'engine' definition 'eng'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.h:32:38: note: Function 'StringScriptClass' argument 1 names different: declaration 'engine' definition 'eng'.
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.cpp:30:53: note: Function 'StringScriptClass' argument 1 names different: declaration 'engine' definition 'eng'.
okteta-4.14.2/kasten/controllers/view/structures/script/classes/stringscriptclass.cpp:34:5: performance: Variable 's_lengthInCodepoints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/structures/script/classes/structunionscriptclass.cpp:35:5: performance: Variable 's_childCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/structures/script/scriptloggerview.h:32:1: style: The class 'ScriptLoggerView' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/controllers/view/structures/settings/structureaddremovewidget.cpp:211:9: style: Condition 'changed' is always false [knownConditionTrueFalse]
okteta-4.14.2/kasten/controllers/view/structures/settings/structureaddremovewidget.cpp:200:20: note: Assignment 'changed=false', assigned value is 0
okteta-4.14.2/kasten/controllers/view/structures/settings/structureaddremovewidget.cpp:211:9: note: Condition 'changed' is always false
okteta-4.14.2/kasten/controllers/view/structures/settings/structureaddremovewidget.cpp:232:9: style: Condition 'changed' is always false [knownConditionTrueFalse]
okteta-4.14.2/kasten/controllers/view/structures/settings/structureaddremovewidget.cpp:220:20: note: Assignment 'changed=false', assigned value is 0
okteta-4.14.2/kasten/controllers/view/structures/settings/structureaddremovewidget.cpp:232:9: note: Condition 'changed' is always false
okteta-4.14.2/kasten/controllers/view/structures/settings/structuresmanagerview.h:45:1: style: The class 'StructuresManagerView' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/controllers/view/structures/structtool.cpp:182:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
okteta-4.14.2/kasten/controllers/view/structures/structtool.cpp:178:0: note: Variable 'ret' is reassigned a value before the old one has been used.
okteta-4.14.2/kasten/controllers/view/structures/structtool.cpp:182:5: note: Variable 'ret' is reassigned a value before the old one has been used.
okteta-4.14.2/kasten/controllers/view/structures/structviewitemdelegate.h:31:5: style: Class 'StructViewItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/controllers/view/structures/structuresmanager.cpp:41:5: performance: Variable 'mConfig' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/viewconfig/viewconfigcontroller.cpp:212:47: style: Function 'setCharCoding' argument 1 names different: declaration 'valueCoding' definition 'charCoding'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/viewconfig/viewconfigcontroller.h:55:29: note: Function 'setCharCoding' argument 1 names different: declaration 'valueCoding' definition 'charCoding'.
okteta-4.14.2/kasten/controllers/view/viewconfig/viewconfigcontroller.cpp:212:47: note: Function 'setCharCoding' argument 1 names different: declaration 'valueCoding' definition 'charCoding'.
okteta-4.14.2/kasten/controllers/view/viewconfig/viewconfigcontroller.cpp:217:56: style: Function 'toggleValueCharColumns' argument 1 names different: declaration 'visibleColunms' definition 'visibleColumns'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/controllers/view/viewconfig/viewconfigcontroller.h:62:38: note: Function 'toggleValueCharColumns' argument 1 names different: declaration 'visibleColunms' definition 'visibleColumns'.
okteta-4.14.2/kasten/controllers/view/viewconfig/viewconfigcontroller.cpp:217:56: note: Function 'toggleValueCharColumns' argument 1 names different: declaration 'visibleColunms' definition 'visibleColumns'.
okteta-4.14.2/kasten/controllers/view/viewconfig/viewconfigcontroller.h:51:18: warning: Virtual function 'setTargetModel' is called from constructor 'ViewConfigController(KXMLGUIClient*guiClient)' at line 121. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/controllers/view/viewconfig/viewconfigcontroller.cpp:121:5: note: Calling setTargetModel
okteta-4.14.2/kasten/controllers/view/viewconfig/viewconfigcontroller.h:51:18: note: setTargetModel is a virtual method
okteta-4.14.2/kasten/controllers/view/viewmode/viewmodecontroller.h:49:18: warning: Virtual function 'setTargetModel' is called from constructor 'ViewModeController(KXMLGUIClient*guiClient)' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/controllers/view/viewmode/viewmodecontroller.cpp:51:5: note: Calling setTargetModel
okteta-4.14.2/kasten/controllers/view/viewmode/viewmodecontroller.h:49:18: note: setTargetModel is a virtual method
okteta-4.14.2/kasten/controllers/view/viewprofiles/viewprofilecontroller.h:57:18: warning: Virtual function 'setTargetModel' is called from constructor 'ViewProfileController(ByteArrayViewProfileManager*viewProfileManager,QWidget*parentWidget,KXMLGUIClient*guiClient)' at line 98. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/controllers/view/viewprofiles/viewprofilecontroller.cpp:98:5: note: Calling setTargetModel
okteta-4.14.2/kasten/controllers/view/viewprofiles/viewprofilecontroller.h:57:18: note: setTargetModel is a virtual method
okteta-4.14.2/kasten/controllers/view/viewstatus/viewstatuscontroller.cpp:50:5: performance: Variable 'mPrintFunction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okteta-4.14.2/kasten/controllers/view/viewstatus/viewstatuscontroller.h:58:18: warning: Virtual function 'setTargetModel' is called from constructor 'ViewStatusController(StatusBar*statusBar)' at line 88. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/controllers/view/viewstatus/viewstatuscontroller.cpp:88:5: note: Calling setTargetModel
okteta-4.14.2/kasten/controllers/view/viewstatus/viewstatuscontroller.h:58:18: note: setTargetModel is a virtual method
okteta-4.14.2/kasten/core/document/bytearraydocument.cpp:93:47: style: Function 'onModelModified' argument 1 names different: declaration 'newState' definition 'isModified'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/core/document/bytearraydocument.h:112:32: note: Function 'onModelModified' argument 1 names different: declaration 'newState' definition 'isModified'.
okteta-4.14.2/kasten/core/document/bytearraydocument.cpp:93:47: note: Function 'onModelModified' argument 1 names different: declaration 'newState' definition 'isModified'.
okteta-4.14.2/kasten/core/io/filesystem/bytearrayrawfilereloadjob.h:41:5: style: Class 'ByteArrayRawFileReloadJob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/core/io/filesystem/bytearrayrawfilewritejob.h:41:5: style: Class 'ByteArrayRawFileWriteJob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/kasten/core/io/tests/bytearrayrawfilesynchronizerfactorytest.h:32:1: style: The class 'ByteArrayRawFileSynchronizerFactoryTest' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/core/io/tests/bytearrayrawfilesynchronizertest.h:37:1: style: The class 'ByteArrayRawFileSynchronizerTest' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractbytearraycolumntextrenderer.cpp:32:38: warning: Member variable 'AbstractByteArrayColumnTextRenderer::mRenderLine' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractbytearraycolumntextrenderer.cpp:39:4: style: Class 'AbstractByteArrayColumnTextRenderer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractbytearraycolumntextrenderer.cpp:39:4: style: Class 'AbstractByteArrayColumnTextRenderer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractbytearraycolumntextrenderer.h:55:18: style: The function 'renderFirstLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractcolumntextrenderer.h:45:18: note: Virtual function in base class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractbytearraycolumntextrenderer.h:55:18: note: Function in derived class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractbytearraycolumntextrenderer.h:56:18: style: The function 'renderNextLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractcolumntextrenderer.h:46:18: note: Virtual function in base class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractbytearraycolumntextrenderer.h:56:18: note: Function in derived class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bordercolumntextrenderer.h:44:10: performance: Technically the member function 'Kasten2::BorderColumnTextRenderer::render' can be static. [functionStatic]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bordercolumntextrenderer.cpp:44:32: note: Technically the member function 'Kasten2::BorderColumnTextRenderer::render' can be static.
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bordercolumntextrenderer.h:44:10: note: Technically the member function 'Kasten2::BorderColumnTextRenderer::render' can be static.
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bordercolumntextrenderer.h:40:18: style: The function 'renderFirstLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractcolumntextrenderer.h:45:18: note: Virtual function in base class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bordercolumntextrenderer.h:40:18: note: Function in derived class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bordercolumntextrenderer.h:41:18: style: The function 'renderNextLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractcolumntextrenderer.h:46:18: note: Virtual function in base class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bordercolumntextrenderer.h:41:18: note: Function in derived class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayrowscolumntextrenderer.cpp:37:34: warning: Member variable 'ByteArrayRowsColumnTextRenderer::mRenderLine' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayrowscolumntextrenderer.cpp:54:4: style: Class 'ByteArrayRowsColumnTextRenderer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayrowscolumntextrenderer.cpp:54:4: style: Class 'ByteArrayRowsColumnTextRenderer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayrowscolumntextrenderer.h:62:18: style: The function 'renderFirstLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractcolumntextrenderer.h:45:18: note: Virtual function in base class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayrowscolumntextrenderer.h:62:18: note: Function in derived class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayrowscolumntextrenderer.h:63:18: style: The function 'renderNextLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractcolumntextrenderer.h:46:18: note: Virtual function in base class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayrowscolumntextrenderer.h:63:18: note: Function in derived class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayrowscolumntextrenderer.h:64:17: style: The function 'noOfSublinesNeeded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractcolumntextrenderer.h:48:17: note: Virtual function in base class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayrowscolumntextrenderer.h:64:17: note: Function in derived class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayviewtextstreamencoder.cpp:49:41: warning: Member variable 'ByteArrayViewTextStreamEncoderSettings::codingWidth' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayviewtextstreamencoder.cpp:49:41: warning: Member variable 'ByteArrayViewTextStreamEncoderSettings::firstLineOffset' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayviewtextstreamencoder.cpp:49:41: warning: Member variable 'ByteArrayViewTextStreamEncoderSettings::startOffset' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/bytearrayviewtextstreamencoder.cpp:49:41: warning: Member variable 'ByteArrayViewTextStreamEncoderSettings::delta' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/offsetcolumntextrenderer.h:42:18: style: The function 'renderFirstLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractcolumntextrenderer.h:45:18: note: Virtual function in base class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/offsetcolumntextrenderer.h:42:18: note: Function in derived class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/offsetcolumntextrenderer.h:43:18: style: The function 'renderNextLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractcolumntextrenderer.h:46:18: note: Virtual function in base class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/offsetcolumntextrenderer.h:43:18: note: Function in derived class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/valuebytearraycolumntextrenderer.h:49:18: style: The function 'renderLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractbytearraycolumntextrenderer.h:59:18: note: Virtual function in base class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/valuebytearraycolumntextrenderer.h:49:18: note: Function in derived class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/charbytearraycolumntextrenderer.h:50:18: style: The function 'renderLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/abstractbytearraycolumntextrenderer.h:59:18: note: Virtual function in base class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/charbytearraycolumntextrenderer.h:50:18: note: Function in derived class
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/offsetcolumntextrenderer.cpp:33:27: warning: Member variable 'OffsetColumnTextRenderer::mRenderLine' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/offsetcolumntextrenderer.cpp:39:5: style: Class 'OffsetColumnTextRenderer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/kasten/gui/io/streamencoder/viewtext/offsetcolumntextrenderer.cpp:39:5: style: Class 'OffsetColumnTextRenderer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/kasten/gui/liboktetawidgets/addresscombobox_p.h:65:32: warning: Member variable 'AddressComboBoxPrivate::mValueComboBox' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/liboktetawidgets/addresscombobox_p.h:65:32: warning: Member variable 'AddressComboBoxPrivate::mAddressType' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/liboktetawidgets/addresscombobox_p.h:65:32: warning: Member variable 'AddressComboBoxPrivate::mValidator' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/liboktetawidgets/addresscombobox_p.h:43:9: performance: Technically the member function 'Okteta::AddressComboBoxPrivate::format' can be static. [functionStatic]
okteta-4.14.2/kasten/gui/liboktetawidgets/addresscombobox_p.h:73:36: note: Technically the member function 'Okteta::AddressComboBoxPrivate::format' can be static.
okteta-4.14.2/kasten/gui/liboktetawidgets/addresscombobox_p.h:43:9: note: Technically the member function 'Okteta::AddressComboBoxPrivate::format' can be static.
okteta-4.14.2/kasten/gui/liboktetawidgets/addresscombobox_p.cpp:99:51: style: Function 'onFormatChanged' argument 1 names different: declaration 'index' definition 'formatIndex'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/liboktetawidgets/addresscombobox_p.h:50:31: note: Function 'onFormatChanged' argument 1 names different: declaration 'index' definition 'formatIndex'.
okteta-4.14.2/kasten/gui/liboktetawidgets/addresscombobox_p.cpp:99:51: note: Function 'onFormatChanged' argument 1 names different: declaration 'index' definition 'formatIndex'.
okteta-4.14.2/kasten/gui/liboktetawidgets/addressvalidator.cpp:63:56: style: Function 'validate' argument 1 names different: declaration 'input' definition 'string'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/liboktetawidgets/addressvalidator.h:54:50: note: Function 'validate' argument 1 names different: declaration 'input' definition 'string'.
okteta-4.14.2/kasten/gui/liboktetawidgets/addressvalidator.cpp:63:56: note: Function 'validate' argument 1 names different: declaration 'input' definition 'string'.
okteta-4.14.2/kasten/gui/liboktetawidgets/addressvalidator.cpp:97:74: style: Function 'toAddress' argument 2 names different: declaration 'type' definition 'addressType'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/liboktetawidgets/addressvalidator.h:62:60: note: Function 'toAddress' argument 2 names different: declaration 'type' definition 'addressType'.
okteta-4.14.2/kasten/gui/liboktetawidgets/addressvalidator.cpp:97:74: note: Function 'toAddress' argument 2 names different: declaration 'type' definition 'addressType'.
okteta-4.14.2/kasten/gui/liboktetawidgets/bytearraycombobox_p.h:72:34: warning: Member variable 'ByteArrayComboBoxPrivate::mValueComboBox' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/liboktetawidgets/bytearraycombobox_p.h:72:34: warning: Member variable 'ByteArrayComboBoxPrivate::mValidator' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/kasten/gui/liboktetawidgets/bytearraycombobox_p.h:45:9: performance: Technically the member function 'Okteta::ByteArrayComboBoxPrivate::format' can be static. [functionStatic]
okteta-4.14.2/kasten/gui/liboktetawidgets/bytearraycombobox_p.h:80:38: note: Technically the member function 'Okteta::ByteArrayComboBoxPrivate::format' can be static.
okteta-4.14.2/kasten/gui/liboktetawidgets/bytearraycombobox_p.h:45:9: note: Technically the member function 'Okteta::ByteArrayComboBoxPrivate::format' can be static.
okteta-4.14.2/kasten/gui/liboktetawidgets/bytearraycombobox_p.h:58:10: style: Technically the member function 'Okteta::ByteArrayComboBoxPrivate::onValueEdited' can be const. [functionConst]
okteta-4.14.2/kasten/gui/liboktetawidgets/bytearraycombobox_p.cpp:187:32: note: Technically the member function 'Okteta::ByteArrayComboBoxPrivate::onValueEdited' can be const.
okteta-4.14.2/kasten/gui/liboktetawidgets/bytearraycombobox_p.h:58:10: note: Technically the member function 'Okteta::ByteArrayComboBoxPrivate::onValueEdited' can be const.
okteta-4.14.2/kasten/gui/liboktetawidgets/bytearrayvalidator.cpp:85:58: style: Function 'validate' argument 1 names different: declaration 'input' definition 'string'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/liboktetawidgets/bytearrayvalidator.h:62:50: note: Function 'validate' argument 1 names different: declaration 'input' definition 'string'.
okteta-4.14.2/kasten/gui/liboktetawidgets/bytearrayvalidator.cpp:85:58: note: Function 'validate' argument 1 names different: declaration 'input' definition 'string'.
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilelock.cpp:51:99: style: Function 'ByteArrayViewProfileLockPrivate' argument 2 names different: declaration 'viewProfileId' definition 'id'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilelock.cpp:36:70: note: Function 'ByteArrayViewProfileLockPrivate' argument 2 names different: declaration 'viewProfileId' definition 'id'.
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilelock.cpp:51:99: note: Function 'ByteArrayViewProfileLockPrivate' argument 2 names different: declaration 'viewProfileId' definition 'id'.
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.cpp:188:75: style: Function 'viewProfile' argument 1 names different: declaration 'id' definition 'viewProfileId'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.h:76:71: note: Function 'viewProfile' argument 1 names different: declaration 'id' definition 'viewProfileId'.
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.cpp:188:75: note: Function 'viewProfile' argument 1 names different: declaration 'id' definition 'viewProfileId'.
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.cpp:217:83: style: Function 'isViewProfileLocked' argument 1 names different: declaration 'id' definition 'viewProfileId'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.h:79:63: note: Function 'isViewProfileLocked' argument 1 names different: declaration 'id' definition 'viewProfileId'.
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.cpp:217:83: note: Function 'isViewProfileLocked' argument 1 names different: declaration 'id' definition 'viewProfileId'.
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.cpp:332:62: style: Function 'loadViewProfile' argument 1 names different: declaration 'fileName' definition 'absoluteFilePath'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.h:99:58: note: Function 'loadViewProfile' argument 1 names different: declaration 'fileName' definition 'absoluteFilePath'.
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.cpp:332:62: note: Function 'loadViewProfile' argument 1 names different: declaration 'fileName' definition 'absoluteFilePath'.
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.cpp:453:74: style: Function 'onViewProfilesFolderChanged' argument 1 names different: declaration 'path' definition 'viewProfileFolderPath'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.h:104:54: note: Function 'onViewProfilesFolderChanged' argument 1 names different: declaration 'path' definition 'viewProfileFolderPath'.
okteta-4.14.2/kasten/gui/system/bytearrayviewprofilemanager.cpp:453:74: note: Function 'onViewProfilesFolderChanged' argument 1 names different: declaration 'path' definition 'viewProfileFolderPath'.
okteta-4.14.2/kasten/gui/view/bytearrayjanusview.cpp:57:9: style: C-style pointer casting [cstyleCast]
okteta-4.14.2/kasten/gui/view/bytearrayjanusview.cpp:58:9: style: C-style pointer casting [cstyleCast]
okteta-4.14.2/kasten/gui/view/bytearrayjanusview.cpp:283:52: style: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'on'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/view/bytearrayjanusview.h:112:36: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'on'.
okteta-4.14.2/kasten/gui/view/bytearrayjanusview.cpp:283:52: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'on'.
okteta-4.14.2/kasten/gui/view/bytearrayjanusview.cpp:303:51: style: Function 'toggleOffsetColumn' argument 1 names different: declaration 'visible' definition 'on'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/view/bytearrayjanusview.h:94:35: note: Function 'toggleOffsetColumn' argument 1 names different: declaration 'visible' definition 'on'.
okteta-4.14.2/kasten/gui/view/bytearrayjanusview.cpp:303:51: note: Function 'toggleOffsetColumn' argument 1 names different: declaration 'visible' definition 'on'.
okteta-4.14.2/kasten/gui/view/bytearrayjanusview.cpp:318:49: style: Function 'setVisibleCodings' argument 1 names different: declaration 'columns' definition 'visibleColumns'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/view/bytearrayjanusview.h:96:33: note: Function 'setVisibleCodings' argument 1 names different: declaration 'columns' definition 'visibleColumns'.
okteta-4.14.2/kasten/gui/view/bytearrayjanusview.cpp:318:49: note: Function 'setVisibleCodings' argument 1 names different: declaration 'columns' definition 'visibleColumns'.
okteta-4.14.2/kasten/gui/view/bytearrayview.cpp:316:47: style: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'on'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/view/bytearrayview.h:164:36: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'on'.
okteta-4.14.2/kasten/gui/view/bytearrayview.cpp:316:47: note: Function 'setShowsNonprinting' argument 1 names different: declaration 'showsNonprinting' definition 'on'.
okteta-4.14.2/kasten/gui/view/bytearrayview.cpp:326:46: style: Function 'toggleOffsetColumn' argument 1 names different: declaration 'visible' definition 'on'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/view/bytearrayview.h:140:35: note: Function 'toggleOffsetColumn' argument 1 names different: declaration 'visible' definition 'on'.
okteta-4.14.2/kasten/gui/view/bytearrayview.cpp:326:46: note: Function 'toggleOffsetColumn' argument 1 names different: declaration 'visible' definition 'on'.
okteta-4.14.2/kasten/gui/view/bytearrayview.cpp:346:53: style: Function 'setVisibleByteArrayCodings' argument 1 names different: declaration 'columns' definition 'visibleColumns'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/view/bytearrayview.h:142:42: note: Function 'setVisibleByteArrayCodings' argument 1 names different: declaration 'columns' definition 'visibleColumns'.
okteta-4.14.2/kasten/gui/view/bytearrayview.cpp:346:53: note: Function 'setVisibleByteArrayCodings' argument 1 names different: declaration 'columns' definition 'visibleColumns'.
okteta-4.14.2/kasten/gui/view/bytearrayview.h:88:18: warning: Virtual function 'setZoomLevel' is called from constructor 'ByteArrayView(ByteArrayView*other,ByteArrayViewProfileSynchronizer*synchronizer,Qt::Alignment alignment=0)' at line 79. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/gui/view/bytearrayview.cpp:79:5: note: Calling setZoomLevel
okteta-4.14.2/kasten/gui/view/bytearrayview.h:88:18: note: setZoomLevel is a virtual method
okteta-4.14.2/kasten/gui/view/bytearrayview.h:80:18: warning: Virtual function 'setReadOnly' is called from constructor 'ByteArrayView(ByteArrayView*other,ByteArrayViewProfileSynchronizer*synchronizer,Qt::Alignment alignment=0)' at line 83. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/kasten/gui/view/bytearrayview.cpp:83:5: note: Calling setReadOnly
okteta-4.14.2/kasten/gui/view/bytearrayview.h:80:18: note: setReadOnly is a virtual method
okteta-4.14.2/kasten/gui/view/bytearrayviewfactory.cpp:41:70: style: Function 'createViewFor' argument 1 names different: declaration 'document' definition '_document'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/view/bytearrayviewfactory.h:43:60: note: Function 'createViewFor' argument 1 names different: declaration 'document' definition '_document'.
okteta-4.14.2/kasten/gui/view/bytearrayviewfactory.cpp:41:70: note: Function 'createViewFor' argument 1 names different: declaration 'document' definition '_document'.
okteta-4.14.2/kasten/gui/view/bytearrayviewfactory.cpp:59:69: style: Function 'createCopyOfView' argument 1 names different: declaration 'view' definition '_view'. [funcArgNamesDifferent]
okteta-4.14.2/kasten/gui/view/bytearrayviewfactory.h:44:59: note: Function 'createCopyOfView' argument 1 names different: declaration 'view' definition '_view'.
okteta-4.14.2/kasten/gui/view/bytearrayviewfactory.cpp:59:69: note: Function 'createCopyOfView' argument 1 names different: declaration 'view' definition '_view'.
okteta-4.14.2/libs/framesprint/abstractframerenderer.cpp:41:50: style: Class 'AbstractFrameRenderer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/libs/framesprint/abstractframerenderer.cpp:41:50: style: Class 'AbstractFrameRenderer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/libs/framesprint/headerfooterframerenderer.h:77:17: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/framesprint/abstractframerenderer.h:42:17: note: Virtual function in base class
okteta-4.14.2/libs/framesprint/headerfooterframerenderer.h:77:17: note: Function in derived class
okteta-4.14.2/libs/framesprint/headerfooterframerenderer.h:78:17: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/framesprint/abstractframerenderer.h:43:17: note: Virtual function in base class
okteta-4.14.2/libs/framesprint/headerfooterframerenderer.h:78:17: note: Function in derived class
okteta-4.14.2/libs/framesprint/headerfooterframerenderer.h:83:18: style: The function 'prepare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/framesprint/abstractframerenderer.h:49:18: note: Virtual function in base class
okteta-4.14.2/libs/framesprint/headerfooterframerenderer.h:83:18: note: Function in derived class
okteta-4.14.2/libs/framesprint/headerfooterframerenderer.h:84:18: style: The function 'renderFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/framesprint/abstractframerenderer.h:50:18: note: Virtual function in base class
okteta-4.14.2/libs/framesprint/headerfooterframerenderer.h:84:18: note: Function in derived class
okteta-4.14.2/libs/kasten/controllers/document/modified/modifiedbarcontroller.h:51:18: warning: Virtual function 'setTargetModel' is called from constructor 'ModifiedBarController(StatusBar*statusBar)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/document/modified/modifiedbarcontroller.cpp:59:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/document/modified/modifiedbarcontroller.h:51:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/document/readonly/readonlybarcontroller.h:48:18: warning: Virtual function 'setTargetModel' is called from constructor 'ReadOnlyBarController(StatusBar*statusBar)' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/document/readonly/readonlybarcontroller.cpp:48:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/document/readonly/readonlybarcontroller.h:48:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/document/readonly/readonlycontroller.h:49:18: warning: Virtual function 'setTargetModel' is called from constructor 'ReadOnlyController(KXMLGUIClient*guiClient)' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/document/readonly/readonlycontroller.cpp:51:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/document/readonly/readonlycontroller.h:49:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/documentsystem/filesystembrowser/filesystembrowsertool.cpp:73:26: style: Same expression on both sides of '!=' because the value of 'oldHasCurrentUrl' and 'newHasCurrentUrl' are the same. [duplicateExpression]
okteta-4.14.2/libs/kasten/controllers/documentsystem/filesystembrowser/filesystembrowsertool.cpp:67:48: note: 'oldHasCurrentUrl' is assigned value 'hasCurrentUrl()' here.
okteta-4.14.2/libs/kasten/controllers/documentsystem/filesystembrowser/filesystembrowsertool.cpp:71:48: note: 'newHasCurrentUrl' is assigned value 'hasCurrentUrl()' here.
okteta-4.14.2/libs/kasten/controllers/documentsystem/filesystembrowser/filesystembrowsertool.cpp:73:26: note: Same expression on both sides of '!=' because the value of 'oldHasCurrentUrl' and 'newHasCurrentUrl' are the same.
okteta-4.14.2/libs/kasten/controllers/io/clipboard/clipboardcontroller.h:52:18: warning: Virtual function 'setTargetModel' is called from constructor 'ClipboardController(KXMLGUIClient*guiClient)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/io/clipboard/clipboardcontroller.cpp:56:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/io/clipboard/clipboardcontroller.h:52:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/io/copyas/copyascontroller.h:56:18: warning: Virtual function 'setTargetModel' is called from constructor 'CopyAsController(ModelCodecViewManager*modelCodecViewManager,ModelCodecManager*modelCodecManager,KXMLGUIClient*guiClient)' at line 70. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/io/copyas/copyascontroller.cpp:70:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/io/copyas/copyascontroller.h:56:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/io/export/exportcontroller.h:56:18: warning: Virtual function 'setTargetModel' is called from constructor 'ExportController(ModelCodecViewManager*modelCodecViewManager,ModelCodecManager*modelCodecManager,KXMLGUIClient*guiClient)' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/io/export/exportcontroller.cpp:65:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/io/export/exportcontroller.h:56:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/io/insert/insertcontroller.h:56:18: warning: Virtual function 'setTargetModel' is called from constructor 'InsertController(ModelCodecViewManager*modelCodecViewManager,ModelCodecManager*modelCodecManager,KXMLGUIClient*guiClient)' at line 71. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/io/insert/insertcontroller.cpp:71:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/io/insert/insertcontroller.h:56:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/io/setremote/setremotecontroller.h:50:18: warning: Virtual function 'setTargetModel' is called from constructor 'SetRemoteController(DocumentSyncManager*syncManager,KXMLGUIClient*guiClient)' at line 45. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/io/setremote/setremotecontroller.cpp:45:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/io/setremote/setremotecontroller.h:50:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/io/synchronize/synchronizecontroller.h:53:18: warning: Virtual function 'setTargetModel' is called from constructor 'SynchronizeController(DocumentSyncManager*syncManager,KXMLGUIClient*guiClient)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/io/synchronize/synchronizecontroller.cpp:55:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/io/synchronize/synchronizecontroller.h:53:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/shellwindow/fullscreen/fullscreencontroller.h:42:5: style: Class 'FullScreenController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/libs/kasten/controllers/view/select/selectcontroller.h:51:18: warning: Virtual function 'setTargetModel' is called from constructor 'SelectController(KXMLGUIClient*guiClient)' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/view/select/selectcontroller.cpp:47:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/view/select/selectcontroller.h:51:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/view/version/versioncontroller.h:52:18: warning: Virtual function 'setTargetModel' is called from constructor 'VersionController(KXMLGUIClient*guiClient)' at line 71. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/view/version/versioncontroller.cpp:71:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/view/version/versioncontroller.h:52:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/view/version/versioncontroller.h:49:5: style: Class 'VersionController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/libs/kasten/controllers/view/zoom/zoombarcontroller.h:50:18: warning: Virtual function 'setTargetModel' is called from constructor 'ZoomBarController(StatusBar*statusBar)' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/view/zoom/zoombarcontroller.cpp:39:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/view/zoom/zoombarcontroller.h:50:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/view/zoom/zoomcontroller.h:51:18: warning: Virtual function 'setTargetModel' is called from constructor 'ZoomController(KXMLGUIClient*guiClient)' at line 75. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/view/zoom/zoomcontroller.cpp:75:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/view/zoom/zoomcontroller.h:51:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/controllers/view/zoom/zoomcontroller.h:48:5: style: Class 'ZoomController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/libs/kasten/controllers/viewsystem/close/closecontroller.h:49:18: warning: Virtual function 'setTargetModel' is called from constructor 'CloseController(ViewManager*viewManager,KXMLGUIClient*guiClient)' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
okteta-4.14.2/libs/kasten/controllers/viewsystem/close/closecontroller.cpp:43:5: note: Calling setTargetModel
okteta-4.14.2/libs/kasten/controllers/viewsystem/close/closecontroller.h:49:18: note: setTargetModel is a virtual method
okteta-4.14.2/libs/kasten/core/document/abstractmodelselection.cpp:34:4: style: Class 'AbstractModelSelection' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/libs/kasten/core/document/abstractmodelselection.cpp:34:4: style: Class 'AbstractModelSelection' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/libs/kasten/core/io/filesystem/modelencoderfilesystemexportjob.h:47:18: style: The function 'startExportToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/core/io/filesystem/abstractfilesystemexportjob.h:59:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/core/io/filesystem/modelencoderfilesystemexportjob.h:47:18: note: Function in derived class
okteta-4.14.2/libs/kasten/core/system/documentmanager.cpp:109:56: style: Function 'closeAllOther' argument 1 names different: declaration 'document' definition 'keptDocument'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/core/system/documentmanager.h:61:43: note: Function 'closeAllOther' argument 1 names different: declaration 'document' definition 'keptDocument'.
okteta-4.14.2/libs/kasten/core/system/documentmanager.cpp:109:56: note: Function 'closeAllOther' argument 1 names different: declaration 'document' definition 'keptDocument'.
okteta-4.14.2/libs/kasten/core/system/documentmanager.cpp:164:59: style: Function 'canCloseAllOther' argument 1 names different: declaration 'document' definition 'keptDocument'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/core/system/documentmanager.h:67:46: note: Function 'canCloseAllOther' argument 1 names different: declaration 'document' definition 'keptDocument'.
okteta-4.14.2/libs/kasten/core/system/documentmanager.cpp:164:59: note: Function 'canCloseAllOther' argument 1 names different: declaration 'document' definition 'keptDocument'.
okteta-4.14.2/libs/kasten/core/system/documentsyncmanager.cpp:72:67: style: Function 'hasSynchronizerForLocal' argument 1 names different: declaration 'mimeType' definition 'workDocumentType'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/core/system/documentsyncmanager.h:63:50: note: Function 'hasSynchronizerForLocal' argument 1 names different: declaration 'mimeType' definition 'workDocumentType'.
okteta-4.14.2/libs/kasten/core/system/documentsyncmanager.cpp:72:67: note: Function 'hasSynchronizerForLocal' argument 1 names different: declaration 'mimeType' definition 'workDocumentType'.
okteta-4.14.2/libs/kasten/core/tests/testdocumentfilesynchronizer.cpp:39:31: warning: Member variable 'TestDocumentFileSynchronizer::mDocument' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/libs/kasten/core/tests/testdocumentfilewritejob.h:41:5: style: Class 'TestDocumentFileWriteJob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/libs/kasten/core/tests/testdocumentfilesynchronizerfactory.h:40:5: style: Class 'TestDocumentFileSynchronizerFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okteta-4.14.2/libs/kasten/core/tests/testdocumentfilesynchronizerfactorytest.h:35:1: style: The class 'TestDocumentFileSynchronizerFactoryTest' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/libs/kasten/core/tests/testdocumentfilesynchronizertest.h:34:1: style: The class 'TestDocumentFileSynchronizerTest' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/libs/kasten/core/tests/testdocumentfilesynchronizertest.cpp:104:0: error: Memory leak: synchronizer [memleak]
okteta-4.14.2/libs/kasten/core/tests/testdocumentfilesynchronizertest.cpp:128:0: error: Memory leak: synchronizer [memleak]
okteta-4.14.2/libs/kasten/core/tests/testdocumentfilesynchronizertest.cpp:172:0: error: Memory leak: synchronizer [memleak]
okteta-4.14.2/libs/kasten/core/tests/testdocumentfilesynchronizertest.cpp:197:0: error: Memory leak: synchronizer [memleak]
okteta-4.14.2/libs/kasten/core/tests/testdocumentfilesynchronizertest.cpp:220:0: error: Memory leak: synchronizer [memleak]
okteta-4.14.2/libs/kasten/core/tests/util/filesystem.h:36:13: style: Technically the member function 'TestFileSystem::createFilePath' can be const. [functionConst]
okteta-4.14.2/libs/kasten/core/tests/util/filesystem.cpp:49:25: note: Technically the member function 'TestFileSystem::createFilePath' can be const.
okteta-4.14.2/libs/kasten/core/tests/util/filesystem.h:36:13: note: Technically the member function 'TestFileSystem::createFilePath' can be const.
okteta-4.14.2/libs/kasten/core/tests/util/filesystem.h:39:10: performance: Technically the member function 'TestFileSystem::_removeDir' can be static. [functionStatic]
okteta-4.14.2/libs/kasten/core/tests/util/filesystem.cpp:54:22: note: Technically the member function 'TestFileSystem::_removeDir' can be static.
okteta-4.14.2/libs/kasten/core/tests/util/filesystem.h:39:10: note: Technically the member function 'TestFileSystem::_removeDir' can be static.
okteta-4.14.2/libs/kasten/core/tests/util/filesystem.h:41:10: performance: Technically the member function 'TestFileSystem::_createDir' can be static. [functionStatic]
okteta-4.14.2/libs/kasten/core/tests/util/filesystem.cpp:69:22: note: Technically the member function 'TestFileSystem::_createDir' can be static.
okteta-4.14.2/libs/kasten/core/tests/util/filesystem.h:41:10: note: Technically the member function 'TestFileSystem::_createDir' can be static.
okteta-4.14.2/libs/kasten/gui/controller/abstractlinepopup_p.h:74:34: warning: Member variable 'AbstractLinePopupPrivate::mBaseLayout' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/libs/kasten/gui/controller/abstractlinepopup_p.h:74:34: warning: Member variable 'AbstractLinePopupPrivate::mIconLabel' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/libs/kasten/gui/controller/abstractlinepopup_p.h:64:18: style: Class 'AbstractLinePopupPrivate' is unsafe, 'AbstractLinePopupPrivate::mBaseLayout' can leak by wrong usage. [unsafeClassCanLeak]
okteta-4.14.2/libs/kasten/gui/controller/abstractlinepopup_p.h:65:13: style: Class 'AbstractLinePopupPrivate' is unsafe, 'AbstractLinePopupPrivate::mIconLabel' can leak by wrong usage. [unsafeClassCanLeak]
okteta-4.14.2/libs/kasten/gui/controller/abstracttoolwidget_p.cpp:38:5: style: Class 'AbstractToolWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/libs/kasten/gui/controller/abstracttoolwidget_p.cpp:38:5: style: Class 'AbstractToolWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/libs/kasten/gui/controller/abstracttoolwidget_p.h:53:16: style: Class 'AbstractToolWidgetPrivate' is unsafe, 'AbstractToolWidgetPrivate::mReturnShortcut' can leak by wrong usage. [unsafeClassCanLeak]
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea_p.h:47:76: style: Function 'AbstractViewAreaPrivate' argument 1 names different: declaration 'viewArea' definition 'parent'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea_p.h:38:57: note: Function 'AbstractViewAreaPrivate' argument 1 names different: declaration 'viewArea' definition 'parent'.
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea_p.h:47:76: note: Function 'AbstractViewAreaPrivate' argument 1 names different: declaration 'viewArea' definition 'parent'.
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.h:192:72: style: Function 'setViewAreaFocus' argument 1 names different: declaration 'viewArea' definition '_viewArea'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.h:73:46: note: Function 'setViewAreaFocus' argument 1 names different: declaration 'viewArea' definition '_viewArea'.
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.h:192:72: note: Function 'setViewAreaFocus' argument 1 names different: declaration 'viewArea' definition '_viewArea'.
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.h:202:69: style: Function 'closeViewArea' argument 1 names different: declaration 'viewArea' definition '_viewArea'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.h:72:43: note: Function 'closeViewArea' argument 1 names different: declaration 'viewArea' definition '_viewArea'.
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.h:202:69: note: Function 'closeViewArea' argument 1 names different: declaration 'viewArea' definition '_viewArea'.
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.h:72:10: performance: Technically the member function 'Kasten2::MultiViewAreasPrivate::closeViewArea' can be static. [functionStatic]
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.h:202:36: note: Technically the member function 'Kasten2::MultiViewAreasPrivate::closeViewArea' can be static.
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.h:72:10: note: Technically the member function 'Kasten2::MultiViewAreasPrivate::closeViewArea' can be static.
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:58:18: style: The function 'setFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea.h:53:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:58:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:59:22: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea.h:55:22: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:59:22: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:60:18: style: The function 'hasFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea.h:58:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:60:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:65:18: style: The function 'setViewFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractgroupedviews.h:51:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:65:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:67:34: style: The function 'viewList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractgroupedviews.h:55:34: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:67:34: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:68:17: style: The function 'viewCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractgroupedviews.h:56:17: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:68:17: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:69:27: style: The function 'viewFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractgroupedviews.h:57:27: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:69:27: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:72:18: style: The function 'setCurrentToolInlineView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/toolinlineviewable.h:45:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:72:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:75:31: style: The function 'splitViewArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/viewareasplitable.h:53:31: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:75:31: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:76:18: style: The function 'closeViewArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/viewareasplitable.h:54:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:76:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:77:18: style: The function 'setViewAreaFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/viewareasplitable.h:55:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:77:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:78:31: style: The function 'viewAreaFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/viewareasplitable.h:58:31: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:78:31: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:79:17: style: The function 'viewAreasCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/viewareasplitable.h:60:17: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:79:17: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:82:22: style: The function 'viewAreasAdded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/viewareasplitable.h:63:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:82:22: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:83:22: style: The function 'viewAreasRemoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/viewareasplitable.h:64:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:83:22: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:84:22: style: The function 'viewAreaFocusChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/viewareasplitable.h:65:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas.h:84:22: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:58:18: style: The function 'setFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea.h:53:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:58:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:59:22: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea.h:55:22: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:59:22: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:60:18: style: The function 'hasFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea.h:58:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:60:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:65:18: style: The function 'setViewFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractgroupedviews.h:51:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:65:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:67:34: style: The function 'viewList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractgroupedviews.h:55:34: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:67:34: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:68:17: style: The function 'viewCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractgroupedviews.h:56:17: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:68:17: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:69:27: style: The function 'viewFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractgroupedviews.h:57:27: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:69:27: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:72:18: style: The function 'setCurrentToolInlineView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/toolinlineviewable.h:45:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews.h:72:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.cpp:74:75: style: Function 'splitViewArea' argument 1 names different: declaration 'viewArea' definition '_viewArea'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.h:71:56: note: Function 'splitViewArea' argument 1 names different: declaration 'viewArea' definition '_viewArea'.
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.cpp:74:75: note: Function 'splitViewArea' argument 1 names different: declaration 'viewArea' definition '_viewArea'.
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.cpp:39:24: warning: Member variable 'MultiViewAreasPrivate::mMainSplitter' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/libs/kasten/gui/shell/multiviewareas_p.cpp:39:24: warning: Member variable 'MultiViewAreasPrivate::mCurrentViewArea' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/libs/kasten/gui/shell/shellwindow.h:66:40: style: The function 'dockWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/widgetsdockable.h:49:40: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/shellwindow.h:66:40: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/shellwindow_p.cpp:47:5: style: Class 'ShellWindowPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/libs/kasten/gui/shell/shellwindow_p.cpp:47:5: style: Class 'ShellWindowPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/libs/kasten/gui/shell/singleviewarea.h:54:18: style: The function 'setFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea.h:53:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/singleviewarea.h:54:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/singleviewarea.h:55:22: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea.h:55:22: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/singleviewarea.h:55:22: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/singleviewarea.h:56:18: style: The function 'hasFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/abstractviewarea.h:58:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/singleviewarea.h:56:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/singleviewarea.h:59:18: style: The function 'setCurrentToolInlineView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/toolinlineviewable.h:45:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/singleviewarea.h:59:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/singleviewwindow.h:64:40: style: The function 'dockWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/shell/widgetsdockable.h:49:40: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/shell/singleviewwindow.h:64:40: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/shell/singleviewwindow_p.cpp:149:51: warning: Either the condition 'document?document->contentFlags().testFlag(ContentHasUnstoredChanges):false' is redundant or there is possible null pointer dereference: document. [nullPointerRedundantCheck]
okteta-4.14.2/libs/kasten/gui/shell/singleviewwindow_p.cpp:152:22: note: Assuming that condition 'document?document->contentFlags().testFlag(ContentHasUnstoredChanges):false' is not redundant
okteta-4.14.2/libs/kasten/gui/shell/singleviewwindow_p.cpp:149:51: note: Null pointer dereference
okteta-4.14.2/libs/kasten/gui/shell/singleviewwindow_p.cpp:45:5: style: Class 'SingleViewWindowPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/libs/kasten/gui/shell/singleviewwindow_p.cpp:45:5: style: Class 'SingleViewWindowPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/libs/kasten/gui/shell/statusbar.cpp:58:38: style: Function 'changeEvent' argument 1 names different: declaration 'changeEvent' definition 'event'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/gui/shell/statusbar.h:55:39: note: Function 'changeEvent' argument 1 names different: declaration 'changeEvent' definition 'event'.
okteta-4.14.2/libs/kasten/gui/shell/statusbar.cpp:58:38: note: Function 'changeEvent' argument 1 names different: declaration 'changeEvent' definition 'event'.
okteta-4.14.2/libs/kasten/gui/shell/statusbarlayout.cpp:146:49: style: Function 'setGeometry' argument 1 names different: declaration 'rect' definition '_rect'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/gui/shell/statusbarlayout.h:60:44: note: Function 'setGeometry' argument 1 names different: declaration 'rect' definition '_rect'.
okteta-4.14.2/libs/kasten/gui/shell/statusbarlayout.cpp:146:49: note: Function 'setGeometry' argument 1 names different: declaration 'rect' definition '_rect'.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.cpp:251:51: style: Function 'onViewFocusChanged' argument 1 names different: declaration 'focusChanged' definition 'hasFocus'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:74:35: note: Function 'onViewFocusChanged' argument 1 names different: declaration 'focusChanged' definition 'hasFocus'.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.cpp:251:51: note: Function 'onViewFocusChanged' argument 1 names different: declaration 'focusChanged' definition 'hasFocus'.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.cpp:270:78: style: Function 'onDragMoveEvent' argument 2 names different: declaration 'accept' definition 'accepted'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:76:62: note: Function 'onDragMoveEvent' argument 2 names different: declaration 'accept' definition 'accepted'.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.cpp:270:78: note: Function 'onDragMoveEvent' argument 2 names different: declaration 'accept' definition 'accepted'.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.cpp:39:21: warning: Member variable 'TabbedViewsPrivate::mViewAreaBox' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.cpp:39:21: warning: Member variable 'TabbedViewsPrivate::mTabWidget' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:71:10: performance: Technically the member function 'Kasten2::TabbedViewsPrivate::onCloseRequest' can be static. [functionStatic]
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.cpp:204:26: note: Technically the member function 'Kasten2::TabbedViewsPrivate::onCloseRequest' can be static.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:71:10: note: Technically the member function 'Kasten2::TabbedViewsPrivate::onCloseRequest' can be static.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:74:10: performance: Technically the member function 'Kasten2::TabbedViewsPrivate::onViewFocusChanged' can be static. [functionStatic]
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.cpp:251:26: note: Technically the member function 'Kasten2::TabbedViewsPrivate::onViewFocusChanged' can be static.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:74:10: note: Technically the member function 'Kasten2::TabbedViewsPrivate::onViewFocusChanged' can be static.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:75:10: performance: Technically the member function 'Kasten2::TabbedViewsPrivate::onMouseMiddleClick' can be static. [functionStatic]
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.cpp:261:26: note: Technically the member function 'Kasten2::TabbedViewsPrivate::onMouseMiddleClick' can be static.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:75:10: note: Technically the member function 'Kasten2::TabbedViewsPrivate::onMouseMiddleClick' can be static.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:76:10: performance: Technically the member function 'Kasten2::TabbedViewsPrivate::onDragMoveEvent' can be static. [functionStatic]
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.cpp:270:26: note: Technically the member function 'Kasten2::TabbedViewsPrivate::onDragMoveEvent' can be static.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:76:10: note: Technically the member function 'Kasten2::TabbedViewsPrivate::onDragMoveEvent' can be static.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:77:10: performance: Technically the member function 'Kasten2::TabbedViewsPrivate::onDropEvent' can be static. [functionStatic]
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.cpp:279:26: note: Technically the member function 'Kasten2::TabbedViewsPrivate::onDropEvent' can be static.
okteta-4.14.2/libs/kasten/gui/shell/tabbedviews_p.h:77:10: note: Technically the member function 'Kasten2::TabbedViewsPrivate::onDropEvent' can be static.
okteta-4.14.2/libs/kasten/gui/shell/toolviewdockwidget.cpp:34:59: style: Function 'ToolViewDockWidget' argument 1 names different: declaration 'mToolView' definition 'toolView'. [funcArgNamesDifferent]
okteta-4.14.2/libs/kasten/gui/shell/toolviewdockwidget.h:41:43: note: Function 'ToolViewDockWidget' argument 1 names different: declaration 'mToolView' definition 'toolView'.
okteta-4.14.2/libs/kasten/gui/shell/toolviewdockwidget.cpp:34:59: note: Function 'ToolViewDockWidget' argument 1 names different: declaration 'mToolView' definition 'toolView'.
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:47:18: style: The function 'createNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:53:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:47:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:48:18: style: The function 'createNewFromClipboard' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:54:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:48:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:49:18: style: The function 'createNewWithGenerator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:55:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:49:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:51:18: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:57:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:51:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:53:18: style: The function 'closeDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:59:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:53:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:54:18: style: The function 'closeAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:61:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:54:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:55:18: style: The function 'closeAllOther' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:63:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:55:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:58:38: style: The function 'documents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:70:38: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:58:38: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:59:25: style: The function 'supportedRemoteTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:71:25: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:59:25: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:61:18: style: The function 'canClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:74:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:61:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:62:18: style: The function 'canCloseAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:76:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:62:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:63:18: style: The function 'canCloseAllOther' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:77:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/multidocumentstrategy.h:63:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:47:18: style: The function 'createNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:53:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:47:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:48:18: style: The function 'createNewFromClipboard' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:54:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:48:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:49:18: style: The function 'createNewWithGenerator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:55:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:49:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:51:18: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:57:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:51:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:53:18: style: The function 'closeDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:59:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:53:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:54:18: style: The function 'closeAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:61:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:54:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:55:18: style: The function 'closeAllOther' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:63:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:55:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:58:38: style: The function 'documents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:70:38: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:58:38: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:59:25: style: The function 'supportedRemoteTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:71:25: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:59:25: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:61:18: style: The function 'canClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:74:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:61:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:62:18: style: The function 'canCloseAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:76:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:62:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:63:18: style: The function 'canCloseAllOther' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okteta-4.14.2/libs/kasten/gui/system/abstractdocumentstrategy.h:77:18: note: Virtual function in base class
okteta-4.14.2/libs/kasten/gui/system/singledocumentstrategy.h:63:18: note: Function in derived class
okteta-4.14.2/libs/kasten/gui/system/viewmanager.cpp:39:14: warning: Member variable 'ViewManager::mFactory' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/libs/kasten/gui/view/abstracttoolinlineview.h:52:10: performance: Technically the member function 'Kasten2::AbstractToolInlineView::activate' can be static. [functionStatic]
okteta-4.14.2/libs/kasten/gui/view/abstracttoolinlineview.cpp:45:30: note: Technically the member function 'Kasten2::AbstractToolInlineView::activate' can be static.
okteta-4.14.2/libs/kasten/gui/view/abstracttoolinlineview.h:52:10: note: Technically the member function 'Kasten2::AbstractToolInlineView::activate' can be static.
okteta-4.14.2/libs/kasten/gui/view/abstracttoolinlineview.cpp:41:4: style: Class 'AbstractToolInlineView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/libs/kasten/gui/view/abstracttoolinlineview.cpp:41:4: style: Class 'AbstractToolInlineView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/libs/kasten/gui/view/abstracttoolview.cpp:41:4: style: Class 'AbstractToolView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/libs/kasten/gui/view/abstracttoolview.cpp:41:4: style: Class 'AbstractToolView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okteta-4.14.2/parts/kbytesedit/kbytearrayedit.h:49:1: style: The class 'KByteArrayEdit' does not have a constructor although it has private member variables. [noConstructor]
okteta-4.14.2/parts/kbytesedit/kbytearrayedit.cpp:50:44: style: Function 'setData' argument 2 names different: declaration 'DSize' definition 'S'. [funcArgNamesDifferent]
okteta-4.14.2/parts/kbytesedit/kbytearrayedit.h:82:40: note: Function 'setData' argument 2 names different: declaration 'DSize' definition 'S'.
okteta-4.14.2/parts/kbytesedit/kbytearrayedit.cpp:50:44: note: Function 'setData' argument 2 names different: declaration 'DSize' definition 'S'.
okteta-4.14.2/parts/kbytesedit/kbytearrayedit.cpp:50:51: style: Function 'setData' argument 3 names different: declaration 'RSize' definition 'RS'. [funcArgNamesDifferent]
okteta-4.14.2/parts/kbytesedit/kbytearrayedit.h:82:51: note: Function 'setData' argument 3 names different: declaration 'RSize' definition 'RS'.
okteta-4.14.2/parts/kbytesedit/kbytearrayedit.cpp:50:51: note: Function 'setData' argument 3 names different: declaration 'RSize' definition 'RS'.
okteta-4.14.2/parts/kbytesedit/kbytearrayedit.cpp:275:38: style: Function 'selectAll' argument 1 names different: declaration 'select' definition 'Select'. [funcArgNamesDifferent]
okteta-4.14.2/parts/kbytesedit/kbytearrayedit.h:176:34: note: Function 'selectAll' argument 1 names different: declaration 'select' definition 'Select'.
okteta-4.14.2/parts/kbytesedit/kbytearrayedit.cpp:275:38: note: Function 'selectAll' argument 1 names different: declaration 'select' definition 'Select'.
okteta-4.14.2/parts/kpart/partfactory.cpp:84:64: style: Function 'createPartObject' argument 3 names different: declaration 'className' definition 'cn'. [funcArgNamesDifferent]
okteta-4.14.2/parts/kpart/partfactory.h:48:57: note: Function 'createPartObject' argument 3 names different: declaration 'className' definition 'cn'.
okteta-4.14.2/parts/kpart/partfactory.cpp:84:64: note: Function 'createPartObject' argument 3 names different: declaration 'className' definition 'cn'.
okteta-4.14.2/program/program.cpp:63:16: warning: Member variable 'OktetaProgram::mByteArrayViewProfileManager' is not initialized in the constructor. [uninitMemberVar]
okteta-4.14.2/program/program.h:49:10: performance: Technically the member function 'Kasten2::OktetaProgram::quit' can be static. [functionStatic]
okteta-4.14.2/program/program.cpp:140:21: note: Technically the member function 'Kasten2::OktetaProgram::quit' can be static.
okteta-4.14.2/program/program.h:49:10: note: Technically the member function 'Kasten2::OktetaProgram::quit' can be static.
okteta-4.14.2/program/program.cpp:64:5: style: Class 'OktetaProgram' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okteta-4.14.2/program/program.cpp:64:5: style: Class 'OktetaProgram' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
[12:31]

ftp://ftp.se.debian.org/debian/pool/main/o/okular/okular_4.8.4.orig.tar.xz
okular-4.8.4/conf/dlgaccessibility.h:23:9: style: Class 'DlgAccessibility' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/conf/dlgdebug.h:18:9: style: Class 'DlgDebug' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/conf/dlgeditor.h:23:9: style: Class 'DlgEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/conf/dlgidentity.h:19:9: style: Class 'DlgIdentity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/conf/dlgperformance.h:22:9: style: Class 'DlgPerformance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/conf/dlgpresentation.h:22:9: style: Class 'DlgPresentation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/conf/preferencesdialog.cpp:24:75: style: Function 'PreferencesDialog' argument 2 names different: declaration 'config' definition 'skeleton'. [funcArgNamesDifferent]
okular-4.8.4/conf/preferencesdialog.h:32:64: note: Function 'PreferencesDialog' argument 2 names different: declaration 'config' definition 'skeleton'.
okular-4.8.4/conf/preferencesdialog.cpp:24:75: note: Function 'PreferencesDialog' argument 2 names different: declaration 'config' definition 'skeleton'.
okular-4.8.4/conf/preferencesdialog.cpp:24:20: warning: Member variable 'PreferencesDialog::m_debug' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/action.cpp:133:46: style: Function 'ExecuteAction' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
okular-4.8.4/core/action.h:164:39: note: Function 'ExecuteAction' argument 1 names different: declaration 'fileName' definition 'file'.
okular-4.8.4/core/action.cpp:133:46: note: Function 'ExecuteAction' argument 1 names different: declaration 'fileName' definition 'file'.
okular-4.8.4/core/action.cpp:300:47: style: Function 'SoundAction' argument 2 names different: declaration 'synchronous' definition 'sync'. [funcArgNamesDifferent]
okular-4.8.4/core/action.h:309:42: note: Function 'SoundAction' argument 2 names different: declaration 'synchronous' definition 'sync'.
okular-4.8.4/core/action.cpp:300:47: note: Function 'SoundAction' argument 2 names different: declaration 'synchronous' definition 'sync'.
okular-4.8.4/core/area.h:636:0: style: Function 'intersects' argument 1 names different: declaration 'shape' definition 'rect'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:548:0: note: Function 'intersects' argument 1 names different: declaration 'shape' definition 'rect'.
okular-4.8.4/core/area.h:636:0: note: Function 'intersects' argument 1 names different: declaration 'shape' definition 'rect'.
okular-4.8.4/core/action.h:128:14: performance: Technically the member function 'Okular::GotoAction::isExternal' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:95:18: note: Technically the member function 'Okular::GotoAction::isExternal' can be static.
okular-4.8.4/core/action.h:128:14: note: Technically the member function 'Okular::GotoAction::isExternal' can be static.
okular-4.8.4/core/action.h:133:17: performance: Technically the member function 'Okular::GotoAction::fileName' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:101:21: note: Technically the member function 'Okular::GotoAction::fileName' can be static.
okular-4.8.4/core/action.h:133:17: note: Technically the member function 'Okular::GotoAction::fileName' can be static.
okular-4.8.4/core/action.h:138:26: performance: Technically the member function 'Okular::GotoAction::destViewport' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:107:30: note: Technically the member function 'Okular::GotoAction::destViewport' can be static.
okular-4.8.4/core/action.h:138:26: note: Technically the member function 'Okular::GotoAction::destViewport' can be static.
okular-4.8.4/core/action.h:145:17: performance: Technically the member function 'Okular::GotoAction::destinationName' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:113:21: note: Technically the member function 'Okular::GotoAction::destinationName' can be static.
okular-4.8.4/core/action.h:145:17: note: Technically the member function 'Okular::GotoAction::destinationName' can be static.
okular-4.8.4/core/action.h:184:17: performance: Technically the member function 'Okular::ExecuteAction::fileName' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:153:24: note: Technically the member function 'Okular::ExecuteAction::fileName' can be static.
okular-4.8.4/core/action.h:184:17: note: Technically the member function 'Okular::ExecuteAction::fileName' can be static.
okular-4.8.4/core/action.h:189:17: performance: Technically the member function 'Okular::ExecuteAction::parameters' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:159:24: note: Technically the member function 'Okular::ExecuteAction::parameters' can be static.
okular-4.8.4/core/action.h:189:17: note: Technically the member function 'Okular::ExecuteAction::parameters' can be static.
okular-4.8.4/core/action.h:228:17: performance: Technically the member function 'Okular::BrowseAction::url' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:204:23: note: Technically the member function 'Okular::BrowseAction::url' can be static.
okular-4.8.4/core/action.h:228:17: note: Technically the member function 'Okular::BrowseAction::url' can be static.
okular-4.8.4/core/action.h:287:28: performance: Technically the member function 'Okular::DocumentAction::documentActionType' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:232:52: note: Technically the member function 'Okular::DocumentAction::documentActionType' can be static.
okular-4.8.4/core/action.h:287:28: note: Technically the member function 'Okular::DocumentAction::documentActionType' can be static.
okular-4.8.4/core/action.h:329:16: performance: Technically the member function 'Okular::SoundAction::volume' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:319:21: note: Technically the member function 'Okular::SoundAction::volume' can be static.
okular-4.8.4/core/action.h:329:16: note: Technically the member function 'Okular::SoundAction::volume' can be static.
okular-4.8.4/core/action.h:334:14: performance: Technically the member function 'Okular::SoundAction::synchronous' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:325:19: note: Technically the member function 'Okular::SoundAction::synchronous' can be static.
okular-4.8.4/core/action.h:334:14: note: Technically the member function 'Okular::SoundAction::synchronous' can be static.
okular-4.8.4/core/action.h:339:14: performance: Technically the member function 'Okular::SoundAction::repeat' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:331:19: note: Technically the member function 'Okular::SoundAction::repeat' can be static.
okular-4.8.4/core/action.h:339:14: note: Technically the member function 'Okular::SoundAction::repeat' can be static.
okular-4.8.4/core/action.h:344:14: performance: Technically the member function 'Okular::SoundAction::mix' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:337:19: note: Technically the member function 'Okular::SoundAction::mix' can be static.
okular-4.8.4/core/action.h:344:14: note: Technically the member function 'Okular::SoundAction::mix' can be static.
okular-4.8.4/core/action.h:389:20: performance: Technically the member function 'Okular::ScriptAction::scriptType' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:389:26: note: Technically the member function 'Okular::ScriptAction::scriptType' can be static.
okular-4.8.4/core/action.h:389:20: note: Technically the member function 'Okular::ScriptAction::scriptType' can be static.
okular-4.8.4/core/action.h:394:17: performance: Technically the member function 'Okular::ScriptAction::script' can be static. [functionStatic]
okular-4.8.4/core/action.cpp:395:23: note: Technically the member function 'Okular::ScriptAction::script' can be static.
okular-4.8.4/core/action.h:394:17: note: Technically the member function 'Okular::ScriptAction::script' can be static.
okular-4.8.4/core/action.h:208:9: style: Class 'BrowseAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/area.h:401:9: style: Class 'AnnotationObjectRect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/area.h:848:9: style: Class 'HighlightAreaRect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/document.h:777:9: style: Class 'DocumentViewport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/document.h:782:9: style: Class 'DocumentViewport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/document.h:933:9: style: Class 'DocumentSynopsis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/action.cpp:170:9: style: Class 'BrowseActionPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/action.cpp:215:9: style: Class 'DocumentActionPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/action.h:118:20: style: The function 'actionType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:65:28: note: Virtual function in base class
okular-4.8.4/core/action.h:118:20: note: Function in derived class
okular-4.8.4/core/action.h:123:17: style: The function 'actionTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:71:25: note: Virtual function in base class
okular-4.8.4/core/action.h:123:17: note: Function in derived class
okular-4.8.4/core/action.h:174:20: style: The function 'actionType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:65:28: note: Virtual function in base class
okular-4.8.4/core/action.h:174:20: note: Function in derived class
okular-4.8.4/core/action.h:179:17: style: The function 'actionTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:71:25: note: Virtual function in base class
okular-4.8.4/core/action.h:179:17: note: Function in derived class
okular-4.8.4/core/action.h:218:20: style: The function 'actionType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:65:28: note: Virtual function in base class
okular-4.8.4/core/action.h:218:20: note: Function in derived class
okular-4.8.4/core/action.h:223:17: style: The function 'actionTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:71:25: note: Virtual function in base class
okular-4.8.4/core/action.h:223:17: note: Function in derived class
okular-4.8.4/core/action.h:277:20: style: The function 'actionType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:65:28: note: Virtual function in base class
okular-4.8.4/core/action.h:277:20: note: Function in derived class
okular-4.8.4/core/action.h:282:17: style: The function 'actionTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:71:25: note: Virtual function in base class
okular-4.8.4/core/action.h:282:17: note: Function in derived class
okular-4.8.4/core/action.h:319:20: style: The function 'actionType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:65:28: note: Virtual function in base class
okular-4.8.4/core/action.h:319:20: note: Function in derived class
okular-4.8.4/core/action.h:324:17: style: The function 'actionTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:71:25: note: Virtual function in base class
okular-4.8.4/core/action.h:324:17: note: Function in derived class
okular-4.8.4/core/action.h:379:20: style: The function 'actionType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:65:28: note: Virtual function in base class
okular-4.8.4/core/action.h:379:20: note: Function in derived class
okular-4.8.4/core/action.h:384:17: style: The function 'actionTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/action.h:71:25: note: Virtual function in base class
okular-4.8.4/core/action.h:384:17: note: Function in derived class
okular-4.8.4/core/area.h:417:23: style: The function 'boundingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/area.h:362:23: note: Virtual function in base class
okular-4.8.4/core/area.h:417:23: note: Function in derived class
okular-4.8.4/core/area.h:423:22: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/area.h:368:22: note: Virtual function in base class
okular-4.8.4/core/area.h:423:22: note: Function in derived class
okular-4.8.4/core/area.h:428:22: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/area.h:373:22: note: Virtual function in base class
okular-4.8.4/core/area.h:428:22: note: Function in derived class
okular-4.8.4/core/area.h:454:23: style: The function 'boundingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/area.h:362:23: note: Virtual function in base class
okular-4.8.4/core/area.h:454:23: note: Function in derived class
okular-4.8.4/core/area.h:460:22: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/area.h:368:22: note: Virtual function in base class
okular-4.8.4/core/area.h:460:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:26:69: style: Function 'createAnnotation' argument 1 names different: declaration 'element' definition 'annElement'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:57:67: note: Function 'createAnnotation' argument 1 names different: declaration 'element' definition 'annElement'.
okular-4.8.4/core/annotations.cpp:26:69: note: Function 'createAnnotation' argument 1 names different: declaration 'element' definition 'annElement'.
okular-4.8.4/core/annotations.cpp:64:59: style: Function 'storeAnnotation' argument 1 names different: declaration 'annotation' definition 'ann'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:63:57: note: Function 'storeAnnotation' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/core/annotations.cpp:64:59: note: Function 'storeAnnotation' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/core/annotations.cpp:64:78: style: Function 'storeAnnotation' argument 2 names different: declaration 'element' definition 'annElement'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:64:52: note: Function 'storeAnnotation' argument 2 names different: declaration 'element' definition 'annElement'.
okular-4.8.4/core/annotations.cpp:64:78: note: Function 'storeAnnotation' argument 2 names different: declaration 'element' definition 'annElement'.
okular-4.8.4/core/annotations.cpp:90:63: style: Function 'annotationGeometry' argument 1 names different: declaration 'annotation' definition 'ann'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:77:61: note: Function 'annotationGeometry' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/core/annotations.cpp:90:63: note: Function 'annotationGeometry' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/core/annotations.cpp:91:12: style: Function 'annotationGeometry' argument 2 names different: declaration 'scaleX' definition 'scaledWidth'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:78:49: note: Function 'annotationGeometry' argument 2 names different: declaration 'scaleX' definition 'scaledWidth'.
okular-4.8.4/core/annotations.cpp:91:12: note: Function 'annotationGeometry' argument 2 names different: declaration 'scaleX' definition 'scaledWidth'.
okular-4.8.4/core/annotations.cpp:91:32: style: Function 'annotationGeometry' argument 3 names different: declaration 'scaleY' definition 'scaledHeight'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:78:64: note: Function 'annotationGeometry' argument 3 names different: declaration 'scaleY' definition 'scaledHeight'.
okular-4.8.4/core/annotations.cpp:91:32: note: Function 'annotationGeometry' argument 3 names different: declaration 'scaleY' definition 'scaledHeight'.
okular-4.8.4/core/annotations.cpp:454:65: style: Function 'Annotation' argument 2 names different: declaration 'description' definition 'annNode'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:649:60: note: Function 'Annotation' argument 2 names different: declaration 'description' definition 'annNode'.
okular-4.8.4/core/annotations.cpp:454:65: note: Function 'Annotation' argument 2 names different: declaration 'description' definition 'annNode'.
okular-4.8.4/core/annotations.cpp:747:36: style: Function 'store' argument 1 names different: declaration 'node' definition 'annNode'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:644:40: note: Function 'store' argument 1 names different: declaration 'node' definition 'annNode'.
okular-4.8.4/core/annotations.cpp:747:36: note: Function 'store' argument 1 names different: declaration 'node' definition 'annNode'.
okular-4.8.4/core/annotations.cpp:921:50: style: Function 'TextAnnotation' argument 1 names different: declaration 'description' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:688:41: note: Function 'TextAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:921:50: note: Function 'TextAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:980:44: style: Function 'setTextType' argument 1 names different: declaration 'type' definition 'textType'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:699:36: note: Function 'setTextType' argument 1 names different: declaration 'type' definition 'textType'.
okular-4.8.4/core/annotations.cpp:980:44: note: Function 'setTextType' argument 1 names different: declaration 'type' definition 'textType'.
okular-4.8.4/core/annotations.cpp:1211:50: style: Function 'LineAnnotation' argument 1 names different: declaration 'description' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:832:50: note: Function 'LineAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:1211:50: note: Function 'LineAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:1359:43: style: Function 'setShowCaption' argument 1 names different: declaration 'shown' definition 'show'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:920:35: note: Function 'setShowCaption' argument 1 names different: declaration 'shown' definition 'show'.
okular-4.8.4/core/annotations.cpp:1359:43: note: Function 'setShowCaption' argument 1 names different: declaration 'shown' definition 'show'.
okular-4.8.4/core/annotations.cpp:1490:50: style: Function 'GeomAnnotation' argument 1 names different: declaration 'description' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:971:41: note: Function 'GeomAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:1490:50: note: Function 'GeomAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:1702:60: style: Function 'HighlightAnnotation' argument 1 names different: declaration 'description' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1047:55: note: Function 'HighlightAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:1702:60: note: Function 'HighlightAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:1847:52: style: Function 'StampAnnotation' argument 1 names different: declaration 'description' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1179:51: note: Function 'StampAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:1847:52: note: Function 'StampAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:1929:48: style: Function 'InkAnnotation' argument 1 names different: declaration 'description' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1223:40: note: Function 'InkAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:1929:48: note: Function 'InkAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:2126:52: style: Function 'CaretAnnotation' argument 1 names different: declaration 'description' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1282:51: note: Function 'CaretAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:2126:52: note: Function 'CaretAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:2208:70: style: Function 'FileAttachmentAnnotation' argument 1 names different: declaration 'description' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1325:60: note: Function 'FileAttachmentAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:2208:70: note: Function 'FileAttachmentAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:2250:64: style: Function 'setFileIconName' argument 1 names different: declaration 'name' definition 'icon'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1339:46: note: Function 'setFileIconName' argument 1 names different: declaration 'name' definition 'icon'.
okular-4.8.4/core/annotations.cpp:2250:64: note: Function 'setFileIconName' argument 1 names different: declaration 'name' definition 'icon'.
okular-4.8.4/core/annotations.cpp:2262:63: style: Function 'setEmbeddedFile' argument 1 names different: declaration 'object' definition 'ef'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1350:45: note: Function 'setEmbeddedFile' argument 1 names different: declaration 'object' definition 'ef'.
okular-4.8.4/core/annotations.cpp:2262:63: note: Function 'setEmbeddedFile' argument 1 names different: declaration 'object' definition 'ef'.
okular-4.8.4/core/annotations.cpp:2292:52: style: Function 'SoundAnnotation' argument 1 names different: declaration 'description' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1385:42: note: Function 'SoundAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:2292:52: note: Function 'SoundAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:2334:56: style: Function 'setSoundIconName' argument 1 names different: declaration 'name' definition 'icon'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1399:47: note: Function 'setSoundIconName' argument 1 names different: declaration 'name' definition 'icon'.
okular-4.8.4/core/annotations.cpp:2334:56: note: Function 'setSoundIconName' argument 1 names different: declaration 'name' definition 'icon'.
okular-4.8.4/core/annotations.cpp:2346:40: style: Function 'setSound' argument 1 names different: declaration 'object' definition 's'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1410:31: note: Function 'setSound' argument 1 names different: declaration 'object' definition 's'.
okular-4.8.4/core/annotations.cpp:2346:40: note: Function 'setSound' argument 1 names different: declaration 'object' definition 's'.
okular-4.8.4/core/annotations.cpp:2375:52: style: Function 'MovieAnnotation' argument 1 names different: declaration 'description' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1445:42: note: Function 'MovieAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:2375:52: note: Function 'MovieAnnotation' argument 1 names different: declaration 'description' definition 'node'.
okular-4.8.4/core/annotations.cpp:2396:41: style: Function 'store' argument 1 names different: declaration 'parentNode' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/core/annotations.h:1466:31: note: Function 'store' argument 1 names different: declaration 'parentNode' definition 'node'.
okular-4.8.4/core/annotations.cpp:2396:41: note: Function 'store' argument 1 names different: declaration 'parentNode' definition 'node'.
okular-4.8.4/core/annotations.cpp:1428:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
okular-4.8.4/core/annotations.cpp:1584:9: warning: Member variable 'Private::m_capStart' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/annotations.cpp:1584:9: warning: Member variable 'Private::m_capEnd' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/annotations.cpp:1584:9: warning: Member variable 'Private::m_feather' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/annotations.h:197:14: performance: Technically the member function 'Okular::Annotation::setAuthor' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:566:18: note: Technically the member function 'Okular::Annotation::setAuthor' can be static.
okular-4.8.4/core/annotations.h:197:14: note: Technically the member function 'Okular::Annotation::setAuthor' can be static.
okular-4.8.4/core/annotations.h:202:17: performance: Technically the member function 'Okular::Annotation::author' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:572:21: note: Technically the member function 'Okular::Annotation::author' can be static.
okular-4.8.4/core/annotations.h:202:17: note: Technically the member function 'Okular::Annotation::author' can be static.
okular-4.8.4/core/annotations.h:207:14: performance: Technically the member function 'Okular::Annotation::setContents' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:578:18: note: Technically the member function 'Okular::Annotation::setContents' can be static.
okular-4.8.4/core/annotations.h:207:14: note: Technically the member function 'Okular::Annotation::setContents' can be static.
okular-4.8.4/core/annotations.h:212:17: performance: Technically the member function 'Okular::Annotation::contents' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:584:21: note: Technically the member function 'Okular::Annotation::contents' can be static.
okular-4.8.4/core/annotations.h:212:17: note: Technically the member function 'Okular::Annotation::contents' can be static.
okular-4.8.4/core/annotations.h:217:14: performance: Technically the member function 'Okular::Annotation::setUniqueName' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:590:18: note: Technically the member function 'Okular::Annotation::setUniqueName' can be static.
okular-4.8.4/core/annotations.h:217:14: note: Technically the member function 'Okular::Annotation::setUniqueName' can be static.
okular-4.8.4/core/annotations.h:222:17: performance: Technically the member function 'Okular::Annotation::uniqueName' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:596:21: note: Technically the member function 'Okular::Annotation::uniqueName' can be static.
okular-4.8.4/core/annotations.h:222:17: note: Technically the member function 'Okular::Annotation::uniqueName' can be static.
okular-4.8.4/core/annotations.h:229:14: performance: Technically the member function 'Okular::Annotation::setModificationDate' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:602:18: note: Technically the member function 'Okular::Annotation::setModificationDate' can be static.
okular-4.8.4/core/annotations.h:229:14: note: Technically the member function 'Okular::Annotation::setModificationDate' can be static.
okular-4.8.4/core/annotations.h:234:19: performance: Technically the member function 'Okular::Annotation::modificationDate' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:608:23: note: Technically the member function 'Okular::Annotation::modificationDate' can be static.
okular-4.8.4/core/annotations.h:234:19: note: Technically the member function 'Okular::Annotation::modificationDate' can be static.
okular-4.8.4/core/annotations.h:241:14: performance: Technically the member function 'Okular::Annotation::setCreationDate' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:614:18: note: Technically the member function 'Okular::Annotation::setCreationDate' can be static.
okular-4.8.4/core/annotations.h:241:14: note: Technically the member function 'Okular::Annotation::setCreationDate' can be static.
okular-4.8.4/core/annotations.h:246:19: performance: Technically the member function 'Okular::Annotation::creationDate' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:620:23: note: Technically the member function 'Okular::Annotation::creationDate' can be static.
okular-4.8.4/core/annotations.h:246:19: note: Technically the member function 'Okular::Annotation::creationDate' can be static.
okular-4.8.4/core/annotations.h:252:14: performance: Technically the member function 'Okular::Annotation::setFlags' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:626:18: note: Technically the member function 'Okular::Annotation::setFlags' can be static.
okular-4.8.4/core/annotations.h:252:14: note: Technically the member function 'Okular::Annotation::setFlags' can be static.
okular-4.8.4/core/annotations.h:258:13: performance: Technically the member function 'Okular::Annotation::flags' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:632:17: note: Technically the member function 'Okular::Annotation::flags' can be static.
okular-4.8.4/core/annotations.h:258:13: note: Technically the member function 'Okular::Annotation::flags' can be static.
okular-4.8.4/core/annotations.h:263:14: performance: Technically the member function 'Okular::Annotation::setBoundingRectangle' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:638:18: note: Technically the member function 'Okular::Annotation::setBoundingRectangle' can be static.
okular-4.8.4/core/annotations.h:263:14: note: Technically the member function 'Okular::Annotation::setBoundingRectangle' can be static.
okular-4.8.4/core/annotations.h:268:24: performance: Technically the member function 'Okular::Annotation::boundingRectangle' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:649:28: note: Technically the member function 'Okular::Annotation::boundingRectangle' can be static.
okular-4.8.4/core/annotations.h:268:24: note: Technically the member function 'Okular::Annotation::boundingRectangle' can be static.
okular-4.8.4/core/annotations.h:276:24: performance: Technically the member function 'Okular::Annotation::transformedBoundingRectangle' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:655:28: note: Technically the member function 'Okular::Annotation::transformedBoundingRectangle' can be static.
okular-4.8.4/core/annotations.h:276:24: note: Technically the member function 'Okular::Annotation::transformedBoundingRectangle' can be static.
okular-4.8.4/core/annotations.h:283:14: performance: Technically the member function 'Okular::Annotation::translate' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:661:18: note: Technically the member function 'Okular::Annotation::translate' can be static.
okular-4.8.4/core/annotations.h:283:14: note: Technically the member function 'Okular::Annotation::translate' can be static.
okular-4.8.4/core/annotations.h:603:14: performance: Technically the member function 'Okular::Annotation::setNativeId' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:714:18: note: Technically the member function 'Okular::Annotation::setNativeId' can be static.
okular-4.8.4/core/annotations.h:603:14: note: Technically the member function 'Okular::Annotation::setNativeId' can be static.
okular-4.8.4/core/annotations.h:610:18: performance: Technically the member function 'Okular::Annotation::nativeId' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:720:22: note: Technically the member function 'Okular::Annotation::nativeId' can be static.
okular-4.8.4/core/annotations.h:610:18: note: Technically the member function 'Okular::Annotation::nativeId' can be static.
okular-4.8.4/core/annotations.h:634:14: performance: Technically the member function 'Okular::Annotation::openDialogAfterCreation' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:672:18: note: Technically the member function 'Okular::Annotation::openDialogAfterCreation' can be static.
okular-4.8.4/core/annotations.h:634:14: note: Technically the member function 'Okular::Annotation::openDialogAfterCreation' can be static.
okular-4.8.4/core/annotations.h:699:14: performance: Technically the member function 'Okular::TextAnnotation::setTextType' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:980:22: note: Technically the member function 'Okular::TextAnnotation::setTextType' can be static.
okular-4.8.4/core/annotations.h:699:14: note: Technically the member function 'Okular::TextAnnotation::setTextType' can be static.
okular-4.8.4/core/annotations.h:704:18: performance: Technically the member function 'Okular::TextAnnotation::textType' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:986:42: note: Technically the member function 'Okular::TextAnnotation::textType' can be static.
okular-4.8.4/core/annotations.h:704:18: note: Technically the member function 'Okular::TextAnnotation::textType' can be static.
okular-4.8.4/core/annotations.h:709:14: performance: Technically the member function 'Okular::TextAnnotation::setTextIcon' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:992:22: note: Technically the member function 'Okular::TextAnnotation::setTextIcon' can be static.
okular-4.8.4/core/annotations.h:709:14: note: Technically the member function 'Okular::TextAnnotation::setTextIcon' can be static.
okular-4.8.4/core/annotations.h:714:17: performance: Technically the member function 'Okular::TextAnnotation::textIcon' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:998:25: note: Technically the member function 'Okular::TextAnnotation::textIcon' can be static.
okular-4.8.4/core/annotations.h:714:17: note: Technically the member function 'Okular::TextAnnotation::textIcon' can be static.
okular-4.8.4/core/annotations.h:719:14: performance: Technically the member function 'Okular::TextAnnotation::setTextFont' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1004:22: note: Technically the member function 'Okular::TextAnnotation::setTextFont' can be static.
okular-4.8.4/core/annotations.h:719:14: note: Technically the member function 'Okular::TextAnnotation::setTextFont' can be static.
okular-4.8.4/core/annotations.h:724:15: performance: Technically the member function 'Okular::TextAnnotation::textFont' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1010:23: note: Technically the member function 'Okular::TextAnnotation::textFont' can be static.
okular-4.8.4/core/annotations.h:724:15: note: Technically the member function 'Okular::TextAnnotation::textFont' can be static.
okular-4.8.4/core/annotations.h:729:14: performance: Technically the member function 'Okular::TextAnnotation::setInplaceAlignment' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1016:22: note: Technically the member function 'Okular::TextAnnotation::setInplaceAlignment' can be static.
okular-4.8.4/core/annotations.h:729:14: note: Technically the member function 'Okular::TextAnnotation::setInplaceAlignment' can be static.
okular-4.8.4/core/annotations.h:734:13: performance: Technically the member function 'Okular::TextAnnotation::inplaceAlignment' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1022:21: note: Technically the member function 'Okular::TextAnnotation::inplaceAlignment' can be static.
okular-4.8.4/core/annotations.h:734:13: note: Technically the member function 'Okular::TextAnnotation::inplaceAlignment' can be static.
okular-4.8.4/core/annotations.h:739:14: performance: Technically the member function 'Okular::TextAnnotation::setInplaceText' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1028:22: note: Technically the member function 'Okular::TextAnnotation::setInplaceText' can be static.
okular-4.8.4/core/annotations.h:739:14: note: Technically the member function 'Okular::TextAnnotation::setInplaceText' can be static.
okular-4.8.4/core/annotations.h:744:17: performance: Technically the member function 'Okular::TextAnnotation::inplaceText' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1034:25: note: Technically the member function 'Okular::TextAnnotation::inplaceText' can be static.
okular-4.8.4/core/annotations.h:744:17: note: Technically the member function 'Okular::TextAnnotation::inplaceText' can be static.
okular-4.8.4/core/annotations.h:751:14: performance: Technically the member function 'Okular::TextAnnotation::setInplaceCallout' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1040:22: note: Technically the member function 'Okular::TextAnnotation::setInplaceCallout' can be static.
okular-4.8.4/core/annotations.h:751:14: note: Technically the member function 'Okular::TextAnnotation::setInplaceCallout' can be static.
okular-4.8.4/core/annotations.h:758:25: performance: Technically the member function 'Okular::TextAnnotation::inplaceCallout' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1049:33: note: Technically the member function 'Okular::TextAnnotation::inplaceCallout' can be static.
okular-4.8.4/core/annotations.h:758:25: note: Technically the member function 'Okular::TextAnnotation::inplaceCallout' can be static.
okular-4.8.4/core/annotations.h:765:25: performance: Technically the member function 'Okular::TextAnnotation::transformedInplaceCallout' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1058:33: note: Technically the member function 'Okular::TextAnnotation::transformedInplaceCallout' can be static.
okular-4.8.4/core/annotations.h:765:25: note: Technically the member function 'Okular::TextAnnotation::transformedInplaceCallout' can be static.
okular-4.8.4/core/annotations.h:771:14: performance: Technically the member function 'Okular::TextAnnotation::setInplaceIntent' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1067:22: note: Technically the member function 'Okular::TextAnnotation::setInplaceIntent' can be static.
okular-4.8.4/core/annotations.h:771:14: note: Technically the member function 'Okular::TextAnnotation::setInplaceIntent' can be static.
okular-4.8.4/core/annotations.h:776:23: performance: Technically the member function 'Okular::TextAnnotation::inplaceIntent' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1073:47: note: Technically the member function 'Okular::TextAnnotation::inplaceIntent' can be static.
okular-4.8.4/core/annotations.h:776:23: note: Technically the member function 'Okular::TextAnnotation::inplaceIntent' can be static.
okular-4.8.4/core/annotations.h:842:14: performance: Technically the member function 'Okular::LineAnnotation::setLinePoints' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1269:22: note: Technically the member function 'Okular::LineAnnotation::setLinePoints' can be static.
okular-4.8.4/core/annotations.h:842:14: note: Technically the member function 'Okular::LineAnnotation::setLinePoints' can be static.
okular-4.8.4/core/annotations.h:847:38: performance: Technically the member function 'Okular::LineAnnotation::linePoints' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1275:46: note: Technically the member function 'Okular::LineAnnotation::linePoints' can be static.
okular-4.8.4/core/annotations.h:847:38: note: Technically the member function 'Okular::LineAnnotation::linePoints' can be static.
okular-4.8.4/core/annotations.h:853:38: performance: Technically the member function 'Okular::LineAnnotation::transformedLinePoints' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1281:46: note: Technically the member function 'Okular::LineAnnotation::transformedLinePoints' can be static.
okular-4.8.4/core/annotations.h:853:38: note: Technically the member function 'Okular::LineAnnotation::transformedLinePoints' can be static.
okular-4.8.4/core/annotations.h:859:14: performance: Technically the member function 'Okular::LineAnnotation::setLineStartStyle' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1287:22: note: Technically the member function 'Okular::LineAnnotation::setLineStartStyle' can be static.
okular-4.8.4/core/annotations.h:859:14: note: Technically the member function 'Okular::LineAnnotation::setLineStartStyle' can be static.
okular-4.8.4/core/annotations.h:864:19: performance: Technically the member function 'Okular::LineAnnotation::lineStartStyle' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1293:43: note: Technically the member function 'Okular::LineAnnotation::lineStartStyle' can be static.
okular-4.8.4/core/annotations.h:864:19: note: Technically the member function 'Okular::LineAnnotation::lineStartStyle' can be static.
okular-4.8.4/core/annotations.h:870:14: performance: Technically the member function 'Okular::LineAnnotation::setLineEndStyle' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1299:22: note: Technically the member function 'Okular::LineAnnotation::setLineEndStyle' can be static.
okular-4.8.4/core/annotations.h:870:14: note: Technically the member function 'Okular::LineAnnotation::setLineEndStyle' can be static.
okular-4.8.4/core/annotations.h:875:19: performance: Technically the member function 'Okular::LineAnnotation::lineEndStyle' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1305:43: note: Technically the member function 'Okular::LineAnnotation::lineEndStyle' can be static.
okular-4.8.4/core/annotations.h:875:19: note: Technically the member function 'Okular::LineAnnotation::lineEndStyle' can be static.
okular-4.8.4/core/annotations.h:880:14: performance: Technically the member function 'Okular::LineAnnotation::setLineClosed' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1311:22: note: Technically the member function 'Okular::LineAnnotation::setLineClosed' can be static.
okular-4.8.4/core/annotations.h:880:14: note: Technically the member function 'Okular::LineAnnotation::setLineClosed' can be static.
okular-4.8.4/core/annotations.h:885:14: performance: Technically the member function 'Okular::LineAnnotation::lineClosed' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1317:22: note: Technically the member function 'Okular::LineAnnotation::lineClosed' can be static.
okular-4.8.4/core/annotations.h:885:14: note: Technically the member function 'Okular::LineAnnotation::lineClosed' can be static.
okular-4.8.4/core/annotations.h:890:14: performance: Technically the member function 'Okular::LineAnnotation::setLineInnerColor' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1323:22: note: Technically the member function 'Okular::LineAnnotation::setLineInnerColor' can be static.
okular-4.8.4/core/annotations.h:890:14: note: Technically the member function 'Okular::LineAnnotation::setLineInnerColor' can be static.
okular-4.8.4/core/annotations.h:895:16: performance: Technically the member function 'Okular::LineAnnotation::lineInnerColor' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1329:24: note: Technically the member function 'Okular::LineAnnotation::lineInnerColor' can be static.
okular-4.8.4/core/annotations.h:895:16: note: Technically the member function 'Okular::LineAnnotation::lineInnerColor' can be static.
okular-4.8.4/core/annotations.h:900:14: performance: Technically the member function 'Okular::LineAnnotation::setLineLeadingForwardPoint' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1335:22: note: Technically the member function 'Okular::LineAnnotation::setLineLeadingForwardPoint' can be static.
okular-4.8.4/core/annotations.h:900:14: note: Technically the member function 'Okular::LineAnnotation::setLineLeadingForwardPoint' can be static.
okular-4.8.4/core/annotations.h:905:16: performance: Technically the member function 'Okular::LineAnnotation::lineLeadingForwardPoint' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1341:24: note: Technically the member function 'Okular::LineAnnotation::lineLeadingForwardPoint' can be static.
okular-4.8.4/core/annotations.h:905:16: note: Technically the member function 'Okular::LineAnnotation::lineLeadingForwardPoint' can be static.
okular-4.8.4/core/annotations.h:910:14: performance: Technically the member function 'Okular::LineAnnotation::setLineLeadingBackwardPoint' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1347:22: note: Technically the member function 'Okular::LineAnnotation::setLineLeadingBackwardPoint' can be static.
okular-4.8.4/core/annotations.h:910:14: note: Technically the member function 'Okular::LineAnnotation::setLineLeadingBackwardPoint' can be static.
okular-4.8.4/core/annotations.h:915:16: performance: Technically the member function 'Okular::LineAnnotation::lineLeadingBackwardPoint' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1353:24: note: Technically the member function 'Okular::LineAnnotation::lineLeadingBackwardPoint' can be static.
okular-4.8.4/core/annotations.h:915:16: note: Technically the member function 'Okular::LineAnnotation::lineLeadingBackwardPoint' can be static.
okular-4.8.4/core/annotations.h:920:14: performance: Technically the member function 'Okular::LineAnnotation::setShowCaption' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1359:22: note: Technically the member function 'Okular::LineAnnotation::setShowCaption' can be static.
okular-4.8.4/core/annotations.h:920:14: note: Technically the member function 'Okular::LineAnnotation::setShowCaption' can be static.
okular-4.8.4/core/annotations.h:925:14: performance: Technically the member function 'Okular::LineAnnotation::showCaption' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1365:22: note: Technically the member function 'Okular::LineAnnotation::showCaption' can be static.
okular-4.8.4/core/annotations.h:925:14: note: Technically the member function 'Okular::LineAnnotation::showCaption' can be static.
okular-4.8.4/core/annotations.h:931:14: performance: Technically the member function 'Okular::LineAnnotation::setLineIntent' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1371:22: note: Technically the member function 'Okular::LineAnnotation::setLineIntent' can be static.
okular-4.8.4/core/annotations.h:931:14: note: Technically the member function 'Okular::LineAnnotation::setLineIntent' can be static.
okular-4.8.4/core/annotations.h:936:20: performance: Technically the member function 'Okular::LineAnnotation::lineIntent' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1377:44: note: Technically the member function 'Okular::LineAnnotation::lineIntent' can be static.
okular-4.8.4/core/annotations.h:936:20: note: Technically the member function 'Okular::LineAnnotation::lineIntent' can be static.
okular-4.8.4/core/annotations.h:982:14: performance: Technically the member function 'Okular::GeomAnnotation::setGeometricalType' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1521:22: note: Technically the member function 'Okular::GeomAnnotation::setGeometricalType' can be static.
okular-4.8.4/core/annotations.h:982:14: note: Technically the member function 'Okular::GeomAnnotation::setGeometricalType' can be static.
okular-4.8.4/core/annotations.h:987:18: performance: Technically the member function 'Okular::GeomAnnotation::geometricalType' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1527:42: note: Technically the member function 'Okular::GeomAnnotation::geometricalType' can be static.
okular-4.8.4/core/annotations.h:987:18: note: Technically the member function 'Okular::GeomAnnotation::geometricalType' can be static.
okular-4.8.4/core/annotations.h:992:14: performance: Technically the member function 'Okular::GeomAnnotation::setGeometricalInnerColor' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1533:22: note: Technically the member function 'Okular::GeomAnnotation::setGeometricalInnerColor' can be static.
okular-4.8.4/core/annotations.h:992:14: note: Technically the member function 'Okular::GeomAnnotation::setGeometricalInnerColor' can be static.
okular-4.8.4/core/annotations.h:997:16: performance: Technically the member function 'Okular::GeomAnnotation::geometricalInnerColor' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1539:24: note: Technically the member function 'Okular::GeomAnnotation::geometricalInnerColor' can be static.
okular-4.8.4/core/annotations.h:997:16: note: Technically the member function 'Okular::GeomAnnotation::geometricalInnerColor' can be static.
okular-4.8.4/core/annotations.h:1002:29: performance: Technically the member function 'Okular::GeomAnnotation::setGeometricalPointWidth' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1545:22: note: Technically the member function 'Okular::GeomAnnotation::setGeometricalPointWidth' can be static.
okular-4.8.4/core/annotations.h:1002:29: note: Technically the member function 'Okular::GeomAnnotation::setGeometricalPointWidth' can be static.
okular-4.8.4/core/annotations.h:1007:28: performance: Technically the member function 'Okular::GeomAnnotation::geometricalPointWidth' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1551:21: note: Technically the member function 'Okular::GeomAnnotation::geometricalPointWidth' can be static.
okular-4.8.4/core/annotations.h:1007:28: note: Technically the member function 'Okular::GeomAnnotation::geometricalPointWidth' can be static.
okular-4.8.4/core/annotations.h:1058:14: performance: Technically the member function 'Okular::HighlightAnnotation::setHighlightType' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1750:27: note: Technically the member function 'Okular::HighlightAnnotation::setHighlightType' can be static.
okular-4.8.4/core/annotations.h:1058:14: note: Technically the member function 'Okular::HighlightAnnotation::setHighlightType' can be static.
okular-4.8.4/core/annotations.h:1063:23: performance: Technically the member function 'Okular::HighlightAnnotation::highlightType' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1756:57: note: Technically the member function 'Okular::HighlightAnnotation::highlightType' can be static.
okular-4.8.4/core/annotations.h:1063:23: note: Technically the member function 'Okular::HighlightAnnotation::highlightType' can be static.
okular-4.8.4/core/annotations.h:1189:14: performance: Technically the member function 'Okular::StampAnnotation::setStampIconName' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1873:23: note: Technically the member function 'Okular::StampAnnotation::setStampIconName' can be static.
okular-4.8.4/core/annotations.h:1189:14: note: Technically the member function 'Okular::StampAnnotation::setStampIconName' can be static.
okular-4.8.4/core/annotations.h:1194:17: performance: Technically the member function 'Okular::StampAnnotation::stampIconName' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1879:26: note: Technically the member function 'Okular::StampAnnotation::stampIconName' can be static.
okular-4.8.4/core/annotations.h:1194:17: note: Technically the member function 'Okular::StampAnnotation::stampIconName' can be static.
okular-4.8.4/core/annotations.h:1233:14: performance: Technically the member function 'Okular::InkAnnotation::setInkPaths' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1985:21: note: Technically the member function 'Okular::InkAnnotation::setInkPaths' can be static.
okular-4.8.4/core/annotations.h:1233:14: note: Technically the member function 'Okular::InkAnnotation::setInkPaths' can be static.
okular-4.8.4/core/annotations.h:1238:47: performance: Technically the member function 'Okular::InkAnnotation::inkPaths' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1991:54: note: Technically the member function 'Okular::InkAnnotation::inkPaths' can be static.
okular-4.8.4/core/annotations.h:1238:47: note: Technically the member function 'Okular::InkAnnotation::inkPaths' can be static.
okular-4.8.4/core/annotations.h:1244:47: performance: Technically the member function 'Okular::InkAnnotation::transformedInkPaths' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:1997:54: note: Technically the member function 'Okular::InkAnnotation::transformedInkPaths' can be static.
okular-4.8.4/core/annotations.h:1244:47: note: Technically the member function 'Okular::InkAnnotation::transformedInkPaths' can be static.
okular-4.8.4/core/annotations.h:1292:14: performance: Technically the member function 'Okular::CaretAnnotation::setCaretSymbol' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:2152:23: note: Technically the member function 'Okular::CaretAnnotation::setCaretSymbol' can be static.
okular-4.8.4/core/annotations.h:1292:14: note: Technically the member function 'Okular::CaretAnnotation::setCaretSymbol' can be static.
okular-4.8.4/core/annotations.h:1297:38: performance: Technically the member function 'Okular::CaretAnnotation::caretSymbol' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:2158:47: note: Technically the member function 'Okular::CaretAnnotation::caretSymbol' can be static.
okular-4.8.4/core/annotations.h:1297:38: note: Technically the member function 'Okular::CaretAnnotation::caretSymbol' can be static.
okular-4.8.4/core/annotations.h:1334:17: performance: Technically the member function 'Okular::FileAttachmentAnnotation::fileIconName' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:2244:35: note: Technically the member function 'Okular::FileAttachmentAnnotation::fileIconName' can be static.
okular-4.8.4/core/annotations.h:1334:17: note: Technically the member function 'Okular::FileAttachmentAnnotation::fileIconName' can be static.
okular-4.8.4/core/annotations.h:1339:14: performance: Technically the member function 'Okular::FileAttachmentAnnotation::setFileIconName' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:2250:32: note: Technically the member function 'Okular::FileAttachmentAnnotation::setFileIconName' can be static.
okular-4.8.4/core/annotations.h:1339:14: note: Technically the member function 'Okular::FileAttachmentAnnotation::setFileIconName' can be static.
okular-4.8.4/core/annotations.h:1350:14: performance: Technically the member function 'Okular::FileAttachmentAnnotation::setEmbeddedFile' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:2262:32: note: Technically the member function 'Okular::FileAttachmentAnnotation::setEmbeddedFile' can be static.
okular-4.8.4/core/annotations.h:1350:14: note: Technically the member function 'Okular::FileAttachmentAnnotation::setEmbeddedFile' can be static.
okular-4.8.4/core/annotations.h:1394:17: performance: Technically the member function 'Okular::SoundAnnotation::soundIconName' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:2328:26: note: Technically the member function 'Okular::SoundAnnotation::soundIconName' can be static.
okular-4.8.4/core/annotations.h:1394:17: note: Technically the member function 'Okular::SoundAnnotation::soundIconName' can be static.
okular-4.8.4/core/annotations.h:1399:14: performance: Technically the member function 'Okular::SoundAnnotation::setSoundIconName' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:2334:23: note: Technically the member function 'Okular::SoundAnnotation::setSoundIconName' can be static.
okular-4.8.4/core/annotations.h:1399:14: note: Technically the member function 'Okular::SoundAnnotation::setSoundIconName' can be static.
okular-4.8.4/core/annotations.h:1410:14: performance: Technically the member function 'Okular::SoundAnnotation::setSound' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:2346:23: note: Technically the member function 'Okular::SoundAnnotation::setSound' can be static.
okular-4.8.4/core/annotations.h:1410:14: note: Technically the member function 'Okular::SoundAnnotation::setSound' can be static.
okular-4.8.4/core/annotations.h:1457:14: performance: Technically the member function 'Okular::MovieAnnotation::setMovie' can be static. [functionStatic]
okular-4.8.4/core/annotations.cpp:2417:23: note: Technically the member function 'Okular::MovieAnnotation::setMovie' can be static.
okular-4.8.4/core/annotations.h:1457:14: note: Technically the member function 'Okular::MovieAnnotation::setMovie' can be static.
okular-4.8.4/core/annotations.h:688:9: style: Class 'TextAnnotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/annotations.h:971:9: style: Class 'GeomAnnotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/annotations.h:1223:9: style: Class 'InkAnnotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/annotations.h:1385:9: style: Class 'SoundAnnotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/annotations.h:1445:9: style: Class 'MovieAnnotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/annotations.h:781:17: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:639:25: note: Virtual function in base class
okular-4.8.4/core/annotations.h:781:17: note: Function in derived class
okular-4.8.4/core/annotations.h:786:14: style: The function 'store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:644:22: note: Virtual function in base class
okular-4.8.4/core/annotations.h:786:14: note: Function in derived class
okular-4.8.4/core/annotations.h:941:17: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:639:25: note: Virtual function in base class
okular-4.8.4/core/annotations.h:941:17: note: Function in derived class
okular-4.8.4/core/annotations.h:946:14: style: The function 'store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:644:22: note: Virtual function in base class
okular-4.8.4/core/annotations.h:946:14: note: Function in derived class
okular-4.8.4/core/annotations.h:1012:17: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:639:25: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1012:17: note: Function in derived class
okular-4.8.4/core/annotations.h:1018:14: style: The function 'store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:644:22: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1018:14: note: Function in derived class
okular-4.8.4/core/annotations.h:1155:17: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:639:25: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1155:17: note: Function in derived class
okular-4.8.4/core/annotations.h:1161:14: style: The function 'store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:644:22: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1161:14: note: Function in derived class
okular-4.8.4/core/annotations.h:1199:17: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:639:25: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1199:17: note: Function in derived class
okular-4.8.4/core/annotations.h:1205:14: style: The function 'store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:644:22: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1205:14: note: Function in derived class
okular-4.8.4/core/annotations.h:1249:17: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:639:25: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1249:17: note: Function in derived class
okular-4.8.4/core/annotations.h:1255:14: style: The function 'store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:644:22: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1255:14: note: Function in derived class
okular-4.8.4/core/annotations.h:1302:17: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:639:25: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1302:17: note: Function in derived class
okular-4.8.4/core/annotations.h:1308:14: style: The function 'store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:644:22: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1308:14: note: Function in derived class
okular-4.8.4/core/annotations.h:1355:17: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:639:25: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1355:17: note: Function in derived class
okular-4.8.4/core/annotations.h:1361:14: style: The function 'store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:644:22: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1361:14: note: Function in derived class
okular-4.8.4/core/annotations.h:1415:17: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:639:25: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1415:17: note: Function in derived class
okular-4.8.4/core/annotations.h:1421:14: style: The function 'store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:644:22: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1421:14: note: Function in derived class
okular-4.8.4/core/annotations.h:1461:17: style: The function 'subType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:639:25: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1461:17: note: Function in derived class
okular-4.8.4/core/annotations.h:1466:14: style: The function 'store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations.h:644:22: note: Virtual function in base class
okular-4.8.4/core/annotations.h:1466:14: note: Function in derived class
okular-4.8.4/core/annotations.cpp:897:22: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:41:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:897:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:898:22: style: The function 'baseTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:42:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:898:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:899:22: style: The function 'resetTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:43:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:899:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:900:22: style: The function 'translate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:44:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:900:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:901:22: style: The function 'openDialogAfterCreation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:45:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:901:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:1189:22: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:41:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:1189:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:1190:22: style: The function 'baseTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:42:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:1190:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:1191:22: style: The function 'resetTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:43:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:1191:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:1192:22: style: The function 'translate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:44:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:1192:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:1690:22: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:41:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:1690:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:1691:22: style: The function 'baseTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:42:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:1691:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:1915:22: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:41:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:1915:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:1916:22: style: The function 'baseTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:42:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:1916:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:1917:22: style: The function 'resetTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:43:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:1917:22: note: Function in derived class
okular-4.8.4/core/annotations.cpp:1918:22: style: The function 'translate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/annotations_p.h:44:22: note: Virtual function in base class
okular-4.8.4/core/annotations.cpp:1918:22: note: Function in derived class
okular-4.8.4/core/area.cpp:30:42: style: Function 'NormalizedPoint' argument 1 names different: declaration 'x' definition 'dX'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:56:33: note: Function 'NormalizedPoint' argument 1 names different: declaration 'x' definition 'dX'.
okular-4.8.4/core/area.cpp:30:42: note: Function 'NormalizedPoint' argument 1 names different: declaration 'x' definition 'dX'.
okular-4.8.4/core/area.cpp:30:53: style: Function 'NormalizedPoint' argument 2 names different: declaration 'y' definition 'dY'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:56:43: note: Function 'NormalizedPoint' argument 2 names different: declaration 'y' definition 'dY'.
okular-4.8.4/core/area.cpp:30:53: note: Function 'NormalizedPoint' argument 2 names different: declaration 'y' definition 'dY'.
okular-4.8.4/core/area.cpp:33:39: style: Function 'NormalizedPoint' argument 1 names different: declaration 'x' definition 'iX'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:62:30: note: Function 'NormalizedPoint' argument 1 names different: declaration 'x' definition 'iX'.
okular-4.8.4/core/area.cpp:33:39: note: Function 'NormalizedPoint' argument 1 names different: declaration 'x' definition 'iX'.
okular-4.8.4/core/area.cpp:33:47: style: Function 'NormalizedPoint' argument 2 names different: declaration 'y' definition 'iY'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:62:37: note: Function 'NormalizedPoint' argument 2 names different: declaration 'y' definition 'iY'.
okular-4.8.4/core/area.cpp:33:47: note: Function 'NormalizedPoint' argument 2 names different: declaration 'y' definition 'iY'.
okular-4.8.4/core/area.cpp:52:63: style: Function 'operator<<' argument 2 names different: declaration 'point' definition 'p'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:867:77: note: Function 'operator<<' argument 2 names different: declaration 'point' definition 'p'.
okular-4.8.4/core/area.cpp:52:63: note: Function 'operator<<' argument 2 names different: declaration 'point' definition 'p'.
okular-4.8.4/core/area.cpp:63:40: style: Function 'NormalizedRect' argument 1 names different: declaration 'left' definition 'l'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:110:32: note: Function 'NormalizedRect' argument 1 names different: declaration 'left' definition 'l'.
okular-4.8.4/core/area.cpp:63:40: note: Function 'NormalizedRect' argument 1 names different: declaration 'left' definition 'l'.
okular-4.8.4/core/area.cpp:63:50: style: Function 'NormalizedRect' argument 2 names different: declaration 'top' definition 't'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:110:45: note: Function 'NormalizedRect' argument 2 names different: declaration 'top' definition 't'.
okular-4.8.4/core/area.cpp:63:50: note: Function 'NormalizedRect' argument 2 names different: declaration 'top' definition 't'.
okular-4.8.4/core/area.cpp:63:60: style: Function 'NormalizedRect' argument 3 names different: declaration 'right' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:110:57: note: Function 'NormalizedRect' argument 3 names different: declaration 'right' definition 'r'.
okular-4.8.4/core/area.cpp:63:60: note: Function 'NormalizedRect' argument 3 names different: declaration 'right' definition 'r'.
okular-4.8.4/core/area.cpp:63:70: style: Function 'NormalizedRect' argument 4 names different: declaration 'bottom' definition 'b'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:110:71: note: Function 'NormalizedRect' argument 4 names different: declaration 'bottom' definition 'b'.
okular-4.8.4/core/area.cpp:63:70: note: Function 'NormalizedRect' argument 4 names different: declaration 'bottom' definition 'b'.
okular-4.8.4/core/area.cpp:67:47: style: Function 'NormalizedRect' argument 1 names different: declaration 'rectangle' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:116:38: note: Function 'NormalizedRect' argument 1 names different: declaration 'rectangle' definition 'r'.
okular-4.8.4/core/area.cpp:67:47: note: Function 'NormalizedRect' argument 1 names different: declaration 'rectangle' definition 'r'.
okular-4.8.4/core/area.cpp:95:57: style: Function 'intersects' argument 1 names different: declaration 'other' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:148:48: note: Function 'intersects' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:95:57: note: Function 'intersects' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:100:57: style: Function 'intersects' argument 1 names different: declaration 'other' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:154:48: note: Function 'intersects' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:100:57: note: Function 'intersects' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:105:41: style: Function 'intersects' argument 1 names different: declaration 'left' definition 'l'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:160:33: note: Function 'intersects' argument 1 names different: declaration 'left' definition 'l'.
okular-4.8.4/core/area.cpp:105:41: note: Function 'intersects' argument 1 names different: declaration 'left' definition 'l'.
okular-4.8.4/core/area.cpp:105:51: style: Function 'intersects' argument 2 names different: declaration 'top' definition 't'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:160:46: note: Function 'intersects' argument 2 names different: declaration 'top' definition 't'.
okular-4.8.4/core/area.cpp:105:51: note: Function 'intersects' argument 2 names different: declaration 'top' definition 't'.
okular-4.8.4/core/area.cpp:105:61: style: Function 'intersects' argument 3 names different: declaration 'right' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:160:58: note: Function 'intersects' argument 3 names different: declaration 'right' definition 'r'.
okular-4.8.4/core/area.cpp:105:61: note: Function 'intersects' argument 3 names different: declaration 'right' definition 'r'.
okular-4.8.4/core/area.cpp:105:71: style: Function 'intersects' argument 4 names different: declaration 'bottom' definition 'b'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:160:72: note: Function 'intersects' argument 4 names different: declaration 'bottom' definition 'b'.
okular-4.8.4/core/area.cpp:105:71: note: Function 'intersects' argument 4 names different: declaration 'bottom' definition 'b'.
okular-4.8.4/core/area.cpp:110:66: style: Function 'operator|' argument 1 names different: declaration 'other' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:178:57: note: Function 'operator|' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:110:66: note: Function 'operator|' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:121:68: style: Function 'operator|=' argument 1 names different: declaration 'other' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:184:59: note: Function 'operator|=' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:121:68: note: Function 'operator|=' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:130:66: style: Function 'operator&' argument 1 names different: declaration 'other' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:192:57: note: Function 'operator&' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:130:66: note: Function 'operator&' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:143:68: style: Function 'operator=' argument 1 names different: declaration 'other' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:126:58: note: Function 'operator=' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:143:68: note: Function 'operator=' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:152:57: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:198:48: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:152:57: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'r'.
okular-4.8.4/core/area.cpp:204:62: style: Function 'operator<<' argument 2 names different: declaration 'rect' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:872:76: note: Function 'operator<<' argument 2 names different: declaration 'rect' definition 'r'.
okular-4.8.4/core/area.cpp:204:62: note: Function 'operator<<' argument 2 names different: declaration 'rect' definition 'r'.
okular-4.8.4/core/area.cpp:247:32: style: Function 'ObjectRect' argument 1 names different: declaration 'left' definition 'l'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:325:28: note: Function 'ObjectRect' argument 1 names different: declaration 'left' definition 'l'.
okular-4.8.4/core/area.cpp:247:32: note: Function 'ObjectRect' argument 1 names different: declaration 'left' definition 'l'.
okular-4.8.4/core/area.cpp:247:42: style: Function 'ObjectRect' argument 2 names different: declaration 'top' definition 't'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:325:41: note: Function 'ObjectRect' argument 2 names different: declaration 'top' definition 't'.
okular-4.8.4/core/area.cpp:247:42: note: Function 'ObjectRect' argument 2 names different: declaration 'top' definition 't'.
okular-4.8.4/core/area.cpp:247:52: style: Function 'ObjectRect' argument 3 names different: declaration 'right' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:325:53: note: Function 'ObjectRect' argument 3 names different: declaration 'right' definition 'r'.
okular-4.8.4/core/area.cpp:247:52: note: Function 'ObjectRect' argument 3 names different: declaration 'right' definition 'r'.
okular-4.8.4/core/area.cpp:247:62: style: Function 'ObjectRect' argument 4 names different: declaration 'bottom' definition 'b'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:325:67: note: Function 'ObjectRect' argument 4 names different: declaration 'bottom' definition 'b'.
okular-4.8.4/core/area.cpp:247:62: note: Function 'ObjectRect' argument 4 names different: declaration 'bottom' definition 'b'.
okular-4.8.4/core/area.cpp:247:103: style: Function 'ObjectRect' argument 7 names different: declaration 'object' definition 'pnt'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:325:112: note: Function 'ObjectRect' argument 7 names different: declaration 'object' definition 'pnt'.
okular-4.8.4/core/area.cpp:247:103: note: Function 'ObjectRect' argument 7 names different: declaration 'object' definition 'pnt'.
okular-4.8.4/core/area.cpp:260:47: style: Function 'ObjectRect' argument 1 names different: declaration 'rect' definition 'x'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:330:43: note: Function 'ObjectRect' argument 1 names different: declaration 'rect' definition 'x'.
okular-4.8.4/core/area.cpp:260:47: note: Function 'ObjectRect' argument 1 names different: declaration 'rect' definition 'x'.
okular-4.8.4/core/area.cpp:260:88: style: Function 'ObjectRect' argument 4 names different: declaration 'object' definition 'pnt'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:330:86: note: Function 'ObjectRect' argument 4 names different: declaration 'object' definition 'pnt'.
okular-4.8.4/core/area.cpp:260:88: note: Function 'ObjectRect' argument 4 names different: declaration 'object' definition 'pnt'.
okular-4.8.4/core/area.cpp:272:72: style: Function 'ObjectRect' argument 3 names different: declaration 'object' definition 'pnt'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:335:67: note: Function 'ObjectRect' argument 3 names different: declaration 'object' definition 'pnt'.
okular-4.8.4/core/area.cpp:272:72: note: Function 'ObjectRect' argument 3 names different: declaration 'object' definition 'pnt'.
okular-4.8.4/core/area.cpp:395:80: style: Function 'SourceRefObjectRect' argument 2 names different: declaration 'reference' definition 'srcRef'. [funcArgNamesDifferent]
okular-4.8.4/core/area.h:448:66: note: Function 'SourceRefObjectRect' argument 2 names different: declaration 'reference' definition 'srcRef'.
okular-4.8.4/core/area.cpp:395:80: note: Function 'SourceRefObjectRect' argument 2 names different: declaration 'reference' definition 'srcRef'.
okular-4.8.4/core/area.h:45:1: warning: The class 'NormalizedPoint' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
okular-4.8.4/core/audioplayer_p.h:29:5: style: Class 'AudioPlayerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/bookmarkmanager.cpp:298:40: style: Function 'addBookmark' argument 1 names different: declaration 'page' definition 'n'. [funcArgNamesDifferent]
okular-4.8.4/core/bookmarkmanager.h:69:31: note: Function 'addBookmark' argument 1 names different: declaration 'page' definition 'n'.
okular-4.8.4/core/bookmarkmanager.cpp:298:40: note: Function 'addBookmark' argument 1 names different: declaration 'page' definition 'n'.
okular-4.8.4/core/bookmarkmanager.cpp:344:43: style: Function 'removeBookmark' argument 1 names different: declaration 'page' definition 'n'. [funcArgNamesDifferent]
okular-4.8.4/core/bookmarkmanager.h:82:34: note: Function 'removeBookmark' argument 1 names different: declaration 'page' definition 'n'.
okular-4.8.4/core/bookmarkmanager.cpp:344:43: note: Function 'removeBookmark' argument 1 names different: declaration 'page' definition 'n'.
okular-4.8.4/core/bookmarkmanager.h:144:9: style: Class 'BookmarkManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/document_p.h:47:5: style: Struct 'GeneratorInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/document_p.h:69:9: style: Class 'DocumentPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/bookmarkmanager.cpp:61:9: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/document.cpp:3471:12: style: The scope of the variable 'width' can be reduced. [variableScope]
okular-4.8.4/core/document.cpp:3471:19: style: The scope of the variable 'height' can be reduced. [variableScope]
okular-4.8.4/core/document.cpp:1033:80: style: Function 'doContinueNextMatchSearch' argument 2 names different: declaration 'match' definition 'theMatch'. [funcArgNamesDifferent]
okular-4.8.4/core/document_p.h:128:71: note: Function 'doContinueNextMatchSearch' argument 2 names different: declaration 'match' definition 'theMatch'.
okular-4.8.4/core/document.cpp:1033:80: note: Function 'doContinueNextMatchSearch' argument 2 names different: declaration 'match' definition 'theMatch'.
okular-4.8.4/core/document.cpp:1033:147: style: Function 'doContinueNextMatchSearch' argument 6 names different: declaration 'caseSensitivity' definition 'theCaseSensitivity'. [funcArgNamesDifferent]
okular-4.8.4/core/document_p.h:128:135: note: Function 'doContinueNextMatchSearch' argument 6 names different: declaration 'caseSensitivity' definition 'theCaseSensitivity'.
okular-4.8.4/core/document.cpp:1033:147: note: Function 'doContinueNextMatchSearch' argument 6 names different: declaration 'caseSensitivity' definition 'theCaseSensitivity'.
okular-4.8.4/core/document.cpp:1208:154: style: Function 'doContinueAllDocumentSearch' argument 6 names different: declaration 'caseSensitivity' definition 'theCaseSensitivity'. [funcArgNamesDifferent]
okular-4.8.4/core/document_p.h:130:145: note: Function 'doContinueAllDocumentSearch' argument 6 names different: declaration 'caseSensitivity' definition 'theCaseSensitivity'.
okular-4.8.4/core/document.cpp:1208:154: note: Function 'doContinueAllDocumentSearch' argument 6 names different: declaration 'caseSensitivity' definition 'theCaseSensitivity'.
okular-4.8.4/core/document.cpp:1296:163: style: Function 'doContinueGooglesDocumentSearch' argument 6 names different: declaration 'caseSensitivity' definition 'theCaseSensitivity'. [funcArgNamesDifferent]
okular-4.8.4/core/document_p.h:131:154: note: Function 'doContinueGooglesDocumentSearch' argument 6 names different: declaration 'caseSensitivity' definition 'theCaseSensitivity'.
okular-4.8.4/core/document.cpp:1296:163: note: Function 'doContinueGooglesDocumentSearch' argument 6 names different: declaration 'caseSensitivity' definition 'theCaseSensitivity'.
okular-4.8.4/core/document.cpp:1530:94: style: Function 'openDocument' argument 3 names different: declaration 'mime' definition '_mime'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:96:93: note: Function 'openDocument' argument 3 names different: declaration 'mime' definition '_mime'.
okular-4.8.4/core/document.cpp:1530:94: note: Function 'openDocument' argument 3 names different: declaration 'mime' definition '_mime'.
okular-4.8.4/core/document.cpp:1872:48: style: Function 'addObserver' argument 1 names different: declaration 'observer' definition 'pObserver'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:106:45: note: Function 'addObserver' argument 1 names different: declaration 'observer' definition 'pObserver'.
okular-4.8.4/core/document.cpp:1872:48: note: Function 'addObserver' argument 1 names different: declaration 'observer' definition 'pObserver'.
okular-4.8.4/core/document.cpp:1885:51: style: Function 'removeObserver' argument 1 names different: declaration 'observer' definition 'pObserver'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:111:48: note: Function 'removeObserver' argument 1 names different: declaration 'observer' definition 'pObserver'.
okular-4.8.4/core/document.cpp:1885:51: note: Function 'removeObserver' argument 1 names different: declaration 'observer' definition 'pObserver'.
okular-4.8.4/core/document.cpp:2064:34: style: Function 'page' argument 1 names different: declaration 'number' definition 'n'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:171:32: note: Function 'page' argument 1 names different: declaration 'number' definition 'n'.
okular-4.8.4/core/document.cpp:2064:34: note: Function 'page' argument 1 names different: declaration 'number' definition 'n'.
okular-4.8.4/core/document.cpp:2315:38: style: Function 'requestTextPage' argument 1 names different: declaration 'number' definition 'page'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:362:36: note: Function 'requestTextPage' argument 1 names different: declaration 'number' definition 'page'.
okular-4.8.4/core/document.cpp:2315:38: note: Function 'requestTextPage' argument 1 names different: declaration 'number' definition 'page'.
okular-4.8.4/core/document.cpp:2344:61: style: Function 'modifyPageAnnotation' argument 2 names different: declaration 'annotation' definition 'newannotation'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:372:58: note: Function 'modifyPageAnnotation' argument 2 names different: declaration 'annotation' definition 'newannotation'.
okular-4.8.4/core/document.cpp:2344:61: note: Function 'modifyPageAnnotation' argument 2 names different: declaration 'annotation' definition 'newannotation'.
okular-4.8.4/core/document.cpp:3008:64: style: Function 'processSourceReference' argument 1 names different: declaration 'reference' definition 'ref'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:469:61: note: Function 'processSourceReference' argument 1 names different: declaration 'reference' definition 'ref'.
okular-4.8.4/core/document.cpp:3008:64: note: Function 'processSourceReference' argument 1 names different: declaration 'reference' definition 'ref'.
okular-4.8.4/core/document.cpp:3491:52: style: Function 'requestDone' argument 1 names different: declaration 'request' definition 'req'. [funcArgNamesDifferent]
okular-4.8.4/core/document_p.h:140:43: note: Function 'requestDone' argument 1 names different: declaration 'request' definition 'req'.
okular-4.8.4/core/document.cpp:3491:52: note: Function 'requestDone' argument 1 names different: declaration 'request' definition 'req'.
okular-4.8.4/core/document.cpp:3613:33: style: Function 'setRotation' argument 1 names different: declaration 'rotation' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:622:31: note: Function 'setRotation' argument 1 names different: declaration 'rotation' definition 'r'.
okular-4.8.4/core/document.cpp:3613:33: note: Function 'setRotation' argument 1 names different: declaration 'rotation' definition 'r'.
okular-4.8.4/core/document.cpp:3681:41: style: Function 'DocumentViewport' argument 1 names different: declaration 'number' definition 'n'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:777:31: note: Function 'DocumentViewport' argument 1 names different: declaration 'number' definition 'n'.
okular-4.8.4/core/document.cpp:3681:41: note: Function 'DocumentViewport' argument 1 names different: declaration 'number' definition 'n'.
okular-4.8.4/core/document.cpp:3694:53: style: Function 'DocumentViewport' argument 1 names different: declaration 'description' definition 'xmlDesc'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:782:42: note: Function 'DocumentViewport' argument 1 names different: declaration 'description' definition 'xmlDesc'.
okular-4.8.4/core/document.cpp:3694:53: note: Function 'DocumentViewport' argument 1 names different: declaration 'description' definition 'xmlDesc'.
okular-4.8.4/core/document.cpp:3771:61: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'vp'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:797:50: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'vp'.
okular-4.8.4/core/document.cpp:3771:61: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'vp'.
okular-4.8.4/core/document.cpp:3978:39: style: Function 'VisiblePageRect' argument 1 names different: declaration 'pageNumber' definition 'page'. [funcArgNamesDifferent]
okular-4.8.4/core/document.h:1008:39: note: Function 'VisiblePageRect' argument 1 names different: declaration 'pageNumber' definition 'page'.
okular-4.8.4/core/document.cpp:3978:39: note: Function 'VisiblePageRect' argument 1 names different: declaration 'pageNumber' definition 'page'.
okular-4.8.4/core/document.cpp:222:17: style: Variable 'pagesFreed' is modified but its new value is never used. [unreadVariable]
okular-4.8.4/core/document_p.h:69:9: warning: Member variable 'DocumentPrivate::m_searchCancelled' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/document_p.h:98:20: performance: Technically the member function 'Okular::DocumentPrivate::getTotalMemory' can be static. [functionStatic]
okular-4.8.4/core/document.cpp:234:29: note: Technically the member function 'Okular::DocumentPrivate::getTotalMemory' can be static.
okular-4.8.4/core/document_p.h:98:20: note: Technically the member function 'Okular::DocumentPrivate::getTotalMemory' can be static.
okular-4.8.4/core/document_p.h:99:20: performance: Technically the member function 'Okular::DocumentPrivate::getFreeMemory' can be static. [functionStatic]
okular-4.8.4/core/document.cpp:272:29: note: Technically the member function 'Okular::DocumentPrivate::getFreeMemory' can be static.
okular-4.8.4/core/document_p.h:99:20: note: Technically the member function 'Okular::DocumentPrivate::getFreeMemory' can be static.
okular-4.8.4/core/document_p.h:102:14: performance: Technically the member function 'Okular::DocumentPrivate::loadViewsInfo' can be static. [functionStatic]
okular-4.8.4/core/document.cpp:471:23: note: Technically the member function 'Okular::DocumentPrivate::loadViewsInfo' can be static.
okular-4.8.4/core/document_p.h:102:14: note: Technically the member function 'Okular::DocumentPrivate::loadViewsInfo' can be static.
okular-4.8.4/core/document_p.h:103:14: performance: Technically the member function 'Okular::DocumentPrivate::saveViewsInfo' can be static. [functionStatic]
okular-4.8.4/core/document.cpp:504:23: note: Technically the member function 'Okular::DocumentPrivate::saveViewsInfo' can be static.
okular-4.8.4/core/document_p.h:103:14: note: Technically the member function 'Okular::DocumentPrivate::saveViewsInfo' can be static.
okular-4.8.4/core/document_p.h:109:14: performance: Technically the member function 'Okular::DocumentPrivate::unloadGenerator' can be static. [functionStatic]
okular-4.8.4/core/document.cpp:598:23: note: Technically the member function 'Okular::DocumentPrivate::unloadGenerator' can be static.
okular-4.8.4/core/document_p.h:109:14: note: Technically the member function 'Okular::DocumentPrivate::unloadGenerator' can be static.
okular-4.8.4/core/document_p.h:150:18: performance: Technically the member function 'Okular::DocumentPrivate::documentMetaData' can be static. [functionStatic]
okular-4.8.4/core/document.cpp:1417:27: note: Technically the member function 'Okular::DocumentPrivate::documentMetaData' can be static.
okular-4.8.4/core/document_p.h:150:18: note: Technically the member function 'Okular::DocumentPrivate::documentMetaData' can be static.
okular-4.8.4/core/generator_p.h:90:9: style: Class 'PixmapGenerationThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/generator_p.h:119:9: style: Class 'TextPageGenerationThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/textpage.h:115:9: style: Class 'TextPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/fileprinter.h:209:10: performance: Technically the member function 'Okular::FilePrinter::detectCupsService' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:277:19: note: Technically the member function 'Okular::FilePrinter::detectCupsService' can be static.
okular-4.8.4/core/fileprinter.h:209:10: note: Technically the member function 'Okular::FilePrinter::detectCupsService' can be static.
okular-4.8.4/core/fileprinter.h:210:10: performance: Technically the member function 'Okular::FilePrinter::detectCupsConfig' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:286:19: note: Technically the member function 'Okular::FilePrinter::detectCupsConfig' can be static.
okular-4.8.4/core/fileprinter.h:210:10: note: Technically the member function 'Okular::FilePrinter::detectCupsConfig' can be static.
okular-4.8.4/core/fileprinter.h:228:17: performance: Technically the member function 'Okular::FilePrinter::destination' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:430:26: note: Technically the member function 'Okular::FilePrinter::destination' can be static.
okular-4.8.4/core/fileprinter.h:228:17: note: Technically the member function 'Okular::FilePrinter::destination' can be static.
okular-4.8.4/core/fileprinter.h:229:17: performance: Technically the member function 'Okular::FilePrinter::copies' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:443:26: note: Technically the member function 'Okular::FilePrinter::copies' can be static.
okular-4.8.4/core/fileprinter.h:229:17: note: Technically the member function 'Okular::FilePrinter::copies' can be static.
okular-4.8.4/core/fileprinter.h:230:17: performance: Technically the member function 'Okular::FilePrinter::jobname' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:458:26: note: Technically the member function 'Okular::FilePrinter::jobname' can be static.
okular-4.8.4/core/fileprinter.h:230:17: note: Technically the member function 'Okular::FilePrinter::jobname' can be static.
okular-4.8.4/core/fileprinter.h:231:17: performance: Technically the member function 'Okular::FilePrinter::deleteFile' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:474:26: note: Technically the member function 'Okular::FilePrinter::deleteFile' can be static.
okular-4.8.4/core/fileprinter.h:231:17: note: Technically the member function 'Okular::FilePrinter::deleteFile' can be static.
okular-4.8.4/core/fileprinter.h:233:17: performance: Technically the member function 'Okular::FilePrinter::pages' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:483:26: note: Technically the member function 'Okular::FilePrinter::pages' can be static.
okular-4.8.4/core/fileprinter.h:233:17: note: Technically the member function 'Okular::FilePrinter::pages' can be static.
okular-4.8.4/core/fileprinter.h:239:13: performance: Technically the member function 'Okular::FilePrinter::mediaPageSize' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:576:22: note: Technically the member function 'Okular::FilePrinter::mediaPageSize' can be static.
okular-4.8.4/core/fileprinter.h:239:13: note: Technically the member function 'Okular::FilePrinter::mediaPageSize' can be static.
okular-4.8.4/core/fileprinter.h:240:13: performance: Technically the member function 'Okular::FilePrinter::mediaPaperSource' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:617:22: note: Technically the member function 'Okular::FilePrinter::mediaPaperSource' can be static.
okular-4.8.4/core/fileprinter.h:240:13: note: Technically the member function 'Okular::FilePrinter::mediaPaperSource' can be static.
okular-4.8.4/core/fileprinter.h:242:17: performance: Technically the member function 'Okular::FilePrinter::optionOrientation' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:644:26: note: Technically the member function 'Okular::FilePrinter::optionOrientation' can be static.
okular-4.8.4/core/fileprinter.h:242:17: note: Technically the member function 'Okular::FilePrinter::optionOrientation' can be static.
okular-4.8.4/core/fileprinter.h:243:17: performance: Technically the member function 'Okular::FilePrinter::optionDoubleSidedPrinting' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:658:26: note: Technically the member function 'Okular::FilePrinter::optionDoubleSidedPrinting' can be static.
okular-4.8.4/core/fileprinter.h:243:17: note: Technically the member function 'Okular::FilePrinter::optionDoubleSidedPrinting' can be static.
okular-4.8.4/core/fileprinter.h:244:17: performance: Technically the member function 'Okular::FilePrinter::optionPageOrder' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:673:26: note: Technically the member function 'Okular::FilePrinter::optionPageOrder' can be static.
okular-4.8.4/core/fileprinter.h:244:17: note: Technically the member function 'Okular::FilePrinter::optionPageOrder' can be static.
okular-4.8.4/core/fileprinter.h:245:17: performance: Technically the member function 'Okular::FilePrinter::optionCollateCopies' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:681:26: note: Technically the member function 'Okular::FilePrinter::optionCollateCopies' can be static.
okular-4.8.4/core/fileprinter.h:245:17: note: Technically the member function 'Okular::FilePrinter::optionCollateCopies' can be static.
okular-4.8.4/core/fileprinter.h:246:17: performance: Technically the member function 'Okular::FilePrinter::optionPageMargins' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:689:26: note: Technically the member function 'Okular::FilePrinter::optionPageMargins' can be static.
okular-4.8.4/core/fileprinter.h:246:17: note: Technically the member function 'Okular::FilePrinter::optionPageMargins' can be static.
okular-4.8.4/core/fileprinter.h:247:17: performance: Technically the member function 'Okular::FilePrinter::optionCupsProperties' can be static. [functionStatic]
okular-4.8.4/core/fileprinter.cpp:703:26: note: Technically the member function 'Okular::FilePrinter::optionCupsProperties' can be static.
okular-4.8.4/core/fileprinter.h:247:17: note: Technically the member function 'Okular::FilePrinter::optionCupsProperties' can be static.
okular-4.8.4/core/fontinfo.cpp:51:11: warning: Member variable 'FontInfo::d' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/fontinfo.cpp:130:21: warning: Member variable 'FontInfo::d' is not assigned a value in 'FontInfo::operator='. [operatorEqVarError]
okular-4.8.4/core/form.h:60:19: performance: Technically the member function 'Okular::FormField::type' can be static. [functionStatic]
okular-4.8.4/core/form.cpp:47:33: note: Technically the member function 'Okular::FormField::type' can be static.
okular-4.8.4/core/form.h:60:19: note: Technically the member function 'Okular::FormField::type' can be static.
okular-4.8.4/core/form.h:103:14: performance: Technically the member function 'Okular::FormField::setActivationAction' can be static. [functionStatic]
okular-4.8.4/core/form.cpp:69:17: note: Technically the member function 'Okular::FormField::setActivationAction' can be static.
okular-4.8.4/core/form.h:103:14: note: Technically the member function 'Okular::FormField::setActivationAction' can be static.
okular-4.8.4/core/form.cpp:87:14: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/form_p.h:30:22: note: Virtual function in base class
okular-4.8.4/core/form.cpp:87:14: note: Function in derived class
okular-4.8.4/core/form.cpp:93:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/form_p.h:31:25: note: Virtual function in base class
okular-4.8.4/core/form.cpp:93:17: note: Function in derived class
okular-4.8.4/core/form.cpp:125:14: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/form_p.h:30:22: note: Virtual function in base class
okular-4.8.4/core/form.cpp:125:14: note: Function in derived class
okular-4.8.4/core/form.cpp:131:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/form_p.h:31:25: note: Virtual function in base class
okular-4.8.4/core/form.cpp:131:17: note: Function in derived class
okular-4.8.4/core/form.cpp:188:14: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/form_p.h:30:22: note: Virtual function in base class
okular-4.8.4/core/form.cpp:188:14: note: Function in derived class
okular-4.8.4/core/form.cpp:204:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/form_p.h:31:25: note: Virtual function in base class
okular-4.8.4/core/form.cpp:204:17: note: Function in derived class
okular-4.8.4/core/generator.cpp:263:41: style: Function 'image' argument 1 names different: declaration 'page' definition 'request'. [funcArgNamesDifferent]
okular-4.8.4/core/generator.h:436:46: note: Function 'image' argument 1 names different: declaration 'page' definition 'request'.
okular-4.8.4/core/generator.cpp:263:41: note: Function 'image' argument 1 names different: declaration 'page' definition 'request'.
okular-4.8.4/core/generator.cpp:425:5: style: Class 'PixmapRequest' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/core/generator.cpp:425:5: style: Class 'PixmapRequest' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/core/generator_p.cpp:25:76: style: Function 'startGeneration' argument 2 names different: declaration 'calcBoundingRect' definition 'calcBoundingBox'. [funcArgNamesDifferent]
okular-4.8.4/core/generator_p.h:92:60: note: Function 'startGeneration' argument 2 names different: declaration 'calcBoundingRect' definition 'calcBoundingBox'.
okular-4.8.4/core/generator_p.cpp:25:76: note: Function 'startGeneration' argument 2 names different: declaration 'calcBoundingRect' definition 'calcBoundingBox'.
okular-4.8.4/core/generator_p.cpp:71:27: warning: Member variable 'TextPageGenerationThread::mTextPage' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/movie.cpp:36:7: style: Class 'Movie' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/core/movie.cpp:36:7: style: Class 'Movie' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/core/movie.cpp:20:9: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/observer.cpp:15:19: warning: Member variable 'DocumentObserver::d' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/page.cpp:126:18: style: Function 'Page' argument 1 names different: declaration 'number' definition 'page'. [funcArgNamesDifferent]
okular-4.8.4/core/page.h:67:20: note: Function 'Page' argument 1 names different: declaration 'number' definition 'page'.
okular-4.8.4/core/page.cpp:126:18: note: Function 'Page' argument 1 names different: declaration 'number' definition 'page'.
okular-4.8.4/core/page.cpp:126:31: style: Function 'Page' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
okular-4.8.4/core/page.h:67:35: note: Function 'Page' argument 2 names different: declaration 'width' definition 'w'.
okular-4.8.4/core/page.cpp:126:31: note: Function 'Page' argument 2 names different: declaration 'width' definition 'w'.
okular-4.8.4/core/page.cpp:126:41: style: Function 'Page' argument 3 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
okular-4.8.4/core/page.h:67:49: note: Function 'Page' argument 3 names different: declaration 'height' definition 'h'.
okular-4.8.4/core/page.cpp:126:41: note: Function 'Page' argument 3 names different: declaration 'height' definition 'h'.
okular-4.8.4/core/page.cpp:126:53: style: Function 'Page' argument 4 names different: declaration 'orientation' definition 'o'. [funcArgNamesDifferent]
okular-4.8.4/core/page.h:67:66: note: Function 'Page' argument 4 names different: declaration 'orientation' definition 'o'.
okular-4.8.4/core/page.cpp:126:53: note: Function 'Page' argument 4 names different: declaration 'orientation' definition 'o'.
okular-4.8.4/core/page.cpp:241:31: style: Function 'hasHighlights' argument 1 names different: declaration 'id' definition 's_id'. [funcArgNamesDifferent]
okular-4.8.4/core/page.h:159:33: note: Function 'hasHighlights' argument 1 names different: declaration 'id' definition 's_id'.
okular-4.8.4/core/page.cpp:241:31: note: Function 'hasHighlights' argument 1 names different: declaration 'id' definition 's_id'.
okular-4.8.4/core/page.cpp:278:45: style: Function 'text' argument 1 names different: declaration 'rect' definition 'area'. [funcArgNamesDifferent]
okular-4.8.4/core/page.h:190:47: note: Function 'text' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/page.cpp:278:45: note: Function 'text' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/page.cpp:283:45: style: Function 'text' argument 1 names different: declaration 'rect' definition 'area'. [funcArgNamesDifferent]
okular-4.8.4/core/page.h:197:47: note: Function 'text' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/page.cpp:283:45: note: Function 'text' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/page.cpp:303:55: style: Function 'words' argument 1 names different: declaration 'rect' definition 'area'. [funcArgNamesDifferent]
okular-4.8.4/core/page.h:206:57: note: Function 'words' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/page.cpp:303:55: note: Function 'words' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/page.cpp:474:36: style: Function 'setTextPage' argument 1 names different: declaration 'text' definition 'textPage'. [funcArgNamesDifferent]
okular-4.8.4/core/page.h:255:38: note: Function 'setTextPage' argument 1 names different: declaration 'text' definition 'textPage'.
okular-4.8.4/core/page.cpp:474:36: note: Function 'setTextPage' argument 1 names different: declaration 'text' definition 'textPage'.
okular-4.8.4/core/page.cpp:507:37: style: Function 'setHighlight' argument 1 names different: declaration 'id' definition 's_id'. [funcArgNamesDifferent]
okular-4.8.4/core/page_p.h:97:32: note: Function 'setHighlight' argument 1 names different: declaration 'id' definition 's_id'.
okular-4.8.4/core/page.cpp:507:37: note: Function 'setHighlight' argument 1 names different: declaration 'id' definition 's_id'.
okular-4.8.4/core/page.cpp:507:60: style: Function 'setHighlight' argument 2 names different: declaration 'area' definition 'rect'. [funcArgNamesDifferent]
okular-4.8.4/core/page_p.h:97:53: note: Function 'setHighlight' argument 2 names different: declaration 'area' definition 'rect'.
okular-4.8.4/core/page.cpp:507:60: note: Function 'setHighlight' argument 2 names different: declaration 'area' definition 'rect'.
okular-4.8.4/core/page.cpp:516:55: style: Function 'setTextSelections' argument 1 names different: declaration 'areas' definition 'r'. [funcArgNamesDifferent]
okular-4.8.4/core/page_p.h:91:50: note: Function 'setTextSelections' argument 1 names different: declaration 'areas' definition 'r'.
okular-4.8.4/core/page.cpp:516:55: note: Function 'setTextSelections' argument 1 names different: declaration 'areas' definition 'r'.
okular-4.8.4/core/page.cpp:529:78: style: Function 'setSourceReferences' argument 1 names different: declaration 'rects' definition 'refRects'. [funcArgNamesDifferent]
okular-4.8.4/core/page.h:265:80: note: Function 'setSourceReferences' argument 1 names different: declaration 'rects' definition 'refRects'.
okular-4.8.4/core/page.cpp:529:78: note: Function 'setSourceReferences' argument 1 names different: declaration 'rects' definition 'refRects'.
okular-4.8.4/core/page.cpp:591:49: style: Function 'modifyAnnotation' argument 1 names different: declaration 'annotation' definition 'newannotation'. [funcArgNamesDifferent]
okular-4.8.4/core/page_p.h:74:45: note: Function 'modifyAnnotation' argument 1 names different: declaration 'annotation' definition 'newannotation'.
okular-4.8.4/core/page.cpp:591:49: note: Function 'modifyAnnotation' argument 1 names different: declaration 'annotation' definition 'newannotation'.
okular-4.8.4/core/page.cpp:705:41: style: Function 'deleteHighlights' argument 1 names different: declaration 'id' definition 's_id'. [funcArgNamesDifferent]
okular-4.8.4/core/page_p.h:102:36: note: Function 'deleteHighlights' argument 1 names different: declaration 'id' definition 's_id'.
okular-4.8.4/core/page.cpp:705:41: note: Function 'deleteHighlights' argument 1 names different: declaration 'id' definition 's_id'.
okular-4.8.4/core/page.cpp:127:7: style: Class 'Page' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/core/page.cpp:127:7: style: Class 'Page' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/core/pagetransition.h:68:9: style: Class 'PageTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/pagetransition.cpp:20:9: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/script/executor_kjs.cpp:80:7: style: Class 'ExecutorKJS' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/core/script/executor_kjs.cpp:80:7: style: Class 'ExecutorKJS' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/core/script/executor_kjs_p.h:23:9: style: Class 'ExecutorKJS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/script/executor_kjs.cpp:37:9: style: Class 'ExecutorKJSPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/scripter.cpp:37:7: style: Class 'Scripter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/core/scripter.cpp:37:7: style: Class 'Scripter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/core/scripter.h:38:9: style: Class 'Scripter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/scripter.cpp:22:9: style: Class 'ScripterPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/sound.cpp:54:30: style: Function 'Sound' argument 1 names different: declaration 'filename' definition 'url'. [funcArgNamesDifferent]
okular-4.8.4/core/sound.h:56:40: note: Function 'Sound' argument 1 names different: declaration 'filename' definition 'url'.
okular-4.8.4/core/sound.cpp:54:30: note: Function 'Sound' argument 1 names different: declaration 'filename' definition 'url'.
okular-4.8.4/core/sound.cpp:84:37: style: Function 'setSamplingRate' argument 1 names different: declaration 'rate' definition 'samplingRate'. [funcArgNamesDifferent]
okular-4.8.4/core/sound.h:81:38: note: Function 'setSamplingRate' argument 1 names different: declaration 'rate' definition 'samplingRate'.
okular-4.8.4/core/sound.cpp:84:37: note: Function 'setSamplingRate' argument 1 names different: declaration 'rate' definition 'samplingRate'.
okular-4.8.4/core/sound.cpp:104:35: style: Function 'setBitsPerSample' argument 1 names different: declaration 'rate' definition 'bitsPerSample'. [funcArgNamesDifferent]
okular-4.8.4/core/sound.h:101:36: note: Function 'setBitsPerSample' argument 1 names different: declaration 'rate' definition 'bitsPerSample'.
okular-4.8.4/core/sound.cpp:104:35: note: Function 'setBitsPerSample' argument 1 names different: declaration 'rate' definition 'bitsPerSample'.
okular-4.8.4/core/sound.cpp:55:7: style: Class 'Sound' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/core/sound.cpp:55:7: style: Class 'Sound' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/core/sound.cpp:19:9: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/sound.cpp:26:9: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/sourcereference.cpp:33:7: style: Class 'SourceReference' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/core/sourcereference.cpp:33:7: style: Class 'SourceReference' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/core/textdocumentgenerator.cpp:128:97: style: Function 'addTitle' argument 3 names different: declaration 'position' definition 'block'. [funcArgNamesDifferent]
okular-4.8.4/core/textdocumentgenerator_p.h:133:75: note: Function 'addTitle' argument 3 names different: declaration 'position' definition 'block'.
okular-4.8.4/core/textdocumentgenerator.cpp:128:97: note: Function 'addTitle' argument 3 names different: declaration 'position' definition 'block'.
okular-4.8.4/core/textdocumentgenerator_p.h:111:9: style: Class 'TextDocumentGeneratorPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/core/textdocumentgenerator.h:156:14: style: The function 'canGeneratePixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/generator.h:250:22: note: Virtual function in base class
okular-4.8.4/core/textdocumentgenerator.h:156:14: note: Function in derived class
okular-4.8.4/core/textdocumentgenerator.h:160:14: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/generator.h:341:22: note: Virtual function in base class
okular-4.8.4/core/textdocumentgenerator.h:160:14: note: Function in derived class
okular-4.8.4/core/textdocumentgenerator.h:163:36: style: The function 'exportFormats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/generator.h:371:36: note: Virtual function in base class
okular-4.8.4/core/textdocumentgenerator.h:163:36: note: Function in derived class
okular-4.8.4/core/textdocumentgenerator.h:166:37: style: The function 'generateDocumentInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/generator.h:280:38: note: Virtual function in base class
okular-4.8.4/core/textdocumentgenerator.h:166:37: note: Function in derived class
okular-4.8.4/core/textdocumentgenerator.h:167:41: style: The function 'generateDocumentSynopsis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/generator.h:286:42: note: Virtual function in base class
okular-4.8.4/core/textdocumentgenerator.h:167:41: note: Function in derived class
okular-4.8.4/core/textdocumentgenerator.h:170:14: style: The function 'doCloseDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/generator.h:427:22: note: Virtual function in base class
okular-4.8.4/core/textdocumentgenerator.h:170:14: note: Function in derived class
okular-4.8.4/core/textdocumentgenerator_p.h:125:28: style: The function 'image' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/generator_p.h:52:24: note: Virtual function in base class
okular-4.8.4/core/textdocumentgenerator_p.h:125:28: note: Function in derived class
okular-4.8.4/core/textpage.cpp:529:14: style: The scope of the variable 'flagV' can be reduced. [variableScope]
okular-4.8.4/core/textpage.cpp:587:14: style: The scope of the variable 'flagV' can be reduced. [variableScope]
okular-4.8.4/core/textpage.cpp:284:56: style: Function 'textArea' argument 1 names different: declaration 'selection' definition 'sel'. [funcArgNamesDifferent]
okular-4.8.4/core/textpage.h:177:51: note: Function 'textArea' argument 1 names different: declaration 'selection' definition 'sel'.
okular-4.8.4/core/textpage.cpp:284:56: note: Function 'textArea' argument 1 names different: declaration 'selection' definition 'sel'.
okular-4.8.4/core/textpage.cpp:668:42: style: Function 'findText' argument 1 names different: declaration 'id' definition 'searchID'. [funcArgNamesDifferent]
okular-4.8.4/core/textpage.h:140:40: note: Function 'findText' argument 1 names different: declaration 'id' definition 'searchID'.
okular-4.8.4/core/textpage.cpp:668:42: note: Function 'findText' argument 1 names different: declaration 'id' definition 'searchID'.
okular-4.8.4/core/textpage.cpp:668:67: style: Function 'findText' argument 2 names different: declaration 'text' definition 'query'. [funcArgNamesDifferent]
okular-4.8.4/core/textpage.h:140:59: note: Function 'findText' argument 2 names different: declaration 'text' definition 'query'.
okular-4.8.4/core/textpage.cpp:668:67: note: Function 'findText' argument 2 names different: declaration 'text' definition 'query'.
okular-4.8.4/core/textpage.cpp:668:90: style: Function 'findText' argument 3 names different: declaration 'direction' definition 'direct'. [funcArgNamesDifferent]
okular-4.8.4/core/textpage.h:140:81: note: Function 'findText' argument 3 names different: declaration 'direction' definition 'direct'.
okular-4.8.4/core/textpage.cpp:668:90: note: Function 'findText' argument 3 names different: declaration 'direction' definition 'direct'.
okular-4.8.4/core/textpage.cpp:669:98: style: Function 'findText' argument 5 names different: declaration 'lastRect' definition 'area'. [funcArgNamesDifferent]
okular-4.8.4/core/textpage.h:141:96: note: Function 'findText' argument 5 names different: declaration 'lastRect' definition 'area'.
okular-4.8.4/core/textpage.cpp:669:98: note: Function 'findText' argument 5 names different: declaration 'lastRect' definition 'area'.
okular-4.8.4/core/textpage.cpp:971:47: style: Function 'text' argument 1 names different: declaration 'rect' definition 'area'. [funcArgNamesDifferent]
okular-4.8.4/core/textpage.h:152:46: note: Function 'text' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/textpage.cpp:971:47: note: Function 'text' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/textpage.cpp:976:47: style: Function 'text' argument 1 names different: declaration 'rect' definition 'area'. [funcArgNamesDifferent]
okular-4.8.4/core/textpage.h:163:47: note: Function 'text' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/textpage.cpp:976:47: note: Function 'text' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/textpage.cpp:1876:57: style: Function 'words' argument 1 names different: declaration 'rect' definition 'area'. [funcArgNamesDifferent]
okular-4.8.4/core/textpage.h:172:57: note: Function 'words' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/textpage.cpp:1876:57: note: Function 'words' argument 1 names different: declaration 'rect' definition 'area'.
okular-4.8.4/core/textpage.cpp:74:39: warning: Division of result of sizeof() on pointer type. [divideSizeof]
okular-4.8.4/core/textpage.cpp:141:13: warning: Member variable 'TextEntity::m_area' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/textpage.cpp:141:13: warning: Member variable 'TextEntity::d' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/textpage.cpp:181:11: warning: Member variable 'TextPage::d' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/textpage.cpp:169:18: warning: Member variable 'TextPagePrivate::m_page' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/core/view.h:72:17: performance: Technically the member function 'Okular::View::name' can be static. [functionStatic]
okular-4.8.4/core/view.cpp:49:15: note: Technically the member function 'Okular::View::name' can be static.
okular-4.8.4/core/view.h:72:17: note: Technically the member function 'Okular::View::name' can be static.
okular-4.8.4/extensions.h:26:9: style: Class 'BrowserExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/extensions.h:41:9: style: Class 'OkularLiveConnectExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/part.h:112:14: style: The function 'observerId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:64:22: note: Virtual function in base class
okular-4.8.4/part.h:112:14: note: Function in derived class
okular-4.8.4/part.h:113:14: style: The function 'notifySetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:93:22: note: Virtual function in base class
okular-4.8.4/part.h:113:14: note: Function in derived class
okular-4.8.4/part.h:114:14: style: The function 'notifyViewportChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:100:22: note: Virtual function in base class
okular-4.8.4/part.h:114:14: note: Function in derived class
okular-4.8.4/part.h:115:14: style: The function 'notifyPageChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:106:22: note: Virtual function in base class
okular-4.8.4/part.h:115:14: note: Function in derived class
okular-4.8.4/part.h:123:14: style: The function 'showSourceLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/interfaces/viewerinterface.h:40:22: note: Virtual function in base class
okular-4.8.4/part.h:123:14: note: Function in derived class
okular-4.8.4/part.h:124:14: style: The function 'clearLastShownSourceLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/interfaces/viewerinterface.h:45:22: note: Virtual function in base class
okular-4.8.4/part.h:124:14: note: Function in derived class
okular-4.8.4/part.h:125:14: style: The function 'isWatchFileModeEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/interfaces/viewerinterface.h:60:22: note: Virtual function in base class
okular-4.8.4/part.h:125:14: note: Function in derived class
okular-4.8.4/part.h:126:14: style: The function 'setWatchFileModeEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/interfaces/viewerinterface.h:65:22: note: Virtual function in base class
okular-4.8.4/part.h:126:14: note: Function in derived class
okular-4.8.4/part.h:127:14: style: The function 'areSourceLocationsShownGraphically' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/interfaces/viewerinterface.h:50:22: note: Virtual function in base class
okular-4.8.4/part.h:127:14: note: Function in derived class
okular-4.8.4/part.h:128:14: style: The function 'setShowSourceLocationsGraphically' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/interfaces/viewerinterface.h:55:22: note: Virtual function in base class
okular-4.8.4/part.h:128:14: note: Function in derived class
okular-4.8.4/generators/chm/generator_chm.cpp:87:5: warning: Possible leak in public function. The pointer 'm_file' is not deallocated before it is allocated. [publicAllocationError]
okular-4.8.4/generators/chm/lib/libchmfileimpl.h:38:3: warning: Member variable 'LCHMSearchProgressResult::titleoff' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/chm/lib/libchmfileimpl.h:38:3: warning: Member variable 'LCHMSearchProgressResult::urloff' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/chm/lib/libchmfile.h:180:8: style: Technically the member function 'LCHMFile::getFileContentAsBinary' can be const. [functionConst]
okular-4.8.4/generators/chm/lib/libchmfile.cpp:89:16: note: Technically the member function 'LCHMFile::getFileContentAsBinary' can be const.
okular-4.8.4/generators/chm/lib/libchmfile.h:180:8: note: Technically the member function 'LCHMFile::getFileContentAsBinary' can be const.
okular-4.8.4/generators/chm/lib/libchmfile.h:208:12: style: Technically the member function 'LCHMFile::getTopicByUrl' can be const. [functionConst]
okular-4.8.4/generators/chm/lib/libchmfile.cpp:99:19: note: Technically the member function 'LCHMFile::getTopicByUrl' can be const.
okular-4.8.4/generators/chm/lib/libchmfile.h:208:12: note: Technically the member function 'LCHMFile::getTopicByUrl' can be const.
okular-4.8.4/generators/chm/lib/libchmfile_search.cpp:176:44: style: Function 'searchQuery' argument 1 names different: declaration 'query' definition 'inquery'. [funcArgNamesDifferent]
okular-4.8.4/generators/chm/lib/libchmfile.h:263:37: note: Function 'searchQuery' argument 1 names different: declaration 'query' definition 'inquery'.
okular-4.8.4/generators/chm/lib/libchmfile_search.cpp:176:44: note: Function 'searchQuery' argument 1 names different: declaration 'query' definition 'inquery'.
okular-4.8.4/generators/chm/lib/libchmfile_search.cpp:176:67: style: Function 'searchQuery' argument 2 names different: declaration 'results' definition 'searchresults'. [funcArgNamesDifferent]
okular-4.8.4/generators/chm/lib/libchmfile.h:263:58: note: Function 'searchQuery' argument 2 names different: declaration 'results' definition 'searchresults'.
okular-4.8.4/generators/chm/lib/libchmfile_search.cpp:176:67: note: Function 'searchQuery' argument 2 names different: declaration 'results' definition 'searchresults'.
okular-4.8.4/generators/chm/lib/bitfiddle.h:90:17: style: The scope of the variable 'num_bits' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/bitfiddle.h:90:27: style: The scope of the variable 'base' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:448:11: style: The scope of the variable 'free_space' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:467:12: style: The scope of the variable 'wlc_count' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:467:23: style: The scope of the variable 'wlc_size' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:468:12: style: The scope of the variable 'wlc_offset' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:559:17: style: The scope of the variable 'cursor16' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:621:22: style: The scope of the variable 'count' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:624:17: style: The scope of the variable 'cursor32' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:685:16: style: The scope of the variable 'buffer' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:686:15: style: The scope of the variable 'factor' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:688:7: style: The scope of the variable 'size' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:764:11: style: The scope of the variable 'value' can be reduced. [variableScope]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:407:47: style: Function 'searchWord' argument 1 names different: declaration 'word' definition 'text'. [funcArgNamesDifferent]
okular-4.8.4/generators/chm/lib/libchmfileimpl.h:89:35: note: Function 'searchWord' argument 1 names different: declaration 'word' definition 'text'.
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:407:47: note: Function 'searchWord' argument 1 names different: declaration 'word' definition 'text'.
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:554:22: style: Function 'GetLeafNodeOffset' argument 2 names different: declaration 'initalOffset' definition 'initialOffset'. [funcArgNamesDifferent]
okular-4.8.4/generators/chm/lib/libchmfileimpl.h:142:19: note: Function 'GetLeafNodeOffset' argument 2 names different: declaration 'initalOffset' definition 'initialOffset'.
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:554:22: note: Function 'GetLeafNodeOffset' argument 2 names different: declaration 'initalOffset' definition 'initialOffset'.
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:56:15: warning: Member variable 'LCHMFileImpl::m_lookupTablesValid' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:56:15: warning: Member variable 'LCHMFileImpl::m_searchAvailable' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:59:15: performance: Variable 'm_font' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/chm/lib/libchmfileimpl.h:66:10: style: Technically the member function 'LCHMFileImpl::getFileSize' can be const. [functionConst]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:1279:20: note: Technically the member function 'LCHMFileImpl::getFileSize' can be const.
okular-4.8.4/generators/chm/lib/libchmfileimpl.h:66:10: note: Technically the member function 'LCHMFileImpl::getFileSize' can be const.
okular-4.8.4/generators/chm/lib/libchmfileimpl.h:232:11: performance: Technically the member function 'LCHMFileImpl::normalizeUrl' can be static. [functionStatic]
okular-4.8.4/generators/chm/lib/libchmfileimpl.cpp:929:23: note: Technically the member function 'LCHMFileImpl::normalizeUrl' can be static.
okular-4.8.4/generators/chm/lib/libchmfileimpl.h:232:11: note: Technically the member function 'LCHMFileImpl::normalizeUrl' can be static.
okular-4.8.4/generators/chm/lib/libchmtocimage.h:34:19: style: Technically the member function 'LCHMTocImageKeeper::getImage' can be const. [functionConst]
okular-4.8.4/generators/chm/lib/libchmtocimage.cpp:2106:37: note: Technically the member function 'LCHMTocImageKeeper::getImage' can be const.
okular-4.8.4/generators/chm/lib/libchmtocimage.h:34:19: note: Technically the member function 'LCHMTocImageKeeper::getImage' can be const.
okular-4.8.4/generators/comicbook/directory.cpp:28:38: style: Function 'open' argument 1 names different: declaration 'fileName' definition 'dirName'. [funcArgNamesDifferent]
okular-4.8.4/generators/comicbook/directory.h:32:35: note: Function 'open' argument 1 names different: declaration 'fileName' definition 'dirName'.
okular-4.8.4/generators/comicbook/directory.cpp:28:38: note: Function 'open' argument 1 names different: declaration 'fileName' definition 'dirName'.
okular-4.8.4/generators/comicbook/directory.cpp:35:51: style: Function 'recurseDir' argument 1 names different: declaration 'dir' definition 'dirPath'. [funcArgNamesDifferent]
okular-4.8.4/generators/comicbook/directory.h:48:48: note: Function 'recurseDir' argument 1 names different: declaration 'dir' definition 'dirPath'.
okular-4.8.4/generators/comicbook/directory.cpp:35:51: note: Function 'recurseDir' argument 1 names different: declaration 'dir' definition 'dirPath'.
okular-4.8.4/generators/comicbook/document.cpp:44:11: warning: Member variable 'Document::mArchiveDir' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/comicbook/document.h:38:21: performance: Technically the member function 'ComicBook::Document::pageTitles' can be static. [functionStatic]
okular-4.8.4/generators/comicbook/document.cpp:199:23: note: Technically the member function 'ComicBook::Document::pageTitles' can be static.
okular-4.8.4/generators/comicbook/document.h:38:21: note: Technically the member function 'ComicBook::Document::pageTitles' can be static.
okular-4.8.4/generators/comicbook/unrar.cpp:47:15: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/comicbook/unrar.cpp:92:8: warning: Member variable 'Unrar::mProcess' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/comicbook/unrarflavours.h:41:29: style: The function 'processListing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/comicbook/unrarflavours.h:22:29: note: Virtual function in base class
okular-4.8.4/generators/comicbook/unrarflavours.h:41:29: note: Function in derived class
okular-4.8.4/generators/comicbook/unrarflavours.h:42:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/comicbook/unrarflavours.h:23:25: note: Virtual function in base class
okular-4.8.4/generators/comicbook/unrarflavours.h:42:25: note: Function in derived class
okular-4.8.4/generators/comicbook/unrarflavours.h:50:29: style: The function 'processListing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/comicbook/unrarflavours.h:22:29: note: Virtual function in base class
okular-4.8.4/generators/comicbook/unrarflavours.h:50:29: note: Function in derived class
okular-4.8.4/generators/comicbook/unrarflavours.h:51:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/comicbook/unrarflavours.h:23:25: note: Virtual function in base class
okular-4.8.4/generators/comicbook/unrarflavours.h:51:25: note: Function in derived class
okular-4.8.4/generators/djvu/generator_djvu.cpp:366:14: style: Condition 'scape_orientation' is always false [knownConditionTrueFalse]
okular-4.8.4/generators/djvu/generator_djvu.cpp:365:34: note: Assignment 'scape_orientation=false', assigned value is 0
okular-4.8.4/generators/djvu/generator_djvu.cpp:366:14: note: Condition 'scape_orientation' is always false
okular-4.8.4/generators/djvu/kdjvu.h:65:9: style: The class 'Link' does not have a constructor although it has private member variables. [noConstructor]
okular-4.8.4/generators/djvu/kdjvu.h:95:29: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/djvu/kdjvu.h:74:29: note: Virtual function in base class
okular-4.8.4/generators/djvu/kdjvu.h:95:29: note: Function in derived class
okular-4.8.4/generators/djvu/kdjvu.h:111:29: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/djvu/kdjvu.h:74:29: note: Virtual function in base class
okular-4.8.4/generators/djvu/kdjvu.h:111:29: note: Function in derived class
okular-4.8.4/generators/djvu/kdjvu.h:153:29: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/djvu/kdjvu.h:131:29: note: Virtual function in base class
okular-4.8.4/generators/djvu/kdjvu.h:153:29: note: Function in derived class
okular-4.8.4/generators/djvu/kdjvu.h:154:32: style: The function 'color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/djvu/kdjvu.h:135:32: note: Virtual function in base class
okular-4.8.4/generators/djvu/kdjvu.h:154:32: note: Function in derived class
okular-4.8.4/generators/djvu/kdjvu.h:155:30: style: The function 'setColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/djvu/kdjvu.h:136:30: note: Virtual function in base class
okular-4.8.4/generators/djvu/kdjvu.h:155:30: note: Function in derived class
okular-4.8.4/generators/djvu/kdjvu.h:173:29: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/djvu/kdjvu.h:131:29: note: Virtual function in base class
okular-4.8.4/generators/djvu/kdjvu.h:173:29: note: Function in derived class
okular-4.8.4/generators/djvu/kdjvu.h:174:32: style: The function 'color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/djvu/kdjvu.h:135:32: note: Virtual function in base class
okular-4.8.4/generators/djvu/kdjvu.h:174:32: note: Function in derived class
okular-4.8.4/generators/djvu/kdjvu.h:175:30: style: The function 'setColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/djvu/kdjvu.h:136:30: note: Virtual function in base class
okular-4.8.4/generators/djvu/kdjvu.h:175:30: note: Function in derived class
okular-4.8.4/generators/djvu/kdjvu.cpp:163:14: warning: Member variable 'Page::m_width' is not initialized in the constructor. [uninitMemberVarPrivate]
okular-4.8.4/generators/djvu/kdjvu.cpp:163:14: warning: Member variable 'Page::m_height' is not initialized in the constructor. [uninitMemberVarPrivate]
okular-4.8.4/generators/djvu/kdjvu.cpp:163:14: warning: Member variable 'Page::m_dpi' is not initialized in the constructor. [uninitMemberVarPrivate]
okular-4.8.4/generators/djvu/kdjvu.cpp:163:14: warning: Member variable 'Page::m_orientation' is not initialized in the constructor. [uninitMemberVarPrivate]
okular-4.8.4/generators/djvu/kdjvu.h:134:22: style: Technically the member function 'KDjVu::Annotation::setComment' can be const. [functionConst]
okular-4.8.4/generators/djvu/kdjvu.cpp:273:25: note: Technically the member function 'KDjVu::Annotation::setComment' can be const.
okular-4.8.4/generators/djvu/kdjvu.h:134:22: note: Technically the member function 'KDjVu::Annotation::setComment' can be const.
okular-4.8.4/generators/djvu/kdjvu.cpp:638:18: style: Class 'KDjVu' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/generators/djvu/kdjvu.cpp:638:18: style: Class 'KDjVu' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/generators/djvu/kdjvu.h:160:17: style: Class 'TextAnnotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/djvu/kdjvu.h:182:17: style: Class 'LineAnnotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/dvi/TeXFontDefinition.cpp:33:20: warning: Member variable 'TeXFontDefinition::first_font' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/TeXFontDefinition.cpp:33:20: warning: Member variable 'TeXFontDefinition::fontType' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/pageNumber.h:38:17: performance: Variable 'pgNum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/pageNumber.h:44:28: performance: Variable 'pgNum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/simplePageSize.h:51:63: performance: Variable 'pageWidth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/simplePageSize.h:51:82: performance: Variable 'pageHeight' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/anchor.h:33:13: performance: Variable 'page' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/prebookmark.h:38:63: performance: Variable 'title' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/prebookmark.h:38:72: performance: Variable 'anchorName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/prebookmark.h:38:86: performance: Variable 'noOfChildren' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/TeXFontDefinition.cpp:42:3: performance: Variable 'fontname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/TeXFontDefinition.cpp:45:3: performance: Variable 'checksum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/TeXFontDefinition.cpp:239:3: performance: Variable 'dvi_advance_in_units_of_design_size_by_2e20' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/fontEncoding.h:78:8: style: Technically the member function 'fontEncoding::isValid' can be const. [functionConst]
okular-4.8.4/generators/dvi/TeXFont_TFM.h:19:10: style: Technically the member function 'fix_word::toDouble' can be const. [functionConst]
okular-4.8.4/generators/dvi/fontEncoding.h:66:3: style: Class 'fontEncoding' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/dvi/fontpool.h:42:2: style: Class 'fontPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/dvi/pageNumber.h:44:3: style: Class 'PageNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/dvi/pageSize.h:56:3: style: Class 'pageSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/dvi/dviRenderer.h:96:3: style: Class 'dviRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/dvi/TeXFont_PK.h:13:3: style: Class 'TeXFont_PK' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/dvi/TeXFont_TFM.h:26:3: style: Class 'TeXFont_TFM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/dvi/dviexport.h:138:16: style: The function 'abort_process_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/dvi/dviexport.h:75:16: note: Virtual function in base class
okular-4.8.4/generators/dvi/dviexport.h:138:16: note: Function in derived class
okular-4.8.4/generators/dvi/dviexport.h:139:16: style: The function 'finished_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/dvi/dviexport.h:81:16: note: Virtual function in base class
okular-4.8.4/generators/dvi/dviexport.h:139:16: note: Function in derived class
okular-4.8.4/generators/dvi/TeXFont_PK.h:16:10: style: The function 'getGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/dvi/TeXFont.h:32:18: note: Virtual function in base class
okular-4.8.4/generators/dvi/TeXFont_PK.h:16:10: note: Function in derived class
okular-4.8.4/generators/dvi/TeXFont_TFM.h:29:10: style: The function 'getGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/generators/dvi/TeXFont.h:32:18: note: Virtual function in base class
okular-4.8.4/generators/dvi/TeXFont_TFM.h:29:10: note: Function in derived class
okular-4.8.4/generators/dvi/TeXFont_PK.cpp:396:10: style: The scope of the variable 'j' can be reduced. [variableScope]
okular-4.8.4/generators/dvi/TeXFont_PK.cpp:119:37: style: Function 'getGlyph' argument 1 names different: declaration 'character' definition 'ch'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/TeXFont_PK.h:16:27: note: Function 'getGlyph' argument 1 names different: declaration 'character' definition 'ch'.
okular-4.8.4/generators/dvi/TeXFont_PK.cpp:119:37: note: Function 'getGlyph' argument 1 names different: declaration 'character' definition 'ch'.
okular-4.8.4/generators/dvi/TeXFont_PK.cpp:79:13: warning: Member variable 'TeXFont_PK::PK_input_byte' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/TeXFont_PK.cpp:79:13: warning: Member variable 'TeXFont_PK::PK_bitpos' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/TeXFont_PK.cpp:79:13: warning: Member variable 'TeXFont_PK::PK_dyn_f' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/TeXFont_PK.cpp:79:13: warning: Member variable 'TeXFont_PK::PK_repeat_count' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/TeXFont_PK.cpp:88:3: style: Class 'TeXFont_PK' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/generators/dvi/TeXFont_PK.cpp:88:3: style: Class 'TeXFont_PK' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/generators/dvi/TeXFont_TFM.cpp:121:38: style: Function 'getGlyph' argument 1 names different: declaration 'character' definition 'characterCode'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/TeXFont_TFM.h:29:27: note: Function 'getGlyph' argument 1 names different: declaration 'character' definition 'characterCode'.
okular-4.8.4/generators/dvi/TeXFont_TFM.cpp:121:38: note: Function 'getGlyph' argument 1 names different: declaration 'character' definition 'characterCode'.
okular-4.8.4/generators/dvi/dviPageInfo.cpp:20:14: warning: Member variable 'dviPageInfo::width' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/dviPageInfo.cpp:20:14: warning: Member variable 'dviPageInfo::height' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/dviPageInfo.cpp:20:14: warning: Member variable 'dviPageInfo::resolution' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/dviPageInfo.cpp:12:14: warning: Member variable 'dviPageInfo::img' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/dviPageInfo.cpp:12:14: warning: Member variable 'dviPageInfo::sourceHyperLinkList' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/dviPageInfo.cpp:12:14: warning: Member variable 'dviPageInfo::hyperLinkList' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/dviPageInfo.cpp:12:14: warning: Member variable 'dviPageInfo::textBoxList' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/dviPageInfo.cpp:17:5: performance: Variable 'pageNumber' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/dviPageInfo.h:19:1: warning: The class 'dviPageInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
okular-4.8.4/generators/dvi/dviRenderer.cpp:348:22: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
okular-4.8.4/generators/dvi/dviRenderer.cpp:347:36: note: outer condition: current_page<dviFile->total_pages
okular-4.8.4/generators/dvi/dviRenderer.cpp:348:22: note: identical inner condition: current_page<dviFile->total_pages
okular-4.8.4/generators/dvi/dviRenderer.cpp:410:46: style: Function 'isValidFile' argument 1 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/dviRenderer.h:113:44: note: Function 'isValidFile' argument 1 names different: declaration 'fileName' definition 'filename'.
okular-4.8.4/generators/dvi/dviRenderer.cpp:410:46: note: Function 'isValidFile' argument 1 names different: declaration 'fileName' definition 'filename'.
okular-4.8.4/generators/dvi/dviRenderer.cpp:715:95: style: Function 'handleSRCLink' argument 3 names different: declaration 'widget' definition 'win'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/dviRenderer.h:161:93: note: Function 'handleSRCLink' argument 3 names different: declaration 'widget' definition 'win'.
okular-4.8.4/generators/dvi/dviRenderer.cpp:715:95: note: Function 'handleSRCLink' argument 3 names different: declaration 'widget' definition 'win'.
okular-4.8.4/generators/dvi/dviRenderer.cpp:728:58: style: Function 'PDFencodingToQString' argument 1 names different: declaration 'pdfstring' definition '_pdfstring'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/dviRenderer.h:207:47: note: Function 'PDFencodingToQString' argument 1 names different: declaration 'pdfstring' definition '_pdfstring'.
okular-4.8.4/generators/dvi/dviRenderer.cpp:728:58: note: Function 'PDFencodingToQString' argument 1 names different: declaration 'pdfstring' definition '_pdfstring'.
okular-4.8.4/generators/dvi/dviRenderer.cpp:195:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
okular-4.8.4/generators/dvi/dviRenderer.cpp:211:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
okular-4.8.4/generators/dvi/dviRenderer.cpp:224:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
okular-4.8.4/generators/dvi/dviRenderer.cpp:50:14: warning: Member variable 'dviRenderer::currinf' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/dviRenderer.cpp:50:14: warning: Member variable 'dviRenderer::_isModified' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/dviRenderer.cpp:50:14: warning: Member variable 'dviRenderer::parentWidget' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/dviRenderer.cpp:61:5: style: Class 'dviRenderer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/generators/dvi/dviRenderer.cpp:61:5: style: Class 'dviRenderer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/generators/dvi/psgs.h:27:3: style: Class 'pageInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/dvi/dviRenderer_draw.cpp:84:10: style: C-style pointer casting [cstyleCast]
okular-4.8.4/generators/dvi/dviRenderer_draw.cpp:86:10: style: C-style pointer casting [cstyleCast]
okular-4.8.4/generators/dvi/dviRenderer_prescan.cpp:606:17: style: C-style pointer casting [cstyleCast]
okular-4.8.4/generators/dvi/dviRenderer_prescan.cpp:240:64: style: Function 'prescan_ParsePapersizeSpecial' argument 1 names different: declaration 'cp' definition '_cp'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/dviRenderer.h:221:62: note: Function 'prescan_ParsePapersizeSpecial' argument 1 names different: declaration 'cp' definition '_cp'.
okular-4.8.4/generators/dvi/dviRenderer_prescan.cpp:240:64: note: Function 'prescan_ParsePapersizeSpecial' argument 1 names different: declaration 'cp' definition '_cp'.
okular-4.8.4/generators/dvi/dviRenderer_prescan.cpp:269:65: style: Function 'prescan_ParseHTMLAnchorSpecial' argument 1 names different: declaration 'cp' definition '_cp'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/dviRenderer.h:223:63: note: Function 'prescan_ParseHTMLAnchorSpecial' argument 1 names different: declaration 'cp' definition '_cp'.
okular-4.8.4/generators/dvi/dviRenderer_prescan.cpp:269:65: note: Function 'prescan_ParseHTMLAnchorSpecial' argument 1 names different: declaration 'cp' definition '_cp'.
okular-4.8.4/generators/dvi/dviexport.cpp:401:31: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
okular-4.8.4/generators/dvi/dviexport.cpp:398:29: note: outer condition: parent.current_page<newFile.total_pages
okular-4.8.4/generators/dvi/dviexport.cpp:401:31: note: identical inner condition: parent.current_page<newFile.total_pages
okular-4.8.4/generators/dvi/dvisourcesplitter.cpp:20:63: style: Function 'DVI_SourceFileSplitter' argument 1 names different: declaration 'scrlink' definition 'srclink'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/dvisourcesplitter.h:21:42: note: Function 'DVI_SourceFileSplitter' argument 1 names different: declaration 'scrlink' definition 'srclink'.
okular-4.8.4/generators/dvi/dvisourcesplitter.cpp:20:63: note: Function 'DVI_SourceFileSplitter' argument 1 names different: declaration 'scrlink' definition 'srclink'.
okular-4.8.4/generators/dvi/dvisourcesplitter.cpp:20:25: warning: Member variable 'DVI_SourceFileSplitter::m_exists' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/fontpool.cpp:121:36: style: Function 'setParameters' argument 1 names different: declaration 'useFontHints' definition '_useFontHints'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/fontpool.h:51:27: note: Function 'setParameters' argument 1 names different: declaration 'useFontHints' definition '_useFontHints'.
okular-4.8.4/generators/dvi/fontpool.cpp:121:36: note: Function 'setParameters' argument 1 names different: declaration 'useFontHints' definition '_useFontHints'.
okular-4.8.4/generators/dvi/fontpool.cpp:379:40: style: Function 'setCMperDVIunit' argument 1 names different: declaration 'CMperDVI' definition '_CMperDVI'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/fontpool.h:68:31: note: Function 'setCMperDVIunit' argument 1 names different: declaration 'CMperDVI' definition '_CMperDVI'.
okular-4.8.4/generators/dvi/fontpool.cpp:379:40: note: Function 'setCMperDVIunit' argument 1 names different: declaration 'CMperDVI' definition '_CMperDVI'.
okular-4.8.4/generators/dvi/generator_dvi.cpp:65:15: warning: Member variable 'DviGenerator::m_resolution' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/glyph.cpp:25:8: warning: Member variable 'glyph::x2' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/glyph.cpp:25:8: warning: Member variable 'glyph::y2' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/glyph.cpp:34:3: performance: Variable 'dvi_advance_in_units_of_design_size_by_2e20' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/generators/dvi/pageSize.cpp:126:35: style: Function 'setPageSize' argument 1 names different: declaration 'width_in_mm' definition 'width'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/pageSize.h:144:35: note: Function 'setPageSize' argument 1 names different: declaration 'width_in_mm' definition 'width'.
okular-4.8.4/generators/dvi/pageSize.cpp:126:35: note: Function 'setPageSize' argument 1 names different: declaration 'width_in_mm' definition 'width'.
okular-4.8.4/generators/dvi/pageSize.cpp:126:49: style: Function 'setPageSize' argument 2 names different: declaration 'height_in_mm' definition 'height'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/pageSize.h:144:55: note: Function 'setPageSize' argument 2 names different: declaration 'height_in_mm' definition 'height'.
okular-4.8.4/generators/dvi/pageSize.cpp:126:49: note: Function 'setPageSize' argument 2 names different: declaration 'height_in_mm' definition 'height'.
okular-4.8.4/generators/dvi/pageSize.cpp:140:65: style: Function 'setPageSize' argument 2 names different: declaration 'widthUnits' definition '_widthUnits'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/pageSize.h:128:64: note: Function 'setPageSize' argument 2 names different: declaration 'widthUnits' definition '_widthUnits'.
okular-4.8.4/generators/dvi/pageSize.cpp:140:65: note: Function 'setPageSize' argument 2 names different: declaration 'widthUnits' definition '_widthUnits'.
okular-4.8.4/generators/dvi/pageSize.cpp:140:116: style: Function 'setPageSize' argument 4 names different: declaration 'heightUnits' definition '_heightUnits'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/pageSize.h:128:114: note: Function 'setPageSize' argument 4 names different: declaration 'heightUnits' definition '_heightUnits'.
okular-4.8.4/generators/dvi/pageSize.cpp:140:116: note: Function 'setPageSize' argument 4 names different: declaration 'heightUnits' definition '_heightUnits'.
okular-4.8.4/generators/dvi/pageSize.h:41:1: warning: The class 'pageSize' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
okular-4.8.4/generators/dvi/psgs.cpp:49:24: warning: Member variable 'ghostscript_interface::resolution' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/psgs.cpp:49:24: warning: Member variable 'ghostscript_interface::pixel_page_w' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/psgs.cpp:49:24: warning: Member variable 'ghostscript_interface::pixel_page_h' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/dvi/psgs.cpp:35:3: style: Class 'pageInfo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/generators/dvi/psgs.cpp:35:3: style: Class 'pageInfo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/generators/dvi/simplePageSize.cpp:17:74: style: Function 'zoomForHeight' argument 2 names different: declaration 'device' definition 'pd'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/simplePageSize.h:100:60: note: Function 'zoomForHeight' argument 2 names different: declaration 'device' definition 'pd'.
okular-4.8.4/generators/dvi/simplePageSize.cpp:17:74: note: Function 'zoomForHeight' argument 2 names different: declaration 'device' definition 'pd'.
okular-4.8.4/generators/dvi/simplePageSize.cpp:28:72: style: Function 'zoomForWidth' argument 2 names different: declaration 'device' definition 'pd'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/simplePageSize.h:116:58: note: Function 'zoomForWidth' argument 2 names different: declaration 'device' definition 'pd'.
okular-4.8.4/generators/dvi/simplePageSize.cpp:28:72: note: Function 'zoomForWidth' argument 2 names different: declaration 'device' definition 'pd'.
okular-4.8.4/generators/dvi/special.cpp:208:48: style: Function 'color_special' argument 1 names different: declaration 'msg' definition '_cp'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/dviRenderer.h:149:46: note: Function 'color_special' argument 1 names different: declaration 'msg' definition '_cp'.
okular-4.8.4/generators/dvi/special.cpp:208:48: note: Function 'color_special' argument 1 names different: declaration 'msg' definition '_cp'.
okular-4.8.4/generators/dvi/special.cpp:247:52: style: Function 'html_href_special' argument 1 names different: declaration 'msg' definition '_cp'. [funcArgNamesDifferent]
okular-4.8.4/generators/dvi/dviRenderer.h:150:50: note: Function 'html_href_special' argument 1 names different: declaration 'msg' definition '_cp'.
okular-4.8.4/generators/dvi/special.cpp:247:52: note: Function 'html_href_special' argument 1 names different: declaration 'msg' definition '_cp'.
okular-4.8.4/generators/epub/epubdocument.h:25:5: style: Class 'EpubDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/fax/faxdocument.cpp:152:9: style: The scope of the variable 'n' can be reduced. [variableScope]
okular-4.8.4/generators/fax/faxdocument.cpp:225:9: warning: Member variable 'Private::mType' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxdocument.cpp:225:9: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::nstrips' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::rowsperstrip' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::stripnum' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::strips' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::data' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::dataOrig' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::length' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::inverse' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::lsbfirst' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::orient' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::vres' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::expander' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::bytes_per_line' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/faxexpand.cpp:32:11: warning: Member variable 'pagenode::imageData' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fax/generator_fax.cpp:41:15: warning: Member variable 'FaxGenerator::m_docInfo' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fictionbook/converter.cpp:53:12: warning: Member variable 'Converter::mSectionCounter' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/fictionbook/document.h:23:9: style: Class 'Document' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/ooo/formatproperty.h:79:5: style: Class 'TextFormatProperty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/ooo/formatproperty.h:158:5: style: Class 'ListFormatProperty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/ooo/formatproperty.h:205:5: style: Class 'StyleFormatProperty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/ooo/manifest.h:44:5: style: Class 'ManifestEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/ooo/document.h:24:5: style: Class 'Document' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/ooo/formatproperty.cpp:90:21: warning: Member variable 'TextFormatProperty::mFontSize' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/ooo/formatproperty.cpp:96:21: warning: Member variable 'TextFormatProperty::mFontSize' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/ooo/formatproperty.cpp:290:21: warning: Member variable 'PageFormatProperty::mPageUsage' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/ooo/formatproperty.cpp:290:21: warning: Member variable 'PageFormatProperty::mBottomMargin' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/ooo/formatproperty.cpp:290:21: warning: Member variable 'PageFormatProperty::mLeftMargin' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/ooo/formatproperty.cpp:290:21: warning: Member variable 'PageFormatProperty::mTopMargin' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/ooo/formatproperty.cpp:290:21: warning: Member variable 'PageFormatProperty::mRightMargin' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/ooo/formatproperty.cpp:290:21: warning: Member variable 'PageFormatProperty::mPrintOrientation' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/ooo/manifest.cpp:26:16: warning: Member variable 'ManifestEntry::m_iterationCount' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/ooo/manifest.h:232:10: style: Unused private function: 'Manifest::getPasswordFromWallet' [unusedPrivateFunction]
okular-4.8.4/generators/ooo/manifest.h:244:10: style: Unused private function: 'Manifest::checkPassword' [unusedPrivateFunction]
okular-4.8.4/generators/ooo/manifest.h:249:10: style: Unused private function: 'Manifest::getPasswordFromUser' [unusedPrivateFunction]
okular-4.8.4/generators/ooo/manifest.h:221:16: performance: Technically the member function 'OOO::Manifest::decryptFile' can be static. [functionStatic]
okular-4.8.4/generators/ooo/manifest.cpp:353:22: note: Technically the member function 'OOO::Manifest::decryptFile' can be static.
okular-4.8.4/generators/ooo/manifest.h:221:16: note: Technically the member function 'OOO::Manifest::decryptFile' can be static.
okular-4.8.4/generators/ooo/styleinformation.h:55:13: style: Technically the member function 'OOO::StyleInformation::masterLayout' can be const. [functionConst]
okular-4.8.4/generators/ooo/styleinformation.cpp:87:27: note: Technically the member function 'OOO::StyleInformation::masterLayout' can be const.
okular-4.8.4/generators/ooo/styleinformation.h:55:13: note: Technically the member function 'OOO::StyleInformation::masterLayout' can be const.
okular-4.8.4/generators/ooo/styleparser.h:37:10: performance: Technically the member function 'OOO::StyleParser::parseDocumentCommonAttrs' can be static. [functionStatic]
okular-4.8.4/generators/ooo/styleparser.cpp:155:19: note: Technically the member function 'OOO::StyleParser::parseDocumentCommonAttrs' can be static.
okular-4.8.4/generators/ooo/styleparser.h:37:10: note: Technically the member function 'OOO::StyleParser::parseDocumentCommonAttrs' can be static.
okular-4.8.4/generators/ooo/styleparser.h:39:10: performance: Technically the member function 'OOO::StyleParser::parseStyles' can be static. [functionStatic]
okular-4.8.4/generators/ooo/styleparser.cpp:179:19: note: Technically the member function 'OOO::StyleParser::parseStyles' can be static.
okular-4.8.4/generators/ooo/styleparser.h:39:10: note: Technically the member function 'OOO::StyleParser::parseStyles' can be static.
okular-4.8.4/generators/ooo/styleparser.h:44:29: performance: Technically the member function 'OOO::StyleParser::parseParagraphProperty' can be static. [functionStatic]
okular-4.8.4/generators/ooo/styleparser.cpp:276:38: note: Technically the member function 'OOO::StyleParser::parseParagraphProperty' can be static.
okular-4.8.4/generators/ooo/styleparser.h:44:29: note: Technically the member function 'OOO::StyleParser::parseParagraphProperty' can be static.
okular-4.8.4/generators/ooo/styleparser.h:45:31: performance: Technically the member function 'OOO::StyleParser::parseTableColumnProperty' can be static. [functionStatic]
okular-4.8.4/generators/ooo/styleparser.cpp:409:40: note: Technically the member function 'OOO::StyleParser::parseTableColumnProperty' can be static.
okular-4.8.4/generators/ooo/styleparser.h:45:31: note: Technically the member function 'OOO::StyleParser::parseTableColumnProperty' can be static.
okular-4.8.4/generators/ooo/styleparser.h:46:29: performance: Technically the member function 'OOO::StyleParser::parseTableCellProperty' can be static. [functionStatic]
okular-4.8.4/generators/ooo/styleparser.cpp:419:38: note: Technically the member function 'OOO::StyleParser::parseTableCellProperty' can be static.
okular-4.8.4/generators/ooo/styleparser.h:46:29: note: Technically the member function 'OOO::StyleParser::parseTableCellProperty' can be static.
okular-4.8.4/generators/ooo/styleparser.h:47:24: performance: Technically the member function 'OOO::StyleParser::parseTextProperty' can be static. [functionStatic]
okular-4.8.4/generators/ooo/styleparser.cpp:328:33: note: Technically the member function 'OOO::StyleParser::parseTextProperty' can be static.
okular-4.8.4/generators/ooo/styleparser.h:47:24: note: Technically the member function 'OOO::StyleParser::parseTextProperty' can be static.
okular-4.8.4/generators/ooo/styleparser.h:48:24: performance: Technically the member function 'OOO::StyleParser::parsePageProperty' can be static. [functionStatic]
okular-4.8.4/generators/ooo/styleparser.cpp:370:33: note: Technically the member function 'OOO::StyleParser::parsePageProperty' can be static.
okular-4.8.4/generators/ooo/styleparser.h:48:24: note: Technically the member function 'OOO::StyleParser::parsePageProperty' can be static.
okular-4.8.4/generators/ooo/styleparser.h:49:24: performance: Technically the member function 'OOO::StyleParser::parseListProperty' can be static. [functionStatic]
okular-4.8.4/generators/ooo/styleparser.cpp:384:33: note: Technically the member function 'OOO::StyleParser::parseListProperty' can be static.
okular-4.8.4/generators/ooo/styleparser.h:49:24: note: Technically the member function 'OOO::StyleParser::parseListProperty' can be static.
okular-4.8.4/generators/plucker/unpluck/config.cpp:396:14: style: Same expression on both sides of '||'. [duplicateExpression]
okular-4.8.4/generators/plucker/unpluck/config.cpp:271:11: style: The scope of the variable 'user_config_filename' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/image.cpp:144:20: style: Function 'TranscribePalmImageToJPEG' argument 1 names different: declaration 'image_in' definition 'image_bytes_in'. [funcArgNamesDifferent]
okular-4.8.4/generators/plucker/unpluck/image.h:17:48: note: Function 'TranscribePalmImageToJPEG' argument 1 names different: declaration 'image_in' definition 'image_bytes_in'.
okular-4.8.4/generators/plucker/unpluck/image.cpp:144:20: note: Function 'TranscribePalmImageToJPEG' argument 1 names different: declaration 'image_in' definition 'image_bytes_in'.
okular-4.8.4/generators/plucker/unpluck/image.cpp:188:5: style: Variable 'next_depth_offset' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/plucker/unpluck/image.cpp:187:15: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/plucker/unpluck/image.cpp:189:25: style: Variable 'transparent_index' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:505:25: style: Variable 'bytes' is reassigned a value before the old one has been used. [redundantAssignment]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:502:0: note: Variable 'bytes' is reassigned a value before the old one has been used.
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:505:25: note: Variable 'bytes' is reassigned a value before the old one has been used.
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:1075:21: style: Variable 'bytes' is reassigned a value before the old one has been used. [redundantAssignment]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:1072:0: note: Variable 'bytes' is reassigned a value before the old one has been used.
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:1075:21: note: Variable 'bytes' is reassigned a value before the old one has been used.
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:530:21: style: The scope of the variable 'in_row' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:536:21: style: The scope of the variable 'align' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:538:21: style: The scope of the variable 'colspan' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:539:21: style: The scope of the variable 'rowspan' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:668:21: style: The scope of the variable 'para_len' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:673:21: style: The scope of the variable 'current_alignment' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:674:21: style: The scope of the variable 'current_left_margin' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:675:21: style: The scope of the variable 'current_right_margin' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:677:21: style: The scope of the variable 'current_color' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:776:43: style: The scope of the variable 'record_id' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:776:54: style: The scope of the variable 'real_record_id' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:154:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:1000:25: style: Variable 'current_alignment' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:1047:43: style: Variable 'current_left_margin' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:1048:44: style: Variable 'current_right_margin' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:1058:26: style: Variable 'current_color' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/plucker/unpluck/qunpluck.h:32:9: warning: Member variable 'Link::page' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/plucker/unpluck/qunpluck.h:32:9: warning: Member variable 'Link::start' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/plucker/unpluck/qunpluck.h:32:9: warning: Member variable 'Link::end' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/plucker/unpluck/qunpluck.h:64:17: performance: Technically the member function 'QUnpluck::MailtoURLFromBytes' can be static. [functionStatic]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:283:19: note: Technically the member function 'QUnpluck::MailtoURLFromBytes' can be static.
okular-4.8.4/generators/plucker/unpluck/qunpluck.h:64:17: note: Technically the member function 'QUnpluck::MailtoURLFromBytes' can be static.
okular-4.8.4/generators/plucker/unpluck/qunpluck.h:65:14: performance: Technically the member function 'QUnpluck::DoStyle' can be static. [functionStatic]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:320:16: note: Technically the member function 'QUnpluck::DoStyle' can be static.
okular-4.8.4/generators/plucker/unpluck/qunpluck.h:65:14: note: Technically the member function 'QUnpluck::DoStyle' can be static.
okular-4.8.4/generators/plucker/unpluck/qunpluck.h:67:16: performance: Technically the member function 'QUnpluck::TranscribeImageRecord' can be static. [functionStatic]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:311:18: note: Technically the member function 'QUnpluck::TranscribeImageRecord' can be static.
okular-4.8.4/generators/plucker/unpluck/qunpluck.h:67:16: note: Technically the member function 'QUnpluck::TranscribeImageRecord' can be static.
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:450:30: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
okular-4.8.4/generators/plucker/unpluck/qunpluck.cpp:463:26: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:128:20: style: The scope of the variable 'i' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:221:10: style: The scope of the variable 'itest' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:410:33: style: The scope of the variable 'ptr' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:444:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:446:21: style: The scope of the variable 'nsubrecords' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:447:21: style: The scope of the variable 'typecode' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:448:21: style: The scope of the variable 'subrecord_length' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:449:21: style: The scope of the variable 'i' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:470:27: style: The scope of the variable 'record_id' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:470:38: style: The scope of the variable 'mibenum' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:471:34: style: The scope of the variable 'record' can be reduced. [variableScope]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:69:5: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/plucker/unpluck/unpluck.cpp:346:34: style: Variable 'buffer_remaining' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/plucker/unpluck/util.cpp:254:26: style: C-style pointer casting [cstyleCast]
okular-4.8.4/generators/poppler/annots.cpp:37:10: style: The scope of the variable 'tieToOkularAnn' can be reduced. [variableScope]
okular-4.8.4/generators/poppler/popplerembeddedfile.h:20:9: style: Class 'PDFEmbeddedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/poppler/formfields.h:19:9: style: Class 'PopplerFormFieldButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/poppler/formfields.h:46:9: style: Class 'PopplerFormFieldText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/poppler/formfields.h:76:9: style: Class 'PopplerFormFieldChoice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/poppler/generator_pdf.cpp:161:27: style: The scope of the variable 'popplerLinkGoto' can be reduced. [variableScope]
okular-4.8.4/generators/poppler/generator_pdf.cpp:332:50: style: Function 'loadDocument' argument 1 names different: declaration 'fileName' definition 'filePath'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/generator_pdf.h:60:44: note: Function 'loadDocument' argument 1 names different: declaration 'fileName' definition 'filePath'.
okular-4.8.4/generators/poppler/generator_pdf.cpp:332:50: note: Function 'loadDocument' argument 1 names different: declaration 'fileName' definition 'filePath'.
okular-4.8.4/generators/poppler/generator_pdf.cpp:762:53: style: Function 'image' argument 1 names different: declaration 'page' definition 'request'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/generator_pdf.h:74:46: note: Function 'image' argument 1 names different: declaration 'page' definition 'request'.
okular-4.8.4/generators/poppler/generator_pdf.cpp:762:53: note: Function 'image' argument 1 names different: declaration 'page' definition 'request'.
okular-4.8.4/generators/poppler/generator_pdf.cpp:1206:52: style: Function 'addSynopsisChildren' argument 1 names different: declaration 'parentSource' definition 'parent'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/generator_pdf.h:110:46: note: Function 'addSynopsisChildren' argument 1 names different: declaration 'parentSource' definition 'parent'.
okular-4.8.4/generators/poppler/generator_pdf.cpp:1206:52: note: Function 'addSynopsisChildren' argument 1 names different: declaration 'parentSource' definition 'parent'.
okular-4.8.4/generators/poppler/generator_pdf.cpp:1292:51: style: Function 'addTransition' argument 1 names different: declaration 'popplerPage' definition 'pdfPage'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/generator_pdf.h:114:45: note: Function 'addTransition' argument 1 names different: declaration 'popplerPage' definition 'pdfPage'.
okular-4.8.4/generators/poppler/generator_pdf.cpp:1292:51: note: Function 'addTransition' argument 1 names different: declaration 'popplerPage' definition 'pdfPage'.
okular-4.8.4/generators/poppler/generator_pdf.cpp:1407:49: style: Function 'loadPdfSync' argument 1 names different: declaration 'fileName' definition 'filePath'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/generator_pdf.h:118:43: note: Function 'loadPdfSync' argument 1 names different: declaration 'fileName' definition 'filePath'.
okular-4.8.4/generators/poppler/generator_pdf.cpp:1407:49: note: Function 'loadPdfSync' argument 1 names different: declaration 'fileName' definition 'filePath'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1654:12: style: Expression is always false because 'else if' condition matches previous condition at line 1650. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1658:12: style: Expression is always false because 'else if' condition matches previous condition at line 1650. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1662:13: style: Expression is always false because 'else if' condition matches previous condition at line 1650. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1666:13: style: Expression is always false because 'else if' condition matches previous condition at line 1650. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1670:13: style: Expression is always false because 'else if' condition matches previous condition at line 1650. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1674:13: style: Expression is always false because 'else if' condition matches previous condition at line 1650. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1678:12: style: Expression is always false because 'else if' condition matches previous condition at line 1650. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1682:13: style: Expression is always false because 'else if' condition matches previous condition at line 1650. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1686:12: style: Expression is always false because 'else if' condition matches previous condition at line 1650. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1658:12: style: Expression is always false because 'else if' condition matches previous condition at line 1654. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1662:13: style: Expression is always false because 'else if' condition matches previous condition at line 1654. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1666:13: style: Expression is always false because 'else if' condition matches previous condition at line 1654. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1670:13: style: Expression is always false because 'else if' condition matches previous condition at line 1654. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1674:13: style: Expression is always false because 'else if' condition matches previous condition at line 1654. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1678:12: style: Expression is always false because 'else if' condition matches previous condition at line 1654. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1682:13: style: Expression is always false because 'else if' condition matches previous condition at line 1654. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1686:12: style: Expression is always false because 'else if' condition matches previous condition at line 1654. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1662:13: style: Expression is always false because 'else if' condition matches previous condition at line 1658. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1666:13: style: Expression is always false because 'else if' condition matches previous condition at line 1658. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1670:13: style: Expression is always false because 'else if' condition matches previous condition at line 1658. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1674:13: style: Expression is always false because 'else if' condition matches previous condition at line 1658. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1678:12: style: Expression is always false because 'else if' condition matches previous condition at line 1658. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1682:13: style: Expression is always false because 'else if' condition matches previous condition at line 1658. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1686:12: style: Expression is always false because 'else if' condition matches previous condition at line 1658. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1666:13: style: Expression is always false because 'else if' condition matches previous condition at line 1662. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1670:13: style: Expression is always false because 'else if' condition matches previous condition at line 1662. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1674:13: style: Expression is always false because 'else if' condition matches previous condition at line 1662. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1678:12: style: Expression is always false because 'else if' condition matches previous condition at line 1662. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1682:13: style: Expression is always false because 'else if' condition matches previous condition at line 1662. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1686:12: style: Expression is always false because 'else if' condition matches previous condition at line 1662. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1670:13: style: Expression is always false because 'else if' condition matches previous condition at line 1666. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1674:13: style: Expression is always false because 'else if' condition matches previous condition at line 1666. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1678:12: style: Expression is always false because 'else if' condition matches previous condition at line 1666. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1682:13: style: Expression is always false because 'else if' condition matches previous condition at line 1666. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1686:12: style: Expression is always false because 'else if' condition matches previous condition at line 1666. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1674:13: style: Expression is always false because 'else if' condition matches previous condition at line 1670. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1678:12: style: Expression is always false because 'else if' condition matches previous condition at line 1670. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1682:13: style: Expression is always false because 'else if' condition matches previous condition at line 1670. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1686:12: style: Expression is always false because 'else if' condition matches previous condition at line 1670. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1678:12: style: Expression is always false because 'else if' condition matches previous condition at line 1674. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1682:13: style: Expression is always false because 'else if' condition matches previous condition at line 1674. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1686:12: style: Expression is always false because 'else if' condition matches previous condition at line 1674. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1682:13: style: Expression is always false because 'else if' condition matches previous condition at line 1678. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1686:12: style: Expression is always false because 'else if' condition matches previous condition at line 1678. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1686:12: style: Expression is always false because 'else if' condition matches previous condition at line 1682. [multiCondition]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:2630:3: style: Variable 'synctex_name' is reassigned a value before the old one has been used. [redundantAssignment]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:2622:0: note: Variable 'synctex_name' is reassigned a value before the old one has been used.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:2630:3: note: Variable 'synctex_name' is reassigned a value before the old one has been used.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:4171:2: style: Variable 'updater' is reassigned a value before the old one has been used. [redundantAssignment]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:4166:0: note: Variable 'updater' is reassigned a value before the old one has been used.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:4171:2: note: Variable 'updater' is reassigned a value before the old one has been used.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:2931:19: style: The scope of the variable 'node' can be reduced. [variableScope]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:860:43: style: Function '_synctex_log_void_box' argument 1 names different: declaration 'sheet' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:502:43: note: Function '_synctex_log_void_box' argument 1 names different: declaration 'sheet' definition 'node'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:860:43: note: Function '_synctex_log_void_box' argument 1 names different: declaration 'sheet' definition 'node'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:877:38: style: Function '_synctex_log_box' argument 1 names different: declaration 'sheet' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:409:38: note: Function '_synctex_log_box' argument 1 names different: declaration 'sheet' definition 'node'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:877:38: note: Function '_synctex_log_box' argument 1 names different: declaration 'sheet' definition 'node'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:894:44: style: Function '_synctex_log_horiz_box' argument 1 names different: declaration 'sheet' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:464:44: note: Function '_synctex_log_horiz_box' argument 1 names different: declaration 'sheet' definition 'node'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:894:44: note: Function '_synctex_log_horiz_box' argument 1 names different: declaration 'sheet' definition 'node'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:916:40: style: Function '_synctex_log_input' argument 1 names different: declaration 'sheet' definition 'node'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:704:40: note: Function '_synctex_log_input' argument 1 names different: declaration 'sheet' definition 'node'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:916:40: note: Function '_synctex_log_input' argument 1 names different: declaration 'sheet' definition 'node'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1931:80: style: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1077:80: note: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:1931:80: note: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:2740:162: style: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:2562:162: note: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:2740:162: note: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:4165:90: style: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'. [funcArgNamesDifferent]
okular-4.8.4/generators/poppler/synctex/synctex_parser.h:331:90: note: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:4165:90: note: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'.
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:3532:12: warning: Size of pointer 'buffer_start' used instead of size of its data. [pointerSize]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:3557:10: warning: Size of pointer 'buffer_start' used instead of size of its data. [pointerSize]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:277:12: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:4158:22: style: struct member '_flags::reserved' is never used. [unusedStructMember]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:2761:6: error: Memory leak: build_output [memleak]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:2769:7: error: Memory leak: build_output [memleak]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:2774:6: error: Memory leak: build_output [memleak]
okular-4.8.4/generators/poppler/synctex/synctex_parser.c:2779:3: error: Memory leak: build_output [memleak]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:401:6: style: Variable 'dir_name' is reassigned a value before the old one has been used. [redundantAssignment]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:399:6: note: Variable 'dir_name' is reassigned a value before the old one has been used.
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:401:6: note: Variable 'dir_name' is reassigned a value before the old one has been used.
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:247:16: style: The scope of the variable 'lpc' can be reduced. [variableScope]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:343:10: style: The scope of the variable 'size' can be reduced. [variableScope]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:413:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:415:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:418:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:420:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:426:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:428:77: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:431:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:433:81: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:438:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:441:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:444:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:447:86: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:473:4: style: Variable 'the_time' is assigned a value that is never used. [unreadVariable]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:371:6: error: Memory leak: core_name [memleak]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:393:6: error: Memory leak: dir_name [memleak]
okular-4.8.4/generators/poppler/synctex/synctex_parser_utils.c:300:15: error: va_list 'arg' was opened but not closed by va_end(). [va_end_missing]
okular-4.8.4/generators/spectre/generator_ghostview.cpp:226:59: style: Function 'generatePixmap' argument 1 names different: declaration 'request' definition 'req'. [funcArgNamesDifferent]
okular-4.8.4/generators/spectre/generator_ghostview.h:35:54: note: Function 'generatePixmap' argument 1 names different: declaration 'request' definition 'req'.
okular-4.8.4/generators/spectre/generator_ghostview.cpp:226:59: note: Function 'generatePixmap' argument 1 names different: declaration 'request' definition 'req'.
okular-4.8.4/generators/spectre/generator_ghostview.cpp:290:62: style: Function 'orientation' argument 1 names different: declaration 'orientation' definition 'pageOrientation'. [funcArgNamesDifferent]
okular-4.8.4/generators/spectre/generator_ghostview.h:58:57: note: Function 'orientation' argument 1 names different: declaration 'orientation' definition 'pageOrientation'.
okular-4.8.4/generators/spectre/generator_ghostview.cpp:290:62: note: Function 'orientation' argument 1 names different: declaration 'orientation' definition 'pageOrientation'.
okular-4.8.4/generators/spectre/rendererthread.h:31:5: style: Struct 'GSRendererThreadRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/xps/generator_xps.cpp:1483:46: style: Function 'getFontByName' argument 1 names different: declaration 'fontName' definition 'fileName'. [funcArgNamesDifferent]
okular-4.8.4/generators/xps/generator_xps.h:273:41: note: Function 'getFontByName' argument 1 names different: declaration 'fontName' definition 'fileName'.
okular-4.8.4/generators/xps/generator_xps.cpp:1483:46: note: Function 'getFontByName' argument 1 names different: declaration 'fontName' definition 'fileName'.
okular-4.8.4/generators/xps/generator_xps.cpp:1513:45: style: Function 'loadFontByName' argument 1 names different: declaration 'fontName' definition 'fileName'. [funcArgNamesDifferent]
okular-4.8.4/generators/xps/generator_xps.h:279:40: note: Function 'loadFontByName' argument 1 names different: declaration 'fontName' definition 'fileName'.
okular-4.8.4/generators/xps/generator_xps.cpp:1513:45: note: Function 'loadFontByName' argument 1 names different: declaration 'fontName' definition 'fileName'.
okular-4.8.4/generators/xps/generator_xps.cpp:1563:51: style: Function 'loadImageFromFile' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
okular-4.8.4/generators/xps/generator_xps.h:160:46: note: Function 'loadImageFromFile' argument 1 names different: declaration 'filename' definition 'fileName'.
okular-4.8.4/generators/xps/generator_xps.cpp:1563:51: note: Function 'loadImageFromFile' argument 1 names different: declaration 'filename' definition 'fileName'.
okular-4.8.4/generators/xps/generator_xps.cpp:1907:43: style: Function 'loadDocument' argument 1 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
okular-4.8.4/generators/xps/generator_xps.h:235:40: note: Function 'loadDocument' argument 1 names different: declaration 'fileName' definition 'filename'.
okular-4.8.4/generators/xps/generator_xps.cpp:1907:43: note: Function 'loadDocument' argument 1 names different: declaration 'fileName' definition 'filename'.
okular-4.8.4/generators/xps/generator_xps.cpp:2145:53: style: Function 'image' argument 1 names different: declaration 'page' definition 'request'. [funcArgNamesDifferent]
okular-4.8.4/generators/xps/generator_xps.h:320:46: note: Function 'image' argument 1 names different: declaration 'page' definition 'request'.
okular-4.8.4/generators/xps/generator_xps.cpp:2145:53: note: Function 'image' argument 1 names different: declaration 'page' definition 'request'.
okular-4.8.4/generators/xps/generator_xps.cpp:1895:10: warning: Member variable 'XpsFile::m_thumbnailMightBeAvailable' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/xps/generator_xps.cpp:1895:10: warning: Member variable 'XpsFile::m_thumbnailIsLoaded' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/xps/generator_xps.cpp:1895:10: warning: Member variable 'XpsFile::m_xpsArchive' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/generators/xps/generator_xps.h:208:10: style: Technically the member function 'XpsDocument::hasDocumentStructure' can be const. [functionConst]
okular-4.8.4/generators/xps/generator_xps.cpp:1785:19: note: Technically the member function 'XpsDocument::hasDocumentStructure' can be const.
okular-4.8.4/generators/xps/generator_xps.h:208:10: note: Technically the member function 'XpsDocument::hasDocumentStructure' can be const.
okular-4.8.4/generators/xps/generator_xps.h:213:38: style: Technically the member function 'XpsDocument::documentStructure' can be const. [functionConst]
okular-4.8.4/generators/xps/generator_xps.cpp:1780:47: note: Technically the member function 'XpsDocument::documentStructure' can be const.
okular-4.8.4/generators/xps/generator_xps.h:213:38: note: Technically the member function 'XpsDocument::documentStructure' can be const.
okular-4.8.4/generators/xps/generator_xps.h:112:5: style: Class 'XpsHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/generators/xps/generator_xps.cpp:2115:5: warning: Possible leak in public function. The pointer 'm_xpsFile' is not deallocated before it is allocated. [publicAllocationError]
okular-4.8.4/part.cpp:1455:33: style: C-style pointer casting [cstyleCast]
okular-4.8.4/part.cpp:1840:10: style: C-style pointer casting [cstyleCast]
okular-4.8.4/part.cpp:2180:16: style: C-style pointer casting [cstyleCast]
okular-4.8.4/part.cpp:2190:21: style: C-style pointer casting [cstyleCast]
okular-4.8.4/part.cpp:135:17: style: The scope of the variable 'c' can be reduced. [variableScope]
okular-4.8.4/part.cpp:2083:18: style: The scope of the variable 'act' can be reduced. [variableScope]
okular-4.8.4/part.cpp:2497:19: style: The scope of the variable 'wrtn' can be reduced. [variableScope]
okular-4.8.4/part.cpp:858:41: style: Function 'setWatchFileModeEnabled' argument 1 names different: declaration 'enable' definition 'enabled'. [funcArgNamesDifferent]
okular-4.8.4/part.h:126:43: note: Function 'setWatchFileModeEnabled' argument 1 names different: declaration 'enable' definition 'enabled'.
okular-4.8.4/part.cpp:858:41: note: Function 'setWatchFileModeEnabled' argument 1 names different: declaration 'enable' definition 'enabled'.
okular-4.8.4/part.cpp:905:45: style: Function 'openUrlFromBookmarks' argument 1 names different: declaration 'url' definition '_url'. [funcArgNamesDifferent]
okular-4.8.4/part.h:162:47: note: Function 'openUrlFromBookmarks' argument 1 names different: declaration 'url' definition '_url'.
okular-4.8.4/part.cpp:905:45: note: Function 'openUrlFromBookmarks' argument 1 names different: declaration 'url' definition '_url'.
okular-4.8.4/part.cpp:1026:26: style: Function 'goToPage' argument 1 names different: declaration 'page' definition 'i'. [funcArgNamesDifferent]
okular-4.8.4/part.h:131:51: note: Function 'goToPage' argument 1 names different: declaration 'page' definition 'i'.
okular-4.8.4/part.cpp:1026:26: note: Function 'goToPage' argument 1 names different: declaration 'page' definition 'i'.
okular-4.8.4/part.cpp:1248:32: style: Function 'openUrl' argument 1 names different: declaration 'url' definition '_url'. [funcArgNamesDifferent]
okular-4.8.4/part.h:155:34: note: Function 'openUrl' argument 1 names different: declaration 'url' definition '_url'.
okular-4.8.4/part.cpp:1248:32: note: Function 'openUrl' argument 1 names different: declaration 'url' definition '_url'.
okular-4.8.4/part.cpp:311:5: style: Class 'Part' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/part.cpp:311:5: style: Class 'Part' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/ui/thumbnaillist.h:90:9: style: Class 'ThumbnailsBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/minibar.h:31:9: style: Class 'PagesEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/minibar.h:48:9: style: Class 'PageNumberEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/minibar.h:59:9: style: Class 'PageLabelEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/propertiesdialog.h:59:5: style: Class 'FontsListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/sidebar.h:22:9: style: Class 'Sidebar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/pageview.h:78:14: style: The function 'observerId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:64:22: note: Virtual function in base class
okular-4.8.4/ui/pageview.h:78:14: note: Function in derived class
okular-4.8.4/ui/pageview.h:79:14: style: The function 'notifySetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:93:22: note: Virtual function in base class
okular-4.8.4/ui/pageview.h:79:14: note: Function in derived class
okular-4.8.4/ui/pageview.h:80:14: style: The function 'notifyViewportChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:100:22: note: Virtual function in base class
okular-4.8.4/ui/pageview.h:80:14: note: Function in derived class
okular-4.8.4/ui/pageview.h:81:14: style: The function 'notifyPageChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:106:22: note: Virtual function in base class
okular-4.8.4/ui/pageview.h:81:14: note: Function in derived class
okular-4.8.4/ui/pageview.h:82:14: style: The function 'notifyContentsCleared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:112:22: note: Virtual function in base class
okular-4.8.4/ui/pageview.h:82:14: note: Function in derived class
okular-4.8.4/ui/pageview.h:83:14: style: The function 'notifyZoom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:122:22: note: Virtual function in base class
okular-4.8.4/ui/pageview.h:83:14: note: Function in derived class
okular-4.8.4/ui/pageview.h:84:14: style: The function 'canUnloadPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:130:22: note: Virtual function in base class
okular-4.8.4/ui/pageview.h:84:14: note: Function in derived class
okular-4.8.4/ui/toc.h:34:14: style: The function 'observerId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:64:22: note: Virtual function in base class
okular-4.8.4/ui/toc.h:34:14: note: Function in derived class
okular-4.8.4/ui/toc.h:35:14: style: The function 'notifySetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:93:22: note: Virtual function in base class
okular-4.8.4/ui/toc.h:35:14: note: Function in derived class
okular-4.8.4/ui/toc.h:36:14: style: The function 'notifyViewportChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:100:22: note: Virtual function in base class
okular-4.8.4/ui/toc.h:36:14: note: Function in derived class
okular-4.8.4/ui/thumbnaillist.h:40:14: style: The function 'observerId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:64:22: note: Virtual function in base class
okular-4.8.4/ui/thumbnaillist.h:40:14: note: Function in derived class
okular-4.8.4/ui/thumbnaillist.h:42:14: style: The function 'notifySetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:93:22: note: Virtual function in base class
okular-4.8.4/ui/thumbnaillist.h:42:14: note: Function in derived class
okular-4.8.4/ui/thumbnaillist.h:44:14: style: The function 'notifyViewportChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:100:22: note: Virtual function in base class
okular-4.8.4/ui/thumbnaillist.h:44:14: note: Function in derived class
okular-4.8.4/ui/thumbnaillist.h:46:14: style: The function 'notifyPageChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:106:22: note: Virtual function in base class
okular-4.8.4/ui/thumbnaillist.h:46:14: note: Function in derived class
okular-4.8.4/ui/thumbnaillist.h:48:14: style: The function 'notifyContentsCleared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:112:22: note: Virtual function in base class
okular-4.8.4/ui/thumbnaillist.h:48:14: note: Function in derived class
okular-4.8.4/ui/thumbnaillist.h:50:14: style: The function 'notifyVisibleRectsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:117:22: note: Virtual function in base class
okular-4.8.4/ui/thumbnaillist.h:50:14: note: Function in derived class
okular-4.8.4/ui/thumbnaillist.h:52:14: style: The function 'canUnloadPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:130:22: note: Virtual function in base class
okular-4.8.4/ui/thumbnaillist.h:52:14: note: Function in derived class
okular-4.8.4/ui/side_reviews.h:44:14: style: The function 'observerId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:64:22: note: Virtual function in base class
okular-4.8.4/ui/side_reviews.h:44:14: note: Function in derived class
okular-4.8.4/ui/side_reviews.h:45:14: style: The function 'notifyViewportChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:100:22: note: Virtual function in base class
okular-4.8.4/ui/side_reviews.h:45:14: note: Function in derived class
okular-4.8.4/ui/minibar.h:85:14: style: The function 'observerId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:64:22: note: Virtual function in base class
okular-4.8.4/ui/minibar.h:85:14: note: Function in derived class
okular-4.8.4/ui/minibar.h:86:14: style: The function 'notifySetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:93:22: note: Virtual function in base class
okular-4.8.4/ui/minibar.h:86:14: note: Function in derived class
okular-4.8.4/ui/minibar.h:87:14: style: The function 'notifyViewportChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:100:22: note: Virtual function in base class
okular-4.8.4/ui/minibar.h:87:14: note: Function in derived class
okular-4.8.4/ui/minibar.h:126:14: style: The function 'observerId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:64:22: note: Virtual function in base class
okular-4.8.4/ui/minibar.h:126:14: note: Function in derived class
okular-4.8.4/ui/minibar.h:127:14: style: The function 'notifyViewportChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:100:22: note: Virtual function in base class
okular-4.8.4/ui/minibar.h:127:14: note: Function in derived class
okular-4.8.4/ui/presentationwidget.h:49:14: style: The function 'observerId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:64:22: note: Virtual function in base class
okular-4.8.4/ui/presentationwidget.h:49:14: note: Function in derived class
okular-4.8.4/ui/presentationwidget.h:50:14: style: The function 'notifySetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:93:22: note: Virtual function in base class
okular-4.8.4/ui/presentationwidget.h:50:14: note: Function in derived class
okular-4.8.4/ui/presentationwidget.h:51:14: style: The function 'notifyViewportChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:100:22: note: Virtual function in base class
okular-4.8.4/ui/presentationwidget.h:51:14: note: Function in derived class
okular-4.8.4/ui/presentationwidget.h:52:14: style: The function 'notifyPageChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:106:22: note: Virtual function in base class
okular-4.8.4/ui/presentationwidget.h:52:14: note: Function in derived class
okular-4.8.4/ui/presentationwidget.h:53:14: style: The function 'canUnloadPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:130:22: note: Virtual function in base class
okular-4.8.4/ui/presentationwidget.h:53:14: note: Function in derived class
okular-4.8.4/ui/pagesizelabel.h:35:14: style: The function 'observerId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:64:22: note: Virtual function in base class
okular-4.8.4/ui/pagesizelabel.h:35:14: note: Function in derived class
okular-4.8.4/ui/pagesizelabel.h:36:14: style: The function 'notifySetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:93:22: note: Virtual function in base class
okular-4.8.4/ui/pagesizelabel.h:36:14: note: Function in derived class
okular-4.8.4/ui/pagesizelabel.h:37:14: style: The function 'notifyViewportChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:100:22: note: Virtual function in base class
okular-4.8.4/ui/pagesizelabel.h:37:14: note: Function in derived class
okular-4.8.4/ui/bookmarklist.h:38:14: style: The function 'observerId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:64:22: note: Virtual function in base class
okular-4.8.4/ui/bookmarklist.h:38:14: note: Function in derived class
okular-4.8.4/ui/bookmarklist.h:39:14: style: The function 'notifySetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/core/observer.h:93:22: note: Virtual function in base class
okular-4.8.4/ui/bookmarklist.h:39:14: note: Function in derived class
okular-4.8.4/shell/shell.cpp:287:35: style: Function 'showEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
okular-4.8.4/shell/shell.h:72:30: note: Function 'showEvent' argument 1 names different: declaration 'event' definition 'e'.
okular-4.8.4/shell/shell.cpp:287:35: note: Function 'showEvent' argument 1 names different: declaration 'event' definition 'e'.
okular-4.8.4/ui/annotationmodel.cpp:65:28: style: Function 'AnnItem' argument 1 names different: declaration 'parent' definition '_parent'. [funcArgNamesDifferent]
okular-4.8.4/ui/annotationmodel.cpp:28:23: note: Function 'AnnItem' argument 1 names different: declaration 'parent' definition '_parent'.
okular-4.8.4/ui/annotationmodel.cpp:65:28: note: Function 'AnnItem' argument 1 names different: declaration 'parent' definition '_parent'.
okular-4.8.4/ui/annotationmodel.cpp:72:28: style: Function 'AnnItem' argument 1 names different: declaration 'parent' definition '_parent'. [funcArgNamesDifferent]
okular-4.8.4/ui/annotationmodel.cpp:29:23: note: Function 'AnnItem' argument 1 names different: declaration 'parent' definition '_parent'.
okular-4.8.4/ui/annotationmodel.cpp:72:28: note: Function 'AnnItem' argument 1 names different: declaration 'parent' definition '_parent'.
okular-4.8.4/ui/annotationmodel.cpp:72:41: style: Function 'AnnItem' argument 2 names different: declaration 'page' definition '_page'. [funcArgNamesDifferent]
okular-4.8.4/ui/annotationmodel.cpp:29:35: note: Function 'AnnItem' argument 2 names different: declaration 'page' definition '_page'.
okular-4.8.4/ui/annotationmodel.cpp:72:41: note: Function 'AnnItem' argument 2 names different: declaration 'page' definition '_page'.
okular-4.8.4/ui/annotationmodel.cpp:43:5: style: Class 'AnnotationModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationwidgets.h:103:5: style: Class 'TextAnnotationWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationwidgets.h:122:5: style: Class 'StampAnnotationWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationwidgets.h:140:5: style: Class 'LineAnnotationWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationwidgets.h:161:5: style: Class 'HighlightAnnotationWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationwidgets.h:179:5: style: Class 'GeomAnnotationWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationwidgets.h:200:5: style: Class 'FileAttachmentAnnotationWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationwidgets.h:219:5: style: Class 'CaretAnnotationWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationwidgets.h:105:18: style: The function 'applyChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:81:18: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:105:18: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:108:23: style: The function 'createStyleWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:89:23: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:108:23: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:124:18: style: The function 'applyChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:81:18: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:124:18: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:127:23: style: The function 'createStyleWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:89:23: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:127:23: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:142:18: style: The function 'applyChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:81:18: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:142:18: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:145:23: style: The function 'createStyleWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:89:23: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:145:23: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:163:18: style: The function 'applyChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:81:18: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:163:18: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:166:23: style: The function 'createStyleWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:89:23: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:166:23: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:181:18: style: The function 'applyChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:81:18: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:181:18: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:184:23: style: The function 'createStyleWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:89:23: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:184:23: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:202:18: style: The function 'applyChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:81:18: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:202:18: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:205:23: style: The function 'createStyleWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:89:23: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:205:23: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:206:23: style: The function 'createExtraWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:90:23: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:206:23: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:221:18: style: The function 'applyChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:81:18: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:221:18: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.h:224:23: style: The function 'createStyleWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationwidgets.h:89:23: note: Virtual function in base class
okular-4.8.4/ui/annotationwidgets.h:224:23: note: Function in derived class
okular-4.8.4/ui/annotationproxymodels.cpp:142:61: style: Function 'parent' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
okular-4.8.4/ui/annotationproxymodels.h:74:52: note: Function 'parent' argument 1 names different: declaration 'index' definition 'idx'.
okular-4.8.4/ui/annotationproxymodels.cpp:142:61: note: Function 'parent' argument 1 names different: declaration 'index' definition 'idx'.
okular-4.8.4/ui/annotationproxymodels.h:30:5: style: Class 'PageFilterProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationproxymodels.h:68:5: style: Class 'PageGroupProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationproxymodels.h:110:9: style: Class 'AuthorGroupProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationproxymodels.cpp:332:9: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationtools.h:72:9: style: Class 'SmoothPathEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotationtools.h:74:15: style: The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:41:23: note: Virtual function in base class
okular-4.8.4/ui/annotationtools.h:74:15: note: Function in derived class
okular-4.8.4/ui/annotationtools.h:76:14: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:42:22: note: Virtual function in base class
okular-4.8.4/ui/annotationtools.h:76:14: note: Function in derived class
okular-4.8.4/ui/annotationtools.h:78:38: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:43:46: note: Virtual function in base class
okular-4.8.4/ui/annotationtools.h:78:38: note: Function in derived class
okular-4.8.4/ui/annotationwidgets.cpp:192:23: warning: Member variable 'TextAnnotationWidget::m_fontReq' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/annotationwidgets.cpp:301:23: warning: Member variable 'LineAnnotationWidget::m_spinLL' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/annotationwidgets.cpp:301:23: warning: Member variable 'LineAnnotationWidget::m_spinLLE' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/annotationwidgets.cpp:301:23: warning: Member variable 'LineAnnotationWidget::m_spinSize' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/annotationwidgets.cpp:378:28: warning: Member variable 'HighlightAnnotationWidget::m_typeCombo' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/annotationwidgets.cpp:415:23: warning: Member variable 'GeomAnnotationWidget::m_typeCombo' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/annotationwidgets.cpp:415:23: warning: Member variable 'GeomAnnotationWidget::m_useColor' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/annotationwidgets.cpp:415:23: warning: Member variable 'GeomAnnotationWidget::m_innerColor' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/annotationwidgets.cpp:415:23: warning: Member variable 'GeomAnnotationWidget::m_spinSize' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/annotwindow.cpp:249:50: style: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
okular-4.8.4/ui/annotwindow.h:47:59: note: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'e'.
okular-4.8.4/ui/annotwindow.cpp:249:50: note: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'e'.
okular-4.8.4/ui/annotwindow.cpp:43:5: style: Class 'CloseButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/annotwindow.cpp:60:5: style: Class 'MovableTitle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/pageitemdelegate.h:20:9: style: Class 'PageItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/bookmarklist.cpp:38:9: style: Class 'BookmarkItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/fileprinterpreview.cpp:43:9: performance: Variable 'filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/ui/fileprinterpreview.cpp:37:11: style: Class 'FilePrinterPreviewPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/ui/fileprinterpreview.cpp:37:11: style: Class 'FilePrinterPreviewPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/ui/formwidgets.cpp:33:59: style: Function 'signalAction' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
okular-4.8.4/ui/formwidgets.h:54:44: note: Function 'signalAction' argument 1 names different: declaration 'action' definition 'a'.
okular-4.8.4/ui/formwidgets.cpp:33:59: note: Function 'signalAction' argument 1 names different: declaration 'action' definition 'a'.
okular-4.8.4/ui/formwidgets.h:39:5: warning: Member variable 'RadioData::group' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/formwidgets.h:50:9: style: Class 'FormWidgetsController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/formwidgets.h:129:14: style: The function 'setFormWidgetsController' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/formwidgets.h:94:22: note: Virtual function in base class
okular-4.8.4/ui/formwidgets.h:129:14: note: Function in derived class
okular-4.8.4/ui/formwidgets.h:130:26: style: The function 'button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/formwidgets.h:95:34: note: Virtual function in base class
okular-4.8.4/ui/formwidgets.h:130:26: note: Function in derived class
okular-4.8.4/ui/formwidgets.h:147:14: style: The function 'setFormWidgetsController' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/formwidgets.h:94:22: note: Virtual function in base class
okular-4.8.4/ui/formwidgets.h:147:14: note: Function in derived class
okular-4.8.4/ui/formwidgets.h:148:26: style: The function 'button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/formwidgets.h:95:34: note: Virtual function in base class
okular-4.8.4/ui/formwidgets.h:148:26: note: Function in derived class
okular-4.8.4/ui/guiutils.cpp:62:58: style: Function 'captionForAnnotation' argument 1 names different: declaration 'annotation' definition 'ann'. [funcArgNamesDifferent]
okular-4.8.4/ui/guiutils.h:30:62: note: Function 'captionForAnnotation' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/ui/guiutils.cpp:62:58: note: Function 'captionForAnnotation' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/ui/guiutils.cpp:108:57: style: Function 'authorForAnnotation' argument 1 names different: declaration 'annotation' definition 'ann'. [funcArgNamesDifferent]
okular-4.8.4/ui/guiutils.h:31:61: note: Function 'authorForAnnotation' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/ui/guiutils.cpp:108:57: note: Function 'authorForAnnotation' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/ui/guiutils.cpp:115:46: style: Function 'contents' argument 1 names different: declaration 'annotation' definition 'ann'. [funcArgNamesDifferent]
okular-4.8.4/ui/guiutils.h:33:50: note: Function 'contents' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/ui/guiutils.cpp:115:46: note: Function 'contents' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/ui/guiutils.cpp:141:50: style: Function 'contentsHtml' argument 1 names different: declaration 'annotation' definition 'ann'. [funcArgNamesDifferent]
okular-4.8.4/ui/guiutils.h:34:54: note: Function 'contentsHtml' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/ui/guiutils.cpp:141:50: note: Function 'contentsHtml' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/ui/guiutils.cpp:148:51: style: Function 'prettyToolTip' argument 1 names different: declaration 'annotation' definition 'ann'. [funcArgNamesDifferent]
okular-4.8.4/ui/guiutils.h:36:55: note: Function 'prettyToolTip' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/ui/guiutils.cpp:148:51: note: Function 'prettyToolTip' argument 1 names different: declaration 'annotation' definition 'ann'.
okular-4.8.4/ui/guiutils.cpp:164:35: style: Function 'loadStamp' argument 1 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
okular-4.8.4/ui/guiutils.h:38:39: note: Function 'loadStamp' argument 1 names different: declaration 'name' definition '_name'.
okular-4.8.4/ui/guiutils.cpp:164:35: note: Function 'loadStamp' argument 1 names different: declaration 'name' definition '_name'.
okular-4.8.4/ui/ktreeviewsearchline.cpp:82:70: style: Function 'rowsInserted' argument 1 names different: declaration 'parent' definition 'parentIndex'. [funcArgNamesDifferent]
okular-4.8.4/ui/ktreeviewsearchline.cpp:66:43: note: Function 'rowsInserted' argument 1 names different: declaration 'parent' definition 'parentIndex'.
okular-4.8.4/ui/ktreeviewsearchline.cpp:82:70: note: Function 'rowsInserted' argument 1 names different: declaration 'parent' definition 'parentIndex'.
okular-4.8.4/ui/ktreeviewsearchline.cpp:103:62: style: Function 'treeViewDeleted' argument 1 names different: declaration 'treeView' definition 'object'. [funcArgNamesDifferent]
okular-4.8.4/ui/ktreeviewsearchline.cpp:67:36: note: Function 'treeViewDeleted' argument 1 names different: declaration 'treeView' definition 'object'.
okular-4.8.4/ui/ktreeviewsearchline.cpp:103:62: note: Function 'treeViewDeleted' argument 1 names different: declaration 'treeView' definition 'object'.
okular-4.8.4/ui/ktreeviewsearchline.cpp:365:67: style: Function 'setCaseSensitivity' argument 1 names different: declaration 'caseSensitivity' definition 'caseSensitive'. [funcArgNamesDifferent]
okular-4.8.4/ui/ktreeviewsearchline.h:146:50: note: Function 'setCaseSensitivity' argument 1 names different: declaration 'caseSensitivity' definition 'caseSensitive'.
okular-4.8.4/ui/ktreeviewsearchline.cpp:365:67: note: Function 'setCaseSensitivity' argument 1 names different: declaration 'caseSensitivity' definition 'caseSensitive'.
okular-4.8.4/ui/ktreeviewsearchline.cpp:383:55: style: Function 'setKeepParentsVisible' argument 1 names different: declaration 'value' definition 'visible'. [funcArgNamesDifferent]
okular-4.8.4/ui/ktreeviewsearchline.h:165:38: note: Function 'setKeepParentsVisible' argument 1 names different: declaration 'value' definition 'visible'.
okular-4.8.4/ui/ktreeviewsearchline.cpp:383:55: note: Function 'setKeepParentsVisible' argument 1 names different: declaration 'value' definition 'visible'.
okular-4.8.4/ui/ktreeviewsearchline.cpp:422:59: style: Function 'itemMatches' argument 1 names different: declaration 'item' definition 'index'. [funcArgNamesDifferent]
okular-4.8.4/ui/ktreeviewsearchline.h:209:50: note: Function 'itemMatches' argument 1 names different: declaration 'item' definition 'index'.
okular-4.8.4/ui/ktreeviewsearchline.cpp:422:59: note: Function 'itemMatches' argument 1 names different: declaration 'item' definition 'index'.
okular-4.8.4/ui/ktreeviewsearchline.cpp:74:10: performance: Technically the member function 'Private::checkItemParentsNotVisible' can be static. [functionStatic]
okular-4.8.4/ui/ktreeviewsearchline.cpp:188:36: note: Technically the member function 'Private::checkItemParentsNotVisible' can be static.
okular-4.8.4/ui/ktreeviewsearchline.cpp:74:10: note: Technically the member function 'Private::checkItemParentsNotVisible' can be static.
okular-4.8.4/ui/ktreeviewsearchline.h:231:18: warning: Virtual function 'disconnectTreeView' is called from constructor 'KTreeViewSearchLine(QWidget*parent,const QList<QTreeView*>&treeViews)' at line 256. Dynamic binding is not used. [virtualCallInConstructor]
okular-4.8.4/ui/ktreeviewsearchline.cpp:256:3: note: Calling setTreeViews
okular-4.8.4/ui/ktreeviewsearchline.cpp:406:5: note: Calling disconnectTreeView
okular-4.8.4/ui/ktreeviewsearchline.h:231:18: note: disconnectTreeView is a virtual method
okular-4.8.4/ui/ktreeviewsearchline.h:319:18: warning: Virtual function 'createWidgets' is called from constructor 'KTreeViewSearchLineWidget(QWidget*parent=0,QTreeView*treeView=0)' at line 615. Dynamic binding is not used. [virtualCallInConstructor]
okular-4.8.4/ui/ktreeviewsearchline.cpp:615:37: note: Calling createWidgets
okular-4.8.4/ui/ktreeviewsearchline.h:319:18: note: createWidgets is a virtual method
okular-4.8.4/ui/ktreeviewsearchline.cpp:44:5: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/minibar.cpp:130:62: style: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageVector'. [funcArgNamesDifferent]
okular-4.8.4/ui/minibar.h:86:61: note: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageVector'.
okular-4.8.4/ui/minibar.cpp:130:62: note: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageVector'.
okular-4.8.4/ui/minibar.cpp:211:35: style: Function 'slotChangePage' argument 1 names different: declaration 'page' definition 'pageNumber'. [funcArgNamesDifferent]
okular-4.8.4/ui/minibar.h:97:33: note: Function 'slotChangePage' argument 1 names different: declaration 'page' definition 'pageNumber'.
okular-4.8.4/ui/minibar.cpp:211:35: note: Function 'slotChangePage' argument 1 names different: declaration 'page' definition 'pageNumber'.
okular-4.8.4/ui/minibar.cpp:399:43: style: Function 'PageNumberEdit' argument 1 names different: declaration 'parent' definition 'miniBar'. [funcArgNamesDifferent]
okular-4.8.4/ui/minibar.h:48:35: note: Function 'PageNumberEdit' argument 1 names different: declaration 'parent' definition 'miniBar'.
okular-4.8.4/ui/minibar.cpp:399:43: note: Function 'PageNumberEdit' argument 1 names different: declaration 'parent' definition 'miniBar'.
okular-4.8.4/ui/minibar.cpp:39:9: style: Class 'HoverButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/pagepainter.cpp:266:25: style: The scope of the variable 'val' can be reduced. [variableScope]
okular-4.8.4/ui/pagepainter.cpp:813:9: style: The scope of the variable 'source' can be reduced. [variableScope]
okular-4.8.4/ui/pagepainter.cpp:813:17: style: The scope of the variable 'sourceAlpha' can be reduced. [variableScope]
okular-4.8.4/ui/pagepainter.cpp:841:9: style: The scope of the variable 'source' can be reduced. [variableScope]
okular-4.8.4/ui/pagepainter.cpp:841:17: style: The scope of the variable 'sourceSat' can be reduced. [variableScope]
okular-4.8.4/ui/pagepainter.cpp:841:28: style: The scope of the variable 'sourceAlpha' can be reduced. [variableScope]
okular-4.8.4/ui/pagepainter.cpp:575:26: style: Checking if unsigned variable 'opacity' is less than zero. [unsignedLessThanZero]
okular-4.8.4/ui/pagepainter.cpp:50:50: style: Function 'paintPageOnPainter' argument 1 names different: declaration 'p' definition 'destPainter'. [funcArgNamesDifferent]
okular-4.8.4/ui/pagepainter.h:40:52: note: Function 'paintPageOnPainter' argument 1 names different: declaration 'p' definition 'destPainter'.
okular-4.8.4/ui/pagepainter.cpp:50:50: note: Function 'paintPageOnPainter' argument 1 names different: declaration 'p' definition 'destPainter'.
okular-4.8.4/ui/pagepainter.cpp:51:75: style: Function 'paintPageOnPainter' argument 7 names different: declaration 'pageLimits' definition 'limits'. [funcArgNamesDifferent]
okular-4.8.4/ui/pagepainter.h:41:73: note: Function 'paintPageOnPainter' argument 7 names different: declaration 'pageLimits' definition 'limits'.
okular-4.8.4/ui/pagepainter.cpp:51:75: note: Function 'paintPageOnPainter' argument 7 names different: declaration 'pageLimits' definition 'limits'.
okular-4.8.4/ui/pagepainter.cpp:57:57: style: Function 'paintCroppedPageOnPainter' argument 1 names different: declaration 'p' definition 'destPainter'. [funcArgNamesDifferent]
okular-4.8.4/ui/pagepainter.h:50:59: note: Function 'paintCroppedPageOnPainter' argument 1 names different: declaration 'p' definition 'destPainter'.
okular-4.8.4/ui/pagepainter.cpp:57:57: note: Function 'paintCroppedPageOnPainter' argument 1 names different: declaration 'p' definition 'destPainter'.
okular-4.8.4/ui/pagepainter.cpp:58:75: style: Function 'paintCroppedPageOnPainter' argument 7 names different: declaration 'pageLimits' definition 'limits'. [funcArgNamesDifferent]
okular-4.8.4/ui/pagepainter.h:51:73: note: Function 'paintCroppedPageOnPainter' argument 7 names different: declaration 'pageLimits' definition 'limits'.
okular-4.8.4/ui/pagepainter.cpp:58:75: note: Function 'paintCroppedPageOnPainter' argument 7 names different: declaration 'pageLimits' definition 'limits'.
okular-4.8.4/ui/pagepainter.cpp:807:66: style: Function 'changeImageAlpha' argument 2 names different: declaration 'alpha' definition 'destAlpha'. [funcArgNamesDifferent]
okular-4.8.4/ui/pagepainter.h:64:68: note: Function 'changeImageAlpha' argument 2 names different: declaration 'alpha' definition 'destAlpha'.
okular-4.8.4/ui/pagepainter.cpp:807:66: note: Function 'changeImageAlpha' argument 2 names different: declaration 'alpha' definition 'destAlpha'.
okular-4.8.4/ui/pagepainter.cpp:831:43: style: Function 'colorizeImage' argument 1 names different: declaration 'image' definition 'grayImage'. [funcArgNamesDifferent]
okular-4.8.4/ui/pagepainter.h:67:45: note: Function 'colorizeImage' argument 1 names different: declaration 'image' definition 'grayImage'.
okular-4.8.4/ui/pagepainter.cpp:831:43: note: Function 'colorizeImage' argument 1 names different: declaration 'image' definition 'grayImage'.
okular-4.8.4/ui/pagepainter.cpp:832:18: style: Function 'colorizeImage' argument 3 names different: declaration 'alpha' definition 'destAlpha'. [funcArgNamesDifferent]
okular-4.8.4/ui/pagepainter.h:68:26: note: Function 'colorizeImage' argument 3 names different: declaration 'alpha' definition 'destAlpha'.
okular-4.8.4/ui/pagepainter.cpp:832:18: note: Function 'colorizeImage' argument 3 names different: declaration 'alpha' definition 'destAlpha'.
okular-4.8.4/ui/pagesizelabel.cpp:35:68: style: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageVector'. [funcArgNamesDifferent]
okular-4.8.4/ui/pagesizelabel.h:36:61: note: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageVector'.
okular-4.8.4/ui/pagesizelabel.cpp:35:68: note: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageVector'.
okular-4.8.4/ui/pageview.cpp:396:54: style: Function 'setupBaseActions' argument 1 names different: declaration 'collection' definition 'ac'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:66:52: note: Function 'setupBaseActions' argument 1 names different: declaration 'collection' definition 'ac'.
okular-4.8.4/ui/pageview.cpp:396:54: note: Function 'setupBaseActions' argument 1 names different: declaration 'collection' definition 'ac'.
okular-4.8.4/ui/pageview.cpp:413:56: style: Function 'setupViewerActions' argument 1 names different: declaration 'collection' definition 'ac'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:67:54: note: Function 'setupViewerActions' argument 1 names different: declaration 'collection' definition 'ac'.
okular-4.8.4/ui/pageview.cpp:413:56: note: Function 'setupViewerActions' argument 1 names different: declaration 'collection' definition 'ac'.
okular-4.8.4/ui/pageview.cpp:519:50: style: Function 'setupActions' argument 1 names different: declaration 'collection' definition 'ac'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:68:48: note: Function 'setupActions' argument 1 names different: declaration 'collection' definition 'ac'.
okular-4.8.4/ui/pageview.cpp:519:50: note: Function 'setupActions' argument 1 names different: declaration 'collection' definition 'ac'.
okular-4.8.4/ui/pageview.cpp:785:63: style: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageSet'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:79:61: note: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageSet'.
okular-4.8.4/ui/pageview.cpp:785:63: note: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageSet'.
okular-4.8.4/ui/pageview.cpp:890:40: style: Function 'updateActionState' argument 1 names different: declaration 'docHasPages' definition 'haspages'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:69:38: note: Function 'updateActionState' argument 1 names different: declaration 'docHasPages' definition 'haspages'.
okular-4.8.4/ui/pageview.cpp:890:40: note: Function 'updateActionState' argument 1 names different: declaration 'docHasPages' definition 'haspages'.
okular-4.8.4/ui/pageview.cpp:890:55: style: Function 'updateActionState' argument 2 names different: declaration 'docChanged' definition 'documentChanged'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:69:56: note: Function 'updateActionState' argument 2 names different: declaration 'docChanged' definition 'documentChanged'.
okular-4.8.4/ui/pageview.cpp:890:55: note: Function 'updateActionState' argument 2 names different: declaration 'docChanged' definition 'documentChanged'.
okular-4.8.4/ui/pageview.cpp:890:77: style: Function 'updateActionState' argument 3 names different: declaration 'docHasFormWidgets' definition 'hasformwidgets'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:69:73: note: Function 'updateActionState' argument 3 names different: declaration 'docHasFormWidgets' definition 'hasformwidgets'.
okular-4.8.4/ui/pageview.cpp:890:77: note: Function 'updateActionState' argument 3 names different: declaration 'docHasFormWidgets' definition 'hasformwidgets'.
okular-4.8.4/ui/pageview.cpp:1189:37: style: Function 'canUnloadPixmap' argument 1 names different: declaration 'pageNum' definition 'pageNumber'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:84:35: note: Function 'canUnloadPixmap' argument 1 names different: declaration 'pageNum' definition 'pageNumber'.
okular-4.8.4/ui/pageview.cpp:1189:37: note: Function 'canUnloadPixmap' argument 1 names different: declaration 'pageNum' definition 'pageNumber'.
okular-4.8.4/ui/pageview.cpp:1279:40: style: Function 'paintEvent' argument 1 names different: declaration 'e' definition 'pe'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:151:39: note: Function 'paintEvent' argument 1 names different: declaration 'e' definition 'pe'.
okular-4.8.4/ui/pageview.cpp:1279:40: note: Function 'paintEvent' argument 1 names different: declaration 'e' definition 'pe'.
okular-4.8.4/ui/pageview.cpp:3005:53: style: Function 'drawDocumentOnPainter' argument 1 names different: declaration 'pageViewRect' definition 'contentsRect'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:163:51: note: Function 'drawDocumentOnPainter' argument 1 names different: declaration 'pageViewRect' definition 'contentsRect'.
okular-4.8.4/ui/pageview.cpp:3005:53: note: Function 'drawDocumentOnPainter' argument 1 names different: declaration 'pageViewRect' definition 'contentsRect'.
okular-4.8.4/ui/pageview.cpp:3089:57: style: Function 'updateItemSize' argument 2 names different: declaration 'columnWidth' definition 'colWidth'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:165:55: note: Function 'updateItemSize' argument 2 names different: declaration 'columnWidth' definition 'colWidth'.
okular-4.8.4/ui/pageview.cpp:3089:57: note: Function 'updateItemSize' argument 2 names different: declaration 'columnWidth' definition 'colWidth'.
okular-4.8.4/ui/pageview.cpp:3318:37: style: Function 'updateZoom' argument 1 names different: declaration 'newZm' definition 'newZoomMode'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageview.h:175:35: note: Function 'updateZoom' argument 1 names different: declaration 'newZm' definition 'newZoomMode'.
okular-4.8.4/ui/pageview.cpp:3318:37: note: Function 'updateZoom' argument 1 names different: declaration 'newZm' definition 'newZoomMode'.
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::document' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::zoomMode' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::zoomFactor' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::mouseMode' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::mouseMidZooming' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::mouseMidLastY' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::mouseSelecting' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::mouseTextSelecting' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::mouseOnRect' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::mouseAnn' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::tableDividersGuessed' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::viewportMoveActive' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::lastSourceLocationViewportPageNumber' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::lastSourceLocationViewportNormalizedX' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::lastSourceLocationViewportNormalizedY' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::viewportMoveTimer' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::scrollIncrement' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::autoScrollTimer' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::annotator' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::delayResizeEventTimer' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::dirtyLayout' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::blockViewport' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::blockPixmapsRequest' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::messageWindow' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::m_formsVisible' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::formsWidgetController' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::m_tts' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::refreshTimer' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::refreshPage' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::verticalScrollBarVisible' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aRotateClockwise' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aRotateCounterClockwise' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aRotateOriginal' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aPageSizes' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aTrimMargins' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aMouseNormal' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aMouseSelect' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aMouseTextSelect' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aMouseTableSelect' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aToggleAnnotator' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aZoom' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aZoomIn' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aZoomOut' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aZoomFitWidth' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aZoomFitPage' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aZoomFitText' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aViewMode' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aViewContinuous' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aPrevAction' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aToggleForms' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aSpeakDoc' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aSpeakPage' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::aSpeakStop' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::actionCollection' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::mouseModeActionGroup' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageview.cpp:210:18: warning: Member variable 'PageViewPrivate::setting_viewCols' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageviewutils.h:43:9: style: Class 'PageViewItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/pageviewutils.h:104:9: style: Class 'PageViewMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/pageviewutils.h:131:9: style: Class 'PageViewTopMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/toolaction.h:25:9: style: Class 'ToolAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/tts.h:19:9: style: Class 'OkularTTS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/pageview.cpp:107:5: style: Class 'PageViewPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/pageviewannotator.cpp:656:42: style: Function 'setEnabled' argument 1 names different: declaration 'enabled' definition 'on'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageviewannotator.h:56:31: note: Function 'setEnabled' argument 1 names different: declaration 'enabled' definition 'on'.
okular-4.8.4/ui/pageviewannotator.cpp:656:42: note: Function 'setEnabled' argument 1 names different: declaration 'enabled' definition 'on'.
okular-4.8.4/ui/pageviewannotator.cpp:713:52: style: Function 'routeEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageviewannotator.h:65:41: note: Function 'routeEvent' argument 1 names different: declaration 'event' definition 'e'.
okular-4.8.4/ui/pageviewannotator.cpp:713:52: note: Function 'routeEvent' argument 1 names different: declaration 'event' definition 'e'.
okular-4.8.4/ui/pageviewannotator.cpp:45:9: warning: Member variable 'PickPointEngine::pagewidth' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageviewannotator.cpp:45:9: warning: Member variable 'PickPointEngine::pageheight' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageviewannotator.cpp:50:13: performance: Variable 'pixmapName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
okular-4.8.4/ui/pageviewannotator.cpp:63:17: style: Class 'PickPointEngine' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/ui/pageviewannotator.cpp:63:17: style: Class 'PickPointEngine' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/ui/pageviewannotator.cpp:45:9: style: Class 'PickPointEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/pageviewannotator.cpp:283:9: style: Class 'PolyLineEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/pageviewannotator.cpp:71:15: style: The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:41:23: note: Virtual function in base class
okular-4.8.4/ui/pageviewannotator.cpp:71:15: note: Function in derived class
okular-4.8.4/ui/pageviewannotator.cpp:124:14: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:42:22: note: Virtual function in base class
okular-4.8.4/ui/pageviewannotator.cpp:124:14: note: Function in derived class
okular-4.8.4/ui/pageviewannotator.cpp:144:38: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:43:46: note: Virtual function in base class
okular-4.8.4/ui/pageviewannotator.cpp:144:38: note: Function in derived class
okular-4.8.4/ui/pageviewannotator.cpp:299:15: style: The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:41:23: note: Virtual function in base class
okular-4.8.4/ui/pageviewannotator.cpp:299:15: note: Function in derived class
okular-4.8.4/ui/pageviewannotator.cpp:351:14: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:42:22: note: Virtual function in base class
okular-4.8.4/ui/pageviewannotator.cpp:351:14: note: Function in derived class
okular-4.8.4/ui/pageviewannotator.cpp:378:38: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:43:46: note: Virtual function in base class
okular-4.8.4/ui/pageviewannotator.cpp:378:38: note: Function in derived class
okular-4.8.4/ui/pageviewannotator.cpp:454:15: style: The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:41:23: note: Virtual function in base class
okular-4.8.4/ui/pageviewannotator.cpp:454:15: note: Function in derived class
okular-4.8.4/ui/pageviewannotator.cpp:504:14: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:42:22: note: Virtual function in base class
okular-4.8.4/ui/pageviewannotator.cpp:504:14: note: Function in derived class
okular-4.8.4/ui/pageviewannotator.cpp:519:38: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
okular-4.8.4/ui/annotationtools.h:43:46: note: Virtual function in base class
okular-4.8.4/ui/pageviewannotator.cpp:519:38: note: Function in derived class
okular-4.8.4/ui/pageviewutils.cpp:133:50: style: Function 'setWHZC' argument 3 names different: declaration 'zoom' definition 'z'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageviewutils.h:75:44: note: Function 'setWHZC' argument 3 names different: declaration 'zoom' definition 'z'.
okular-4.8.4/ui/pageviewutils.cpp:133:50: note: Function 'setWHZC' argument 3 names different: declaration 'zoom' definition 'z'.
okular-4.8.4/ui/pageviewutils.cpp:619:46: style: Function 'eventFilter' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
okular-4.8.4/ui/pageviewutils.h:224:37: note: Function 'eventFilter' argument 1 names different: declaration 'o' definition 'obj'.
okular-4.8.4/ui/pageviewutils.cpp:619:46: note: Function 'eventFilter' argument 1 names different: declaration 'o' definition 'obj'.
okular-4.8.4/ui/pageviewutils.cpp:478:5: warning: Member variable 'ToolBarPrivate::anchorWidget' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageviewutils.cpp:478:5: warning: Member variable 'ToolBarPrivate::anchorSide' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageviewutils.cpp:478:5: warning: Member variable 'ToolBarPrivate::animTimer' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageviewutils.cpp:478:5: warning: Member variable 'ToolBarPrivate::hiding' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageviewutils.cpp:478:5: warning: Member variable 'ToolBarPrivate::visible' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/pageviewutils.cpp:478:5: style: Class 'ToolBarPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/presentationsearchbar.cpp:31:9: style: Class 'HandleDrag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/presentationwidget.cpp:1481:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1488:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1495:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1502:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1507:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1514:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1521:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1528:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1533:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1541:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1549:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1557:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1565:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1572:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1579:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1586:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:1593:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/presentationwidget.cpp:277:73: style: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageSet'. [funcArgNamesDifferent]
okular-4.8.4/ui/presentationwidget.h:50:61: note: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageSet'.
okular-4.8.4/ui/presentationwidget.cpp:277:73: note: Function 'notifySetup' argument 1 names different: declaration 'pages' definition 'pageSet'.
okular-4.8.4/ui/presentationwidget.cpp:579:52: style: Function 'paintEvent' argument 1 names different: declaration 'e' definition 'pe'. [funcArgNamesDifferent]
okular-4.8.4/ui/presentationwidget.h:66:40: note: Function 'paintEvent' argument 1 names different: declaration 'e' definition 'pe'.
okular-4.8.4/ui/presentationwidget.cpp:579:52: note: Function 'paintEvent' argument 1 names different: declaration 'e' definition 'pe'.
okular-4.8.4/ui/presentationwidget.cpp:659:53: style: Function 'resizeEvent' argument 1 names different: declaration 'e' definition 're'. [funcArgNamesDifferent]
okular-4.8.4/ui/presentationwidget.h:67:42: note: Function 'resizeEvent' argument 1 names different: declaration 'e' definition 're'.
okular-4.8.4/ui/presentationwidget.cpp:659:53: note: Function 'resizeEvent' argument 1 names different: declaration 'e' definition 're'.
okular-4.8.4/ui/presentationwidget.cpp:917:52: style: Function 'generateContentsPage' argument 1 names different: declaration 'page' definition 'pageNum'. [funcArgNamesDifferent]
okular-4.8.4/ui/presentationwidget.h:77:40: note: Function 'generateContentsPage' argument 1 names different: declaration 'page' definition 'pageNum'.
okular-4.8.4/ui/presentationwidget.cpp:917:52: note: Function 'generateContentsPage' argument 1 names different: declaration 'page' definition 'pageNum'.
okular-4.8.4/ui/presentationwidget.cpp:111:9: style: Class 'PresentationToolBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/propertiesdialog.cpp:364:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/propertiesdialog.cpp:385:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
okular-4.8.4/ui/sidebar.cpp:375:5: warning: Member variable 'Private::list' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/sidebar.cpp:375:5: warning: Member variable 'Private::splitter' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/sidebar.cpp:375:5: warning: Member variable 'Private::stack' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/sidebar.cpp:375:5: warning: Member variable 'Private::sideContainer' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/sidebar.cpp:375:5: warning: Member variable 'Private::sideTitle' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/sidebar.cpp:375:5: warning: Member variable 'Private::vlay' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/sidebar.cpp:375:5: warning: Member variable 'Private::sideDelegate' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/sidebar.cpp:71:9: style: Class 'SidebarDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/sidebar.cpp:192:9: style: Class 'SidebarListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/thumbnaillist.cpp:371:10: style: The scope of the variable 'found' can be reduced. [variableScope]
okular-4.8.4/ui/thumbnaillist.cpp:509:48: style: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'keyEvent'. [funcArgNamesDifferent]
okular-4.8.4/ui/thumbnaillist.h:63:41: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'keyEvent'.
okular-4.8.4/ui/thumbnaillist.cpp:509:48: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'keyEvent'.
okular-4.8.4/ui/thumbnaillist.cpp:688:87: style: Function 'ThumbnailWidget' argument 2 names different: declaration 'page' definition 'kp'. [funcArgNamesDifferent]
okular-4.8.4/ui/thumbnaillist.cpp:99:78: note: Function 'ThumbnailWidget' argument 2 names different: declaration 'page' definition 'kp'.
okular-4.8.4/ui/thumbnaillist.cpp:688:87: note: Function 'ThumbnailWidget' argument 2 names different: declaration 'page' definition 'kp'.
okular-4.8.4/ui/thumbnaillist.cpp:927:56: style: Function 'paint' argument 2 names different: declaration 'clipRect' definition '_clipRect'. [funcArgNamesDifferent]
okular-4.8.4/ui/thumbnaillist.cpp:116:47: note: Function 'paint' argument 2 names different: declaration 'clipRect' definition '_clipRect'.
okular-4.8.4/ui/thumbnaillist.cpp:927:56: note: Function 'paint' argument 2 names different: declaration 'clipRect' definition '_clipRect'.
okular-4.8.4/ui/thumbnaillist.cpp:1001:77: style: Function 'ThumbnailController' argument 2 names different: declaration 'thumbnailList' definition 'list'. [funcArgNamesDifferent]
okular-4.8.4/ui/thumbnaillist.h:105:64: note: Function 'ThumbnailController' argument 2 names different: declaration 'thumbnailList' definition 'list'.
okular-4.8.4/ui/thumbnaillist.cpp:1001:77: note: Function 'ThumbnailController' argument 2 names different: declaration 'thumbnailList' definition 'list'.
okular-4.8.4/ui/thumbnaillist.cpp:143:23: warning: Member variable 'ThumbnailListPrivate::m_pageCurrentlyGrabbed' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/tocmodel.cpp:110:15: style: The scope of the variable 'currentItem' can be reduced. [variableScope]
okular-4.8.4/ui/tocmodel.cpp:65:28: style: Function 'TOCItem' argument 1 names different: declaration 'parent' definition '_parent'. [funcArgNamesDifferent]
okular-4.8.4/ui/tocmodel.cpp:27:23: note: Function 'TOCItem' argument 1 names different: declaration 'parent' definition '_parent'.
okular-4.8.4/ui/tocmodel.cpp:65:28: note: Function 'TOCItem' argument 1 names different: declaration 'parent' definition '_parent'.
okular-4.8.4/ui/tocmodel.cpp:97:18: warning: Member variable 'TOCModelPrivate::document' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/tocmodel.cpp:98:16: style: Class 'TOCModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
okular-4.8.4/ui/tocmodel.cpp:98:16: style: Class 'TOCModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
okular-4.8.4/ui/tocmodel.cpp:44:5: style: Class 'TOCModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/tts.cpp:25:5: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
okular-4.8.4/ui/videowidget.cpp:56:5: warning: Member variable 'Private::player' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/videowidget.cpp:56:5: warning: Member variable 'Private::seekSlider' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/videowidget.cpp:56:5: warning: Member variable 'Private::controlBar' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/videowidget.cpp:56:5: warning: Member variable 'Private::playPauseAction' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/videowidget.cpp:56:5: warning: Member variable 'Private::stopAction' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/videowidget.cpp:56:5: warning: Member variable 'Private::seekSliderAction' is not initialized in the constructor. [uninitMemberVar]
okular-4.8.4/ui/videowidget.cpp:56:5: warning: Member variable 'Private::seekSliderMenuAction' is not initialized in the constructor. [uninitMemberVar]
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/ola/ola_0.9.1.orig.tar.gz
ola-0.9.1/common/base/Flags.cpp:165:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ola-0.9.1/common/dmx/RunLengthEncoder.cpp:63:15: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
ola-0.9.1/common/dmx/RunLengthEncoder.cpp:61:25: note: outer condition: j<src_size-2
ola-0.9.1/common/dmx/RunLengthEncoder.cpp:63:15: note: opposite inner condition: j==src_size-2
ola-0.9.1/common/dmx/RunLengthEncoderTest.cpp:83:45: style: Function 'checkEncode' argument 3 names different: declaration 'is_incomplete' definition 'is_complete'. [funcArgNamesDifferent]
ola-0.9.1/common/dmx/RunLengthEncoderTest.cpp:52:27: note: Function 'checkEncode' argument 3 names different: declaration 'is_incomplete' definition 'is_complete'.
ola-0.9.1/common/dmx/RunLengthEncoderTest.cpp:83:45: note: Function 'checkEncode' argument 3 names different: declaration 'is_incomplete' definition 'is_complete'.
ola-0.9.1/common/dmx/RunLengthEncoderTest.cpp:34:1: style: The class 'RunLengthEncoderTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/common/dmx/RunLengthEncoderTest.cpp:66:3: warning: Possible leak in public function. The pointer 'm_dst' is not deallocated before it is allocated. [publicAllocationError]
ola-0.9.1/common/export_map/ExportMapTest.cpp:206:3: style: Variable 'var1' is modified but its new value is never used. [unreadVariable]
ola-0.9.1/common/file/Util.cpp:140:3: style: Variable 'last_path_sep' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ola-0.9.1/common/file/Util.cpp:139:0: note: Variable 'last_path_sep' is reassigned a value before the old one has been used if variable is no semaphore variable.
ola-0.9.1/common/file/Util.cpp:140:3: note: Variable 'last_path_sep' is reassigned a value before the old one has been used if variable is no semaphore variable.
ola-0.9.1/common/http/HTTPServer.cpp:541:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/Descriptor.cpp:397:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ola-0.9.1/common/io/DescriptorTest.cpp:50:1: style: The class 'DescriptorTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/common/io/IOQueue.cpp:116:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/IOQueue.cpp:138:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/IOQueue.cpp:153:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/IOQueue.cpp:172:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/IOStack.cpp:245:3: warning: Either the condition '!block' is redundant or there is possible null pointer dereference: block. [nullPointerRedundantCheck]
ola-0.9.1/common/io/IOStack.cpp:242:7: note: Assuming that condition '!block' is not redundant
ola-0.9.1/common/io/IOStack.cpp:245:3: note: Null pointer dereference
ola-0.9.1/common/io/IOStack.cpp:120:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/IOStack.cpp:142:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/IOStack.cpp:193:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/SelectPoller.cpp:209:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/SelectPoller.cpp:229:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/SelectPoller.cpp:242:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/SelectPoller.cpp:284:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/SelectPoller.cpp:303:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/io/SelectServerTest.cpp:62:1: style: The class 'SelectServerTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:332:43: style: Function 'ConfirmState' argument 4 names different: declaration 'state' definition 'expected_state'. [funcArgNamesDifferent]
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:102:59: note: Function 'ConfirmState' argument 4 names different: declaration 'state' definition 'expected_state'.
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:332:43: note: Function 'ConfirmState' argument 4 names different: declaration 'state' definition 'expected_state'.
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:333:18: style: Function 'ConfirmState' argument 5 names different: declaration 'failed_attempts' definition 'expected_attempts'. [funcArgNamesDifferent]
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:103:34: note: Function 'ConfirmState' argument 5 names different: declaration 'failed_attempts' definition 'expected_attempts'.
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:333:18: note: Function 'ConfirmState' argument 5 names different: declaration 'failed_attempts' definition 'expected_attempts'.
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:350:25: style: Function 'SetupListeningSocket' argument 1 names different: declaration 'socket' definition 'listening_socket'. [funcArgNamesDifferent]
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:104:49: note: Function 'SetupListeningSocket' argument 1 names different: declaration 'socket' definition 'listening_socket'.
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:350:25: note: Function 'SetupListeningSocket' argument 1 names different: declaration 'socket' definition 'listening_socket'.
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:385:62: style: Function 'AcceptedConnection' argument 1 names different: declaration 'socket' definition 'new_socket'. [funcArgNamesDifferent]
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:106:38: note: Function 'AcceptedConnection' argument 1 names different: declaration 'socket' definition 'new_socket'.
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:385:62: note: Function 'AcceptedConnection' argument 1 names different: declaration 'socket' definition 'new_socket'.
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:67:3: warning: Member variable 'AdvancedTCPConnectorTest::m_ss' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/network/AdvancedTCPConnectorTest.cpp:67:3: warning: Member variable 'AdvancedTCPConnectorTest::m_connected_socket' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/network/HealthCheckedConnectionTest.cpp:115:5: warning: Member variable 'HealthCheckedConnectionTest::options' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/network/NetworkUtils.cpp:605:0: error: #error "DefaultRoute not implemented for this platform, please report this." [preprocessorErrorDirective]
ola-0.9.1/common/network/SocketTest.cpp:334:47: style: Function 'NewConnectionSend' argument 1 names different: declaration 'socket' definition 'new_socket'. [funcArgNamesDifferent]
ola-0.9.1/common/network/SocketTest.cpp:82:39: note: Function 'NewConnectionSend' argument 1 names different: declaration 'socket' definition 'new_socket'.
ola-0.9.1/common/network/SocketTest.cpp:334:47: note: Function 'NewConnectionSend' argument 1 names different: declaration 'socket' definition 'new_socket'.
ola-0.9.1/common/network/SocketTest.cpp:352:55: style: Function 'NewConnectionSendAndClose' argument 1 names different: declaration 'socket' definition 'new_socket'. [funcArgNamesDifferent]
ola-0.9.1/common/network/SocketTest.cpp:83:47: note: Function 'NewConnectionSendAndClose' argument 1 names different: declaration 'socket' definition 'new_socket'.
ola-0.9.1/common/network/SocketTest.cpp:352:55: note: Function 'NewConnectionSendAndClose' argument 1 names different: declaration 'socket' definition 'new_socket'.
ola-0.9.1/common/network/SocketTest.cpp:53:1: style: The class 'SocketTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/common/network/TCPConnectorTest.cpp:269:54: style: Function 'AcceptedConnection' argument 1 names different: declaration 'socket' definition 'new_socket'. [funcArgNamesDifferent]
ola-0.9.1/common/network/TCPConnectorTest.cpp:97:40: note: Function 'AcceptedConnection' argument 1 names different: declaration 'socket' definition 'new_socket'.
ola-0.9.1/common/network/TCPConnectorTest.cpp:269:54: note: Function 'AcceptedConnection' argument 1 names different: declaration 'socket' definition 'new_socket'.
ola-0.9.1/common/network/TCPConnectorTest.cpp:66:5: warning: Member variable 'TCPConnectorTest::m_ss' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/network/TCPConnectorTest.cpp:66:5: warning: Member variable 'TCPConnectorTest::m_timeout_closure' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/network/TCPConnectorTest.cpp:66:5: warning: Member variable 'TCPConnectorTest::m_sucessfull_calls' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/network/TCPConnectorTest.cpp:66:5: warning: Member variable 'TCPConnectorTest::m_failure_calls' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/rdm/CommandPrinter.cpp:399:40: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ola-0.9.1/common/rdm/QueueingRDMController.cpp:309:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/rdm/QueueingRDMControllerTest.cpp:50:1: style: The class 'QueueingRDMControllerTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/common/rdm/RDMMessageInterationTest.cpp:47:1: style: The class 'RDMMessageInterationTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/common/rpc/RpcChannel.cpp:64:5: warning: Member variable 'OutstandingResponse::id' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/rpc/RpcChannel.cpp:64:5: warning: Member variable 'OutstandingResponse::controller' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/rpc/RpcChannel.cpp:64:5: warning: Member variable 'OutstandingResponse::callback' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/rpc/RpcChannel.cpp:64:5: warning: Member variable 'OutstandingResponse::reply' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/rpc/RpcChannelTest.cpp:76:1: style: The class 'RpcChannelTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/common/rpc/RpcControllerTest.cpp:33:1: style: The class 'RpcControllerTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/common/thread/ThreadPoolTest.cpp:40:1: style: The class 'ThreadPoolTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/common/thread/ThreadTest.cpp:91:5: warning: Member variable 'MockConditionThread::i' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/common/utils/ActionQueueTest.cpp:32:1: style: The class 'ActionQueueTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/common/utils/DmxBufferTest.cpp:224:3: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
ola-0.9.1/common/utils/DmxBufferTest.cpp:210:3: note: Variable 'size' is reassigned a value before the old one has been used.
ola-0.9.1/common/utils/DmxBufferTest.cpp:224:3: note: Variable 'size' is reassigned a value before the old one has been used.
ola-0.9.1/common/utils/MultiCallbackTest.cpp:31:1: style: The class 'MultiCallbackTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/common/utils/StringUtils.cpp:202:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/utils/StringUtils.cpp:206:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/utils/StringUtils.cpp:210:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/utils/StringUtils.cpp:215:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/utils/StringUtils.cpp:220:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/utils/StringUtils.cpp:225:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/utils/StringUtils.cpp:230:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/utils/StringUtils.cpp:235:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/web/Json.cpp:599:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/web/Json.cpp:723:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/web/Json.cpp:767:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/web/JsonLexer.cpp:215:42: warning: Suspicious code: sign conversion of ? in calculation, even though ? can have a negative value [signConversion]
ola-0.9.1/common/web/JsonLexer.cpp:232:22: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
ola-0.9.1/common/web/JsonPatch.cpp:96:8: style: The function 'Object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/common/web/JsonPatch.cpp:57:16: note: Virtual function in base class
ola-0.9.1/common/web/JsonPatch.cpp:96:8: note: Function in derived class
ola-0.9.1/common/web/JsonPatch.cpp:101:8: style: The function 'ArrayIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/common/web/JsonPatch.cpp:58:16: note: Virtual function in base class
ola-0.9.1/common/web/JsonPatch.cpp:101:8: note: Function in derived class
ola-0.9.1/common/web/JsonPatch.cpp:105:8: style: The function 'ArrayLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/common/web/JsonPatch.cpp:60:16: note: Virtual function in base class
ola-0.9.1/common/web/JsonPatch.cpp:105:8: note: Function in derived class
ola-0.9.1/common/web/JsonPatch.cpp:116:8: style: The function 'Object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/common/web/JsonPatch.cpp:57:16: note: Virtual function in base class
ola-0.9.1/common/web/JsonPatch.cpp:116:8: note: Function in derived class
ola-0.9.1/common/web/JsonPatch.cpp:120:8: style: The function 'ArrayIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/common/web/JsonPatch.cpp:58:16: note: Virtual function in base class
ola-0.9.1/common/web/JsonPatch.cpp:120:8: note: Function in derived class
ola-0.9.1/common/web/JsonPatch.cpp:124:8: style: The function 'ArrayLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/common/web/JsonPatch.cpp:60:16: note: Virtual function in base class
ola-0.9.1/common/web/JsonPatch.cpp:124:8: note: Function in derived class
ola-0.9.1/common/web/JsonPatch.cpp:138:8: style: The function 'Object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/common/web/JsonPatch.cpp:57:16: note: Virtual function in base class
ola-0.9.1/common/web/JsonPatch.cpp:138:8: note: Function in derived class
ola-0.9.1/common/web/JsonPatch.cpp:142:8: style: The function 'ArrayIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/common/web/JsonPatch.cpp:58:16: note: Virtual function in base class
ola-0.9.1/common/web/JsonPatch.cpp:142:8: note: Function in derived class
ola-0.9.1/common/web/JsonPatch.cpp:146:8: style: The function 'ArrayLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/common/web/JsonPatch.cpp:60:16: note: Virtual function in base class
ola-0.9.1/common/web/JsonPatch.cpp:146:8: note: Function in derived class
ola-0.9.1/common/web/JsonPointer.cpp:98:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/web/JsonSchema.cpp:428:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/web/JsonSchema.cpp:544:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/common/web/SchemaParseContext.cpp:50:8: style: Technically the member function 'ola::web::::positive::operator()' can be const. [functionConst]
ola-0.9.1/common/web/SchemaParseContext.cpp:55:8: style: Technically the member function 'ola::web::::positive::operator()' can be const. [functionConst]
ola-0.9.1/ola/StreamingClientTest.cpp:45:1: style: The class 'StreamingClientTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/olad/DeviceManager.cpp:247:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/olad/DeviceManager.cpp:299:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/olad/DeviceManager.cpp:369:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/olad/OlaServer.cpp:259:7: style: Condition 'web_server_started' is always false [knownConditionTrueFalse]
ola-0.9.1/olad/OlaServer.cpp:249:29: note: Assignment 'web_server_started=false', assigned value is 0
ola-0.9.1/olad/OlaServer.cpp:259:7: note: Condition 'web_server_started' is always false
ola-0.9.1/olad/OlaServerServiceImpl.cpp:519:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/olad/OlaServerServiceImpl.cpp:527:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:124:10: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:114:18: note: Virtual function in base class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:124:10: note: Function in derived class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:138:10: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:114:18: note: Virtual function in base class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:138:10: note: Function in derived class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:213:0: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:153:18: note: Virtual function in base class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:213:0: note: Function in derived class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:213:0: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:164:18: note: Virtual function in base class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:213:0: note: Function in derived class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:213:0: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:175:18: note: Virtual function in base class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:213:0: note: Function in derived class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:213:0: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:186:18: note: Virtual function in base class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:213:0: note: Function in derived class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:197:0: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:114:18: note: Virtual function in base class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:197:0: note: Function in derived class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:197:0: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:164:18: note: Virtual function in base class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:197:0: note: Function in derived class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:197:0: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:175:18: note: Virtual function in base class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:197:0: note: Function in derived class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:197:0: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:186:18: note: Virtual function in base class
ola-0.9.1/olad/OlaServerServiceImplTest.cpp:197:0: note: Function in derived class
ola-0.9.1/olad/Preferences.cpp:350:39: error: Dereferencing 'filename_ptr' after it is deallocated / released [deallocuse]
ola-0.9.1/olad/RDMHTTPModule.cpp:198:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/olad/RDMHTTPModule.cpp:614:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/olad/RDMHTTPModule.cpp:632:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/olad/Universe.cpp:102:15: style: The scope of the variable 'vars' can be reduced. [variableScope]
ola-0.9.1/olad/Universe.cpp:127:15: style: The scope of the variable 'string_vars' can be reduced. [variableScope]
ola-0.9.1/olad/Universe.cpp:132:15: style: The scope of the variable 'uint_vars' can be reduced. [variableScope]
ola-0.9.1/olad/Universe.cpp:746:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/olad/UniverseStore.cpp:133:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/olad/UniverseStore.cpp:160:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/olad/UniverseTest.cpp:66:1: style: The class 'UniverseTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/plugins/artnet/ArtNetDevice.cpp:258:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/plugins/artnet/ArtNetNode.cpp:465:22: warning: Either the condition 'if(port)' is redundant or there is possible null pointer dereference: port. [nullPointerRedundantCheck]
ola-0.9.1/plugins/artnet/ArtNetNode.cpp:466:6: note: Assuming that condition 'if(port)' is not redundant
ola-0.9.1/plugins/artnet/ArtNetNode.cpp:465:22: note: Null pointer dereference
ola-0.9.1/plugins/artnet/ArtNetNode.cpp:520:22: warning: Either the condition 'if(port)' is redundant or there is possible null pointer dereference: port. [nullPointerRedundantCheck]
ola-0.9.1/plugins/artnet/ArtNetNode.cpp:521:6: note: Assuming that condition 'if(port)' is not redundant
ola-0.9.1/plugins/artnet/ArtNetNode.cpp:520:22: note: Null pointer dereference
ola-0.9.1/plugins/artnet/ArtNetNode.cpp:1988:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/plugins/dmx4linux/Dmx4LinuxPlugin.cpp:137:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
ola-0.9.1/plugins/dmx4linux/Dmx4LinuxPlugin.cpp:144:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/plugins/dummy/DummyPort.cpp:169:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/plugins/dummy/DummyPort.cpp:191:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/plugins/dummy/DummyPort.cpp:220:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/plugins/dummy/DummyPortTest.cpp:85:3: warning: Member variable 'DummyPortTest::m_expected_response' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/plugins/dummy/DummyPortTest.cpp:85:3: warning: Member variable 'DummyPortTest::m_got_uids' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/plugins/e131/e131/DMPE131Inflator.cpp:268:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/plugins/e131/e131/DMPPDUTest.cpp:44:5: warning: Member variable 'MockDMPInflator::expected_length' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/plugins/e131/e131/DMPPDUTest.cpp:44:5: warning: Member variable 'MockDMPInflator::expected_data_length' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/plugins/e131/e131/TCPTransportTest.cpp:57:5: warning: Member variable 'TCPTransportTest::m_pdus_received' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/plugins/e131/e131/TCPTransportTest.cpp:57:5: warning: Member variable 'TCPTransportTest::m_stream_ok' is not initialized in the constructor. [uninitMemberVar]
ola-0.9.1/plugins/espnet/EspNetNode.cpp:391:3: style: Variable 'packet.reply.option' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ola-0.9.1/plugins/espnet/EspNetNode.cpp:390:3: note: Variable 'packet.reply.option' is reassigned a value before the old one has been used if variable is no semaphore variable.
ola-0.9.1/plugins/espnet/EspNetNode.cpp:391:3: note: Variable 'packet.reply.option' is reassigned a value before the old one has been used if variable is no semaphore variable.
ola-0.9.1/plugins/ftdidmx/FtdiWidget-ftd2xx.cpp:130:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ola-0.9.1/plugins/kinet/kinet.cpp:141:12: style: struct member 'kinet_port_out_flags::flags' is never used. [unusedStructMember]
ola-0.9.1/plugins/kinet/kinet.cpp:150:12: style: struct member 'kinet_port_out_sync::padding' is never used. [unusedStructMember]
ola-0.9.1/plugins/shownet/ShowNetNodeTest.cpp:146:3: style: Variable 'compressed_dmx->indexBlock[0]' is reassigned a value before the old one has been used. [redundantAssignment]
ola-0.9.1/plugins/shownet/ShowNetNodeTest.cpp:141:3: note: Variable 'compressed_dmx->indexBlock[0]' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/shownet/ShowNetNodeTest.cpp:146:3: note: Variable 'compressed_dmx->indexBlock[0]' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/shownet/ShowNetNodeTest.cpp:164:3: style: Variable 'compressed_dmx->indexBlock[1]' is reassigned a value before the old one has been used. [redundantAssignment]
ola-0.9.1/plugins/shownet/ShowNetNodeTest.cpp:157:3: note: Variable 'compressed_dmx->indexBlock[1]' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/shownet/ShowNetNodeTest.cpp:164:3: note: Variable 'compressed_dmx->indexBlock[1]' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/shownet/ShowNetNodeTest.cpp:170:3: style: Variable 'compressed_dmx->indexBlock[1]' is reassigned a value before the old one has been used. [redundantAssignment]
ola-0.9.1/plugins/shownet/ShowNetNodeTest.cpp:164:3: note: Variable 'compressed_dmx->indexBlock[1]' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/shownet/ShowNetNodeTest.cpp:170:3: note: Variable 'compressed_dmx->indexBlock[1]' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/shownet/ShowNetNodeTest.cpp:45:1: style: The class 'ShowNetNodeTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/plugins/spi/SPIDevice.cpp:138:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/plugins/spi/SPIDevice.cpp:159:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/plugins/spi/SPIDevice.cpp:234:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/plugins/spi/SPIOutputTest.cpp:125:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
ola-0.9.1/plugins/spi/SPIOutputTest.cpp:121:0: note: Variable 'data' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/spi/SPIOutputTest.cpp:125:3: note: Variable 'data' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/spi/SPIOutputTest.cpp:231:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
ola-0.9.1/plugins/spi/SPIOutputTest.cpp:227:0: note: Variable 'data' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/spi/SPIOutputTest.cpp:231:3: note: Variable 'data' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/spi/SPIOutputTest.cpp:333:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
ola-0.9.1/plugins/spi/SPIOutputTest.cpp:329:0: note: Variable 'data' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/spi/SPIOutputTest.cpp:333:3: note: Variable 'data' is reassigned a value before the old one has been used.
ola-0.9.1/plugins/usbdmx/UsbDmxPlugin.cpp:141:19: style: The scope of the variable 'loader' can be reduced. [variableScope]
ola-0.9.1/plugins/usbpro/ArduinoWidgetTest.cpp:47:1: style: The class 'ArduinoWidgetTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/plugins/usbpro/BaseRobeWidgetTest.cpp:40:1: style: The class 'BaseRobeWidgetTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/plugins/usbpro/BaseUsbProWidgetTest.cpp:41:1: style: The class 'BaseUsbProWidgetTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/plugins/usbpro/DmxTriWidgetTest.cpp:48:1: style: The class 'DmxTriWidgetTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/plugins/usbpro/DmxterWidgetTest.cpp:44:1: style: The class 'DmxterWidgetTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/plugins/usbpro/EnttecUsbProWidget.cpp:417:13: style: struct member 'widget_parameters_reply::firmware' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/EnttecUsbProWidget.cpp:418:13: style: struct member 'widget_parameters_reply::firmware_high' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/EnttecUsbProWidget.cpp:419:13: style: struct member 'widget_parameters_reply::break_time' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/EnttecUsbProWidget.cpp:420:13: style: struct member 'widget_parameters_reply::mab_time' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/EnttecUsbProWidget.cpp:421:13: style: struct member 'widget_parameters_reply::rate' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/EnttecUsbProWidgetTest.cpp:52:1: style: The class 'EnttecUsbProWidgetTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/plugins/usbpro/GenericUsbProWidget.cpp:240:13: style: struct member 'widget_parameters_reply::firmware' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/GenericUsbProWidget.cpp:241:13: style: struct member 'widget_parameters_reply::firmware_high' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/GenericUsbProWidget.cpp:242:13: style: struct member 'widget_parameters_reply::break_time' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/GenericUsbProWidget.cpp:243:13: style: struct member 'widget_parameters_reply::mab_time' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/GenericUsbProWidget.cpp:244:13: style: struct member 'widget_parameters_reply::rate' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/RobeWidgetDetector.cpp:144:13: style: struct member 'Anonymous0::empty' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/RobeWidgetDetector.cpp:145:13: style: struct member 'Anonymous0::empty2' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/RobeWidgetDetectorTest.cpp:43:1: style: The class 'RobeWidgetDetectorTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/plugins/usbpro/RobeWidgetTest.cpp:54:1: style: The class 'RobeWidgetTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/plugins/usbpro/UsbProWidgetDetector.cpp:343:13: style: struct member 'Anonymous0::terminator' is never used. [unusedStructMember]
ola-0.9.1/plugins/usbpro/UsbProWidgetDetectorTest.cpp:38:1: style: The class 'UsbProWidgetDetectorTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/plugins/usbpro/WidgetDetectorThreadTest.cpp:88:1: style: The class 'WidgetDetectorThreadTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/slp/SLPDaemon.cpp:236:3: error: Dereferencing 'client' after it is deallocated / released [deallocuse]
ola-0.9.1/slp/SLPServer.cpp:854:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/SLPServer.cpp:1142:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/SLPStore.cpp:247:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/SLPStoreTest.cpp:136:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/SLPStoreTest.cpp:137:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/ScopeSet.cpp:142:22: style: Unused variable: str [unusedVariable]
ola-0.9.1/slp/ScopeSet.cpp:75:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/ScopeSet.cpp:77:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/ScopeSet.cpp:90:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/ScopeSet.cpp:91:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/ScopeSet.cpp:93:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/ScopeSet.cpp:95:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/ScopeSet.cpp:129:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/ScopeSet.cpp:131:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/ScopeSet.cpp:133:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/ScopeSet.cpp:148:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/slp/ServiceEntryTest.cpp:40:1: style: The class 'ServiceEntryTest' does not have a constructor although it has private member variables. [noConstructor]
ola-0.9.1/slp/slp-client.cpp:80:10: performance: Technically the member function 'Command::IsError' can be static. [functionStatic]
ola-0.9.1/slp/slp-client.cpp:100:10: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/slp/slp-client.cpp:75:18: note: Virtual function in base class
ola-0.9.1/slp/slp-client.cpp:100:10: note: Function in derived class
ola-0.9.1/slp/slp-client.cpp:132:10: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/slp/slp-client.cpp:75:18: note: Virtual function in base class
ola-0.9.1/slp/slp-client.cpp:132:10: note: Function in derived class
ola-0.9.1/slp/slp-client.cpp:160:10: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ola-0.9.1/slp/slp-client.cpp:75:18: note: Virtual function in base class
ola-0.9.1/slp/slp-client.cpp:160:10: note: Function in derived class
ola-0.9.1/tools/e133/DesignatedControllerConnection.cpp:247:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/tools/e133/DesignatedControllerConnection.cpp:376:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/tools/e133/e133-controller.cpp:266:56: style: Function 'SendGetRequest' argument 5 names different: declaration 'data_length' definition 'length'. [funcArgNamesDifferent]
ola-0.9.1/tools/e133/e133-controller.cpp:136:38: note: Function 'SendGetRequest' argument 5 names different: declaration 'data_length' definition 'length'.
ola-0.9.1/tools/e133/e133-controller.cpp:266:56: note: Function 'SendGetRequest' argument 5 names different: declaration 'data_length' definition 'length'.
ola-0.9.1/tools/e133/e133-controller.cpp:322:51: style: Function 'DiscoveryCallback' argument 1 names different: declaration 'status' definition 'ok'. [funcArgNamesDifferent]
ola-0.9.1/tools/e133/e133-controller.cpp:163:33: note: Function 'DiscoveryCallback' argument 1 names different: declaration 'status' definition 'ok'.
ola-0.9.1/tools/e133/e133-controller.cpp:322:51: note: Function 'DiscoveryCallback' argument 1 names different: declaration 'status' definition 'ok'.
ola-0.9.1/tools/e133/e133-controller.cpp:350:52: style: Function 'SendRequest' argument 3 names different: declaration 'request' definition 'raw_request'. [funcArgNamesDifferent]
ola-0.9.1/tools/e133/e133-controller.cpp:164:69: note: Function 'SendRequest' argument 3 names different: declaration 'request' definition 'raw_request'.
ola-0.9.1/tools/e133/e133-controller.cpp:350:52: note: Function 'SendRequest' argument 3 names different: declaration 'request' definition 'raw_request'.
ola-0.9.1/tools/e133/e133-controller.cpp:166:10: performance: Technically the member function 'SimpleE133Controller::HandleNack' can be static. [functionStatic]
ola-0.9.1/tools/e133/e133-controller.cpp:441:28: note: Technically the member function 'SimpleE133Controller::HandleNack' can be static.
ola-0.9.1/tools/e133/e133-controller.cpp:166:10: note: Technically the member function 'SimpleE133Controller::HandleNack' can be static.
ola-0.9.1/tools/e133/e133-monitor.cpp:167:48: style: Function 'DiscoveryCallback' argument 1 names different: declaration 'status' definition 'ok'. [funcArgNamesDifferent]
ola-0.9.1/tools/e133/e133-monitor.cpp:94:33: note: Function 'DiscoveryCallback' argument 1 names different: declaration 'status' definition 'ok'.
ola-0.9.1/tools/e133/e133-monitor.cpp:167:48: note: Function 'DiscoveryCallback' argument 1 names different: declaration 'status' definition 'ok'.
ola-0.9.1/tools/logic/logic-rdm-sniffer.cpp:313:25: style: C-style pointer casting [cstyleCast]
ola-0.9.1/tools/logic/logic-rdm-sniffer.cpp:321:25: style: C-style pointer casting [cstyleCast]
ola-0.9.1/tools/logic/logic-rdm-sniffer.cpp:331:25: style: C-style pointer casting [cstyleCast]
ola-0.9.1/tools/logic/logic-rdm-sniffer.cpp:137:10: performance: Technically the member function 'LogicReader::DisplayRawData' can be static. [functionStatic]
ola-0.9.1/tools/logic/logic-rdm-sniffer.cpp:300:19: note: Technically the member function 'LogicReader::DisplayRawData' can be static.
ola-0.9.1/tools/logic/logic-rdm-sniffer.cpp:137:10: note: Technically the member function 'LogicReader::DisplayRawData' can be static.
ola-0.9.1/tools/ola_trigger/Action.cpp:153:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/tools/ola_trigger/Action.cpp:217:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/tools/ola_trigger/Action.cpp:261:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/tools/ola_trigger/Action.cpp:421:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/tools/ola_trigger/ActionTest.cpp:103:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/tools/ola_trigger/DMXTrigger.cpp:46:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/tools/ola_trigger/ParserActions.cpp:154:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ola-0.9.1/tools/rdmpro/rdm-sniffer.cpp:160:10: style: Technically the member function 'RDMSniffer::MaybePrintTimestamp' can be const. [functionConst]
ola-0.9.1/tools/rdmpro/rdm-sniffer.cpp:379:18: note: Technically the member function 'RDMSniffer::MaybePrintTimestamp' can be const.
ola-0.9.1/tools/rdmpro/rdm-sniffer.cpp:160:10: note: Technically the member function 'RDMSniffer::MaybePrintTimestamp' can be const.
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/olap4j/olap4j_1.2.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/olefile/olefile_0.45.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/olive/olive_1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/olivetti-mode/olivetti-mode_1.6.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/olm/olm_2.2.2+git20170526.0fd768e+dfsg.orig.tar.gz
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_account.cpp:70:16: style: The scope of the variable 'accountRetCode' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_account.cpp:111:5: error: Returning/dereferencing 'accountPtr' after it is deallocated / released [deallocret]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_account.cpp:686:5: error: Returning/dereferencing 'accountPtr' after it is deallocated / released [deallocret]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:206:114: style: Function 'Java_org_matrix_olm_OlmInboundGroupSession_decryptMessageJni' argument 3 names different: declaration 'aEncryptedMsg' definition 'aEncryptedMsgBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.h:36:114: note: Function 'Java_org_matrix_olm_OlmInboundGroupSession_decryptMessageJni' argument 3 names different: declaration 'aEncryptedMsg' definition 'aEncryptedMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:206:114: note: Function 'Java_org_matrix_olm_OlmInboundGroupSession_decryptMessageJni' argument 3 names different: declaration 'aEncryptedMsg' definition 'aEncryptedMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:206:143: style: Function 'Java_org_matrix_olm_OlmInboundGroupSession_decryptMessageJni' argument 4 names different: declaration 'aDecryptIndex' definition 'aDecryptionResult'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.h:36:137: note: Function 'Java_org_matrix_olm_OlmInboundGroupSession_decryptMessageJni' argument 4 names different: declaration 'aDecryptIndex' definition 'aDecryptionResult'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:206:143: note: Function 'Java_org_matrix_olm_OlmInboundGroupSession_decryptMessageJni' argument 4 names different: declaration 'aDecryptIndex' definition 'aDecryptionResult'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:471:109: style: Function 'Java_org_matrix_olm_OlmInboundGroupSession_serializeJni' argument 3 names different: declaration 'aKey' definition 'aKeyBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.h:44:109: note: Function 'Java_org_matrix_olm_OlmInboundGroupSession_serializeJni' argument 3 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:471:109: note: Function 'Java_org_matrix_olm_OlmInboundGroupSession_serializeJni' argument 3 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:554:106: style: Function 'Java_org_matrix_olm_OlmInboundGroupSession_deserializeJni' argument 3 names different: declaration 'aSerializedData' definition 'aSerializedDataBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.h:45:106: note: Function 'Java_org_matrix_olm_OlmInboundGroupSession_deserializeJni' argument 3 names different: declaration 'aSerializedData' definition 'aSerializedDataBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:554:106: note: Function 'Java_org_matrix_olm_OlmInboundGroupSession_deserializeJni' argument 3 names different: declaration 'aSerializedData' definition 'aSerializedDataBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:554:140: style: Function 'Java_org_matrix_olm_OlmInboundGroupSession_deserializeJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.h:45:134: note: Function 'Java_org_matrix_olm_OlmInboundGroupSession_deserializeJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:554:140: note: Function 'Java_org_matrix_olm_OlmInboundGroupSession_deserializeJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:136:5: error: Returning/dereferencing 'sessionPtr' after it is deallocated / released [deallocret]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_inbound_group_session.cpp:641:5: error: Returning/dereferencing 'sessionPtr' after it is deallocated / released [deallocret]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_outbound_group_session.cpp:379:110: style: Function 'Java_org_matrix_olm_OlmOutboundGroupSession_serializeJni' argument 3 names different: declaration 'aKey' definition 'aKeyBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_outbound_group_session.h:42:110: note: Function 'Java_org_matrix_olm_OlmOutboundGroupSession_serializeJni' argument 3 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_outbound_group_session.cpp:379:110: note: Function 'Java_org_matrix_olm_OlmOutboundGroupSession_serializeJni' argument 3 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_outbound_group_session.cpp:462:107: style: Function 'Java_org_matrix_olm_OlmOutboundGroupSession_deserializeJni' argument 3 names different: declaration 'aSerializedData' definition 'aSerializedDataBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_outbound_group_session.h:43:107: note: Function 'Java_org_matrix_olm_OlmOutboundGroupSession_deserializeJni' argument 3 names different: declaration 'aSerializedData' definition 'aSerializedDataBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_outbound_group_session.cpp:462:107: note: Function 'Java_org_matrix_olm_OlmOutboundGroupSession_deserializeJni' argument 3 names different: declaration 'aSerializedData' definition 'aSerializedDataBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_outbound_group_session.cpp:462:141: style: Function 'Java_org_matrix_olm_OlmOutboundGroupSession_deserializeJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_outbound_group_session.h:43:135: note: Function 'Java_org_matrix_olm_OlmOutboundGroupSession_deserializeJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_outbound_group_session.cpp:462:141: note: Function 'Java_org_matrix_olm_OlmOutboundGroupSession_deserializeJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_outbound_group_session.cpp:548:5: error: Returning/dereferencing 'sessionPtr' after it is deallocated / released [deallocret]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:93:120: style: Function 'Java_org_matrix_olm_OlmSession_initOutboundSessionJni' argument 4 names different: declaration 'aTheirIdentityKey' definition 'aTheirIdentityKeyBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:35:120: note: Function 'Java_org_matrix_olm_OlmSession_initOutboundSessionJni' argument 4 names different: declaration 'aTheirIdentityKey' definition 'aTheirIdentityKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:93:120: note: Function 'Java_org_matrix_olm_OlmSession_initOutboundSessionJni' argument 4 names different: declaration 'aTheirIdentityKey' definition 'aTheirIdentityKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:93:156: style: Function 'Java_org_matrix_olm_OlmSession_initOutboundSessionJni' argument 5 names different: declaration 'aTheirOneTimeKey' definition 'aTheirOneTimeKeyBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:35:150: note: Function 'Java_org_matrix_olm_OlmSession_initOutboundSessionJni' argument 5 names different: declaration 'aTheirOneTimeKey' definition 'aTheirOneTimeKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:93:156: note: Function 'Java_org_matrix_olm_OlmSession_initOutboundSessionJni' argument 5 names different: declaration 'aTheirOneTimeKey' definition 'aTheirOneTimeKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:201:119: style: Function 'Java_org_matrix_olm_OlmSession_initInboundSessionJni' argument 4 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:38:119: note: Function 'Java_org_matrix_olm_OlmSession_initInboundSessionJni' argument 4 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:201:119: note: Function 'Java_org_matrix_olm_OlmSession_initInboundSessionJni' argument 4 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:268:128: style: Function 'Java_org_matrix_olm_OlmSession_initInboundSessionFromIdKeyJni' argument 4 names different: declaration 'aTheirIdentityKey' definition 'aTheirIdentityKeyBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:39:128: note: Function 'Java_org_matrix_olm_OlmSession_initInboundSessionFromIdKeyJni' argument 4 names different: declaration 'aTheirIdentityKey' definition 'aTheirIdentityKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:268:128: note: Function 'Java_org_matrix_olm_OlmSession_initInboundSessionFromIdKeyJni' argument 4 names different: declaration 'aTheirIdentityKey' definition 'aTheirIdentityKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:268:164: style: Function 'Java_org_matrix_olm_OlmSession_initInboundSessionFromIdKeyJni' argument 5 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:39:158: note: Function 'Java_org_matrix_olm_OlmSession_initInboundSessionFromIdKeyJni' argument 5 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:268:164: note: Function 'Java_org_matrix_olm_OlmSession_initInboundSessionFromIdKeyJni' argument 5 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:350:105: style: Function 'Java_org_matrix_olm_OlmSession_matchesInboundSessionJni' argument 3 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:42:105: note: Function 'Java_org_matrix_olm_OlmSession_matchesInboundSessionJni' argument 3 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:350:105: note: Function 'Java_org_matrix_olm_OlmSession_matchesInboundSessionJni' argument 3 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:401:122: style: Function 'Java_org_matrix_olm_OlmSession_matchesInboundSessionFromIdKeyJni' argument 3 names different: declaration 'aTheirIdentityKey' definition 'aTheirIdentityKeyBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:43:114: note: Function 'Java_org_matrix_olm_OlmSession_matchesInboundSessionFromIdKeyJni' argument 3 names different: declaration 'aTheirIdentityKey' definition 'aTheirIdentityKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:401:122: note: Function 'Java_org_matrix_olm_OlmSession_matchesInboundSessionFromIdKeyJni' argument 3 names different: declaration 'aTheirIdentityKey' definition 'aTheirIdentityKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:401:158: style: Function 'Java_org_matrix_olm_OlmSession_matchesInboundSessionFromIdKeyJni' argument 4 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:43:144: note: Function 'Java_org_matrix_olm_OlmSession_matchesInboundSessionFromIdKeyJni' argument 4 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:401:158: note: Function 'Java_org_matrix_olm_OlmSession_matchesInboundSessionFromIdKeyJni' argument 4 names different: declaration 'aOneTimeKeyMsg' definition 'aOneTimeKeyMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:468:100: style: Function 'Java_org_matrix_olm_OlmSession_encryptMessageJni' argument 3 names different: declaration 'aClearMsg' definition 'aClearMsgBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:46:100: note: Function 'Java_org_matrix_olm_OlmSession_encryptMessageJni' argument 3 names different: declaration 'aClearMsg' definition 'aClearMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:468:100: note: Function 'Java_org_matrix_olm_OlmSession_encryptMessageJni' argument 3 names different: declaration 'aClearMsg' definition 'aClearMsgBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:799:95: style: Function 'Java_org_matrix_olm_OlmSession_serializeJni' argument 3 names different: declaration 'aKey' definition 'aKeyBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:52:95: note: Function 'Java_org_matrix_olm_OlmSession_serializeJni' argument 3 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:799:95: note: Function 'Java_org_matrix_olm_OlmSession_serializeJni' argument 3 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:882:92: style: Function 'Java_org_matrix_olm_OlmSession_deserializeJni' argument 3 names different: declaration 'aSerializedData' definition 'aSerializedDataBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:53:92: note: Function 'Java_org_matrix_olm_OlmSession_deserializeJni' argument 3 names different: declaration 'aSerializedData' definition 'aSerializedDataBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:882:92: note: Function 'Java_org_matrix_olm_OlmSession_deserializeJni' argument 3 names different: declaration 'aSerializedData' definition 'aSerializedDataBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:882:126: style: Function 'Java_org_matrix_olm_OlmSession_deserializeJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.h:53:120: note: Function 'Java_org_matrix_olm_OlmSession_deserializeJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:882:126: note: Function 'Java_org_matrix_olm_OlmSession_deserializeJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_session.cpp:960:5: error: Returning/dereferencing 'sessionPtr' after it is deallocated / released [deallocret]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.cpp:86:105: style: Function 'Java_org_matrix_olm_OlmUtility_verifyEd25519SignatureJni' argument 3 names different: declaration 'aSignature' definition 'aSignatureBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.h:32:105: note: Function 'Java_org_matrix_olm_OlmUtility_verifyEd25519SignatureJni' argument 3 names different: declaration 'aSignature' definition 'aSignatureBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.cpp:86:105: note: Function 'Java_org_matrix_olm_OlmUtility_verifyEd25519SignatureJni' argument 3 names different: declaration 'aSignature' definition 'aSignatureBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.cpp:86:134: style: Function 'Java_org_matrix_olm_OlmUtility_verifyEd25519SignatureJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.h:32:128: note: Function 'Java_org_matrix_olm_OlmUtility_verifyEd25519SignatureJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.cpp:86:134: note: Function 'Java_org_matrix_olm_OlmUtility_verifyEd25519SignatureJni' argument 4 names different: declaration 'aKey' definition 'aKeyBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.cpp:86:157: style: Function 'Java_org_matrix_olm_OlmUtility_verifyEd25519SignatureJni' argument 5 names different: declaration 'aMessage' definition 'aMessageBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.h:32:145: note: Function 'Java_org_matrix_olm_OlmUtility_verifyEd25519SignatureJni' argument 5 names different: declaration 'aMessage' definition 'aMessageBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.cpp:86:157: note: Function 'Java_org_matrix_olm_OlmUtility_verifyEd25519SignatureJni' argument 5 names different: declaration 'aMessage' definition 'aMessageBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.cpp:168:92: style: Function 'Java_org_matrix_olm_OlmUtility_sha256Jni' argument 3 names different: declaration 'aMessageToHash' definition 'aMessageToHashBuffer'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.h:33:92: note: Function 'Java_org_matrix_olm_OlmUtility_sha256Jni' argument 3 names different: declaration 'aMessageToHash' definition 'aMessageToHashBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/android/olm-sdk/src/main/jni/olm_utility.cpp:168:92: note: Function 'Java_org_matrix_olm_OlmUtility_sha256Jni' argument 3 names different: declaration 'aMessageToHash' definition 'aMessageToHashBuffer'.
olm-2.2.2+git20170526.0fd768e+dfsg/fuzzers/fuzz_decrypt.cpp:63:5: style: Variable 'ignored' is reassigned a value before the old one has been used. [redundantAssignment]
olm-2.2.2+git20170526.0fd768e+dfsg/fuzzers/fuzz_decrypt.cpp:62:5: note: Variable 'ignored' is reassigned a value before the old one has been used.
olm-2.2.2+git20170526.0fd768e+dfsg/fuzzers/fuzz_decrypt.cpp:63:5: note: Variable 'ignored' is reassigned a value before the old one has been used.
olm-2.2.2+git20170526.0fd768e+dfsg/fuzzers/fuzz_group_decrypt.cpp:71:5: style: Variable 'ignored' is reassigned a value before the old one has been used. [redundantAssignment]
olm-2.2.2+git20170526.0fd768e+dfsg/fuzzers/fuzz_group_decrypt.cpp:70:5: note: Variable 'ignored' is reassigned a value before the old one has been used.
olm-2.2.2+git20170526.0fd768e+dfsg/fuzzers/fuzz_group_decrypt.cpp:71:5: note: Variable 'ignored' is reassigned a value before the old one has been used.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:400:66: style: The scope of the variable 'mac_buf' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:536:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:333:32: style: Function 'aes_encrypt_ccm' argument 1 names different: declaration 'plaintext' definition 'payload'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.h:83:32: note: Function 'aes_encrypt_ccm' argument 1 names different: declaration 'plaintext' definition 'payload'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:333:32: note: Function 'aes_encrypt_ccm' argument 1 names different: declaration 'plaintext' definition 'payload'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:333:48: style: Function 'aes_encrypt_ccm' argument 2 names different: declaration 'plaintext_len' definition 'payload_len'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.h:84:26: note: Function 'aes_encrypt_ccm' argument 2 names different: declaration 'plaintext_len' definition 'payload_len'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:333:48: note: Function 'aes_encrypt_ccm' argument 2 names different: declaration 'plaintext_len' definition 'payload_len'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:333:72: style: Function 'aes_encrypt_ccm' argument 3 names different: declaration 'associated_data' definition 'assoc'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.h:85:32: note: Function 'aes_encrypt_ccm' argument 3 names different: declaration 'associated_data' definition 'assoc'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:333:72: note: Function 'aes_encrypt_ccm' argument 3 names different: declaration 'associated_data' definition 'assoc'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:333:96: style: Function 'aes_encrypt_ccm' argument 4 names different: declaration 'associated_data_len' definition 'assoc_len'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.h:86:36: note: Function 'aes_encrypt_ccm' argument 4 names different: declaration 'associated_data_len' definition 'assoc_len'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:333:96: note: Function 'aes_encrypt_ccm' argument 4 names different: declaration 'associated_data_len' definition 'assoc_len'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:334:72: style: Function 'aes_encrypt_ccm' argument 7 names different: declaration 'ciphertext' definition 'out'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.h:89:26: note: Function 'aes_encrypt_ccm' argument 7 names different: declaration 'ciphertext' definition 'out'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:334:72: note: Function 'aes_encrypt_ccm' argument 7 names different: declaration 'ciphertext' definition 'out'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:334:85: style: Function 'aes_encrypt_ccm' argument 8 names different: declaration 'ciphertext_len' definition 'out_len'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.h:90:27: note: Function 'aes_encrypt_ccm' argument 8 names different: declaration 'ciphertext_len' definition 'out_len'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:334:85: note: Function 'aes_encrypt_ccm' argument 8 names different: declaration 'ciphertext_len' definition 'out_len'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:335:46: style: Function 'aes_encrypt_ccm' argument 10 names different: declaration 'key' definition 'key_str'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.h:92:32: note: Function 'aes_encrypt_ccm' argument 10 names different: declaration 'key' definition 'key_str'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:335:46: note: Function 'aes_encrypt_ccm' argument 10 names different: declaration 'key' definition 'key_str'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:398:61: style: Function 'aes_decrypt_ccm' argument 11 names different: declaration 'key' definition 'key_str'. [funcArgNamesDifferent]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.h:111:32: note: Function 'aes_decrypt_ccm' argument 11 names different: declaration 'key' definition 'key_str'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/aes.c:398:61: note: Function 'aes_decrypt_ccm' argument 11 names different: declaration 'key' definition 'key_str'.
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/arcfour.c:19:7: style: The scope of the variable 't' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/arcfour.c:35:7: style: The scope of the variable 't' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/base64.c:39:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/base64.c:39:26: style: The scope of the variable 'blk_ceiling' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/base64.c:39:50: style: The scope of the variable 'newline_count' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/base64.c:91:14: style: The scope of the variable 'idx2' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/base64.c:91:26: style: The scope of the variable 'blk_ceiling' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/base64.c:90:7: style: Unused variable: ch [unusedVariable]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/base64_test.c:29:9: style: The scope of the variable 'buf_len' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/des.c:254:37: style: Condition '!mode' is always true [knownConditionTrueFalse]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/des.c:252:11: note: Assuming that condition 'mode==DES_ENCRYPT' is not redundant
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/des.c:254:37: note: Condition '!mode' is always true
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/des.c:235:20: style: The scope of the variable 't' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/des.c:81:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/des.c:90:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/des.c:208:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/des.c:210:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/md5.c:161:24: style: Condition 'ctx->datalen>=56' is always true [knownConditionTrueFalse]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/sha256.c:47:37: style: The scope of the variable 't1' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/crypto-algorithms/sha256.c:47:41: style: The scope of the variable 't2' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/contrib/Curve25519Donna.c:50:0: error: Memory leak: a1 [memleak]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/contrib/Curve25519Donna.c:50:0: error: Memory leak: b1 [memleak]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/contrib/Curve25519Donna.c:70:0: error: Memory leak: k [memleak]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/contrib/Curve25519Donna.c:87:0: error: Memory leak: private [memleak]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/contrib/Curve25519Donna.c:108:0: error: Memory leak: private [memleak]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/contrib/Curve25519Donna.c:108:0: error: Memory leak: pubkey [memleak]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:150:23: style: The scope of the variable 'c' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:151:8: style: The scope of the variable 'd0' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:151:11: style: The scope of the variable 'd1' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:151:14: style: The scope of the variable 'd2' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:151:17: style: The scope of the variable 'd4' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:151:20: style: The scope of the variable 'd419' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:75:49: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:78:49: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:81:49: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:84:49: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:87:19: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:131:70: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:132:70: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:133:70: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:134:70: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:135:70: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:172:72: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:173:72: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:174:72: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:175:72: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:176:72: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:238:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:239:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:240:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:241:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:242:22: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:244:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:245:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:246:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:247:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:248:22: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:255:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:256:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:257:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:258:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:259:22: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:271:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:272:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:273:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:274:16: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:277:38: error: Shifting 32-bit value by 51 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:278:46: error: Shifting 32-bit value by 38 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna-c64.c:280:31: error: Shifting 32-bit value by 39 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna.c:253:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna.c:269:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna.c:456:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna.c:464:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna.c:488:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna.c:493:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna.c:503:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/curve25519-donna/curve25519-donna.c:527:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/ed25519/src/key_exchange.c:18:18: style: The scope of the variable 'b' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/ed25519/src/sha512.c:93:27: style: The scope of the variable 't0' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/ed25519/src/sha512.c:93:31: style: The scope of the variable 't1' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/lib/ed25519/src/sha512.c:108:46: error: Shifting 64-bit value by 64 bits is undefined behaviour [shiftTooManyBits]
olm-2.2.2+git20170526.0fd768e+dfsg/src/inbound_group_session.c:521:12: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
olm-2.2.2+git20170526.0fd768e+dfsg/src/outbound_group_session.c:171:19: style: Variable 'random_ptr' is assigned a value that is never used. [unreadVariable]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_base64.cpp:10:22: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_base64.cpp:11:32: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_base64.cpp:25:22: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_base64.cpp:26:32: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_base64.cpp:41:22: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_base64.cpp:42:32: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_base64.cpp:56:22: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_base64.cpp:57:32: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_crypto.cpp:88:30: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_crypto.cpp:90:24: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_group_session.cpp:81:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_megolm.cpp:23:29: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_message.cpp:20:27: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_message.cpp:21:27: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_message.cpp:22:29: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_message.cpp:23:29: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_message.cpp:24:26: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_message.cpp:98:28: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_olm.cpp:76:27: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_olm.cpp:187:26: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_olm.cpp:332:26: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_olm_sha256.cpp:16:32: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:22:26: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:23:29: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:24:29: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:34:29: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:38:30: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:49:26: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:87:27: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:118:28: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:121:28: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:134:27: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:190:26: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:192:23: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:124:13: style: The scope of the variable 'message_1_length' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:124:31: style: The scope of the variable 'message_2_length' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:124:49: style: The scope of the variable 'random_length' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:124:64: style: The scope of the variable 'output_length' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:125:13: style: The scope of the variable 'encrypt_length' can be reduced. [variableScope]
olm-2.2.2+git20170526.0fd768e+dfsg/tests/test_ratchet.cpp:125:29: style: The scope of the variable 'decrypt_length' can be reduced. [variableScope]
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/olpc-kbdshim/olpc-kbdshim_27.orig.tar.gz
olpc-kbdshim-27/common.c:360:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
olpc-kbdshim-27/common.c:1014:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
olpc-kbdshim-27/common.c:374:12: style: The scope of the variable 'i' can be reduced. [variableScope]
olpc-kbdshim-27/common.c:374:15: style: The scope of the variable 'avg' can be reduced. [variableScope]
olpc-kbdshim-27/common.c:677:22: style: The scope of the variable 'cmd' can be reduced. [variableScope]
olpc-kbdshim-27/common.c:678:23: style: The scope of the variable 'arg' can be reduced. [variableScope]
olpc-kbdshim-27/common.c:719:22: style: The scope of the variable 'cmd' can be reduced. [variableScope]
olpc-kbdshim-27/common.c:720:23: style: The scope of the variable 'arg' can be reduced. [variableScope]
olpc-kbdshim-27/common.c:1233:16: style: The scope of the variable 'can_disable' can be reduced. [variableScope]
olpc-kbdshim-27/common.c:1339:13: style: The scope of the variable 'n' can be reduced. [variableScope]
olpc-kbdshim-27/common.c:1340:10: style: The scope of the variable 'evtbuf' can be reduced. [variableScope]
olpc-kbdshim-27/common.c:289:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
olpc-kbdshim-27/common.c:325:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
olpc-kbdshim-27/olpc-kbdshim-udev.c:517:16: style: The scope of the variable 'cmdp' can be reduced. [variableScope]
olpc-kbdshim-27/olpc-kbdshim-udev.c:542:9: style: The scope of the variable 'r' can be reduced. [variableScope]
olpc-kbdshim-27/olpc-kbdshim.c:61:9: style: The scope of the variable 'dfd' can be reduced. [variableScope]
olpc-kbdshim-27/olpc-kbdshim.c:189:16: style: The scope of the variable 'r' can be reduced. [variableScope]
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/olpc-powerd/olpc-powerd_23.orig.tar.gz
olpc-powerd-23/olpc-switchd.c:199:9: style: The scope of the variable 'dfd' can be reduced. [variableScope]
olpc-powerd-23/olpc-switchd.c:454:9: style: The scope of the variable 'online' can be reduced. [variableScope]
olpc-powerd-23/olpc-switchd.c:455:16: style: The scope of the variable 'was_online' can be reduced. [variableScope]
olpc-powerd-23/olpc-switchd.c:491:9: style: The scope of the variable 'r' can be reduced. [variableScope]
olpc-powerd-23/olpc-switchd.c:135:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
olpc-powerd-23/olpc-switchd.c:169:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
olpc-powerd-23/pnmto565fb.c:305:9: style: The scope of the variable 'c' can be reduced. [variableScope]
olpc-powerd-23/pnmto565fb.c:308:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
olpc-powerd-23/pnmto565fb.c:361:22: style: Variable 'rightfillcols' is assigned a value that is never used. [unreadVariable]
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/olsrd/olsrd_0.6.6.2.orig.tar.gz
olsrd-0.6.6.2/android/regex/engine.c:679:6: style: The scope of the variable 'lastc' can be reduced. [variableScope]
olsrd-0.6.6.2/android/regex/engine.c:680:6: style: The scope of the variable 'flagch' can be reduced. [variableScope]
olsrd-0.6.6.2/android/regex/engine.c:681:6: style: The scope of the variable 'i' can be reduced. [variableScope]
olsrd-0.6.6.2/android/regex/engine.c:763:6: style: The scope of the variable 'lastc' can be reduced. [variableScope]
olsrd-0.6.6.2/android/regex/engine.c:764:6: style: The scope of the variable 'flagch' can be reduced. [variableScope]
olsrd-0.6.6.2/android/regex/engine.c:765:6: style: The scope of the variable 'i' can be reduced. [variableScope]
olsrd-0.6.6.2/android/regex/regcomp.c:251:7: style: The scope of the variable 'c' can be reduced. [variableScope]
olsrd-0.6.6.2/android/regex/regcomp.c:254:8: style: The scope of the variable 'conc' can be reduced. [variableScope]
olsrd-0.6.6.2/android/regex/regcomp.c:883:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
olsrd-0.6.6.2/android/regex/regcomp.c:923:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
olsrd-0.6.6.2/android/regex/engine.c:177:2: style: Variable 'm->empty' is reassigned a value before the old one has been used. [redundantAssignment]
olsrd-0.6.6.2/android/regex/engine.c:176:2: note: Variable 'm->empty' is reassigned a value before the old one has been used.
olsrd-0.6.6.2/android/regex/engine.c:177:2: note: Variable 'm->empty' is reassigned a value before the old one has been used.
olsrd-0.6.6.2/android/regex/engine.c:844:6: style: The scope of the variable 's' can be reduced. [variableScope]
olsrd-0.6.6.2/contrib/netsimpcap/src/netsimpcap.c:154:12: style: The scope of the variable 'i' can be reduced. [variableScope]
olsrd-0.6.6.2/contrib/netsimpcap/src/netsimpcap.c:234:20: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
olsrd-0.6.6.2/contrib/netsimpcap/src/netsimpcap.c:252:20: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
olsrd-0.6.6.2/contrib/netsimpcap/src/network_tap.c:109:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
olsrd-0.6.6.2/contrib/netsimpcap/src/network_tap.c:217:16: style: Variable 'ioctlres' is assigned a value that is never used. [unreadVariable]
olsrd-0.6.6.2/gui/linux-gtk/src/interface.c:914:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
olsrd-0.6.6.2/gui/linux-gtk/src/interface.c:915:8: style: The scope of the variable 'timer' can be reduced. [variableScope]
olsrd-0.6.6.2/gui/linux-gtk/src/interface.c:916:14: style: The scope of the variable 'time_st' can be reduced. [variableScope]
olsrd-0.6.6.2/gui/linux-gtk/src/ipc.c:606:7: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
olsrd-0.6.6.2/gui/linux-gtk/src/ipc.c:57:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
olsrd-0.6.6.2/gui/linux-gtk/src/ipc.c:110:7: style: The scope of the variable 'bytes' can be reduced. [variableScope]
olsrd-0.6.6.2/gui/linux-gtk/src/ipc.c:110:14: style: The scope of the variable 'tmp_len' can be reduced. [variableScope]
olsrd-0.6.6.2/gui/linux-gtk/src/ipc.c:112:23: style: The scope of the variable 'msg' can be reduced. [variableScope]
olsrd-0.6.6.2/gui/linux-gtk/src/ipc.c:349:8: style: The scope of the variable 'itoa_buf' can be reduced. [variableScope]
olsrd-0.6.6.2/gui/linux-gtk/src/ipc.c:397:7: style: The scope of the variable 'i' can be reduced. [variableScope]
olsrd-0.6.6.2/gui/linux-gtk/src/nodes.c:392:25: style: The scope of the variable 'tmp_hna2' can be reduced. [variableScope]
olsrd-0.6.6.2/gui/linux-gtk/src/nodes.c:393:25: style: The scope of the variable 'tmp_mid2' can be reduced. [variableScope]
olsrd-0.6.6.2/gui/linux-gtk/src/nodes.c:394:25: style: The scope of the variable 'tmp_mpr2' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/bmf/src/Bmf.c:95:8: style: The scope of the variable 'strDesc' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/bmf/src/NetworkInterfaces.c:760:24: style: The scope of the variable 'tcLastHop' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/bmf/src/NetworkInterfaces.c:930:19: style: Variable 'bestEtx' is assigned a value that is never used. [unreadVariable]
olsrd-0.6.6.2/lib/bmf/src/PacketHistory.c:108:10: style: The scope of the variable 'j' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/bmf/src/PacketHistory.c:127:38: style: Function 'PacketCrc32' argument 1 names different: declaration 'ipPkt' definition 'ipPacket'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/bmf/src/PacketHistory.h:62:38: note: Function 'PacketCrc32' argument 1 names different: declaration 'ipPkt' definition 'ipPacket'.
olsrd-0.6.6.2/lib/bmf/src/PacketHistory.c:127:38: note: Function 'PacketCrc32' argument 1 names different: declaration 'ipPkt' definition 'ipPacket'.
olsrd-0.6.6.2/lib/dot_draw/src/olsrd_dot_draw.c:328:26: style: The scope of the variable 'neighbor_table_tmp' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/dot_draw/src/olsrd_dot_draw.c:329:20: style: The scope of the variable 'tc' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/dot_draw/src/olsrd_dot_draw.c:330:25: style: The scope of the variable 'tc_edge' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/dyn_gw_plain/src/olsrd_dyn_gw_plain.c:111:7: style: The scope of the variable 'num' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/httpinfo/src/olsrd_httpinfo.c:642:13: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
olsrd-0.6.6.2/lib/httpinfo/src/olsrd_httpinfo.c:721:47: style: Function 'build_ip_txt' argument 2 names different: declaration 'want_link' definition 'print_link'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/httpinfo/src/olsrd_httpinfo.c:198:55: note: Function 'build_ip_txt' argument 2 names different: declaration 'want_link' definition 'print_link'.
olsrd-0.6.6.2/lib/httpinfo/src/olsrd_httpinfo.c:721:47: note: Function 'build_ip_txt' argument 2 names different: declaration 'want_link' definition 'print_link'.
olsrd-0.6.6.2/lib/httpinfo/src/olsrd_httpinfo.c:161:9: style: struct member 'dynamic_file_entry::process_data_cb' is never used. [unusedStructMember]
olsrd-0.6.6.2/lib/jsoninfo/src/olsrd_jsoninfo.c:1399:13: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
olsrd-0.6.6.2/lib/jsoninfo/src/olsrd_jsoninfo.c:440:9: style: The scope of the variable 'end' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/jsoninfo/src/olsrd_jsoninfo.c:571:7: style: The scope of the variable 'thop_cnt' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/jsoninfo/src/olsrd_jsoninfo.c:1302:15: style: The scope of the variable 'content_type' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/jsoninfo/src/olsrd_jsoninfo.c:1350:38: error: Uninitialized variable: header_buf [uninitvar]
olsrd-0.6.6.2/lib/mdns/src/NetworkInterfaces.c:763:7: style: Variable 'nClosed' is modified but its new value is never used. [unreadVariable]
olsrd-0.6.6.2/lib/mdns/src/RouterElection.c:234:3: style: Variable 'RouterElectionTimerCookie' is reassigned a value before the old one has been used. [redundantAssignment]
olsrd-0.6.6.2/lib/mdns/src/RouterElection.c:230:0: note: Variable 'RouterElectionTimerCookie' is reassigned a value before the old one has been used.
olsrd-0.6.6.2/lib/mdns/src/RouterElection.c:234:3: note: Variable 'RouterElectionTimerCookie' is reassigned a value before the old one has been used.
olsrd-0.6.6.2/lib/mdns/src/RouterElection.c:235:3: style: Variable 'HelloTimerCookie' is reassigned a value before the old one has been used. [redundantAssignment]
olsrd-0.6.6.2/lib/mdns/src/RouterElection.c:231:0: note: Variable 'HelloTimerCookie' is reassigned a value before the old one has been used.
olsrd-0.6.6.2/lib/mdns/src/RouterElection.c:235:3: note: Variable 'HelloTimerCookie' is reassigned a value before the old one has been used.
olsrd-0.6.6.2/lib/mdns/src/RouterElection.c:236:3: style: Variable 'InitCookie' is reassigned a value before the old one has been used. [redundantAssignment]
olsrd-0.6.6.2/lib/mdns/src/RouterElection.c:232:0: note: Variable 'InitCookie' is reassigned a value before the old one has been used.
olsrd-0.6.6.2/lib/mdns/src/RouterElection.c:236:3: note: Variable 'InitCookie' is reassigned a value before the old one has been used.
olsrd-0.6.6.2/lib/mdns/src/mdns.c:310:8: style: The scope of the variable 'strDesc' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/mdns/src/mdns.c:540:17: style: The scope of the variable 'rxBuffer' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/mdns/src/mdns.c:628:23: style: The scope of the variable 'rxBufferPrefix' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/mdns/src/mdns.c:630:17: style: The scope of the variable 'rxBuffer' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/mdns/src/mdns.c:631:11: style: The scope of the variable 'rxCount' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/mdns/src/mdns.c:634:24: style: The scope of the variable 'rcvPkt' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/mdns/src/mdns.c:635:27: style: The scope of the variable 'listEntry' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/mdns/src/mdns.c:636:28: style: The scope of the variable 'listEntry6' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/mdns/src/mdns.c:538:12: style: Function 'DoMDNS' argument 1 names different: declaration 'sd' definition 'skfd'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/mdns/src/mdns.h:81:17: note: Function 'DoMDNS' argument 1 names different: declaration 'sd' definition 'skfd'.
olsrd-0.6.6.2/lib/mdns/src/mdns.c:538:12: note: Function 'DoMDNS' argument 1 names different: declaration 'sd' definition 'skfd'.
olsrd-0.6.6.2/lib/mdns/src/mdns.c:538:24: style: Function 'DoMDNS' argument 2 names different: declaration 'x' definition 'data'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/mdns/src/mdns.h:81:27: note: Function 'DoMDNS' argument 2 names different: declaration 'x' definition 'data'.
olsrd-0.6.6.2/lib/mdns/src/mdns.c:538:24: note: Function 'DoMDNS' argument 2 names different: declaration 'x' definition 'data'.
olsrd-0.6.6.2/lib/mdns/src/mdns.c:538:68: style: Function 'DoMDNS' argument 3 names different: declaration 'y' definition 'flags'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/mdns/src/mdns.h:81:43: note: Function 'DoMDNS' argument 3 names different: declaration 'y' definition 'flags'.
olsrd-0.6.6.2/lib/mdns/src/mdns.c:538:68: note: Function 'DoMDNS' argument 3 names different: declaration 'y' definition 'flags'.
olsrd-0.6.6.2/lib/mdns/src/mdns.c:626:33: style: Function 'DoElection' argument 2 names different: declaration 'x' definition 'data'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/mdns/src/mdns.h:82:33: note: Function 'DoElection' argument 2 names different: declaration 'x' definition 'data'.
olsrd-0.6.6.2/lib/mdns/src/mdns.c:626:33: note: Function 'DoElection' argument 2 names different: declaration 'x' definition 'data'.
olsrd-0.6.6.2/lib/mdns/src/mdns.c:626:77: style: Function 'DoElection' argument 3 names different: declaration 'y' definition 'flags'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/mdns/src/mdns.h:82:49: note: Function 'DoElection' argument 3 names different: declaration 'y' definition 'flags'.
olsrd-0.6.6.2/lib/mdns/src/mdns.c:626:77: note: Function 'DoElection' argument 3 names different: declaration 'y' definition 'flags'.
olsrd-0.6.6.2/lib/mdns/src/mdns.c:325:5: style: Variable 'strDesc' is assigned a value that is never used. [unreadVariable]
olsrd-0.6.6.2/lib/nameservice/src/mapwrite.c:207:11: style: The scope of the variable 'fout' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1565:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1565:3: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1565:3: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1565:3: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1565:3: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1565:3: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:893:16: style: The scope of the variable 'from_packet' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1061:9: style: The scope of the variable 'add_hosts' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1062:7: style: The scope of the variable 'c' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1386:22: style: The scope of the variable 'to_delete' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1480:32: style: Function 'is_name_wellformed' argument 1 names different: declaration 'service_line' definition 'name'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.h:160:37: note: Function 'is_name_wellformed' argument 1 names different: declaration 'service_line' definition 'name'.
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1480:32: note: Function 'is_name_wellformed' argument 1 names different: declaration 'service_line' definition 'name'.
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1505:80: style: Function 'allowed_hostname_or_ip_in_service' argument 2 names different: declaration 'hostname_or_ip' definition 'hostname_or_ip_match'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.h:142:85: note: Function 'allowed_hostname_or_ip_in_service' argument 2 names different: declaration 'hostname_or_ip' definition 'hostname_or_ip_match'.
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1505:80: note: Function 'allowed_hostname_or_ip_in_service' argument 2 names different: declaration 'hostname_or_ip' definition 'hostname_or_ip_match'.
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1559:31: style: Function 'is_mac_wellformed' argument 1 names different: declaration 'service_line' definition 'mac_line'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/nameservice/src/nameservice.h:164:36: note: Function 'is_mac_wellformed' argument 1 names different: declaration 'service_line' definition 'mac_line'.
olsrd-0.6.6.2/lib/nameservice/src/nameservice.c:1559:31: note: Function 'is_mac_wellformed' argument 1 names different: declaration 'service_line' definition 'mac_line'.
olsrd-0.6.6.2/lib/p2pd/src/NetworkInterfaces.c:461:7: style: Variable 'nClosed' is modified but its new value is never used. [unreadVariable]
olsrd-0.6.6.2/lib/p2pd/src/PacketHistory.c:108:10: style: The scope of the variable 'j' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/p2pd/src/PacketHistory.c:127:38: style: Function 'PacketCrc32' argument 1 names different: declaration 'ipPkt' definition 'ipPacket'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/p2pd/src/PacketHistory.h:62:38: note: Function 'PacketCrc32' argument 1 names different: declaration 'ipPkt' definition 'ipPacket'.
olsrd-0.6.6.2/lib/p2pd/src/PacketHistory.c:127:38: note: Function 'PacketCrc32' argument 1 names different: declaration 'ipPkt' definition 'ipPacket'.
olsrd-0.6.6.2/lib/p2pd/src/p2pd.c:891:9: warning: %hd in format string (no. 2) requires 'short *' but the argument type is 'unsigned short *'. [invalidScanfArgType_int]
olsrd-0.6.6.2/lib/p2pd/src/p2pd.c:526:8: style: The scope of the variable 'strDesc' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/p2pd/src/p2pd.c:730:17: style: The scope of the variable 'rxBuffer' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/p2pd/src/p2pd.c:726:12: style: Function 'DoP2pd' argument 1 names different: declaration 'sd' definition 'skfd'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/p2pd/src/p2pd.h:92:17: note: Function 'DoP2pd' argument 1 names different: declaration 'sd' definition 'skfd'.
olsrd-0.6.6.2/lib/p2pd/src/p2pd.c:726:12: note: Function 'DoP2pd' argument 1 names different: declaration 'sd' definition 'skfd'.
olsrd-0.6.6.2/lib/p2pd/src/p2pd.c:727:14: style: Function 'DoP2pd' argument 2 names different: declaration 'x' definition 'data'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/p2pd/src/p2pd.h:92:27: note: Function 'DoP2pd' argument 2 names different: declaration 'x' definition 'data'.
olsrd-0.6.6.2/lib/p2pd/src/p2pd.c:727:14: note: Function 'DoP2pd' argument 2 names different: declaration 'x' definition 'data'.
olsrd-0.6.6.2/lib/p2pd/src/p2pd.c:728:21: style: Function 'DoP2pd' argument 3 names different: declaration 'y' definition 'flags'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/p2pd/src/p2pd.h:92:43: note: Function 'DoP2pd' argument 3 names different: declaration 'y' definition 'flags'.
olsrd-0.6.6.2/lib/p2pd/src/p2pd.c:728:21: note: Function 'DoP2pd' argument 3 names different: declaration 'y' definition 'flags'.
olsrd-0.6.6.2/lib/p2pd/src/p2pd.c:542:5: style: Variable 'strDesc' is assigned a value that is never used. [unreadVariable]
olsrd-0.6.6.2/lib/pgraph/src/olsrd_pgraph.c:267:9: style: The scope of the variable 'addr' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pgraph/src/olsrd_pgraph.c:268:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pgraph/src/olsrd_pgraph.c:269:7: style: The scope of the variable 'len' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pgraph/src/olsrd_pgraph.c:306:26: style: The scope of the variable 'neighbor_table_tmp' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pgraph/src/olsrd_pgraph.c:307:20: style: The scope of the variable 'tc' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pgraph/src/olsrd_pgraph.c:308:25: style: The scope of the variable 'tc_edge' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pud/nmealib/samples/generate/main.c:32:6: style: The scope of the variable 'gen_sz' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pud/nmealib/samples/generator/main.c:31:6: style: The scope of the variable 'gen_sz' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pud/nmealib/samples/parse_file/main.c:55:6: style: The scope of the variable 'size' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pud/nmealib/src/conversions.c:157:39: style: Same expression on both sides of '=='. [duplicateExpression]
olsrd-0.6.6.2/lib/pud/nmealib/src/conversions.c:144:6: style: The scope of the variable 'i' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pud/nmealib/src/generator.c:177:6: style: The scope of the variable 'in_use' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pud/nmealib/src/tok.c:69:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pud/nmealib/src/tok.c:90:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pud/src/configTools.c:262:62: style: Function 'readIPAddress' argument 2 names different: declaration 'ipStr' definition 'str'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/pud/src/configTools.h:22:61: note: Function 'readIPAddress' argument 2 names different: declaration 'ipStr' definition 'str'.
olsrd-0.6.6.2/lib/pud/src/configTools.c:262:62: note: Function 'readIPAddress' argument 2 names different: declaration 'ipStr' definition 'str'.
olsrd-0.6.6.2/lib/pud/src/configuration.c:373:56: style: Function 'getRxNonOlsrInterfaceName' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/pud/src/configuration.h:48:56: note: Function 'getRxNonOlsrInterfaceName' argument 1 names different: declaration 'index' definition 'idx'.
olsrd-0.6.6.2/lib/pud/src/configuration.c:373:56: note: Function 'getRxNonOlsrInterfaceName' argument 1 names different: declaration 'index' definition 'idx'.
olsrd-0.6.6.2/lib/pud/src/configuration.c:692:56: style: Function 'getTxNonOlsrInterfaceName' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/pud/src/configuration.h:112:56: note: Function 'getTxNonOlsrInterfaceName' argument 1 names different: declaration 'index' definition 'idx'.
olsrd-0.6.6.2/lib/pud/src/configuration.c:692:56: note: Function 'getTxNonOlsrInterfaceName' argument 1 names different: declaration 'index' definition 'idx'.
olsrd-0.6.6.2/lib/pud/src/configuration.c:1446:4: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
olsrd-0.6.6.2/lib/pud/src/posAvg.c:117:25: style: Function 'getPositionAverageEntry' argument 1 names different: declaration 'positionAverageList' definition 'positionAvgList'. [funcArgNamesDifferent]
olsrd-0.6.6.2/lib/pud/src/posAvg.h:116:25: note: Function 'getPositionAverageEntry' argument 1 names different: declaration 'positionAverageList' definition 'positionAvgList'.
olsrd-0.6.6.2/lib/pud/src/posAvg.c:117:25: note: Function 'getPositionAverageEntry' argument 1 names different: declaration 'positionAverageList' definition 'positionAvgList'.
olsrd-0.6.6.2/lib/pud/src/pud.c:234:9: style: The scope of the variable 'r' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/pud/src/receiver.c:162:7: style: The scope of the variable 'r' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/quagga/src/client.c:92:20: style: The scope of the variable 'tmp' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/quagga/src/client.c:151:11: style: The scope of the variable 'bytes' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/quagga/src/packet.c:29:7: style: The scope of the variable 'count' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/quagga/src/quagga.c:44:20: style: The scope of the variable 'tmp' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/secure/src/olsrd_secure.c:803:12: style: The scope of the variable 'hash' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/sgwdynspeed/src/sgwDynSpeed.c:26:7: style: The scope of the variable 'strDesc' can be reduced. [variableScope]
olsrd-0.6.6.2/lib/txtinfo/src/olsrd_txtinfo.c:484:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
olsrd-0.6.6.2/lib/txtinfo/src/olsrd_txtinfo.c:489:5: note: Found duplicate branches for 'if' and 'else'.
olsrd-0.6.6.2/lib/txtinfo/src/olsrd_txtinfo.c:484:3: note: Found duplicate branches for 'if' and 'else'.
olsrd-0.6.6.2/lib/txtinfo/src/olsrd_txtinfo.c:352:7: style: The scope of the variable 'thop_cnt' can be reduced. [variableScope]
olsrd-0.6.6.2/src/olsr_types.h:51:0: error: #error "Unsupported system" [preprocessorErrorDirective]
olsrd-0.6.6.2/src/bsd/kernel_routes.c:78:23: style: The scope of the variable 'sdl' can be reduced. [variableScope]
olsrd-0.6.6.2/src/bsd/kernel_routes.c:261:3: style: Variable 'sdl_size' is assigned a value that is never used. [unreadVariable]
olsrd-0.6.6.2/src/cfgparser/olsrd_conf.c:792:26: style: The scope of the variable 'hd' can be reduced. [variableScope]
olsrd-0.6.6.2/src/cfgparser/olsrd_conf.c:793:19: style: The scope of the variable 'ind' can be reduced. [variableScope]
olsrd-0.6.6.2/src/cfgparser/olsrd_conf.c:794:24: style: The scope of the variable 'ped' can be reduced. [variableScope]
olsrd-0.6.6.2/src/olsr_switch/main.c:374:5: style: Variable 'high' is reassigned a value before the old one has been used. [redundantAssignment]
olsrd-0.6.6.2/src/olsr_switch/main.c:370:5: note: Variable 'high' is reassigned a value before the old one has been used.
olsrd-0.6.6.2/src/olsr_switch/main.c:374:5: note: Variable 'high' is reassigned a value before the old one has been used.
olsrd-0.6.6.2/src/olsr_switch/main.c:525:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
olsrd-0.6.6.2/src/olsr_switch/main.c:361:7: style: The scope of the variable 'n' can be reduced. [variableScope]
olsrd-0.6.6.2/src/olsr_switch/ohs_cmd.c:71:24: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true. [redundantCondition]
olsrd-0.6.6.2/src/olsr_switch/ohs_cmd.c:363:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
olsrd-0.6.6.2/src/olsr_switch/ohs_cmd.c:363:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
olsrd-0.6.6.2/src/olsr_switch/ohs_cmd.c:363:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
olsrd-0.6.6.2/src/olsr_switch/ohs_cmd.c:484:9: style: The scope of the variable 'args' can be reduced. [variableScope]
olsrd-0.6.6.2/src/olsr_switch/ohs_cmd.c:485:8: style: The scope of the variable 'cmd_token' can be reduced. [variableScope]
olsrd-0.6.6.2/src/olsr_switch/ohs_cmd.c:486:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/omake/omake_0.9.8.5-3.orig.tar.gz
omake-0.9.8.5/src/clib/readline.c:112:12: style: struct member '_completion_info::completions' is never used. [unusedStructMember]
omake-0.9.8.5/src/clib/readline.c:1438:9: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
omake-0.9.8.5/src/libmojave-external/cutil/lm_dll.c:117:22: style: The scope of the variable 's' can be reduced. [variableScope]
omake-0.9.8.5/src/libmojave-external/cutil/lm_dll.c:118:12: style: The scope of the variable 'len' can be reduced. [variableScope]
omake-0.9.8.5/src/libmojave-external/cutil/lm_dll.c:529:25: style: The scope of the variable 'len' can be reduced. [variableScope]
omake-0.9.8.5/src/libmojave-external/cutil/lm_dll.c:530:11: style: The scope of the variable 's' can be reduced. [variableScope]
omake-0.9.8.5/src/libmojave-external/cutil/lm_dll.c:54:19: style: Unused variable: off [unusedVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_dll.c:54:24: style: Unused variable: size [unusedVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_dll.c:55:15: style: Unused variable: base [unusedVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_dll.c:93:9: style: Unused variable: size [unusedVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:74:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:76:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:124:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:128:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:208:21: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:55:20: style: The scope of the variable 'k' can be reduced. [variableScope]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:89:24: style: The scope of the variable 'found' can be reduced. [variableScope]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:92:13: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:93:11: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:94:11: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:176:13: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:177:11: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_heap.c:178:11: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_mmap.c:203:5: error: Returning/dereferencing 'infop' after it is deallocated / released [deallocret]
omake-0.9.8.5/src/libmojave-external/cutil/lm_printf.c:145:18: error: Deallocation of an auto-variable results in undefined behaviour. [autovarInvalidDeallocation]
omake-0.9.8.5/src/libmojave-external/cutil/lm_printf.c:150:14: error: Deallocation of an auto-variable results in undefined behaviour. [autovarInvalidDeallocation]
omake-0.9.8.5/src/libmojave-external/cutil/lm_printf.c:193:18: error: Deallocation of an auto-variable results in undefined behaviour. [autovarInvalidDeallocation]
omake-0.9.8.5/src/libmojave-external/cutil/lm_printf.c:198:14: error: Deallocation of an auto-variable results in undefined behaviour. [autovarInvalidDeallocation]
omake-0.9.8.5/src/libmojave-external/cutil/lm_printf.c:150:9: error: Memory pointed to by 'buffer' is freed twice. [doubleFree]
omake-0.9.8.5/src/libmojave-external/cutil/lm_printf.c:198:9: error: Memory pointed to by 'buffer' is freed twice. [doubleFree]
omake-0.9.8.5/src/libmojave-external/cutil/lm_raw.c:154:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
omake-0.9.8.5/src/libmojave-external/cutil/lm_raw.c:269:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
omake-0.9.8.5/src/libmojave-external/cutil/lm_ssl.c:763:9: style: Unused variable: code [unusedVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_ssl.c:786:12: style: Unused variable: fd [unusedVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_terminfo.c:77:16: style: Condition 'termdata==NULL' is always true [knownConditionTrueFalse]
omake-0.9.8.5/src/libmojave-external/cutil/lm_terminfo.c:65:21: note: Assignment 'termdata=NULL', assigned value is 0
omake-0.9.8.5/src/libmojave-external/cutil/lm_terminfo.c:77:16: note: Condition 'termdata==NULL' is always true
omake-0.9.8.5/src/libmojave-external/cutil/lm_terminfo.c:77:16: style: Same expression on both sides of '==' because the value of 'termdata' and 'NULL' are the same. [duplicateExpression]
omake-0.9.8.5/src/libmojave-external/cutil/lm_terminfo.c:65:21: note: 'termdata' is assigned value 'NULL' here.
omake-0.9.8.5/src/libmojave-external/cutil/lm_terminfo.c:77:16: note: Same expression on both sides of '==' because the value of 'termdata' and 'NULL' are the same.
omake-0.9.8.5/src/libmojave-external/cutil/lm_unix_cutil.c:407:13: style: Condition 'code<0' is always true [knownConditionTrueFalse]
omake-0.9.8.5/src/libmojave-external/cutil/lm_unix_cutil.c:405:13: note: Assignment 'code=-1', assigned value is -1
omake-0.9.8.5/src/libmojave-external/cutil/lm_unix_cutil.c:407:13: note: Condition 'code<0' is always true
omake-0.9.8.5/src/libmojave-external/cutil/lm_unix_cutil.c:380:10: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_unix_cutil.c:381:10: style: Variable 'op' is assigned a value that is never used. [unreadVariable]
omake-0.9.8.5/src/libmojave-external/cutil/lm_unix_cutil.c:378:17: style: Unused variable: cmd [unusedVariable]
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/omega-rpg/omega-rpg_0.90-pa9.orig.tar.gz
omega-rpg-0.90-pa9.orig/aux1.c:251:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux1.c:387:7: style: The scope of the variable 'hitmod' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux2.c:200:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux2.c:467:7: style: The scope of the variable 'hp_gain' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux2.c:555:7: style: The scope of the variable 'attempts' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux2.c:555:21: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux2.c:704:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux2.c:704:11: style: The scope of the variable 'blocks' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux2.c:704:24: style: The scope of the variable 'goodblocks' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux2.c:704:37: style: The scope of the variable 'hit' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux3.c:1225:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux3.c:1225:9: style: The scope of the variable 'j' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/aux3.c:934:20: warning: Either the condition 'pos>0' is redundant, otherwise there is negative array index -1. [negativeIndex]
omega-rpg-0.90-pa9.orig/aux3.c:932:15: note: Assuming that condition 'pos>0' is not redundant
omega-rpg-0.90-pa9.orig/aux3.c:933:18: note: pos is decremented', new value is 0
omega-rpg-0.90-pa9.orig/aux3.c:934:20: note: Negative array index
omega-rpg-0.90-pa9.orig/bank.c:167:7: style: The scope of the variable 'key' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/bank.c:211:7: style: The scope of the variable 'key' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/bank.c:253:7: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/bank.c:285:7: style: The scope of the variable 'mon' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/bank.c:304:7: style: The scope of the variable 'mon' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/bank.c:319:7: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/bank.c:509:8: style: The scope of the variable 'total_balance' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/bank.c:510:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/bank.c:927:9: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/bank.c:1078:25: style: The scope of the variable 'account' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/char.c:799:7: style: The scope of the variable 'share1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/char.c:799:14: style: The scope of the variable 'share2' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/city.c:381:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/city.c:381:9: style: The scope of the variable 'j' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/city.c:381:11: style: The scope of the variable 'k' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/city.c:381:13: style: The scope of the variable 'l' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:70:18: style: The scope of the variable 'obj' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:92:7: style: The scope of the variable 'index' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:120:18: style: The scope of the variable 'obj' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:158:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:243:7: style: The scope of the variable 'dx' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:243:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:244:8: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:245:19: style: The scope of the variable 'm' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:294:7: style: The scope of the variable 'x' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:294:9: style: The scope of the variable 'y' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:295:7: style: The scope of the variable 'o' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:379:7: style: The scope of the variable 'index' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:380:7: style: The scope of the variable 'dx' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:380:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:381:19: style: The scope of the variable 'm' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:382:7: style: The scope of the variable 'obj' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:434:7: style: The scope of the variable 'index' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:435:18: style: The scope of the variable 'obj' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:465:7: style: The scope of the variable 'index' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:465:13: style: The scope of the variable 'drain' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:550:7: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:677:7: style: The scope of the variable 'ox' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:677:10: style: The scope of the variable 'oy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:722:7: style: The scope of the variable 'ox' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:722:10: style: The scope of the variable 'oy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:949:8: style: The scope of the variable 'fname' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:950:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:1052:7: style: The scope of the variable 'ox' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:1052:10: style: The scope of the variable 'oy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:1142:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:1142:9: style: The scope of the variable 'takestime' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command2.c:832:13: style: Checking if unsigned variable 'random_range(100)-Player.rank[7]*20' is less than zero. [unsignedLessThanZero]
omega-rpg-0.90-pa9.orig/command3.c:142:9: style: The scope of the variable 'in' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command3.c:142:14: style: The scope of the variable 'out' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command3.c:143:7: style: The scope of the variable 'n' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command3.c:370:8: style: The scope of the variable 'cstr' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command3.c:507:9: style: The scope of the variable 'lname' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command3.c:772:7: style: The scope of the variable 'dx' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command3.c:772:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command3.c:880:11: style: The scope of the variable 'ox' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command3.c:880:14: style: The scope of the variable 'oy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command3.c:880:17: style: The scope of the variable 'aux' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/command3.c:1104:8: style: The scope of the variable 'num' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/compress.c:628:20: style: Condition 'overwrite==0' is always false [knownConditionTrueFalse]
omega-rpg-0.90-pa9.orig/compress.c:504:21: note: Assignment 'overwrite=1', assigned value is 1
omega-rpg-0.90-pa9.orig/compress.c:628:20: note: Condition 'overwrite==0' is always false
omega-rpg-0.90-pa9.orig/compress.c:507:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/compress.c:973:0: style: The scope of the variable 'incode' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/compress.c:1295:9: style: Variable 'mode' is assigned a value that is never used. [unreadVariable]
omega-rpg-0.90-pa9.orig/effect1.c:11:8: style: The scope of the variable 'change_cash' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect1.c:368:13: style: The scope of the variable 'ex' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect1.c:368:16: style: The scope of the variable 'ey' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect1.c:369:19: style: The scope of the variable 'target' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect1.c:663:8: style: The scope of the variable 'otype' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect1.c:664:7: style: The scope of the variable 'index' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect1.c:664:13: style: The scope of the variable 'id' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect1.c:665:7: style: The scope of the variable 'newthing' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect2.c:425:7: style: The scope of the variable 'newlevel' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:112:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:148:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:184:19: style: The scope of the variable 'target' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:272:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:272:9: style: The scope of the variable 'spell' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:272:15: style: The scope of the variable 'done' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:342:19: style: The scope of the variable 'target' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:542:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:542:9: style: The scope of the variable 'index' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:568:7: style: The scope of the variable 'new_env' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:749:7: style: The scope of the variable 'happened' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:802:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:803:7: style: The scope of the variable 'o' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/effect3.c:889:7: style: The scope of the variable 'rnd' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/file.c:430:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/file.c:431:7: style: The scope of the variable 'npcbehavior' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/fixstr.c:111:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
omega-rpg-0.90-pa9.orig/fixstr.c:103:8: error: Common realloc mistake: 'string_list' nulled but not freed upon failure [memleakOnRealloc]
omega-rpg-0.90-pa9.orig/gen1.c:75:3: style: Variable 'thislevel' is reassigned a value before the old one has been used. [redundantAssignment]
omega-rpg-0.90-pa9.orig/gen1.c:70:0: note: Variable 'thislevel' is reassigned a value before the old one has been used.
omega-rpg-0.90-pa9.orig/gen1.c:75:3: note: Variable 'thislevel' is reassigned a value before the old one has been used.
omega-rpg-0.90-pa9.orig/gen1.c:13:7: style: The scope of the variable 'tlv' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/gen1.c:33:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/gen1.c:33:9: style: The scope of the variable 'j' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/gen1.c:206:7: style: The scope of the variable 'dx' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/gen1.c:206:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/gen2.c:46:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/gen2.c:46:9: style: The scope of the variable 'j' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/gen2.c:376:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/gen2.c:377:7: style: The scope of the variable 'y_idx' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/gen2.c:378:7: style: The scope of the variable 'x_idx' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/gen2.c:381:8: style: The scope of the variable 'rsi' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/genclr.c:314:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
omega-rpg-0.90-pa9.orig/genclr.c:314:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
omega-rpg-0.90-pa9.orig/genclr.c:334:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
omega-rpg-0.90-pa9.orig/genclr.c:350:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
omega-rpg-0.90-pa9.orig/genclr.c:255:3: error: Common realloc mistake: 'opairs' nulled but not freed upon failure [memleakOnRealloc]
omega-rpg-0.90-pa9.orig/genclr.c:362:0: error: Memory leak: cpairs [memleak]
omega-rpg-0.90-pa9.orig/guild1.c:273:7: style: The scope of the variable 'x' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild1.c:273:10: style: The scope of the variable 'y' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:14:7: style: The scope of the variable 'fee' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:14:11: style: The scope of the variable 'count' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:14:17: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:14:19: style: The scope of the variable 'number' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:14:26: style: The scope of the variable 'done' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:14:37: style: The scope of the variable 'dues' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:15:8: style: The scope of the variable 'c' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:15:10: style: The scope of the variable 'action' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:16:7: style: The scope of the variable 'lockpick' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:271:8: style: The scope of the variable 'action' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:272:7: style: The scope of the variable 'done' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:272:18: style: The scope of the variable 'enrolled' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:457:8: style: The scope of the variable 'action' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:458:7: style: The scope of the variable 'done' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:458:18: style: The scope of the variable 'enrolled' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:745:8: style: The scope of the variable 'action' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:746:7: style: The scope of the variable 'done' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:746:18: style: The scope of the variable 'fee' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/guild2.c:747:8: style: The scope of the variable 'total' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/house.c:180:7: style: The scope of the variable 'ob' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/inv.c:81:8: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/inv.c:230:8: style: The scope of the variable 'tstr' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/inv.c:499:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/inv.c:499:9: style: The scope of the variable 'conformed' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/inv.c:499:25: style: The scope of the variable 'subtracted' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/inv.c:786:21: style: The scope of the variable 'items' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/inv.c:787:9: style: The scope of the variable 'depth_string' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/inv.c:964:7: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/inv.c:1163:8: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/inv.c:1323:7: style: The scope of the variable 'n' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/inv.c:1323:9: style: The scope of the variable 'waitflag' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/item.c:10:8: style: The scope of the variable 'r' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/item.c:289:12: style: The scope of the variable 'swap' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/item.c:289:18: style: The scope of the variable 'with' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf1.c:49:8: style: The scope of the variable 'first_letter' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf1.c:603:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf1.c:604:7: style: The scope of the variable 'ox' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf1.c:604:10: style: The scope of the variable 'oy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf1.c:644:7: style: The scope of the variable 'ox' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf1.c:644:10: style: The scope of the variable 'oy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf3.c:129:7: style: The scope of the variable 'd' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf3.c:130:7: style: The scope of the variable 'seen' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf3.c:130:17: style: The scope of the variable 'not_seen' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf3.c:131:7: style: The scope of the variable 'tunneled' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf3.c:261:7: style: The scope of the variable 'count' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf3.c:309:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf3.c:454:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf3.c:583:11: style: The scope of the variable 'c1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/itemf3.c:583:15: style: The scope of the variable 'c2' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/map.c:21:7: style: struct member 'symbolMapping::locationFunction' is never used. [unusedStructMember]
omega-rpg-0.90-pa9.orig/map.c:24:7: style: struct member 'symbolMapping::argument' is never used. [unusedStructMember]
omega-rpg-0.90-pa9.orig/mmove.c:139:7: style: The scope of the variable 'trange' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mmove.c:140:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mmove.c:140:9: style: The scope of the variable 'tx' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mmove.c:140:12: style: The scope of the variable 'ty' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mmove.c:178:9: style: The scope of the variable 'nx' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mmove.c:178:12: style: The scope of the variable 'ny' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mmove.c:194:9: style: The scope of the variable 'nx' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mmove.c:194:12: style: The scope of the variable 'ny' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:15:7: style: The scope of the variable 'STRIKE' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:16:7: style: The scope of the variable 'prev' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:137:7: style: The scope of the variable 'corpse' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:139:7: style: The scope of the variable 'x' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:139:9: style: The scope of the variable 'y' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:139:11: style: The scope of the variable 'found' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:420:7: style: The scope of the variable 'meleef' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:531:7: style: The scope of the variable 'ob' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:804:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:825:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:842:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:858:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:876:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:891:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:908:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:925:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:942:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:959:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:977:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:997:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mon.c:1013:8: style: The scope of the variable 'Str1' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/move.c:154:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/move.c:219:7: style: The scope of the variable 'levelnum' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/move.c:220:7: style: The scope of the variable 'distance' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/move.c:221:7: style: The scope of the variable 'too_far' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/move.c:701:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/move.c:701:9: style: The scope of the variable 'something' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/move.c:854:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/move.c:1062:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/move.c:1088:7: style: The scope of the variable 'sacrifice' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mspec.c:62:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mspec.c:135:8: style: The scope of the variable 'action' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mspec.c:397:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mspec.c:473:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mspec.c:573:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mspec.c:573:9: style: The scope of the variable 'x' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mspec.c:573:11: style: The scope of the variable 'y' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/mtalk.c:11:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/newrand.c:64:28: style: The scope of the variable 'mag01' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/pdump.c:312:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/pdump.c:209:40: style: Function 'strcat_carry_item' argument 2 names different: declaration 'slotnum' definition 'slot'. [funcArgNamesDifferent]
omega-rpg-0.90-pa9.orig/pdump.c:29:40: note: Function 'strcat_carry_item' argument 2 names different: declaration 'slotnum' definition 'slot'.
omega-rpg-0.90-pa9.orig/pdump.c:209:40: note: Function 'strcat_carry_item' argument 2 names different: declaration 'slotnum' definition 'slot'.
omega-rpg-0.90-pa9.orig/priest.c:10:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/priest.c:11:8: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/priest.c:129:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/save.c:34:7: style: The scope of the variable 'slashpos' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/save.c:791:8: style: The scope of the variable 'tempstr' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/save.c:1117:8: style: The scope of the variable 'status' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/save.c:339:12: error: Shifting 32-bit value by 63 bits is undefined behaviour [shiftTooManyBits]
omega-rpg-0.90-pa9.orig/save.c:480:12: error: Shifting 32-bit value by 63 bits is undefined behaviour [shiftTooManyBits]
omega-rpg-0.90-pa9.orig/save.c:339:12: error: Signed integer overflow for expression '1<<(sizeof(long)*8-1)'. [integerOverflow]
omega-rpg-0.90-pa9.orig/save.c:480:12: error: Signed integer overflow for expression '1<<(sizeof(long)*8-1)'. [integerOverflow]
omega-rpg-0.90-pa9.orig/scr.c:240:13: warning: Variable 'p' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
omega-rpg-0.90-pa9.orig/scr.c:239:16: note: Variable 'p' is reassigned a value before the old one has been used. 'break;' missing?
omega-rpg-0.90-pa9.orig/scr.c:240:13: note: Variable 'p' is reassigned a value before the old one has been used. 'break;' missing?
omega-rpg-0.90-pa9.orig/scr.c:261:13: warning: Variable 'p' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
omega-rpg-0.90-pa9.orig/scr.c:260:16: note: Variable 'p' is reassigned a value before the old one has been used. 'break;' missing?
omega-rpg-0.90-pa9.orig/scr.c:261:13: note: Variable 'p' is reassigned a value before the old one has been used. 'break;' missing?
omega-rpg-0.90-pa9.orig/scr.c:282:13: warning: Variable 'p' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
omega-rpg-0.90-pa9.orig/scr.c:281:16: note: Variable 'p' is reassigned a value before the old one has been used. 'break;' missing?
omega-rpg-0.90-pa9.orig/scr.c:282:13: note: Variable 'p' is reassigned a value before the old one has been used. 'break;' missing?
omega-rpg-0.90-pa9.orig/scr.c:428:7: style: The scope of the variable 'x' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:428:9: style: The scope of the variable 'y' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:790:7: style: The scope of the variable 'c' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:843:14: style: The scope of the variable 'oldx' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:843:24: style: The scope of the variable 'oldy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:844:11: style: The scope of the variable 'c' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:1372:7: style: The scope of the variable 'done' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:1373:7: style: The scope of the variable 'atom' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:1427:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:1476:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:1476:13: style: The scope of the variable 'mult' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:1895:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/scr.c:2203:26: style: The scope of the variable 'c' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:40:7: style: The scope of the variable 'newitem' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:83:8: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:201:7: style: The scope of the variable 'item' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:301:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:321:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:321:9: style: The scope of the variable 'done' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:321:22: style: The scope of the variable 'a' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:321:24: style: The scope of the variable 'b' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:321:26: style: The scope of the variable 'c' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:321:28: style: The scope of the variable 'match' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:322:8: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:454:7: style: The scope of the variable 'num' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:455:7: style: The scope of the variable 'food' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:530:8: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:711:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:711:9: style: The scope of the variable 'done' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:711:20: style: The scope of the variable 'mlevel' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:712:8: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:713:7: style: The scope of the variable 'obj' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:825:8: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:826:7: style: The scope of the variable 'studied' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:827:7: style: The scope of the variable 'done' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:827:18: style: The scope of the variable 'fee' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:935:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:935:9: style: The scope of the variable 'j' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:935:11: style: The scope of the variable 'k' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:935:13: style: The scope of the variable 'limit' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:935:19: style: The scope of the variable 'number' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:935:26: style: The scope of the variable 'done' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:936:8: style: The scope of the variable 'item' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site1.c:936:13: style: The scope of the variable 'action' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site2.c:12:9: style: The scope of the variable 'done' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site2.c:12:20: style: The scope of the variable 'over' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site2.c:494:8: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site2.c:828:8: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site2.c:932:7: style: The scope of the variable 'newitem' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site2.c:1010:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site2.c:1010:9: style: The scope of the variable 'j' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site2.c:1010:11: style: The scope of the variable 'x' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site2.c:1010:13: style: The scope of the variable 'y' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site2.c:1046:8: style: The scope of the variable 'donation' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/site2.c:297:53: style: Checking if unsigned variable 'Player.alignment+random_range(200)' is less than zero. [unsignedLessThanZero]
omega-rpg-0.90-pa9.orig/spell.c:291:38: warning: Either the condition 'y>=0' is redundant, otherwise there is negative array index -1. [negativeIndex]
omega-rpg-0.90-pa9.orig/spell.c:291:13: note: Assuming that condition 'y>=0' is not redundant
omega-rpg-0.90-pa9.orig/spell.c:291:38: note: Negative array index
omega-rpg-0.90-pa9.orig/spell.c:811:20: warning: Either the condition 'pos>0' is redundant, otherwise there is negative array index -1. [negativeIndex]
omega-rpg-0.90-pa9.orig/spell.c:809:15: note: Assuming that condition 'pos>0' is not redundant
omega-rpg-0.90-pa9.orig/spell.c:810:18: note: pos is decremented', new value is 0
omega-rpg-0.90-pa9.orig/spell.c:811:20: note: Negative array index
omega-rpg-0.90-pa9.orig/stats.c:21:7: style: The scope of the variable 'response' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/time.c:16:12: style: The scope of the variable 'prev' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/tools/bwt.c:122:16: style: The scope of the variable 'previous' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/tools/bwt.c:123:17: style: The scope of the variable 'character' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/tools/bwt.c:204:0: error: Deallocating a deallocated pointer: temporaryBuffer [deallocDealloc]
omega-rpg-0.90-pa9.orig/tools/bwt.c:203:0: error: Deallocating a deallocated pointer: characterCountArray [deallocDealloc]
omega-rpg-0.90-pa9.orig/tools/bwt.c:202:0: error: Deallocating a deallocated pointer: runningCountArray [deallocDealloc]
omega-rpg-0.90-pa9.orig/tools/crypt.c:123:9: style: The scope of the variable 'code' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/tools/crypt.c:124:17: style: The scope of the variable 'scanned' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/tools/crypt.c:102:7: style: Variable 'run' is modified but its new value is never used. [unreadVariable]
omega-rpg-0.90-pa9.orig/tools/crypt.c:148:0: error: Resource leak: in [resourceLeak]
omega-rpg-0.90-pa9.orig/tools/decrypt.c:62:7: style: The scope of the variable 'run' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/tools/decrypt.c:99:9: style: The scope of the variable 'code' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/tools/decrypt.c:101:51: style: The scope of the variable 'size' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/trap.c:231:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/trap.c:231:9: style: The scope of the variable 'k' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/trap.c:231:11: style: The scope of the variable 'itemdamage' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/util.c:243:13: style: The scope of the variable 'ox' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/util.c:243:16: style: The scope of the variable 'oy' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/util.c:856:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/util.c:856:11: style: The scope of the variable 'matched' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/util.c:941:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/util.c:952:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/village.c:210:7: style: The scope of the variable 'i' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/village.c:210:9: style: The scope of the variable 'j' can be reduced. [variableScope]
omega-rpg-0.90-pa9.orig/village.c:210:11: style: The scope of the variable 'k' can be reduced. [variableScope]
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/omegat/omegat_2.3.0.1+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/omegat-plugin-tokenizer/omegat-plugin-tokenizer_0.4.2+dfsg.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/omhacks/omhacks_0.16.orig.tar.gz
omhacks-0.16/hooks/at.c:37:29: style: Variable 'delay' is assigned a value that is never used. [unreadVariable]
omhacks-0.16/omhacks/resumereason.c:75:0: error: Resource leak: in [resourceLeak]
omhacks-0.16/omhacks/sysfs.c:275:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
omhacks-0.16/omhacks/sysfs.c:274:0: note: Variable 'fd' is reassigned a value before the old one has been used.
omhacks-0.16/omhacks/sysfs.c:275:2: note: Variable 'fd' is reassigned a value before the old one has been used.
omhacks-0.16/omhacks/sysfs.c:293:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
omhacks-0.16/omhacks/sysfs.c:292:0: note: Variable 'fd' is reassigned a value before the old one has been used.
omhacks-0.16/omhacks/sysfs.c:293:2: note: Variable 'fd' is reassigned a value before the old one has been used.
omhacks-0.16/omhacks/usb.c:66:33: style: Function 'om_usb_charger_mode_set' argument 1 names different: declaration 'value' definition 'mode'. [funcArgNamesDifferent]
omhacks-0.16/omhacks/usb.h:58:33: note: Function 'om_usb_charger_mode_set' argument 1 names different: declaration 'value' definition 'mode'.
omhacks-0.16/omhacks/usb.c:66:33: note: Function 'om_usb_charger_mode_set' argument 1 names different: declaration 'value' definition 'mode'.
omhacks-0.16/omhacks/wifi.c:209:49: style: Function 'om_wifi_maxperf_set' argument 2 names different: declaration 'value' definition 'mode'. [funcArgNamesDifferent]
omhacks-0.16/omhacks/wifi.h:68:49: note: Function 'om_wifi_maxperf_set' argument 2 names different: declaration 'value' definition 'mode'.
omhacks-0.16/omhacks/wifi.c:209:49: note: Function 'om_wifi_maxperf_set' argument 2 names different: declaration 'value' definition 'mode'.
omhacks-0.16/src/om-led.c:74:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/omins/omins_0.2.0.orig.tar.gz
omins-0.2.0/src/adenv.c:254:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
omins-0.2.0/src/adenv.c:255:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
omins-0.2.0/src/adenv.c:256:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
omins-0.2.0/src/adenv.c:257:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/adenv.c:363:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/adenv_lvl.c:305:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
omins-0.2.0/src/adenv_lvl.c:306:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
omins-0.2.0/src/adenv_lvl.c:307:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
omins-0.2.0/src/adenv_lvl.c:308:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/adenv_lvl.c:449:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/comparison_4440.c:298:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_fexp.c:348:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_fexp.c:349:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_fexp.c:350:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_fexp.c:351:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_fexp.c:495:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_fexp.c:496:6: style: The scope of the variable 'i' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_hexp.c:349:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_hexp.c:350:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_hexp.c:351:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_hexp.c:352:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_hexp.c:496:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/dahdsr_hexp.c:497:6: style: The scope of the variable 'i' can be reduced. [variableScope]
omins-0.2.0/src/fast_crossfade_4410.c:126:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
omins-0.2.0/src/fast_crossfade_4410.c:127:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
omins-0.2.0/src/fast_crossfade_4410.c:128:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
omins-0.2.0/src/fast_crossfade_4410.c:182:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
omins-0.2.0/src/formant_filter_4300.c:137:15: style: The scope of the variable 'out' can be reduced. [variableScope]
omins-0.2.0/src/formant_filter_4300.c:221:25: style: The scope of the variable 'port_names' can be reduced. [variableScope]
omins-0.2.0/src/formant_filter_4300.c:222:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
omins-0.2.0/src/formant_filter_4300.c:223:25: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
omins-0.2.0/src/formant_filter_4300.c:306:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
omins-0.2.0/src/hz_voct_4200.c:204:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
omins-0.2.0/src/masher_4310.c:243:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
omins-0.2.0/src/masher_4310.c:244:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
omins-0.2.0/src/masher_4310.c:245:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
omins-0.2.0/src/masher_4310.c:310:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
omins-0.2.0/src/multiplexer_4420.c:227:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
omins-0.2.0/src/power_4400.c:203:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
omins-0.2.0/src/prob_switch_2667.c:238:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
omins-0.2.0/src/range_trans_4210.c:239:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
omins-0.2.0/src/sample_and_hold_4430.c:274:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
omins-0.2.0/src/signal_abs_2669.c:223:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
omins-0.2.0/src/slew_limiter_2743.c:173:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
omins-0.2.0/src/slew_limiter_2743.c:174:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
omins-0.2.0/src/slew_limiter_2743.c:175:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
omins-0.2.0/src/slew_limiter_2743.c:176:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/slew_limiter_2743.c:257:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/slew_limiter_2743.c:258:6: style: The scope of the variable 'i' can be reduced. [variableScope]
omins-0.2.0/src/slide_2741.c:197:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
omins-0.2.0/src/slide_2741.c:198:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
omins-0.2.0/src/slide_2741.c:199:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
omins-0.2.0/src/slide_2741.c:200:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/slide_2741.c:281:21: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
omins-0.2.0/src/slide_2741.c:282:6: style: The scope of the variable 'i' can be reduced. [variableScope]
omins-0.2.0/src/waveguide_mesh_2670.c:260:25: style: The scope of the variable 'port_names' can be reduced. [variableScope]
omins-0.2.0/src/waveguide_mesh_2670.c:261:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
omins-0.2.0/src/waveguide_mesh_2670.c:262:25: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
omins-0.2.0/src/waveguide_mesh_2670.c:327:16: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/omnievents/omnievents_2.6.2.orig.tar.gz
omniEvents-2_6_2/src/Servant.h:124:3: style: Class 'Servant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/Filter.h:69:3: style: Class 'FilterByTCKind' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/Filter.h:87:3: style: Class 'FilterByRepositoryId' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/EventQueue.h:70:3: style: Class 'EventQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/EventQueue.h:62:5: style: Class 'Reader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/PersistNode.h:52:3: style: Class 'PersistNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/EventChannel.h:124:3: style: Class 'EventChannel_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/ProxyManager.h:79:3: style: Class 'ProxyManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/ProxyPushSupplier.h:91:5: style: Class 'PauseThenWake' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/Filter.h:71:8: style: The function 'keep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniEvents-2_6_2/src/Filter.h:58:16: note: Virtual function in base class
omniEvents-2_6_2/src/Filter.h:71:8: note: Function in derived class
omniEvents-2_6_2/src/Filter.h:76:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniEvents-2_6_2/src/Filter.h:60:16: note: Virtual function in base class
omniEvents-2_6_2/src/Filter.h:76:8: note: Function in derived class
omniEvents-2_6_2/src/Filter.h:89:8: style: The function 'keep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniEvents-2_6_2/src/Filter.h:58:16: note: Virtual function in base class
omniEvents-2_6_2/src/Filter.h:89:8: note: Function in derived class
omniEvents-2_6_2/src/Filter.h:90:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniEvents-2_6_2/src/Filter.h:60:16: note: Virtual function in base class
omniEvents-2_6_2/src/Filter.h:90:8: note: Function in derived class
omniEvents-2_6_2/src/ProxyPushSupplier.h:121:8: style: The function 'callback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniEvents-2_6_2/src/Callback.h:50:16: note: Virtual function in base class
omniEvents-2_6_2/src/ProxyPushSupplier.h:121:8: note: Function in derived class
omniEvents-2_6_2/src/ProxyPushSupplier.h:122:8: style: The function 'reincarnate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniEvents-2_6_2/src/ProxyManager.h:111:16: note: Virtual function in base class
omniEvents-2_6_2/src/ProxyPushSupplier.h:122:8: note: Function in derived class
omniEvents-2_6_2/src/ProxyPushSupplier.h:123:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniEvents-2_6_2/src/ProxyManager.h:113:16: note: Virtual function in base class
omniEvents-2_6_2/src/ProxyPushSupplier.h:123:8: note: Function in derived class
omniEvents-2_6_2/src/ProxyPullSupplier.h:97:8: style: The function 'reincarnate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniEvents-2_6_2/src/ProxyManager.h:111:16: note: Virtual function in base class
omniEvents-2_6_2/src/ProxyPullSupplier.h:97:8: note: Function in derived class
omniEvents-2_6_2/src/ProxyPullSupplier.h:98:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniEvents-2_6_2/src/ProxyManager.h:113:16: note: Virtual function in base class
omniEvents-2_6_2/src/ProxyPullSupplier.h:98:8: note: Function in derived class
omniEvents-2_6_2/src/EventQueue.h:75:13: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
omniEvents-2_6_2/src/EventChannel.h:197:34: style: Member variable 'EventChannel_i::_supplierAdmin' is in the wrong place in the initializer list. [initializerList]
omniEvents-2_6_2/src/EventChannel.cc:73:3: note: Member variable 'EventChannel_i::_supplierAdmin' is in the wrong place in the initializer list.
omniEvents-2_6_2/src/EventChannel.h:197:34: note: Member variable 'EventChannel_i::_supplierAdmin' is in the wrong place in the initializer list.
omniEvents-2_6_2/src/omniEventsLog.h:146:4: style: Class 'omniEventsLog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/EventChannelFactory.cc:89:33: style: Function 'create_object' argument 2 names different: declaration 'the_criteria' definition 'criteria'. [funcArgNamesDifferent]
omniEvents-2_6_2/src/EventChannelFactory.h:66:35: note: Function 'create_object' argument 2 names different: declaration 'the_criteria' definition 'criteria'.
omniEvents-2_6_2/src/EventChannelFactory.cc:89:33: note: Function 'create_object' argument 2 names different: declaration 'the_criteria' definition 'criteria'.
omniEvents-2_6_2/src/EventChannelFactory.cc:261:19: style: Variable 'insName' is not assigned a value. [unassignedVariable]
omniEvents-2_6_2/src/EventChannelFactory.cc:271:19: style: Variable 'repositoryId' is not assigned a value. [unassignedVariable]
omniEvents-2_6_2/src/EventChannelFactory.h:85:3: style: Class 'EventChannelFactory_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/EventQueue.cc:46:3: style: Class 'EventQueue' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
omniEvents-2_6_2/src/EventQueue.cc:46:3: style: Class 'EventQueue' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
omniEvents-2_6_2/src/Orb.cc:143:35: style: Variable 'ex' is assigned a value that is never used. [unreadVariable]
omniEvents-2_6_2/src/PersistNode.cc:146:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
omniEvents-2_6_2/src/PersistNode.h:58:16: performance: Technically the member function 'OmniEvents::PersistNode::readtoken' can be static. [functionStatic]
omniEvents-2_6_2/src/PersistNode.cc:83:26: note: Technically the member function 'OmniEvents::PersistNode::readtoken' can be static.
omniEvents-2_6_2/src/PersistNode.h:58:16: note: Technically the member function 'OmniEvents::PersistNode::readtoken' can be static.
omniEvents-2_6_2/src/ProxyManager.cc:96:52: style: Function 'ProxyManager' argument 1 names different: declaration 'poa' definition 'p'. [funcArgNamesDifferent]
omniEvents-2_6_2/src/ProxyManager.h:79:40: note: Function 'ProxyManager' argument 1 names different: declaration 'poa' definition 'p'.
omniEvents-2_6_2/src/ProxyManager.cc:96:52: note: Function 'ProxyManager' argument 1 names different: declaration 'poa' definition 'p'.
omniEvents-2_6_2/src/ProxyPullConsumer.h:116:8: style: The function 'reincarnate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniEvents-2_6_2/src/ProxyManager.h:111:16: note: Virtual function in base class
omniEvents-2_6_2/src/ProxyPullConsumer.h:116:8: note: Function in derived class
omniEvents-2_6_2/src/ProxyPullConsumer.h:117:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniEvents-2_6_2/src/ProxyManager.h:113:16: note: Virtual function in base class
omniEvents-2_6_2/src/ProxyPullConsumer.h:117:8: note: Function in derived class
omniEvents-2_6_2/src/ProxyPullSupplier.cc:62:27: warning: Member variable 'ProxyPullSupplierManager::_maxNumProxies' is not initialized in the constructor. [uninitMemberVar]
omniEvents-2_6_2/src/ProxyPullSupplier.h:73:25: style: Member variable 'ProxyPullSupplierManager::_channel' is in the wrong place in the initializer list. [initializerList]
omniEvents-2_6_2/src/ProxyPullSupplier.cc:69:3: note: Member variable 'ProxyPullSupplierManager::_channel' is in the wrong place in the initializer list.
omniEvents-2_6_2/src/ProxyPullSupplier.h:73:25: note: Member variable 'ProxyPullSupplierManager::_channel' is in the wrong place in the initializer list.
omniEvents-2_6_2/src/ProxyPushConsumer.cc:117:27: style: Function 'ProxyPushConsumer_i' argument 1 names different: declaration 'parentPoa' definition 'p'. [funcArgNamesDifferent]
omniEvents-2_6_2/src/ProxyPushConsumer.h:80:29: note: Function 'ProxyPushConsumer_i' argument 1 names different: declaration 'parentPoa' definition 'p'.
omniEvents-2_6_2/src/ProxyPushConsumer.cc:117:27: note: Function 'ProxyPushConsumer_i' argument 1 names different: declaration 'parentPoa' definition 'p'.
omniEvents-2_6_2/src/ProxyPushSupplier.h:78:18: style: Member variable 'ProxyPushSupplierManager::_lock' is in the wrong place in the initializer list. [initializerList]
omniEvents-2_6_2/src/ProxyPushSupplier.cc:98:3: note: Member variable 'ProxyPushSupplierManager::_lock' is in the wrong place in the initializer list.
omniEvents-2_6_2/src/ProxyPushSupplier.h:78:18: note: Member variable 'ProxyPushSupplierManager::_lock' is in the wrong place in the initializer list.
omniEvents-2_6_2/src/ProxyPushSupplier.cc:38:5: style: Class 'omni_mutex_kcol' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniEvents-2_6_2/src/Servant.cc:72:16: style: The scope of the variable 'count' can be reduced. [variableScope]
omniEvents-2_6_2/src/daemon_unix.cc:119:13: warning: Member variable 'DaemonImpl::_tracefile' is not initialized in the constructor. [uninitMemberVar]
omniEvents-2_6_2/src/daemon_unix.cc:119:13: warning: Member variable 'DaemonImpl::_foreground' is not initialized in the constructor. [uninitMemberVar]
omniEvents-2_6_2/src/daemon_unix.cc:119:13: warning: Member variable 'DaemonImpl::_pidfile' is not initialized in the constructor. [uninitMemberVar]
omniEvents-2_6_2/src/daemon_unix.cc:119:13: warning: Member variable 'DaemonImpl::_pipe' is not initialized in the constructor. [uninitMemberVar]
omniEvents-2_6_2/src/daemon_unix.cc:119:13: warning: Member variable 'DaemonImpl::_havePidfile' is not initialized in the constructor. [uninitMemberVar]
omniEvents-2_6_2/src/daemon_unix.cc:119:13: warning: Member variable 'DaemonImpl::_haveParent' is not initialized in the constructor. [uninitMemberVar]
omniEvents-2_6_2/src/daemon_unix.cc:119:13: warning: Member variable 'DaemonImpl::_haveSyslog' is not initialized in the constructor. [uninitMemberVar]
omniEvents-2_6_2/src/daemon.h:40:8: performance: Technically the member function 'OmniEvents::Daemon::tracefile' can be static. [functionStatic]
omniEvents-2_6_2/src/daemon_unix.cc:107:14: note: Technically the member function 'OmniEvents::Daemon::tracefile' can be static.
omniEvents-2_6_2/src/daemon.h:40:8: note: Technically the member function 'OmniEvents::Daemon::tracefile' can be static.
omniEvents-2_6_2/src/daemon.h:41:8: performance: Technically the member function 'OmniEvents::Daemon::pidfile' can be static. [functionStatic]
omniEvents-2_6_2/src/daemon_unix.cc:108:14: note: Technically the member function 'OmniEvents::Daemon::pidfile' can be static.
omniEvents-2_6_2/src/daemon.h:41:8: note: Technically the member function 'OmniEvents::Daemon::pidfile' can be static.
omniEvents-2_6_2/src/daemon.h:42:8: performance: Technically the member function 'OmniEvents::Daemon::foreground' can be static. [functionStatic]
omniEvents-2_6_2/src/daemon_unix.cc:109:14: note: Technically the member function 'OmniEvents::Daemon::foreground' can be static.
omniEvents-2_6_2/src/daemon.h:42:8: note: Technically the member function 'OmniEvents::Daemon::foreground' can be static.
omniEvents-2_6_2/src/daemon.h:45:8: performance: Technically the member function 'OmniEvents::Daemon::daemonize' can be static. [functionStatic]
omniEvents-2_6_2/src/daemon_unix.cc:110:14: note: Technically the member function 'OmniEvents::Daemon::daemonize' can be static.
omniEvents-2_6_2/src/daemon.h:45:8: note: Technically the member function 'OmniEvents::Daemon::daemonize' can be static.
omniEvents-2_6_2/src/daemon.h:48:8: performance: Technically the member function 'OmniEvents::Daemon::runningOk' can be static. [functionStatic]
omniEvents-2_6_2/src/daemon_unix.cc:111:14: note: Technically the member function 'OmniEvents::Daemon::runningOk' can be static.
omniEvents-2_6_2/src/daemon.h:48:8: note: Technically the member function 'OmniEvents::Daemon::runningOk' can be static.
omniEvents-2_6_2/src/daemon_unix.h:58:8: performance: Technically the member function 'OmniEvents::DaemonImpl::initialize' can be static. [functionStatic]
omniEvents-2_6_2/src/daemon_unix.cc:152:18: note: Technically the member function 'OmniEvents::DaemonImpl::initialize' can be static.
omniEvents-2_6_2/src/daemon_unix.h:58:8: note: Technically the member function 'OmniEvents::DaemonImpl::initialize' can be static.
omniEvents-2_6_2/src/daemon_unix.h:95:7: performance: Technically the member function 'OmniEvents::DaemonImpl::openFileFor' can be static. [functionStatic]
omniEvents-2_6_2/src/daemon_unix.cc:446:17: note: Technically the member function 'OmniEvents::DaemonImpl::openFileFor' can be static.
omniEvents-2_6_2/src/daemon_unix.h:95:7: note: Technically the member function 'OmniEvents::DaemonImpl::openFileFor' can be static.
omniEvents-2_6_2/src/daemon_windows.h:28:0: error: #error ("This file is only intended for Windows.") [preprocessorErrorDirective]
omniEvents-2_6_2/src/naming.cc:214:9: style: Condition 'exName' is always false [knownConditionTrueFalse]
omniEvents-2_6_2/src/naming.cc:207:27: note: Assignment 'exName=NULL', assigned value is 0
omniEvents-2_6_2/src/naming.cc:214:9: note: Condition 'exName' is always false
omniEvents-2_6_2/src/naming.cc:216:9: style: Condition 'exMinor' is always false [knownConditionTrueFalse]
omniEvents-2_6_2/src/naming.cc:208:27: note: Assignment 'exMinor=NULL', assigned value is 0
omniEvents-2_6_2/src/naming.cc:216:9: note: Condition 'exMinor' is always false
omniEvents-2_6_2/src/omniEventsLog.cc:228:0: error: #error "Can't open a file without ofstream::open() or ofstream::attach()" [preprocessorErrorDirective]
omniEvents-2_6_2/tools/events.cc:193:3: style: Class 'Consumer_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/omniorb-dfsg/omniorb-dfsg_4.2.2.orig.tar.xz
Checking omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/poa.cc: __GCC__=1;__GCC__=1...

omniorb-dfsg-4.2.2/src/appl/omniMapper/omniMapper.cc:169:21: style: The scope of the variable 'm' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/appl/omniMapper/omniMapper.cc:170:21: style: The scope of the variable 'id' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.cc:103:56: style: Function 'resolve_simple' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.h:136:56: note: Function 'resolve_simple' argument 1 names different: declaration 'name' definition 'n'.
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.cc:103:56: note: Function 'resolve_simple' argument 1 names different: declaration 'name' definition 'n'.
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.cc:138:58: style: Function 'resolve_compound' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.h:138:72: note: Function 'resolve_compound' argument 1 names different: declaration 'name' definition 'n'.
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.cc:138:58: note: Function 'resolve_compound' argument 1 names different: declaration 'name' definition 'n'.
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.cc:493:51: style: Function 'to_string' argument 1 names different: declaration 'n' definition 'name'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.h:89:56: note: Function 'to_string' argument 1 names different: declaration 'n' definition 'name'.
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.cc:493:51: note: Function 'to_string' argument 1 names different: declaration 'n' definition 'name'.
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.cc:511:42: style: Function 'resolve_str' argument 1 names different: declaration 'n' definition 'sn'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.h:92:56: note: Function 'resolve_str' argument 1 names different: declaration 'n' definition 'sn'.
omniorb-dfsg-4.2.2/src/appl/omniNames/NamingContext_i.cc:511:42: note: Function 'resolve_str' argument 1 names different: declaration 'n' definition 'sn'.
omniorb-dfsg-4.2.2/src/appl/omniNames/ObjectBinding.h:46:5: performance: Variable 'object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
omniorb-dfsg-4.2.2/src/appl/omniNames/ReadersWritersLock.h:123:3: style: Class 'ReaderLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/appl/omniNames/ReadersWritersLock.h:136:3: style: Class 'WriterLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:1152:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:124:33: style: Function 'omniNameslog' argument 1 names different: declaration 'port' definition 'p'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:130:21: note: Function 'omniNameslog' argument 1 names different: declaration 'port' definition 'p'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:124:33: note: Function 'omniNameslog' argument 1 names different: declaration 'port' definition 'p'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:124:48: style: Function 'omniNameslog' argument 2 names different: declaration 'logdir' definition 'arg_logdir'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:130:39: note: Function 'omniNameslog' argument 2 names different: declaration 'logdir' definition 'arg_logdir'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:124:48: note: Function 'omniNameslog' argument 2 names different: declaration 'logdir' definition 'arg_logdir'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:375:44: style: Function 'init' argument 1 names different: declaration 'o' definition 'the_orb'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:132:28: note: Function 'init' argument 1 names different: declaration 'o' definition 'the_orb'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:375:44: note: Function 'init' argument 1 names different: declaration 'o' definition 'the_orb'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:376:30: style: Function 'init' argument 2 names different: declaration 'p' definition 'the_poa'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:133:30: note: Function 'init' argument 2 names different: declaration 'p' definition 'the_poa'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:376:30: note: Function 'init' argument 2 names different: declaration 'p' definition 'the_poa'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:377:30: style: Function 'init' argument 3 names different: declaration 'ip' definition 'the_ins_poa'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:134:30: note: Function 'init' argument 3 names different: declaration 'ip' definition 'the_ins_poa'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:377:30: note: Function 'init' argument 3 names different: declaration 'ip' definition 'the_ins_poa'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:839:27: style: Function 'putPort' argument 1 names different: declaration 'port' definition 'p'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:82:20: note: Function 'putPort' argument 1 names different: declaration 'port' definition 'p'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:839:27: note: Function 'putPort' argument 1 names different: declaration 'port' definition 'p'.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:82:8: performance: Technically the member function 'omniNameslog::putPort' can be static. [functionStatic]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:839:15: note: Technically the member function 'omniNameslog::putPort' can be static.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:82:8: note: Technically the member function 'omniNameslog::putPort' can be static.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:97:8: performance: Technically the member function 'omniNameslog::putKey' can be static. [functionStatic]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:1131:15: note: Technically the member function 'omniNameslog::putKey' can be static.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:97:8: note: Technically the member function 'omniNameslog::putKey' can be static.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:99:8: performance: Technically the member function 'omniNameslog::putString' can be static. [functionStatic]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:1161:15: note: Technically the member function 'omniNameslog::putString' can be static.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:99:8: note: Technically the member function 'omniNameslog::putString' can be static.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:123:7: performance: Technically the member function 'omniNameslog::getString' can be static. [functionStatic]
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:1209:15: note: Technically the member function 'omniNameslog::getString' can be static.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.h:123:7: note: Technically the member function 'omniNameslog::getString' can be static.
omniorb-dfsg-4.2.2/src/appl/omniNames/log.cc:870:13: error: Memory pointed to by 'str' is freed twice. [doubleFree]
omniorb-dfsg-4.2.2/src/appl/omniNames/omniNames.cc:262:3: style: Class 'omniNames' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
omniorb-dfsg-4.2.2/src/appl/omniNames/omniNames.cc:262:3: style: Class 'omniNames' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
omniorb-dfsg-4.2.2/src/appl/utils/catior/catior.cc:103:9: warning: Either the condition 'buf_left==NULL' is redundant or there is possible null pointer dereference: buf_left. [nullPointerRedundantCheck]
omniorb-dfsg-4.2.2/src/appl/utils/catior/catior.cc:103:58: note: Assuming that condition 'buf_left==NULL' is not redundant
omniorb-dfsg-4.2.2/src/appl/utils/catior/catior.cc:103:9: note: Null pointer dereference
omniorb-dfsg-4.2.2/src/appl/utils/catior/catior.cc:1079:18: style: Unused variable: j [unusedVariable]
omniorb-dfsg-4.2.2/src/appl/utils/convertior/convertior.cc:89:9: warning: Either the condition 'buf_left==NULL' is redundant or there is possible null pointer dereference: buf_left. [nullPointerRedundantCheck]
omniorb-dfsg-4.2.2/src/appl/utils/convertior/convertior.cc:89:58: note: Assuming that condition 'buf_left==NULL' is not redundant
omniorb-dfsg-4.2.2/src/appl/utils/convertior/convertior.cc:89:9: note: Null pointer dereference
omniorb-dfsg-4.2.2/src/appl/utils/genior/genior.cc:83:9: warning: Either the condition 'buf_left==NULL' is redundant or there is possible null pointer dereference: buf_left. [nullPointerRedundantCheck]
omniorb-dfsg-4.2.2/src/appl/utils/genior/genior.cc:83:58: note: Assuming that condition 'buf_left==NULL' is not redundant
omniorb-dfsg-4.2.2/src/appl/utils/genior/genior.cc:83:9: note: Null pointer dereference
omniorb-dfsg-4.2.2/src/appl/utils/genior/genior.cc:209:20: style: Function 'genRef' argument 4 names different: declaration 'objectid' definition 'objKey'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/appl/utils/genior/genior.cc:52:30: note: Function 'genRef' argument 4 names different: declaration 'objectid' definition 'objKey'.
omniorb-dfsg-4.2.2/src/appl/utils/genior/genior.cc:209:20: note: Function 'genRef' argument 4 names different: declaration 'objectid' definition 'objKey'.
omniorb-dfsg-4.2.2/src/lib/omniORB/codesets/cs-GBK.cc:6813:35: style: The scope of the variable 'd' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/codesets/cs-GBK.cc:7208:30: style: The scope of the variable 'c' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/codesets/cs-GBK.cc:7135:26: style: Function 'fastUnmarshalString' argument 4 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/lib/omniORB/codesets/cs-GBK.cc:64:30: note: Function 'fastUnmarshalString' argument 4 names different: declaration 'length' definition 'len'.
omniorb-dfsg-4.2.2/src/lib/omniORB/codesets/cs-GBK.cc:7135:26: note: Function 'fastUnmarshalString' argument 4 names different: declaration 'length' definition 'len'.
omniorb-dfsg-4.2.2/src/lib/omniORB/codesets/cs-GBK.cc:67:3: style: Class 'TCS_C_GBK' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/connections/omniConnectionMgmt.cc:111:12: style: C-style pointer casting [cstyleCast]
omniorb-dfsg-4.2.2/src/lib/omniORB/connections/omniConnectionMgmt.cc:170:28: style: The scope of the variable 'ior' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/any.cc:900:21: style: Variable 'ap' is not assigned a value. [unassignedVariable]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/context.cc:550:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/context.cc:548:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/context.cc:550:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/context.cc:550:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/context.cc:548:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/context.cc:550:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/contextList.cc:209:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/contextList.cc:207:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/contextList.cc:209:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/contextList.cc:209:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/contextList.cc:207:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/contextList.cc:209:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/dynAny.cc:5714:59: style: Function 'factory_create_dyn_any_from_type_code' argument 1 names different: declaration 'type' definition 'tc'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/dynAny.cc:118:59: note: Function 'factory_create_dyn_any_from_type_code' argument 1 names different: declaration 'type' definition 'tc'.
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/dynAny.cc:5714:59: note: Function 'factory_create_dyn_any_from_type_code' argument 1 names different: declaration 'type' definition 'tc'.
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/dynAny.cc:1833:21: style: Variable 'v' is not assigned a value. [unassignedVariable]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/dynAny.cc:3718:21: style: Variable 'v' is not assigned a value. [unassignedVariable]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/dynAny.cc:1834:9: error: Uninitialized variable: v [uninitvar]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/dynAny.cc:1835:10: error: Uninitialized variable: v [uninitvar]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/dynAny.cc:3719:9: error: Uninitialized variable: v [uninitvar]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/dynAny.cc:3720:10: error: Uninitialized variable: v [uninitvar]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/dynException.cc:475:8: performance: Technically the member function 'dynException_Singleton::attach' can be static. [functionStatic]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/dynamicImplementation.cc:106:5: style: Class 'DSIPostInvoker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/environment.cc:201:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/environment.cc:199:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/environment.cc:201:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/environment.cc:201:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/environment.cc:199:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/environment.cc:201:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/exceptionList.cc:208:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/exceptionList.cc:206:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/exceptionList.cc:208:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/exceptionList.cc:208:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/exceptionList.cc:206:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/exceptionList.cc:208:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/namedValue.cc:195:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/namedValue.cc:193:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/namedValue.cc:195:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/namedValue.cc:195:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/namedValue.cc:193:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/namedValue.cc:195:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/nvList.cc:254:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/nvList.cc:252:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/nvList.cc:254:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/nvList.cc:254:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/nvList.cc:252:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/nvList.cc:254:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/orbMultiRequest.cc:35:3: style: Struct 'RequestLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/request.cc:740:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/request.cc:738:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/request.cc:740:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/request.cc:740:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/request.cc:738:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/request.cc:740:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/request.cc:508:19: style: Variable 'o' is assigned a value that is never used. [unreadVariable]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/typecode.cc:223:3: style: Class 'omniNilTypeCodeHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/valueFactory.cc:248:23: style: The scope of the variable 'r' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/valueType.cc:194:30: style: Function 'marshalHeaderAndBody' argument 8 names different: declaration 'truncBases' definition 'valTruncIds'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/valueType.cc:68:30: note: Function 'marshalHeaderAndBody' argument 8 names different: declaration 'truncBases' definition 'valTruncIds'.
omniorb-dfsg-4.2.2/src/lib/omniORB/dynamic/valueType.cc:194:30: note: Function 'marshalHeaderAndBody' argument 8 names different: declaration 'truncBases' definition 'valTruncIds'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/GIOP_S.cc:684:24: style: Variable 'repoid' is assigned a value that is never used. [unreadVariable]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/SocketCollection.cc:992:12: style: Unused variable: index [unusedVariable]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/callHandle.cc:56:5: style: Class 'PostInvoker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cdrStreamAdapter.cc:37:5: style: Class 'StreamAdapterStateCopier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/codeSets.cc:182:23: style: The scope of the variable 'tcs' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/codeSets.cc:195:23: style: The scope of the variable 'tcs' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/codeSets.cc:230:23: style: The scope of the variable 'tcs' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/codeSets.cc:244:23: style: The scope of the variable 'tcs' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/constants.cc:261:0: error: AST broken: endless recursion from '_init_in_def_' [internalAstError]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaBoa.cc:149:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaBoa.cc:147:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaBoa.cc:149:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaBoa.cc:149:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaBoa.cc:147:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaBoa.cc:149:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaFixed.cc:806:37: style: The scope of the variable 'ad' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaFixed.cc:862:7: style: The scope of the variable 'c' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaFixed.cc:883:7: style: The scope of the variable 'ai' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaFixed.cc:883:11: style: The scope of the variable 'bi' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaFixed.cc:883:15: style: The scope of the variable 'carry' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaObject.cc:148:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaObject.cc:146:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaObject.cc:148:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaObject.cc:148:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaObject.cc:146:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaObject.cc:148:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaOrb.cc:161:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaOrb.cc:159:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaOrb.cc:161:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaOrb.cc:161:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaOrb.cc:159:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaOrb.cc:161:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaOrb.cc:853:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/corbaOrb.cc:862:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-16.cc:114:20: style: Function 'marshalWChar' argument 3 names different: declaration 'c' definition 'wc'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-16.cc:38:21: note: Function 'marshalWChar' argument 3 names different: declaration 'c' definition 'wc'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-16.cc:114:20: note: Function 'marshalWChar' argument 3 names different: declaration 'c' definition 'wc'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-16.cc:134:29: style: Function 'marshalWString' argument 5 names different: declaration 's' definition 'ws'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-16.cc:42:30: note: Function 'marshalWString' argument 5 names different: declaration 's' definition 'ws'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-16.cc:134:29: note: Function 'marshalWString' argument 5 names different: declaration 's' definition 'ws'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-16.cc:180:26: style: Function 'unmarshalWString' argument 4 names different: declaration 's' definition 'ws'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-16.cc:50:21: note: Function 'unmarshalWString' argument 4 names different: declaration 's' definition 'ws'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-16.cc:180:26: note: Function 'unmarshalWString' argument 4 names different: declaration 's' definition 'ws'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-8.cc:264:28: style: The scope of the variable 'bytes' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-8.cc:537:28: style: The scope of the variable 'bytes' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-8.cc:764:31: style: The scope of the variable 'bytes' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-8.cc:811:16: style: The scope of the variable 'bytes' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-8.cc:688:26: style: Function 'fastUnmarshalString' argument 4 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-8.cc:93:30: note: Function 'fastUnmarshalString' argument 4 names different: declaration 'length' definition 'len'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-8.cc:688:26: note: Function 'fastUnmarshalString' argument 4 names different: declaration 'length' definition 'len'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-8.cc:806:41: style: Function 'validateString' argument 1 names different: declaration 's' definition 'cs'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-8.cc:96:35: note: Function 'validateString' argument 1 names different: declaration 's' definition 'cs'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-8.cc:806:41: note: Function 'validateString' argument 1 names different: declaration 's' definition 'cs'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/cs-UTF-8.cc:98:3: style: Class 'TCS_C_UTF_8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:99:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:97:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:99:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:194:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:192:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:194:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:99:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:97:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:99:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:194:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:192:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/current.cc:194:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:148:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:146:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:148:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:148:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:146:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:148:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:281:20: style: The scope of the variable 'br' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:826:15: style: The scope of the variable 'gr' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:662:26: style: Variable 'rope' is assigned a value that is never used. [unreadVariable]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:188:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:236:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:241:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:318:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:322:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopBiDir.cc:668:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl10.cc:325:58: style: Function 'inputMessageEnd' argument 2 names different: declaration 'skip' definition 'disgard'. [funcArgNamesDifferent]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl10.cc:65:58: note: Function 'inputMessageEnd' argument 2 names different: declaration 'skip' definition 'disgard'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl10.cc:325:58: note: Function 'inputMessageEnd' argument 2 names different: declaration 'skip' definition 'disgard'.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl10.cc:1216:7: style: Unused variable: i [unusedVariable]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl11.cc:1312:7: style: Unused variable: i [unusedVariable]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl12.cc:940:3: style: Variable 'vb' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl12.cc:939:3: note: Variable 'vb' is reassigned a value before the old one has been used if variable is no semaphore variable.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl12.cc:940:3: note: Variable 'vb' is reassigned a value before the old one has been used if variable is no semaphore variable.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl12.cc:941:3: style: Variable 'vb' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl12.cc:940:3: note: Variable 'vb' is reassigned a value before the old one has been used if variable is no semaphore variable.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl12.cc:941:3: note: Variable 'vb' is reassigned a value before the old one has been used if variable is no semaphore variable.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopImpl12.cc:969:14: style: Variable 's' is assigned a value that is never used. [unreadVariable]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopRope.cc:883:15: style: The scope of the variable 'gr' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopRope.cc:94:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopRope.cc:128:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopRope.cc:573:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopRope.cc:643:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:359:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:328:25: error: Iterator 'i' used after element has been erased. [eraseDereference]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:326:5: note: Iterator 'i' used after element has been erased.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:328:25: note: Iterator 'i' used after element has been erased.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:362:23: error: Iterator 'i' used after element has been erased. [eraseDereference]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:345:3: note: Iterator 'i' used after element has been erased.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:362:23: note: Iterator 'i' used after element has been erased.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:374:27: error: Iterator 'j' used after element has been erased. [eraseDereference]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:370:3: note: Iterator 'j' used after element has been erased.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:374:27: note: Iterator 'j' used after element has been erased.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:429:33: error: Iterator 'i' used after element has been erased. [eraseDereference]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:412:5: note: Iterator 'i' used after element has been erased.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:429:33: note: Iterator 'i' used after element has been erased.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:655:29: error: Iterator 'i' used after element has been erased. [eraseDereference]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:653:5: note: Iterator 'i' used after element has been erased.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopServer.cc:655:29: note: Iterator 'i' used after element has been erased.
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopStream.cc:987:18: warning: Possible null pointer dereference: buf [nullPointer]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopStream.cc:975:11: note: Assignment 'buf=0', assigned value is 0
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/giopStream.cc:987:18: note: Null pointer dereference
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/inProcessIdentity.cc:54:3: style: Class 'omniInProcessIdentity_RefHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/initRefs.cc:314:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/initRefs.cc:778:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:564:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:475:16: style: The scope of the variable 'total' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:195:22: style: Technically the member function 'omniAsyncPool::purpose' can be const. [functionConst]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:77:3: style: Class 'omniAsyncWorkerInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:95:3: style: Class 'omniAsyncWorker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:291:3: style: Class 'omniAsyncPoolGeneral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:308:3: style: Class 'omniServerWorkerInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:321:3: style: Class 'omniAsyncPoolServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:339:3: style: Class 'omniClientWorkerInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:352:3: style: Class 'omniAsyncPoolClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:369:3: style: Class 'omniAsyncDedicated' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:295:8: style: The function 'workerRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:201:16: note: Virtual function in base class
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:295:8: note: Function in derived class
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:325:8: style: The function 'workerRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:201:16: note: Virtual function in base class
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:325:8: note: Function in derived class
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:356:8: style: The function 'workerRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:201:16: note: Virtual function in base class
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/invoker.cc:356:8: note: Function in derived class
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/ior.cc:645:7: style: The scope of the variable 'c' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/ior.cc:645:10: style: The scope of the variable 'n' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/ior.cc:413:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/localIdentity.cc:48:3: style: Class 'omniLocalIdentity_RefHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/localObject.cc:122:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/localObject.cc:120:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/localObject.cc:122:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/localObject.cc:122:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/localObject.cc:120:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/localObject.cc:122:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/objectAdapter.cc:129:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/objectAdapter.cc:275:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/objectAdapter.cc:393:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/objectAdapter.cc:423:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/objectAdapter.cc:450:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/objectAdapter.cc:591:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/objectAdapter.cc:649:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/objectAdapter.cc:684:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/objectAdapter.cc:744:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/objectAdapter.cc:859:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniIOR.cc:308:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniIOR.cc:302:7: note: outer condition: !pd_iorInfo
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniIOR.cc:308:9: note: identical inner condition: !pd_iorInfo
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniIOR.cc:146:34: style: The scope of the variable 'cs' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniInternal.cc:633:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniInternal.cc:933:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniInternal.cc:1638:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniInternal.cc:1646:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniObjRef.cc:318:23: style: The scope of the variable 'key' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniObjRef.cc:319:7: style: The scope of the variable 'keysize' can be reduced. [variableScope]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:118:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:116:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:118:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:211:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:209:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:211:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:118:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:116:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:118:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:211:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:209:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniPolicy.cc:211:9: note: Condition '!_the_nil_ptr' is always true
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/omniServant.cc:159:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/orbOptions.cc:101:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/orbOptions.cc:114:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/orbOptions.cc:181:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/orbOptions.cc:306:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/orbOptions.cc:329:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/orbOptions.cc:355:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/orbOptions.cc:378:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/orbOptions.cc:401:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/poa.cc:289:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/poa.cc:287:7: note: outer condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/poa.cc:289:9: note: identical inner condition: !_the_nil_ptr
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/poa.cc:289:9: style: Condition '!_the_nil_ptr' is always true [knownConditionTrueFalse]
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/poa.cc:287:7: note: Assuming that condition '!_the_nil_ptr' is not redundant
omniorb-dfsg-4.2.2/src/lib/omniORB/orbcore/poa.cc:289:9: note: Condition '!_the_nil_ptr' is always true
[12:32]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/o/ompl/ompl_1.2.1+ds1.orig.tar.gz
Checking ompl-1.2.1+ds1/tests/control/2dmap/2dmap.cpp: __GCC__=1;__GCC__=1...

ompl-1.2.1+ds1/demos/CForestCircleGridBenchmark.cpp:81:36: error: Uninitialized variable: distance [uninitvar]
ompl-1.2.1+ds1/demos/CForestCircleGridBenchmark.cpp:122:29: error: Uninitialized variable: distance [uninitvar]
ompl-1.2.1+ds1/demos/CForestCircleGridBenchmark.cpp:84:38: error: Uninitialized variable: gridLimit [uninitvar]
ompl-1.2.1+ds1/demos/CForestCircleGridBenchmark.cpp:108:25: error: Uninitialized variable: gridLimit [uninitvar]
ompl-1.2.1+ds1/demos/CForestCircleGridBenchmark.cpp:109:25: error: Uninitialized variable: gridLimit [uninitvar]
ompl-1.2.1+ds1/demos/CForestCircleGridBenchmark.cpp:127:73: error: Uninitialized variable: gridLimit [uninitvar]
ompl-1.2.1+ds1/demos/CForestCircleGridBenchmark.cpp:86:37: error: Uninitialized variable: runCount [uninitvar]
ompl-1.2.1+ds1/demos/CForestCircleGridBenchmark.cpp:82:46: error: Uninitialized variable: obstacleRadius [uninitvar]
ompl-1.2.1+ds1/demos/CForestCircleGridBenchmark.cpp:116:57: error: Uninitialized variable: obstacleRadius [uninitvar]
ompl-1.2.1+ds1/demos/CForestCircleGridBenchmark.cpp:83:45: error: Uninitialized variable: turningRadius [uninitvar]
ompl-1.2.1+ds1/demos/CForestCircleGridBenchmark.cpp:85:44: error: Uninitialized variable: runtimeLimit [uninitvar]
ompl-1.2.1+ds1/demos/GeometricCarPlanning.cpp:109:29: style: Unused variable: reals [unusedVariable]
ompl-1.2.1+ds1/demos/KinematicChainBenchmark.cpp:66:5: style: Class 'KinematicChainProjector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/KinematicChainBenchmark.cpp:138:5: style: Class 'KinematicChainValidityChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/Koules/KoulesStateSpace.h:47:5: style: Class 'KoulesStateSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/Koules/Koules.cpp:157:50: error: Uninitialized variable: numKoules [uninitvar]
ompl-1.2.1+ds1/demos/Koules/Koules.cpp:162:48: error: Uninitialized variable: numRuns [uninitvar]
ompl-1.2.1+ds1/demos/Koules/Koules.cpp:159:42: error: Uninitialized variable: maxTime [uninitvar]
ompl-1.2.1+ds1/demos/Koules/Koules.cpp:166:43: error: Uninitialized variable: kouleVel [uninitvar]
ompl-1.2.1+ds1/demos/Koules/Koules.cpp:187:28: error: Uninitialized variable: numKoules [uninitvar]
ompl-1.2.1+ds1/demos/Koules/Koules.cpp:187:54: error: Uninitialized variable: maxTime [uninitvar]
ompl-1.2.1+ds1/demos/Koules/Koules.cpp:190:22: error: Uninitialized variable: maxTime [uninitvar]
ompl-1.2.1+ds1/demos/Koules/KoulesControlSpace.h:46:5: style: Class 'KoulesControlSampler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/Koules/KoulesControlSpace.h:71:5: style: Class 'KoulesControlSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/Koules/KoulesGoal.h:46:5: style: Class 'KoulesGoal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/Koules/KoulesSetup.cpp:86:12: style: The scope of the variable 'theta' can be reduced. [variableScope]
ompl-1.2.1+ds1/demos/Koules/KoulesSetup.cpp:111:16: style: The scope of the variable 'r' can be reduced. [variableScope]
ompl-1.2.1+ds1/demos/Koules/KoulesStatePropagator.h:48:5: style: Class 'KoulesStatePropagator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/Koules/KoulesSetup.cpp:56:5: style: Class 'KoulesStateValidityChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/Koules/KoulesSimulator.cpp:309:18: style: The scope of the variable 'ii' can be reduced. [variableScope]
ompl-1.2.1+ds1/demos/Koules/KoulesSimulator.cpp:114:18: warning: Member variable 'KoulesSimulator::time_' is not initialized in the constructor. [uninitMemberVar]
ompl-1.2.1+ds1/demos/Koules/KoulesSimulator.cpp:114:18: warning: Member variable 'KoulesSimulator::endTime_' is not initialized in the constructor. [uninitMemberVar]
ompl-1.2.1+ds1/demos/Koules/KoulesSimulator.h:49:5: style: Class 'KoulesSimulator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/LTLWithTriangulation.cpp:63:5: style: Class 'MyDecomposition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/OpenDERigidBodyPlanning.cpp:143:5: style: Class 'RigidBodyGoal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/OpenDERigidBodyPlanning.cpp:165:5: style: Class 'RigidBodyStateProjectionEvaluator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/OpenDERigidBodyPlanning.cpp:197:5: style: Class 'RigidBodyStateSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:148:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:153:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:158:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:163:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:168:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:173:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:178:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:184:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:413:46: style: Function 'argParse' argument 3 names different: declaration 'runTime' definition 'runTimePtr'. [funcArgNamesDifferent]
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:91:46: note: Function 'argParse' argument 3 names different: declaration 'runTime' definition 'runTimePtr'.
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:413:46: note: Function 'argParse' argument 3 names different: declaration 'runTime' definition 'runTimePtr'.
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:100:5: style: Class 'ValidityChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/OptimalPlanning.cpp:344:5: style: Class 'ClearanceObjective' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/Point2DPlanning.cpp:56:5: style: Class 'Plane2DEnvironment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/RigidBodyPlanningWithIK.cpp:54:5: style: Class 'MyGoalRegion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/RigidBodyPlanningWithIntegrationAndControls.cpp:58:5: style: Class 'KinematicCarModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/RigidBodyPlanningWithIntegrationAndControls.cpp:162:5: style: Class 'DemoControlSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/RigidBodyPlanningWithIntegrationAndControls.cpp:171:5: style: Class 'DemoStatePropagator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/RigidBodyPlanningWithODESolverAndControls.cpp:56:13: performance: Variable 'space_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ompl-1.2.1+ds1/demos/RigidBodyPlanningWithODESolverAndControls.cpp:54:9: style: Class 'KinematicCarModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/RigidBodyPlanningWithODESolverAndControls.cpp:161:5: style: Class 'DemoControlSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/StateSampling.cpp:62:5: style: Class 'MyValidStateSampler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/demos/TriangulationDemo.cpp:22:5: style: Class 'MyTriangularDecomposition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/base/samplers/src/MaximizeClearanceValidStateSampler.cpp:68:14: style: The scope of the variable 'validW' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/base/samplers/src/MaximizeClearanceValidStateSampler.cpp:102:14: style: The scope of the variable 'validW' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/base/spaces/src/DiscreteStateSpace.cpp:156:9: style: Class 'DiscreteDefaultProjection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/base/spaces/src/DubinsStateSpace.cpp:392:25: style: The scope of the variable 'firstTime' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/base/spaces/src/ReedsSheppStateSpace.cpp:580:37: style: The scope of the variable 'phi' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/base/spaces/src/ReedsSheppStateSpace.cpp:691:25: style: The scope of the variable 'firstTime' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/base/spaces/src/SE2StateSpace.cpp:59:9: style: Class 'SE2DefaultProjection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/base/spaces/src/SE3StateSpace.cpp:59:9: style: Class 'SE3DefaultProjection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/base/spaces/src/SO2StateSpace.cpp:179:9: style: Class 'SO2DefaultProjection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/base/spaces/src/SO3StateSpace.cpp:339:9: style: Class 'SO3DefaultProjection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/base/spaces/src/TimeStateSpace.cpp:166:9: style: Class 'TimeDefaultProjection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/base/src/PlannerData.cpp:98:13: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
ompl-1.2.1+ds1/src/ompl/base/src/PlannerData.cpp:524:9: style: Redundant checking of STL container element existence before removing it. [redundantIfRemove]
ompl-1.2.1+ds1/src/ompl/control/planners/ltl/src/LTLProblemDefinition.cpp:83:9: style: Class 'LTLGoal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/control/planners/syclop/src/GridDecomposition.cpp:231:9: style: The scope of the variable 'index' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/control/planners/syclop/src/GridDecomposition.cpp:275:0: error: Memory leak: regionBounds [memleak]
ompl-1.2.1+ds1/src/ompl/control/planners/syclop/src/Syclop.cpp:421:9: style: Exception should be caught by reference. [catchExceptionByValue]
ompl-1.2.1+ds1/src/ompl/extensions/opende/src/OpenDEStatePropagator.cpp:71:25: style: Checking if unsigned variable 'maxContacts' is less than zero. [unsignedLessThanZero]
ompl-1.2.1+ds1/src/ompl/geometric/planners/bitstar/datastructures/src/Vertex.cpp:339:38: error: Iterator 'cIter' used after element has been erased. [eraseDereference]
ompl-1.2.1+ds1/src/ompl/geometric/planners/bitstar/datastructures/src/Vertex.cpp:326:13: note: Iterator 'cIter' used after element has been erased.
ompl-1.2.1+ds1/src/ompl/geometric/planners/bitstar/datastructures/src/Vertex.cpp:339:38: note: Iterator 'cIter' used after element has been erased.
ompl-1.2.1+ds1/src/ompl/geometric/planners/est/src/BiEST.cpp:186:31: style: The scope of the variable 'motions' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/geometric/planners/experience/src/LightningRetrieveRepair.cpp:477:5: style: Variable 'lastStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ompl-1.2.1+ds1/src/ompl/geometric/planners/experience/src/LightningRetrieveRepair.cpp:474:0: note: Variable 'lastStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
ompl-1.2.1+ds1/src/ompl/geometric/planners/experience/src/LightningRetrieveRepair.cpp:477:5: note: Variable 'lastStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
ompl-1.2.1+ds1/src/ompl/geometric/planners/experience/src/ThunderRetrieveRepair.cpp:320:5: style: Variable 'lastStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ompl-1.2.1+ds1/src/ompl/geometric/planners/experience/src/ThunderRetrieveRepair.cpp:316:0: note: Variable 'lastStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
ompl-1.2.1+ds1/src/ompl/geometric/planners/experience/src/ThunderRetrieveRepair.cpp:320:5: note: Variable 'lastStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
ompl-1.2.1+ds1/src/ompl/geometric/planners/fmt/src/BFMT.cpp:144:13: style: Variable 'numStartNodes' is modified but its new value is never used. [unreadVariable]
ompl-1.2.1+ds1/src/ompl/geometric/planners/fmt/src/BFMT.cpp:171:13: style: Variable 'numGoalNodes' is modified but its new value is never used. [unreadVariable]
ompl-1.2.1+ds1/src/ompl/geometric/planners/fmt/src/BFMT.cpp:180:34: style: Variable 'numEdges' is modified but its new value is never used. [unreadVariable]
ompl-1.2.1+ds1/src/ompl/geometric/planners/fmt/src/BFMT.cpp:153:17: style: Variable 'numFwdEdges' is modified but its new value is never used. [unreadVariable]
ompl-1.2.1+ds1/src/ompl/geometric/planners/fmt/src/BFMT.cpp:179:17: style: Variable 'numRevEdges' is modified but its new value is never used. [unreadVariable]
ompl-1.2.1+ds1/src/ompl/geometric/planners/fmt/src/FMT.cpp:341:10: style: The scope of the variable 'successfulExpansion' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/geometric/planners/kpiece/src/BKPIECE1.cpp:127:33: style: The scope of the variable 'otherDisc' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/geometric/planners/prm/src/GoalVisitor.hpp:55:0: style: Class 'AStarGoalVisitor < Vertex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/geometric/planners/prm/src/GoalVisitor.hpp:55:0: style: Class 'AStarGoalVisitor < SparseVertex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/geometric/planners/prm/src/GoalVisitor.hpp:55:0: style: Class 'AStarGoalVisitor < DenseVertex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/geometric/planners/rrt/src/LazyLBTRRT.cpp:405:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ompl-1.2.1+ds1/src/ompl/geometric/planners/rrt/src/LazyLBTRRT.cpp:407:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ompl-1.2.1+ds1/src/ompl/geometric/planners/rrt/src/RRTConnect.cpp:200:19: style: The scope of the variable 'otherTree' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/geometric/planners/rrt/src/TRRT.cpp:206:12: style: The scope of the variable 'randMotionDistance' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/geometric/planners/rrt/src/pRRT.cpp:156:26: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ompl-1.2.1+ds1/src/ompl/geometric/planners/rrt/src/pRRT.cpp:153:22: note: outer condition: dist<sol->approxdif
ompl-1.2.1+ds1/src/ompl/geometric/planners/rrt/src/pRRT.cpp:156:26: note: identical inner condition: dist<sol->approxdif
ompl-1.2.1+ds1/src/ompl/geometric/planners/stride/src/STRIDE.cpp:237:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ompl-1.2.1+ds1/src/ompl/geometric/src/PathSimplifier.cpp:122:18: style: The scope of the variable 'nochange' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/tools/benchmark/src/Benchmark.cpp:77:13: warning: Member variable 'RunPlanner::solved_' is not initialized in the constructor. [uninitMemberVar]
ompl-1.2.1+ds1/src/ompl/tools/benchmark/src/MachineSpecs.cpp:214:16: style: Condition 'result==0' is always true [knownConditionTrueFalse]
ompl-1.2.1+ds1/src/ompl/tools/benchmark/src/MachineSpecs.cpp:213:49: note: Assignment 'result=getProcessMemoryUsageAux()', assigned value is 0
ompl-1.2.1+ds1/src/ompl/tools/benchmark/src/MachineSpecs.cpp:214:16: note: Condition 'result==0' is always true
ompl-1.2.1+ds1/src/ompl/tools/config/src/SelfConfig.cpp:87:18: performance: Technically the member function 'ompl::tools::SelfConfigImpl::configureValidStateSamplingAttempts' can be static. [functionStatic]
ompl-1.2.1+ds1/src/ompl/tools/config/src/SelfConfig.cpp:64:13: style: Class 'SelfConfigImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/tools/thunder/src/SPARSdb.cpp:333:9: style: Condition '!same_component' is always false [knownConditionTrueFalse]
ompl-1.2.1+ds1/src/ompl/tools/thunder/src/SPARSdb.cpp:330:27: note: Assignment 'same_component=true', assigned value is 1
ompl-1.2.1+ds1/src/ompl/tools/thunder/src/SPARSdb.cpp:333:9: note: Condition '!same_component' is always false
ompl-1.2.1+ds1/src/ompl/tools/thunder/src/SPARSdb.cpp:836:9: style: Condition 'benchmarkLogging' is always true [knownConditionTrueFalse]
ompl-1.2.1+ds1/src/ompl/tools/thunder/src/SPARSdb.cpp:835:29: note: Assignment 'benchmarkLogging=true', assigned value is 1
ompl-1.2.1+ds1/src/ompl/tools/thunder/src/SPARSdb.cpp:836:9: note: Condition 'benchmarkLogging' is always true
ompl-1.2.1+ds1/src/ompl/tools/thunder/src/SPARSdb.cpp:697:12: style: The scope of the variable 'distanceFromLastState' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/tools/thunder/src/SPARSdb.cpp:1302:12: style: The scope of the variable 'neighborSearchRadius' can be reduced. [variableScope]
ompl-1.2.1+ds1/src/ompl/tools/thunder/src/Thunder.cpp:221:9: style: Condition 'stopWhenFirstSolutionFound' is always true [knownConditionTrueFalse]
ompl-1.2.1+ds1/src/ompl/tools/thunder/src/Thunder.cpp:219:39: note: Assignment 'stopWhenFirstSolutionFound=true', assigned value is 1
ompl-1.2.1+ds1/src/ompl/tools/thunder/src/Thunder.cpp:221:9: note: Condition 'stopWhenFirstSolutionFound' is always true
ompl-1.2.1+ds1/src/ompl/util/src/Console.cpp:67:9: performance: Variable 'logLevel_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ompl-1.2.1+ds1/src/ompl/util/src/PPM.cpp:52:9: style: Struct 'AutoClose' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/src/ompl/util/src/RandomNumbers.cpp:155:5: style: Class 'SphericalData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ompl-1.2.1+ds1/tests/base/planner_data.cpp:470:5: warning: Member variable 'PlannerDataTestVertex::tag2_' is not initialized in the constructor. [uninitMemberVar]
ompl-1.2.1+ds1/tests/base/planner_data.cpp:216:1: warning: The class 'TestEdge' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ompl-1.2.1+ds1/tests/base/planner_data.cpp:456:1: warning: The class 'PlannerDataTestVertex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
[12:32]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/o/onak/onak_0.5.0.orig.tar.xz
onak-0.5.0/add.c:50:2: style: Variable 'params' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/add.c:42:0: note: Variable 'params' is reassigned a value before the old one has been used.
onak-0.5.0/add.c:50:2: note: Variable 'params' is reassigned a value before the old one has been used.
onak-0.5.0/add.c:44:31: style: The scope of the variable 'count' can be reduced. [variableScope]
onak-0.5.0/armor.c:267:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/charfuncs.c:38:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/charfuncs.c:36:0: note: Variable 'buf' is reassigned a value before the old one has been used.
onak-0.5.0/charfuncs.c:38:2: note: Variable 'buf' is reassigned a value before the old one has been used.
onak-0.5.0/charfuncs.c:65:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/charfuncs.c:62:0: note: Variable 'buf' is reassigned a value before the old one has been used.
onak-0.5.0/charfuncs.c:65:2: note: Variable 'buf' is reassigned a value before the old one has been used.
onak-0.5.0/cleankey.c:193:19: style: The scope of the variable 'count' can be reduced. [variableScope]
onak-0.5.0/decodekey.c:107:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
onak-0.5.0/decodekey.c:52:6: style: The scope of the variable 'packetlen' can be reduced. [variableScope]
onak-0.5.0/decodekey.c:188:11: style: The scope of the variable 'keyid' can be reduced. [variableScope]
onak-0.5.0/decodekey.c:310:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
onak-0.5.0/decodekey.c:312:6: style: The scope of the variable 'count' can be reduced. [variableScope]
onak-0.5.0/decodekey.c:356:36: style: The scope of the variable 'count' can be reduced. [variableScope]
onak-0.5.0/getcgi.c:260:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
onak-0.5.0/getcgi.c:44:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/getcgi.c:39:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
onak-0.5.0/getcgi.c:44:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
onak-0.5.0/getcgi.c:148:16: style: The scope of the variable 'eqpos' can be reduced. [variableScope]
onak-0.5.0/getcgi.c:252:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/gpgstats-0.0.2/dotrees.c:97:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/dotrees.c:192:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/dotrees.c:216:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/dotrees.c:255:23: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/dotrees.c:258:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/dotrees.c:144:14: style: The scope of the variable 'v' can be reduced. [variableScope]
onak-0.5.0/gpgstats-0.0.2/dotrees.c:241:16: style: The scope of the variable 'count' can be reduced. [variableScope]
onak-0.5.0/gpgstats-0.0.2/dotrees.c:264:14: style: Unused variable: keyinfo [unusedVariable]
onak-0.5.0/gpgstats-0.0.2/dotrees.c:264:22: style: Unused variable: foo [unusedVariable]
onak-0.5.0/gpgstats-0.0.2/dotrees.c:265:6: style: Unused variable: rec [unusedVariable]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:76:3: warning: %llX in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:126:2: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:126:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:128:2: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:130:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:130:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:131:2: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:131:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:133:2: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:133:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:135:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:137:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:166:4: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:49:16: style: The scope of the variable 'count' can be reduced. [variableScope]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:103:53: style: The scope of the variable 'cur' can be reduced. [variableScope]
onak-0.5.0/gpgstats-0.0.2/gpgstats.c:54:25: style: Variable 'total' is modified but its new value is never used. [unreadVariable]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:62:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:97:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:97:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:97:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:97:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:98:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:98:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:98:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:98:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:105:20: style: The scope of the variable 'v' can be reduced. [variableScope]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:19:33: style: struct member 'keycount::count' is never used. [unusedStructMember]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:19:58: style: struct member 'keycount::k' is never used. [unusedStructMember]
onak-0.5.0/gpgstats-0.0.2/graphstuff.c:115:9: error: Uninitialized variable: curkey [uninitvar]
onak-0.5.0/gpgwww.c:151:2: style: Variable 'cgiparams' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/gpgwww.c:146:0: note: Variable 'cgiparams' is reassigned a value before the old one has been used.
onak-0.5.0/gpgwww.c:151:2: note: Variable 'cgiparams' is reassigned a value before the old one has been used.
onak-0.5.0/gpgwww.c:43:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keyarray.c:44:7: style: The scope of the variable 'top' can be reduced. [variableScope]
onak-0.5.0/keyarray.c:45:7: style: The scope of the variable 'bottom' can be reduced. [variableScope]
onak-0.5.0/keyarray.c:46:7: style: The scope of the variable 'curpos' can be reduced. [variableScope]
onak-0.5.0/keyarray.c:69:7: style: The scope of the variable 'top' can be reduced. [variableScope]
onak-0.5.0/keyarray.c:70:7: style: The scope of the variable 'bottom' can be reduced. [variableScope]
onak-0.5.0/keyd.c:219:3: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keyd.c:200:0: note: Variable 'fd' is reassigned a value before the old one has been used.
onak-0.5.0/keyd.c:219:3: note: Variable 'fd' is reassigned a value before the old one has been used.
onak-0.5.0/keyd.c:583:2: style: Variable 'srv' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keyd.c:579:0: note: Variable 'srv' is reassigned a value before the old one has been used.
onak-0.5.0/keyd.c:583:2: note: Variable 'srv' is reassigned a value before the old one has been used.
onak-0.5.0/keyd.c:610:15: style: The scope of the variable 'maxfd' can be reduced. [variableScope]
onak-0.5.0/keyd.c:610:22: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keyd.c:610:25: style: The scope of the variable 'clients' can be reduced. [variableScope]
onak-0.5.0/keyd.c:616:21: style: The scope of the variable 'dbctx' can be reduced. [variableScope]
onak-0.5.0/keydb_db4.c:791:18: warning: Either the condition 'publickey!=NULL' is redundant or there is possible null pointer dereference: publickey. [nullPointerRedundantCheck]
onak-0.5.0/keydb_db4.c:796:16: note: Assuming that condition 'publickey!=NULL' is not redundant
onak-0.5.0/keydb_db4.c:791:18: note: Null pointer dereference
onak-0.5.0/keydb_db4.c:587:2: style: Variable 'searchtext' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_db4.c:578:0: note: Variable 'searchtext' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_db4.c:587:2: note: Variable 'searchtext' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_db4.c:302:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
onak-0.5.0/keydb_db4.c:303:12: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keydb_db4.c:574:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
onak-0.5.0/keydb_db4.c:700:12: style: The scope of the variable 'keyid' can be reduced. [variableScope]
onak-0.5.0/keydb_db4.c:1510:30: style: The scope of the variable 'ret' can be reduced. [variableScope]
onak-0.5.0/keydb.c:197:7: style: The scope of the variable 'intrans' can be reduced. [variableScope]
onak-0.5.0/keydb_db4.c:1581:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keydb_db4.c:1635:13: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keydb_db4.c:1638:13: style: The scope of the variable 'maxlocks' can be reduced. [variableScope]
onak-0.5.0/keydb_file.c:84:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_file.c:80:0: note: Variable 'fd' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_file.c:84:2: note: Variable 'fd' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_file.c:200:30: style: The scope of the variable 'keyfile' can be reduced. [variableScope]
onak-0.5.0/keydb_fs.c:217:2: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_fs.c:211:0: note: Variable 'd' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_fs.c:217:2: note: Variable 'd' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_fs.c:476:2: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_fs.c:470:0: note: Variable 'd' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_fs.c:476:2: note: Variable 'd' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_fs.c:519:2: style: Variable 'searchtext' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_fs.c:514:0: note: Variable 'searchtext' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_fs.c:519:2: note: Variable 'searchtext' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_fs.c:520:2: style: Variable 'wl' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_fs.c:512:0: note: Variable 'wl' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_fs.c:520:2: note: Variable 'wl' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_fs.c:522:2: style: Variable 'keylist' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_fs.c:513:0: note: Variable 'keylist' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_fs.c:522:2: note: Variable 'keylist' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_fs.c:302:14: style: The scope of the variable 'wbuffer' can be reduced. [variableScope]
onak-0.5.0/keydb_fs.c:311:11: style: The scope of the variable 'hashid' can be reduced. [variableScope]
onak-0.5.0/keydb_fs.c:312:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keydb_fs.c:406:11: style: The scope of the variable 'subkeyid' can be reduced. [variableScope]
onak-0.5.0/keydb_fs.c:407:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keydb_fs.c:473:17: style: The scope of the variable 'de' can be reduced. [variableScope]
onak-0.5.0/keydb_hkp.c:354:26: style: The scope of the variable 'curl_info' can be reduced. [variableScope]
onak-0.5.0/keydb_keyd.c:318:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
onak-0.5.0/keydb_keyd.c:103:30: style: The scope of the variable 'bytes' can be reduced. [variableScope]
onak-0.5.0/keydb_keyd.c:145:30: style: The scope of the variable 'bytes' can be reduced. [variableScope]
onak-0.5.0/keydb_keyd.c:328:30: style: The scope of the variable 'bytes' can be reduced. [variableScope]
onak-0.5.0/keydb_keyd.c:406:30: style: The scope of the variable 'bytes' can be reduced. [variableScope]
onak-0.5.0/keydb_keyd.c:407:30: style: The scope of the variable 'count' can be reduced. [variableScope]
onak-0.5.0/keydb_keyd.c:511:14: style: The scope of the variable 'count' can be reduced. [variableScope]
onak-0.5.0/keydb_pg.c:79:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_pg.c:77:0: note: Variable 'result' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:79:2: note: Variable 'result' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:95:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_pg.c:93:0: note: Variable 'result' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:95:2: note: Variable 'result' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:202:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_pg.c:193:0: note: Variable 'result' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:202:2: note: Variable 'result' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:205:2: style: Variable 'newsearch' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_pg.c:199:0: note: Variable 'newsearch' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:205:2: note: Variable 'newsearch' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:481:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_pg.c:473:0: note: Variable 'result' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:481:2: note: Variable 'result' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:602:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/keydb_pg.c:595:0: note: Variable 'result' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:602:2: note: Variable 'result' is reassigned a value before the old one has been used.
onak-0.5.0/keydb_pg.c:123:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keydb_pg.c:196:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keydb_pg.c:264:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keydb_pg.c:348:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keydb_pg.c:519:11: style: The scope of the variable 'signer' can be reduced. [variableScope]
onak-0.5.0/keydb_pg.c:521:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keydb_pg.c:521:9: style: The scope of the variable 'j' can be reduced. [variableScope]
onak-0.5.0/keydb_pg.c:522:6: style: The scope of the variable 'numsigs' can be reduced. [variableScope]
onak-0.5.0/keydb_pg.c:524:8: style: The scope of the variable 'str' can be reduced. [variableScope]
onak-0.5.0/keydb_pg.c:597:6: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/keydb_stacked.c:310:51: style: Same expression on both sides of '==' because the value of 'res' and '0' are the same. [duplicateExpression]
onak-0.5.0/keydb_stacked.c:308:12: note: 'res' is assigned value '0' here.
onak-0.5.0/keydb_stacked.c:310:51: note: Same expression on both sides of '==' because the value of 'res' and '0' are the same.
onak-0.5.0/keydb_stacked.c:306:21: style: The scope of the variable 'backend' can be reduced. [variableScope]
onak-0.5.0/keydb_stacked.c:331:21: style: The scope of the variable 'backend' can be reduced. [variableScope]
onak-0.5.0/keydb_stacked.c:332:25: style: The scope of the variable 'backend_cfg' can be reduced. [variableScope]
onak-0.5.0/keydctl.c:118:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:118:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:161:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:169:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:172:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:174:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:176:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:178:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:180:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:182:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:184:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:186:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:188:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:190:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:192:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:194:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:195:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keydctl.c:197:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onak-0.5.0/keyid.c:222:40: style: The scope of the variable 'cur' can be reduced. [variableScope]
onak-0.5.0/keyid.c:240:53: style: Function 'get_skshash' argument 1 names different: declaration 'publickey' definition 'key'. [funcArgNamesDifferent]
onak-0.5.0/keyid.h:78:53: note: Function 'get_skshash' argument 1 names different: declaration 'publickey' definition 'key'.
onak-0.5.0/keyid.c:240:53: note: Function 'get_skshash' argument 1 names different: declaration 'publickey' definition 'key'.
onak-0.5.0/keyindex.c:219:11: style: The scope of the variable 'sigid' can be reduced. [variableScope]
onak-0.5.0/keyindex.c:425:11: style: The scope of the variable 'length' can be reduced. [variableScope]
onak-0.5.0/keyindex.c:537:14: style: The scope of the variable 'created_time' can be reduced. [variableScope]
onak-0.5.0/keyindex.c:539:11: style: The scope of the variable 'length' can be reduced. [variableScope]
onak-0.5.0/log.c:141:2: style: Variable 'timestamp' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/log.c:137:0: note: Variable 'timestamp' is reassigned a value before the old one has been used.
onak-0.5.0/log.c:141:2: note: Variable 'timestamp' is reassigned a value before the old one has been used.
onak-0.5.0/log.c:190:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
onak-0.5.0/lookup.c:131:2: style: Variable 'params' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/lookup.c:110:0: note: Variable 'params' is reassigned a value before the old one has been used.
onak-0.5.0/lookup.c:131:2: note: Variable 'params' is reassigned a value before the old one has been used.
onak-0.5.0/onak-conf.c:291:8: style: The scope of the variable 'i' can be reduced. [variableScope]
onak-0.5.0/onak-conf.c:292:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
onak-0.5.0/onak-conf.c:292:14: style: The scope of the variable 'conf' can be reduced. [variableScope]
onak-0.5.0/onak-conf.c:296:7: style: The scope of the variable 'res' can be reduced. [variableScope]
onak-0.5.0/onak.c:100:7: style: The scope of the variable 'filename' can be reduced. [variableScope]
onak-0.5.0/parsekey.c:168:2: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
onak-0.5.0/sha1.c:54:19: style: union member 'CHAR64LONG16::c' is never used. [unusedStructMember]
onak-0.5.0/sixdegrees.c:97:7: style: The scope of the variable 'degree' can be reduced. [variableScope]
onak-0.5.0/stats.c:173:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onak-0.5.0/stats.c:80:2: style: Variable 'keys' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/stats.c:72:0: note: Variable 'keys' is reassigned a value before the old one has been used.
onak-0.5.0/stats.c:80:2: note: Variable 'keys' is reassigned a value before the old one has been used.
onak-0.5.0/stats.c:81:2: style: Variable 'oldkeys' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/stats.c:73:0: note: Variable 'oldkeys' is reassigned a value before the old one has been used.
onak-0.5.0/stats.c:81:2: note: Variable 'oldkeys' is reassigned a value before the old one has been used.
onak-0.5.0/stats.c:141:6: style: The scope of the variable 'rec' can be reduced. [variableScope]
onak-0.5.0/stats.c:287:5: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
onak-0.5.0/wordlist.c:51:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
onak-0.5.0/wordlist.c:44:0: note: Variable 'end' is reassigned a value before the old one has been used.
onak-0.5.0/wordlist.c:51:2: note: Variable 'end' is reassigned a value before the old one has been used.
onak-0.5.0/wotsap.c:40:28: style: The scope of the variable 'curobj' can be reduced. [variableScope]
onak-0.5.0/wotsap.c:41:29: style: The scope of the variable 'toadd' can be reduced. [variableScope]
onak-0.5.0/wotsap.c:189:11: style: The scope of the variable 'keyid' can be reduced. [variableScope]
onak-0.5.0/wotsap.c:119:3: error: Resource leak: names [resourceLeak]
onak-0.5.0/wotsap.c:125:3: error: Resource leak: names [resourceLeak]
onak-0.5.0/wotsap.c:125:3: error: Resource leak: keys [resourceLeak]
onak-0.5.0/wotsap.c:92:0: error: Memory leak: tmppath [memleak]
[12:32]

ftp://ftp.se.debian.org/debian/pool/main/o/onboard/onboard_1.4.1.orig.tar.gz
onboard-1.4.1/Onboard/osk/osk_audio.c:39:26: style: Function 'osk_audio_init' argument 1 names different: declaration 'self' definition 'audio'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_audio.c:36:1: note: Function 'osk_audio_init' argument 1 names different: declaration 'self' definition 'audio'.
onboard-1.4.1/Onboard/osk/osk_audio.c:39:26: note: Function 'osk_audio_init' argument 1 names different: declaration 'self' definition 'audio'.
onboard-1.4.1/Onboard/osk/osk_audio.c:50:29: style: Function 'osk_audio_dealloc' argument 1 names different: declaration 'self' definition 'audio'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_audio.c:36:1: note: Function 'osk_audio_dealloc' argument 1 names different: declaration 'self' definition 'audio'.
onboard-1.4.1/Onboard/osk/osk_audio.c:50:29: note: Function 'osk_audio_dealloc' argument 1 names different: declaration 'self' definition 'audio'.
onboard-1.4.1/Onboard/osk/osk_click_mapper.c:229:9: style: The scope of the variable 'i' can be reduced. [variableScope]
onboard-1.4.1/Onboard/osk/osk_click_mapper.c:96:41: style: Function 'osk_click_mapper_init' argument 1 names different: declaration 'self' definition 'instance'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_click_mapper.c:92:1: note: Function 'osk_click_mapper_init' argument 1 names different: declaration 'self' definition 'instance'.
onboard-1.4.1/Onboard/osk/osk_click_mapper.c:96:41: note: Function 'osk_click_mapper_init' argument 1 names different: declaration 'self' definition 'instance'.
onboard-1.4.1/Onboard/osk/osk_click_mapper.c:130:44: style: Function 'osk_click_mapper_dealloc' argument 1 names different: declaration 'self' definition 'instance'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_click_mapper.c:92:1: note: Function 'osk_click_mapper_dealloc' argument 1 names different: declaration 'self' definition 'instance'.
onboard-1.4.1/Onboard/osk/osk_click_mapper.c:130:44: note: Function 'osk_click_mapper_dealloc' argument 1 names different: declaration 'self' definition 'instance'.
onboard-1.4.1/Onboard/osk/osk_dconf.c:34:27: style: Function 'osk_dconf_init' argument 1 names different: declaration 'self' definition 'odc'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_dconf.c:31:1: note: Function 'osk_dconf_init' argument 1 names different: declaration 'self' definition 'odc'.
onboard-1.4.1/Onboard/osk/osk_dconf.c:34:27: note: Function 'osk_dconf_init' argument 1 names different: declaration 'self' definition 'odc'.
onboard-1.4.1/Onboard/osk/osk_dconf.c:50:30: style: Function 'osk_dconf_dealloc' argument 1 names different: declaration 'self' definition 'odc'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_dconf.c:31:1: note: Function 'osk_dconf_dealloc' argument 1 names different: declaration 'self' definition 'odc'.
onboard-1.4.1/Onboard/osk/osk_dconf.c:50:30: note: Function 'osk_dconf_dealloc' argument 1 names different: declaration 'self' definition 'odc'.
onboard-1.4.1/Onboard/osk/osk_devices.c:831:38: style: The scope of the variable 'info' can be reduced. [variableScope]
onboard-1.4.1/Onboard/osk/osk_devices.c:1266:19: style: The scope of the variable 'mask' can be reduced. [variableScope]
onboard-1.4.1/Onboard/osk/osk_devices.c:1309:19: style: The scope of the variable 'mask' can be reduced. [variableScope]
onboard-1.4.1/Onboard/osk/osk_devices.c:236:31: style: Function 'osk_devices_init' argument 1 names different: declaration 'self' definition 'dev'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_devices.c:228:1: note: Function 'osk_devices_init' argument 1 names different: declaration 'self' definition 'dev'.
onboard-1.4.1/Onboard/osk/osk_devices.c:236:31: note: Function 'osk_devices_init' argument 1 names different: declaration 'self' definition 'dev'.
onboard-1.4.1/Onboard/osk/osk_devices.c:311:34: style: Function 'osk_devices_dealloc' argument 1 names different: declaration 'self' definition 'dev'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_devices.c:228:1: note: Function 'osk_devices_dealloc' argument 1 names different: declaration 'self' definition 'dev'.
onboard-1.4.1/Onboard/osk/osk_devices.c:311:34: note: Function 'osk_devices_dealloc' argument 1 names different: declaration 'self' definition 'dev'.
onboard-1.4.1/Onboard/osk/osk_hunspell.c:32:33: style: Function 'osk_hunspell_init' argument 1 names different: declaration 'self' definition 'oh'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_hunspell.c:29:1: note: Function 'osk_hunspell_init' argument 1 names different: declaration 'self' definition 'oh'.
onboard-1.4.1/Onboard/osk/osk_hunspell.c:32:33: note: Function 'osk_hunspell_init' argument 1 names different: declaration 'self' definition 'oh'.
onboard-1.4.1/Onboard/osk/osk_hunspell.c:53:36: style: Function 'osk_hunspell_dealloc' argument 1 names different: declaration 'self' definition 'oh'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_hunspell.c:29:1: note: Function 'osk_hunspell_dealloc' argument 1 names different: declaration 'self' definition 'oh'.
onboard-1.4.1/Onboard/osk/osk_hunspell.c:53:36: note: Function 'osk_hunspell_dealloc' argument 1 names different: declaration 'self' definition 'oh'.
onboard-1.4.1/Onboard/osk/osk_struts.c:79:23: style: Checking if unsigned variable 'struts[i]' is less than zero. [unsignedLessThanZero]
onboard-1.4.1/Onboard/osk/osk_struts.c:33:29: style: Function 'osk_struts_init' argument 1 names different: declaration 'self' definition 'odc'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_struts.c:30:1: note: Function 'osk_struts_init' argument 1 names different: declaration 'self' definition 'odc'.
onboard-1.4.1/Onboard/osk/osk_struts.c:33:29: note: Function 'osk_struts_init' argument 1 names different: declaration 'self' definition 'odc'.
onboard-1.4.1/Onboard/osk/osk_struts.c:39:32: style: Function 'osk_struts_dealloc' argument 1 names different: declaration 'self' definition 'struts'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_struts.c:30:1: note: Function 'osk_struts_dealloc' argument 1 names different: declaration 'self' definition 'struts'.
onboard-1.4.1/Onboard/osk/osk_struts.c:39:32: note: Function 'osk_struts_dealloc' argument 1 names different: declaration 'self' definition 'struts'.
onboard-1.4.1/Onboard/osk/osk_udev.c:91:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
onboard-1.4.1/Onboard/osk/osk_udev.c:85:0: note: Variable 'result' is reassigned a value before the old one has been used.
onboard-1.4.1/Onboard/osk/osk_udev.c:91:5: note: Variable 'result' is reassigned a value before the old one has been used.
onboard-1.4.1/Onboard/osk/osk_udev.c:88:29: style: The scope of the variable 'devices' can be reduced. [variableScope]
onboard-1.4.1/Onboard/osk/osk_udev.c:89:29: style: The scope of the variable 'list_entry' can be reduced. [variableScope]
onboard-1.4.1/Onboard/osk/osk_udev.c:44:25: style: Function 'osk_udev_init' argument 1 names different: declaration 'self' definition 'this'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_udev.c:35:1: note: Function 'osk_udev_init' argument 1 names different: declaration 'self' definition 'this'.
onboard-1.4.1/Onboard/osk/osk_udev.c:44:25: note: Function 'osk_udev_init' argument 1 names different: declaration 'self' definition 'this'.
onboard-1.4.1/Onboard/osk/osk_udev.c:57:28: style: Function 'osk_udev_dealloc' argument 1 names different: declaration 'self' definition 'this'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_udev.c:35:1: note: Function 'osk_udev_dealloc' argument 1 names different: declaration 'self' definition 'this'.
onboard-1.4.1/Onboard/osk/osk_udev.c:57:28: note: Function 'osk_udev_dealloc' argument 1 names different: declaration 'self' definition 'this'.
onboard-1.4.1/Onboard/osk/osk_util.c:53:25: style: Function 'osk_util_init' argument 1 names different: declaration 'self' definition 'util'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_util.c:50:1: note: Function 'osk_util_init' argument 1 names different: declaration 'self' definition 'util'.
onboard-1.4.1/Onboard/osk/osk_util.c:53:25: note: Function 'osk_util_init' argument 1 names different: declaration 'self' definition 'util'.
onboard-1.4.1/Onboard/osk/osk_util.c:68:28: style: Function 'osk_util_dealloc' argument 1 names different: declaration 'self' definition 'util'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/osk/osk_util.c:50:1: note: Function 'osk_util_dealloc' argument 1 names different: declaration 'self' definition 'util'.
onboard-1.4.1/Onboard/osk/osk_util.c:68:28: note: Function 'osk_util_dealloc' argument 1 names different: declaration 'self' definition 'util'.
onboard-1.4.1/Onboard/osk/osk_virtkey.c:905:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
onboard-1.4.1/Onboard/osk/osk_virtkey.c:1376:9: style: The scope of the variable 'keysym' can be reduced. [variableScope]
onboard-1.4.1/Onboard/osk/osk_virtkey.c:73:27: style: Variable 'display' is assigned a value that is never used. [unreadVariable]
onboard-1.4.1/Onboard/osk/osk_virtkey_x.c:155:9: style: The scope of the variable 'key_group' can be reduced. [variableScope]
onboard-1.4.1/Onboard/osk/osk_virtkey_x.c:171:25: style: The scope of the variable 'i' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:493:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:494:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:495:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:496:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:497:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:743:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:385:35: style: The scope of the variable 'not_found' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:571:9: style: The scope of the variable 'i' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:341:11: style: Unsigned variable 'wid' can't be negative so it is unnecessary to test it. [unsignedPositive]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:511:57: style: Function 'get_candidates' argument 3 names different: declaration 'wids' definition 'candidates'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:421:58: note: Function 'get_candidates' argument 3 names different: declaration 'wids' definition 'candidates'.
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:511:57: note: Function 'get_candidates' argument 3 names different: declaration 'wids' definition 'candidates'.
onboard-1.4.1/Onboard/pypredict/lm/lm.h:377:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:234:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:415:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:36:5: performance: Variable 'cd_mb_wc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:236:13: style: Technically the member function 'Dictionary::get_num_word_types' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:413:24: performance: Technically the member function 'LanguageModel::split_context' can be static. [functionStatic]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:689:31: note: Technically the member function 'LanguageModel::split_context' can be static.
onboard-1.4.1/Onboard/pypredict/lm/lm.h:413:24: note: Technically the member function 'LanguageModel::split_context' can be static.
onboard-1.4.1/Onboard/pypredict/lm/lm.h:432:17: performance: Technically the member function 'LanguageModel::read_utf8' can be static. [functionStatic]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:699:24: note: Technically the member function 'LanguageModel::read_utf8' can be static.
onboard-1.4.1/Onboard/pypredict/lm/lm.h:432:17: note: Technically the member function 'LanguageModel::read_utf8' can be static.
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:126:14: style: Technically the member function 'PrefixCmp::matches' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:250:10: style: Technically the member function 'cmp_str::operator()' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:716:9: error: Resource leak: f [resourceLeak]
onboard-1.4.1/Onboard/pypredict/lm/lm.cpp:730:0: error: Resource leak: f [resourceLeak]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:865:13: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:865:13: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:865:13: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:373:31: style: The scope of the variable 'node' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_impl.h:40:9: style: The scope of the variable 'grand_parent_index' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:475:29: style: Checking if unsigned variable 'node->count' is less than zero. This might be a false warning. [unsignedLessThanZero]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_impl.h:233:44: style: Function 'set_order' argument 1 names different: declaration 'order' definition 'n'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:872:36: note: Function 'set_order' argument 1 names different: declaration 'order' definition 'n'.
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_impl.h:233:44: note: Function 'set_order' argument 1 names different: declaration 'order' definition 'n'.
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:333:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:610:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:623:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:793:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:836:19: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_impl.h:371:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.cpp:310:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.cpp:320:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:77:13: warning: Assert statement calls a function which may have desired side effects: 'capacity'. [assertWithSideEffect]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:83:13: warning: Assert statement calls a function which may have desired side effects: 'size'. [assertWithSideEffect]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:91:13: warning: Assert statement calls a function which may have desired side effects: 'size'. [assertWithSideEffect]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:91:13: warning: Assert statement calls a function which may have desired side effects: 'capacity'. [assertWithSideEffect]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:101:13: warning: Assert statement calls a function which may have desired side effects: 'size'. [assertWithSideEffect]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:101:13: warning: Assert statement calls a function which may have desired side effects: 'capacity'. [assertWithSideEffect]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:729:35: warning: Assert statement calls a function which may have desired side effects: 'word_to_id'. [assertWithSideEffect]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.cpp:69:25: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:65:13: style: Technically the member function 'inplace_vector::size' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:419:21: style: Technically the member function 'NGramTrie::iterator::get_level' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:872:22: warning: Virtual function 'set_order' is called from constructor '_DynamicModel()' at line 857. Dynamic binding is not used. [virtualCallInConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:857:13: note: Calling set_order
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:872:22: note: set_order is a virtual method
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:871:22: warning: Virtual function 'clear' is called from destructor '~_DynamicModel()' at line 868. Dynamic binding is not used. [virtualCallInConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:868:13: note: Calling clear
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:871:22: note: clear is a virtual method
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:116:9: style: Class 'BaseNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:150:9: style: Class 'LastNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:163:9: style: Class 'BeforeLastNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:254:9: style: Class 'TrieNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:442:9: style: Class 'NGramTrie' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:355:17: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:828:17: style: Class 'ngrams_iter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:711:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:359:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:711:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:745:25: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:409:25: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:745:25: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:747:25: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:410:25: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:747:25: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:811:21: style: The function 'get_num_word_types' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:405:21: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:811:21: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:850:48: style: The function 'ngrams_begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:709:48: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:850:48: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:871:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:711:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:871:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:872:22: style: The function 'set_order' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:456:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:872:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:884:22: style: The function 'filter_candidates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:423:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:884:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:909:22: style: The function 'is_model_valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:407:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:909:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:916:27: style: The function 'count_ngram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:740:27: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:916:27: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:918:27: style: The function 'count_ngram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:742:27: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:918:27: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:919:21: style: The function 'get_ngram_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:737:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:919:21: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:921:22: style: The function 'get_node_values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:738:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:921:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:934:25: style: The function 'write_arpa_ngrams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:800:25: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:934:25: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:936:22: style: The function 'get_words_with_predictions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:415:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:936:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:944:22: style: The function 'get_probs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:428:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:944:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:955:21: style: The function 'get_num_ngrams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:807:21: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:955:21: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:960:22: style: The function 'reserve_unigrams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:808:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:960:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:832:35: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:703:35: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:832:35: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:835:30: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:704:30: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:835:30: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:838:30: style: The function 'get_ngram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:705:30: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:838:30: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:841:29: style: The function 'get_level' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:706:29: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:841:29: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:844:30: style: The function 'at_root' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:707:30: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:844:30: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.cpp:235:0: error: Resource leak: f [resourceLeak]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.cpp:82:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.cpp:117:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.cpp:120:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.cpp:138:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.cpp:171:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.cpp:214:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:74:14: performance: Technically the member function 'MergedModel::normalize' can be static. [functionStatic]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.cpp:111:19: note: Technically the member function 'MergedModel::normalize' can be static.
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:74:14: note: Technically the member function 'MergedModel::normalize' can be static.
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.cpp:34:10: style: Technically the member function 'cmp_results_desc::operator()' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.cpp:41:10: style: Technically the member function 'cmp_results_word::operator()' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:43:22: style: The function 'is_model_valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:407:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:43:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:56:25: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:409:25: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:56:25: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:58:25: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:410:25: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:58:25: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:87:22: style: The function 'merge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:69:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:87:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:92:22: style: The function 'can_limit_components' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:68:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:92:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:94:22: style: The function 'needs_normalization' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:71:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:94:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:107:22: style: The function 'init_merge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:67:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:107:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:108:22: style: The function 'merge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:69:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:108:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:110:24: style: The function 'get_probability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:403:24: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:110:24: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:128:22: style: The function 'init_merge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:67:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:128:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:129:22: style: The function 'merge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:69:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:129:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:134:22: style: The function 'needs_normalization' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:71:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_merged.h:134:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:1543:29: warning: Logical conjunction always evaluates to false: recency_ratio < 0.0 && recency_ratio > 1.0. [incorrectLogicOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:85:13: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:85:13: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:85:13: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:383:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:776:23: style: C-style pointer casting [cstyleCast]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:889:12: style: C-style pointer casting [cstyleCast]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:1086:12: style: C-style pointer casting [cstyleCast]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:1391:12: style: C-style pointer casting [cstyleCast]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:1456:12: style: C-style pointer casting [cstyleCast]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:200:9: style: The scope of the variable 'i' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:216:9: style: The scope of the variable 'i' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:219:15: style: The scope of the variable 'item' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:287:9: style: The scope of the variable 'i' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:288:9: style: The scope of the variable 'n' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:290:15: style: The scope of the variable 'item' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:371:9: style: The scope of the variable 'i' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:372:9: style: The scope of the variable 'n' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:373:15: style: The scope of the variable 'item' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:474:9: style: The scope of the variable 'i' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:475:9: style: The scope of the variable 'error' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:772:9: style: The scope of the variable 'i' can be reduced. [variableScope]
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:133:24: style: Unsigned variable 'wid' can't be negative so it is unnecessary to test it. [unsignedPositive]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:304:15: style: Function 'set_order' argument 1 names different: declaration 'order' definition 'n'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:239:36: note: Function 'set_order' argument 1 names different: declaration 'order' definition 'n'.
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:304:15: note: Function 'set_order' argument 1 names different: declaration 'order' definition 'n'.
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:379:43: style: Function 'write_arpa_ngram' argument 2 names different: declaration 'node' definition '_node'. [funcArgNamesDifferent]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:286:38: note: Function 'write_arpa_ngram' argument 2 names different: declaration 'node' definition '_node'.
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:379:43: note: Function 'write_arpa_ngram' argument 2 names different: declaration 'node' definition '_node'.
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:51:19: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:319:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:386:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:279:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:55:16: style: Technically the member function 'RecencyNode::get_recency_weight' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:255:18: style: Technically the member function '_CachedDynamicModel::get_recency_halflife' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:258:16: style: Technically the member function '_CachedDynamicModel::get_recency_ratio' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:261:19: style: Technically the member function '_CachedDynamicModel::get_recency_smoothing' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:275:14: style: Technically the member function '_CachedDynamicModel::get_recency_lambdas' can be const. [functionConst]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:353:32: warning: The class '_DynamicModelKN' defines member variable with name 'DEFAULT_SMOOTHING' also defined in its parent class '_DynamicModel'. [duplInheritedMember]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:823:32: note: Parent variable '_DynamicModel::DEFAULT_SMOOTHING'
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:353:32: note: Derived variable '_DynamicModelKN::DEFAULT_SMOOTHING'
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:226:32: warning: The class '_CachedDynamicModel' defines member variable with name 'DEFAULT_SMOOTHING' also defined in its parent class '_DynamicModelKN'. [duplInheritedMember]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:353:32: note: Parent variable '_DynamicModelKN::DEFAULT_SMOOTHING'
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:226:32: note: Derived variable '_CachedDynamicModel::DEFAULT_SMOOTHING'
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:34:17: style: Class 'ngrams_iter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:37:9: style: Class 'BeforeLastNodeKNBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:55:9: style: Class 'TrieNodeKNBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:94:9: style: Class 'NGramTrieKN' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:34:9: style: Class 'RecencyNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:98:9: style: Class 'NGramTrieRecency' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:713:9: style: Class 'NGramIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:136:0: style: Class 'PyMergedModelWrapper < OverlayModel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:136:0: style: Class 'PyMergedModelWrapper < LinintModel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_python.cpp:136:0: style: Class 'PyMergedModelWrapper < LoglinintModel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:71:48: style: The function 'ngrams_begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:709:48: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:71:48: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:89:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:711:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:89:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:95:21: style: The function 'get_max_order' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:462:21: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:95:21: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:100:27: style: The function 'count_ngram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:740:27: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:100:27: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:112:27: style: The function 'count_ngram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:742:27: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:112:27: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:128:21: style: The function 'get_ngram_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:737:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:128:21: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:136:22: style: The function 'get_node_values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:738:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:136:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:142:22: style: The function 'is_model_valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:407:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:142:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:155:22: style: The function 'get_words_with_predictions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:415:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:155:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:159:22: style: The function 'get_probs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm.h:428:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:159:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:163:21: style: The function 'get_num_ngrams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:807:21: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:163:21: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:171:22: style: The function 'reserve_unigrams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:808:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:171:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:38:35: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:703:35: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:38:35: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:50:30: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:704:30: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:50:30: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:53:30: style: The function 'get_ngram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:705:30: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:53:30: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:60:29: style: The function 'get_level' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:706:29: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:60:29: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:63:30: style: The function 'at_root' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:707:30: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_unigram.h:63:30: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:361:40: style: The function 'get_smoothings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:876:40: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:361:40: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:368:22: style: The function 'get_node_values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:921:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:368:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:377:22: style: The function 'get_probs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:944:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:377:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:382:21: style: The function 'increment_node_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:948:21: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:382:21: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:239:22: style: The function 'set_order' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:872:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:239:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:240:25: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:745:25: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:240:25: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:242:22: style: The function 'get_node_values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:368:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:242:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:249:22: style: The function 'set_node_time' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:805:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:249:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:281:22: style: The function 'get_probs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_kn.h:377:22: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:281:22: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:285:25: style: The function 'write_arpa_ngram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic.h:786:25: note: Virtual function in base class
onboard-1.4.1/Onboard/pypredict/lm/lm_dynamic_cached.h:285:25: note: Function in derived class
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:140:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:117:39: style: C-style pointer casting [cstyleCast]
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:129:42: style: C-style pointer casting [cstyleCast]
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:177:26: style: C-style pointer casting [cstyleCast]
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:319:28: style: C-style pointer casting [cstyleCast]
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:338:42: style: C-style pointer casting [cstyleCast]
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:120:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:132:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:341:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:226:20: warning: Assert statement calls a function which may have desired side effects: 'get_slab_ctl'. [assertWithSideEffect]
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:227:20: warning: Assert statement calls a function which may have desired side effects: 'get_slab_ctl'. [assertWithSideEffect]
onboard-1.4.1/Onboard/pypredict/lm/pool_allocator.cpp:244:14: style: Technically the member function 'ItemPool::is_in_slab' can be const. [functionConst]
[12:33]

ftp://ftp.se.debian.org/debian/pool/main/o/ondir/ondir_0.2.3+git0.55279f03.orig.tar.gz
ondir-55279f0366c32e4295c9f114cbee5ac7776e4d53/conf.c:188:16: style: The scope of the variable 'val' can be reduced. [variableScope]
ondir-55279f0366c32e4295c9f114cbee5ac7776e4d53/conf.c:202:8: error: Common realloc mistake: 'out' nulled but not freed upon failure [memleakOnRealloc]
ondir-55279f0366c32e4295c9f114cbee5ac7776e4d53/conf.c:219:4: error: Common realloc mistake: 'out' nulled but not freed upon failure [memleakOnRealloc]
ondir-55279f0366c32e4295c9f114cbee5ac7776e4d53/ondir.c:90:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ondir-55279f0366c32e4295c9f114cbee5ac7776e4d53/ondir.c:103:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ondir-55279f0366c32e4295c9f114cbee5ac7776e4d53/ondir.c:142:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ondir-55279f0366c32e4295c9f114cbee5ac7776e4d53/ondir.c:155:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ondir-55279f0366c32e4295c9f114cbee5ac7776e4d53/ondir.c:202:4: error: Common realloc mistake: 'out' nulled but not freed upon failure [memleakOnRealloc]
ondir-55279f0366c32e4295c9f114cbee5ac7776e4d53/ondir.c:222:0: error: Memory leak: var1 [memleak]
ondir-55279f0366c32e4295c9f114cbee5ac7776e4d53/ondir.c:222:0: error: Memory leak: var2 [memleak]
[12:33]

ftp://ftp.se.debian.org/debian/pool/main/o/onedrive/onedrive_1.1.20170919.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/oneisenough/oneisenough_0.40.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/oneko/oneko_1.2.sakura.6.orig.tar.gz
oneko-1.2.sakura.6.orig/oneko.c:1532:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
oneko-1.2.sakura.6.orig/oneko.c:342:7: style: The scope of the variable 'loop' can be reduced. [variableScope]
oneko-1.2.sakura.6.orig/oneko.c:855:13: style: The scope of the variable 'LargeX' can be reduced. [variableScope]
oneko-1.2.sakura.6.orig/oneko.c:855:21: style: The scope of the variable 'LargeY' can be reduced. [variableScope]
oneko-1.2.sakura.6.orig/oneko.c:856:13: style: The scope of the variable 'Length' can be reduced. [variableScope]
oneko-1.2.sakura.6.orig/oneko.c:857:13: style: The scope of the variable 'SinTheta' can be reduced. [variableScope]
oneko-1.2.sakura.6.orig/oneko.c:980:27: style: The scope of the variable 'Length' can be reduced. [variableScope]
oneko-1.2.sakura.6.orig/oneko.c:1411:10: style: The scope of the variable 'result' can be reduced. [variableScope]
oneko-1.2.sakura.6.orig/oneko.c:797:0: style: Variable 'DrawMask' is assigned a value that is never used. [unreadVariable]
oneko-1.2.sakura.6.orig/oneko.c:1505:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
[12:33]

ftp://ftp.se.debian.org/debian/pool/main/o/oneliner-el/oneliner-el_0.3.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/onesixtyone/onesixtyone_0.3.2.orig.tar.gz
onesixtyone-0.3.2/onesixtyone.c:183:11: style: The scope of the variable 'i' can be reduced. [variableScope]
onesixtyone-0.3.2/onesixtyone.c:737:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
onesixtyone-0.3.2/onesixtyone.c:784:6: style: The scope of the variable 'sendbuf_size' can be reduced. [variableScope]
onesixtyone-0.3.2/onesixtyone.c:197:7: warning: The buffer 'community_filename' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
onesixtyone-0.3.2/onesixtyone.c:202:7: warning: The buffer 'input_filename' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
onesixtyone-0.3.2/onesixtyone.c:205:7: warning: The buffer 'log_filename' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
onesixtyone-0.3.2/onesixtyone.c:109:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
onesixtyone-0.3.2/onesixtyone.c:151:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
[12:33]

ftp://ftp.se.debian.org/debian/pool/main/o/onetime/onetime_1.122.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/onionbalance/onionbalance_0.1.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/onioncat/onioncat_0.2.2+svn569.orig.tar.gz
onioncat-0.2.2.r569/src/ocat.c:463:40: style: The scope of the variable 'hw' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatctrl.c:156:16: warning: %ld in format string (no. 7) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onioncat-0.2.2.r569/src/ocatctrl.c:156:16: warning: %ld in format string (no. 8) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onioncat-0.2.2.r569/src/ocatctrl.c:39:12: style: The scope of the variable 'c' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatctrl.c:42:8: style: The scope of the variable 'rlen' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocathosts.c:109:8: style: The scope of the variable 'e' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocathosts.c:110:38: style: The scope of the variable 's' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatipv4route.c:157:20: warning: Either the condition '!rs' is redundant or there is possible null pointer dereference: rs. [nullPointerRedundantCheck]
onioncat-0.2.2.r569/src/ocatipv4route.c:161:8: note: Assuming that condition '!rs' is not redundant
onioncat-0.2.2.r569/src/ocatipv4route.c:157:20: note: Null pointer dereference
onioncat-0.2.2.r569/src/ocatipv4route.c:47:10: error: Memory leak: root [memleak]
onioncat-0.2.2.r569/src/ocatipv6route.c:127:20: warning: Either the condition '!rs' is redundant or there is possible null pointer dereference: rs. [nullPointerRedundantCheck]
onioncat-0.2.2.r569/src/ocatipv6route.c:130:8: note: Assuming that condition '!rs' is not redundant
onioncat-0.2.2.r569/src/ocatipv6route.c:127:20: note: Null pointer dereference
onioncat-0.2.2.r569/src/ocatlibe.c:34:8: style: The scope of the variable 'r' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatlog.c:99:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatroute.c:183:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatroute.c:283:8: style: The scope of the variable 'maxfd' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatroute.c:702:8: style: The scope of the variable 'maxfd' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatroute.c:813:8: style: The scope of the variable 'rlen' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatroute.c:992:11: style: The scope of the variable 'act_time' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatsetup.c:226:10: style: The scope of the variable 'c' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatsocks.c:149:27: style: The scope of the variable 'ret' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatsocks.c:337:9: style: The scope of the variable 'astr' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatsocks.c:375:11: style: The scope of the variable 't' can be reduced. [variableScope]
onioncat-0.2.2.r569/src/ocatv6conv.c:76:11: style: The scope of the variable 'j' can be reduced. [variableScope]
[12:33]

ftp://ftp.se.debian.org/debian/pool/main/o/onioncircuits/onioncircuits_0.5.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/onionshare/onionshare_1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/only/only_0.0.6.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/onscripter/onscripter_20180409.orig.tar.gz
onscripter-20180409/AVIWrapper.cpp:84:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onscripter-20180409/AVIWrapper.cpp:84:23: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onscripter-20180409/AVIWrapper.cpp:139:24: style: C-style pointer casting [cstyleCast]
onscripter-20180409/AVIWrapper.cpp:213:24: style: C-style pointer casting [cstyleCast]
onscripter-20180409/AVIWrapper.cpp:350:18: style: The scope of the variable 'i' can be reduced. [variableScope]
onscripter-20180409/AVIWrapper.cpp:350:21: style: The scope of the variable 'j' can be reduced. [variableScope]
onscripter-20180409/AVIWrapper.cpp:313:14: style: Boolean variable 'done_flag' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
onscripter-20180409/AVIWrapper.cpp:40:13: warning: Member variable 'AVIWrapper::width' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AVIWrapper.cpp:40:13: warning: Member variable 'AVIWrapper::height' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AVIWrapper.cpp:40:13: warning: Member variable 'AVIWrapper::debug_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AVIWrapper.cpp:40:13: warning: Member variable 'AVIWrapper::status' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AVIWrapper.cpp:40:13: warning: Member variable 'AVIWrapper::thread_id' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AVIWrapper.cpp:40:13: warning: Member variable 'AVIWrapper::time_start' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AVIWrapper.cpp:40:13: warning: Member variable 'AVIWrapper::frame_start' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AVIWrapper.h:49:18: style: Technically the member function 'AVIWrapper::getWidth' can be const. [functionConst]
onscripter-20180409/AVIWrapper.h:50:18: style: Technically the member function 'AVIWrapper::getHeight' can be const. [functionConst]
onscripter-20180409/AVIWrapper.cpp:46:5: style: Class 'AVIWrapper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
onscripter-20180409/AVIWrapper.cpp:46:5: style: Class 'AVIWrapper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
onscripter-20180409/AnimationInfo.cpp:48:16: warning: Member variable 'AnimationInfo::direct_color' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AnimationInfo.cpp:48:16: warning: Member variable 'AnimationInfo::pallette_number' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AnimationInfo.cpp:48:16: warning: Member variable 'AnimationInfo::loop_mode' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AnimationInfo.cpp:48:16: warning: Member variable 'AnimationInfo::inv_mat' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AnimationInfo.cpp:48:16: warning: Member variable 'AnimationInfo::corner_xy' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AnimationInfo.cpp:48:16: warning: Member variable 'AnimationInfo::cos_i' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AnimationInfo.cpp:48:16: warning: Member variable 'AnimationInfo::sin_i' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AnimationInfo.cpp:48:16: warning: Member variable 'AnimationInfo::param' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AnimationInfo.cpp:48:16: warning: Member variable 'AnimationInfo::max_param' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/AnimationInfo.cpp:48:16: warning: Member variable 'AnimationInfo::max_width' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/DirectReader.cpp:345:17: style: The scope of the variable 'c' can be reduced. [variableScope]
onscripter-20180409/DirectReader.cpp:517:18: style: The scope of the variable 'count' can be reduced. [variableScope]
onscripter-20180409/DirectReader.cpp:520:9: style: The scope of the variable 'c' can be reduced. [variableScope]
onscripter-20180409/DirectReader.cpp:287:28: style: Variable 'fi' is not assigned a value. [unassignedVariable]
onscripter-20180409/BaseReader.h:88:9: warning: Member variable 'ArchiveInfo::base_offset' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/DirectReader.cpp:51:15: warning: Member variable 'DirectReader::getbit_mask' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/DirectReader.cpp:51:15: warning: Member variable 'DirectReader::getbit_len' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/DirectReader.cpp:51:15: warning: Member variable 'DirectReader::getbit_count' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/DirectReader.h:73:9: warning: Member variable 'RegisteredCompressionType::type' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/DirectReader.h:93:19: style: Technically the member function 'DirectReader::readChar' can be const. [functionConst]
onscripter-20180409/DirectReader.cpp:171:29: note: Technically the member function 'DirectReader::readChar' can be const.
onscripter-20180409/DirectReader.h:93:19: note: Technically the member function 'DirectReader::readChar' can be const.
onscripter-20180409/DirectReader.h:95:19: style: Technically the member function 'DirectReader::readLong' can be const. [functionConst]
onscripter-20180409/DirectReader.cpp:189:29: note: Technically the member function 'DirectReader::readLong' can be const.
onscripter-20180409/DirectReader.h:95:19: note: Technically the member function 'DirectReader::readLong' can be const.
onscripter-20180409/DirectReader.h:96:10: performance: Technically the member function 'DirectReader::writeChar' can be static. [functionStatic]
onscripter-20180409/DirectReader.cpp:202:20: note: Technically the member function 'DirectReader::writeChar' can be static.
onscripter-20180409/DirectReader.h:96:10: note: Technically the member function 'DirectReader::writeChar' can be static.
onscripter-20180409/DirectReader.h:97:10: performance: Technically the member function 'DirectReader::writeShort' can be static. [functionStatic]
onscripter-20180409/DirectReader.cpp:207:20: note: Technically the member function 'DirectReader::writeShort' can be static.
onscripter-20180409/DirectReader.h:97:10: note: Technically the member function 'DirectReader::writeShort' can be static.
onscripter-20180409/DirectReader.h:98:10: performance: Technically the member function 'DirectReader::writeLong' can be static. [functionStatic]
onscripter-20180409/DirectReader.cpp:216:20: note: Technically the member function 'DirectReader::writeLong' can be static.
onscripter-20180409/DirectReader.h:98:10: note: Technically the member function 'DirectReader::writeLong' can be static.
onscripter-20180409/DirectReader.h:102:12: performance: Technically the member function 'DirectReader::encodeNBZ' can be static. [functionStatic]
onscripter-20180409/DirectReader.cpp:467:22: note: Technically the member function 'DirectReader::encodeNBZ' can be static.
onscripter-20180409/DirectReader.h:102:12: note: Technically the member function 'DirectReader::encodeNBZ' can be static.
onscripter-20180409/DirectReader.cpp:57:5: style: Class 'DirectReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
onscripter-20180409/DirectReader.cpp:57:5: style: Class 'DirectReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
onscripter-20180409/DirectReader.h:78:19: style: Struct 'RegisteredCompressionType' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
onscripter-20180409/DirectReader.h:78:19: style: Struct 'RegisteredCompressionType' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
onscripter-20180409/DirectReader.h:38:9: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:105:17: note: Virtual function in base class
onscripter-20180409/DirectReader.h:38:9: note: Function in derived class
onscripter-20180409/DirectReader.h:39:9: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:106:17: note: Virtual function in base class
onscripter-20180409/DirectReader.h:39:9: note: Function in derived class
onscripter-20180409/DirectReader.h:41:17: style: The function 'getArchiveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:108:25: note: Virtual function in base class
onscripter-20180409/DirectReader.h:41:17: note: Function in derived class
onscripter-20180409/DirectReader.h:42:9: style: The function 'getNumFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:109:18: note: Virtual function in base class
onscripter-20180409/DirectReader.h:42:9: note: Function in derived class
onscripter-20180409/DirectReader.h:43:10: style: The function 'registerCompressionType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:110:18: note: Virtual function in base class
onscripter-20180409/DirectReader.h:43:10: note: Function in derived class
onscripter-20180409/DirectReader.h:45:21: style: The function 'getFileByIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:112:22: note: Virtual function in base class
onscripter-20180409/DirectReader.h:45:21: note: Function in derived class
onscripter-20180409/DirectReader.h:46:12: style: The function 'getFileLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:113:20: note: Virtual function in base class
onscripter-20180409/DirectReader.h:46:12: note: Function in derived class
onscripter-20180409/DirectReader.h:47:12: style: The function 'getFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:114:20: note: Virtual function in base class
onscripter-20180409/DirectReader.h:47:12: note: Function in derived class
onscripter-20180409/DirtyRect.cpp:36:5: performance: Variable 'bounding_box' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
onscripter-20180409/DirtyRect.h:41:14: performance: Technically the member function 'DirtyRect::calcBoundingBox' can be static. [functionStatic]
onscripter-20180409/DirtyRect.cpp:85:21: note: Technically the member function 'DirtyRect::calcBoundingBox' can be static.
onscripter-20180409/DirtyRect.h:41:14: note: Technically the member function 'DirtyRect::calcBoundingBox' can be static.
onscripter-20180409/FontInfo.cpp:214:41: style: Function 'advanceCharInHankaku' argument 1 names different: declaration 'offest' definition 'offset'. [funcArgNamesDifferent]
onscripter-20180409/FontInfo.h:73:35: note: Function 'advanceCharInHankaku' argument 1 names different: declaration 'offest' definition 'offset'.
onscripter-20180409/FontInfo.cpp:214:41: note: Function 'advanceCharInHankaku' argument 1 names different: declaration 'offest' definition 'offset'.
onscripter-20180409/FontInfo.cpp:219:34: style: Function 'addLineOffset' argument 1 names different: declaration 'margin' definition 'offset'. [funcArgNamesDifferent]
onscripter-20180409/FontInfo.h:74:28: note: Function 'addLineOffset' argument 1 names different: declaration 'margin' definition 'offset'.
onscripter-20180409/FontInfo.cpp:219:34: note: Function 'addLineOffset' argument 1 names different: declaration 'margin' definition 'offset'.
onscripter-20180409/FontInfo.cpp:55:11: warning: Member variable 'FontInfo::font_size_xy' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/FontInfo.cpp:55:11: warning: Member variable 'FontInfo::top_xy' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/FontInfo.cpp:55:11: warning: Member variable 'FontInfo::num_xy' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/FontInfo.cpp:55:11: warning: Member variable 'FontInfo::old_xy' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/FontInfo.cpp:55:11: warning: Member variable 'FontInfo::pitch_xy' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/FontInfo.cpp:55:11: warning: Member variable 'FontInfo::wait_time' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/FontInfo.cpp:55:11: warning: Member variable 'FontInfo::window_color' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/FontInfo.h:61:9: style: Technically the member function 'FontInfo::getTateyokoMode' can be const. [functionConst]
onscripter-20180409/FontInfo.cpp:137:15: note: Technically the member function 'FontInfo::getTateyokoMode' can be const.
onscripter-20180409/FontInfo.h:61:9: note: Technically the member function 'FontInfo::getTateyokoMode' can be const.
onscripter-20180409/FontInfo.h:62:9: style: Technically the member function 'FontInfo::getRemainingLine' can be const. [functionConst]
onscripter-20180409/FontInfo.cpp:142:15: note: Technically the member function 'FontInfo::getRemainingLine' can be const.
onscripter-20180409/FontInfo.h:62:9: note: Technically the member function 'FontInfo::getRemainingLine' can be const.
onscripter-20180409/FontInfo.h:64:9: style: Technically the member function 'FontInfo::x' can be const. [functionConst]
onscripter-20180409/FontInfo.cpp:150:15: note: Technically the member function 'FontInfo::x' can be const.
onscripter-20180409/FontInfo.h:64:9: note: Technically the member function 'FontInfo::x' can be const.
onscripter-20180409/FontInfo.h:65:9: style: Technically the member function 'FontInfo::y' can be const. [functionConst]
onscripter-20180409/FontInfo.cpp:158:15: note: Technically the member function 'FontInfo::y' can be const.
onscripter-20180409/FontInfo.h:65:9: note: Technically the member function 'FontInfo::y' can be const.
onscripter-20180409/FontInfo.h:71:10: style: Technically the member function 'FontInfo::isEndOfLine' can be const. [functionConst]
onscripter-20180409/FontInfo.cpp:200:16: note: Technically the member function 'FontInfo::isEndOfLine' can be const.
onscripter-20180409/FontInfo.h:71:10: note: Technically the member function 'FontInfo::isEndOfLine' can be const.
onscripter-20180409/FontInfo.h:72:10: style: Technically the member function 'FontInfo::isLineEmpty' can be const. [functionConst]
onscripter-20180409/FontInfo.cpp:207:16: note: Technically the member function 'FontInfo::isLineEmpty' can be const.
onscripter-20180409/FontInfo.h:72:10: note: Technically the member function 'FontInfo::isLineEmpty' can be const.
onscripter-20180409/FontInfo.h:78:10: performance: Technically the member function 'FontInfo::addShadeArea' can be static. [functionStatic]
onscripter-20180409/FontInfo.cpp:259:16: note: Technically the member function 'FontInfo::addShadeArea' can be static.
onscripter-20180409/FontInfo.h:78:10: note: Technically the member function 'FontInfo::addShadeArea' can be static.
onscripter-20180409/LUAHandler.cpp:459:19: style: Variable 'startvol' is assigned a value that is never used. [unreadVariable]
onscripter-20180409/LUAHandler.cpp:461:15: style: Variable 'dur' is assigned a value that is never used. [unreadVariable]
onscripter-20180409/LUAHandler.cpp:1009:50: style: Variable 'lh' is assigned a value that is never used. [unreadVariable]
onscripter-20180409/LUAHandler.cpp:1027:50: style: Variable 'lh' is assigned a value that is never used. [unreadVariable]
onscripter-20180409/ScriptHandler.h:59:9: warning: Member variable 'ArrayVariable::no' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.h:59:9: warning: Member variable 'ArrayVariable::num_dim' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.h:59:9: warning: Member variable 'ArrayVariable::dim' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.h:66:24: warning: Member variable 'ArrayVariable::next' is not assigned a value in 'ArrayVariable::operator='. [operatorEqVarError]
onscripter-20180409/ScriptHandler.h:217:9: warning: Member variable 'VariableData::num_limit_upper' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.h:217:9: warning: Member variable 'VariableData::num_limit_lower' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.h:257:9: warning: Member variable 'Alias::num' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.h:288:9: warning: Member variable 'ScriptContext::end_status' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.h:288:9: warning: Member variable 'ScriptContext::current_variable' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.h:288:9: warning: Member variable 'ScriptContext::pushed_variable' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:199:9: warning: Member variable 'NestInfo::next_script' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:199:9: warning: Member variable 'NestInfo::var_no' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:199:9: warning: Member variable 'NestInfo::to' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:199:9: warning: Member variable 'NestInfo::step' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:305:9: warning: Member variable 'EffectLink::no' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:370:9: warning: Member variable 'Page::next' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:370:9: warning: Member variable 'Page::previous' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:370:9: warning: Member variable 'Page::max_text' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:457:9: warning: Member variable 'RubyStruct::body_count' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:457:9: warning: Member variable 'RubyStruct::ruby_start' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:457:9: warning: Member variable 'RubyStruct::ruby_end' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:457:9: warning: Member variable 'RubyStruct::ruby_count' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:457:9: warning: Member variable 'RubyStruct::margin' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:476:9: warning: Member variable 'RMenuLink::system_call_no' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ButtonLink.h:46:5: warning: Member variable 'ButtonLink::no' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ButtonLink.h:46:5: warning: Member variable 'ButtonLink::sprite_no' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.h:66:24: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
onscripter-20180409/ScriptHandler.h:146:16: style: Technically the member function 'ScriptHandler::getEndStatus' can be const. [functionConst]
onscripter-20180409/ScriptParser.h:71:9: style: Technically the member function 'ScriptParser::getStringBufferOffset' can be const. [functionConst]
onscripter-20180409/ONScripter.h:93:10: style: Technically the member function 'ONScripter::getWidth' can be const. [functionConst]
onscripter-20180409/ONScripter.h:94:10: style: Technically the member function 'ONScripter::getHeight' can be const. [functionConst]
onscripter-20180409/ONScripter.h:96:10: style: Technically the member function 'ONScripter::getSkip' can be const. [functionConst]
onscripter-20180409/ScriptHandler.h:271:13: style: Struct 'Alias' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
onscripter-20180409/ScriptHandler.h:271:13: style: Struct 'Alias' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
onscripter-20180409/ONScripter.h:727:10: warning: The class 'ONScripter' defines member variable with name 'is_kinsoku' also defined in its parent class 'ScriptParser'. [duplInheritedMember]
onscripter-20180409/ScriptParser.h:404:10: note: Parent variable 'ScriptParser::is_kinsoku'
onscripter-20180409/ONScripter.h:727:10: note: Derived variable 'ONScripter::is_kinsoku'
onscripter-20180409/ScriptHandler.h:53:5: warning: The struct 'ArrayVariable' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
onscripter-20180409/SarReader.h:35:9: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:105:17: note: Virtual function in base class
onscripter-20180409/SarReader.h:35:9: note: Function in derived class
onscripter-20180409/SarReader.h:36:9: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:106:17: note: Virtual function in base class
onscripter-20180409/SarReader.h:36:9: note: Function in derived class
onscripter-20180409/SarReader.h:37:17: style: The function 'getArchiveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:108:25: note: Virtual function in base class
onscripter-20180409/SarReader.h:37:17: note: Function in derived class
onscripter-20180409/SarReader.h:38:9: style: The function 'getNumFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:109:18: note: Virtual function in base class
onscripter-20180409/SarReader.h:38:9: note: Function in derived class
onscripter-20180409/SarReader.h:40:12: style: The function 'getFileLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:113:20: note: Virtual function in base class
onscripter-20180409/SarReader.h:40:12: note: Function in derived class
onscripter-20180409/SarReader.h:41:12: style: The function 'getFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:114:20: note: Virtual function in base class
onscripter-20180409/SarReader.h:41:12: note: Function in derived class
onscripter-20180409/SarReader.h:42:14: style: The function 'getFileByIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:112:22: note: Virtual function in base class
onscripter-20180409/SarReader.h:42:14: note: Function in derived class
onscripter-20180409/NsaReader.h:38:17: style: The function 'getArchiveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:108:25: note: Virtual function in base class
onscripter-20180409/NsaReader.h:38:17: note: Function in derived class
onscripter-20180409/NsaReader.h:39:9: style: The function 'getNumFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:109:18: note: Virtual function in base class
onscripter-20180409/NsaReader.h:39:9: note: Function in derived class
onscripter-20180409/NsaReader.h:41:12: style: The function 'getFileLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:113:20: note: Virtual function in base class
onscripter-20180409/NsaReader.h:41:12: note: Function in derived class
onscripter-20180409/NsaReader.h:42:12: style: The function 'getFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:114:20: note: Virtual function in base class
onscripter-20180409/NsaReader.h:42:12: note: Function in derived class
onscripter-20180409/NsaReader.h:43:14: style: The function 'getFileByIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
onscripter-20180409/BaseReader.h:112:22: note: Virtual function in base class
onscripter-20180409/NsaReader.h:43:14: note: Function in derived class
onscripter-20180409/NsaReader.cpp:228:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onscripter-20180409/NsaReader.cpp:54:29: style: The scope of the variable 'archive_name2' can be reduced. [variableScope]
onscripter-20180409/NsaReader.cpp:182:66: style: Function 'getFile' argument 2 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
onscripter-20180409/NsaReader.h:42:59: note: Function 'getFile' argument 2 names different: declaration 'buf' definition 'buffer'.
onscripter-20180409/NsaReader.cpp:182:66: note: Function 'getFile' argument 2 names different: declaration 'buf' definition 'buffer'.
onscripter-20180409/ONScripter.cpp:447:24: warning: Redundant assignment of 'this->cdaudio_flag' to itself. [selfAssignment]
onscripter-20180409/ONScripter.cpp:991:17: style: The scope of the variable 'link' can be reduced. [variableScope]
onscripter-20180409/ONScripter.cpp:349:40: style: Function 'setKeyEXE' argument 1 names different: declaration 'path' definition 'filename'. [funcArgNamesDifferent]
onscripter-20180409/ONScripter.h:92:32: note: Function 'setKeyEXE' argument 1 names different: declaration 'path' definition 'filename'.
onscripter-20180409/ONScripter.cpp:349:40: note: Function 'setKeyEXE' argument 1 names different: declaration 'path' definition 'filename'.
onscripter-20180409/ONScripter.h:90:10: performance: Technically the member function 'ONScripter::renderFontOutline' can be static. [functionStatic]
onscripter-20180409/ONScripter.cpp:335:18: note: Technically the member function 'ONScripter::renderFontOutline' can be static.
onscripter-20180409/ONScripter.h:90:10: note: Technically the member function 'ONScripter::renderFontOutline' can be static.
onscripter-20180409/ONScripter.h:403:10: performance: Technically the member function 'ONScripter::flushDirectYUV' can be static. [functionStatic]
onscripter-20180409/ONScripter.cpp:697:18: note: Technically the member function 'ONScripter::flushDirectYUV' can be static.
onscripter-20180409/ONScripter.h:403:10: note: Technically the member function 'ONScripter::flushDirectYUV' can be static.
onscripter-20180409/ONScripter.h:423:10: style: Technically the member function 'ONScripter::refreshMode' can be const. [functionConst]
onscripter-20180409/ONScripter.cpp:1266:17: note: Technically the member function 'ONScripter::refreshMode' can be const.
onscripter-20180409/ONScripter.h:423:10: note: Technically the member function 'ONScripter::refreshMode' can be const.
onscripter-20180409/ONScripter.h:426:10: performance: Technically the member function 'ONScripter::getNumberFromBuffer' can be static. [functionStatic]
onscripter-20180409/ONScripter.cpp:1315:17: note: Technically the member function 'ONScripter::getNumberFromBuffer' can be static.
onscripter-20180409/ONScripter.h:426:10: note: Technically the member function 'ONScripter::getNumberFromBuffer' can be static.
onscripter-20180409/ONScripter.cpp:243:5: style: Class 'ONScripter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
onscripter-20180409/ONScripter.cpp:243:5: style: Class 'ONScripter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
onscripter-20180409/ONScripter_animation.cpp:450:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
onscripter-20180409/ONScripter_animation.cpp:451:9: note: Found duplicate branches for 'if' and 'else'.
onscripter-20180409/ONScripter_animation.cpp:450:9: note: Found duplicate branches for 'if' and 'else'.
onscripter-20180409/ONScripter_command.cpp:3457:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
onscripter-20180409/ONScripter_command.cpp:3455:9: note: outer condition: is_exbtn_enabled
onscripter-20180409/ONScripter_command.cpp:3457:13: note: identical inner condition: is_exbtn_enabled
onscripter-20180409/ONScripter_command.cpp:1995:23: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
onscripter-20180409/ONScripter.h:307:10: performance: Technically the member function 'ONScripter::stopSMPEG' can be static. [functionStatic]
onscripter-20180409/ONScripter_command.cpp:4216:18: note: Technically the member function 'ONScripter::stopSMPEG' can be static.
onscripter-20180409/ONScripter.h:307:10: note: Technically the member function 'ONScripter::stopSMPEG' can be static.
onscripter-20180409/ONScripter.h:506:10: performance: Technically the member function 'ONScripter::removeEvent' can be static. [functionStatic]
onscripter-20180409/ONScripter_event.cpp:343:18: note: Technically the member function 'ONScripter::removeEvent' can be static.
onscripter-20180409/ONScripter.h:506:10: note: Technically the member function 'ONScripter::removeEvent' can be static.
onscripter-20180409/ONScripter_event.cpp:1038:81: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
onscripter-20180409/ONScripter_file.cpp:47:48: style: Function 'searchSaveFile' argument 1 names different: declaration 'info' definition 'save_file_info'. [funcArgNamesDifferent]
onscripter-20180409/ONScripter.h:525:40: note: Function 'searchSaveFile' argument 1 names different: declaration 'info' definition 'save_file_info'.
onscripter-20180409/ONScripter_file.cpp:47:48: note: Function 'searchSaveFile' argument 1 names different: declaration 'info' definition 'save_file_info'.
onscripter-20180409/ONScripter.h:584:10: performance: Technically the member function 'ONScripter::alphaBlendText' can be static. [functionStatic]
onscripter-20180409/ONScripter_image.cpp:355:18: note: Technically the member function 'ONScripter::alphaBlendText' can be static.
onscripter-20180409/ONScripter.h:584:10: note: Technically the member function 'ONScripter::alphaBlendText' can be static.
onscripter-20180409/ONScripter.h:586:10: performance: Technically the member function 'ONScripter::makeNegaSurface' can be static. [functionStatic]
onscripter-20180409/ONScripter_image.cpp:456:18: note: Technically the member function 'ONScripter::makeNegaSurface' can be static.
onscripter-20180409/ONScripter.h:586:10: note: Technically the member function 'ONScripter::makeNegaSurface' can be static.
onscripter-20180409/ONScripter.h:587:10: style: Technically the member function 'ONScripter::makeMonochromeSurface' can be const. [functionConst]
onscripter-20180409/ONScripter_image.cpp:471:18: note: Technically the member function 'ONScripter::makeMonochromeSurface' can be const.
onscripter-20180409/ONScripter.h:587:10: note: Technically the member function 'ONScripter::makeMonochromeSurface' can be const.
onscripter-20180409/ONScripter_sound.cpp:80:13: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
onscripter-20180409/ONScripter_sound.cpp:155:15: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
onscripter-20180409/ONScripter_text.cpp:643:10: style: The scope of the variable 'out_text' can be reduced. [variableScope]
onscripter-20180409/ONScripter_text.cpp:303:24: style: Variable 'no' is assigned a value that is never used. [unreadVariable]
onscripter-20180409/ONScripter_text.cpp:396:24: style: Variable 'no' is assigned a value that is never used. [unreadVariable]
onscripter-20180409/ONScripter_text.cpp:976:16: style: Variable 'no' is assigned a value that is never used. [unreadVariable]
onscripter-20180409/ONScripter.h:738:10: performance: Technically the member function 'ONScripter::shiftHalfPixelX' can be static. [functionStatic]
onscripter-20180409/ONScripter_text.cpp:40:18: note: Technically the member function 'ONScripter::shiftHalfPixelX' can be static.
onscripter-20180409/ONScripter.h:738:10: note: Technically the member function 'ONScripter::shiftHalfPixelX' can be static.
onscripter-20180409/ONScripter.h:739:10: performance: Technically the member function 'ONScripter::shiftHalfPixelY' can be static. [functionStatic]
onscripter-20180409/ONScripter_text.cpp:56:18: note: Technically the member function 'ONScripter::shiftHalfPixelY' can be static.
onscripter-20180409/ONScripter.h:739:10: note: Technically the member function 'ONScripter::shiftHalfPixelY' can be static.
onscripter-20180409/SarReader.cpp:379:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onscripter-20180409/ScriptHandler.cpp:1347:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
onscripter-20180409/ScriptHandler.cpp:1415:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::current_variable' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::pushed_variable' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::cBR' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::last_num_alias' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::last_str_alias' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::current_array_variable' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::archive_path' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::script_buffer_length' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::tmp_script_buf' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::string_counter' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::label_info' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::skip_enabled' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::kidokuskip_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::text_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::end_status' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::linepage_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::english_mode' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::current_script' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::next_script' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::wait_script' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::pushed_current_script' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::pushed_next_script' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::is_internal_script' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::last_script_context' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::key_table' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.cpp:34:16: warning: Member variable 'ScriptHandler::key_table_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptHandler.h:133:10: style: Technically the member function 'ScriptHandler::isExternalScript' can be const. [functionConst]
onscripter-20180409/ScriptHandler.cpp:476:21: note: Technically the member function 'ScriptHandler::isExternalScript' can be const.
onscripter-20180409/ScriptHandler.h:133:10: note: Technically the member function 'ScriptHandler::isExternalScript' can be const.
onscripter-20180409/ScriptHandler.h:135:10: style: Technically the member function 'ScriptHandler::getOffset' can be const. [functionConst]
onscripter-20180409/ScriptHandler.cpp:481:20: note: Technically the member function 'ScriptHandler::getOffset' can be const.
onscripter-20180409/ScriptHandler.h:135:10: note: Technically the member function 'ScriptHandler::getOffset' can be const.
onscripter-20180409/ScriptHandler.h:139:15: style: Technically the member function 'ScriptHandler::getLabelByAddress' can be const. [functionConst]
onscripter-20180409/ScriptHandler.cpp:518:41: note: Technically the member function 'ScriptHandler::getLabelByAddress' can be const.
onscripter-20180409/ScriptHandler.h:139:15: note: Technically the member function 'ScriptHandler::getLabelByAddress' can be const.
onscripter-20180409/ScriptHandler.h:140:15: style: Technically the member function 'ScriptHandler::getLabelByLine' can be const. [functionConst]
onscripter-20180409/ScriptHandler.cpp:528:41: note: Technically the member function 'ScriptHandler::getLabelByLine' can be const.
onscripter-20180409/ScriptHandler.h:140:15: note: Technically the member function 'ScriptHandler::getLabelByLine' can be const.
onscripter-20180409/ScriptHandler.h:143:10: style: Technically the member function 'ScriptHandler::isText' can be const. [functionConst]
onscripter-20180409/ScriptHandler.cpp:545:21: note: Technically the member function 'ScriptHandler::isText' can be const.
onscripter-20180409/ScriptHandler.h:143:10: note: Technically the member function 'ScriptHandler::isText' can be const.
onscripter-20180409/ScriptHandler.h:152:10: style: Technically the member function 'ScriptHandler::isKidoku' can be const. [functionConst]
onscripter-20180409/ScriptHandler.cpp:577:21: note: Technically the member function 'ScriptHandler::isKidoku' can be const.
onscripter-20180409/ScriptHandler.h:152:10: note: Technically the member function 'ScriptHandler::isKidoku' can be const.
onscripter-20180409/ScriptHandler.h:170:10: performance: Technically the member function 'ScriptHandler::getStringFromInteger' can be static. [functionStatic]
onscripter-20180409/ScriptHandler.cpp:770:20: note: Technically the member function 'ScriptHandler::getStringFromInteger' can be static.
onscripter-20180409/ScriptHandler.h:170:10: note: Technically the member function 'ScriptHandler::getStringFromInteger' can be static.
onscripter-20180409/ScriptHandler.h:206:10: performance: Technically the member function 'ScriptHandler::resetLog' can be static. [functionStatic]
onscripter-20180409/ScriptHandler.cpp:887:21: note: Technically the member function 'ScriptHandler::resetLog' can be static.
onscripter-20180409/ScriptHandler.h:206:10: note: Technically the member function 'ScriptHandler::resetLog' can be static.
onscripter-20180409/ScriptHandler.cpp:44:5: style: Class 'ScriptHandler' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
onscripter-20180409/ScriptHandler.cpp:44:5: style: Class 'ScriptHandler' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
onscripter-20180409/ScriptParser.cpp:50:5: warning: Return value of function rand() is not used. [ignoredReturnValue]
onscripter-20180409/ScriptParser.cpp:570:16: style: The scope of the variable 'j' can be reduced. [variableScope]
onscripter-20180409/ScriptParser.cpp:733:13: style: The scope of the variable 'count' can be reduced. [variableScope]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::user_func_hash' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::current_mode' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::globalon_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::labellog_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::filelog_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::kidokuskip_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::kidokumode_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::autosaveoff_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::z_order' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::rmode_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::windowback_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::usewheel_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::useescspc_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::mode_saya_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::mode_ext_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::zenkakko_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::pagetag_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::windowchip_sprite_no' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::string_buffer_offset' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::last_nest_info' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::current_label_info' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::current_line' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::screen_width' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::screen_height' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::screen_device_width' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::screen_device_height' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::device_width' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::device_height' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::screen_bpp' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::underline_value' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::last_effect_link' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::effect_blank' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::effect_cut_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::lookback_sp' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::lookback_color' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::break_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::trans_mode' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::num_save_file' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::default_env_font' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::default_text_speed' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::start_page' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::current_page' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::max_page_list' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::clickstr_line' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::clickstr_state' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::linepage_mode' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::num_chars_in_sentence' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::line_enter_status' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::page_enter_status' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::in_textbtn_flag' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::english_mode' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::is_kinsoku' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::music_volume' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::voice_volume' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::se_volume' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::current_font' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::shade_distance' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::rmenu_link_num' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::rmenu_link_width' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::textgosub_label' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::pretextgosub_label' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::pretext_buf' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::loadgosub_label' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.cpp:46:15: warning: Member variable 'ScriptParser::textgosub_clickstr_state' is not initialized in the constructor. [uninitMemberVar]
onscripter-20180409/ScriptParser.h:279:10: performance: Technically the member function 'ScriptParser::setStr' can be static. [functionStatic]
onscripter-20180409/ScriptParser.cpp:617:20: note: Technically the member function 'ScriptParser::setStr' can be static.
onscripter-20180409/ScriptParser.h:279:10: note: Technically the member function 'ScriptParser::setStr' can be static.
onscripter-20180409/ScriptParser.h:407:10: style: Technically the member function 'ScriptParser::isStartKinsoku' can be const. [functionConst]
onscripter-20180409/ScriptParser.cpp:847:20: note: Technically the member function 'ScriptParser::isStartKinsoku' can be const.
onscripter-20180409/ScriptParser.h:407:10: note: Technically the member function 'ScriptParser::isStartKinsoku' can be const.
onscripter-20180409/ScriptParser.h:408:10: style: Technically the member function 'ScriptParser::isEndKinsoku' can be const. [functionConst]
onscripter-20180409/ScriptParser.cpp:857:20: note: Technically the member function 'ScriptParser::isEndKinsoku' can be const.
onscripter-20180409/ScriptParser.h:408:10: note: Technically the member function 'ScriptParser::isEndKinsoku' can be const.
onscripter-20180409/ScriptParser.h:487:9: performance: Technically the member function 'ScriptParser::getSystemCallNo' can be static. [functionStatic]
onscripter-20180409/ScriptParser.cpp:309:19: note: Technically the member function 'ScriptParser::getSystemCallNo' can be static.
onscripter-20180409/ScriptParser.h:487:9: note: Technically the member function 'ScriptParser::getSystemCallNo' can be static.
onscripter-20180409/ScriptParser_command.cpp:711:25: style: Variable 'label' is assigned a value that is never used. [unreadVariable]
onscripter-20180409/ScriptParser_command.cpp:635:5: error: Memory leak: vd.str [memleak]
onscripter-20180409/ScriptParser_command.cpp:1463:5: error: Memory leak: vd.str [memleak]
onscripter-20180409/conv_shared.cpp:313:47: style: Variable 'color_num' is assigned a value that is never used. [unreadVariable]
onscripter-20180409/nsaconv.cpp:99:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onscripter-20180409/nsaconv.cpp:99:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onscripter-20180409/nsaconv.cpp:112:17: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onscripter-20180409/nsaconv.cpp:120:17: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onscripter-20180409/nsaconv.cpp:128:17: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onscripter-20180409/nsaconv.cpp:56:19: style: The scope of the variable 'length' can be reduced. [variableScope]
onscripter-20180409/nsadec.cpp:75:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onscripter-20180409/nsadec.cpp:38:19: style: The scope of the variable 'length' can be reduced. [variableScope]
onscripter-20180409/nsadec.cpp:39:20: style: The scope of the variable 'buffer' can be reduced. [variableScope]
onscripter-20180409/nsadec.cpp:43:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
onscripter-20180409/nscriptdecode.cpp:2:0: error: syntax error [syntaxError]
onscripter-20180409/sarconv.cpp:94:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onscripter-20180409/sarconv.cpp:94:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
onscripter-20180409/sarconv.cpp:108:17: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onscripter-20180409/sarconv.cpp:116:17: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
onscripter-20180409/sarconv.cpp:55:19: style: The scope of the variable 'length' can be reduced. [variableScope]
onscripter-20180409/sardec.cpp:37:19: style: The scope of the variable 'length' can be reduced. [variableScope]
[12:33]

ftp://ftp.se.debian.org/debian/pool/main/o/ontv/ontv_3.2.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/oocairo/oocairo_1.4.orig.tar.xz
oocairo-1.4/obj_context.c:450:23: style: The scope of the variable 'pattern' can be reduced. [variableScope]
oocairo-1.4/obj_context.c:451:23: style: The scope of the variable 'surface' can be reduced. [variableScope]
oocairo-1.4/obj_context.c:636:21: style: The scope of the variable 'i' can be reduced. [variableScope]
oocairo-1.4/obj_context.c:637:33: style: The scope of the variable 'n' can be reduced. [variableScope]
oocairo-1.4/obj_context.c:637:36: style: The scope of the variable 'dashtotal' can be reduced. [variableScope]
oocairo-1.4/obj_context.c:778:23: style: The scope of the variable 'pattern' can be reduced. [variableScope]
oocairo-1.4/obj_context.c:779:23: style: The scope of the variable 'surface' can be reduced. [variableScope]
oocairo-1.4/oocairo.c:419:12: style: The scope of the variable 'n' can be reduced. [variableScope]
[12:33]

ftp://ftp.se.debian.org/debian/pool/main/o/oolite/oolite_1.84.orig.tar.gz
oolite-1.84/src/Core/Debug/OOTCPStreamDecoder.c:190:2: style: Variable 'packet' is reassigned a value before the old one has been used. [redundantAssignment]
oolite-1.84/src/Core/Debug/OOTCPStreamDecoder.c:186:0: note: Variable 'packet' is reassigned a value before the old one has been used.
oolite-1.84/src/Core/Debug/OOTCPStreamDecoder.c:190:2: note: Variable 'packet' is reassigned a value before the old one has been used.
oolite-1.84/src/Core/Debug/OOTCPStreamDecoder.c:112:80: style: Function 'OOTCPStreamDecoderReceiveBytes' argument 2 names different: declaration 'bytes' definition 'inBytes'. [funcArgNamesDifferent]
oolite-1.84/src/Core/Debug/OOTCPStreamDecoder.h:49:80: note: Function 'OOTCPStreamDecoderReceiveBytes' argument 2 names different: declaration 'bytes' definition 'inBytes'.
oolite-1.84/src/Core/Debug/OOTCPStreamDecoder.c:112:80: note: Function 'OOTCPStreamDecoderReceiveBytes' argument 2 names different: declaration 'bytes' definition 'inBytes'.
oolite-1.84/src/Core/legacy_random.c:48:34: style: Function 'munge_checksum' argument 1 names different: declaration 'value' definition 'value_'. [funcArgNamesDifferent]
oolite-1.84/src/Core/legacy_random.h:69:34: note: Function 'munge_checksum' argument 1 names different: declaration 'value' definition 'value_'.
oolite-1.84/src/Core/legacy_random.c:48:34: note: Function 'munge_checksum' argument 1 names different: declaration 'value' definition 'value_'.
oolite-1.84/tools/distancemap/GrayMap.c:22:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
oolite-1.84/tools/distancemap/GrayMap.c:19:0: note: Variable 'file' is reassigned a value before the old one has been used.
oolite-1.84/tools/distancemap/GrayMap.c:22:2: note: Variable 'file' is reassigned a value before the old one has been used.
oolite-1.84/tools/distancemap/GrayMap.c:201:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
oolite-1.84/tools/distancemap/GrayMap.c:198:0: note: Variable 'file' is reassigned a value before the old one has been used.
oolite-1.84/tools/distancemap/GrayMap.c:201:2: note: Variable 'file' is reassigned a value before the old one has been used.
oolite-1.84/tools/distancemap/distancemap.c:135:12: style: The scope of the variable 'bestAngle' can be reduced. [variableScope]
oolite-1.84/tools/distancemap/distancemap.c:136:14: style: The scope of the variable 'currDistance' can be reduced. [variableScope]
oolite-1.84/tools/icosmesh/generatemesh.c:51:31: style: Function 'WriteDAT' argument 1 names different: declaration 'i' definition 'level'. [funcArgNamesDifferent]
oolite-1.84/tools/icosmesh/generatemesh.c:36:31: note: Function 'WriteDAT' argument 1 names different: declaration 'i' definition 'level'.
oolite-1.84/tools/icosmesh/generatemesh.c:51:31: note: Function 'WriteDAT' argument 1 names different: declaration 'i' definition 'level'.
[12:33]

ftp://ftp.se.debian.org/debian/pool/main/o/ooniprobe/ooniprobe_1.6.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ooo-thumbnailer/ooo-thumbnailer_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ooo2dbk/ooo2dbk_2.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ooolib-perl/ooolib-perl_0.1.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ooolib-python/ooolib-python_0.0.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/oopango/oopango_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/op-panel/op-panel_0.30~dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/opal/opal_3.10.4~dfsg.orig.tar.gz
opal-3.10.4/plugins/LID/CM_HID/cm_hid_win.cpp:327:8: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/LID/CM_HID/cm_hid_win.cpp:332:27: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/LID/CM_HID/cm_hid_win.cpp:374:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/LID/CM_HID/cm_hid_win.cpp:96:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be static. [functionStatic]
opal-3.10.4/plugins/LID/CM_HID/cm_hid_win.cpp:164:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG1' can be const. [functionConst]
opal-3.10.4/plugins/LID/CM_HID/cm_hid_win.cpp:177:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/CM_HID/cm_hid_win.cpp:193:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/CM_HID/cm_hid_win.cpp:209:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/CM_HID/cm_hid_win.cpp:230:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG4' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:43:1: style: The class 'Context' does not have a constructor although it has private member variables. [noConstructor]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:98:5: performance: Technically the member function 'Context::PLUGIN_LID_CTOR' can be static. [functionStatic]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:102:5: performance: Technically the member function 'Context::PLUGIN_LID_DTOR' can be static. [functionStatic]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:108:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be static. [functionStatic]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:122:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG1' can be static. [functionStatic]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:129:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG0' can be static. [functionStatic]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:135:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG1' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:148:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:164:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:180:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:196:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:211:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:229:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:246:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG4' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:260:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:279:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:293:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:313:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be static. [functionStatic]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:327:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:341:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:355:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:370:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:385:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG1' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:397:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG1' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:409:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:422:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:435:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:451:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:467:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:482:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG4' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:498:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:512:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:523:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:539:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:551:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:563:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:578:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:593:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:607:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:618:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:633:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:645:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG4' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:660:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:675:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG4' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:690:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:706:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:722:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:735:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:756:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG8' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:774:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:785:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:800:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG1' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:813:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:827:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:838:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG1' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_unix.cxx:850:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be static. [functionStatic]
opal-3.10.4/plugins/LID/IxJ/ixj_win.cpp:86:12: style: struct member 'Anonymous3::dspBitMask' is never used. [unusedStructMember]
opal-3.10.4/plugins/LID/IxJ/ixj_win.cpp:148:1: style: The class 'Context' does not have a constructor although it has private member variables. [noConstructor]
opal-3.10.4/plugins/LID/IxJ/ixj_win.cpp:189:5: performance: Technically the member function 'Context::PLUGIN_LID_DTOR' can be static. [functionStatic]
opal-3.10.4/plugins/LID/IxJ/ixj_win.cpp:333:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG1' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_win.cpp:346:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_win.cpp:633:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be static. [functionStatic]
opal-3.10.4/plugins/LID/IxJ/ixj_win.cpp:934:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_win.cpp:950:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_win.cpp:1218:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_win.cpp:1358:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/IxJ/ixj_win.cpp:1940:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/TigerJet/tj_win.cpp:103:8: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/LID/TigerJet/tj_win.cpp:450:8: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/LID/TigerJet/tj_win.cpp:273:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/TigerJet/tj_win.cpp:382:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG1' can be const. [functionConst]
opal-3.10.4/plugins/LID/TigerJet/tj_win.cpp:395:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/TigerJet/tj_win.cpp:427:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/TigerJet/tj_win.cpp:726:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:128:5: performance: Technically the member function 'Context::PLUGIN_LID_DTOR' can be static. [functionStatic]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:134:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be static. [functionStatic]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:207:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG1' can be const. [functionConst]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:220:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:236:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:252:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:312:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be static. [functionStatic]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:462:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:478:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:631:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be static. [functionStatic]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:637:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be static. [functionStatic]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:643:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be static. [functionStatic]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:105:9: style: Exception should be caught by reference. [catchExceptionByValue]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:153:7: style: Exception should be caught by reference. [catchExceptionByValue]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:177:7: style: Exception should be caught by reference. [catchExceptionByValue]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:198:7: style: Exception should be caught by reference. [catchExceptionByValue]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:622:7: style: Exception should be caught by reference. [catchExceptionByValue]
opal-3.10.4/plugins/LID/VPB/vpb.cpp:668:7: style: Exception should be caught by reference. [catchExceptionByValue]
opal-3.10.4/plugins/LID/WinXP_HID/winxp_hid.cpp:380:8: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/LID/WinXP_HID/winxp_hid.cpp:385:27: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/LID/WinXP_HID/winxp_hid.cpp:95:5: performance: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be static. [functionStatic]
opal-3.10.4/plugins/LID/WinXP_HID/winxp_hid.cpp:231:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG1' can be const. [functionConst]
opal-3.10.4/plugins/LID/WinXP_HID/winxp_hid.cpp:244:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/WinXP_HID/winxp_hid.cpp:260:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG3' can be const. [functionConst]
opal-3.10.4/plugins/LID/WinXP_HID/winxp_hid.cpp:276:5: style: Technically the member function 'Context::PLUGIN_FUNCTION_ARG2' can be const. [functionConst]
opal-3.10.4/plugins/LID/WinXP_HID/winxp_hid.cpp:447:10: style: Technically the member function 'Context::Register' can be const. [functionConst]
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2466:24: style: Function 'L_mult0' argument 1 names different: declaration 'v1' definition 'var1'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.h:99:23: note: Function 'L_mult0' argument 1 names different: declaration 'v1' definition 'var1'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2466:24: note: Function 'L_mult0' argument 1 names different: declaration 'v1' definition 'var1'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2466:36: style: Function 'L_mult0' argument 2 names different: declaration 'v2' definition 'var2'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.h:99:34: note: Function 'L_mult0' argument 2 names different: declaration 'v2' definition 'var2'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2466:36: note: Function 'L_mult0' argument 2 names different: declaration 'v2' definition 'var2'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2510:23: style: Function 'L_mac0' argument 1 names different: declaration 'L_v3' definition 'L_var3'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.h:100:22: note: Function 'L_mac0' argument 1 names different: declaration 'L_v3' definition 'L_var3'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2510:23: note: Function 'L_mac0' argument 1 names different: declaration 'L_v3' definition 'L_var3'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2510:38: style: Function 'L_mac0' argument 2 names different: declaration 'v1' definition 'var1'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.h:100:35: note: Function 'L_mac0' argument 2 names different: declaration 'v1' definition 'var1'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2510:38: note: Function 'L_mac0' argument 2 names different: declaration 'v1' definition 'var1'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2510:51: style: Function 'L_mac0' argument 3 names different: declaration 'v2' definition 'var2'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.h:100:46: note: Function 'L_mac0' argument 3 names different: declaration 'v2' definition 'var2'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2510:51: note: Function 'L_mac0' argument 3 names different: declaration 'v2' definition 'var2'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2558:23: style: Function 'L_msu0' argument 1 names different: declaration 'L_v3' definition 'L_var3'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.h:101:22: note: Function 'L_msu0' argument 1 names different: declaration 'L_v3' definition 'L_var3'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2558:23: note: Function 'L_msu0' argument 1 names different: declaration 'L_v3' definition 'L_var3'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2558:38: style: Function 'L_msu0' argument 2 names different: declaration 'v1' definition 'var1'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.h:101:35: note: Function 'L_msu0' argument 2 names different: declaration 'v1' definition 'var1'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2558:38: note: Function 'L_msu0' argument 2 names different: declaration 'v1' definition 'var1'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2558:51: style: Function 'L_msu0' argument 3 names different: declaration 'v2' definition 'var2'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.h:101:46: note: Function 'L_msu0' argument 3 names different: declaration 'v2' definition 'var2'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/basop32.c:2558:51: note: Function 'L_msu0' argument 3 names different: declaration 'v2' definition 'var2'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/count.c:81:24: style: Function 'getCounterId' argument 1 names different: declaration 'objectName' definition 'objectNameArg'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/count.h:43:24: note: Function 'getCounterId' argument 1 names different: declaration 'objectName' definition 'objectNameArg'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/count.c:81:24: note: Function 'getCounterId' argument 1 names different: declaration 'objectName' definition 'objectNameArg'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/count.c:267:27: style: Function 'WMOPS_output' argument 1 names different: declaration 'notPrintWorstWorstCase' definition 'dtx_mode'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/count.h:66:27: note: Function 'WMOPS_output' argument 1 names different: declaration 'notPrintWorstWorstCase' definition 'dtx_mode'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/count.c:267:27: note: Function 'WMOPS_output' argument 1 names different: declaration 'notPrintWorstWorstCase' definition 'dtx_mode'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/dct4_a.c:75:15: style: The scope of the variable 'in_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.1/G722-1/dct4_s.c:79:15: style: The scope of the variable 'in_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.1/G722-1/decode.c:153:9: style: Variable 'frame_cnt' is modified but its new value is never used. [unreadVariable]
opal-3.10.4/plugins/audio/G.722.1/G722-1/decoder.c:463:13: style: The scope of the variable 'decoder_mlt_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.1/G722-1/decoder.c:459:37: style: Function 'decode_vector_quantized_mlt_indices' argument 5 names different: declaration 'dedecoder_power_categories' definition 'decoder_power_categories'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/defs.h:180:37: note: Function 'decode_vector_quantized_mlt_indices' argument 5 names different: declaration 'dedecoder_power_categories' definition 'decoder_power_categories'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/decoder.c:459:37: note: Function 'decode_vector_quantized_mlt_indices' argument 5 names different: declaration 'dedecoder_power_categories' definition 'decoder_power_categories'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/decoder.c:460:37: style: Function 'decode_vector_quantized_mlt_indices' argument 6 names different: declaration 'dedecoder_mlt_coefs' definition 'decoder_mlt_coefs'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/defs.h:181:37: note: Function 'decode_vector_quantized_mlt_indices' argument 6 names different: declaration 'dedecoder_mlt_coefs' definition 'decoder_mlt_coefs'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/decoder.c:460:37: note: Function 'decode_vector_quantized_mlt_indices' argument 6 names different: declaration 'dedecoder_mlt_coefs' definition 'decoder_mlt_coefs'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/encode.c:136:9: style: Variable 'frame_cnt' is modified but its new value is never used. [unreadVariable]
opal-3.10.4/plugins/audio/G.722.1/G722-1/sam2coef.c:68:58: style: Function 'samples_to_rmlt_coefs' argument 2 names different: declaration 'history' definition 'old_samples'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.1/G722-1/defs.h:143:59: note: Function 'samples_to_rmlt_coefs' argument 2 names different: declaration 'history' definition 'old_samples'.
opal-3.10.4/plugins/audio/G.722.1/G722-1/sam2coef.c:68:58: note: Function 'samples_to_rmlt_coefs' argument 2 names different: declaration 'history' definition 'old_samples'.
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_acelp.c:35:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_dtx.c:674:62: style: Redundant condition: st->mem_valid_data==0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_dtx.c:327:17: style: The scope of the variable 'temp1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_dtx.c:407:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_dtx.c:407:24: style: The scope of the variable 'ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_dtx.c:411:11: style: The scope of the variable 'log_en_index' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_gain.c:743:14: warning: Redundant assignment of '*T0' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_gain.c:748:14: warning: Redundant assignment of '*T0' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_gain.c:753:14: warning: Redundant assignment of '*T0' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_gain.c:757:14: warning: Redundant assignment of '*T0' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_gain.c:761:14: warning: Redundant assignment of '*T0' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_gain.c:175:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_gain.c:435:11: style: The scope of the variable 'gain_in' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_gain.c:617:27: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_gain.c:617:37: style: The scope of the variable 'meanLag' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_gain.c:841:20: style: The scope of the variable 'sum' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_gain.c:890:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_if.c:969:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_if.c:91:23: warning: Return value of function memcmp() is not used. [ignoredReturnValue]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_if.c:109:20: warning: Return value of function memcmp() is not used. [ignoredReturnValue]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_if.c:796:65: style: Function 'D_IF_decode' argument 4 names different: declaration 'bfi' definition 'lfi'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_if.h:19:64: note: Function 'D_IF_decode' argument 4 names different: declaration 'bfi' definition 'lfi'.
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_if.c:796:65: note: Function 'D_IF_decode' argument 4 names different: declaration 'bfi' definition 'lfi'.
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_lpc.c:147:14: style: The scope of the variable 'ind' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_lpc.c:147:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_lpc.c:147:27: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_lpc.c:436:11: style: The scope of the variable 'L_tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_lpc.c:437:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_lpc.c:545:17: style: The scope of the variable 'L_tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_lpc.c:546:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_lpc.c:664:22: style: The scope of the variable 'fac_old' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_lpc.c:664:31: style: The scope of the variable 'fac_new' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_main.c:68:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_main.c:208:18: style: The scope of the variable 'L_tmp2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_main.c:209:26: style: The scope of the variable 'pit_flag' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_main.c:222:18: style: The scope of the variable 'fac' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_main.c:222:23: style: The scope of the variable 'voice_fac' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_main.c:222:34: style: The scope of the variable 'max' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_main.c:233:11: style: The scope of the variable 'vad_flag' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:555:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:583:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:664:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:664:16: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:729:14: style: The scope of the variable 'L_tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:730:47: style: The scope of the variable 'x2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:839:16: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:840:11: style: The scope of the variable 'frac' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:913:14: style: The scope of the variable 'L_tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:914:47: style: The scope of the variable 'x2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:979:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:1033:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:1083:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:1141:11: style: The scope of the variable 'HfA' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:1142:11: style: The scope of the variable 'HF_corr_gain' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:1143:11: style: The scope of the variable 'HF_gain_ind' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/dec_util.c:808:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:206:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:272:17: style: The scope of the variable 'dn' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:275:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:301:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:348:11: style: The scope of the variable 'x' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:348:14: style: The scope of the variable 'x2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:350:12: style: The scope of the variable 'ps1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:351:12: style: The scope of the variable 'alp1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:352:13: style: The scope of the variable 'p1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:352:18: style: The scope of the variable 'p2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:838:21: style: The scope of the variable 'ps1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:838:37: style: The scope of the variable 'alp1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:840:28: style: The scope of the variable 'psign' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:841:34: style: The scope of the variable 'ptr_h2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:1142:33: style: The scope of the variable 'index' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:1893:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:1896:12: style: The scope of the variable 'dist' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:1896:37: style: The scope of the variable 'g_code' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_acelp.c:1740:15: warning: The 2nd memset() argument '4294967295U' doesn't fit into an 'unsigned char'. [memsetValueOutOfRange]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.c:128:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.c:190:39: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.c:1129:44: style: The scope of the variable 'temp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.c:1338:12: style: The scope of the variable 'alpha' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.c:1338:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.c:1398:42: style: Function 'E_DTX_vad_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.h:66:41: note: Function 'E_DTX_vad_reset' argument 1 names different: declaration 'st' definition 'state'.
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.c:1398:42: note: Function 'E_DTX_vad_reset' argument 1 names different: declaration 'st' definition 'state'.
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.c:1449:42: style: Function 'E_DTX_vad_init' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.h:65:41: note: Function 'E_DTX_vad_init' argument 1 names different: declaration 'st' definition 'state'.
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.c:1449:42: note: Function 'E_DTX_vad_init' argument 1 names different: declaration 'st' definition 'state'.
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.c:1484:40: style: Function 'E_DTX_vad_exit' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.h:67:39: note: Function 'E_DTX_vad_exit' argument 1 names different: declaration 'st' definition 'state'.
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_dtx.c:1484:40: note: Function 'E_DTX_vad_exit' argument 1 names different: declaration 'st' definition 'state'.
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_gain.c:160:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_gain.c:213:13: style: The scope of the variable 'o' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_gain.c:318:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_gain.c:318:21: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_gain.c:426:12: style: The scope of the variable 'alp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_gain.c:426:17: style: The scope of the variable 'ps' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_gain.c:426:21: style: The scope of the variable 'norm' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_gain.c:540:26: style: The scope of the variable 'temp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_gain.c:641:20: style: The scope of the variable 'L_sum' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_gain.c:690:11: style: The scope of the variable 'L_tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_if.c:1030:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_if.c:897:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_if.c:893:34: style: Function 'E_IF_encode' argument 2 names different: declaration 'mode' definition 'req_mode'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_if.h:14:34: note: Function 'E_IF_encode' argument 2 names different: declaration 'mode' definition 'req_mode'.
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_if.c:893:34: note: Function 'E_IF_encode' argument 2 names different: declaration 'mode' definition 'req_mode'.
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:365:17: style: The scope of the variable 'fac_old' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:365:26: style: The scope of the variable 'fac_new' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:393:19: style: The scope of the variable 'fnew' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:393:25: style: The scope of the variable 'fold' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:466:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:532:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:606:14: style: The scope of the variable 'ind' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:606:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:606:27: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:648:20: style: The scope of the variable 'b0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:683:22: style: The scope of the variable 'dist' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:762:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:846:24: style: The scope of the variable 'xhigh' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:846:31: style: The scope of the variable 'yhigh' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_lpc.c:1012:12: style: The scope of the variable 'dist' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_main.c:74:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_main.c:285:26: style: The scope of the variable 'gain2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_main.c:291:13: style: The scope of the variable 'f_pt_tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_main.c:295:21: style: The scope of the variable 'clip_gain' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_main.c:298:11: style: The scope of the variable 'voice_fac' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_main.c:300:23: style: The scope of the variable 'pit_flag' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_main.c:308:11: style: The scope of the variable 'select' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_main.c:311:18: style: The scope of the variable 's_max' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:456:20: style: The scope of the variable 'x2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:456:24: style: The scope of the variable 'y0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:512:20: style: The scope of the variable 'x2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:513:12: style: The scope of the variable 'y0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:557:12: style: The scope of the variable 's0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:557:16: style: The scope of the variable 's1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:557:20: style: The scope of the variable 's2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:557:24: style: The scope of the variable 's3' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:709:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:758:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:758:17: style: The scope of the variable 'frac' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:823:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:871:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:905:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:949:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:976:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:1123:12: style: The scope of the variable 'dist' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/AMR-WB/enc_util.c:1252:28: style: Variable 'HP_corr_gain' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/G.722.2/G7222Codec.cpp:301:9: style: The scope of the variable 'RequestedMode' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G.722.2/G7222Codec.cpp:328:9: style: Variable 'Followed' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/G722/VoIPCodecs/g722_decode.c:249:9: style: The scope of the variable 'dlowt' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G722/VoIPCodecs/g722_decode.c:250:9: style: The scope of the variable 'rlow' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G722/VoIPCodecs/g722_decode.c:258:9: style: The scope of the variable 'wd3' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G722/VoIPCodecs/g722_encode.c:234:9: style: The scope of the variable 'dlow' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G722/VoIPCodecs/g722_encode.c:236:9: style: The scope of the variable 'el' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G722/VoIPCodecs/g722_encode.c:237:9: style: The scope of the variable 'wd' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G722/VoIPCodecs/g722_encode.c:239:9: style: The scope of the variable 'ril' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G722/VoIPCodecs/g722_encode.c:240:9: style: The scope of the variable 'wd2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G722/VoIPCodecs/g722_encode.c:241:9: style: The scope of the variable 'il4' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G722/VoIPCodecs/g722_encode.c:243:9: style: The scope of the variable 'wd3' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G722/VoIPCodecs/g722_encode.c:256:9: style: The scope of the variable 'ilow' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g711.c:138:7: style: The scope of the variable 'aval' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g711.c:229:7: style: The scope of the variable 'uval' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g726_16.c:96:7: style: Function 'g726_16_encoder' argument 1 names different: declaration 'sample' definition 'sl'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G726/g726/g72x.h:84:13: note: Function 'g726_16_encoder' argument 1 names different: declaration 'sample' definition 'sl'.
opal-3.10.4/plugins/audio/G726/g726/g726_16.c:96:7: note: Function 'g726_16_encoder' argument 1 names different: declaration 'sample' definition 'sl'.
opal-3.10.4/plugins/audio/G726/g726/g726_16.c:163:7: style: Function 'g726_16_decoder' argument 1 names different: declaration 'code' definition 'i'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G726/g726/g72x.h:88:13: note: Function 'g726_16_decoder' argument 1 names different: declaration 'code' definition 'i'.
opal-3.10.4/plugins/audio/G726/g726/g726_16.c:163:7: note: Function 'g726_16_decoder' argument 1 names different: declaration 'code' definition 'i'.
opal-3.10.4/plugins/audio/G726/g726/g726_24.c:82:7: style: Function 'g726_24_encoder' argument 1 names different: declaration 'sample' definition 'sl'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G726/g726/g72x.h:92:7: note: Function 'g726_24_encoder' argument 1 names different: declaration 'sample' definition 'sl'.
opal-3.10.4/plugins/audio/G726/g726/g726_24.c:82:7: note: Function 'g726_24_encoder' argument 1 names different: declaration 'sample' definition 'sl'.
opal-3.10.4/plugins/audio/G726/g726/g726_24.c:141:7: style: Function 'g726_24_decoder' argument 1 names different: declaration 'code' definition 'i'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G726/g726/g72x.h:96:7: note: Function 'g726_24_decoder' argument 1 names different: declaration 'code' definition 'i'.
opal-3.10.4/plugins/audio/G726/g726/g726_24.c:141:7: note: Function 'g726_24_decoder' argument 1 names different: declaration 'code' definition 'i'.
opal-3.10.4/plugins/audio/G726/g726/g726_32.c:94:7: style: Function 'g726_32_encoder' argument 1 names different: declaration 'sample' definition 'sl'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G726/g726/g72x.h:76:7: note: Function 'g726_32_encoder' argument 1 names different: declaration 'sample' definition 'sl'.
opal-3.10.4/plugins/audio/G726/g726/g726_32.c:94:7: note: Function 'g726_32_encoder' argument 1 names different: declaration 'sample' definition 'sl'.
opal-3.10.4/plugins/audio/G726/g726/g726_32.c:154:7: style: Function 'g726_32_decoder' argument 1 names different: declaration 'code' definition 'i'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G726/g726/g72x.h:80:7: note: Function 'g726_32_decoder' argument 1 names different: declaration 'code' definition 'i'.
opal-3.10.4/plugins/audio/G726/g726/g726_32.c:154:7: note: Function 'g726_32_decoder' argument 1 names different: declaration 'code' definition 'i'.
opal-3.10.4/plugins/audio/G726/g726/g726_40.c:102:7: style: Function 'g726_40_encoder' argument 1 names different: declaration 'sample' definition 'sl'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G726/g726/g72x.h:100:7: note: Function 'g726_40_encoder' argument 1 names different: declaration 'sample' definition 'sl'.
opal-3.10.4/plugins/audio/G726/g726/g726_40.c:102:7: note: Function 'g726_40_encoder' argument 1 names different: declaration 'sample' definition 'sl'.
opal-3.10.4/plugins/audio/G726/g726/g726_40.c:162:7: style: Function 'g726_40_decoder' argument 1 names different: declaration 'code' definition 'i'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/G726/g726/g72x.h:104:7: note: Function 'g726_40_decoder' argument 1 names different: declaration 'code' definition 'i'.
opal-3.10.4/plugins/audio/G726/g726/g726_40.c:162:7: note: Function 'g726_40_decoder' argument 1 names different: declaration 'code' definition 'i'.
opal-3.10.4/plugins/audio/G726/g726/g72x.c:167:7: style: The scope of the variable 'y' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:168:7: style: The scope of the variable 'dif' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:169:7: style: The scope of the variable 'al' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:252:7: style: The scope of the variable 'dex' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:253:7: style: The scope of the variable 'dqt' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:254:7: style: The scope of the variable 'dq' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:288:7: style: The scope of the variable 'a1ul' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:289:7: style: The scope of the variable 'pks1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:290:7: style: The scope of the variable 'fa1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:495:7: style: The scope of the variable 'sd' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:496:7: style: The scope of the variable 'im' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:497:7: style: The scope of the variable 'imx' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:544:7: style: The scope of the variable 'sd' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:545:7: style: The scope of the variable 'im' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:546:7: style: The scope of the variable 'imx' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:355:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/G726/g726/g72x.c:501:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/GSM0610/src/add.c:146:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/audio/GSM0610/src/add.c:147:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/audio/GSM0610/src/add.c:150:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/audio/GSM0610/src/code.c:91:23: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/decode.c:26:20: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/gsm_lpc.c:322:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opal-3.10.4/plugins/audio/GSM0610/src/gsm_lpc.c:35:18: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/GSM0610/src/gsm_lpc.c:185:20: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/gsm_lpc.c:293:11: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/long_term.c:920:20: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/preprocess.c:53:11: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/preprocess.c:54:12: style: Unused variable: utmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/rpe.c:175:2: style: Variable 'EM' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/GSM0610/src/rpe.c:135:2: note: Variable 'EM' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/GSM0610/src/rpe.c:175:2: note: Variable 'EM' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/GSM0610/src/rpe.c:210:9: style: Variable 'EM' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/GSM0610/src/rpe.c:363:11: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/short_term.c:64:2: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/GSM0610/src/short_term.c:67:2: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/GSM0610/src/short_term.c:68:2: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/GSM0610/src/short_term.c:69:2: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/GSM0610/src/short_term.c:29:16: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/short_term.c:98:20: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/short_term.c:112:20: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/short_term.c:124:20: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/short_term.c:155:20: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/short_term.c:204:21: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/GSM0610/src/short_term.c:277:20: style: Unused variable: ltmp [unusedVariable]
opal-3.10.4/plugins/audio/IMA_ADPCM/ima_adpcm.c:239:5: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/IMA_ADPCM/ima_adpcm.c:236:5: note: Variable 'index' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/IMA_ADPCM/ima_adpcm.c:239:5: note: Variable 'index' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/IMA_ADPCM/ima_adpcm.c:111:9: style: The scope of the variable 'val' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/IMA_ADPCM/ima_adpcm.c:112:9: style: The scope of the variable 'sign' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/IMA_ADPCM/ima_adpcm.c:113:9: style: The scope of the variable 'delta' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/IMA_ADPCM/ima_adpcm.c:114:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/IMA_ADPCM/ima_adpcm.c:117:9: style: The scope of the variable 'vpdiff' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/IMA_ADPCM/ima_adpcm.c:223:9: style: The scope of the variable 'sign' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/IMA_ADPCM/ima_adpcm.c:227:9: style: The scope of the variable 'vpdiff' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/LPC_10/src/analys.c:657:5: warning: Either the condition 'voice' is redundant or there is possible null pointer dereference: voice. [nullPointerRedundantCheck]
opal-3.10.4/plugins/audio/LPC_10/src/analys.c:473:9: note: Assuming that condition 'voice' is not redundant
opal-3.10.4/plugins/audio/LPC_10/src/analys.c:657:5: note: Null pointer dereference
opal-3.10.4/plugins/audio/LPC_10/src/analys.c:658:5: warning: Either the condition 'voice' is redundant or there is possible null pointer dereference: voice. [nullPointerRedundantCheck]
opal-3.10.4/plugins/audio/LPC_10/src/analys.c:473:9: note: Assuming that condition 'voice' is not redundant
opal-3.10.4/plugins/audio/LPC_10/src/analys.c:658:5: note: Null pointer dereference
opal-3.10.4/plugins/audio/LPC_10/src/bsynz.c:158:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
opal-3.10.4/plugins/audio/LPC_10/src/dyptrk.c:401:2: style: Variable 'path' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/LPC_10/src/energy.c:96:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
opal-3.10.4/plugins/audio/LPC_10/src/irc2pc.c:101:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
opal-3.10.4/plugins/audio/LPC_10/src/pitsyn.c:153:12: warning: Return value of function log() is not used. [ignoredReturnValue]
opal-3.10.4/plugins/audio/LPC_10/src/pitsyn.c:153:29: warning: Return value of function exp() is not used. [ignoredReturnValue]
opal-3.10.4/plugins/audio/LPC_10/src/voicin.c:291:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
opal-3.10.4/plugins/audio/LPC_10/src/voicin.c:603:16: warning: Either the condition 'ivrc' is redundant or there is possible null pointer dereference: ivrc. [nullPointerRedundantCheck]
opal-3.10.4/plugins/audio/LPC_10/src/voicin.c:511:9: note: Assuming that condition 'ivrc' is not redundant
opal-3.10.4/plugins/audio/LPC_10/src/voicin.c:603:16: note: Null pointer dereference
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:540:19: warning: Either the condition 'context==NULL' is redundant or there is possible null pointer dereference: context. [nullPointerRedundantCheck]
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:545:15: note: Assuming that condition 'context==NULL' is not redundant
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:540:19: note: Null pointer dereference
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:543:42: warning: Either the condition 'context==NULL' is redundant or there is possible null pointer dereference: context. [nullPointerRedundantCheck]
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:545:15: note: Assuming that condition 'context==NULL' is not redundant
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:543:42: note: Null pointer dereference
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:143:33: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:213:33: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:236:14: style: Checking if unsigned variable 'in' is less than zero. [unsignedLessThanZero]
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:320:9: style: Checking if unsigned variable 'in' is less than zero. [unsignedLessThanZero]
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:126:2: error: Mismatching allocation and deallocation: context [mismatchAllocDealloc]
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:165:2: error: Mismatching allocation and deallocation: context [mismatchAllocDealloc]
opal-3.10.4/plugins/audio/SBC/sbccodec.cxx:174:7: error: Mismatching allocation and deallocation: context [mismatchAllocDealloc]
opal-3.10.4/plugins/audio/SILK/SILKCodec.cpp:180:5: warning: Member variable 'MyEncoder::m_control' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/audio/SILK/SILKCodec.cpp:277:5: warning: Member variable 'MyDecoder::m_state' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/audio/SILK/SILKCodec.cpp:180:5: style: Class 'MyEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/audio/SILK/SILKCodec.cpp:277:5: style: Class 'MyDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_Inlines.h:252:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_LTP_analysis_filter_FIX.c:40:30: style: The scope of the variable 'x_lag_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NLSF_VQ_sum_error_FIX.c:44:22: style: The scope of the variable 'cb_vec_Q15' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ.c:160:41: warning: Redundant assignment of 'NSQ->sLF_AR_shp_Q12' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ.c:161:41: warning: Redundant assignment of 'NSQ->prev_inv_gain_Q16' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ.c:85:22: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ.c:85:30: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ.c:85:38: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ.c:94:20: style: Variable 'subfr_length' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ_del_dec.c:281:28: warning: Redundant assignment of 'NSQ->prev_inv_gain_Q16' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ_del_dec.c:125:22: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ_del_dec.c:125:30: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ_del_dec.c:125:38: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ_del_dec.c:613:25: style: The scope of the variable 'psDD' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_NSQ_del_dec.c:274:9: style: Variable 'sLTP_Q16' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_PLC.c:156:45: style: The scope of the variable 'pred_lag_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_burg_modified.c:51:22: style: Function 'SKP_Silk_burg_modified' argument 2 names different: declaration 'res_nrgQ' definition 'res_nrg_Q'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_SigProc_FIX.h:459:27: note: Function 'SKP_Silk_burg_modified' argument 2 names different: declaration 'res_nrgQ' definition 'res_nrg_Q'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_burg_modified.c:51:22: note: Function 'SKP_Silk_burg_modified' argument 2 names different: declaration 'res_nrgQ' definition 'res_nrg_Q'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_code_signs.c:38:38: style: Function 'SKP_Silk_encode_signs' argument 1 names different: declaration 'psRC' definition 'sRC'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_main.h:44:34: note: Function 'SKP_Silk_encode_signs' argument 1 names different: declaration 'psRC' definition 'sRC'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_code_signs.c:38:38: note: Function 'SKP_Silk_encode_signs' argument 1 names different: declaration 'psRC' definition 'sRC'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_code_signs.c:65:38: style: Function 'SKP_Silk_decode_signs' argument 1 names different: declaration 'psRC' definition 'sRC'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_main.h:54:34: note: Function 'SKP_Silk_decode_signs' argument 1 names different: declaration 'psRC' definition 'sRC'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_code_signs.c:65:38: note: Function 'SKP_Silk_decode_signs' argument 1 names different: declaration 'psRC' definition 'sRC'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_control_codec_FIX.c:47:22: style: The scope of the variable 'rateTable' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_decode_core.c:41:18: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_decode_core.c:41:26: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_decode_core.c:107:40: style: Variable 'LTP_scale_Q14' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_decode_frame.c:65:25: style: Variable 'LPC_order_old' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_encode_pulses.c:72:22: style: The scope of the variable 'nBits_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_find_LPC_FIX.c:35:25: style: Function 'SKP_Silk_find_LPC_FIX' argument 4 names different: declaration 'useInterpolatedLSFs' definition 'useInterpolatedNLSFs'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_main_FIX.h:157:25: note: Function 'SKP_Silk_find_LPC_FIX' argument 4 names different: declaration 'useInterpolatedLSFs' definition 'useInterpolatedNLSFs'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_find_LPC_FIX.c:35:25: note: Function 'SKP_Silk_find_LPC_FIX' argument 4 names different: declaration 'useInterpolatedLSFs' definition 'useInterpolatedNLSFs'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_find_LPC_FIX.c:138:29: style: Variable 'res_nrg_2nd' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_find_LPC_FIX.c:139:29: style: Variable 'res_nrg_2nd_Q' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_find_LTP_FIX.c:49:30: style: The scope of the variable 'lag_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_find_pred_coefs_FIX.c:41:22: style: The scope of the variable 'x_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_find_pred_coefs_FIX.c:42:22: style: The scope of the variable 'x_pre_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_noise_shape_analysis_FIX.c:50:30: style: The scope of the variable 'pitch_res_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_noise_shape_analysis_FIX.c:80:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_noise_shape_analysis_FIX.c:89:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_noise_shape_analysis_FIX.c:221:40: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_noise_shape_analysis_FIX.c:223:40: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_noise_shape_analysis_FIX.c:202:9: style: Variable 'sqrt_nrg' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_noise_shape_analysis_FIX.c:203:9: style: Variable 'Qnrg_vec' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_pitch_analysis_core.c:187:9: style: Variable 'cross_corr' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_pitch_analysis_core.c:185:9: note: Variable 'cross_corr' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_pitch_analysis_core.c:187:9: note: Variable 'cross_corr' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_pitch_analysis_core.c:188:9: style: Variable 'normalizer' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_pitch_analysis_core.c:184:9: note: Variable 'normalizer' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_pitch_analysis_core.c:188:9: note: Variable 'normalizer' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_pitch_analysis_core.c:338:26: style: Same expression on both sides of '&'. [duplicateExpression]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_pitch_analysis_core.c:338:26: style: Same expression on both sides of '|'. [duplicateExpression]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_pitch_analysis_core.c:80:16: style: The scope of the variable 'input_signal_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_pitch_analysis_core.c:623:35: style: The scope of the variable 'basis_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_prefilter_FIX.c:53:22: style: The scope of the variable 'AR1_shp_Q13' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_process_NLSFs_FIX.c:60:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_process_NLSFs_FIX.c:61:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_process_NLSFs_FIX.c:65:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_process_NLSFs_FIX.c:66:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_quant_LTP_gains_FIX.c:40:26: style: The scope of the variable 'cdf_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_quant_LTP_gains_FIX.c:41:26: style: The scope of the variable 'cl_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_quant_LTP_gains_FIX.c:43:26: style: The scope of the variable 'b_Q14_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_quant_LTP_gains_FIX.c:44:26: style: The scope of the variable 'W_Q18_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_resampler_down2.c:44:41: style: Function 'SKP_Silk_resampler_down2' argument 4 names different: declaration 'len' definition 'inLen'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_SigProc_FIX.h:96:41: note: Function 'SKP_Silk_resampler_down2' argument 4 names different: declaration 'len' definition 'inLen'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_resampler_down2.c:44:41: note: Function 'SKP_Silk_resampler_down2' argument 4 names different: declaration 'len' definition 'inLen'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_resampler_down2_3.c:51:13: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_resampler_down3.c:51:13: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_residual_energy16_FIX.c:43:22: style: The scope of the variable 'pRow' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_residual_energy_FIX.c:43:22: style: The scope of the variable 'LPC_res_ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_shell_coder.c:51:23: style: The scope of the variable 'cdf' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_shell_coder.c:68:23: style: The scope of the variable 'cdf' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_shell_coder.c:83:38: style: Function 'SKP_Silk_shell_encoder' argument 1 names different: declaration 'psRC' definition 'sRC'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_main.h:77:34: note: Function 'SKP_Silk_shell_encoder' argument 1 names different: declaration 'psRC' definition 'sRC'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_shell_coder.c:83:38: note: Function 'SKP_Silk_shell_encoder' argument 1 names different: declaration 'psRC' definition 'sRC'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_shell_coder.c:125:38: style: Function 'SKP_Silk_shell_decoder' argument 2 names different: declaration 'psRC' definition 'sRC'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_main.h:84:34: note: Function 'SKP_Silk_shell_decoder' argument 2 names different: declaration 'psRC' definition 'sRC'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_shell_coder.c:125:38: note: Function 'SKP_Silk_shell_decoder' argument 2 names different: declaration 'psRC' definition 'sRC'.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_solve_LS_FIX.c:207:22: style: The scope of the variable 'ptr32' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/src/SKP_Silk_solve_LS_FIX.c:229:22: style: The scope of the variable 'ptr32' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/test/Decoder.c:184:9: style: Variable 'counter' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/SILK/SILK_SDK/test/Decoder.c:179:9: note: Variable 'counter' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/test/Decoder.c:184:9: note: Variable 'counter' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/SILK/SILK_SDK/test/Encoder.c:90:15: style: The scope of the variable 'counter' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:125:8: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:265:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:93:50: style: Function 'speex_bits_read_from' argument 2 names different: declaration 'bytes' definition 'chars'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_bits.h:72:50: note: Function 'speex_bits_read_from' argument 2 names different: declaration 'bytes' definition 'chars'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:93:50: note: Function 'speex_bits_read_from' argument 2 names different: declaration 'bytes' definition 'chars'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:136:57: style: Function 'speex_bits_read_whole_bytes' argument 2 names different: declaration 'bytes' definition 'chars'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_bits.h:79:57: note: Function 'speex_bits_read_whole_bytes' argument 2 names different: declaration 'bytes' definition 'chars'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:136:57: note: Function 'speex_bits_read_whole_bytes' argument 2 names different: declaration 'bytes' definition 'chars'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:136:68: style: Function 'speex_bits_read_whole_bytes' argument 3 names different: declaration 'len' definition 'nbytes'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_bits.h:79:68: note: Function 'speex_bits_read_whole_bytes' argument 3 names different: declaration 'len' definition 'nbytes'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:136:68: note: Function 'speex_bits_read_whole_bytes' argument 3 names different: declaration 'len' definition 'nbytes'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:168:45: style: Function 'speex_bits_write' argument 2 names different: declaration 'bytes' definition 'chars'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_bits.h:82:45: note: Function 'speex_bits_write' argument 2 names different: declaration 'bytes' definition 'chars'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:168:45: note: Function 'speex_bits_write' argument 2 names different: declaration 'bytes' definition 'chars'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:168:56: style: Function 'speex_bits_write' argument 3 names different: declaration 'max_len' definition 'max_nbytes'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_bits.h:82:56: note: Function 'speex_bits_write' argument 3 names different: declaration 'max_len' definition 'max_nbytes'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:168:56: note: Function 'speex_bits_write' argument 3 names different: declaration 'max_len' definition 'max_nbytes'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:195:57: style: Function 'speex_bits_write_whole_bytes' argument 2 names different: declaration 'bytes' definition 'chars'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_bits.h:85:57: note: Function 'speex_bits_write_whole_bytes' argument 2 names different: declaration 'bytes' definition 'chars'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:195:57: note: Function 'speex_bits_write_whole_bytes' argument 2 names different: declaration 'bytes' definition 'chars'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:195:68: style: Function 'speex_bits_write_whole_bytes' argument 3 names different: declaration 'max_len' definition 'max_nbytes'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_bits.h:85:68: note: Function 'speex_bits_write_whole_bytes' argument 3 names different: declaration 'max_len' definition 'max_nbytes'.
opal-3.10.4/plugins/audio/Speex/libspeex/bits.c:195:68: note: Function 'speex_bits_write_whole_bytes' argument 3 names different: declaration 'max_len' definition 'max_nbytes'.
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:55:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:148:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:154:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:156:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:157:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:244:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:322:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:328:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:330:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:331:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:332:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:335:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:344:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:347:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:348:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:597:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:136:4: style: Variable 'N' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:132:0: note: Variable 'N' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:136:4: note: Variable 'N' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:300:4: style: Variable 'N' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:294:0: note: Variable 'N' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:300:4: note: Variable 'N' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:140:7: style: Variable 'N' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/Speex/libspeex/cb_search.c:541:4: style: Variable 'shape_cb_size' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:347:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:360:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:376:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:377:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:412:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:413:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:450:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:237:14: style: The scope of the variable 'xi' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:237:17: style: The scope of the variable 'yi' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:237:20: style: The scope of the variable 'nyi' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:278:17: style: The scope of the variable 'xi' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:278:20: style: The scope of the variable 'yi' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:278:23: style: The scope of the variable 'nyi' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:319:17: style: The scope of the variable 'xi' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:319:20: style: The scope of the variable 'yi' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:373:17: style: The scope of the variable 'y1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:373:21: style: The scope of the variable 'ny1i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:373:27: style: The scope of the variable 'ny2i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:343:39: style: Function 'syn_percep_zero' argument 1 names different: declaration 'x' definition 'xx'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/filters.h:71:39: note: Function 'syn_percep_zero' argument 1 names different: declaration 'x' definition 'xx'.
opal-3.10.4/plugins/audio/Speex/libspeex/filters.c:343:39: note: Function 'syn_percep_zero' argument 1 names different: declaration 'x' definition 'xx'.
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fft.c:63:18: warning: Redundant assignment of 'x[i].r' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fft.c:64:18: warning: Redundant assignment of 'x[i].i' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fft.c:99:18: warning: Redundant assignment of 'x[i].r' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fft.c:100:18: warning: Redundant assignment of 'x[i].i' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fft.c:270:11: style: The scope of the variable 'k' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fft.c:409:35: style: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fft.h:92:35: note: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fft.c:409:35: note: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fft.c:409:85: style: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fft.h:92:86: note: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fft.c:409:85: note: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fftr.c:76:30: style: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fftr.h:29:30: note: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fftr.c:76:30: note: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fftr.c:132:31: style: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fftr.h:35:31: note: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/plugins/audio/Speex/libspeex/kiss_fftr.c:132:31: note: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/plugins/audio/Speex/libspeex/lpc.c:80:17: style: The scope of the variable 'r' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/lsp.c:160:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/lsp.c:225:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/lsp.c:226:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/lsp.c:463:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/lsp.c:478:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/lsp.c:209:18: style: The scope of the variable 'psuml' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:182:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:183:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:184:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:185:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:330:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:331:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:615:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:616:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:617:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:733:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:592:17: style: The scope of the variable 'err' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:701:20: style: The scope of the variable 'gain_sum' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:740:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:667:5: style: Function 'pitch_unquant_3tap' argument 11 names different: declaration 'lost' definition 'count_lost'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.h:89:5: note: Function 'pitch_unquant_3tap' argument 11 names different: declaration 'lost' definition 'count_lost'.
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:667:5: note: Function 'pitch_unquant_3tap' argument 11 names different: declaration 'lost' definition 'count_lost'.
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:831:5: style: Function 'forced_pitch_unquant' argument 11 names different: declaration 'lost' definition 'count_lost'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.h:130:5: note: Function 'forced_pitch_unquant' argument 11 names different: declaration 'lost' definition 'count_lost'.
opal-3.10.4/plugins/audio/Speex/libspeex/ltp.c:831:5: note: Function 'forced_pitch_unquant' argument 11 names different: declaration 'lost' definition 'count_lost'.
opal-3.10.4/plugins/audio/Speex/libspeex/mdf.c:424:15: warning: Redundant assignment of 'tmp_out' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/Speex/libspeex/mdf.c:515:21: warning: Redundant assignment of 'leak_estimate' to itself. [selfAssignment]
opal-3.10.4/plugins/audio/Speex/libspeex/mdf.c:358:94: style: Function 'speex_echo_cancel' argument 5 names different: declaration 'Y' definition 'Yout'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_echo.h:55:94: note: Function 'speex_echo_cancel' argument 5 names different: declaration 'Y' definition 'Yout'.
opal-3.10.4/plugins/audio/Speex/libspeex/mdf.c:358:94: note: Function 'speex_echo_cancel' argument 5 names different: declaration 'Y' definition 'Yout'.
opal-3.10.4/plugins/audio/Speex/libspeex/mdf.c:563:7: style: Variable 'tmp32' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/Speex/libspeex/misc.c:70:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/Speex/libspeex/misc.c:68:0: note: Variable 'ret' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/Speex/libspeex/misc.c:70:4: note: Variable 'ret' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/Speex/libspeex/modes.c:721:25: warning: Either the condition 'mode>3' is redundant or the array 'speex_mode_list[3]' is accessed at index 3, which is out of bounds. [arrayIndexOutOfBoundsCond]
opal-3.10.4/plugins/audio/Speex/libspeex/modes.c:719:24: note: Assuming that condition 'mode>3' is not redundant
opal-3.10.4/plugins/audio/Speex/libspeex/modes.c:721:25: note: Array index out of bounds
opal-3.10.4/plugins/audio/Speex/libspeex/modes_noglobals.c:689:11: warning: Size of pointer 'submodes' used instead of size of its data. [pointerSize]
opal-3.10.4/plugins/audio/Speex/libspeex/modes_noglobals.c:907:11: warning: Size of pointer 'submodes' used instead of size of its data. [pointerSize]
opal-3.10.4/plugins/audio/Speex/libspeex/modes_noglobals.c:1012:11: warning: Size of pointer 'submodes' used instead of size of its data. [pointerSize]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:312:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:692:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:694:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:695:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:696:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:697:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:942:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1168:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1169:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1170:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1382:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1486:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1487:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1488:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1713:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:704:11: style: The scope of the variable 'pitch' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1133:8: style: The scope of the variable 'pitch_val' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1140:17: style: The scope of the variable 'innov_gain' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1264:8: style: The scope of the variable 'wideband' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1265:8: style: The scope of the variable 'm' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1508:20: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:279:34: style: Function 'nb_encode' argument 2 names different: declaration 'in' definition 'vin'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.h:191:34: note: Function 'nb_encode' argument 2 names different: declaration 'in' definition 'vin'.
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:279:34: note: Function 'nb_encode' argument 2 names different: declaration 'in' definition 'vin'.
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1253:51: style: Function 'nb_decode' argument 3 names different: declaration 'out' definition 'vout'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.h:201:51: note: Function 'nb_decode' argument 3 names different: declaration 'out' definition 'vout'.
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1253:51: note: Function 'nb_decode' argument 3 names different: declaration 'out' definition 'vout'.
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1323:36: style: Variable 'submode' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/Speex/libspeex/nb_celp.c:1388:13: style: Variable 'pgain' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/Speex/libspeex/pcm_wrapper.c:154:39: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/Speex/libspeex/quant_lsp.c:96:17: style: The scope of the variable 'dist' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/quant_lsp.c:126:17: style: The scope of the variable 'dist' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:401:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:424:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:425:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:426:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:440:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:601:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:602:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:603:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:779:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:937:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:938:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:939:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1026:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1103:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1104:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1105:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1118:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1119:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1120:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1241:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1007:8: style: The scope of the variable 'wideband' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1126:20: style: The scope of the variable 'el' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:380:34: style: Function 'sb_encode' argument 2 names different: declaration 'in' definition 'vin'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.h:153:34: note: Function 'sb_encode' argument 2 names different: declaration 'in' definition 'vin'.
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:380:34: note: Function 'sb_encode' argument 2 names different: declaration 'in' definition 'vin'.
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1003:51: style: Function 'sb_decode' argument 3 names different: declaration 'out' definition 'vout'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.h:163:51: note: Function 'sb_decode' argument 3 names different: declaration 'out' definition 'vout'.
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1003:51: note: Function 'sb_decode' argument 3 names different: declaration 'out' definition 'vout'.
opal-3.10.4/plugins/audio/Speex/libspeex/sb_celp.c:1060:21: style: Variable 'wideband' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/Speex/libspeex/smallft.c:695:29: style: The scope of the variable 't6' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/smallft.c:695:32: style: The scope of the variable 't7' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/smallft.c:695:35: style: The scope of the variable 't8' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/smallft.c:695:38: style: The scope of the variable 't9' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/smallft.c:695:41: style: The scope of the variable 't10' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_preprocess.c:803:7: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_preprocess.c:802:7: note: Variable 'q' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/Speex/libspeex/speex_preprocess.c:803:7: note: Variable 'q' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/Speex/libspeex/speex_preprocess.c:314:8: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_preprocess.c:947:48: style: Function 'speex_preprocess_ctl' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/Speex/libspeex/speex_preprocess.h:122:48: note: Function 'speex_preprocess_ctl' argument 1 names different: declaration 'st' definition 'state'.
opal-3.10.4/plugins/audio/Speex/libspeex/speex_preprocess.c:947:48: note: Function 'speex_preprocess_ctl' argument 1 names different: declaration 'st' definition 'state'.
opal-3.10.4/plugins/audio/Speex/libspeex/speex_preprocess.c:553:18: style: Variable 'loudness' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/Speex/libspeex/testenc.c:18:29: style: The scope of the variable 'bitsFile' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/testenc.c:25:8: style: The scope of the variable 'nbBits' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/testenc.c:133:0: error: Resource leak: fbits [resourceLeak]
opal-3.10.4/plugins/audio/Speex/libspeex/testenc_uwb.c:18:29: style: The scope of the variable 'bitsFile' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/testenc_uwb.c:26:8: style: The scope of the variable 'nbBits' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/testenc_uwb.c:135:0: error: Resource leak: fbits [resourceLeak]
opal-3.10.4/plugins/audio/Speex/libspeex/testenc_wb.c:18:29: style: The scope of the variable 'bitsFile' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/testenc_wb.c:26:8: style: The scope of the variable 'nbBits' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/libspeex/testenc_wb.c:140:0: error: Resource leak: fbits [resourceLeak]
opal-3.10.4/plugins/audio/Speex/libspeex/vbr.c:173:7: style: Variable 'va' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/Speex/speexcodec.cxx:110:34: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/audio/Speex/speexcodec.cxx:137:34: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/audio/Speex/speexcodec.cxx:178:7: style: The scope of the variable 'status' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/Speex/speexcodec.cxx:853:15: style: Variable 'bps' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/audio/gsm-amr/src/decoder.c:70:8: style: The scope of the variable 'read_size' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/encoder.c:201:14: error: Width 9 given in format string (no. 1) is larger than destination buffer 'mode_string[9]', use %8s to prevent overflowing it. [invalidScanfFormatWidth]
opal-3.10.4/plugins/audio/gsm-amr/src/encoder.c:100:8: style: The scope of the variable 'byte_counter' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/interf_dec.c:629:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opal-3.10.4/plugins/audio/gsm-amr/src/interf_dec.c:802:31: warning: Possible null pointer dereference: homing [nullPointer]
opal-3.10.4/plugins/audio/gsm-amr/src/interf_dec.c:796:22: note: Assignment 'homing=NULL', assigned value is 0
opal-3.10.4/plugins/audio/gsm-amr/src/interf_dec.c:802:31: note: Null pointer dereference
opal-3.10.4/plugins/audio/gsm-amr/src/interf_enc.c:797:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opal-3.10.4/plugins/audio/gsm-amr/src/interf_enc.c:681:19: warning: Possible null pointer dereference: homing [nullPointer]
opal-3.10.4/plugins/audio/gsm-amr/src/interf_enc.c:676:22: note: Assignment 'homing=NULL', assigned value is 0
opal-3.10.4/plugins/audio/gsm-amr/src/interf_enc.c:681:19: note: Null pointer dereference
opal-3.10.4/plugins/audio/gsm-amr/src/interf_enc.c:601:11: style: The scope of the variable 'homing_size' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/interf_enc.c:597:11: style: Function 'Encoder_Interface_Encode' argument 5 names different: declaration 'forceSpeech' definition 'force_speech'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/gsm-amr/src/interf_enc.h:55:11: note: Function 'Encoder_Interface_Encode' argument 5 names different: declaration 'forceSpeech' definition 'force_speech'.
opal-3.10.4/plugins/audio/gsm-amr/src/interf_enc.c:597:11: note: Function 'Encoder_Interface_Encode' argument 5 names different: declaration 'forceSpeech' definition 'force_speech'.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:665:7: style: Variable 'p_dico' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:664:20: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:665:7: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2074:7: style: Variable 'p_dico' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2073:20: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2074:7: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2081:7: style: Variable 'p_dico' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2078:20: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2081:7: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2100:7: style: Variable 'p_dico' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2099:20: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2100:7: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:556:14: style: The scope of the variable 'ind' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:556:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:556:27: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:597:14: style: The scope of the variable 'index' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:598:42: style: The scope of the variable 'p_dico' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:720:23: style: The scope of the variable 'Sn' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:923:11: style: The scope of the variable 'T0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1112:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1149:25: style: The scope of the variable 'exp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1199:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1199:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1320:11: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1387:17: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1461:11: style: The scope of the variable 'negative' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1461:21: style: The scope of the variable 'lsf_mean' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1461:68: style: The scope of the variable 'ptr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1462:11: style: The scope of the variable 'log_en_index' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1462:60: style: The scope of the variable 'ma_pred_init' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1816:14: style: The scope of the variable 'num' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1816:19: style: The scope of the variable 'denom' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1881:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2038:21: style: The scope of the variable 'temp2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2038:28: style: The scope of the variable 'sign' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2039:18: style: The scope of the variable 'p_dico' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2250:11: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2251:22: style: The scope of the variable 'x2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2328:11: style: The scope of the variable 't0_min' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2328:19: style: The scope of the variable 't0_max' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2756:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2756:17: style: The scope of the variable 'pos1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2756:23: style: The scope of the variable 'pos2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2811:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2811:17: style: The scope of the variable 'pos1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2811:23: style: The scope of the variable 'pos2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2811:35: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2870:11: style: The scope of the variable 'max' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3533:36: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3533:41: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3533:47: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3680:25: style: The scope of the variable 'tmp_diff' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3680:42: style: The scope of the variable 'cbGainMean' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3680:54: style: The scope of the variable 'sum' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3680:71: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3681:8: style: The scope of the variable 'shift1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3681:16: style: The scope of the variable 'shift2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3681:24: style: The scope of the variable 'shift' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3857:11: style: The scope of the variable 'inno_sav' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3858:14: style: The scope of the variable 'i1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3858:32: style: The scope of the variable 'temp2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3858:39: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3858:42: style: The scope of the variable 'nze' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3858:47: style: The scope of the variable 'nPulse' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3858:55: style: The scope of the variable 'ppos' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3859:18: style: The scope of the variable 'ph_imp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:4100:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:4100:14: style: The scope of the variable 'testEnergy' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:4100:26: style: The scope of the variable 'scaleFactor' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:4100:62: style: The scope of the variable 'T0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:4101:8: style: The scope of the variable 'exp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:4238:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:4326:11: style: The scope of the variable 'gain_in' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:4407:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5294:11: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5346:14: style: The scope of the variable 'gain_in' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5468:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5468:28: style: The scope of the variable 'temp1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5468:35: style: The scope of the variable 'temp2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5468:42: style: The scope of the variable 'overflow' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5469:22: style: The scope of the variable 'p2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5602:12: style: The scope of the variable 'x2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5602:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3718:31: warning: Either the condition 'tmp2!=0' is redundant or there is division by zero at line 3718. [zerodivcond]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3711:16: note: Assuming that condition 'tmp2!=0' is not redundant
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3718:31: note: Division by zero
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:4135:29: warning: Either the condition 'excEnergy!=0' is redundant or there is division by zero at line 4135. [zerodivcond]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:4128:21: note: Assuming that condition 'excEnergy!=0' is not redundant
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:4135:29: note: Division by zero
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:1636:56: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:2199:48: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:3422:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5137:47: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5316:34: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5625:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5629:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5668:61: style: Function 'Speech_Decode_Frame' argument 3 names different: declaration 'serial' definition 'parm'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.h:74:67: note: Function 'Speech_Decode_Frame' argument 3 names different: declaration 'serial' definition 'parm'.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5668:61: note: Function 'Speech_Decode_Frame' argument 3 names different: declaration 'serial' definition 'parm'.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5848:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5856:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5864:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5872:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5880:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5893:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5901:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5909:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5917:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_dec.c:5988:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:325:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:372:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:534:12: style: The scope of the variable 'b0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:572:24: style: The scope of the variable 'xhigh' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:572:31: style: The scope of the variable 'yhigh' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:697:12: style: The scope of the variable 'T0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:886:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:886:18: style: The scope of the variable 'dist' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:940:22: style: The scope of the variable 'dist1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:940:29: style: The scope of the variable 'dist2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:940:36: style: The scope of the variable 'temp1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:940:43: style: The scope of the variable 'temp2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:1155:12: style: The scope of the variable 'dist' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:1156:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:1219:12: style: The scope of the variable 'pred_init_err' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:1220:12: style: The scope of the variable 'min_pred_init_err' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:1222:12: style: The scope of the variable 'temp_p' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:1223:11: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:1572:12: style: The scope of the variable 'lsp_mid' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:1572:24: style: The scope of the variable 'lsp_mid_q' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:1773:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:1852:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:2039:13: style: The scope of the variable 'p' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:2039:17: style: The scope of the variable 'p1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:2040:12: style: The scope of the variable 'T0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:2562:11: style: The scope of the variable 'max' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:2637:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:2941:12: style: The scope of the variable 'corr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:2941:18: style: The scope of the variable 'norm' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:2942:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:3085:17: style: The scope of the variable 'corr_int' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:3351:32: style: The scope of the variable 'flag4' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:3354:11: style: The scope of the variable 'frame_offset' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:3541:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:3542:23: style: The scope of the variable 'x2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:3621:11: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:3622:22: style: The scope of the variable 'x2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:3873:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:4094:13: style: The scope of the variable 'rrj' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:4094:25: style: The scope of the variable 'signi' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:4498:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:4501:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:4501:20: style: The scope of the variable 'track' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:4501:27: style: The scope of the variable 'index' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:4502:10: style: The scope of the variable 'first' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:4739:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:4742:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:4742:20: style: The scope of the variable 'track' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:4742:27: style: The scope of the variable 'index' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5018:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5021:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5021:20: style: The scope of the variable 'track' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5021:27: style: The scope of the variable 'index' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5331:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5334:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5334:20: style: The scope of the variable 'track' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5334:27: style: The scope of the variable 'index' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5489:34: style: The scope of the variable 'max' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5585:21: style: The scope of the variable 'ps0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5585:36: style: The scope of the variable 'sq' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5585:51: style: The scope of the variable 'alp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5585:56: style: The scope of the variable 'alp0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5586:19: style: The scope of the variable 'p_r0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5586:26: style: The scope of the variable 'p_r1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5586:33: style: The scope of the variable 'p_r2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5587:13: style: The scope of the variable 'p_rrv' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5588:15: style: The scope of the variable 'i1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5588:19: style: The scope of the variable 'i2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5588:23: style: The scope of the variable 'i3' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5588:27: style: The scope of the variable 'i4' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5588:31: style: The scope of the variable 'i5' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5588:35: style: The scope of the variable 'i6' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5588:39: style: The scope of the variable 'i7' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5588:60: style: The scope of the variable 'pos' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5912:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5915:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5915:20: style: The scope of the variable 'track' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:5915:39: style: The scope of the variable 'pos_index' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6225:21: style: The scope of the variable 'ps0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6225:36: style: The scope of the variable 'sq' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6225:51: style: The scope of the variable 'alp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6225:56: style: The scope of the variable 'alp0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6226:19: style: The scope of the variable 'p_r0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6226:26: style: The scope of the variable 'p_r1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6226:33: style: The scope of the variable 'p_r2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6228:13: style: The scope of the variable 'p_rrv' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6228:37: style: The scope of the variable 'p_dn0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6229:15: style: The scope of the variable 'i1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6229:19: style: The scope of the variable 'i2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6229:23: style: The scope of the variable 'i3' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6229:27: style: The scope of the variable 'i4' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6229:31: style: The scope of the variable 'i5' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6229:35: style: The scope of the variable 'i6' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6229:39: style: The scope of the variable 'i7' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6229:43: style: The scope of the variable 'i8' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6229:47: style: The scope of the variable 'i9' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6229:68: style: The scope of the variable 'pos' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6636:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6636:20: style: The scope of the variable 'track' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6636:27: style: The scope of the variable 'index' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:6638:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7050:25: style: The scope of the variable 'exp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7125:28: style: The scope of the variable 'ener_tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7125:38: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7326:22: style: The scope of the variable 'pred_err_fact' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7327:34: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7412:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7412:18: style: The scope of the variable 'temp2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7412:25: style: The scope of the variable 'g_pitch' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7412:34: style: The scope of the variable 'g2_pitch' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7412:44: style: The scope of the variable 'g_code' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7412:52: style: The scope of the variable 'g2_code' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7412:61: style: The scope of the variable 'g_pit_cod' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7588:21: style: The scope of the variable 'err' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7641:30: style: The scope of the variable 'g_pitch' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7641:39: style: The scope of the variable 'g2_pitch' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7641:77: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7759:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7759:17: style: The scope of the variable 'pred_gain' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7816:12: style: The scope of the variable 'max' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7982:30: style: The scope of the variable 'g_code' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7982:38: style: The scope of the variable 'g2_code' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7982:47: style: The scope of the variable 'd2_code' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:7982:77: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:8100:25: style: The scope of the variable 'gain_cod_unq' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:8175:12: style: The scope of the variable 'g_pitch' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:8175:31: style: The scope of the variable 'g_code' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:8317:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:8542:12: style: The scope of the variable 's' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:8714:12: style: The scope of the variable 'log_en' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:8714:20: style: The scope of the variable 'lsf' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:8714:36: style: The scope of the variable 'lsp_q' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:8715:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:8715:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:9715:17: style: The scope of the variable 'burstcount_table' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:9729:37: style: The scope of the variable 'enrg' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:9729:43: style: The scope of the variable 'snr' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:9730:13: style: The scope of the variable 'tne' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:9732:19: style: The scope of the variable 'j1' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:9732:23: style: The scope of the variable 'j2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:9746:17: style: The scope of the variable 'tce_db' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:9746:25: style: The scope of the variable 'tne_db' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:10225:22: style: The scope of the variable 'theta' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:10763:12: style: The scope of the variable 'x2' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:10764:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11227:40: style: Function 'Speech_Encode_Frame' argument 3 names different: declaration 'newSpeech' definition 'new_speech'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.h:73:73: note: Function 'Speech_Encode_Frame' argument 3 names different: declaration 'newSpeech' definition 'new_speech'.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11227:40: note: Function 'Speech_Encode_Frame' argument 3 names different: declaration 'newSpeech' definition 'new_speech'.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11229:37: style: Function 'Speech_Encode_Frame' argument 5 names different: declaration 'usedMode' definition 'used_mode'. [funcArgNamesDifferent]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.h:74:43: note: Function 'Speech_Encode_Frame' argument 5 names different: declaration 'usedMode' definition 'used_mode'.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11229:37: note: Function 'Speech_Encode_Frame' argument 5 names different: declaration 'usedMode' definition 'used_mode'.
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:10982:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:10989:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:10989:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:10995:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:10995:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11002:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11002:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11002:7: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11009:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11009:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11009:7: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11016:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11016:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11016:7: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11016:7: error: Memory leak: gc_predSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11022:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11022:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11022:7: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11022:7: error: Memory leak: gc_predSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11022:7: error: Memory leak: gc_predUncSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11029:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11029:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11029:7: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11029:7: error: Memory leak: gc_predSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11029:7: error: Memory leak: gc_predUncSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11029:7: error: Memory leak: adaptSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11036:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11036:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11036:7: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11036:7: error: Memory leak: gc_predSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11036:7: error: Memory leak: gc_predUncSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11036:7: error: Memory leak: adaptSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11043:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11043:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11043:7: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11043:7: error: Memory leak: gc_predSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11043:7: error: Memory leak: gc_predUncSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11043:7: error: Memory leak: adaptSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11049:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11049:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11049:7: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11049:7: error: Memory leak: gc_predSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11049:7: error: Memory leak: gc_predUncSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11049:7: error: Memory leak: adaptSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11056:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11056:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11056:7: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11056:7: error: Memory leak: gc_predSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11056:7: error: Memory leak: gc_predUncSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11056:7: error: Memory leak: adaptSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11056:7: error: Memory leak: LevinsonSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11061:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11061:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11061:7: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11061:7: error: Memory leak: gc_predSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11061:7: error: Memory leak: gc_predUncSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11061:7: error: Memory leak: adaptSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11061:7: error: Memory leak: LevinsonSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11068:7: error: Memory leak: s [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11068:7: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11068:7: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11068:7: error: Memory leak: gc_predSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11068:7: error: Memory leak: gc_predUncSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11068:7: error: Memory leak: adaptSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11068:7: error: Memory leak: LevinsonSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11072:4: error: Memory leak: pitchSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11072:4: error: Memory leak: qSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11072:4: error: Memory leak: gc_predSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11072:4: error: Memory leak: gc_predUncSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11072:4: error: Memory leak: adaptSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:11072:4: error: Memory leak: LevinsonSt [memleak]
opal-3.10.4/plugins/audio/gsm-amr/src/sp_enc.c:1621:23: error: Uninitialized variable: lsp_new_q [uninitvar]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:734:10: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:989:10: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:996:10: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1003:10: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1167:61: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1314:78: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1621:30: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1634:11: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1675:11: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1685:30: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1728:10: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1740:30: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1753:30: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:770:10: performance: Technically the member function 'FaxPCM::SetOption' can be static. [functionStatic]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:448:5: style: Class 'WaitAndSignal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1042:5: style: Class 'T38_PCM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1195:5: style: Class 'TIFF_T38' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1340:5: style: Class 'TIFF_PCM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1507:5: style: Class 'FaxCodecContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:866:18: style: The function 'SetOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:530:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:866:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1065:18: style: The function 'Encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:523:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1065:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1093:18: style: The function 'Decode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:524:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1093:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1124:18: style: The function 'Terminate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:525:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1124:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1133:18: style: The function 'GetStats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:526:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1133:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1142:18: style: The function 'SetOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:530:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1142:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1219:18: style: The function 'Encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:523:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1219:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1241:18: style: The function 'Decode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:524:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1241:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1265:18: style: The function 'Terminate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:525:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1265:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1279:18: style: The function 'GetStats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:526:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1279:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1288:18: style: The function 'SetOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:866:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1288:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1364:18: style: The function 'Encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:523:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1364:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1389:18: style: The function 'Decode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:524:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1389:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1414:18: style: The function 'Terminate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:525:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1414:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1428:18: style: The function 'GetStats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:526:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1428:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1436:18: style: The function 'SetOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:866:18: note: Virtual function in base class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:1436:18: note: Function in derived class
opal-3.10.4/plugins/fax/fax_spandsp/spandsp_fax.cpp:905:9: style: Clarify calculation precedence for '<<' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/template/template.cpp:238:43: style: Variable 'videoBuffer' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/template/template.cpp:311:37: style: Variable 'videoBuffer' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/template/template.cpp:176:5: style: Class 'MyEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/template/template.cpp:273:5: style: Class 'MyDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/template/template_h264.cpp:801:43: style: Variable 'videoBuffer' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/template/template_h264.cpp:874:37: style: Variable 'videoBuffer' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/template/template_h264.cpp:681:5: style: Class 'MyEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/template/template_h264.cpp:836:5: style: Class 'MyDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/video/H.261-vic/h261vic.cxx:362:34: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/H.261-vic/h261vic.cxx:388:34: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/H.261-vic/h261vic.cxx:400:34: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/H.261-vic/h261vic.cxx:587:34: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/H.261-vic/h261vic.cxx:606:34: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/H.261-vic/h261vic.cxx:619:34: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/H.261-vic/h261vic.cxx:160:5: warning: Member variable 'H261EncoderContext::lastTimeStamp' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:110:14: style: Technically the member function 'P64Decoder::bb' can be const. [functionConst]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder.h:106:13: style: Technically the member function 'Encoder::SameSize' can be const. [functionConst]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:267:9: style: Technically the member function 'H261PixelEncoder::MoreToIncEncode' can be const. [functionConst]
opal-3.10.4/plugins/video/H.261-vic/h261vic.cxx:163:7: style: Class 'H261EncoderContext' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opal-3.10.4/plugins/video/H.261-vic/h261vic.cxx:163:7: style: Class 'H261EncoderContext' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opal-3.10.4/plugins/video/H.261-vic/h261vic.cxx:430:7: style: Class 'H261DecoderContext' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opal-3.10.4/plugins/video/H.261-vic/h261vic.cxx:430:7: style: Class 'H261DecoderContext' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder.h:100:2: style: Class 'Encoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:248:5: style: Class 'H261DCTEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:259:5: style: Class 'H261PixelEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:227:15: style: The function 'allocate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:129:15: note: Virtual function in base class
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:227:15: note: Function in derived class
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:230:15: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:109:15: note: Virtual function in base class
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:230:15: note: Function in derived class
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:237:15: style: The function 'allocate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:129:15: note: Virtual function in base class
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:237:15: note: Function in derived class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:249:9: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder.h:91:14: note: Virtual function in base class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:249:9: note: Function in derived class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:250:10: style: The function 'SetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:185:15: note: Virtual function in base class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:250:10: note: Function in derived class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:252:10: style: The function 'encode_mb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:186:15: note: Virtual function in base class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:252:10: note: Function in derived class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:260:9: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder.h:91:14: note: Virtual function in base class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:260:9: note: Function in derived class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:261:10: style: The function 'SetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:185:15: note: Virtual function in base class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:261:10: note: Function in derived class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:271:10: style: The function 'encode_mb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:186:15: note: Virtual function in base class
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.h:271:10: note: Function in derived class
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:339:33: style: Function 'rdct_fold_q' argument 2 names different: declaration 'qt' definition 'out'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:108:38: note: Function 'rdct_fold_q' argument 2 names different: declaration 'qt' definition 'out'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:339:33: note: Function 'rdct_fold_q' argument 2 names different: declaration 'qt' definition 'out'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:361:40: style: Function 'fdct_fold_q' argument 2 names different: declaration 'qt' definition 'out'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:109:40: note: Function 'fdct_fold_q' argument 2 names different: declaration 'qt' definition 'out'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:361:40: note: Function 'fdct_fold_q' argument 2 names different: declaration 'qt' definition 'out'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:432:17: style: Function 'dcfill' argument 1 names different: declaration 'dc' definition 'DC'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:102:17: note: Function 'dcfill' argument 1 names different: declaration 'dc' definition 'DC'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:432:17: note: Function 'dcfill' argument 1 names different: declaration 'dc' definition 'DC'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:534:25: style: Function 'bv_rdct1' argument 2 names different: declaration 'blk' definition 'bp'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:86:30: note: Function 'bv_rdct1' argument 2 names different: declaration 'blk' definition 'bp'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:534:25: note: Function 'bv_rdct1' argument 2 names different: declaration 'blk' definition 'bp'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:534:33: style: Function 'bv_rdct1' argument 3 names different: declaration 'ac0' definition 'acx'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:86:39: note: Function 'bv_rdct1' argument 3 names different: declaration 'ac0' definition 'acx'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:534:33: note: Function 'bv_rdct1' argument 3 names different: declaration 'ac0' definition 'acx'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:567:25: style: Function 'bv_rdct2' argument 2 names different: declaration 'blk' definition 'bp'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:87:30: note: Function 'bv_rdct2' argument 2 names different: declaration 'blk' definition 'bp'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:567:25: note: Function 'bv_rdct2' argument 2 names different: declaration 'blk' definition 'bp'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:605:25: style: Function 'bv_rdct3' argument 2 names different: declaration 'blk' definition 'bp'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:89:30: note: Function 'bv_rdct3' argument 2 names different: declaration 'blk' definition 'bp'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:605:25: note: Function 'bv_rdct3' argument 2 names different: declaration 'blk' definition 'bp'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:700:22: style: Function 'rdct' argument 1 names different: declaration 'coef' definition 'bp'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:96:18: note: Function 'rdct' argument 1 names different: declaration 'coef' definition 'bp'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:700:22: note: Function 'rdct' argument 1 names different: declaration 'coef' definition 'bp'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:700:54: style: Function 'rdct' argument 4 names different: declaration 'out' definition 'p'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:96:52: note: Function 'rdct' argument 4 names different: declaration 'out' definition 'p'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:700:54: note: Function 'rdct' argument 4 names different: declaration 'out' definition 'p'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:922:22: style: Function 'rdct' argument 1 names different: declaration 'coef' definition 'bp'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:98:18: note: Function 'rdct' argument 1 names different: declaration 'coef' definition 'bp'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:922:22: note: Function 'rdct' argument 1 names different: declaration 'coef' definition 'bp'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:922:54: style: Function 'rdct' argument 4 names different: declaration 'out' definition 'p'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:98:52: note: Function 'rdct' argument 4 names different: declaration 'out' definition 'p'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:922:54: note: Function 'rdct' argument 4 names different: declaration 'out' definition 'p'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1232:57: style: Function 'dct_decimate' argument 3 names different: declaration 'out' definition 'o'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.h:105:62: note: Function 'dct_decimate' argument 3 names different: declaration 'out' definition 'o'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1232:57: note: Function 'dct_decimate' argument 3 names different: declaration 'out' definition 'o'.
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:390:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:391:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:392:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:393:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:398:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:399:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:400:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:401:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:414:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:415:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:416:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:417:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:421:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:422:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:423:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:424:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:436:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:624:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:626:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:628:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:630:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:637:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:639:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:641:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:643:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:889:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:890:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:891:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:892:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:894:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:895:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:896:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:897:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1074:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1075:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1076:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1077:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1079:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1080:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1081:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1082:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1100:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1101:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1102:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1103:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1105:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1106:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1107:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/dct.cxx:1108:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:165:6: style: The scope of the variable 'qt' can be reduced. [variableScope]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:819:31: style: The scope of the variable 'currentBitCount' can be reduced. [variableScope]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::bb_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::nbb_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::sbit_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::lq_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::mq_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::hq_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::mquant_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::quant_required_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::mba_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::cif_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::bstride_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::lstride_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::cstride_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::loffsize_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::coffsize_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::bloffsize_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::lqt_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::mqt_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::hqt_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::coff_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::loff_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::blkno_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gVf' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gPicture' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gHdrGOBN' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gNxtGOB' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gGobMax' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gGOBhdrNxt' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gSendGOBhdr' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gHdrMBAP' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gNxtMBA' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gHdrQUANT' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gStep' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gDbase' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gNbytes' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gloff' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gcoff' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gblkno' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:127:14: warning: Member variable 'H261Encoder::gline' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/encoder-h261.cxx:148:20: warning: Member variable 'H261PixelEncoder::gData' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:439:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 438. [shiftTooManyBitsSigned]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:438:9: note: Assuming that condition 'r<32' is not redundant
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:439:12: note: Shift
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::size_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::bb_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::nbb_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::bs_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::es_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::ps_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::pebit_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::mbst_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::coord_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::width_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::height_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::minx_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::miny_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::maxx_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::maxy_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::bbx_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::bby_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::bbw_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::bbh_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::mb_state_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::quant_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:190:13: warning: Member variable 'P64Decoder::base_' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:133:6: performance: Technically the member function 'P64Decoder::quantize' can be static. [functionStatic]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:317:17: note: Technically the member function 'P64Decoder::quantize' can be static.
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:133:6: note: Technically the member function 'P64Decoder::quantize' can be static.
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:141:7: performance: Technically the member function 'P64Decoder::filter' can be static. [functionStatic]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:474:18: note: Technically the member function 'P64Decoder::filter' can be static.
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:141:7: note: Technically the member function 'P64Decoder::filter' can be static.
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:143:7: performance: Technically the member function 'P64Decoder::mvblka' can be static. [functionStatic]
opal-3.10.4/plugins/video/H.261-vic/vic/p64.cxx:714:18: note: Technically the member function 'P64Decoder::mvblka' can be static.
opal-3.10.4/plugins/video/H.261-vic/vic/p64.h:143:7: note: Technically the member function 'P64Decoder::mvblka' can be static.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:72:44: style: Function 'P64Encoder' argument 2 names different: declaration 'idle' definition 'fillLevel'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.h:88:34: note: Function 'P64Encoder' argument 2 names different: declaration 'idle' definition 'fillLevel'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:72:44: note: Function 'P64Encoder' argument 2 names different: declaration 'idle' definition 'fillLevel'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:164:40: style: Function 'VideoFrame' argument 2 names different: declaration 'w' definition 'newWidth'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/videoframe.h:36:33: note: Function 'VideoFrame' argument 2 names different: declaration 'w' definition 'newWidth'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:164:40: note: Function 'VideoFrame' argument 2 names different: declaration 'w' definition 'newWidth'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:164:54: style: Function 'VideoFrame' argument 3 names different: declaration 'h' definition 'newHeight'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/videoframe.h:36:40: note: Function 'VideoFrame' argument 3 names different: declaration 'h' definition 'newHeight'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:164:54: note: Function 'VideoFrame' argument 3 names different: declaration 'h' definition 'newHeight'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:172:28: style: Function 'VideoFrame' argument 1 names different: declaration 'w' definition 'newWidth'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/videoframe.h:37:21: note: Function 'VideoFrame' argument 1 names different: declaration 'w' definition 'newWidth'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:172:28: note: Function 'VideoFrame' argument 1 names different: declaration 'w' definition 'newWidth'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:172:42: style: Function 'VideoFrame' argument 2 names different: declaration 'h' definition 'newHeight'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/videoframe.h:37:28: note: Function 'VideoFrame' argument 2 names different: declaration 'h' definition 'newHeight'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:172:42: note: Function 'VideoFrame' argument 2 names different: declaration 'h' definition 'newHeight'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:181:30: style: Function 'SetSize' argument 1 names different: declaration 'newwidth' definition 'newWidth'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/videoframe.h:40:23: note: Function 'SetSize' argument 1 names different: declaration 'newwidth' definition 'newWidth'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:181:30: note: Function 'SetSize' argument 1 names different: declaration 'newwidth' definition 'newWidth'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:181:44: style: Function 'SetSize' argument 2 names different: declaration 'newheight' definition 'newHeight'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/H.261-vic/vic/videoframe.h:40:37: note: Function 'SetSize' argument 2 names different: declaration 'newheight' definition 'newHeight'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:181:44: note: Function 'SetSize' argument 2 names different: declaration 'newheight' definition 'newHeight'.
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:164:13: warning: Member variable 'VideoFrame::ts' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:172:13: warning: Member variable 'VideoFrame::ts' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:72:13: warning: Member variable 'P64Encoder::vid_frame2' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:72:13: warning: Member variable 'P64Encoder::pre_vid2' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:74:3: style: Class 'P64Encoder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opal-3.10.4/plugins/video/H.261-vic/vic/p64encoder.cxx:74:3: style: Class 'P64Encoder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opal-3.10.4/plugins/video/H.261-vic/vic/transmitter.h:122:13: style: Technically the member function 'Transmitter::PacketsOutStanding' can be const. [functionConst]
opal-3.10.4/plugins/video/H.261-vic/vic/transmitter.cxx:158:18: note: Technically the member function 'Transmitter::PacketsOutStanding' can be const.
opal-3.10.4/plugins/video/H.261-vic/vic/transmitter.h:122:13: note: Technically the member function 'Transmitter::PacketsOutStanding' can be const.
opal-3.10.4/plugins/video/H.261-vic/vic/transmitter.h:124:6: style: Technically the member function 'Transmitter::GetCountPacketsOutStanding' can be const. [functionConst]
opal-3.10.4/plugins/video/H.261-vic/vic/transmitter.cxx:163:18: note: Technically the member function 'Transmitter::GetCountPacketsOutStanding' can be const.
opal-3.10.4/plugins/video/H.261-vic/vic/transmitter.h:124:6: note: Technically the member function 'Transmitter::GetCountPacketsOutStanding' can be const.
opal-3.10.4/plugins/video/H.261-vic/vic/transmitter.h:130:14: performance: Technically the member function 'Transmitter::PurgeBufferQueue' can be static. [functionStatic]
opal-3.10.4/plugins/video/H.261-vic/vic/transmitter.cxx:93:19: note: Technically the member function 'Transmitter::PurgeBufferQueue' can be static.
opal-3.10.4/plugins/video/H.261-vic/vic/transmitter.h:130:14: note: Technically the member function 'Transmitter::PurgeBufferQueue' can be static.
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::inw' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::inh' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::outw' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::outh' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::blkw' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::blkh' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::idle_high' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::idle_low' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::delta' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::frametime' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::scan' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:87:16: warning: Member variable 'Pre_Vid_Coder::nblk' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.h:208:12: performance: Technically the member function 'Pre_Vid_Coder::save' can be static. [functionStatic]
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.cxx:160:28: note: Technically the member function 'Pre_Vid_Coder::save' can be static.
opal-3.10.4/plugins/video/H.261-vic/vic/vid_coder.h:208:12: note: Technically the member function 'Pre_Vid_Coder::save' can be static.
opal-3.10.4/plugins/video/common/ffmpeg.h:53:0: error: #error Libavcodec include is not correct [preprocessorErrorDirective]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:76:14: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:453:16: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:191:12: style: The scope of the variable 'curNALLen' can be reduced. [variableScope]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:192:18: style: The scope of the variable 'curNALPtr' can be reduced. [variableScope]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:226:12: style: The scope of the variable 'curFULen' can be reduced. [variableScope]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:362:11: style: The scope of the variable 'header' can be reduced. [variableScope]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:92:46: style: Variable 'currentPositionInFrame' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:183:16: style: Variable 'STAPLen' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:424:23: style: Variable 'NALptr' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/plugins/video/H.264/shared/x264wrap.cxx:500:14: warning: Member variable 'H264Encoder::m_dlName' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.264/shared/x264wrap.cxx:500:14: warning: Member variable 'H264Encoder::m_ulName' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/H.264/shared/h264frame.h:94:8: style: Unused private function: 'H264Frame::EncapsulateSTAP' [unusedPrivateFunction]
opal-3.10.4/plugins/video/H.264/shared/h264frame.h:100:8: style: Unused private function: 'H264Frame::IsStartCode' [unusedPrivateFunction]
opal-3.10.4/plugins/video/H.264/shared/x264wrap.h:99:14: performance: Technically the member function 'H264Encoder::GetWidth' can be static. [functionStatic]
opal-3.10.4/plugins/video/H.264/shared/x264wrap.cxx:693:23: note: Technically the member function 'H264Encoder::GetWidth' can be static.
opal-3.10.4/plugins/video/H.264/shared/x264wrap.h:99:14: note: Technically the member function 'H264Encoder::GetWidth' can be static.
opal-3.10.4/plugins/video/H.264/shared/x264wrap.h:100:14: performance: Technically the member function 'H264Encoder::GetHeight' can be static. [functionStatic]
opal-3.10.4/plugins/video/H.264/shared/x264wrap.cxx:699:23: note: Technically the member function 'H264Encoder::GetHeight' can be static.
opal-3.10.4/plugins/video/H.264/shared/x264wrap.h:100:14: note: Technically the member function 'H264Encoder::GetHeight' can be static.
opal-3.10.4/plugins/video/H.264/shared/h264frame.h:78:8: style: Technically the member function 'H264Frame::HasRTPFrames' can be const. [functionConst]
opal-3.10.4/plugins/video/H.264/shared/h264frame.h:88:12: style: Technically the member function 'H264Frame::GetFrameSize' can be const. [functionConst]
opal-3.10.4/plugins/video/H.264/shared/h264frame.h:91:8: style: Technically the member function 'H264Frame::IsSync' can be const. [functionConst]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:315:17: note: Technically the member function 'H264Frame::IsSync' can be const.
opal-3.10.4/plugins/video/H.264/shared/h264frame.h:91:8: note: Technically the member function 'H264Frame::IsSync' can be const.
opal-3.10.4/plugins/video/H.264/shared/h264frame.h:100:8: performance: Technically the member function 'H264Frame::IsStartCode' can be static. [functionStatic]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:481:17: note: Technically the member function 'H264Frame::IsStartCode' can be static.
opal-3.10.4/plugins/video/H.264/shared/h264frame.h:100:8: note: Technically the member function 'H264Frame::IsStartCode' can be static.
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:51:3: style: Class 'H264Frame' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:51:3: style: Class 'H264Frame' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:453:7: error: Common realloc mistake: 'm_NALs' nulled but not freed upon failure [memleakOnRealloc]
opal-3.10.4/plugins/video/H.264/h264-x264.cxx:741:5: style: Class 'MyEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/video/H.264/h264-x264.cxx:918:5: style: Class 'MyDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:102:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:103:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:104:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:105:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:429:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:430:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:431:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/video/H.264/shared/h264frame.cxx:432:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1763:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1766:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1769:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1072:35: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1129:35: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1141:35: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1148:35: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1595:35: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1626:35: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1638:35: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1644:35: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:962:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:756:55: style: Function 'RtpCallback' argument 1 names different: declaration 'ctx' definition 'priv_data'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:246:45: note: Function 'RtpCallback' argument 1 names different: declaration 'ctx' definition 'priv_data'.
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:756:55: note: Function 'RtpCallback' argument 1 names different: declaration 'ctx' definition 'priv_data'.
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:757:43: style: Function 'RtpCallback' argument 3 names different: declaration 'data_size' definition 'size'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:246:66: note: Function 'RtpCallback' argument 3 names different: declaration 'data_size' definition 'size'.
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:757:43: note: Function 'RtpCallback' argument 3 names different: declaration 'data_size' definition 'size'.
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:136:14: style: struct member 'mpeg4_profile_level::profileNumber' is never used. [unusedStructMember]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:138:14: style: struct member 'mpeg4_profile_level::maxQuantTables' is never used. [unusedStructMember]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:139:14: style: struct member 'mpeg4_profile_level::maxVMVBufferSize' is never used. [unusedStructMember]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:142:14: style: struct member 'mpeg4_profile_level::boundaryMbps' is never used. [unusedStructMember]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:144:14: style: struct member 'mpeg4_profile_level::maxVOLBufferSize' is never used. [unusedStructMember]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:145:14: style: struct member 'mpeg4_profile_level::maxVideoPacketLength' is never used. [unusedStructMember]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:352:22: warning: Member variable 'MPEG4EncoderContext::m_bitRateHighLimit' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:352:22: warning: Member variable 'MPEG4EncoderContext::m_encFrameLen' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:352:22: warning: Member variable 'MPEG4EncoderContext::m_lastTimeStamp' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:258:9: style: Technically the member function 'MPEG4EncoderContext::GetFrameBytes' can be const. [functionConst]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:407:26: note: Technically the member function 'MPEG4EncoderContext::GetFrameBytes' can be const.
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:258:9: note: Technically the member function 'MPEG4EncoderContext::GetFrameBytes' can be const.
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1187:9: style: Technically the member function 'MPEG4DecoderContext::GetFrameBytes' can be const. [functionConst]
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1266:26: note: Technically the member function 'MPEG4DecoderContext::GetFrameBytes' can be const.
opal-3.10.4/plugins/video/MPEG4-ffmpeg/mpeg4.cxx:1187:9: note: Technically the member function 'MPEG4DecoderContext::GetFrameBytes' can be const.
opal-3.10.4/plugins/video/THEORA/theora_frame.cxx:74:52: style: Function 'SetFromHeaderConfig' argument 1 names different: declaration 'tablePacket' definition 'headerPacket'. [funcArgNamesDifferent]
opal-3.10.4/plugins/video/THEORA/theora_frame.h:93:41: note: Function 'SetFromHeaderConfig' argument 1 names different: declaration 'tablePacket' definition 'headerPacket'.
opal-3.10.4/plugins/video/THEORA/theora_frame.cxx:74:52: note: Function 'SetFromHeaderConfig' argument 1 names different: declaration 'tablePacket' definition 'headerPacket'.
opal-3.10.4/plugins/video/THEORA/theora_frame.h:99:8: style: Technically the member function 'theoraFrame::HasRTPFrames' can be const. [functionConst]
opal-3.10.4/plugins/video/THEORA/theora_frame.h:103:8: style: Technically the member function 'theoraFrame::HasOggPackets' can be const. [functionConst]
opal-3.10.4/plugins/video/THEORA/theora_frame.cxx:336:19: note: Technically the member function 'theoraFrame::HasOggPackets' can be const.
opal-3.10.4/plugins/video/THEORA/theora_frame.h:103:8: note: Technically the member function 'theoraFrame::HasOggPackets' can be const.
opal-3.10.4/plugins/video/THEORA/theora_frame.h:106:8: style: Technically the member function 'theoraFrame::IsIFrame' can be const. [functionConst]
opal-3.10.4/plugins/video/THEORA/theora_plugin.cxx:503:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opal-3.10.4/plugins/video/THEORA/theora_plugin.cxx:506:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opal-3.10.4/plugins/video/THEORA/theora_plugin.cxx:562:36: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/THEORA/theora_plugin.cxx:574:36: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/THEORA/theora_plugin.cxx:672:36: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/THEORA/theora_plugin.cxx:718:36: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/THEORA/theora_plugin.cxx:730:36: style: C-style pointer casting [cstyleCast]
opal-3.10.4/plugins/video/THEORA/theora_plugin.cxx:64:3: style: Class 'theoraEncoderContext' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opal-3.10.4/plugins/video/THEORA/theora_plugin.cxx:64:3: style: Class 'theoraEncoderContext' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opal-3.10.4/plugins/video/THEORA/theora_plugin.cxx:272:3: style: Class 'theoraDecoderContext' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opal-3.10.4/plugins/video/THEORA/theora_plugin.cxx:272:3: style: Class 'theoraDecoderContext' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opal-3.10.4/plugins/video/common/mpi.cxx:126:12: style: The scope of the variable 'distance' can be reduced. [variableScope]
opal-3.10.4/plugins/video/common/mpi.h:52:14: style: Technically the member function 'MPIList::getSupportedMPI' can be const. [functionConst]
opal-3.10.4/plugins/video/common/mpi.cxx:96:19: note: Technically the member function 'MPIList::getSupportedMPI' can be const.
opal-3.10.4/plugins/video/common/mpi.h:52:14: note: Technically the member function 'MPIList::getSupportedMPI' can be const.
opal-3.10.4/plugins/video/common/mpi.h:61:14: style: Technically the member function 'MPIList::size' can be const. [functionConst]
opal-3.10.4/samples/callgen/main.cxx:594:28: style: C-style pointer casting [cstyleCast]
opal-3.10.4/samples/callgen/main.cxx:452:33: style: Function 'CallThread' argument 1 names different: declaration 'index' definition '_index'. [funcArgNamesDifferent]
opal-3.10.4/samples/callgen/main.h:97:16: note: Function 'CallThread' argument 1 names different: declaration 'index' definition '_index'.
opal-3.10.4/samples/callgen/main.cxx:452:33: note: Function 'CallThread' argument 1 names different: declaration 'index' definition '_index'.
opal-3.10.4/samples/callgen/main.cxx:453:45: style: Function 'CallThread' argument 2 names different: declaration 'destinations' definition '_destinations'. [funcArgNamesDifferent]
opal-3.10.4/samples/callgen/main.h:98:28: note: Function 'CallThread' argument 2 names different: declaration 'destinations' definition '_destinations'.
opal-3.10.4/samples/callgen/main.cxx:453:45: note: Function 'CallThread' argument 2 names different: declaration 'destinations' definition '_destinations'.
opal-3.10.4/samples/callgen/main.cxx:454:43: style: Function 'CallThread' argument 3 names different: declaration 'params' definition '_params'. [funcArgNamesDifferent]
opal-3.10.4/samples/callgen/main.h:99:26: note: Function 'CallThread' argument 3 names different: declaration 'params' definition '_params'.
opal-3.10.4/samples/callgen/main.cxx:454:43: note: Function 'CallThread' argument 3 names different: declaration 'params' definition '_params'.
opal-3.10.4/samples/callgen/main.cxx:607:28: style: Function 'MyCall' argument 1 names different: declaration 'manager' definition 'mgr'. [funcArgNamesDifferent]
opal-3.10.4/samples/callgen/main.h:37:24: note: Function 'MyCall' argument 1 names different: declaration 'manager' definition 'mgr'.
opal-3.10.4/samples/callgen/main.cxx:607:28: note: Function 'MyCall' argument 1 names different: declaration 'manager' definition 'mgr'.
opal-3.10.4/samples/callgen/main.h:76:3: warning: Member variable 'CallParams::repeat' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/callgen/main.cxx:39:10: warning: Member variable 'CallGen::quietMode' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/callgen/main.h:76:3: style: Struct 'CallParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/samples/codectest/main.cxx:922:6: style: C-style pointer casting [cstyleCast]
opal-3.10.4/samples/codectest/main.cxx:1050:10: style: C-style pointer casting [cstyleCast]
opal-3.10.4/samples/codectest/main.cxx:1098:12: style: C-style pointer casting [cstyleCast]
opal-3.10.4/samples/codectest/main.cxx:1130:16: style: C-style pointer casting [cstyleCast]
opal-3.10.4/samples/codectest/main.cxx:1154:10: style: C-style pointer casting [cstyleCast]
opal-3.10.4/samples/codectest/main.cxx:1178:16: style: C-style pointer casting [cstyleCast]
opal-3.10.4/samples/codectest/main.cxx:1350:8: style: C-style pointer casting [cstyleCast]
opal-3.10.4/samples/codectest/main.cxx:792:49: style: Function 'CalcSNR' argument 1 names different: declaration 'src' definition 'dst'. [funcArgNamesDifferent]
opal-3.10.4/samples/codectest/main.h:172:40: note: Function 'CalcSNR' argument 1 names different: declaration 'src' definition 'dst'.
opal-3.10.4/samples/codectest/main.cxx:792:49: note: Function 'CalcSNR' argument 1 names different: declaration 'src' definition 'dst'.
opal-3.10.4/samples/codectest/main.cxx:1282:40: style: Function 'Read' argument 1 names different: declaration 'frame' definition 'data'. [funcArgNamesDifferent]
opal-3.10.4/samples/codectest/main.h:155:39: note: Function 'Read' argument 1 names different: declaration 'frame' definition 'data'.
opal-3.10.4/samples/codectest/main.cxx:1282:40: note: Function 'Read' argument 1 names different: declaration 'frame' definition 'data'.
opal-3.10.4/samples/codectest/main.cxx:1302:47: style: Function 'Write' argument 1 names different: declaration 'frame' definition 'data'. [funcArgNamesDifferent]
opal-3.10.4/samples/codectest/main.h:156:46: note: Function 'Write' argument 1 names different: declaration 'frame' definition 'data'.
opal-3.10.4/samples/codectest/main.cxx:1302:47: note: Function 'Write' argument 1 names different: declaration 'frame' definition 'data'.
opal-3.10.4/samples/codectest/main.cxx:1322:66: style: Function 'CalcVideoPacketStats' argument 1 names different: declaration 'frames' definition 'packets'. [funcArgNamesDifferent]
opal-3.10.4/samples/codectest/main.h:159:57: note: Function 'CalcVideoPacketStats' argument 1 names different: declaration 'frames' definition 'packets'.
opal-3.10.4/samples/codectest/main.cxx:1322:66: note: Function 'CalcVideoPacketStats' argument 1 names different: declaration 'frames' definition 'packets'.
opal-3.10.4/samples/codectest/main.h:38:5: warning: Member variable 'TranscoderThread::m_forceIFrame' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/codectest/main.h:38:5: warning: Member variable 'TranscoderThread::m_framesToTranscode' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/codectest/main.h:38:5: warning: Member variable 'TranscoderThread::m_frameTime' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/codectest/main.h:38:5: warning: Member variable 'TranscoderThread::m_calcSNR' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/codectest/main.h:137:5: warning: Member variable 'VideoThread::m_frameRate' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/codectest/main.h:137:5: warning: Member variable 'VideoThread::m_snrWidth' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/codectest/main.h:137:5: warning: Member variable 'VideoThread::m_snrHeight' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/codectest/main.h:137:5: warning: Member variable 'VideoThread::m_sumYSNR' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/codectest/main.h:137:5: warning: Member variable 'VideoThread::m_sumCbSNR' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/codectest/main.h:137:5: warning: Member variable 'VideoThread::m_sumCrSNR' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/codectest/main.h:107:5: style: Class 'AudioThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/samples/codectest/main.h:137:5: style: Class 'VideoThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/samples/codectest/main.h:205:9: style: Class 'TestThreadInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/samples/codectest/main.h:123:18: style: The function 'Main' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/samples/codectest/main.h:59:18: note: Virtual function in base class
opal-3.10.4/samples/codectest/main.h:123:18: note: Function in derived class
opal-3.10.4/samples/codectest/main.h:124:18: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/samples/codectest/main.h:61:18: note: Virtual function in base class
opal-3.10.4/samples/codectest/main.h:124:18: note: Function in derived class
opal-3.10.4/samples/codectest/main.h:125:18: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/samples/codectest/main.h:62:18: note: Virtual function in base class
opal-3.10.4/samples/codectest/main.h:125:18: note: Function in derived class
opal-3.10.4/samples/codectest/main.h:126:18: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/samples/codectest/main.h:68:18: note: Virtual function in base class
opal-3.10.4/samples/codectest/main.h:126:18: note: Function in derived class
opal-3.10.4/samples/codectest/main.h:154:18: style: The function 'Main' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/samples/codectest/main.h:59:18: note: Virtual function in base class
opal-3.10.4/samples/codectest/main.h:154:18: note: Function in derived class
opal-3.10.4/samples/codectest/main.h:155:18: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/samples/codectest/main.h:61:18: note: Virtual function in base class
opal-3.10.4/samples/codectest/main.h:155:18: note: Function in derived class
opal-3.10.4/samples/codectest/main.h:156:18: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/samples/codectest/main.h:62:18: note: Virtual function in base class
opal-3.10.4/samples/codectest/main.h:156:18: note: Function in derived class
opal-3.10.4/samples/codectest/main.h:157:18: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/samples/codectest/main.h:68:18: note: Virtual function in base class
opal-3.10.4/samples/codectest/main.h:157:18: note: Function in derived class
opal-3.10.4/samples/codectest/main.h:173:10: style: The function 'CalcSNR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/samples/codectest/main.h:72:18: note: Virtual function in base class
opal-3.10.4/samples/codectest/main.h:173:10: note: Function in derived class
opal-3.10.4/samples/codectest/main.h:174:10: style: The function 'ReportSNR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/samples/codectest/main.h:75:18: note: Virtual function in base class
opal-3.10.4/samples/codectest/main.h:174:10: note: Function in derived class
opal-3.10.4/samples/faxopal/main.cxx:274:73: style: Function 'OnFaxCompleted' argument 2 names different: declaration 'timeout' definition 'failed'. [funcArgNamesDifferent]
opal-3.10.4/samples/faxopal/main.h:50:70: note: Function 'OnFaxCompleted' argument 2 names different: declaration 'timeout' definition 'failed'.
opal-3.10.4/samples/faxopal/main.cxx:274:73: note: Function 'OnFaxCompleted' argument 2 names different: declaration 'timeout' definition 'failed'.
opal-3.10.4/samples/faxopal/main.h:49:5: style: Class 'MyFaxEndPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/samples/h224test/main.h:54:5: style: Class 'MyPCSSEndPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/samples/ivropal/main.h:34:0: error: #error Cannot compile IVR test program without OPAL_IVR set! [preprocessorErrorDirective]
opal-3.10.4/samples/jester/main.h:49:0: error: #error Cannot compile without IAX2 [preprocessorErrorDirective]
opal-3.10.4/samples/mfc/mfc.h:12:0: error: #error include 'stdafx.h' before including this file for PCH [preprocessorErrorDirective]
opal-3.10.4/samples/mobileopal/MobileOPAL.h:34:0: error: #error "include 'stdafx.h' before including this file for PCH" [preprocessorErrorDirective]
opal-3.10.4/samples/opalecho/main.cxx:407:11: style: C-style pointer casting [cstyleCast]
opal-3.10.4/samples/opalecho/main.cxx:419:11: style: C-style pointer casting [cstyleCast]
opal-3.10.4/samples/opalecho/main.h:36:5: style: Class 'EchoEndPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/samples/opalecho/main.cxx:86:9: style: Class 'MediaInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/samples/opalmcu/main.h:34:0: error: #error Cannot compile MCU test program without OPAL_HAS_MIXER set! [preprocessorErrorDirective]
opal-3.10.4/samples/openphone/main.h:46:0: error: #error Cannot compile without PTLib sound channel support! [preprocessorErrorDirective]
opal-3.10.4/samples/playrtp/main.cxx:47:10: warning: Member variable 'PlayRTP::m_singleStep' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/playrtp/main.cxx:47:10: warning: Member variable 'PlayRTP::m_info' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/playrtp/main.cxx:47:10: warning: Member variable 'PlayRTP::m_extendedInfo' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/playrtp/main.cxx:47:10: warning: Member variable 'PlayRTP::m_noDelay' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/playrtp/main.cxx:47:10: warning: Member variable 'PlayRTP::m_writeEventLog' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/playrtp/main.cxx:47:10: warning: Member variable 'PlayRTP::m_extraHeight' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/playrtp/main.cxx:47:10: warning: Member variable 'PlayRTP::m_packetCount' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/playrtp/main.cxx:47:10: warning: Member variable 'PlayRTP::m_vfu' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/playrtp/main.cxx:47:10: warning: Member variable 'PlayRTP::m_videoError' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/playrtp/main.cxx:47:10: warning: Member variable 'PlayRTP::m_videoFrames' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/playyuv/main.cxx:41:10: warning: Member variable 'PlayYUV::m_singleStep' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/playyuv/main.cxx:41:10: warning: Member variable 'PlayYUV::m_info' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/samples/regtest/main.cxx:53:5: style: Class 'MySIPEndPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/samples/simple/main.h:39:0: error: #error Cannot compile without PTLib sound channel support! [preprocessorErrorDirective]
opal-3.10.4/samples/sipim/main.h:37:0: error: #error Cannot compile IM sample program without IM! [preprocessorErrorDirective]
opal-3.10.4/samples/testpresent/main.cxx:36:0: error: #error Cannot compile Presentity test program without XML support! [preprocessorErrorDirective]
opal-3.10.4/src/Ruby/ruby_swig_wrapper.cxx:21:97: style: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opal-3.10.4/src/Ruby/ruby_swig_wrapper.cxx:21:73: note: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/Ruby/ruby_swig_wrapper.cxx:21:97: note: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/Ruby/ruby_swig_wrapper.cxx:16649:14: warning: Redundant assignment of 'clientdata' to itself. [selfAssignment]
opal-3.10.4/src/Ruby/ruby_swig_wrapper.cxx:1530:7: style: The scope of the variable 'track' can be reduced. [variableScope]
opal-3.10.4/src/Ruby/ruby_swig_wrapper.cxx:1531:9: style: The scope of the variable 'klass_name' can be reduced. [variableScope]
opal-3.10.4/src/Ruby/ruby_swig_wrapper.cxx:1619:9: style: The scope of the variable 'c' can be reduced. [variableScope]
opal-3.10.4/src/Ruby/ruby_swig_wrapper.cxx:1620:19: style: The scope of the variable 'tc' can be reduced. [variableScope]
opal-3.10.4/src/Ruby/ruby_swig_wrapper.cxx:16647:7: style: The scope of the variable 'found' can be reduced. [variableScope]
opal-3.10.4/src/Ruby/ruby_swig_wrapper.cxx:19:5: style: Struct 'SwigMovePointer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/Ruby/ruby_swig_wrapper.cxx:17:3: warning: The struct 'SwigMovePointer' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opal-3.10.4/src/codec/echocancel.cxx:179:30: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
opal-3.10.4/src/codec/g711.c:136:7: style: The scope of the variable 'aval' can be reduced. [variableScope]
opal-3.10.4/src/codec/g7231mf.cxx:98:5: style: Class 'OpalG723Format' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/codec/g729mf.cxx:101:5: style: Class 'OpalG729Format' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/codec/opalpluginmgr.cxx:773:24: warning: Obsolete function 'alloca' called. [allocaCalled]
opal-3.10.4/src/codec/opalpluginmgr.cxx:118:9: style: Class 'Worker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/codec/opalpluginmgr.cxx:135:0: style: Class 'OpalPluginMediaOption < OpalMediaOptionString >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/codec/opalpluginmgr.cxx:135:0: style: Class 'OpalPluginMediaOption < OpalMediaOptionBoolean >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/codec/opalpluginmgr.cxx:135:0: style: Class 'OpalPluginMediaOption < OpalMediaOptionUnsigned >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/codec/opalpluginmgr.cxx:135:0: style: Class 'OpalPluginMediaOption < OpalMediaOptionReal >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/codec/opalpluginmgr.cxx:135:0: style: Class 'OpalPluginMediaOption < OpalMediaOptionEnum >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/codec/opalpluginmgr.cxx:135:0: style: Class 'OpalPluginMediaOption < OpalMediaOptionOctets >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/codec/opalwavfile.cxx:99:29: warning: Obsolete function 'alloca' called. [allocaCalled]
opal-3.10.4/src/codec/opalwavfile.cxx:119:29: warning: Obsolete function 'alloca' called. [allocaCalled]
opal-3.10.4/src/codec/opalwavfile.cxx:189:5: warning: Member variable 'PWAVFileConverterPlugin::m_wavFormatCode' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/src/codec/opalwavfile.cxx:189:5: warning: Member variable 'PWAVFileConverterPlugin::m_encoder' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/src/codec/opalwavfile.cxx:189:5: warning: Member variable 'PWAVFileConverterPlugin::m_decoder' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/src/codec/opalwavfile.cxx:309:5: warning: Member variable 'PWAVFileFormatPlugin::m_wavFormatCode' is not initialized in the constructor. [uninitMemberVar]
opal-3.10.4/src/codec/opalwavfile.cxx:148:9: style: The function 'DecodeSample' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/src/codec/opalwavfile.cxx:135:17: note: Virtual function in base class
opal-3.10.4/src/codec/opalwavfile.cxx:148:9: note: Function in derived class
opal-3.10.4/src/codec/opalwavfile.cxx:153:9: style: The function 'EncodeSample' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/src/codec/opalwavfile.cxx:136:17: note: Virtual function in base class
opal-3.10.4/src/codec/opalwavfile.cxx:153:9: note: Function in derived class
opal-3.10.4/src/codec/opalwavfile.cxx:168:9: style: The function 'DecodeSample' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/src/codec/opalwavfile.cxx:135:17: note: Virtual function in base class
opal-3.10.4/src/codec/opalwavfile.cxx:168:9: note: Function in derived class
opal-3.10.4/src/codec/opalwavfile.cxx:173:9: style: The function 'EncodeSample' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opal-3.10.4/src/codec/opalwavfile.cxx:136:17: note: Virtual function in base class
opal-3.10.4/src/codec/opalwavfile.cxx:173:9: note: Function in derived class
opal-3.10.4/src/codec/speex/libspeex/kiss_fft.c:63:18: warning: Redundant assignment of 'x[i].r' to itself. [selfAssignment]
opal-3.10.4/src/codec/speex/libspeex/kiss_fft.c:64:18: warning: Redundant assignment of 'x[i].i' to itself. [selfAssignment]
opal-3.10.4/src/codec/speex/libspeex/kiss_fft.c:99:18: warning: Redundant assignment of 'x[i].r' to itself. [selfAssignment]
opal-3.10.4/src/codec/speex/libspeex/kiss_fft.c:100:18: warning: Redundant assignment of 'x[i].i' to itself. [selfAssignment]
opal-3.10.4/src/codec/speex/libspeex/kiss_fft.c:270:11: style: The scope of the variable 'k' can be reduced. [variableScope]
opal-3.10.4/src/codec/speex/libspeex/kiss_fft.c:409:35: style: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
opal-3.10.4/src/codec/speex/libspeex/kiss_fft.h:96:35: note: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/src/codec/speex/libspeex/kiss_fft.c:409:35: note: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/src/codec/speex/libspeex/kiss_fft.c:409:85: style: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'. [funcArgNamesDifferent]
opal-3.10.4/src/codec/speex/libspeex/kiss_fft.h:96:86: note: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
opal-3.10.4/src/codec/speex/libspeex/kiss_fft.c:409:85: note: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
opal-3.10.4/src/codec/speex/libspeex/kiss_fftr.c:76:30: style: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
opal-3.10.4/src/codec/speex/libspeex/kiss_fftr.h:29:30: note: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/src/codec/speex/libspeex/kiss_fftr.c:76:30: note: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/src/codec/speex/libspeex/kiss_fftr.c:132:31: style: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
opal-3.10.4/src/codec/speex/libspeex/kiss_fftr.h:35:31: note: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/src/codec/speex/libspeex/kiss_fftr.c:132:31: note: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'.
opal-3.10.4/src/codec/speex/libspeex/mdf.c:424:15: warning: Redundant assignment of 'tmp_out' to itself. [selfAssignment]
opal-3.10.4/src/codec/speex/libspeex/mdf.c:515:21: warning: Redundant assignment of 'leak_estimate' to itself. [selfAssignment]
opal-3.10.4/src/codec/speex/libspeex/mdf.c:358:94: style: Function 'speex_echo_cancel' argument 5 names different: declaration 'Y' definition 'Yout'. [funcArgNamesDifferent]
opal-3.10.4/src/codec/speex/libspeex/speex_echo.h:55:94: note: Function 'speex_echo_cancel' argument 5 names different: declaration 'Y' definition 'Yout'.
opal-3.10.4/src/codec/speex/libspeex/mdf.c:358:94: note: Function 'speex_echo_cancel' argument 5 names different: declaration 'Y' definition 'Yout'.
opal-3.10.4/src/codec/speex/libspeex/mdf.c:563:7: style: Variable 'tmp32' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/src/codec/speex/libspeex/misc.c:70:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/codec/speex/libspeex/misc.c:68:0: note: Variable 'ret' is reassigned a value before the old one has been used.
opal-3.10.4/src/codec/speex/libspeex/misc.c:70:4: note: Variable 'ret' is reassigned a value before the old one has been used.
opal-3.10.4/src/codec/speex/libspeex/smallft.c:695:29: style: The scope of the variable 't6' can be reduced. [variableScope]
opal-3.10.4/src/codec/speex/libspeex/smallft.c:695:32: style: The scope of the variable 't7' can be reduced. [variableScope]
opal-3.10.4/src/codec/speex/libspeex/smallft.c:695:35: style: The scope of the variable 't8' can be reduced. [variableScope]
opal-3.10.4/src/codec/speex/libspeex/smallft.c:695:38: style: The scope of the variable 't9' can be reduced. [variableScope]
opal-3.10.4/src/codec/speex/libspeex/smallft.c:695:41: style: The scope of the variable 't10' can be reduced. [variableScope]
opal-3.10.4/src/codec/speex/libspeex/speex_preprocess.c:803:7: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/codec/speex/libspeex/speex_preprocess.c:802:7: note: Variable 'q' is reassigned a value before the old one has been used.
opal-3.10.4/src/codec/speex/libspeex/speex_preprocess.c:803:7: note: Variable 'q' is reassigned a value before the old one has been used.
opal-3.10.4/src/codec/speex/libspeex/speex_preprocess.c:314:8: style: The scope of the variable 'i' can be reduced. [variableScope]
opal-3.10.4/src/codec/speex/libspeex/speex_preprocess.c:947:48: style: Function 'speex_preprocess_ctl' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opal-3.10.4/src/codec/speex/libspeex/speex_preprocess.h:122:48: note: Function 'speex_preprocess_ctl' argument 1 names different: declaration 'st' definition 'state'.
opal-3.10.4/src/codec/speex/libspeex/speex_preprocess.c:947:48: note: Function 'speex_preprocess_ctl' argument 1 names different: declaration 'st' definition 'state'.
opal-3.10.4/src/codec/speex/libspeex/speex_preprocess.c:553:18: style: Variable 'loudness' is assigned a value that is never used. [unreadVariable]
opal-3.10.4/src/java/java_swig_wrapper.cxx:21:97: style: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:21:73: note: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:21:97: note: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:286:3: style: Variable 'arg1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:282:0: note: Variable 'arg1' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:286:3: note: Variable 'arg1' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:299:3: style: Variable 'arg1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:293:0: note: Variable 'arg1' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:299:3: note: Variable 'arg1' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:315:3: style: Variable 'arg1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:309:0: note: Variable 'arg1' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:315:3: note: Variable 'arg1' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:316:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:310:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:316:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:328:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:324:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:328:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:520:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:514:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:520:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:521:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:515:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:521:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:546:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:540:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:546:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:560:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:554:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:560:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:561:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:555:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:561:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:586:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:580:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:586:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:600:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:594:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:600:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:601:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:595:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:601:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:626:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:620:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:626:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:640:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:634:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:640:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:641:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:635:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:641:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:666:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:660:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:666:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:680:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:674:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:680:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:681:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:675:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:681:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:706:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:700:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:706:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:720:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:714:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:720:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:721:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:715:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:721:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:746:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:740:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:746:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:760:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:754:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:760:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:761:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:755:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:761:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:786:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:780:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:786:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:800:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:794:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:800:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:801:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:795:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:801:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:826:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:820:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:826:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:840:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:834:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:840:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:841:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:835:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:841:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:866:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:860:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:866:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:880:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:874:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:880:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:881:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:875:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:881:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:906:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:900:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:906:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:920:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:914:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:920:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:921:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:915:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:921:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:946:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:940:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:946:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:960:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:954:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:960:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:974:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:968:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:974:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:988:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:982:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:988:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1002:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:996:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1002:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1016:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1010:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1016:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1030:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1024:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1030:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1044:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1038:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1044:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1058:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1052:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1058:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1072:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1066:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1072:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1086:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1080:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1086:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1100:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1094:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1100:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1114:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1108:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1114:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1128:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1122:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1128:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1142:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1136:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1142:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1156:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1150:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1156:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1170:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1164:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1170:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1184:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1178:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1184:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1198:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1192:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1198:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1212:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1206:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1212:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1226:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1220:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1226:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1240:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1234:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1240:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1254:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1248:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1254:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1268:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1262:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1268:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1282:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1276:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1282:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1296:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1290:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1296:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1310:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1304:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1310:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1324:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1318:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1324:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1338:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1332:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1338:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1352:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1346:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1352:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1366:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1360:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1366:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1380:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1374:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1380:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1394:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1388:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1394:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1408:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1402:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1408:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1422:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1416:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1422:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1436:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1430:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1436:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1437:3: style: Variable 'arg2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1431:0: note: Variable 'arg2' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1437:3: note: Variable 'arg2' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1450:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1444:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1450:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1464:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1458:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1464:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1465:3: style: Variable 'arg2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1459:0: note: Variable 'arg2' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1465:3: note: Variable 'arg2' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1478:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1472:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1478:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1492:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1486:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1492:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1506:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1500:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1506:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1520:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1514:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1520:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1521:3: style: Variable 'arg2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1515:0: note: Variable 'arg2' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1521:3: note: Variable 'arg2' is reassigned a value before the old one has been used if variable is no semaphore variable.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1534:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1528:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1534:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1548:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1542:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1548:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1549:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1543:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1549:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1574:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1568:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1574:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1588:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1582:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1588:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1602:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1596:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1602:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1616:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1610:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1616:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1630:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1624:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1630:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1644:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1638:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1644:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1658:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1652:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1658:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1682:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1678:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1682:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1694:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1688:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1694:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1695:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1689:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1695:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1720:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1714:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1720:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1734:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1728:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1734:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1735:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1729:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1735:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1760:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1754:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1760:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1774:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1768:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1774:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1775:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1769:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1775:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1800:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1794:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1800:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1814:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1808:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1814:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1828:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1822:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1828:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1842:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1836:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1842:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1856:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1850:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1856:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1870:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1864:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1870:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1884:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1878:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1884:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1908:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1904:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1908:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1920:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1914:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1920:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1921:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1915:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1921:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1946:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1940:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1946:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1960:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1954:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1960:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1961:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1955:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1961:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1986:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1980:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:1986:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2000:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1994:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2000:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2001:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:1995:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2001:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2026:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2020:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2026:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2041:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2034:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2041:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2042:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2035:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2042:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2055:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2049:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2055:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2069:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2063:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2069:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2070:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2064:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2070:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2095:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2089:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2095:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2109:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2103:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2109:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2123:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2117:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2123:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2137:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2131:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2137:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2138:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2132:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2138:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2163:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2157:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2163:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2187:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2183:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2187:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2223:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2217:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2223:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2224:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2218:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2224:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2249:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2243:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2249:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2263:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2257:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2263:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2264:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2258:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2264:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2289:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2283:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2289:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2303:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2297:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2303:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2304:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2298:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2304:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2329:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2323:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2329:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2343:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2337:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2343:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2344:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2338:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2344:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2369:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2363:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2369:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2383:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2377:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2383:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2384:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2378:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2384:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2409:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2403:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2409:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2423:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2417:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2423:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2424:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2418:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2424:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2449:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2443:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2449:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2463:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2457:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2463:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2477:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2471:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2477:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2491:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2485:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2491:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2505:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2499:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2505:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2519:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2513:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2519:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2520:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2514:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2520:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2545:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2539:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2545:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2569:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2565:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2569:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2581:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2575:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2581:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2582:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2576:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2582:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2607:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2601:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2607:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2621:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2615:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2621:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2622:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2616:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2622:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2647:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2641:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2647:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2661:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2655:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2661:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2662:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2656:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2662:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2687:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2681:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2687:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2701:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2695:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2701:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2715:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2709:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2715:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2730:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2723:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2730:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2731:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2724:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2731:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2744:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2738:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2744:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2768:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2764:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2768:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2780:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2774:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2780:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2781:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2775:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2781:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2806:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2800:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2806:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2820:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2814:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2820:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2821:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2815:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2821:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2846:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2840:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2846:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2860:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2854:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2860:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2861:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2855:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2861:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2886:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2880:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2886:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2900:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2894:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2900:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2901:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2895:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2901:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2926:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2920:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2926:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2940:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2934:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2940:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2941:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2935:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2941:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2966:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2960:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2966:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2981:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2974:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2981:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2982:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2975:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2982:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2995:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:2989:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:2995:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3019:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3015:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3019:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3031:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3025:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3031:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3032:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3026:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3032:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3057:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3051:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3057:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3071:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3065:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3071:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3072:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3066:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3072:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3097:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3091:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3097:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3111:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3105:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3111:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3112:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3106:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3112:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3137:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3131:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3137:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3151:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3145:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3151:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3152:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3146:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3152:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3177:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3171:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3177:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3191:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3185:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3191:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3192:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3186:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3192:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3217:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3211:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3217:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3231:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3225:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3231:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3232:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3226:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3232:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3257:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3251:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3257:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3271:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3265:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3271:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3272:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3266:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3272:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3297:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3291:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3297:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3312:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3305:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3312:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3313:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3306:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3313:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3326:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3320:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3326:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3340:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3334:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3340:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3341:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3335:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3341:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3366:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3360:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3366:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3380:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3374:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3380:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3381:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3375:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3381:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3406:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3400:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3406:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3420:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3414:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3420:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3421:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3415:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3421:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3446:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3440:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3446:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3460:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3454:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3460:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3461:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3455:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3461:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3486:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3480:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3486:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3510:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3506:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3510:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3522:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3516:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3522:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3523:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3517:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3523:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3548:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3542:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3548:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3563:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3556:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3563:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3564:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3557:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3564:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3577:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3571:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3577:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3601:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3597:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3601:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3613:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3607:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3613:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3614:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3608:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3614:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3639:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3633:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3639:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3653:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3647:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3653:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3654:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3648:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3654:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3679:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3673:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3679:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3693:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3687:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3693:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3694:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3688:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3694:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3719:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3713:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3719:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3733:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3727:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3733:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3734:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3728:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3734:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3759:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3753:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3759:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3773:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3767:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3773:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3787:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3781:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3787:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3801:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3795:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3801:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3815:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3809:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3815:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3839:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3835:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3839:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3851:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3845:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3851:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3852:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3846:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3852:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3877:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3871:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3877:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3891:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3885:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3891:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3892:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3886:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3892:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3905:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3899:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3905:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3929:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3925:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3929:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3941:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3935:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3941:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3942:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3936:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3942:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3967:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3961:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3967:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3981:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3975:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3981:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3982:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:3976:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:3982:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4007:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4001:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4007:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4021:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4015:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4021:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4035:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4029:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4035:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4059:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4055:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4059:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4071:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4065:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4071:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4072:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4066:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4072:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4097:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4091:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4097:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4111:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4105:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4111:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4112:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4106:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4112:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4137:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4131:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4137:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4151:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4145:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4151:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4152:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4146:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4152:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4177:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4171:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4177:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4201:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4197:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4201:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4225:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4219:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4225:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4226:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4220:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4226:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4251:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4245:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4251:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4265:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4259:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4265:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4279:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4273:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4279:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4293:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4287:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4293:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4307:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4301:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4307:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4321:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4315:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4321:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4322:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4316:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4322:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4347:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4341:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4347:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4361:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4355:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4361:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4362:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4356:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4362:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4387:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4381:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4387:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4401:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4395:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4401:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4402:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4396:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4402:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4427:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4421:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4427:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4451:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4447:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4451:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4463:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4457:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4463:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4464:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4458:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4464:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4489:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4483:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4489:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4503:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4497:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4503:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4504:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4498:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4504:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4529:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4523:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4529:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4543:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4537:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4543:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4557:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4551:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4557:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4571:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4565:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4571:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4572:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4566:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4572:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4597:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4591:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4597:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4611:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4605:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4611:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4612:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4606:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4612:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4637:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4631:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4637:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4651:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4645:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4651:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4665:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4659:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4665:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4679:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4673:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4679:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4693:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4687:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4693:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4707:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4701:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4707:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4721:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4715:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4721:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4735:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4729:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4735:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4749:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4743:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4749:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4773:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4769:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4773:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4785:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4779:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4785:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4786:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4780:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4786:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4811:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4805:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4811:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4825:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4819:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4825:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4826:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4820:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4826:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4851:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4845:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4851:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4865:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4859:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4865:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4866:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4860:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4866:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4891:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4885:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4891:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4905:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4899:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4905:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4906:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4900:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4906:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4931:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4925:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4931:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4955:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4951:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4955:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4967:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4961:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4967:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4968:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4962:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4968:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4993:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:4987:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:4993:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5007:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5001:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5007:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5008:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5002:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5008:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5033:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5027:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5033:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5057:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5053:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5057:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5069:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5063:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5069:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5070:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5064:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5070:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5095:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5089:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5095:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5109:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5103:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5109:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5110:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5104:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5110:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5135:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5129:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5135:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5159:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5155:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5159:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5183:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5177:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5183:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5184:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5178:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5184:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5209:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5203:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5209:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5223:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5217:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5223:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5237:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5231:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5237:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5261:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5257:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5261:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5272:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5267:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5272:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5285:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5280:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5285:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5299:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5294:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5299:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5323:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5319:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5323:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5335:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5329:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5335:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5336:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5330:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5336:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5361:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5355:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5361:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5376:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5369:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5376:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5377:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5370:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5377:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5390:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5384:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5390:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5405:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5398:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5405:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5406:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5399:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5406:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5419:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5413:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5419:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5434:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5427:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5434:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5435:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5428:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5435:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5448:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5442:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5448:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5463:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5456:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5463:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5464:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5457:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5464:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5477:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5471:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5477:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5492:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5485:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5492:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5493:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5486:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5493:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5506:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5500:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5506:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5520:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5514:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5520:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5521:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5515:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5521:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5546:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5540:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5546:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5561:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5554:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5561:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5562:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5555:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5562:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5575:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5569:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5575:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5590:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5583:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5590:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5591:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5584:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5591:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5604:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5598:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5604:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5619:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5612:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5619:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5620:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5613:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5620:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5633:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5627:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5633:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5648:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5641:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5648:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5649:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5642:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5649:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5662:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5656:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5662:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5677:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5670:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5677:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5678:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5671:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5678:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5691:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5685:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5691:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5706:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5699:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5706:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5707:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5700:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5707:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5720:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5714:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5720:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5735:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5728:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5735:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5736:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5729:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5736:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5749:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5743:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5749:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5764:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5757:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5764:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5765:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5758:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5765:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5778:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5772:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5778:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5793:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5786:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5793:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5794:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5787:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5794:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5807:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5801:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5807:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5822:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5815:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5822:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5823:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5816:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5823:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5836:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5830:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5836:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5851:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5844:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5851:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5852:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5845:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5852:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5865:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5859:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5865:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5880:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5873:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5880:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5881:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5874:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5881:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5894:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5888:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5894:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5918:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5914:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5918:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5954:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5950:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5954:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5967:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5961:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5967:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5981:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5975:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5981:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5995:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:5989:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:5995:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6009:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6003:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6009:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6010:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6004:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6010:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6028:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6022:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6028:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6043:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6037:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6043:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6058:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6052:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6058:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6073:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6067:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6073:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6088:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6082:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6088:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6103:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6097:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6103:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6118:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6112:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6118:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6133:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6127:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6133:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6148:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6142:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6148:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6163:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6157:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6163:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6178:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6172:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6178:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6193:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6187:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6193:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6208:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6202:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6208:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6223:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6217:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6223:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6238:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6232:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6238:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6253:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6247:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6253:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6268:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6262:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6268:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6292:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6288:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6292:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6307:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6299:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6307:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6308:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6300:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6308:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6330:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6323:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6330:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6331:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6324:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6331:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6351:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6345:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6351:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6364:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6359:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6364:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6380:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6371:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6380:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6403:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6395:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6403:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6427:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6417:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6427:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6457:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6446:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6457:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6499:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6489:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6499:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6534:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6525:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6534:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6561:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6554:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6561:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6562:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6555:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6562:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6584:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6576:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6584:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6585:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6577:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6585:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6607:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6600:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6607:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6608:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6601:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6608:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6631:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6622:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6631:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6632:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6623:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6632:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6661:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6653:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6661:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6662:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
opal-3.10.4/src/java/java_swig_wrapper.cxx:6654:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:6662:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
opal-3.10.4/src/java/java_swig_wrapper.cxx:19:5: style: Struct 'SwigMovePointer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/java/java_swig_wrapper.cxx:17:3: warning: The struct 'SwigMovePointer' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opal-3.10.4/src/opal/mediafmt.cxx:1432:3: style: Class 'OpalMediaOptionSearchArg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/opal/mediastrm.cxx:264:20: style: Same expression on both sides of '==' because the value of 'oldTimestamp' and 'timestamp' are the same. [duplicateExpression]
opal-3.10.4/src/opal/mediastrm.cxx:250:27: note: 'oldTimestamp' is assigned value 'timestamp' here.
opal-3.10.4/src/opal/mediastrm.cxx:264:20: note: Same expression on both sides of '==' because the value of 'oldTimestamp' and 'timestamp' are the same.
opal-3.10.4/src/opal/mediastrm.cxx:347:20: style: Same expression on both sides of '==' because the value of 'oldTimestamp' and 'timestamp' are the same. [duplicateExpression]
opal-3.10.4/src/opal/mediastrm.cxx:338:27: note: 'oldTimestamp' is assigned value 'timestamp' here.
opal-3.10.4/src/opal/mediastrm.cxx:347:20: note: Same expression on both sides of '==' because the value of 'oldTimestamp' and 'timestamp' are the same.
opal-3.10.4/src/opal/opal_c.cxx:979:61: warning: Possible null pointer dereference: msg [nullPointer]
opal-3.10.4/src/opal/opal_c.cxx:966:23: note: Assignment 'msg=NULL', assigned value is 0
opal-3.10.4/src/opal/opal_c.cxx:979:61: note: Null pointer dereference
opal-3.10.4/src/opal/opal_c.cxx:432:58: style: Function 'OpalLocalEndPoint_C' argument 1 names different: declaration 'manager' definition 'mgr'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:154:41: note: Function 'OpalLocalEndPoint_C' argument 1 names different: declaration 'manager' definition 'mgr'.
opal-3.10.4/src/opal/opal_c.cxx:432:58: note: Function 'OpalLocalEndPoint_C' argument 1 names different: declaration 'manager' definition 'mgr'.
opal-3.10.4/src/opal/opal_c.cxx:1047:58: style: Function 'HandleSetGeneral' argument 1 names different: declaration 'message' definition 'command'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:259:51: note: Function 'HandleSetGeneral' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1047:58: note: Function 'HandleSetGeneral' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1403:59: style: Function 'HandleSetProtocol' argument 1 names different: declaration 'message' definition 'command'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:260:51: note: Function 'HandleSetProtocol' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1403:59: note: Function 'HandleSetProtocol' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1492:60: style: Function 'HandleRegistration' argument 1 names different: declaration 'message' definition 'command'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:261:51: note: Function 'HandleRegistration' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1492:60: note: Function 'HandleRegistration' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1614:57: style: Function 'HandleSetUpCall' argument 1 names different: declaration 'message' definition 'command'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:262:51: note: Function 'HandleSetUpCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1614:57: note: Function 'HandleSetUpCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1661:56: style: Function 'HandleAlerting' argument 1 names different: declaration 'message' definition 'command'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:263:51: note: Function 'HandleAlerting' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1661:56: note: Function 'HandleAlerting' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1689:58: style: Function 'HandleAnswerCall' argument 1 names different: declaration 'message' definition 'command'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:264:51: note: Function 'HandleAnswerCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1689:58: note: Function 'HandleAnswerCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1734:57: style: Function 'HandleUserInput' argument 1 names different: declaration 'message' definition 'command'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:265:51: note: Function 'HandleUserInput' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1734:57: note: Function 'HandleUserInput' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1761:57: style: Function 'HandleClearCall' argument 1 names different: declaration 'message' definition 'command'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:266:51: note: Function 'HandleClearCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1761:57: note: Function 'HandleClearCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1785:56: style: Function 'HandleHoldCall' argument 1 names different: declaration 'message' definition 'command'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:267:51: note: Function 'HandleHoldCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1785:56: note: Function 'HandleHoldCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1800:60: style: Function 'HandleRetrieveCall' argument 1 names different: declaration 'message' definition 'command'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:268:51: note: Function 'HandleRetrieveCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1800:60: note: Function 'HandleRetrieveCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1815:60: style: Function 'HandleTransferCall' argument 1 names different: declaration 'message' definition 'command'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:269:51: note: Function 'HandleTransferCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:1815:60: note: Function 'HandleTransferCall' argument 1 names different: declaration 'message' definition 'command'.
opal-3.10.4/src/opal/opal_c.cxx:2128:51: style: Function 'OnProceeding' argument 1 names different: declaration 'conenction' definition 'connection'. [funcArgNamesDifferent]
opal-3.10.4/src/opal/opal_c.cxx:253:48: note: Function 'OnProceeding' argument 1 names different: declaration 'conenction' definition 'connection'.
opal-3.10.4/src/opal/opal_c.cxx:2128:51: note: Function 'OnProceeding' argument 1 names different: declaration 'conenction' definition 'connection'.
opal-3.10.4/src/opal/opal_c.cxx:357:5: style: Class 'OpalMessageBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opal-3.10.4/src/opal/opal_c.cxx:357:5: style: Class 'OpalMessageBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opal-3.10.4/src/opal/opal_c.cxx:113:5: style: Class 'OpalMessageBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/opal/opal_c.cxx:154:5: style: Class 'OpalLocalEndPoint_C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/opal/opal_c.cxx:220:5: style: Class 'OpalManager_C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/opal/opal_c.cxx:299:3: style: Class 'PProcess_C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opal-3.10.4/src/opal/opalmixer.cxx:377:44: warning: Obsolete function 'alloca' called. [allocaCalled]
opal-3.10.4/src/zrtp/opalzrtp.cxx:176:2: error: Resource leak: zidf [resourceLeak]
[12:34]

ftp://ftp.se.debian.org/debian/pool/main/o/opam/opam_1.2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/opam-file-format/opam-file-format_2.0.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/opari/opari_1.1+dfsg.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/opari2/opari2_2.0.3.orig.tar.gz
opari2-2.0.3/src/opari-lib-dummy/opari2_ctc_parser.c:360:37: style: Function 'assignSourceCodeLocation' argument 2 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
opari2-2.0.3/src/opari-lib-dummy/opari2_ctc_parser.c:202:37: note: Function 'assignSourceCodeLocation' argument 2 names different: declaration 'fileName' definition 'filename'.
opari2-2.0.3/src/opari-lib-dummy/opari2_ctc_parser.c:360:37: note: Function 'assignSourceCodeLocation' argument 2 names different: declaration 'fileName' definition 'filename'.
opari2-2.0.3/src/opari-lib-dummy/pomp2_lib.c:231:18: style: The scope of the variable 'i' can be reduced. [variableScope]
opari2-2.0.3/src/opari-lib-dummy/pomp2_region_info.c:283:5: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
opari2-2.0.3/src/opari-lib-dummy/pomp2_region_info.c:280:0: note: Variable 'token' is reassigned a value before the old one has been used.
opari2-2.0.3/src/opari-lib-dummy/pomp2_region_info.c:283:5: note: Variable 'token' is reassigned a value before the old one has been used.
opari2-2.0.3/src/opari-lib-dummy/pomp2_region_info.c:337:5: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
opari2-2.0.3/src/opari-lib-dummy/pomp2_region_info.c:334:0: note: Variable 'token' is reassigned a value before the old one has been used.
opari2-2.0.3/src/opari-lib-dummy/pomp2_region_info.c:337:5: note: Variable 'token' is reassigned a value before the old one has been used.
opari2-2.0.3/src/opari-lib-dummy/pomp2_region_info.c:376:38: style: Checking if unsigned variable 'regionInfo->mNumSections' is less than zero. [unsignedLessThanZero]
opari2-2.0.3/src/opari-lib-dummy/pomp2_region_info.c:74:42: style: Function 'ctcString2RegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'. [funcArgNamesDifferent]
opari2-2.0.3/src/opari-lib-dummy/pomp2_region_info.h:266:42: note: Function 'ctcString2RegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'.
opari2-2.0.3/src/opari-lib-dummy/pomp2_region_info.c:74:42: note: Function 'ctcString2RegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'.
opari2-2.0.3/src/opari-lib-dummy/pomp2_region_info.c:364:24: style: Unused variable: requiredAttributesFound [unusedVariable]
opari2-2.0.3/src/opari-lib-dummy/pomp2_user_region_info.c:56:51: style: Function 'ctcString2UserRegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'. [funcArgNamesDifferent]
opari2-2.0.3/src/opari-lib-dummy/pomp2_user_region_info.h:124:51: note: Function 'ctcString2UserRegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'.
opari2-2.0.3/src/opari-lib-dummy/pomp2_user_region_info.c:56:51: note: Function 'ctcString2UserRegionInfo' argument 1 names different: declaration 'ctcString' definition 'string'.
opari2-2.0.3/src/opari-lib-dummy/pomp2_user_region_info.c:149:29: style: Unused variable: requiredAttributesFound [unusedVariable]
opari2-2.0.3/src/opari/opari2.cc:345:13: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
opari2-2.0.3/src/opari/opari2.cc:344:0: note: Variable 'token' is reassigned a value before the old one has been used.
opari2-2.0.3/src/opari/opari2.cc:345:13: note: Variable 'token' is reassigned a value before the old one has been used.
opari2-2.0.3/src/opari/opari2.cc:372:13: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
opari2-2.0.3/src/opari/opari2.cc:371:0: note: Variable 'token' is reassigned a value before the old one has been used.
opari2-2.0.3/src/opari/opari2.cc:372:13: note: Variable 'token' is reassigned a value before the old one has been used.
opari2-2.0.3/src/opari/opari2_directive.h:348:5: style: Technically the member function 'OPARI2_Directive::GetID' can be const. [functionConst]
opari2-2.0.3/src/opari/opari2_directive.h:355:5: style: Technically the member function 'OPARI2_Directive::GetCTCStringVariable' can be const. [functionConst]
opari2-2.0.3/src/opari/opari2_parser_c.h:26:5: style: Class 'OPARI2_CParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opari2-2.0.3/src/opari/opari2_parser_f.h:50:5: style: Class 'OPARI2_FortranParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:90:5: style: The function 'IncrementRegionCounter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:76:5: note: Virtual function in base class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:90:5: note: Function in derived class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:112:5: style: The function 'FindName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:99:5: note: Virtual function in base class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:112:5: note: Function in derived class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:145:5: style: The function 'GenerateDescr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:87:5: note: Virtual function in base class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:145:5: note: Function in derived class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:170:5: style: The function 'EndLoopDirective' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:137:5: note: Virtual function in base class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:170:5: note: Function in derived class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:174:5: style: The function 'EndsLoopDirective' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:146:5: note: Virtual function in base class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:174:5: note: Function in derived class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:181:5: style: The function 'identify_clauses' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:109:5: note: Virtual function in base class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:181:5: note: Function in derived class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:198:5: style: The function 'generate_ctc_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:127:5: note: Virtual function in base class
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:198:5: note: Function in derived class
opari2-2.0.3/src/opari/opari2.cc:183:0: error: Memory leak: str [memleak]
opari2-2.0.3/src/opari/opari2_config.cc:117:17: style: The scope of the variable 'j' can be reduced. [variableScope]
opari2-2.0.3/src/opari/opari2_config.cc:304:43: style: Function 'readConfigFile' argument 1 names different: declaration 'arg0' definition 'config_file'. [funcArgNamesDifferent]
opari2-2.0.3/src/opari/opari2_config.h:68:33: note: Function 'readConfigFile' argument 1 names different: declaration 'arg0' definition 'config_file'.
opari2-2.0.3/src/opari/opari2_config.cc:304:43: note: Function 'readConfigFile' argument 1 names different: declaration 'arg0' definition 'config_file'.
opari2-2.0.3/src/opari/opari2_config.cc:265:5: performance: Variable 'm_nm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_config.cc:266:5: performance: Variable 'm_awk' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_config.cc:267:5: performance: Variable 'm_egrep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_config.cc:268:5: performance: Variable 'm_version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_config.cc:269:5: performance: Variable 'm_pomp2_api_version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_config.cc:270:5: performance: Variable 'm_script' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_config.cc:271:5: performance: Variable 'm_cflags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_config.cc:261:0: error: Memory leak: obj_files [memleak]
opari2-2.0.3/src/opari/opari2_directive.cc:859:41: style: Redundant condition: c!=string::npos. 'c==string::npos || (c!=string::npos && w<c)' is equivalent to 'c==string::npos || w<c' [redundantCondition]
opari2-2.0.3/src/opari/opari2_directive.cc:477:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opari2-2.0.3/src/opari/opari2_directive.cc:62:19: warning: Member variable 'OPARI2_Directive::m_type' is not initialized in the constructor. [uninitMemberVar]
opari2-2.0.3/src/opari/opari2_directive.cc:62:19: warning: Member variable 'OPARI2_Directive::m_id' is not initialized in the constructor. [uninitMemberVar]
opari2-2.0.3/src/opari/opari2_directive.cc:62:19: warning: Member variable 'OPARI2_Directive::m_begin_last_line' is not initialized in the constructor. [uninitMemberVar]
opari2-2.0.3/src/opari/opari2_directive.cc:62:19: warning: Member variable 'OPARI2_Directive::m_end_first_line' is not initialized in the constructor. [uninitMemberVar]
opari2-2.0.3/src/opari/opari2_directive.cc:62:19: warning: Member variable 'OPARI2_Directive::m_end_last_line' is not initialized in the constructor. [uninitMemberVar]
opari2-2.0.3/src/opari/opari2_directive.cc:62:19: warning: Member variable 'OPARI2_Directive::m_outer_reg' is not initialized in the constructor. [uninitMemberVar]
opari2-2.0.3/src/opari/opari2_directive.cc:62:19: warning: Member variable 'OPARI2_Directive::m_ctc_string_len' is not initialized in the constructor. [uninitMemberVar]
opari2-2.0.3/src/opari/opari2_directive.cc:62:19: warning: Member variable 'OPARI2_Directive::m_enclosing' is not initialized in the constructor. [uninitMemberVar]
opari2-2.0.3/src/opari/opari2_directive.cc:62:19: warning: Member variable 'OPARI2_Directive::active' is not initialized in the constructor. [uninitMemberVar]
opari2-2.0.3/src/opari/opari2_directive.cc:70:5: performance: Variable 'm_ppos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_directive.h:283:5: style: Technically the member function 'OPARI2_Directive::GetParadigmType' can be const. [functionConst]
opari2-2.0.3/src/opari/opari2_directive.cc:92:19: note: Technically the member function 'OPARI2_Directive::GetParadigmType' can be const.
opari2-2.0.3/src/opari/opari2_directive.h:283:5: note: Technically the member function 'OPARI2_Directive::GetParadigmType' can be const.
opari2-2.0.3/src/opari/opari2_directive.h:391:5: style: Technically the member function 'OPARI2_Directive::FinishRegion' can be const. [functionConst]
opari2-2.0.3/src/opari/opari2_directive.cc:325:19: note: Technically the member function 'OPARI2_Directive::FinishRegion' can be const.
opari2-2.0.3/src/opari/opari2_directive.h:391:5: note: Technically the member function 'OPARI2_Directive::FinishRegion' can be const.
opari2-2.0.3/src/opari/opari2_directive.h:395:5: style: Technically the member function 'OPARI2_Directive::NeedsEndLoopDirective' can be const. [functionConst]
opari2-2.0.3/src/opari/opari2_directive.cc:335:19: note: Technically the member function 'OPARI2_Directive::NeedsEndLoopDirective' can be const.
opari2-2.0.3/src/opari/opari2_directive.h:395:5: note: Technically the member function 'OPARI2_Directive::NeedsEndLoopDirective' can be const.
opari2-2.0.3/src/opari/opari2_directive.h:485:5: style: Technically the member function 'OPARI2_Directive::fix_clause_arg' can be const. [functionConst]
opari2-2.0.3/src/opari/opari2_directive.cc:970:19: note: Technically the member function 'OPARI2_Directive::fix_clause_arg' can be const.
opari2-2.0.3/src/opari/opari2_directive.h:485:5: note: Technically the member function 'OPARI2_Directive::fix_clause_arg' can be const.
opari2-2.0.3/src/opari/opari2_directive_manager.cc:66:0: error: syntax error [syntaxError]
opari2-2.0.3/src/opari/opari2_parser_c.h:64:5: style: Unused private function: 'OPARI2_CParser::is_extern_decl' [unusedPrivateFunction]
opari2-2.0.3/src/opari/opari2_parser_c.cc:77:5: performance: Variable 'm_line' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_parser_c.cc:78:5: performance: Variable 'm_pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_parser_c.cc:88:5: performance: Variable 'm_lstart' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_parser_c.cc:90:5: performance: Variable 'm_current_file' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_parser_c.cc:91:5: performance: Variable 'm_infile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/pomp/opari2_directive_pomp.h:54:5: style: The function 'IncrementRegionCounter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:76:5: note: Virtual function in base class
opari2-2.0.3/src/opari/pomp/opari2_directive_pomp.h:54:5: note: Function in derived class
opari2-2.0.3/src/opari/pomp/opari2_directive_pomp.h:57:5: style: The function 'GenerateDescr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:87:5: note: Virtual function in base class
opari2-2.0.3/src/opari/pomp/opari2_directive_pomp.h:57:5: note: Function in derived class
opari2-2.0.3/src/opari/pomp/opari2_directive_pomp.h:71:5: style: The function 'FindName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:99:5: note: Virtual function in base class
opari2-2.0.3/src/opari/pomp/opari2_directive_pomp.h:71:5: note: Function in derived class
opari2-2.0.3/src/opari/pomp/opari2_directive_pomp.h:91:5: style: The function 'generate_ctc_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:127:5: note: Virtual function in base class
opari2-2.0.3/src/opari/pomp/opari2_directive_pomp.h:91:5: note: Function in derived class
opari2-2.0.3/src/opari/offload/opari2_directive_offload.h:63:5: style: The function 'IncrementRegionCounter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:76:5: note: Virtual function in base class
opari2-2.0.3/src/opari/offload/opari2_directive_offload.h:63:5: note: Function in derived class
opari2-2.0.3/src/opari/offload/opari2_directive_offload.h:73:5: style: The function 'GenerateDescr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opari2-2.0.3/src/opari/opari2_directive.h:87:5: note: Virtual function in base class
opari2-2.0.3/src/opari/offload/opari2_directive_offload.h:73:5: note: Function in derived class
opari2-2.0.3/src/opari/opari2_parser_f.cc:78:23: warning: Member variable 'OPARI2_FortranParser::m_next_is_continuation' is not initialized in the constructor. [uninitMemberVar]
opari2-2.0.3/src/opari/opari2_parser_f.cc:81:5: performance: Variable 'm_line' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_parser_f.cc:82:5: performance: Variable 'm_lowline' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_parser_f.cc:91:5: performance: Variable 'm_sentinel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_parser_f.cc:94:5: performance: Variable 'm_offload_attribute' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/opari2_parser_f.cc:95:5: performance: Variable 'm_current_offload_function' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.cc:581:39: style: Function 'AddDescr' argument 1 names different: declaration 'n' definition 'id'. [funcArgNamesDifferent]
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.h:142:19: note: Function 'AddDescr' argument 1 names different: declaration 'n' definition 'id'.
opari2-2.0.3/src/opari/openmp/opari2_directive_openmp.cc:581:39: note: Function 'AddDescr' argument 1 names different: declaration 'n' definition 'id'.
opari2-2.0.3/src/opari/openmp/opari2_omp_handler.cc:92:26: warning: Either the condition 'd!=NULL' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
opari2-2.0.3/src/opari/openmp/opari2_omp_handler.cc:394:20: note: Assuming that condition 'd!=NULL' is not redundant
opari2-2.0.3/src/opari/openmp/opari2_omp_handler.cc:384:31: note: Calling function 'generate_num_threads', 2nd argument 'd' value is 0
opari2-2.0.3/src/opari/openmp/opari2_omp_handler.cc:92:26: note: Null pointer dereference
opari2-2.0.3/src/opari/openmp/opari2_omp_handler.cc:122:24: warning: Either the condition 'd!=NULL' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
opari2-2.0.3/src/opari/openmp/opari2_omp_handler.cc:394:20: note: Assuming that condition 'd!=NULL' is not redundant
opari2-2.0.3/src/opari/openmp/opari2_omp_handler.cc:385:22: note: Calling function 'generate_if', 2nd argument 'd' value is 0
opari2-2.0.3/src/opari/openmp/opari2_omp_handler.cc:122:24: note: Null pointer dereference
opari2-2.0.3/test/data/jacobi/C/jacobi.c:37:13: style: The scope of the variable 'i' can be reduced. [variableScope]
opari2-2.0.3/test/data/jacobi/C/jacobi.c:37:16: style: The scope of the variable 'j' can be reduced. [variableScope]
opari2-2.0.3/test/data/jacobi/C/jacobi.c:38:13: style: The scope of the variable 'fLRes' can be reduced. [variableScope]
opari2-2.0.3/test/data/jacobi/C/jacobi.c:40:12: style: The scope of the variable 'ax' can be reduced. [variableScope]
opari2-2.0.3/test/data/jacobi/C/jacobi.c:40:16: style: The scope of the variable 'ay' can be reduced. [variableScope]
opari2-2.0.3/test/data/jacobi/C/jacobi.c:40:20: style: The scope of the variable 'b' can be reduced. [variableScope]
opari2-2.0.3/test/data/jacobi/C/jacobi.c:40:23: style: The scope of the variable 'residual' can be reduced. [variableScope]
opari2-2.0.3/test/data/jacobi/C/jacobi.c:40:33: style: Unused variable: tmpResd [unusedVariable]
opari2-2.0.3/test/data/jacobi/C/main.c:39:11: style: Unused variable: i [unusedVariable]
opari2-2.0.3/test/data/jacobi/C/main.c:40:11: style: Unused variable: block_lengths [unusedVariable]
opari2-2.0.3/test/data/test1.c:95:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
opari2-2.0.3/test/data/test1.prep.c:657:22: style: struct member '__fsid_t::__val' is never used. [unusedStructMember]
opari2-2.0.3/test/data/test1.prep.c:742:7: style: struct member '__mbstate_t::__count' is never used. [unusedStructMember]
opari2-2.0.3/test/data/test1.prep.c:746:18: style: union member 'Anonymous0::__wch' is never used. [unusedStructMember]
opari2-2.0.3/test/data/test1.prep.c:750:10: style: union member 'Anonymous0::__wchb' is never used. [unusedStructMember]
opari2-2.0.3/test/data/test1.prep.c:896:17: style: struct member '_IO_cookie_io_functions_t::read' is never used. [unusedStructMember]
opari2-2.0.3/test/data/test1.prep.c:897:18: style: struct member '_IO_cookie_io_functions_t::write' is never used. [unusedStructMember]
opari2-2.0.3/test/data/test1.prep.c:898:17: style: struct member '_IO_cookie_io_functions_t::seek' is never used. [unusedStructMember]
opari2-2.0.3/test/data/test1.prep.c:899:18: style: struct member '_IO_cookie_io_functions_t::close' is never used. [unusedStructMember]
opari2-2.0.3/test/data/test1_tpd.c:68:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
opari2-2.0.3/test/data/test2.c:30:7: style: The scope of the variable 'i' can be reduced. [variableScope]
opari2-2.0.3/test/data/test2.c:31:7: style: The scope of the variable 'k' can be reduced. [variableScope]
opari2-2.0.3/test/data/test2.c:81:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
opari2-2.0.3/test/data/test2.c:40:6: style: Variable 'k' is modified but its new value is never used. [unreadVariable]
opari2-2.0.3/test/data/test3.c:28:10: style: The scope of the variable 'j' can be reduced. [variableScope]
opari2-2.0.3/test/data/test4.c:27:7: style: The scope of the variable 'i' can be reduced. [variableScope]
opari2-2.0.3/test/data/test4.remove-task.c:27:7: style: The scope of the variable 'i' can be reduced. [variableScope]
opari2-2.0.3/test/data/test5.c:27:10: style: Unused variable: j [unusedVariable]
opari2-2.0.3/test/data/test5.c:29:3: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
opari2-2.0.3/test/data/test5.c:41:0: error: Uninitialized variable: k [uninitvar]
opari2-2.0.3/test/data/test7.c:74:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
opari2-2.0.3/test/data/test7.c:72:5: note: Variable 'i' is reassigned a value before the old one has been used.
opari2-2.0.3/test/data/test7.c:74:5: note: Variable 'i' is reassigned a value before the old one has been used.
opari2-2.0.3/test/data/test7.c:74:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
opari2-2.0.3/test/data/test8.c:32:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opari2-2.0.3/test/data/test8.c:33:9: style: The scope of the variable 'k' can be reduced. [variableScope]
opari2-2.0.3/test/data/test8.c:43:13: style: Variable 'k' is modified but its new value is never used. [unreadVariable]
opari2-2.0.3/test/data/test9.c:22:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opari2-2.0.3/test/data/test9.c:49:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opari2-2.0.3/test/data/test9.c:65:12: style: The scope of the variable 'k' can be reduced. [variableScope]
opari2-2.0.3/test/data/test9.c:25:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
opari2-2.0.3/test/data/test9.c:34:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
opari2-2.0.3/test/data/test9.c:49:6: style: Variable 'i' is not assigned a value. [unassignedVariable]
opari2-2.0.3/test/data/test9.c:92:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
opari2-2.0.3/test/data/test9.c:65:12: style: Variable 'k' is not assigned a value. [unassignedVariable]
opari2-2.0.3/test/data/test9.c:53:3: error: Uninitialized variable: i [uninitvar]
opari2-2.0.3/test/data/test9.c:55:3: error: Uninitialized variable: i [uninitvar]
opari2-2.0.3/test/data/test9.c:57:3: error: Uninitialized variable: i [uninitvar]
opari2-2.0.3/test/data/test9.c:70:4: error: Uninitialized variable: j [uninitvar]
opari2-2.0.3/test/data/test9.c:79:4: error: Uninitialized variable: k [uninitvar]
opari2-2.0.3/vendor/common/cutest/CuTest.c:617:17: style: The scope of the variable 'runCount' can be reduced. [variableScope]
opari2-2.0.3/vendor/common/cutest/CuTest.c:615:27: style: Function 'CuSuiteSummary' argument 2 names different: declaration 'summary' definition 'details'. [funcArgNamesDifferent]
opari2-2.0.3/vendor/common/cutest/CuTest.h:218:27: note: Function 'CuSuiteSummary' argument 2 names different: declaration 'summary' definition 'details'.
opari2-2.0.3/vendor/common/cutest/CuTest.c:615:27: note: Function 'CuSuiteSummary' argument 2 names different: declaration 'summary' definition 'details'.
opari2-2.0.3/vendor/common/cutest/CuTest.c:215:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
[12:34]

ftp://ftp.se.debian.org/debian/pool/main/o/open-adventure/open-adventure_1.4+git20170917.0.d512384.orig.tar.gz
open-adventure-master-d51238481a6a752adc8ad4d8893209d13bb7ea91/misc.c:261:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
open-adventure-master-d51238481a6a752adc8ad4d8893209d13bb7ea91/misc.c:315:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
open-adventure-master-d51238481a6a752adc8ad4d8893209d13bb7ea91/misc.c:474:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[12:34]

ftp://ftp.se.debian.org/debian/pool/main/o/open-ath9k-htc-firmware/open-ath9k-htc-firmware_1.4.0-97-g75b3e59+dfsg.orig.tar.gz
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:562:19: warning: Either the condition 'buf!=NULL' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:225:23: note: Assuming that condition 'buf!=NULL' is not redundant
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:223:40: note: Calling function '__adf_nbuf_last', 1st argument 'buf' value is 0
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:562:19: note: Null pointer dereference
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:70:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:67:0: note: Variable 'buf' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:70:5: note: Variable 'buf' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:165:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:159:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:165:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:185:5: style: Variable 'tail' is reassigned a value before the old one has been used. [redundantAssignment]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:182:0: note: Variable 'tail' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:185:5: note: Variable 'tail' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:209:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:203:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:209:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:472:5: style: Variable 'buf_head' is reassigned a value before the old one has been used. [redundantAssignment]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:467:0: note: Variable 'buf_head' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:472:5: note: Variable 'buf_head' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:524:5: style: Variable 'desc_tmp' is reassigned a value before the old one has been used. [redundantAssignment]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:521:0: note: Variable 'desc_tmp' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:524:5: note: Variable 'desc_tmp' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/adf/adf_nbuf.c:520:11: style: The scope of the variable 'buf_tmp' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/buf_pool/buf_pool_static.c:62:51: style: Function 'buf_pool_module_install' argument 1 names different: declaration 'apis' definition 'pAPIs'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/buf_pool/buf_pool_api.h:78:58: note: Function 'buf_pool_module_install' argument 1 names different: declaration 'apis' definition 'pAPIs'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/buf_pool/buf_pool_static.c:62:51: note: Function 'buf_pool_module_install' argument 1 names different: declaration 'apis' definition 'pAPIs'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/hif/usb_api_magpie_patch.c:113:20: style: The scope of the variable 'default_data' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/hif/usb_api_magpie_patch.c:114:11: style: The scope of the variable 'i' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:301:26: style: The scope of the variable 'i' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:303:22: style: The scope of the variable 'pCreditRpt' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:304:22: style: The scope of the variable 'pRecHdr' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:454:19: style: The scope of the variable 'ctx' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:173:46: style: Function '_HTC_RegisterService' argument 1 names different: declaration 'handle' definition 'htcHandle'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:67:46: note: Function '_HTC_RegisterService' argument 1 names different: declaration 'handle' definition 'htcHandle'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:173:46: note: Function '_HTC_RegisterService' argument 1 names different: declaration 'handle' definition 'htcHandle'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:182:36: style: Function '_HTC_Ready' argument 1 names different: declaration 'handle' definition 'htcHandle'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:68:36: note: Function '_HTC_Ready' argument 1 names different: declaration 'handle' definition 'htcHandle'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:182:36: note: Function '_HTC_Ready' argument 1 names different: declaration 'handle' definition 'htcHandle'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:262:44: style: Function '_HTC_ReturnBuffers' argument 1 names different: declaration 'handle' definition 'htcHandle'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:70:44: note: Function '_HTC_ReturnBuffers' argument 1 names different: declaration 'handle' definition 'htcHandle'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:262:44: note: Function '_HTC_ReturnBuffers' argument 1 names different: declaration 'handle' definition 'htcHandle'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:268:38: style: Function '_HTC_SendMsg' argument 1 names different: declaration 'handle' definition 'htcHandle'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:72:38: note: Function '_HTC_SendMsg' argument 1 names different: declaration 'handle' definition 'htcHandle'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:268:38: note: Function '_HTC_SendMsg' argument 1 names different: declaration 'handle' definition 'htcHandle'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:437:59: style: Function 'HTCFreeMsgBuffer' argument 2 names different: declaration 'pBuffer' definition 'buf'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:59:59: note: Function 'HTCFreeMsgBuffer' argument 2 names different: declaration 'pBuffer' definition 'buf'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:437:59: note: Function 'HTCFreeMsgBuffer' argument 2 names different: declaration 'pBuffer' definition 'buf'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:451:53: style: Function 'HTCCheckAndSendCreditReport' argument 4 names different: declaration 'Id' definition 'Eid'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:61:117: note: Function 'HTCCheckAndSendCreditReport' argument 4 names different: declaration 'Id' definition 'Eid'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:451:53: note: Function 'HTCCheckAndSendCreditReport' argument 4 names different: declaration 'Id' definition 'Eid'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:772:61: style: Function 'HTCMsgRecvHandler' argument 2 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:57:61: note: Function 'HTCMsgRecvHandler' argument 2 names different: declaration 'buf' definition 'buffer'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/htc/htc.c:772:61: note: Function 'HTCMsgRecvHandler' argument 2 names different: declaration 'buf' definition 'buffer'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/init/app_start.c:82:11: style: Variable 'rst_status' is not assigned a value. [unassignedVariable]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/init/app_start.c:155:6: error: Uninitialized variable: rst_status [uninitvar]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/init/app_start.c:161:13: error: Uninitialized variable: rst_status [uninitvar]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/wmi/wmi_svc.c:179:2: style: Variable 'pWMI' is reassigned a value before the old one has been used. [redundantAssignment]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/wmi/wmi_svc.c:176:0: note: Variable 'pWMI' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/wmi/wmi_svc.c:179:2: note: Variable 'pWMI' is reassigned a value before the old one has been used.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/wmi/wmi_svc.c:59:18: style: The scope of the variable 'pCmdHandler' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/wmi/wmi_svc.c:60:11: style: The scope of the variable 'pCmdBuffer' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/wmi/wmi_svc.c:64:6: style: The scope of the variable 'length' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/wmi/wmi_svc.c:67:15: style: The scope of the variable 'cmdHdr' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/wmi/wmi_svc.c:246:19: style: The scope of the variable 'ctx' can be reduced. [variableScope]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/wmi/wmi_svc.c:285:47: style: Function 'WMI_service_module_install' argument 1 names different: declaration 'pAPIs' definition 'pTbl'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/wmi/wmi_svc_api.h:134:54: note: Function 'WMI_service_module_install' argument 1 names different: declaration 'pAPIs' definition 'pTbl'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/magpie_fw_dev/target/wmi/wmi_svc.c:285:47: note: Function 'WMI_service_module_install' argument 1 names different: declaration 'pAPIs' definition 'pTbl'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ah.c:46:36: style: Function 'ath_hal_attach_tgt' argument 5 names different: declaration 'status' definition 'error'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ah.h:445:41: note: Function 'ath_hal_attach_tgt' argument 5 names different: declaration 'status' definition 'error'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ah.c:46:36: note: Function 'ath_hal_attach_tgt' argument 5 names different: declaration 'status' definition 'error'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ah_osdep.c:64:52: style: Function '_ath_hal_attach_tgt' argument 5 names different: declaration 'status' definition 's'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ah_osdep.h:152:32: note: Function '_ath_hal_attach_tgt' argument 5 names different: declaration 'status' definition 's'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ah_osdep.c:64:52: note: Function '_ath_hal_attach_tgt' argument 5 names different: declaration 'status' definition 's'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ieee80211_linux.h:43:0: error: #error "Please fix asm/byteorder.h" [preprocessorErrorDirective]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:465:63: style: Function 'ar5416UpdateTxTrigLevel' argument 2 names different: declaration 'IncTrigLevel' definition 'bIncTrigLevel'. [funcArgNamesDifferent]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416desc.h:438:18: note: Function 'ar5416UpdateTxTrigLevel' argument 2 names different: declaration 'IncTrigLevel' definition 'bIncTrigLevel'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:465:63: note: Function 'ar5416UpdateTxTrigLevel' argument 2 names different: declaration 'IncTrigLevel' definition 'bIncTrigLevel'.
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:123:2: error: Address of auto-variable 'ahp->ah_priv.h' returned [returnAddressOfAutoVariable]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:649:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:650:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:651:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:654:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:674:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:675:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:812:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:814:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:815:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:816:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:817:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:819:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:823:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:824:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:825:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:873:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:874:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:876:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:877:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:879:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:880:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:881:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-ath9k-htc-firmware-1.4.0-97-g75b3e59+dfsg/target_firmware/wlan/ar5416_hw.c:882:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[12:34]

ftp://ftp.se.debian.org/debian/pool/main/o/open-axiom/open-axiom_1.5.0~svn3056+ds.orig.tar.xz
open-axiom-1.5.0~svn3056+ds/src/clef/edible.c:61:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/graph/Gdraws/Gfun.c:51:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/graph/Gdraws/data.c:58:16: style: The scope of the variable 'np1' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/Gdraws/data.c:65:16: style: The scope of the variable 'dfvc' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/Gdraws/data.c:87:9: style: Variable 'vlist' is assigned a value that is never used. [unreadVariable]
open-axiom-1.5.0~svn3056+ds/src/graph/Gdraws/data.c:48:16: style: Variable 'vcount' is assigned a value that is never used. [unreadVariable]
open-axiom-1.5.0~svn3056+ds/src/graph/Gdraws/data.c:170:9: style: Variable 'dfvlist' is assigned a value that is never used. [unreadVariable]
open-axiom-1.5.0~svn3056+ds/src/graph/Gdraws/data.c:63:16: style: Variable 'dfvcount' is assigned a value that is never used. [unreadVariable]
open-axiom-1.5.0~svn3056+ds/src/graph/Gdraws/menu.c:47:0: style: Variable 'x0' is assigned a value that is never used. [unreadVariable]
open-axiom-1.5.0~svn3056+ds/src/graph/Gdraws/menu.c:47:0: style: Variable 'y0' is assigned a value that is never used. [unreadVariable]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/graph2d.c:145:7: style: The scope of the variable 'j' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/graph2d.c:146:20: style: The scope of the variable 'llPtr' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/main2d.c:54:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/process2d.c:56:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/viewport2D.c:63:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/write2d.c:56:22: style: The scope of the variable 'viewDataFile' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/write2d.c:58:21: style: The scope of the variable 'viewBitmapFilename' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/write2d.c:58:44: style: The scope of the variable 'viewDataFilename' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/write2d.c:59:21: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/write2d.c:59:23: style: The scope of the variable 'j' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/write2d.c:59:25: style: The scope of the variable 'k' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/write2d.c:59:27: style: The scope of the variable 'ii' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/write2d.c:61:22: style: The scope of the variable 'aPoint' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view2D/write2d.c:142:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/component3d.c:359:8: style: The scope of the variable 'index' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/component3d.c:479:14: style: The scope of the variable 'componentType' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/control3d.c:85:9: style: The scope of the variable 'shadeWidth' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/illuminate3d.c:62:20: style: The scope of the variable 'dotHN' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/main3d.c:56:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/msort3d.c:146:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/msort3d.c:147:7: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/msort3d.c:148:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/msort3d.c:148:23: style: The scope of the variable 'xxx' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/process3d.c:866:25: style: The scope of the variable 'tempTW' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/process3d.c:866:33: style: The scope of the variable 'tempTH' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/process3d.c:866:41: style: The scope of the variable 'tempVW' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/process3d.c:866:49: style: The scope of the variable 'tempVH' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/process3d.c:872:46: style: The scope of the variable 'len' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/project3d.c:264:9: style: The scope of the variable 'clipped' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/project3d.c:264:17: style: The scope of the variable 'clippedPz' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/save3d.c:138:15: style: The scope of the variable 's' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/save3d.c:139:9: style: The scope of the variable 'strlength' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:756:37: error: Array 'axesZ[3][2]' index axesZ[0][2] out of bounds. [arrayIndexOutOfBounds]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:484:10: style: The scope of the variable 'xA' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:484:13: style: The scope of the variable 'xB' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:484:16: style: The scope of the variable 'yA' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:484:19: style: The scope of the variable 'yB' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:485:10: style: The scope of the variable 'x' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:485:12: style: The scope of the variable 'xend' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:485:17: style: The scope of the variable 'y' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:485:19: style: The scope of the variable 'yend' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:485:24: style: The scope of the variable 'diffy' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:485:30: style: The scope of the variable 'dX' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:485:33: style: The scope of the variable 'dY' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:485:36: style: The scope of the variable 'dXY' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:486:10: style: The scope of the variable 'zA' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:486:13: style: The scope of the variable 'zB' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:486:16: style: The scope of the variable 'z' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:486:18: style: The scope of the variable 'zend' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:487:10: style: The scope of the variable 'dZ' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:487:13: style: The scope of the variable 'dZX' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:487:17: style: The scope of the variable 'dZY' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:552:17: style: The scope of the variable 'pixColor' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:808:15: style: The scope of the variable 'okay' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:808:21: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:808:24: style: The scope of the variable 'hue' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:808:30: style: The scope of the variable 'index' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:810:16: style: The scope of the variable 'pt' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:890:19: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:890:21: style: The scope of the variable 'j' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:890:23: style: The scope of the variable 'hue' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:891:20: style: The scope of the variable 'anIndex' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:892:20: style: The scope of the variable 'aPoint' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/smoothShade3d.c:892:29: style: The scope of the variable 'polyPt' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/stuff3d.c:114:11: style: The scope of the variable 'u1' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/stuff3d.c:114:15: style: The scope of the variable 'u2' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:662:17: warning: Possible null pointer dereference: tempQuick [nullPointer]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:576:19: note: Assignment 'tempQuick=NULL', assigned value is 0
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:662:17: note: Null pointer dereference
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:75:7: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:75:10: style: The scope of the variable 'hue' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:76:8: style: The scope of the variable 'anIndex' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:126:8: style: The scope of the variable 'anIndex' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:126:17: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:126:25: style: The scope of the variable 'isNaN' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:287:8: style: The scope of the variable 'anIndex' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:392:14: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:392:16: style: The scope of the variable 'hue' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:392:20: style: The scope of the variable 'shade' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:392:27: style: The scope of the variable 'isNaN' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:393:14: style: The scope of the variable 'whichSide' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:393:24: style: The scope of the variable 'H' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:393:29: style: The scope of the variable 'P' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:393:34: style: The scope of the variable 'LN' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:393:37: style: The scope of the variable 'HN' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:393:40: style: The scope of the variable 'diff' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:393:45: style: The scope of the variable 'spec' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:393:50: style: The scope of the variable 'tempLight' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:393:60: style: The scope of the variable 'lumens' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:394:15: style: The scope of the variable 'anIndex' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:394:25: style: The scope of the variable 'indx' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:540:15: style: The scope of the variable 'v' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/surface3d.c:577:7: style: The scope of the variable 'quickFirst' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/testcol.c:253:17: style: Unused variable: i [unusedVariable]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/testcol.c:253:20: style: Unused variable: code [unusedVariable]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/testcol.c:255:8: style: Unused variable: property [unusedVariable]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/testcol.c:256:17: style: Variable 'prop' is assigned a value that is never used. [unreadVariable]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/testcol.c:258:12: style: Unused variable: value [unusedVariable]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/viewport3d.c:696:3: style: Variable 'viewSizeHints.x' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/viewport3d.c:695:3: note: Variable 'viewSizeHints.x' is reassigned a value before the old one has been used if variable is no semaphore variable.
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/viewport3d.c:696:3: note: Variable 'viewSizeHints.x' is reassigned a value before the old one has been used if variable is no semaphore variable.
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/write3d.c:61:21: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/write3d.c:61:24: style: The scope of the variable 'j' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/write3d.c:61:27: style: The scope of the variable 'k' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/write3d.c:61:30: style: The scope of the variable 'ii' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/write3d.c:61:35: style: The scope of the variable 'anIndex' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/write3d.c:64:22: style: The scope of the variable 'aPt' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/write3d.c:66:22: style: The scope of the variable 'viewDataFile' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/write3d.c:67:38: style: The scope of the variable 'viewDataFilename' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/write3d.c:68:21: style: The scope of the variable 'viewBitmapFilename' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/write3d.c:68:45: style: The scope of the variable 'viewPixmapFilename' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/view3D/write3d.c:139:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
open-axiom-1.5.0~svn3056+ds/src/graph/viewAlone/spoon2D.c:50:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/graph/viewAlone/spoonComp.c:50:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/graph/viewman/cleanup.c:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/viewman/cleanup.c:83:19: style: The scope of the variable 'code' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/graph/viewman/fun2D.c:55:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/graph/viewman/fun3D.c:55:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/graph/viewman/viewman.c:60:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/hyper/node.h:268:0: error: Code 'OpenAxiom::openaxiom_sio' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/hyper/addfile.c:50:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/hyper/ex2ht.c:261:0: error: syntax error [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/hyper/hthits.c:416:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/hyper/htsearch.cc:166:11: style: The scope of the variable 'hits' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/hyper/htsearch.cc:167:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/hyper/htsearch.cc:168:12: style: The scope of the variable 'sorted_hits' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/hyper/htsearch.cc:169:17: style: The scope of the variable 'matches' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/hyper/htsearch.cc:171:24: style: The scope of the variable 'delimiter' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/hyper/spadbuf.c:64:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/lib/cfuns-c.c:81:0: error: Code 'namespaceOpenAxiom{' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/lib/edin.c:552:7: style: The scope of the variable 'count' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/edin.c:609:7: style: The scope of the variable 'count' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/fnct_key.c:56:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/lib/halloc.c:48:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/openpty.c:164:0: error: #error "don't know how to open a pty" [preprocessorErrorDirective]
open-axiom-1.5.0~svn3056+ds/src/lib/pixmap.c:75:10: style: The scope of the variable 'com' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/prt.c:54:9: style: The scope of the variable 'count' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/sockio-c.c:78:0: error: #error "needs one of AF_LOCAL or AF_UNIX" [preprocessorErrorDirective]
open-axiom-1.5.0~svn3056+ds/src/lib/spadcolors.c:70:11: style: The scope of the variable 'h' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/spadcolors.c:70:14: style: The scope of the variable 'f' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/spadcolors.c:70:17: style: The scope of the variable 'p' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/spadcolors.c:70:20: style: The scope of the variable 'q' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/spadcolors.c:70:23: style: The scope of the variable 't' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/spadcolors.c:71:9: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/spadcolors.c:388:11: style: The scope of the variable 'lightness' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/spadcolors.c:497:11: style: The scope of the variable 'lightness' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/util.c:51:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:114:10: style: The scope of the variable 'fmod' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:115:21: style: The scope of the variable 'wc' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:116:12: style: The scope of the variable 'wv' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:275:21: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:509:9: style: The scope of the variable 'new_len' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:510:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:511:9: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:512:9: style: The scope of the variable 'ncs' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:644:9: style: The scope of the variable 'new_len' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:645:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:646:9: style: The scope of the variable 'i' can be reduced. [variableScope]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:209:8: style: Variable 'wc' is assigned a value that is never used. [unreadVariable]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:667:9: style: Variable 'ne' is modified but its new value is never used. [unreadVariable]
open-axiom-1.5.0~svn3056+ds/src/lib/wct.c:119:5: warning: The buffer 'curr_prefix' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
open-axiom-1.5.0~svn3056+ds/src/rt/Lisp.cc:153:13: style: Struct 'V' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-axiom-1.5.0~svn3056+ds/src/sman/session.c:54:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/sman/sman.c:59:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/sman/spadclient.c:52:0: error: Code 'using namespace OpenAxiom' is invalid C code. Use --std or --language to configure the language. [syntaxError]
open-axiom-1.5.0~svn3056+ds/src/syntax/token.cc:38:28: style: struct member 'Keyword::key' is never used. [unusedStructMember]
open-axiom-1.5.0~svn3056+ds/src/utils/hammer.cc:129:10: style: Struct 'Document' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-axiom-1.5.0~svn3056+ds/src/utils/storage.cc:292:0: error: #error "Don't know how to map a file on this platform"          [preprocessorErrorDirective]
[12:34]

ftp://ftp.se.debian.org/debian/pool/main/o/open-build-service/open-build-service_2.7.4.orig.tar.gz
open-build-service-2.7.4/src/api/test/texts/SourceFile.cc:49:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
[12:34]

ftp://ftp.se.debian.org/debian/pool/main/o/open-coarrays/open-coarrays_2.1.0.orig.tar.xz
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:179:11: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:179:11: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:298:11: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:298:11: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'ptrdiff_t {aka long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:298:11: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:320:15: portability: %ld in format string (no. 6) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:320:15: portability: %ld in format string (no. 7) requires 'long' but the argument type is 'ptrdiff_t {aka long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:320:15: portability: %ld in format string (no. 8) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:564:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:564:7: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:670:15: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'ptrdiff_t {aka long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:670:15: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'ptrdiff_t {aka long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:688:11: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:688:11: portability: %ld in format string (no. 6) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:688:11: portability: %ld in format string (no. 7) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:703:11: portability: %ld in format string (no. 5) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:703:11: portability: %ld in format string (no. 6) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:703:11: portability: %ld in format string (no. 7) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:716:11: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:716:11: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:716:11: portability: %ld in format string (no. 6) requires 'long' but the argument type is 'ptrdiff_t {aka signed long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:823:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:823:7: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:834:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:834:7: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:834:7: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:834:7: portability: %ld in format string (no. 4) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:821:20: style: Checking if unsigned variable 'displacement' is less than zero. [unsignedLessThanZero]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:306:0: error: Memory leak: tr_subscripts [memleak]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:306:0: error: Memory leak: tr_dim [memleak]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:639:0: error: Memory leak: lower [memleak]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:639:0: error: Memory leak: upper [memleak]
open-coarrays-2.1.0/src/iso-fortran-binding/ISO_Fortran_binding.c:639:0: error: Memory leak: stride [memleak]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:954:12: style: The scope of the variable 'p' can be reduced. [variableScope]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:1834:11: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:1835:11: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:1861:53: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6644:1: portability: 'invec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6644:1: portability: 'inoutvec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6645:1: portability: 'invec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6645:1: portability: 'inoutvec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6646:1: portability: 'invec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6646:1: portability: 'inoutvec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6647:1: portability: 'invec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6647:1: portability: 'inoutvec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6648:1: portability: 'invec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6648:1: portability: 'inoutvec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6649:1: portability: 'invec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6649:1: portability: 'inoutvec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6662:13: portability: 'invec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:6663:16: portability: 'inoutvec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:615:14: style: Variable 'msg' is assigned a value that is never used. [unreadVariable]
open-coarrays-2.1.0/src/mpi/mpi_caf.c:696:14: style: Variable 'msg' is assigned a value that is never used. [unreadVariable]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1307:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1314:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1321:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:368:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:366:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:368:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:744:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:742:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:744:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:757:3: style: Variable 'base_type' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:753:3: note: Variable 'base_type' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:757:3: note: Variable 'base_type' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:761:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:759:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:761:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:795:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:793:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:795:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1036:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1034:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1036:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1038:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1036:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1038:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1060:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1057:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1060:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1069:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1067:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1069:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1070:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1069:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1070:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1082:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1080:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1082:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1091:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1089:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1091:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1093:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1091:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1093:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1110:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1108:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1110:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1252:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1250:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1252:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1254:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1252:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1254:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1256:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1254:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1256:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1293:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1291:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1293:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1296:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1293:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1296:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1298:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1296:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1298:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1340:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1338:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1340:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1342:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1340:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1342:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1352:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1350:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1352:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1354:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1352:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1354:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1365:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1363:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1365:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1367:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1365:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1367:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1379:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1376:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1379:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1381:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1379:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1381:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1392:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1390:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1392:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1394:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1392:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1394:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1411:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1409:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1411:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1413:3: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1411:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1413:3: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:322:15: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:320:15: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:322:15: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:416:7: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:414:7: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:416:7: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:417:7: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:416:7: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:417:7: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:462:11: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:458:11: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:462:11: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:551:15: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:548:15: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:551:15: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:640:7: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:638:7: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:640:7: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:874:11: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:871:11: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:874:11: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:877:11: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:874:11: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:877:11: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1153:7: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1150:7: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1153:7: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1176:7: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1174:7: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1176:7: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1209:11: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1206:11: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1209:11: note: Variable 'ind' is reassigned a value before the old one has been used.
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:1321:78: portability: 'CFI_address((struct CFI_cdesc_t*)&cy,index)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:87:19: error: Uninitialized struct member: test1.base_addr [uninitStructMember]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:173:19: error: Uninitialized struct member: test2.base_addr [uninitStructMember]
open-coarrays-2.1.0/src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c:315:19: error: Uninitialized struct member: test3.base_addr [uninitStructMember]
open-coarrays-2.1.0/src/tests/unit/simple/syncimages2.c:104:3: error: printf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
open-coarrays-2.1.0/src/tests/unit/simple/syncimages2.c:63:0: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
open-coarrays-2.1.0/src/tests/unit/simple/syncimages2.c:63:27: style: Unused variable: i [unusedVariable]
open-coarrays-2.1.0/src/tests/unit/simple/syncimages2.c:87:9: style: Variable 'a_d' is assigned a value that is never used. [unreadVariable]
open-coarrays-2.1.0/src/tests/unit/simple/syncimages2.c:64:16: style: Unused variable: d [unusedVariable]
open-coarrays-2.1.0/src/tests/unit/simple/syncimages2.c:68:16: style: Variable 'check' is assigned a value that is never used. [unreadVariable]
[12:34]

ftp://ftp.se.debian.org/debian/pool/main/o/open-cobol/open-cobol_1.1.orig.tar.gz
open-cobol-1.1/bin/cobcrun.c:40:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
open-cobol-1.1/cobc/cobc.c:405:9: style: The scope of the variable 'buff' can be reduced. [variableScope]
open-cobol-1.1/cobc/cobc.c:1139:8: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/cobc/cobc.c:1140:9: style: The scope of the variable 'line' can be reduced. [variableScope]
open-cobol-1.1/cobc/cobc.c:355:58: style: Function 'cb_text_list_add' argument 2 names different: declaration 'name' definition 'text'. [funcArgNamesDifferent]
open-cobol-1.1/cobc/cobc.h:137:86: note: Function 'cb_text_list_add' argument 2 names different: declaration 'name' definition 'text'.
open-cobol-1.1/cobc/cobc.c:355:58: note: Function 'cb_text_list_add' argument 2 names different: declaration 'name' definition 'text'.
open-cobol-1.1/cobc/cobc.c:1733:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
open-cobol-1.1/cobc/cobc.c:1608:0: error: Memory leak: buffptr [memleak]
open-cobol-1.1/cobc/cobc.c:1608:0: error: Memory leak: objsptr [memleak]
open-cobol-1.1/cobc/cobc.c:1683:0: error: Memory leak: buffptr [memleak]
open-cobol-1.1/cobc/cobc.c:1683:0: error: Memory leak: objsptr [memleak]
open-cobol-1.1/cobc/codegen.c:4674:3: warning: Possible null pointer dereference: tail [nullPointer]
open-cobol-1.1/cobc/codegen.c:4633:10: note: Assignment 'tail=NULL', assigned value is 0
open-cobol-1.1/cobc/codegen.c:4674:3: note: Null pointer dereference
open-cobol-1.1/cobc/codegen.c:224:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:256:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:292:6: style: The scope of the variable 'c' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:320:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:332:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:350:20: style: The scope of the variable 'v' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:352:10: style: The scope of the variable 'nmp' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:430:12: style: The scope of the variable 'lsub' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:979:27: style: The scope of the variable 'rbp' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:983:8: style: The scope of the variable 'sav_stack_id' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:984:9: style: The scope of the variable 'fname' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1515:11: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1516:7: style: The scope of the variable 'type' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1588:6: style: The scope of the variable 'c' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1702:17: style: The scope of the variable 'p' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1703:8: style: The scope of the variable 'name' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1745:12: style: The scope of the variable 'value' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1746:12: style: The scope of the variable 'lrp' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1747:21: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1748:8: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1749:8: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1750:8: style: The scope of the variable 'buffchar' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1752:16: style: The scope of the variable 'buff' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1753:14: style: The scope of the variable 'lastsize' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1907:11: style: The scope of the variable 'c' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:1908:7: style: The scope of the variable 'type' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:2026:11: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:2159:21: style: The scope of the variable 'lp' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:2160:10: style: The scope of the variable 'callp' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:2163:23: style: The scope of the variable 'psyst' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:2653:10: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:2654:6: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:2960:19: style: The scope of the variable 'cp' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:2962:8: style: The scope of the variable 'code' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:3649:11: style: The scope of the variable 'x' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:3711:10: style: The scope of the variable 'x' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:3732:12: style: The scope of the variable 'l2' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:3737:19: style: The scope of the variable 'fl' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:3739:25: style: The scope of the variable 'hstr' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:3744:8: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:4569:6: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:4617:20: style: The scope of the variable 'tail' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:4620:8: style: The scope of the variable 'nmerges' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:4692:18: style: The scope of the variable 's' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:4694:12: style: The scope of the variable 'l1' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:4695:12: style: The scope of the variable 'l2' can be reduced. [variableScope]
open-cobol-1.1/cobc/codegen.c:4698:9: style: The scope of the variable 'locbuff' can be reduced. [variableScope]
open-cobol-1.1/cobc/config.c:259:0: error: Resource leak: fp [resourceLeak]
open-cobol-1.1/cobc/error.c:201:19: style: The scope of the variable 'l2' can be reduced. [variableScope]
open-cobol-1.1/cobc/error.c:202:11: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/error.c:203:11: style: The scope of the variable 'y' can be reduced. [variableScope]
open-cobol-1.1/cobc/field.c:212:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
open-cobol-1.1/cobc/field.c:298:11: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/field.c:301:9: style: The scope of the variable 'pp' can be reduced. [variableScope]
open-cobol-1.1/cobc/field.c:302:17: style: The scope of the variable 'pstr' can be reduced. [variableScope]
open-cobol-1.1/cobc/field.c:304:7: style: The scope of the variable 'need_picture' can be reduced. [variableScope]
open-cobol-1.1/cobc/field.c:706:6: style: The scope of the variable 'flag_local' can be reduced. [variableScope]
open-cobol-1.1/cobc/field.c:707:7: style: The scope of the variable 'pic' can be reduced. [variableScope]
open-cobol-1.1/cobc/field.c:777:7: style: The scope of the variable 'align_size' can be reduced. [variableScope]
open-cobol-1.1/cobc/field.c:778:7: style: The scope of the variable 'pad' can be reduced. [variableScope]
open-cobol-1.1/cobc/field.c:973:37: style: Function 'cb_validate_field' argument 1 names different: declaration 'p' definition 'f'. [funcArgNamesDifferent]
open-cobol-1.1/cobc/tree.h:1264:50: note: Function 'cb_validate_field' argument 1 names different: declaration 'p' definition 'f'.
open-cobol-1.1/cobc/field.c:973:37: note: Function 'cb_validate_field' argument 1 names different: declaration 'p' definition 'f'.
open-cobol-1.1/cobc/field.c:1018:39: style: Function 'cb_validate_88_item' argument 1 names different: declaration 'p' definition 'f'. [funcArgNamesDifferent]
open-cobol-1.1/cobc/tree.h:1265:52: note: Function 'cb_validate_88_item' argument 1 names different: declaration 'p' definition 'f'.
open-cobol-1.1/cobc/field.c:1018:39: note: Function 'cb_validate_88_item' argument 1 names different: declaration 'p' definition 'f'.
open-cobol-1.1/cobc/field.c:1033:39: style: Function 'cb_validate_78_item' argument 1 names different: declaration 'p' definition 'f'. [funcArgNamesDifferent]
open-cobol-1.1/cobc/tree.h:1266:63: note: Function 'cb_validate_78_item' argument 1 names different: declaration 'p' definition 'f'.
open-cobol-1.1/cobc/field.c:1033:39: note: Function 'cb_validate_78_item' argument 1 names different: declaration 'p' definition 'f'.
parser.y:4006:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
pplex.l:250:29: style: Function 'switch_to_buffer' argument 1 names different: declaration 'lineno' definition 'line'. [funcArgNamesDifferent]
pplex.l:73:41: note: Function 'switch_to_buffer' argument 1 names different: declaration 'lineno' definition 'line'.
pplex.l:250:29: note: Function 'switch_to_buffer' argument 1 names different: declaration 'lineno' definition 'line'.
pplex.l:250:47: style: Function 'switch_to_buffer' argument 2 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
pplex.l:73:61: note: Function 'switch_to_buffer' argument 2 names different: declaration 'filename' definition 'file'.
pplex.l:250:47: note: Function 'switch_to_buffer' argument 2 names different: declaration 'filename' definition 'file'.
pplex.l:468:16: style: Function 'ppinput' argument 1 names different: declaration 'buf' definition 'buff'. [funcArgNamesDifferent]
pplex.l:70:27: note: Function 'ppinput' argument 1 names different: declaration 'buf' definition 'buff'.
pplex.l:468:16: note: Function 'ppinput' argument 1 names different: declaration 'buf' definition 'buff'.
ppparse.c:1327:1: style: Label 'yyerrlab1' is not used. [unusedLabel]
ppparse.y:206:46: style: Function 'cb_replace_list_add' argument 1 names different: declaration 'replace_list' definition 'list'. [funcArgNamesDifferent]
ppparse.y:45:77: note: Function 'cb_replace_list_add' argument 1 names different: declaration 'replace_list' definition 'list'.
ppparse.y:206:46: note: Function 'cb_replace_list_add' argument 1 names different: declaration 'replace_list' definition 'list'.
open-cobol-1.1/cobc/reserved.c:954:9: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/cobc/reserved.c:983:10: style: The scope of the variable 'n' can be reduced. [variableScope]
scanner.l:492:29: style: The scope of the variable 'cbp' can be reduced. [variableScope]
scanner.l:886:11: style: The scope of the variable 'n' can be reduced. [variableScope]
scanner.l:887:11: style: The scope of the variable 'i' can be reduced. [variableScope]
scanner.l:888:11: style: The scope of the variable 'size' can be reduced. [variableScope]
scanner.l:889:11: style: The scope of the variable 'sizep' can be reduced. [variableScope]
open-cobol-1.1/cobc/tree.c:208:12: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/tree.c:377:12: style: The scope of the variable 'c' can be reduced. [variableScope]
open-cobol-1.1/cobc/tree.c:734:8: style: The scope of the variable 's' can be reduced. [variableScope]
open-cobol-1.1/cobc/tree.c:783:10: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/tree.c:1615:11: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/tree.c:1616:11: style: The scope of the variable 'x' can be reduced. [variableScope]
open-cobol-1.1/cobc/tree.c:2265:13: style: The scope of the variable 'x' can be reduced. [variableScope]
open-cobol-1.1/cobc/tree.c:2209:63: style: Function 'cb_build_perform_varying' argument 3 names different: declaration 'step' definition 'by'. [funcArgNamesDifferent]
open-cobol-1.1/cobc/tree.h:1061:78: note: Function 'cb_build_perform_varying' argument 3 names different: declaration 'step' definition 'by'.
open-cobol-1.1/cobc/tree.c:2209:63: note: Function 'cb_build_perform_varying' argument 3 names different: declaration 'step' definition 'by'.
open-cobol-1.1/cobc/typeck.c:553:2: performance: Buffer 'buff' is being written before its old content has been used. [redundantCopy]
open-cobol-1.1/cobc/typeck.c:552:2: note: Buffer 'buff' is being written before its old content has been used.
open-cobol-1.1/cobc/typeck.c:553:2: note: Buffer 'buff' is being written before its old content has been used.
open-cobol-1.1/cobc/typeck.c:558:2: performance: Buffer 'buff' is being written before its old content has been used. [redundantCopy]
open-cobol-1.1/cobc/typeck.c:557:2: note: Buffer 'buff' is being written before its old content has been used.
open-cobol-1.1/cobc/typeck.c:558:2: note: Buffer 'buff' is being written before its old content has been used.
open-cobol-1.1/cobc/typeck.c:334:11: style: The scope of the variable 'y' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:369:11: style: The scope of the variable 'y' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:631:10: style: The scope of the variable 'switch_id' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:632:10: style: The scope of the variable 'value' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:655:10: style: The scope of the variable 'x' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:771:12: style: The scope of the variable 'e2' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:772:12: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:773:12: style: The scope of the variable 'sub' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:774:8: style: The scope of the variable 'offset' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:775:8: style: The scope of the variable 'length' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:776:8: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:932:11: style: The scope of the variable 'size' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:988:20: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:989:21: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:1040:19: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:1293:17: style: The scope of the variable 'c' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:1420:10: style: The scope of the variable 'x' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:1421:10: style: The scope of the variable 'v' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:1491:6: style: The scope of the variable 'op' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:1826:6: style: The scope of the variable 'op' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2057:10: style: The scope of the variable 't' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2096:11: style: The scope of the variable 'l' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2097:19: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2159:11: style: The scope of the variable 't' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2191:19: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2192:19: style: The scope of the variable 'fy' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2193:14: style: The scope of the variable 's' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2194:10: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2356:8: style: The scope of the variable 'size1' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2357:8: style: The scope of the variable 'size2' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2360:12: style: The scope of the variable 'd1' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2361:12: style: The scope of the variable 'd2' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2475:10: style: The scope of the variable 'z' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2476:14: style: The scope of the variable 's' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2477:19: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2536:10: style: The scope of the variable 'z' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2537:14: style: The scope of the variable 's' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2538:19: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:2741:11: style: The scope of the variable 'v' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:3024:10: style: The scope of the variable 'sys' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:3055:10: style: The scope of the variable 'x' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:3056:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:3112:13: style: The scope of the variable 'x' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:3113:29: style: The scope of the variable 'psyst' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:3428:11: style: The scope of the variable 'sys' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:3494:10: style: The scope of the variable 't' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5560:25: style: The scope of the variable 's' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5574:11: style: The scope of the variable 'x' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5575:19: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5576:11: style: The scope of the variable 'ref' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5577:11: style: The scope of the variable 'val' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5606:11: style: The scope of the variable 'x' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5607:19: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5608:11: style: The scope of the variable 'ref' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5609:11: style: The scope of the variable 'val' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5647:19: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5786:10: style: The scope of the variable 'dlm' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:5897:7: style: The scope of the variable 'val' can be reduced. [variableScope]
open-cobol-1.1/cobc/typeck.c:677:43: style: Function 'cb_build_assignment_name' argument 1 names different: declaration 'curfile' definition 'cfile'. [funcArgNamesDifferent]
open-cobol-1.1/cobc/tree.h:1278:59: note: Function 'cb_build_assignment_name' argument 1 names different: declaration 'curfile' definition 'cfile'.
open-cobol-1.1/cobc/typeck.c:677:43: note: Function 'cb_build_assignment_name' argument 1 names different: declaration 'curfile' definition 'cfile'.
open-cobol-1.1/cobc/typeck.c:744:25: style: Function 'cb_build_index' argument 1 names different: declaration 'name' definition 'x'. [funcArgNamesDifferent]
open-cobol-1.1/cobc/tree.h:1280:41: note: Function 'cb_build_index' argument 1 names different: declaration 'name' definition 'x'.
open-cobol-1.1/cobc/typeck.c:744:25: note: Function 'cb_build_index' argument 1 names different: declaration 'name' definition 'x'.
open-cobol-1.1/cobc/typeck.c:5118:33: style: Function 'cb_build_perform_times' argument 1 names different: declaration 'count' definition 'times'. [funcArgNamesDifferent]
open-cobol-1.1/cobc/tree.h:1387:49: note: Function 'cb_build_perform_times' argument 1 names different: declaration 'count' definition 'times'.
open-cobol-1.1/cobc/typeck.c:5118:33: note: Function 'cb_build_perform_times' argument 1 names different: declaration 'count' definition 'times'.
open-cobol-1.1/cobc/typeck.c:5278:26: style: Function 'cb_emit_release' argument 1 names different: declaration 'ref' definition 'record'. [funcArgNamesDifferent]
open-cobol-1.1/cobc/tree.h:1398:39: note: Function 'cb_emit_release' argument 1 names different: declaration 'ref' definition 'record'.
open-cobol-1.1/cobc/typeck.c:5278:26: note: Function 'cb_emit_release' argument 1 names different: declaration 'ref' definition 'record'.
open-cobol-1.1/cobc/typeck.c:5465:25: style: Function 'cb_emit_set_to' argument 1 names different: declaration 'l' definition 'vars'. [funcArgNamesDifferent]
open-cobol-1.1/cobc/tree.h:1409:38: note: Function 'cb_emit_set_to' argument 1 names different: declaration 'l' definition 'vars'.
open-cobol-1.1/cobc/typeck.c:5465:25: note: Function 'cb_emit_set_to' argument 1 names different: declaration 'l' definition 'vars'.
open-cobol-1.1/libcob/call.c:518:11: style: The scope of the variable 'p' can be reduced. [variableScope]
open-cobol-1.1/libcob/call.c:523:12: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/call.c:600:11: style: union member 'Anonymous1::funcptr' is never used. [unusedStructMember]
open-cobol-1.1/libcob/call.c:666:10: style: Variable 'jtemp' is assigned a value that is never used. [unreadVariable]
open-cobol-1.1/libcob/common.c:631:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-cobol-1.1/libcob/common.c:818:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-cobol-1.1/libcob/common.c:839:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-cobol-1.1/libcob/common.c:710:8: style: The scope of the variable 's' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:711:9: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:712:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:810:10: style: The scope of the variable 'p' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:941:7: style: The scope of the variable 'c' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:1222:9: style: The scope of the variable 'p' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:1224:10: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:1424:9: style: The scope of the variable 'len' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:1548:9: style: The scope of the variable 'buff' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:1585:9: style: The scope of the variable 'len' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:1692:10: style: The scope of the variable 'spenvp' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:1693:9: style: The scope of the variable 'spname' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:1822:8: style: The scope of the variable 'buff' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:1823:6: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:2053:9: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:2070:9: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:2087:12: style: The scope of the variable 'nsecs' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:2141:6: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:2161:6: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:2181:17: style: The scope of the variable 'direction' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:2189:11: style: The scope of the variable 'args' can be reduced. [variableScope]
open-cobol-1.1/libcob/common.c:654:18: warning: Size of pointer 'srcptr' used instead of size of its data. [pointerSize]
open-cobol-1.1/libcob/common.c:663:18: warning: Size of pointer 'srcptr' used instead of size of its data. [pointerSize]
open-cobol-1.1/libcob/common.c:64:14: style: struct member 'cob_exception::name' is never used. [unusedStructMember]
open-cobol-1.1/libcob/common.c:65:12: style: struct member 'cob_exception::code' is never used. [unusedStructMember]
open-cobol-1.1/libcob/common.c:66:12: style: struct member 'cob_exception::critical' is never used. [unusedStructMember]
open-cobol-1.1/libcob/common.c:1710:3: style: Variable 'spname' is assigned a value that is never used. [unreadVariable]
open-cobol-1.1/libcob/common.c:1705:11: style: Variable 'sflags' is assigned a value that is never used. [unreadVariable]
open-cobol-1.1/libcob/fileio.c:783:27: style: The scope of the variable 'lingptr' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:967:6: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:1160:7: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:1212:18: style: The scope of the variable 'p' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:1213:27: style: The scope of the variable 'lingptr' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:1458:6: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:1459:6: style: The scope of the variable 'kindex' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:1520:9: style: The scope of the variable 'relsize' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:1521:6: style: The scope of the variable 'relnum' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:3736:9: style: The scope of the variable 'p' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:3737:9: style: The scope of the variable 'src' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:3738:9: style: The scope of the variable 'dst' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:3739:10: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:3740:10: style: The scope of the variable 'simple' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:4382:6: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:5188:7: style: The scope of the variable 'destination' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:5306:6: style: The scope of the variable 'destination' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:5410:8: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:5476:8: style: The scope of the variable 'move' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:5477:8: style: The scope of the variable 'source' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:5526:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:5549:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
open-cobol-1.1/libcob/fileio.c:5635:10: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:955:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-cobol-1.1/libcob/intrinsic.c:959:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-cobol-1.1/libcob/intrinsic.c:962:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-cobol-1.1/libcob/intrinsic.c:965:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-cobol-1.1/libcob/intrinsic.c:1522:28: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/intrinsic.c:1540:28: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/intrinsic.c:1703:28: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/intrinsic.c:1721:28: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/intrinsic.c:1772:28: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/intrinsic.c:1790:28: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/intrinsic.c:1869:29: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/intrinsic.c:1968:29: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/intrinsic.c:1987:29: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/intrinsic.c:1991:28: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/intrinsic.c:411:10: style: The scope of the variable 'calcoff' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:412:10: style: The scope of the variable 'size' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:918:10: style: The scope of the variable 'flen' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:977:14: style: The scope of the variable 'except_name' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:999:10: style: The scope of the variable 'flen' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:1561:11: style: The scope of the variable 'tempres' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:1595:11: style: The scope of the variable 'tempres' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:1628:11: style: The scope of the variable 'tempres' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:1661:11: style: The scope of the variable 'tempres' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:1730:11: style: The scope of the variable 'tempres' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:1998:13: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:2226:13: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:2354:13: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:2356:7: style: The scope of the variable 'seed' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:2586:13: style: The scope of the variable 'timeptr' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:2649:13: style: The scope of the variable 'timeptr' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:2717:13: style: The scope of the variable 'timeptr' can be reduced. [variableScope]
open-cobol-1.1/libcob/intrinsic.c:674:19: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
open-cobol-1.1/libcob/intrinsic.c:771:19: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
open-cobol-1.1/libcob/intrinsic.c:872:19: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
open-cobol-1.1/libcob/move.c:101:23: style: The scope of the variable 'p' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:102:18: style: The scope of the variable 'q' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:103:11: style: The scope of the variable 'csize' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:104:11: style: The scope of the variable 'cinc' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:301:7: style: The scope of the variable 'diff' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:302:7: style: The scope of the variable 'zero_size' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:575:13: style: The scope of the variable 'val2' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:852:7: style: The scope of the variable 'count' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:854:7: style: The scope of the variable 'cp' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:856:16: style: The scope of the variable 'c' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:928:16: style: The scope of the variable 'c' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:983:11: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/move.c:509:9: style: Variable 'frac' is assigned a value that is never used. [unreadVariable]
open-cobol-1.1/libcob/numeric.c:896:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/numeric.c:900:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/numeric.c:958:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/numeric.c:962:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/numeric.c:367:15: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/libcob/numeric.c:712:15: style: The scope of the variable 'valseen' can be reduced. [variableScope]
open-cobol-1.1/libcob/numeric.c:785:16: style: The scope of the variable 'x' can be reduced. [variableScope]
open-cobol-1.1/libcob/numeric.c:916:7: style: The scope of the variable 'sign' can be reduced. [variableScope]
open-cobol-1.1/libcob/numeric.c:1028:15: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/libcob/numeric.c:1058:7: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/numeric.c:1059:7: style: The scope of the variable 'is' can be reduced. [variableScope]
open-cobol-1.1/libcob/numeric.c:1106:7: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/strings.c:269:6: style: The scope of the variable 'n' can be reduced. [variableScope]
open-cobol-1.1/libcob/strings.c:341:9: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/strings.c:393:6: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/strings.c:486:17: style: The scope of the variable 'p' can be reduced. [variableScope]
open-cobol-1.1/libcob/strings.c:488:17: style: The scope of the variable 's' can be reduced. [variableScope]
open-cobol-1.1/libcob/strings.c:492:7: style: The scope of the variable 'i' can be reduced. [variableScope]
open-cobol-1.1/libcob/strings.c:493:7: style: The scope of the variable 'srsize' can be reduced. [variableScope]
open-cobol-1.1/libcob/strings.c:494:7: style: The scope of the variable 'dlsize' can be reduced. [variableScope]
open-cobol-1.1/libcob/strings.c:496:7: style: The scope of the variable 'brkpt' can be reduced. [variableScope]
open-cobol-1.1/libcob/termio.c:167:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/termio.c:172:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open-cobol-1.1/libcob/termio.c:208:13: style: The scope of the variable 'f' can be reduced. [variableScope]
open-cobol-1.1/libcob/termio.c:137:8: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
[12:34]

ftp://ftp.se.debian.org/debian/pool/main/o/open-gram/open-gram_0.1.22+20170109.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/open-infrastructure-apache-icons/open-infrastructure-apache-icons_20170701.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/open-infrastructure-container-tools/open-infrastructure-container-tools_20180527.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/open-infrastructure-package-tracker/open-infrastructure-package-tracker_20170515.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/open-infrastructure-storage-tools/open-infrastructure-storage-tools_20171101.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/open-infrastructure-system-boot/open-infrastructure-system-boot_20161101-lts2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/open-infrastructure-system-build/open-infrastructure-system-build_20161115.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/open-infrastructure-system-config/open-infrastructure-system-config_20161101-lts1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/open-infrastructure-system-images/open-infrastructure-system-images_20161115.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/open-invaders/open-invaders_0.3.orig.tar.gz
open-invaders-0.3/src/init.cc:346:7: style: The scope of the variable 'verified' can be reduced. [variableScope]
open-invaders-0.3/src/init.cc:362:15: style: Variable 'verified' is assigned a value that is never used. [unreadVariable]
open-invaders-0.3/src/init.cc:618:37: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
open-invaders-0.3/src/init.cc:618:59: performance: Function parameter 'defsymbol' should be passed by const reference. [passedByValue]
open-invaders-0.3/src/init.cc:644:33: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
open-invaders-0.3/src/init.cc:644:55: performance: Function parameter 'defsymbol' should be passed by const reference. [passedByValue]
open-invaders-0.3/src/input.cc:55:6: style: The scope of the variable 'result' can be reduced. [variableScope]
open-invaders-0.3/src/input.cc:70:10: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
open-invaders-0.3/src/logic.cc:355:7: style: The scope of the variable 'lightning_white' can be reduced. [variableScope]
open-invaders-0.3/src/logic.cc:263:5: style: Variable 'enemy_count' is modified but its new value is never used. [unreadVariable]
open-invaders-0.3/src/pmask.c:637:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
open-invaders-0.3/src/pmask.c:52:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
open-invaders-0.3/src/pmask.c:162:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
open-invaders-0.3/src/pmask.c:163:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
open-invaders-0.3/src/pmask.c:203:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
open-invaders-0.3/src/pmask.c:204:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
open-invaders-0.3/src/pmask.c:40:0: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
open-invaders-0.3/src/pmask.c:105:0: style: Variable 'words' is assigned a value that is never used. [unreadVariable]
open-invaders-0.3/src/pmask.c:175:10: error: Uninitialized variable: tmp [uninitvar]
open-invaders-0.3/src/pmask.c:217:10: error: Uninitialized variable: tmp [uninitvar]
open-invaders-0.3/src/sound.cc:39:14: style: The scope of the variable 'hiscore_beaten' can be reduced. [variableScope]
[12:34]

ftp://ftp.se.debian.org/debian/pool/main/o/open-iscsi/open-iscsi_2.0.874.orig.tar.gz
open-iscsi-2.0.874/iscsiuio/src/apps/dhcpc/dhcpv6.c:294:25: style: The scope of the variable 'opt' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/apps/dhcpc/dhcpv6.c:297:6: style: The scope of the variable 'opt_len' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/apps/dhcpc/dhcpv6.c:394:6: style: The scope of the variable 'len' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/apps/dhcpc/dhcpv6.c:481:6: style: The scope of the variable 'data_len' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/apps/dhcpc/dhcpv6.c:483:8: style: The scope of the variable 'data' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:390:63: warning: Either the condition 'ipv6==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:395:26: note: Assuming that condition 'ipv6==NULL' is not redundant
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:390:63: note: Null pointer addition
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:478:20: style: The scope of the variable 'our_address' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:723:20: style: The scope of the variable 'longest_match_addr' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:856:7: style: The scope of the variable 'addr_str' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:918:7: style: The scope of the variable 'addr_str' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:952:7: style: The scope of the variable 'addr_str' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:1003:20: style: The scope of the variable 'longest_match_addr' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:1003:41: style: The scope of the variable 'tar_addr6' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:1226:25: style: The scope of the variable 'dhcpv6c' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:586:25: style: Function 'ipv6_is_it_our_address' argument 2 names different: declaration 'ip_addr' definition 'ipv6_addr'. [funcArgNamesDifferent]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:65:25: note: Function 'ipv6_is_it_our_address' argument 2 names different: declaration 'ip_addr' definition 'ipv6_addr'.
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:586:25: note: Function 'ipv6_is_it_our_address' argument 2 names different: declaration 'ip_addr' definition 'ipv6_addr'.
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:605:23: style: Function 'ipv6_ip_in_arp_table' argument 2 names different: declaration 'ipv6_addr' definition 'ip_addr'. [funcArgNamesDifferent]
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.h:302:23: note: Function 'ipv6_ip_in_arp_table' argument 2 names different: declaration 'ipv6_addr' definition 'ip_addr'.
open-iscsi-2.0.874/iscsiuio/src/uip/ipv6.c:605:23: note: Function 'ipv6_ip_in_arp_table' argument 2 names different: declaration 'ipv6_addr' definition 'ip_addr'.
open-iscsi-2.0.874/iscsiuio/src/uip/psock.c:171:1: style: Function 'psock_send' argument 2 names different: declaration 'psock' definition 's'. [funcArgNamesDifferent]
open-iscsi-2.0.874/iscsiuio/src/uip/psock.h:163:1: note: Function 'psock_send' argument 2 names different: declaration 'psock' definition 's'.
open-iscsi-2.0.874/iscsiuio/src/uip/psock.c:171:1: note: Function 'psock_send' argument 2 names different: declaration 'psock' definition 's'.
open-iscsi-2.0.874/iscsiuio/src/uip/psock.c:212:1: style: Function 'psock_generator_send' argument 1 names different: declaration 'psock' definition 's'. [funcArgNamesDifferent]
open-iscsi-2.0.874/iscsiuio/src/uip/psock.h:198:1: note: Function 'psock_generator_send' argument 1 names different: declaration 'psock' definition 's'.
open-iscsi-2.0.874/iscsiuio/src/uip/psock.c:212:1: note: Function 'psock_generator_send' argument 1 names different: declaration 'psock' definition 's'.
open-iscsi-2.0.874/iscsiuio/src/uip/psock.c:212:1: style: Function 'psock_generator_send' argument 2 names different: declaration 'f' definition 'generate'. [funcArgNamesDifferent]
open-iscsi-2.0.874/iscsiuio/src/uip/psock.h:198:1: note: Function 'psock_generator_send' argument 2 names different: declaration 'f' definition 'generate'.
open-iscsi-2.0.874/iscsiuio/src/uip/psock.c:212:1: note: Function 'psock_generator_send' argument 2 names different: declaration 'f' definition 'generate'.
open-iscsi-2.0.874/iscsiuio/src/uip/uip-neighbor.c:151:21: style: Function 'uip_neighbor_lookup' argument 2 names different: declaration 'ipaddr' definition 'addr6'. [funcArgNamesDifferent]
open-iscsi-2.0.874/iscsiuio/src/uip/uip-neighbor.h:100:68: note: Function 'uip_neighbor_lookup' argument 2 names different: declaration 'ipaddr' definition 'addr6'.
open-iscsi-2.0.874/iscsiuio/src/uip/uip-neighbor.c:151:21: note: Function 'uip_neighbor_lookup' argument 2 names different: declaration 'ipaddr' definition 'addr6'.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:319:2: style: Variable 'tcp_ipv4_hdr' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:317:0: note: Variable 'tcp_ipv4_hdr' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:319:2: note: Variable 'tcp_ipv4_hdr' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:2356:2: style: Variable 'tcp_hdr->tcpchksum' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:2355:2: note: Variable 'tcp_hdr->tcpchksum' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:2356:2: note: Variable 'tcp_hdr->tcpchksum' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:2369:3: style: Variable 'tcp_ipv4_hdr->ipchksum' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:2368:3: note: Variable 'tcp_ipv4_hdr->ipchksum' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:2369:3: note: Variable 'tcp_ipv4_hdr->ipchksum' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:2358:1: style: Label 'ip_send_nolen' is not used. [unusedLabel]
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:234:46: style: Function 'uip_add32' argument 3 names different: declaration 'uip_add32' definition 'uip_acc32'. [funcArgNamesDifferent]
open-iscsi-2.0.874/iscsiuio/src/uip/uip_arch.h:83:46: note: Function 'uip_add32' argument 3 names different: declaration 'uip_add32' definition 'uip_acc32'.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:234:46: note: Function 'uip_add32' argument 3 names different: declaration 'uip_add32' definition 'uip_acc32'.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:290:25: style: Function 'uip_chksum' argument 1 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
open-iscsi-2.0.874/iscsiuio/src/uip/uip.h:1416:25: note: Function 'uip_chksum' argument 1 names different: declaration 'buf' definition 'data'.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:290:25: note: Function 'uip_chksum' argument 1 names different: declaration 'buf' definition 'data'.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:414:49: style: Function 'uip_init' argument 2 names different: declaration 'enable_ipv6' definition 'ipv6_enabled'. [funcArgNamesDifferent]
open-iscsi-2.0.874/iscsiuio/src/uip/uip.h:187:49: note: Function 'uip_init' argument 2 names different: declaration 'enable_ipv6' definition 'ipv6_enabled'.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:414:49: note: Function 'uip_init' argument 2 names different: declaration 'enable_ipv6' definition 'ipv6_enabled'.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:466:15: style: Function 'uip_connect' argument 3 names different: declaration 'port' definition 'rport'. [funcArgNamesDifferent]
open-iscsi-2.0.874/iscsiuio/src/uip/uip.h:318:39: note: Function 'uip_connect' argument 3 names different: declaration 'port' definition 'rport'.
open-iscsi-2.0.874/iscsiuio/src/uip/uip.c:466:15: note: Function 'uip_connect' argument 3 names different: declaration 'port' definition 'rport'.
open-iscsi-2.0.874/iscsiuio/src/uip/uip_arp.c:109:20: style: The scope of the variable 'tabptr' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/unix/iscsid_ipc.c:227:7: style: The scope of the variable 'ipaddr_str' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/unix/iscsid_ipc.c:1199:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2.c:234:31: portability: 'bp->reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2.c:239:31: portability: 'bp->reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2.c:244:38: portability: 'bp->reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2.c:249:23: portability: 'bp->reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2.c:649:24: portability: 'bp->bufs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2.c:652:28: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2.c:652:53: portability: 'ptr+sizeof(struct l2_fhdr)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2.c:856:21: portability: 'bp->tx_pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:938:23: style: Same value in both branches of ternary operator. [duplicateValueTernary]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:1461:11: style: The scope of the variable 'ring_index' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:1464:9: style: The scope of the variable 'rx_pkt' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:1465:7: style: The scope of the variable 'len' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:1465:12: style: The scope of the variable 'pad' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:1465:27: style: The scope of the variable 'max_len' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:446:31: portability: 'bp->reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:451:32: portability: 'bp->reg2' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:459:38: portability: 'bp->reg2' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:464:38: portability: 'bp->reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:469:23: portability: 'bp->reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:980:24: portability: 'bp->bufs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:1282:21: portability: 'bp->tx_pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/bnx2x.c:1487:41: portability: 'bp->rx_pkt_ring[ring_index]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/cnic.c:392:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/cnic.c:383:5: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/libs/cnic.c:392:5: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/libs/cnic.c:588:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/unix/libs/cnic.c:580:5: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/libs/cnic.c:588:5: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/main.c:371:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/unix/main.c:366:2: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/main.c:371:2: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/nic.c:870:14: style: Condition 'vlan_id==0' is always true [knownConditionTrueFalse]
open-iscsi-2.0.874/iscsiuio/src/unix/nic.c:860:16: note: Assignment 'vlan_id=0', assigned value is 0
open-iscsi-2.0.874/iscsiuio/src/unix/nic.c:870:14: note: Condition 'vlan_id==0' is always true
open-iscsi-2.0.874/iscsiuio/src/unix/nic.c:1382:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/unix/nic.c:1377:0: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/nic.c:1382:2: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/nic.c:870:14: style: Same expression on both sides of '==' because the value of 'vlan_id' and '0' are the same. [duplicateExpression]
open-iscsi-2.0.874/iscsiuio/src/unix/nic.c:860:16: note: 'vlan_id' is assigned value '0' here.
open-iscsi-2.0.874/iscsiuio/src/unix/nic.c:870:14: note: Same expression on both sides of '==' because the value of 'vlan_id' and '0' are the same.
open-iscsi-2.0.874/iscsiuio/src/unix/nic.c:910:6: style: The scope of the variable 'i' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/unix/nic.c:1149:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
open-iscsi-2.0.874/iscsiuio/src/unix/nic_nl.c:189:29: warning: Either the condition 'iov_base==NULL' is redundant or there is possible null pointer dereference: ev. [nullPointerRedundantCheck]
open-iscsi-2.0.874/iscsiuio/src/unix/nic_nl.c:192:15: note: Assuming that condition 'iov_base==NULL' is not redundant
open-iscsi-2.0.874/iscsiuio/src/unix/nic_nl.c:188:28: note: Assignment 'ev=iov_base', assigned value is 0
open-iscsi-2.0.874/iscsiuio/src/unix/nic_nl.c:189:29: note: Null pointer dereference
open-iscsi-2.0.874/iscsiuio/src/unix/nic_nl.c:253:9: warning: Either the condition 'data==NULL' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
open-iscsi-2.0.874/iscsiuio/src/unix/nic_nl.c:247:6: note: Assuming that condition 'data==NULL' is not redundant
open-iscsi-2.0.874/iscsiuio/src/unix/nic_nl.c:253:9: note: Null pointer dereference
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:781:8: warning: %hd in format string (no. 1) requires 'short *' but the argument type is 'unsigned short *'. [invalidScanfArgType_int]
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:833:3: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:1117:18: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:425:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:419:0: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:425:2: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:923:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:917:3: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:923:3: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:971:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:965:3: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/nic_utils.c:971:3: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:92:2: style: Variable 'ipv4_hdr' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:80:0: note: Variable 'ipv4_hdr' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:92:2: note: Variable 'ipv4_hdr' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:164:2: style: Variable 'ipv4_hdr->ipchksum' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:163:2: note: Variable 'ipv4_hdr->ipchksum' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:164:2: note: Variable 'ipv4_hdr->ipchksum' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:193:2: style: Variable 'ipv6_hdr' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:182:0: note: Variable 'ipv6_hdr' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:193:2: note: Variable 'ipv6_hdr' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:238:2: style: Variable 'icmp_echo_hdr->icmpchksum' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:237:2: note: Variable 'icmp_echo_hdr->icmpchksum' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/iscsiuio/src/unix/ping.c:238:2: note: Variable 'icmp_echo_hdr->icmpchksum' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/kernel/iscsi_tcp.c:769:9: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
open-iscsi-2.0.874/kernel/iscsi_tcp.c:248:23: style: The scope of the variable 'sg' can be reduced. [variableScope]
open-iscsi-2.0.874/kernel/iscsi_tcp.c:349:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
open-iscsi-2.0.874/kernel/libiscsi.h:146:26: portability: '(void*)task->hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/kernel/iscsi_tcp.c:400:15: portability: 'hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/kernel/iscsi_tcp.c:501:28: portability: 'task->dd_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/kernel/libiscsi.c:3214:3: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
open-iscsi-2.0.874/kernel/libiscsi.c:3217:3: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
open-iscsi-2.0.874/kernel/libiscsi.c:3229:3: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
open-iscsi-2.0.874/kernel/libiscsi.c:3235:3: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
open-iscsi-2.0.874/kernel/libiscsi.c:3238:3: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
open-iscsi-2.0.874/kernel/libiscsi.c:3250:3: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
open-iscsi-2.0.874/kernel/libiscsi.c:3254:3: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
open-iscsi-2.0.874/kernel/libiscsi.c:3313:9: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
open-iscsi-2.0.874/kernel/libiscsi.c:3373:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
open-iscsi-2.0.874/kernel/libiscsi.c:3376:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
open-iscsi-2.0.874/kernel/libiscsi.c:1844:21: style: The scope of the variable 'task' can be reduced. [variableScope]
open-iscsi-2.0.874/kernel/libiscsi.c:3049:21: style: The scope of the variable 'task' can be reduced. [variableScope]
open-iscsi-2.0.874/kernel/libiscsi.c:2774:42: portability: 'cls_session->dd_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/kernel/libiscsi.c:2866:36: portability: 'cls_conn->dd_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/kernel/libiscsi.c:1763:34: style: Variable 'session' is assigned a value that is never used. [unreadVariable]
open-iscsi-2.0.874/kernel/libiscsi_tcp.c:370:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
open-iscsi-2.0.874/kernel/libiscsi_tcp.c:185:15: style: The scope of the variable 'pad' can be reduced. [variableScope]
open-iscsi-2.0.874/kernel/libiscsi_tcp.c:600:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
open-iscsi-2.0.874/kernel/libiscsi_tcp.c:136:37: portability: 'segment->sg_mapped' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/kernel/libiscsi_tcp.c:294:47: portability: 'ptr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/kernel/scsi_transport_iscsi.c:1142:22: style: The scope of the variable 'stats' can be reduced. [variableScope]
open-iscsi-2.0.874/kernel/scsi_transport_iscsi.c:1143:18: style: The scope of the variable 'skbstat' can be reduced. [variableScope]
open-iscsi-2.0.874/kernel/scsi_transport_iscsi.c:1146:23: style: The scope of the variable 'evstat' can be reduced. [variableScope]
open-iscsi-2.0.874/kernel/scsi_transport_iscsi.c:786:71: style: Function 'iscsi_create_session' argument 2 names different: declaration 't' definition 'transport'. [funcArgNamesDifferent]
open-iscsi-2.0.874/kernel/scsi_transport_iscsi.h:243:31: note: Function 'iscsi_create_session' argument 2 names different: declaration 't' definition 'transport'.
open-iscsi-2.0.874/kernel/scsi_transport_iscsi.c:786:71: note: Function 'iscsi_create_session' argument 2 names different: declaration 't' definition 'transport'.
open-iscsi-2.0.874/kernel/scsi_transport_iscsi.c:912:45: style: Function 'iscsi_create_conn' argument 1 names different: declaration 'sess' definition 'session'. [funcArgNamesDifferent]
open-iscsi-2.0.874/kernel/scsi_transport_iscsi.h:249:75: note: Function 'iscsi_create_conn' argument 1 names different: declaration 'sess' definition 'session'.
open-iscsi-2.0.874/kernel/scsi_transport_iscsi.c:912:45: note: Function 'iscsi_create_conn' argument 1 names different: declaration 'sess' definition 'session'.
open-iscsi-2.0.874/usr/actor.c:191:39: style: Function 'actor_timer' argument 2 names different: declaration 'delay_secs' definition 'timeout_secs'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/actor.h:44:51: note: Function 'actor_timer' argument 2 names different: declaration 'delay_secs' definition 'timeout_secs'.
open-iscsi-2.0.874/usr/actor.c:191:39: note: Function 'actor_timer' argument 2 names different: declaration 'delay_secs' definition 'timeout_secs'.
open-iscsi-2.0.874/usr/actor.c:199:43: style: Function 'actor_timer_mod' argument 2 names different: declaration 'new_delay_secs' definition 'new_timeout_secs'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/actor.h:46:55: note: Function 'actor_timer_mod' argument 2 names different: declaration 'new_delay_secs' definition 'new_timeout_secs'.
open-iscsi-2.0.874/usr/actor.c:199:43: note: Function 'actor_timer_mod' argument 2 names different: declaration 'new_delay_secs' definition 'new_timeout_secs'.
open-iscsi-2.0.874/usr/auth.c:191:18: style: The scope of the variable 'n' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/auth.c:314:16: style: The scope of the variable 'n' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/auth.c:360:15: style: The scope of the variable 'n1' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/auth.c:420:6: style: The scope of the variable 'i' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/auth.c:574:6: style: The scope of the variable 'length' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/auth.c:674:6: style: The scope of the variable 'length' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/auth.c:952:16: style: The scope of the variable 'my_rsp_data' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/auth.c:1152:6: style: The scope of the variable 'key_type' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/auth.c:56:21: style: Function 'acl_chap_compute_rsp' argument 5 names different: declaration 'challenge_len' definition 'challenge_length'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/auth.h:275:21: note: Function 'acl_chap_compute_rsp' argument 5 names different: declaration 'challenge_len' definition 'challenge_length'.
open-iscsi-2.0.874/usr/auth.c:56:21: note: Function 'acl_chap_compute_rsp' argument 5 names different: declaration 'challenge_len' definition 'challenge_length'.
open-iscsi-2.0.874/usr/auth.c:1900:63: style: Function 'acl_set_passwd' argument 2 names different: declaration 'pw_data' definition 'passwd_data'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/auth.h:266:27: note: Function 'acl_set_passwd' argument 2 names different: declaration 'pw_data' definition 'passwd_data'.
open-iscsi-2.0.874/usr/auth.c:1900:63: note: Function 'acl_set_passwd' argument 2 names different: declaration 'pw_data' definition 'passwd_data'.
open-iscsi-2.0.874/usr/auth.c:1901:22: style: Function 'acl_set_passwd' argument 3 names different: declaration 'pw_len' definition 'passwd_length'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/auth.h:266:49: note: Function 'acl_set_passwd' argument 3 names different: declaration 'pw_len' definition 'passwd_length'.
open-iscsi-2.0.874/usr/auth.c:1901:22: note: Function 'acl_set_passwd' argument 3 names different: declaration 'pw_len' definition 'passwd_length'.
open-iscsi-2.0.874/usr/discovery.c:1367:21: style: Same expression on both sides of '==' because the value of 'login_failures' and '0' are the same. [duplicateExpression]
open-iscsi-2.0.874/usr/discovery.c:1337:32: note: 'login_failures' is assigned value '0' here.
open-iscsi-2.0.874/usr/discovery.c:1367:21: note: Same expression on both sides of '==' because the value of 'login_failures' and '0' are the same.
open-iscsi-2.0.874/usr/discovery.c:653:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/discoveryd.c:335:6: style: The scope of the variable 'is_def_iname' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/discoveryd.c:857:9: style: The scope of the variable 'now' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/discoveryd.c:857:14: style: The scope of the variable 'then' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/discoveryd.c:857:20: style: The scope of the variable 'next_timeout' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/event_poll.c:53:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/event_poll.c:138:6: style: The scope of the variable 'res' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/flashnode.c:47:2: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
open-iscsi-2.0.874/usr/flashnode.c:54:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/flashnode.c:307:2: style: Variable 'iov' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/flashnode.c:302:0: note: Variable 'iov' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/flashnode.c:307:2: note: Variable 'iov' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/flashnode.c:51:65: style: Function 'flashnode_info_print_flat' argument 2 names different: declaration 'tgt' definition 'fnode'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/flashnode.h:122:72: note: Function 'flashnode_info_print_flat' argument 2 names different: declaration 'tgt' definition 'fnode'.
open-iscsi-2.0.874/usr/flashnode.c:51:65: note: Function 'flashnode_info_print_flat' argument 2 names different: declaration 'tgt' definition 'fnode'.
open-iscsi-2.0.874/usr/flashnode.c:299:29: style: Function 'flashnode_build_config' argument 2 names different: declaration 'flashnode' definition 'fnode'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/flashnode.h:127:29: note: Function 'flashnode_build_config' argument 2 names different: declaration 'flashnode' definition 'fnode'.
open-iscsi-2.0.874/usr/flashnode.c:299:29: note: Function 'flashnode_build_config' argument 2 names different: declaration 'flashnode' definition 'fnode'.
open-iscsi-2.0.874/usr/host.c:401:2: style: Variable 'iov' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/host.c:397:0: note: Variable 'iov' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/host.c:401:2: note: Variable 'iov' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/idbm.c:1102:14: style: Redundant condition: If '!EXPR', the comparison 'EXPR == '\0'' is always true. [redundantCondition]
open-iscsi-2.0.874/usr/idbm.c:188:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:194:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:281:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:329:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:336:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:338:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:340:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:342:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:344:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:374:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:376:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:380:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:419:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:425:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:543:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:592:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:599:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:601:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:603:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:605:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:607:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:632:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:634:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:637:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:703:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:714:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:777:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:780:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:793:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:811:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:814:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:817:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:820:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/idbm.c:941:3: style: Variable 'rec->u.slp.auth.password_in_length' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/idbm.c:940:3: note: Variable 'rec->u.slp.auth.password_in_length' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/idbm.c:941:3: note: Variable 'rec->u.slp.auth.password_in_length' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/idbm.c:1649:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/idbm.c:1647:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/idbm.c:1649:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/idbm.c:1656:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/idbm.c:1653:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/idbm.c:1656:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/idbm.c:1672:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/idbm.c:1668:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/idbm.c:1672:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/idbm.c:1680:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/idbm.c:1676:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/idbm.c:1680:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/idbm.c:1082:6: style: The scope of the variable 'c' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/idbm.c:1325:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/idbm.c:1248:53: style: Function 'idbm_print_flashnode_info' argument 1 names different: declaration 'target' definition 'fnode'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/idbm.h:190:60: note: Function 'idbm_print_flashnode_info' argument 1 names different: declaration 'target' definition 'fnode'.
open-iscsi-2.0.874/usr/idbm.c:1248:53: note: Function 'idbm_print_flashnode_info' argument 1 names different: declaration 'target' definition 'fnode'.
open-iscsi-2.0.874/usr/idbm.c:1434:42: style: Function 'idbm_rec_read' argument 2 names different: declaration 'target_name' definition 'targetname'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/idbm.h:145:53: note: Function 'idbm_rec_read' argument 2 names different: declaration 'target_name' definition 'targetname'.
open-iscsi-2.0.874/usr/idbm.c:1434:42: note: Function 'idbm_rec_read' argument 2 names different: declaration 'target_name' definition 'targetname'.
open-iscsi-2.0.874/usr/idbm.c:1435:14: style: Function 'idbm_rec_read' argument 4 names different: declaration 'addr' definition 'ip'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/idbm.h:146:21: note: Function 'idbm_rec_read' argument 4 names different: declaration 'addr' definition 'ip'.
open-iscsi-2.0.874/usr/idbm.c:1435:14: note: Function 'idbm_rec_read' argument 4 names different: declaration 'addr' definition 'ip'.
open-iscsi-2.0.874/usr/idbm.c:1905:38: style: Function 'idbm_discovery_read' argument 1 names different: declaration 'rec' definition 'out_rec'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/idbm.h:143:49: note: Function 'idbm_discovery_read' argument 1 names different: declaration 'rec' definition 'out_rec'.
open-iscsi-2.0.874/usr/idbm.c:1905:38: note: Function 'idbm_discovery_read' argument 1 names different: declaration 'rec' definition 'out_rec'.
open-iscsi-2.0.874/usr/idbm.c:1905:51: style: Function 'idbm_discovery_read' argument 2 names different: declaration 'type' definition 'drec_type'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/idbm.h:143:58: note: Function 'idbm_discovery_read' argument 2 names different: declaration 'type' definition 'drec_type'.
open-iscsi-2.0.874/usr/idbm.c:1905:51: note: Function 'idbm_discovery_read' argument 2 names different: declaration 'type' definition 'drec_type'.
open-iscsi-2.0.874/usr/idbm.c:2511:44: style: Function 'idbm_delete_discovery' argument 1 names different: declaration 'rec' definition 'drec'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/idbm.h:128:51: note: Function 'idbm_delete_discovery' argument 1 names different: declaration 'rec' definition 'drec'.
open-iscsi-2.0.874/usr/idbm.c:2511:44: note: Function 'idbm_delete_discovery' argument 1 names different: declaration 'rec' definition 'drec'.
open-iscsi-2.0.874/usr/iface.c:1050:6: style: Condition '!t' is always true [knownConditionTrueFalse]
open-iscsi-2.0.874/usr/iface.c:997:30: note: Assignment 't=NULL', assigned value is 0
open-iscsi-2.0.874/usr/iface.c:1050:6: note: Condition '!t' is always true
open-iscsi-2.0.874/usr/iface.c:1011:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-iscsi-2.0.874/usr/iface.c:1044:4: note: Found duplicate branches for 'if' and 'else'.
open-iscsi-2.0.874/usr/iface.c:1011:9: note: Found duplicate branches for 'if' and 'else'.
open-iscsi-2.0.874/usr/iface.c:880:28: style: The scope of the variable 'def_iface' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/iface.c:881:15: style: The scope of the variable 'i' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/iface.c:1428:45: style: Function 'iface_get_param_count' argument 1 names different: declaration 'iface_primary' definition 'iface'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/iface.h:56:52: note: Function 'iface_get_param_count' argument 1 names different: declaration 'iface_primary' definition 'iface'.
open-iscsi-2.0.874/usr/iface.c:1428:45: note: Function 'iface_get_param_count' argument 1 names different: declaration 'iface_primary' definition 'iface'.
open-iscsi-2.0.874/usr/iface.c:2520:46: style: Function 'iface_build_net_config' argument 1 names different: declaration 'iface_primary' definition 'iface'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/iface.h:58:53: note: Function 'iface_build_net_config' argument 1 names different: declaration 'iface_primary' definition 'iface'.
open-iscsi-2.0.874/usr/iface.c:2520:46: note: Function 'iface_build_net_config' argument 1 names different: declaration 'iface_primary' definition 'iface'.
open-iscsi-2.0.874/usr/initiator.c:429:27: style: The scope of the variable 'ev_context' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/initiator.c:1993:51: style: Function 'iscsi_sync_session' argument 2 names different: declaration 'tsk' definition 'qtask'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/initiator.h:338:8: note: Function 'iscsi_sync_session' argument 2 names different: declaration 'tsk' definition 'qtask'.
open-iscsi-2.0.874/usr/initiator.c:1993:51: note: Function 'iscsi_sync_session' argument 2 names different: declaration 'tsk' definition 'qtask'.
open-iscsi-2.0.874/usr/initiator.c:128:42: portability: '(void*)ev_context' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/io.c:336:25: style: The scope of the variable 'lserv' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/io.c:454:8: style: The scope of the variable 'lserv' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/io.c:455:8: style: The scope of the variable 'serv' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/ioctl.c:353:31: portability: '(void*)recv_handle' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/iscsi_sysfs.c:470:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsi_sysfs.c:470:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsi_sysfs.c:478:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsi_sysfs.c:478:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsi_sysfs.c:647:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
open-iscsi-2.0.874/usr/iscsi_sysfs.c:647:7: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
open-iscsi-2.0.874/usr/iscsi_sysfs.c:1735:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsi_sysfs.c:93:12: style: The scope of the variable 'found' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/iscsi_sysfs.c:1887:7: style: The scope of the variable 'id' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/iscsi_sysfs.c:1888:8: style: The scope of the variable 'write_buf' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/iscsi_sysfs.c:454:17: style: Function 'iscsi_sysfs_get_flashnode_info' argument 3 names different: declaration 'flashnode_id' definition 'flashnode_idx'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/iscsi_sysfs.h:68:17: note: Function 'iscsi_sysfs_get_flashnode_info' argument 3 names different: declaration 'flashnode_id' definition 'flashnode_idx'.
open-iscsi-2.0.874/usr/iscsi_sysfs.c:454:17: note: Function 'iscsi_sysfs_get_flashnode_info' argument 3 names different: declaration 'flashnode_id' definition 'flashnode_idx'.
open-iscsi-2.0.874/usr/iscsi_sysfs.c:1269:72: style: Function 'iscsi_sysfs_get_sessioninfo_by_id' argument 2 names different: declaration 'sys_session' definition 'session'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/iscsi_sysfs.h:41:17: note: Function 'iscsi_sysfs_get_sessioninfo_by_id' argument 2 names different: declaration 'sys_session' definition 'session'.
open-iscsi-2.0.874/usr/iscsi_sysfs.c:1269:72: note: Function 'iscsi_sysfs_get_sessioninfo_by_id' argument 2 names different: declaration 'sys_session' definition 'session'.
open-iscsi-2.0.874/usr/iscsi_sysfs.c:1546:45: style: Function 'iscsi_sysfs_get_blockdev_from_lun' argument 1 names different: declaration 'hostno' definition 'host_no'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/iscsi_sysfs.h:78:52: note: Function 'iscsi_sysfs_get_blockdev_from_lun' argument 1 names different: declaration 'hostno' definition 'host_no'.
open-iscsi-2.0.874/usr/iscsi_sysfs.c:1546:45: note: Function 'iscsi_sysfs_get_blockdev_from_lun' argument 1 names different: declaration 'hostno' definition 'host_no'.
open-iscsi-2.0.874/usr/iscsi_sysfs.c:1546:70: style: Function 'iscsi_sysfs_get_blockdev_from_lun' argument 3 names different: declaration 'sid' definition 'lun'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/iscsi_sysfs.h:78:76: note: Function 'iscsi_sysfs_get_blockdev_from_lun' argument 3 names different: declaration 'sid' definition 'lun'.
open-iscsi-2.0.874/usr/iscsi_sysfs.c:1546:70: note: Function 'iscsi_sysfs_get_blockdev_from_lun' argument 3 names different: declaration 'sid' definition 'lun'.
open-iscsi-2.0.874/usr/iscsi_util.c:205:8: style: The scope of the variable 'line' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/iscsi_util.c:205:14: style: The scope of the variable 'buffer' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/iscsi_util.c:206:23: style: The scope of the variable 'param' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/iscsi_util.c:206:31: style: The scope of the variable 'comment' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/iscsi_util.c:100:42: style: Function 'str_to_ipport' argument 3 names different: declaration 'tgpt' definition 'tpgt'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/iscsi_util.h:14:55: note: Function 'str_to_ipport' argument 3 names different: declaration 'tgpt' definition 'tpgt'.
open-iscsi-2.0.874/usr/iscsi_util.c:100:42: note: Function 'str_to_ipport' argument 3 names different: declaration 'tgpt' definition 'tpgt'.
open-iscsi-2.0.874/usr/iscsiadm.c:2465:14: style: Redundant condition: iface. '!iface || (iface && info_level>0)' is equivalent to '!iface || info_level>0' [redundantCondition]
open-iscsi-2.0.874/usr/iscsiadm.c:803:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:803:2: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 3) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 4) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 5) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 6) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 7) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 8) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 9) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 10) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 11) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 12) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 13) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 14) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 15) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 16) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 17) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 18) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 19) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 20) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 21) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 22) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 23) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 24) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 25) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 26) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 27) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 28) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 29) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 30) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 31) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 32) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 33) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 34) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 35) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 36) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 37) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 38) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 39) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 40) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 41) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 42) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 43) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 44) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 45) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 46) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 47) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 48) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 49) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 50) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 51) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 52) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 53) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 54) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 55) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 56) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 57) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 58) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 59) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 60) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 61) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 62) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 63) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 64) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 65) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 66) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 67) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 68) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 69) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 70) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 71) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 72) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 73) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 74) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 75) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 76) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 77) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 78) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 79) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 80) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 81) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2058:2: warning: %lld in format string (no. 82) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/iscsiadm.c:2476:8: warning: Either the condition 'iface' is redundant or there is possible null pointer dereference: iface. [nullPointerRedundantCheck]
open-iscsi-2.0.874/usr/iscsiadm.c:2465:18: note: Assuming that condition 'iface' is not redundant
open-iscsi-2.0.874/usr/iscsiadm.c:2476:8: note: Null pointer dereference
open-iscsi-2.0.874/usr/iscsiadm.c:1371:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/iscsiadm.c:1362:0: note: Variable 't' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/iscsiadm.c:1371:2: note: Variable 't' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/iscsiadm.c:2241:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/iscsiadm.c:2236:0: note: Variable 't' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/iscsiadm.c:2241:2: note: Variable 't' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/iscsiadm.c:2713:19: style: The scope of the variable 'rec' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/iscsiadm.c:3127:13: style: Checking if unsigned variable 'status' is less than zero. [unsignedLessThanZero]
open-iscsi-2.0.874/usr/iscsid.c:296:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
open-iscsi-2.0.874/usr/iscsid.c:425:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/log.c:172:11: style: The scope of the variable 'fwd' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/log.c:367:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/log.c:111:22: portability: 'la->start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/log.c:182:12: portability: 'la->tail' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/login.c:802:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/login.c:807:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/login.c:838:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/login.c:843:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/login.c:849:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/login.c:997:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/login.c:1002:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/login.c:1029:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
open-iscsi-2.0.874/usr/login.c:132:8: style: The scope of the variable 'key' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/login.c:238:9: style: The scope of the variable 'size' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/login.c:315:9: style: The scope of the variable 'size' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/login.c:660:6: style: The scope of the variable 'pdu_current_stage' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/login.c:660:25: style: The scope of the variable 'pdu_next_stage' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/login.c:971:7: style: The scope of the variable 'value' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/login.c:41:34: style: Function 'iscsi_add_text' argument 1 names different: declaration 'hdr' definition 'pdu'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/initiator.h:279:45: note: Function 'iscsi_add_text' argument 1 names different: declaration 'hdr' definition 'pdu'.
open-iscsi-2.0.874/usr/login.c:41:34: note: Function 'iscsi_add_text' argument 1 names different: declaration 'hdr' definition 'pdu'.
open-iscsi-2.0.874/usr/md5.c:46:28: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/md5.h:50:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
open-iscsi-2.0.874/usr/md5.c:46:28: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
open-iscsi-2.0.874/usr/md5.c:62:30: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/md5.h:51:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
open-iscsi-2.0.874/usr/md5.c:62:30: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
open-iscsi-2.0.874/usr/md5.c:102:49: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/md5.h:52:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
open-iscsi-2.0.874/usr/md5.c:102:49: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
open-iscsi-2.0.874/usr/mgmt_ipc.c:543:2: style: Variable 'qtask' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/mgmt_ipc.c:539:0: note: Variable 'qtask' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/mgmt_ipc.c:543:2: note: Variable 'qtask' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/mgmt_ipc.c:273:11: style: Same expression on both sides of '==' because the value of 'argv' and 'NULL' are the same. [duplicateExpression]
open-iscsi-2.0.874/usr/mgmt_ipc.c:239:31: note: 'argv' is assigned value 'NULL' here.
open-iscsi-2.0.874/usr/mgmt_ipc.c:273:11: note: Same expression on both sides of '==' because the value of 'argv' and 'NULL' are the same.
open-iscsi-2.0.874/usr/mgmt_ipc.c:473:6: style: The scope of the variable 'n' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/mgmt_ipc.c:568:8: style: Unsigned variable 'command' can't be negative so it is unnecessary to test it. [unsignedPositive]
open-iscsi-2.0.874/usr/mgmt_ipc.c:486:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/mntcheck.c:105:2: style: Variable 'devname' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/mntcheck.c:101:0: note: Variable 'devname' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/mntcheck.c:105:2: note: Variable 'devname' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/mntcheck.c:161:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/mntcheck.c:156:0: note: Variable 'path' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/mntcheck.c:161:2: note: Variable 'path' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/mntcheck.c:203:2: style: Variable 'devname' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/mntcheck.c:200:0: note: Variable 'devname' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/mntcheck.c:203:2: note: Variable 'devname' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/netlink.c:798:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/netlink.c:1796:57: style: Function 'ipc_register_ev_callback' argument 1 names different: declaration 'ipc_ev_clbk' definition 'ev_clbk'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/iscsi_ipc.h:57:64: note: Function 'ipc_register_ev_callback' argument 1 names different: declaration 'ipc_ev_clbk' definition 'ev_clbk'.
open-iscsi-2.0.874/usr/netlink.c:1796:57: note: Function 'ipc_register_ev_callback' argument 1 names different: declaration 'ipc_ev_clbk' definition 'ev_clbk'.
open-iscsi-2.0.874/usr/netlink.c:99:23: portability: 'recvbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/netlink.c:201:19: portability: 'xmitbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/netlink.c:383:22: portability: 'setparam_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/netlink.c:670:27: portability: 'setparam_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/netlink.c:714:27: portability: 'setparam_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/netlink.c:822:37: portability: 'conn->recv_context->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/netlink.c:880:22: portability: 'setparam_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/netlink.c:1086:22: portability: 'setparam_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/netlink.c:1334:27: portability: 'setparam_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/usr/session_info.c:218:2: style: Variable 'host_no' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/session_info.c:211:0: note: Variable 'host_no' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/session_info.c:218:2: note: Variable 'host_no' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/session_info.c:193:18: style: The scope of the variable 'state' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/session_info.c:212:7: style: The scope of the variable 'state' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/session_info.c:370:61: style: Function 'session_info_print' argument 2 names different: declaration 'match_info' definition 'info'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/session_info.h:62:68: note: Function 'session_info_print' argument 2 names different: declaration 'match_info' definition 'info'.
open-iscsi-2.0.874/usr/session_info.c:370:61: note: Function 'session_info_print' argument 2 names different: declaration 'match_info' definition 'info'.
open-iscsi-2.0.874/usr/session_mgmt.c:78:19: style: The scope of the variable 'rec' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/session_mgmt.c:245:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/session_mgmt.c:328:23: style: The scope of the variable 'info' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/strings.c:100:8: style: The scope of the variable 'remaining' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/strings.c:101:6: style: The scope of the variable 'amount' can be reduced. [variableScope]
open-iscsi-2.0.874/usr/sysfs.c:184:6: warning: Either the condition 'devpath!=NULL' is redundant or there is possible null pointer dereference: devpath. [nullPointerRedundantCheck]
open-iscsi-2.0.874/usr/sysfs.c:172:14: note: Assuming that condition 'devpath!=NULL' is not redundant
open-iscsi-2.0.874/usr/sysfs.c:184:6: note: Null pointer dereference
open-iscsi-2.0.874/usr/sysfs.c:690:2: style: Variable 'uevent_path' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/usr/sysfs.c:684:0: note: Variable 'uevent_path' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/sysfs.c:690:2: note: Variable 'uevent_path' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/usr/sysfs.c:431:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
open-iscsi-2.0.874/usr/sysfs.c:127:30: style: Function 'sysfs_resolve_link' argument 1 names different: declaration 'path' definition 'devpath'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/sysfs.h:51:37: note: Function 'sysfs_resolve_link' argument 1 names different: declaration 'path' definition 'devpath'.
open-iscsi-2.0.874/usr/sysfs.c:127:30: note: Function 'sysfs_resolve_link' argument 1 names different: declaration 'path' definition 'devpath'.
open-iscsi-2.0.874/usr/sysfs.c:409:45: style: Function 'sysfs_lookup_devpath_by_subsys_id' argument 1 names different: declaration 'devpath' definition 'devpath_full'. [funcArgNamesDifferent]
open-iscsi-2.0.874/usr/sysfs.h:52:52: note: Function 'sysfs_lookup_devpath_by_subsys_id' argument 1 names different: declaration 'devpath' definition 'devpath_full'.
open-iscsi-2.0.874/usr/sysfs.c:409:45: note: Function 'sysfs_lookup_devpath_by_subsys_id' argument 1 names different: declaration 'devpath' definition 'devpath_full'.
open-iscsi-2.0.874/usr/sysfs.c:654:15: style: Variable 'sysfs_len' is assigned a value that is never used. [unreadVariable]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:203:39: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:234:43: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:285:39: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:295:44: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:297:48: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:299:47: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:302:16: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:319:21: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:333:24: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:338:19: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:343:19: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:348:19: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:353:19: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:363:21: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:371:22: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:374:21: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:377:22: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:380:22: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:385:21: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:393:22: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:396:21: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:399:22: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft.c:402:22: portability: 'ibft_loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft_sysfs.c:312:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft_sysfs.c:308:3: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft_sysfs.c:312:3: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ibft_sysfs.c:115:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_ppc.c:71:6: style: The scope of the variable 'error' can be reduced. [variableScope]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_sysfs.c:356:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_sysfs.c:352:3: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_sysfs.c:356:3: note: Variable 'rc' is reassigned a value before the old one has been used.
open-iscsi-2.0.874/utils/fwparam_ibft/fwparam_sysfs.c:118:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
<stdout>:1534:27: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:1531:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
<stdout>:1534:27: note: Null pointer dereference
<stdout>:1536:9: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:1531:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
<stdout>:1536:9: note: Null pointer dereference
<stdout>:1862:2: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:1755:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
<stdout>:1862:2: note: Null pointer dereference
<stdout>:1863:2: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:1755:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
<stdout>:1863:2: note: Null pointer dereference
<stdout>:1874:9: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:1755:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
<stdout>:1874:9: note: Null pointer dereference
<stdout>:1644:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
<stdout>:359:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
<stdout>:1644:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
<stdout>:2047:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
<stdout>:310:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
<stdout>:2047:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
<stdout>:2060:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
<stdout>:311:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
<stdout>:2060:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
<stdout>:2060:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
<stdout>:311:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
<stdout>:2060:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
<stdout>:2192:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
<stdout>:999:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
<stdout>:2192:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
prom_parse.tab.c:2064:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
open-iscsi-2.0.874/utils/iscsi-iname.c:50:6: style: The scope of the variable 'e' can be reduced. [variableScope]
open-iscsi-2.0.874/utils/md5.c:52:28: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
open-iscsi-2.0.874/utils/md5.h:36:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
open-iscsi-2.0.874/utils/md5.c:52:28: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
open-iscsi-2.0.874/utils/md5.c:68:30: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
open-iscsi-2.0.874/utils/md5.h:37:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
open-iscsi-2.0.874/utils/md5.c:68:30: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
open-iscsi-2.0.874/utils/md5.c:108:49: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
open-iscsi-2.0.874/utils/md5.h:38:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
open-iscsi-2.0.874/utils/md5.c:108:49: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
[12:35]

ftp://ftp.se.debian.org/debian/pool/main/o/open-isns/open-isns_0.97.orig.tar.gz
open-isns-0.97/attrs.c:656:18: warning: Either the condition 'attr==NULL' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
open-isns-0.97/attrs.c:659:12: note: Assuming that condition 'attr==NULL' is not redundant
open-isns-0.97/attrs.c:656:18: note: Null pointer dereference
open-isns-0.97/attrs.c:317:15: style: The scope of the variable 'attr' can be reduced. [variableScope]
open-isns-0.97/attrs.c:822:6: style: The scope of the variable 'status' can be reduced. [variableScope]
open-isns-0.97/bitvector.c:298:17: style: The scope of the variable 'oldval' can be reduced. [variableScope]
open-isns-0.97/buffer.c:249:28: style: The scope of the variable 'copy' can be reduced. [variableScope]
open-isns-0.97/buffer.c:316:28: style: The scope of the variable 'copy' can be reduced. [variableScope]
open-isns-0.97/compat/my_getopt.c:226:11: style: Variable 'charind' is reassigned a value before the old one has been used. [redundantAssignment]
open-isns-0.97/compat/my_getopt.c:225:43: note: Variable 'charind' is reassigned a value before the old one has been used.
open-isns-0.97/compat/my_getopt.c:226:11: note: Variable 'charind' is reassigned a value before the old one has been used.
open-isns-0.97/config.c:101:8: style: The scope of the variable 'name' can be reduced. [variableScope]
open-isns-0.97/config.c:132:8: style: The scope of the variable 'name' can be reduced. [variableScope]
open-isns-0.97/db-file.c:280:2: style: Variable 'bp' is reassigned a value before the old one has been used. [redundantAssignment]
open-isns-0.97/db-file.c:276:0: note: Variable 'bp' is reassigned a value before the old one has been used.
open-isns-0.97/db-file.c:280:2: note: Variable 'bp' is reassigned a value before the old one has been used.
open-isns-0.97/db-file.c:406:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
open-isns-0.97/db-file.c:402:0: note: Variable 'path' is reassigned a value before the old one has been used.
open-isns-0.97/db-file.c:406:2: note: Variable 'path' is reassigned a value before the old one has been used.
open-isns-0.97/db-file.c:433:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
open-isns-0.97/db-file.c:429:0: note: Variable 'path' is reassigned a value before the old one has been used.
open-isns-0.97/db-file.c:433:2: note: Variable 'path' is reassigned a value before the old one has been used.
open-isns-0.97/db-file.c:122:15: style: The scope of the variable 's' can be reduced. [variableScope]
open-isns-0.97/db-file.c:38:11: style: struct member 'isns_db_object_info::__db_reserved' is never used. [unusedStructMember]
open-isns-0.97/db.c:530:17: style: The scope of the variable 'child' can be reduced. [variableScope]
open-isns-0.97/db.c:23:25: style: struct member 'isns_db_trans::idt_next' is never used. [unusedStructMember]
open-isns-0.97/db.c:24:8: style: struct member 'isns_db_trans::idt_action' is never used. [unusedStructMember]
open-isns-0.97/db.c:25:19: style: struct member 'isns_db_trans::idt_object' is never used. [unusedStructMember]
open-isns-0.97/dd.c:1188:3: style: Variable 'temp_dd' is reassigned a value before the old one has been used. [redundantAssignment]
open-isns-0.97/dd.c:1185:0: note: Variable 'temp_dd' is reassigned a value before the old one has been used.
open-isns-0.97/dd.c:1188:3: note: Variable 'temp_dd' is reassigned a value before the old one has been used.
open-isns-0.97/dd.c:631:23: style: The scope of the variable 'md' can be reduced. [variableScope]
open-isns-0.97/export.c:459:16: style: The scope of the variable 'i' can be reduced. [variableScope]
open-isns-0.97/isnsadm.c:786:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
open-isns-0.97/isnsdd.c:352:2: style: Variable 'qry' is reassigned a value before the old one has been used. [redundantAssignment]
open-isns-0.97/isnsdd.c:344:0: note: Variable 'qry' is reassigned a value before the old one has been used.
open-isns-0.97/isnsdd.c:352:2: note: Variable 'qry' is reassigned a value before the old one has been used.
open-isns-0.97/isnsdd.c:660:2: style: Variable 'call' is reassigned a value before the old one has been used. [redundantAssignment]
open-isns-0.97/isnsdd.c:657:0: note: Variable 'call' is reassigned a value before the old one has been used.
open-isns-0.97/isnsdd.c:660:2: note: Variable 'call' is reassigned a value before the old one has been used.
open-isns-0.97/isnsdd.c:1099:2: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
open-isns-0.97/isnsdd.c:1095:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
open-isns-0.97/isnsdd.c:1099:2: note: Variable 'ctx' is reassigned a value before the old one has been used.
open-isns-0.97/isnsdd.c:817:22: style: The scope of the variable 'timeout' can be reduced. [variableScope]
open-isns-0.97/isnsdd.c:1092:30: style: Function 'run_discovery' argument 1 names different: declaration 'srv' definition 'server'. [funcArgNamesDifferent]
open-isns-0.97/isnsdd.c:71:43: note: Function 'run_discovery' argument 1 names different: declaration 'srv' definition 'server'.
open-isns-0.97/isnsdd.c:1092:30: note: Function 'run_discovery' argument 1 names different: declaration 'srv' definition 'server'.
open-isns-0.97/isnsdd.c:404:4: style: Variable 'good_portals' is modified but its new value is never used. [unreadVariable]
open-isns-0.97/isnsdd.c:321:2: error: Memory pointed to by 'proxy' is freed twice. [doubleFree]
open-isns-0.97/objects.c:115:6: warning: Either the condition 'if(keys&&!isns_object_match(obj,keys))' is redundant or there is possible null pointer dereference: attrs. [nullPointerRedundantCheck]
open-isns-0.97/objects.c:1109:6: note: Assuming that condition 'if(keys&&!isns_object_match(obj,keys))' is not redundant
open-isns-0.97/objects.c:1101:59: note: Calling function 'isns_object_template_for_key_attrs', 1st argument 'attrs' value is 0
open-isns-0.97/objects.c:115:6: note: Null pointer dereference
open-isns-0.97/objects.c:117:9: warning: Either the condition 'if(keys&&!isns_object_match(obj,keys))' is redundant or there is possible null pointer dereference: attrs. [nullPointerRedundantCheck]
open-isns-0.97/objects.c:1109:6: note: Assuming that condition 'if(keys&&!isns_object_match(obj,keys))' is not redundant
open-isns-0.97/objects.c:1101:59: note: Calling function 'isns_object_template_for_key_attrs', 1st argument 'attrs' value is 0
open-isns-0.97/objects.c:117:9: note: Null pointer dereference
open-isns-0.97/objects.c:229:15: style: The scope of the variable 'i' can be reduced. [variableScope]
open-isns-0.97/objects.c:289:17: style: The scope of the variable 'child' can be reduced. [variableScope]
open-isns-0.97/objects.c:356:17: style: The scope of the variable 'child' can be reduced. [variableScope]
open-isns-0.97/objects.c:558:17: style: The scope of the variable 'child' can be reduced. [variableScope]
open-isns-0.97/objects.c:894:15: style: The scope of the variable 'i' can be reduced. [variableScope]
open-isns-0.97/parser.c:29:7: style: The scope of the variable 'c' can be reduced. [variableScope]
open-isns-0.97/pidfile.c:30:7: style: The scope of the variable 'pidbuf' can be reduced. [variableScope]
open-isns-0.97/portal-group.c:169:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
open-isns-0.97/portal-group.c:165:0: note: Variable 'node' is reassigned a value before the old one has been used.
open-isns-0.97/portal-group.c:169:2: note: Variable 'node' is reassigned a value before the old one has been used.
open-isns-0.97/scope.c:321:17: style: The scope of the variable 'obj' can be reduced. [variableScope]
open-isns-0.97/scope.c:451:16: style: The scope of the variable 'i' can be reduced. [variableScope]
open-isns-0.97/scope.c:504:35: warning: Function 'isns_scope_get_next' argument order different: declaration ', , current, scope' definition 'scope, tmpl, current, match' [funcArgOrderDifferent]
open-isns-0.97/db.h:136:44: note: Function 'isns_scope_get_next' argument order different: declaration ', , current, scope' definition 'scope, tmpl, current, match'
open-isns-0.97/scope.c:504:35: note: Function 'isns_scope_get_next' argument order different: declaration ', , current, scope' definition 'scope, tmpl, current, match'
open-isns-0.97/server.c:105:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
open-isns-0.97/server.c:100:0: note: Variable 'status' is reassigned a value before the old one has been used.
open-isns-0.97/server.c:105:2: note: Variable 'status' is reassigned a value before the old one has been used.
open-isns-0.97/simple.c:351:17: warning: Possible null pointer dereference: msg [nullPointer]
open-isns-0.97/simple.c:347:9: note: Assignment 'msg=NULL', assigned value is 0
open-isns-0.97/simple.c:351:17: note: Null pointer dereference
open-isns-0.97/simple.c:423:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
open-isns-0.97/socket.c:2176:2: style: Variable 'sock->is_report_failure' is reassigned a value before the old one has been used. [redundantAssignment]
open-isns-0.97/socket.c:2174:2: note: Variable 'sock->is_report_failure' is reassigned a value before the old one has been used.
open-isns-0.97/socket.c:2176:2: note: Variable 'sock->is_report_failure' is reassigned a value before the old one has been used.
open-isns-0.97/socket.c:1049:24: style: The scope of the variable 'next' can be reduced. [variableScope]
open-isns-0.97/socket.c:1819:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
open-isns-0.97/socket.c:1820:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
open-isns-0.97/sysdep-unix.c:165:22: style: The scope of the variable 'sin' can be reduced. [variableScope]
open-isns-0.97/tags.c:337:40: style: The scope of the variable 'num' can be reduced. [variableScope]
open-isns-0.97/tags.c:261:61: style: Function 'isns_entity_protocol_parse' argument 2 names different: declaration 'buf' definition 'string'. [funcArgNamesDifferent]
open-isns-0.97/tags.c:39:1: note: Function 'isns_entity_protocol_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:261:61: note: Function 'isns_entity_protocol_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:312:57: style: Function 'isns_tcpudp_port_parse' argument 2 names different: declaration 'buf' definition 'string'. [funcArgNamesDifferent]
open-isns-0.97/tags.c:40:1: note: Function 'isns_tcpudp_port_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:312:57: note: Function 'isns_tcpudp_port_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:358:55: style: Function 'isns_timestamp_parse' argument 2 names different: declaration 'buf' definition 'string'. [funcArgNamesDifferent]
open-isns-0.97/tags.c:43:1: note: Function 'isns_timestamp_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:358:55: note: Function 'isns_timestamp_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:431:1: style: Function 'isns_iscsi_node_type_parse' argument 2 names different: declaration 'buf' definition 'string'. [funcArgNamesDifferent]
open-isns-0.97/tags.c:42:1: note: Function 'isns_iscsi_node_type_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:431:1: note: Function 'isns_iscsi_node_type_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:446:1: style: Function 'isns_portal_secbitmap_parse' argument 2 names different: declaration 'buf' definition 'string'. [funcArgNamesDifferent]
open-isns-0.97/tags.c:44:1: note: Function 'isns_portal_secbitmap_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:446:1: note: Function 'isns_portal_secbitmap_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:462:1: style: Function 'isns_scn_bitmap_parse' argument 2 names different: declaration 'buf' definition 'string'. [funcArgNamesDifferent]
open-isns-0.97/tags.c:45:1: note: Function 'isns_scn_bitmap_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:462:1: note: Function 'isns_scn_bitmap_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:471:1: style: Function 'isns_dd_features_parse' argument 2 names different: declaration 'buf' definition 'string'. [funcArgNamesDifferent]
open-isns-0.97/tags.c:46:1: note: Function 'isns_dd_features_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:471:1: note: Function 'isns_dd_features_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:493:1: style: Function 'isns_policy_function_parse' argument 2 names different: declaration 'buf' definition 'string'. [funcArgNamesDifferent]
open-isns-0.97/tags.c:48:1: note: Function 'isns_policy_function_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tags.c:493:1: note: Function 'isns_policy_function_parse' argument 2 names different: declaration 'buf' definition 'string'.
open-isns-0.97/tests/pauw3.c:35:17: style: The scope of the variable 'clnt' can be reduced. [variableScope]
open-isns-0.97/tests/pauw3.c:36:20: style: The scope of the variable 'attrs' can be reduced. [variableScope]
open-isns-0.97/tests/pauw3.c:39:11: style: The scope of the variable 'status' can be reduced. [variableScope]
open-isns-0.97/util.c:128:15: style: The scope of the variable 'v' can be reduced. [variableScope]
[12:35]

ftp://ftp.se.debian.org/debian/pool/main/o/open-jtalk/open-jtalk_1.10.orig.tar.gz
open_jtalk-1.10/jpcommon/jpcommon_label.c:78:0: error: #error CHARSET is not specified [preprocessorErrorDirective]
open_jtalk-1.10/mecab/src/param.h:81:17: style: Redundant condition: !rewrite. 'rewrite || (!rewrite && conf_.find(key2)==conf_.end())' is equivalent to 'rewrite || conf_.find(key2)==conf_.end()' [redundantCondition]
open_jtalk-1.10/mecab/src/ucs.h:74:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
open_jtalk-1.10/mecab/src/char_property.cpp:116:44: style: Function 'set_charset' argument 1 names different: declaration 'charset' definition 'ct'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/char_property.h:32:32: note: Function 'set_charset' argument 1 names different: declaration 'charset' definition 'ct'.
open_jtalk-1.10/mecab/src/char_property.cpp:116:44: note: Function 'set_charset' argument 1 names different: declaration 'charset' definition 'ct'.
open_jtalk-1.10/mecab/src/utils.h:217:24: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
open_jtalk-1.10/mecab/src/mmap.h:210:0: warning: Member variable 'MeCab :: Mmap < char >::length' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/mmap.h:210:0: warning: Member variable 'MeCab :: Mmap < char >::flag' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/common.h:166:7: style: Technically the member function 'MeCab::die::operator&' can be const. [functionConst]
open_jtalk-1.10/mecab/src/common.h:183:8: style: Technically the member function 'MeCab::wlog::operator&' can be const. [functionConst]
open_jtalk-1.10/mecab/src/mmap.h:81:0: style: Technically the member function 'MeCab :: Mmap < char >::size' can be const. [functionConst]
open_jtalk-1.10/mecab/src/mmap.h:83:0: style: Technically the member function 'MeCab :: Mmap < char >::file_name' can be const. [functionConst]
open_jtalk-1.10/mecab/src/mmap.h:84:0: style: Technically the member function 'MeCab :: Mmap < char >::file_size' can be const. [functionConst]
open_jtalk-1.10/mecab/src/mmap.h:85:0: style: Technically the member function 'MeCab :: Mmap < char >::empty' can be const. [functionConst]
open_jtalk-1.10/mecab/src/common.h:180:3: style: Class 'wlog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open_jtalk-1.10/mecab/src/connector.h:56:17: style: Unsigned variable 'lid' can't be negative so it is unnecessary to test it. [unsignedPositive]
open_jtalk-1.10/mecab/src/connector.h:56:45: style: Unsigned variable 'rid' can't be negative so it is unnecessary to test it. [unsignedPositive]
open_jtalk-1.10/mecab/src/mmap.h:210:0: warning: Member variable 'MeCab :: Mmap < short >::length' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/mmap.h:210:0: warning: Member variable 'MeCab :: Mmap < short >::flag' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/connector.h:29:8: performance: Technically the member function 'MeCab::Connector::clear' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/mmap.h:81:0: style: Technically the member function 'MeCab :: Mmap < short >::size' can be const. [functionConst]
open_jtalk-1.10/mecab/src/mmap.h:83:0: style: Technically the member function 'MeCab :: Mmap < short >::file_name' can be const. [functionConst]
open_jtalk-1.10/mecab/src/mmap.h:84:0: style: Technically the member function 'MeCab :: Mmap < short >::file_size' can be const. [functionConst]
open_jtalk-1.10/mecab/src/mmap.h:85:0: style: Technically the member function 'MeCab :: Mmap < short >::empty' can be const. [functionConst]
open_jtalk-1.10/mecab/src/context_id.h:45:17: style: Unsigned variable 'lid' can't be negative so it is unnecessary to test it. [unsignedPositive]
open_jtalk-1.10/mecab/src/context_id.h:46:17: style: Unsigned variable 'rid' can't be negative so it is unnecessary to test it. [unsignedPositive]
open_jtalk-1.10/mecab/src/context_id.h:44:8: style: Technically the member function 'MeCab::ContextID::is_valid' can be const. [functionConst]
open_jtalk-1.10/mecab/src/dictionary.cpp:76:35: style: Function 'open' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/dictionary.h:31:25: note: Function 'open' argument 1 names different: declaration 'filename' definition 'file'.
open_jtalk-1.10/mecab/src/dictionary.cpp:76:35: note: Function 'open' argument 1 names different: declaration 'filename' definition 'file'.
open_jtalk-1.10/mecab/src/darts.h:219:12: warning: Member variable 'DoubleArrayImpl::key_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/darts.h:219:12: warning: Member variable 'DoubleArrayImpl::key_size_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/darts.h:219:12: warning: Member variable 'DoubleArrayImpl::length_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/darts.h:219:12: warning: Member variable 'DoubleArrayImpl::value_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/darts.h:219:12: warning: Member variable 'DoubleArrayImpl::progress_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/darts.h:219:12: warning: Member variable 'DoubleArrayImpl::next_check_pos_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/darts.h:219:12: warning: Member variable 'DoubleArrayImpl::progress_func_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/dictionary.h:80:12: warning: Member variable 'Dictionary::version_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/dictionary.h:80:12: warning: Member variable 'Dictionary::type_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/dictionary.h:80:12: warning: Member variable 'Dictionary::lexsize_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/dictionary.h:80:12: warning: Member variable 'Dictionary::lsize_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/dictionary.h:80:12: warning: Member variable 'Dictionary::rsize_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/feature_index.h:92:1: style: The class 'DecoderFeatureIndex' does not have a constructor although it has private member variables. [noConstructor]
open_jtalk-1.10/mecab/src/darts.h:224:8: performance: Technically the member function 'MeCab::Darts::DoubleArrayImpl::set_result' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/darts.h:228:8: performance: Technically the member function 'MeCab::Darts::DoubleArrayImpl::set_result' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/darts.h:255:10: performance: Technically the member function 'MeCab::Darts::DoubleArrayImpl::unit_size' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/dictionary.h:65:10: performance: Technically the member function 'MeCab::Dictionary::token_size' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/feature_index.h:71:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open_jtalk-1.10/mecab/src/feature_index.h:26:16: note: Virtual function in base class
open_jtalk-1.10/mecab/src/feature_index.h:71:8: note: Function in derived class
open_jtalk-1.10/mecab/src/feature_index.h:72:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open_jtalk-1.10/mecab/src/feature_index.h:28:16: note: Virtual function in base class
open_jtalk-1.10/mecab/src/feature_index.h:72:8: note: Function in derived class
open_jtalk-1.10/mecab/src/feature_index.h:73:8: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open_jtalk-1.10/mecab/src/feature_index.h:27:16: note: Virtual function in base class
open_jtalk-1.10/mecab/src/feature_index.h:73:8: note: Function in derived class
open_jtalk-1.10/mecab/src/feature_index.h:83:8: style: The function 'buildFeature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open_jtalk-1.10/mecab/src/feature_index.h:29:16: note: Virtual function in base class
open_jtalk-1.10/mecab/src/feature_index.h:83:8: note: Function in derived class
open_jtalk-1.10/mecab/src/feature_index.h:89:7: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open_jtalk-1.10/mecab/src/feature_index.h:64:15: note: Virtual function in base class
open_jtalk-1.10/mecab/src/feature_index.h:89:7: note: Function in derived class
open_jtalk-1.10/mecab/src/feature_index.h:94:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open_jtalk-1.10/mecab/src/feature_index.h:26:16: note: Virtual function in base class
open_jtalk-1.10/mecab/src/feature_index.h:94:8: note: Function in derived class
open_jtalk-1.10/mecab/src/feature_index.h:95:8: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open_jtalk-1.10/mecab/src/feature_index.h:27:16: note: Virtual function in base class
open_jtalk-1.10/mecab/src/feature_index.h:95:8: note: Function in derived class
open_jtalk-1.10/mecab/src/feature_index.h:96:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open_jtalk-1.10/mecab/src/feature_index.h:28:16: note: Virtual function in base class
open_jtalk-1.10/mecab/src/feature_index.h:96:8: note: Function in derived class
open_jtalk-1.10/mecab/src/feature_index.h:97:8: style: The function 'buildFeature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open_jtalk-1.10/mecab/src/feature_index.h:29:16: note: Virtual function in base class
open_jtalk-1.10/mecab/src/feature_index.h:97:8: note: Function in derived class
open_jtalk-1.10/mecab/src/feature_index.h:107:7: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open_jtalk-1.10/mecab/src/feature_index.h:64:15: note: Virtual function in base class
open_jtalk-1.10/mecab/src/feature_index.h:107:7: note: Function in derived class
open_jtalk-1.10/mecab/src/darts.h:117:28: error: Uninitialized struct member: tmp_node.right [uninitStructMember]
open_jtalk-1.10/mecab/src/dictionary_rewriter.cpp:229:36: style: Function 'id' argument 1 names different: declaration 'key' definition 'feature'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/dictionary_rewriter.h:72:22: note: Function 'id' argument 1 names different: declaration 'key' definition 'feature'.
open_jtalk-1.10/mecab/src/dictionary_rewriter.cpp:229:36: note: Function 'id' argument 1 names different: declaration 'key' definition 'feature'.
open_jtalk-1.10/mecab/src/stream_wrapper.h:26:7: style: Class 'istream_wrapper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
open_jtalk-1.10/mecab/src/stream_wrapper.h:26:7: style: Class 'istream_wrapper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
open_jtalk-1.10/mecab/src/stream_wrapper.h:45:7: style: Class 'ostream_wrapper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
open_jtalk-1.10/mecab/src/stream_wrapper.h:45:7: style: Class 'ostream_wrapper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
open_jtalk-1.10/mecab/src/feature_index.cpp:150:12: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
open_jtalk-1.10/mecab/src/feature_index.cpp:604:20: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
open_jtalk-1.10/mecab/src/feature_index.cpp:219:46: style: Function 'strdup' argument 1 names different: declaration 'str' definition 'p'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/feature_index.h:41:34: note: Function 'strdup' argument 1 names different: declaration 'str' definition 'p'.
open_jtalk-1.10/mecab/src/feature_index.cpp:219:46: note: Function 'strdup' argument 1 names different: declaration 'str' definition 'p'.
open_jtalk-1.10/mecab/src/feature_index.cpp:529:40: style: Function 'compile' argument 2 names different: declaration 'text_filename' definition 'txtfile'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/feature_index.h:46:35: note: Function 'compile' argument 2 names different: declaration 'text_filename' definition 'txtfile'.
open_jtalk-1.10/mecab/src/feature_index.cpp:529:40: note: Function 'compile' argument 2 names different: declaration 'text_filename' definition 'txtfile'.
open_jtalk-1.10/mecab/src/feature_index.cpp:529:61: style: Function 'compile' argument 3 names different: declaration 'binary_filename' definition 'binfile'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/feature_index.h:46:62: note: Function 'compile' argument 3 names different: declaration 'binary_filename' definition 'binfile'.
open_jtalk-1.10/mecab/src/feature_index.cpp:529:61: note: Function 'compile' argument 3 names different: declaration 'binary_filename' definition 'binfile'.
open_jtalk-1.10/mecab/src/feature_index.cpp:539:40: style: Function 'convert' argument 2 names different: declaration 'text_filename' definition 'txtfile'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/feature_index.h:44:35: note: Function 'convert' argument 2 names different: declaration 'text_filename' definition 'txtfile'.
open_jtalk-1.10/mecab/src/feature_index.cpp:539:40: note: Function 'convert' argument 2 names different: declaration 'text_filename' definition 'txtfile'.
open_jtalk-1.10/mecab/src/feature_index.cpp:617:46: style: Function 'reopen' argument 2 names different: declaration 'charset' definition 'dic_charset'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/feature_index.h:76:27: note: Function 'reopen' argument 2 names different: declaration 'charset' definition 'dic_charset'.
open_jtalk-1.10/mecab/src/feature_index.cpp:617:46: note: Function 'reopen' argument 2 names different: declaration 'charset' definition 'dic_charset'.
open_jtalk-1.10/mecab/src/feature_index.h:38:8: style: Technically the member function 'MeCab::FeatureIndex::calcCost' can be const. [functionConst]
open_jtalk-1.10/mecab/src/feature_index.cpp:211:20: note: Technically the member function 'MeCab::FeatureIndex::calcCost' can be const.
open_jtalk-1.10/mecab/src/feature_index.h:38:8: note: Technically the member function 'MeCab::FeatureIndex::calcCost' can be const.
open_jtalk-1.10/mecab/src/feature_index.h:39:8: style: Technically the member function 'MeCab::FeatureIndex::calcCost' can be const. [functionConst]
open_jtalk-1.10/mecab/src/feature_index.cpp:203:20: note: Technically the member function 'MeCab::FeatureIndex::calcCost' can be const.
open_jtalk-1.10/mecab/src/feature_index.h:39:8: note: Technically the member function 'MeCab::FeatureIndex::calcCost' can be const.
open_jtalk-1.10/mecab/src/feature_index.h:65:15: performance: Technically the member function 'MeCab::FeatureIndex::getIndex' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/feature_index.cpp:33:27: note: Technically the member function 'MeCab::FeatureIndex::getIndex' can be static.
open_jtalk-1.10/mecab/src/feature_index.h:65:15: note: Technically the member function 'MeCab::FeatureIndex::getIndex' can be static.
open_jtalk-1.10/mecab/src/iconv_utils.h:83:8: style: Technically the member function 'MeCab::Iconv::convert' can be const. [functionConst]
open_jtalk-1.10/mecab/src/iconv_utils.cpp:162:13: note: Technically the member function 'MeCab::Iconv::convert' can be const.
open_jtalk-1.10/mecab/src/iconv_utils.h:83:8: note: Technically the member function 'MeCab::Iconv::convert' can be const.
open_jtalk-1.10/mecab/src/tokenizer.h:26:0: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
open_jtalk-1.10/mecab/src/learner_tagger.h:26:12: warning: Member variable 'LearnerTagger::allocator_' is not initialized in the constructor. [uninitMemberVar]
open_jtalk-1.10/mecab/src/nbest_generator.h:26:16: style: Technically the member function 'MeCab::NBestGenerator::QueueElementComp::operator()' can be const. [functionConst]
open_jtalk-1.10/mecab/src/learner_tagger.h:23:8: performance: Technically the member function 'MeCab::LearnerTagger::close' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/learner_tagger.h:24:8: performance: Technically the member function 'MeCab::LearnerTagger::clear' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/thread.h:209:8: performance: Technically the member function 'MeCab::thread::start' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/thread.h:225:8: performance: Technically the member function 'MeCab::thread::join' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/tokenizer.h:67:0: performance: Technically the member function 'MeCab :: Allocator < mecab_node_t , mecab_path_t >::results_size' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/tokenizer.h:67:0: performance: Technically the member function 'MeCab :: Allocator < LearnerNode , mecab_learner_path_t >::results_size' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/learner_tagger.cpp:30:70: style: Function 'open' argument 1 names different: declaration 'tokenzier' definition 'tokenizer'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/learner_tagger.h:51:50: note: Function 'open' argument 1 names different: declaration 'tokenzier' definition 'tokenizer'.
open_jtalk-1.10/mecab/src/learner_tagger.cpp:30:70: note: Function 'open' argument 1 names different: declaration 'tokenzier' definition 'tokenizer'.
open_jtalk-1.10/mecab/src/libmecab.cpp:168:37: style: Function 'mecab_strerror' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:434:58: note: Function 'mecab_strerror' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:168:37: note: Function 'mecab_strerror' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:175:29: style: Function 'mecab_destroy' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:439:57: note: Function 'mecab_destroy' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:175:29: note: Function 'mecab_destroy' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:181:33: style: Function 'mecab_get_partial' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:444:61: note: Function 'mecab_get_partial' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:181:33: note: Function 'mecab_get_partial' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:185:33: style: Function 'mecab_set_partial' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:449:61: note: Function 'mecab_set_partial' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:185:33: note: Function 'mecab_set_partial' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:189:33: style: Function 'mecab_get_theta' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:454:59: note: Function 'mecab_get_theta' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:189:33: note: Function 'mecab_get_theta' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:193:31: style: Function 'mecab_set_theta' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:459:59: note: Function 'mecab_set_theta' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:193:31: note: Function 'mecab_set_theta' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:197:39: style: Function 'mecab_get_lattice_level' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:464:67: note: Function 'mecab_get_lattice_level' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:197:39: note: Function 'mecab_get_lattice_level' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:201:39: style: Function 'mecab_set_lattice_level' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:469:67: note: Function 'mecab_set_lattice_level' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:201:39: note: Function 'mecab_set_lattice_level' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:205:35: style: Function 'mecab_get_all_morphs' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:474:64: note: Function 'mecab_get_all_morphs' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:205:35: note: Function 'mecab_get_all_morphs' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:210:36: style: Function 'mecab_set_all_morphs' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:479:64: note: Function 'mecab_set_all_morphs' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:210:36: note: Function 'mecab_set_all_morphs' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:214:41: style: Function 'mecab_sparse_tostr' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:489:62: note: Function 'mecab_sparse_tostr' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:214:41: note: Function 'mecab_sparse_tostr' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:218:42: style: Function 'mecab_sparse_tostr2' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:494:63: note: Function 'mecab_sparse_tostr2' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:218:42: note: Function 'mecab_sparse_tostr2' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:222:36: style: Function 'mecab_sparse_tostr3' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:499:63: note: Function 'mecab_sparse_tostr3' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:222:36: note: Function 'mecab_sparse_tostr3' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:223:33: style: Function 'mecab_sparse_tostr3' argument 4 names different: declaration 'ostr' definition 'out'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:500:60: note: Function 'mecab_sparse_tostr3' argument 4 names different: declaration 'ostr' definition 'out'.
open_jtalk-1.10/mecab/src/libmecab.cpp:223:33: note: Function 'mecab_sparse_tostr3' argument 4 names different: declaration 'ostr' definition 'out'.
open_jtalk-1.10/mecab/src/libmecab.cpp:223:45: style: Function 'mecab_sparse_tostr3' argument 5 names different: declaration 'olen' definition 'len2'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:500:73: note: Function 'mecab_sparse_tostr3' argument 5 names different: declaration 'olen' definition 'len2'.
open_jtalk-1.10/mecab/src/libmecab.cpp:223:45: note: Function 'mecab_sparse_tostr3' argument 5 names different: declaration 'olen' definition 'len2'.
open_jtalk-1.10/mecab/src/libmecab.cpp:229:50: style: Function 'mecab_sparse_tonode' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:505:69: note: Function 'mecab_sparse_tonode' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:229:50: note: Function 'mecab_sparse_tonode' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:234:51: style: Function 'mecab_sparse_tonode2' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:510:70: note: Function 'mecab_sparse_tonode2' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:234:51: note: Function 'mecab_sparse_tonode2' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:240:47: style: Function 'mecab_nbest_sparse_tostr' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:515:68: note: Function 'mecab_nbest_sparse_tostr' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:240:47: note: Function 'mecab_nbest_sparse_tostr' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:245:48: style: Function 'mecab_nbest_sparse_tostr2' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:520:69: note: Function 'mecab_nbest_sparse_tostr2' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:245:48: note: Function 'mecab_nbest_sparse_tostr2' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:251:42: style: Function 'mecab_nbest_sparse_tostr3' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:526:69: note: Function 'mecab_nbest_sparse_tostr3' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:251:42: note: Function 'mecab_nbest_sparse_tostr3' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:253:39: style: Function 'mecab_nbest_sparse_tostr3' argument 5 names different: declaration 'ostr' definition 'out'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:528:66: note: Function 'mecab_nbest_sparse_tostr3' argument 5 names different: declaration 'ostr' definition 'out'.
open_jtalk-1.10/mecab/src/libmecab.cpp:253:39: note: Function 'mecab_nbest_sparse_tostr3' argument 5 names different: declaration 'ostr' definition 'out'.
open_jtalk-1.10/mecab/src/libmecab.cpp:253:51: style: Function 'mecab_nbest_sparse_tostr3' argument 6 names different: declaration 'olen' definition 'len2'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:528:79: note: Function 'mecab_nbest_sparse_tostr3' argument 6 names different: declaration 'olen' definition 'len2'.
open_jtalk-1.10/mecab/src/libmecab.cpp:253:51: note: Function 'mecab_nbest_sparse_tostr3' argument 6 names different: declaration 'olen' definition 'len2'.
open_jtalk-1.10/mecab/src/libmecab.cpp:259:31: style: Function 'mecab_nbest_init' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:533:60: note: Function 'mecab_nbest_init' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:259:31: note: Function 'mecab_nbest_init' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:264:32: style: Function 'mecab_nbest_init2' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:538:61: note: Function 'mecab_nbest_init2' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:264:32: note: Function 'mecab_nbest_init2' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:269:45: style: Function 'mecab_nbest_next_tostr' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:543:66: note: Function 'mecab_nbest_next_tostr' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:269:45: note: Function 'mecab_nbest_next_tostr' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:273:40: style: Function 'mecab_nbest_next_tostr2' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:548:67: note: Function 'mecab_nbest_next_tostr2' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:273:40: note: Function 'mecab_nbest_next_tostr2' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:273:54: style: Function 'mecab_nbest_next_tostr2' argument 2 names different: declaration 'ostr' definition 'out'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:548:80: note: Function 'mecab_nbest_next_tostr2' argument 2 names different: declaration 'ostr' definition 'out'.
open_jtalk-1.10/mecab/src/libmecab.cpp:273:54: note: Function 'mecab_nbest_next_tostr2' argument 2 names different: declaration 'ostr' definition 'out'.
open_jtalk-1.10/mecab/src/libmecab.cpp:273:66: style: Function 'mecab_nbest_next_tostr2' argument 3 names different: declaration 'olen' definition 'len2'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:548:93: note: Function 'mecab_nbest_next_tostr2' argument 3 names different: declaration 'olen' definition 'len2'.
open_jtalk-1.10/mecab/src/libmecab.cpp:273:66: note: Function 'mecab_nbest_next_tostr2' argument 3 names different: declaration 'olen' definition 'len2'.
open_jtalk-1.10/mecab/src/libmecab.cpp:278:54: style: Function 'mecab_nbest_next_tonode' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:553:73: note: Function 'mecab_nbest_next_tonode' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:278:54: note: Function 'mecab_nbest_next_tonode' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:283:40: style: Function 'mecab_format_node' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:558:61: note: Function 'mecab_format_node' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:283:40: note: Function 'mecab_format_node' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:283:68: style: Function 'mecab_format_node' argument 2 names different: declaration 'node' definition 'n'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:558:88: note: Function 'mecab_format_node' argument 2 names different: declaration 'node' definition 'n'.
open_jtalk-1.10/mecab/src/libmecab.cpp:283:68: note: Function 'mecab_format_node' argument 2 names different: declaration 'node' definition 'n'.
open_jtalk-1.10/mecab/src/libmecab.cpp:287:63: style: Function 'mecab_dictionary_info' argument 1 names different: declaration 'mecab' definition 'tagger'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:563:82: note: Function 'mecab_dictionary_info' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/libmecab.cpp:287:63: note: Function 'mecab_dictionary_info' argument 1 names different: declaration 'mecab' definition 'tagger'.
open_jtalk-1.10/mecab/src/mecab.cpp:194:8: style: The scope of the variable 'i' can be reduced. [variableScope]
open_jtalk-1.10/mecab/src/param.cpp:151:55: style: Function 'open' argument 3 names different: declaration 'opt' definition 'opts'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/param.h:55:51: note: Function 'open' argument 3 names different: declaration 'opt' definition 'opts'.
open_jtalk-1.10/mecab/src/param.cpp:151:55: note: Function 'open' argument 3 names different: declaration 'opt' definition 'opts'.
open_jtalk-1.10/mecab/src/param.cpp:253:49: style: Function 'open' argument 2 names different: declaration 'opt' definition 'opts'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/param.h:56:45: note: Function 'open' argument 2 names different: declaration 'opt' definition 'opts'.
open_jtalk-1.10/mecab/src/param.cpp:253:49: note: Function 'open' argument 2 names different: declaration 'opt' definition 'opts'.
open_jtalk-1.10/mecab/src/param.cpp:111:17: style: Variable 'ifs' is assigned a value that is never used. [unreadVariable]
open_jtalk-1.10/mecab/src/tagger.cpp:1059:34: style: Function 'createTagger' argument 1 names different: declaration 'arg' definition 'argv'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/mecab.h:1516:56: note: Function 'createTagger' argument 1 names different: declaration 'arg' definition 'argv'.
open_jtalk-1.10/mecab/src/tagger.cpp:1059:34: note: Function 'createTagger' argument 1 names different: declaration 'arg' definition 'argv'.
open_jtalk-1.10/mecab/src/tokenizer.h:67:0: performance: Technically the member function 'MeCab :: Allocator < Node , Path >::results_size' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/viterbi.h:24:8: performance: Technically the member function 'MeCab::Viterbi::analyze' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/viterbi.cpp:70:15: note: Technically the member function 'MeCab::Viterbi::analyze' can be static.
open_jtalk-1.10/mecab/src/viterbi.h:24:8: note: Technically the member function 'MeCab::Viterbi::analyze' can be static.
open_jtalk-1.10/mecab/src/writer.cpp:110:52: style: Function 'write' argument 2 names different: declaration 'node' definition 'os'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/writer.h:34:46: note: Function 'write' argument 2 names different: declaration 'node' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:110:52: note: Function 'write' argument 2 names different: declaration 'node' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:117:59: style: Function 'writeLattice' argument 2 names different: declaration 's' definition 'os'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/writer.h:46:53: note: Function 'writeLattice' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:117:59: note: Function 'writeLattice' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:128:58: style: Function 'writeWakati' argument 2 names different: declaration 's' definition 'os'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/writer.h:47:52: note: Function 'writeWakati' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:128:58: note: Function 'writeWakati' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:138:56: style: Function 'writeNone' argument 2 names different: declaration 's' definition 'os'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/writer.h:48:50: note: Function 'writeNone' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:138:56: note: Function 'writeNone' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:142:54: style: Function 'writeEM' argument 2 names different: declaration 's' definition 'os'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/writer.h:51:48: note: Function 'writeEM' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:142:54: note: Function 'writeEM' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:167:56: style: Function 'writeDump' argument 2 names different: declaration 's' definition 'os'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/writer.h:50:50: note: Function 'writeDump' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:167:56: note: Function 'writeDump' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:201:56: style: Function 'writeUser' argument 2 names different: declaration 's' definition 'os'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/writer.h:49:50: note: Function 'writeUser' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:201:56: note: Function 'writeUser' argument 2 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:220:38: style: Function 'writeNode' argument 3 names different: declaration 's' definition 'os'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/writer.h:32:32: note: Function 'writeNode' argument 3 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:220:38: note: Function 'writeNode' argument 3 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:237:36: style: Function 'writeNode' argument 2 names different: declaration 'format' definition 'p'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/writer.h:28:30: note: Function 'writeNode' argument 2 names different: declaration 'format' definition 'p'.
open_jtalk-1.10/mecab/src/writer.cpp:237:36: note: Function 'writeNode' argument 2 names different: declaration 'format' definition 'p'.
open_jtalk-1.10/mecab/src/writer.cpp:239:38: style: Function 'writeNode' argument 4 names different: declaration 's' definition 'os'. [funcArgNamesDifferent]
open_jtalk-1.10/mecab/src/writer.h:29:50: note: Function 'writeNode' argument 4 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.cpp:239:38: note: Function 'writeNode' argument 4 names different: declaration 's' definition 'os'.
open_jtalk-1.10/mecab/src/writer.h:27:8: performance: Technically the member function 'MeCab::Writer::writeNode' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/writer.cpp:236:14: note: Technically the member function 'MeCab::Writer::writeNode' can be static.
open_jtalk-1.10/mecab/src/writer.h:27:8: note: Technically the member function 'MeCab::Writer::writeNode' can be static.
open_jtalk-1.10/mecab/src/writer.h:46:8: performance: Technically the member function 'MeCab::Writer::writeLattice' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/writer.cpp:117:14: note: Technically the member function 'MeCab::Writer::writeLattice' can be static.
open_jtalk-1.10/mecab/src/writer.h:46:8: note: Technically the member function 'MeCab::Writer::writeLattice' can be static.
open_jtalk-1.10/mecab/src/writer.h:47:8: performance: Technically the member function 'MeCab::Writer::writeWakati' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/writer.cpp:128:14: note: Technically the member function 'MeCab::Writer::writeWakati' can be static.
open_jtalk-1.10/mecab/src/writer.h:47:8: note: Technically the member function 'MeCab::Writer::writeWakati' can be static.
open_jtalk-1.10/mecab/src/writer.h:48:8: performance: Technically the member function 'MeCab::Writer::writeNone' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/writer.cpp:138:14: note: Technically the member function 'MeCab::Writer::writeNone' can be static.
open_jtalk-1.10/mecab/src/writer.h:48:8: note: Technically the member function 'MeCab::Writer::writeNone' can be static.
open_jtalk-1.10/mecab/src/writer.h:50:8: performance: Technically the member function 'MeCab::Writer::writeDump' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/writer.cpp:167:14: note: Technically the member function 'MeCab::Writer::writeDump' can be static.
open_jtalk-1.10/mecab/src/writer.h:50:8: note: Technically the member function 'MeCab::Writer::writeDump' can be static.
open_jtalk-1.10/mecab/src/writer.h:51:8: performance: Technically the member function 'MeCab::Writer::writeEM' can be static. [functionStatic]
open_jtalk-1.10/mecab/src/writer.cpp:142:14: note: Technically the member function 'MeCab::Writer::writeEM' can be static.
open_jtalk-1.10/mecab/src/writer.h:51:8: note: Technically the member function 'MeCab::Writer::writeEM' can be static.
open_jtalk-1.10/mecab2njd/mecab2njd.c:63:13: style: The scope of the variable 'node' can be reduced. [variableScope]
open_jtalk-1.10/njd/njd.c:354:22: style: Function 'NJD_clear' argument 1 names different: declaration 'wl' definition 'njd'. [funcArgNamesDifferent]
open_jtalk-1.10/njd/njd.h:133:22: note: Function 'NJD_clear' argument 1 names different: declaration 'wl' definition 'njd'.
open_jtalk-1.10/njd/njd.c:354:22: note: Function 'NJD_clear' argument 1 names different: declaration 'wl' definition 'njd'.
open_jtalk-1.10/njd/njd_node.c:571:67: error: Undefined behavior: Variable 'buff' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
open_jtalk-1.10/njd2jpcommon/njd2jpcommon.c:79:0: error: #error CHARSET is not specified [preprocessorErrorDirective]
open_jtalk-1.10/njd_set_accent_phrase/njd_set_accent_phrase.c:78:0: error: #error CHARSET is not specified [preprocessorErrorDirective]
open_jtalk-1.10/njd_set_accent_type/njd_set_accent_type.c:79:0: error: #error CHARSET is not specified [preprocessorErrorDirective]
open_jtalk-1.10/njd_set_digit/njd_set_digit.c:79:0: error: #error CHARSET is not specified [preprocessorErrorDirective]
open_jtalk-1.10/njd_set_long_vowel/njd_set_long_vowel.c:79:0: error: #error CHARSET is not specified [preprocessorErrorDirective]
open_jtalk-1.10/njd_set_pronunciation/njd_set_pronunciation.c:79:0: error: #error CHARSET is not specified [preprocessorErrorDirective]
open_jtalk-1.10/njd_set_unvoiced_vowel/njd_set_unvoiced_vowel.c:79:0: error: #error CHARSET is not specified [preprocessorErrorDirective]
open_jtalk-1.10/text2mecab/text2mecab.c:77:0: error: #error CHARSET is not specified [preprocessorErrorDirective]
[12:35]

ftp://ftp.se.debian.org/debian/pool/main/o/open-vm-tools/open-vm-tools_9.4.6-1770165.orig.tar.gz
open-vm-tools-9.4.6-1770165/hgfsclient/hgfsclient.c:258:18: style: The scope of the variable 'fileName' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/appUtil/appUtil.c:63:4: style: Variable 'capsStr' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/appUtil/appUtil.c:56:0: note: Variable 'capsStr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/appUtil/appUtil.c:63:4: note: Variable 'capsStr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/appUtil/appUtilX11.c:36:0: error: #error "Gtk 2.0 is required" [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorGcc32.c:140:33: style: Function 'BackdoorHbIn' argument 1 names different: declaration 'bp' definition 'myBp'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorInt.h:39:38: note: Function 'BackdoorHbIn' argument 1 names different: declaration 'bp' definition 'myBp'.
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorGcc32.c:140:33: note: Function 'BackdoorHbIn' argument 1 names different: declaration 'bp' definition 'myBp'.
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorGcc32.c:189:34: style: Function 'BackdoorHbOut' argument 1 names different: declaration 'bp' definition 'myBp'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorInt.h:40:39: note: Function 'BackdoorHbOut' argument 1 names different: declaration 'bp' definition 'myBp'.
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorGcc32.c:189:34: note: Function 'BackdoorHbOut' argument 1 names different: declaration 'bp' definition 'myBp'.
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorGcc64.c:140:33: style: Function 'BackdoorHbIn' argument 1 names different: declaration 'bp' definition 'myBp'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorInt.h:39:38: note: Function 'BackdoorHbIn' argument 1 names different: declaration 'bp' definition 'myBp'.
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorGcc64.c:140:33: note: Function 'BackdoorHbIn' argument 1 names different: declaration 'bp' definition 'myBp'.
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorGcc64.c:193:34: style: Function 'BackdoorHbOut' argument 1 names different: declaration 'bp' definition 'myBp'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorInt.h:40:39: note: Function 'BackdoorHbOut' argument 1 names different: declaration 'bp' definition 'myBp'.
open-vm-tools-9.4.6-1770165/lib/backdoor/backdoorGcc64.c:193:34: note: Function 'BackdoorHbOut' argument 1 names different: declaration 'bp' definition 'myBp'.
open-vm-tools-9.4.6-1770165/lib/file/file.c:524:13: style: Condition 'q==NULL' is always true [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/lib/file/file.c:521:11: note: Assignment 'q=NULL', assigned value is 0
open-vm-tools-9.4.6-1770165/lib/file/file.c:524:13: note: Condition 'q==NULL' is always true
open-vm-tools-9.4.6-1770165/lib/file/file.c:524:13: style: Same expression on both sides of '==' because the value of 'q' and 'NULL' are the same. [duplicateExpression]
open-vm-tools-9.4.6-1770165/lib/file/file.c:521:11: note: 'q' is assigned value 'NULL' here.
open-vm-tools-9.4.6-1770165/lib/file/file.c:524:13: note: Same expression on both sides of '==' because the value of 'q' and 'NULL' are the same.
open-vm-tools-9.4.6-1770165/lib/file/file.c:636:30: style: Function 'FileLockMachineIDMatch' argument 1 names different: declaration 'host' definition 'hostMachineID'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/file/fileInt.h:224:35: note: Function 'FileLockMachineIDMatch' argument 1 names different: declaration 'host' definition 'hostMachineID'.
open-vm-tools-9.4.6-1770165/lib/file/file.c:636:30: note: Function 'FileLockMachineIDMatch' argument 1 names different: declaration 'host' definition 'hostMachineID'.
open-vm-tools-9.4.6-1770165/lib/file/file.c:637:30: style: Function 'FileLockMachineIDMatch' argument 2 names different: declaration 'second' definition 'otherMachineID'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/file/fileInt.h:225:35: note: Function 'FileLockMachineIDMatch' argument 2 names different: declaration 'second' definition 'otherMachineID'.
open-vm-tools-9.4.6-1770165/lib/file/file.c:637:30: note: Function 'FileLockMachineIDMatch' argument 2 names different: declaration 'second' definition 'otherMachineID'.
open-vm-tools-9.4.6-1770165/lib/file/fileIO.c:703:4: style: Variable 'tempPath' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/file/fileIO.c:692:0: note: Variable 'tempPath' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/file/fileIO.c:703:4: note: Variable 'tempPath' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/file/fileIO.c:960:16: style: Variable 'newAccess' is assigned a value that is never used. [unreadVariable]
open-vm-tools-9.4.6-1770165/lib/file/fileIOPosix.c:821:37: style: Function 'FileIOCreateRetry' argument 1 names different: declaration 'fd' definition 'file'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/file/fileInt.h:256:37: note: Function 'FileIOCreateRetry' argument 1 names different: declaration 'fd' definition 'file'.
open-vm-tools-9.4.6-1770165/lib/file/fileIOPosix.c:821:37: note: Function 'FileIOCreateRetry' argument 1 names different: declaration 'fd' definition 'file'.
open-vm-tools-9.4.6-1770165/lib/file/fileLockPrimitive.c:757:18: style: The scope of the variable 'buffer' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/file/fileLockPrimitive.c:296:29: style: Function 'FileLockMemberValues' argument 4 names different: declaration 'size' definition 'requiredSize'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/file/fileInt.h:230:33: note: Function 'FileLockMemberValues' argument 4 names different: declaration 'size' definition 'requiredSize'.
open-vm-tools-9.4.6-1770165/lib/file/fileLockPrimitive.c:296:29: note: Function 'FileLockMemberValues' argument 4 names different: declaration 'size' definition 'requiredSize'.
open-vm-tools-9.4.6-1770165/lib/file/fileLockPrimitive.c:1832:32: style: Function 'FileLockIntrinsic' argument 1 names different: declaration 'filePathName' definition 'pathName'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/file/fileInt.h:233:47: note: Function 'FileLockIntrinsic' argument 1 names different: declaration 'filePathName' definition 'pathName'.
open-vm-tools-9.4.6-1770165/lib/file/fileLockPrimitive.c:1832:32: note: Function 'FileLockIntrinsic' argument 1 names different: declaration 'filePathName' definition 'pathName'.
open-vm-tools-9.4.6-1770165/lib/file/fileLockPrimitive.c:2022:31: style: Function 'FileLockIsLocked' argument 1 names different: declaration 'filePath' definition 'pathName'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/file/fileInt.h:240:36: note: Function 'FileLockIsLocked' argument 1 names different: declaration 'filePath' definition 'pathName'.
open-vm-tools-9.4.6-1770165/lib/file/fileLockPrimitive.c:2022:31: note: Function 'FileLockIsLocked' argument 1 names different: declaration 'filePath' definition 'pathName'.
open-vm-tools-9.4.6-1770165/lib/file/fileStandAlone.c:571:13: style: The scope of the variable 'newPath' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/file/fileStandAlone.c:726:12: style: The scope of the variable 'arguments' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/file/fileTemp.c:161:7: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/file/fileTemp.c:145:7: note: Variable 'path' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/file/fileTemp.c:161:7: note: Variable 'path' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/file/fileTempPosix.c:84:10: style: The scope of the variable 'edirName' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryMsg.c:1162:5: warning: Either the condition 'NULL!=userNameResult' is redundant or there is possible null pointer dereference: userNameResult. [nullPointerRedundantCheck]
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryMsg.c:1143:13: note: Assuming that condition 'NULL!=userNameResult' is not redundant
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryMsg.c:1162:5: note: Null pointer dereference
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryMsg.c:1164:5: warning: Either the condition 'NULL!=passwordResult' is redundant or there is possible null pointer dereference: passwordResult. [nullPointerRedundantCheck]
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryMsg.c:1153:13: note: Assuming that condition 'NULL!=passwordResult' is not redundant
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryMsg.c:1164:5: note: Null pointer dereference
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryMsg.c:1243:4: style: Variable 'base64String' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryMsg.c:1233:0: note: Variable 'base64String' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryMsg.c:1243:4: note: Variable 'base64String' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryMsg.c:652:10: style: The scope of the variable 'destPtr' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryPropertyListCommon.c:1562:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryPropertyListCommon.c:1558:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/foundryMsg/foundryPropertyListCommon.c:1562:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/foundryMsg/vixTranslateErrOpenSource.c:182:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/foundryMsg/vixTranslateErrOpenSource.c:109:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/foundryMsg/vixTranslateErrOpenSource.c:182:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/glibUtils/fileLogger.c:313:24: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
open-vm-tools-9.4.6-1770165/lib/glibUtils/fileLogger.c:312:21: note: outer condition: logger->file==NULL
open-vm-tools-9.4.6-1770165/lib/glibUtils/fileLogger.c:313:24: note: identical inner condition: logger->file==NULL
open-vm-tools-9.4.6-1770165/lib/glibUtils/fileLogger.c:399:4: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/glibUtils/fileLogger.c:395:0: note: Variable 'data' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/glibUtils/fileLogger.c:399:4: note: Variable 'data' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/glibUtils/fileLogger.c:230:17: style: The scope of the variable 'log' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/guestApp/guestApp.c:224:4: style: Variable 'pathUtf8' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/guestApp/guestApp.c:200:0: note: Variable 'pathUtf8' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/guestApp/guestApp.c:224:4: note: Variable 'pathUtf8' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfs/hgfsEscape.c:874:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfs/hgfsEscape.c:871:33: style: Function 'HgfsEscapeUndoComponent' argument 2 names different: declaration 'totalLength' definition 'unprocessedLength'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfs/hgfsEscape.c:146:58: note: Function 'HgfsEscapeUndoComponent' argument 2 names different: declaration 'totalLength' definition 'unprocessedLength'.
open-vm-tools-9.4.6-1770165/lib/hgfs/hgfsEscape.c:871:33: note: Function 'HgfsEscapeUndoComponent' argument 2 names different: declaration 'totalLength' definition 'unprocessedLength'.
open-vm-tools-9.4.6-1770165/lib/hgfsHelper/hgfsHelperPosix.c:28:0: error: #error This file should not be compiled [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsDirNotifyStub.c:99:48: style: Function 'HgfsNotify_Deactivate' argument 1 names different: declaration 'mode' definition 'reason'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsDirNotify.h:60:53: note: Function 'HgfsNotify_Deactivate' argument 1 names different: declaration 'mode' definition 'reason'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsDirNotifyStub.c:99:48: note: Function 'HgfsNotify_Deactivate' argument 1 names different: declaration 'mode' definition 'reason'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsDirNotifyStub.c:121:46: style: Function 'HgfsNotify_Activate' argument 1 names different: declaration 'mode' definition 'reason'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsDirNotify.h:61:51: note: Function 'HgfsNotify_Activate' argument 1 names different: declaration 'mode' definition 'reason'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsDirNotifyStub.c:121:46: note: Function 'HgfsNotify_Activate' argument 1 names different: declaration 'mode' definition 'reason'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsDirNotifyStub.c:170:49: warning: Function 'HgfsNotify_AddSubscriber' argument order different: declaration 'sharedFolder, path, eventFilter, recursive, , session, , , ' definition 'sharedFolder, path, eventFilter, recursive, sharedFolder, subscriber, name, mask, session' [funcArgOrderDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsDirNotify.h:65:70: note: Function 'HgfsNotify_AddSubscriber' argument order different: declaration 'sharedFolder, path, eventFilter, recursive, , session, , , ' definition 'sharedFolder, path, eventFilter, recursive, sharedFolder, subscriber, name, mask, session'
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsDirNotifyStub.c:170:49: note: Function 'HgfsNotify_AddSubscriber' argument order different: declaration 'sharedFolder, path, eventFilter, recursive, , session, , , ' definition 'sharedFolder, path, eventFilter, recursive, sharedFolder, subscriber, name, mask, session'
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:661:4: style: Variable 'fileNode' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:658:0: note: Variable 'fileNode' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:661:4: note: Variable 'fileNode' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:706:4: style: Variable 'fileNode' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:703:0: note: Variable 'fileNode' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:706:4: note: Variable 'fileNode' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:750:4: style: Variable 'fileNode' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:745:0: note: Variable 'fileNode' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:750:4: note: Variable 'fileNode' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:1147:4: style: Variable 'original' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:1140:0: note: Variable 'original' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:1147:4: note: Variable 'original' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:2326:4: style: Variable 'original' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:2320:0: note: Variable 'original' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:2326:4: note: Variable 'original' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5232:4: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5219:0: note: Variable 'search' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5232:4: note: Variable 'search' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5310:4: style: Variable 'search' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5300:0: note: Variable 'search' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5310:4: note: Variable 'search' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5361:4: style: Variable 'removed' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5358:0: note: Variable 'removed' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5361:4: note: Variable 'removed' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5392:4: style: Variable 'cached' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5389:0: note: Variable 'cached' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5392:4: note: Variable 'cached' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5503:4: style: Variable 'added' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5500:0: note: Variable 'added' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5503:4: note: Variable 'added' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:1034:11: style: The scope of the variable 'nameSize' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:1548:17: style: The scope of the variable 'newNumNodes' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:1549:17: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:2137:17: style: The scope of the variable 'newNumSearches' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:2138:17: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:2442:17: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:2686:18: style: The scope of the variable 'fileNode' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:5690:19: style: The scope of the variable 'payload' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:6123:9: style: The scope of the variable 'localTargetName' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:7996:11: style: The scope of the variable 'bytesRemaining' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:2510:29: style: Function 'HgfsRemoveSearch' argument 1 names different: declaration 'searchHandle' definition 'handle'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:553:29: note: Function 'HgfsRemoveSearch' argument 1 names different: declaration 'searchHandle' definition 'handle'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:2510:29: note: Function 'HgfsRemoveSearch' argument 1 names different: declaration 'searchHandle' definition 'handle'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:3201:59: style: Function 'HgfsServerTransportRemoveSessionFromList' argument 2 names different: declaration 'sessionInfo' definition 'session'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:231:71: note: Function 'HgfsServerTransportRemoveSessionFromList' argument 2 names different: declaration 'sessionInfo' definition 'session'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:3201:59: note: Function 'HgfsServerTransportRemoveSessionFromList' argument 2 names different: declaration 'sessionInfo' definition 'session'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:3232:54: style: Function 'HgfsServerTransportAddSessionToList' argument 2 names different: declaration 'sessionInfo' definition 'session'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:624:73: note: Function 'HgfsServerTransportAddSessionToList' argument 2 names different: declaration 'sessionInfo' definition 'session'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:3232:54: note: Function 'HgfsServerTransportAddSessionToList' argument 2 names different: declaration 'sessionInfo' definition 'session'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:3753:33: style: Function 'HgfsServerSessionConnect' argument 3 names different: declaration 'channelCapabililies' definition 'channelCapabilities'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:186:45: note: Function 'HgfsServerSessionConnect' argument 3 names different: declaration 'channelCapabililies' definition 'channelCapabilities'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:3753:33: note: Function 'HgfsServerSessionConnect' argument 3 names different: declaration 'channelCapabililies' definition 'channelCapabilities'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:3754:33: style: Function 'HgfsServerSessionConnect' argument 4 names different: declaration 'clientData' definition 'transportSessionData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:187:45: note: Function 'HgfsServerSessionConnect' argument 4 names different: declaration 'clientData' definition 'transportSessionData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:3754:33: note: Function 'HgfsServerSessionConnect' argument 4 names different: declaration 'clientData' definition 'transportSessionData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:4964:42: style: Function 'HgfsServerIsSharedFolderOnly' argument 1 names different: declaration 'in' definition 'cpName'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:589:42: note: Function 'HgfsServerIsSharedFolderOnly' argument 1 names different: declaration 'in' definition 'cpName'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:4964:42: note: Function 'HgfsServerIsSharedFolderOnly' argument 1 names different: declaration 'in' definition 'cpName'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:4965:37: style: Function 'HgfsServerIsSharedFolderOnly' argument 2 names different: declaration 'inSize' definition 'cpNameSize'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:590:37: note: Function 'HgfsServerIsSharedFolderOnly' argument 2 names different: declaration 'inSize' definition 'cpNameSize'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:4965:37: note: Function 'HgfsServerIsSharedFolderOnly' argument 2 names different: declaration 'inSize' definition 'cpNameSize'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:7546:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:7555:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServer.c:6508:10: error: Uninitialized variable: targetFileDesc [uninitvar]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:1509:4: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:1496:0: note: Variable 'dir' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:1509:4: note: Variable 'dir' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:1832:8: style: The scope of the variable 'error' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:964:31: style: Function 'HgfsPlatformValidateOpen' argument 2 names different: declaration 'followLinks' definition 'followSymlinks'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:1226:31: note: Function 'HgfsPlatformValidateOpen' argument 2 names different: declaration 'followLinks' definition 'followSymlinks'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:964:31: note: Function 'HgfsPlatformValidateOpen' argument 2 names different: declaration 'followLinks' definition 'followSymlinks'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:967:36: style: Function 'HgfsPlatformValidateOpen' argument 5 names different: declaration 'newHandle' definition 'fileDesc'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:1229:36: note: Function 'HgfsPlatformValidateOpen' argument 5 names different: declaration 'newHandle' definition 'fileDesc'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:967:36: note: Function 'HgfsPlatformValidateOpen' argument 5 names different: declaration 'newHandle' definition 'fileDesc'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:3077:35: style: Function 'HgfsPlatformSetattrFromName' argument 1 names different: declaration 'utf8Name' definition 'localName'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:1220:35: note: Function 'HgfsPlatformSetattrFromName' argument 1 names different: declaration 'utf8Name' definition 'localName'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:3077:35: note: Function 'HgfsPlatformSetattrFromName' argument 1 names different: declaration 'utf8Name' definition 'localName'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:4004:42: style: Function 'HgfsPlatformDeleteDirByHandle' argument 1 names different: declaration 'dir' definition 'file'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:1201:42: note: Function 'HgfsPlatformDeleteDirByHandle' argument 1 names different: declaration 'dir' definition 'file'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:4004:42: note: Function 'HgfsPlatformDeleteDirByHandle' argument 1 names different: declaration 'dir' definition 'file'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:4047:30: style: Function 'HgfsPlatformFileExists' argument 1 names different: declaration 'utf8LocalName' definition 'localTargetName'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:1177:30: note: Function 'HgfsPlatformFileExists' argument 1 names different: declaration 'utf8LocalName' definition 'localTargetName'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:4047:30: note: Function 'HgfsPlatformFileExists' argument 1 names different: declaration 'utf8LocalName' definition 'localTargetName'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:4254:29: style: Function 'HgfsServerHasSymlink' argument 4 names different: declaration 'sharePathLen' definition 'sharePathLength'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:1059:29: note: Function 'HgfsServerHasSymlink' argument 4 names different: declaration 'sharePathLen' definition 'sharePathLength'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:4254:29: note: Function 'HgfsServerHasSymlink' argument 4 names different: declaration 'sharePathLen' definition 'sharePathLength'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:987:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:1006:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:1008:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:1010:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:1012:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:4142:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:4144:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:4146:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerLinux.c:4148:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerPacketUtil.c:298:11: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerPacketUtil.c:552:11: style: The scope of the variable 'copyAmount' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:283:76: warning: Either the condition '!request' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:285:8: note: Assuming that condition '!request' is not redundant
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:283:76: note: Null pointer dereference
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:1794:18: style: The scope of the variable 'newName' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:5783:11: style: The scope of the variable 'notificationOffset' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:1158:42: style: Function 'HgfsUnpackSearchCloseRequest' argument 4 names different: declaration 'file' definition 'search'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:845:42: note: Function 'HgfsUnpackSearchCloseRequest' argument 4 names different: declaration 'file' definition 'search'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:1158:42: note: Function 'HgfsUnpackSearchCloseRequest' argument 4 names different: declaration 'file' definition 'search'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:1211:34: style: Function 'HgfsPackSearchCloseReply' argument 4 names different: declaration 'packetSize' definition 'payloadSize'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:857:34: note: Function 'HgfsPackSearchCloseReply' argument 4 names different: declaration 'packetSize' definition 'payloadSize'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:1211:34: note: Function 'HgfsPackSearchCloseReply' argument 4 names different: declaration 'packetSize' definition 'payloadSize'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:2471:38: style: Function 'HgfsUnpackGetattrRequest' argument 1 names different: declaration 'packetHeader' definition 'packet'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:658:38: note: Function 'HgfsUnpackGetattrRequest' argument 1 names different: declaration 'packetHeader' definition 'packet'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:2471:38: note: Function 'HgfsUnpackGetattrRequest' argument 1 names different: declaration 'packetHeader' definition 'packet'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:2479:34: style: Function 'HgfsUnpackGetattrRequest' argument 9 names different: declaration 'caseFlags' definition 'caseType'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:666:34: note: Function 'HgfsUnpackGetattrRequest' argument 9 names different: declaration 'caseFlags' definition 'caseType'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:2479:34: note: Function 'HgfsUnpackGetattrRequest' argument 9 names different: declaration 'caseFlags' definition 'caseType'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3107:38: style: Function 'HgfsPackSearchReadReplyRecord' argument 3 names different: declaration 'maxRecordSize' definition 'bytesRemaining'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:731:38: note: Function 'HgfsPackSearchReadReplyRecord' argument 3 names different: declaration 'maxRecordSize' definition 'bytesRemaining'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3107:38: note: Function 'HgfsPackSearchReadReplyRecord' argument 3 names different: declaration 'maxRecordSize' definition 'bytesRemaining'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3480:34: style: Function 'HgfsUnpackSetattrRequest' argument 9 names different: declaration 'caseFlags' definition 'caseType'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:748:34: note: Function 'HgfsUnpackSetattrRequest' argument 9 names different: declaration 'caseFlags' definition 'caseType'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3480:34: note: Function 'HgfsUnpackSetattrRequest' argument 9 names different: declaration 'caseFlags' definition 'caseType'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3995:42: style: Function 'HgfsUnpackWriteWin32StreamRequest' argument 5 names different: declaration 'payload' definition 'data'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:806:42: note: Function 'HgfsUnpackWriteWin32StreamRequest' argument 5 names different: declaration 'payload' definition 'data'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3995:42: note: Function 'HgfsUnpackWriteWin32StreamRequest' argument 5 names different: declaration 'payload' definition 'data'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3996:43: style: Function 'HgfsUnpackWriteWin32StreamRequest' argument 6 names different: declaration 'requiredSize' definition 'dataSize'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:807:43: note: Function 'HgfsUnpackWriteWin32StreamRequest' argument 6 names different: declaration 'requiredSize' definition 'dataSize'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3996:43: note: Function 'HgfsUnpackWriteWin32StreamRequest' argument 6 names different: declaration 'requiredSize' definition 'dataSize'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:5066:33: style: Function 'HgfsPackSearchOpenReply' argument 5 names different: declaration 'packetSize' definition 'payloadSize'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:851:33: note: Function 'HgfsPackSearchOpenReply' argument 5 names different: declaration 'packetSize' definition 'payloadSize'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:5066:33: note: Function 'HgfsPackSearchOpenReply' argument 5 names different: declaration 'packetSize' definition 'payloadSize'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:5168:44: style: Function 'HgfsUnpackCreateSessionRequest' argument 1 names different: declaration 'packetHeader' definition 'packet'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerInt.h:810:44: note: Function 'HgfsUnpackCreateSessionRequest' argument 1 names different: declaration 'packetHeader' definition 'packet'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:5168:44: note: Function 'HgfsUnpackCreateSessionRequest' argument 1 names different: declaration 'packetHeader' definition 'packet'.
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3422:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3423:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3425:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3427:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3429:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3431:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3433:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServer/hgfsServerParameters.c:3435:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:704:4: style: Variable 'channel' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:697:0: note: Variable 'channel' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:704:4: note: Variable 'channel' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:748:4: style: Variable 'channel' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:741:0: note: Variable 'channel' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:748:4: note: Variable 'channel' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:575:42: style: Function 'HgfsChannelGuest_Init' argument 1 names different: declaration 'data' definition 'mgrData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestInt.h:54:47: note: Function 'HgfsChannelGuest_Init' argument 1 names different: declaration 'data' definition 'mgrData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:575:42: note: Function 'HgfsChannelGuest_Init' argument 1 names different: declaration 'data' definition 'mgrData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:654:42: style: Function 'HgfsChannelGuest_Exit' argument 1 names different: declaration 'data' definition 'mgrData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestInt.h:55:47: note: Function 'HgfsChannelGuest_Exit' argument 1 names different: declaration 'data' definition 'mgrData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:654:42: note: Function 'HgfsChannelGuest_Exit' argument 1 names different: declaration 'data' definition 'mgrData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:691:45: style: Function 'HgfsChannelGuest_Receive' argument 1 names different: declaration 'data' definition 'mgrData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestInt.h:56:50: note: Function 'HgfsChannelGuest_Receive' argument 1 names different: declaration 'data' definition 'mgrData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:691:45: note: Function 'HgfsChannelGuest_Receive' argument 1 names different: declaration 'data' definition 'mgrData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:739:64: style: Function 'HgfsChannelGuest_InvalidateInactiveSessions' argument 1 names different: declaration 'data' definition 'mgrData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestInt.h:61:71: note: Function 'HgfsChannelGuest_InvalidateInactiveSessions' argument 1 names different: declaration 'data' definition 'mgrData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuest.c:739:64: note: Function 'HgfsChannelGuest_InvalidateInactiveSessions' argument 1 names different: declaration 'data' definition 'mgrData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:539:42: style: Function 'HgfsChannelGuestBdReceive' argument 1 names different: declaration 'data' definition 'connData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:66:54: note: Function 'HgfsChannelGuestBdReceive' argument 1 names different: declaration 'data' definition 'connData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:539:42: note: Function 'HgfsChannelGuestBdReceive' argument 1 names different: declaration 'data' definition 'connData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:591:61: style: Function 'HgfsChannelGuestBdInvalidateInactiveSessions' argument 1 names different: declaration 'data' definition 'connData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:71:75: note: Function 'HgfsChannelGuestBdInvalidateInactiveSessions' argument 1 names different: declaration 'data' definition 'connData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:591:61: note: Function 'HgfsChannelGuestBdInvalidateInactiveSessions' argument 1 names different: declaration 'data' definition 'connData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:630:30: style: Function 'HgfsChannelGuestBdSend' argument 1 names different: declaration 'data' definition 'conn'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:61:42: note: Function 'HgfsChannelGuestBdSend' argument 1 names different: declaration 'data' definition 'conn'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:630:30: note: Function 'HgfsChannelGuestBdSend' argument 1 names different: declaration 'data' definition 'conn'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:733:39: style: Function 'HgfsChannelGuestBdExit' argument 1 names different: declaration 'data' definition 'connData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:60:51: note: Function 'HgfsChannelGuestBdExit' argument 1 names different: declaration 'data' definition 'connData'.
open-vm-tools-9.4.6-1770165/lib/hgfsServerManagerGuest/hgfsChannelGuestBd.c:733:39: note: Function 'HgfsChannelGuestBdExit' argument 1 names different: declaration 'data' definition 'connData'.
open-vm-tools-9.4.6-1770165/lib/impersonate/impersonatePosix.c:139:4: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/impersonate/impersonatePosix.c:133:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/impersonate/impersonatePosix.c:139:4: note: Variable 'ptr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/impersonate/impersonatePosix.c:268:4: style: Variable 'imp' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/impersonate/impersonatePosix.c:260:0: note: Variable 'imp' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/impersonate/impersonatePosix.c:268:4: note: Variable 'imp' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/impersonate/impersonatePosix.c:352:4: style: Variable 'imp' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/impersonate/impersonatePosix.c:346:0: note: Variable 'imp' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/impersonate/impersonatePosix.c:352:4: note: Variable 'imp' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/lock/ulExcl.c:469:24: style: The scope of the variable 'heldStats' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/lock/ulRec.c:594:16: style: Variable 'histo' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/lock/ulRec.c:589:0: note: Variable 'histo' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/lock/ulRec.c:594:16: note: Variable 'histo' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/lock/ulStats.c:266:26: style: Function 'MXUserHistoSample' argument 2 names different: declaration 'value' definition 'durationNS'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/lock/ulInt.h:553:31: note: Function 'MXUserHistoSample' argument 2 names different: declaration 'value' definition 'durationNS'.
open-vm-tools-9.4.6-1770165/lib/lock/ulStats.c:266:26: note: Function 'MXUserHistoSample' argument 2 names different: declaration 'value' definition 'durationNS'.
open-vm-tools-9.4.6-1770165/lib/lock/ulStats.c:267:25: style: Function 'MXUserHistoSample' argument 3 names different: declaration 'caller' definition 'ownerRetAddr'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/lock/ulInt.h:554:30: note: Function 'MXUserHistoSample' argument 3 names different: declaration 'caller' definition 'ownerRetAddr'.
open-vm-tools-9.4.6-1770165/lib/lock/ulStats.c:267:25: note: Function 'MXUserHistoSample' argument 3 names different: declaration 'caller' definition 'ownerRetAddr'.
open-vm-tools-9.4.6-1770165/lib/lock/ulStats.c:472:31: style: Function 'MXUserBasicStatsSample' argument 2 names different: declaration 'value' definition 'durationNS'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/lock/ulInt.h:577:31: note: Function 'MXUserBasicStatsSample' argument 2 names different: declaration 'value' definition 'durationNS'.
open-vm-tools-9.4.6-1770165/lib/lock/ulStats.c:472:31: note: Function 'MXUserBasicStatsSample' argument 2 names different: declaration 'value' definition 'durationNS'.
open-vm-tools-9.4.6-1770165/lib/misc/codesetOld.c:689:0: error: #error  [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/lib/misc/dynbuf.c:316:13: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
open-vm-tools-9.4.6-1770165/lib/misc/hashTable.c:773:4: style: Variable 'oldEntry' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/misc/hashTable.c:767:0: note: Variable 'oldEntry' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/misc/hashTable.c:773:4: note: Variable 'oldEntry' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/misc/hashTable.c:552:18: style: Redundant pointer operation on 'linkp' - it's already a pointer. [redundantPointerOp]
open-vm-tools-9.4.6-1770165/lib/misc/hashTable.c:555:10: style: Redundant pointer operation on 'linkp' - it's already a pointer. [redundantPointerOp]
open-vm-tools-9.4.6-1770165/lib/misc/hostType.c:154:37: style: Condition 'HostTypeOSVMKernelType()>0' is always false [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/lib/misc/hostType.c:179:37: style: Condition 'HostTypeOSVMKernelType()==2' is always false [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/lib/misc/hostType.c:179:70: style: Condition 'HostTypeOSVMKernelType()==4' is always false [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/lib/misc/hostType.c:204:37: style: Condition 'HostTypeOSVMKernelType()==3' is always false [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/lib/misc/hostType.c:204:70: style: Condition 'HostTypeOSVMKernelType()==4' is always false [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:717:13: style: Variable 'tmpMakeNull' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:714:0: note: Variable 'tmpMakeNull' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:717:13: note: Variable 'tmpMakeNull' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:2385:13: style: The scope of the variable 'e' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:3185:10: style: struct member 'vmware_sysinfo::uptime' is never used. [unusedStructMember]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:3186:19: style: struct member 'vmware_sysinfo::loads' is never used. [unusedStructMember]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:3189:19: style: struct member 'vmware_sysinfo::sharedram' is never used. [unusedStructMember]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:3190:19: style: struct member 'vmware_sysinfo::bufferram' is never used. [unusedStructMember]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:3193:20: style: struct member 'vmware_sysinfo::procs' is never used. [unusedStructMember]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:3194:20: style: struct member 'vmware_sysinfo::pad' is never used. [unusedStructMember]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:3195:19: style: struct member 'vmware_sysinfo::totalhigh' is never used. [unusedStructMember]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:3196:19: style: struct member 'vmware_sysinfo::freehigh' is never used. [unusedStructMember]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:3199:10: style: struct member 'vmware_sysinfo::_f' is never used. [unusedStructMember]
open-vm-tools-9.4.6-1770165/lib/misc/hostinfoPosix.c:270:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
open-vm-tools-9.4.6-1770165/lib/misc/idLinux.c:126:0: error: #error "Id_SetUid is not implemented for this platform" [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/lib/misc/iovector.c:711:19: style: Checking if unsigned variable 'iov_len' is less than zero. [unsignedLessThanZero]
open-vm-tools-9.4.6-1770165/lib/misc/iovector.c:770:19: style: Checking if unsigned variable 'iov_len' is less than zero. [unsignedLessThanZero]
open-vm-tools-9.4.6-1770165/lib/misc/iovector.c:875:19: style: Checking if unsigned variable 'iov_len' is less than zero. [unsignedLessThanZero]
open-vm-tools-9.4.6-1770165/lib/misc/iovector.c:413:7: error: Address of auto-variable 'v->iov' returned [returnAddressOfAutoVariable]
open-vm-tools-9.4.6-1770165/lib/misc/utilMem.c:170:26: warning: Either the condition 'nmemb!=0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
open-vm-tools-9.4.6-1770165/lib/misc/utilMem.c:171:32: note: Assuming that condition 'nmemb!=0' is not redundant
open-vm-tools-9.4.6-1770165/lib/misc/utilMem.c:170:26: note: Invalid argument
open-vm-tools-9.4.6-1770165/lib/misc/utilMem.c:185:26: warning: Either the condition 'nmemb!=0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
open-vm-tools-9.4.6-1770165/lib/misc/utilMem.c:186:32: note: Assuming that condition 'nmemb!=0' is not redundant
open-vm-tools-9.4.6-1770165/lib/misc/utilMem.c:185:26: note: Invalid argument
open-vm-tools-9.4.6-1770165/lib/misc/util_misc.c:513:0: error: #error "Unknown platform" [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/lib/misc/vthreadBase.c:752:32: style: Function 'VThreadBaseSafeDeleteTLS' argument 1 names different: declaration 'data' definition 'tlsData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/misc/vthreadBase.c:133:44: note: Function 'VThreadBaseSafeDeleteTLS' argument 1 names different: declaration 'data' definition 'tlsData'.
open-vm-tools-9.4.6-1770165/lib/misc/vthreadBase.c:752:32: note: Function 'VThreadBaseSafeDeleteTLS' argument 1 names different: declaration 'data' definition 'tlsData'.
open-vm-tools-9.4.6-1770165/lib/netUtil/netUtilLinux.c:35:0: error: #error This file should not be compiled [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/lib/panic/panic.c:565:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
open-vm-tools-9.4.6-1770165/lib/procMgr/procMgrSolaris.c:307:8: style: The scope of the variable 'argc' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/procMgr/procMgrSolaris.c:308:8: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/procMgr/procMgrSolaris.c:316:10: style: The scope of the variable 'cmdNameBegin' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/procMgr/procMgrSolaris.c:516:8: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/rpcChannel/rpcChannel.c:360:4: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/rpcChannel/rpcChannel.c:353:0: note: Variable 'name' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/rpcChannel/rpcChannel.c:360:4: note: Variable 'name' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/rpcChannel/rpcChannel.c:457:24: style: Function 'RpcChannel_Error' argument 1 names different: declaration '_state' definition '_chan'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/rpcChannel/rpcChannelInt.h:31:24: note: Function 'RpcChannel_Error' argument 1 names different: declaration '_state' definition '_chan'.
open-vm-tools-9.4.6-1770165/lib/rpcChannel/rpcChannel.c:457:24: note: Function 'RpcChannel_Error' argument 1 names different: declaration '_state' definition '_chan'.
open-vm-tools-9.4.6-1770165/lib/rpcOut/rpcout.c:203:15: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
open-vm-tools-9.4.6-1770165/lib/rpcOut/rpcout.c:395:4: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/rpcOut/rpcout.c:388:0: note: Variable 'out' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/rpcOut/rpcout.c:395:4: note: Variable 'out' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:315:10: style: Variable 'myIntVal' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:306:0: note: Variable 'myIntVal' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:315:10: note: Variable 'myIntVal' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:450:10: style: Variable 'myKey' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:446:0: note: Variable 'myKey' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:450:10: note: Variable 'myKey' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:451:10: style: Variable 'myVal' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:447:0: note: Variable 'myVal' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:451:10: note: Variable 'myVal' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:457:10: style: Variable 'myIntVal' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:448:0: note: Variable 'myIntVal' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/slashProc/net.c:457:10: note: Variable 'myIntVal' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:627:4: style: Variable 'convbuf' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:502:0: note: Variable 'convbuf' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:627:4: note: Variable 'convbuf' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:887:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:893:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:1089:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:1091:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:1167:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:1169:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:1179:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:1181:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnprintf.c:1185:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:632:4: style: Variable 'argtable' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:630:4: note: Variable 'argtable' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:632:4: note: Variable 'argtable' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:634:4: style: Variable 'argtable' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:632:4: note: Variable 'argtable' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:634:4: note: Variable 'argtable' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:1265:18: style: Checking if unsigned variable 'sbuf.size' is less than zero. [unsignedLessThanZero]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:855:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:861:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:1001:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:1003:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:1073:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:1075:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:1085:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:1087:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/string/bsd_vsnwprintf.c:1091:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/lib/system/systemLinux.c:30:0: error: #error This file should not be compiled [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/lib/unicode/unicodeSimpleBase.c:773:43: style: Function 'UnicodeGetAllocBytesInternal' argument 1 names different: declaration 'src' definition 'ustr'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/unicode/unicodeInt.h:45:49: note: Function 'UnicodeGetAllocBytesInternal' argument 1 names different: declaration 'src' definition 'ustr'.
open-vm-tools-9.4.6-1770165/lib/unicode/unicodeSimpleBase.c:773:43: note: Function 'UnicodeGetAllocBytesInternal' argument 1 names different: declaration 'src' definition 'ustr'.
open-vm-tools-9.4.6-1770165/lib/unicode/unicodeSimpleOperations.c:123:4: style: Variable 'substr1' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/unicode/unicodeSimpleOperations.c:106:0: note: Variable 'substr1' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/unicode/unicodeSimpleOperations.c:123:4: note: Variable 'substr1' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/unicode/unicodeSimpleOperations.c:602:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
open-vm-tools-9.4.6-1770165/lib/unicode/unicodeSimpleTypes.c:2422:42: style: Function 'UnicodeNormalizeEncodingName' argument 1 names different: declaration 'encoding' definition 'encodingName'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/lib/unicode/unicodeSimpleTypes.c:39:55: note: Function 'UnicodeNormalizeEncodingName' argument 1 names different: declaration 'encoding' definition 'encodingName'.
open-vm-tools-9.4.6-1770165/lib/unicode/unicodeSimpleTypes.c:2422:42: note: Function 'UnicodeNormalizeEncodingName' argument 1 names different: declaration 'encoding' definition 'encodingName'.
open-vm-tools-9.4.6-1770165/lib/unicode/unicodeSimpleTypes.c:61:8: style: struct member 'xRef::MIBenum' is never used. [unusedStructMember]
open-vm-tools-9.4.6-1770165/lib/user/util.c:1355:4: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/user/util.c:1342:0: note: Variable 'data' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/user/util.c:1355:4: note: Variable 'data' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/user/util.c:1358:4: style: Variable 'endCursor' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/user/util.c:1347:0: note: Variable 'endCursor' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/user/util.c:1358:4: note: Variable 'endCursor' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/user/util.c:1361:4: style: Variable 'cursor' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/lib/user/util.c:1346:0: note: Variable 'cursor' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/user/util.c:1361:4: note: Variable 'cursor' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/lib/user/util.c:238:8: style: The scope of the variable 'rotate' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/lib/wiper/wiperPosix.c:27:0: error: #error This file should not be compiled on this platform. [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/libvmtools/vmtools.c:87:18: style: Variable 'wiperData' is not assigned a value. [unassignedVariable]
open-vm-tools-9.4.6-1770165/libvmtools/vmtoolsConfig.c:416:38: style: Condition 'path!=NULL' is always false [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/libvmtools/vmtoolsConfig.c:395:13: note: Assuming that condition 'path==NULL' is not redundant
open-vm-tools-9.4.6-1770165/libvmtools/vmtoolsConfig.c:416:38: note: Condition 'path!=NULL' is always false
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/bdhandler.c:103:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/bdhandler.c:105:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/bdhandler.c:103:4: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/debug.c:175:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/debug.c:177:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/debug.c:175:4: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/fsutil.c:996:7: style: Variable 'decomposedBuf' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/fsutil.c:991:0: note: Variable 'decomposedBuf' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/fsutil.c:996:7: note: Variable 'decomposedBuf' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/fsutil.c:969:33: style: Function 'HgfsNameFromWireEncoding' argument 2 names different: declaration 'bufInSize' definition 'inputLength'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/fsutil.h:192:56: note: Function 'HgfsNameFromWireEncoding' argument 2 names different: declaration 'bufInSize' definition 'inputLength'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/fsutil.c:969:33: note: Function 'HgfsNameFromWireEncoding' argument 2 names different: declaration 'bufInSize' definition 'inputLength'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/kernelStubsBSD.c:248:26: style: Function 'Str_Asprintf' argument 2 names different: declaration 'Format' definition 'format'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/kernelStubs.h:141:48: note: Function 'Str_Asprintf' argument 2 names different: declaration 'Format' definition 'format'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/kernelStubsBSD.c:248:26: note: Function 'Str_Asprintf' argument 2 names different: declaration 'Format' definition 'format'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/os.c:27:0: error: #error "This os.c file can only be compiled for the FreeBSD kernel." [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:234:48: style: Function 'HgfsKReq_FreeContainer' argument 1 names different: declaration 'handle' definition 'container'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.h:68:79: note: Function 'HgfsKReq_FreeContainer' argument 1 names different: declaration 'handle' definition 'container'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:234:48: note: Function 'HgfsKReq_FreeContainer' argument 1 names different: declaration 'handle' definition 'container'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:265:49: style: Function 'HgfsKReq_CancelRequests' argument 1 names different: declaration 'handle' definition 'container'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.h:69:80: note: Function 'HgfsKReq_CancelRequests' argument 1 names different: declaration 'handle' definition 'container'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:265:49: note: Function 'HgfsKReq_CancelRequests' argument 1 names different: declaration 'handle' definition 'container'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:348:51: style: Function 'HgfsKReq_ContainerIsEmpty' argument 1 names different: declaration 'handle' definition 'container'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.h:70:82: note: Function 'HgfsKReq_ContainerIsEmpty' argument 1 names different: declaration 'handle' definition 'container'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:348:51: note: Function 'HgfsKReq_ContainerIsEmpty' argument 1 names different: declaration 'handle' definition 'container'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:384:50: style: Function 'HgfsKReq_AllocateRequest' argument 1 names different: declaration 'handle' definition 'container'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.h:72:81: note: Function 'HgfsKReq_AllocateRequest' argument 1 names different: declaration 'handle' definition 'container'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:384:50: note: Function 'HgfsKReq_AllocateRequest' argument 1 names different: declaration 'handle' definition 'container'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:385:31: style: Function 'HgfsKReq_AllocateRequest' argument 2 names different: declaration 'ret' definition 'errorRet'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.h:72:94: note: Function 'HgfsKReq_AllocateRequest' argument 2 names different: declaration 'ret' definition 'errorRet'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:385:31: note: Function 'HgfsKReq_AllocateRequest' argument 2 names different: declaration 'ret' definition 'errorRet'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:505:40: style: Function 'HgfsKReq_SubmitRequest' argument 1 names different: declaration 'req' definition 'newreq'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.h:75:70: note: Function 'HgfsKReq_SubmitRequest' argument 1 names different: declaration 'req' definition 'newreq'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:505:40: note: Function 'HgfsKReq_SubmitRequest' argument 1 names different: declaration 'req' definition 'newreq'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:594:31: style: Function 'HgfsKReq_GetId' argument 1 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.h:78:62: note: Function 'HgfsKReq_GetId' argument 1 names different: declaration 'req' definition 'request'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:594:31: note: Function 'HgfsKReq_GetId' argument 1 names different: declaration 'req' definition 'request'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:622:36: style: Function 'HgfsKReq_GetPayload' argument 1 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.h:79:67: note: Function 'HgfsKReq_GetPayload' argument 1 names different: declaration 'req' definition 'request'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:622:36: note: Function 'HgfsKReq_GetPayload' argument 1 names different: declaration 'req' definition 'request'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:648:40: style: Function 'HgfsKReq_GetPayloadSize' argument 1 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.h:82:71: note: Function 'HgfsKReq_GetPayloadSize' argument 1 names different: declaration 'req' definition 'request'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:648:40: note: Function 'HgfsKReq_GetPayloadSize' argument 1 names different: declaration 'req' definition 'request'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:674:40: style: Function 'HgfsKReq_SetPayloadSize' argument 1 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.h:83:71: note: Function 'HgfsKReq_SetPayloadSize' argument 1 names different: declaration 'req' definition 'request'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:674:40: note: Function 'HgfsKReq_SetPayloadSize' argument 1 names different: declaration 'req' definition 'request'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:675:32: style: Function 'HgfsKReq_SetPayloadSize' argument 2 names different: declaration 'newSize' definition 'payloadSize'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.h:84:63: note: Function 'HgfsKReq_SetPayloadSize' argument 2 names different: declaration 'newSize' definition 'payloadSize'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/request.c:675:32: note: Function 'HgfsKReq_SetPayloadSize' argument 2 names different: declaration 'newSize' definition 'payloadSize'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/state.c:1088:4: style: Variable 'existingFp' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/state.c:1077:0: note: Variable 'existingFp' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/state.c:1088:4: note: Variable 'existingFp' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/state.c:636:30: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/state.c:141:28: style: Function 'HgfsVnodeGet' argument 2 names different: declaration 'dp' definition 'dvp'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/state.h:191:52: note: Function 'HgfsVnodeGet' argument 2 names different: declaration 'dp' definition 'dvp'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/state.c:141:28: note: Function 'HgfsVnodeGet' argument 2 names different: declaration 'dp' definition 'dvp'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/state.c:255:34: style: Function 'HgfsNodeIdGet' argument 1 names different: declaration 'ht' definition 'htp'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/state.h:198:39: note: Function 'HgfsNodeIdGet' argument 1 names different: declaration 'ht' definition 'htp'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/state.c:255:34: note: Function 'HgfsNodeIdGet' argument 1 names different: declaration 'ht' definition 'htp'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/transport.c:68:15: style: The scope of the variable 'replyHeader' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/transport.c:272:15: style: The scope of the variable 'replyHeader' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/transport.c:274:28: style: The scope of the variable 'reply' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/transport.c:343:15: style: The scope of the variable 'replyHeader' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/transport.c:345:22: style: The scope of the variable 'reply' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/transport.c:268:37: style: Function 'HgfsCloseServerDirHandle' argument 2 names different: declaration 'handleToClose' definition 'handle'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/transport.h:36:61: note: Function 'HgfsCloseServerDirHandle' argument 2 names different: declaration 'handleToClose' definition 'handle'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/transport.c:268:37: note: Function 'HgfsCloseServerDirHandle' argument 2 names different: declaration 'handleToClose' definition 'handle'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/transport.c:339:38: style: Function 'HgfsCloseServerFileHandle' argument 2 names different: declaration 'handleToClose' definition 'handle'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/transport.h:37:62: note: Function 'HgfsCloseServerFileHandle' argument 2 names different: declaration 'handleToClose' definition 'handle'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/transport.c:339:38: note: Function 'HgfsCloseServerFileHandle' argument 2 names different: declaration 'handleToClose' definition 'handle'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:1434:4: style: Variable 'fullName' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:1417:0: note: Variable 'fullName' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:1434:4: note: Variable 'fullName' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:2567:4: style: Variable 'fullName' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:2557:0: note: Variable 'fullName' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:2567:4: note: Variable 'fullName' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:1563:10: style: The scope of the variable 'fullPath' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:806:17: style: Function 'HgfsOpenInt' argument 2 names different: declaration 'fflag' definition 'mode'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.h:72:39: note: Function 'HgfsOpenInt' argument 2 names different: declaration 'fflag' definition 'mode'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:806:17: note: Function 'HgfsOpenInt' argument 2 names different: declaration 'fflag' definition 'mode'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:1909:19: style: Function 'HgfsFileClose' argument 3 names different: declaration 'flag' definition 'flags'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:44:61: note: Function 'HgfsFileClose' argument 3 names different: declaration 'flag' definition 'flags'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmhgfs/vnopscommon.c:1909:19: note: Function 'HgfsFileClose' argument 3 names different: declaration 'flag' definition 'flags'.
open-vm-tools-9.4.6-1770165/modules/freebsd/vmxnet/if_vxn.c:638:8: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/freebsd/vmxnet/if_vxn.c:1235:10: style: The scope of the variable 'pkt_len' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/shared/autoconf/filldir1.c:49:0: error: #error "This test intentionally fails on 2.6.20 and newer kernels." [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/modules/linux/shared/autoconf/getsb1.c:44:0: error: #error "This test intentionally fails on 2.6.19 or newer kernels." [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/modules/linux/shared/autoconf/inode1.c:42:0: error: #error "This test intentionally fails on 2.6.20 and newer kernels." [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/modules/linux/shared/autoconf/statfs1.c:41:0: error: #error "This test intentionally fails on 2.6.19 and newer kernels." [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/modules/linux/shared/compat_version.h:31:0: error: #error "linux-version.h" [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/modules/linux/vmblock/linux/control.c:319:33: style: Function 'ControlFileOpWrite' argument 1 names different: declaration 'filp' definition 'file'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmblock/linux/control.c:43:41: note: Function 'ControlFileOpWrite' argument 1 names different: declaration 'filp' definition 'file'.
open-vm-tools-9.4.6-1770165/modules/linux/vmblock/linux/control.c:319:33: note: Function 'ControlFileOpWrite' argument 1 names different: declaration 'filp' definition 'file'.
open-vm-tools-9.4.6-1770165/modules/linux/vmblock/linux/filesystem.c:617:36: style: Function 'FsOpGetSb' argument 1 names different: declaration 'fsType' definition 'fs_type'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmblock/linux/filesystem.c:53:63: note: Function 'FsOpGetSb' argument 1 names different: declaration 'fsType' definition 'fs_type'.
open-vm-tools-9.4.6-1770165/modules/linux/vmblock/linux/filesystem.c:617:36: note: Function 'FsOpGetSb' argument 1 names different: declaration 'fsType' definition 'fs_type'.
open-vm-tools-9.4.6-1770165/modules/linux/vmblock/linux/filesystem.c:619:23: style: Function 'FsOpGetSb' argument 3 names different: declaration 'devName' definition 'dev_name'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmblock/linux/filesystem.c:54:50: note: Function 'FsOpGetSb' argument 3 names different: declaration 'devName' definition 'dev_name'.
open-vm-tools-9.4.6-1770165/modules/linux/vmblock/linux/filesystem.c:619:23: note: Function 'FsOpGetSb' argument 3 names different: declaration 'devName' definition 'dev_name'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:463:24: style: The scope of the variable 'dqEntry' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:683:17: style: The scope of the variable 'context' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:264:44: style: Function 'VMCIContext_InitContext' argument 2 names different: declaration 'flags' definition 'privFlags'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.h:47:60: note: Function 'VMCIContext_InitContext' argument 2 names different: declaration 'flags' definition 'privFlags'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:264:44: note: Function 'VMCIContext_InitContext' argument 2 names different: declaration 'flags' definition 'privFlags'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:266:29: style: Function 'VMCIContext_InitContext' argument 4 names different: declaration 'version' definition 'userVersion'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.h:48:53: note: Function 'VMCIContext_InitContext' argument 4 names different: declaration 'version' definition 'userVersion'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:266:29: note: Function 'VMCIContext_InitContext' argument 4 names different: declaration 'version' definition 'userVersion'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:268:39: style: Function 'VMCIContext_InitContext' argument 6 names different: declaration 'context' definition 'outContext'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.h:49:63: note: Function 'VMCIContext_InitContext' argument 6 names different: declaration 'context' definition 'outContext'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:268:39: note: Function 'VMCIContext_InitContext' argument 6 names different: declaration 'context' definition 'outContext'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:1512:40: style: Function 'VMCIContext_GetCheckpointState' argument 3 names different: declaration 'numCIDs' definition 'bufSize'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.h:83:44: note: Function 'VMCIContext_GetCheckpointState' argument 3 names different: declaration 'numCIDs' definition 'bufSize'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:1512:40: note: Function 'VMCIContext_GetCheckpointState' argument 3 names different: declaration 'numCIDs' definition 'bufSize'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:1619:39: style: Function 'VMCIContext_SetCheckpointState' argument 3 names different: declaration 'numCIDs' definition 'bufSize'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.h:85:43: note: Function 'VMCIContext_SetCheckpointState' argument 3 names different: declaration 'numCIDs' definition 'bufSize'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:1619:39: note: Function 'VMCIContext_SetCheckpointState' argument 3 names different: declaration 'numCIDs' definition 'bufSize'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:1958:35: style: Function 'VMCIContext_NotifyDoorbell' argument 1 names different: declaration 'cid' definition 'srcCID'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.h:104:39: note: Function 'VMCIContext_NotifyDoorbell' argument 1 names different: declaration 'cid' definition 'srcCID'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciContext.c:1958:35: note: Function 'VMCIContext_NotifyDoorbell' argument 1 names different: declaration 'cid' definition 'srcCID'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciDatagram.c:92:22: style: Function 'DatagramFreeCB' argument 1 names different: declaration 'resource' definition 'clientData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciDatagram.c:72:34: note: Function 'DatagramFreeCB' argument 1 names different: declaration 'resource' definition 'clientData'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciDatagram.c:92:22: note: Function 'DatagramFreeCB' argument 1 names different: declaration 'resource' definition 'clientData'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciDoorbell.c:966:29: style: Function 'VMCIDoorbell_Hibernate' argument 1 names different: declaration 'enterHibernation' definition 'enterHibernate'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciDoorbell.h:38:34: note: Function 'VMCIDoorbell_Hibernate' argument 1 names different: declaration 'enterHibernation' definition 'enterHibernate'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciDoorbell.c:966:29: note: Function 'VMCIDoorbell_Hibernate' argument 1 names different: declaration 'enterHibernation' definition 'enterHibernate'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciEvent.c:628:7: style: Variable 'existingSub' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciEvent.c:619:0: note: Variable 'existingSub' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciEvent.c:628:7: note: Variable 'existingSub' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciEvent.c:455:23: style: The scope of the variable 'ed' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciHashtable.c:286:4: style: Variable 'cur' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciHashtable.c:278:0: note: Variable 'cur' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciHashtable.c:286:4: note: Variable 'cur' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciPageChannel.c:33:0: error: #error "Wrong platform." [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciQPair.c:293:8: style: The scope of the variable 'result' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciQueuePair.c:1588:43: style: Redundant condition: If 'EXPR == 2', the comparison 'EXPR != 1' is always true. [redundantCondition]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciQueuePair.c:1708:11: style: The scope of the variable 'result' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciQueuePair.c:1925:8: style: The scope of the variable 'result' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/common/vmciRoute.c:292:16: style: The scope of the variable 'vmciRouteStrings' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:424:8: style: Condition 'error' is always false [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:423:12: note: Assignment 'error=0', assigned value is 0
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:424:8: note: Condition 'error' is always false
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:2466:8: style: The scope of the variable 'retval' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:534:30: style: Function 'LinuxDriverPoll' argument 1 names different: declaration 'file' definition 'filp'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:243:50: note: Function 'LinuxDriverPoll' argument 1 names different: declaration 'file' definition 'filp'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:534:30: note: Function 'LinuxDriverPoll' argument 1 names different: declaration 'file' definition 'filp'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:2059:22: style: Function 'vmci_interrupt' argument 2 names different: declaration 'dev_id' definition 'clientdata'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:140:57: note: Function 'vmci_interrupt' argument 2 names different: declaration 'dev_id' definition 'clientdata'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:2059:22: note: Function 'vmci_interrupt' argument 2 names different: declaration 'dev_id' definition 'clientdata'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:2133:25: style: Function 'vmci_interrupt_bm' argument 2 names different: declaration 'dev_id' definition 'clientdata'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:141:60: note: Function 'vmci_interrupt_bm' argument 2 names different: declaration 'dev_id' definition 'clientdata'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:2133:25: note: Function 'vmci_interrupt_bm' argument 2 names different: declaration 'dev_id' definition 'clientdata'.
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:225:9: style: struct member 'VMCILinuxState::buf' is never used. [unusedStructMember]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:582:16: style: Variable 'handles' is not assigned a value. [unassignedVariable]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/driver.c:637:10: style: Variable 'cid' is assigned a value that is never used. [unreadVariable]
open-vm-tools-9.4.6-1770165/modules/linux/vmci/linux/vmciKernelIf.c:31:0: error: #error "Wrong platform." [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:331:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:334:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:331:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:523:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:526:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:523:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:628:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:631:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:628:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:1408:28: style: Function 'HgfsReaddirFillEntry' argument 2 names different: declaration 'context' definition 'filldirCtx'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:65:28: note: Function 'HgfsReaddirFillEntry' argument 2 names different: declaration 'context' definition 'filldirCtx'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:1408:28: note: Function 'HgfsReaddirFillEntry' argument 2 names different: declaration 'context' definition 'filldirCtx'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:152:43: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:276:45: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:382:46: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:479:48: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/dir.c:586:46: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:952:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:944:0: note: Variable 'result' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:952:4: note: Variable 'result' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:688:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:691:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:688:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:1158:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:1161:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:1158:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:202:40: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:395:36: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/file.c:1116:40: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/fsutil.c:855:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/fsutil.c:858:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/fsutil.c:855:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/fsutil.c:1144:21: style: Checking if unsigned variable 'bufferLen' is less than zero. [unsignedLessThanZero]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/fsutil.c:420:36: style: Function 'HgfsUnpackCommonAttr' argument 2 names different: declaration 'attr' definition 'attrInfo'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/fsutil.h:67:40: note: Function 'HgfsUnpackCommonAttr' argument 2 names different: declaration 'attr' definition 'attrInfo'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/fsutil.c:420:36: note: Function 'HgfsUnpackCommonAttr' argument 2 names different: declaration 'attr' definition 'attrInfo'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/fsutil.c:187:60: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/fsutil.c:281:43: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/fsutil.c:437:47: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/fsutil.c:449:53: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:193:11: warning: Either the condition '!dir' is redundant or there is possible null pointer dereference: dir. [nullPointerRedundantCheck]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:197:8: note: Assuming that condition '!dir' is not redundant
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:193:11: note: Null pointer dereference
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:195:11: warning: Either the condition '!dentry' is redundant or there is possible null pointer dereference: dentry. [nullPointerRedundantCheck]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:197:16: note: Assuming that condition '!dentry' is not redundant
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:195:11: note: Null pointer dereference
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1337:11: warning: Either the condition '!oldDir' is redundant or there is possible null pointer dereference: oldDir. [nullPointerRedundantCheck]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1342:8: note: Assuming that condition '!oldDir' is not redundant
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1337:11: note: Null pointer dereference
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:815:7: style: Variable 'requestSize' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:814:7: note: Variable 'requestSize' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:815:7: note: Variable 'requestSize' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:354:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:357:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:354:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1223:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1226:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1223:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1496:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1499:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1496:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1726:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1729:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1726:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:2089:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:2092:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:2089:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:397:14: style: The scope of the variable 'attr' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:399:21: style: The scope of the variable 'update' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:234:41: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:424:43: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:764:46: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1380:61: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1435:61: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/inode.c:1555:49: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:318:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:321:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:318:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:520:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:523:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:520:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:196:39: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:220:39: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:253:46: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:255:46: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:256:43: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:399:40: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:428:40: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:478:47: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/page.c:903:23: portability: 'kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/super.c:374:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/super.c:377:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/super.c:374:11: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/super.c:198:47: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/super.c:338:53: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/super.c:339:52: portability: 'req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/tcp.c:347:54: portability: 'recvBuffer.req->payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/transport.c:353:4: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/transport.c:343:0: note: Variable 'req' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/transport.c:353:4: note: Variable 'req' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/transport.c:341:37: style: Function 'HgfsTransportAllocateRequest' argument 1 names different: declaration 'payloadSize' definition 'bufferSize'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/transport.h:60:46: note: Function 'HgfsTransportAllocateRequest' argument 1 names different: declaration 'payloadSize' definition 'bufferSize'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/transport.c:341:37: note: Function 'HgfsTransportAllocateRequest' argument 1 names different: declaration 'payloadSize' definition 'bufferSize'.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/vmci.c:617:4: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/vmci.c:614:0: note: Variable 'req' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/vmci.c:617:4: note: Variable 'req' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmhgfs/vmci.c:150:11: style: The scope of the variable 'va' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmsync/sync.c:348:26: warning: Either the condition 'nextSep!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
open-vm-tools-9.4.6-1770165/modules/linux/vmsync/sync.c:334:19: note: Assuming that condition 'nextSep!=NULL' is not redundant
open-vm-tools-9.4.6-1770165/modules/linux/vmsync/sync.c:348:26: note: Null pointer addition
open-vm-tools-9.4.6-1770165/modules/linux/vmxnet/vmxnet.c:1508:4: style: Variable 'va' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/modules/linux/vmxnet/vmxnet.c:1504:0: note: Variable 'va' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmxnet/vmxnet.c:1508:4: note: Variable 'va' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/modules/linux/vmxnet/vmxnet.c:2966:9: style: The scope of the variable 'addrs' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/linux/vmxnet/vmxnet.c:3084:54: style: Function 'vmxnet_set_mac_address' argument 2 names different: declaration 'addr' definition 'p'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vmxnet/vmxnet.c:81:65: note: Function 'vmxnet_set_mac_address' argument 2 names different: declaration 'addr' definition 'p'.
open-vm-tools-9.4.6-1770165/modules/linux/vmxnet/vmxnet.c:3084:54: note: Function 'vmxnet_set_mac_address' argument 2 names different: declaration 'addr' definition 'p'.
open-vm-tools-9.4.6-1770165/modules/linux/vmxnet/vmxnet.c:1775:14: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:551:26: style: Condition 'PROTOCOL_OVERRIDE!=-1' is always false [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:6000:8: style: Condition 'err' is always false [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:5999:10: note: Assignment 'err=0', assigned value is 0
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:6000:8: note: Condition 'err' is always false
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:1410:39: style: Function 'VSockVmciPeerAttachCB' argument 2 names different: declaration 'ed' definition 'eData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:180:51: note: Function 'VSockVmciPeerAttachCB' argument 2 names different: declaration 'ed' definition 'eData'.
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:1410:39: note: Function 'VSockVmciPeerAttachCB' argument 2 names different: declaration 'ed' definition 'eData'.
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:1535:39: style: Function 'VSockVmciPeerDetachCB' argument 2 names different: declaration 'ed' definition 'eData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:182:51: note: Function 'VSockVmciPeerDetachCB' argument 2 names different: declaration 'ed' definition 'eData'.
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:1535:39: note: Function 'VSockVmciPeerDetachCB' argument 2 names different: declaration 'ed' definition 'eData'.
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:2053:44: style: Function 'VSockVmciRecvConnectingServer' argument 1 names different: declaration 'sk' definition 'listener'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:185:55: note: Function 'VSockVmciRecvConnectingServer' argument 1 names different: declaration 'sk' definition 'listener'.
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:2053:44: note: Function 'VSockVmciRecvConnectingServer' argument 1 names different: declaration 'sk' definition 'listener'.
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:2823:43: style: Function 'VSockVmciSendControlPkt' argument 6 names different: declaration 'version' definition 'proto'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.h:112:47: note: Function 'VSockVmciSendControlPkt' argument 6 names different: declaration 'version' definition 'proto'.
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/af_vsock.c:2823:43: note: Function 'VSockVmciSendControlPkt' argument 6 names different: declaration 'version' definition 'proto'.
open-vm-tools-9.4.6-1770165/modules/linux/vsock/linux/notify.c:1027:8: style: The scope of the variable 'retries' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/shared/vmmemctl/vmballoon.c:171:4: error: Address of auto-variable 'b->stats' returned [returnAddressOfAutoVariable]
open-vm-tools-9.4.6-1770165/modules/solaris/vmblock/module.h:80:0: error: #error "Unknown Solaris version, can't set OS_VFS_VERSION" [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/debug.c:322:13: style: The scope of the variable 'currReq' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/debug.c:331:17: style: Variable 'currReq' is assigned a value that is never used. [unreadVariable]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/filesystem.c:280:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/hgfsState.c:242:33: style: Function 'HgfsVnodePut' argument 2 names different: declaration 'ht' definition 'htp'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/hgfsState.h:167:55: note: Function 'HgfsVnodePut' argument 2 names different: declaration 'ht' definition 'htp'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/hgfsState.c:242:33: note: Function 'HgfsVnodePut' argument 2 names different: declaration 'ht' definition 'htp'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/hgfsState.c:454:34: style: Function 'HgfsNodeIdGet' argument 1 names different: declaration 'ht' definition 'htp'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/hgfsState.h:173:39: note: Function 'HgfsNodeIdGet' argument 1 names different: declaration 'ht' definition 'htp'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/hgfsState.c:454:34: note: Function 'HgfsNodeIdGet' argument 1 names different: declaration 'ht' definition 'htp'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/kernelStubsSolaris.c:225:26: style: Function 'Str_Asprintf' argument 2 names different: declaration 'Format' definition 'format'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/kernelStubs.h:139:48: note: Function 'Str_Asprintf' argument 2 names different: declaration 'Format' definition 'format'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/kernelStubsSolaris.c:225:26: note: Function 'Str_Asprintf' argument 2 names different: declaration 'Format' definition 'format'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:1177:12: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:1125:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:1128:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:1125:4: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:1858:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:1861:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:1858:4: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:4418:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:4421:6: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:4418:4: note: Found duplicate branches for 'if' and 'else'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:1577:19: style: Same expression on both sides of '!=' because the value of '*vpp' and 'origVp' are the same. [duplicateExpression]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:1567:30: note: 'origVp' is assigned value '*vpp' here.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:1577:19: note: Same expression on both sides of '!=' because the value of '*vpp' and 'origVp' are the same.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:2623:30: style: Function 'HgfsRwlock' argument 3 names different: declaration 'ctx' definition 'context'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:219:75: note: Function 'HgfsRwlock' argument 3 names different: declaration 'ctx' definition 'context'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:2623:30: note: Function 'HgfsRwlock' argument 3 names different: declaration 'ctx' definition 'context'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:2663:32: style: Function 'HgfsRwunlock' argument 3 names different: declaration 'ctx' definition 'context'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:225:78: note: Function 'HgfsRwunlock' argument 3 names different: declaration 'ctx' definition 'context'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:2663:32: note: Function 'HgfsRwunlock' argument 3 names different: declaration 'ctx' definition 'context'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:3099:20: style: Function 'HgfsAddmap' argument 4 names different: declaration 'addr' definition 'addrp'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:261:31: note: Function 'HgfsAddmap' argument 4 names different: declaration 'addr' definition 'addrp'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmhgfs/vnode.c:3099:20: note: Function 'HgfsAddmap' argument 4 names different: declaration 'addr' definition 'addrp'.
open-vm-tools-9.4.6-1770165/modules/solaris/vmxnet/vmxnet.c:408:13: style: The scope of the variable 'ep' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/solaris/vmxnet/vmxnet.c:410:13: style: The scope of the variable 'crc' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/solaris/vmxnet/vmxnet.c:1098:8: style: The scope of the variable 'ringnext' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/solaris/vmxnet/vmxnet.c:1099:10: style: The scope of the variable 'pktlen' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/modules/solaris/vmxnet3/vmxnet3_rx.c:330:13: style: The scope of the variable 'flags' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/rpctool/rpctool.c:173:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/rpctool/rpctool.c:171:0: note: Variable 'status' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/rpctool/rpctool.c:173:4: note: Variable 'status' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/desktopEvents/sessionMgr.c:427:21: style: Function 'ICEWatch' argument 2 names different: declaration 'clientData' definition 'cbData'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/desktopEvents/sessionMgr.c:84:49: note: Function 'ICEWatch' argument 2 names different: declaration 'clientData' definition 'cbData'.
open-vm-tools-9.4.6-1770165/services/plugins/desktopEvents/sessionMgr.c:427:21: note: Function 'ICEWatch' argument 2 names different: declaration 'clientData' definition 'cbData'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteCompatX11.c:157:32: style: The scope of the variable 'targetList' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteCompatX11.c:577:11: style: The scope of the variable 'len' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteCompatX11.c:578:11: style: The scope of the variable 'aligned_len' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteCompatX11.c:581:17: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.cpp:155:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.cpp:145:8: note: outer condition: !m_pimpl
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.cpp:155:11: note: opposite inner condition: m_pimpl
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.cpp:549:16: style: The scope of the variable 'toolsDnDVersion' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.cpp:551:8: style: The scope of the variable 'version' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.h:48:13: style: Technically the member function 'CopyPasteDnDWrapper::IsCPRegistered' can be const. [functionConst]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.cpp:341:22: note: Technically the member function 'CopyPasteDnDWrapper::IsCPRegistered' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.h:48:13: note: Technically the member function 'CopyPasteDnDWrapper::IsCPRegistered' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.h:50:13: style: Technically the member function 'CopyPasteDnDWrapper::IsDnDRegistered' can be const. [functionConst]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.cpp:372:22: note: Technically the member function 'CopyPasteDnDWrapper::IsDnDRegistered' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.h:50:13: note: Technically the member function 'CopyPasteDnDWrapper::IsDnDRegistered' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.h:52:13: style: Technically the member function 'CopyPasteDnDWrapper::IsDnDEnabled' can be const. [functionConst]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.cpp:441:22: note: Technically the member function 'CopyPasteDnDWrapper::IsDnDEnabled' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.h:52:13: note: Technically the member function 'CopyPasteDnDWrapper::IsDnDEnabled' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.h:54:13: style: Technically the member function 'CopyPasteDnDWrapper::IsCPEnabled' can be const. [functionConst]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.cpp:407:22: note: Technically the member function 'CopyPasteDnDWrapper::IsCPEnabled' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDWrapper.h:54:13: note: Technically the member function 'CopyPasteDnDWrapper::IsCPEnabled' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.cpp:193:18: warning: Member variable 'CopyPasteDnDX11::m_main' is not initialized in the constructor. [uninitMemberVar]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/stringxx/string.hh:101:4: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/stringxx/string.hh:108:4: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/stringxx/string.hh:109:4: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/stringxx/string.hh:111:4: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.h:62:4: style: Class 'DnDUIX11' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:49:21: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDImpl.h:39:21: note: Virtual function in base class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:49:21: note: Function in derived class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:50:17: style: The function 'PointerInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDImpl.h:40:17: note: Virtual function in base class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:50:17: note: Function in derived class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:51:21: style: The function 'RegisterCP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDImpl.h:41:21: note: Virtual function in base class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:51:21: note: Function in derived class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:52:17: style: The function 'UnregisterCP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDImpl.h:42:17: note: Virtual function in base class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:52:17: note: Function in derived class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:53:21: style: The function 'RegisterDnD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDImpl.h:43:21: note: Virtual function in base class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:53:21: note: Function in derived class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:54:17: style: The function 'UnregisterDnD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDImpl.h:44:17: note: Virtual function in base class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:54:17: note: Function in derived class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:55:17: style: The function 'DnDVersionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDImpl.h:46:17: note: Virtual function in base class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:55:17: note: Function in derived class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:56:17: style: The function 'CopyPasteVersionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDImpl.h:45:17: note: Virtual function in base class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:56:17: note: Function in derived class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:57:19: style: The function 'GetCaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDImpl.h:49:19: note: Virtual function in base class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:57:19: note: Function in derived class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:59:9: style: The function 'SetDnDAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDImpl.h:48:17: note: Virtual function in base class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:59:9: note: Function in derived class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:60:9: style: The function 'SetCopyPasteAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDImpl.h:47:17: note: Virtual function in base class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteDnDX11.h:60:9: note: Function in derived class
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndFileList.hh:44:38: performance: Function parameter 'fullPath' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndFileList.hh:45:38: performance: Function parameter 'relPath' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndFileList.hh:46:41: performance: Function parameter 'uriPath' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndFileList.hh:47:52: performance: Function parameter 'fullPathList' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndFileList.hh:48:52: performance: Function parameter 'relPathList' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndFileList.hh:52:45: performance: Function parameter 'inpath' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:960:10: style: The scope of the variable 'newRelPath' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:1065:12: style: Unsigned variable 'end' can't be negative so it is unnecessary to test it. [unsignedPositive]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:1069:12: style: Checking if unsigned variable 'end' is less than zero. [unsignedLessThanZero]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:359:59: style: Function 'LocalGetFileRequestCB' argument 1 names different: declaration 'selection_data' definition 'sd'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.h:88:51: note: Function 'LocalGetFileRequestCB' argument 1 names different: declaration 'selection_data' definition 'sd'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:359:59: note: Function 'LocalGetFileRequestCB' argument 1 names different: declaration 'selection_data' definition 'sd'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:846:67: style: Function 'LocalReceivedFileListCB' argument 1 names different: declaration 'selection_data' definition 'sd'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.h:98:59: note: Function 'LocalReceivedFileListCB' argument 1 names different: declaration 'selection_data' definition 'sd'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:846:67: note: Function 'LocalReceivedFileListCB' argument 1 names different: declaration 'selection_data' definition 'sd'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:918:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:1111:27: style: Array index 'index' is used before limits check. [arrayIndexThenCheck]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:1448:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:1450:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:1452:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/copyPasteUIX11.cpp:1454:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dnd.h:115:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndClipboard.c:244:33: style: Function 'CPClipboard_SetItem' argument 3 names different: declaration 'buf' definition 'clipitem'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndClipboard.h:121:81: note: Function 'CPClipboard_SetItem' argument 3 names different: declaration 'buf' definition 'clipitem'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndClipboard.c:244:33: note: Function 'CPClipboard_SetItem' argument 3 names different: declaration 'buf' definition 'clipitem'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndClipboard.c:734:26: style: Function 'CPClipboard_Strip' argument 2 names different: declaration 'caps' definition 'mask'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndClipboard.h:136:50: note: Function 'CPClipboard_Strip' argument 2 names different: declaration 'caps' definition 'mask'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndClipboard.c:734:26: note: Function 'CPClipboard_Strip' argument 2 names different: declaration 'caps' definition 'mask'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndCommon.c:899:16: style: Checking if unsigned variable 'msgSize' is less than zero. [unsignedLessThanZero]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndMsg.c:386:31: style: Redundant condition: If 'EXPR < 7', the comparison 'EXPR < 27' is always true. [redundantCondition]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndMsg.c:291:12: style: The scope of the variable 'curArg' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndMsg.c:211:22: style: Function 'DnDMsg_GetArg' argument 2 names different: declaration 'arg' definition 'idx'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndMsg.h:152:43: note: Function 'DnDMsg_GetArg' argument 2 names different: declaration 'arg' definition 'idx'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dnd/dndMsg.c:211:22: note: Function 'DnDMsg_GetArg' argument 2 names different: declaration 'arg' definition 'idx'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/copyPasteRpcV3.hh:44:4: style: Class 'CopyPasteRpcV3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp:47:16: style: Technically the member function 'TransportGuestRpcTables::GetCmd' can be const. [functionConst]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.cpp:198:26: note: Technically the member function 'TransportGuestRpcTables::GetCmd' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp:47:16: note: Technically the member function 'TransportGuestRpcTables::GetCmd' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp:49:16: style: Technically the member function 'TransportGuestRpcTables::GetCmdStr' can be const. [functionConst]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.cpp:218:26: note: Technically the member function 'TransportGuestRpcTables::GetCmdStr' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp:49:16: note: Technically the member function 'TransportGuestRpcTables::GetCmdStr' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp:50:16: style: Technically the member function 'TransportGuestRpcTables::GetDisableStr' can be const. [functionConst]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.cpp:237:26: note: Technically the member function 'TransportGuestRpcTables::GetDisableStr' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp:50:16: note: Technically the member function 'TransportGuestRpcTables::GetDisableStr' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndFileList.cc:461:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndFileList.cc:76:4: performance: Variable 'mFileSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndFileList.cc:146:40: performance: Function parameter 'fullPath' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndFileList.cc:147:40: performance: Function parameter 'relPath' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndFileList.cc:177:43: performance: Function parameter 'uriPath' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndFileList.cc:203:54: performance: Function parameter 'fullPathList' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndFileList.cc:204:54: performance: Function parameter 'relPathList' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndFileList.cc:268:47: performance: Function parameter 'inpath' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/dndRpcV3.hh:44:4: style: Class 'DnDRpcV3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/guestCopyPasteDest.cc:39:21: warning: Member variable 'GuestCopyPasteDest::mIsActive' is not initialized in the constructor. [uninitMemberVar]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/guestFileTransfer.hh:39:4: style: Class 'GuestFileTransfer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/guestCopyPaste.hh:50:4: style: Class 'GuestCopyPasteMgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/guestCopyPaste.hh:97:4: style: Class 'GuestCopyPasteSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/guestCopyPaste.hh:124:4: style: Class 'GuestCopyPasteDest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/guestDnDCPMgr.hh:53:11: style: Technically the member function 'GuestDnDCPMgr::GetCaps' can be const. [functionConst]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/guestDnD.hh:142:4: style: Class 'GuestDnDSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/guestDnD.hh:171:4: style: Class 'GuestDnDDest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/guestDnDMgr.cc:53:23: style: C-style pointer casting [cstyleCast]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/guestDnDMgr.cc:74:23: style: C-style pointer casting [cstyleCast]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/guestDnDMgr.cc:95:23: style: C-style pointer casting [cstyleCast]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV3Util.cpp:110:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV3Util.cpp:106:0: note: Variable 'ret' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV3Util.cpp:110:4: note: Variable 'ret' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:315:4: style: Variable 'params.optional.requestNextCmd.cmd' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:314:4: note: Variable 'params.optional.requestNextCmd.cmd' is reassigned a value before the old one has been used if variable is no semaphore variable.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:315:4: note: Variable 'params.optional.requestNextCmd.cmd' is reassigned a value before the old one has been used if variable is no semaphore variable.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:316:4: style: Variable 'params.optional.requestNextCmd.cmd' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:315:4: note: Variable 'params.optional.requestNextCmd.cmd' is reassigned a value before the old one has been used if variable is no semaphore variable.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:316:4: note: Variable 'params.optional.requestNextCmd.cmd' is reassigned a value before the old one has been used if variable is no semaphore variable.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:467:34: style: Function 'HandleMsg' argument 1 names different: declaration 'msg' definition 'msgIn'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.hpp:86:31: note: Function 'HandleMsg' argument 1 names different: declaration 'msg' definition 'msgIn'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:467:34: note: Function 'HandleMsg' argument 1 names different: declaration 'msg' definition 'msgIn'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:521:57: style: Function 'AddRpcReceivedListener' argument 1 names different: declaration 'obj' definition 'listener'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.hpp:69:54: note: Function 'AddRpcReceivedListener' argument 1 names different: declaration 'obj' definition 'listener'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:521:57: note: Function 'AddRpcReceivedListener' argument 1 names different: declaration 'obj' definition 'listener'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:543:60: style: Function 'RemoveRpcReceivedListener' argument 1 names different: declaration 'obj' definition 'listener'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.hpp:70:57: note: Function 'RemoveRpcReceivedListener' argument 1 names different: declaration 'obj' definition 'listener'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:543:60: note: Function 'RemoveRpcReceivedListener' argument 1 names different: declaration 'obj' definition 'listener'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:599:53: style: Function 'AddRpcSentListener' argument 1 names different: declaration 'obj' definition 'listener'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.hpp:71:50: note: Function 'AddRpcSentListener' argument 1 names different: declaration 'obj' definition 'listener'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:599:53: note: Function 'AddRpcSentListener' argument 1 names different: declaration 'obj' definition 'listener'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:621:56: style: Function 'RemoveRpcSentListener' argument 1 names different: declaration 'obj' definition 'listener'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.hpp:72:53: note: Function 'RemoveRpcSentListener' argument 1 names different: declaration 'obj' definition 'listener'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:621:56: note: Function 'RemoveRpcSentListener' argument 1 names different: declaration 'obj' definition 'listener'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.cpp:53:12: warning: Member variable 'RpcV4Util::mRpc' is not initialized in the constructor. [uninitMemberVar]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.hpp:66:11: style: Technically the member function 'RpcV4Util::GetVersionMajor' can be const. [functionConst]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndGuest/rpcV4Util.hpp:67:11: style: Technically the member function 'RpcV4Util::GetVersionMinor' can be const. [functionConst]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:861:11: style: The scope of the variable 'index' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1161:10: style: The scope of the variable 'newPath' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1162:10: style: The scope of the variable 'newRelPath' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1368:12: style: Unsigned variable 'end' can't be negative so it is unnecessary to test it. [unsignedPositive]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1372:12: style: Checking if unsigned variable 'end' is less than zero. [unsignedLessThanZero]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:682:37: style: Function 'GtkDestDragMotionCB' argument 4 names different: declaration 'time' definition 'timeValue'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.h:131:42: note: Function 'GtkDestDragMotionCB' argument 4 names different: declaration 'time' definition 'timeValue'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:682:37: note: Function 'GtkDestDragMotionCB' argument 4 names different: declaration 'time' definition 'timeValue'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:856:72: style: Function 'GtkSourceDragDataGetCB' argument 1 names different: declaration 'context' definition 'dc'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.h:137:70: note: Function 'GtkSourceDragDataGetCB' argument 1 names different: declaration 'context' definition 'dc'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:856:72: note: Function 'GtkSourceDragDataGetCB' argument 1 names different: declaration 'context' definition 'dc'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1002:68: style: Function 'GtkSourceDragEndCB' argument 1 names different: declaration 'context' definition 'dc'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.h:140:66: note: Function 'GtkSourceDragEndCB' argument 1 names different: declaration 'context' definition 'dc'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1002:68: note: Function 'GtkSourceDragEndCB' argument 1 names different: declaration 'context' definition 'dc'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1301:29: style: Function 'RequestData' argument 2 names different: declaration 'timeValue' definition 'time'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.h:172:27: note: Function 'RequestData' argument 2 names different: declaration 'timeValue' definition 'time'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1301:29: note: Function 'RequestData' argument 2 names different: declaration 'timeValue' definition 'time'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:2143:45: style: Function 'GtkEnterEventCB' argument 1 names different: declaration 'event' definition 'ignored'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.h:156:43: note: Function 'GtkEnterEventCB' argument 1 names different: declaration 'event' definition 'ignored'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:2143:45: note: Function 'GtkEnterEventCB' argument 1 names different: declaration 'event' definition 'ignored'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:2158:45: style: Function 'GtkLeaveEventCB' argument 1 names different: declaration 'event' definition 'ignored'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.h:157:43: note: Function 'GtkLeaveEventCB' argument 1 names different: declaration 'event' definition 'ignored'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:2158:45: note: Function 'GtkLeaveEventCB' argument 1 names different: declaration 'event' definition 'ignored'.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1363:16: style: Unused variable: ret [unusedVariable]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1408:27: style: Array index 'index' is used before limits check. [arrayIndexThenCheck]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:60:11: warning: Member variable 'DnDUIX11::m_HGEffect' is not initialized in the constructor. [uninitMemberVar]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:60:11: warning: Member variable 'DnDUIX11::m_GHDnDDropOccurred' is not initialized in the constructor. [uninitMemberVar]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1987:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1989:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1991:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:1993:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dndUIX11.cpp:303:66: performance: Function parameter 'stagingDir' should be passed by const reference. [passedByValue]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/dragDetWndX11.cpp:222:8: style: The scope of the variable 'dummy' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/pointer.cpp:380:16: style: The scope of the variable 'src' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/stringxx/string.hh:215:9: style: Technically the member function 'utf::string::InvalidateCache' can be const. [functionConst]
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/stringxx/string.cc:1784:9: note: Technically the member function 'utf::string::InvalidateCache' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/dndcp/stringxx/string.hh:215:9: note: Technically the member function 'utf::string::InvalidateCache' can be const.
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/getlib/guestInfo.c:107:4: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/getlib/guestInfo.c:103:0: note: Variable 'retval' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/getlib/guestInfo.c:107:4: note: Variable 'retval' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/getlib/guestInfoPosix.c:288:43: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/getlib/guestInfoPosix.c:277:40: note: outer condition: entry->intf_link_addr.addr_type==ADDR_TYPE_ETH
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/getlib/guestInfoPosix.c:288:43: note: identical inner condition: entry->intf_link_addr.addr_type==ADDR_TYPE_ETH
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/getlib/guestInfoPosix.c:270:8: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/getlib/guestInfoPosix.c:279:12: style: The scope of the variable 'macAddress' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/getlib/guestInfoPosix.c:415:8: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/guestInfoServer.c:858:10: style: The scope of the variable 'name' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/guestInfoServer.c:860:8: style: The scope of the variable 'matchedPartition' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/guestInfo/perfMonLinux.c:172:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
open-vm-tools-9.4.6-1770165/services/plugins/resolutionSet/resolutionInt.h:43:0: error: #error Unknown display backend [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:181:4: style: Variable 'requestName' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:164:0: note: Variable 'requestName' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:181:4: note: Variable 'requestName' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:183:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:163:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:183:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:300:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:284:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:300:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:495:4: style: Variable 'rawResultStr' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:492:0: note: Variable 'rawResultStr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:495:4: note: Variable 'rawResultStr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:861:4: style: Variable 'credentialTypeStr' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:830:0: note: Variable 'credentialTypeStr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:861:4: note: Variable 'credentialTypeStr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:862:4: style: Variable 'obfuscatedNamePassword' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:831:0: note: Variable 'obfuscatedNamePassword' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:862:4: note: Variable 'obfuscatedNamePassword' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:1077:4: style: Variable 'requestName' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:1054:0: note: Variable 'requestName' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:1077:4: note: Variable 'requestName' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/foundryToolsDaemon.c:893:23: style: Checking if unsigned variable 'hgfsPacketSize' is less than zero. [unsignedLessThanZero]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1044:13: style: Condition 'NULL==userToken' is always true [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1001:22: note: Assignment 'userToken=NULL', assigned value is 0
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1044:13: note: Condition 'NULL==userToken' is always true
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:7003:13: style: Condition 'NULL==tempDirPath' is always true [knownConditionTrueFalse]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6897:24: note: Assignment 'tempDirPath=NULL', assigned value is 0
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:7003:13: note: Condition 'NULL==tempDirPath' is always true
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1707:78: warning: Either the condition 'NULL!=pid' is redundant or there is possible null pointer dereference: pid. [nullPointerRedundantCheck]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1535:13: note: Assuming that condition 'NULL!=pid' is not redundant
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1707:78: note: Null pointer dereference
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1006:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:996:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1006:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1114:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1098:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1114:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1782:4: style: Variable 'procIsRunning' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1768:0: note: Variable 'procIsRunning' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1782:4: note: Variable 'procIsRunning' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1952:4: style: Variable 'procIsRunning' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1939:0: note: Variable 'procIsRunning' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:1952:4: note: Variable 'procIsRunning' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:2757:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:2755:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:2757:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3239:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3226:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3239:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3392:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3378:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3392:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3503:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3490:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3503:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3675:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3667:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3675:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3819:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3811:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:3819:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4138:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4129:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4138:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4460:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4449:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4460:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4559:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4536:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4559:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4781:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4758:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4781:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5013:4: style: Variable 'procList' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4996:0: note: Variable 'procList' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5013:4: note: Variable 'procList' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5189:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5154:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5189:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5523:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5512:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5523:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5768:4: style: Variable 'legacyListRequest' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5760:0: note: Variable 'legacyListRequest' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5768:4: note: Variable 'legacyListRequest' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5982:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5952:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:5982:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6056:10: style: Variable 'newFileNameList' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6054:0: note: Variable 'newFileNameList' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6056:10: note: Variable 'newFileNameList' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6293:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6283:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6293:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6401:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6372:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6401:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6817:4: style: Variable 'resultBuffer' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6813:0: note: Variable 'resultBuffer' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6817:4: note: Variable 'resultBuffer' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6818:4: style: Variable 'destPtr' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6811:0: note: Variable 'destPtr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6818:4: note: Variable 'destPtr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6819:4: style: Variable 'endDestPtr' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6812:0: note: Variable 'endDestPtr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6819:4: note: Variable 'endDestPtr' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6852:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6848:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6852:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6917:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6889:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:6917:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:8005:10: style: Variable 'directoryPath' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:8004:10: note: Variable 'directoryPath' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:8005:10: note: Variable 'directoryPath' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:8210:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:8179:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:8210:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:8516:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:8512:0: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:8516:4: note: Variable 'err' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:9748:4: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:9732:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:9748:4: note: Variable 'buffer' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:10591:4: style: Variable 'base64Buffer' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:10582:0: note: Variable 'base64Buffer' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:10591:4: note: Variable 'base64Buffer' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:10592:4: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:10584:0: note: Variable 'success' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:10592:4: note: Variable 'success' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:2649:9: style: The scope of the variable 'disabledName' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:649:26: style: Function 'VixTools_Initialize' argument 1 names different: declaration 'thisProcessRunsAsRootArg' definition 'thisProcessRunsAsRootParam'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixToolsInt.h:55:35: note: Function 'VixTools_Initialize' argument 1 names different: declaration 'thisProcessRunsAsRootArg' definition 'thisProcessRunsAsRootParam'.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:649:26: note: Function 'VixTools_Initialize' argument 1 names different: declaration 'thisProcessRunsAsRootArg' definition 'thisProcessRunsAsRootParam'.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:651:55: style: Function 'VixTools_Initialize' argument 3 names different: declaration 'reportProgramDoneProc' definition 'reportProgramDoneProcParam'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixToolsInt.h:57:64: note: Function 'VixTools_Initialize' argument 3 names different: declaration 'reportProgramDoneProc' definition 'reportProgramDoneProcParam'.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:651:55: note: Function 'VixTools_Initialize' argument 3 names different: declaration 'reportProgramDoneProc' definition 'reportProgramDoneProcParam'.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:966:66: style: Function 'VixTools_SetRunProgramCallback' argument 1 names different: declaration 'reportProgramDoneProc' definition 'reportProgramDoneProcParam'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixToolsInt.h:66:71: note: Function 'VixTools_SetRunProgramCallback' argument 1 names different: declaration 'reportProgramDoneProc' definition 'reportProgramDoneProcParam'.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:966:66: note: Function 'VixTools_SetRunProgramCallback' argument 1 names different: declaration 'reportProgramDoneProc' definition 'reportProgramDoneProcParam'.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:2119:60: style: Function 'VixToolsFreeExitedProgramState' argument 1 names different: declaration 'state' definition 'exitState'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:441:72: note: Function 'VixToolsFreeExitedProgramState' argument 1 names different: declaration 'state' definition 'exitState'.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:2119:60: note: Function 'VixToolsFreeExitedProgramState' argument 1 names different: declaration 'state' definition 'exitState'.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4930:35: style: Function 'VixToolsFreeCachedResult' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:333:47: note: Function 'VixToolsFreeCachedResult' argument 1 names different: declaration 'p' definition 'ptr'.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:4930:35: note: Function 'VixToolsFreeCachedResult' argument 1 names different: declaration 'p' definition 'ptr'.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:7345:41: style: Function 'VixToolsImpersonateUserImpl' argument 3 names different: declaration 'password' definition 'obfuscatedNamePassword'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixToolsInt.h:99:46: note: Function 'VixToolsImpersonateUserImpl' argument 3 names different: declaration 'password' definition 'obfuscatedNamePassword'.
open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c:7345:41: note: Function 'VixToolsImpersonateUserImpl' argument 3 names different: declaration 'password' definition 'obfuscatedNamePassword'.
open-vm-tools-9.4.6-1770165/services/plugins/vmbackup/scriptOps.c:441:4: style: Variable 'scriptDir' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/plugins/vmbackup/scriptOps.c:436:0: note: Variable 'scriptDir' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vmbackup/scriptOps.c:441:4: note: Variable 'scriptDir' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/plugins/vmbackup/scriptOps.c:155:13: style: The scope of the variable 'cmd' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/vmbackup/scriptOps.c:345:11: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/services/plugins/vmbackup/scriptOps.c:431:41: style: Function 'VmBackup_NewScriptOp' argument 1 names different: declaration 'freeze' definition 'type'. [funcArgNamesDifferent]
open-vm-tools-9.4.6-1770165/services/plugins/vmbackup/vmBackupInt.h:223:41: note: Function 'VmBackup_NewScriptOp' argument 1 names different: declaration 'freeze' definition 'type'.
open-vm-tools-9.4.6-1770165/services/plugins/vmbackup/scriptOps.c:431:41: note: Function 'VmBackup_NewScriptOp' argument 1 names different: declaration 'freeze' definition 'type'.
open-vm-tools-9.4.6-1770165/services/vmtoolsd/cmdLine.c:72:7: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/vmtoolsd/cmdLine.c:70:0: note: Variable 'status' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/vmtoolsd/cmdLine.c:72:7: note: Variable 'status' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/vmtoolsd/cmdLine.c:283:4: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/vmtoolsd/cmdLine.c:277:0: note: Variable 'context' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/vmtoolsd/cmdLine.c:283:4: note: Variable 'context' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/vmtoolsd/pluginMgr.c:512:4: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/vmtoolsd/pluginMgr.c:508:0: note: Variable 'dir' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/vmtoolsd/pluginMgr.c:512:4: note: Variable 'dir' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/vmtoolsd/pluginMgr.c:672:4: style: Variable 'plugins' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/services/vmtoolsd/pluginMgr.c:637:0: note: Variable 'plugins' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/vmtoolsd/pluginMgr.c:672:4: note: Variable 'plugins' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/services/vmtoolsd/toolsRpc.c:260:11: style: The scope of the variable 'i' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/tests/testVmblock/manual-blocker.c:58:9: style: The scope of the variable 'op' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/tests/testVmblock/vmblocktest.c:28:0: error: #error "vmblocktest.c needs to be ported to your OS." [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:200:4: style: Variable 'exitStatus' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:195:0: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:200:4: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:244:4: style: Variable 'exitStatus' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:239:0: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:244:4: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:288:4: style: Variable 'exitStatus' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:283:0: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:288:4: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:333:4: style: Variable 'exitStatus' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:328:0: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:333:4: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:377:4: style: Variable 'exitStatus' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:372:0: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:377:4: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:421:4: style: Variable 'exitStatus' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:416:0: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:421:4: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:465:4: style: Variable 'exitStatus' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:460:0: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/toolbox/toolboxcmd-stat.c:465:4: note: Variable 'exitStatus' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/vmblock-fuse/fsops.c:331:4: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
open-vm-tools-9.4.6-1770165/vmblock-fuse/fsops.c:328:0: note: Variable 'dir' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/vmblock-fuse/fsops.c:331:4: note: Variable 'dir' is reassigned a value before the old one has been used.
open-vm-tools-9.4.6-1770165/vmblock-fuse/fsops.c:252:8: style: The scope of the variable 'status' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/vmblock-fuse/fsops.c:253:9: style: The scope of the variable 'target' can be reduced. [variableScope]
open-vm-tools-9.4.6-1770165/vmblockmounter/vmblockmounter.c:237:0: error: #error "Unsupported OS" [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/vmware-user-suid-wrapper/main.c:32:0: error: #error This program is not supported on your platform. [preprocessorErrorDirective]
open-vm-tools-9.4.6-1770165/vmware-user-suid-wrapper/wrapper.h:62:0: error: #error This program requires either USES_LOCATIONS_DB or VMTOOLSD_PATH. [preprocessorErrorDirective]
[12:35]

ftp://ftp.se.debian.org/debian/pool/main/o/openacs/openacs_5.9.0+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openafs/openafs_1.8.1.orig.tar.xz
openafs_1.8.1.orig/src/JAVA/libjafs/ACL.c:74:0: style: Variable 'rval1' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/ACL.c:113:11: style: Unused variable: redirect [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/ACL.c:113:22: style: Unused variable: parentURI [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/ACL.c:113:34: style: Unused variable: cptr [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/AdminToken.c:74:7: style: Unused variable: rc [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/Cell.c:1213:11: style: Unused variable: jserver [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/Cell.c:1215:13: style: Unused variable: jaddress [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/Cell.c:872:5: error: Memory leak: groupName [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/File.c:125:10: style: The scope of the variable 'target' can be reduced. [variableScope]
openafs_1.8.1.orig/src/JAVA/libjafs/File.c:54:11: style: struct member 'FileNameNode::fileName' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/JAVA/libjafs/File.c:55:11: style: struct member 'FileNameNode::next' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/JAVA/libjafs/File.c:82:15: style: Unused variable: getAbsolutePathID [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/File.c:130:13: style: Unused variable: fd [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/File.c:133:9: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/File.c:334:12: style: Unused variable: thisClass [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/File.c:335:14: style: Unused variable: fid [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/File.c:336:9: style: Unused variable: rc [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/FileInputStream.c:59:3: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/JAVA/libjafs/FileInputStream.c:57:0: note: Variable 'fd' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/JAVA/libjafs/FileInputStream.c:59:3: note: Variable 'fd' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/JAVA/libjafs/FileInputStream.c:88:13: style: Unused variable: getFileDescriptorID [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/FileInputStream.c:130:13: style: Unused variable: getFileDescriptorID [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/FileInputStream.c:132:9: style: Unused variable: bytes [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/FileOutputStream.c:64:3: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/JAVA/libjafs/FileOutputStream.c:62:0: note: Variable 'fd' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/JAVA/libjafs/FileOutputStream.c:64:3: note: Variable 'fd' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/JAVA/libjafs/FileOutputStream.c:88:3: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/JAVA/libjafs/FileOutputStream.c:86:0: note: Variable 'fd' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/JAVA/libjafs/FileOutputStream.c:88:3: note: Variable 'fd' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/JAVA/libjafs/FileOutputStream.c:111:13: style: The scope of the variable 'written' can be reduced. [variableScope]
openafs_1.8.1.orig/src/JAVA/libjafs/FileOutputStream.c:114:15: style: Unused variable: getFileDescriptorID [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/FileOutputStream.c:162:15: style: Unused variable: getFileDescriptorID [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/FileOutputStream.c:163:11: style: Unused variable: bytes [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/Key.c:61:3: warning: Size of pointer 'convertedKey' used instead of size of its data. [pointerSize]
openafs_1.8.1.orig/src/JAVA/libjafs/Key.c:177:4: error: Memory leak: key [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/Partition.c:365:11: style: Unused variable: jvolume [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/Partition.c:408:11: style: Unused variable: jvolume [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/Server.c:143:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openafs_1.8.1.orig/src/JAVA/libjafs/Server.c:148:5: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/JAVA/libjafs/Server.c:143:3: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/JAVA/libjafs/Server.c:511:11: style: Unused variable: jadmin [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/Server.c:816:11: style: Unused variable: jprocess [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:562:7: warning: Size of pointer 'convertedKey' used instead of size of its data. [pointerSize]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:805:21: style: Unused variable: ptsEntry [unusedVariable]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:331:2: error: Memory leak: who [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:661:2: error: Memory leak: who [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:824:6: error: Memory leak: whoOld [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:824:6: error: Memory leak: whoNew [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:836:4: error: Memory leak: whoOld [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:836:4: error: Memory leak: whoNew [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:1024:4: error: Memory leak: newKey [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:1024:4: error: Memory leak: who [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:1033:4: error: Memory leak: newKey [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/User.c:1033:4: error: Memory leak: who [memleak]
openafs_1.8.1.orig/src/JAVA/libjafs/UserToken.c:120:5: warning: fprintf format string requires 3 parameters but 15 are given. [wrongPrintfScanfArgNum]
openafs_1.8.1.orig/src/JAVA/libjafs/UserToken.c:235:22: warning: Either the condition 'cell!=NULL' is redundant or there is possible null pointer dereference: cell. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/JAVA/libjafs/UserToken.c:225:14: note: Assuming that condition 'cell!=NULL' is not redundant
openafs_1.8.1.orig/src/JAVA/libjafs/UserToken.c:235:22: note: Null pointer dereference
openafs_1.8.1.orig/src/afs/AIX/osi_file.c:92:10: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/AIX/osi_file.c:48:36: style: Variable 'ip' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_file.c:33:0: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_file.c:97:10: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_file.c:110:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_file.c:111:18: style: Unused variable: tvattr [unusedVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_file.c:213:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_groups.c:86:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/AIX/osi_inode.c:172:6: warning: Either the condition 'if(vpp)' is redundant or there is possible null pointer dereference: vpp. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/afs/AIX/osi_inode.c:236:8: note: Assuming that condition 'if(vpp)' is not redundant
openafs_1.8.1.orig/src/afs/AIX/osi_inode.c:172:6: note: Null pointer dereference
openafs_1.8.1.orig/src/afs/AIX/osi_inode.c:257:1: style: Unused variable: lockt [unusedVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_inode.c:259:19: style: Unused variable: ip [unusedVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_inode.c:260:9: style: Unused variable: err [unusedVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_inode.c:320:1: style: Unused variable: lockt [unusedVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_inode.c:322:18: style: Unused variable: fp [unusedVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_inode.c:343:10: style: Variable 'ip' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_inode.c:388:1: style: Unused variable: lockt [unusedVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_misc.c:154:3: style: Label 'endgnode' is not used. [unusedLabel]
openafs_1.8.1.orig/src/afs/AIX/osi_sleep.c:69:2: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/AIX/osi_sleep.c:68:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/AIX/osi_sleep.c:69:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/AIX/osi_timeout.c:316:9: warning: Either the condition 'tos!=NULL' is redundant or there is possible null pointer dereference: tos. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/afs/AIX/osi_timeout.c:301:15: note: Assuming that condition 'tos!=NULL' is not redundant
openafs_1.8.1.orig/src/afs/AIX/osi_timeout.c:316:9: note: Null pointer dereference
openafs_1.8.1.orig/src/afs/AIX/osi_vcache.c:20:10: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/AIX/osi_vfsops.c:44:9: style: Unused variable: error [unusedVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:798:7: style: Condition 'free_cred' is always false [knownConditionTrueFalse]
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:737:21: note: Assignment 'free_cred=0', assigned value is 0
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:798:7: note: Condition 'free_cred' is always false
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:842:9: style: Condition 'free_cred' is always false [knownConditionTrueFalse]
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:737:21: note: Assignment 'free_cred=0', assigned value is 0
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:842:9: note: Condition 'free_cred' is always false
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:1002:14: style: Condition 'counter==0' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:872:19: note: Assignment 'counter=0', assigned value is 0
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:1002:14: note: Condition 'counter==0' is always true
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:639:12: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:1484:18: style: The scope of the variable 'lbp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:206:17: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:421:21: style: Unused variable: treq [unusedVariable]
openafs_1.8.1.orig/src/afs/AIX/osi_vnodeops.c:1333:19: style: Unused variable: attrs [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_file.c:31:9: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_file.c:146:10: style: Unused variable: fname [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_file.c:147:21: style: Unused variable: tstat [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_file.c:250:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_file.c:312:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_file.c:365:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_groups.c:97:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/DARWIN/osi_groups.c:138:9: style: Unused variable: ngrps [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_groups.c:139:9: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_inode.c:175:19: style: Unused variable: pvp [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_misc.c:152:5: style: Variable 'flags' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/DARWIN/osi_misc.c:151:5: note: Variable 'flags' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/DARWIN/osi_misc.c:152:5: note: Variable 'flags' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/DARWIN/osi_module.c:52:9: style: Unused variable: ret [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_sleep.c:59:2: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/DARWIN/osi_sleep.c:58:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/DARWIN/osi_sleep.c:59:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/DARWIN/osi_sleep.c:308:37: style: The scope of the variable 'pevpp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/DARWIN/osi_sleep.c:109:24: style: Unused variable: oevp [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vfsops.c:77:9: style: Unused variable: error [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vm.c:182:9: style: The scope of the variable 'error' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vm.c:34:19: style: Unused variable: kret [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vm.c:35:11: style: Unused variable: size [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vm.c:88:11: style: Unused variable: object [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vm.c:90:17: style: Unused variable: lastpg [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vm.c:119:11: style: Unused variable: object [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vnodeops.c:1077:43: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vnodeops.c:1021:11: style: The scope of the variable 's' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vnodeops.c:1022:14: style: The scope of the variable 'bp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vnodeops.c:1153:9: style: The scope of the variable 'error' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vnodeops.c:1802:13: style: The scope of the variable 'writelocked' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vnodeops.c:949:11: style: Unused variable: object [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vnodeops.c:1152:22: style: Unused variable: data [unusedVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vnodeops.c:1214:16: style: Variable 'wait' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/DARWIN/osi_vnodeops.c:2040:9: style: Unused variable: error [unusedVariable]
openafs_1.8.1.orig/src/afs/FBSD/osi_groups.c:95:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/FBSD/osi_misc.c:78:6: style: The scope of the variable 'glocked' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/FBSD/osi_module.c:75:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openafs_1.8.1.orig/src/afs/FBSD/osi_vfsops.c:49:9: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/src/afs/FBSD/osi_vfsops.c:50:18: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/FBSD/osi_vm.c:120:23: style: The scope of the variable 'obj' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/FBSD/osi_vnodeops.c:1019:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/FBSD/osi_vnodeops.c:1095:9: style: The scope of the variable 'error' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/FBSD/osi_vnodeops.c:681:15: style: Unused variable: iflag [unusedVariable]
openafs_1.8.1.orig/src/afs/FBSD/osi_vnodeops.c:594:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/afs/HPUX/osi_file.c:33:0: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/HPUX/osi_file.c:192:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/HPUX/osi_groups.c:70:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/HPUX/osi_groups.c:119:9: style: Unused variable: ngrps [unusedVariable]
openafs_1.8.1.orig/src/afs/HPUX/osi_groups.c:120:9: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/afs/HPUX/osi_inode.c:47:19: style: Unused variable: pip [unusedVariable]
openafs_1.8.1.orig/src/afs/HPUX/osi_inode.c:49:0: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/HPUX/osi_sleep.c:146:6: style: Condition 'code' is always false [knownConditionTrueFalse]
openafs_1.8.1.orig/src/afs/HPUX/osi_sleep.c:129:9: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/afs/HPUX/osi_sleep.c:146:6: note: Condition 'code' is always false
openafs_1.8.1.orig/src/afs/HPUX/osi_vcache.c:18:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:709:9: style: The scope of the variable 'indx' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:834:9: style: The scope of the variable 'flush_reslt' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:875:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:1351:19: style: The scope of the variable 'old_cred' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:2038:9: style: The scope of the variable 'error' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:2474:9: style: The scope of the variable 'foundFlag' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:835:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:877:21: style: Variable 'vaddr' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:880:19: style: Variable 'prp' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:881:15: style: Variable 'wrt' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:882:21: style: Variable 'space' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/HPUX/osi_vnodeops.c:2506:7: style: Variable 'foundFlag' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_file.c:43:19: style: Unused variable: ip [unusedVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_file.c:46:0: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_file.c:47:9: style: Unused variable: dummy [unusedVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_file.c:103:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_file.c:107:17: style: Unused variable: ms [unusedVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_file.c:133:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_file.c:136:0: style: Variable 'cnt1' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_file.c:175:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:217:5: style: Variable 'credp' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:213:0: note: Variable 'credp' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:217:5: note: Variable 'credp' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:219:5: style: Variable 'old_afs_pag' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:210:0: note: Variable 'old_afs_pag' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:219:5: note: Variable 'old_afs_pag' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:220:5: style: Variable 'old_dfs_pag' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:211:0: note: Variable 'old_dfs_pag' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:220:5: note: Variable 'old_dfs_pag' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:275:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:127:10: style: Unused variable: gidset [unusedVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_groups.c:214:19: style: Unused variable: modcredp [unusedVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_inode.c:435:9: style: The scope of the variable 'error' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/IRIX/osi_inode.c:386:12: style: Unused variable: rval [unusedVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_inode.c:502:9: style: Unused variable: vol [unusedVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_inode.c:544:22: style: Unused variable: stmp2 [unusedVariable]
openafs_1.8.1.orig/src/afs/IRIX/osi_sleep.c:58:2: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/IRIX/osi_sleep.c:57:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/IRIX/osi_sleep.c:58:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/IRIX/osi_vcache.c:18:10: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/IRIX/osi_vm.c:33:12: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/src/afs/LINUX/osi_alloc.c:246:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/afs/LINUX/osi_alloc.c:356:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/afs/LINUX/osi_alloc.c:243:5: style: Variable 'new' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/LINUX/osi_alloc.c:240:0: note: Variable 'new' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/LINUX/osi_alloc.c:243:5: note: Variable 'new' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/LINUX/osi_export.c:71:9: style: The scope of the variable 'vntype' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/LINUX/osi_export.c:406:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/LINUX/osi_export.c:577:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/LINUX/osi_file.c:54:5: style: Variable 'dp' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/LINUX/osi_file.c:51:0: note: Variable 'dp' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/LINUX/osi_file.c:54:5: note: Variable 'dp' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/LINUX/osi_file.c:376:12: style: The scope of the variable 'count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/LINUX/osi_file.c:463:9: style: The scope of the variable 'count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/LINUX/osi_compat.h:295:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openafs_1.8.1.orig/src/afs/LINUX/osi_compat.h:298:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openafs_1.8.1.orig/src/afs/LINUX/osi_ioctl.c:111:13: style: Variable 'entry' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/LINUX/osi_nfssrv.c:239:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/LINUX/osi_proc.c:391:13: style: Variable 'entry' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/LINUX/osi_vcache.c:99:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/LINUX/osi_vfsops.c:159:1: style: Label 'out' is not used. [unusedLabel]
openafs_1.8.1.orig/src/afs/LINUX/osi_vnodeops.c:1111:9: style: The scope of the variable 'free_cred' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/LINUX/osi_vnodeops.c:2363:17: style: The scope of the variable 'tdc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/LINUX/osi_vnodeops.c:2400:13: style: The scope of the variable 'credp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/NBSD/osi_groups.c:83:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/NBSD/osi_sleep.c:75:9: style: The scope of the variable 'timo' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/OBSD/osi_groups.c:80:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/OBSD/osi_misc.c:115:7: style: The scope of the variable 'glocked' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/OBSD/osi_sleep.c:91:9: style: The scope of the variable 'timo' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_file.c:178:5: style: Variable 'afile' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_file.c:170:0: note: Variable 'afile' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/SOLARIS/osi_file.c:178:5: note: Variable 'afile' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/SOLARIS/osi_file.c:177:21: style: Unused variable: tstat [unusedVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_file.c:295:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_file.c:346:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_file.c:349:0: style: Variable 'cnt1' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_file.c:389:18: style: Unused variable: oldCred [unusedVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_groups.c:132:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_inode.c:47:19: style: Unused variable: vp [unusedVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_inode.c:48:16: style: Unused variable: fs [unusedVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_inode.c:49:19: style: Unused variable: pip [unusedVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_inode.c:59:32: style: Variable 'ufsvfsp' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_inode.c:86:19: style: Unused variable: pip [unusedVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_inode.c:145:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_inode.c:171:15: style: Variable 'ufsvfsp' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_sleep.c:58:2: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_sleep.c:57:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/SOLARIS/osi_sleep.c:58:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/SOLARIS/osi_sleep.c:190:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_sleep.c:197:2: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_vcache.c:18:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_vfsops.c:569:11: style: Unused variable: sysn [unusedVariable]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_vnodeops.c:422:2: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_vnodeops.c:421:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/SOLARIS/osi_vnodeops.c:422:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/SOLARIS/osi_vnodeops.c:484:18: style: The scope of the variable 'pages' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_vnodeops.c:652:11: style: The scope of the variable 'data' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_vnodeops.c:659:10: style: The scope of the variable 'appendLength' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/SOLARIS/osi_vnodeops.c:662:22: style: The scope of the variable 'eof' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/UKERNEL/osi_groups.c:73:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/UKERNEL/osi_vcache.c:18:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_access.c:112:20: style: The scope of the variable 'tvc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_attrs.c:48:20: style: The scope of the variable 'tvp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_attrs.c:49:18: style: The scope of the variable 'tcell' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_attrs.c:271:3: style: Variable 'inited' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_fid.c:78:18: style: The scope of the variable 'tcell' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_flock.c:210:16: warning: Possible null pointer dereference: vp [nullPointer]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_flock.c:774:29: note: Calling function 'lockIdcmp2', 2nd argument 'vp' value is 0
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_flock.c:210:16: note: Null pointer dereference
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_lookup.c:1740:6: style: Condition 'AFSDOBULK' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_lookup.c:520:22: style: The scope of the variable 'au' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_lookup.c:552:12: style: The scope of the variable 'sysnamelist' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_lookup.c:600:19: style: The scope of the variable 'au' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_read.c:62:9: warning: Either the condition '!avc' is redundant or there is possible null pointer dereference: avc. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_read.c:72:6: note: Assuming that condition '!avc' is not redundant
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_read.c:62:9: note: Null pointer dereference
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_read.c:424:19: style: The scope of the variable 'bp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_readdir.c:68:24: style: The scope of the variable 'tpe' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_readdir.c:71:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_remove.c:248:9: style: Condition '!tvc' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_remove.c:208:11: note: Assignment 'tvc=NULL', assigned value is 0
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_remove.c:248:9: note: Condition '!tvc' is always true
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_remove.c:38:20: style: The scope of the variable 'tdc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_remove.c:61:22: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_remove.c:393:18: style: The scope of the variable 'cred' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_remove.c:394:11: style: The scope of the variable 'unlname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_symlink.c:149:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_symlink.c:147:63: note: outer condition: alen>1
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_symlink.c:149:11: note: opposite inner condition: alen==1
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_symlink.c:310:16: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_symlink.c:361:16: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/VNOPS/afs_vnop_symlink.c:362:11: style: The scope of the variable 'tfile' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_analyze.c:250:20: style: The scope of the variable 'tvp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_analyze.c:356:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_analyze.c:358:21: style: The scope of the variable 'sa' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_analyze.c:360:11: style: The scope of the variable 'sep' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_analyze.c:792:6: style: The scope of the variable 'same' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_axscache.c:63:9: style: The scope of the variable 'k' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_buffer.c:294:22: style: The scope of the variable 'tfile' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_buffer.c:572:20: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_buffer.c:573:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_call.c:910:56: style: The scope of the variable 'lcnamep' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_call.c:1116:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_call.c:1297:17: style: The scope of the variable 'seedbuf' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_callback.c:710:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_callback.c:714:20: style: The scope of the variable 'ts' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_callback.c:619:0: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/afs_callback.c:671:0: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/afs_callback.c:715:0: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/afs_callback.c:798:0: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/afs_cbqueue.c:190:20: style: The scope of the variable 'tvc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_cell.c:307:9: style: The scope of the variable 'cc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_cell.c:599:18: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_cell.c:758:23: style: The scope of the variable 'cn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_cell.c:1093:18: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_conn.c:136:35: style: The scope of the variable 'lcv' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_conn.c:184:14: style: The scope of the variable 'glocked' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_conn.c:278:22: style: The scope of the variable 'tu' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_conn.c:388:30: style: The scope of the variable 'csec' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_conn.c:390:9: style: The scope of the variable 'service' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_conn.c:635:22: style: The scope of the variable 'tconn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_conn.c:636:20: style: The scope of the variable 'ts' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_daemons.c:312:9: style: The scope of the variable 'localcell' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_daemons.c:333:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_daemons.c:1000:12: style: The scope of the variable 'foundAny' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dcache.c:3421:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/afs/afs_dcache.c:3004:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openafs_1.8.1.orig/src/afs/afs_dcache.c:3006:4: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/afs/afs_dcache.c:3004:9: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/afs/afs_dcache.c:344:17: style: The scope of the variable 'netproblems' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dcache.c:466:24: style: The scope of the variable 'slots_needed' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dcache.c:645:9: style: The scope of the variable 'curbucket' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dcache.c:770:17: style: The scope of the variable 'chunkFlags' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dcache.c:958:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dcache.c:958:12: style: The scope of the variable 'us' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dcache.c:1606:22: style: The scope of the variable 'file' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dcache.c:3306:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dcache.c:3307:9: style: The scope of the variable 'afs_dhashbits' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dcache.c:3759:20: style: The scope of the variable 'tdc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dcache.c:346:17: style: Variable 'overquota' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/afs_disconnected.c:570:5: style: Variable 'old_name' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/afs_disconnected.c:555:0: note: Variable 'old_name' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/afs_disconnected.c:570:5: note: Variable 'old_name' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/afs_disconnected.c:673:5: style: Variable 'tname' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/afs_disconnected.c:658:0: note: Variable 'tname' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/afs_disconnected.c:673:5: note: Variable 'tname' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/afs_disconnected.c:932:5: style: Variable 'tname' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/afs_disconnected.c:922:0: note: Variable 'tname' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/afs_disconnected.c:932:5: note: Variable 'tname' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/afs_disconnected.c:399:20: style: The scope of the variable 'tvc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_disconnected.c:1029:9: style: The scope of the variable 'flags' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_disconnected.c:1388:20: style: The scope of the variable 'tvc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dynroot.c:227:25: style: The scope of the variable 't1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_dynroot.c:227:29: style: The scope of the variable 't2' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_fetchstore.c:1066:2: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/afs_fetchstore.c:1063:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/afs_fetchstore.c:1066:2: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/afs_fetchstore.c:1126:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_icl.c:879:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/afs/afs_icl.c:402:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_icl.c:476:18: style: The scope of the variable 'tsize' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_icl.c:498:9: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_icl.c:1329:25: style: The scope of the variable 'logp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_init.c:816:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_mariner.c:81:16: style: The scope of the variable 'tp1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_memcache.c:125:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_memcache.c:127:9: style: The scope of the variable 'bytesToRead' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_nfsclnt.c:466:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_nfsclnt.c:467:9: style: The scope of the variable 'count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_nfsclnt.c:467:16: style: The scope of the variable 't' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_osi_pag.c:656:5: style: Variable 'pag' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/afs/afs_osi_pag.c:603:0: note: Variable 'pag' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/afs_osi_pag.c:656:5: note: Variable 'pag' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/afs/afs_osi_uio.c:118:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pag_call.c:187:24: style: The scope of the variable 'ticket' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pag_call.c:147:12: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:2962:24: style: Condition 'size>=(1<<20)' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:1771:18: style: The scope of the variable 'tcell' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:1807:9: style: The scope of the variable 't1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:2666:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:2987:22: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:3764:26: style: The scope of the variable 'exporter' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:3966:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:3966:18: style: The scope of the variable 'matches' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:4517:22: style: The scope of the variable 'au' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:5025:22: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:5155:20: style: The scope of the variable 'ts' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:179:39: style: Checking if unsigned variable 'apd->remaining' is less than zero. [unsignedLessThanZero]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:195:39: style: Checking if unsigned variable 'apd->remaining' is less than zero. [unsignedLessThanZero]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:4519:16: style: Unused variable: h [unusedVariable]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:4519:19: style: Unused variable: l [unusedVariable]
openafs_1.8.1.orig/src/afs/afs_pioctl.c:2396:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/afs/afs_segments.c:630:22: style: The scope of the variable 'tfile' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_segments.c:811:19: style: The scope of the variable 'tfile' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:524:21: style: The scope of the variable 'sa' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:564:20: style: The scope of the variable 'ts' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:625:20: style: The scope of the variable 'ts' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:820:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:876:45: style: The scope of the variable 'lowprev' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:877:9: style: The scope of the variable 'lowrank' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:1034:25: style: The scope of the variable 'sin' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:1035:9: style: The scope of the variable 't' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:1410:26: style: The scope of the variable 'pts' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:1598:18: style: The scope of the variable 'srvhash' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:1814:20: style: The scope of the variable 'currTimeP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:1815:37: style: The scope of the variable 'upDownP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_server.c:830:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openafs_1.8.1.orig/src/afs/afs_user.c:329:9: style: The scope of the variable 'currChainLen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_user.c:360:6: style: Variable 'curr_Record' is modified but its new value is never used. [unreadVariable]
openafs_1.8.1.orig/src/afs/afs_util.c:51:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_util.c:263:17: style: The scope of the variable 'tdc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_util.c:347:16: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openafs_1.8.1.orig/src/afs/afs_vcache.c:678:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_vcache.c:3050:21: style: The scope of the variable 'tsp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_volume.c:277:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openafs_1.8.1.orig/src/afs/afs_volume.c:251:56: note: outer condition: j!=0
openafs_1.8.1.orig/src/afs/afs_volume.c:277:8: note: identical inner condition: j!=0
openafs_1.8.1.orig/src/afs/afs_volume.c:655:11: style: The scope of the variable 'bp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afs/afs_volume.c:693:9: style: The scope of the variable 'whichType' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsd/afsd.c:2123:2: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/afsd/afsd.c:991:9: style: The scope of the variable 'thisDir' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsd/afsd.c:1932:9: style: The scope of the variable 'currVFile' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsd/afsd.c:2864:18: style: Function 'afsd_syscall' argument 1 names different: declaration 'code' definition 'syscall'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/afsd/afsd.c:318:29: note: Function 'afsd_syscall' argument 1 names different: declaration 'code' definition 'syscall'.
openafs_1.8.1.orig/src/afsd/afsd.c:2864:18: note: Function 'afsd_syscall' argument 1 names different: declaration 'code' definition 'syscall'.
openafs_1.8.1.orig/src/afsd/afsd_kernel.c:476:44: style: Function 'afsd_mount_afs' argument 2 names different: declaration 'mountdir' definition 'cacheMountDir'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/afsd/afsd.h:50:49: note: Function 'afsd_mount_afs' argument 2 names different: declaration 'mountdir' definition 'cacheMountDir'.
openafs_1.8.1.orig/src/afsd/afsd_kernel.c:476:44: note: Function 'afsd_mount_afs' argument 2 names different: declaration 'mountdir' definition 'cacheMountDir'.
openafs_1.8.1.orig/src/afsd/afsd_kernel.c:531:40: style: Function 'afsd_fork' argument 2 names different: declaration 'cbf' definition 'cb'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/afsd/afsd.h:55:44: note: Function 'afsd_fork' argument 2 names different: declaration 'cbf' definition 'cb'.
openafs_1.8.1.orig/src/afsd/afsd_kernel.c:531:40: note: Function 'afsd_fork' argument 2 names different: declaration 'cbf' definition 'cb'.
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:333:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:333:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:318:17: style: The scope of the variable 'fullPerfLongs' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:319:10: style: The scope of the variable 'numLongs' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:317:17: style: Variable 'rn' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:650:17: style: Variable 'rn' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:653:34: style: Unused variable: authorP [unusedVariable]
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:654:17: style: Variable 'fullPerfLongs' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:655:10: style: Unused variable: numLongs [unusedVariable]
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:760:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:771:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmon-parselog.c:793:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:332:11: style: The scope of the variable 'truncname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:426:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:547:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:584:20: style: The scope of the variable 'tmp_fsNames_o' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:586:29: style: The scope of the variable 'fsDataP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:587:20: style: The scope of the variable 'tmp_cmNames_o' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:588:29: style: The scope of the variable 'cmDataP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:589:9: style: The scope of the variable 'fsIdx' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:590:9: style: The scope of the variable 'cmIdx' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:886:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:908:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:930:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:954:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:978:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:1001:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:1479:28: style: The scope of the variable 'tmp_lightobj' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:1481:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:1485:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:2034:9: style: The scope of the variable 'curr_LCol' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:2072:20: style: The scope of the variable 'fsLabels_o_Ptr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:2811:9: style: The scope of the variable 'curr_LCol' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmon-win.c:2848:20: style: The scope of the variable 'cmLabels_o_Ptr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3431:7: warning: Either the condition 'tmp_fslist_item!=(struct afsmon_fs_Results_list*)0' is redundant or there is possible null pointer dereference: tmp_fslist_item. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3418:30: note: Assuming that condition 'tmp_fslist_item!=(struct afsmon_fs_Results_list*)0' is not redundant
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3431:7: note: Null pointer dereference
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3550:7: warning: Either the condition 'tmp_cmlist_item!=(struct afsmon_cm_Results_list*)0' is redundant or there is possible null pointer dereference: tmp_cmlist_item. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3537:30: note: Assuming that condition 'tmp_cmlist_item!=(struct afsmon_cm_Results_list*)0' is not redundant
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3550:7: note: Null pointer dereference
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:4059:9: warning: Either the condition 'outputFD==(FILE*)0' is redundant or there is possible null pointer dereference: outputFD. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:4046:15: note: Assuming that condition 'outputFD==(FILE*)0' is not redundant
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:4059:9: note: Null pointer dereference
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:350:35: style: The scope of the variable 'tmp_xstat_fsPR' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:353:35: style: The scope of the variable 'tmp_xstat_cmPR' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:359:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:599:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:601:23: style: The scope of the variable 'threshP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:602:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:686:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:688:23: style: The scope of the variable 'threshP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:689:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:933:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:1649:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:1650:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:1651:9: style: The scope of the variable 'k' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2056:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2249:29: style: The scope of the variable 'prev_fsDataP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2254:9: style: The scope of the variable 'numBytes' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2257:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2258:9: style: The scope of the variable 'done' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2439:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2511:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2512:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2513:9: style: The scope of the variable 'k' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2694:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3038:29: style: The scope of the variable 'prev_cmDataP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3043:9: style: The scope of the variable 'numBytes' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3044:9: style: The scope of the variable 'done' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3045:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3267:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3339:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3340:9: style: The scope of the variable 'bufslot' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3341:9: style: The scope of the variable 'numfs' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3458:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3459:9: style: The scope of the variable 'bufslot' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3460:9: style: The scope of the variable 'numcm' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3582:29: style: The scope of the variable 'tmp_fsData1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3583:29: style: The scope of the variable 'tmp_fsData2' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3584:29: style: The scope of the variable 'tmp_cmData1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3585:29: style: The scope of the variable 'tmp_cmData2' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3717:9: style: The scope of the variable 'FSsktbytes' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3719:9: style: The scope of the variable 'CMsktbytes' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3724:9: style: The scope of the variable 'FSinitFlags' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3725:9: style: The scope of the variable 'CMinitFlags' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3728:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3729:11: style: The scope of the variable 'index' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3962:11: style: The scope of the variable 'debug_filename' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3963:11: style: The scope of the variable 'outputFD' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:4044:2: warning: The buffer 'output_filename' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3759:6: warning: The buffer 'fullhostname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:3844:6: warning: The buffer 'fullhostname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:758:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:835:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:1121:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:1157:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:1202:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:1272:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:1317:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:1453:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:1575:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2073:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsmonitor/afsmonitor.c:2103:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.c:126:43: warning: Either the condition 't>=80' is redundant or the array 'W[80]' is accessed at index 80, which is out of bounds. [arrayIndexOutOfBoundsCond]
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.c:126:49: note: Assuming that condition 't>=80' is not redundant
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.c:126:43: note: Array index out of bounds
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.c:173:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.c:467:19: style: Function 'getTokenLen' argument 1 names different: declaration 'token' definition 'buf'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.h:100:30: note: Function 'getTokenLen' argument 1 names different: declaration 'token' definition 'buf'.
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.c:467:19: note: Function 'getTokenLen' argument 1 names different: declaration 'token' definition 'buf'.
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.c:238:9: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.c:368:41: style: Unused variable: loginTmp [unusedVariable]
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.c:473:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.c:480:7: style: Unused variable: token [unusedVariable]
openafs_1.8.1.orig/src/afsweb/apache_afs_cache.c:509:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:81:39: warning: Either the condition 'r==NULL' is redundant or there is possible null pointer dereference: r. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:83:12: note: Assuming that condition 'r==NULL' is not redundant
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:81:39: note: Null pointer dereference
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:87:6: warning: Either the condition 'r==NULL' is redundant or there is possible null pointer dereference: r. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:83:12: note: Assuming that condition 'r==NULL' is not redundant
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:87:6: note: Null pointer dereference
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:218:23: style: The scope of the variable 'testExpires' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:304:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:805:11: style: The scope of the variable 'end' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:806:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:807:9: style: The scope of the variable 'max' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:851:11: style: The scope of the variable 'end' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:852:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:853:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:937:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:378:11: style: Unused variable: temp [unusedVariable]
openafs_1.8.1.orig/src/afsweb/apache_afs_client.c:379:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afsweb/apache_afs_module.c:113:58: warning: String literal compared with variable 'src->afs_accessLog'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openafs_1.8.1.orig/src/afsweb/apache_afs_plugin.c:285:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_plugin.c:184:2: error: Used file that is not opened. [useClosedFile]
openafs_1.8.1.orig/src/afsweb/apache_afs_plugin.c:184:2: error: Resource handle 'fp' freed twice. [doubleFree]
openafs_1.8.1.orig/src/afsweb/apache_afs_plugin.c:478:1: error: Resource leak: f [resourceLeak]
openafs_1.8.1.orig/src/afsweb/apache_afs_plugin.c:390:0: error: Resource leak: f [resourceLeak]
openafs_1.8.1.orig/src/afsweb/apache_afs_plugin.c:102:2: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
openafs_1.8.1.orig/src/afsweb/apache_afs_utils.c:151:9: style: The scope of the variable 'byte' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_utils.c:92:13: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/afsweb/apache_afs_weblog.c:114:10: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/apache_afs_weblog.c:47:9: style: Unused variable: n [unusedVariable]
openafs_1.8.1.orig/src/afsweb/nsafs.c:543:33: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
openafs_1.8.1.orig/src/afsweb/nsafs.c:2354:38: style: Condition '(st.st_mode&S_IFMT)!=S_IFDIR' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/afsweb/nsafs.c:152:9: style: The scope of the variable 'val1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:153:9: style: The scope of the variable 'val2' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:154:9: style: The scope of the variable 'val3' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:155:9: style: The scope of the variable 'val4' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:221:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:326:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:327:23: style: The scope of the variable 'crp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:585:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:1112:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:1360:11: style: The scope of the variable 'viceid' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:1361:11: style: The scope of the variable 'group0' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:1362:11: style: The scope of the variable 'group1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:1692:11: style: The scope of the variable 'txtBuf' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:1693:9: style: The scope of the variable 'txtLen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:1948:11: style: The scope of the variable 'dirPath' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:1955:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/nsafs.c:356:40: style: Unused variable: loginTmp [unusedVariable]
openafs_1.8.1.orig/src/afsweb/nsafs.c:462:10: style: Unused variable: error [unusedVariable]
openafs_1.8.1.orig/src/afsweb/nsafs.c:666:9: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/src/afsweb/nsafs.c:698:9: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/src/afsweb/nsafs.c:701:11: style: Unused variable: reqhdr [unusedVariable]
openafs_1.8.1.orig/src/afsweb/nsafs.c:1883:9: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/afsweb/nsafs.c:2045:9: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/afsweb/nsafs.c:2253:17: style: Unused variable: st [unusedVariable]
openafs_1.8.1.orig/src/afsweb/nsafs.c:2382:17: style: Unused variable: st [unusedVariable]
openafs_1.8.1.orig/src/afsweb/securehash.c:167:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/afsweb/securehash.c:228:9: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/afsweb/weblog.c:381:12: style: Condition '!shutdown' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/afsweb/weblog.c:301:20: note: Assignment 'shutdown=0', assigned value is 0
openafs_1.8.1.orig/src/afsweb/weblog.c:381:12: note: Condition '!shutdown' is always true
openafs_1.8.1.orig/src/afsweb/weblog.c:208:22: warning: Either the condition 'buf==NULL' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/afsweb/weblog.c:211:14: note: Assuming that condition 'buf==NULL' is not redundant
openafs_1.8.1.orig/src/afsweb/weblog.c:208:22: note: Null pointer dereference
openafs_1.8.1.orig/src/afsweb/weblog.c:233:11: style: Unused variable: temp [unusedVariable]
openafs_1.8.1.orig/src/aklog/akeyconvert.c:80:0: error: #error com_err is required for akeyconvert [preprocessorErrorDirective]
openafs_1.8.1.orig/src/aklog/aklog.c:57:0: error: #error No com_err.h? We need some kind of com_err.h [preprocessorErrorDirective]
openafs_1.8.1.orig/src/aklog/klog.c:191:0: error: #error "Must have either krb5_princ_size or krb5_principal_get_comp_string" [preprocessorErrorDirective]
openafs_1.8.1.orig/src/aklog/krb_util.c:55:6: warning: Either the condition 'if(hrealms)' is redundant or there is possible null pointer dereference: hrealms. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/aklog/krb_util.c:58:5: note: Assuming that condition 'if(hrealms)' is not redundant
openafs_1.8.1.orig/src/aklog/krb_util.c:55:6: note: Null pointer dereference
openafs_1.8.1.orig/src/aklog/krb_util.c:56:17: warning: Either the condition 'if(hrealms)' is redundant or there is possible null pointer dereference: hrealms. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/aklog/krb_util.c:58:5: note: Assuming that condition 'if(hrealms)' is not redundant
openafs_1.8.1.orig/src/aklog/krb_util.c:56:17: note: Null pointer dereference
openafs_1.8.1.orig/src/aklog/skipwrap.c:50:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openafs_1.8.1.orig/src/aklog/skipwrap.c:50:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/audit/audit-file.c:41:24: style: The scope of the variable 'r' can be reduced. [variableScope]
openafs_1.8.1.orig/src/audit/audit.c:169:10: style: The scope of the variable 'tbuffer' can be reduced. [variableScope]
openafs_1.8.1.orig/src/audit/audit.c:247:30: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/audit/audit.c:398:27: style: The scope of the variable 'conn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/audit/audit.c:399:21: style: The scope of the variable 'peer' can be reduced. [variableScope]
openafs_1.8.1.orig/src/audit/audit.c:482:10: style: The scope of the variable 'event' can be reduced. [variableScope]
openafs_1.8.1.orig/src/audit/audit.c:514:28: style: Function 'osi_audit_file' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/audit/audit.h:303:32: note: Function 'osi_audit_file' argument 1 names different: declaration 'filename' definition 'fileName'.
openafs_1.8.1.orig/src/audit/audit.c:514:28: note: Function 'osi_audit_file' argument 1 names different: declaration 'filename' definition 'fileName'.
openafs_1.8.1.orig/src/auth/cellconfig.c:285:12: style: The scope of the variable 'cc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/cellconfig.c:285:16: style: The scope of the variable 'pc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/cellconfig.c:1340:9: style: The scope of the variable 'tservice' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/cellconfig.c:1496:16: style: The scope of the variable 'afsconf_showcell' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/cellconfig.c:855:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/auth/cellconfig.c:861:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/auth/cellconfig.c:896:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/auth/copyauth.c:34:20: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
openafs_1.8.1.orig/src/auth/keys.c:78:23: style: The scope of the variable 'cursor' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/keys.c:79:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/keys.c:274:42: style: Function '_afsconf_FreeAllKeys' argument 1 names different: declaration 'adir' definition 'dir'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/auth/internal.h:7:54: note: Function '_afsconf_FreeAllKeys' argument 1 names different: declaration 'adir' definition 'dir'.
openafs_1.8.1.orig/src/auth/keys.c:274:42: note: Function '_afsconf_FreeAllKeys' argument 1 names different: declaration 'adir' definition 'dir'.
openafs_1.8.1.orig/src/auth/keys.c:293:39: style: Function '_afsconf_InitKeys' argument 1 names different: declaration 'adir' definition 'dir'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/auth/internal.h:6:51: note: Function '_afsconf_InitKeys' argument 1 names different: declaration 'adir' definition 'dir'.
openafs_1.8.1.orig/src/auth/keys.c:293:39: note: Function '_afsconf_InitKeys' argument 1 names different: declaration 'adir' definition 'dir'.
openafs_1.8.1.orig/src/auth/keys.c:610:39: style: Function '_afsconf_LoadKeys' argument 1 names different: declaration 'adir' definition 'dir'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/auth/internal.h:5:50: note: Function '_afsconf_LoadKeys' argument 1 names different: declaration 'adir' definition 'dir'.
openafs_1.8.1.orig/src/auth/keys.c:610:39: note: Function '_afsconf_LoadKeys' argument 1 names different: declaration 'adir' definition 'dir'.
openafs_1.8.1.orig/src/auth/ktc.c:550:48: style: Function 'GetToken' argument 4 names different: declaration 'alicnet' definition 'aclient'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/auth/ktc.c:152:48: note: Function 'GetToken' argument 4 names different: declaration 'alicnet' definition 'aclient'.
openafs_1.8.1.orig/src/auth/ktc.c:550:48: note: Function 'GetToken' argument 4 names different: declaration 'alicnet' definition 'aclient'.
openafs_1.8.1.orig/src/auth/ktc.c:1042:16: style: Variable 'pag' is not assigned a value. [unassignedVariable]
openafs_1.8.1.orig/src/auth/ktc_nt.c:666:14: style: Condition 'code==-1' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/auth/ktc_nt.c:656:13: note: Assignment 'code=-1', assigned value is -1
openafs_1.8.1.orig/src/auth/ktc_nt.c:666:14: note: Condition 'code==-1' is always true
openafs_1.8.1.orig/src/auth/ktc_nt.c:1095:11: style: Condition 'code==-1' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/auth/ktc_nt.c:1090:13: note: Assignment 'code=-1', assigned value is -1
openafs_1.8.1.orig/src/auth/ktc_nt.c:1095:11: note: Condition 'code==-1' is always true
openafs_1.8.1.orig/src/auth/ktc_nt.c:733:5: style: Variable 'ktcMutex' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/auth/ktc_nt.c:731:0: note: Variable 'ktcMutex' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/auth/ktc_nt.c:733:5: note: Variable 'ktcMutex' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/auth/ktc_nt.c:894:5: style: Variable 'ktcMutex' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/auth/ktc_nt.c:890:0: note: Variable 'ktcMutex' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/auth/ktc_nt.c:894:5: note: Variable 'ktcMutex' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/auth/ktc_nt.c:372:12: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/auth/ktc_nt.c:578:12: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/auth/ktc_nt.c:1070:23: style: Variable 'ktcMutex' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/auth/netrestrict.c:411:10: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openafs_1.8.1.orig/src/auth/netrestrict.c:410:13: note: outer condition: fake
openafs_1.8.1.orig/src/auth/netrestrict.c:411:10: note: opposite inner condition: !fake
openafs_1.8.1.orig/src/auth/netrestrict.c:324:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/netrestrict.c:459:34: style: The scope of the variable 'found' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/netrestrict.c:437:0: error: Resource leak: fp [resourceLeak]
openafs_1.8.1.orig/src/auth/realms.c:441:5: style: Variable 'local_realms' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/auth/realms.c:437:0: note: Variable 'local_realms' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/auth/realms.c:441:5: note: Variable 'local_realms' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/auth/realms.c:213:30: style: The scope of the variable 'entry' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/realms.c:237:33: style: The scope of the variable 'entry' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/setkey.c:34:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/setkey.c:35:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/setkey.c:100:17: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/test/testcellconf.c:63:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/token.c:474:9: style: The scope of the variable 'decodedOK' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/token.c:474:20: style: The scope of the variable 'found' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/userok.c:130:11: style: The scope of the variable 'copy' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/userok.c:134:11: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/userok.c:449:11: style: The scope of the variable 'ename' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/userok.c:450:11: style: The scope of the variable 'displayName' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/userok.c:451:11: style: The scope of the variable 'decodedName' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/userok.c:453:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/auth/userok.c:195:2: error: Resource leak: tf [resourceLeak]
openafs_1.8.1.orig/src/bozo/bnode.c:528:9: style: The scope of the variable 'setAny' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bozo/bnode.c:897:9: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bozo/bos.c:372:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bozo/bos.c:373:21: style: The scope of the variable 'tcall' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bozo/bos.c:695:23: style: The scope of the variable 'ver' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bozo/bosoprocs.c:1568:28: style: Function 'bozo_ShutdownAndExit' argument 1 names different: declaration 'arock' definition 'param'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/bosprototypes.h:50:34: note: Function 'bozo_ShutdownAndExit' argument 1 names different: declaration 'arock' definition 'param'.
openafs_1.8.1.orig/src/bozo/bosoprocs.c:1568:28: note: Function 'bozo_ShutdownAndExit' argument 1 names different: declaration 'arock' definition 'param'.
openafs_1.8.1.orig/src/bozo/bosserver.c:708:5: style: Variable 'pidfile' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/bozo/bosserver.c:705:0: note: Variable 'pidfile' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/bozo/bosserver.c:708:5: note: Variable 'pidfile' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/bozo/bosserver.c:739:5: style: Variable 'pidfile' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/bozo/bosserver.c:738:0: note: Variable 'pidfile' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/bozo/bosserver.c:739:5: note: Variable 'pidfile' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/bozo/bosserver.c:1233:10: style: The scope of the variable 'tdate' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bozo/bosserver.c:463:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:72:28: style: Function 'cron_hascore' argument 1 names different: declaration 'bnode' definition 'abnode'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:28:39: note: Function 'cron_hascore' argument 1 names different: declaration 'bnode' definition 'abnode'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:72:28: note: Function 'cron_hascore' argument 1 names different: declaration 'bnode' definition 'abnode'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:137:29: style: Function 'cron_restartp' argument 1 names different: declaration 'bnode' definition 'abnode'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:29:40: note: Function 'cron_restartp' argument 1 names different: declaration 'bnode' definition 'abnode'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:137:29: note: Function 'cron_restartp' argument 1 names different: declaration 'bnode' definition 'abnode'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:143:27: style: Function 'cron_delete' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:30:38: note: Function 'cron_delete' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:143:27: note: Function 'cron_delete' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:182:28: style: Function 'cron_timeout' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:31:39: note: Function 'cron_timeout' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:182:28: note: Function 'cron_timeout' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:224:28: style: Function 'cron_getstat' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:32:39: note: Function 'cron_getstat' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:224:28: note: Function 'cron_getstat' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:224:44: style: Function 'cron_getstat' argument 2 names different: declaration 'status' definition 'astatus'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:32:57: note: Function 'cron_getstat' argument 2 names different: declaration 'status' definition 'astatus'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:224:44: note: Function 'cron_getstat' argument 2 names different: declaration 'status' definition 'astatus'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:244:28: style: Function 'cron_setstat' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:33:39: note: Function 'cron_setstat' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:244:28: note: Function 'cron_setstat' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:244:42: style: Function 'cron_setstat' argument 2 names different: declaration 'status' definition 'astatus'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:33:56: note: Function 'cron_setstat' argument 2 names different: declaration 'status' definition 'astatus'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:244:42: note: Function 'cron_setstat' argument 2 names different: declaration 'status' definition 'astatus'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:274:32: style: Function 'cron_procstarted' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:34:43: note: Function 'cron_procstarted' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:274:32: note: Function 'cron_procstarted' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:274:55: style: Function 'cron_procstarted' argument 2 names different: declaration 'proc' definition 'aproc'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:34:69: note: Function 'cron_procstarted' argument 2 names different: declaration 'proc' definition 'aproc'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:274:55: note: Function 'cron_procstarted' argument 2 names different: declaration 'proc' definition 'aproc'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:280:29: style: Function 'cron_procexit' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:35:40: note: Function 'cron_procexit' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:280:29: note: Function 'cron_procexit' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:280:52: style: Function 'cron_procexit' argument 2 names different: declaration 'proc' definition 'aproc'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:35:66: note: Function 'cron_procexit' argument 2 names different: declaration 'proc' definition 'aproc'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:280:52: note: Function 'cron_procexit' argument 2 names different: declaration 'proc' definition 'aproc'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:305:30: style: Function 'cron_getstring' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:36:41: note: Function 'cron_getstring' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:305:30: note: Function 'cron_getstring' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:318:28: style: Function 'cron_getparm' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:37:39: note: Function 'cron_getparm' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/cronbnodeops.c:318:28: note: Function 'cron_getparm' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:58:26: style: Function 'ez_hascore' argument 1 names different: declaration 'bnode' definition 'abnode'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:29:37: note: Function 'ez_hascore' argument 1 names different: declaration 'bnode' definition 'abnode'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:58:26: note: Function 'ez_hascore' argument 1 names different: declaration 'bnode' definition 'abnode'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:70:27: style: Function 'ez_restartp' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:30:38: note: Function 'ez_restartp' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:70:27: note: Function 'ez_restartp' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:96:25: style: Function 'ez_delete' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:31:36: note: Function 'ez_delete' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:96:25: note: Function 'ez_delete' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:129:26: style: Function 'ez_timeout' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:32:37: note: Function 'ez_timeout' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:129:26: note: Function 'ez_timeout' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:151:26: style: Function 'ez_getstat' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:33:37: note: Function 'ez_getstat' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:151:26: note: Function 'ez_getstat' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:151:42: style: Function 'ez_getstat' argument 2 names different: declaration 'status' definition 'astatus'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:33:55: note: Function 'ez_getstat' argument 2 names different: declaration 'status' definition 'astatus'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:151:42: note: Function 'ez_getstat' argument 2 names different: declaration 'status' definition 'astatus'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:169:26: style: Function 'ez_setstat' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:34:37: note: Function 'ez_setstat' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:169:26: note: Function 'ez_setstat' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:169:40: style: Function 'ez_setstat' argument 2 names different: declaration 'status' definition 'astatus'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:34:54: note: Function 'ez_setstat' argument 2 names different: declaration 'status' definition 'astatus'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:169:40: note: Function 'ez_setstat' argument 2 names different: declaration 'status' definition 'astatus'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:198:30: style: Function 'ez_procstarted' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:38:41: note: Function 'ez_procstarted' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:198:30: note: Function 'ez_procstarted' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:198:53: style: Function 'ez_procstarted' argument 2 names different: declaration 'proc' definition 'aproc'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:38:67: note: Function 'ez_procstarted' argument 2 names different: declaration 'proc' definition 'aproc'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:198:53: note: Function 'ez_procstarted' argument 2 names different: declaration 'proc' definition 'aproc'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:209:27: style: Function 'ez_procexit' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:35:38: note: Function 'ez_procexit' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:209:27: note: Function 'ez_procexit' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:209:50: style: Function 'ez_procexit' argument 2 names different: declaration 'proc' definition 'aproc'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:35:64: note: Function 'ez_procexit' argument 2 names different: declaration 'proc' definition 'aproc'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:209:50: note: Function 'ez_procexit' argument 2 names different: declaration 'proc' definition 'aproc'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:236:28: style: Function 'ez_getstring' argument 1 names different: declaration 'bnode' definition 'abnode'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:36:39: note: Function 'ez_getstring' argument 1 names different: declaration 'bnode' definition 'abnode'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:236:28: note: Function 'ez_getstring' argument 1 names different: declaration 'bnode' definition 'abnode'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:242:26: style: Function 'ez_getparm' argument 1 names different: declaration 'bnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:37:37: note: Function 'ez_getparm' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/ezbnodeops.c:242:26: note: Function 'ez_getparm' argument 1 names different: declaration 'bnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:286:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:195:27: style: Function 'fs_restartp' argument 1 names different: declaration 'abnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:96:38: note: Function 'fs_restartp' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:195:27: note: Function 'fs_restartp' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:330:25: style: Function 'fs_delete' argument 1 names different: declaration 'abnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:97:36: note: Function 'fs_delete' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:330:25: note: Function 'fs_delete' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:701:26: style: Function 'fs_timeout' argument 1 names different: declaration 'abnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:98:37: note: Function 'fs_timeout' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:701:26: note: Function 'fs_timeout' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:769:26: style: Function 'fs_getstat' argument 1 names different: declaration 'abnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:99:37: note: Function 'fs_getstat' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:769:26: note: Function 'fs_getstat' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:800:30: style: Function 'fs_procstarted' argument 1 names different: declaration 'abnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:101:41: note: Function 'fs_procstarted' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:800:30: note: Function 'fs_procstarted' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:811:27: style: Function 'fs_procexit' argument 1 names different: declaration 'abnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:102:38: note: Function 'fs_procexit' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:811:27: note: Function 'fs_procexit' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:1067:28: style: Function 'fs_getstring' argument 1 names different: declaration 'abnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:103:39: note: Function 'fs_getstring' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:1067:28: note: Function 'fs_getstring' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:1111:26: style: Function 'fs_getparm' argument 1 names different: declaration 'abnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:104:37: note: Function 'fs_getparm' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:1111:26: note: Function 'fs_getparm' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:1130:28: style: Function 'dafs_getparm' argument 1 names different: declaration 'abnode' definition 'bn'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:106:39: note: Function 'dafs_getparm' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/fsbnodeops.c:1130:28: note: Function 'dafs_getparm' argument 1 names different: declaration 'abnode' definition 'bn'.
openafs_1.8.1.orig/src/bozo/smail-notifier.c:50:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/bozo/smail-notifier.c:56:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/bozo/smail-notifier.c:80:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/bozo/test/testproc.c:33:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bozo/test/testproc.c:35:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bu_utils/fms.c:21:28: style: struct member 'tapeDataBuffer::tdb_next' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/bu_utils/fms.c:22:11: style: struct member 'tapeDataBuffer::tdb_buffer' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/bucoord/commands.c:791:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/bucoord/commands.c:150:30: style: The scope of the variable 'pss' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:151:33: style: The scope of the variable 'pps' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:430:9: style: The scope of the variable 'found' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:631:16: style: The scope of the variable 'ltime' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:1060:25: style: The scope of the variable 'td' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:1062:10: style: The scope of the variable 'tbuffer' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:1153:20: style: The scope of the variable 'timeString' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:1441:11: style: The scope of the variable 'volsetName' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:1442:26: style: The scope of the variable 'volsetPtr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:1488:7: style: The scope of the variable 'count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:1627:11: style: The scope of the variable 'timeString' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:2253:21: style: The scope of the variable 'hostPtr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:2414:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/commands.c:2535:10: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/bucoord/commands.c:1500:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/bucoord/commands.c:1715:3: error: Memory leak: portp [memleak]
openafs_1.8.1.orig/src/bucoord/commands.c:1236:0: error: Memory leak: ports [memleak]
openafs_1.8.1.orig/src/bucoord/commands.c:1366:0: error: Memory leak: ports [memleak]
openafs_1.8.1.orig/src/bucoord/commands.c:1561:0: error: Memory leak: ports [memleak]
openafs_1.8.1.orig/src/bucoord/commands.c:1529:0: error: Resource leak: fd [resourceLeak]
openafs_1.8.1.orig/src/bucoord/commands.c:1727:0: error: Memory leak: portp [memleak]
openafs_1.8.1.orig/src/bucoord/dsstub.c:237:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/bucoord/dsstub.c:292:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/bucoord/dsvs.c:580:21: warning: Either the condition 'separator==0' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openafs_1.8.1.orig/src/bucoord/dsvs.c:547:19: note: Assuming that condition 'separator==0' is not redundant
openafs_1.8.1.orig/src/bucoord/dsvs.c:580:21: note: Null pointer addition
openafs_1.8.1.orig/src/bucoord/dsvs.c:187:27: style: The scope of the variable 'tlast' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/dsvs.c:477:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/dump_sched.c:375:30: style: The scope of the variable 'ppds' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/dump_sched.c:419:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/bucoord/tape_hosts.c:225:11: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/tape_hosts.c:226:21: style: The scope of the variable 'th' can be reduced. [variableScope]
openafs_1.8.1.orig/src/bucoord/tape_hosts.c:251:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/bucoord/vol_sets.c:475:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/bucoord/vol_sets.c:500:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/budb/db_alloc.c:119:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/budb/db_alloc.c:121:9: style: The scope of the variable 'nFree' can be reduced. [variableScope]
openafs_1.8.1.orig/src/budb/db_hash.c:51:9: style: The scope of the variable 'newsize' can be reduced. [variableScope]
openafs_1.8.1.orig/src/budb/db_hash.c:52:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openafs_1.8.1.orig/src/budb/db_hash.c:53:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/budb/ol_verify.c:281:17: style: The scope of the variable 'error' can be reduced. [variableScope]
openafs_1.8.1.orig/src/budb/ol_verify.c:934:9: style: The scope of the variable 'type' can be reduced. [variableScope]
openafs_1.8.1.orig/src/budb/ol_verify.c:83:10: style: struct member 'dbStatus::hostname' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/budb/ol_verify.c:90:9: style: struct member 'misc_hash_stats::max' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/budb/ol_verify.c:91:12: style: struct member 'misc_hash_stats::avg' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/budb/ol_verify.c:92:12: style: struct member 'misc_hash_stats::std_dev' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/budb/procs.c:3222:3: style: Redundant condition: nameFlags==BUDB_OP_TAPENAME. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
openafs_1.8.1.orig/src/budb/procs.c:726:44: warning: Either the condition 'vol?vol->id:0' is redundant or there is possible null pointer dereference: volP. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1085:61: note: Assuming that condition 'vol?vol->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1084:28: note: Calling function 'AddVolume', 2nd argument 'vol' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1141:27: note: Calling function 'GetVolInfo', 2nd argument 'volP' value is 0
openafs_1.8.1.orig/src/budb/procs.c:726:44: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1105:17: warning: Either the condition 'vol?vol->id:0' is redundant or there is possible null pointer dereference: vol. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1085:61: note: Assuming that condition 'vol?vol->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1084:28: note: Calling function 'AddVolume', 2nd argument 'vol' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1105:17: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1163:31: warning: Either the condition 'vol?vol->id:0' is redundant or there is possible null pointer dereference: vol. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1085:61: note: Assuming that condition 'vol?vol->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1084:28: note: Calling function 'AddVolume', 2nd argument 'vol' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1163:31: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1177:24: warning: Either the condition 'vol?vol->id:0' is redundant or there is possible null pointer dereference: vol. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1085:61: note: Assuming that condition 'vol?vol->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1084:28: note: Calling function 'AddVolume', 2nd argument 'vol' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1177:24: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1178:21: warning: Either the condition 'vol?vol->id:0' is redundant or there is possible null pointer dereference: vol. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1085:61: note: Assuming that condition 'vol?vol->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1084:28: note: Calling function 'AddVolume', 2nd argument 'vol' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1178:21: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1179:23: warning: Either the condition 'vol?vol->id:0' is redundant or there is possible null pointer dereference: vol. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1085:61: note: Assuming that condition 'vol?vol->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1084:28: note: Calling function 'AddVolume', 2nd argument 'vol' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1179:23: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1180:25: warning: Either the condition 'vol?vol->id:0' is redundant or there is possible null pointer dereference: vol. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1085:61: note: Assuming that condition 'vol?vol->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1084:28: note: Calling function 'AddVolume', 2nd argument 'vol' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1180:25: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1181:22: warning: Either the condition 'vol?vol->id:0' is redundant or there is possible null pointer dereference: vol. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1085:61: note: Assuming that condition 'vol?vol->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1084:28: note: Calling function 'AddVolume', 2nd argument 'vol' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1181:22: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1183:24: warning: Either the condition 'vol?vol->id:0' is redundant or there is possible null pointer dereference: vol. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1085:61: note: Assuming that condition 'vol?vol->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1084:28: note: Calling function 'AddVolume', 2nd argument 'vol' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1183:24: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1193:44: warning: Either the condition 'vol?vol->id:0' is redundant or there is possible null pointer dereference: vol. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1085:61: note: Assuming that condition 'vol?vol->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1084:28: note: Calling function 'AddVolume', 2nd argument 'vol' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1193:44: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1383:16: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1383:16: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1419:10: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1419:10: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1464:24: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1464:24: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1465:24: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1465:24: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1466:25: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1466:25: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1467:18: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1467:18: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1468:22: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1468:22: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1469:21: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1469:21: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1471:55: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1471:55: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1472:7: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1472:7: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1475:9: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1475:9: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1477:23: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1477:23: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1482:21: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1482:21: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1501:29: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1358:61: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1357:29: note: Calling function 'CreateDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1501:29: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1708:45: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:1688:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:1686:31: note: Calling function 'DoDeleteTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:1708:45: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:2281:9: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:2249:62: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:2248:29: note: Calling function 'FinishDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:2281:9: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:2283:5: warning: Either the condition 'dump?dump->id:0' is redundant or there is possible null pointer dereference: dump. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:2249:62: note: Assuming that condition 'dump?dump->id:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:2248:29: note: Calling function 'FinishDump', 2nd argument 'dump' value is 0
openafs_1.8.1.orig/src/budb/procs.c:2283:5: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:2330:45: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:2309:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:2307:29: note: Calling function 'FinishTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:2330:45: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:2342:27: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:2309:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:2307:29: note: Calling function 'FinishTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:2342:27: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:2360:22: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:2309:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:2307:29: note: Calling function 'FinishTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:2360:22: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:2361:25: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:2309:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:2307:29: note: Calling function 'FinishTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:2361:25: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3290:16: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3272:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3270:26: note: Calling function 'UseTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:3290:16: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3304:20: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3272:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3270:26: note: Calling function 'UseTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:3304:20: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3321:10: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3272:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3270:26: note: Calling function 'UseTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:3321:10: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3323:23: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3272:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3270:26: note: Calling function 'UseTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:3323:23: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3324:23: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3272:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3270:26: note: Calling function 'UseTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:3324:23: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3326:19: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3272:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3270:26: note: Calling function 'UseTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:3326:19: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3327:24: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3272:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3270:26: note: Calling function 'UseTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:3327:24: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3328:24: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3272:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3270:26: note: Calling function 'UseTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:3328:24: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3330:21: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3272:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3270:26: note: Calling function 'UseTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:3330:21: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3335:9: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3272:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3270:26: note: Calling function 'UseTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:3335:9: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3350:36: warning: Either the condition 'tape?tape->dump:0' is redundant or there is possible null pointer dereference: tape. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3272:15: note: Assuming that condition 'tape?tape->dump:0' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3270:26: note: Calling function 'UseTape', 2nd argument 'tape' value is 0
openafs_1.8.1.orig/src/budb/procs.c:3350:36: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:3462:13: warning: Either the condition 'if(DUMP)' is redundant or there is possible null pointer dereference: DUMP. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/budb/procs.c:3467:8: note: Assuming that condition 'if(DUMP)' is not redundant
openafs_1.8.1.orig/src/budb/procs.c:3462:13: note: Null pointer dereference
openafs_1.8.1.orig/src/budb/procs.c:1647:8: style: Same expression on both sides of '||'. [duplicateExpression]
openafs_1.8.1.orig/src/budb/procs.c:89:26: style: struct member 'memTextBlock::mtb_next' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/budb/procs.c:3543:2: error: Resource leak: dumpfid [resourceLeak]
openafs_1.8.1.orig/src/budb/struct_ops.c:585:29: style: Function 'tapeToBudbTape' argument 1 names different: declaration 'r' definition 'tapePtr'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/budb/budb_internal.h:77:33: note: Function 'tapeToBudbTape' argument 1 names different: declaration 'r' definition 'tapePtr'.
openafs_1.8.1.orig/src/budb/struct_ops.c:585:29: note: Function 'tapeToBudbTape' argument 1 names different: declaration 'r' definition 'tapePtr'.
openafs_1.8.1.orig/src/butc/lwps.c:534:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butc/lwps.c:138:11: style: The scope of the variable 'err1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/lwps.c:138:18: style: The scope of the variable 'err2' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/lwps.c:328:9: style: The scope of the variable 'w' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/lwps.c:461:9: style: The scope of the variable 'cpid' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/lwps.c:461:23: style: The scope of the variable 'rcpid' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/lwps.c:330:5: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
openafs_1.8.1.orig/src/butc/read_tape.c:49:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/read_tape.c:130:16: style: The scope of the variable 'volcount' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/read_tape.c:193:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/read_tape.c:196:9: style: The scope of the variable 'skip' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/read_tape.c:196:15: style: The scope of the variable 'first' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/read_tape.c:297:31: style: The scope of the variable 'bmark2' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/read_tape.c:384:23: style: The scope of the variable 'label' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/read_tape.c:385:22: style: The scope of the variable 'fmark' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/read_tape.c:387:23: style: The scope of the variable 'bmark' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/recoverDb.c:171:5: style: Variable 'block' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/butc/recoverDb.c:161:0: note: Variable 'block' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/butc/recoverDb.c:171:5: note: Variable 'block' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/butc/recoverDb.c:121:9: style: The scope of the variable 'response' can be reduced. [variableScope]
openafs_1.8.1.orig/src/butc/tcmain.c:200:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/butc/tcmain.c:347:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/butc/tcmain.c:364:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/butc/tcmain.c:477:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/butc/test.c:67:12: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/butc/test.c:67:12: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/butc/test.c:67:12: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/butc/test.c:67:12: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/butc/test.c:295:5: style: Variable 'ts' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/butc/test.c:293:5: note: Variable 'ts' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/butc/test.c:295:5: note: Variable 'ts' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/butc/test.c:297:5: style: Variable 'ts' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/butc/test.c:295:5: note: Variable 'ts' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/butc/test.c:297:5: note: Variable 'ts' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/butc/test.c:109:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/butc/test.c:110:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/butc/test.c:153:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/butc/test.c:154:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/butc/test.c:155:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/butc/test.c:156:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/butc/test.c:126:0: error: Resource leak: fp [resourceLeak]
openafs_1.8.1.orig/src/butc/test.c:168:0: error: Resource leak: fp [resourceLeak]
openafs_1.8.1.orig/src/butm/butm_test.c:87:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:90:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:94:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:99:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:104:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:109:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:117:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:117:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:121:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:124:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:129:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:132:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:135:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:140:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:140:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:143:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:143:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:146:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:149:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:149:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:152:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:152:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:158:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:158:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:161:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:164:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:169:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:172:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:177:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:177:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:193:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:193:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:196:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:196:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:204:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:204:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:209:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:209:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:212:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:216:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:220:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:220:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:228:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:228:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:231:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:234:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:237:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:240:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:245:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:248:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:251:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:254:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:259:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:259:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:262:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:265:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:268:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:268:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:273:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:273:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:276:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:276:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:279:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:279:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:282:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:282:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:287:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:287:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:290:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:290:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:293:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:293:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:296:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:296:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:306:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:306:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:309:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:312:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:317:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:320:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:325:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:328:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:333:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:337:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:342:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:347:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:350:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/butm_test.c:86:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openafs_1.8.1.orig/src/butm/butm_test.c:352:3: style: Label 'end' is not used. [unusedLabel]
openafs_1.8.1.orig/src/butm/file_tm.c:168:9: style: Condition 'forkflag' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/butm/file_tm.c:160:16: note: Assignment 'forkflag=1', assigned value is 1
openafs_1.8.1.orig/src/butm/file_tm.c:168:9: note: Condition 'forkflag' is always true
openafs_1.8.1.orig/src/butm/file_tm.c:295:9: style: Condition 'forkflag' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/butm/file_tm.c:291:16: note: Assignment 'forkflag=1', assigned value is 1
openafs_1.8.1.orig/src/butm/file_tm.c:295:9: note: Condition 'forkflag' is always true
openafs_1.8.1.orig/src/butm/file_tm.c:417:9: style: Condition 'forkflag' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/butm/file_tm.c:413:16: note: Assignment 'forkflag=1', assigned value is 1
openafs_1.8.1.orig/src/butm/file_tm.c:417:9: note: Condition 'forkflag' is always true
openafs_1.8.1.orig/src/butm/file_tm.c:1452:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/butm/file_tm.c:1113:26: warning: Either the condition 'if(p)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/butm/file_tm.c:1129:8: note: Assuming that condition 'if(p)' is not redundant
openafs_1.8.1.orig/src/butm/file_tm.c:1113:26: note: Null pointer dereference
openafs_1.8.1.orig/src/butm/file_tm.c:1116:28: warning: Either the condition 'if(p)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/butm/file_tm.c:1129:8: note: Assuming that condition 'if(p)' is not redundant
openafs_1.8.1.orig/src/butm/file_tm.c:1116:28: note: Null pointer dereference
openafs_1.8.1.orig/src/butm/test_ftm.c:82:2: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/butm/test_ftm.c:82:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/cmd/cmd.c:43:17: style: The scope of the variable 'tbuffer' can be reduced. [variableScope]
openafs_1.8.1.orig/src/cmd/cmd.c:266:25: style: The scope of the variable 'ts' can be reduced. [variableScope]
openafs_1.8.1.orig/src/cmd/cmd.c:628:26: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/cmd/cmd.c:679:26: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/cmd/cmd.c:746:26: style: The scope of the variable 'td' can be reduced. [variableScope]
openafs_1.8.1.orig/src/cmd/cmd.c:763:25: style: The scope of the variable 'ts' can be reduced. [variableScope]
openafs_1.8.1.orig/src/cmd/cmd.c:1192:9: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/cmd/cmd.c:251:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/cmd/cmd.c:254:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/cmd/cmd.c:850:11: error: Uninitialized variable: ambig [uninitvar]
openafs_1.8.1.orig/src/cmd/test/itest.c:61:5: style: Variable 'ts' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/cmd/test/itest.c:59:5: note: Variable 'ts' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/cmd/test/itest.c:61:5: note: Variable 'ts' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/cmd/test/itest.c:53:11: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/cmd/test/itest.c:54:10: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/cmd/test/itest.c:73:7: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
openafs_1.8.1.orig/src/comerr/compile_et.c:150:10: style: The scope of the variable 'lcname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/comerr/compile_et.c:344:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openafs_1.8.1.orig/src/comerr/compile_et.c:347:6: style: The scope of the variable 'count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/comerr/compile_et.c:347:13: style: The scope of the variable 'written' can be reduced. [variableScope]
openafs_1.8.1.orig/src/comerr/compile_et.c:455:0: error: Memory leak: ename [memleak]
openafs_1.8.1.orig/src/comerr/compile_et.c:375:0: error: Resource leak: prolog_hfile [resourceLeak]
bison.simple:671:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openafs_1.8.1.orig/src/comerr/et_name.c:26:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
openafs_1.8.1.orig/src/config/mc.c:51:9: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/config/mc.c:112:9: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/config/mc.c:141:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/config/mkvers.c:381:21: warning: Either the condition 'c?c:"Unknown"' is redundant or there is possible null pointer dereference: c. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/config/mkvers.c:384:45: note: Assuming that condition 'c?c:"Unknown"' is not redundant
openafs_1.8.1.orig/src/config/mkvers.c:381:21: note: Null pointer dereference
openafs_1.8.1.orig/src/config/util_cr.c:428:31: style: Condition 'isalpha(*ptr)!=0' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/config/util_cr.c:573:26: warning: Either the condition 'ssect==NULL' is redundant or there is possible null pointer dereference: ssect. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/config/util_cr.c:575:17: note: Assuming that condition 'ssect==NULL' is not redundant
openafs_1.8.1.orig/src/config/util_cr.c:573:26: note: Null pointer dereference
openafs_1.8.1.orig/src/config/util_cr.c:679:17: warning: Either the condition 'if(save)' is redundant or there is possible null pointer dereference: ch. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/config/util_cr.c:693:8: note: Assuming that condition 'if(save)' is not redundant
openafs_1.8.1.orig/src/config/util_cr.c:678:10: note: Assignment 'ch=save', assigned value is 0
openafs_1.8.1.orig/src/config/util_cr.c:679:17: note: Null pointer dereference
openafs_1.8.1.orig/src/config/util_cr.c:690:5: warning: Either the condition 'if(pvar)' is redundant or there is possible null pointer dereference: pvar. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/config/util_cr.c:695:8: note: Assuming that condition 'if(pvar)' is not redundant
openafs_1.8.1.orig/src/config/util_cr.c:690:5: note: Null pointer dereference
openafs_1.8.1.orig/src/config/util_cr.c:691:5: warning: Either the condition 'if(pvar)' is redundant or there is possible null pointer dereference: pvar. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/config/util_cr.c:695:8: note: Assuming that condition 'if(pvar)' is not redundant
openafs_1.8.1.orig/src/config/util_cr.c:691:5: note: Null pointer dereference
openafs_1.8.1.orig/src/config/util_cr.c:546:6: style: Variable 'ssub' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/config/util_cr.c:545:6: note: Variable 'ssub' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/config/util_cr.c:546:6: note: Variable 'ssub' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/config/util_cr.c:548:6: style: Variable 'sval' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/config/util_cr.c:547:6: note: Variable 'sval' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/config/util_cr.c:548:6: note: Variable 'sval' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/config/util_cr.c:230:15: style: The scope of the variable 'po' can be reduced. [variableScope]
openafs_1.8.1.orig/src/config/util_cr.c:567:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/config/util_cr.c:520:5: error: Allocation with fopen, if doesn't release it. [leakNoVarFunctionCall]
openafs_1.8.1.orig/src/crypto/rfc3961/context.c:6:33: style: Function 'oafs_h_krb5_init_context' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/crypto/rfc3961/rfc3961.h:117:49: note: Function 'oafs_h_krb5_init_context' argument 1 names different: declaration 'context' definition 'ctx'.
openafs_1.8.1.orig/src/crypto/rfc3961/context.c:6:33: note: Function 'oafs_h_krb5_init_context' argument 1 names different: declaration 'context' definition 'ctx'.
openafs_1.8.1.orig/src/crypto/rfc3961/context.c:11:32: style: Function 'oafs_h_krb5_free_context' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/crypto/rfc3961/rfc3961.h:119:37: note: Function 'oafs_h_krb5_free_context' argument 1 names different: declaration 'context' definition 'ctx'.
openafs_1.8.1.orig/src/crypto/rfc3961/context.c:11:32: note: Function 'oafs_h_krb5_free_context' argument 1 names different: declaration 'context' definition 'ctx'.
openafs_1.8.1.orig/src/dir/buffer.c:161:32: style: The scope of the variable 'bufhead' can be reduced. [variableScope]
openafs_1.8.1.orig/src/dir/buffer.c:328:28: style: Function 'DRelease' argument 1 names different: declaration 'loc' definition 'entry'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/dir/dir.h:126:40: note: Function 'DRelease' argument 1 names different: declaration 'loc' definition 'entry'.
openafs_1.8.1.orig/src/dir/buffer.c:328:28: note: Function 'DRelease' argument 1 names different: declaration 'loc' definition 'entry'.
openafs_1.8.1.orig/src/dir/buffer.c:353:17: style: Function 'DZap' argument 1 names different: declaration 'fid' definition 'dir'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/dir/dir.h:125:29: note: Function 'DZap' argument 1 names different: declaration 'fid' definition 'dir'.
openafs_1.8.1.orig/src/dir/buffer.c:353:17: note: Function 'DZap' argument 1 names different: declaration 'fid' definition 'dir'.
openafs_1.8.1.orig/src/dir/buffer.c:454:17: style: Function 'DNew' argument 1 names different: declaration 'fid' definition 'dir'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/dir/dir.h:124:28: note: Function 'DNew' argument 1 names different: declaration 'fid' definition 'dir'.
openafs_1.8.1.orig/src/dir/buffer.c:454:17: note: Function 'DNew' argument 1 names different: declaration 'fid' definition 'dir'.
openafs_1.8.1.orig/src/dir/dir.c:771:14: warning: Either the condition '!old_fid' is redundant or there is possible null pointer dereference: fid_old. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/dir/dir.c:770:9: note: Assuming that condition '!old_fid' is not redundant
openafs_1.8.1.orig/src/dir/dir.c:760:29: note: Assignment 'fid_old=(struct MKFid*)old_fid', assigned value is 0
openafs_1.8.1.orig/src/dir/dir.c:771:14: note: Null pointer dereference
openafs_1.8.1.orig/src/dir/dir.c:772:13: warning: Either the condition '!old_fid' is redundant or there is possible null pointer dereference: fid_old. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/dir/dir.c:770:9: note: Assuming that condition '!old_fid' is not redundant
openafs_1.8.1.orig/src/dir/dir.c:760:29: note: Assignment 'fid_old=(struct MKFid*)old_fid', assigned value is 0
openafs_1.8.1.orig/src/dir/dir.c:772:13: note: Null pointer dereference
openafs_1.8.1.orig/src/dir/dir.c:152:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/dir/dir.c:464:9: style: The scope of the variable 'num' can be reduced. [variableScope]
openafs_1.8.1.orig/src/dir/dir.c:468:9: style: The scope of the variable 'elements' can be reduced. [variableScope]
openafs_1.8.1.orig/src/dir/dir.c:99:51: style: Function 'afs_dir_Create' argument 3 names different: declaration 'vfid' definition 'voidfid'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/dir/dir.h:91:62: note: Function 'afs_dir_Create' argument 3 names different: declaration 'vfid' definition 'voidfid'.
openafs_1.8.1.orig/src/dir/dir.c:99:51: note: Function 'afs_dir_Create' argument 3 names different: declaration 'vfid' definition 'voidfid'.
openafs_1.8.1.orig/src/dir/dir.c:364:51: style: Function 'afs_dir_Lookup' argument 3 names different: declaration 'fid' definition 'voidfid'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/dir/dir.h:96:62: note: Function 'afs_dir_Lookup' argument 3 names different: declaration 'fid' definition 'voidfid'.
openafs_1.8.1.orig/src/dir/dir.c:364:51: note: Function 'afs_dir_Lookup' argument 3 names different: declaration 'fid' definition 'voidfid'.
openafs_1.8.1.orig/src/dir/dir.c:384:57: style: Function 'afs_dir_LookupOffset' argument 3 names different: declaration 'fid' definition 'voidfid'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/dir/dir.h:97:68: note: Function 'afs_dir_LookupOffset' argument 3 names different: declaration 'fid' definition 'voidfid'.
openafs_1.8.1.orig/src/dir/dir.c:384:57: note: Function 'afs_dir_LookupOffset' argument 3 names different: declaration 'fid' definition 'voidfid'.
openafs_1.8.1.orig/src/dir/dir.c:410:44: style: Function 'afs_dir_EnumerateDir' argument 2 names different: declaration 'hookproc' definition 'proc'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/dir/dir.h:100:11: note: Function 'afs_dir_EnumerateDir' argument 2 names different: declaration 'hookproc' definition 'proc'.
openafs_1.8.1.orig/src/dir/dir.c:410:44: note: Function 'afs_dir_EnumerateDir' argument 2 names different: declaration 'hookproc' definition 'proc'.
openafs_1.8.1.orig/src/dir/dir.c:539:36: style: Function 'afs_dir_GetVerifiedBlob' argument 1 names different: declaration 'dir' definition 'file'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/dir/dir.h:107:47: note: Function 'afs_dir_GetVerifiedBlob' argument 1 names different: declaration 'dir' definition 'file'.
openafs_1.8.1.orig/src/dir/dir.c:539:36: note: Function 'afs_dir_GetVerifiedBlob' argument 1 names different: declaration 'dir' definition 'file'.
openafs_1.8.1.orig/src/dir/salvage.c:449:9: style: The scope of the variable 'entry' can be reduced. [variableScope]
openafs_1.8.1.orig/src/dir/test/dtest.c:144:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/dir/test/physio.c:52:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/dir/test/physio.c:74:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/dir/test/physio.c:136:11: error: Division by zero. [zerodiv]
openafs_1.8.1.orig/src/dir/test/physio.c:135:9: note: Assignment 'j=0', assigned value is 0
openafs_1.8.1.orig/src/dir/test/physio.c:136:11: note: Division by zero
openafs_1.8.1.orig/src/dir/test/physio.c:136:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/dir/test/test-salvage.c:33:5: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
openafs_1.8.1.orig/src/dir/test/test-salvage.c:35:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/dir/test/test-salvage.c:35:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/dir/test/test-salvage.c:38:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/dir/test/test-salvage.c:38:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/dir/test/test-salvage.c:38:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/dir/test/test-salvage.c:38:6: warning: %d in format string (no. 4) requires 'int' but the argument type is 'long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/dir/test/test-salvage.c:45:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/dir/test/test-salvage.c:20:28: style: The scope of the variable 'myFid' can be reduced. [variableScope]
openafs_1.8.1.orig/src/dir/test/test-salvage.c:20:38: style: The scope of the variable 'parentFid' can be reduced. [variableScope]
openafs_1.8.1.orig/src/export/cfgafs.c:110:17: warning: Redundant assignment of 'cload.kmid' to itself. [selfAssignment]
openafs_1.8.1.orig/src/export/cfgafs.c:39:9: style: The scope of the variable 'res' can be reduced. [variableScope]
openafs_1.8.1.orig/src/export/cfgexport.c:124:17: warning: Redundant assignment of 'cload.kmid' to itself. [selfAssignment]
openafs_1.8.1.orig/src/export/export.c:182:10: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
openafs_1.8.1.orig/src/export/export.c:235:5: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'caddr_t *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/export/export.c:82:23: style: Unused variable: np [unusedVariable]
openafs_1.8.1.orig/src/export/export.c:167:9: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/export/export.c:167:12: style: Unused variable: pri [unusedVariable]
openafs_1.8.1.orig/src/export/symtab.c:37:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
openafs_1.8.1.orig/src/export/symtab.c:38:12: style: The scope of the variable 'sym' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/runtests.c:1151:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/runtests.c:478:19: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/runtests.c:479:9: style: The scope of the variable 'outlen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/runtests.c:662:19: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/runtests.c:663:19: style: The scope of the variable 'missing' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/runtests.c:664:19: style: The scope of the variable 'failed' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/runtests.c:665:19: style: The scope of the variable 'first' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/runtests.c:666:19: style: The scope of the variable 'last' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/runtests.c:848:35: style: The scope of the variable 'total' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/runtests.c:1124:17: style: The scope of the variable 'list' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/tap/basic.c:530:16: warning: Either the condition 'p==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/tap/basic.c:532:11: note: Assuming that condition 'p==NULL' is not redundant
openafs_1.8.1.orig/src/external/c-tap-harness/tests/tap/basic.c:530:16: note: Null pointer subtraction
openafs_1.8.1.orig/src/external/c-tap-harness/tests/tap/basic.c:553:11: style: The scope of the variable 'base' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/c-tap-harness/tests/tap/float.c:67:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/camellia-ntt.c:1413:22: style: Function 'Camellia_EncryptBlock' argument 4 names different: declaration 'cipherText' definition 'ciphertext'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/camellia-ntt.h:53:22: note: Function 'Camellia_EncryptBlock' argument 4 names different: declaration 'cipherText' definition 'ciphertext'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/camellia-ntt.c:1413:22: note: Function 'Camellia_EncryptBlock' argument 4 names different: declaration 'cipherText' definition 'ciphertext'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/camellia-ntt.c:1442:28: style: Function 'Camellia_DecryptBlock' argument 2 names different: declaration 'cipherText' definition 'ciphertext'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/camellia-ntt.h:56:28: note: Function 'Camellia_DecryptBlock' argument 2 names different: declaration 'cipherText' definition 'ciphertext'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/camellia-ntt.c:1442:28: note: Function 'Camellia_DecryptBlock' argument 2 names different: declaration 'cipherText' definition 'ciphertext'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/des.c:466:39: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/des.c:466:27: style: Variable 'uiv' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/des.c:543:39: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/des.c:543:27: style: Variable 'uiv' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/des.c:672:39: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/des.c:672:27: style: Variable 'uiv' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/des.c:798:27: style: Variable 'uiv' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/hmac.c:149:20: warning: Function 'hc_HMAC' argument order different: declaration 'evp_md, key, key_len, data, n, md, md_len' definition 'md, key, key_size, data, data_size, hash, hash_len' [funcArgOrderDifferent]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/hmac.h:79:27: note: Function 'hc_HMAC' argument order different: declaration 'evp_md, key, key_len, data, n, md, md_len' definition 'md, key, key_size, data, data_size, hash, hash_len'
openafs_1.8.1.orig/src/external/heimdal/hcrypto/hmac.c:149:20: note: Function 'hc_HMAC' argument order different: declaration 'evp_md, key, key_len, data, n, md, md_len' definition 'md, key, key_size, data, data_size, hash, hash_len'
openafs_1.8.1.orig/src/external/heimdal/hcrypto/hash.h:65:7: warning: Redundant assignment of 'x' to itself. [selfAssignment]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md2.c:95:40: style: Function 'hc_MD2_Update' argument 2 names different: declaration 'p' definition 'v'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md2.h:60:45: note: Function 'hc_MD2_Update' argument 2 names different: declaration 'p' definition 'v'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md2.c:95:40: note: Function 'hc_MD2_Update' argument 2 names different: declaration 'p' definition 'v'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md4.c:174:40: style: Function 'hc_MD4_Update' argument 2 names different: declaration 'p' definition 'v'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md4.h:59:45: note: Function 'hc_MD4_Update' argument 2 names different: declaration 'p' definition 'v'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md4.c:174:40: note: Function 'hc_MD4_Update' argument 2 names different: declaration 'p' definition 'v'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md4.c:169:16: style: struct member 'x32::a' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md4.c:170:16: style: struct member 'x32::b' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md5.c:198:40: style: Function 'hc_MD5_Update' argument 2 names different: declaration 'p' definition 'v'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md5.h:59:45: note: Function 'hc_MD5_Update' argument 2 names different: declaration 'p' definition 'v'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md5.c:198:40: note: Function 'hc_MD5_Update' argument 2 names different: declaration 'p' definition 'v'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md5.c:193:16: style: struct member 'x32::a' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/md5.c:194:16: style: struct member 'x32::b' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rand-egd.c:131:12: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rand-egd.c:132:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rand-egd.c:154:12: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rand-timer.c:112:26: style: Unused variable: otv [unusedVariable]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rand-unix.c:95:13: style: The scope of the variable 'count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rand.c:276:13: style: The scope of the variable 'slen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rand.c:104:34: style: Function 'hc_RAND_bytes' argument 2 names different: declaration 'num' definition 'size'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rand.h:84:31: note: Function 'hc_RAND_bytes' argument 2 names different: declaration 'num' definition 'size'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rand.c:104:34: note: Function 'hc_RAND_bytes' argument 2 names different: declaration 'num' definition 'size'.
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rc2.c:119:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rc2.c:121:9: style: The scope of the variable 't0' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rc2.c:121:13: style: The scope of the variable 't1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rc2.c:121:17: style: The scope of the variable 't2' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rc2.c:121:21: style: The scope of the variable 't3' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rc2.c:159:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rc2.c:161:9: style: The scope of the variable 't0' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rc2.c:161:13: style: The scope of the variable 't1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rc2.c:161:17: style: The scope of the variable 't2' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rc2.c:161:21: style: The scope of the variable 't3' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rc4.c:64:12: style: The scope of the variable 't' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/rijndael-alg-fst.c:826:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/hcrypto/ui.c:120:9: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/krb5/config_file.c:651:17: style: The scope of the variable 'p' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/krb5/config_file.c:124:71: style: Function 'parse_section' argument 3 names different: declaration 'res' definition 'parent'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/external/heimdal/krb5/config_file.c:75:32: note: Function 'parse_section' argument 3 names different: declaration 'res' definition 'parent'.
openafs_1.8.1.orig/src/external/heimdal/krb5/config_file.c:124:71: note: Function 'parse_section' argument 3 names different: declaration 'res' definition 'parent'.
openafs_1.8.1.orig/src/external/heimdal/krb5/crypto-rand.c:44:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/krb5/crypto-rand.c:69:14: style: The scope of the variable 'p' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/krb5/crypto.c:1920:5: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
openafs_1.8.1.orig/src/external/heimdal/krb5/expand_path.c:428:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openafs_1.8.1.orig/src/external/heimdal/krb5/expand_path.c:336:9: style: struct member 'token::ftype' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/external/heimdal/krb5/n-fold.c:77:20: style: The scope of the variable 'right' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/roken/base64.c:59:9: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/roken/freeaddrinfo.c:45:22: style: The scope of the variable 'tofree' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/roken/getaddinfo.c:191:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/roken/getaddinfo.c:228:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/roken/getaddinfo.c:279:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/roken/getaddinfo.c:215:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/external/heimdal/roken/inet_ntop.c:59:6: style: Condition 'non_zerop' is always false [knownConditionTrueFalse]
openafs_1.8.1.orig/src/external/heimdal/roken/inet_ntop.c:57:18: note: Assignment 'non_zerop=0', assigned value is 0
openafs_1.8.1.orig/src/external/heimdal/roken/inet_ntop.c:59:6: note: Condition 'non_zerop' is always false
openafs_1.8.1.orig/src/external/heimdal/roken/mkstemp.c:52:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/roken/net_read.c:48:13: style: The scope of the variable 'count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/roken/net_write.c:48:13: style: The scope of the variable 'count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/external/heimdal/roken/snprintf.c:309:36: style: Variable 'len' is modified but its new value is never used. [unreadVariable]
openafs_1.8.1.orig/src/fsprobe/fsprobe.c:222:36: style: The scope of the variable 'curr_conn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/fsprobe/fsprobe.c:223:33: style: The scope of the variable 'curr_stats' can be reduced. [variableScope]
openafs_1.8.1.orig/src/fsprobe/fsprobe.c:224:10: style: The scope of the variable 'curr_probeOK' can be reduced. [variableScope]
openafs_1.8.1.orig/src/fsprobe/fsprobe.c:481:11: style: The scope of the variable 'hostNameFound' can be reduced. [variableScope]
openafs_1.8.1.orig/src/fsprobe/fsprobe.c:813:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/fsprobe/fsprobe_test.c:234:12: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/gtx/X11windows.c:82:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:124:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:157:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:191:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:224:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:257:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:290:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:326:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:362:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:398:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:433:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:468:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:502:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:537:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/X11windows.c:571:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/curses_test.c:43:15: style: Variable 'mainscr' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/gtx/curses_test.c:40:10: style: Unused variable: str [unusedVariable]
openafs_1.8.1.orig/src/gtx/curses_test.c:41:9: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/gtx/curseswindows.c:336:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/curseswindows.c:373:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/curseswindows.c:413:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/curseswindows.c:488:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/curseswindows.c:524:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/curseswindows.c:560:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/curseswindows.c:616:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/curseswindows.c:672:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:80:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:122:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:157:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:194:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:230:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:266:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:299:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:338:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:377:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:416:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:454:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:492:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:529:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:564:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/dumbwindows.c:598:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/frame.c:111:10: style: The scope of the variable 'tstring' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/frame.c:112:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/frame.c:328:11: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/input.c:32:9: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/input.c:33:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/input.c:34:23: style: The scope of the variable 'tframe' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/keymap.c:103:26: style: The scope of the variable 'tentry' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/lightobject.c:179:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/lightobject.c:257:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/objdict.c:51:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/objdict.c:92:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/objdict.c:128:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/objdict.c:164:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/object_test.c:228:6: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:236:6: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:244:6: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:252:6: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:276:2: warning: %x in format string (no. 5) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:284:2: warning: %x in format string (no. 5) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:292:2: warning: %x in format string (no. 5) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:300:2: warning: %x in format string (no. 5) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:309:2: warning: %x in format string (no. 5) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:317:2: warning: %x in format string (no. 5) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:325:2: warning: %x in format string (no. 5) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:333:2: warning: %x in format string (no. 5) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:344:6: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:352:2: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'onode *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/object_test.c:433:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/object_test.c:351:9: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/gtx/objects.c:288:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/screen_test.c:141:2: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'gwin *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/gtx/screen_test.c:271:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/screen_test.c:67:34: style: Unused variable: d_crparams [unusedVariable]
openafs_1.8.1.orig/src/gtx/screen_test.c:68:33: style: Unused variable: x_crparams [unusedVariable]
openafs_1.8.1.orig/src/gtx/textcb.c:50:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/textcb.c:344:9: style: The scope of the variable 'chars_to_copy' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/textcb.c:346:11: style: The scope of the variable 'dest' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/textcb.c:460:17: style: Variable 'curr_ent' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/gtx/textcb.c:218:0: error: Memory leak: newBuff [memleak]
openafs_1.8.1.orig/src/gtx/textobject.c:338:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/textobject.c:420:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/textobject.c:423:9: style: The scope of the variable 'shownDiff' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/textobject.c:424:9: style: The scope of the variable 'writeDiff' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/textobject.c:425:9: style: The scope of the variable 'bumpAmount' can be reduced. [variableScope]
openafs_1.8.1.orig/src/gtx/textobject.c:238:6: style: Variable 'currEnt' is modified but its new value is never used. [unreadVariable]
openafs_1.8.1.orig/src/kauth/admin_tools.c:405:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/admin_tools.c:408:10: style: The scope of the variable 'bit' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/admin_tools.c:409:10: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/admin_tools.c:410:9: style: The scope of the variable 'addop' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/admin_tools.c:411:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/admin_tools.c:412:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/admin_tools.c:1293:10: style: The scope of the variable 'realm' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/admin_tools.c:1296:12: style: The scope of the variable 'acode' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/admin_tools.c:1602:9: style: The scope of the variable 'index' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/admin_tools.c:1305:6: warning: The buffer 'whoami' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/kauth/authclient.c:100:10: style: The scope of the variable 'cellname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/authclient.c:340:19: style: The scope of the variable 'tempc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/client.c:67:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/client.c:198:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/client.c:198:14: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/crypt.c:294:14: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/crypt.c:295:9: style: The scope of the variable 't' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/crypt.c:592:14: style: The scope of the variable 'ptabp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/crypt.c:631:17: style: The scope of the variable 'loop_count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/decode_ticket.c:60:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openafs_1.8.1.orig/src/kauth/ka-forwarder.c:165:15: style: The scope of the variable 'rv' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/ka_util.c:267:2: warning: %o in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned char *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/kauth/ka_util.c:69:14: style: The scope of the variable 'upos' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/ka_util.c:69:24: style: The scope of the variable 'gpos' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/ka_util.c:246:10: style: Unused variable: thiskey [unusedVariable]
openafs_1.8.1.orig/src/kauth/ka_util.c:172:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/kauth/kaauxdb.c:36:10: style: The scope of the variable 'dbpathname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kadatabase.c:373:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kadatabase.c:805:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kadatabase.c:854:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kadatabase.c:456:3: style: Variable 'oldtotalkeyentries' is modified but its new value is never used. [unreadVariable]
openafs_1.8.1.orig/src/kauth/kalocalcell.c:78:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kalocalcell.c:79:10: style: The scope of the variable 'cellname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kaprocs.c:111:23: style: The scope of the variable 'nbit' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kaprocs.c:813:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kautils.c:77:19: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kkids.c:245:2: error: Width 100 given in format string (no. 1) is larger than destination buffer 'tname[100]', use %99s to prevent overflowing it. [invalidScanfFormatWidth]
openafs_1.8.1.orig/src/kauth/kkids.c:59:6: style: The scope of the variable 'link_chars_read' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kkids.c:60:8: style: The scope of the variable 'last_component' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kkids.c:115:11: style: The scope of the variable 'dp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kkids.c:116:11: style: The scope of the variable 'pathelt' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kkids.c:377:11: style: The scope of the variable 'argv' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/klog.c:134:12: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kpasswd.c:493:13: style: Condition 'dess2k==-1' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/kauth/kpasswd.c:221:19: note: Assignment 'dess2k=-1', assigned value is -1
openafs_1.8.1.orig/src/kauth/kpasswd.c:493:13: note: Condition 'dess2k==-1' is always true
openafs_1.8.1.orig/src/kauth/kpasswd.c:135:12: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/kpwvalid.c:27:10: style: The scope of the variable 'password' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/krb_udp.c:444:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openafs_1.8.1.orig/src/kauth/krb_udp.c:445:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openafs_1.8.1.orig/src/kauth/krb_udp.c:446:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openafs_1.8.1.orig/src/kauth/manyklog.c:135:12: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/rebuild.c:72:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/kauth/rebuild.c:245:10: style: The scope of the variable 'Time' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/multiklog.c:118:12: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_badtix.c:611:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openafs_1.8.1.orig/src/kauth/test/test_date.c:33:10: style: The scope of the variable 'bob' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:391:2: style: Variable 'now' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:387:2: note: Variable 'now' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:391:2: note: Variable 'now' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:396:2: style: Variable 'now' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:391:2: note: Variable 'now' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:396:2: note: Variable 'now' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:400:2: style: Variable 'now' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:396:2: note: Variable 'now' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:400:2: note: Variable 'now' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:47:10: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:216:10: style: The scope of the variable 'serverList' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:219:20: style: The scope of the variable 'pw' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:225:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:228:19: style: The scope of the variable 'deadTime' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:229:19: style: The scope of the variable 'now' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:230:19: style: Unused variable: end [unusedVariable]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:334:21: style: Unused variable: tentry [unusedVariable]
openafs_1.8.1.orig/src/kauth/test/test_getticket.c:338:7: style: Unused variable: start [unusedVariable]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:601:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:76:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:99:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:374:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:378:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:414:2: error: Width 100 given in format string (no. 1) is larger than destination buffer 'tname[100]', use %99s to prevent overflowing it. [invalidScanfFormatWidth]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:431:2: error: Width 100 given in format string (no. 1) is larger than destination buffer 'tname[100]', use %99s to prevent overflowing it. [invalidScanfFormatWidth]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:612:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:616:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:905:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:911:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:304:10: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:810:4: style: Label 'usage' is not used. [unusedLabel]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:153:10: style: Unused variable: name_buf [unusedVariable]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:272:12: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/kauth/test/test_interim_ktc.c:198:10: style: Unused variable: lifetime [unusedVariable]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:278:6: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:278:6: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:278:6: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:282:3: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:282:3: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:289:6: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:321:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:321:5: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:321:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:331:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:331:6: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:331:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:62:10: style: The scope of the variable 'serverList' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:65:20: style: The scope of the variable 'pw' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:85:19: style: The scope of the variable 'now' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/test/test_rxkad_free.c:253:7: style: The scope of the variable 'd' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/user_nt.c:385:6: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/kauth/user_nt.c:926:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kauth/user_nt.c:955:5: warning: The buffer 'ivec' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
openafs_1.8.1.orig/src/kauth/user_nt.c:956:5: warning: The buffer 'temp_key' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
openafs_1.8.1.orig/src/kopenafs/kopenafs.c:46:18: style: Unused variable: saved_func [unusedVariable]
openafs_1.8.1.orig/src/kopenafs/kopenafs.c:178:16: style: Variable 'pag' is not assigned a value. [unassignedVariable]
openafs_1.8.1.orig/src/kopenafs/test-setpag.c:23:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openafs_1.8.1.orig/src/kopenafs/test-unlog.c:22:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libacl/aclprocs.c:109:0: error: Memory leak: e [memleak]
openafs_1.8.1.orig/src/libacl/aclprocs.c:148:0: error: Memory leak: e [memleak]
openafs_1.8.1.orig/src/libacl/test/acltest.c:134:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/libacl/test/acltest.c:136:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:150:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:152:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/libacl/test/acltest.c:154:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:168:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:170:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/libacl/test/acltest.c:176:3: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/libacl/test/acltest.c:176:3: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/libacl/test/acltest.c:185:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:190:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:200:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:200:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:200:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:204:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/libacl/test/acltest.c:206:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:211:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/libacl/test/acltest.c:211:6: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/libacl/test/acltest.c:215:3: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/libacl/test/acltest.c:231:6: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/libacl/test/acltest.c:233:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:258:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/libacl/test/acltest.c:56:10: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libacl/test/acltest.c:107:13: style: Unused variable: j [unusedVariable]
openafs_1.8.1.orig/src/libacl/test/acltest.c:115:28: style: Unused variable: alist [unusedVariable]
openafs_1.8.1.orig/src/libacl/test/acltest.c:116:10: style: Unused variable: foo [unusedVariable]
openafs_1.8.1.orig/src/libacl/test/acltest.c:130:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/libacl/test/acltest.c:170:6: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/libacl/test/acltest.c:215:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/libacl/test/acltest.c:231:6: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/libacl/test/acltest.c:189:0: error: Memory leak: ptr [memleak]
openafs_1.8.1.orig/src/libadmin/adminutil/afs_utilAdmin.c:688:19: style: Redundant condition: last_item. '!last_item || (last_item && last_item_contains_data)' is equivalent to '!last_item || last_item_contains_data' [redundantCondition]
openafs_1.8.1.orig/src/libadmin/adminutil/afs_utilAdmin.c:2151:64: style: Function 'util_CMListCellsNext' argument 2 names different: declaration 'prefs' definition 'cell'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/libadmin/adminutil/afs_utilAdmin.h:117:24: note: Function 'util_CMListCellsNext' argument 2 names different: declaration 'prefs' definition 'cell'.
openafs_1.8.1.orig/src/libadmin/adminutil/afs_utilAdmin.c:2151:64: note: Function 'util_CMListCellsNext' argument 2 names different: declaration 'prefs' definition 'cell'.
openafs_1.8.1.orig/src/libadmin/adminutil/afs_utilAdmin.c:2535:20: style: Function 'util_RXDebugRxStats' argument 3 names different: declaration 'supportedStats' definition 'supportedValues'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/libadmin/adminutil/afs_utilAdmin.h:150:19: note: Function 'util_RXDebugRxStats' argument 3 names different: declaration 'supportedStats' definition 'supportedValues'.
openafs_1.8.1.orig/src/libadmin/adminutil/afs_utilAdmin.c:2535:20: note: Function 'util_RXDebugRxStats' argument 3 names different: declaration 'supportedStats' definition 'supportedValues'.
openafs_1.8.1.orig/src/libadmin/cfg/cfgclient.c:195:14: style: Condition 'tst==0' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/libadmin/cfg/cfgclient.c:167:13: note: Assuming that condition 'tst==0' is not redundant
openafs_1.8.1.orig/src/libadmin/cfg/cfgclient.c:195:14: note: Condition 'tst==0' is always true
openafs_1.8.1.orig/src/libadmin/cfg/cfgclient.c:91:11: style: The scope of the variable 'cmInstalled' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/cfg/cfgclient.c:92:14: style: The scope of the variable 'cmVersion' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/cfg/cfgdb.c:724:13: style: Variable 'sync_tst' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/libadmin/cfg/cfghost.c:178:14: style: Condition 'tst==0' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/libadmin/cfg/cfghost.c:146:13: note: Assuming that condition 'tst==0' is not redundant
openafs_1.8.1.orig/src/libadmin/cfg/cfghost.c:178:14: note: Condition 'tst==0' is always true
openafs_1.8.1.orig/src/libadmin/cfg/cfghost.c:1030:13: style: Condition 'tst==0' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/libadmin/cfg/cfghost.c:980:24: note: Assignment 'tst=0', assigned value is 0
openafs_1.8.1.orig/src/libadmin/cfg/cfghost.c:1030:13: note: Condition 'tst==0' is always true
openafs_1.8.1.orig/src/libadmin/cfg/cfghost.c:1098:13: style: Condition 'tst==0' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/libadmin/cfg/cfghost.c:1054:24: note: Assignment 'tst=0', assigned value is 0
openafs_1.8.1.orig/src/libadmin/cfg/cfghost.c:1098:13: note: Condition 'tst==0' is always true
openafs_1.8.1.orig/src/libadmin/cfg/cfginternal.c:429:21: warning: Either the condition 'if(addrList)' is redundant or there is possible null pointer dereference: addrList. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/libadmin/cfg/cfginternal.c:436:6: note: Assuming that condition 'if(addrList)' is not redundant
openafs_1.8.1.orig/src/libadmin/cfg/cfginternal.c:429:21: note: Null pointer dereference
openafs_1.8.1.orig/src/libadmin/cfg/cfginternal.c:467:9: style: The scope of the variable 'aCount' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/cfg/cfginternal.c:580:20: style: The scope of the variable 'entryp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/cfg/cfginternal.c:581:10: style: The scope of the variable 'dirfile' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/cfg/cfgservers.c:1036:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/cfg/cfgservers.c:1460:10: style: The scope of the variable 'upclientInstance' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/cfg/test/cfgtest.c:43:24: style: The scope of the variable 'failedLookupText' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/cfg/test/cfgtest.c:343:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/client/afs_clientAdmin.c:208:6: style: Same expression on both sides of '||'. [duplicateExpression]
openafs_1.8.1.orig/src/libadmin/client/afs_clientAdmin.c:2404:31: style: Function 'afsclient_CMStatOpen' argument 3 names different: declaration 'rpcStatHandleP' definition 'cmStatHandleP'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/libadmin/client/afs_clientAdmin.h:150:9: note: Function 'afsclient_CMStatOpen' argument 3 names different: declaration 'rpcStatHandleP' definition 'cmStatHandleP'.
openafs_1.8.1.orig/src/libadmin/client/afs_clientAdmin.c:2404:31: note: Function 'afsclient_CMStatOpen' argument 3 names different: declaration 'rpcStatHandleP' definition 'cmStatHandleP'.
openafs_1.8.1.orig/src/libadmin/client/afs_clientAdmin.c:2475:28: style: Function 'afsclient_CMStatOpenPort' argument 4 names different: declaration 'rpcStatHandleP' definition 'cmStatHandleP'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/libadmin/client/afs_clientAdmin.h:156:13: note: Function 'afsclient_CMStatOpenPort' argument 4 names different: declaration 'rpcStatHandleP' definition 'cmStatHandleP'.
openafs_1.8.1.orig/src/libadmin/client/afs_clientAdmin.c:2475:28: note: Function 'afsclient_CMStatOpenPort' argument 4 names different: declaration 'rpcStatHandleP' definition 'cmStatHandleP'.
openafs_1.8.1.orig/src/libadmin/client/afs_clientAdmin.c:2538:45: style: Function 'afsclient_CMStatClose' argument 1 names different: declaration 'rpcStatHandle' definition 'cmStatHandle'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/libadmin/client/afs_clientAdmin.h:159:65: note: Function 'afsclient_CMStatClose' argument 1 names different: declaration 'rpcStatHandle' definition 'cmStatHandle'.
openafs_1.8.1.orig/src/libadmin/client/afs_clientAdmin.c:2538:45: note: Function 'afsclient_CMStatClose' argument 1 names different: declaration 'rpcStatHandle' definition 'cmStatHandle'.
openafs_1.8.1.orig/src/libadmin/kas/afs_kasAdmin.c:1108:33: style: Function 'kas_PrincipalKeySet' argument 5 names different: declaration 'key' definition 'kas_keyp'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/libadmin/kas/afs_kasAdmin.h:189:32: note: Function 'kas_PrincipalKeySet' argument 5 names different: declaration 'key' definition 'kas_keyp'.
openafs_1.8.1.orig/src/libadmin/kas/afs_kasAdmin.c:1108:33: note: Function 'kas_PrincipalKeySet' argument 5 names different: declaration 'key' definition 'kas_keyp'.
openafs_1.8.1.orig/src/libadmin/kas/afs_kasAdmin.c:1744:30: style: Function 'kas_ServerRandomKeyGet' argument 3 names different: declaration 'key' definition 'kas_keyp'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/libadmin/kas/afs_kasAdmin.h:232:29: note: Function 'kas_ServerRandomKeyGet' argument 3 names different: declaration 'key' definition 'kas_keyp'.
openafs_1.8.1.orig/src/libadmin/kas/afs_kasAdmin.c:1744:30: note: Function 'kas_ServerRandomKeyGet' argument 3 names different: declaration 'key' definition 'kas_keyp'.
openafs_1.8.1.orig/src/libadmin/pts/afs_ptsAdmin.c:300:15: error: Null pointer dereference [nullPointer]
openafs_1.8.1.orig/src/libadmin/pts/afs_ptsAdmin.c:825:34: error: Null pointer dereference [nullPointer]
openafs_1.8.1.orig/src/libadmin/pts/afs_ptsAdmin.c:827:36: error: Null pointer dereference [nullPointer]
openafs_1.8.1.orig/src/libadmin/pts/afs_ptsAdmin.c:2112:33: error: Null pointer dereference [nullPointer]
openafs_1.8.1.orig/src/libadmin/pts/afs_ptsAdmin.c:2114:35: error: Null pointer dereference [nullPointer]
openafs_1.8.1.orig/src/libadmin/samples/rxdebug_conns.c:125:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/libadmin/samples/rxdebug_conns.c:126:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/libadmin/samples/rxdebug_conns.c:127:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/libadmin/samples/rxdebug_conns.c:128:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/libadmin/samples/rxdebug_conns.c:129:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/libadmin/samples/rxstat_get_peer.c:171:9: style: The scope of the variable 'index' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/samples/rxstat_get_process.c:165:9: style: The scope of the variable 'index' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/test/bos.c:96:9: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/test/bos.c:159:9: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/test/vos.c:1629:10: style: The scope of the variable 'hostname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/vos/afs_vosAdmin.c:3264:40: warning: Either the condition 'serverHandle!=NULL' is redundant or there is possible null pointer dereference: f_server. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/libadmin/vos/afs_vosAdmin.c:3232:22: note: Assuming that condition 'serverHandle!=NULL' is not redundant
openafs_1.8.1.orig/src/libadmin/vos/afs_vosAdmin.c:3214:30: note: Assignment 'f_server=(struct file_server*)serverHandle', assigned value is 0
openafs_1.8.1.orig/src/libadmin/vos/afs_vosAdmin.c:3264:40: note: Null pointer dereference
openafs_1.8.1.orig/src/libadmin/vos/afs_vosAdmin.c:3485:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/vos/lockprocs.c:172:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/vos/vosutils.c:66:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:806:9: style: Condition 'islocked' is always false [knownConditionTrueFalse]
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:728:16: note: Assignment 'islocked=0', assigned value is 0
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:806:9: note: Condition 'islocked' is always false
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:2407:9: style: Condition 'success' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:2406:15: note: Assignment 'success=1', assigned value is 1
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:2407:9: note: Condition 'success' is always true
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:1416:5: style: Variable 'conn' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:1413:0: note: Variable 'conn' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:1416:5: note: Variable 'conn' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:4094:11: style: Same expression on both sides of '||'. [duplicateExpression]
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:2166:9: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:4028:66: style: Function 'UV_VolumeZap' argument 2 names different: declaration 'serverHandle' definition 'server'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.h:125:26: note: Function 'UV_VolumeZap' argument 2 names different: declaration 'serverHandle' definition 'server'.
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:4028:66: note: Function 'UV_VolumeZap' argument 2 names different: declaration 'serverHandle' definition 'server'.
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:4066:20: style: Function 'UV_SetVolume' argument 6 names different: declaration 'sleep' definition 'sleepTime'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.h:131:36: note: Function 'UV_SetVolume' argument 6 names different: declaration 'sleep' definition 'sleepTime'.
openafs_1.8.1.orig/src/libadmin/vos/vsprocs.c:4066:20: note: Function 'UV_SetVolume' argument 6 names different: declaration 'sleep' definition 'sleepTime'.
openafs_1.8.1.orig/src/libafscp/afscp_acl.c:46:26: style: The scope of the variable 'server' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_acl.c:84:26: style: The scope of the variable 'server' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_callback.c:55:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_callback.c:212:28: style: The scope of the variable 'cb' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_dir.c:501:24: style: The scope of the variable 'cell' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_dir.c:504:9: style: The scope of the variable 'voltype' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_dir.c:506:13: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_dirops.c:44:24: warning: Either the condition 'dir==NULL' is redundant or there is possible null pointer dereference: dir. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/libafscp/afscp_dirops.c:54:13: note: Assuming that condition 'dir==NULL' is not redundant
openafs_1.8.1.orig/src/libafscp/afscp_dirops.c:44:24: note: Null pointer dereference
openafs_1.8.1.orig/src/libafscp/afscp_dirops.c:157:26: style: The scope of the variable 'server' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_dirops.c:199:26: style: The scope of the variable 'server' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_dirops.c:245:26: style: The scope of the variable 'server' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_dirops.c:286:26: style: The scope of the variable 'server' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_fid.c:119:27: style: The scope of the variable 'stored' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_fid.c:166:26: style: The scope of the variable 'server' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_fid.c:299:27: style: The scope of the variable 'stored' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_fid.c:361:26: style: The scope of the variable 'server' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_file.c:47:26: style: The scope of the variable 'server' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_file.c:120:26: style: The scope of the variable 'server' can be reduced. [variableScope]
openafs_1.8.1.orig/src/libafscp/afscp_volume.c:59:21: warning: Identical condition 'va->voltype>vb->voltype', second condition is always false [identicalConditionAfterEarlyExit]
openafs_1.8.1.orig/src/libafscp/afscp_volume.c:57:21: note: first condition
openafs_1.8.1.orig/src/libafscp/afscp_volume.c:59:21: note: second condition
openafs_1.8.1.orig/src/log/test/testlog.c:316:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openafs_1.8.1.orig/src/log/test/testlog.c:330:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openafs_1.8.1.orig/src/log/tokens.c:35:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/log/unlog.c:64:11: style: The scope of the variable 'cells' can be reduced. [variableScope]
openafs_1.8.1.orig/src/log/unlog.c:220:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/log/unlog.c:190:0: error: Memory leak: tokenInfoP [memleak]
openafs_1.8.1.orig/src/lwp/iomgr.c:360:6: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/iomgr.c:598:9: style: The scope of the variable 'nfds' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/iomgr.c:600:5: style: The scope of the variable 'pid' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/iomgr.c:623:5: style: The scope of the variable 'pid' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/iomgr.c:660:13: style: The scope of the variable 'p' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/iomgr.c:142:30: style: Function 'IOMGR_FreeFDSet' argument 1 names different: declaration 'fds' definition 's'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/lwp/lwp.h:244:38: note: Function 'IOMGR_FreeFDSet' argument 1 names different: declaration 'fds' definition 's'.
openafs_1.8.1.orig/src/lwp/iomgr.c:142:30: note: Function 'IOMGR_FreeFDSet' argument 1 names different: declaration 'fds' definition 's'.
openafs_1.8.1.orig/src/lwp/iomgr.c:595:39: style: Function 'SignalIO' argument 2 names different: declaration 'rfds' definition 'readfds'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/lwp/iomgr.c:126:39: note: Function 'SignalIO' argument 2 names different: declaration 'rfds' definition 'readfds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:595:39: note: Function 'SignalIO' argument 2 names different: declaration 'rfds' definition 'readfds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:595:56: style: Function 'SignalIO' argument 3 names different: declaration 'wfds' definition 'writefds'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/lwp/iomgr.c:126:53: note: Function 'SignalIO' argument 3 names different: declaration 'wfds' definition 'writefds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:595:56: note: Function 'SignalIO' argument 3 names different: declaration 'wfds' definition 'writefds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:596:16: style: Function 'SignalIO' argument 4 names different: declaration 'efs' definition 'exceptfds'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/lwp/iomgr.c:126:67: note: Function 'SignalIO' argument 4 names different: declaration 'efs' definition 'exceptfds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:596:16: note: Function 'SignalIO' argument 4 names different: declaration 'efs' definition 'exceptfds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:824:22: style: Function 'IOMGR_Select' argument 1 names different: declaration 'nfds' definition 'fds'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/lwp/lwp.h:238:29: note: Function 'IOMGR_Select' argument 1 names different: declaration 'nfds' definition 'fds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:824:22: note: Function 'IOMGR_Select' argument 1 names different: declaration 'nfds' definition 'fds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:824:35: style: Function 'IOMGR_Select' argument 2 names different: declaration 'rfds' definition 'readfds'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/lwp/lwp.h:238:44: note: Function 'IOMGR_Select' argument 2 names different: declaration 'rfds' definition 'readfds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:824:35: note: Function 'IOMGR_Select' argument 2 names different: declaration 'rfds' definition 'readfds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:824:52: style: Function 'IOMGR_Select' argument 3 names different: declaration 'wfds' definition 'writefds'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/lwp/lwp.h:238:59: note: Function 'IOMGR_Select' argument 3 names different: declaration 'wfds' definition 'writefds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:824:52: note: Function 'IOMGR_Select' argument 3 names different: declaration 'wfds' definition 'writefds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:825:12: style: Function 'IOMGR_Select' argument 4 names different: declaration 'efds' definition 'exceptfds'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/lwp/lwp.h:238:74: note: Function 'IOMGR_Select' argument 4 names different: declaration 'efds' definition 'exceptfds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:825:12: note: Function 'IOMGR_Select' argument 4 names different: declaration 'efds' definition 'exceptfds'.
openafs_1.8.1.orig/src/lwp/iomgr.c:825:39: style: Function 'IOMGR_Select' argument 5 names different: declaration 'tvp' definition 'timeout'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/lwp/lwp.h:239:20: note: Function 'IOMGR_Select' argument 5 names different: declaration 'tvp' definition 'timeout'.
openafs_1.8.1.orig/src/lwp/iomgr.c:825:39: note: Function 'IOMGR_Select' argument 5 names different: declaration 'tvp' definition 'timeout'.
openafs_1.8.1.orig/src/lwp/lwp.c:921:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/lwp/lwp.c:921:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/lwp/lwp.c:263:11: style: The scope of the variable 'stackptr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/lwp.c:265:11: style: The scope of the variable 'stackmemory' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/lwp.c:506:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/lwp.c:701:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/lwp.c:1031:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/lwp.c:1070:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/lwp.c:1098:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/lwp.c:1116:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/lwp.c:1035:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openafs_1.8.1.orig/src/lwp/lwp.c:346:6: error: Memory leak: temp [memleak]
openafs_1.8.1.orig/src/lwp/lwp.c:357:6: error: Memory leak: temp [memleak]
openafs_1.8.1.orig/src/lwp/lwp.c:357:6: error: Memory leak: stackmemory [memleak]
openafs_1.8.1.orig/src/lwp/process.c:116:0: error: syntax error [syntaxError]
openafs_1.8.1.orig/src/lwp/test/selclient.c:106:9: style: The scope of the variable 'doWrite' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/test/selclient.c:239:13: style: The scope of the variable 'rfds' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/test/selclient.c:239:20: style: The scope of the variable 'wfds' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/test/selclient.c:239:27: style: The scope of the variable 'efds' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/test/selclient.c:241:17: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/test/selclient.c:94:0: style: Variable 'on' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/lwp/test/selclient.c:140:6: style: Variable 'doWrite' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/lwp/test/selserver.c:128:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/test/selserver.c:360:9: style: The scope of the variable 'scode' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/test/selserver.c:410:10: error: Uninitialized variable: c [uninitvar]
openafs_1.8.1.orig/src/lwp/test/selsubs.c:82:13: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openafs_1.8.1.orig/src/lwp/test/test_key.c:194:10: style: Unused variable: ch [unusedVariable]
openafs_1.8.1.orig/src/lwp/test/testlwp.c:598:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/lwp/test/testlwp.c:335:5: style: Variable 'pc' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/lwp/waitkey.c:261:5: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
openafs_1.8.1.orig/src/opr/casestrcpy.c:24:10: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/opr/casestrcpy.c:43:10: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/opr/casestrcpy.c:94:12: style: The scope of the variable 'slen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/opr/casestrcpy.c:96:13: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
openafs_1.8.1.orig/src/opr/rbtree.c:347:9: style: The scope of the variable 'red' can be reduced. [variableScope]
openafs_1.8.1.orig/src/pam/afs_message.c:113:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/pam/afs_message.c:109:0: note: Variable 'msg' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/pam/afs_message.c:113:5: note: Variable 'msg' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/pam/afs_util.c:61:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/platform/IRIX/rcmd.c:402:15: style: Same expression on both sides of '==' because the value of 'first' and '1' are the same. [duplicateExpression]
openafs_1.8.1.orig/src/platform/IRIX/rcmd.c:367:17: note: 'first' is assigned value '1' here.
openafs_1.8.1.orig/src/platform/IRIX/rcmd.c:402:15: note: Same expression on both sides of '==' because the value of 'first' and '1' are the same.
openafs_1.8.1.orig/src/platform/IRIX/rcmd.c:542:17: style: The scope of the variable 'ldomain' can be reduced. [variableScope]
openafs_1.8.1.orig/src/platform/IRIX/rcmd.c:545:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/platform/SOLARIS/fs_conv_sol26.c:220:15: style: The scope of the variable 'mounted' can be reduced. [variableScope]
openafs_1.8.1.orig/src/platform/SOLARIS/fs_conv_sol26.c:218:25: style: Unused variable: stat1 [unusedVariable]
openafs_1.8.1.orig/src/platform/SOLARIS/fs_conv_sol26.c:220:9: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/platform/SOLARIS/fs_conv_sol26.c:220:12: style: Unused variable: j [unusedVariable]
openafs_1.8.1.orig/src/platform/SOLARIS/fs_conv_sol26.c:233:2: style: Variable 'mounted' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/platform/SOLARIS/fs_conv_sol26.c:220:28: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/src/platform/SOLARIS/fs_conv_sol26.c:499:9: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/src/platform/SOLARIS/fs_conv_sol26.c:695:6: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
openafs_1.8.1.orig/src/procmgmt/test/pmgttest.c:1301:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openafs_1.8.1.orig/src/ptserver/db_verify.c:226:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/ptserver/db_verify.c:914:10: style: The scope of the variable 'm' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/display.c:134:75: style: Function 'pr_PrintContEntry' argument 4 names different: declaration 'e' definition 'c'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/ptserver/display.h:16:23: note: Function 'pr_PrintContEntry' argument 4 names different: declaration 'e' definition 'c'.
openafs_1.8.1.orig/src/ptserver/display.c:134:75: note: Function 'pr_PrintContEntry' argument 4 names different: declaration 'e' definition 'c'.
openafs_1.8.1.orig/src/ptserver/pt_util.c:136:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/pt_util.c:137:10: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/pt_util.c:139:10: style: The scope of the variable 'gpos' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/pt_util.c:243:32: style: The scope of the variable 'mem' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/pt_util.c:438:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/pt_util.c:438:12: style: The scope of the variable 'id' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/pt_util.c:617:14: warning: Either the condition 'id<97537' is redundant, otherwise there is negative array index -7435. [negativeIndex]
openafs_1.8.1.orig/src/ptserver/pt_util.c:487:6: note: Assuming that condition 'id<97537' is not redundant
openafs_1.8.1.orig/src/ptserver/pt_util.c:493:39: note: Calling function 'id_to_name', 1st argument 'id' value is 97536
openafs_1.8.1.orig/src/ptserver/pt_util.c:563:23: note: Calling function 'check_core', 1st argument 'id' value is 97536
openafs_1.8.1.orig/src/ptserver/pt_util.c:617:14: note: Negative array index
openafs_1.8.1.orig/src/ptserver/pt_util.c:246:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/ptserver/pt_util.c:308:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/ptserver/ptprocs.c:660:14: warning: Identical condition 'size==0', second condition is always false [identicalConditionAfterEarlyExit]
openafs_1.8.1.orig/src/ptserver/ptprocs.c:650:14: note: first condition
openafs_1.8.1.orig/src/ptserver/ptprocs.c:660:14: note: second condition
openafs_1.8.1.orig/src/ptserver/ptprocs.c:1971:22: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/ptprocs.c:2043:2: warning: The buffer 'vname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/ptserver/pts.c:760:13: style: The scope of the variable 's' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/pts.c:87:2: error: Resource leak: fd [resourceLeak]
openafs_1.8.1.orig/src/ptserver/pts.c:501:22: error: Null pointer dereference [nullPointer]
openafs_1.8.1.orig/src/ptserver/ptubik.c:118:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openafs_1.8.1.orig/src/ptserver/ptubik.c:34:13: style: The scope of the variable 'count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/ptutils.c:527:6: style: The scope of the variable 'admin' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/ptutils.c:961:6: style: The scope of the variable 'admin' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/ptutils.c:1226:9: style: The scope of the variable 'count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/readgroup.c:221:0: error: Resource leak: fp [resourceLeak]
openafs_1.8.1.orig/src/ptserver/readpwd.c:50:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/readpwd.c:51:11: style: The scope of the variable 'aptr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/readpwd.c:73:3: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/ptserver/readpwd.c:112:0: error: Resource leak: fp [resourceLeak]
openafs_1.8.1.orig/src/ptserver/testpt.c:327:9: style: The scope of the variable 'm' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/testpt.c:710:19: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ptserver/testpt.c:1033:5: warning: The buffer 'conf_dir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/rx/DARWIN/rx_knet.c:281:0: error: #error need upcall or listener [preprocessorErrorDirective]
openafs_1.8.1.orig/src/rx/FBSD/rx_knet.c:495:5: warning: Either the condition 'if(top)' is redundant or there is possible null pointer dereference: tm. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/rx/FBSD/rx_knet.c:500:5: note: Assuming that condition 'if(top)' is not redundant
openafs_1.8.1.orig/src/rx/FBSD/rx_knet.c:493:10: note: Assignment 'tm=top', assigned value is 0
openafs_1.8.1.orig/src/rx/FBSD/rx_knet.c:495:5: note: Null pointer dereference
openafs_1.8.1.orig/src/rx/FBSD/rx_knet.c:223:21: style: The scope of the variable 'tsp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/FBSD/rx_knet.c:228:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/FBSD/rx_knet.c:232:9: style: The scope of the variable 'tlen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/FBSD/rx_knet.c:234:9: style: The scope of the variable 'data_len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/FBSD/rx_knet.c:224:9: style: Unused variable: hdr [unusedVariable]
openafs_1.8.1.orig/src/rx/FBSD/rx_knet.c:230:15: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/src/rx/FBSD/rx_knet.c:234:19: style: Unused variable: comp_sum [unusedVariable]
openafs_1.8.1.orig/src/rx/HPUX/rx_knet.c:96:21: style: The scope of the variable 'tsp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/HPUX/rx_knet.c:101:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/HPUX/rx_knet.c:105:9: style: The scope of the variable 'tlen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/HPUX/rx_knet.c:107:9: style: The scope of the variable 'data_len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/HPUX/rx_knet.c:108:18: style: The scope of the variable 'comp_sum' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/HPUX/rx_knet.c:80:6: style: Variable 'udpcksum' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/rx/IRIX/rx_knet.c:339:23: style: Condition 'numMyNetAddrs==0' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/rx/IRIX/rx_knet.c:571:5: warning: Either the condition 'if(top)' is redundant or there is possible null pointer dereference: tm. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/rx/IRIX/rx_knet.c:576:5: note: Assuming that condition 'if(top)' is not redundant
openafs_1.8.1.orig/src/rx/IRIX/rx_knet.c:569:10: note: Assignment 'tm=top', assigned value is 0
openafs_1.8.1.orig/src/rx/IRIX/rx_knet.c:571:5: note: Null pointer dereference
openafs_1.8.1.orig/src/rx/IRIX/rx_knet.c:136:21: style: The scope of the variable 'tsp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/IRIX/rx_knet.c:141:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/IRIX/rx_knet.c:144:9: style: The scope of the variable 'tlen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/IRIX/rx_knet.c:146:9: style: The scope of the variable 'data_len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/IRIX/rx_knet.c:307:25: style: The scope of the variable 'sin' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/IRIX/rx_knet.c:518:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/LINUX/rx_knet.c:273:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openafs_1.8.1.orig/src/rx/LINUX/rx_knet.c:272:12: note: outer condition: rxk_ListenerTask
openafs_1.8.1.orig/src/rx/LINUX/rx_knet.c:273:13: note: identical inner condition: rxk_ListenerTask
openafs_1.8.1.orig/src/rx/SUNOS/rx_knet.c:1:0: error: #error kernel code not supported on SunOS 4  [preprocessorErrorDirective]
openafs_1.8.1.orig/src/rx/UKERNEL/rx_knet.c:66:23: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/UKERNEL/rx_knet.c:69:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/bulk.example/bulk_client.c:107:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/rx/bulk.example/bulk_client.c:107:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/rx/bulk.example/bulk_client.c:107:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/rx/bulk.example/bulk_client.c:146:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/rx/bulk.example/bulk_client.c:143:0: note: Variable 'fd' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rx/bulk.example/bulk_client.c:146:5: note: Variable 'fd' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rx/bulk.example/bulk_io.c:32:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/rx/bulk.example/bulk_io.c:25:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rx/bulk.example/bulk_io.c:32:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rx/bulktest/bulk_client.c:96:6: warning: %d in format string (no. 4) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/rx/bulktest/bulk_client.c:96:6: warning: %d in format string (no. 5) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/rx/bulktest/bulk_client.c:96:6: warning: %d in format string (no. 6) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/rx/bulktest/bulk_client.c:101:6: warning: %d in format string (no. 4) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/rx/bulktest/bulk_client.c:175:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/rx/bulktest/bulk_client.c:172:0: note: Variable 'fd' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rx/bulktest/bulk_client.c:175:5: note: Variable 'fd' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rx/bulktest/bulk_client.c:75:21: style: The scope of the variable 'call' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/bulktest/bulk_client.c:78:10: style: The scope of the variable 'error' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/bulktest/bulk_client.c:79:10: style: The scope of the variable 'msec' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/bulktest/bulk_io.c:34:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/rx/bulktest/bulk_io.c:27:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rx/bulktest/bulk_io.c:34:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rx/multi.example/sample_client.c:100:3: warning: printf format string requires 3 parameters but 4 are given. [wrongPrintfScanfArgNum]
openafs_1.8.1.orig/src/rx/rx.c:6994:8: style: Condition '!code' is always false [knownConditionTrueFalse]
openafs_1.8.1.orig/src/rx/rx.c:6993:11: note: Assignment 'code=1', assigned value is 1
openafs_1.8.1.orig/src/rx/rx.c:6994:8: note: Condition '!code' is always false
openafs_1.8.1.orig/src/rx/rx.c:7073:8: style: Condition 'code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/rx/rx.c:7072:10: note: Assignment 'code=1', assigned value is 1
openafs_1.8.1.orig/src/rx/rx.c:7073:8: note: Condition 'code' is always true
openafs_1.8.1.orig/src/rx/rx.c:8982:10: style: Condition 'code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/rx/rx.c:8981:13: note: Assignment 'code=1', assigned value is 1
openafs_1.8.1.orig/src/rx/rx.c:8982:10: note: Condition 'code' is always true
openafs_1.8.1.orig/src/rx/rx.c:7296:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7296:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7296:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7296:2: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7296:2: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7301:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7301:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7301:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7306:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7306:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7306:5: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7306:5: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7306:5: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7306:5: warning: %u in format string (no. 7) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7315:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7319:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7319:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7319:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7319:5: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7319:5: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7327:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7331:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7331:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7331:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7331:5: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7331:5: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7337:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:7337:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/rx.c:1877:13: warning: Either the condition 'call!=NULL' is redundant or there is possible null pointer dereference: call. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/rx/rx.c:1863:27: note: Assuming that condition 'call!=NULL' is not redundant
openafs_1.8.1.orig/src/rx/rx.c:1877:13: note: Null pointer dereference
openafs_1.8.1.orig/src/rx/rx.c:6005:9: style: Variable 'call->MTU' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/rx/rx.c:6004:2: note: Variable 'call->MTU' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rx/rx.c:6005:9: note: Variable 'call->MTU' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rx/rx.c:3669:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openafs_1.8.1.orig/src/rx/rx.c:3671:5: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/rx/rx.c:3669:5: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/rx/rx.c:940:24: style: The scope of the variable 'service' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:1407:12: style: The scope of the variable 'wait' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:1636:21: style: The scope of the variable 'tcall' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:1658:21: style: The scope of the variable 'tcall' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:1679:21: style: The scope of the variable 'tcall' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:2495:28: style: The scope of the variable 'conn_ptr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:2495:40: style: The scope of the variable 'conn_end' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:3069:26: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:3344:23: style: The scope of the variable 'tnp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:3580:21: style: The scope of the variable 'tcall' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:3667:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:4193:9: style: The scope of the variable 'maxDgramPackets' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:5258:23: style: The scope of the variable 'packet' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:5431:23: style: The scope of the variable 'cursor' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:5812:9: style: The scope of the variable 'morePackets' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:7076:14: style: The scope of the variable 'space' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:7889:10: style: The scope of the variable 'space' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:8241:9: style: The scope of the variable 'totalFunc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:8241:20: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:8262:9: style: The scope of the variable 'totalFunc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:8262:20: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:8914:12: style: The scope of the variable 'space' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:8983:10: style: The scope of the variable 'space' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx.c:776:61: style: Function 'rxi_PostDelayedAckEvent' argument 2 names different: declaration 'now' definition 'offset'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx_internal.h:38:73: note: Function 'rxi_PostDelayedAckEvent' argument 2 names different: declaration 'now' definition 'offset'.
openafs_1.8.1.orig/src/rx/rx.c:776:61: note: Function 'rxi_PostDelayedAckEvent' argument 2 names different: declaration 'now' definition 'offset'.
openafs_1.8.1.orig/src/rx/rx.c:4933:49: style: Function 'rxi_SendDelayedAck' argument 2 names different: declaration 'call' definition 'arg1'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx.c:114:61: note: Function 'rxi_SendDelayedAck' argument 2 names different: declaration 'call' definition 'arg1'.
openafs_1.8.1.orig/src/rx/rx.c:4933:49: note: Function 'rxi_SendDelayedAck' argument 2 names different: declaration 'call' definition 'arg1'.
openafs_1.8.1.orig/src/rx/rx.c:4933:61: style: Function 'rxi_SendDelayedAck' argument 3 names different: declaration 'dummy' definition 'unused1'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx.c:115:38: note: Function 'rxi_SendDelayedAck' argument 3 names different: declaration 'dummy' definition 'unused1'.
openafs_1.8.1.orig/src/rx/rx.c:4933:61: note: Function 'rxi_SendDelayedAck' argument 3 names different: declaration 'dummy' definition 'unused1'.
openafs_1.8.1.orig/src/rx/rx.c:4934:10: style: Function 'rxi_SendDelayedAck' argument 4 names different: declaration 'dummy2' definition 'unused2'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx.c:115:49: note: Function 'rxi_SendDelayedAck' argument 4 names different: declaration 'dummy2' definition 'unused2'.
openafs_1.8.1.orig/src/rx/rx.c:4934:10: note: Function 'rxi_SendDelayedAck' argument 4 names different: declaration 'dummy2' definition 'unused2'.
openafs_1.8.1.orig/src/rx/rx.c:532:5: warning: Size of pointer 'htable' used instead of size of its data. [pointerSize]
openafs_1.8.1.orig/src/rx/rx.c:534:12: warning: Size of pointer 'htable' used instead of size of its data. [pointerSize]
openafs_1.8.1.orig/src/rx/rx.c:535:5: warning: Size of pointer 'ptable' used instead of size of its data. [pointerSize]
openafs_1.8.1.orig/src/rx/rx.c:537:12: warning: Size of pointer 'ptable' used instead of size of its data. [pointerSize]
openafs_1.8.1.orig/src/rx/rx.c:585:6: error: Memory leak: ptable [memleak]
openafs_1.8.1.orig/src/rx/rx.c:592:2: error: Memory leak: htable [memleak]
openafs_1.8.1.orig/src/rx/rx.c:592:2: error: Memory leak: ptable [memleak]
openafs_1.8.1.orig/src/rx/rx.c:595:2: error: Memory leak: htable [memleak]
openafs_1.8.1.orig/src/rx/rx.c:595:2: error: Memory leak: ptable [memleak]
openafs_1.8.1.orig/src/rx/rx.c:8294:0: error: Memory leak: rpcop_stat [memleak]
openafs_1.8.1.orig/src/rx/rx.c:8327:0: error: Memory leak: rpcop_stat [memleak]
openafs_1.8.1.orig/src/rx/rx_event.c:107:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx_event.c:158:30: style: Function 'rxevent_Put' argument 1 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx_event.h:46:42: note: Function 'rxevent_Put' argument 1 names different: declaration 'event' definition 'ev'.
openafs_1.8.1.orig/src/rx/rx_event.c:158:30: note: Function 'rxevent_Put' argument 1 names different: declaration 'event' definition 'ev'.
openafs_1.8.1.orig/src/rx/rx_event.c:171:29: style: Function 'rxevent_Get' argument 1 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx_event.h:43:52: note: Function 'rxevent_Get' argument 1 names different: declaration 'event' definition 'ev'.
openafs_1.8.1.orig/src/rx/rx_event.c:171:29: note: Function 'rxevent_Get' argument 1 names different: declaration 'event' definition 'ev'.
openafs_1.8.1.orig/src/rx/rx_event.c:81:18: style: struct member 'Anonymous1::lock' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/rx/rx_event.c:87:18: style: struct member 'Anonymous2::lock' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/rx/rx_event.c:93:18: style: struct member 'Anonymous3::lock' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/rx/rx_globals.c:81:31: style: Function 'rx_SetMinPeerTimeout' argument 1 names different: declaration 'msecs' definition 'timeo'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx_prototypes.h:242:38: note: Function 'rx_SetMinPeerTimeout' argument 1 names different: declaration 'msecs' definition 'timeo'.
openafs_1.8.1.orig/src/rx/rx_globals.c:81:31: note: Function 'rx_SetMinPeerTimeout' argument 1 names different: declaration 'msecs' definition 'timeo'.
openafs_1.8.1.orig/src/rx/rx_packet.h:242:0: error: #error RX_MAXWVECS not defined [preprocessorErrorDirective]
openafs_1.8.1.orig/src/rx/rx_lwp.c:73:15: style: Function 'rxi_Delay' argument 1 names different: declaration 'seconds' definition 'sec'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx_prototypes.h:338:27: note: Function 'rxi_Delay' argument 1 names different: declaration 'seconds' definition 'sec'.
openafs_1.8.1.orig/src/rx/rx_lwp.c:73:15: note: Function 'rxi_Delay' argument 1 names different: declaration 'seconds' definition 'sec'.
openafs_1.8.1.orig/src/rx/rx_multi.c:91:41: style: Function 'multi_Ready' argument 2 names different: declaration 'mh' definition 'amh'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx_prototypes.h:370:10: note: Function 'multi_Ready' argument 2 names different: declaration 'mh' definition 'amh'.
openafs_1.8.1.orig/src/rx/rx_multi.c:91:41: note: Function 'multi_Ready' argument 2 names different: declaration 'mh' definition 'amh'.
openafs_1.8.1.orig/src/rx/rx_packet.c:2810:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rx/rx_packet.c:2203:9: style: Condition 'down' is always false [knownConditionTrueFalse]
openafs_1.8.1.orig/src/rx/rx_packet.c:2186:16: note: Assignment 'down=0', assigned value is 0
openafs_1.8.1.orig/src/rx/rx_packet.c:2203:9: note: Condition 'down' is always false
openafs_1.8.1.orig/src/rx/rx_packet.c:182:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx_packet.c:218:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx_packet.c:219:11: style: The scope of the variable 'b' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx_packet.c:921:19: style: The scope of the variable 'iov' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx_packet.c:951:19: style: The scope of the variable 'iov' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx_packet.c:1415:12: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx_packet.c:253:22: style: Function 'rxi_AllocPackets' argument 1 names different: declaration 'cla_ss' definition 'class'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx_prototypes.h:402:33: note: Function 'rxi_AllocPackets' argument 1 names different: declaration 'cla_ss' definition 'class'.
openafs_1.8.1.orig/src/rx/rx_packet.c:253:22: note: Function 'rxi_AllocPackets' argument 1 names different: declaration 'cla_ss' definition 'class'.
openafs_1.8.1.orig/src/rx/rx_packet.c:511:51: style: Function 'rxi_AllocDataBuf' argument 3 names different: declaration 'cla_ss' definition 'class'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx_prototypes.h:390:62: note: Function 'rxi_AllocDataBuf' argument 3 names different: declaration 'cla_ss' definition 'class'.
openafs_1.8.1.orig/src/rx/rx_packet.c:511:51: note: Function 'rxi_AllocDataBuf' argument 3 names different: declaration 'cla_ss' definition 'class'.
openafs_1.8.1.orig/src/rx/rx_packet.c:1304:21: style: Function 'rxi_AllocPacket' argument 1 names different: declaration 'cla_ss' definition 'class'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx_prototypes.h:401:46: note: Function 'rxi_AllocPacket' argument 1 names different: declaration 'cla_ss' definition 'class'.
openafs_1.8.1.orig/src/rx/rx_packet.c:1304:21: note: Function 'rxi_AllocPacket' argument 1 names different: declaration 'cla_ss' definition 'class'.
openafs_1.8.1.orig/src/rx/rx_packet.c:2729:5: style: Variable 'buf' is modified but its new value is never used. [unreadVariable]
openafs_1.8.1.orig/src/rx/rx_user.c:648:6: style: The scope of the variable 'npackets' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/rx_user.c:91:28: style: Function 'rxi_GetHostUDPSocket' argument 1 names different: declaration 'host' definition 'ahost'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/rx.h:199:39: note: Function 'rxi_GetHostUDPSocket' argument 1 names different: declaration 'host' definition 'ahost'.
openafs_1.8.1.orig/src/rx/rx_user.c:91:28: note: Function 'rxi_GetHostUDPSocket' argument 1 names different: declaration 'host' definition 'ahost'.
openafs_1.8.1.orig/src/rx/test/generator.h:93:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openafs_1.8.1.orig/src/rx/test/kctest.c:159:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'rx_connection *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/test/kctest.c:171:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/rx/test/kctest.c:119:21: style: The scope of the variable 'tcall' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/test/kctest.c:154:10: error: Uninitialized variable: so [uninitvar]
openafs_1.8.1.orig/src/rx/test/kstest.c:97:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/rx/test/kstest.c:106:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'rx_service *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/test/tableGen.c:62:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openafs_1.8.1.orig/src/rx/test/testclient.c:84:21: style: The scope of the variable 'call' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/test/testclient.c:88:9: style: The scope of the variable 'bufferSize' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/test/testclient.c:89:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/test/testclient.c:301:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/test/testqueue.c:24:5: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'myq *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rx/test/testqueue.c:48:17: style: The scope of the variable 'qe' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/xdr.c:549:2: warning: Either the condition 'sp!=NULL' is redundant or there is possible null pointer dereference: sp. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/rx/xdr.c:556:9: note: Assuming that condition 'sp!=NULL' is not redundant
openafs_1.8.1.orig/src/rx/xdr.c:549:2: note: Null pointer dereference
openafs_1.8.1.orig/src/rx/xdr.c:351:9: style: The scope of the variable 'crud' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/xdr.c:352:10: style: The scope of the variable 'xdr_zero' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/xdr.c:113:31: style: Function 'afs_xdr_u_int' argument 2 names different: declaration 'up' definition 'uip'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/xdr_prototypes.h:47:45: note: Function 'afs_xdr_u_int' argument 2 names different: declaration 'up' definition 'uip'.
openafs_1.8.1.orig/src/rx/xdr.c:113:31: note: Function 'afs_xdr_u_int' argument 2 names different: declaration 'up' definition 'uip'.
openafs_1.8.1.orig/src/rx/xdr_int32.c:50:39: style: Function 'xdr_afs_int32' argument 2 names different: declaration 'ip' definition 'lp'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/xdr_prototypes.h:19:53: note: Function 'xdr_afs_int32' argument 2 names different: declaration 'ip' definition 'lp'.
openafs_1.8.1.orig/src/rx/xdr_int32.c:50:39: note: Function 'xdr_afs_int32' argument 2 names different: declaration 'ip' definition 'lp'.
openafs_1.8.1.orig/src/rx/xdr_int32.c:70:41: style: Function 'xdr_afs_uint32' argument 2 names different: declaration 'up' definition 'ulp'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/rx/xdr_prototypes.h:20:55: note: Function 'xdr_afs_uint32' argument 2 names different: declaration 'up' definition 'ulp'.
openafs_1.8.1.orig/src/rx/xdr_int32.c:70:41: note: Function 'xdr_afs_uint32' argument 2 names different: declaration 'up' definition 'ulp'.
openafs_1.8.1.orig/src/rx/xdr_rec.c:242:9: style: The scope of the variable 'current' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/xdr_rec.c:267:9: style: The scope of the variable 'current' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/xdr_rec.c:499:9: style: The scope of the variable 'current' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rx/xdr_rec.c:535:9: style: The scope of the variable 'current' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_cout.c:491:48: warning: Either the condition '!alt' is redundant or there is possible null pointer dereference: typename. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/rxgen/rpc_cout.c:602:10: note: Assuming that condition '!alt' is not redundant
openafs_1.8.1.orig/src/rxgen/rpc_cout.c:593:21: note: Calling function 'print_rxifopen', 1st argument 'typename' value is 0
openafs_1.8.1.orig/src/rxgen/rpc_cout.c:491:48: note: Null pointer dereference
openafs_1.8.1.orig/src/rxgen/rpc_cout.c:492:48: warning: Either the condition '!alt' is redundant or there is possible null pointer dereference: typename. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/rxgen/rpc_cout.c:602:10: note: Assuming that condition '!alt' is not redundant
openafs_1.8.1.orig/src/rxgen/rpc_cout.c:593:21: note: Calling function 'print_rxifopen', 1st argument 'typename' value is 0
openafs_1.8.1.orig/src/rxgen/rpc_cout.c:492:48: note: Null pointer dereference
openafs_1.8.1.orig/src/rxgen/rpc_cout.c:345:18: style: The scope of the variable 'cs' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_cout.c:441:10: style: The scope of the variable 'prefix' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_cout.c:514:10: style: The scope of the variable 'name' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_hout.c:268:10: style: The scope of the variable 'prefix' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_hout.c:327:11: style: The scope of the variable 'prefix' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_hout.c:328:11: style: The scope of the variable 'type' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_hout.c:397:17: style: The scope of the variable 'def' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_main.c:267:11: style: The scope of the variable 'cpp_cmdline' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_main.c:268:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_main.c:268:12: style: The scope of the variable 'l' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_main.c:323:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_main.c:323:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_main.c:309:0: error: Memory leak: cpp_cmdline [memleak]
openafs_1.8.1.orig/src/rxgen/rpc_parse.c:2205:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rxgen/rpc_parse.c:2205:5: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rxgen/rpc_parse.c:815:17: style: The scope of the variable 'defp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_parse.c:969:10: style: The scope of the variable 'typecontents' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_parse.c:994:10: style: The scope of the variable 'typecontents' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_parse.c:1172:9: style: The scope of the variable 'noofparams' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_parse.c:1172:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_parse.c:1242:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_parse.c:1344:17: style: The scope of the variable 'defp1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_parse.c:1554:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_parse.c:1941:17: style: The scope of the variable 'defp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxgen/rpc_scan.c:516:10: error: Memory is allocated but not initialized: file [uninitdata]
openafs_1.8.1.orig/src/rxgen/rpc_util.c:413:10: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:183:5: error: Signed integer overflow for expression '119<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:183:23: error: Signed integer overflow for expression '166<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:183:32: error: Signed integer overflow for expression '254<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:183:41: error: Signed integer overflow for expression '178<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:183:50: error: Signed integer overflow for expression '94<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:183:59: error: Signed integer overflow for expression '140<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:183:68: error: Signed integer overflow for expression '62<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:184:5: error: Signed integer overflow for expression '103<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:184:14: error: Signed integer overflow for expression '108<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:184:23: error: Signed integer overflow for expression '161<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:185:14: error: Signed integer overflow for expression '194<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:185:23: error: Signed integer overflow for expression '162<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:185:32: error: Signed integer overflow for expression '193<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:185:41: error: Signed integer overflow for expression '133<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:185:50: error: Signed integer overflow for expression '108<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:185:59: error: Signed integer overflow for expression '123<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:185:68: error: Signed integer overflow for expression '103<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:186:5: error: Signed integer overflow for expression '198<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:186:14: error: Signed integer overflow for expression '35<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:186:23: error: Signed integer overflow for expression '227<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:187:5: error: Signed integer overflow for expression '242<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:187:14: error: Signed integer overflow for expression '137<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:187:23: error: Signed integer overflow for expression '80<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:187:32: error: Signed integer overflow for expression '156<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:187:50: error: Signed integer overflow for expression '183<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:187:59: error: Signed integer overflow for expression '115<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:187:68: error: Signed integer overflow for expression '230<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:188:5: error: Signed integer overflow for expression '225<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:188:14: error: Signed integer overflow for expression '57<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:188:23: error: Signed integer overflow for expression '49<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:189:5: error: Signed integer overflow for expression '44<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:189:14: error: Signed integer overflow for expression '39<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:189:23: error: Signed integer overflow for expression '159<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:189:32: error: Signed integer overflow for expression '165<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:189:41: error: Signed integer overflow for expression '105<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:189:50: error: Signed integer overflow for expression '68<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:189:59: error: Signed integer overflow for expression '214<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:189:68: error: Signed integer overflow for expression '35<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:190:5: error: Signed integer overflow for expression '131<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:190:14: error: Signed integer overflow for expression '152<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:190:23: error: Signed integer overflow for expression '125<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:191:5: error: Signed integer overflow for expression '60<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:191:14: error: Signed integer overflow for expression '180<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:191:23: error: Signed integer overflow for expression '45<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:191:32: error: Signed integer overflow for expression '153<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:191:59: error: Signed integer overflow for expression '140<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:191:68: error: Signed integer overflow for expression '32<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:192:14: error: Signed integer overflow for expression '124<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:192:23: error: Signed integer overflow for expression '95<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:193:5: error: Signed integer overflow for expression '173<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:193:14: error: Signed integer overflow for expression '244<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:193:23: error: Signed integer overflow for expression '250<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:193:32: error: Signed integer overflow for expression '149<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:193:41: error: Signed integer overflow for expression '202<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:193:50: error: Signed integer overflow for expression '118<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:193:59: error: Signed integer overflow for expression '68<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:193:68: error: Signed integer overflow for expression '205<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:194:5: error: Signed integer overflow for expression '182<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:194:14: error: Signed integer overflow for expression '184<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:194:23: error: Signed integer overflow for expression '161<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:195:5: error: Signed integer overflow for expression '161<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:195:14: error: Signed integer overflow for expression '190<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:195:23: error: Signed integer overflow for expression '158<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:195:32: error: Signed integer overflow for expression '84<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:195:41: error: Signed integer overflow for expression '143<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:195:68: error: Signed integer overflow for expression '116<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:196:5: error: Signed integer overflow for expression '49<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:196:14: error: Signed integer overflow for expression '138<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:196:23: error: Signed integer overflow for expression '35<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:197:23: error: Signed integer overflow for expression '250<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:197:32: error: Signed integer overflow for expression '121<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:197:41: error: Signed integer overflow for expression '132<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:197:50: error: Signed integer overflow for expression '177<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:197:59: error: Signed integer overflow for expression '245<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:198:5: error: Signed integer overflow for expression '171<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:198:14: error: Signed integer overflow for expression '181<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:198:23: error: Signed integer overflow for expression '46<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:199:5: error: Signed integer overflow for expression '170<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:199:23: error: Signed integer overflow for expression '96<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:199:32: error: Signed integer overflow for expression '107<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:199:41: error: Signed integer overflow for expression '91<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:199:50: error: Signed integer overflow for expression '196<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:199:59: error: Signed integer overflow for expression '75<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:199:68: error: Signed integer overflow for expression '188<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:200:5: error: Signed integer overflow for expression '226<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:200:14: error: Signed integer overflow for expression '175<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:200:23: error: Signed integer overflow for expression '69<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:201:5: error: Signed integer overflow for expression '115<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:201:14: error: Signed integer overflow for expression '250<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:201:23: error: Signed integer overflow for expression '201<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:201:32: error: Signed integer overflow for expression '73<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:201:41: error: Signed integer overflow for expression '205<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:201:59: error: Signed integer overflow for expression '146<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:201:68: error: Signed integer overflow for expression '125<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:202:5: error: Signed integer overflow for expression '151<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:202:14: error: Signed integer overflow for expression '122<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:203:5: error: Signed integer overflow for expression '96<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:203:14: error: Signed integer overflow for expression '61<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:203:23: error: Signed integer overflow for expression '207<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:203:32: error: Signed integer overflow for expression '91<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:203:41: error: Signed integer overflow for expression '222<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:203:50: error: Signed integer overflow for expression '198<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:203:59: error: Signed integer overflow for expression '226<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:203:68: error: Signed integer overflow for expression '230<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:204:5: error: Signed integer overflow for expression '187<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:204:14: error: Signed integer overflow for expression '139<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:205:5: error: Signed integer overflow for expression '218<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:205:41: error: Signed integer overflow for expression '136<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:205:50: error: Signed integer overflow for expression '106<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:205:68: error: Signed integer overflow for expression '137<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:206:5: error: Signed integer overflow for expression '208<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:206:14: error: Signed integer overflow for expression '169<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:206:23: error: Signed integer overflow for expression '193<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:207:5: error: Signed integer overflow for expression '201<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:207:14: error: Signed integer overflow for expression '112<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:207:23: error: Signed integer overflow for expression '107<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:207:32: error: Signed integer overflow for expression '229<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:207:41: error: Signed integer overflow for expression '67<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:207:50: error: Signed integer overflow for expression '244<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:207:59: error: Signed integer overflow for expression '104<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:207:68: error: Signed integer overflow for expression '200<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:208:5: error: Signed integer overflow for expression '211<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:208:14: error: Signed integer overflow for expression '132<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:208:23: error: Signed integer overflow for expression '40<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:209:14: error: Signed integer overflow for expression '82<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:209:23: error: Signed integer overflow for expression '102<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:209:32: error: Signed integer overflow for expression '163<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:209:41: error: Signed integer overflow for expression '202<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:209:50: error: Signed integer overflow for expression '242<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:209:59: error: Signed integer overflow for expression '227<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:209:68: error: Signed integer overflow for expression '127<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:210:5: error: Signed integer overflow for expression '122<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:210:14: error: Signed integer overflow for expression '49<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:210:23: error: Signed integer overflow for expression '247<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:211:5: error: Signed integer overflow for expression '136<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:211:14: error: Signed integer overflow for expression '148<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:211:23: error: Signed integer overflow for expression '94<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:211:32: error: Signed integer overflow for expression '156<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:211:41: error: Signed integer overflow for expression '99<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:211:50: error: Signed integer overflow for expression '213<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:211:59: error: Signed integer overflow for expression '36<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:211:68: error: Signed integer overflow for expression '102<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:212:5: error: Signed integer overflow for expression '252<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:212:14: error: Signed integer overflow for expression '179<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:212:23: error: Signed integer overflow for expression '87<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:213:5: error: Signed integer overflow for expression '37<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:213:14: error: Signed integer overflow for expression '190<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:213:23: error: Signed integer overflow for expression '137<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:213:32: error: Signed integer overflow for expression '68<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:213:41: error: Signed integer overflow for expression '196<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:213:50: error: Signed integer overflow for expression '224<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:213:59: error: Signed integer overflow for expression '143<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:213:68: error: Signed integer overflow for expression '35<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:214:5: error: Signed integer overflow for expression '60<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:214:23: error: Signed integer overflow for expression '82<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:215:5: error: Signed integer overflow for expression '245<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:215:23: error: Signed integer overflow for expression '244<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:215:32: error: Signed integer overflow for expression '203<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:215:50: error: Signed integer overflow for expression '51<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:215:68: error: Signed integer overflow for expression '248<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:216:5: error: Signed integer overflow for expression '105<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:216:23: error: Signed integer overflow for expression '157<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:217:5: error: Signed integer overflow for expression '211<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:217:14: error: Signed integer overflow for expression '247<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:217:23: error: Signed integer overflow for expression '40<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:217:32: error: Signed integer overflow for expression '248<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:217:41: error: Signed integer overflow for expression '48<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:217:59: error: Signed integer overflow for expression '94<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:217:68: error: Signed integer overflow for expression '50<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:218:5: error: Signed integer overflow for expression '192<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:218:14: error: Signed integer overflow for expression '213<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:219:5: error: Signed integer overflow for expression '189<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:219:14: error: Signed integer overflow for expression '69<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:219:23: error: Signed integer overflow for expression '139<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:219:32: error: Signed integer overflow for expression '91<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:219:41: error: Signed integer overflow for expression '253<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:219:50: error: Signed integer overflow for expression '188<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:219:59: error: Signed integer overflow for expression '226<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:219:68: error: Signed integer overflow for expression '92<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:220:5: error: Signed integer overflow for expression '169<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:220:14: error: Signed integer overflow for expression '150<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:220:23: error: Signed integer overflow for expression '239<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:221:5: error: Signed integer overflow for expression '112<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:221:14: error: Signed integer overflow for expression '207<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:221:23: error: Signed integer overflow for expression '194<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:221:32: error: Signed integer overflow for expression '42<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:221:41: error: Signed integer overflow for expression '179<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:221:50: error: Signed integer overflow for expression '97<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:221:59: error: Signed integer overflow for expression '173<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:221:68: error: Signed integer overflow for expression '128<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:222:5: error: Signed integer overflow for expression '72<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:222:14: error: Signed integer overflow for expression '129<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:222:23: error: Signed integer overflow for expression '183<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:223:14: error: Signed integer overflow for expression '67<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:223:23: error: Signed integer overflow for expression '217<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:223:32: error: Signed integer overflow for expression '215<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:223:41: error: Signed integer overflow for expression '69<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:223:50: error: Signed integer overflow for expression '240<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:223:59: error: Signed integer overflow for expression '216<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:223:68: error: Signed integer overflow for expression '138<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:224:5: error: Signed integer overflow for expression '89<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:224:14: error: Signed integer overflow for expression '124<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:224:23: error: Signed integer overflow for expression '87<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:225:5: error: Signed integer overflow for expression '193<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:225:14: error: Signed integer overflow for expression '121<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:225:23: error: Signed integer overflow for expression '199<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:225:32: error: Signed integer overflow for expression '52<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:225:41: error: Signed integer overflow for expression '214<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:225:50: error: Signed integer overflow for expression '67<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:225:59: error: Signed integer overflow for expression '223<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:225:68: error: Signed integer overflow for expression '228<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:226:5: error: Signed integer overflow for expression '120<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:227:5: error: Signed integer overflow for expression '218<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:227:14: error: Signed integer overflow for expression '146<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:227:23: error: Signed integer overflow for expression '118<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:227:32: error: Signed integer overflow for expression '81<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:227:41: error: Signed integer overflow for expression '225<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:227:50: error: Signed integer overflow for expression '212<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:227:59: error: Signed integer overflow for expression '112<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:228:5: error: Signed integer overflow for expression '224<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:228:14: error: Signed integer overflow for expression '47<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:228:23: error: Signed integer overflow for expression '150<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:229:5: error: Signed integer overflow for expression '145<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:229:14: error: Signed integer overflow for expression '130<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/bg-fcrypt.c:229:23: error: Signed integer overflow for expression '128<<27'. [integerOverflow]
openafs_1.8.1.orig/src/rxkad/crc.c:55:19: style: The scope of the variable 'crc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxkad/crypt_conn.c:82:11: style: The scope of the variable 'data' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxkad/fcrypt.c:138:6: style: Variable 'S' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/rxkad/fcrypt.c:131:6: note: Variable 'S' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rxkad/fcrypt.c:138:6: note: Variable 'S' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rxkad/fcrypt.c:157:6: style: Variable 'S' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/rxkad/fcrypt.c:150:6: note: Variable 'S' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rxkad/fcrypt.c:157:6: note: Variable 'S' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/rxkad/fcrypt.c:62:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxkad/rxkad_common.c:435:15: warning: Either the condition 'if(sconn&&sconn->authenticated&&(time(0)<sconn->expirationTime))' is redundant or there is possible null pointer dereference: sconn. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/rxkad/rxkad_common.c:436:5: note: Assuming that condition 'if(sconn&&sconn->authenticated&&(time(0)<sconn->expirationTime))' is not redundant
openafs_1.8.1.orig/src/rxkad/rxkad_common.c:435:15: note: Null pointer dereference
openafs_1.8.1.orig/src/rxkad/rxkad_common.c:373:27: style: The scope of the variable 'rock' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxkad/tcrypt.c:119:2: performance: Buffer 'xor' is being written before its old content has been used. [redundantCopy]
openafs_1.8.1.orig/src/rxkad/tcrypt.c:117:2: note: Buffer 'xor' is being written before its old content has been used.
openafs_1.8.1.orig/src/rxkad/tcrypt.c:119:2: note: Buffer 'xor' is being written before its old content has been used.
openafs_1.8.1.orig/src/rxkad/test/stress.c:49:9: style: The scope of the variable 'nonoauth' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxkad/test/stress_c.c:1263:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/rxkad/test/stress_c.c:1262:12: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/rxkad/test/stress_c.c:1263:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/rxkad/test/stress_c.c:435:6: warning: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/rxkad/ticket.c:37:6: style: struct member 'Anonymous0::weak_key' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/rxkad/ticket.c:34:11: style: union member 'Anonymous1::cblock' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/rxkad/ticket.c:35:11: style: union member 'Anonymous1::deslong' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/rxkad/v5der.c:837:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5der.c:1018:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:30:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:31:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:67:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:70:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:213:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:214:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:364:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:371:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:516:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:517:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:615:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:622:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:767:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:768:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:899:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:906:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1062:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1063:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1214:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1325:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1326:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1391:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1519:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1520:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1618:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1625:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1715:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1716:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:1781:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2126:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2127:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2486:7: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2494:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2708:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2709:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2745:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2748:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2851:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2852:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2950:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:2957:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3082:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3083:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3181:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3188:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3343:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3344:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3406:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3408:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3535:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3536:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3572:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3575:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3647:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3648:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3686:6: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3691:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3761:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3762:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3800:6: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/rxkad/v5gen.c:3805:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openafs_1.8.1.orig/src/rxkad/v5der.c:565:18: style: The scope of the variable 'u1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxkad/v5der.c:603:15: style: The scope of the variable 'tag1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxkad/ticket5.c:688:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/rxkad/v5der.c:176:13: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
openafs_1.8.1.orig/src/scout/scout.c:223:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:271:11: style: The scope of the variable 'truncname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:666:28: style: The scope of the variable 'disk_lightdata' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:667:28: style: The scope of the variable 'disk_strparams' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:978:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:1025:19: style: The scope of the variable 'curr_disklight' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:1030:9: style: The scope of the variable 'next_used_idx' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:1283:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:1292:28: style: The scope of the variable 'lightdata' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:1633:21: style: The scope of the variable 'he' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:2068:11: style: The scope of the variable 'curr_name' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:2069:11: style: The scope of the variable 'curr_value' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:2179:9: style: The scope of the variable 'width' can be reduced. [variableScope]
openafs_1.8.1.orig/src/scout/scout.c:2228:11: style: The scope of the variable 'debug_filename' can be reduced. [variableScope]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1313:23: error: Array 'tpath[1000]' accessed at index 10000, which is out of bounds. [arrayIndexOutOfBounds]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1317:19: error: Array 'tpath[1000]' accessed at index 10001, which is out of bounds. [arrayIndexOutOfBounds]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1312:9: note: After for loop, i has value 10001
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1317:19: note: Array index out of bounds
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1320:35: error: Array 'tpath[1000]' accessed at index 10000, which is out of bounds. [arrayIndexOutOfBounds]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1312:9: note: After for loop, i has value 10001
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1320:35: note: Array index out of bounds
openafs_1.8.1.orig/src/sys/pioctl_nt.c:713:17: warning: fprintf format string requires 2 parameters but 3 are given. [wrongPrintfScanfArgNum]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1113:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1171:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1296:17: warning: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1504:13: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:153:5: style: Variable 'hDevHandle' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:147:0: note: Variable 'hDevHandle' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/sys/pioctl_nt.c:153:5: note: Variable 'hDevHandle' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/sys/pioctl_nt.c:288:5: style: Variable 'schSCManager' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:278:0: note: Variable 'schSCManager' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/sys/pioctl_nt.c:288:5: note: Variable 'schSCManager' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1165:9: style: The scope of the variable 'save' can be reduced. [variableScope]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1189:9: style: The scope of the variable 'save' can be reduced. [variableScope]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1234:10: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1237:10: style: The scope of the variable 'newPath' can be reduced. [variableScope]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1239:9: style: The scope of the variable 'save' can be reduced. [variableScope]
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1525:64: style: Function 'pioctl_utf8' argument 3 names different: declaration 'blob' definition 'blobp'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/sys/pioctl_nt.h:31:73: note: Function 'pioctl_utf8' argument 3 names different: declaration 'blob' definition 'blobp'.
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1525:64: note: Function 'pioctl_utf8' argument 3 names different: declaration 'blob' definition 'blobp'.
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1531:59: style: Function 'pioctl' argument 3 names different: declaration 'blob' definition 'blobp'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/sys/pioctl_nt.h:28:68: note: Function 'pioctl' argument 3 names different: declaration 'blob' definition 'blobp'.
openafs_1.8.1.orig/src/sys/pioctl_nt.c:1531:59: note: Function 'pioctl' argument 3 names different: declaration 'blob' definition 'blobp'.
openafs_1.8.1.orig/src/sys/rmtsysnet.c:83:2: error: Width 100 given in format string (no. 1) is larger than destination buffer 'tname[100]', use %99s to prevent overflowing it. [invalidScanfFormatWidth]
openafs_1.8.1.orig/src/sys/rmtsysnet.c:100:2: error: Width 100 given in format string (no. 1) is larger than destination buffer 'tname[100]', use %99s to prevent overflowing it. [invalidScanfFormatWidth]
openafs_1.8.1.orig/src/tests/apwd.c:445:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openafs_1.8.1.orig/src/tests/apwd.c:330:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/tests/apwd.c:354:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/tests/create-files.c:58:10: style: The scope of the variable 'size' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/create-symlinks.c:57:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/create-symlinks.c:89:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/fhbench.c:79:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/fhbench.c:191:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/fhbench.c:109:9: style: Unused variable: ret [unusedVariable]
openafs_1.8.1.orig/src/tests/fs_lib.c:518:12: style: The scope of the variable 'insize' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/fsx.c:176:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openafs_1.8.1.orig/src/tests/fsx.c:850:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/tests/fsx.c:803:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/tests/fsx.c:800:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/tests/fsx.c:803:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/tests/fsx.c:293:19: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/fsx.c:293:22: style: The scope of the variable 't' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/fsx.c:294:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/fsx.c:295:14: style: The scope of the variable 'n' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/fsx.c:296:14: style: The scope of the variable 'op' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/fsx.c:297:14: style: The scope of the variable 'bad' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/fsx.c:688:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/fsx.c:869:21: style: Checking if unsigned variable 'maxfilelen' is less than zero. [unsignedLessThanZero]
openafs_1.8.1.orig/src/tests/fsx.c:894:27: style: Checking if unsigned variable 'progressinterval' is less than zero. [unsignedLessThanZero]
openafs_1.8.1.orig/src/tests/fsx.c:937:6: warning: The buffer 'goodfile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/tests/fsx.c:939:6: warning: The buffer 'logfile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/tests/fsx.c:310:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/tests/mmap-and-read.c:142:0: error: Memory leak: malloc_buf [memleak]
openafs_1.8.1.orig/src/tests/null-search.c:69:13: style: The scope of the variable 'alist' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/read-vs-mmap2.c:129:0: error: Memory leak: malloc_buf [memleak]
openafs_1.8.1.orig/src/tests/read-write.c:130:17: style: Variable 'read_buf1' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/tests/read-write.c:142:0: error: Memory leak: random_buf [memleak]
openafs_1.8.1.orig/src/tests/read-write.c:142:0: error: Memory leak: read_buf1 [memleak]
openafs_1.8.1.orig/src/tests/read-write.c:142:0: error: Memory leak: read_buf2 [memleak]
openafs_1.8.1.orig/src/tests/rename-under-feet.c:89:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/snprintf.c:567:12: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/test-parallel1.c:55:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/test-setpag.c:69:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tests/write-rand.c:76:0: error: Memory leak: buf [memleak]
openafs_1.8.1.orig/src/tests/write-ucc.c:75:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/tests/write-ucc.c:74:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/tests/write-ucc.c:75:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/tests/write3.c:80:35: style: Checking if unsigned variable 'sz2=read(fd,buf,sz)' is less than zero. [unsignedLessThanZero]
openafs_1.8.1.orig/src/tests/write3.c:85:40: style: Checking if unsigned variable 'sz2=lseek(fd,0,SEEK_END)' is less than zero. [unsignedLessThanZero]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_dirlist.c:121:13: style: The scope of the variable 'alist' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_extract.c:95:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_extract.c:95:15: style: The scope of the variable 'i_name' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_extract.c:95:23: style: The scope of the variable 'i_vnum' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_extract.c:185:21: style: The scope of the variable 'slash' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_extract.c:270:13: style: The scope of the variable 'vpl' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_extract.c:306:9: style: The scope of the variable 'nr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_extract.c:306:13: style: The scope of the variable 'r' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_extract.c:324:13: style: The scope of the variable 'alist' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_extract.c:401:12: style: The scope of the variable 'use' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_extract.c:462:12: style: The scope of the variable 'use' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_scan.c:231:13: style: The scope of the variable 'alist' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/afsdump_xsed.c:227:13: style: The scope of the variable 'alist' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/dump.c:72:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1119:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1671:11: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1671:11: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1679:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1684:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:334:11: style: The scope of the variable 'p' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1339:48: style: The scope of the variable 'numcols' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1339:57: style: The scope of the variable 'col' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1339:62: style: The scope of the variable 'numrows' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1591:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1591:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1662:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1883:14: style: The scope of the variable 'newstr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:2408:9: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1425:35: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:1426:57: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:2155:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/tools/dumpscan/dumptool.c:2156:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/tools/dumpscan/parsetag.c:83:11: style: The scope of the variable 'buf1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/parsetag.c:83:21: style: The scope of the variable 'buf2' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/parsetag.c:83:31: style: The scope of the variable 'buf3' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/parsetag.c:84:12: style: The scope of the variable 'p1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/parsetag.c:84:17: style: The scope of the variable 'p2' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/parsetag.c:84:22: style: The scope of the variable 'p3' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/parsevnode.c:74:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/parsevnode.c:125:17: style: The scope of the variable 'cb' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/parsevnode.c:397:28: style: The scope of the variable 'acl' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/parsevnode.c:436:16: style: The scope of the variable 'symlink_size' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/parsevnode.c:456:7: error: Common realloc mistake: 'symlink_buf' nulled but not freed upon failure [memleakOnRealloc]
openafs_1.8.1.orig/src/tools/dumpscan/pathname.c:66:9: style: The scope of the variable 'nfiles' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/pathname.c:66:17: style: The scope of the variable 'hsize' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/pathname.c:120:9: style: The scope of the variable 'r' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/pathname.c:192:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/pathname.c:192:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/pathname.c:277:9: style: The scope of the variable 'nl' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/pathname.c:365:6: error: Common realloc mistake: 'path' nulled but not freed upon failure [memleakOnRealloc]
openafs_1.8.1.orig/src/tools/dumpscan/primitive.c:96:6: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
openafs_1.8.1.orig/src/tools/dumpscan/repair.c:57:10: style: The scope of the variable 'volname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/repair.c:98:10: style: The scope of the variable 'volname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:477:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:310:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:312:6: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:310:11: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:345:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:347:6: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:345:11: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:369:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:371:6: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:369:11: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:392:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:394:6: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:392:11: note: Found duplicate branches for 'if' and 'else'.
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:87:11: style: The scope of the variable 'x' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:89:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:184:31: style: The scope of the variable 'countp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:189:17: style: The scope of the variable 'lcountp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/xf_printf.c:191:12: style: The scope of the variable 'hcountp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/dumpscan/xf_rxcall.c:182:21: style: The scope of the variable 'he' can be reduced. [variableScope]
openafs_1.8.1.orig/src/tools/rxperf/rxperf.c:1121:17: style: Same expression on both sides of '>' because the value of 'threads' and '1' are the same. [duplicateExpression]
openafs_1.8.1.orig/src/tools/rxperf/rxperf.c:983:19: note: 'threads' is assigned value '1' here.
openafs_1.8.1.orig/src/tools/rxperf/rxperf.c:1121:17: note: Same expression on both sides of '>' because the value of 'threads' and '1' are the same.
openafs_1.8.1.orig/src/tools/rxperf/rxperf.c:535:21: style: The scope of the variable 'call' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/beacon.c:689:50: style: The scope of the variable 'servList' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/beacon.c:692:9: style: The scope of the variable 'tcount' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/beacon.c:692:51: style: The scope of the variable 'start' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/beacon.c:692:58: style: The scope of the variable 'end' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/beacon.c:834:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/beacon.c:838:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/beacon.c:839:10: style: The scope of the variable 'hoststr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/disk.c:244:20: style: The scope of the variable 'tb' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/disk.c:713:11: style: The scope of the variable 'bp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/disk.c:779:11: style: The scope of the variable 'bp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/recovery.c:692:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openafs_1.8.1.orig/src/ubik/recovery.c:672:10: note: outer condition: !code
openafs_1.8.1.orig/src/ubik/recovery.c:692:7: note: identical inner condition: !code
openafs_1.8.1.orig/src/ubik/recovery.c:692:7: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/ubik/recovery.c:672:10: note: Assuming that condition '!code' is not redundant
openafs_1.8.1.orig/src/ubik/recovery.c:692:7: note: Condition '!code' is always true
openafs_1.8.1.orig/src/ubik/recovery.c:884:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/remote.c:462:5: style: Variable 'dbase' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/ubik/remote.c:446:0: note: Variable 'dbase' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/ubik/remote.c:462:5: note: Variable 'dbase' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/ubik/remote.c:628:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/ubik.c:1400:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openafs_1.8.1.orig/src/ubik/ubikclient.c:42:11: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/ubikclient.c:188:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/ubikclient.c:360:21: style: The scope of the variable 'rxp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/ubikclient.c:362:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/ubikcmd.c:31:11: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/udebug.c:76:21: style: The scope of the variable 'th' can be reduced. [variableScope]
openafs_1.8.1.orig/src/ubik/uinit.c:39:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/update/client.c:722:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/update/client.c:722:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/update/client.c:588:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/update/client.c:302:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/update/server.c:433:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/update/server.c:415:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/update/server.c:433:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/update/server.c:149:12: style: The scope of the variable 'r' can be reduced. [variableScope]
openafs_1.8.1.orig/src/update/server.c:342:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openafs_1.8.1.orig/src/usd/usd_nt.c:223:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openafs_1.8.1.orig/src/uss/uss.c:1512:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss.c:1805:24: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
openafs_1.8.1.orig/src/uss/uss.c:1348:6: error: Resource leak: infile [resourceLeak]
openafs_1.8.1.orig/src/uss/uss.c:1358:2: error: Resource leak: infile [resourceLeak]
openafs_1.8.1.orig/src/uss/uss.c:1482:0: error: Resource leak: infile [resourceLeak]
openafs_1.8.1.orig/src/uss/uss_acl.c:433:2: error: Width 100 given in format string (no. 1) is larger than destination buffer 'tname[100]', use %99s to prevent overflowing it. [invalidScanfFormatWidth]
openafs_1.8.1.orig/src/uss/uss_acl.c:453:2: error: Width 100 given in format string (no. 1) is larger than destination buffer 'tname[100]', use %99s to prevent overflowing it. [invalidScanfFormatWidth]
openafs_1.8.1.orig/src/uss/uss_acl.c:80:10: style: The scope of the variable 't' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_acl.c:80:13: style: The scope of the variable 'u' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_acl.c:124:10: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_fs.c:193:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/uss/uss_fs.c:192:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/uss/uss_fs.c:193:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/uss/uss_fs.c:419:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_fs.c:477:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_fs.c:573:7: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
openafs_1.8.1.orig/src/uss/uss_kauth.c:145:12: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_kauth.c:164:10: style: The scope of the variable 'prompt' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_kauth.c:165:45: style: The scope of the variable 'shortPassBuff' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_kauth.c:540:12: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/uss/uss_kauth.c:185:6: warning: The buffer 'longPassBuff' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/uss/uss_procs.c:81:5: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/uss/uss_procs.c:201:5: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/uss/uss_procs.c:298:5: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/uss/uss_procs.c:177:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_procs.c:462:20: style: The scope of the variable 'pw' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_procs.c:666:10: style: The scope of the variable 'dirp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_procs.c:773:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_procs.c:776:7: style: The scope of the variable 'TemplatePath' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_procs.c:777:9: style: The scope of the variable 'cant_read' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_vol.c:497:9: style: The scope of the variable 'start' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_vol.c:497:16: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_vol.c:497:21: style: The scope of the variable 'mlen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_vol.c:497:27: style: The scope of the variable 'tlen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_vol.c:498:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_vol.c:589:9: style: The scope of the variable 'checkch' can be reduced. [variableScope]
openafs_1.8.1.orig/src/uss/uss_vol.c:589:18: style: The scope of the variable 'ch' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/base32.c:27:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/base32.c:28:18: style: The scope of the variable 'n' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/fileutil.c:33:11: style: The scope of the variable 'bWasSlash' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/fileutil.c:34:11: style: The scope of the variable 'pP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/fileutil.c:109:38: style: Function 'BufioGets' argument 3 names different: declaration 'len' definition 'buflen'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/util/fileutil.h:49:40: note: Function 'BufioGets' argument 3 names different: declaration 'len' definition 'buflen'.
openafs_1.8.1.orig/src/util/fileutil.c:109:38: note: Function 'BufioGets' argument 3 names different: declaration 'len' definition 'buflen'.
openafs_1.8.1.orig/src/util/hostparse.c:294:5: style: Variable 'tmpdirp' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/util/hostparse.c:242:0: note: Variable 'tmpdirp' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/util/hostparse.c:294:5: note: Variable 'tmpdirp' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/util/ktime.c:69:9: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/ktime.c:177:9: style: The scope of the variable 'tc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/ktime.c:628:16: style: The scope of the variable 'tsp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/readdir_nt.c:36:9: style: The scope of the variable 'ntErr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/readdir_nt.c:105:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/serverLog.c:182:9: style: The scope of the variable 'num' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/serverLog.c:254:25: style: The scope of the variable 'cx' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/serverLog.c:314:16: style: The scope of the variable 'timeFields' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/tabular_output.c:106:16: style: The scope of the variable 'row' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/tabular_output.c:106:20: style: The scope of the variable 'col' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/tabular_output.c:476:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/tabular_output.c:476:19: style: The scope of the variable 'middle' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/tabular_output.c:193:69: style: Function 'printTableRow_ASCII' argument 2 names different: declaration 'aTableRow' definition 'aRow'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/util/tabular_output.c:69:73: note: Function 'printTableRow_ASCII' argument 2 names different: declaration 'aTableRow' definition 'aRow'.
openafs_1.8.1.orig/src/util/tabular_output.c:193:69: note: Function 'printTableRow_ASCII' argument 2 names different: declaration 'aTableRow' definition 'aRow'.
openafs_1.8.1.orig/src/util/tabular_output.c:260:68: style: Function 'printTableRow_HTML' argument 2 names different: declaration 'aTableRow' definition 'aRow'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/util/tabular_output.c:72:72: note: Function 'printTableRow_HTML' argument 2 names different: declaration 'aTableRow' definition 'aRow'.
openafs_1.8.1.orig/src/util/tabular_output.c:260:68: note: Function 'printTableRow_HTML' argument 2 names different: declaration 'aTableRow' definition 'aRow'.
openafs_1.8.1.orig/src/util/tabular_output.c:312:67: style: Function 'printTableRow_CSV' argument 2 names different: declaration 'aTableRow' definition 'aRow'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/util/tabular_output.c:66:71: note: Function 'printTableRow_CSV' argument 2 names different: declaration 'aTableRow' definition 'aRow'.
openafs_1.8.1.orig/src/util/tabular_output.c:312:67: note: Function 'printTableRow_CSV' argument 2 names different: declaration 'aTableRow' definition 'aRow'.
openafs_1.8.1.orig/src/util/test/dtest.c:31:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/util/test/dtest.c:33:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/util/test/ktest.c:31:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/util/test/ktest.c:37:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/util/test/test_ktime.c:50:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/util/test/test_ktime.c:53:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/util/test/test_ktime.c:63:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/util/test/test_ktime.c:78:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/util/test/treaddir.c:30:10: style: The scope of the variable 'dirp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/thread_pool.c:326:43: warning: Function 'afs_tp_set_entry' argument order different: declaration ', rock, ' definition 'pool, entry, rock' [funcArgOrderDifferent]
openafs_1.8.1.orig/src/util/thread_pool.h:27:29: note: Function 'afs_tp_set_entry' argument order different: declaration ', rock, ' definition 'pool, entry, rock'
openafs_1.8.1.orig/src/util/thread_pool.c:326:43: note: Function 'afs_tp_set_entry' argument order different: declaration ', rock, ' definition 'pool, entry, rock'
openafs_1.8.1.orig/src/util/volparse.c:105:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/volparse.c:322:9: style: The scope of the variable 'exponent' can be reduced. [variableScope]
openafs_1.8.1.orig/src/util/volparse.c:149:29: style: Function 'volutil_PartitionName_r' argument 1 names different: declaration 'avalue' definition 'part'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/util/afsutil_prototypes.h:180:42: note: Function 'volutil_PartitionName_r' argument 1 names different: declaration 'avalue' definition 'part'.
openafs_1.8.1.orig/src/util/volparse.c:149:29: note: Function 'volutil_PartitionName_r' argument 1 names different: declaration 'avalue' definition 'part'.
openafs_1.8.1.orig/src/util/work_queue.c:1900:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openafs_1.8.1.orig/src/venus/afsio.c:568:12: style: The scope of the variable 'dirNameLen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/afsio.c:754:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/afsio.c:757:10: style: The scope of the variable 'ipv4_addr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/cacheout.c:99:31: error: Null pointer dereference [nullPointer]
openafs_1.8.1.orig/src/venus/cacheout.c:103:36: error: Null pointer dereference [nullPointer]
openafs_1.8.1.orig/src/venus/cmdebug.c:572:21: warning: Logical disjunction always evaluates to true: int32p >= 0 || int32p <= 4. [incorrectLogicOperator]
openafs_1.8.1.orig/src/venus/cmdebug.c:48:27: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openafs_1.8.1.orig/src/venus/cmdebug.c:50:25: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openafs_1.8.1.orig/src/venus/fs.c:3226:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openafs_1.8.1.orig/src/venus/fs.c:3225:35: note: outer condition: ti
openafs_1.8.1.orig/src/venus/fs.c:3226:6: note: identical inner condition: ti
openafs_1.8.1.orig/src/venus/fs.c:3251:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openafs_1.8.1.orig/src/venus/fs.c:3250:35: note: outer condition: ti
openafs_1.8.1.orig/src/venus/fs.c:3251:6: note: identical inner condition: ti
openafs_1.8.1.orig/src/venus/fs.c:117:10: style: The scope of the variable 't' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:117:13: style: The scope of the variable 'u' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:1485:11: style: The scope of the variable 'offmsg' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:2065:11: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:2371:11: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:2420:16: style: The scope of the variable 'aliasName' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:2420:28: style: The scope of the variable 'realName' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:2453:21: style: The scope of the variable 'thp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:2519:21: style: The scope of the variable 'thp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:2721:21: style: The scope of the variable 'thp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:3130:19: style: The scope of the variable 'sp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:3177:11: style: The scope of the variable 'infd' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:3287:11: style: The scope of the variable 'outfd' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:3510:11: style: The scope of the variable 'tp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:3554:11: style: The scope of the variable 'modename' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:3555:11: style: The scope of the variable 'policyname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:3556:9: style: The scope of the variable 'modelen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:3556:18: style: The scope of the variable 'policylen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fs.c:3275:0: error: Resource leak: infd [resourceLeak]
openafs_1.8.1.orig/src/venus/fs.c:2933:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/venus/fs.c:2936:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/venus/fs.c:2939:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/venus/fs.c:2942:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/venus/fs.c:2945:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/venus/fstrace.c:264:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/fstrace.c:1374:25: style: The scope of the variable 'logp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:2550:10: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openafs_1.8.1.orig/src/venus/kdump.c:2543:23: note: outer condition: pnt
openafs_1.8.1.orig/src/venus/kdump.c:2550:10: note: identical inner condition: pnt
openafs_1.8.1.orig/src/venus/kdump.c:1242:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1269:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'cell_alias *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:1275:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1299:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'cell_name *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:1305:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1451:7: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'srvAddr *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:1618:3: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'dcache *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:1817:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'afs_exporter *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:1822:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1837:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1926:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1926:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1926:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1934:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1934:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1934:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1942:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1942:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1942:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1950:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1950:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1950:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1957:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1957:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1957:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1961:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1961:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1969:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1969:2: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1977:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1977:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1977:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1998:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2018:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2018:2: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2018:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2037:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2037:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2037:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2046:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2046:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2046:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2046:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2049:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2049:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2052:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2052:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2058:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2058:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2069:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2069:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2069:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2074:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2074:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2083:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2083:2: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2090:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2090:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2090:2: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2097:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2097:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2104:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2104:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2127:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2127:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2127:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2127:2: portability: %d in format string (no. 5) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2131:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2131:2: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2147:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2147:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2147:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2154:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2154:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2163:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2163:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2168:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2169:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2170:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2463:2: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'nfsclientpag *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2490:2: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'unixuser *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2517:2: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'cell *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2544:2: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'server *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2568:7: warning: %lx in format string (no. 2) requires 'unsigned long' but the argument type is 'srvAddr *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2589:6: warning: %lx in format string (no. 2) requires 'unsigned long' but the argument type is 'afs_cbr *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2613:6: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'srvAddr *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2615:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'srvAddr *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2631:5: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'afs_conn *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2654:5: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'volume *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2809:2: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'vcache *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2885:3: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'axscache *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:2885:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:2929:5: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'dcache *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:3593:6: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'rx_peer *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:3611:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:3686:6: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'rx_connection *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:3719:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:3826:7: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'rx_call *'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/venus/kdump.c:3879:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/venus/kdump.c:1223:48: style: The scope of the variable 'clep' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:1384:50: style: The scope of the variable 'sap' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:1602:36: style: The scope of the variable 'dp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:2410:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:2508:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:2541:12: style: The scope of the variable 'mh' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:2541:20: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:2790:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:2791:11: style: The scope of the variable 'cloc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:2793:41: style: The scope of the variable 'acp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:2991:45: style: The scope of the variable 'tvc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/kdump.c:410:9: style: struct member 'osi_timeval_t::tv_sec' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/venus/kdump.c:411:9: style: struct member 'osi_timeval_t::tv_usec' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/venus/kdump.c:1075:9: style: Unused variable: cell [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1075:15: style: Unused variable: cnt [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1075:20: style: Unused variable: cnt1 [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1223:18: style: Unused variable: cells [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1224:17: style: Unused variable: cell [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1552:18: style: Unused variable: j [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1642:15: style: Unused variable: temp [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1642:35: style: Variable 'indexTime' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1678:15: style: Unused variable: temp [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1678:35: style: Variable 'indexTime' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1707:15: style: Unused variable: temp [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1707:35: style: Variable 'indexTime' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1737:15: style: Unused variable: temp [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1737:35: style: Variable 'indexTime' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1804:26: style: Unused variable: exp_entry [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1910:26: style: Unused variable: l [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1910:29: style: Unused variable: m [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1910:32: style: Unused variable: n [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2012:19: style: Unused variable: xp [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2012:23: style: Unused variable: xpe [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2012:36: style: Variable 'nxp' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2991:39: style: Unused variable: Vep [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2993:23: style: Unused variable: l1 [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2993:27: style: Unused variable: l2 [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2993:31: style: Unused variable: l3 [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2994:15: style: Unused variable: count [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2994:22: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2994:43: style: Unused variable: vcount [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2994:51: style: Unused variable: nvnode [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:2995:11: style: Unused variable: scount [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3029:39: style: Unused variable: Vep [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3031:23: style: Unused variable: l1 [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3031:27: style: Unused variable: l2 [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3031:31: style: Unused variable: l3 [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3032:15: style: Unused variable: count [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3032:22: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3032:32: style: Unused variable: maxvcount [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3032:43: style: Unused variable: vcount [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3032:51: style: Unused variable: nvnode [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3033:11: style: Unused variable: scount [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3110:11: style: Unused variable: symoff [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3224:10: style: Unused variable: sysname [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3320:10: style: Unused variable: sysname [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3321:15: style: Unused variable: count [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3383:10: style: Unused variable: sysname [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3386:26: style: Unused variable: rx_stats [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3508:74: style: Unused variable: sep [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3510:15: style: Unused variable: count [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3886:21: style: Unused variable: epq [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3887:21: style: Unused variable: evq [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3888:11: style: Unused variable: epend [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3888:19: style: Unused variable: evend [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3889:22: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3889:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3889:0: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/venus/kdump.c:3955:37: style: Unused variable: upDownP [unusedVariable]
openafs_1.8.1.orig/src/venus/kdump.c:1351:6: error: Common realloc mistake: 'serversFound' nulled but not freed upon failure [memleakOnRealloc]
openafs_1.8.1.orig/src/venus/test/fulltest.c:237:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/venus/test/fulltest.c:236:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/venus/test/fulltest.c:237:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/venus/up.c:227:6: style: The scope of the variable 'f1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/up.c:227:10: style: The scope of the variable 'f2' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/up.c:227:14: style: The scope of the variable 'n' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/up.c:228:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/up.c:230:7: style: The scope of the variable 'tmpfile' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/up.c:230:28: style: The scope of the variable 'newName' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/up.c:488:6: style: The scope of the variable 'tfd' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/up.c:488:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/up.c:489:17: style: The scope of the variable 'oacl' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/up.c:490:7: style: The scope of the variable 'tacl' can be reduced. [variableScope]
openafs_1.8.1.orig/src/venus/whatfid.c:48:26: style: Unused variable: status [unusedVariable]
openafs_1.8.1.orig/src/venus/whatfid.c:49:11: style: Unused variable: name [unusedVariable]
openafs_1.8.1.orig/src/venus/whatfid.c:76:15: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/src/vfsck/dir.c:193:9: style: The scope of the variable 'dsize' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/dir.c:193:16: style: The scope of the variable 'n' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/dir.c:283:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/dir.c:673:20: style: The scope of the variable 'dp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/dir.c:211:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openafs_1.8.1.orig/src/vfsck/dirutils.c:29:20: style: Unused variable: dirn [unusedVariable]
openafs_1.8.1.orig/src/vfsck/dirutils.c:30:15: style: Unused variable: i [unusedVariable]
openafs_1.8.1.orig/src/vfsck/inode.c:98:23: style: The scope of the variable 'offset' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/inode.c:201:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/inode.c:100:12: style: Unused variable: indir_data_blks [unusedVariable]
openafs_1.8.1.orig/src/vfsck/main.c:329:6: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vfsck/main.c:160:19: style: The scope of the variable 'fsp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/main.c:161:9: style: The scope of the variable 'pid' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/main.c:937:19: style: The scope of the variable 'fname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/main.c:938:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/main.c:938:10: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/src/vfsck/pass1.c:222:4: style: Label 'no_reset' is not used. [unusedLabel]
openafs_1.8.1.orig/src/vfsck/pass5.c:83:13: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/setup.c:241:17: style: Condition 'swap' is always false [knownConditionTrueFalse]
openafs_1.8.1.orig/src/vfsck/setup.c:213:19: note: Assignment 'swap=0', assigned value is 0
openafs_1.8.1.orig/src/vfsck/setup.c:241:17: note: Condition 'swap' is always false
openafs_1.8.1.orig/src/vfsck/setup.c:787:11: style: The scope of the variable 'dp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vfsck/setup.c:874:35: style: Unused variable: stchar [unusedVariable]
openafs_1.8.1.orig/src/vfsck/utilities.c:375:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/vfsck/utilities.c:375:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/vfsck/utilities.c:375:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/vfsck/utilities.c:273:13: style: Unused variable: sip [unusedVariable]
openafs_1.8.1.orig/src/vfsck/utilities.c:274:10: style: Unused variable: size [unusedVariable]
openafs_1.8.1.orig/src/vfsck/utilities.c:459:12: style: Unused variable: n [unusedVariable]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:1080:33: warning: Either the condition 'client?client->z.ViceId:0' is redundant or there is possible null pointer dereference: client. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:1094:18: note: Assuming that condition 'client?client->z.ViceId:0' is not redundant
openafs_1.8.1.orig/src/viced/afsfileprocs.c:1080:33: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/afsfileprocs.c:2238:40: warning: Possible null pointer dereference: parentptr [nullPointer]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:3108:56: note: Calling function 'GetStatus', 5th argument 'parentptr' value is 0
openafs_1.8.1.orig/src/viced/afsfileprocs.c:2238:40: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/afsfileprocs.c:2241:44: warning: Possible null pointer dereference: parentptr [nullPointer]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:3108:56: note: Calling function 'GetStatus', 5th argument 'parentptr' value is 0
openafs_1.8.1.orig/src/viced/afsfileprocs.c:2241:44: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/afsfileprocs.c:2515:5: style: Variable 't_client' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:2510:0: note: Variable 't_client' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/viced/afsfileprocs.c:2515:5: note: Variable 't_client' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/viced/afsfileprocs.c:3147:5: style: Variable 't_client' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:3142:0: note: Variable 't_client' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/viced/afsfileprocs.c:3147:5: note: Variable 't_client' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/viced/afsfileprocs.c:5186:5: style: Variable 't_client' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:5178:0: note: Variable 't_client' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/viced/afsfileprocs.c:5186:5: note: Variable 't_client' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/viced/afsfileprocs.c:5365:5: style: Variable 't_client' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:5356:0: note: Variable 't_client' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/viced/afsfileprocs.c:5365:5: note: Variable 't_client' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/viced/afsfileprocs.c:1286:13: style: The scope of the variable 'rdlen' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:1674:9: style: The scope of the variable 'timeIdx' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:5804:30: style: The scope of the variable 'vlSec' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:1683:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/viced/afsfileprocs.c:1746:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openafs_1.8.1.orig/src/viced/callback.c:215:6: warning: Possible null pointer dereference: fe [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:214:7: note: Assignment 'fe=(fei)?FE+(fei):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:215:6: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:239:23: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:375:10: note: Assignment 'cb=(*cbp)?CB+(*cbp):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:379:5: note: Calling function 'iFreeCB', 1st argument 'cb' value is 0
openafs_1.8.1.orig/src/viced/callback.c:239:23: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:275:2: warning: Either the condition '!cb' is redundant or there is possible null pointer dereference: cb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:279:44: note: Assuming that condition '!cb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:275:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:275:14: warning: Either the condition 'if(thp)' is redundant or there is possible null pointer dereference: thp. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:277:5: note: Assuming that condition 'if(thp)' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:275:14: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:276:2: warning: Either the condition '!cb' is redundant or there is possible null pointer dereference: cb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:279:44: note: Assuming that condition '!cb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:276:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:292:25: warning: Either the condition '!cb' is redundant or there is possible null pointer dereference: cb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:294:19: note: Assuming that condition '!cb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:292:25: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:295:22: warning: Either the condition '!cb' is redundant or there is possible null pointer dereference: cb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:294:19: note: Assuming that condition '!cb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:295:22: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:296:9: warning: Either the condition '!cb' is redundant or there is possible null pointer dereference: cb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:294:19: note: Assuming that condition '!cb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:296:9: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:298:9: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:942:10: note: Calling function 'TDel', 1st argument 'cb' value is 0
openafs_1.8.1.orig/src/viced/callback.c:298:9: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:313:2: warning: Either the condition '!cb' is redundant or there is possible null pointer dereference: cb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:315:43: note: Assuming that condition '!cb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:313:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:313:14: warning: Either the condition '!fcb' is redundant or there is possible null pointer dereference: fcb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:314:14: note: Assuming that condition '!fcb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:313:14: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:314:2: warning: Either the condition '!cb' is redundant or there is possible null pointer dereference: cb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:315:43: note: Assuming that condition '!cb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:314:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:324:26: warning: Either the condition '!cb' is redundant or there is possible null pointer dereference: cb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:326:19: note: Assuming that condition '!cb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:324:26: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:327:22: warning: Either the condition '!cb' is redundant or there is possible null pointer dereference: cb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:326:19: note: Assuming that condition '!cb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:327:22: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:328:5: warning: Either the condition '!cb' is redundant or there is possible null pointer dereference: cb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:326:19: note: Assuming that condition '!cb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:328:5: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:329:5: warning: Either the condition '!cb' is redundant or there is possible null pointer dereference: cb. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:326:19: note: Assuming that condition '!cb' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:329:5: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:341:28: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:1001:7: note: Assignment 'cb=(cbi)?CB+(cbi):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:1004:7: note: Calling function 'CDel', 1st argument 'cb' value is 0
openafs_1.8.1.orig/src/viced/callback.c:341:28: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:378:12: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:375:10: note: Assignment 'cb=(*cbp)?CB+(*cbp):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:378:12: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:400:6: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:399:7: note: Assignment 'cb=(*cbp)?CB+(*cbp):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:400:6: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:588:2: warning: Either the condition '!fe' is redundant or there is possible null pointer dereference: fe. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:596:20: note: Assuming that condition '!fe' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:588:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:589:2: warning: Either the condition '!fe' is redundant or there is possible null pointer dereference: fe. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:596:20: note: Assuming that condition '!fe' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:589:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:590:2: warning: Either the condition '!fe' is redundant or there is possible null pointer dereference: fe. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:596:20: note: Assuming that condition '!fe' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:590:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:591:2: warning: Either the condition '!fe' is redundant or there is possible null pointer dereference: fe. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:596:20: note: Assuming that condition '!fe' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:591:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:592:2: warning: Either the condition '!fe' is redundant or there is possible null pointer dereference: fe. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:596:20: note: Assuming that condition '!fe' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:592:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:593:2: warning: Either the condition '!fe' is redundant or there is possible null pointer dereference: fe. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:596:20: note: Assuming that condition '!fe' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:593:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:595:2: warning: Either the condition '!fe' is redundant or there is possible null pointer dereference: fe. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:596:20: note: Assuming that condition '!fe' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:595:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:598:36: warning: Either the condition '!fe' is redundant or there is possible null pointer dereference: fe. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:620:25: note: Assuming that condition '!fe' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:598:36: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:618:13: warning: Either the condition '!fe' is redundant or there is possible null pointer dereference: fe. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:620:25: note: Assuming that condition '!fe' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:618:13: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:619:13: warning: Either the condition '!fe' is redundant or there is possible null pointer dereference: fe. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:620:25: note: Assuming that condition '!fe' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:619:13: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:626:2: warning: Either the condition '!fe' is redundant or there is possible null pointer dereference: fe. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/callback.c:628:14: note: Assuming that condition '!fe' is not redundant
openafs_1.8.1.orig/src/viced/callback.c:626:2: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:975:8: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:974:7: note: Assignment 'cb=(cbi)?CB+(cbi):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:975:8: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:1002:8: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:1001:7: note: Assignment 'cb=(cbi)?CB+(cbi):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:1002:8: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:1080:9: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:1079:8: note: Assignment 'cb=(cbi)?CB+(cbi):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:1080:9: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:1081:7: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:1079:8: note: Assignment 'cb=(cbi)?CB+(cbi):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:1081:7: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:1393:9: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:1392:8: note: Assignment 'cb=(cbi)?CB+(cbi):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:1393:9: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:1396:5: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:1392:8: note: Assignment 'cb=(cbi)?CB+(cbi):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:1396:5: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:1397:21: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:1392:8: note: Assignment 'cb=(cbi)?CB+(cbi):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:1397:21: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:1398:5: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:1392:8: note: Assignment 'cb=(cbi)?CB+(cbi):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:1398:5: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:1399:31: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:1392:8: note: Assignment 'cb=(cbi)?CB+(cbi):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:1399:31: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:1400:5: warning: Possible null pointer dereference: cb [nullPointer]
openafs_1.8.1.orig/src/viced/callback.c:1392:8: note: Assignment 'cb=(cbi)?CB+(cbi):0', assigned value is 0
openafs_1.8.1.orig/src/viced/callback.c:1400:5: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/callback.c:915:10: style: The scope of the variable 'hoststr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/callback.c:1029:9: style: The scope of the variable 'cbi' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/callback.c:1029:14: style: The scope of the variable 'first' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/callback.c:1029:21: style: The scope of the variable 'nfids' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/callback.c:1031:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/callback.c:1033:27: style: The scope of the variable 'cb_conn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/callback.c:1141:10: style: The scope of the variable 'hoststr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/callback.c:1382:17: style: The scope of the variable 'thead' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:2906:9: warning: Either the condition 'client' is redundant or there is possible null pointer dereference: client. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/viced/host.c:2898:9: note: Assuming that condition 'client' is not redundant
openafs_1.8.1.orig/src/viced/host.c:2906:9: note: Null pointer dereference
openafs_1.8.1.orig/src/viced/host.c:831:7: style: The scope of the variable 'hoststr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:848:7: style: The scope of the variable 'hoststr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:903:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:2540:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:2545:10: style: The scope of the variable 'tinst' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:2546:10: style: The scope of the variable 'tcell' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:2547:10: style: The scope of the variable 'uname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:4005:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:4148:10: style: The scope of the variable 'uuidstr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:4316:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:4316:12: style: The scope of the variable 'number' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:4317:10: style: The scope of the variable 'hoststr' can be reduced. [variableScope]
openafs_1.8.1.orig/src/viced/host.c:737:23: style: Function 'h_Lookup_r' argument 1 names different: declaration 'hostaddr' definition 'haddr'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/viced/host.h:208:34: note: Function 'h_Lookup_r' argument 1 names different: declaration 'hostaddr' definition 'haddr'.
openafs_1.8.1.orig/src/viced/host.c:737:23: note: Function 'h_Lookup_r' argument 1 names different: declaration 'hostaddr' definition 'haddr'.
openafs_1.8.1.orig/src/viced/host.c:2496:26: style: Function 'h_EnumerateClients' argument 3 names different: declaration 'arock' definition 'rock'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/viced/host.h:219:38: note: Function 'h_EnumerateClients' argument 3 names different: declaration 'arock' definition 'rock'.
openafs_1.8.1.orig/src/viced/host.c:2496:26: note: Function 'h_EnumerateClients' argument 3 names different: declaration 'arock' definition 'rock'.
openafs_1.8.1.orig/src/viced/host.c:2618:55: style: Function 'h_FindClient_r' argument 2 names different: declaration 'viceid' definition 'a_viceid'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/viced/host.h:214:77: note: Function 'h_FindClient_r' argument 2 names different: declaration 'viceid' definition 'a_viceid'.
openafs_1.8.1.orig/src/viced/host.c:2618:55: note: Function 'h_FindClient_r' argument 2 names different: declaration 'viceid' definition 'a_viceid'.
openafs_1.8.1.orig/src/viced/viced.c:960:9: style: The scope of the variable 'lwps_max' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/cnvldb.c:875:14: style: Condition 'tovers==1' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/vlserver/cnvldb.c:870:40: note: Assuming that condition 'tovers==1' is not redundant
openafs_1.8.1.orig/src/vlserver/cnvldb.c:875:14: note: Condition 'tovers==1' is always true
openafs_1.8.1.orig/src/vlserver/cnvldb.c:877:18: style: Condition 'fromvers==1' is always false [knownConditionTrueFalse]
openafs_1.8.1.orig/src/vlserver/cnvldb.c:870:25: note: Assuming that condition 'fromvers==3' is not redundant
openafs_1.8.1.orig/src/vlserver/cnvldb.c:877:18: note: Condition 'fromvers==1' is always false
openafs_1.8.1.orig/src/vlserver/cnvldb.c:301:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vlserver/cnvldb.c:312:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vlserver/cnvldb.c:291:13: style: The scope of the variable 'rc1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/cnvldb.c:328:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/cnvldb.c:490:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/cnvldb.c:492:24: style: The scope of the variable 'exp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/cnvldb.c:493:9: style: The scope of the variable 'basei' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/cnvldb.c:493:16: style: The scope of the variable 'index' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/cnvldb.c:88:7: style: union member 'Anonymous1::mhinfo_block' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:384:26: warning: Either the condition 's>254' is redundant or the array 'newheader->IpMappedAddr[31]' is accessed at index 254, which is out of bounds. [arrayIndexOutOfBoundsCond]
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:378:12: note: Assuming that condition 's>254' is not redundant
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:384:26: note: Array index out of bounds
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:384:55: warning: Either the condition 's>254' is redundant or the array 'oldheader->IpMappedAddr[31]' is accessed at index 254, which is out of bounds. [arrayIndexOutOfBoundsCond]
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:378:12: note: Assuming that condition 's>254' is not redundant
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:384:55: note: Array index out of bounds
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:182:3: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:329:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:351:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:351:18: style: The scope of the variable 's' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:234:15: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:236:11: style: Unused variable: uvers [unusedVariable]
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:327:24: style: Unused variable: tvp1 [unusedVariable]
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:329:12: style: Unused variable: j [unusedVariable]
openafs_1.8.1.orig/src/vlserver/sascnvldb.c:329:15: style: Unused variable: diff [unusedVariable]
openafs_1.8.1.orig/src/vlserver/vlclient.c:690:19: warning: Logical conjunction always evaluates to false: voltype < 0 && voltype > 2. [incorrectLogicOperator]
openafs_1.8.1.orig/src/vlserver/vlclient.c:1130:2: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vlserver/vlclient.c:322:17: style: The scope of the variable 'vl1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlclient.c:574:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlclient.c:1265:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:399:28: warning: Redundant assignment of 'vlentryp->serverNumber[i]' to itself. [selfAssignment]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:400:31: warning: Redundant assignment of 'vlentryp->serverPartition[i]' to itself. [selfAssignment]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:401:27: warning: Redundant assignment of 'vlentryp->serverFlags[i]' to itself. [selfAssignment]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:521:28: warning: Redundant assignment of 'vlentryp->serverNumber[i]' to itself. [selfAssignment]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:522:31: warning: Redundant assignment of 'vlentryp->serverPartition[i]' to itself. [selfAssignment]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:523:27: warning: Redundant assignment of 'vlentryp->serverFlags[i]' to itself. [selfAssignment]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:94:13: style: The scope of the variable 'args' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:352:24: style: The scope of the variable 'e' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:477:24: style: The scope of the variable 'e' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:633:48: style: The scope of the variable 'chainlength' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:718:9: style: The scope of the variable 'count' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:718:20: style: The scope of the variable 'longest' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:718:33: style: The scope of the variable 'shortest' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:871:9: style: The scope of the variable 'ipindex' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:871:18: style: The scope of the variable 'ipaddrs' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:1257:6: style: The scope of the variable 'hash' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:1258:13: style: The scope of the variable 'nexthash' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:1571:10: style: The scope of the variable 'block' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vldb_check.c:1571:17: style: The scope of the variable 'index' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:287:30: warning: Either the condition 'newentry?newentry->name:NULL' is redundant or there is possible null pointer dereference: newentry. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:341:19: note: Assuming that condition 'newentry?newentry->name:NULL' is not redundant
openafs_1.8.1.orig/src/vlserver/vlprocs.c:339:32: note: Calling function 'CreateEntry', 2nd argument 'newentry' value is 0
openafs_1.8.1.orig/src/vlserver/vlprocs.c:287:30: note: Null pointer dereference
openafs_1.8.1.orig/src/vlserver/vlprocs.c:289:29: warning: Either the condition 'newentry?newentry->name:NULL' is redundant or there is possible null pointer dereference: newentry. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:341:19: note: Assuming that condition 'newentry?newentry->name:NULL' is not redundant
openafs_1.8.1.orig/src/vlserver/vlprocs.c:339:32: note: Calling function 'CreateEntry', 2nd argument 'newentry' value is 0
openafs_1.8.1.orig/src/vlserver/vlprocs.c:289:29: note: Null pointer dereference
openafs_1.8.1.orig/src/vlserver/vlprocs.c:299:26: warning: Either the condition 'newentry?newentry->name:NULL' is redundant or there is possible null pointer dereference: newentry. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:341:19: note: Assuming that condition 'newentry?newentry->name:NULL' is not redundant
openafs_1.8.1.orig/src/vlserver/vlprocs.c:339:32: note: Calling function 'CreateEntry', 2nd argument 'newentry' value is 0
openafs_1.8.1.orig/src/vlserver/vlprocs.c:299:26: note: Null pointer dereference
openafs_1.8.1.orig/src/vlserver/vlprocs.c:365:29: warning: Either the condition 'newentry?newentry->name:NULL' is redundant or there is possible null pointer dereference: newentry. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:419:19: note: Assuming that condition 'newentry?newentry->name:NULL' is not redundant
openafs_1.8.1.orig/src/vlserver/vlprocs.c:417:33: note: Calling function 'CreateEntryN', 2nd argument 'newentry' value is 0
openafs_1.8.1.orig/src/vlserver/vlprocs.c:365:29: note: Null pointer dereference
openafs_1.8.1.orig/src/vlserver/vlprocs.c:367:29: warning: Either the condition 'newentry?newentry->name:NULL' is redundant or there is possible null pointer dereference: newentry. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:419:19: note: Assuming that condition 'newentry?newentry->name:NULL' is not redundant
openafs_1.8.1.orig/src/vlserver/vlprocs.c:417:33: note: Calling function 'CreateEntryN', 2nd argument 'newentry' value is 0
openafs_1.8.1.orig/src/vlserver/vlprocs.c:367:29: note: Null pointer dereference
openafs_1.8.1.orig/src/vlserver/vlprocs.c:377:26: warning: Either the condition 'newentry?newentry->name:NULL' is redundant or there is possible null pointer dereference: newentry. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:419:19: note: Assuming that condition 'newentry?newentry->name:NULL' is not redundant
openafs_1.8.1.orig/src/vlserver/vlprocs.c:417:33: note: Calling function 'CreateEntryN', 2nd argument 'newentry' value is 0
openafs_1.8.1.orig/src/vlserver/vlprocs.c:377:26: note: Null pointer dereference
openafs_1.8.1.orig/src/vlserver/vlprocs.c:109:9: style: The scope of the variable 'base' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:110:9: style: The scope of the variable 'index' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3045:12: style: The scope of the variable 'serverindex' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3072:12: style: The scope of the variable 'serverindex' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3105:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3105:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3105:21: style: The scope of the variable 'serverindex' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3335:15: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3376:15: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3415:12: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3545:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3552:9: style: The scope of the variable 'pollcount' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:200:11: style: Function 'Init_VLdbase' argument 3 names different: declaration 'this_op' definition 'opcode'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/vlserver/vlserver_internal.h:24:63: note: Function 'Init_VLdbase' argument 3 names different: declaration 'this_op' definition 'opcode'.
openafs_1.8.1.orig/src/vlserver/vlprocs.c:200:11: note: Function 'Init_VLdbase' argument 3 names different: declaration 'this_op' definition 'opcode'.
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3221:29: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3298:38: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openafs_1.8.1.orig/src/vlserver/vlprocs.c:3316:24: style: Array index 'repsite_offset' is used before limits check. [arrayIndexThenCheck]
openafs_1.8.1.orig/src/vlserver/vlutils.c:141:21: style: The scope of the variable 'oep' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlutils.c:142:22: style: The scope of the variable 'nep' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vlserver/vlutils.c:907:36: style: The scope of the variable 'prevblockindex' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/clone.c:178:9: style: Condition 'ReadWriteOriginal' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/vol/clone.c:174:29: note: Assignment 'ReadWriteOriginal=1', assigned value is 1
openafs_1.8.1.orig/src/vol/clone.c:178:9: note: Condition 'ReadWriteOriginal' is always true
openafs_1.8.1.orig/src/vol/devname.c:230:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/fssync-debug.c:803:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/fssync-debug.c:1323:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/gi.c:24:5: warning: sprintf format string requires 1 parameter but 3 are given. [wrongPrintfScanfArgNum]
openafs_1.8.1.orig/src/vol/gi.c:73:2: error: printf format string requires 9 parameters but only 8 are given. [wrongPrintfScanfArgNum]
openafs_1.8.1.orig/src/vol/ihandle.c:767:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/ihandle.c:791:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/ihandle.c:634:25: style: Function 'stream_open' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/vol/ihandle.h:338:48: note: Function 'stream_open' argument 1 names different: declaration 'file' definition 'filename'.
openafs_1.8.1.orig/src/vol/ihandle.c:634:25: note: Function 'stream_open' argument 1 names different: declaration 'file' definition 'filename'.
openafs_1.8.1.orig/src/vol/ihandle.c:216:18: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
openafs_1.8.1.orig/src/vol/ihandle.c:289:18: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
openafs_1.8.1.orig/src/vol/listinodes.c:1023:50: warning: Either the condition 'inodes==0' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openafs_1.8.1.orig/src/vol/listinodes.c:1024:16: note: Assuming that condition 'inodes==0' is not redundant
openafs_1.8.1.orig/src/vol/listinodes.c:1023:50: note: Null pointer addition
openafs_1.8.1.orig/src/vol/listinodes.c:1307:20: style: Unused variable: p [unusedVariable]
openafs_1.8.1.orig/src/vol/nuke.c:109:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/nuke.c:121:16: style: The scope of the variable 'fileH' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/partition.c:904:40: style: Function 'VPartitionPath' argument 1 names different: declaration 'p' definition 'part'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/vol/partition.h:189:53: note: Function 'VPartitionPath' argument 1 names different: declaration 'p' definition 'part'.
openafs_1.8.1.orig/src/vol/partition.c:904:40: note: Function 'VPartitionPath' argument 1 names different: declaration 'p' definition 'part'.
openafs_1.8.1.orig/src/vol/salvaged.c:116:0: error: #error "online salvager only supported for demand attach fileserver" [preprocessorErrorDirective]
openafs_1.8.1.orig/src/vol/salvager.c:147:23: style: The scope of the variable 'temp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/salvager.c:190:2: warning: The buffer 'pname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/vol/test/ilist_nt.c:52:10: style: The scope of the variable 'dname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/test/ilist_nt.c:89:2: style: Variable 'ninodes' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/vol/test/listVicepx.c:637:6: warning: %s in format string (no. 1) requires 'char *' but the argument type is 'signed int'. [invalidPrintfArgType_s]
openafs_1.8.1.orig/src/vol/test/listVicepx.c:155:44: style: The scope of the variable 'sawDirContents' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/test/listVicepx.c:501:24: style: The scope of the variable 'name' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/test/listVicepx.c:578:24: style: The scope of the variable 'pg' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/test/listVicepx.c:326:9: style: Unused variable: fdi [unusedVariable]
openafs_1.8.1.orig/src/vol/test/listVicepx.c:327:11: style: Unused variable: file [unusedVariable]
openafs_1.8.1.orig/src/vol/test/listVicepx.c:328:17: style: Unused variable: statBuf [unusedVariable]
openafs_1.8.1.orig/src/vol/test/listVicepx.c:572:16: style: Unused variable: j [unusedVariable]
openafs_1.8.1.orig/src/vol/test/listVicepx.c:303:22: warning: Assert statement modifies 'dirEntry'. [assignmentInAssert]
openafs_1.8.1.orig/src/vol/test/listVicepx.c:341:32: warning: Assert statement modifies 'vnodeName'. [assignmentInAssert]
openafs_1.8.1.orig/src/vol/test/listVicepx.c:441:18: warning: Assert statement modifies 'symLink'. [assignmentInAssert]
openafs_1.8.1.orig/src/vol/test/ltlist.c:37:2: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
openafs_1.8.1.orig/src/vol/test/ltlist.c:69:0: error: Resource leak: fp [resourceLeak]
openafs_1.8.1.orig/src/vol/test/nino.c:72:5: warning: %Lu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/test/nino.c:91:5: warning: %qu in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vol/test/nino.c:92:5: warning: %Lu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/test/nino.c:92:5: warning: %Lu in format string (no. 2) requires 'unsigned long long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/test/nino.c:92:5: warning: %Lu in format string (no. 3) requires 'unsigned long long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/test/nino.c:98:5: warning: %Lu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/test/nino.c:98:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/test/nino.c:98:5: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/test/nino.c:122:5: warning: %Lu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/test/nino.c:122:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/test/nino.c:122:5: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/test/nino.c:53:9: style: Unused variable: count [unusedVariable]
openafs_1.8.1.orig/src/vol/test/nino.c:106:0: style: Variable 'ino1' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/vol/test/nino.c:108:0: style: Variable 'ino2' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:244:2: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:387:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:387:9: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:387:9: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:387:9: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:387:9: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:387:9: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:387:9: warning: %x in format string (no. 7) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:387:9: warning: %x in format string (no. 8) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:423:6: warning: %n in format string (no. 2) requires 'int *' but the argument type is 'signed int'. [invalidPrintfArgType_n]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:285:24: style: The scope of the variable 'pg' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:228:16: style: Unused variable: j [unusedVariable]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:233:17: style: Unused variable: statBuf [unusedVariable]
openafs_1.8.1.orig/src/vol/test/updateDirInode.c:415:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openafs_1.8.1.orig/src/vol/vnode.c:234:18: style: The scope of the variable 'newHash' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-info.c:1458:6: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/vol-info.c:1515:2: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/vol/vol-info.c:1242:13: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-info.c:1981:17: style: The scope of the variable 'name' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-info.c:668:26: style: Function 'volinfo_Init' argument 1 names different: declaration 'name' definition 'aprogname'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/vol/vol-info.h:92:30: note: Function 'volinfo_Init' argument 1 names different: declaration 'name' definition 'aprogname'.
openafs_1.8.1.orig/src/vol/vol-info.c:668:26: note: Function 'volinfo_Init' argument 1 names different: declaration 'name' definition 'aprogname'.
openafs_1.8.1.orig/src/vol/vol-info.c:1021:62: style: Function 'HandleVolume' argument 2 names different: declaration 'partP' definition 'dp'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/vol/vol-info.c:141:74: note: Function 'HandleVolume' argument 2 names different: declaration 'partP' definition 'dp'.
openafs_1.8.1.orig/src/vol/vol-info.c:1021:62: note: Function 'HandleVolume' argument 2 names different: declaration 'partP' definition 'dp'.
openafs_1.8.1.orig/src/vol/vol-info.c:458:2: error: Memory leak: vp [memleak]
openafs_1.8.1.orig/src/vol/vol-salvage.c:1989:23: style: Redundant condition: ShowMounts. '!ShowMounts || (ShowMounts && !haveRWvolume)' is equivalent to '!ShowMounts || !haveRWvolume' [redundantCondition]
openafs_1.8.1.orig/src/vol/vol-salvage.c:484:9: style: The scope of the variable 'startjob' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:485:11: style: The scope of the variable 'passLog' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:486:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:1573:10: style: The scope of the variable 'nameShouldBe' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:1977:48: style: The scope of the variable 'ip' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:2457:7: style: The scope of the variable 'path' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:2458:7: style: The scope of the variable 'headerName' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:2512:13: style: The scope of the variable 'nBytes' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:3491:26: style: The scope of the variable 'parent' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:3493:16: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:4745:26: style: The scope of the variable 'isp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:4855:10: style: The scope of the variable 'line' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/vol-salvage.c:3115:18: style: Function 'JudgeEntry' argument 1 names different: declaration 'dirVal' definition 'arock'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/vol/vol-salvage.h:209:29: note: Function 'JudgeEntry' argument 1 names different: declaration 'dirVal' definition 'arock'.
openafs_1.8.1.orig/src/vol/vol-salvage.c:3115:18: note: Function 'JudgeEntry' argument 1 names different: declaration 'dirVal' definition 'arock'.
openafs_1.8.1.orig/src/vol/vol-salvage.c:3368:56: style: Function 'DistilVnodeEssence' argument 2 names different: declaration 'vid' definition 'rwVId'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/vol/vol-salvage.h:203:68: note: Function 'DistilVnodeEssence' argument 2 names different: declaration 'vid' definition 'rwVId'.
openafs_1.8.1.orig/src/vol/vol-salvage.c:3368:56: note: Function 'DistilVnodeEssence' argument 2 names different: declaration 'vid' definition 'rwVId'.
openafs_1.8.1.orig/src/vol/vol-salvage.c:4875:0: error: Resource leak: logFile [resourceLeak]
openafs_1.8.1.orig/src/vol/volinfo-main.c:128:9: warning: Either the condition 'if(opt)' is redundant or there is possible null pointer dereference: opt. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vol/volinfo-main.c:142:8: note: Assuming that condition 'if(opt)' is not redundant
openafs_1.8.1.orig/src/vol/volinfo-main.c:128:9: note: Null pointer dereference
openafs_1.8.1.orig/src/vol/volinfo-main.c:132:9: warning: Either the condition 'if(opt)' is redundant or there is possible null pointer dereference: opt. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vol/volinfo-main.c:142:8: note: Assuming that condition 'if(opt)' is not redundant
openafs_1.8.1.orig/src/vol/volinfo-main.c:132:9: note: Null pointer dereference
openafs_1.8.1.orig/src/vol/volinfo-main.c:136:9: warning: Either the condition 'if(opt)' is redundant or there is possible null pointer dereference: opt. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vol/volinfo-main.c:142:8: note: Assuming that condition 'if(opt)' is not redundant
openafs_1.8.1.orig/src/vol/volinfo-main.c:136:9: note: Null pointer dereference
openafs_1.8.1.orig/src/vol/volume.c:2559:6: warning: Either the condition 'if(vp)' is redundant or there is possible null pointer dereference: vp. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vol/volume.c:2574:6: note: Assuming that condition 'if(vp)' is not redundant
openafs_1.8.1.orig/src/vol/volume.c:2559:6: note: Null pointer dereference
openafs_1.8.1.orig/src/vol/volume.c:2569:6: warning: Either the condition 'if(vp)' is redundant or there is possible null pointer dereference: vp. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vol/volume.c:2574:6: note: Assuming that condition 'if(vp)' is not redundant
openafs_1.8.1.orig/src/vol/volume.c:2569:6: note: Null pointer dereference
openafs_1.8.1.orig/src/vol/volume.c:6936:5: warning: Either the condition 'if(vp)' is redundant or there is possible null pointer dereference: vp. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vol/volume.c:2574:6: note: Assuming that condition 'if(vp)' is not redundant
openafs_1.8.1.orig/src/vol/volume.c:2571:35: note: Calling function 'VAddToVolumeUpdateList_r', 2nd argument 'vp' value is 0
openafs_1.8.1.orig/src/vol/volume.c:6936:5: note: Null pointer dereference
openafs_1.8.1.orig/src/vol/volume.c:6937:9: warning: Either the condition 'if(vp)' is redundant or there is possible null pointer dereference: vp. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vol/volume.c:2574:6: note: Assuming that condition 'if(vp)' is not redundant
openafs_1.8.1.orig/src/vol/volume.c:2571:35: note: Calling function 'VAddToVolumeUpdateList_r', 2nd argument 'vp' value is 0
openafs_1.8.1.orig/src/vol/volume.c:6937:9: note: Null pointer dereference
openafs_1.8.1.orig/src/vol/volume.c:6939:5: warning: Either the condition 'if(vp)' is redundant or there is possible null pointer dereference: vp. [nullPointerRedundantCheck]
openafs_1.8.1.orig/src/vol/volume.c:2574:6: note: Assuming that condition 'if(vp)' is not redundant
openafs_1.8.1.orig/src/vol/volume.c:2571:35: note: Calling function 'VAddToVolumeUpdateList_r', 2nd argument 'vp' value is 0
openafs_1.8.1.orig/src/vol/volume.c:6939:5: note: Null pointer dereference
openafs_1.8.1.orig/src/vol/volume.c:4600:5: style: Variable 'vp' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/vol/volume.c:4598:5: note: Variable 'vp' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/vol/volume.c:4600:5: note: Variable 'vp' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/vol/volume.c:4982:17: style: The scope of the variable 'fdP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/volume.c:4983:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/volume.c:6753:12: style: The scope of the variable 'midnight' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/volume.c:6970:13: style: The scope of the variable 'vp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/volume.c:8162:16: style: The scope of the variable 'everLogged' can be reduced. [variableScope]
openafs_1.8.1.orig/src/vol/volume.c:4024:34: style: Function 'GetVolume' argument 5 names different: declaration 'ts' definition 'timeout'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/vol/volume.c:177:65: note: Function 'GetVolume' argument 5 names different: declaration 'ts' definition 'timeout'.
openafs_1.8.1.orig/src/vol/volume.c:4024:34: note: Function 'GetVolume' argument 5 names different: declaration 'ts' definition 'timeout'.
openafs_1.8.1.orig/src/vol/volume.c:6956:6: error: Common realloc mistake: 'UpdateList' nulled but not freed upon failure [memleakOnRealloc]
openafs_1.8.1.orig/src/vol/volume.c:8087:0: error: Memory leak: hp [memleak]
openafs_1.8.1.orig/src/vol/xfs_size_check.c:175:5: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
openafs_1.8.1.orig/src/volser/dumpstuff.c:845:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/dumpstuff.c:842:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/dumpstuff.c:845:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/dumpstuff.c:928:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/dumpstuff.c:924:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/dumpstuff.c:928:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/dumpstuff.c:955:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/dumpstuff.c:952:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/dumpstuff.c:955:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/dumpstuff.c:970:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/dumpstuff.c:969:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/dumpstuff.c:970:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/dumpstuff.c:1036:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1030:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/dumpstuff.c:1036:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/dumpstuff.c:1076:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1069:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/dumpstuff.c:1076:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/dumpstuff.c:1270:9: style: Condition '!delo' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1247:32: note: Assignment 'delo=0', assigned value is 0
openafs_1.8.1.orig/src/volser/dumpstuff.c:1270:9: note: Condition '!delo' is always true
openafs_1.8.1.orig/src/volser/dumpstuff.c:1787:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1783:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/dumpstuff.c:1787:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/dumpstuff.c:1899:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1898:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/dumpstuff.c:1899:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/dumpstuff.c:291:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/dumpstuff.c:292:28: style: The scope of the variable 'p' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/dumpstuff.c:710:13: style: The scope of the variable 'n' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/dumpstuff.c:843:17: style: The scope of the variable 'nullString' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/dumpstuff.c:990:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1031:9: style: The scope of the variable 'UseLatestReadOnlyClone' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1070:16: style: The scope of the variable 'ihP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1071:17: style: The scope of the variable 'fdP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1148:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1148:12: style: The scope of the variable 'nVnodes' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1922:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/dumpstuff.c:1799:45: style: Function 'SizeDumpDumpHeader' argument 4 names different: declaration 'size' definition 'v_size'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/volser/dumpstuff.c:76:29: note: Function 'SizeDumpDumpHeader' argument 4 names different: declaration 'size' definition 'v_size'.
openafs_1.8.1.orig/src/volser/dumpstuff.c:1799:45: note: Function 'SizeDumpDumpHeader' argument 4 names different: declaration 'size' definition 'v_size'.
openafs_1.8.1.orig/src/volser/dumpstuff.c:1830:27: style: Function 'SizeDumpVnode' argument 6 names different: declaration 'size' definition 'v_size'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/volser/dumpstuff.c:86:24: note: Function 'SizeDumpVnode' argument 6 names different: declaration 'size' definition 'v_size'.
openafs_1.8.1.orig/src/volser/dumpstuff.c:1830:27: note: Function 'SizeDumpVnode' argument 6 names different: declaration 'size' definition 'v_size'.
openafs_1.8.1.orig/src/volser/dumpstuff.c:1896:22: style: Function 'SizeDumpPartial' argument 5 names different: declaration 'size' definition 'v_size'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/volser/dumpstuff.c:79:26: note: Function 'SizeDumpPartial' argument 5 names different: declaration 'size' definition 'v_size'.
openafs_1.8.1.orig/src/volser/dumpstuff.c:1896:22: note: Function 'SizeDumpPartial' argument 5 names different: declaration 'size' definition 'v_size'.
openafs_1.8.1.orig/src/volser/dumpstuff.c:1913:25: style: Function 'SizeDumpVnodeIndex' argument 6 names different: declaration 'size' definition 'v_size'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/volser/dumpstuff.c:83:29: note: Function 'SizeDumpVnodeIndex' argument 6 names different: declaration 'size' definition 'v_size'.
openafs_1.8.1.orig/src/volser/dumpstuff.c:1913:25: note: Function 'SizeDumpVnodeIndex' argument 6 names different: declaration 'size' definition 'v_size'.
openafs_1.8.1.orig/src/volser/lockprocs.c:184:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/restorevol.c:237:16: error: Array 'vh.volumeName[100]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
openafs_1.8.1.orig/src/volser/restorevol.c:239:19: error: Array 'vh.volumeName[100]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
openafs_1.8.1.orig/src/volser/restorevol.c:236:6: note: After for loop, i has value 9999
openafs_1.8.1.orig/src/volser/restorevol.c:239:19: note: Array index out of bounds
openafs_1.8.1.orig/src/volser/restorevol.c:312:13: error: Array 'vh.message[1024]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
openafs_1.8.1.orig/src/volser/restorevol.c:314:19: error: Array 'vh.volumeName[100]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
openafs_1.8.1.orig/src/volser/restorevol.c:311:6: note: After for loop, i has value 9999
openafs_1.8.1.orig/src/volser/restorevol.c:314:19: note: Array index out of bounds
openafs_1.8.1.orig/src/volser/restorevol.c:326:10: error: Array 'vh.motd[1024]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
openafs_1.8.1.orig/src/volser/restorevol.c:546:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/volser/restorevol.c:545:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/restorevol.c:546:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/restorevol.c:515:12: style: struct member 'DirEntry::flag' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/volser/restorevol.c:516:12: style: struct member 'DirEntry::length' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/volser/restorevol.c:526:22: style: struct member 'Pageheader::pgcount' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/volser/restorevol.c:527:22: style: struct member 'Pageheader::tag' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/volser/restorevol.c:528:12: style: struct member 'Pageheader::freecount' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/volser/restorevol.c:529:12: style: struct member 'Pageheader::freebitmap' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/volser/restorevol.c:530:12: style: struct member 'Pageheader::padding' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/volser/restorevol.c:535:12: style: struct member 'DirHeader::alloMap' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/volser/restorevol.c:471:3: warning: The buffer 'parentdir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openafs_1.8.1.orig/src/volser/restorevol.c:597:18: warning: Either the condition 'len<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
openafs_1.8.1.orig/src/volser/restorevol.c:583:16: note: Assuming that condition 'len<0' is not redundant
openafs_1.8.1.orig/src/volser/restorevol.c:597:18: note: Negative array index
openafs_1.8.1.orig/src/volser/restorevol.c:239:9: error: Array 'vh.volumeName[100]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
openafs_1.8.1.orig/src/volser/restorevol.c:314:9: error: Array 'vh.volumeName[100]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
openafs_1.8.1.orig/src/volser/vol-dump.c:368:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/vol-dump.c:362:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/vol-dump.c:368:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/vol-dump.c:446:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/vol-dump.c:441:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/vol-dump.c:446:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/vol-dump.c:691:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/vol-dump.c:681:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/vol-dump.c:691:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/vol-dump.c:811:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/vol-dump.c:807:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/vol-dump.c:811:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/vol-dump.c:850:9: style: Condition '!code' is always true [knownConditionTrueFalse]
openafs_1.8.1.orig/src/volser/vol-dump.c:831:16: note: Assignment 'code=0', assigned value is 0
openafs_1.8.1.orig/src/volser/vol-dump.c:850:9: note: Condition '!code' is always true
openafs_1.8.1.orig/src/volser/vol-dump.c:740:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/volser/vol-dump.c:143:10: style: The scope of the variable 'tmpPartName' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vol-dump.c:543:13: style: The scope of the variable 'n' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vol-dump.c:682:16: style: The scope of the variable 'ihP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vol-dump.c:683:17: style: The scope of the variable 'fdP' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vol-dump.c:765:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vol-dump.c:832:9: style: The scope of the variable 'dumpAllDirs' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vol-dump.c:215:38: style: Function 'HandleVolume' argument 1 names different: declaration 'partP' definition 'dp'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/volser/vol-dump.c:58:50: note: Function 'HandleVolume' argument 1 names different: declaration 'partP' definition 'dp'.
openafs_1.8.1.orig/src/volser/vol-dump.c:215:38: note: Function 'HandleVolume' argument 1 names different: declaration 'partP' definition 'dp'.
openafs_1.8.1.orig/src/volser/vol-dump.c:861:9: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/volser/volprocs.c:2275:5: style: Variable 'ttc' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/volser/volprocs.c:2261:0: note: Variable 'ttc' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/volprocs.c:2275:5: note: Variable 'ttc' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/volprocs.c:167:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/volprocs.c:1924:29: style: The scope of the variable 'dp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/volprocs.c:2008:9: style: union member 'Anonymous0::opaque' is never used. [unusedStructMember]
openafs_1.8.1.orig/src/volser/vos.c:4839:17: style: Redundant condition: !seenprefix. 'seenprefix || (!seenprefix && seenxprefix)' is equivalent to 'seenprefix || seenxprefix' [redundantCondition]
openafs_1.8.1.orig/src/volser/vos.c:331:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/volser/vos.c:327:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vos.c:331:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vos.c:440:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/volser/vos.c:435:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vos.c:440:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vos.c:236:10: style: The scope of the variable 'hostname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:237:18: style: The scope of the variable 'addr_list' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:238:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:3205:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:3205:9: style: The scope of the variable 'dc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:3844:10: style: The scope of the variable 'part' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:3927:10: style: The scope of the variable 'part' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:4253:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:4715:10: style: The scope of the variable 'pname' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:4716:43: style: The scope of the variable 'ex' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:4716:47: style: The scope of the variable 'exp' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:5331:7: style: The scope of the variable 'hoststr1' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:5366:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:5665:9: style: The scope of the variable 'c' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:5665:12: style: The scope of the variable 'dc' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vos.c:5217:21: error: Uninitialized variable: cnt [uninitvar]
openafs_1.8.1.orig/src/volser/vsprocs.c:922:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openafs_1.8.1.orig/src/volser/vsprocs.c:920:9: note: outer condition: code
openafs_1.8.1.orig/src/volser/vsprocs.c:922:6: note: identical inner condition: code
openafs_1.8.1.orig/src/volser/vsprocs.c:6510:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/volser/vsprocs.c:6536:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openafs_1.8.1.orig/src/volser/vsprocs.c:2824:5: style: Variable 'aconn' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/volser/vsprocs.c:2816:0: note: Variable 'aconn' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vsprocs.c:2824:5: note: Variable 'aconn' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vsprocs.c:3015:5: style: Variable 'aconn' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/volser/vsprocs.c:3007:0: note: Variable 'aconn' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vsprocs.c:3015:5: note: Variable 'aconn' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vsprocs.c:6608:5: style: Variable 'conn' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/volser/vsprocs.c:6604:0: note: Variable 'conn' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vsprocs.c:6608:5: note: Variable 'conn' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vsprocs.c:7437:5: style: Variable 'aconn' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/src/volser/vsprocs.c:7431:0: note: Variable 'aconn' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vsprocs.c:7437:5: note: Variable 'aconn' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/src/volser/vsprocs.c:5329:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openafs_1.8.1.orig/src/volser/vsprocs.c:1154:29: style: Function 'DoVolDelete' argument 4 names different: declaration 'typestring' definition 'ptypestring'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/volser/vsprocs.c:180:33: note: Function 'DoVolDelete' argument 4 names different: declaration 'typestring' definition 'ptypestring'.
openafs_1.8.1.orig/src/volser/vsprocs.c:1154:29: note: Function 'DoVolDelete' argument 4 names different: declaration 'typestring' definition 'ptypestring'.
openafs_1.8.1.orig/src/volser/vsprocs.c:5011:26: style: Function 'UV_RestoreVolume' argument 5 names different: declaration 'restoreflags' definition 'flags'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/volser/volser_prototypes.h:37:12: note: Function 'UV_RestoreVolume' argument 5 names different: declaration 'restoreflags' definition 'flags'.
openafs_1.8.1.orig/src/volser/vsprocs.c:5011:26: note: Function 'UV_RestoreVolume' argument 5 names different: declaration 'restoreflags' definition 'flags'.
openafs_1.8.1.orig/src/volser/vsprocs.c:3027:28: error: Null pointer dereference [nullPointer]
openafs_1.8.1.orig/src/xstat/xstat_cm.c:392:11: style: The scope of the variable 'hostNameFound' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_cm.c:625:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:107:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:322:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:358:5: warning: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:358:5: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:358:5: warning: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:358:5: warning: %lu in format string (no. 7) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:358:5: warning: %lu in format string (no. 8) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:358:5: warning: %lu in format string (no. 9) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:358:5: warning: %lu in format string (no. 10) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:358:5: warning: %lu in format string (no. 11) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:395:5: warning: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:395:5: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:395:5: warning: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:395:5: warning: %lu in format string (no. 7) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:395:5: warning: %lu in format string (no. 8) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:395:5: warning: %lu in format string (no. 9) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:395:5: warning: %lu in format string (no. 10) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:395:5: warning: %lu in format string (no. 11) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:542:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:619:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:611:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:749:21: style: The scope of the variable 'he' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:751:9: style: The scope of the variable 'sleep_secs' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:753:9: style: The scope of the variable 'waitCode' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:938:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:113:14: style: Variable 'nitems' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/xstat/xstat_cm_test.c:112:34: style: Variable 'cmp' is assigned a value that is never used. [unreadVariable]
openafs_1.8.1.orig/src/xstat/xstat_fs.c:413:11: style: The scope of the variable 'hostNameFound' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_fs.c:689:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_fs.c:729:62: style: Function 'xstat_fs_DecodeFullPerfStats' argument 1 names different: declaration 'stats' definition 'aout'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/xstat/xstat_fs.h:151:73: note: Function 'xstat_fs_DecodeFullPerfStats' argument 1 names different: declaration 'stats' definition 'aout'.
openafs_1.8.1.orig/src/xstat/xstat_fs.c:729:62: note: Function 'xstat_fs_DecodeFullPerfStats' argument 1 names different: declaration 'stats' definition 'aout'.
openafs_1.8.1.orig/src/xstat/xstat_fs.c:732:40: style: Function 'xstat_fs_DecodeFullPerfStats' argument 4 names different: declaration 'buffer' definition 'abuf'. [funcArgNamesDifferent]
openafs_1.8.1.orig/src/xstat/xstat_fs.h:154:7: note: Function 'xstat_fs_DecodeFullPerfStats' argument 4 names different: declaration 'buffer' definition 'abuf'.
openafs_1.8.1.orig/src/xstat/xstat_fs.c:732:40: note: Function 'xstat_fs_DecodeFullPerfStats' argument 4 names different: declaration 'buffer' definition 'abuf'.
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:119:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:281:5: warning: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:281:5: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:281:5: warning: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:281:5: warning: %lu in format string (no. 7) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:281:5: warning: %lu in format string (no. 8) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:281:5: warning: %lu in format string (no. 9) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:281:5: warning: %lu in format string (no. 10) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:281:5: warning: %lu in format string (no. 11) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:314:5: warning: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:314:5: warning: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:314:5: warning: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:314:5: warning: %lu in format string (no. 7) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:314:5: warning: %lu in format string (no. 8) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:314:5: warning: %lu in format string (no. 9) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:314:5: warning: %lu in format string (no. 10) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:314:5: warning: %lu in format string (no. 11) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:355:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:398:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:460:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:533:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:524:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:662:21: style: The scope of the variable 'he' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:664:9: style: The scope of the variable 'sleep_secs' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:666:9: style: The scope of the variable 'waitCode' can be reduced. [variableScope]
openafs_1.8.1.orig/src/xstat/xstat_fs_test.c:835:17: style: The scope of the variable 'rn' can be reduced. [variableScope]
openafs_1.8.1.orig/tests/auth/keys-t.c:48:19: style: The scope of the variable 'block_out' can be reduced. [variableScope]
openafs_1.8.1.orig/tests/auth/keys-t.c:50:12: style: The scope of the variable 'len_out' can be reduced. [variableScope]
openafs_1.8.1.orig/tests/auth/realms-t.c:132:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/tests/auth/writekeyfile.c:24:9: style: Unused variable: code [unusedVariable]
openafs_1.8.1.orig/tests/cmd/command-t.c:256:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/tests/cmd/command-t.c:254:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/tests/cmd/command-t.c:256:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/tests/cmd/command-t.c:358:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openafs_1.8.1.orig/tests/cmd/command-t.c:392:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openafs_1.8.1.orig/tests/cmd/command-t.c:83:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
openafs_1.8.1.orig/tests/common/config.c:124:10: style: The scope of the variable 'dirp' can be reduced. [variableScope]
openafs_1.8.1.orig/tests/common/config.c:125:20: style: The scope of the variable 'de' can be reduced. [variableScope]
openafs_1.8.1.orig/tests/opr/rbtree-t.c:77:0: error: Memory leak: inode [memleak]
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_main.c:70:0: error: #error compilation without pthreads is not supported [preprocessorErrorDirective]
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.c:246:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.c:212:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.c:246:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.c:250:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.c:246:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.c:250:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.c:258:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.c:250:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.c:258:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.c:198:50: style: Function 'init_fs_channel' argument 1 names different: declaration 'ctx' definition 'octx'. [funcArgNamesDifferent]
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.h:81:50: note: Function 'init_fs_channel' argument 1 names different: declaration 'ctx' definition 'octx'.
openafs_1.8.1.orig/tests/rpctestlib/rpc_test_procs.c:198:50: note: Function 'init_fs_channel' argument 1 names different: declaration 'ctx' definition 'octx'.
openafs_1.8.1.orig/tests/rx/event-t.c:119:9: style: The scope of the variable 'when' can be reduced. [variableScope]
openafs_1.8.1.orig/tests/util/ktime-t.c:67:10: style: The scope of the variable 'code' can be reduced. [variableScope]
openafs_1.8.1.orig/tests/util/ktime-t.c:69:12: style: The scope of the variable 't' can be reduced. [variableScope]
openafs_1.8.1.orig/tests/volser/vos-t.c:117:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
openafs_1.8.1.orig/tests/volser/vos-t.c:111:5: note: Variable 'code' is reassigned a value before the old one has been used.
openafs_1.8.1.orig/tests/volser/vos-t.c:117:5: note: Variable 'code' is reassigned a value before the old one has been used.
[12:36]

ftp://ftp.se.debian.org/debian/pool/main/o/openais/openais_1.1.4.orig.tar.gz
openais-1.1.4/lib/amf.c:101:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/amf.c:99:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/amf.c:101:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/amf.c:904:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/amf.c:897:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/amf.c:904:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/amf.c:318:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openais-1.1.4/lib/amf.c:586:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openais-1.1.4/lib/ckpt.c:131:37: style: The scope of the variable 'iteratorSectionIdListEntry' can be reduced. [variableScope]
openais-1.1.4/lib/ckpt.c:158:39: style: The scope of the variable 'sectionIterationInstance' can be reduced. [variableScope]
openais-1.1.4/lib/ckpt.c:181:33: style: The scope of the variable 'ckptCheckpointInstance' can be reduced. [variableScope]
openais-1.1.4/lib/ckpt.c:1485:26: style: Function 'saCkptSectionOverwrite' argument 2 names different: declaration 'secitonId' definition 'sectionId'. [funcArgNamesDifferent]
openais-1.1.4/include/saCkpt.h:241:26: note: Function 'saCkptSectionOverwrite' argument 2 names different: declaration 'secitonId' definition 'sectionId'.
openais-1.1.4/lib/ckpt.c:1485:26: note: Function 'saCkptSectionOverwrite' argument 2 names different: declaration 'secitonId' definition 'sectionId'.
openais-1.1.4/lib/clm.c:465:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/clm.c:460:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/clm.c:465:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/clm.c:561:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/clm.c:556:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/clm.c:561:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/clm.c:655:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/clm.c:648:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/clm.c:655:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/evt.c:1347:2: style: Variable 'edi->edi_patterns.patterns' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/evt.c:1346:2: note: Variable 'edi->edi_patterns.patterns' is reassigned a value before the old one has been used.
openais-1.1.4/lib/evt.c:1347:2: note: Variable 'edi->edi_patterns.patterns' is reassigned a value before the old one has been used.
openais-1.1.4/lib/evt.c:200:11: style: The scope of the variable 'handle' can be reduced. [variableScope]
openais-1.1.4/lib/evt.c:234:11: style: The scope of the variable 'handle' can be reduced. [variableScope]
openais-1.1.4/lib/evt.c:259:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openais-1.1.4/lib/lck.c:527:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/lck.c:525:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/lck.c:527:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/lck.c:783:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/lck.c:781:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/lck.c:783:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/lck.c:1099:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/lck.c:1097:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/lck.c:1099:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/lck.c:1170:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/lck.c:1168:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/lck.c:1170:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/lck.c:1258:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/lck.c:1256:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/lck.c:1258:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/lck.c:122:28: style: The scope of the variable 'lckLockIdInstance' can be reduced. [variableScope]
openais-1.1.4/lib/lck.c:143:30: style: The scope of the variable 'lckResourceInstance' can be reduced. [variableScope]
openais-1.1.4/lib/lck.c:554:17: style: Function 'saLckResourceOpen' argument 2 names different: declaration 'lockResourceName' definition 'lckResourceName'. [funcArgNamesDifferent]
openais-1.1.4/include/saLck.h:138:17: note: Function 'saLckResourceOpen' argument 2 names different: declaration 'lockResourceName' definition 'lckResourceName'.
openais-1.1.4/lib/lck.c:554:17: note: Function 'saLckResourceOpen' argument 2 names different: declaration 'lockResourceName' definition 'lckResourceName'.
openais-1.1.4/lib/lck.c:557:24: style: Function 'saLckResourceOpen' argument 5 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'. [funcArgNamesDifferent]
openais-1.1.4/include/saLck.h:141:24: note: Function 'saLckResourceOpen' argument 5 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'.
openais-1.1.4/lib/lck.c:557:24: note: Function 'saLckResourceOpen' argument 5 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'.
openais-1.1.4/lib/lck.c:664:17: style: Function 'saLckResourceOpenAsync' argument 3 names different: declaration 'lockResourceName' definition 'lckResourceName'. [funcArgNamesDifferent]
openais-1.1.4/include/saLck.h:147:17: note: Function 'saLckResourceOpenAsync' argument 3 names different: declaration 'lockResourceName' definition 'lckResourceName'.
openais-1.1.4/lib/lck.c:664:17: note: Function 'saLckResourceOpenAsync' argument 3 names different: declaration 'lockResourceName' definition 'lckResourceName'.
openais-1.1.4/lib/lck.c:775:23: style: Function 'saLckResourceClose' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'. [funcArgNamesDifferent]
openais-1.1.4/include/saLck.h:152:23: note: Function 'saLckResourceClose' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'.
openais-1.1.4/lib/lck.c:775:23: note: Function 'saLckResourceClose' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'.
openais-1.1.4/lib/lck.c:830:23: style: Function 'saLckResourceLock' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'. [funcArgNamesDifferent]
openais-1.1.4/include/saLck.h:156:23: note: Function 'saLckResourceLock' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'.
openais-1.1.4/lib/lck.c:830:23: note: Function 'saLckResourceLock' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'.
openais-1.1.4/lib/lck.c:960:23: style: Function 'saLckResourceLockAsync' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'. [funcArgNamesDifferent]
openais-1.1.4/include/saLck.h:166:23: note: Function 'saLckResourceLockAsync' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'.
openais-1.1.4/lib/lck.c:960:23: note: Function 'saLckResourceLockAsync' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'.
openais-1.1.4/lib/lck.c:1250:23: style: Function 'saLckLockPurge' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'. [funcArgNamesDifferent]
openais-1.1.4/include/saLck.h:185:23: note: Function 'saLckLockPurge' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'.
openais-1.1.4/lib/lck.c:1250:23: note: Function 'saLckLockPurge' argument 1 names different: declaration 'lockResourceHandle' definition 'lckResourceHandle'.
openais-1.1.4/lib/msg.c:432:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/msg.c:430:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/msg.c:432:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/msg.c:745:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/msg.c:743:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/msg.c:745:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/msg.c:1700:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/msg.c:1698:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/msg.c:1700:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/msg.c:111:24: style: The scope of the variable 'queueInstance' can be reduced. [variableScope]
openais-1.1.4/lib/msg.c:131:25: style: Function 'saMsgInitialize' argument 2 names different: declaration 'msgCallbacks' definition 'callbacks'. [funcArgNamesDifferent]
openais-1.1.4/include/saMsg.h:176:25: note: Function 'saMsgInitialize' argument 2 names different: declaration 'msgCallbacks' definition 'callbacks'.
openais-1.1.4/lib/msg.c:131:25: note: Function 'saMsgInitialize' argument 2 names different: declaration 'msgCallbacks' definition 'callbacks'.
openais-1.1.4/lib/tmr.c:271:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/tmr.c:269:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/tmr.c:271:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/tmr.c:493:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/lib/tmr.c:487:0: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/lib/tmr.c:493:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/services/amf.c:803:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:804:11: style: The scope of the variable 'res' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:834:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:835:11: style: The scope of the variable 'res' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:864:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:865:11: style: The scope of the variable 'res' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:928:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:929:11: style: The scope of the variable 'res' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:985:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:986:11: style: The scope of the variable 'res' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:1024:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:1025:11: style: The scope of the variable 'res' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:1100:19: style: The scope of the variable 'node' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:1416:22: style: The scope of the variable 'node' can be reduced. [variableScope]
openais-1.1.4/services/amf.c:2075:77: style: Function 'message_handler_req_lib_amf_hastateget' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.c:201:77: note: Function 'message_handler_req_lib_amf_hastateget' argument 2 names different: declaration 'message' definition 'msg'.
openais-1.1.4/services/amf.c:2075:77: note: Function 'message_handler_req_lib_amf_hastateget' argument 2 names different: declaration 'message' definition 'msg'.
openais-1.1.4/services/amf.c:1609:16: style: Variable 'healthcheck' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/services/amfapp.c:504:26: style: Function 'amf_application_serialize' argument 1 names different: declaration 'application' definition 'app'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:800:26: note: Function 'amf_application_serialize' argument 1 names different: declaration 'application' definition 'app'.
openais-1.1.4/services/amfapp.c:504:26: note: Function 'amf_application_serialize' argument 1 names different: declaration 'application' definition 'app'.
openais-1.1.4/services/amfcluster.c:335:39: style: Function 'amf_cluster_start_tmo_event' argument 1 names different: declaration 'is_sync_master' definition 'is_sync_masterm'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:771:46: note: Function 'amf_cluster_start_tmo_event' argument 1 names different: declaration 'is_sync_master' definition 'is_sync_masterm'.
openais-1.1.4/services/amfcluster.c:335:39: note: Function 'amf_cluster_start_tmo_event' argument 1 names different: declaration 'is_sync_master' definition 'is_sync_masterm'.
openais-1.1.4/services/amfcluster.c:455:55: style: Function 'amf_cluster_application_started' argument 2 names different: declaration 'app' definition 'application'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:784:45: note: Function 'amf_cluster_application_started' argument 2 names different: declaration 'app' definition 'application'.
openais-1.1.4/services/amfcluster.c:455:55: note: Function 'amf_cluster_application_started' argument 2 names different: declaration 'app' definition 'application'.
openais-1.1.4/services/amfcomp.c:2089:5: style: Variable 'comp' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/amfcomp.c:2085:5: note: Variable 'comp' is reassigned a value before the old one has been used.
openais-1.1.4/services/amfcomp.c:2089:5: note: Variable 'comp' is reassigned a value before the old one has been used.
openais-1.1.4/services/amfcomp.c:2191:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openais-1.1.4/services/amfcomp.c:2193:5: note: Found duplicate branches for 'if' and 'else'.
openais-1.1.4/services/amfcomp.c:2191:3: note: Found duplicate branches for 'if' and 'else'.
openais-1.1.4/services/amfcomp.c:2030:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openais-1.1.4/services/amfcomp.c:1559:8: style: The scope of the variable 'p' can be reduced. [variableScope]
openais-1.1.4/services/amfcomp.c:1624:11: style: The scope of the variable 'numProcEntriesFound' can be reduced. [variableScope]
openais-1.1.4/services/amfcomp.c:2074:21: style: The scope of the variable 'healthcheck' can be reduced. [variableScope]
openais-1.1.4/services/amfcomp.c:1302:64: style: Function 'amf_comp_error_report' argument 2 names different: declaration 'report_comp' definition 'reporting_comp'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:1012:37: note: Function 'amf_comp_error_report' argument 2 names different: declaration 'report_comp' definition 'reporting_comp'.
openais-1.1.4/services/amfcomp.c:1302:64: note: Function 'amf_comp_error_report' argument 2 names different: declaration 'report_comp' definition 'reporting_comp'.
openais-1.1.4/services/amfcomp.c:1912:51: style: Function 'amf_comp_instantiate_event' argument 1 names different: declaration 'comp' definition 'component'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:944:57: note: Function 'amf_comp_instantiate_event' argument 1 names different: declaration 'comp' definition 'component'.
openais-1.1.4/services/amfcomp.c:1912:51: note: Function 'amf_comp_instantiate_event' argument 1 names different: declaration 'comp' definition 'component'.
openais-1.1.4/services/amfcomp.c:2069:30: style: Function 'amf_comp_response_2' argument 3 names different: declaration 'healthcheckKey' definition 'healthcheck_key'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:1019:70: note: Function 'amf_comp_response_2' argument 3 names different: declaration 'healthcheckKey' definition 'healthcheck_key'.
openais-1.1.4/services/amfcomp.c:2069:30: note: Function 'amf_comp_response_2' argument 3 names different: declaration 'healthcheckKey' definition 'healthcheck_key'.
openais-1.1.4/services/amfcomp.c:2156:19: style: Function 'amf_comp_hastate_set' argument 1 names different: declaration 'comp' definition 'component'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:955:19: note: Function 'amf_comp_hastate_set' argument 1 names different: declaration 'comp' definition 'component'.
openais-1.1.4/services/amfcomp.c:2156:19: note: Function 'amf_comp_hastate_set' argument 1 names different: declaration 'comp' definition 'component'.
openais-1.1.4/services/amfcomp.c:2300:25: style: Function 'amf_comp_operational_state_set' argument 2 names different: declaration 'opstate' definition 'oper_state'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:960:48: note: Function 'amf_comp_operational_state_set' argument 2 names different: declaration 'opstate' definition 'oper_state'.
openais-1.1.4/services/amfcomp.c:2300:25: note: Function 'amf_comp_operational_state_set' argument 2 names different: declaration 'opstate' definition 'oper_state'.
openais-1.1.4/services/amfcomp.c:2345:19: style: Function 'amf_comp_get_saAmfCompReadinessState' argument 1 names different: declaration 'comp' definition 'component'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:937:19: note: Function 'amf_comp_get_saAmfCompReadinessState' argument 1 names different: declaration 'comp' definition 'component'.
openais-1.1.4/services/amfcomp.c:2345:19: note: Function 'amf_comp_get_saAmfCompReadinessState' argument 1 names different: declaration 'comp' definition 'component'.
openais-1.1.4/services/amfcomp.c:2371:43: style: Function 'amf_comp_node_left' argument 1 names different: declaration 'comp' definition 'component'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:943:50: note: Function 'amf_comp_node_left' argument 1 names different: declaration 'comp' definition 'component'.
openais-1.1.4/services/amfcomp.c:2371:43: note: Function 'amf_comp_node_left' argument 1 names different: declaration 'comp' definition 'component'.
openais-1.1.4/services/amfcomp.c:2435:44: style: Function 'amf_comp_serialize' argument 1 names different: declaration 'comp' definition 'component'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:927:51: note: Function 'amf_comp_serialize' argument 1 names different: declaration 'comp' definition 'component'.
openais-1.1.4/services/amfcomp.c:2435:44: note: Function 'amf_comp_serialize' argument 1 names different: declaration 'comp' definition 'component'.
openais-1.1.4/services/amfnode.c:314:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openais-1.1.4/services/amfnode.c:323:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/services/amfsg.c:550:28: style: The scope of the variable 'si_assignment' can be reduced. [variableScope]
openais-1.1.4/services/amfsg.c:1117:28: style: The scope of the variable 'si_assignment' can be reduced. [variableScope]
openais-1.1.4/services/amfsg.c:1209:29: style: The scope of the variable 'prev' can be reduced. [variableScope]
openais-1.1.4/services/amfsg.c:1326:12: style: The scope of the variable 'standby_su' can be reduced. [variableScope]
openais-1.1.4/services/amfsg.c:1746:27: style: Variable 'standby_out_of_service' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/services/amfsu.c:601:2: style: Variable 'comp->su->restart_control_state' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/amfsu.c:600:2: note: Variable 'comp->su->restart_control_state' is reassigned a value before the old one has been used.
openais-1.1.4/services/amfsu.c:601:2: note: Variable 'comp->su->restart_control_state' is reassigned a value before the old one has been used.
openais-1.1.4/services/amfsu.c:1282:2: style: Variable 'su->restart_control_state' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/amfsu.c:1281:2: note: Variable 'su->restart_control_state' is reassigned a value before the old one has been used.
openais-1.1.4/services/amfsu.c:1282:2: note: Variable 'su->restart_control_state' is reassigned a value before the old one has been used.
openais-1.1.4/services/amfutil.c:1209:25: warning: Either the condition 'str!=NULL' is redundant or there is possible null pointer dereference: src. [nullPointerRedundantCheck]
openais-1.1.4/services/amfutil.c:1146:10: note: Assuming that condition 'str!=NULL' is not redundant
openais-1.1.4/services/amfutil.c:1152:50: note: Calling function 'amf_serialize_opaque', 4th argument 'src' value is 0
openais-1.1.4/services/amfutil.c:1209:25: note: Null pointer dereference
openais-1.1.4/services/amfutil.c:359:3: style: Variable 'error_reason' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/amfutil.c:358:3: note: Variable 'error_reason' is reassigned a value before the old one has been used.
openais-1.1.4/services/amfutil.c:359:3: note: Variable 'error_reason' is reassigned a value before the old one has been used.
openais-1.1.4/services/amfutil.c:1192:43: style: Function 'amf_serialize_opaque' argument 4 names different: declaration 'cp' definition 'src'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:701:43: note: Function 'amf_serialize_opaque' argument 4 names different: declaration 'cp' definition 'src'.
openais-1.1.4/services/amfutil.c:1192:43: note: Function 'amf_serialize_opaque' argument 4 names different: declaration 'cp' definition 'src'.
openais-1.1.4/services/amfutil.c:1298:32: style: Function '_amf_strdup' argument 1 names different: declaration 'str' definition 'in_str'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:682:39: note: Function '_amf_strdup' argument 1 names different: declaration 'str' definition 'in_str'.
openais-1.1.4/services/amfutil.c:1298:32: note: Function '_amf_strdup' argument 1 names different: declaration 'str' definition 'in_str'.
openais-1.1.4/services/amfutil.c:1356:11: style: Function 'sa_amf_grep' argument 4 names different: declaration 'sub_match_array' definition 'matches_arr'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:1203:11: note: Function 'sa_amf_grep' argument 4 names different: declaration 'sub_match_array' definition 'matches_arr'.
openais-1.1.4/services/amfutil.c:1356:11: note: Function 'sa_amf_grep' argument 4 names different: declaration 'sub_match_array' definition 'matches_arr'.
openais-1.1.4/services/amfutil.c:1486:69: style: Function 'amf_call_function_asynchronous' argument 2 names different: declaration 'param' definition 'func_param'. [funcArgNamesDifferent]
openais-1.1.4/services/amf.h:712:76: note: Function 'amf_call_function_asynchronous' argument 2 names different: declaration 'param' definition 'func_param'.
openais-1.1.4/services/amfutil.c:1486:69: note: Function 'amf_call_function_asynchronous' argument 2 names different: declaration 'param' definition 'func_param'.
openais-1.1.4/services/amfutil.c:325:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openais-1.1.4/services/amfutil.c:918:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openais-1.1.4/services/amfutil.c:925:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openais-1.1.4/services/ckpt.c:3537:2: style: Variable 'req_exec_ckpt_sync_checkpoint_section.section_size' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/ckpt.c:3534:2: note: Variable 'req_exec_ckpt_sync_checkpoint_section.section_size' is reassigned a value before the old one has been used.
openais-1.1.4/services/ckpt.c:3537:2: note: Variable 'req_exec_ckpt_sync_checkpoint_section.section_size' is reassigned a value before the old one has been used.
openais-1.1.4/services/ckpt.c:916:29: style: The scope of the variable 'checkpoint_section' can be reduced. [variableScope]
openais-1.1.4/services/ckpt.c:985:29: style: The scope of the variable 'section' can be reduced. [variableScope]
openais-1.1.4/services/ckpt.c:2431:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openais-1.1.4/services/ckpt.c:2636:6: style: The scope of the variable 'memory_used' can be reduced. [variableScope]
openais-1.1.4/services/ckpt.c:2637:6: style: The scope of the variable 'number_of_sections' can be reduced. [variableScope]
openais-1.1.4/services/ckpt.c:2639:29: style: The scope of the variable 'checkpointSection' can be reduced. [variableScope]
openais-1.1.4/services/ckpt.c:3401:21: style: The scope of the variable 'checkpoint' can be reduced. [variableScope]
openais-1.1.4/services/ckpt.c:3656:21: style: The scope of the variable 'checkpoint' can be reduced. [variableScope]
openais-1.1.4/services/ckpt.c:3857:8: style: The scope of the variable 'section_id' can be reduced. [variableScope]
openais-1.1.4/services/ckpt.c:2184:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/services/ckpt.c:3920:5: error: Memory pointed to by 'checkpoint_section' is freed twice. [doubleFree]
openais-1.1.4/services/clm.c:118:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openais-1.1.4/services/clm.c:407:17: style: The scope of the variable 'clm_pd' can be reduced. [variableScope]
openais-1.1.4/services/clm.c:692:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openais-1.1.4/services/clm.c:775:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openais-1.1.4/services/clm.c:813:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openais-1.1.4/services/clm.c:687:14: style: Function 'message_handler_req_lib_clm_clustertrack' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
openais-1.1.4/services/clm.c:159:79: note: Function 'message_handler_req_lib_clm_clustertrack' argument 2 names different: declaration 'message' definition 'msg'.
openais-1.1.4/services/clm.c:687:14: note: Function 'message_handler_req_lib_clm_clustertrack' argument 2 names different: declaration 'message' definition 'msg'.
openais-1.1.4/services/clm.c:745:14: style: Function 'message_handler_req_lib_clm_trackstop' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
openais-1.1.4/services/clm.c:161:76: note: Function 'message_handler_req_lib_clm_trackstop' argument 2 names different: declaration 'message' definition 'msg'.
openais-1.1.4/services/clm.c:745:14: note: Function 'message_handler_req_lib_clm_trackstop' argument 2 names different: declaration 'message' definition 'msg'.
openais-1.1.4/services/clm.c:769:14: style: Function 'message_handler_req_lib_clm_nodeget' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
openais-1.1.4/services/clm.c:163:74: note: Function 'message_handler_req_lib_clm_nodeget' argument 2 names different: declaration 'message' definition 'msg'.
openais-1.1.4/services/clm.c:769:14: note: Function 'message_handler_req_lib_clm_nodeget' argument 2 names different: declaration 'message' definition 'msg'.
openais-1.1.4/services/clm.c:806:14: style: Function 'message_handler_req_lib_clm_nodegetasync' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
openais-1.1.4/services/clm.c:165:79: note: Function 'message_handler_req_lib_clm_nodegetasync' argument 2 names different: declaration 'message' definition 'msg'.
openais-1.1.4/services/clm.c:806:14: note: Function 'message_handler_req_lib_clm_nodegetasync' argument 2 names different: declaration 'message' definition 'msg'.
openais-1.1.4/services/evt.c:1401:2: warning: Either the condition 'nl' is redundant or there is possible null pointer dereference: nl. [nullPointerRedundantCheck]
openais-1.1.4/services/evt.c:1393:6: note: Assuming that condition 'nl' is not redundant
openais-1.1.4/services/evt.c:1401:2: note: Null pointer dereference
openais-1.1.4/services/evt.c:3552:23: style: Same expression on both sides of '==' because the value of 'timer_del_status' and '0' are the same. [duplicateExpression]
openais-1.1.4/services/evt.c:3464:34: note: 'timer_del_status' is assigned value '0' here.
openais-1.1.4/services/evt.c:3552:23: note: Same expression on both sides of '==' because the value of 'timer_del_status' and '0' are the same.
openais-1.1.4/services/evt.c:975:37: style: The scope of the variable 'eci' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:1454:21: style: The scope of the variable 'cn' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:1507:21: style: The scope of the variable 'edp' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:1909:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:2893:37: style: The scope of the variable 'eci' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:3031:33: style: The scope of the variable 'eco' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:3337:37: style: The scope of the variable 'eci' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:3338:21: style: The scope of the variable 'evt' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:3339:27: style: The scope of the variable 'md' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:3340:6: style: The scope of the variable 'num_delivered' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:3675:21: style: The scope of the variable 'cn' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:3709:29: style: The scope of the variable 'ocp' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:3786:31: style: The scope of the variable 'ucp' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:3842:40: style: The scope of the variable 'rtc' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:4021:27: style: The scope of the variable 'md' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:4266:7: style: The scope of the variable 'res' can be reduced. [variableScope]
openais-1.1.4/services/evt.c:4310:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/services/evt.c:2723:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openais-1.1.4/services/lck.c:1633:4: warning: Either the condition 'resource_lock!=NULL' is redundant or there is possible null pointer dereference: resource_lock. [nullPointerRedundantCheck]
openais-1.1.4/services/lck.c:1627:21: note: Assuming that condition 'resource_lock!=NULL' is not redundant
openais-1.1.4/services/lck.c:1633:4: note: Null pointer dereference
openais-1.1.4/services/lck.c:1704:4: warning: Either the condition 'resource_lock!=NULL' is redundant or there is possible null pointer dereference: resource_lock. [nullPointerRedundantCheck]
openais-1.1.4/services/lck.c:1706:21: note: Assuming that condition 'resource_lock!=NULL' is not redundant
openais-1.1.4/services/lck.c:1704:4: note: Null pointer dereference
openais-1.1.4/services/lck.c:1716:4: warning: Either the condition 'resource_lock!=NULL' is redundant or there is possible null pointer dereference: resource_lock. [nullPointerRedundantCheck]
openais-1.1.4/services/lck.c:1706:21: note: Assuming that condition 'resource_lock!=NULL' is not redundant
openais-1.1.4/services/lck.c:1716:4: note: Null pointer dereference
openais-1.1.4/services/lck.c:2262:2: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/lck.c:2256:0: note: Variable 'resource' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:2262:2: note: Variable 'resource' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:2506:2: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/lck.c:2500:0: note: Variable 'resource' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:2506:2: note: Variable 'resource' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:2565:2: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/lck.c:2559:0: note: Variable 'resource' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:2565:2: note: Variable 'resource' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:2639:2: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/lck.c:2634:0: note: Variable 'resource' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:2639:2: note: Variable 'resource' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:2707:2: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/lck.c:2704:0: note: Variable 'resource' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:2707:2: note: Variable 'resource' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:2712:2: style: Variable 'resource_lock' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/lck.c:2705:0: note: Variable 'resource_lock' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:2712:2: note: Variable 'resource_lock' is reassigned a value before the old one has been used.
openais-1.1.4/services/lck.c:1373:6: style: The scope of the variable 'iterate_result' can be reduced. [variableScope]
openais-1.1.4/services/lck.c:1519:24: style: The scope of the variable 'lock' can be reduced. [variableScope]
openais-1.1.4/services/lck.c:1677:24: style: The scope of the variable 'grant_lock' can be reduced. [variableScope]
openais-1.1.4/services/lck.c:1938:24: style: The scope of the variable 'resource_lock' can be reduced. [variableScope]
openais-1.1.4/services/msg.c:3184:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:3175:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3184:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3366:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:3357:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3366:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3561:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:3552:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3561:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3641:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:3633:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3641:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3697:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:3690:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3697:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3746:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:3739:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3746:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3867:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:3853:0: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:3867:2: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4024:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:4010:0: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4024:2: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4147:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:4140:0: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4147:2: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4188:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:4181:0: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4188:2: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4227:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:4220:0: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4227:2: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4301:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:4287:0: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4301:2: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4442:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:4428:0: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4442:2: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4612:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:4603:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4612:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4732:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:4725:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4732:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4790:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:4775:0: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4790:2: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4964:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:4954:0: note: Variable 'reply' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:4964:2: note: Variable 'reply' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5045:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:5035:0: note: Variable 'reply' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5045:2: note: Variable 'reply' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5138:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:5130:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5138:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5186:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:5178:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5186:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5615:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:5608:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5615:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5642:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:5632:0: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5642:2: note: Variable 'queue' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5647:2: style: Variable 'pending' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:5631:0: note: Variable 'pending' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5647:2: note: Variable 'pending' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5688:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:5678:0: note: Variable 'reply' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:5688:2: note: Variable 'reply' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:6069:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:6057:0: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:6069:2: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:6184:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/services/msg.c:6176:0: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:6184:2: note: Variable 'group' is reassigned a value before the old one has been used.
openais-1.1.4/services/msg.c:1630:22: style: The scope of the variable 'reply' can be reduced. [variableScope]
openais-1.1.4/services/msg.c:2234:22: style: The scope of the variable 'reply' can be reduced. [variableScope]
openais-1.1.4/services/msg.c:2320:22: style: The scope of the variable 'queue' can be reduced. [variableScope]
openais-1.1.4/services/msg.c:2341:22: style: The scope of the variable 'group' can be reduced. [variableScope]
openais-1.1.4/services/msg.c:2362:22: style: The scope of the variable 'reply' can be reduced. [variableScope]
openais-1.1.4/services/msg.c:2957:22: style: The scope of the variable 'reply' can be reduced. [variableScope]
openais-1.1.4/services/msg.c:3044:24: style: The scope of the variable 'pending' can be reduced. [variableScope]
openais-1.1.4/services/msg.c:2308:10: style: Variable 'reply' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/services/openais-instantiate.c:62:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openais-1.1.4/services/openaisserviceenable.c:83:6: style: The scope of the variable 'include_service' can be reduced. [variableScope]
openais-1.1.4/test/ckpt-rd.c:101:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/test/ckpt-rd.c:99:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/ckpt-rd.c:101:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/ckpt-wr.c:123:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/test/ckpt-wr.c:121:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/ckpt-wr.c:123:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/ckptbench.c:230:13: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/test/ckptbenchth.c:234:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openais-1.1.4/test/ckptbenchth.c:288:6: style: The scope of the variable 'size' can be reduced. [variableScope]
openais-1.1.4/test/ckptbenchth.c:203:16: style: Variable 'ckpt_handle' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/test/ckptbenchth.c:250:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/test/ckptstress.c:167:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/test/ckptstress.c:165:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/ckptstress.c:167:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/ckptstress.c:199:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/test/ckptstress.c:197:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/ckptstress.c:199:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/ckptstress.c:185:13: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/test/ckptstress.c:228:13: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/test/comp_amf/takeover/serv_amf.c:125:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openais-1.1.4/test/comp_amf/takeover/serv_amf.c:225:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
openais-1.1.4/test/evtbench.c:241:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openais-1.1.4/test/evtbench.c:351:6: style: The scope of the variable 'option' can be reduced. [variableScope]
openais-1.1.4/test/evtbench.c:299:38: style: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'subscription_id'. [funcArgNamesDifferent]
openais-1.1.4/test/evtbench.c:38:43: note: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'subscription_id'.
openais-1.1.4/test/evtbench.c:299:38: note: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'subscription_id'.
openais-1.1.4/test/evtbench.c:300:27: style: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'. [funcArgNamesDifferent]
openais-1.1.4/test/evtbench.c:39:27: note: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'.
openais-1.1.4/test/evtbench.c:300:27: note: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'.
openais-1.1.4/test/evtbench.c:301:17: style: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'event_data_size'. [funcArgNamesDifferent]
openais-1.1.4/test/evtbench.c:40:17: note: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'event_data_size'.
openais-1.1.4/test/evtbench.c:301:17: note: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'event_data_size'.
openais-1.1.4/test/publish.c:370:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openais-1.1.4/test/publish.c:371:6: style: The scope of the variable 'option' can be reduced. [variableScope]
openais-1.1.4/test/publish.c:310:38: style: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'subscription_id'. [funcArgNamesDifferent]
openais-1.1.4/test/publish.c:36:43: note: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'subscription_id'.
openais-1.1.4/test/publish.c:310:38: note: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'subscription_id'.
openais-1.1.4/test/publish.c:311:27: style: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'. [funcArgNamesDifferent]
openais-1.1.4/test/publish.c:37:27: note: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'.
openais-1.1.4/test/publish.c:311:27: note: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'.
openais-1.1.4/test/publish.c:312:17: style: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'event_data_size'. [funcArgNamesDifferent]
openais-1.1.4/test/publish.c:38:17: note: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'event_data_size'.
openais-1.1.4/test/publish.c:312:17: note: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'event_data_size'.
openais-1.1.4/test/sa_error.c:57:13: style: The scope of the variable 'test_result' can be reduced. [variableScope]
openais-1.1.4/test/subscription.c:420:6: style: The scope of the variable 'option' can be reduced. [variableScope]
openais-1.1.4/test/subscription.c:265:38: style: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'subscription_id'. [funcArgNamesDifferent]
openais-1.1.4/test/subscription.c:61:43: note: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'subscription_id'.
openais-1.1.4/test/subscription.c:265:38: note: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'subscription_id'.
openais-1.1.4/test/subscription.c:266:27: style: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'. [funcArgNamesDifferent]
openais-1.1.4/test/subscription.c:62:27: note: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'.
openais-1.1.4/test/subscription.c:266:27: note: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'.
openais-1.1.4/test/subscription.c:267:17: style: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'event_data_size'. [funcArgNamesDifferent]
openais-1.1.4/test/subscription.c:63:17: note: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'event_data_size'.
openais-1.1.4/test/subscription.c:267:17: note: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'event_data_size'.
openais-1.1.4/test/test.cpp:107:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openais-1.1.4/test/test.cpp:107:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openais-1.1.4/test/test.cpp:123:9: style: Variable 'error' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openais-1.1.4/test/test.cpp:121:2: note: Variable 'error' is reassigned a value before the old one has been used if variable is no semaphore variable.
openais-1.1.4/test/test.cpp:123:9: note: Variable 'error' is reassigned a value before the old one has been used if variable is no semaphore variable.
openais-1.1.4/test/testamf.c:267:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openais-1.1.4/test/testamf1.c:576:6: style: The scope of the variable 'result' can be reduced. [variableScope]
openais-1.1.4/test/testamf1.c:338:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/test/testamf2.c:208:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openais-1.1.4/test/testamf2.c:94:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/test/testamf2.c:153:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/test/testamf3.c:235:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openais-1.1.4/test/testamf4.c:234:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openais-1.1.4/test/testamf5.c:242:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openais-1.1.4/test/testamf6.c:243:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openais-1.1.4/test/testamfth.c:277:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/test/testamfth.c:276:2: note: Variable 'result' is reassigned a value before the old one has been used.
openais-1.1.4/test/testamfth.c:277:2: note: Variable 'result' is reassigned a value before the old one has been used.
openais-1.1.4/test/testamfth.c:277:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openais-1.1.4/test/testckpt.c:296:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/test/testckpt.c:293:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/testckpt.c:296:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/testckpt.c:514:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/test/testckpt.c:505:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/testckpt.c:514:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/testckpt.c:567:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/test/testckpt.c:565:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/testckpt.c:567:2: note: Variable 'error' is reassigned a value before the old one has been used.
openais-1.1.4/test/testclm.c:92:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openais-1.1.4/test/testevt.c:1749:18: style: Condition 'last_sub_id==0' is always true [knownConditionTrueFalse]
openais-1.1.4/test/testevt.c:1723:37: note: Assignment 'last_sub_id=0', assigned value is 0
openais-1.1.4/test/testevt.c:1749:18: note: Condition 'last_sub_id==0' is always true
openais-1.1.4/test/testevt.c:1048:4: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openais-1.1.4/test/testevt.c:1048:4: warning: %lld in format string (no. 3) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openais-1.1.4/test/testevt.c:1418:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openais-1.1.4/test/testevt.c:549:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openais-1.1.4/test/testevt.c:548:3: note: Variable 'result' is reassigned a value before the old one has been used.
openais-1.1.4/test/testevt.c:549:3: note: Variable 'result' is reassigned a value before the old one has been used.
openais-1.1.4/test/testevt.c:195:23: style: Function 'open_callback' argument 2 names different: declaration 'channelHandle' definition 'channel_handle'. [funcArgNamesDifferent]
openais-1.1.4/test/testevt.c:109:23: note: Function 'open_callback' argument 2 names different: declaration 'channelHandle' definition 'channel_handle'.
openais-1.1.4/test/testevt.c:195:23: note: Function 'open_callback' argument 2 names different: declaration 'channelHandle' definition 'channel_handle'.
openais-1.1.4/test/testevt.c:752:37: style: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'my_subscription_id'. [funcArgNamesDifferent]
openais-1.1.4/test/testevt.c:111:49: note: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'my_subscription_id'.
openais-1.1.4/test/testevt.c:752:37: note: Function 'event_callback' argument 1 names different: declaration 'subscriptionId' definition 'my_subscription_id'.
openais-1.1.4/test/testevt.c:753:27: style: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'. [funcArgNamesDifferent]
openais-1.1.4/test/testevt.c:112:27: note: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'.
openais-1.1.4/test/testevt.c:753:27: note: Function 'event_callback' argument 2 names different: declaration 'eventHandle' definition 'event_handle'.
openais-1.1.4/test/testevt.c:754:17: style: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'my_event_data_size'. [funcArgNamesDifferent]
openais-1.1.4/test/testevt.c:113:17: note: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'my_event_data_size'.
openais-1.1.4/test/testevt.c:754:17: note: Function 'event_callback' argument 3 names different: declaration 'eventDataSize' definition 'my_event_data_size'.
openais-1.1.4/test/unlink.c:80:6: style: The scope of the variable 'option' can be reduced. [variableScope]
[12:36]

ftp://ftp.se.debian.org/debian/pool/main/o/openal-soft/openal-soft_1.18.2.orig.tar.gz
openal-soft-openal-soft-1.18.2/Alc/ALc.c:866:0: error: #error "No global initialization available on this platform!" [preprocessorErrorDirective]
openal-soft-openal-soft-1.18.2/Alc/ALu.c:1463:24: style: The scope of the variable 'voice_end' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/ALu.c:1464:15: style: The scope of the variable 'source' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/alcConfig.c:236:24: style: The scope of the variable 'len' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/alsa.c:287:34: style: The scope of the variable 'sep' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/coreaudio.c:736:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openal-soft-openal-soft-1.18.2/Alc/backends/mmdevapi.c:709:77: style: Function 'ALCmmdevPlayback_open' argument 2 names different: declaration 'name' definition 'deviceName'. [funcArgNamesDifferent]
openal-soft-openal-soft-1.18.2/Alc/backends/mmdevapi.c:538:77: note: Function 'ALCmmdevPlayback_open' argument 2 names different: declaration 'name' definition 'deviceName'.
openal-soft-openal-soft-1.18.2/Alc/backends/mmdevapi.c:709:77: note: Function 'ALCmmdevPlayback_open' argument 2 names different: declaration 'name' definition 'deviceName'.
openal-soft-openal-soft-1.18.2/Alc/backends/mmdevapi.c:1423:75: style: Function 'ALCmmdevCapture_open' argument 2 names different: declaration 'name' definition 'deviceName'. [funcArgNamesDifferent]
openal-soft-openal-soft-1.18.2/Alc/backends/mmdevapi.c:1235:75: note: Function 'ALCmmdevCapture_open' argument 2 names different: declaration 'name' definition 'deviceName'.
openal-soft-openal-soft-1.18.2/Alc/backends/mmdevapi.c:1423:75: note: Function 'ALCmmdevCapture_open' argument 2 names different: declaration 'name' definition 'deviceName'.
openal-soft-openal-soft-1.18.2/Alc/backends/mmdevapi.c:346:21: style: struct member 'ALCmmdevProxyVtable::openProxy' is never used. [unusedStructMember]
openal-soft-openal-soft-1.18.2/Alc/backends/mmdevapi.c:347:18: style: struct member 'ALCmmdevProxyVtable::closeProxy' is never used. [unusedStructMember]
openal-soft-openal-soft-1.18.2/Alc/backends/mmdevapi.c:349:21: style: struct member 'ALCmmdevProxyVtable::resetProxy' is never used. [unusedStructMember]
openal-soft-openal-soft-1.18.2/Alc/backends/mmdevapi.c:350:21: style: struct member 'ALCmmdevProxyVtable::startProxy' is never used. [unusedStructMember]
openal-soft-openal-soft-1.18.2/Alc/backends/mmdevapi.c:351:19: style: struct member 'ALCmmdevProxyVtable::stopProxy' is never used. [unusedStructMember]
openal-soft-openal-soft-1.18.2/Alc/backends/opensl.c:205:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openal-soft-openal-soft-1.18.2/Alc/backends/oss.c:278:9: style: The scope of the variable 'sret' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/oss.c:543:9: style: The scope of the variable 'sret' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/qsa.c:412:19: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openal-soft-openal-soft-1.18.2/Alc/backends/qsa.c:409:22: note: outer condition: it<1
openal-soft-openal-soft-1.18.2/Alc/backends/qsa.c:412:19: note: opposite inner condition: it==1
openal-soft-openal-soft-1.18.2/Alc/backends/qsa.c:113:26: style: The scope of the variable 'err' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/qsa.c:195:9: style: The scope of the variable 'sret' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/qsa.c:838:9: style: The scope of the variable 'rstatus' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/qsa.c:870:9: style: The scope of the variable 'selectret' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/qsa.c:872:9: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/solaris.c:114:9: style: The scope of the variable 'sret' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/winmm.c:65:26: style: The scope of the variable 'iter' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/winmm.c:108:26: style: The scope of the variable 'iter' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/backends/winmm.c:249:77: style: Function 'ALCwinmmPlayback_open' argument 2 names different: declaration 'name' definition 'deviceName'. [funcArgNamesDifferent]
openal-soft-openal-soft-1.18.2/Alc/backends/winmm.c:160:77: note: Function 'ALCwinmmPlayback_open' argument 2 names different: declaration 'name' definition 'deviceName'.
openal-soft-openal-soft-1.18.2/Alc/backends/winmm.c:249:77: note: Function 'ALCwinmmPlayback_open' argument 2 names different: declaration 'name' definition 'deviceName'.
openal-soft-openal-soft-1.18.2/Alc/backends/winmm.c:400:0: error: Memory leak: BufferData [memleak]
openal-soft-openal-soft-1.18.2/Alc/bformatdec.c:290:96: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openal-soft-openal-soft-1.18.2/Alc/bformatdec.c:304:96: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openal-soft-openal-soft-1.18.2/Alc/bformatdec.c:581:80: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openal-soft-openal-soft-1.18.2/Alc/effects/reverb.c:1033:21: error: Array 'hfcoeffs[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openal-soft-openal-soft-1.18.2/Alc/effects/reverb.c:1034:21: error: Array 'hfcoeffs[3]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
openal-soft-openal-soft-1.18.2/Alc/effects/reverb.c:1035:21: error: Array 'hfcoeffs[3]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
openal-soft-openal-soft-1.18.2/Alc/helpers.c:906:16: warning: Either the condition '(path)?(path)->Data+(path)->Size:NULL' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
openal-soft-openal-soft-1.18.2/Alc/helpers.c:909:18: note: Assuming that condition '(path)?(path)->Data+(path)->Size:NULL' is not redundant
openal-soft-openal-soft-1.18.2/Alc/helpers.c:906:16: note: Null pointer dereference
openal-soft-openal-soft-1.18.2/Alc/helpers.c:908:17: warning: Either the condition '(path)?(path)->Data+(path)->Size:NULL' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
openal-soft-openal-soft-1.18.2/Alc/helpers.c:909:18: note: Assuming that condition '(path)?(path)->Data+(path)->Size:NULL' is not redundant
openal-soft-openal-soft-1.18.2/Alc/helpers.c:908:17: note: Null pointer dereference
openal-soft-openal-soft-1.18.2/Alc/helpers.c:1011:5: style: Variable 'failed' is reassigned a value before the old one has been used. [redundantAssignment]
openal-soft-openal-soft-1.18.2/Alc/helpers.c:995:0: note: Variable 'failed' is reassigned a value before the old one has been used.
openal-soft-openal-soft-1.18.2/Alc/helpers.c:1011:5: note: Variable 'failed' is reassigned a value before the old one has been used.
openal-soft-openal-soft-1.18.2/Alc/mixer.c:424:33: style: Same expression on both sides of '-='. [duplicateExpression]
openal-soft-openal-soft-1.18.2/Alc/mixer_c.c:59:20: style: The scope of the variable 'fil' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/mixer_c.c:59:26: style: The scope of the variable 'scd' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/mixer_c.c:59:32: style: The scope of the variable 'phd' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/mixer_c.c:59:38: style: The scope of the variable 'spd' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/Alc/panning.c:690:71: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:118:28: warning: Either the condition 'if(curarray)' is redundant or there is possible null pointer dereference: curarray. [nullPointerRedundantCheck]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:124:11: note: Assuming that condition 'if(curarray)' is not redundant
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:118:28: note: Null pointer dereference
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:121:9: style: Variable 'newarray' is reassigned a value before the old one has been used. [redundantAssignment]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:117:0: note: Variable 'newarray' is reassigned a value before the old one has been used.
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:121:9: note: Variable 'newarray' is reassigned a value before the old one has been used.
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:171:9: style: Variable 'newarray' is reassigned a value before the old one has been used. [redundantAssignment]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:165:0: note: Variable 'newarray' is reassigned a value before the old one has been used.
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:171:9: note: Variable 'newarray' is reassigned a value before the old one has been used.
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:136:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:205:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:272:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:302:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:332:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:361:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:387:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:416:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:442:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alAuxEffectSlot.c:470:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:78:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:116:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:282:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:363:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:402:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:457:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:512:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:554:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:579:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:606:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:644:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:668:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:725:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:762:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:789:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:823:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:890:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:917:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alBuffer.c:967:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alEffect.c:96:15: style: The scope of the variable 'effect' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/OpenAL32/alEffect.c:88:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alEffect.c:121:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alExtension.c:85:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alFilter.c:95:15: style: The scope of the variable 'filter' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/OpenAL32/alFilter.c:87:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alFilter.c:120:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:57:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:95:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:148:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:170:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:200:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:246:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:276:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:310:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:355:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:377:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:411:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alListener.c:451:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alSource.c:1707:15: style: The scope of the variable 'Source' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/OpenAL32/alSource.c:1698:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alSource.c:1746:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alSource.c:2633:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alSource.c:2683:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alSource.c:2733:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alSource.c:2825:9: style: Label 'buffer_error' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:76:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:101:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:124:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:183:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:236:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:289:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:342:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:395:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:433:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:469:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:505:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:539:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:573:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:631:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:653:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:673:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:693:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:719:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/OpenAL32/alState.c:775:1: style: Label 'done' is not used. [unusedLabel]
openal-soft-openal-soft-1.18.2/common/atomic.h:331:0: error: #error "No atomic functions available on this platform!" [preprocessorErrorDirective]
openal-soft-openal-soft-1.18.2/native-tools/bin2h.c:44:9: error: Resource leak: input_file [resourceLeak]
openal-soft-openal-soft-1.18.2/native-tools/bin2h.c:50:9: error: Resource leak: input_file [resourceLeak]
openal-soft-openal-soft-1.18.2/native-tools/bin2h.c:50:9: error: Resource leak: output_file [resourceLeak]
openal-soft-openal-soft-1.18.2/native-tools/bin2h.c:99:0: error: Resource leak: input_file [resourceLeak]
openal-soft-openal-soft-1.18.2/utils/alsoft-config/mainwindow.cpp:1144:44: style: Function 'updatePeriodCountEdit' argument 1 names different: declaration 'size' definition 'count'. [funcArgNamesDifferent]
openal-soft-openal-soft-1.18.2/utils/alsoft-config/mainwindow.h:35:36: note: Function 'updatePeriodCountEdit' argument 1 names different: declaration 'size' definition 'count'.
openal-soft-openal-soft-1.18.2/utils/alsoft-config/mainwindow.cpp:1144:44: note: Function 'updatePeriodCountEdit' argument 1 names different: declaration 'size' definition 'count'.
openal-soft-openal-soft-1.18.2/utils/alsoft-config/mainwindow.cpp:1172:65: style: Function 'selectDecoderFile' argument 2 names different: declaration 'name' definition 'caption'. [funcArgNamesDifferent]
openal-soft-openal-soft-1.18.2/utils/alsoft-config/mainwindow.h:76:57: note: Function 'selectDecoderFile' argument 2 names different: declaration 'name' definition 'caption'.
openal-soft-openal-soft-1.18.2/utils/alsoft-config/mainwindow.cpp:1172:65: note: Function 'selectDecoderFile' argument 2 names different: declaration 'name' definition 'caption'.
openal-soft-openal-soft-1.18.2/utils/alsoft-config/mainwindow.cpp:184:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openal-soft-openal-soft-1.18.2/utils/alsoft-config/mainwindow.cpp:706:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openal-soft-openal-soft-1.18.2/utils/alsoft-config/mainwindow.cpp:717:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openal-soft-openal-soft-1.18.2/utils/alsoft-config/mainwindow.cpp:773:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openal-soft-openal-soft-1.18.2/utils/alsoft-config/mainwindow.cpp:826:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openal-soft-openal-soft-1.18.2/utils/bsincgen.c:72:37: style: The scope of the variable 'y' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2799:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2805:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2864:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2864:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2873:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2873:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2920:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2920:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2920:17: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:336:20: style: The scope of the variable 'in' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:336:24: style: The scope of the variable 'count' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:396:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:415:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:452:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:478:15: style: The scope of the variable 'len' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:479:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:516:15: style: The scope of the variable 'digis' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:516:22: style: The scope of the variable 'len' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:517:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:517:14: style: The scope of the variable 'temp' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:567:15: style: The scope of the variable 'digis' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:567:22: style: The scope of the variable 'len' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:568:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:568:14: style: The scope of the variable 'temp' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:666:15: style: The scope of the variable 'len' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:667:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:716:15: style: The scope of the variable 'len' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:717:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:883:12: style: The scope of the variable 'tempR' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:883:19: style: The scope of the variable 'tempI' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:927:12: style: The scope of the variable 'vR' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:927:16: style: The scope of the variable 'vI' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:927:20: style: The scope of the variable 'wR' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:927:24: style: The scope of the variable 'wI' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:1131:27: style: The scope of the variable 'y' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:1302:10: style: The scope of the variable 'j_f' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:1302:15: style: The scope of the variable 'j_s' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:1977:22: style: The scope of the variable 'ev' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:1977:42: style: The scope of the variable 'solidAngle' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2014:18: style: The scope of the variable 'count' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2147:15: style: The scope of the variable 'of' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2174:12: style: The scope of the variable 'of' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2697:13: style: The scope of the variable 'dfa' can be reduced. [variableScope]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2178:24: style: Checking if unsigned variable 'hData->mEvStart' is less than zero. [unsignedLessThanZero]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:2360:24: style: Checking if unsigned variable 'fftSize' is less than zero. [unsignedLessThanZero]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:1445:38: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 1442. [shiftTooManyBits]
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:1442:21: note: Assuming that condition 'bits>0' is not redundant
openal-soft-openal-soft-1.18.2/utils/makehrtf.c:1445:38: note: Shift
[12:36]

ftp://ftp.se.debian.org/debian/pool/main/o/openalpr/openalpr_2.3.0.orig.tar.gz
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/bitmapmat-net.h:22:3: style: Class 'BitmapMat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/bitmapmat-net.h:23:3: style: Class 'BitmapMat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/bitmapmat-net.h:24:3: style: Class 'BitmapMat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/motiondetector-net.h:12:3: warning: Member variable 'AlprMotionDetectionNet::m_disposed' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/lock-net.h:10:3: style: Class 'Lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/openalpr-net.cpp:73:55: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/openalpr-net.cpp:80:49: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/openalpr-net.cpp:158:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/openalpr-net.cpp:159:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/openalpr-net.cpp:160:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/openalpr-net.cpp:161:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openalpr_2.3.0.orig/src/bindings/csharp/openalpr-net/openalpr-net.cpp:168:52: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openalpr_2.3.0.orig/src/daemon.cpp:233:30: style: C-style pointer casting [cstyleCast]
openalpr_2.3.0.orig/src/daemon.cpp:379:29: style: C-style pointer casting [cstyleCast]
openalpr_2.3.0.orig/src/tclap/Arg.h:620:49: style: Function 'argMatches' argument 1 names different: declaration 's' definition 'argFlag'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/Arg.h:366:49: note: Function 'argMatches' argument 1 names different: declaration 's' definition 'argFlag'.
openalpr_2.3.0.orig/src/tclap/Arg.h:620:49: note: Function 'argMatches' argument 1 names different: declaration 's' definition 'argFlag'.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:139:34: style: Function 'SwitchArg' argument 4 names different: declaration 'def' definition 'default_val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:72:20: note: Function 'SwitchArg' argument 4 names different: declaration 'def' definition 'default_val'.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:139:34: note: Function 'SwitchArg' argument 4 names different: declaration 'def' definition 'default_val'.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:150:34: style: Function 'SwitchArg' argument 5 names different: declaration 'def' definition 'default_val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:93:20: note: Function 'SwitchArg' argument 5 names different: declaration 'def' definition 'default_val'.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:150:34: note: Function 'SwitchArg' argument 5 names different: declaration 'def' definition 'default_val'.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:164:50: style: Function 'lastCombined' argument 1 names different: declaration 'combined' definition 'combinedSwitches'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:125:36: note: Function 'lastCombined' argument 1 names different: declaration 'combined' definition 'combinedSwitches'.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:164:50: note: Function 'lastCombined' argument 1 names different: declaration 'combined' definition 'combinedSwitches'.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:172:59: style: Function 'combinedSwitchesMatch' argument 1 names different: declaration 'combined' definition 'combinedSwitches'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:111:45: note: Function 'combinedSwitchesMatch' argument 1 names different: declaration 'combined' definition 'combinedSwitches'.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:172:59: note: Function 'combinedSwitchesMatch' argument 1 names different: declaration 'combined' definition 'combinedSwitches'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:217:43: style: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:84:26: note: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:217:43: note: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:231:43: style: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:114:26: note: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:231:43: note: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:250:43: style: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:142:26: note: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:250:43: note: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:264:43: style: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:171:26: note: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:264:43: note: Function 'UnlabeledValueArg' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/StdOutput.h:109:50: style: Function 'version' argument 1 names different: declaration 'c' definition '_cmd'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/StdOutput.h:61:44: note: Function 'version' argument 1 names different: declaration 'c' definition '_cmd'.
openalpr_2.3.0.orig/src/tclap/StdOutput.h:109:50: note: Function 'version' argument 1 names different: declaration 'c' definition '_cmd'.
openalpr_2.3.0.orig/src/tclap/StdOutput.h:117:48: style: Function 'usage' argument 1 names different: declaration 'c' definition '_cmd'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/StdOutput.h:54:42: note: Function 'usage' argument 1 names different: declaration 'c' definition '_cmd'.
openalpr_2.3.0.orig/src/tclap/StdOutput.h:117:48: note: Function 'usage' argument 1 names different: declaration 'c' definition '_cmd'.
openalpr_2.3.0.orig/src/tclap/StdOutput.h:126:51: style: Function 'failure' argument 1 names different: declaration 'c' definition '_cmd'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/StdOutput.h:69:44: note: Function 'failure' argument 1 names different: declaration 'c' definition '_cmd'.
openalpr_2.3.0.orig/src/tclap/StdOutput.h:126:51: note: Function 'failure' argument 1 names different: declaration 'c' definition '_cmd'.
openalpr_2.3.0.orig/src/tclap/StdOutput.h:146:43: style: Function '_shortUsage' argument 1 names different: declaration 'c' definition '_cmd'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/StdOutput.h:79:41: note: Function '_shortUsage' argument 1 names different: declaration 'c' definition '_cmd'.
openalpr_2.3.0.orig/src/tclap/StdOutput.h:146:43: note: Function '_shortUsage' argument 1 names different: declaration 'c' definition '_cmd'.
openalpr_2.3.0.orig/src/tclap/StdOutput.h:175:42: style: Function '_longUsage' argument 1 names different: declaration 'c' definition '_cmd'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/StdOutput.h:87:40: note: Function '_longUsage' argument 1 names different: declaration 'c' definition '_cmd'.
openalpr_2.3.0.orig/src/tclap/StdOutput.h:175:42: note: Function '_longUsage' argument 1 names different: declaration 'c' definition '_cmd'.
openalpr_2.3.0.orig/src/tclap/ValuesConstraint.h:122:43: style: Function 'check' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/ValuesConstraint.h:83:33: note: Function 'check' argument 1 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValuesConstraint.h:122:43: note: Function 'check' argument 1 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:324:44: style: Function 'CmdLine' argument 1 names different: declaration 'message' definition 'm'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/CmdLine.h:201:32: note: Function 'CmdLine' argument 1 names different: declaration 'message' definition 'm'.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:324:44: note: Function 'CmdLine' argument 1 names different: declaration 'message' definition 'm'.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:325:30: style: Function 'CmdLine' argument 2 names different: declaration 'delimiter' definition 'delim'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/CmdLine.h:202:24: note: Function 'CmdLine' argument 2 names different: declaration 'delimiter' definition 'delim'.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:325:30: note: Function 'CmdLine' argument 2 names different: declaration 'delimiter' definition 'delim'.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:326:44: style: Function 'CmdLine' argument 3 names different: declaration 'version' definition 'v'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/CmdLine.h:203:32: note: Function 'CmdLine' argument 3 names different: declaration 'version' definition 'v'.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:326:44: note: Function 'CmdLine' argument 3 names different: declaration 'version' definition 'v'.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:327:30: style: Function 'CmdLine' argument 4 names different: declaration 'helpAndVersion' definition 'help'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/CmdLine.h:204:18: note: Function 'CmdLine' argument 4 names different: declaration 'helpAndVersion' definition 'help'.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:327:30: note: Function 'CmdLine' argument 4 names different: declaration 'helpAndVersion' definition 'help'.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:389:49: style: Function 'xorAdd' argument 1 names different: declaration 'xors' definition 'ors'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/CmdLine.h:236:37: note: Function 'xorAdd' argument 1 names different: declaration 'xors' definition 'ors'.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:389:49: note: Function 'xorAdd' argument 1 names different: declaration 'xors' definition 'ors'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:257:0: style: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:112:0: note: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:257:0: note: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:272:0: style: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:145:0: note: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:272:0: note: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:290:0: style: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:206:0: note: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:290:0: note: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:305:0: style: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:176:0: note: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:305:0: note: Function 'TCLAP :: ValueArg < std :: string >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/daemon.cpp:244:0: style: Variable 'framenum' is assigned a value that is never used. [unreadVariable]
openalpr_2.3.0.orig/src/daemon.cpp:252:22: style: Unused variable: buffer [unusedVariable]
openalpr_2.3.0.orig/src/tclap/StdOutput.h:164:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openalpr_2.3.0.orig/src/tclap/StdOutput.h:197:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openalpr_2.3.0.orig/src/tclap/CmdLine.h:415:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openalpr_2.3.0.orig/src/tclap/CmdLine.h:449:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openalpr_2.3.0.orig/src/tclap/CmdLine.h:522:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openalpr_2.3.0.orig/src/tclap/CmdLine.h:611:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openalpr_2.3.0.orig/src/video/videobuffer.h:25:13: performance: Variable 'mjpeg_url' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/video/logging_videobuffer.h:15:8: performance: Variable 'logger' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/video/logging_videobuffer.h:37:13: performance: Variable 'logger' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:19:13: style: Technically the member function 'Beanstalk::Job::operatorbool' can be const. [functionConst]
openalpr_2.3.0.orig/src/video/videobuffer.h:65:27: performance: Technically the member function 'VideoDispatcher::calculateRegionsOfInterest' can be static. [functionStatic]
openalpr_2.3.0.orig/src/tclap/Arg.h:401:10: performance: Technically the member function 'TCLAP::Arg::_hasBlanks' can be static. [functionStatic]
openalpr_2.3.0.orig/src/tclap/Arg.h:666:18: note: Technically the member function 'TCLAP::Arg::_hasBlanks' can be static.
openalpr_2.3.0.orig/src/tclap/Arg.h:401:10: note: Technically the member function 'TCLAP::Arg::_hasBlanks' can be static.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:116:10: style: Technically the member function 'TCLAP::SwitchArg::getValue' can be const. [functionConst]
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:159:24: note: Technically the member function 'TCLAP::SwitchArg::getValue' can be const.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:116:10: note: Technically the member function 'TCLAP::SwitchArg::getValue' can be const.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:125:10: performance: Technically the member function 'TCLAP::SwitchArg::lastCombined' can be static. [functionStatic]
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:164:24: note: Technically the member function 'TCLAP::SwitchArg::lastCombined' can be static.
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:125:10: note: Technically the member function 'TCLAP::SwitchArg::lastCombined' can be static.
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:112:9: style: Technically the member function 'TCLAP::MultiSwitchArg::getValue' can be const. [functionConst]
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:154:28: note: Technically the member function 'TCLAP::MultiSwitchArg::getValue' can be const.
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:112:9: note: Technically the member function 'TCLAP::MultiSwitchArg::getValue' can be const.
openalpr_2.3.0.orig/src/tclap/MultiArg.h:189:27: style: Technically the member function 'TCLAP::MultiArg::getValue' can be const. [functionConst]
openalpr_2.3.0.orig/src/tclap/MultiArg.h:312:36: note: Technically the member function 'TCLAP::MultiArg::getValue' can be const.
openalpr_2.3.0.orig/src/tclap/MultiArg.h:189:27: note: Technically the member function 'TCLAP::MultiArg::getValue' can be const.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:149:10: performance: Technically the member function 'TCLAP::CmdLine::_emptyCombined' can be static. [functionStatic]
openalpr_2.3.0.orig/src/tclap/CmdLine.h:508:22: note: Technically the member function 'TCLAP::CmdLine::_emptyCombined' can be static.
openalpr_2.3.0.orig/src/tclap/CmdLine.h:149:10: note: Technically the member function 'TCLAP::CmdLine::_emptyCombined' can be static.
openalpr_2.3.0.orig/src/tclap/Arg.h:372:25: warning: Virtual function 'toString' is called from constructor 'Arg(const std::string&flag,const std::string&name,const std::string&desc,bool req,bool valreq,Visitor*v=NULL)' at line 513. Dynamic binding is not used. [virtualCallInConstructor]
openalpr_2.3.0.orig/src/tclap/Arg.h:513:61: note: Calling toString
openalpr_2.3.0.orig/src/tclap/Arg.h:372:25: note: toString is a virtual method
openalpr_2.3.0.orig/src/tclap/Arg.h:372:25: warning: Virtual function 'toString' is called from constructor 'Arg(const std::string&flag,const std::string&name,const std::string&desc,bool req,bool valreq,Visitor*v=NULL)' at line 521. Dynamic binding is not used. [virtualCallInConstructor]
openalpr_2.3.0.orig/src/tclap/Arg.h:521:34: note: Calling toString
openalpr_2.3.0.orig/src/tclap/Arg.h:372:25: note: toString is a virtual method
openalpr_2.3.0.orig/src/tclap/Arg.h:372:25: warning: Virtual function 'toString' is called from constructor 'Arg(const std::string&flag,const std::string&name,const std::string&desc,bool req,bool valreq,Visitor*v=NULL)' at line 528. Dynamic binding is not used. [virtualCallInConstructor]
openalpr_2.3.0.orig/src/tclap/Arg.h:528:34: note: Calling toString
openalpr_2.3.0.orig/src/tclap/Arg.h:372:25: note: toString is a virtual method
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:47:9: warning: The class 'MultiSwitchArg' defines member variable with name '_value' also defined in its parent class 'SwitchArg'. [duplInheritedMember]
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:47:10: note: Parent variable 'SwitchArg::_value'
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:47:9: note: Derived variable 'MultiSwitchArg::_value'
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:53:9: warning: The class 'MultiSwitchArg' defines member variable with name '_default' also defined in its parent class 'SwitchArg'. [duplInheritedMember]
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:53:10: note: Parent variable 'SwitchArg::_default'
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:53:9: note: Derived variable 'MultiSwitchArg::_default'
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:17:13: style: Class 'Job' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/video/logging_videobuffer.h:35:5: style: Class 'LoggingVideoBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tclap/ArgException.h:194:5: style: Class 'ExitException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tclap/ValuesConstraint.h:61:5: style: Class 'ValuesConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/video/logging_videobuffer.h:18:16: style: The function 'log_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/video/videobuffer.h:56:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/video/logging_videobuffer.h:18:16: note: Function in derived class
openalpr_2.3.0.orig/src/video/logging_videobuffer.h:22:16: style: The function 'log_error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/video/videobuffer.h:60:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/video/logging_videobuffer.h:22:16: note: Function in derived class
openalpr_2.3.0.orig/src/video/logging_videobuffer.h:42:30: style: The function 'createDispatcher' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/video/videobuffer.h:108:30: note: Virtual function in base class
openalpr_2.3.0.orig/src/video/logging_videobuffer.h:42:30: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:105:18: style: The function 'processArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Arg.h:301:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:105:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:118:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Arg.h:426:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:118:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:107:18: style: The function 'processArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:105:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:107:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:117:17: style: The function 'shortID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Arg.h:378:25: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:117:17: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:122:17: style: The function 'longID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Arg.h:384:25: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:122:17: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:124:10: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/SwitchArg.h:118:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/MultiSwitchArg.h:124:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/MultiArg.h:183:18: style: The function 'processArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Arg.h:301:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/MultiArg.h:183:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/MultiArg.h:225:18: style: The function 'isRequired' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Arg.h:328:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/MultiArg.h:225:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/MultiArg.h:227:18: style: The function 'allowMore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Arg.h:414:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/MultiArg.h:227:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/MultiArg.h:229:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Arg.h:426:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/MultiArg.h:229:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/UnlabeledMultiArg.h:160:18: style: The function 'processArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/MultiArg.h:183:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/UnlabeledMultiArg.h:160:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/UnlabeledMultiArg.h:166:25: style: The function 'shortID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/MultiArg.h:213:25: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/UnlabeledMultiArg.h:166:25: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/UnlabeledMultiArg.h:172:25: style: The function 'longID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/MultiArg.h:219:25: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/UnlabeledMultiArg.h:172:25: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/UnlabeledMultiArg.h:178:18: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Arg.h:308:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/UnlabeledMultiArg.h:178:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/UnlabeledMultiArg.h:184:18: style: The function 'addToList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Arg.h:204:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/UnlabeledMultiArg.h:184:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/HelpVisitor.h:71:10: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Visitor.h:49:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/HelpVisitor.h:71:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/VersionVisitor.h:73:10: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Visitor.h:49:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/VersionVisitor.h:73:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/IgnoreRestVisitor.h:48:10: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/Visitor.h:49:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/IgnoreRestVisitor.h:48:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/StdOutput.h:54:18: style: The function 'usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineOutput.h:56:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/StdOutput.h:54:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/StdOutput.h:61:18: style: The function 'version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineOutput.h:62:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/StdOutput.h:61:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/StdOutput.h:69:18: style: The function 'failure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineOutput.h:69:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/StdOutput.h:69:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:215:10: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:57:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:215:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:221:10: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:63:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:221:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:229:10: style: The function 'xorAdd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:72:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:229:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:236:10: style: The function 'xorAdd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:79:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:236:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:243:10: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:86:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:243:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:255:20: style: The function 'getOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:98:28: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:255:20: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:260:10: style: The function 'setOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:103:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:260:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:265:18: style: The function 'getVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:108:26: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:265:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:270:18: style: The function 'getProgramName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:113:26: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:270:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:275:22: style: The function 'getArgList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:118:30: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:275:22: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:280:17: style: The function 'getXorHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:123:25: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:280:17: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:285:10: style: The function 'getDelimiter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:128:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:285:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:290:18: style: The function 'getMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:133:26: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:290:18: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:295:10: style: The function 'hasHelpAndVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:139:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:295:10: note: Function in derived class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:315:10: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tclap/CmdLineInterface.h:145:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/tclap/CmdLine.h:315:10: note: Function in derived class
openalpr_2.3.0.orig/src/daemon.cpp:216:0: error: Memory leak: thread_recognize [memleak]
openalpr_2.3.0.orig/src/daemon.cpp:213:0: error: Memory leak: thread_upload [memleak]
openalpr_2.3.0.orig/src/video/videobuffer.h:19:33: performance: Function parameter 'mjpeg_url' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/video/logging_videobuffer.h:12:40: performance: Function parameter 'mjpeg_url' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:257:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:272:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:290:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:305:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/daemon/beanstalk.c:599:9: portability: %lu in format string (no. 1) requires 'unsigned long *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int]
openalpr_2.3.0.orig/src/daemon/beanstalk.c:467:30: style: Function 'bs_reserve' argument 2 names different: declaration 'job' definition 'result'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/daemon/beanstalk.h:95:41: note: Function 'bs_reserve' argument 2 names different: declaration 'job' definition 'result'.
openalpr_2.3.0.orig/src/daemon/beanstalk.c:467:30: note: Function 'bs_reserve' argument 2 names different: declaration 'job' definition 'result'.
openalpr_2.3.0.orig/src/daemon/beanstalk.c:472:57: style: Function 'bs_reserve_with_timeout' argument 3 names different: declaration 'job' definition 'result'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/daemon/beanstalk.h:96:68: note: Function 'bs_reserve_with_timeout' argument 3 names different: declaration 'job' definition 'result'.
openalpr_2.3.0.orig/src/daemon/beanstalk.c:472:57: note: Function 'bs_reserve_with_timeout' argument 3 names different: declaration 'job' definition 'result'.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:241:22: style: The scope of the variable 'data' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:254:22: style: The scope of the variable 'data' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:267:22: style: The scope of the variable 'data' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:281:22: style: The scope of the variable 'data' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:295:22: style: The scope of the variable 'data' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:77:49: style: Function 'Client' argument 3 names different: declaration 'timeout_secs' definition 'secs'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:29:54: note: Function 'Client' argument 3 names different: declaration 'timeout_secs' definition 'secs'.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:77:49: note: Function 'Client' argument 3 names different: declaration 'timeout_secs' definition 'secs'.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:83:33: style: Function 'connect' argument 1 names different: declaration 'host' definition '_host'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:51:38: note: Function 'connect' argument 1 names different: declaration 'host' definition '_host'.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:83:33: note: Function 'connect' argument 1 names different: declaration 'host' definition '_host'.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:83:44: style: Function 'connect' argument 2 names different: declaration 'port' definition '_port'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:51:48: note: Function 'connect' argument 2 names different: declaration 'port' definition '_port'.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:83:44: note: Function 'connect' argument 2 names different: declaration 'port' definition '_port'.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:83:57: style: Function 'connect' argument 3 names different: declaration 'timeout_secs' definition 'secs'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:51:60: note: Function 'connect' argument 3 names different: declaration 'timeout_secs' definition 'secs'.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:83:57: note: Function 'connect' argument 3 names different: declaration 'timeout_secs' definition 'secs'.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:134:31: style: Function 'put' argument 1 names different: declaration 'data' definition 'body'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:35:31: note: Function 'put' argument 1 names different: declaration 'data' definition 'body'.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:134:31: note: Function 'put' argument 1 names different: declaration 'data' definition 'body'.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:269:16: style: Unused variable: key [unusedVariable]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:269:21: style: Unused variable: value [unusedVariable]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:283:16: style: Unused variable: key [unusedVariable]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:283:21: style: Unused variable: value [unusedVariable]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:297:16: style: Unused variable: key [unusedVariable]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:297:21: style: Unused variable: value [unusedVariable]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:72:9: performance: Variable 'host' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:14:21: style: Technically the member function 'Beanstalk::Job::id' can be const. [functionConst]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:34:18: note: Technically the member function 'Beanstalk::Job::id' can be const.
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:14:21: note: Technically the member function 'Beanstalk::Job::id' can be const.
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:54:18: performance: Technically the member function 'Beanstalk::Client::version' can be static. [functionStatic]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:108:18: note: Technically the member function 'Beanstalk::Client::version' can be static.
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:54:18: note: Technically the member function 'Beanstalk::Client::version' can be static.
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:55:18: style: Technically the member function 'Beanstalk::Client::is_connected' can be const. [functionConst]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:96:18: note: Technically the member function 'Beanstalk::Client::is_connected' can be const.
openalpr_2.3.0.orig/src/daemon/beanstalk.hpp:55:18: note: Technically the member function 'Beanstalk::Client::is_connected' can be const.
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:77:27: performance: Function parameter 'host' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/daemon/beanstalk.cc:83:33: performance: Function parameter '_host' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:257:0: style: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:112:0: note: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:257:0: note: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:272:0: style: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:145:0: note: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:272:0: note: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:290:0: style: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:206:0: note: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:290:0: note: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:305:0: style: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/ValueArg.h:176:0: note: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/ValueArg.h:305:0: note: Function 'TCLAP :: ValueArg < int >' argument 5 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/main.cpp:318:60: performance: Function parameter 'region' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/misc_utilities/benchmarks/benchmark.cpp:119:16: style: Variable 'statecodestr' is assigned a value that is never used. [unreadVariable]
openalpr_2.3.0.orig/src/misc_utilities/benchmarks/benchmark.cpp:148:39: style: Variable 'regions' is assigned a value that is never used. [unreadVariable]
openalpr_2.3.0.orig/src/misc_utilities/benchmarks/endtoendtest.h:33:11: performance: Variable 'imageName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/misc_utilities/benchmarks/endtoendtest.cpp:10:9: performance: Variable 'inputDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/misc_utilities/benchmarks/endtoendtest.cpp:11:9: performance: Variable 'outputDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/misc_utilities/benchmarks/endtoendtest.cpp:8:35: performance: Function parameter 'inputDir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/misc_utilities/benchmarks/endtoendtest.cpp:8:52: performance: Function parameter 'outputDir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/misc_utilities/benchmarks/endtoendtest.cpp:15:64: performance: Function parameter 'files' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/misc_utilities/binarizefontsheet.cpp:256:59: style: Same expression on both sides of '&&'. [duplicateExpression]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:217:0: style: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:84:0: note: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:217:0: note: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:231:0: style: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:114:0: note: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:231:0: note: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:250:0: style: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:142:0: note: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:250:0: note: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:264:0: style: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:171:0: note: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:264:0: note: Function 'TCLAP :: UnlabeledValueArg < std :: string >' argument 4 names different: declaration 'value' definition 'val'.
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:217:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:231:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:250:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tclap/UnlabeledValueArg.h:264:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:208:45: style: Same expression on both sides of '||' because the value of 'waitkey==ENTER_KEY_ONE' and 'waitkey==ENTER_KEY_TWO' are the same. [duplicateExpression]
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:67:27: note: 'ENTER_KEY_ONE' is assigned value '1048586' here.
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:68:27: note: 'ENTER_KEY_TWO' is assigned value '1048586' here.
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:208:45: note: Same expression on both sides of '||' because the value of 'waitkey==ENTER_KEY_ONE' and 'waitkey==ENTER_KEY_TWO' are the same.
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:341:35: style: Same expression on both sides of '&&' because the value of 'waitkey!=ENTER_KEY_ONE' and 'waitkey!=ENTER_KEY_TWO' are the same. [duplicateExpression]
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:67:27: note: 'ENTER_KEY_ONE' is assigned value '1048586' here.
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:68:27: note: 'ENTER_KEY_TWO' is assigned value '1048586' here.
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:341:35: note: Same expression on both sides of '&&' because the value of 'waitkey!=ENTER_KEY_ONE' and 'waitkey!=ENTER_KEY_TWO' are the same.
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:381:32: style: Same expression on both sides of '||' because the value of 'waitkey==ENTER_KEY_ONE' and 'waitkey==ENTER_KEY_TWO' are the same. [duplicateExpression]
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:67:27: note: 'ENTER_KEY_ONE' is assigned value '1048586' here.
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:68:27: note: 'ENTER_KEY_TWO' is assigned value '1048586' here.
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:381:32: note: Same expression on both sides of '||' because the value of 'waitkey==ENTER_KEY_ONE' and 'waitkey==ENTER_KEY_TWO' are the same.
openalpr_2.3.0.orig/src/misc_utilities/classifychars.cpp:330:78: performance: Function parameter 'state' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/state_detector.h:38:39: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/state_detector.h:38:66: performance: Function parameter 'configFile' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/state_detector.h:38:96: performance: Function parameter 'runtimeDir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr.h:81:7: warning: Member variable 'AlprPlateResult::requested_topn' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/alpr.h:81:7: warning: Member variable 'AlprPlateResult::bestPlate' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/alpr.h:81:7: warning: Member variable 'AlprPlateResult::processing_time_ms' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/alpr.h:81:7: warning: Member variable 'AlprPlateResult::plate_points' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/alpr.h:81:7: warning: Member variable 'AlprPlateResult::plate_index' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/alpr.h:81:7: warning: Member variable 'AlprPlateResult::regionConfidence' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/alpr.h:113:7: warning: Member variable 'AlprResults::epoch_time' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/alpr.h:113:7: warning: Member variable 'AlprResults::img_width' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/alpr.h:113:7: warning: Member variable 'AlprResults::img_height' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/alpr.h:113:7: warning: Member variable 'AlprResults::total_processing_time_ms' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/utility.h:68:26: style: Technically the member function 'alpr::LineSegment::str' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/alpr.cpp:30:5: style: Class 'Alpr' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openalpr_2.3.0.orig/src/openalpr/alpr.cpp:30:5: style: Class 'Alpr' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openalpr_2.3.0.orig/src/openalpr/prewarp.h:34:5: style: Class 'PreWarp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/edges/platelines.h:43:7: style: Class 'PlateLines' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/textdetection/textcontours.h:32:5: style: Class 'TextContours' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/textdetection/platemask.h:32:5: style: Class 'PlateMask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/textdetection/linefinder.h:48:5: style: Class 'LineFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/textdetection/characteranalysis.h:39:7: style: Class 'CharacterAnalysis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/edges/textlinecollection.h:22:5: style: Class 'TextLineCollection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/licenseplatecandidate.h:46:7: style: Class 'LicensePlateCandidate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/support/utf8/checked.h:44:9: style: Class 'invalid_code_point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/support/utf8/checked.h:52:9: style: Class 'invalid_utf8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/support/utf8/checked.h:60:9: style: Class 'invalid_utf16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/detection/detectorcpu.h:42:29: style: The function 'find_plates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/openalpr/detection/detector.h:50:37: note: Virtual function in base class
openalpr_2.3.0.orig/src/openalpr/detection/detectorcpu.h:42:29: note: Function in derived class
openalpr_2.3.0.orig/src/openalpr/config.h:40:32: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config.h:40:59: performance: Function parameter 'config_file' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config.h:40:95: performance: Function parameter 'runtime_dir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config.h:43:45: performance: Function parameter 'countries' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/textdetection/linefinder.h:51:86: performance: Function parameter 'contours' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/textdetection/linefinder.h:56:59: performance: Function parameter 'contours' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.h:80:34: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.h:80:61: performance: Function parameter 'configFile' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.h:80:96: performance: Function parameter 'runtimeDir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.h:101:52: performance: Function parameter 'results' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr.cpp:28:32: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr.cpp:28:59: performance: Function parameter 'configFile' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr.cpp:28:89: performance: Function parameter 'runtimeDir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:124:5: style: Variable 'warpedRegionsOfInterest' is reassigned a value before the old one has been used. [redundantAssignment]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:121:0: note: Variable 'warpedRegionsOfInterest' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:124:5: note: Variable 'warpedRegionsOfInterest' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:216:107: style: Function 'analyzeSingleCountry' argument 3 names different: declaration 'regionsOfInterest' definition 'warpedRegionsOfInterest'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.h:91:101: note: Function 'analyzeSingleCountry' argument 3 names different: declaration 'regionsOfInterest' definition 'warpedRegionsOfInterest'.
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:216:107: note: Function 'analyzeSingleCountry' argument 3 names different: declaration 'regionsOfInterest' definition 'warpedRegionsOfInterest'.
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:595:19: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:70:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:693:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.h:109:12: style: Technically the member function 'alpr::AlprImpl::isLoaded' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:80:18: note: Technically the member function 'alpr::AlprImpl::isLoaded' can be const.
openalpr_2.3.0.orig/src/openalpr/alpr_impl.h:109:12: note: Technically the member function 'alpr::AlprImpl::isLoaded' can be const.
openalpr_2.3.0.orig/src/openalpr/alpr_impl.h:123:15: performance: Technically the member function 'alpr::AlprImpl::getCharacterTransformMatrix' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:754:21: note: Technically the member function 'alpr::AlprImpl::getCharacterTransformMatrix' can be static.
openalpr_2.3.0.orig/src/openalpr/alpr_impl.h:123:15: note: Technically the member function 'alpr::AlprImpl::getCharacterTransformMatrix' can be static.
openalpr_2.3.0.orig/src/openalpr/alpr_impl.h:125:29: performance: Technically the member function 'alpr::AlprImpl::convertRects' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:483:36: note: Technically the member function 'alpr::AlprImpl::convertRects' can be static.
openalpr_2.3.0.orig/src/openalpr/alpr_impl.h:125:29: note: Technically the member function 'alpr::AlprImpl::convertRects' can be static.
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:37:5: style: Class 'AlprImpl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:37:5: style: Class 'AlprImpl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openalpr_2.3.0.orig/src/openalpr/alpr.h:137:30: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr.h:137:57: performance: Function parameter 'configFile' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr.h:137:92: performance: Function parameter 'runtimeDir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr.h:165:51: performance: Function parameter 'results' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:31:40: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:31:67: performance: Function parameter 'configFile' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:31:97: performance: Function parameter 'runtimeDir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:423:99: performance: Function parameter 'regionsOfInterest' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:476:70: performance: Function parameter 'regionsOfInterest' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:494:46: performance: Function parameter 'results' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/alpr_impl.cpp:715:42: performance: Function parameter 'region' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/binarize_wolf.cpp:63:11: style: Variable 'sum' is reassigned a value before the old one has been used. [redundantAssignment]
openalpr_2.3.0.orig/src/openalpr/binarize_wolf.cpp:61:19: note: Variable 'sum' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/binarize_wolf.cpp:63:11: note: Variable 'sum' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/binarize_wolf.cpp:51:18: style: The scope of the variable 'm' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/binarize_wolf.cpp:51:20: style: The scope of the variable 's' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/binarize_wolf.cpp:51:28: style: The scope of the variable 'sum' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/binarize_wolf.cpp:51:32: style: The scope of the variable 'sum_sq' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/cjson.c:515:53: warning: Either the condition 'c' is redundant or there is possible null pointer dereference: prev. [nullPointerRedundantCheck]
openalpr_2.3.0.orig/src/openalpr/cjson.c:520:145: note: Assuming that condition 'c' is not redundant
openalpr_2.3.0.orig/src/openalpr/cjson.c:520:184: note: Calling function 'suffix_object', 1st argument 'prev' value is 0
openalpr_2.3.0.orig/src/openalpr/cjson.c:515:53: note: Null pointer dereference
openalpr_2.3.0.orig/src/openalpr/colorfilter.h:56:11: performance: Technically the member function 'alpr::ColorFilter::getMajorityOpinion' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/colorfilter.cpp:373:20: note: Technically the member function 'alpr::ColorFilter::getMajorityOpinion' can be static.
openalpr_2.3.0.orig/src/openalpr/colorfilter.h:56:11: note: Technically the member function 'alpr::ColorFilter::getMajorityOpinion' can be static.
openalpr_2.3.0.orig/src/openalpr/colorfilter.cpp:180:9: warning: Either the condition 'bestSatIndex!=-1' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
openalpr_2.3.0.orig/src/openalpr/colorfilter.cpp:210:22: note: Assuming that condition 'bestSatIndex!=-1' is not redundant
openalpr_2.3.0.orig/src/openalpr/colorfilter.cpp:180:9: note: Negative array index
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1366:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1362:0: note: Variable 'fp' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1366:3: note: Variable 'fp' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2392:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2388:0: note: Variable 'fp' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2392:3: note: Variable 'fp' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2579:19: style: The scope of the variable 'pEndOfLine' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2718:10: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2746:10: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/config.cpp:172:56: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1703:19: style: Function 'IsMultiLineTag' argument 1 names different: declaration 'a_pData' definition 'a_pVal'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1245:41: note: Function 'IsMultiLineTag' argument 1 names different: declaration 'a_pData' definition 'a_pVal'.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1703:19: note: Function 'IsMultiLineTag' argument 1 names different: declaration 'a_pData' definition 'a_pVal'.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2767:5: warning: Member variable 'SI_ConvertA::m_bStoreIsUtf8' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2900:5: warning: Member variable 'SI_ConvertW::m_bStoreIsUtf8' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/config.h:147:19: style: Technically the member function 'alpr::Config::getKeypointsRuntimeDir' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/config.cpp:346:18: note: Technically the member function 'alpr::Config::getKeypointsRuntimeDir' can be const.
openalpr_2.3.0.orig/src/openalpr/config.h:147:19: note: Technically the member function 'alpr::Config::getKeypointsRuntimeDir' can be const.
openalpr_2.3.0.orig/src/openalpr/config.h:148:19: style: Technically the member function 'alpr::Config::getCascadeRuntimeDir' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/config.cpp:342:18: note: Technically the member function 'alpr::Config::getCascadeRuntimeDir' can be const.
openalpr_2.3.0.orig/src/openalpr/config.h:148:19: note: Technically the member function 'alpr::Config::getCascadeRuntimeDir' can be const.
openalpr_2.3.0.orig/src/openalpr/config.h:149:19: style: Technically the member function 'alpr::Config::getPostProcessRuntimeDir' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/config.cpp:350:18: note: Technically the member function 'alpr::Config::getPostProcessRuntimeDir' can be const.
openalpr_2.3.0.orig/src/openalpr/config.h:149:19: note: Technically the member function 'alpr::Config::getPostProcessRuntimeDir' can be const.
openalpr_2.3.0.orig/src/openalpr/config.h:150:19: style: Technically the member function 'alpr::Config::getTessdataPrefix' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/config.cpp:354:18: note: Technically the member function 'alpr::Config::getTessdataPrefix' can be const.
openalpr_2.3.0.orig/src/openalpr/config.h:150:19: note: Technically the member function 'alpr::Config::getTessdataPrefix' can be const.
openalpr_2.3.0.orig/src/openalpr/config.h:163:32: performance: Technically the member function 'alpr::Config::parse_country_string' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/config.cpp:360:36: note: Technically the member function 'alpr::Config::parse_country_string' can be static.
openalpr_2.3.0.orig/src/openalpr/config.h:163:32: note: Technically the member function 'alpr::Config::parse_country_string' can be static.
openalpr_2.3.0.orig/src/openalpr/config.h:164:12: style: Technically the member function 'alpr::Config::country_is_loaded' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/config.cpp:375:16: note: Technically the member function 'alpr::Config::country_is_loaded' can be const.
openalpr_2.3.0.orig/src/openalpr/config.h:164:12: note: Technically the member function 'alpr::Config::country_is_loaded' can be const.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1215:17: performance: Technically the member function 'CSimpleIniTempl::IsSpace' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1221:17: performance: Technically the member function 'CSimpleIniTempl::IsComment' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1227:17: performance: Technically the member function 'CSimpleIniTempl::SkipNewLine' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1239:10: performance: Technically the member function 'CSimpleIniTempl::IsLess' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1245:10: performance: Technically the member function 'CSimpleIniTempl::IsMultiLineTag' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1702:51: note: Technically the member function 'CSimpleIniTempl::IsMultiLineTag' can be static.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1245:10: note: Technically the member function 'CSimpleIniTempl::IsMultiLineTag' can be static.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1253:10: performance: Technically the member function 'CSimpleIniTempl::IsNewLineChar' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1752:51: note: Technically the member function 'CSimpleIniTempl::IsNewLineChar' can be static.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1253:10: note: Technically the member function 'CSimpleIniTempl::IsNewLineChar' can be static.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1255:10: performance: Technically the member function 'CSimpleIniTempl::OutputMultiLineText' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2573:51: note: Technically the member function 'CSimpleIniTempl::OutputMultiLineText' can be static.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:1255:10: note: Technically the member function 'CSimpleIniTempl::OutputMultiLineText' can be static.
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2795:12: performance: Technically the member function 'SI_ConvertA::SizeFromStore' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2818:10: performance: Technically the member function 'SI_ConvertA::ConvertFromStore' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2843:12: performance: Technically the member function 'SI_ConvertA::SizeToStore' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2863:10: performance: Technically the member function 'SI_ConvertA::ConvertToStore' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2928:12: style: Technically the member function 'SI_ConvertW::SizeFromStore' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2964:10: style: Technically the member function 'SI_ConvertW::ConvertFromStore' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:3013:12: style: Technically the member function 'SI_ConvertW::SizeToStore' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:3050:10: style: Technically the member function 'SI_ConvertW::ConvertToStore' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:392:9: style: Class 'FileWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:407:9: style: Class 'StringWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:441:9: style: Class 'Converter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2769:5: style: Class 'SI_ConvertA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:2902:5: style: Class 'SI_ConvertW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:393:14: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:381:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:393:14: note: Function in derived class
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:408:14: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:381:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/openalpr/simpleini/simpleini.h:408:14: note: Function in derived class
openalpr_2.3.0.orig/src/openalpr/config.cpp:33:36: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config.cpp:33:63: performance: Function parameter 'config_file' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config.cpp:33:94: performance: Function parameter 'runtime_dir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config.cpp:124:49: performance: Function parameter 'countries' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config.cpp:240:60: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config.cpp:375:46: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config.cpp:172:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
openalpr_2.3.0.orig/src/openalpr/config_helper.cpp:114:69: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config_helper.cpp:114:90: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config_helper.cpp:126:73: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config_helper.cpp:126:94: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config_helper.cpp:138:80: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config_helper.cpp:138:101: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config_helper.cpp:149:74: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/config_helper.cpp:149:95: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/detection/detector.cpp:28:13: warning: Member variable 'Detector::loaded' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/detection/detector.h:46:12: style: Technically the member function 'alpr::Detector::isLoaded' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/detection/detector.cpp:53:18: note: Technically the member function 'alpr::Detector::isLoaded' can be const.
openalpr_2.3.0.orig/src/openalpr/detection/detector.h:46:12: note: Technically the member function 'alpr::Detector::isLoaded' can be const.
openalpr_2.3.0.orig/src/openalpr/detection/detector.h:63:13: style: Technically the member function 'alpr::Detector::computeScaleFactor' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/detection/detector.cpp:182:19: note: Technically the member function 'alpr::Detector::computeScaleFactor' can be const.
openalpr_2.3.0.orig/src/openalpr/detection/detector.h:63:13: note: Technically the member function 'alpr::Detector::computeScaleFactor' can be const.
openalpr_2.3.0.orig/src/openalpr/detection/detectormorph.h:41:27: style: The function 'find_plates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/openalpr/detection/detector.h:50:37: note: Virtual function in base class
openalpr_2.3.0.orig/src/openalpr/detection/detectormorph.h:41:27: note: Function in derived class
openalpr_2.3.0.orig/src/openalpr/detection/detectormask.cpp:35:5: performance: Variable 'last_prewarp_hash' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/openalpr/detection/detectormask.h:39:14: style: Technically the member function 'alpr::DetectorMask::getRoiInsideMask' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/detection/detectormask.cpp:67:26: note: Technically the member function 'alpr::DetectorMask::getRoiInsideMask' can be const.
openalpr_2.3.0.orig/src/openalpr/detection/detectormask.h:39:14: note: Technically the member function 'alpr::DetectorMask::getRoiInsideMask' can be const.
openalpr_2.3.0.orig/src/openalpr/detection/detectormorph.cpp:136:9: style: The scope of the variable 'numValidChars' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/detection/detectormorph.cpp:50:60: style: Function 'find_plates' argument 1 names different: declaration 'frame' definition 'frame_gray'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/detection/detectormorph.h:41:47: note: Function 'find_plates' argument 1 names different: declaration 'frame' definition 'frame_gray'.
openalpr_2.3.0.orig/src/openalpr/detection/detectormorph.cpp:50:60: note: Function 'find_plates' argument 1 names different: declaration 'frame' definition 'frame_gray'.
openalpr_2.3.0.orig/src/openalpr/detection/detectormorph.cpp:208:0: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
openalpr_2.3.0.orig/src/openalpr/edges/edgefinder.h:34:5: style: Class 'EdgeFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/edges/platecorners.cpp:350:13: style: Unused variable: scorecomponent [unusedVariable]
openalpr_2.3.0.orig/src/openalpr/edges/scorekeeper.h:37:11: style: Technically the member function 'alpr::ScoreKeeper::getTotal' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/edges/scorekeeper.cpp:43:22: note: Technically the member function 'alpr::ScoreKeeper::getTotal' can be const.
openalpr_2.3.0.orig/src/openalpr/edges/scorekeeper.h:37:11: note: Technically the member function 'alpr::ScoreKeeper::getTotal' can be const.
openalpr_2.3.0.orig/src/openalpr/edges/scorekeeper.h:38:9: style: Technically the member function 'alpr::ScoreKeeper::size' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/edges/scorekeeper.cpp:56:20: note: Technically the member function 'alpr::ScoreKeeper::size' can be const.
openalpr_2.3.0.orig/src/openalpr/edges/scorekeeper.h:38:9: note: Technically the member function 'alpr::ScoreKeeper::size' can be const.
openalpr_2.3.0.orig/src/openalpr/motiondetector.cpp:14:2: performance: Variable 'pMOG2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/openalpr/ocr/ocr.cpp:45:0: style: Variable 'absolute_charpos' is assigned a value that is never used. [unreadVariable]
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.h:45:7: style: Class 'TesseractOcr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.h:52:28: style: The function 'recognize_line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/openalpr/ocr/ocr.h:45:34: note: Virtual function in base class
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.h:52:28: note: Function in derived class
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.h:53:12: style: The function 'segment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/openalpr/ocr/ocr.h:46:18: note: Virtual function in base class
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.h:53:12: note: Function in derived class
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/charactersegmenter.cpp:289:9: style: The scope of the variable 'columnCount' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/charactersegmenter.cpp:93:19: style: Unused variable: allHistograms [unusedVariable]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/charactersegmenter.h:74:11: performance: Technically the member function 'alpr::CharacterSegmenter::getCharGap' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/charactersegmenter.cpp:428:27: note: Technically the member function 'alpr::CharacterSegmenter::getCharGap' can be static.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/charactersegmenter.h:74:11: note: Technically the member function 'alpr::CharacterSegmenter::getCharGap' can be static.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/charactersegmenter.h:48:7: style: Class 'CharacterSegmenter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/charactersegmenter.h:81:114: performance: Function parameter 'charRegions' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/charactersegmenter.h:82:92: performance: Function parameter 'charRegions' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.h:38:9: style: Technically the member function 'alpr::Histogram::getLocalMinimum' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.cpp:105:18: note: Technically the member function 'alpr::Histogram::getLocalMinimum' can be const.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.h:38:9: note: Technically the member function 'alpr::Histogram::getLocalMinimum' can be const.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.h:40:9: style: Technically the member function 'alpr::Histogram::getLocalMaximum' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.cpp:122:18: note: Technically the member function 'alpr::Histogram::getLocalMaximum' can be const.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.h:40:9: note: Technically the member function 'alpr::Histogram::getLocalMaximum' can be const.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.h:42:9: style: Technically the member function 'alpr::Histogram::getHeightAt' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.cpp:139:18: note: Technically the member function 'alpr::Histogram::getHeightAt' can be const.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.h:42:9: note: Technically the member function 'alpr::Histogram::getHeightAt' can be const.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.h:53:9: performance: Technically the member function 'alpr::Histogram::detect_peak' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.cpp:146:18: note: Technically the member function 'alpr::Histogram::detect_peak' can be static.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/histogram.h:53:9: note: Technically the member function 'alpr::Histogram::detect_peak' can be static.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/segment.cpp:27:11: performance: Variable 'segment' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/segment.h:40:12: style: Technically the member function 'alpr::Segment::matches' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/segment.cpp:35:17: note: Technically the member function 'alpr::Segment::matches' can be const.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/segment.h:40:12: note: Technically the member function 'alpr::Segment::matches' can be const.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/segment.h:35:7: style: Class 'Segment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/segmentationgroup.cpp:25:22: warning: Member variable 'SegmentationGroup::strength' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/segmentationgroup.h:44:12: style: Technically the member function 'alpr::SegmentationGroup::equals' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/segmentationgroup.cpp:40:27: note: Technically the member function 'alpr::SegmentationGroup::equals' can be const.
openalpr_2.3.0.orig/src/openalpr/ocr/segmentation/segmentationgroup.h:44:12: note: Technically the member function 'alpr::SegmentationGroup::equals' can be const.
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.cpp:103:15: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.cpp:117:15: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.cpp:119:15: note: Found duplicate branches for 'if' and 'else'.
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.cpp:117:15: note: Found duplicate branches for 'if' and 'else'.
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.cpp:57:57: style: Function 'recognize_line' argument 1 names different: declaration 'line_index' definition 'line_idx'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.h:52:47: note: Function 'recognize_line' argument 1 names different: declaration 'line_index' definition 'line_idx'.
openalpr_2.3.0.orig/src/openalpr/ocr/tesseract_ocr.cpp:57:57: note: Function 'recognize_line' argument 1 names different: declaration 'line_index' definition 'line_idx'.
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.cpp:100:69: style: Function 'insertLetter' argument 3 names different: declaration 'charPosition' definition 'charposition'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.h:88:65: note: Function 'insertLetter' argument 3 names different: declaration 'charPosition' definition 'charposition'.
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.cpp:100:69: note: Function 'insertLetter' argument 3 names different: declaration 'charPosition' definition 'charposition'.
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.cpp:27:16: warning: Member variable 'PostProcess::matchesTemplate' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.h:74:35: style: Technically the member function 'alpr::PostProcess::getResults' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.cpp:280:39: note: Technically the member function 'alpr::PostProcess::getResults' can be const.
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.h:74:35: note: Technically the member function 'alpr::PostProcess::getResults' can be const.
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.cpp:286:10: style: Technically the member function 'alpr::PermutationCompare::operator()' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.h:63:7: style: Class 'PostProcess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.cpp:81:38: performance: Function parameter 'letter' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.cpp:100:41: performance: Function parameter 'letter' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.cpp:160:36: performance: Function parameter 'templateregion' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/postprocess/postprocess.cpp:292:48: performance: Function parameter 'templateregion' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/postprocess/regexrule.cpp:34:11: performance: Variable 'original' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/openalpr/postprocess/regexrule.cpp:35:11: performance: Variable 'region' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/openalpr/postprocess/regexrule.cpp:36:11: performance: Variable 'regex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/openalpr/postprocess/regexrule.cpp:102:5: style: Class 'RegexRule' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openalpr_2.3.0.orig/src/openalpr/postprocess/regexrule.cpp:102:5: style: Class 'RegexRule' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openalpr_2.3.0.orig/src/openalpr/postprocess/regexrule.cpp:31:31: performance: Function parameter 'region' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/postprocess/regexrule.cpp:31:67: performance: Function parameter 'letters_regex' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/postprocess/regexrule.cpp:31:94: performance: Function parameter 'numbers_regex' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/prewarp.h:50:17: style: Technically the member function 'alpr::PreWarp::toString' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/prewarp.cpp:114:24: note: Technically the member function 'alpr::PreWarp::toString' can be const.
openalpr_2.3.0.orig/src/openalpr/prewarp.h:50:17: note: Technically the member function 'alpr::PreWarp::toString' can be const.
openalpr_2.3.0.orig/src/openalpr/result_aggregator.cpp:262:0: style: Variable 'max_topn' is assigned a value that is never used. [unreadVariable]
openalpr_2.3.0.orig/src/openalpr/result_aggregator.cpp:193:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openalpr_2.3.0.orig/src/openalpr/result_aggregator.h:81:20: performance: Technically the member function 'alpr::ResultAggregator::getShapeInfo' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/result_aggregator.cpp:338:36: note: Technically the member function 'alpr::ResultAggregator::getShapeInfo' can be static.
openalpr_2.3.0.orig/src/openalpr/result_aggregator.h:81:20: note: Technically the member function 'alpr::ResultAggregator::getShapeInfo' can be static.
openalpr_2.3.0.orig/src/openalpr/result_aggregator.h:85:23: performance: Technically the member function 'alpr::ResultAggregator::findBestRegion' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/result_aggregator.cpp:256:39: note: Technically the member function 'alpr::ResultAggregator::findBestRegion' can be static.
openalpr_2.3.0.orig/src/openalpr/result_aggregator.h:85:23: note: Technically the member function 'alpr::ResultAggregator::findBestRegion' can be static.
openalpr_2.3.0.orig/src/openalpr/result_aggregator.cpp:30:11: style: Class 'ResultAggregator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openalpr_2.3.0.orig/src/openalpr/result_aggregator.cpp:30:11: style: Class 'ResultAggregator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openalpr_2.3.0.orig/src/openalpr/result_aggregator.cpp:364:50: performance: Function parameter 'plate' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/simpleini/ConvertUTF.c:116:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/simpleini/snippets.cpp:60:3: style: Variable 'pszValue' is reassigned a value before the old one has been used. [redundantAssignment]
openalpr_2.3.0.orig/src/openalpr/simpleini/snippets.cpp:53:0: note: Variable 'pszValue' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/simpleini/snippets.cpp:60:3: note: Variable 'pszValue' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/simpleini/snippets.cpp:60:14: style: Variable 'pszValue' is assigned a value that is never used. [unreadVariable]
openalpr_2.3.0.orig/src/openalpr/simpleini/snippets.cpp:37:21: style: Reading from empty STL container 'strData' [reademptycontainer]
openalpr_2.3.0.orig/src/openalpr/support/filesystem.cpp:70:5: style: Variable 'fExists' is reassigned a value before the old one has been used. [redundantAssignment]
openalpr_2.3.0.orig/src/openalpr/support/filesystem.cpp:68:0: note: Variable 'fExists' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/support/filesystem.cpp:70:5: note: Variable 'fExists' is reassigned a value before the old one has been used.
openalpr_2.3.0.orig/src/openalpr/support/filesystem.cpp:81:20: style: The scope of the variable 'ent' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/support/filesystem.cpp:133:15: style: Unsigned variable 'found' can't be negative so it is unnecessary to test it. [unsignedPositive]
openalpr_2.3.0.orig/src/openalpr/support/filesystem.cpp:149:15: style: Unsigned variable 'found' can't be negative so it is unnecessary to test it. [unsignedPositive]
openalpr_2.3.0.orig/src/openalpr/support/re2/bitstate.cc:142:30: style: Function 'TrySearch' argument 1 names different: declaration 'id' definition 'id0'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/bitstate.cc:46:22: note: Function 'TrySearch' argument 1 names different: declaration 'id' definition 'id0'.
openalpr_2.3.0.orig/src/openalpr/support/re2/bitstate.cc:142:30: note: Function 'TrySearch' argument 1 names different: declaration 'id' definition 'id0'.
openalpr_2.3.0.orig/src/openalpr/support/re2/bitstate.cc:142:47: style: Function 'TrySearch' argument 2 names different: declaration 'p' definition 'p0'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/bitstate.cc:46:38: note: Function 'TrySearch' argument 2 names different: declaration 'p' definition 'p0'.
openalpr_2.3.0.orig/src/openalpr/support/re2/bitstate.cc:142:47: note: Function 'TrySearch' argument 2 names different: declaration 'p' definition 'p0'.
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:67:62: style: Function 'Patch' argument 3 names different: declaration 'v' definition 'val'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:38:60: note: Function 'Patch' argument 3 names different: declaration 'v' definition 'val'.
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:67:62: note: Function 'Patch' argument 3 names different: declaration 'v' definition 'val'.
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:419:28: style: Function 'Match' argument 1 names different: declaration 'id' definition 'match_id'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:165:20: note: Function 'Match' argument 1 names different: declaration 'id' definition 'match_id'.
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:419:28: note: Function 'Match' argument 1 names different: declaration 'id' definition 'match_id'.
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:428:35: style: Function 'EmptyWidth' argument 1 names different: declaration 'op' definition 'empty'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:174:27: note: Function 'EmptyWidth' argument 1 names different: declaration 'op' definition 'empty'.
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:428:35: note: Function 'EmptyWidth' argument 1 names different: declaration 'op' definition 'empty'.
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:717:56: style: Function 'PostVisit' argument 4 names different: declaration 'child_args' definition 'child_frags'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:144:67: note: Function 'PostVisit' argument 4 names different: declaration 'child_args' definition 'child_frags'.
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:717:56: note: Function 'PostVisit' argument 4 names different: declaration 'child_args' definition 'child_frags'.
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:718:30: style: Function 'PostVisit' argument 5 names different: declaration 'nchild_args' definition 'nchild_frags'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:145:22: note: Function 'PostVisit' argument 5 names different: declaration 'nchild_args' definition 'nchild_frags'.
openalpr_2.3.0.orig/src/openalpr/support/re2/compile.cc:718:30: note: Function 'PostVisit' argument 5 names different: declaration 'nchild_args' definition 'nchild_frags'.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:892:40: style: Function 'RunWorkqOnEmptyString' argument 1 names different: declaration 'q' definition 'oldq'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:236:37: note: Function 'RunWorkqOnEmptyString' argument 1 names different: declaration 'q' definition 'oldq'.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:892:40: note: Function 'RunWorkqOnEmptyString' argument 1 names different: declaration 'q' definition 'oldq'.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:892:53: style: Function 'RunWorkqOnEmptyString' argument 2 names different: declaration 'nq' definition 'newq'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:236:47: note: Function 'RunWorkqOnEmptyString' argument 2 names different: declaration 'nq' definition 'newq'.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:892:53: note: Function 'RunWorkqOnEmptyString' argument 2 names different: declaration 'nq' definition 'newq'.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:906:33: style: Function 'RunWorkqOnByte' argument 1 names different: declaration 'q' definition 'oldq'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:230:30: note: Function 'RunWorkqOnByte' argument 1 names different: declaration 'q' definition 'oldq'.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:906:33: note: Function 'RunWorkqOnByte' argument 1 names different: declaration 'q' definition 'oldq'.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:906:46: style: Function 'RunWorkqOnByte' argument 2 names different: declaration 'nq' definition 'newq'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:230:40: note: Function 'RunWorkqOnByte' argument 2 names different: declaration 'nq' definition 'newq'.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:906:46: note: Function 'RunWorkqOnByte' argument 2 names different: declaration 'nq' definition 'newq'.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:1736:31: style: Function 'Search' argument 7 names different: declaration 'ep' definition 'epp'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:77:42: note: Function 'Search' argument 7 names different: declaration 'ep' definition 'epp'.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:1736:31: note: Function 'Search' argument 7 names different: declaration 'ep' definition 'epp'.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:60:19: style: Technically the member function 're2::DFA::kind' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:322:8: style: Technically the member function 're2::DFA::FastSearchLoop' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:1549:11: note: Technically the member function 're2::DFA::FastSearchLoop' can be const.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:322:8: note: Technically the member function 're2::DFA::FastSearchLoop' can be const.
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:1093:8: style: Technically the member function 're2::RWLocker::IsLockedForWriting' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/support/re2/util/sparse_set.h:70:5: style: Class 'SparseSet' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openalpr_2.3.0.orig/src/openalpr/support/re2/util/sparse_set.h:70:5: style: Class 'SparseSet' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:475:3: style: Class 'DFA' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:475:3: style: Class 'DFA' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:1218:3: style: Class 'StateSaver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openalpr_2.3.0.orig/src/openalpr/support/re2/dfa.cc:1218:3: style: Class 'StateSaver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openalpr_2.3.0.orig/src/openalpr/support/re2/util/sparse_set.h:68:3: style: Class 'SparseSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/support/re2/util/sparse_array.h:269:37: style: Function 'resize' argument 1 names different: declaration 'max_size' definition 'new_max_size'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/util/sparse_array.h:137:19: note: Function 'resize' argument 1 names different: declaration 'max_size' definition 'new_max_size'.
openalpr_2.3.0.orig/src/openalpr/support/re2/util/sparse_array.h:269:37: note: Function 'resize' argument 1 names different: declaration 'max_size' definition 'new_max_size'.
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:400:62: style: Function 'Search' argument 2 names different: declaration 'context' definition 'const_context'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:50:59: note: Function 'Search' argument 2 names different: declaration 'context' definition 'const_context'.
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:400:62: note: Function 'Search' argument 2 names different: declaration 'context' definition 'const_context'.
openalpr_2.3.0.orig/src/openalpr/support/re2/util/sparse_array.h:244:0: warning: Member variable 'IndexValue::second' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/support/re2/util/sparse_array.h:244:0: warning: Member variable 'IndexValue::index_' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:101:10: style: Technically the member function 're2::NFA::FormatCapture' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:378:13: note: Technically the member function 're2::NFA::FormatCapture' can be const.
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:101:10: note: Technically the member function 're2::NFA::FormatCapture' can be const.
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:103:15: style: Technically the member function 're2::NFA::CopyCapture' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:175:11: note: Technically the member function 're2::NFA::CopyCapture' can be const.
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:103:15: note: Technically the member function 're2::NFA::CopyCapture' can be const.
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:139:3: style: Class 'NFA' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:139:3: style: Class 'NFA' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openalpr_2.3.0.orig/src/openalpr/support/re2/util/sparse_array.h:103:3: style: Class 'SparseArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/support/re2/nfa.cc:36:3: style: Class 'NFA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/support/re2/parse.cc:1249:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/support/re2/parse.cc:51:14: style: Technically the member function 're2::ParseState::flags' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/support/re2/parse.cc:52:7: style: Technically the member function 're2::ParseState::rune_max' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/support/re2/prefilter.cc:484:3: style: Class 'Walker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/support/re2/simplify.cc:298:52: style: Function 'Concat2' argument 3 names different: declaration 'flags' definition 'parse_flags'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/simplify.cc:120:71: note: Function 'Concat2' argument 3 names different: declaration 'flags' definition 'parse_flags'.
openalpr_2.3.0.orig/src/openalpr/support/re2/simplify.cc:298:52: note: Function 'Concat2' argument 3 names different: declaration 'flags' definition 'parse_flags'.
openalpr_2.3.0.orig/src/openalpr/support/re2/simplify.cc:314:59: style: Function 'SimplifyRepeat' argument 4 names different: declaration 'parse_flags' definition 'f'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/openalpr/support/re2/simplify.cc:126:52: note: Function 'SimplifyRepeat' argument 4 names different: declaration 'parse_flags' definition 'f'.
openalpr_2.3.0.orig/src/openalpr/support/re2/simplify.cc:314:59: note: Function 'SimplifyRepeat' argument 4 names different: declaration 'parse_flags' definition 'f'.
openalpr_2.3.0.orig/src/openalpr/support/re2/util/rune.cc:212:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/support/re2/util/rune.cc:233:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/support/tinythread.cpp:164:29: style: C-style pointer casting [cstyleCast]
openalpr_2.3.0.orig/src/openalpr/support/tinythread.cpp:135:24: style: The scope of the variable 'idCount' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/support/tinythread.h:539:31: style: Technically the member function 'tthread::thread::native_handle' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/support/tinythread.h:579:5: style: Class 'id' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/openalpr/support/utf8.cpp:17:56: style: Unsigned variable 'u0' can't be negative so it is unnecessary to test it. [unsignedPositive]
openalpr_2.3.0.orig/src/openalpr/textdetection/characteranalysis.cpp:496:19: style: Unused variable: validPoints [unusedVariable]
openalpr_2.3.0.orig/src/openalpr/textdetection/characteranalysis.h:61:12: performance: Technically the member function 'alpr::CharacterAnalysis::filterByParentContour' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/textdetection/characteranalysis.cpp:421:27: note: Technically the member function 'alpr::CharacterAnalysis::filterByParentContour' can be static.
openalpr_2.3.0.orig/src/openalpr/textdetection/characteranalysis.h:61:12: note: Technically the member function 'alpr::CharacterAnalysis::filterByParentContour' can be static.
openalpr_2.3.0.orig/src/openalpr/textdetection/characteranalysis.h:62:12: style: Technically the member function 'alpr::CharacterAnalysis::filterContourHoles' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/textdetection/characteranalysis.cpp:391:27: note: Technically the member function 'alpr::CharacterAnalysis::filterContourHoles' can be const.
openalpr_2.3.0.orig/src/openalpr/textdetection/characteranalysis.h:62:12: note: Technically the member function 'alpr::CharacterAnalysis::filterContourHoles' can be const.
openalpr_2.3.0.orig/src/openalpr/textdetection/characteranalysis.h:63:12: style: Technically the member function 'alpr::CharacterAnalysis::filterByOuterMask' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/textdetection/characteranalysis.cpp:567:27: note: Technically the member function 'alpr::CharacterAnalysis::filterByOuterMask' can be const.
openalpr_2.3.0.orig/src/openalpr/textdetection/characteranalysis.h:63:12: note: Technically the member function 'alpr::CharacterAnalysis::filterByOuterMask' can be const.
openalpr_2.3.0.orig/src/openalpr/textdetection/linefinder.cpp:43:17: style: Variable 'MIN_AREA_TO_IGNORE' is assigned a value that is never used. [unreadVariable]
openalpr_2.3.0.orig/src/openalpr/textdetection/linefinder.h:59:28: performance: Technically the member function 'alpr::LineFinder::extendToEdges' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/textdetection/linefinder.cpp:422:38: note: Technically the member function 'alpr::LineFinder::extendToEdges' can be static.
openalpr_2.3.0.orig/src/openalpr/textdetection/linefinder.h:59:28: note: Technically the member function 'alpr::LineFinder::extendToEdges' can be static.
openalpr_2.3.0.orig/src/openalpr/textdetection/linefinder.h:65:28: performance: Technically the member function 'alpr::LineFinder::calculateCroppedRegionForHistogram' can be static. [functionStatic]
openalpr_2.3.0.orig/src/openalpr/textdetection/linefinder.cpp:83:38: note: Technically the member function 'alpr::LineFinder::calculateCroppedRegionForHistogram' can be static.
openalpr_2.3.0.orig/src/openalpr/textdetection/linefinder.h:65:28: note: Technically the member function 'alpr::LineFinder::calculateCroppedRegionForHistogram' can be static.
openalpr_2.3.0.orig/src/openalpr/textdetection/linefinder.cpp:292:60: performance: Function parameter 'contours' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/textdetection/platemask.cpp:63:11: style: The scope of the variable 'bestParentId' can be reduced. [variableScope]
openalpr_2.3.0.orig/src/openalpr/textdetection/platemask.h:37:13: style: Technically the member function 'alpr::PlateMask::getMask' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/textdetection/platemask.cpp:38:22: note: Technically the member function 'alpr::PlateMask::getMask' can be const.
openalpr_2.3.0.orig/src/openalpr/textdetection/platemask.h:37:13: note: Technically the member function 'alpr::PlateMask::getMask' can be const.
openalpr_2.3.0.orig/src/openalpr/textdetection/textcontours.cpp:85:18: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
openalpr_2.3.0.orig/src/openalpr/textdetection/textcontours.cpp:28:17: warning: Member variable 'TextContours::width' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/textdetection/textcontours.cpp:28:17: warning: Member variable 'TextContours::height' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/openalpr/textdetection/textcontours.h:44:18: style: Technically the member function 'alpr::TextContours::size' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/textdetection/textcontours.cpp:61:30: note: Technically the member function 'alpr::TextContours::size' can be const.
openalpr_2.3.0.orig/src/openalpr/textdetection/textcontours.h:44:18: note: Technically the member function 'alpr::TextContours::size' can be const.
openalpr_2.3.0.orig/src/openalpr/textdetection/textcontours.h:45:9: style: Technically the member function 'alpr::TextContours::getGoodIndicesCount' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/textdetection/textcontours.cpp:67:21: note: Technically the member function 'alpr::TextContours::getGoodIndicesCount' can be const.
openalpr_2.3.0.orig/src/openalpr/textdetection/textcontours.h:45:9: note: Technically the member function 'alpr::TextContours::getGoodIndicesCount' can be const.
openalpr_2.3.0.orig/src/openalpr/textdetection/textline.cpp:41:45: performance: Function parameter 'textArea' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/textdetection/textline.cpp:41:78: performance: Function parameter 'linePolygon' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/openalpr/utility.h:57:13: style: Technically the member function 'alpr::LineSegment::getPointAt' can be const. [functionConst]
openalpr_2.3.0.orig/src/openalpr/utility.cpp:433:22: note: Technically the member function 'alpr::LineSegment::getPointAt' can be const.
openalpr_2.3.0.orig/src/openalpr/utility.h:57:13: note: Technically the member function 'alpr::LineSegment::getPointAt' can be const.
openalpr_2.3.0.orig/src/openalpr/utility.cpp:184:26: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openalpr_2.3.0.orig/src/statedetection/featurematcher.cpp:239:50: style: Function 'loadRecognitionSet' argument 1 names different: declaration 'runtime_dir' definition 'directory'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/statedetection/featurematcher.h:52:43: note: Function 'loadRecognitionSet' argument 1 names different: declaration 'runtime_dir' definition 'directory'.
openalpr_2.3.0.orig/src/statedetection/featurematcher.cpp:239:50: note: Function 'loadRecognitionSet' argument 1 names different: declaration 'runtime_dir' definition 'directory'.
openalpr_2.3.0.orig/src/statedetection/featurematcher.cpp:32:19: warning: Member variable 'FeatureMatcher::w' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/statedetection/featurematcher.cpp:32:19: warning: Member variable 'FeatureMatcher::h' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/statedetection/featurematcher.cpp:35:11: performance: Variable 'descriptorMatcher' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/statedetection/line_segment.h:53:22: style: Technically the member function 'LineSegment::str' can be const. [functionConst]
openalpr_2.3.0.orig/src/statedetection/featurematcher.h:56:11: style: Technically the member function 'alpr::FeatureMatcher::numTrainingElements' can be const. [functionConst]
openalpr_2.3.0.orig/src/statedetection/featurematcher.cpp:70:23: note: Technically the member function 'alpr::FeatureMatcher::numTrainingElements' can be const.
openalpr_2.3.0.orig/src/statedetection/featurematcher.h:56:11: note: Technically the member function 'alpr::FeatureMatcher::numTrainingElements' can be const.
openalpr_2.3.0.orig/src/statedetection/featurematcher.h:68:64: performance: Function parameter 'queryKeypoints' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/featurematcher.h:68:110: performance: Function parameter 'inputMatches' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/featurematcher.cpp:239:50: performance: Function parameter 'directory' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/featurematcher.cpp:239:68: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/line_segment.h:43:9: style: Technically the member function 'LineSegment::getPointAt' can be const. [functionConst]
openalpr_2.3.0.orig/src/statedetection/line_segment.cpp:59:20: note: Technically the member function 'LineSegment::getPointAt' can be const.
openalpr_2.3.0.orig/src/statedetection/line_segment.h:43:9: note: Technically the member function 'LineSegment::getPointAt' can be const.
openalpr_2.3.0.orig/src/statedetection/state_detector.cpp:28:5: style: Class 'StateDetector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openalpr_2.3.0.orig/src/statedetection/state_detector.cpp:28:5: style: Class 'StateDetector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openalpr_2.3.0.orig/src/statedetection/state_detector_impl.h:32:43: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/state_detector_impl.h:32:70: performance: Function parameter 'runtimeDir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/state_detector.cpp:27:50: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/state_detector.cpp:27:77: performance: Function parameter 'configFile' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/state_detector.cpp:27:107: performance: Function parameter 'runtimeDir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/state_detector_impl.h:35:12: performance: Technically the member function 'alpr::StateDetectorImpl::isLoaded' can be static. [functionStatic]
openalpr_2.3.0.orig/src/statedetection/state_detector_impl.cpp:39:27: note: Technically the member function 'alpr::StateDetectorImpl::isLoaded' can be static.
openalpr_2.3.0.orig/src/statedetection/state_detector_impl.h:35:12: note: Technically the member function 'alpr::StateDetectorImpl::isLoaded' can be static.
openalpr_2.3.0.orig/src/statedetection/state_detector_impl.h:38:12: performance: Technically the member function 'alpr::StateDetectorImpl::setTopN' can be static. [functionStatic]
openalpr_2.3.0.orig/src/statedetection/state_detector_impl.cpp:43:27: note: Technically the member function 'alpr::StateDetectorImpl::setTopN' can be static.
openalpr_2.3.0.orig/src/statedetection/state_detector_impl.h:38:12: note: Technically the member function 'alpr::StateDetectorImpl::setTopN' can be static.
openalpr_2.3.0.orig/src/statedetection/state_detector_impl.cpp:24:58: performance: Function parameter 'country' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/statedetection/state_detector_impl.cpp:24:85: performance: Function parameter 'runtimeDir' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tests/catch.hpp:6318:25: style: Function 'registerTestCase' argument 2 names different: declaration 'className' definition 'classOrQualifiedMethodName'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tests/catch.hpp:634:21: note: Function 'registerTestCase' argument 2 names different: declaration 'className' definition 'classOrQualifiedMethodName'.
openalpr_2.3.0.orig/src/tests/catch.hpp:6318:25: note: Function 'registerTestCase' argument 2 names different: declaration 'className' definition 'classOrQualifiedMethodName'.
openalpr_2.3.0.orig/src/tests/catch.hpp:6887:35: style: Function 'Colour' argument 1 names different: declaration 'other' definition '_other'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tests/catch.hpp:4802:31: note: Function 'Colour' argument 1 names different: declaration 'other' definition '_other'.
openalpr_2.3.0.orig/src/tests/catch.hpp:6887:35: note: Function 'Colour' argument 1 names different: declaration 'other' definition '_other'.
openalpr_2.3.0.orig/src/tests/catch.hpp:7091:40: style: Function 'makeTestCase' argument 1 names different: declaration 'testCase' definition '_testCase'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tests/catch.hpp:2825:40: note: Function 'makeTestCase' argument 1 names different: declaration 'testCase' definition '_testCase'.
openalpr_2.3.0.orig/src/tests/catch.hpp:7091:40: note: Function 'makeTestCase' argument 1 names different: declaration 'testCase' definition '_testCase'.
openalpr_2.3.0.orig/src/tests/catch.hpp:7092:48: style: Function 'makeTestCase' argument 2 names different: declaration 'className' definition '_className'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tests/catch.hpp:2826:48: note: Function 'makeTestCase' argument 2 names different: declaration 'className' definition '_className'.
openalpr_2.3.0.orig/src/tests/catch.hpp:7092:48: note: Function 'makeTestCase' argument 2 names different: declaration 'className' definition '_className'.
openalpr_2.3.0.orig/src/tests/catch.hpp:7093:48: style: Function 'makeTestCase' argument 3 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tests/catch.hpp:2827:48: note: Function 'makeTestCase' argument 3 names different: declaration 'name' definition '_name'.
openalpr_2.3.0.orig/src/tests/catch.hpp:7093:48: note: Function 'makeTestCase' argument 3 names different: declaration 'name' definition '_name'.
openalpr_2.3.0.orig/src/tests/catch.hpp:7094:48: style: Function 'makeTestCase' argument 4 names different: declaration 'description' definition '_descOrTags'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tests/catch.hpp:2828:48: note: Function 'makeTestCase' argument 4 names different: declaration 'description' definition '_descOrTags'.
openalpr_2.3.0.orig/src/tests/catch.hpp:7094:48: note: Function 'makeTestCase' argument 4 names different: declaration 'description' definition '_descOrTags'.
openalpr_2.3.0.orig/src/tests/catch.hpp:7095:51: style: Function 'makeTestCase' argument 5 names different: declaration 'lineInfo' definition '_lineInfo'. [funcArgNamesDifferent]
openalpr_2.3.0.orig/src/tests/catch.hpp:2829:51: note: Function 'makeTestCase' argument 5 names different: declaration 'lineInfo' definition '_lineInfo'.
openalpr_2.3.0.orig/src/tests/catch.hpp:7095:51: note: Function 'makeTestCase' argument 5 names different: declaration 'lineInfo' definition '_lineInfo'.
openalpr_2.3.0.orig/src/tests/catch.hpp:404:9: warning: Member variable 'NotImplementedException::m_what' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:791:9: warning: Member variable 'AssertionInfo::resultDisposition' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:1171:9: warning: Member variable 'CopyableStream::oss' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:3220:9: warning: Member variable 'TestSpecParser::m_mode' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:3220:9: warning: Member variable 'TestSpecParser::m_exclusion' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:3220:9: warning: Member variable 'TestSpecParser::m_start' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:3220:9: warning: Member variable 'TestSpecParser::m_pos' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:6251:9: warning: Member variable 'TestRegistry::m_currentSortOrder' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:9027:9: warning: Member variable 'JunitReporter::unexpectedExceptions' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2685:0: warning: Member variable 'Catch :: Option < TagAlias >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2686:0: warning: Member variable 'Catch :: Option < TagAlias >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2689:0: warning: Member variable 'Catch :: Option < TagAlias >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2685:0: warning: Member variable 'Catch :: Option < unsigned long >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2686:0: warning: Member variable 'Catch :: Option < unsigned long >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2689:0: warning: Member variable 'Catch :: Option < unsigned long >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2685:0: warning: Member variable 'Catch :: Option < TestRunInfo >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2686:0: warning: Member variable 'Catch :: Option < TestRunInfo >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2689:0: warning: Member variable 'Catch :: Option < TestRunInfo >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2685:0: warning: Member variable 'Catch :: Option < GroupInfo >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2686:0: warning: Member variable 'Catch :: Option < GroupInfo >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2689:0: warning: Member variable 'Catch :: Option < GroupInfo >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2685:0: warning: Member variable 'Catch :: Option < TestCaseInfo >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2686:0: warning: Member variable 'Catch :: Option < TestCaseInfo >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:2689:0: warning: Member variable 'Catch :: Option < TestCaseInfo >::storage' is not initialized in the constructor. [uninitMemberVar]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < IConfig const >::m_p' is not assigned a value in 'Catch :: Ptr < IConfig const >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < IReporterFactory >::m_p' is not assigned a value in 'Catch :: Ptr < IReporterFactory >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < ITestCase >::m_p' is not assigned a value in 'Catch :: Ptr < ITestCase >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < Pattern >::m_p' is not assigned a value in 'Catch :: Ptr < Pattern >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < IStreamingReporter >::m_p' is not assigned a value in 'Catch :: Ptr < IStreamingReporter >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < ITracker >::m_p' is not assigned a value in 'Catch :: Ptr < ITracker >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < Config >::m_p' is not assigned a value in 'Catch :: Ptr < Config >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < IReporter >::m_p' is not assigned a value in 'Catch :: Ptr < IReporter >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < SectionNode >::m_p' is not assigned a value in 'Catch :: Ptr < SectionNode >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < Node < TestCaseStats , SectionNode > >::m_p' is not assigned a value in 'Catch :: Ptr < Node < TestCaseStats , SectionNode > >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < Node < TestGroupStats , Catch :: Node < TestCaseStats , SectionNode > > >::m_p' is not assigned a value in 'Catch :: Ptr < Node < TestGroupStats , Catch :: Node < TestCaseStats , SectionNode > > >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < Node < TestRunStats , Catch :: Node < TestGroupStats , Catch :: Node < TestCaseStats , SectionNode > > > >::m_p' is not assigned a value in 'Catch :: Ptr < Node < TestRunStats , Catch :: Node < TestGroupStats , Catch :: Node < TestCaseStats , SectionNode > > > >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < Catch :: Node < TestCaseStats , SectionNode > >::m_p' is not assigned a value in 'Catch :: Ptr < Catch :: Node < TestCaseStats , SectionNode > >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:486:0: warning: Member variable 'Catch :: Ptr < Catch :: Node < TestGroupStats , Catch :: Node < TestCaseStats , SectionNode > > >::m_p' is not assigned a value in 'Catch :: Ptr < Catch :: Node < TestGroupStats , Catch :: Node < TestCaseStats , SectionNode > > >::operator='. [operatorEqVarError]
openalpr_2.3.0.orig/src/tests/catch.hpp:3827:0: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
openalpr_2.3.0.orig/src/tests/catch.hpp:6532:9: performance: Variable 'm_what' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openalpr_2.3.0.orig/src/tests/catch.hpp:313:14: performance: Technically the member function 'Catch::SafeBool::trueValue' can be static. [functionStatic]
openalpr_2.3.0.orig/src/tests/catch.hpp:383:21: style: Technically the member function 'Catch::StreamEndStop::operator+' can be const. [functionConst]
openalpr_2.3.0.orig/src/tests/catch.hpp:1220:14: style: Technically the member function 'Catch::ResultBuilder::react' can be const. [functionConst]
openalpr_2.3.0.orig/src/tests/catch.hpp:8000:25: note: Technically the member function 'Catch::ResultBuilder::react' can be const.
openalpr_2.3.0.orig/src/tests/catch.hpp:1220:14: note: Technically the member function 'Catch::ResultBuilder::react' can be const.
openalpr_2.3.0.orig/src/tests/catch.hpp:1222:14: performance: Technically the member function 'Catch::ResultBuilder::allowThrows' can be static. [functionStatic]
openalpr_2.3.0.orig/src/tests/catch.hpp:8006:25: note: Technically the member function 'Catch::ResultBuilder::allowThrows' can be static.
openalpr_2.3.0.orig/src/tests/catch.hpp:1222:14: note: Technically the member function 'Catch::ResultBuilder::allowThrows' can be static.
openalpr_2.3.0.orig/src/tests/catch.hpp:5331:18: style: Technically the member function 'Catch::TestCaseTracking::TrackerBase::TrackerHasName::operator()' can be const. [functionConst]
openalpr_2.3.0.orig/src/tests/catch.hpp:5889:14: style: Technically the member function 'Catch::RunContext::invokeActiveTestCase' can be const. [functionConst]
openalpr_2.3.0.orig/src/tests/catch.hpp:6079:14: style: Technically the member function 'Catch::Session::showHelp' can be const. [functionConst]
openalpr_2.3.0.orig/src/tests/catch.hpp:6606:14: style: Technically the member function 'Catch::OutputDebugWriter::operator()' can be const. [functionConst]
openalpr_2.3.0.orig/src/tests/catch.hpp:403:9: style: Class 'NotImplementedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:608:5: style: Class 'MethodTestCase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:1560:30: style: Struct 'BorgType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:1902:9: style: Class 'ScopedMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:2265:9: style: Class 'Section' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:2558:9: style: Class 'ExceptionTranslatorRegistrar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:2536:13: style: Class 'ExceptionTranslator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3141:13: style: Class 'NamePattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3154:13: style: Class 'TagPattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3165:13: style: Class 'ExcludedPattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3220:9: style: Class 'TestSpecParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3390:9: style: Class 'FileStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3491:9: style: Class 'Config' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:4801:9: style: Struct 'Colour' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:4865:9: style: Struct 'TestRunInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:4974:9: style: Struct 'TestGroupStats' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:5330:13: style: Class 'TrackerHasName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:6291:9: style: Class 'FreeFunctionTestCase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:6910:9: style: Struct 'GeneratorInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:7340:9: style: Class 'LegacyReporterAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:8286:9: style: Struct 'StreamingReporterBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:8377:13: style: Struct 'BySectionInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:8500:9: style: Struct 'TestEventListenerBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:8532:9: style: Class 'LegacyReporterRegistrar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:8704:9: style: Class 'XmlWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:8669:13: style: Class 'ScopedElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:8840:9: style: Class 'XmlReporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:9027:9: style: Class 'JunitReporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:9233:9: style: Struct 'ConsoleReporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:9666:9: style: Struct 'CompactReporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:8564:0: style: Class 'Catch :: ReporterRegistrar < XmlReporter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:8564:0: style: Class 'Catch :: ReporterRegistrar < JunitReporter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:8564:0: style: Class 'Catch :: ReporterRegistrar < ConsoleReporter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:8564:0: style: Class 'Catch :: ReporterRegistrar < CompactReporter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:4029:0: style: Struct 'Arg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:4088:0: style: Class 'ArgBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:4149:0: style: Class 'OptBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3989:0: style: Struct 'Catch :: Clara :: CommonArgProperties < ConfigData >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3924:0: style: Struct 'Catch :: Clara :: Detail :: BoundBinaryFunction < C , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3907:0: style: Struct 'Catch :: Clara :: Detail :: BoundUnaryFunction < C >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3890:0: style: Struct 'Catch :: Clara :: Detail :: BoundNullaryMethod < C >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3873:0: style: Struct 'Catch :: Clara :: Detail :: BoundUnaryMethod < C , M >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3873:0: style: Struct 'Catch :: Clara :: Detail :: BoundUnaryMethod < C , bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3860:0: style: Struct 'Catch :: Clara :: Detail :: BoundDataMember < C , M >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3860:0: style: Struct 'Catch :: Clara :: Detail :: BoundDataMember < C , bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:3825:0: style: Class 'Catch :: Clara :: Detail :: BoundArgFunction < ConfigData >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:2686:0: style: Class 'Catch :: Option < TagAlias >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:2686:0: style: Class 'Catch :: Option < unsigned long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:2686:0: style: Class 'Catch :: Option < TestRunInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:2686:0: style: Class 'Catch :: Option < GroupInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:2686:0: style: Class 'Catch :: Option < TestCaseInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < IConfig const >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < IReporterFactory >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < ITestCase >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < Pattern >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < IStreamingReporter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < ITracker >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < Config >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < IReporter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < SectionNode >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < Node < TestCaseStats , SectionNode > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < Node < TestGroupStats , Catch :: Node < TestCaseStats , SectionNode > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < Node < TestRunStats , Catch :: Node < TestGroupStats , Catch :: Node < TestCaseStats , SectionNode > > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < Catch :: Node < TestCaseStats , SectionNode > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:464:0: style: Class 'Catch :: Ptr < Catch :: Node < TestGroupStats , Catch :: Node < TestCaseStats , SectionNode > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openalpr_2.3.0.orig/src/tests/catch.hpp:348:5: warning: The struct 'SourceLineInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:400:5: warning: The class 'NotImplementedException' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:882:9: warning: The class 'Not' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:939:9: warning: The class 'AnyOf' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:1028:9: warning: The struct 'Equals' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:1046:9: warning: The struct 'Contains' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:1063:9: warning: The struct 'StartsWith' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:1081:9: warning: The struct 'EndsWith' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:1900:5: warning: The class 'ScopedMessage' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:2348:1: warning: The class 'CompositeGenerator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:2580:5: warning: The class 'Approx' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:2770:5: warning: The struct 'TestCaseInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:4764:5: warning: The struct 'Colour' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:4992:5: warning: The struct 'TestRunStats' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:8667:9: warning: The class 'ScopedElement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:4025:0: warning: The class 'Catch :: Clara :: CommandLine < ConfigData >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:899:0: warning: The class 'Catch :: Matchers :: Impl :: Generic :: AllOf < std :: string >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/tests/catch.hpp:2312:15: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:2303:15: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:2312:15: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:2316:25: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:2304:25: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:2316:25: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:2335:15: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:2303:15: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:2335:15: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:2339:25: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:2304:25: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:2339:25: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3145:26: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3137:26: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3145:26: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3156:26: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3137:26: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3156:26: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3167:26: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3137:26: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3167:26: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3393:31: style: The function 'stream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3384:31: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3393:31: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3403:31: style: The function 'stream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3384:31: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3403:31: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3414:31: style: The function 'stream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3384:31: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3414:31: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5350:29: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5246:29: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5350:29: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5353:22: style: The function 'isComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5249:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5353:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5356:22: style: The function 'isSuccessfullyCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5250:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5356:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5359:22: style: The function 'isOpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5251:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5359:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5362:22: style: The function 'hasChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5252:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5362:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5366:22: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5261:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5366:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5370:27: style: The function 'findChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5262:27: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5370:27: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5376:27: style: The function 'parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5254:27: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5376:27: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5381:22: style: The function 'openChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5263:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5381:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5395:22: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5257:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5395:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5424:22: style: The function 'fail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5258:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5424:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5431:22: style: The function 'markAsNeedingAnotherRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5259:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5431:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5511:22: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5395:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5511:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5714:22: style: The function 'assertionEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:1931:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5714:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5730:22: style: The function 'sectionStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:1932:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5730:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5763:22: style: The function 'sectionEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:1934:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5763:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5776:22: style: The function 'sectionEndedEarly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:1935:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5776:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5786:22: style: The function 'pushScopedMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:1936:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5786:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5790:22: style: The function 'popScopedMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:1937:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5790:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5794:29: style: The function 'getCurrentTestName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:1939:29: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5794:29: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5800:40: style: The function 'getLastResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:1940:40: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5800:40: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5804:22: style: The function 'handleFatalErrorCondition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:1942:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5804:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:5837:14: style: The function 'aborting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:2005:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:5837:14: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6264:46: style: The function 'getAllTests' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:592:46: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6264:46: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6267:46: style: The function 'getAllTestsSorted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:593:46: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6267:46: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6363:37: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:5060:37: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6363:37: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6409:29: style: The function 'translateActiveException' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:2528:29: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6409:29: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6649:33: style: The function 'getResultCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:547:33: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6649:33: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6652:26: style: The function 'getRunner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:548:26: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6652:26: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6655:24: style: The function 'getGeneratorIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:549:24: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6655:24: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6660:22: style: The function 'advanceGeneratorsForCurrentTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:550:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6660:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6665:36: style: The function 'getConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:551:36: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6665:36: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6670:22: style: The function 'setResultCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:557:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6670:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6673:22: style: The function 'setRunner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:558:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6673:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6676:22: style: The function 'setConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:559:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6676:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6740:18: style: The function 'use' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:6736:26: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6740:18: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6915:14: style: The function 'moveNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:432:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6915:14: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6923:21: style: The function 'getCurrentIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:433:29: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6923:21: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6940:25: style: The function 'getGeneratorInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:439:33: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6940:25: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:6951:14: style: The function 'moveNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:440:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:6951:14: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:8064:34: style: The function 'find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:2745:34: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:8064:34: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:8065:29: style: The function 'expandAliases' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:2746:29: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:8065:29: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:8855:22: style: The function 'noMatchingTestCases' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8299:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:8855:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:8859:22: style: The function 'testRunStarting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8301:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:8859:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:8867:22: style: The function 'testGroupStarting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8304:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:8867:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:8873:22: style: The function 'testCaseStarting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8308:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:8873:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:8881:22: style: The function 'sectionStarting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8311:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:8881:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:8963:22: style: The function 'sectionEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8315:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:8963:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:8978:22: style: The function 'testCaseEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8318:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:8978:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:8989:22: style: The function 'testGroupEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8321:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:8989:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:8999:22: style: The function 'testRunEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8324:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:8999:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9042:22: style: The function 'testRunStarting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8403:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9042:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9047:22: style: The function 'testGroupStarting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8404:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9047:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9055:22: style: The function 'assertionEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8435:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9055:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9061:22: style: The function 'testCaseEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8447:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9061:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9067:22: style: The function 'testGroupEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8458:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9067:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9073:22: style: The function 'testRunEndedCumulative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8469:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9073:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9243:22: style: The function 'noMatchingTestCases' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8299:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9243:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9270:22: style: The function 'sectionStarting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8311:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9270:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9274:22: style: The function 'sectionEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8315:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9274:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9296:22: style: The function 'testCaseEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8318:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9296:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9300:22: style: The function 'testGroupEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8321:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9300:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9309:22: style: The function 'testRunEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8324:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9309:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9676:37: style: The function 'getPreferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8293:37: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9676:37: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9682:22: style: The function 'noMatchingTestCases' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8299:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9682:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:9708:22: style: The function 'testRunEnded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:8324:22: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:9708:22: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3925:0: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3815:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3925:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3930:0: style: The function 'setFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3816:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3930:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3935:0: style: The function 'takesArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3817:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3935:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3936:0: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3818:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3936:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3908:0: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3815:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3908:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3914:0: style: The function 'setFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3816:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3914:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3917:0: style: The function 'takesArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3817:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3917:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3918:0: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3818:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3918:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3891:0: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3815:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3891:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3897:0: style: The function 'setFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3816:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3897:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3900:0: style: The function 'takesArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3817:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3900:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3901:0: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3818:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3901:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3874:0: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3815:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3874:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3879:0: style: The function 'setFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3816:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3879:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3884:0: style: The function 'takesArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3817:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3884:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3885:0: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3818:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3885:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3861:0: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3815:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3861:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3864:0: style: The function 'setFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3816:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3864:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3867:0: style: The function 'takesArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3817:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3867:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3868:0: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3818:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3868:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3852:0: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3815:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3852:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3853:0: style: The function 'setFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3816:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3853:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3854:0: style: The function 'takesArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3817:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3854:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:3855:0: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openalpr_2.3.0.orig/src/tests/catch.hpp:3818:0: note: Virtual function in base class
openalpr_2.3.0.orig/src/tests/catch.hpp:3855:0: note: Function in derived class
openalpr_2.3.0.orig/src/tests/catch.hpp:2663:31: performance: Function parameter '_tag' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tests/catch.hpp:2663:52: performance: Function parameter '_lineInfo' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tests/catch.hpp:6186:35: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tests/catch.hpp:6186:46: performance: Function parameter 'j' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tests/catch.hpp:9823:42: performance: Function parameter 'issue' should be passed by const reference. [passedByValue]
openalpr_2.3.0.orig/src/tests/catch.hpp:899:9: warning: The class 'AllOf' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openalpr_2.3.0.orig/src/video/videobuffer.cpp:102:33: style: C-style pointer casting [cstyleCast]
openalpr_2.3.0.orig/src/video/videobuffer.cpp:72:0: style: Variable 't' is assigned a value that is never used. [unreadVariable]
openalpr_2.3.0.orig/src/video/videobuffer.cpp:150:5: style: Exception should be caught by reference. [catchExceptionByValue]
openalpr_2.3.0.orig/src/video/videobuffer.cpp:74:0: error: Memory leak: t [memleak]
[12:36]

ftp://ftp.se.debian.org/debian/pool/main/o/openam/openam_1.4.0.orig.tar.gz
openam/main.cxx:894:41: style: Function 'MyH323EndPoint' argument 1 names different: declaration 'callLimit' definition '_callLimit'. [funcArgNamesDifferent]
openam/main.h:240:29: note: Function 'MyH323EndPoint' argument 1 names different: declaration 'callLimit' definition '_callLimit'.
openam/main.cxx:894:41: note: Function 'MyH323EndPoint' argument 1 names different: declaration 'callLimit' definition '_callLimit'.
openam/main.cxx:895:48: style: Function 'MyH323EndPoint' argument 2 names different: declaration 'runCmd' definition '_runCmd'. [funcArgNamesDifferent]
openam/main.h:241:36: note: Function 'MyH323EndPoint' argument 2 names different: declaration 'runCmd' definition '_runCmd'.
openam/main.cxx:895:48: note: Function 'MyH323EndPoint' argument 2 names different: declaration 'runCmd' definition '_runCmd'.
openam/main.cxx:896:51: style: Function 'MyH323EndPoint' argument 3 names different: declaration 'dir' definition '_dir'. [funcArgNamesDifferent]
openam/main.h:242:39: note: Function 'MyH323EndPoint' argument 3 names different: declaration 'dir' definition '_dir'.
openam/main.cxx:896:51: note: Function 'MyH323EndPoint' argument 3 names different: declaration 'dir' definition '_dir'.
openam/main.cxx:897:38: style: Function 'MyH323EndPoint' argument 4 names different: declaration 'flags' definition '_flags'. [funcArgNamesDifferent]
openam/main.h:243:24: note: Function 'MyH323EndPoint' argument 4 names different: declaration 'flags' definition '_flags'.
openam/main.cxx:897:38: note: Function 'MyH323EndPoint' argument 4 names different: declaration 'flags' definition '_flags'.
openam/main.cxx:1203:51: style: Function 'PCM_RecordFile' argument 1 names different: declaration 'conn' definition '_conn'. [funcArgNamesDifferent]
openam/main.h:478:39: note: Function 'PCM_RecordFile' argument 1 names different: declaration 'conn' definition '_conn'.
openam/main.cxx:1203:51: note: Function 'PCM_RecordFile' argument 1 names different: declaration 'conn' definition '_conn'.
openam/main.cxx:1203:76: style: Function 'PCM_RecordFile' argument 2 names different: declaration 'fn' definition '_fn'. [funcArgNamesDifferent]
openam/main.h:478:63: note: Function 'PCM_RecordFile' argument 2 names different: declaration 'fn' definition '_fn'.
openam/main.cxx:1203:76: note: Function 'PCM_RecordFile' argument 2 names different: declaration 'fn' definition '_fn'.
openam/main.cxx:1203:90: style: Function 'PCM_RecordFile' argument 3 names different: declaration 'callLimit' definition '_callLimit'. [funcArgNamesDifferent]
openam/main.h:478:76: note: Function 'PCM_RecordFile' argument 3 names different: declaration 'callLimit' definition '_callLimit'.
openam/main.cxx:1203:90: note: Function 'PCM_RecordFile' argument 3 names different: declaration 'callLimit' definition '_callLimit'.
openam/main.cxx:1299:55: style: Function 'G7231_RecordFile' argument 1 names different: declaration 'conn' definition '_conn'. [funcArgNamesDifferent]
openam/main.h:510:41: note: Function 'G7231_RecordFile' argument 1 names different: declaration 'conn' definition '_conn'.
openam/main.cxx:1299:55: note: Function 'G7231_RecordFile' argument 1 names different: declaration 'conn' definition '_conn'.
openam/main.cxx:1299:80: style: Function 'G7231_RecordFile' argument 2 names different: declaration 'fn' definition '_fn'. [funcArgNamesDifferent]
openam/main.h:510:65: note: Function 'G7231_RecordFile' argument 2 names different: declaration 'fn' definition '_fn'.
openam/main.cxx:1299:80: note: Function 'G7231_RecordFile' argument 2 names different: declaration 'fn' definition '_fn'.
openam/main.cxx:1299:94: style: Function 'G7231_RecordFile' argument 3 names different: declaration 'callLimit' definition '_callLimit'. [funcArgNamesDifferent]
openam/main.h:510:78: note: Function 'G7231_RecordFile' argument 3 names different: declaration 'callLimit' definition '_callLimit'.
openam/main.cxx:1299:94: note: Function 'G7231_RecordFile' argument 3 names different: declaration 'callLimit' definition '_callLimit'.
openam/main.cxx:1912:51: style: Function 'PCM_OGMChannel' argument 1 names different: declaration 'conn' definition '_conn'. [funcArgNamesDifferent]
openam/main.h:347:39: note: Function 'PCM_OGMChannel' argument 1 names different: declaration 'conn' definition '_conn'.
openam/main.cxx:1912:51: note: Function 'PCM_OGMChannel' argument 1 names different: declaration 'conn' definition '_conn'.
openam/main.cxx:2086:48: style: Function 'QueueFile' argument 1 names different: declaration 'cmd' definition 'fn'. [funcArgNamesDifferent]
openam/main.h:354:36: note: Function 'QueueFile' argument 1 names different: declaration 'cmd' definition 'fn'.
openam/main.cxx:2086:48: note: Function 'QueueFile' argument 1 names different: declaration 'cmd' definition 'fn'.
openam/main.cxx:894:17: warning: Member variable 'MyH323EndPoint::recordWav' is not initialized in the constructor. [uninitMemberVar]
openam/main.cxx:894:17: warning: Member variable 'MyH323EndPoint::recordMessage' is not initialized in the constructor. [uninitMemberVar]
openam/main.cxx:894:17: warning: Member variable 'MyH323EndPoint::loopMessage' is not initialized in the constructor. [uninitMemberVar]
openam/main.cxx:1912:17: warning: Member variable 'PCM_OGMChannel::totalData' is not initialized in the constructor. [uninitMemberVar]
openam/main.cxx:1393:19: warning: Member variable 'MyH323Connection::recordTrigger' is not initialized in the constructor. [uninitMemberVar]
openam/main.cxx:1203:17: warning: Member variable 'PCM_RecordFile::isPCM' is not initialized in the constructor. [uninitMemberVar]
openam/main.cxx:1922:3: performance: Variable 'frameLen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openam/main.cxx:1922:14: performance: Variable 'frameOffs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openam/main.h:347:5: style: Class 'PCM_OGMChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openam/main.h:392:5: style: Class 'G7231_OGMChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openam/main.h:395:22: style: The function 'ReadFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openam/main.h:364:22: note: Virtual function in base class
openam/main.h:395:22: note: Function in derived class
openam/main.h:396:18: style: The function 'CreateSilenceFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openam/main.h:365:18: note: Virtual function in base class
openam/main.h:396:18: note: Function in derived class
openam/main.h:397:18: style: The function 'Synchronise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openam/main.h:366:18: note: Virtual function in base class
openam/main.h:397:18: note: Function in derived class
openam/main.h:398:22: style: The function 'IsWAVFileValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openam/main.h:367:22: note: Virtual function in base class
openam/main.h:398:22: note: Function in derived class
openam/main.h:511:18: style: The function 'DelayFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openam/main.h:485:18: note: Virtual function in base class
openam/main.h:511:18: note: Function in derived class
openam/main.h:512:22: style: The function 'WriteFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openam/main.h:486:22: note: Virtual function in base class
openam/main.h:512:22: note: Function in derived class
[12:36]

ftp://ftp.se.debian.org/debian/pool/main/o/openambit/openambit_0.4.orig.tar.gz
openambit-0.4/src/example/ambitconsole.c:12:21: style: The scope of the variable 'ambit_object' can be reduced. [variableScope]
openambit-0.4/src/libambit/debug.c:58:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openambit-0.4/src/libambit/debug.c:59:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openambit-0.4/src/libambit/device_driver_ambit.c:132:14: style: The scope of the variable 'more' can be reduced. [variableScope]
openambit-0.4/src/libambit/device_driver_ambit.c:137:24: style: The scope of the variable 'log_entry' can be reduced. [variableScope]
openambit-0.4/src/libambit/device_driver_ambit.c:282:24: style: The scope of the variable 'cmpheader' can be reduced. [variableScope]
openambit-0.4/src/libambit/device_driver_ambit.c:312:89: style: Function 'sport_mode_write' argument 2 names different: declaration 'ambit_sport_modes' definition 'ambit_device_settings'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/device_driver_ambit.c:57:89: note: Function 'sport_mode_write' argument 2 names different: declaration 'ambit_sport_modes' definition 'ambit_device_settings'.
openambit-0.4/src/libambit/device_driver_ambit.c:312:89: note: Function 'sport_mode_write' argument 2 names different: declaration 'ambit_sport_modes' definition 'ambit_device_settings'.
openambit-0.4/src/libambit/device_driver_ambit3.c:199:14: style: The scope of the variable 'log_entries_notsynced' can be reduced. [variableScope]
openambit-0.4/src/libambit/device_driver_ambit3.c:293:24: style: The scope of the variable 'cmpheader' can be reduced. [variableScope]
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:148:16: warning: Either the condition 'send_data!=NULL' is redundant or there is possible null pointer dereference: send_data. [nullPointerRedundantCheck]
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:169:22: note: Assuming that condition 'send_data!=NULL' is not redundant
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:148:16: note: Null pointer dereference
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:200:9: style: Variable 'send_data' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:198:0: note: Variable 'send_data' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:200:9: note: Variable 'send_data' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:282:74: style: The scope of the variable 'current_point_offset' can be reduced. [variableScope]
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:37:78: style: Function 'ambit_navigation_read' argument 2 names different: declaration 'settings' definition 'personal_settings'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/device_driver_ambit_navigation.h:121:78: note: Function 'ambit_navigation_read' argument 2 names different: declaration 'settings' definition 'personal_settings'.
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:37:78: note: Function 'ambit_navigation_read' argument 2 names different: declaration 'settings' definition 'personal_settings'.
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:75:79: style: Function 'ambit_navigation_write' argument 2 names different: declaration 'settings' definition 'personal_settings'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/device_driver_ambit_navigation.h:122:79: note: Function 'ambit_navigation_write' argument 2 names different: declaration 'settings' definition 'personal_settings'.
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:75:79: note: Function 'ambit_navigation_write' argument 2 names different: declaration 'settings' definition 'personal_settings'.
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:113:109: style: Function 'ambit_navigation_waypoint_read' argument 3 names different: declaration 'waypoint_count' definition 'way_point_count'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/device_driver_ambit_navigation.h:123:109: note: Function 'ambit_navigation_waypoint_read' argument 3 names different: declaration 'waypoint_count' definition 'way_point_count'.
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:113:109: note: Function 'ambit_navigation_waypoint_read' argument 3 names different: declaration 'waypoint_count' definition 'way_point_count'.
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:451:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openambit-0.4/src/libambit/device_driver_ambit_navigation.c:390:43: style: Variable 'pack_sequence' is modified but its new value is never used. [unreadVariable]
openambit-0.4/src/libambit/hidapi/hid-libusb.c:462:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/libambit/hidapi/hid-libusb.c:458:0: note: Variable 'res' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:462:3: note: Variable 'res' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:455:7: style: The scope of the variable 'j' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-libusb.c:455:10: style: The scope of the variable 'k' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-libusb.c:456:7: style: The scope of the variable 'interface_num' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1028:7: style: The scope of the variable 'res' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-libusb.c:916:42: style: Function 'hid_write' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:203:58: note: Function 'hid_write' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:916:42: note: Function 'hid_write' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1074:41: style: Function 'hid_read' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:244:57: note: Function 'hid_read' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1074:41: note: Function 'hid_read' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1079:52: style: Function 'hid_set_nonblocking' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:264:68: note: Function 'hid_set_nonblocking' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1079:52: note: Function 'hid_set_nonblocking' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1087:56: style: Function 'hid_send_feature_report' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:292:71: note: Function 'hid_send_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1087:56: note: Function 'hid_send_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1117:55: style: Function 'hid_get_feature_report' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:313:70: note: Function 'hid_get_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1117:55: note: Function 'hid_get_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1148:43: style: Function 'hid_close' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:320:58: note: Function 'hid_close' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1148:43: note: Function 'hid_close' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1181:65: style: Function 'hid_get_manufacturer_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:332:67: note: Function 'hid_get_manufacturer_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1181:65: note: Function 'hid_get_manufacturer_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1186:60: style: Function 'hid_get_product_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:344:62: note: Function 'hid_get_product_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1186:60: note: Function 'hid_get_product_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1191:66: style: Function 'hid_get_serial_number_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:356:68: note: Function 'hid_get_serial_number_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1191:66: note: Function 'hid_get_serial_number_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1196:60: style: Function 'hid_get_indexed_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:369:62: note: Function 'hid_get_indexed_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1196:60: note: Function 'hid_get_indexed_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1212:68: style: Function 'hid_error' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:380:68: note: Function 'hid_error' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-libusb.c:1212:68: note: Function 'hid_error' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:237:14: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openambit-0.4/src/libambit/hidapi/hid-linux.c:624:2: style: Variable 'dev' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/libambit/hidapi/hid-linux.c:620:0: note: Variable 'dev' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/hidapi/hid-linux.c:624:2: note: Variable 'dev' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/hidapi/hid-linux.c:666:42: style: Function 'hid_write' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:203:58: note: Function 'hid_write' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:666:42: note: Function 'hid_write' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:722:41: style: Function 'hid_read' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:244:57: note: Function 'hid_read' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:722:41: note: Function 'hid_read' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:727:52: style: Function 'hid_set_nonblocking' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:264:68: note: Function 'hid_set_nonblocking' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:727:52: note: Function 'hid_set_nonblocking' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:738:56: style: Function 'hid_send_feature_report' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:292:71: note: Function 'hid_send_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:738:56: note: Function 'hid_send_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:749:55: style: Function 'hid_get_feature_report' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:313:70: note: Function 'hid_get_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:749:55: note: Function 'hid_get_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:762:43: style: Function 'hid_close' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:320:58: note: Function 'hid_close' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:762:43: note: Function 'hid_close' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:771:65: style: Function 'hid_get_manufacturer_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:332:67: note: Function 'hid_get_manufacturer_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:771:65: note: Function 'hid_get_manufacturer_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:776:60: style: Function 'hid_get_product_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:344:62: note: Function 'hid_get_product_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:776:60: note: Function 'hid_get_product_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:781:66: style: Function 'hid_get_serial_number_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:356:68: note: Function 'hid_get_serial_number_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:781:66: note: Function 'hid_get_serial_number_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:786:60: style: Function 'hid_get_indexed_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:369:62: note: Function 'hid_get_indexed_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:786:60: note: Function 'hid_get_indexed_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:792:68: style: Function 'hid_error' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:380:68: note: Function 'hid_error' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-linux.c:792:68: note: Function 'hid_error' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:148:5: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:146:0: note: Variable 'handle' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:148:5: note: Variable 'handle' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:62:13: style: The scope of the variable 'pcap' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:63:10: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:65:14: style: The scope of the variable 'pktbuf_len' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:66:11: style: The scope of the variable 'model_string' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:67:11: style: The scope of the variable 'serial_string' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:68:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:218:15: style: The scope of the variable 'payload_crc' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:218:28: style: The scope of the variable 'tmpcrc' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:387:14: style: The scope of the variable 'msg_parts' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:387:25: style: The scope of the variable 'msg_part' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:388:14: style: The scope of the variable 'pkts_captured' can be reduced. [variableScope]
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:171:42: style: Function 'hid_write' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:203:58: note: Function 'hid_write' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:171:42: note: Function 'hid_write' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:253:41: style: Function 'hid_read' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:244:57: note: Function 'hid_read' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:253:41: note: Function 'hid_read' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:258:52: style: Function 'hid_set_nonblocking' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:264:68: note: Function 'hid_set_nonblocking' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:258:52: note: Function 'hid_set_nonblocking' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:264:56: style: Function 'hid_send_feature_report' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:292:71: note: Function 'hid_send_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:264:56: note: Function 'hid_send_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:269:55: style: Function 'hid_get_feature_report' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:313:70: note: Function 'hid_get_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:269:55: note: Function 'hid_get_feature_report' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:275:43: style: Function 'hid_close' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:320:58: note: Function 'hid_close' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:275:43: note: Function 'hid_close' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:284:65: style: Function 'hid_get_manufacturer_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:332:67: note: Function 'hid_get_manufacturer_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:284:65: note: Function 'hid_get_manufacturer_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:289:60: style: Function 'hid_get_product_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:344:62: note: Function 'hid_get_product_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:289:60: note: Function 'hid_get_product_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:294:66: style: Function 'hid_get_serial_number_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:356:68: note: Function 'hid_get_serial_number_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:294:66: note: Function 'hid_get_serial_number_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:299:60: style: Function 'hid_get_indexed_string' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:369:62: note: Function 'hid_get_indexed_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:299:60: note: Function 'hid_get_indexed_string' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:305:68: style: Function 'hid_error' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/hidapi/hidapi.h:380:68: note: Function 'hid_error' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:305:68: note: Function 'hid_error' argument 1 names different: declaration 'device' definition 'dev'.
openambit-0.4/src/libambit/hidapi/hid-pcapsimulate.c:210:12: error: Uninitialized variable: pkt [uninitvar]
openambit-0.4/src/libambit/libambit.c:793:36: warning: Either the condition 'old_array!=NULL' is redundant or there is possible null pointer dereference: old_array. [nullPointerRedundantCheck]
openambit-0.4/src/libambit/libambit.c:794:22: note: Assuming that condition 'old_array!=NULL' is not redundant
openambit-0.4/src/libambit/libambit.c:793:36: note: Null pointer dereference
openambit-0.4/src/libambit/libambit.c:319:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openambit-0.4/src/libambit/libambit.c:501:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openambit-0.4/src/libambit/libambit.c:205:63: style: Function 'libambit_date_time_set' argument 2 names different: declaration 'date_time' definition 'tm'. [funcArgNamesDifferent]
openambit-0.4/src/libambit/libambit.h:626:63: note: Function 'libambit_date_time_set' argument 2 names different: declaration 'date_time' definition 'tm'.
openambit-0.4/src/libambit/libambit.c:205:63: note: Function 'libambit_date_time_set' argument 2 names different: declaration 'date_time' definition 'tm'.
openambit-0.4/src/libambit/pmem20.c:515:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/libambit/pmem20.c:495:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/pmem20.c:515:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/pmem20.c:567:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/libambit/pmem20.c:557:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/pmem20.c:567:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openambit-0.4/src/libambit/pmem20.c:150:14: style: The scope of the variable 'tmp_len' can be reduced. [variableScope]
openambit-0.4/src/libambit/pmem20.c:315:23: style: The scope of the variable 'sample_len' can be reduced. [variableScope]
openambit-0.4/src/libambit/pmem20.c:495:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openambit-0.4/src/libambit/pmem20.c:499:12: style: The scope of the variable 'tail_datalen' can be reduced. [variableScope]
openambit-0.4/src/libambit/pmem20.c:502:13: style: The scope of the variable 'hash' can be reduced. [variableScope]
openambit-0.4/src/libambit/pmem20.c:605:26: style: The scope of the variable 'spec_type' can be reduced. [variableScope]
openambit-0.4/src/libambit/pmem20.c:605:37: style: The scope of the variable 'spec_offset' can be reduced. [variableScope]
openambit-0.4/src/libambit/pmem20.c:407:0: error: Memory leak: time_compensators [memleak]
openambit-0.4/src/libambit/protocol.c:97:30: style: The scope of the variable 'reply_data_len' can be reduced. [variableScope]
openambit-0.4/src/libambit/protocol.c:98:14: style: The scope of the variable 'msg_parts' can be reduced. [variableScope]
openambit-0.4/src/libambit/sbem0102.c:107:20: style: The scope of the variable 'special_header' can be reduced. [variableScope]
openambit-0.4/src/libambit/sbem0102.c:195:20: style: The scope of the variable 'header' can be reduced. [variableScope]
openambit-0.4/src/libambit/sha256.c:150:14: style: The scope of the variable 't1' can be reduced. [variableScope]
openambit-0.4/src/libambit/sha256.c:150:18: style: The scope of the variable 't2' can be reduced. [variableScope]
openambit-0.4/src/libambit/utils.c:36:17: style: The scope of the variable 'c' can be reduced. [variableScope]
openambit-0.4/src/libambit/utils.c:138:13: style: The scope of the variable 'ch' can be reduced. [variableScope]
openambit-0.4/src/movescount/logentry.cpp:24:11: warning: Member variable 'LogEntry::deviceInfo' is not initialized in the constructor. [uninitMemberVar]
openambit-0.4/src/movescount/logentry.cpp:34:5: performance: Variable 'device' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openambit-0.4/src/movescount/logentry.cpp:35:5: performance: Variable 'time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openambit-0.4/src/movescount/logentry.cpp:36:5: performance: Variable 'movescountId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openambit-0.4/src/movescount/logentry.cpp:37:5: performance: Variable 'deviceInfo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openambit-0.4/src/movescount/logentry.h:39:10: style: Technically the member function 'LogEntry::isUploaded' can be const. [functionConst]
openambit-0.4/src/movescount/logentry.cpp:130:16: note: Technically the member function 'LogEntry::isUploaded' can be const.
openambit-0.4/src/movescount/logentry.h:39:10: note: Technically the member function 'LogEntry::isUploaded' can be const.
openambit-0.4/src/movescount/logstore.cpp:1375:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/movescount/logstore.cpp:1363:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/logstore.cpp:1375:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/logstore.cpp:1376:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/movescount/logstore.cpp:1375:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/logstore.cpp:1376:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/logstore.cpp:146:23: style: The scope of the variable 'retEntry' can be reduced. [variableScope]
openambit-0.4/src/movescount/logstore.cpp:1573:36: style: The scope of the variable 'distance_source_name' can be reduced. [variableScope]
openambit-0.4/src/movescount/logstore.cpp:1574:36: style: The scope of the variable 'altitude_source_name' can be reduced. [variableScope]
openambit-0.4/src/movescount/logstore.cpp:1575:30: style: The scope of the variable 'lap_type_name' can be reduced. [variableScope]
openambit-0.4/src/movescount/logstore.cpp:1576:35: style: The scope of the variable 'cadence_source_name' can be reduced. [variableScope]
openambit-0.4/src/movescount/logstore.cpp:1577:35: style: The scope of the variable 'swimming_style_name' can be reduced. [variableScope]
openambit-0.4/src/movescount/logstore.cpp:1672:36: style: The scope of the variable 'satellite' can be reduced. [variableScope]
openambit-0.4/src/movescount/logstore.cpp:1779:40: style: The scope of the variable 'value' can be reduced. [variableScope]
openambit-0.4/src/movescount/logstore.cpp:128:5: performance: Variable 'storagePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openambit-0.4/src/movescount/logstore.h:71:9: style: Class 'XMLReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openambit-0.4/src/movescount/movescount.cpp:150:41: style: Function 'getRoute' argument 1 names different: declaration 'routes' definition 'route'. [funcArgNamesDifferent]
openambit-0.4/src/movescount/movescount.h:58:33: note: Function 'getRoute' argument 1 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescount.cpp:150:41: note: Function 'getRoute' argument 1 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescount.cpp:166:47: style: Function 'getRoutePoints' argument 1 names different: declaration 'routes' definition 'route'. [funcArgNamesDifferent]
openambit-0.4/src/movescount/movescount.h:59:39: note: Function 'getRoutePoints' argument 1 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescount.cpp:166:47: note: Function 'getRoutePoints' argument 1 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescount.cpp:355:49: style: Function 'getRouteInThread' argument 1 names different: declaration 'routes' definition 'route'. [funcArgNamesDifferent]
openambit-0.4/src/movescount/movescount.h:84:41: note: Function 'getRouteInThread' argument 1 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescount.cpp:355:49: note: Function 'getRouteInThread' argument 1 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescount.cpp:377:55: style: Function 'getRoutePointsInThread' argument 1 names different: declaration 'routes' definition 'route'. [funcArgNamesDifferent]
openambit-0.4/src/movescount/movescount.h:85:47: note: Function 'getRoutePointsInThread' argument 1 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescount.cpp:377:55: note: Function 'getRoutePointsInThread' argument 1 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescountjson.cpp:145:9: style: Variable 'waypoints_to_append' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/movescount/movescountjson.cpp:141:0: note: Variable 'waypoints_to_append' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/movescountjson.cpp:145:9: note: Variable 'waypoints_to_append' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/movescountjson.cpp:1066:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/movescount/movescountjson.cpp:1065:9: note: Variable 'res' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/movescountjson.cpp:1066:9: note: Variable 'res' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/movescountjson.cpp:1073:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/movescount/movescountjson.cpp:1066:9: note: Variable 'res' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/movescountjson.cpp:1073:9: note: Variable 'res' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/movescountjson.cpp:227:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openambit-0.4/src/movescount/movescountjson.cpp:870:40: style: The scope of the variable 'value' can be reduced. [variableScope]
openambit-0.4/src/movescount/movescountjson.cpp:1050:19: style: The scope of the variable 'res' can be reduced. [variableScope]
openambit-0.4/src/movescount/movescountjson.cpp:1050:24: style: The scope of the variable 'deflate_res' can be reduced. [variableScope]
openambit-0.4/src/movescount/movescountjson.cpp:205:66: style: Function 'parseRoute' argument 2 names different: declaration 'routes' definition 'route'. [funcArgNamesDifferent]
openambit-0.4/src/movescount/movescountjson.h:47:54: note: Function 'parseRoute' argument 2 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescountjson.cpp:205:66: note: Function 'parseRoute' argument 2 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescountjson.cpp:255:72: style: Function 'parseRoutePoints' argument 2 names different: declaration 'routes' definition 'route'. [funcArgNamesDifferent]
openambit-0.4/src/movescount/movescountjson.h:48:60: note: Function 'parseRoutePoints' argument 2 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescountjson.cpp:255:72: note: Function 'parseRoutePoints' argument 2 names different: declaration 'routes' definition 'route'.
openambit-0.4/src/movescount/movescountxml.cpp:199:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/movescount/movescountxml.cpp:194:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/movescountxml.cpp:199:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openambit-0.4/src/movescount/movescountxml.cpp:479:36: style: The scope of the variable 'satellite' can be reduced. [variableScope]
openambit-0.4/src/movescount/movescountxml.cpp:606:40: style: The scope of the variable 'value' can be reduced. [variableScope]
openambit-0.4/src/movescount/movescountxml.cpp:166:5: performance: Variable 'storagePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openambit-0.4/src/movescount/movescountxml.h:58:17: performance: Technically the member function 'MovesCountXML::XMLWriter::dateTimeString' can be static. [functionStatic]
openambit-0.4/src/movescount/movescountxml.cpp:742:35: note: Technically the member function 'MovesCountXML::XMLWriter::dateTimeString' can be static.
openambit-0.4/src/movescount/movescountxml.h:58:17: note: Technically the member function 'MovesCountXML::XMLWriter::dateTimeString' can be static.
openambit-0.4/src/movescount/movescountxml.h:59:20: style: Technically the member function 'MovesCountXML::XMLWriter::rearrangeSamples' can be const. [functionConst]
openambit-0.4/src/movescount/movescountxml.cpp:752:38: note: Technically the member function 'MovesCountXML::XMLWriter::rearrangeSamples' can be const.
openambit-0.4/src/movescount/movescountxml.h:59:20: note: Technically the member function 'MovesCountXML::XMLWriter::rearrangeSamples' can be const.
openambit-0.4/src/movescount/movescountxml.h:50:9: style: Class 'XMLWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openambit-0.4/src/openambit/devicemanager.cpp:84:13: style: Condition 'res==0' is always false [knownConditionTrueFalse]
openambit-0.4/src/openambit/devicemanager.cpp:65:16: note: Assignment 'res=-1', assigned value is -1
openambit-0.4/src/openambit/devicemanager.cpp:84:13: note: Condition 'res==0' is always false
openambit-0.4/src/openambit/devicemanager.cpp:164:17: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/openambit/devicemanager.cpp:161:17: note: Variable 'res' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/devicemanager.cpp:164:17: note: Variable 'res' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/devicemanager.cpp:93:9: style: The scope of the variable 'waypoint_sync_res' can be reduced. [variableScope]
openambit-0.4/src/openambit/devicemanager.cpp:95:16: style: The scope of the variable 'local_time' can be reduced. [variableScope]
openambit-0.4/src/openambit/devicemanager.cpp:97:9: style: The scope of the variable 'orbitDataLen' can be reduced. [variableScope]
openambit-0.4/src/openambit/devicemanager.cpp:29:16: warning: Member variable 'DeviceManager::syncParts' is not initialized in the constructor. [uninitMemberVar]
openambit-0.4/src/openambit/devicemanager.cpp:29:16: warning: Member variable 'DeviceManager::currentSyncPart' is not initialized in the constructor. [uninitMemberVar]
openambit-0.4/src/openambit/devicemanager.cpp:29:16: warning: Member variable 'DeviceManager::syncMovescount' is not initialized in the constructor. [uninitMemberVar]
openambit-0.4/src/openambit/mainwindow.cpp:432:5: style: Variable 'logEntry' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/openambit/mainwindow.cpp:430:0: note: Variable 'logEntry' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/mainwindow.cpp:432:5: note: Variable 'logEntry' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/mainwindow.cpp:483:5: style: Variable 'syncOrbit' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/openambit/mainwindow.cpp:477:0: note: Variable 'syncOrbit' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/mainwindow.cpp:483:5: note: Variable 'syncOrbit' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/mainwindow.cpp:484:5: style: Variable 'syncSportMode' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/openambit/mainwindow.cpp:478:0: note: Variable 'syncSportMode' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/mainwindow.cpp:484:5: note: Variable 'syncSportMode' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/mainwindow.cpp:485:5: style: Variable 'syncNavigation' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/openambit/mainwindow.cpp:479:0: note: Variable 'syncNavigation' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/mainwindow.cpp:485:5: note: Variable 'syncNavigation' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/mainwindow.cpp:489:5: style: Variable 'movescountEnable' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/src/openambit/mainwindow.cpp:480:0: note: Variable 'movescountEnable' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/mainwindow.cpp:489:5: note: Variable 'movescountEnable' is reassigned a value before the old one has been used.
openambit-0.4/src/openambit/udevlistener.cpp:35:25: style: The scope of the variable 'device' can be reduced. [variableScope]
openambit-0.4/src/openambit/udevlistener.cpp:36:17: style: The scope of the variable 'vendorId' can be reduced. [variableScope]
openambit-0.4/wireshark_dissector/ambit-dissector.c:525:5: style: Variable 'unknown_item' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/wireshark_dissector/ambit-dissector.c:524:0: note: Variable 'unknown_item' is reassigned a value before the old one has been used.
openambit-0.4/wireshark_dissector/ambit-dissector.c:525:5: note: Variable 'unknown_item' is reassigned a value before the old one has been used.
openambit-0.4/wireshark_dissector/ambit-dissector.c:2342:5: style: Variable 'logs_ti' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/wireshark_dissector/ambit-dissector.c:2329:0: note: Variable 'logs_ti' is reassigned a value before the old one has been used.
openambit-0.4/wireshark_dissector/ambit-dissector.c:2342:5: note: Variable 'logs_ti' is reassigned a value before the old one has been used.
openambit-0.4/wireshark_dissector/ambit-dissector.c:2343:5: style: Variable 'logs_tree' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/wireshark_dissector/ambit-dissector.c:2330:0: note: Variable 'logs_tree' is reassigned a value before the old one has been used.
openambit-0.4/wireshark_dissector/ambit-dissector.c:2343:5: note: Variable 'logs_tree' is reassigned a value before the old one has been used.
openambit-0.4/wireshark_dissector/ambit-dissector.c:2626:13: style: Variable 'ti' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/wireshark_dissector/ambit-dissector.c:2619:0: note: Variable 'ti' is reassigned a value before the old one has been used.
openambit-0.4/wireshark_dissector/ambit-dissector.c:2626:13: note: Variable 'ti' is reassigned a value before the old one has been used.
openambit-0.4/wireshark_dissector/ambit-dissector.c:2627:13: style: Variable 'ambit_tree' is reassigned a value before the old one has been used. [redundantAssignment]
openambit-0.4/wireshark_dissector/ambit-dissector.c:2620:0: note: Variable 'ambit_tree' is reassigned a value before the old one has been used.
openambit-0.4/wireshark_dissector/ambit-dissector.c:2627:13: note: Variable 'ambit_tree' is reassigned a value before the old one has been used.
openambit-0.4/wireshark_dissector/ambit-dissector.c:1975:44: style: Same expression on both sides of '-' because the value of '*offset' and 'startOffset' are the same. [duplicateExpression]
openambit-0.4/wireshark_dissector/ambit-dissector.c:1973:28: note: 'startOffset' is assigned value '*offset' here.
openambit-0.4/wireshark_dissector/ambit-dissector.c:1975:44: note: Same expression on both sides of '-' because the value of '*offset' and 'startOffset' are the same.
openambit-0.4/wireshark_dissector/ambit-dissector.c:1377:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openambit-0.4/wireshark_dissector/ambit-dissector.c:954:17: style: The scope of the variable 'pi' can be reduced. [variableScope]
openambit-0.4/wireshark_dissector/ambit-dissector.c:2447:9: style: The scope of the variable 'data_len' can be reduced. [variableScope]
openambit-0.4/wireshark_dissector/ambit-dissector.c:2448:9: style: The scope of the variable 'data_offset' can be reduced. [variableScope]
openambit-0.4/wireshark_dissector/ambit-dissector.c:2449:34: style: The scope of the variable 'subdissector' can be reduced. [variableScope]
openambit-0.4/wireshark_dissector/ambit-dissector.c:542:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:561:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:582:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:594:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:626:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:720:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:887:20: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:902:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:913:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:924:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:935:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:944:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:1116:20: style: Variable 'sample_count' is assigned a value that is never used. [unreadVariable]
openambit-0.4/wireshark_dissector/ambit-dissector.c:2335:17: style: Variable 'log_count' is assigned a value that is never used. [unreadVariable]
[12:36]

ftp://ftp.se.debian.org/debian/pool/main/o/openarena/openarena_0.8.8.orig.tar.gz
openarena_0.8.8.orig/code/qcommon/q_platform.h:297:0: error: #error "Operating system not supported" [preprocessorErrorDirective]
openarena_0.8.8.orig/code/cgame/cg_newdraw.c:24:0: error: #error This file not be used for classic Q3A. [preprocessorErrorDirective]
openarena_0.8.8.orig/code/tools/asm/cmdlib.c:240:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/asm/cmdlib.c:341:7: style: The scope of the variable 'archivename' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/asm/cmdlib.c:530:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/asm/cmdlib.c:1086:8: style: The scope of the variable 'c' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/asm/cmdlib.c:560:21: style: Function 'strupr' argument 1 names different: declaration 'in' definition 'start'. [funcArgNamesDifferent]
openarena_0.8.8.orig/code/tools/asm/cmdlib.h:70:21: note: Function 'strupr' argument 1 names different: declaration 'in' definition 'start'.
openarena_0.8.8.orig/code/tools/asm/cmdlib.c:560:21: note: Function 'strupr' argument 1 names different: declaration 'in' definition 'start'.
openarena_0.8.8.orig/code/tools/asm/cmdlib.c:572:23: style: Function 'strlower' argument 1 names different: declaration 'in' definition 'start'. [funcArgNamesDifferent]
openarena_0.8.8.orig/code/tools/asm/cmdlib.h:71:23: note: Function 'strlower' argument 1 names different: declaration 'in' definition 'start'.
openarena_0.8.8.orig/code/tools/asm/cmdlib.c:572:23: note: Function 'strlower' argument 1 names different: declaration 'in' definition 'start'.
openarena_0.8.8.orig/code/tools/lcc/cpp/eval.c:219:7: style: The scope of the variable 'rv1' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/cpp/eval.c:220:13: style: The scope of the variable 'oper' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/cpp/macro.c:31:7: style: The scope of the variable 'narg' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/cpp/macro.c:135:9: style: The scope of the variable 'np' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/cpp/macro.c:181:19: style: The scope of the variable 'i' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/cpp/macro.c:428:9: style: The scope of the variable 'instring' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/cpp/tokens.c:270:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
openarena_0.8.8.orig/code/tools/lcc/cpp/tokens.c:293:6: style: The scope of the variable 'len' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/cpp/tokens.c:294:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/cpp/unix.c:111:7: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
openarena_0.8.8.orig/code/tools/lcc/etc/lcc.c:259:8: style: The scope of the variable 'executable' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/etc/lcc.c:406:15: style: The scope of the variable 'stemp' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/etc/lcc.c:763:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
openarena_0.8.8.orig/code/tools/lcc/etc/lcc.c:268:4: error: Common realloc mistake: 'argv' nulled but not freed upon failure [memleakOnRealloc]
lburg/gram.y:106:9: error: Array 'fmt[13]' accessed at index 24, which is out of bounds. [arrayIndexOutOfBounds]
y.tab.c:212:14: note: Calling function 'yyerror', 1st argument 'fmt' value is "yyparse: memory exhausted"
lburg/gram.y:106:9: note: Array index out of bounds
lburg/gram.y:202:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
openarena_0.8.8.orig/code/tools/lcc/lburg/lburg.c:42:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/lburg/lburg.c:212:17: style: Function 'tree' argument 1 names different: declaration 'op' definition 'id'. [funcArgNamesDifferent]
openarena_0.8.8.orig/code/tools/lcc/lburg/lburg.h:39:24: note: Function 'tree' argument 1 names different: declaration 'op' definition 'id'.
openarena_0.8.8.orig/code/tools/lcc/lburg/lburg.c:212:17: note: Function 'tree' argument 1 names different: declaration 'op' definition 'id'.
openarena_0.8.8.orig/code/tools/lcc/src/alloc.c:8:7: style: union member 'align::l' is never used. [unusedStructMember]
openarena_0.8.8.orig/code/tools/lcc/src/alloc.c:9:8: style: union member 'align::p' is never used. [unusedStructMember]
openarena_0.8.8.orig/code/tools/lcc/src/alloc.c:10:9: style: union member 'align::d' is never used. [unusedStructMember]
openarena_0.8.8.orig/code/tools/lcc/src/alloc.c:11:8: style: union member 'align::f' is never used. [unusedStructMember]
openarena_0.8.8.orig/code/tools/lcc/src/bytecode.c:47:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openarena_0.8.8.orig/code/tools/lcc/src/bytecode.c:275:7: style: The scope of the variable 'c' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/bytecode.c:265:10: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openarena_0.8.8.orig/code/tools/lcc/src/dag.c:38:16: style: Function 'walk' argument 1 names different: declaration 'e' definition 'tp'. [funcArgNamesDifferent]
openarena_0.8.8.orig/code/tools/lcc/src/c.h:557:23: note: Function 'walk' argument 1 names different: declaration 'e' definition 'tp'.
openarena_0.8.8.orig/code/tools/lcc/src/dag.c:38:16: note: Function 'walk' argument 1 names different: declaration 'e' definition 'tp'.
openarena_0.8.8.orig/code/tools/lcc/src/dag.c:79:27: style: Function 'newnode' argument 2 names different: declaration 'left' definition 'l'. [funcArgNamesDifferent]
openarena_0.8.8.orig/code/tools/lcc/src/c.h:559:34: note: Function 'newnode' argument 2 names different: declaration 'left' definition 'l'.
openarena_0.8.8.orig/code/tools/lcc/src/dag.c:79:27: note: Function 'newnode' argument 2 names different: declaration 'left' definition 'l'.
openarena_0.8.8.orig/code/tools/lcc/src/dag.c:79:35: style: Function 'newnode' argument 3 names different: declaration 'right' definition 'r'. [funcArgNamesDifferent]
openarena_0.8.8.orig/code/tools/lcc/src/c.h:559:45: note: Function 'newnode' argument 3 names different: declaration 'right' definition 'r'.
openarena_0.8.8.orig/code/tools/lcc/src/dag.c:79:35: note: Function 'newnode' argument 3 names different: declaration 'right' definition 'r'.
openarena_0.8.8.orig/code/tools/lcc/src/dag.c:79:45: style: Function 'newnode' argument 4 names different: declaration 'p' definition 'sym'. [funcArgNamesDifferent]
openarena_0.8.8.orig/code/tools/lcc/src/c.h:559:59: note: Function 'newnode' argument 4 names different: declaration 'p' definition 'sym'.
openarena_0.8.8.orig/code/tools/lcc/src/dag.c:79:45: note: Function 'newnode' argument 4 names different: declaration 'p' definition 'sym'.
openarena_0.8.8.orig/code/tools/lcc/src/dag.c:101:21: style: Function 'listnodes' argument 1 names different: declaration 'e' definition 'tp'. [funcArgNamesDifferent]
openarena_0.8.8.orig/code/tools/lcc/src/c.h:558:28: note: Function 'listnodes' argument 1 names different: declaration 'e' definition 'tp'.
openarena_0.8.8.orig/code/tools/lcc/src/dag.c:101:21: note: Function 'listnodes' argument 1 names different: declaration 'e' definition 'tp'.
openarena_0.8.8.orig/code/tools/lcc/src/enode.c:20:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/expr.c:39:14: style: The scope of the variable 'stop' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/expr.c:56:14: style: The scope of the variable 'stop' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/expr.c:690:105: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openarena_0.8.8.orig/code/tools/lcc/src/expr.c:710:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openarena_0.8.8.orig/code/tools/lcc/src/gen.c:827:36: style: Same expression on both sides of '&&'. [duplicateExpression]
openarena_0.8.8.orig/code/tools/lcc/src/gen.c:661:6: style: The scope of the variable 'bestdist' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/gen.c:661:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/gen.c:789:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/init.c:198:7: style: The scope of the variable 'e' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/lex.c:363:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openarena_0.8.8.orig/code/tools/lcc/src/list.c:37:33: style: Function 'ltov' argument 2 names different: declaration 'a' definition 'arena'. [funcArgNamesDifferent]
openarena_0.8.8.orig/code/tools/lcc/src/c.h:632:41: note: Function 'ltov' argument 2 names different: declaration 'a' definition 'arena'.
openarena_0.8.8.orig/code/tools/lcc/src/list.c:37:33: note: Function 'ltov' argument 2 names different: declaration 'a' definition 'arena'.
openarena_0.8.8.orig/code/tools/lcc/src/main.c:25:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/prof.c:199:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/prof.c:77:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openarena_0.8.8.orig/code/tools/lcc/src/prof.c:89:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openarena_0.8.8.orig/code/tools/lcc/src/prof.c:14:17: style: struct member 'func::callers' is never used. [unusedStructMember]
openarena_0.8.8.orig/code/tools/lcc/src/profio.c:62:57: style: Same expression on both sides of '||'. [duplicateExpression]
openarena_0.8.8.orig/code/tools/lcc/src/profio.c:181:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/profio.c:259:6: style: The scope of the variable 'more' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/simp.c:579:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/simp.c:222:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openarena_0.8.8.orig/code/tools/lcc/src/simp.c:229:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openarena_0.8.8.orig/code/tools/lcc/src/simp.c:356:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openarena_0.8.8.orig/code/tools/lcc/src/stmt.c:128:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openarena_0.8.8.orig/code/tools/lcc/src/symbolic.c:380:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/trace.c:163:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/tree.c:31:2: style: Variable 'where' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openarena_0.8.8.orig/code/tools/lcc/src/tree.c:29:2: note: Variable 'where' is reassigned a value before the old one has been used if variable is no semaphore variable.
openarena_0.8.8.orig/code/tools/lcc/src/tree.c:31:2: note: Variable 'where' is reassigned a value before the old one has been used if variable is no semaphore variable.
openarena_0.8.8.orig/code/tools/lcc/src/types.c:611:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openarena_0.8.8.orig/code/tools/lcc/src/types.c:607:34: style: Function 'printproto' argument 2 names different: declaration 'args' definition 'callee'. [funcArgNamesDifferent]
openarena_0.8.8.orig/code/tools/lcc/src/c.h:707:41: note: Function 'printproto' argument 2 names different: declaration 'args' definition 'callee'.
openarena_0.8.8.orig/code/tools/lcc/src/types.c:607:34: note: Function 'printproto' argument 2 names different: declaration 'args' definition 'callee'.
openarena_0.8.8.orig/code/tools/lcc/src/types.c:691:33: style: Function 'typestring' argument 2 names different: declaration 'id' definition 'str'. [funcArgNamesDifferent]
openarena_0.8.8.orig/code/tools/lcc/src/c.h:708:40: note: Function 'typestring' argument 2 names different: declaration 'id' definition 'str'.
openarena_0.8.8.orig/code/tools/lcc/src/types.c:691:33: note: Function 'typestring' argument 2 names different: declaration 'id' definition 'str'.
[12:37]

ftp://ftp.se.debian.org/debian/pool/main/o/openarena-085-data/openarena-085-data_0.8.5split.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openarena-088-data/openarena-088-data_0.8.8.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openarena-data/openarena-data_0.8.5split.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openarena-maps/openarena-maps_0.8.5split.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openarena-misc/openarena-misc_0.8.5split.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openarena-oacmp1/openarena-oacmp1_3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openarena-players/openarena-players_0.8.5split.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openarena-players-mature/openarena-players-mature_0.8.5split.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openarena-textures/openarena-textures_0.8.5split.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openbabel/openbabel_2.4.1+dfsg.orig.tar.xz
openbabel-2.4.1/include/OB-BGL/mol_graph.h:99:9: warning: Member variable 'adjacent_iterator::p_atom' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:124:9: warning: Member variable 'out_edge_iterator::p_atom' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:107:14: style: Technically the member function 'boost::graph_traits < OpenBabel :: OBMol >::adjacent_iterator::operator==' can be const. [functionConst]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:109:14: style: Technically the member function 'boost::graph_traits < OpenBabel :: OBMol >::adjacent_iterator::operator!=' can be const. [functionConst]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:132:14: style: Technically the member function 'boost::graph_traits < OpenBabel :: OBMol >::out_edge_iterator::operator==' can be const. [functionConst]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:134:14: style: Technically the member function 'boost::graph_traits < OpenBabel :: OBMol >::out_edge_iterator::operator!=' can be const. [functionConst]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:262:5: style: Class 'OBBondMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:292:5: style: Struct 'functor_caller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:311:5: style: Struct 'recorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/include/OB-BGL/verbose_visitors.h:32:5: style: Class 'OBVerboseDFSVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/include/OB-BGL/verbose_visitors.h:83:5: style: Class 'OBVerboseBFSVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:236:0: style: Class 'OBAtomMap < OBAtom * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:236:0: style: Class 'OBAtomMap < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:88:5: warning: The class 'adjacent_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openbabel-2.4.1/include/OB-BGL/mol_graph.h:113:5: warning: The class 'out_edge_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openbabel-2.4.1/src/GUI/OBGUI.cpp:492:41: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/GUI/OBGUI.cpp:1014:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/GUI/OBGUI.h:177:3: style: Class 'DnD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/GUI/optswx.cpp:130:17: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
openbabel-2.4.1/src/GUI/optswx.cpp:149:30: warning: Either the condition 'if(p)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
openbabel-2.4.1/src/GUI/optswx.cpp:150:9: note: Assuming that condition 'if(p)' is not redundant
openbabel-2.4.1/src/GUI/optswx.cpp:149:30: note: Null pointer dereference
openbabel-2.4.1/src/GUI/optswx.cpp:114:8: style: The scope of the variable 'NextIsRadio' can be reduced. [variableScope]
openbabel-2.4.1/src/GUI/optswx.cpp:226:21: style: Variable 'tok' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/GUI/optswx.cpp:335:57: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
openbabel-2.4.1/src/GUI/optswx.cpp:380:9: note: Missing bounds check for extra iterator increment in loop.
openbabel-2.4.1/src/GUI/optswx.cpp:335:57: note: Missing bounds check for extra iterator increment in loop.
openbabel-2.4.1/src/atom.cpp:1306:44: warning: Either the condition 'a1' is redundant or there is possible null pointer dereference: a2. [nullPointerRedundantCheck]
openbabel-2.4.1/src/atom.cpp:1444:29: note: Assuming that condition 'a1' is not redundant
openbabel-2.4.1/src/atom.cpp:1470:51: note: Calling function 'ApplyRotMatToBond', 4th argument 'a2' value is 0
openbabel-2.4.1/src/atom.cpp:1306:44: note: Null pointer dereference
openbabel-2.4.1/src/atom.cpp:1307:24: warning: Either the condition 'a1' is redundant or there is possible null pointer dereference: a2. [nullPointerRedundantCheck]
openbabel-2.4.1/src/atom.cpp:1444:29: note: Assuming that condition 'a1' is not redundant
openbabel-2.4.1/src/atom.cpp:1470:51: note: Calling function 'ApplyRotMatToBond', 4th argument 'a2' value is 0
openbabel-2.4.1/src/atom.cpp:1307:24: note: Null pointer dereference
openbabel-2.4.1/src/atom.cpp:1463:26: warning: Either the condition 'a1' is redundant or there is possible null pointer dereference: a1. [nullPointerRedundantCheck]
openbabel-2.4.1/src/atom.cpp:1444:29: note: Assuming that condition 'a1' is not redundant
openbabel-2.4.1/src/atom.cpp:1463:26: note: Null pointer dereference
openbabel-2.4.1/src/atom.cpp:1474:26: warning: Either the condition 'a1' is redundant or there is possible null pointer dereference: a1. [nullPointerRedundantCheck]
openbabel-2.4.1/src/atom.cpp:1444:29: note: Assuming that condition 'a1' is not redundant
openbabel-2.4.1/src/atom.cpp:1474:26: note: Null pointer dereference
openbabel-2.4.1/src/atom.cpp:1557:26: warning: Either the condition 'a1' is redundant or there is possible null pointer dereference: a1. [nullPointerRedundantCheck]
openbabel-2.4.1/src/atom.cpp:1491:35: note: Assuming that condition 'a1' is not redundant
openbabel-2.4.1/src/atom.cpp:1557:26: note: Null pointer dereference
openbabel-2.4.1/src/atom.cpp:1568:26: warning: Either the condition 'a1' is redundant or there is possible null pointer dereference: a1. [nullPointerRedundantCheck]
openbabel-2.4.1/src/atom.cpp:1491:35: note: Assuming that condition 'a1' is not redundant
openbabel-2.4.1/src/atom.cpp:1568:26: note: Null pointer dereference
openbabel-2.4.1/src/atom.cpp:328:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/atom.cpp:352:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/atom.cpp:1000:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/atom.cpp:1017:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/atom.cpp:1033:18: style: The scope of the variable 'bo' can be reduced. [variableScope]
openbabel-2.4.1/src/atom.cpp:1284:13: style: The scope of the variable 'hatom' can be reduced. [variableScope]
openbabel-2.4.1/src/atom.cpp:1644:17: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/atom.cpp:1935:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/base.cpp:210:10: style: The scope of the variable 'del' can be reduced. [variableScope]
openbabel-2.4.1/src/bitvec.cpp:325:26: style: The scope of the variable 'endpos' can be reduced. [variableScope]
openbabel-2.4.1/src/bitvec.cpp:594:26: style: The scope of the variable 'endpos' can be reduced. [variableScope]
openbabel-2.4.1/src/bondtyper.cpp:55:22: style: The scope of the variable 'sp' can be reduced. [variableScope]
openbabel-2.4.1/src/bondtyper.cpp:108:18: style: The scope of the variable 'b2' can be reduced. [variableScope]
openbabel-2.4.1/src/bondtyper.cpp:109:22: style: The scope of the variable 'a3' can be reduced. [variableScope]
openbabel-2.4.1/src/bondtyper.cpp:110:26: style: The scope of the variable 'dist2' can be reduced. [variableScope]
openbabel-2.4.1/src/bondtyper.cpp:202:10: style: The scope of the variable 'dist1OK' can be reduced. [variableScope]
openbabel-2.4.1/src/builder.cpp:288:11: style: Variable 'newbond' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openbabel-2.4.1/src/builder.cpp:287:11: note: Variable 'newbond' is reassigned a value before the old one has been used if variable is no semaphore variable.
openbabel-2.4.1/src/builder.cpp:288:11: note: Variable 'newbond' is reassigned a value before the old one has been used if variable is no semaphore variable.
openbabel-2.4.1/src/builder.cpp:1161:9: style: The scope of the variable 'beginIdx' can be reduced. [variableScope]
openbabel-2.4.1/src/builder.cpp:1161:19: style: The scope of the variable 'endIdx' can be reduced. [variableScope]
openbabel-2.4.1/src/canon.cpp:704:18: style: Member variable 'State::onlyOne' is in the wrong place in the initializer list. [initializerList]
openbabel-2.4.1/src/canon.cpp:689:42: note: Member variable 'State::onlyOne' is in the wrong place in the initializer list.
openbabel-2.4.1/src/canon.cpp:704:18: note: Member variable 'State::onlyOne' is in the wrong place in the initializer list.
openbabel-2.4.1/src/canon.cpp:732:9: performance: Variable 'startTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openbabel-2.4.1/src/canon.cpp:514:7: style: Struct 'PartialCode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/canon.cpp:618:7: style: Struct 'SortStereoCenters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/canon.cpp:657:7: style: Struct 'SortAtomsAscending' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/canon.cpp:670:7: style: Struct 'SortAtomsDescending' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/canon.cpp:730:7: style: Struct 'Timeout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/chains.cpp:487:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openbabel-2.4.1/src/chains.cpp:656:27: style: Condition 'StrictFlag' is always false [knownConditionTrueFalse]
openbabel-2.4.1/src/chains.cpp:1089:21: style: The scope of the variable 'idx' can be reduced. [variableScope]
openbabel-2.4.1/src/chains.cpp:1140:26: style: The scope of the variable 'index' can be reduced. [variableScope]
openbabel-2.4.1/src/charges/eem.cpp:172:13: style: The scope of the variable 'rAtom' can be reduced. [variableScope]
openbabel-2.4.1/src/charges/eem.cpp:193:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/charges/eem.cpp:224:33: style: The scope of the variable 'iMax' can be reduced. [variableScope]
openbabel-2.4.1/src/charges/eem.cpp:334:12: style: The scope of the variable 'dummy' can be reduced. [variableScope]
openbabel-2.4.1/src/charges/eem.cpp:73:15: warning: Member variable 'EEMCharges::_kappa' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/charges/eem.cpp:75:5: performance: Variable '_parameters_file' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openbabel-2.4.1/src/charges/eem.cpp:76:5: performance: Variable '_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openbabel-2.4.1/src/charges/eem.cpp:158:0: error: Memory leak: ETA [memleak]
openbabel-2.4.1/src/charges/eem.cpp:73:54: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/charges/eem.cpp:73:78: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/charges/fromfile.cpp:39:4: style: Class 'FromFileCharges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/charges/gasteiger.cpp:30:3: style: Class 'GasteigerCharges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/charges/mmff94.cpp:30:3: style: Class 'MMFF94Charges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/charges/none.cpp:30:3: style: Class 'NoCharges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/chiral.cpp:131:20: style: Condition 'parityO!=parityI' is always true [knownConditionTrueFalse]
openbabel-2.4.1/src/conformersearch.cpp:727:5: style: Variable 'rotor' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/conformersearch.cpp:723:0: note: Variable 'rotor' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/conformersearch.cpp:727:5: note: Variable 'rotor' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/conformersearch.cpp:925:5: style: Variable 'min_score' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/conformersearch.cpp:919:0: note: Variable 'min_score' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/conformersearch.cpp:925:5: note: Variable 'min_score' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/conformersearch.cpp:721:16: style: The scope of the variable 'new_val' can be reduced. [variableScope]
openbabel-2.4.1/src/conformersearch.cpp:775:18: style: The scope of the variable 'rnd1' can be reduced. [variableScope]
openbabel-2.4.1/src/conformersearch.cpp:775:28: style: The scope of the variable 'rnd2' can be reduced. [variableScope]
openbabel-2.4.1/src/conformersearch.cpp:860:12: style: The scope of the variable 'score' can be reduced. [variableScope]
openbabel-2.4.1/src/conformersearch.cpp:917:46: style: The scope of the variable 'imax' can be reduced. [variableScope]
openbabel-2.4.1/src/conformersearch.cpp:1041:9: style: The scope of the variable 'ret_code' can be reduced. [variableScope]
openbabel-2.4.1/src/conformersearch.cpp:1041:49: style: The scope of the variable 'last_ninsert' can be reduced. [variableScope]
openbabel-2.4.1/src/conformersearch.cpp:1042:19: style: The scope of the variable 'dist_max' can be reduced. [variableScope]
openbabel-2.4.1/src/conformersearch.cpp:239:20: style: Variable 'score' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/conformersearch.cpp:862:35: style: Unused variable: dit [unusedVariable]
openbabel-2.4.1/src/conformersearch.cpp:447:10: style: Technically the member function 'OpenBabel::CompareConformerHighScore::operator()' can be const. [functionConst]
openbabel-2.4.1/src/conformersearch.cpp:450:10: style: Technically the member function 'OpenBabel::CompareConformerLowScore::operator()' can be const. [functionConst]
openbabel-2.4.1/src/confsearch.cpp:339:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/confsearch.cpp:340:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/confsearch.cpp:151:48: style: Function 'AddPose' argument 1 names different: declaration 'coords' definition 'vcoords'. [funcArgNamesDifferent]
openbabel-2.4.1/src/confsearch.cpp:94:36: note: Function 'AddPose' argument 1 names different: declaration 'coords' definition 'vcoords'.
openbabel-2.4.1/src/confsearch.cpp:151:48: note: Function 'AddPose' argument 1 names different: declaration 'coords' definition 'vcoords'.
openbabel-2.4.1/src/confsearch.cpp:355:24: style: Variable 'origLogLevel' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/confsearch.cpp:109:12: style: Member variable 'OBDiversePoses::_percise' is in the wrong place in the initializer list. [initializerList]
openbabel-2.4.1/src/confsearch.cpp:121:62: note: Member variable 'OBDiversePoses::_percise' is in the wrong place in the initializer list.
openbabel-2.4.1/src/confsearch.cpp:109:12: note: Member variable 'OBDiversePoses::_percise' is in the wrong place in the initializer list.
openbabel-2.4.1/src/confsearch.cpp:101:18: style: Technically the member function 'OpenBabel::OBDiversePoses::GetNRMSD' can be const. [functionConst]
openbabel-2.4.1/src/confsearch.cpp:104:21: style: Technically the member function 'OpenBabel::OBDiversePoses::GetCutoff' can be const. [functionConst]
openbabel-2.4.1/src/confsearch.cpp:121:11: style: Class 'OBDiversePoses' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openbabel-2.4.1/src/confsearch.cpp:121:11: style: Class 'OBDiversePoses' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openbabel-2.4.1/src/data.cpp:101:10: style: The scope of the variable 'symbol' can be reduced. [variableScope]
openbabel-2.4.1/src/data.cpp:102:10: style: The scope of the variable 'name' can be reduced. [variableScope]
openbabel-2.4.1/src/data.cpp:386:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/data.cpp:480:16: style: The scope of the variable 'oba' can be reduced. [variableScope]
openbabel-2.4.1/src/data.cpp:938:9: style: The scope of the variable 'bo' can be reduced. [variableScope]
openbabel-2.4.1/src/data.cpp:1028:12: style: Unused variable: s [unusedVariable]
openbabel-2.4.1/src/data.cpp:1062:24: style: Variable 'fn_open' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/depict/depict.cpp:545:68: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openbabel-2.4.1/src/depict/depict.cpp:661:24: style: The scope of the variable 'newx' can be reduced. [variableScope]
openbabel-2.4.1/src/depict/depict.cpp:661:30: style: The scope of the variable 'newy' can be reduced. [variableScope]
openbabel-2.4.1/src/depict/depict.cpp:730:92: style: Function 'DrawSimpleBond' argument 4 names different: declaration 'crossed_bond' definition 'crossed_dbl_bond'. [funcArgNamesDifferent]
openbabel-2.4.1/src/depict/depict.cpp:57:87: note: Function 'DrawSimpleBond' argument 4 names different: declaration 'crossed_bond' definition 'crossed_dbl_bond'.
openbabel-2.4.1/src/depict/depict.cpp:730:92: note: Function 'DrawSimpleBond' argument 4 names different: declaration 'crossed_bond' definition 'crossed_dbl_bond'.
openbabel-2.4.1/src/depict/depict.cpp:280:22: style: Variable 'nclasses' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/depict/depict.cpp:52:7: warning: Member variable 'OBDepictPrivate::zScale' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/depict/depict.cpp:52:7: warning: Member variable 'OBDepictPrivate::zMin' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/depict/depict.cpp:68:12: style: Technically the member function 'OpenBabel::OBDepictPrivate::HasLabel' can be const. [functionConst]
openbabel-2.4.1/src/depict/depict.cpp:980:25: note: Technically the member function 'OpenBabel::OBDepictPrivate::HasLabel' can be const.
openbabel-2.4.1/src/depict/depict.cpp:68:12: note: Technically the member function 'OpenBabel::OBDepictPrivate::HasLabel' can be const.
openbabel-2.4.1/src/depict/depict.cpp:91:9: style: Class 'OBDepictPrivateBallAndStick' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/depict/depict.cpp:95:14: style: The function 'DrawSimpleBond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openbabel-2.4.1/src/depict/depict.cpp:57:20: note: Virtual function in base class
openbabel-2.4.1/src/depict/depict.cpp:95:14: note: Function in derived class
openbabel-2.4.1/src/depict/depict.cpp:96:14: style: The function 'DrawWedge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openbabel-2.4.1/src/depict/depict.cpp:58:20: note: Virtual function in base class
openbabel-2.4.1/src/depict/depict.cpp:96:14: note: Function in derived class
openbabel-2.4.1/src/depict/depict.cpp:97:14: style: The function 'DrawHash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openbabel-2.4.1/src/depict/depict.cpp:59:20: note: Virtual function in base class
openbabel-2.4.1/src/depict/depict.cpp:97:14: note: Function in derived class
openbabel-2.4.1/src/depict/depict.cpp:98:14: style: The function 'DrawWobblyBond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openbabel-2.4.1/src/depict/depict.cpp:60:20: note: Virtual function in base class
openbabel-2.4.1/src/depict/depict.cpp:98:14: note: Function in derived class
openbabel-2.4.1/src/depict/depict.cpp:99:14: style: The function 'DrawRingBond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openbabel-2.4.1/src/depict/depict.cpp:61:20: note: Virtual function in base class
openbabel-2.4.1/src/depict/depict.cpp:99:14: note: Function in derived class
openbabel-2.4.1/src/depict/depict.cpp:100:14: style: The function 'DrawAtom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openbabel-2.4.1/src/depict/depict.cpp:62:20: note: Virtual function in base class
openbabel-2.4.1/src/depict/depict.cpp:100:14: note: Function in derived class
openbabel-2.4.1/src/depict/depict.cpp:101:14: style: The function 'DrawAtomLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openbabel-2.4.1/src/depict/depict.cpp:63:20: note: Virtual function in base class
openbabel-2.4.1/src/depict/depict.cpp:101:14: note: Function in derived class
openbabel-2.4.1/src/depict/depict.cpp:103:14: style: The function 'DrawRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openbabel-2.4.1/src/depict/depict.cpp:65:20: note: Virtual function in base class
openbabel-2.4.1/src/depict/depict.cpp:103:14: note: Function in derived class
openbabel-2.4.1/src/depict/depict.cpp:104:14: style: The function 'DrawAromaticRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openbabel-2.4.1/src/depict/depict.cpp:66:20: note: Virtual function in base class
openbabel-2.4.1/src/depict/depict.cpp:104:14: note: Function in derived class
openbabel-2.4.1/src/depict/depict.cpp:420:24: error: Uninitialized variable: min_x [uninitvar]
openbabel-2.4.1/src/depict/depict.cpp:420:16: error: Uninitialized variable: max_x [uninitvar]
openbabel-2.4.1/src/depict/depict.cpp:421:24: error: Uninitialized variable: min_y [uninitvar]
openbabel-2.4.1/src/depict/depict.cpp:421:16: error: Uninitialized variable: max_y [uninitvar]
openbabel-2.4.1/src/depict/depict.cpp:423:27: error: Uninitialized variable: min_z [uninitvar]
openbabel-2.4.1/src/depict/depict.cpp:426:17: error: Uninitialized variable: min_z [uninitvar]
openbabel-2.4.1/src/depict/depict.cpp:423:19: error: Uninitialized variable: max_z [uninitvar]
openbabel-2.4.1/src/descriptor.cpp:55:21: style: The scope of the variable 'val' can be reduced. [variableScope]
openbabel-2.4.1/src/descriptor.cpp:419:17: style: The scope of the variable 'pDescr' can be reduced. [variableScope]
openbabel-2.4.1/src/descriptors/filters.cpp:34:3: style: Class 'MWFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/descriptors/filters.cpp:53:3: style: Class 'SmartsFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/descriptors/filters.cpp:97:3: style: Class 'TitleFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/descriptors/filters.cpp:139:3: style: Class 'FormulaDescriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/descriptors/inchidescriptor.cpp:78:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
openbabel-2.4.1/src/dlhandler_unix.cpp:79:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openbabel-2.4.1/src/dlhandler_unix.cpp:110:8: style: The scope of the variable 'dp' can be reduced. [variableScope]
openbabel-2.4.1/src/dlhandler_win32.cpp:134:25: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/fingerprint.cpp:149:28: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/fingerprint.cpp:150:28: style: The scope of the variable 'ppat' can be reduced. [variableScope]
openbabel-2.4.1/src/fingerprint.cpp:151:27: style: The scope of the variable 'a' can be reduced. [variableScope]
openbabel-2.4.1/src/fingerprint.cpp:200:26: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/fingerprint.cpp:201:26: style: The scope of the variable 'ppat' can be reduced. [variableScope]
openbabel-2.4.1/src/fingerprint.cpp:237:28: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/fingerprint.cpp:272:28: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/fingerprint.cpp:48:18: style: Variable 'word' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/fingerprints/finger2.cpp:63:68: performance: Function parameter 'fp' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/fingerprints/finger3.cpp:135:65: style: The scope of the variable 'ngrp' can be reduced. [variableScope]
openbabel-2.4.1/src/fingerprints/finger3.cpp:254:63: style: The scope of the variable 'ngrp' can be reduced. [variableScope]
openbabel-2.4.1/src/fingerprints/finger3.cpp:52:3: warning: Member variable 'PatternFP::_bitcount' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/fingerprints/finger3.cpp:246:58: performance: Function parameter 'fp' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/fingerprints/fingerecfp.cpp:43:70: performance: Function parameter 'fp' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/forcefield.cpp:1784:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/forcefield.cpp:1818:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/forcefield.cpp:1289:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/forcefield.cpp:1290:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/forcefield.cpp:1318:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/forcefield.cpp:1383:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/forcefield.cpp:1400:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/forcefield.cpp:1405:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/forcefield.cpp:1780:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/forcefield.cpp:2426:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/forcefield.cpp:2514:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/forcefield.cpp:2544:37: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/forcefield.cpp:1017:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:1087:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:1103:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:2332:18: style: The scope of the variable 'e_n2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:2398:18: style: The scope of the variable 'e_n2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:2398:24: style: The scope of the variable 'e_n3' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:2501:18: style: The scope of the variable 'e_n2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:2581:18: style: The scope of the variable 'e_n2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:2630:18: style: The scope of the variable 'e_n2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:2768:12: style: The scope of the variable 'e_n2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:2770:12: style: The scope of the variable 'maxgrad' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:2959:12: style: The scope of the variable 'maxgrad' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:4309:10: style: The scope of the variable 'a_in' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:4309:16: style: The scope of the variable 'b_in' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefield.cpp:2645:33: style: Redundant pointer operation on 'atom' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefield.cpp:2693:35: style: Redundant pointer operation on 'atom' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefield.cpp:2711:35: style: Redundant pointer operation on 'atom' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefieldgaff.cpp:1218:13: style: The scope of the variable 'atm' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldgaff.cpp:1463:9: style: The scope of the variable 'coordIdx' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldgaff.cpp:962:19: style: Redundant pointer operation on 'a' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefieldgaff.cpp:963:19: style: Redundant pointer operation on 'b' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefieldgaff.cpp:1039:21: style: Redundant pointer operation on 'a' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefieldgaff.cpp:1040:21: style: Redundant pointer operation on 'b' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefieldgaff.cpp:493:39: warning: Member variable 'OBForceFieldGaff::_ffpropparams' is not assigned a value in 'OBForceFieldGaff::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldgaff.cpp:493:39: warning: Member variable 'OBForceFieldGaff::_ffchargeparams' is not assigned a value in 'OBForceFieldGaff::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldgaff.h:82:3: warning: The class 'OBForceFieldGaff' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openbabel-2.4.1/src/forcefields/forcefieldghemical.cpp:1033:13: style: The scope of the variable 'a' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldghemical.cpp:1033:17: style: The scope of the variable 'b' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldghemical.cpp:1034:9: style: The scope of the variable 'bondtype' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldghemical.cpp:1164:9: style: The scope of the variable 'coordIdx' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldghemical.cpp:736:19: style: Redundant pointer operation on 'a' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefieldghemical.cpp:737:19: style: Redundant pointer operation on 'b' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefieldghemical.cpp:814:21: style: Redundant pointer operation on 'a' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefieldghemical.cpp:815:21: style: Redundant pointer operation on 'b' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefieldghemical.cpp:396:47: warning: Member variable 'OBForceFieldGhemical::_ffchargeparams' is not assigned a value in 'OBForceFieldGhemical::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldghemical.h:81:3: warning: The class 'OBForceFieldGhemical' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:32:12: style: The scope of the variable 'e' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:32:23: style: The scope of the variable 'l' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:32:26: style: The scope of the variable 'l_ref' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:32:33: style: The scope of the variable 'force' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:32:40: style: The scope of the variable 'delta' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:32:47: style: The scope of the variable 'delta2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:32:55: style: The scope of the variable 'f' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:12: style: The scope of the variable 'e' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:23: style: The scope of the variable 'force' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:30: style: The scope of the variable 'ang' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:35: style: The scope of the variable 'ang_ref' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:44: style: The scope of the variable 'delta' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:51: style: The scope of the variable 'delta2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:59: style: The scope of the variable 'delta3' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:67: style: The scope of the variable 'delta4' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:75: style: The scope of the variable 'f' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:78: style: The scope of the variable 'dotprod' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:87: style: The scope of the variable 'rab' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:92: style: The scope of the variable 'rab2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:98: style: The scope of the variable 'rab3' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:104: style: The scope of the variable 'rbc' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:109: style: The scope of the variable 'rbc2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:115: style: The scope of the variable 'rbc3' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:121: style: The scope of the variable 'root' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:81:127: style: The scope of the variable 'dotprod_abbc' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:146:17: style: The scope of the variable 'b' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:146:21: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:148:12: style: The scope of the variable 'e' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:148:23: style: The scope of the variable 'force' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:148:30: style: The scope of the variable 'ang' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:148:35: style: The scope of the variable 'ang_ref' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:148:44: style: The scope of the variable 'l1' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:148:48: style: The scope of the variable 'l2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:148:52: style: The scope of the variable 'l_ref1' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:148:60: style: The scope of the variable 'l_ref2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:148:68: style: The scope of the variable 'delta_a' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:148:77: style: The scope of the variable 'delta_b1' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:148:87: style: The scope of the variable 'delta_b2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:12: style: The scope of the variable 'e' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:23: style: The scope of the variable 'tor' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:28: style: The scope of the variable 'v1' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:32: style: The scope of the variable 'v2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:36: style: The scope of the variable 'v3' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:40: style: The scope of the variable 'cosine' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:48: style: The scope of the variable 'cosine2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:57: style: The scope of the variable 'cosine3' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:66: style: The scope of the variable 'sine' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:72: style: The scope of the variable 'sine2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:79: style: The scope of the variable 'sine3' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:86: style: The scope of the variable 'phi1' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:92: style: The scope of the variable 'phi2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:98: style: The scope of the variable 'phi3' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:104: style: The scope of the variable 'f' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:107: style: The scope of the variable 'rc1' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:112: style: The scope of the variable 'rc12' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:118: style: The scope of the variable 'rc13' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:124: style: The scope of the variable 'rc2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:129: style: The scope of the variable 'rc22' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:135: style: The scope of the variable 'rc23' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:141: style: The scope of the variable 'dot_c1c2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:151: style: The scope of the variable 'dot_rc1rc2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:197:163: style: The scope of the variable 'root' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:283:17: style: The scope of the variable 'b' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:353:12: style: The scope of the variable 'e' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:353:31: style: The scope of the variable 'rab' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:353:40: style: The scope of the variable 'rrab' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:353:46: style: The scope of the variable 'rrab2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:353:53: style: The scope of the variable 'rrab4' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:353:60: style: The scope of the variable 'rrab6' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:353:67: style: The scope of the variable 'rrab7' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:353:74: style: The scope of the variable 'abrr' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:353:97: style: The scope of the variable 'f' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:412:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::bondunit' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::bond_cubic' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::bond_quartic' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::angleunit' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::angle_sextic' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::stretchbendunit' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::torsionunit' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::outplanebendunit' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::a_expterm' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::b_expterm' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::c_expterm' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:91:16: warning: Member variable 'OBForceFieldMM2::dielectric' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::bondunit' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::bond_cubic' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::bond_quartic' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::angleunit' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::angle_sextic' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::stretchbendunit' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::torsionunit' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::outplanebendunit' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::a_expterm' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::b_expterm' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::c_expterm' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::dielectric' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::_ffbondparams' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::_ffangleparams' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::_ffstretchbendparams' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::_fftorsionparams' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::_ffoutplanebendparams' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::_ffvdwprparams' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::_ffvdwparams' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::_ffdipoleparams' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.cpp:495:37: warning: Member variable 'OBForceFieldMM2::forces' is not assigned a value in 'OBForceFieldMM2::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmm2.h:31:3: warning: The class 'OBForceFieldMM2' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3804:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3755:23: note: outer condition: type==32
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3804:20: note: opposite inner condition: type==77
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3804:20: style: Condition 'type==77' is always false [knownConditionTrueFalse]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3755:23: note: Assuming that condition 'type==32' is not redundant
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3804:20: note: Condition 'type==77' is always false
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:199:20: style: The scope of the variable 'dE' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:453:12: style: The scope of the variable 'dE' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:453:16: style: The scope of the variable 'sine' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:453:22: style: The scope of the variable 'sine2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:453:29: style: The scope of the variable 'sine3' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:563:20: style: The scope of the variable 'dE' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:1380:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:1380:19: style: The scope of the variable 'ringsize' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:1380:48: style: The scope of the variable 'pi_electrons' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:1380:62: style: The scope of the variable 'c60' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:2684:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:2790:32: style: The scope of the variable 'bondtype1' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:2790:43: style: The scope of the variable 'bondtype2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3748:13: style: The scope of the variable 'temp_type' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3838:13: style: The scope of the variable 'n_count' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3891:12: style: The scope of the variable 'M' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3891:15: style: The scope of the variable 'Wab' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3891:28: style: The scope of the variable 'q0a' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3891:33: style: The scope of the variable 'q0b' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3891:38: style: The scope of the variable 'Pa' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3891:42: style: The scope of the variable 'Pb' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:4333:9: style: The scope of the variable 'coordIdx' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3652:21: style: Redundant pointer operation on 'a' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:3653:21: style: Redundant pointer operation on 'b' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:4646:29: style: Unused variable: rj [unusedVariable]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffbondparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffbndkparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffangleparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffstrbndparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffdfsbparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_fftorsionparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffoopparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffvdwparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffchgparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffpbciparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffdefparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffpropparams' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffpropPilp' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffpropArom' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffpropLin' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_ffpropSbmb' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_bondcalculations' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_anglecalculations' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_strbndcalculations' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_torsioncalculations' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_oopcalculations' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_vdwcalculations' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::_electrostaticcalculations' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.cpp:845:43: warning: Member variable 'OBForceFieldMMFF94::mmff94s' is not assigned a value in 'OBForceFieldMMFF94::operator='. [operatorEqVarError]
openbabel-2.4.1/src/forcefields/forcefieldmmff94.h:100:3: warning: The class 'OBForceFieldMMFF94' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:116:10: style: The scope of the variable 'dE' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:243:12: style: The scope of the variable 'dE' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:339:12: style: The scope of the variable 'dE' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:411:27: style: The scope of the variable 'dE' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:411:31: style: The scope of the variable 'term7' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:411:38: style: The scope of the variable 'term13' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:502:12: style: The scope of the variable 'dE' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:502:16: style: The scope of the variable 'rab2' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:1470:13: style: The scope of the variable 'a' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:1470:17: style: The scope of the variable 'b' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:1684:13: style: The scope of the variable 'nbrElement' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:1775:9: style: The scope of the variable 'coordIdx' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:49:0: style: The scope of the variable 'dE' can be reduced. [variableScope]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:637:17: style: Redundant pointer operation on 'a' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:638:17: style: Redundant pointer operation on 'b' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:990:37: style: Redundant pointer operation on 'b' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:990:42: style: Redundant pointer operation on 'c' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:1522:21: style: Redundant pointer operation on 'a' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:1523:21: style: Redundant pointer operation on 'b' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:423:14: style: Unused variable: ab [unusedVariable]
openbabel-2.4.1/src/forcefields/forcefielduff.h:92:3: warning: The class 'OBForceFieldUFF' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openbabel-2.4.1/src/forcefields/forcefielduff.cpp:1761:63: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/ArrayList.c:65:64: style: Function 'findArrayListElement' argument 2 names different: declaration 'searchItem' definition 'item'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/ArrayList.h:39:64: note: Function 'findArrayListElement' argument 2 names different: declaration 'searchItem' definition 'item'.
openbabel-2.4.1/src/formats/ArrayList.c:65:64: note: Function 'findArrayListElement' argument 2 names different: declaration 'searchItem' definition 'item'.
openbabel-2.4.1/src/formats/ArrayList.c:75:69: style: Function 'findIndexOfArrayListElement' argument 2 names different: declaration 'searchItem' definition 'item'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/ArrayList.h:41:69: note: Function 'findIndexOfArrayListElement' argument 2 names different: declaration 'searchItem' definition 'item'.
openbabel-2.4.1/src/formats/ArrayList.c:75:69: note: Function 'findIndexOfArrayListElement' argument 2 names different: declaration 'searchItem' definition 'item'.
openbabel-2.4.1/src/formats/CSRformat.cpp:143:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/CSRformat.cpp:154:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/CSRformat.cpp:162:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/CSRformat.cpp:170:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/MCDLformat.cpp:180:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/MCDLformat.cpp:178:0: note: Variable 'result' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/MCDLformat.cpp:180:5: note: Variable 'result' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/MCDLformat.cpp:554:3: style: Variable 'netcharge' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/MCDLformat.cpp:548:5: note: Variable 'netcharge' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/MCDLformat.cpp:554:3: note: Variable 'netcharge' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/MCDLformat.cpp:555:3: style: Variable 'netradical' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/MCDLformat.cpp:550:5: note: Variable 'netradical' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/MCDLformat.cpp:555:3: note: Variable 'netradical' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/MCDLformat.cpp:998:3: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/MCDLformat.cpp:988:0: note: Variable 'value' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/MCDLformat.cpp:998:3: note: Variable 'value' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/MCDLformat.cpp:792:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/MCDLformat.cpp:794:13: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/MCDLformat.cpp:792:13: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/MCDLformat.cpp:806:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/MCDLformat.cpp:808:13: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/MCDLformat.cpp:806:13: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/MCDLformat.cpp:853:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/MCDLformat.cpp:855:13: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/MCDLformat.cpp:853:13: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/MCDLformat.cpp:176:16: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/MCDLformat.cpp:176:30: style: The scope of the variable 'comma' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/MCDLformat.cpp:230:23: style: The scope of the variable 'ktype' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/MCDLformat.cpp:230:32: style: The scope of the variable 'nt' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/MCDLformat.cpp:487:10: style: The scope of the variable 'charge' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/MCDLformat.cpp:493:10: style: The scope of the variable 'ia0' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/MCDLformat.cpp:494:10: style: The scope of the variable 'ia1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/MCDLformat.cpp:507:10: style: The scope of the variable 'comma' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/MCDLformat.cpp:971:7: style: The scope of the variable 'nPrev' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/MCDLformat.cpp:989:32: style: The scope of the variable 'flags' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1031:14: style: Checking if unsigned variable 'n1' is less than zero. [unsignedLessThanZero]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1032:14: style: Checking if unsigned variable 'n1' is less than zero. [unsignedLessThanZero]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1033:14: style: Checking if unsigned variable 'n1' is less than zero. [unsignedLessThanZero]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1062:9: style: Unsigned variable 'n1' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1070:9: style: Unsigned variable 'n1' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1079:9: style: Unsigned variable 'n1' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1092:9: style: Unsigned variable 'n1' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1118:11: style: Checking if unsigned variable 'n1' is less than zero. [unsignedLessThanZero]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1121:25: style: Unsigned variable 'n2' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1298:11: style: Checking if unsigned variable 'n1' is less than zero. [unsignedLessThanZero]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1298:45: style: Unsigned variable 'n2' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1300:12: style: Unsigned variable 'n1' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1312:13: style: Unsigned variable 'n1' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1426:14: style: Unsigned variable 'n' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1449:14: style: Unsigned variable 'n' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1045:19: warning: Suspicious code: sign conversion of netcharge in calculation, even though netcharge can have a negative value [signConversion]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1293:3: style: Variable 'ss' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/MCDLformat.cpp:973:0: style: Variable 'sa2' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/MCDLformat.cpp:974:0: style: Variable 'sF' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1247:11: style: Variable 'fragIndex' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1255:11: style: Variable 'sbSpecial' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/MCDLformat.cpp:948:43: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/MCDLformat.cpp:952:41: performance: Function parameter 'lineToParse' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1355:58: performance: Function parameter 'aPosition' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1355:93: performance: Function parameter 'iA1' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1356:27: performance: Function parameter 'iA2' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1382:40: performance: Function parameter 'instring' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1382:63: performance: Function parameter 'substring' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1389:44: performance: Function parameter 'instring' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1389:67: performance: Function parameter 'substring' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/MCDLformat.cpp:1410:44: performance: Function parameter 'formulaString' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/PQSformat.cpp:273:21: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openbabel-2.4.1/src/formats/PQSformat.cpp:329:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/PQSformat.cpp:259:28: error: Uninitialized variable: pFormat [uninitvar]
openbabel-2.4.1/src/formats/abinitformat.cpp:152:15: style: The scope of the variable 'column' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/acrformat.cpp:113:18: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/src/formats/acrformat.cpp:120:18: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/src/formats/adfformat.cpp:549:19: style: The scope of the variable 't41Data' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/adfformat.cpp:456:9: warning: Member variable 'AtomData::coord' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/adfformat.cpp:457:9: warning: Member variable 'AtomData::coord' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/adfformat.cpp:457:9: warning: Member variable 'AtomData::charge' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/adfformat.cpp:479:9: warning: Member variable 'T41GridData::startPoint' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/adfformat.cpp:479:9: warning: Member variable 'T41GridData::numPoints' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/adfformat.cpp:479:9: warning: Member variable 'T41GridData::xAxis' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/adfformat.cpp:479:9: warning: Member variable 'T41GridData::yAxis' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/adfformat.cpp:479:9: warning: Member variable 'T41GridData::zAxis' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/adfformat.cpp:479:9: warning: Member variable 'T41GridData::numSymmetries' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/adfformat.cpp:479:9: warning: Member variable 'T41GridData::unrestricted' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/adfformat.cpp:457:9: style: Struct 'AtomData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/formats/adfformat.cpp:835:28: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
openbabel-2.4.1/src/formats/adfformat.cpp:886:28: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
openbabel-2.4.1/src/formats/alchemyformat.cpp:182:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/alchemyformat.cpp:95:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/alchemyformat.cpp:95:14: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/alchemyformat.cpp:95:16: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/alchemyformat.cpp:96:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/alchemyformat.cpp:124:17: style: The scope of the variable 'order' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/balstformat.cpp:84:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/balstformat.cpp:84:14: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/balstformat.cpp:84:16: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/balstformat.cpp:85:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/bgfformat.cpp:102:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/bgfformat.cpp:198:9: style: The scope of the variable 'max_val' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cacaoformat.cpp:346:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/cacaoformat.cpp:337:5: performance: Buffer 'buffer' is being written before its old content has been used. [redundantCopy]
openbabel-2.4.1/src/formats/cacaoformat.cpp:335:5: note: Buffer 'buffer' is being written before its old content has been used.
openbabel-2.4.1/src/formats/cacaoformat.cpp:337:5: note: Buffer 'buffer' is being written before its old content has been used.
openbabel-2.4.1/src/formats/cacaoformat.cpp:110:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cacaoformat.cpp:110:14: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cacaoformat.cpp:110:16: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cacaoformat.cpp:111:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cacaoformat.cpp:200:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cacaoformat.cpp:206:19: style: The scope of the variable 'a1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cacaoformat.cpp:253:13: style: The scope of the variable 'a' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cacaoformat.cpp:253:19: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/castepformat.cpp:87:29: style: The scope of the variable 'tag' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chem3dformat.cpp:222:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chemdrawcdx.cpp:454:27: style: The scope of the variable 'hasElement' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chemdrawcdx.cpp:103:8: performance: Technically the member function 'OpenBabel::CDXReader::ParseEnums' can be static. [functionStatic]
openbabel-2.4.1/src/formats/chemdrawcdx.cpp:775:17: note: Technically the member function 'OpenBabel::CDXReader::ParseEnums' can be static.
openbabel-2.4.1/src/formats/chemdrawcdx.cpp:103:8: note: Technically the member function 'OpenBabel::CDXReader::ParseEnums' can be static.
openbabel-2.4.1/src/formats/chemdrawcdx.cpp:104:15: performance: Technically the member function 'OpenBabel::CDXReader::TagName' can be static. [functionStatic]
openbabel-2.4.1/src/formats/chemdrawcdx.cpp:814:19: note: Technically the member function 'OpenBabel::CDXReader::TagName' can be static.
openbabel-2.4.1/src/formats/chemdrawcdx.cpp:104:15: note: Technically the member function 'OpenBabel::CDXReader::TagName' can be static.
openbabel-2.4.1/src/formats/chemdrawcdx.cpp:91:3: style: Class 'CDXReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/formats/chemdrawct.cpp:130:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/src/formats/chemdrawct.cpp:130:5: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/src/formats/chemdrawct.cpp:153:16: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/src/formats/chemdrawct.cpp:153:16: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/src/formats/chemdrawct.cpp:153:16: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/src/formats/chemdrawct.cpp:117:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chemdrawct.cpp:118:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chemdrawct.cpp:118:15: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chemdrawct.cpp:118:18: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chemkinformat.cpp:347:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chemtoolformat.cpp:74:15: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chemtoolformat.cpp:74:18: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chemtoolformat.cpp:75:9: style: The scope of the variable 'bondtype' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chemtoolformat.cpp:78:20: style: The scope of the variable 'atom1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/chemtoolformat.cpp:78:28: style: The scope of the variable 'atom2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cifformat.cpp:106:19: style: The scope of the variable 'c1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cifformat.cpp:106:23: style: The scope of the variable 'c2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cifformat.cpp:623:22: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cifformat.cpp:623:25: style: The scope of the variable 'nb' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/cifformat.cpp:1019:21: style: Function 'CIF' argument 1 names different: declaration 'in' definition 'is'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/cifformat.cpp:270:23: note: Function 'CIF' argument 1 names different: declaration 'in' definition 'is'.
openbabel-2.4.1/src/formats/cifformat.cpp:1019:21: note: Function 'CIF' argument 1 names different: declaration 'in' definition 'is'.
openbabel-2.4.1/src/formats/cifformat.cpp:832:43: style: Unused variable: positem [unusedVariable]
openbabel-2.4.1/src/formats/cifformat.cpp:860:43: style: Unused variable: positem [unusedVariable]
openbabel-2.4.1/src/formats/cifformat.cpp:866:81: style: Unused variable: posdist [unusedVariable]
openbabel-2.4.1/src/formats/cifformat.cpp:303:12: warning: Member variable 'CIFData::mSpacegroupNumberIT' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/cifformat.cpp:303:12: warning: Member variable 'CIFData::mOrthMatrix' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/cifformat.cpp:303:12: warning: Member variable 'CIFData::mOrthMatrixInvert' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/cifformat.cpp:303:12: warning: Member variable 'CIFData::mSpaceGroup' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/cifformat.cpp:299:21: warning: Member variable 'CIFAtom::mCharge' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/cifformat.cpp:195:10: style: Technically the member function 'OpenBabel::CIFData::f2c' can be const. [functionConst]
openbabel-2.4.1/src/formats/cifformat.cpp:974:17: note: Technically the member function 'OpenBabel::CIFData::f2c' can be const.
openbabel-2.4.1/src/formats/cifformat.cpp:195:10: note: Technically the member function 'OpenBabel::CIFData::f2c' can be const.
openbabel-2.4.1/src/formats/cifformat.cpp:198:10: style: Technically the member function 'OpenBabel::CIFData::c2f' can be const. [functionConst]
openbabel-2.4.1/src/formats/cifformat.cpp:982:17: note: Technically the member function 'OpenBabel::CIFData::c2f' can be const.
openbabel-2.4.1/src/formats/cifformat.cpp:198:10: note: Technically the member function 'OpenBabel::CIFData::c2f' can be const.
openbabel-2.4.1/src/formats/cifformat.cpp:1029:69: style: Reading from empty STL container 'mvData' [reademptycontainer]
openbabel-2.4.1/src/formats/confabreport.cpp:163:9: style: Condition '!prFormat' is always true [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/confabreport.cpp:162:26: note: Assignment 'prFormat=NULL', assigned value is 0
openbabel-2.4.1/src/formats/confabreport.cpp:163:9: note: Condition '!prFormat' is always true
openbabel-2.4.1/src/formats/cssrformat.cpp:103:9: style: The scope of the variable 'bonds' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/daltonformat.cpp:142:9: style: The scope of the variable 'atomcount' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/daltonformat.cpp:135:12: style: Unused variable: str [unusedVariable]
openbabel-2.4.1/src/formats/daltonformat.cpp:135:16: style: Unused variable: str1 [unusedVariable]
openbabel-2.4.1/src/formats/daltonformat.cpp:208:24: style: Variable 'atomcount' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/daltonformat.cpp:359:12: style: Unused variable: str [unusedVariable]
openbabel-2.4.1/src/formats/daltonformat.cpp:359:16: style: Unused variable: str1 [unusedVariable]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:152:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:151:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:152:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:153:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:152:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:153:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:158:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:153:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:158:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:159:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:158:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:159:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:160:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:159:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:160:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:165:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:160:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:165:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:166:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:165:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:166:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:167:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:166:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:167:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:213:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:212:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:213:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:214:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:213:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:214:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:240:9: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:239:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:240:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:241:9: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:240:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:241:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:457:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:456:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:457:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:468:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:467:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:468:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/dlpolyformat.cpp:188:9: style: The scope of the variable 'AtomIndex' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:167:10: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:226:5: style: Variable 'AtomicNumber' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:241:15: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/dlpolyformat.cpp:44:10: performance: Technically the member function 'OpenBabel::DlpolyInputReader::from_string' can be static. [functionStatic]
openbabel-2.4.1/src/formats/dmolformat.cpp:82:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/dmolformat.cpp:198:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/exampleformat.cpp:203:6: style: The scope of the variable 'levels' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/exampleformat.cpp:156:12: style: Variable 'ifs' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/exampleformat.cpp:206:12: style: Variable 'levels' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/exyzformat.cpp:133:9: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/src/formats/exyzformat.cpp:174:24: style: Variable 'virtualAtoms' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/exyzformat.cpp:170:16: style: Variable 'location' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/fchkformat.cpp:909:14: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/featformat.cpp:95:9: warning: Width 30 given in format string (no. 1) is smaller than destination buffer 'type[32]'. [invalidScanfFormatWidth_smaller]
openbabel-2.4.1/src/formats/featformat.cpp:90:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/fhformat.cpp:70:19: style: The scope of the variable 'a' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/fhformat.cpp:70:22: style: The scope of the variable 'b' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/fhformat.cpp:70:25: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/fhformat.cpp:83:12: style: The scope of the variable 'r' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/fhformat.cpp:83:14: style: The scope of the variable 'w' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/fhformat.cpp:83:16: style: The scope of the variable 't' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/fhiaimsformat.cpp:74:12: style: Unused variable: str [unusedVariable]
openbabel-2.4.1/src/formats/fpsformat.cpp:173:14: style: Variable 'time_res' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/freefracformat.cpp:169:9: style: The scope of the variable 'atomicNum' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/freefracformat.cpp:170:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessformat.cpp:962:9: style: Condition 'hasPartialCharges' is always false [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/gamessformat.cpp:862:30: note: Assignment 'hasPartialCharges=false', assigned value is 0
openbabel-2.4.1/src/formats/gamessformat.cpp:962:9: note: Condition 'hasPartialCharges' is always false
openbabel-2.4.1/src/formats/gamessformat.cpp:702:9: style: Variable 'pd' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessformat.cpp:700:0: note: Variable 'pd' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessformat.cpp:702:9: note: Variable 'pd' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessformat.cpp:227:9: style: The scope of the variable 'ndummyatoms' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessformat.cpp:545:16: style: The scope of the variable 'massNormalization' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessformat.cpp:621:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessformat.cpp:986:9: style: The scope of the variable 'a' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessformat.cpp:988:10: style: The scope of the variable 'wrapped' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessukformat.cpp:271:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:266:0: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:271:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:275:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:271:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:275:5: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:826:11: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:824:11: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:826:11: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:828:11: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:826:11: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:828:11: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:830:11: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:828:11: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:830:11: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:876:9: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:874:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:876:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:878:9: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:876:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:878:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:880:9: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:878:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:880:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:921:9: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:919:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:921:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:923:9: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:921:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:923:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:925:9: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:923:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:925:9: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:1029:11: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/gamessukformat.cpp:1028:11: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:1029:11: note: Variable 'ok' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/gamessukformat.cpp:779:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessukformat.cpp:845:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessukformat.cpp:892:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessukformat.cpp:962:11: style: The scope of the variable 'root7' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessukformat.cpp:1063:11: style: The scope of the variable 'start' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessukformat.cpp:1063:17: style: The scope of the variable 'mycols' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessukformat.cpp:1082:11: style: The scope of the variable 'root7' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessukformat.cpp:1207:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gamessukformat.cpp:1258:18: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/gamessukformat.cpp:49:10: performance: Technically the member function 'OpenBabel::GAMESSUKFormat::IsUnits' can be static. [functionStatic]
openbabel-2.4.1/src/formats/gamessukformat.cpp:199:24: note: Technically the member function 'OpenBabel::GAMESSUKFormat::IsUnits' can be static.
openbabel-2.4.1/src/formats/gamessukformat.cpp:49:10: note: Technically the member function 'OpenBabel::GAMESSUKFormat::IsUnits' can be static.
openbabel-2.4.1/src/formats/gamessukformat.cpp:55:10: performance: Technically the member function 'OpenBabel::GAMESSUKFormat::from_string' can be static. [functionStatic]
openbabel-2.4.1/src/formats/gausscubeformat.cpp:613:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/gausscubeformat.cpp:107:25: style: Variable 'title' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/gaussformat.cpp:269:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gaussformat.cpp:271:28: style: The scope of the variable 'pd' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gaussformat.cpp:308:10: style: The scope of the variable 'valbuf' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gaussformat.cpp:309:9: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gaussformat.cpp:309:19: style: The scope of the variable 'atomicnumber' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gaussformat.cpp:309:32: style: The scope of the variable 'found' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gaussformat.cpp:332:22: style: Variable 'pg' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/gausszmatformat.cpp:136:13: style: The scope of the variable 'a' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gausszmatformat.cpp:136:16: style: The scope of the variable 'b' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gausszmatformat.cpp:136:19: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gausszmatformat.cpp:145:12: style: The scope of the variable 'r' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gausszmatformat.cpp:145:14: style: The scope of the variable 'w' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gausszmatformat.cpp:145:16: style: The scope of the variable 't' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gausszmatformat.cpp:247:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gausszmatformat.cpp:313:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gausszmatformat.cpp:315:23: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/ghemicalformat.cpp:126:14: warning: Width 2 given in format string (no. 3) is smaller than destination buffer 'bobuf[100]'. [invalidScanfFormatWidth_smaller]
openbabel-2.4.1/src/formats/ghemicalformat.cpp:79:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/ghemicalformat.cpp:79:14: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/ghemicalformat.cpp:79:16: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/ghemicalformat.cpp:84:17: style: The scope of the variable 'order' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/groformat.cpp:162:11: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/groformat.cpp:390:8: style: The scope of the variable 'atIdx' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/groformat.cpp:391:8: style: The scope of the variable 'resIdx' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/gromos96format.cpp:140:13: warning: The buffer 'type_name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbabel-2.4.1/src/formats/gulpformat.cpp:81:29: style: The scope of the variable 'tag' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/hinformat.cpp:177:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/inchiformat.cpp:748:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openbabel-2.4.1/src/formats/inchiformat.cpp:227:0: error: Memory leak: ts [memleak]
openbabel-2.4.1/src/formats/jaguarformat.cpp:217:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/jaguarformat.cpp:207:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/json/chemdoodlejsonformat.cpp:374:14: style: The scope of the variable 'ofs' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/json/jsoncpp.cpp:893:20: style: The scope of the variable 'surrogatePair' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/json/jsoncpp.cpp:1118:4: style: Class 'BatchAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/formats/json/jsoncpp.cpp:1600:4: error: Memory leak: newString [memleak]
openbabel-2.4.1/src/formats/json/pubchemjsonformat.cpp:525:14: style: The scope of the variable 'ofs' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8280:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8413:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8415:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:2784:13: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:2776:13: note: Variable 'type' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:2784:13: note: Variable 'type' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3373:21: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3367:21: note: Variable 'type' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3373:21: note: Variable 'type' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3470:21: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3464:21: note: Variable 'type' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3470:21: note: Variable 'type' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8711:5: style: Variable 'QSize' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8687:0: note: Variable 'QSize' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8711:5: note: Variable 'QSize' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:9039:13: warning: Redundant assignment of 'j' to itself. [selfAssignment]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:712:24: style: The scope of the variable 'v0' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:712:28: style: The scope of the variable 'v1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:712:32: style: The scope of the variable 'v2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:712:71: style: The scope of the variable 'vLast' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:712:78: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:712:81: style: The scope of the variable 'delta' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:738:27: style: The scope of the variable 'edgePos' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:834:17: style: The scope of the variable 'm' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:834:20: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:925:24: style: The scope of the variable 'v0' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:925:28: style: The scope of the variable 'v1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:925:32: style: The scope of the variable 'v2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:925:58: style: The scope of the variable 'vLast' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:925:65: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:925:68: style: The scope of the variable 'delta' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:928:21: style: The scope of the variable 'type' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1001:24: style: The scope of the variable 'v0' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1001:28: style: The scope of the variable 'v1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1001:32: style: The scope of the variable 'v2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1001:54: style: The scope of the variable 'vLast' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1001:61: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1001:64: style: The scope of the variable 'delta' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1121:27: style: The scope of the variable 'v1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1121:31: style: The scope of the variable 'v2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1121:44: style: The scope of the variable 'ineigh2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1121:53: style: The scope of the variable 'vLast' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1121:60: style: The scope of the variable 'vFirst' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1121:68: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1121:71: style: The scope of the variable 'delta' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1272:24: style: The scope of the variable 'v1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1272:28: style: The scope of the variable 'v2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1272:41: style: The scope of the variable 'ineigh2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1272:50: style: The scope of the variable 'vLast' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1272:57: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1272:60: style: The scope of the variable 'delta' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1388:12: style: The scope of the variable 'bond_type' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1428:34: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1524:16: style: The scope of the variable 'bSuccess' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1814:27: style: The scope of the variable 'n4' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1816:10: style: The scope of the variable 'elname' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1827:14: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:2339:12: style: The scope of the variable 'neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:2767:18: style: The scope of the variable 'type' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:2854:9: style: The scope of the variable 'sub_type' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3230:20: style: The scope of the variable 'endpoint' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3230:58: style: The scope of the variable 'iedge' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3391:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3488:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3514:9: style: The scope of the variable 'nDelta' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3514:17: style: The scope of the variable 'nNumChanges' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3514:76: style: The scope of the variable 'nPrevNumCharges' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3675:9: style: The scope of the variable 'nDelta' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3675:17: style: The scope of the variable 'nNumChanges' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3675:80: style: The scope of the variable 'nPrevNumCharges' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3844:9: style: The scope of the variable 'nDelta' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3844:17: style: The scope of the variable 'nNumChanges' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:3844:79: style: The scope of the variable 'nPrevNumCharges' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:4049:32: style: The scope of the variable 'type' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:4847:15: style: The scope of the variable 'rescap1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:4847:24: style: The scope of the variable 'rescap2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:4847:33: style: The scope of the variable 'rescap12' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:4847:43: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:4847:46: style: The scope of the variable 'iedge_i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:4958:15: style: The scope of the variable 'pEdge' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:4998:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:4998:18: style: The scope of the variable 'iedge_i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:5404:21: style: The scope of the variable 'pVert' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:5407:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:5491:16: style: The scope of the variable 'bAdjacentDonors' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:6110:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:6110:12: style: The scope of the variable 'vt' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7034:78: style: The scope of the variable 'st_cap' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7034:86: style: The scope of the variable 'st_flow' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7034:95: style: The scope of the variable 'flag_alt_bond' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7226:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7301:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7301:12: style: The scope of the variable 'vfict' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7301:19: style: The scope of the variable 'kfict' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7301:26: style: The scope of the variable 'iedgefict' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7301:37: style: The scope of the variable 'endpoint' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7301:47: style: The scope of the variable 'centerpoint' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7301:60: style: The scope of the variable 'iedge' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7301:67: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7816:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7981:9: style: The scope of the variable 'f' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7981:12: style: The scope of the variable 'flow' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:7981:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8072:31: style: The scope of the variable 'indx' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8109:12: style: The scope of the variable 'f' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8109:15: style: The scope of the variable 'flow' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8271:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8271:15: style: The scope of the variable 'degree' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8271:23: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8271:41: style: The scope of the variable 'num_allowed' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8271:56: style: The scope of the variable 'num_found_groups' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8566:9: style: The scope of the variable 'f' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8693:15: style: The scope of the variable 'degree' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1790:74: style: Function 'fix_special_bonds' argument 4 names different: declaration 'edge_forbidden_mask' definition 'forbidden_mask'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:351:74: note: Function 'fix_special_bonds' argument 4 names different: declaration 'edge_forbidden_mask' definition 'forbidden_mask'.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1790:74: note: Function 'fix_special_bonds' argument 4 names different: declaration 'edge_forbidden_mask' definition 'forbidden_mask'.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:2852:39: style: Function 'bIsNegAtomType' argument 2 names different: declaration 'i' definition 'endpoint'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:403:39: note: Function 'bIsNegAtomType' argument 2 names different: declaration 'i' definition 'endpoint'.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:2852:39: note: Function 'bIsNegAtomType' argument 2 names different: declaration 'i' definition 'endpoint'.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:4872:121: style: Function 'bSetBondsAfterCheckOneBond' argument 6 names different: declaration 'bChangeFlow' definition 'bChangeFlow0'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:346:121: note: Function 'bSetBondsAfterCheckOneBond' argument 6 names different: declaration 'bChangeFlow' definition 'bChangeFlow0'.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:4872:121: note: Function 'bSetBondsAfterCheckOneBond' argument 6 names different: declaration 'bChangeFlow' definition 'bChangeFlow0'.
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:155:9: style: struct member 'tagProtonRemovalMaskAndType::typePos' is never used. [unusedStructMember]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:156:9: style: struct member 'tagProtonRemovalMaskAndType::maskPos' is never used. [unusedStructMember]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:157:9: style: struct member 'tagProtonRemovalMaskAndType::typeNeg' is never used. [unusedStructMember]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:158:9: style: struct member 'tagProtonRemovalMaskAndType::maskNeg' is never used. [unusedStructMember]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:159:9: style: struct member 'tagProtonRemovalMaskAndType::typeH' is never used. [unusedStructMember]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:160:9: style: struct member 'tagProtonRemovalMaskAndType::maskH' is never used. [unusedStructMember]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:836:13: style: Variable 'nNumExplicit2Implicit' is modified but its new value is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:908:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:973:38: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1018:13: style: Variable 'bMovingRad' is modified but its new value is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1146:23: style: Variable 'ineigh2' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1292:23: style: Variable 'ineigh2' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:1584:37: style: Variable 'bSuccess' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:2016:26: style: Variable 'n4' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:5494:23: style: Variable 't1' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:5495:23: style: Variable 't2' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:5812:17: style: Variable 'iapc' is modified but its new value is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:6074:17: style: Variable 'ret' is modified but its new value is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8177:9: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichi_bns.c:8175:29: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:293:7: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:322:7: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:473:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:541:22: style: The scope of the variable 'nAddLength' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:630:5: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:630:12: style: The scope of the variable 'ret2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:631:9: style: The scope of the variable 'argList' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:735:10: style: The scope of the variable 'szSkip' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:238:65: style: Function 'inchi_ios_str_gets' argument 3 names different: declaration 'ios' definition 'f'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:63:66: note: Function 'inchi_ios_str_gets' argument 3 names different: declaration 'ios' definition 'f'.
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:238:65: note: Function 'inchi_ios_str_gets' argument 3 names different: declaration 'ios' definition 'f'.
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:265:69: style: Function 'inchi_ios_str_getsTab' argument 3 names different: declaration 'ios' definition 'f'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:64:69: note: Function 'inchi_ios_str_getsTab' argument 3 names different: declaration 'ios' definition 'f'.
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:265:69: note: Function 'inchi_ios_str_getsTab' argument 3 names different: declaration 'ios' definition 'f'.
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:634:22: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:635:46: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:636:9: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:641:26: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:642:50: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:643:13: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:698:18: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
openbabel-2.4.1/src/formats/libinchi/ichi_io.c:699:37: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3076:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3074:25: note: outer condition: kLeast_rho_fix
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3076:14: note: identical inner condition: kLeast_rho_fix
openbabel-2.4.1/src/formats/libinchi/ichican2.c:2847:14: style: Condition 'lab' is always true [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:2674:16: note: Assignment 'lab=1', assigned value is 1
openbabel-2.4.1/src/formats/libinchi/ichican2.c:2847:14: note: Condition 'lab' is always true
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3893:5: style: Variable 'len_iso_exchg_atnos' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3891:5: note: Variable 'len_iso_exchg_atnos' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3893:5: note: Variable 'len_iso_exchg_atnos' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3894:5: style: Variable 'maxlen_iso_exchg_atnos' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3892:5: note: Variable 'maxlen_iso_exchg_atnos' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3894:5: note: Variable 'maxlen_iso_exchg_atnos' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichican2.c:703:17: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:733:12: style: The scope of the variable 'j1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:761:17: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:776:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:921:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:1191:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:1225:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:2019:9: style: The scope of the variable 'iLayer' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:2063:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:2195:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:2965:17: style: The scope of the variable 'qzb_rho_temp' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3428:12: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3428:18: style: The scope of the variable 'i_t_group' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3435:54: style: The scope of the variable 'pCurElem' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3437:10: style: The scope of the variable 'nNumHydrogenAtoms' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3438:10: style: The scope of the variable 'nNumCarbonAtoms' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3550:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3573:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:3605:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:682:9: style: Variable 'return' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:871:13: style: Unused variable: n1 [unusedVariable]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:889:5: style: Variable 'return' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:913:23: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:1035:24: style: Variable 'nNumNewRanks' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:1167:35: style: Variable 'uMinAtNumb' is modified but its new value is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:1290:23: style: Variable 'rj_prev' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:1256:9: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:1808:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:2094:14: style: Variable 'endCt1' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:2096:19: style: Variable 'endAt1' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichican2.c:2226:17: style: Variable 'num' is modified but its new value is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:1597:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:1599:13: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichicano.c:1597:13: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichicano.c:1739:17: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:1741:17: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichicano.c:1739:17: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichicano.c:2095:17: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:2097:17: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichicano.c:2095:17: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichicano.c:352:32: style: The scope of the variable 'nNumTBonds' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:663:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:663:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:732:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:732:17: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:732:27: style: The scope of the variable 'g' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:732:30: style: The scope of the variable 'num_num' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:732:39: style: The scope of the variable 'offset' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:732:47: style: The scope of the variable 'max_len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:732:60: style: The scope of the variable 'len_iso' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:874:13: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicano.c:789:19: style: Variable 'num_num' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:100:12: style: The scope of the variable 'next_atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:116:9: style: The scope of the variable 'parity' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:129:9: style: The scope of the variable 'k2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:360:17: style: The scope of the variable 'num_allene' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:381:39: style: The scope of the variable 'stereo_neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:381:53: style: The scope of the variable 'stereo_neigh_ord' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:414:33: style: The scope of the variable 'half_parity1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:414:47: style: The scope of the variable 'half_parity2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:643:31: style: The scope of the variable 'next' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:831:31: style: The scope of the variable 'next' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:1602:13: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:1602:16: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:1630:14: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:1630:17: style: The scope of the variable 'num_trans' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichicans.c:1499:24: style: Variable 'ret2' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichiisot.c:106:42: style: The scope of the variable 'bMergedTgroup' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichilnct.c:185:0: error: #error "TARGET_API_LIB MUST be defined here" [preprocessorErrorDirective]
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:564:11: warning: Either the condition 'Stereo' is redundant or there is possible null pointer dereference: Stereo. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:559:22: note: Assuming that condition 'Stereo' is not redundant
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:564:11: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:102:9: style: The scope of the variable 'nLen' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:120:10: style: The scope of the variable 'szCount' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:215:10: style: The scope of the variable 'szMult' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:216:15: style: The scope of the variable 'len2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:300:44: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:326:9: style: The scope of the variable 'cumulene_len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:326:26: style: The scope of the variable 'next_j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:326:83: style: The scope of the variable 'next_neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:328:14: style: The scope of the variable 'parity' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimak2.c:518:33: style: The scope of the variable 'next_neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:384:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:381:44: note: outer condition: i2->nNum_H_fixed
openbabel-2.4.1/src/formats/libinchi/ichimake.c:384:16: note: identical inner condition: i2->nNum_H_fixed
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1848:14: style: Redundant condition: If 'err == 9', the comparison 'err' is always true. [redundantCondition]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1874:10: style: Condition '!bPlainText' is always true [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1872:22: note: Assignment 'bPlainText=0', assigned value is 0
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1874:10: note: Condition '!bPlainText' is always true
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3101:9: style: Condition 'bFixIsoFixedH' is always false [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:2845:25: note: Assignment 'bFixIsoFixedH=0', assigned value is 0
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3101:9: note: Condition 'bFixIsoFixedH' is always false
openbabel-2.4.1/src/formats/libinchi/ichimake.c:260:12: warning: Either the condition 'if(i2&&i2->nNum_H_fixed)' is redundant or there is possible null pointer dereference: i2. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:381:8: note: Assuming that condition 'if(i2&&i2->nNum_H_fixed)' is not redundant
openbabel-2.4.1/src/formats/libinchi/ichimake.c:359:51: note: Calling function 'CompareTautNonIsoPartOfINChI', 2nd argument 'i2' value is 0
openbabel-2.4.1/src/formats/libinchi/ichimake.c:260:12: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/ichimake.c:396:55: warning: Either the condition 'i2' is redundant or there is possible null pointer dereference: i2. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:381:36: note: Assuming that condition 'i2' is not redundant
openbabel-2.4.1/src/formats/libinchi/ichimake.c:396:55: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1396:19: warning: Either the condition 'i2n' is redundant or there is possible null pointer dereference: i2n. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1373:42: note: Assuming that condition 'i2n' is not redundant
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1396:19: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1398:22: warning: Either the condition 'i2n' is redundant or there is possible null pointer dereference: i2n. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1373:42: note: Assuming that condition 'i2n' is not redundant
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1398:22: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/ichimake.c:2979:15: warning: Either the condition 't_group_info' is redundant or there is possible null pointer dereference: t_group_info. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:2975:14: note: Assuming that condition 't_group_info' is not redundant
openbabel-2.4.1/src/formats/libinchi/ichimake.c:2979:15: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3207:11: warning: Either the condition 'pBCN' is redundant or there is possible null pointer dereference: pBCN. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:2882:10: note: Assuming that condition 'pBCN' is not redundant
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3207:11: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3210:11: warning: Either the condition 'pBCN' is redundant or there is possible null pointer dereference: pBCN. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:2882:10: note: Assuming that condition 'pBCN' is not redundant
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3210:11: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3308:31: warning: Either the condition 'if(pBCN)' is redundant or there is possible null pointer dereference: pBCN. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3326:12: note: Assuming that condition 'if(pBCN)' is not redundant
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3308:31: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1615:5: style: Variable 'nl' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1601:0: note: Variable 'nl' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1615:5: note: Variable 'nl' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3231:13: style: Variable 'nMode' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3230:13: note: Variable 'nMode' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3231:13: note: Variable 'nMode' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3255:13: style: Variable 'nMode' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3254:13: note: Variable 'nMode' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichimake.c:3255:13: note: Variable 'nMode' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4703:5: style: Variable 'pCanonOrd' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4689:0: note: Variable 'pCanonOrd' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4703:5: note: Variable 'pCanonOrd' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/ichimake.c:307:8: warning: Redundant assignment of 'i2' to itself. [selfAssignment]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:105:15: style: The scope of the variable 'val' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:151:11: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:542:18: style: The scope of the variable 'num' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1184:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1184:12: style: The scope of the variable 'num' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1184:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1548:10: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:1866:9: style: The scope of the variable 'b_ok' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4448:49: style: The scope of the variable 'atw' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4612:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4612:12: style: The scope of the variable 'num_components' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4612:28: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4612:31: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4612:34: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4613:15: style: The scope of the variable 'inp_norm_at' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4614:16: style: The scope of the variable 'pINChI' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4615:16: style: The scope of the variable 'pINChI_Aux' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4616:14: style: The scope of the variable 'num_inp_at' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4616:26: style: The scope of the variable 'num_at' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4616:34: style: The scope of the variable 'num_H' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4616:41: style: The scope of the variable 'offset' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4616:49: style: The scope of the variable 'offset_H' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4616:59: style: The scope of the variable 'next_offset' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimake.c:4616:72: style: The scope of the variable 'next_offset_H' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap1.c:109:13: style: The scope of the variable 'n1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap1.c:112:13: style: The scope of the variable 'iMax1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap1.c:160:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap1.c:160:12: style: The scope of the variable 'num' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap1.c:189:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap1.c:189:12: style: The scope of the variable 'num' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap1.c:419:13: style: The scope of the variable 'n1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap1.c:422:13: style: The scope of the variable 'iMax1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:795:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:797:7: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:795:5: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:180:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:231:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:330:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:352:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:523:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:705:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:896:19: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:897:13: style: The scope of the variable 'r1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:897:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:897:21: style: The scope of the variable 'r' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:897:24: style: The scope of the variable 'r_canon_from_min' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:897:42: style: The scope of the variable 'neigh_canon_from_min' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:897:64: style: The scope of the variable 'r_canon_from' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:898:43: style: The scope of the variable 'neigh1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:898:51: style: The scope of the variable 'neigh2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:1044:13: style: The scope of the variable 'nNewNumRanks2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:1044:28: style: The scope of the variable 'nNewNumRanks1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:1045:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichimap2.c:932:22: style: Variable 'num_trans_from' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:671:34: warning: Either the condition 'istk2>=6' is redundant or the array 'nStackPtr[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:674:36: note: Assuming that condition 'istk2>=6' is not redundant
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:672:25: note: istk2 is incremented, before this increment the value is 5
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:671:34: note: Array index out of bounds
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:577:29: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:579:29: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:577:29: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:829:33: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:831:33: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:829:33: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:942:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:944:13: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:942:13: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:1302:25: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:1304:25: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:1302:25: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:1467:25: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:1469:25: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichimap4.c:1467:25: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:1845:27: error: sprintf format string requires 6 parameters but only 3 are given. [wrongPrintfScanfArgNum]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:2000:11: warning: Redundant assignment of 'i' to itself. [selfAssignment]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:1448:22: style: The scope of the variable 'bCurStereo' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:1448:34: style: The scope of the variable 'bCurIsoStereo' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:1645:34: style: The scope of the variable 'bCurTautEqu' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:1645:49: style: The scope of the variable 'bCurIsoEqu' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:1645:63: style: The scope of the variable 'bCurIsoTautEqu' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3476:17: style: The scope of the variable 'add_tag_len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3528:12: style: The scope of the variable 'coord' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3603:12: style: The scope of the variable 'num_zer' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3653:18: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3653:23: style: The scope of the variable 'len0' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3653:38: style: The scope of the variable 'val' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3653:43: style: The scope of the variable 'bonds_val' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3653:58: style: The scope of the variable 'parity' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3653:66: style: The scope of the variable 'num_trans' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3808:23: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3808:95: style: The scope of the variable 'num_trans' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3945:25: style: The scope of the variable 'kc' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3946:45: style: The scope of the variable 'neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3946:52: style: The scope of the variable 'neigh1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt1.c:3946:60: style: The scope of the variable 'neigh2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:529:54: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:97:30: style: The scope of the variable 't_parity2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:98:29: style: The scope of the variable 'nNumber2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:293:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:404:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:404:24: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:405:10: style: The scope of the variable 'szValue' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:406:11: style: The scope of the variable 'nValue' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:406:19: style: The scope of the variable 'nDelim' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:406:27: style: The scope of the variable 'num_H' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:409:14: style: The scope of the variable 'nNumRingClosures' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:513:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:513:24: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:513:27: style: The scope of the variable 'bLessThanPrev' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:515:10: style: The scope of the variable 'szValue' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:516:11: style: The scope of the variable 'nValue' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:516:19: style: The scope of the variable 'bNext' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:569:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:569:24: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:569:27: style: The scope of the variable 'iFirst' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:569:35: style: The scope of the variable 'nVal' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:570:10: style: The scope of the variable 'szValue' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:571:17: style: The scope of the variable 'pH' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:572:10: style: The scope of the variable 'bNext' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:589:18: style: The scope of the variable 'numAt' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:590:38: style: The scope of the variable 'tot_num_no_H' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:798:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:798:24: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:799:10: style: The scope of the variable 'szValue' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:800:17: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:801:11: style: The scope of the variable 'nValue' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:801:19: style: The scope of the variable 'nGroupLen' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:801:30: style: The scope of the variable 'iGroupOutputCount' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1125:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1125:24: style: The scope of the variable 'tot_len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1125:33: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1125:38: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1125:41: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1127:11: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1128:11: style: The scope of the variable 'nValue' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1131:24: style: The scope of the variable 'h' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1132:24: style: The scope of the variable 'sign' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1233:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1233:24: style: The scope of the variable 'tot_len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1233:33: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1233:36: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1236:11: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1237:11: style: The scope of the variable 'nValue' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1240:24: style: The scope of the variable 'h' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1319:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1319:24: style: The scope of the variable 'tot_len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1319:33: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1322:11: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1323:11: style: The scope of the variable 'nValue' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1326:24: style: The scope of the variable 'h' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1382:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1382:24: style: The scope of the variable 'tot_len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1382:33: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1382:36: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1384:11: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1385:11: style: The scope of the variable 'nValue' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1462:10: style: The scope of the variable 'nChar' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt2.c:1575:10: style: The scope of the variable 'nChar' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:114:14: style: Condition '!eq2taut' is always true [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:98:19: note: Assignment 'eq2taut=0', assigned value is 0
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:114:14: note: Condition '!eq2taut' is always true
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:290:14: style: Condition '!eq2taut' is always true [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:275:19: note: Assignment 'eq2taut=0', assigned value is 0
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:290:14: note: Condition '!eq2taut' is always true
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:448:14: style: Condition '!eq2taut' is always true [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:447:19: note: Assignment 'eq2taut=0', assigned value is 0
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:448:14: note: Condition '!eq2taut' is always true
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2580:14: style: Condition '!eq2taut' is always true [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2579:19: note: Assignment 'eq2taut=0', assigned value is 0
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2580:14: note: Condition '!eq2taut' is always true
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:212:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:219:24: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:212:22: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:390:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:397:24: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:390:22: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:562:21: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:570:24: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:562:21: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:792:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:799:24: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:792:22: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1013:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1020:24: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1013:22: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1368:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1376:24: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1368:22: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2100:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2108:24: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2100:22: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2671:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2678:24: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2671:22: note: Found duplicate branches for 'if' and 'else'.
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:68:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:242:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:419:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:598:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:821:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1042:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1189:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1397:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1401:19: style: The scope of the variable 'Stereo' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1536:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1662:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:1844:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2129:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2133:19: style: The scope of the variable 'Stereo' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2323:24: style: The scope of the variable 'eq2prev' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2362:43: style: The scope of the variable 'pINChI_Taut' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2363:24: style: The scope of the variable 'eq2prev' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2419:24: style: The scope of the variable 'eq2prev' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2472:24: style: The scope of the variable 'eq2prev' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2550:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2553:69: style: The scope of the variable 'nTotalCharge_Taut_Prev' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2702:24: style: The scope of the variable 'eq2prev' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2773:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2776:19: style: The scope of the variable 'pINChI_Aux' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2873:24: style: The scope of the variable 'eq2prev' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2909:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:2912:24: style: The scope of the variable 'eq2prev' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:3027:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:3027:21: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:3027:24: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:3027:29: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:3056:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:3056:24: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:3080:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:3080:24: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiprt3.c:3104:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichiring.c:335:40: style: The scope of the variable 'neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichisort.c:59:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichisort.c:431:16: style: The scope of the variable 'num_t_groups' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichisort.c:432:16: style: The scope of the variable 'nFirstEndpointAtNoPos' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichisort.c:435:16: style: The scope of the variable 'length' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichisort.c:435:24: style: The scope of the variable 'start' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichisort.c:435:31: style: The scope of the variable 'val' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichisort.c:435:36: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichisort.c:435:39: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichisort.c:536:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichisort.c:536:23: style: The scope of the variable 'nNumRanks' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichister.c:2095:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:356:10: style: The scope of the variable 'nMobile' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:889:13: style: The scope of the variable 'neighbor' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:923:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:923:16: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1388:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1440:29: style: The scope of the variable 'i1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1440:33: style: The scope of the variable 'i2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1713:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1856:9: style: The scope of the variable 'tg' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1856:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1856:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1856:43: style: The scope of the variable 'num_centerpoints' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1856:61: style: The scope of the variable 'bond_type' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1856:72: style: The scope of the variable 'centerpoint' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1970:33: style: The scope of the variable 'bond_type' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:1970:44: style: The scope of the variable 'centerpoint' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:2907:35: style: The scope of the variable 'nNumCandidates' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:2907:51: style: The scope of the variable 'nNumCandidates2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:2924:22: style: The scope of the variable 's_type' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:3074:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:3074:19: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:3074:22: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:3074:25: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:3074:28: style: The scope of the variable 'bHasH' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:3074:35: style: The scope of the variable 'tg' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:3074:39: style: The scope of the variable 'nError' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:3076:51: style: The scope of the variable 'nNumNonTautCandidates' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:3087:22: style: The scope of the variable 's_type' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:4025:18: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:4101:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:2002:28: style: Variable 'bond_type' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ichitaut.c:2926:39: style: Variable 'nNumCandidates2' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/ikey_base26.c:1311:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/ikey_dll.c:408:37: style: Same expression on both sides of '!=' because the value of 'ret1' and 'INCHIKEY_OK' are the same. [duplicateExpression]
openbabel-2.4.1/src/formats/libinchi/ikey_dll.c:116:12: note: 'ret1' is assigned value 'INCHIKEY_OK' here.
openbabel-2.4.1/src/formats/libinchi/ikey_dll.c:408:37: note: Same expression on both sides of '!=' because the value of 'ret1' and 'INCHIKEY_OK' are the same.
openbabel-2.4.1/src/formats/libinchi/inchi_dll.c:411:10: style: Condition 'pStructPtrs' is always false [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/libinchi/inchi_dll.c:204:33: note: Assignment 'pStructPtrs=NULL', assigned value is 0
openbabel-2.4.1/src/formats/libinchi/inchi_dll.c:411:10: note: Condition 'pStructPtrs' is always false
openbabel-2.4.1/src/formats/libinchi/inchi_dll.c:1942:26: warning: Either the condition 'inpInChI' is redundant or there is possible null pointer dereference: inpInChI. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/inchi_dll.c:1874:10: note: Assuming that condition 'inpInChI' is not redundant
openbabel-2.4.1/src/formats/libinchi/inchi_dll.c:1942:26: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/inchi_dll.c:2247:11: warning: Either the condition 'inpInChI' is redundant or there is possible null pointer dereference: inpInChI. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/inchi_dll.c:2187:10: note: Assuming that condition 'inpInChI' is not redundant
openbabel-2.4.1/src/formats/libinchi/inchi_dll.c:2247:11: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/inchi_dll.c:1539:52: style: The scope of the variable 'nxt' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:477:16: warning: Either the condition '!pGenData' is redundant or there is possible null pointer dereference: pGenData. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:475:9: note: Assuming that condition '!pGenData' is not redundant
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:477:16: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:479:13: warning: Either the condition '!pGenData' is redundant or there is possible null pointer dereference: pGenData. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:475:9: note: Assuming that condition '!pGenData' is not redundant
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:479:13: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:113:5: style: Variable 'HGen' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:110:0: note: Variable 'HGen' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:113:5: note: Variable 'HGen' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:173:5: style: Variable 'retcode' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:170:0: note: Variable 'retcode' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:173:5: note: Variable 'retcode' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:1187:5: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:1187:8: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:1187:11: style: The scope of the variable 'nc' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a.c:171:0: style: Variable 'force_std' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:1188:20: warning: Either the condition 't_group_info' is redundant or there is possible null pointer dereference: t_group_info. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:1182:14: note: Assuming that condition 't_group_info' is not redundant
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:1188:20: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:1662:31: warning: Either the condition 'if(pBCN)' is redundant or there is possible null pointer dereference: pBCN. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:1678:12: note: Assuming that condition 'if(pBCN)' is not redundant
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:1662:31: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:616:5: style: Variable 'inp_cur_data' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:610:0: note: Variable 'inp_cur_data' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:616:5: note: Variable 'inp_cur_data' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:618:5: style: Variable 'cti' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:612:0: note: Variable 'cti' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:618:5: note: Variable 'cti' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:624:5: style: Variable 'pINChI' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:600:0: note: Variable 'pINChI' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:624:5: note: Variable 'pINChI' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:625:5: style: Variable 'pINChI_Aux' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:601:0: note: Variable 'pINChI_Aux' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:625:5: note: Variable 'pINChI_Aux' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:842:5: style: Variable 'inp_cur_data' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:837:0: note: Variable 'inp_cur_data' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:842:5: note: Variable 'inp_cur_data' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:844:5: style: Variable 'cti' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:839:0: note: Variable 'cti' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:844:5: note: Variable 'cti' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:851:5: style: Variable 'pINChI' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:833:0: note: Variable 'pINChI' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:851:5: note: Variable 'pINChI' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:852:5: style: Variable 'pINChI_Aux' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:834:0: note: Variable 'pINChI_Aux' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:852:5: note: Variable 'pINChI_Aux' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:894:5: style: Variable 'num_at' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:891:5: note: Variable 'num_at' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:894:5: note: Variable 'num_at' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:1010:47: style: Function 'Normalization_step' argument 8 names different: declaration 'cti' definition 'z'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:146:47: note: Function 'Normalization_step' argument 8 names different: declaration 'cti' definition 'z'.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:1010:47: note: Function 'Normalization_step' argument 8 names different: declaration 'cti' definition 'z'.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:1474:50: style: Function 'Canonicalization_step' argument 7 names different: declaration 'cti' definition 'z'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:152:47: note: Function 'Canonicalization_step' argument 7 names different: declaration 'cti' definition 'z'.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:1474:50: note: Function 'Canonicalization_step' argument 7 names different: declaration 'cti' definition 'z'.
openbabel-2.4.1/src/formats/libinchi/inchi_dll_a2.c:644:81: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
openbabel-2.4.1/src/formats/libinchi/runichi.c:1175:73: style: Redundant condition: If 'EXPR == ']'', the comparison 'EXPR' is always true. [redundantCondition]
openbabel-2.4.1/src/formats/libinchi/runichi.c:1253:73: style: Redundant condition: If 'EXPR == ']'', the comparison 'EXPR' is always true. [redundantCondition]
openbabel-2.4.1/src/formats/libinchi/runichi.c:589:17: error: sprintf format string requires 9 parameters but only 6 are given. [wrongPrintfScanfArgNum]
openbabel-2.4.1/src/formats/libinchi/runichi.c:618:25: error: sprintf format string requires 11 parameters but only 8 are given. [wrongPrintfScanfArgNum]
openbabel-2.4.1/src/formats/libinchi/runichi.c:1767:9: warning: %d in format string (no. 7) requires 'int' but the argument type is 'const char *'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/libinchi/runichi.c:1767:9: error: fprintf format string requires 11 parameters but only 8 are given. [wrongPrintfScanfArgNum]
openbabel-2.4.1/src/formats/libinchi/runichi.c:2646:13: error: sprintf format string requires 8 parameters but only 5 are given. [wrongPrintfScanfArgNum]
openbabel-2.4.1/src/formats/libinchi/runichi.c:2650:13: error: sprintf format string requires 6 parameters but only 3 are given. [wrongPrintfScanfArgNum]
openbabel-2.4.1/src/formats/libinchi/runichi.c:2701:13: error: sprintf format string requires 6 parameters but only 3 are given. [wrongPrintfScanfArgNum]
openbabel-2.4.1/src/formats/libinchi/runichi.c:3497:17: error: sprintf format string requires 7 parameters but only 4 are given. [wrongPrintfScanfArgNum]
openbabel-2.4.1/src/formats/libinchi/runichi.c:3501:17: error: sprintf format string requires 8 parameters but only 5 are given. [wrongPrintfScanfArgNum]
openbabel-2.4.1/src/formats/libinchi/runichi.c:3625:33: error: sprintf format string requires 11 parameters but only 8 are given. [wrongPrintfScanfArgNum]
openbabel-2.4.1/src/formats/libinchi/runichi.c:3632:33: error: sprintf format string requires 9 parameters but only 6 are given. [wrongPrintfScanfArgNum]
openbabel-2.4.1/src/formats/libinchi/runichi.c:3037:18: warning: Either the condition 'prb_file' is redundant or there is possible null pointer dereference: prb_file. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/libinchi/runichi.c:3032:18: note: Assuming that condition 'prb_file' is not redundant
openbabel-2.4.1/src/formats/libinchi/runichi.c:3037:18: note: Null pointer dereference
openbabel-2.4.1/src/formats/libinchi/runichi.c:357:17: style: The scope of the variable 'm' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:427:19: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:427:22: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:427:25: style: The scope of the variable 'nNumDeleted' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:456:21: style: The scope of the variable 'i2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:544:13: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:1492:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:2292:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:2292:12: style: The scope of the variable 'val' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:2293:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:2294:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:2294:14: style: The scope of the variable 'num_H' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:2486:27: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:2562:19: style: The scope of the variable 'p' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/runichi.c:1558:81: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2146:13: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2780:33: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2781:33: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/libinchi/strutil.c:102:32: style: The scope of the variable 'num_rad2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:134:26: style: The scope of the variable 'ne2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:135:20: style: The scope of the variable 'el_number_P' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:137:20: style: The scope of the variable 'el_number_C' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:138:20: style: The scope of the variable 'el_number_O' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:139:20: style: The scope of the variable 'el_number_Si' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:146:10: style: The scope of the variable 'elname' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:475:14: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:905:41: style: The scope of the variable 'chrg' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:911:10: style: The scope of the variable 'elname' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:914:14: style: The scope of the variable 'len' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:1774:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:1774:17: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:1774:20: style: The scope of the variable 'm' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:1774:23: style: The scope of the variable 'm2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:1774:27: style: The scope of the variable 'k2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:1952:9: style: The scope of the variable 'component' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:1983:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:1983:17: style: The scope of the variable 'neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:1983:31: style: The scope of the variable 'iC' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2071:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2071:12: style: The scope of the variable 'neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2157:20: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2157:23: style: The scope of the variable 'iO' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2157:27: style: The scope of the variable 'iC' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2157:31: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2157:34: style: The scope of the variable 'neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2250:12: style: The scope of the variable 'iO' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2295:32: style: The scope of the variable 'val' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:2370:35: style: The scope of the variable 'val' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:3181:20: style: The scope of the variable 'is_O' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:3181:28: style: The scope of the variable 'is_Cl' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:3181:37: style: The scope of the variable 'is_N' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:3181:60: style: The scope of the variable 'iat_numb' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:4207:9: style: The scope of the variable 'flag_bad_charge' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:4211:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:4211:15: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:4211:18: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/strutil.c:1772:32: style: Function 'RemoveInpAtBond' argument 1 names different: declaration 'at' definition 'atom'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/libinchi/strutil.c:67:32: note: Function 'RemoveInpAtBond' argument 1 names different: declaration 'at' definition 'atom'.
openbabel-2.4.1/src/formats/libinchi/strutil.c:1772:32: note: Function 'RemoveInpAtBond' argument 1 names different: declaration 'at' definition 'atom'.
openbabel-2.4.1/src/formats/libinchi/strutil.c:2066:48: style: Function 'DisconnectAmmoniumSalt' argument 2 names different: declaration 'i' definition 'iN'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/libinchi/strutil.c:73:48: note: Function 'DisconnectAmmoniumSalt' argument 2 names different: declaration 'i' definition 'iN'.
openbabel-2.4.1/src/formats/libinchi/strutil.c:2066:48: note: Function 'DisconnectAmmoniumSalt' argument 2 names different: declaration 'i' definition 'iN'.
openbabel-2.4.1/src/formats/libinchi/strutil.c:862:26: style: Variable 'n_OM_best' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/strutil.c:1054:33: style: Variable 'num_O_other' is modified but its new value is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/util.c:277:46: style: The scope of the variable 'known_chem_valence' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:318:63: style: The scope of the variable 'known_chem_valence' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:376:35: style: The scope of the variable 'known_chem_valence' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:532:46: style: The scope of the variable 'el_number_O' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:758:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:782:12: style: The scope of the variable 'neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:801:15: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:815:12: style: The scope of the variable 'neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:869:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:917:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:974:12: style: The scope of the variable 'neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:987:12: style: The scope of the variable 'neigh' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:1003:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:1003:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:1003:20: style: The scope of the variable 'num' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:1059:10: style: The scope of the variable 'pp' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/libinchi/util.c:536:23: style: Variable 'el_number_O' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/libinchi/util.c:785:17: style: Variable 'neigh' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/lmpdatformat.cpp:91:12: style: The scope of the variable 'ThisMass' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/lpmdformat.cpp:237:16: style: Variable 'FX' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/lpmdformat.cpp:237:37: style: Variable 'FY' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/lpmdformat.cpp:237:58: style: Variable 'FZ' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/mdffformat.cpp:99:5: warning: Member variable 'atm_t_prop::atom_etab_num' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/mdlformat.cpp:665:0: error: syntax error [syntaxError]
openbabel-2.4.1/src/formats/mmcifformat.cpp:495:13: style: The scope of the variable 'next_asym_no' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mmcifformat.cpp:149:4: warning: Member variable 'CIFResidueID::ChainNum' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/mmcifformat.cpp:149:4: warning: Member variable 'CIFResidueID::ResNum' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/mmcifformat.cpp:240:4: style: Class 'CIFLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/formats/mmodformat.cpp:90:13: error: Uninitialized variable: natoms [uninitvar]
openbabel-2.4.1/src/formats/mol2format.cpp:49:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openbabel-2.4.1/src/formats/mol2format.cpp:217:9: style: The scope of the variable 'elemno' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mol2format.cpp:356:19: style: The scope of the variable 'order' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mol2format.cpp:639:16: style: The scope of the variable 'res' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mol2format.cpp:727:15: style: Variable 'ch' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/mol2format.cpp:134:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openbabel-2.4.1/src/formats/moldenformat.cpp:155:19: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/src/formats/moldenformat.cpp:391:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/molproformat.cpp:148:21: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mopacformat.cpp:642:19: style: The scope of the variable 'isotopeMass' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mopacformat.cpp:868:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mopacformat.cpp:959:13: style: The scope of the variable 'a' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mopacformat.cpp:959:16: style: The scope of the variable 'b' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mopacformat.cpp:959:19: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mopacformat.cpp:994:12: style: The scope of the variable 'r' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mopacformat.cpp:994:14: style: The scope of the variable 'w' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mopacformat.cpp:994:16: style: The scope of the variable 't' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mpdformat.cpp:202:18: style: The scope of the variable 'orig' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mpdformat.cpp:202:23: style: The scope of the variable 'otyp' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mpdformat.cpp:204:42: style: The scope of the variable 'idx_true' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/mpdformat.cpp:96:34: style: Function 'ClearLayer' argument 1 names different: declaration 'a' definition 'layer_a'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/mpdformat.cpp:86:25: note: Function 'ClearLayer' argument 1 names different: declaration 'a' definition 'layer_a'.
openbabel-2.4.1/src/formats/mpdformat.cpp:96:34: note: Function 'ClearLayer' argument 1 names different: declaration 'a' definition 'layer_a'.
openbabel-2.4.1/src/formats/mpdformat.cpp:107:34: style: Function 'PrintLayer' argument 1 names different: declaration 'a' definition 'layer_a'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/mpdformat.cpp:87:25: note: Function 'PrintLayer' argument 1 names different: declaration 'a' definition 'layer_a'.
openbabel-2.4.1/src/formats/mpdformat.cpp:107:34: note: Function 'PrintLayer' argument 1 names different: declaration 'a' definition 'layer_a'.
openbabel-2.4.1/src/formats/mpdformat.cpp:125:12: style: Unused variable: outType [unusedVariable]
openbabel-2.4.1/src/formats/mpdformat.cpp:223:18: style: Variable 'idx_true' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/msiformat.cpp:175:27: style: Checking if unsigned variable 'atomicNum' is less than zero. [unsignedLessThanZero]
openbabel-2.4.1/src/formats/nwchemformat.cpp:192:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/nwchemformat.cpp:192:15: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/nwchemformat.cpp:192:18: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/nwchemformat.cpp:166:21: error: Uninitialized variable: buffer [uninitvar]
openbabel-2.4.1/src/formats/orcaformat.cpp:128:9: style: The scope of the variable 'nModeAll' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/orcaformat.cpp:690:48: style: Function 'checkColumns' argument 1 names different: declaration 'tmp' definition 'checkBuffer'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/orcaformat.cpp:64:32: note: Function 'checkColumns' argument 1 names different: declaration 'tmp' definition 'checkBuffer'.
openbabel-2.4.1/src/formats/orcaformat.cpp:690:48: note: Function 'checkColumns' argument 1 names different: declaration 'tmp' definition 'checkBuffer'.
openbabel-2.4.1/src/formats/painterformat.cpp:113:12: style: Variable 'ofs' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/pcmodelformat.cpp:183:17: style: The scope of the variable 'atomIdx' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/pdbformat.cpp:683:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/pdbformat.cpp:716:15: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/pdbformat.cpp:482:17: style: The scope of the variable 'element_name' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/pdbqtformat.cpp:389:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/pdbqtformat.cpp:628:10: style: The scope of the variable 'fecund' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/pdbqtformat.cpp:874:12: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/pdbqtformat.cpp:978:20: style: The scope of the variable 'best_root_atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/pdbqtformat.cpp:981:20: style: The scope of the variable 'root_piece' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/pdbqtformat.cpp:755:68: style: Function 'FindBondedPiece' argument 2 names different: declaration 'branch' definition 'branched'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/pdbqtformat.cpp:115:75: note: Function 'FindBondedPiece' argument 2 names different: declaration 'branch' definition 'branched'.
openbabel-2.4.1/src/formats/pdbqtformat.cpp:755:68: note: Function 'FindBondedPiece' argument 2 names different: declaration 'branch' definition 'branched'.
openbabel-2.4.1/src/formats/pdbqtformat.cpp:794:0: style: Variable 'fragments' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/pdbqtformat.cpp:915:15: warning: The buffer 'type_name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbabel-2.4.1/src/formats/png2format.cpp:161:12: style: The scope of the variable 'ofs' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/pngformat.cpp:331:12: style: The scope of the variable 'ofs' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/posformat.cpp:101:9: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/src/formats/povrayformat.cpp:172:16: style: Variable 'time_res' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/povrayformat.cpp:802:25: style: Variable 'title' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/povrayformat.cpp:164:68: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/povrayformat.cpp:337:53: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/povrayformat.cpp:379:56: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/povrayformat.cpp:474:56: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/povrayformat.cpp:646:54: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/povrayformat.cpp:692:35: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/povrayformat.cpp:749:51: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/povrayformat.cpp:758:35: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/formats/pqrformat.cpp:540:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/pqrformat.cpp:566:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/pqrformat.cpp:578:15: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/pqrformat.cpp:439:17: style: The scope of the variable 'element_name' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/pqrformat.cpp:196:20: style: Variable 'atom' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/pqrformat.cpp:211:20: style: Variable 'atom' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/pwscfformat.cpp:82:29: style: The scope of the variable 'tag' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/qchemformat.cpp:305:9: style: Condition 'hasDipoleMoment' is always false [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/qchemformat.cpp:120:28: note: Assignment 'hasDipoleMoment=false', assigned value is 0
openbabel-2.4.1/src/formats/qchemformat.cpp:305:9: note: Condition 'hasDipoleMoment' is always false
openbabel-2.4.1/src/formats/reportformat.cpp:253:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/reportformat.cpp:280:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/reportformat.cpp:289:15: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/reportformat.cpp:308:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/reportformat.cpp:247:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/reportformat.cpp:268:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/reportformat.cpp:366:17: style: The scope of the variable 'b' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/reportformat.cpp:366:21: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/reportformat.cpp:368:12: style: The scope of the variable 'ang' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/reportformat.cpp:389:10: style: Variable 'buffer' is not assigned a value. [unassignedVariable]
openbabel-2.4.1/src/formats/reportformat.cpp:402:20: error: Uninitialized variable: buffer [uninitvar]
openbabel-2.4.1/src/formats/rsmiformat.cpp:101:7: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/rsmiformat.cpp:100:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/rsmiformat.cpp:101:7: note: Variable 'ret' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/rsmiformat.cpp:119:45: style: Function 'ReadMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/rsmiformat.cpp:63:39: note: Function 'ReadMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/rsmiformat.cpp:119:45: note: Function 'ReadMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/rsmiformat.cpp:225:46: style: Function 'WriteMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/rsmiformat.cpp:64:40: note: Function 'WriteMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/rsmiformat.cpp:225:46: note: Function 'WriteMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/rxnformat.cpp:103:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/rxnformat.cpp:102:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/rxnformat.cpp:103:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/rxnformat.cpp:120:38: style: Function 'ReadMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/rxnformat.cpp:63:37: note: Function 'ReadMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/rxnformat.cpp:120:38: note: Function 'ReadMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/rxnformat.cpp:201:39: style: Function 'WriteMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/rxnformat.cpp:64:38: note: Function 'WriteMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/rxnformat.cpp:201:39: note: Function 'WriteMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/siestaformat.cpp:82:10: style: The scope of the variable 'coordsAreAngstrom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/siestaformat.cpp:88:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/smilesformat.cpp:1959:16: style: Redundant condition: If '!EXPR', the comparison 'EXPR != ']'' is always true. [redundantCondition]
openbabel-2.4.1/src/formats/smilesformat.cpp:3145:31: style: Redundant condition: atomConfig.specified. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openbabel-2.4.1/src/formats/smilesformat.cpp:2839:5: style: Variable 'bracketElement' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/smilesformat.cpp:2829:0: note: Variable 'bracketElement' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/smilesformat.cpp:2839:5: note: Variable 'bracketElement' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/smilesformat.cpp:543:15: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/smilesformat.cpp:587:15: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/smilesformat.cpp:3717:13: style: The scope of the variable 'bond' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/smilesformat.cpp:3815:23: style: The scope of the variable 'endpos' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/smilesformat.cpp:2510:32: style: Function 'Init' argument 1 names different: declaration 'canonicalOutput' definition 'canonical'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/smilesformat.cpp:2453:28: note: Function 'Init' argument 1 names different: declaration 'canonicalOutput' definition 'canonical'.
openbabel-2.4.1/src/formats/smilesformat.cpp:2510:32: note: Function 'Init' argument 1 names different: declaration 'canonicalOutput' definition 'canonical'.
openbabel-2.4.1/src/formats/smilesformat.cpp:590:16: style: Variable 'atom' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/smilesformat.cpp:3482:17: style: Variable 'bo' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/smilesformat.cpp:271:5: warning: Member variable 'OBSmilesParser::_updown' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:271:5: warning: Member variable 'OBSmilesParser::_order' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:271:5: warning: Member variable 'OBSmilesParser::_prev' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:271:5: warning: Member variable 'OBSmilesParser::_ptr' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:271:5: warning: Member variable 'OBSmilesParser::_buffer' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:271:5: warning: Member variable 'OBSmilesParser::chiralWatch' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:271:5: warning: Member variable 'OBSmilesParser::squarePlanarWatch' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:2448:5: warning: Member variable 'OBMol2Cansmi::_bcdigit' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:2448:5: warning: Member variable 'OBMol2Cansmi::_canonicalOutput' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:2448:5: warning: Member variable 'OBMol2Cansmi::_pconv' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:2448:5: warning: Member variable 'OBMol2Cansmi::_pac' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:2448:5: warning: Member variable 'OBMol2Cansmi::_endatom' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:2448:5: warning: Member variable 'OBMol2Cansmi::_startatom' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smilesformat.cpp:283:10: performance: Technically the member function 'OpenBabel::OBSmilesParser::FindOrphanAromaticAtoms' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smilesformat.cpp:796:24: note: Technically the member function 'OpenBabel::OBSmilesParser::FindOrphanAromaticAtoms' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:283:10: note: Technically the member function 'OpenBabel::OBSmilesParser::FindOrphanAromaticAtoms' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:286:10: performance: Technically the member function 'OpenBabel::OBSmilesParser::SetRingClosureStereo' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smilesformat.cpp:630:24: note: Technically the member function 'OpenBabel::OBSmilesParser::SetRingClosureStereo' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:286:10: note: Technically the member function 'OpenBabel::OBSmilesParser::SetRingClosureStereo' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2364:9: style: Technically the member function 'OpenBabel::OBCanSmiNode::Size' can be const. [functionConst]
openbabel-2.4.1/src/formats/smilesformat.cpp:2457:18: performance: Technically the member function 'OpenBabel::OBMol2Cansmi::AtomIsChiral' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smilesformat.cpp:3090:22: note: Technically the member function 'OpenBabel::OBMol2Cansmi::AtomIsChiral' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2457:18: note: Technically the member function 'OpenBabel::OBMol2Cansmi::AtomIsChiral' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2463:18: performance: Technically the member function 'OpenBabel::OBMol2Cansmi::GetTetrahedralStereo' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smilesformat.cpp:3122:22: note: Technically the member function 'OpenBabel::OBMol2Cansmi::GetTetrahedralStereo' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2463:18: note: Technically the member function 'OpenBabel::OBMol2Cansmi::GetTetrahedralStereo' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2467:18: performance: Technically the member function 'OpenBabel::OBMol2Cansmi::GetSquarePlanarStereo' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smilesformat.cpp:3186:22: note: Technically the member function 'OpenBabel::OBMol2Cansmi::GetSquarePlanarStereo' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2467:18: note: Technically the member function 'OpenBabel::OBMol2Cansmi::GetSquarePlanarStereo' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2482:18: performance: Technically the member function 'OpenBabel::OBMol2Cansmi::IsSuppressedHydrogen' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smilesformat.cpp:3523:22: note: Technically the member function 'OpenBabel::OBMol2Cansmi::IsSuppressedHydrogen' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2482:18: note: Technically the member function 'OpenBabel::OBMol2Cansmi::IsSuppressedHydrogen' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2490:10: performance: Technically the member function 'OpenBabel::OBMol2Cansmi::MyFindChildren' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smilesformat.cpp:3250:22: note: Technically the member function 'OpenBabel::OBMol2Cansmi::MyFindChildren' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2490:10: note: Technically the member function 'OpenBabel::OBMol2Cansmi::MyFindChildren' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2495:18: performance: Technically the member function 'OpenBabel::OBMol2Cansmi::ParseInChI' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smilesformat.cpp:3839:22: note: Technically the member function 'OpenBabel::OBMol2Cansmi::ParseInChI' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2495:18: note: Technically the member function 'OpenBabel::OBMol2Cansmi::ParseInChI' can be static.
openbabel-2.4.1/src/formats/smilesformat.cpp:2361:5: style: Class 'OBCanSmiNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/formats/smilesformat.cpp:170:18: style: The function 'WriteMolecule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openbabel-2.4.1/src/formats/smilesformat.cpp:60:18: note: Virtual function in base class
openbabel-2.4.1/src/formats/smilesformat.cpp:170:18: note: Function in derived class
openbabel-2.4.1/src/formats/smileyformat.cpp:402:36: style: Function 'AssignNbrAtoms' argument 3 names different: declaration 'above' definition 'aboveId'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/smileyformat.cpp:316:26: note: Function 'AssignNbrAtoms' argument 3 names different: declaration 'above' definition 'aboveId'.
openbabel-2.4.1/src/formats/smileyformat.cpp:402:36: note: Function 'AssignNbrAtoms' argument 3 names different: declaration 'above' definition 'aboveId'.
openbabel-2.4.1/src/formats/smileyformat.cpp:402:60: style: Function 'AssignNbrAtoms' argument 4 names different: declaration 'below' definition 'belowId'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/smileyformat.cpp:316:48: note: Function 'AssignNbrAtoms' argument 4 names different: declaration 'below' definition 'belowId'.
openbabel-2.4.1/src/formats/smileyformat.cpp:402:60: note: Function 'AssignNbrAtoms' argument 4 names different: declaration 'below' definition 'belowId'.
openbabel-2.4.1/src/formats/smiley.h:593:5: warning: Member variable 'SmartsBondExpr::unary' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:593:5: warning: Member variable 'SmartsBondExpr::binary' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:616:5: warning: Member variable 'SmartsBond::expr' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:617:5: warning: Member variable 'SmartsBond::expr' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_pos' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_element' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_isotope' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_charge' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_chiral' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_hCount' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_class' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_aromatic' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_bondOrder' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_isUp' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_isDown' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_explicitBond' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_index' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:2663:7: warning: Member variable 'Parser::m_prev' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:969:9: warning: Member variable 'RingBondInfo::isExplicit' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/formats/smiley.h:1080:12: style: Unused private function: 'Parser::print_chiralNbrs' [unusedPrivateFunction]
openbabel-2.4.1/src/formats/smiley.h:2360:12: style: Unused private function: 'Parser::printRingBonds' [unusedPrivateFunction]
openbabel-2.4.1/src/formats/smiley.h:981:21: style: Member variable 'RingBondInfo::pos' is in the wrong place in the initializer list. [initializerList]
openbabel-2.4.1/src/formats/smiley.h:970:13: note: Member variable 'RingBondInfo::pos' is in the wrong place in the initializer list.
openbabel-2.4.1/src/formats/smiley.h:981:21: note: Member variable 'RingBondInfo::pos' is in the wrong place in the initializer list.
openbabel-2.4.1/src/formats/smiley.h:981:21: style: Member variable 'RingBondInfo::pos' is in the wrong place in the initializer list. [initializerList]
openbabel-2.4.1/src/formats/smiley.h:977:38: note: Member variable 'RingBondInfo::pos' is in the wrong place in the initializer list.
openbabel-2.4.1/src/formats/smiley.h:981:21: note: Member variable 'RingBondInfo::pos' is in the wrong place in the initializer list.
openbabel-2.4.1/src/formats/smiley.h:644:10: performance: Technically the member function 'Smiley::CallbackBase::clear' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:649:10: performance: Technically the member function 'Smiley::CallbackBase::setChiral' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:655:10: performance: Technically the member function 'Smiley::CallbackBase::addAtom' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:659:10: performance: Technically the member function 'Smiley::CallbackBase::addBond' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:667:10: performance: Technically the member function 'Smiley::CallbackBase::operation' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:671:10: performance: Technically the member function 'Smiley::CallbackBase::addOrganicSubsetAtom' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:675:10: performance: Technically the member function 'Smiley::CallbackBase::atomPrimitive' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:680:10: performance: Technically the member function 'Smiley::CallbackBase::bondPrimitive' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:685:10: performance: Technically the member function 'Smiley::CallbackBase::setPrevious' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:689:10: performance: Technically the member function 'Smiley::CallbackBase::startRingBond' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:693:10: performance: Technically the member function 'Smiley::CallbackBase::endRingBond' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:715:10: performance: Technically the member function 'Smiley::PrintCallback::addAtom' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:731:10: performance: Technically the member function 'Smiley::PrintCallback::addBond' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:745:10: performance: Technically the member function 'Smiley::PrintCallback::setChiral' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:787:17: performance: Technically the member function 'Smiley::PrintCallback::number2string' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smileyformat.cpp:53:10: performance: Technically the member function 'OpenBabel::OpenBabelCallback::clear' can be static. [functionStatic]
openbabel-2.4.1/src/formats/smiley.h:572:5: style: Struct 'SmartsAtomExpr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/formats/smiley.h:593:5: style: Struct 'SmartsBondExpr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/formats/smileyformat.cpp:49:5: style: Struct 'OpenBabelCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/formats/stlformat.cpp:227:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:228:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:229:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:235:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:236:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:237:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:243:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:244:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:245:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:251:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:252:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:253:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/stlformat.cpp:119:7: performance: Variable 'a' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openbabel-2.4.1/src/formats/stlformat.cpp:120:7: performance: Variable 'b' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openbabel-2.4.1/src/formats/stlformat.cpp:121:7: performance: Variable 'c' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openbabel-2.4.1/src/formats/svgformat.cpp:244:0: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/svgformat.cpp:269:14: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/textformat.cpp:82:21: warning: Either the condition 'ofs' is redundant or there is possible null pointer dereference: ofs. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/textformat.cpp:80:10: note: Assuming that condition 'ofs' is not redundant
openbabel-2.4.1/src/formats/textformat.cpp:82:21: note: Null pointer dereference
openbabel-2.4.1/src/formats/thermoformat.cpp:87:3: warning: Width 18 given in format string (no. 1) is smaller than destination buffer 'nam[25]'. [invalidScanfFormatWidth_smaller]
openbabel-2.4.1/src/formats/thermoformat.cpp:71:10: style: The scope of the variable 'DefaultMidT' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/thermoformat.cpp:58:41: style: Function 'ReadMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/thermoformat.cpp:49:37: note: Function 'ReadMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/thermoformat.cpp:58:41: note: Function 'ReadMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/thermoformat.cpp:156:42: style: Function 'WriteMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/thermoformat.cpp:50:38: note: Function 'WriteMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/thermoformat.cpp:156:42: note: Function 'WriteMolecule' argument 1 names different: declaration 'pReact' definition 'pOb'.
openbabel-2.4.1/src/formats/tinkerformat.cpp:197:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/tinkerformat.cpp:99:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/tinkerformat.cpp:99:14: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/tinkerformat.cpp:99:16: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/tinkerformat.cpp:100:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/tinkerformat.cpp:176:9: style: The scope of the variable 'atomType' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/tinkerformat.cpp:98:12: style: Unused variable: str [unusedVariable]
openbabel-2.4.1/src/formats/tinkerformat.cpp:101:9: style: Unused variable: atomicNum [unusedVariable]
openbabel-2.4.1/src/formats/unichemformat.cpp:89:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/unichemformat.cpp:89:14: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/unichemformat.cpp:89:16: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/unichemformat.cpp:90:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/unichemformat.cpp:142:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/unichemformat.cpp:88:12: style: Unused variable: str [unusedVariable]
openbabel-2.4.1/src/formats/unichemformat.cpp:143:12: style: Unused variable: str [unusedVariable]
openbabel-2.4.1/src/formats/unichemformat.cpp:143:16: style: Unused variable: str1 [unusedVariable]
openbabel-2.4.1/src/formats/vaspformat.cpp:144:29: style: The scope of the variable 'tag' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/vaspformat.cpp:147:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/viewmolformat.cpp:174:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xedformat.cpp:72:9: style: The scope of the variable 'type_name' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xedformat.cpp:74:13: style: The scope of the variable 'bond' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xml/cdxmlformat.cpp:231:23: style: Variable 'MolFormula' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/xml/cmlformat.cpp:1506:20: style: The scope of the variable 'X' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xml/cmlformat.cpp:1506:23: style: The scope of the variable 'Y' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xml/cmlformat.cpp:1506:26: style: The scope of the variable 'Z' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xml/cmlformat.cpp:795:16: style: Unused variable: bondstereo [unusedVariable]
openbabel-2.4.1/src/formats/xml/cmlformat.cpp:795:28: style: Unused variable: BondStereoRefs [unusedVariable]
openbabel-2.4.1/src/formats/xml/cmlformat.cpp:1232:26: style: Variable 'C_TITLE' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/xml/cmlformat.cpp:1286:16: style: Variable 'time_res' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/xml/cmlformat.cpp:2289:26: style: Variable 'C_SCALAR' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/xml/cmlreactformat.cpp:383:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/xml/cmlreactformat.cpp:382:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/xml/cmlreactformat.cpp:383:3: note: Variable 'ret' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/xml/cmlreactformat.cpp:170:46: style: Function 'DoElement' argument 1 names different: declaration 'ElName' definition 'name'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/xml/cmlreactformat.cpp:85:40: note: Function 'DoElement' argument 1 names different: declaration 'ElName' definition 'name'.
openbabel-2.4.1/src/formats/xml/cmlreactformat.cpp:170:46: note: Function 'DoElement' argument 1 names different: declaration 'ElName' definition 'name'.
openbabel-2.4.1/src/formats/xml/cmlreactformat.cpp:285:47: style: Function 'EndElement' argument 1 names different: declaration 'ElName' definition 'name'. [funcArgNamesDifferent]
openbabel-2.4.1/src/formats/xml/cmlreactformat.cpp:86:41: note: Function 'EndElement' argument 1 names different: declaration 'ElName' definition 'name'.
openbabel-2.4.1/src/formats/xml/cmlreactformat.cpp:285:47: note: Function 'EndElement' argument 1 names different: declaration 'ElName' definition 'name'.
openbabel-2.4.1/src/formats/xml/cmlreactformat.cpp:769:26: style: Variable 'C_TITLE' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/xml/xml.cpp:366:7: warning: Either the condition '!ofs' is redundant or there is possible null pointer dereference: ofs. [nullPointerRedundantCheck]
openbabel-2.4.1/src/formats/xml/xml.cpp:367:10: note: Assuming that condition '!ofs' is not redundant
openbabel-2.4.1/src/formats/xml/xml.cpp:366:7: note: Null pointer dereference
openbabel-2.4.1/src/formats/xml/xml.cpp:98:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/formats/xml/xml.cpp:97:9: note: Variable 'ret' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/xml/xml.cpp:98:9: note: Variable 'ret' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/formats/xtcformat.cpp:268:19: style: Condition 'init_done==0' is always true [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/xtcformat.cpp:264:21: note: Assignment 'init_done=0', assigned value is 0
openbabel-2.4.1/src/formats/xtcformat.cpp:268:19: note: Condition 'init_done==0' is always true
openbabel-2.4.1/src/formats/xtcformat.cpp:899:14: style: Condition 'ip==NULL' is always true [knownConditionTrueFalse]
openbabel-2.4.1/src/formats/xtcformat.cpp:610:15: note: Assignment 'ip=NULL', assigned value is 0
openbabel-2.4.1/src/formats/xtcformat.cpp:899:14: note: Condition 'ip==NULL' is always true
openbabel-2.4.1/src/formats/xtcformat.cpp:472:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/xtcformat.cpp:472:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/formats/xtcformat.cpp:650:34: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/xtcformat.cpp:895:34: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/formats/xtcformat.cpp:268:19: style: Same expression on both sides of '==' because the value of 'init_done' and '0' are the same. [duplicateExpression]
openbabel-2.4.1/src/formats/xtcformat.cpp:264:21: note: 'init_done' is assigned value '0' here.
openbabel-2.4.1/src/formats/xtcformat.cpp:268:19: note: Same expression on both sides of '==' because the value of 'init_done' and '0' are the same.
openbabel-2.4.1/src/formats/xtcformat.cpp:415:65: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:558:32: style: The scope of the variable 'num' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:614:31: style: The scope of the variable 'mindiff' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:614:46: style: The scope of the variable 'diff' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:615:9: style: The scope of the variable 'lint1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:615:16: style: The scope of the variable 'lint2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:615:23: style: The scope of the variable 'lint3' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:615:30: style: The scope of the variable 'oldlint1' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:615:40: style: The scope of the variable 'oldlint2' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:615:50: style: The scope of the variable 'oldlint3' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:617:63: style: The scope of the variable 'luip' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:618:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:620:9: style: The scope of the variable 'is_small' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:620:36: style: The scope of the variable 'prevrun' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:621:17: style: The scope of the variable 'lf' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:627:11: style: The scope of the variable 'inv_precision' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:628:9: style: The scope of the variable 'errval' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/xtcformat.cpp:272:7: style: Variable 'init_done' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/xtcformat.cpp:924:9: style: Variable 'oldsize' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/xtcformat.cpp:952:16: style: Variable 'minidx' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/xtcformat.cpp:956:16: style: Variable 'larger' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/xtcformat.cpp:675:9: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc]
openbabel-2.4.1/src/formats/xtcformat.cpp:919:9: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc]
openbabel-2.4.1/src/formats/xtcformat.cpp:668:26: error: Uninitialized variable: oldsize [uninitvar]
openbabel-2.4.1/src/formats/xyzformat.cpp:127:9: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/src/formats/yasaraformat.cpp:243:47: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openbabel-2.4.1/src/formats/yasaraformat.cpp:245:43: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openbabel-2.4.1/src/formats/yasaraformat.cpp:249:45: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openbabel-2.4.1/src/formats/yasaraformat.cpp:96:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/yasaraformat.cpp:230:25: style: The scope of the variable 'inscodealtloc' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/yasaraformat.cpp:367:62: style: The scope of the variable 'element' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/yasaraformat.cpp:367:70: style: The scope of the variable 'links' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/yasaraformat.cpp:368:21: style: The scope of the variable 'reslen' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/yasaraformat.cpp:373:11: style: The scope of the variable 'dstatom' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/yasaraformat.cpp:478:46: style: The scope of the variable 'element' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/yasaraformat.cpp:479:38: style: The scope of the variable 'flags' can be reduced. [variableScope]
openbabel-2.4.1/src/formats/yasaraformat.cpp:408:14: style: Variable 'reslen' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/formats/yasaraformat.cpp:487:29: style: Unused variable: e [unusedVariable]
openbabel-2.4.1/src/formats/zindoformat.cpp:72:19: style: The scope of the variable 'valenceE' can be reduced. [variableScope]
openbabel-2.4.1/src/graphsym.cpp:138:13: style: The scope of the variable 'nbr' can be reduced. [variableScope]
openbabel-2.4.1/src/graphsym.cpp:165:13: style: The scope of the variable 'nbr' can be reduced. [variableScope]
openbabel-2.4.1/src/graphsym.cpp:342:11: style: The scope of the variable 'id' can be reduced. [variableScope]
openbabel-2.4.1/src/graphsym.cpp:396:11: style: The scope of the variable 'id' can be reduced. [variableScope]
openbabel-2.4.1/src/graphsym.cpp:542:71: style: Function 'CalculateSymmetry' argument 1 names different: declaration 'symmetry_classes' definition 'atom_sym_classes'. [funcArgNamesDifferent]
openbabel-2.4.1/src/graphsym.cpp:87:56: note: Function 'CalculateSymmetry' argument 1 names different: declaration 'symmetry_classes' definition 'atom_sym_classes'.
openbabel-2.4.1/src/graphsym.cpp:542:71: note: Function 'CalculateSymmetry' argument 1 names different: declaration 'symmetry_classes' definition 'atom_sym_classes'.
openbabel-2.4.1/src/graphsym.cpp:618:56: style: Function 'Iterate' argument 1 names different: declaration 'symmetry_classes' definition 'symClasses'. [funcArgNamesDifferent]
openbabel-2.4.1/src/graphsym.cpp:88:46: note: Function 'Iterate' argument 1 names different: declaration 'symmetry_classes' definition 'symClasses'.
openbabel-2.4.1/src/graphsym.cpp:618:56: note: Function 'Iterate' argument 1 names different: declaration 'symmetry_classes' definition 'symClasses'.
openbabel-2.4.1/src/grid.cpp:424:12: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/grid.cpp:460:12: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/griddata.cpp:39:5: warning: Member variable 'GridDataPrivate::_max' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/griddata.cpp:39:5: warning: Member variable 'GridDataPrivate::_min' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/griddata.cpp:39:5: warning: Member variable 'GridDataPrivate::_unrestricted' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/griddata.cpp:39:5: warning: Member variable 'GridDataPrivate::_symmetries' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/isomorphism.cpp:64:7: warning: Member variable 'VF2Mapper::m_startTime' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/isomorphism.cpp:73:14: style: Technically the member function 'OpenBabel::VF2Mapper::Candidate::operator==' can be const. [functionConst]
openbabel-2.4.1/src/isomorphism.cpp:64:7: style: Class 'VF2Mapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/isomorphism.cpp:366:13: style: Class 'MapFirstFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/isomorphism.cpp:393:13: style: Class 'MapUniqueFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/kekulize.cpp:198:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/kekulize.cpp:515:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
openbabel-2.4.1/src/kekulize.cpp:517:13: style: The scope of the variable 'bond' can be reduced. [variableScope]
openbabel-2.4.1/src/kekulize.cpp:695:12: style: The scope of the variable 'atom_ok' can be reduced. [variableScope]
openbabel-2.4.1/src/kekulize.cpp:966:12: style: The scope of the variable 'idx1' can be reduced. [variableScope]
openbabel-2.4.1/src/kekulize.cpp:966:18: style: The scope of the variable 'idx2' can be reduced. [variableScope]
openbabel-2.4.1/src/kekulize.cpp:966:24: style: The scope of the variable 'bond_idx' can be reduced. [variableScope]
openbabel-2.4.1/src/kekulize.cpp:201:28: style: Redundant pointer operation on 'atom' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/kekulize.cpp:65:9: performance: Variable 'startTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openbabel-2.4.1/src/kekulize.cpp:63:7: style: Struct 'Timeout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/locale.cpp:41:5: warning: Member variable 'OBLocalePrivate::old_locale_string' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/math/align.cpp:110:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/math/align.cpp:136:19: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/math/align.cpp:164:21: style: The scope of the variable 'oldg' can be reduced. [variableScope]
openbabel-2.4.1/src/math/spacegroup.cpp:434:34: style: Condition 'm_OriginAlternative&(1==0)' is always false [knownConditionTrueFalse]
openbabel-2.4.1/src/math/spacegroup.cpp:434:39: style: Condition '1==0' is always false [knownConditionTrueFalse]
openbabel-2.4.1/src/math/spacegroup.cpp:181:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/math/spacegroup.cpp:182:14: style: The scope of the variable 'neg' can be reduced. [variableScope]
openbabel-2.4.1/src/math/spacegroup.cpp:500:10: style: The scope of the variable 'has_inverse' can be reduced. [variableScope]
openbabel-2.4.1/src/math/transform3d.cpp:50:11: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/math/transform3d.cpp:50:17: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/math/transform3d.cpp:53:12: style: The scope of the variable 'neg' can be reduced. [variableScope]
openbabel-2.4.1/src/math/transform3d.cpp:53:17: style: The scope of the variable 'first' can be reduced. [variableScope]
openbabel-2.4.1/src/matrix.cpp:42:13: style: The scope of the variable 'idx' can be reduced. [variableScope]
openbabel-2.4.1/src/matrix.cpp:92:15: style: The scope of the variable 'idx' can be reduced. [variableScope]
openbabel-2.4.1/src/matrix.cpp:126:19: style: The scope of the variable 'big' can be reduced. [variableScope]
openbabel-2.4.1/src/matrix.cpp:126:24: style: The scope of the variable 'pvt' can be reduced. [variableScope]
openbabel-2.4.1/src/matrix.cpp:224:19: style: The scope of the variable 'big' can be reduced. [variableScope]
openbabel-2.4.1/src/matrix.cpp:224:24: style: The scope of the variable 'pvt' can be reduced. [variableScope]
openbabel-2.4.1/src/matrix.cpp:334:19: style: The scope of the variable 'big' can be reduced. [variableScope]
openbabel-2.4.1/src/matrix.cpp:334:24: style: The scope of the variable 'pvt' can be reduced. [variableScope]
openbabel-2.4.1/src/matrix.cpp:451:15: style: The scope of the variable 'idx' can be reduced. [variableScope]
openbabel-2.4.1/src/matrix.cpp:483:15: style: The scope of the variable 'idx' can be reduced. [variableScope]
openbabel-2.4.1/src/matrix.cpp:497:15: style: The scope of the variable 'idx' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5879:14: style: Condition 'w>0' is always false [knownConditionTrueFalse]
openbabel-2.4.1/src/mcdlutil.cpp:5877:11: note: Assignment 'w=0', assigned value is 0
openbabel-2.4.1/src/mcdlutil.cpp:5879:14: note: Condition 'w>0' is always false
openbabel-2.4.1/src/mcdlutil.cpp:6030:14: style: Condition 'w>0' is always false [knownConditionTrueFalse]
openbabel-2.4.1/src/mcdlutil.cpp:6029:11: note: Assignment 'w=0', assigned value is 0
openbabel-2.4.1/src/mcdlutil.cpp:6030:14: note: Condition 'w>0' is always false
openbabel-2.4.1/src/mcdlutil.cpp:1611:12: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:1615:12: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5172:19: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5173:19: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5455:8: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5461:14: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5511:8: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5516:10: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5525:16: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5527:10: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5593:14: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5594:18: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5601:12: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5603:18: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5612:10: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5613:14: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5667:45: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5668:12: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5799:20: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5907:12: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5914:12: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5923:10: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:5961:10: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:6001:12: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:6008:12: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:6027:11: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/mcdlutil.cpp:1429:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/mcdlutil.cpp:1422:0: note: Variable 'result' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/mcdlutil.cpp:1429:5: note: Variable 'result' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/mcdlutil.cpp:4652:15: style: Variable 'test2' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/mcdlutil.cpp:4651:15: note: Variable 'test2' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/mcdlutil.cpp:4652:15: note: Variable 'test2' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/mcdlutil.cpp:6118:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/mcdlutil.cpp:6107:0: note: Variable 'result' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/mcdlutil.cpp:6118:5: note: Variable 'result' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/mcdlutil.cpp:563:11: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:563:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:805:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:805:11: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:826:12: style: The scope of the variable 'r' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:826:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:826:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:829:10: style: The scope of the variable 'rsn' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:948:32: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:950:12: style: The scope of the variable 'dist' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:950:17: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:950:19: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:950:21: style: The scope of the variable 'minDist' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:953:9: style: The scope of the variable 'at' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:954:12: style: The scope of the variable 'r1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:954:15: style: The scope of the variable 'r2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:954:18: style: The scope of the variable 's1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:954:21: style: The scope of the variable 's3' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1058:12: style: The scope of the variable 'aT' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1059:12: style: The scope of the variable 'r1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1059:15: style: The scope of the variable 'r2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1059:18: style: The scope of the variable 's1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1272:19: style: The scope of the variable 'sa' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1273:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1351:19: style: The scope of the variable 'sa' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1352:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1479:19: style: The scope of the variable 'sa' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1480:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1539:19: style: The scope of the variable 'sa' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1540:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1620:11: style: The scope of the variable 'n1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1620:15: style: The scope of the variable 'n2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1642:11: style: The scope of the variable 'n1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1642:15: style: The scope of the variable 'n2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1717:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1717:18: style: The scope of the variable 'i1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1717:21: style: The scope of the variable 'i2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1779:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1779:17: style: The scope of the variable 'n1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1863:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1993:12: style: The scope of the variable 'cN' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:1993:15: style: The scope of the variable 'maxAtDef' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2075:15: style: The scope of the variable 'rC' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2190:9: style: The scope of the variable 'add' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2190:13: style: The scope of the variable 'nb' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2190:18: style: The scope of the variable 'k1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2190:21: style: The scope of the variable 'k2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2190:24: style: The scope of the variable 'l' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2190:40: style: The scope of the variable 'lx' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2190:43: style: The scope of the variable 'ly' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2194:14: style: The scope of the variable 'cf' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2194:17: style: The scope of the variable 'fi' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2194:34: style: The scope of the variable 'ux2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2194:38: style: The scope of the variable 'uy2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2194:50: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2194:52: style: The scope of the variable 's' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2197:11: style: The scope of the variable 'n1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2197:14: style: The scope of the variable 'n2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2198:12: style: The scope of the variable 'r1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2199:10: style: The scope of the variable 'isCycle' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2199:18: style: The scope of the variable 'isChainFour' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2200:9: style: The scope of the variable 'mm1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2200:13: style: The scope of the variable 'mm2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2200:17: style: The scope of the variable 'mAny' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2200:22: style: The scope of the variable 'bnEx' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2667:19: style: The scope of the variable 'sa' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2669:16: style: The scope of the variable 'bondType' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2669:25: style: The scope of the variable 'stereoType' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2737:15: style: The scope of the variable 'r' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2737:34: style: The scope of the variable 'xMin' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2737:40: style: The scope of the variable 'xMax' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2960:9: style: The scope of the variable 'cHA1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2960:15: style: The scope of the variable 'cHA2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2960:21: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2963:12: style: The scope of the variable 'r' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2963:15: style: The scope of the variable 'xc' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2963:19: style: The scope of the variable 'yc' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2963:23: style: The scope of the variable 'xo' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2963:27: style: The scope of the variable 'yo' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2963:31: style: The scope of the variable 'xn' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2963:35: style: The scope of the variable 'yn' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2964:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2997:25: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:3144:15: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:3261:24: style: The scope of the variable 'lL' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:3315:21: style: The scope of the variable 'l' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:3339:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:3345:9: style: The scope of the variable 'at1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:3345:13: style: The scope of the variable 'at2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:3406:11: style: The scope of the variable 'kk_flip' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:3832:13: style: The scope of the variable 'na' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:3964:26: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:3964:31: style: The scope of the variable 'n1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:3964:34: style: The scope of the variable 'n2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4212:36: style: The scope of the variable 'naDef' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4212:42: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4224:9: style: The scope of the variable 'mouseButton' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4225:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4226:12: style: The scope of the variable 'amin' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4394:11: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4394:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4396:19: style: The scope of the variable 'sa' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4397:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4440:21: style: The scope of the variable 'test2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4440:27: style: The scope of the variable 'test3' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4441:13: style: The scope of the variable 'aQ2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4443:10: style: The scope of the variable 'whileCondition' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4443:25: style: The scope of the variable 'whileCondition1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4628:11: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4628:13: style: The scope of the variable 'i1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4629:10: style: The scope of the variable 'test' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4629:21: style: The scope of the variable 'test2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4687:9: style: The scope of the variable 'ca' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:4687:12: style: The scope of the variable 'cb' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5104:23: style: The scope of the variable 'em' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5105:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5105:11: style: The scope of the variable 'na1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5105:15: style: The scope of the variable 'na2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5106:10: style: The scope of the variable 'test' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5152:25: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5153:27: style: The scope of the variable 'em' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5157:14: style: The scope of the variable 'test' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5292:12: style: The scope of the variable 'xMax' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5293:12: style: The scope of the variable 'xSize' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5294:12: style: The scope of the variable 'ySize' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5295:12: style: The scope of the variable 'xCenter' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5296:12: style: The scope of the variable 'yCenter' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5297:12: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5298:12: style: The scope of the variable 's' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5299:9: style: The scope of the variable 'nVert' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5300:12: style: The scope of the variable 'cMax' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5300:17: style: The scope of the variable 'sMax' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5300:22: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5300:24: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5304:11: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5304:15: style: The scope of the variable 'n1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5304:18: style: The scope of the variable 'n2' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5305:10: style: The scope of the variable 'test' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5393:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5393:14: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5452:10: style: The scope of the variable 'test' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5585:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5585:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5588:12: style: The scope of the variable 'maxX' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5588:17: style: The scope of the variable 'minY' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5588:22: style: The scope of the variable 'minX' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5588:27: style: The scope of the variable 'maxY' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5588:32: style: The scope of the variable 'r' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5588:34: style: The scope of the variable 'r1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5642:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5642:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5642:18: style: The scope of the variable 'fragmentAN' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5642:30: style: The scope of the variable 'templateAN' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5643:9: style: The scope of the variable 'atomClean' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5644:9: style: The scope of the variable 'bondClean' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5647:10: style: The scope of the variable 'test' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5647:15: style: The scope of the variable 'test1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5650:23: style: The scope of the variable 'emTemplate' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5652:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5653:9: style: The scope of the variable 'nFound' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5654:23: style: The scope of the variable 'smFragment' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5655:23: style: The scope of the variable 'smRest' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5656:9: style: The scope of the variable 'naStore' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5847:12: style: The scope of the variable 'xMin' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5847:17: style: The scope of the variable 'xMax' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5847:22: style: The scope of the variable 'yMin' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5847:27: style: The scope of the variable 'yMax' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:5857:22: style: The scope of the variable 'nOverlappedMin' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:6057:14: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:6073:14: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:6168:19: style: The scope of the variable 'sa' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:6169:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:6530:10: style: The scope of the variable 'testParity' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:6680:15: style: The scope of the variable 'm' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:6680:26: style: The scope of the variable 'n4' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:6682:21: style: The scope of the variable 'testParity' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:6947:9: style: The scope of the variable 'n1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:7012:11: style: The scope of the variable 'n1' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:7014:10: style: The scope of the variable 'coorChanged' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:7127:14: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:7128:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:7128:21: style: The scope of the variable 'nb' can be reduced. [variableScope]
openbabel-2.4.1/src/mcdlutil.cpp:2968:10: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:3004:10: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:3995:8: style: Variable 'nb' is modified but its new value is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:4383:17: style: Variable 'nAtomsOld' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:4382:17: style: Variable 'nBondsOld' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:4249:10: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:4243:13: style: Variable 'test1' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:4243:26: style: Variable 'test2' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:4253:15: style: Variable 'xCenter' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:4254:15: style: Variable 'yCenter' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:4403:10: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:5577:16: style: Variable 'aspDelta' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:6419:12: style: Variable 's3' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:6953:8: style: Variable 'ss' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/mcdlutil.cpp:381:5: warning: Member variable 'TSingleAtom::rx' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:381:5: warning: Member variable 'TSingleAtom::ry' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:381:5: warning: Member variable 'TSingleAtom::ac' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:3912:5: warning: Member variable 'TEditedMolecule::queryStereoQ' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:3912:5: warning: Member variable 'TEditedMolecule::fIsQueryPrepare' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:5057:5: warning: Member variable 'PartFragmentDefinition::fragID1' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:5057:5: warning: Member variable 'PartFragmentDefinition::fragID2' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:5057:5: warning: Member variable 'PartFragmentDefinition::fragID3' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:5057:5: warning: Member variable 'PartFragmentDefinition::fragFirstAtomNo' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:5057:5: warning: Member variable 'PartFragmentDefinition::fragmentCount' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:5057:5: warning: Member variable 'PartFragmentDefinition::fragWidth' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:5057:5: warning: Member variable 'PartFragmentDefinition::fragHeight' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:5057:5: warning: Member variable 'PartFragmentDefinition::fragTop' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:5057:5: warning: Member variable 'PartFragmentDefinition::fragLeft' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/mcdlutil.cpp:793:12: style: Unused private function: 'TSimpleMolecule::atomDistanceMetric' [unusedPrivateFunction]
openbabel-2.4.1/src/mcdlutil.cpp:386:9: style: Technically the member function 'OpenBabel::TSingleAtom::encoder' can be const. [functionConst]
openbabel-2.4.1/src/mcdlutil.cpp:469:20: note: Technically the member function 'OpenBabel::TSingleAtom::encoder' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:386:9: note: Technically the member function 'OpenBabel::TSingleAtom::encoder' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:387:9: style: Technically the member function 'OpenBabel::TSingleAtom::chargeConversion' can be const. [functionConst]
openbabel-2.4.1/src/mcdlutil.cpp:490:20: note: Technically the member function 'OpenBabel::TSingleAtom::chargeConversion' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:387:9: note: Technically the member function 'OpenBabel::TSingleAtom::chargeConversion' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:433:9: style: Technically the member function 'OpenBabel::TSingleBond::bondConversion' can be const. [functionConst]
openbabel-2.4.1/src/mcdlutil.cpp:675:20: note: Technically the member function 'OpenBabel::TSingleBond::bondConversion' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:433:9: note: Technically the member function 'OpenBabel::TSingleBond::bondConversion' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:436:9: style: Technically the member function 'OpenBabel::TSingleBond::getValence' can be const. [functionConst]
openbabel-2.4.1/src/mcdlutil.cpp:625:20: note: Technically the member function 'OpenBabel::TSingleBond::getValence' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:436:9: note: Technically the member function 'OpenBabel::TSingleBond::getValence' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:737:9: style: Technically the member function 'OpenBabel::TSimpleMolecule::nAtoms' can be const. [functionConst]
openbabel-2.4.1/src/mcdlutil.cpp:1601:24: note: Technically the member function 'OpenBabel::TSimpleMolecule::nAtoms' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:737:9: note: Technically the member function 'OpenBabel::TSimpleMolecule::nAtoms' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:738:9: style: Technically the member function 'OpenBabel::TSimpleMolecule::nBonds' can be const. [functionConst]
openbabel-2.4.1/src/mcdlutil.cpp:1605:24: note: Technically the member function 'OpenBabel::TSimpleMolecule::nBonds' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:738:9: note: Technically the member function 'OpenBabel::TSimpleMolecule::nBonds' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:780:10: style: Technically the member function 'OpenBabel::TSimpleMolecule::correctDblBondStereo' can be const. [functionConst]
openbabel-2.4.1/src/mcdlutil.cpp:3069:25: note: Technically the member function 'OpenBabel::TSimpleMolecule::correctDblBondStereo' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:780:10: note: Technically the member function 'OpenBabel::TSimpleMolecule::correctDblBondStereo' can be const.
openbabel-2.4.1/src/mcdlutil.cpp:784:10: performance: Technically the member function 'OpenBabel::TSimpleMolecule::defC' can be static. [functionStatic]
openbabel-2.4.1/src/mcdlutil.cpp:1985:25: note: Technically the member function 'OpenBabel::TSimpleMolecule::defC' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:784:10: note: Technically the member function 'OpenBabel::TSimpleMolecule::defC' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:3899:10: performance: Technically the member function 'OpenBabel::TEditedMolecule::allQueryPresent' can be static. [functionStatic]
openbabel-2.4.1/src/mcdlutil.cpp:4802:25: note: Technically the member function 'OpenBabel::TEditedMolecule::allQueryPresent' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:3899:10: note: Technically the member function 'OpenBabel::TEditedMolecule::allQueryPresent' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5080:10: performance: Technically the member function 'OpenBabel::TemplateRedraw::isOverlapped' can be static. [functionStatic]
openbabel-2.4.1/src/mcdlutil.cpp:5444:24: note: Technically the member function 'OpenBabel::TemplateRedraw::isOverlapped' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5080:10: note: Technically the member function 'OpenBabel::TemplateRedraw::isOverlapped' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5086:10: performance: Technically the member function 'OpenBabel::TemplateRedraw::clear' can be static. [functionStatic]
openbabel-2.4.1/src/mcdlutil.cpp:5186:24: note: Technically the member function 'OpenBabel::TemplateRedraw::clear' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5086:10: note: Technically the member function 'OpenBabel::TemplateRedraw::clear' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5087:10: performance: Technically the member function 'OpenBabel::TemplateRedraw::internalBondsPresent' can be static. [functionStatic]
openbabel-2.4.1/src/mcdlutil.cpp:5193:24: note: Technically the member function 'OpenBabel::TemplateRedraw::internalBondsPresent' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5087:10: note: Technically the member function 'OpenBabel::TemplateRedraw::internalBondsPresent' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5088:10: performance: Technically the member function 'OpenBabel::TemplateRedraw::rotateBondVertically' can be static. [functionStatic]
openbabel-2.4.1/src/mcdlutil.cpp:5213:24: note: Technically the member function 'OpenBabel::TemplateRedraw::rotateBondVertically' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5088:10: note: Technically the member function 'OpenBabel::TemplateRedraw::rotateBondVertically' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5092:10: performance: Technically the member function 'OpenBabel::TemplateRedraw::rescaleSingleFragment' can be static. [functionStatic]
openbabel-2.4.1/src/mcdlutil.cpp:5389:24: note: Technically the member function 'OpenBabel::TemplateRedraw::rescaleSingleFragment' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5092:10: note: Technically the member function 'OpenBabel::TemplateRedraw::rescaleSingleFragment' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5094:10: performance: Technically the member function 'OpenBabel::TemplateRedraw::loadTemplates' can be static. [functionStatic]
openbabel-2.4.1/src/mcdlutil.cpp:5100:24: note: Technically the member function 'OpenBabel::TemplateRedraw::loadTemplates' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5094:10: note: Technically the member function 'OpenBabel::TemplateRedraw::loadTemplates' can be static.
openbabel-2.4.1/src/mcdlutil.cpp:5111:7: style: Exception should be caught by reference. [catchExceptionByValue]
openbabel-2.4.1/src/mcdlutil.cpp:7067:17: style: Exception should be caught by reference. [catchExceptionByValue]
openbabel-2.4.1/src/mcdlutil.cpp:7081:17: style: Exception should be caught by reference. [catchExceptionByValue]
openbabel-2.4.1/src/mcdlutil.cpp:1478:68: performance: Function parameter 'iA1' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:1478:95: performance: Function parameter 'iA2' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:1505:68: performance: Function parameter 'iA1' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:1505:95: performance: Function parameter 'iA2' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:1505:125: performance: Function parameter 'rx' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:1505:154: performance: Function parameter 'ry' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:1769:72: performance: Function parameter 'bondList' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:1942:109: performance: Function parameter 'atomDefine' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:2067:139: performance: Function parameter 'listAtomClean' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:2161:54: performance: Function parameter 'listAtomClean' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:2161:91: performance: Function parameter 'listBondClean' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3117:75: performance: Function parameter 'aeqList' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3136:94: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3137:62: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3314:80: performance: Function parameter 'maxValues' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3556:58: performance: Function parameter 'iA1' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3556:85: performance: Function parameter 'iA2' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3556:113: performance: Function parameter 'nH' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3557:59: performance: Function parameter 'hydrogenValency' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3609:53: performance: Function parameter 'iA1' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3609:81: performance: Function parameter 'iA2' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3609:109: performance: Function parameter 'nH' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3610:53: performance: Function parameter 'hydrogenValency' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3610:93: performance: Function parameter 'bondAssignment' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3610:132: performance: Function parameter 'specialFlag' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3626:48: performance: Function parameter 'iA1' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3626:75: performance: Function parameter 'iA2' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3626:103: performance: Function parameter 'nH' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3627:48: performance: Function parameter 'hydrogenValency' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3627:88: performance: Function parameter 'maxValency' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3627:123: performance: Function parameter 'bondOrder' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3628:48: performance: Function parameter 'atomCheckFlag' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3674:57: performance: Function parameter 'iA1' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3674:85: performance: Function parameter 'iA2' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3675:57: performance: Function parameter 'nH' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3675:84: performance: Function parameter 'maxValency' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3798:40: performance: Function parameter 'aPosition' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3798:73: performance: Function parameter 'aCharge' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3799:40: performance: Function parameter 'aRad' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3799:68: performance: Function parameter 'nHydr' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3799:98: performance: Function parameter 'iA1' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3800:40: performance: Function parameter 'iA2' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:3822:54: performance: Function parameter 'nH' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:4732:62: performance: Function parameter 'ager' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:4802:64: performance: Function parameter 'qA' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:4802:91: performance: Function parameter 'qB' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:5059:46: performance: Function parameter 'source' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:5213:89: performance: Function parameter 'bondList' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:5438:28: performance: Function parameter 'r' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:5444:81: performance: Function parameter 'list' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6085:47: performance: Function parameter 'iA1' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6085:75: performance: Function parameter 'iA2' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6122:46: performance: Function parameter 'aPositionQuery' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6122:85: performance: Function parameter 'iA1Query' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6123:46: performance: Function parameter 'iA2Query' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6123:80: performance: Function parameter 'bondTypesQuery' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6123:119: performance: Function parameter 'aPositionStructure' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6123:162: performance: Function parameter 'iA1Structure' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6124:46: performance: Function parameter 'iA2Structure' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6124:84: performance: Function parameter 'bondTypesStructure' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6163:47: performance: Function parameter 'aPosition' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6163:80: performance: Function parameter 'aCharge' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6164:47: performance: Function parameter 'aRad' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6164:76: performance: Function parameter 'iA1' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6164:104: performance: Function parameter 'iA2' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6165:47: performance: Function parameter 'bondTypes' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6305:94: performance: Function parameter 'ndData' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6356:28: performance: Function parameter 'instring' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6356:51: performance: Function parameter 'substring' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6363:41: performance: Function parameter 'instring' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6520:77: performance: Function parameter 'ix' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6520:104: performance: Function parameter 'aNumber' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6520:136: performance: Function parameter 'atomStereoList' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6520:175: performance: Function parameter 'eqList' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6661:64: performance: Function parameter 'eqList' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6676:90: performance: Function parameter 'ix' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6676:117: performance: Function parameter 'aNumber' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6676:173: performance: Function parameter 'bondStereoList' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6676:212: performance: Function parameter 'eqList' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6906:38: performance: Function parameter 'instring' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6906:60: performance: Function parameter 'stringAdd' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6942:130: performance: Function parameter 'rx' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:6942:160: performance: Function parameter 'ry' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:7009:51: performance: Function parameter 'iA1' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:7009:79: performance: Function parameter 'iA2' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:7187:39: performance: Function parameter 'formulaString' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mcdlutil.cpp:7263:38: performance: Function parameter 'atomBlock' should be passed by const reference. [passedByValue]
openbabel-2.4.1/src/mol.cpp:3446:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/mol.cpp:3447:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/mol.cpp:585:9: style: The scope of the variable 'gtdcount' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:757:26: style: The scope of the variable 'nclass2' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:1055:21: style: The scope of the variable 'symb' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:2682:21: style: The scope of the variable 'b3' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:2683:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:3521:9: style: The scope of the variable 'idx1' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:3684:12: style: The scope of the variable 'angle' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:3813:10: style: The scope of the variable 'typed' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:3814:24: style: The scope of the variable 'loopSize' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:4116:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:4116:14: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:4116:16: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:4428:10: style: The scope of the variable 'a_in' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:4428:16: style: The scope of the variable 'b_in' can be reduced. [variableScope]
openbabel-2.4.1/src/mol.cpp:3854:35: style: Redundant pointer operation on 'atom' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/mol.cpp:1976:30: style: Unused variable: va [unusedVariable]
openbabel-2.4.1/src/mol.cpp:3445:17: error: After push_back(), the iterator 'i' may be invalid. [invalidIterator2]
openbabel-2.4.1/src/obconversion.cpp:1278:10: style: The scope of the variable 'HasMultipleOutputFiles' can be reduced. [variableScope]
openbabel-2.4.1/src/obmolecformat.cpp:284:16: style: Condition '!OnlyMolsInFirstFile' is always false [knownConditionTrueFalse]
openbabel-2.4.1/src/obmolecformat.cpp:234:30: note: Assignment 'OnlyMolsInFirstFile=true', assigned value is 1
openbabel-2.4.1/src/obmolecformat.cpp:284:16: note: Condition '!OnlyMolsInFirstFile' is always false
openbabel-2.4.1/src/obmolecformat.cpp:179:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/obmolecformat.cpp:170:9: note: Variable 'ret' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/obmolecformat.cpp:179:9: note: Variable 'ret' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/obmolecformat.cpp:234:10: style: The scope of the variable 'OnlyMolsInFirstFile' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:915:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/obutil.cpp:155:12: style: The scope of the variable 'x' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:155:14: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:155:16: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:269:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:445:18: style: The scope of the variable 'index' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:638:12: style: The scope of the variable 'ang' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:689:12: style: The scope of the variable 'rx' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:689:15: style: The scope of the variable 'ry' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:689:18: style: The scope of the variable 'rz' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:689:21: style: The scope of the variable 'fx' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:689:24: style: The scope of the variable 'fy' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:689:27: style: The scope of the variable 'fz' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:843:32: style: The scope of the variable 'Psi' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:1101:14: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/obutil.cpp:1101:16: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/ops/addfilename.cpp:29:3: style: Class 'OpAddFileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/addinindex.cpp:30:3: style: Class 'OpAddInIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/addnonpolarh.cpp:29:3: style: Class 'OpAddNonPolarH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/addpolarh.cpp:29:3: style: Class 'OpAddPolarH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/canonical.cpp:30:3: style: Class 'OpCanonical' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/changecell.cpp:38:3: style: Class 'OpChangeCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/conformer.cpp:48:7: style: Class 'OpConformer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/delnonpolarh.cpp:29:3: style: Class 'OpDelNonPolarH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/delpolarh.cpp:29:3: style: Class 'OpDelPolarH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/fillUC.cpp:36:3: style: Class 'OpFillUC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/forcefield.cpp:235:17: style: Variable 'done' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/ops/forcefield.cpp:48:7: style: Class 'OpEnergy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/forcefield.cpp:123:7: style: Class 'OpMinimize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/gen2D.cpp:32:3: style: Class 'OpGen2D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/gen3d.cpp:32:3: style: Class 'OpGen3D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/largest.cpp:118:14: warning: Accessing an item in container 'vec'. Either the condition 'vec.empty()' is redundant or 'vec' can be empty. [containerOutOfBounds]
openbabel-2.4.1/src/ops/largest.cpp:120:19: note: Assuming that condition 'vec.empty()' is not redundant
openbabel-2.4.1/src/ops/largest.cpp:118:14: note: Access out of bounds
openbabel-2.4.1/src/ops/largest.cpp:34:3: warning: Member variable 'OpLargest::_pDesc' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/largest.cpp:34:3: warning: Member variable 'OpLargest::_addDescToTitle' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/largest.cpp:34:3: warning: Member variable 'OpLargest::_rev' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/largest.cpp:34:3: warning: Member variable 'OpLargest::_nmols' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/largest.cpp:34:3: warning: Member variable 'OpLargest::_pConv' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/largest.cpp:34:3: style: Class 'OpLargest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/loader.cpp:52:3: warning: Member variable 'OBDefine::_filename' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/loader.cpp:55:3: warning: Member variable 'OBDefine::_descr' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/op2d.cpp:44:3: style: Class 'Op2D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/opalign.cpp:119:34: warning: Either the condition 'pmol->GetDimension()==3&&pConv' is redundant or there is possible null pointer dereference: pConv. [nullPointerRedundantCheck]
openbabel-2.4.1/src/ops/opalign.cpp:140:30: note: Assuming that condition 'pmol->GetDimension()==3&&pConv' is not redundant
openbabel-2.4.1/src/ops/opalign.cpp:119:34: note: Null pointer dereference
openbabel-2.4.1/src/ops/opalign.cpp:151:6: warning: Either the condition 'pConv' is redundant or there is possible null pointer dereference: pConv. [nullPointerRedundantCheck]
openbabel-2.4.1/src/ops/opalign.cpp:140:33: note: Assuming that condition 'pConv' is not redundant
openbabel-2.4.1/src/ops/opalign.cpp:151:6: note: Null pointer dereference
openbabel-2.4.1/src/ops/opalign.cpp:88:62: style: Function 'Do' argument 3 names different: declaration 'pOptions' definition 'pmap'. [funcArgNamesDifferent]
openbabel-2.4.1/src/ops/opalign.cpp:75:68: note: Function 'Do' argument 3 names different: declaration 'pOptions' definition 'pmap'.
openbabel-2.4.1/src/ops/opalign.cpp:88:62: note: Function 'Do' argument 3 names different: declaration 'pOptions' definition 'pmap'.
openbabel-2.4.1/src/ops/opisomorph.h:48:3: warning: Member variable 'OpNewS::addHydrogens' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opisomorph.h:48:3: warning: Member variable 'OpNewS::inv' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opisomorph.h:48:3: warning: Member variable 'OpNewS::nPatternAtoms' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opisomorph.h:48:3: warning: Member variable 'OpNewS::query' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opisomorph.h:48:3: warning: Member variable 'OpNewS::showAll' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opisomorph.h:48:3: warning: Member variable 'OpNewS::nmatches' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opisomorph.h:48:3: warning: Member variable 'OpNewS::comparechar' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opalign.cpp:35:3: warning: Member variable 'OpAlign::_pOpIsoM' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opisomorph.h:48:3: style: Class 'OpNewS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/opalign.cpp:35:3: style: Class 'OpAlign' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/opconfab.cpp:51:7: warning: Member variable 'OpConfab::rmsd_cutoff' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opconfab.cpp:51:7: warning: Member variable 'OpConfab::energy_cutoff' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opconfab.cpp:51:7: warning: Member variable 'OpConfab::conf_cutoff' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opconfab.cpp:51:7: warning: Member variable 'OpConfab::verbose' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opconfab.cpp:51:7: warning: Member variable 'OpConfab::include_original' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opconfab.cpp:51:7: warning: Member variable 'OpConfab::N' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opconfab.cpp:51:7: warning: Member variable 'OpConfab::pff' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opconfab.cpp:51:7: style: Class 'OpConfab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/ophighlight.cpp:61:66: style: Function 'Do' argument 3 names different: declaration 'pOptions' definition 'pmap'. [funcArgNamesDifferent]
openbabel-2.4.1/src/ops/ophighlight.cpp:49:68: note: Function 'Do' argument 3 names different: declaration 'pOptions' definition 'pmap'.
openbabel-2.4.1/src/ops/ophighlight.cpp:61:66: note: Function 'Do' argument 3 names different: declaration 'pOptions' definition 'pmap'.
openbabel-2.4.1/src/ops/ophighlight.cpp:88:26: style: Unused variable: vecatomvec [unusedVariable]
openbabel-2.4.1/src/ops/ophighlight.cpp:33:3: style: Class 'OpHighlight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/opisomorph.cpp:391:47: style: Function 'ProcessVec' argument 1 names different: declaration 'vec' definition 'Extravec'. [funcArgNamesDifferent]
openbabel-2.4.1/src/ops/opisomorph.h:53:49: note: Function 'ProcessVec' argument 1 names different: declaration 'vec' definition 'Extravec'.
openbabel-2.4.1/src/ops/opisomorph.cpp:391:47: note: Function 'ProcessVec' argument 1 names different: declaration 'vec' definition 'Extravec'.
openbabel-2.4.1/src/ops/opsplit.cpp:32:3: warning: Member variable 'OpSplit::_inputCount' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opsplit.cpp:32:3: warning: Member variable 'OpSplit::_realOutFormat' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opsplit.cpp:32:3: warning: Member variable 'OpSplit::_pDesc' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/opsplit.cpp:32:3: style: Class 'OpSplit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/optransform.cpp:44:8: style: The scope of the variable 'charBuffer' can be reduced. [variableScope]
openbabel-2.4.1/src/ops/partialcharges.cpp:48:70: style: Function 'Do' argument 3 names different: declaration 'pOptions' definition 'pmap'. [funcArgNamesDifferent]
openbabel-2.4.1/src/ops/partialcharges.cpp:39:68: note: Function 'Do' argument 3 names different: declaration 'pOptions' definition 'pmap'.
openbabel-2.4.1/src/ops/partialcharges.cpp:48:70: note: Function 'Do' argument 3 names different: declaration 'pOptions' definition 'pmap'.
openbabel-2.4.1/src/ops/partialcharges.cpp:32:3: warning: Member variable 'OpPartialCharge::_pChargeModel' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/partialcharges.cpp:32:3: style: Class 'OpPartialCharge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/readconformers.cpp:84:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openbabel-2.4.1/src/ops/readconformers.cpp:31:3: style: Class 'OpReadConformers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/sort.cpp:47:3: warning: Member variable 'OpSort::_pDesc' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/sort.cpp:47:3: warning: Member variable 'OpSort::_rev' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/sort.cpp:47:3: warning: Member variable 'OpSort::_addDescToTitle' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/sort.cpp:47:3: style: Class 'OpSort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/unique.cpp:51:3: warning: Member variable 'OpUnique::_reportDup' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/unique.cpp:51:3: warning: Member variable 'OpUnique::_pDesc' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/unique.cpp:51:3: warning: Member variable 'OpUnique::_ndups' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/unique.cpp:51:3: warning: Member variable 'OpUnique::_inv' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/ops/unique.cpp:51:3: style: Class 'OpUnique' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/ops/xout.cpp:122:3: style: Class 'OpExtraOut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/src/parsmart.cpp:563:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openbabel-2.4.1/src/parsmart.cpp:346:9: warning: Either the condition 'expr1!=NULL' is redundant or there is possible null pointer dereference: expr1. [nullPointerRedundantCheck]
openbabel-2.4.1/src/parsmart.cpp:343:15: note: Assuming that condition 'expr1!=NULL' is not redundant
openbabel-2.4.1/src/parsmart.cpp:346:9: note: Null pointer dereference
openbabel-2.4.1/src/parsmart.cpp:450:15: style: The scope of the variable 'size' can be reduced. [variableScope]
openbabel-2.4.1/src/parsmart.cpp:482:15: style: The scope of the variable 'size' can be reduced. [variableScope]
openbabel-2.4.1/src/parsmart.cpp:514:15: style: The scope of the variable 'aexpr' can be reduced. [variableScope]
openbabel-2.4.1/src/parsmart.cpp:515:15: style: The scope of the variable 'bexpr' can be reduced. [variableScope]
openbabel-2.4.1/src/parsmart.cpp:537:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/parsmart.cpp:1168:20: style: The scope of the variable 'prev' can be reduced. [variableScope]
openbabel-2.4.1/src/parsmart.cpp:1268:20: style: The scope of the variable 'prev' can be reduced. [variableScope]
openbabel-2.4.1/src/parsmart.cpp:1832:15: style: The scope of the variable 'ok' can be reduced. [variableScope]
openbabel-2.4.1/src/parsmart.cpp:1865:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
openbabel-2.4.1/src/parsmart.cpp:1894:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
openbabel-2.4.1/src/parsmart.cpp:2299:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
openbabel-2.4.1/src/parsmart.cpp:458:22: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/parsmart.cpp:490:22: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/phmodel.cpp:267:24: style: The scope of the variable 'bvb1' can be reduced. [variableScope]
openbabel-2.4.1/src/phmodel.cpp:267:29: style: The scope of the variable 'bvb2' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:266:29: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:280:31: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:288:15: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:288:15: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:294:29: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:294:29: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:318:31: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:318:31: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:326:33: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:326:33: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:332:29: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:409:29: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbabel-2.4.1/src/pointgroup.cpp:367:33: style: C-style pointer casting [cstyleCast]
openbabel-2.4.1/src/pointgroup.cpp:342:28: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:399:28: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:401:25: style: The scope of the variable 'r' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:421:28: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:491:28: style: The scope of the variable 'fold' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:1304:26: style: The scope of the variable 'r' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:1554:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:1590:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:1617:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:1751:20: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:1753:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:1824:15: style: The scope of the variable 'a' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:2194:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/src/pointgroup.cpp:153:5: warning: Member variable 'PointGroupPrivate::_mol' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/pointgroup.cpp:153:5: warning: Member variable 'PointGroupPrivate::CenterOfSomething' is not initialized in the constructor. [uninitMemberVar]
openbabel-2.4.1/src/pointgroup.cpp:235:10: performance: Technically the member function 'OpenBabel::PointGroupPrivate::equivalentAtoms' can be static. [functionStatic]
openbabel-2.4.1/src/pointgroup.cpp:387:5: performance: Technically the member function 'OpenBabel::PointGroupPrivate::destroy_symmetry_element' can be static. [functionStatic]
openbabel-2.4.1/src/pointgroup.cpp:473:5: performance: Technically the member function 'OpenBabel::PointGroupPrivate::get_params' can be static. [functionStatic]
openbabel-2.4.1/src/pointgroup.cpp:479:5: performance: Technically the member function 'OpenBabel::PointGroupPrivate::set_params' can be static. [functionStatic]
openbabel-2.4.1/src/pointgroup.cpp:1386:9: error: Common realloc mistake: 'NormalAxes' nulled but not freed upon failure [memleakOnRealloc]
openbabel-2.4.1/src/pointgroup.cpp:1430:15: error: Common realloc mistake: 'NormalAxes' nulled but not freed upon failure [memleakOnRealloc]
openbabel-2.4.1/src/pointgroup.cpp:1447:15: error: Common realloc mistake: 'NormalAxes' nulled but not freed upon failure [memleakOnRealloc]
openbabel-2.4.1/src/pointgroup.cpp:1481:17: error: Common realloc mistake: 'NormalAxes' nulled but not freed upon failure [memleakOnRealloc]
openbabel-2.4.1/src/pointgroup.cpp:1516:15: error: Common realloc mistake: 'NormalAxes' nulled but not freed upon failure [memleakOnRealloc]
openbabel-2.4.1/src/pointgroup.cpp:1539:15: error: Common realloc mistake: 'ImproperAxes' nulled but not freed upon failure [memleakOnRealloc]
openbabel-2.4.1/src/rand.cpp:96:27: style: The scope of the variable 'temp' can be reduced. [variableScope]
openbabel-2.4.1/src/rand.cpp:97:27: style: The scope of the variable 'rem' can be reduced. [variableScope]
openbabel-2.4.1/src/rand.cpp:98:20: style: The scope of the variable 'result' can be reduced. [variableScope]
openbabel-2.4.1/src/rand.cpp:377:18: style: The scope of the variable 'count' can be reduced. [variableScope]
openbabel-2.4.1/src/residue.cpp:1054:39: style: Redundant pointer operation on 'bond' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/residue.cpp:1057:35: style: Redundant pointer operation on 'bond' - it's already a pointer. [redundantPointerOp]
openbabel-2.4.1/src/ring.cpp:98:13: style: The scope of the variable 'ring' can be reduced. [variableScope]
openbabel-2.4.1/src/ring.cpp:245:13: style: The scope of the variable 'ring' can be reduced. [variableScope]
openbabel-2.4.1/src/rotamer.cpp:217:14: style: The scope of the variable 'atomlist' can be reduced. [variableScope]
openbabel-2.4.1/src/rotamer.cpp:236:11: style: The scope of the variable 'pSize' can be reduced. [variableScope]
openbabel-2.4.1/src/rotamer.cpp:310:14: style: The scope of the variable 'atomlist' can be reduced. [variableScope]
openbabel-2.4.1/src/rotamer.cpp:330:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
openbabel-2.4.1/src/rotamer.cpp:331:12: style: The scope of the variable 'angle' can be reduced. [variableScope]
openbabel-2.4.1/src/rotamer.cpp:363:12: style: The scope of the variable 'angle' can be reduced. [variableScope]
openbabel-2.4.1/src/rotamer.cpp:442:12: style: The scope of the variable 'angle' can be reduced. [variableScope]
openbabel-2.4.1/src/rotamer.cpp:489:20: style: The scope of the variable 'conf' can be reduced. [variableScope]
openbabel-2.4.1/src/rotamer.cpp:666:33: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/rotamer.cpp:287:0: error: Memory leak: atomlist [memleak]
openbabel-2.4.1/src/rotamer.cpp:326:0: error: Memory leak: atomlist [memleak]
openbabel-2.4.1/src/rotor.cpp:283:13: style: The scope of the variable 'bond' can be reduced. [variableScope]
openbabel-2.4.1/src/rotor.cpp:640:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/rotor.cpp:659:13: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/src/rotor.cpp:659:15: style: The scope of the variable 'ang' can be reduced. [variableScope]
openbabel-2.4.1/src/rotor.cpp:720:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openbabel-2.4.1/src/rotor.cpp:804:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbabel-2.4.1/src/rotor.cpp:805:9: style: The scope of the variable 'ref' can be reduced. [variableScope]
openbabel-2.4.1/src/rotor.cpp:806:12: style: The scope of the variable 'delta' can be reduced. [variableScope]
openbabel-2.4.1/src/rotor.cpp:810:10: style: The scope of the variable 'temp_buffer' can be reduced. [variableScope]
openbabel-2.4.1/src/rotor.cpp:918:25: style: The scope of the variable 'a3' can be reduced. [variableScope]
openbabel-2.4.1/src/rotor.cpp:976:14: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openbabel-2.4.1/src/snprintf.c:644:13: style: Variable 'str_arg' is reassigned a value before the old one has been used. [redundantAssignment]
openbabel-2.4.1/src/snprintf.c:643:13: note: Variable 'str_arg' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/snprintf.c:644:13: note: Variable 'str_arg' is reassigned a value before the old one has been used.
openbabel-2.4.1/src/snprintf.c:1172:40: style: Checking if unsigned variable 'number_of_zeros_to_pad' is less than zero. [unsignedLessThanZero]
openbabel-2.4.1/src/spectrophore.cpp:476:17: style: The scope of the variable 'n' can be reduced. [variableScope]
openbabel-2.4.1/src/spectrophore.cpp:696:12: style: The scope of the variable 'd' can be reduced. [variableScope]
openbabel-2.4.1/src/spectrophore.cpp:710:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openbabel-2.4.1/src/spectrophore.cpp:721:12: style: The scope of the variable 'z' can be reduced. [variableScope]
openbabel-2.4.1/src/spectrophore.cpp:1807:32: style: The scope of the variable 'iMax' can be reduced. [variableScope]
openbabel-2.4.1/src/spectrophore.cpp:1919:11: style: The scope of the variable 'dummy' can be reduced. [variableScope]
openbabel-2.4.1/src/stereo/perception.cpp:2393:24: style: Redundant condition: tiponly. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openbabel-2.4.1/src/stereo/perception.cpp:2414:29: style: Redundant condition: config.specified. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openbabel-2.4.1/src/stereo/perception.cpp:2531:35: warning: Accessing an item in container 'wedgeAtoms'. Either the condition 'wedgeAtoms.size()==0' is redundant or 'wedgeAtoms' can be empty. [containerOutOfBounds]
openbabel-2.4.1/src/stereo/perception.cpp:2525:57: note: Assuming that condition 'wedgeAtoms.size()==0' is not redundant
openbabel-2.4.1/src/stereo/perception.cpp:2531:35: note: Access out of bounds
openbabel-2.4.1/src/stereo/perception.cpp:2531:49: warning: Accessing an item in container 'hashAtoms'. Either the condition 'hashAtoms.size()==0' is redundant or 'hashAtoms' can be empty. [containerOutOfBounds]
openbabel-2.4.1/src/stereo/perception.cpp:2525:31: note: Assuming that condition 'hashAtoms.size()==0' is not redundant
openbabel-2.4.1/src/stereo/perception.cpp:2531:49: note: Access out of bounds
openbabel-2.4.1/src/stereo/perception.cpp:2781:32: style: Variable 'max_bond_score' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/src/tautomer.cpp:58:10: performance: Technically the member function 'OpenBabel::TautomerImpl::print_atom_types' can be static. [functionStatic]
openbabel-2.4.1/src/tautomer.cpp:94:10: performance: Technically the member function 'OpenBabel::TautomerImpl::print_bond_types' can be static. [functionStatic]
openbabel-2.4.1/src/tautomer.cpp:130:10: performance: Technically the member function 'OpenBabel::TautomerImpl::AssignAtomTypes' can be static. [functionStatic]
openbabel-2.4.1/src/tautomer.cpp:170:10: performance: Technically the member function 'OpenBabel::TautomerImpl::AssignBondTypes' can be static. [functionStatic]
openbabel-2.4.1/src/tautomer.cpp:189:10: performance: Technically the member function 'OpenBabel::TautomerImpl::print_assigned' can be static. [functionStatic]
openbabel-2.4.1/src/tautomer.cpp:202:10: performance: Technically the member function 'OpenBabel::TautomerImpl::Backtrack' can be static. [functionStatic]
openbabel-2.4.1/src/tokenst.cpp:45:23: style: The scope of the variable 'endpos' can be reduced. [variableScope]
openbabel-2.4.1/src/tokenst.cpp:102:23: style: The scope of the variable 'endpos' can be reduced. [variableScope]
openbabel-2.4.1/src/typer.cpp:330:22: style: The scope of the variable 'sp' can be reduced. [variableScope]
openbabel-2.4.1/src/typer.cpp:425:22: style: The scope of the variable 'sp' can be reduced. [variableScope]
openbabel-2.4.1/src/typer.cpp:426:10: style: The scope of the variable 'temp_buffer' can be reduced. [variableScope]
openbabel-2.4.1/src/typer.cpp:685:9: style: The scope of the variable 'rootAtom' can be reduced. [variableScope]
openbabel-2.4.1/src/typer.cpp:769:29: style: The scope of the variable 'idx' can be reduced. [variableScope]
openbabel-2.4.1/test/charge_gasteiger.cpp:209:26: style: Variable 'partialCharges' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/test/charge_mmff94.cpp:213:26: style: Variable 'partialCharges' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/test/ffgaff.cpp:91:18: style: Unused variable: vs [unusedVariable]
openbabel-2.4.1/test/ffghemical.cpp:90:18: style: Unused variable: vs [unusedVariable]
openbabel-2.4.1/test/ffmmff94.cpp:107:18: style: Unused variable: vs [unusedVariable]
openbabel-2.4.1/test/ffuff.cpp:90:18: style: Unused variable: vs [unusedVariable]
openbabel-2.4.1/test/formula.cpp:83:7: style: Condition 'check' is always true [knownConditionTrueFalse]
openbabel-2.4.1/test/formula.cpp:66:16: note: Assignment 'check=true', assigned value is 1
openbabel-2.4.1/test/formula.cpp:83:7: note: Condition 'check' is always true
openbabel-2.4.1/test/iterators.cpp:136:15: style: The scope of the variable 'prevRing' can be reduced. [variableScope]
openbabel-2.4.1/test/lssrtest.cpp:170:15: style: Variable 'fail' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/test/lssrtest.cpp:120:5: style: Class 'LSSR' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/test/obbench.h:106:10: style: Technically the member function 'BenchmarkLoop::done' can be const. [functionConst]
openbabel-2.4.1/test/obbench.h:117:18: performance: Technically the member function 'BenchmarkLoop::getMilliCount' can be static. [functionStatic]
openbabel-2.4.1/test/obbench.h:19:5: style: Class 'BenchmarkLoop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/test/ringtest.cpp:150:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/test/ringtest.cpp:97:15: style: Unused variable: vi [unusedVariable]
openbabel-2.4.1/test/shuffletest.cpp:161:24: style: Variable 'smiles' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/test/smartstest.cpp:109:3: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/test/smartstest.cpp:244:15: style: Unused variable: vm [unusedVariable]
openbabel-2.4.1/test/smileytest.cpp:93:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openbabel-2.4.1/test/spectrophoretest.cpp:503:23: style: The scope of the variable 'b' can be reduced. [variableScope]
openbabel-2.4.1/src/zipstreamimpl.h:456:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbabel-2.4.1/src/zipstreamimpl.h:458:10: style: Variable 'ch' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/tools/obdistgen.cpp:107:14: style: The scope of the variable 'e' can be reduced. [variableScope]
openbabel-2.4.1/tools/obenergy.cpp:122:10: style: The scope of the variable 'energy' can be reduced. [variableScope]
openbabel-2.4.1/tools/obfit.cpp:353:13: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/tools/obfit.cpp:320:18: style: Variable 'rmsd' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/tools/obfragment.cpp:47:13: style: The scope of the variable 'inFormat' can be reduced. [variableScope]
openbabel-2.4.1/tools/obfragment.cpp:158:26: style: The scope of the variable 'order' can be reduced. [variableScope]
openbabel-2.4.1/tools/obfragment.cpp:159:21: style: The scope of the variable 'atom' can be reduced. [variableScope]
openbabel-2.4.1/tools/obfragment.cpp:157:38: style: Unused variable: can_iter [unusedVariable]
openbabel-2.4.1/tools/obfragment.cpp:197:51: performance: Function parameter 'find' should be passed by const reference. [passedByValue]
openbabel-2.4.1/tools/obfragment.cpp:197:70: performance: Function parameter 'replace' should be passed by const reference. [passedByValue]
openbabel-2.4.1/tools/obfragment.cpp:205:35: performance: Function parameter 'smiles' should be passed by const reference. [passedByValue]
openbabel-2.4.1/tools/obgrep.cpp:68:15: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openbabel-2.4.1/tools/obminimize.cpp:52:9: style: The scope of the variable 'oext' can be reduced. [variableScope]
openbabel-2.4.1/tools/obrms.cpp:50:2: style: Class 'AtomDistanceSorter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/tools/obrms.cpp:114:2: style: Class 'Matcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openbabel-2.4.1/tools/obrotate.cpp:55:19: style: The scope of the variable 't' can be reduced. [variableScope]
openbabel-2.4.1/tools/obrotate.cpp:56:7: style: The scope of the variable 'c' can be reduced. [variableScope]
openbabel-2.4.1/tools/obseq.cpp:114:29: style: Same expression on both sides of '-' because the value of 'testCount' and '1' are the same. [duplicateExpression]
openbabel-2.4.1/tools/obseq.cpp:74:28: note: 'testCount' is assigned value '1' here.
openbabel-2.4.1/tools/obseq.cpp:114:29: note: Same expression on both sides of '-' because the value of 'testCount' and '1' are the same.
openbabel-2.4.1/tools/obseq.cpp:87:7: style: Variable 'molCount' is modified but its new value is never used. [unreadVariable]
openbabel-2.4.1/tools/obseq.cpp:96:19: style: Reading from empty STL container 'residueList' [reademptycontainer]
openbabel-2.4.1/tools/obseq.cpp:98:19: style: Reading from empty STL container 'residueList' [reademptycontainer]
openbabel-2.4.1/tools/obthermo.cpp:42:10: style: The scope of the variable 'bKJ' can be reduced. [variableScope]
openbabel-2.4.1/tools/obthermo.cpp:94:24: style: Variable 'bKJ' is assigned a value that is never used. [unreadVariable]
openbabel-2.4.1/tools/obthermo.cpp:158:0: style: Variable 'Rgas' is assigned a value that is never used. [unreadVariable]
[12:38]

ftp://ftp.se.debian.org/debian/pool/main/o/openbgpd/openbgpd_4.6.orig.tar.gz
bgpctl/bgpctl.c:101:13: style: The scope of the variable 'n' can be reduced. [variableScope]
bgpctl/bgpctl.c:523:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
bgpctl/bgpctl.c:523:27: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
bgpctl/bgpctl.c:858:9: style: The scope of the variable 'ifms_type' can be reduced. [variableScope]
bgpctl/bgpctl.c:982:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
bgpctl/irr_asset.c:74:23: style: The scope of the variable 'mas' can be reduced. [variableScope]
bgpctl/irr_asset.c:157:17: style: The scope of the variable 'mas' can be reduced. [variableScope]
bgpctl/irr_output.c:50:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
bgpctl/irr_output.c:52:9: style: The scope of the variable 'fh' can be reduced. [variableScope]
bgpctl/irr_output.c:130:21: style: The scope of the variable 'pfxs' can be reduced. [variableScope]
bgpctl/irr_output.c:131:10: style: The scope of the variable 'srcas' can be reduced. [variableScope]
bgpctl/irr_output.c:205:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
bgpctl/irr_parser.c:357:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
bgpctl/irr_parser.c:52:8: style: The scope of the variable 'key' can be reduced. [variableScope]
bgpctl/irr_prefix.c:130:27: style: The scope of the variable 'last' can be reduced. [variableScope]
bgpctl/parser.c:638:13: style: The scope of the variable 'ps' can be reduced. [variableScope]
bgpctl/whois.c:81:30: style: The scope of the variable 'attempt' can be reduced. [variableScope]
bgpd/bgpd.c:410:21: style: Redundant condition: pid==-1. 'pid!=-1 || (pid==-1 && errno==EINTR)' is equivalent to 'pid!=-1 || errno==EINTR' [redundantCondition]
bgpd/bgpd.c:117:13: style: The scope of the variable 'timeout' can be reduced. [variableScope]
bgpd/bgpd.c:117:22: style: The scope of the variable 'nfds' can be reduced. [variableScope]
bgpd/buffer.c:220:18: style: The scope of the variable 'cmsg' can be reduced. [variableScope]
bgpd/carp.c:61:9: style: The scope of the variable 'level' can be reduced. [variableScope]
bgpd/config.c:182:6: style: Condition '!done' is always true [knownConditionTrueFalse]
bgpd/config.c:159:16: note: Assignment 'done=0', assigned value is 0
bgpd/config.c:182:6: note: Condition '!done' is always true
bgpd/imsg.c:97:16: style: The scope of the variable 'left' can be reduced. [variableScope]
bgpd/kroute.c:675:10: warning: Either the condition 'rn==NULL' is redundant or there is possible null pointer dereference: rn. [nullPointerRedundantCheck]
bgpd/kroute.c:680:10: note: Assuming that condition 'rn==NULL' is not redundant
bgpd/kroute.c:675:10: note: Null pointer dereference
bgpd/kroute.c:748:10: warning: Either the condition 'rn==NULL' is redundant or there is possible null pointer dereference: rn. [nullPointerRedundantCheck]
bgpd/kroute.c:753:10: note: Assuming that condition 'rn==NULL' is not redundant
bgpd/kroute.c:748:10: note: Null pointer dereference
bgpd/kroute.c:933:24: style: The scope of the variable 'h' can be reduced. [variableScope]
bgpd/kroute.c:968:24: style: The scope of the variable 's' can be reduced. [variableScope]
bgpd/kroute.c:1117:24: style: The scope of the variable 's' can be reduced. [variableScope]
bgpd/kroute.c:1632:22: style: The scope of the variable 'k' can be reduced. [variableScope]
bgpd/kroute.c:1633:23: style: The scope of the variable 'k6' can be reduced. [variableScope]
bgpd/kroute.c:2038:10: style: struct member 'pad::pad' is never used. [unusedStructMember]
bgpd/log.c:151:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
bgpd/log.c:194:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
bgpd/log.c:314:9: style: The scope of the variable 'p' can be reduced. [variableScope]
bgpd/log.c:315:14: style: The scope of the variable 'b' can be reduced. [variableScope]
bgpd/mrt.c:129:15: style: The scope of the variable 'oa' can be reduced. [variableScope]
bgpd/pfkey.c:416:24: style: The scope of the variable 'msg' can be reduced. [variableScope]
bgpd/pfkey.c:417:19: style: The scope of the variable 'ext' can be reduced. [variableScope]
bgpd/pftable.c:186:14: warning: Either the condition 'pft==NULL' is redundant or there is possible null pointer dereference: pft. [nullPointerRedundantCheck]
bgpd/pftable.c:189:10: note: Assuming that condition 'pft==NULL' is not redundant
bgpd/pftable.c:186:14: note: Null pointer dereference
bgpd/rde.c:1486:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
bgpd/rde.c:164:9: style: The scope of the variable 'timeout' can be reduced. [variableScope]
bgpd/rde.c:1668:12: style: The scope of the variable 'p' can be reduced. [variableScope]
bgpd/rde.c:1728:16: style: The scope of the variable 'a' can be reduced. [variableScope]
bgpd/rde.c:1729:10: style: The scope of the variable 'bp' can be reduced. [variableScope]
bgpd/rde.c:1869:18: style: The scope of the variable 'p' can be reduced. [variableScope]
bgpd/rde.c:2806:20: style: The scope of the variable 'p' can be reduced. [variableScope]
bgpd/rde.c:2109:9: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
bgpd/rde.c:1905:0: error: Memory leak: ctx [memleak]
bgpd/rde_attr.c:907:29: portability: Undefined behaviour, when 'shift' is 2 the pointer arithmetic 'asp->data+shift' is out of bounds. [pointerOutOfBounds]
bgpd/rde_attr.c:469:22: style: The scope of the variable 'head' can be reduced. [variableScope]
bgpd/rde_attr.c:786:14: style: Variable 'seg_type' is assigned a value that is never used. [unreadVariable]
bgpd/rde_attr.c:932:14: style: Variable 'seg_type' is assigned a value that is never used. [unreadVariable]
bgpd/rde_attr.c:83:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
bgpd/rde_filter.c:254:6: style: The scope of the variable 'as' can be reduced. [variableScope]
bgpd/rde_filter.c:254:10: style: The scope of the variable 'type' can be reduced. [variableScope]
bgpd/rde_prefix.c:185:19: style: The scope of the variable 'p' can be reduced. [variableScope]
bgpd/rde_rib.c:56:10: style: The scope of the variable 'newsize' can be reduced. [variableScope]
bgpd/rde_rib.c:109:17: style: The scope of the variable 'p' can be reduced. [variableScope]
bgpd/rde_update.c:812:9: style: The scope of the variable 'r' can be reduced. [variableScope]
bgpd/session.c:2547:6: warning: Either the condition 'la==NULL' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
bgpd/session.c:2308:11: note: Assuming that condition 'la==NULL' is not redundant
bgpd/session.c:2305:17: note: Calling function 'la_cmp', 1st argument 'a' value is 0
bgpd/session.c:2547:6: note: Null pointer dereference
bgpd/session.c:2550:10: warning: Either the condition 'la==NULL' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
bgpd/session.c:2308:11: note: Assuming that condition 'la==NULL' is not redundant
bgpd/session.c:2305:17: note: Calling function 'la_cmp', 1st argument 'a' value is 0
bgpd/session.c:2550:10: note: Null pointer dereference
bgpd/session.c:1248:2: style: Variable 'peer->capa.ann.mp_v4' is reassigned a value before the old one has been used. [redundantAssignment]
bgpd/session.c:1247:2: note: Variable 'peer->capa.ann.mp_v4' is reassigned a value before the old one has been used.
bgpd/session.c:1248:2: note: Variable 'peer->capa.ann.mp_v4' is reassigned a value before the old one has been used.
bgpd/session.c:191:37: style: The scope of the variable 'last' can be reduced. [variableScope]
bgpd/session.c:1570:11: style: The scope of the variable 'n' can be reduced. [variableScope]
bgpd/session.c:1570:14: style: The scope of the variable 'rpos' can be reduced. [variableScope]
bgpd/session.c:1570:20: style: The scope of the variable 'av' can be reduced. [variableScope]
bgpd/session.c:1570:24: style: The scope of the variable 'left' can be reduced. [variableScope]
bgpd/session.c:1572:14: style: The scope of the variable 'processed' can be reduced. [variableScope]
bgpd/session.c:2685:8: style: The scope of the variable 'i' can be reduced. [variableScope]
bgpd/session.c:2687:19: style: The scope of the variable 'in' can be reduced. [variableScope]
bgpd/session.c:1307:3: error: Memory leak: msg [memleak]
bgpd/timer.c:103:7: warning: Either the condition 't!=NULL' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
bgpd/timer.c:105:8: note: Assuming that condition 't!=NULL' is not redundant
bgpd/timer.c:103:7: note: Null pointer dereference
[12:38]

ftp://ftp.se.debian.org/debian/pool/main/o/openbios/openbios_1.1.git20180213.orig.tar.xz
openbios-1.1.git20180213/arch/amd64/context.c:83:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-1.1.git20180213/arch/amd64/context.h:37:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-1.1.git20180213/arch/amd64/context.c:83:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-1.1.git20180213/arch/amd64/lib.c:48:9: portability: 'memptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openbios-1.1.git20180213/arch/amd64/linux_load.c:247:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/amd64/linux_load.c:293:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/amd64/linux_load.c:442:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/briq/briq.c:115:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-1.1.git20180213/arch/ppc/briq/briq.c:128:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-1.1.git20180213/arch/ppc/briq/briq.c:51:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openbios-1.1.git20180213/arch/ppc/briq/init.c:117:6: style: Condition '!autoboot' is always true [knownConditionTrueFalse]
openbios-1.1.git20180213/arch/ppc/briq/init.c:116:13: note: Assignment 'autoboot=0', assigned value is 0
openbios-1.1.git20180213/arch/ppc/briq/init.c:117:6: note: Condition '!autoboot' is always true
openbios-1.1.git20180213/arch/ppc/briq/main.c:43:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/briq/main.c:46:9: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/briq/main.c:119:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/briq/methods.c:196:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-1.1.git20180213/arch/ppc/briq/methods.c:220:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-1.1.git20180213/arch/ppc/briq/methods.c:248:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-1.1.git20180213/arch/ppc/briq/methods.c:100:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/mol/main.c:48:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/mol/main.c:51:9: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/mol/main.c:209:8: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/mol/main.c:209:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/mol/main.c:340:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/mol/methods.c:329:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-1.1.git20180213/arch/ppc/mol/methods.c:353:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-1.1.git20180213/arch/ppc/mol/methods.c:381:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-1.1.git20180213/arch/ppc/mol/methods.c:110:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/mol/osi-scsi.c:134:7: style: The scope of the variable 'prev_allow_medium_removal' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/mol/osi-scsi.c:135:7: style: The scope of the variable 'set_cd_speed_cmd' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/mol/prom.c:123:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/arch/ppc/mol/tree.c:116:12: style: The scope of the variable 'map' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/ofmem.c:203:13: style: The scope of the variable 'next_grab_slot' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/ofmem.c:300:9: warning: Size of pointer 'ofmem' used instead of size of its data. [pointerSize]
openbios-1.1.git20180213/arch/ppc/ofmem.c:86: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]
openbios-1.1.git20180213/arch/ppc/pearpc/init.c:123:6: style: Condition '!autoboot' is always true [knownConditionTrueFalse]
openbios-1.1.git20180213/arch/ppc/pearpc/init.c:122:13: note: Assignment 'autoboot=0', assigned value is 0
openbios-1.1.git20180213/arch/ppc/pearpc/init.c:123:6: note: Condition '!autoboot' is always true
openbios-1.1.git20180213/arch/ppc/pearpc/main.c:43:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/pearpc/main.c:46:9: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/pearpc/main.c:119:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/pearpc/methods.c:192:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-1.1.git20180213/arch/ppc/pearpc/methods.c:216:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-1.1.git20180213/arch/ppc/pearpc/methods.c:244:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-1.1.git20180213/arch/ppc/pearpc/methods.c:96:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/pearpc/pearpc.c:117:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-1.1.git20180213/arch/ppc/pearpc/pearpc.c:130:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-1.1.git20180213/arch/ppc/pearpc/pearpc.c:53:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openbios-1.1.git20180213/arch/ppc/qemu/context.c:85:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-1.1.git20180213/arch/ppc/qemu/context.h:23:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-1.1.git20180213/arch/ppc/qemu/context.c:85:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-1.1.git20180213/arch/ppc/qemu/init.c:730:14: style: The scope of the variable 'k' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/qemu/init.c:763:44: style: The scope of the variable 'boot_path' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/qemu/main.c:45:19: style: The scope of the variable 'kernel_image' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/qemu/main.c:46:19: style: The scope of the variable 'initrd_image' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/qemu/main.c:46:33: style: The scope of the variable 'initrd_size' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/qemu/main.c:47:18: style: The scope of the variable 'kernel_cmdline' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/qemu/methods.c:233:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-1.1.git20180213/arch/ppc/qemu/methods.c:74:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/ppc/qemu/ofmem.c:506:9: style: Condition '!is_ppc64()' is always true [knownConditionTrueFalse]
openbios-1.1.git20180213/arch/ppc/qemu/ofmem.c:521:25: style: Function 'setup_mmu' argument 1 names different: declaration 'code_base' definition 'ramsize'. [funcArgNamesDifferent]
openbios-1.1.git20180213/arch/ppc/qemu/ofmem.c:33:37: note: Function 'setup_mmu' argument 1 names different: declaration 'code_base' definition 'ramsize'.
openbios-1.1.git20180213/arch/ppc/qemu/ofmem.c:521:25: note: Function 'setup_mmu' argument 1 names different: declaration 'code_base' definition 'ramsize'.
openbios-1.1.git20180213/arch/ppc/qemu/ofmem.c:380:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-1.1.git20180213/arch/ppc/qemu/ofmem.c:381:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-1.1.git20180213/arch/ppc/qemu/ofmem.c:382:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-1.1.git20180213/arch/ppc/qemu/ofmem.c:383:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-1.1.git20180213/arch/ppc/qemu/ofmem.c:384:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-1.1.git20180213/arch/ppc/qemu/ofmem.c:385:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-1.1.git20180213/arch/ppc/qemu/ofmem.c:386:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-1.1.git20180213/arch/sparc32/boot.c:33:24: style: The scope of the variable 'target' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc32/boot.c:33:32: style: The scope of the variable 'device' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc32/context.c:73:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-1.1.git20180213/arch/sparc32/context.h:20:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-1.1.git20180213/arch/sparc32/context.c:73:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-1.1.git20180213/arch/sparc32/pgtsrmmu.h:112: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]
openbios-1.1.git20180213/arch/sparc32/linux_load.c:266:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc32/linux_load.c:312:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc32/linux_load.c:461:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc32/ofmem_sparc32.c:140:16: style: The scope of the variable 'pa' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc32/ofmem_sparc32.c:156:11: style: The scope of the variable 'pte' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc32/ofmem_sparc32.c:157:16: style: The scope of the variable 'pa' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc32/romvec.c:310:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openbios-1.1.git20180213/arch/sparc32/romvec.c:308:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openbios-1.1.git20180213/arch/sparc32/romvec.c:310:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openbios-1.1.git20180213/arch/sparc32/romvec.c:113:19: style: The scope of the variable 'found' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc32/romvec.c:154:13: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
openbios-1.1.git20180213/arch/sparc64/boot.c:26:15: style: The scope of the variable 'param' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc64/context.c:82:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-1.1.git20180213/arch/sparc64/context.h:25:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-1.1.git20180213/arch/sparc64/context.c:82:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-1.1.git20180213/arch/sparc64/lib.c:86:43: style: The scope of the variable 'data' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc64/linux_load.c:266:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc64/linux_load.c:312:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc64/linux_load.c:461:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc64/ofmem_sparc64.c:149:19: style: The scope of the variable 'tte_data' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc64/ofmem_sparc64.c:149:29: style: The scope of the variable 'currsize' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc64/ofmem_sparc64.c:351:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc64/openbios.c:129:14: style: The scope of the variable 'addr' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc64/openbios.c:130:24: style: The scope of the variable 'p' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/sparc64/openbios.c:767:18: style: The scope of the variable 'machine_id' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/unix/plugins.c:118:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-1.1.git20180213/arch/unix/plugins.c:119:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/arch/unix/plugins.c:120:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/arch/unix/plugins.c:121:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/arch/unix/plugins.c:155:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-1.1.git20180213/arch/unix/plugins.c:156:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/arch/unix/plugins.c:157:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/arch/unix/plugins/loader.c:111:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-1.1.git20180213/arch/unix/plugins/loader.c:112:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/arch/unix/plugins/loader.c:113:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/arch/unix/plugins/loader.c:114:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/arch/unix/plugins/loader.c:148:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-1.1.git20180213/arch/unix/plugins/loader.c:149:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/arch/unix/plugins/loader.c:150:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/arch/unix/plugins/plugin_pci/plugin_pci.c:169:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-1.1.git20180213/arch/unix/unix.c:442:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/x86/context.c:90:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-1.1.git20180213/arch/x86/context.h:37:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-1.1.git20180213/arch/x86/context.c:90:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-1.1.git20180213/arch/x86/linux_load.c:267:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/x86/linux_load.c:313:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/x86/linux_load.c:462:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-1.1.git20180213/arch/x86/xbox/console.c:18:16: style: struct member 'osi_fb_info::mphys' is never used. [unusedStructMember]
openbios-1.1.git20180213/arch/x86/xbox/console.c:19:7: style: struct member 'osi_fb_info::rb' is never used. [unusedStructMember]
openbios-1.1.git20180213/arch/x86/xbox/console.c:19:11: style: struct member 'osi_fb_info::w' is never used. [unusedStructMember]
openbios-1.1.git20180213/arch/x86/xbox/console.c:19:14: style: struct member 'osi_fb_info::h' is never used. [unusedStructMember]
openbios-1.1.git20180213/arch/x86/xbox/console.c:19:17: style: struct member 'osi_fb_info::depth' is never used. [unusedStructMember]
openbios-1.1.git20180213/arch/x86/xbox/methods.c:61:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/adb_kbd.c:575:11: style: The scope of the variable 'key' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/cuda.c:78:9: style: The scope of the variable 'val' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/cuda.c:94:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/cuda.c:94:22: style: The scope of the variable 'val' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/cuda.c:167:26: error: Invalid memcpy() argument nr 3. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
openbios-1.1.git20180213/drivers/cuda.c:165:16: note: Assignment 'len=-1', assigned value is -1
openbios-1.1.git20180213/drivers/cuda.c:167:26: note: Invalid argument
openbios-1.1.git20180213/drivers/escc.c:385:19: style: The scope of the variable 'tty' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/esp.c:258:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/esp.c:258:19: style: The scope of the variable 'sect_offset' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/floppy.c:1112:9: style: Variable 'ph' is reassigned a value before the old one has been used. [redundantAssignment]
openbios-1.1.git20180213/drivers/floppy.c:1107:9: note: Variable 'ph' is reassigned a value before the old one has been used.
openbios-1.1.git20180213/drivers/floppy.c:1112:9: note: Variable 'ph' is reassigned a value before the old one has been used.
openbios-1.1.git20180213/drivers/floppy.c:274:15: style: The scope of the variable 'status' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/floppy.c:308:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/floppy.c:344:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/fw_cfg.c:106:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/ide.c:482:22: style: The scope of the variable 'reason' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/ide.c:482:30: style: The scope of the variable 'lcyl' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/ide.c:482:36: style: The scope of the variable 'hcyl' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/ide.c:1001:20: style: The scope of the variable 'drive' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/ide.c:1037:17: style: The scope of the variable 'sectorn' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/ide.c:1037:26: style: The scope of the variable 'sectorc' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/ide.c:1070:24: style: The scope of the variable 'cl' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/ide.c:1070:28: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/ide.c:1070:32: style: The scope of the variable 'st' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/ide.c:1140:20: style: The scope of the variable 'drive' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/iommu.c:35:5: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: iregs. [nullPointerRedundantCheck]
openbios-1.1.git20180213/drivers/iommu.c:108:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-1.1.git20180213/drivers/iommu.c:127:22: note: Calling function 'iommu_invalidate', 1st argument 'iregs' value is 0
openbios-1.1.git20180213/drivers/iommu.c:35:5: note: Null pointer dereference
openbios-1.1.git20180213/drivers/iommu.c:118:11: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: regs. [nullPointerRedundantCheck]
openbios-1.1.git20180213/drivers/iommu.c:108:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-1.1.git20180213/drivers/iommu.c:118:11: note: Null pointer dereference
openbios-1.1.git20180213/drivers/iommu.c:126:5: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: regs. [nullPointerRedundantCheck]
openbios-1.1.git20180213/drivers/iommu.c:108:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-1.1.git20180213/drivers/iommu.c:126:5: note: Null pointer dereference
openbios-1.1.git20180213/drivers/iommu.c:142:5: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: regs. [nullPointerRedundantCheck]
openbios-1.1.git20180213/drivers/iommu.c:108:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-1.1.git20180213/drivers/iommu.c:142:5: note: Null pointer dereference
openbios-1.1.git20180213/drivers/kbd.c:47:9: style: The scope of the variable 'mod_state' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/kbd.c:47:20: style: The scope of the variable 'key' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/kbd.c:47:25: style: The scope of the variable 'type' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/macio.c:92:22: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openbios-1.1.git20180213/drivers/macio.c:276:30: note: Calling function 'macio_nvram_init', 2nd argument 'addr' value is 0
openbios-1.1.git20180213/drivers/macio.c:92:22: note: Null pointer addition
openbios-1.1.git20180213/drivers/pc_kbd.c:69:15: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/pci.c:398:2: style: Variable 'virt' is reassigned a value before the old one has been used. [redundantAssignment]
openbios-1.1.git20180213/drivers/pci.c:397:2: note: Variable 'virt' is reassigned a value before the old one has been used.
openbios-1.1.git20180213/drivers/pci.c:398:2: note: Variable 'virt' is reassigned a value before the old one has been used.
openbios-1.1.git20180213/drivers/pci.c:1354:26: style: The scope of the variable 'irq_line' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/pci.c:1936:22: style: The scope of the variable 'fn' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/sbus.c:89:9: error: Memory leak: le [memleak]
openbios-1.1.git20180213/drivers/sbus.c:122:9: error: Memory leak: le [memleak]
openbios-1.1.git20180213/drivers/usb.c:136:43: style: Function 'init_device_entry' argument 2 names different: declaration 'num' definition 'i'. [funcArgNamesDifferent]
openbios-1.1.git20180213/drivers/usb.h:290:48: note: Function 'init_device_entry' argument 2 names different: declaration 'num' definition 'i'.
openbios-1.1.git20180213/drivers/usb.c:136:43: note: Function 'init_device_entry' argument 2 names different: declaration 'num' definition 'i'.
openbios-1.1.git20180213/drivers/usb.c:164:32: style: Function 'get_status' argument 2 names different: declaration 'endp' definition 'intf'. [funcArgNamesDifferent]
openbios-1.1.git20180213/drivers/usb.h:293:37: note: Function 'get_status' argument 2 names different: declaration 'endp' definition 'intf'.
openbios-1.1.git20180213/drivers/usb.c:164:32: note: Function 'get_status' argument 2 names different: declaration 'endp' definition 'intf'.
openbios-1.1.git20180213/drivers/usbhid.c:547:11: style: The scope of the variable 'key' can be reduced. [variableScope]
openbios-1.1.git20180213/drivers/usbohci.c:491:32: style: Function 'ohci_bulk' argument 2 names different: declaration 'size' definition 'dalen'. [funcArgNamesDifferent]
openbios-1.1.git20180213/drivers/usbohci.c:50:43: note: Function 'ohci_bulk' argument 2 names different: declaration 'size' definition 'dalen'.
openbios-1.1.git20180213/drivers/usbohci.c:491:32: note: Function 'ohci_bulk' argument 2 names different: declaration 'size' definition 'dalen'.
openbios-1.1.git20180213/drivers/usbohci.c:724:59: style: Function 'ohci_destroy_intr_queue' argument 2 names different: declaration 'queue' definition 'q_'. [funcArgNamesDifferent]
openbios-1.1.git20180213/drivers/usbohci.c:54:60: note: Function 'ohci_destroy_intr_queue' argument 2 names different: declaration 'queue' definition 'q_'.
openbios-1.1.git20180213/drivers/usbohci.c:724:59: note: Function 'ohci_destroy_intr_queue' argument 2 names different: declaration 'queue' definition 'q_'.
openbios-1.1.git20180213/drivers/usbohci.c:775:34: style: Function 'ohci_poll_intr_queue' argument 1 names different: declaration 'queue' definition 'q_'. [funcArgNamesDifferent]
openbios-1.1.git20180213/drivers/usbohci.c:55:40: note: Function 'ohci_poll_intr_queue' argument 1 names different: declaration 'queue' definition 'q_'.
openbios-1.1.git20180213/drivers/usbohci.c:775:34: note: Function 'ohci_poll_intr_queue' argument 1 names different: declaration 'queue' definition 'q_'.
openbios-1.1.git20180213/drivers/usbohci_private.h:96:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-1.1.git20180213/drivers/usbohci_private.h:102:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-1.1.git20180213/drivers/usbohci_private.h:107:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-1.1.git20180213/drivers/usbohci_private.h:148:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-1.1.git20180213/drivers/usbohci.c:248:68: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-1.1.git20180213/drivers/usbohci.c:249:71: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-1.1.git20180213/drivers/usbohci.c:539:4: style: Variable 'pages' is modified but its new value is never used. [unreadVariable]
openbios-1.1.git20180213/drivers/vga_load_regs.c:463:22: warning: Either the condition 'i<(63*3+3)' is redundant or the array 'VgaLookupTable[192]' is accessed at index 192, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-1.1.git20180213/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<(63*3+3)' is not redundant
openbios-1.1.git20180213/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-1.1.git20180213/drivers/vga_load_regs.c:463:22: note: Array index out of bounds
openbios-1.1.git20180213/drivers/vga_load_regs.c:464:22: warning: Either the condition 'i<(63*3+3)' is redundant or the array 'VgaLookupTable[192]' is accessed at index 193, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-1.1.git20180213/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<(63*3+3)' is not redundant
openbios-1.1.git20180213/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-1.1.git20180213/drivers/vga_load_regs.c:463:23: note: i is incremented', new value is 193
openbios-1.1.git20180213/drivers/vga_load_regs.c:464:22: note: Array index out of bounds
openbios-1.1.git20180213/drivers/vga_load_regs.c:463:22: warning: Either the condition 'i<192' is redundant or the array 'VgaLookupTable[192]' is accessed at index 192, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-1.1.git20180213/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<192' is not redundant
openbios-1.1.git20180213/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-1.1.git20180213/drivers/vga_load_regs.c:463:22: note: Array index out of bounds
openbios-1.1.git20180213/drivers/vga_load_regs.c:464:22: warning: Either the condition 'i<192' is redundant or the array 'VgaLookupTable[192]' is accessed at index 193, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-1.1.git20180213/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<192' is not redundant
openbios-1.1.git20180213/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-1.1.git20180213/drivers/vga_load_regs.c:463:23: note: i is incremented', new value is 193
openbios-1.1.git20180213/drivers/vga_load_regs.c:464:22: note: Array index out of bounds
openbios-1.1.git20180213/fs/ext2/ext2_fs.c:120:7: error: Dereferencing 'common' after it is deallocated / released [deallocuse]
openbios-1.1.git20180213/fs/ext2/ext2_fs.c:123:6: error: Dereferencing 'common' after it is deallocated / released [deallocuse]
openbios-1.1.git20180213/fs/ext2/ext2_utils.c:127:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/ext2/ext2_utils.c:301:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/ext2/ext2_utils.c:284:14: style: Function 'ext2_dir_entry' argument 3 names different: declaration 'offset' definition 'index'. [funcArgNamesDifferent]
openbios-1.1.git20180213/fs/ext2/ext2_utils.h:52:14: note: Function 'ext2_dir_entry' argument 3 names different: declaration 'offset' definition 'index'.
openbios-1.1.git20180213/fs/ext2/ext2_utils.c:284:14: note: Function 'ext2_dir_entry' argument 3 names different: declaration 'offset' definition 'index'.
openbios-1.1.git20180213/fs/grubfs/filesys.h:78:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-1.1.git20180213/fs/hfs/block.c:305:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/hfs/block.c:570:28: style: The scope of the variable 'mid' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/hfs/block.c:81:1: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfs/block.c:559:1: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfs/block.c:610:1: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfs/data.c:398:16: style: The scope of the variable 'diff' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/hfs/hfs.c:59:1: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfs/hfs.c:680:1: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfs/hfs_fs.c:279:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
openbios-1.1.git20180213/fs/hfs/hfs_fs.c:278:9: note: Variable 'path' is reassigned a value before the old one has been used.
openbios-1.1.git20180213/fs/hfs/hfs_fs.c:279:3: note: Variable 'path' is reassigned a value before the old one has been used.
openbios-1.1.git20180213/fs/hfs/hfs_fs.c:87:2: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-1.1.git20180213/fs/hfs/hfs_fs.c:89:3: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/fs/hfs/hfs_fs.c:104:3: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-1.1.git20180213/fs/hfs/hfs_fs.c:249:4: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-1.1.git20180213/fs/hfs/hfs_fs.c:259:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-1.1.git20180213/fs/hfs/hfs_fs.c:267:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-1.1.git20180213/fs/hfs/low.c:37:21: error: Uninitialized variable: b [uninitvar]
openbios-1.1.git20180213/fs/hfs/low.c:91:21: error: Uninitialized variable: b [uninitvar]
openbios-1.1.git20180213/fs/hfs/volume.c:380:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/hfs/volume.c:107:1: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfs/volume.c:431:1: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_blockiter.c:103:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_blockiter.c:139:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_fs.c:518:2: style: Variable 'curfol' is reassigned a value before the old one has been used. [redundantAssignment]
openbios-1.1.git20180213/fs/hfsplus/hfsp_fs.c:517:2: note: Variable 'curfol' is reassigned a value before the old one has been used.
openbios-1.1.git20180213/fs/hfsplus/hfsp_fs.c:518:2: note: Variable 'curfol' is reassigned a value before the old one has been used.
openbios-1.1.git20180213/fs/hfsplus/hfsp_fs.c:134:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/hfsplus/hfsp_fs.c:153:7: style: The scope of the variable 'name' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/hfsplus/hfsp_fs.c:170:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openbios-1.1.git20180213/fs/hfsplus/hfsp_fs.c:218:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-1.1.git20180213/fs/hfsplus/hfsp_fs.c:506:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:308:11: style: The scope of the variable 'start' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:308:18: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:308:23: style: The scope of the variable 'mid' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:308:28: style: The scope of the variable 'comp' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:57:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:75:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:196:2: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:217:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:358:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:407:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:433:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:461:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:493:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:590:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_record.c:614:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_volume.c:91:15: style: The scope of the variable 'e' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/hfsplus/hfsp_volume.c:152:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_volume.c:217:1: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/hfsplus/hfsp_volume.c:298:3: style: Label 'fail' is not used. [unusedLabel]
openbios-1.1.git20180213/fs/ioglue.c:60:32: style: Function 'os_seek' argument 2 names different: declaration 'offset' definition 'blknum'. [funcArgNamesDifferent]
openbios-1.1.git20180213/fs/os.h:36:46: note: Function 'os_seek' argument 2 names different: declaration 'offset' definition 'blknum'.
openbios-1.1.git20180213/fs/ioglue.c:60:32: note: Function 'os_seek' argument 2 names different: declaration 'offset' definition 'blknum'.
openbios-1.1.git20180213/fs/iso9660/iso9660_fs.c:141:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/iso9660/iso9660_fs.c:50:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-1.1.git20180213/fs/iso9660/iso9660_fs.c:61:4: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-1.1.git20180213/fs/iso9660/iso9660_fs.c:65:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-1.1.git20180213/fs/iso9660/iso9660_fs.c:69:2: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-1.1.git20180213/fs/iso9660/iso9660_lseek.c:11:33: style: Function 'iso9660_lseek' argument 1 names different: declaration 'file' definition '_file'. [funcArgNamesDifferent]
openbios-1.1.git20180213/fs/iso9660/libiso9660.h:24:40: note: Function 'iso9660_lseek' argument 1 names different: declaration 'file' definition '_file'.
openbios-1.1.git20180213/fs/iso9660/iso9660_lseek.c:11:33: note: Function 'iso9660_lseek' argument 1 names different: declaration 'file' definition '_file'.
openbios-1.1.git20180213/fs/iso9660/iso9660_mount.c:191:37: style: Function 'iso9660_probe' argument 2 names different: declaration 'offs' definition 'offset'. [funcArgNamesDifferent]
openbios-1.1.git20180213/fs/iso9660/libiso9660.h:17:44: note: Function 'iso9660_probe' argument 2 names different: declaration 'offs' definition 'offset'.
openbios-1.1.git20180213/fs/iso9660/iso9660_mount.c:191:37: note: Function 'iso9660_probe' argument 2 names different: declaration 'offs' definition 'offset'.
openbios-1.1.git20180213/fs/iso9660/iso9660_opendir.c:84:16: style: Redundant condition: If 'EXPR == '\\'', the comparison 'EXPR' is always true. [redundantCondition]
openbios-1.1.git20180213/fs/iso9660/iso9660_opendir.c:77:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-1.1.git20180213/fs/iso9660/iso9660_read.c:13:35: style: Function 'iso9660_read' argument 1 names different: declaration 'file' definition '_file'. [funcArgNamesDifferent]
openbios-1.1.git20180213/fs/iso9660/libiso9660.h:22:42: note: Function 'iso9660_read' argument 1 names different: declaration 'file' definition '_file'.
openbios-1.1.git20180213/fs/iso9660/iso9660_read.c:13:35: note: Function 'iso9660_read' argument 1 names different: declaration 'file' definition '_file'.
openbios-1.1.git20180213/kernel/bootstrap.c:108:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
openbios-1.1.git20180213/kernel/bootstrap.c:108:11: style: The scope of the variable 'bit' can be reduced. [variableScope]
openbios-1.1.git20180213/kernel/bootstrap.c:341:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-1.1.git20180213/kernel/dict.c:173:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-1.1.git20180213/kernel/dict.c:228:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-1.1.git20180213/kernel/forth.c:494:22: style: Same expression on both sides of '>' because the value of 'rstackcnt' and 'tmp' are the same. [duplicateExpression]
openbios-1.1.git20180213/kernel/forth.c:487:11: note: 'tmp' is assigned value 'rstackcnt' here.
openbios-1.1.git20180213/kernel/forth.c:494:22: note: Same expression on both sides of '>' because the value of 'rstackcnt' and 'tmp' are the same.
openbios-1.1.git20180213/kernel/forth.c:1213:26: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openbios-1.1.git20180213/kernel/forth.c:1225:26: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openbios-1.1.git20180213/kernel/forth.c:506:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-1.1.git20180213/kernel/forth.c:527:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-1.1.git20180213/libc/diskio.c:179:13: style: The scope of the variable 'fdp' can be reduced. [variableScope]
openbios-1.1.git20180213/libc/diskio.c:203:13: style: The scope of the variable 'fdp' can be reduced. [variableScope]
openbios-1.1.git20180213/libc/diskio.c:234:13: style: The scope of the variable 'fdp' can be reduced. [variableScope]
openbios-1.1.git20180213/libc/misc.c:48:11: style: The scope of the variable 'n' can be reduced. [variableScope]
openbios-1.1.git20180213/libc/misc.c:83:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openbios-1.1.git20180213/libc/misc.c:76: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]
openbios-1.1.git20180213/libgcc/__udivmoddi4.c:3:61: style: Function '__udivmoddi4' argument 3 names different: declaration 'rem' definition 'rem_p'. [funcArgNamesDifferent]
openbios-1.1.git20180213/libgcc/libgcc.h:16:61: note: Function '__udivmoddi4' argument 3 names different: declaration 'rem' definition 'rem_p'.
openbios-1.1.git20180213/libgcc/__udivmoddi4.c:3:61: note: Function '__udivmoddi4' argument 3 names different: declaration 'rem' definition 'rem_p'.
openbios-1.1.git20180213/libgcc/ashrdi3.c:49:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-1.1.git20180213/libopenbios/bootcode_load.c:83:14: style: Condition 'size==0' is always true [knownConditionTrueFalse]
openbios-1.1.git20180213/libopenbios/bootcode_load.c:43:12: note: Assignment 'size=0', assigned value is 0
openbios-1.1.git20180213/libopenbios/bootcode_load.c:83:14: note: Condition 'size==0' is always true
openbios-1.1.git20180213/libopenbios/bootinfo_load.c:41:5: error: Array 'buf[1024]' accessed at index 1024, which is out of bounds. [arrayIndexOutOfBounds]
openbios-1.1.git20180213/libopenbios/bootinfo_load.c:39:2: note: After for loop, i has value 1024
openbios-1.1.git20180213/libopenbios/bootinfo_load.c:41:5: note: Array index out of bounds
openbios-1.1.git20180213/libopenbios/bootinfo_load.c:138:20: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-1.1.git20180213/libopenbios/elf_info.c:105:15: style: The scope of the variable 'nhdr' can be reduced. [variableScope]
openbios-1.1.git20180213/libopenbios/elf_info.c:106:11: style: The scope of the variable 'desc' can be reduced. [variableScope]
openbios-1.1.git20180213/libopenbios/elf_load.c:232:24: style: The scope of the variable 'new_size' can be reduced. [variableScope]
openbios-1.1.git20180213/libopenbios/elf_load.c:479:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openbios-1.1.git20180213/libopenbios/initprogram.c:42:9: style: Variable 'addr' is assigned a value that is never used. [unreadVariable]
openbios-1.1.git20180213/libopenbios/linuxbios_info.c:118:6: style: Condition '!found' is always true [knownConditionTrueFalse]
openbios-1.1.git20180213/libopenbios/linuxbios_info.c:117:10: note: Assignment 'found=0', assigned value is 0
openbios-1.1.git20180213/libopenbios/linuxbios_info.c:118:6: note: Condition '!found' is always true
openbios-1.1.git20180213/libopenbios/load.c:57:8: style: Unused variable: param [unusedVariable]
openbios-1.1.git20180213/libopenbios/ofmem_common.c:187:48: warning: Either the condition '!ptr' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openbios-1.1.git20180213/libopenbios/ofmem_common.c:190:6: note: Assuming that condition '!ptr' is not redundant
openbios-1.1.git20180213/libopenbios/ofmem_common.c:187:48: note: Null pointer subtraction
openbios-1.1.git20180213/libopenbios/ofmem_common.c:235:25: style: The scope of the variable 'prop_size' can be reduced. [variableScope]
openbios-1.1.git20180213/libopenbios/ofmem_common.c:283:25: style: The scope of the variable 'prop_size' can be reduced. [variableScope]
openbios-1.1.git20180213/libopenbios/ofmem_common.c:432:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-1.1.git20180213/libopenbios/ofmem_common.c:256:3: error: Common realloc mistake: 'trans_prop' nulled but not freed upon failure [memleakOnRealloc]
openbios-1.1.git20180213/libopenbios/xcoff_load.c:153:17: style: The scope of the variable 'shdr' can be reduced. [variableScope]
openbios-1.1.git20180213/packages/molvideo.c:54:16: style: The scope of the variable 'y' can be reduced. [variableScope]
openbios-1.1.git20180213/packages/molvideo.c:54:19: style: The scope of the variable 'x' can be reduced. [variableScope]
openbios-1.1.git20180213/packages/molvideo.c:54:22: style: The scope of the variable 'dx' can be reduced. [variableScope]
openbios-1.1.git20180213/packages/molvideo.c:54:26: style: The scope of the variable 'dy' can be reduced. [variableScope]
openbios-1.1.git20180213/packages/molvideo.c:56:8: style: The scope of the variable 'pp' can be reduced. [variableScope]
openbios-1.1.git20180213/packages/molvideo.c:56:13: style: The scope of the variable 'p' can be reduced. [variableScope]
openbios-1.1.git20180213/packages/molvideo.c:69:9: error: Uninitialized variable: width [uninitvar]
openbios-1.1.git20180213/packages/molvideo.c:69:17: error: Uninitialized variable: height [uninitvar]
openbios-1.1.git20180213/packages/molvideo.c:78:37: error: Uninitialized variable: width [uninitvar]
openbios-1.1.git20180213/packages/molvideo.c:79:37: error: Uninitialized variable: height [uninitvar]
openbios-1.1.git20180213/packages/molvideo.c:83:16: error: Uninitialized variable: height [uninitvar]
openbios-1.1.git20180213/packages/molvideo.c:86:17: error: Uninitialized variable: width [uninitvar]
openbios-1.1.git20180213/packages/molvideo.c:90:17: error: Uninitialized variable: width [uninitvar]
openbios-1.1.git20180213/packages/pc-parts.c:196:8: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
openbios-1.1.git20180213/packages/sun-parts.c:77:26: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
openbios-1.1.git20180213/packages/sun-parts.c:50:18: style: struct member 'sun_info::flags' is never used. [unusedStructMember]
openbios-1.1.git20180213/packages/sun-parts.c:152:17: error: Memory pointed to by 'str' is freed twice. [doubleFree]
openbios-1.1.git20180213/utils/devbios/comp.c:14:8: style: The scope of the variable 'a' can be reduced. [variableScope]
openbios-1.1.git20180213/utils/devbios/comp.c:14:10: style: The scope of the variable 'b' can be reduced. [variableScope]
openbios-1.1.git20180213/utils/devbios/comp.c:25:2: error: Resource leak: zwei [resourceLeak]
openbios-1.1.git20180213/utils/devbios/filesystem.c:107:15: style: The scope of the variable 'secnum' can be reduced. [variableScope]
openbios-1.1.git20180213/utils/devbios/filesystem.c:107:33: style: The scope of the variable 'writeoffs' can be reduced. [variableScope]
openbios-1.1.git20180213/utils/devbios/programming.c:409:24: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openbios-1.1.git20180213/utils/devbios/programming.c:408:25: note: outer condition: (flag&128)!=(data&128)
openbios-1.1.git20180213/utils/devbios/programming.c:409:24: note: opposite inner condition: (flag&128)==(data&128)
openbios-1.1.git20180213/utils/devbios/programming.c:372:25: style: The scope of the variable 'flag' can be reduced. [variableScope]
openbios-1.1.git20180213/utils/devbios/programming.c:469:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
openbios-1.1.git20180213/utils/ofclient/of1275.c:391:17: warning: Redundant assignment of 's.value_to_sym' to itself. [selfAssignment]
openbios-1.1.git20180213/utils/ofclient/of1275.c:412:42: style: Function 'of_find_integer_property' argument 1 names different: declaration 'path' definition 'device'. [funcArgNamesDifferent]
openbios-1.1.git20180213/utils/ofclient/of1275.h:434:42: note: Function 'of_find_integer_property' argument 1 names different: declaration 'path' definition 'device'.
openbios-1.1.git20180213/utils/ofclient/of1275.c:412:42: note: Function 'of_find_integer_property' argument 1 names different: declaration 'path' definition 'device'.
openbios-1.1.git20180213/utils/ofclient/of1275.c:433:37: style: Function 'of_find_string_property' argument 1 names different: declaration 'path' definition 'device'. [funcArgNamesDifferent]
openbios-1.1.git20180213/utils/ofclient/of1275.h:436:42: note: Function 'of_find_string_property' argument 1 names different: declaration 'path' definition 'device'.
openbios-1.1.git20180213/utils/ofclient/of1275.c:433:37: note: Function 'of_find_string_property' argument 1 names different: declaration 'path' definition 'device'.
[12:38]

ftp://ftp.se.debian.org/debian/pool/main/o/openbios-ppc/openbios-ppc_1.0+svn1060.orig.tar.xz
openbios-ppc-1.0+svn1060/arch/amd64/context.c:74:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/arch/amd64/context.h:37:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-ppc-1.0+svn1060/arch/amd64/context.c:74:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-ppc-1.0+svn1060/arch/amd64/lib.c:48:9: portability: 'memptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openbios-ppc-1.0+svn1060/arch/amd64/linux_load.c:247:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/amd64/linux_load.c:293:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/amd64/linux_load.c:442:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/briq/briq.c:115:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-ppc-1.0+svn1060/arch/ppc/briq/briq.c:128:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-ppc-1.0+svn1060/arch/ppc/briq/briq.c:51:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openbios-ppc-1.0+svn1060/arch/ppc/briq/init.c:117:6: style: Condition '!autoboot' is always true [knownConditionTrueFalse]
openbios-ppc-1.0+svn1060/arch/ppc/briq/init.c:116:13: note: Assignment 'autoboot=0', assigned value is 0
openbios-ppc-1.0+svn1060/arch/ppc/briq/init.c:117:6: note: Condition '!autoboot' is always true
openbios-ppc-1.0+svn1060/arch/ppc/briq/main.c:43:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/briq/main.c:46:9: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/briq/main.c:119:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/briq/methods.c:196:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/briq/methods.c:220:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/briq/methods.c:248:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/briq/methods.c:100:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libopenbios/console_common.c:68:12: style: The scope of the variable 'xx' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/mol/main.c:48:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/mol/main.c:51:9: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/mol/main.c:209:8: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/mol/main.c:209:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/mol/main.c:340:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/mol/methods.c:329:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/mol/methods.c:353:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/mol/methods.c:381:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/mol/methods.c:110:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/mol/osi-scsi.c:134:7: style: The scope of the variable 'prev_allow_medium_removal' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/mol/osi-scsi.c:135:7: style: The scope of the variable 'set_cd_speed_cmd' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/mol/prom.c:123:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/arch/ppc/mol/tree.c:116:12: style: The scope of the variable 'map' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/ofmem.c:203:13: style: The scope of the variable 'next_grab_slot' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/ofmem.c:300:9: warning: Size of pointer 'ofmem' used instead of size of its data. [pointerSize]
openbios-ppc-1.0+svn1060/arch/ppc/ofmem.c:86: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]
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/init.c:123:6: style: Condition '!autoboot' is always true [knownConditionTrueFalse]
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/init.c:122:13: note: Assignment 'autoboot=0', assigned value is 0
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/init.c:123:6: note: Condition '!autoboot' is always true
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/main.c:43:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/main.c:46:9: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/main.c:119:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/methods.c:192:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/methods.c:216:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/methods.c:244:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/methods.c:96:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/pearpc.c:117:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/pearpc.c:130:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-ppc-1.0+svn1060/arch/ppc/pearpc/pearpc.c:53:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:50:5: error: Array 'buf[1024]' accessed at index 1024, which is out of bounds. [arrayIndexOutOfBounds]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:48:2: note: After for loop, i has value 1024
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:50:5: note: Array index out of bounds
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:58:11: warning: Either the condition 'spec' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:120:28: note: Calling function 'get_partition', 1st argument 'path' value is 0
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:58:11: note: Null pointer dereference
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:61:8: warning: Either the condition 'spec' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:120:28: note: Calling function 'get_partition', 1st argument 'path' value is 0
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:61:8: note: Null pointer dereference
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:77:11: warning: Either the condition 'spec' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:119:26: note: Calling function 'get_filename', 1st argument 'path' value is 0
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:77:11: note: Null pointer dereference
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:80:8: warning: Either the condition 'spec' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:119:26: note: Calling function 'get_filename', 1st argument 'path' value is 0
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:80:8: note: Null pointer dereference
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:63:6: warning: Either the condition 'spec' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:120:28: note: Calling function 'get_partition', 1st argument 'path' value is 0
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:63:6: note: Null pointer addition
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:84:6: warning: Either the condition 'spec' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:119:26: note: Calling function 'get_filename', 1st argument 'path' value is 0
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:84:6: note: Null pointer addition
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:140:6: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:179:19: style: The scope of the variable 'kernel_image' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:180:19: style: The scope of the variable 'initrd_image' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:180:33: style: The scope of the variable 'initrd_size' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/main.c:181:18: style: The scope of the variable 'kernel_cmdline' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/methods.c:177:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/methods.c:201:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/methods.c:229:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/methods.c:73:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:317:16: style: The scope of the variable 'next_grab_slot' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:384:16: style: The scope of the variable 'next_grab_slot' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:477:25: style: Function 'setup_mmu' argument 1 names different: declaration 'code_base' definition 'ramsize'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:33:37: note: Function 'setup_mmu' argument 1 names different: declaration 'code_base' definition 'ramsize'.
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:477:25: note: Function 'setup_mmu' argument 1 names different: declaration 'code_base' definition 'ramsize'.
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:365:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:366:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:367:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:368:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:369:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:370:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-ppc-1.0+svn1060/arch/ppc/qemu/ofmem.c:371:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-ppc-1.0+svn1060/arch/sparc32/boot.c:26:33: style: The scope of the variable 'unit' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc32/boot.c:26:39: style: The scope of the variable 'part' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc32/boot.c:28:19: style: The scope of the variable 'bootid' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc32/context.c:63:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/arch/sparc32/context.h:20:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-ppc-1.0+svn1060/arch/sparc32/context.c:63:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-ppc-1.0+svn1060/arch/sparc32/lib.c:287:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc32/pgtsrmmu.h:112: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]
openbios-ppc-1.0+svn1060/arch/sparc32/linux_load.c:266:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc32/linux_load.c:312:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc32/linux_load.c:461:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc32/ofmem_sparc32.c:152:11: style: The scope of the variable 'pte' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc32/ofmem_sparc32.c:153:16: style: The scope of the variable 'pa' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc32/romvec.c:311:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openbios-ppc-1.0+svn1060/arch/sparc32/romvec.c:309:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openbios-ppc-1.0+svn1060/arch/sparc32/romvec.c:311:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openbios-ppc-1.0+svn1060/arch/sparc32/romvec.c:114:19: style: The scope of the variable 'found' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc32/romvec.c:155:13: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
openbios-ppc-1.0+svn1060/arch/sparc64/context.c:68:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/arch/sparc64/context.h:22:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-ppc-1.0+svn1060/arch/sparc64/context.c:68:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-ppc-1.0+svn1060/arch/sparc64/lib.c:86:43: style: The scope of the variable 'data' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc64/linux_load.c:266:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc64/linux_load.c:312:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc64/linux_load.c:461:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc64/ofmem_sparc64.c:158:19: style: The scope of the variable 'tte_data' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc64/ofmem_sparc64.c:158:29: style: The scope of the variable 'currsize' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc64/ofmem_sparc64.c:360:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/sparc64/openbios.c:599:18: style: The scope of the variable 'machine_id' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/unix/plugins.c:118:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-ppc-1.0+svn1060/arch/unix/plugins.c:119:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/arch/unix/plugins.c:120:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/arch/unix/plugins.c:121:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/arch/unix/plugins.c:155:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-ppc-1.0+svn1060/arch/unix/plugins.c:156:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/arch/unix/plugins.c:157:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/arch/unix/plugins/loader.c:111:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-ppc-1.0+svn1060/arch/unix/plugins/loader.c:112:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/arch/unix/plugins/loader.c:113:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/arch/unix/plugins/loader.c:114:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/arch/unix/plugins/loader.c:148:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-ppc-1.0+svn1060/arch/unix/plugins/loader.c:149:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/arch/unix/plugins/loader.c:150:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/arch/unix/plugins/plugin_pci/plugin_pci.c:169:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-ppc-1.0+svn1060/arch/unix/unix.c:404:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/x86/context.c:80:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/arch/x86/context.h:37:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-ppc-1.0+svn1060/arch/x86/context.c:80:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-ppc-1.0+svn1060/arch/x86/linux_load.c:267:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/x86/linux_load.c:313:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/x86/linux_load.c:462:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/arch/x86/multiboot.c:15:18: style: struct member 'mbheader::magic' is never used. [unusedStructMember]
openbios-ppc-1.0+svn1060/arch/x86/multiboot.c:15:32: style: struct member 'mbheader::checksum' is never used. [unusedStructMember]
openbios-ppc-1.0+svn1060/arch/x86/xbox/methods.c:61:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/adb_kbd.c:557:11: style: The scope of the variable 'key' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/cuda.c:78:9: style: The scope of the variable 'val' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/cuda.c:94:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/cuda.c:94:22: style: The scope of the variable 'val' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/cuda.c:153:26: error: Invalid memcpy() argument nr 3. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
openbios-ppc-1.0+svn1060/drivers/cuda.c:151:16: note: Assignment 'len=-1', assigned value is -1
openbios-ppc-1.0+svn1060/drivers/cuda.c:153:26: note: Invalid argument
openbios-ppc-1.0+svn1060/drivers/esp.c:258:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/esp.c:258:19: style: The scope of the variable 'sect_offset' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/floppy.c:1112:9: style: Variable 'ph' is reassigned a value before the old one has been used. [redundantAssignment]
openbios-ppc-1.0+svn1060/drivers/floppy.c:1107:9: note: Variable 'ph' is reassigned a value before the old one has been used.
openbios-ppc-1.0+svn1060/drivers/floppy.c:1112:9: note: Variable 'ph' is reassigned a value before the old one has been used.
openbios-ppc-1.0+svn1060/drivers/floppy.c:274:15: style: The scope of the variable 'status' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/floppy.c:308:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/floppy.c:344:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/ide.c:482:22: style: The scope of the variable 'reason' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/ide.c:482:30: style: The scope of the variable 'lcyl' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/ide.c:482:36: style: The scope of the variable 'hcyl' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/ide.c:1001:20: style: The scope of the variable 'drive' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/ide.c:1037:17: style: The scope of the variable 'sectorn' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/ide.c:1037:26: style: The scope of the variable 'sectorc' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/ide.c:1070:24: style: The scope of the variable 'cl' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/ide.c:1070:28: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/ide.c:1070:32: style: The scope of the variable 'st' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/ide.c:1140:20: style: The scope of the variable 'drive' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/iommu.c:34:5: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: iregs. [nullPointerRedundantCheck]
openbios-ppc-1.0+svn1060/drivers/iommu.c:107:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-ppc-1.0+svn1060/drivers/iommu.c:126:22: note: Calling function 'iommu_invalidate', 1st argument 'iregs' value is 0
openbios-ppc-1.0+svn1060/drivers/iommu.c:34:5: note: Null pointer dereference
openbios-ppc-1.0+svn1060/drivers/iommu.c:117:11: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: regs. [nullPointerRedundantCheck]
openbios-ppc-1.0+svn1060/drivers/iommu.c:107:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-ppc-1.0+svn1060/drivers/iommu.c:117:11: note: Null pointer dereference
openbios-ppc-1.0+svn1060/drivers/iommu.c:125:5: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: regs. [nullPointerRedundantCheck]
openbios-ppc-1.0+svn1060/drivers/iommu.c:107:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-ppc-1.0+svn1060/drivers/iommu.c:125:5: note: Null pointer dereference
openbios-ppc-1.0+svn1060/drivers/iommu.c:141:5: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: regs. [nullPointerRedundantCheck]
openbios-ppc-1.0+svn1060/drivers/iommu.c:107:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-ppc-1.0+svn1060/drivers/iommu.c:141:5: note: Null pointer dereference
openbios-ppc-1.0+svn1060/drivers/kbd.c:47:9: style: The scope of the variable 'mod_state' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/kbd.c:47:20: style: The scope of the variable 'key' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/kbd.c:47:25: style: The scope of the variable 'type' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/macio.c:67:22: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openbios-ppc-1.0+svn1060/drivers/macio.c:265:30: note: Calling function 'macio_nvram_init', 2nd argument 'addr' value is 0
openbios-ppc-1.0+svn1060/drivers/macio.c:67:22: note: Null pointer addition
openbios-ppc-1.0+svn1060/drivers/pc_kbd.c:67:15: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/pci.c:1025:26: style: The scope of the variable 'irq_line' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/pci.c:1292:22: style: The scope of the variable 'fn' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/drivers/sbus.c:88:9: error: Memory leak: le [memleak]
openbios-ppc-1.0+svn1060/drivers/sbus.c:121:9: error: Memory leak: le [memleak]
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:463:22: warning: Either the condition 'i<(63*3+3)' is redundant or the array 'VgaLookupTable[192]' is accessed at index 192, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<(63*3+3)' is not redundant
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:463:22: note: Array index out of bounds
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:464:22: warning: Either the condition 'i<(63*3+3)' is redundant or the array 'VgaLookupTable[192]' is accessed at index 193, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<(63*3+3)' is not redundant
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:463:23: note: i is incremented', new value is 193
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:464:22: note: Array index out of bounds
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:463:22: warning: Either the condition 'i<192' is redundant or the array 'VgaLookupTable[192]' is accessed at index 192, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<192' is not redundant
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:463:22: note: Array index out of bounds
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:464:22: warning: Either the condition 'i<192' is redundant or the array 'VgaLookupTable[192]' is accessed at index 193, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<192' is not redundant
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:463:23: note: i is incremented', new value is 193
openbios-ppc-1.0+svn1060/drivers/vga_load_regs.c:464:22: note: Array index out of bounds
openbios-ppc-1.0+svn1060/drivers/vga_vbe.c:179:7: style: The scope of the variable 'size' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/ext2/ext2_fs.c:120:7: error: Dereferencing 'common' after it is deallocated / released [deallocuse]
openbios-ppc-1.0+svn1060/fs/ext2/ext2_fs.c:123:6: error: Dereferencing 'common' after it is deallocated / released [deallocuse]
openbios-ppc-1.0+svn1060/fs/ext2/ext2_utils.c:127:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/ext2/ext2_utils.c:301:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/ext2/ext2_utils.c:284:14: style: Function 'ext2_dir_entry' argument 3 names different: declaration 'offset' definition 'index'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/fs/ext2/ext2_utils.h:52:14: note: Function 'ext2_dir_entry' argument 3 names different: declaration 'offset' definition 'index'.
openbios-ppc-1.0+svn1060/fs/ext2/ext2_utils.c:284:14: note: Function 'ext2_dir_entry' argument 3 names different: declaration 'offset' definition 'index'.
openbios-ppc-1.0+svn1060/fs/grubfs/filesys.h:78:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-ppc-1.0+svn1060/fs/hfs/block.c:305:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/hfs/block.c:570:28: style: The scope of the variable 'mid' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/hfs/block.c:81:1: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfs/block.c:559:1: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfs/block.c:610:1: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfs/data.c:398:16: style: The scope of the variable 'diff' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/hfs/hfs.c:59:1: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfs/hfs.c:680:1: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfs/hfs_fs.c:279:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
openbios-ppc-1.0+svn1060/fs/hfs/hfs_fs.c:278:9: note: Variable 'path' is reassigned a value before the old one has been used.
openbios-ppc-1.0+svn1060/fs/hfs/hfs_fs.c:279:3: note: Variable 'path' is reassigned a value before the old one has been used.
openbios-ppc-1.0+svn1060/fs/hfs/hfs_fs.c:87:2: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-ppc-1.0+svn1060/fs/hfs/hfs_fs.c:89:3: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/fs/hfs/hfs_fs.c:104:3: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-ppc-1.0+svn1060/fs/hfs/hfs_fs.c:249:4: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-ppc-1.0+svn1060/fs/hfs/hfs_fs.c:259:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-ppc-1.0+svn1060/fs/hfs/hfs_fs.c:267:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-ppc-1.0+svn1060/fs/hfs/low.c:37:21: error: Uninitialized variable: b [uninitvar]
openbios-ppc-1.0+svn1060/fs/hfs/low.c:91:21: error: Uninitialized variable: b [uninitvar]
openbios-ppc-1.0+svn1060/fs/hfs/volume.c:380:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/hfs/volume.c:107:1: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfs/volume.c:431:1: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_blockiter.c:103:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_blockiter.c:139:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_fs.c:134:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_fs.c:153:7: style: The scope of the variable 'name' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_fs.c:170:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_fs.c:218:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:308:11: style: The scope of the variable 'start' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:308:18: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:308:23: style: The scope of the variable 'mid' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:308:28: style: The scope of the variable 'comp' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:57:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:75:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:196:2: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:217:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:358:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:407:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:433:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:461:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:493:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:590:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_record.c:614:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_volume.c:91:15: style: The scope of the variable 'e' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_volume.c:152:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_volume.c:208:1: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/hfsplus/hfsp_volume.c:289:3: style: Label 'fail' is not used. [unusedLabel]
openbios-ppc-1.0+svn1060/fs/ioglue.c:60:32: style: Function 'os_seek' argument 2 names different: declaration 'offset' definition 'blknum'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/fs/os.h:36:46: note: Function 'os_seek' argument 2 names different: declaration 'offset' definition 'blknum'.
openbios-ppc-1.0+svn1060/fs/ioglue.c:60:32: note: Function 'os_seek' argument 2 names different: declaration 'offset' definition 'blknum'.
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_fs.c:141:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_fs.c:50:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_fs.c:61:4: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_fs.c:65:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_fs.c:69:2: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_lseek.c:11:33: style: Function 'iso9660_lseek' argument 1 names different: declaration 'file' definition '_file'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/fs/iso9660/libiso9660.h:24:40: note: Function 'iso9660_lseek' argument 1 names different: declaration 'file' definition '_file'.
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_lseek.c:11:33: note: Function 'iso9660_lseek' argument 1 names different: declaration 'file' definition '_file'.
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_mount.c:191:37: style: Function 'iso9660_probe' argument 2 names different: declaration 'offs' definition 'offset'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/fs/iso9660/libiso9660.h:17:44: note: Function 'iso9660_probe' argument 2 names different: declaration 'offs' definition 'offset'.
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_mount.c:191:37: note: Function 'iso9660_probe' argument 2 names different: declaration 'offs' definition 'offset'.
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_opendir.c:84:16: style: Redundant condition: If 'EXPR == '\\'', the comparison 'EXPR' is always true. [redundantCondition]
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_opendir.c:77:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_read.c:13:35: style: Function 'iso9660_read' argument 1 names different: declaration 'file' definition '_file'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/fs/iso9660/libiso9660.h:22:42: note: Function 'iso9660_read' argument 1 names different: declaration 'file' definition '_file'.
openbios-ppc-1.0+svn1060/fs/iso9660/iso9660_read.c:13:35: note: Function 'iso9660_read' argument 1 names different: declaration 'file' definition '_file'.
openbios-ppc-1.0+svn1060/kernel/bootstrap.c:108:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/kernel/bootstrap.c:108:11: style: The scope of the variable 'bit' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/kernel/bootstrap.c:341:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/kernel/dict.c:173:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/kernel/dict.c:228:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/kernel/forth.c:494:22: style: Same expression on both sides of '>' because the value of 'rstackcnt' and 'tmp' are the same. [duplicateExpression]
openbios-ppc-1.0+svn1060/kernel/forth.c:487:11: note: 'tmp' is assigned value 'rstackcnt' here.
openbios-ppc-1.0+svn1060/kernel/forth.c:494:22: note: Same expression on both sides of '>' because the value of 'rstackcnt' and 'tmp' are the same.
openbios-ppc-1.0+svn1060/kernel/forth.c:1213:26: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openbios-ppc-1.0+svn1060/kernel/forth.c:1225:26: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openbios-ppc-1.0+svn1060/kernel/forth.c:506:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/kernel/forth.c:527:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libc/diskio.c:179:13: style: The scope of the variable 'fdp' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libc/diskio.c:203:13: style: The scope of the variable 'fdp' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libc/diskio.c:234:13: style: The scope of the variable 'fdp' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libc/misc.c:48:11: style: The scope of the variable 'n' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libc/misc.c:83:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libc/misc.c:76: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]
openbios-ppc-1.0+svn1060/libgcc/__udivmoddi4.c:3:61: style: Function '__udivmoddi4' argument 3 names different: declaration 'rem' definition 'rem_p'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/libgcc/libgcc.h:16:61: note: Function '__udivmoddi4' argument 3 names different: declaration 'rem' definition 'rem_p'.
openbios-ppc-1.0+svn1060/libgcc/__udivmoddi4.c:3:61: note: Function '__udivmoddi4' argument 3 names different: declaration 'rem' definition 'rem_p'.
openbios-ppc-1.0+svn1060/libgcc/ashrdi3.c:49:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-ppc-1.0+svn1060/libopenbios/bootinfo_load.c:41:5: error: Array 'buf[1024]' accessed at index 1024, which is out of bounds. [arrayIndexOutOfBounds]
openbios-ppc-1.0+svn1060/libopenbios/bootinfo_load.c:39:2: note: After for loop, i has value 1024
openbios-ppc-1.0+svn1060/libopenbios/bootinfo_load.c:41:5: note: Array index out of bounds
openbios-ppc-1.0+svn1060/libopenbios/bootinfo_load.c:138:20: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libopenbios/elf_info.c:105:15: style: The scope of the variable 'nhdr' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libopenbios/elf_info.c:106:11: style: The scope of the variable 'desc' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libopenbios/elf_load.c:231:24: style: The scope of the variable 'new_size' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libopenbios/elf_load.c:479:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libopenbios/initprogram.c:41:9: style: Variable 'addr' is assigned a value that is never used. [unreadVariable]
openbios-ppc-1.0+svn1060/libopenbios/linuxbios_info.c:118:6: style: Condition '!found' is always true [knownConditionTrueFalse]
openbios-ppc-1.0+svn1060/libopenbios/linuxbios_info.c:117:10: note: Assignment 'found=0', assigned value is 0
openbios-ppc-1.0+svn1060/libopenbios/linuxbios_info.c:118:6: note: Condition '!found' is always true
openbios-ppc-1.0+svn1060/libopenbios/load.c:46:8: style: Unused variable: param [unusedVariable]
openbios-ppc-1.0+svn1060/libopenbios/load.c:47:15: style: Unused variable: valid [unusedVariable]
openbios-ppc-1.0+svn1060/libopenbios/ofmem_common.c:184:48: warning: Either the condition '!ptr' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openbios-ppc-1.0+svn1060/libopenbios/ofmem_common.c:187:6: note: Assuming that condition '!ptr' is not redundant
openbios-ppc-1.0+svn1060/libopenbios/ofmem_common.c:184:48: note: Null pointer subtraction
openbios-ppc-1.0+svn1060/libopenbios/ofmem_common.c:232:25: style: The scope of the variable 'prop_size' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libopenbios/ofmem_common.c:280:25: style: The scope of the variable 'prop_size' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/libopenbios/ofmem_common.c:253:3: error: Common realloc mistake: 'trans_prop' nulled but not freed upon failure [memleakOnRealloc]
openbios-ppc-1.0+svn1060/libopenbios/xcoff_load.c:59:17: style: The scope of the variable 'shdr' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/packages/pc-parts.c:211:8: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
openbios-ppc-1.0+svn1060/packages/sun-parts.c:77:26: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/packages/sun-parts.c:50:18: style: struct member 'sun_info::flags' is never used. [unusedStructMember]
openbios-ppc-1.0+svn1060/packages/sun-parts.c:167:17: error: Memory pointed to by 'str' is freed twice. [doubleFree]
openbios-ppc-1.0+svn1060/utils/devbios/comp.c:14:8: style: The scope of the variable 'a' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/utils/devbios/comp.c:14:10: style: The scope of the variable 'b' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/utils/devbios/comp.c:25:2: error: Resource leak: zwei [resourceLeak]
openbios-ppc-1.0+svn1060/utils/devbios/filesystem.c:107:15: style: The scope of the variable 'secnum' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/utils/devbios/filesystem.c:107:33: style: The scope of the variable 'writeoffs' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/utils/devbios/programming.c:409:24: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openbios-ppc-1.0+svn1060/utils/devbios/programming.c:408:25: note: outer condition: (flag&128)!=(data&128)
openbios-ppc-1.0+svn1060/utils/devbios/programming.c:409:24: note: opposite inner condition: (flag&128)==(data&128)
openbios-ppc-1.0+svn1060/utils/devbios/programming.c:372:25: style: The scope of the variable 'flag' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/utils/devbios/programming.c:469:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
openbios-ppc-1.0+svn1060/utils/ofclient/of1275.c:391:17: warning: Redundant assignment of 's.value_to_sym' to itself. [selfAssignment]
openbios-ppc-1.0+svn1060/utils/ofclient/of1275.c:412:42: style: Function 'of_find_integer_property' argument 1 names different: declaration 'path' definition 'device'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/utils/ofclient/of1275.h:434:42: note: Function 'of_find_integer_property' argument 1 names different: declaration 'path' definition 'device'.
openbios-ppc-1.0+svn1060/utils/ofclient/of1275.c:412:42: note: Function 'of_find_integer_property' argument 1 names different: declaration 'path' definition 'device'.
openbios-ppc-1.0+svn1060/utils/ofclient/of1275.c:433:37: style: Function 'of_find_string_property' argument 1 names different: declaration 'path' definition 'device'. [funcArgNamesDifferent]
openbios-ppc-1.0+svn1060/utils/ofclient/of1275.h:436:42: note: Function 'of_find_string_property' argument 1 names different: declaration 'path' definition 'device'.
openbios-ppc-1.0+svn1060/utils/ofclient/of1275.c:433:37: note: Function 'of_find_string_property' argument 1 names different: declaration 'path' definition 'device'.
[12:38]

ftp://ftp.se.debian.org/debian/pool/main/o/openbios-sparc/openbios-sparc_1.0+svn1060.orig.tar.xz
openbios-sparc-1.0+svn1060/arch/amd64/context.c:74:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/arch/amd64/context.h:37:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-sparc-1.0+svn1060/arch/amd64/context.c:74:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-sparc-1.0+svn1060/arch/amd64/lib.c:48:9: portability: 'memptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openbios-sparc-1.0+svn1060/arch/amd64/linux_load.c:247:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/amd64/linux_load.c:293:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/amd64/linux_load.c:442:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/briq/briq.c:115:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-sparc-1.0+svn1060/arch/ppc/briq/briq.c:128:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-sparc-1.0+svn1060/arch/ppc/briq/briq.c:51:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openbios-sparc-1.0+svn1060/arch/ppc/briq/init.c:117:6: style: Condition '!autoboot' is always true [knownConditionTrueFalse]
openbios-sparc-1.0+svn1060/arch/ppc/briq/init.c:116:13: note: Assignment 'autoboot=0', assigned value is 0
openbios-sparc-1.0+svn1060/arch/ppc/briq/init.c:117:6: note: Condition '!autoboot' is always true
openbios-sparc-1.0+svn1060/arch/ppc/briq/main.c:43:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/briq/main.c:46:9: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/briq/main.c:119:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/briq/methods.c:196:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/briq/methods.c:220:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/briq/methods.c:248:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/briq/methods.c:100:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libopenbios/console_common.c:68:12: style: The scope of the variable 'xx' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/mol/main.c:48:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/mol/main.c:51:9: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/mol/main.c:209:8: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/mol/main.c:209:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/mol/main.c:340:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/mol/methods.c:329:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/mol/methods.c:353:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/mol/methods.c:381:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/mol/methods.c:110:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/mol/osi-scsi.c:134:7: style: The scope of the variable 'prev_allow_medium_removal' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/mol/osi-scsi.c:135:7: style: The scope of the variable 'set_cd_speed_cmd' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/mol/prom.c:123:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/arch/ppc/mol/tree.c:116:12: style: The scope of the variable 'map' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/ofmem.c:203:13: style: The scope of the variable 'next_grab_slot' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/ofmem.c:300:9: warning: Size of pointer 'ofmem' used instead of size of its data. [pointerSize]
openbios-sparc-1.0+svn1060/arch/ppc/ofmem.c:86: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]
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/init.c:123:6: style: Condition '!autoboot' is always true [knownConditionTrueFalse]
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/init.c:122:13: note: Assignment 'autoboot=0', assigned value is 0
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/init.c:123:6: note: Condition '!autoboot' is always true
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/main.c:43:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/main.c:46:9: style: The scope of the variable 's' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/main.c:119:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/methods.c:192:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/methods.c:216:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/methods.c:244:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/methods.c:96:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/pearpc.c:117:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/pearpc.c:130:6: style: Condition '!tty_avail()' is always false [knownConditionTrueFalse]
openbios-sparc-1.0+svn1060/arch/ppc/pearpc/pearpc.c:53:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:50:5: error: Array 'buf[1024]' accessed at index 1024, which is out of bounds. [arrayIndexOutOfBounds]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:48:2: note: After for loop, i has value 1024
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:50:5: note: Array index out of bounds
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:58:11: warning: Either the condition 'spec' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:120:28: note: Calling function 'get_partition', 1st argument 'path' value is 0
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:58:11: note: Null pointer dereference
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:61:8: warning: Either the condition 'spec' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:120:28: note: Calling function 'get_partition', 1st argument 'path' value is 0
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:61:8: note: Null pointer dereference
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:77:11: warning: Either the condition 'spec' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:119:26: note: Calling function 'get_filename', 1st argument 'path' value is 0
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:77:11: note: Null pointer dereference
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:80:8: warning: Either the condition 'spec' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:119:26: note: Calling function 'get_filename', 1st argument 'path' value is 0
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:80:8: note: Null pointer dereference
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:63:6: warning: Either the condition 'spec' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:120:28: note: Calling function 'get_partition', 1st argument 'path' value is 0
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:63:6: note: Null pointer addition
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:84:6: warning: Either the condition 'spec' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:116:6: note: Assuming that condition 'spec' is not redundant
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:119:26: note: Calling function 'get_filename', 1st argument 'path' value is 0
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:84:6: note: Null pointer addition
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:140:6: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:179:19: style: The scope of the variable 'kernel_image' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:180:19: style: The scope of the variable 'initrd_image' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:180:33: style: The scope of the variable 'initrd_size' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/main.c:181:18: style: The scope of the variable 'kernel_cmdline' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/methods.c:177:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/methods.c:201:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/methods.c:229:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/methods.c:73:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:317:16: style: The scope of the variable 'next_grab_slot' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:384:16: style: The scope of the variable 'next_grab_slot' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:477:25: style: Function 'setup_mmu' argument 1 names different: declaration 'code_base' definition 'ramsize'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:33:37: note: Function 'setup_mmu' argument 1 names different: declaration 'code_base' definition 'ramsize'.
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:477:25: note: Function 'setup_mmu' argument 1 names different: declaration 'code_base' definition 'ramsize'.
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:365:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:366:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:367:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:368:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:369:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:370:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-sparc-1.0+svn1060/arch/ppc/qemu/ofmem.c:371:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbios-sparc-1.0+svn1060/arch/sparc32/boot.c:26:33: style: The scope of the variable 'unit' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc32/boot.c:26:39: style: The scope of the variable 'part' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc32/boot.c:28:19: style: The scope of the variable 'bootid' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc32/context.c:63:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/arch/sparc32/context.h:20:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-sparc-1.0+svn1060/arch/sparc32/context.c:63:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-sparc-1.0+svn1060/arch/sparc32/lib.c:287:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc32/pgtsrmmu.h:112: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]
openbios-sparc-1.0+svn1060/arch/sparc32/linux_load.c:266:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc32/linux_load.c:312:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc32/linux_load.c:461:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc32/ofmem_sparc32.c:152:11: style: The scope of the variable 'pte' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc32/ofmem_sparc32.c:153:16: style: The scope of the variable 'pa' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc32/romvec.c:311:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openbios-sparc-1.0+svn1060/arch/sparc32/romvec.c:309:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openbios-sparc-1.0+svn1060/arch/sparc32/romvec.c:311:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openbios-sparc-1.0+svn1060/arch/sparc32/romvec.c:114:19: style: The scope of the variable 'found' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc32/romvec.c:155:13: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
openbios-sparc-1.0+svn1060/arch/sparc64/context.c:68:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/arch/sparc64/context.h:22:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-sparc-1.0+svn1060/arch/sparc64/context.c:68:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-sparc-1.0+svn1060/arch/sparc64/lib.c:86:43: style: The scope of the variable 'data' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc64/linux_load.c:266:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc64/linux_load.c:312:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc64/linux_load.c:461:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc64/ofmem_sparc64.c:158:19: style: The scope of the variable 'tte_data' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc64/ofmem_sparc64.c:158:29: style: The scope of the variable 'currsize' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc64/ofmem_sparc64.c:360:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/sparc64/openbios.c:599:18: style: The scope of the variable 'machine_id' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/unix/plugins.c:118:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-sparc-1.0+svn1060/arch/unix/plugins.c:119:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/arch/unix/plugins.c:120:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/arch/unix/plugins.c:121:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/arch/unix/plugins.c:155:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-sparc-1.0+svn1060/arch/unix/plugins.c:156:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/arch/unix/plugins.c:157:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/arch/unix/plugins/loader.c:111:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-sparc-1.0+svn1060/arch/unix/plugins/loader.c:112:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/arch/unix/plugins/loader.c:113:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/arch/unix/plugins/loader.c:114:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/arch/unix/plugins/loader.c:148:2: warning: The buffer 'path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-sparc-1.0+svn1060/arch/unix/plugins/loader.c:149:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/arch/unix/plugins/loader.c:150:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/arch/unix/plugins/plugin_pci/plugin_pci.c:169:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-sparc-1.0+svn1060/arch/unix/unix.c:404:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/x86/context.c:80:55: style: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/arch/x86/context.h:37:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-sparc-1.0+svn1060/arch/x86/context.c:80:55: note: Function 'init_context' argument 3 names different: declaration 'num_param' definition 'num_params'.
openbios-sparc-1.0+svn1060/arch/x86/linux_load.c:267:14: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/x86/linux_load.c:313:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/x86/linux_load.c:462:14: style: The scope of the variable 'forced' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/arch/x86/multiboot.c:15:18: style: struct member 'mbheader::magic' is never used. [unusedStructMember]
openbios-sparc-1.0+svn1060/arch/x86/multiboot.c:15:32: style: struct member 'mbheader::checksum' is never used. [unusedStructMember]
openbios-sparc-1.0+svn1060/arch/x86/xbox/methods.c:61:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/adb_kbd.c:557:11: style: The scope of the variable 'key' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/cuda.c:78:9: style: The scope of the variable 'val' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/cuda.c:94:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/cuda.c:94:22: style: The scope of the variable 'val' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/cuda.c:153:26: error: Invalid memcpy() argument nr 3. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
openbios-sparc-1.0+svn1060/drivers/cuda.c:151:16: note: Assignment 'len=-1', assigned value is -1
openbios-sparc-1.0+svn1060/drivers/cuda.c:153:26: note: Invalid argument
openbios-sparc-1.0+svn1060/drivers/esp.c:258:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/esp.c:258:19: style: The scope of the variable 'sect_offset' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/floppy.c:1112:9: style: Variable 'ph' is reassigned a value before the old one has been used. [redundantAssignment]
openbios-sparc-1.0+svn1060/drivers/floppy.c:1107:9: note: Variable 'ph' is reassigned a value before the old one has been used.
openbios-sparc-1.0+svn1060/drivers/floppy.c:1112:9: note: Variable 'ph' is reassigned a value before the old one has been used.
openbios-sparc-1.0+svn1060/drivers/floppy.c:274:15: style: The scope of the variable 'status' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/floppy.c:308:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/floppy.c:344:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/ide.c:482:22: style: The scope of the variable 'reason' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/ide.c:482:30: style: The scope of the variable 'lcyl' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/ide.c:482:36: style: The scope of the variable 'hcyl' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/ide.c:1001:20: style: The scope of the variable 'drive' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/ide.c:1037:17: style: The scope of the variable 'sectorn' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/ide.c:1037:26: style: The scope of the variable 'sectorc' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/ide.c:1070:24: style: The scope of the variable 'cl' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/ide.c:1070:28: style: The scope of the variable 'ch' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/ide.c:1070:32: style: The scope of the variable 'st' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/ide.c:1140:20: style: The scope of the variable 'drive' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/iommu.c:34:5: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: iregs. [nullPointerRedundantCheck]
openbios-sparc-1.0+svn1060/drivers/iommu.c:107:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-sparc-1.0+svn1060/drivers/iommu.c:126:22: note: Calling function 'iommu_invalidate', 1st argument 'iregs' value is 0
openbios-sparc-1.0+svn1060/drivers/iommu.c:34:5: note: Null pointer dereference
openbios-sparc-1.0+svn1060/drivers/iommu.c:117:11: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: regs. [nullPointerRedundantCheck]
openbios-sparc-1.0+svn1060/drivers/iommu.c:107:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-sparc-1.0+svn1060/drivers/iommu.c:117:11: note: Null pointer dereference
openbios-sparc-1.0+svn1060/drivers/iommu.c:125:5: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: regs. [nullPointerRedundantCheck]
openbios-sparc-1.0+svn1060/drivers/iommu.c:107:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-sparc-1.0+svn1060/drivers/iommu.c:125:5: note: Null pointer dereference
openbios-sparc-1.0+svn1060/drivers/iommu.c:141:5: warning: Either the condition 'regs==NULL' is redundant or there is possible null pointer dereference: regs. [nullPointerRedundantCheck]
openbios-sparc-1.0+svn1060/drivers/iommu.c:107:14: note: Assuming that condition 'regs==NULL' is not redundant
openbios-sparc-1.0+svn1060/drivers/iommu.c:141:5: note: Null pointer dereference
openbios-sparc-1.0+svn1060/drivers/kbd.c:47:9: style: The scope of the variable 'mod_state' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/kbd.c:47:20: style: The scope of the variable 'key' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/kbd.c:47:25: style: The scope of the variable 'type' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/macio.c:67:22: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openbios-sparc-1.0+svn1060/drivers/macio.c:265:30: note: Calling function 'macio_nvram_init', 2nd argument 'addr' value is 0
openbios-sparc-1.0+svn1060/drivers/macio.c:67:22: note: Null pointer addition
openbios-sparc-1.0+svn1060/drivers/pc_kbd.c:67:15: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/pci.c:1025:26: style: The scope of the variable 'irq_line' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/pci.c:1292:22: style: The scope of the variable 'fn' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/drivers/sbus.c:88:9: error: Memory leak: le [memleak]
openbios-sparc-1.0+svn1060/drivers/sbus.c:121:9: error: Memory leak: le [memleak]
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:463:22: warning: Either the condition 'i<(63*3+3)' is redundant or the array 'VgaLookupTable[192]' is accessed at index 192, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<(63*3+3)' is not redundant
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:463:22: note: Array index out of bounds
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:464:22: warning: Either the condition 'i<(63*3+3)' is redundant or the array 'VgaLookupTable[192]' is accessed at index 193, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<(63*3+3)' is not redundant
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:463:23: note: i is incremented', new value is 193
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:464:22: note: Array index out of bounds
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:463:22: warning: Either the condition 'i<192' is redundant or the array 'VgaLookupTable[192]' is accessed at index 192, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<192' is not redundant
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:463:22: note: Array index out of bounds
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:464:22: warning: Either the condition 'i<192' is redundant or the array 'VgaLookupTable[192]' is accessed at index 193, which is out of bounds. [arrayIndexOutOfBoundsCond]
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:461:12: note: Assuming that condition 'i<192' is not redundant
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:462:23: note: i is incremented', new value is 192
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:463:23: note: i is incremented', new value is 193
openbios-sparc-1.0+svn1060/drivers/vga_load_regs.c:464:22: note: Array index out of bounds
openbios-sparc-1.0+svn1060/drivers/vga_vbe.c:179:7: style: The scope of the variable 'size' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/ext2/ext2_fs.c:120:7: error: Dereferencing 'common' after it is deallocated / released [deallocuse]
openbios-sparc-1.0+svn1060/fs/ext2/ext2_fs.c:123:6: error: Dereferencing 'common' after it is deallocated / released [deallocuse]
openbios-sparc-1.0+svn1060/fs/ext2/ext2_utils.c:127:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/ext2/ext2_utils.c:301:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/ext2/ext2_utils.c:284:14: style: Function 'ext2_dir_entry' argument 3 names different: declaration 'offset' definition 'index'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/fs/ext2/ext2_utils.h:52:14: note: Function 'ext2_dir_entry' argument 3 names different: declaration 'offset' definition 'index'.
openbios-sparc-1.0+svn1060/fs/ext2/ext2_utils.c:284:14: note: Function 'ext2_dir_entry' argument 3 names different: declaration 'offset' definition 'index'.
openbios-sparc-1.0+svn1060/fs/grubfs/filesys.h:78:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-sparc-1.0+svn1060/fs/hfs/block.c:305:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/hfs/block.c:570:28: style: The scope of the variable 'mid' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/hfs/block.c:81:1: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfs/block.c:559:1: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfs/block.c:610:1: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfs/data.c:398:16: style: The scope of the variable 'diff' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/hfs/hfs.c:59:1: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfs/hfs.c:680:1: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfs/hfs_fs.c:279:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
openbios-sparc-1.0+svn1060/fs/hfs/hfs_fs.c:278:9: note: Variable 'path' is reassigned a value before the old one has been used.
openbios-sparc-1.0+svn1060/fs/hfs/hfs_fs.c:279:3: note: Variable 'path' is reassigned a value before the old one has been used.
openbios-sparc-1.0+svn1060/fs/hfs/hfs_fs.c:87:2: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openbios-sparc-1.0+svn1060/fs/hfs/hfs_fs.c:89:3: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/fs/hfs/hfs_fs.c:104:3: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openbios-sparc-1.0+svn1060/fs/hfs/hfs_fs.c:249:4: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-sparc-1.0+svn1060/fs/hfs/hfs_fs.c:259:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-sparc-1.0+svn1060/fs/hfs/hfs_fs.c:267:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-sparc-1.0+svn1060/fs/hfs/low.c:37:21: error: Uninitialized variable: b [uninitvar]
openbios-sparc-1.0+svn1060/fs/hfs/low.c:91:21: error: Uninitialized variable: b [uninitvar]
openbios-sparc-1.0+svn1060/fs/hfs/volume.c:380:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/hfs/volume.c:107:1: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfs/volume.c:431:1: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_blockiter.c:103:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_blockiter.c:139:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_fs.c:134:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_fs.c:153:7: style: The scope of the variable 'name' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_fs.c:170:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_fs.c:218:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:308:11: style: The scope of the variable 'start' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:308:18: style: The scope of the variable 'end' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:308:23: style: The scope of the variable 'mid' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:308:28: style: The scope of the variable 'comp' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:57:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:75:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:196:2: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:217:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:358:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:407:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:433:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:461:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:493:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:590:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_record.c:614:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_volume.c:91:15: style: The scope of the variable 'e' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_volume.c:152:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_volume.c:208:1: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/hfsplus/hfsp_volume.c:289:3: style: Label 'fail' is not used. [unusedLabel]
openbios-sparc-1.0+svn1060/fs/ioglue.c:60:32: style: Function 'os_seek' argument 2 names different: declaration 'offset' definition 'blknum'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/fs/os.h:36:46: note: Function 'os_seek' argument 2 names different: declaration 'offset' definition 'blknum'.
openbios-sparc-1.0+svn1060/fs/ioglue.c:60:32: note: Function 'os_seek' argument 2 names different: declaration 'offset' definition 'blknum'.
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_fs.c:141:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_fs.c:50:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_fs.c:61:4: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_fs.c:65:3: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_fs.c:69:2: error: Memory pointed to by 'path' is freed twice. [doubleFree]
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_lseek.c:11:33: style: Function 'iso9660_lseek' argument 1 names different: declaration 'file' definition '_file'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/fs/iso9660/libiso9660.h:24:40: note: Function 'iso9660_lseek' argument 1 names different: declaration 'file' definition '_file'.
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_lseek.c:11:33: note: Function 'iso9660_lseek' argument 1 names different: declaration 'file' definition '_file'.
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_mount.c:191:37: style: Function 'iso9660_probe' argument 2 names different: declaration 'offs' definition 'offset'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/fs/iso9660/libiso9660.h:17:44: note: Function 'iso9660_probe' argument 2 names different: declaration 'offs' definition 'offset'.
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_mount.c:191:37: note: Function 'iso9660_probe' argument 2 names different: declaration 'offs' definition 'offset'.
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_opendir.c:84:16: style: Redundant condition: If 'EXPR == '\\'', the comparison 'EXPR' is always true. [redundantCondition]
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_opendir.c:77:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_read.c:13:35: style: Function 'iso9660_read' argument 1 names different: declaration 'file' definition '_file'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/fs/iso9660/libiso9660.h:22:42: note: Function 'iso9660_read' argument 1 names different: declaration 'file' definition '_file'.
openbios-sparc-1.0+svn1060/fs/iso9660/iso9660_read.c:13:35: note: Function 'iso9660_read' argument 1 names different: declaration 'file' definition '_file'.
openbios-sparc-1.0+svn1060/kernel/bootstrap.c:108:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/kernel/bootstrap.c:108:11: style: The scope of the variable 'bit' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/kernel/bootstrap.c:341:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/kernel/dict.c:173:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/kernel/dict.c:228:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/kernel/forth.c:494:22: style: Same expression on both sides of '>' because the value of 'rstackcnt' and 'tmp' are the same. [duplicateExpression]
openbios-sparc-1.0+svn1060/kernel/forth.c:487:11: note: 'tmp' is assigned value 'rstackcnt' here.
openbios-sparc-1.0+svn1060/kernel/forth.c:494:22: note: Same expression on both sides of '>' because the value of 'rstackcnt' and 'tmp' are the same.
openbios-sparc-1.0+svn1060/kernel/forth.c:1213:26: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openbios-sparc-1.0+svn1060/kernel/forth.c:1225:26: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openbios-sparc-1.0+svn1060/kernel/forth.c:506:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/kernel/forth.c:527:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libc/diskio.c:179:13: style: The scope of the variable 'fdp' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libc/diskio.c:203:13: style: The scope of the variable 'fdp' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libc/diskio.c:234:13: style: The scope of the variable 'fdp' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libc/misc.c:48:11: style: The scope of the variable 'n' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libc/misc.c:83:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libc/misc.c:76: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]
openbios-sparc-1.0+svn1060/libgcc/__udivmoddi4.c:3:61: style: Function '__udivmoddi4' argument 3 names different: declaration 'rem' definition 'rem_p'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/libgcc/libgcc.h:16:61: note: Function '__udivmoddi4' argument 3 names different: declaration 'rem' definition 'rem_p'.
openbios-sparc-1.0+svn1060/libgcc/__udivmoddi4.c:3:61: note: Function '__udivmoddi4' argument 3 names different: declaration 'rem' definition 'rem_p'.
openbios-sparc-1.0+svn1060/libgcc/ashrdi3.c:49:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbios-sparc-1.0+svn1060/libopenbios/bootinfo_load.c:41:5: error: Array 'buf[1024]' accessed at index 1024, which is out of bounds. [arrayIndexOutOfBounds]
openbios-sparc-1.0+svn1060/libopenbios/bootinfo_load.c:39:2: note: After for loop, i has value 1024
openbios-sparc-1.0+svn1060/libopenbios/bootinfo_load.c:41:5: note: Array index out of bounds
openbios-sparc-1.0+svn1060/libopenbios/bootinfo_load.c:138:20: style: The scope of the variable 'c' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libopenbios/elf_info.c:105:15: style: The scope of the variable 'nhdr' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libopenbios/elf_info.c:106:11: style: The scope of the variable 'desc' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libopenbios/elf_load.c:231:24: style: The scope of the variable 'new_size' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libopenbios/elf_load.c:479:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libopenbios/initprogram.c:41:9: style: Variable 'addr' is assigned a value that is never used. [unreadVariable]
openbios-sparc-1.0+svn1060/libopenbios/linuxbios_info.c:118:6: style: Condition '!found' is always true [knownConditionTrueFalse]
openbios-sparc-1.0+svn1060/libopenbios/linuxbios_info.c:117:10: note: Assignment 'found=0', assigned value is 0
openbios-sparc-1.0+svn1060/libopenbios/linuxbios_info.c:118:6: note: Condition '!found' is always true
openbios-sparc-1.0+svn1060/libopenbios/load.c:46:8: style: Unused variable: param [unusedVariable]
openbios-sparc-1.0+svn1060/libopenbios/load.c:47:15: style: Unused variable: valid [unusedVariable]
openbios-sparc-1.0+svn1060/libopenbios/ofmem_common.c:184:48: warning: Either the condition '!ptr' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openbios-sparc-1.0+svn1060/libopenbios/ofmem_common.c:187:6: note: Assuming that condition '!ptr' is not redundant
openbios-sparc-1.0+svn1060/libopenbios/ofmem_common.c:184:48: note: Null pointer subtraction
openbios-sparc-1.0+svn1060/libopenbios/ofmem_common.c:232:25: style: The scope of the variable 'prop_size' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libopenbios/ofmem_common.c:280:25: style: The scope of the variable 'prop_size' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/libopenbios/ofmem_common.c:253:3: error: Common realloc mistake: 'trans_prop' nulled but not freed upon failure [memleakOnRealloc]
openbios-sparc-1.0+svn1060/libopenbios/xcoff_load.c:59:17: style: The scope of the variable 'shdr' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/packages/pc-parts.c:211:8: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
openbios-sparc-1.0+svn1060/packages/sun-parts.c:77:26: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/packages/sun-parts.c:50:18: style: struct member 'sun_info::flags' is never used. [unusedStructMember]
openbios-sparc-1.0+svn1060/packages/sun-parts.c:167:17: error: Memory pointed to by 'str' is freed twice. [doubleFree]
openbios-sparc-1.0+svn1060/utils/devbios/comp.c:14:8: style: The scope of the variable 'a' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/utils/devbios/comp.c:14:10: style: The scope of the variable 'b' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/utils/devbios/comp.c:25:2: error: Resource leak: zwei [resourceLeak]
openbios-sparc-1.0+svn1060/utils/devbios/filesystem.c:107:15: style: The scope of the variable 'secnum' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/utils/devbios/filesystem.c:107:33: style: The scope of the variable 'writeoffs' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/utils/devbios/programming.c:409:24: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openbios-sparc-1.0+svn1060/utils/devbios/programming.c:408:25: note: outer condition: (flag&128)!=(data&128)
openbios-sparc-1.0+svn1060/utils/devbios/programming.c:409:24: note: opposite inner condition: (flag&128)==(data&128)
openbios-sparc-1.0+svn1060/utils/devbios/programming.c:372:25: style: The scope of the variable 'flag' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/utils/devbios/programming.c:469:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
openbios-sparc-1.0+svn1060/utils/ofclient/of1275.c:391:17: warning: Redundant assignment of 's.value_to_sym' to itself. [selfAssignment]
openbios-sparc-1.0+svn1060/utils/ofclient/of1275.c:412:42: style: Function 'of_find_integer_property' argument 1 names different: declaration 'path' definition 'device'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/utils/ofclient/of1275.h:434:42: note: Function 'of_find_integer_property' argument 1 names different: declaration 'path' definition 'device'.
openbios-sparc-1.0+svn1060/utils/ofclient/of1275.c:412:42: note: Function 'of_find_integer_property' argument 1 names different: declaration 'path' definition 'device'.
openbios-sparc-1.0+svn1060/utils/ofclient/of1275.c:433:37: style: Function 'of_find_string_property' argument 1 names different: declaration 'path' definition 'device'. [funcArgNamesDifferent]
openbios-sparc-1.0+svn1060/utils/ofclient/of1275.h:436:42: note: Function 'of_find_string_property' argument 1 names different: declaration 'path' definition 'device'.
openbios-sparc-1.0+svn1060/utils/ofclient/of1275.c:433:37: note: Function 'of_find_string_property' argument 1 names different: declaration 'path' definition 'device'.
[12:38]

ftp://ftp.se.debian.org/debian/pool/main/o/openblas/openblas_0.3.2+ds.orig.tar.gz
OpenBLAS-0.3.2/benchmark/asum.c:132:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/asum.c:173:15: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/benchmark/axpy.c:132:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/copy.c:132:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/copy.c:120:9: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/benchmark/dot.c:126:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/dot.c:174:15: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/benchmark/geev.c:158:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/geev.c:258:0: error: Memory leak: rwork [memleak]
OpenBLAS-0.3.2/benchmark/gemm.c:140:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/gemm.c:140:17: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/gemm3m.c:137:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/ger.c:135:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/gesv.c:146:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/getri.c:152:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/hemm.c:130:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/hemv.c:128:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/her2k.c:129:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/herk.c:131:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/iamax.c:131:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/linpack.c:155:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/linpack.c:155:17: style: The scope of the variable 'time2' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/nrm2.c:131:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/potrf.c:138:10: style: The scope of the variable 'flops' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/potrf.c:145:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/rot.c:128:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/scal.c:132:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/scal.c:199:0: error: Memory leak: y [memleak]
OpenBLAS-0.3.2/benchmark/smallscaling.c:132:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/swap.c:132:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/swap.c:120:9: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/benchmark/symm.c:141:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/symv.c:138:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/syr2k.c:141:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/syrk.c:141:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/trmm.c:145:10: style: The scope of the variable 'time1' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/trmm.c:125:9: style: Variable 'beta' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/benchmark/trsm.c:136:10: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/trsm.c:125:9: style: Variable 'beta' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/benchmark/zdot-intel.c:127:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/benchmark/zdot.c:126:16: style: The scope of the variable 'timeg' can be reduced. [variableScope]
OpenBLAS-0.3.2/cpuid_x86.c:323:7: style: The scope of the variable 'info' can be reduced. [variableScope]
OpenBLAS-0.3.2/cpuid_x86.c:324:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/cpuid_x86.c:2042:7: style: The scope of the variable 'features' can be reduced. [variableScope]
OpenBLAS-0.3.2/cpuid_x86.c:308:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
OpenBLAS-0.3.2/cpuid_x86.c:244:7: style: Unused variable: extend_family [unusedVariable]
OpenBLAS-0.3.2/cpuid_x86.c:244:22: style: Unused variable: family [unusedVariable]
OpenBLAS-0.3.2/cpuid_x86.c:245:7: style: Unused variable: extend_model [unusedVariable]
OpenBLAS-0.3.2/cpuid_x86.c:245:21: style: Unused variable: model [unusedVariable]
OpenBLAS-0.3.2/cpuid_x86.c:246:7: style: Unused variable: type [unusedVariable]
OpenBLAS-0.3.2/cpuid_x86.c:246:13: style: Unused variable: stepping [unusedVariable]
OpenBLAS-0.3.2/ctest/c_c2chke.c:79:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenBLAS-0.3.2/ctest/c_c2chke.c:79:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenBLAS-0.3.2/ctest/c_c2chke.c:79:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenBLAS-0.3.2/ctest/c_cblas2.c:16:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:17:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:17:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:17:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:46:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:47:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:47:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:47:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:47:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:93:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:93:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:93:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:121:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:121:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:149:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:150:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:150:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:150:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:180:21: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:181:5: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:181:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:181:12: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:181:14: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:181:19: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:243:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:244:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:244:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:244:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:244:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:298:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:299:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:299:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:299:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:299:22: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:299:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:362:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:363:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:363:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:363:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:363:22: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:363:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:424:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:425:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:425:10: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:425:13: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:425:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:479:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:480:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:480:10: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:480:13: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:480:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:535:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:536:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:536:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:536:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:564:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:565:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:565:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:565:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:594:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:594:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:594:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:594:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:670:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:670:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:670:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:670:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:746:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:746:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:746:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:780:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:780:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas2.c:780:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:20:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:20:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:21:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:21:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:21:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:21:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:21:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:97:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:97:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:98:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:98:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:98:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:98:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:98:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:161:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:161:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:162:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:162:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:162:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:162:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:162:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:215:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:215:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:215:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:215:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:216:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:271:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:271:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:271:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:271:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:272:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:326:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:326:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:326:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:326:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:326:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:327:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:327:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:390:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:390:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:390:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:390:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:390:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:391:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:391:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:453:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:453:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:453:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:453:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:454:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:512:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:512:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:512:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:512:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3.c:513:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:20:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:20:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:21:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:21:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:21:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:21:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:21:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:97:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:97:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:98:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:98:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:98:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:98:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:98:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:161:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:161:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:162:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:162:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:162:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:162:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:162:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:215:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:215:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:215:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:215:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:216:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:271:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:271:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:271:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:271:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:272:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:326:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:326:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:326:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:326:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:326:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:327:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:327:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:390:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:390:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:390:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:390:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:390:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:391:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:391:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:453:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:453:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:453:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:453:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:454:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:512:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:512:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:512:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:512:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:513:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:575:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:575:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:576:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:576:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:576:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:576:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_cblas3_3m.c:576:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_d2chke.c:77:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenBLAS-0.3.2/ctest/c_d2chke.c:77:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenBLAS-0.3.2/ctest/c_d2chke.c:77:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenBLAS-0.3.2/ctest/c_dblas2.c:15:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:16:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:16:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:16:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:42:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:42:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:42:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:65:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:66:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:66:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:93:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:94:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:94:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:94:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:118:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:119:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:119:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:119:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:142:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:142:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:142:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:166:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:166:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:166:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:191:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:192:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:192:9: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:192:14: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:192:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:192:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:227:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:228:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:228:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:228:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:228:22: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:228:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:273:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:274:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:274:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:274:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:274:22: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:274:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:320:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:321:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:321:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:321:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:321:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:321:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:364:14: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:365:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:365:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:365:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:402:15: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:403:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:403:10: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:403:13: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:403:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:442:15: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:443:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:443:10: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:443:13: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:443:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:484:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:484:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:484:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:484:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:536:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:536:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:536:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas2.c:536:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:19:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:19:15: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:20:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:20:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:20:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:20:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:20:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:81:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:81:15: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:82:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:82:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:82:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:82:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:135:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:135:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:135:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:135:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:136:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:182:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:182:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:182:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:182:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:182:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:183:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:183:15: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:237:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:237:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:237:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:237:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:238:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:288:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:288:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:288:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:288:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_dblas3.c:289:11: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_s2chke.c:77:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenBLAS-0.3.2/ctest/c_s2chke.c:77:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenBLAS-0.3.2/ctest/c_s2chke.c:77:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenBLAS-0.3.2/ctest/c_sblas2.c:15:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:16:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:16:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:16:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:42:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:42:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:42:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:65:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:66:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:66:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:93:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:94:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:94:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:94:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:118:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:119:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:119:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:119:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:142:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:142:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:142:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:166:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:166:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:166:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:191:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:192:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:192:9: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:192:14: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:192:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:192:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:227:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:228:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:228:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:228:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:228:22: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:228:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:273:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:274:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:274:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:274:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:274:22: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:274:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:320:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:321:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:321:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:321:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:321:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:321:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:364:13: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:365:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:365:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:365:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:401:14: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:402:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:402:10: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:402:13: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:402:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:440:14: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:441:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:441:10: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:441:13: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:441:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:481:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:481:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:481:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:481:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:532:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:532:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:532:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas2.c:532:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:16:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:16:14: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:17:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:17:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:17:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:17:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:17:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:77:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:77:14: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:78:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:78:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:78:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:78:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:78:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:131:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:131:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:131:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:131:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:132:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:178:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:178:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:178:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:178:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:178:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:179:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:179:14: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:233:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:233:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:233:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:233:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:234:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:284:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:284:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:284:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:284:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_sblas3.c:285:10: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_z2chke.c:79:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenBLAS-0.3.2/ctest/c_z2chke.c:79:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenBLAS-0.3.2/ctest/c_z2chke.c:79:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenBLAS-0.3.2/ctest/c_zblas2.c:16:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:17:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:17:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:17:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:46:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:47:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:47:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:47:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:47:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:93:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:93:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:93:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:121:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:121:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:149:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:150:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:150:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:150:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:180:21: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:181:5: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:181:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:181:12: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:181:14: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:181:19: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:243:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:244:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:244:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:244:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:244:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:298:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:299:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:299:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:299:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:299:22: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:299:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:362:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:363:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:363:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:363:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:363:22: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:363:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:424:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:425:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:425:10: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:425:13: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:425:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:479:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:480:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:480:10: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:480:13: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:480:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:535:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:536:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:536:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:536:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:564:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:565:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:565:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:565:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:594:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:594:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:594:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:594:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:670:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:670:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:670:11: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:670:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:746:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:746:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:746:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:780:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:780:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas2.c:780:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:19:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:19:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:20:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:20:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:20:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:20:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:20:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:95:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:95:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:96:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:96:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:96:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:96:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:96:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:159:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:159:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:160:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:160:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:160:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:160:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:160:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:213:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:213:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:213:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:214:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:269:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:269:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:269:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:269:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:270:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:324:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:324:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:324:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:324:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:324:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:325:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:325:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:388:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:388:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:388:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:388:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:388:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:389:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:389:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:451:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:451:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:451:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:451:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:452:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:510:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:510:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:510:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:510:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3.c:511:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:19:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:19:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:20:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:20:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:20:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:20:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:20:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:95:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:95:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:96:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:96:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:96:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:96:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:96:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:159:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:159:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:160:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:160:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:160:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:160:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:160:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:213:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:213:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:213:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:214:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:269:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:269:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:269:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:269:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:270:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:324:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:324:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:324:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:324:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:324:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:325:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:325:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:388:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:388:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:388:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:388:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:388:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:389:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:389:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:451:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:451:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:451:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:451:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:452:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:510:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:510:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:510:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:510:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:511:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:572:23: style: The scope of the variable 'A' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:572:27: style: The scope of the variable 'B' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:573:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:573:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:573:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:573:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
OpenBLAS-0.3.2/ctest/c_zblas3_3m.c:573:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/level2/sbmv_thread.c:186:7: style: The scope of the variable 'mask' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/level2/tbmv_thread.c:229:7: style: The scope of the variable 'mask' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/level2/ztbmv_L.c:49:12: style: Unused variable: length [unusedVariable]
OpenBLAS-0.3.2/driver/level2/ztbmv_U.c:49:12: style: Unused variable: length [unusedVariable]
OpenBLAS-0.3.2/driver/level2/ztbsv_L.c:49:12: style: Unused variable: length [unusedVariable]
OpenBLAS-0.3.2/driver/level2/ztbsv_U.c:49:12: style: Unused variable: length [unusedVariable]
OpenBLAS-0.3.2/driver/level2/ztrmv_L.c:59:5: style: Variable 'gemvbuffer' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/driver/level2/ztrmv_U.c:59:5: style: Variable 'gemvbuffer' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/driver/level2/ztrsv_L.c:59:5: style: Variable 'gemvbuffer' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/driver/level2/ztrsv_U.c:59:5: style: Variable 'gemvbuffer' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/driver/level3/level3_gemm3m_thread.c:985:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/level3/level3_gemm3m_thread.c:962:4: style: Variable 'job' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/driver/level3/level3_syrk_threaded.c:680:4: style: Variable 'job' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/driver/level3/level3_thread.c:661:4: style: Variable 'job' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/driver/level3/syrk_kernel.c:64:10: style: The scope of the variable 'cc' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/level3/syrk_kernel.c:64:15: style: The scope of the variable 'ss' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/level3/zherk_kernel.c:55:10: style: The scope of the variable 'cc' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/level3/zherk_kernel.c:55:15: style: The scope of the variable 'ss' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/mapper/mapper.c:215:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/driver/mapper/mapper.c:211:3: note: Variable 'ret' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/driver/mapper/mapper.c:215:3: note: Variable 'ret' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/driver/mapper/mapper.c:115:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/mapper/mapper.c:115:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/mapper/mapper.c:120:20: style: The scope of the variable 'length' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/others/blas_server_win32.c:481:8: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/others/dynamic.c:696:7: style: The scope of the variable 'message' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/others/dynamic.c:751:8: style: The scope of the variable 'coremsg' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/others/dynamic.c:752:8: style: The scope of the variable 'coren' can be reduced. [variableScope]
OpenBLAS-0.3.2/driver/others/dynamic.c:544:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
OpenBLAS-0.3.2/driver/others/memory.c:1256:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenBLAS-0.3.2/driver/others/memory.c:439:35: portability: '*(' is of type 'void', the behaviour of 'sizeof(void)' is not covered by the ISO C standard. [sizeofDereferencedVoidPointer]
OpenBLAS-0.3.2/driver/others/profile.c:99:2: warning: %Ld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
OpenBLAS-0.3.2/gen_config_h.c:9:5: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenBLAS-0.3.2/getarch.c:1081:0: error: #error "This arch/CPU is not supported by OpenBLAS." [preprocessorErrorDirective]
OpenBLAS-0.3.2/kernel/arm/omatcopy_rt.c:41:15: style: The scope of the variable 'bptr' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/arm/zomatcopy_ct.c:41:15: style: The scope of the variable 'bptr' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/arm/zomatcopy_ctc.c:41:15: style: The scope of the variable 'bptr' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/arm/zomatcopy_rt.c:41:15: style: The scope of the variable 'bptr' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/arm/zomatcopy_rtc.c:41:15: style: The scope of the variable 'bptr' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/arm64/casum_thunderx2t99.c:261:2: style: Variable 'asum' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/arm64/casum_thunderx2t99.c:233:0: note: Variable 'asum' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/arm64/casum_thunderx2t99.c:261:2: note: Variable 'asum' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/arm64/dasum_thunderx2t99.c:256:2: style: Variable 'asum' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/arm64/dasum_thunderx2t99.c:228:0: note: Variable 'asum' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/arm64/dasum_thunderx2t99.c:256:2: note: Variable 'asum' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/arm64/dot_thunderx2t99.c:416:2: style: Variable 'dot' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/arm64/dot_thunderx2t99.c:384:0: note: Variable 'dot' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/arm64/dot_thunderx2t99.c:416:2: note: Variable 'dot' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/arm64/sasum_thunderx2t99.c:258:2: style: Variable 'asum' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/arm64/sasum_thunderx2t99.c:230:0: note: Variable 'asum' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/arm64/sasum_thunderx2t99.c:258:2: note: Variable 'asum' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/arm64/zasum_thunderx2t99.c:258:2: style: Variable 'asum' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/arm64/zasum_thunderx2t99.c:230:0: note: Variable 'asum' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/arm64/zasum_thunderx2t99.c:258:2: note: Variable 'asum' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/gemm_ncopy_1.c:44:21: style: The scope of the variable 'a_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_ncopy_16.c:49:46: style: The scope of the variable 'aoffset16' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_ncopy_2.c:44:21: style: The scope of the variable 'a_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_ncopy_2.c:44:33: style: The scope of the variable 'a_offset2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_ncopy_4.c:45:57: style: The scope of the variable 'a_offset4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_ncopy_6.c:45:57: style: The scope of the variable 'a_offset4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_ncopy_8.c:47:43: style: The scope of the variable 'aoffset8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_tcopy_1.c:45:21: style: The scope of the variable 'a_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_tcopy_1.c:46:21: style: The scope of the variable 'b_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_tcopy_2.c:45:21: style: The scope of the variable 'a_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_tcopy_2.c:45:33: style: The scope of the variable 'a_offset2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_tcopy_2.c:46:21: style: The scope of the variable 'b_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_tcopy_4.c:46:57: style: The scope of the variable 'a_offset4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_tcopy_6.c:46:57: style: The scope of the variable 'a_offset4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_tcopy_8.c:48:43: style: The scope of the variable 'aoffset8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/gemm_tcopy_8.c:780:8: style: Variable 'aoffset1' is modified but its new value is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/gemm_tcopy_8.c:604:7: style: Variable 'aoffset4' is modified but its new value is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/gemm_tcopy_8.c:782:7: style: Variable 'boffset4' is modified but its new value is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_1.c:47:12: style: The scope of the variable 'piv' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_1.c:48:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_1.c:49:10: style: The scope of the variable 'b1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_1.c:49:15: style: The scope of the variable 'b2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_2.c:51:15: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_2.c:52:20: style: The scope of the variable 'b3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_2.c:52:25: style: The scope of the variable 'b4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_4.c:53:20: style: The scope of the variable 'a5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_4.c:53:25: style: The scope of the variable 'a7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_4.c:55:10: style: The scope of the variable 'b5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_4.c:55:15: style: The scope of the variable 'b6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_4.c:55:20: style: The scope of the variable 'b7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_4.c:55:25: style: The scope of the variable 'b8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_8.c:52:10: style: The scope of the variable 'dx5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_8.c:52:16: style: The scope of the variable 'dy5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_8.c:53:10: style: The scope of the variable 'dx6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_8.c:53:16: style: The scope of the variable 'dy6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_8.c:54:10: style: The scope of the variable 'dx7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_8.c:54:16: style: The scope of the variable 'dy7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_8.c:55:10: style: The scope of the variable 'dx8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/laswp_ncopy_8.c:55:16: style: The scope of the variable 'dy8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/neg_tcopy_1.c:45:21: style: The scope of the variable 'a_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/neg_tcopy_1.c:46:21: style: The scope of the variable 'b_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/neg_tcopy_2.c:46:21: style: The scope of the variable 'a_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/neg_tcopy_2.c:46:33: style: The scope of the variable 'a_offset2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/neg_tcopy_2.c:47:21: style: The scope of the variable 'b_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/neg_tcopy_4.c:46:57: style: The scope of the variable 'a_offset4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/neg_tcopy_8.c:48:43: style: The scope of the variable 'aoffset8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/neg_tcopy_8.c:780:8: style: Variable 'aoffset1' is modified but its new value is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/neg_tcopy_8.c:604:7: style: Variable 'aoffset4' is modified but its new value is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/neg_tcopy_8.c:782:7: style: Variable 'boffset4' is modified but its new value is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:664:8: style: Variable 'b[11]' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:663:8: note: Variable 'b[11]' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:664:8: note: Variable 'b[11]' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:48:10: style: The scope of the variable 'a09' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:48:16: style: The scope of the variable 'a10' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:48:22: style: The scope of the variable 'a11' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:48:28: style: The scope of the variable 'a12' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:48:34: style: The scope of the variable 'a13' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:48:40: style: The scope of the variable 'a14' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:48:46: style: The scope of the variable 'a15' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:48:52: style: The scope of the variable 'a16' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_16.c:1487:4: style: Variable 'a02' is modified but its new value is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_2.c:48:16: style: The scope of the variable 'ao2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_4.c:49:22: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_4.c:49:28: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_6.c:49:22: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_6.c:49:28: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_8.c:56:34: style: The scope of the variable 'ao5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_8.c:56:40: style: The scope of the variable 'ao6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_8.c:56:46: style: The scope of the variable 'ao7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_lncopy_8.c:56:52: style: The scope of the variable 'ao8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_16.c:48:10: style: The scope of the variable 'a09' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_16.c:48:16: style: The scope of the variable 'a10' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_16.c:48:22: style: The scope of the variable 'a11' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_16.c:48:28: style: The scope of the variable 'a12' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_16.c:48:34: style: The scope of the variable 'a13' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_16.c:48:40: style: The scope of the variable 'a14' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_16.c:48:46: style: The scope of the variable 'a15' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_16.c:48:52: style: The scope of the variable 'a16' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_16.c:1487:2: style: Variable 'a02' is modified but its new value is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_2.c:48:16: style: The scope of the variable 'ao2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_4.c:49:22: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_4.c:49:28: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_6.c:49:22: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_6.c:49:28: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_6.c:416:8: style: Variable 'ao2' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_8.c:56:34: style: The scope of the variable 'ao5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_8.c:56:40: style: The scope of the variable 'ao6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_8.c:56:46: style: The scope of the variable 'ao7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_ltcopy_8.c:56:52: style: The scope of the variable 'ao8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_16.c:48:10: style: The scope of the variable 'a09' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_16.c:48:16: style: The scope of the variable 'a10' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_16.c:48:22: style: The scope of the variable 'a11' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_16.c:48:28: style: The scope of the variable 'a12' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_16.c:48:34: style: The scope of the variable 'a13' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_16.c:48:40: style: The scope of the variable 'a14' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_16.c:48:46: style: The scope of the variable 'a15' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_16.c:48:52: style: The scope of the variable 'a16' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_2.c:48:16: style: The scope of the variable 'ao2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_4.c:49:22: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_4.c:49:28: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_6.c:54:21: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_6.c:54:27: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_6.c:54:33: style: The scope of the variable 'ao5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_6.c:54:39: style: The scope of the variable 'ao6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_6.c:738:13: style: Variable 'ao2' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_8.c:56:34: style: The scope of the variable 'ao5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_8.c:56:40: style: The scope of the variable 'ao6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_8.c:56:46: style: The scope of the variable 'ao7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_uncopy_8.c:56:52: style: The scope of the variable 'ao8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_1.c:65:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_1.c:70:6: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_1.c:65:4: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:1528:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:1532:6: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:1528:4: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:48:10: style: The scope of the variable 'a09' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:48:16: style: The scope of the variable 'a10' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:48:22: style: The scope of the variable 'a11' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:48:28: style: The scope of the variable 'a12' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:48:34: style: The scope of the variable 'a13' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:48:40: style: The scope of the variable 'a14' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:48:46: style: The scope of the variable 'a15' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:48:52: style: The scope of the variable 'a16' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:1489:2: style: Variable 'a02' is modified but its new value is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:1392:13: style: Variable 'a04' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_16.c:1165:13: style: Variable 'a08' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_2.c:168:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_2.c:173:6: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_2.c:168:4: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_2.c:48:16: style: The scope of the variable 'ao2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_4.c:449:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_4.c:454:8: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_4.c:449:6: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_4.c:49:22: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_4.c:49:28: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_6.c:449:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_6.c:454:8: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_6.c:449:6: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_6.c:49:22: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_6.c:49:28: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_8.c:56:34: style: The scope of the variable 'ao5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_8.c:56:40: style: The scope of the variable 'ao6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_8.c:56:46: style: The scope of the variable 'ao7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmm_utcopy_8.c:56:52: style: The scope of the variable 'ao8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trmmkernel_4x4.c:108:45: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
OpenBLAS-0.3.2/kernel/generic/trmmkernel_4x4.c:188:44: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
OpenBLAS-0.3.2/kernel/generic/trmmkernel_4x8.c:633:45: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
OpenBLAS-0.3.2/kernel/generic/trmmkernel_4x8.c:713:44: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_1.c:55:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_16.c:52:10: style: The scope of the variable 'a9' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_16.c:52:15: style: The scope of the variable 'a10' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_16.c:52:21: style: The scope of the variable 'a11' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_16.c:52:27: style: The scope of the variable 'a12' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_16.c:52:33: style: The scope of the variable 'a13' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_16.c:52:39: style: The scope of the variable 'a14' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_16.c:52:45: style: The scope of the variable 'a15' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_16.c:52:51: style: The scope of the variable 'a16' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_2.c:53:15: style: The scope of the variable 'a2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_4.c:54:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_4.c:54:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_6.c:54:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_6.c:54:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_8.c:61:30: style: The scope of the variable 'a5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_8.c:61:35: style: The scope of the variable 'a6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_8.c:61:40: style: The scope of the variable 'a7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_lncopy_8.c:61:45: style: The scope of the variable 'a8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_ltcopy_1.c:55:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_ltcopy_2.c:53:15: style: The scope of the variable 'a2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_ltcopy_4.c:54:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_ltcopy_4.c:54:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_ltcopy_6.c:54:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_ltcopy_6.c:54:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_ltcopy_8.c:61:30: style: The scope of the variable 'a5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_ltcopy_8.c:61:35: style: The scope of the variable 'a6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_ltcopy_8.c:61:40: style: The scope of the variable 'a7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_ltcopy_8.c:61:45: style: The scope of the variable 'a8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_1.c:55:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_16.c:52:10: style: The scope of the variable 'a9' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_16.c:52:15: style: The scope of the variable 'a10' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_16.c:52:21: style: The scope of the variable 'a11' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_16.c:52:27: style: The scope of the variable 'a12' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_16.c:52:33: style: The scope of the variable 'a13' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_16.c:52:39: style: The scope of the variable 'a14' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_16.c:52:45: style: The scope of the variable 'a15' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_16.c:52:51: style: The scope of the variable 'a16' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_2.c:53:15: style: The scope of the variable 'a2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_4.c:54:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_4.c:54:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_6.c:54:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_6.c:54:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_8.c:60:30: style: The scope of the variable 'a5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_8.c:60:35: style: The scope of the variable 'a6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_8.c:60:40: style: The scope of the variable 'a7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_uncopy_8.c:60:45: style: The scope of the variable 'a8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_utcopy_1.c:55:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_utcopy_2.c:53:15: style: The scope of the variable 'a2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_utcopy_4.c:54:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_utcopy_4.c:54:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_utcopy_6.c:54:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_utcopy_6.c:54:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_utcopy_8.c:61:30: style: The scope of the variable 'a5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_utcopy_8.c:61:35: style: The scope of the variable 'a6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_utcopy_8.c:61:40: style: The scope of the variable 'a7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/trsm_utcopy_8.c:61:45: style: The scope of the variable 'a8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm3m_ncopy_1.c:66:10: style: The scope of the variable 'a_offset' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm3m_ncopy_2.c:66:33: style: The scope of the variable 'a_offset2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm3m_ncopy_4.c:66:57: style: The scope of the variable 'a_offset4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm3m_ncopy_8.c:67:46: style: The scope of the variable 'a_offset8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm3m_tcopy_1.c:66:10: style: The scope of the variable 'a_offset' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm3m_tcopy_2.c:66:33: style: The scope of the variable 'a_offset2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm3m_tcopy_4.c:66:57: style: The scope of the variable 'a_offset4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm3m_tcopy_8.c:67:46: style: The scope of the variable 'a_offset8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm_ncopy_2.c:45:21: style: The scope of the variable 'a_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm_ncopy_2.c:45:33: style: The scope of the variable 'a_offset2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm_ncopy_4.c:46:43: style: The scope of the variable 'aoffset4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm_ncopy_4_sandy.c:40:0: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_ncopy_4_sandy.c:230:21: style: Variable 'src0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_ncopy_4_sandy.c:232:22: style: Variable 'dest0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_ncopy_8.c:47:43: style: The scope of the variable 'aoffset8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm_ncopy_8_sandy.c:40:0: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_ncopy_8_sandy.c:396:21: style: Variable 'src0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_ncopy_8_sandy.c:298:21: style: Variable 'src3' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_ncopy_8_sandy.c:398:22: style: Variable 'dest0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_1.c:46:21: style: The scope of the variable 'b_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_2.c:45:33: style: The scope of the variable 'a_offset2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_2.c:46:21: style: The scope of the variable 'b_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_4.c:47:43: style: The scope of the variable 'aoffset4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_4_sandy.c:40:0: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_4_sandy.c:232:21: style: Variable 'src0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_4_sandy.c:233:22: style: Variable 'dest1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_4_sandy.c:226:22: style: Variable 'dest2' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_8_sandy.c:40:0: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_8_sandy.c:366:21: style: Variable 'src0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_8_sandy.c:367:22: style: Variable 'dest1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_8_sandy.c:360:22: style: Variable 'dest2' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemm_tcopy_8_sandy.c:351:22: style: Variable 'dest4' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemmkernel_2x2.c:819:27: style: Variable 'ptrba' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemmkernel_2x2.c:820:27: style: Variable 'ptrbb' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/zgemmkernel_2x2.c:16:98: style: Unused variable: load8 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/zgemmkernel_2x2.c:16:104: style: Unused variable: load9 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/zgemmkernel_2x2.c:16:110: style: Unused variable: load10 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/zgemmkernel_2x2.c:16:117: style: Unused variable: load11 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/zgemmkernel_2x2.c:16:124: style: Unused variable: load12 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/zgemmkernel_2x2.c:16:131: style: Unused variable: load13 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/zgemmkernel_2x2.c:16:138: style: Unused variable: load14 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/zgemmkernel_2x2.c:16:145: style: Unused variable: load15 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_1.c:47:12: style: The scope of the variable 'piv' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_1.c:48:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_1.c:49:10: style: The scope of the variable 'b1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_1.c:49:15: style: The scope of the variable 'b2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_2.c:49:15: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_2.c:50:20: style: The scope of the variable 'b3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_2.c:50:25: style: The scope of the variable 'b4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_4.c:51:20: style: The scope of the variable 'a5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_4.c:51:25: style: The scope of the variable 'a7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_4.c:53:10: style: The scope of the variable 'b5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_4.c:53:15: style: The scope of the variable 'b6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_4.c:53:20: style: The scope of the variable 'b7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zlaswp_ncopy_4.c:53:25: style: The scope of the variable 'b8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zneg_tcopy_1.c:46:21: style: The scope of the variable 'b_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zneg_tcopy_2.c:45:33: style: The scope of the variable 'a_offset2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zneg_tcopy_2.c:46:21: style: The scope of the variable 'b_offset1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/zneg_tcopy_4.c:47:43: style: The scope of the variable 'aoffset4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_lncopy_1.c:48:10: style: The scope of the variable 'ao1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_lncopy_2.c:49:16: style: The scope of the variable 'ao2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_lncopy_4.c:51:22: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_lncopy_4.c:51:28: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_lncopy_8.c:47:34: style: The scope of the variable 'ao5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_lncopy_8.c:47:40: style: The scope of the variable 'ao6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_lncopy_8.c:47:46: style: The scope of the variable 'ao7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_lncopy_8.c:47:52: style: The scope of the variable 'ao8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_ltcopy_1.c:48:10: style: The scope of the variable 'ao1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_ltcopy_2.c:49:16: style: The scope of the variable 'ao2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_ltcopy_4.c:51:22: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_ltcopy_4.c:51:28: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_ltcopy_8.c:809:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenBLAS-0.3.2/kernel/generic/ztrmm_ltcopy_8.c:818:4: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/ztrmm_ltcopy_8.c:809:2: note: Found duplicate branches for 'if' and 'else'.
OpenBLAS-0.3.2/kernel/generic/ztrmm_ltcopy_8.c:47:34: style: The scope of the variable 'a05' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_ltcopy_8.c:47:40: style: The scope of the variable 'a06' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_ltcopy_8.c:47:46: style: The scope of the variable 'a07' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_ltcopy_8.c:47:52: style: The scope of the variable 'a08' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_uncopy_1.c:48:10: style: The scope of the variable 'ao1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_uncopy_2.c:49:16: style: The scope of the variable 'ao2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_uncopy_4.c:51:22: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_uncopy_4.c:51:28: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_uncopy_8.c:47:34: style: The scope of the variable 'ao5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_uncopy_8.c:47:40: style: The scope of the variable 'ao6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_uncopy_8.c:47:46: style: The scope of the variable 'ao7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_uncopy_8.c:47:52: style: The scope of the variable 'ao8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_utcopy_1.c:48:10: style: The scope of the variable 'ao1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_utcopy_2.c:49:16: style: The scope of the variable 'ao2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_utcopy_4.c:51:22: style: The scope of the variable 'ao3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_utcopy_4.c:51:28: style: The scope of the variable 'ao4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_utcopy_8.c:47:34: style: The scope of the variable 'a05' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_utcopy_8.c:47:40: style: The scope of the variable 'a06' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_utcopy_8.c:47:46: style: The scope of the variable 'a07' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmm_utcopy_8.c:47:52: style: The scope of the variable 'a08' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_2x2.c:13:96: style: Unused variable: load8 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_2x2.c:13:102: style: Unused variable: load9 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_2x2.c:13:108: style: Unused variable: load10 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_2x2.c:13:115: style: Unused variable: load11 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_2x2.c:13:122: style: Unused variable: load12 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_2x2.c:13:129: style: Unused variable: load13 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_2x2.c:13:136: style: Unused variable: load14 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_2x2.c:13:143: style: Unused variable: load15 [unusedVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:148:5: style: Variable 'a0_r' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:136:5: note: Variable 'a0_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:148:5: note: Variable 'a0_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:148:26: style: Variable 'a0_i' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:136:26: note: Variable 'a0_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:148:26: note: Variable 'a0_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:155:5: style: Variable 'a1_r' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:142:5: note: Variable 'a1_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:155:5: note: Variable 'a1_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:155:26: style: Variable 'a1_i' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:142:26: note: Variable 'a1_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:155:26: note: Variable 'a1_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:474:5: style: Variable 'a0_r' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:466:5: note: Variable 'a0_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:474:5: note: Variable 'a0_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:474:26: style: Variable 'a0_i' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:466:26: note: Variable 'a0_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:474:26: note: Variable 'a0_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:478:5: style: Variable 'a1_r' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:470:5: note: Variable 'a1_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:478:5: note: Variable 'a1_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:478:26: style: Variable 'a1_i' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:470:26: note: Variable 'a1_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:478:26: note: Variable 'a1_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:722:5: style: Variable 'a0_r' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:716:5: note: Variable 'a0_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:722:5: note: Variable 'a0_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:722:26: style: Variable 'a0_i' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:716:26: note: Variable 'a0_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:722:26: note: Variable 'a0_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:725:5: style: Variable 'a1_r' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:719:5: note: Variable 'a1_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:725:5: note: Variable 'a1_r' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:725:26: style: Variable 'a1_i' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:719:26: note: Variable 'a1_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:725:26: note: Variable 'a1_i' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:846:12: style: Variable 'a0_r' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:789:12: style: Variable 'a1_r' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:846:33: style: Variable 'a0_i' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:789:33: style: Variable 'a1_i' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:844:12: style: Variable 'b0_r' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:624:12: style: Variable 'b1_r' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:356:12: style: Variable 'b2_r' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:357:12: style: Variable 'b3_r' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:844:33: style: Variable 'b0_i' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:624:33: style: Variable 'b1_i' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:356:33: style: Variable 'b2_i' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrmmkernel_4x4.c:357:33: style: Variable 'b3_i' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/generic/ztrsm_lncopy_1.c:47:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_lncopy_2.c:48:15: style: The scope of the variable 'a2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_lncopy_4.c:55:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_lncopy_4.c:55:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_lncopy_8.c:46:33: style: The scope of the variable 'a5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_lncopy_8.c:46:39: style: The scope of the variable 'a6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_lncopy_8.c:46:45: style: The scope of the variable 'a7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_lncopy_8.c:46:51: style: The scope of the variable 'a8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_ltcopy_1.c:47:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_ltcopy_2.c:48:15: style: The scope of the variable 'a2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_ltcopy_4.c:55:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_ltcopy_4.c:55:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_uncopy_1.c:47:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_uncopy_2.c:48:15: style: The scope of the variable 'a2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_uncopy_4.c:55:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_uncopy_4.c:55:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_uncopy_8.c:46:33: style: The scope of the variable 'a5' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_uncopy_8.c:46:39: style: The scope of the variable 'a6' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_uncopy_8.c:46:45: style: The scope of the variable 'a7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_uncopy_8.c:46:51: style: The scope of the variable 'a8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_utcopy_1.c:47:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_utcopy_2.c:48:15: style: The scope of the variable 'a2' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_utcopy_4.c:55:20: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_utcopy_4.c:55:25: style: The scope of the variable 'a4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/generic/ztrsm_utcopy_4.c:405:5: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/ccopy_msa.c:195:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/ccopy_msa.c:196:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/cdot_msa.c:343:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/cdot_msa.c:347:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/cgemm_kernel_8x4_msa.c:2156:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/cgemm_kernel_8x4_msa.c:2157:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/cgemm_kernel_8x4_msa.c:1095:30: style: The scope of the variable 'pc3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/cgemm_ncopy_4_msa.c:34:44: style: The scope of the variable 'psrc4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/cgemm_ncopy_4_msa.c:186:19: style: Variable 'psrc1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemm_ncopy_4_msa.c:190:18: style: Variable 'pdst' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemm_ncopy_8_msa.c:35:12: style: The scope of the variable 'psrc8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/cgemm_ncopy_8_msa.c:301:19: style: Variable 'psrc1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemm_ncopy_8_msa.c:215:19: style: Variable 'psrc4' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemm_ncopy_8_msa.c:305:18: style: Variable 'pdst' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemm_tcopy_4_msa.c:120:19: style: Variable 'pdst0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemm_tcopy_8_msa.c:209:19: style: Variable 'pdst0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:609:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:609:9: style: Variable 'pa0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:609:9: style: Variable 'pa1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:536:14: style: Variable 'alphar' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:537:14: style: Variable 'alphai' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:517:11: style: Unused variable: x0 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:517:15: style: Unused variable: x1 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:517:19: style: Unused variable: y0 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:517:23: style: Unused variable: y1 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:517:27: style: Unused variable: y2 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:517:31: style: Unused variable: y3 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:517:35: style: Unused variable: x0r [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:517:40: style: Unused variable: x0i [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:609:9: style: Variable 'y0r' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:609:9: style: Variable 'y0i' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:521:35: style: Variable 'tp4r' is not assigned a value. [unassignedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_n_msa.c:521:65: style: Variable 'tp4i' is not assigned a value. [unassignedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_t_msa.c:587:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/cgemv_t_msa.c:587:9: style: Variable 'pa0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_t_msa.c:587:9: style: Variable 'pa1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_t_msa.c:552:11: style: Unused variable: x0 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_t_msa.c:552:15: style: Unused variable: x1 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_t_msa.c:552:19: style: Unused variable: x2 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_t_msa.c:552:23: style: Unused variable: x3 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_t_msa.c:552:27: style: Variable 'x0r' is not assigned a value. [unassignedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_t_msa.c:552:32: style: Variable 'x1r' is not assigned a value. [unassignedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_t_msa.c:552:37: style: Variable 'x0i' is not assigned a value. [unassignedVariable]
OpenBLAS-0.3.2/kernel/mips/cgemv_t_msa.c:552:42: style: Variable 'x1i' is not assigned a value. [unassignedVariable]
OpenBLAS-0.3.2/kernel/mips/cswap_msa.c:275:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/cswap_msa.c:276:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/cswap_msa.c:184:17: style: Variable 'px' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/cswap_msa.c:185:17: style: Variable 'py' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemm_kernel_8x4_msa.c:43:30: style: The scope of the variable 'pc3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/dgemm_kernel_8x4_msa.c:43:36: style: The scope of the variable 'pa0' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/dgemm_kernel_8x4_msa.c:340:30: style: The scope of the variable 'pc3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/dgemm_kernel_8x4_msa.c:853:18: style: The scope of the variable 'pc1' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/dgemm_kernel_8x4_msa.c:1688:21: style: Variable 'pa0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemm_kernel_8x4_msa.c:1689:21: style: Variable 'pb0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemm_ncopy_4_msa.c:35:44: style: The scope of the variable 'psrc4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/dgemm_ncopy_8_msa.c:36:12: style: The scope of the variable 'psrc8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/dgemm_tcopy_4_msa.c:35:44: style: The scope of the variable 'psrc4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/dgemm_tcopy_8_msa.c:36:36: style: The scope of the variable 'psrc8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/dgemm_tcopy_8_msa.c:257:13: style: Variable 'pdst2' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemm_tcopy_8_msa.c:266:19: style: Variable 'pdst3' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_n_msa.c:566:9: style: Variable 'pa1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_n_msa.c:566:9: style: Variable 'pa2' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_n_msa.c:566:9: style: Variable 'pa3' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_n_msa.c:492:15: style: Variable 'v_alpha' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_n_msa.c:487:11: style: Unused variable: x0 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_n_msa.c:487:15: style: Unused variable: x1 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_n_msa.c:487:19: style: Unused variable: x2 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_n_msa.c:487:23: style: Unused variable: x3 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_n_msa.c:566:9: style: Variable 'y0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_n_msa.c:566:9: style: Variable 'y1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_t_msa.c:581:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/dgemv_t_msa.c:581:9: style: Variable 'pa0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_t_msa.c:581:9: style: Variable 'pa1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_t_msa.c:581:9: style: Variable 'pa2' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dgemv_t_msa.c:581:9: style: Variable 'pa3' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dswap_msa.c:236:17: style: Variable 'px' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dswap_msa.c:237:17: style: Variable 'py' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dtrsm_kernel_LT_8x4_msa.c:1379:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/dtrsm_kernel_LT_8x4_msa.c:1380:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/dtrsm_kernel_LT_8x4_msa.c:1375:24: style: Variable 'kk' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dtrsm_kernel_LT_8x4_msa.c:1373:27: style: Variable 'aa' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dtrsm_kernel_LT_8x4_msa.c:1374:24: style: Variable 'cc' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dtrsm_kernel_RN_8x4_msa.c:981:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/dtrsm_kernel_RN_8x4_msa.c:982:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/dtrsm_kernel_RN_8x4_msa.c:983:16: style: Variable 'kk' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dtrsm_kernel_RN_8x4_msa.c:976:27: style: Variable 'aa' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/dtrsm_kernel_RN_8x4_msa.c:977:24: style: Variable 'cc' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/omatcopy_rt.c:33:15: style: The scope of the variable 'bptr' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/sgemm_kernel_8x8_msa.c:42:54: style: The scope of the variable 'pc7' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/sgemm_ncopy_8_msa.c:35:12: style: The scope of the variable 'psrc8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/sgemm_tcopy_8_msa.c:35:12: style: The scope of the variable 'psrc8' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/sgemm_tcopy_8_msa.c:255:19: style: Variable 'pdst2' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/sgemv_n_msa.c:504:9: style: Variable 'pa1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/sgemv_n_msa.c:504:9: style: Variable 'pa2' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/sgemv_n_msa.c:504:9: style: Variable 'pa3' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/sgemv_n_msa.c:430:15: style: Variable 'v_alpha' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/sgemv_n_msa.c:426:20: style: Unused variable: x0 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/sgemv_n_msa.c:426:24: style: Unused variable: x1 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/sgemv_n_msa.c:504:9: style: Variable 'y0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/sgemv_t_msa.c:456:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/sgemv_t_msa.c:456:9: style: Variable 'pa0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/sgemv_t_msa.c:456:9: style: Variable 'pa1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/sgemv_t_msa.c:456:9: style: Variable 'pa2' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/sgemv_t_msa.c:456:9: style: Variable 'pa3' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/sswap_msa.c:250:17: style: Variable 'px' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/sswap_msa.c:251:17: style: Variable 'py' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_LN_8x8_msa.c:1844:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_LN_8x8_msa.c:1845:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_LT_8x8_msa.c:1753:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_LT_8x8_msa.c:1754:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_LT_8x8_msa.c:1747:27: style: Variable 'aa' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_LT_8x8_msa.c:1748:24: style: Variable 'cc' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_LT_8x8_msa.c:1749:24: style: Variable 'kk' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_RN_8x8_msa.c:1762:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_RN_8x8_msa.c:1763:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_RN_8x8_msa.c:1757:27: style: Variable 'aa' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_RN_8x8_msa.c:1758:24: style: Variable 'cc' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/strsm_kernel_RN_8x8_msa.c:1764:16: style: Variable 'kk' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/zaxpy_msa.c:480:17: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/zaxpy_msa.c:488:17: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/zcopy_msa.c:211:17: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/zcopy_msa.c:212:17: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/zgemm_kernel_4x4_msa.c:1600:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/zgemm_kernel_4x4_msa.c:1601:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/zgemm_kernel_4x4_msa.c:803:30: style: The scope of the variable 'pc3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/zgemm_ncopy_4_msa.c:34:44: style: The scope of the variable 'psrc4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/zgemm_tcopy_4_msa.c:34:44: style: The scope of the variable 'psrc4' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/zgemm_tcopy_4_msa.c:150:13: style: Variable 'pdst2' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:665:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:665:9: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:665:9: style: Variable 'pa0' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:665:9: style: Variable 'pa1' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:592:14: style: Variable 'alphar' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:593:14: style: Variable 'alphai' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:572:11: style: Unused variable: x0 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:572:15: style: Unused variable: x1 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:572:19: style: Unused variable: x2 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:572:23: style: Unused variable: x3 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:572:27: style: Unused variable: y0 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:572:31: style: Unused variable: y1 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:572:35: style: Unused variable: y2 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:572:39: style: Unused variable: y3 [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:573:11: style: Unused variable: x0r [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:573:16: style: Unused variable: x1r [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:573:21: style: Unused variable: x0i [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:573:26: style: Unused variable: x1i [unusedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:665:9: style: Variable 'y0r' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:665:9: style: Variable 'y0i' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:577:35: style: Variable 'tp4r' is not assigned a value. [unassignedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:577:41: style: Variable 'tp5r' is not assigned a value. [unassignedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:577:71: style: Variable 'tp4i' is not assigned a value. [unassignedVariable]
OpenBLAS-0.3.2/kernel/mips/zgemv_n_msa.c:577:77: style: Variable 'tp5i' is not assigned a value. [unassignedVariable]
OpenBLAS-0.3.2/kernel/mips/zomatcopy_ct.c:33:15: style: The scope of the variable 'bptr' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/zomatcopy_ctc.c:33:15: style: The scope of the variable 'bptr' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/zomatcopy_rt.c:33:15: style: The scope of the variable 'bptr' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/zomatcopy_rtc.c:33:15: style: The scope of the variable 'bptr' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/mips/zrot_msa.c:734:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/mips/zscal_msa.c:710:21: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenBLAS-0.3.2/kernel/power/dasum.c:45:0: error: #error supports double only [preprocessorErrorDirective]
OpenBLAS-0.3.2/kernel/power/zdot.c:97:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/power/zdot.c:152:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/x86_64/ddot.c:200:2: style: Variable 'dot' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/kernel/x86_64/ddot.c:169:0: note: Variable 'dot' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/x86_64/ddot.c:200:2: note: Variable 'dot' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/kernel/x86_64/dsymv_U.c:166:21: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/x86_64/ssymv_U.c:166:21: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/kernel/zarch/idamax.c:183:0: style: Variable 'ix' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/kernel/zarch/idamin.c:200:0: style: Variable 'ix' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/lapack/getrf/getrf_parallel.c:632:6: style: Variable 'job' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/lapack/getrf/getrf_parallel_omp.c:129:14: style: The scope of the variable 'offsetA' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/getrf/getrf_parallel_omp.c:129:24: style: The scope of the variable 'offsetB' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/getrf/getrf_single.c:54:14: style: The scope of the variable 'offsetA' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/getrf/potrf_parallel.c:511:4: style: Variable 'job' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/lapack/getrf/potrf_parallel.c:547:12: style: Variable 'mode' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/lapack/getrs/getrs_parallel.c:70:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/getrs/zgetrs_parallel.c:80:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_1.c:52:12: style: The scope of the variable 'piv' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_1.c:54:15: style: The scope of the variable 'b2' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_2.c:55:15: style: The scope of the variable 'a3' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_2.c:56:20: style: The scope of the variable 'b3' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_2.c:56:25: style: The scope of the variable 'b4' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_4.c:59:20: style: The scope of the variable 'a5' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_4.c:59:25: style: The scope of the variable 'a7' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_4.c:61:10: style: The scope of the variable 'b5' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_4.c:61:15: style: The scope of the variable 'b6' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_4.c:61:20: style: The scope of the variable 'b7' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_4.c:61:25: style: The scope of the variable 'b8' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:68:10: style: The scope of the variable 'a9' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:68:15: style: The scope of the variable 'a11' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:68:21: style: The scope of the variable 'a13' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:68:27: style: The scope of the variable 'a15' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:71:10: style: The scope of the variable 'b9' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:71:15: style: The scope of the variable 'b10' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:71:21: style: The scope of the variable 'b11' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:71:27: style: The scope of the variable 'b12' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:72:10: style: The scope of the variable 'b13' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:72:16: style: The scope of the variable 'b14' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:72:22: style: The scope of the variable 'b15' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/laswp_k_8.c:72:28: style: The scope of the variable 'b16' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/zlaswp_k_1.c:53:12: style: The scope of the variable 'piv' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/zlaswp_k_1.c:55:15: style: The scope of the variable 'b2' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/zlaswp_k_4.c:60:20: style: The scope of the variable 'a5' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/zlaswp_k_4.c:60:25: style: The scope of the variable 'a7' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/zlaswp_k_4.c:62:10: style: The scope of the variable 'b5' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/zlaswp_k_4.c:62:15: style: The scope of the variable 'b6' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/zlaswp_k_4.c:62:20: style: The scope of the variable 'b7' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/laswp/generic/zlaswp_k_4.c:62:25: style: The scope of the variable 'b8' can be reduced. [variableScope]
OpenBLAS-0.3.2/lapack/potrf/potrf_parallel.c:506:4: style: Variable 'job' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/lapack/potrf/potrf_parallel.c:542:12: style: Variable 'mode' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/lapack/trtri/trtri_L_parallel.c:104:5: style: Variable 'range_N' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/lapack/trtri/trtri_L_single.c:98:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenBLAS-0.3.2/lapack/trtri/trtri_L_single.c:103:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenBLAS-0.3.2/lapack/trtri/trtri_U_parallel.c:100:5: style: Variable 'range_N' is assigned a value that is never used. [unreadVariable]
OpenBLAS-0.3.2/lapack/trtri/trtri_U_single.c:96:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenBLAS-0.3.2/lapack/trtri/trtri_U_single.c:101:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenBLAS-0.3.2/common.h:482:0: error: #error "blas_lock() implementation is missing for your platform" [preprocessorErrorDirective]
OpenBLAS-0.3.2/utest/test_amax.c:41:3: style: Variable 'te_max' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_amax.c:38:0: note: Variable 'te_max' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_amax.c:41:3: note: Variable 'te_max' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_amax.c:42:3: style: Variable 'tr_max' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_amax.c:38:0: note: Variable 'tr_max' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_amax.c:42:3: note: Variable 'tr_max' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_dotu.c:48:2: style: Variable 'result1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_dotu.c:43:0: note: Variable 'result1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_dotu.c:48:2: note: Variable 'result1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_dotu.c:72:2: style: Variable 'result1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_dotu.c:67:0: note: Variable 'result1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_dotu.c:72:2: note: Variable 'result1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_dsdot.c:46:2: style: Variable 'res1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_dsdot.c:44:0: note: Variable 'res1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_dsdot.c:46:2: note: Variable 'res1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:62:9: style: Variable 'tr_d1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_rotmg.c:58:9: note: Variable 'tr_d1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:62:9: note: Variable 'tr_d1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:63:9: style: Variable 'tr_d2' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_rotmg.c:59:9: note: Variable 'tr_d2' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:63:9: note: Variable 'tr_d2' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:64:9: style: Variable 'tr_x1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_rotmg.c:60:9: note: Variable 'tr_x1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:64:9: note: Variable 'tr_x1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:65:9: style: Variable 'tr_y1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_rotmg.c:61:9: note: Variable 'tr_y1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:65:9: note: Variable 'tr_y1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:189:9: style: Variable 'tr_d1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_rotmg.c:182:9: note: Variable 'tr_d1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:189:9: note: Variable 'tr_d1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:190:9: style: Variable 'tr_d2' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_rotmg.c:183:9: note: Variable 'tr_d2' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:190:9: note: Variable 'tr_d2' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:191:9: style: Variable 'tr_x1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_rotmg.c:184:9: note: Variable 'tr_x1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:191:9: note: Variable 'tr_x1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:192:9: style: Variable 'tr_y1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/test_rotmg.c:185:9: note: Variable 'tr_y1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/test_rotmg.c:192:9: note: Variable 'tr_y1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:47:3: style: Variable 'te_max' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:45:0: note: Variable 'te_max' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:47:3: note: Variable 'te_max' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:48:3: style: Variable 'tr_max' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:45:0: note: Variable 'tr_max' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:48:3: note: Variable 'tr_max' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:79:9: style: Variable 'tr_d1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:75:9: note: Variable 'tr_d1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:79:9: note: Variable 'tr_d1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:80:9: style: Variable 'tr_d2' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:76:9: note: Variable 'tr_d2' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:80:9: note: Variable 'tr_d2' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:81:9: style: Variable 'tr_x1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:77:9: note: Variable 'tr_x1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:81:9: note: Variable 'tr_x1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:82:9: style: Variable 'tr_y1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:78:9: note: Variable 'tr_y1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:82:9: note: Variable 'tr_y1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:206:9: style: Variable 'tr_d1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:199:9: note: Variable 'tr_d1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:206:9: note: Variable 'tr_d1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:207:9: style: Variable 'tr_d2' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:200:9: note: Variable 'tr_d2' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:207:9: note: Variable 'tr_d2' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:208:9: style: Variable 'tr_x1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:201:9: note: Variable 'tr_x1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:208:9: note: Variable 'tr_x1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:209:9: style: Variable 'tr_y1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:202:9: note: Variable 'tr_y1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:209:9: note: Variable 'tr_y1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:312:2: style: Variable 'result1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:307:0: note: Variable 'result1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:312:2: note: Variable 'result1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:334:2: style: Variable 'result1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:329:0: note: Variable 'result1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:334:2: note: Variable 'result1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:356:2: style: Variable 'res1' is reassigned a value before the old one has been used. [redundantAssignment]
OpenBLAS-0.3.2/utest/utest_main2.c:354:0: note: Variable 'res1' is reassigned a value before the old one has been used.
OpenBLAS-0.3.2/utest/utest_main2.c:356:2: note: Variable 'res1' is reassigned a value before the old one has been used.
[12:38]

ftp://ftp.se.debian.org/debian/pool/main/o/openbmap-logger/openbmap-logger_0.4.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openbox/openbox_3.6.1.orig.tar.gz
openbox-3.6.1/obrender/button.c:33:5: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
openbox-3.6.1/obrender/button.c:30:0: note: Variable 'out' is reassigned a value before the old one has been used.
openbox-3.6.1/obrender/button.c:33:5: note: Variable 'out' is reassigned a value before the old one has been used.
openbox-3.6.1/obrender/color.c:109:27: style: Function 'RrColorFree' argument 1 names different: declaration 'in' definition 'c'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/render.h:370:33: note: Function 'RrColorFree' argument 1 names different: declaration 'in' definition 'c'.
openbox-3.6.1/obrender/color.c:109:27: note: Function 'RrColorFree' argument 1 names different: declaration 'in' definition 'c'.
openbox-3.6.1/obrender/font.c:177:34: style: Function 'RrFontMeasureString' argument 3 names different: declaration 'shadow_offset_x' definition 'shadow_x'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/render.h:396:35: note: Function 'RrFontMeasureString' argument 3 names different: declaration 'shadow_offset_x' definition 'shadow_x'.
openbox-3.6.1/obrender/font.c:177:34: note: Function 'RrFontMeasureString' argument 3 names different: declaration 'shadow_offset_x' definition 'shadow_x'.
openbox-3.6.1/obrender/font.c:177:49: style: Function 'RrFontMeasureString' argument 4 names different: declaration 'shadow_offset_y' definition 'shadow_y'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/render.h:396:57: note: Function 'RrFontMeasureString' argument 4 names different: declaration 'shadow_offset_y' definition 'shadow_y'.
openbox-3.6.1/obrender/font.c:177:49: note: Function 'RrFontMeasureString' argument 4 names different: declaration 'shadow_offset_y' definition 'shadow_y'.
openbox-3.6.1/obrender/font.c:190:41: style: Function 'RrFontHeight' argument 2 names different: declaration 'shadow_offset_y' definition 'shadow_y'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/render.h:398:52: note: Function 'RrFontHeight' argument 2 names different: declaration 'shadow_offset_y' definition 'shadow_y'.
openbox-3.6.1/obrender/font.c:190:41: note: Function 'RrFontHeight' argument 2 names different: declaration 'shadow_offset_y' definition 'shadow_y'.
openbox-3.6.1/obrender/font.c:218:55: style: Function 'RrFontDraw' argument 3 names different: declaration 'position' definition 'area'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/font.h:36:55: note: Function 'RrFontDraw' argument 3 names different: declaration 'position' definition 'area'.
openbox-3.6.1/obrender/font.c:218:55: note: Function 'RrFontDraw' argument 3 names different: declaration 'position' definition 'area'.
openbox-3.6.1/obrender/gradient.c:270:16: style: The scope of the variable 'source' can be reduced. [variableScope]
openbox-3.6.1/obrender/gradient.c:270:25: style: The scope of the variable 'dest' can be reduced. [variableScope]
openbox-3.6.1/obrender/gradient.c:762:50: style: Function 'gradient_pyramid' argument 2 names different: declaration 'inw' definition 'w'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/gradient.c:37:50: note: Function 'gradient_pyramid' argument 2 names different: declaration 'inw' definition 'w'.
openbox-3.6.1/obrender/gradient.c:762:50: note: Function 'gradient_pyramid' argument 2 names different: declaration 'inw' definition 'w'.
openbox-3.6.1/obrender/gradient.c:762:58: style: Function 'gradient_pyramid' argument 3 names different: declaration 'inh' definition 'h'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/gradient.c:37:60: note: Function 'gradient_pyramid' argument 3 names different: declaration 'inh' definition 'h'.
openbox-3.6.1/obrender/gradient.c:762:58: note: Function 'gradient_pyramid' argument 3 names different: declaration 'inh' definition 'h'.
openbox-3.6.1/obrender/image.c:115:13: style: The scope of the variable 'it' can be reduced. [variableScope]
openbox-3.6.1/obrender/image.c:417:22: style: The scope of the variable 'ppic' can be reduced. [variableScope]
openbox-3.6.1/obrender/image.c:379:26: style: Function 'RrImageRef' argument 1 names different: declaration 'im' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/render.h:457:26: note: Function 'RrImageRef' argument 1 names different: declaration 'im' definition 'self'.
openbox-3.6.1/obrender/image.c:379:26: note: Function 'RrImageRef' argument 1 names different: declaration 'im' definition 'self'.
openbox-3.6.1/obrender/image.c:384:28: style: Function 'RrImageUnref' argument 1 names different: declaration 'im' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/render.h:458:28: note: Function 'RrImageUnref' argument 1 names different: declaration 'im' definition 'self'.
openbox-3.6.1/obrender/image.c:384:28: note: Function 'RrImageUnref' argument 1 names different: declaration 'im' definition 'self'.
openbox-3.6.1/obrender/image.c:415:34: style: Function 'RrImageAddFromData' argument 1 names different: declaration 'image' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/render.h:455:34: note: Function 'RrImageAddFromData' argument 1 names different: declaration 'image' definition 'self'.
openbox-3.6.1/obrender/image.c:415:34: note: Function 'RrImageAddFromData' argument 1 names different: declaration 'image' definition 'self'.
openbox-3.6.1/obrender/image.c:681:44: error: Uninitialized variable: w [uninitvar]
openbox-3.6.1/obrender/image.c:681:47: error: Uninitialized variable: h [uninitvar]
openbox-3.6.1/obrender/image.c:681:38: error: Uninitialized variable: data [uninitvar]
openbox-3.6.1/obrender/instance.c:97:3: style: Variable 'timage' is reassigned a value before the old one has been used. [redundantAssignment]
openbox-3.6.1/obrender/instance.c:95:0: note: Variable 'timage' is reassigned a value before the old one has been used.
openbox-3.6.1/obrender/instance.c:97:3: note: Variable 'timage' is reassigned a value before the old one has been used.
openbox-3.6.1/obrender/render.c:351:5: style: Variable 'im' is reassigned a value before the old one has been used. [redundantAssignment]
openbox-3.6.1/obrender/render.c:350:0: note: Variable 'im' is reassigned a value before the old one has been used.
openbox-3.6.1/obrender/render.c:351:5: note: Variable 'im' is reassigned a value before the old one has been used.
openbox-3.6.1/obrender/render.c:236:46: style: Function 'RrAppearanceCopy' argument 1 names different: declaration 'a' definition 'orig'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/render.h:379:47: note: Function 'RrAppearanceCopy' argument 1 names different: declaration 'a' definition 'orig'.
openbox-3.6.1/obrender/render.c:236:46: note: Function 'RrAppearanceCopy' argument 1 names different: declaration 'a' definition 'orig'.
openbox-3.6.1/obrender/theme.c:1117:13: style: The scope of the variable 'it' can be reduced. [variableScope]
openbox-3.6.1/obrender/theme.c:129:58: style: Function 'RrThemeNew' argument 2 names different: declaration 'theme' definition 'name'. [funcArgNamesDifferent]
openbox-3.6.1/obrender/theme.h:181:58: note: Function 'RrThemeNew' argument 2 names different: declaration 'theme' definition 'name'.
openbox-3.6.1/obrender/theme.c:129:58: note: Function 'RrThemeNew' argument 2 names different: declaration 'theme' definition 'name'.
openbox-3.6.1/obt/ddparse.c:326:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbox-3.6.1/obt/ddparse.c:755:11: style: The scope of the variable 'f' can be reduced. [variableScope]
openbox-3.6.1/obt/display.c:66:14: style: Variable 'junk' is not assigned a value. [unassignedVariable]
openbox-3.6.1/obt/display.c:66:27: style: Variable 'minor' is not assigned a value. [unassignedVariable]
openbox-3.6.1/obt/link.c:181:27: error: Uninitialized variable: end [uninitvar]
openbox-3.6.1/openbox/actions.c:151:26: style: The scope of the variable 'def' can be reduced. [variableScope]
openbox-3.6.1/openbox/actions.c:167:26: style: The scope of the variable 'def' can be reduced. [variableScope]
openbox-3.6.1/openbox/actions.c:183:26: style: The scope of the variable 'def' can be reduced. [variableScope]
openbox-3.6.1/openbox/actions.c:475:31: style: The scope of the variable 'c' can be reduced. [variableScope]
openbox-3.6.1/openbox/actions.c:71:31: style: Function 'actions_startup' argument 1 names different: declaration 'reconfigure' definition 'reconfig'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions.h:69:31: note: Function 'actions_startup' argument 1 names different: declaration 'reconfigure' definition 'reconfig'.
openbox-3.6.1/openbox/actions.c:71:31: note: Function 'actions_startup' argument 1 names different: declaration 'reconfigure' definition 'reconfig'.
openbox-3.6.1/openbox/actions.c:78:32: style: Function 'actions_shutdown' argument 1 names different: declaration 'reconfigure' definition 'reconfig'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions.h:70:32: note: Function 'actions_shutdown' argument 1 names different: declaration 'reconfigure' definition 'reconfig'.
openbox-3.6.1/openbox/actions.c:78:32: note: Function 'actions_shutdown' argument 1 names different: declaration 'reconfigure' definition 'reconfig'.
openbox-3.6.1/openbox/actions.c:180:40: style: Function 'actions_set_can_stop' argument 2 names different: declaration 'modifies' definition 'can_stop'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions.h:88:40: note: Function 'actions_set_can_stop' argument 2 names different: declaration 'modifies' definition 'can_stop'.
openbox-3.6.1/openbox/actions.c:180:40: note: Function 'actions_set_can_stop' argument 2 names different: declaration 'modifies' definition 'can_stop'.
openbox-3.6.1/openbox/actions/cyclewindows.c:63:49: style: Function 'setup_func' argument 3 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/cyclewindows.c:31:49: note: Function 'setup_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/cyclewindows.c:63:49: note: Function 'setup_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/cyclewindows.c:64:50: style: Function 'setup_func' argument 4 names different: declaration 'c' definition 'cancel'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/cyclewindows.c:32:50: note: Function 'setup_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/cyclewindows.c:64:50: note: Function 'setup_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/cyclewindows.c:127:57: style: Function 'setup_forward_func' argument 3 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/cyclewindows.c:36:57: note: Function 'setup_forward_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/cyclewindows.c:127:57: note: Function 'setup_forward_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/cyclewindows.c:128:58: style: Function 'setup_forward_func' argument 4 names different: declaration 'c' definition 'cancel'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/cyclewindows.c:37:58: note: Function 'setup_forward_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/cyclewindows.c:128:58: note: Function 'setup_forward_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/cyclewindows.c:138:58: style: Function 'setup_backward_func' argument 3 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/cyclewindows.c:41:58: note: Function 'setup_backward_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/cyclewindows.c:138:58: note: Function 'setup_backward_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/cyclewindows.c:139:59: style: Function 'setup_backward_func' argument 4 names different: declaration 'c' definition 'cancel'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/cyclewindows.c:42:59: note: Function 'setup_backward_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/cyclewindows.c:139:59: note: Function 'setup_backward_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:327:61: style: Function 'setup_north_cycle_func' argument 3 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:45:61: note: Function 'setup_north_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:327:61: note: Function 'setup_north_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:328:62: style: Function 'setup_north_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:46:62: note: Function 'setup_north_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:328:62: note: Function 'setup_north_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:338:61: style: Function 'setup_south_cycle_func' argument 3 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:50:61: note: Function 'setup_south_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:338:61: note: Function 'setup_south_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:339:62: style: Function 'setup_south_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:51:62: note: Function 'setup_south_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:339:62: note: Function 'setup_south_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:349:60: style: Function 'setup_east_cycle_func' argument 3 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:55:60: note: Function 'setup_east_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:349:60: note: Function 'setup_east_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:350:61: style: Function 'setup_east_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:56:61: note: Function 'setup_east_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:350:61: note: Function 'setup_east_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:360:60: style: Function 'setup_west_cycle_func' argument 3 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:60:60: note: Function 'setup_west_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:360:60: note: Function 'setup_west_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:361:61: style: Function 'setup_west_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:61:61: note: Function 'setup_west_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:361:61: note: Function 'setup_west_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:371:65: style: Function 'setup_northwest_cycle_func' argument 3 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:65:65: note: Function 'setup_northwest_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:371:65: note: Function 'setup_northwest_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:372:66: style: Function 'setup_northwest_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:66:66: note: Function 'setup_northwest_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:372:66: note: Function 'setup_northwest_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:382:65: style: Function 'setup_northeast_cycle_func' argument 3 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:70:65: note: Function 'setup_northeast_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:382:65: note: Function 'setup_northeast_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:383:66: style: Function 'setup_northeast_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:71:66: note: Function 'setup_northeast_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:383:66: note: Function 'setup_northeast_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:393:65: style: Function 'setup_southwest_cycle_func' argument 3 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:75:65: note: Function 'setup_southwest_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:393:65: note: Function 'setup_southwest_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:394:66: style: Function 'setup_southwest_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:76:66: note: Function 'setup_southwest_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:394:66: note: Function 'setup_southwest_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:404:65: style: Function 'setup_southeast_cycle_func' argument 3 names different: declaration 'in' definition 'input'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:80:65: note: Function 'setup_southeast_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:404:65: note: Function 'setup_southeast_cycle_func' argument 3 names different: declaration 'in' definition 'input'.
openbox-3.6.1/openbox/actions/directionalwindows.c:405:66: style: Function 'setup_southeast_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/directionalwindows.c:81:66: note: Function 'setup_southeast_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/directionalwindows.c:405:66: note: Function 'setup_southeast_cycle_func' argument 4 names different: declaration 'c' definition 'cancel'.
openbox-3.6.1/openbox/actions/resizerelative.c:57:32: style: Function 'free_func' argument 1 names different: declaration 'options' definition 'o'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/actions/resizerelative.c:19:36: note: Function 'free_func' argument 1 names different: declaration 'options' definition 'o'.
openbox-3.6.1/openbox/actions/resizerelative.c:57:32: note: Function 'free_func' argument 1 names different: declaration 'options' definition 'o'.
openbox-3.6.1/openbox/client.c:2289:29: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openbox-3.6.1/openbox/client.c:2273:9: note: outer condition: !img
openbox-3.6.1/openbox/client.c:2289:29: note: identical inner condition: !img
openbox-3.6.1/openbox/client.c:588:14: warning: Either the condition 'self!=NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
openbox-3.6.1/openbox/client.c:591:19: note: Assuming that condition 'self!=NULL' is not redundant
openbox-3.6.1/openbox/client.c:588:14: note: Null pointer dereference
openbox-3.6.1/openbox/client.c:589:14: warning: Either the condition 'self!=NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
openbox-3.6.1/openbox/client.c:591:19: note: Assuming that condition 'self!=NULL' is not redundant
openbox-3.6.1/openbox/client.c:589:14: note: Null pointer dereference
openbox-3.6.1/openbox/client.c:4006:5: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
openbox-3.6.1/openbox/client.c:4004:0: note: Variable 'child' is reassigned a value before the old one has been used.
openbox-3.6.1/openbox/client.c:4006:5: note: Variable 'child' is reassigned a value before the old one has been used.
openbox-3.6.1/openbox/client.c:187:23: style: The scope of the variable 'win_it' can be reduced. [variableScope]
openbox-3.6.1/openbox/client.c:188:12: style: The scope of the variable 'it' can be reduced. [variableScope]
openbox-3.6.1/openbox/client.c:2565:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbox-3.6.1/openbox/client.c:3801:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
openbox-3.6.1/openbox/client.c:4680:12: style: The scope of the variable 'it' can be reduced. [variableScope]
openbox-3.6.1/openbox/client.c:209:27: style: Function 'client_manage' argument 1 names different: declaration 'win' definition 'window'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/client.h:339:27: note: Function 'client_manage' argument 1 names different: declaration 'win' definition 'window'.
openbox-3.6.1/openbox/client.c:209:27: note: Function 'client_manage' argument 1 names different: declaration 'win' definition 'window'.
openbox-3.6.1/openbox/client.c:543:37: style: Function 'client_fake_manage' argument 1 names different: declaration 'win' definition 'window'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/client.h:349:37: note: Function 'client_fake_manage' argument 1 names different: declaration 'win' definition 'window'.
openbox-3.6.1/openbox/client.c:543:37: note: Function 'client_fake_manage' argument 1 names different: declaration 'win' definition 'window'.
openbox-3.6.1/openbox/client.c:582:32: style: Function 'client_unmanage' argument 1 names different: declaration 'client' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/client.h:343:32: note: Function 'client_unmanage' argument 1 names different: declaration 'client' definition 'self'.
openbox-3.6.1/openbox/client.c:582:32: note: Function 'client_unmanage' argument 1 names different: declaration 'client' definition 'self'.
openbox-3.6.1/openbox/client.c:4409:54: style: Function 'client_find_edge_directional' argument 4 names different: declaration 'my_tail' definition 'my_size'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/client.h:487:54: note: Function 'client_find_edge_directional' argument 4 names different: declaration 'my_tail' definition 'my_size'.
openbox-3.6.1/openbox/client.c:4409:54: note: Function 'client_find_edge_directional' argument 4 names different: declaration 'my_tail' definition 'my_size'.
openbox-3.6.1/openbox/client.c:2282:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbox-3.6.1/openbox/client_menu.c:241:18: style: The scope of the variable 'e' can be reduced. [variableScope]
openbox-3.6.1/openbox/config.c:491:12: style: The scope of the variable 'key' can be reduced. [variableScope]
openbox-3.6.1/openbox/config.c:132:59: style: Function 'config_app_settings_copy_non_defaults' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/config.h:227:59: note: Function 'config_app_settings_copy_non_defaults' argument 2 names different: declaration 'dest' definition 'dst'.
openbox-3.6.1/openbox/config.c:132:59: note: Function 'config_app_settings_copy_non_defaults' argument 2 names different: declaration 'dest' definition 'dst'.
openbox-3.6.1/openbox/debug.c:117:56: style: Function 'log_handler' argument 4 names different: declaration 'user_data' definition 'data'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/debug.c:45:56: note: Function 'log_handler' argument 4 names different: declaration 'user_data' definition 'data'.
openbox-3.6.1/openbox/debug.c:117:56: note: Function 'log_handler' argument 4 names different: declaration 'user_data' definition 'data'.
openbox-3.6.1/openbox/debug.c:137:59: style: Function 'prompt_handler' argument 4 names different: declaration 'user_data' definition 'data'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/debug.c:47:59: note: Function 'prompt_handler' argument 4 names different: declaration 'user_data' definition 'data'.
openbox-3.6.1/openbox/debug.c:137:59: note: Function 'prompt_handler' argument 4 names different: declaration 'user_data' definition 'data'.
openbox-3.6.1/openbox/dock.c:661:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openbox-3.6.1/openbox/dock.c:660:57: note: outer condition: hide_timeout_id
openbox-3.6.1/openbox/dock.c:661:17: note: identical inner condition: hide_timeout_id
openbox-3.6.1/openbox/dock.c:669:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openbox-3.6.1/openbox/dock.c:668:56: note: outer condition: show_timeout_id
openbox-3.6.1/openbox/dock.c:669:17: note: identical inner condition: show_timeout_id
openbox-3.6.1/openbox/event.c:1012:37: warning: Either the condition 'client' is redundant or there is possible null pointer dereference: client. [nullPointerRedundantCheck]
openbox-3.6.1/openbox/event.c:1008:46: note: Assuming that condition 'client' is not redundant
openbox-3.6.1/openbox/event.c:1012:37: note: Null pointer dereference
openbox-3.6.1/openbox/event.c:1077:17: warning: Either the condition 'client?client->window:0' is redundant or there is possible null pointer dereference: client. [nullPointerRedundantCheck]
openbox-3.6.1/openbox/event.c:1084:55: note: Assuming that condition 'client?client->window:0' is not redundant
openbox-3.6.1/openbox/event.c:1077:17: note: Null pointer dereference
openbox-3.6.1/openbox/event.c:1804:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openbox-3.6.1/openbox/event.c:1802:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openbox-3.6.1/openbox/event.c:1804:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openbox-3.6.1/openbox/event.c:1830:27: style: The scope of the variable 'e' can be reduced. [variableScope]
openbox-3.6.1/openbox/event.c:451:41: style: Function 'event_process' argument 1 names different: declaration 'e' definition 'ec'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/event.c:83:41: note: Function 'event_process' argument 1 names different: declaration 'e' definition 'ec'.
openbox-3.6.1/openbox/event.c:451:41: note: Function 'event_process' argument 1 names different: declaration 'e' definition 'ec'.
openbox-3.6.1/openbox/event.c:970:43: style: Function 'event_handle_client' argument 1 names different: declaration 'c' definition 'client'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/event.c:90:43: note: Function 'event_handle_client' argument 1 names different: declaration 'c' definition 'client'.
openbox-3.6.1/openbox/event.c:970:43: note: Function 'event_handle_client' argument 1 names different: declaration 'c' definition 'client'.
openbox-3.6.1/openbox/event.c:1825:49: style: Function 'event_handle_menu_input' argument 1 names different: declaration 'e' definition 'ev'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/event.c:85:49: note: Function 'event_handle_menu_input' argument 1 names different: declaration 'e' definition 'ev'.
openbox-3.6.1/openbox/event.c:1825:49: note: Function 'event_handle_menu_input' argument 1 names different: declaration 'e' definition 'ev'.
openbox-3.6.1/openbox/event.c:2022:59: style: Function 'event_handle_menu' argument 2 names different: declaration 'e' definition 'ev'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/event.c:86:59: note: Function 'event_handle_menu' argument 2 names different: declaration 'e' definition 'ev'.
openbox-3.6.1/openbox/event.c:2022:59: note: Function 'event_handle_menu' argument 2 names different: declaration 'e' definition 'ev'.
openbox-3.6.1/openbox/event.c:2261:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbox-3.6.1/openbox/event.c:2264:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbox-3.6.1/openbox/event.c:2267:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openbox-3.6.1/openbox/focus_cycle.c:62:38: style: Function 'focus_cycle_addremove' argument 1 names different: declaration 'ifclient' definition 'c'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/focus_cycle.h:53:46: note: Function 'focus_cycle_addremove' argument 1 names different: declaration 'ifclient' definition 'c'.
openbox-3.6.1/openbox/focus_cycle.c:62:38: note: Function 'focus_cycle_addremove' argument 1 names different: declaration 'ifclient' definition 'c'.
openbox-3.6.1/openbox/focus_cycle_popup.c:424:5: style: Variable 'screen_area' is reassigned a value before the old one has been used. [redundantAssignment]
openbox-3.6.1/openbox/focus_cycle_popup.c:399:0: note: Variable 'screen_area' is reassigned a value before the old one has been used.
openbox-3.6.1/openbox/focus_cycle_popup.c:424:5: note: Variable 'screen_area' is reassigned a value before the old one has been used.
openbox-3.6.1/openbox/focus_cycle_popup.c:625:27: style: The scope of the variable 'text' can be reduced. [variableScope]
openbox-3.6.1/openbox/frame.c:86:30: style: Function 'frame_new' argument 1 names different: declaration 'c' definition 'client'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/frame.h:206:38: note: Function 'frame_new' argument 1 names different: declaration 'c' definition 'client'.
openbox-3.6.1/openbox/frame.c:86:30: note: Function 'frame_new' argument 1 names different: declaration 'c' definition 'client'.
openbox-3.6.1/openbox/frame.c:1393:40: style: Function 'frame_context' argument 1 names different: declaration 'self' definition 'client'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/frame.h:238:48: note: Function 'frame_context' argument 1 names different: declaration 'self' definition 'client'.
openbox-3.6.1/openbox/frame.c:1393:40: note: Function 'frame_context' argument 1 names different: declaration 'self' definition 'client'.
openbox-3.6.1/openbox/frame.c:1730:48: style: Function 'frame_animate_iconify' argument 1 names different: declaration 'self' definition 'p'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/frame.c:54:48: note: Function 'frame_animate_iconify' argument 1 names different: declaration 'self' definition 'p'.
openbox-3.6.1/openbox/frame.c:1730:48: note: Function 'frame_animate_iconify' argument 1 names different: declaration 'self' definition 'p'.
openbox-3.6.1/openbox/framerender.c:320:27: style: The scope of the variable 'g' can be reduced. [variableScope]
openbox-3.6.1/openbox/grab.c:162:20: error: Expression 'mask_list[i++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
openbox-3.6.1/openbox/grab.c:188:51: style: Function 'grab_button_full' argument 6 names different: declaration 'cursor' definition 'cur'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/grab.h:48:51: note: Function 'grab_button_full' argument 6 names different: declaration 'cursor' definition 'cur'.
openbox-3.6.1/openbox/grab.c:188:51: note: Function 'grab_button_full' argument 6 names different: declaration 'cursor' definition 'cur'.
openbox-3.6.1/openbox/keytree.c:73:29: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openbox-3.6.1/openbox/menu.c:359:17: style: Variable 'state->parent' is reassigned a value before the old one has been used. [redundantAssignment]
openbox-3.6.1/openbox/menu.c:357:17: note: Variable 'state->parent' is reassigned a value before the old one has been used.
openbox-3.6.1/openbox/menu.c:359:17: note: Variable 'state->parent' is reassigned a value before the old one has been used.
openbox-3.6.1/openbox/menu.c:285:18: style: The scope of the variable 'e' can be reduced. [variableScope]
openbox-3.6.1/openbox/menu.c:425:22: style: The scope of the variable 'f' can be reduced. [variableScope]
openbox-3.6.1/openbox/menu.c:613:38: style: Function 'menu_add_normal' argument 1 names different: declaration 'menu' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/menu.h:213:38: note: Function 'menu_add_normal' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:613:38: note: Function 'menu_add_normal' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:628:36: style: Function 'menu_get_more' argument 1 names different: declaration 'menu' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/menu.h:232:36: note: Function 'menu_get_more' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:628:36: note: Function 'menu_get_more' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:639:39: style: Function 'menu_add_submenu' argument 1 names different: declaration 'menu' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/menu.h:215:39: note: Function 'menu_add_submenu' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:639:39: note: Function 'menu_add_submenu' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:651:41: style: Function 'menu_add_separator' argument 1 names different: declaration 'menu' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/menu.h:216:41: note: Function 'menu_add_separator' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:651:41: note: Function 'menu_add_separator' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:664:33: style: Function 'menu_set_show_func' argument 1 names different: declaration 'menu' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/menu.h:191:33: note: Function 'menu_set_show_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:664:33: note: Function 'menu_set_show_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:669:33: style: Function 'menu_set_hide_func' argument 1 names different: declaration 'menu' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/menu.h:193:33: note: Function 'menu_set_hide_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:669:33: note: Function 'menu_set_hide_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:674:35: style: Function 'menu_set_update_func' argument 1 names different: declaration 'menu' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/menu.h:196:35: note: Function 'menu_set_update_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:674:35: note: Function 'menu_set_update_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:679:36: style: Function 'menu_set_execute_func' argument 1 names different: declaration 'menu' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/menu.h:199:36: note: Function 'menu_set_execute_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:679:36: note: Function 'menu_set_execute_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:685:36: style: Function 'menu_set_cleanup_func' argument 1 names different: declaration 'menu' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/menu.h:202:36: note: Function 'menu_set_cleanup_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:685:36: note: Function 'menu_set_cleanup_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:690:36: style: Function 'menu_set_destroy_func' argument 1 names different: declaration 'menu' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/menu.h:205:36: note: Function 'menu_set_destroy_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:690:36: note: Function 'menu_set_destroy_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:695:34: style: Function 'menu_set_place_func' argument 1 names different: declaration 'menu' definition 'self'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/menu.h:208:34: note: Function 'menu_set_place_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menu.c:695:34: note: Function 'menu_set_place_func' argument 1 names different: declaration 'menu' definition 'self'.
openbox-3.6.1/openbox/menuframe.c:904:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openbox-3.6.1/openbox/menuframe.c:1332:24: style: The scope of the variable 'start' can be reduced. [variableScope]
openbox-3.6.1/openbox/menuframe.c:1337:31: style: The scope of the variable 'e' can be reduced. [variableScope]
openbox-3.6.1/openbox/menuframe.c:1357:24: style: The scope of the variable 'start' can be reduced. [variableScope]
openbox-3.6.1/openbox/menuframe.c:1362:31: style: The scope of the variable 'e' can be reduced. [variableScope]
openbox-3.6.1/openbox/moveresize.c:177:58: style: Function 'moveresize_start' argument 4 names different: declaration 'button' definition 'b'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/moveresize.h:47:45: note: Function 'moveresize_start' argument 4 names different: declaration 'button' definition 'b'.
openbox-3.6.1/openbox/moveresize.c:177:58: note: Function 'moveresize_start' argument 4 names different: declaration 'button' definition 'b'.
openbox-3.6.1/openbox/moveresize.c:177:69: style: Function 'moveresize_start' argument 5 names different: declaration 'corner' definition 'cnr'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/moveresize.h:47:61: note: Function 'moveresize_start' argument 5 names different: declaration 'corner' definition 'cnr'.
openbox-3.6.1/openbox/moveresize.c:177:69: note: Function 'moveresize_start' argument 5 names different: declaration 'corner' definition 'cnr'.
openbox-3.6.1/openbox/openbox.c:780:27: style: Function 'ob_set_state' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/openbox.h:53:27: note: Function 'ob_set_state' argument 1 names different: declaration 'state' definition 's'.
openbox-3.6.1/openbox/openbox.c:780:27: note: Function 'ob_set_state' argument 1 names different: declaration 'state' definition 's'.
openbox-3.6.1/openbox/ping.c:68:35: style: Function 'ping_start' argument 1 names different: declaration 'c' definition 'client'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/ping.h:39:35: note: Function 'ping_start' argument 1 names different: declaration 'c' definition 'client'.
openbox-3.6.1/openbox/ping.c:68:35: note: Function 'ping_start' argument 1 names different: declaration 'c' definition 'client'.
openbox-3.6.1/openbox/place_overlap.c:58:53: style: Function 'place_overlap_find_least_placement' argument 3 names different: declaration 'bounds' definition 'monitor'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/place_overlap.h:23:53: note: Function 'place_overlap_find_least_placement' argument 3 names different: declaration 'bounds' definition 'monitor'.
openbox-3.6.1/openbox/place_overlap.c:58:53: note: Function 'place_overlap_find_least_placement' argument 3 names different: declaration 'bounds' definition 'monitor'.
openbox-3.6.1/openbox/place_overlap.c:251:36: style: Function 'center_in_field' argument 1 names different: declaration 'grid_point' definition 'top_left'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/place_overlap.c:45:36: note: Function 'center_in_field' argument 1 names different: declaration 'grid_point' definition 'top_left'.
openbox-3.6.1/openbox/place_overlap.c:251:36: note: Function 'center_in_field' argument 1 names different: declaration 'grid_point' definition 'top_left'.
openbox-3.6.1/openbox/popup.c:486:27: style: The scope of the variable 'a' can be reduced. [variableScope]
openbox-3.6.1/openbox/popup.c:101:39: style: Function 'popup_height' argument 2 names different: declaration 'w' definition 'h'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/popup.h:95:39: note: Function 'popup_height' argument 2 names different: declaration 'w' definition 'h'.
openbox-3.6.1/openbox/popup.c:101:39: note: Function 'popup_height' argument 2 names different: declaration 'w' definition 'h'.
openbox-3.6.1/openbox/resist.c:62:9: style: Condition '!snapx' is always true [knownConditionTrueFalse]
openbox-3.6.1/openbox/resist.c:38:22: note: Assignment 'snapx=0', assigned value is 0
openbox-3.6.1/openbox/resist.c:62:9: note: Condition '!snapx' is always true
openbox-3.6.1/openbox/resist.c:232:9: style: Condition '!snapx' is always true [knownConditionTrueFalse]
openbox-3.6.1/openbox/resist.c:216:22: note: Assignment 'snapx=0', assigned value is 0
openbox-3.6.1/openbox/resist.c:232:9: note: Condition '!snapx' is always true
openbox-3.6.1/openbox/resist.c:260:9: style: Condition '!snapy' is always true [knownConditionTrueFalse]
openbox-3.6.1/openbox/resist.c:216:33: note: Assignment 'snapy=0', assigned value is 0
openbox-3.6.1/openbox/resist.c:260:9: note: Condition '!snapy' is always true
openbox-3.6.1/openbox/resist.c:139:17: style: The scope of the variable 'parea' can be reduced. [variableScope]
openbox-3.6.1/openbox/resist.c:328:17: style: The scope of the variable 'parea' can be reduced. [variableScope]
openbox-3.6.1/openbox/screen.c:946:50: style: Function 'screen_show_desktop_popup' argument 2 names different: declaration 'permanent' definition 'perm'. [funcArgNamesDifferent]
openbox-3.6.1/openbox/screen.h:89:50: note: Function 'screen_show_desktop_popup' argument 2 names different: declaration 'permanent' definition 'perm'.
openbox-3.6.1/openbox/screen.c:946:50: note: Function 'screen_show_desktop_popup' argument 2 names different: declaration 'permanent' definition 'perm'.
openbox-3.6.1/openbox/screen.c:1186:41: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openbox-3.6.1/openbox/stacking.c:43:12: style: The scope of the variable 'it' can be reduced. [variableScope]
openbox-3.6.1/tests/icons.c:128:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbox-3.6.1/tests/icons.c:128:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbox-3.6.1/tests/icons.c:222:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openbox-3.6.1/tools/gdm-control/gdm-control.c:193:63: style: Condition 'strlen("GDM ")!=0' is always true [knownConditionTrueFalse]
openbox-3.6.1/tools/gdm-control/gdm-control.c:256:19: style: The scope of the variable 'response' can be reduced. [variableScope]
openbox-3.6.1/tools/gdm-control/gdm-control.c:193:63: error: Invalid strncmp() argument nr 3. A non-boolean value is required. [invalidFunctionArgBool]
[12:39]

ftp://ftp.se.debian.org/debian/pool/main/o/openbox-menu/openbox-menu_0.8.0.orig.tar.xz
openbox-menu-0.8.0/menu.c:151:2: style: Variable 'help_context' is reassigned a value before the old one has been used. [redundantAssignment]
openbox-menu-0.8.0/menu.c:149:0: note: Variable 'help_context' is reassigned a value before the old one has been used.
openbox-menu-0.8.0/menu.c:151:2: note: Variable 'help_context' is reassigned a value before the old one has been used.
openbox-menu-0.8.0/menu.c:85:9: style: The scope of the variable 'menu_path' can be reduced. [variableScope]
[12:39]

ftp://ftp.se.debian.org/debian/pool/main/o/openbsc/openbsc_1.1.0.orig.tar.xz
openbsc-1.1.0/openbsc/contrib/testconv/testconv_main.c:17:0: error: #error "Requires MGCP transcoding enabled (see --enable-mgcp-transcoding)" [preprocessorErrorDirective]
openbsc-1.1.0/openbsc/src/ipaccess/abisip-find.c:114:10: style: The scope of the variable 't_len' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/ipaccess/abisip-find.c:115:10: style: The scope of the variable 't_tag' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/ipaccess/ipaccess-config.c:146:34: style: Same expression on both sides of '-'. [duplicateExpression]
openbsc-1.1.0/openbsc/src/ipaccess/ipaccess-config.c:150:23: style: Same expression on both sides of '-'. [duplicateExpression]
openbsc-1.1.0/openbsc/src/ipaccess/ipaccess-proxy.c:1088:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/ipaccess/ipaccess-proxy.c:411:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openbsc-1.1.0/openbsc/src/ipaccess/ipaccess-proxy.c:405:3: note: Variable 'ret' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/ipaccess/ipaccess-proxy.c:411:3: note: Variable 'ret' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/ipaccess/ipaccess-proxy.c:946:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:480:11: style: The scope of the variable 'm_id_len' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:481:22: style: The scope of the variable 'i' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:519:17: style: The scope of the variable 'power' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:545:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:689:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:1235:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:2914:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:2581:42: style: Function 'abis_nm_rx_ipacc' argument 1 names different: declaration 'mb' definition 'msg'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:807:42: note: Function 'abis_nm_rx_ipacc' argument 1 names different: declaration 'mb' definition 'msg'.
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:2581:42: note: Function 'abis_nm_rx_ipacc' argument 1 names different: declaration 'mb' definition 'msg'.
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:1884:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openbsc-1.1.0/openbsc/src/libbsc/abis_nm.c:2906:10: style: Variable 'cur' is modified but its new value is never used. [unreadVariable]
openbsc-1.1.0/openbsc/src/libbsc/abis_om2000.c:1109:6: style: Condition '!num_grps' is always false [knownConditionTrueFalse]
openbsc-1.1.0/openbsc/src/libbsc/abis_om2000.c:1102:26: note: Assignment 'num_grps=0', assigned value is 0
openbsc-1.1.0/openbsc/src/libbsc/abis_om2000.c:1107:3: note: num_grps is incremented', new value is 1
openbsc-1.1.0/openbsc/src/libbsc/abis_om2000.c:1109:6: note: Condition '!num_grps' is always false
openbsc-1.1.0/openbsc/src/libbsc/abis_om2000.c:1149:6: style: Condition '!num_grps' is always false [knownConditionTrueFalse]
openbsc-1.1.0/openbsc/src/libbsc/abis_om2000.c:1143:26: note: Assignment 'num_grps=0', assigned value is 0
openbsc-1.1.0/openbsc/src/libbsc/abis_om2000.c:1147:3: note: num_grps is incremented', new value is 1
openbsc-1.1.0/openbsc/src/libbsc/abis_om2000.c:1149:6: note: Condition '!num_grps' is always false
openbsc-1.1.0/openbsc/src/libbsc/abis_om2000.c:2519:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_om2000_vty.c:453:30: style: The scope of the variable 'grp2' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_om2000_vty.c:427:20: style: Unused variable: cg [unusedVariable]
openbsc-1.1.0/openbsc/src/libbsc/abis_rsl.c:1439:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_rsl.c:1790:10: style: The scope of the variable 't1' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_rsl.c:1790:14: style: The scope of the variable 't2' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_rsl.c:1790:18: style: The scope of the variable 't3' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_rsl.c:2007:11: style: The scope of the variable 'tlli' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_rsl.c:2273:17: style: The scope of the variable 'conn_id' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/abis_rsl.c:1409:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/src/libbsc/abis_rsl.c:2425:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/src/libbsc/abis_rsl.c:2426:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/src/libbsc/acc_ramp.c:39:18: style: Unsigned variable 'acc' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbsc-1.1.0/openbsc/src/libbsc/acc_ramp.c:47:18: style: Unsigned variable 'acc' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbsc-1.1.0/openbsc/src/libbsc/acc_ramp.c:55:18: style: Unsigned variable 'acc' can't be negative so it is unnecessary to test it. [unsignedPositive]
openbsc-1.1.0/openbsc/src/libbsc/arfcn_range_encode.c:59:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bsc_api.c:642:18: style: Condition 'rc>=0' is always true [knownConditionTrueFalse]
openbsc-1.1.0/openbsc/src/libbsc/bsc_api.c:679:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bsc_api.c:872:24: style: Function 'handle_chan_ack' argument 2 names different: declaration 'bsc' definition 'api'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libbsc/bsc_api.c:47:85: note: Function 'handle_chan_ack' argument 2 names different: declaration 'bsc' definition 'api'.
openbsc-1.1.0/openbsc/src/libbsc/bsc_api.c:872:24: note: Function 'handle_chan_ack' argument 2 names different: declaration 'bsc' definition 'api'.
openbsc-1.1.0/openbsc/src/libbsc/bsc_api.c:882:25: style: Function 'handle_chan_nack' argument 2 names different: declaration 'bsc' definition 'api'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libbsc/bsc_api.c:48:86: note: Function 'handle_chan_nack' argument 2 names different: declaration 'bsc' definition 'api'.
openbsc-1.1.0/openbsc/src/libbsc/bsc_api.c:882:25: note: Function 'handle_chan_nack' argument 2 names different: declaration 'bsc' definition 'api'.
openbsc-1.1.0/openbsc/src/libbsc/bsc_vty.c:241:21: style: The scope of the variable 'sec' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bsc_vty.c:243:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bsc_vty.c:1304:20: style: The scope of the variable 'lchan' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bsc_vty.c:1305:14: style: The scope of the variable 'trx_nr' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bsc_vty.c:1305:22: style: The scope of the variable 'ts_nr' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bsc_vty.c:1305:29: style: The scope of the variable 'lchan_nr' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bsc_vty.c:984:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/src/libbsc/bsc_vty.c:1115:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/src/libbsc/bsc_vty.c:1116:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/src/libbsc/bsc_vty.c:1117:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/src/libbsc/bsc_vty.c:1118:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/src/libbsc/bts_nokia_site.c:1165:29: style: The scope of the variable 'noh' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bts_nokia_site.c:1305:10: style: The scope of the variable 'ub' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bts_nokia_site.c:1308:6: style: The scope of the variable 'constructed' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bts_nokia_site.c:1364:10: style: The scope of the variable 'ub' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bts_nokia_site.c:1366:6: style: The scope of the variable 'constructed' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/bts_nokia_site.c:1424:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/rest_octets.c:554:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openbsc-1.1.0/openbsc/src/libbsc/rest_octets.c:535:6: note: outer condition: 0
openbsc-1.1.0/openbsc/src/libbsc/rest_octets.c:554:7: note: identical inner condition: 0
openbsc-1.1.0/openbsc/src/libbsc/system_information.c:145:48: style: The scope of the variable 'si2q' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/system_information.c:588:18: style: The scope of the variable 'cur_bts' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libbsc/system_information.c:785:48: style: Variable 'si2q' is not assigned a value. [unassignedVariable]
openbsc-1.1.0/openbsc/src/libcommon/gsm_data.c:120:18: style: The scope of the variable 'bts' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_network.c:645:7: style: The scope of the variable 'cont' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:689:6: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:215:14: warning: Possible null pointer dereference: addr [nullPointer]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:1426:70: note: Calling function 'write_response_sdp', 4th argument 'addr' value is 0
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:215:14: note: Null pointer dereference
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:215:20: warning: Possible null pointer dereference: addr [nullPointer]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:1426:70: note: Calling function 'write_response_sdp', 4th argument 'addr' value is 0
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:215:20: note: Null pointer dereference
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:447:56: style: Function 'mgcp_analyze_header' argument 1 names different: declaration 'parse' definition 'pdata'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:67:56: note: Function 'mgcp_analyze_header' argument 1 names different: declaration 'parse' definition 'pdata'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:447:56: note: Function 'mgcp_analyze_header' argument 1 names different: declaration 'parse' definition 'pdata'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:523:67: style: Function 'handle_audit_endpoint' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:55:67: note: Function 'handle_audit_endpoint' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:523:67: note: Function 'handle_audit_endpoint' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:715:63: style: Function 'handle_create_con' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:56:63: note: Function 'handle_create_con' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:715:63: note: Function 'handle_create_con' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:912:63: style: Function 'handle_modify_con' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:58:63: note: Function 'handle_modify_con' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:912:63: note: Function 'handle_modify_con' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:1032:63: style: Function 'handle_delete_con' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:57:63: note: Function 'handle_delete_con' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:1032:63: note: Function 'handle_delete_con' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:1119:57: style: Function 'handle_rsip' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:59:57: note: Function 'handle_rsip' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:1119:57: note: Function 'handle_rsip' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:1145:61: style: Function 'handle_noti_req' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:60:61: note: Function 'handle_noti_req' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:1145:61: note: Function 'handle_noti_req' argument 1 names different: declaration 'data' definition 'p'.
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:297:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:548:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_protocol.c:550:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/src/libmgcp/mgcp_sdp.c:227:9: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'int'. [invalidScanfArgType_int]
openbsc-1.1.0/openbsc/src/libmgcp/g711common.h:64:7: style: The scope of the variable 'seg' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmgcp/g711common.h:93:7: style: The scope of the variable 'seg' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmsc/db.c:1111:7: style: The scope of the variable 'tmsi' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmsc/gsm_04_08.c:2774:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openbsc-1.1.0/openbsc/src/libmsc/gsm_04_08.c:2771:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/libmsc/gsm_04_08.c:2774:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/libmsc/gsm_04_08.c:754:13: style: The scope of the variable 'local_time' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmsc/gsm_04_08.c:2038:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmsc/gsm_04_08.c:3580:35: style: The scope of the variable 'transt' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmsc/gsm_subscriber.c:182:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmsc/gsm_subscriber.c:184:21: style: The scope of the variable 'bsub' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmsc/silent_call.c:86:10: style: struct member 'msg_match::pdisc' is never used. [unusedStructMember]
openbsc-1.1.0/openbsc/src/libmsc/silent_call.c:87:10: style: struct member 'msg_match::msg_type' is never used. [unusedStructMember]
openbsc-1.1.0/openbsc/src/libmsc/smpp_openbsc.c:233:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openbsc-1.1.0/openbsc/src/libmsc/smpp_openbsc.c:231:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/libmsc/smpp_openbsc.c:233:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/libmsc/smpp_openbsc.c:383:10: style: The scope of the variable 'c' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmsc/smpp_openbsc.c:619:21: style: Function 'smpp_cmd_find_by_seqnum' argument 2 names different: declaration 'sequence_number' definition 'sequence_nr'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libmsc/smpp_smsc.h:100:21: note: Function 'smpp_cmd_find_by_seqnum' argument 2 names different: declaration 'sequence_number' definition 'sequence_nr'.
openbsc-1.1.0/openbsc/src/libmsc/smpp_openbsc.c:619:21: note: Function 'smpp_cmd_find_by_seqnum' argument 2 names different: declaration 'sequence_number' definition 'sequence_nr'.
openbsc-1.1.0/openbsc/src/libmsc/smpp_smsc.c:273:95: style: Function 'smpp_route' argument 3 names different: declaration 'emse' definition 'pesme'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/libmsc/smpp_smsc.h:131:95: note: Function 'smpp_route' argument 3 names different: declaration 'emse' definition 'pesme'.
openbsc-1.1.0/openbsc/src/libmsc/smpp_smsc.c:273:95: note: Function 'smpp_route' argument 3 names different: declaration 'emse' definition 'pesme'.
openbsc-1.1.0/openbsc/src/libmsc/token_auth.c:126:10: style: The scope of the variable 'auth_rand' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libmsc/transaction.c:134:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libtrau/rtp_proxy.c:357:6: style: Condition '!mangle_rtcp_cname' is always true [knownConditionTrueFalse]
openbsc-1.1.0/openbsc/src/libtrau/rtp_proxy.c:442:8: style: Condition '!mangle_rtcp_cname' is always true [knownConditionTrueFalse]
openbsc-1.1.0/openbsc/src/libtrau/rtp_proxy.c:77:20: style: The scope of the variable 'rtpxh' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libtrau/rtp_proxy.c:81:6: style: The scope of the variable 'x_len' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libtrau/rtp_proxy.c:363:22: portability: '(void*)rtph' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openbsc-1.1.0/openbsc/src/libtrau/rtp_proxy.c:363:59: portability: '(void*)msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openbsc-1.1.0/openbsc/src/libtrau/rtp_proxy.c:365:20: portability: '(void*)rtph' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openbsc-1.1.0/openbsc/src/libtrau/rtp_proxy.c:365:50: portability: '(void*)msg->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openbsc-1.1.0/openbsc/src/libtrau/rtp_proxy.c:380:23: portability: '(void*)rtph' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openbsc-1.1.0/openbsc/src/libtrau/trau_mux.c:158:25: style: The scope of the variable 'me2' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libtrau/trau_mux.c:159:29: style: The scope of the variable 'ue2' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/libtrau/trau_mux.c:336:24: style: The scope of the variable 'ue' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/osmo-bsc/osmo_bsc_filter.c:261:10: style: The scope of the variable 'dst' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/osmo-bsc/osmo_bsc_filter.c:288:9: style: Variable 'dst' is assigned a value that is never used. [unreadVariable]
openbsc-1.1.0/openbsc/src/osmo-bsc/osmo_bsc_grace.c:40:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/osmo-bsc/osmo_bsc_grace.c:40:10: style: The scope of the variable 'num_pages' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/osmo-bsc/osmo_bsc_main.c:161:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/osmo-bsc/osmo_bsc_msc.c:439:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/osmo-bsc/osmo_bsc_sccp.c:44:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/osmo-bsc/osmo_bsc_sccp.c:57:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/osmo-bsc_mgcp/mgcp_main.c:150:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c:293:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c:843:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c:835:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat.c:1228:20: warning: Possible null pointer dereference: parsed [nullPointer]
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat.c:1197:15: note: Assignment 'parsed=NULL', assigned value is 0
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat.c:1228:20: note: Null pointer dereference
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat.c:478:26: style: The scope of the variable 'udt' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat.c:805:55: style: Function 'msc_send_reset' argument 1 names different: declaration 'con' definition 'msc_con'. [funcArgNamesDifferent]
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat.c:97:55: note: Function 'msc_send_reset' argument 1 names different: declaration 'con' definition 'msc_con'.
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat.c:805:55: note: Function 'msc_send_reset' argument 1 names different: declaration 'con' definition 'msc_con'.
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat_ctrl.c:201:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat_ctrl.c:200:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat_ctrl.c:201:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat_ctrl.c:202:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat_ctrl.c:201:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat_ctrl.c:202:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c:588:3: style: Variable 'rewr' is reassigned a value before the old one has been used. [redundantAssignment]
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c:587:0: note: Variable 'rewr' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c:588:3: note: Variable 'rewr' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c:522:8: style: The scope of the variable 'path' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/osmo-bsc_nat/bsc_ussd.c:376:26: style: The scope of the variable 'lst' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/osmo-nitb/bsc_hack.c:201:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/bs11_config.c:383:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/bs11_config.c:865:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/bs11_config.c:380:11: style: The scope of the variable 'phase' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/utils/bs11_config.c:380:18: style: The scope of the variable 'mbccu' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/utils/isdnsync.c:181:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:64:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:65:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:67:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:69:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:70:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:71:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:72:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:74:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:76:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:92:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:95:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:98:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:101:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:104:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:107:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:110:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:113:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:114:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:117:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:119:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:122:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:124:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:127:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:129:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:133:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:134:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:141:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:147:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:149:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:153:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:154:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:155:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:165:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:175:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_db.c:263:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_json.c:159:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/utils/meas_json.c:72:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/src/utils/meas_udp2db.c:72:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/src/utils/meas_vis.c:269:2: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_vis.c:270:2: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openbsc-1.1.0/openbsc/src/utils/meas_vis.c:124:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/tests/bsc-nat/bsc_nat_test.c:620:15: style: The scope of the variable 'output' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/tests/bsc-nat/bsc_nat_test.c:868:9: style: The scope of the variable 'res' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/tests/bsc-nat/bsc_nat_test.c:870:25: style: The scope of the variable 'parsed' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/tests/bsc-nat/bsc_nat_test.c:1514:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openbsc-1.1.0/openbsc/tests/bsc/bsc_test.c:87:2: style: Variable 'kv' is reassigned a value before the old one has been used. [redundantAssignment]
openbsc-1.1.0/openbsc/tests/bsc/bsc_test.c:85:0: note: Variable 'kv' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/tests/bsc/bsc_test.c:87:2: note: Variable 'kv' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/tests/db/db_test.c:168:2: style: Variable 'alice' is reassigned a value before the old one has been used. [redundantAssignment]
openbsc-1.1.0/openbsc/tests/db/db_test.c:165:0: note: Variable 'alice' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/tests/db/db_test.c:168:2: note: Variable 'alice' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/tests/db/db_test.c:228:2: style: Variable 'alice' is reassigned a value before the old one has been used. [redundantAssignment]
openbsc-1.1.0/openbsc/tests/db/db_test.c:224:0: note: Variable 'alice' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/tests/db/db_test.c:228:2: note: Variable 'alice' is reassigned a value before the old one has been used.
openbsc-1.1.0/openbsc/tests/gsm0408/gsm0408_test.c:494:7: style: The scope of the variable 'arfcns' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/tests/gsm0408/gsm0408_test.c:495:6: style: The scope of the variable 'arfcns_num' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/tests/gsm0408/gsm0408_test.c:497:6: style: The scope of the variable 'range' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/tests/mgcp/mgcp_test.c:1144:24: style: The scope of the variable 'endp' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/tests/mgcp/mgcp_test.c:573:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/tests/mgcp/mgcp_test.c:575:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/tests/mgcp/mgcp_test.c:578:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/tests/mgcp/mgcp_test.c:588:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/tests/mgcp/mgcp_test.c:590:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openbsc-1.1.0/openbsc/tests/mgcp/mgcp_transcoding_test.c:20:0: error: #error "Requires MGCP transcoding enabled (see --enable-mgcp-transcoding)" [preprocessorErrorDirective]
openbsc-1.1.0/openbsc/tests/mm_auth/mm_auth_test.c:41:6: style: The scope of the variable 'l' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/tests/mm_auth/mm_auth_test.c:41:9: style: The scope of the variable 'l1' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/tests/mm_auth/mm_auth_test.c:41:13: style: The scope of the variable 'l2' can be reduced. [variableScope]
openbsc-1.1.0/openbsc/tests/mm_auth/mm_auth_test.c:42:6: style: The scope of the variable 'i' can be reduced. [variableScope]
[12:39]

ftp://ftp.se.debian.org/debian/pool/main/o/openbsd-inetd/openbsd-inetd_0.20160825.orig.tar.xz
openbsd-inetd-0.20160825/inetd.c:924:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsd-inetd-0.20160825/inetd.c:943:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsd-inetd-0.20160825/inetd.c:943:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openbsd-inetd-0.20160825/inetd.c:1411:7: style: The scope of the variable 'hbuf' can be reduced. [variableScope]
openbsd-inetd-0.20160825/inetd.c:1529:6: style: The scope of the variable 'len' can be reduced. [variableScope]
openbsd-inetd-0.20160825/inetd.c:1701:17: style: The scope of the variable 'pwd' can be reduced. [variableScope]
openbsd-inetd-0.20160825/inetd.c:1702:6: style: The scope of the variable 'tmpint' can be reduced. [variableScope]
openbsd-inetd-0.20160825/inetd.c:1704:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
[12:39]

ftp://ftp.se.debian.org/debian/pool/main/o/openbve/openbve_1.4.0.9.orig.tar.gz
openbve-1.4.0.9/AtsPluginProxy/AtsPluginProxy.cpp:101:13: style: C-style pointer casting [cstyleCast]
[12:39]

ftp://ftp.se.debian.org/debian/pool/main/o/openbve-data/openbve-data_1.4.0.5+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/opencascade/opencascade_7.3.0+dfsg1.orig.tar.gz
Checking occt-V7_3_0/src/ChFiKPart/ChFiKPart_ComputeData_CS.cxx: __GCC__=1;__GCC__=1...

occt-V7_3_0/samples/CSharp/OCCTProxy/OCCTProxy.cpp:608:9: performance: Technically the member function 'OCCTProxy::GetOCCVersion' can be static. [functionStatic]
occt-V7_3_0/samples/CSharp/OCCTProxy_D3D/OCCTProxyD3D.cpp:611:9: performance: Technically the member function 'OCCTProxyD3D::GetOCCVersion' can be static. [functionStatic]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:644:10: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:654:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:664:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:673:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:684:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:691:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:698:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:705:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:712:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:719:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:726:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:733:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:740:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:747:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:756:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:765:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:774:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:783:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:790:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:34:8: performance: Technically the member function 'OcctJni_Viewer::release' can be static. [functionStatic]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:215:22: note: Technically the member function 'OcctJni_Viewer::release' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:34:8: note: Technically the member function 'OcctJni_Viewer::release' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:37:8: performance: Technically the member function 'OcctJni_Viewer::resize' can be static. [functionStatic]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:226:22: note: Technically the member function 'OcctJni_Viewer::resize' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:37:8: note: Technically the member function 'OcctJni_Viewer::resize' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:49:8: performance: Technically the member function 'OcctJni_Viewer::redraw' can be static. [functionStatic]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:530:22: note: Technically the member function 'OcctJni_Viewer::redraw' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:49:8: note: Technically the member function 'OcctJni_Viewer::redraw' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:52:8: performance: Technically the member function 'OcctJni_Viewer::setProj' can be static. [functionStatic]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:55:8: performance: Technically the member function 'OcctJni_Viewer::fitAll' can be static. [functionStatic]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:544:22: note: Technically the member function 'OcctJni_Viewer::fitAll' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:55:8: note: Technically the member function 'OcctJni_Viewer::fitAll' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:58:8: performance: Technically the member function 'OcctJni_Viewer::startRotation' can be static. [functionStatic]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:559:22: note: Technically the member function 'OcctJni_Viewer::startRotation' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:58:8: note: Technically the member function 'OcctJni_Viewer::startRotation' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:62:8: performance: Technically the member function 'OcctJni_Viewer::onRotation' can be static. [functionStatic]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:575:22: note: Technically the member function 'OcctJni_Viewer::onRotation' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:62:8: note: Technically the member function 'OcctJni_Viewer::onRotation' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:66:8: performance: Technically the member function 'OcctJni_Viewer::onPanning' can be static. [functionStatic]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:591:22: note: Technically the member function 'OcctJni_Viewer::onPanning' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:66:8: note: Technically the member function 'OcctJni_Viewer::onPanning' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:70:8: performance: Technically the member function 'OcctJni_Viewer::onClick' can be static. [functionStatic]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:607:22: note: Technically the member function 'OcctJni_Viewer::onClick' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:70:8: note: Technically the member function 'OcctJni_Viewer::onClick' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:74:8: performance: Technically the member function 'OcctJni_Viewer::stopAction' can be static. [functionStatic]
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.cxx:624:22: note: Technically the member function 'OcctJni_Viewer::stopAction' can be static.
occt-V7_3_0/samples/java/jniviewer/jni/OcctJni_Viewer.hxx:74:8: note: Technically the member function 'OcctJni_Viewer::stopAction' can be static.
occt-V7_3_0/samples/qt/AndroidQt/src/AndroidQt.cxx:247:0: style: Variable 'aWidth' is assigned a value that is never used. [unreadVariable]
occt-V7_3_0/samples/qt/AndroidQt/src/AndroidQt.cxx:247:0: style: Variable 'aHeight' is assigned a value that is never used. [unreadVariable]
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.cxx:143:3: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.cxx:141:0: note: Variable 'view' is reassigned a value before the old one has been used.
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.cxx:143:3: note: Variable 'view' is reassigned a value before the old one has been used.
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.cxx:150:3: style: Variable 'help' is reassigned a value before the old one has been used. [redundantAssignment]
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.cxx:148:0: note: Variable 'help' is reassigned a value before the old one has been used.
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.cxx:150:3: note: Variable 'help' is reassigned a value before the old one has been used.
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.cxx:549:8: style: The scope of the variable 'OneOrMoreInShading' can be reduced. [variableScope]
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.cxx:550:8: style: The scope of the variable 'OneOrMoreInWireframe' can be reduced. [variableScope]
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.h:31:35: warning: Virtual function 'updateFileActions' is called from constructor 'ApplicationCommonWindow()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.cxx:50:3: note: Calling createStandardOperations
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.cxx:78:63: note: Calling onNewDoc
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.cxx:413:3: note: Calling updateFileActions
occt-V7_3_0/samples/qt/Common/src/ApplicationCommon.h:31:35: note: updateFileActions is a virtual method
occt-V7_3_0/samples/qt/Common/src/View.h:31:5: style: Class 'View' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/samples/qt/Common/src/DocumentCommon.cxx:160:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
occt-V7_3_0/samples/qt/Common/src/MDIWindow.h:24:30: warning: Virtual function 'sizeHint' is called from constructor 'MDIWindow(DocumentCommon*aDocument,QWidget*parent,Qt::WindowFlags wflags)' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
occt-V7_3_0/samples/qt/Common/src/MDIWindow.cxx:52:11: note: Calling sizeHint
occt-V7_3_0/samples/qt/Common/src/MDIWindow.h:24:30: note: sizeHint is a virtual method
occt-V7_3_0/samples/qt/Common/src/OcctWindow.cxx:86:23: style: The scope of the variable 'aMask' can be reduced. [variableScope]
occt-V7_3_0/samples/qt/Common/src/OcctWindow.h:39:16: warning: Virtual function 'Destroy' is called from destructor '~OcctWindow()' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
occt-V7_3_0/samples/qt/Common/src/OcctWindow.h:44:5: note: Calling Destroy
occt-V7_3_0/samples/qt/Common/src/OcctWindow.h:39:16: note: Destroy is a virtual method
occt-V7_3_0/samples/qt/Common/src/View.cxx:893:5: style: Variable 'myMaterMenu' is reassigned a value before the old one has been used. [redundantAssignment]
occt-V7_3_0/samples/qt/Common/src/View.cxx:888:0: note: Variable 'myMaterMenu' is reassigned a value before the old one has been used.
occt-V7_3_0/samples/qt/Common/src/View.cxx:893:5: note: Variable 'myMaterMenu' is reassigned a value before the old one has been used.
occt-V7_3_0/samples/qt/Common/src/View.h:35:35: warning: Virtual function 'init' is called from constructor 'View(Handle(AIS_InteractiveContext)' at line 86. Dynamic binding is not used. [virtualCallInConstructor]
occt-V7_3_0/samples/qt/Common/src/View.cxx:86:3: note: Calling init
occt-V7_3_0/samples/qt/Common/src/View.h:35:35: note: init is a virtual method
occt-V7_3_0/samples/qt/Interface/src/Application.h:33:35: warning: Virtual function 'translationFormat' is called from constructor 'ApplicationWindow()' at line 19. Dynamic binding is not used. [virtualCallInConstructor]
occt-V7_3_0/samples/qt/Interface/src/Application.cxx:19:3: note: Calling createTranslatePopups
occt-V7_3_0/samples/qt/Interface/src/Application.cxx:37:49: note: Calling onImport
occt-V7_3_0/samples/qt/Interface/src/Application.cxx:114:16: note: Calling translationFormat
occt-V7_3_0/samples/qt/Interface/src/Application.h:33:35: note: translationFormat is a virtual method
occt-V7_3_0/samples/qt/Interface/src/Translate.h:21:2: style: Class 'Translate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/samples/qt/Tutorial/src/ApplicationTut.cxx:58:22: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/samples/qt/Tutorial/src/DocumentTut.cxx:15:14: warning: Member variable 'DocumentTut::mySurfConstructor' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AIS/AIS.cxx:89:41: style: Function 'Nearest' argument 1 names different: declaration 'aShape' definition 'ashape'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS.hxx:144:62: note: Function 'Nearest' argument 1 names different: declaration 'aShape' definition 'ashape'.
occt-V7_3_0/src/AIS/AIS.cxx:89:41: note: Function 'Nearest' argument 1 names different: declaration 'aShape' definition 'ashape'.
occt-V7_3_0/src/AIS/AIS.cxx:89:63: style: Function 'Nearest' argument 2 names different: declaration 'aPoint' definition 'apoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS.hxx:144:84: note: Function 'Nearest' argument 2 names different: declaration 'aPoint' definition 'apoint'.
occt-V7_3_0/src/AIS/AIS.cxx:89:63: note: Function 'Nearest' argument 2 names different: declaration 'aPoint' definition 'apoint'.
occt-V7_3_0/src/AIS/AIS.cxx:1282:52: style: Function 'InDomain' argument 1 names different: declaration 'aFirstPar' definition 'fpar'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS.hxx:241:73: note: Function 'InDomain' argument 1 names different: declaration 'aFirstPar' definition 'fpar'.
occt-V7_3_0/src/AIS/AIS.cxx:1282:52: note: Function 'InDomain' argument 1 names different: declaration 'aFirstPar' definition 'fpar'.
occt-V7_3_0/src/AIS/AIS.cxx:1283:31: style: Function 'InDomain' argument 2 names different: declaration 'aLastPar' definition 'lpar'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS.hxx:241:104: note: Function 'InDomain' argument 2 names different: declaration 'aLastPar' definition 'lpar'.
occt-V7_3_0/src/AIS/AIS.cxx:1283:31: note: Function 'InDomain' argument 2 names different: declaration 'aLastPar' definition 'lpar'.
occt-V7_3_0/src/AIS/AIS.cxx:1284:31: style: Function 'InDomain' argument 3 names different: declaration 'anAttachPar' definition 'para'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS.hxx:241:134: note: Function 'InDomain' argument 3 names different: declaration 'anAttachPar' definition 'para'.
occt-V7_3_0/src/AIS/AIS.cxx:1284:31: note: Function 'InDomain' argument 3 names different: declaration 'anAttachPar' definition 'para'.
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:180:61: style: Function 'SetMeasuredGeometry' argument 3 names different: declaration 'theThridPoint' definition 'theThirdPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_AngleDimension.hxx:165:59: note: Function 'SetMeasuredGeometry' argument 3 names different: declaration 'theThridPoint' definition 'theThirdPoint'.
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:180:61: note: Function 'SetMeasuredGeometry' argument 3 names different: declaration 'theThridPoint' definition 'theThirdPoint'.
occt-V7_3_0/src/AIS/AIS_DimensionOwner.hxx:46:1: style: The class 'AIS_DimensionOwner' does not have a constructor although it has private member variables. [noConstructor]
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:93:21: warning: Member variable 'AIS_AngleDimension::myType' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:93:21: warning: Member variable 'AIS_AngleDimension::myArrowsVisibility' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:106:21: warning: Member variable 'AIS_AngleDimension::myType' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:106:21: warning: Member variable 'AIS_AngleDimension::myArrowsVisibility' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:119:21: warning: Member variable 'AIS_AngleDimension::myType' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:119:21: warning: Member variable 'AIS_AngleDimension::myArrowsVisibility' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:130:21: warning: Member variable 'AIS_AngleDimension::myType' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:130:21: warning: Member variable 'AIS_AngleDimension::myArrowsVisibility' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:142:21: warning: Member variable 'AIS_AngleDimension::myType' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:142:21: warning: Member variable 'AIS_AngleDimension::myArrowsVisibility' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AIS/AIS_InteractiveObject.hxx:403:19: style: Class 'AIS_InteractiveObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_Dimension.hxx:228:19: style: Class 'AIS_Dimension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_AngleDimension.hxx:95:19: style: Class 'AIS_AngleDimension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_AngleDimension.cxx:1030:70: performance: Function parameter 'thePointOnFirstFace' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/AIS/AIS_LocalStatus.lxx:61:69: style: Function 'SetFirstDisplay' argument 1 names different: declaration 'aStatus' definition 'aStat'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalStatus.hxx:69:50: note: Function 'SetFirstDisplay' argument 1 names different: declaration 'aStatus' definition 'aStat'.
occt-V7_3_0/src/AIS/AIS_LocalStatus.lxx:61:69: note: Function 'SetFirstDisplay' argument 1 names different: declaration 'aStatus' definition 'aStat'.
occt-V7_3_0/src/AIS/AIS_LocalContext.lxx:59:79: style: Function 'IsValidIndex' argument 1 names different: declaration 'anIndex' definition 'indx'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:417:59: note: Function 'IsValidIndex' argument 1 names different: declaration 'anIndex' definition 'indx'.
occt-V7_3_0/src/AIS/AIS_LocalContext.lxx:59:79: note: Function 'IsValidIndex' argument 1 names different: declaration 'anIndex' definition 'indx'.
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:86:19: style: Class 'AIS_LocalContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_AttributeFilter.lxx:20:63: style: Function 'SetWidth' argument 1 names different: declaration 'aWidth' definition 'aWid'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_AttributeFilter.hxx:81:40: note: Function 'SetWidth' argument 1 names different: declaration 'aWidth' definition 'aWid'.
occt-V7_3_0/src/AIS/AIS_AttributeFilter.lxx:20:63: note: Function 'SetWidth' argument 1 names different: declaration 'aWidth' definition 'aWid'.
occt-V7_3_0/src/AIS/AIS_AttributeFilter.cxx:36:62: style: Function 'AIS_AttributeFilter' argument 1 names different: declaration 'aWidth' definition 'aWid'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_AttributeFilter.hxx:63:59: note: Function 'AIS_AttributeFilter' argument 1 names different: declaration 'aWidth' definition 'aWid'.
occt-V7_3_0/src/AIS/AIS_AttributeFilter.cxx:36:62: note: Function 'AIS_AttributeFilter' argument 1 names different: declaration 'aWidth' definition 'aWid'.
occt-V7_3_0/src/AIS/AIS_AttributeFilter.hxx:58:19: style: Class 'AIS_AttributeFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_AttributeFilter.hxx:63:19: style: Class 'AIS_AttributeFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_Axis.hxx:47:19: style: Class 'AIS_Axis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_Axis.hxx:50:19: style: Class 'AIS_Axis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_BadEdgeFilter.cxx:36:3: performance: Variable 'myContour' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AIS/AIS_C0RegularityFilter.hxx:41:19: style: Class 'AIS_C0RegularityFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_Relation.hxx:180:19: style: Class 'AIS_Relation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_Circle.hxx:39:19: style: Class 'AIS_Circle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_ColoredDrawer.hxx:27:3: style: Class 'AIS_ColoredDrawer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_ColoredShape.hxx:35:19: style: Class 'AIS_ColoredShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_ColoredShape.hxx:38:19: style: Class 'AIS_ColoredShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_ConcentricRelation.cxx:58:3: performance: Variable 'myDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AIS/AIS_ConnectedInteractive.cxx:177:68: style: Function 'updateShape' argument 1 names different: declaration 'WithLocation' definition 'isWithLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_ConnectedInteractive.hxx:131:60: note: Function 'updateShape' argument 1 names different: declaration 'WithLocation' definition 'isWithLocation'.
occt-V7_3_0/src/AIS/AIS_ConnectedInteractive.cxx:177:68: note: Function 'updateShape' argument 1 names different: declaration 'WithLocation' definition 'isWithLocation'.
occt-V7_3_0/src/AIS/AIS_DiameterDimension.cxx:346:70: style: Function 'IsValidAnchor' argument 2 names different: declaration 'thePnt' definition 'theAnchor'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_DiameterDimension.hxx:176:65: note: Function 'IsValidAnchor' argument 2 names different: declaration 'thePnt' definition 'theAnchor'.
occt-V7_3_0/src/AIS/AIS_DiameterDimension.cxx:346:70: note: Function 'IsValidAnchor' argument 2 names different: declaration 'thePnt' definition 'theAnchor'.
occt-V7_3_0/src/AIS/AIS_DiameterDimension.hxx:62:19: style: Class 'AIS_DiameterDimension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_DiameterDimension.hxx:74:19: style: Class 'AIS_DiameterDimension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_EllipseRadiusDimension.cxx:168:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/AIS/AIS_EllipseRadiusDimension.cxx:178:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/AIS/AIS_EllipseRadiusDimension.cxx:229:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/AIS/AIS_EqualDistanceRelation.cxx:66:3: performance: Variable 'myShape3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AIS/AIS_EqualDistanceRelation.cxx:67:3: performance: Variable 'myShape4' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AIS/AIS_ExclusionFilter.hxx:58:19: style: Class 'AIS_ExclusionFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_FixRelation.cxx:555:69: style: Function 'ConnectedEdges' argument 1 names different: declaration 'aWire' definition 'WIRE'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_FixRelation.hxx:136:78: note: Function 'ConnectedEdges' argument 1 names different: declaration 'aWire' definition 'WIRE'.
occt-V7_3_0/src/AIS/AIS_FixRelation.cxx:555:69: note: Function 'ConnectedEdges' argument 1 names different: declaration 'aWire' definition 'WIRE'.
occt-V7_3_0/src/AIS/AIS_FixRelation.cxx:556:29: style: Function 'ConnectedEdges' argument 2 names different: declaration 'aVertex' definition 'V'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_FixRelation.hxx:136:106: note: Function 'ConnectedEdges' argument 2 names different: declaration 'aVertex' definition 'V'.
occt-V7_3_0/src/AIS/AIS_FixRelation.cxx:556:29: note: Function 'ConnectedEdges' argument 2 names different: declaration 'aVertex' definition 'V'.
occt-V7_3_0/src/AIS/AIS_FixRelation.cxx:557:21: style: Function 'ConnectedEdges' argument 3 names different: declaration 'Edge1' definition 'E1'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_FixRelation.hxx:136:128: note: Function 'ConnectedEdges' argument 3 names different: declaration 'Edge1' definition 'E1'.
occt-V7_3_0/src/AIS/AIS_FixRelation.cxx:557:21: note: Function 'ConnectedEdges' argument 3 names different: declaration 'Edge1' definition 'E1'.
occt-V7_3_0/src/AIS/AIS_FixRelation.cxx:558:21: style: Function 'ConnectedEdges' argument 4 names different: declaration 'Edge2' definition 'E2'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_FixRelation.hxx:136:148: note: Function 'ConnectedEdges' argument 4 names different: declaration 'Edge2' definition 'E2'.
occt-V7_3_0/src/AIS/AIS_FixRelation.cxx:558:21: note: Function 'ConnectedEdges' argument 4 names different: declaration 'Edge2' definition 'E2'.
occt-V7_3_0/src/AIS/AIS_GlobalStatus.cxx:34:60: style: Function 'AIS_GlobalStatus' argument 1 names different: declaration 'aStat' definition 'DS'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_GlobalStatus.hxx:46:60: note: Function 'AIS_GlobalStatus' argument 1 names different: declaration 'aStat' definition 'DS'.
occt-V7_3_0/src/AIS/AIS_GlobalStatus.cxx:34:60: note: Function 'AIS_GlobalStatus' argument 1 names different: declaration 'aStat' definition 'DS'.
occt-V7_3_0/src/AIS/AIS_GlobalStatus.cxx:35:31: style: Function 'AIS_GlobalStatus' argument 2 names different: declaration 'aDispMode' definition 'DMode'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_GlobalStatus.hxx:46:90: note: Function 'AIS_GlobalStatus' argument 2 names different: declaration 'aDispMode' definition 'DMode'.
occt-V7_3_0/src/AIS/AIS_GlobalStatus.cxx:35:31: note: Function 'AIS_GlobalStatus' argument 2 names different: declaration 'aDispMode' definition 'DMode'.
occt-V7_3_0/src/AIS/AIS_GlobalStatus.cxx:36:31: style: Function 'AIS_GlobalStatus' argument 3 names different: declaration 'aSelMode' definition 'SMode'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_GlobalStatus.hxx:46:124: note: Function 'AIS_GlobalStatus' argument 3 names different: declaration 'aSelMode' definition 'SMode'.
occt-V7_3_0/src/AIS/AIS_GlobalStatus.cxx:36:31: note: Function 'AIS_GlobalStatus' argument 3 names different: declaration 'aSelMode' definition 'SMode'.
occt-V7_3_0/src/AIS/AIS_GlobalStatus.cxx:38:31: style: Function 'AIS_GlobalStatus' argument 5 names different: declaration 'aLayerIndex' definition 'Layer'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_GlobalStatus.hxx:46:210: note: Function 'AIS_GlobalStatus' argument 5 names different: declaration 'aLayerIndex' definition 'Layer'.
occt-V7_3_0/src/AIS/AIS_GlobalStatus.cxx:38:31: note: Function 'AIS_GlobalStatus' argument 5 names different: declaration 'aLayerIndex' definition 'Layer'.
occt-V7_3_0/src/AIS/AIS_IdenticRelation.cxx:504:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
occt-V7_3_0/src/AIS/AIS_IdenticRelation.cxx:505:5: note: Found duplicate branches for 'if' and 'else'.
occt-V7_3_0/src/AIS/AIS_IdenticRelation.cxx:504:10: note: Found duplicate branches for 'if' and 'else'.
occt-V7_3_0/src/AIS/AIS_IdenticRelation.cxx:1545:35: style: Function 'ComputeDirection' argument 2 names different: declaration 'aVertex' definition 'VERT'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_IdenticRelation.hxx:130:101: note: Function 'ComputeDirection' argument 2 names different: declaration 'aVertex' definition 'VERT'.
occt-V7_3_0/src/AIS/AIS_IdenticRelation.cxx:1545:35: note: Function 'ComputeDirection' argument 2 names different: declaration 'aVertex' definition 'VERT'.
occt-V7_3_0/src/AIS/AIS_IdenticRelation.cxx:1546:22: style: Function 'ComputeDirection' argument 3 names different: declaration 'aDir' definition 'dF'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_IdenticRelation.hxx:130:118: note: Function 'ComputeDirection' argument 3 names different: declaration 'aDir' definition 'dF'.
occt-V7_3_0/src/AIS/AIS_IdenticRelation.cxx:1546:22: note: Function 'ComputeDirection' argument 3 names different: declaration 'aDir' definition 'dF'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:214:71: style: Function 'DisplayedObjects' argument 1 names different: declaration 'aListOfIO' definition 'theListOfIO'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:715:65: note: Function 'DisplayedObjects' argument 1 names different: declaration 'aListOfIO' definition 'theListOfIO'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:214:71: note: Function 'DisplayedObjects' argument 1 names different: declaration 'aListOfIO' definition 'theListOfIO'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:215:71: style: Function 'DisplayedObjects' argument 2 names different: declaration 'OnlyFromNeutral' definition 'theOnlyFromNeutral'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:715:99: note: Function 'DisplayedObjects' argument 2 names different: declaration 'OnlyFromNeutral' definition 'theOnlyFromNeutral'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:215:71: note: Function 'DisplayedObjects' argument 2 names different: declaration 'OnlyFromNeutral' definition 'theOnlyFromNeutral'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:260:76: style: Function 'DisplayedObjects' argument 1 names different: declaration 'WhichKind' definition 'theKind'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:719:70: note: Function 'DisplayedObjects' argument 1 names different: declaration 'WhichKind' definition 'theKind'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:260:76: note: Function 'DisplayedObjects' argument 1 names different: declaration 'WhichKind' definition 'theKind'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:261:76: style: Function 'DisplayedObjects' argument 2 names different: declaration 'WhichSignature' definition 'theSign'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:719:104: note: Function 'DisplayedObjects' argument 2 names different: declaration 'WhichSignature' definition 'theSign'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:261:76: note: Function 'DisplayedObjects' argument 2 names different: declaration 'WhichSignature' definition 'theSign'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:262:76: style: Function 'DisplayedObjects' argument 3 names different: declaration 'aListOfIO' definition 'theListOfIO'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:719:143: note: Function 'DisplayedObjects' argument 3 names different: declaration 'aListOfIO' definition 'theListOfIO'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:262:76: note: Function 'DisplayedObjects' argument 3 names different: declaration 'aListOfIO' definition 'theListOfIO'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:281:73: style: Function 'ErasedObjects' argument 1 names different: declaration 'WhichKind' definition 'theKind'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:727:67: note: Function 'ErasedObjects' argument 1 names different: declaration 'WhichKind' definition 'theKind'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:281:73: note: Function 'ErasedObjects' argument 1 names different: declaration 'WhichKind' definition 'theKind'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:282:73: style: Function 'ErasedObjects' argument 2 names different: declaration 'WhichSignature' definition 'theSign'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:727:101: note: Function 'ErasedObjects' argument 2 names different: declaration 'WhichSignature' definition 'theSign'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:282:73: note: Function 'ErasedObjects' argument 2 names different: declaration 'WhichSignature' definition 'theSign'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:308:82: style: Function 'ObjectsByDisplayStatus' argument 1 names different: declaration 'WhichKind' definition 'theKind'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:735:76: note: Function 'ObjectsByDisplayStatus' argument 1 names different: declaration 'WhichKind' definition 'theKind'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:308:82: note: Function 'ObjectsByDisplayStatus' argument 1 names different: declaration 'WhichKind' definition 'theKind'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:309:82: style: Function 'ObjectsByDisplayStatus' argument 2 names different: declaration 'WhichSignature' definition 'theSign'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:735:110: note: Function 'ObjectsByDisplayStatus' argument 2 names different: declaration 'WhichSignature' definition 'theSign'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:309:82: note: Function 'ObjectsByDisplayStatus' argument 2 names different: declaration 'WhichSignature' definition 'theSign'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:337:73: style: Function 'ObjectsInside' argument 1 names different: declaration 'aListOfIO' definition 'theListOfIO'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:740:62: note: Function 'ObjectsInside' argument 1 names different: declaration 'aListOfIO' definition 'theListOfIO'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:337:73: note: Function 'ObjectsInside' argument 1 names different: declaration 'aListOfIO' definition 'theListOfIO'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:338:73: style: Function 'ObjectsInside' argument 2 names different: declaration 'WhichKind' definition 'theKind'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:740:101: note: Function 'ObjectsInside' argument 2 names different: declaration 'WhichKind' definition 'theKind'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:338:73: note: Function 'ObjectsInside' argument 2 names different: declaration 'WhichKind' definition 'theKind'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:339:73: style: Function 'ObjectsInside' argument 3 names different: declaration 'WhichSignature' definition 'theSign'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:740:150: note: Function 'ObjectsInside' argument 3 names different: declaration 'WhichSignature' definition 'theSign'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:339:73: note: Function 'ObjectsInside' argument 3 names different: declaration 'WhichSignature' definition 'theSign'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:1221:69: style: Function 'Redisplay' argument 1 names different: declaration 'theTypeOfObject' definition 'theKOI'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:166:63: note: Function 'Redisplay' argument 1 names different: declaration 'theTypeOfObject' definition 'theKOI'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:1221:69: note: Function 'Redisplay' argument 1 names different: declaration 'theTypeOfObject' definition 'theKOI'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:1454:69: style: Function 'SetDeviationAngle' argument 1 names different: declaration 'anAngle' definition 'theAngle'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:941:63: note: Function 'SetDeviationAngle' argument 1 names different: declaration 'anAngle' definition 'theAngle'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:1454:69: note: Function 'SetDeviationAngle' argument 1 names different: declaration 'anAngle' definition 'theAngle'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:1481:78: style: Function 'SetHLRDeviationCoefficient' argument 1 names different: declaration 'aCoefficient' definition 'theCoefficient'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:947:72: note: Function 'SetHLRDeviationCoefficient' argument 1 names different: declaration 'aCoefficient' definition 'theCoefficient'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:1481:78: note: Function 'SetHLRDeviationCoefficient' argument 1 names different: declaration 'aCoefficient' definition 'theCoefficient'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2570:67: style: Function 'SetIsoNumber' argument 1 names different: declaration 'NbIsos' definition 'theNb'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:999:61: note: Function 'SetIsoNumber' argument 1 names different: declaration 'NbIsos' definition 'theNb'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2570:67: note: Function 'SetIsoNumber' argument 1 names different: declaration 'NbIsos' definition 'theNb'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2571:67: style: Function 'SetIsoNumber' argument 2 names different: declaration 'WhichIsos' definition 'theType'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:999:89: note: Function 'SetIsoNumber' argument 2 names different: declaration 'WhichIsos' definition 'theType'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2571:67: note: Function 'SetIsoNumber' argument 2 names different: declaration 'WhichIsos' definition 'theType'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2592:73: style: Function 'IsoNumber' argument 1 names different: declaration 'WhichIsos' definition 'theType'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:1002:67: note: Function 'IsoNumber' argument 1 names different: declaration 'WhichIsos' definition 'theType'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2592:73: note: Function 'IsoNumber' argument 1 names different: declaration 'WhichIsos' definition 'theType'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2609:65: style: Function 'IsoOnPlane' argument 1 names different: declaration 'SwitchOn' definition 'theToSwitchOn'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:1005:59: note: Function 'IsoOnPlane' argument 1 names different: declaration 'SwitchOn' definition 'theToSwitchOn'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2609:65: note: Function 'IsoOnPlane' argument 1 names different: declaration 'SwitchOn' definition 'theToSwitchOn'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2766:71: style: Function 'SetTrihedronSize' argument 1 names different: declaration 'theSize' definition 'theVal'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:848:65: note: Function 'SetTrihedronSize' argument 1 names different: declaration 'theSize' definition 'theVal'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2766:71: note: Function 'SetTrihedronSize' argument 1 names different: declaration 'theSize' definition 'theVal'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2778:66: style: Function 'SetPlaneSize' argument 1 names different: declaration 'theSizeX' definition 'theValX'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:857:61: note: Function 'SetPlaneSize' argument 1 names different: declaration 'theSizeX' definition 'theValX'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2778:66: note: Function 'SetPlaneSize' argument 1 names different: declaration 'theSizeX' definition 'theValX'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2779:66: style: Function 'SetPlaneSize' argument 2 names different: declaration 'theSizeY' definition 'theValY'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:858:61: note: Function 'SetPlaneSize' argument 2 names different: declaration 'theSizeY' definition 'theValY'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2779:66: note: Function 'SetPlaneSize' argument 2 names different: declaration 'theSizeY' definition 'theValY'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2790:67: style: Function 'SetPlaneSize' argument 1 names different: declaration 'theSize' definition 'theVal'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:862:61: note: Function 'SetPlaneSize' argument 1 names different: declaration 'theSize' definition 'theVal'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2790:67: note: Function 'SetPlaneSize' argument 1 names different: declaration 'theSize' definition 'theVal'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2800:68: style: Function 'PlaneSize' argument 1 names different: declaration 'XSize' definition 'theX'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:866:62: note: Function 'PlaneSize' argument 1 names different: declaration 'XSize' definition 'theX'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2800:68: note: Function 'PlaneSize' argument 1 names different: declaration 'XSize' definition 'theX'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2801:68: style: Function 'PlaneSize' argument 2 names different: declaration 'YSize' definition 'theY'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:866:84: note: Function 'PlaneSize' argument 2 names different: declaration 'YSize' definition 'theY'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext.cxx:2801:68: note: Function 'PlaneSize' argument 2 names different: declaration 'YSize' definition 'theY'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext_1.cxx:1710:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
occt-V7_3_0/src/AIS/AIS_InteractiveContext_2.cxx:768:40: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/AIS/AIS_InteractiveContext_2.cxx:524:69: style: Function 'SubIntensityOn' argument 1 names different: declaration 'theToUpdateViewer' definition 'theIsToUpdateViewer'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:1262:63: note: Function 'SubIntensityOn' argument 1 names different: declaration 'theToUpdateViewer' definition 'theIsToUpdateViewer'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext_2.cxx:524:69: note: Function 'SubIntensityOn' argument 1 names different: declaration 'theToUpdateViewer' definition 'theIsToUpdateViewer'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext_2.cxx:539:69: style: Function 'SubIntensityOff' argument 1 names different: declaration 'theToUpdateViewer' definition 'updateviewer'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:1265:64: note: Function 'SubIntensityOff' argument 1 names different: declaration 'theToUpdateViewer' definition 'updateviewer'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext_2.cxx:539:69: note: Function 'SubIntensityOff' argument 1 names different: declaration 'theToUpdateViewer' definition 'updateviewer'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext_2.cxx:881:72: style: Function 'ResetOriginalState' argument 1 names different: declaration 'theToUpdateViewer' definition 'updateviewer'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveContext.hxx:1077:67: note: Function 'ResetOriginalState' argument 1 names different: declaration 'theToUpdateViewer' definition 'updateviewer'.
occt-V7_3_0/src/AIS/AIS_InteractiveContext_2.cxx:881:72: note: Function 'ResetOriginalState' argument 1 names different: declaration 'theToUpdateViewer' definition 'updateviewer'.
occt-V7_3_0/src/AIS/AIS_InteractiveObject.cxx:152:68: style: Function 'SetDisplayMode' argument 1 names different: declaration 'aMode' definition 'theMode'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveObject.hxx:222:63: note: Function 'SetDisplayMode' argument 1 names different: declaration 'aMode' definition 'theMode'.
occt-V7_3_0/src/AIS/AIS_InteractiveObject.cxx:152:68: note: Function 'SetDisplayMode' argument 1 names different: declaration 'aMode' definition 'theMode'.
occt-V7_3_0/src/AIS/AIS_InteractiveObject.cxx:228:74: style: Function 'SetMaterial' argument 1 names different: declaration 'aName' definition 'theMaterial'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveObject.hxx:308:77: note: Function 'SetMaterial' argument 1 names different: declaration 'aName' definition 'theMaterial'.
occt-V7_3_0/src/AIS/AIS_InteractiveObject.cxx:228:74: note: Function 'SetMaterial' argument 1 names different: declaration 'aName' definition 'theMaterial'.
occt-V7_3_0/src/AIS/AIS_InteractiveObject.cxx:284:66: style: Function 'SetTransparency' argument 1 names different: declaration 'aValue' definition 'theValue'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_InteractiveObject.hxx:317:69: note: Function 'SetTransparency' argument 1 names different: declaration 'aValue' definition 'theValue'.
occt-V7_3_0/src/AIS/AIS_InteractiveObject.cxx:284:66: note: Function 'SetTransparency' argument 1 names different: declaration 'aValue' definition 'theValue'.
occt-V7_3_0/src/AIS/AIS_LengthDimension.cxx:356:67: style: Function 'InitTwoEdgesLength' argument 3 names different: declaration 'theEdgeDir' definition 'theDirAttach'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LengthDimension.hxx:247:64: note: Function 'InitTwoEdgesLength' argument 3 names different: declaration 'theEdgeDir' definition 'theDirAttach'.
occt-V7_3_0/src/AIS/AIS_LengthDimension.cxx:356:67: note: Function 'InitTwoEdgesLength' argument 3 names different: declaration 'theEdgeDir' definition 'theDirAttach'.
occt-V7_3_0/src/AIS/AIS_Line.hxx:38:19: style: Class 'AIS_Line' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_LocalContext.cxx:352:50: style: Function 'Clear' argument 1 names different: declaration 'atype' definition 'aType'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:122:51: note: Function 'Clear' argument 1 names different: declaration 'atype' definition 'aType'.
occt-V7_3_0/src/AIS/AIS_LocalContext.cxx:352:50: note: Function 'Clear' argument 1 names different: declaration 'atype' definition 'aType'.
occt-V7_3_0/src/AIS/AIS_LocalContext.cxx:658:58: style: Function 'Terminate' argument 1 names different: declaration 'updateviewer' definition 'theToUpdate'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:98:58: note: Function 'Terminate' argument 1 names different: declaration 'updateviewer' definition 'theToUpdate'.
occt-V7_3_0/src/AIS/AIS_LocalContext.cxx:658:58: note: Function 'Terminate' argument 1 names different: declaration 'updateviewer' definition 'theToUpdate'.
occt-V7_3_0/src/AIS/AIS_LocalContext.cxx:841:77: style: Function 'DisplayedObjects' argument 1 names different: declaration 'theMapToFill' definition 'theMap'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:308:78: note: Function 'DisplayedObjects' argument 1 names different: declaration 'theMapToFill' definition 'theMap'.
occt-V7_3_0/src/AIS/AIS_LocalContext.cxx:841:77: note: Function 'DisplayedObjects' argument 1 names different: declaration 'theMapToFill' definition 'theMap'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:147:67: style: Function 'Select' argument 1 names different: declaration 'updateviewer' definition 'toUpdateViewer'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:190:67: note: Function 'Select' argument 1 names different: declaration 'updateviewer' definition 'toUpdateViewer'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:147:67: note: Function 'Select' argument 1 names different: declaration 'updateviewer' definition 'toUpdateViewer'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:199:68: style: Function 'Select' argument 1 names different: declaration 'XPMin' definition 'theXPMin'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:194:67: note: Function 'Select' argument 1 names different: declaration 'XPMin' definition 'theXPMin'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:199:68: note: Function 'Select' argument 1 names different: declaration 'XPMin' definition 'theXPMin'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:200:68: style: Function 'Select' argument 2 names different: declaration 'YPMin' definition 'theYPMin'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:194:97: note: Function 'Select' argument 2 names different: declaration 'YPMin' definition 'theYPMin'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:200:68: note: Function 'Select' argument 2 names different: declaration 'YPMin' definition 'theYPMin'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:201:68: style: Function 'Select' argument 3 names different: declaration 'XPMax' definition 'theXPMax'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:194:127: note: Function 'Select' argument 3 names different: declaration 'XPMax' definition 'theXPMax'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:201:68: note: Function 'Select' argument 3 names different: declaration 'XPMax' definition 'theXPMax'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:202:68: style: Function 'Select' argument 4 names different: declaration 'YPMax' definition 'theYPMax'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:194:157: note: Function 'Select' argument 4 names different: declaration 'YPMax' definition 'theYPMax'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:202:68: note: Function 'Select' argument 4 names different: declaration 'YPMax' definition 'theYPMax'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:255:72: style: Function 'Select' argument 1 names different: declaration 'Polyline' definition 'thePolyline'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:198:72: note: Function 'Select' argument 1 names different: declaration 'Polyline' definition 'thePolyline'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:255:72: note: Function 'Select' argument 1 names different: declaration 'Polyline' definition 'thePolyline'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:312:72: style: Function 'ShiftSelect' argument 1 names different: declaration 'updateviewer' definition 'toUpdateViewer'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:192:72: note: Function 'ShiftSelect' argument 1 names different: declaration 'updateviewer' definition 'toUpdateViewer'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:312:72: note: Function 'ShiftSelect' argument 1 names different: declaration 'updateviewer' definition 'toUpdateViewer'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:358:73: style: Function 'ShiftSelect' argument 1 names different: declaration 'XPMin' definition 'theXPMin'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:196:72: note: Function 'ShiftSelect' argument 1 names different: declaration 'XPMin' definition 'theXPMin'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:358:73: note: Function 'ShiftSelect' argument 1 names different: declaration 'XPMin' definition 'theXPMin'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:359:73: style: Function 'ShiftSelect' argument 2 names different: declaration 'YPMin' definition 'theYPMin'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:196:102: note: Function 'ShiftSelect' argument 2 names different: declaration 'YPMin' definition 'theYPMin'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:359:73: note: Function 'ShiftSelect' argument 2 names different: declaration 'YPMin' definition 'theYPMin'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:360:73: style: Function 'ShiftSelect' argument 3 names different: declaration 'XPMax' definition 'theXPMax'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:196:132: note: Function 'ShiftSelect' argument 3 names different: declaration 'XPMax' definition 'theXPMax'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:360:73: note: Function 'ShiftSelect' argument 3 names different: declaration 'XPMax' definition 'theXPMax'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:361:73: style: Function 'ShiftSelect' argument 4 names different: declaration 'YPMax' definition 'theYPMax'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:196:162: note: Function 'ShiftSelect' argument 4 names different: declaration 'YPMax' definition 'theYPMax'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:361:73: note: Function 'ShiftSelect' argument 4 names different: declaration 'YPMax' definition 'theYPMax'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:413:77: style: Function 'ShiftSelect' argument 1 names different: declaration 'Polyline' definition 'thePolyline'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:200:77: note: Function 'ShiftSelect' argument 1 names different: declaration 'Polyline' definition 'thePolyline'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:413:77: note: Function 'ShiftSelect' argument 1 names different: declaration 'Polyline' definition 'thePolyline'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:510:62: style: Function 'HilightPicked' argument 1 names different: declaration 'updateviewer' definition 'theToUpdateviewer'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:202:62: note: Function 'HilightPicked' argument 1 names different: declaration 'updateviewer' definition 'theToUpdateviewer'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:510:62: note: Function 'HilightPicked' argument 1 names different: declaration 'updateviewer' definition 'theToUpdateviewer'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:563:64: style: Function 'UnhilightPicked' argument 1 names different: declaration 'updateviewer' definition 'theToUpdateViewer'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:204:64: note: Function 'UnhilightPicked' argument 1 names different: declaration 'updateviewer' definition 'theToUpdateViewer'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:563:64: note: Function 'UnhilightPicked' argument 1 names different: declaration 'updateviewer' definition 'theToUpdateViewer'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:787:62: style: Function 'ClearSelected' argument 1 names different: declaration 'toUpdateViewer' definition 'updateviewer'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:228:62: note: Function 'ClearSelected' argument 1 names different: declaration 'toUpdateViewer' definition 'updateviewer'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:787:62: note: Function 'ClearSelected' argument 1 names different: declaration 'toUpdateViewer' definition 'updateviewer'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:1024:64: style: Function 'AddOrRemoveSelected' argument 1 names different: declaration 'aShape' definition 'Sh'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:222:65: note: Function 'AddOrRemoveSelected' argument 1 names different: declaration 'aShape' definition 'Sh'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:1024:64: note: Function 'AddOrRemoveSelected' argument 1 names different: declaration 'aShape' definition 'Sh'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:1207:82: style: Function 'ComesFromDecomposition' argument 1 names different: declaration 'aPickedIndex' definition 'PickedIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:419:83: note: Function 'ComesFromDecomposition' argument 1 names different: declaration 'aPickedIndex' definition 'PickedIndex'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:1207:82: note: Function 'ComesFromDecomposition' argument 1 names different: declaration 'aPickedIndex' definition 'PickedIndex'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:1243:67: style: Function 'IsShape' argument 1 names different: declaration 'anIndex' definition 'Index'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_LocalContext.hxx:413:68: note: Function 'IsShape' argument 1 names different: declaration 'anIndex' definition 'Index'.
occt-V7_3_0/src/AIS/AIS_LocalContext_1.cxx:1243:67: note: Function 'IsShape' argument 1 names different: declaration 'anIndex' definition 'Index'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:397:80: style: Function 'ObjectTransformation' argument 1 names different: declaration 'theX' definition 'theMaxX'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Manipulator.hxx:191:81: note: Function 'ObjectTransformation' argument 1 names different: declaration 'theX' definition 'theMaxX'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:397:80: note: Function 'ObjectTransformation' argument 1 names different: declaration 'theX' definition 'theMaxX'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:397:112: style: Function 'ObjectTransformation' argument 2 names different: declaration 'theY' definition 'theMaxY'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Manipulator.hxx:191:110: note: Function 'ObjectTransformation' argument 2 names different: declaration 'theY' definition 'theMaxY'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:397:112: note: Function 'ObjectTransformation' argument 2 names different: declaration 'theY' definition 'theMaxY'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:582:49: style: Function 'Transform' argument 1 names different: declaration 'aTrsf' definition 'theTrsf'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Manipulator.hxx:173:50: note: Function 'Transform' argument 1 names different: declaration 'aTrsf' definition 'theTrsf'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:582:49: note: Function 'Transform' argument 1 names different: declaration 'aTrsf' definition 'theTrsf'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:613:60: style: Function 'Transform' argument 1 names different: declaration 'theX' definition 'thePX'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Manipulator.hxx:184:61: note: Function 'Transform' argument 1 names different: declaration 'theX' definition 'thePX'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:613:60: note: Function 'Transform' argument 1 names different: declaration 'theX' definition 'thePX'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:613:90: style: Function 'Transform' argument 2 names different: declaration 'theY' definition 'thePY'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Manipulator.hxx:184:90: note: Function 'Transform' argument 2 names different: declaration 'theY' definition 'thePY'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:613:90: note: Function 'Transform' argument 2 names different: declaration 'theY' definition 'thePY'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:1054:87: style: Function 'Init' argument 2 names different: declaration 'myBoxSize' definition 'theSize'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Manipulator.hxx:426:68: note: Function 'Init' argument 2 names different: declaration 'myBoxSize' definition 'theSize'.
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:1054:87: note: Function 'Init' argument 2 names different: declaration 'myBoxSize' definition 'theSize'.
occt-V7_3_0/src/AIS/AIS_Manipulator.hxx:434:10: performance: Technically the member function 'AIS_Manipulator::Cube::addTriangle' can be static. [functionStatic]
occt-V7_3_0/src/AIS/AIS_Manipulator.cxx:1107:29: note: Technically the member function 'AIS_Manipulator::Cube::addTriangle' can be static.
occt-V7_3_0/src/AIS/AIS_Manipulator.hxx:434:10: note: Technically the member function 'AIS_Manipulator::Cube::addTriangle' can be static.
occt-V7_3_0/src/AIS/AIS_Manipulator.hxx:466:10: performance: Technically the member function 'AIS_Manipulator::Axis::SetTransformPersistence' can be static. [functionStatic]
occt-V7_3_0/src/AIS/AIS_Manipulator.hxx:484:10: performance: Technically the member function 'AIS_Manipulator::Axis::Transform' can be static. [functionStatic]
occt-V7_3_0/src/AIS/AIS_Manipulator.hxx:107:19: style: Class 'AIS_Manipulator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_MidPointRelation.cxx:62:64: style: Function 'AIS_MidPointRelation' argument 1 names different: declaration 'aSymmTool' definition 'aMidPointTool'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_MidPointRelation.hxx:50:60: note: Function 'AIS_MidPointRelation' argument 1 names different: declaration 'aSymmTool' definition 'aMidPointTool'.
occt-V7_3_0/src/AIS/AIS_MidPointRelation.cxx:62:64: note: Function 'AIS_MidPointRelation' argument 1 names different: declaration 'aSymmTool' definition 'aMidPointTool'.
occt-V7_3_0/src/AIS/AIS_Plane.cxx:354:45: style: Function 'SetSize' argument 1 names different: declaration 'aValue' definition 'aLength'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Plane.hxx:57:53: note: Function 'SetSize' argument 1 names different: declaration 'aValue' definition 'aLength'.
occt-V7_3_0/src/AIS/AIS_Plane.cxx:354:45: note: Function 'SetSize' argument 1 names different: declaration 'aValue' definition 'aLength'.
occt-V7_3_0/src/AIS/AIS_Plane.cxx:359:45: style: Function 'SetSize' argument 1 names different: declaration 'Xval' definition 'aXLength'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Plane.hxx:61:53: note: Function 'SetSize' argument 1 names different: declaration 'Xval' definition 'aXLength'.
occt-V7_3_0/src/AIS/AIS_Plane.cxx:359:45: note: Function 'SetSize' argument 1 names different: declaration 'Xval' definition 'aXLength'.
occt-V7_3_0/src/AIS/AIS_Plane.cxx:360:24: style: Function 'SetSize' argument 2 names different: declaration 'YVal' definition 'aYLength'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Plane.hxx:61:79: note: Function 'SetSize' argument 2 names different: declaration 'YVal' definition 'aYLength'.
occt-V7_3_0/src/AIS/AIS_Plane.cxx:360:24: note: Function 'SetSize' argument 2 names different: declaration 'YVal' definition 'aYLength'.
occt-V7_3_0/src/AIS/AIS_Plane.hxx:46:19: style: Class 'AIS_Plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_Plane.hxx:52:19: style: Class 'AIS_Plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_Plane.hxx:54:19: style: Class 'AIS_Plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_Point.cxx:180:53: style: Function 'SetMarker' argument 1 names different: declaration 'aType' definition 'aTOM'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Point.hxx:71:61: note: Function 'SetMarker' argument 1 names different: declaration 'aType' definition 'aTOM'.
occt-V7_3_0/src/AIS/AIS_Point.cxx:180:53: note: Function 'SetMarker' argument 1 names different: declaration 'aType' definition 'aTOM'.
occt-V7_3_0/src/AIS/AIS_RadiusDimension.cxx:50:57: style: Function 'AIS_RadiusDimension' argument 2 names different: declaration 'theAnchorPoint' definition 'theAttachPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_RadiusDimension.hxx:56:54: note: Function 'AIS_RadiusDimension' argument 2 names different: declaration 'theAnchorPoint' definition 'theAttachPoint'.
occt-V7_3_0/src/AIS/AIS_RadiusDimension.cxx:50:57: note: Function 'AIS_RadiusDimension' argument 2 names different: declaration 'theAnchorPoint' definition 'theAttachPoint'.
occt-V7_3_0/src/AIS/AIS_RadiusDimension.cxx:237:68: style: Function 'IsValidAnchor' argument 2 names different: declaration 'thePnt' definition 'theAnchor'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_RadiusDimension.hxx:153:65: note: Function 'IsValidAnchor' argument 2 names different: declaration 'thePnt' definition 'theAnchor'.
occt-V7_3_0/src/AIS/AIS_RadiusDimension.cxx:237:68: note: Function 'IsValidAnchor' argument 2 names different: declaration 'thePnt' definition 'theAnchor'.
occt-V7_3_0/src/AIS/AIS_RadiusDimension.hxx:48:19: style: Class 'AIS_RadiusDimension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_RadiusDimension.hxx:60:19: style: Class 'AIS_RadiusDimension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_SignatureFilter.cxx:25:70: style: Function 'AIS_SignatureFilter' argument 1 names different: declaration 'aGivenKind' definition 'TheKind'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_SignatureFilter.hxx:69:67: note: Function 'AIS_SignatureFilter' argument 1 names different: declaration 'aGivenKind' definition 'TheKind'.
occt-V7_3_0/src/AIS/AIS_SignatureFilter.cxx:25:70: note: Function 'AIS_SignatureFilter' argument 1 names different: declaration 'aGivenKind' definition 'TheKind'.
occt-V7_3_0/src/AIS/AIS_SignatureFilter.cxx:26:35: style: Function 'AIS_SignatureFilter' argument 2 names different: declaration 'aGivenSignature' definition 'TheSignature'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_SignatureFilter.hxx:69:102: note: Function 'AIS_SignatureFilter' argument 2 names different: declaration 'aGivenSignature' definition 'TheSignature'.
occt-V7_3_0/src/AIS/AIS_SignatureFilter.cxx:26:35: note: Function 'AIS_SignatureFilter' argument 2 names different: declaration 'aGivenSignature' definition 'TheSignature'.
occt-V7_3_0/src/AIS/AIS_TypeFilter.hxx:62:19: style: Class 'AIS_TypeFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_TextLabel.hxx:42:16: style: The function 'UnsetTransparency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/AIS/AIS_InteractiveObject.hxx:328:32: note: Virtual function in base class
occt-V7_3_0/src/AIS/AIS_TextLabel.hxx:42:16: note: Function in derived class
occt-V7_3_0/src/AIS/AIS_TextLabel.hxx:45:16: style: The function 'SetMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/AIS/AIS_InteractiveObject.hxx:308:32: note: Virtual function in base class
occt-V7_3_0/src/AIS/AIS_TextLabel.hxx:45:16: note: Function in derived class
occt-V7_3_0/src/AIS/AIS_TexturedShape.hxx:55:19: style: Class 'AIS_TexturedShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_Triangulation.cxx:261:76: style: Function 'attenuateColor' argument 2 names different: declaration 'theComponent' definition 'theComposition'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Triangulation.hxx:96:105: note: Function 'attenuateColor' argument 2 names different: declaration 'theComponent' definition 'theComposition'.
occt-V7_3_0/src/AIS/AIS_Triangulation.cxx:261:76: note: Function 'attenuateColor' argument 2 names different: declaration 'theComponent' definition 'theComposition'.
occt-V7_3_0/src/AIS/AIS_Triangulation.cxx:37:3: performance: Variable 'myNbNodes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AIS/AIS_Triangulation.hxx:46:19: style: Class 'AIS_Triangulation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AIS/AIS_Trihedron.cxx:131:49: style: Function 'SetSize' argument 1 names different: declaration 'theValue' definition 'aValue'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_Trihedron.hxx:86:53: note: Function 'SetSize' argument 1 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/AIS/AIS_Trihedron.cxx:131:49: note: Function 'SetSize' argument 1 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/AIS/AIS_TypeFilter.cxx:25:60: style: Function 'AIS_TypeFilter' argument 1 names different: declaration 'aGivenKind' definition 'TheKind'. [funcArgNamesDifferent]
occt-V7_3_0/src/AIS/AIS_TypeFilter.hxx:62:62: note: Function 'AIS_TypeFilter' argument 1 names different: declaration 'aGivenKind' definition 'TheKind'.
occt-V7_3_0/src/AIS/AIS_TypeFilter.cxx:25:60: note: Function 'AIS_TypeFilter' argument 1 names different: declaration 'aGivenKind' definition 'TheKind'.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:46:19: style: Class 'APIHeaderSection_MakeHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:50:19: style: Class 'APIHeaderSection_MakeHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:42:3: performance: Variable 'done' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:72:36: performance: Technically the member function 'APIHeaderSection_MakeHeader::HasFn' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:199:47: note: Technically the member function 'APIHeaderSection_MakeHeader::HasFn' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:72:36: note: Technically the member function 'APIHeaderSection_MakeHeader::HasFn' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:78:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetName' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:234:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetName' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:78:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetName' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:83:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetTimeStamp' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:244:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetTimeStamp' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:83:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetTimeStamp' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:88:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetAuthor' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:254:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetAuthor' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:88:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetAuthor' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:90:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetAuthorValue' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:259:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetAuthorValue' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:90:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetAuthorValue' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:98:36: performance: Technically the member function 'APIHeaderSection_MakeHeader::NbAuthor' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:276:47: note: Technically the member function 'APIHeaderSection_MakeHeader::NbAuthor' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:98:36: note: Technically the member function 'APIHeaderSection_MakeHeader::NbAuthor' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:100:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetOrganization' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:281:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetOrganization' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:100:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetOrganization' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:102:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetOrganizationValue' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:286:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetOrganizationValue' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:102:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetOrganizationValue' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:112:36: performance: Technically the member function 'APIHeaderSection_MakeHeader::NbOrganization' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:303:47: note: Technically the member function 'APIHeaderSection_MakeHeader::NbOrganization' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:112:36: note: Technically the member function 'APIHeaderSection_MakeHeader::NbOrganization' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:114:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetPreprocessorVersion' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:308:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetPreprocessorVersion' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:114:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetPreprocessorVersion' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:119:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetOriginatingSystem' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:318:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetOriginatingSystem' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:119:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetOriginatingSystem' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:123:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetAuthorisation' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:328:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetAuthorisation' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:123:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetAuthorisation' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:129:36: performance: Technically the member function 'APIHeaderSection_MakeHeader::HasFs' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:342:47: note: Technically the member function 'APIHeaderSection_MakeHeader::HasFs' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:129:36: note: Technically the member function 'APIHeaderSection_MakeHeader::HasFs' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:134:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetSchemaIdentifiers' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:350:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetSchemaIdentifiers' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:134:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetSchemaIdentifiers' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:136:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetSchemaIdentifiersValue' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:355:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetSchemaIdentifiersValue' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:136:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetSchemaIdentifiersValue' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:144:36: performance: Technically the member function 'APIHeaderSection_MakeHeader::NbSchemaIdentifiers' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:372:47: note: Technically the member function 'APIHeaderSection_MakeHeader::NbSchemaIdentifiers' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:144:36: note: Technically the member function 'APIHeaderSection_MakeHeader::NbSchemaIdentifiers' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:147:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::AddSchemaIdentifier' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:382:35: note: Technically the member function 'APIHeaderSection_MakeHeader::AddSchemaIdentifier' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:147:24: note: Technically the member function 'APIHeaderSection_MakeHeader::AddSchemaIdentifier' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:150:36: performance: Technically the member function 'APIHeaderSection_MakeHeader::HasFd' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:408:47: note: Technically the member function 'APIHeaderSection_MakeHeader::HasFd' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:150:36: note: Technically the member function 'APIHeaderSection_MakeHeader::HasFd' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:156:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetDescription' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:416:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetDescription' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:156:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetDescription' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:158:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetDescriptionValue' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:421:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetDescriptionValue' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:158:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetDescriptionValue' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:168:36: performance: Technically the member function 'APIHeaderSection_MakeHeader::NbDescription' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:438:47: note: Technically the member function 'APIHeaderSection_MakeHeader::NbDescription' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:168:36: note: Technically the member function 'APIHeaderSection_MakeHeader::NbDescription' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:170:24: performance: Technically the member function 'APIHeaderSection_MakeHeader::SetImplementationLevel' can be static. [functionStatic]
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.cxx:443:35: note: Technically the member function 'APIHeaderSection_MakeHeader::SetImplementationLevel' can be static.
occt-V7_3_0/src/APIHeaderSection/APIHeaderSection_MakeHeader.hxx:170:24: note: Technically the member function 'APIHeaderSection_MakeHeader::SetImplementationLevel' can be static.
occt-V7_3_0/src/Adaptor2d/Adaptor2d_HLine2d.hxx:46:19: style: Class 'Adaptor2d_HLine2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor2d/Adaptor2d_OffsetCurve.hxx:59:19: style: Class 'Adaptor2d_OffsetCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor2d/Adaptor2d_OffsetCurve.hxx:63:19: style: Class 'Adaptor2d_OffsetCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor2d/Adaptor2d_OffsetCurve.hxx:67:19: style: Class 'Adaptor2d_OffsetCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor2d/Adaptor2d_HOffsetCurve.hxx:46:19: style: Class 'Adaptor2d_HOffsetCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor2d/Adaptor2d_Line2d.cxx:73:68: style: Function 'Load' argument 2 names different: declaration 'UFirst' definition 'Fi'. [funcArgNamesDifferent]
occt-V7_3_0/src/Adaptor2d/Adaptor2d_Line2d.hxx:62:69: note: Function 'Load' argument 2 names different: declaration 'UFirst' definition 'Fi'.
occt-V7_3_0/src/Adaptor2d/Adaptor2d_Line2d.cxx:73:68: note: Function 'Load' argument 2 names different: declaration 'UFirst' definition 'Fi'.
occt-V7_3_0/src/Adaptor2d/Adaptor2d_Line2d.cxx:73:92: style: Function 'Load' argument 3 names different: declaration 'ULast' definition 'La'. [funcArgNamesDifferent]
occt-V7_3_0/src/Adaptor2d/Adaptor2d_Line2d.hxx:62:97: note: Function 'Load' argument 3 names different: declaration 'ULast' definition 'La'.
occt-V7_3_0/src/Adaptor2d/Adaptor2d_Line2d.cxx:73:92: note: Function 'Load' argument 3 names different: declaration 'ULast' definition 'La'.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:328:6: style: Condition 'i==Up' is always true [knownConditionTrueFalse]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:533:16: style: Condition 'i==Up' is always true [knownConditionTrueFalse]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:1700:24: style: Function 'LocatePart_RevExt' argument 3 names different: declaration 'S' definition 'Adaptor3d_HSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:207:130: note: Function 'LocatePart_RevExt' argument 3 names different: declaration 'S' definition 'Adaptor3d_HSurface'.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:1700:24: note: Function 'LocatePart_RevExt' argument 3 names different: declaration 'S' definition 'Adaptor3d_HSurface'.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:1738:21: style: Function 'LocatePart_Offset' argument 3 names different: declaration 'S' definition 'Adaptor3d_HSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:209:130: note: Function 'LocatePart_Offset' argument 3 names different: declaration 'S' definition 'Adaptor3d_HSurface'.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:1738:21: note: Function 'LocatePart_Offset' argument 3 names different: declaration 'S' definition 'Adaptor3d_HSurface'.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:1768:19: style: Function 'LocatePart' argument 3 names different: declaration 'S' definition 'Adaptor3d_HSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:205:111: note: Function 'LocatePart' argument 3 names different: declaration 'S' definition 'Adaptor3d_HSurface'.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:1768:19: note: Function 'LocatePart' argument 3 names different: declaration 'S' definition 'Adaptor3d_HSurface'.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:203:24: performance: Technically the member function 'Adaptor3d_CurveOnSurface::EvalFirstLastSurf' can be static. [functionStatic]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:1609:32: note: Technically the member function 'Adaptor3d_CurveOnSurface::EvalFirstLastSurf' can be static.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:203:24: note: Technically the member function 'Adaptor3d_CurveOnSurface::EvalFirstLastSurf' can be static.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:205:24: performance: Technically the member function 'Adaptor3d_CurveOnSurface::LocatePart' can be static. [functionStatic]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:1767:32: note: Technically the member function 'Adaptor3d_CurveOnSurface::LocatePart' can be static.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:205:24: note: Technically the member function 'Adaptor3d_CurveOnSurface::LocatePart' can be static.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:207:36: performance: Technically the member function 'Adaptor3d_CurveOnSurface::LocatePart_RevExt' can be static. [functionStatic]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:1698:44: note: Technically the member function 'Adaptor3d_CurveOnSurface::LocatePart_RevExt' can be static.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:207:36: note: Technically the member function 'Adaptor3d_CurveOnSurface::LocatePart_RevExt' can be static.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:209:36: performance: Technically the member function 'Adaptor3d_CurveOnSurface::LocatePart_Offset' can be static. [functionStatic]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:1737:4: note: Technically the member function 'Adaptor3d_CurveOnSurface::LocatePart_Offset' can be static.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:209:36: note: Technically the member function 'Adaptor3d_CurveOnSurface::LocatePart_Offset' can be static.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:67:19: style: Class 'Adaptor3d_CurveOnSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.hxx:71:19: style: Class 'Adaptor3d_CurveOnSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_HCurveOnSurface.hxx:46:19: style: Class 'Adaptor3d_HCurveOnSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_InterFunc.hxx:46:19: style: Class 'Adaptor3d_InterFunc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:104:44: performance: Function parameter 'DW' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:104:63: performance: Function parameter 'D2W' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:104:82: performance: Function parameter 'D3W' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:105:21: performance: Function parameter 'D1U' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:105:40: performance: Function parameter 'D1V' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:105:59: performance: Function parameter 'D2U' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:106:21: performance: Function parameter 'D2V' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:106:40: performance: Function parameter 'D2UV' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:106:59: performance: Function parameter 'D3U' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:107:21: performance: Function parameter 'D3V' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:107:40: performance: Function parameter 'D3UUV' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx:107:59: performance: Function parameter 'D3UVV' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_GenHCurve.gxx:27:2: performance: Variable 'myCurve' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_IsoCurve.hxx:63:19: style: Class 'Adaptor3d_IsoCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_IsoCurve.hxx:69:19: style: Class 'Adaptor3d_IsoCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_IsoCurve.hxx:74:19: style: Class 'Adaptor3d_IsoCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_HIsoCurve.hxx:46:19: style: Class 'Adaptor3d_HIsoCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_HVertex.cxx:29:32: style: Function 'Adaptor3d_HVertex' argument 2 names different: declaration 'Ori' definition 'Or'. [funcArgNamesDifferent]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_HVertex.hxx:44:81: note: Function 'Adaptor3d_HVertex' argument 2 names different: declaration 'Ori' definition 'Or'.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_HVertex.cxx:29:32: note: Function 'Adaptor3d_HVertex' argument 2 names different: declaration 'Ori' definition 'Or'.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_IsoCurve.cxx:401:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_IsoCurve.cxx:525:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_TopolTool.cxx:754:62: style: Function 'SamplePoint' argument 1 names different: declaration 'Index' definition 'i'. [funcArgNamesDifferent]
occt-V7_3_0/src/Adaptor3d/Adaptor3d_TopolTool.hxx:131:68: note: Function 'SamplePoint' argument 1 names different: declaration 'Index' definition 'i'.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_TopolTool.cxx:754:62: note: Function 'SamplePoint' argument 1 names different: declaration 'Index' definition 'i'.
occt-V7_3_0/src/Adaptor3d/Adaptor3d_TopolTool.hxx:53:19: style: Class 'Adaptor3d_TopolTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:976:34: style: Function 'MaxError' argument 2 names different: declaration 'Index' definition 'SSPIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:136:100: note: Function 'MaxError' argument 2 names different: declaration 'Index' definition 'SSPIndex'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:976:34: note: Function 'MaxError' argument 2 names different: declaration 'Index' definition 'SSPIndex'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:992:31: style: Function 'AverageError' argument 2 names different: declaration 'Index' definition 'SSPIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:139:104: note: Function 'AverageError' argument 2 names different: declaration 'Index' definition 'SSPIndex'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:992:31: note: Function 'AverageError' argument 2 names different: declaration 'Index' definition 'SSPIndex'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:1008:30: style: Function 'UFrontError' argument 2 names different: declaration 'Index' definition 'SSPIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:142:103: note: Function 'UFrontError' argument 2 names different: declaration 'Index' definition 'SSPIndex'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:1008:30: note: Function 'UFrontError' argument 2 names different: declaration 'Index' definition 'SSPIndex'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:1024:30: style: Function 'VFrontError' argument 2 names different: declaration 'Index' definition 'SSPIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:145:103: note: Function 'VFrontError' argument 2 names different: declaration 'Index' definition 'SSPIndex'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:1024:30: note: Function 'VFrontError' argument 2 names different: declaration 'Index' definition 'SSPIndex'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:1041:35: style: Function 'CritError' argument 2 names different: declaration 'Index' definition 'SSPIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:147:101: note: Function 'CritError' argument 2 names different: declaration 'Index' definition 'SSPIndex'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:1041:35: note: Function 'CritError' argument 2 names different: declaration 'Index' definition 'SSPIndex'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:136:33: performance: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::MaxError' can be static. [functionStatic]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:975:30: note: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::MaxError' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:136:33: note: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::MaxError' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:139:33: performance: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::AverageError' can be static. [functionStatic]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:991:30: note: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::AverageError' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:139:33: note: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::AverageError' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:142:33: performance: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::UFrontError' can be static. [functionStatic]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:1007:30: note: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::UFrontError' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:142:33: note: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::UFrontError' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:145:33: performance: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::VFrontError' can be static. [functionStatic]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx:1023:30: note: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::VFrontError' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.hxx:145:33: note: Technically the member function 'AdvApp2Var_ApproxAFunc2Var::VFrontError' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:500:3: style: The scope of the variable 'i__2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1694:37: style: The scope of the variable 'i__2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1859:37: style: The scope of the variable 'i__2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1863:11: style: The scope of the variable 'ndgv1' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1863:18: style: The scope of the variable 'ndgv2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:2005:37: style: The scope of the variable 'i__2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:2009:11: style: The scope of the variable 'ndgu1' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:2009:18: style: The scope of the variable 'ndgu2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:5744:58: style: The scope of the variable 'i__2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:7148:16: style: The scope of the variable 'bid' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:7661:45: style: The scope of the variable 'i__2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1627:26: error: Array 'uvpav[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:6488:5: note: Array 'uvpav[4]' accessed at index 5, which is out of bounds.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1627:26: note: Array 'uvpav[4]' accessed at index 5, which is out of bounds.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1628:26: error: Array 'uvpav[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:6488:5: note: Array 'uvpav[4]' accessed at index 5, which is out of bounds.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_ApproxF2var.cxx:1628:26: note: Array 'uvpav[4]' accessed at index 5, which is out of bounds.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Context.cxx:44:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Context.cxx:46:3: note: Found duplicate branches for 'if' and 'else'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Context.cxx:44:8: note: Found duplicate branches for 'if' and 'else'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Framework.cxx:50:3: performance: Variable 'myNodeConstraints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Framework.cxx:51:3: performance: Variable 'myUConstraints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Framework.cxx:52:3: performance: Variable 'myVConstraints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.cxx:108:53: style: Function 'MakeApprox' argument 2 names different: declaration 'a' definition 'U0'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.hxx:54:94: note: Function 'MakeApprox' argument 2 names different: declaration 'a' definition 'U0'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.cxx:108:53: note: Function 'MakeApprox' argument 2 names different: declaration 'a' definition 'U0'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.cxx:109:53: style: Function 'MakeApprox' argument 3 names different: declaration 'b' definition 'U1'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.hxx:54:117: note: Function 'MakeApprox' argument 3 names different: declaration 'b' definition 'U1'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.cxx:109:53: note: Function 'MakeApprox' argument 3 names different: declaration 'b' definition 'U1'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.cxx:110:53: style: Function 'MakeApprox' argument 4 names different: declaration 'c' definition 'V0'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.hxx:54:140: note: Function 'MakeApprox' argument 4 names different: declaration 'c' definition 'V0'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.cxx:110:53: note: Function 'MakeApprox' argument 4 names different: declaration 'c' definition 'V0'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.cxx:111:53: style: Function 'MakeApprox' argument 5 names different: declaration 'd' definition 'V1'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.hxx:54:163: note: Function 'MakeApprox' argument 5 names different: declaration 'd' definition 'V1'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.cxx:111:53: note: Function 'MakeApprox' argument 5 names different: declaration 'd' definition 'V1'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.cxx:112:46: style: Function 'MakeApprox' argument 6 names different: declaration 'func' definition 'Func'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.hxx:54:202: note: Function 'MakeApprox' argument 6 names different: declaration 'func' definition 'Func'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Iso.cxx:112:46: note: Function 'MakeApprox' argument 6 names different: declaration 'func' definition 'Func'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:356:6: error: Null pointer dereference: differ [nullPointer]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:273:24: note: Assignment 'differ=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:356:6: note: Null pointer dereference
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:4837:6: error: Null pointer dereference: work [nullPointer]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:4752:24: note: Assignment 'work=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:4837:6: note: Null pointer dereference
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7675:6: error: Null pointer dereference: v2 [nullPointer]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7495:31: note: Assignment 'v2=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7675:6: note: Null pointer dereference
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7698:3: error: Null pointer dereference: v1 [nullPointer]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7495:22: note: Assignment 'v1=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7698:3: note: Null pointer dereference
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7714:6: error: Null pointer dereference: matsym [nullPointer]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7499:26: note: Assignment 'matsym=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7714:6: note: Null pointer dereference
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7714:31: error: Null pointer dereference: v4 [nullPointer]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7495:49: note: Assignment 'v4=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7714:31: note: Null pointer dereference
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7718:3: error: Null pointer dereference: matsym [nullPointer]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7499:26: note: Assignment 'matsym=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7718:3: note: Null pointer dereference
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7718:28: error: Null pointer dereference: v4 [nullPointer]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7495:49: note: Assignment 'v4=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7718:28: note: Null pointer dereference
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7756:6: error: Null pointer dereference: v1 [nullPointer]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7495:22: note: Assignment 'v1=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7756:6: note: Null pointer dereference
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7770:20: error: Null pointer dereference: v1 [nullPointer]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7495:22: note: Assignment 'v1=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7770:20: note: Null pointer dereference
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:269:14: style: The scope of the variable 'd__1' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:275:20: style: The scope of the variable 'j' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:535:45: style: The scope of the variable 'i__2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:540:14: style: The scope of the variable 'bidon' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:718:16: style: The scope of the variable 'bidon' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:902:16: style: The scope of the variable 'bidon' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:1081:16: style: The scope of the variable 'bidon' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:2891:15: style: The scope of the variable 'nomprg' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:2894:71: style: The scope of the variable 'i__2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:3776:11: style: The scope of the variable 'kpt' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:3925:11: style: The scope of the variable 'kpt' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:6233:15: style: The scope of the variable 'nomprg' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:6237:22: style: The scope of the variable 'i__2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:6240:26: style: The scope of the variable 'ii' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7017:11: style: The scope of the variable 'i__' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:7018:14: style: The scope of the variable 'fu' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:9763:15: style: The scope of the variable 'nomprg' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:10906:19: style: Function 'mvpscr3_' argument 2 names different: declaration 'curve2' definition 'curve3'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:243:19: note: Function 'mvpscr3_' argument 2 names different: declaration 'curve2' definition 'curve3'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_MathBase.cxx:10906:19: note: Function 'mvpscr3_' argument 2 names different: declaration 'curve2' definition 'curve3'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Network.cxx:45:3: performance: Variable 'myNet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Network.cxx:46:3: performance: Variable 'myUParameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Network.cxx:47:3: performance: Variable 'myVParameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.cxx:126:25: style: Function 'SetPoint' argument 3 names different: declaration 'Cte' definition 'Pt'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.hxx:56:102: note: Function 'SetPoint' argument 3 names different: declaration 'Cte' definition 'Pt'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.cxx:126:25: note: Function 'SetPoint' argument 3 names different: declaration 'Cte' definition 'Pt'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.hxx:56:24: performance: Technically the member function 'AdvApp2Var_Node::SetPoint' can be static. [functionStatic]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.cxx:124:23: note: Technically the member function 'AdvApp2Var_Node::SetPoint' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.hxx:56:24: note: Technically the member function 'AdvApp2Var_Node::SetPoint' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.hxx:58:26: performance: Technically the member function 'AdvApp2Var_Node::Point' can be static. [functionStatic]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.cxx:137:25: note: Technically the member function 'AdvApp2Var_Node::Point' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.hxx:58:26: note: Technically the member function 'AdvApp2Var_Node::Point' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.hxx:60:24: performance: Technically the member function 'AdvApp2Var_Node::SetError' can be static. [functionStatic]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.cxx:149:23: note: Technically the member function 'AdvApp2Var_Node::SetError' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.hxx:60:24: note: Technically the member function 'AdvApp2Var_Node::SetError' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.hxx:62:33: performance: Technically the member function 'AdvApp2Var_Node::Error' can be static. [functionStatic]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.cxx:162:32: note: Technically the member function 'AdvApp2Var_Node::Error' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Node.hxx:62:33: note: Technically the member function 'AdvApp2Var_Node::Error' can be static.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Patch.cxx:793:3: style: Variable 'NDMINU' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Patch.cxx:790:0: note: Variable 'NDMINU' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Patch.cxx:793:3: note: Variable 'NDMINU' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Patch.cxx:799:3: style: Variable 'NDMINV' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Patch.cxx:790:0: note: Variable 'NDMINV' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Patch.cxx:799:3: note: Variable 'NDMINV' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Patch.cxx:108:43: style: Function 'Discretise' argument 3 names different: declaration 'func' definition 'Func'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Patch.hxx:51:151: note: Function 'Discretise' argument 3 names different: declaration 'func' definition 'Func'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_Patch.cxx:108:43: note: Function 'Discretise' argument 3 names different: declaration 'func' definition 'Func'.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:930:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:931:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:932:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:822:13: style: Condition 'ifois==0' is always false [knownConditionTrueFalse]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:726:19: note: Assignment 'ifois=1', assigned value is 1
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:822:13: note: Condition 'ifois==0' is always false
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1107:12: style: Condition 'inum==0' is always false [knownConditionTrueFalse]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:940:11: note: Assignment 'inum=-1', assigned value is -1
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1107:12: note: Condition 'inum==0' is always false
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1108:19: style: Condition 'inum==1' is always false [knownConditionTrueFalse]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:940:11: note: Assignment 'inum=-1', assigned value is -1
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1108:19: note: Condition 'inum==1' is always false
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1785:13: style: Condition 'ifois==0' is always true [knownConditionTrueFalse]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1631:19: note: Assignment 'ifois=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1785:13: note: Condition 'ifois==0' is always true
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1928:18: style: Condition '__s__cmp()==0' is always true [knownConditionTrueFalse]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:486:6: error: Null pointer dereference: t [nullPointer]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:387:19: note: Assignment 't=0', assigned value is 0
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:486:6: note: Null pointer dereference
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1785:13: style: Same expression on both sides of '==' because the value of 'ifois' and '0' are the same. [duplicateExpression]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1631:19: note: 'ifois' is assigned value '0' here.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1785:13: note: Same expression on both sides of '==' because the value of 'ifois' and '0' are the same.
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:728:8: style: The scope of the variable 'cbid' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1318:14: style: The scope of the variable 'buff0' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1329:11: style: The scope of the variable 'i__' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1330:14: style: The scope of the variable 'buffx' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1634:11: style: The scope of the variable 'i__1' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1637:11: style: The scope of the variable 'ibid' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1639:17: style: The scope of the variable 'indic' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1639:31: style: The scope of the variable 'icompt' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:124:23: style: struct member 'Anonymous3::keyb' is never used. [unusedStructMember]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:124:29: style: struct member 'Anonymous3::mae' is never used. [unusedStructMember]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:124:34: style: struct member 'Anonymous3::jscrn' is never used. [unusedStructMember]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:124:41: style: struct member 'Anonymous3::itblt' is never used. [unusedStructMember]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:824:5: style: Variable 'ifois' is assigned a value that is never used. [unreadVariable]
occt-V7_3_0/src/AdvApp2Var/AdvApp2Var_SysBase.cxx:1790:5: style: Variable 'ifois' is assigned a value that is never used. [unreadVariable]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:778:20: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:149:26: style: The scope of the variable 'Coef2' can be reduced. [variableScope]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:406:33: style: Function 'Approximation' argument 11 names different: declaration 'TolerancesArray' definition 'LocalTolerancesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:78:435: note: Function 'Approximation' argument 11 names different: declaration 'TolerancesArray' definition 'LocalTolerancesArray'.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:406:33: note: Function 'Approximation' argument 11 names different: declaration 'TolerancesArray' definition 'LocalTolerancesArray'.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:417:34: style: Function 'Approximation' argument 15 names different: declaration 'LocalCoefficientArray' definition 'CoefficientArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:78:587: note: Function 'Approximation' argument 15 names different: declaration 'LocalCoefficientArray' definition 'CoefficientArray'.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:417:34: note: Function 'Approximation' argument 15 names different: declaration 'LocalCoefficientArray' definition 'CoefficientArray'.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:1041:74: style: Function 'MaxError' argument 1 names different: declaration 'Dimension' definition 'D'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:121:66: note: Function 'MaxError' argument 1 names different: declaration 'Dimension' definition 'D'.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:1041:74: note: Function 'MaxError' argument 1 names different: declaration 'Dimension' definition 'D'.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:1083:37: style: Function 'AverageError' argument 1 names different: declaration 'Dimension' definition 'D'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:123:70: note: Function 'AverageError' argument 1 names different: declaration 'Dimension' definition 'D'.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:1083:37: note: Function 'AverageError' argument 1 names different: declaration 'Dimension' definition 'D'.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:97:24: performance: Technically the member function 'AdvApprox_ApproxAFunction::Poles1d' can be static. [functionStatic]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:1002:33: note: Technically the member function 'AdvApprox_ApproxAFunction::Poles1d' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:97:24: note: Technically the member function 'AdvApprox_ApproxAFunction::Poles1d' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:100:24: performance: Technically the member function 'AdvApprox_ApproxAFunction::Poles2d' can be static. [functionStatic]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:989:33: note: Technically the member function 'AdvApprox_ApproxAFunction::Poles2d' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:100:24: note: Technically the member function 'AdvApprox_ApproxAFunction::Poles2d' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:103:24: performance: Technically the member function 'AdvApprox_ApproxAFunction::Poles' can be static. [functionStatic]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:963:33: note: Technically the member function 'AdvApprox_ApproxAFunction::Poles' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:103:24: note: Technically the member function 'AdvApprox_ApproxAFunction::Poles' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:107:22: performance: Technically the member function 'AdvApprox_ApproxAFunction::NbKnots' can be static. [functionStatic]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.lxx:67:52: note: Technically the member function 'AdvApprox_ApproxAFunction::NbKnots' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:107:22: note: Technically the member function 'AdvApprox_ApproxAFunction::NbKnots' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:121:33: performance: Technically the member function 'AdvApprox_ApproxAFunction::MaxError' can be static. [functionStatic]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:1041:42: note: Technically the member function 'AdvApprox_ApproxAFunction::MaxError' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:121:33: note: Technically the member function 'AdvApprox_ApproxAFunction::MaxError' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:123:33: performance: Technically the member function 'AdvApprox_ApproxAFunction::AverageError' can be static. [functionStatic]
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.cxx:1082:43: note: Technically the member function 'AdvApprox_ApproxAFunction::AverageError' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_ApproxAFunction.hxx:123:33: note: Technically the member function 'AdvApprox_ApproxAFunction::AverageError' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_PrefAndRec.cxx:22:72: style: Function 'AdvApprox_PrefAndRec' argument 1 names different: declaration 'RecomendedCut' definition 'RecCut'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApprox/AdvApprox_PrefAndRec.hxx:42:68: note: Function 'AdvApprox_PrefAndRec' argument 1 names different: declaration 'RecomendedCut' definition 'RecCut'.
occt-V7_3_0/src/AdvApprox/AdvApprox_PrefAndRec.cxx:22:72: note: Function 'AdvApprox_PrefAndRec' argument 1 names different: declaration 'RecomendedCut' definition 'RecCut'.
occt-V7_3_0/src/AdvApprox/AdvApprox_PrefAndRec.cxx:23:37: style: Function 'AdvApprox_PrefAndRec' argument 2 names different: declaration 'PrefferedCut' definition 'PrefCut'. [funcArgNamesDifferent]
occt-V7_3_0/src/AdvApprox/AdvApprox_PrefAndRec.hxx:42:111: note: Function 'AdvApprox_PrefAndRec' argument 2 names different: declaration 'PrefferedCut' definition 'PrefCut'.
occt-V7_3_0/src/AdvApprox/AdvApprox_PrefAndRec.cxx:23:37: note: Function 'AdvApprox_PrefAndRec' argument 2 names different: declaration 'PrefferedCut' definition 'PrefCut'.
occt-V7_3_0/src/AdvApprox/AdvApprox_PrefAndRec.cxx:29:3: performance: Variable 'myRecCutting' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AdvApprox/AdvApprox_PrefAndRec.cxx:30:3: performance: Variable 'myPrefCutting' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AdvApprox/AdvApprox_PrefCutting.cxx:24:3: performance: Variable 'myPntOfCutting' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AdvApprox/AdvApprox_PrefCutting.hxx:40:19: style: Class 'AdvApprox_PrefCutting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AdvApprox/AdvApprox_SimpleApprox.cxx:99:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/AdvApprox/AdvApprox_SimpleApprox.hxx:79:33: performance: Technically the member function 'AdvApprox_SimpleApprox::MaxError' can be static. [functionStatic]
occt-V7_3_0/src/AdvApprox/AdvApprox_SimpleApprox.cxx:360:39: note: Technically the member function 'AdvApprox_SimpleApprox::MaxError' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_SimpleApprox.hxx:79:33: note: Technically the member function 'AdvApprox_SimpleApprox::MaxError' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_SimpleApprox.hxx:81:33: performance: Technically the member function 'AdvApprox_SimpleApprox::AverageError' can be static. [functionStatic]
occt-V7_3_0/src/AdvApprox/AdvApprox_SimpleApprox.cxx:370:39: note: Technically the member function 'AdvApprox_SimpleApprox::AverageError' can be static.
occt-V7_3_0/src/AdvApprox/AdvApprox_SimpleApprox.hxx:81:33: note: Technically the member function 'AdvApprox_SimpleApprox::AverageError' can be static.
occt-V7_3_0/src/AppCont/AppCont_ContMatrices.cxx:2070:26: style: Function 'InvMMatrix' argument 2 names different: declaration 'M' definition 'InvM'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppCont/AppCont_ContMatrices.hxx:26:61: note: Function 'InvMMatrix' argument 2 names different: declaration 'M' definition 'InvM'.
occt-V7_3_0/src/AppCont/AppCont_ContMatrices.cxx:2070:26: note: Function 'InvMMatrix' argument 2 names different: declaration 'M' definition 'InvM'.
occt-V7_3_0/src/AppCont/AppCont_ContMatrices_1.cxx:415:60: style: Function 'IBPMatrix' argument 2 names different: declaration 'M' definition 'IBPMa'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppCont/AppCont_ContMatrices.hxx:30:60: note: Function 'IBPMatrix' argument 2 names different: declaration 'M' definition 'IBPMa'.
occt-V7_3_0/src/AppCont/AppCont_ContMatrices_1.cxx:415:60: note: Function 'IBPMatrix' argument 2 names different: declaration 'M' definition 'IBPMa'.
occt-V7_3_0/src/AppCont/AppCont_ContMatrices_3.cxx:353:60: style: Function 'IBTMatrix' argument 2 names different: declaration 'M' definition 'IBTMa'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppCont/AppCont_ContMatrices.hxx:32:60: note: Function 'IBTMatrix' argument 2 names different: declaration 'M' definition 'IBTMa'.
occt-V7_3_0/src/AppCont/AppCont_ContMatrices_3.cxx:353:60: note: Function 'IBTMatrix' argument 2 names different: declaration 'M' definition 'IBTMa'.
occt-V7_3_0/src/AppCont/AppCont_LeastSquare.cxx:101:72: style: Function 'AppCont_LeastSquare' argument 7 names different: declaration 'NbPoints' definition 'myNbPoints'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppCont/AppCont_LeastSquare.hxx:44:69: note: Function 'AppCont_LeastSquare' argument 7 names different: declaration 'NbPoints' definition 'myNbPoints'.
occt-V7_3_0/src/AppCont/AppCont_LeastSquare.cxx:101:72: note: Function 'AppCont_LeastSquare' argument 7 names different: declaration 'NbPoints' definition 'myNbPoints'.
occt-V7_3_0/src/AppCont/AppCont_Function.hxx:33:5: performance: Variable 'myNbPnt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppCont/AppCont_Function.hxx:34:5: performance: Variable 'myNbPnt2d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppCont/AppCont_LeastSquare.cxx:109:3: performance: Variable 'myDone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppCont/AppCont_LeastSquare.cxx:110:3: performance: Variable 'myDegre' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppDef/AppDef_MultiPointConstraint.hxx:66:19: style: Class 'AppDef_MultiPointConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AppDef/AppDef_MultiPointConstraint.hxx:69:19: style: Class 'AppDef_MultiPointConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:73:19: style: Class 'AppDef_MultiLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:76:19: style: Class 'AppDef_MultiLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:80:19: style: Class 'AppDef_MultiLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:84:19: style: Class 'AppDef_MultiLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:88:36: performance: Technically the member function 'AppDef_MultiLine::NbMultiPoints' can be static. [functionStatic]
occt-V7_3_0/src/AppDef/AppDef_MultiLine.cxx:71:36: note: Technically the member function 'AppDef_MultiLine::NbMultiPoints' can be static.
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:88:36: note: Technically the member function 'AppDef_MultiLine::NbMultiPoints' can be static.
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:92:36: performance: Technically the member function 'AppDef_MultiLine::NbPoints' can be static. [functionStatic]
occt-V7_3_0/src/AppDef/AppDef_MultiLine.cxx:76:36: note: Technically the member function 'AppDef_MultiLine::NbPoints' can be static.
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:92:36: note: Technically the member function 'AppDef_MultiLine::NbPoints' can be static.
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:107:24: performance: Technically the member function 'AppDef_MultiLine::SetValue' can be static. [functionStatic]
occt-V7_3_0/src/AppDef/AppDef_MultiLine.cxx:81:24: note: Technically the member function 'AppDef_MultiLine::SetValue' can be static.
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:107:24: note: Technically the member function 'AppDef_MultiLine::SetValue' can be static.
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:111:47: performance: Technically the member function 'AppDef_MultiLine::Value' can be static. [functionStatic]
occt-V7_3_0/src/AppDef/AppDef_MultiLine.cxx:89:47: note: Technically the member function 'AppDef_MultiLine::Value' can be static.
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:111:47: note: Technically the member function 'AppDef_MultiLine::Value' can be static.
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:116:24: performance: Technically the member function 'AppDef_MultiLine::Dump' can be static. [functionStatic]
occt-V7_3_0/src/AppDef/AppDef_MultiLine.cxx:98:24: note: Technically the member function 'AppDef_MultiLine::Dump' can be static.
occt-V7_3_0/src/AppDef/AppDef_MultiLine.hxx:116:24: note: Technically the member function 'AppDef_MultiLine::Dump' can be static.
occt-V7_3_0/src/AppDef/AppDef_MultiPointConstraint.cxx:35:59: style: Function 'AppDef_MultiPointConstraint' argument 1 names different: declaration 'NbPoints' definition 'NbPoles'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppDef/AppDef_MultiPointConstraint.hxx:63:70: note: Function 'AppDef_MultiPointConstraint' argument 1 names different: declaration 'NbPoints' definition 'NbPoles'.
occt-V7_3_0/src/AppDef/AppDef_MultiPointConstraint.cxx:35:59: note: Function 'AppDef_MultiPointConstraint' argument 1 names different: declaration 'NbPoints' definition 'NbPoles'.
occt-V7_3_0/src/AppDef/AppDef_MultiPointConstraint.cxx:36:31: style: Function 'AppDef_MultiPointConstraint' argument 2 names different: declaration 'NbPoints2d' definition 'NbPoles2d'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppDef/AppDef_MultiPointConstraint.hxx:63:103: note: Function 'AppDef_MultiPointConstraint' argument 2 names different: declaration 'NbPoints2d' definition 'NbPoles2d'.
occt-V7_3_0/src/AppDef/AppDef_MultiPointConstraint.cxx:36:31: note: Function 'AppDef_MultiPointConstraint' argument 2 names different: declaration 'NbPoints2d' definition 'NbPoles2d'.
occt-V7_3_0/src/AppDef/AppDef_MultiPointConstraint.cxx:48:64: style: Function 'AppDef_MultiPointConstraint' argument 1 names different: declaration 'tabP' definition 'tabP2d'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppDef/AppDef_MultiPointConstraint.hxx:69:75: note: Function 'AppDef_MultiPointConstraint' argument 1 names different: declaration 'tabP' definition 'tabP2d'.
occt-V7_3_0/src/AppDef/AppDef_MultiPointConstraint.cxx:48:64: note: Function 'AppDef_MultiPointConstraint' argument 1 names different: declaration 'tabP' definition 'tabP2d'.
occt-V7_3_0/src/AppDef/AppDef_MyLineTool.cxx:141:75: style: Function 'MakeMLBetween' argument 1 names different: declaration 'ML' definition 'theML'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppDef/AppDef_MyLineTool.hxx:97:82: note: Function 'MakeMLBetween' argument 1 names different: declaration 'ML' definition 'theML'.
occt-V7_3_0/src/AppDef/AppDef_MyLineTool.cxx:141:75: note: Function 'MakeMLBetween' argument 1 names different: declaration 'ML' definition 'theML'.
occt-V7_3_0/src/AppDef/AppDef_Variational.cxx:2066:66: style: Function 'InitCriterionEstimations' argument 2 names different: declaration 'J1' definition 'E1'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppDef/AppDef_Variational.hxx:247:93: note: Function 'InitCriterionEstimations' argument 2 names different: declaration 'J1' definition 'E1'.
occt-V7_3_0/src/AppDef/AppDef_Variational.cxx:2066:66: note: Function 'InitCriterionEstimations' argument 2 names different: declaration 'J1' definition 'E1'.
occt-V7_3_0/src/AppDef/AppDef_Variational.cxx:2067:66: style: Function 'InitCriterionEstimations' argument 3 names different: declaration 'J2' definition 'E2'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppDef/AppDef_Variational.hxx:247:112: note: Function 'InitCriterionEstimations' argument 3 names different: declaration 'J2' definition 'E2'.
occt-V7_3_0/src/AppDef/AppDef_Variational.cxx:2067:66: note: Function 'InitCriterionEstimations' argument 3 names different: declaration 'J2' definition 'E2'.
occt-V7_3_0/src/AppDef/AppDef_Variational.cxx:2068:66: style: Function 'InitCriterionEstimations' argument 4 names different: declaration 'J3' definition 'E3'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppDef/AppDef_Variational.hxx:247:131: note: Function 'InitCriterionEstimations' argument 4 names different: declaration 'J3' definition 'E3'.
occt-V7_3_0/src/AppDef/AppDef_Variational.cxx:2068:66: note: Function 'InitCriterionEstimations' argument 4 names different: declaration 'J3' definition 'E3'.
occt-V7_3_0/src/AppDef/AppDef_Variational.hxx:166:24: performance: Technically the member function 'AppDef_Variational::SetParameters' can be static. [functionStatic]
occt-V7_3_0/src/AppDef/AppDef_Variational.cxx:950:26: note: Technically the member function 'AppDef_Variational::SetParameters' can be static.
occt-V7_3_0/src/AppDef/AppDef_Variational.hxx:166:24: note: Technically the member function 'AppDef_Variational::SetParameters' can be static.
occt-V7_3_0/src/AppDef/AppDef_Variational.hxx:171:36: performance: Technically the member function 'AppDef_Variational::SetKnots' can be static. [functionStatic]
occt-V7_3_0/src/AppDef/AppDef_Variational.cxx:962:38: note: Technically the member function 'AppDef_Variational::SetKnots' can be static.
occt-V7_3_0/src/AppDef/AppDef_Variational.hxx:171:36: note: Technically the member function 'AppDef_Variational::SetKnots' can be static.
occt-V7_3_0/src/AppDef/AppDef_Variational.hxx:257:36: performance: Technically the member function 'AppDef_Variational::InitTthetaF' can be static. [functionStatic]
occt-V7_3_0/src/AppDef/AppDef_Variational.cxx:2970:38: note: Technically the member function 'AppDef_Variational::InitTthetaF' can be static.
occt-V7_3_0/src/AppDef/AppDef_Variational.hxx:257:36: note: Technically the member function 'AppDef_Variational::InitTthetaF' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves.cxx:151:58: style: Function 'SplineFunction' argument 1 names different: declaration 'NbPoles' definition 'nbpoles'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppParCurves/AppParCurves.hxx:65:70: note: Function 'SplineFunction' argument 1 names different: declaration 'NbPoles' definition 'nbpoles'.
occt-V7_3_0/src/AppParCurves/AppParCurves.cxx:151:58: note: Function 'SplineFunction' argument 1 names different: declaration 'NbPoles' definition 'nbpoles'.
occt-V7_3_0/src/AppParCurves/AppParCurves.cxx:152:30: style: Function 'SplineFunction' argument 2 names different: declaration 'Degree' definition 'deg'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppParCurves/AppParCurves.hxx:65:102: note: Function 'SplineFunction' argument 2 names different: declaration 'Degree' definition 'deg'.
occt-V7_3_0/src/AppParCurves/AppParCurves.cxx:152:30: note: Function 'SplineFunction' argument 2 names different: declaration 'Degree' definition 'deg'.
occt-V7_3_0/src/AppParCurves/AppParCurves.cxx:154:30: style: Function 'SplineFunction' argument 4 names different: declaration 'FlatKnots' definition 'flatknots'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppParCurves/AppParCurves.hxx:65:160: note: Function 'SplineFunction' argument 4 names different: declaration 'FlatKnots' definition 'flatknots'.
occt-V7_3_0/src/AppParCurves/AppParCurves.cxx:154:30: note: Function 'SplineFunction' argument 4 names different: declaration 'FlatKnots' definition 'flatknots'.
occt-V7_3_0/src/AppParCurves/AppParCurves.cxx:157:30: style: Function 'SplineFunction' argument 7 names different: declaration 'Index' definition 'index'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppParCurves/AppParCurves.hxx:65:224: note: Function 'SplineFunction' argument 7 names different: declaration 'Index' definition 'index'.
occt-V7_3_0/src/AppParCurves/AppParCurves.cxx:157:30: note: Function 'SplineFunction' argument 7 names different: declaration 'Index' definition 'index'.
occt-V7_3_0/src/AppParCurves/AppParCurves_ConstraintCouple.cxx:19:3: warning: Member variable 'AppParCurves_ConstraintCouple::myConstraint' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/AppParCurves/AppParCurves_ConstraintCouple.cxx:26:3: performance: Variable 'myIndex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiBSpCurve.hxx:91:24: performance: Technically the member function 'AppParCurves_MultiBSpCurve::SetKnots' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiBSpCurve.cxx:108:34: note: Technically the member function 'AppParCurves_MultiBSpCurve::SetKnots' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiBSpCurve.hxx:91:24: note: Technically the member function 'AppParCurves_MultiBSpCurve::SetKnots' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiBSpCurve.hxx:99:47: performance: Technically the member function 'AppParCurves_MultiBSpCurve::Knots' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiBSpCurve.cxx:132:57: note: Technically the member function 'AppParCurves_MultiBSpCurve::Knots' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiBSpCurve.hxx:99:47: note: Technically the member function 'AppParCurves_MultiBSpCurve::Knots' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiBSpCurve.hxx:103:50: performance: Technically the member function 'AppParCurves_MultiBSpCurve::Multiplicities' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiBSpCurve.cxx:142:60: note: Technically the member function 'AppParCurves_MultiBSpCurve::Multiplicities' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiBSpCurve.hxx:103:50: note: Technically the member function 'AppParCurves_MultiBSpCurve::Multiplicities' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.hxx:61:19: style: Class 'AppParCurves_MultiPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.hxx:64:19: style: Class 'AppParCurves_MultiPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:75:19: style: Class 'AppParCurves_MultiCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:80:19: style: Class 'AppParCurves_MultiCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiBSpCurve.hxx:79:19: style: Class 'AppParCurves_MultiBSpCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:54:77: style: Function 'Dimension' argument 1 names different: declaration 'CuIndex' definition 'Index'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:104:70: note: Function 'Dimension' argument 1 names different: declaration 'CuIndex' definition 'Index'.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:54:77: note: Function 'Dimension' argument 1 names different: declaration 'CuIndex' definition 'Index'.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:112:33: style: Function 'Curve' argument 2 names different: declaration 'TabPnt' definition 'TabPnt2d'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:114:85: note: Function 'Curve' argument 2 names different: declaration 'TabPnt' definition 'TabPnt2d'.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:112:33: note: Function 'Curve' argument 2 names different: declaration 'TabPnt' definition 'TabPnt2d'.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:85:24: performance: Technically the member function 'AppParCurves_MultiCurve::SetNbPoles' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:84:31: note: Technically the member function 'AppParCurves_MultiCurve::SetNbPoles' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:85:24: note: Technically the member function 'AppParCurves_MultiCurve::SetNbPoles' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:90:24: performance: Technically the member function 'AppParCurves_MultiCurve::SetValue' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:90:31: note: Technically the member function 'AppParCurves_MultiCurve::SetValue' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:90:24: note: Technically the member function 'AppParCurves_MultiCurve::SetValue' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:94:36: performance: Technically the member function 'AppParCurves_MultiCurve::NbCurves' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:64:43: note: Technically the member function 'AppParCurves_MultiCurve::NbCurves' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:94:36: note: Technically the member function 'AppParCurves_MultiCurve::NbCurves' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:104:36: performance: Technically the member function 'AppParCurves_MultiCurve::Dimension' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:54:43: note: Technically the member function 'AppParCurves_MultiCurve::Dimension' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:104:36: note: Technically the member function 'AppParCurves_MultiCurve::Dimension' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:109:24: performance: Technically the member function 'AppParCurves_MultiCurve::Curve' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:100:31: note: Technically the member function 'AppParCurves_MultiCurve::Curve' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:109:24: note: Technically the member function 'AppParCurves_MultiCurve::Curve' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:114:24: performance: Technically the member function 'AppParCurves_MultiCurve::Curve' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:111:31: note: Technically the member function 'AppParCurves_MultiCurve::Curve' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:114:24: note: Technically the member function 'AppParCurves_MultiCurve::Curve' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:118:50: performance: Technically the member function 'AppParCurves_MultiCurve::Value' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:143:57: note: Technically the member function 'AppParCurves_MultiCurve::Value' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:118:50: note: Technically the member function 'AppParCurves_MultiCurve::Value' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:122:33: performance: Technically the member function 'AppParCurves_MultiCurve::Pole' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:123:40: note: Technically the member function 'AppParCurves_MultiCurve::Pole' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:122:33: note: Technically the member function 'AppParCurves_MultiCurve::Pole' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:126:35: performance: Technically the member function 'AppParCurves_MultiCurve::Pole2d' can be static. [functionStatic]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:132:42: note: Technically the member function 'AppParCurves_MultiCurve::Pole2d' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:126:35: note: Technically the member function 'AppParCurves_MultiCurve::Pole2d' can be static.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:133:24: style: Technically the member function 'AppParCurves_MultiCurve::Transform' can be const. [functionConst]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:150:31: note: Technically the member function 'AppParCurves_MultiCurve::Transform' can be const.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:133:24: note: Technically the member function 'AppParCurves_MultiCurve::Transform' can be const.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:139:24: style: Technically the member function 'AppParCurves_MultiCurve::Transform2d' can be const. [functionConst]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.cxx:165:31: note: Technically the member function 'AppParCurves_MultiCurve::Transform2d' can be const.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiCurve.hxx:139:24: note: Technically the member function 'AppParCurves_MultiCurve::Transform2d' can be const.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:31:74: style: Function 'AppParCurves_MultiPoint' argument 1 names different: declaration 'NbPoints' definition 'NbPoles'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.hxx:58:66: note: Function 'AppParCurves_MultiPoint' argument 1 names different: declaration 'NbPoints' definition 'NbPoles'.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:31:74: note: Function 'AppParCurves_MultiPoint' argument 1 names different: declaration 'NbPoints' definition 'NbPoles'.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:32:32: style: Function 'AppParCurves_MultiPoint' argument 2 names different: declaration 'NbPoints2d' definition 'NbPoles2d'. [funcArgNamesDifferent]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.hxx:58:99: note: Function 'AppParCurves_MultiPoint' argument 2 names different: declaration 'NbPoints2d' definition 'NbPoles2d'.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:32:32: note: Function 'AppParCurves_MultiPoint' argument 2 names different: declaration 'NbPoints2d' definition 'NbPoles2d'.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:34:3: performance: Variable 'nbP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:35:3: performance: Variable 'nbP2d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:52:3: performance: Variable 'nbP2d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:53:3: performance: Variable 'nbP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:68:3: performance: Variable 'nbP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:69:3: performance: Variable 'nbP2d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:84:3: performance: Variable 'nbP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.hxx:78:24: style: Technically the member function 'AppParCurves_MultiPoint::SetPoint' can be const. [functionConst]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:141:31: note: Technically the member function 'AppParCurves_MultiPoint::SetPoint' can be const.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.hxx:78:24: note: Technically the member function 'AppParCurves_MultiPoint::SetPoint' can be const.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.hxx:110:24: style: Technically the member function 'AppParCurves_MultiPoint::Transform' can be const. [functionConst]
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.cxx:110:31: note: Technically the member function 'AppParCurves_MultiPoint::Transform' can be const.
occt-V7_3_0/src/AppParCurves/AppParCurves_MultiPoint.hxx:110:24: note: Technically the member function 'AppParCurves_MultiPoint::Transform' can be const.
occt-V7_3_0/src/Approx/Approx_Curve2d.cxx:51:55: style: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_Curve2d.cxx:39:44: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
occt-V7_3_0/src/Approx/Approx_Curve2d.cxx:51:55: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
occt-V7_3_0/src/Approx/Approx_Curve2d.cxx:52:55: style: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_Curve2d.cxx:40:44: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
occt-V7_3_0/src/Approx/Approx_Curve2d.cxx:52:55: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
occt-V7_3_0/src/Approx/Approx_Curve2d.hxx:37:19: style: Class 'Approx_Curve2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_Curve2d.cxx:33:3: style: Class 'Approx_Curve2d_Eval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_Curve3d.cxx:57:55: style: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_Curve3d.cxx:45:44: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
occt-V7_3_0/src/Approx/Approx_Curve3d.cxx:57:55: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
occt-V7_3_0/src/Approx/Approx_Curve3d.cxx:58:55: style: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_Curve3d.cxx:46:44: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
occt-V7_3_0/src/Approx/Approx_Curve3d.cxx:58:55: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
occt-V7_3_0/src/Approx/Approx_Curve3d.hxx:38:19: style: Class 'Approx_Curve3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_Curve3d.cxx:39:3: style: Class 'Approx_Curve3d_Eval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:70:62: style: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:57:44: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:70:62: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:71:62: style: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:58:44: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:71:62: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:168:64: style: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:156:44: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:168:64: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:169:64: style: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:157:44: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:169:64: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:249:64: style: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:237:44: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:249:64: note: Function 'Evaluate' argument 3 names different: declaration 'Parameter' definition 'Param'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:250:64: style: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:238:44: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:250:64: note: Function 'Evaluate' argument 4 names different: declaration 'DerivativeRequest' definition 'Order'.
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:314:3: performance: Variable 'myIsDone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.hxx:44:19: style: Class 'Approx_CurveOnSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:49:3: style: Class 'Approx_CurveOnSurface_Eval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:150:3: style: Class 'Approx_CurveOnSurface_Eval3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurveOnSurface.cxx:231:3: style: Class 'Approx_CurveOnSurface_Eval2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurvilinearParameter.cxx:142:3: performance: Variable 'myCase' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_CurvilinearParameter.cxx:280:3: performance: Variable 'myCase' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_CurvilinearParameter.cxx:445:3: performance: Variable 'myCase' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_CurvilinearParameter.hxx:53:19: style: Class 'Approx_CurvilinearParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurvilinearParameter.hxx:56:19: style: Class 'Approx_CurvilinearParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurvilinearParameter.hxx:59:19: style: Class 'Approx_CurvilinearParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurvlinFunc.hxx:50:19: style: Class 'Approx_CurvlinFunc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurvlinFunc.hxx:52:19: style: Class 'Approx_CurvlinFunc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurvlinFunc.hxx:54:19: style: Class 'Approx_CurvlinFunc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurvilinearParameter.cxx:79:3: style: Class 'Approx_CurvilinearParameter_EvalCurv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurvilinearParameter.cxx:216:3: style: Class 'Approx_CurvilinearParameter_EvalCurvOnSurf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurvilinearParameter.cxx:377:3: style: Class 'Approx_CurvilinearParameter_EvalCurvOn2Surf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_CurvlinFunc.cxx:413:110: style: Function 'Length' argument 3 names different: declaration 'LasrU' definition 'LastU'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_CurvlinFunc.hxx:81:109: note: Function 'Length' argument 3 names different: declaration 'LasrU' definition 'LastU'.
occt-V7_3_0/src/Approx/Approx_CurvlinFunc.cxx:413:110: note: Function 'Length' argument 3 names different: declaration 'LasrU' definition 'LastU'.
occt-V7_3_0/src/Approx/Approx_CurvlinFunc.cxx:520:112: style: Function 'GetSParameter' argument 3 names different: declaration 'Length' definition 'Len'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_CurvlinFunc.hxx:120:111: note: Function 'GetSParameter' argument 3 names different: declaration 'Length' definition 'Len'.
occt-V7_3_0/src/Approx/Approx_CurvlinFunc.cxx:520:112: note: Function 'GetSParameter' argument 3 names different: declaration 'Length' definition 'Len'.
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:273:25: style: Function 'Parameters' argument 2 names different: declaration 'firstp' definition 'firstpar'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_FitAndDivide2d.hxx:85:81: note: Function 'Parameters' argument 2 names different: declaration 'firstp' definition 'firstpar'.
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:273:25: note: Function 'Parameters' argument 2 names different: declaration 'firstp' definition 'firstpar'.
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:274:25: style: Function 'Parameters' argument 3 names different: declaration 'lastp' definition 'lastpar'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_FitAndDivide2d.hxx:85:104: note: Function 'Parameters' argument 3 names different: declaration 'lastp' definition 'lastpar'.
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:274:25: note: Function 'Parameters' argument 3 names different: declaration 'lastp' definition 'lastpar'.
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:46:3: performance: Variable 'mydegremin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:47:3: performance: Variable 'mydegremax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:48:3: performance: Variable 'mytol3d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:49:3: performance: Variable 'mytol2d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:50:3: performance: Variable 'mycut' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:51:3: performance: Variable 'myfirstC' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:52:3: performance: Variable 'mylastC' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:53:3: performance: Variable 'myMaxSegments' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:72:3: performance: Variable 'alldone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:73:3: performance: Variable 'mydegremin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:74:3: performance: Variable 'mydegremax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:75:3: performance: Variable 'mytol3d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:76:3: performance: Variable 'mytol2d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:77:3: performance: Variable 'mycut' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:78:3: performance: Variable 'myfirstC' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:79:3: performance: Variable 'mylastC' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:80:3: performance: Variable 'myMaxSegments' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:273:25: style: Function 'Parameters' argument 2 names different: declaration 'firstp' definition 'firstpar'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_FitAndDivide.hxx:85:81: note: Function 'Parameters' argument 2 names different: declaration 'firstp' definition 'firstpar'.
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:273:25: note: Function 'Parameters' argument 2 names different: declaration 'firstp' definition 'firstpar'.
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:274:25: style: Function 'Parameters' argument 3 names different: declaration 'lastp' definition 'lastpar'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_FitAndDivide.hxx:85:104: note: Function 'Parameters' argument 3 names different: declaration 'lastp' definition 'lastpar'.
occt-V7_3_0/src/Approx/Approx_ComputeCLine.gxx:274:25: note: Function 'Parameters' argument 3 names different: declaration 'lastp' definition 'lastpar'.
occt-V7_3_0/src/Approx/Approx_MCurvesToBSpCurve.cxx:61:3: performance: Variable 'myDone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_MCurvesToBSpCurve.hxx:53:53: style: Technically the member function 'Approx_MCurvesToBSpCurve::ChangeValue' can be const. [functionConst]
occt-V7_3_0/src/Approx/Approx_MCurvesToBSpCurve.cxx:247:61: note: Technically the member function 'Approx_MCurvesToBSpCurve::ChangeValue' can be const.
occt-V7_3_0/src/Approx/Approx_MCurvesToBSpCurve.hxx:53:53: note: Technically the member function 'Approx_MCurvesToBSpCurve::ChangeValue' can be const.
occt-V7_3_0/src/Approx/Approx_SameParameter.cxx:81:66: style: Function 'Evaluate' argument 6 names different: declaration 'ErrorCode' definition 'ReturnCode'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_SameParameter.cxx:64:44: note: Function 'Evaluate' argument 6 names different: declaration 'ErrorCode' definition 'ReturnCode'.
occt-V7_3_0/src/Approx/Approx_SameParameter.cxx:81:66: note: Function 'Evaluate' argument 6 names different: declaration 'ErrorCode' definition 'ReturnCode'.
occt-V7_3_0/src/Approx/Approx_SameParameter.cxx:325:54: style: Function 'Build' argument 1 names different: declaration 'Tol' definition 'Tolerance'. [funcArgNamesDifferent]
occt-V7_3_0/src/Approx/Approx_SameParameter.hxx:84:51: note: Function 'Build' argument 1 names different: declaration 'Tol' definition 'Tolerance'.
occt-V7_3_0/src/Approx/Approx_SameParameter.cxx:325:54: note: Function 'Build' argument 1 names different: declaration 'Tol' definition 'Tolerance'.
occt-V7_3_0/src/Approx/Approx_SameParameter.hxx:49:19: style: Class 'Approx_SameParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_SameParameter.hxx:51:19: style: Class 'Approx_SameParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_SameParameter.hxx:55:19: style: Class 'Approx_SameParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_SweepApproximation.cxx:72:3: performance: Variable 'myParam' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_SweepApproximation.cxx:73:3: performance: Variable 'myOrder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_SweepApproximation.cxx:74:3: performance: Variable 'first' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_SweepApproximation.cxx:74:19: performance: Variable 'last' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_SweepApproximation.cxx:75:3: performance: Variable 'done' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Approx/Approx_SweepApproximation.hxx:69:19: style: Class 'Approx_SweepApproximation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Approx/Approx_SweepApproximation.cxx:42:3: style: Class 'Approx_SweepApproximation_Eval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Aspect/Aspect_Background.cxx:44:2: performance: Variable 'MyColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Aspect/Aspect_Background.hxx:42:19: style: Class 'Aspect_Background' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:32:61: style: Function 'SetRadiusStep' argument 1 names different: declaration 'aStep' definition 'aRadiusStep'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.hxx:41:59: note: Function 'SetRadiusStep' argument 1 names different: declaration 'aStep' definition 'aRadiusStep'.
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:32:61: note: Function 'SetRadiusStep' argument 1 names different: declaration 'aStep' definition 'aRadiusStep'.
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:47:27: style: Function 'SetGridValues' argument 1 names different: declaration 'XOrigin' definition 'theXOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.hxx:46:59: note: Function 'SetGridValues' argument 1 names different: declaration 'XOrigin' definition 'theXOrigin'.
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:47:27: note: Function 'SetGridValues' argument 1 names different: declaration 'XOrigin' definition 'theXOrigin'.
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:48:27: style: Function 'SetGridValues' argument 2 names different: declaration 'YOrigin' definition 'theYOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.hxx:46:88: note: Function 'SetGridValues' argument 2 names different: declaration 'YOrigin' definition 'theYOrigin'.
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:48:27: note: Function 'SetGridValues' argument 2 names different: declaration 'YOrigin' definition 'theYOrigin'.
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:49:27: style: Function 'SetGridValues' argument 3 names different: declaration 'RadiusStep' definition 'theRadiusStep'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.hxx:46:117: note: Function 'SetGridValues' argument 3 names different: declaration 'RadiusStep' definition 'theRadiusStep'.
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:49:27: note: Function 'SetGridValues' argument 3 names different: declaration 'RadiusStep' definition 'theRadiusStep'.
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:50:30: style: Function 'SetGridValues' argument 4 names different: declaration 'DivisionNumber' definition 'theDivisionNumber'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.hxx:46:152: note: Function 'SetGridValues' argument 4 names different: declaration 'DivisionNumber' definition 'theDivisionNumber'.
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:50:30: note: Function 'SetGridValues' argument 4 names different: declaration 'DivisionNumber' definition 'theDivisionNumber'.
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:51:27: style: Function 'SetGridValues' argument 5 names different: declaration 'RotationAngle' definition 'theRotationAngle'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.hxx:46:188: note: Function 'SetGridValues' argument 5 names different: declaration 'RotationAngle' definition 'theRotationAngle'.
occt-V7_3_0/src/Aspect/Aspect_CircularGrid.cxx:51:27: note: Function 'SetGridValues' argument 5 names different: declaration 'RotationAngle' definition 'theRotationAngle'.
occt-V7_3_0/src/Aspect/Aspect_DisplayConnection.cxx:56:3: performance: Variable 'myDisplayName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Aspect/Aspect_DisplayConnection.hxx:48:3: style: Class 'Aspect_DisplayConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:41:51: style: Function 'SetYOrigin' argument 1 names different: declaration 'anOrigin' definition 'theOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:37:56: note: Function 'SetYOrigin' argument 1 names different: declaration 'anOrigin' definition 'theOrigin'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:41:51: note: Function 'SetYOrigin' argument 1 names different: declaration 'anOrigin' definition 'theOrigin'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:48:57: style: Function 'SetRotationAngle' argument 1 names different: declaration 'anAngle' definition 'theAngle'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:40:62: note: Function 'SetRotationAngle' argument 1 names different: declaration 'anAngle' definition 'theAngle'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:48:57: note: Function 'SetRotationAngle' argument 1 names different: declaration 'anAngle' definition 'theAngle'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:55:47: style: Function 'Rotate' argument 1 names different: declaration 'anAngle' definition 'theAngle'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:43:52: note: Function 'Rotate' argument 1 names different: declaration 'anAngle' definition 'theAngle'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:55:47: note: Function 'Rotate' argument 1 names different: declaration 'anAngle' definition 'theAngle'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:62:50: style: Function 'Translate' argument 1 names different: declaration 'aDx' definition 'theDx'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:46:55: note: Function 'Translate' argument 1 names different: declaration 'aDx' definition 'theDx'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:62:50: note: Function 'Translate' argument 1 names different: declaration 'aDx' definition 'theDx'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:63:46: style: Function 'Translate' argument 2 names different: declaration 'aDy' definition 'theDy'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:46:80: note: Function 'Translate' argument 2 names different: declaration 'aDy' definition 'theDy'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:63:46: note: Function 'Translate' argument 2 names different: declaration 'aDy' definition 'theDy'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:71:52: style: Function 'SetColors' argument 1 names different: declaration 'aColor' definition 'theColor'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:49:65: note: Function 'SetColors' argument 1 names different: declaration 'aColor' definition 'theColor'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:71:52: note: Function 'SetColors' argument 1 names different: declaration 'aColor' definition 'theColor'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:72:49: style: Function 'SetColors' argument 2 names different: declaration 'aTenthColor' definition 'theTenthColor'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:49:95: note: Function 'SetColors' argument 2 names different: declaration 'aTenthColor' definition 'theTenthColor'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:72:49: note: Function 'SetColors' argument 2 names different: declaration 'aTenthColor' definition 'theTenthColor'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:79:43: style: Function 'Colors' argument 1 names different: declaration 'aColor' definition 'theColor'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:81:48: note: Function 'Colors' argument 1 names different: declaration 'aColor' definition 'theColor'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:79:43: note: Function 'Colors' argument 1 names different: declaration 'aColor' definition 'theColor'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:80:40: style: Function 'Colors' argument 2 names different: declaration 'aTenthColor' definition 'theTenthColor'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:81:72: note: Function 'Colors' argument 2 names different: declaration 'aTenthColor' definition 'theTenthColor'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:80:40: note: Function 'Colors' argument 2 names different: declaration 'aTenthColor' definition 'theTenthColor'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:86:44: style: Function 'Hit' argument 1 names different: declaration 'X' definition 'theX'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:54:49: note: Function 'Hit' argument 1 names different: declaration 'X' definition 'theX'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:86:44: note: Function 'Hit' argument 1 names different: declaration 'X' definition 'theX'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:87:41: style: Function 'Hit' argument 2 names different: declaration 'Y' definition 'theY'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:54:72: note: Function 'Hit' argument 2 names different: declaration 'Y' definition 'theY'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:87:41: note: Function 'Hit' argument 2 names different: declaration 'Y' definition 'theY'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:88:36: style: Function 'Hit' argument 3 names different: declaration 'gridX' definition 'theGridX'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:54:90: note: Function 'Hit' argument 3 names different: declaration 'gridX' definition 'theGridX'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:88:36: note: Function 'Hit' argument 3 names different: declaration 'gridX' definition 'theGridX'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:89:36: style: Function 'Hit' argument 4 names different: declaration 'gridY' definition 'theGridY'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:54:112: note: Function 'Hit' argument 4 names different: declaration 'gridY' definition 'theGridY'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:89:36: note: Function 'Hit' argument 4 names different: declaration 'gridY' definition 'theGridY'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:102:58: style: Function 'SetDrawMode' argument 1 names different: declaration 'aDrawMode' definition 'theDrawMode'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Grid.hxx:84:63: note: Function 'SetDrawMode' argument 1 names different: declaration 'aDrawMode' definition 'theDrawMode'.
occt-V7_3_0/src/Aspect/Aspect_Grid.cxx:102:58: note: Function 'SetDrawMode' argument 1 names different: declaration 'aDrawMode' definition 'theDrawMode'.
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.cxx:72:22: style: Function 'SetGridValues' argument 1 names different: declaration 'XOrigin' definition 'theXOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.hxx:52:59: note: Function 'SetGridValues' argument 1 names different: declaration 'XOrigin' definition 'theXOrigin'.
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.cxx:72:22: note: Function 'SetGridValues' argument 1 names different: declaration 'XOrigin' definition 'theXOrigin'.
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.cxx:73:22: style: Function 'SetGridValues' argument 2 names different: declaration 'YOrigin' definition 'theYOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.hxx:52:88: note: Function 'SetGridValues' argument 2 names different: declaration 'YOrigin' definition 'theYOrigin'.
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.cxx:73:22: note: Function 'SetGridValues' argument 2 names different: declaration 'YOrigin' definition 'theYOrigin'.
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.cxx:74:22: style: Function 'SetGridValues' argument 3 names different: declaration 'XStep' definition 'theXStep'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.hxx:52:117: note: Function 'SetGridValues' argument 3 names different: declaration 'XStep' definition 'theXStep'.
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.cxx:74:22: note: Function 'SetGridValues' argument 3 names different: declaration 'XStep' definition 'theXStep'.
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.cxx:75:22: style: Function 'SetGridValues' argument 4 names different: declaration 'YStep' definition 'theYStep'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.hxx:52:144: note: Function 'SetGridValues' argument 4 names different: declaration 'YStep' definition 'theYStep'.
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.cxx:75:22: note: Function 'SetGridValues' argument 4 names different: declaration 'YStep' definition 'theYStep'.
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.cxx:76:22: style: Function 'SetGridValues' argument 5 names different: declaration 'RotationAngle' definition 'theRotationAngle'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.hxx:52:171: note: Function 'SetGridValues' argument 5 names different: declaration 'RotationAngle' definition 'theRotationAngle'.
occt-V7_3_0/src/Aspect/Aspect_RectangularGrid.cxx:76:22: note: Function 'SetGridValues' argument 5 names different: declaration 'RotationAngle' definition 'theRotationAngle'.
occt-V7_3_0/src/Aspect/Aspect_Window.cxx:72:61: style: Function 'SetBackground' argument 1 names different: declaration 'ABack' definition 'theBackground'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Window.hxx:48:64: note: Function 'SetBackground' argument 1 names different: declaration 'ABack' definition 'theBackground'.
occt-V7_3_0/src/Aspect/Aspect_Window.cxx:72:61: note: Function 'SetBackground' argument 1 names different: declaration 'ABack' definition 'theBackground'.
occt-V7_3_0/src/Aspect/Aspect_Window.cxx:77:58: style: Function 'SetBackground' argument 1 names different: declaration 'color' definition 'theColor'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Window.hxx:51:61: note: Function 'SetBackground' argument 1 names different: declaration 'color' definition 'theColor'.
occt-V7_3_0/src/Aspect/Aspect_Window.cxx:77:58: note: Function 'SetBackground' argument 1 names different: declaration 'color' definition 'theColor'.
occt-V7_3_0/src/Aspect/Aspect_Window.cxx:82:69: style: Function 'SetBackground' argument 1 names different: declaration 'ABackground' definition 'theBackground'. [funcArgNamesDifferent]
occt-V7_3_0/src/Aspect/Aspect_Window.hxx:54:72: note: Function 'SetBackground' argument 1 names different: declaration 'ABackground' definition 'theBackground'.
occt-V7_3_0/src/Aspect/Aspect_Window.cxx:82:69: note: Function 'SetBackground' argument 1 names different: declaration 'ABackground' definition 'theBackground'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:70:8: performance: Technically the member function 'BOPAlgo_Options::AddError' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:76:8: performance: Technically the member function 'BOPAlgo_Options::AddWarning' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:82:20: performance: Technically the member function 'BOPAlgo_Options::HasErrors' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:88:20: performance: Technically the member function 'BOPAlgo_Options::HasError' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:94:20: performance: Technically the member function 'BOPAlgo_Options::HasWarnings' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:100:20: performance: Technically the member function 'BOPAlgo_Options::HasWarning' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:115:8: performance: Technically the member function 'BOPAlgo_Options::ClearWarnings' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:48:19: style: Class 'BOPAlgo_Options' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.hxx:123:24: performance: Technically the member function 'BOPAlgo_ArgumentAnalyzer::TestTangent' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cxx:613:32: note: Technically the member function 'BOPAlgo_ArgumentAnalyzer::TestTangent' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.hxx:123:24: note: Technically the member function 'BOPAlgo_ArgumentAnalyzer::TestTangent' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderArea.hxx:41:8: performance: Technically the member function 'BOPAlgo_BuilderArea::SetContext' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderFace.hxx:48:19: style: Class 'BOPAlgo_BuilderFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:120:19: style: Class 'BOPAlgo_PaveFiller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.hxx:100:24: style: The function 'Perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Algo.hxx:34:32: note: Virtual function in base class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.hxx:100:24: note: Function in derived class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BOP.cxx:69:14: warning: Member variable 'BOPAlgo_BOP::myOperation' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BOP.cxx:78:14: warning: Member variable 'BOPAlgo_BOP::myOperation' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderShape.hxx:83:19: style: Class 'BOPAlgo_BuilderShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder.hxx:81:19: style: Class 'BOPAlgo_Builder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ToolsProvider.hxx:34:19: style: Class 'BOPAlgo_ToolsProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BOP.hxx:78:19: style: Class 'BOPAlgo_BOP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderSolid.hxx:94:19: style: Class 'BOPAlgo_BuilderSolid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder.cxx:119:64: style: Function 'SetArguments' argument 1 names different: declaration 'theLS' definition 'theShapes'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder.hxx:111:74: note: Function 'SetArguments' argument 1 names different: declaration 'theLS' definition 'theShapes'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder.cxx:119:64: note: Function 'SetArguments' argument 1 names different: declaration 'theLS' definition 'theShapes'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder.cxx:223:65: style: Function 'PerformInternal' argument 1 names different: declaration 'thePF' definition 'theFiller'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder.hxx:239:75: note: Function 'PerformInternal' argument 1 names different: declaration 'thePF' definition 'theFiller'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder.cxx:223:65: note: Function 'PerformInternal' argument 1 names different: declaration 'thePF' definition 'theFiller'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder.cxx:240:66: style: Function 'PerformInternal1' argument 1 names different: declaration 'thePF' definition 'theFiller'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder.hxx:244:76: note: Function 'PerformInternal1' argument 1 names different: declaration 'thePF' definition 'theFiller'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder.cxx:240:66: note: Function 'PerformInternal1' argument 1 names different: declaration 'thePF' definition 'theFiller'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireEdgeSet.lxx:71:72: style: Function 'AddStartElement' argument 1 names different: declaration 'sS' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireEdgeSet.hxx:51:47: note: Function 'AddStartElement' argument 1 names different: declaration 'sS' definition 'aE'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireEdgeSet.lxx:71:72: note: Function 'AddStartElement' argument 1 names different: declaration 'sS' definition 'aE'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireEdgeSet.lxx:87:65: style: Function 'AddShape' argument 1 names different: declaration 'sS' definition 'aW'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireEdgeSet.hxx:55:40: note: Function 'AddShape' argument 1 names different: declaration 'sS' definition 'aW'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireEdgeSet.lxx:87:65: note: Function 'AddShape' argument 1 names different: declaration 'sS' definition 'aW'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.lxx:88:68: style: Function 'MakeWire' argument 1 names different: declaration 'theLE' definition 'aLE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.hxx:63:46: note: Function 'MakeWire' argument 1 names different: declaration 'theLE' definition 'aLE'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.lxx:88:68: note: Function 'MakeWire' argument 1 names different: declaration 'theLE' definition 'aLE'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.lxx:89:59: style: Function 'MakeWire' argument 2 names different: declaration 'theW' definition 'aWire'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.hxx:63:66: note: Function 'MakeWire' argument 2 names different: declaration 'theW' definition 'aWire'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.lxx:89:59: note: Function 'MakeWire' argument 2 names different: declaration 'theW' definition 'aWire'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderFace.cxx:80:3: performance: Variable 'myOrientation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderFace.cxx:91:3: performance: Variable 'myOrientation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireEdgeSet.hxx:43:5: style: Class 'BOPAlgo_WireEdgeSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.hxx:49:19: style: Class 'BOPAlgo_WireSplitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderShape.cxx:30:3: performance: Variable 'myHasDeleted' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderShape.cxx:31:3: performance: Variable 'myHasGenerated' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderShape.cxx:32:3: performance: Variable 'myHasModified' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderShape.cxx:33:3: performance: Variable 'myFlagHistory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderShape.cxx:43:3: performance: Variable 'myHasDeleted' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderShape.cxx:44:3: performance: Variable 'myHasGenerated' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderShape.cxx:45:3: performance: Variable 'myHasModified' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_BuilderShape.cxx:46:3: performance: Variable 'myFlagHistory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ShellSplitter.hxx:45:19: style: Class 'BOPAlgo_ShellSplitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder_1.cxx:245:65: style: Function 'FillImagesCompound' argument 2 names different: declaration 'theMF' definition 'theMFP'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder.hxx:347:65: note: Function 'FillImagesCompound' argument 2 names different: declaration 'theMF' definition 'theMFP'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder_1.cxx:245:65: note: Function 'FillImagesCompound' argument 2 names different: declaration 'theMF' definition 'theMFP'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder_2.cxx:96:8: performance: Technically the member function 'BOPAlgo_PairOfShapeBoolean::SetContext' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder_2.cxx:183:8: performance: Technically the member function 'BOPAlgo_VFI::SetContext' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder_2.cxx:104:16: style: The function 'Perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Algo.hxx:34:32: note: Virtual function in base class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder_2.cxx:104:16: note: Function in derived class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder_2.cxx:191:16: style: The function 'Perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Algo.hxx:34:32: note: Virtual function in base class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Builder_2.cxx:191:16: note: Function in derived class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_CellsBuilder.hxx:184:19: style: Class 'BOPAlgo_CellsBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_CheckerSI.cxx:125:3: performance: Variable 'myLevelOfCheck' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_CheckerSI_1.cxx:83:8: performance: Technically the member function 'BOPAlgo_VertexSolid::SetContext' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_CheckerSI_1.cxx:215:16: style: The function 'Perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_CheckerSI_1.cxx:170:16: note: Virtual function in base class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_CheckerSI_1.cxx:215:16: note: Function in derived class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_MakerVolume.hxx:174:24: style: Technically the member function 'BOPAlgo_MakerVolume::RemoveBox' can be const. [functionConst]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_MakerVolume.cxx:276:27: note: Technically the member function 'BOPAlgo_MakerVolume::RemoveBox' can be const.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_MakerVolume.hxx:174:24: note: Technically the member function 'BOPAlgo_MakerVolume::RemoveBox' can be const.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_MakerVolume.hxx:123:3: style: Class 'BOPAlgo_MakerVolume' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:109:24: performance: Technically the member function 'BOPAlgo_Options::DumpErrors' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.cxx:87:23: note: Technically the member function 'BOPAlgo_Options::DumpErrors' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:109:24: note: Technically the member function 'BOPAlgo_Options::DumpErrors' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:112:24: performance: Technically the member function 'BOPAlgo_Options::DumpWarnings' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.cxx:96:23: note: Technically the member function 'BOPAlgo_Options::DumpWarnings' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:112:24: note: Technically the member function 'BOPAlgo_Options::DumpWarnings' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:159:24: performance: Technically the member function 'BOPAlgo_Options::SetProgressIndicator' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.cxx:134:23: note: Technically the member function 'BOPAlgo_Options::SetProgressIndicator' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:159:24: note: Technically the member function 'BOPAlgo_Options::SetProgressIndicator' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:180:24: performance: Technically the member function 'BOPAlgo_Options::UserBreak' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.cxx:145:23: note: Technically the member function 'BOPAlgo_Options::UserBreak' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:180:24: note: Technically the member function 'BOPAlgo_Options::UserBreak' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.cxx:78:67: style: Function 'SetNonDestructive' argument 1 names different: declaration 'theFlag' definition 'bFlag'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:139:65: note: Function 'SetNonDestructive' argument 1 names different: declaration 'theFlag' definition 'bFlag'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.cxx:78:67: note: Function 'SetNonDestructive' argument 1 names different: declaration 'theFlag' definition 'bFlag'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.cxx:110:62: style: Function 'SetIsPrimary' argument 1 names different: declaration 'theFlag' definition 'bFlag'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:180:60: note: Function 'SetIsPrimary' argument 1 names different: declaration 'theFlag' definition 'bFlag'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.cxx:110:62: note: Function 'SetIsPrimary' argument 1 names different: declaration 'theFlag' definition 'bFlag'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.cxx:59:3: performance: Variable 'myDS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.cxx:60:3: performance: Variable 'myIterator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.cxx:61:3: performance: Variable 'myNonDestructive' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.cxx:62:3: performance: Variable 'myIsPrimary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.cxx:63:3: performance: Variable 'myAvoidBuildPCurve' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:122:35: style: Technically the member function 'BOPAlgo_PaveFiller::DS' can be const. [functionConst]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.cxx:142:37: note: Technically the member function 'BOPAlgo_PaveFiller::DS' can be const.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:122:35: note: Technically the member function 'BOPAlgo_PaveFiller::DS' can be const.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_10.cxx:66:67: style: Function 'UpdateEdgeTolerance' argument 2 names different: declaration 'aTolNew' definition 'aTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:433:64: note: Function 'UpdateEdgeTolerance' argument 2 names different: declaration 'aTolNew' definition 'aTol'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_10.cxx:66:67: note: Function 'UpdateEdgeTolerance' argument 2 names different: declaration 'aTolNew' definition 'aTol'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_2.cxx:212:27: style: Function 'IntersectVE' argument 2 names different: declaration 'bAddInterfs' definition 'theAddInterfs'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:198:59: note: Function 'IntersectVE' argument 2 names different: declaration 'bAddInterfs' definition 'theAddInterfs'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_2.cxx:212:27: note: Function 'IntersectVE' argument 2 names different: declaration 'bAddInterfs' definition 'theAddInterfs'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_2.cxx:97:8: performance: Technically the member function 'BOPAlgo_VertexEdge::SetContext' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_2.cxx:105:8: performance: Technically the member function 'BOPAlgo_VertexEdge::SetPaveBlock' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_2.cxx:113:16: style: The function 'Perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Algo.hxx:34:32: note: Virtual function in base class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_2.cxx:113:16: note: Function in derived class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_3.cxx:564:47: style: Function 'TreatNewVertices' argument 2 names different: declaration 'theImages' definition 'myImages'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:373:147: note: Function 'TreatNewVertices' argument 2 names different: declaration 'theImages' definition 'myImages'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_3.cxx:564:47: note: Function 'TreatNewVertices' argument 2 names different: declaration 'theImages' definition 'myImages'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:458:36: performance: Technically the member function 'BOPAlgo_PaveFiller::GetPBBox' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_3.cxx:751:38: note: Technically the member function 'BOPAlgo_PaveFiller::GetPBBox' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:458:36: note: Technically the member function 'BOPAlgo_PaveFiller::GetPBBox' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:477:27: style: Function 'CheckFacePaves' argument 1 names different: declaration 'theN' definition 'nVx'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:252:82: note: Function 'CheckFacePaves' argument 1 names different: declaration 'theN' definition 'nVx'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:477:27: note: Function 'CheckFacePaves' argument 1 names different: declaration 'theN' definition 'nVx'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:478:32: style: Function 'CheckFacePaves' argument 2 names different: declaration 'theMIFOn' definition 'aMIFOn'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:252:116: note: Function 'CheckFacePaves' argument 2 names different: declaration 'theMIFOn' definition 'aMIFOn'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:478:32: note: Function 'CheckFacePaves' argument 2 names different: declaration 'theMIFOn' definition 'aMIFOn'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:479:32: style: Function 'CheckFacePaves' argument 3 names different: declaration 'theMIFIn' definition 'aMIFIn'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:252:154: note: Function 'CheckFacePaves' argument 3 names different: declaration 'theMIFIn' definition 'aMIFIn'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:479:32: note: Function 'CheckFacePaves' argument 3 names different: declaration 'theMIFIn' definition 'aMIFIn'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:511:25: style: Function 'CheckFacePaves' argument 1 names different: declaration 'theVnew' definition 'aVnew'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:250:73: note: Function 'CheckFacePaves' argument 1 names different: declaration 'theVnew' definition 'aVnew'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:511:25: note: Function 'CheckFacePaves' argument 1 names different: declaration 'theVnew' definition 'aVnew'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:512:32: style: Function 'CheckFacePaves' argument 2 names different: declaration 'theMIF' definition 'aMIF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:250:110: note: Function 'CheckFacePaves' argument 2 names different: declaration 'theMIF' definition 'aMIF'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:512:32: note: Function 'CheckFacePaves' argument 2 names different: declaration 'theMIF' definition 'aMIF'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:104:16: style: The function 'Perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Algo.hxx:34:32: note: Virtual function in base class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx:104:16: note: Function in derived class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:730:49: style: Function 'MakeSDVerticesFF' argument 1 names different: declaration 'aDMVLV' definition 'theDMVLV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:221:86: note: Function 'MakeSDVerticesFF' argument 1 names different: declaration 'aDMVLV' definition 'theDMVLV'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:730:49: note: Function 'MakeSDVerticesFF' argument 1 names different: declaration 'aDMVLV' definition 'theDMVLV'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:755:47: style: Function 'PostTreatFF' argument 2 names different: declaration 'theDMExEdges' definition 'aDMExEdges'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:296:78: note: Function 'PostTreatFF' argument 2 names different: declaration 'theDMExEdges' definition 'aDMExEdges'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:755:47: note: Function 'PostTreatFF' argument 2 names different: declaration 'theDMExEdges' definition 'aDMExEdges'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:756:39: style: Function 'PostTreatFF' argument 3 names different: declaration 'theDMNewSD' definition 'aDMNewSD'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:297:70: note: Function 'PostTreatFF' argument 3 names different: declaration 'theDMNewSD' definition 'aDMNewSD'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:756:39: note: Function 'PostTreatFF' argument 3 names different: declaration 'theDMNewSD' definition 'aDMNewSD'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1281:18: style: Function 'IsExistingVertex' argument 1 names different: declaration 'theP' definition 'aP'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:254:68: note: Function 'IsExistingVertex' argument 1 names different: declaration 'theP' definition 'aP'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1281:18: note: Function 'IsExistingVertex' argument 1 names different: declaration 'theP' definition 'aP'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1282:24: style: Function 'IsExistingVertex' argument 2 names different: declaration 'theTol' definition 'theTolR3D'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:254:94: note: Function 'IsExistingVertex' argument 2 names different: declaration 'theTol' definition 'theTolR3D'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1282:24: note: Function 'IsExistingVertex' argument 2 names different: declaration 'theTol' definition 'theTolR3D'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1283:32: style: Function 'IsExistingVertex' argument 3 names different: declaration 'theMVOn' definition 'aMVOnIn'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:254:130: note: Function 'IsExistingVertex' argument 3 names different: declaration 'theMVOn' definition 'aMVOnIn'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1283:32: note: Function 'IsExistingVertex' argument 3 names different: declaration 'theMVOn' definition 'aMVOnIn'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1533:65: style: Function 'PutBoundPaveOnCurve' argument 1 names different: declaration 'theF1' definition 'aF1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:280:63: note: Function 'PutBoundPaveOnCurve' argument 1 names different: declaration 'theF1' definition 'aF1'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1533:65: note: Function 'PutBoundPaveOnCurve' argument 1 names different: declaration 'theF1' definition 'aF1'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1534:65: style: Function 'PutBoundPaveOnCurve' argument 2 names different: declaration 'theF2' definition 'aF2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:281:63: note: Function 'PutBoundPaveOnCurve' argument 2 names different: declaration 'theF2' definition 'aF2'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1534:65: note: Function 'PutBoundPaveOnCurve' argument 2 names different: declaration 'theF2' definition 'aF2'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1535:59: style: Function 'PutBoundPaveOnCurve' argument 3 names different: declaration 'theNC' definition 'aNC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:282:57: note: Function 'PutBoundPaveOnCurve' argument 3 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1535:59: note: Function 'PutBoundPaveOnCurve' argument 3 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1536:69: style: Function 'PutBoundPaveOnCurve' argument 4 names different: declaration 'theLBV' definition 'aLVB'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:283:67: note: Function 'PutBoundPaveOnCurve' argument 4 names different: declaration 'theLBV' definition 'aLVB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1536:69: note: Function 'PutBoundPaveOnCurve' argument 4 names different: declaration 'theLBV' definition 'aLVB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1875:17: style: Function 'PutEFPavesOnCurve' argument 1 names different: declaration 'theNC' definition 'aNC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:312:56: note: Function 'PutEFPavesOnCurve' argument 1 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1875:17: note: Function 'PutEFPavesOnCurve' argument 1 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1876:32: style: Function 'PutEFPavesOnCurve' argument 2 names different: declaration 'theMI' definition 'aMI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:313:61: note: Function 'PutEFPavesOnCurve' argument 2 names different: declaration 'theMI' definition 'aMI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1876:32: note: Function 'PutEFPavesOnCurve' argument 2 names different: declaration 'theMI' definition 'aMI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1877:32: style: Function 'PutEFPavesOnCurve' argument 3 names different: declaration 'theMVEF' definition 'aMVEF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:314:61: note: Function 'PutEFPavesOnCurve' argument 3 names different: declaration 'theMVEF' definition 'aMVEF'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1877:32: note: Function 'PutEFPavesOnCurve' argument 3 names different: declaration 'theMVEF' definition 'aMVEF'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1878:34: style: Function 'PutEFPavesOnCurve' argument 4 names different: declaration 'theMVTol' definition 'aMVTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:315:63: note: Function 'PutEFPavesOnCurve' argument 4 names different: declaration 'theMVTol' definition 'aMVTol'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1878:34: note: Function 'PutEFPavesOnCurve' argument 4 names different: declaration 'theMVTol' definition 'aMVTol'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1929:32: style: Function 'PutStickPavesOnCurve' argument 3 names different: declaration 'theMI' definition 'aMI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:322:61: note: Function 'PutStickPavesOnCurve' argument 3 names different: declaration 'theMI' definition 'aMI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1929:32: note: Function 'PutStickPavesOnCurve' argument 3 names different: declaration 'theMI' definition 'aMI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1930:17: style: Function 'PutStickPavesOnCurve' argument 4 names different: declaration 'theNC' definition 'aNC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:323:46: note: Function 'PutStickPavesOnCurve' argument 4 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1930:17: note: Function 'PutStickPavesOnCurve' argument 4 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1931:32: style: Function 'PutStickPavesOnCurve' argument 5 names different: declaration 'theMVStick' definition 'aMVStick'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:324:61: note: Function 'PutStickPavesOnCurve' argument 5 names different: declaration 'theMVStick' definition 'aMVStick'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1931:32: note: Function 'PutStickPavesOnCurve' argument 5 names different: declaration 'theMVStick' definition 'aMVStick'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1932:34: style: Function 'PutStickPavesOnCurve' argument 6 names different: declaration 'theMVTol' definition 'aMVTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:325:63: note: Function 'PutStickPavesOnCurve' argument 6 names different: declaration 'theMVTol' definition 'aMVTol'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:1932:34: note: Function 'PutStickPavesOnCurve' argument 6 names different: declaration 'theMVTol' definition 'aMVTol'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2018:65: style: Function 'GetStickVertices' argument 3 names different: declaration 'theMVStick' definition 'aMVStick'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:333:120: note: Function 'GetStickVertices' argument 3 names different: declaration 'theMVStick' definition 'aMVStick'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2018:65: note: Function 'GetStickVertices' argument 3 names different: declaration 'theMVStick' definition 'aMVStick'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2019:65: style: Function 'GetStickVertices' argument 4 names different: declaration 'theMVEF' definition 'aMVEF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:333:154: note: Function 'GetStickVertices' argument 4 names different: declaration 'theMVEF' definition 'aMVEF'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2019:65: note: Function 'GetStickVertices' argument 4 names different: declaration 'theMVEF' definition 'aMVEF'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2020:65: style: Function 'GetStickVertices' argument 5 names different: declaration 'theMI' definition 'aMI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:333:185: note: Function 'GetStickVertices' argument 5 names different: declaration 'theMI' definition 'aMI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2020:65: note: Function 'GetStickVertices' argument 5 names different: declaration 'theMI' definition 'aMI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2074:64: style: Function 'GetFullShapeMap' argument 2 names different: declaration 'theMI' definition 'aMI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:338:90: note: Function 'GetFullShapeMap' argument 2 names different: declaration 'theMI' definition 'aMI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2074:64: note: Function 'GetFullShapeMap' argument 2 names different: declaration 'theMI' definition 'aMI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2094:58: style: Function 'RemoveUsedVertices' argument 1 names different: declaration 'theNC' definition 'aNC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:344:57: note: Function 'RemoveUsedVertices' argument 1 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2094:58: note: Function 'RemoveUsedVertices' argument 1 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2095:67: style: Function 'RemoveUsedVertices' argument 2 names different: declaration 'theMV' definition 'aMV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:344:86: note: Function 'RemoveUsedVertices' argument 2 names different: declaration 'theMV' definition 'aMV'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2095:67: note: Function 'RemoveUsedVertices' argument 2 names different: declaration 'theMV' definition 'aMV'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2120:24: style: Function 'PutPaveOnCurve' argument 2 names different: declaration 'theTolR3D' definition 'aTolR3D'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:353:53: note: Function 'PutPaveOnCurve' argument 2 names different: declaration 'theTolR3D' definition 'aTolR3D'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2120:24: note: Function 'PutPaveOnCurve' argument 2 names different: declaration 'theTolR3D' definition 'aTolR3D'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2121:23: style: Function 'PutPaveOnCurve' argument 3 names different: declaration 'theNC' definition 'aNC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:354:52: note: Function 'PutPaveOnCurve' argument 3 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2121:23: note: Function 'PutPaveOnCurve' argument 3 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2122:32: style: Function 'PutPaveOnCurve' argument 4 names different: declaration 'theMI' definition 'aMI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:355:61: note: Function 'PutPaveOnCurve' argument 4 names different: declaration 'theMI' definition 'aMI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2122:32: note: Function 'PutPaveOnCurve' argument 4 names different: declaration 'theMI' definition 'aMI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2123:34: style: Function 'PutPaveOnCurve' argument 5 names different: declaration 'theMVTol' definition 'aMVTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:356:63: note: Function 'PutPaveOnCurve' argument 5 names different: declaration 'theMVTol' definition 'aMVTol'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2123:34: note: Function 'PutPaveOnCurve' argument 5 names different: declaration 'theMVTol' definition 'aMVTol'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2125:27: style: Function 'PutPaveOnCurve' argument 7 names different: declaration 'aType' definition 'iCheckExtend'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:358:56: note: Function 'PutPaveOnCurve' argument 7 names different: declaration 'aType' definition 'iCheckExtend'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2125:27: note: Function 'PutPaveOnCurve' argument 7 names different: declaration 'aType' definition 'iCheckExtend'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2215:41: style: Function 'ProcessExistingPaveBlocks' argument 2 names different: declaration 'theMPBOnIn' definition 'aMPBOnIn'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:363:117: note: Function 'ProcessExistingPaveBlocks' argument 2 names different: declaration 'theMPBOnIn' definition 'aMPBOnIn'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2215:41: note: Function 'ProcessExistingPaveBlocks' argument 2 names different: declaration 'theMPBOnIn' definition 'aMPBOnIn'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2216:51: style: Function 'ProcessExistingPaveBlocks' argument 3 names different: declaration 'theDMBV' definition 'aDMBV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:363:174: note: Function 'ProcessExistingPaveBlocks' argument 3 names different: declaration 'theDMBV' definition 'aDMBV'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2216:51: note: Function 'ProcessExistingPaveBlocks' argument 3 names different: declaration 'theDMBV' definition 'aDMBV'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2217:53: style: Function 'ProcessExistingPaveBlocks' argument 4 names different: declaration 'theMSCPB' definition 'aMSCPB'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:363:230: note: Function 'ProcessExistingPaveBlocks' argument 4 names different: declaration 'theMSCPB' definition 'aMSCPB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2217:53: note: Function 'ProcessExistingPaveBlocks' argument 4 names different: declaration 'theMSCPB' definition 'aMSCPB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2218:38: style: Function 'ProcessExistingPaveBlocks' argument 5 names different: declaration 'theMVI' definition 'aMVI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:363:272: note: Function 'ProcessExistingPaveBlocks' argument 5 names different: declaration 'theMVI' definition 'aMVI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2218:38: note: Function 'ProcessExistingPaveBlocks' argument 5 names different: declaration 'theMVI' definition 'aMVI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2219:28: style: Function 'ProcessExistingPaveBlocks' argument 6 names different: declaration 'theMPB' definition 'aMPB'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:363:302: note: Function 'ProcessExistingPaveBlocks' argument 6 names different: declaration 'theMPB' definition 'aMPB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2219:28: note: Function 'ProcessExistingPaveBlocks' argument 6 names different: declaration 'theMPB' definition 'aMPB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2953:23: style: Function 'EstimatePaveOnCurve' argument 2 names different: declaration 'theNC' definition 'aNC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:429:75: note: Function 'EstimatePaveOnCurve' argument 2 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2953:23: note: Function 'EstimatePaveOnCurve' argument 2 names different: declaration 'theNC' definition 'aNC'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2954:24: style: Function 'EstimatePaveOnCurve' argument 3 names different: declaration 'theTolR3D' definition 'aTolR3D'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:430:76: note: Function 'EstimatePaveOnCurve' argument 3 names different: declaration 'theTolR3D' definition 'aTolR3D'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2954:24: note: Function 'EstimatePaveOnCurve' argument 3 names different: declaration 'theTolR3D' definition 'aTolR3D'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:344:24: performance: Technically the member function 'BOPAlgo_PaveFiller::RemoveUsedVertices' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:2094:26: note: Technically the member function 'BOPAlgo_PaveFiller::RemoveUsedVertices' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:344:24: note: Technically the member function 'BOPAlgo_PaveFiller::RemoveUsedVertices' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:145:16: style: The function 'Perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Algo.hxx:34:32: note: Virtual function in base class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx:145:16: note: Function in derived class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:84:5: performance: Variable 'myT1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:85:5: performance: Variable 'myT2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:86:5: performance: Variable 'myTol' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:105:8: performance: Technically the member function 'BOPAlgo_SplitEdge::SetPaveBlock' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:113:8: performance: Technically the member function 'BOPAlgo_SplitEdge::SetCommonBlock' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:125:17: style: Technically the member function 'BOPAlgo_SplitEdge::Box' can be const. [functionConst]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:137:8: performance: Technically the member function 'BOPAlgo_SplitEdge::SetContext' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:239:8: performance: Technically the member function 'BOPAlgo_MPC::SetContext' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:141:16: style: The function 'Perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Algo.hxx:34:32: note: Virtual function in base class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:141:16: note: Function in derived class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:247:16: style: The function 'Perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Algo.hxx:34:32: note: Virtual function in base class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx:247:16: note: Function in derived class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:142:66: style: Function 'FindPaveBlocks' argument 1 names different: declaration 'theV' definition 'nV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:302:63: note: Function 'FindPaveBlocks' argument 1 names different: declaration 'theV' definition 'nV'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:142:66: note: Function 'FindPaveBlocks' argument 1 names different: declaration 'theV' definition 'nV'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:143:66: style: Function 'FindPaveBlocks' argument 2 names different: declaration 'theF' definition 'nF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:302:92: note: Function 'FindPaveBlocks' argument 2 names different: declaration 'theF' definition 'nF'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:143:66: note: Function 'FindPaveBlocks' argument 2 names different: declaration 'theF' definition 'nF'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:144:66: style: Function 'FindPaveBlocks' argument 3 names different: declaration 'theLPB' definition 'aLPBOut'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:302:121: note: Function 'FindPaveBlocks' argument 3 names different: declaration 'theLPB' definition 'aLPBOut'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:144:66: note: Function 'FindPaveBlocks' argument 3 names different: declaration 'theLPB' definition 'aLPBOut'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:185:66: style: Function 'MakeSplitEdge' argument 1 names different: declaration 'theV' definition 'nDE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:306:62: note: Function 'MakeSplitEdge' argument 1 names different: declaration 'theV' definition 'nDE'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:185:66: note: Function 'MakeSplitEdge' argument 1 names different: declaration 'theV' definition 'nDE'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:186:66: style: Function 'MakeSplitEdge' argument 2 names different: declaration 'theF' definition 'nDF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:306:91: note: Function 'MakeSplitEdge' argument 2 names different: declaration 'theF' definition 'nDF'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:186:66: note: Function 'MakeSplitEdge' argument 2 names different: declaration 'theF' definition 'nDF'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:244:61: style: Function 'FillPaves' argument 1 names different: declaration 'theV' definition 'nVD'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:304:58: note: Function 'FillPaves' argument 1 names different: declaration 'theV' definition 'nVD'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:244:61: note: Function 'FillPaves' argument 1 names different: declaration 'theV' definition 'nVD'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:245:61: style: Function 'FillPaves' argument 2 names different: declaration 'theE' definition 'nED'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:304:87: note: Function 'FillPaves' argument 2 names different: declaration 'theE' definition 'nED'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:245:61: note: Function 'FillPaves' argument 2 names different: declaration 'theE' definition 'nED'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:246:61: style: Function 'FillPaves' argument 3 names different: declaration 'theF' definition 'nFD'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:304:116: note: Function 'FillPaves' argument 3 names different: declaration 'theF' definition 'nFD'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:246:61: note: Function 'FillPaves' argument 3 names different: declaration 'theF' definition 'nFD'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:247:67: style: Function 'FillPaves' argument 4 names different: declaration 'theLPB' definition 'aLPBOut'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:304:151: note: Function 'FillPaves' argument 4 names different: declaration 'theLPB' definition 'aLPBOut'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx:247:67: note: Function 'FillPaves' argument 4 names different: declaration 'theLPB' definition 'aLPBOut'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_9.cxx:84:64: style: Function 'FillShrunkData' argument 1 names different: declaration 'theType1' definition 'aType1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:237:63: note: Function 'FillShrunkData' argument 1 names different: declaration 'theType1' definition 'aType1'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_9.cxx:84:64: note: Function 'FillShrunkData' argument 1 names different: declaration 'theType1' definition 'aType1'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_9.cxx:85:64: style: Function 'FillShrunkData' argument 2 names different: declaration 'theType2' definition 'aType2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller.hxx:237:96: note: Function 'FillShrunkData' argument 2 names different: declaration 'theType2' definition 'aType2'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_PaveFiller_9.cxx:85:64: note: Function 'FillShrunkData' argument 2 names different: declaration 'theType2' definition 'aType2'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_RemoveFeatures.cxx:1537:46: style: Function 'FillSolidsHistory' argument 2 names different: declaration 'theSolidsRes' definition 'theSolidsOut'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_RemoveFeatures.cxx:103:53: note: Function 'FillSolidsHistory' argument 2 names different: declaration 'theSolidsRes' definition 'theSolidsOut'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_RemoveFeatures.cxx:1537:46: note: Function 'FillSolidsHistory' argument 2 names different: declaration 'theSolidsRes' definition 'theSolidsOut'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_RemoveFeatures.cxx:296:3: warning: Member variable 'FillGap::myEFMap' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_RemoveFeatures.cxx:296:3: warning: Member variable 'FillGap::myFSMap' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_RemoveFeatures.hxx:213:8: style: The function 'Clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Options.hxx:61:16: note: Virtual function in base class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_RemoveFeatures.hxx:213:8: note: Function in derived class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Section.cxx:298:54: style: Variable 'iCnt' is modified but its new value is never used. [unreadVariable]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Section.hxx:48:19: style: Class 'BOPAlgo_Section' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ShellSplitter.cxx:121:65: style: Function 'AddStartElement' argument 1 names different: declaration 'theS' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ShellSplitter.hxx:48:61: note: Function 'AddStartElement' argument 1 names different: declaration 'theS' definition 'aE'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ShellSplitter.cxx:121:65: note: Function 'AddStartElement' argument 1 names different: declaration 'theS' definition 'aE'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ShellSplitter.cxx:159:65: style: Function 'SplitBlock' argument 1 names different: declaration 'theCB' definition 'aCB'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ShellSplitter.hxx:59:68: note: Function 'SplitBlock' argument 1 names different: declaration 'theCB' definition 'aCB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ShellSplitter.cxx:159:65: note: Function 'SplitBlock' argument 1 names different: declaration 'theCB' definition 'aCB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ShellSplitter.cxx:397:40: style: Function 'RefineShell' argument 3 names different: declaration 'aLShX' definition 'theLShSp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ShellSplitter.cxx:44:42: note: Function 'RefineShell' argument 3 names different: declaration 'aLShX' definition 'theLShSp'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_ShellSplitter.cxx:397:40: note: Function 'RefineShell' argument 3 names different: declaration 'aLShX' definition 'theLShSp'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Splitter.hxx:60:19: style: Class 'BOPAlgo_Splitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:113:89: style: Function 'PerformCommonBlocks' argument 1 names different: declaration 'theMBlocks' definition 'aMPBLPB'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.hxx:103:99: note: Function 'PerformCommonBlocks' argument 1 names different: declaration 'theMBlocks' definition 'aMPBLPB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:113:89: note: Function 'PerformCommonBlocks' argument 1 names different: declaration 'theMBlocks' definition 'aMPBLPB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:180:93: style: Function 'PerformCommonBlocks' argument 1 names different: declaration 'theMBlocks' definition 'aMPBLI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.hxx:107:103: note: Function 'PerformCommonBlocks' argument 1 names different: declaration 'theMBlocks' definition 'aMPBLI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:180:93: note: Function 'PerformCommonBlocks' argument 1 names different: declaration 'theMBlocks' definition 'aMPBLI'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:1121:56: style: Function 'TreatCompound' argument 2 names different: declaration 'theMFence' definition 'aMFence'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.hxx:168:66: note: Function 'TreatCompound' argument 2 names different: declaration 'theMFence' definition 'aMFence'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:1121:56: note: Function 'TreatCompound' argument 2 names different: declaration 'theMFence' definition 'aMFence'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:1468:67: style: Function 'MakeConnexityBlock' argument 1 names different: declaration 'theF' definition 'theFStart'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:1275:46: note: Function 'MakeConnexityBlock' argument 1 names different: declaration 'theF' definition 'theFStart'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:1468:67: note: Function 'MakeConnexityBlock' argument 1 names different: declaration 'theF' definition 'theFStart'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:1469:82: style: Function 'MakeConnexityBlock' argument 2 names different: declaration 'theMEToAvoid' definition 'theMEAvoid'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:1276:61: note: Function 'MakeConnexityBlock' argument 2 names different: declaration 'theMEToAvoid' definition 'theMEAvoid'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:1469:82: note: Function 'MakeConnexityBlock' argument 2 names different: declaration 'theMEToAvoid' definition 'theMEAvoid'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:1247:8: performance: Technically the member function 'BOPAlgo_FillIn3DParts::SetContext' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:1259:16: style: The function 'Perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Algo.hxx:34:32: note: Virtual function in base class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_Tools.cxx:1259:16: note: Function in derived class
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.hxx:56:24: performance: Technically the member function 'BOPAlgo_WireSplitter::SetContext' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.cxx:86:28: note: Technically the member function 'BOPAlgo_WireSplitter::SetContext' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.hxx:56:24: note: Technically the member function 'BOPAlgo_WireSplitter::SetContext' can be static.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.cxx:155:8: performance: Technically the member function 'BOPAlgo_WS_ConnexityBlock::SetContext' can be static. [functionStatic]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:151:58: style: Function 'SplitBlock' argument 1 names different: declaration 'theF' definition 'myFace'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.hxx:65:62: note: Function 'SplitBlock' argument 1 names different: declaration 'theF' definition 'myFace'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:151:58: note: Function 'SplitBlock' argument 1 names different: declaration 'theF' definition 'myFace'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:152:64: style: Function 'SplitBlock' argument 2 names different: declaration 'theCB' definition 'aCB'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter.hxx:66:68: note: Function 'SplitBlock' argument 2 names different: declaration 'theCB' definition 'aCB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:152:64: note: Function 'SplitBlock' argument 2 names different: declaration 'theCB' definition 'aCB'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:356:33: style: Function 'Path' argument 3 names different: declaration 'aVa' definition 'aVFirst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:97:35: note: Function 'Path' argument 3 names different: declaration 'aVa' definition 'aVFirst'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:356:33: note: Function 'Path' argument 3 names different: declaration 'aVa' definition 'aVFirst'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:357:31: style: Function 'Path' argument 4 names different: declaration 'aEOuta' definition 'aEFirst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:98:33: note: Function 'Path' argument 4 names different: declaration 'aEOuta' definition 'aEFirst'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:357:31: note: Function 'Path' argument 4 names different: declaration 'aEOuta' definition 'aEFirst'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:358:30: style: Function 'Path' argument 5 names different: declaration 'anEdgeInfo' definition 'aEIFirst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:99:32: note: Function 'Path' argument 5 names different: declaration 'anEdgeInfo' definition 'aEIFirst'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:358:30: note: Function 'Path' argument 5 names different: declaration 'anEdgeInfo' definition 'aEIFirst'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:726:49: style: Function 'Angle2D' argument 5 names different: declaration 'aFlag' definition 'bIsIN'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:66:49: note: Function 'Angle2D' argument 5 names different: declaration 'aFlag' definition 'bIsIN'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:726:49: note: Function 'Angle2D' argument 5 names different: declaration 'aFlag' definition 'bIsIN'.
occt-V7_3_0/src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx:879:54: style: Variable 'iCnt' is modified but its new value is never used. [unreadVariable]
occt-V7_3_0/src/BOPDS/BOPDS_CommonBlock.cxx:160:80: style: Function 'IsPaveBlockOnFace' argument 1 names different: declaration 'theIndex' definition 'aIx'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_CommonBlock.hxx:117:78: note: Function 'IsPaveBlockOnFace' argument 1 names different: declaration 'theIndex' definition 'aIx'.
occt-V7_3_0/src/BOPDS/BOPDS_CommonBlock.cxx:160:80: note: Function 'IsPaveBlockOnFace' argument 1 names different: declaration 'theIndex' definition 'aIx'.
occt-V7_3_0/src/BOPDS/BOPDS_CommonBlock.cxx:180:80: style: Function 'IsPaveBlockOnEdge' argument 1 names different: declaration 'theIndex' definition 'aIx'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_CommonBlock.hxx:124:78: note: Function 'IsPaveBlockOnEdge' argument 1 names different: declaration 'theIndex' definition 'aIx'.
occt-V7_3_0/src/BOPDS/BOPDS_CommonBlock.cxx:180:80: note: Function 'IsPaveBlockOnEdge' argument 1 names different: declaration 'theIndex' definition 'aIx'.
occt-V7_3_0/src/BOPDS/BOPDS_Pave.lxx:21:3: performance: Variable 'myIndex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_Pave.lxx:22:3: performance: Variable 'myParameter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_CommonBlock.hxx:54:19: style: Class 'BOPDS_CommonBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.hxx:55:19: style: Class 'BOPDS_PaveBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_IndexRange.lxx:29:65: style: Function 'SetFirst' argument 1 names different: declaration 'theI1' definition 'aFirst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_IndexRange.hxx:42:43: note: Function 'SetFirst' argument 1 names different: declaration 'theI1' definition 'aFirst'.
occt-V7_3_0/src/BOPDS/BOPDS_IndexRange.lxx:29:65: note: Function 'SetFirst' argument 1 names different: declaration 'theI1' definition 'aFirst'.
occt-V7_3_0/src/BOPDS/BOPDS_IndexRange.lxx:45:64: style: Function 'SetLast' argument 1 names different: declaration 'theI2' definition 'aLast'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_IndexRange.hxx:47:42: note: Function 'SetLast' argument 1 names different: declaration 'theI2' definition 'aLast'.
occt-V7_3_0/src/BOPDS/BOPDS_IndexRange.lxx:45:64: note: Function 'SetLast' argument 1 names different: declaration 'theI2' definition 'aLast'.
occt-V7_3_0/src/BOPDS/BOPDS_IndexRange.lxx:82:75: style: Function 'Contains' argument 1 names different: declaration 'theIndex' definition 'aIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_IndexRange.hxx:74:55: note: Function 'Contains' argument 1 names different: declaration 'theIndex' definition 'aIndex'.
occt-V7_3_0/src/BOPDS/BOPDS_IndexRange.lxx:82:75: note: Function 'Contains' argument 1 names different: declaration 'theIndex' definition 'aIndex'.
occt-V7_3_0/src/BOPDS/BOPDS_Curve.lxx:52:59: style: Function 'SetCurve' argument 1 names different: declaration 'theC' definition 'theCurve'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_Curve.hxx:56:42: note: Function 'SetCurve' argument 1 names different: declaration 'theC' definition 'theCurve'.
occt-V7_3_0/src/BOPDS/BOPDS_Curve.lxx:52:59: note: Function 'SetCurve' argument 1 names different: declaration 'theC' definition 'theCurve'.
occt-V7_3_0/src/BOPDS/BOPDS_Tools.lxx:19:69: style: Function 'HasBRep' argument 1 names different: declaration 'theT' definition 'aTi'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_Tools.hxx:52:61: note: Function 'HasBRep' argument 1 names different: declaration 'theT' definition 'aTi'.
occt-V7_3_0/src/BOPDS/BOPDS_Tools.lxx:19:69: note: Function 'HasBRep' argument 1 names different: declaration 'theT' definition 'aTi'.
occt-V7_3_0/src/BOPDS/BOPDS_Tools.lxx:28:27: style: Function 'IsInterfering' argument 1 names different: declaration 'theT' definition 'aTi'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_Tools.hxx:57:67: note: Function 'IsInterfering' argument 1 names different: declaration 'theT' definition 'aTi'.
occt-V7_3_0/src/BOPDS/BOPDS_Tools.lxx:28:27: note: Function 'IsInterfering' argument 1 names different: declaration 'theT' definition 'aTi'.
occt-V7_3_0/src/BOPDS/BOPDS_Tools.lxx:36:75: style: Function 'TypeToInteger' argument 1 names different: declaration 'theT1' definition 'aType1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_Tools.hxx:42:67: note: Function 'TypeToInteger' argument 1 names different: declaration 'theT1' definition 'aType1'.
occt-V7_3_0/src/BOPDS/BOPDS_Tools.lxx:36:75: note: Function 'TypeToInteger' argument 1 names different: declaration 'theT1' definition 'aType1'.
occt-V7_3_0/src/BOPDS/BOPDS_Tools.lxx:37:33: style: Function 'TypeToInteger' argument 2 names different: declaration 'theT2' definition 'aType2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_Tools.hxx:42:97: note: Function 'TypeToInteger' argument 2 names different: declaration 'theT2' definition 'aType2'.
occt-V7_3_0/src/BOPDS/BOPDS_Tools.lxx:37:33: note: Function 'TypeToInteger' argument 2 names different: declaration 'theT2' definition 'aType2'.
occt-V7_3_0/src/BOPDS/BOPDS_Tools.lxx:92:75: style: Function 'TypeToInteger' argument 1 names different: declaration 'theT' definition 'aType1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_Tools.hxx:47:67: note: Function 'TypeToInteger' argument 1 names different: declaration 'theT' definition 'aType1'.
occt-V7_3_0/src/BOPDS/BOPDS_Tools.lxx:92:75: note: Function 'TypeToInteger' argument 1 names different: declaration 'theT' definition 'aType1'.
occt-V7_3_0/src/BOPDS/BOPDS_ShapeInfo.lxx:204:61: style: Function 'SetFlag' argument 1 names different: declaration 'theI' definition 'theFlag'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_ShapeInfo.hxx:139:42: note: Function 'SetFlag' argument 1 names different: declaration 'theI' definition 'theFlag'.
occt-V7_3_0/src/BOPDS/BOPDS_ShapeInfo.lxx:204:61: note: Function 'SetFlag' argument 1 names different: declaration 'theI' definition 'theFlag'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:218:64: style: Function 'Range' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:139:73: note: Function 'Range' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:218:64: note: Function 'Range' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:226:56: style: Function 'Rank' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:144:65: note: Function 'Rank' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:226:56: note: Function 'Rank' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:244:62: style: Function 'IsNewShape' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:149:71: note: Function 'IsNewShape' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:244:62: note: Function 'IsNewShape' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:280:27: style: Function 'ShapeInfo' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:169:76: note: Function 'ShapeInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:280:27: note: Function 'ShapeInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:288:67: style: Function 'ChangeShapeInfo' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:175:76: note: Function 'ChangeShapeInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:288:67: note: Function 'ChangeShapeInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:300:60: style: Function 'Shape' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:181:69: note: Function 'Shape' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:300:60: note: Function 'Shape' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:649:27: style: Function 'InitShape' argument 1 names different: declaration 'theIndex' definition 'aI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:491:58: note: Function 'InitShape' argument 1 names different: declaration 'theIndex' definition 'aI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:649:27: note: Function 'InitShape' argument 1 names different: declaration 'theIndex' definition 'aI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:650:24: style: Function 'InitShape' argument 2 names different: declaration 'theS' definition 'aS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:491:88: note: Function 'InitShape' argument 2 names different: declaration 'theS' definition 'aS'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:650:24: note: Function 'InitShape' argument 2 names different: declaration 'theS' definition 'aS'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:785:65: style: Function 'HasPaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:202:74: note: Function 'HasPaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:785:65: note: Function 'HasPaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:794:27: style: Function 'PaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:207:83: note: Function 'PaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:794:27: note: Function 'PaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:812:27: style: Function 'ChangePaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:212:83: note: Function 'ChangePaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:812:27: note: Function 'ChangePaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:830:54: style: Function 'InitPaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:486:63: note: Function 'InitPaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:830:54: note: Function 'InitPaveBlocks' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1172:63: style: Function 'HasFaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:261:72: note: Function 'HasFaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1172:63: note: Function 'HasFaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1180:65: style: Function 'FaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:266:74: note: Function 'FaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1180:65: note: Function 'FaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1196:65: style: Function 'ChangeFaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:271:74: note: Function 'ChangeFaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1196:65: note: Function 'ChangeFaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1217:52: style: Function 'InitFaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:489:61: note: Function 'InitFaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1217:52: note: Function 'InitFaceInfo' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1234:56: style: Function 'UpdateFaceInfoIn' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:275:65: note: Function 'UpdateFaceInfoIn' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1234:56: note: Function 'UpdateFaceInfoIn' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1254:56: style: Function 'UpdateFaceInfoOn' argument 1 names different: declaration 'theIndex' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:279:65: note: Function 'UpdateFaceInfoOn' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1254:56: note: Function 'UpdateFaceInfoOn' argument 1 names different: declaration 'theIndex' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1274:50: style: Function 'FaceInfoOn' argument 1 names different: declaration 'theIndex' definition 'theF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:285:59: note: Function 'FaceInfoOn' argument 1 names different: declaration 'theIndex' definition 'theF'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1274:50: note: Function 'FaceInfoOn' argument 1 names different: declaration 'theIndex' definition 'theF'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1276:49: style: Function 'FaceInfoOn' argument 3 names different: declaration 'theMVP' definition 'theMI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:285:128: note: Function 'FaceInfoOn' argument 3 names different: declaration 'theMVP' definition 'theMI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1276:49: note: Function 'FaceInfoOn' argument 3 names different: declaration 'theMVP' definition 'theMI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1313:50: style: Function 'FaceInfoIn' argument 1 names different: declaration 'theIndex' definition 'theF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:291:59: note: Function 'FaceInfoIn' argument 1 names different: declaration 'theIndex' definition 'theF'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1313:50: note: Function 'FaceInfoIn' argument 1 names different: declaration 'theIndex' definition 'theF'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1315:49: style: Function 'FaceInfoIn' argument 3 names different: declaration 'theMVP' definition 'theMI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:291:128: note: Function 'FaceInfoIn' argument 3 names different: declaration 'theMVP' definition 'theMI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1315:49: note: Function 'FaceInfoIn' argument 3 names different: declaration 'theMVP' definition 'theMI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1413:53: style: Function 'AloneVertices' argument 1 names different: declaration 'theF' definition 'theI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:297:62: note: Function 'AloneVertices' argument 1 names different: declaration 'theF' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1413:53: note: Function 'AloneVertices' argument 1 names different: declaration 'theF' definition 'theI'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1525:51: style: Function 'SharedEdges' argument 1 names different: declaration 'theF1' definition 'nF1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:324:60: note: Function 'SharedEdges' argument 1 names different: declaration 'theF1' definition 'nF1'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1525:51: note: Function 'SharedEdges' argument 1 names different: declaration 'theF1' definition 'nF1'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1526:30: style: Function 'SharedEdges' argument 2 names different: declaration 'theF2' definition 'nF2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:324:90: note: Function 'SharedEdges' argument 2 names different: declaration 'theF2' definition 'nF2'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1526:30: note: Function 'SharedEdges' argument 2 names different: declaration 'theF2' definition 'nF2'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1732:45: style: Function 'Paves' argument 1 names different: declaration 'theIndex' definition 'theEdge'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:446:54: note: Function 'Paves' argument 1 names different: declaration 'theIndex' definition 'theEdge'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1732:45: note: Function 'Paves' argument 1 names different: declaration 'theIndex' definition 'theEdge'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1777:59: style: Function 'UpdateEdgeTolerance' argument 1 names different: declaration 'theIndex' definition 'nE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:450:68: note: Function 'UpdateEdgeTolerance' argument 1 names different: declaration 'theIndex' definition 'nE'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1777:59: note: Function 'UpdateEdgeTolerance' argument 1 names different: declaration 'theIndex' definition 'nE'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1778:56: style: Function 'UpdateEdgeTolerance' argument 2 names different: declaration 'theTolerance' definition 'aTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:451:65: note: Function 'UpdateEdgeTolerance' argument 2 names different: declaration 'theTolerance' definition 'aTol'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1778:56: note: Function 'UpdateEdgeTolerance' argument 2 names different: declaration 'theTolerance' definition 'aTol'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1872:42: style: Function 'BuildBndBoxSolid' argument 2 names different: declaration 'theBox' definition 'aBoxS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:478:51: note: Function 'BuildBndBoxSolid' argument 2 names different: declaration 'theBox' definition 'aBoxS'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1872:42: note: Function 'BuildBndBoxSolid' argument 2 names different: declaration 'theBox' definition 'aBoxS'.
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:93:3: performance: Variable 'myNbShapes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:94:3: performance: Variable 'myNbSourceShapes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:124:3: performance: Variable 'myNbShapes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:125:3: performance: Variable 'myNbSourceShapes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:285:24: style: Technically the member function 'BOPDS_DS::FaceInfoOn' can be const. [functionConst]
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1274:16: note: Technically the member function 'BOPDS_DS::FaceInfoOn' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:285:24: note: Technically the member function 'BOPDS_DS::FaceInfoOn' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:442:36: style: Technically the member function 'BOPDS_DS::IsSubShape' can be const. [functionConst]
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1705:28: note: Technically the member function 'BOPDS_DS::IsSubShape' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:442:36: note: Technically the member function 'BOPDS_DS::IsSubShape' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:446:24: style: Technically the member function 'BOPDS_DS::Paves' can be const. [functionConst]
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1732:16: note: Technically the member function 'BOPDS_DS::Paves' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:446:24: note: Technically the member function 'BOPDS_DS::Paves' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:458:24: style: Technically the member function 'BOPDS_DS::UpdatePaveBlockWithSDVertices' can be const. [functionConst]
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1971:16: note: Technically the member function 'BOPDS_DS::UpdatePaveBlockWithSDVertices' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:458:24: note: Technically the member function 'BOPDS_DS::UpdatePaveBlockWithSDVertices' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:472:36: style: Technically the member function 'BOPDS_DS::IsValidShrunkData' can be const. [functionConst]
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:2070:28: note: Technically the member function 'BOPDS_DS::IsValidShrunkData' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:472:36: note: Technically the member function 'BOPDS_DS::IsValidShrunkData' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:477:24: style: Technically the member function 'BOPDS_DS::BuildBndBoxSolid' can be const. [functionConst]
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1871:16: note: Technically the member function 'BOPDS_DS::BuildBndBoxSolid' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:477:24: note: Technically the member function 'BOPDS_DS::BuildBndBoxSolid' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:493:36: style: Technically the member function 'BOPDS_DS::CheckCoincidence' can be const. [functionConst]
occt-V7_3_0/src/BOPDS/BOPDS_DS.cxx:1659:28: note: Technically the member function 'BOPDS_DS::CheckCoincidence' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:493:36: note: Technically the member function 'BOPDS_DS::CheckCoincidence' can be const.
occt-V7_3_0/src/BOPDS/BOPDS_FaceInfo.hxx:49:5: style: Class 'BOPDS_FaceInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Curve.hxx:51:5: style: Class 'BOPDS_Curve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Interf.hxx:177:3: style: Class 'BOPDS_Interf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Interf.hxx:215:3: style: Class 'BOPDS_InterfVV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Interf.hxx:251:3: style: Class 'BOPDS_InterfVE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Interf.hxx:316:3: style: Class 'BOPDS_InterfVF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Interf.hxx:386:3: style: Class 'BOPDS_InterfEE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Interf.hxx:446:3: style: Class 'BOPDS_InterfEF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Interf.hxx:612:3: style: Class 'BOPDS_InterfVZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Interf.hxx:645:3: style: Class 'BOPDS_InterfEZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Interf.hxx:678:3: style: Class 'BOPDS_InterfFZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Interf.hxx:711:3: style: Class 'BOPDS_InterfZZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_ShapeInfo.hxx:48:5: style: Class 'BOPDS_ShapeInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_DS.hxx:96:19: style: Class 'BOPDS_DS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:146:45: style: Function 'SetDS' argument 1 names different: declaration 'pDS' definition 'aDS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.hxx:59:48: note: Function 'SetDS' argument 1 names different: declaration 'pDS' definition 'aDS'.
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:146:45: note: Function 'SetDS' argument 1 names different: declaration 'pDS' definition 'aDS'.
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:188:56: style: Function 'Initialize' argument 1 names different: declaration 'theType1' definition 'aType1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.hxx:68:59: note: Function 'Initialize' argument 1 names different: declaration 'theType1' definition 'aType1'.
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:188:56: note: Function 'Initialize' argument 1 names different: declaration 'theType1' definition 'aType1'.
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:189:28: style: Function 'Initialize' argument 2 names different: declaration 'theType2' definition 'aType2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.hxx:68:92: note: Function 'Initialize' argument 2 names different: declaration 'theType2' definition 'aType2'.
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:189:28: note: Function 'Initialize' argument 2 names different: declaration 'theType2' definition 'aType2'.
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:223:46: style: Function 'Value' argument 1 names different: declaration 'theIndex1' definition 'theI1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.hxx:80:49: note: Function 'Value' argument 1 names different: declaration 'theIndex1' definition 'theI1'.
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:223:46: note: Function 'Value' argument 1 names different: declaration 'theIndex1' definition 'theI1'.
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:224:46: style: Function 'Value' argument 2 names different: declaration 'theIndex2' definition 'theI2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.hxx:81:49: note: Function 'Value' argument 2 names different: declaration 'theIndex2' definition 'theI2'.
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:224:46: note: Function 'Value' argument 2 names different: declaration 'theIndex2' definition 'theI2'.
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:89:3: performance: Variable 'myLength' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.cxx:111:3: performance: Variable 'myLength' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_Iterator.hxx:55:19: style: Class 'BOPDS_Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_IteratorSI.hxx:52:19: style: Class 'BOPDS_IteratorSI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:257:75: style: Function 'ContainsParameter' argument 1 names different: declaration 'thePrm' definition 'theT'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.hxx:178:75: note: Function 'ContainsParameter' argument 1 names different: declaration 'thePrm' definition 'theT'.
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:257:75: note: Function 'ContainsParameter' argument 1 names different: declaration 'thePrm' definition 'theT'.
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:351:59: style: Function 'SetShrunkData' argument 1 names different: declaration 'theTS1' definition 'theT1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.hxx:188:59: note: Function 'SetShrunkData' argument 1 names different: declaration 'theTS1' definition 'theT1'.
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:351:59: note: Function 'SetShrunkData' argument 1 names different: declaration 'theTS1' definition 'theT1'.
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:352:59: style: Function 'SetShrunkData' argument 2 names different: declaration 'theTS2' definition 'theT2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.hxx:189:59: note: Function 'SetShrunkData' argument 2 names different: declaration 'theTS2' definition 'theT2'.
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:352:59: note: Function 'SetShrunkData' argument 2 names different: declaration 'theTS2' definition 'theT2'.
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:365:51: style: Function 'ShrunkData' argument 1 names different: declaration 'theTS1' definition 'theT1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.hxx:199:51: note: Function 'ShrunkData' argument 1 names different: declaration 'theTS1' definition 'theT1'.
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:365:51: note: Function 'ShrunkData' argument 1 names different: declaration 'theTS1' definition 'theT1'.
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:366:51: style: Function 'ShrunkData' argument 2 names different: declaration 'theTS2' definition 'theT2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.hxx:200:51: note: Function 'ShrunkData' argument 2 names different: declaration 'theTS2' definition 'theT2'.
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:366:51: note: Function 'ShrunkData' argument 2 names different: declaration 'theTS2' definition 'theT2'.
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:37:3: performance: Variable 'myEdge' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:38:3: performance: Variable 'myOriginalEdge' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:39:3: performance: Variable 'myTS1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:41:3: performance: Variable 'myIsSplittable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:53:3: performance: Variable 'myEdge' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:54:3: performance: Variable 'myOriginalEdge' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:55:3: performance: Variable 'myTS1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_PaveBlock.cxx:57:3: performance: Variable 'myIsSplittable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPDS/BOPDS_SubIterator.cxx:76:51: style: Function 'Value' argument 1 names different: declaration 'theIndex1' definition 'theI1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_SubIterator.hxx:106:49: note: Function 'Value' argument 1 names different: declaration 'theIndex1' definition 'theI1'.
occt-V7_3_0/src/BOPDS/BOPDS_SubIterator.cxx:76:51: note: Function 'Value' argument 1 names different: declaration 'theIndex1' definition 'theI1'.
occt-V7_3_0/src/BOPDS/BOPDS_SubIterator.cxx:77:51: style: Function 'Value' argument 2 names different: declaration 'theIndex2' definition 'theI2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPDS/BOPDS_SubIterator.hxx:106:78: note: Function 'Value' argument 2 names different: declaration 'theIndex2' definition 'theI2'.
occt-V7_3_0/src/BOPDS/BOPDS_SubIterator.cxx:77:51: note: Function 'Value' argument 2 names different: declaration 'theIndex2' definition 'theI2'.
occt-V7_3_0/src/BOPDS/BOPDS_SubIterator.cxx:36:22: warning: Member variable 'BOPDS_SubIterator::mySubSet1' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BOPDS/BOPDS_SubIterator.cxx:36:22: warning: Member variable 'BOPDS_SubIterator::mySubSet2' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BOPDS/BOPDS_SubIterator.cxx:47:22: warning: Member variable 'BOPDS_SubIterator::mySubSet1' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BOPDS/BOPDS_SubIterator.cxx:47:22: warning: Member variable 'BOPDS_SubIterator::mySubSet2' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BOPDS/BOPDS_SubIterator.hxx:49:19: style: Class 'BOPDS_SubIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPTest/BOPTest.cxx:42:46: style: Function 'AllCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:35:62: note: Function 'AllCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest.cxx:42:46: note: Function 'AllCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest.cxx:65:43: style: Function 'Factory' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:53:58: note: Function 'Factory' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest.cxx:65:43: note: Function 'Factory' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_APICommands.cxx:43:45: style: Function 'APICommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:49:62: note: Function 'APICommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_APICommands.cxx:43:45: note: Function 'APICommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_BOPCommands.cxx:236:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
occt-V7_3_0/src/BOPTest/BOPTest_BOPCommands.cxx:302:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
occt-V7_3_0/src/BOPTest/BOPTest_BOPCommands.cxx:775:15: style: The scope of the variable 'usage' can be reduced. [variableScope]
occt-V7_3_0/src/BOPTest/BOPTest_BOPCommands.cxx:85:47: style: Function 'BOPCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:37:62: note: Function 'BOPCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_BOPCommands.cxx:85:47: note: Function 'BOPCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_CellsCommands.cxx:40:47: style: Function 'CellsCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:57:65: note: Function 'CellsCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_CellsCommands.cxx:40:47: note: Function 'CellsCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_CheckCommands.cxx:62:48: style: Function 'CheckCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:39:64: note: Function 'CheckCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_CheckCommands.cxx:62:48: note: Function 'CheckCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_CheckCommands.cxx:287:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
occt-V7_3_0/src/BOPTest/BOPTest_DebugCommands.cxx:107:47: style: Function 'DebugCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:55:65: note: Function 'DebugCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_DebugCommands.cxx:107:47: note: Function 'DebugCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_DrawableShape.cxx:55:24: style: Function 'BOPTest_DrawableShape' argument 1 names different: declaration 'S' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest_DrawableShape.hxx:44:61: note: Function 'BOPTest_DrawableShape' argument 1 names different: declaration 'S' definition 'aShape'.
occt-V7_3_0/src/BOPTest/BOPTest_DrawableShape.cxx:55:24: note: Function 'BOPTest_DrawableShape' argument 1 names different: declaration 'S' definition 'aShape'.
occt-V7_3_0/src/BOPTest/BOPTest_DrawableShape.cxx:77:24: style: Function 'BOPTest_DrawableShape' argument 1 names different: declaration 'S' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest_DrawableShape.hxx:46:61: note: Function 'BOPTest_DrawableShape' argument 1 names different: declaration 'S' definition 'aShape'.
occt-V7_3_0/src/BOPTest/BOPTest_DrawableShape.cxx:77:24: note: Function 'BOPTest_DrawableShape' argument 1 names different: declaration 'S' definition 'aShape'.
occt-V7_3_0/src/BOPTest/BOPTest_LowCommands.cxx:62:48: style: Function 'LowCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:43:62: note: Function 'LowCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_LowCommands.cxx:62:48: note: Function 'LowCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_LowCommands.cxx:240:38: style: Function 'PrintState' argument 1 names different: declaration 'aDI' definition 'theDI'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest_LowCommands.cxx:39:38: note: Function 'PrintState' argument 1 names different: declaration 'aDI' definition 'theDI'.
occt-V7_3_0/src/BOPTest/BOPTest_LowCommands.cxx:240:38: note: Function 'PrintState' argument 1 names different: declaration 'aDI' definition 'theDI'.
occt-V7_3_0/src/BOPTest/BOPTest_LowCommands.cxx:241:38: style: Function 'PrintState' argument 2 names different: declaration 'aState' definition 'theState'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest_LowCommands.cxx:40:40: note: Function 'PrintState' argument 2 names different: declaration 'aState' definition 'theState'.
occt-V7_3_0/src/BOPTest/BOPTest_LowCommands.cxx:241:38: note: Function 'PrintState' argument 2 names different: declaration 'aState' definition 'theState'.
occt-V7_3_0/src/BOPTest/BOPTest_ObjCommands.cxx:41:47: style: Function 'ObjCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:45:62: note: Function 'ObjCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_ObjCommands.cxx:41:47: note: Function 'ObjCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_Objects.cxx:249:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BOPTest/BOPTest_Objects.cxx:316:61: style: Function 'SetRunParallel' argument 1 names different: declaration 'theFlag' definition 'bFlag'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest_Objects.hxx:70:70: note: Function 'SetRunParallel' argument 1 names different: declaration 'theFlag' definition 'bFlag'.
occt-V7_3_0/src/BOPTest/BOPTest_Objects.cxx:316:61: note: Function 'SetRunParallel' argument 1 names different: declaration 'theFlag' definition 'bFlag'.
occt-V7_3_0/src/BOPTest/BOPTest_Objects.cxx:332:57: style: Function 'SetFuzzyValue' argument 1 names different: declaration 'theValue' definition 'aValue'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest_Objects.hxx:74:66: note: Function 'SetFuzzyValue' argument 1 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BOPTest/BOPTest_Objects.cxx:332:57: note: Function 'SetFuzzyValue' argument 1 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BOPTest/BOPTest_Objects.cxx:364:54: style: Function 'SetGlue' argument 1 names different: declaration 'aGlue' definition 'theGlue'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest_Objects.hxx:82:62: note: Function 'SetGlue' argument 1 names different: declaration 'aGlue' definition 'theGlue'.
occt-V7_3_0/src/BOPTest/BOPTest_Objects.cxx:364:54: note: Function 'SetGlue' argument 1 names different: declaration 'aGlue' definition 'theGlue'.
occt-V7_3_0/src/BOPTest/BOPTest_OptionCommands.cxx:37:48: style: Function 'OptionCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:51:65: note: Function 'OptionCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_OptionCommands.cxx:37:48: note: Function 'OptionCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_PartitionCommands.cxx:287:23: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BOPTest/BOPTest_PartitionCommands.cxx:72:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
occt-V7_3_0/src/BOPTest/BOPTest_PartitionCommands.cxx:159:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
occt-V7_3_0/src/BOPTest/BOPTest_PartitionCommands.cxx:245:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
occt-V7_3_0/src/BOPTest/BOPTest_PartitionCommands.cxx:46:51: style: Function 'PartitionCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:47:68: note: Function 'PartitionCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_PartitionCommands.cxx:46:51: note: Function 'PartitionCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_RemoveFeaturesCommands.cxx:38:56: style: Function 'RemoveFeaturesCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:61:73: note: Function 'RemoveFeaturesCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_RemoveFeaturesCommands.cxx:38:56: note: Function 'RemoveFeaturesCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_TolerCommands.cxx:79:50: style: Function 'TolerCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:41:64: note: Function 'TolerCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_TolerCommands.cxx:79:50: note: Function 'TolerCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_UtilityCommands.cxx:40:51: style: Function 'UtilityCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTest/BOPTest.hxx:59:66: note: Function 'UtilityCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTest/BOPTest_UtilityCommands.cxx:40:51: note: Function 'UtilityCommands' argument 1 names different: declaration 'aDI' definition 'theCommands'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:423:21: style: Condition '!bIsProcessed1' is always true [knownConditionTrueFalse]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:420:9: note: Assuming that condition '!bIsProcessed1' is not redundant
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:423:21: note: Condition '!bIsProcessed1' is always true
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:359:60: style: Function 'OrientFacesOnShell' argument 1 names different: declaration 'theShell' definition 'aShell'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:436:64: note: Function 'OrientFacesOnShell' argument 1 names different: declaration 'theShell' definition 'aShell'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:359:60: note: Function 'OrientFacesOnShell' argument 1 names different: declaration 'theShell' definition 'aShell'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:510:26: style: Function 'MakeConnexityBlock' argument 1 names different: declaration 'theLS' definition 'theLFIn'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:397:72: note: Function 'MakeConnexityBlock' argument 1 names different: declaration 'theLS' definition 'theLFIn'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:510:26: note: Function 'MakeConnexityBlock' argument 1 names different: declaration 'theLS' definition 'theLFIn'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:511:32: style: Function 'MakeConnexityBlock' argument 2 names different: declaration 'theMapAvoid' definition 'theMEAvoid'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:398:78: note: Function 'MakeConnexityBlock' argument 2 names different: declaration 'theMapAvoid' definition 'theMEAvoid'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:511:32: note: Function 'MakeConnexityBlock' argument 2 names different: declaration 'theMapAvoid' definition 'theMEAvoid'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:512:26: style: Function 'MakeConnexityBlock' argument 3 names different: declaration 'theLSCB' definition 'theLCB'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:399:72: note: Function 'MakeConnexityBlock' argument 3 names different: declaration 'theLSCB' definition 'theLCB'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:512:26: note: Function 'MakeConnexityBlock' argument 3 names different: declaration 'theLSCB' definition 'theLCB'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:591:24: style: Function 'ComputeStateByOnePoint' argument 1 names different: declaration 'theShape' definition 'theS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:219:82: note: Function 'ComputeStateByOnePoint' argument 1 names different: declaration 'theShape' definition 'theS'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:591:24: note: Function 'ComputeStateByOnePoint' argument 1 names different: declaration 'theShape' definition 'theS'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:592:24: style: Function 'ComputeStateByOnePoint' argument 2 names different: declaration 'theSolid' definition 'theRef'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:220:82: note: Function 'ComputeStateByOnePoint' argument 2 names different: declaration 'theSolid' definition 'theRef'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:592:24: note: Function 'ComputeStateByOnePoint' argument 2 names different: declaration 'theSolid' definition 'theRef'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:617:23: style: Function 'ComputeState' argument 1 names different: declaration 'theFace' definition 'theF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:208:71: note: Function 'ComputeState' argument 1 names different: declaration 'theFace' definition 'theF'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:617:23: note: Function 'ComputeState' argument 1 names different: declaration 'theFace' definition 'theF'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:618:24: style: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:209:72: note: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:618:24: note: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:667:25: style: Function 'ComputeState' argument 1 names different: declaration 'theVertex' definition 'theV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:187:73: note: Function 'ComputeState' argument 1 names different: declaration 'theVertex' definition 'theV'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:667:25: note: Function 'ComputeState' argument 1 names different: declaration 'theVertex' definition 'theV'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:668:24: style: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:188:72: note: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:668:24: note: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:685:23: style: Function 'ComputeState' argument 1 names different: declaration 'theEdge' definition 'theE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:197:71: note: Function 'ComputeState' argument 1 names different: declaration 'theEdge' definition 'theE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:685:23: note: Function 'ComputeState' argument 1 names different: declaration 'theEdge' definition 'theE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:686:24: style: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:198:71: note: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:686:24: note: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:737:18: style: Function 'ComputeState' argument 1 names different: declaration 'thePoint' definition 'theP'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:177:66: note: Function 'ComputeState' argument 1 names different: declaration 'thePoint' definition 'theP'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:737:18: note: Function 'ComputeState' argument 1 names different: declaration 'thePoint' definition 'theP'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:738:24: style: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:178:72: note: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:738:24: note: Function 'ComputeState' argument 2 names different: declaration 'theSolid' definition 'theRef'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:966:23: style: Function 'GetFaceOff' argument 1 names different: declaration 'theEdge' definition 'theE1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:231:73: note: Function 'GetFaceOff' argument 1 names different: declaration 'theEdge' definition 'theE1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:966:23: note: Function 'GetFaceOff' argument 1 names different: declaration 'theEdge' definition 'theE1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:967:23: style: Function 'GetFaceOff' argument 2 names different: declaration 'theFace' definition 'theF1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:232:73: note: Function 'GetFaceOff' argument 2 names different: declaration 'theFace' definition 'theF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:967:23: note: Function 'GetFaceOff' argument 2 names different: declaration 'theFace' definition 'theF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:968:34: style: Function 'GetFaceOff' argument 3 names different: declaration 'theLCEF' definition 'theLCSOff'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:233:84: note: Function 'GetFaceOff' argument 3 names different: declaration 'theLCEF' definition 'theLCSOff'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:968:34: note: Function 'GetFaceOff' argument 3 names different: declaration 'theLCEF' definition 'theLCSOff'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:969:17: style: Function 'GetFaceOff' argument 4 names different: declaration 'theFaceOff' definition 'theFOff'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:234:67: note: Function 'GetFaceOff' argument 4 names different: declaration 'theFaceOff' definition 'theFOff'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:969:17: note: Function 'GetFaceOff' argument 4 names different: declaration 'theFaceOff' definition 'theFOff'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1062:68: style: Function 'GetEdgeOff' argument 1 names different: declaration 'theEdge' definition 'theE1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:485:73: note: Function 'GetEdgeOff' argument 1 names different: declaration 'theEdge' definition 'theE1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1062:68: note: Function 'GetEdgeOff' argument 1 names different: declaration 'theEdge' definition 'theE1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1063:68: style: Function 'GetEdgeOff' argument 2 names different: declaration 'theFace' definition 'theF2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:486:73: note: Function 'GetEdgeOff' argument 2 names different: declaration 'theFace' definition 'theF2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1063:68: note: Function 'GetEdgeOff' argument 2 names different: declaration 'theFace' definition 'theF2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1064:62: style: Function 'GetEdgeOff' argument 3 names different: declaration 'theEdgeOff' definition 'theE2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:487:67: note: Function 'GetEdgeOff' argument 3 names different: declaration 'theEdgeOff' definition 'theE2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1064:62: note: Function 'GetEdgeOff' argument 3 names different: declaration 'theEdgeOff' definition 'theE2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1208:24: style: Function 'IsSplitToReverse' argument 1 names different: declaration 'theSplit' definition 'theSp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:318:80: note: Function 'IsSplitToReverse' argument 1 names different: declaration 'theSplit' definition 'theSp'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1208:24: note: Function 'IsSplitToReverse' argument 1 names different: declaration 'theSplit' definition 'theSp'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1209:24: style: Function 'IsSplitToReverse' argument 2 names different: declaration 'theShape' definition 'theSr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:319:80: note: Function 'IsSplitToReverse' argument 2 names different: declaration 'theShape' definition 'theSr'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1209:24: note: Function 'IsSplitToReverse' argument 2 names different: declaration 'theShape' definition 'theSr'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1271:23: style: Function 'IsSplitToReverse' argument 1 names different: declaration 'theSplit' definition 'theFSp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:351:79: note: Function 'IsSplitToReverse' argument 1 names different: declaration 'theSplit' definition 'theFSp'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1271:23: note: Function 'IsSplitToReverse' argument 1 names different: declaration 'theSplit' definition 'theFSp'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1272:23: style: Function 'IsSplitToReverse' argument 2 names different: declaration 'theShape' definition 'theFSr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:352:79: note: Function 'IsSplitToReverse' argument 2 names different: declaration 'theShape' definition 'theFSr'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1272:23: note: Function 'IsSplitToReverse' argument 2 names different: declaration 'theShape' definition 'theFSr'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1370:23: style: Function 'IsSplitToReverse' argument 1 names different: declaration 'theSplit' definition 'theESp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:376:79: note: Function 'IsSplitToReverse' argument 1 names different: declaration 'theSplit' definition 'theESp'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1370:23: note: Function 'IsSplitToReverse' argument 1 names different: declaration 'theSplit' definition 'theESp'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1371:23: style: Function 'IsSplitToReverse' argument 2 names different: declaration 'theShape' definition 'theEOr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:377:79: note: Function 'IsSplitToReverse' argument 2 names different: declaration 'theShape' definition 'theEOr'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1371:23: note: Function 'IsSplitToReverse' argument 2 names different: declaration 'theShape' definition 'theEOr'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1458:65: style: Function 'IsHole' argument 1 names different: declaration 'theW' definition 'aW'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:291:70: note: Function 'IsHole' argument 1 names different: declaration 'theW' definition 'aW'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1458:65: note: Function 'IsHole' argument 1 names different: declaration 'theW' definition 'aW'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1459:65: style: Function 'IsHole' argument 2 names different: declaration 'theF' definition 'aFace'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:292:70: note: Function 'IsHole' argument 2 names different: declaration 'theF' definition 'aFace'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1459:65: note: Function 'IsHole' argument 2 names different: declaration 'theF' definition 'aFace'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1530:54: style: Function 'MakeContainer' argument 2 names different: declaration 'theShape' definition 'theC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:541:59: note: Function 'MakeContainer' argument 2 names different: declaration 'theShape' definition 'theC'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1530:54: note: Function 'MakeContainer' argument 2 names different: declaration 'theShape' definition 'theC'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1579:56: style: Function 'MakePCurve' argument 1 names different: declaration 'theE' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:279:62: note: Function 'MakePCurve' argument 1 names different: declaration 'theE' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1579:56: note: Function 'MakePCurve' argument 1 names different: declaration 'theE' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1580:56: style: Function 'MakePCurve' argument 2 names different: declaration 'theF1' definition 'aF1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:280:62: note: Function 'MakePCurve' argument 2 names different: declaration 'theF1' definition 'aF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1580:56: note: Function 'MakePCurve' argument 2 names different: declaration 'theF1' definition 'aF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1581:56: style: Function 'MakePCurve' argument 3 names different: declaration 'theF2' definition 'aF2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:281:62: note: Function 'MakePCurve' argument 3 names different: declaration 'theF2' definition 'aF2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1581:56: note: Function 'MakePCurve' argument 3 names different: declaration 'theF2' definition 'aF2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1582:59: style: Function 'MakePCurve' argument 4 names different: declaration 'theCurve' definition 'aIC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:282:65: note: Function 'MakePCurve' argument 4 names different: declaration 'theCurve' definition 'aIC'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1582:59: note: Function 'MakePCurve' argument 4 names different: declaration 'theCurve' definition 'aIC'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1583:60: style: Function 'MakePCurve' argument 5 names different: declaration 'thePC1' definition 'bPC1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:283:66: note: Function 'MakePCurve' argument 5 names different: declaration 'thePC1' definition 'bPC1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1583:60: note: Function 'MakePCurve' argument 5 names different: declaration 'thePC1' definition 'bPC1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1584:60: style: Function 'MakePCurve' argument 6 names different: declaration 'thePC2' definition 'bPC2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:284:66: note: Function 'MakePCurve' argument 6 names different: declaration 'thePC2' definition 'bPC2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1584:60: note: Function 'MakePCurve' argument 6 names different: declaration 'thePC2' definition 'bPC2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1644:57: style: Function 'MakeEdge' argument 1 names different: declaration 'theCurve' definition 'theIC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:140:62: note: Function 'MakeEdge' argument 1 names different: declaration 'theCurve' definition 'theIC'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1644:57: note: Function 'MakeEdge' argument 1 names different: declaration 'theCurve' definition 'theIC'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1667:69: style: Function 'ComputeVV' argument 1 names different: declaration 'theV' definition 'aV1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:69:74: note: Function 'ComputeVV' argument 1 names different: declaration 'theV' definition 'aV1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1667:69: note: Function 'ComputeVV' argument 1 names different: declaration 'theV' definition 'aV1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1668:62: style: Function 'ComputeVV' argument 2 names different: declaration 'theP' definition 'aP2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:70:67: note: Function 'ComputeVV' argument 2 names different: declaration 'theP' definition 'aP2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1668:62: note: Function 'ComputeVV' argument 2 names different: declaration 'theP' definition 'aP2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1669:68: style: Function 'ComputeVV' argument 3 names different: declaration 'theTolP' definition 'aTolP2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:71:73: note: Function 'ComputeVV' argument 3 names different: declaration 'theTolP' definition 'aTolP2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1669:68: note: Function 'ComputeVV' argument 3 names different: declaration 'theTolP' definition 'aTolP2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1691:69: style: Function 'ComputeVV' argument 1 names different: declaration 'theV1' definition 'aV1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:77:74: note: Function 'ComputeVV' argument 1 names different: declaration 'theV1' definition 'aV1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1691:69: note: Function 'ComputeVV' argument 1 names different: declaration 'theV1' definition 'aV1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1692:69: style: Function 'ComputeVV' argument 2 names different: declaration 'theV2' definition 'aV2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:78:74: note: Function 'ComputeVV' argument 2 names different: declaration 'theV2' definition 'aV2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1692:69: note: Function 'ComputeVV' argument 2 names different: declaration 'theV2' definition 'aV2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1693:68: style: Function 'ComputeVV' argument 3 names different: declaration 'theFuzz' definition 'aFuzz'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:79:73: note: Function 'ComputeVV' argument 3 names different: declaration 'theFuzz' definition 'aFuzz'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1693:68: note: Function 'ComputeVV' argument 3 names different: declaration 'theFuzz' definition 'aFuzz'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1717:65: style: Function 'MakeVertex' argument 1 names different: declaration 'theLV' definition 'aLV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:85:70: note: Function 'MakeVertex' argument 1 names different: declaration 'theLV' definition 'aLV'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1717:65: note: Function 'MakeVertex' argument 1 names different: declaration 'theLV' definition 'aLV'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1718:52: style: Function 'MakeVertex' argument 2 names different: declaration 'theV' definition 'aVnew'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:86:57: note: Function 'MakeVertex' argument 2 names different: declaration 'theV' definition 'aVnew'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1718:52: note: Function 'MakeVertex' argument 2 names different: declaration 'theV' definition 'aVnew'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1737:21: style: Function 'GetEdgeOnFace' argument 1 names different: declaration 'theEdge' definition 'theE1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:493:76: note: Function 'GetEdgeOnFace' argument 1 names different: declaration 'theEdge' definition 'theE1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1737:21: note: Function 'GetEdgeOnFace' argument 1 names different: declaration 'theEdge' definition 'theE1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1738:21: style: Function 'GetEdgeOnFace' argument 2 names different: declaration 'theFace' definition 'theF2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:494:76: note: Function 'GetEdgeOnFace' argument 2 names different: declaration 'theFace' definition 'theF2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1738:21: note: Function 'GetEdgeOnFace' argument 2 names different: declaration 'theFace' definition 'theF2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1739:15: style: Function 'GetEdgeOnFace' argument 3 names different: declaration 'theEdgeOnF' definition 'theE2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:495:70: note: Function 'GetEdgeOnFace' argument 3 names different: declaration 'theEdgeOnF' definition 'theE2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1739:15: note: Function 'GetEdgeOnFace' argument 3 names different: declaration 'theEdgeOnF' definition 'theE2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1891:26: style: Function 'IsBlockInOnFace' argument 1 names different: declaration 'aShR' definition 'aShrR'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:550:81: note: Function 'IsBlockInOnFace' argument 1 names different: declaration 'aShR' definition 'aShrR'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1891:26: note: Function 'IsBlockInOnFace' argument 1 names different: declaration 'aShR' definition 'aShrR'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1893:23: style: Function 'IsBlockInOnFace' argument 3 names different: declaration 'aE' definition 'aE1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:552:78: note: Function 'IsBlockInOnFace' argument 3 names different: declaration 'aE' definition 'aE1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1893:23: note: Function 'IsBlockInOnFace' argument 3 names different: declaration 'aE' definition 'aE1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1982:23: style: Function 'IsMicroEdge' argument 1 names different: declaration 'theEdge' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:520:74: note: Function 'IsMicroEdge' argument 1 names different: declaration 'theEdge' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:1982:23: note: Function 'IsMicroEdge' argument 1 names different: declaration 'theEdge' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:2247:70: style: Function 'IsOpenShell' argument 1 names different: declaration 'theShell' definition 'aSh'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:559:75: note: Function 'IsOpenShell' argument 1 names different: declaration 'theShell' definition 'aSh'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:2247:70: note: Function 'IsOpenShell' argument 1 names different: declaration 'theShell' definition 'aSh'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:2291:24: style: Function 'IsInvertedSolid' argument 1 names different: declaration 'theSolid' definition 'aSolid'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:527:79: note: Function 'IsInvertedSolid' argument 1 names different: declaration 'theSolid' definition 'aSolid'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.cxx:2291:24: note: Function 'IsInvertedSolid' argument 1 names different: declaration 'theSolid' definition 'aSolid'.
occt-V7_3_0/src/BOPTools/BOPTools_ConnexityBlock.hxx:34:3: style: Class 'BOPTools_ConnexityBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:107:23: style: Function 'EdgeTangent' argument 1 names different: declaration 'anE' definition 'anEdge'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.hxx:53:74: note: Function 'EdgeTangent' argument 1 names different: declaration 'anE' definition 'anEdge'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:107:23: note: Function 'EdgeTangent' argument 1 names different: declaration 'anE' definition 'anEdge'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:109:12: style: Function 'EdgeTangent' argument 3 names different: declaration 'Tau' definition 'aTau'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.hxx:55:63: note: Function 'EdgeTangent' argument 3 names different: declaration 'Tau' definition 'aTau'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:109:12: note: Function 'EdgeTangent' argument 3 names different: declaration 'Tau' definition 'aTau'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:142:64: style: Function 'PointOnSurface' argument 3 names different: declaration 'aT' definition 'aParameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.hxx:65:66: note: Function 'PointOnSurface' argument 3 names different: declaration 'aT' definition 'aParameter'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:142:64: note: Function 'PointOnSurface' argument 3 names different: declaration 'aT' definition 'aParameter'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:294:31: style: Function 'AdjustPCurveOnSurf' argument 1 names different: declaration 'aF' definition 'aBAS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.hxx:133:77: note: Function 'AdjustPCurveOnSurf' argument 1 names different: declaration 'aF' definition 'aBAS'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:294:31: note: Function 'AdjustPCurveOnSurf' argument 1 names different: declaration 'aF' definition 'aBAS'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:295:24: style: Function 'AdjustPCurveOnSurf' argument 2 names different: declaration 'aT1' definition 'aFirst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.hxx:134:70: note: Function 'AdjustPCurveOnSurf' argument 2 names different: declaration 'aT1' definition 'aFirst'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:295:24: note: Function 'AdjustPCurveOnSurf' argument 2 names different: declaration 'aT1' definition 'aFirst'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:296:24: style: Function 'AdjustPCurveOnSurf' argument 3 names different: declaration 'aT2' definition 'aLast'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.hxx:135:70: note: Function 'AdjustPCurveOnSurf' argument 3 names different: declaration 'aT2' definition 'aLast'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:296:24: note: Function 'AdjustPCurveOnSurf' argument 3 names different: declaration 'aT2' definition 'aLast'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:450:23: style: Function 'IntermediatePoint' argument 1 names different: declaration 'anE' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.hxx:144:77: note: Function 'IntermediatePoint' argument 1 names different: declaration 'anE' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.cxx:450:23: note: Function 'IntermediatePoint' argument 1 names different: declaration 'anE' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D_1.cxx:61:23: style: Function 'AttachExistingPCurve' argument 1 names different: declaration 'aEold' definition 'aE2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.hxx:185:83: note: Function 'AttachExistingPCurve' argument 1 names different: declaration 'aEold' definition 'aE2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D_1.cxx:61:23: note: Function 'AttachExistingPCurve' argument 1 names different: declaration 'aEold' definition 'aE2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D_1.cxx:62:23: style: Function 'AttachExistingPCurve' argument 2 names different: declaration 'aEnew' definition 'aE1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D.hxx:186:83: note: Function 'AttachExistingPCurve' argument 2 names different: declaration 'aEnew' definition 'aE1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools2D_1.cxx:62:23: note: Function 'AttachExistingPCurve' argument 2 names different: declaration 'aEnew' definition 'aE1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:75:66: style: Function 'DoSplitSEAMOnFace' argument 1 names different: declaration 'aSp' definition 'aSplit'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:49:69: note: Function 'DoSplitSEAMOnFace' argument 1 names different: declaration 'aSp' definition 'aSplit'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:75:66: note: Function 'DoSplitSEAMOnFace' argument 1 names different: declaration 'aSp' definition 'aSplit'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:232:59: style: Function 'GetNormalToFaceOnEdge' argument 3 names different: declaration 'aD' definition 'aDNF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:67:62: note: Function 'GetNormalToFaceOnEdge' argument 3 names different: declaration 'aD' definition 'aDNF'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:232:59: note: Function 'GetNormalToFaceOnEdge' argument 3 names different: declaration 'aD' definition 'aDNF'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:251:70: style: Function 'GetNormalToFaceOnEdge' argument 2 names different: declaration 'aF' definition 'aF1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:56:73: note: Function 'GetNormalToFaceOnEdge' argument 2 names different: declaration 'aF' definition 'aF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:251:70: note: Function 'GetNormalToFaceOnEdge' argument 2 names different: declaration 'aF' definition 'aF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:253:59: style: Function 'GetNormalToFaceOnEdge' argument 4 names different: declaration 'aD' definition 'aDNF1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:58:62: note: Function 'GetNormalToFaceOnEdge' argument 4 names different: declaration 'aD' definition 'aDNF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:253:59: note: Function 'GetNormalToFaceOnEdge' argument 4 names different: declaration 'aD' definition 'aDNF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:280:65: style: Function 'SenseFlag' argument 1 names different: declaration 'aNF1' definition 'aDNF1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:74:68: note: Function 'SenseFlag' argument 1 names different: declaration 'aNF1' definition 'aDNF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:280:65: note: Function 'SenseFlag' argument 1 names different: declaration 'aNF1' definition 'aDNF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:281:65: style: Function 'SenseFlag' argument 2 names different: declaration 'aNF2' definition 'aDNF2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:75:68: note: Function 'SenseFlag' argument 2 names different: declaration 'aNF2' definition 'aDNF2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:281:65: note: Function 'SenseFlag' argument 2 names different: declaration 'aNF2' definition 'aDNF2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:339:23: style: Function 'GetApproxNormalToFaceOnEdge' argument 1 names different: declaration 'theE' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:118:91: note: Function 'GetApproxNormalToFaceOnEdge' argument 1 names different: declaration 'theE' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:339:23: note: Function 'GetApproxNormalToFaceOnEdge' argument 1 names different: declaration 'theE' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:340:23: style: Function 'GetApproxNormalToFaceOnEdge' argument 2 names different: declaration 'theF' definition 'aF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:119:91: note: Function 'GetApproxNormalToFaceOnEdge' argument 2 names different: declaration 'theF' definition 'aF'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:340:23: note: Function 'GetApproxNormalToFaceOnEdge' argument 2 names different: declaration 'theF' definition 'aF'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:342:12: style: Function 'GetApproxNormalToFaceOnEdge' argument 4 names different: declaration 'aP' definition 'aPNear'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:121:80: note: Function 'GetApproxNormalToFaceOnEdge' argument 4 names different: declaration 'aP' definition 'aPNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:342:12: note: Function 'GetApproxNormalToFaceOnEdge' argument 4 names different: declaration 'aP' definition 'aPNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:370:12: style: Function 'GetApproxNormalToFaceOnEdge' argument 4 names different: declaration 'aPx' definition 'aPNear'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:101:80: note: Function 'GetApproxNormalToFaceOnEdge' argument 4 names different: declaration 'aPx' definition 'aPNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:370:12: note: Function 'GetApproxNormalToFaceOnEdge' argument 4 names different: declaration 'aPx' definition 'aPNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:371:12: style: Function 'GetApproxNormalToFaceOnEdge' argument 5 names different: declaration 'aD' definition 'aDNF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:102:80: note: Function 'GetApproxNormalToFaceOnEdge' argument 5 names different: declaration 'aD' definition 'aDNF'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:371:12: note: Function 'GetApproxNormalToFaceOnEdge' argument 5 names different: declaration 'aD' definition 'aDNF'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:395:23: style: Function 'GetApproxNormalToFaceOnEdge' argument 1 names different: declaration 'theE' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:139:91: note: Function 'GetApproxNormalToFaceOnEdge' argument 1 names different: declaration 'theE' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:395:23: note: Function 'GetApproxNormalToFaceOnEdge' argument 1 names different: declaration 'theE' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:396:23: style: Function 'GetApproxNormalToFaceOnEdge' argument 2 names different: declaration 'theF' definition 'aF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:140:91: note: Function 'GetApproxNormalToFaceOnEdge' argument 2 names different: declaration 'theF' definition 'aF'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:396:23: note: Function 'GetApproxNormalToFaceOnEdge' argument 2 names different: declaration 'theF' definition 'aF'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:398:24: style: Function 'GetApproxNormalToFaceOnEdge' argument 4 names different: declaration 'aDt2D' definition 'theStep'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:142:92: note: Function 'GetApproxNormalToFaceOnEdge' argument 4 names different: declaration 'aDt2D' definition 'theStep'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:398:24: note: Function 'GetApproxNormalToFaceOnEdge' argument 4 names different: declaration 'aDt2D' definition 'theStep'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:399:12: style: Function 'GetApproxNormalToFaceOnEdge' argument 5 names different: declaration 'aP' definition 'aPNear'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:143:80: note: Function 'GetApproxNormalToFaceOnEdge' argument 5 names different: declaration 'aP' definition 'aPNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:399:12: note: Function 'GetApproxNormalToFaceOnEdge' argument 5 names different: declaration 'aP' definition 'aPNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:428:14: style: Function 'PointNearEdge' argument 5 names different: declaration 'aP2D' definition 'aPx2DNear'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:176:68: note: Function 'PointNearEdge' argument 5 names different: declaration 'aP2D' definition 'aPx2DNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:428:14: note: Function 'PointNearEdge' argument 5 names different: declaration 'aP2D' definition 'aPx2DNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:429:12: style: Function 'PointNearEdge' argument 6 names different: declaration 'aPx' definition 'aPxNear'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:177:66: note: Function 'PointNearEdge' argument 6 names different: declaration 'aPx' definition 'aPxNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:429:12: note: Function 'PointNearEdge' argument 6 names different: declaration 'aPx' definition 'aPxNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:511:14: style: Function 'PointNearEdge' argument 4 names different: declaration 'aP2D' definition 'aPx2DNear'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:192:68: note: Function 'PointNearEdge' argument 4 names different: declaration 'aP2D' definition 'aPx2DNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:511:14: note: Function 'PointNearEdge' argument 4 names different: declaration 'aP2D' definition 'aPx2DNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:512:12: style: Function 'PointNearEdge' argument 5 names different: declaration 'aPx' definition 'aPxNear'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:193:66: note: Function 'PointNearEdge' argument 5 names different: declaration 'aPx' definition 'aPxNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:512:12: note: Function 'PointNearEdge' argument 5 names different: declaration 'aPx' definition 'aPxNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:563:24: style: Function 'PointNearEdge' argument 4 names different: declaration 'aDt2D' definition 'theStep'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:160:78: note: Function 'PointNearEdge' argument 4 names different: declaration 'aDt2D' definition 'theStep'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:563:24: note: Function 'PointNearEdge' argument 4 names different: declaration 'aDt2D' definition 'theStep'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:564:14: style: Function 'PointNearEdge' argument 5 names different: declaration 'aP2D' definition 'aPx2DNear'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:161:68: note: Function 'PointNearEdge' argument 5 names different: declaration 'aP2D' definition 'aPx2DNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:564:14: note: Function 'PointNearEdge' argument 5 names different: declaration 'aP2D' definition 'aPx2DNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:565:12: style: Function 'PointNearEdge' argument 6 names different: declaration 'aPx' definition 'aPxNear'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:162:66: note: Function 'PointNearEdge' argument 6 names different: declaration 'aPx' definition 'aPxNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:565:12: note: Function 'PointNearEdge' argument 6 names different: declaration 'aPx' definition 'aPxNear'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:594:14: style: Function 'PointNearEdge' argument 3 names different: declaration 'aP2D' definition 'aPInFace2D'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:209:68: note: Function 'PointNearEdge' argument 3 names different: declaration 'aP2D' definition 'aPInFace2D'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:594:14: note: Function 'PointNearEdge' argument 3 names different: declaration 'aP2D' definition 'aPInFace2D'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:595:12: style: Function 'PointNearEdge' argument 4 names different: declaration 'aPx' definition 'aPInFace'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:210:66: note: Function 'PointNearEdge' argument 4 names different: declaration 'aPx' definition 'aPInFace'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:595:12: note: Function 'PointNearEdge' argument 4 names different: declaration 'aPx' definition 'aPInFace'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:741:59: style: Function 'OrientEdgeOnFace' argument 3 names different: declaration 'aER' definition 'aERight'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.hxx:226:108: note: Function 'OrientEdgeOnFace' argument 3 names different: declaration 'aER' definition 'aERight'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools3D.cxx:741:59: note: Function 'OrientEdgeOnFace' argument 3 names different: declaration 'aER' definition 'aERight'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:351:24: style: Function 'CorrectTolerances' argument 1 names different: declaration 'theS' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:446:69: note: Function 'CorrectTolerances' argument 1 names different: declaration 'theS' definition 'aShape'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:351:24: note: Function 'CorrectTolerances' argument 1 names different: declaration 'theS' definition 'aShape'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:352:38: style: Function 'CorrectTolerances' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:447:83: note: Function 'CorrectTolerances' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:352:38: note: Function 'CorrectTolerances' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:353:24: style: Function 'CorrectTolerances' argument 3 names different: declaration 'theTolMax' definition 'aMaxTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:448:69: note: Function 'CorrectTolerances' argument 3 names different: declaration 'theTolMax' definition 'aMaxTol'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:353:24: note: Function 'CorrectTolerances' argument 3 names different: declaration 'theTolMax' definition 'aMaxTol'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:354:27: style: Function 'CorrectTolerances' argument 4 names different: declaration 'theRunParallel' definition 'bRunParallel'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:449:72: note: Function 'CorrectTolerances' argument 4 names different: declaration 'theRunParallel' definition 'bRunParallel'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:354:27: note: Function 'CorrectTolerances' argument 4 names different: declaration 'theRunParallel' definition 'bRunParallel'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:365:24: style: Function 'CorrectPointOnCurve' argument 1 names different: declaration 'theS' definition 'aS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:460:71: note: Function 'CorrectPointOnCurve' argument 1 names different: declaration 'theS' definition 'aS'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:365:24: note: Function 'CorrectPointOnCurve' argument 1 names different: declaration 'theS' definition 'aS'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:366:38: style: Function 'CorrectPointOnCurve' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:461:85: note: Function 'CorrectPointOnCurve' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:366:38: note: Function 'CorrectPointOnCurve' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:367:24: style: Function 'CorrectPointOnCurve' argument 3 names different: declaration 'theTolMax' definition 'aMaxTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:462:71: note: Function 'CorrectPointOnCurve' argument 3 names different: declaration 'theTolMax' definition 'aMaxTol'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:367:24: note: Function 'CorrectPointOnCurve' argument 3 names different: declaration 'theTolMax' definition 'aMaxTol'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:368:27: style: Function 'CorrectPointOnCurve' argument 4 names different: declaration 'theRunParallel' definition 'bRunParallel'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:463:74: note: Function 'CorrectPointOnCurve' argument 4 names different: declaration 'theRunParallel' definition 'bRunParallel'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:368:27: note: Function 'CorrectPointOnCurve' argument 4 names different: declaration 'theRunParallel' definition 'bRunParallel'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:391:24: style: Function 'CorrectCurveOnSurface' argument 1 names different: declaration 'theS' definition 'aS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:453:73: note: Function 'CorrectCurveOnSurface' argument 1 names different: declaration 'theS' definition 'aS'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:391:24: note: Function 'CorrectCurveOnSurface' argument 1 names different: declaration 'theS' definition 'aS'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:392:38: style: Function 'CorrectCurveOnSurface' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:454:87: note: Function 'CorrectCurveOnSurface' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:392:38: note: Function 'CorrectCurveOnSurface' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:393:24: style: Function 'CorrectCurveOnSurface' argument 3 names different: declaration 'theTolMax' definition 'aMaxTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:455:73: note: Function 'CorrectCurveOnSurface' argument 3 names different: declaration 'theTolMax' definition 'aMaxTol'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:393:24: note: Function 'CorrectCurveOnSurface' argument 3 names different: declaration 'theTolMax' definition 'aMaxTol'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:394:27: style: Function 'CorrectCurveOnSurface' argument 4 names different: declaration 'theRunParallel' definition 'bRunParallel'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:456:76: note: Function 'CorrectCurveOnSurface' argument 4 names different: declaration 'theRunParallel' definition 'bRunParallel'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:394:27: note: Function 'CorrectCurveOnSurface' argument 4 names different: declaration 'theRunParallel' definition 'bRunParallel'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:431:24: style: Function 'CorrectShapeTolerances' argument 1 names different: declaration 'theS' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:466:74: note: Function 'CorrectShapeTolerances' argument 1 names different: declaration 'theS' definition 'aShape'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:431:24: note: Function 'CorrectShapeTolerances' argument 1 names different: declaration 'theS' definition 'aShape'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:432:38: style: Function 'CorrectShapeTolerances' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:467:88: note: Function 'CorrectShapeTolerances' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:432:38: note: Function 'CorrectShapeTolerances' argument 2 names different: declaration 'theMapToAvoid' definition 'aMapToAvoid'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:433:27: style: Function 'CorrectShapeTolerances' argument 3 names different: declaration 'theRunParallel' definition 'bRunParallel'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:468:77: note: Function 'CorrectShapeTolerances' argument 3 names different: declaration 'theRunParallel' definition 'bRunParallel'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:433:27: note: Function 'CorrectShapeTolerances' argument 3 names different: declaration 'theRunParallel' definition 'bRunParallel'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:468:36: style: Function 'CheckEdge' argument 1 names different: declaration 'E' definition 'Ed'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:82:38: note: Function 'CheckEdge' argument 1 names different: declaration 'E' definition 'Ed'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:468:36: note: Function 'CheckEdge' argument 1 names different: declaration 'E' definition 'Ed'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:676:38: style: Function 'CorrectWires' argument 1 names different: declaration 'aF' definition 'aFx'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:102:40: note: Function 'CorrectWires' argument 1 names different: declaration 'aF' definition 'aFx'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_1.cxx:676:38: note: Function 'CorrectWires' argument 1 names different: declaration 'aF' definition 'aFx'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:47:25: style: Function 'UpdateVertex' argument 2 names different: declaration 'aVN' definition 'aNewVertex'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:134:65: note: Function 'UpdateVertex' argument 2 names different: declaration 'aVN' definition 'aNewVertex'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:47:25: note: Function 'UpdateVertex' argument 2 names different: declaration 'aVN' definition 'aNewVertex'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:92:62: style: Function 'UpdateVertex' argument 1 names different: declaration 'aIC' definition 'aC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:119:66: note: Function 'UpdateVertex' argument 1 names different: declaration 'aIC' definition 'aC'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:92:62: note: Function 'UpdateVertex' argument 1 names different: declaration 'aIC' definition 'aC'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:153:61: style: Function 'MakeSplitEdge' argument 1 names different: declaration 'aE1' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:153:64: note: Function 'MakeSplitEdge' argument 1 names different: declaration 'aE1' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:153:61: note: Function 'MakeSplitEdge' argument 1 names different: declaration 'aE1' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:207:54: style: Function 'MakeNewVertex' argument 1 names different: declaration 'aP1' definition 'aP'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:89:59: note: Function 'MakeNewVertex' argument 1 names different: declaration 'aP1' definition 'aP'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:207:54: note: Function 'MakeNewVertex' argument 1 names different: declaration 'aP1' definition 'aP'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:220:60: style: Function 'MakeNewVertex' argument 2 names different: declaration 'aP1' definition 'aParm1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:101:65: note: Function 'MakeNewVertex' argument 2 names different: declaration 'aP1' definition 'aParm1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:220:60: note: Function 'MakeNewVertex' argument 2 names different: declaration 'aP1' definition 'aParm1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:222:60: style: Function 'MakeNewVertex' argument 4 names different: declaration 'aP2' definition 'aParm2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:103:65: note: Function 'MakeNewVertex' argument 4 names different: declaration 'aP2' definition 'aParm2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:222:60: note: Function 'MakeNewVertex' argument 4 names different: declaration 'aP2' definition 'aParm2'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:251:60: style: Function 'MakeNewVertex' argument 2 names different: declaration 'aP1' definition 'aParm1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:109:65: note: Function 'MakeNewVertex' argument 2 names different: declaration 'aP1' definition 'aParm1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:251:60: note: Function 'MakeNewVertex' argument 2 names different: declaration 'aP1' definition 'aParm1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:252:59: style: Function 'MakeNewVertex' argument 3 names different: declaration 'aF2' definition 'aF1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:110:64: note: Function 'MakeNewVertex' argument 3 names different: declaration 'aF2' definition 'aF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:252:59: note: Function 'MakeNewVertex' argument 3 names different: declaration 'aF2' definition 'aF1'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:274:57: style: Function 'PointOnEdge' argument 1 names different: declaration 'aEdge' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:544:62: note: Function 'PointOnEdge' argument 1 names different: declaration 'aEdge' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:274:57: note: Function 'PointOnEdge' argument 1 names different: declaration 'aEdge' definition 'aE'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:275:58: style: Function 'PointOnEdge' argument 2 names different: declaration 'aPrm' definition 'aParm'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:545:63: note: Function 'PointOnEdge' argument 2 names different: declaration 'aPrm' definition 'aParm'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:275:58: note: Function 'PointOnEdge' argument 2 names different: declaration 'aPrm' definition 'aParm'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:276:46: style: Function 'PointOnEdge' argument 3 names different: declaration 'aP' definition 'aPnt'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools.hxx:546:51: note: Function 'PointOnEdge' argument 3 names different: declaration 'aP' definition 'aPnt'.
occt-V7_3_0/src/BOPTools/BOPTools_AlgoTools_2.cxx:276:46: note: Function 'PointOnEdge' argument 3 names different: declaration 'aP' definition 'aPnt'.
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:84:56: style: Function 'Assign' argument 1 names different: declaration 'Other' definition 'theOther'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_Set.hxx:44:61: note: Function 'Assign' argument 1 names different: declaration 'Other' definition 'theOther'.
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:84:56: note: Function 'Assign' argument 1 names different: declaration 'Other' definition 'theOther'.
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:115:27: style: Function 'HashCode' argument 1 names different: declaration 'Upper' definition 'theUpper'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_Set.hxx:58:69: note: Function 'HashCode' argument 1 names different: declaration 'Upper' definition 'theUpper'.
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:115:27: note: Function 'HashCode' argument 1 names different: declaration 'Upper' definition 'theUpper'.
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:124:24: style: Function 'IsEqual' argument 1 names different: declaration 'aOther' definition 'theOther'. [funcArgNamesDifferent]
occt-V7_3_0/src/BOPTools/BOPTools_Set.hxx:56:65: note: Function 'IsEqual' argument 1 names different: declaration 'aOther' definition 'theOther'.
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:124:24: note: Function 'IsEqual' argument 1 names different: declaration 'aOther' definition 'theOther'.
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:36:3: performance: Variable 'myNbShapes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:37:3: performance: Variable 'mySum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:38:3: performance: Variable 'myUpper' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:50:3: performance: Variable 'myNbShapes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:51:3: performance: Variable 'mySum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPTools/BOPTools_Set.cxx:52:3: performance: Variable 'myUpper' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BOPTools/BOPTools_Set.hxx:42:19: style: Class 'BOPTools_Set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BOPTools/BOPTools_Set.hxx:32:1: warning: The class 'BOPTools_Set' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
occt-V7_3_0/src/BRep/BRep_Builder.lxx:236:61: style: Function 'UpdateVertex' argument 2 names different: declaration 'P' definition 'Par'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRep/BRep_Builder.hxx:240:68: note: Function 'UpdateVertex' argument 2 names different: declaration 'P' definition 'Par'.
occt-V7_3_0/src/BRep/BRep_Builder.lxx:236:61: note: Function 'UpdateVertex' argument 2 names different: declaration 'P' definition 'Par'.
occt-V7_3_0/src/BRep/BRep_Builder.cxx:1245:54: style: Function 'UpdateVertex' argument 2 names different: declaration 'P' definition 'Par'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRep/BRep_Builder.hxx:236:82: note: Function 'UpdateVertex' argument 2 names different: declaration 'P' definition 'Par'.
occt-V7_3_0/src/BRep/BRep_Builder.cxx:1245:54: note: Function 'UpdateVertex' argument 2 names different: declaration 'P' definition 'Par'.
occt-V7_3_0/src/BRep/BRep_Builder.cxx:1326:55: style: Function 'UpdateVertex' argument 2 names different: declaration 'P' definition 'Par'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRep/BRep_Builder.hxx:244:82: note: Function 'UpdateVertex' argument 2 names different: declaration 'P' definition 'Par'.
occt-V7_3_0/src/BRep/BRep_Builder.cxx:1326:55: note: Function 'UpdateVertex' argument 2 names different: declaration 'P' definition 'Par'.
occt-V7_3_0/src/BRep/BRep_Curve3D.hxx:42:19: style: Class 'BRep_Curve3D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRep/BRep_CurveOn2Surfaces.hxx:45:19: style: Class 'BRep_CurveOn2Surfaces' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRep/BRep_CurveOnSurface.hxx:46:19: style: Class 'BRep_CurveOnSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRep/BRep_CurveOnClosedSurface.hxx:45:19: style: Class 'BRep_CurveOnClosedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRep/BRep_Polygon3D.hxx:41:19: style: Class 'BRep_Polygon3D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRep/BRep_PolygonOnSurface.hxx:43:19: style: Class 'BRep_PolygonOnSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRep/BRep_PolygonOnClosedSurface.hxx:42:19: style: Class 'BRep_PolygonOnClosedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRep/BRep_PolygonOnTriangulation.hxx:42:19: style: Class 'BRep_PolygonOnTriangulation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRep/BRep_PolygonOnClosedTriangulation.hxx:42:19: style: Class 'BRep_PolygonOnClosedTriangulation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRep/BRep_Tool.cxx:1501:59: style: Function 'IsClosed' argument 1 names different: declaration 'S' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRep/BRep_Tool.hxx:57:73: note: Function 'IsClosed' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRep/BRep_Tool.cxx:1501:59: note: Function 'IsClosed' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:55:69: style: Function 'BRepAdaptor_CompCurve' argument 1 names different: declaration 'W' definition 'theWire'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:72:60: note: Function 'BRepAdaptor_CompCurve' argument 1 names different: declaration 'W' definition 'theWire'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:55:69: note: Function 'BRepAdaptor_CompCurve' argument 1 names different: declaration 'W' definition 'theWire'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:56:69: style: Function 'BRepAdaptor_CompCurve' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'theIsAC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:72:86: note: Function 'BRepAdaptor_CompCurve' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'theIsAC'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:56:69: note: Function 'BRepAdaptor_CompCurve' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'theIsAC'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:68:65: style: Function 'BRepAdaptor_CompCurve' argument 1 names different: declaration 'W' definition 'theWire'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:76:60: note: Function 'BRepAdaptor_CompCurve' argument 1 names different: declaration 'W' definition 'theWire'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:68:65: note: Function 'BRepAdaptor_CompCurve' argument 1 names different: declaration 'W' definition 'theWire'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:69:69: style: Function 'BRepAdaptor_CompCurve' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'theIsAC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:76:86: note: Function 'BRepAdaptor_CompCurve' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'theIsAC'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:69:69: note: Function 'BRepAdaptor_CompCurve' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'theIsAC'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:70:66: style: Function 'BRepAdaptor_CompCurve' argument 3 names different: declaration 'First' definition 'theFirst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:76:132: note: Function 'BRepAdaptor_CompCurve' argument 3 names different: declaration 'First' definition 'theFirst'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:70:66: note: Function 'BRepAdaptor_CompCurve' argument 3 names different: declaration 'First' definition 'theFirst'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:71:66: style: Function 'BRepAdaptor_CompCurve' argument 4 names different: declaration 'Last' definition 'theLast'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:76:159: note: Function 'BRepAdaptor_CompCurve' argument 4 names different: declaration 'Last' definition 'theLast'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:71:66: note: Function 'BRepAdaptor_CompCurve' argument 4 names different: declaration 'Last' definition 'theLast'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:72:66: style: Function 'BRepAdaptor_CompCurve' argument 5 names different: declaration 'Tol' definition 'theTolerance'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:76:185: note: Function 'BRepAdaptor_CompCurve' argument 5 names different: declaration 'Tol' definition 'theTolerance'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:72:66: note: Function 'BRepAdaptor_CompCurve' argument 5 names different: declaration 'Tol' definition 'theTolerance'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:85:29: style: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:79:81: note: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:85:29: note: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:144:29: style: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:82:81: note: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:144:29: note: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:446:25: style: Function 'Prepare' argument 2 names different: declaration 'D' definition 'Delta'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:193:66: note: Function 'Prepare' argument 2 names different: declaration 'D' definition 'Delta'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:446:25: note: Function 'Prepare' argument 2 names different: declaration 'D' definition 'Delta'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:447:28: style: Function 'Prepare' argument 3 names different: declaration 'ind' definition 'theCurIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:193:87: note: Function 'Prepare' argument 3 names different: declaration 'ind' definition 'theCurIndex'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:447:28: note: Function 'Prepare' argument 3 names different: declaration 'ind' definition 'theCurIndex'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:498:64: style: Function 'InvPrepare' argument 1 names different: declaration 'ind' definition 'index'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:195:59: note: Function 'InvPrepare' argument 1 names different: declaration 'ind' definition 'index'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:498:64: note: Function 'InvPrepare' argument 1 names different: declaration 'ind' definition 'index'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:499:21: style: Function 'InvPrepare' argument 2 names different: declaration 'F' definition 'First'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:195:79: note: Function 'InvPrepare' argument 2 names different: declaration 'F' definition 'First'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:499:21: note: Function 'InvPrepare' argument 2 names different: declaration 'F' definition 'First'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:500:21: style: Function 'InvPrepare' argument 3 names different: declaration 'D' definition 'Delta'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.hxx:195:97: note: Function 'InvPrepare' argument 3 names different: declaration 'D' definition 'Delta'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_CompCurve.cxx:500:21: note: Function 'InvPrepare' argument 3 names different: declaration 'D' definition 'Delta'.
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_Curve.hxx:81:19: style: Class 'BRepAdaptor_Curve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_HCompCurve.hxx:46:19: style: Class 'BRepAdaptor_HCompCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_HCurve.hxx:46:19: style: Class 'BRepAdaptor_HCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_HCurve2d.hxx:46:19: style: Class 'BRepAdaptor_HCurve2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAdaptor/BRepAdaptor_HSurface.hxx:46:19: style: Class 'BRepAdaptor_HSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAlgo/BRepAlgo.cxx:61:59: style: Function 'ConcatenateWire' argument 1 names different: declaration 'Wire' definition 'W'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo.hxx:65:74: note: Function 'ConcatenateWire' argument 1 names different: declaration 'Wire' definition 'W'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo.cxx:61:59: note: Function 'ConcatenateWire' argument 1 names different: declaration 'Wire' definition 'W'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo.cxx:63:23: style: Function 'ConcatenateWire' argument 3 names different: declaration 'AngularTolerance' definition 'TolAngular'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo.hxx:65:128: note: Function 'ConcatenateWire' argument 3 names different: declaration 'AngularTolerance' definition 'TolAngular'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo.cxx:63:23: note: Function 'ConcatenateWire' argument 3 names different: declaration 'AngularTolerance' definition 'TolAngular'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo.cxx:197:61: style: Function 'ConcatenateWireC0' argument 1 names different: declaration 'Wire' definition 'aWire'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo.hxx:70:76: note: Function 'ConcatenateWireC0' argument 1 names different: declaration 'Wire' definition 'aWire'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo.cxx:197:61: note: Function 'ConcatenateWireC0' argument 1 names different: declaration 'Wire' definition 'aWire'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_AsDes.cxx:299:49: style: Function 'Remove' argument 1 names different: declaration 'S' definition 'SS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_AsDes.hxx:70:52: note: Function 'Remove' argument 1 names different: declaration 'S' definition 'SS'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_AsDes.cxx:299:49: note: Function 'Remove' argument 1 names different: declaration 'S' definition 'SS'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperation.cxx:746:73: style: Function 'BuilderCanWork' argument 1 names different: declaration 'B' definition 'Val'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperation.hxx:79:63: note: Function 'BuilderCanWork' argument 1 names different: declaration 'B' definition 'Val'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperation.cxx:746:73: note: Function 'BuilderCanWork' argument 1 names different: declaration 'B' definition 'Val'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.cxx:266:82: style: Function 'ShapeFrom' argument 1 names different: declaration 'S' definition 'Shape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.hxx:82:70: note: Function 'ShapeFrom' argument 1 names different: declaration 'S' definition 'Shape'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.cxx:266:82: note: Function 'ShapeFrom' argument 1 names different: declaration 'S' definition 'Shape'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.cxx:324:89: style: Function 'Modified' argument 1 names different: declaration 'S' definition 'Shape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.hxx:85:77: note: Function 'Modified' argument 1 names different: declaration 'S' definition 'Shape'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.cxx:324:89: note: Function 'Modified' argument 1 names different: declaration 'S' definition 'Shape'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.cxx:333:79: style: Function 'IsDeleted' argument 1 names different: declaration 'S' definition 'Shape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.hxx:89:67: note: Function 'IsDeleted' argument 1 names different: declaration 'S' definition 'Shape'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.cxx:333:79: note: Function 'IsDeleted' argument 1 names different: declaration 'S' definition 'Shape'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.hxx:78:39: style: Technically the member function 'BRepAlgo_BooleanOperations::Shape' can be const. [functionConst]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.cxx:257:51: note: Technically the member function 'BRepAlgo_BooleanOperations::Shape' can be const.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_BooleanOperations.hxx:78:39: note: Technically the member function 'BRepAlgo_BooleanOperations::Shape' can be const.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:401:64: style: Function 'IsWire' argument 1 names different: declaration 'Compound' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:92:64: note: Function 'IsWire' argument 1 names different: declaration 'Compound' definition 'S'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:401:64: note: Function 'IsWire' argument 1 names different: declaration 'Compound' definition 'S'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:416:65: style: Function 'Wire' argument 1 names different: declaration 'Compound' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:95:65: note: Function 'Wire' argument 1 names different: declaration 'Compound' definition 'S'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:416:65: note: Function 'Wire' argument 1 names different: declaration 'Compound' definition 'S'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:436:22: style: Function 'SectionVertex' argument 1 names different: declaration 'S1' definition 'F'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:101:82: note: Function 'SectionVertex' argument 1 names different: declaration 'S1' definition 'F'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:436:22: note: Function 'SectionVertex' argument 1 names different: declaration 'S1' definition 'F'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:437:22: style: Function 'SectionVertex' argument 2 names different: declaration 'S2' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:101:106: note: Function 'SectionVertex' argument 2 names different: declaration 'S2' definition 'E'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:437:22: note: Function 'SectionVertex' argument 2 names different: declaration 'S2' definition 'E'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:478:22: style: Function 'SuppressEdgeSet' argument 1 names different: declaration 'Compound' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:107:61: note: Function 'SuppressEdgeSet' argument 1 names different: declaration 'Compound' definition 'C'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:478:22: note: Function 'SuppressEdgeSet' argument 1 names different: declaration 'Compound' definition 'C'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:614:54: style: Function 'Suppress' argument 1 names different: declaration 'Compound' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:177:54: note: Function 'Suppress' argument 1 names different: declaration 'Compound' definition 'C'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:614:54: note: Function 'Suppress' argument 1 names different: declaration 'Compound' definition 'C'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:615:26: style: Function 'Suppress' argument 2 names different: declaration 'KeepComp' definition 'Keep'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:177:84: note: Function 'Suppress' argument 2 names different: declaration 'KeepComp' definition 'Keep'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:615:26: note: Function 'Suppress' argument 2 names different: declaration 'KeepComp' definition 'Keep'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:894:78: style: Function 'Modified' argument 1 names different: declaration 'S' definition 'Shape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:146:77: note: Function 'Modified' argument 1 names different: declaration 'S' definition 'Shape'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:894:78: note: Function 'Modified' argument 1 names different: declaration 'S' definition 'Shape'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1403:21: style: Function 'PntVtxOnCurve' argument 3 names different: declaration 'ik1' definition 'pvk1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:191:113: note: Function 'PntVtxOnCurve' argument 3 names different: declaration 'ik1' definition 'pvk1'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1403:21: note: Function 'PntVtxOnCurve' argument 3 names different: declaration 'ik1' definition 'pvk1'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1405:21: style: Function 'PntVtxOnCurve' argument 5 names different: declaration 'ik2' definition 'pvk2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:191:161: note: Function 'PntVtxOnCurve' argument 5 names different: declaration 'ik2' definition 'pvk2'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1405:21: note: Function 'PntVtxOnCurve' argument 5 names different: declaration 'ik2' definition 'pvk2'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1448:21: style: Function 'PntVtxOnSectEdge' argument 3 names different: declaration 'ik1' definition 'pvk1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:193:115: note: Function 'PntVtxOnSectEdge' argument 3 names different: declaration 'ik1' definition 'pvk1'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1448:21: note: Function 'PntVtxOnSectEdge' argument 3 names different: declaration 'ik1' definition 'pvk1'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1450:21: style: Function 'PntVtxOnSectEdge' argument 5 names different: declaration 'ik2' definition 'pvk2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:193:163: note: Function 'PntVtxOnSectEdge' argument 5 names different: declaration 'ik2' definition 'pvk2'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1450:21: note: Function 'PntVtxOnSectEdge' argument 5 names different: declaration 'ik2' definition 'pvk2'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:118:24: style: Technically the member function 'BRepAlgo_DSAccess::SuppressSectionVertex' can be const. [functionConst]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:769:25: note: Technically the member function 'BRepAlgo_DSAccess::SuppressSectionVertex' can be const.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:118:24: note: Technically the member function 'BRepAlgo_DSAccess::SuppressSectionVertex' can be const.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:137:39: style: Technically the member function 'BRepAlgo_DSAccess::Propagate' can be const. [functionConst]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:849:40: note: Technically the member function 'BRepAlgo_DSAccess::Propagate' can be const.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:137:39: note: Technically the member function 'BRepAlgo_DSAccess::Propagate' can be const.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:154:40: performance: Technically the member function 'BRepAlgo_DSAccess::Check' can be static. [functionStatic]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:955:41: note: Technically the member function 'BRepAlgo_DSAccess::Check' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:154:40: note: Technically the member function 'BRepAlgo_DSAccess::Check' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:183:24: performance: Technically the member function 'BRepAlgo_DSAccess::RemoveFaceInterferences' can be static. [functionStatic]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1110:25: note: Technically the member function 'BRepAlgo_DSAccess::RemoveFaceInterferences' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:183:24: note: Technically the member function 'BRepAlgo_DSAccess::RemoveFaceInterferences' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:185:24: performance: Technically the member function 'BRepAlgo_DSAccess::RemoveFaceInterferences' can be static. [functionStatic]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1206:25: note: Technically the member function 'BRepAlgo_DSAccess::RemoveFaceInterferences' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:185:24: note: Technically the member function 'BRepAlgo_DSAccess::RemoveFaceInterferences' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:189:24: performance: Technically the member function 'BRepAlgo_DSAccess::RemoveEdgeFromFace' can be static. [functionStatic]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1350:25: note: Technically the member function 'BRepAlgo_DSAccess::RemoveEdgeFromFace' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:189:24: note: Technically the member function 'BRepAlgo_DSAccess::RemoveEdgeFromFace' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:191:24: performance: Technically the member function 'BRepAlgo_DSAccess::PntVtxOnCurve' can be static. [functionStatic]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1400:25: note: Technically the member function 'BRepAlgo_DSAccess::PntVtxOnCurve' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:191:24: note: Technically the member function 'BRepAlgo_DSAccess::PntVtxOnCurve' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:193:24: performance: Technically the member function 'BRepAlgo_DSAccess::PntVtxOnSectEdge' can be static. [functionStatic]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1445:25: note: Technically the member function 'BRepAlgo_DSAccess::PntVtxOnSectEdge' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:193:24: note: Technically the member function 'BRepAlgo_DSAccess::PntVtxOnSectEdge' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:195:24: performance: Technically the member function 'BRepAlgo_DSAccess::RemoveEdgeSameDomain' can be static. [functionStatic]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1491:25: note: Technically the member function 'BRepAlgo_DSAccess::RemoveEdgeSameDomain' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:195:24: note: Technically the member function 'BRepAlgo_DSAccess::RemoveEdgeSameDomain' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:201:24: performance: Technically the member function 'BRepAlgo_DSAccess::RemoveFaceSameDomain' can be static. [functionStatic]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.cxx:1649:25: note: Technically the member function 'BRepAlgo_DSAccess::RemoveFaceSameDomain' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_DSAccess.hxx:201:24: note: Technically the member function 'BRepAlgo_DSAccess::RemoveFaceSameDomain' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_EdgeConnector.cxx:146:69: style: Function 'IsWire' argument 1 names different: declaration 'W' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_EdgeConnector.hxx:70:64: note: Function 'IsWire' argument 1 names different: declaration 'W' definition 'S'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_EdgeConnector.cxx:146:69: note: Function 'IsWire' argument 1 names different: declaration 'W' definition 'S'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_FaceRestrictor.cxx:53:59: style: Function 'Init' argument 3 names different: declaration 'ControlOrientation' definition 'CorrectionOrientation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_FaceRestrictor.hxx:51:121: note: Function 'Init' argument 3 names different: declaration 'ControlOrientation' definition 'CorrectionOrientation'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_FaceRestrictor.cxx:53:59: note: Function 'Init' argument 3 names different: declaration 'ControlOrientation' definition 'CorrectionOrientation'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Image.cxx:55:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Image.cxx:74:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Image.cxx:70:36: style: Function 'Bind' argument 2 names different: declaration 'NewS' definition 'L'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Image.hxx:50:84: note: Function 'Bind' argument 2 names different: declaration 'NewS' definition 'L'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Image.cxx:70:36: note: Function 'Bind' argument 2 names different: declaration 'NewS' definition 'L'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Image.cxx:117:35: style: Function 'Add' argument 2 names different: declaration 'NewS' definition 'L'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Image.hxx:56:83: note: Function 'Add' argument 2 names different: declaration 'NewS' definition 'L'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Image.cxx:117:35: note: Function 'Add' argument 2 names different: declaration 'NewS' definition 'L'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Image.cxx:290:34: style: Function 'Filter' argument 2 names different: declaration 'ShapeType' definition 'T'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Image.hxx:89:78: note: Function 'Filter' argument 2 names different: declaration 'ShapeType' definition 'T'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Image.cxx:290:34: note: Function 'Filter' argument 2 names different: declaration 'ShapeType' definition 'T'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Loop.cxx:707:37: style: Function 'CutEdge' argument 2 names different: declaration 'VonE' definition 'VOnE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Loop.hxx:61:83: note: Function 'CutEdge' argument 2 names different: declaration 'VonE' definition 'VOnE'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_Loop.cxx:707:37: note: Function 'CutEdge' argument 2 names different: declaration 'VonE' definition 'VOnE'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_NormalProjection.cxx:170:66: style: Function 'SetLimit' argument 1 names different: declaration 'FaceBoundaries' definition 'FaceBounds'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_NormalProjection.hxx:82:57: note: Function 'SetLimit' argument 1 names different: declaration 'FaceBoundaries' definition 'FaceBounds'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_NormalProjection.cxx:170:66: note: Function 'SetLimit' argument 1 names different: declaration 'FaceBoundaries' definition 'FaceBounds'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_NormalProjection.cxx:664:78: style: Function 'BuildWire' argument 1 names different: declaration 'Liste' definition 'ListOfWire'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_NormalProjection.hxx:106:69: note: Function 'BuildWire' argument 1 names different: declaration 'Liste' definition 'ListOfWire'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_NormalProjection.cxx:664:78: note: Function 'BuildWire' argument 1 names different: declaration 'Liste' definition 'ListOfWire'.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_NormalProjection.hxx:102:36: performance: Technically the member function 'BRepAlgo_NormalProjection::IsElementary' can be static. [functionStatic]
occt-V7_3_0/src/BRepAlgo/BRepAlgo_NormalProjection.cxx:646:46: note: Technically the member function 'BRepAlgo_NormalProjection::IsElementary' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_NormalProjection.hxx:102:36: note: Technically the member function 'BRepAlgo_NormalProjection::IsElementary' can be static.
occt-V7_3_0/src/BRepAlgo/BRepAlgo_NormalProjection.hxx:51:19: style: Class 'BRepAlgo_NormalProjection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Algo.hxx:69:19: style: Class 'BRepAlgoAPI_Algo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:118:30: style: Function 'BRepAlgoAPI_BooleanOperation' argument 1 names different: declaration 'PF' definition 'aPF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.hxx:124:74: note: Function 'BRepAlgoAPI_BooleanOperation' argument 1 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:118:30: note: Function 'BRepAlgoAPI_BooleanOperation' argument 1 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:132:24: style: Function 'BRepAlgoAPI_BooleanOperation' argument 1 names different: declaration 'S1' definition 'aS1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.hxx:130:68: note: Function 'BRepAlgoAPI_BooleanOperation' argument 1 names different: declaration 'S1' definition 'aS1'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:132:24: note: Function 'BRepAlgoAPI_BooleanOperation' argument 1 names different: declaration 'S1' definition 'aS1'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:133:24: style: Function 'BRepAlgoAPI_BooleanOperation' argument 2 names different: declaration 'S2' definition 'aS2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.hxx:130:92: note: Function 'BRepAlgoAPI_BooleanOperation' argument 2 names different: declaration 'S2' definition 'aS2'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:133:24: note: Function 'BRepAlgoAPI_BooleanOperation' argument 2 names different: declaration 'S2' definition 'aS2'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:134:28: style: Function 'BRepAlgoAPI_BooleanOperation' argument 3 names different: declaration 'anOperation' definition 'anOp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.hxx:130:120: note: Function 'BRepAlgoAPI_BooleanOperation' argument 3 names different: declaration 'anOperation' definition 'anOp'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:134:28: note: Function 'BRepAlgoAPI_BooleanOperation' argument 3 names different: declaration 'anOperation' definition 'anOp'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:151:24: style: Function 'BRepAlgoAPI_BooleanOperation' argument 1 names different: declaration 'S1' definition 'aS1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.hxx:137:68: note: Function 'BRepAlgoAPI_BooleanOperation' argument 1 names different: declaration 'S1' definition 'aS1'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:151:24: note: Function 'BRepAlgoAPI_BooleanOperation' argument 1 names different: declaration 'S1' definition 'aS1'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:152:24: style: Function 'BRepAlgoAPI_BooleanOperation' argument 2 names different: declaration 'S2' definition 'aS2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.hxx:137:92: note: Function 'BRepAlgoAPI_BooleanOperation' argument 2 names different: declaration 'S2' definition 'aS2'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:152:24: note: Function 'BRepAlgoAPI_BooleanOperation' argument 2 names different: declaration 'S2' definition 'aS2'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:153:30: style: Function 'BRepAlgoAPI_BooleanOperation' argument 3 names different: declaration 'PF' definition 'aPF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.hxx:137:122: note: Function 'BRepAlgoAPI_BooleanOperation' argument 3 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:153:30: note: Function 'BRepAlgoAPI_BooleanOperation' argument 3 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:154:28: style: Function 'BRepAlgoAPI_BooleanOperation' argument 4 names different: declaration 'anOperation' definition 'anOp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.hxx:137:150: note: Function 'BRepAlgoAPI_BooleanOperation' argument 4 names different: declaration 'anOperation' definition 'anOp'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.cxx:154:28: note: Function 'BRepAlgoAPI_BooleanOperation' argument 4 names different: declaration 'anOperation' definition 'anOp'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BuilderAlgo.hxx:67:19: style: Class 'BRepAlgoAPI_BuilderAlgo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BooleanOperation.hxx:124:19: style: Class 'BRepAlgoAPI_BooleanOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BuilderAlgo.cxx:40:30: style: Function 'BRepAlgoAPI_BuilderAlgo' argument 1 names different: declaration 'thePF' definition 'aPF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BuilderAlgo.hxx:67:69: note: Function 'BRepAlgoAPI_BuilderAlgo' argument 1 names different: declaration 'thePF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BuilderAlgo.cxx:40:30: note: Function 'BRepAlgoAPI_BuilderAlgo' argument 1 names different: declaration 'thePF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_BuilderAlgo.cxx:50:3: performance: Variable 'myDSFiller' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Common.cxx:59:5: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Common.cxx:72:5: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Common.cxx:37:66: style: Function 'BRepAlgoAPI_Common' argument 1 names different: declaration 'PF' definition 'aPF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Common.hxx:45:64: note: Function 'BRepAlgoAPI_Common' argument 1 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Common.cxx:37:66: note: Function 'BRepAlgoAPI_Common' argument 1 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Common.cxx:68:66: style: Function 'BRepAlgoAPI_Common' argument 3 names different: declaration 'PF' definition 'aDSF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Common.hxx:60:112: note: Function 'BRepAlgoAPI_Common' argument 3 names different: declaration 'PF' definition 'aDSF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Common.cxx:68:66: note: Function 'BRepAlgoAPI_Common' argument 3 names different: declaration 'PF' definition 'aDSF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Common.hxx:45:19: style: Class 'BRepAlgoAPI_Common' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Cut.cxx:60:5: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Cut.cxx:76:5: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Cut.cxx:37:60: style: Function 'BRepAlgoAPI_Cut' argument 1 names different: declaration 'PF' definition 'aPF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Cut.hxx:46:61: note: Function 'BRepAlgoAPI_Cut' argument 1 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Cut.cxx:37:60: note: Function 'BRepAlgoAPI_Cut' argument 1 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Cut.hxx:46:19: style: Class 'BRepAlgoAPI_Cut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Fuse.cxx:60:5: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Fuse.cxx:74:5: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Fuse.cxx:37:62: style: Function 'BRepAlgoAPI_Fuse' argument 1 names different: declaration 'PF' definition 'aPF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Fuse.hxx:45:62: note: Function 'BRepAlgoAPI_Fuse' argument 1 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Fuse.cxx:37:62: note: Function 'BRepAlgoAPI_Fuse' argument 1 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Fuse.hxx:45:19: style: Class 'BRepAlgoAPI_Fuse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:66:68: style: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'PF' definition 'aPF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:53:65: note: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:66:68: note: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'PF' definition 'aPF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:76:62: style: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'Sh1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:61:59: note: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'Sh1'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:76:62: note: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'Sh1'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:77:62: style: Function 'BRepAlgoAPI_Section' argument 2 names different: declaration 'S2' definition 'Sh2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:61:83: note: Function 'BRepAlgoAPI_Section' argument 2 names different: declaration 'S2' definition 'Sh2'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:77:62: note: Function 'BRepAlgoAPI_Section' argument 2 names different: declaration 'S2' definition 'Sh2'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:91:29: style: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'aS1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:70:59: note: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'aS1'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:91:29: note: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'aS1'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:92:29: style: Function 'BRepAlgoAPI_Section' argument 2 names different: declaration 'S2' definition 'aS2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:70:83: note: Function 'BRepAlgoAPI_Section' argument 2 names different: declaration 'S2' definition 'aS2'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:92:29: note: Function 'BRepAlgoAPI_Section' argument 2 names different: declaration 'S2' definition 'aS2'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:108:27: style: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'Sh'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:78:59: note: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'Sh'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:108:27: note: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'Sh'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:123:32: style: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'Sh'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:86:59: note: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'Sh'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:123:32: note: Function 'BRepAlgoAPI_Section' argument 1 names different: declaration 'S1' definition 'Sh'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:174:55: style: Function 'Init' argument 1 names different: declaration 'PerformNow' definition 'bFlag'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:199:53: note: Function 'Init' argument 1 names different: declaration 'PerformNow' definition 'bFlag'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:174:55: note: Function 'Init' argument 1 names different: declaration 'PerformNow' definition 'bFlag'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:283:24: style: Function 'HasAncestorFaceOn1' argument 1 names different: declaration 'E' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:172:76: note: Function 'HasAncestorFaceOn1' argument 1 names different: declaration 'E' definition 'aE'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:283:24: note: Function 'HasAncestorFaceOn1' argument 1 names different: declaration 'E' definition 'aE'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:284:18: style: Function 'HasAncestorFaceOn1' argument 2 names different: declaration 'F' definition 'aF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:172:93: note: Function 'HasAncestorFaceOn1' argument 2 names different: declaration 'F' definition 'aF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:284:18: note: Function 'HasAncestorFaceOn1' argument 2 names different: declaration 'F' definition 'aF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:296:24: style: Function 'HasAncestorFaceOn2' argument 1 names different: declaration 'E' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:193:76: note: Function 'HasAncestorFaceOn2' argument 1 names different: declaration 'E' definition 'aE'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:296:24: note: Function 'HasAncestorFaceOn2' argument 1 names different: declaration 'E' definition 'aE'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:297:18: style: Function 'HasAncestorFaceOn2' argument 2 names different: declaration 'F' definition 'aF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:193:93: note: Function 'HasAncestorFaceOn2' argument 2 names different: declaration 'F' definition 'aF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.cxx:297:18: note: Function 'HasAncestorFaceOn2' argument 2 names different: declaration 'F' definition 'aF'.
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:53:19: style: Class 'BRepAlgoAPI_Section' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:94:19: style: Class 'BRepAlgoAPI_Section' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Section.hxx:102:19: style: Class 'BRepAlgoAPI_Section' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepAlgoAPI/BRepAlgoAPI_Splitter.hxx:61:19: style: Class 'BRepAlgoAPI_Splitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepApprox/BRepApprox_ApproxLine.hxx:42:19: style: Class 'BRepApprox_ApproxLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepApprox/BRepApprox_ApproxLine.hxx:44:19: style: Class 'BRepApprox_ApproxLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:31:89: style: Function 'FirstUParameter' argument 1 names different: declaration 'S' definition 'Surf'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:58:70: note: Function 'FirstUParameter' argument 1 names different: declaration 'S' definition 'Surf'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:31:89: note: Function 'FirstUParameter' argument 1 names different: declaration 'S' definition 'Surf'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:32:89: style: Function 'FirstVParameter' argument 1 names different: declaration 'S' definition 'Surf'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:60:70: note: Function 'FirstVParameter' argument 1 names different: declaration 'S' definition 'Surf'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:32:89: note: Function 'FirstVParameter' argument 1 names different: declaration 'S' definition 'Surf'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:33:88: style: Function 'LastUParameter' argument 1 names different: declaration 'S' definition 'Surf'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:62:69: note: Function 'LastUParameter' argument 1 names different: declaration 'S' definition 'Surf'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:33:88: note: Function 'LastUParameter' argument 1 names different: declaration 'S' definition 'Surf'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:34:88: style: Function 'LastVParameter' argument 1 names different: declaration 'S' definition 'Surf'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:64:69: note: Function 'LastVParameter' argument 1 names different: declaration 'S' definition 'Surf'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:34:88: note: Function 'LastVParameter' argument 1 names different: declaration 'S' definition 'Surf'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:36:89: warning: Function 'NbUIntervals' argument order different: declaration 'S, Sh' definition 'Surf, S' [funcArgOrderDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:66:70: note: Function 'NbUIntervals' argument order different: declaration 'S, Sh' definition 'Surf, S'
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:36:89: note: Function 'NbUIntervals' argument order different: declaration 'S, Sh' definition 'Surf, S'
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:41:89: warning: Function 'NbVIntervals' argument order different: declaration 'S, Sh' definition 'Surf, S' [funcArgOrderDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:68:70: note: Function 'NbVIntervals' argument order different: declaration 'S, Sh' definition 'Surf, S'
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:41:89: note: Function 'NbVIntervals' argument order different: declaration 'S, Sh' definition 'Surf, S'
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:46:76: warning: Function 'UIntervals' argument order different: declaration 'S, T, Sh' definition 'Surf, Tab, S' [funcArgOrderDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:70:56: note: Function 'UIntervals' argument order different: declaration 'S, T, Sh' definition 'Surf, Tab, S'
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:46:76: note: Function 'UIntervals' argument order different: declaration 'S, T, Sh' definition 'Surf, Tab, S'
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:52:76: warning: Function 'VIntervals' argument order different: declaration 'S, T, Sh' definition 'Surf, Tab, S' [funcArgOrderDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:72:56: note: Function 'VIntervals' argument order different: declaration 'S, T, Sh' definition 'Surf, Tab, S'
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:52:76: note: Function 'VIntervals' argument order different: declaration 'S, T, Sh' definition 'Surf, Tab, S'
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:107:27: style: Function 'Value' argument 2 names different: declaration 'u' definition 'U'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:92:76: note: Function 'Value' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:107:27: note: Function 'Value' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:108:27: style: Function 'Value' argument 3 names different: declaration 'v' definition 'V'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:92:99: note: Function 'Value' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:108:27: note: Function 'Value' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:114:29: style: Function 'D0' argument 2 names different: declaration 'u' definition 'U'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:94:71: note: Function 'D0' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:114:29: note: Function 'D0' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:115:29: style: Function 'D0' argument 3 names different: declaration 'v' definition 'V'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:94:94: note: Function 'D0' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:115:29: note: Function 'D0' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:122:29: style: Function 'D1' argument 2 names different: declaration 'u' definition 'U'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:96:71: note: Function 'D1' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:122:29: note: Function 'D1' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:123:29: style: Function 'D1' argument 3 names different: declaration 'v' definition 'V'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:96:94: note: Function 'D1' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:123:29: note: Function 'D1' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:125:17: style: Function 'D1' argument 5 names different: declaration 'D1u' definition 'D1U'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:96:116: note: Function 'D1' argument 5 names different: declaration 'D1u' definition 'D1U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:125:17: note: Function 'D1' argument 5 names different: declaration 'D1u' definition 'D1U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:126:17: style: Function 'D1' argument 6 names different: declaration 'D1v' definition 'D1V'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:96:129: note: Function 'D1' argument 6 names different: declaration 'D1v' definition 'D1V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:126:17: note: Function 'D1' argument 6 names different: declaration 'D1v' definition 'D1V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:132:29: style: Function 'D2' argument 2 names different: declaration 'u' definition 'U'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:98:71: note: Function 'D2' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:132:29: note: Function 'D2' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:133:29: style: Function 'D2' argument 3 names different: declaration 'v' definition 'V'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:98:94: note: Function 'D2' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:133:29: note: Function 'D2' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:145:29: style: Function 'D3' argument 2 names different: declaration 'u' definition 'U'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:100:71: note: Function 'D3' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:145:29: note: Function 'D3' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:146:29: style: Function 'D3' argument 3 names different: declaration 'v' definition 'V'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:100:94: note: Function 'D3' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:146:29: note: Function 'D3' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:162:31: style: Function 'DN' argument 2 names different: declaration 'u' definition 'U'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:102:73: note: Function 'DN' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:162:31: note: Function 'DN' argument 2 names different: declaration 'u' definition 'U'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:163:31: style: Function 'DN' argument 3 names different: declaration 'v' definition 'V'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.hxx:102:96: note: Function 'DN' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_SurfaceTool.lxx:163:31: note: Function 'DN' argument 3 names different: declaration 'v' definition 'V'.
occt-V7_3_0/src/BRepApprox/BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox.hxx:56:19: style: Class 'BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepApprox/BRepApprox_TheMultiLineOfApprox.hxx:52:19: style: Class 'BRepApprox_TheMultiLineOfApprox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepApprox/BRepApprox_TheMultiLineOfApprox.hxx:70:19: style: Class 'BRepApprox_TheMultiLineOfApprox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.lxx:41:71: style: Function 'SetStartPoints' argument 1 names different: declaration 'StartPt1' definition 'StartPtOnS1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.hxx:71:53: note: Function 'SetStartPoints' argument 1 names different: declaration 'StartPt1' definition 'StartPtOnS1'.
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.lxx:41:71: note: Function 'SetStartPoints' argument 1 names different: declaration 'StartPt1' definition 'StartPtOnS1'.
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.lxx:42:39: style: Function 'SetStartPoints' argument 2 names different: declaration 'StartPt2' definition 'StartPtOnS2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.hxx:71:90: note: Function 'SetStartPoints' argument 2 names different: declaration 'StartPt2' definition 'StartPtOnS2'.
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.lxx:42:39: note: Function 'SetStartPoints' argument 2 names different: declaration 'StartPt2' definition 'StartPtOnS2'.
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.lxx:49:69: style: Function 'SetEndPoints' argument 1 names different: declaration 'EndPt1' definition 'EndPtOnS1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.hxx:74:51: note: Function 'SetEndPoints' argument 1 names different: declaration 'EndPt1' definition 'EndPtOnS1'.
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.lxx:49:69: note: Function 'SetEndPoints' argument 1 names different: declaration 'EndPt1' definition 'EndPtOnS1'.
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.lxx:50:37: style: Function 'SetEndPoints' argument 2 names different: declaration 'EndPt2' definition 'EndPtOnS2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.hxx:74:86: note: Function 'SetEndPoints' argument 2 names different: declaration 'EndPt2' definition 'EndPtOnS2'.
occt-V7_3_0/src/BRepBlend/BRepBlend_Line.lxx:50:37: note: Function 'SetEndPoints' argument 2 names different: declaration 'EndPt2' definition 'EndPtOnS2'.
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFunc.hxx:44:19: style: Class 'BRepBlend_AppFunc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_PointOnRst.hxx:48:19: style: Class 'BRepBlend_PointOnRst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:94:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:120:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:154:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:168:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:178:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:185:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:191:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:197:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:203:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:209:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:215:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:224:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:235:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:244:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:259:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:265:29: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:95:3: style: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:93:0: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:95:3: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:122:3: style: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:119:0: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:122:3: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:156:3: style: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:153:0: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRoot.cxx:156:3: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRst.hxx:43:19: style: Class 'BRepBlend_AppFuncRst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppFuncRstRst.hxx:43:19: style: Class 'BRepBlend_AppFuncRstRst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_AppSurface.hxx:57:19: style: Class 'BRepBlend_AppSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_CSWalking.hxx:61:19: style: Class 'BRepBlend_CSWalking' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_CurvPointRadInv.hxx:52:19: style: Class 'BRepBlend_CurvPointRadInv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_RstRstConstRad.hxx:65:19: style: Class 'BRepBlend_RstRstConstRad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_RstRstEvolRad.hxx:66:19: style: Class 'BRepBlend_RstRstEvolRad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx:196:32: style: Function 'Perform' argument 10 names different: declaration 'Soldep' definition 'ParDep'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBlend/BRepBlend_RstRstLineBuilder.hxx:82:315: note: Function 'Perform' argument 10 names different: declaration 'Soldep' definition 'ParDep'.
occt-V7_3_0/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx:196:32: note: Function 'Perform' argument 10 names different: declaration 'Soldep' definition 'ParDep'.
occt-V7_3_0/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx:292:26: style: Function 'PerformFirstSection' argument 8 names different: declaration 'Soldep' definition 'ParDep'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBlend/BRepBlend_RstRstLineBuilder.hxx:84:280: note: Function 'PerformFirstSection' argument 8 names different: declaration 'Soldep' definition 'ParDep'.
occt-V7_3_0/src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx:292:26: note: Function 'PerformFirstSection' argument 8 names different: declaration 'Soldep' definition 'ParDep'.
occt-V7_3_0/src/BRepBlend/BRepBlend_RstRstLineBuilder.hxx:80:19: style: Class 'BRepBlend_RstRstLineBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfCurvConstRadInv.hxx:53:19: style: Class 'BRepBlend_SurfCurvConstRadInv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfCurvEvolRadInv.hxx:54:19: style: Class 'BRepBlend_SurfCurvEvolRadInv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfPointConstRadInv.hxx:52:19: style: Class 'BRepBlend_SurfPointConstRadInv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfPointEvolRadInv.hxx:53:19: style: Class 'BRepBlend_SurfPointEvolRadInv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstConstRad.hxx:64:19: style: Class 'BRepBlend_SurfRstConstRad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstEvolRad.hxx:65:19: style: Class 'BRepBlend_SurfRstEvolRad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:164:36: warning: Function 'ArcToRecadre' argument order different: declaration 'Sol, PrevIndex, pt2d, lastpt2d, ponarc' definition 'theSol, PrevIndex, lastpt2d, pt2d, ponarc' [funcArgOrderDifferent]
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstLineBuilder.hxx:89:69: note: Function 'ArcToRecadre' argument order different: declaration 'Sol, PrevIndex, pt2d, lastpt2d, ponarc' definition 'theSol, PrevIndex, lastpt2d, pt2d, ponarc'
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:164:36: note: Function 'ArcToRecadre' argument order different: declaration 'Sol, PrevIndex, pt2d, lastpt2d, ponarc' definition 'theSol, PrevIndex, lastpt2d, pt2d, ponarc'
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:233:33: style: Function 'Perform' argument 9 names different: declaration 'Soldep' definition 'ParDep'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstLineBuilder.hxx:83:274: note: Function 'Perform' argument 9 names different: declaration 'Soldep' definition 'ParDep'.
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:233:33: note: Function 'Perform' argument 9 names different: declaration 'Soldep' definition 'ParDep'.
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:328:26: style: Function 'PerformFirstSection' argument 7 names different: declaration 'Soldep' definition 'ParDep'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstLineBuilder.hxx:85:239: note: Function 'PerformFirstSection' argument 7 names different: declaration 'Soldep' definition 'ParDep'.
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx:328:26: note: Function 'PerformFirstSection' argument 7 names different: declaration 'Soldep' definition 'ParDep'.
occt-V7_3_0/src/BRepBlend/BRepBlend_SurfRstLineBuilder.hxx:81:19: style: Class 'BRepBlend_SurfRstLineBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBlend/BRepBlend_Walking.hxx:63:19: style: Class 'BRepBlend_Walking' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBndLib/BRepBndLib.cxx:446:42: style: Function 'FindExactUVBounds' argument 1 names different: declaration 'F' definition 'FF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBndLib/BRepBndLib.cxx:53:49: note: Function 'FindExactUVBounds' argument 1 names different: declaration 'F' definition 'FF'.
occt-V7_3_0/src/BRepBndLib/BRepBndLib.cxx:446:42: note: Function 'FindExactUVBounds' argument 1 names different: declaration 'F' definition 'FF'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Collect.cxx:236:29: style: Function 'AddGenerated' argument 2 names different: declaration 'Gen' definition 'NS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Collect.hxx:43:81: note: Function 'AddGenerated' argument 2 names different: declaration 'Gen' definition 'NS'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Collect.cxx:236:29: note: Function 'AddGenerated' argument 2 names different: declaration 'Gen' definition 'NS'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Collect.cxx:261:26: style: Function 'AddModif' argument 2 names different: declaration 'Mod' definition 'NS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Collect.hxx:45:77: note: Function 'AddModif' argument 2 names different: declaration 'Mod' definition 'NS'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Collect.cxx:261:26: note: Function 'AddModif' argument 2 names different: declaration 'Mod' definition 'NS'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Collect.cxx:62:37: performance: Function parameter 'Old' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_ModifyShape.hxx:81:19: style: Class 'BRepBuilderAPI_ModifyShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_ModifyShape.hxx:84:19: style: Class 'BRepBuilderAPI_ModifyShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.cxx:167:56: style: Function 'BRepBuilderAPI_FastSewing' argument 1 names different: declaration 'theTolerance' definition 'theTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.hxx:69:65: note: Function 'BRepBuilderAPI_FastSewing' argument 1 names different: declaration 'theTolerance' definition 'theTol'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.cxx:167:56: note: Function 'BRepBuilderAPI_FastSewing' argument 1 names different: declaration 'theTolerance' definition 'theTol'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.cxx:587:3: performance: Variable 'mySQToler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.hxx:69:19: style: Class 'BRepBuilderAPI_FastSewing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_FindPlane.hxx:65:24: performance: Technically the member function 'BRepBuilderAPI_FindPlane::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_FindPlane.cxx:65:32: note: Technically the member function 'BRepBuilderAPI_FindPlane::Init' can be static.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_FindPlane.hxx:65:24: note: Technically the member function 'BRepBuilderAPI_FindPlane::Init' can be static.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_FindPlane.hxx:69:36: performance: Technically the member function 'BRepBuilderAPI_FindPlane::Found' can be static. [functionStatic]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_FindPlane.cxx:201:44: note: Technically the member function 'BRepBuilderAPI_FindPlane::Found' can be static.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_FindPlane.hxx:69:36: note: Technically the member function 'BRepBuilderAPI_FindPlane::Found' can be static.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_GTransform.hxx:66:19: style: Class 'BRepBuilderAPI_GTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_NurbsConvert.hxx:74:55: style: The function 'Modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeShape.hxx:58:55: note: Virtual function in base class
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_NurbsConvert.hxx:74:55: note: Function in derived class
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_NurbsConvert.hxx:82:40: style: The function 'ModifiedShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_ModifyShape.hxx:68:40: note: Virtual function in base class
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_NurbsConvert.hxx:82:40: note: Function in derived class
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:142:65: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:95:58: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:142:65: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:157:65: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:97:58: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:157:65: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:174:65: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:99:58: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:174:65: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:191:65: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:101:58: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:191:65: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:208:66: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:103:59: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:208:66: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:223:66: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:105:59: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:223:66: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:240:66: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:107:59: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:240:66: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:257:66: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:109:59: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:257:66: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:274:65: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:111:58: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:274:65: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:289:65: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:113:58: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:289:65: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:306:65: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:115:58: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:306:65: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:323:65: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:117:58: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:323:65: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:340:66: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:119:59: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:340:66: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:355:66: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:121:59: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:355:66: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:372:66: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:123:59: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:372:66: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:389:66: style: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:125:59: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:389:66: note: Function 'BRepBuilderAPI_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:87:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:95:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:103:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:111:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:119:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:127:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:129:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:131:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:133:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:135:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:137:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:139:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:141:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:143:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:145:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:147:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.hxx:213:19: style: Class 'BRepBuilderAPI_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:127:71: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:91:62: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:127:71: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:141:71: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:93:62: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:141:71: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:157:71: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:95:62: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:157:71: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:173:71: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:97:62: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:173:71: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:189:72: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:99:63: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:189:72: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:203:72: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:101:63: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:203:72: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:219:72: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:103:63: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:219:72: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:235:72: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:105:63: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:235:72: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:251:71: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:107:62: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:251:71: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:265:71: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:109:62: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:265:71: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:281:71: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:111:62: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:281:71: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:297:71: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:113:62: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:297:71: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:313:72: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:115:63: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:313:72: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:327:72: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:117:63: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:327:72: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:343:72: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:119:63: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:343:72: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:359:72: style: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:121:63: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.cxx:359:72: note: Function 'BRepBuilderAPI_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:83:19: style: Class 'BRepBuilderAPI_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:91:19: style: Class 'BRepBuilderAPI_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:99:19: style: Class 'BRepBuilderAPI_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:107:19: style: Class 'BRepBuilderAPI_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:115:19: style: Class 'BRepBuilderAPI_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:123:19: style: Class 'BRepBuilderAPI_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:125:19: style: Class 'BRepBuilderAPI_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:127:19: style: Class 'BRepBuilderAPI_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:129:19: style: Class 'BRepBuilderAPI_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:131:19: style: Class 'BRepBuilderAPI_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge2d.hxx:133:19: style: Class 'BRepBuilderAPI_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.cxx:118:66: style: Function 'BRepBuilderAPI_MakeFace' argument 1 names different: declaration 'C' definition 'T'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:91:59: note: Function 'BRepBuilderAPI_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.cxx:118:66: note: Function 'BRepBuilderAPI_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.cxx:225:66: style: Function 'BRepBuilderAPI_MakeFace' argument 1 names different: declaration 'C' definition 'T'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:110:59: note: Function 'BRepBuilderAPI_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.cxx:225:66: note: Function 'BRepBuilderAPI_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.cxx:348:66: style: Function 'BRepBuilderAPI_MakeFace' argument 1 names different: declaration 'C' definition 'T'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:135:59: note: Function 'BRepBuilderAPI_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.cxx:348:66: note: Function 'BRepBuilderAPI_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:76:19: style: Class 'BRepBuilderAPI_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:79:19: style: Class 'BRepBuilderAPI_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:82:19: style: Class 'BRepBuilderAPI_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:85:19: style: Class 'BRepBuilderAPI_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:88:19: style: Class 'BRepBuilderAPI_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:91:19: style: Class 'BRepBuilderAPI_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:95:19: style: Class 'BRepBuilderAPI_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:114:19: style: Class 'BRepBuilderAPI_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeFace.hxx:138:19: style: Class 'BRepBuilderAPI_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.cxx:57:30: style: Function 'BRepBuilderAPI_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.hxx:66:123: note: Function 'BRepBuilderAPI_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.cxx:57:30: note: Function 'BRepBuilderAPI_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.cxx:76:30: style: Function 'BRepBuilderAPI_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.hxx:83:141: note: Function 'BRepBuilderAPI_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.cxx:76:30: note: Function 'BRepBuilderAPI_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.cxx:110:30: style: Function 'BRepBuilderAPI_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.hxx:87:144: note: Function 'BRepBuilderAPI_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.cxx:110:30: note: Function 'BRepBuilderAPI_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.cxx:129:30: style: Function 'BRepBuilderAPI_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.hxx:105:169: note: Function 'BRepBuilderAPI_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakePolygon.cxx:129:30: note: Function 'BRepBuilderAPI_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeShape.cxx:52:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeShell.hxx:72:19: style: Class 'BRepBuilderAPI_MakeShell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeShell.hxx:78:19: style: Class 'BRepBuilderAPI_MakeShell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeSolid.hxx:57:19: style: Class 'BRepBuilderAPI_MakeSolid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeSolid.hxx:60:19: style: Class 'BRepBuilderAPI_MakeSolid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeSolid.hxx:83:19: style: Class 'BRepBuilderAPI_MakeSolid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeVertex.hxx:50:19: style: Class 'BRepBuilderAPI_MakeVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeWire.hxx:84:19: style: Class 'BRepBuilderAPI_MakeWire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_MakeWire.hxx:116:19: style: Class 'BRepBuilderAPI_MakeWire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_NurbsConvert.cxx:171:72: style: Function 'Modified' argument 1 names different: declaration 'S' definition 'F'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_NurbsConvert.hxx:74:85: note: Function 'Modified' argument 1 names different: declaration 'S' definition 'F'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_NurbsConvert.cxx:171:72: note: Function 'Modified' argument 1 names different: declaration 'S' definition 'F'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:577:73: style: Function 'SameParameterEdge' argument 1 names different: declaration 'edge1' definition 'edgeFirst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:323:77: note: Function 'SameParameterEdge' argument 1 names different: declaration 'edge1' definition 'edgeFirst'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:577:73: note: Function 'SameParameterEdge' argument 1 names different: declaration 'edge1' definition 'edgeFirst'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:578:32: style: Function 'SameParameterEdge' argument 2 names different: declaration 'edge2' definition 'edgeLast'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:323:103: note: Function 'SameParameterEdge' argument 2 names different: declaration 'edge2' definition 'edgeLast'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:578:32: note: Function 'SameParameterEdge' argument 2 names different: declaration 'edge2' definition 'edgeLast'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:579:41: style: Function 'SameParameterEdge' argument 3 names different: declaration 'listFaces1' definition 'listFacesFirst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:323:138: note: Function 'SameParameterEdge' argument 3 names different: declaration 'listFaces1' definition 'listFacesFirst'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:579:41: note: Function 'SameParameterEdge' argument 3 names different: declaration 'listFaces1' definition 'listFacesFirst'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:580:41: style: Function 'SameParameterEdge' argument 4 names different: declaration 'listFaces2' definition 'listFacesLast'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:323:178: note: Function 'SameParameterEdge' argument 4 names different: declaration 'listFaces2' definition 'listFacesLast'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:580:41: note: Function 'SameParameterEdge' argument 4 names different: declaration 'listFaces2' definition 'listFacesLast'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1072:69: style: Function 'EvaluateDistances' argument 3 names different: declaration 'tabAng' definition 'tabDst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:307:149: note: Function 'EvaluateDistances' argument 3 names different: declaration 'tabAng' definition 'tabDst'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1072:69: note: Function 'EvaluateDistances' argument 3 names different: declaration 'tabAng' definition 'tabDst'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1267:27: style: Function 'IsMergedClosed' argument 3 names different: declaration 'fase' definition 'face'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:256:123: note: Function 'IsMergedClosed' argument 3 names different: declaration 'fase' definition 'face'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1267:27: note: Function 'IsMergedClosed' argument 3 names different: declaration 'fase' definition 'face'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1721:29: style: Function 'BRepBuilderAPI_Sewing' argument 2 names different: declaration 'option1' definition 'optionSewing'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:96:105: note: Function 'BRepBuilderAPI_Sewing' argument 2 names different: declaration 'option1' definition 'optionSewing'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1721:29: note: Function 'BRepBuilderAPI_Sewing' argument 2 names different: declaration 'option1' definition 'optionSewing'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1722:29: style: Function 'BRepBuilderAPI_Sewing' argument 3 names different: declaration 'option2' definition 'optionAnalysis'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:96:153: note: Function 'BRepBuilderAPI_Sewing' argument 3 names different: declaration 'option2' definition 'optionAnalysis'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1722:29: note: Function 'BRepBuilderAPI_Sewing' argument 3 names different: declaration 'option2' definition 'optionAnalysis'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1723:29: style: Function 'BRepBuilderAPI_Sewing' argument 4 names different: declaration 'option3' definition 'optionCutting'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:96:201: note: Function 'BRepBuilderAPI_Sewing' argument 4 names different: declaration 'option3' definition 'optionCutting'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1723:29: note: Function 'BRepBuilderAPI_Sewing' argument 4 names different: declaration 'option3' definition 'optionCutting'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1724:29: style: Function 'BRepBuilderAPI_Sewing' argument 5 names different: declaration 'option4' definition 'optionNonmanifold'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:96:249: note: Function 'BRepBuilderAPI_Sewing' argument 5 names different: declaration 'option4' definition 'optionNonmanifold'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1724:29: note: Function 'BRepBuilderAPI_Sewing' argument 5 names different: declaration 'option4' definition 'optionNonmanifold'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1736:30: style: Function 'Init' argument 2 names different: declaration 'option1' definition 'optionSewing'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:99:94: note: Function 'Init' argument 2 names different: declaration 'option1' definition 'optionSewing'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1736:30: note: Function 'Init' argument 2 names different: declaration 'option1' definition 'optionSewing'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1737:30: style: Function 'Init' argument 3 names different: declaration 'option2' definition 'optionAnalysis'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:99:142: note: Function 'Init' argument 3 names different: declaration 'option2' definition 'optionAnalysis'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1737:30: note: Function 'Init' argument 3 names different: declaration 'option2' definition 'optionAnalysis'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1738:30: style: Function 'Init' argument 4 names different: declaration 'option3' definition 'optionCutting'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:99:190: note: Function 'Init' argument 4 names different: declaration 'option3' definition 'optionCutting'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1738:30: note: Function 'Init' argument 4 names different: declaration 'option3' definition 'optionCutting'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1739:30: style: Function 'Init' argument 5 names different: declaration 'option4' definition 'optionNonmanifold'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:99:238: note: Function 'Init' argument 5 names different: declaration 'option4' definition 'optionNonmanifold'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1739:30: note: Function 'Init' argument 5 names different: declaration 'option4' definition 'optionNonmanifold'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1767:54: style: Function 'Load' argument 1 names different: declaration 'shape' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:102:50: note: Function 'Load' argument 1 names different: declaration 'shape' definition 'theShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1767:54: note: Function 'Load' argument 1 names different: declaration 'shape' definition 'theShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1798:53: style: Function 'Add' argument 1 names different: declaration 'shape' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:105:49: note: Function 'Add' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:1798:53: note: Function 'Add' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:2117:75: style: Function 'IsDegenerated' argument 1 names different: declaration 'shape' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:161:71: note: Function 'IsDegenerated' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:2117:75: note: Function 'IsDegenerated' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:2142:72: style: Function 'IsModified' argument 1 names different: declaration 'shape' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:164:68: note: Function 'IsModified' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:2142:72: note: Function 'IsModified' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:2156:73: style: Function 'Modified' argument 1 names different: declaration 'shape' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:167:69: note: Function 'Modified' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:2156:73: note: Function 'Modified' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:2168:80: style: Function 'IsModifiedSubShape' argument 1 names different: declaration 'shape' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:170:76: note: Function 'IsModifiedSubShape' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:2168:80: note: Function 'IsModifiedSubShape' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:2180:74: style: Function 'ModifiedSubShape' argument 1 names different: declaration 'shape' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:173:70: note: Function 'ModifiedSubShape' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:2180:74: note: Function 'ModifiedSubShape' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:4402:74: style: Function 'CreateCuttingNodes' argument 8 names different: declaration 'seqNode' definition 'seqVert'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:331:311: note: Function 'CreateCuttingNodes' argument 8 names different: declaration 'seqNode' definition 'seqVert'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:4402:74: note: Function 'CreateCuttingNodes' argument 8 names different: declaration 'seqNode' definition 'seqVert'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:4545:64: style: Function 'CreateSections' argument 1 names different: declaration 'bound' definition 'section'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.hxx:335:68: note: Function 'CreateSections' argument 1 names different: declaration 'bound' definition 'section'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx:4545:64: note: Function 'CreateSections' argument 1 names different: declaration 'bound' definition 'section'.
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_VertexInspector.hxx:40:3: style: Class 'BRepBuilderAPI_VertexInspector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepBuilderAPI/BRepBuilderAPI_Transform.hxx:55:19: style: Class 'BRepBuilderAPI_Transform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:32:45: style: Function 'Add' argument 1 names different: declaration 'List' definition 'lst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck.hxx:50:60: note: Function 'Add' argument 1 names different: declaration 'List' definition 'lst'.
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:32:45: note: Function 'Add' argument 1 names different: declaration 'List' definition 'lst'.
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:32:73: style: Function 'Add' argument 2 names different: declaration 'Stat' definition 'stat'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck.hxx:50:89: note: Function 'Add' argument 2 names different: declaration 'Stat' definition 'stat'.
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:32:73: note: Function 'Add' argument 2 names different: declaration 'Stat' definition 'stat'.
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:53:30: style: Function 'SelfIntersection' argument 2 names different: declaration 'F' definition 'myFace'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck.hxx:54:102: note: Function 'SelfIntersection' argument 2 names different: declaration 'F' definition 'myFace'.
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:53:30: note: Function 'SelfIntersection' argument 2 names different: declaration 'F' definition 'myFace'.
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:54:24: style: Function 'SelfIntersection' argument 3 names different: declaration 'E1' definition 'RetE1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck.hxx:54:118: note: Function 'SelfIntersection' argument 3 names different: declaration 'E1' definition 'RetE1'.
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:54:24: note: Function 'SelfIntersection' argument 3 names different: declaration 'E1' definition 'RetE1'.
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:55:24: style: Function 'SelfIntersection' argument 4 names different: declaration 'E2' definition 'RetE2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck.hxx:54:135: note: Function 'SelfIntersection' argument 4 names different: declaration 'E2' definition 'RetE2'.
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:55:24: note: Function 'SelfIntersection' argument 4 names different: declaration 'E2' definition 'RetE2'.
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:65:46: style: Function 'Print' argument 1 names different: declaration 'Stat' definition 'stat'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck.hxx:52:61: note: Function 'Print' argument 1 names different: declaration 'Stat' definition 'stat'.
occt-V7_3_0/src/BRepCheck/BRepCheck.cxx:65:46: note: Function 'Print' argument 1 names different: declaration 'Stat' definition 'stat'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Wire.hxx:43:19: style: Class 'BRepCheck_Wire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepCheck/BRepCheck_Analyzer.lxx:23:36: style: Function 'BRepCheck_Analyzer' argument 2 names different: declaration 'GeomControls' definition 'B'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck_Analyzer.hxx:65:70: note: Function 'BRepCheck_Analyzer' argument 2 names different: declaration 'GeomControls' definition 'B'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Analyzer.lxx:23:36: note: Function 'BRepCheck_Analyzer' argument 2 names different: declaration 'GeomControls' definition 'B'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Analyzer.cxx:43:33: style: Function 'Init' argument 2 names different: declaration 'GeomControls' definition 'B'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck_Analyzer.hxx:83:76: note: Function 'Init' argument 2 names different: declaration 'GeomControls' definition 'B'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Analyzer.cxx:43:33: note: Function 'Init' argument 2 names different: declaration 'GeomControls' definition 'B'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Analyzer.cxx:58:53: style: Function 'Put' argument 2 names different: declaration 'Gctrl' definition 'B'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck_Analyzer.hxx:145:75: note: Function 'Put' argument 2 names different: declaration 'Gctrl' definition 'B'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Analyzer.cxx:58:53: note: Function 'Put' argument 2 names different: declaration 'Gctrl' definition 'B'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Edge.hxx:43:19: style: Class 'BRepCheck_Edge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.hxx:41:19: style: Class 'BRepCheck_Face' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepCheck/BRepCheck_Shell.hxx:43:19: style: Class 'BRepCheck_Shell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepCheck/BRepCheck_Solid.hxx:39:19: style: Class 'BRepCheck_Solid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepCheck/BRepCheck_Vertex.hxx:39:19: style: Class 'BRepCheck_Vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:713:53: style: Function 'IsInside' argument 1 names different: declaration 'wir' definition 'theWire'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:71:53: note: Function 'IsInside' argument 1 names different: declaration 'wir' definition 'theWire'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:713:53: note: Function 'IsInside' argument 1 names different: declaration 'wir' definition 'theWire'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:714:29: style: Function 'IsInside' argument 2 names different: declaration 'Inside' definition 'WireBienOriente'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:72:29: note: Function 'IsInside' argument 2 names different: declaration 'Inside' definition 'WireBienOriente'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:714:29: note: Function 'IsInside' argument 2 names different: declaration 'Inside' definition 'WireBienOriente'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:716:25: style: Function 'IsInside' argument 4 names different: declaration 'F' definition 'theFace'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:74:25: note: Function 'IsInside' argument 4 names different: declaration 'F' definition 'theFace'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:716:25: note: Function 'IsInside' argument 4 names different: declaration 'F' definition 'theFace'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:84:17: warning: Member variable 'BRepCheck_Face::myIntres' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:84:17: warning: Member variable 'BRepCheck_Face::myImbres' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepCheck/BRepCheck_Face.cxx:84:17: warning: Member variable 'BRepCheck_Face::myOrires' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepCheck/BRepCheck_Shell.cxx:113:18: warning: Member variable 'BRepCheck_Shell::myCstat' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepCheck/BRepCheck_Shell.cxx:113:18: warning: Member variable 'BRepCheck_Shell::myOstat' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepCheck/BRepCheck_Solid.cxx:169:55: style: Function 'BRepCheck_Solid' argument 1 names different: declaration 'theS' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck_Solid.hxx:39:55: note: Function 'BRepCheck_Solid' argument 1 names different: declaration 'theS' definition 'S'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Solid.cxx:169:55: note: Function 'BRepCheck_Solid' argument 1 names different: declaration 'theS' definition 'S'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Solid.cxx:80:5: performance: Variable 'myIsHole' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepCheck/BRepCheck_Solid.cxx:81:5: performance: Variable 'myPntTol' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepCheck/BRepCheck_Solid.cxx:100:17: style: Technically the member function 'BRepCheck_ToolSolid::InnerPoint' can be const. [functionConst]
occt-V7_3_0/src/BRepCheck/BRepCheck_Solid.cxx:109:20: performance: Technically the member function 'BRepCheck_ToolSolid::IsOut' can be static. [functionStatic]
occt-V7_3_0/src/BRepCheck/BRepCheck_Wire.cxx:500:62: style: Function 'Closed2d' argument 1 names different: declaration 'F' definition 'theFace'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck_Wire.hxx:77:65: note: Function 'Closed2d' argument 1 names different: declaration 'F' definition 'theFace'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Wire.cxx:500:62: note: Function 'Closed2d' argument 1 names different: declaration 'F' definition 'theFace'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Wire.cxx:944:26: style: Function 'SelfIntersect' argument 2 names different: declaration 'E1' definition 'retE1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck_Wire.hxx:103:86: note: Function 'SelfIntersect' argument 2 names different: declaration 'E1' definition 'retE1'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Wire.cxx:944:26: note: Function 'SelfIntersect' argument 2 names different: declaration 'E1' definition 'retE1'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Wire.cxx:945:26: style: Function 'SelfIntersect' argument 3 names different: declaration 'E2' definition 'retE2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepCheck/BRepCheck_Wire.hxx:103:103: note: Function 'SelfIntersect' argument 3 names different: declaration 'E2' definition 'retE2'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Wire.cxx:945:26: note: Function 'SelfIntersect' argument 3 names different: declaration 'E2' definition 'retE2'.
occt-V7_3_0/src/BRepCheck/BRepCheck_Wire.cxx:132:17: warning: Member variable 'BRepCheck_Wire::myCstat' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepClass/BRepClass_FaceExplorer.hxx:45:19: style: Class 'BRepClass_FaceExplorer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepClass/BRepClass_FaceClassifier.cxx:88:60: style: Function 'Perform' argument 1 names different: declaration 'F' definition 'aF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass/BRepClass_FaceClassifier.hxx:61:52: note: Function 'Perform' argument 1 names different: declaration 'F' definition 'aF'.
occt-V7_3_0/src/BRepClass/BRepClass_FaceClassifier.cxx:88:60: note: Function 'Perform' argument 1 names different: declaration 'F' definition 'aF'.
occt-V7_3_0/src/BRepClass/BRepClass_FaceClassifier.cxx:89:20: style: Function 'Perform' argument 2 names different: declaration 'P' definition 'aP'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass/BRepClass_FaceClassifier.hxx:61:69: note: Function 'Perform' argument 2 names different: declaration 'P' definition 'aP'.
occt-V7_3_0/src/BRepClass/BRepClass_FaceClassifier.cxx:89:20: note: Function 'Perform' argument 2 names different: declaration 'P' definition 'aP'.
occt-V7_3_0/src/BRepClass/BRepClass_FaceClassifier.cxx:90:26: style: Function 'Perform' argument 3 names different: declaration 'Tol' definition 'aTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass/BRepClass_FaceClassifier.hxx:61:92: note: Function 'Perform' argument 3 names different: declaration 'Tol' definition 'aTol'.
occt-V7_3_0/src/BRepClass/BRepClass_FaceClassifier.cxx:90:26: note: Function 'Perform' argument 3 names different: declaration 'Tol' definition 'aTol'.
occt-V7_3_0/src/BRepClass/BRepClass_FaceExplorer.hxx:55:36: performance: Technically the member function 'BRepClass_FaceExplorer::Reject' can be static. [functionStatic]
occt-V7_3_0/src/BRepClass/BRepClass_FaceExplorer.cxx:98:43: note: Technically the member function 'BRepClass_FaceExplorer::Reject' can be static.
occt-V7_3_0/src/BRepClass/BRepClass_FaceExplorer.hxx:55:36: note: Technically the member function 'BRepClass_FaceExplorer::Reject' can be static.
occt-V7_3_0/src/BRepClass/BRepClass_FaceExplorer.hxx:78:36: performance: Technically the member function 'BRepClass_FaceExplorer::RejectWire' can be static. [functionStatic]
occt-V7_3_0/src/BRepClass/BRepClass_FaceExplorer.cxx:240:43: note: Technically the member function 'BRepClass_FaceExplorer::RejectWire' can be static.
occt-V7_3_0/src/BRepClass/BRepClass_FaceExplorer.hxx:78:36: note: Technically the member function 'BRepClass_FaceExplorer::RejectWire' can be static.
occt-V7_3_0/src/BRepClass/BRepClass_FaceExplorer.hxx:92:36: performance: Technically the member function 'BRepClass_FaceExplorer::RejectEdge' can be static. [functionStatic]
occt-V7_3_0/src/BRepClass/BRepClass_FaceExplorer.cxx:262:43: note: Technically the member function 'BRepClass_FaceExplorer::RejectEdge' can be static.
occt-V7_3_0/src/BRepClass/BRepClass_FaceExplorer.hxx:92:36: note: Technically the member function 'BRepClass_FaceExplorer::RejectEdge' can be static.
occt-V7_3_0/src/BRepClass/BRepClass_Intersector.cxx:168:54: style: Function 'LocalGeometry' argument 3 names different: declaration 'T' definition 'Tang'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass/BRepClass_Intersector.hxx:48:97: note: Function 'LocalGeometry' argument 3 names different: declaration 'T' definition 'Tang'.
occt-V7_3_0/src/BRepClass/BRepClass_Intersector.cxx:168:54: note: Function 'LocalGeometry' argument 3 names different: declaration 'T' definition 'Tang'.
occt-V7_3_0/src/BRepClass/BRepClass_Intersector.cxx:169:54: style: Function 'LocalGeometry' argument 4 names different: declaration 'N' definition 'Norm'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass/BRepClass_Intersector.hxx:48:110: note: Function 'LocalGeometry' argument 4 names different: declaration 'N' definition 'Norm'.
occt-V7_3_0/src/BRepClass/BRepClass_Intersector.cxx:169:54: note: Function 'LocalGeometry' argument 4 names different: declaration 'N' definition 'Norm'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d.cxx:38:58: style: Function 'OuterShell' argument 1 names different: declaration 'S' definition 'aSolid'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d.hxx:44:71: note: Function 'OuterShell' argument 1 names different: declaration 'S' definition 'aSolid'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d.cxx:38:58: note: Function 'OuterShell' argument 1 names different: declaration 'S' definition 'aSolid'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:146:33: style: Technically the member function 'BRepClass3d_SolidExplorer::GetTree' can be const. [functionConst]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:148:37: style: Technically the member function 'BRepClass3d_SolidExplorer::GetMapEV' can be const. [functionConst]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_BndBoxTree.hxx:39:3: style: Class 'BRepClass3d_BndBoxTreeSelectorPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_BndBoxTree.hxx:85:3: style: Class 'BRepClass3d_BndBoxTreeSelectorLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:56:19: style: Class 'BRepClass3d_SolidExplorer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidClassifier.hxx:47:19: style: Class 'BRepClass3d_SolidClassifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_Intersector3d.cxx:41:25: style: Function 'Perform' argument 4 names different: declaration 'F' definition 'Face'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_Intersector3d.hxx:56:119: note: Function 'Perform' argument 4 names different: declaration 'F' definition 'Face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_Intersector3d.cxx:41:25: note: Function 'Perform' argument 4 names different: declaration 'F' definition 'Face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SClassifier.cxx:89:79: style: Function 'PerformInfinitePoint' argument 1 names different: declaration 'S' definition 'aSE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SClassifier.hxx:56:73: note: Function 'PerformInfinitePoint' argument 1 names different: declaration 'S' definition 'aSE'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SClassifier.cxx:89:79: note: Function 'PerformInfinitePoint' argument 1 names different: declaration 'S' definition 'aSE'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SClassifier.cxx:194:66: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'SolidExplorer'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SClassifier.hxx:52:60: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'SolidExplorer'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SClassifier.cxx:194:66: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'SolidExplorer'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidClassifier.cxx:67:16: performance: Variable 'isaholeinspace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidClassifier.cxx:122:3: performance: Variable 'aSolidLoaded' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:288:60: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:808:14: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:835:14: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:1044:40: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:70:21: style: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:68:83: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:70:21: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:71:10: style: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:68:94: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:71:10: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:72:17: style: Function 'FindAPointInTheFace' argument 3 names different: declaration 'Param' definition 'param_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:68:112: note: Function 'FindAPointInTheFace' argument 3 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:72:17: note: Function 'FindAPointInTheFace' argument 3 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:85:21: style: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:70:83: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:85:21: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:86:10: style: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:70:94: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:86:10: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:87:17: style: Function 'FindAPointInTheFace' argument 3 names different: declaration 'u' definition 'u_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:70:112: note: Function 'FindAPointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:87:17: note: Function 'FindAPointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:87:36: style: Function 'FindAPointInTheFace' argument 4 names different: declaration 'v' definition 'v_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:70:130: note: Function 'FindAPointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:87:36: note: Function 'FindAPointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:88:17: style: Function 'FindAPointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:70:148: note: Function 'FindAPointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:88:17: note: Function 'FindAPointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:100:21: style: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:72:83: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:100:21: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:101:10: style: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:72:94: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:101:10: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:102:17: style: Function 'FindAPointInTheFace' argument 3 names different: declaration 'u' definition 'u_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:72:112: note: Function 'FindAPointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:102:17: note: Function 'FindAPointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:102:36: style: Function 'FindAPointInTheFace' argument 4 names different: declaration 'v' definition 'v_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:72:130: note: Function 'FindAPointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:102:36: note: Function 'FindAPointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:103:17: style: Function 'FindAPointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:72:148: note: Function 'FindAPointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:103:17: note: Function 'FindAPointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:212:21: style: Function 'PointInTheFace' argument 1 names different: declaration 'F' definition 'Face'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:82:71: note: Function 'PointInTheFace' argument 1 names different: declaration 'F' definition 'Face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:212:21: note: Function 'PointInTheFace' argument 1 names different: declaration 'F' definition 'Face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:213:10: style: Function 'PointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:82:82: note: Function 'PointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:213:10: note: Function 'PointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:214:17: style: Function 'PointInTheFace' argument 3 names different: declaration 'u' definition 'u_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:82:100: note: Function 'PointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:214:17: note: Function 'PointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:214:36: style: Function 'PointInTheFace' argument 4 names different: declaration 'v' definition 'v_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:82:118: note: Function 'PointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:214:36: note: Function 'PointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:215:17: style: Function 'PointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:82:136: note: Function 'PointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:215:17: note: Function 'PointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:216:20: style: Function 'PointInTheFace' argument 6 names different: declaration 'Index' definition 'IndexPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:82:161: note: Function 'PointInTheFace' argument 6 names different: declaration 'Index' definition 'IndexPoint'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:216:20: note: Function 'PointInTheFace' argument 6 names different: declaration 'Index' definition 'IndexPoint'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:257:21: style: Function 'PointInTheFace' argument 1 names different: declaration 'F' definition 'Face'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:86:71: note: Function 'PointInTheFace' argument 1 names different: declaration 'F' definition 'Face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:257:21: note: Function 'PointInTheFace' argument 1 names different: declaration 'F' definition 'Face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:258:10: style: Function 'PointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:86:82: note: Function 'PointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:258:10: note: Function 'PointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:259:17: style: Function 'PointInTheFace' argument 3 names different: declaration 'u' definition 'u_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:86:100: note: Function 'PointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:259:17: note: Function 'PointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:259:36: style: Function 'PointInTheFace' argument 4 names different: declaration 'v' definition 'v_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:86:118: note: Function 'PointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:259:36: note: Function 'PointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:260:17: style: Function 'PointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:86:136: note: Function 'PointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:260:17: note: Function 'PointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:261:20: style: Function 'PointInTheFace' argument 6 names different: declaration 'Index' definition 'IndexPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:86:161: note: Function 'PointInTheFace' argument 6 names different: declaration 'Index' definition 'IndexPoint'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:261:20: note: Function 'PointInTheFace' argument 6 names different: declaration 'Index' definition 'IndexPoint'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:450:73: style: Function 'OtherSegment' argument 3 names different: declaration 'Par' definition '_Par'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:131:93: note: Function 'OtherSegment' argument 3 names different: declaration 'Par' definition '_Par'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:450:73: note: Function 'OtherSegment' argument 3 names different: declaration 'Par' definition '_Par'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:709:21: style: Function 'PointInTheFace' argument 1 names different: declaration 'F' definition '_face'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:80:71: note: Function 'PointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:709:21: note: Function 'PointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:710:10: style: Function 'PointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:80:82: note: Function 'PointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:710:10: note: Function 'PointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:711:17: style: Function 'PointInTheFace' argument 3 names different: declaration 'u' definition 'u_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:80:100: note: Function 'PointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:711:17: note: Function 'PointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:711:36: style: Function 'PointInTheFace' argument 4 names different: declaration 'v' definition 'v_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:80:118: note: Function 'PointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:711:36: note: Function 'PointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:712:17: style: Function 'PointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:80:136: note: Function 'PointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:712:17: note: Function 'PointInTheFace' argument 5 names different: declaration 'Param' definition 'param_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:713:20: style: Function 'PointInTheFace' argument 6 names different: declaration 'Index' definition 'IndexPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:80:161: note: Function 'PointInTheFace' argument 6 names different: declaration 'Index' definition 'IndexPoint'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:713:20: note: Function 'PointInTheFace' argument 6 names different: declaration 'Index' definition 'IndexPoint'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:734:21: style: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:74:83: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:734:21: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:735:10: style: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:74:94: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:735:10: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:736:17: style: Function 'FindAPointInTheFace' argument 3 names different: declaration 'u' definition 'u_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:74:112: note: Function 'FindAPointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:736:17: note: Function 'FindAPointInTheFace' argument 3 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:736:35: style: Function 'FindAPointInTheFace' argument 4 names different: declaration 'v' definition 'v_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:74:130: note: Function 'FindAPointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:736:35: note: Function 'FindAPointInTheFace' argument 4 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:749:21: style: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:76:83: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:749:21: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:750:10: style: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:76:94: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:750:10: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'P' definition 'APoint_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:762:21: style: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:78:83: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:762:21: note: Function 'FindAPointInTheFace' argument 1 names different: declaration 'F' definition '_face'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:763:17: style: Function 'FindAPointInTheFace' argument 2 names different: declaration 'u' definition 'u_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:78:101: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:763:17: note: Function 'FindAPointInTheFace' argument 2 names different: declaration 'u' definition 'u_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:763:35: style: Function 'FindAPointInTheFace' argument 3 names different: declaration 'v' definition 'v_'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:78:119: note: Function 'FindAPointInTheFace' argument 3 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:763:35: note: Function 'FindAPointInTheFace' argument 3 names different: declaration 'v' definition 'v_'.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:80:36: performance: Technically the member function 'BRepClass3d_SolidExplorer::PointInTheFace' can be static. [functionStatic]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:708:45: note: Technically the member function 'BRepClass3d_SolidExplorer::PointInTheFace' can be static.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:80:36: note: Technically the member function 'BRepClass3d_SolidExplorer::PointInTheFace' can be static.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:82:36: performance: Technically the member function 'BRepClass3d_SolidExplorer::PointInTheFace' can be static. [functionStatic]
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.cxx:211:45: note: Technically the member function 'BRepClass3d_SolidExplorer::PointInTheFace' can be static.
occt-V7_3_0/src/BRepClass3d/BRepClass3d_SolidExplorer.hxx:82:36: note: Technically the member function 'BRepClass3d_SolidExplorer::PointInTheFace' can be static.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:108:84: style: Function 'DistanceMapMap' argument 1 names different: declaration 'Map1' definition 'theMap1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.hxx:140:73: note: Function 'DistanceMapMap' argument 1 names different: declaration 'Map1' definition 'theMap1'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:108:84: note: Function 'DistanceMapMap' argument 1 names different: declaration 'Map1' definition 'theMap1'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:109:84: style: Function 'DistanceMapMap' argument 2 names different: declaration 'Map2' definition 'theMap2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.hxx:140:112: note: Function 'DistanceMapMap' argument 2 names different: declaration 'Map2' definition 'theMap2'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:109:84: note: Function 'DistanceMapMap' argument 2 names different: declaration 'Map2' definition 'theMap2'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:110:84: style: Function 'DistanceMapMap' argument 3 names different: declaration 'LBox1' definition 'theLBox1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.hxx:140:137: note: Function 'DistanceMapMap' argument 3 names different: declaration 'LBox1' definition 'theLBox1'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:110:84: note: Function 'DistanceMapMap' argument 3 names different: declaration 'LBox1' definition 'theLBox1'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:111:84: style: Function 'DistanceMapMap' argument 4 names different: declaration 'LBox2' definition 'theLBox2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.hxx:140:163: note: Function 'DistanceMapMap' argument 4 names different: declaration 'LBox2' definition 'theLBox2'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:111:84: note: Function 'DistanceMapMap' argument 4 names different: declaration 'LBox2' definition 'theLBox2'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:267:62: style: Function 'LoadS2' argument 1 names different: declaration 'Shape1' definition 'Shape2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.hxx:53:51: note: Function 'LoadS2' argument 1 names different: declaration 'Shape1' definition 'Shape2'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:267:62: note: Function 'LoadS2' argument 1 names different: declaration 'Shape1' definition 'Shape2'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:70:61: performance: Function parameter 'V1' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx:71:61: performance: Function parameter 'V2' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:134:19: style: Function 'TrimmedSquareDistances' argument 2 names different: declaration 'distP12' definition 'dist12'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.hxx:73:84: note: Function 'TrimmedSquareDistances' argument 2 names different: declaration 'distP12' definition 'dist12'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:134:19: note: Function 'TrimmedSquareDistances' argument 2 names different: declaration 'distP12' definition 'dist12'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:135:19: style: Function 'TrimmedSquareDistances' argument 3 names different: declaration 'distP21' definition 'dist21'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.hxx:73:107: note: Function 'TrimmedSquareDistances' argument 3 names different: declaration 'distP21' definition 'dist21'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:135:19: note: Function 'TrimmedSquareDistances' argument 3 names different: declaration 'distP21' definition 'dist21'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:136:19: style: Function 'TrimmedSquareDistances' argument 4 names different: declaration 'distP22' definition 'dist22'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.hxx:73:130: note: Function 'TrimmedSquareDistances' argument 4 names different: declaration 'distP22' definition 'dist22'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:136:19: note: Function 'TrimmedSquareDistances' argument 4 names different: declaration 'distP22' definition 'dist22'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:137:12: style: Function 'TrimmedSquareDistances' argument 5 names different: declaration 'P11' definition 'pnt11'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.hxx:73:146: note: Function 'TrimmedSquareDistances' argument 5 names different: declaration 'P11' definition 'pnt11'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:137:12: note: Function 'TrimmedSquareDistances' argument 5 names different: declaration 'P11' definition 'pnt11'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:138:12: style: Function 'TrimmedSquareDistances' argument 6 names different: declaration 'P12' definition 'pnt12'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.hxx:73:158: note: Function 'TrimmedSquareDistances' argument 6 names different: declaration 'P12' definition 'pnt12'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:138:12: note: Function 'TrimmedSquareDistances' argument 6 names different: declaration 'P12' definition 'pnt12'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:139:12: style: Function 'TrimmedSquareDistances' argument 7 names different: declaration 'P21' definition 'pnt21'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.hxx:73:170: note: Function 'TrimmedSquareDistances' argument 7 names different: declaration 'P21' definition 'pnt21'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:139:12: note: Function 'TrimmedSquareDistances' argument 7 names different: declaration 'P21' definition 'pnt21'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:140:12: style: Function 'TrimmedSquareDistances' argument 8 names different: declaration 'P22' definition 'pnt22'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.hxx:73:182: note: Function 'TrimmedSquareDistances' argument 8 names different: declaration 'P22' definition 'pnt22'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCC.cxx:140:12: note: Function 'TrimmedSquareDistances' argument 8 names different: declaration 'P22' definition 'pnt22'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCF.cxx:73:74: style: Function 'Perform' argument 2 names different: declaration 'F' definition 'F2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCF.hxx:47:72: note: Function 'Perform' argument 2 names different: declaration 'F' definition 'F2'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ExtCF.cxx:73:74: note: Function 'Perform' argument 2 names different: declaration 'F' definition 'F2'.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_OverlapTool.cxx:374:67: style: Same value in both branches of ternary operator. [duplicateValueTernary]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_OverlapTool.cxx:27:3: performance: Variable 'myIsDone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_TriangleSet.hxx:34:19: style: Class 'BRepExtrema_TriangleSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_OverlapTool.hxx:46:3: style: Class 'BRepExtrema_OverlapTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.cxx:123:58: style: Same value in both branches of ternary operator. [duplicateValueTernary]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.cxx:133:111: warning: Function 'isRegularSharedVertex' argument order different: declaration 'theSharedVert, theTrng1Vtxs1, theTrng1Vtxs2, theTrng2Vtxs1, theTrng2Vtxs2' definition 'theSharedVert, theTrng0Vtxs1, theTrng0Vtxs2, theTrng1Vtxs1, theTrng1Vtxs2' [funcArgOrderDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.hxx:103:83: note: Function 'isRegularSharedVertex' argument order different: declaration 'theSharedVert, theTrng1Vtxs1, theTrng1Vtxs2, theTrng2Vtxs1, theTrng2Vtxs2' definition 'theSharedVert, theTrng0Vtxs1, theTrng0Vtxs2, theTrng1Vtxs1, theTrng1Vtxs2'
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.cxx:133:111: note: Function 'isRegularSharedVertex' argument order different: declaration 'theSharedVert, theTrng1Vtxs1, theTrng1Vtxs2, theTrng2Vtxs1, theTrng2Vtxs2' definition 'theSharedVert, theTrng0Vtxs1, theTrng0Vtxs2, theTrng1Vtxs1, theTrng1Vtxs2'
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.cxx:205:109: warning: Function 'isRegularSharedEdge' argument order different: declaration 'theTrng1Vtxs0, theTrng1Vtxs1, theTrng1Vtxs2, theTrng2Vtxs2' definition 'theTrng0Vtxs0, theTrng0Vtxs1, theTrng0Vtxs2, theTrng1Vtxs2' [funcArgOrderDifferent]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.hxx:110:81: note: Function 'isRegularSharedEdge' argument order different: declaration 'theTrng1Vtxs0, theTrng1Vtxs1, theTrng1Vtxs2, theTrng2Vtxs2' definition 'theTrng0Vtxs0, theTrng0Vtxs1, theTrng0Vtxs2, theTrng1Vtxs2'
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.cxx:205:109: note: Function 'isRegularSharedEdge' argument order different: declaration 'theTrng1Vtxs0, theTrng1Vtxs1, theTrng1Vtxs2, theTrng2Vtxs2' definition 'theTrng0Vtxs0, theTrng0Vtxs1, theTrng0Vtxs2, theTrng1Vtxs2'
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.cxx:28:3: performance: Variable 'myIsInit' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.hxx:103:43: performance: Technically the member function 'BRepExtrema_SelfIntersection::isRegularSharedVertex' can be static. [functionStatic]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.cxx:133:71: note: Technically the member function 'BRepExtrema_SelfIntersection::isRegularSharedVertex' can be static.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.hxx:103:43: note: Technically the member function 'BRepExtrema_SelfIntersection::isRegularSharedVertex' can be static.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.hxx:110:43: performance: Technically the member function 'BRepExtrema_SelfIntersection::isRegularSharedEdge' can be static. [functionStatic]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.cxx:205:71: note: Technically the member function 'BRepExtrema_SelfIntersection::isRegularSharedEdge' can be static.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.hxx:110:43: note: Technically the member function 'BRepExtrema_SelfIntersection::isRegularSharedEdge' can be static.
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.hxx:39:19: style: Class 'BRepExtrema_SelfIntersection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.hxx:99:51: style: The function 'PreCheckElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ElementFilter.hxx:41:24: note: Virtual function in base class
occt-V7_3_0/src/BRepExtrema/BRepExtrema_SelfIntersection.hxx:99:51: note: Function in derived class
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ShapeProximity.cxx:31:16: performance: Variable 'myIsInitS2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepExtrema/BRepExtrema_ShapeProximity.hxx:43:19: style: Class 'BRepExtrema_ShapeProximity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:67:48: style: Function 'SampleEdges' argument 1 names different: declaration 'S' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat.hxx:101:64: note: Function 'SampleEdges' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:67:48: note: Function 'SampleEdges' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:68:50: style: Function 'SampleEdges' argument 2 names different: declaration 'Pt' definition 'theSeq'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat.hxx:101:89: note: Function 'SampleEdges' argument 2 names different: declaration 'Pt' definition 'theSeq'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:68:50: note: Function 'SampleEdges' argument 2 names different: declaration 'Pt' definition 'theSeq'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:81:35: style: Function 'Barycenter' argument 2 names different: declaration 'Pt' definition 'B'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat.hxx:103:74: note: Function 'Barycenter' argument 2 names different: declaration 'Pt' definition 'B'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:81:35: note: Function 'Barycenter' argument 2 names different: declaration 'Pt' definition 'B'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:485:46: style: Function 'FaceUntil' argument 1 names different: declaration 'S' definition 'Sbase'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat.hxx:114:62: note: Function 'FaceUntil' argument 1 names different: declaration 'S' definition 'Sbase'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:485:46: note: Function 'FaceUntil' argument 1 names different: declaration 'S' definition 'Sbase'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:486:39: style: Function 'FaceUntil' argument 2 names different: declaration 'F' definition 'FUntil'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat.hxx:114:78: note: Function 'FaceUntil' argument 2 names different: declaration 'F' definition 'FUntil'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:486:39: note: Function 'FaceUntil' argument 2 names different: declaration 'F' definition 'FUntil'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:661:62: style: Function 'Print' argument 1 names different: declaration 'SE' definition 'se'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat.hxx:120:78: note: Function 'Print' argument 1 names different: declaration 'SE' definition 'se'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:661:62: note: Function 'Print' argument 1 names different: declaration 'SE' definition 'se'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:662:53: style: Function 'Print' argument 2 names different: declaration 'S' definition 's'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat.hxx:120:100: note: Function 'Print' argument 2 names different: declaration 'S' definition 's'.
occt-V7_3_0/src/BRepFeat/BRepFeat.cxx:662:53: note: Function 'Print' argument 2 names different: declaration 'S' definition 's'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:127:60: style: Function 'PartsOfTool' argument 1 names different: declaration 'theLT' definition 'aLT'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.hxx:81:59: note: Function 'PartsOfTool' argument 1 names different: declaration 'theLT' definition 'aLT'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:127:60: note: Function 'PartsOfTool' argument 1 names different: declaration 'theLT' definition 'aLT'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:157:55: style: Function 'KeepPart' argument 1 names different: declaration 'theS' definition 'thePart'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.hxx:88:54: note: Function 'KeepPart' argument 1 names different: declaration 'theS' definition 'thePart'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:157:55: note: Function 'KeepPart' argument 1 names different: declaration 'theS' definition 'thePart'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:518:65: style: Function 'RebuildEdge' argument 3 names different: declaration 'theME' definition 'aME'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.hxx:98:115: note: Function 'RebuildEdge' argument 3 names different: declaration 'theME' definition 'aME'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:518:65: note: Function 'RebuildEdge' argument 3 names different: declaration 'theME' definition 'aME'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:519:60: style: Function 'RebuildEdge' argument 4 names different: declaration 'aLEIm' definition 'aLIm'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.hxx:98:144: note: Function 'RebuildEdge' argument 4 names different: declaration 'aLEIm' definition 'aLIm'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:519:60: note: Function 'RebuildEdge' argument 4 names different: declaration 'aLEIm' definition 'aLIm'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:718:58: style: Function 'FillRemoved' argument 1 names different: declaration 'theS' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.hxx:108:57: note: Function 'FillRemoved' argument 1 names different: declaration 'theS' definition 'S'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:718:58: note: Function 'FillRemoved' argument 1 names different: declaration 'theS' definition 'S'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:719:59: style: Function 'FillRemoved' argument 2 names different: declaration 'theM' definition 'M'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.hxx:108:84: note: Function 'FillRemoved' argument 2 names different: declaration 'theM' definition 'M'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Builder.cxx:719:59: note: Function 'FillRemoved' argument 2 names different: declaration 'theM' definition 'M'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Form.cxx:1278:61: style: Function 'UpdateDescendants' argument 2 names different: declaration 'SResult' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_Form.hxx:158:105: note: Function 'UpdateDescendants' argument 2 names different: declaration 'SResult' definition 'S'.
occt-V7_3_0/src/BRepFeat/BRepFeat_Form.cxx:1278:61: note: Function 'UpdateDescendants' argument 2 names different: declaration 'SResult' definition 'S'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx:118:75: style: Function 'PerformThruNext' argument 2 names different: declaration 'WithControl' definition 'Cont'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.hxx:71:92: note: Function 'PerformThruNext' argument 2 names different: declaration 'WithControl' definition 'Cont'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx:118:75: note: Function 'PerformThruNext' argument 2 names different: declaration 'WithControl' definition 'Cont'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx:249:75: style: Function 'PerformUntilEnd' argument 2 names different: declaration 'WithControl' definition 'Cont'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.hxx:78:92: note: Function 'PerformUntilEnd' argument 2 names different: declaration 'WithControl' definition 'Cont'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx:249:75: note: Function 'PerformUntilEnd' argument 2 names different: declaration 'WithControl' definition 'Cont'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx:342:67: style: Function 'Perform' argument 4 names different: declaration 'WithControl' definition 'Cont'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.hxx:63:136: note: Function 'Perform' argument 4 names different: declaration 'WithControl' definition 'Cont'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx:342:67: note: Function 'Perform' argument 4 names different: declaration 'WithControl' definition 'Cont'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx:447:72: style: Function 'PerformBlind' argument 3 names different: declaration 'WithControl' definition 'Cont'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.hxx:85:117: note: Function 'PerformBlind' argument 3 names different: declaration 'WithControl' definition 'Cont'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx:447:72: note: Function 'PerformBlind' argument 3 names different: declaration 'WithControl' definition 'Cont'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.cxx:96:26: style: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.hxx:90:160: note: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.cxx:96:26: note: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.cxx:163:22: style: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.hxx:96:70: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.cxx:163:22: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.cxx:607:62: style: Function 'PerformFromEnd' argument 1 names different: declaration 'FUntil' definition 'Until'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.hxx:113:60: note: Function 'PerformFromEnd' argument 1 names different: declaration 'FUntil' definition 'Until'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.cxx:607:62: note: Function 'PerformFromEnd' argument 1 names different: declaration 'FUntil' definition 'Until'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.cxx:912:60: style: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.hxx:123:58: note: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.cxx:912:60: note: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.cxx:923:61: style: Function 'BossEdges' argument 1 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.hxx:130:58: note: Function 'BossEdges' argument 1 names different: declaration 'sig' definition 'signature'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.cxx:923:61: note: Function 'BossEdges' argument 1 names different: declaration 'sig' definition 'signature'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.hxx:77:3: warning: Member variable 'BRepFeat_MakeDPrism::myStatusError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.hxx:123:24: style: The function 'Curves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepFeat/BRepFeat_Form.hxx:138:32: note: Virtual function in base class
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeDPrism.hxx:123:24: note: Function in derived class
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.cxx:762:26: style: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.hxx:93:70: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.cxx:762:26: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.cxx:917:77: style: Function 'Propagate' argument 1 names different: declaration 'L' definition 'SliList'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.hxx:109:69: note: Function 'Propagate' argument 1 names different: declaration 'L' definition 'SliList'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.cxx:917:77: note: Function 'Propagate' argument 1 names different: declaration 'L' definition 'SliList'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.cxx:918:32: style: Function 'Propagate' argument 2 names different: declaration 'F' definition 'fac'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.hxx:109:91: note: Function 'Propagate' argument 2 names different: declaration 'F' definition 'fac'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.cxx:918:32: note: Function 'Propagate' argument 2 names different: declaration 'F' definition 'fac'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.cxx:919:27: style: Function 'Propagate' argument 3 names different: declaration 'FPoint' definition 'Firstpnt'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.hxx:109:108: note: Function 'Propagate' argument 3 names different: declaration 'FPoint' definition 'Firstpnt'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.cxx:919:27: note: Function 'Propagate' argument 3 names different: declaration 'FPoint' definition 'Firstpnt'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.cxx:920:27: style: Function 'Propagate' argument 4 names different: declaration 'LPoint' definition 'Lastpnt'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.hxx:109:130: note: Function 'Propagate' argument 4 names different: declaration 'LPoint' definition 'Lastpnt'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeLinearForm.cxx:920:27: note: Function 'Propagate' argument 4 names different: declaration 'LPoint' definition 'Lastpnt'.
occt-V7_3_0/src/BRepFeat/BRepFeat_RibSlot.lxx:22:26: warning: Member variable 'BRepFeat_RibSlot::myPerfSelection' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepFeat/BRepFeat_RibSlot.lxx:22:26: warning: Member variable 'BRepFeat_RibSlot::myStatusError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.cxx:66:32: style: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.hxx:87:160: note: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.cxx:66:32: note: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.cxx:129:28: style: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.hxx:92:70: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.cxx:129:28: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.cxx:334:58: style: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.hxx:104:58: note: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.cxx:334:58: note: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.hxx:122:15: warning: The class 'BRepFeat_MakePipe' defines member variable with name 'mySkface' also defined in its parent class 'BRepFeat_Form'. [duplInheritedMember]
occt-V7_3_0/src/BRepFeat/BRepFeat_Form.hxx:174:15: note: Parent variable 'BRepFeat_Form::mySkface'
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.hxx:122:15: note: Derived variable 'BRepFeat_MakePipe::mySkface'
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.hxx:104:24: style: The function 'Curves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepFeat/BRepFeat_Form.hxx:138:32: note: Virtual function in base class
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePipe.hxx:104:24: note: Function in derived class
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.lxx:33:27: style: Function 'BRepFeat_MakePrism' argument 4 names different: declaration 'Direction' definition 'Direc'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.hxx:84:119: note: Function 'BRepFeat_MakePrism' argument 4 names different: declaration 'Direction' definition 'Direc'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.lxx:33:27: note: Function 'BRepFeat_MakePrism' argument 4 names different: declaration 'Direction' definition 'Direc'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.cxx:95:24: style: Function 'Init' argument 4 names different: declaration 'Direction' definition 'Direc'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.hxx:96:125: note: Function 'Init' argument 4 names different: declaration 'Direction' definition 'Direc'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.cxx:95:24: note: Function 'Init' argument 4 names different: declaration 'Direction' definition 'Direc'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.cxx:96:33: style: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.hxx:96:159: note: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.cxx:96:33: note: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.cxx:162:28: style: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.hxx:101:70: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.cxx:162:28: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.cxx:631:61: style: Function 'PerformFromEnd' argument 1 names different: declaration 'FUntil' definition 'Until'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.hxx:119:60: note: Function 'PerformFromEnd' argument 1 names different: declaration 'FUntil' definition 'Until'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.cxx:631:61: note: Function 'PerformFromEnd' argument 1 names different: declaration 'FUntil' definition 'Until'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.cxx:904:59: style: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.hxx:129:58: note: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.cxx:904:59: note: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.lxx:22:28: warning: Member variable 'BRepFeat_MakePrism::myStatusError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.hxx:129:24: style: The function 'Curves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepFeat/BRepFeat_Form.hxx:138:32: note: Virtual function in base class
occt-V7_3_0/src/BRepFeat/BRepFeat_MakePrism.hxx:129:24: note: Function in derived class
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.cxx:102:26: style: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.hxx:63:154: note: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.cxx:102:26: note: Function 'Init' argument 5 names different: declaration 'Fuse' definition 'Mode'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.cxx:166:22: style: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.hxx:68:70: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.cxx:166:22: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.cxx:726:59: style: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.hxx:86:58: note: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.cxx:726:59: note: Function 'Curves' argument 1 names different: declaration 'S' definition 'scur'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.lxx:22:28: warning: Member variable 'BRepFeat_MakeRevol::myStatusError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.hxx:86:24: style: The function 'Curves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepFeat/BRepFeat_Form.hxx:138:32: note: Virtual function in base class
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevol.hxx:86:24: note: Function in derived class
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx:977:28: style: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.hxx:87:70: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx:977:28: note: Function 'Add' argument 2 names different: declaration 'OnFace' definition 'F'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx:1253:79: style: Function 'Propagate' argument 1 names different: declaration 'L' definition 'SliList'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.hxx:93:69: note: Function 'Propagate' argument 1 names different: declaration 'L' definition 'SliList'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx:1253:79: note: Function 'Propagate' argument 1 names different: declaration 'L' definition 'SliList'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx:1254:27: style: Function 'Propagate' argument 2 names different: declaration 'F' definition 'fac'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.hxx:93:91: note: Function 'Propagate' argument 2 names different: declaration 'F' definition 'fac'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx:1254:27: note: Function 'Propagate' argument 2 names different: declaration 'F' definition 'fac'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx:1255:22: style: Function 'Propagate' argument 3 names different: declaration 'FPoint' definition 'Firstpnt'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.hxx:93:108: note: Function 'Propagate' argument 3 names different: declaration 'FPoint' definition 'Firstpnt'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx:1255:22: note: Function 'Propagate' argument 3 names different: declaration 'FPoint' definition 'Firstpnt'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx:1256:22: style: Function 'Propagate' argument 4 names different: declaration 'LPoint' definition 'Lastpnt'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.hxx:93:130: note: Function 'Propagate' argument 4 names different: declaration 'LPoint' definition 'Lastpnt'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx:1256:22: note: Function 'Propagate' argument 4 names different: declaration 'LPoint' definition 'Lastpnt'.
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.hxx:111:20: warning: The class 'BRepFeat_MakeRevolutionForm' defines member variable with name 'mySliding' also defined in its parent class 'BRepFeat_RibSlot'. [duplInheritedMember]
occt-V7_3_0/src/BRepFeat/BRepFeat_RibSlot.hxx:154:20: note: Parent variable 'BRepFeat_RibSlot::mySliding'
occt-V7_3_0/src/BRepFeat/BRepFeat_MakeRevolutionForm.hxx:111:20: note: Derived variable 'BRepFeat_MakeRevolutionForm::mySliding'
occt-V7_3_0/src/BRepFeat/BRepFeat_RibSlot.cxx:2243:64: style: Function 'UpdateDescendants' argument 2 names different: declaration 'SResult' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFeat/BRepFeat_RibSlot.hxx:148:105: note: Function 'UpdateDescendants' argument 2 names different: declaration 'SResult' definition 'S'.
occt-V7_3_0/src/BRepFeat/BRepFeat_RibSlot.cxx:2243:64: note: Function 'UpdateDescendants' argument 2 names different: declaration 'SResult' definition 'S'.
occt-V7_3_0/src/BRepFeat/BRepFeat_SplitShape.hxx:65:3: style: Class 'BRepFeat_SplitShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill.cxx:807:22: style: Function 'SearchOrigin' argument 3 names different: declaration 'V' definition 'Dir'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill.hxx:107:92: note: Function 'SearchOrigin' argument 3 names different: declaration 'V' definition 'Dir'.
occt-V7_3_0/src/BRepFill/BRepFill.cxx:807:22: note: Function 'SearchOrigin' argument 3 names different: declaration 'V' definition 'Dir'.
occt-V7_3_0/src/BRepFill/BRepFill_ApproxSeewing.hxx:45:19: style: Class 'BRepFill_ApproxSeewing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill_CompatibleWires.cxx:610:5: style: Variable 'alpha' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepFill/BRepFill_CompatibleWires.cxx:606:5: note: Variable 'alpha' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepFill/BRepFill_CompatibleWires.cxx:610:5: note: Variable 'alpha' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepFill/BRepFill_CompatibleWires.cxx:611:5: style: Variable 'beta' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepFill/BRepFill_CompatibleWires.cxx:607:5: note: Variable 'beta' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepFill/BRepFill_CompatibleWires.cxx:611:5: note: Variable 'beta' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepFill/BRepFill_CompatibleWires.cxx:701:63: style: Function 'SetPercent' argument 1 names different: declaration 'percent' definition 'Percent'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_CompatibleWires.hxx:50:56: note: Function 'SetPercent' argument 1 names different: declaration 'percent' definition 'Percent'.
occt-V7_3_0/src/BRepFill/BRepFill_CompatibleWires.cxx:701:63: note: Function 'SetPercent' argument 1 names different: declaration 'percent' definition 'Percent'.
occt-V7_3_0/src/BRepFill/BRepFill_CompatibleWires.hxx:46:19: style: Class 'BRepFill_CompatibleWires' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill_CurveConstraint.hxx:51:19: style: Class 'BRepFill_CurveConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill_CurveConstraint.hxx:53:19: style: Class 'BRepFill_CurveConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill_Draft.cxx:219:53: style: Function 'BRepFill_Draft' argument 1 names different: declaration 'Shape' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Draft.hxx:49:54: note: Function 'BRepFill_Draft' argument 1 names different: declaration 'Shape' definition 'S'.
occt-V7_3_0/src/BRepFill/BRepFill_Draft.cxx:219:53: note: Function 'BRepFill_Draft' argument 1 names different: declaration 'Shape' definition 'S'.
occt-V7_3_0/src/BRepFill/BRepFill_Draft.cxx:308:26: style: Function 'SetOptions' argument 2 names different: declaration 'AngleMin' definition 'Min'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Draft.hxx:51:111: note: Function 'SetOptions' argument 2 names different: declaration 'AngleMin' definition 'Min'.
occt-V7_3_0/src/BRepFill/BRepFill_Draft.cxx:308:26: note: Function 'SetOptions' argument 2 names different: declaration 'AngleMin' definition 'Min'.
occt-V7_3_0/src/BRepFill/BRepFill_Draft.cxx:309:26: style: Function 'SetOptions' argument 3 names different: declaration 'AngleMax' definition 'Max'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Draft.hxx:51:148: note: Function 'SetOptions' argument 3 names different: declaration 'AngleMax' definition 'Max'.
occt-V7_3_0/src/BRepFill/BRepFill_Draft.cxx:309:26: note: Function 'SetOptions' argument 3 names different: declaration 'AngleMax' definition 'Max'.
occt-V7_3_0/src/BRepFill/BRepFill_Draft.cxx:320:55: style: Function 'SetDraft' argument 1 names different: declaration 'IsInternal' definition 'Internal'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Draft.hxx:53:57: note: Function 'SetDraft' argument 1 names different: declaration 'IsInternal' definition 'Internal'.
occt-V7_3_0/src/BRepFill/BRepFill_Draft.cxx:320:55: note: Function 'SetDraft' argument 1 names different: declaration 'IsInternal' definition 'Internal'.
occt-V7_3_0/src/BRepFill/BRepFill_Draft.cxx:568:60: style: Function 'Fuse' argument 1 names different: declaration 'S' definition 'StopShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Draft.hxx:90:62: note: Function 'Fuse' argument 1 names different: declaration 'S' definition 'StopShape'.
occt-V7_3_0/src/BRepFill/BRepFill_Draft.cxx:568:60: note: Function 'Fuse' argument 1 names different: declaration 'S' definition 'StopShape'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:57:19: style: Class 'BRepFill_Sweep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill_EdgeFaceAndOrder.cxx:31:3: performance: Variable 'myEdge' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_EdgeFaceAndOrder.cxx:32:3: performance: Variable 'myFace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_EdgeFaceAndOrder.cxx:33:3: performance: Variable 'myOrder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_EdgeOnSurfLaw.cxx:44:3: performance: Variable 'hasresult' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:625:51: style: Function 'SetWork' argument 1 names different: declaration 'Spine' definition 'Sp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:109:52: note: Function 'SetWork' argument 1 names different: declaration 'Spine' definition 'Sp'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:625:51: note: Function 'SetWork' argument 1 names different: declaration 'Spine' definition 'Sp'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:626:22: style: Function 'SetWork' argument 2 names different: declaration 'Profile' definition 'Pr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:109:78: note: Function 'SetWork' argument 2 names different: declaration 'Profile' definition 'Pr'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:626:22: note: Function 'SetWork' argument 2 names different: declaration 'Profile' definition 'Pr'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:666:75: style: Function 'ElementaryPerform' argument 1 names different: declaration 'Spine' definition 'Sp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:111:62: note: Function 'ElementaryPerform' argument 1 names different: declaration 'Spine' definition 'Sp'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:666:75: note: Function 'ElementaryPerform' argument 1 names different: declaration 'Spine' definition 'Sp'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:667:35: style: Function 'ElementaryPerform' argument 2 names different: declaration 'Profile' definition 'Pr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:111:88: note: Function 'ElementaryPerform' argument 2 names different: declaration 'Profile' definition 'Pr'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:667:35: note: Function 'ElementaryPerform' argument 2 names different: declaration 'Profile' definition 'Pr'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:1256:71: style: Function 'PlanarPerform' argument 1 names different: declaration 'Spine' definition 'Sp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:113:58: note: Function 'PlanarPerform' argument 1 names different: declaration 'Spine' definition 'Sp'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:1256:71: note: Function 'PlanarPerform' argument 1 names different: declaration 'Spine' definition 'Sp'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:1257:35: style: Function 'PlanarPerform' argument 2 names different: declaration 'Profile' definition 'Pr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:113:84: note: Function 'PlanarPerform' argument 2 names different: declaration 'Profile' definition 'Pr'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:1257:35: note: Function 'PlanarPerform' argument 2 names different: declaration 'Profile' definition 'Pr'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:1395:73: style: Function 'VerticalPerform' argument 1 names different: declaration 'Spine' definition 'Sp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:115:60: note: Function 'VerticalPerform' argument 1 names different: declaration 'Spine' definition 'Sp'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:1395:73: note: Function 'VerticalPerform' argument 1 names different: declaration 'Spine' definition 'Sp'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:1396:35: style: Function 'VerticalPerform' argument 2 names different: declaration 'Profile' definition 'Pr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:115:86: note: Function 'VerticalPerform' argument 2 names different: declaration 'Profile' definition 'Pr'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:1396:35: note: Function 'VerticalPerform' argument 2 names different: declaration 'Profile' definition 'Pr'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:1673:33: style: Function 'PrepareSpine' argument 2 names different: declaration 'SpineProf' definition 'MapSpine'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:135:92: note: Function 'PrepareSpine' argument 2 names different: declaration 'SpineProf' definition 'MapSpine'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:1673:33: note: Function 'PrepareSpine' argument 2 names different: declaration 'SpineProf' definition 'MapSpine'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2178:52: style: Function 'MakePipe' argument 1 names different: declaration 'SpineEdge' definition 'SE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:137:53: note: Function 'MakePipe' argument 1 names different: declaration 'SpineEdge' definition 'SE'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2178:52: note: Function 'MakePipe' argument 1 names different: declaration 'SpineEdge' definition 'SE'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2179:22: style: Function 'MakePipe' argument 2 names different: declaration 'ProfRef' definition 'AxeRef'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:137:78: note: Function 'MakePipe' argument 2 names different: declaration 'ProfRef' definition 'AxeRef'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2179:22: note: Function 'MakePipe' argument 2 names different: declaration 'ProfRef' definition 'AxeRef'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2266:55: style: Function 'MakeRevol' argument 1 names different: declaration 'SpineEdge' definition 'SE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:139:54: note: Function 'MakeRevol' argument 1 names different: declaration 'SpineEdge' definition 'SE'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2266:55: note: Function 'MakeRevol' argument 1 names different: declaration 'SpineEdge' definition 'SE'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2267:24: style: Function 'MakeRevol' argument 2 names different: declaration 'SpineVertex' definition 'VLast'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:139:86: note: Function 'MakeRevol' argument 2 names different: declaration 'SpineVertex' definition 'VLast'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2267:24: note: Function 'MakeRevol' argument 2 names different: declaration 'SpineVertex' definition 'VLast'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2268:24: style: Function 'MakeRevol' argument 3 names different: declaration 'ProfRef' definition 'AxeRef'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:139:113: note: Function 'MakeRevol' argument 3 names different: declaration 'ProfRef' definition 'AxeRef'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2268:24: note: Function 'MakeRevol' argument 3 names different: declaration 'ProfRef' definition 'AxeRef'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2806:56: style: Function 'ComputeIntervals' argument 1 names different: declaration 'VonF' definition 'VOnF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:159:63: note: Function 'ComputeIntervals' argument 1 names different: declaration 'VonF' definition 'VOnF'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2806:56: note: Function 'ComputeIntervals' argument 1 names different: declaration 'VonF' definition 'VOnF'.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:144:35: performance: Technically the member function 'BRepFill_Evolved::FindLocation' can be static. [functionStatic]
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.cxx:2358:35: note: Technically the member function 'BRepFill_Evolved::FindLocation' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_Evolved.hxx:144:35: note: Technically the member function 'BRepFill_Evolved::FindLocation' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetAncestors.hxx:43:19: style: Class 'BRepFill_OffsetAncestors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill_TrimSurfaceTool.hxx:47:19: style: Class 'BRepFill_TrimSurfaceTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill_FaceAndOrder.cxx:29:3: performance: Variable 'myFace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_FaceAndOrder.cxx:30:3: performance: Variable 'myOrder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:332:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:136:3: performance: Variable 'myDegree' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:137:3: performance: Variable 'myNbPtsOnCur' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:138:3: performance: Variable 'myNbIter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:139:3: performance: Variable 'myAnisotropie' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:141:3: performance: Variable 'myTol2d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:142:3: performance: Variable 'myTol3d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:143:3: performance: Variable 'myTolAng' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:144:3: performance: Variable 'myTolCurv' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:146:3: performance: Variable 'myMaxDeg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:147:3: performance: Variable 'myMaxSegments' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:149:3: performance: Variable 'myIsInitFaceGiven' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:151:3: performance: Variable 'myIsDone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.hxx:202:24: performance: Technically the member function 'BRepFill_Filling::FindExtremitiesOfHoles' can be static. [functionStatic]
occt-V7_3_0/src/BRepFill/BRepFill_Filling.cxx:470:24: note: Technically the member function 'BRepFill_Filling::FindExtremitiesOfHoles' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_Filling.hxx:202:24: note: Technically the member function 'BRepFill_Filling::FindExtremitiesOfHoles' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:153:74: style: Function 'TransformInCompatibleLaw' argument 1 names different: declaration 'AngularTolerance' definition 'TolAngular'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.hxx:62:78: note: Function 'TransformInCompatibleLaw' argument 1 names different: declaration 'AngularTolerance' definition 'TolAngular'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:153:74: note: Function 'TransformInCompatibleLaw' argument 1 names different: declaration 'AngularTolerance' definition 'TolAngular'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:274:60: style: Function 'Holes' argument 1 names different: declaration 'Interval' definition 'Disc'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.hxx:68:56: note: Function 'Holes' argument 1 names different: declaration 'Interval' definition 'Disc'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:274:60: note: Function 'Holes' argument 1 names different: declaration 'Interval' definition 'Disc'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:348:28: style: Function 'PerformVertex' argument 2 names different: declaration 'InputVertex' definition 'Input'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.hxx:96:90: note: Function 'PerformVertex' argument 2 names different: declaration 'InputVertex' definition 'Input'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:348:28: note: Function 'PerformVertex' argument 2 names different: declaration 'InputVertex' definition 'Input'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:350:22: style: Function 'PerformVertex' argument 4 names different: declaration 'OutputVertex' definition 'Output'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.hxx:96:146: note: Function 'PerformVertex' argument 4 names different: declaration 'OutputVertex' definition 'Output'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:350:22: note: Function 'PerformVertex' argument 4 names different: declaration 'OutputVertex' definition 'Output'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:351:30: style: Function 'PerformVertex' argument 5 names different: declaration 'Location' definition 'ILoc'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.hxx:96:183: note: Function 'PerformVertex' argument 5 names different: declaration 'Location' definition 'ILoc'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:351:30: note: Function 'PerformVertex' argument 5 names different: declaration 'Location' definition 'ILoc'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:548:59: style: Function 'Parameter' argument 1 names different: declaration 'Abscissa' definition 'Abcissa'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.hxx:115:55: note: Function 'Parameter' argument 1 names different: declaration 'Abscissa' definition 'Abcissa'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:548:59: note: Function 'Parameter' argument 1 names different: declaration 'Abscissa' definition 'Abcissa'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:550:26: style: Function 'Parameter' argument 3 names different: declaration 'Param' definition 'U'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.hxx:115:105: note: Function 'Parameter' argument 3 names different: declaration 'Param' definition 'U'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:550:26: note: Function 'Parameter' argument 3 names different: declaration 'Param' definition 'U'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:599:52: style: Function 'D0' argument 1 names different: declaration 'Abscissa' definition 'Abcissa'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.hxx:111:48: note: Function 'D0' argument 1 names different: declaration 'Abscissa' definition 'Abcissa'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:599:52: note: Function 'D0' argument 1 names different: declaration 'Abscissa' definition 'Abcissa'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:600:25: style: Function 'D0' argument 2 names different: declaration 'Section' definition 'W'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.hxx:111:72: note: Function 'D0' argument 2 names different: declaration 'Section' definition 'W'.
occt-V7_3_0/src/BRepFill/BRepFill_LocationLaw.cxx:600:25: note: Function 'D0' argument 2 names different: declaration 'Section' definition 'W'.
occt-V7_3_0/src/BRepFill/BRepFill_MultiLine.cxx:783:66: style: Function 'Value' argument 1 names different: declaration 'theU' definition 'theT'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_MultiLine.hxx:92:72: note: Function 'Value' argument 1 names different: declaration 'theU' definition 'theT'.
occt-V7_3_0/src/BRepFill/BRepFill_MultiLine.cxx:783:66: note: Function 'Value' argument 1 names different: declaration 'theU' definition 'theT'.
occt-V7_3_0/src/BRepFill/BRepFill_NSections.cxx:372:71: style: Function 'BRepFill_NSections' argument 2 names different: declaration 'Trsfs' definition 'Transformations'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_NSections.hxx:52:104: note: Function 'BRepFill_NSections' argument 2 names different: declaration 'Trsfs' definition 'Transformations'.
occt-V7_3_0/src/BRepFill/BRepFill_NSections.cxx:372:71: note: Function 'BRepFill_NSections' argument 2 names different: declaration 'Trsfs' definition 'Transformations'.
occt-V7_3_0/src/BRepFill/BRepFill_NSections.cxx:353:3: performance: Variable 'myShapes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_NSections.cxx:354:3: performance: Variable 'VFirst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_NSections.cxx:355:3: performance: Variable 'VLast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:708:36: style: Function 'PerformWithBiLo' argument 1 names different: declaration 'WSP' definition 'Spine'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.hxx:79:60: note: Function 'PerformWithBiLo' argument 1 names different: declaration 'WSP' definition 'Spine'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:708:36: note: Function 'PerformWithBiLo' argument 1 names different: declaration 'WSP' definition 'Spine'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2208:48: style: Function 'TrimEdge' argument 1 names different: declaration 'CurrentEdge' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:186:55: note: Function 'TrimEdge' argument 1 names different: declaration 'CurrentEdge' definition 'E'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2208:48: note: Function 'TrimEdge' argument 1 names different: declaration 'CurrentEdge' definition 'E'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2209:48: style: Function 'TrimEdge' argument 2 names different: declaration 'CurrentSpine' definition 'ProE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:187:55: note: Function 'TrimEdge' argument 2 names different: declaration 'CurrentSpine' definition 'ProE'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2209:48: note: Function 'TrimEdge' argument 2 names different: declaration 'CurrentSpine' definition 'ProE'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2211:41: style: Function 'TrimEdge' argument 4 names different: declaration 'D' definition 'Detromp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:189:55: note: Function 'TrimEdge' argument 4 names different: declaration 'D' definition 'Detromp'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2211:41: note: Function 'TrimEdge' argument 4 names different: declaration 'D' definition 'Detromp'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2212:42: style: Function 'TrimEdge' argument 5 names different: declaration 'Sv' definition 'TheVer'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:190:49: note: Function 'TrimEdge' argument 5 names different: declaration 'Sv' definition 'TheVer'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2212:42: note: Function 'TrimEdge' argument 5 names different: declaration 'Sv' definition 'TheVer'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2213:42: style: Function 'TrimEdge' argument 6 names different: declaration 'MapverPar' definition 'ThePar'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:191:49: note: Function 'TrimEdge' argument 6 names different: declaration 'MapverPar' definition 'ThePar'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2213:42: note: Function 'TrimEdge' argument 6 names different: declaration 'MapverPar' definition 'ThePar'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2446:65: style: Function 'DoubleOrNotInside' argument 1 names different: declaration 'EC' definition 'LV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:201:72: note: Function 'DoubleOrNotInside' argument 1 names different: declaration 'EC' definition 'LV'.
occt-V7_3_0/src/BRepFill/BRepFill_OffsetWire.cxx:2446:65: note: Function 'DoubleOrNotInside' argument 1 names different: declaration 'EC' definition 'LV'.
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:176:32: style: Function 'BRepFill_Pipe' argument 5 names different: declaration 'GeneratePartCase' definition 'KPart'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.hxx:62:227: note: Function 'BRepFill_Pipe' argument 5 names different: declaration 'GeneratePartCase' definition 'KPart'.
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:176:32: note: Function 'BRepFill_Pipe' argument 5 names different: declaration 'GeneratePartCase' definition 'KPart'.
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:380:53: style: Function 'Generated' argument 1 names different: declaration 'S' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.hxx:80:55: note: Function 'Generated' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:380:53: note: Function 'Generated' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:381:53: style: Function 'Generated' argument 2 names different: declaration 'L' definition 'theList'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.hxx:80:80: note: Function 'Generated' argument 2 names different: declaration 'L' definition 'theList'.
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:381:53: note: Function 'Generated' argument 2 names different: declaration 'L' definition 'theList'.
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:826:25: style: Function 'FindEdge' argument 3 names different: declaration 'Init' definition 'InitialLength'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.hxx:119:109: note: Function 'FindEdge' argument 3 names different: declaration 'Init' definition 'InitialLength'.
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:826:25: note: Function 'FindEdge' argument 3 names different: declaration 'Init' definition 'InitialLength'.
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:879:27: style: Function 'FindVertex' argument 3 names different: declaration 'Init' definition 'InitialLength'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.hxx:121:113: note: Function 'FindVertex' argument 3 names different: declaration 'Init' definition 'InitialLength'.
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:879:27: note: Function 'FindVertex' argument 3 names different: declaration 'Init' definition 'InitialLength'.
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:157:3: performance: Variable 'myDegmax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:158:3: performance: Variable 'mySegmax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:159:3: performance: Variable 'myContinuity' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:160:3: performance: Variable 'myMode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:161:3: performance: Variable 'myForceApproxC1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:163:3: performance: Variable 'myCurIndexOfSectionEdge' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:179:3: performance: Variable 'myDegmax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:180:3: performance: Variable 'mySegmax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_Pipe.cxx:182:3: performance: Variable 'myMode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_SectionPlacement.hxx:43:19: style: Class 'BRepFill_SectionPlacement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill_SectionPlacement.hxx:46:19: style: Class 'BRepFill_SectionPlacement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:246:54: style: Function 'Set' argument 1 names different: declaration 'Frenet' definition 'IsFrenet'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.hxx:72:52: note: Function 'Set' argument 1 names different: declaration 'Frenet' definition 'IsFrenet'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:246:54: note: Function 'Set' argument 1 names different: declaration 'Frenet' definition 'IsFrenet'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:650:59: style: Function 'Simulate' argument 1 names different: declaration 'NumberOfSection' definition 'N'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.hxx:168:57: note: Function 'Simulate' argument 1 names different: declaration 'NumberOfSection' definition 'N'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:650:59: note: Function 'Simulate' argument 1 names different: declaration 'NumberOfSection' definition 'N'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:651:30: style: Function 'Simulate' argument 2 names different: declaration 'Sections' definition 'List'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.hxx:168:96: note: Function 'Simulate' argument 2 names different: declaration 'Sections' definition 'List'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:651:30: note: Function 'Simulate' argument 2 names different: declaration 'Sections' definition 'List'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:902:58: style: Function 'Generated' argument 1 names different: declaration 'S' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.hxx:197:55: note: Function 'Generated' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:902:58: note: Function 'Generated' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:903:30: style: Function 'Generated' argument 2 names different: declaration 'L' definition 'theList'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.hxx:197:80: note: Function 'Generated' argument 2 names different: declaration 'L' definition 'theList'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:903:30: note: Function 'Generated' argument 2 names different: declaration 'L' definition 'theList'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:1171:41: style: Function 'Place' argument 3 names different: declaration 'Trsf' definition 'aTrsf'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.hxx:214:85: note: Function 'Place' argument 3 names different: declaration 'Trsf' definition 'aTrsf'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.cxx:1171:41: note: Function 'Place' argument 3 names different: declaration 'Trsf' definition 'aTrsf'.
occt-V7_3_0/src/BRepFill/BRepFill_PipeShell.hxx:68:19: style: Class 'BRepFill_PipeShell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill_Section.cxx:47:3: performance: Variable 'myOriginalShape' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_ShapeLaw.cxx:116:53: style: Function 'Init' argument 1 names different: declaration 'B' definition 'Build'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_ShapeLaw.hxx:90:53: note: Function 'Init' argument 1 names different: declaration 'B' definition 'Build'.
occt-V7_3_0/src/BRepFill/BRepFill_ShapeLaw.cxx:116:53: note: Function 'Init' argument 1 names different: declaration 'B' definition 'Build'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:982:3: style: Variable 'P1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:977:3: note: Variable 'P1' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:982:3: note: Variable 'P1' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:984:3: style: Variable 'P2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:979:3: note: Variable 'P2' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:984:3: note: Variable 'P2' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:1724:3: style: Variable 'B' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:1710:0: note: Variable 'B' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:1724:3: note: Variable 'B' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:1839:52: style: Function 'SetBounds' argument 1 names different: declaration 'FirstShape' definition 'First'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:59:54: note: Function 'SetBounds' argument 1 names different: declaration 'FirstShape' definition 'First'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:1839:52: note: Function 'SetBounds' argument 1 names different: declaration 'FirstShape' definition 'First'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:1840:24: style: Function 'SetBounds' argument 2 names different: declaration 'LastShape' definition 'Last'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:59:85: note: Function 'SetBounds' argument 2 names different: declaration 'LastShape' definition 'Last'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:1840:24: note: Function 'SetBounds' argument 2 names different: declaration 'LastShape' definition 'Last'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:1899:61: style: Function 'SetAngularControl' argument 1 names different: declaration 'AngleMin' definition 'MinAngle'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:76:63: note: Function 'SetAngularControl' argument 1 names different: declaration 'AngleMin' definition 'MinAngle'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:1899:61: note: Function 'SetAngularControl' argument 1 names different: declaration 'AngleMin' definition 'MinAngle'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:1900:28: style: Function 'SetAngularControl' argument 2 names different: declaration 'AngleMax' definition 'MaxAngle'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:76:100: note: Function 'SetAngularControl' argument 2 names different: declaration 'AngleMax' definition 'MaxAngle'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:1900:28: note: Function 'SetAngularControl' argument 2 names different: declaration 'AngleMax' definition 'MaxAngle'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:2080:29: style: Function 'BuildShell' argument 2 names different: declaration 'Vf' definition 'IFirst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:132:114: note: Function 'BuildShell' argument 2 names different: declaration 'Vf' definition 'IFirst'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:2080:29: note: Function 'BuildShell' argument 2 names different: declaration 'Vf' definition 'IFirst'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:2081:29: style: Function 'BuildShell' argument 3 names different: declaration 'Vl' definition 'ILast'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:132:141: note: Function 'BuildShell' argument 3 names different: declaration 'Vl' definition 'ILast'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:2081:29: note: Function 'BuildShell' argument 3 names different: declaration 'Vl' definition 'ILast'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:3482:58: style: Function 'UpdateVertex' argument 1 names different: declaration 'Ipath' definition 'ipath'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:140:61: note: Function 'UpdateVertex' argument 1 names different: declaration 'Ipath' definition 'ipath'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:3482:58: note: Function 'UpdateVertex' argument 1 names different: declaration 'Ipath' definition 'ipath'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:3483:30: style: Function 'UpdateVertex' argument 2 names different: declaration 'Isec' definition 'isec'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:140:91: note: Function 'UpdateVertex' argument 2 names different: declaration 'Isec' definition 'isec'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:3483:30: note: Function 'UpdateVertex' argument 2 names different: declaration 'Isec' definition 'isec'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:3484:27: style: Function 'UpdateVertex' argument 3 names different: declaration 'Error' definition 'ErrApp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:140:117: note: Function 'UpdateVertex' argument 3 names different: declaration 'Error' definition 'ErrApp'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:3484:27: note: Function 'UpdateVertex' argument 3 names different: declaration 'Error' definition 'ErrApp'.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:115:32: performance: Technically the member function 'BRepFill_Sweep::Tape' can be static. [functionStatic]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:3144:30: note: Technically the member function 'BRepFill_Sweep::Tape' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:115:32: note: Technically the member function 'BRepFill_Sweep::Tape' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:140:24: performance: Technically the member function 'BRepFill_Sweep::UpdateVertex' can be static. [functionStatic]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:3482:22: note: Technically the member function 'BRepFill_Sweep::UpdateVertex' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:140:24: note: Technically the member function 'BRepFill_Sweep::UpdateVertex' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:142:24: performance: Technically the member function 'BRepFill_Sweep::RebuildTopOrBottomEdge' can be static. [functionStatic]
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.cxx:3518:22: note: Technically the member function 'BRepFill_Sweep::RebuildTopOrBottomEdge' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_Sweep.hxx:142:24: note: Technically the member function 'BRepFill_Sweep::RebuildTopOrBottomEdge' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_TrimShellCorner.hxx:50:19: style: Class 'BRepFill_TrimShellCorner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFill/BRepFill_TrimEdgeTool.cxx:107:3: performance: Variable 'isPoint1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepFill/BRepFill_TrimShellCorner.cxx:364:63: style: Function 'Modified' argument 1 names different: declaration 'S' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFill/BRepFill_TrimShellCorner.hxx:64:54: note: Function 'Modified' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepFill/BRepFill_TrimShellCorner.cxx:364:63: note: Function 'Modified' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepFill/BRepFill_TrimShellCorner.hxx:54:24: performance: Technically the member function 'BRepFill_TrimShellCorner::AddBounds' can be static. [functionStatic]
occt-V7_3_0/src/BRepFill/BRepFill_TrimShellCorner.cxx:214:32: note: Technically the member function 'BRepFill_TrimShellCorner::AddBounds' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_TrimShellCorner.hxx:54:24: note: Technically the member function 'BRepFill_TrimShellCorner::AddBounds' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_TrimShellCorner.hxx:56:24: performance: Technically the member function 'BRepFill_TrimShellCorner::AddUEdges' can be static. [functionStatic]
occt-V7_3_0/src/BRepFill/BRepFill_TrimShellCorner.cxx:225:32: note: Technically the member function 'BRepFill_TrimShellCorner::AddUEdges' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_TrimShellCorner.hxx:56:24: note: Technically the member function 'BRepFill_TrimShellCorner::AddUEdges' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_TrimSurfaceTool.hxx:63:33: performance: Technically the member function 'BRepFill_TrimSurfaceTool::ProjOn' can be static. [functionStatic]
occt-V7_3_0/src/BRepFill/BRepFill_TrimSurfaceTool.cxx:470:41: note: Technically the member function 'BRepFill_TrimSurfaceTool::ProjOn' can be static.
occt-V7_3_0/src/BRepFill/BRepFill_TrimSurfaceTool.hxx:63:33: note: Technically the member function 'BRepFill_TrimSurfaceTool::ProjOn' can be static.
occt-V7_3_0/src/BRepFilletAPI/BRepFilletAPI_MakeChamfer.hxx:56:19: style: Class 'BRepFilletAPI_MakeChamfer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepFilletAPI/BRepFilletAPI_MakeFillet.cxx:69:30: style: Function 'SetContinuity' argument 2 names different: declaration 'AngularTolerance' definition 'AngleTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepFilletAPI/BRepFilletAPI_MakeFillet.hxx:77:99: note: Function 'SetContinuity' argument 2 names different: declaration 'AngularTolerance' definition 'AngleTol'.
occt-V7_3_0/src/BRepFilletAPI/BRepFilletAPI_MakeFillet.cxx:69:30: note: Function 'SetContinuity' argument 2 names different: declaration 'AngularTolerance' definition 'AngleTol'.
occt-V7_3_0/src/BRepFilletAPI/BRepFilletAPI_MakeFillet2d.hxx:83:19: style: Class 'BRepFilletAPI_MakeFillet2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:45:72: style: Function 'LinearProperties' argument 2 names different: declaration 'LProps' definition 'SProps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp.hxx:91:86: note: Function 'LinearProperties' argument 2 names different: declaration 'LProps' definition 'SProps'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:45:72: note: Function 'LinearProperties' argument 2 names different: declaration 'LProps' definition 'SProps'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:139:73: style: Function 'SurfaceProperties' argument 2 names different: declaration 'SProps' definition 'Props'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp.hxx:127:87: note: Function 'SurfaceProperties' argument 2 names different: declaration 'SProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:139:73: note: Function 'SurfaceProperties' argument 2 names different: declaration 'SProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:146:81: style: Function 'SurfaceProperties' argument 2 names different: declaration 'SProps' definition 'Props'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp.hxx:139:96: note: Function 'SurfaceProperties' argument 2 names different: declaration 'SProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:146:81: note: Function 'SurfaceProperties' argument 2 names different: declaration 'SProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:230:72: style: Function 'VolumeProperties' argument 2 names different: declaration 'VProps' definition 'Props'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp.hxx:175:86: note: Function 'VolumeProperties' argument 2 names different: declaration 'VProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:230:72: note: Function 'VolumeProperties' argument 2 names different: declaration 'VProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:253:80: style: Function 'VolumeProperties' argument 2 names different: declaration 'VProps' definition 'Props'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp.hxx:188:95: note: Function 'VolumeProperties' argument 2 names different: declaration 'VProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:253:80: note: Function 'VolumeProperties' argument 2 names different: declaration 'VProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:377:21: style: Function 'VolumePropertiesGK' argument 2 names different: declaration 'VProps' definition 'Props'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp.hxx:203:97: note: Function 'VolumePropertiesGK' argument 2 names different: declaration 'VProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:377:21: note: Function 'VolumePropertiesGK' argument 2 names different: declaration 'VProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:525:21: style: Function 'VolumePropertiesGK' argument 2 names different: declaration 'VProps' definition 'Props'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp.hxx:205:97: note: Function 'VolumePropertiesGK' argument 2 names different: declaration 'VProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp.cxx:525:21: note: Function 'VolumePropertiesGK' argument 2 names different: declaration 'VProps' definition 'Props'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Face.hxx:53:5: style: Class 'BRepGProp_Face' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepGProp/BRepGProp_Domain.hxx:43:5: style: Class 'BRepGProp_Domain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepGProp/BRepGProp_EdgeTool.cxx:36:81: style: Function 'IntegrationOrder' argument 1 names different: declaration 'C' definition 'BAC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_EdgeTool.hxx:61:86: note: Function 'IntegrationOrder' argument 1 names different: declaration 'C' definition 'BAC'.
occt-V7_3_0/src/BRepGProp/BRepGProp_EdgeTool.cxx:36:81: note: Function 'IntegrationOrder' argument 1 names different: declaration 'C' definition 'BAC'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Gauss.cxx:542:20: style: Redundant condition: If 'theEps < 0.0', the comparison 'theEps < 0.001' is always true. [redundantCondition]
occt-V7_3_0/src/BRepGProp/BRepGProp_Gauss.cxx:536:26: style: Function 'Compute' argument 6 names different: declaration 'theByPoint' definition 'theIsByPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Gauss.hxx:174:28: note: Function 'Compute' argument 6 names different: declaration 'theByPoint' definition 'theIsByPoint'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Gauss.cxx:536:26: note: Function 'Compute' argument 6 names different: declaration 'theByPoint' definition 'theIsByPoint'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:34:59: style: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:44:58: note: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:34:59: note: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:35:59: style: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'SLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:44:75: note: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'SLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:35:59: note: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'SLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:45:54: style: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:51:52: note: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:45:54: note: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:46:54: style: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:51:73: note: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:46:54: note: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:47:54: style: Function 'BRepGProp_Sinert' argument 3 names different: declaration 'SLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:51:90: note: Function 'BRepGProp_Sinert' argument 3 names different: declaration 'SLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:47:54: note: Function 'BRepGProp_Sinert' argument 3 names different: declaration 'SLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:57:56: style: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:53:52: note: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:57:56: note: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:58:56: style: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'SLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:53:69: note: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'SLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:58:56: note: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'SLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:59:56: style: Function 'BRepGProp_Sinert' argument 3 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:53:100: note: Function 'BRepGProp_Sinert' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:59:56: note: Function 'BRepGProp_Sinert' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:69:56: style: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:55:52: note: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:69:56: note: Function 'BRepGProp_Sinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:70:56: style: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:55:73: note: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:70:56: note: Function 'BRepGProp_Sinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:71:56: style: Function 'BRepGProp_Sinert' argument 3 names different: declaration 'SLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:55:90: note: Function 'BRepGProp_Sinert' argument 3 names different: declaration 'SLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:71:56: note: Function 'BRepGProp_Sinert' argument 3 names different: declaration 'SLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:72:56: style: Function 'BRepGProp_Sinert' argument 4 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:55:121: note: Function 'BRepGProp_Sinert' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:72:56: note: Function 'BRepGProp_Sinert' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:82:50: style: Function 'SetLocation' argument 1 names different: declaration 'SLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:57:51: note: Function 'SetLocation' argument 1 names different: declaration 'SLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:82:50: note: Function 'SetLocation' argument 1 names different: declaration 'SLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:91:54: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:59:55: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:91:54: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:103:50: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:61:49: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:103:50: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:104:50: style: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:61:70: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:104:50: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:116:61: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:63:58: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:116:61: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:117:61: style: Function 'Perform' argument 2 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:63:81: note: Function 'Perform' argument 2 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:117:61: note: Function 'Perform' argument 2 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:127:61: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:65:58: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:127:61: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:128:61: style: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:65:79: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:128:61: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:129:61: style: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.hxx:65:102: note: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Sinert.cxx:129:61: note: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_TFunction.lxx:32:69: style: Function 'SetValueType' argument 1 names different: declaration 'aType' definition 'theType'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_TFunction.hxx:79:46: note: Function 'SetValueType' argument 1 names different: declaration 'aType' definition 'theType'.
occt-V7_3_0/src/BRepGProp/BRepGProp_TFunction.lxx:32:69: note: Function 'SetValueType' argument 1 names different: declaration 'aType' definition 'theType'.
occt-V7_3_0/src/BRepGProp/BRepGProp_TFunction.lxx:43:67: style: Function 'SetTolerance' argument 1 names different: declaration 'aTol' definition 'theTolerance'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_TFunction.hxx:82:44: note: Function 'SetTolerance' argument 1 names different: declaration 'aTol' definition 'theTolerance'.
occt-V7_3_0/src/BRepGProp/BRepGProp_TFunction.lxx:43:67: note: Function 'SetTolerance' argument 1 names different: declaration 'aTol' definition 'theTolerance'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:35:56: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:71:52: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:35:56: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:36:56: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:71:69: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:36:56: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:37:56: style: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:71:100: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:37:56: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:47:56: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:130:52: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:47:56: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:48:56: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:130:73: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:48:56: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:49:56: style: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:130:90: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:49:56: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:50:56: style: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:130:121: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:50:56: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:60:54: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:121:52: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:60:54: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:61:54: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:121:73: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:61:54: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:62:54: style: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:121:90: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:62:54: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:72:58: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:62:58: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:72:58: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:73:58: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:62:75: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:73:58: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:83:56: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:91:52: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:83:56: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:84:56: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'O' definition 'theOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:91:69: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:84:56: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:85:56: style: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:91:86: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:85:56: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:86:56: style: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:91:117: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:86:56: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:96:56: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:150:52: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:96:56: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:97:56: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:150:73: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:97:56: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:98:56: style: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'O' definition 'theOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:150:90: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:98:56: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:99:56: style: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:150:107: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:99:56: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:100:56: style: Function 'BRepGProp_Vinert' argument 5 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:150:138: note: Function 'BRepGProp_Vinert' argument 5 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:100:56: note: Function 'BRepGProp_Vinert' argument 5 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:110:58: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:81:58: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:110:58: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:111:58: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'O' definition 'theOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:81:75: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:111:58: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:112:58: style: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:81:92: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:112:58: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:122:54: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:140:52: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:122:54: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:123:54: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:140:73: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:123:54: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:124:54: style: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'O' definition 'theOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:140:90: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:124:54: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:125:54: style: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:140:107: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:125:54: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:135:56: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:111:52: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:135:56: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:136:56: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'Pl' definition 'thePlane'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:111:69: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:136:56: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:137:56: style: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:111:87: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:137:56: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:138:56: style: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:111:118: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:138:56: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:148:56: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:170:52: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:148:56: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:149:56: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:170:73: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:149:56: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:150:56: style: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'Pl' definition 'thePlane'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:170:90: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:150:56: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:151:56: style: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:170:108: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:151:56: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:152:56: style: Function 'BRepGProp_Vinert' argument 5 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:170:139: note: Function 'BRepGProp_Vinert' argument 5 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:152:56: note: Function 'BRepGProp_Vinert' argument 5 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:162:58: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:101:58: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:162:58: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:163:58: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'Pl' definition 'thePlane'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:101:75: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:163:58: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:164:58: style: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:101:93: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:164:58: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:174:54: style: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:160:52: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:174:54: note: Function 'BRepGProp_Vinert' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:175:54: style: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:160:73: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:175:54: note: Function 'BRepGProp_Vinert' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:176:54: style: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'Pl' definition 'thePlane'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:160:90: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:176:54: note: Function 'BRepGProp_Vinert' argument 3 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:177:54: style: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:160:108: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:177:54: note: Function 'BRepGProp_Vinert' argument 4 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:187:50: style: Function 'SetLocation' argument 1 names different: declaration 'VLocation' definition 'theLocation'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:172:51: note: Function 'SetLocation' argument 1 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:187:50: note: Function 'SetLocation' argument 1 names different: declaration 'VLocation' definition 'theLocation'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:196:61: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:176:58: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:196:61: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:197:61: style: Function 'Perform' argument 2 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:176:81: note: Function 'Perform' argument 2 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:197:61: note: Function 'Perform' argument 2 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:207:61: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:188:58: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:207:61: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:208:61: style: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:188:79: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:208:61: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:209:61: style: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:188:102: note: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:209:61: note: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:223:54: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:174:55: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:223:54: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:236:50: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:186:49: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:236:50: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:237:50: style: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:186:70: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:237:50: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:250:61: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:180:58: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:250:61: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:251:61: style: Function 'Perform' argument 2 names different: declaration 'O' definition 'theOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:180:75: note: Function 'Perform' argument 2 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:251:61: note: Function 'Perform' argument 2 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:252:61: style: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:180:98: note: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:252:61: note: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:262:61: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:192:58: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:262:61: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:263:61: style: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:192:79: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:263:61: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:264:61: style: Function 'Perform' argument 3 names different: declaration 'O' definition 'theOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:192:96: note: Function 'Perform' argument 3 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:264:61: note: Function 'Perform' argument 3 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:265:61: style: Function 'Perform' argument 4 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:192:119: note: Function 'Perform' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:265:61: note: Function 'Perform' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:285:54: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:178:55: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:285:54: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:286:54: style: Function 'Perform' argument 2 names different: declaration 'O' definition 'theOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:178:72: note: Function 'Perform' argument 2 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:286:54: note: Function 'Perform' argument 2 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:304:50: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:190:49: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:304:50: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:305:50: style: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:190:70: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:305:50: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:306:50: style: Function 'Perform' argument 3 names different: declaration 'O' definition 'theOrigin'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:190:87: note: Function 'Perform' argument 3 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:306:50: note: Function 'Perform' argument 3 names different: declaration 'O' definition 'theOrigin'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:324:61: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:184:58: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:324:61: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:325:61: style: Function 'Perform' argument 2 names different: declaration 'Pl' definition 'thePlane'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:184:75: note: Function 'Perform' argument 2 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:325:61: note: Function 'Perform' argument 2 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:326:61: style: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:184:99: note: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:326:61: note: Function 'Perform' argument 3 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:336:61: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:196:58: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:336:61: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:337:61: style: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:196:79: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:337:61: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:338:61: style: Function 'Perform' argument 3 names different: declaration 'Pl' definition 'thePlane'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:196:96: note: Function 'Perform' argument 3 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:338:61: note: Function 'Perform' argument 3 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:339:61: style: Function 'Perform' argument 4 names different: declaration 'Eps' definition 'theEps'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:196:120: note: Function 'Perform' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:339:61: note: Function 'Perform' argument 4 names different: declaration 'Eps' definition 'theEps'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:358:54: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:182:55: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:358:54: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:359:54: style: Function 'Perform' argument 2 names different: declaration 'Pl' definition 'thePlane'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:182:72: note: Function 'Perform' argument 2 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:359:54: note: Function 'Perform' argument 2 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:381:50: style: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:194:49: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:381:50: note: Function 'Perform' argument 1 names different: declaration 'S' definition 'theSurface'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:382:50: style: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:194:70: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:382:50: note: Function 'Perform' argument 2 names different: declaration 'D' definition 'theDomain'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:383:50: style: Function 'Perform' argument 3 names different: declaration 'Pl' definition 'thePlane'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.hxx:194:87: note: Function 'Perform' argument 3 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_Vinert.cxx:383:50: note: Function 'Perform' argument 3 names different: declaration 'Pl' definition 'thePlane'.
occt-V7_3_0/src/BRepGProp/BRepGProp_VinertGK.cxx:289:16: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepLib/BRepLib.cxx:173:62: style: Function 'CheckSameRange' argument 1 names different: declaration 'E' definition 'AnEdge'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:89:78: note: Function 'CheckSameRange' argument 1 names different: declaration 'E' definition 'AnEdge'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:173:62: note: Function 'CheckSameRange' argument 1 names different: declaration 'E' definition 'AnEdge'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:174:23: style: Function 'CheckSameRange' argument 2 names different: declaration 'Confusion' definition 'Tolerance'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:89:101: note: Function 'CheckSameRange' argument 2 names different: declaration 'Confusion' definition 'Tolerance'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:174:23: note: Function 'CheckSameRange' argument 2 names different: declaration 'Confusion' definition 'Tolerance'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:213:44: style: Function 'SameRange' argument 1 names different: declaration 'E' definition 'AnEdge'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:99:61: note: Function 'SameRange' argument 1 names different: declaration 'E' definition 'AnEdge'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:213:44: note: Function 'SameRange' argument 1 names different: declaration 'E' definition 'AnEdge'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:332:60: style: Function 'BuildCurve3d' argument 1 names different: declaration 'E' definition 'AnEdge'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:106:76: note: Function 'BuildCurve3d' argument 1 names different: declaration 'E' definition 'AnEdge'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:332:60: note: Function 'BuildCurve3d' argument 1 names different: declaration 'E' definition 'AnEdge'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:529:61: style: Function 'UpdateEdgeTol' argument 1 names different: declaration 'E' definition 'AnEdge'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:144:77: note: Function 'UpdateEdgeTol' argument 1 names different: declaration 'E' definition 'AnEdge'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:529:61: note: Function 'UpdateEdgeTol' argument 1 names different: declaration 'E' definition 'AnEdge'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:530:23: style: Function 'UpdateEdgeTol' argument 2 names different: declaration 'MinToleranceRequest' definition 'MinToleranceRequested'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:144:100: note: Function 'UpdateEdgeTol' argument 2 names different: declaration 'MinToleranceRequest' definition 'MinToleranceRequested'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:530:23: note: Function 'UpdateEdgeTol' argument 2 names different: declaration 'MinToleranceRequest' definition 'MinToleranceRequested'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:736:23: style: Function 'UpdateEdgeTolerance' argument 2 names different: declaration 'MinToleranceRequest' definition 'MinToleranceRequested'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:155:107: note: Function 'UpdateEdgeTolerance' argument 2 names different: declaration 'MinToleranceRequest' definition 'MinToleranceRequested'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:736:23: note: Function 'UpdateEdgeTolerance' argument 2 names different: declaration 'MinToleranceRequest' definition 'MinToleranceRequested'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:1227:23: style: Function 'SameParameter' argument 2 names different: declaration 'Tolerance' definition 'theTolerance'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:161:94: note: Function 'SameParameter' argument 2 names different: declaration 'Tolerance' definition 'theTolerance'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:1227:23: note: Function 'SameParameter' argument 2 names different: declaration 'Tolerance' definition 'theTolerance'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:1821:58: style: Function 'UpdateInnerTolerances' argument 1 names different: declaration 'S' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:212:74: note: Function 'UpdateInnerTolerances' argument 1 names different: declaration 'S' definition 'aShape'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:1821:58: note: Function 'UpdateInnerTolerances' argument 1 names different: declaration 'S' definition 'aShape'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:2310:57: style: Function 'EnsureNormalConsistency' argument 1 names different: declaration 'S' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:251:88: note: Function 'EnsureNormalConsistency' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:2310:57: note: Function 'EnsureNormalConsistency' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:2312:60: style: Function 'EnsureNormalConsistency' argument 3 names different: declaration 'ForceComputeNormals' definition 'theForceComputeNormals'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:251:153: note: Function 'EnsureNormalConsistency' argument 3 names different: declaration 'ForceComputeNormals' definition 'theForceComputeNormals'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:2312:60: note: Function 'EnsureNormalConsistency' argument 3 names different: declaration 'ForceComputeNormals' definition 'theForceComputeNormals'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:2453:47: style: Function 'SortFaces' argument 1 names different: declaration 'S' definition 'Sh'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:240:62: note: Function 'SortFaces' argument 1 names different: declaration 'S' definition 'Sh'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:2453:47: note: Function 'SortFaces' argument 1 names different: declaration 'S' definition 'Sh'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:2511:54: style: Function 'ReverseSortFaces' argument 1 names different: declaration 'S' definition 'Sh'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:245:69: note: Function 'ReverseSortFaces' argument 1 names different: declaration 'S' definition 'Sh'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:2511:54: note: Function 'ReverseSortFaces' argument 1 names different: declaration 'S' definition 'Sh'.
occt-V7_3_0/src/BRepLib/BRepLib.cxx:112:8: style: Technically the member function 'BRepLib_ComparePoints::operator()' can be const. [functionConst]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:76:19: style: Class 'BRepLib_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:79:19: style: Class 'BRepLib_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:82:19: style: Class 'BRepLib_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:85:19: style: Class 'BRepLib_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:88:19: style: Class 'BRepLib_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:91:19: style: Class 'BRepLib_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:95:19: style: Class 'BRepLib_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:115:19: style: Class 'BRepLib_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:139:19: style: Class 'BRepLib_MakeFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib.cxx:1932:3: style: Class 'SurfaceProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_1.cxx:243:60: style: Function 'BuildPCurveForEdgeOnPlane' argument 1 names different: declaration 'theE' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:118:76: note: Function 'BuildPCurveForEdgeOnPlane' argument 1 names different: declaration 'theE' definition 'aE'.
occt-V7_3_0/src/BRepLib/BRepLib_1.cxx:243:60: note: Function 'BuildPCurveForEdgeOnPlane' argument 1 names different: declaration 'theE' definition 'aE'.
occt-V7_3_0/src/BRepLib/BRepLib_1.cxx:244:60: style: Function 'BuildPCurveForEdgeOnPlane' argument 2 names different: declaration 'theF' definition 'aF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:118:101: note: Function 'BuildPCurveForEdgeOnPlane' argument 2 names different: declaration 'theF' definition 'aF'.
occt-V7_3_0/src/BRepLib/BRepLib_1.cxx:244:60: note: Function 'BuildPCurveForEdgeOnPlane' argument 2 names different: declaration 'theF' definition 'aF'.
occt-V7_3_0/src/BRepLib/BRepLib_1.cxx:262:60: style: Function 'BuildPCurveForEdgeOnPlane' argument 1 names different: declaration 'theE' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:122:76: note: Function 'BuildPCurveForEdgeOnPlane' argument 1 names different: declaration 'theE' definition 'aE'.
occt-V7_3_0/src/BRepLib/BRepLib_1.cxx:262:60: note: Function 'BuildPCurveForEdgeOnPlane' argument 1 names different: declaration 'theE' definition 'aE'.
occt-V7_3_0/src/BRepLib/BRepLib_1.cxx:263:60: style: Function 'BuildPCurveForEdgeOnPlane' argument 2 names different: declaration 'theF' definition 'aF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib.hxx:122:101: note: Function 'BuildPCurveForEdgeOnPlane' argument 2 names different: declaration 'theF' definition 'aF'.
occt-V7_3_0/src/BRepLib/BRepLib_1.cxx:263:60: note: Function 'BuildPCurveForEdgeOnPlane' argument 2 names different: declaration 'theF' definition 'aF'.
occt-V7_3_0/src/BRepLib/BRepLib_CheckCurveOnSurface.cxx:82:66: style: Function 'Perform' argument 1 names different: declaration 'isTheMultyTheradDisabled' definition 'isTheMTDisabled'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_CheckCurveOnSurface.hxx:42:56: note: Function 'Perform' argument 1 names different: declaration 'isTheMultyTheradDisabled' definition 'isTheMTDisabled'.
occt-V7_3_0/src/BRepLib/BRepLib_CheckCurveOnSurface.cxx:82:66: note: Function 'Perform' argument 1 names different: declaration 'isTheMultyTheradDisabled' definition 'isTheMTDisabled'.
occt-V7_3_0/src/BRepLib/BRepLib_CheckCurveOnSurface.hxx:42:24: style: Technically the member function 'BRepLib_CheckCurveOnSurface::Perform' can be const. [functionConst]
occt-V7_3_0/src/BRepLib/BRepLib_CheckCurveOnSurface.cxx:82:35: note: Technically the member function 'BRepLib_CheckCurveOnSurface::Perform' can be const.
occt-V7_3_0/src/BRepLib/BRepLib_CheckCurveOnSurface.hxx:42:24: note: Technically the member function 'BRepLib_CheckCurveOnSurface::Perform' can be const.
occt-V7_3_0/src/BRepLib/BRepLib_FindSurface.hxx:82:36: performance: Technically the member function 'BRepLib_FindSurface::Found' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_FindSurface.cxx:586:39: note: Technically the member function 'BRepLib_FindSurface::Found' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_FindSurface.hxx:82:36: note: Technically the member function 'BRepLib_FindSurface::Found' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_FuseEdges.hxx:112:24: style: Technically the member function 'BRepLib_FuseEdges::BuildListConnexEdge' can be const. [functionConst]
occt-V7_3_0/src/BRepLib/BRepLib_FuseEdges.cxx:603:25: note: Technically the member function 'BRepLib_FuseEdges::BuildListConnexEdge' can be const.
occt-V7_3_0/src/BRepLib/BRepLib_FuseEdges.hxx:112:24: note: Technically the member function 'BRepLib_FuseEdges::BuildListConnexEdge' can be const.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:86:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:94:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:102:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:110:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:118:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:126:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:128:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:130:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:132:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:134:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:136:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:138:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:140:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:142:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:144:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:146:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:148:19: style: Class 'BRepLib_MakeEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:277:51: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:94:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:277:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:289:51: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:96:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:289:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:303:51: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:98:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:303:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:317:51: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:100:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:317:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:331:52: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:102:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:331:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:343:52: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:104:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:343:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:357:52: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:106:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:357:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:371:52: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:108:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:371:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:385:51: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:110:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:385:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:397:51: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:112:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:397:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:411:51: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:114:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:411:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:425:51: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:116:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:425:51: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:439:52: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:118:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:439:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:451:52: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:120:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:451:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:465:52: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:122:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:465:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:479:52: style: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:124:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:479:52: note: Function 'BRepLib_MakeEdge' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:175:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:223:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:235:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:249:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:263:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:277:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:289:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:303:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:317:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:331:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:343:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:357:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:371:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:385:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:397:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:411:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:425:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:439:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:451:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:465:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:479:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:493:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:504:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:517:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:529:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:542:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:557:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:573:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:585:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:599:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:612:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:626:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:642:19: warning: Member variable 'BRepLib_MakeEdge::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:150:24: performance: Technically the member function 'BRepLib_MakeEdge::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:658:25: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:150:24: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:152:24: performance: Technically the member function 'BRepLib_MakeEdge::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:669:25: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:152:24: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:154:24: performance: Technically the member function 'BRepLib_MakeEdge::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:685:25: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:154:24: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:158:24: performance: Technically the member function 'BRepLib_MakeEdge::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:740:25: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:158:24: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:162:24: performance: Technically the member function 'BRepLib_MakeEdge::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:929:25: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:162:24: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:164:24: performance: Technically the member function 'BRepLib_MakeEdge::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:941:25: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:164:24: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:166:24: performance: Technically the member function 'BRepLib_MakeEdge::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:958:25: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:166:24: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:170:24: performance: Technically the member function 'BRepLib_MakeEdge::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.cxx:1015:25: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge.hxx:170:24: note: Technically the member function 'BRepLib_MakeEdge::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:202:57: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:90:55: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:202:57: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:213:57: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:92:55: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:213:57: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:226:57: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:94:55: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:226:57: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:239:57: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:96:55: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:239:57: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'C'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:252:58: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:98:56: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:252:58: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:263:58: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:100:56: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:263:58: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:276:58: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:102:56: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:276:58: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:289:58: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:104:56: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:289:58: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'E'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:302:57: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:106:55: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:302:57: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:313:57: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:108:55: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:313:57: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:326:57: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:110:55: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:326:57: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:339:57: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:112:55: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:339:57: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'H'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:352:58: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:114:56: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:352:58: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:363:58: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:116:56: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:363:58: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:376:58: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:118:56: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:376:58: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:389:58: style: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:120:56: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:389:58: note: Function 'BRepLib_MakeEdge2d' argument 1 names different: declaration 'L' definition 'P'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:152:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:163:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:176:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:189:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:202:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:213:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:226:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:239:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:252:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:263:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:276:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:289:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:302:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:313:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:326:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:339:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:352:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:363:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:376:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:389:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:402:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:412:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:424:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:436:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:448:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:462:21: warning: Member variable 'BRepLib_MakeEdge2d::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:134:24: performance: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:476:27: note: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:134:24: note: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:136:24: performance: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:486:27: note: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:136:24: note: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:138:24: performance: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:501:27: note: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:138:24: note: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:142:24: performance: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.cxx:552:27: note: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:142:24: note: Technically the member function 'BRepLib_MakeEdge2d::Init' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:82:19: style: Class 'BRepLib_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:90:19: style: Class 'BRepLib_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:98:19: style: Class 'BRepLib_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:106:19: style: Class 'BRepLib_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:114:19: style: Class 'BRepLib_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:122:19: style: Class 'BRepLib_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:124:19: style: Class 'BRepLib_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:126:19: style: Class 'BRepLib_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:128:19: style: Class 'BRepLib_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:130:19: style: Class 'BRepLib_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeEdge2d.hxx:132:19: style: Class 'BRepLib_MakeEdge2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:129:52: style: Function 'BRepLib_MakeFace' argument 1 names different: declaration 'C' definition 'T'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:91:52: note: Function 'BRepLib_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:129:52: note: Function 'BRepLib_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:217:52: style: Function 'BRepLib_MakeFace' argument 1 names different: declaration 'C' definition 'T'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:110:52: note: Function 'BRepLib_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:217:52: note: Function 'BRepLib_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:347:52: style: Function 'BRepLib_MakeFace' argument 1 names different: declaration 'C' definition 'T'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.hxx:136:52: note: Function 'BRepLib_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:347:52: note: Function 'BRepLib_MakeFace' argument 1 names different: declaration 'C' definition 'T'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:81:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:93:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:105:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:117:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:129:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:141:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:153:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:169:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:185:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:201:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:217:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:233:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:283:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:299:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:315:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:331:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:347:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeFace.cxx:363:19: warning: Member variable 'BRepLib_MakeFace::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.cxx:61:30: style: Function 'BRepLib_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.hxx:62:116: note: Function 'BRepLib_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.cxx:61:30: note: Function 'BRepLib_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.cxx:79:30: style: Function 'BRepLib_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.hxx:64:134: note: Function 'BRepLib_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.cxx:79:30: note: Function 'BRepLib_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.cxx:110:30: style: Function 'BRepLib_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.hxx:68:137: note: Function 'BRepLib_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.cxx:110:30: note: Function 'BRepLib_MakePolygon' argument 4 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.cxx:128:30: style: Function 'BRepLib_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.hxx:70:162: note: Function 'BRepLib_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepLib/BRepLib_MakePolygon.cxx:128:30: note: Function 'BRepLib_MakePolygon' argument 5 names different: declaration 'Close' definition 'Cl'.
occt-V7_3_0/src/BRepLib/BRepLib_MakeShape.cxx:50:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepLib/BRepLib_MakeShape.hxx:50:24: performance: Technically the member function 'BRepLib_MakeShape::Build' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeShape.cxx:37:25: note: Technically the member function 'BRepLib_MakeShape::Build' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeShape.hxx:50:24: note: Technically the member function 'BRepLib_MakeShape::Build' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeShell.cxx:56:20: warning: Member variable 'BRepLib_MakeShell::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeShell.cxx:70:20: warning: Member variable 'BRepLib_MakeShell::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeShell.hxx:48:19: style: Class 'BRepLib_MakeShell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeShell.hxx:50:19: style: Class 'BRepLib_MakeShell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeSolid.hxx:46:19: style: Class 'BRepLib_MakeSolid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeSolid.hxx:49:19: style: Class 'BRepLib_MakeSolid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeSolid.hxx:58:19: style: Class 'BRepLib_MakeSolid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeVertex.hxx:37:19: style: Class 'BRepLib_MakeVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeWire.cxx:108:19: warning: Member variable 'BRepLib_MakeWire::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepLib/BRepLib_MakeWire.hxx:93:19: style: Class 'BRepLib_MakeWire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeWire.hxx:105:19: style: Class 'BRepLib_MakeWire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeWire.hxx:137:5: style: Class 'BRepLib_BndBoxVertexSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepLib/BRepLib_MakeWire.hxx:180:8: performance: Technically the member function 'BRepLib_MakeWire::CreateNewListOfEdges' can be static. [functionStatic]
occt-V7_3_0/src/BRepLib/BRepLib_MakeWire_1.cxx:358:24: note: Technically the member function 'BRepLib_MakeWire::CreateNewListOfEdges' can be static.
occt-V7_3_0/src/BRepLib/BRepLib_MakeWire.hxx:180:8: note: Technically the member function 'BRepLib_MakeWire::CreateNewListOfEdges' can be static.
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_BisectingLocus.cxx:62:63: style: Function 'Compute' argument 2 names different: declaration 'LineIndex' definition 'IndexLine'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_BisectingLocus.hxx:88:85: note: Function 'Compute' argument 2 names different: declaration 'LineIndex' definition 'IndexLine'.
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_BisectingLocus.cxx:62:63: note: Function 'Compute' argument 2 names different: declaration 'LineIndex' definition 'IndexLine'.
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_BisectingLocus.cxx:165:40: style: Function 'RenumerationAndFusion' argument 1 names different: declaration 'IndexLine' definition 'ILine'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_BisectingLocus.hxx:140:70: note: Function 'RenumerationAndFusion' argument 1 names different: declaration 'IndexLine' definition 'ILine'.
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_BisectingLocus.cxx:165:40: note: Function 'RenumerationAndFusion' argument 1 names different: declaration 'IndexLine' definition 'ILine'.
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_Explorer.hxx:48:19: style: Class 'BRepMAT2d_Explorer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_Explorer.cxx:489:27: style: Function 'Contour' argument 1 names different: declaration 'IndexContour' definition 'IC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_Explorer.hxx:78:85: note: Function 'Contour' argument 1 names different: declaration 'IndexContour' definition 'IC'.
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_Explorer.cxx:489:27: note: Function 'Contour' argument 1 names different: declaration 'IndexContour' definition 'IC'.
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_LinkTopoBilo.cxx:166:38: style: Function 'LinkToWire' argument 3 names different: declaration 'IndexContour' definition 'IndC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_LinkTopoBilo.hxx:88:114: note: Function 'LinkToWire' argument 3 names different: declaration 'IndexContour' definition 'IndC'.
occt-V7_3_0/src/BRepMAT2d/BRepMAT2d_LinkTopoBilo.cxx:166:38: note: Function 'LinkToWire' argument 3 names different: declaration 'IndexContour' definition 'IndC'.
occt-V7_3_0/src/BRepMesh/BRepMesh_Triangle.hxx:51:3: warning: Member variable 'BRepMesh_Triangle::myMovability' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepMesh/BRepMesh_PairOfPolygon.hxx:35:15: performance: Technically the member function 'BRepMesh_PairOfPolygon::Clear' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_PairOfPolygon.hxx:44:15: performance: Technically the member function 'BRepMesh_PairOfPolygon::Prepend' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_PairOfPolygon.hxx:55:15: performance: Technically the member function 'BRepMesh_PairOfPolygon::Append' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_Triangle.hxx:51:3: style: Class 'BRepMesh_Triangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_CircleTool.hxx:41:19: style: Class 'BRepMesh_CircleTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_GeomTool.hxx:82:19: style: Class 'BRepMesh_GeomTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_VertexTool.hxx:87:8: style: Technically the member function 'BRepMesh_VertexTool::GetTolerance' can be const. [functionConst]
occt-V7_3_0/src/BRepMesh/BRepMesh_VertexInspector.hxx:34:3: style: Class 'BRepMesh_VertexInspector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_VertexTool.hxx:40:19: style: Class 'BRepMesh_VertexTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_DataStructureOfDelaun.hxx:39:19: style: Class 'BRepMesh_DataStructureOfDelaun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:280:58: style: Function 'compute' argument 1 names different: declaration 'theVertexIndices' definition 'theVertexIndexes'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:165:44: note: Function 'compute' argument 1 names different: declaration 'theVertexIndices' definition 'theVertexIndexes'.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:280:58: note: Function 'compute' argument 1 names different: declaration 'theVertexIndices' definition 'theVertexIndexes'.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:452:30: style: Function 'createTrianglesOnNewVertices' argument 1 names different: declaration 'theVertexIndices' definition 'theVertexIndexes'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:265:65: note: Function 'createTrianglesOnNewVertices' argument 1 names different: declaration 'theVertexIndices' definition 'theVertexIndexes'.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:452:30: note: Function 'createTrianglesOnNewVertices' argument 1 names different: declaration 'theVertexIndices' definition 'theVertexIndexes'.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:859:27: style: Function 'meshLeftPolygonOf' argument 1 names different: declaration 'theEdgeIndex' definition 'theStartEdgeId'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:172:29: note: Function 'meshLeftPolygonOf' argument 1 names different: declaration 'theEdgeIndex' definition 'theStartEdgeId'.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:859:27: note: Function 'meshLeftPolygonOf' argument 1 names different: declaration 'theEdgeIndex' definition 'theStartEdgeId'.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:2358:26: style: Function 'intSegSeg' argument 1 names different: declaration 'theEdge1' definition 'theEdg1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:321:28: note: Function 'intSegSeg' argument 1 names different: declaration 'theEdge1' definition 'theEdg1'.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:2358:26: note: Function 'intSegSeg' argument 1 names different: declaration 'theEdge1' definition 'theEdg1'.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:2359:26: style: Function 'intSegSeg' argument 2 names different: declaration 'theEdge2' definition 'theEdg2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:322:28: note: Function 'intSegSeg' argument 2 names different: declaration 'theEdge2' definition 'theEdg2'.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:2359:26: note: Function 'intSegSeg' argument 2 names different: declaration 'theEdge2' definition 'theEdg2'.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:72:36: performance: Technically the member function 'BRepMesh_Delaun::UseEdge' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:2146:35: note: Technically the member function 'BRepMesh_Delaun::UseEdge' can be static.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:72:36: note: Technically the member function 'BRepMesh_Delaun::UseEdge' can be static.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:99:33: performance: Technically the member function 'BRepMesh_Delaun::GetVertex' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:105:31: performance: Technically the member function 'BRepMesh_Delaun::GetEdge' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:111:35: performance: Technically the member function 'BRepMesh_Delaun::GetTriangle' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:144:8: performance: Technically the member function 'BRepMesh_Delaun::fillBndBox' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:845:23: note: Technically the member function 'BRepMesh_Delaun::fillBndBox' can be static.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:144:8: note: Technically the member function 'BRepMesh_Delaun::fillBndBox' can be static.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:181:20: style: Technically the member function 'BRepMesh_Delaun::findNextPolygonLink' can be const. [functionConst]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:987:35: note: Technically the member function 'BRepMesh_Delaun::findNextPolygonLink' can be const.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:181:20: note: Technically the member function 'BRepMesh_Delaun::findNextPolygonLink' can be const.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:228:27: style: Technically the member function 'BRepMesh_Delaun::meshElementaryPolygon' can be const. [functionConst]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:1818:42: note: Technically the member function 'BRepMesh_Delaun::meshElementaryPolygon' can be const.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:228:27: note: Technically the member function 'BRepMesh_Delaun::meshElementaryPolygon' can be const.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:245:8: performance: Technically the member function 'BRepMesh_Delaun::getOrientedNodes' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:1475:23: note: Technically the member function 'BRepMesh_Delaun::getOrientedNodes' can be static.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:245:8: note: Technically the member function 'BRepMesh_Delaun::getOrientedNodes' can be static.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:312:17: performance: Technically the member function 'BRepMesh_Delaun::calculateDist' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:2260:32: note: Technically the member function 'BRepMesh_Delaun::calculateDist' can be static.
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:312:17: note: Technically the member function 'BRepMesh_Delaun::calculateDist' can be static.
occt-V7_3_0/src/BRepMesh/BRepMesh_SelectorOfDataStructureOfDelaun.hxx:68:15: performance: Technically the member function 'BRepMesh_SelectorOfDataStructureOfDelaun::NeighboursOf' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_SelectorOfDataStructureOfDelaun.hxx:73:15: performance: Technically the member function 'BRepMesh_SelectorOfDataStructureOfDelaun::AddNeighbours' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:49:10: style: Technically the member function '::ComparatorOfVertexOfDelaun::operator()' can be const. [functionConst]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:62:10: style: Technically the member function '::ComparatorOfIndexedVertexOfDelaun::operator()' can be const. [functionConst]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:45:19: style: Class 'BRepMesh_Delaun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:48:19: style: Class 'BRepMesh_Delaun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:52:19: style: Class 'BRepMesh_Delaun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.hxx:56:19: style: Class 'BRepMesh_Delaun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_SelectorOfDataStructureOfDelaun.hxx:41:19: style: Class 'BRepMesh_SelectorOfDataStructureOfDelaun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_Delaun.cxx:59:5: style: Struct 'ComparatorOfIndexedVertexOfDelaun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myDefFace' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myUMin' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myUMax' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myVMin' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myVMax' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myDeltaX' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myDeltaY' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myMinStep' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myStatus' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myAdaptiveMin' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myBoundaryVertices' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myBoundaryPoints' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myFace' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myClassifier' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myInternalEdges' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myLocation2D' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myVertexEdgeMap' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::myMeshNodes' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::mySurfaceVertices' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:345:8: warning: Member variable 'BRepMesh_FaceAttribute::mySurfacePoints' is not assigned a value in 'BRepMesh_FaceAttribute::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.hxx:217:10: warning: Member variable 'TopoDSVExplorer::myIsSameUV' is not assigned a value in 'TopoDSVExplorer::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.hxx:253:10: warning: Member variable 'PolyVExplorer::myVertexIndex' is not assigned a value in 'PolyVExplorer::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_DiscretFactory.hxx:105:24: performance: Technically the member function 'BRepMesh_DiscretFactory::clear' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_DiscretFactory.cxx:77:31: note: Technically the member function 'BRepMesh_DiscretFactory::clear' can be static.
occt-V7_3_0/src/BRepMesh/BRepMesh_DiscretFactory.hxx:105:24: note: Technically the member function 'BRepMesh_DiscretFactory::clear' can be static.
occt-V7_3_0/src/BRepMesh/BRepMesh_FaceAttribute.hxx:28:1: warning: The class 'BRepMesh_FaceAttribute' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.hxx:181:3: warning: The class 'TopoDSVExplorer' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.hxx:229:3: warning: The class 'PolyVExplorer' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.hxx:246:20: style: The function 'Point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.hxx:210:20: note: Virtual function in base class
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.hxx:246:20: note: Function in derived class
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.cxx:512:9: style: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.cxx:511:9: note: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.cxx:512:9: note: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.cxx:110:56: style: Function 'Perform' argument 1 names different: declaration 'shape' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.hxx:120:52: note: Function 'Perform' argument 1 names different: declaration 'shape' definition 'theShape'.
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.cxx:110:56: note: Function 'Perform' argument 1 names different: declaration 'shape' definition 'theShape'.
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.cxx:131:55: style: Function 'Process' argument 1 names different: declaration 'face' definition 'theFace'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.hxx:130:51: note: Function 'Process' argument 1 names different: declaration 'face' definition 'theFace'.
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.cxx:131:55: note: Function 'Process' argument 1 names different: declaration 'face' definition 'theFace'.
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.cxx:183:63: style: Function 'Add' argument 1 names different: declaration 'face' definition 'theFace'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.hxx:125:59: note: Function 'Add' argument 1 names different: declaration 'face' definition 'theFace'.
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscret.cxx:183:63: note: Function 'Add' argument 1 names different: declaration 'face' definition 'theFace'.
occt-V7_3_0/src/BRepMesh/BRepMesh_WireChecker.hxx:123:8: warning: Member variable 'BRepMesh_WireChecker::myStatus' is not assigned a value in 'BRepMesh_WireChecker::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_WireChecker.hxx:123:8: warning: Member variable 'BRepMesh_WireChecker::myWiresEdges' is not assigned a value in 'BRepMesh_WireChecker::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_WireChecker.hxx:123:8: warning: Member variable 'BRepMesh_WireChecker::myIsInParallel' is not assigned a value in 'BRepMesh_WireChecker::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_WireChecker.hxx:48:23: style: Class 'BndBox2dTreeSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_WireChecker.hxx:37:1: warning: The class 'BRepMesh_WireChecker' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:877:3: style: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:876:0: note: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:877:3: note: Variable 'Dv' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:1344:28: style: Function 'control' argument 1 names different: declaration 'theMeshBuilder' definition 'theTrigu'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscretFace.hxx:72:50: note: Function 'control' argument 1 names different: declaration 'theMeshBuilder' definition 'theTrigu'.
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:1344:28: note: Function 'control' argument 1 names different: declaration 'theMeshBuilder' definition 'theTrigu'.
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:142:22: performance: Technically the member function '::FixedVExplorer::IsSameUV' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:147:19: performance: Technically the member function '::FixedVExplorer::SameVertex' can be static. [functionStatic]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:132:5: style: Class 'FixedVExplorer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepMesh/BRepMesh_FastDiscretFace.cxx:126:3: warning: The class 'FixedVExplorer' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
occt-V7_3_0/src/BRepMesh/BRepMesh_IncrementalMesh.cxx:562:26: style: Function 'Discret' argument 2 names different: declaration 'theLinDeflection' definition 'theDeflection'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_IncrementalMesh.hxx:108:74: note: Function 'Discret' argument 2 names different: declaration 'theLinDeflection' definition 'theDeflection'.
occt-V7_3_0/src/BRepMesh/BRepMesh_IncrementalMesh.cxx:562:26: note: Function 'Discret' argument 2 names different: declaration 'theLinDeflection' definition 'theDeflection'.
occt-V7_3_0/src/BRepMesh/BRepMesh_IncrementalMesh.cxx:563:26: style: Function 'Discret' argument 3 names different: declaration 'theAngDeflection' definition 'theAngle'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_IncrementalMesh.hxx:109:74: note: Function 'Discret' argument 3 names different: declaration 'theAngDeflection' definition 'theAngle'.
occt-V7_3_0/src/BRepMesh/BRepMesh_IncrementalMesh.cxx:563:26: note: Function 'Discret' argument 3 names different: declaration 'theAngDeflection' definition 'theAngle'.
occt-V7_3_0/src/BRepMesh/BRepMesh_IncrementalMesh.cxx:589:26: style: Function 'SetParallelDefault' argument 1 names different: declaration 'isInParallel' definition 'theInParallel'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_IncrementalMesh.hxx:118:73: note: Function 'SetParallelDefault' argument 1 names different: declaration 'isInParallel' definition 'theInParallel'.
occt-V7_3_0/src/BRepMesh/BRepMesh_IncrementalMesh.cxx:589:26: note: Function 'SetParallelDefault' argument 1 names different: declaration 'isInParallel' definition 'theInParallel'.
occt-V7_3_0/src/BRepMesh/BRepMesh_VertexTool.cxx:28:26: style: Function 'Inspect' argument 1 names different: declaration 'theTargetIndex' definition 'theTarget'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepMesh/BRepMesh_VertexInspector.hxx:145:80: note: Function 'Inspect' argument 1 names different: declaration 'theTargetIndex' definition 'theTarget'.
occt-V7_3_0/src/BRepMesh/BRepMesh_VertexTool.cxx:28:26: note: Function 'Inspect' argument 1 names different: declaration 'theTargetIndex' definition 'theTarget'.
occt-V7_3_0/src/BRepMesh/BRepMesh_WireInterferenceChecker.hxx:57:8: warning: Member variable 'BRepMesh_WireInterferenceChecker::myStatus' is not assigned a value in 'BRepMesh_WireInterferenceChecker::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_WireInterferenceChecker.hxx:57:8: warning: Member variable 'BRepMesh_WireInterferenceChecker::myMutex' is not assigned a value in 'BRepMesh_WireInterferenceChecker::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepMesh/BRepMesh_WireInterferenceChecker.hxx:26:1: warning: The class 'BRepMesh_WireInterferenceChecker' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:237:33: style: Function 'Edges' argument 3 names different: declaration 'L' definition 'LE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.hxx:63:102: note: Function 'Edges' argument 3 names different: declaration 'L' definition 'LE'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:237:33: note: Function 'Edges' argument 3 names different: declaration 'L' definition 'LE'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:267:33: style: Function 'Edges' argument 3 names different: declaration 'L' definition 'LE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.hxx:67:100: note: Function 'Edges' argument 3 names different: declaration 'L' definition 'LE'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:267:33: note: Function 'Edges' argument 3 names different: declaration 'L' definition 'LE'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:353:62: style: Function 'Explode' argument 1 names different: declaration 'L' definition 'List'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.hxx:79:55: note: Function 'Explode' argument 1 names different: declaration 'L' definition 'List'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:353:62: note: Function 'Explode' argument 1 names different: declaration 'L' definition 'List'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:354:34: style: Function 'Explode' argument 2 names different: declaration 'Type' definition 'T'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.hxx:79:80: note: Function 'Explode' argument 2 names different: declaration 'Type' definition 'T'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:354:34: note: Function 'Explode' argument 2 names different: declaration 'Type' definition 'T'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:380:62: style: Function 'Explode' argument 1 names different: declaration 'L' definition 'List'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.hxx:83:55: note: Function 'Explode' argument 1 names different: declaration 'L' definition 'List'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:380:62: note: Function 'Explode' argument 1 names different: declaration 'L' definition 'List'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:381:34: style: Function 'Explode' argument 2 names different: declaration 'Type1' definition 'T1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.hxx:83:80: note: Function 'Explode' argument 2 names different: declaration 'Type1' definition 'T1'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:381:34: note: Function 'Explode' argument 2 names different: declaration 'Type1' definition 'T1'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:382:34: style: Function 'Explode' argument 3 names different: declaration 'Type2' definition 'T2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.hxx:83:109: note: Function 'Explode' argument 3 names different: declaration 'Type2' definition 'T2'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:382:34: note: Function 'Explode' argument 3 names different: declaration 'Type2' definition 'T2'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:412:30: style: Function 'AddFaces' argument 4 names different: declaration 'Type' definition 'T'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.hxx:87:128: note: Function 'AddFaces' argument 4 names different: declaration 'Type' definition 'T'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:412:30: note: Function 'AddFaces' argument 4 names different: declaration 'Type' definition 'T'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:442:30: style: Function 'AddFaces' argument 4 names different: declaration 'Type1' definition 'T1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.hxx:91:128: note: Function 'AddFaces' argument 4 names different: declaration 'Type1' definition 'T1'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:442:30: note: Function 'AddFaces' argument 4 names different: declaration 'Type1' definition 'T1'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:443:30: style: Function 'AddFaces' argument 5 names different: declaration 'Type2' definition 'T2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.hxx:91:157: note: Function 'AddFaces' argument 5 names different: declaration 'Type2' definition 'T2'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Analyse.cxx:443:30: note: Function 'AddFaces' argument 5 names different: declaration 'Type2' definition 'T2'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.cxx:325:41: style: Redundant condition: !aL.IsEmpty(). 'aL.IsEmpty() || (!aL.IsEmpty() && aL.First().Type()!=OT)' is equivalent to 'aL.IsEmpty() || aL.First().Type()!=OT' [redundantCondition]
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.cxx:396:41: style: Function 'ConnexIntByInt' argument 3 names different: declaration 'A' definition 'Analyse'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.hxx:56:136: note: Function 'ConnexIntByInt' argument 3 names different: declaration 'A' definition 'Analyse'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.cxx:396:41: note: Function 'ConnexIntByInt' argument 3 names different: declaration 'A' definition 'Analyse'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.cxx:817:41: style: Function 'ContextIntByInt' argument 4 names different: declaration 'A' definition 'Analyse'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.hxx:58:199: note: Function 'ContextIntByInt' argument 4 names different: declaration 'A' definition 'Analyse'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.cxx:817:41: note: Function 'ContextIntByInt' argument 4 names different: declaration 'A' definition 'Analyse'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.cxx:1006:76: style: Function 'ContextIntByArc' argument 2 names different: declaration 'ExtentContext' definition 'InSide'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.hxx:60:112: note: Function 'ContextIntByArc' argument 2 names different: declaration 'ExtentContext' definition 'InSide'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.cxx:1006:76: note: Function 'ContextIntByArc' argument 2 names different: declaration 'ExtentContext' definition 'InSide'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.hxx:62:24: performance: Technically the member function 'BRepOffset_Inter3d::AddCommonEdges' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.cxx:1203:26: note: Technically the member function 'BRepOffset_Inter3d::AddCommonEdges' can be static.
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.hxx:62:24: note: Technically the member function 'BRepOffset_Inter3d::AddCommonEdges' can be static.
occt-V7_3_0/src/BRepOffset/BRepOffset_Inter3d.hxx:48:19: style: Class 'BRepOffset_Inter3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepOffset/BRepOffset_Interval.cxx:24:22: warning: Member variable 'BRepOffset_Interval::type' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:2696:30: style: The scope of the variable 'aE' can be reduced. [variableScope]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:583:69: style: Function 'BRepOffset_MakeOffset' argument 5 names different: declaration 'Intersection' definition 'Inter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.hxx:60:64: note: Function 'BRepOffset_MakeOffset' argument 5 names different: declaration 'Intersection' definition 'Inter'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:583:69: note: Function 'BRepOffset_MakeOffset' argument 5 names different: declaration 'Intersection' definition 'Inter'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:614:63: style: Function 'Initialize' argument 5 names different: declaration 'Intersection' definition 'Inter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.hxx:70:59: note: Function 'Initialize' argument 5 names different: declaration 'Intersection' definition 'Inter'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:614:63: note: Function 'Initialize' argument 5 names different: declaration 'Intersection' definition 'Inter'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:3410:37: style: Function 'UpdateTolerance' argument 1 names different: declaration 'myShape' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:314:64: note: Function 'UpdateTolerance' argument 1 names different: declaration 'myShape' definition 'S'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:3410:37: note: Function 'UpdateTolerance' argument 1 names different: declaration 'myShape' definition 'S'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:3411:57: style: Function 'UpdateTolerance' argument 2 names different: declaration 'myFaces' definition 'Faces'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:315:64: note: Function 'UpdateTolerance' argument 2 names different: declaration 'myFaces' definition 'Faces'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:3411:57: note: Function 'UpdateTolerance' argument 2 names different: declaration 'myFaces' definition 'Faces'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:4316:41: style: Function 'AppendToList' argument 1 names different: declaration 'theL' definition 'theList'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:305:43: note: Function 'AppendToList' argument 1 names different: declaration 'theL' definition 'theList'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:4316:41: note: Function 'AppendToList' argument 1 names different: declaration 'theL' definition 'theList'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:4317:39: style: Function 'AppendToList' argument 2 names different: declaration 'theS' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:306:41: note: Function 'AppendToList' argument 2 names different: declaration 'theS' definition 'theShape'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:4317:39: note: Function 'AppendToList' argument 2 names different: declaration 'theS' definition 'theShape'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:568:24: warning: Member variable 'BRepOffset_MakeOffset::myMode' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:568:24: warning: Member variable 'BRepOffset_MakeOffset::myError' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.hxx:137:24: performance: Technically the member function 'BRepOffset_MakeOffset::SelfInter' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.cxx:1653:29: note: Technically the member function 'BRepOffset_MakeOffset::SelfInter' can be static.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.hxx:137:24: note: Technically the member function 'BRepOffset_MakeOffset::SelfInter' can be static.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:1848:28: style: The scope of the variable 'aME' can be reduced. [variableScope]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:2318:20: style: The scope of the variable 'aVO' can be reduced. [variableScope]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:1347:54: style: Function 'BuildSplitsOfFace' argument 3 names different: declaration 'theOrigins' definition 'theFacesOrigins'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:102:56: note: Function 'BuildSplitsOfFace' argument 3 names different: declaration 'theOrigins' definition 'theFacesOrigins'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:1347:54: note: Function 'BuildSplitsOfFace' argument 3 names different: declaration 'theOrigins' definition 'theFacesOrigins'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:6888:46: style: Function 'NbPoints' argument 1 names different: declaration 'theE' definition 'theEdge'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:583:48: note: Function 'NbPoints' argument 1 names different: declaration 'theE' definition 'theEdge'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:6888:46: note: Function 'NbPoints' argument 1 names different: declaration 'theE' definition 'theEdge'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:6930:41: style: Function 'AppendToList' argument 1 names different: declaration 'theL' definition 'theList'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:591:43: note: Function 'AppendToList' argument 1 names different: declaration 'theL' definition 'theList'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:6930:41: note: Function 'AppendToList' argument 1 names different: declaration 'theL' definition 'theList'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:6931:39: style: Function 'AppendToList' argument 2 names different: declaration 'theS' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:592:41: note: Function 'AppendToList' argument 2 names different: declaration 'theS' definition 'theShape'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:6931:39: note: Function 'AppendToList' argument 2 names different: declaration 'theS' definition 'theShape'.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.hxx:183:24: performance: Technically the member function 'BRepOffset_MakeOffset::BuildSplitsOfExtendedFaces' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:645:29: note: Technically the member function 'BRepOffset_MakeOffset::BuildSplitsOfExtendedFaces' can be static.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.hxx:183:24: note: Technically the member function 'BRepOffset_MakeOffset::BuildSplitsOfExtendedFaces' can be static.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.hxx:192:24: performance: Technically the member function 'BRepOffset_MakeOffset::BuildSplitsOfTrimmedFaces' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset_1.cxx:598:29: note: Technically the member function 'BRepOffset_MakeOffset::BuildSplitsOfTrimmedFaces' can be static.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeOffset.hxx:192:24: note: Technically the member function 'BRepOffset_MakeOffset::BuildSplitsOfTrimmedFaces' can be static.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeSimpleOffset.cxx:156:3: style: Variable 'aMaxTol' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeSimpleOffset.cxx:155:0: note: Variable 'aMaxTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeSimpleOffset.cxx:156:3: note: Variable 'aMaxTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeSimpleOffset.hxx:117:38: performance: Technically the member function 'BRepOffset_MakeSimpleOffset::Modified' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeSimpleOffset.cxx:652:49: note: Technically the member function 'BRepOffset_MakeSimpleOffset::Modified' can be static.
occt-V7_3_0/src/BRepOffset/BRepOffset_MakeSimpleOffset.hxx:117:38: note: Technically the member function 'BRepOffset_MakeSimpleOffset::Modified' can be static.
occt-V7_3_0/src/BRepOffset/BRepOffset_Offset.cxx:1417:37: style: Function 'Init' argument 5 names different: declaration 'Tol' definition 'TolApp'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Offset.hxx:86:194: note: Function 'Init' argument 5 names different: declaration 'Tol' definition 'TolApp'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Offset.cxx:1417:37: note: Function 'Init' argument 5 names different: declaration 'Tol' definition 'TolApp'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Offset.cxx:380:20: warning: Member variable 'BRepOffset_Offset::myStatus' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/BRepOffset/BRepOffset_SimpleOffset.cxx:179:66: style: Function 'FillOffsetData' argument 1 names different: declaration 'theInputShape' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_SimpleOffset.hxx:168:43: note: Function 'FillOffsetData' argument 1 names different: declaration 'theInputShape' definition 'theShape'.
occt-V7_3_0/src/BRepOffset/BRepOffset_SimpleOffset.cxx:179:66: note: Function 'FillOffsetData' argument 1 names different: declaration 'theInputShape' definition 'theShape'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:741:27: style: Function 'PipeInter' argument 3 names different: declaration 'LInt1' definition 'L1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.hxx:112:64: note: Function 'PipeInter' argument 3 names different: declaration 'LInt1' definition 'L1'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:741:27: note: Function 'PipeInter' argument 3 names different: declaration 'LInt1' definition 'L1'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:742:27: style: Function 'PipeInter' argument 4 names different: declaration 'LInt2' definition 'L2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.hxx:113:64: note: Function 'PipeInter' argument 4 names different: declaration 'LInt2' definition 'L2'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:742:27: note: Function 'PipeInter' argument 4 names different: declaration 'LInt2' definition 'L2'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:1417:32: style: Function 'Inter3D' argument 3 names different: declaration 'LInt1' definition 'L1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.hxx:92:62: note: Function 'Inter3D' argument 3 names different: declaration 'LInt1' definition 'L1'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:1417:32: note: Function 'Inter3D' argument 3 names different: declaration 'LInt1' definition 'L1'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:1418:32: style: Function 'Inter3D' argument 4 names different: declaration 'LInt2' definition 'L2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.hxx:93:62: note: Function 'Inter3D' argument 4 names different: declaration 'LInt2' definition 'L2'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:1418:32: note: Function 'Inter3D' argument 4 names different: declaration 'LInt2' definition 'L2'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:1874:31: style: Function 'InterOrExtent' argument 3 names different: declaration 'LInt1' definition 'L1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.hxx:124:68: note: Function 'InterOrExtent' argument 3 names different: declaration 'LInt1' definition 'L1'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:1874:31: note: Function 'InterOrExtent' argument 3 names different: declaration 'LInt1' definition 'L1'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:1875:31: style: Function 'InterOrExtent' argument 4 names different: declaration 'LInt2' definition 'L2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.hxx:125:68: note: Function 'InterOrExtent' argument 4 names different: declaration 'LInt2' definition 'L2'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:1875:31: note: Function 'InterOrExtent' argument 4 names different: declaration 'LInt2' definition 'L2'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:2129:33: style: Function 'Inter2d' argument 5 names different: declaration 'Tol' definition 'TolConf'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.hxx:120:60: note: Function 'Inter2d' argument 5 names different: declaration 'Tol' definition 'TolConf'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:2129:33: note: Function 'Inter2d' argument 5 names different: declaration 'Tol' definition 'TolConf'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:3063:27: style: Function 'EnLargeFace' argument 2 names different: declaration 'NF' definition 'BF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.hxx:146:69: note: Function 'EnLargeFace' argument 2 names different: declaration 'NF' definition 'BF'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:3063:27: note: Function 'EnLargeFace' argument 2 names different: declaration 'NF' definition 'BF'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:3064:27: style: Function 'EnLargeFace' argument 3 names different: declaration 'ChangeGeom' definition 'CanExtentSurface'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.hxx:147:79: note: Function 'EnLargeFace' argument 3 names different: declaration 'ChangeGeom' definition 'CanExtentSurface'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:3064:27: note: Function 'EnLargeFace' argument 3 names different: declaration 'ChangeGeom' definition 'CanExtentSurface'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:3065:27: style: Function 'EnLargeFace' argument 4 names different: declaration 'UpDatePCurve' definition 'UpdatePCurve'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.hxx:148:79: note: Function 'EnLargeFace' argument 4 names different: declaration 'UpDatePCurve' definition 'UpdatePCurve'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:3065:27: note: Function 'EnLargeFace' argument 4 names different: declaration 'UpDatePCurve' definition 'UpdatePCurve'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:3256:47: style: Function 'MapVertexEdges' argument 2 names different: declaration 'MVE' definition 'MEV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.hxx:175:83: note: Function 'MapVertexEdges' argument 2 names different: declaration 'MVE' definition 'MEV'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:3256:47: note: Function 'MapVertexEdges' argument 2 names different: declaration 'MVE' definition 'MEV'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:3919:39: style: Function 'PerformPlanes' argument 3 names different: declaration 'theState' definition 'theSide'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:157:41: note: Function 'PerformPlanes' argument 3 names different: declaration 'theState' definition 'theSide'.
occt-V7_3_0/src/BRepOffset/BRepOffset_Tool.cxx:3919:39: note: Function 'PerformPlanes' argument 3 names different: declaration 'theState' definition 'theSide'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_DraftAngle.cxx:117:23: style: Function 'Add' argument 2 names different: declaration 'Direction' definition 'D'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_DraftAngle.hxx:123:65: note: Function 'Add' argument 2 names different: declaration 'Direction' definition 'D'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_DraftAngle.cxx:117:23: note: Function 'Add' argument 2 names different: declaration 'Direction' definition 'D'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_DraftAngle.cxx:119:23: style: Function 'Add' argument 4 names different: declaration 'NeutralPlane' definition 'Plane'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_DraftAngle.hxx:123:117: note: Function 'Add' argument 4 names different: declaration 'NeutralPlane' definition 'Plane'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_DraftAngle.cxx:119:23: note: Function 'Add' argument 4 names different: declaration 'NeutralPlane' definition 'Plane'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_DraftAngle.hxx:80:19: style: Class 'BRepOffsetAPI_DraftAngle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:52:64: style: Function 'Add' argument 1 names different: declaration 'shape' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:78:49: note: Function 'Add' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:52:64: note: Function 'Add' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:136:86: style: Function 'IsDegenerated' argument 1 names different: declaration 'shape' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:143:71: note: Function 'IsDegenerated' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:136:86: note: Function 'IsDegenerated' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:146:83: style: Function 'IsModified' argument 1 names different: declaration 'shape' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:151:68: note: Function 'IsModified' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:146:83: note: Function 'IsModified' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:156:84: style: Function 'Modified' argument 1 names different: declaration 'shape' definition 'aShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:155:69: note: Function 'Modified' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:156:84: note: Function 'Modified' argument 1 names different: declaration 'shape' definition 'aShape'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:71:24: performance: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:41:40: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Init' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:71:24: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Init' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:78:24: performance: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Add' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:52:40: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Add' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:78:24: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Add' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:92:24: performance: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Perform' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:62:40: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Perform' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:92:24: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Perform' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:100:36: performance: Technically the member function 'BRepOffsetAPI_FindContigousEdges::NbContigousEdges' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:73:52: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::NbContigousEdges' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:100:36: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::NbContigousEdges' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:134:38: performance: Technically the member function 'BRepOffsetAPI_FindContigousEdges::SectionToBoundary' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:104:54: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::SectionToBoundary' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:134:38: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::SectionToBoundary' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:137:36: performance: Technically the member function 'BRepOffsetAPI_FindContigousEdges::NbDegeneratedShapes' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:115:52: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::NbDegeneratedShapes' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:137:36: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::NbDegeneratedShapes' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:143:36: performance: Technically the member function 'BRepOffsetAPI_FindContigousEdges::IsDegenerated' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:136:52: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::IsDegenerated' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:143:36: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::IsDegenerated' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:151:36: performance: Technically the member function 'BRepOffsetAPI_FindContigousEdges::IsModified' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:146:52: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::IsModified' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:151:36: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::IsModified' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:158:24: performance: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Dump' can be static. [functionStatic]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.cxx:169:40: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Dump' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_FindContigousEdges.hxx:158:24: note: Technically the member function 'BRepOffsetAPI_FindContigousEdges::Dump' can be static.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.cxx:248:68: style: Function 'Simulate' argument 1 names different: declaration 'NumberOfSection' definition 'N'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx:241:57: note: Function 'Simulate' argument 1 names different: declaration 'NumberOfSection' definition 'N'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.cxx:248:68: note: Function 'Simulate' argument 1 names different: declaration 'NumberOfSection' definition 'N'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.cxx:249:32: style: Function 'Simulate' argument 2 names different: declaration 'Result' definition 'R'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx:241:96: note: Function 'Simulate' argument 2 names different: declaration 'Result' definition 'R'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.cxx:249:32: note: Function 'Simulate' argument 2 names different: declaration 'Result' definition 'R'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_MakePipeShell.hxx:71:19: style: Class 'BRepOffsetAPI_MakePipeShell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.cxx:54:71: style: Function 'SetLimit' argument 1 names different: declaration 'FaceBoundaries' definition 'FaceBounds'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx:86:57: note: Function 'SetLimit' argument 1 names different: declaration 'FaceBoundaries' definition 'FaceBounds'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.cxx:54:71: note: Function 'SetLimit' argument 1 names different: declaration 'FaceBoundaries' definition 'FaceBounds'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.cxx:101:83: style: Function 'BuildWire' argument 1 names different: declaration 'Liste' definition 'ListOfWire'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx:132:69: note: Function 'BuildWire' argument 1 names different: declaration 'Liste' definition 'ListOfWire'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.cxx:101:83: note: Function 'BuildWire' argument 1 names different: declaration 'Liste' definition 'ListOfWire'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_NormalProjection.hxx:58:19: style: Class 'BRepOffsetAPI_NormalProjection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:111:3: style: Variable 'NewU' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:109:0: note: Variable 'NewU' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:111:3: note: Variable 'NewU' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:1377:76: style: Function 'GeneratedFace' argument 1 names different: declaration 'Edge' definition 'edge'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.hxx:146:67: note: Function 'GeneratedFace' argument 1 names different: declaration 'Edge' definition 'edge'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:1377:76: note: Function 'GeneratedFace' argument 1 names different: declaration 'Edge' definition 'edge'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:1418:69: style: Function 'SetContinuity' argument 1 names different: declaration 'C' definition 'TheCont'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.hxx:106:59: note: Function 'SetContinuity' argument 1 names different: declaration 'C' definition 'TheCont'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:1418:69: note: Function 'SetContinuity' argument 1 names different: declaration 'C' definition 'TheCont'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:1478:70: style: Function 'SetSmoothing' argument 1 names different: declaration 'UseSmoothing' definition 'UseVar'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.hxx:100:61: note: Function 'SetSmoothing' argument 1 names different: declaration 'UseSmoothing' definition 'UseVar'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:1478:70: note: Function 'SetSmoothing' argument 1 names different: declaration 'UseSmoothing' definition 'UseVar'.
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:255:3: performance: Variable 'myWCheck' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:257:3: performance: Variable 'myParamType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:258:3: performance: Variable 'myDegMax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:259:3: performance: Variable 'myContinuity' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx:263:3: performance: Variable 'myUseSmoothing' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.cxx:267:51: style: Function 'AddShellFace' argument 1 names different: declaration 'Sh' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:122:52: note: Function 'AddShellFace' argument 1 names different: declaration 'Sh' definition 'S'.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.cxx:267:51: note: Function 'AddShellFace' argument 1 names different: declaration 'Sh' definition 'S'.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:98:24: performance: Technically the member function 'BRepPrim_Builder::ReverseFace' can be static. [functionStatic]
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.cxx:182:24: note: Technically the member function 'BRepPrim_Builder::ReverseFace' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:98:24: note: Technically the member function 'BRepPrim_Builder::ReverseFace' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:126:24: performance: Technically the member function 'BRepPrim_Builder::CompleteEdge' can be static. [functionStatic]
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.cxx:278:25: note: Technically the member function 'BRepPrim_Builder::CompleteEdge' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:126:24: note: Technically the member function 'BRepPrim_Builder::CompleteEdge' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:130:24: performance: Technically the member function 'BRepPrim_Builder::CompleteWire' can be static. [functionStatic]
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.cxx:288:25: note: Technically the member function 'BRepPrim_Builder::CompleteWire' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:130:24: note: Technically the member function 'BRepPrim_Builder::CompleteWire' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:134:24: performance: Technically the member function 'BRepPrim_Builder::CompleteFace' can be static. [functionStatic]
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.cxx:300:25: note: Technically the member function 'BRepPrim_Builder::CompleteFace' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:134:24: note: Technically the member function 'BRepPrim_Builder::CompleteFace' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:138:24: performance: Technically the member function 'BRepPrim_Builder::CompleteShell' can be static. [functionStatic]
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.cxx:311:25: note: Technically the member function 'BRepPrim_Builder::CompleteShell' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:138:24: note: Technically the member function 'BRepPrim_Builder::CompleteShell' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Builder.hxx:54:19: style: Class 'BRepPrim_Builder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepPrim/BRepPrim_Cone.hxx:54:19: style: Class 'BRepPrim_Cone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepPrim/BRepPrim_Revolution.hxx:50:39: style: The function 'MakeEmptyLateralFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepPrim/BRepPrim_OneAxis.hxx:112:39: note: Virtual function in base class
occt-V7_3_0/src/BRepPrim/BRepPrim_Revolution.hxx:50:39: note: Function in derived class
occt-V7_3_0/src/BRepPrim/BRepPrim_Revolution.hxx:55:39: style: The function 'MakeEmptyMeridianEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepPrim/BRepPrim_OneAxis.hxx:117:39: note: Virtual function in base class
occt-V7_3_0/src/BRepPrim/BRepPrim_Revolution.hxx:55:39: note: Function in derived class
occt-V7_3_0/src/BRepPrim/BRepPrim_Revolution.hxx:59:36: style: The function 'MeridianValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepPrim/BRepPrim_OneAxis.hxx:126:36: note: Virtual function in base class
occt-V7_3_0/src/BRepPrim/BRepPrim_Revolution.hxx:59:36: note: Function in derived class
occt-V7_3_0/src/BRepPrim/BRepPrim_Revolution.hxx:64:32: style: The function 'SetMeridianPCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepPrim/BRepPrim_OneAxis.hxx:122:32: note: Virtual function in base class
occt-V7_3_0/src/BRepPrim/BRepPrim_Revolution.hxx:64:32: note: Function in derived class
occt-V7_3_0/src/BRepPrim/BRepPrim_Cylinder.hxx:51:19: style: Class 'BRepPrim_Cylinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepPrim/BRepPrim_FaceBuilder.hxx:56:24: performance: Technically the member function 'BRepPrim_FaceBuilder::Init' can be static. [functionStatic]
occt-V7_3_0/src/BRepPrim/BRepPrim_FaceBuilder.cxx:72:28: note: Technically the member function 'BRepPrim_FaceBuilder::Init' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_FaceBuilder.hxx:56:24: note: Technically the member function 'BRepPrim_FaceBuilder::Init' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_FaceBuilder.hxx:61:17: style: Technically the member function 'BRepPrim_FaceBuilder::operatorTopoDS_Face' can be const. [functionConst]
occt-V7_3_0/src/BRepPrim/BRepPrim_FaceBuilder.cxx:214:23: note: Technically the member function 'BRepPrim_FaceBuilder::operatorTopoDS_Face' can be const.
occt-V7_3_0/src/BRepPrim/BRepPrim_FaceBuilder.hxx:61:17: note: Technically the member function 'BRepPrim_FaceBuilder::operatorTopoDS_Face' can be const.
occt-V7_3_0/src/BRepPrim/BRepPrim_OneAxis.cxx:138:62: style: Function 'SetMeridianOffset' argument 1 names different: declaration 'MeridianOffset' definition 'O'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepPrim/BRepPrim_OneAxis.hxx:88:63: note: Function 'SetMeridianOffset' argument 1 names different: declaration 'MeridianOffset' definition 'O'.
occt-V7_3_0/src/BRepPrim/BRepPrim_OneAxis.cxx:138:62: note: Function 'SetMeridianOffset' argument 1 names different: declaration 'MeridianOffset' definition 'O'.
occt-V7_3_0/src/BRepPrim/BRepPrim_OneAxis.cxx:112:3: performance: Variable 'ShellBuilt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepPrim/BRepPrim_Revolution.hxx:76:24: performance: Technically the member function 'BRepPrim_Revolution::Meridian' can be static. [functionStatic]
occt-V7_3_0/src/BRepPrim/BRepPrim_Revolution.cxx:60:27: note: Technically the member function 'BRepPrim_Revolution::Meridian' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Revolution.hxx:76:24: note: Technically the member function 'BRepPrim_Revolution::Meridian' can be static.
occt-V7_3_0/src/BRepPrim/BRepPrim_Sphere.hxx:43:19: style: Class 'BRepPrim_Sphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeCone.hxx:92:36: style: The function 'OneAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeOneAxis.hxx:43:44: note: Virtual function in base class
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeCone.hxx:92:36: note: Function in derived class
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeCylinder.hxx:84:36: style: The function 'OneAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeOneAxis.hxx:43:44: note: Virtual function in base class
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeCylinder.hxx:84:36: note: Function in derived class
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.cxx:188:73: style: Function 'BRepPrimAPI_MakeHalfSpace' argument 1 names different: declaration 'Face' definition 'theFace'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.hxx:51:64: note: Function 'BRepPrimAPI_MakeHalfSpace' argument 1 names different: declaration 'Face' definition 'theFace'.
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.cxx:188:73: note: Function 'BRepPrimAPI_MakeHalfSpace' argument 1 names different: declaration 'Face' definition 'theFace'.
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.cxx:189:73: style: Function 'BRepPrimAPI_MakeHalfSpace' argument 2 names different: declaration 'RefPnt' definition 'theRefPnt'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.hxx:51:84: note: Function 'BRepPrimAPI_MakeHalfSpace' argument 2 names different: declaration 'RefPnt' definition 'theRefPnt'.
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.cxx:189:73: note: Function 'BRepPrimAPI_MakeHalfSpace' argument 2 names different: declaration 'RefPnt' definition 'theRefPnt'.
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.cxx:219:74: style: Function 'BRepPrimAPI_MakeHalfSpace' argument 1 names different: declaration 'Shell' definition 'theShell'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.hxx:54:65: note: Function 'BRepPrimAPI_MakeHalfSpace' argument 1 names different: declaration 'Shell' definition 'theShell'.
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.cxx:219:74: note: Function 'BRepPrimAPI_MakeHalfSpace' argument 1 names different: declaration 'Shell' definition 'theShell'.
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.cxx:220:74: style: Function 'BRepPrimAPI_MakeHalfSpace' argument 2 names different: declaration 'RefPnt' definition 'theRefPnt'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.hxx:54:86: note: Function 'BRepPrimAPI_MakeHalfSpace' argument 2 names different: declaration 'RefPnt' definition 'theRefPnt'.
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeHalfSpace.cxx:220:74: note: Function 'BRepPrimAPI_MakeHalfSpace' argument 2 names different: declaration 'RefPnt' definition 'theRefPnt'.
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeRevolution.hxx:47:19: style: Class 'BRepPrimAPI_MakeRevolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeRevolution.hxx:50:19: style: Class 'BRepPrimAPI_MakeRevolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeRevolution.hxx:53:19: style: Class 'BRepPrimAPI_MakeRevolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeRevolution.hxx:56:19: style: Class 'BRepPrimAPI_MakeRevolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeRevolution.hxx:79:36: style: The function 'OneAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeOneAxis.hxx:43:44: note: Virtual function in base class
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeRevolution.hxx:79:36: note: Function in derived class
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeSphere.hxx:47:19: style: Class 'BRepPrimAPI_MakeSphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeSphere.hxx:92:36: style: The function 'OneAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeOneAxis.hxx:43:44: note: Virtual function in base class
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeSphere.hxx:92:36: note: Function in derived class
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeTorus.hxx:91:36: style: The function 'OneAxis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeOneAxis.hxx:43:44: note: Virtual function in base class
occt-V7_3_0/src/BRepPrimAPI/BRepPrimAPI_MakeTorus.hxx:91:36: note: Function in derived class
occt-V7_3_0/src/BRepProj/BRepProj_Projection.cxx:96:61: style: Function 'BuildSection' argument 1 names different: declaration 'Shape' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepProj/BRepProj_Projection.hxx:87:58: note: Function 'BuildSection' argument 1 names different: declaration 'Shape' definition 'theShape'.
occt-V7_3_0/src/BRepProj/BRepProj_Projection.cxx:96:61: note: Function 'BuildSection' argument 1 names different: declaration 'Shape' definition 'theShape'.
occt-V7_3_0/src/BRepProj/BRepProj_Projection.cxx:97:61: style: Function 'BuildSection' argument 2 names different: declaration 'Tool' definition 'theTool'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepProj/BRepProj_Projection.hxx:87:85: note: Function 'BuildSection' argument 2 names different: declaration 'Tool' definition 'theTool'.
occt-V7_3_0/src/BRepProj/BRepProj_Projection.cxx:97:61: note: Function 'BuildSection' argument 2 names different: declaration 'Tool' definition 'theTool'.
occt-V7_3_0/src/BRepSweep/BRepSweep_Builder.hxx:39:19: style: Class 'BRepSweep_Builder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.cxx:41:25: style: Function 'BRepSweep_NumLinearRegularSweep' argument 3 names different: declaration 'aDirWire' definition 'aDirShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:213:139: note: Function 'BRepSweep_NumLinearRegularSweep' argument 3 names different: declaration 'aDirWire' definition 'aDirShape'.
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.cxx:41:25: note: Function 'BRepSweep_NumLinearRegularSweep' argument 3 names different: declaration 'aDirWire' definition 'aDirShape'.
occt-V7_3_0/src/BRepSweep/BRepSweep_Tool.hxx:44:19: style: Class 'BRepSweep_Tool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.cxx:36:27: style: Function 'BRepSweep_Prism' argument 3 names different: declaration 'Copy' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.hxx:46:98: note: Function 'BRepSweep_Prism' argument 3 names different: declaration 'Copy' definition 'C'.
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.cxx:36:27: note: Function 'BRepSweep_Prism' argument 3 names different: declaration 'Copy' definition 'C'.
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.cxx:58:27: style: Function 'BRepSweep_Prism' argument 4 names different: declaration 'Copy' definition 'C'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.hxx:53:142: note: Function 'BRepSweep_Prism' argument 4 names different: declaration 'Copy' definition 'C'.
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.cxx:58:27: note: Function 'BRepSweep_Prism' argument 4 names different: declaration 'Copy' definition 'C'.
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.hxx:95:34: performance: Technically the member function 'BRepSweep_Prism::NumShape' can be static. [functionStatic]
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.cxx:152:34: note: Technically the member function 'BRepSweep_Prism::NumShape' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.hxx:95:34: note: Technically the member function 'BRepSweep_Prism::NumShape' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.hxx:98:34: performance: Technically the member function 'BRepSweep_Prism::NumShape' can be static. [functionStatic]
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.cxx:163:34: note: Technically the member function 'BRepSweep_Prism::NumShape' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.hxx:98:34: note: Technically the member function 'BRepSweep_Prism::NumShape' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.hxx:101:35: performance: Technically the member function 'BRepSweep_Prism::Location' can be static. [functionStatic]
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.cxx:181:35: note: Technically the member function 'BRepSweep_Prism::Location' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Prism.hxx:101:35: note: Technically the member function 'BRepSweep_Prism::Location' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:65:40: style: The function 'MakeEmptyVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:88:40: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:65:40: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:69:40: style: The function 'MakeEmptyDirectingEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:93:40: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:69:40: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:73:40: style: The function 'MakeEmptyGeneratingEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:97:40: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:73:40: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:78:32: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:102:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:78:32: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:83:32: style: The function 'SetDirectingParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:107:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:83:32: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:88:32: style: The function 'SetGeneratingParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:112:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:88:32: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:95:40: style: The function 'MakeEmptyFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:119:40: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:95:40: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:100:32: style: The function 'SetPCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:124:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:100:32: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:105:32: style: The function 'SetGeneratingPCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:129:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:105:32: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:110:32: style: The function 'SetDirectingPCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:134:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:110:32: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:115:44: style: The function 'GGDShapeIsToAdd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:145:44: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:115:44: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:120:44: style: The function 'GDDShapeIsToAdd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:150:44: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:120:44: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:126:44: style: The function 'SeparatedWires' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:156:44: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:126:44: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:132:44: style: The function 'HasShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:173:44: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:132:44: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:141:24: style: The function 'SetContinuity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:167:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:141:24: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:52:32: style: The function 'MakeEmptyVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:65:40: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:52:32: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:56:32: style: The function 'MakeEmptyDirectingEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:69:40: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:56:32: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:60:32: style: The function 'MakeEmptyGeneratingEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:73:40: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:60:32: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:65:24: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:78:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:65:24: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:70:24: style: The function 'SetDirectingParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:83:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:70:24: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:75:24: style: The function 'SetGeneratingParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:88:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:75:24: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:82:32: style: The function 'MakeEmptyFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:95:40: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:82:32: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:87:24: style: The function 'SetPCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:100:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:87:24: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:92:24: style: The function 'SetGeneratingPCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:105:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:92:24: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:97:24: style: The function 'SetDirectingPCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:110:32: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:97:24: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:103:38: style: The function 'DirectSolid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx:140:46: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:103:38: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:108:36: style: The function 'GGDShapeIsToAdd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:115:44: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:108:36: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:113:36: style: The function 'GDDShapeIsToAdd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:120:44: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:113:36: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:120:36: style: The function 'SeparatedWires' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:126:44: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:120:36: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:126:36: style: The function 'HasShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:132:44: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:126:36: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:130:36: style: The function 'IsInvariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/BRepSweep/BRepSweep_Trsf.hxx:136:44: note: Virtual function in base class
occt-V7_3_0/src/BRepSweep/BRepSweep_Translation.hxx:130:36: note: Function in derived class
occt-V7_3_0/src/BRepSweep/BRepSweep_Revol.cxx:34:18: style: Function 'BRepSweep_Revol' argument 2 names different: declaration 'A' definition 'Ax'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepSweep/BRepSweep_Revol.hxx:45:72: note: Function 'BRepSweep_Revol' argument 2 names different: declaration 'A' definition 'Ax'.
occt-V7_3_0/src/BRepSweep/BRepSweep_Revol.cxx:34:18: note: Function 'BRepSweep_Revol' argument 2 names different: declaration 'A' definition 'Ax'.
occt-V7_3_0/src/BRepSweep/BRepSweep_Revol.cxx:55:18: style: Function 'BRepSweep_Revol' argument 2 names different: declaration 'A' definition 'Ax'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepSweep/BRepSweep_Revol.hxx:49:72: note: Function 'BRepSweep_Revol' argument 2 names different: declaration 'A' definition 'Ax'.
occt-V7_3_0/src/BRepSweep/BRepSweep_Revol.cxx:55:18: note: Function 'BRepSweep_Revol' argument 2 names different: declaration 'A' definition 'Ax'.
occt-V7_3_0/src/BRepSweep/BRepSweep_Revol.hxx:89:26: performance: Technically the member function 'BRepSweep_Revol::Axe' can be static. [functionStatic]
occt-V7_3_0/src/BRepSweep/BRepSweep_Revol.cxx:173:26: note: Technically the member function 'BRepSweep_Revol::Axe' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Revol.hxx:89:26: note: Technically the member function 'BRepSweep_Revol::Axe' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Tool.hxx:56:36: performance: Technically the member function 'BRepSweep_Tool::Type' can be static. [functionStatic]
occt-V7_3_0/src/BRepSweep/BRepSweep_Tool.cxx:72:35: note: Technically the member function 'BRepSweep_Tool::Type' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Tool.hxx:56:36: note: Technically the member function 'BRepSweep_Tool::Type' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Tool.hxx:59:38: performance: Technically the member function 'BRepSweep_Tool::Orientation' can be static. [functionStatic]
occt-V7_3_0/src/BRepSweep/BRepSweep_Tool.cxx:83:37: note: Technically the member function 'BRepSweep_Tool::Orientation' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Tool.hxx:59:38: note: Technically the member function 'BRepSweep_Tool::Orientation' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Tool.hxx:62:24: performance: Technically the member function 'BRepSweep_Tool::SetOrientation' can be static. [functionStatic]
occt-V7_3_0/src/BRepSweep/BRepSweep_Tool.cxx:95:22: note: Technically the member function 'BRepSweep_Tool::SetOrientation' can be static.
occt-V7_3_0/src/BRepSweep/BRepSweep_Tool.hxx:62:24: note: Technically the member function 'BRepSweep_Tool::SetOrientation' can be static.
occt-V7_3_0/src/BRepTest/BRepTest.cxx:25:47: style: Function 'AllCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:36:62: note: Function 'AllCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest.cxx:25:47: note: Function 'AllCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_BasicCommands.cxx:1407:49: style: Function 'BasicCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:39:64: note: Function 'BasicCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_BasicCommands.cxx:1407:49: note: Function 'BasicCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_ChamferCommands.cxx:164:51: style: Function 'ChamferCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:70:66: note: Function 'ChamferCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_ChamferCommands.cxx:164:51: note: Function 'ChamferCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_CheckCommands.cxx:200:9: style: The scope of the variable 'Name' can be reduced. [variableScope]
occt-V7_3_0/src/BRepTest/BRepTest_CheckCommands.cxx:1671:48: style: Function 'CheckCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:93:64: note: Function 'CheckCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_CheckCommands.cxx:1671:48: note: Function 'CheckCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_CurveCommands.cxx:1869:49: style: Function 'CurveCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:42:64: note: Function 'CurveCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_CurveCommands.cxx:1869:49: note: Function 'CurveCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_DraftAngleCommands.cxx:251:54: style: Function 'DraftAngleCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:81:69: note: Function 'DraftAngleCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_DraftAngleCommands.cxx:251:54: note: Function 'DraftAngleCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_DrawableHistory.hxx:38:3: style: Class 'BRepTest_DrawableHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepTest/BRepTest_ExtremaCommands.cxx:404:51: style: Function 'ExtremaCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:90:66: note: Function 'ExtremaCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_ExtremaCommands.cxx:404:51: note: Function 'ExtremaCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_FeatureCommands.cxx:2304:51: style: Function 'FeatureCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:84:66: note: Function 'FeatureCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_FeatureCommands.cxx:2304:51: note: Function 'FeatureCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_Fillet2DCommands.cxx:436:52: style: Function 'Fillet2DCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:46:67: note: Function 'Fillet2DCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_Fillet2DCommands.cxx:436:52: note: Function 'Fillet2DCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_FilletCommands.cxx:672:8: style: The scope of the variable 'localname' can be reduced. [variableScope]
occt-V7_3_0/src/BRepTest/BRepTest_FilletCommands.cxx:701:50: style: Function 'FilletCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:66:65: note: Function 'FilletCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_FilletCommands.cxx:701:50: note: Function 'FilletCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_FillingCommands.cxx:699:51: style: Function 'FillingCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:55:66: note: Function 'FillingCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_FillingCommands.cxx:699:51: note: Function 'FillingCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_GPropCommands.cxx:221:3: style: Variable 'eps' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepTest/BRepTest_GPropCommands.cxx:217:0: note: Variable 'eps' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepTest/BRepTest_GPropCommands.cxx:221:3: note: Variable 'eps' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepTest/BRepTest_GPropCommands.cxx:321:49: style: Function 'GPropCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:73:64: note: Function 'GPropCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_GPropCommands.cxx:321:49: note: Function 'GPropCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_HistoryCommands.cxx:38:50: style: Function 'HistoryCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:102:66: note: Function 'HistoryCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_HistoryCommands.cxx:38:50: note: Function 'HistoryCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_MatCommands.cxx:273:47: style: Function 'MatCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:77:62: note: Function 'MatCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_MatCommands.cxx:273:47: note: Function 'MatCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_Objects.cxx:30:8: performance: Technically the member function 'BRepTest_Session::SetHistory' can be static. [functionStatic]
occt-V7_3_0/src/BRepTest/BRepTest_Objects.cxx:36:8: performance: Technically the member function 'BRepTest_Session::AddHistory' can be static. [functionStatic]
occt-V7_3_0/src/BRepTest/BRepTest_OtherCommands.cxx:488:3: style: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BRepTest/BRepTest_OtherCommands.cxx:485:0: note: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepTest/BRepTest_OtherCommands.cxx:488:3: note: Variable 'aTol' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BRepTest/BRepTest_OtherCommands.cxx:102:49: style: Function 'OtherCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:87:64: note: Function 'OtherCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_OtherCommands.cxx:102:49: note: Function 'OtherCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_PrimitiveCommands.cxx:267:53: style: Function 'PrimitiveCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:52:68: note: Function 'PrimitiveCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_PrimitiveCommands.cxx:267:53: note: Function 'PrimitiveCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_ProjectionCommands.cxx:79:53: style: Function 'ProjectionCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:99:69: note: Function 'ProjectionCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_ProjectionCommands.cxx:79:53: note: Function 'ProjectionCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_SurfaceCommands.cxx:717:51: style: Function 'SurfaceCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:49:66: note: Function 'SurfaceCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_SurfaceCommands.cxx:717:51: note: Function 'SurfaceCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_SweepCommands.cxx:877:49: style: Function 'SweepCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:58:64: note: Function 'SweepCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_SweepCommands.cxx:877:49: note: Function 'SweepCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_TopologyCommands.cxx:244:52: style: Function 'TopologyCommands' argument 1 names different: declaration 'DI' definition 'theCommands'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTest/BRepTest.hxx:62:67: note: Function 'TopologyCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepTest/BRepTest_TopologyCommands.cxx:244:52: note: Function 'TopologyCommands' argument 1 names different: declaration 'DI' definition 'theCommands'.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:60:24: performance: Technically the member function 'BRepToIGES_BREntity::SetTransferProcess' can be static. [functionStatic]
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.cxx:113:27: note: Technically the member function 'BRepToIGES_BREntity::SetTransferProcess' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:60:24: note: Technically the member function 'BRepToIGES_BREntity::SetTransferProcess' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:70:24: performance: Technically the member function 'BRepToIGES_BREntity::AddFail' can be static. [functionStatic]
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.cxx:207:27: note: Technically the member function 'BRepToIGES_BREntity::AddFail' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:70:24: note: Technically the member function 'BRepToIGES_BREntity::AddFail' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:73:24: performance: Technically the member function 'BRepToIGES_BREntity::AddWarning' can be static. [functionStatic]
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.cxx:221:27: note: Technically the member function 'BRepToIGES_BREntity::AddWarning' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:73:24: note: Technically the member function 'BRepToIGES_BREntity::AddWarning' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:76:24: performance: Technically the member function 'BRepToIGES_BREntity::AddFail' can be static. [functionStatic]
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.cxx:235:27: note: Technically the member function 'BRepToIGES_BREntity::AddFail' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:76:24: note: Technically the member function 'BRepToIGES_BREntity::AddFail' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:79:24: performance: Technically the member function 'BRepToIGES_BREntity::AddWarning' can be static. [functionStatic]
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.cxx:249:27: note: Technically the member function 'BRepToIGES_BREntity::AddWarning' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:79:24: note: Technically the member function 'BRepToIGES_BREntity::AddWarning' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:83:36: performance: Technically the member function 'BRepToIGES_BREntity::HasShapeResult' can be static. [functionStatic]
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.cxx:263:39: note: Technically the member function 'BRepToIGES_BREntity::HasShapeResult' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:83:36: note: Technically the member function 'BRepToIGES_BREntity::HasShapeResult' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:90:24: performance: Technically the member function 'BRepToIGES_BREntity::SetShapeResult' can be static. [functionStatic]
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.cxx:297:27: note: Technically the member function 'BRepToIGES_BREntity::SetShapeResult' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:90:24: note: Technically the member function 'BRepToIGES_BREntity::SetShapeResult' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:94:36: performance: Technically the member function 'BRepToIGES_BREntity::HasShapeResult' can be static. [functionStatic]
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.cxx:312:39: note: Technically the member function 'BRepToIGES_BREntity::HasShapeResult' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:94:36: note: Technically the member function 'BRepToIGES_BREntity::HasShapeResult' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:101:24: performance: Technically the member function 'BRepToIGES_BREntity::SetShapeResult' can be static. [functionStatic]
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.cxx:346:27: note: Technically the member function 'BRepToIGES_BREntity::SetShapeResult' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BREntity.hxx:101:24: note: Technically the member function 'BRepToIGES_BREntity::SetShapeResult' can be static.
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BRShell.hxx:46:19: style: Class 'BRepToIGES_BRShell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BRSolid.hxx:47:19: style: Class 'BRepToIGES_BRSolid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepToIGES/BRepToIGES_BRWire.hxx:53:19: style: Class 'BRepToIGES_BRWire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepTools/BRepTools.cxx:160:49: style: Function 'AddUVBounds' argument 1 names different: declaration 'F' definition 'FF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools.hxx:111:63: note: Function 'AddUVBounds' argument 1 names different: declaration 'F' definition 'FF'.
occt-V7_3_0/src/BRepTools/BRepTools.cxx:160:49: note: Function 'AddUVBounds' argument 1 names different: declaration 'F' definition 'FF'.
occt-V7_3_0/src/BRepTools/BRepTools.cxx:211:48: style: Function 'AddUVBounds' argument 1 names different: declaration 'F' definition 'aF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools.hxx:119:63: note: Function 'AddUVBounds' argument 1 names different: declaration 'F' definition 'aF'.
occt-V7_3_0/src/BRepTools/BRepTools.cxx:211:48: note: Function 'AddUVBounds' argument 1 names different: declaration 'F' definition 'aF'.
occt-V7_3_0/src/BRepTools/BRepTools.cxx:212:48: style: Function 'AddUVBounds' argument 2 names different: declaration 'E' definition 'aE'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools.hxx:119:85: note: Function 'AddUVBounds' argument 2 names different: declaration 'E' definition 'aE'.
occt-V7_3_0/src/BRepTools/BRepTools.cxx:212:48: note: Function 'AddUVBounds' argument 2 names different: declaration 'E' definition 'aE'.
occt-V7_3_0/src/BRepTools/BRepTools.cxx:213:40: style: Function 'AddUVBounds' argument 3 names different: declaration 'B' definition 'aB'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools.hxx:119:99: note: Function 'AddUVBounds' argument 3 names different: declaration 'B' definition 'aB'.
occt-V7_3_0/src/BRepTools/BRepTools.cxx:213:40: note: Function 'AddUVBounds' argument 3 names different: declaration 'B' definition 'aB'.
occt-V7_3_0/src/BRepTools/BRepTools.cxx:482:48: style: Function 'Update' argument 1 names different: declaration 'C' definition 'CS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools.hxx:140:63: note: Function 'Update' argument 1 names different: declaration 'C' definition 'CS'.
occt-V7_3_0/src/BRepTools/BRepTools.cxx:482:48: note: Function 'Update' argument 1 names different: declaration 'C' definition 'CS'.
occt-V7_3_0/src/BRepTools/BRepTools.cxx:783:43: style: Function 'Clean' argument 1 names different: declaration 'S' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools.hxx:156:58: note: Function 'Clean' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepTools/BRepTools.cxx:783:43: note: Function 'Clean' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BRepTools/BRepTools_ShapeSet.hxx:51:19: style: Class 'BRepTools_ShapeSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepTools/BRepTools_Debug.cxx:34:28: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepTools/BRepTools_Debug.cxx:56:23: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepTools/BRepTools_GTrsfModification.hxx:51:19: style: Class 'BRepTools_GTrsfModification' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepTools/BRepTools_Modifier.hxx:54:19: style: Class 'BRepTools_Modifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepTools/BRepTools_Modifier.hxx:57:19: style: Class 'BRepTools_Modifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepTools/BRepTools_TrsfModification.hxx:51:19: style: Class 'BRepTools_TrsfModification' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:152:54: style: Function 'replace' argument 1 names different: declaration 'shape' definition 'ashape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.hxx:177:25: note: Function 'replace' argument 1 names different: declaration 'shape' definition 'ashape'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:152:54: note: Function 'replace' argument 1 names different: declaration 'shape' definition 'ashape'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:153:54: style: Function 'replace' argument 2 names different: declaration 'newshape' definition 'anewshape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.hxx:178:25: note: Function 'replace' argument 2 names different: declaration 'newshape' definition 'anewshape'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:153:54: note: Function 'replace' argument 2 names different: declaration 'newshape' definition 'anewshape'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:196:69: style: Function 'IsRecorded' argument 1 names different: declaration 'shape' definition 'ashape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.hxx:96:76: note: Function 'IsRecorded' argument 1 names different: declaration 'shape' definition 'ashape'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:196:69: note: Function 'IsRecorded' argument 1 names different: declaration 'shape' definition 'ashape'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:213:60: style: Function 'Value' argument 1 names different: declaration 'shape' definition 'ashape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.hxx:102:67: note: Function 'Value' argument 1 names different: declaration 'shape' definition 'ashape'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:213:60: note: Function 'Value' argument 1 names different: declaration 'shape' definition 'ashape'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:258:64: style: Function 'Status' argument 1 names different: declaration 'shape' definition 'ashape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.hxx:111:72: note: Function 'Status' argument 1 names different: declaration 'shape' definition 'ashape'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:258:64: note: Function 'Status' argument 1 names different: declaration 'shape' definition 'ashape'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:486:65: style: Function 'CopyVertex' argument 3 names different: declaration 'aTol' definition 'theTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.hxx:146:64: note: Function 'CopyVertex' argument 3 names different: declaration 'aTol' definition 'theTol'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:486:65: note: Function 'CopyVertex' argument 3 names different: declaration 'aTol' definition 'theTol'.
occt-V7_3_0/src/BRepTools/BRepTools_ReShape.cxx:120:3: performance: Variable 'myConsiderLocation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BRepTools/BRepTools_Substitution.cxx:51:69: style: Function 'Substitute' argument 1 names different: declaration 'OldShape' definition 'OS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools_Substitution.hxx:61:56: note: Function 'Substitute' argument 1 names different: declaration 'OldShape' definition 'OS'.
occt-V7_3_0/src/BRepTools/BRepTools_Substitution.cxx:51:69: note: Function 'Substitute' argument 1 names different: declaration 'OldShape' definition 'OS'.
occt-V7_3_0/src/BRepTools/BRepTools_Substitution.cxx:52:34: style: Function 'Substitute' argument 2 names different: declaration 'NewShapes' definition 'NS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTools/BRepTools_Substitution.hxx:61:94: note: Function 'Substitute' argument 2 names different: declaration 'NewShapes' definition 'NS'.
occt-V7_3_0/src/BRepTools/BRepTools_Substitution.cxx:52:34: note: Function 'Substitute' argument 2 names different: declaration 'NewShapes' definition 'NS'.
occt-V7_3_0/src/BRepTools/BRepTools_WireExplorer.hxx:65:19: style: Class 'BRepTools_WireExplorer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:86:69: style: Function 'BRepTopAdaptor_FClass2d' argument 1 names different: declaration 'F' definition 'aFace'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:42:62: note: Function 'BRepTopAdaptor_FClass2d' argument 1 names different: declaration 'F' definition 'aFace'.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:86:69: note: Function 'BRepTopAdaptor_FClass2d' argument 1 names different: declaration 'F' definition 'aFace'.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:86:95: style: Function 'BRepTopAdaptor_FClass2d' argument 2 names different: declaration 'Tol' definition 'TolUV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:42:85: note: Function 'BRepTopAdaptor_FClass2d' argument 2 names different: declaration 'Tol' definition 'TolUV'.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:86:95: note: Function 'BRepTopAdaptor_FClass2d' argument 2 names different: declaration 'Tol' definition 'TolUV'.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:478:63: style: Function 'Perform' argument 1 names different: declaration 'Puv' definition '_Puv'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:46:57: note: Function 'Perform' argument 1 names different: declaration 'Puv' definition '_Puv'.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:478:63: note: Function 'Perform' argument 1 names different: declaration 'Puv' definition '_Puv'.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:611:73: style: Function 'TestOnRestriction' argument 1 names different: declaration 'Puv' definition '_Puv'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:63:67: note: Function 'TestOnRestriction' argument 1 names different: declaration 'Puv' definition '_Puv'.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:611:73: note: Function 'TestOnRestriction' argument 1 names different: declaration 'Puv' definition '_Puv'.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::TabClass' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::TabOrien' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::Toluv' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::Face' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::U1' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::V1' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::U2' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::V2' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::Umin' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::Umax' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::Vmin' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:32: warning: Member variable 'BRepTopAdaptor_FClass2d::Vmax' is not assigned a value in 'BRepTopAdaptor_FClass2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:55:1: style: 'BRepTopAdaptor_FClass2d::operator=' should return 'BRepTopAdaptor_FClass2d &'. [operatorEq]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:54:50: performance: Technically the member function 'BRepTopAdaptor_FClass2d::Copy' can be static. [functionStatic]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx:762:59: note: Technically the member function 'BRepTopAdaptor_FClass2d::Copy' can be static.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:54:50: note: Technically the member function 'BRepTopAdaptor_FClass2d::Copy' can be static.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.hxx:35:1: warning: The class 'BRepTopAdaptor_FClass2d' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_HVertex.cxx:32:25: style: Function 'BRepTopAdaptor_HVertex' argument 1 names different: declaration 'Vtx' definition 'V'. [funcArgNamesDifferent]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_HVertex.hxx:45:63: note: Function 'BRepTopAdaptor_HVertex' argument 1 names different: declaration 'Vtx' definition 'V'.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_HVertex.cxx:32:25: note: Function 'BRepTopAdaptor_HVertex' argument 1 names different: declaration 'Vtx' definition 'V'.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_Tool.cxx:101:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_Tool.hxx:51:24: performance: Technically the member function 'BRepTopAdaptor_Tool::SetTopolTool' can be static. [functionStatic]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_Tool.cxx:94:27: note: Technically the member function 'BRepTopAdaptor_Tool::SetTopolTool' can be static.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_Tool.hxx:51:24: note: Technically the member function 'BRepTopAdaptor_Tool::SetTopolTool' can be static.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_Tool.hxx:55:24: performance: Technically the member function 'BRepTopAdaptor_Tool::Destroy' can be static. [functionStatic]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_Tool.cxx:98:27: note: Technically the member function 'BRepTopAdaptor_Tool::Destroy' can be static.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_Tool.hxx:55:24: note: Technically the member function 'BRepTopAdaptor_Tool::Destroy' can be static.
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_Tool.hxx:43:19: style: Class 'BRepTopAdaptor_Tool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_TopolTool.hxx:55:19: style: Class 'BRepTopAdaptor_TopolTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_TopolTool.cxx:87:12: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_TopolTool.cxx:200:11: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_TopolTool.cxx:214:22: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BRepTopAdaptor/BRepTopAdaptor_TopolTool.cxx:224:12: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:4242:83: style: Condition 'MaxDegree()!=25' is always false [knownConditionTrueFalse]
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:1031:18: style: The scope of the variable 'pole' can be reduced. [variableScope]
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:1072:24: style: The scope of the variable 'pole' can be reduced. [variableScope]
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:59:38: style: Function 'CoefsD0' argument 4 names different: declaration 'Point' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1065:127: note: Function 'CoefsD0' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:59:38: note: Function 'CoefsD0' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:72:38: style: Function 'CoefsD0' argument 4 names different: declaration 'Point' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1070:131: note: Function 'CoefsD0' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:72:38: note: Function 'CoefsD0' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:85:38: style: Function 'CoefsD1' argument 4 names different: declaration 'Point' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1102:127: note: Function 'CoefsD1' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:85:38: note: Function 'CoefsD1' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:99:38: style: Function 'CoefsD1' argument 4 names different: declaration 'Point' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1107:131: note: Function 'CoefsD1' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:99:38: note: Function 'CoefsD1' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:113:38: style: Function 'CoefsD2' argument 4 names different: declaration 'Point' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1139:127: note: Function 'CoefsD2' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:113:38: note: Function 'CoefsD2' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:129:38: style: Function 'CoefsD2' argument 4 names different: declaration 'Point' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1144:131: note: Function 'CoefsD2' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:129:38: note: Function 'CoefsD2' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:145:38: style: Function 'CoefsD3' argument 4 names different: declaration 'Point' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1176:127: note: Function 'CoefsD3' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:145:38: note: Function 'CoefsD3' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:162:38: style: Function 'CoefsD3' argument 4 names different: declaration 'Point' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1181:131: note: Function 'CoefsD3' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.lxx:162:38: note: Function 'CoefsD3' argument 4 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:78:28: style: Function 'Hunt' argument 3 names different: declaration 'Iloc' definition 'Ilc'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:143:110: note: Function 'Hunt' argument 3 names different: declaration 'Iloc' definition 'Ilc'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:78:28: note: Function 'Hunt' argument 3 names different: declaration 'Iloc' definition 'Ilc'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:230:30: style: Function 'LocateParameter' argument 3 names different: declaration 'Periodic' definition 'IsPeriodic'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1477:129: note: Function 'LocateParameter' argument 3 names different: declaration 'Periodic' definition 'IsPeriodic'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:230:30: note: Function 'LocateParameter' argument 3 names different: declaration 'Periodic' definition 'IsPeriodic'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:231:30: style: Function 'LocateParameter' argument 4 names different: declaration 'K1' definition 'FromK1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1477:162: note: Function 'LocateParameter' argument 4 names different: declaration 'K1' definition 'FromK1'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:231:30: note: Function 'LocateParameter' argument 4 names different: declaration 'K1' definition 'FromK1'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:232:30: style: Function 'LocateParameter' argument 5 names different: declaration 'K2' definition 'ToK2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1477:189: note: Function 'LocateParameter' argument 5 names different: declaration 'K2' definition 'ToK2'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:232:30: note: Function 'LocateParameter' argument 5 names different: declaration 'K2' definition 'ToK2'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:233:30: style: Function 'LocateParameter' argument 6 names different: declaration 'Index' definition 'KnotIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1477:211: note: Function 'LocateParameter' argument 6 names different: declaration 'Index' definition 'KnotIndex'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:233:30: note: Function 'LocateParameter' argument 6 names different: declaration 'Index' definition 'KnotIndex'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:235:30: style: Function 'LocateParameter' argument 8 names different: declaration 'Uf' definition 'UFirst'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1477:259: note: Function 'LocateParameter' argument 8 names different: declaration 'Uf' definition 'UFirst'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:235:30: note: Function 'LocateParameter' argument 8 names different: declaration 'Uf' definition 'UFirst'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:236:30: style: Function 'LocateParameter' argument 9 names different: declaration 'Ue' definition 'ULast'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1477:283: note: Function 'LocateParameter' argument 9 names different: declaration 'Ue' definition 'ULast'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:236:30: note: Function 'LocateParameter' argument 9 names different: declaration 'Ue' definition 'ULast'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:315:33: style: Function 'LocateParameter' argument 6 names different: declaration 'Index' definition 'KnotIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:192:226: note: Function 'LocateParameter' argument 6 names different: declaration 'Index' definition 'KnotIndex'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:315:33: note: Function 'LocateParameter' argument 6 names different: declaration 'Index' definition 'KnotIndex'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:347:34: style: Function 'MaxKnotMult' argument 2 names different: declaration 'K1' definition 'FromK1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:197:117: note: Function 'MaxKnotMult' argument 2 names different: declaration 'K1' definition 'FromK1'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:347:34: note: Function 'MaxKnotMult' argument 2 names different: declaration 'K1' definition 'FromK1'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:348:34: style: Function 'MaxKnotMult' argument 3 names different: declaration 'K2' definition 'ToK2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:197:144: note: Function 'MaxKnotMult' argument 3 names different: declaration 'K2' definition 'ToK2'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:348:34: note: Function 'MaxKnotMult' argument 3 names different: declaration 'K2' definition 'ToK2'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:368:34: style: Function 'MinKnotMult' argument 2 names different: declaration 'K1' definition 'FromK1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:202:117: note: Function 'MinKnotMult' argument 2 names different: declaration 'K1' definition 'FromK1'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:368:34: note: Function 'MinKnotMult' argument 2 names different: declaration 'K1' definition 'FromK1'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:369:34: style: Function 'MinKnotMult' argument 3 names different: declaration 'K2' definition 'ToK2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:202:144: note: Function 'MinKnotMult' argument 3 names different: declaration 'K2' definition 'ToK2'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:369:34: note: Function 'MinKnotMult' argument 3 names different: declaration 'K2' definition 'ToK2'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:522:69: style: Function 'KnotsLength' argument 1 names different: declaration 'KnotSeq' definition 'SeqKnots'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:240:84: note: Function 'KnotsLength' argument 1 names different: declaration 'KnotSeq' definition 'SeqKnots'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:522:69: note: Function 'KnotsLength' argument 1 names different: declaration 'KnotSeq' definition 'SeqKnots'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:545:50: style: Function 'Knots' argument 1 names different: declaration 'KnotSeq' definition 'SeqKnots'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:248:66: note: Function 'Knots' argument 1 names different: declaration 'KnotSeq' definition 'SeqKnots'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:545:50: note: Function 'Knots' argument 1 names different: declaration 'KnotSeq' definition 'SeqKnots'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:546:30: style: Function 'Knots' argument 2 names different: declaration 'Knots' definition 'knots'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:248:97: note: Function 'Knots' argument 2 names different: declaration 'Knots' definition 'knots'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:546:30: note: Function 'Knots' argument 2 names different: declaration 'Knots' definition 'knots'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:547:33: style: Function 'Knots' argument 3 names different: declaration 'Mults' definition 'mult'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:248:129: note: Function 'Knots' argument 3 names different: declaration 'Mults' definition 'mult'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:547:33: note: Function 'Knots' argument 3 names different: declaration 'Mults' definition 'mult'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:824:27: style: Function 'Reverse' argument 2 names different: declaration 'Last' definition 'L'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:297:94: note: Function 'Reverse' argument 2 names different: declaration 'Last' definition 'L'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:824:27: note: Function 'Reverse' argument 2 names different: declaration 'Last' definition 'L'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:1668:35: style: Function 'GetPole' argument 5 names different: declaration 'LocPoles' definition 'LP'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:423:180: note: Function 'GetPole' argument 5 names different: declaration 'LocPoles' definition 'LP'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:1668:35: note: Function 'GetPole' argument 5 names different: declaration 'LocPoles' definition 'LP'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:1696:33: style: Function 'PrepareInsertKnots' argument 9 names different: declaration 'Epsilon' definition 'Tolerance'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:440:353: note: Function 'PrepareInsertKnots' argument 9 names different: declaration 'Epsilon' definition 'Tolerance'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:1696:33: note: Function 'PrepareInsertKnots' argument 9 names different: declaration 'Epsilon' definition 'Tolerance'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:1880:33: style: Function 'InsertKnots' argument 12 names different: declaration 'Epsilon' definition 'Tolerance'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:442:448: note: Function 'InsertKnots' argument 12 names different: declaration 'Epsilon' definition 'Tolerance'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:1880:33: note: Function 'InsertKnots' argument 12 names different: declaration 'Epsilon' definition 'Tolerance'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:2933:52: style: Function 'SolveBandedSystem' argument 4 names different: declaration 'HomogenousFlag' definition 'HomogeneousFlag'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:763:190: note: Function 'SolveBandedSystem' argument 4 names different: declaration 'HomogenousFlag' definition 'HomogeneousFlag'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:2933:52: note: Function 'SolveBandedSystem' argument 4 names different: declaration 'HomogenousFlag' definition 'HomogeneousFlag'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:2935:25: style: Function 'SolveBandedSystem' argument 6 names different: declaration 'Array' definition 'Poles'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:763:260: note: Function 'SolveBandedSystem' argument 6 names different: declaration 'Array' definition 'Poles'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:2935:25: note: Function 'SolveBandedSystem' argument 6 names different: declaration 'Array' definition 'Poles'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3128:40: style: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1014:57: note: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3128:40: note: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3137:40: style: Function 'Eval' argument 10 names different: declaration 'PolesResult' definition 'PolesResults'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1014:339: note: Function 'Eval' argument 10 names different: declaration 'PolesResult' definition 'PolesResults'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3137:40: note: Function 'Eval' argument 10 names different: declaration 'PolesResult' definition 'PolesResults'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3138:40: style: Function 'Eval' argument 11 names different: declaration 'WeightsResult' definition 'WeightsResults'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1014:367: note: Function 'Eval' argument 11 names different: declaration 'WeightsResult' definition 'WeightsResults'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3138:40: note: Function 'Eval' argument 11 names different: declaration 'WeightsResult' definition 'WeightsResults'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3329:40: style: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1001:57: note: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3329:40: note: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3337:40: style: Function 'Eval' argument 9 names different: declaration 'Result' definition 'Results'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1001:315: note: Function 'Eval' argument 9 names different: declaration 'Result' definition 'Results'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3337:40: note: Function 'Eval' argument 9 names different: declaration 'Result' definition 'Results'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3500:40: style: Function 'TangExtendToConstraint' argument 5 names different: declaration 'Dimension' definition 'CDimension'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1033:207: note: Function 'TangExtendToConstraint' argument 5 names different: declaration 'Dimension' definition 'CDimension'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3500:40: note: Function 'TangExtendToConstraint' argument 5 names different: declaration 'Dimension' definition 'CDimension'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3501:40: style: Function 'TangExtendToConstraint' argument 6 names different: declaration 'Degree' definition 'CDegree'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1033:241: note: Function 'TangExtendToConstraint' argument 6 names different: declaration 'Degree' definition 'CDegree'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3501:40: note: Function 'TangExtendToConstraint' argument 6 names different: declaration 'Degree' definition 'CDegree'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3506:40: style: Function 'TangExtendToConstraint' argument 11 names different: declaration 'NbKnotsRsult' definition 'NbKnotsResult'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1033:410: note: Function 'TangExtendToConstraint' argument 11 names different: declaration 'NbKnotsRsult' definition 'NbKnotsResult'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3506:40: note: Function 'TangExtendToConstraint' argument 11 names different: declaration 'NbKnotsRsult' definition 'NbKnotsResult'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3907:55: style: Function 'Resolution' argument 1 names different: declaration 'PolesArray' definition 'Poles'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1447:58: note: Function 'Resolution' argument 1 names different: declaration 'PolesArray' definition 'Poles'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:3907:55: note: Function 'Resolution' argument 1 names different: declaration 'PolesArray' definition 'Poles'.
occt-V7_3_0/src/BSplCLib/BSplCLib.cxx:2814:11: style: Variable 'mm' is assigned a value that is never used. [unreadVariable]
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:55:27: style: Function 'Reverse' argument 2 names different: declaration 'Last' definition 'L'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:294:92: note: Function 'Reverse' argument 2 names different: declaration 'Last' definition 'L'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:55:27: note: Function 'Reverse' argument 2 names different: declaration 'Last' definition 'L'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:418:33: style: Function 'D0' argument 2 names different: declaration 'UIndex' definition 'Index'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:619:81: note: Function 'D0' argument 2 names different: declaration 'UIndex' definition 'Index'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:418:33: note: Function 'D0' argument 2 names different: declaration 'UIndex' definition 'Index'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:450:33: style: Function 'D1' argument 2 names different: declaration 'UIndex' definition 'Index'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:629:81: note: Function 'D1' argument 2 names different: declaration 'UIndex' definition 'Index'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:450:33: note: Function 'D1' argument 2 names different: declaration 'UIndex' definition 'Index'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:483:33: style: Function 'D2' argument 2 names different: declaration 'UIndex' definition 'Index'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:639:81: note: Function 'D2' argument 2 names different: declaration 'UIndex' definition 'Index'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:483:33: note: Function 'D2' argument 2 names different: declaration 'UIndex' definition 'Index'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:521:33: style: Function 'D3' argument 2 names different: declaration 'UIndex' definition 'Index'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:649:81: note: Function 'D3' argument 2 names different: declaration 'UIndex' definition 'Index'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:521:33: note: Function 'D3' argument 2 names different: declaration 'UIndex' definition 'Index'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:565:33: style: Function 'DN' argument 3 names different: declaration 'UIndex' definition 'Index'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:659:107: note: Function 'DN' argument 3 names different: declaration 'UIndex' definition 'Index'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:565:33: note: Function 'DN' argument 3 names different: declaration 'UIndex' definition 'Index'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:572:33: style: Function 'DN' argument 10 names different: declaration 'V' definition 'VN'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:659:334: note: Function 'DN' argument 10 names different: declaration 'V' definition 'VN'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:572:33: note: Function 'DN' argument 10 names different: declaration 'V' definition 'VN'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:605:26: style: Function 'SolveBandedSystem' argument 4 names different: declaration 'Array' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:751:189: note: Function 'SolveBandedSystem' argument 4 names different: declaration 'Array' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:605:26: note: Function 'SolveBandedSystem' argument 4 names different: declaration 'Array' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:630:52: style: Function 'SolveBandedSystem' argument 4 names different: declaration 'HomogenousFlag' definition 'HomogeneousFlag'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:785:190: note: Function 'SolveBandedSystem' argument 4 names different: declaration 'HomogenousFlag' definition 'HomogeneousFlag'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:630:52: note: Function 'SolveBandedSystem' argument 4 names different: declaration 'HomogenousFlag' definition 'HomogeneousFlag'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:631:31: style: Function 'SolveBandedSystem' argument 5 names different: declaration 'Array' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:785:228: note: Function 'SolveBandedSystem' argument 5 names different: declaration 'Array' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:631:31: note: Function 'SolveBandedSystem' argument 5 names different: declaration 'Array' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:632:52: style: Function 'SolveBandedSystem' argument 6 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:785:257: note: Function 'SolveBandedSystem' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:632:52: note: Function 'SolveBandedSystem' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:656:60: style: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1024:57: note: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:656:60: note: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:662:60: style: Function 'Eval' argument 7 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1024:265: note: Function 'Eval' argument 7 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:662:60: note: Function 'Eval' argument 7 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:663:60: style: Function 'Eval' argument 8 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1024:300: note: Function 'Eval' argument 8 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:663:60: note: Function 'Eval' argument 8 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:664:60: style: Function 'Eval' argument 9 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1024:319: note: Function 'Eval' argument 9 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:664:60: note: Function 'Eval' argument 9 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:665:46: style: Function 'Eval' argument 10 names different: declaration 'Weight' definition 'aWeight'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1024:341: note: Function 'Eval' argument 10 names different: declaration 'Weight' definition 'aWeight'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:665:46: note: Function 'Eval' argument 10 names different: declaration 'Weight' definition 'aWeight'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:722:62: style: Function 'CacheD0' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1060:60: note: Function 'CacheD0' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:722:62: note: Function 'CacheD0' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:726:42: style: Function 'CacheD0' argument 5 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1060:190: note: Function 'CacheD0' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:726:42: note: Function 'CacheD0' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:727:42: style: Function 'CacheD0' argument 6 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1060:225: note: Function 'CacheD0' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:727:42: note: Function 'CacheD0' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:728:42: style: Function 'CacheD0' argument 7 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1060:244: note: Function 'CacheD0' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:728:42: note: Function 'CacheD0' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:766:62: style: Function 'CacheD1' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1097:60: note: Function 'CacheD1' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:766:62: note: Function 'CacheD1' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:770:42: style: Function 'CacheD1' argument 5 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1097:190: note: Function 'CacheD1' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:770:42: note: Function 'CacheD1' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:771:42: style: Function 'CacheD1' argument 6 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1097:225: note: Function 'CacheD1' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:771:42: note: Function 'CacheD1' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:772:42: style: Function 'CacheD1' argument 7 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1097:244: note: Function 'CacheD1' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:772:42: note: Function 'CacheD1' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:773:42: style: Function 'CacheD1' argument 8 names different: declaration 'Vec' definition 'aVector'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1097:261: note: Function 'CacheD1' argument 8 names different: declaration 'Vec' definition 'aVector'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:773:42: note: Function 'CacheD1' argument 8 names different: declaration 'Vec' definition 'aVector'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:835:62: style: Function 'CacheD2' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1134:60: note: Function 'CacheD2' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:835:62: note: Function 'CacheD2' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:839:42: style: Function 'CacheD2' argument 5 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1134:190: note: Function 'CacheD2' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:839:42: note: Function 'CacheD2' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:840:42: style: Function 'CacheD2' argument 6 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1134:225: note: Function 'CacheD2' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:840:42: note: Function 'CacheD2' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:841:42: style: Function 'CacheD2' argument 7 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1134:244: note: Function 'CacheD2' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:841:42: note: Function 'CacheD2' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:842:42: style: Function 'CacheD2' argument 8 names different: declaration 'Vec1' definition 'aVector1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1134:261: note: Function 'CacheD2' argument 8 names different: declaration 'Vec1' definition 'aVector1'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:842:42: note: Function 'CacheD2' argument 8 names different: declaration 'Vec1' definition 'aVector1'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:843:42: style: Function 'CacheD2' argument 9 names different: declaration 'Vec2' definition 'aVector2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1134:277: note: Function 'CacheD2' argument 9 names different: declaration 'Vec2' definition 'aVector2'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:843:42: note: Function 'CacheD2' argument 9 names different: declaration 'Vec2' definition 'aVector2'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:926:62: style: Function 'CacheD3' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1171:60: note: Function 'CacheD3' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:926:62: note: Function 'CacheD3' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:930:42: style: Function 'CacheD3' argument 5 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1171:190: note: Function 'CacheD3' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:930:42: note: Function 'CacheD3' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:931:42: style: Function 'CacheD3' argument 6 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1171:225: note: Function 'CacheD3' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:931:42: note: Function 'CacheD3' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:932:42: style: Function 'CacheD3' argument 7 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1171:244: note: Function 'CacheD3' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:932:42: note: Function 'CacheD3' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:933:42: style: Function 'CacheD3' argument 8 names different: declaration 'Vec1' definition 'aVector1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1171:261: note: Function 'CacheD3' argument 8 names different: declaration 'Vec1' definition 'aVector1'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:933:42: note: Function 'CacheD3' argument 8 names different: declaration 'Vec1' definition 'aVector1'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:934:42: style: Function 'CacheD3' argument 9 names different: declaration 'Vec2' definition 'aVector2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1171:277: note: Function 'CacheD3' argument 9 names different: declaration 'Vec2' definition 'aVector2'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:934:42: note: Function 'CacheD3' argument 9 names different: declaration 'Vec2' definition 'aVector2'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:935:42: style: Function 'CacheD3' argument 10 names different: declaration 'Vec3' definition 'aVector3'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1171:293: note: Function 'CacheD3' argument 10 names different: declaration 'Vec3' definition 'aVector3'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:935:42: note: Function 'CacheD3' argument 10 names different: declaration 'Vec3' definition 'aVector3'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1025:33: style: Function 'BuildCache' argument 2 names different: declaration 'InverseOfSpanDomain' definition 'SpanDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1193:86: note: Function 'BuildCache' argument 2 names different: declaration 'InverseOfSpanDomain' definition 'SpanDomain'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1025:33: note: Function 'BuildCache' argument 2 names different: declaration 'InverseOfSpanDomain' definition 'SpanDomain'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1026:33: style: Function 'BuildCache' argument 3 names different: declaration 'PeriodicFlag' definition 'Periodic'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1193:130: note: Function 'BuildCache' argument 3 names different: declaration 'PeriodicFlag' definition 'Periodic'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1026:33: note: Function 'BuildCache' argument 3 names different: declaration 'PeriodicFlag' definition 'Periodic'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1345:34: style: Function 'MovePointAndTangent' argument 3 names different: declaration 'DeltaDerivative' definition 'DeltaDerivatives'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1439:114: note: Function 'MovePointAndTangent' argument 3 names different: declaration 'DeltaDerivative' definition 'DeltaDerivatives'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1345:34: note: Function 'MovePointAndTangent' argument 3 names different: declaration 'DeltaDerivative' definition 'DeltaDerivatives'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1420:37: style: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:966:83: note: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1420:37: note: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1459:37: style: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:909:89: note: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1459:37: note: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:36:3: style: Struct 'BSplCLib_DataContainer_2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:312:38: style: Function 'BuildBSpMatrix' argument 2 names different: declaration 'OrderArray' definition 'ContactOrderArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:721:130: note: Function 'BuildBSpMatrix' argument 2 names different: declaration 'OrderArray' definition 'ContactOrderArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:312:38: note: Function 'BuildBSpMatrix' argument 2 names different: declaration 'OrderArray' definition 'ContactOrderArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:432:39: style: Function 'EvalBsplineBasis' argument 1 names different: declaration 'DerivativeOrder' definition 'DerivativeRequest'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:705:84: note: Function 'EvalBsplineBasis' argument 1 names different: declaration 'DerivativeOrder' definition 'DerivativeRequest'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:432:39: note: Function 'EvalBsplineBasis' argument 1 names different: declaration 'DerivativeOrder' definition 'DerivativeRequest'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:567:26: style: Function 'MovePointAndTangent' argument 4 names different: declaration 'DeltaDerivative' definition 'DeltaDerivatives'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1385:151: note: Function 'MovePointAndTangent' argument 4 names different: declaration 'DeltaDerivative' definition 'DeltaDerivatives'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:567:26: note: Function 'MovePointAndTangent' argument 4 names different: declaration 'DeltaDerivative' definition 'DeltaDerivatives'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:877:37: style: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:928:83: note: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:877:37: note: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:976:37: style: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:838:89: note: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:976:37: note: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:1062:37: style: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:947:83: note: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:1062:37: note: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:1101:37: style: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:865:89: note: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:1101:37: note: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_2.cxx:42:3: style: Struct 'BSplCLib_DataContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:55:27: style: Function 'Reverse' argument 2 names different: declaration 'Last' definition 'L'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:291:90: note: Function 'Reverse' argument 2 names different: declaration 'Last' definition 'L'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:55:27: note: Function 'Reverse' argument 2 names different: declaration 'Last' definition 'L'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:605:26: style: Function 'SolveBandedSystem' argument 4 names different: declaration 'Array' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:761:187: note: Function 'SolveBandedSystem' argument 4 names different: declaration 'Array' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:605:26: note: Function 'SolveBandedSystem' argument 4 names different: declaration 'Array' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:631:31: style: Function 'SolveBandedSystem' argument 5 names different: declaration 'Array' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:807:227: note: Function 'SolveBandedSystem' argument 5 names different: declaration 'Array' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:631:31: note: Function 'SolveBandedSystem' argument 5 names different: declaration 'Array' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:632:52: style: Function 'SolveBandedSystem' argument 6 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:807:256: note: Function 'SolveBandedSystem' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:632:52: note: Function 'SolveBandedSystem' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:656:60: style: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1019:57: note: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:656:60: note: Function 'Eval' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:662:60: style: Function 'Eval' argument 7 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1019:263: note: Function 'Eval' argument 7 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:662:60: note: Function 'Eval' argument 7 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:663:60: style: Function 'Eval' argument 8 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1019:298: note: Function 'Eval' argument 8 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:663:60: note: Function 'Eval' argument 8 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:664:60: style: Function 'Eval' argument 9 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1019:315: note: Function 'Eval' argument 9 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:664:60: note: Function 'Eval' argument 9 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:665:46: style: Function 'Eval' argument 10 names different: declaration 'Weight' definition 'aWeight'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1019:337: note: Function 'Eval' argument 10 names different: declaration 'Weight' definition 'aWeight'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:665:46: note: Function 'Eval' argument 10 names different: declaration 'Weight' definition 'aWeight'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:722:62: style: Function 'CacheD0' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1046:60: note: Function 'CacheD0' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:722:62: note: Function 'CacheD0' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:726:42: style: Function 'CacheD0' argument 5 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1046:188: note: Function 'CacheD0' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:726:42: note: Function 'CacheD0' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:727:42: style: Function 'CacheD0' argument 6 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1046:223: note: Function 'CacheD0' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:727:42: note: Function 'CacheD0' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:728:42: style: Function 'CacheD0' argument 7 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1046:240: note: Function 'CacheD0' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:728:42: note: Function 'CacheD0' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:766:62: style: Function 'CacheD1' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1083:60: note: Function 'CacheD1' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:766:62: note: Function 'CacheD1' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:770:42: style: Function 'CacheD1' argument 5 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1083:188: note: Function 'CacheD1' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:770:42: note: Function 'CacheD1' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:771:42: style: Function 'CacheD1' argument 6 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1083:223: note: Function 'CacheD1' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:771:42: note: Function 'CacheD1' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:772:42: style: Function 'CacheD1' argument 7 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1083:240: note: Function 'CacheD1' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:772:42: note: Function 'CacheD1' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:773:42: style: Function 'CacheD1' argument 8 names different: declaration 'Vec' definition 'aVector'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1083:255: note: Function 'CacheD1' argument 8 names different: declaration 'Vec' definition 'aVector'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:773:42: note: Function 'CacheD1' argument 8 names different: declaration 'Vec' definition 'aVector'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:835:62: style: Function 'CacheD2' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1120:60: note: Function 'CacheD2' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:835:62: note: Function 'CacheD2' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:839:42: style: Function 'CacheD2' argument 5 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1120:188: note: Function 'CacheD2' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:839:42: note: Function 'CacheD2' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:840:42: style: Function 'CacheD2' argument 6 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1120:223: note: Function 'CacheD2' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:840:42: note: Function 'CacheD2' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:841:42: style: Function 'CacheD2' argument 7 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1120:240: note: Function 'CacheD2' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:841:42: note: Function 'CacheD2' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:842:42: style: Function 'CacheD2' argument 8 names different: declaration 'Vec1' definition 'aVector1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1120:255: note: Function 'CacheD2' argument 8 names different: declaration 'Vec1' definition 'aVector1'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:842:42: note: Function 'CacheD2' argument 8 names different: declaration 'Vec1' definition 'aVector1'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:843:42: style: Function 'CacheD2' argument 9 names different: declaration 'Vec2' definition 'aVector2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1120:269: note: Function 'CacheD2' argument 9 names different: declaration 'Vec2' definition 'aVector2'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:843:42: note: Function 'CacheD2' argument 9 names different: declaration 'Vec2' definition 'aVector2'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:926:62: style: Function 'CacheD3' argument 1 names different: declaration 'U' definition 'Parameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1157:60: note: Function 'CacheD3' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:926:62: note: Function 'CacheD3' argument 1 names different: declaration 'U' definition 'Parameter'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:930:42: style: Function 'CacheD3' argument 5 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1157:188: note: Function 'CacheD3' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:930:42: note: Function 'CacheD3' argument 5 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:931:42: style: Function 'CacheD3' argument 6 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1157:223: note: Function 'CacheD3' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:931:42: note: Function 'CacheD3' argument 6 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:932:42: style: Function 'CacheD3' argument 7 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1157:240: note: Function 'CacheD3' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:932:42: note: Function 'CacheD3' argument 7 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:933:42: style: Function 'CacheD3' argument 8 names different: declaration 'Vec1' definition 'aVector1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1157:255: note: Function 'CacheD3' argument 8 names different: declaration 'Vec1' definition 'aVector1'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:933:42: note: Function 'CacheD3' argument 8 names different: declaration 'Vec1' definition 'aVector1'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:934:42: style: Function 'CacheD3' argument 9 names different: declaration 'Vec2' definition 'aVector2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1157:269: note: Function 'CacheD3' argument 9 names different: declaration 'Vec2' definition 'aVector2'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:934:42: note: Function 'CacheD3' argument 9 names different: declaration 'Vec2' definition 'aVector2'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:935:42: style: Function 'CacheD3' argument 10 names different: declaration 'Vec3' definition 'aVector3'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1157:283: note: Function 'CacheD3' argument 10 names different: declaration 'Vec3' definition 'aVector3'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:935:42: note: Function 'CacheD3' argument 10 names different: declaration 'Vec3' definition 'aVector3'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1025:33: style: Function 'BuildCache' argument 2 names different: declaration 'InverseOfSpanDomain' definition 'SpanDomain'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1187:86: note: Function 'BuildCache' argument 2 names different: declaration 'InverseOfSpanDomain' definition 'SpanDomain'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1025:33: note: Function 'BuildCache' argument 2 names different: declaration 'InverseOfSpanDomain' definition 'SpanDomain'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1026:33: style: Function 'BuildCache' argument 3 names different: declaration 'PeriodicFlag' definition 'Periodic'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1187:130: note: Function 'BuildCache' argument 3 names different: declaration 'PeriodicFlag' definition 'Periodic'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1026:33: note: Function 'BuildCache' argument 3 names different: declaration 'PeriodicFlag' definition 'Periodic'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1345:34: style: Function 'MovePointAndTangent' argument 3 names different: declaration 'DeltaDerivative' definition 'DeltaDerivatives'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:1412:110: note: Function 'MovePointAndTangent' argument 3 names different: declaration 'DeltaDerivative' definition 'DeltaDerivatives'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1345:34: note: Function 'MovePointAndTangent' argument 3 names different: declaration 'DeltaDerivative' definition 'DeltaDerivatives'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1420:37: style: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:985:83: note: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1420:37: note: Function 'FunctionMultiply' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1459:37: style: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplCLib/BSplCLib.hxx:887:89: note: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:1459:37: note: Function 'FunctionReparameterise' argument 1 names different: declaration 'Function' definition 'FunctionPtr'.
occt-V7_3_0/src/BSplCLib/BSplCLib_CurveComputation.gxx:36:3: style: Struct 'BSplCLib_DataContainer_3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BSplCLib/BSplCLib_BzSyntaxes.cxx:33:3: style: Class 'BSplCLib_BezierArrays' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:76:23: style: Function 'RationalDerivative' argument 5 names different: declaration 'Ders' definition 'HDerivatives'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:182:176: note: Function 'RationalDerivative' argument 5 names different: declaration 'Ders' definition 'HDerivatives'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:76:23: note: Function 'RationalDerivative' argument 5 names different: declaration 'Ders' definition 'HDerivatives'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:77:23: style: Function 'RationalDerivative' argument 6 names different: declaration 'RDers' definition 'RDerivatives'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:182:197: note: Function 'RationalDerivative' argument 6 names different: declaration 'RDers' definition 'RDerivatives'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:77:23: note: Function 'RationalDerivative' argument 6 names different: declaration 'RDers' definition 'RDerivatives'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:723:25: style: Function 'D1' argument 11 names different: declaration 'Degree' definition 'UDegree'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:186:386: note: Function 'D1' argument 11 names different: declaration 'Degree' definition 'UDegree'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:723:25: note: Function 'D1' argument 11 names different: declaration 'Degree' definition 'UDegree'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:1539:30: style: Function 'IsRational' argument 6 names different: declaration 'Epsilon' definition 'Epsi'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:230:220: note: Function 'IsRational' argument 6 names different: declaration 'Epsilon' definition 'Epsi'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:1539:30: note: Function 'IsRational' argument 6 names different: declaration 'Epsilon' definition 'Epsi'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:1921:33: style: Function 'BuildCache' argument 5 names different: declaration 'UPeriodicFlag' definition 'UPeriodic'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:274:178: note: Function 'BuildCache' argument 5 names different: declaration 'UPeriodicFlag' definition 'UPeriodic'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:1921:33: note: Function 'BuildCache' argument 5 names different: declaration 'UPeriodicFlag' definition 'UPeriodic'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:1922:33: style: Function 'BuildCache' argument 6 names different: declaration 'VPeriodicFlag' definition 'VPeriodic'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:274:216: note: Function 'BuildCache' argument 6 names different: declaration 'VPeriodicFlag' definition 'VPeriodic'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:1922:33: note: Function 'BuildCache' argument 6 names different: declaration 'VPeriodicFlag' definition 'VPeriodic'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2055:56: style: Function 'BuildCache' argument 5 names different: declaration 'theUPeriodic' definition 'theUPeriodicFlag'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:279:190: note: Function 'BuildCache' argument 5 names different: declaration 'theUPeriodic' definition 'theUPeriodicFlag'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2055:56: note: Function 'BuildCache' argument 5 names different: declaration 'theUPeriodic' definition 'theUPeriodicFlag'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2056:56: style: Function 'BuildCache' argument 6 names different: declaration 'theVPeriodic' definition 'theVPeriodicFlag'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:279:227: note: Function 'BuildCache' argument 6 names different: declaration 'theVPeriodic' definition 'theVPeriodicFlag'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2056:56: note: Function 'BuildCache' argument 6 names different: declaration 'theVPeriodic' definition 'theVPeriodicFlag'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2152:62: style: Function 'CacheD0' argument 1 names different: declaration 'U' definition 'UParameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:292:60: note: Function 'CacheD0' argument 1 names different: declaration 'U' definition 'UParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2152:62: note: Function 'CacheD0' argument 1 names different: declaration 'U' definition 'UParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2153:41: style: Function 'CacheD0' argument 2 names different: declaration 'V' definition 'VParameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:292:83: note: Function 'CacheD0' argument 2 names different: declaration 'V' definition 'VParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2153:41: note: Function 'CacheD0' argument 2 names different: declaration 'V' definition 'VParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2159:41: style: Function 'CacheD0' argument 8 names different: declaration 'VSpanLength' definition 'VSpanLenght'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:292:277: note: Function 'CacheD0' argument 8 names different: declaration 'VSpanLength' definition 'VSpanLenght'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2159:41: note: Function 'CacheD0' argument 8 names different: declaration 'VSpanLength' definition 'VSpanLenght'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2160:41: style: Function 'CacheD0' argument 9 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:292:316: note: Function 'CacheD0' argument 9 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2160:41: note: Function 'CacheD0' argument 9 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2161:41: style: Function 'CacheD0' argument 10 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:292:351: note: Function 'CacheD0' argument 10 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2161:41: note: Function 'CacheD0' argument 10 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2162:62: style: Function 'CacheD0' argument 11 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:292:368: note: Function 'CacheD0' argument 11 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2162:62: note: Function 'CacheD0' argument 11 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2246:62: style: Function 'CacheD1' argument 1 names different: declaration 'U' definition 'UParameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:310:60: note: Function 'CacheD1' argument 1 names different: declaration 'U' definition 'UParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2246:62: note: Function 'CacheD1' argument 1 names different: declaration 'U' definition 'UParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2247:41: style: Function 'CacheD1' argument 2 names different: declaration 'V' definition 'VParameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:310:83: note: Function 'CacheD1' argument 2 names different: declaration 'V' definition 'VParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2247:41: note: Function 'CacheD1' argument 2 names different: declaration 'V' definition 'VParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2253:41: style: Function 'CacheD1' argument 8 names different: declaration 'VSpanLength' definition 'VSpanLenght'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:310:277: note: Function 'CacheD1' argument 8 names different: declaration 'VSpanLength' definition 'VSpanLenght'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2253:41: note: Function 'CacheD1' argument 8 names different: declaration 'VSpanLength' definition 'VSpanLenght'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2254:41: style: Function 'CacheD1' argument 9 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:310:316: note: Function 'CacheD1' argument 9 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2254:41: note: Function 'CacheD1' argument 9 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2255:41: style: Function 'CacheD1' argument 10 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:310:351: note: Function 'CacheD1' argument 10 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2255:41: note: Function 'CacheD1' argument 10 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2256:62: style: Function 'CacheD1' argument 11 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:310:368: note: Function 'CacheD1' argument 11 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2256:62: note: Function 'CacheD1' argument 11 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2257:41: style: Function 'CacheD1' argument 12 names different: declaration 'VecU' definition 'aVecU'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:310:383: note: Function 'CacheD1' argument 12 names different: declaration 'VecU' definition 'aVecU'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2257:41: note: Function 'CacheD1' argument 12 names different: declaration 'VecU' definition 'aVecU'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2258:62: style: Function 'CacheD1' argument 13 names different: declaration 'VecV' definition 'aVecV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:310:397: note: Function 'CacheD1' argument 13 names different: declaration 'VecV' definition 'aVecV'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2258:62: note: Function 'CacheD1' argument 13 names different: declaration 'VecV' definition 'aVecV'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2452:62: style: Function 'CacheD2' argument 1 names different: declaration 'U' definition 'UParameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:328:60: note: Function 'CacheD2' argument 1 names different: declaration 'U' definition 'UParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2452:62: note: Function 'CacheD2' argument 1 names different: declaration 'U' definition 'UParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2453:41: style: Function 'CacheD2' argument 2 names different: declaration 'V' definition 'VParameter'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:328:83: note: Function 'CacheD2' argument 2 names different: declaration 'V' definition 'VParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2453:41: note: Function 'CacheD2' argument 2 names different: declaration 'V' definition 'VParameter'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2459:41: style: Function 'CacheD2' argument 8 names different: declaration 'VSpanLength' definition 'VSpanLenght'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:328:277: note: Function 'CacheD2' argument 8 names different: declaration 'VSpanLength' definition 'VSpanLenght'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2459:41: note: Function 'CacheD2' argument 8 names different: declaration 'VSpanLength' definition 'VSpanLenght'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2460:41: style: Function 'CacheD2' argument 9 names different: declaration 'Poles' definition 'PolesArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:328:316: note: Function 'CacheD2' argument 9 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2460:41: note: Function 'CacheD2' argument 9 names different: declaration 'Poles' definition 'PolesArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2461:41: style: Function 'CacheD2' argument 10 names different: declaration 'Weights' definition 'WeightsArray'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:328:351: note: Function 'CacheD2' argument 10 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2461:41: note: Function 'CacheD2' argument 10 names different: declaration 'Weights' definition 'WeightsArray'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2462:62: style: Function 'CacheD2' argument 11 names different: declaration 'Point' definition 'aPoint'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:328:368: note: Function 'CacheD2' argument 11 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2462:62: note: Function 'CacheD2' argument 11 names different: declaration 'Point' definition 'aPoint'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2463:62: style: Function 'CacheD2' argument 12 names different: declaration 'VecU' definition 'aVecU'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:328:383: note: Function 'CacheD2' argument 12 names different: declaration 'VecU' definition 'aVecU'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2463:62: note: Function 'CacheD2' argument 12 names different: declaration 'VecU' definition 'aVecU'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2464:62: style: Function 'CacheD2' argument 13 names different: declaration 'VecV' definition 'aVecV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:328:397: note: Function 'CacheD2' argument 13 names different: declaration 'VecV' definition 'aVecV'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2464:62: note: Function 'CacheD2' argument 13 names different: declaration 'VecV' definition 'aVecV'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2465:41: style: Function 'CacheD2' argument 14 names different: declaration 'VecUU' definition 'aVecUU'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:328:411: note: Function 'CacheD2' argument 14 names different: declaration 'VecUU' definition 'aVecUU'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2465:41: note: Function 'CacheD2' argument 14 names different: declaration 'VecUU' definition 'aVecUU'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2466:62: style: Function 'CacheD2' argument 15 names different: declaration 'VecUV' definition 'aVecUV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:328:426: note: Function 'CacheD2' argument 15 names different: declaration 'VecUV' definition 'aVecUV'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2466:62: note: Function 'CacheD2' argument 15 names different: declaration 'VecUV' definition 'aVecUV'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2467:62: style: Function 'CacheD2' argument 16 names different: declaration 'VecVV' definition 'aVecVV'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:328:441: note: Function 'CacheD2' argument 16 names different: declaration 'VecVV' definition 'aVecVV'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:2467:62: note: Function 'CacheD2' argument 16 names different: declaration 'VecVV' definition 'aVecVV'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:3015:37: style: Function 'Resolution' argument 9 names different: declaration 'URat' definition 'URational'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:351:350: note: Function 'Resolution' argument 9 names different: declaration 'URat' definition 'URational'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:3015:37: note: Function 'Resolution' argument 9 names different: declaration 'URat' definition 'URational'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:3016:37: style: Function 'Resolution' argument 10 names different: declaration 'VRat' definition 'VRational'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:351:379: note: Function 'Resolution' argument 10 names different: declaration 'VRat' definition 'VRational'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:3016:37: note: Function 'Resolution' argument 10 names different: declaration 'VRat' definition 'VRational'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:3017:37: style: Function 'Resolution' argument 11 names different: declaration 'UPer' definition 'UPeriodic'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:351:408: note: Function 'Resolution' argument 11 names different: declaration 'UPer' definition 'UPeriodic'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:3017:37: note: Function 'Resolution' argument 11 names different: declaration 'UPer' definition 'UPeriodic'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:3018:37: style: Function 'Resolution' argument 12 names different: declaration 'VPer' definition 'VPeriodic'. [funcArgNamesDifferent]
occt-V7_3_0/src/BSplSLib/BSplSLib.hxx:351:437: note: Function 'Resolution' argument 12 names different: declaration 'VPer' definition 'VPeriodic'.
occt-V7_3_0/src/BSplSLib/BSplSLib.cxx:3018:37: note: Function 'Resolution' argument 12 names different: declaration 'VPer' definition 'VPeriodic'.
occt-V7_3_0/src/BVH/BVH_SweepPlaneBuilder.hxx:64:0: error: syntax error [syntaxError]
occt-V7_3_0/src/BVH/BVH_BuildQueue.cxx:39:55: style: Function 'Enqueue' argument 1 names different: declaration 'theNode' definition 'theWorkItem'. [funcArgNamesDifferent]
occt-V7_3_0/src/BVH/BVH_BuildQueue.hxx:50:57: note: Function 'Enqueue' argument 1 names different: declaration 'theNode' definition 'theWorkItem'.
occt-V7_3_0/src/BVH/BVH_BuildQueue.cxx:39:55: note: Function 'Enqueue' argument 1 names different: declaration 'theNode' definition 'theWorkItem'.
occt-V7_3_0/src/BVH/BVH_BuildQueue.hxx:56:20: style: Technically the member function 'BVH_BuildQueue::HasBusyThreads' can be const. [functionConst]
occt-V7_3_0/src/BVH/BVH_Box.hxx:41:3: style: Class 'BVH_Box' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BVH/BVH_Box.hxx:29:1: warning: The class 'BVH_Box' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
occt-V7_3_0/src/BVH/BVH_Properties.hxx:49:3: style: Class 'BVH_Transform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BiTgte/BiTgte_Blend.cxx:685:29: style: Condition '!Find' is always true [knownConditionTrueFalse]
occt-V7_3_0/src/BiTgte/BiTgte_Blend.cxx:679:7: note: Assuming that condition '!Find' is not redundant
occt-V7_3_0/src/BiTgte/BiTgte_Blend.cxx:685:29: note: Condition '!Find' is always true
occt-V7_3_0/src/BiTgte/BiTgte_Blend.hxx:166:24: performance: Technically the member function 'BiTgte_Blend::IndicesOfBranche' can be static. [functionStatic]
occt-V7_3_0/src/BiTgte/BiTgte_Blend.cxx:1454:20: note: Technically the member function 'BiTgte_Blend::IndicesOfBranche' can be static.
occt-V7_3_0/src/BiTgte/BiTgte_Blend.hxx:166:24: note: Technically the member function 'BiTgte_Blend::IndicesOfBranche' can be static.
occt-V7_3_0/src/BiTgte/BiTgte_Blend.cxx:390:3: style: Class 'MakeCurve_Function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnEdge.cxx:57:59: style: Function 'BiTgte_CurveOnEdge' argument 1 names different: declaration 'EonF' definition 'theEonF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnEdge.hxx:61:57: note: Function 'BiTgte_CurveOnEdge' argument 1 names different: declaration 'EonF' definition 'theEonF'.
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnEdge.cxx:57:59: note: Function 'BiTgte_CurveOnEdge' argument 1 names different: declaration 'EonF' definition 'theEonF'.
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnEdge.cxx:58:59: style: Function 'BiTgte_CurveOnEdge' argument 2 names different: declaration 'Edge' definition 'theEdge'. [funcArgNamesDifferent]
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnEdge.hxx:61:82: note: Function 'BiTgte_CurveOnEdge' argument 2 names different: declaration 'Edge' definition 'theEdge'.
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnEdge.cxx:58:59: note: Function 'BiTgte_CurveOnEdge' argument 2 names different: declaration 'Edge' definition 'theEdge'.
occt-V7_3_0/src/BiTgte/BiTgte_HCurveOnEdge.hxx:46:19: style: Class 'BiTgte_HCurveOnEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnVertex.cxx:53:65: style: Function 'BiTgte_CurveOnVertex' argument 1 names different: declaration 'EonF' definition 'theEonF'. [funcArgNamesDifferent]
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnVertex.hxx:60:59: note: Function 'BiTgte_CurveOnVertex' argument 1 names different: declaration 'EonF' definition 'theEonF'.
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnVertex.cxx:53:65: note: Function 'BiTgte_CurveOnVertex' argument 1 names different: declaration 'EonF' definition 'theEonF'.
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnVertex.cxx:54:65: style: Function 'BiTgte_CurveOnVertex' argument 2 names different: declaration 'V' definition 'theVertex'. [funcArgNamesDifferent]
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnVertex.hxx:60:86: note: Function 'BiTgte_CurveOnVertex' argument 2 names different: declaration 'V' definition 'theVertex'.
occt-V7_3_0/src/BiTgte/BiTgte_CurveOnVertex.cxx:54:65: note: Function 'BiTgte_CurveOnVertex' argument 2 names different: declaration 'V' definition 'theVertex'.
occt-V7_3_0/src/BiTgte/BiTgte_HCurveOnVertex.hxx:46:19: style: Class 'BiTgte_HCurveOnVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx:487:67: style: Function 'CheckShapeSection' argument 1 names different: declaration 'thePos' definition 'ShapeSectionPos'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.hxx:90:75: note: Function 'CheckShapeSection' argument 1 names different: declaration 'thePos' definition 'ShapeSectionPos'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx:487:67: note: Function 'CheckShapeSection' argument 1 names different: declaration 'thePos' definition 'ShapeSectionPos'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx:488:61: style: Function 'CheckShapeSection' argument 2 names different: declaration 'theIS' definition 'IS'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.hxx:90:101: note: Function 'CheckShapeSection' argument 2 names different: declaration 'theIS' definition 'IS'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx:488:61: note: Function 'CheckShapeSection' argument 2 names different: declaration 'theIS' definition 'IS'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx:518:91: style: Function 'PropagateDocumentVersion' argument 1 names different: declaration 'theVersion' definition 'theDocVersion'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.hxx:96:81: note: Function 'PropagateDocumentVersion' argument 1 names different: declaration 'theVersion' definition 'theDocVersion'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx:518:91: note: Function 'PropagateDocumentVersion' argument 1 names different: declaration 'theVersion' definition 'theDocVersion'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:147:5: style: Variable 'aBufSz[0]' is reassigned a value before the old one has been used. [redundantAssignment]
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:137:5: note: Variable 'aBufSz[0]' is reassigned a value before the old one has been used.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:147:5: note: Variable 'aBufSz[0]' is reassigned a value before the old one has been used.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:112:63: style: Function 'WriteTOC' argument 1 names different: declaration 'theOS' definition 'theStream'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.hxx:67:52: note: Function 'WriteTOC' argument 1 names different: declaration 'theOS' definition 'theStream'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:112:63: note: Function 'WriteTOC' argument 1 names different: declaration 'theOS' definition 'theStream'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:159:62: style: Function 'Write' argument 1 names different: declaration 'theOS' definition 'theStream'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.hxx:71:49: note: Function 'Write' argument 1 names different: declaration 'theOS' definition 'theStream'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:159:62: note: Function 'Write' argument 1 names different: declaration 'theOS' definition 'theStream'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:188:63: style: Function 'ReadTOC' argument 2 names different: declaration 'theIS' definition 'theStream'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.hxx:75:99: note: Function 'ReadTOC' argument 2 names different: declaration 'theIS' definition 'theStream'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentSection.cxx:188:63: note: Function 'ReadTOC' argument 2 names different: declaration 'theIS' definition 'theStream'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentStorageDriver.cxx:511:65: style: Function 'WriteShapeSection' argument 1 names different: declaration 'theDocSection' definition 'theSection'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentStorageDriver.hxx:80:80: note: Function 'WriteShapeSection' argument 1 names different: declaration 'theDocSection' definition 'theSection'.
occt-V7_3_0/src/BinLDrivers/BinLDrivers_DocumentStorageDriver.cxx:511:65: note: Function 'WriteShapeSection' argument 1 names different: declaration 'theDocSection' definition 'theSection'.
occt-V7_3_0/src/BinMDF/BinMDF_ReferenceDriver.hxx:41:19: style: Class 'BinMDF_ReferenceDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDF/BinMDF_TagSourceDriver.hxx:41:19: style: Class 'BinMDF_TagSourceDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd.cxx:89:61: style: Function 'SetDocumentVersion' argument 1 names different: declaration 'DocVersion' definition 'theVersion'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinMDataStd/BinMDataStd.hxx:66:74: note: Function 'SetDocumentVersion' argument 1 names different: declaration 'DocVersion' definition 'theVersion'.
occt-V7_3_0/src/BinMDataStd/BinMDataStd.cxx:89:61: note: Function 'SetDocumentVersion' argument 1 names different: declaration 'DocVersion' definition 'theVersion'.
occt-V7_3_0/src/BinMDataStd/BinMDataStd_AsciiStringDriver.hxx:41:19: style: Class 'BinMDataStd_AsciiStringDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_BooleanArrayDriver.hxx:41:19: style: Class 'BinMDataStd_BooleanArrayDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_BooleanListDriver.hxx:41:19: style: Class 'BinMDataStd_BooleanListDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_ByteArrayDriver.hxx:41:19: style: Class 'BinMDataStd_ByteArrayDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_CommentDriver.hxx:41:19: style: Class 'BinMDataStd_CommentDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_DirectoryDriver.hxx:41:19: style: Class 'BinMDataStd_DirectoryDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_ExpressionDriver.hxx:41:19: style: Class 'BinMDataStd_ExpressionDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_ExtStringArrayDriver.hxx:41:19: style: Class 'BinMDataStd_ExtStringArrayDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_ExtStringListDriver.hxx:41:19: style: Class 'BinMDataStd_ExtStringListDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_IntegerArrayDriver.hxx:41:19: style: Class 'BinMDataStd_IntegerArrayDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_IntegerDriver.hxx:41:19: style: Class 'BinMDataStd_IntegerDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_IntegerListDriver.hxx:41:19: style: Class 'BinMDataStd_IntegerListDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_IntPackedMapDriver.hxx:41:19: style: Class 'BinMDataStd_IntPackedMapDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_NamedDataDriver.hxx:41:19: style: Class 'BinMDataStd_NamedDataDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_NameDriver.hxx:41:19: style: Class 'BinMDataStd_NameDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_NoteBookDriver.hxx:41:19: style: Class 'BinMDataStd_NoteBookDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_RealArrayDriver.hxx:41:19: style: Class 'BinMDataStd_RealArrayDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_RealDriver.hxx:41:19: style: Class 'BinMDataStd_RealDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_RealListDriver.hxx:41:19: style: Class 'BinMDataStd_RealListDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_ReferenceArrayDriver.hxx:41:19: style: Class 'BinMDataStd_ReferenceArrayDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_ReferenceListDriver.hxx:41:19: style: Class 'BinMDataStd_ReferenceListDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_RelationDriver.hxx:41:19: style: Class 'BinMDataStd_RelationDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_TickDriver.hxx:41:19: style: Class 'BinMDataStd_TickDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_TreeNodeDriver.hxx:41:19: style: Class 'BinMDataStd_TreeNodeDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_UAttributeDriver.hxx:41:19: style: Class 'BinMDataStd_UAttributeDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataStd/BinMDataStd_VariableDriver.hxx:41:19: style: Class 'BinMDataStd_VariableDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd.cxx:60:61: style: Function 'SetDocumentVersion' argument 1 names different: declaration 'DocVersion' definition 'theVersion'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd.hxx:47:74: note: Function 'SetDocumentVersion' argument 1 names different: declaration 'DocVersion' definition 'theVersion'.
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd.cxx:60:61: note: Function 'SetDocumentVersion' argument 1 names different: declaration 'DocVersion' definition 'theVersion'.
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_AxisDriver.hxx:41:19: style: Class 'BinMDataXtd_AxisDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_ConstraintDriver.hxx:41:19: style: Class 'BinMDataXtd_ConstraintDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_GeometryDriver.hxx:41:19: style: Class 'BinMDataXtd_GeometryDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_PatternStdDriver.hxx:41:19: style: Class 'BinMDataXtd_PatternStdDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_PlacementDriver.hxx:41:19: style: Class 'BinMDataXtd_PlacementDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_PlaneDriver.hxx:41:19: style: Class 'BinMDataXtd_PlaneDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_PointDriver.hxx:41:19: style: Class 'BinMDataXtd_PointDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_ShapeDriver.hxx:41:19: style: Class 'BinMDataXtd_ShapeDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_PresentationDriver.hxx:42:19: style: Class 'BinMDataXtd_PresentationDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_PositionDriver.hxx:41:19: style: Class 'BinMDataXtd_PositionDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_TriangulationDriver.hxx:38:19: style: Class 'BinMDataXtd_TriangulationDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_PresentationDriver.cxx:59:3: style: Variable 'ok' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_PresentationDriver.cxx:54:0: note: Variable 'ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BinMDataXtd/BinMDataXtd_PresentationDriver.cxx:59:3: note: Variable 'ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BinMDocStd/BinMDocStd_XLinkDriver.hxx:41:19: style: Class 'BinMDocStd_XLinkDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMFunction/BinMFunction_FunctionDriver.hxx:41:19: style: Class 'BinMFunction_FunctionDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMFunction/BinMFunction_GraphNodeDriver.hxx:41:19: style: Class 'BinMFunction_GraphNodeDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMFunction/BinMFunction_ScopeDriver.hxx:41:19: style: Class 'BinMFunction_ScopeDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMNaming/BinMNaming_NamedShapeDriver.lxx:31:77: style: Function 'SetFormatNb' argument 1 names different: declaration 'theFormat' definition 'theFormatNb'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinMNaming/BinMNaming_NamedShapeDriver.hxx:73:46: note: Function 'SetFormatNb' argument 1 names different: declaration 'theFormat' definition 'theFormatNb'.
occt-V7_3_0/src/BinMNaming/BinMNaming_NamedShapeDriver.lxx:31:77: note: Function 'SetFormatNb' argument 1 names different: declaration 'theFormat' definition 'theFormatNb'.
occt-V7_3_0/src/BinMNaming/BinMNaming.cxx:39:60: style: Function 'SetDocumentVersion' argument 1 names different: declaration 'DocVersion' definition 'theVersion'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinMNaming/BinMNaming.hxx:41:74: note: Function 'SetDocumentVersion' argument 1 names different: declaration 'DocVersion' definition 'theVersion'.
occt-V7_3_0/src/BinMNaming/BinMNaming.cxx:39:60: note: Function 'SetDocumentVersion' argument 1 names different: declaration 'DocVersion' definition 'theVersion'.
occt-V7_3_0/src/BinMNaming/BinMNaming_NamedShapeDriver.hxx:46:19: style: Class 'BinMNaming_NamedShapeDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMNaming/BinMNaming_NamingDriver.hxx:41:19: style: Class 'BinMNaming_NamingDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMNaming/BinMNaming_NamingDriver.cxx:180:20: style: Condition 'aNbArgs>0' is always false [knownConditionTrueFalse]
occt-V7_3_0/src/BinMNaming/BinMNaming_NamingDriver.cxx:175:32: note: Assignment 'aNbArgs=0', assigned value is 0
occt-V7_3_0/src/BinMNaming/BinMNaming_NamingDriver.cxx:180:20: note: Condition 'aNbArgs>0' is always false
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_AssemblyItemRefDriver.hxx:38:19: style: Class 'BinMXCAFDoc_AssemblyItemRefDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_AreaDriver.hxx:41:19: style: Class 'BinMXCAFDoc_AreaDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_CentroidDriver.hxx:41:19: style: Class 'BinMXCAFDoc_CentroidDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_ColorDriver.hxx:41:19: style: Class 'BinMXCAFDoc_ColorDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_ColorToolDriver.hxx:41:19: style: Class 'BinMXCAFDoc_ColorToolDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_DatumDriver.hxx:41:19: style: Class 'BinMXCAFDoc_DatumDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_GeomToleranceDriver.hxx:40:19: style: Class 'BinMXCAFDoc_GeomToleranceDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_DimensionDriver.hxx:40:19: style: Class 'BinMXCAFDoc_DimensionDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_DimTolDriver.hxx:41:19: style: Class 'BinMXCAFDoc_DimTolDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_DimTolToolDriver.hxx:41:19: style: Class 'BinMXCAFDoc_DimTolToolDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_DocumentToolDriver.hxx:41:19: style: Class 'BinMXCAFDoc_DocumentToolDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_GraphNodeDriver.hxx:41:19: style: Class 'BinMXCAFDoc_GraphNodeDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_LayerToolDriver.hxx:41:19: style: Class 'BinMXCAFDoc_LayerToolDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_LocationDriver.hxx:43:19: style: Class 'BinMXCAFDoc_LocationDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_MaterialDriver.hxx:41:19: style: Class 'BinMXCAFDoc_MaterialDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_MaterialToolDriver.hxx:41:19: style: Class 'BinMXCAFDoc_MaterialToolDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_NoteDriver.hxx:50:3: style: Class 'BinMXCAFDoc_NoteDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_NoteCommentDriver.hxx:28:19: style: Class 'BinMXCAFDoc_NoteCommentDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_NoteCommentDriver.hxx:44:3: style: Class 'BinMXCAFDoc_NoteCommentDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_NoteBalloonDriver.hxx:28:19: style: Class 'BinMXCAFDoc_NoteBalloonDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_NoteBalloonDriver.hxx:37:3: style: Class 'BinMXCAFDoc_NoteBalloonDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_NoteBinDataDriver.hxx:28:19: style: Class 'BinMXCAFDoc_NoteBinDataDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_NotesToolDriver.hxx:38:19: style: Class 'BinMXCAFDoc_NotesToolDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_ShapeToolDriver.hxx:41:19: style: Class 'BinMXCAFDoc_ShapeToolDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_ViewDriver.hxx:40:19: style: Class 'BinMXCAFDoc_ViewDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_ViewToolDriver.hxx:41:19: style: Class 'BinMXCAFDoc_ViewToolDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_VolumeDriver.hxx:41:19: style: Class 'BinMXCAFDoc_VolumeDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinMXCAFDoc/BinMXCAFDoc_ClippingPlaneToolDriver.hxx:39:19: style: Class 'BinMXCAFDoc_ClippingPlaneToolDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.lxx:111:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.lxx:112:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.lxx:113:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.lxx:165:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.lxx:170:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.lxx:171:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.lxx:204:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.cxx:586:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.cxx:602:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.cxx:623:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.cxx:643:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.cxx:666:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.cxx:690:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.cxx:705:30: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.cxx:753:30: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.cxx:808:30: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.cxx:1024:30: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.lxx:34:69: style: Function 'SetTypeId' argument 1 names different: declaration 'theId' definition 'theTypeId'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.hxx:279:44: note: Function 'SetTypeId' argument 1 names different: declaration 'theId' definition 'theTypeId'.
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.lxx:34:69: note: Function 'SetTypeId' argument 1 names different: declaration 'theId' definition 'theTypeId'.
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.hxx:344:24: style: Unused private function: 'BinObjMgt_Persistent::inverseExtCharData' [unusedPrivateFunction]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.hxx:347:24: style: Unused private function: 'BinObjMgt_Persistent::inverseIntData' [unusedPrivateFunction]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.hxx:350:24: style: Unused private function: 'BinObjMgt_Persistent::inverseRealData' [unusedPrivateFunction]
occt-V7_3_0/src/BinObjMgt/BinObjMgt_Persistent.hxx:353:24: style: Unused private function: 'BinObjMgt_Persistent::inverseShortRealData' [unusedPrivateFunction]
occt-V7_3_0/src/BinTObjDrivers/BinTObjDrivers_IntSparseArrayDriver.hxx:29:19: style: Class 'BinTObjDrivers_IntSparseArrayDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinTObjDrivers/BinTObjDrivers_ModelDriver.hxx:29:19: style: Class 'BinTObjDrivers_ModelDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinTObjDrivers/BinTObjDrivers_ObjectDriver.hxx:30:19: style: Class 'BinTObjDrivers_ObjectDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinTObjDrivers/BinTObjDrivers_ReferenceDriver.hxx:30:19: style: Class 'BinTObjDrivers_ReferenceDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinTObjDrivers/BinTObjDrivers_XYZDriver.hxx:30:19: style: Class 'BinTObjDrivers_XYZDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinTools/BinTools.cxx:27:82: style: Function 'PutBool' argument 2 names different: declaration 'theValue' definition 'aValue'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinTools/BinTools.hxx:50:98: note: Function 'PutBool' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:27:82: note: Function 'PutBool' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:39:85: style: Function 'PutInteger' argument 2 names different: declaration 'theValue' definition 'aValue'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinTools/BinTools.hxx:48:101: note: Function 'PutInteger' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:39:85: note: Function 'PutInteger' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:55:79: style: Function 'PutReal' argument 2 names different: declaration 'theValue' definition 'aValue'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinTools/BinTools.hxx:46:95: note: Function 'PutReal' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:55:79: note: Function 'PutReal' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:70:90: style: Function 'PutExtChar' argument 2 names different: declaration 'theValue' definition 'aValue'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinTools/BinTools.hxx:52:106: note: Function 'PutExtChar' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:70:90: note: Function 'PutExtChar' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:84:74: style: Function 'GetReal' argument 2 names different: declaration 'theValue' definition 'aValue'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinTools/BinTools.hxx:54:90: note: Function 'GetReal' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:84:74: note: Function 'GetReal' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:99:80: style: Function 'GetInteger' argument 2 names different: declaration 'theValue' definition 'aValue'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinTools/BinTools.hxx:56:96: note: Function 'GetInteger' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:99:80: note: Function 'GetInteger' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:129:77: style: Function 'GetBool' argument 2 names different: declaration 'theValue' definition 'aValue'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinTools/BinTools.hxx:58:93: note: Function 'GetBool' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools.cxx:129:77: note: Function 'GetBool' argument 2 names different: declaration 'theValue' definition 'aValue'.
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.hxx:49:19: style: Class 'BinTools_ShapeSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BinTools/BinTools_Curve2dSet.cxx:707:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/BinTools/BinTools_CurveSet.cxx:725:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/BinTools/BinTools_LocationSet.cxx:223:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.cxx:429:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.cxx:1157:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.cxx:129:62: style: Function 'Add' argument 1 names different: declaration 'S' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.hxx:74:61: note: Function 'Add' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.cxx:129:62: note: Function 'Add' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.cxx:151:70: style: Function 'Shape' argument 1 names different: declaration 'I' definition 'theIndx'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.hxx:77:69: note: Function 'Shape' argument 1 names different: declaration 'I' definition 'theIndx'.
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.cxx:151:70: note: Function 'Shape' argument 1 names different: declaration 'I' definition 'theIndx'.
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.cxx:161:63: style: Function 'Index' argument 1 names different: declaration 'S' definition 'theShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.hxx:80:63: note: Function 'Index' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.cxx:161:63: note: Function 'Index' argument 1 names different: declaration 'S' definition 'theShape'.
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.cxx:509:54: style: Function 'Read' argument 3 names different: declaration 'NbShapes' definition 'nbshapes'. [funcArgNamesDifferent]
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.hxx:131:100: note: Function 'Read' argument 3 names different: declaration 'NbShapes' definition 'nbshapes'.
occt-V7_3_0/src/BinTools/BinTools_ShapeSet.cxx:509:54: note: Function 'Read' argument 3 names different: declaration 'NbShapes' definition 'nbshapes'.
occt-V7_3_0/src/BinTools/BinTools_SurfaceSet.cxx:887:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
occt-V7_3_0/src/Bisector/Bisector_Bisec.hxx:67:24: performance: Technically the member function 'Bisector_Bisec::Perform' can be static. [functionStatic]
occt-V7_3_0/src/Bisector/Bisector_Bisec.cxx:77:22: note: Technically the member function 'Bisector_Bisec::Perform' can be static.
occt-V7_3_0/src/Bisector/Bisector_Bisec.hxx:67:24: note: Technically the member function 'Bisector_Bisec::Perform' can be static.
occt-V7_3_0/src/Bisector/Bisector_Bisec.hxx:72:24: performance: Technically the member function 'Bisector_Bisec::Perform' can be static. [functionStatic]
occt-V7_3_0/src/Bisector/Bisector_Bisec.cxx:286:22: note: Technically the member function 'Bisector_Bisec::Perform' can be static.
occt-V7_3_0/src/Bisector/Bisector_Bisec.hxx:72:24: note: Technically the member function 'Bisector_Bisec::Perform' can be static.
occt-V7_3_0/src/Bisector/Bisector_Bisec.hxx:77:24: performance: Technically the member function 'Bisector_Bisec::Perform' can be static. [functionStatic]
occt-V7_3_0/src/Bisector/Bisector_Bisec.cxx:433:22: note: Technically the member function 'Bisector_Bisec::Perform' can be static.
occt-V7_3_0/src/Bisector/Bisector_Bisec.hxx:77:24: note: Technically the member function 'Bisector_Bisec::Perform' can be static.
occt-V7_3_0/src/Bisector/Bisector_Bisec.hxx:81:24: performance: Technically the member function 'Bisector_Bisec::Perform' can be static. [functionStatic]
occt-V7_3_0/src/Bisector/Bisector_Bisec.cxx:577:22: note: Technically the member function 'Bisector_Bisec::Perform' can be static.
occt-V7_3_0/src/Bisector/Bisector_Bisec.hxx:81:24: note: Technically the member function 'Bisector_Bisec::Perform' can be static.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:65:19: style: Class 'Bisector_BisecCC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Bisector/Bisector_BisecPC.hxx:60:19: style: Class 'Bisector_BisecPC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Bisector/Bisector_BisecPC.hxx:68:19: style: Class 'Bisector_BisecPC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:594:18: style: Function 'ValueAndDist' argument 4 names different: declaration 'Distance' definition 'Dist'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:137:118: note: Function 'ValueAndDist' argument 4 names different: declaration 'Distance' definition 'Dist'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:594:18: note: Function 'ValueAndDist' argument 4 names different: declaration 'Distance' definition 'Dist'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:757:18: style: Function 'ValueByInt' argument 4 names different: declaration 'Distance' definition 'Dist'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:144:116: note: Function 'ValueByInt' argument 4 names different: declaration 'Distance' definition 'Dist'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:757:18: note: Function 'ValueByInt' argument 4 names different: declaration 'Distance' definition 'Dist'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1147:18: style: Function 'Extension' argument 5 names different: declaration 'T1' definition 'T'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:190:131: note: Function 'Extension' argument 5 names different: declaration 'T1' definition 'T'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1147:18: note: Function 'Extension' argument 5 names different: declaration 'T1' definition 'T'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1487:58: style: Function 'Curve' argument 1 names different: declaration 'Index' definition 'I'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:196:54: note: Function 'Curve' argument 1 names different: declaration 'Index' definition 'I'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1487:58: note: Function 'Curve' argument 1 names different: declaration 'Index' definition 'I'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1499:57: style: Function 'Sign' argument 1 names different: declaration 'Index' definition 'I'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:198:53: note: Function 'Sign' argument 1 names different: declaration 'Index' definition 'I'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1499:57: note: Function 'Sign' argument 1 names different: declaration 'Index' definition 'I'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1500:31: style: Function 'Sign' argument 2 names different: declaration 'Sign' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:198:80: note: Function 'Sign' argument 2 names different: declaration 'Sign' definition 'S'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1500:31: note: Function 'Sign' argument 2 names different: declaration 'Sign' definition 'S'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1511:56: style: Function 'Polygon' argument 1 names different: declaration 'Poly' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:200:57: note: Function 'Polygon' argument 1 names different: declaration 'Poly' definition 'P'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1511:56: note: Function 'Polygon' argument 1 names different: declaration 'Poly' definition 'P'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1520:52: style: Function 'DistMax' argument 1 names different: declaration 'DistMax' definition 'D'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:202:53: note: Function 'DistMax' argument 1 names different: declaration 'DistMax' definition 'D'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1520:52: note: Function 'DistMax' argument 1 names different: declaration 'DistMax' definition 'D'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1529:60: style: Function 'IsConvex' argument 1 names different: declaration 'Index' definition 'I'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:204:57: note: Function 'IsConvex' argument 1 names different: declaration 'Index' definition 'I'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1529:60: note: Function 'IsConvex' argument 1 names different: declaration 'Index' definition 'I'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1606:60: style: Function 'FirstParameter' argument 1 names different: declaration 'U1' definition 'U'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:220:60: note: Function 'FirstParameter' argument 1 names different: declaration 'U1' definition 'U'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1606:60: note: Function 'FirstParameter' argument 1 names different: declaration 'U1' definition 'U'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1615:59: style: Function 'LastParameter' argument 1 names different: declaration 'U1' definition 'U'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.hxx:222:59: note: Function 'LastParameter' argument 1 names different: declaration 'U1' definition 'U'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:1615:59: note: Function 'LastParameter' argument 1 names different: declaration 'U1' definition 'U'.
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:81:3: performance: Variable 'shiftParameter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Bisector/Bisector_BisecCC.cxx:82:3: performance: Variable 'isEmpty' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Bisector/Bisector_FunctionH.hxx:44:19: style: Class 'Bisector_FunctionH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Bisector/Bisector_BisecPC.cxx:659:3: style: Variable 'U1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/Bisector/Bisector_BisecPC.cxx:651:0: note: Variable 'U1' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/Bisector/Bisector_BisecPC.cxx:659:3: note: Variable 'U1' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/Bisector/Bisector_BisecPC.cxx:660:3: style: Variable 'U2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/Bisector/Bisector_BisecPC.cxx:651:0: note: Variable 'U2' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/Bisector/Bisector_BisecPC.cxx:660:3: note: Variable 'U2' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/Bisector/Bisector_FunctionInter.hxx:42:19: style: Class 'Bisector_FunctionInter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Bisector/Bisector_PointOnBis.cxx:37:27: style: Function 'Bisector_PointOnBis' argument 5 names different: declaration 'Point' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_PointOnBis.hxx:40:171: note: Function 'Bisector_PointOnBis' argument 5 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/Bisector/Bisector_PointOnBis.cxx:37:27: note: Function 'Bisector_PointOnBis' argument 5 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/Bisector/Bisector_PointOnBis.cxx:44:3: performance: Variable 'infinite' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Bisector/Bisector_PolyBis.cxx:39:59: style: Function 'Append' argument 1 names different: declaration 'Point' definition 'P'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bisector/Bisector_PolyBis.hxx:42:59: note: Function 'Append' argument 1 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/Bisector/Bisector_PolyBis.cxx:39:59: note: Function 'Append' argument 1 names different: declaration 'Point' definition 'P'.
occt-V7_3_0/src/Bisector/Bisector_PolyBis.cxx:32:3: performance: Variable 'nbPoints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Blend/Blend_Point.lxx:38:57: style: Function 'ParametersOnS1' argument 1 names different: declaration 'U' definition 'U1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:115:41: note: Function 'ParametersOnS1' argument 1 names different: declaration 'U' definition 'U1'.
occt-V7_3_0/src/Blend/Blend_Point.lxx:38:57: note: Function 'ParametersOnS1' argument 1 names different: declaration 'U' definition 'U1'.
occt-V7_3_0/src/Blend/Blend_Point.lxx:39:22: style: Function 'ParametersOnS1' argument 2 names different: declaration 'V' definition 'V1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:115:59: note: Function 'ParametersOnS1' argument 2 names different: declaration 'V' definition 'V1'.
occt-V7_3_0/src/Blend/Blend_Point.lxx:39:22: note: Function 'ParametersOnS1' argument 2 names different: declaration 'V' definition 'V1'.
occt-V7_3_0/src/Blend/Blend_Point.lxx:46:57: style: Function 'ParametersOnS2' argument 1 names different: declaration 'U' definition 'U2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:117:41: note: Function 'ParametersOnS2' argument 1 names different: declaration 'U' definition 'U2'.
occt-V7_3_0/src/Blend/Blend_Point.lxx:46:57: note: Function 'ParametersOnS2' argument 1 names different: declaration 'U' definition 'U2'.
occt-V7_3_0/src/Blend/Blend_Point.lxx:47:22: style: Function 'ParametersOnS2' argument 2 names different: declaration 'V' definition 'V2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:117:59: note: Function 'ParametersOnS2' argument 2 names different: declaration 'V' definition 'V2'.
occt-V7_3_0/src/Blend/Blend_Point.lxx:47:22: note: Function 'ParametersOnS2' argument 2 names different: declaration 'V' definition 'V2'.
occt-V7_3_0/src/Blend/Blend_Point.lxx:94:56: style: Function 'ParametersOnS' argument 1 names different: declaration 'U' definition 'U1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:131:40: note: Function 'ParametersOnS' argument 1 names different: declaration 'U' definition 'U1'.
occt-V7_3_0/src/Blend/Blend_Point.lxx:94:56: note: Function 'ParametersOnS' argument 1 names different: declaration 'U' definition 'U1'.
occt-V7_3_0/src/Blend/Blend_Point.lxx:95:21: style: Function 'ParametersOnS' argument 2 names different: declaration 'V' definition 'V1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:131:58: note: Function 'ParametersOnS' argument 2 names different: declaration 'V' definition 'V1'.
occt-V7_3_0/src/Blend/Blend_Point.lxx:95:21: note: Function 'ParametersOnS' argument 2 names different: declaration 'V' definition 'V1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:24:40: style: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:46:45: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:24:40: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:25:19: style: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:46:64: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:25:19: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:44:40: style: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:49:45: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:44:40: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:45:19: style: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:49:64: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:45:19: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:58:42: style: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:72:48: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:58:42: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:59:21: style: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:72:67: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:59:21: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:90:42: style: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:75:48: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:90:42: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:91:21: style: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:75:67: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:91:21: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:112:40: style: Function 'Blend_Point' argument 1 names different: declaration 'Pts' definition 'Ps'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:52:45: note: Function 'Blend_Point' argument 1 names different: declaration 'Pts' definition 'Ps'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:112:40: note: Function 'Blend_Point' argument 1 names different: declaration 'Pts' definition 'Ps'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:113:19: style: Function 'Blend_Point' argument 2 names different: declaration 'Ptc' definition 'Pc'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:52:64: note: Function 'Blend_Point' argument 2 names different: declaration 'Ptc' definition 'Pc'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:113:19: note: Function 'Blend_Point' argument 2 names different: declaration 'Ptc' definition 'Pc'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:131:40: style: Function 'Blend_Point' argument 1 names different: declaration 'Pts' definition 'Ps'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:55:45: note: Function 'Blend_Point' argument 1 names different: declaration 'Pts' definition 'Ps'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:131:40: note: Function 'Blend_Point' argument 1 names different: declaration 'Pts' definition 'Ps'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:132:19: style: Function 'Blend_Point' argument 2 names different: declaration 'Ptc' definition 'Pc'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:55:64: note: Function 'Blend_Point' argument 2 names different: declaration 'Ptc' definition 'Pc'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:132:19: note: Function 'Blend_Point' argument 2 names different: declaration 'Ptc' definition 'Pc'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:145:42: style: Function 'SetValue' argument 1 names different: declaration 'Pts' definition 'Ps'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:79:48: note: Function 'SetValue' argument 1 names different: declaration 'Pts' definition 'Ps'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:145:42: note: Function 'SetValue' argument 1 names different: declaration 'Pts' definition 'Ps'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:146:21: style: Function 'SetValue' argument 2 names different: declaration 'Ptc' definition 'Pc'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:79:67: note: Function 'SetValue' argument 2 names different: declaration 'Ptc' definition 'Pc'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:146:21: note: Function 'SetValue' argument 2 names different: declaration 'Ptc' definition 'Pc'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:172:42: style: Function 'SetValue' argument 1 names different: declaration 'Pts' definition 'Ps'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:83:48: note: Function 'SetValue' argument 1 names different: declaration 'Pts' definition 'Ps'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:172:42: note: Function 'SetValue' argument 1 names different: declaration 'Pts' definition 'Ps'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:173:21: style: Function 'SetValue' argument 2 names different: declaration 'Ptc' definition 'Pc'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:83:67: note: Function 'SetValue' argument 2 names different: declaration 'Ptc' definition 'Pc'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:173:21: note: Function 'SetValue' argument 2 names different: declaration 'Ptc' definition 'Pc'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:192:40: style: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:59:45: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:192:40: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:193:19: style: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:59:64: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:193:19: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:215:40: style: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:63:45: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:215:40: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:216:19: style: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:63:64: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:216:19: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:231:42: style: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:87:48: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:231:42: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:232:21: style: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:87:67: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:232:21: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:265:42: style: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:91:48: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:265:42: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:266:21: style: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:91:67: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:266:21: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:289:40: style: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:66:45: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:289:40: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:290:19: style: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:66:64: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:290:19: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:312:40: style: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:69:45: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:312:40: note: Function 'Blend_Point' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:313:19: style: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:69:64: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:313:19: note: Function 'Blend_Point' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:329:42: style: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:94:48: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:329:42: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:330:21: style: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:94:67: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:330:21: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:365:42: style: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:97:48: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:365:42: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:366:21: style: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:97:67: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:366:21: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:391:42: style: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:100:48: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:391:42: note: Function 'SetValue' argument 1 names different: declaration 'Pt1' definition 'P1'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:392:21: style: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'. [funcArgNamesDifferent]
occt-V7_3_0/src/Blend/Blend_Point.hxx:100:67: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_Point.cxx:392:21: note: Function 'SetValue' argument 2 names different: declaration 'Pt2' definition 'P2'.
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:60:44: style: The function 'NbVariables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:56:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:60:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:63:44: style: The function 'NbEquations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:59:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:63:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:69:44: style: The function 'Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:65:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:69:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:75:44: style: The function 'Derivatives' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:71:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:75:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:81:44: style: The function 'Values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:77:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:81:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:86:32: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:82:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:86:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:92:32: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:88:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:92:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:97:32: style: The function 'GetTolerance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:93:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:97:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:103:32: style: The function 'GetBounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:99:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:103:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:109:44: style: The function 'IsSolution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:105:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:109:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:113:33: style: The function 'GetMinimalDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:109:41: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:113:33: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:116:33: style: The function 'Pnt1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:112:41: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:116:33: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:119:33: style: The function 'Pnt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:115:41: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:119:33: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:165:44: style: The function 'IsRational' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:118:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:165:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:168:41: style: The function 'GetSectionSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:121:41: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:168:41: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:172:32: style: The function 'GetMinimalWeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:125:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:172:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:176:44: style: The function 'NbIntervals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:129:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:176:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:183:32: style: The function 'Intervals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:138:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:183:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:185:32: style: The function 'GetShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:140:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:185:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:192:32: style: The function 'GetTolerance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:147:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:192:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:194:32: style: The function 'Knots' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:149:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:194:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:196:32: style: The function 'Mults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:151:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:196:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:198:32: style: The function 'Section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:158:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:198:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:203:44: style: The function 'Section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:156:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:203:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:208:44: style: The function 'Section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:163:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_RstRstFunction.hxx:208:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:59:44: style: The function 'NbVariables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:56:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:59:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:62:44: style: The function 'NbEquations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:59:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:62:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:68:44: style: The function 'Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:65:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:68:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:74:44: style: The function 'Derivatives' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:71:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:74:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:80:44: style: The function 'Values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:77:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:80:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:85:32: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:82:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:85:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:91:32: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:88:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:91:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:96:32: style: The function 'GetTolerance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:93:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:96:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:102:32: style: The function 'GetBounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:99:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:102:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:108:44: style: The function 'IsSolution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:105:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:108:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:112:33: style: The function 'GetMinimalDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:109:41: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:112:33: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:115:33: style: The function 'Pnt1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:112:41: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:115:33: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:118:33: style: The function 'Pnt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:115:41: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:118:33: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:159:44: style: The function 'IsRational' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:118:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:159:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:162:41: style: The function 'GetSectionSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:121:41: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:162:41: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:166:32: style: The function 'GetMinimalWeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:125:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:166:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:170:44: style: The function 'NbIntervals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:129:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:170:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:177:32: style: The function 'Intervals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:138:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:177:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:179:32: style: The function 'GetShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:140:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:179:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:186:32: style: The function 'GetTolerance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:147:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:186:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:188:32: style: The function 'Knots' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:149:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:188:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:190:32: style: The function 'Mults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:151:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:190:32: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:195:44: style: The function 'Section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:156:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:195:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:200:44: style: The function 'Section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:163:44: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:200:44: note: Function in derived class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:202:32: style: The function 'Section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
occt-V7_3_0/src/Blend/Blend_AppFunction.hxx:158:32: note: Virtual function in base class
occt-V7_3_0/src/Blend/Blend_SurfRstFunction.hxx:202:32: note: Function in derived class
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:43:56: style: Function 'GetShape' argument 1 names different: declaration 'SectShape' definition 'SShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BlendFunc/BlendFunc.hxx:61:70: note: Function 'GetShape' argument 1 names different: declaration 'SectShape' definition 'SShape'.
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:43:56: note: Function 'GetShape' argument 1 names different: declaration 'SectShape' definition 'SShape'.
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:48:36: style: Function 'GetShape' argument 6 names different: declaration 'TypeConv' definition 'TConv'. [funcArgNamesDifferent]
occt-V7_3_0/src/BlendFunc/BlendFunc.hxx:61:219: note: Function 'GetShape' argument 6 names different: declaration 'TypeConv' definition 'TConv'.
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:48:36: note: Function 'GetShape' argument 6 names different: declaration 'TypeConv' definition 'TConv'.
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:102:64: style: Function 'GetMinimalWeights' argument 1 names different: declaration 'SectShape' definition 'SShape'. [funcArgNamesDifferent]
occt-V7_3_0/src/BlendFunc/BlendFunc.hxx:67:79: note: Function 'GetMinimalWeights' argument 1 names different: declaration 'SectShape' definition 'SShape'.
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:102:64: note: Function 'GetMinimalWeights' argument 1 names different: declaration 'SectShape' definition 'SShape'.
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:104:27: style: Function 'GetMinimalWeights' argument 3 names different: declaration 'AngleMin' definition 'MinAng'. [funcArgNamesDifferent]
occt-V7_3_0/src/BlendFunc/BlendFunc.hxx:67:152: note: Function 'GetMinimalWeights' argument 3 names different: declaration 'AngleMin' definition 'MinAng'.
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:104:27: note: Function 'GetMinimalWeights' argument 3 names different: declaration 'AngleMin' definition 'MinAng'.
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:105:27: style: Function 'GetMinimalWeights' argument 4 names different: declaration 'AngleMax' definition 'MaxAng'. [funcArgNamesDifferent]
occt-V7_3_0/src/BlendFunc/BlendFunc.hxx:67:182: note: Function 'GetMinimalWeights' argument 4 names different: declaration 'AngleMax' definition 'MaxAng'.
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:105:27: note: Function 'GetMinimalWeights' argument 4 names different: declaration 'AngleMax' definition 'MaxAng'.
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:106:29: style: Function 'GetMinimalWeights' argument 5 names different: declaration 'Weigths' definition 'Weights'. [funcArgNamesDifferent]
occt-V7_3_0/src/BlendFunc/BlendFunc.hxx:67:214: note: Function 'GetMinimalWeights' argument 5 names different: declaration 'Weigths' definition 'Weights'.
occt-V7_3_0/src/BlendFunc/BlendFunc.cxx:106:29: note: Function 'GetMinimalWeights' argument 5 names different: declaration 'Weigths' definition 'Weights'.
occt-V7_3_0/src/BlendFunc/BlendFunc_CSCircular.hxx:71:19: style: Class 'BlendFunc_CSCircular' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_CSConstRad.hxx:61:19: style: Class 'BlendFunc_CSConstRad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_ChAsym.cxx:750:3: style: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BlendFunc/BlendFunc_ChAsym.cxx:740:3: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BlendFunc/BlendFunc_ChAsym.cxx:750:3: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BlendFunc/BlendFunc_ChAsym.hxx:58:19: style: Class 'BlendFunc_ChAsym' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_ChAsymInv.hxx:44:19: style: Class 'BlendFunc_ChAsymInv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_Corde.hxx:52:19: style: Class 'BlendFunc_Corde' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_ChamfInv.hxx:44:19: style: Class 'BlendFunc_ChamfInv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_Chamfer.hxx:55:19: style: Class 'BlendFunc_Chamfer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_ConstRad.cxx:838:3: style: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BlendFunc/BlendFunc_ConstRad.cxx:836:0: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BlendFunc/BlendFunc_ConstRad.cxx:838:3: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BlendFunc/BlendFunc_ConstRad.cxx:147:75: style: Function 'ComputeValues' argument 3 names different: declaration 'ByParam' definition 'byParam'. [funcArgNamesDifferent]
occt-V7_3_0/src/BlendFunc/BlendFunc_ConstRad.hxx:191:126: note: Function 'ComputeValues' argument 3 names different: declaration 'ByParam' definition 'byParam'.
occt-V7_3_0/src/BlendFunc/BlendFunc_ConstRad.cxx:147:75: note: Function 'ComputeValues' argument 3 names different: declaration 'ByParam' definition 'byParam'.
occt-V7_3_0/src/BlendFunc/BlendFunc_ConstRad.cxx:66:3: performance: Variable 'tval' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BlendFunc/BlendFunc_ConstRad.hxx:62:19: style: Class 'BlendFunc_ConstRad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_ConstRadInv.hxx:43:19: style: Class 'BlendFunc_ConstRadInv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_EvolRad.cxx:923:3: style: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/BlendFunc/BlendFunc_EvolRad.cxx:921:0: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BlendFunc/BlendFunc_EvolRad.cxx:923:3: note: Variable 'Ok' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/BlendFunc/BlendFunc_EvolRad.cxx:208:33: style: Function 'ComputeValues' argument 3 names different: declaration 'ByParam' definition 'byParam'. [funcArgNamesDifferent]
occt-V7_3_0/src/BlendFunc/BlendFunc_EvolRad.hxx:188:126: note: Function 'ComputeValues' argument 3 names different: declaration 'ByParam' definition 'byParam'.
occt-V7_3_0/src/BlendFunc/BlendFunc_EvolRad.cxx:208:33: note: Function 'ComputeValues' argument 3 names different: declaration 'ByParam' definition 'byParam'.
occt-V7_3_0/src/BlendFunc/BlendFunc_EvolRad.cxx:127:3: performance: Variable 'tval' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/BlendFunc/BlendFunc_EvolRad.hxx:62:19: style: Class 'BlendFunc_EvolRad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_EvolRadInv.hxx:44:19: style: Class 'BlendFunc_EvolRadInv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_Ruled.hxx:57:19: style: Class 'BlendFunc_Ruled' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_RuledInv.hxx:43:19: style: Class 'BlendFunc_RuledInv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BlendFunc/BlendFunc_Tensor.cxx:44:18: style: Function 'Multiply' argument 2 names different: declaration 'Product' definition 'M'. [funcArgNamesDifferent]
occt-V7_3_0/src/BlendFunc/BlendFunc_Tensor.hxx:66:73: note: Function 'Multiply' argument 2 names different: declaration 'Product' definition 'M'.
occt-V7_3_0/src/BlendFunc/BlendFunc_Tensor.cxx:44:18: note: Function 'Multiply' argument 2 names different: declaration 'Product' definition 'M'.
occt-V7_3_0/src/Bnd/Bnd_B2x.lxx:131:51: style: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B2d.hxx:77:39: note: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'.
occt-V7_3_0/src/Bnd/Bnd_B2x.lxx:131:51: note: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'.
occt-V7_3_0/src/Bnd/Bnd_B2x.lxx:150:56: style: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B2d.hxx:98:44: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B2x.lxx:150:56: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B2x.gxx:69:49: style: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B2d.hxx:82:58: note: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B2x.gxx:69:49: note: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B2x.gxx:200:51: style: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B2d.hxx:103:58: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B2x.gxx:200:51: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B2x.lxx:131:51: style: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B2f.hxx:78:39: note: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'.
occt-V7_3_0/src/Bnd/Bnd_B2x.lxx:131:51: note: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'.
occt-V7_3_0/src/Bnd/Bnd_B2x.lxx:150:56: style: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B2f.hxx:99:44: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B2x.lxx:150:56: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B2x.gxx:69:49: style: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B2f.hxx:83:58: note: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B2x.gxx:69:49: note: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B2x.gxx:200:51: style: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B2f.hxx:104:58: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B2x.gxx:200:51: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.lxx:143:51: style: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B3d.hxx:78:39: note: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'.
occt-V7_3_0/src/Bnd/Bnd_B3x.lxx:143:51: note: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'.
occt-V7_3_0/src/Bnd/Bnd_B3x.lxx:164:56: style: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B3d.hxx:102:44: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.lxx:164:56: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.gxx:85:49: style: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B3d.hxx:83:58: note: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.gxx:85:49: note: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.gxx:247:49: style: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B3d.hxx:107:58: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.gxx:247:49: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.lxx:143:51: style: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B3f.hxx:79:39: note: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'.
occt-V7_3_0/src/Bnd/Bnd_B3x.lxx:143:51: note: Function 'Enlarge' argument 1 names different: declaration 'theDiff' definition 'aDiff'.
occt-V7_3_0/src/Bnd/Bnd_B3x.lxx:164:56: style: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B3f.hxx:103:44: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.lxx:164:56: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.gxx:85:49: style: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B3f.hxx:84:58: note: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.gxx:85:49: note: Function 'Limit' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.gxx:247:49: style: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_B3f.hxx:108:58: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_B3x.gxx:247:49: note: Function 'IsOut' argument 1 names different: declaration 'theOtherBox' definition 'theBox'.
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:684:24: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:683:45: note: outer condition: Map->ToTest[l]>=l0
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:684:24: note: identical inner condition: Map->ToTest[l]>=l0
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:523:8: warning: Either the condition 'if(TabBits)' is redundant or there is possible null pointer dereference: Map. [nullPointerRedundantCheck]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:576:7: note: Assuming that condition 'if(TabBits)' is not redundant
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:522:23: note: Assignment 'Map=(BSB_T3Bits*)TabBits', assigned value is 0
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:523:8: note: Null pointer dereference
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:391:24: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:497:24: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:522:23: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:577:11: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:649:21: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:787:21: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:647:3: style: Variable 'touch' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:646:0: note: Variable 'touch' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:647:3: note: Variable 'touch' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:769:70: style: Function 'Compare' argument 1 names different: declaration 'P' definition 'thePlane'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.hxx:100:71: note: Function 'Compare' argument 1 names different: declaration 'P' definition 'thePlane'.
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:769:70: note: Function 'Compare' argument 1 names different: declaration 'P' definition 'thePlane'.
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:683:42: style: Array index 'l' is used before limits check. [arrayIndexThenCheck]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:321:3: performance: Variable 'TabBits' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.hxx:102:24: performance: Technically the member function 'Bnd_BoundSortBox::Dump' can be static. [functionStatic]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:763:24: note: Technically the member function 'Bnd_BoundSortBox::Dump' can be static.
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.hxx:102:24: note: Technically the member function 'Bnd_BoundSortBox::Dump' can be static.
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:156:7: style: Technically the member function 'BSB_T3Bits::Val' can be const. [functionConst]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:159:20: style: Technically the member function 'BSB_T3Bits::NbAxisX' can be const. [functionConst]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:160:20: style: Technically the member function 'BSB_T3Bits::NbAxisY' can be const. [functionConst]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:161:20: style: Technically the member function 'BSB_T3Bits::NbAxisZ' can be const. [functionConst]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:163:27: style: Technically the member function 'BSB_T3Bits::GrilleInteger' can be const. [functionConst]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:175:15: style: Technically the member function 'BSB_T3Bits::IntegerGrille' can be const. [functionConst]
occt-V7_3_0/src/Bnd/Bnd_BoundSortBox.cxx:146:3: style: Class 'BSB_T3Bits' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:72:43: style: Function 'Update' argument 1 names different: declaration 'aXmin' definition 'x'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box.hxx:100:52: note: Function 'Update' argument 1 names different: declaration 'aXmin' definition 'x'.
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:72:43: note: Function 'Update' argument 1 names different: declaration 'aXmin' definition 'x'.
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:73:29: style: Function 'Update' argument 2 names different: declaration 'aYmin' definition 'y'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box.hxx:100:79: note: Function 'Update' argument 2 names different: declaration 'aYmin' definition 'y'.
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:73:29: note: Function 'Update' argument 2 names different: declaration 'aYmin' definition 'y'.
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:74:29: style: Function 'Update' argument 3 names different: declaration 'aZmin' definition 'z'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box.hxx:100:106: note: Function 'Update' argument 3 names different: declaration 'aZmin' definition 'z'.
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:74:29: note: Function 'Update' argument 3 names different: declaration 'aZmin' definition 'z'.
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:75:29: style: Function 'Update' argument 4 names different: declaration 'aXmax' definition 'X'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box.hxx:100:133: note: Function 'Update' argument 4 names different: declaration 'aXmax' definition 'X'.
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:75:29: note: Function 'Update' argument 4 names different: declaration 'aXmax' definition 'X'.
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:76:29: style: Function 'Update' argument 5 names different: declaration 'aYmax' definition 'Y'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box.hxx:100:160: note: Function 'Update' argument 5 names different: declaration 'aYmax' definition 'Y'.
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:76:29: note: Function 'Update' argument 5 names different: declaration 'aYmax' definition 'Y'.
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:77:29: style: Function 'Update' argument 6 names different: declaration 'aZmax' definition 'Z'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box.hxx:100:187: note: Function 'Update' argument 6 names different: declaration 'aZmax' definition 'Z'.
occt-V7_3_0/src/Bnd/Bnd_Box.cxx:77:29: note: Function 'Update' argument 6 names different: declaration 'aZmax' definition 'Z'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:31:45: style: Function 'Update' argument 1 names different: declaration 'aXmin' definition 'x'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box2d.hxx:98:52: note: Function 'Update' argument 1 names different: declaration 'aXmin' definition 'x'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:31:45: note: Function 'Update' argument 1 names different: declaration 'aXmin' definition 'x'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:31:68: style: Function 'Update' argument 2 names different: declaration 'aYmin' definition 'y'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box2d.hxx:98:79: note: Function 'Update' argument 2 names different: declaration 'aYmin' definition 'y'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:31:68: note: Function 'Update' argument 2 names different: declaration 'aYmin' definition 'y'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:32:24: style: Function 'Update' argument 3 names different: declaration 'aXmax' definition 'X'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box2d.hxx:98:106: note: Function 'Update' argument 3 names different: declaration 'aXmax' definition 'X'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:32:24: note: Function 'Update' argument 3 names different: declaration 'aXmax' definition 'X'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:32:47: style: Function 'Update' argument 4 names different: declaration 'aYmax' definition 'Y'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box2d.hxx:98:133: note: Function 'Update' argument 4 names different: declaration 'aYmax' definition 'Y'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:32:47: note: Function 'Update' argument 4 names different: declaration 'aYmax' definition 'Y'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:76:37: style: Function 'Get' argument 1 names different: declaration 'aXmin' definition 'x'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box2d.hxx:124:44: note: Function 'Get' argument 1 names different: declaration 'aXmin' definition 'x'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:76:37: note: Function 'Get' argument 1 names different: declaration 'aXmin' definition 'x'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:76:55: style: Function 'Get' argument 2 names different: declaration 'aYmin' definition 'y'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box2d.hxx:124:66: note: Function 'Get' argument 2 names different: declaration 'aYmin' definition 'y'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:76:55: note: Function 'Get' argument 2 names different: declaration 'aYmin' definition 'y'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:77:23: style: Function 'Get' argument 3 names different: declaration 'aXmax' definition 'Xm'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box2d.hxx:124:88: note: Function 'Get' argument 3 names different: declaration 'aXmax' definition 'Xm'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:77:23: note: Function 'Get' argument 3 names different: declaration 'aXmax' definition 'Xm'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:77:42: style: Function 'Get' argument 4 names different: declaration 'aYmax' definition 'Ym'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Box2d.hxx:124:110: note: Function 'Get' argument 4 names different: declaration 'aYmax' definition 'Ym'.
occt-V7_3_0/src/Bnd/Bnd_Box2d.cxx:77:42: note: Function 'Get' argument 4 names different: declaration 'aYmax' definition 'Ym'.
occt-V7_3_0/src/Bnd/Bnd_OBB.hxx:74:3: style: Class 'Bnd_OBB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/Bnd/Bnd_Sphere.cxx:24:39: style: Function 'Bnd_Sphere' argument 1 names different: declaration 'theCntr' definition 'theCenter'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Sphere.hxx:43:44: note: Function 'Bnd_Sphere' argument 1 names different: declaration 'theCntr' definition 'theCenter'.
occt-V7_3_0/src/Bnd/Bnd_Sphere.cxx:24:39: note: Function 'Bnd_Sphere' argument 1 names different: declaration 'theCntr' definition 'theCenter'.
occt-V7_3_0/src/Bnd/Bnd_Sphere.cxx:24:70: style: Function 'Bnd_Sphere' argument 2 names different: declaration 'theRad' definition 'theRadius'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Sphere.hxx:43:73: note: Function 'Bnd_Sphere' argument 2 names different: declaration 'theRad' definition 'theRadius'.
occt-V7_3_0/src/Bnd/Bnd_Sphere.cxx:24:70: note: Function 'Bnd_Sphere' argument 2 names different: declaration 'theRad' definition 'theRadius'.
occt-V7_3_0/src/Bnd/Bnd_Sphere.cxx:100:51: style: Function 'IsOut' argument 1 names different: declaration 'thePnt' definition 'theXYZ'. [funcArgNamesDifferent]
occt-V7_3_0/src/Bnd/Bnd_Sphere.hxx:85:57: note: Function 'IsOut' argument 1 names different: declaration 'thePnt' definition 'theXYZ'.
occt-V7_3_0/src/Bnd/Bnd_Sphere.cxx:100:51: note: Function 'IsOut' argument 1 names different: declaration 'thePnt' definition 'theXYZ'.
occt-V7_3_0/src/BndLib/BndLib.cxx:414:38: style: Function 'Add' argument 2 names different: declaration 'P1' definition 'U1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib.hxx:87:74: note: Function 'Add' argument 2 names different: declaration 'P1' definition 'U1'.
occt-V7_3_0/src/BndLib/BndLib.cxx:414:38: note: Function 'Add' argument 2 names different: declaration 'P1' definition 'U1'.
occt-V7_3_0/src/BndLib/BndLib.cxx:415:38: style: Function 'Add' argument 3 names different: declaration 'P2' definition 'U2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib.hxx:87:98: note: Function 'Add' argument 3 names different: declaration 'P2' definition 'U2'.
occt-V7_3_0/src/BndLib/BndLib.cxx:415:38: note: Function 'Add' argument 3 names different: declaration 'P2' definition 'U2'.
occt-V7_3_0/src/BndLib/BndLib.cxx:598:38: style: Function 'Add' argument 2 names different: declaration 'P1' definition 'U1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib.hxx:100:75: note: Function 'Add' argument 2 names different: declaration 'P1' definition 'U1'.
occt-V7_3_0/src/BndLib/BndLib.cxx:598:38: note: Function 'Add' argument 2 names different: declaration 'P1' definition 'U1'.
occt-V7_3_0/src/BndLib/BndLib.cxx:599:38: style: Function 'Add' argument 3 names different: declaration 'P2' definition 'U2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib.hxx:100:99: note: Function 'Add' argument 3 names different: declaration 'P2' definition 'U2'.
occt-V7_3_0/src/BndLib/BndLib.cxx:599:38: note: Function 'Add' argument 3 names different: declaration 'P2' definition 'U2'.
occt-V7_3_0/src/BndLib/BndLib.cxx:1251:34: style: Function 'Add' argument 1 names different: declaration 'P' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib.hxx:185:52: note: Function 'Add' argument 1 names different: declaration 'P' definition 'S'.
occt-V7_3_0/src/BndLib/BndLib.cxx:1251:34: note: Function 'Add' argument 1 names different: declaration 'P' definition 'S'.
occt-V7_3_0/src/BndLib/BndLib.cxx:1366:35: style: Function 'Add' argument 1 names different: declaration 'P' definition 'S'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib.hxx:174:52: note: Function 'Add' argument 1 names different: declaration 'P' definition 'S'.
occt-V7_3_0/src/BndLib/BndLib.cxx:1366:35: note: Function 'Add' argument 1 names different: declaration 'P' definition 'S'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1173:54: style: Function 'Add' argument 1 names different: declaration 'C' definition 'aC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.hxx:67:61: note: Function 'Add' argument 1 names different: declaration 'C' definition 'aC'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1173:54: note: Function 'Add' argument 1 names different: declaration 'C' definition 'aC'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1174:29: style: Function 'Add' argument 2 names different: declaration 'Tol' definition 'aTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.hxx:67:84: note: Function 'Add' argument 2 names different: declaration 'Tol' definition 'aTol'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1174:29: note: Function 'Add' argument 2 names different: declaration 'Tol' definition 'aTol'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1175:20: style: Function 'Add' argument 3 names different: declaration 'B' definition 'aBox2D'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.hxx:67:100: note: Function 'Add' argument 3 names different: declaration 'B' definition 'aBox2D'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1175:20: note: Function 'Add' argument 3 names different: declaration 'B' definition 'aBox2D'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1187:54: style: Function 'Add' argument 1 names different: declaration 'C' definition 'aC'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.hxx:97:61: note: Function 'Add' argument 1 names different: declaration 'C' definition 'aC'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1187:54: note: Function 'Add' argument 1 names different: declaration 'C' definition 'aC'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1188:29: style: Function 'Add' argument 2 names different: declaration 'U1' definition 'aU1'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.hxx:97:84: note: Function 'Add' argument 2 names different: declaration 'U1' definition 'aU1'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1188:29: note: Function 'Add' argument 2 names different: declaration 'U1' definition 'aU1'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1189:29: style: Function 'Add' argument 3 names different: declaration 'U2' definition 'aU2'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.hxx:97:108: note: Function 'Add' argument 3 names different: declaration 'U2' definition 'aU2'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1189:29: note: Function 'Add' argument 3 names different: declaration 'U2' definition 'aU2'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1190:29: style: Function 'Add' argument 4 names different: declaration 'Tol' definition 'aTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.hxx:97:132: note: Function 'Add' argument 4 names different: declaration 'Tol' definition 'aTol'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1190:29: note: Function 'Add' argument 4 names different: declaration 'Tol' definition 'aTol'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1191:20: style: Function 'Add' argument 5 names different: declaration 'B' definition 'aBox2D'. [funcArgNamesDifferent]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.hxx:97:148: note: Function 'Add' argument 5 names different: declaration 'B' definition 'aBox2D'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:1191:20: note: Function 'Add' argument 5 names different: declaration 'B' definition 'aBox2D'.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:50:8: performance: Technically the member function 'BndLib_Box2dCurve::SetCurve' can be static. [functionStatic]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:257:25: note: Technically the member function 'BndLib_Box2dCurve::SetCurve' can be static.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:50:8: note: Technically the member function 'BndLib_Box2dCurve::SetCurve' can be static.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:101:20: style: Technically the member function 'BndLib_Box2dCurve::NbSamples' can be const. [functionConst]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:539:37: note: Technically the member function 'BndLib_Box2dCurve::NbSamples' can be const.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:101:20: note: Technically the member function 'BndLib_Box2dCurve::NbSamples' can be const.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:103:17: performance: Technically the member function 'BndLib_Box2dCurve::AdjustExtr' can be static. [functionStatic]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:579:34: note: Technically the member function 'BndLib_Box2dCurve::AdjustExtr' can be static.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:103:17: note: Technically the member function 'BndLib_Box2dCurve::AdjustExtr' can be static.
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:125:3: style: Class 'Curv2dMaxMinCoordMVar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/BndLib/BndLib_Add2dCurve.cxx:180:3: style: Class 'Curv2dMaxMinCoord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/CDF/CDF_DirectoryIterator.hxx:43:19: style: Class 'CDF_DirectoryIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/CDF/CDF_Store.hxx:48:38: performance: Technically the member function 'CDF_Store::Folder' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:68:31: note: Technically the member function 'CDF_Store::Folder' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:48:38: note: Technically the member function 'CDF_Store::Folder' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:51:38: performance: Technically the member function 'CDF_Store::Name' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:77:31: note: Technically the member function 'CDF_Store::Name' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:51:38: note: Technically the member function 'CDF_Store::Name' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:54:36: performance: Technically the member function 'CDF_Store::IsStored' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:173:29: note: Technically the member function 'CDF_Store::IsStored' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:54:36: note: Technically the member function 'CDF_Store::IsStored' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:56:36: performance: Technically the member function 'CDF_Store::IsModified' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:176:29: note: Technically the member function 'CDF_Store::IsModified' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:56:36: note: Technically the member function 'CDF_Store::IsModified' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:58:36: performance: Technically the member function 'CDF_Store::CurrentIsConsistent' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:179:29: note: Technically the member function 'CDF_Store::CurrentIsConsistent' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:58:36: note: Technically the member function 'CDF_Store::CurrentIsConsistent' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:60:36: performance: Technically the member function 'CDF_Store::IsConsistent' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:185:29: note: Technically the member function 'CDF_Store::IsConsistent' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:60:36: note: Technically the member function 'CDF_Store::IsConsistent' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:62:36: performance: Technically the member function 'CDF_Store::HasAPreviousVersion' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:188:29: note: Technically the member function 'CDF_Store::HasAPreviousVersion' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:62:36: note: Technically the member function 'CDF_Store::HasAPreviousVersion' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:64:38: performance: Technically the member function 'CDF_Store::PreviousVersion' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:192:31: note: Technically the member function 'CDF_Store::PreviousVersion' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:64:38: note: Technically the member function 'CDF_Store::PreviousVersion' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:73:36: performance: Technically the member function 'CDF_Store::SetFolder' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:88:30: note: Technically the member function 'CDF_Store::SetFolder' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:73:36: note: Technically the member function 'CDF_Store::SetFolder' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:78:24: performance: Technically the member function 'CDF_Store::SetComment' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:286:17: note: Technically the member function 'CDF_Store::SetComment' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:78:24: note: Technically the member function 'CDF_Store::SetComment' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:80:38: performance: Technically the member function 'CDF_Store::Comment' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:290:31: note: Technically the member function 'CDF_Store::Comment' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:80:38: note: Technically the member function 'CDF_Store::Comment' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:86:36: performance: Technically the member function 'CDF_Store::SetPreviousVersion' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:201:29: note: Technically the member function 'CDF_Store::SetPreviousVersion' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:86:36: note: Technically the member function 'CDF_Store::SetPreviousVersion' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:95:38: performance: Technically the member function 'CDF_Store::MetaDataPath' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:156:31: note: Technically the member function 'CDF_Store::MetaDataPath' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:95:38: note: Technically the member function 'CDF_Store::MetaDataPath' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:98:38: performance: Technically the member function 'CDF_Store::Description' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:162:31: note: Technically the member function 'CDF_Store::Description' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:98:38: note: Technically the member function 'CDF_Store::Description' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:101:24: performance: Technically the member function 'CDF_Store::InitComponent' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:218:17: note: Technically the member function 'CDF_Store::InitComponent' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:101:24: note: Technically the member function 'CDF_Store::InitComponent' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:104:36: performance: Technically the member function 'CDF_Store::MoreComponent' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:222:29: note: Technically the member function 'CDF_Store::MoreComponent' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:104:36: note: Technically the member function 'CDF_Store::MoreComponent' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:108:24: performance: Technically the member function 'CDF_Store::NextComponent' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:226:17: note: Technically the member function 'CDF_Store::NextComponent' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:108:24: note: Technically the member function 'CDF_Store::NextComponent' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:113:38: performance: Technically the member function 'CDF_Store::Component' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:236:31: note: Technically the member function 'CDF_Store::Component' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:113:38: note: Technically the member function 'CDF_Store::Component' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:117:42: performance: Technically the member function 'CDF_Store::SubComponentStatus' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:259:35: note: Technically the member function 'CDF_Store::SubComponentStatus' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:117:42: note: Technically the member function 'CDF_Store::SubComponentStatus' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:131:42: performance: Technically the member function 'CDF_Store::SetName' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:117:35: note: Technically the member function 'CDF_Store::SetName' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:131:42: note: Technically the member function 'CDF_Store::SetName' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:152:24: performance: Technically the member function 'CDF_Store::FindDefault' can be static. [functionStatic]
occt-V7_3_0/src/CDF/CDF_Store.cxx:279:17: note: Technically the member function 'CDF_Store::FindDefault' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:152:24: note: Technically the member function 'CDF_Store::FindDefault' can be static.
occt-V7_3_0/src/CDF/CDF_Store.hxx:45:19: style: Class 'CDF_Store' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/CDF/CDF_StoreList.hxx:45:19: style: Class 'CDF_StoreList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/CDF/CDF_StoreList.cxx:124:5: style: Exception should be caught by reference. [catchExceptionByValue]
occt-V7_3_0/src/CDM/CDM_ReferenceIterator.hxx:38:19: style: Class 'CDM_ReferenceIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/CDM/CDM_Document.cxx:1097:74: performance: Function parameter 'aFormat' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/CDM/CDM_Document.cxx:1098:74: performance: Function parameter 'anItem' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/CDM/CDM_MetaData.cxx:44:15: warning: Member variable 'CDM_MetaData::myDocument' is not initialized in the constructor. [uninitMemberVarPrivate]
occt-V7_3_0/src/CDM/CDM_Reference.hxx:68:19: style: Class 'CDM_Reference' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/CPnts/CPnts_AbscissaPoint.cxx:46:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/CPnts/CPnts_AbscissaPoint.cxx:54:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/CPnts/CPnts_UniformDeflection.cxx:56:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/CPnts/CPnts_UniformDeflection.cxx:63:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/CPnts/CPnts_UniformDeflection.cxx:70:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/CPnts/CPnts_UniformDeflection.cxx:78:4: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/CPnts/CPnts_UniformDeflection.cxx:236:3: performance: Variable 'myDone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/CSLib/CSLib.cxx:85:18: style: Function 'Normal' argument 5 names different: declaration 'D2UV' definition 'DUV'. [funcArgNamesDifferent]
occt-V7_3_0/src/CSLib/CSLib.hxx:90:129: note: Function 'Normal' argument 5 names different: declaration 'D2UV' definition 'DUV'.
occt-V7_3_0/src/CSLib/CSLib.cxx:85:18: note: Function 'Normal' argument 5 names different: declaration 'D2UV' definition 'DUV'.
occt-V7_3_0/src/CSLib/CSLib.cxx:87:24: style: Function 'Normal' argument 7 names different: declaration 'Done' definition 'CSLib_Done'. [funcArgNamesDifferent]
occt-V7_3_0/src/CSLib/CSLib.hxx:90:181: note: Function 'Normal' argument 7 names different: declaration 'Done' definition 'CSLib_Done'.
occt-V7_3_0/src/CSLib/CSLib.cxx:87:24: note: Function 'Normal' argument 7 names different: declaration 'Done' definition 'CSLib_Done'.
occt-V7_3_0/src/CSLib/CSLib.cxx:182:40: style: Function 'Normal' argument 3 names different: declaration 'MagTol' definition 'SinTol'. [funcArgNamesDifferent]
occt-V7_3_0/src/CSLib/CSLib.hxx:102:126: note: Function 'Normal' argument 3 names different: declaration 'MagTol' definition 'SinTol'.
occt-V7_3_0/src/CSLib/CSLib.cxx:182:40: note: Function 'Normal' argument 3 names different: declaration 'MagTol' definition 'SinTol'.
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:32:58: style: Function 'CSLib_Class2d' argument 1 names different: declaration 'TP' definition 'TP2d'. [funcArgNamesDifferent]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:41:61: note: Function 'CSLib_Class2d' argument 1 names different: declaration 'TP' definition 'TP2d'.
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:32:58: note: Function 'CSLib_Class2d' argument 1 names different: declaration 'TP' definition 'TP2d'.
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:186:68: style: Function 'InternalSiDans' argument 1 names different: declaration 'X' definition 'Px'. [funcArgNamesDifferent]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:47:72: note: Function 'InternalSiDans' argument 1 names different: declaration 'X' definition 'Px'.
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:186:68: note: Function 'InternalSiDans' argument 1 names different: declaration 'X' definition 'Px'.
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:187:33: style: Function 'InternalSiDans' argument 2 names different: declaration 'Y' definition 'Py'. [funcArgNamesDifferent]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:47:95: note: Function 'InternalSiDans' argument 2 names different: declaration 'Y' definition 'Py'.
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:187:33: note: Function 'InternalSiDans' argument 2 names different: declaration 'Y' definition 'Py'.
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:229:72: style: Function 'InternalSiDansOuOn' argument 1 names different: declaration 'X' definition 'Px'. [funcArgNamesDifferent]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:49:76: note: Function 'InternalSiDansOuOn' argument 1 names different: declaration 'X' definition 'Px'.
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:229:72: note: Function 'InternalSiDansOuOn' argument 1 names different: declaration 'X' definition 'Px'.
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:230:30: style: Function 'InternalSiDansOuOn' argument 2 names different: declaration 'Y' definition 'Py'. [funcArgNamesDifferent]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:49:99: note: Function 'InternalSiDansOuOn' argument 2 names different: declaration 'Y' definition 'Py'.
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:230:30: note: Function 'InternalSiDansOuOn' argument 2 names different: declaration 'Y' definition 'Py'.
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:52:22: warning: Member variable 'CSLib_Class2d::MyPnts2dX' is not assigned a value in 'CSLib_Class2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:52:22: warning: Member variable 'CSLib_Class2d::MyPnts2dY' is not assigned a value in 'CSLib_Class2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:52:22: warning: Member variable 'CSLib_Class2d::Tolu' is not assigned a value in 'CSLib_Class2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:52:22: warning: Member variable 'CSLib_Class2d::Tolv' is not assigned a value in 'CSLib_Class2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:52:22: warning: Member variable 'CSLib_Class2d::N' is not assigned a value in 'CSLib_Class2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:52:22: warning: Member variable 'CSLib_Class2d::Umin' is not assigned a value in 'CSLib_Class2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:52:22: warning: Member variable 'CSLib_Class2d::Vmin' is not assigned a value in 'CSLib_Class2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:52:22: warning: Member variable 'CSLib_Class2d::Umax' is not assigned a value in 'CSLib_Class2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:52:22: warning: Member variable 'CSLib_Class2d::Vmax' is not assigned a value in 'CSLib_Class2d::operator='. [operatorEqVarError]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:52:1: style: 'CSLib_Class2d::operator=' should return 'CSLib_Class2d &'. [operatorEq]
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:40:3: performance: Variable 'Umin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:41:3: performance: Variable 'Vmin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:42:3: performance: Variable 'Umax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:43:3: performance: Variable 'Vmax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:51:40: performance: Technically the member function 'CSLib_Class2d::Copy' can be static. [functionStatic]
occt-V7_3_0/src/CSLib/CSLib_Class2d.cxx:302:37: note: Technically the member function 'CSLib_Class2d::Copy' can be static.
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:51:40: note: Technically the member function 'CSLib_Class2d::Copy' can be static.
occt-V7_3_0/src/CSLib/CSLib_Class2d.hxx:34:1: warning: The class 'CSLib_Class2d' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
occt-V7_3_0/src/CSLib/CSLib_NormalPolyDef.cxx:27:3: performance: Variable 'myK0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx:518:62: style: Function 'Result' argument 1 names different: declaration 'e1' definition 'theE1'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.hxx:59:58: note: Function 'Result' argument 1 names different: declaration 'e1' definition 'theE1'.
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx:518:62: note: Function 'Result' argument 1 names different: declaration 'e1' definition 'theE1'.
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx:518:82: style: Function 'Result' argument 2 names different: declaration 'e2' definition 'theE2'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.hxx:59:75: note: Function 'Result' argument 2 names different: declaration 'e2' definition 'theE2'.
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx:518:82: note: Function 'Result' argument 2 names different: declaration 'e2' definition 'theE2'.
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx:931:58: style: Function 'Cut' argument 1 names different: declaration 'plane' definition 'thePlane'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.hxx:100:38: note: Function 'Cut' argument 1 names different: declaration 'plane' definition 'thePlane'.
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx:931:58: note: Function 'Cut' argument 1 names different: declaration 'plane' definition 'thePlane'.
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx:931:81: style: Function 'Cut' argument 2 names different: declaration 'e1' definition 'theE1'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.hxx:100:58: note: Function 'Cut' argument 2 names different: declaration 'e1' definition 'theE1'.
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx:931:81: note: Function 'Cut' argument 2 names different: declaration 'e1' definition 'theE1'.
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx:931:101: style: Function 'Cut' argument 3 names different: declaration 'e2' definition 'theE2'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.hxx:100:75: note: Function 'Cut' argument 3 names different: declaration 'e2' definition 'theE2'.
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx:931:101: note: Function 'Cut' argument 3 names different: declaration 'e2' definition 'theE2'.
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.hxx:59:38: style: Technically the member function 'ChFi2d_AnaFilletAlgo::Result' can be const. [functionConst]
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx:518:42: note: Technically the member function 'ChFi2d_AnaFilletAlgo::Result' can be const.
occt-V7_3_0/src/ChFi2d/ChFi2d_AnaFilletAlgo.hxx:59:38: note: Technically the member function 'ChFi2d_AnaFilletAlgo::Result' can be const.
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder.cxx:73:18: warning: Member variable 'ChFi2d_Builder::status' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder.hxx:200:31: performance: Technically the member function 'ChFi2d_Builder::BuildNewEdge' can be static. [functionStatic]
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder.cxx:558:29: note: Technically the member function 'ChFi2d_Builder::BuildNewEdge' can be static.
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder.hxx:200:31: note: Technically the member function 'ChFi2d_Builder::BuildNewEdge' can be static.
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder.hxx:205:31: performance: Technically the member function 'ChFi2d_Builder::BuildNewEdge' can be static. [functionStatic]
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder.cxx:587:29: note: Technically the member function 'ChFi2d_Builder::BuildNewEdge' can be static.
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder.hxx:205:31: note: Technically the member function 'ChFi2d_Builder::BuildNewEdge' can be static.
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder.hxx:53:19: style: Class 'ChFi2d_Builder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder_0.cxx:531:67: warning: Function 'BuildChamferEdge' argument order different: declaration 'V, AdjEdge2, D, Ang, AdjEdge1, NewExtr1, NewExtr2' definition 'V, AdjEdge1, D, Ang, AdjEdge2, NewExtr1, NewExtr2' [funcArgOrderDifferent]
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder.hxx:190:70: note: Function 'BuildChamferEdge' argument order different: declaration 'V, AdjEdge2, D, Ang, AdjEdge1, NewExtr1, NewExtr2' definition 'V, AdjEdge1, D, Ang, AdjEdge2, NewExtr1, NewExtr2'
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder_0.cxx:531:67: note: Function 'BuildChamferEdge' argument order different: declaration 'V, AdjEdge2, D, Ang, AdjEdge1, NewExtr1, NewExtr2' definition 'V, AdjEdge1, D, Ang, AdjEdge2, NewExtr1, NewExtr2'
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder_0.cxx:621:27: style: Function 'ComputePoint' argument 3 names different: declaration 'D1' definition 'D'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder_0.cxx:62:27: note: Function 'ComputePoint' argument 3 names different: declaration 'D1' definition 'D'.
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder_0.cxx:621:27: note: Function 'ComputePoint' argument 3 names different: declaration 'D1' definition 'D'.
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder_0.cxx:621:45: style: Function 'ComputePoint' argument 4 names different: declaration 'Param1' definition 'Param'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder_0.cxx:62:46: note: Function 'ComputePoint' argument 4 names different: declaration 'Param1' definition 'Param'.
occt-V7_3_0/src/ChFi2d/ChFi2d_Builder_0.cxx:621:45: note: Function 'ComputePoint' argument 4 names different: declaration 'Param1' definition 'Param'.
occt-V7_3_0/src/ChFi2d/ChFi2d_ChamferAPI.hxx:32:19: style: Class 'ChFi2d_ChamferAPI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/ChFi2d/ChFi2d_FilletAlgo.hxx:176:17: style: Technically the member function 'FilletPoint::getParam2' can be const. [functionConst]
occt-V7_3_0/src/ChFi2d/ChFi2d_FilletAlgo.hxx:181:18: style: Technically the member function 'FilletPoint::getCenter' can be const. [functionConst]
occt-V7_3_0/src/ChFi2d/ChFi2d_FilletAPI.hxx:90:20: performance: Technically the member function 'ChFi2d_FilletAPI::IsAnalytical' can be static. [functionStatic]
occt-V7_3_0/src/ChFi2d/ChFi2d_FilletAPI.cxx:107:36: note: Technically the member function 'ChFi2d_FilletAPI::IsAnalytical' can be static.
occt-V7_3_0/src/ChFi2d/ChFi2d_FilletAPI.hxx:90:20: note: Technically the member function 'ChFi2d_FilletAPI::IsAnalytical' can be static.
occt-V7_3_0/src/ChFi2d/ChFi2d_FilletAlgo.hxx:149:3: style: Class 'FilletPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/ChFi3d/ChFi3d.cxx:221:31: style: Function 'NextSide' argument 5 names different: declaration 'ChoixSauv' definition 'ChoixSave'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d.hxx:58:194: note: Function 'NextSide' argument 5 names different: declaration 'ChoixSauv' definition 'ChoixSave'.
occt-V7_3_0/src/ChFi3d/ChFi3d.cxx:221:31: note: Function 'NextSide' argument 5 names different: declaration 'ChoixSauv' definition 'ChoixSave'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:457:5: style: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:456:5: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:457:5: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:567:23: style: Function 'ChFi3d_BoundFac' argument 2 names different: declaration 'umin' definition 'uumin'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.hxx:142:29: note: Function 'ChFi3d_BoundFac' argument 2 names different: declaration 'umin' definition 'uumin'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:567:23: note: Function 'ChFi3d_BoundFac' argument 2 names different: declaration 'umin' definition 'uumin'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:568:23: style: Function 'ChFi3d_BoundFac' argument 3 names different: declaration 'umax' definition 'uumax'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.hxx:143:29: note: Function 'ChFi3d_BoundFac' argument 3 names different: declaration 'umax' definition 'uumax'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:568:23: note: Function 'ChFi3d_BoundFac' argument 3 names different: declaration 'umax' definition 'uumax'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:569:23: style: Function 'ChFi3d_BoundFac' argument 4 names different: declaration 'vmin' definition 'vvmin'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.hxx:144:29: note: Function 'ChFi3d_BoundFac' argument 4 names different: declaration 'vmin' definition 'vvmin'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:569:23: note: Function 'ChFi3d_BoundFac' argument 4 names different: declaration 'vmin' definition 'vvmin'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:570:23: style: Function 'ChFi3d_BoundFac' argument 5 names different: declaration 'vmax' definition 'vvmax'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.hxx:145:29: note: Function 'ChFi3d_BoundFac' argument 5 names different: declaration 'vmax' definition 'vvmax'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:570:23: note: Function 'ChFi3d_BoundFac' argument 5 names different: declaration 'vmax' definition 'vvmax'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:581:23: style: Function 'ChFi3d_BoundSrf' argument 2 names different: declaration 'umin' definition 'uumin'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.hxx:149:29: note: Function 'ChFi3d_BoundSrf' argument 2 names different: declaration 'umin' definition 'uumin'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:581:23: note: Function 'ChFi3d_BoundSrf' argument 2 names different: declaration 'umin' definition 'uumin'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:582:23: style: Function 'ChFi3d_BoundSrf' argument 3 names different: declaration 'umax' definition 'uumax'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.hxx:150:29: note: Function 'ChFi3d_BoundSrf' argument 3 names different: declaration 'umax' definition 'uumax'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:582:23: note: Function 'ChFi3d_BoundSrf' argument 3 names different: declaration 'umax' definition 'uumax'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:583:23: style: Function 'ChFi3d_BoundSrf' argument 4 names different: declaration 'vmin' definition 'vvmin'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.hxx:151:29: note: Function 'ChFi3d_BoundSrf' argument 4 names different: declaration 'vmin' definition 'vvmin'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:583:23: note: Function 'ChFi3d_BoundSrf' argument 4 names different: declaration 'vmin' definition 'vvmin'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:584:23: style: Function 'ChFi3d_BoundSrf' argument 5 names different: declaration 'vmax' definition 'vvmax'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.hxx:152:29: note: Function 'ChFi3d_BoundSrf' argument 5 names different: declaration 'vmax' definition 'vvmax'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_0.cxx:584:23: note: Function 'ChFi3d_BoundSrf' argument 5 names different: declaration 'vmax' definition 'vvmax'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_2.cxx:255:18: style: Redundant condition: issame. '!issame || (issame && isreallyclosed)' is equivalent to '!issame || isreallyclosed' [redundantCondition]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_2.cxx:1354:7: style: Variable 'FindFace' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_2.cxx:1348:0: note: Variable 'FindFace' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_2.cxx:1354:7: note: Variable 'FindFace' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder.hxx:289:36: performance: Technically the member function 'ChFi3d_Builder::StoreData' can be static. [functionStatic]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_6.cxx:646:34: note: Technically the member function 'ChFi3d_Builder::StoreData' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder.hxx:289:36: note: Technically the member function 'ChFi3d_Builder::StoreData' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_6.cxx:354:30: performance: Function parameter 'F1' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_6.cxx:355:30: performance: Function parameter 'F2' should be passed by const reference. [passedByValue]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_C1.cxx:2291:18: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_C1.cxx:2289:21: note: outer condition: !prolface[nb-1]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_C1.cxx:2291:18: note: opposite inner condition: prolface[nb-1]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_C1.cxx:561:34: style: Function 'PerformOneCorner' argument 2 names different: declaration 'PrepareOnSame' definition 'thePrepareOnSame'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder.hxx:329:95: note: Function 'PerformOneCorner' argument 2 names different: declaration 'PrepareOnSame' definition 'thePrepareOnSame'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_C1.cxx:561:34: note: Function 'PerformOneCorner' argument 2 names different: declaration 'PrepareOnSame' definition 'thePrepareOnSame'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2253:4: style: Variable 'PI1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2251:0: note: Variable 'PI1' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2253:4: note: Variable 'PI1' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2254:4: style: Variable 'PI2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2251:0: note: Variable 'PI2' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:2254:4: note: Variable 'PI2' is reassigned a value before the old one has been used if variable is no semaphore variable.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:1006:69: style: Function 'PerformMoreThreeCorner' argument 1 names different: declaration 'Index' definition 'Jndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder.hxx:260:71: note: Function 'PerformMoreThreeCorner' argument 1 names different: declaration 'Index' definition 'Jndex'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:1006:69: note: Function 'PerformMoreThreeCorner' argument 1 names different: declaration 'Index' definition 'Jndex'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:1007:69: style: Function 'PerformMoreThreeCorner' argument 2 names different: declaration 'nbcourb' definition 'nconges'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder.hxx:260:101: note: Function 'PerformMoreThreeCorner' argument 2 names different: declaration 'nbcourb' definition 'nconges'.
occt-V7_3_0/src/ChFi3d/ChFi3d_Builder_CnCrn.cxx:1007:69: note: Function 'PerformMoreThreeCorner' argument 2 names different: declaration 'nbcourb' definition 'nconges'.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:455:33: style: Function 'Dists' argument 2 names different: declaration 'Dis1' definition 'dis1'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:99:73: note: Function 'Dists' argument 2 names different: declaration 'Dis1' definition 'dis1'.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:455:33: note: Function 'Dists' argument 2 names different: declaration 'Dis1' definition 'dis1'.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:456:33: style: Function 'Dists' argument 3 names different: declaration 'Dis2' definition 'dis2'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:99:94: note: Function 'Dists' argument 3 names different: declaration 'Dis2' definition 'dis2'.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:456:33: note: Function 'Dists' argument 3 names different: declaration 'Dis2' definition 'dis2'.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:474:51: style: Function 'AddDA' argument 1 names different: declaration 'Dis' definition 'Dis1'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:105:51: note: Function 'AddDA' argument 1 names different: declaration 'Dis' definition 'Dis1'.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:474:51: note: Function 'AddDA' argument 1 names different: declaration 'Dis' definition 'Dis1'.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:198:24: style: Unused private function: 'ChFi3d_ChBuilder::ConexFaces' [unusedPrivateFunction]
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:83:24: performance: Technically the member function 'ChFi3d_ChBuilder::GetDist' can be static. [functionStatic]
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:315:24: note: Technically the member function 'ChFi3d_ChBuilder::GetDist' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:83:24: note: Technically the member function 'ChFi3d_ChBuilder::GetDist' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:99:24: performance: Technically the member function 'ChFi3d_ChBuilder::Dists' can be static. [functionStatic]
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:454:24: note: Technically the member function 'ChFi3d_ChBuilder::Dists' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:99:24: note: Technically the member function 'ChFi3d_ChBuilder::Dists' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:115:24: performance: Technically the member function 'ChFi3d_ChBuilder::GetDistAngle' can be static. [functionStatic]
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:603:24: note: Technically the member function 'ChFi3d_ChBuilder::GetDistAngle' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:115:24: note: Technically the member function 'ChFi3d_ChBuilder::GetDistAngle' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:118:38: performance: Technically the member function 'ChFi3d_ChBuilder::IsChamfer' can be static. [functionStatic]
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:617:38: note: Technically the member function 'ChFi3d_ChBuilder::IsChamfer' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:118:38: note: Technically the member function 'ChFi3d_ChBuilder::IsChamfer' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:121:24: style: Technically the member function 'ChFi3d_ChBuilder::ResetContour' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:632:25: note: Technically the member function 'ChFi3d_ChBuilder::ResetContour' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:121:24: note: Technically the member function 'ChFi3d_ChBuilder::ResetContour' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:155:36: performance: Technically the member function 'ChFi3d_ChBuilder::FindChoiceDistAngle' can be static. [functionStatic]
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.cxx:2242:36: note: Technically the member function 'ChFi3d_ChBuilder::FindChoiceDistAngle' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_ChBuilder.hxx:155:36: note: Technically the member function 'ChFi3d_ChBuilder::FindChoiceDistAngle' can be static.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:1900:16: style: Condition 'Sens==1' is always true [knownConditionTrueFalse]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:1899:44: note: Assuming that condition 'Sens==1' is not redundant
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:1900:16: note: Condition 'Sens==1' is always true
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:398:35: style: Function 'GetBounds' argument 3 names different: declaration 'First' definition 'F'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:114:111: note: Function 'GetBounds' argument 3 names different: declaration 'First' definition 'F'.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:398:35: note: Function 'GetBounds' argument 3 names different: declaration 'First' definition 'F'.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:399:35: style: Function 'GetBounds' argument 4 names different: declaration 'Last' definition 'L'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:114:133: note: Function 'GetBounds' argument 4 names different: declaration 'Last' definition 'L'.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:399:35: note: Function 'GetBounds' argument 4 names different: declaration 'Last' definition 'L'.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:76:24: style: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:237:26: note: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:76:24: note: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:79:36: style: Technically the member function 'ChFi3d_FilBuilder::IsConstant' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:252:37: note: Technically the member function 'ChFi3d_FilBuilder::IsConstant' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:79:36: note: Technically the member function 'ChFi3d_FilBuilder::IsConstant' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:83:33: style: Technically the member function 'ChFi3d_FilBuilder::Radius' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:266:34: note: Technically the member function 'ChFi3d_FilBuilder::Radius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:83:33: note: Technically the member function 'ChFi3d_FilBuilder::Radius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:86:24: style: Technically the member function 'ChFi3d_FilBuilder::ResetContour' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:280:26: note: Technically the member function 'ChFi3d_FilBuilder::ResetContour' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:86:24: note: Technically the member function 'ChFi3d_FilBuilder::ResetContour' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:90:24: style: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:293:26: note: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:90:24: note: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:93:24: style: Technically the member function 'ChFi3d_FilBuilder::UnSet' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:308:26: note: Technically the member function 'ChFi3d_FilBuilder::UnSet' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:93:24: note: Technically the member function 'ChFi3d_FilBuilder::UnSet' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:96:24: style: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:322:26: note: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:96:24: note: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:99:24: style: Technically the member function 'ChFi3d_FilBuilder::UnSet' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:337:26: note: Technically the member function 'ChFi3d_FilBuilder::UnSet' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:99:24: note: Technically the member function 'ChFi3d_FilBuilder::UnSet' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:103:24: style: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:351:26: note: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:103:24: note: Technically the member function 'ChFi3d_FilBuilder::SetRadius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:106:36: style: Technically the member function 'ChFi3d_FilBuilder::IsConstant' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:366:37: note: Technically the member function 'ChFi3d_FilBuilder::IsConstant' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:106:36: note: Technically the member function 'ChFi3d_FilBuilder::IsConstant' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:109:33: style: Technically the member function 'ChFi3d_FilBuilder::Radius' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:381:34: note: Technically the member function 'ChFi3d_FilBuilder::Radius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:109:33: note: Technically the member function 'ChFi3d_FilBuilder::Radius' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:114:36: style: Technically the member function 'ChFi3d_FilBuilder::GetBounds' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:396:37: note: Technically the member function 'ChFi3d_FilBuilder::GetBounds' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:114:36: note: Technically the member function 'ChFi3d_FilBuilder::GetBounds' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:123:24: style: Technically the member function 'ChFi3d_FilBuilder::SetLaw' can be const. [functionConst]
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.cxx:432:25: note: Technically the member function 'ChFi3d_FilBuilder::SetLaw' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_FilBuilder.hxx:123:24: note: Technically the member function 'ChFi3d_FilBuilder::SetLaw' can be const.
occt-V7_3_0/src/ChFi3d/ChFi3d_SearchSing.hxx:39:19: style: Class 'ChFi3d_SearchSing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/ChFiDS/ChFiDS_ChamfSpine.cxx:28:20: warning: Member variable 'ChFiDS_ChamfSpine::mChamf' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/ChFiDS/ChFiDS_ChamfSpine.cxx:30:20: warning: Member variable 'ChFiDS_ChamfSpine::mChamf' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/ChFiDS/ChFiDS_HElSpine.hxx:46:19: style: Class 'ChFiDS_HElSpine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.hxx:81:19: style: Class 'ChFiDS_Spine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/ChFiDS/ChFiDS_ChamfSpine.hxx:42:19: style: Class 'ChFiDS_ChamfSpine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/ChFiDS/ChFiDS_SurfData.lxx:53:67: style: Function 'SetIndexOfC1' argument 1 names different: declaration 'Index' definition 'theIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFiDS/ChFiDS_SurfData.hxx:86:47: note: Function 'SetIndexOfC1' argument 1 names different: declaration 'Index' definition 'theIndex'.
occt-V7_3_0/src/ChFiDS/ChFiDS_SurfData.lxx:53:67: note: Function 'SetIndexOfC1' argument 1 names different: declaration 'Index' definition 'theIndex'.
occt-V7_3_0/src/ChFiDS/ChFiDS_SurfData.lxx:95:67: style: Function 'SetIndexOfC2' argument 1 names different: declaration 'Index' definition 'theIndex'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFiDS/ChFiDS_SurfData.hxx:88:47: note: Function 'SetIndexOfC2' argument 1 names different: declaration 'Index' definition 'theIndex'.
occt-V7_3_0/src/ChFiDS/ChFiDS_SurfData.lxx:95:67: note: Function 'SetIndexOfC2' argument 1 names different: declaration 'Index' definition 'theIndex'.
occt-V7_3_0/src/ChFiDS/ChFiDS_ElSpine.cxx:44:3: performance: Variable 'pfirstsav' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
occt-V7_3_0/src/ChFiDS/ChFiDS_FilSpine.hxx:50:19: style: Class 'ChFiDS_FilSpine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:544:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:545:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:587:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:588:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:693:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:694:6: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:745:8: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:746:8: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:796:8: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:797:8: style: C-style pointer casting [cstyleCast]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:619:26: style: Function 'Prepare' argument 2 names different: declaration 'Index' definition 'Ind'. [funcArgNamesDifferent]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.hxx:245:69: note: Function 'Prepare' argument 2 names different: declaration 'Index' definition 'Ind'.
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:619:26: note: Function 'Prepare' argument 2 names different: declaration 'Index' definition 'Ind'.
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:43:15: warning: Member variable 'ChFiDS_Spine::firstState' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:43:15: warning: Member variable 'ChFiDS_Spine::lastState' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:43:15: warning: Member variable 'ChFiDS_Spine::errorstate' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:56:15: warning: Member variable 'ChFiDS_Spine::firstState' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:56:15: warning: Member variable 'ChFiDS_Spine::lastState' is not initialized in the constructor. [uninitMemberVar]
occt-V7_3_0/src/ChFiDS/ChFiDS_Spine.cxx:56:15: warning: Member variable 'ChFiDS_Spine::errorstate' is not initialized in the constructor. [uninitMemberVar]
[12:40]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/o/opencaster/opencaster_3.2.2+dfsg.orig.tar.gz
opencaster-3.2.2/tools/dsmcc-receive/biop.c:230:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opencaster-3.2.2/tools/dsmcc-receive/biop.c:43:17: style: The scope of the variable 'subhdr' can be reduced. [variableScope]
opencaster-3.2.2/tools/dsmcc-receive/biop.c:164:10: style: The scope of the variable 'nnames' can be reduced. [variableScope]
opencaster-3.2.2/tools/dsmcc-receive/biop.c:168:10: style: The scope of the variable 'type' can be reduced. [variableScope]
opencaster-3.2.2/tools/dsmcc-receive/biop.c:171:11: style: The scope of the variable 'pid' can be reduced. [variableScope]
opencaster-3.2.2/tools/dsmcc-receive/biop.c:252:11: style: The scope of the variable 'tag' can be reduced. [variableScope]
opencaster-3.2.2/tools/dsmcc-receive/carousel.c:61:30: style: The scope of the variable 'dsmcc' can be reduced. [variableScope]
opencaster-3.2.2/tools/dsmcc-receive/carousel.c:229:19: style: Variable 'elementary_pid' is assigned a value that is never used. [unreadVariable]
opencaster-3.2.2/tools/dsmcc-receive/dsmcc.c:73:20: style: The scope of the variable 'mod' can be reduced. [variableScope]
opencaster-3.2.2/tools/dsmcc-receive/module.c:55:36: style: Condition 'car->modules[i].version!=version' is always true [knownConditionTrueFalse]
opencaster-3.2.2/tools/dsmcc-receive/util.c:161:4: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
opencaster-3.2.2/tools/dsmcc-receive/util.c:196:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
opencaster-3.2.2/tools/dsmcc-receive/util.c:212:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
opencaster-3.2.2/tools/dsmcc-receive/util.c:40:22: style: Function 'set_verbose' argument 1 names different: declaration 'verbose' definition 'level'. [funcArgNamesDifferent]
opencaster-3.2.2/tools/dsmcc-receive/utils.h:35:22: note: Function 'set_verbose' argument 1 names different: declaration 'verbose' definition 'level'.
opencaster-3.2.2/tools/dsmcc-receive/util.c:40:22: note: Function 'set_verbose' argument 1 names different: declaration 'verbose' definition 'level'.
opencaster-3.2.2/tools/eitsecactualtoanother/eitsecactualtoanother.c:82:17: style: The scope of the variable 'a_section' can be reduced. [variableScope]
opencaster-3.2.2/tools/eitsecactualtoanother/eitsecactualtoanother.c:84:15: style: The scope of the variable 'crc' can be reduced. [variableScope]
opencaster-3.2.2/tools/eitsecactualtoanother/eitsecactualtoanother.c:100:22: style: Checking if unsigned variable 'a_section_size' is less than zero. [unsignedLessThanZero]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:146:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:146:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:146:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:148:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:148:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:148:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:152:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:152:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:152:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:154:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:154:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:154:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:91:17: style: The scope of the variable 'a_section' can be reduced. [variableScope]
opencaster-3.2.2/tools/eitsecfilter/eitsecfilter.c:130:22: style: Checking if unsigned variable 'a_section_size' is less than zero. [unsignedLessThanZero]
opencaster-3.2.2/tools/eitsecmapper/eitsecmapper.c:88:17: style: The scope of the variable 'a_section' can be reduced. [variableScope]
opencaster-3.2.2/tools/eitsecmapper/eitsecmapper.c:131:22: style: Checking if unsigned variable 'a_section_size' is less than zero. [unsignedLessThanZero]
opencaster-3.2.2/tools/esaudio2pes/esaudio2pes.c:76:21: style: Checking if unsigned variable 'es_frame_size' is less than zero. [unsignedLessThanZero]
opencaster-3.2.2/tools/esaudio2pes/esaudio2pes.c:153:2: style: Variable 'bframe' is assigned a value that is never used. [unreadVariable]
opencaster-3.2.2/tools/esaudio2pes/esaudio2pes.c:163:2: style: Variable 'iseac3' is assigned a value that is never used. [unreadVariable]
opencaster-3.2.2/tools/esaudio2pes/esaudio2pes.c:78:4: error: Resource leak: file_es [resourceLeak]
opencaster-3.2.2/tools/esaudio2pes/esaudio2pes.c:89:4: error: Resource leak: file_es [resourceLeak]
opencaster-3.2.2/tools/esaudio2pes/esaudio2pes.c:116:3: error: Memory leak: es_frame [memleak]
opencaster-3.2.2/tools/esaudio2pes/esaudio2pes.c:219:0: error: Memory leak: es_frame [memleak]
opencaster-3.2.2/tools/esaudioinfo/esaudioinfo.c:372:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/esaudioinfo/esaudioinfo.c:432:4: style: Variable 'byte_read' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/esaudioinfo/esaudioinfo.c:415:4: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/esaudioinfo/esaudioinfo.c:432:4: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/esaudioinfo/esaudioinfo.c:444:0: error: Resource leak: file_es [resourceLeak]
opencaster-3.2.2/tools/esvideompeg2info/esvideompeg2info.c:327:0: error: Resource leak: file_es [resourceLeak]
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:171:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:284:9: style: Variable 'byte_read' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:279:9: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:284:9: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:94:6: style: The scope of the variable 'bitrate' can be reduced. [variableScope]
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:168:18: style: Checking if unsigned variable 'pts_step' is less than zero. [unsignedLessThanZero]
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:154:2: style: Variable 'read_fps' is assigned a value that is never used. [unreadVariable]
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:153:2: style: Variable 'skip_next_header' is assigned a value that is never used. [unreadVariable]
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:152:2: style: Variable 'firstframe' is assigned a value that is never used. [unreadVariable]
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:319:8: style: Variable 'frame_counter' is modified but its new value is never used. [unreadVariable]
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:162:38: style: Expression '(X & 0xf) < 0x10' is always true. [comparisonError]
opencaster-3.2.2/tools/esvideompeg2pes/esvideompeg2pes.c:130:3: error: Resource leak: file_es [resourceLeak]
opencaster-3.2.2/tools/i13942ts/i13942ts.c:41:6: style: The scope of the variable 'data_length' can be reduced. [variableScope]
opencaster-3.2.2/tools/i13942ts/i13942ts.c:42:16: style: The scope of the variable 'fmt' can be reduced. [variableScope]
opencaster-3.2.2/tools/i13942ts/i13942ts.c:43:17: style: The scope of the variable 'dbs_fn_qpc_sph' can be reduced. [variableScope]
opencaster-3.2.2/tools/i13942ts/i13942ts.c:77:0: error: Resource leak: file_i1394 [resourceLeak]
opencaster-3.2.2/tools/m2ts2cbrts/m2ts2cbrts.c:151:7: style: Variable 'ts_packet_output' is modified but its new value is never used. [unreadVariable]
opencaster-3.2.2/tools/mpe2sec/mpe.c:84:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
opencaster-3.2.2/tools/mpe2sec/mpe.c:118:19: style: Unused variable: i [unusedVariable]
opencaster-3.2.2/tools/mpeg2videovbv/vbv.c:159:9: style: The scope of the variable 'real_rbx' can be reduced. [variableScope]
opencaster-3.2.2/tools/mpeg2videovbv/vbv.c:307:18: style: Variable 'real_rbx' is assigned a value that is never used. [unreadVariable]
opencaster-3.2.2/tools/mpeg2videovbv/vbv.c:326:0: error: Resource leak: file_es [resourceLeak]
opencaster-3.2.2/tools/mpeg2videovbv/vbv.c:176:0: error: Resource leak: file_output [resourceLeak]
opencaster-3.2.2/tools/oddparity/oddparity.c:36:16: style: The scope of the variable 'parity' can be reduced. [variableScope]
opencaster-3.2.2/tools/pes2es/pes2es.c:91:0: error: Resource leak: file_pes [resourceLeak]
opencaster-3.2.2/tools/pes2txt/pes2txt.c:79:0: error: Resource leak: file_pes [resourceLeak]
opencaster-3.2.2/tools/pesaudio2ts/pesaudio2ts.c:478:43: style: Redundant condition: loop_on. '!loop_on || (loop_on && byte_read>0)' is equivalent to '!loop_on || byte_read>0' [redundantCondition]
opencaster-3.2.2/tools/pesaudio2ts/pesaudio2ts.c:344:2: style: Variable 'byte_read' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/pesaudio2ts/pesaudio2ts.c:341:2: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/pesaudio2ts/pesaudio2ts.c:344:2: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/pesaudio2ts/pesaudio2ts.c:104:16: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
opencaster-3.2.2/tools/pesaudio2ts/pesaudio2ts.c:106:21: style: The scope of the variable 'time' can be reduced. [variableScope]
opencaster-3.2.2/tools/pesaudio2ts/pesaudio2ts.c:147:12: style: Variable 'time' is assigned a value that is never used. [unreadVariable]
opencaster-3.2.2/tools/pesdata2ts/pesdata2ts.c:118:2: style: Variable 'byte_read' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/pesdata2ts/pesdata2ts.c:115:2: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/pesdata2ts/pesdata2ts.c:118:2: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/pesdata2ts/pesdata2ts.c:172:0: error: Resource leak: file_pes [resourceLeak]
opencaster-3.2.2/tools/pesinfo/pesinfo.c:135:0: error: Resource leak: file_pes [resourceLeak]
opencaster-3.2.2/tools/pesvideo2ts/pesvideo2ts.c:588:2: style: Variable 'byte_read' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/pesvideo2ts/pesvideo2ts.c:564:2: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/pesvideo2ts/pesvideo2ts.c:588:2: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/pesvideo2ts/pesvideo2ts.c:262:21: style: The scope of the variable 'dts' can be reduced. [variableScope]
opencaster-3.2.2/tools/pesvideo2ts/pesvideo2ts.c:263:16: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
opencaster-3.2.2/tools/pesvideo2ts/pesvideo2ts.c:265:6: style: The scope of the variable 'pes_header_size' can be reduced. [variableScope]
opencaster-3.2.2/tools/pesvideo2ts/pesvideo2ts.c:266:6: style: The scope of the variable 'first_packet_of_an_iframe' can be reduced. [variableScope]
opencaster-3.2.2/tools/pesvideo2ts/pesvideo2ts.c:332:7: style: Variable 'first_packet_of_an_iframe' is assigned a value that is never used. [unreadVariable]
opencaster-3.2.2/tools/sec2ts/sec2ts.c:194:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
opencaster-3.2.2/tools/sec2ts/sec2ts.c:193:25: note: outer condition: section_bytes<section_size
opencaster-3.2.2/tools/sec2ts/sec2ts.c:194:23: note: identical inner condition: section_bytes<section_size
opencaster-3.2.2/tools/sec2ts/sec2ts.c:152:2: style: Variable 'ts_bytes' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/sec2ts/sec2ts.c:138:2: note: Variable 'ts_bytes' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/sec2ts/sec2ts.c:152:2: note: Variable 'ts_bytes' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/ts2m2ts/ts2m2ts.c:43:6: style: The scope of the variable 'len' can be reduced. [variableScope]
opencaster-3.2.2/tools/ts2pes/ts2pes.c:65:18: style: Checking if unsigned variable 'buffer_size' is less than zero. [unsignedLessThanZero]
opencaster-3.2.2/tools/tscbrmuxer/tscbrmuxer.c:190:3: style: Variable 'byte_read' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/tscbrmuxer/tscbrmuxer.c:189:3: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tscbrmuxer/tscbrmuxer.c:190:3: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tscbrmuxer/tscbrmuxer.c:71:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
opencaster-3.2.2/tools/tscbrmuxer/tscbrmuxer.c:105:6: style: The scope of the variable 'byte_read' can be reduced. [variableScope]
opencaster-3.2.2/tools/tscbrmuxer/tscbrmuxer.c:111:11: style: The scope of the variable 'chosen_fd' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsccc/tsccc.c:67:3: style: Variable 'byte_read' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/tsccc/tsccc.c:66:3: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsccc/tsccc.c:67:3: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsccc/tsccc.c:35:6: style: The scope of the variable 'open_file' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsccc/tsccc.c:36:6: style: The scope of the variable 'byte_read' can be reduced. [variableScope]
opencaster-3.2.2/tools/tscrypt/tscrypt.c:69:6: style: The scope of the variable 'adaptation_field' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsdiscont/tsdiscont.c:86:6: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/tsdiscont/tsdiscont.c:89:7: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/tsdiscont/tsdiscont.c:101:5: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/tsdiscont/tsdiscont.c:116:5: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/tsdiscont/tsdiscont.c:120:6: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/tsdiscont/tsdiscont.c:122:6: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
opencaster-3.2.2/tools/tsdiscont/tsdiscont.c:42:6: style: The scope of the variable 'ts_header_size' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsdiscont/tsdiscont.c:115:5: style: Variable 'ts_header_size' is assigned a value that is never used. [unreadVariable]
opencaster-3.2.2/tools/tsfixcc/tsfixcc.c:63:3: style: Variable 'byte_read' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/tsfixcc/tsfixcc.c:62:3: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsfixcc/tsfixcc.c:63:3: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsfixcc/tsfixcc.c:35:6: style: The scope of the variable 'open_file' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsfixcc/tsfixcc.c:36:6: style: The scope of the variable 'byte_read' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsinputswitch/tsinputswitch.c:134:4: style: Variable 'byte_read' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/tsinputswitch/tsinputswitch.c:133:4: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsinputswitch/tsinputswitch.c:134:4: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsinputswitch/tsinputswitch.c:137:4: style: Variable 'byte_read' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/tsinputswitch/tsinputswitch.c:136:4: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsinputswitch/tsinputswitch.c:137:4: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsinputswitch/tsinputswitch.c:72:14: style: Checking if unsigned variable 'choice' is less than zero. [unsignedLessThanZero]
opencaster-3.2.2/tools/tsloop/tsloop.c:64:3: style: Variable 'byte_read' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/tsloop/tsloop.c:63:3: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsloop/tsloop.c:64:3: note: Variable 'byte_read' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsloop/tsloop.c:36:6: style: The scope of the variable 'byte_read' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsnullfiller/tsnullfiller.c:47:17: style: The scope of the variable 'current_input_packet' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsnullfiller/tsnullfiller.c:48:17: style: The scope of the variable 'current_output_packet' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsnullfiller/tsnullfiller.c:95:3: error: Memory leak: input_packet_buffer [memleak]
opencaster-3.2.2/tools/tsnullfiller/tsnullfiller.c:95:3: error: Memory leak: output_packet_buffer [memleak]
opencaster-3.2.2/tools/tsnullshaper/tsnullshaper.c:53:12: style: The scope of the variable 'utemp' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsnullshaper/tsnullshaper.c:122:12: style: The scope of the variable 'fd_queue_temp_choice' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsnullshaper/tsnullshaper.c:123:12: style: The scope of the variable 'min_time' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsnullshaper/tsnullshaper.c:124:12: style: The scope of the variable 'current_time' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsororts/tsororts.c:51:6: style: The scope of the variable 'byte_read1' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsororts/tsororts.c:52:6: style: The scope of the variable 'byte_read2' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsorts/tsorts.c:50:6: style: The scope of the variable 'byte_read' can be reduced. [variableScope]
opencaster-3.2.2/tools/tstcpsend/tstcpsend.c:37:12: style: The scope of the variable 'utemp' can be reduced. [variableScope]
opencaster-3.2.2/tools/tstcpsend/tstcpsend.c:95:14: style: Checking if unsigned variable 'bitrate' is less than zero. [unsignedLessThanZero]
opencaster-3.2.2/tools/tstimedwrite/tstimedwrite.c:39:12: style: The scope of the variable 'utemp' can be reduced. [variableScope]
opencaster-3.2.2/tools/tstimedwrite/tstimedwrite.c:90:14: style: Checking if unsigned variable 'bitrate' is less than zero. [unsignedLessThanZero]
opencaster-3.2.2/tools/tstimeout/tstimeout.c:49:6: style: The scope of the variable 'result' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsudpreceive/tsudpreceive.c:52:9: style: The scope of the variable 'len' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsudpsend/tsudpsend.c:123:39: warning: Logical disjunction always evaluates to true: is_multicast >= 224 || is_multicast <= 239. [incorrectLogicOperator]
opencaster-3.2.2/tools/tsudpsend/tsudpsend.c:122:2: style: Variable 'is_multicast' is reassigned a value before the old one has been used. [redundantAssignment]
opencaster-3.2.2/tools/tsudpsend/tsudpsend.c:119:2: note: Variable 'is_multicast' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsudpsend/tsudpsend.c:122:2: note: Variable 'is_multicast' is reassigned a value before the old one has been used.
opencaster-3.2.2/tools/tsudpsend/tsudpsend.c:39:12: style: The scope of the variable 'utemp' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsudpsend/tsudpsend.c:68:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsudpsend/tsudpsend.c:69:9: style: The scope of the variable 'is_multicast' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsudpsend/tsudpsend.c:72:10: style: The scope of the variable 'start_addr' can be reduced. [variableScope]
opencaster-3.2.2/tools/tsudpsend/tsudpsend.c:101:14: style: Checking if unsigned variable 'bitrate' is less than zero. [unsignedLessThanZero]
[12:40]

ftp://ftp.se.debian.org/debian/pool/main/o/opencc/opencc_1.0.5.orig.tar.gz
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8073:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8053:0: note: Variable 'result' is reassigned a value before the old one has been used.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:8073:3: note: Variable 'result' is reassigned a value before the old one has been used.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4460:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4395:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4460:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4461:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4397:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4461:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4462:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4399:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4462:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4463:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4400:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4463:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4464:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4401:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4464:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4465:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4404:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4465:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4466:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4398:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4466:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4467:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4405:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4467:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4468:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4402:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4468:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4469:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4403:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4469:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4470:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4407:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:4470:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5865:30: style: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:662:41: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5865:30: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5866:30: style: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:663:41: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5866:30: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5910:37: style: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:669:48: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5910:37: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1031:15: performance: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static. [functionStatic]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:2258:27: note: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1031:15: note: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1103:8: performance: Technically the member function 'testing::internal::UnitTestImpl::RegisterParameterizedTests' can be static. [functionStatic]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:3771:20: note: Technically the member function 'testing::internal::UnitTestImpl::RegisterParameterizedTests' can be static.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1103:8: note: Technically the member function 'testing::internal::UnitTestImpl::RegisterParameterizedTests' can be static.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1138:7: style: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const. [functionConst]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:5939:19: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1138:7: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1141:8: style: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const. [functionConst]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:6015:20: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/fused-src/gtest/gtest-all.cc:1141:8: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/sample10_unittest.cc:98:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/sample2.cc:51:32: style: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/sample2.h:81:24: note: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/sample2.cc:51:32: note: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/sample5_unittest.cc:146:16: style: The function 'SetUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/sample5_unittest.cc:67:16: note: Virtual function in base class
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/sample5_unittest.cc:146:16: note: Function in derived class
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:84:34: style: Class 'PreCalculatedPrimeTable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:58:16: style: The function 'IsPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:48:16: note: Virtual function in base class
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:58:16: note: Function in derived class
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:69:15: style: The function 'GetNextPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:52:15: note: Virtual function in base class
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:69:15: note: Function in derived class
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:89:16: style: The function 'IsPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:48:16: note: Virtual function in base class
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:89:16: note: Function in derived class
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:93:15: style: The function 'GetNextPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:52:15: note: Virtual function in base class
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/prime_tables.h:93:15: note: Function in derived class
OpenCC-ver.1.0.5/deps/gtest-1.7.0/samples/sample9_unittest.cc:93:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest-filepath.cc:239:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest-filepath.cc:219:0: note: Variable 'result' is reassigned a value before the old one has been used.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest-filepath.cc:239:3: note: Variable 'result' is reassigned a value before the old one has been used.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2976:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2911:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2976:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2977:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2913:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2977:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2978:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2915:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2978:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2979:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2916:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2979:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2980:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2917:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2980:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2981:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2920:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2981:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2982:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2914:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2982:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2983:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2921:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2983:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2984:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2918:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2984:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2985:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2919:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2985:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2986:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2923:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/gtest.cc:2986:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest-filepath_test.cc:110:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest-linked_ptr_test.cc:77:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest-listener_test.cc:158:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest-message_test.cc:45:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest-options_test.cc:69:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest-port_test.cc:77:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest-printers_test.cc:253:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest-test-part_test.cc:58:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest-tuple_test.cc:46:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest-unittest-api_test.cc:114:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_environment_test.cc:111:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_filter_unittest_.cc:50:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_output_test_.cc:533:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:94:8: style: Technically the member function 'PredFunctor1::operator()' can be const. [functionConst]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:481:8: style: Technically the member function 'PredFunctor2::operator()' can be const. [functionConst]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:910:8: style: Technically the member function 'PredFunctor3::operator()' can be const. [functionConst]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:1381:8: style: Technically the member function 'PredFunctor4::operator()' can be const. [functionConst]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_pred_impl_unittest.cc:1894:8: style: Technically the member function 'PredFunctor5::operator()' can be const. [functionConst]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_premature_exit_test.cc:84:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_repeat_test.cc:94:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_shuffle_test_.cc:51:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_sole_header_test.cc:43:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/gtest_unittest.cc:321:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/node/binding.cc:39:5: warning: Member variable 'ConvertRequest::callback' is not initialized in the constructor. [uninitMemberVar]
OpenCC-ver.1.0.5/src/BinaryDict.cpp:134:42: style: Function 'ConstructBuffer' argument 1 names different: declaration 'keyBuffer' definition 'keyBuf'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/src/BinaryDict.hpp:48:32: note: Function 'ConstructBuffer' argument 1 names different: declaration 'keyBuffer' definition 'keyBuf'.
OpenCC-ver.1.0.5/src/BinaryDict.cpp:134:42: note: Function 'ConstructBuffer' argument 1 names different: declaration 'keyBuffer' definition 'keyBuf'.
OpenCC-ver.1.0.5/src/BinaryDict.cpp:135:66: style: Function 'ConstructBuffer' argument 4 names different: declaration 'valueBuffer' definition 'valueBuf'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/src/BinaryDict.hpp:49:56: note: Function 'ConstructBuffer' argument 4 names different: declaration 'valueBuffer' definition 'valueBuf'.
OpenCC-ver.1.0.5/src/BinaryDict.cpp:135:66: note: Function 'ConstructBuffer' argument 4 names different: declaration 'valueBuffer' definition 'valueBuf'.
OpenCC-ver.1.0.5/src/Segments.hpp:105:3: warning: Member variable 'Segments::unmanaged' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenCC-ver.1.0.5/src/Segments.hpp:105:3: warning: Member variable 'Segments::managed' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenCC-ver.1.0.5/src/Segments.hpp:105:3: warning: Member variable 'Segments::indexes' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenCC-ver.1.0.5/src/Optional.hpp:49:0: warning: Member variable 'opencc :: Optional < const DictEntry * >::data' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenCC-ver.1.0.5/src/Exception.hpp:41:3: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/Exception.hpp:51:3: style: Class 'FileNotFound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/Exception.hpp:57:3: style: Class 'FileNotWritable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/Exception.hpp:63:3: style: Class 'InvalidFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/Exception.hpp:79:3: style: Class 'InvalidUTF8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/Optional.hpp:68:3: style: Class 'Optional' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/Segments.hpp:32:3: style: Class 'Segments' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/Segments.hpp:38:3: style: Class 'Segments' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/DictEntry.hpp:61:3: style: Class 'NoValueDictEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/BinaryDict.hpp:31:3: style: Class 'BinaryDict' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/Optional.hpp:31:0: style: Class 'opencc :: Optional < const DictEntry * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/Segments.hpp:28:1: warning: The class 'Segments' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenCC-ver.1.0.5/src/DictEntry.hpp:65:23: style: The function 'Key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:34:23: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:65:23: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:67:31: style: The function 'Values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:36:31: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:67:31: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:69:23: style: The function 'GetDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:38:23: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:69:23: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:71:18: style: The function 'NumValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:40:18: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:71:18: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:73:18: style: The function 'ToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:42:18: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:73:18: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:83:31: style: The function 'Values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:36:31: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:83:31: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:87:23: style: The function 'GetDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:38:23: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:87:23: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:89:18: style: The function 'NumValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:40:18: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:89:18: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:91:18: style: The function 'ToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:42:18: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:91:18: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:101:23: style: The function 'Key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:34:23: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:101:23: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:103:23: style: The function 'Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:81:23: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:103:23: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:112:23: style: The function 'GetDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:38:23: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:112:23: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:120:18: style: The function 'ToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:42:18: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:120:18: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:138:23: style: The function 'Key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:34:23: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:138:23: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:140:10: style: The function 'NumValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:40:18: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:140:10: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:142:23: style: The function 'Values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:36:31: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:142:23: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:162:23: style: The function 'Key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:34:23: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:162:23: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:164:10: style: The function 'NumValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:40:18: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:164:10: note: Function in derived class
OpenCC-ver.1.0.5/src/DictEntry.hpp:166:23: style: The function 'Values' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/DictEntry.hpp:36:31: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictEntry.hpp:166:23: note: Function in derived class
OpenCC-ver.1.0.5/src/BinaryDict.hpp:35:16: style: The function 'SerializeToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/SerializableDict.hpp:33:16: note: Virtual function in base class
OpenCC-ver.1.0.5/src/BinaryDict.hpp:35:16: note: Function in derived class
OpenCC-ver.1.0.5/src/BinaryDictTest.cpp:33:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/Config.cpp:43:20: performance: Technically the member function 'opencc::ConfigInternal::GetProperty' can be static. [functionStatic]
OpenCC-ver.1.0.5/src/Config.cpp:168:10: performance: Technically the member function 'opencc::ConfigInternal::FindConfigFile' can be static. [functionStatic]
OpenCC-ver.1.0.5/src/Config.cpp:194:20: style: Class 'Config' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenCC-ver.1.0.5/src/Config.cpp:194:20: style: Class 'Config' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenCC-ver.1.0.5/src/Conversion.hpp:31:3: style: Class 'Conversion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/ConversionChain.hpp:32:3: style: Class 'ConversionChain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/DictGroup.hpp:31:3: style: Class 'DictGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/MaxMatchSegmentation.hpp:32:3: style: Class 'MaxMatchSegmentation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/TextDict.hpp:35:3: style: Class 'TextDict' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/DartsDict.hpp:33:18: style: The function 'KeyMaxLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:74:18: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DartsDict.hpp:33:18: note: Function in derived class
OpenCC-ver.1.0.5/src/DartsDict.hpp:35:38: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:34:38: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DartsDict.hpp:35:38: note: Function in derived class
OpenCC-ver.1.0.5/src/DartsDict.hpp:37:38: style: The function 'MatchPrefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:48:38: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DartsDict.hpp:37:38: note: Function in derived class
OpenCC-ver.1.0.5/src/DartsDict.hpp:39:22: style: The function 'GetLexicon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:79:22: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DartsDict.hpp:39:22: note: Function in derived class
OpenCC-ver.1.0.5/src/DartsDict.hpp:41:16: style: The function 'SerializeToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/SerializableDict.hpp:33:16: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DartsDict.hpp:41:16: note: Function in derived class
OpenCC-ver.1.0.5/src/DictGroup.hpp:37:18: style: The function 'KeyMaxLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:74:18: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictGroup.hpp:37:18: note: Function in derived class
OpenCC-ver.1.0.5/src/DictGroup.hpp:39:38: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:34:38: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictGroup.hpp:39:38: note: Function in derived class
OpenCC-ver.1.0.5/src/DictGroup.hpp:41:38: style: The function 'MatchPrefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:48:38: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictGroup.hpp:41:38: note: Function in derived class
OpenCC-ver.1.0.5/src/DictGroup.hpp:43:36: style: The function 'MatchAllPrefixes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:62:36: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictGroup.hpp:43:36: note: Function in derived class
OpenCC-ver.1.0.5/src/DictGroup.hpp:45:22: style: The function 'GetLexicon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:79:22: note: Virtual function in base class
OpenCC-ver.1.0.5/src/DictGroup.hpp:45:22: note: Function in derived class
OpenCC-ver.1.0.5/src/MaxMatchSegmentation.hpp:36:23: style: The function 'Segment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Segmentation.hpp:30:23: note: Virtual function in base class
OpenCC-ver.1.0.5/src/MaxMatchSegmentation.hpp:36:23: note: Function in derived class
OpenCC-ver.1.0.5/src/TextDict.hpp:39:18: style: The function 'KeyMaxLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:74:18: note: Virtual function in base class
OpenCC-ver.1.0.5/src/TextDict.hpp:39:18: note: Function in derived class
OpenCC-ver.1.0.5/src/TextDict.hpp:41:38: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:34:38: note: Virtual function in base class
OpenCC-ver.1.0.5/src/TextDict.hpp:41:38: note: Function in derived class
OpenCC-ver.1.0.5/src/TextDict.hpp:43:22: style: The function 'GetLexicon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/Dict.hpp:79:22: note: Virtual function in base class
OpenCC-ver.1.0.5/src/TextDict.hpp:43:22: note: Function in derived class
OpenCC-ver.1.0.5/src/TextDict.hpp:45:16: style: The function 'SerializeToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenCC-ver.1.0.5/src/SerializableDict.hpp:33:16: note: Virtual function in base class
OpenCC-ver.1.0.5/src/TextDict.hpp:45:16: note: Function in derived class
OpenCC-ver.1.0.5/src/ConfigTest.cpp:39:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/Optional.hpp:31:3: warning: Member variable 'Optional::data' is not initialized in the constructor. [uninitMemberVar]
OpenCC-ver.1.0.5/src/Optional.hpp:49:3: warning: Member variable 'Optional::data' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenCC-ver.1.0.5/src/Optional.hpp:36:8: performance: Technically the member function 'opencc::Optional::IsNull' can be static. [functionStatic]
OpenCC-ver.1.0.5/src/Optional.hpp:31:3: style: Class 'Optional' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/ConversionChainTest.cpp:46:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/ConversionTest.cpp:40:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/DartsDict.cpp:46:12: warning: Member variable 'DartsDict::maxLength' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenCC-ver.1.0.5/src/DartsDict.cpp:46:26: style: Class 'DartsDict' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenCC-ver.1.0.5/src/DartsDict.cpp:46:26: style: Class 'DartsDict' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenCC-ver.1.0.5/src/DartsDict.cpp:101:5: error: Memory leak: buffer [memleak]
OpenCC-ver.1.0.5/src/DartsDict.cpp:113:5: error: Memory leak: buffer [memleak]
OpenCC-ver.1.0.5/src/DartsDict.cpp:101:0: error: Memory leak: doubleArray [memleak]
OpenCC-ver.1.0.5/src/DartsDictTest.cpp:34:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/DictGroup.cpp:25:43: style: Function 'DictGroup' argument 1 names different: declaration 'dicts' definition '_dicts'. [funcArgNamesDifferent]
OpenCC-ver.1.0.5/src/DictGroup.hpp:31:34: note: Function 'DictGroup' argument 1 names different: declaration 'dicts' definition '_dicts'.
OpenCC-ver.1.0.5/src/DictGroup.cpp:25:43: note: Function 'DictGroup' argument 1 names different: declaration 'dicts' definition '_dicts'.
OpenCC-ver.1.0.5/src/DictGroupTest.cpp:28:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/MaxMatchSegmentationTest.cpp:37:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/PhraseExtract.cpp:138:7: style: Class 'PhraseExtract' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenCC-ver.1.0.5/src/PhraseExtract.cpp:138:7: style: Class 'PhraseExtract' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenCC-ver.1.0.5/src/UTF8StringSlice.hpp:56:0: style: Class 'opencc :: UTF8StringSliceBase < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/PhraseExtractTest.cpp:46:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/SimpleConverter.cpp:47:46: style: C-style pointer casting [cstyleCast]
OpenCC-ver.1.0.5/src/SimpleConverter.cpp:51:32: style: C-style pointer casting [cstyleCast]
OpenCC-ver.1.0.5/src/SimpleConverter.cpp:72:32: style: C-style pointer casting [cstyleCast]
OpenCC-ver.1.0.5/src/SimpleConverter.cpp:41:5: style: Class 'SimpleConverter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenCC-ver.1.0.5/src/SimpleConverter.cpp:41:5: style: Class 'SimpleConverter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenCC-ver.1.0.5/src/SimpleConverter.hpp:40:3: style: Class 'SimpleConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/SimpleConverter.cpp:35:3: style: Struct 'InternalData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/SimpleConverterTest.cpp:39:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/TextDictTest.cpp:30:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/UTF8StringSlice.hpp:56:3: style: Class 'UTF8StringSliceBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenCC-ver.1.0.5/src/UTF8StringSliceTest.cpp:33:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/UTF8UtilTest.cpp:31:0: error: syntax error [syntaxError]
OpenCC-ver.1.0.5/src/tools/CommandLine.cpp:142:0: error: Resource leak: fin [resourceLeak]
OpenCC-ver.1.0.5/test/CommandLineConvertTest.cpp:89:0: error: syntax error [syntaxError]
[12:40]

ftp://ftp.se.debian.org/debian/pool/main/o/opencfu/opencfu_3.9.0.orig.tar.gz
opencfu-3.9.0/src/classifier/src/DataMaker.cpp:14:20: style: The scope of the variable 'ent' can be reduced. [variableScope]
opencfu-3.9.0/src/classifier/src/DataMaker.cpp:53:46: style: Unused variable: contour_fams [unusedVariable]
opencfu-3.9.0/src/classifier/src/DataMaker.cpp:93:46: style: Unused variable: contour_fams [unusedVariable]
opencfu-3.9.0/src/gui/src/Gui_MaskSetter.cpp:152:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opencfu-3.9.0/src/gui/src/Gui_MaskSetter.cpp:157:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opencfu-3.9.0/src/gui/src/Gui_MyApplication.cpp:13:17: style: Unused variable: prefix [unusedVariable]
opencfu-3.9.0/src/gui/src/Gui_ResultFileWriter.cpp:52:51: style: Variable 'roi_keys' is assigned a value that is never used. [unreadVariable]
opencfu-3.9.0/src/processor/src/Step_ColourCluster.cpp:37:5: style: Variable 'toReprocess' is reassigned a value before the old one has been used. [redundantAssignment]
opencfu-3.9.0/src/processor/src/Step_ColourCluster.cpp:36:0: note: Variable 'toReprocess' is reassigned a value before the old one has been used.
opencfu-3.9.0/src/processor/src/Step_ColourCluster.cpp:37:5: note: Variable 'toReprocess' is reassigned a value before the old one has been used.
opencfu-3.9.0/src/processor/src/Step_FiltHS.cpp:26:5: style: Variable 'toReprocess' is reassigned a value before the old one has been used. [redundantAssignment]
opencfu-3.9.0/src/processor/src/Step_FiltHS.cpp:25:0: note: Variable 'toReprocess' is reassigned a value before the old one has been used.
opencfu-3.9.0/src/processor/src/Step_FiltHS.cpp:26:5: note: Variable 'toReprocess' is reassigned a value before the old one has been used.
opencfu-3.9.0/src/processor/src/Step_FiltLik.cpp:10:5: style: Variable 'toReprocess' is reassigned a value before the old one has been used. [redundantAssignment]
opencfu-3.9.0/src/processor/src/Step_FiltLik.cpp:9:0: note: Variable 'toReprocess' is reassigned a value before the old one has been used.
opencfu-3.9.0/src/processor/src/Step_FiltLik.cpp:10:5: note: Variable 'toReprocess' is reassigned a value before the old one has been used.
[12:40]

ftp://ftp.se.debian.org/debian/pool/main/o/openchange/openchange_2.2.orig.tar.gz
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:412:3: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:410:3: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:412:3: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:731:6: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:725:6: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:731:6: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:167:19: style: The scope of the variable 'apptrecur' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:168:14: style: The scope of the variable 'messageClass' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:169:19: style: The scope of the variable 'TimeZoneStruct' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:395:25: style: The scope of the variable 'SPropTagArray' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:396:20: style: The scope of the variable 'attach_num' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical.c:399:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_component.c:160:2: style: Variable 'dtstart' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_component.c:150:0: note: Variable 'dtstart' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_component.c:160:2: note: Variable 'dtstart' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_component.c:199:2: style: Variable 'dtstart' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_component.c:189:0: note: Variable 'dtstart' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_component.c:199:2: note: Variable 'dtstart' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:141:28: style: Redundant condition: attach_filename. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:75:3: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:73:3: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:75:3: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:114:6: style: Variable 'attachmentFlags' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:98:0: note: Variable 'attachmentFlags' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:114:6: note: Variable 'attachmentFlags' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:115:6: style: Variable 'attachMethod' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:99:0: note: Variable 'attachMethod' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:115:6: note: Variable 'attachMethod' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:116:6: style: Variable 'attachmentHidden' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:100:0: note: Variable 'attachmentHidden' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:116:6: note: Variable 'attachmentHidden' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:124:7: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:123:7: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:124:7: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:64:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:178:14: style: The scope of the variable 'smtp' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:179:14: style: The scope of the variable 'display_name' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:180:12: style: The scope of the variable 'RecipientFlags' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:181:12: style: The scope of the variable 'RecipientType' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:182:12: style: The scope of the variable 'TrackStatus' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:202:19: style: The scope of the variable 'cn' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:273:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:301:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:396:14: style: The scope of the variable 'tm' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:397:18: style: The scope of the variable 'tzid' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:437:11: style: The scope of the variable 'modified' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:506:18: style: The scope of the variable 'tzid' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:537:14: style: The scope of the variable 'smtp' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:538:14: style: The scope of the variable 'display_name' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:539:12: style: The scope of the variable 'RecipientFlags' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:540:12: style: The scope of the variable 'RecipientType' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:560:19: style: The scope of the variable 'cn' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:976:18: style: The scope of the variable 'tzid' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:1044:17: style: The scope of the variable 'language' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:1106:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:1107:15: style: The scope of the variable 'uid' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:1192:8: style: The scope of the variable 'outstr' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:1277:8: style: The scope of the variable 'outstr' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:1294:8: style: The scope of the variable 'outstr' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:1347:8: style: The scope of the variable 'outstr' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:1467:7: style: The scope of the variable 'outstr' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:26:11: style: struct member 'RRULE_byday::DayOfWeek' is never used. [unusedStructMember]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_property.c:27:14: style: struct member 'RRULE_byday::DayName' is never used. [unusedStructMember]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_utils.c:463:9: style: The scope of the variable 'beginTime' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_utils.c:464:9: style: The scope of the variable 'endTime' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/exchange2ical_utils.c:465:9: style: The scope of the variable 'dtstart' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange.c:30:2: style: Variable 'icalProp' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange.c:25:0: note: Variable 'icalProp' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange.c:30:2: note: Variable 'icalProp' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:124:47: warning: Either the condition 'filename' is redundant or there is possible null pointer dereference: filename. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:112:6: note: Assuming that condition 'filename' is not redundant
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:124:47: note: Null pointer dereference
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:125:51: warning: Either the condition 'filename' is redundant or there is possible null pointer dereference: filename. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:112:6: note: Assuming that condition 'filename' is not redundant
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:125:51: note: Null pointer dereference
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:134:45: warning: Either the condition 'filename' is redundant or there is possible null pointer dereference: filename. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:112:6: note: Assuming that condition 'filename' is not redundant
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:134:45: note: Null pointer dereference
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:35:20: style: The scope of the variable 'byte_offset' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:35:33: style: The scope of the variable 'idx' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:76:8: style: The scope of the variable 'data' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:150:8: style: The scope of the variable 'value' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:251:9: style: The scope of the variable 'value' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:332:9: style: The scope of the variable 'difference' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:333:12: style: The scope of the variable 'duration' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:379:12: style: The scope of the variable 'langtag' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:471:24: style: The scope of the variable 'ritr' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:475:19: style: The scope of the variable 'exdateProp' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:476:19: style: The scope of the variable 'rdateProp' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libexchange2ical/ical2exchange_property.c:678:14: style: The scope of the variable 'prop' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi++/src/folder.cpp:60:6: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi++/src/folder.cpp:105:6: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi++/src/message.cpp:53:4: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi++/src/session.cpp:64:5: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi++/src/session.cpp:77:4: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi++/tests/attach_test.cpp:87:2: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi++/tests/attach_test.cpp:91:2: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi++/tests/exception_test.cpp:15:2: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi++/tests/profile_test.cpp:67:2: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi++/tests/profile_test.cpp:71:2: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi++/tests/test.cpp:106:123: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openchange-2.2-NANOPROBE/libmapi++/tests/test.cpp:129:2: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi++/tests/test.cpp:133:2: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/libmapi/FXICS.c:807:21: style: Redundant condition: If 'maxSize == 0', the comparison 'maxSize < 15480' is always true. [redundantCondition]
openchange-2.2-NANOPROBE/libmapi/IABContainer.c:306:2: style: Variable 'SPropTagArray' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IABContainer.c:282:0: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IABContainer.c:306:2: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IABContainer.c:325:2: style: Variable 'email' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IABContainer.c:287:0: note: Variable 'email' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IABContainer.c:325:2: note: Variable 'email' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IABContainer.c:332:2: style: Variable 'pMId' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IABContainer.c:283:0: note: Variable 'pMId' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IABContainer.c:332:2: note: Variable 'pMId' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IMAPIContainer.c:788:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openchange-2.2-NANOPROBE/libmapi/IMAPIProp.c:460:2: style: Variable 'proptags->cValues' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IMAPIProp.c:433:2: note: Variable 'proptags->cValues' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IMAPIProp.c:460:2: note: Variable 'proptags->cValues' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IMAPIProp.c:1225:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/IMAPIProp.c:1344:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/IMAPISession.c:204:39: style: Same expression on both sides of '==' because the value of 'retry' and 'false' are the same. [duplicateExpression]
openchange-2.2-NANOPROBE/libmapi/IMAPISession.c:161:17: note: 'retry' is assigned value 'false' here.
openchange-2.2-NANOPROBE/libmapi/IMAPISession.c:204:39: note: Same expression on both sides of '==' because the value of 'retry' and 'false' are the same.
openchange-2.2-NANOPROBE/libmapi/IMAPISession.c:378:39: style: Same expression on both sides of '==' because the value of 'retry' and 'false' are the same. [duplicateExpression]
openchange-2.2-NANOPROBE/libmapi/IMAPISession.c:327:17: note: 'retry' is assigned value 'false' here.
openchange-2.2-NANOPROBE/libmapi/IMAPISession.c:378:39: note: Same expression on both sides of '==' because the value of 'retry' and 'false' are the same.
openchange-2.2-NANOPROBE/libmapi/IMAPISupport.c:397:8: style: The scope of the variable 'err' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/IMAPISupport.c:421:23: style: Variable 'tvi' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/libmapi/IMAPITable.c:396:2: style: Variable 'cols->cValues' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IMAPITable.c:365:2: note: Variable 'cols->cValues' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IMAPITable.c:396:2: note: Variable 'cols->cValues' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IMAPITable.c:1798:2: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IMAPITable.c:1795:2: note: Variable 'size' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IMAPITable.c:1798:2: note: Variable 'size' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IMAPITable.c:1892:2: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IMAPITable.c:1889:2: note: Variable 'size' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IMAPITable.c:1892:2: note: Variable 'size' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IMessage.c:599:13: warning: Either the condition 'if(addrtype&&strcmp(addrtype,"EX"))' is redundant or there is possible null pointer dereference: addrtype. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/IMessage.c:639:5: note: Assuming that condition 'if(addrtype&&strcmp(addrtype,"EX"))' is not redundant
openchange-2.2-NANOPROBE/libmapi/IMessage.c:599:13: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/IMessage.c:1449:37: warning: Either the condition '!obj_message' is redundant or there is possible null pointer dereference: obj_message. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/IMessage.c:1451:23: note: Assuming that condition '!obj_message' is not redundant
openchange-2.2-NANOPROBE/libmapi/IMessage.c:1449:37: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/IMsgStore.c:753:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openchange-2.2-NANOPROBE/libmapi/IMsgStore.c:690:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1095:14: warning: Either the condition '!session' is redundant or there is possible null pointer dereference: session. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1097:24: note: Assuming that condition '!session' is not redundant
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1095:14: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:636:2: style: Variable 'url' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:620:0: note: Variable 'url' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:636:2: note: Variable 'url' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:641:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:621:0: note: Variable 'filename' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:641:2: note: Variable 'filename' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1059:2: style: Variable 'username_src' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1030:0: note: Variable 'username_src' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1059:2: note: Variable 'username_src' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1064:2: style: Variable 'oldEmailAddress' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1032:0: note: Variable 'oldEmailAddress' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1064:2: note: Variable 'oldEmailAddress' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1069:2: style: Variable 'ProxyAddress' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1031:0: note: Variable 'ProxyAddress' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1069:2: note: Variable 'ProxyAddress' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1235:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1234:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1235:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1288:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1285:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1288:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1680:2: style: Variable 'SPropTagArray' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1652:0: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1680:2: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1778:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1777:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1778:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1791:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1778:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1791:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:106:22: style: The scope of the variable 'msg' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:121:24: style: The scope of the variable 'message' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1036:10: style: The scope of the variable 'attr' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1320:21: style: The scope of the variable 'lpProp' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1372:23: style: The scope of the variable 'msg' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:1452:20: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/IProfAdmin.c:128:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/libmapi/IUnknown.c:60:3: warning: Either the condition '!ptr' is redundant or there is possible null pointer dereference: ptr. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/IUnknown.c:61:23: note: Assuming that condition '!ptr' is not redundant
openchange-2.2-NANOPROBE/libmapi/IUnknown.c:60:3: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/cdo_mapi.c:288:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openchange-2.2-NANOPROBE/libmapi/cdo_mapi.c:135:10: warning: Either the condition '!el' is redundant or there is possible null pointer dereference: el. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/cdo_mapi.c:137:24: note: Assuming that condition '!el' is not redundant
openchange-2.2-NANOPROBE/libmapi/cdo_mapi.c:135:10: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/cdo_mapi.c:136:3: warning: Either the condition '!el' is redundant or there is possible null pointer dereference: el. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/cdo_mapi.c:137:24: note: Assuming that condition '!el' is not redundant
openchange-2.2-NANOPROBE/libmapi/cdo_mapi.c:136:3: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/cdo_mapi.c:119:9: style: The scope of the variable 'found' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/emsmdb.c:314:35: warning: Either the condition 'emsmdb_ctx==NULL' is redundant or there is possible null pointer dereference: emsmdb_ctx. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/emsmdb.c:280:17: note: Assuming that condition 'emsmdb_ctx==NULL' is not redundant
openchange-2.2-NANOPROBE/libmapi/emsmdb.c:278:20: note: Calling function 'emsmdb_disconnect', 1st argument 'emsmdb_ctx' value is 0
openchange-2.2-NANOPROBE/libmapi/emsmdb.c:314:35: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/emsmdb.c:980:15: style: The scope of the variable 'data' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/emsmdb.c:1130:15: style: The scope of the variable 'data' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/freebusy.c:102:2: style: Variable 'email' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/freebusy.c:78:0: note: Variable 'email' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/freebusy.c:102:2: note: Variable 'email' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/freebusy.c:103:2: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/freebusy.c:79:0: note: Variable 'o' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/freebusy.c:103:2: note: Variable 'o' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/freebusy.c:104:2: style: Variable 'ou' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/freebusy.c:80:0: note: Variable 'ou' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/freebusy.c:104:2: note: Variable 'ou' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/freebusy.c:270:13: style: The scope of the variable 'month' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/freebusy.c:275:13: style: The scope of the variable 'start' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/freebusy.c:276:13: style: The scope of the variable 'end' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/fxparser.c:138:30: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openchange-2.2-NANOPROBE/libmapi/idset.c:468:11: style: The scope of the variable 'last_consequent' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/idset.c:470:11: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/idset.c:533:13: style: The scope of the variable 'steps' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/idset.c:533:20: style: The scope of the variable 'byte' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/idset.c:544:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/idset.c:546:7: style: The scope of the variable 'done' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/idset.c:598:40: style: The scope of the variable 'last_idset' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/idset.c:662:45: style: The scope of the variable 'prev_range' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/idset.c:722:51: style: The scope of the variable 'tail_idset' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/idset.c:988:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/idset.c:1173:22: style: The scope of the variable 'zero_guid' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/mapi_nameid.c:910:11: style: The scope of the variable 'proptype' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:47:2: warning: Either the condition '!dst' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:146:23: note: Assuming that condition '!dst' is not redundant
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:144:20: note: Calling function 'mapi_object_reset', 1st argument 'obj' value is 0
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:47:2: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:48:2: warning: Either the condition '!dst' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:146:23: note: Assuming that condition '!dst' is not redundant
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:144:20: note: Calling function 'mapi_object_reset', 1st argument 'obj' value is 0
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:48:2: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:49:2: warning: Either the condition '!dst' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:146:23: note: Assuming that condition '!dst' is not redundant
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:144:20: note: Calling function 'mapi_object_reset', 1st argument 'obj' value is 0
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:49:2: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:50:2: warning: Either the condition '!dst' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:146:23: note: Assuming that condition '!dst' is not redundant
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:144:20: note: Calling function 'mapi_object_reset', 1st argument 'obj' value is 0
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:50:2: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:51:2: warning: Either the condition '!dst' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:146:23: note: Assuming that condition '!dst' is not redundant
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:144:20: note: Calling function 'mapi_object_reset', 1st argument 'obj' value is 0
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:51:2: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:52:2: warning: Either the condition '!dst' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:146:23: note: Assuming that condition '!dst' is not redundant
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:144:20: note: Calling function 'mapi_object_reset', 1st argument 'obj' value is 0
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:52:2: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:346:33: warning: Either the condition '!obj_table' is redundant or there is possible null pointer dereference: obj_table. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:350:23: note: Assuming that condition '!obj_table' is not redundant
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:346:33: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:347:13: warning: Either the condition '!table' is redundant or there is possible null pointer dereference: table. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:351:23: note: Assuming that condition '!table' is not redundant
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:347:13: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:380:33: warning: Either the condition '!obj_table' is redundant or there is possible null pointer dereference: obj_table. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:383:23: note: Assuming that condition '!obj_table' is not redundant
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:380:33: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:404:33: warning: Either the condition '!obj_table' is redundant or there is possible null pointer dereference: obj_table. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:408:23: note: Assuming that condition '!obj_table' is not redundant
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:404:33: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:405:13: warning: Either the condition '!table' is redundant or there is possible null pointer dereference: table. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:409:23: note: Assuming that condition '!table' is not redundant
openchange-2.2-NANOPROBE/libmapi/mapi_object.c:405:13: note: Null pointer dereference
openchange-2.2-NANOPROBE/libmapi/mapidump.c:155:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:502:2: style: Variable 'contacts' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:494:0: note: Variable 'contacts' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:502:2: note: Variable 'contacts' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:503:2: style: Variable 'subject' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:495:0: note: Variable 'subject' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:503:2: note: Variable 'subject' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:504:2: style: Variable 'timezone' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:497:0: note: Variable 'timezone' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:504:2: note: Variable 'timezone' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:505:2: style: Variable 'location' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:496:0: note: Variable 'location' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:505:2: note: Variable 'location' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:507:2: style: Variable 'priv' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:499:0: note: Variable 'priv' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:507:2: note: Variable 'priv' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:577:2: style: Variable 'card_name' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:557:0: note: Variable 'card_name' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:577:2: note: Variable 'card_name' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:578:2: style: Variable 'topic' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:558:0: note: Variable 'topic' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:578:2: note: Variable 'topic' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:579:2: style: Variable 'company' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:562:0: note: Variable 'company' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:579:2: note: Variable 'company' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:580:2: style: Variable 'title' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:564:0: note: Variable 'title' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:580:2: note: Variable 'title' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:581:2: style: Variable 'full_name' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:559:0: note: Variable 'full_name' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:581:2: note: Variable 'full_name' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:582:2: style: Variable 'given_name' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:560:0: note: Variable 'given_name' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:582:2: note: Variable 'given_name' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:583:2: style: Variable 'surname' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:561:0: note: Variable 'surname' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:583:2: note: Variable 'surname' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:584:2: style: Variable 'department' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:573:0: note: Variable 'department' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:584:2: note: Variable 'department' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:585:2: style: Variable 'email' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:563:0: note: Variable 'email' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:585:2: note: Variable 'email' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:586:2: style: Variable 'office_phone' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:565:0: note: Variable 'office_phone' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:586:2: note: Variable 'office_phone' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:587:2: style: Variable 'home_phone' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:566:0: note: Variable 'home_phone' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:587:2: note: Variable 'home_phone' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:588:2: style: Variable 'mobile_phone' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:567:0: note: Variable 'mobile_phone' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:588:2: note: Variable 'mobile_phone' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:589:2: style: Variable 'business_fax' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:574:0: note: Variable 'business_fax' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:589:2: note: Variable 'business_fax' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:590:2: style: Variable 'business_home_page' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:575:0: note: Variable 'business_home_page' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:590:2: note: Variable 'business_home_page' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:591:2: style: Variable 'postal_address' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:568:0: note: Variable 'postal_address' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:591:2: note: Variable 'postal_address' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:592:2: style: Variable 'street_address' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:569:0: note: Variable 'street_address' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:592:2: note: Variable 'street_address' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:593:2: style: Variable 'locality' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:570:0: note: Variable 'locality' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:593:2: note: Variable 'locality' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:594:2: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:571:0: note: Variable 'state' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:594:2: note: Variable 'state' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:595:2: style: Variable 'country' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:572:0: note: Variable 'country' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:595:2: note: Variable 'country' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:697:2: style: Variable 'contacts' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:688:0: note: Variable 'contacts' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:697:2: note: Variable 'contacts' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:698:2: style: Variable 'subject' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:689:0: note: Variable 'subject' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:698:2: note: Variable 'subject' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:699:2: style: Variable 'body' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:690:0: note: Variable 'body' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:699:2: note: Variable 'body' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:764:2: style: Variable 'subject' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:761:0: note: Variable 'subject' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:764:2: note: Variable 'subject' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:765:2: style: Variable 'body' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:762:0: note: Variable 'body' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:765:2: note: Variable 'body' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/mapidump.c:174:14: style: The scope of the variable 'proptag' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:269:15: style: The scope of the variable 'date' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:303:15: style: The scope of the variable 'date' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:330:10: style: The scope of the variable 'recipient_type' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:331:16: style: The scope of the variable 'recipient' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:500:19: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:695:20: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:821:19: style: The scope of the variable 'proptag' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:992:11: style: The scope of the variable 'event_start' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/mapidump.c:993:11: style: The scope of the variable 'event_end' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/nspi.c:522:2: style: Variable 'pStat' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/nspi.c:503:0: note: Variable 'pStat' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/nspi.c:522:2: note: Variable 'pStat' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/property.c:292:12: style: The scope of the variable 'aulPropTag' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/property.c:663:36: style: The scope of the variable 'dest_value' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/property.c:664:12: style: The scope of the variable 'prop_type' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/property.c:1107:12: style: The scope of the variable 'cValues' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/property.c:2174:12: style: The scope of the variable 'cValues' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/property.c:1907:14: style: Variable 'codepoint' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/libmapi/simple_mapi.c:136:2: style: Variable 'SPropTagArray' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/simple_mapi.c:115:0: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/simple_mapi.c:136:2: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/simple_mapi.c:716:2: style: Variable 'user' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/simple_mapi.c:688:0: note: Variable 'user' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/simple_mapi.c:716:2: note: Variable 'user' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/simple_mapi.c:809:2: style: Variable 'SPropTagArray' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapi/simple_mapi.c:791:0: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/simple_mapi.c:809:2: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapi/socket/interface.c:192:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libmapi/utils.c:97:10: style: Variable 'off' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/libmapiadmin/mapiadmin_user.c:226:2: style: Variable 'ev' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libmapiadmin/mapiadmin_user.c:186:0: note: Variable 'ev' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libmapiadmin/mapiadmin_user.c:226:2: note: Variable 'ev' is reassigned a value before the old one has been used.
<stdout>:2584:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
<stdout>:1777:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
<stdout>:346:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
<stdout>:1777:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
<stdout>:1801:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
<stdout>:769:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
<stdout>:1801:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
<stdout>:2233:53: style: Function 'ocpf_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
<stdout>:303:52: note: Function 'ocpf_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
<stdout>:2233:53: note: Function 'ocpf_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
<stdout>:2246:53: style: Function 'ocpf_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
<stdout>:304:51: note: Function 'ocpf_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
<stdout>:2246:53: note: Function 'ocpf_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
<stdout>:2246:67: style: Function 'ocpf_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
<stdout>:304:61: note: Function 'ocpf_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
<stdout>:2246:67: note: Function 'ocpf_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
<stdout>:2468:31: style: Function 'ocpf_yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
<stdout>:720:32: note: Function 'ocpf_yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
<stdout>:2468:31: note: Function 'ocpf_yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
<stdout>:2497:41: style: Function 'ocpf_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'. [funcArgNamesDifferent]
<stdout>:722:42: note: Function 'ocpf_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
<stdout>:2497:41: note: Function 'ocpf_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
<stdout>:2497:67: style: Function 'ocpf_yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
<stdout>:722:65: note: Function 'ocpf_yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
<stdout>:2497:67: note: Function 'ocpf_yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
* yacc.c:358  *:943:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openchange-2.2-NANOPROBE/libocpf/ocpf_api.c:97:5: style: Variable 'element' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libocpf/ocpf_api.c:96:5: note: Variable 'element' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_api.c:97:5: note: Variable 'element' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_api.c:327:3: style: Variable 'element' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libocpf/ocpf_api.c:326:3: note: Variable 'element' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_api.c:327:3: note: Variable 'element' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_dump.c:100:21: style: The scope of the variable 'lpProps' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libocpf/ocpf_dump.c:179:15: style: The scope of the variable 'proptag' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:307:33: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:306:59: note: outer condition: SPropTagArray->aulPropTag[i]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:307:33: note: identical inner condition: SPropTagArray->aulPropTag[i]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:171:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:170:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:171:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:173:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:171:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:173:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:639:2: style: Variable 'usernames' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:613:0: note: Variable 'usernames' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:639:2: note: Variable 'usernames' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:640:2: style: Variable 'recipClass' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:614:0: note: Variable 'recipClass' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:640:2: note: Variable 'recipClass' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:258:22: style: The scope of the variable 'nameid' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:259:24: style: The scope of the variable 'SPropTagArray' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:263:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:609:22: style: The scope of the variable 'lpProps' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libocpf/ocpf_public.c:617:16: style: The scope of the variable 'propdata' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libocpf/ocpf_server.c:191:3: style: Variable 'element' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libocpf/ocpf_server.c:190:3: note: Variable 'element' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_server.c:191:3: note: Variable 'element' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:278:21: style: Redundant condition: If 'EXPR == '\\'', the comparison 'EXPR' is always true. [redundantCondition]
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:210:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:207:0: note: Variable 'str' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:210:2: note: Variable 'str' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:312:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:308:0: note: Variable 'str' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:312:2: note: Variable 'str' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:333:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:329:0: note: Variable 'str' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:333:2: note: Variable 'str' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:426:21: style: The scope of the variable 'lpProps' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:541:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/libocpf/ocpf_write.c:544:12: style: The scope of the variable 'propID' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/dcesrv_mapiproxy.c:228:2: style: Variable 'server_id_printable' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/dcesrv_mapiproxy.c:226:0: note: Variable 'server_id_printable' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/dcesrv_mapiproxy.c:228:2: note: Variable 'server_id_printable' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/dcesrv_mapiproxy_nspi.c:132:10: style: The scope of the variable 'lpszA' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/dcesrv_mapiproxy_nspi.c:133:10: style: The scope of the variable 'exchname' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:58:2: style: Variable 'ldb_dn' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:45:0: note: Variable 'ldb_dn' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:58:2: note: Variable 'ldb_dn' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:627:2: style: Variable 'PidTagAttr' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:615:0: note: Variable 'PidTagAttr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:627:2: note: Variable 'PidTagAttr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:886:2: style: Variable 'dnstr' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:864:0: note: Variable 'dnstr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:886:2: note: Variable 'dnstr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:1059:2: style: Variable 'PidTagAttr' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:1047:0: note: Variable 'PidTagAttr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:1059:2: note: Variable 'PidTagAttr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:1190:2: style: Variable 'PidTagAttr' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:1175:0: note: Variable 'PidTagAttr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:1190:2: note: Variable 'PidTagAttr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:2359:2: style: Variable 'tmp_dn' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:2330:0: note: Variable 'tmp_dn' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:2359:2: note: Variable 'tmp_dn' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:246:16: style: The scope of the variable 'guid' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:282:16: style: The scope of the variable 'guid' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:409:10: style: The scope of the variable 'slashLessURL' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:410:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:444:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:493:30: style: The scope of the variable 'ldb_element' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:659:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:660:12: style: The scope of the variable 'current' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:661:11: style: The scope of the variable 'j' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:707:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:708:12: style: The scope of the variable 'current' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:709:11: style: The scope of the variable 'j' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:861:30: style: The scope of the variable 'el' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:1444:15: style: The scope of the variable 'mailboxDN' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:1445:18: style: The scope of the variable 'dn' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:1447:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:1903:36: style: The scope of the variable 'childIdAttr' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:1904:14: style: The scope of the variable 'row_fmid' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:2144:28: style: The scope of the variable 'mmsg' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_ldb.c:2242:10: style: The scope of the variable 'tofree' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:538:15: style: Redundant condition: row[1]. '!row[1] || (row[1] && !strcmp(row[1],"All"))' is equivalent to '!row[1] || !strcmp(row[1],"All")' [redundantCondition]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:530:29: style: Condition 'row==NULL' is always true [knownConditionTrueFalse]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:526:11: note: Assuming that condition 'row==NULL' is not redundant
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:530:29: note: Condition 'row==NULL' is always true
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:416:2: style: Variable 'conn' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:403:0: note: Variable 'conn' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:416:2: note: Variable 'conn' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:423:2: style: Variable 'sql' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:404:0: note: Variable 'sql' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:423:2: note: Variable 'sql' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:436:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:402:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:436:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:2619:2: style: Variable 'parent_is_mailbox' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:2613:0: note: Variable 'parent_is_mailbox' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:2619:2: note: Variable 'parent_is_mailbox' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:496:8: style: The scope of the variable 'num_fields' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:775:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:776:12: style: The scope of the variable 'current' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:777:11: style: The scope of the variable 'j' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:823:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:824:12: style: The scope of the variable 'current' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:825:11: style: The scope of the variable 'j' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:2783:28: style: The scope of the variable 'mmsg' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:2959:14: style: The scope of the variable 'attr' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:2960:8: style: The scope of the variable 'str_value' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:3026:12: style: The scope of the variable 'schema_file' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/backends/openchangedb_mysql.c:3028:16: style: The scope of the variable 'schema_dir' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/dcesrv_mapiproxy_server.c:173:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/dcesrv_mapiproxy_server.c:177:17: style: The scope of the variable 'server_name' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/dcesrv_mapiproxy_session.c:151:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/dcesrv_mapiproxy_session.c:184:65: error: Invalid memcmp() argument nr 3. A non-boolean value is required. [invalidFunctionArgBool]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/mapi_handles.c:426:2: style: Variable 'container_handle_str' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/mapi_handles.c:422:0: note: Variable 'container_handle_str' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/mapi_handles.c:426:2: note: Variable 'container_handle_str' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/mapi_handles.c:242:14: style: The scope of the variable 'mem_ctx' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/mapi_handles.c:421:13: style: The scope of the variable 'handle' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/modules.c:59:85: style: Function 'load_openchange_plugins' argument 2 names different: declaration 'path' definition 'subsystem'. [funcArgNamesDifferent]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/libmapiproxy.h:281:85: note: Function 'load_openchange_plugins' argument 2 names different: declaration 'path' definition 'subsystem'.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/modules.c:59:85: note: Function 'load_openchange_plugins' argument 2 names different: declaration 'path' definition 'subsystem'.
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/openchangedb.c:454:17: style: The scope of the variable 'subdata' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/openchangedb.c:455:21: style: The scope of the variable 'subvalue' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiproxy/openchangedb.c:458:28: style: The scope of the variable 'subdata_len' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapiserver/libmapiserver_oxcfxics.c:57:7: warning: Either the condition '!response' is redundant or there is possible null pointer dereference: response. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/mapiproxy/libmapiserver/libmapiserver_oxcfxics.c:56:6: note: Assuming that condition '!response' is not redundant
openchange-2.2-NANOPROBE/mapiproxy/libmapiserver/libmapiserver_oxcfxics.c:57:7: note: Null pointer dereference
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/indexing_mysql.c:319:16: style: The scope of the variable 'uri_like' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/indexing_mysql.c:463:9: style: The scope of the variable 'schema_created' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/indexing_mysql.c:464:10: style: The scope of the variable 'schema_file' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/indexing_tdb.c:282:10: style: The scope of the variable 'key_str' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/indexing_tdb.c:310:10: style: The scope of the variable 'key_str' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/indexing_tdb.c:346:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_ldb.c:201:2: style: Variable 'mem_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_ldb.c:186:0: note: Variable 'mem_ctx' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_ldb.c:201:2: note: Variable 'mem_ctx' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_ldb.c:192:12: style: The scope of the variable 'current_id' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_ldb.c:386:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_ldb.c:389:16: style: The scope of the variable 'data_path' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_ldb.c:392:21: style: The scope of the variable 'ldif' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_ldb.c:393:23: style: The scope of the variable 'msg' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_ldb.c:394:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_ldb.c:395:11: style: The scope of the variable 'f' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_mysql.c:319:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_mysql.c:316:0: note: Variable 'res' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_mysql.c:319:2: note: Variable 'res' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_mysql.c:410:2: style: Variable 'mem_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_mysql.c:403:0: note: Variable 'mem_ctx' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_mysql.c:410:2: note: Variable 'mem_ctx' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_mysql.c:561:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_mysql.c:549:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_mysql.c:561:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/backends/namedprops_mysql.c:618:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_indexing.c:50:14: style: The scope of the variable 'mem_ctx' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_interface.c:214:19: style: Redundant condition: If 'EXPR == '/'', the comparison 'EXPR' is always true. [redundantCondition]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_interface.c:215:19: style: Redundant condition: If 'EXPR == '/'', the comparison 'EXPR' is always true. [redundantCondition]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_interface.c:50:11: style: The scope of the variable 'mapping_path' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_interface.c:191:10: style: The scope of the variable 'retval' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_interface.c:196:12: style: The scope of the variable 'backend_uri' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_interface.c:973:7: style: The scope of the variable 'dec_year' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_interface.c:1071:11: style: The scope of the variable 'range' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_interface.c:1100:11: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_namedprops.c:238:14: style: struct member 'mapistore_namedprops_typarray::type_name' is never used. [unusedStructMember]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_notification.c:353:16: style: Same expression on both sides of '==' because the value of 'found' and 'false' are the same. [duplicateExpression]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_notification.c:295:19: note: 'found' is assigned value 'false' here.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_notification.c:353:16: note: Same expression on both sides of '==' because the value of 'found' and 'false' are the same.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_notification.c:419:16: style: Same expression on both sides of '==' because the value of 'found' and 'false' are the same. [duplicateExpression]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_notification.c:370:19: note: 'found' is assigned value 'false' here.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_notification.c:419:16: note: Same expression on both sides of '==' because the value of 'found' and 'false' are the same.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_processing.c:108:9: style: The scope of the variable 'dbpath' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_processing.c:110:9: style: The scope of the variable 'tmp_buf' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mapistore_processing.c:111:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mgmt/mapistore_mgmt.c:43:2: style: Variable 'ndr_pull' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mgmt/mapistore_mgmt.c:41:0: note: Variable 'ndr_pull' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mgmt/mapistore_mgmt.c:43:2: note: Variable 'ndr_pull' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mgmt/mapistore_mgmt_messages.c:71:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mgmt/mapistore_mgmt_send.c:58:5: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_uint]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mgmt/mapistore_mgmt_send.c:238:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mgmt/mapistore_mgmt_send.c:219:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/mgmt/mapistore_mgmt_send.c:238:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/tests/mapistore_test.c:111:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/tests/mapistore_test.c:110:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/tests/mapistore_test.c:111:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/tests/mapistore_test.c:112:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/tests/mapistore_test.c:111:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/tests/mapistore_test.c:112:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/tests/mapistore_test.c:114:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/tests/mapistore_test.c:112:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/libmapistore/tests/mapistore_test.c:114:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/modules/mpm_pack.c:161:9: style: The scope of the variable 'found' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/modules/mpm_pack.c:292:17: style: The scope of the variable 'opnum' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/modules/mpm_pack.c:305:13: style: Checking if unsigned variable 'opnum' is less than zero. [unsignedLessThanZero]
openchange-2.2-NANOPROBE/mapiproxy/modules/mpm_pack.c:273:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:247:34: style: The scope of the variable 'session' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:248:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp.c:232:2: style: Variable 'username' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp.c:227:0: note: Variable 'username' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp.c:232:2: note: Variable 'username' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1356:53: warning: Logical disjunction always evaluates to true: EXPR != 2 || EXPR != 1. [incorrectLogicOperator]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2663:12: warning: Either the condition 'object' is redundant or there is possible null pointer dereference: object. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2642:6: note: Assuming that condition 'object' is not redundant
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2663:12: note: Null pointer dereference
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:545:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:536:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:545:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:762:2: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:760:0: note: Variable 'object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:762:2: note: Variable 'object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2594:2: style: Variable 'contextID' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2590:0: note: Variable 'contextID' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2594:2: note: Variable 'contextID' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1237:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:211:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:335:13: style: The scope of the variable 'parentFolderID' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:336:22: style: The scope of the variable 'value' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:398:43: style: The scope of the variable 'mailbox_object' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:402:12: style: The scope of the variable 'owner' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:404:14: style: The scope of the variable 'parent_fid' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:405:12: style: The scope of the variable 'local_ctx' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:629:18: style: The scope of the variable 'stream_data' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:634:13: style: The scope of the variable 'propType' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:789:16: style: The scope of the variable 'aRow' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:880:24: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:939:11: style: The scope of the variable 'data_pointers' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:944:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1093:16: style: The scope of the variable 'displayName' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1093:30: style: The scope of the variable 'accountName' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1095:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1193:11: style: The scope of the variable 'folderID' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1225:23: style: The scope of the variable 'is_special' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1352:12: style: The scope of the variable 'folderID' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1353:12: style: The scope of the variable 'mstore_type' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1510:13: style: The scope of the variable 'contextID' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1586:13: style: The scope of the variable 'parentFolderId' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1587:10: style: The scope of the variable 'mapistore_folder' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1588:11: style: The scope of the variable 'odb_ctx' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:1589:11: style: The scope of the variable 'owner' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2592:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2703:15: style: The scope of the variable 'mem_ctx' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2704:23: style: The scope of the variable 'new_cvalues' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2706:11: style: The scope of the variable 'mapistore_uri_len' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2706:30: style: The scope of the variable 'new_uri_len' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2707:9: style: The scope of the variable 'mapistore' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2905:11: style: The scope of the variable 'old_length' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_object.c:2906:11: style: The scope of the variable 'old_data' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_provisioning.c:115:2: style: Variable 'dn_root' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_provisioning.c:97:0: note: Variable 'dn_root' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_provisioning.c:115:2: note: Variable 'dn_root' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_provisioning.c:118:2: style: Variable 'cn_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_provisioning.c:99:0: note: Variable 'cn_ptr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_provisioning.c:118:2: note: Variable 'cn_ptr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_provisioning.c:121:2: style: Variable 'dn_user' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_provisioning.c:98:0: note: Variable 'dn_user' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_provisioning.c:121:2: note: Variable 'dn_user' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/emsmdbp_provisioning.c:309:11: style: The scope of the variable 'exists' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfold.c:593:2: style: Variable 'handle_object' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfold.c:570:0: note: Variable 'handle_object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfold.c:593:2: note: Variable 'handle_object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfold.c:830:2: style: Variable 'folder_object' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfold.c:818:0: note: Variable 'folder_object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfold.c:830:2: note: Variable 'folder_object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfold.c:920:2: style: Variable 'mapistore' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfold.c:899:0: note: Variable 'mapistore' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfold.c:920:2: note: Variable 'mapistore' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:2967:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:2961:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:2967:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:542:17: style: The scope of the variable 'local_mem_ctx' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:543:22: style: The scope of the variable 'retvals' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:544:38: style: The scope of the variable 'recipient' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:545:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:545:17: style: The scope of the variable 'j' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:629:25: style: The scope of the variable 'properties' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:631:12: style: The scope of the variable 'data_pointers' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:632:21: style: The scope of the variable 'retvals' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:633:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:691:15: style: The scope of the variable 'mem_ctx' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:696:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:696:15: style: The scope of the variable 'method' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:696:23: style: The scope of the variable 'contextID' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:698:10: style: The scope of the variable 'data_pointers' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:1551:24: style: The scope of the variable 'min_value_buffer' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:1551:42: style: The scope of the variable 'mark_idx' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:1551:52: style: The scope of the variable 'max_cutmark' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:1595:24: style: The scope of the variable 'min_value_buffer' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcfxics.c:2632:20: style: The scope of the variable 'high_cn' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcmsg.c:220:2: style: Variable 'context_object' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcmsg.c:190:0: note: Variable 'context_object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcmsg.c:220:2: note: Variable 'context_object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcmsg.c:124:9: style: The scope of the variable 'data' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcprpt.c:1135:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:334:57: style: Redundant condition: If 'EXPR == '.'', the comparison 'EXPR' is always true. [redundantCondition]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:339:22: style: Redundant condition: If 'EXPR == '.'', the comparison 'EXPR' is always true. [redundantCondition]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:79:14: warning: Either the condition 'if(username&&emsmdbp_ctx->username&&strcmp(username,emsmdbp_ctx->username)==0)' is redundant or there is possible null pointer dereference: username. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:104:5: note: Assuming that condition 'if(username&&emsmdbp_ctx->username&&strcmp(username,emsmdbp_ctx->username)==0)' is not redundant
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:79:14: note: Null pointer dereference
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:241:3: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:239:3: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:241:3: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:381:2: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:369:0: note: Variable 'object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:381:2: note: Variable 'object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:491:2: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:480:0: note: Variable 'object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:491:2: note: Variable 'object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:601:2: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:591:0: note: Variable 'object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:601:2: note: Variable 'object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:730:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:834:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxcstor.c:208:26: style: The scope of the variable 'object' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxomsg.c:554:2: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxomsg.c:530:0: note: Variable 'object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/emsmdb/oxomsg.c:554:2: note: Variable 'object' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:173:2: warning: Either the condition '!handle' is redundant or there is possible null pointer dereference: handle. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:169:6: note: Assuming that condition '!handle' is not redundant
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:173:2: note: Null pointer dereference
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:174:19: warning: Either the condition '!handle' is redundant or there is possible null pointer dereference: handle. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:169:6: note: Assuming that condition '!handle' is not redundant
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:174:19: note: Null pointer dereference
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:192:3: warning: Either the condition '!session' is redundant or there is possible null pointer dereference: session. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:188:7: note: Assuming that condition '!session' is not redundant
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:192:3: note: Null pointer dereference
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:193:8: warning: Either the condition '!session' is redundant or there is possible null pointer dereference: session. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:188:7: note: Assuming that condition '!session' is not redundant
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:193:8: note: Null pointer dereference
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:197:19: warning: Either the condition '!handle' is redundant or there is possible null pointer dereference: handle. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:169:6: note: Assuming that condition '!handle' is not redundant
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:197:19: note: Null pointer dereference
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:314:13: warning: Either the condition '!mids' is redundant or there is possible null pointer dereference: mids. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:301:13: note: Assuming that condition '!mids' is not redundant
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:314:13: note: Null pointer dereference
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:517:2: style: Variable 'emsabp_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:510:0: note: Variable 'emsabp_ctx' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:517:2: note: Variable 'emsabp_ctx' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:730:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:729:5: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:730:5: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:121:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:128:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:146:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:158:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:164:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:170:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:189:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:194:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:205:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:230:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:257:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:284:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:289:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:302:17: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:369:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:397:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:402:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:488:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:492:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:519:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:587:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:615:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:620:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:635:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:655:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:673:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:706:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:711:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:736:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:754:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:782:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:787:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:794:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:829:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:842:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:860:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:879:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:908:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:913:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:923:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:927:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:955:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:974:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:993:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1012:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1031:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1050:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1091:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1097:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1102:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1165:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1202:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1207:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1213:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1218:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1281:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:70:11: style: The scope of the variable 'ulPropTag' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:222:31: style: The scope of the variable 'session' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:223:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1077:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1192:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:1085:68: warning: Identical condition 'pStat->SortType==SortTypePhoneticDisplayName', second condition is always false [identicalConditionAfterEarlyExit]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:1081:22: note: first condition
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:1085:68: note: second condition
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:198:2: style: Variable 'username' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:195:0: note: Variable 'username' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:198:2: note: Variable 'username' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:254:2: style: Variable 'guid' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:249:0: note: Variable 'guid' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:254:2: note: Variable 'guid' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:967:2: style: Variable 'ldb_dn' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:938:0: note: Variable 'ldb_dn' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:967:2: note: Variable 'ldb_dn' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:977:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:955:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:977:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:1197:2: style: Variable 'ldb_dn' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:1188:0: note: Variable 'ldb_dn' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:1197:2: note: Variable 'ldb_dn' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:624:14: style: The scope of the variable 'dn' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:625:9: style: The scope of the variable 'data' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:626:11: style: The scope of the variable 'ulPropTag' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:701:12: style: The scope of the variable 'ulPropTag' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:702:10: style: The scope of the variable 'data' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:773:9: style: The scope of the variable 'proptag' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:1075:16: style: The scope of the variable 'dn' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:1077:16: style: The scope of the variable 'fmt_attr' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp.c:1012:12: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp_tdb.c:235:2: style: Variable 'value_str' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp_tdb.c:231:0: note: Variable 'value_str' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp_tdb.c:235:2: note: Variable 'value_str' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp_tdb.c:55:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp_tdb.c:273:10: style: The scope of the variable 'MId' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/servers/default/nspi/emsabp_tdb.c:274:12: style: The scope of the variable 'value' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/services/plugins/dovecot/ocsmanager-plugin.c:148:30: style: The scope of the variable 'msg' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/services/plugins/dovecot/ocsmanager-plugin.c:149:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/mapiproxy/util/mysql.c:46:36: warning: Either the condition '!connection_string' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openchange-2.2-NANOPROBE/mapiproxy/util/mysql.c:47:6: note: Assuming that condition '!connection_string' is not redundant
openchange-2.2-NANOPROBE/mapiproxy/util/mysql.c:46:36: note: Null pointer addition
openchange-2.2-NANOPROBE/ndr_mapi.c:363:11: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:397:14: style: The scope of the variable 'cntr_AUX_HEADER_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:583:18: style: The scope of the variable 'count' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:584:11: style: The scope of the variable 'cntr_mapi_req_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:585:14: style: The scope of the variable '_mem_save_mapi_req_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:586:14: style: The scope of the variable '_mem_save_handles_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:632:14: style: The scope of the variable '_mem_save_mapi_repl_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:857:14: style: The scope of the variable '_mem_save_mapi_request_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:858:14: style: The scope of the variable '_mem_save_mapi_response_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1011:11: style: The scope of the variable 'cntr_rgwClientVersion_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1012:11: style: The scope of the variable 'cntr_rgwServerVersion_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1013:11: style: The scope of the variable 'cntr_rgwBestVersion_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1130:11: style: The scope of the variable 'cntr_rgwClientVersion_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1131:11: style: The scope of the variable 'cntr_rgwServerVersion_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1132:11: style: The scope of the variable 'cntr_rgwBestVersion_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1133:14: style: The scope of the variable '_mem_save_handle_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1134:14: style: The scope of the variable '_mem_save_pcmsPollsMax_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1135:14: style: The scope of the variable '_mem_save_pcRetry_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1136:14: style: The scope of the variable '_mem_save_pcmsRetryDelay_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1137:14: style: The scope of the variable '_mem_save_picxr_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1138:14: style: The scope of the variable '_mem_save_szDNPrefix_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1139:14: style: The scope of the variable '_mem_save_szDNPrefix_1' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1140:14: style: The scope of the variable '_mem_save_szDisplayName_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1141:14: style: The scope of the variable '_mem_save_szDisplayName_1' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1143:14: style: The scope of the variable '_mem_save_rgbAuxIn_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1145:14: style: The scope of the variable '_mem_save_rgbAuxOut_1' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1355:11: style: The scope of the variable 'cntr_rgwClientVersion_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1356:11: style: The scope of the variable 'cntr_rgwServerVersion_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1357:11: style: The scope of the variable 'cntr_rgwBestVersion_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1493:26: style: The scope of the variable 'mapi_request' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1494:27: style: The scope of the variable 'mapi_response' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1608:12: style: The scope of the variable 'cntr_rgbAuxOut_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1613:26: style: The scope of the variable 'mapi_request' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:1614:27: style: The scope of the variable 'mapi_response' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2098:14: style: The scope of the variable '_mem_save_res_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2189:11: style: The scope of the variable 'cntr_FolderIds_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2220:11: style: The scope of the variable 'cntr_FolderIds_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2221:14: style: The scope of the variable '_mem_save_FolderIds_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2256:11: style: The scope of the variable 'cntr_FolderIds_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2330:7: style: The scope of the variable 'subjectIsSet' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2330:21: style: The scope of the variable 'locationIsSet' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2379:7: style: The scope of the variable 'subjectIsSet' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2379:21: style: The scope of the variable 'locationIsSet' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2432:11: style: The scope of the variable 'cntr_ExceptionInfo_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2433:11: style: The scope of the variable 'cntr_ReservedBlock1_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2434:11: style: The scope of the variable 'cntr_ExtendedException_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2435:11: style: The scope of the variable 'cntr_ReservedBlock2_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2477:11: style: The scope of the variable 'cntr_ExceptionInfo_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2478:14: style: The scope of the variable '_mem_save_ExceptionInfo_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2479:11: style: The scope of the variable 'cntr_ReservedBlock1_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2480:14: style: The scope of the variable '_mem_save_ReservedBlock1_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2481:11: style: The scope of the variable 'cntr_ExtendedException_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2482:14: style: The scope of the variable '_mem_save_ExtendedException_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2483:11: style: The scope of the variable 'cntr_ReservedBlock2_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/ndr_mapi.c:2484:14: style: The scope of the variable '_mem_save_ReservedBlock2_0' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/php/mapi_appointment.c:51:26: style: Unused variable: obj [unusedVariable]
openchange-2.2-NANOPROBE/php/mapi_appointment.c:52:19: style: Unused variable: retval [unusedVariable]
openchange-2.2-NANOPROBE/php/mapi_appointment.c:53:24: style: Unused variable: SPropTagArray [unusedVariable]
openchange-2.2-NANOPROBE/php/mapi_attachment_table.c:48:8: style: Unused variable: i [unusedVariable]
openchange-2.2-NANOPROBE/php/mapi_folder.c:358:17: style: Same expression on both sides of '!=' because the value of 'open_mode' and '0' are the same. [duplicateExpression]
openchange-2.2-NANOPROBE/php/mapi_folder.c:352:38: note: 'open_mode' is assigned value '0' here.
openchange-2.2-NANOPROBE/php/mapi_folder.c:358:17: note: Same expression on both sides of '!=' because the value of 'open_mode' and '0' are the same.
openchange-2.2-NANOPROBE/php/mapi_folder.c:160:94: style: Variable 'obj_parent' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/php/mapi_folder_table.c:109:13: style: The scope of the variable 'prop_value' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/php/mapi_folder_table.c:47:8: style: Unused variable: i [unusedVariable]
openchange-2.2-NANOPROBE/php/mapi_mailbox.c:136:35: style: Function 'create_mailbox_object' argument 1 names different: declaration 'session' definition 'php_session'. [funcArgNamesDifferent]
openchange-2.2-NANOPROBE/php/mapi_mailbox.h:56:35: note: Function 'create_mailbox_object' argument 1 names different: declaration 'session' definition 'php_session'.
openchange-2.2-NANOPROBE/php/mapi_mailbox.c:136:35: note: Function 'create_mailbox_object' argument 1 names different: declaration 'session' definition 'php_session'.
openchange-2.2-NANOPROBE/php/mapi_mailbox.c:174:93: style: Variable 'obj_parent' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/php/mapi_mailbox.c:222:11: style: Unused variable: count [unusedVariable]
openchange-2.2-NANOPROBE/php/mapi_mailbox.c:249:36: style: Variable 'this_obj' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/php/mapi_message.c:588:2: style: Variable 'lpProps' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/php/mapi_message.c:583:0: note: Variable 'lpProps' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/php/mapi_message.c:588:2: note: Variable 'lpProps' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/php/mapi_message.c:805:13: style: Same expression on both sides of '==' because the value of 'base64' and 'NULL' are the same. [duplicateExpression]
openchange-2.2-NANOPROBE/php/mapi_message.c:797:25: note: 'base64' is assigned value 'NULL' here.
openchange-2.2-NANOPROBE/php/mapi_message.c:805:13: note: Same expression on both sides of '==' because the value of 'base64' and 'NULL' are the same.
openchange-2.2-NANOPROBE/php/mapi_message.c:695:41: style: Function 'mapi_message_get_attachment' argument 1 names different: declaration 'message' definition 'z_message'. [funcArgNamesDifferent]
openchange-2.2-NANOPROBE/php/mapi_message.h:73:41: note: Function 'mapi_message_get_attachment' argument 1 names different: declaration 'message' definition 'z_message'.
openchange-2.2-NANOPROBE/php/mapi_message.c:695:41: note: Function 'mapi_message_get_attachment' argument 1 names different: declaration 'message' definition 'z_message'.
openchange-2.2-NANOPROBE/php/mapi_message.c:164:91: style: Variable 'obj_parent' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/php/mapi_message.c:233:10: style: Unused variable: result [unusedVariable]
openchange-2.2-NANOPROBE/php/mapi_message_table.c:111:13: style: The scope of the variable 'prop_value' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/php/mapi_message_table.c:62:3: error: Uninitialized variable: new_obj [uninitvar]
openchange-2.2-NANOPROBE/php/mapi_message_table.c:64:3: error: Uninitialized variable: new_obj [uninitvar]
openchange-2.2-NANOPROBE/php/mapi_message_table.c:66:3: error: Uninitialized variable: new_obj [uninitvar]
openchange-2.2-NANOPROBE/php/mapi_profile.c:142:99: style: Variable 'obj_parent' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/php/mapi_profile.c:201:16: style: Variable 'profile_obj' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/php/mapi_profile_db.c:261:3: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/php/mapi_profile_db.c:256:0: note: Variable 'name' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/php/mapi_profile_db.c:261:3: note: Variable 'name' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/php/mapi_profile_db.c:209:15: style: The scope of the variable 'err_str' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/php/mapi_profile_db.c:242:15: style: The scope of the variable 'err_str' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/php/mapi_profile_db.c:288:71: style: Variable 'this_obj' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/php/mapi_profile_db.c:319:12: style: Variable 'profile' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/php/mapi_session.c:167:22: style: Same expression on both sides of '==' because the value of 'username' and 'NULL' are the same. [duplicateExpression]
openchange-2.2-NANOPROBE/php/mapi_session.c:152:21: note: 'username' is assigned value 'NULL' here.
openchange-2.2-NANOPROBE/php/mapi_session.c:167:22: note: Same expression on both sides of '==' because the value of 'username' and 'NULL' are the same.
openchange-2.2-NANOPROBE/php/mapi_session.c:146:93: style: Variable 'obj_parent' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/php/mapi_session.c:155:30: style: Unused variable: profile [unusedVariable]
openchange-2.2-NANOPROBE/php/mapi_session.c:156:15: style: Unused variable: talloc_ctx [unusedVariable]
openchange-2.2-NANOPROBE/php/mapi_session.c:174:13: style: Variable 'this_obj' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/php/mapi_table.c:81:60: style: Function 'MAPITableClassSetObjectHandlers' argument 1 names different: declaration 'handler' definition 'handlers'. [funcArgNamesDifferent]
openchange-2.2-NANOPROBE/php/mapi_table.h:57:60: note: Function 'MAPITableClassSetObjectHandlers' argument 1 names different: declaration 'handler' definition 'handlers'.
openchange-2.2-NANOPROBE/php/mapi_table.c:81:60: note: Function 'MAPITableClassSetObjectHandlers' argument 1 names different: declaration 'handler' definition 'handlers'.
openchange-2.2-NANOPROBE/php/mapi_table.c:158:91: style: Variable 'obj_parent' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/pyopenchange/mapistore/freebusy_properties.c:131:35: style: The scope of the variable 'nbr_minute_ranges' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/pyopenchange/mapistore/freebusy_properties.c:133:12: style: The scope of the variable 'minutes_range_start' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/pyopenchange/mapistore/mgmt.c:57:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/pyopenchange/mapistore/mgmt.c:142:12: style: The scope of the variable 'item' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/pyopenchange/mapistore/pymapistore.c:471:12: style: The scope of the variable 'datetime_dict' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/pyopenchange/pyocpf.c:60:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openchange-2.2-NANOPROBE/qt/lib/foldermodel.h:18:5: style: Class 'FolderModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openchange-2.2-NANOPROBE/qt/lib/messagesmodel.h:19:5: style: Class 'MessagesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openchange-2.2-NANOPROBE/qt/lib/foldermodel.cpp:64:7: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/qt/lib/foldermodel.cpp:68:7: style: Exception should be caught by reference. [catchExceptionByValue]
openchange-2.2-NANOPROBE/qt/lib/messagesmodel.cpp:33:121: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openchange-2.2-NANOPROBE/testprogs/check_fasttransfer.c:91:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openchange-2.2-NANOPROBE/testprogs/check_fasttransfer.c:100:5: note: Found duplicate branches for 'if' and 'else'.
openchange-2.2-NANOPROBE/testprogs/check_fasttransfer.c:91:10: note: Found duplicate branches for 'if' and 'else'.
openchange-2.2-NANOPROBE/testprogs/check_fasttransfer.c:246:28: style: The scope of the variable 'lp_ctx' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/testprogs/list-folders.c:163:3: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/testprogs/list-folders.c:156:3: note: Variable 'size' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/testprogs/list-folders.c:163:3: note: Variable 'size' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/testprogs/list-folders.c:189:3: style: Variable 'data->PersistID' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/testprogs/list-folders.c:188:3: note: Variable 'data->PersistID' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/testprogs/list-folders.c:189:3: note: Variable 'data->PersistID' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/testprogs/list-folders.c:193:3: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/testprogs/list-folders.c:185:3: note: Variable 'size' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/testprogs/list-folders.c:193:3: note: Variable 'size' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/testprogs/list-folders.c:92:19: style: The scope of the variable 'bin' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/testprogs/list-folders.c:93:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/testprogs/list-folders.c:94:14: style: The scope of the variable 'names' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/testprogs/list-folders.c:152:11: style: The scope of the variable 'size' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/testprogs/list-folders.c:180:11: style: The scope of the variable 'size' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/testprogs/list-folders.c:250:27: style: The scope of the variable 'array' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/testprogs/test_asyncnotif.c:302:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openchange-2.2-NANOPROBE/testprogs/test_asyncnotif.c:321:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openchange-2.2-NANOPROBE/utils/backup/openchangemapidump.c:309:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openchange-2.2-NANOPROBE/utils/backup/openchangemapidump.c:249:25: style: The scope of the variable 'SPropTagArray' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/backup/openchangemapidump.c:258:21: style: The scope of the variable 'fid' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/backup/openchangemapidump.c:260:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/backup/openchangemapidump.c:51:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/backup/openchangemapidump.c:72:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/backup/openchangemapidump.c:93:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/exchange2ical_tool.c:232:5: portability: %zi in format string (no. 1) requires 'size_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openchange-2.2-NANOPROBE/utils/exchange2ical_tool.c:79:16: style: The scope of the variable 'parser' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/exchange2ical_tool.c:80:19: style: The scope of the variable 'ical' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/exchange2ical_tool.c:81:19: style: The scope of the variable 'vevent' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:868:28: style: Redundant condition: attach_filename. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:354:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:354:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:975:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:1221:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:1259:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:889:42: warning: Either the condition 'magic' is redundant or there is possible null pointer dereference: magic. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:877:12: note: Assuming that condition 'magic' is not redundant
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:889:42: note: Null pointer dereference
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:570:2: style: Variable 'has_attach' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:556:0: note: Variable 'has_attach' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:570:2: note: Variable 'has_attach' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:571:2: style: Variable 'to' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:546:0: note: Variable 'to' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:571:2: note: Variable 'to' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:572:2: style: Variable 'cc' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:547:0: note: Variable 'cc' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:572:2: note: Variable 'cc' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:573:2: style: Variable 'bcc' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:548:0: note: Variable 'bcc' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:573:2: note: Variable 'bcc' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:217:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:217:19: style: The scope of the variable 'j' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:218:9: style: The scope of the variable 'found' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:219:11: style: The scope of the variable 'del_msgids' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:220:16: style: The scope of the variable 'del_count' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:323:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/exchange2mbox.c:401:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/mapiprofile.c:390:3: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapiprofile.c:387:0: note: Variable 'name' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapiprofile.c:390:3: note: Variable 'name' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/mapitest.c:45:2: style: Variable 'mt->session' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/mapitest.c:43:2: note: Variable 'mt->session' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/mapitest.c:45:2: note: Variable 'mt->session' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:503:2: style: Variable 'retstr' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:495:0: note: Variable 'retstr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:503:2: note: Variable 'retstr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:540:2: style: Variable 'retstr' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:532:0: note: Variable 'retstr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:540:2: note: Variable 'retstr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:572:2: style: Variable 'retstr' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:570:0: note: Variable 'retstr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:572:2: note: Variable 'retstr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:609:2: style: Variable 'retstr' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:601:0: note: Variable 'retstr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/mapitest_print.c:609:2: note: Variable 'retstr' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:62:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:60:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:62:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:91:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:89:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:91:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:125:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:123:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:125:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:153:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:151:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:153:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:185:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:183:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:185:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:216:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:214:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:216:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:249:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:247:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:249:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:270:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:268:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:270:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:292:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:290:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:292:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:321:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:319:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:321:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:342:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:340:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:342:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:379:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:377:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:379:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:402:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:400:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:402:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:428:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:426:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:428:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:448:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:446:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:448:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:468:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:466:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:468:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:508:2: style: Variable 'suite' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/module.c:506:0: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/module.c:508:2: note: Variable 'suite' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_lzxpress.c:52:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_lzxpress.c:36:0: note: Variable 'filename' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_lzxpress.c:52:2: note: Variable 'filename' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_mapidump.c:503:2: style: Variable 'props.lpProps[5].ulPropTag' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_mapidump.c:502:2: note: Variable 'props.lpProps[5].ulPropTag' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_mapidump.c:503:2: note: Variable 'props.lpProps[5].ulPropTag' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_noserver.c:207:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_noserver.c:195:0: note: Variable 'filename' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_noserver.c:207:2: note: Variable 'filename' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:275:2: style: Variable 'SPropTagArray' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:265:0: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:275:2: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:290:2: style: Variable 'lpProp' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:266:0: note: Variable 'lpProp' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:290:2: note: Variable 'lpProp' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:300:2: style: Variable 'RowSet' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:264:0: note: Variable 'RowSet' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:300:2: note: Variable 'RowSet' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:301:2: style: Variable 'MIds' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:267:0: note: Variable 'MIds' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:301:2: note: Variable 'MIds' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:758:2: style: Variable 'ppData' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:753:0: note: Variable 'ppData' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:758:2: note: Variable 'ppData' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:824:2: style: Variable 'SPropTagArray' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:819:0: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:824:2: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:950:2: style: Variable 'SPropTagArray' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:937:0: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_nspi.c:950:2: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcfold.c:954:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcfold.c:951:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcfold.c:954:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcfold.c:965:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcfold.c:962:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcfold.c:965:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcfold.c:1144:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcmsg.c:149:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcmsg.c:194:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcmsg.c:524:11: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcmsg.c:1372:11: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcperm.c:90:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcperm.c:88:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcperm.c:90:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcperm.c:172:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcperm.c:170:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcperm.c:172:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:225:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:220:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:225:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:244:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:239:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:244:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:303:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:302:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:303:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:371:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:365:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:371:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:450:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:449:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:450:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:830:2: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:817:0: note: Variable 'stream' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:830:2: note: Variable 'stream' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1121:2: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1107:0: note: Variable 'stream' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1121:2: note: Variable 'stream' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1224:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1219:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1224:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1280:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1278:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1280:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1429:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1426:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1429:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1994:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1991:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:1994:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:2512:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:2506:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:2512:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:2575:2: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:2565:0: note: Variable 'stream' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:2575:2: note: Variable 'stream' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxcprpt.c:244:11: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxomsg.c:270:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxomsg.c:269:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxomsg.c:270:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/mapitest/modules/module_oxomsg.c:428:11: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/openchange-tools.c:307:2: style: Variable 'mem_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchange-tools.c:305:0: note: Variable 'mem_ctx' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchange-tools.c:307:2: note: Variable 'mem_ctx' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchange-tools.c:55:14: style: The scope of the variable 'str' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:509:31: style: Redundant condition: attach_filename. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2486:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:513:44: warning: Either the condition 'attach_filename' is redundant or there is possible null pointer dereference: attach_filename. [nullPointerRedundantCheck]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:509:35: note: Assuming that condition 'attach_filename' is not redundant
openchange-2.2-NANOPROBE/utils/openchangeclient.c:513:44: note: Null pointer dereference
openchange-2.2-NANOPROBE/utils/openchangeclient.c:118:2: style: Variable 'folder' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:110:0: note: Variable 'folder' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:118:2: note: Variable 'folder' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:1433:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:1431:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:1433:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:1984:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:1982:0: note: Variable 'item' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:1984:2: note: Variable 'item' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2059:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2057:0: note: Variable 'item' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2059:2: note: Variable 'item' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2143:2: style: Variable 'SPropTagArray' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2122:0: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2143:2: note: Variable 'SPropTagArray' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2364:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2362:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2364:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2605:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2604:4: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2605:3: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2668:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2661:0: note: Variable 'item' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2668:2: note: Variable 'item' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2702:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2697:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2702:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2704:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2702:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2704:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2706:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2704:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2706:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2713:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2711:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2713:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openchange-2.2-NANOPROBE/utils/openchangeclient.c:970:14: style: The scope of the variable 'id_messages' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:971:12: style: The scope of the variable 'count_messages' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:972:12: style: The scope of the variable 'count_rows' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:975:12: style: The scope of the variable 'len' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:1076:20: style: The scope of the variable 'start_date' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:1077:20: style: The scope of the variable 'end_date' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:1339:20: style: The scope of the variable 'start_date' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:1340:20: style: The scope of the variable 'end_date' can be reduced. [variableScope]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:1054:11: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2694:11: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/openchangeclient.c:2713:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openchange-2.2-NANOPROBE/utils/openchangepfadmin.c:178:12: style: The scope of the variable 'prop_count' can be reduced. [variableScope]
[12:40]

ftp://ftp.se.debian.org/debian/pool/main/o/opencity/opencity_0.0.6.5stable.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openclipart/openclipart_0.18+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openclipart2/openclipart2_2.0+dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openclonk/openclonk_8.1.orig.tar.xz
openclonk-8.1/planet/Arena.ocf/DarkMine.ocs/Map.c:186:40: error: Expression 'Algo=MAPALGO_Or,Op=[border_holes,{Algo=MAPALGO_Rect,X=large_cave.X-2,Y=large_cave.Y-large_cave.Hgt,Wdt=5,Hgt=2*large_cave.Hgt}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Arena.ocf/DarkMine.ocs/Map.c:187:40: error: Expression 'Algo=MAPALGO_And,Op=[cave_border,{Algo=MAPALGO_Not,Op=border_holes}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:76:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:77:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:90:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:91:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:168:0: style: Variable 'w_list' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:168:28: style: Unused variable: Dynamite [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:168:38: style: Unused variable: IronBomb [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:168:48: style: Unused variable: Shovel [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:168:56: style: Unused variable: Loam [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:170:0: style: Variable 'w_list' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:170:22: style: Unused variable: Shield [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:170:30: style: Unused variable: Sword [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:170:37: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:170:46: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:181:0: style: Variable 'w_list' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:181:28: style: Unused variable: Dynamite [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:181:38: style: Unused variable: IronBomb [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:181:48: style: Unused variable: Shovel [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:181:56: style: Unused variable: Loam [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:182:0: style: Variable 'maxcount' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:186:0: style: Variable 'w_list' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:186:22: style: Unused variable: Shield [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:186:30: style: Unused variable: Sword [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:186:37: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:186:46: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:187:0: style: Variable 'maxcount' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:212:23: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:212:32: style: Unused variable: Club [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:212:38: style: Variable 'Firestone' is not assigned a value. [unassignedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:212:49: style: Unused variable: Dynamite [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:212:59: style: Unused variable: IronBomb [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:221:23: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:221:32: style: Unused variable: Dynamite [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:221:42: style: Unused variable: IronBomb [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:221:52: style: Unused variable: WindScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:221:64: style: Unused variable: FrostboltScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:221:81: style: Unused variable: Loam [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/Script.c:221:87: style: Unused variable: HardeningScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/FrozenFortress.ocs/System.ocg/Explode.c:171:19: error: Uninitialized variable: vx [uninitvar]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/LifeGem.ocd/Script.c:19:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:154:0: style: Variable 'w_list' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:154:28: style: Unused variable: Dynamite [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:154:38: style: Unused variable: Ropeladder [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:156:0: style: Variable 'w_list' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:156:22: style: Unused variable: Sword [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:156:29: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:165:0: style: Variable 'w_list' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:165:28: style: Unused variable: Dynamite [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:165:38: style: Unused variable: Shovel [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:165:46: style: Unused variable: Loam [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:165:52: style: Unused variable: Ropeladder [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:165:64: style: Unused variable: SlowGem [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:166:0: style: Variable 'maxcount' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:170:0: style: Variable 'w_list' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:170:24: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:170:33: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:170:46: style: Unused variable: ShieldGem [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:171:0: style: Variable 'maxcount' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:195:24: style: Unused variable: Sword [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:195:31: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:195:40: style: Unused variable: Club [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:195:46: style: Unused variable: Firestone [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:203:24: style: Unused variable: Sword [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:203:31: style: Unused variable: Club [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:203:37: style: Unused variable: Bow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:203:42: style: Unused variable: Dynamite [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:203:52: style: Unused variable: Firestone [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:203:63: style: Unused variable: SlowGem [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:203:72: style: Unused variable: ShieldGem [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:228:25: style: Unused variable: ShieldGem [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Hideout.ocs/Script.c:233:28: style: Unused variable: DynamiteBox [unusedVariable]
openclonk-8.1/planet/Arena.ocf/HotIce.ocs/Script.c:282:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Arena.ocf/HotIce.ocs/System.ocg/MiamiEffects.c:30:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/BeRich.ocd/Script.c:38:20: style: Variable 'onlyoneteam' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/Script.c:202:3: style: Variable 'materials' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:41:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:43:13: style: Unused variable: Basement [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:43:23: style: Unused variable: WindGenerator [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:43:38: style: Unused variable: SteamEngine [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:43:51: style: Unused variable: Compensator [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:43:64: style: Unused variable: Sawmill [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:43:73: style: Unused variable: Foundry [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:43:82: style: Unused variable: Elevator [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:43:92: style: Unused variable: ToolsWorkshop [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:43:107: style: Unused variable: ChemicalLab [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:43:120: style: Unused variable: Chest [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:43:127: style: Unused variable: WoodenBridge [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:45:3: style: Unused variable: Shovel [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:45:11: style: Unused variable: Hammer [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:45:19: style: Unused variable: Axe [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:45:24: style: Unused variable: Pickaxe [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:45:33: style: Unused variable: Barrel [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:45:41: style: Unused variable: Bucket [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:45:49: style: Unused variable: Torch [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:45:56: style: Unused variable: Lantern [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:47:3: style: Unused variable: Metal [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:47:10: style: Unused variable: Loam [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:47:16: style: Unused variable: GoldBar [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:49:3: style: Unused variable: Dynamite [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:49:13: style: Unused variable: DynamiteBox [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:60:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:71:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:73:12: style: Unused variable: Loom [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:75:3: style: Unused variable: Sickle [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:77:3: style: Unused variable: Cloth [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:77:10: style: Unused variable: Flour [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:86:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:3: style: Unused variable: Bow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:8: style: Unused variable: Arrow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:15: style: Unused variable: FireArrow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:26: style: Unused variable: BombArrow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:37: style: Unused variable: Club [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:43: style: Unused variable: Sword [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:50: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:59: style: Unused variable: Shield [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:67: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:80: style: Unused variable: LeadBullet [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:92: style: Unused variable: IronBomb [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:102: style: Unused variable: GrenadeLauncher [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:119: style: Unused variable: PowderKeg [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:130: style: Unused variable: Helmet [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:90:138: style: Unused variable: SmokeBomb [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:92:3: style: Unused variable: Catapult [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:101:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:103:11: style: Unused variable: PowderKeg [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:103:22: style: Unused variable: Catapult [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:112:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:114:17: style: Unused variable: Loom [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:116:3: style: Unused variable: Ropeladder [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:116:15: style: Unused variable: MetalBarrel [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:116:28: style: Unused variable: PowderKeg [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:116:39: style: Unused variable: WallKit [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:116:48: style: Unused variable: Cloth [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:116:55: style: Unused variable: DivingHelmet [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:118:3: style: Unused variable: TeleGlove [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:118:14: style: Unused variable: WindBag [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:118:23: style: Unused variable: GrappleBow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:118:35: style: Unused variable: Boompack [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:118:45: style: Unused variable: Balloon [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:127:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:129:13: style: Unused variable: Loom [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:131:3: style: Unused variable: Cloth [unusedVariable]
openclonk-8.1/planet/Arena.ocf/IAmRich.ocs/System.ocg/Knowledge.c:133:3: style: Unused variable: Airship [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MeltingCastle.ocs/Script.c:175:28: style: Unused variable: Cannon [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MeltingCastle.ocs/Script.c:175:36: style: Variable 'Goal_Flag' is not assigned a value. [unassignedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:118:15: style: Variable 'chests' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:119:21: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:119:34: style: Unused variable: Shield [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:119:42: style: Unused variable: Sword [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:119:49: style: Unused variable: Club [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:119:55: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:119:64: style: Unused variable: Bow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:130:15: style: Variable 'chests' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:131:26: style: Unused variable: Rock [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:131:32: style: Unused variable: IronBomb [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:131:42: style: Unused variable: Firestone [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:131:64: style: Unused variable: Bow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:131:69: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/Script.c:131:82: style: Unused variable: Sword [unusedVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/System.ocg/King_MusketBullet.c:18:3: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/System.ocg/King_MusketBullet.c:19:3: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/MoltenMonarch.ocs/System.ocg/King_MusketBullet.c:20:3: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:259:24: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:259:33: style: Unused variable: FireballScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:259:49: style: Unused variable: Bow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:259:54: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:259:67: style: Unused variable: WindScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:269:25: style: Unused variable: Boompack [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:269:35: style: Unused variable: IronBomb [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:269:45: style: Unused variable: Shield [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:269:53: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:269:62: style: Unused variable: Bow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:269:67: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:269:135: style: Unused variable: TeleportScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:269:151: style: Unused variable: WindScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:281:27: style: Unused variable: Boompack [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:281:37: style: Unused variable: Balloon [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:281:46: style: Unused variable: FireballScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:291:27: style: Unused variable: Boompack [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:291:37: style: Unused variable: FireballScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:305:27: style: Unused variable: Boompack [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:305:37: style: Unused variable: FireballScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:315:27: style: Unused variable: Boompack [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Overcast.ocs/Script.c:315:37: style: Unused variable: FireballScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:82:15: style: Variable 'chests' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:83:21: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:83:34: style: Unused variable: Shield [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:83:42: style: Unused variable: Sword [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:83:49: style: Unused variable: Club [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:83:55: style: Unused variable: GrenadeLauncher [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:83:72: style: Unused variable: Bow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:95:26: style: Unused variable: IronBomb [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:95:46: style: Unused variable: Firestone [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:95:57: style: Unused variable: Bow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:95:62: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/Ruins.ocs/Script.c:95:75: style: Unused variable: Sword [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:194:15: style: Variable 'chests' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:195:24: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:195:33: style: Unused variable: FireballScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:195:49: style: Unused variable: Bow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:195:54: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:195:67: style: Unused variable: WindScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:207:25: style: Unused variable: Bow [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:207:30: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:207:43: style: Unused variable: Boompack [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:207:53: style: Unused variable: IronBomb [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:207:63: style: Unused variable: Shield [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:207:71: style: Unused variable: WindScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:207:83: style: Unused variable: FireballScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:207:99: style: Unused variable: ThunderScroll [unusedVariable]
openclonk-8.1/planet/Arena.ocf/ThunderousSkies.ocs/Script.c:207:114: style: Unused variable: Club [unusedVariable]
openclonk-8.1/planet/Decoration.ocd/Clonk.ocd/AltSkins.ocd/Script.c:56:31: error: Uninitialized variable: i [uninitvar]
openclonk-8.1/planet/Decoration.ocd/Misc.ocd/AltMaterials.ocd/Script.c:17:18: style: Variable 'prop_name' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Decoration.ocd/Room.ocd/Keypad.ocd/Script.c:362:39: warning: String literal compared with variable 'menu_controller.code_reset_state'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Decoration.ocd/Room.ocd/Keypad.ocd/Script.c:384:41: warning: String literal compared with variable 'menu_controller.code_reset_state'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Decoration.ocd/Room.ocd/Keypad.ocd/Script.c:420:44: warning: String literal compared with variable 'menu_controller.code_reset_state'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Decoration.ocd/Room.ocd/Keypad.ocd/Script.c:247:17: style: Variable 'pos_x' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Decoration.ocd/Room.ocd/Keypad.ocd/Script.c:248:17: style: Variable 'pos_y' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Decoration.ocd/Room.ocd/Switch.ocd/Script.c:210:36: style: Variable 'Name' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openclonk-8.1/planet/Decoration.ocd/Room.ocd/Switch.ocd/Script.c:209:35: note: Variable 'Name' is reassigned a value before the old one has been used if variable is no semaphore variable.
openclonk-8.1/planet/Decoration.ocd/Room.ocd/Switch.ocd/Script.c:210:36: note: Variable 'Name' is reassigned a value before the old one has been used if variable is no semaphore variable.
openclonk-8.1/planet/Decoration.ocd/Room.ocd/Switch.ocd/Script.c:211:31: style: Variable 'Name' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openclonk-8.1/planet/Decoration.ocd/Room.ocd/Switch.ocd/Script.c:210:36: note: Variable 'Name' is reassigned a value before the old one has been used if variable is no semaphore variable.
openclonk-8.1/planet/Decoration.ocd/Room.ocd/Switch.ocd/Script.c:211:31: note: Variable 'Name' is reassigned a value before the old one has been used if variable is no semaphore variable.
openclonk-8.1/planet/Decoration.ocd/Village.ocd/Guidepost.ocd/Script.c:30:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Defense.ocf/Defense.ocd/Homebase.ocd/BuyMenu.ocd/Script.c:197:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Defense.ocf/Defense.ocd/Homebase.ocd/Script.c:77:50: warning: Redundant assignment of 'title' to itself. [selfAssignment]
openclonk-8.1/planet/Defense.ocf/Defense.ocd/Homebase.ocd/Script.c:77:70: warning: Redundant assignment of 'requirements' to itself. [selfAssignment]
openclonk-8.1/planet/Defense.ocf/Defense.ocd/Homebase.ocd/Script.c:182:38: style: Unused variable: item [unusedVariable]
openclonk-8.1/planet/Defense.ocf/Defense.ocd/Homebase.ocd/Script.c:218:9: error: Uninitialized variable: item [uninitvar]
openclonk-8.1/planet/Defense.ocf/FightForGidl.ocs/CustomAI.ocd/Script.c:1:0: error: No header in #include [preprocessorErrorDirective]
openclonk-8.1/planet/Defense.ocf/FightForGidl.ocs/Script.c:392:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Defense.ocf/FightForGidl.ocs/System.ocg/LessShake.c:5:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:5:17: style: Variable 'Grass001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:6:17: style: Variable 'Grass002' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:7:17: style: Variable 'Grass003' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:8:17: style: Variable 'Grass004' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:9:17: style: Variable 'Grass005' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:10:17: style: Variable 'Grass006' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:11:17: style: Variable 'Grass007' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:12:17: style: Variable 'Grass008' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:13:17: style: Variable 'Grass009' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:14:17: style: Variable 'Grass010' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:15:17: style: Variable 'Grass011' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:16:17: style: Variable 'Grass012' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:17:17: style: Variable 'Grass013' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:18:17: style: Variable 'Grass014' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:19:17: style: Variable 'Grass015' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:20:17: style: Variable 'Grass016' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:21:17: style: Variable 'Grass017' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:22:17: style: Variable 'Grass018' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:23:17: style: Variable 'Grass019' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:24:17: style: Variable 'Grass020' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:25:17: style: Variable 'Grass021' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:26:17: style: Variable 'Grass022' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:27:17: style: Variable 'Grass023' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:28:17: style: Variable 'Grass024' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:29:17: style: Variable 'Grass025' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:30:17: style: Variable 'Grass026' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:31:17: style: Variable 'Grass027' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:32:17: style: Variable 'Grass028' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:33:17: style: Variable 'Grass029' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:34:17: style: Variable 'Grass030' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:35:17: style: Variable 'Grass031' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:36:17: style: Variable 'Grass032' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:37:17: style: Variable 'Grass033' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:38:17: style: Variable 'Grass034' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:39:17: style: Variable 'Grass035' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:40:17: style: Variable 'Grass036' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:41:17: style: Variable 'Grass037' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:42:17: style: Variable 'Grass038' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:43:17: style: Variable 'Grass039' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:44:17: style: Variable 'Grass040' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:45:17: style: Variable 'Grass041' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:46:17: style: Variable 'Grass042' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:47:17: style: Variable 'Grass043' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:48:17: style: Variable 'Grass044' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:49:17: style: Variable 'Grass045' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:50:17: style: Variable 'Grass046' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:51:17: style: Variable 'Grass047' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:52:17: style: Variable 'Grass048' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:63:18: style: Variable 'Flower001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:64:18: style: Variable 'Flower002' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:66:18: style: Variable 'Flower003' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:68:18: style: Variable 'Flower004' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:164:25: style: Variable 'WindGenerator001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Objects.c:165:25: style: Variable 'WindGenerator002' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/Script.c:91:0: style: Variable 'pos_above' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/KingOfTheHill.ocs/System.ocg/BaseMaterial.c:5:0: style: Variable 'base_mats' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Defense.ocf/Windmill.ocs/CustomAI.ocd/Script.c:1:0: error: No header in #include [preprocessorErrorDirective]
openclonk-8.1/planet/Defense.ocf/Windmill.ocs/Script.c:329:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Defense.ocf/Windmill.ocs/System.ocg/Airship.c:41:13: style: Variable 'crew' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:83:18: style: Variable 'Flower001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:84:18: style: Variable 'Flower002' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:85:18: style: Variable 'Flower003' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:86:18: style: Variable 'Flower004' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:481:6: style: Unused variable: Diamond001 [unusedVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:482:6: style: Unused variable: Diamond002 [unusedVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:483:6: style: Unused variable: Diamond003 [unusedVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:484:6: style: Unused variable: Diamond004 [unusedVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:485:6: style: Unused variable: Diamond005 [unusedVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:486:6: style: Unused variable: Diamond006 [unusedVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:487:6: style: Unused variable: Diamond007 [unusedVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:488:6: style: Unused variable: Diamond008 [unusedVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Objects.c:489:6: style: Unused variable: Diamond009 [unusedVariable]
openclonk-8.1/planet/Missions.ocf/AcidDrilling.ocs/Script.c:45:0: style: Variable 'positions' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Crash.ocs/Objects.c:16:28: style: Variable 'Tree_Coniferous2001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Crash.ocs/Objects.c:17:28: style: Variable 'Tree_Coniferous2002' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Crash.ocs/Objects.c:23:28: style: Variable 'Tree_Coniferous2003' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Crash.ocs/Objects.c:24:28: style: Variable 'Tree_Coniferous2004' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:53:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:54:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:55:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:56:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:57:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:58:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:59:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:60:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:61:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:62:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:63:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:64:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DarkCastle.ocs/Script.c:65:11: warning: String literal compared with variable 'name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Missions.ocf/DeadlyGrotto.ocs/Script.c:10:20: style: Variable 'statue_head' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/DeadlyGrotto.ocs/Script.c:57:13: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Map.c:98:46: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Border,Op=island_shape,Top=[-1,2]},{Algo=MAPALGO_RndChecker,Ratio=50,Wdt=4,Hgt=3}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Map.c:99:50: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Border,Op=island_shape,Top=[-1,3]},{Algo=MAPALGO_RndChecker,Ratio=40,Wdt=4,Hgt=2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Map.c:194:115: error: Expression 'Algo=MAPALGO_And,Op=[ground->Duplicate("Granite"),{Algo=MAPALGO_RndChecker,Ratio=50,Wdt=30,Hgt=2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Map.c:266:36: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Xor,Op=[onto_mask->Duplicate("Earth"),mask_border]},rnd_checker]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Script.c:223:13: style: Condition 'amount>=2' is always true [knownConditionTrueFalse]
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Script.c:210:15: note: Assignment 'amount=3', assigned value is 3
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Script.c:223:13: note: Condition 'amount>=2' is always true
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Script.c:241:13: style: Condition 'amount>=3' is always true [knownConditionTrueFalse]
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Script.c:210:15: note: Assignment 'amount=3', assigned value is 3
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Script.c:241:13: note: Condition 'amount>=3' is always true
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Script.c:241:13: style: Same expression on both sides of '>=' because the value of 'amount' and '3' are the same. [duplicateExpression]
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Script.c:210:15: note: 'amount' is assigned value '3' here.
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Script.c:241:13: note: Same expression on both sides of '>=' because the value of 'amount' and '3' are the same.
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Script.c:168:12: style: Variable 'wdt' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/DeepSeaMining.ocs/Script.c:169:12: style: Variable 'hgt' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/GoldenMountain.ocs/Script.c:45:13: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/GoldenMountain.ocs/Script.c:46:16: style: Variable 'windgen' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/GoldenMountain.ocs/Script.c:47:16: style: Variable 'chemlab' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/MineRescue.ocs/Script.c:17:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Missions.ocf/MtBrame.ocs/Script.c:44:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Raid.ocs/Objects.c:247:18: style: Variable 'Sickle001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Raid.ocs/Objects.c:251:18: style: Variable 'Hammer001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Raid.ocs/Objects.c:255:18: style: Variable 'Hammer002' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Raid.ocs/Objects.c:256:18: style: Variable 'Hammer003' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Raid.ocs/Objects.c:260:18: style: Variable 'Bucket001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Raid.ocs/Objects.c:264:18: style: Variable 'Hammer004' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Raid.ocs/Objects.c:270:15: style: Variable 'Axe001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Raid.ocs/Objects.c:274:19: style: Variable 'Pickaxe001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Raid.ocs/Script.c:79:6: style: Unused variable: crew [unusedVariable]
openclonk-8.1/planet/Missions.ocf/Raid.ocs/Script.c:98:49: style: Variable 'tools' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Skylands.ocs/Plane.ocd/Script.c:18:31: style: Unused variable: Airplane_Chassis [unusedVariable]
openclonk-8.1/planet/Missions.ocf/Skylands.ocs/Plane.ocd/Script.c:18:49: style: Unused variable: Airplane_Wings [unusedVariable]
openclonk-8.1/planet/Missions.ocf/Skylands.ocs/Plane.ocd/Script.c:18:65: style: Unused variable: Airplane_Engine [unusedVariable]
openclonk-8.1/planet/Missions.ocf/Skylands.ocs/Plane.ocd/Script.c:18:82: style: Unused variable: Airplane_Propeller [unusedVariable]
openclonk-8.1/planet/Missions.ocf/Skylands.ocs/Scaffold.ocd/Script.c:183:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Missions.ocf/Skylands.ocs/Storm.ocd/Script.c:196:8: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
openclonk-8.1/planet/Missions.ocf/Skylands.ocs/Storm.ocd/Script.c:123:22: style: Variable 'x0' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/Skylands.ocs/Storm.ocd/Script.c:122:22: style: Variable 'y0' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:7:17: style: Variable 'Grass001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:8:17: style: Variable 'Grass002' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:9:17: style: Variable 'Grass003' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:10:17: style: Variable 'Grass004' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:11:17: style: Variable 'Grass005' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:12:17: style: Variable 'Grass006' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:13:17: style: Variable 'Grass007' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:396:20: style: Variable 'Dialogue001' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:397:20: style: Variable 'Dialogue002' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:404:20: style: Variable 'Dialogue003' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:405:20: style: Variable 'Dialogue004' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:406:20: style: Variable 'Dialogue005' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:411:20: style: Variable 'Dialogue006' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:412:20: style: Variable 'Dialogue007' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/Objects.c:417:20: style: Variable 'Dialogue008' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/System.ocg/GoldBarSpecial.c:27:0: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Missions.ocf/TreasureHunt.ocs/System.ocg/SeqIntro.c:151:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openclonk-8.1/planet/Objects.ocd/Animals.ocd/Bat.ocd/Script.c:281:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Animals.ocd/Fish.ocd/Script.c:128:0: style: Variable 'directional_sets' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Animals.ocd/Fish.ocd/Script.c:137:0: style: Variable 'proximity_sets' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Animals.ocd/LavaCore.ocd/Script.c:42:16: style: Variable 'size_range' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Animals.ocd/Mooq.ocd/Script.c:721:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Animals.ocd/Piranha.ocd/Script.c:45:0: style: Variable 'directional_sets' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Animals.ocd/Piranha.ocd/Script.c:54:0: style: Variable 'proximity_sets' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Animals.ocd/PiranhaSmall.ocd/Script.c:40:0: style: Variable 'directional_sets' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Animals.ocd/Puka.ocd/Script.c:465:14: style: Opposite expression on both sides of '&&'. [oppositeExpression]
openclonk-8.1/planet/Objects.ocd/Animals.ocd/Puka.ocd/Script.c:465:14: note: Opposite expression on both sides of '&&'.
openclonk-8.1/planet/Objects.ocd/Animals.ocd/Puka.ocd/Script.c:465:14: note: Opposite expression on both sides of '&&'.
openclonk-8.1/planet/Objects.ocd/Animals.ocd/Squid.ocd/Script.c:38:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Clonk.ocd/Animations.ocd/Script.c:838:14: warning: String literal compared with variable 'new_name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Clonk.ocd/Animations.ocd/Script.c:1103:29: warning: String literal compared with variable 'effect.animation_name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Clonk.ocd/Animations.ocd/Script.c:1140:29: warning: String literal compared with variable 'effect.animation_name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Clonk.ocd/Animations.ocd/Script.c:1151:28: warning: String literal compared with variable 'effect.animation_name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Clonk.ocd/Animations.ocd/Script.c:88:31: style: Variable 'iTurnPos' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Clonk.ocd/Script.c:809:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Clonk.ocd/Surrounding.ocd/Script.c:147:24: style: Variable 'message_objects' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Ambience.ocd/Script.c:178:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Ambience.ocd/Zicadas.ocd/Script.c:11:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Bricks.ocd/MovingBrick.ocd/Script.c:183:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Cloud.ocd/Lightning.ocd/Script.c:36:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Cloud.ocd/Script.c:199:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Disasters.ocd/BoilingAcid.ocd/Script.c:28:11: warning: String literal compared with variable 'mat'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Disasters.ocd/BoilingAcid.ocd/Script.c:28:40: warning: String literal compared with variable 'depth_check_mat'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Disasters.ocd/BoilingAcid.ocd/Script.c:53:17: style: Variable 'bubbles' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Disasters.ocd/BoilingLava.ocd/Script.c:21:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Disasters.ocd/Meteor.ocd/Script.c:19:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Disasters.ocd/Rockfall.ocd/Script.c:92:18: error: Uninitialized variable: x [uninitvar]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Disasters.ocd/Rockfall.ocd/Script.c:92:21: error: Uninitialized variable: y [uninitvar]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Disasters.ocd/Volcano.ocd/Script.c:61:33: warning: String literal compared with variable 'fx.material'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/JetStream.ocd/Script.c:39:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Landscape.ocd/Cave.ocd/Script.c:30:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/PlayerStart.ocd/Script.c:166:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Stalactite.ocd/Script.c:141:10: warning: String literal compared with variable 'mat'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Stalactite.ocd/Script.c:163:15: warning: String literal compared with variable 'mat'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Time.ocd/Script.c:175:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Environment.ocd/Waterfall.ocd/Script.c:182:22: style: Same expression on both sides of '||'. [duplicateExpression]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/Construction.ocd/Script.c:22:56: warning: Redundant assignment of 'count' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/DeathMatch.ocd/Script.c:118:10: style: Label 'best' is not used. [unusedLabel]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/DeathMatch.ocd/Script.c:136:0: error: Uninitialized variable: score [uninitvar]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/Defense.ocd/DefenseAI.ocd/Script.c:8:0: error: No header in #include [preprocessorErrorDirective]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/Defense.ocd/DefenseBoomAttack.ocd/Script.c:58:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/Defense.ocd/DefenseEnemy.ocd/Script.c:43:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/Melee.ocd/Script.c:68:4: error: Uninitialized variable: hostile_count [uninitvar]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/Melee.ocd/Script.c:91:4: error: Uninitialized variable: hostile_count [uninitvar]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/Parkour.ocd/CheckPoint.ocd/Script.c:99:9: style: Variable 'cps' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/Parkour.ocd/Script.c:521:17: style: Variable 'caption' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/Parkour.ocd/Script.c:523:0: style: Variable 'caption' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/Resource.ocd/Script.c:36:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Goals.ocd/ScriptGoal.ocd/Script.c:43:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/Controller.ocd/ControllerCrewBar.ocd/Script.c:1145:18: warning: String literal compared with variable 'effect_name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/Controller.ocd/ControllerGoal.ocd/Script.c:295:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/Controller.ocd/ControllerWealth.ocd/Script.c:31:7: style: Unused variable: plr [unusedVariable]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/Controller.ocd/ControllerWealth.ocd/Script.c:52:7: style: Unused variable: plr [unusedVariable]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/ControllerLibrary.ocd/Script.c:95:7: style: Unused variable: plr [unusedVariable]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/MenuDeco.ocd/Script.c:15:13: style: Variable 'offs' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/MenuDecoInventoryHeader.ocd/Script.c:15:13: style: Variable 'offs' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/MenuStyles.ocd/Classic.ocd/Script.c:86:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/MenuStyles.ocd/Grid.ocd/Script.c:18:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/MenuStyles.ocd/List.ocd/Script.c:44:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/ObjectInteractionMenu.ocd/Script.c:126:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/ProgressBar.ocd/BarProgressBar.ocd/Script.c:57:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/ProgressBar.ocd/CustomImageProgressBar.ocd/Script.c:43:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/ProgressBar.ocd/CustomRingProgressBar.ocd/Script.c:37:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/ProgressBar.ocd/HUDProgressBar.ocd/Script.c:133:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/ProgressBar.ocd/PieProgressBar.ocd/Script.c:35:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/ProgressBar.ocd/RingProgressBar.ocd/Script.c:47:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/ProgressBar.ocd/Script.c:21:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/ProgressBar.ocd/ShadedSimpleProgressBar.ocd/Script.c:26:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/ProgressBar.ocd/SimpleProgressBar.ocd/Script.c:40:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/Scoreboard.ocd/Script.c:141:14: warning: String literal compared with variable 'col.key'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/Scoreboard.ocd/Script.c:259:14: warning: String literal compared with variable 'col.key'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/HUD.ocd/Scoreboard.ocd/Script.c:296:29: warning: String literal compared with variable 'Scoreboard_keys[i].key'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/AttackEnemy.ocd/Script.c:75:25: warning: Redundant assignment of 'x' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/AttackEnemy.ocd/Script.c:75:32: warning: Redundant assignment of 'y' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/AttackEnemy.ocd/Script.c:75:41: warning: Redundant assignment of 'wdt' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/AttackEnemy.ocd/Script.c:75:52: warning: Redundant assignment of 'hgt' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/AttackModes.ocd/Script.c:101:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/HomePosition.ocd/Script.c:17:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/RangedWeapons.ocd/Script.c:26:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/TargetFinding.ocd/Script.c:55:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/Vehicles.ocd/Script.c:135:8: style: Variable 'tx' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/Vehicles.ocd/Script.c:136:8: style: Variable 'ty' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/AI.ocd/Controller.ocd/Script.c:40:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/Clock.ocd/Script.c:88:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/Dialogue.ocd/Script.c:310:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/EditorBase.ocd/Script.c:119:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/EnemySpawn.ocd/Script.c:200:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/ItemSpark.ocd/Script.c:84:3: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/ObjectRestorer.ocd/Script.c:61:14: style: Variable 'to_x' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/ObjectRestorer.ocd/Script.c:62:14: style: Variable 'to_y' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/ObjectRestorer.ocd/Script.c:66:14: style: Variable 'to_x' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/ObjectRestorer.ocd/Script.c:67:14: style: Variable 'to_y' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/ObjectRestorer.ocd/Script.c:87:3: style: Variable 'dev' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/Sequence.ocd/Script.c:750:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Helpers.ocd/UserAction.ocd/Script.c:530:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Resources.ocd/Coal.ocd/Script.c:28:13: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Resources.ocd/Diamond.ocd/Socket.ocd/Script.c:15:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Resources.ocd/Loam.ocd/Script.c:22:15: warning: String literal compared with variable 'proc'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Resources.ocd/Oil.ocd/Script.c:23:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Resources.ocd/Ruby.ocd/Script.c:26:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/Axe.ocd/Script.c:124:49: warning: Redundant assignment of 'clonk' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/Axe.ocd/Script.c:404:9: warning: String literal compared with variable 'act'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/Balloon.ocd/BalloonDeployed.ocd/Script.c:51:73: warning: Redundant assignment of 'new_cargo.ActMap' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/Bucket.ocd/Script.c:116:3: style: Variable 'carry_bone' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/DivingHelmet.ocd/Script.c:179:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/Dynamite.ocd/Script.c:37:4: style: Variable 'fuses' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/Dynamite.ocd/Script.c:182:0: style: Variable 'dist' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/GrappleBow.ocd/Rope.ocd/Script.c:80:3: style: Variable 'clonk' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/GrappleBow.ocd/Rope.ocd/Script.c:226:14: style: Variable 'oldangle' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/GrappleBow.ocd/Rope.ocd/Script.c:199:44: style: Variable 'lib_rope_particles' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/Pickaxe.ocd/Script.c:165:24: warning: Redundant assignment of 'pitch' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/Pickaxe.ocd/Script.c:38:14: warning: String literal compared with variable 'proc'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/Pickaxe.ocd/Script.c:165:26: style: Variable 'pitch' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/Sickle.ocd/Script.c:31:3: style: Variable 'carry_bone' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/TeleGlove.ocd/Script.c:292:16: warning: String literal compared with variable 'carry_bone'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/TeleGlove.ocd/Script.c:102:17: style: Variable 'wp' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/TeleGlove.ocd/Script.c:118:21: error: Uninitialized variable: target [uninitvar]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/WindBag.ocd/Script.c:42:48: warning: Redundant assignment of 'clonk' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Tools.ocd/WindBag.ocd/Script.c:48:14: style: Variable 'clonk' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Weapons.ocd/Club.ocd/Script.c:27:10: warning: String literal compared with variable 'hand'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Weapons.ocd/GrenadeLauncher.ocd/Script.c:175:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Items.ocd/Weapons.ocd/Sword.ocd/Script.c:300:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/AimManager.ocd/Script.c:214:13: style: Variable 'speed' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/CarryHeavy.ocd/Script.c:18:12: warning: String literal compared with variable 'action'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/ClonkControl.ocd/Crosshair.ocd/Script.c:123:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/ClonkControl.ocd/Script.c:117:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/ClonkInteractionControl.ocd/Script.c:359:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/ClonkInventoryControl.ocd/Script.c:92:16: style: Variable 'items' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/ClonkInventoryControl.ocd/Script.c:459:20: style: Variable 'all_objects' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/ClonkMenuControl.ocd/Script.c:84:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/ClonkUseControl.ocd/Script.c:176:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Constructor.ocd/ConstructionPreviewer.ocd/Script.c:175:29: style: Condition 'other_offset_y<0' is always true [knownConditionTrueFalse]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Constructor.ocd/Script.c:321:14: style: Variable 'plans' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Constructor.ocd/Script.c:380:27: style: Variable 'struct_info' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Destructible.ocd/Script.c:121:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/ElevatorControl.ocd/Script.c:66:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Flammable.ocd/BurnedObject.ocd/Script.c:29:13: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/ForceField.ocd/Script.c:62:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Goal.ocd/Script.c:139:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/HUDAdapter.ocd/Script.c:141:21: warning: String literal compared with variable 'physical'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/HUDAdapter.ocd/Script.c:142:21: warning: String literal compared with variable 'physical'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Inventory.ocd/Script.c:296:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/LiquidControl.ocd/Liquid.ocd/Script.c:94:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/LiquidControl.ocd/LiquidContainer.ocd/Script.c:92:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/LiquidControl.ocd/LiquidTank.ocd/Script.c:59:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Map.ocd/Script.c:54:35: error: Expression 'Algo=MAPALGO_And,Op=[mask,{Algo=MAPALGO_Turbulence,Amplitude=Max(spot.Wdt,spot.Hgt),Scale=Max(spot.Wdt,spot.Hgt),Op=spot}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Map.ocd/Script.c:249:17: style: Variable 'open_ranges' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/MeleeWeapons.ocd/Script.c:276:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Plants.ocd/Plant.ocd/Script.c:165:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/RopePhysics.ocd/Script.c:90:30: warning: Redundant assignment of 'x' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/RopePhysics.ocd/Script.c:90:37: warning: Redundant assignment of 'y' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/RopePhysics.ocd/Script.c:198:94: warning: Redundant assignment of 'oldx' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/RopePhysics.ocd/Script.c:198:107: warning: Redundant assignment of 'oldy' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/RopePhysics.ocd/Script.c:279:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Shape.ocd/Script.c:83:30: warning: Redundant assignment of 'x' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Shape.ocd/Script.c:83:35: warning: Redundant assignment of 'y' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Shape.ocd/Script.c:139:28: warning: Redundant assignment of 'cx' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Shape.ocd/Script.c:139:35: warning: Redundant assignment of 'cy' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Shape.ocd/Script.c:139:41: warning: Redundant assignment of 'r' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Shape.ocd/Script.c:225:38: warning: Redundant assignment of 'areas' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Shape.ocd/Script.c:294:37: warning: Redundant assignment of 'areas' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Shape.ocd/Script.c:336:34: warning: Redundant assignment of 'in' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Shape.ocd/Script.c:336:43: warning: Redundant assignment of 'ex' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Shape.ocd/Script.c:225:40: style: Variable 'areas' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Shape.ocd/Script.c:294:39: style: Variable 'areas' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Stackable.ocd/Script.c:345:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Flag.ocd/BlockOwnershipArea.ocd/Script.c:84:33: warning: Redundant assignment of 'x' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Flag.ocd/BlockOwnershipArea.ocd/Script.c:85:33: warning: Redundant assignment of 'x' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Flag.ocd/BlockOwnershipArea.ocd/Script.c:90:74: warning: Redundant assignment of 'y' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Flag.ocd/BlockOwnershipArea.ocd/Script.c:91:105: warning: Redundant assignment of 'y' to itself. [selfAssignment]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Flag.ocd/BlockOwnershipArea.ocd/Script.c:85:35: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Flag.ocd/ConstructionPreviewer.ocd/Script.c:38:26: style: Variable 'neighboured_flags' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Flag.ocd/Script.c:313:32: style: Variable 'previous_iterate_flags' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Power.ocd/Display.ocd/Script.c:20:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Power.ocd/Script.c:966:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Producer.ocd/Script.c:148:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Structure.ocd/Script.c:129:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Vendor.ocd/BaseMaterial.ocd/Script.c:166:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Vendor.ocd/Script.c:170:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Libraries.ocd/Wearable.ocd/Script.c:155:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Rules.ocd/FastPump.ocd/Script.c:41:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Rules.ocd/NoFriendlyFire.ocd/Script.c:77:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Rules.ocd/ObjectFade.ocd/Script.c:112:22: warning: String literal compared with variable 'new_effect_name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Rules.ocd/Relaunch.ocd/Script.c:285:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Rules.ocd/TeamAccount.ocd/Script.c:67:4: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/Armory.ocd/Script.c:28:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/ChemicalLab.ocd/Script.c:27:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/ConstructionSite.ocd/Script.c:74:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/Elevator.ocd/Case.ocd/Script.c:128:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/Elevator.ocd/Script.c:27:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/Foundry.ocd/Script.c:58:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/Idol.ocd/Script.c:49:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/InventorsLab.ocd/Script.c:45:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/Kitchen.ocd/Script.c:27:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/Loom.ocd/Script.c:34:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/Pump.ocd/Script.c:132:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/Sawmill.ocd/Script.c:96:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/Shipyard.ocd/Script.c:47:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/StoneDoor.ocd/Script.c:66:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/StoneDoor.ocd/SpinWheel.ocd/Script.c:96:36: style: Variable 'Name' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/StoneDoor.ocd/SpinWheel.ocd/Script.c:95:35: note: Variable 'Name' is reassigned a value before the old one has been used if variable is no semaphore variable.
openclonk-8.1/planet/Objects.ocd/Structures.ocd/StoneDoor.ocd/SpinWheel.ocd/Script.c:96:36: note: Variable 'Name' is reassigned a value before the old one has been used if variable is no semaphore variable.
openclonk-8.1/planet/Objects.ocd/Structures.ocd/ToolsWorkshop.ocd/Script.c:33:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/WindGenerator.ocd/Script.c:134:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/WindGenerator.ocd/Wheel.ocd/Script.c:26:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Structures.ocd/Windmill.ocd/Script.c:123:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/System.ocg/Decay.c:11:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Objects.ocd/System.ocg/Disasters.c:15:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/System.ocg/Effects.c:31:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/System.ocg/FindLocation.c:158:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Vegetation.ocd/Cotton.ocd/Script.c:97:22: style: Variable 'next_to_grow' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Vegetation.ocd/Cotton.ocd/Script.c:99:22: style: Variable 'next_to_grow' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Vegetation.ocd/Cotton.ocd/Script.c:216:12: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Vegetation.ocd/LargeCaveMushroom.ocd/Script.c:13:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Vegetation.ocd/Seaweed.ocd/Script.c:17:11: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Objects.ocd/Vegetation.ocd/SproutBerryBush.ocd/Script.c:27:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Vehicles.ocd/Airplane.ocd/Script.c:104:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Objects.ocd/Vehicles.ocd/Airship.ocd/Script.c:441:48: warning: String literal compared with variable 'enemy_data.Pilot.Type'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Vehicles.ocd/Airship.ocd/Script.c:449:36: warning: String literal compared with variable 'crew_data.Type'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Objects.ocd/Vehicles.ocd/Cannon.ocd/Script.c:113:12: style: Variable 'iColor' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Map.c:76:34: error: Expression 'Algo=MAPALGO_Or,Op=[island,{Algo=MAPALGO_Turbulence,Amplitude=6,Scale=6,Op=island}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Map.c:77:35: error: Expression 'Algo=MAPALGO_And,Op=[island,{Algo=MAPALGO_Not,Op={Algo=MAPALGO_Rect,X=x-6,Y=y-5,Wdt=13,Hgt=5}}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Map.c:78:35: error: Expression 'Algo=MAPALGO_And,Op=[island,{Algo=MAPALGO_Not,Op={Algo=MAPALGO_Rect,X=x-9,Y=y-5,Wdt=17,Hgt=4}}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Map.c:142:34: error: Expression 'Algo=MAPALGO_Or,Op=[island,{Algo=MAPALGO_Turbulence,Seed=Random(65536),Amplitude=8,Scale=8,Op=island}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Map.c:143:35: error: Expression 'Algo=MAPALGO_And,Op=[island,{Algo=MAPALGO_Not,Op={Algo=MAPALGO_Rect,X=x-4,Y=y-5,Wdt=9,Hgt=5}}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Map.c:154:36: error: Expression 'Algo=MAPALGO_And,Op=[border,{Algo=MAPALGO_Not,Op=island}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Map.c:169:33: error: Expression 'Algo=MAPALGO_Or,Op=[mask,{Algo=MAPALGO_Ellipsis,X=cp[0],Y=cp[1],Wdt=island_border,Hgt=island_border}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Map.c:170:32: error: Expression 'Algo=MAPALGO_Or,Op=[mask,{Algo=MAPALGO_Rect,X=start_x,Y=island_y-16,Wdt=finish_x-start_x,Hgt=16}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Map.c:172:33: error: Expression 'Algo=MAPALGO_And,Op=[mask,{Algo=MAPALGO_Rect,X=map_border,Y=map_border,Wdt=map.Wdt-2*map_border,Hgt=map.Hgt-2*map_border}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Map.c:177:35: error: Expression 'Algo=MAPALGO_Or,Op=[islands,{Algo=MAPALGO_Turbulence,Seed=Random(65536),Amplitude=6,Scale=6,Op=islands}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Script.c:65:0: style: Variable 'spawn_items' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Script.c:65:33: style: Unused variable: Loam [unusedVariable]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Script.c:67:0: style: Variable 'spawn_items' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Parkour.ocf/Aerobatics.ocs/Script.c:67:33: style: Unused variable: Loam [unusedVariable]
openclonk-8.1/planet/Parkour.ocf/Boomshire.ocs/Script.c:28:16: style: Variable 'cannons' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Parkour.ocf/Boomshire.ocs/Script.c:91:18: style: Variable 'cannons' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Parkour.ocf/Cavern.ocs/Script.c:54:34: style: Unused variable: DynamiteBox [unusedVariable]
openclonk-8.1/planet/Parkour.ocf/Cavern.ocs/Script.c:54:47: style: Unused variable: Ropeladder [unusedVariable]
openclonk-8.1/planet/Parkour.ocf/Cavern.ocs/Script.c:54:59: style: Unused variable: Boompack [unusedVariable]
openclonk-8.1/planet/Parkour.ocf/Cavern.ocs/Script.c:54:69: style: Unused variable: Loam [unusedVariable]
openclonk-8.1/planet/Parkour.ocf/Maze.ocs/Map.c:44:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openclonk-8.1/planet/Parkour.ocf/Maze.ocs/Signpost.ocd/Script.c:22:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Parkour.ocf/Maze.ocs/System.ocg/Ruby.c:7:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Parkour.ocf/ShiverPeak.ocs/Script.c:72:30: style: Unused variable: DynamiteBox [unusedVariable]
openclonk-8.1/planet/Parkour.ocf/ShiverPeak.ocs/Script.c:72:43: style: Unused variable: Dynamite [unusedVariable]
openclonk-8.1/planet/Parkour.ocf/ShiverPeak.ocs/Script.c:72:53: style: Unused variable: Loam [unusedVariable]
openclonk-8.1/planet/Parkour.ocf/ShiverPeak.ocs/Script.c:72:59: style: Unused variable: Pickaxe [unusedVariable]
openclonk-8.1/planet/Parkour.ocf/ShiverPeak.ocs/Script.c:72:68: style: Unused variable: Ropeladder [unusedVariable]
openclonk-8.1/planet/Parkour.ocf/VolcanoEscapeEx.ocs/BigVolcano.ocd/Script.c:331:0: error: Uninitialized variable: y [uninitvar]
openclonk-8.1/planet/Parkour.ocf/VolcanoEscapeEx.ocs/Script.c:72:0: error: Uninitialized variable: y_plr [uninitvar]
openclonk-8.1/planet/Parkour.ocf/VolcanoEscapeEx.ocs/Script.c:73:6: error: Uninitialized variable: n_crew [uninitvar]
openclonk-8.1/planet/System.ocg/Array.c:247:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/System.ocg/Assert.c:34:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/System.ocg/Creation.c:145:55: error: Expression 'particle,x0+(x1-x0)*i/prtnum,y0+(y1-y0)*i--/prtnum' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/System.ocg/Creation.c:21:15: warning: String literal compared with variable 'mat_str'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/System.ocg/Creation.c:13:6: style: Variable 'i' is not assigned a value. [unassignedVariable]
openclonk-8.1/planet/System.ocg/Creation.c:143:3: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/System.ocg/Creation.c:141:15: style: Unused variable: b [unusedVariable]
openclonk-8.1/planet/System.ocg/Explode.c:385:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/System.ocg/Fire.c:343:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openclonk-8.1/planet/System.ocg/Fire.c:339:43: note: outer condition: time%8==0
openclonk-8.1/planet/System.ocg/Fire.c:343:17: note: identical inner condition: time%8==0
openclonk-8.1/planet/System.ocg/Fire.c:405:16: style: Variable 'inc_objs' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/System.ocg/GUIs.c:117:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/System.ocg/GetXVal.c:18:12: warning: String literal compared with variable 'entry'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/System.ocg/Heal.c:19:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/System.ocg/HitChecks.c:171:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/System.ocg/Math.c:159:0: style: Variable 'fac' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/System.ocg/Object.c:36:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/System.ocg/Particles.c:24:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/System.ocg/PlayerControl.c:297:13: warning: String literal compared with variable 'proc'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/System.ocg/PlayerControl.c:299:13: warning: String literal compared with variable 'proc'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/System.ocg/PlayerControl.c:305:12: warning: String literal compared with variable 'proc'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/System.ocg/PlayerControl.c:310:12: warning: String literal compared with variable 'proc'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/System.ocg/PlayerControl.c:322:17: warning: String literal compared with variable 'proc'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/System.ocg/PlayerControl.c:371:12: warning: String literal compared with variable 'proc'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/System.ocg/PlayerControl.c:376:17: warning: String literal compared with variable 'proc'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/System.ocg/PlayerControl.c:380:17: warning: String literal compared with variable 'proc'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/System.ocg/PlayerControl.c:461:6: style: Variable 'x' is not assigned a value. [unassignedVariable]
openclonk-8.1/planet/System.ocg/PlayerControl.c:461:8: style: Variable 'y' is not assigned a value. [unassignedVariable]
openclonk-8.1/planet/System.ocg/PlayerControl.c:468:31: style: Unused variable: COMD_Up [unusedVariable]
openclonk-8.1/planet/System.ocg/PlayerControl.c:468:40: style: Unused variable: COMD_UpRight [unusedVariable]
openclonk-8.1/planet/System.ocg/PlayerControl.c:468:54: style: Unused variable: COMD_Left [unusedVariable]
openclonk-8.1/planet/System.ocg/PlayerControl.c:468:65: style: Unused variable: COMD_Stop [unusedVariable]
openclonk-8.1/planet/System.ocg/PlayerControl.c:468:76: style: Unused variable: COMD_Right [unusedVariable]
openclonk-8.1/planet/System.ocg/PlayerControl.c:468:88: style: Unused variable: COMD_DownLeft [unusedVariable]
openclonk-8.1/planet/System.ocg/PlayerControl.c:468:103: style: Unused variable: COMD_Down [unusedVariable]
openclonk-8.1/planet/System.ocg/Proplists.c:57:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/System.ocg/SaveScenario.c:501:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/System.ocg/String.c:13:0: error: syntax error [syntaxError]
openclonk-8.1/planet/System.ocg/Vertices.c:38:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Tutorials.ocf/PlayGround.ocs/Script.c:35:12: style: Variable 'wdt' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Tutorials.ocf/PlayGround.ocs/Script.c:36:12: style: Variable 'hgt' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Tutorials.ocf/PlayGround.ocs/SpawnMenu.ocd/Script.c:294:15: warning: String literal compared with variable 'category'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/PlayGround.ocs/SpawnMenu.ocd/Script.c:296:15: warning: String literal compared with variable 'category'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/PlayGround.ocs/SpawnMenu.ocd/Script.c:298:15: warning: String literal compared with variable 'category'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/PlayGround.ocs/SpawnMenu.ocd/Script.c:300:15: warning: String literal compared with variable 'category'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/PlayGround.ocs/SpawnMenu.ocd/Script.c:302:15: warning: String literal compared with variable 'category'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Sandbox.ocs/Map.c:13:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Tutorials.ocf/Sandbox.ocs/Script.c:31:28: error: Uninitialized variable: i [uninitvar]
openclonk-8.1/planet/Tutorials.ocf/Tutorial01.ocs/Script.c:158:14: style: Variable 'ferns' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Tutorials.ocf/Tutorial01.ocs/Script.c:161:18: style: Variable 'mushrooms' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Tutorials.ocf/Tutorial01.ocs/System.ocg/WipfAI.c:38:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial01.ocs/System.ocg/WipfAI.c:51:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial01.ocs/System.ocg/WipfAI.c:60:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial01.ocs/System.ocg/WipfAI.c:70:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial01.ocs/System.ocg/WipfAI.c:79:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial01.ocs/System.ocg/WipfAI.c:92:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial01.ocs/System.ocg/WipfAI.c:101:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial02.ocs/Script.c:323:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openclonk-8.1/planet/Tutorials.ocf/Tutorial02.ocs/Script.c:269:0: style: Variable 'inv_hotkey_ids' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Tutorials.ocf/Tutorial02.ocs/Script.c:269:39: style: Unused variable: CON_Hotkey2 [unusedVariable]
openclonk-8.1/planet/Tutorials.ocf/Tutorial02.ocs/Script.c:269:52: style: Unused variable: CON_Hotkey3 [unusedVariable]
openclonk-8.1/planet/Tutorials.ocf/Tutorial02.ocs/Script.c:269:65: style: Unused variable: CON_Hotkey4 [unusedVariable]
openclonk-8.1/planet/Tutorials.ocf/Tutorial02.ocs/System.ocg/WipfAI.c:41:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial02.ocs/System.ocg/WipfAI.c:50:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial02.ocs/System.ocg/WipfAI.c:60:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial03.ocs/System.ocg/WipfAI.c:33:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial03.ocs/System.ocg/WipfAI.c:40:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial03.ocs/System.ocg/WipfAI.c:44:22: warning: String literal compared with variable 'effect.sequence'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openclonk-8.1/planet/Tutorials.ocf/Tutorial04.ocs/System.ocg/DlgVillageHead.c:114:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Tutorials.ocf/Tutorial05.ocs/Script.c:89:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Tutorials.ocf/Tutorial05.ocs/System.ocg/SeqIntro.c:15:20: warning: Redundant assignment of 'this.head.ActMap' to itself. [selfAssignment]
openclonk-8.1/planet/Tutorials.ocf/Tutorial05.ocs/System.ocg/SeqIntro.c:17:25: warning: Redundant assignment of 'this.head.ActMap.Walk' to itself. [selfAssignment]
openclonk-8.1/planet/Tutorials.ocf/Tutorial05.ocs/System.ocg/SeqIntro.c:20:25: warning: Redundant assignment of 'this.plr_clonk.ActMap' to itself. [selfAssignment]
openclonk-8.1/planet/Tutorials.ocf/Tutorial05.ocs/System.ocg/SeqIntro.c:22:30: warning: Redundant assignment of 'this.plr_clonk.ActMap.Walk' to itself. [selfAssignment]
openclonk-8.1/planet/Tutorials.ocf/Tutorial05.ocs/System.ocg/SeqOutro.c:52:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Tutorials.ocf/Tutorial06.ocs/Script.c:105:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Tutorials.ocf/Tutorial07.ocs/Script.c:118:13: style: Variable 'bats' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/AcidGoldMine.ocs/Map.c:106:42: error: Expression 'Algo=MAPALGO_And,Op=[lava,{Algo=MAPALGO_Rect,X=0,Y=ground_bottom+8*SCENPAR_Difficulty,Wdt=wdt,Hgt=hgt}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/AcidGoldMine.ocs/Map.c:168:33: error: Expression 'Algo=MAPALGO_And,Op=[lava,{Algo=MAPALGO_Not,Op=granite},{Algo=MAPALGO_Not,Op=granite}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/AcidGoldMine.ocs/Map.c:139:12: style: Variable 'wdt' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/AcidGoldMine.ocs/Script.c:151:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:71:39: error: Expression 'Algo=MAPALGO_And,Op=[chine,{Algo=MAPALGO_Rect,X=0,Y=0,Wdt=wdt,Hgt=hgt/4}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:72:39: error: Expression 'Algo=MAPALGO_And,Op=[chine,{Algo=MAPALGO_Rect,X=0,Y=hgt/4,Wdt=wdt,Hgt=hgt/4}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:73:39: error: Expression 'Algo=MAPALGO_And,Op=[chine,{Algo=MAPALGO_Rect,X=0,Y=hgt/2,Wdt=wdt,Hgt=hgt/4}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:74:39: error: Expression 'Algo=MAPALGO_And,Op=[chine,{Algo=MAPALGO_Rect,X=0,Y=3*hgt/4,Wdt=wdt,Hgt=hgt/4}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:82:35: error: Expression 'Algo=MAPALGO_And,Op=[border,{Algo=MAPALGO_Rect,X=side_wdt/2,Y=0,Wdt=wdt-side_wdt,Hgt=hgt}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:133:42: error: Expression 'Algo=MAPALGO_And,Op=[ellipsis_top,{Algo=MAPALGO_Not,Op={Algo=MAPALGO_Rect,X=wdt/2-3,Y=y-12,Wdt=6,Hgt=24}}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:141:41: error: Expression 'Algo=MAPALGO_And,Op=[rect,{Algo=MAPALGO_Lines,X=1,Y=0,Distance=3}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:142:37: error: Expression 'Algo=MAPALGO_And,Op=[rect,{Algo=MAPALGO_Not,Op=stripes}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:154:37: error: Expression 'Algo=MAPALGO_And,Op=[ellipsis,{Algo=MAPALGO_Rect,X=0,Y=y-18,Wdt=wdt,Hgt=18}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:155:40: error: Expression 'Algo=MAPALGO_And,Op=[ellipsis,{Algo=MAPALGO_Rect,X=0,Y=y,Wdt=wdt,Hgt=18}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:159:36: error: Expression 'Algo=MAPALGO_And,Op=[border,{Algo=MAPALGO_Rect,X=0,Y=y,Wdt=wdt,Hgt=18}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/Map.c:178:40: error: Expression 'Algo=MAPALGO_And,Op=[cave_bottom,{Algo=MAPALGO_Rect,X=6,Y=hgt-10,Wdt=10,Hgt=2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Chine.ocs/System.ocg/SeqFailure.c:24:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/planet/Worlds.ocf/Clonkomotive.ocs/Map.c:44:61: error: Expression 'Algo=MAPALGO_And,Op=[cliffs,{Algo=MAPALGO_Not,Op=cliff_rect}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Clonkomotive.ocs/Map.c:53:48: error: Expression 'Algo=MAPALGO_And,Op=[cliffs,{Algo=MAPALGO_Not,Op=cliffs_border}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Clonkomotive.ocs/Map.c:56:46: error: Expression 'Algo=MAPALGO_And,Op=[cliffs_noborder,{Algo=MAPALGO_Rect,X=0,Y=map.Hgt-28,Wdt=map.Wdt,Hgt=28}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Clonkomotive.ocs/Map.c:65:46: error: Expression 'Algo=MAPALGO_And,Op=[cliffs_noborder,{Algo=MAPALGO_Rect,X=0,Y=map.Hgt-54,Wdt=map.Wdt,Hgt=26}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Clonkomotive.ocs/Map.c:74:43: error: Expression 'Algo=MAPALGO_And,Op=[cliffs_noborder,{Algo=MAPALGO_Rect,X=0,Y=0,Wdt=map.Wdt,Hgt=map.Hgt-54}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Clonkomotive.ocs/Map.c:106:45: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Not,Op=cliffs},{Algo=MAPALGO_Rect,X=0,Y=3*map.Hgt/7+9,Wdt=map.Wdt,Hgt=26}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Clonkomotive.ocs/Map.c:108:41: error: Expression 'Algo=MAPALGO_And,Op=[island_layer,{Algo=MAPALGO_Not,Op=island_layer_border}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Clonkomotive.ocs/Map.c:109:40: error: Expression 'Algo=MAPALGO_And,Op=[island_layer,{Algo=MAPALGO_RndChecker,Seed=Random(65536),Wdt=3,Hgt=3,Ratio=5}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/FloodedVeins.ocs/Map.c:65:37: error: Expression 'Algo=MAPALGO_Or,Op=[cavern,{Algo=MAPALGO_Turbulence,Iterations=4,Seed=Random(65536),Op=cavern}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/FloodedVeins.ocs/Map.c:66:37: error: Expression 'Algo=MAPALGO_Or,Op=[cavern,{Algo=MAPALGO_Rect,X=wdt/2-30,Y=cavern_hgt-7,Wdt=40,Hgt=7}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/FloodedVeins.ocs/Map.c:78:42: error: Expression 'Algo=MAPALGO_Or,Op=[tunnel_left,{Algo=MAPALGO_Turbulence,Amplitude=6,Scale=8,Iterations=4,Seed=Random(65536),Op=tunnel_left}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/FloodedVeins.ocs/Map.c:84:51: error: Expression 'Algo=MAPALGO_And,Op=[tunnel_left,{Algo=MAPALGO_Rect,X=0,Y=0,Wdt=2,Hgt=cavern_hgt}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/FloodedVeins.ocs/Map.c:87:49: error: Expression 'Algo=MAPALGO_Or,Op=[tunnel_left,{Algo=MAPALGO_Turbulence,Amplitude=6,Scale=6,Iterations=2,Seed=Random(65536),Op=tunnel_left_ground}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/FloodedVeins.ocs/Map.c:88:50: error: Expression 'Algo=MAPALGO_And,Op=[tunnel_left_ground,{Algo=MAPALGO_Not,Op=map_top}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/FloodedVeins.ocs/Map.c:93:43: error: Expression 'Algo=MAPALGO_Or,Op=[tunnel_right,{Algo=MAPALGO_Turbulence,Amplitude=8,Scale=6,Iterations=4,Seed=Random(65536),Op=tunnel_right}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/FloodedVeins.ocs/Map.c:176:44: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Border,Left=2,Right=2,Op=tunnel},{Algo=MAPALGO_Rect,X=0,Y=node.Y-3,Wdt=wdt,Hgt=9}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/FloodedVeins.ocs/Map.c:177:48: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Border,Left=2,Right=2,Op=tunnel},{Algo=MAPALGO_Rect,X=0,Y=node.Y-5,Wdt=wdt,Hgt=2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/FloodedVeins.ocs/Map.c:187:41: error: Expression 'Algo=MAPALGO_And,Op=[tunnels_algo,{Algo=MAPALGO_Rect,X=0,Y=hgt-water_level,Wdt=wdt,Hgt=water_level}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/FloodedVeins.ocs/Map.c:163:20: style: Variable 'connections' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/BaseMaterial.c:36:0: style: Variable 'materials' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:41:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:43:13: style: Unused variable: Basement [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:43:23: style: Unused variable: WindGenerator [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:43:38: style: Unused variable: SteamEngine [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:43:51: style: Unused variable: Compensator [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:43:64: style: Unused variable: Sawmill [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:43:73: style: Unused variable: Foundry [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:43:82: style: Unused variable: Elevator [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:43:92: style: Unused variable: ToolsWorkshop [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:43:107: style: Unused variable: ChemicalLab [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:43:120: style: Unused variable: Chest [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:43:127: style: Unused variable: WoodenBridge [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:45:3: style: Unused variable: Shovel [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:45:11: style: Unused variable: Hammer [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:45:19: style: Unused variable: Axe [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:45:24: style: Unused variable: Pickaxe [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:45:33: style: Unused variable: Barrel [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:45:41: style: Unused variable: Bucket [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:45:49: style: Unused variable: Torch [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:45:56: style: Unused variable: Lantern [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:47:3: style: Unused variable: Metal [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:47:10: style: Unused variable: Loam [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:47:16: style: Unused variable: GoldBar [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:49:3: style: Unused variable: Dynamite [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:49:13: style: Unused variable: DynamiteBox [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:60:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:71:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:73:12: style: Unused variable: Loom [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:73:18: style: Unused variable: Windmill [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:75:3: style: Unused variable: Sickle [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:77:3: style: Unused variable: Cloth [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:77:10: style: Unused variable: Flour [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:86:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:3: style: Unused variable: Bow [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:8: style: Unused variable: Arrow [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:15: style: Unused variable: FireArrow [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:26: style: Unused variable: BombArrow [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:37: style: Unused variable: Club [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:43: style: Unused variable: Sword [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:50: style: Unused variable: Javelin [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:59: style: Unused variable: Shield [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:67: style: Unused variable: Blunderbuss [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:80: style: Unused variable: LeadBullet [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:92: style: Unused variable: IronBomb [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:102: style: Unused variable: GrenadeLauncher [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:119: style: Unused variable: PowderKeg [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:130: style: Unused variable: Helmet [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:90:138: style: Unused variable: SmokeBomb [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:92:3: style: Unused variable: Catapult [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:101:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:103:11: style: Unused variable: PowderKeg [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:103:22: style: Unused variable: Catapult [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:112:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:114:17: style: Unused variable: Loom [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:116:3: style: Unused variable: Ropeladder [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:116:15: style: Unused variable: MetalBarrel [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:116:28: style: Unused variable: PowderKeg [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:116:39: style: Unused variable: WallKit [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:116:48: style: Unused variable: Cloth [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:116:55: style: Unused variable: DivingHelmet [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:118:3: style: Unused variable: TeleGlove [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:118:14: style: Unused variable: WindBag [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:118:23: style: Unused variable: GrappleBow [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:118:35: style: Unused variable: Boompack [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:118:45: style: Unused variable: Balloon [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:127:0: style: Variable 'knowledge' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:129:13: style: Unused variable: Loom [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:131:3: style: Unused variable: Cloth [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/Functions.ocd/System.ocg/Knowledge.c:133:3: style: Unused variable: Airship [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/GemGrabbers.ocs/Map.c:82:46: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Border,Op=island,Top=[-1,2]},{Algo=MAPALGO_RndChecker,Ratio=50,Wdt=4,Hgt=3}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/GemGrabbers.ocs/Map.c:83:50: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Border,Op=island,Top=[-1,3]},{Algo=MAPALGO_RndChecker,Ratio=40,Wdt=4,Hgt=2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/GemGrabbers.ocs/Map.c:127:46: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Border,Op=island,Top=[-1,2]},{Algo=MAPALGO_RndChecker,Ratio=50,Wdt=4,Hgt=3}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/GemGrabbers.ocs/Map.c:128:50: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Border,Op=island,Top=[-1,3]},{Algo=MAPALGO_RndChecker,Ratio=40,Wdt=4,Hgt=2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/GemGrabbers.ocs/Map.c:168:40: error: Expression 'Algo=MAPALGO_And,Op=[gem_tunnel,{Algo=MAPALGO_Not,Op={Algo=MAPALGO_Lines,X=1,Y=0,OffX=Random(6),Distance=RandomX(4,6)}}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/GemGrabbers.ocs/Map.c:170:40: error: Expression 'Algo=MAPALGO_And,Op=[gem_tunnel,{Algo=MAPALGO_Not,Op=island}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/GemGrabbers.ocs/Map.c:196:39: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Xor,Op=[onto_mask,mask_border]},rnd_checker]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/GemGrabbers.ocs/Script.c:357:16: style: Variable 'islands' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/GemGrabbers.ocs/Script.c:422:18: style: Unused variable: y1 [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/GemGrabbers.ocs/Script.c:422:22: style: Unused variable: wdt [unusedVariable]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/LocomotiveHighway.ocd/Script.c:16:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:44:34: error: Expression 'Algo=MAPALGO_Or,Op=[island,{Algo=MAPALGO_Turbulence,Amplitude=16,Scale=12,Iterations=4,Seed=Random(65536),Op=island}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:45:34: error: Expression 'Algo=MAPALGO_Or,Op=[island,{Algo=MAPALGO_Turbulence,Amplitude=16,Scale=12,Iterations=4,Seed=Random(65536),Op=island}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:75:35: error: Expression 'Algo=MAPALGO_Or,Op=[cave_up,{Algo=MAPALGO_Turbulence,Amplitude=12,Scale=12,Iterations=4,Seed=Random(65536),Op=cave_up}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:76:36: error: Expression 'Algo=MAPALGO_And,Op=[cave_up,{Algo=MAPALGO_Rect,X=0,Y=0,Wdt=map.Wdt,Hgt=highway_height-10}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:79:45: error: Expression 'Algo=MAPALGO_And,Op=[cave_up,{Algo=MAPALGO_Rect,X=0,Y=highway_height-12,Wdt=map.Wdt,Hgt=2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:82:39: error: Expression 'Algo=MAPALGO_Or,Op=[cave_up_mat,{Algo=MAPALGO_Turbulence,Amplitude=12,Scale=12,Iterations=4,Seed=Random(65536),Op=cave_up_mat}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:87:37: error: Expression 'Algo=MAPALGO_Or,Op=[cave_down,{Algo=MAPALGO_Turbulence,Amplitude=12,Scale=12,Iterations=4,Seed=Random(65536),Op=cave_down}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:88:38: error: Expression 'Algo=MAPALGO_And,Op=[cave_down,{Algo=MAPALGO_Rect,X=0,Y=highway_height+2,Wdt=map.Wdt,Hgt=13}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:91:47: error: Expression 'Algo=MAPALGO_And,Op=[cave_down,{Algo=MAPALGO_Rect,X=0,Y=highway_height+13,Wdt=map.Wdt,Hgt=2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:94:41: error: Expression 'Algo=MAPALGO_Or,Op=[cave_down_mat,{Algo=MAPALGO_Turbulence,Amplitude=12,Scale=12,Iterations=4,Seed=Random(65536),Op=cave_down_mat}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:95:42: error: Expression 'Algo=MAPALGO_And,Op=[cave_down,cave_down_mat,{Algo=MAPALGO_Rect,X=0,Y=highway_height+10,Wdt=map.Wdt,Hgt=20}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:110:34: error: Expression 'Algo=MAPALGO_Or,Op=[island,{Algo=MAPALGO_Turbulence,Amplitude=16,Scale=12,Iterations=4,Seed=Random(65536),Op=island}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:111:34: error: Expression 'Algo=MAPALGO_Or,Op=[island,{Algo=MAPALGO_Turbulence,Amplitude=16,Scale=12,Iterations=4,Seed=Random(65536),Op=island}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:141:35: error: Expression 'Algo=MAPALGO_Or,Op=[cave_up,{Algo=MAPALGO_Turbulence,Amplitude=12,Scale=12,Iterations=4,Seed=Random(65536),Op=cave_up}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:142:36: error: Expression 'Algo=MAPALGO_And,Op=[cave_up,{Algo=MAPALGO_Rect,X=0,Y=0,Wdt=map.Wdt,Hgt=highway_height-10}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:145:45: error: Expression 'Algo=MAPALGO_And,Op=[cave_up,{Algo=MAPALGO_Rect,X=0,Y=highway_height-12,Wdt=map.Wdt,Hgt=2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:148:39: error: Expression 'Algo=MAPALGO_Or,Op=[cave_up_mat,{Algo=MAPALGO_Turbulence,Amplitude=12,Scale=12,Iterations=4,Seed=Random(65536),Op=cave_up_mat}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:153:37: error: Expression 'Algo=MAPALGO_Or,Op=[cave_down,{Algo=MAPALGO_Turbulence,Amplitude=12,Scale=12,Iterations=4,Seed=Random(65536),Op=cave_down}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:154:38: error: Expression 'Algo=MAPALGO_And,Op=[cave_down,{Algo=MAPALGO_Rect,X=0,Y=highway_height+2,Wdt=map.Wdt,Hgt=13}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:157:47: error: Expression 'Algo=MAPALGO_And,Op=[cave_down,{Algo=MAPALGO_Rect,X=0,Y=highway_height+13,Wdt=map.Wdt,Hgt=2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:160:41: error: Expression 'Algo=MAPALGO_Or,Op=[cave_down_mat,{Algo=MAPALGO_Turbulence,Amplitude=12,Scale=12,Iterations=4,Seed=Random(65536),Op=cave_down_mat}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:184:39: error: Expression 'Algo=MAPALGO_And,Op=[island,{Algo=MAPALGO_Not,Op={Algo=MAPALGO_Or,Op=[passage,road]}}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:184:72: error: Expression 'Algo=MAPALGO_Not,Op={Algo=MAPALGO_Or,Op=[passage,road]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:186:33: error: Expression 'Algo=MAPALGO_And,Op=[core,{Algo=MAPALGO_Not,Op=core_border}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:189:39: error: Expression 'Algo=MAPALGO_Or,Op=[core_bottom,{Algo=MAPALGO_Turbulence,Amplitude=8,Scale=8,Iterations=2,Seed=Random(65536),Op=core_bottom}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:205:36: error: Expression 'Algo=MAPALGO_And,Op=[island1,{Algo=MAPALGO_Rect,X=0,Y=0,Wdt=map.Wdt,Hgt=y}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:206:36: error: Expression 'Algo=MAPALGO_And,Op=[island2,{Algo=MAPALGO_Rect,X=0,Y=0,Wdt=map.Wdt,Hgt=y}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:207:35: error: Expression 'Algo=MAPALGO_Or,Op=[island1,{Algo=MAPALGO_Turbulence,Amplitude=12,Scale=10,Iterations=3,Seed=Random(65536),Op=island1}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:208:35: error: Expression 'Algo=MAPALGO_Or,Op=[island2,{Algo=MAPALGO_Turbulence,Amplitude=12,Scale=10,Iterations=3,Seed=Random(65536),Op=island2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:212:42: error: Expression 'Algo=MAPALGO_Not,Op={Algo=MAPALGO_Or,Op=[{Algo=MAPALGO_Rect,X=x1-1,Y=y-3,Wdt=3,Hgt=map.Hgt},{Algo=MAPALGO_Rect,X=x2-1,Y=y-3,Wdt=3,Hgt=map.Hgt}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Map.c:212:67: error: Expression 'Algo=MAPALGO_Or,Op=[{Algo=MAPALGO_Rect,X=x1-1,Y=y-3,Wdt=3,Hgt=map.Hgt},{Algo=MAPALGO_Rect,X=x2-1,Y=y-3,Wdt=3,Hgt=map.Hgt}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/HorridHighway.ocs/Script.c:205:0: error: syntax error [syntaxError]
openclonk-8.1/planet/Worlds.ocf/Krakatoa.ocs/Map.c:62:35: error: Expression 'Algo=MAPALGO_Or,Op=[volcano,{Algo=MAPALGO_Turbulence,Amplitude=6,Scale=6,Iterations=2,Seed=Random(65536),Op=volcano}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Krakatoa.ocs/Map.c:85:38: error: Expression 'Algo=MAPALGO_Or,Op=[main_chasm,{Algo=MAPALGO_Turbulence,Amplitude=8,Scale=8,Iterations=2,Seed=Random(65536),Op=main_chasm}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Krakatoa.ocs/Map.c:163:39: error: Expression 'Algo=MAPALGO_And,Op=[sky,{Algo=MAPALGO_Rect,X=wdt/2-3*wdt/40,Y=43*hgt/150,Wdt=6*wdt/40,Hgt=20}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/Krakatoa.ocs/Map.c:172:40: error: Expression 'Algo=MAPALGO_And,Op=[full_chasm,{Algo=MAPALGO_Not,Op=flat}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:46:50: error: Expression 'Algo=MAPALGO_And,Op=[underground,{Algo=MAPALGO_Rect,X=0,Y=map.Hgt/2,Wdt=map.Wdt-20,Hgt=map.Hgt/2}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:58:53: error: Expression 'Algo=MAPALGO_And,Op=[entrance_floor_earth,{Algo=MAPALGO_Rect,X=4,Y=0,Wdt=17,Hgt=map.Hgt}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:65:46: error: Expression 'Algo=MAPALGO_Or,Op=[underground_border,{Algo=MAPALGO_Turbulence,Iterations=6,Amplitude=12,Scale=16,Seed=Random(65536),Op=underground_border}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:66:47: error: Expression 'Algo=MAPALGO_And,Op=[underground_border,underground,{Algo=MAPALGO_Not,Op=entrance_floor}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:131:34: error: Expression 'Algo=MAPALGO_And,Op=[slabs,{Algo=MAPALGO_RndChecker,Ratio=75,Seed=Random(65536)}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:133:34: error: Expression 'Algo=MAPALGO_And,Op=[slabs,{Algo=MAPALGO_Rect,X=map.Wdt/3,Y=0,Wdt=2*map.Wdt/3,Hgt=map.Hgt}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:146:47: error: Expression 'Algo=MAPALGO_And,Op=[underground_border,{Algo=MAPALGO_Not,Op={Algo=MAPALGO_Rect,X=0,Y=map.Hgt-lake_height-2,Wdt=lake_width,Hgt=6}}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:147:48: error: Expression 'Algo=MAPALGO_And,Op=[{Algo=MAPALGO_Lines,X=3,Y=0,Distance=10},{Algo=MAPALGO_Rect,X=0,Y=map.Hgt-7,Wdt=lake_width,Hgt=7}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:154:34: error: Expression 'Algo=MAPALGO_Or,Op=[tunnel,{Algo=MAPALGO_Turbulence,Iterations=4,Amplitude=16,Scale=8,Seed=Random(65536),Op=tunnel}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:155:35: error: Expression 'Algo=MAPALGO_And,Op=[tunnel,{Algo=MAPALGO_Not,Op=underground_border}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:159:33: error: Expression 'Algo=MAPALGO_And,Op=[lake,{Algo=MAPALGO_Not,Op=underground_border}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:166:41: error: Expression 'Algo=MAPALGO_Or,Op=[lake_boundary,{Algo=MAPALGO_Turbulence,Iterations=3,Amplitude=12,Scale=12,Seed=Random(65536),Op=lake_boundary}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:173:37: error: Expression 'Algo=MAPALGO_Or,Op=[waterfall,{Algo=MAPALGO_Turbulence,Iterations=3,Amplitude=12,Scale=12,Seed=Random(65536),Op=waterfall}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:174:38: error: Expression 'Algo=MAPALGO_And,Op=[waterfall,{Algo=MAPALGO_Not,Op=underground_border},{Algo=MAPALGO_Not,Op=lake}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:187:49: error: Expression 'Algo=MAPALGO_And,Op=[oil_lake,{Algo=MAPALGO_Rect,X=0,Y=oil_lake_y-3,Wdt=map.Wdt,Hgt=map.Hgt}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:202:46: error: Expression 'Algo=MAPALGO_And,Op=[oil_field,{Algo=MAPALGO_Rect,X=0,Y=map.Hgt-8,Wdt=map.Wdt,Hgt=8}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:203:48: error: Expression 'Algo=MAPALGO_And,Op=[oil_field,{Algo=MAPALGO_Rect,X=0,Y=0,Wdt=map.Wdt,Hgt=map.Hgt-8}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:217:33: error: Expression 'Algo=MAPALGO_And,Op=[gold,{Algo=MAPALGO_Turbulence,Iterations=4,Amplitude=12,Scale=12,Seed=Random(65536),Op=gold}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:227:38: error: Expression 'Algo=MAPALGO_And,Op=[vein_area,{Algo=MAPALGO_Not,Op=underground_border}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:229:37: error: Expression 'Algo=MAPALGO_Or,Op=[{Algo=MAPALGO_Lines,X=2,Y=-1,Distance=12},{Algo=MAPALGO_Lines,X=2,Y=1,Distance=12},{Algo=MAPALGO_Lines,X=0,Y=1,Distance=16}]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:57:0: style: Variable 'entrance_floor_earth' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/Map.c:147:0: style: Variable 'lake_floor_rock' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/planet/Worlds.ocf/RapidRefining.ocs/RefineryDrain.ocd/Script.c:78:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
openclonk-8.1/src/c4group/C4Language.h:28:1: style: The class 'C4LanguageInfo' does not have a constructor although it has private member variables. [noConstructor]
openclonk-8.1/src/config/C4Config.h:30:1: style: The class 'C4ConfigGeneral' does not have a constructor although it has private member variables. [noConstructor]
openclonk-8.1/src/script/C4StringTable.h:183:0: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
openclonk-8.1/src/c4group/C4Language.h:70:14: performance: Technically the member function 'C4Language::HasStringTable' can be static. [functionStatic]
openclonk-8.1/src/config/C4Config.h:281:14: performance: Technically the member function 'C4Config::GetRegistrationData' can be static. [functionStatic]
openclonk-8.1/src/config/C4Config.h:284:7: style: Technically the member function 'C4Config::IsCorrupted' can be const. [functionConst]
openclonk-8.1/src/config/C4Reloc.h:32:8: style: Technically the member function 'C4Reloc::PathInfo::operator==' can be const. [functionConst]
openclonk-8.1/src/config/C4Reloc.h:33:3: style: Technically the member function 'C4Reloc::PathInfo::operatorconstchar*' can be const. [functionConst]
openclonk-8.1/src/game/C4Game.h:163:7: style: Technically the member function 'C4Game::HasScenario' can be const. [functionConst]
openclonk-8.1/src/script/C4Aul.h:98:14: style: Technically the member function 'C4AulUserFile::GetFileContents' can be const. [functionConst]
openclonk-8.1/src/script/C4Aul.h:100:9: style: Technically the member function 'C4AulUserFile::GetFileLength' can be const. [functionConst]
openclonk-8.1/src/gui/C4MouseControl.h:137:7: style: Technically the member function 'C4MouseControl::IsMouseOwned' can be const. [functionConst]
openclonk-8.1/src/gui/C4MouseControl.h:138:7: style: Technically the member function 'C4MouseControl::IsActive' can be const. [functionConst]
openclonk-8.1/src/gui/C4MouseControl.h:166:7: style: Technically the member function 'C4MouseControl::IsLeftDown' can be const. [functionConst]
openclonk-8.1/src/gui/C4MouseControl.h:167:10: style: Technically the member function 'C4MouseControl::GetPlayer' can be const. [functionConst]
openclonk-8.1/src/script/C4PropList.h:206:11: performance: Technically the member function 'C4PropList::end' can be static. [functionStatic]
openclonk-8.1/src/lib/StdBuf.h:366:2: style: Class 'StdCopyBuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/lib/StdBuf.h:697:2: style: Class 'StdCopyStrBuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/lib/StdBuf.h:713:2: style: Class 'StdCopyStrBuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/platform/StdFile.h:89:2: style: Class 'DirectoryIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/script/C4Aul.h:65:2: style: Class 'C4AulExecError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/script/C4Aul.h:95:2: style: Class 'C4AulUserFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/c4group/C4LangStringTable.h:45:3: style: Class 'NoSuchTranslation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/network/C4Network2.h:459:2: style: Class 'C4PacketActivateReq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/script/C4PropList.h:155:2: style: Class 'C4PropList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/script/C4PropList.h:232:2: style: Class 'C4PropListNumbered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/script/C4PropList.h:247:2: style: Class 'C4PropListScript' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/script/C4StringTable.h:58:0: style: Class 'C4RefCntPointer < C4String >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/script/C4StringTable.h:61:0: style: Class 'C4RefCntPointer < C4String >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/script/C4StringTable.h:64:0: style: Class 'C4RefCntPointer < C4String >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/script/C4StringTable.h:58:0: style: Class 'C4RefCntPointer < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/lib/StdBuf.h:177:3: error: Common realloc mistake: 'pMData' nulled but not freed upon failure [memleakOnRealloc]
openclonk-8.1/src/lib/StdBuf.h:187:3: error: Common realloc mistake: 'pMData' nulled but not freed upon failure [memleakOnRealloc]
openclonk-8.1/src/config/C4Reloc.h:31:32: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
openclonk-8.1/src/lib/Standard.h:160:33: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/Standard.h:172:21: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/c4group/C4ComponentHost.cpp:129:14: style: The scope of the variable 'cptr' can be reduced. [variableScope]
openclonk-8.1/src/c4group/C4Group.cpp:1178:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openclonk-8.1/src/c4group/C4Group.cpp:1184:2: note: Found duplicate branches for 'if' and 'else'.
openclonk-8.1/src/c4group/C4Group.cpp:1178:7: note: Found duplicate branches for 'if' and 'else'.
openclonk-8.1/src/c4group/C4Group.cpp:1418:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openclonk-8.1/src/c4group/C4Group.cpp:312:7: style: The scope of the variable 'szParentFilename' can be reduced. [variableScope]
openclonk-8.1/src/c4group/C4Group.cpp:1484:16: style: The scope of the variable 'tentry' can be reduced. [variableScope]
openclonk-8.1/src/c4group/C4Group.cpp:869:49: error: Uninitialized variable: pBuf [uninitvar]
openclonk-8.1/src/c4group/C4GroupMain.cpp:122:7: style: The scope of the variable 'fDeleteGroup' can be reduced. [variableScope]
openclonk-8.1/src/c4group/C4GroupSet.cpp:131:10: style: The scope of the variable 'Contents2' can be reduced. [variableScope]
openclonk-8.1/src/c4group/C4Language.cpp:83:8: style: The scope of the variable 'strPackFilename' can be reduced. [variableScope]
openclonk-8.1/src/c4group/C4Language.cpp:83:41: style: The scope of the variable 'strEntry' can be reduced. [variableScope]
openclonk-8.1/src/c4group/C4Language.cpp:103:32: style: Variable 'pPack' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/src/c4group/C4Update.cpp:189:27: style: C-style pointer casting [cstyleCast]
openclonk-8.1/src/c4group/C4Update.cpp:833:1: error: va_list 'arglist' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/config/C4Config.cpp:488:0: error: #error Please define OC_SYSTEM_DATA_DIR! [preprocessorErrorDirective]
openclonk-8.1/src/control/C4Control.cpp:774:80: warning: Either the condition '!pSyncCheck' is redundant or there is possible null pointer dereference: pSyncCheck. [nullPointerRedundantCheck]
openclonk-8.1/src/control/C4Control.cpp:775:6: note: Assuming that condition '!pSyncCheck' is not redundant
openclonk-8.1/src/control/C4Control.cpp:774:80: note: Null pointer dereference
openclonk-8.1/src/control/C4Control.cpp:1283:6: warning: Either the condition 'if(pObj&&pObj->Status&&pTarget->Status)' is redundant or there is possible null pointer dereference: pObj. [nullPointerRedundantCheck]
openclonk-8.1/src/control/C4Control.cpp:1286:9: note: Assuming that condition 'if(pObj&&pObj->Status&&pTarget->Status)' is not redundant
openclonk-8.1/src/control/C4Control.cpp:1283:6: note: Null pointer dereference
openclonk-8.1/src/control/C4Control.cpp:1364:4: warning: Either the condition 'if(obj&&obj->Status)' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
openclonk-8.1/src/control/C4Control.cpp:1366:7: note: Assuming that condition 'if(obj&&obj->Status)' is not redundant
openclonk-8.1/src/control/C4Control.cpp:1364:4: note: Null pointer dereference
openclonk-8.1/src/control/C4Control.cpp:375:12: style: The scope of the variable 'pObj' can be reduced. [variableScope]
openclonk-8.1/src/control/C4Control.cpp:774:67: style: The scope of the variable 'SyncCheck' can be reduced. [variableScope]
openclonk-8.1/src/control/C4Control.cpp:1278:13: style: The scope of the variable 'pObj' can be reduced. [variableScope]
openclonk-8.1/src/control/C4Control.cpp:1316:13: style: The scope of the variable 'pObj' can be reduced. [variableScope]
openclonk-8.1/src/control/C4Control.cpp:1326:13: style: The scope of the variable 'pObj' can be reduced. [variableScope]
openclonk-8.1/src/control/C4Control.cpp:1766:38: style: The scope of the variable 'pVote' can be reduced. [variableScope]
openclonk-8.1/src/control/C4Control.cpp:1828:6: style: The scope of the variable 'iClient' can be reduced. [variableScope]
openclonk-8.1/src/control/C4GameControl.cpp:365:56: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openclonk-8.1/src/control/C4GameParameters.cpp:480:60: style: The scope of the variable 'val' can be reduced. [variableScope]
openclonk-8.1/src/control/C4PlayerControl.cpp:286:7: style: The scope of the variable 'last_shift_delim_pos' can be reduced. [variableScope]
openclonk-8.1/src/control/C4PlayerInfo.cpp:606:17: style: The scope of the variable 'pRes' can be reduced. [variableScope]
openclonk-8.1/src/control/C4PlayerInfo.cpp:1378:19: style: The scope of the variable 'id' can be reduced. [variableScope]
openclonk-8.1/src/control/C4PlayerInfo.cpp:1399:17: style: The scope of the variable 'id' can be reduced. [variableScope]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:113:44: warning: Member variable 'C4PlayerInfoListAttributeConflictResolver::pResolvePacket' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:113:44: warning: Member variable 'C4PlayerInfoListAttributeConflictResolver::fAnyChange' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:113:44: warning: Member variable 'C4PlayerInfoListAttributeConflictResolver::pResolveInfo' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:113:44: warning: Member variable 'C4PlayerInfoListAttributeConflictResolver::fCurrentConflict' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:113:44: warning: Member variable 'C4PlayerInfoListAttributeConflictResolver::fOriginalConflict' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:113:44: warning: Member variable 'C4PlayerInfoListAttributeConflictResolver::fAlternateConflict' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:113:44: warning: Member variable 'C4PlayerInfoListAttributeConflictResolver::pLowPrioOriginalConflictPacket' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:113:44: warning: Member variable 'C4PlayerInfoListAttributeConflictResolver::pLowPrioAlternateConflictPacket' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:94:10: performance: Technically the member function 'C4PlayerInfoListAttributeConflictResolver::GetAttributePriorityDifference' can be static. [functionStatic]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:150:52: note: Technically the member function 'C4PlayerInfoListAttributeConflictResolver::GetAttributePriorityDifference' can be static.
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:94:10: note: Technically the member function 'C4PlayerInfoListAttributeConflictResolver::GetAttributePriorityDifference' can be static.
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:95:7: style: Technically the member function 'C4PlayerInfoListAttributeConflictResolver::IsAttributeConflict' can be const. [functionConst]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:173:49: note: Technically the member function 'C4PlayerInfoListAttributeConflictResolver::IsAttributeConflict' can be const.
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:95:7: note: Technically the member function 'C4PlayerInfoListAttributeConflictResolver::IsAttributeConflict' can be const.
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:119:2: style: Class 'C4PlayerInfoListAttributeConflictResolver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openclonk-8.1/src/control/C4PlayerInfoConflicts.cpp:119:2: style: Class 'C4PlayerInfoListAttributeConflictResolver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openclonk-8.1/src/control/C4Record.cpp:392:76: style: Condition '!fStrip' is always true [knownConditionTrueFalse]
openclonk-8.1/src/control/C4Record.cpp:387:16: note: Assignment 'fStrip=false', assigned value is 0
openclonk-8.1/src/control/C4Record.cpp:392:76: note: Condition '!fStrip' is always true
openclonk-8.1/src/control/C4Record.cpp:467:6: style: Condition 'fStrip' is always false [knownConditionTrueFalse]
openclonk-8.1/src/control/C4Record.cpp:387:16: note: Assignment 'fStrip=false', assigned value is 0
openclonk-8.1/src/control/C4Record.cpp:467:6: note: Condition 'fStrip' is always false
openclonk-8.1/src/control/C4Record.cpp:726:17: style: Condition 'iEndFrame>=0' is always false [knownConditionTrueFalse]
openclonk-8.1/src/control/C4Record.cpp:721:29: note: Assignment 'iEndFrame=-1', assigned value is -1
openclonk-8.1/src/control/C4Record.cpp:726:17: note: Condition 'iEndFrame>=0' is always false
openclonk-8.1/src/control/C4Record.cpp:650:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/control/C4Record.cpp:664:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/control/C4Record.cpp:788:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/control/C4Record.cpp:820:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/control/C4Record.cpp:824:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/control/C4Record.cpp:834:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/control/C4Record.cpp:1215:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/control/C4RoundResults.cpp:341:31: style: The scope of the variable 'pOwnPlr' can be reduced. [variableScope]
openclonk-8.1/src/control/C4Teams.cpp:115:26: style: The scope of the variable 'idPlr' can be reduced. [variableScope]
openclonk-8.1/src/control/C4Teams.cpp:116:16: style: The scope of the variable 'pInfo' can be reduced. [variableScope]
openclonk-8.1/src/control/C4Teams.cpp:145:52: style: The scope of the variable 'pInfo' can be reduced. [variableScope]
openclonk-8.1/src/control/C4Teams.cpp:222:18: style: The scope of the variable 'pPlrInfo' can be reduced. [variableScope]
openclonk-8.1/src/control/C4Teams.cpp:240:29: style: The scope of the variable 'pInfo' can be reduced. [variableScope]
openclonk-8.1/src/editor/C4Console.cpp:654:10: style: Class 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/editor/C4Console.cpp:658:10: style: Class 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/editor/C4ConsoleQtNewScenario.cpp:452:6: performance: Possible inefficient checking for 'definitions' emptiness. [stlSize]
openclonk-8.1/src/editor/C4ConsoleQtPropListViewer.cpp:588:16: style: The scope of the variable 'pos1' can be reduced. [variableScope]
openclonk-8.1/src/editor/C4ConsoleQtPropListViewer.cpp:1497:30: style: Variable 'option_props' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/src/editor/C4ConsoleQtPropListViewer.cpp:3038:60: style: Variable 'current_shape_delegate' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/src/editor/C4ConsoleQtPropListViewer.cpp:2441:2: error: Returning/dereferencing 'new_delegate' after it is deallocated / released [deallocret]
openclonk-8.1/src/editor/C4ConsoleQtShapes.cpp:1679:2: warning: Possible null pointer dereference: shape [nullPointer]
openclonk-8.1/src/editor/C4ConsoleQtShapes.cpp:1672:28: note: Assignment 'shape=nullptr', assigned value is 0
openclonk-8.1/src/editor/C4ConsoleQtShapes.cpp:1679:2: note: Null pointer dereference
openclonk-8.1/src/editor/C4ConsoleQtShapes.cpp:466:4: style: Variable 'vedgeprops' is reassigned a value before the old one has been used. [redundantAssignment]
openclonk-8.1/src/editor/C4ConsoleQtShapes.cpp:465:0: note: Variable 'vedgeprops' is reassigned a value before the old one has been used.
openclonk-8.1/src/editor/C4ConsoleQtShapes.cpp:466:4: note: Variable 'vedgeprops' is reassigned a value before the old one has been used.
openclonk-8.1/src/editor/C4ConsoleQtState.cpp:517:3: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
openclonk-8.1/src/editor/C4ConsoleQtState.cpp:511:0: note: Variable 'success' is reassigned a value before the old one has been used.
openclonk-8.1/src/editor/C4ConsoleQtState.cpp:517:3: note: Variable 'success' is reassigned a value before the old one has been used.
openclonk-8.1/src/editor/C4ConsoleQtState.cpp:119:7: performance: Technically the member function 'ExecRecursionCheck::IsRecursion' can be static. [functionStatic]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:96:3: performance: Variable 'hbmMouse' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:97:3: performance: Variable 'hbmMouse2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:98:3: performance: Variable 'hbmCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:99:3: performance: Variable 'hbmCursor2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:100:3: performance: Variable 'hbmBrush' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:101:3: performance: Variable 'hbmBrush2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:102:3: performance: Variable 'hbmPlay' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:103:3: performance: Variable 'hbmPlay2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:104:3: performance: Variable 'hbmHalt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:105:3: performance: Variable 'hbmHalt2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:106:3: performance: Variable 'hPropertyDlg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:115:3: performance: Variable 'console_handle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:94:2: style: Class 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:518:2: style: Class 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/editor/C4ConsoleWin32.cpp:1135:2: style: Class 'C4ConsoleGUIPreviewWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/editor/C4EditCursor.cpp:77:12: style: The scope of the variable 'obj' can be reduced. [variableScope]
openclonk-8.1/src/game/C4Application.cpp:206:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openclonk-8.1/src/game/C4Game.cpp:1857:3: style: Variable 'fOkay' is reassigned a value before the old one has been used. [redundantAssignment]
openclonk-8.1/src/game/C4Game.cpp:1856:0: note: Variable 'fOkay' is reassigned a value before the old one has been used.
openclonk-8.1/src/game/C4Game.cpp:1857:3: note: Variable 'fOkay' is reassigned a value before the old one has been used.
openclonk-8.1/src/game/C4Game.cpp:1291:9: style: The scope of the variable 'pDef' can be reduced. [variableScope]
openclonk-8.1/src/game/C4Game.cpp:1375:20: style: The scope of the variable 'cdef' can be reduced. [variableScope]
openclonk-8.1/src/game/C4Game.cpp:2607:14: style: The scope of the variable 'tx' can be reduced. [variableScope]
openclonk-8.1/src/game/C4Game.cpp:2607:17: style: The scope of the variable 'ty' can be reduced. [variableScope]
openclonk-8.1/src/game/C4Game.cpp:2813:10: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openclonk-8.1/src/game/C4Game.cpp:2829:10: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openclonk-8.1/src/game/C4Game.cpp:2891:7: style: The scope of the variable 'fn' can be reduced. [variableScope]
openclonk-8.1/src/game/C4Game.cpp:3349:22: style: The scope of the variable 'pDef' can be reduced. [variableScope]
openclonk-8.1/src/game/C4GameScript.cpp:2022:20: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openclonk-8.1/src/game/C4GameScript.cpp:2399:12: style: The scope of the variable 'pPlr' can be reduced. [variableScope]
openclonk-8.1/src/game/C4GameScript.cpp:1451:2: warning: Member variable 'C4ValueCompiler::iDepth' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/game/C4GameScript.cpp:1451:2: warning: Member variable 'C4ValueCompiler::iMatchStart' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/game/C4GameScript.cpp:1451:2: warning: Member variable 'C4ValueCompiler::iMatchCount' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/game/C4Viewport.cpp:713:7: warning: Either the condition 'if(pPlr&&pPlr->ControlSet)' is redundant or there is possible null pointer dereference: pPlr. [nullPointerRedundantCheck]
openclonk-8.1/src/game/C4Viewport.cpp:718:5: note: Assuming that condition 'if(pPlr&&pPlr->ControlSet)' is not redundant
openclonk-8.1/src/game/C4Viewport.cpp:713:7: note: Null pointer dereference
openclonk-8.1/src/game/C4Viewport.cpp:729:17: warning: Either the condition 'pPlr' is redundant or there is possible null pointer dereference: pPlr. [nullPointerRedundantCheck]
openclonk-8.1/src/game/C4Viewport.cpp:718:6: note: Assuming that condition 'pPlr' is not redundant
openclonk-8.1/src/game/C4Viewport.cpp:729:17: note: Null pointer dereference
openclonk-8.1/src/game/C4Viewport.cpp:731:29: warning: Either the condition 'pPlr' is redundant or there is possible null pointer dereference: pPlr. [nullPointerRedundantCheck]
openclonk-8.1/src/game/C4Viewport.cpp:718:6: note: Assuming that condition 'pPlr' is not redundant
openclonk-8.1/src/game/C4Viewport.cpp:731:29: note: Null pointer dereference
openclonk-8.1/src/game/C4Viewport.cpp:1027:24: style: The scope of the variable 'ciViewsX' can be reduced. [variableScope]
openclonk-8.1/src/graphics/C4Draw.cpp:479:29: style: The scope of the variable 'cpcy' can be reduced. [variableScope]
openclonk-8.1/src/graphics/C4Facet.cpp:382:6: style: Variable 'zx' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/src/graphics/C4Facet.cpp:383:6: style: Variable 'zy' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/src/graphics/C4FontLoader.cpp:607:11: style: The scope of the variable 'c' can be reduced. [variableScope]
openclonk-8.1/src/graphics/C4FontLoader.cpp:631:7: style: The scope of the variable 'iCharWdt' can be reduced. [variableScope]
openclonk-8.1/src/graphics/C4FontLoader.cpp:254:2: style: Technically the member function 'CStdVectorFont::operatorFT_Face' can be const. [functionConst]
openclonk-8.1/src/graphics/C4FontLoader.cpp:255:10: style: Technically the member function 'CStdVectorFont::operator.' can be const. [functionConst]
openclonk-8.1/src/graphics/C4FontLoader.cpp:188:2: style: Class 'CStdVectorFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/graphics/C4FontLoader.cpp:239:2: style: Class 'CStdVectorFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/graphics/C4Shader.cpp:566:6: style: The scope of the variable 'iPos' can be reduced. [variableScope]
openclonk-8.1/src/graphics/C4Shader.cpp:462:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/graphics/C4Shader.cpp:470:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/graphics/C4Surface.cpp:320:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openclonk-8.1/src/graphics/C4Surface.cpp:725:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openclonk-8.1/src/graphics/C4Surface.cpp:766:15: style: Variable 'fTileable' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/src/graphics/C4SurfaceLoaders.cpp:100:8: style: The scope of the variable 'max_scale' can be reduced. [variableScope]
openclonk-8.1/src/graphics/CSurface8.cpp:101:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4ChatDlg.cpp:448:58: style: The scope of the variable 'szCheckIdent' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4ChatDlg.cpp:462:58: style: The scope of the variable 'szCheckTitle' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4ChatDlg.cpp:596:25: style: The scope of the variable 'pIRCChan' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4ChatDlg.cpp:908:15: style: The scope of the variable 'szMsgTarget' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4Gui.cpp:629:63: style: The scope of the variable 'pOtherDlg' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4Gui.cpp:695:11: style: The scope of the variable 'pDlg' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4Gui.cpp:723:11: style: The scope of the variable 'pDlg' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4Gui.cpp:1001:11: style: The scope of the variable 'pDlg' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4Gui.cpp:1039:11: style: The scope of the variable 'pDlg' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4GuiComboBox.cpp:138:3: warning: Either the condition '!pScr' is redundant or there is possible null pointer dereference: pScr. [nullPointerRedundantCheck]
openclonk-8.1/src/gui/C4GuiComboBox.cpp:135:7: note: Assuming that condition '!pScr' is not redundant
openclonk-8.1/src/gui/C4GuiComboBox.cpp:138:3: note: Null pointer dereference
openclonk-8.1/src/gui/C4GuiContainers.cpp:452:33: style: Same expression on both sides of '!=' because the value of 'fTopDown||fBottomDown' and 'fPrevDown' are the same. [duplicateExpression]
openclonk-8.1/src/gui/C4GuiContainers.cpp:423:29: note: 'fPrevDown' is assigned value 'fTopDown||fBottomDown' here.
openclonk-8.1/src/gui/C4GuiContainers.cpp:452:33: note: Same expression on both sides of '!=' because the value of 'fTopDown||fBottomDown' and 'fPrevDown' are the same.
openclonk-8.1/src/gui/C4GuiDialogs.cpp:367:0: error: Analysis failed. If the code is valid then please report this failure. [cppcheckError]
openclonk-8.1/src/gui/C4GuiEdit.cpp:532:22: style: Same expression on both sides of '!=' because the value of 'iPrevCursorPos' and 'iCursorPos' are the same. [duplicateExpression]
openclonk-8.1/src/gui/C4GuiEdit.cpp:469:28: note: 'iPrevCursorPos' is assigned value 'iCursorPos' here.
openclonk-8.1/src/gui/C4GuiEdit.cpp:532:22: note: Same expression on both sides of '!=' because the value of 'iPrevCursorPos' and 'iCursorPos' are the same.
openclonk-8.1/src/gui/C4GuiEdit.cpp:541:22: style: Same expression on both sides of '!=' because the value of 'iPrevCursorPos' and 'iCursorPos' are the same. [duplicateExpression]
openclonk-8.1/src/gui/C4GuiEdit.cpp:538:28: note: 'iPrevCursorPos' is assigned value 'iCursorPos' here.
openclonk-8.1/src/gui/C4GuiEdit.cpp:541:22: note: Same expression on both sides of '!=' because the value of 'iPrevCursorPos' and 'iCursorPos' are the same.
openclonk-8.1/src/gui/C4GuiEdit.cpp:323:22: style: The scope of the variable 'iLBPos2' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4GuiMenu.cpp:575:14: style: The scope of the variable 'pCont' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4GuiTabular.cpp:280:10: style: The scope of the variable 'pSheet' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4KeyboardInput.cpp:525:8: style: The scope of the variable 'is_scan_code' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4KeyboardInput.cpp:964:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
openclonk-8.1/src/gui/C4LoaderScreen.cpp:135:12: style: The scope of the variable 'TitleFont' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4LoaderScreen.cpp:136:8: style: The scope of the variable 'fLogBoxFontZoom' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4MainMenu.cpp:359:35: style: The scope of the variable 'pDef' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4Menu.cpp:887:17: style: Same expression on both sides of '>' because the value of 'ItemCount' and 'iLastItemCount' are the same. [duplicateExpression]
openclonk-8.1/src/gui/C4Menu.cpp:873:25: note: 'iLastItemCount' is assigned value 'ItemCount' here.
openclonk-8.1/src/gui/C4Menu.cpp:887:17: note: Same expression on both sides of '>' because the value of 'ItemCount' and 'iLastItemCount' are the same.
openclonk-8.1/src/gui/C4Menu.cpp:889:18: style: Same expression on both sides of '<' because the value of 'ItemCount' and 'iLastItemCount' are the same. [duplicateExpression]
openclonk-8.1/src/gui/C4Menu.cpp:873:25: note: 'iLastItemCount' is assigned value 'ItemCount' here.
openclonk-8.1/src/gui/C4Menu.cpp:889:18: note: Same expression on both sides of '<' because the value of 'ItemCount' and 'iLastItemCount' are the same.
openclonk-8.1/src/gui/C4MessageInput.cpp:507:66: warning: Either the condition 'pNfo' is redundant or there is possible null pointer dereference: pNfo. [nullPointerRedundantCheck]
openclonk-8.1/src/gui/C4MessageInput.cpp:480:7: note: Assuming that condition 'pNfo' is not redundant
openclonk-8.1/src/gui/C4MessageInput.cpp:507:66: note: Null pointer dereference
openclonk-8.1/src/gui/C4MessageInput.cpp:810:25: style: The scope of the variable 'pCmd' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4MouseControl.cpp:316:10: style: Condition '!menuProcessed' is always true [knownConditionTrueFalse]
openclonk-8.1/src/gui/C4MouseControl.cpp:309:6: note: Assuming that condition '!menuProcessed' is not redundant
openclonk-8.1/src/gui/C4MouseControl.cpp:316:10: note: Condition '!menuProcessed' is always true
openclonk-8.1/src/gui/C4MouseControl.cpp:651:7: style: Condition 'fAllowDrag' is always true [knownConditionTrueFalse]
openclonk-8.1/src/gui/C4MouseControl.cpp:649:21: note: Assignment 'fAllowDrag=true', assigned value is 1
openclonk-8.1/src/gui/C4MouseControl.cpp:651:7: note: Condition 'fAllowDrag' is always true
openclonk-8.1/src/gui/C4MouseControl.cpp:557:37: style: Same expression on both sides of '!=' because the value of 'OldTargetObject' and 'TargetObject' are the same. [duplicateExpression]
openclonk-8.1/src/gui/C4MouseControl.cpp:477:30: note: 'OldTargetObject' is assigned value 'TargetObject' here.
openclonk-8.1/src/gui/C4MouseControl.cpp:557:37: note: Same expression on both sides of '!=' because the value of 'OldTargetObject' and 'TargetObject' are the same.
openclonk-8.1/src/gui/C4PlayerInfoListBox.cpp:317:2: style: Variable 'fReadOnly' is reassigned a value before the old one has been used. [redundantAssignment]
openclonk-8.1/src/gui/C4PlayerInfoListBox.cpp:316:0: note: Variable 'fReadOnly' is reassigned a value before the old one has been used.
openclonk-8.1/src/gui/C4PlayerInfoListBox.cpp:317:2: note: Variable 'fReadOnly' is reassigned a value before the old one has been used.
openclonk-8.1/src/gui/C4PlayerInfoListBox.cpp:1442:74: style: The scope of the variable 'pPlrInfo' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4Scoreboard.cpp:36:2: style: Class 'C4ScoreboardDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:103:14: performance: Technically the member function 'ContributorList::ConcatNames' can be static. [functionStatic]
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:42:2: style: Struct 'DeveloperList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:44:7: style: The function 'WriteTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:33:15: note: Virtual function in base class
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:44:7: note: Function in derived class
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:52:14: style: The function 'ToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:34:22: note: Virtual function in base class
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:52:14: note: Function in derived class
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:147:7: style: The function 'WriteTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:33:15: note: Virtual function in base class
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:147:7: note: Function in derived class
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:156:14: style: The function 'ToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:34:22: note: Virtual function in base class
openclonk-8.1/src/gui/C4StartupAboutDlg.cpp:156:14: note: Function in derived class
openclonk-8.1/src/gui/C4StartupNetDlg.cpp:1129:6: warning: Either the condition 'pRef' is redundant or there is possible null pointer dereference: pRef. [nullPointerRedundantCheck]
openclonk-8.1/src/gui/C4StartupNetDlg.cpp:1086:6: note: Assuming that condition 'pRef' is not redundant
openclonk-8.1/src/gui/C4StartupNetDlg.cpp:1129:6: note: Null pointer dereference
openclonk-8.1/src/gui/C4StartupOptionsDlg.cpp:1332:18: style: The scope of the variable 'pNfo' can be reduced. [variableScope]
openclonk-8.1/src/gui/C4StartupPlrSelDlg.cpp:1376:0: error: Analysis failed. If the code is valid then please report this failure. [cppcheckError]
openclonk-8.1/src/gui/C4StartupScenSelDlg.cpp:1606:18: warning: Either the condition 'if(pFolder&&pFolder!=pScenLoader->GetRootFolder())' is redundant or there is possible null pointer dereference: pFolder. [nullPointerRedundantCheck]
openclonk-8.1/src/gui/C4StartupScenSelDlg.cpp:1624:6: note: Assuming that condition 'if(pFolder&&pFolder!=pScenLoader->GetRootFolder())' is not redundant
openclonk-8.1/src/gui/C4StartupScenSelDlg.cpp:1606:18: note: Null pointer dereference
openclonk-8.1/src/gui/C4UpdateDlg.cpp:315:2: warning: Either the condition 'if(pWaitDlg)' is redundant or there is possible null pointer dereference: pWaitDlg. [nullPointerRedundantCheck]
openclonk-8.1/src/gui/C4UpdateDlg.cpp:332:7: note: Assuming that condition 'if(pWaitDlg)' is not redundant
openclonk-8.1/src/gui/C4UpdateDlg.cpp:315:2: note: Null pointer dereference
openclonk-8.1/src/gui/C4UpdateDlg.cpp:314:2: style: Variable 'pWaitDlg' is reassigned a value before the old one has been used. [redundantAssignment]
openclonk-8.1/src/gui/C4UpdateDlg.cpp:313:0: note: Variable 'pWaitDlg' is reassigned a value before the old one has been used.
openclonk-8.1/src/gui/C4UpdateDlg.cpp:314:2: note: Variable 'pWaitDlg' is reassigned a value before the old one has been used.
openclonk-8.1/src/landscape/C4Landscape.cpp:685:7: warning: Either the condition 'pCollect&&pCollect->Status&&pObj' is redundant or there is possible null pointer dereference: pObj. [nullPointerRedundantCheck]
openclonk-8.1/src/landscape/C4Landscape.cpp:692:41: note: Assuming that condition 'pCollect&&pCollect->Status&&pObj' is not redundant
openclonk-8.1/src/landscape/C4Landscape.cpp:685:7: note: Null pointer dereference
openclonk-8.1/src/landscape/C4Landscape.cpp:686:12: warning: Either the condition 'pCollect&&pCollect->Status&&pObj' is redundant or there is possible null pointer dereference: pObj. [nullPointerRedundantCheck]
openclonk-8.1/src/landscape/C4Landscape.cpp:692:41: note: Assuming that condition 'pCollect&&pCollect->Status&&pObj' is not redundant
openclonk-8.1/src/landscape/C4Landscape.cpp:686:12: note: Null pointer dereference
openclonk-8.1/src/landscape/C4Landscape.cpp:689:12: warning: Either the condition 'pCollect&&pCollect->Status&&pObj' is redundant or there is possible null pointer dereference: pObj. [nullPointerRedundantCheck]
openclonk-8.1/src/landscape/C4Landscape.cpp:692:41: note: Assuming that condition 'pCollect&&pCollect->Status&&pObj' is not redundant
openclonk-8.1/src/landscape/C4Landscape.cpp:689:12: note: Null pointer dereference
openclonk-8.1/src/landscape/C4Landscape.cpp:136:32: style: The scope of the variable 'xincr' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Landscape.cpp:136:39: style: The scope of the variable 'yincr' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Landscape.cpp:1023:22: style: The scope of the variable 'pReact' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Landscape.cpp:1023:38: style: The scope of the variable 'tmat' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Landscape.cpp:2080:11: style: The scope of the variable 'map_pix' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Landscape.cpp:2996:10: style: The scope of the variable 'cdis' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Landscape.cpp:3335:7: style: The scope of the variable 'fLeft' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Landscape.cpp:3335:14: style: The scope of the variable 'fRight' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Map.cpp:50:20: style: The scope of the variable 'lwdt' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Map.cpp:50:25: style: The scope of the variable 'dpy' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Map.cpp:106:9: style: The scope of the variable 'cy_curve' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Map.cpp:106:18: style: The scope of the variable 'cy_natural' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4MapCreatorS2.cpp:1066:14: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openclonk-8.1/src/landscape/C4MapCreatorS2.cpp:1011:12: note: 'C' is assigned value '*CPos' here.
openclonk-8.1/src/landscape/C4MapCreatorS2.cpp:1062:18: note: outer condition: 'p'==C
openclonk-8.1/src/landscape/C4MapCreatorS2.cpp:1066:14: note: opposite inner condition: 'x'==*CPos
openclonk-8.1/src/landscape/C4MapCreatorS2.cpp:1349:10: style: The scope of the variable 'Value' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4MapCreatorS2.cpp:1620:9: style: The scope of the variable 'xz' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4MapCreatorS2.cpp:806:2: style: Exception should be caught by reference. [catchExceptionByValue]
openclonk-8.1/src/landscape/C4MapCreatorS2.cpp:822:2: style: Exception should be caught by reference. [catchExceptionByValue]
openclonk-8.1/src/landscape/C4MapScript.cpp:170:13: style: The scope of the variable 'col' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4MapScriptAlgo.cpp:285:7: style: The scope of the variable 'val' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4MapScriptAlgo.cpp:242:14: error: Uninitialized variable: n [uninitvar]
openclonk-8.1/src/landscape/C4MapScriptAlgo.cpp:311:17: error: Uninitialized variable: fg1 [uninitvar]
openclonk-8.1/src/landscape/C4MapScriptAlgo.cpp:311:27: error: Uninitialized variable: bg1 [uninitvar]
openclonk-8.1/src/landscape/C4MapScriptAlgo.cpp:312:7: error: Uninitialized variable: fg2 [uninitvar]
openclonk-8.1/src/landscape/C4MapScriptAlgo.cpp:312:17: error: Uninitialized variable: bg2 [uninitvar]
openclonk-8.1/src/landscape/C4MassMover.cpp:57:15: style: The scope of the variable 'cmm' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4Material.cpp:448:15: style: The scope of the variable 'sfcTexture' can be reduced. [variableScope]
openclonk-8.1/src/landscape/C4PathFinder.cpp:109:18: warning: Member variable 'C4PathFinderRay::CrawlLength' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/landscape/C4PathFinder.cpp:109:18: warning: Member variable 'C4PathFinderRay::CrawlStartAttach' is not initialized in the constructor. [uninitMemberVar]
openclonk-8.1/src/landscape/C4PathFinder.cpp:81:7: performance: Technically the member function 'C4PathFinderRay::Clear' can be static. [functionStatic]
openclonk-8.1/src/landscape/C4PathFinder.cpp:132:23: note: Technically the member function 'C4PathFinderRay::Clear' can be static.
openclonk-8.1/src/landscape/C4PathFinder.cpp:81:7: note: Technically the member function 'C4PathFinderRay::Clear' can be static.
openclonk-8.1/src/landscape/C4PathFinder.cpp:94:7: performance: Technically the member function 'C4PathFinderRay::TurnAttach' can be static. [functionStatic]
openclonk-8.1/src/landscape/C4PathFinder.cpp:446:23: note: Technically the member function 'C4PathFinderRay::TurnAttach' can be static.
openclonk-8.1/src/landscape/C4PathFinder.cpp:94:7: note: Technically the member function 'C4PathFinderRay::TurnAttach' can be static.
openclonk-8.1/src/landscape/C4PathFinder.cpp:95:7: performance: Technically the member function 'C4PathFinderRay::CrawlToAttach' can be static. [functionStatic]
openclonk-8.1/src/landscape/C4PathFinder.cpp:462:23: note: Technically the member function 'C4PathFinderRay::CrawlToAttach' can be static.
openclonk-8.1/src/landscape/C4PathFinder.cpp:95:7: note: Technically the member function 'C4PathFinderRay::CrawlToAttach' can be static.
openclonk-8.1/src/landscape/C4PathFinder.cpp:96:7: performance: Technically the member function 'C4PathFinderRay::CrawlByAttach' can be static. [functionStatic]
openclonk-8.1/src/landscape/C4PathFinder.cpp:435:23: note: Technically the member function 'C4PathFinderRay::CrawlByAttach' can be static.
openclonk-8.1/src/landscape/C4PathFinder.cpp:96:7: note: Technically the member function 'C4PathFinderRay::CrawlByAttach' can be static.
openclonk-8.1/src/landscape/C4TextureShape.cpp:164:130: style: Function 'Add' argument 6 names different: declaration 'back_pix' definition 'bg_pix'. [funcArgNamesDifferent]
openclonk-8.1/src/landscape/C4TextureShape.cpp:143:102: note: Function 'Add' argument 6 names different: declaration 'back_pix' definition 'bg_pix'.
openclonk-8.1/src/landscape/C4TextureShape.cpp:164:130: note: Function 'Add' argument 6 names different: declaration 'back_pix' definition 'bg_pix'.
openclonk-8.1/src/lib/C4Log.cpp:267:27: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/C4Log.cpp:277:33: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/C4Log.cpp:293:32: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/C4Log.cpp:359:33: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/C4SimpleLog.cpp:44:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/C4SimpleLog.cpp:45:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/C4SimpleLog.cpp:46:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/Standard.cpp:822:63: error: va_list 'argcopy' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/StdBuf.cpp:180:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/StdBuf.cpp:196:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/StdBuf.cpp:233:4: error: va_list 'args_copy' used before va_start() was called. [va_list_usedBeforeStarted]
openclonk-8.1/src/lib/StdBuf.cpp:235:68: error: va_list 'args_copy' used before va_start() was called. [va_list_usedBeforeStarted]
openclonk-8.1/src/lib/StdBuf.cpp:273:35: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/StdCompiler.cpp:30:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/lib/StdMesh.cpp:1608:59: warning: Possible null pointer dereference: node [nullPointer]
openclonk-8.1/src/lib/StdMesh.cpp:1606:26: note: Assignment 'node=nullptr', assigned value is 0
openclonk-8.1/src/lib/StdMesh.cpp:1608:59: note: Null pointer dereference
openclonk-8.1/src/lib/StdMesh.cpp:51:8: style: Technically the member function '::StdMeshSubMeshVisibilityCmpPred::operator()' can be const. [functionConst]
openclonk-8.1/src/lib/StdMesh.cpp:61:8: style: Technically the member function '::StdMeshSubMeshInstanceVisibilityCmpPred::operator()' can be const. [functionConst]
openclonk-8.1/src/lib/StdMesh.cpp:145:3: style: Struct 'ValueProviderAdapt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/lib/StdMesh.cpp:205:3: style: Struct 'MatrixAdapt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/lib/StdMesh.cpp:226:3: style: Struct 'TransformAdapt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/lib/StdMeshLoaderBinary.cpp:231:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/lib/StdMeshLoaderBinary.cpp:607:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/lib/StdMeshLoaderBinary.cpp:633:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/lib/StdMeshLoaderBinary.cpp:653:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/lib/StdMeshLoaderBinary.cpp:673:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/lib/StdMeshLoaderBinary.cpp:693:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/lib/StdMeshLoaderBinaryChunks.cpp:48:4: style: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openclonk-8.1/src/lib/StdMeshLoaderBinaryChunks.cpp:47:0: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
openclonk-8.1/src/lib/StdMeshLoaderBinaryChunks.cpp:48:4: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
openclonk-8.1/src/lib/StdMeshLoaderBinaryChunks.cpp:328:4: style: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openclonk-8.1/src/lib/StdMeshLoaderBinaryChunks.cpp:327:0: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
openclonk-8.1/src/lib/StdMeshLoaderBinaryChunks.cpp:328:4: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
openclonk-8.1/src/mape/configfile.c:28:9: style: The scope of the variable 'sep' can be reduced. [variableScope]
openclonk-8.1/src/mape/cpp-handles/log-handle.cpp:48:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/mape/cpp-handles/log-handle.cpp:49:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/mape/cpp-handles/log-handle.cpp:50:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/mape/diskview.c:617:13: style: The scope of the variable 'error_dialog' can be reduced. [variableScope]
openclonk-8.1/src/mape/diskview.c:713:13: style: The scope of the variable 'error_dialog' can be reduced. [variableScope]
openclonk-8.1/src/mape/diskview.c:995:9: style: The scope of the variable 'file' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:56:9: style: The scope of the variable 'basename' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:57:9: style: The scope of the variable 'utf8_file' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:58:9: style: The scope of the variable 'utf8_file_casefold' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:59:9: style: The scope of the variable 'utf8_landscape_txt_casefold' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:61:15: style: The scope of the variable 'lang_name' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:62:15: style: The scope of the variable 'lang_filename' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:63:21: style: The scope of the variable 'lang' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:64:24: style: The scope of the variable 'style' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:65:13: style: The scope of the variable 'error_dialog' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:215:9: style: The scope of the variable 'dirname' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:308:9: style: The scope of the variable 'time_text' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:552:9: style: The scope of the variable 'utf8_file' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:767:14: style: The scope of the variable 'data' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:768:17: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openclonk-8.1/src/mape/editview.c:117:5: error: Uninitialized variable: new_type [uninitvar]
openclonk-8.1/src/mape/mape.c:47:9: style: The scope of the variable 'current' can be reduced. [variableScope]
openclonk-8.1/src/mape/mape.c:131:13: style: The scope of the variable 'error_dialog' can be reduced. [variableScope]
openclonk-8.1/src/mape/mapgen.c:177:6: style: Condition '!error' is always true [knownConditionTrueFalse]
openclonk-8.1/src/mape/mapgen.c:176:11: note: Assignment 'error=NULL', assigned value is 0
openclonk-8.1/src/mape/mapgen.c:177:6: note: Condition '!error' is always true
openclonk-8.1/src/mape/mapgen.c:44:16: style: The scope of the variable 'texture_name' can be reduced. [variableScope]
openclonk-8.1/src/mape/mapgen.c:45:16: style: The scope of the variable 'material_name' can be reduced. [variableScope]
openclonk-8.1/src/mape/mapgen.c:46:16: style: The scope of the variable 'first_tex_separator' can be reduced. [variableScope]
openclonk-8.1/src/mape/mapgen.c:47:23: style: The scope of the variable 'material' can be reduced. [variableScope]
openclonk-8.1/src/mape/material.c:340:16: style: The scope of the variable 'cur_name' can be reduced. [variableScope]
openclonk-8.1/src/mape/mattexview.c:102:16: style: The scope of the variable 'icon' can be reduced. [variableScope]
openclonk-8.1/src/mape/mattexview.c:103:22: style: The scope of the variable 'mat' can be reduced. [variableScope]
openclonk-8.1/src/mape/window.c:35:13: style: The scope of the variable 'error_dialog' can be reduced. [variableScope]
openclonk-8.1/src/mape/window.c:36:9: style: The scope of the variable 'title' can be reduced. [variableScope]
openclonk-8.1/src/mape/window.c:73:13: style: The scope of the variable 'error_dialog' can be reduced. [variableScope]
openclonk-8.1/src/mape/window.c:74:9: style: The scope of the variable 'title' can be reduced. [variableScope]
openclonk-8.1/src/mape/window.c:160:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
openclonk-8.1/src/mape/window.c:303:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
openclonk-8.1/src/mape/window.c:113:17: style: Unused variable: filter_map [unusedVariable]
openclonk-8.1/src/mape/window.c:460:21: style: Variable 'wnd' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/src/netio/TstC4NetIO.cpp:40:1: style: The class 'MyCBClass' does not have a constructor although it has private member variables. [noConstructor]
openclonk-8.1/src/network/C4InteractiveThread.cpp:171:45: error: va_list 'lst' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/network/C4InteractiveThread.cpp:180:50: error: va_list 'lst' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/network/C4InteractiveThread.cpp:189:51: error: va_list 'lst' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/network/C4InteractiveThread.cpp:198:50: error: va_list 'lst' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/network/C4NetIO.cpp:2696:7: style: The scope of the variable 'fSuccess' can be reduced. [variableScope]
openclonk-8.1/src/network/C4NetIO.cpp:2280:2: style: Struct 'BinAddr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/network/C4Network2.cpp:1756:4: warning: Either the condition 'if(pDlg)' is redundant or there is possible null pointer dereference: pDlg. [nullPointerRedundantCheck]
openclonk-8.1/src/network/C4Network2.cpp:1759:10: note: Assuming that condition 'if(pDlg)' is not redundant
openclonk-8.1/src/network/C4Network2.cpp:1756:4: note: Null pointer dereference
openclonk-8.1/src/network/C4Network2.cpp:1758:9: warning: Either the condition 'if(pDlg)' is redundant or there is possible null pointer dereference: pDlg. [nullPointerRedundantCheck]
openclonk-8.1/src/network/C4Network2.cpp:1759:10: note: Assuming that condition 'if(pDlg)' is not redundant
openclonk-8.1/src/network/C4Network2.cpp:1758:9: note: Null pointer dereference
openclonk-8.1/src/network/C4Network2IO.cpp:834:32: style: The scope of the variable 'PktB' can be reduced. [variableScope]
openclonk-8.1/src/network/C4Network2Players.cpp:277:33: style: The scope of the variable 'pSaveInfo' can be reduced. [variableScope]
openclonk-8.1/src/network/C4Network2Res.cpp:1035:18: style: Same expression on both sides of '>' because the value of 'iLoadCnt' and 'ioLoadCnt' are the same. [duplicateExpression]
openclonk-8.1/src/network/C4Network2Res.cpp:1026:23: note: 'ioLoadCnt' is assigned value 'iLoadCnt' here.
openclonk-8.1/src/network/C4Network2Res.cpp:1035:18: note: Same expression on both sides of '>' because the value of 'iLoadCnt' and 'ioLoadCnt' are the same.
openclonk-8.1/src/network/C4Network2Res.cpp:1273:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openclonk-8.1/src/network/C4Network2UPnPLinux.cpp:71:13: style: The scope of the variable 'status' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Command.cpp:644:11: style: The scope of the variable 'ex' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Command.cpp:644:14: style: The scope of the variable 'ey' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Command.cpp:644:17: style: The scope of the variable 'ewdt' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Command.cpp:644:22: style: The scope of the variable 'ehgt' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Command.cpp:1552:10: style: The scope of the variable 'iLowSideRange' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Command.cpp:1579:10: style: The scope of the variable 'iEntryX' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Command.cpp:1579:18: style: The scope of the variable 'iEntryY' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Command.cpp:1739:7: style: The scope of the variable 'szCommandName' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Command.cpp:1740:7: style: The scope of the variable 'szObjectName' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Def.cpp:43:2: style: Class 'C4DefAdditionalResourcesLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/object/C4DefList.cpp:326:14: style: The scope of the variable 'szDefPath' can be reduced. [variableScope]
openclonk-8.1/src/object/C4DefList.cpp:506:4: warning: The buffer 'sz' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openclonk-8.1/src/object/C4FindObject.cpp:1015:10: style: The scope of the variable 'iCmp' can be reduced. [variableScope]
openclonk-8.1/src/object/C4FindObject.cpp:1035:10: style: The scope of the variable 'iCmp' can be reduced. [variableScope]
openclonk-8.1/src/object/C4IDList.cpp:266:9: style: The scope of the variable 'cDef' can be reduced. [variableScope]
openclonk-8.1/src/object/C4IDList.cpp:290:9: style: The scope of the variable 'cDef' can be reduced. [variableScope]
openclonk-8.1/src/object/C4IDList.cpp:312:9: style: The scope of the variable 'cDef' can be reduced. [variableScope]
openclonk-8.1/src/object/C4IDList.cpp:334:9: style: The scope of the variable 'cDef' can be reduced. [variableScope]
openclonk-8.1/src/object/C4IDList.cpp:372:9: style: The scope of the variable 'pDef' can be reduced. [variableScope]
openclonk-8.1/src/object/C4MeshDenumerator.cpp:37:10: warning: Possible null pointer dereference: pGfx [nullPointer]
openclonk-8.1/src/object/C4MeshDenumerator.cpp:35:26: note: Assignment 'pGfx=nullptr', assigned value is 0
openclonk-8.1/src/object/C4MeshDenumerator.cpp:37:10: note: Null pointer dereference
openclonk-8.1/src/object/C4MeshDenumerator.cpp:39:7: warning: Possible null pointer dereference: pGfx [nullPointer]
openclonk-8.1/src/object/C4MeshDenumerator.cpp:35:26: note: Assignment 'pGfx=nullptr', assigned value is 0
openclonk-8.1/src/object/C4MeshDenumerator.cpp:39:7: note: Null pointer dereference
openclonk-8.1/src/object/C4Movement.cpp:614:10: style: The scope of the variable 'ctcox' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Movement.cpp:614:16: style: The scope of the variable 'ctcoy' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Object.cpp:1132:32: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openclonk-8.1/src/object/C4Object.cpp:1132:23: note: outer condition: Energy==0
openclonk-8.1/src/object/C4Object.cpp:1132:32: note: opposite inner condition: !fWasZero
openclonk-8.1/src/object/C4Object.cpp:1202:16: warning: Logical conjunction always evaluates to false: !(fWasFull) && Con >= FullCon. [incorrectLogicOperator]
openclonk-8.1/src/object/C4Object.cpp:1202:16: style: Opposite expression on both sides of '&&'. [oppositeExpression]
openclonk-8.1/src/object/C4Object.cpp:1202:16: note: Opposite expression on both sides of '&&'.
openclonk-8.1/src/object/C4Object.cpp:1202:16: note: Opposite expression on both sides of '&&'.
openclonk-8.1/src/object/C4Object.cpp:445:10: style: The scope of the variable 'iFlipDir' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Object.cpp:2001:12: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Object.cpp:4528:12: style: The scope of the variable 'pGfxOvrlObj' can be reduced. [variableScope]
openclonk-8.1/src/object/C4ObjectInfoList.cpp:156:6: warning: Possible null pointer dereference: pDef [nullPointer]
openclonk-8.1/src/object/C4ObjectInfoList.cpp:150:16: note: Assignment 'pDef=nullptr', assigned value is 0
openclonk-8.1/src/object/C4ObjectInfoList.cpp:156:6: note: Null pointer dereference
openclonk-8.1/src/object/C4ObjectInfoList.cpp:59:16: style: The scope of the variable 'ninf' can be reduced. [variableScope]
openclonk-8.1/src/object/C4ObjectInfoList.cpp:115:9: style: The scope of the variable 'pDef' can be reduced. [variableScope]
openclonk-8.1/src/object/C4ObjectList.cpp:528:9: style: The scope of the variable 'cdef' can be reduced. [variableScope]
openclonk-8.1/src/object/C4ObjectScript.cpp:1929:6: style: Expression is always false because 'else if' condition matches previous condition at line 1919. [multiCondition]
openclonk-8.1/src/object/C4ObjectScript.cpp:848:7: style: The scope of the variable 'dummy' can be reduced. [variableScope]
openclonk-8.1/src/object/C4ObjectScript.cpp:866:4: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openclonk-8.1/src/object/C4Shape.cpp:52:10: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Shape.cpp:121:10: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openclonk-8.1/src/object/C4Shape.cpp:136:10: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openclonk-8.1/src/platform/C4MusicSystem.cpp:94:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openclonk-8.1/src/platform/C4SoundInstance.cpp:331:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openclonk-8.1/src/platform/C4SoundInstance.cpp:84:10: style: The scope of the variable 'options' can be reduced. [variableScope]
openclonk-8.1/src/platform/C4SoundModifiers.cpp:279:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openclonk-8.1/src/platform/C4WindowWin32.cpp:660:7: style: Condition '!fDialogClassRegistered' is always true [knownConditionTrueFalse]
openclonk-8.1/src/platform/C4WindowWin32.cpp:986:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openclonk-8.1/src/platform/StdFile.cpp:710:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openclonk-8.1/src/player/C4Player.cpp:1644:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openclonk-8.1/src/player/C4Player.cpp:1642:22: note: outer condition: Cursor->Info
openclonk-8.1/src/player/C4Player.cpp:1644:13: note: identical inner condition: Cursor->Info
openclonk-8.1/src/player/C4Player.cpp:530:9: style: The scope of the variable 'def' can be reduced. [variableScope]
openclonk-8.1/src/player/C4Player.cpp:555:9: style: The scope of the variable 'def' can be reduced. [variableScope]
openclonk-8.1/src/player/C4Player.cpp:575:10: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openclonk-8.1/src/player/C4Player.cpp:575:14: style: The scope of the variable 'cnt2' can be reduced. [variableScope]
openclonk-8.1/src/player/C4Player.cpp:575:19: style: The scope of the variable 'ctx' can be reduced. [variableScope]
openclonk-8.1/src/player/C4Player.cpp:575:23: style: The scope of the variable 'cty' can be reduced. [variableScope]
openclonk-8.1/src/player/C4Player.cpp:576:9: style: The scope of the variable 'def' can be reduced. [variableScope]
openclonk-8.1/src/player/C4Player.cpp:607:25: style: The scope of the variable 'i' can be reduced. [variableScope]
openclonk-8.1/src/script/C4AulCompiler.cpp:127:16: style: Member variable 'PreparseAstVisitor::target_host' is in the wrong place in the initializer list. [initializerList]
openclonk-8.1/src/script/C4AulCompiler.cpp:135:65: note: Member variable 'PreparseAstVisitor::target_host' is in the wrong place in the initializer list.
openclonk-8.1/src/script/C4AulCompiler.cpp:127:16: note: Member variable 'PreparseAstVisitor::target_host' is in the wrong place in the initializer list.
openclonk-8.1/src/script/C4AulDebug.cpp:325:7: style: The scope of the variable 'varIndex' can be reduced. [variableScope]
openclonk-8.1/src/script/C4AulDebug.cpp:315:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openclonk-8.1/src/script/C4AulExec.cpp:176:18: style: Same expression on both sides of '>' because the value of 'pCurCtx' and 'pOldCtx' are the same. [duplicateExpression]
openclonk-8.1/src/script/C4AulExec.cpp:148:32: note: 'pOldCtx' is assigned value 'pCurCtx' here.
openclonk-8.1/src/script/C4AulExec.cpp:176:18: note: Same expression on both sides of '>' because the value of 'pCurCtx' and 'pOldCtx' are the same.
openclonk-8.1/src/script/C4AulExec.cpp:1063:19: style: The scope of the variable 'pSFunc' can be reduced. [variableScope]
openclonk-8.1/src/script/C4AulExec.cpp:1072:19: style: The scope of the variable 'pSFunc' can be reduced. [variableScope]
openclonk-8.1/src/script/C4AulParse.cpp:163:44: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openclonk-8.1/src/script/C4PropList.cpp:598:10: style: The scope of the variable 'overridden' can be reduced. [variableScope]
openclonk-8.1/src/script/C4PropList.cpp:287:24: style: Variable 's' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/src/script/C4Value.cpp:581:15: style: Technically the member function 'operator==::Seen::operator==' can be const. [functionConst]
openclonk-8.1/src/script/C4ValueArray.cpp:97:7: style: Technically the member function 'C4ValueArraySortStringscomp::operator()' can be const. [functionConst]
openclonk-8.1/src/script/C4ValueArray.cpp:113:7: style: Technically the member function 'C4ValueArraySortcomp::operator()' can be const. [functionConst]
openclonk-8.1/src/script/C4ValueArray.cpp:56:2: style: Class 'C4SortObjectSTL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/script/C4ValueArray.cpp:133:2: style: Struct 'C4ValueArraySortPropertycomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/script/C4ValueArray.cpp:160:2: style: Struct 'C4ValueArraySortArrayElementcomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/src/zlib/gzio.c:26:28: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:45:3: style: Struct '_e_ScopeGuard_0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:51:3: style: Struct '_e_ScopeGuard_1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:59:3: style: Struct '_e_ScopeGuard_2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:67:3: style: Struct '_e_ScopeGuard_3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:75:3: style: Struct '_e_ScopeGuard_4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:79:3: style: Struct '_e_ScopeGuard_5' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:83:3: style: Struct '_e_ScopeGuard_6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:91:3: style: Struct '_e_ScopeGuard_7' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:99:3: style: Struct '_e_ScopeGuard_8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:107:3: style: Struct '_e_ScopeGuard_9' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:120:3: style: Struct '_e_ScopeGuard_10' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:130:3: style: Struct '_e_ScopeGuard_11' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:131:3: style: Struct '_e_ScopeGuard_12' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:141:3: style: Struct '_e_ScopeGuard_13' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulDiagnosticsTest.cpp:151:3: style: Struct '_e_ScopeGuard_14' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulSyntaxTestDetail.h:32:2: style: Class 'AstFormattingVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulSyntaxTest.cpp:43:2: style: Class 'TestableAulParse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/tests/aul/AulTest.cpp:43:4: style: Unused variable: _cleanup [unusedVariable]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:360:4: style: Technically the member function 'backward::details::handle::get' can be const. [functionConst]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:374:4: style: Technically the member function 'backward::details::handle::operator.' can be const. [functionConst]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:701:8: performance: Technically the member function 'backward::TraceResolverImpl < system_tag :: unknown_tag >::load_stacktrace' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:702:16: performance: Technically the member function 'backward::TraceResolverImpl < system_tag :: unknown_tag >::resolve' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1522:9: style: Technically the member function 'backward::SourceFile::get_lines::isspace::operator()' can be const. [functionConst]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1557:8: style: Technically the member function 'backward::SourceFile::not_isspace::operator()' can be const. [functionConst]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1564:8: style: Technically the member function 'backward::SourceFile::not_isempty::operator()' can be const. [functionConst]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1720:7: performance: Technically the member function 'backward::Colorize::init' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1721:7: performance: Technically the member function 'backward::Colorize::set_color' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1774:7: performance: Technically the member function 'backward::Printer::print_header' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1848:7: style: Technically the member function 'backward::Printer::print_source_loc' can be const. [functionConst]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1985:7: performance: Technically the member function 'backward::SignalHandling::init' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1986:7: performance: Technically the member function 'backward::SignalHandling::loaded' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:494:0: performance: Technically the member function 'backward :: StackTraceImpl < unknown_tag >::size' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:495:0: style: Technically the member function 'backward :: StackTraceImpl < unknown_tag >::operator[]' can be const. [functionConst]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:496:0: performance: Technically the member function 'backward :: StackTraceImpl < unknown_tag >::load_here' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:497:0: performance: Technically the member function 'backward :: StackTraceImpl < unknown_tag >::load_from' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:498:0: performance: Technically the member function 'backward :: StackTraceImpl < unknown_tag >::thread_id' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:499:0: performance: Technically the member function 'backward :: StackTraceImpl < unknown_tag >::skip_n_firsts' can be static. [functionStatic]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:484:2: style: Struct 'ResolvedTrace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1492:2: style: Class 'SourceFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1719:2: style: Class 'Colorize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/thirdparty/backward-cpp/backward.hpp:1984:2: style: Class 'SignalHandling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/thirdparty/blake2/blake2-config.h:69:0: error: #error "This code requires at least SSE2." [preprocessorErrorDirective]
openclonk-8.1/thirdparty/blake2/blake2bp.c:135:53: style: Function 'blake2bp_update' argument 2 names different: declaration 'in' definition 'pin'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/blake2/blake2.h:164:55: note: Function 'blake2bp_update' argument 2 names different: declaration 'in' definition 'pin'.
openclonk-8.1/thirdparty/blake2/blake2bp.c:135:53: note: Function 'blake2bp_update' argument 2 names different: declaration 'in' definition 'pin'.
openclonk-8.1/thirdparty/blake2/blake2sp.c:133:53: style: Function 'blake2sp_update' argument 2 names different: declaration 'in' definition 'pin'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/blake2/blake2.h:159:55: note: Function 'blake2sp_update' argument 2 names different: declaration 'in' definition 'pin'.
openclonk-8.1/thirdparty/blake2/blake2sp.c:133:53: note: Function 'blake2sp_update' argument 2 names different: declaration 'in' definition 'pin'.
openclonk-8.1/thirdparty/tinyxml/tinystr.h:238:7: style: Technically the member function 'TiXmlString::quit' can be const. [functionConst]
openclonk-8.1/thirdparty/tinyxml/tinystr.h:75:2: style: Class 'TiXmlString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:636:84: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:637:84: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:638:84: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:639:84: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:640:82: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:641:92: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:643:72: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:644:71: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:645:71: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:646:71: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:647:70: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:648:79: style: C-style pointer casting [cstyleCast]
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:163:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:184:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:40:68: style: Function 'PutString' argument 2 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:318:65: note: Function 'PutString' argument 2 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:40:68: note: Function 'PutString' argument 2 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:47:67: style: Function 'PutString' argument 2 names different: declaration 'out' definition 'outString'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:320:64: note: Function 'PutString' argument 2 names different: declaration 'out' definition 'outString'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:47:67: note: Function 'PutString' argument 2 names different: declaration 'out' definition 'outString'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:198:48: style: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:546:38: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:198:48: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:327:54: style: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:488:44: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:327:54: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:339:48: style: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:489:38: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:339:48: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:351:53: style: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:493:43: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:351:53: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:362:47: style: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:494:37: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:362:47: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:399:59: style: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:523:49: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:399:59: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:412:53: style: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:524:43: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:412:53: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:507:64: style: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:613:54: note: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:507:64: note: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:521:58: style: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:614:48: note: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:521:58: note: Function 'FirstChildElement' argument 1 names different: declaration 'value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:616:42: style: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:848:29: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:616:42: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:706:61: style: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:889:48: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:706:61: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:716:67: style: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:891:54: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:716:67: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:726:57: style: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:934:44: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:726:57: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:738:66: style: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:939:53: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:738:66: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:822:47: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1006:42: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:822:47: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1217:49: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:784:42: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1217:49: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1235:41: style: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:740:26: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1235:41: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1242:47: style: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:742:32: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1242:47: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1312:47: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1049:42: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1312:47: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1361:44: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1103:43: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1361:44: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1445:51: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1171:43: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1445:51: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1501:47: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1210:43: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1501:47: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1539:46: style: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:819:28: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1539:46: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1550:49: style: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:820:31: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1550:49: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1672:37: style: Function 'Child' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1473:25: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1672:37: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1691:56: style: Function 'Child' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1469:44: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1691:56: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1710:44: style: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1483:32: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1710:44: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1729:63: style: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1478:51: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1729:63: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1541:11: warning: Assert statement calls a function which may have desired side effects: 'Find'. [assertWithSideEffect]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:304:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:857:2: style: 'TiXmlElement::operator=' should return 'TiXmlElement &'. [operatorEq]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1028:2: style: 'TiXmlComment::operator=' should return 'TiXmlComment &'. [operatorEq]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1086:2: style: 'TiXmlText::operator=' should return 'TiXmlText &'. [operatorEq]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1147:2: style: 'TiXmlDeclaration::operator=' should return 'TiXmlDeclaration &'. [operatorEq]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1195:2: style: 'TiXmlUnknown::operator=' should return 'TiXmlUnknown &'. [operatorEq]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1235:2: style: 'TiXmlDocument::operator=' should return 'TiXmlDocument &'. [operatorEq]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1455:2: style: 'TiXmlHandle::operator=' should return 'TiXmlHandle &'. [operatorEq]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:720:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:721:3: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1399:2: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1400:2: performance: Variable 'encoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1401:2: performance: Variable 'standalone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:820:7: style: Technically the member function 'TiXmlAttributeSet::Remove' can be const. [functionConst]
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1550:25: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:820:7: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1092:7: style: Technically the member function 'TiXmlText::CDATA' can be const. [functionConst]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1299:6: style: Technically the member function 'TiXmlDocument::ErrorRow' can be const. [functionConst]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1300:6: style: Technically the member function 'TiXmlDocument::ErrorCol' can be const. [functionConst]
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:134:2: style: Class 'StringToBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:134:2: style: Class 'StringToBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:241:3: style: Class 'StringToBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:848:2: style: Class 'TiXmlElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1069:2: style: Class 'TiXmlText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1227:2: style: Class 'TiXmlDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1452:2: style: Class 'TiXmlHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:779:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:208:22: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:779:22: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:782:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:167:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:782:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:784:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:252:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:784:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:988:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:653:21: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:988:21: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:990:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:167:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:990:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:995:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:208:22: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:995:22: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1006:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:252:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1006:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1033:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:653:21: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1033:21: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1035:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:167:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1035:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1040:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:208:22: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1040:22: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1049:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:252:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1049:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1089:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:167:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1089:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1096:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:208:22: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1096:22: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1100:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:653:21: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1100:21: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1103:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:252:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1103:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1159:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:653:21: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1159:21: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1161:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:167:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1161:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1163:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:208:22: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1163:22: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1171:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:252:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1171:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1198:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:653:21: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1198:21: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1200:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:167:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1200:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1202:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:208:22: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1202:22: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1210:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:252:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1210:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1349:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:252:15: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1349:15: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1351:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:653:21: note: Virtual function in base class
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1351:21: note: Function in derived class
openclonk-8.1/thirdparty/tinyxml/tinyxml.cpp:1030:4: error: Memory leak: buf [memleak]
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:426:14: style: Redundant condition: If 'EXPR == '#'', the comparison 'EXPR' is always true. [redundantCondition]
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:800:16: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1241:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1341:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '='' is always true. [redundantCondition]
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1259:8: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1249:10: note: Assuming that condition 'p' is not redundant
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1259:8: note: Null pointer dereference
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1323:6: style: The scope of the variable 'tabsize' can be reduced. [variableScope]
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:419:47: style: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:276:44: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:419:47: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:514:21: style: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:326:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:514:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:553:46: style: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:268:43: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:553:46: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:555:15: style: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:270:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:555:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:557:15: style: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:272:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:557:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:681:68: style: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1268:62: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:681:68: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:775:52: style: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1346:38: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:775:52: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:775:78: style: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1346:71: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:775:78: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:795:45: style: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:668:35: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:795:45: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1134:50: style: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1012:37: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1134:50: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1134:71: style: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1012:59: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1134:71: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1506:91: style: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'. [funcArgNamesDifferent]
openclonk-8.1/thirdparty/tinyxml/tinyxml.h:1163:82: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1506:91: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:1325:13: style: Variable 'tabsize' is assigned a value that is never used. [unreadVariable]
openclonk-8.1/thirdparty/tinyxml/tinyxmlparser.cpp:168:21: style: Technically the member function 'TiXmlParsingData::Cursor' can be const. [functionConst]
[12:42]

ftp://ftp.se.debian.org/debian/pool/main/o/opencollada/opencollada_0.1.0~20160714.0ec5063+dfsg1.orig.tar.xz
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADABaseUtils/src/COLLADABUHashFunctions.cpp:31:17: style: The scope of the variable 'g' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADABaseUtils/src/COLLADABUHashFunctions.cpp:46:17: style: The scope of the variable 'g' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADABaseUtils/src/COLLADABUNativeString.cpp:69:0: error: #error "No StringUtil::toString defined for your platform" [preprocessorErrorDirective]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADABaseUtils/src/COLLADABUURI.cpp:136:8: style: The scope of the variable 'endPosition' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADABaseUtils/src/COLLADABUUtils.cpp:197:23: style: The scope of the variable 'stop' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADABaseUtils/src/COLLADABUUtils.cpp:509:0: error: Resource leak: f [resourceLeak]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAFramework/src/COLLADAFWFormula.cpp:56:23: style: Variable 'mMathmlAsts' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAFramework/src/COLLADAFWFormulas.cpp:128:14: style: Variable 'mFormulas' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAFramework/src/COLLADAFWMeshPrimitive.cpp:57:14: style: Variable 'mUVCoordIndicesArray' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAFramework/src/COLLADAFWMeshPrimitive.cpp:62:14: style: Variable 'mColorIndicesArray' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAFramework/src/COLLADAFWValidate.cpp:175:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAFramework/src/COLLADAFWValidate.cpp:200:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAFramework/src/COLLADAFWValidate.cpp:211:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationAssigner.cpp:735:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationAssigner.cpp:794:54: style: Variable 'extendedParameters' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationAssigner.cpp:867:0: style: Variable 'gg' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationAssigner.cpp:919:0: style: Variable 'gg' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationExporter.cpp:1206:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationExporter.cpp:1627:10: style: The scope of the variable 'inInterval' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationExporter.cpp:1912:10: style: The scope of the variable 'outInterval' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationExporter.cpp:924:19: style: Variable 'keyLength' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationExporter.cpp:955:19: style: Variable 'constTransformationMatrix' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationExporter.cpp:1682:26: style: Variable 'keyParamterIndex' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationExporter.cpp:1965:26: style: Variable 'keyParamterIndex' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxAnimationImporter.cpp:445:35: style: Variable 'maxKeyController' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxCameraExporter.cpp:133:26: warning: Either the condition 'if(camera)' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxCameraExporter.cpp:135:6: note: Assuming that condition 'if(camera)' is not redundant
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxCameraExporter.cpp:133:26: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxController.cpp:129:27: style: Variable 'currentObject' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxControllerExporter.cpp:146:18: style: Variable 'iNode' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxEffectExporter.cpp:632:18: style: The scope of the variable 'weightControl' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxEffectExporter.cpp:425:32: style: Variable 'subMaterialCount' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxEffectTextureExporter.cpp:234:32: style: Variable 'sourceFileExist' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxEffectTextureExporter.cpp:279:21: style: Exception should be caught by reference. [catchExceptionByValue]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxExportNode.cpp:154:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxExtraDataHandler.cpp:105:8: style: The scope of the variable 'failed' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxExtraDataHandler.cpp:239:38: style: The scope of the variable 'attributeValue' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxGeometryExporter.cpp:744:44: style: Variable 'isSetMESH_NORMAL_MODIFIER_SUPPORT' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxGeometryExporter.cpp:1274:15: style: Variable 'subMtl' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxGeometryImporter.cpp:1211:7: style: The scope of the variable 'indices' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxGeometryImporter.cpp:575:37: style: Variable 'faceVertexCountArray' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxLightImporter.cpp:106:3: style: Variable 'targetDistance' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxLightImporter.cpp:105:0: note: Variable 'targetDistance' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxLightImporter.cpp:106:3: note: Variable 'targetDistance' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxMaterialCreator.cpp:132:30: style: Variable 'effectUniqueId' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxSceneGraphCreator.cpp:167:23: style: Variable 'newNode' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxVisualSceneExporter.cpp:319:0: style: Variable 'exportObjectOffsetMatrix' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMax/src/COLLADAMaxVisualSceneExporter.cpp:353:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationExporter.cpp:2156:4: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationExporter.cpp:2154:0: note: Variable 'found' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationExporter.cpp:2156:4: note: Variable 'found' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationExporter.cpp:2358:17: style: The scope of the variable 'index' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationExporter.cpp:2603:15: style: The scope of the variable 'nextTime' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationExporter.cpp:598:32: style: Variable 'output' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationExporter.cpp:1417:23: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationExporter.cpp:2201:19: style: Variable 'originalColladaId' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationExporter.cpp:2345:27: style: Variable 'isLengthCurve' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationSampleCache.cpp:462:31: style: Variable 'element' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationSampleCache.cpp:618:31: style: Variable 'timing2' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationSampleCache.cpp:529:17: style: Technically the member function 'COLLADAMaya::samplePlugs::::::::::::::::::CompareStep::operator()' can be const. [functionConst]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAnimationSampleCache.cpp:524:12: style: Class 'CompareStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAttributeParser.cpp:117:31: style: Variable 'numChildren' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaAttributeParser.cpp:394:36: style: Variable 'numChildren' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaCameraExporter.cpp:249:9: style: Variable 'paramSid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaCameraExporter.cpp:239:0: note: Variable 'paramSid' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaCameraExporter.cpp:249:9: note: Variable 'paramSid' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaCameraExporter.cpp:171:28: style: Variable 'setXFov' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaCameraExporter.cpp:172:28: style: Variable 'setYFov' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaConsoleMain.cpp:157:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaConsoleMain.cpp:124:15: note: outer condition: argc>1
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaConsoleMain.cpp:157:23: note: identical inner condition: argc>1
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaConsoleMain.cpp:290:26: style: Variable 'startClock' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaConsoleMain.cpp:300:24: style: Variable 'endClock' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaControllerExporter.cpp:533:32: style: Variable 'isInstanced' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaControllerExporter.cpp:1066:31: style: Variable 'numBindPoses' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaDagHelper.cpp:726:21: warning: Identical condition 'status!=MStatus::kSuccess', second condition is always false [identicalConditionAfterEarlyExit]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaDagHelper.cpp:722:21: note: first condition
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaDagHelper.cpp:726:21: note: second condition
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaDagHelper.cpp:70:29: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaDocumentExporter.cpp:414:35: style: Variable 'colladaUnitFactor' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectExporter.cpp:472:9: style: Variable 'animated' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectExporter.cpp:468:0: note: Variable 'animated' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectExporter.cpp:472:9: note: Variable 'animated' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectExporter.cpp:787:9: style: Variable 'animated' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectExporter.cpp:784:0: note: Variable 'animated' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectExporter.cpp:787:9: note: Variable 'animated' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectExporter.cpp:267:4: style: Class 'ExtraAttributeExporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectTextureExporter.cpp:333:10: style: Condition '!exists' is always true [knownConditionTrueFalse]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectTextureExporter.cpp:332:26: note: Assignment 'exists=false', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectTextureExporter.cpp:333:10: note: Condition '!exists' is always true
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectTextureExporter.cpp:139:39: style: The scope of the variable 'textureExporter' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectTextureExporter.cpp:304:32: style: Variable 'sourceFileExist' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaEffectTextureExporter.cpp:350:21: style: Exception should be caught by reference. [catchExceptionByValue]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaGeometryExporter.cpp:218:28: style: Variable 'isInstanced' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaGeometryExporter.cpp:738:21: style: Variable 'pointData' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaGeometryExporter.cpp:1380:35: style: Variable 'isIntermediate' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaGeometryExporter.cpp:490:3: style: Class 'ExtraAttributeExporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaGeometryPolygonExporter.cpp:338:38: style: Variable 'numFaceVertices' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaGeometryPolygonExporter.cpp:808:0: style: Variable 'nextIdx' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaGeometryPolygonExporter.cpp:808:0: style: Variable 'normalsIdx' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaHwShaderExporter.cpp:94:49: style: Variable 'streamWriter' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaLightExporter.cpp:197:9: style: Variable 'animated' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaLightExporter.cpp:192:0: note: Variable 'animated' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaLightExporter.cpp:197:9: note: Variable 'animated' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaLightExporter.cpp:263:9: style: Variable 'sceneElement' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaLightExporter.cpp:261:0: note: Variable 'sceneElement' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaLightExporter.cpp:263:9: note: Variable 'sceneElement' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaLightExporter.cpp:278:13: style: Class 'ExtraAttributeExporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:2746:52: style: The scope of the variable 'shape' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:2614:37: style: Variable 'rigidConstraint' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:106:9: warning: Member variable 'AttributeExporter::mAttributeLevel' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:939:29: style: Technically the member function 'COLLADAMaya::getRigidSolver::RigidSolverParser::getRigidSolver' can be const. [functionConst]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:1404:14: performance: Technically the member function 'COLLADAMaya::Shape::exportHollow' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:2890:14: performance: Technically the member function 'COLLADAMaya::PhysicsSceneTechniqueCommon::exportTimeStep' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:2533:13: style: Class 'RigidBodyParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:2604:13: style: Class 'RigidConstraintParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:2655:13: style: Class 'RigidBodyParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:2805:13: style: Class 'RigidConstraintParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:2838:9: style: Class 'LibraryPhysicsModels' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:2858:9: style: Class 'PhysicsSceneTechniqueCommon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:2935:9: style: Class 'LibraryPhysicsScenes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:2981:9: style: Class 'RigidBodyParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:3140:9: style: Class 'AutoDeleteFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:3158:9: style: Class 'AutoXmlFreeDoc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:3772:4: style: Class 'ExtraAttributeParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:3198:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:3208:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysXExporter.cpp:3218:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysicsExporter.cpp:476:6: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysicsExporter.cpp:475:6: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysicsExporter.cpp:476:6: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysicsExporter.cpp:477:6: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysicsExporter.cpp:476:6: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysicsExporter.cpp:477:6: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysicsExporter.cpp:566:19: style: The scope of the variable 'mass' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysicsExporter.cpp:126:59: style: Variable 'instancedSceneElement' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaPhysicsExporter.cpp:183:24: style: Variable 'removeFirstNamespace' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaSceneGraph.cpp:188:24: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaSceneGraph.cpp:258:28: style: Variable 'isInstanced' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaSceneGraph.cpp:387:28: style: Variable 'isInstanced' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaSceneGraph.cpp:543:21: style: Variable 'output' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaSceneGraph.cpp:580:21: style: Variable 'output' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaVisualSceneExporter.cpp:1370:44: style: Redundant condition: ExportOptions::exportSeparateFile(). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaVisualSceneExporter.cpp:1194:14: style: The scope of the variable 'isVisible' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAMaya/src/COLLADAMayaVisualSceneExporter.cpp:1224:13: style: Class 'ExtraAttributeExporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLFileLoader.cpp:37:0: error: #error "No prepocesser flag set to chose the xml parser to use" [preprocessorErrorDirective]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLFormulasLinker.cpp:174:0: error: Memory leak: fragmentExpression [memleak]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLGeometryLoader.cpp:87:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryAnimationsLoader.cpp:703:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryControllersLoader.cpp:379:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLoader.cpp:83:46: style: Variable 'animationList' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLMeshLoader.cpp:901:50: warning: Logical disjunction always evaluates to true: stride >= 1 || stride <= 4. [incorrectLogicOperator]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLMeshLoader.cpp:941:50: warning: Logical disjunction always evaluates to true: stride >= 1 || stride <= 4. [incorrectLogicOperator]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSidAddress.cpp:154:9: style: The scope of the variable 'nameEnd' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSidAddress.cpp:188:10: style: The scope of the variable 'idOrSidEnd' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSidAddress.cpp:208:10: style: The scope of the variable 'firstIndexEnd' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSidAddress.cpp:224:10: style: The scope of the variable 'secondIndexEnd' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:47:49: warning: Possible null pointer dereference: translate [nullPointer]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:39:37: note: Assignment 'translate=0', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:47:49: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:66:42: warning: Possible null pointer dereference: rotate [nullPointer]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:58:31: note: Assignment 'rotate=0', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:66:42: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:92:52: warning: Possible null pointer dereference: matrix [nullPointer]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:84:31: note: Assignment 'matrix=0', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:92:52: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:114:43: warning: Possible null pointer dereference: scale [nullPointer]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:106:29: note: Assignment 'scale=0', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:114:43: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:134:42: warning: Possible null pointer dereference: skew [nullPointer]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:125:27: note: Assignment 'skew=0', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:134:42: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:135:42: warning: Possible null pointer dereference: skew [nullPointer]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:125:27: note: Assignment 'skew=0', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:135:42: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:175:43: warning: Possible null pointer dereference: lookat [nullPointer]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:166:31: note: Assignment 'lookat=0', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:175:43: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:176:53: warning: Possible null pointer dereference: lookat [nullPointer]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:166:31: note: Assignment 'lookat=0', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:176:53: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:177:47: warning: Possible null pointer dereference: lookat [nullPointer]
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:166:31: note: Assignment 'lookat=0', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp:177:47: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/SAX2.c:2133:20: style: The scope of the variable 'uri' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/SAX2.c:2133:26: style: The scope of the variable 'pref' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/SAX2.c:730:9: style: Variable 'attr' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/SAX2.c:782:16: style: Variable 'elem' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/SAX2.c:833:9: style: Variable 'nota' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/chvalid.c:170:24: style: The scope of the variable 'sptr' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/chvalid.c:171:24: style: The scope of the variable 'lptr' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/dict.c:493:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/dict.c:496:9: style: The scope of the variable 'inside_dict' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/dict.c:751:8: style: Variable 'key' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/dict.c:738:3: style: Variable 'nbi' is modified but its new value is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/encoding.c:128:18: style: The scope of the variable 'c' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/encoding.c:2180:20: style: The scope of the variable 'convbuf' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/encoding.c:2184:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/error.c:576:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/example/gjobread.c:53:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/example/gjobread.c:47:0: note: Variable 'ret' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/example/gjobread.c:53:5: note: Variable 'ret' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/example/gjobread.c:116:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/example/gjobread.c:110:0: note: Variable 'ret' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/example/gjobread.c:116:5: note: Variable 'ret' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/example/gjobread.c:204:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/example/gjobread.c:290:13: style: The scope of the variable 'cur' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/example/gjobread.c:294:5: style: Variable 'xmlKeepBlanksDefault' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/hash.c:289:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/hash.c:292:9: style: The scope of the variable 'inside_table' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/hash.c:293:9: style: The scope of the variable 'nbElems' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/hash.c:831:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/hash.c:831:12: style: The scope of the variable 'nb' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/hash.c:905:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/hash.c:945:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:6248:17: style: Expression is always false because 'else if' condition matches previous condition at line 6238. [multiCondition]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:2370:8: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:2367:15: note: outer condition: c!=0
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:2370:8: note: opposite inner condition: c==0
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:9017:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:9012:0: note: Variable 'buf' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:9017:5: note: Variable 'buf' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:11510:49: style: Same expression on both sides of '==' because the value of 'directory' and 'NULL' are the same. [duplicateExpression]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:11479:23: note: 'directory' is assigned value 'NULL' here.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:11510:49: note: Same expression on both sides of '==' because the value of 'directory' and 'NULL' are the same.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:12598:49: style: Same expression on both sides of '==' because the value of 'directory' and 'NULL' are the same. [duplicateExpression]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:12579:23: note: 'directory' is assigned value 'NULL' here.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:12598:49: note: Same expression on both sides of '==' because the value of 'directory' and 'NULL' are the same.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:2522:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:2522:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:2784:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:2785:9: style: The scope of the variable 'count' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:4349:9: style: The scope of the variable 'len' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:4350:9: style: The scope of the variable 'size' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:4351:9: style: The scope of the variable 'cur' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:4352:20: style: The scope of the variable 'target' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:4354:9: style: The scope of the variable 'count' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:4488:20: style: The scope of the variable 'name' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:4490:14: style: The scope of the variable 'Systemid' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:4566:9: style: The scope of the variable 'isParameter' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:4568:9: style: The scope of the variable 'skipped' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:4881:20: style: The scope of the variable 'name' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:4934:14: style: The scope of the variable 'name' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:5091:20: style: The scope of the variable 'elemName' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:5092:20: style: The scope of the variable 'attrName' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:5663:20: style: The scope of the variable 'name' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:6143:14: style: The scope of the variable 'val' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:6147:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:6573:20: style: The scope of the variable 'name' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:6739:14: style: The scope of the variable 'name' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:6907:20: style: The scope of the variable 'name' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:7112:14: style: The scope of the variable 'name' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:7729:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:7730:9: style: The scope of the variable 'count' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:9108:9: style: The scope of the variable 'len' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:9109:9: style: The scope of the variable 'size' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parser.c:7129:3: style: Variable 'cur' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parserInternals.c:282:9: style: The scope of the variable 'indx' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parserInternals.c:387:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parserInternals.c:388:9: style: The scope of the variable 'indx' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/parserInternals.c:1104:9: style: The scope of the variable 'nbchars' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:2416:13: warning: Variable 'res' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:2413:17: note: Variable 'res' is reassigned a value before the old one has been used. 'break;' missing?
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:2416:13: note: Variable 'res' is reassigned a value before the old one has been used. 'break;' missing?
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:2504:13: warning: Variable 'res' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:2501:17: note: Variable 'res' is reassigned a value before the old one has been used. 'break;' missing?
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:2504:13: note: Variable 'res' is reassigned a value before the old one has been used. 'break;' missing?
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:179:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:738:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:740:15: style: The scope of the variable 'dict' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:741:15: style: The scope of the variable 'attrname' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:742:15: style: The scope of the variable 'attrvalue' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:798:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:817:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:865:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:942:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:960:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:980:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:981:13: style: The scope of the variable 'args' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:982:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1006:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1007:13: style: The scope of the variable 'args' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1008:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1032:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1033:13: style: The scope of the variable 'args' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1034:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1090:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1114:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1136:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1158:15: style: The scope of the variable 'nameList' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1159:15: style: The scope of the variable 'newName' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1161:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1162:9: style: The scope of the variable 'count' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1194:15: style: The scope of the variable 'obj' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1195:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1220:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1239:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1464:15: style: The scope of the variable 'list' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1465:15: style: The scope of the variable 'message' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1466:15: style: The scope of the variable 'result' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1467:10: style: The scope of the variable 'str' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1683:28: style: The scope of the variable 'pyCtxt' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1713:28: style: The scope of the variable 'pyCtxt' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:1993:28: style: The scope of the variable 'pyCtxt' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:2027:28: style: The scope of the variable 'pyCtxt' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/libxml.c:2072:22: style: The scope of the variable 'cur' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/python/types.c:548:0: error: syntax error [syntaxError]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:1395:12: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:1394:18: note: outer condition: token!=NULL
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:1395:12: note: opposite inner condition: token==NULL
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:874:38: warning: Logical conjunction always evaluates to false: EXPR == '{' && EXPR == 0. [incorrectLogicOperator]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:184:11: warning: Either the condition 'ctxt!=NULL' is redundant or there is possible null pointer dereference: ctxt. [nullPointerRedundantCheck]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:176:14: note: Assuming that condition 'ctxt!=NULL' is not redundant
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:184:11: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:186:9: warning: Either the condition 'ctxt!=NULL' is redundant or there is possible null pointer dereference: ctxt. [nullPointerRedundantCheck]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:176:14: note: Assuming that condition 'ctxt!=NULL' is not redundant
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:186:9: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:285:24: style: Same expression on both sides of '-'. [duplicateExpression]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:381:9: style: The scope of the variable 'res' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:1187:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/rngparser.c:1210:21: style: The scope of the variable 'tok2' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/testOOM.c:192:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/testOOM.c:371:6: style: Variable 'files' is modified but its new value is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/testURI.c:24:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/testURI.c:75:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/threads.c:107:9: style: struct member '_xmlMutex::empty' is never used. [unusedStructMember]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/threads.c:129:9: style: struct member '_xmlRMutex::empty' is never used. [unusedStructMember]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/tree.c:1245:44: warning: Either the condition 'value==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/tree.c:1249:15: note: Assuming that condition 'value==NULL' is not redundant
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/tree.c:1245:26: note: Assignment 'cur=value', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/tree.c:1245:44: note: Null pointer addition
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/tree.c:4650:14: style: The scope of the variable 'lang' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/tree.c:4729:14: style: The scope of the variable 'space' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/tree.c:7161:26: style: The scope of the variable 'base' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:2018:13: style: Expression is always false because 'else if' condition matches previous condition at line 2015. [multiCondition]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:6417:24: warning: Either the condition '0!=(self)' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:6419:10: note: Assuming that condition '0!=(self)' is not redundant
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:6417:24: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:6450:21: warning: Either the condition '0!=(self)' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:6454:10: note: Assuming that condition '0!=(self)' is not redundant
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:6450:21: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:6007:22: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:2095:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:2101:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:2105:11: portability: Casting between float* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:2105:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:2113:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:2123:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:2126:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5860:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5864:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5871:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5875:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5885:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5889:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5972:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5976:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:6207:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:6208:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5856:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5867:4: note: Found duplicate branches for 'if' and 'else'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5856:4: note: Found duplicate branches for 'if' and 'else'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5883:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5887:4: note: Found duplicate branches for 'if' and 'else'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5883:4: note: Found duplicate branches for 'if' and 'else'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:1493:36: style: Same expression on both sides of '=='. [duplicateExpression]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:2426:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:2621:7: style: The scope of the variable 'exponentBase' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:3508:7: style: The scope of the variable 'status' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:4976:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:4977:0: style: The scope of the variable 'number' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5133:7: style: The scope of the variable 'k' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:5559:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/trio.c:658:12: style: union member 'Anonymous4::doubleNumber' is never used. [unusedStructMember]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/triostr.c:891:10: style: The scope of the variable 'count' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/uri.c:1007:9: style: The scope of the variable 'ret2' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/uri.c:1305:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/uri.c:1854:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/uri.c:1883:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/win32/wince/wincecompat.c:40:2: portability: Returning an address value in a function with integer return type is not portable. [CastAddressToIntegerAtReturn]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/win32/wince/wincecompat.c:37:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/win32/wince/wincecompat.c:39:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:2382:17: style: Condition 'context==NULL' is always true [knownConditionTrueFalse]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:2371:21: note: Assignment 'context=NULL', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:2382:17: note: Condition 'context==NULL' is always true
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3759:18: style: Condition 'resource==NULL' is always true [knownConditionTrueFalse]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3741:25: note: Assignment 'resource=NULL', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3759:18: note: Condition 'resource==NULL' is always true
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3858:18: style: Condition 'resource==NULL' is always true [knownConditionTrueFalse]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3852:25: note: Assignment 'resource=NULL', assigned value is 0
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3858:18: note: Condition 'resource==NULL' is always true
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:2382:17: style: Same expression on both sides of '==' because the value of 'context' and 'NULL' are the same. [duplicateExpression]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:2371:21: note: 'context' is assigned value 'NULL' here.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:2382:17: note: Same expression on both sides of '==' because the value of 'context' and 'NULL' are the same.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3759:18: style: Same expression on both sides of '==' because the value of 'resource' and 'NULL' are the same. [duplicateExpression]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3741:25: note: 'resource' is assigned value 'NULL' here.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3759:18: note: Same expression on both sides of '==' because the value of 'resource' and 'NULL' are the same.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3858:18: style: Same expression on both sides of '==' because the value of 'resource' and 'NULL' are the same. [duplicateExpression]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3852:25: note: 'resource' is assigned value 'NULL' here.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:3858:18: note: Same expression on both sides of '==' because the value of 'resource' and 'NULL' are the same.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:894:11: style: The scope of the variable 'unescaped' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlIO.c:2724:9: style: The scope of the variable 'errcode' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmllint.c:516:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmllint.c:1236:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlmemory.c:746:38: style: Function 'debugmem_tag_error' argument 1 names different: declaration 'addr' definition 'p'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlmemory.c:124:38: note: Function 'debugmem_tag_error' argument 1 names different: declaration 'addr' definition 'p'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlmemory.c:746:38: note: Function 'debugmem_tag_error' argument 1 names different: declaration 'addr' definition 'p'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlmemory.c:174:27: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlmemory.c:242:27: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlmemory.c:489:27: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlmemory.c:345:5: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlmemory.c:709:0: error: Resource leak: fp [resourceLeak]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlstring.c:133:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlstring.c:207:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlstring.c:272:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/LibXML/xmlstring.c:297:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MathMLSolver/src/AST/MathMLASTFragmentExpression.cpp:115:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDependNode.h:77:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAddMatrix.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAddMatrix.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAddMatrix.h:36:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAddMatrix.h:47:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAddMatrix.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAddMatrix.h:61:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:59:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:60:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:131:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:137:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:137:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:148:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:148:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:162:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:162:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:168:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:168:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:168:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:179:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:179:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:179:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:193:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:193:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:200:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:200:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:205:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:205:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:226:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:231:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:291:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:297:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:297:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:308:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:308:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:323:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:328:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:333:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:338:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:456:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:465:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:474:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:483:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:508:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:517:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:517:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:522:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:526:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:526:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:531:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:535:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:535:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:540:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:608:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:617:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:626:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:635:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:99:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:100:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:101:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:102:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:103:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:159:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:609:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:656:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:661:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:666:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:671:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransform.h:676:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:48:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:54:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:54:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:65:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:65:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:79:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:86:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:91:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:96:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:100:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:107:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:112:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:117:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:121:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:128:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:133:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:138:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:143:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:150:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:235:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:303:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:375:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:384:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:393:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:402:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:411:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:420:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:429:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:438:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:447:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:456:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:465:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:474:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:483:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:492:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAimConstraint.h:501:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:44:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:81:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:87:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:87:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:98:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:98:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:113:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:127:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:134:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:139:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:179:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:185:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:185:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:196:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:196:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:211:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:216:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:221:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:221:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:245:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:254:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:263:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:272:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:281:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:290:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:299:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:340:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:353:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:362:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:371:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMField.h:380:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAlignCurve.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAlignCurve.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAlignSurface.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAlignSurface.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAmbientLight.h:35:3: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'signed char'. [invalidPrintfArgType_n]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimBlendInOut.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:39:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:39:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:50:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:63:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:67:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:67:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:121:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:164:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimClip.h:173:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:40:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:72:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:72:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:83:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:83:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:96:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:100:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:100:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:111:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:111:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:124:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:128:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:128:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:139:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:139:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:152:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:156:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:156:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:167:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:167:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:180:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:184:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:184:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:195:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:195:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:208:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:208:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:212:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:212:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:216:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:223:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:223:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:227:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:236:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:236:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:240:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:240:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:244:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:251:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:251:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:255:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:264:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:268:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:268:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:279:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:279:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:292:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:296:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:296:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:307:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:307:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:320:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:325:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:330:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurve.h:335:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTA.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTA.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTA.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTA.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTA.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTA.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTA.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTL.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTL.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTL.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTL.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTL.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTL.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTL.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTT.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTT.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTT.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTT.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTT.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTT.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTT.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTU.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTU.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTU.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTU.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTU.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTU.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveTU.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUA.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUA.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUA.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUA.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUA.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUA.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUA.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUL.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUL.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUL.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUL.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUL.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUL.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUL.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUT.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUT.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUT.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUT.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUT.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUT.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUT.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUU.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUU.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUU.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUU.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUU.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUU.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnimCurveUU.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:164:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:195:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:255:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:710:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:719:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:728:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:737:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:746:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:755:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:764:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:773:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:782:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:791:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:800:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:809:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:818:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:827:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLambert.h:836:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnnotationShape.h:37:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnnotationShape.h:43:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnnotationShape.h:43:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnnotationShape.h:54:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnnotationShape.h:54:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAnnotationShape.h:93:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNonAmbientLightShapeNode.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAreaLight.h:96:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAreaLight.h:136:3: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'signed char'. [invalidPrintfArgType_n]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAreaLight.h:316:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAttachCurve.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAttachCurve.h:72:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAttachSurface.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:52:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:58:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:69:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:69:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:83:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:90:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:95:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:100:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:105:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:110:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:114:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:123:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:132:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:141:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:150:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:159:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:39:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:39:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:50:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:63:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:67:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:67:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:91:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:95:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:95:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:106:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:106:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:123:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:132:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:141:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:150:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMObjectSet.h:71:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMObjectSet.h:80:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMObjectSet.h:97:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMObjectSet.h:106:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBakeSet.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBakeSet.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBakeSet.h:60:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevel.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevel.h:60:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevelPlus.h:75:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevelPlus.h:85:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevelPlus.h:95:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevelPlus.h:124:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevelPlus.h:153:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevelPlus.h:162:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevelPlus.h:171:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevelPlus.h:180:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevelPlus.h:189:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBevelPlus.h:198:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBirailSrf.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlend.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlend.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlend.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlend.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlend.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlend.h:62:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendColorSets.h:51:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:62:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:62:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:97:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendDevice.h:110:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryFilter.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryFilter.h:42:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryFilter.h:42:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryFilter.h:53:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryFilter.h:53:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryFilter.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryFilter.h:77:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryFilter.h:86:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryFilter.h:95:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryFilter.h:104:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:79:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:79:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:90:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:90:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:109:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:109:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:120:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:134:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:140:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:140:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:151:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:151:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:165:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:165:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:171:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:171:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:171:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:182:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:182:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:196:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:196:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:196:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:202:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:202:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:202:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:202:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:213:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:213:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:213:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:213:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:227:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:227:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:227:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:233:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:233:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:233:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:240:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:240:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:240:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:244:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:244:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:244:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:244:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:255:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:255:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:255:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:255:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:268:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:323:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:332:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:341:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:350:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:350:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:355:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:359:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:359:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:359:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:364:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:364:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:368:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:368:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:368:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:373:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:373:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:377:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:377:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:377:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:382:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:382:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:386:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:386:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:386:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:391:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:391:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:395:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:395:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:395:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:400:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendShape.h:400:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendWeighted.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendWeighted.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendWeighted.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendWeighted.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendWeighted.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlendWeighted.h:57:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:74:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:74:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:85:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:85:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:100:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:106:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:106:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:112:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:112:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:112:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:123:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:123:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:123:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:138:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:138:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:145:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:145:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:151:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:157:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:157:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:168:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:168:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:183:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBlindDataTemplate.h:190:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBoolean.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:39:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:50:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:61:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:72:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:83:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:95:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:106:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:189:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:477:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:512:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:687:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:913:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:918:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1054:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1083:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1089:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1089:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1100:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1100:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1115:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1125:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1125:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1295:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1324:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1330:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1330:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1341:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1341:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1356:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1361:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1366:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1366:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1500:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1505:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1510:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1515:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1520:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1525:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1545:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1550:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1783:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1789:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1789:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1800:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1800:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1815:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1820:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1825:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1825:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1829:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1835:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1835:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1846:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1846:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1861:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1866:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1871:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1871:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1875:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1881:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1881:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1892:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1892:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1907:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1912:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1917:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1917:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1921:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1927:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1927:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1938:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1938:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1953:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1958:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1963:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:1963:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2059:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2065:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2065:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2076:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2076:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2091:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2095:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2102:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2107:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2112:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2117:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2117:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2121:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2127:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2127:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2138:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2138:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2153:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2158:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2163:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2163:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2971:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2980:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2989:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:2998:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3159:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3168:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3177:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3186:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3519:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3528:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3537:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3546:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3555:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3564:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3573:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3582:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3591:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3600:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3609:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3618:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3627:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3636:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3645:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3654:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3735:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3744:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3753:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3762:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3771:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3780:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3789:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3798:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3807:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3816:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBrush.h:3825:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMBump2d.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBase.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:54:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:60:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:60:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:71:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:71:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:86:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:86:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:92:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:92:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:92:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:103:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:103:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:122:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:128:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:128:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:139:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:139:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:154:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:159:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:164:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:169:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:173:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:182:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:187:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:191:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:191:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:196:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:204:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:213:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:222:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:231:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheBlend.h:240:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:50:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:61:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:61:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:76:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:82:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:82:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:93:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:93:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:195:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCacheFile.h:208:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCamera.h:32:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCamera.h:218:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCamera.h:228:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCamera.h:443:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCamera.h:735:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCamera.h:748:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCamera.h:921:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCamera.h:925:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCamera.h:929:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:71:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:77:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:77:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:88:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:88:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:108:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:112:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:118:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:118:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:129:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:129:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:144:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:149:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:154:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:158:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:158:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:169:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:169:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:182:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:186:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:186:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:197:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:197:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:210:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:214:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:214:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:225:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:225:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:238:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:242:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:242:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:253:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:253:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:295:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:299:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:303:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:307:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:311:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:315:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:319:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:328:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:337:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacter.h:346:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacterMap.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacterMap.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacterMap.h:36:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacterMap.h:47:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacterMap.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacterMap.h:61:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacterOffset.h:72:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCharacterOffset.h:213:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChoice.h:38:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:58:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:62:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:62:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:66:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:77:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:85:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:94:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMChooser.h:103:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:83:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:89:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:100:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:100:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:114:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:114:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:120:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:120:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:131:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:131:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:131:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:145:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:145:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:145:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:151:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:151:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:151:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:151:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:162:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:162:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:162:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:162:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:177:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:177:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:177:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:182:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:182:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:186:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:186:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:186:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:192:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:192:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:192:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:192:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:203:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:203:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:203:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:203:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:218:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:218:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:218:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:223:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:223:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:223:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:227:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:233:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:233:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:244:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:244:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:259:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:270:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:279:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:279:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:284:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:288:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:288:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:293:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:297:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:297:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:297:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:302:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:302:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:306:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:306:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:306:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:311:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:311:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:315:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:315:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:315:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:320:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:320:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:324:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:324:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:324:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:329:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:329:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:333:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:333:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:333:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:338:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:338:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:342:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:342:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:342:3: portability: %i in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:347:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:347:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:355:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:364:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:373:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:382:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:391:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:400:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:409:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipLibrary.h:418:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:110:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:116:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:116:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:127:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:127:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:141:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:141:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:147:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:147:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:147:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:158:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:158:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:158:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:173:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:173:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:178:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:178:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:182:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:188:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:188:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:188:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:199:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:199:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:199:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:214:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:214:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:219:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:219:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:223:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:229:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:229:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:240:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:240:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:255:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:260:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:264:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:270:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:270:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:281:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:281:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:296:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:301:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:305:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:311:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:311:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:322:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:322:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:337:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:342:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:347:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:351:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:351:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:362:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:362:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:375:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:379:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:379:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:390:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:390:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:403:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:407:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:407:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:418:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:418:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:431:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:435:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:435:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:446:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:446:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:459:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:463:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:463:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:474:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:474:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:487:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:491:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:491:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:502:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:502:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:515:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:515:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:519:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:519:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:523:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:530:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:530:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:534:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:543:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:547:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:547:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:558:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:558:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:571:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:575:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:575:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:586:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:586:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:599:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:603:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:603:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:614:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:614:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:627:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:631:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:631:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:642:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:642:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:655:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:659:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:659:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:670:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:670:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:688:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:692:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:692:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:703:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:703:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:715:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:724:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:733:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:733:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:738:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:742:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:742:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:747:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:751:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:751:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:756:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:760:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:760:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:765:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:769:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:769:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:774:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:778:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:778:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:783:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:799:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:803:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:807:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:811:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:815:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:819:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:823:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:832:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:841:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:850:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:859:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:868:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:877:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:886:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:895:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:904:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:913:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:922:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:931:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:940:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClipScheduler.h:949:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCloseCurve.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCloseSurface.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCloseSurface.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:41:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:47:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:58:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:77:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:77:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:77:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:88:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:88:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:88:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:100:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:109:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:109:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWeightGeometryFilter.h:114:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCluster.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCluster.h:57:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCluster.h:63:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCluster.h:63:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCluster.h:74:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCluster.h:74:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCluster.h:103:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCluster.h:135:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClusterHandle.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClusterHandle.h:64:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClusterHandle.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClusterHandle.h:82:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCondition.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:150:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:156:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:156:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:167:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:167:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:181:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:181:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:187:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:187:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:187:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:198:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:198:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:198:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:212:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:212:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:219:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:219:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:307:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:316:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:316:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:321:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:325:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:325:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryShape.h:330:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:59:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:86:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:92:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:92:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:103:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:116:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:121:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:126:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:130:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:136:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:136:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:147:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:147:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:162:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:168:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:168:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:174:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:174:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:174:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:185:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:185:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:185:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:198:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:198:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:203:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:203:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:238:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:244:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:244:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:255:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:255:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:270:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:277:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:282:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:282:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:286:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:286:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:292:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:292:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:292:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:303:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:303:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:303:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:322:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:322:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:327:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:327:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:332:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:332:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:337:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:337:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:349:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:358:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:367:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:376:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:385:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:398:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:407:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:416:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:425:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:425:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:430:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:434:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:434:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:439:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:443:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:443:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:448:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:452:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:481:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:490:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:499:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:508:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:517:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:517:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:522:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:526:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:526:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:531:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:535:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:535:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:540:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:544:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:544:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:549:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:553:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:553:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMControlPoint.h:558:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCreateColorSet.h:42:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromMeshEdge.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromMeshEdge.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromMeshEdge.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromMeshEdge.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromMeshEdge.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromMeshEdge.h:57:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:62:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:62:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:85:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivEdge.h:94:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:62:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:62:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:85:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSubdivFace.h:94:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveFromSurfaceIso.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveInfo.h:37:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveInfo.h:46:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveInfo.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveInfo.h:64:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveInfo.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveInfo.h:82:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveIntersect.h:92:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveIntersect.h:101:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveVarGroup.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCurveVarGroup.h:43:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:36:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:47:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:62:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:68:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:79:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:79:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:94:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:98:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:98:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:109:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:109:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:126:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:135:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagPose.h:144:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:38:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:56:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:65:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:74:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:83:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:92:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:101:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:110:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:119:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:128:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:137:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:146:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultLightList.h:155:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultRenderUtilityList.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultShaderList.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDefaultTextureList.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:62:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:62:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:89:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:98:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachCurve.h:107:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:39:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:39:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:50:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:63:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:67:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:67:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:94:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:107:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDetachSurface.h:116:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDirectionalLight.h:82:3: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'signed char'. [invalidPrintfArgType_n]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDisplayLayer.h:31:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDisplayLayer.h:32:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDisplayLayer.h:62:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDisplayLayer.h:67:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDisplayLayerManager.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDisplayLayerManager.h:39:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDisplayLayerManager.h:39:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDisplayLayerManager.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDisplayLayerManager.h:50:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDisplayLayerManager.h:66:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:37:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:43:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:43:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:54:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:54:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:80:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:101:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:110:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:119:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:128:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDoubleShadingSwitch.h:137:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLocator.h:94:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLocator.h:103:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLocator.h:112:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLocator.h:121:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:39:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:62:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:67:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:72:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:77:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:82:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:96:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:102:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:102:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:113:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:113:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:128:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:133:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:138:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:138:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:153:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:217:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:223:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:223:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:234:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:234:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:249:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:254:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:259:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:259:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:320:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:357:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:366:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:375:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:384:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:453:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:462:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:471:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:480:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:525:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDynamicConstraint.h:534:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureEnv.h:30:3: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'signed char'. [invalidPrintfArgType_n]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMEnvCube.h:56:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:67:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:92:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:101:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:110:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:119:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:128:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:137:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:146:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:155:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:164:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:173:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:191:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:200:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:209:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightFog.h:218:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMEnvFog.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMEnvFog.h:100:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMEnvFog.h:311:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExplodeNurbsShell.h:33:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExpression.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExpression.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExpression.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExpression.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExpression.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExpression.h:65:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExpression.h:70:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExpression.h:74:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExpression.h:83:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExtendCurve.h:51:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExtendCurve.h:56:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExtendCurve.h:61:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExtendSurface.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExtendSurface.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExtendSurface.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExtendSurface.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExtrude.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMExtrude.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurAttractors.h:66:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurCurveAttractors.h:66:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurDescription.h:186:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:162:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:182:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:186:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:186:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:197:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:197:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:252:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:256:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:256:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:267:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:267:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:322:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:326:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:326:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:337:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:337:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:392:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:396:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:396:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:407:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:407:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:462:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:466:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:466:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:477:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:477:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:532:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:536:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:536:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:547:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:547:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:602:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:606:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:606:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:617:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:617:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:672:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:676:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:676:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:687:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:687:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:742:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:746:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:746:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:757:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:757:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:812:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:816:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:816:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:827:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:827:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:882:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:886:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:886:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:897:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:897:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:952:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:956:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:956:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:967:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:967:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1022:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1026:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1026:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1037:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1037:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1092:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1096:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1096:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1107:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1107:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1162:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1166:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1166:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1177:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1177:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1232:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1236:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1236:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1247:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1247:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1302:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1306:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1306:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1317:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1317:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1372:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1376:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1376:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1387:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1387:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1442:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1446:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1446:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1457:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1457:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1512:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1516:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1516:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1527:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1527:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1599:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1603:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1603:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1614:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1614:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1676:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1680:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1680:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1691:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1691:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1736:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1740:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1740:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1751:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1751:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1806:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1810:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1810:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1821:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1821:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1876:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1880:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1880:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1891:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1891:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1946:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1950:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1950:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1961:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:1961:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2016:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2020:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2020:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2031:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2031:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2086:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2090:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2090:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2101:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2101:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2156:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2160:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2160:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2171:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2171:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2226:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2230:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2230:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2241:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2241:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2475:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2516:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2557:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2598:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2639:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2680:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2721:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2762:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2803:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2844:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2885:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2926:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:2967:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3008:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3049:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3090:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3131:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3172:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3213:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3254:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3307:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3352:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3385:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3426:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3467:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3508:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3549:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3590:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3631:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurFeedback.h:3668:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFurGlobals.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfBlendSrf.h:104:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfBlendSrf.h:113:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfBlendSrfObsolete.h:69:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfBlendSrfObsolete.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:99:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:105:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:105:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:116:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:116:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:131:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:131:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:135:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:135:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:135:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:146:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:146:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:146:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:189:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:194:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:227:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:236:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:236:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFfd.h:241:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFile.h:77:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFile.h:338:3: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'signed char'. [invalidPrintfArgType_n]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFile.h:364:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFilterEuler.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFilterEuler.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFilterEuler.h:89:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFilterResample.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlexorShape.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlexorShape.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:69:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:74:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:108:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:114:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:114:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:125:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:125:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:138:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:143:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:148:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:153:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:159:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:159:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:170:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:170:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:244:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:253:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:262:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:271:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFlow.h:280:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:65:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:69:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:69:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:80:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:80:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:149:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:153:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:153:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:164:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:164:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:177:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:181:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:181:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:192:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:192:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:219:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:224:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:229:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:308:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:447:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:456:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:465:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:474:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:483:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:504:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointEmitter.h:513:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidEmitter.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:39:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:50:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:61:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:144:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:150:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:150:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:161:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:161:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:176:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:181:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:186:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:186:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:190:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:196:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:196:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:207:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:207:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:222:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:227:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:232:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:232:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:236:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:242:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:242:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:253:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:253:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:268:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:273:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:278:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:278:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:282:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:288:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:288:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:299:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:299:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:314:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:319:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:324:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:324:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:384:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:393:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:402:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:411:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:420:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:429:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:438:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:447:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:456:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:465:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:474:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:483:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:492:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:501:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:510:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceShape.h:519:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:178:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:189:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:201:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:213:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:327:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:333:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:333:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:344:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:344:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:358:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:364:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:364:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:370:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:370:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:370:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:381:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:381:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:381:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:396:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:396:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:401:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:401:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:405:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:405:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:411:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:411:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:411:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:422:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:422:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:422:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:437:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:437:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:442:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:442:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:457:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:461:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:461:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:472:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:472:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:484:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:490:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:490:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:501:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:501:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:515:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:521:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:521:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:527:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:527:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:527:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:538:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:538:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:538:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:553:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:553:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:558:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:558:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:562:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:562:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:568:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:568:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:568:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:579:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:579:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:579:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:594:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:594:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:599:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:599:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:609:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:661:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:686:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:696:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:701:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:711:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:726:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:736:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:746:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:751:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:756:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:761:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:771:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:776:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:781:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:816:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:821:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:898:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:903:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:933:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:948:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:953:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1013:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1019:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1019:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1030:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1030:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1045:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1052:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1059:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1066:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1071:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1091:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1095:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1101:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1101:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1112:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1112:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1127:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1131:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1138:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1143:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1148:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1153:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1153:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1158:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1167:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1173:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1173:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1184:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1184:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1199:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1204:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1209:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1209:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1214:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1249:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1255:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1255:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1266:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1266:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1281:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1285:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1292:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1297:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1302:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1307:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1307:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1312:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1352:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1358:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1358:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1369:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1369:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1384:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1388:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1395:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1400:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1405:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1410:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1410:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1415:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1460:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1491:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1635:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1747:3: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'signed char'. [invalidPrintfArgType_n]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1906:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1935:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1944:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1953:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1962:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1962:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1967:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1971:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1971:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1976:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1980:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1980:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1985:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1989:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1989:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1994:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1998:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:1998:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2003:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2007:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2007:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2012:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2028:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2037:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2046:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2055:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2064:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2073:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2082:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2082:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2087:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2091:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2091:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2096:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2100:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2100:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2105:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2109:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2109:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2114:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2118:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2118:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2123:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2127:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2127:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2132:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2464:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2473:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2482:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2491:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2500:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2509:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2518:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2627:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2636:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2645:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2654:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2663:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2672:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2681:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2690:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2699:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2708:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2717:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2726:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2735:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2744:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2753:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2774:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2783:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2792:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2801:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2810:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2819:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2828:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2845:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2854:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2863:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2872:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2909:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2918:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2927:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2936:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2945:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2954:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:2963:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:3004:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:3013:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:3022:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:3031:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:3040:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:3049:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:3058:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:3399:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:3403:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:3407:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:39:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:50:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:73:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:78:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:83:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:88:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:127:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:133:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:133:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:144:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:144:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:159:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:164:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:169:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:169:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:183:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:189:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:189:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:200:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:200:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:215:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:220:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:225:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:225:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:234:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:240:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:240:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:251:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:251:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:266:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:271:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:276:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:276:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:439:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:448:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:457:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:466:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:483:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:492:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:501:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:510:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:523:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:532:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:541:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFollicle.h:550:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFrameCache.h:39:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFrameCache.h:48:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnectable.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnectable.h:62:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnectable.h:71:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:42:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:46:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:46:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:57:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:57:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:140:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:181:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:190:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:199:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:208:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:217:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:226:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:235:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:244:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:253:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:262:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:271:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:288:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryConstraint.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryConstraint.h:42:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryConstraint.h:42:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryConstraint.h:53:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryConstraint.h:53:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryConstraint.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryConstraint.h:79:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryConstraint.h:88:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryConstraint.h:97:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryVarGroup.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeometryVarGroup.h:38:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalCacheControl.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:65:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:69:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:69:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:80:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:80:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:92:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:129:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:142:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:151:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGlobalStitch.h:160:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGuide.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairConstraint.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairConstraint.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairConstraint.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairConstraint.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairConstraint.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairConstraint.h:58:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairConstraint.h:63:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairConstraint.h:87:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairConstraint.h:120:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:39:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:50:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:61:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:72:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:83:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:95:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:106:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:172:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:206:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:212:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:212:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:223:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:223:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:238:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:243:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:248:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:248:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:347:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:353:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:353:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:364:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:364:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:379:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:384:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:389:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:389:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:418:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:424:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:424:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:435:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:435:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:450:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:455:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:460:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:460:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:469:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:475:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:475:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:486:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:486:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:501:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:506:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:511:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:511:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:515:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:521:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:521:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:532:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:532:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:547:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:552:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:557:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:557:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:571:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:577:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:577:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:588:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:588:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:603:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:608:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:613:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:613:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:648:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:654:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:654:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:665:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:665:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:680:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:684:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:691:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:696:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:701:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:706:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:706:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:801:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:807:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:807:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:818:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:818:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:833:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:838:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:843:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:843:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:858:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:893:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1054:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1060:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1060:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1071:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1071:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1089:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1098:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1131:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1140:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1149:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1158:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1243:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1252:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1261:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1270:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1299:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1308:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1317:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1326:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1339:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1348:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1357:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1366:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1375:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1384:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1393:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1402:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1419:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1428:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1437:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1446:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1479:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1488:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1497:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1506:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1515:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1524:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1533:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1614:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1623:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1632:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1641:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1726:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1763:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1767:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1771:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:1871:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:29:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:42:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:46:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:52:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:52:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:63:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:63:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:82:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:94:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:99:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:104:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:104:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:227:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:236:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:245:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:254:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:263:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:272:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairTubeShader.h:281:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardenPoint.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardenPoint.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardenPoint.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardenPoint.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardenPoint.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardenPoint.h:66:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardwareRenderGlobals.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardwareRenderGlobals.h:65:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardwareRenderGlobals.h:85:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardwareRenderGlobals.h:100:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardwareRenderGlobals.h:105:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHardwareRenderGlobals.h:185:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikEffector.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikEffector.h:128:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikEffector.h:144:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikEffector.h:157:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:43:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:44:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:71:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:72:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:98:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:107:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:168:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:173:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:225:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:230:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:282:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikFloorContactMarker.h:298:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMIkHandle.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMIkHandle.h:96:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMIkHandle.h:116:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMIkHandle.h:121:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMIkHandle.h:182:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:32:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:54:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:55:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:82:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:83:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:109:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:147:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:332:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:366:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:372:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:372:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:383:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:383:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:398:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:404:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:404:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:415:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:415:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:451:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:471:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:508:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:513:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:565:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:570:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:622:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:704:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:1051:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:1135:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:1176:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:1185:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:1198:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHikHandle.h:1207:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHistorySwitch.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHistorySwitch.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHistorySwitch.h:56:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHwRenderGlobals.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHwRenderGlobals.h:72:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHwRenderGlobals.h:149:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHwRenderGlobals.h:161:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHwRenderGlobals.h:166:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHwRenderGlobals.h:171:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperGraphInfo.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:42:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:48:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:48:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:59:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:59:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:74:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:79:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:84:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:127:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:136:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:145:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:154:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:163:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperLayout.h:172:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperView.h:107:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHyperView.h:164:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMIkEffector.h:38:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMIkSystem.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMImagePlane.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMImagePlane.h:91:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMImagePlane.h:96:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:62:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:62:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:99:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotCurve.h:108:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:62:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:62:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:96:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:104:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInsertKnotSurface.h:113:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInstancer.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInstancer.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInstancer.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInstancer.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInstancer.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMInstancer.h:63:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMIntersectSurface.h:42:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMIntersectSurface.h:51:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMIntersectSurface.h:60:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJiggle.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJoint.h:232:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJoint.h:242:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJoint.h:247:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:49:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:49:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:60:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:60:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:93:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:99:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:99:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:110:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:110:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:123:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:128:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:133:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:163:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:168:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:190:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:199:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:208:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:217:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:226:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:235:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:244:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:261:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:330:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:339:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:348:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:357:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:366:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:375:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:375:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:380:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointFfd.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointFfd.h:54:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLattice.h:85:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:43:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:47:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:53:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:53:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:64:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:64:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:85:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:90:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:95:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:99:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:106:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:111:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:116:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:127:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:132:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:137:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:163:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:341:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:350:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:359:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:368:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:377:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:386:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:395:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:404:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:413:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:422:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:431:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:440:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredShader.h:449:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:30:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:43:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:49:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:49:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:60:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:60:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:74:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:81:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:86:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:91:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:96:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:101:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:101:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:106:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:136:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:145:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:154:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:163:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:172:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:181:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:190:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLayeredTexture.h:199:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:72:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:89:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:110:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:115:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:124:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:131:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:136:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:141:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:146:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:158:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:162:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:166:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:170:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:174:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:178:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:186:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLeastSquaresModifier.h:190:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:49:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:66:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:66:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:80:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:86:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:86:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:97:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:97:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:111:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:117:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:117:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:128:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:128:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:142:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:148:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:148:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:159:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:159:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:173:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:191:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:200:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:209:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:218:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:227:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:236:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:245:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:254:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:263:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:272:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightList.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightList.h:38:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:41:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:171:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:177:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:177:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:188:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:188:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:203:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:208:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:213:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:213:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:321:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:330:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:339:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:348:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLineModifier.h:357:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:37:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:41:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:41:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:52:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:52:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:65:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:65:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:69:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:69:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:73:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:80:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:80:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:84:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:111:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:120:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodGroup.h:149:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodThresholds.h:93:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodThresholds.h:97:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodThresholds.h:97:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodThresholds.h:108:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodThresholds.h:108:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodThresholds.h:168:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLodThresholds.h:185:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:54:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:54:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:65:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:65:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:88:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:92:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:92:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:103:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:115:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:144:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLoft.h:161:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeCircularArc.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeGroup.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeIllustratorCurves.h:58:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeIllustratorCurves.h:67:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeIllustratorCurves.h:76:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeIllustratorCurves.h:85:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeIllustratorCurves.h:94:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeIllustratorCurves.h:103:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeNurbCircle.h:108:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRevolvedPrimitive.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeNurbCube.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeNurbPlane.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeNurbsSquare.h:82:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeTextCurves.h:51:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeTextCurves.h:60:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeTextCurves.h:69:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeTextCurves.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeTextCurves.h:87:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMakeTextCurves.h:96:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMaterialInfo.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMaterialInfo.h:42:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMentalrayIblShape.h:67:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMentalrayIblShape.h:72:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMentalrayIblShape.h:116:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMentalrayTexture.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMentalrayTexture.h:41:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMentalrayTexture.h:89:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:206:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:301:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:307:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:307:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:318:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:318:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:331:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:336:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:341:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:345:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:351:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:351:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:362:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:362:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:375:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:380:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:385:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:389:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:395:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:395:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:406:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:406:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:419:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:424:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:429:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:433:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:439:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:439:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:450:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:450:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:463:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:468:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:472:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:478:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:478:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:489:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:489:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:504:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:509:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:514:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:519:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:523:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:529:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:529:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:540:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:540:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:553:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:558:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:563:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:567:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:573:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:573:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:584:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:584:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:604:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:610:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:610:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:621:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:621:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:635:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:642:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:647:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:652:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:657:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:661:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:661:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:667:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:667:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:667:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:678:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:678:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:678:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:692:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:692:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:699:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:699:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:704:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:704:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:709:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:709:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:714:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:714:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:724:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:730:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:730:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:741:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:741:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:755:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:762:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:767:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:772:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:776:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:776:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:782:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:782:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:782:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:793:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:793:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:793:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:807:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:807:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:814:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:814:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:819:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:819:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:824:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:824:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:869:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:899:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:914:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:934:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:946:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:951:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:956:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:966:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:971:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:975:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:975:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:986:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:986:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:999:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1003:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1003:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1014:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1014:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1154:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1275:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1284:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1293:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1302:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1311:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1320:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1329:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1338:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1347:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1356:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1365:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1374:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1387:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1391:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1395:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1399:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1403:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1407:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1411:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1411:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1415:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1415:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1419:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1419:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1423:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1423:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1427:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1427:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1431:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1431:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1547:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMesh.h:1556:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMeshVarGroup.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMeshVarGroup.h:38:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:59:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:59:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:70:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:83:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:87:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:87:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:98:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:98:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:131:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:136:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:141:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:257:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMotionPath.h:266:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMpBirailSrf.h:39:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMultMatrix.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMultMatrix.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMultMatrix.h:36:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMultMatrix.h:47:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMultMatrix.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMultMatrix.h:61:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMultiplyDivide.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:174:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:250:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:254:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:254:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:265:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:265:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:288:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:298:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:308:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:312:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:312:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:323:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:323:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:336:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:340:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:340:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:351:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:351:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:364:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:370:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:370:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:381:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:381:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:411:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:417:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:417:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:428:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:428:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:443:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:447:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:447:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:458:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:458:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:471:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:475:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:475:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:486:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:486:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:499:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:503:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:503:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:514:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:514:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:527:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:531:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:531:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:542:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:542:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:555:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:559:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:559:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:570:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:570:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:583:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:587:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:587:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:598:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:598:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:611:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:615:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:615:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:626:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:626:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:639:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:645:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:645:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:656:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:656:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:670:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:676:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:676:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:687:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:687:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:701:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:718:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:865:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1046:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1071:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1080:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1141:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1246:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1255:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1264:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1273:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1298:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1302:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1306:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1310:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1330:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1339:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1348:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1357:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1366:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1375:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1384:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1393:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1402:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1411:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1420:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1429:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1446:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1455:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1464:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1477:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1606:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:1615:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNParticle.h:117:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNParticle.h:122:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNParticle.h:219:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNParticle.h:224:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNParticle.h:229:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNParticle.h:234:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNParticle.h:239:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNCloth.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNCloth.h:182:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNCloth.h:217:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNCloth.h:287:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNCloth.h:292:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNCloth.h:297:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNCloth.h:302:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNCloth.h:307:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNCloth.h:312:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNCloth.h:317:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNComponent.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNComponent.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNComponent.h:101:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNComponent.h:105:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNComponent.h:105:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNComponent.h:116:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNComponent.h:116:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNComponent.h:129:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNComponent.h:134:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNComponent.h:139:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNComponent.h:203:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNRigid.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNetwork.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNetwork.h:38:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNoise.h:70:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNoise.h:95:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNormalConstraint.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNormalConstraint.h:42:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNormalConstraint.h:42:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNormalConstraint.h:53:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNormalConstraint.h:53:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNormalConstraint.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNormalConstraint.h:150:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNormalConstraint.h:218:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNormalConstraint.h:264:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNormalConstraint.h:273:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNormalConstraint.h:282:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNucleus.h:184:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNucleus.h:189:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNucleus.h:203:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNucleus.h:212:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNucleus.h:221:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNucleus.h:230:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNucleus.h:239:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNucleus.h:248:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNucleus.h:257:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsCurve.h:68:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsCurve.h:77:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsCurve.h:86:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsCurve.h:95:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsCurve.h:104:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsCurve.h:125:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsCurve.h:134:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsCurve.h:143:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsCurve.h:152:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsSurface.h:182:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsSurface.h:192:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsSurface.h:258:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsSurface.h:263:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsSurface.h:396:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsSurface.h:525:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentTessellate.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentTessellate.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentTessellate.h:70:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentTessellate.h:80:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsTessellate.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsToSubdivProc.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsToSubdivProc.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMNurbsToSubdivProc.h:52:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMObjectFilter.h:58:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMObjectAttrFilter.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMObjectMultiFilter.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:39:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:50:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:114:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:120:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:131:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:131:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:146:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:151:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:156:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:156:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:160:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:166:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:166:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:177:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:177:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:192:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:197:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:202:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:202:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:206:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:212:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:212:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:223:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:223:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:238:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:243:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:248:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:248:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:263:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:307:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:316:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:325:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:334:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:343:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:352:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:361:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:370:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:379:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:388:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:397:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOcean.h:406:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:29:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:40:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:51:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:62:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:254:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:260:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:260:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:271:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:271:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:286:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:290:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:297:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:302:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:307:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:312:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:312:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:343:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:404:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:410:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:410:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:421:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:421:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:436:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:441:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:446:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:446:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:450:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:456:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:456:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:467:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:467:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:482:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:487:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:492:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:492:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:496:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:502:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:502:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:513:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:513:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:528:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:533:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:538:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:538:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:979:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:988:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:997:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1006:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1015:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1024:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1033:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1191:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1200:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1209:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1218:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1227:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1236:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1245:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1254:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1263:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1272:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1281:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1290:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1299:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1308:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1381:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1390:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1399:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1408:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1417:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1426:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1435:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1444:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1453:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1462:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1471:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOceanShader.h:1480:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOffsetCos.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOffsetCos.h:96:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOffsetCurve.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOffsetCurve.h:169:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOffsetSurface.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOpticalFX.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOpticalFX.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:31:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:49:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:66:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:66:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:80:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:87:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:92:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:97:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:102:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:102:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:106:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:113:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:118:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:123:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:128:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:135:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:139:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:146:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:151:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:156:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:189:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:257:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:271:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:280:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:289:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:298:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:307:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:316:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:325:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:334:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:343:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:352:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:361:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:370:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:379:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:388:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:397:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMOrientConstraint.h:406:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPairBlend.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPairBlend.h:124:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPairBlend.h:129:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPairBlend.h:134:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPairBlend.h:139:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPairBlend.h:144:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPairBlend.h:149:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:50:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:67:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:84:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:84:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:99:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:106:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:110:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:117:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:122:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:127:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:131:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:138:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:143:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:148:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:152:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:159:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:164:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:169:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:173:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:180:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:185:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:190:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:194:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:201:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:206:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:211:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:215:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:222:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:227:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:232:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:237:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:237:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:241:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:248:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:253:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:258:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:262:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:269:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:274:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:279:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:283:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:290:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:295:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:300:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:397:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:444:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:453:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:462:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:471:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:480:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:489:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:498:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:507:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:516:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:525:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:534:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:543:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:552:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:561:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:570:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:579:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:588:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:597:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:606:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:615:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:624:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:633:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:642:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:651:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:660:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:669:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:678:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:687:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:696:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:705:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:714:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:723:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:732:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:741:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:750:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:759:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:768:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:777:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:786:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:795:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParentConstraint.h:804:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:372:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:381:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:390:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:399:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:408:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:417:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:426:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:435:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:444:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:453:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:462:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:471:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:480:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:489:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleCloud.h:498:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleSamplerInfo.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticleSamplerInfo.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPartition.h:37:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPartition.h:41:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxGeometry.h:85:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxGeometry.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxGeometry.h:203:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxGeometry.h:212:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxGeometry.h:221:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxGeometry.h:274:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxGeometry.h:319:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxGeometry.h:328:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxGeometry.h:337:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:33:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:51:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:61:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:96:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:200:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:206:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:206:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:217:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:217:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:232:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:237:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:242:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:242:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:455:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:464:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:473:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:606:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:615:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:624:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:633:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:822:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlanarTrimSurface.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlanarTrimSurface.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:39:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:39:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:50:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:63:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:69:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:69:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:80:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:80:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:93:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:98:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:109:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:109:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:120:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:133:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:138:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:143:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:151:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:160:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:169:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:178:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:187:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:196:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:205:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPlusMinusAverage.h:214:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:48:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:54:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:54:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:65:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:65:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:79:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:86:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:91:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:96:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:100:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:107:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:112:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:117:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:121:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:128:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:133:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:138:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:143:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:150:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:251:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:260:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:269:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:278:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:287:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:296:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:305:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:314:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:323:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:332:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:341:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:350:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:359:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:368:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointConstraint.h:377:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointLight.h:75:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointLight.h:104:3: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'signed char'. [invalidPrintfArgType_n]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointLight.h:109:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointLight.h:292:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:29:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:35:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:46:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:46:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:59:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:64:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:69:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:74:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:89:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:107:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:116:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:125:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:134:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:143:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppend.h:152:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:29:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:35:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:46:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:46:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:59:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:64:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:69:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:74:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:89:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:102:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:106:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:115:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:124:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:133:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAppendVertex.h:142:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAutoProj.h:123:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAutoProj.h:128:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAutoProj.h:138:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyAutoProj.h:148:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBevel.h:65:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyUnite.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyUnite.h:43:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBoolOp.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:56:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:56:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:67:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:67:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:82:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:87:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:92:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:92:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:117:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:138:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:147:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:156:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyBridgeEdge.h:165:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyMoveVertex.h:172:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyMoveVertex.h:176:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyMoveVertex.h:176:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyMoveVertex.h:187:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyMoveVertex.h:187:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyMoveVertex.h:311:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyMoveEdge.h:74:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:39:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:50:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:61:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:72:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:91:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:97:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:97:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:108:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:108:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:123:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:128:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:133:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:133:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:137:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:143:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:143:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:154:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:154:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:169:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:174:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:179:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:179:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:183:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:189:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:189:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:200:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:200:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:215:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:220:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:225:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:225:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:229:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:235:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:235:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:246:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:246:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:261:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:266:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:271:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:271:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:275:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:281:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:281:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:292:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:292:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:307:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:312:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:317:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:317:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:340:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:349:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:358:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:367:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:376:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:385:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:394:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:403:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:412:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:421:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:430:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:439:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:448:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:457:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:466:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:475:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:484:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:493:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:502:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorMod.h:511:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:72:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:89:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:110:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:115:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:125:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:129:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:129:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:135:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:135:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:135:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:146:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:146:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:146:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:160:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:160:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:167:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:167:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:172:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:172:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:177:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:177:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:182:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:199:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:207:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:211:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:215:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:219:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:223:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:227:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:231:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:231:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:235:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:235:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:239:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:239:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:243:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:243:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:247:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:247:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:251:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyColorPerVertex.h:251:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCone.h:60:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:64:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:68:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:79:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:79:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:91:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCrease.h:104:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:29:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:35:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:46:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:46:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:59:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:64:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:69:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:74:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:89:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:107:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:118:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:127:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:136:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:145:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCreateFace.h:154:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCube.h:60:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCube.h:65:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCylinder.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyCylinder.h:60:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyDuplicateEdge.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:60:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:66:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:66:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:77:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:77:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:92:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:97:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:102:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:102:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:131:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:140:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:149:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeEdge.h:158:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:60:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:66:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:66:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:77:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:77:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:92:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:97:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:102:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:102:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:131:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:140:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:149:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyExtrudeFace.h:158:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyFlipUV.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyHelix.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyHelix.h:70:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyHelix.h:75:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyLayoutUV.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyLayoutUV.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyLayoutUV.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyLayoutUV.h:60:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyLayoutUV.h:65:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyMergeEdge.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyMergeFace.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyMirror.h:52:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyMirror.h:57:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormal.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:67:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:84:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:84:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:98:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:105:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:110:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:115:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:119:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:119:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:125:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:125:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:125:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:136:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:136:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:136:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:150:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:150:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:157:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:157:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:162:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:162:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:167:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalPerVertex.h:167:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyNormalizeUV.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyOptUvs.h:70:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPlane.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPlane.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPlatonicSolid.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPlatonicSolid.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPlatonicSolid.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPrimitiveMisc.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPrimitiveMisc.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPrimitiveMisc.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPrism.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPrism.h:60:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPyramid.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyPyramid.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyReduce.h:144:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySeparate.h:58:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySmoothFace.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySmoothFace.h:70:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySmoothProxy.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySmoothProxy.h:65:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySphere.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySphere.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:29:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:35:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:46:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:46:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:59:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:64:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:69:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:74:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:89:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:102:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:106:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:106:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:117:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:117:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:144:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:153:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:162:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:171:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:180:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplit.h:189:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:61:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:81:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:81:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:92:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:92:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:107:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:112:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:117:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:117:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:178:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:187:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:196:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySplitRing.h:205:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySubdFace.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolySubdFace.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:68:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:72:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:89:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:103:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:109:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:109:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:109:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:120:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:120:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:133:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:133:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:138:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:138:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:180:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:189:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:189:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:194:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:198:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:198:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:203:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:207:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:207:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyToSubdiv.h:212:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:36:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:47:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:60:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:65:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:74:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:83:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:92:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweak.h:101:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:43:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:49:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:49:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:60:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:60:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:82:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:88:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:88:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:99:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:99:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:114:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:119:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:124:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:129:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:140:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:149:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:158:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:167:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:176:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:185:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:194:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyTweakUV.h:203:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyWedgeFace.h:40:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyWedgeFace.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyWedgeFace.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyWedgeFace.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyWedgeFace.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPolyWedgeFace.h:75:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPostProcessList.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMProjectCurve.h:68:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMProjectTangent.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMProjection.h:67:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMProjection.h:72:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMProjection.h:77:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMProxyManager.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:61:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:67:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:67:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:92:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:98:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:105:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:110:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:115:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:157:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:166:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:175:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:184:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:193:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:202:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:211:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:220:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:39:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:44:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:48:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:54:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:54:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:65:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:65:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:80:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:85:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:92:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:97:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:102:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:164:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:173:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:191:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:200:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRamp.h:209:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:29:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:41:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:53:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:64:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:76:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:87:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:99:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:136:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:142:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:142:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:153:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:153:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:168:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:172:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:179:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:184:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:189:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:194:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:194:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:199:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:204:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:234:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:240:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:240:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:251:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:251:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:266:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:270:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:277:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:282:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:287:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:292:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:292:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:317:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:323:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:323:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:334:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:334:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:349:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:353:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:360:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:365:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:370:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:375:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:375:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:449:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:455:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:455:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:466:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:466:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:481:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:486:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:491:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:491:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:500:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:506:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:506:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:517:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:517:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:532:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:536:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:543:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:548:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:553:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:558:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:558:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:562:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:568:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:568:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:579:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:579:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:594:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:599:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:604:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:604:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:608:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:614:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:614:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:625:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:625:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:640:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:644:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:651:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:656:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:661:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:666:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:666:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:697:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:957:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:966:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:975:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:984:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:993:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1002:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1011:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1048:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1057:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1066:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1075:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1084:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1093:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1102:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1127:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1136:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1145:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1154:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1163:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1172:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1181:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1246:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1255:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1264:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1273:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1286:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1295:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1304:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1313:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1322:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1331:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1340:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1349:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1358:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1367:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1376:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1385:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1394:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1403:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1412:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1421:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1430:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1439:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1568:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1577:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1586:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1595:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1604:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1613:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1622:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1631:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1640:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1649:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1658:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1667:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1676:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1685:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRampShader.h:1694:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRbfSrf.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRbfSrf.h:82:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRbfSrf.h:91:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRebuildCurve.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRebuildCurve.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRebuildCurve.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRebuildCurve.h:60:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRebuildSurface.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRebuildSurface.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRebuildSurface.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRebuildSurface.h:55:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRebuildSurface.h:65:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRebuildSurface.h:75:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRebuildSurface.h:85:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:40:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:46:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:46:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:57:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:57:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:71:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:77:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:77:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:88:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:88:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:114:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:123:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:132:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:141:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:150:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:159:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:168:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:177:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:186:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:199:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:208:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:217:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:226:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:226:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:231:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:39:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:50:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:109:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:109:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:120:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:135:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:140:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:145:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:145:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:149:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:155:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:155:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:166:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:166:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:181:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:186:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:191:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:191:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:195:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:201:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:201:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:212:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:212:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:227:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:232:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:237:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:237:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:273:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:282:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:291:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:300:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:309:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:318:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:327:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:336:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:345:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:354:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:363:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapColor.h:372:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:39:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:50:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:109:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:109:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:120:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:135:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:140:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:145:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:145:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:149:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:155:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:155:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:166:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:166:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:181:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:186:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:191:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:191:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:195:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:201:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:201:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:212:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:212:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:227:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:232:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:237:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:237:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:273:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:282:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:291:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:300:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:309:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:318:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:327:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:336:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:345:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:354:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:363:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapHsv.h:372:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:28:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:40:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:77:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:83:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:83:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:94:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:94:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:109:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:114:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:119:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:119:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:123:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:129:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:129:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:140:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:140:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:155:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:159:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:166:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:171:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:176:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:181:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:181:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:205:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:214:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:223:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:232:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:241:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:250:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:259:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:268:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:277:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:286:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRemapValue.h:295:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderGlobals.h:94:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderGlobals.h:116:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderGlobals.h:156:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderGlobals.h:161:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderGlobals.h:202:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderGlobals.h:422:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderGlobalsList.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderGlobalsList.h:38:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderGlobalsList.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:106:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:110:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:110:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:121:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:121:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:180:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:186:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:186:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:197:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:197:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:211:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:217:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:217:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:228:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:228:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:288:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:333:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:342:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:351:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:360:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:369:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:378:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayerManager.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayerManager.h:39:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayerManager.h:39:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayerManager.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayerManager.h:50:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayerManager.h:66:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderQuality.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderQuality.h:65:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResolution.h:70:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResolution.h:75:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResolution.h:80:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResolution.h:85:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToAngular.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToAngular.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToAngular.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToAngular.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToAngular.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToAngular.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToAngular.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToLinear.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToLinear.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToLinear.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToLinear.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToLinear.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToLinear.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToLinear.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToTime.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToTime.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToTime.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToTime.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToTime.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToTime.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToTime.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToUnitless.h:38:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToUnitless.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToUnitless.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToUnitless.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToUnitless.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToUnitless.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMResultCurveTimeToUnitless.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReverseSurface.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRevolve.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRevolve.h:107:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRevolve.h:122:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:275:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:335:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:339:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:339:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:350:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:350:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:388:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:405:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:414:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:447:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:456:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:717:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:726:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:735:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:744:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:805:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:814:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:823:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidConstraint.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidConstraint.h:114:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:44:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:50:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:61:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:61:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:76:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:83:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:95:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:95:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:106:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:106:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:119:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:124:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:129:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:133:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:139:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:139:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:150:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:150:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:163:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:168:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:173:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:177:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:183:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:183:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:194:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:194:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:207:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:212:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:217:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:221:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:227:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:227:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:238:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:238:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:251:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:256:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:261:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:281:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:368:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:377:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:386:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:395:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:404:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:413:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:422:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:431:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:440:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:449:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:458:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:467:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:476:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:485:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:494:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:503:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:512:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:521:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidSolver.h:530:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:66:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:72:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:72:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:83:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:83:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:98:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:102:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:102:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:113:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:113:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:125:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:131:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:131:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:142:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:142:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:156:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:156:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:162:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:162:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:162:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:173:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:173:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:173:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:187:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:187:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:193:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:193:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:193:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:204:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:204:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:204:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:219:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:219:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:223:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:223:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:223:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:234:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:234:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:234:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:247:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:247:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:251:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:251:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:251:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:262:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:262:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:262:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:275:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:284:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:293:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:302:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:302:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:307:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:311:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:311:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:316:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:324:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:333:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:342:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRoundConstantRadius.h:351:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:94:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:100:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:100:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:111:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:111:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:126:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:131:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:135:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:141:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:141:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:152:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:152:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:167:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:172:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:197:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:214:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:218:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:222:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:226:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:230:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSampler.h:234:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:42:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:48:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:48:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:59:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:59:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:80:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:85:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:90:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:95:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:102:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:134:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:143:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:152:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:161:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:170:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:179:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScaleConstraint.h:188:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMScript.h:44:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSculpt.h:37:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSculpt.h:42:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSculpt.h:57:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSelectionListOperator.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSelectionListOperator.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMShaderGlow.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMShaderGlow.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMShadingMap.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMShadingMap.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMShadingMap.h:124:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSingleShadingSwitch.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSingleShadingSwitch.h:42:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSingleShadingSwitch.h:42:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSingleShadingSwitch.h:53:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSingleShadingSwitch.h:53:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSingleShadingSwitch.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSingleShadingSwitch.h:77:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSingleShadingSwitch.h:86:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSingleShadingSwitch.h:95:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:41:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:47:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:58:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:77:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:77:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:77:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:88:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:88:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:88:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:101:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:107:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:107:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:118:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:118:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:140:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:146:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:146:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:157:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:157:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:172:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:176:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:176:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:187:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:187:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:200:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:204:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:204:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:215:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:215:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:228:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:232:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:232:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:243:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:243:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:283:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:287:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:287:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:298:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:298:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:325:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:334:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:334:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:339:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:343:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:356:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:369:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:378:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:387:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:408:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:417:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSkinCluster.h:446:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothCurve.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothCurve.h:39:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothCurve.h:39:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothCurve.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothCurve.h:50:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothCurve.h:70:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothTangentSrf.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothTangentSrf.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothTangentSrf.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothTangentSrf.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothTangentSrf.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothTangentSrf.h:58:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothTangentSrf.h:63:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSmoothTangentSrf.h:71:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSnapshot.h:74:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSnapshot.h:94:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSnapshotShape.h:44:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:33:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:51:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:74:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:74:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:85:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:85:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:113:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:119:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:119:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:130:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:130:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:145:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:150:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:155:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:155:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:218:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:228:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:260:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:277:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:286:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:295:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:304:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftModHandle.h:55:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftModHandle.h:64:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftModHandle.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftModHandle.h:82:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpotLight.h:75:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpotLight.h:184:3: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'signed char'. [invalidPrintfArgType_n]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpotLight.h:367:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:96:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:102:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:102:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:113:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:113:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:128:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:134:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:134:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:145:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:145:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:160:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:166:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:166:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:177:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:177:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:192:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:196:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:196:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:207:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:207:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:303:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:312:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:321:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:330:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:339:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:348:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:357:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:366:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:379:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSquareSrf.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSquareSrf.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSquareSrf.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSquareSrf.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchAsNurbsShell.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:62:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:62:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:86:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:90:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:90:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:101:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:101:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:114:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:118:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:118:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:129:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:129:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:142:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:146:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:146:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:157:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:157:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:170:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:174:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:174:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:185:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:185:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:198:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:202:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:202:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:213:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:213:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:236:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:240:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:240:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:251:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:251:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:264:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:268:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:268:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:279:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:279:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:305:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:314:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:323:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:332:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:341:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:350:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:359:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:368:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:377:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:386:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:395:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:404:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:413:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:422:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:431:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:440:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:449:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:458:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:475:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:484:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:493:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:502:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:511:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStitchSrf.h:520:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:37:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:100:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:106:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:106:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:117:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:117:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:132:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:137:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:141:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:147:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:147:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:158:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:158:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:171:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:176:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:181:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:186:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:201:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:216:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:230:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:236:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:236:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:247:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:247:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:262:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:267:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:272:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:272:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:277:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:281:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:281:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:292:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:292:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:344:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:353:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:362:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:371:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:380:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:389:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:398:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:407:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:416:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:425:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:434:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:443:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:488:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:497:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:506:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:515:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:524:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStroke.h:533:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMStyleCurve.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdAutoProj.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdAutoProj.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdAutoProj.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdAutoProj.h:60:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdLayoutUV.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdLayoutUV.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdLayoutUV.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdLayoutUV.h:60:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdLayoutUV.h:65:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:36:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:47:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:60:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:65:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:74:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:83:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:92:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweak.h:101:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweakUV.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweakUV.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweakUV.h:36:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweakUV.h:47:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweakUV.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweakUV.h:60:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweakUV.h:65:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweakUV.h:69:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweakUV.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdTweakUV.h:87:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:133:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:139:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:139:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:150:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:150:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:164:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:164:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:170:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:170:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:170:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:181:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:181:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:181:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:194:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:194:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:199:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:199:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:204:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:204:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:214:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:229:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:234:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:239:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:402:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:411:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:411:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:416:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:420:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:420:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:425:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:429:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:429:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:434:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:438:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:438:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:443:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:447:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:456:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:456:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:461:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:465:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:465:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:470:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:474:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:474:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:479:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:483:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:483:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:488:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:496:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:513:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivComponentId.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivComponentId.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivSurfaceVarGroup.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivSurfaceVarGroup.h:38:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToNurbs.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToNurbs.h:43:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:84:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:90:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:90:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:101:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:101:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:114:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:119:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:123:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:129:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:129:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:140:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:140:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:153:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:158:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:168:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:172:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:172:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:183:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:183:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:252:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:261:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:270:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:279:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:288:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:297:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdivToPoly.h:310:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceInfo.h:33:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceInfo.h:42:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceInfo.h:51:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceInfo.h:60:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceInfo.h:69:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceInfo.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceInfo.h:87:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:54:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:63:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:72:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:81:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:90:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:99:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:108:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:117:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:126:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:135:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:144:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:153:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:162:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceLuminance.h:171:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceSampler.h:81:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceSampler.h:122:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceVarGroup.h:29:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSurfaceVarGroup.h:38:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTangentConstraint.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTangentConstraint.h:42:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTangentConstraint.h:42:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTangentConstraint.h:53:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTangentConstraint.h:53:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTangentConstraint.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTangentConstraint.h:150:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTangentConstraint.h:218:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTangentConstraint.h:264:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTangentConstraint.h:273:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTangentConstraint.h:282:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureBakeSet.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureBakeSet.h:45:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureBakeSet.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureBakeSet.h:67:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureBakeSet.h:92:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:35:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:39:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:39:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:50:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:50:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:191:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:200:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:209:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:218:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:227:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:236:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:245:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMToonLineAttributes.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransferAttributes.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransferAttributes.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransferAttributes.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransferAttributes.h:59:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransferAttributes.h:78:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransferAttributes.h:97:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransferAttributes.h:134:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransferAttributes.h:139:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransferAttributes.h:143:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTransformGeometry.h:42:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:34:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:34:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:62:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:62:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:86:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:100:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:113:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:122:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrim.h:143:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTrimWithBoundaries.h:44:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:37:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:43:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:43:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:54:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:54:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:68:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:80:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:85:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:111:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:120:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:129:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:138:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:147:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTripleShadingSwitch.h:156:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTurbulenceField.h:60:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:58:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:64:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:64:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:75:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:75:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:89:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:95:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:95:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:95:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:106:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:106:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:106:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:119:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:119:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:124:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:124:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:129:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:129:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:133:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:139:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:139:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:150:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:150:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:164:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:164:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:170:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:170:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:170:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:181:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:181:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:181:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:194:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:194:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:199:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:199:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:204:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:204:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:212:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:221:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:221:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:226:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:230:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:230:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:235:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:239:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:239:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:244:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:248:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:248:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:253:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:257:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:266:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:266:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:271:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:275:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:275:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:280:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:284:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:284:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:289:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:293:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:293:3: portability: %i in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTweak.h:298:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUntrim.h:37:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:66:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:359:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:368:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:377:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:386:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:395:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:404:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:413:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:422:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:431:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:440:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:449:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:458:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:467:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:476:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUseBackground.h:485:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUvChooser.h:30:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUvChooser.h:36:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUvChooser.h:36:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUvChooser.h:47:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUvChooser.h:47:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMUvChooser.h:199:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVectorProduct.h:30:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVectorRenderGlobals.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVectorRenderGlobals.h:50:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVectorRenderGlobals.h:127:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVectorRenderGlobals.h:132:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVertexBakeSet.h:35:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVertexBakeSet.h:40:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:29:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:63:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:67:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:73:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:73:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:84:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:84:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:99:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:103:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:110:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:115:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:125:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:125:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:182:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:187:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:202:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:222:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:315:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:324:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:333:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:342:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:351:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:360:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:369:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:378:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:387:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:396:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:405:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:414:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:423:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:432:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:441:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:470:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:479:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:488:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:497:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:506:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:515:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeFog.h:524:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:29:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:40:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:53:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:58:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:72:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:78:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:89:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:89:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:104:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:108:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:115:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:120:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:125:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:130:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:130:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:134:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:140:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:140:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:151:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:151:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:166:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:171:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:176:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:176:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:201:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:210:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:219:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:228:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:237:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:246:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:255:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:264:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:273:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:282:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeLight.h:291:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeNoise.h:119:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMVolumeNoise.h:144:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:55:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:59:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:59:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:70:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:70:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:83:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:87:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:87:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:98:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:98:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:111:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:115:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:115:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:126:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:126:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:139:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:143:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:143:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:154:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:154:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:167:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:171:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:171:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:182:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:182:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:195:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:199:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:199:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:210:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:210:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:222:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:228:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:228:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:239:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:239:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:253:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:259:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:259:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:270:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:270:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:304:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:313:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:322:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:331:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:340:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:349:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:358:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:367:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWire.h:376:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:37:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:41:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:41:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:52:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:52:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:65:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:69:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:69:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:80:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:80:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:93:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:97:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:97:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:108:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:108:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:121:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:125:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:125:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:136:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:136:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:167:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:176:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:185:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:194:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:203:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWrap.h:212:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWtAddMatrix.h:39:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWtAddMatrix.h:45:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWtAddMatrix.h:45:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWtAddMatrix.h:56:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWtAddMatrix.h:56:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWtAddMatrix.h:71:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWtAddMatrix.h:78:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWtAddMatrix.h:82:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWtAddMatrix.h:91:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMWtAddMatrix.h:100:3: portability: %i in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:975:2: warning: Member variable 'nurbsSurface::uDegree' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:975:2: warning: Member variable 'nurbsSurface::vDegree' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:975:2: warning: Member variable 'nurbsSurface::uForm' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:975:2: warning: Member variable 'nurbsSurface::vForm' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:975:2: warning: Member variable 'nurbsSurface::isRational' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:975:2: warning: Member variable 'nurbsSurface::uKnotCount' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:975:2: warning: Member variable 'nurbsSurface::vKnotCount' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:975:2: warning: Member variable 'nurbsSurface::trim' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:975:2: warning: Member variable 'nurbsSurface::cvCount' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:1117:2: warning: Member variable 'nurbsTrimface::flipNormal' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:1117:2: warning: Member variable 'nurbsTrimface::boundaryCount' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:1097:3: warning: Member variable 'boundary::boundaryType' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:1097:3: warning: Member variable 'boundary::tedgeCountOnBoundary' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:1069:4: warning: Member variable 'edge::splineCountOnEdge' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:1069:4: warning: Member variable 'edge::splineCountOnPedge' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDependNode.h:61:2: warning: Member variable 'DependNode::mFile' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDependNode.h:61:2: warning: Member variable 'DependNode::mShared' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMentalrayIblShape.h:61:2: warning: Member variable 'MentalrayIblShape::mFile' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMMentalrayIblShape.h:61:2: warning: Member variable 'MentalrayIblShape::mShared' is not initialized in the constructor. [uninitMemberVar]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:709:14: style: Technically the member function 'MayaDM::string::c_str' can be const. [functionConst]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMDagNode.h:21:8: performance: Technically the member function 'MayaDM::DagNode::BoundingBox::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAngleBetween.h:21:8: performance: Technically the member function 'MayaDM::AngleBetween::AxisAngle::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgNurbsSurfacePoints.h:39:8: performance: Technically the member function 'MayaDM::AvgNurbsSurfacePoints::Result::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMAvgSurfacePoints.h:21:8: performance: Technically the member function 'MayaDM::AvgSurfacePoints::Result::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClosestPointOnMesh.h:21:8: performance: Technically the member function 'MayaDM::ClosestPointOnMesh::Result::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClosestPointOnSurface.h:21:8: performance: Technically the member function 'MayaDM::ClosestPointOnSurface::Result::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMCluster.h:21:8: performance: Technically the member function 'MayaDM::Cluster::ClusterXforms::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMClusterHandle.h:21:8: performance: Technically the member function 'MayaDM::ClusterHandle::ClusterTransforms::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFilter.h:21:8: performance: Technically the member function 'MayaDM::Filter::Input::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFilter.h:26:8: performance: Technically the member function 'MayaDM::Filter::Output::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:43:8: performance: Technically the member function 'MayaDM::FluidShape::FieldData::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMFluidShape.h:217:8: performance: Technically the member function 'MayaDM::FluidShape::CollisionData::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMGeoConnector.h:21:8: performance: Technically the member function 'MayaDM::GeoConnector::IdMapping::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:110:8: performance: Technically the member function 'MayaDM::HairSystem::FieldData::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMHairSystem.h:115:8: performance: Technically the member function 'MayaDM::HairSystem::CollisionData::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJiggle.h:26:8: performance: Technically the member function 'MayaDM::Jiggle::CachedDataList::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJiggle.h:22:9: performance: Technically the member function 'MayaDM::Jiggle::CachedDataList::CachedData::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:21:8: performance: Technically the member function 'MayaDM::JointCluster::ChildJointClusterXforms::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:26:8: performance: Technically the member function 'MayaDM::JointCluster::NextJointClusterXforms::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMJointCluster.h:31:8: performance: Technically the member function 'MayaDM::JointCluster::DistanceList::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:21:8: performance: Technically the member function 'MayaDM::LightLinker::Link::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:26:8: performance: Technically the member function 'MayaDM::LightLinker::Ignore::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:31:8: performance: Technically the member function 'MayaDM::LightLinker::ShadowLink::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMLightLinker.h:36:8: performance: Technically the member function 'MayaDM::LightLinker::ShadowIgnore::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:21:8: performance: Technically the member function 'MayaDM::Particle::IdMapping::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:26:8: performance: Technically the member function 'MayaDM::Particle::FieldData::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:31:8: performance: Technically the member function 'MayaDM::Particle::EmitterData::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMParticle.h:36:8: performance: Technically the member function 'MayaDM::Particle::CollisionData::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPfxToon.h:21:8: performance: Technically the member function 'MayaDM::PfxToon::InputSurface::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointOnCurveInfo.h:21:8: performance: Technically the member function 'MayaDM::PointOnCurveInfo::Result::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMPointOnSurfaceInfo.h:21:8: performance: Technically the member function 'MayaDM::PointOnSurfaceInfo::Result::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMQuadShadingSwitch.h:48:8: performance: Technically the member function 'MayaDM::QuadShadingSwitch::Output::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:21:8: performance: Technically the member function 'MayaDM::Reference::ConnectionList::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMReference.h:26:8: performance: Technically the member function 'MayaDM::Reference::MultiParentList::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:56:8: performance: Technically the member function 'MayaDM::RenderLayer::Adjustments::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRenderLayer.h:61:8: performance: Technically the member function 'MayaDM::RenderLayer::OutAdjustments::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:21:8: performance: Technically the member function 'MayaDM::RigidBody::FieldData::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMRigidBody.h:26:8: performance: Technically the member function 'MayaDM::RigidBody::GeneralForce::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftMod.h:21:8: performance: Technically the member function 'MayaDM::SoftMod::SoftModXforms::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSoftModHandle.h:21:8: performance: Technically the member function 'MayaDM::SoftModHandle::SoftModTransforms::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSpring.h:21:8: performance: Technically the member function 'MayaDM::Spring::IdMapping::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMSubdiv.h:21:8: performance: Technically the member function 'MayaDM::Subdiv::Vertex::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTextureToGeom.h:21:8: performance: Technically the member function 'MayaDM::TextureToGeom::OutColorData::write' can be static. [functionStatic]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:200:32: style: Struct 'int32Array' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:200:32: style: Struct 'int32Array' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:446:33: style: Struct 'doubleArray' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:446:33: style: Struct 'doubleArray' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:622:32: style: Struct 'pointArray' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:622:32: style: Struct 'pointArray' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:664:33: style: Struct 'vectorArray' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:664:33: style: Struct 'vectorArray' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:734:33: style: Struct 'stringArray' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:734:33: style: Struct 'stringArray' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:200:2: style: Struct 'int32Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:446:2: style: Struct 'doubleArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:522:5: style: Struct 'matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:622:2: style: Struct 'pointArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:664:2: style: Struct 'vectorArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:696:2: style: Struct 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:697:2: style: Struct 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:734:2: style: Struct 'stringArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/MayaDataModel/include/MayaDMTypes.h:831:2: style: Class 'componentList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/expat_vectors.c:182:78: style: Function '_Expat_XML_ParserCreate' argument 2 names different: declaration 'encodingName' definition 'encoding'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/expat_vectors.c:31:92: note: Function '_Expat_XML_ParserCreate' argument 2 names different: declaration 'encodingName' definition 'encoding'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/expat_vectors.c:182:78: note: Function '_Expat_XML_ParserCreate' argument 2 names different: declaration 'encodingName' definition 'encoding'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/expat_vectors.c:187:80: style: Function '_Expat_XML_ParserCreateNS' argument 2 names different: declaration 'encodingName' definition 'encoding'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/expat_vectors.c:32:94: note: Function '_Expat_XML_ParserCreateNS' argument 2 names different: declaration 'encodingName' definition 'encoding'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/expat_vectors.c:187:80: note: Function '_Expat_XML_ParserCreateNS' argument 2 names different: declaration 'encodingName' definition 'encoding'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/expat_vectors.c:407:97: style: Function '_Expat_XML_SetBase' argument 3 names different: declaration 'base' definition 'p'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/expat_vectors.c:76:106: note: Function '_Expat_XML_SetBase' argument 3 names different: declaration 'base' definition 'p'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/expat_vectors.c:407:97: note: Function '_Expat_XML_SetBase' argument 3 names different: declaration 'base' definition 'p'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/stdlib.c:79:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/stdlib.c:82:22: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/amiga/stdlib.c:82:40: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmlparse.c:81:0: error: #error memmove does not exist on this platform, nor is a substitute available [preprocessorErrorDirective]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:953:9: style: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same. [duplicateExpression]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:951:13: note: 'p' is assigned value 'buf' here.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:953:9: note: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:1193:19: style: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.h:280:32: note: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:1193:19: note: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:1230:20: style: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.h:281:33: note: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:1230:20: note: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok_ns.c:98:34: style: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.h:273:34: note: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok_ns.c:98:34: note: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'encodingNamePtr' definition 'encodingName'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok_ns.c:99:38: style: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.h:274:38: note: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok_ns.c:99:38: note: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'namedEncodingPtr' definition 'encoding'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok_ns.c:100:26: style: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.h:275:26: note: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok_ns.c:100:26: note: Function 'XmlParseXmlDecl' argument 10 names different: declaration 'standalonePtr' definition 'standalone'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:1396:11: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1394. [shiftTooManyBitsSigned]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:1394:13: note: Assuming that condition 'c>65535' is not redundant
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:1396:11: note: Shift
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:1398:16: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1394. [shiftTooManyBitsSigned]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:1394:13: note: Assuming that condition 'c>65535' is not redundant
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/lib/xmltok.c:1398:16: note: Shift
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/benchmark/benchmark.c:28:37: style: The scope of the variable 'XMLBufPtr' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/benchmark/benchmark.c:31:51: style: The scope of the variable 'isFinal' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/benchmark/benchmark.c:33:15: style: The scope of the variable 'tstart' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/benchmark/benchmark.c:33:23: style: The scope of the variable 'tend' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/chardata.c:85:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/chardata.c:114:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/chardata.c:83:53: style: Function 'CharData_CheckString' argument 2 names different: declaration 's' definition 'expected'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/chardata.h:31:57: note: Function 'CharData_CheckString' argument 2 names different: declaration 's' definition 'expected'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/chardata.c:83:53: note: Function 'CharData_CheckString' argument 2 names different: declaration 's' definition 'expected'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/chardata.c:112:59: style: Function 'CharData_CheckXMLChars' argument 2 names different: declaration 's' definition 'expected'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/chardata.h:33:63: note: Function 'CharData_CheckXMLChars' argument 2 names different: declaration 's' definition 'expected'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/tests/chardata.c:112:59: note: Function 'CharData_CheckXMLChars' argument 2 names different: declaration 's' definition 'expected'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/xmlwf/xmlmime.c:107:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/xmlwf/xmlmime.c:102:3: note: Variable 'p' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/xmlwf/xmlmime.c:107:3: note: Variable 'p' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/xmlwf/xmlwin32url.cxx:253:11: style: C-style pointer casting [cstyleCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/expat/xmlwf/xmlwin32url.cxx:343:18: style: C-style pointer casting [cstyleCast]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_atmosphere.c:65:9: style: The scope of the variable 'have_lin' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_background.c:25:9: style: The scope of the variable 'have_lin' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_camera.c:54:34: style: Function 'lib3ds_camera_free' argument 1 names different: declaration 'mesh' definition 'camera'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds.h:638:56: note: Function 'lib3ds_camera_free' argument 1 names different: declaration 'mesh' definition 'camera'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_camera.c:54:34: note: Function 'lib3ds_camera_free' argument 1 names different: declaration 'mesh' definition 'camera'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_file.c:596:14: style: The scope of the variable 'chunk' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_file.c:1100:21: style: The scope of the variable 'q' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_file.c:1130:21: style: The scope of the variable 'q' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_file.c:1417:17: style: The scope of the variable 'p' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_file.c:1171:73: style: Function 'lib3ds_file_insert_node' argument 3 names different: declaration 'at' definition 'before'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds.h:588:95: note: Function 'lib3ds_file_insert_node' argument 3 names different: declaration 'at' definition 'before'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_file.c:1171:73: note: Function 'lib3ds_file_insert_node' argument 3 names different: declaration 'at' definition 'before'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_file.c:1076:34: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_light.c:38:32: style: Function 'lib3ds_light_free' argument 1 names different: declaration 'mesh' definition 'light'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds.h:640:54: note: Function 'lib3ds_light_free' argument 1 names different: declaration 'mesh' definition 'light'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_light.c:38:32: note: Function 'lib3ds_light_free' argument 1 names different: declaration 'mesh' definition 'light'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_math.c:25:12: style: The scope of the variable 'a' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_matrix.c:236:11: style: The scope of the variable 'pvt_val' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_matrix.c:427:28: style: Function 'lib3ds_matrix_camera' argument 1 names different: declaration 'm' definition 'matrix'. [funcArgNamesDifferent]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds.h:792:50: note: Function 'lib3ds_matrix_camera' argument 1 names different: declaration 'm' definition 'matrix'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_matrix.c:427:28: note: Function 'lib3ds_matrix_camera' argument 1 names different: declaration 'm' definition 'matrix'.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_mesh.c:179:24: style: The scope of the variable 'weight' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_mesh.c:240:14: style: The scope of the variable 'chunk' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_mesh.c:241:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_mesh.c:264:25: style: The scope of the variable 'index' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_node.c:173:5: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_node.c:169:0: note: Variable 'node' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_node.c:173:5: note: Variable 'node' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_node.c:492:21: style: The scope of the variable 'q' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_node.c:519:21: style: The scope of the variable 'q' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_node.c:880:29: style: The scope of the variable 'name' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_quat.c:56:12: style: The scope of the variable 'omega' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_quat.c:56:19: style: The scope of the variable 's' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_quat.c:133:15: style: The scope of the variable 'm' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_quat.c:154:15: style: The scope of the variable 'm' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_track.c:58:63: style: The scope of the variable 'c' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_track.c:59:11: style: The scope of the variable 'dt' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_track.c:109:63: style: The scope of the variable 'c' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_track.c:110:11: style: The scope of the variable 'dt' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/lib3ds/src/lib3ds_vector.c:152:14: style: The scope of the variable 'm' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/pcre/src/pcre_compile.c:6280:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/pcre/src/pcre_exec.c:1362:7: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/pcre/src/pcre_exec.c:1411:9: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/adler32.c:63:14: style: The scope of the variable 'n' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/deflate.c:1350:0: error: failed to expand 'UPDATE_HASH', Wrong number of parameters for macro 'UPDATE_HASH'. [preprocessorErrorDirective]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/gzio.c:22:28: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/inflate.c:328:20: style: The scope of the variable 'dist' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/inflate.c:1175:19: style: The scope of the variable 'id' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/inflate.c:1267:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/inflate.c:1330:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/inflate.c:630:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/trees.c:714:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/trees.c:759:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/trees.c:1077:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/trees.c:1078:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/trees.c:1080:14: style: The scope of the variable 'code' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/trees.c:1081:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/zutil.c:305:31: style: Same expression on both sides of '-'. [duplicateExpression]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zlib/src/zutil.c:11:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zziplib/src/file.c:172:32: warning: Either the condition '!dir' is redundant or there is possible null pointer dereference: dir. [nullPointerRedundantCheck]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zziplib/src/file.c:177:9: note: Assuming that condition '!dir' is not redundant
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zziplib/src/file.c:172:32: note: Null pointer dereference
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zziplib/src/file.c:1060:9: style: Variable 'ofs' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zziplib/src/file.c:1059:9: note: Variable 'ofs' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zziplib/src/file.c:1060:9: note: Variable 'ofs' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zziplib/src/file.c:134:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zziplib/src/file.c:134:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/Externals/zziplib/src/zip.c:741:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/G3DWarehouseBrowser/src/G3DBrowser.cpp:116:5: style: Variable 'msg.hwnd' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/G3DWarehouseBrowser/src/G3DBrowser.cpp:108:5: note: Variable 'msg.hwnd' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/G3DWarehouseBrowser/src/G3DBrowser.cpp:116:5: note: Variable 'msg.hwnd' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/G3DWarehouseBrowser/src/G3DBrowser.cpp:124:5: style: Variable 'msg.hwnd' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/G3DWarehouseBrowser/src/G3DBrowser.cpp:116:5: note: Variable 'msg.hwnd' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/G3DWarehouseBrowser/src/G3DBrowser.cpp:124:5: note: Variable 'msg.hwnd' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/GeneratedSaxParser/src/GeneratedSaxParserLibxmlSaxParser.cpp:94:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opencollada_0.1.0~20160714.0ec5063+dfsg1/GeneratedSaxParser/src/GeneratedSaxParserLibxmlSaxParser.cpp:143:55: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/CommonCharacterBuffer.cpp:150:101: warning: Identical condition 'targetTextBufferLength<MAX_UTF8_CHAR_LENGTH*sourceWideTextLength', second condition is always false [identicalConditionAfterEarlyExit]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/CommonCharacterBuffer.cpp:147:30: note: first condition
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/CommonCharacterBuffer.cpp:150:101: note: second condition
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/CommonLogFileBufferFlusher.cpp:27:0: error: Resource leak: stream [resourceLeak]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/CommonLogFileBufferFlusher.cpp:78:0: error: Resource leak: stream [resourceLeak]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/performanceTest/main.cpp:18:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/performanceTest/performanceTest.cpp:39:24: style: Variable 'mLocale' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/performanceTest/performanceTest.cpp:48:7: style: Variable 'fileNameFwrite' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/performanceTest/performanceTest.cpp:56:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/performanceTest/performanceTest.cpp:59:16: style: Variable 'failed' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/performanceTest/performanceTest.cpp:70:7: style: Variable 'testString' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/performanceTest/performanceTest.cpp:71:0: style: Variable 'testChar' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/performanceTest/performanceTest.cpp:75:0: style: Variable 'testDouble' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libBuffer/src/performanceTest/performanceTest.cpp:77:0: style: Variable 'testInt' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/Commondtoa.cpp:223:7: style: The scope of the variable 'exp10' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/Commonftoa.cpp:199:7: style: The scope of the variable 'exp10' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/itoaUnitTest.cpp:26:0: style: Variable 'bytesWritten' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/performanceTest/performanceTest.cpp:29:7: style: Variable 'testString' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/performanceTest/performanceTest.cpp:31:0: style: Variable 'testFloat' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/performanceTest/performanceTest.cpp:41:15: style: Variable 'sum' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/unitTest/dtoaUnitTest.cpp:26:21: style: Variable 'bytesWritten' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/unitTest/ftoaUnitTest.cpp:26:21: style: Variable 'bytesWritten' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/unitTest/main.cpp:25:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/unitTest/main.cpp:27:7: style: Unused variable: ftoaBuffer [unusedVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/unitTest/main.cpp:30:0: style: Variable 'testFloat' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/common/libftoa/src/unitTest/main.cpp:37:22: style: Variable 'dBytesWritten' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsMeshWriter.cpp:384:6: style: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsMeshWriter.cpp:382:50: note: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsMeshWriter.cpp:384:6: note: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsMeshWriter.cpp:389:6: style: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsMeshWriter.cpp:387:50: note: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsMeshWriter.cpp:389:6: note: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsMeshWriter.cpp:420:42: style: Variable 'material' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsSceneGraphWriter.cpp:140:29: style: Variable 'exportTranslation' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsSceneGraphWriter.cpp:144:26: style: Variable 'exportRotation' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsSceneGraphWriter.cpp:147:23: style: Variable 'exportScale' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsWriter.cpp:265:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae23ds/src/DAE23dsWriter.cpp:271:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAAnimationImporter.cpp:320:18: style: The scope of the variable 'normalizeTangents' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAAnimationImporter.cpp:415:16: style: The scope of the variable 'inputValue' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAAnimationImporter.cpp:416:16: style: The scope of the variable 'outputValue' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAAnimationImporter.cpp:462:16: style: The scope of the variable 'inputValue' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAAnimationImporter.cpp:463:16: style: The scope of the variable 'outputValue' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAAnimationImporter.cpp:509:16: style: The scope of the variable 'inputValue' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAAnimationImporter.cpp:510:16: style: The scope of the variable 'outputValue' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAAnimationImporter.cpp:740:28: style: The scope of the variable 'nextInputValue' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAAnimationImporter.cpp:816:28: style: The scope of the variable 'nextOutputValue' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MABaseImporter.cpp:507:30: style: Variable 'numChildren' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAControllerImporter.cpp:630:22: style: The scope of the variable 'doWriteWeights' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAControllerImporter.cpp:631:22: style: The scope of the variable 'weightInserted' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAControllerImporter.cpp:209:36: style: Variable 'geometryId' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAControllerImporter.cpp:217:22: style: Variable 'file' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAControllerImporter.cpp:634:0: style: Variable 'previousJointIndex' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAControllerImporter.cpp:1248:46: style: Variable 'geometryImporter' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAControllerImporter.cpp:1291:50: style: Variable 'controllerImporter' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAControllerImporter.cpp:1410:52: style: Variable 'visualSceneImporter' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAControllerImporter.cpp:1411:46: style: Variable 'geometryImporter' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MADocumentImporter.cpp:245:13: style: Variable 'objectFlags' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MADocumentImporter.cpp:377:17: style: Variable 'objectFlags' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAEffectImporter.cpp:143:51: style: Variable 'material' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAEffectImporter.cpp:996:40: style: Variable 'imageImporter' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:2056:13: style: The scope of the variable 'edgeStartVertexIdx' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:2056:35: style: The scope of the variable 'edgeEndVertexIdx' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:2118:13: style: The scope of the variable 'edgeStartVertexIdx' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:2118:35: style: The scope of the variable 'edgeEndVertexIdx' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:3146:32: style: The scope of the variable 'previousGroupId' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:652:25: style: Checking if unsigned variable 'numNormals' is less than zero. [unsignedLessThanZero]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:1560:29: style: Checking if unsigned variable 'numGlobalFaces' is less than zero. [unsignedLessThanZero]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:939:97: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:182:52: style: Variable 'visualSceneImporter' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:224:50: style: Variable 'controllerImporter' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:1527:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:2171:24: style: Variable 'hSize' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:2358:46: style: Variable 'meshUVCoords' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:2408:46: style: Variable 'meshColors' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:2461:46: style: Variable 'meshUVCoords' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:2513:46: style: Variable 'meshColors' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:3085:54: style: Variable 'controllerImporter' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAGeometryImporter.cpp:3258:40: style: Variable 'previousGroupId' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAImageImporter.cpp:63:34: style: Variable 'numTextureInfos' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAImageImporter.cpp:69:40: style: Variable 'effectId' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MALightImporter.cpp:419:114: style: Variable 'lightSetIndex' is modified but its new value is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MALightImporter.cpp:398:0: style: Variable 'nodeIndex' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAMaterialImporter.cpp:374:0: style: Variable 'effectNode' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAMaterialImporter.cpp:443:34: style: Variable 'textureMapIndex' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAMaterialImporter.cpp:685:17: style: Variable 'geometryInstance' is modified but its new value is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAMaterialImporter.cpp:732:52: style: Variable 'visualSceneImporter' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAMaterialImporter.cpp:733:50: style: Variable 'controllerImporter' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAMaterialImporter.cpp:858:13: style: Variable 'it' is modified but its new value is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAVisualSceneImporter.cpp:240:9: style: Variable 'validMayaTransform' is reassigned a value before the old one has been used. [redundantAssignment]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAVisualSceneImporter.cpp:238:0: note: Variable 'validMayaTransform' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAVisualSceneImporter.cpp:240:9: note: Variable 'validMayaTransform' is reassigned a value before the old one has been used.
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAVisualSceneImporter.cpp:1105:14: style: The scope of the variable 'hasScalePivotTranslate' can be reduced. [variableScope]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAVisualSceneImporter.cpp:1011:35: style: Variable 'numTranslate1Vec' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAVisualSceneImporter.cpp:1012:35: style: Variable 'numTranslate2Vec' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAVisualSceneImporter.cpp:1013:35: style: Variable 'numTranslate3Vec' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAVisualSceneImporter.cpp:1097:35: style: Variable 'numTranslate3Vec' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ma/src/DAE2MAVisualSceneImporter.cpp:1126:46: style: Variable 'hasScalePivotTranslate' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ogre/src/DAE2OgreMeshWriter.cpp:139:58: style: Variable 'instanceGeometry' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ogre/src/DAE2OgreMeshWriter.cpp:484:11: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ogre/src/DAE2OgreMeshWriter.cpp:572:0: style: Variable 'colors' is assigned a value that is never used. [unreadVariable]
opencollada_0.1.0~20160714.0ec5063+dfsg1/dae2ogre/src/DAE2OgreSerializer.cpp:260:14: style: The scope of the variable 'swapByte' can be reduced. [variableScope]
[12:43]

ftp://ftp.se.debian.org/debian/pool/main/o/opencolorio/opencolorio_1.1.0~dfsg0.orig.tar.gz
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE.cpp:531:5: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE.cpp:526:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE.cpp:531:5: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE.cpp:597:5: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE.cpp:590:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE.cpp:597:5: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE.cpp:598:5: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE.cpp:597:5: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE.cpp:598:5: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:783:13: style: Variable 'transform' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:781:0: note: Variable 'transform' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:783:13: note: Variable 'transform' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:286:12: style: The scope of the variable 'start' can be reduced. [variableScope]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:286:19: style: The scope of the variable 'finish' can be reduced. [variableScope]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:618:94: style: Function 'setupDisplay' argument 3 names different: declaration 'transform' definition 'xform'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.h:84:74: note: Function 'setupDisplay' argument 3 names different: declaration 'transform' definition 'xform'.
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:618:94: note: Function 'setupDisplay' argument 3 names different: declaration 'transform' definition 'xform'.
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:288:15: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:295:19: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:302:19: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:313:25: warning: Member variable 'OpenColorIO_AE_Context::_bufferWidth' is not initialized in the constructor. [uninitMemberVar]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:313:25: warning: Member variable 'OpenColorIO_AE_Context::_bufferHeight' is not initialized in the constructor. [uninitMemberVar]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:405:25: warning: Member variable 'OpenColorIO_AE_Context::_bufferWidth' is not initialized in the constructor. [uninitMemberVar]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:405:25: warning: Member variable 'OpenColorIO_AE_Context::_bufferHeight' is not initialized in the constructor. [uninitMemberVar]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:65:5: performance: Variable '_path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:66:5: performance: Variable '_dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:316:5: performance: Variable '_action' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:319:5: performance: Variable '_source' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:408:5: performance: Variable '_action' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.cpp:411:5: performance: Variable '_source' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_Context.h:45:1: warning: The class 'Path' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_UI.cpp:569:77: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_UI.cpp:1093:48: error: Uninitialized variable: selected_item [uninitvar]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/OpenColorIO_AE_UI.cpp:1096:26: error: Uninitialized variable: selected_item [uninitvar]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/win/OpenColorIO_AE_Dialogs_Win.cpp:319:36: style: Variable 'prof' is assigned a value that is never used. [unreadVariable]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/win/OpenColorIO_AE_Dialogs_Win.cpp:94:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/win/OpenColorIO_AE_Dialogs_Win.cpp:363:119: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/win/OpenColorIO_AE_Dialogs_Win.cpp:354:8: performance: Possible inefficient checking for 'profile_descriptions' emptiness. [stlSize]
opencolorio-1.1.0~dfsg0.orig/src/aftereffects/win/OpenColorIO_AE_GL_Win.cpp:45:29: style: Variable 'strExt' is assigned a value that is never used. [unreadVariable]
opencolorio-1.1.0~dfsg0.orig/src/apps/ociobakelut/main.cpp:361:32: style: Unused variable: output [unusedVariable]
opencolorio-1.1.0~dfsg0.orig/src/apps/ociocheck/main.cpp:129:45: error: Array 'allroles[10]' accessed at index 255, which is out of bounds. [arrayIndexOutOfBounds]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.cpp:313:22: style: Function 'parse' argument 1 names different: declaration 'argc' definition 'xargc'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.h:143:20: note: Function 'parse' argument 1 names different: declaration 'argc' definition 'xargc'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.cpp:313:22: note: Function 'parse' argument 1 names different: declaration 'argc' definition 'xargc'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.cpp:313:42: style: Function 'parse' argument 2 names different: declaration 'argv' definition 'xargv'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.h:143:39: note: Function 'parse' argument 2 names different: declaration 'argv' definition 'xargv'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.cpp:313:42: note: Function 'parse' argument 2 names different: declaration 'argv' definition 'xargv'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.cpp:444:30: style: Function 'found' argument 1 names different: declaration 'option' definition 'option_name'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.h:173:28: note: Function 'found' argument 1 names different: declaration 'option' definition 'option_name'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.cpp:444:30: note: Function 'found' argument 1 names different: declaration 'option' definition 'option_name'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.cpp:425:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.cpp:269:43: warning: Obsolete function 'alloca' called. [allocaCalled]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.h:173:9: style: Unused private function: 'ArgParse::found' [unusedPrivateFunction]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.h:172:10: style: Technically the member function 'ArgParse::error' can be const. [functionConst]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.cpp:454:11: note: Technically the member function 'ArgParse::error' can be const.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.h:172:10: note: Technically the member function 'ArgParse::error' can be const.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.cpp:54:5: style: Class 'ArgOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/argparse.cpp:379:22: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1280:42: style: Function 'join_nt' argument 1 names different: declaration 'path1' definition 'a'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.h:378:45: note: Function 'join_nt' argument 1 names different: declaration 'path1' definition 'a'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1280:42: note: Function 'join_nt' argument 1 names different: declaration 'path1' definition 'a'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1280:65: style: Function 'join_nt' argument 2 names different: declaration 'path2' definition 'b'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.h:378:72: note: Function 'join_nt' argument 2 names different: declaration 'path2' definition 'b'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1280:65: note: Function 'join_nt' argument 2 names different: declaration 'path2' definition 'b'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1321:45: style: Function 'join_posix' argument 1 names different: declaration 'path1' definition 'a'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.h:379:48: note: Function 'join_posix' argument 1 names different: declaration 'path1' definition 'a'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1321:45: note: Function 'join_posix' argument 1 names different: declaration 'path1' definition 'a'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1321:68: style: Function 'join_posix' argument 2 names different: declaration 'path2' definition 'b'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.h:379:75: note: Function 'join_posix' argument 2 names different: declaration 'path2' definition 'b'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1321:68: note: Function 'join_posix' argument 2 names different: declaration 'path2' definition 'b'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1391:79: style: Function 'split_posix' argument 3 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.h:407:82: note: Function 'split_posix' argument 3 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1391:79: note: Function 'split_posix' argument 3 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1470:46: style: Function 'normpath_nt' argument 1 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.h:393:49: note: Function 'normpath_nt' argument 1 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1470:46: note: Function 'normpath_nt' argument 1 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1554:49: style: Function 'normpath_posix' argument 1 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.h:394:52: note: Function 'normpath_posix' argument 1 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/pystring.cpp:1554:49: note: Function 'normpath_posix' argument 1 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/apps/share/strutil.cpp:59:9: error: va_list 'apsave' used before va_start() was called. [va_list_usedBeforeStarted]
opencolorio-1.1.0~dfsg0.orig/src/core/AllocationTransform.cpp:179:50: style: Function 'BuildAllocationOps' argument 3 names different: declaration 'transform' definition 'allocationTransform'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/OpBuilders.h:52:57: note: Function 'BuildAllocationOps' argument 3 names different: declaration 'transform' definition 'allocationTransform'.
opencolorio-1.1.0~dfsg0.orig/src/core/AllocationTransform.cpp:179:50: note: Function 'BuildAllocationOps' argument 3 names different: declaration 'transform' definition 'allocationTransform'.
opencolorio-1.1.0~dfsg0.orig/src/core/AllocationTransform.cpp:51:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/Baker.cpp:76:15: warning: Member variable 'Impl::type_' is not assigned a value in 'Impl::operator='. [operatorEqVarError]
opencolorio-1.1.0~dfsg0.orig/src/core/Baker.cpp:76:15: warning: Member variable 'Impl::metadata_' is not assigned a value in 'Impl::operator='. [operatorEqVarError]
opencolorio-1.1.0~dfsg0.orig/src/core/Mutex.h:94:2: style: Class 'AutoLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/core/Baker.cpp:51:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/CDLTransform.cpp:802:43: style: Function 'BuildCDLOps' argument 3 names different: declaration 'transform' definition 'cdlTransform'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/OpBuilders.h:57:43: note: Function 'BuildCDLOps' argument 3 names different: declaration 'transform' definition 'cdlTransform'.
opencolorio-1.1.0~dfsg0.orig/src/core/CDLTransform.cpp:802:43: note: Function 'BuildCDLOps' argument 3 names different: declaration 'transform' definition 'cdlTransform'.
opencolorio-1.1.0~dfsg0.orig/src/core/CDLTransform.cpp:586:15: warning: Member variable 'Impl::xml_' is not assigned a value in 'Impl::operator='. [operatorEqVarError]
opencolorio-1.1.0~dfsg0.orig/src/core/CDLTransform.cpp:554:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/ColorSpace.cpp:48:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/ColorSpaceTransform.cpp:145:57: style: Function 'BuildColorSpaceOps' argument 4 names different: declaration 'transform' definition 'colorSpaceTransform'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/OpBuilders.h:63:57: note: Function 'BuildColorSpaceOps' argument 4 names different: declaration 'transform' definition 'colorSpaceTransform'.
opencolorio-1.1.0~dfsg0.orig/src/core/ColorSpaceTransform.cpp:145:57: note: Function 'BuildColorSpaceOps' argument 4 names different: declaration 'transform' definition 'colorSpaceTransform'.
opencolorio-1.1.0~dfsg0.orig/src/core/ColorSpaceTransform.cpp:48:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/Config.cpp:327:35: warning: Redundant assignment of 'cacheidnocontext_' to itself. [selfAssignment]
opencolorio-1.1.0~dfsg0.orig/src/core/Config.cpp:285:15: warning: Member variable 'Impl::activeViewsStr_' is not assigned a value in 'Impl::operator='. [operatorEqVarError]
opencolorio-1.1.0~dfsg0.orig/src/core/Config.cpp:285:15: warning: Member variable 'Impl::cacheidMutex_' is not assigned a value in 'Impl::operator='. [operatorEqVarError]
opencolorio-1.1.0~dfsg0.orig/src/core/Config.cpp:228:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/Context.cpp:76:15: warning: Member variable 'Impl::envmode_' is not assigned a value in 'Impl::operator='. [operatorEqVarError]
opencolorio-1.1.0~dfsg0.orig/src/core/Context.cpp:76:15: warning: Member variable 'Impl::resultsCacheMutex_' is not assigned a value in 'Impl::operator='. [operatorEqVarError]
opencolorio-1.1.0~dfsg0.orig/src/core/Context.cpp:54:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/DisplayTransform.cpp:271:51: style: Function 'BuildDisplayOps' argument 4 names different: declaration 'transform' definition 'displayTransform'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/OpBuilders.h:75:51: note: Function 'BuildDisplayOps' argument 4 names different: declaration 'transform' definition 'displayTransform'.
opencolorio-1.1.0~dfsg0.orig/src/core/DisplayTransform.cpp:271:51: note: Function 'BuildDisplayOps' argument 4 names different: declaration 'transform' definition 'displayTransform'.
opencolorio-1.1.0~dfsg0.orig/src/core/DisplayTransform.cpp:49:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/ExponentOps.cpp:254:41: style: Function 'CreateExponentOp' argument 2 names different: declaration 'exponent4' definition 'exp4'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/ExponentOps.h:45:41: note: Function 'CreateExponentOp' argument 2 names different: declaration 'exponent4' definition 'exp4'.
opencolorio-1.1.0~dfsg0.orig/src/core/ExponentOps.cpp:254:41: note: Function 'CreateExponentOp' argument 2 names different: declaration 'exponent4' definition 'exp4'.
opencolorio-1.1.0~dfsg0.orig/src/core/ExponentTransform.cpp:50:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormat3DL.cpp:117:17: performance: Variable 'lut1D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatCC.cpp:45:17: performance: Variable 'transform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatCSP.cpp:175:13: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatCSP.cpp:167:0: note: Variable 'retval' is reassigned a value before the old one has been used.
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatCSP.cpp:175:13: note: Variable 'retval' is reassigned a value before the old one has been used.
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatCSP.cpp:121:63: style: Function 'rsr_Interpolator1D_destroy' argument 1 names different: declaration 'rawdata' definition 'data'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatCSP.cpp:72:63: note: Function 'rsr_Interpolator1D_destroy' argument 1 names different: declaration 'rawdata' definition 'data'.
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatCSP.cpp:121:63: note: Function 'rsr_Interpolator1D_destroy' argument 1 names different: declaration 'rawdata' definition 'data'.
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatCSP.cpp:319:17: performance: Variable 'prelut' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatHDL.cpp:248:13: warning: Member variable 'CachedFileHDL::to_min' is not initialized in the constructor. [uninitMemberVar]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatHDL.cpp:248:13: warning: Member variable 'CachedFileHDL::to_max' is not initialized in the constructor. [uninitMemberVar]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatHDL.cpp:250:17: performance: Variable 'hdlversion' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatHDL.cpp:251:17: performance: Variable 'hdlformat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatHDL.cpp:252:17: performance: Variable 'hdltype' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatHDL.cpp:255:17: performance: Variable 'lut1D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatHDL.cpp:107:42: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatHDL.cpp:149:42: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatIridasCube.cpp:99:17: performance: Variable 'lut1D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatIridasItx.cpp:219:17: style: The scope of the variable 'DEFAULT_CUBE_SIZE' can be reduced. [variableScope]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatIridasItx.cpp:77:17: performance: Variable 'lut3D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatIridasLook.cpp:133:41: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatIridasLook.cpp:161:17: performance: Variable 'lut3D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatPandora.cpp:107:25: style: Unused variable: format [unusedVariable]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatPandora.cpp:50:17: performance: Variable 'lut3D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatSpi1D.cpp:63:17: performance: Variable 'lut' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatSpi3D.cpp:63:17: performance: Variable 'lut' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatTruelight.cpp:70:17: performance: Variable 'lut1D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileFormatVF.cpp:52:17: performance: Variable 'lut3D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/core/FileTransform.cpp:55:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/GpuShaderDesc.cpp:56:15: warning: Member variable 'Impl::cacheIDMutex_' is not assigned a value in 'Impl::operator='. [operatorEqVarError]
opencolorio-1.1.0~dfsg0.orig/src/core/GpuShaderDesc.cpp:37:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/GroupTransform.cpp:177:46: style: Function 'BuildGroupOps' argument 4 names different: declaration 'transform' definition 'groupTransform'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/OpBuilders.h:92:47: note: Function 'BuildGroupOps' argument 4 names different: declaration 'transform' definition 'groupTransform'.
opencolorio-1.1.0~dfsg0.orig/src/core/GroupTransform.cpp:177:46: note: Function 'BuildGroupOps' argument 4 names different: declaration 'transform' definition 'groupTransform'.
opencolorio-1.1.0~dfsg0.orig/src/core/GroupTransform.cpp:51:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/ImageDesc.cpp:118:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImageDesc.cpp:118:47: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImageDesc.cpp:120:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImageDesc.cpp:120:47: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImageDesc.cpp:124:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImageDesc.cpp:124:51: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImageDesc.cpp:192:22: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImageDesc.cpp:193:22: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImageDesc.cpp:194:22: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImageDesc.cpp:195:22: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:71:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:73:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:75:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:79:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:80:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:81:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:86:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:87:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:118:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:119:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:120:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:121:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:126:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:127:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:128:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:129:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:130:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:131:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:132:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:133:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:166:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:167:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:168:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:173:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:174:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:175:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:176:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:177:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:178:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:208:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:210:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:212:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:216:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:217:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:218:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:223:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:224:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:255:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:256:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:257:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:258:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:263:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:264:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:265:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:266:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:267:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:268:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:269:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:270:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:300:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:301:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:302:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:307:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:308:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:309:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:310:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:311:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ImagePacking.cpp:312:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/LogTransform.cpp:51:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/Look.cpp:47:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/LookTransform.cpp:54:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/Lut1DOp.cpp:43:12: warning: Member variable 'Lut1D::m_isNoOp' is not initialized in the constructor. [uninitMemberVarPrivate]
opencolorio-1.1.0~dfsg0.orig/src/core/Lut1DOp.h:84:14: style: Technically the member function 'Lut1D::unfinalize' can be const. [functionConst]
opencolorio-1.1.0~dfsg0.orig/src/core/Lut1DOp.cpp:138:17: note: Technically the member function 'Lut1D::unfinalize' can be const.
opencolorio-1.1.0~dfsg0.orig/src/core/Lut1DOp.h:84:14: note: Technically the member function 'Lut1D::unfinalize' can be const.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:146:37: style: Function 'IsM44Identity' argument 1 names different: declaration 'm' definition 'm44'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:163:37: note: Function 'IsM44Identity' argument 1 names different: declaration 'm' definition 'm44'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:146:37: note: Function 'IsM44Identity' argument 1 names different: declaration 'm' definition 'm44'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:170:37: style: Function 'IsM44Diagonal' argument 1 names different: declaration 'm' definition 'm44'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:166:37: note: Function 'IsM44Diagonal' argument 1 names different: declaration 'm' definition 'm44'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:170:37: note: Function 'IsM44Diagonal' argument 1 names different: declaration 'm' definition 'm44'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:181:32: style: Function 'GetM44Diagonal' argument 1 names different: declaration 'vout' definition 'out4'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:169:32: note: Function 'GetM44Diagonal' argument 1 names different: declaration 'vout' definition 'out4'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:181:32: note: Function 'GetM44Diagonal' argument 1 names different: declaration 'vout' definition 'out4'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:181:51: style: Function 'GetM44Diagonal' argument 2 names different: declaration 'm' definition 'm44'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:169:51: note: Function 'GetM44Diagonal' argument 2 names different: declaration 'm' definition 'm44'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:181:51: note: Function 'GetM44Diagonal' argument 2 names different: declaration 'm' definition 'm44'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:194:31: style: Function 'GetM44Inverse' argument 1 names different: declaration 'mout' definition 'inverse_out'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:160:31: note: Function 'GetM44Inverse' argument 1 names different: declaration 'mout' definition 'inverse_out'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:194:31: note: Function 'GetM44Inverse' argument 1 names different: declaration 'mout' definition 'inverse_out'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:194:57: style: Function 'GetM44Inverse' argument 2 names different: declaration 'm' definition 'm_'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:160:50: note: Function 'GetM44Inverse' argument 2 names different: declaration 'm' definition 'm_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:194:57: note: Function 'GetM44Inverse' argument 2 names different: declaration 'm' definition 'm_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:313:37: style: Function 'GetMxbCombine' argument 3 names different: declaration 'm1' definition 'm1_'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:179:37: note: Function 'GetMxbCombine' argument 3 names different: declaration 'm1' definition 'm1_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:313:37: note: Function 'GetMxbCombine' argument 3 names different: declaration 'm1' definition 'm1_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:313:55: style: Function 'GetMxbCombine' argument 4 names different: declaration 'v1' definition 'v1_'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:179:54: note: Function 'GetMxbCombine' argument 4 names different: declaration 'v1' definition 'v1_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:313:55: note: Function 'GetMxbCombine' argument 4 names different: declaration 'v1' definition 'v1_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:314:37: style: Function 'GetMxbCombine' argument 5 names different: declaration 'm2' definition 'm2_'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:180:37: note: Function 'GetMxbCombine' argument 5 names different: declaration 'm2' definition 'm2_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:314:37: note: Function 'GetMxbCombine' argument 5 names different: declaration 'm2' definition 'm2_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:314:55: style: Function 'GetMxbCombine' argument 6 names different: declaration 'v2' definition 'v2_'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:180:54: note: Function 'GetMxbCombine' argument 6 names different: declaration 'v2' definition 'v2_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:314:55: note: Function 'GetMxbCombine' argument 6 names different: declaration 'v2' definition 'v2_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:342:37: style: Function 'GetMxbInverse' argument 3 names different: declaration 'm' definition 'm_'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:184:37: note: Function 'GetMxbInverse' argument 3 names different: declaration 'm' definition 'm_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:342:37: note: Function 'GetMxbInverse' argument 3 names different: declaration 'm' definition 'm_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:342:54: style: Function 'GetMxbInverse' argument 4 names different: declaration 'v' definition 'v_'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.h:184:53: note: Function 'GetMxbInverse' argument 4 names different: declaration 'v' definition 'v_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MathUtils.cpp:342:54: note: Function 'GetMxbInverse' argument 4 names different: declaration 'v' definition 'v_'.
opencolorio-1.1.0~dfsg0.orig/src/core/MatrixOps.cpp:74:19: style: The scope of the variable 'r' can be reduced. [variableScope]
opencolorio-1.1.0~dfsg0.orig/src/core/MatrixOps.cpp:74:21: style: The scope of the variable 'g' can be reduced. [variableScope]
opencolorio-1.1.0~dfsg0.orig/src/core/MatrixOps.cpp:74:23: style: The scope of the variable 'b' can be reduced. [variableScope]
opencolorio-1.1.0~dfsg0.orig/src/core/MatrixOps.cpp:74:25: style: The scope of the variable 'a' can be reduced. [variableScope]
opencolorio-1.1.0~dfsg0.orig/src/core/MatrixOps.cpp:156:25: warning: Member variable 'MatrixOffsetOp::m_m44IsDiagonal' is not initialized in the constructor. [uninitMemberVar]
opencolorio-1.1.0~dfsg0.orig/src/core/MatrixTransform.cpp:50:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/NoOps.cpp:367:54: style: Function 'CreateFileNoOp' argument 2 names different: declaration 'fname' definition 'fileReference'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/NoOps.h:59:45: note: Function 'CreateFileNoOp' argument 2 names different: declaration 'fname' definition 'fileReference'.
opencolorio-1.1.0~dfsg0.orig/src/core/NoOps.cpp:367:54: note: Function 'CreateFileNoOp' argument 2 names different: declaration 'fname' definition 'fileReference'.
opencolorio-1.1.0~dfsg0.orig/src/core/NoOps.cpp:437:45: style: Function 'CreateLookNoOp' argument 2 names different: declaration 'lookName' definition 'look'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/NoOps.h:62:45: note: Function 'CreateLookNoOp' argument 2 names different: declaration 'lookName' definition 'look'.
opencolorio-1.1.0~dfsg0.orig/src/core/NoOps.cpp:437:45: note: Function 'CreateLookNoOp' argument 2 names different: declaration 'lookName' definition 'look'.
opencolorio-1.1.0~dfsg0.orig/src/core/NoOps.cpp:45:13: style: Class 'AllocationNoOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/core/NoOps.cpp:312:13: style: Class 'FileNoOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/core/NoOps.cpp:382:13: style: Class 'LookNoOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/core/OCIOYaml.h:40:14: performance: Technically the member function 'OCIOYaml::open' can be static. [functionStatic]
opencolorio-1.1.0~dfsg0.orig/src/core/OCIOYaml.cpp:1830:20: note: Technically the member function 'OCIOYaml::open' can be static.
opencolorio-1.1.0~dfsg0.orig/src/core/OCIOYaml.h:40:14: note: Technically the member function 'OCIOYaml::open' can be static.
opencolorio-1.1.0~dfsg0.orig/src/core/OCIOYaml.h:41:14: performance: Technically the member function 'OCIOYaml::write' can be static. [functionStatic]
opencolorio-1.1.0~dfsg0.orig/src/core/OCIOYaml.cpp:1853:20: note: Technically the member function 'OCIOYaml::write' can be static.
opencolorio-1.1.0~dfsg0.orig/src/core/OCIOYaml.h:41:14: note: Technically the member function 'OCIOYaml::write' can be static.
opencolorio-1.1.0~dfsg0.orig/src/core/OpOptimizers.cpp:211:13: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
opencolorio-1.1.0~dfsg0.orig/src/core/ParseUtils.cpp:264:16: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
opencolorio-1.1.0~dfsg0.orig/src/core/ParseUtils.cpp:254:37: style: Function 'FloatToString' argument 1 names different: declaration 'fval' definition 'value'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/ParseUtils.h:44:37: note: Function 'FloatToString' argument 1 names different: declaration 'fval' definition 'value'.
opencolorio-1.1.0~dfsg0.orig/src/core/ParseUtils.cpp:254:37: note: Function 'FloatToString' argument 1 names different: declaration 'fval' definition 'value'.
opencolorio-1.1.0~dfsg0.orig/src/core/ScanlineHelper.h:44:9: style: Class 'ScanlineHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/core/ScanlineHelper.cpp:86:32: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/ScanlineHelper.cpp:89:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/core/TruelightOp.cpp:337:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencolorio-1.1.0~dfsg0.orig/src/core/TruelightOp.cpp:380:48: style: Function 'CreateTruelightOps' argument 3 names different: declaration 'dir' definition 'direction'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/TruelightOp.h:40:48: note: Function 'CreateTruelightOps' argument 3 names different: declaration 'dir' definition 'direction'.
opencolorio-1.1.0~dfsg0.orig/src/core/TruelightOp.cpp:380:48: note: Function 'CreateTruelightOps' argument 3 names different: declaration 'dir' definition 'direction'.
opencolorio-1.1.0~dfsg0.orig/src/core/TruelightOp.cpp:98:22: warning: Member variable 'TruelightOp::m_truelight' is not initialized in the constructor. [uninitMemberVar]
opencolorio-1.1.0~dfsg0.orig/src/core/TruelightTransform.cpp:50:5: warning: The class 'Impl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1280:42: style: Function 'join_nt' argument 1 names different: declaration 'path1' definition 'a'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.h:378:45: note: Function 'join_nt' argument 1 names different: declaration 'path1' definition 'a'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1280:42: note: Function 'join_nt' argument 1 names different: declaration 'path1' definition 'a'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1280:65: style: Function 'join_nt' argument 2 names different: declaration 'path2' definition 'b'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.h:378:72: note: Function 'join_nt' argument 2 names different: declaration 'path2' definition 'b'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1280:65: note: Function 'join_nt' argument 2 names different: declaration 'path2' definition 'b'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1321:45: style: Function 'join_posix' argument 1 names different: declaration 'path1' definition 'a'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.h:379:48: note: Function 'join_posix' argument 1 names different: declaration 'path1' definition 'a'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1321:45: note: Function 'join_posix' argument 1 names different: declaration 'path1' definition 'a'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1321:68: style: Function 'join_posix' argument 2 names different: declaration 'path2' definition 'b'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.h:379:75: note: Function 'join_posix' argument 2 names different: declaration 'path2' definition 'b'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1321:68: note: Function 'join_posix' argument 2 names different: declaration 'path2' definition 'b'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1391:79: style: Function 'split_posix' argument 3 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.h:407:82: note: Function 'split_posix' argument 3 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1391:79: note: Function 'split_posix' argument 3 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1470:46: style: Function 'normpath_nt' argument 1 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.h:393:49: note: Function 'normpath_nt' argument 1 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1470:46: note: Function 'normpath_nt' argument 1 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1554:49: style: Function 'normpath_posix' argument 1 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.h:394:52: note: Function 'normpath_posix' argument 1 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/core/pystring/pystring.cpp:1554:49: note: Function 'normpath_posix' argument 1 names different: declaration 'path' definition 'p'.
opencolorio-1.1.0~dfsg0.orig/src/jniglue/JNIUtil.h:254:9: performance: Variable 'm_val' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/jniglue/JNIUtil.h:262:17: style: Technically the member function 'GetJStringValue::operator()' can be const. [functionConst]
opencolorio-1.1.0~dfsg0.orig/src/jniglue/tests/org/OpenColorIO/test.cc:3:0: error: syntax error [syntaxError]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOCDLTransform/OCIOCDLTransform.cpp:22:42: style: Function 'OCIOCDLTransform' argument 1 names different: declaration 'node' definition 'n'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOCDLTransform/OCIOCDLTransform.h:52:32: note: Function 'OCIOCDLTransform' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOCDLTransform/OCIOCDLTransform.cpp:22:42: note: Function 'OCIOCDLTransform' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOCDLTransform/OCIOCDLTransform.h:52:9: style: Class 'OCIOCDLTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOColorSpace/OCIOColorSpace.cpp:25:38: style: Function 'OCIOColorSpace' argument 1 names different: declaration 'node' definition 'n'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOColorSpace/OCIOColorSpace.h:35:30: note: Function 'OCIOColorSpace' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOColorSpace/OCIOColorSpace.cpp:25:38: note: Function 'OCIOColorSpace' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOColorSpace/OCIOColorSpace.cpp:155:46: style: Function 'append' argument 1 names different: declaration 'hash' definition 'localhash'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOColorSpace/OCIOColorSpace.h:104:46: note: Function 'append' argument 1 names different: declaration 'hash' definition 'localhash'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOColorSpace/OCIOColorSpace.cpp:155:46: note: Function 'append' argument 1 names different: declaration 'hash' definition 'localhash'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOColorSpace/OCIOColorSpace.h:35:9: style: Class 'OCIOColorSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOColorSpace/OCIOColorSpace.cpp:325:5: style: Class 'OCIOColorSpaceNukeWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIODisplay/OCIODisplay.cpp:27:32: style: Function 'OCIODisplay' argument 1 names different: declaration 'node' definition 'n'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIODisplay/OCIODisplay.h:52:27: note: Function 'OCIODisplay' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIODisplay/OCIODisplay.cpp:27:32: note: Function 'OCIODisplay' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIODisplay/OCIODisplay.cpp:222:43: style: Function 'append' argument 1 names different: declaration 'hash' definition 'localhash'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIODisplay/OCIODisplay.h:116:46: note: Function 'append' argument 1 names different: declaration 'hash' definition 'localhash'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIODisplay/OCIODisplay.cpp:222:43: note: Function 'append' argument 1 names different: declaration 'hash' definition 'localhash'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIODisplay/OCIODisplay.cpp:29:5: performance: Variable 'm_layersToProcess' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIODisplay/OCIODisplay.cpp:36:5: performance: Variable 'm_transform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIODisplay/OCIODisplay.h:52:9: style: Class 'OCIODisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOFileTransform/OCIOFileTransform.cpp:19:44: style: Function 'OCIOFileTransform' argument 1 names different: declaration 'node' definition 'n'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOFileTransform/OCIOFileTransform.h:44:33: note: Function 'OCIOFileTransform' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOFileTransform/OCIOFileTransform.cpp:19:44: note: Function 'OCIOFileTransform' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOFileTransform/OCIOFileTransform.h:44:9: style: Class 'OCIOFileTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOLogConvert/OCIOLogConvert.cpp:23:38: style: Function 'OCIOLogConvert' argument 1 names different: declaration 'node' definition 'n'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOLogConvert/OCIOLogConvert.h:28:30: note: Function 'OCIOLogConvert' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOLogConvert/OCIOLogConvert.cpp:23:38: note: Function 'OCIOLogConvert' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOLogConvert/OCIOLogConvert.h:28:9: style: Class 'OCIOLogConvert' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOLookTransform/OCIOLookTransform.cpp:25:44: style: Function 'OCIOLookTransform' argument 1 names different: declaration 'node' definition 'n'. [funcArgNamesDifferent]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOLookTransform/OCIOLookTransform.h:46:33: note: Function 'OCIOLookTransform' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOLookTransform/OCIOLookTransform.cpp:25:44: note: Function 'OCIOLookTransform' argument 1 names different: declaration 'node' definition 'n'.
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOLookTransform/OCIOLookTransform.h:46:9: style: Class 'OCIOLookTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/nuke/OCIOLookTransform/OCIOLookTransform.cpp:482:5: style: Class 'OCIOLookTransformNukeWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/photoshop/OpenColorIO_PS.cpp:461:48: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencolorio-1.1.0~dfsg0.orig/src/photoshop/OpenColorIO_PS.cpp:853:9: style: Variable 'globalPtr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencolorio-1.1.0~dfsg0.orig/src/photoshop/OpenColorIO_PS.cpp:849:0: note: Variable 'globalPtr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/photoshop/OpenColorIO_PS.cpp:853:9: note: Variable 'globalPtr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/photoshop/OpenColorIO_PS_Context.h:47:5: style: Class 'OpenColorIO_PS_Context' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencolorio-1.1.0~dfsg0.orig/src/photoshop/OpenColorIO_PS_Context.cpp:244:5: style: Variable 'transform' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencolorio-1.1.0~dfsg0.orig/src/photoshop/OpenColorIO_PS_Context.cpp:242:0: note: Variable 'transform' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/photoshop/OpenColorIO_PS_Context.cpp:244:5: note: Variable 'transform' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencolorio-1.1.0~dfsg0.orig/src/photoshop/win/OpenColorIO_PS_Dialogs_Win.cpp:716:10: style: The scope of the variable 'do_export' can be reduced. [variableScope]
opencolorio-1.1.0~dfsg0.orig/src/photoshop/win/OpenColorIO_PS_Dialogs_Win.cpp:718:17: style: Unused variable: monitor_icc_path [unusedVariable]
opencolorio-1.1.0~dfsg0.orig/src/photoshop/win/OpenColorIO_PS_Dialogs_Win.cpp:1003:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
opencolorio-1.1.0~dfsg0.orig/src/photoshop/win/OpenColorIO_PS_Dialogs_Win.cpp:1026:20: style: Variable 'ocioVersion' is assigned a value that is never used. [unreadVariable]
[12:43]

ftp://ftp.se.debian.org/debian/pool/main/o/openconnect/openconnect_7.08.orig.tar.gz
openconnect-7.08/auth-common.c:84:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openconnect-7.08/auth-juniper.c:572:2: style: Variable 'resp_buf' is reassigned a value before the old one has been used. [redundantAssignment]
openconnect-7.08/auth-juniper.c:565:0: note: Variable 'resp_buf' is reassigned a value before the old one has been used.
openconnect-7.08/auth-juniper.c:572:2: note: Variable 'resp_buf' is reassigned a value before the old one has been used.
openconnect-7.08/compat.c:67:0: error: #error No va_copy()! [preprocessorErrorDirective]
openconnect-7.08/cstp.c:966:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openconnect-7.08/cstp.c:172:4: style: Variable 'sep' is assigned a value that is never used. [unreadVariable]
openconnect-7.08/digest.c:81:25: style: Function 'digest_authorization' argument 4 names different: declaration 'buf' definition 'hdrbuf'. [funcArgNamesDifferent]
openconnect-7.08/openconnect-internal.h:1036:127: note: Function 'digest_authorization' argument 4 names different: declaration 'buf' definition 'hdrbuf'.
openconnect-7.08/digest.c:81:25: note: Function 'digest_authorization' argument 4 names different: declaration 'buf' definition 'hdrbuf'.
openconnect-7.08/dtls.c:330:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
openconnect-7.08/gnutls-dtls.c:86:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openconnect-7.08/gnutls.c:2432:2: style: Variable 'ssl_sock' is reassigned a value before the old one has been used. [redundantAssignment]
openconnect-7.08/gnutls.c:2430:0: note: Variable 'ssl_sock' is reassigned a value before the old one has been used.
openconnect-7.08/gnutls.c:2432:2: note: Variable 'ssl_sock' is reassigned a value before the old one has been used.
openconnect-7.08/gnutls.c:2036:26: style: Function 'openconnect_get_peer_cert_chain' argument 2 names different: declaration 'chain' definition 'chainp'. [funcArgNamesDifferent]
openconnect-7.08/openconnect.h:387:26: note: Function 'openconnect_get_peer_cert_chain' argument 2 names different: declaration 'chain' definition 'chainp'.
openconnect-7.08/gnutls.c:2036:26: note: Function 'openconnect_get_peer_cert_chain' argument 2 names different: declaration 'chain' definition 'chainp'.
openconnect-7.08/gnutls.c:2691:61: style: Function 'openconnect_sha1' argument 3 names different: declaration 'len' definition 'datalen'. [funcArgNamesDifferent]
openconnect-7.08/openconnect-internal.h:905:61: note: Function 'openconnect_sha1' argument 3 names different: declaration 'len' definition 'datalen'.
openconnect-7.08/gnutls.c:2691:61: note: Function 'openconnect_sha1' argument 3 names different: declaration 'len' definition 'datalen'.
openconnect-7.08/gnutls.c:2704:63: style: Function 'openconnect_sha256' argument 3 names different: declaration 'len' definition 'datalen'. [funcArgNamesDifferent]
openconnect-7.08/openconnect-internal.h:906:63: note: Function 'openconnect_sha256' argument 3 names different: declaration 'len' definition 'datalen'.
openconnect-7.08/gnutls.c:2704:63: note: Function 'openconnect_sha256' argument 3 names different: declaration 'len' definition 'datalen'.
openconnect-7.08/gnutls.c:2717:60: style: Function 'openconnect_md5' argument 3 names different: declaration 'len' definition 'datalen'. [funcArgNamesDifferent]
openconnect-7.08/openconnect-internal.h:907:60: note: Function 'openconnect_md5' argument 3 names different: declaration 'len' definition 'datalen'.
openconnect-7.08/gnutls.c:2717:60: note: Function 'openconnect_md5' argument 3 names different: declaration 'len' definition 'datalen'.
openconnect-7.08/gssapi.c:161:6: warning: Possible null pointer dereference: auth_state [nullPointer]
openconnect-7.08/gssapi.c:356:31: note: Calling function 'cleanup_gssapi_auth', 2nd argument 'auth_state' value is 0
openconnect-7.08/gssapi.c:161:6: note: Null pointer dereference
openconnect-7.08/gssapi.c:164:6: warning: Possible null pointer dereference: auth_state [nullPointer]
openconnect-7.08/gssapi.c:356:31: note: Calling function 'cleanup_gssapi_auth', 2nd argument 'auth_state' value is 0
openconnect-7.08/gssapi.c:164:6: note: Null pointer dereference
openconnect-7.08/gssapi.c:168:2: warning: Possible null pointer dereference: auth_state [nullPointer]
openconnect-7.08/gssapi.c:356:31: note: Calling function 'cleanup_gssapi_auth', 2nd argument 'auth_state' value is 0
openconnect-7.08/gssapi.c:168:2: note: Null pointer dereference
openconnect-7.08/gssapi.c:169:2: warning: Possible null pointer dereference: auth_state [nullPointer]
openconnect-7.08/gssapi.c:356:31: note: Calling function 'cleanup_gssapi_auth', 2nd argument 'auth_state' value is 0
openconnect-7.08/gssapi.c:169:2: note: Null pointer dereference
openconnect-7.08/gssapi.c:87:25: style: Function 'gssapi_authorization' argument 4 names different: declaration 'buf' definition 'hdrbuf'. [funcArgNamesDifferent]
openconnect-7.08/openconnect-internal.h:1031:127: note: Function 'gssapi_authorization' argument 4 names different: declaration 'buf' definition 'hdrbuf'.
openconnect-7.08/gssapi.c:87:25: note: Function 'gssapi_authorization' argument 4 names different: declaration 'buf' definition 'hdrbuf'.
openconnect-7.08/http-auth.c:116:6: style: The scope of the variable 'hibits' can be reduced. [variableScope]
openconnect-7.08/http-auth.c:50:38: style: Function 'openconnect_base64_decode' argument 1 names different: declaration 'len' definition 'ret_len'. [funcArgNamesDifferent]
openconnect-7.08/openconnect-internal.h:1019:38: note: Function 'openconnect_base64_decode' argument 1 names different: declaration 'len' definition 'ret_len'.
openconnect-7.08/http-auth.c:50:38: note: Function 'openconnect_base64_decode' argument 1 names different: declaration 'len' definition 'ret_len'.
openconnect-7.08/http.c:227:6: style: The scope of the variable 'utfchar' can be reduced. [variableScope]
openconnect-7.08/http.c:1148:29: error: Expression 'buf[2+nr_auth_methods++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
openconnect-7.08/http.c:139:67: style: Function 'buf_append_from_utf16le' argument 2 names different: declaration 'utf16' definition '_utf16'. [funcArgNamesDifferent]
openconnect-7.08/openconnect-internal.h:997:67: note: Function 'buf_append_from_utf16le' argument 2 names different: declaration 'utf16' definition '_utf16'.
openconnect-7.08/http.c:139:67: note: Function 'buf_append_from_utf16le' argument 2 names different: declaration 'utf16' definition '_utf16'.
openconnect-7.08/http.c:183:31: style: Function 'get_utf8char' argument 1 names different: declaration 'utf8' definition 'p'. [funcArgNamesDifferent]
openconnect-7.08/openconnect-internal.h:996:31: note: Function 'get_utf8char' argument 1 names different: declaration 'utf8' definition 'p'.
openconnect-7.08/http.c:183:31: note: Function 'get_utf8char' argument 1 names different: declaration 'utf8' definition 'p'.
openconnect-7.08/jni.c:865:18: warning: Either the condition 'ctx' is redundant or there is possible null pointer dereference: ctx. [nullPointerRedundantCheck]
openconnect-7.08/jni.c:861:6: note: Assuming that condition 'ctx' is not redundant
openconnect-7.08/jni.c:865:18: note: Null pointer dereference
openconnect-7.08/jni.c:866:18: warning: Either the condition 'ctx' is redundant or there is possible null pointer dereference: ctx. [nullPointerRedundantCheck]
openconnect-7.08/jni.c:861:6: note: Assuming that condition 'ctx' is not redundant
openconnect-7.08/jni.c:866:18: note: Null pointer dereference
openconnect-7.08/jni.c:1295:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openconnect-7.08/library.c:169:11: style: Function 'openconnect_setup_dtls' argument 2 names different: declaration 'dtls_attempt_period' definition 'attempt_period'. [funcArgNamesDifferent]
openconnect-7.08/openconnect.h:560:66: note: Function 'openconnect_setup_dtls' argument 2 names different: declaration 'dtls_attempt_period' definition 'attempt_period'.
openconnect-7.08/library.c:169:11: note: Function 'openconnect_setup_dtls' argument 2 names different: declaration 'dtls_attempt_period' definition 'attempt_period'.
openconnect-7.08/library.c:813:42: style: Function 'openconnect_set_reconnected_handler' argument 2 names different: declaration 'reconnected_fn' definition 'reconnected'. [funcArgNamesDifferent]
openconnect-7.08/openconnect.h:658:42: note: Function 'openconnect_set_reconnected_handler' argument 2 names different: declaration 'reconnected_fn' definition 'reconnected'.
openconnect-7.08/library.c:813:42: note: Function 'openconnect_set_reconnected_handler' argument 2 names different: declaration 'reconnected_fn' definition 'reconnected'.
openconnect-7.08/lzs.c:74:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
openconnect-7.08/main.c:136:10: style: The scope of the variable 'args' can be reduced. [variableScope]
openconnect-7.08/main.c:1663:10: style: The scope of the variable 'args' can be reduced. [variableScope]
openconnect-7.08/main.c:630:9: style: Variable 'sep' is assigned a value that is never used. [unreadVariable]
openconnect-7.08/main.c:1980:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openconnect-7.08/ntlm.c:309:23: style: The scope of the variable 'AA' can be reduced. [variableScope]
openconnect-7.08/ntlm.c:309:27: style: The scope of the variable 'BB' can be reduced. [variableScope]
openconnect-7.08/ntlm.c:309:31: style: The scope of the variable 'CC' can be reduced. [variableScope]
openconnect-7.08/ntlm.c:309:35: style: The scope of the variable 'DD' can be reduced. [variableScope]
openconnect-7.08/ntlm.c:674:6: style: The scope of the variable 'm' can be reduced. [variableScope]
openconnect-7.08/ntlm.c:871:16: style: The scope of the variable 'nonce' can be reduced. [variableScope]
openconnect-7.08/oath.c:44:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openconnect-7.08/oath.c:563:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openconnect-7.08/openssl-dtls.c:357:7: style: Condition 'dtlsver' is always true [knownConditionTrueFalse]
openconnect-7.08/openssl-dtls.c:320:16: note: Assignment 'dtlsver=256', assigned value is 256
openconnect-7.08/openssl-dtls.c:357:7: note: Condition 'dtlsver' is always true
openconnect-7.08/openssl-dtls.c:317:15: style: The scope of the variable 'dtls_session' can be reduced. [variableScope]
openconnect-7.08/openssl.c:175:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
openconnect-7.08/openssl.c:1488:26: style: Function 'openconnect_get_peer_cert_chain' argument 2 names different: declaration 'chain' definition 'chainp'. [funcArgNamesDifferent]
openconnect-7.08/openconnect.h:387:26: note: Function 'openconnect_get_peer_cert_chain' argument 2 names different: declaration 'chain' definition 'chainp'.
openconnect-7.08/openssl.c:1488:26: note: Function 'openconnect_get_peer_cert_chain' argument 2 names different: declaration 'chain' definition 'chainp'.
openconnect-7.08/openssl.c:327:27: style: struct member 'ui_data::vpninfo' is never used. [unusedStructMember]
openconnect-7.08/openssl.c:328:23: style: struct member 'ui_data::last_opt' is never used. [unusedStructMember]
openconnect-7.08/openssl.c:334:13: style: struct member 'ui_form_opt::uis' is never used. [unusedStructMember]
openconnect-7.08/script.c:202:3: error: Memory leak: banner [memleak]
openconnect-7.08/sspi.c:58:61: style: Function 'gssapi_authorization' argument 4 names different: declaration 'buf' definition 'hdrbuf'. [funcArgNamesDifferent]
openconnect-7.08/openconnect-internal.h:1031:127: note: Function 'gssapi_authorization' argument 4 names different: declaration 'buf' definition 'hdrbuf'.
openconnect-7.08/sspi.c:58:61: note: Function 'gssapi_authorization' argument 4 names different: declaration 'buf' definition 'hdrbuf'.
openconnect-7.08/tests/bad_dtls_test.c:597:0: error: Memory leak: ctx [memleak]
openconnect-7.08/tests/lzstest.c:39:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
openconnect-7.08/tun.c:302:6: style: The scope of the variable 'unit_nr' can be reduced. [variableScope]
openconnect-7.08/yubikey.c:577:14: error: Expression 'reqbuf[i++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
openconnect-7.08/yubikey.c:227:21: error: Null pointer dereference [nullPointer]
[12:43]

ftp://ftp.se.debian.org/debian/pool/main/o/opencore-amr/opencore-amr_0.1.3.orig.tar.gz
opencore-amr-0.1.3/amrnb/wrapper.cpp:57:35: style: Function 'Encoder_Interface_exit' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
opencore-amr-0.1.3/amrnb/interf_enc.h:43:35: note: Function 'Encoder_Interface_exit' argument 1 names different: declaration 'state' definition 's'.
opencore-amr-0.1.3/amrnb/wrapper.cpp:57:35: note: Function 'Encoder_Interface_exit' argument 1 names different: declaration 'state' definition 's'.
opencore-amr-0.1.3/amrnb/wrapper.cpp:63:36: style: Function 'Encoder_Interface_Encode' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
opencore-amr-0.1.3/amrnb/interf_enc.h:44:36: note: Function 'Encoder_Interface_Encode' argument 1 names different: declaration 'state' definition 's'.
opencore-amr-0.1.3/amrnb/wrapper.cpp:63:36: note: Function 'Encoder_Interface_Encode' argument 1 names different: declaration 'state' definition 's'.
opencore-amr-0.1.3/amrwb/wrapper.cpp:65:22: style: Function 'D_IF_exit' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
opencore-amr-0.1.3/amrwb/dec_if.h:30:22: note: Function 'D_IF_exit' argument 1 names different: declaration 'state' definition 's'.
opencore-amr-0.1.3/amrwb/wrapper.cpp:65:22: note: Function 'D_IF_exit' argument 1 names different: declaration 'state' definition 's'.
opencore-amr-0.1.3/amrwb/wrapper.cpp:72:24: style: Function 'D_IF_decode' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
opencore-amr-0.1.3/amrwb/dec_if.h:29:24: note: Function 'D_IF_decode' argument 1 names different: declaration 'state' definition 's'.
opencore-amr-0.1.3/amrwb/wrapper.cpp:72:24: note: Function 'D_IF_decode' argument 1 names different: declaration 'state' definition 's'.
opencore-amr-0.1.3/amrwb/wrapper.cpp:72:48: style: Function 'D_IF_decode' argument 2 names different: declaration 'bits' definition 'in'. [funcArgNamesDifferent]
opencore-amr-0.1.3/amrwb/dec_if.h:29:52: note: Function 'D_IF_decode' argument 2 names different: declaration 'bits' definition 'in'.
opencore-amr-0.1.3/amrwb/wrapper.cpp:72:48: note: Function 'D_IF_decode' argument 2 names different: declaration 'bits' definition 'in'.
opencore-amr-0.1.3/amrwb/wrapper.cpp:72:59: style: Function 'D_IF_decode' argument 3 names different: declaration 'synth' definition 'out'. [funcArgNamesDifferent]
opencore-amr-0.1.3/amrwb/dec_if.h:29:65: note: Function 'D_IF_decode' argument 3 names different: declaration 'synth' definition 'out'.
opencore-amr-0.1.3/amrwb/wrapper.cpp:72:59: note: Function 'D_IF_decode' argument 3 names different: declaration 'synth' definition 'out'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/pred_lt.cpp:210:13: style: The scope of the variable 'pX2' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/pred_lt.cpp:211:13: style: The scope of the variable 'pX3' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/residu.cpp:160:13: style: The scope of the variable 'p_input1' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/residu.cpp:161:13: style: The scope of the variable 'p_input2' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/residu.cpp:162:13: style: The scope of the variable 'p_input3' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/residu.cpp:163:13: style: The scope of the variable 'p_input4' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/residu.cpp:164:13: style: The scope of the variable 'p_coef' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/agc.cpp:497:28: style: Function 'agc_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/agc.h:102:32: note: Function 'agc_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/agc.cpp:497:28: note: Function 'agc_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/amrdecode.cpp:323:9: style: The scope of the variable 'modeStore' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/amrdecode.cpp:324:9: style: The scope of the variable 'tempInt' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/bgnscd.cpp:146:37: style: Function 'Bgn_scd_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/bgnscd.h:123:40: note: Function 'Bgn_scd_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/bgnscd.cpp:146:37: note: Function 'Bgn_scd_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/c_g_aver.cpp:146:53: style: Function 'Cb_gain_average_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/c_g_aver.h:117:56: note: Function 'Cb_gain_average_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/c_g_aver.cpp:146:53: note: Function 'Cb_gain_average_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_plsf_5.cpp:341:9: style: Variable 'p_dico' is reassigned a value before the old one has been used. [redundantAssignment]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_plsf_5.cpp:337:26: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_plsf_5.cpp:341:9: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_plsf_5.cpp:389:9: style: Variable 'p_dico' is reassigned a value before the old one has been used. [redundantAssignment]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_plsf_5.cpp:385:26: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_plsf_5.cpp:389:9: note: Variable 'p_dico' is reassigned a value before the old one has been used.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/d_plsf_5.cpp:270:19: style: The scope of the variable 'p_dico' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_amr.cpp:209:43: style: Function 'Decoder_amr_init' argument 1 names different: declaration 'st' definition 's'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_amr.h:159:47: note: Function 'Decoder_amr_init' argument 1 names different: declaration 'st' definition 's'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_amr.cpp:209:43: note: Function 'Decoder_amr_init' argument 1 names different: declaration 'st' definition 's'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_amr.cpp:362:44: style: Function 'Decoder_amr_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_amr.h:166:48: note: Function 'Decoder_amr_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_amr.cpp:362:44: note: Function 'Decoder_amr_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_lag3.cpp:143:22: style: Function 'Dec_lag3' argument 2 names different: declaration 'T0_min' definition 't0_min'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_lag3.h:96:12: note: Function 'Dec_lag3' argument 2 names different: declaration 'T0_min' definition 't0_min'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_lag3.cpp:143:22: note: Function 'Dec_lag3' argument 2 names different: declaration 'T0_min' definition 't0_min'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_lag3.cpp:144:22: style: Function 'Dec_lag3' argument 3 names different: declaration 'T0_max' definition 't0_max'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_lag3.h:97:12: note: Function 'Dec_lag3' argument 3 names different: declaration 'T0_max' definition 't0_max'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dec_lag3.cpp:144:22: note: Function 'Dec_lag3' argument 3 names different: declaration 'T0_max' definition 't0_max'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/dtx_dec.cpp:1345:36: style: Redundant condition: st->valid_data==0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/lsp_avg.cpp:140:36: style: Function 'lsp_avg_reset' argument 1 names different: declaration 'state' definition 'st'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/lsp_avg.h:101:23: note: Function 'lsp_avg_reset' argument 1 names different: declaration 'state' definition 'st'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/lsp_avg.cpp:140:36: note: Function 'lsp_avg_reset' argument 1 names different: declaration 'state' definition 'st'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ph_disp.cpp:576:13: style: The scope of the variable 'p_inno_sav' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ph_disp.cpp:578:19: style: The scope of the variable 'p_ph_imp' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/post_pro.cpp:149:46: style: Function 'Post_Process_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/post_pro.h:104:50: note: Function 'Post_Process_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/post_pro.cpp:149:46: note: Function 'Post_Process_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.cpp:122:44: style: Function 'preemphasis_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.h:98:48: note: Function 'preemphasis_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.cpp:122:44: note: Function 'preemphasis_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/pstfilt.cpp:182:44: style: Function 'Post_Filter_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/pstfilt.h:104:48: note: Function 'Post_Filter_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/pstfilt.cpp:182:44: note: Function 'Post_Filter_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/autocorr.cpp:242:13: style: The scope of the variable 'p_y_1' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c2_9pf.cpp:978:13: style: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c2_9pf.cpp:977:13: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/c2_9pf.cpp:978:13: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/calc_cor.cpp:176:13: style: The scope of the variable 'p' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/calc_cor.cpp:177:13: style: The scope of the variable 'p1' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/calc_cor.cpp:178:13: style: The scope of the variable 'p2' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.cpp:166:33: style: Function 'cl_ltp_init' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.h:103:37: note: Function 'cl_ltp_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.cpp:166:33: note: Function 'cl_ltp_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.cpp:257:33: style: Function 'cl_ltp_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.h:110:37: note: Function 'cl_ltp_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.cpp:257:33: note: Function 'cl_ltp_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.cpp:336:31: style: Function 'cl_ltp_exit' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.h:114:35: note: Function 'cl_ltp_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.cpp:336:31: note: Function 'cl_ltp_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.cpp:537:12: style: Function 'cl_ltp' argument 12 names different: declaration 'y1' definition 'yl'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.h:131:16: note: Function 'cl_ltp' argument 12 names different: declaration 'y1' definition 'yl'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cl_ltp.cpp:537:12: note: Function 'cl_ltp' argument 12 names different: declaration 'y1' definition 'yl'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cod_amr.cpp:221:36: style: Function 'cod_amr_init' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cod_amr.h:183:40: note: Function 'cod_amr_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cod_amr.cpp:221:36: note: Function 'cod_amr_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cod_amr.cpp:557:34: style: Function 'cod_amr_exit' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cod_amr.h:205:38: note: Function 'cod_amr_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cod_amr.cpp:557:34: note: Function 'cod_amr_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cor_h.cpp:210:13: style: The scope of the variable 'rr2' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cor_h.cpp:211:13: style: The scope of the variable 'rr3' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cor_h.cpp:213:13: style: The scope of the variable 'p_sign1' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/cor_h.cpp:214:13: style: The scope of the variable 'p_sign2' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ets_to_if2.cpp:123:26: style: Function 'ets_to_if2' argument 1 names different: declaration 'mode' definition 'frame_type_3gpp'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ets_to_if2.h:97:42: note: Function 'ets_to_if2' argument 1 names different: declaration 'mode' definition 'frame_type_3gpp'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ets_to_if2.cpp:123:26: note: Function 'ets_to_if2' argument 1 names different: declaration 'mode' definition 'frame_type_3gpp'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ets_to_wmf.cpp:140:13: style: The scope of the variable 'ptr_temp' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ets_to_wmf.cpp:227:13: style: The scope of the variable 'ptr_temp' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gain_q.cpp:131:40: style: Function 'gainQuant_init' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gain_q.h:111:44: note: Function 'gainQuant_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gain_q.cpp:131:40: note: Function 'gainQuant_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gain_q.cpp:215:40: style: Function 'gainQuant_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gain_q.h:117:44: note: Function 'gainQuant_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gain_q.cpp:215:40: note: Function 'gainQuant_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gain_q.cpp:288:38: style: Function 'gainQuant_exit' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gain_q.h:121:42: note: Function 'gainQuant_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gain_q.cpp:288:38: note: Function 'gainQuant_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/gsmamr_encoder_wrapper.cpp:182:36: style: C-style pointer casting [cstyleCast]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/inter_36.cpp:153:13: style: Function 'Interpol_3or6' argument 1 names different: declaration 'x' definition 'pX'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/inter_36.h:94:17: note: Function 'Interpol_3or6' argument 1 names different: declaration 'x' definition 'pX'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/inter_36.cpp:153:13: note: Function 'Interpol_3or6' argument 1 names different: declaration 'x' definition 'pX'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.cpp:593:13: style: The scope of the variable 'p_Rh' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.cpp:594:13: style: The scope of the variable 'p_Rl' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.cpp:597:13: style: The scope of the variable 'p_Anh' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.cpp:598:13: style: The scope of the variable 'p_Anl' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.cpp:154:38: style: Function 'Levinson_init' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.h:96:42: note: Function 'Levinson_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.cpp:154:38: note: Function 'Levinson_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.cpp:246:38: style: Function 'Levinson_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.h:103:42: note: Function 'Levinson_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.cpp:246:38: note: Function 'Levinson_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.cpp:326:36: style: Function 'Levinson_exit' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.h:107:40: note: Function 'Levinson_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/levinson.cpp:326:36: note: Function 'Levinson_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lpc.cpp:151:28: style: Function 'lpc_init' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lpc.h:103:32: note: Function 'lpc_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lpc.cpp:151:28: note: Function 'lpc_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lpc.cpp:238:28: style: Function 'lpc_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lpc.h:110:32: note: Function 'lpc_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lpc.cpp:238:28: note: Function 'lpc_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lpc.cpp:310:26: style: Function 'lpc_exit' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lpc.h:114:30: note: Function 'lpc_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/lpc.cpp:310:26: note: Function 'lpc_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/p_ol_wgh.cpp:531:9: style: Variable 't0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/p_ol_wgh.cpp:527:9: note: Variable 't0' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/p_ol_wgh.cpp:531:9: note: Variable 't0' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.cpp:647:5: style: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.cpp:646:5: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.cpp:647:5: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.cpp:283:13: style: The scope of the variable 'p_x' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.cpp:736:38: style: Function 'Pitch_fr_init' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.h:98:42: note: Function 'Pitch_fr_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.cpp:736:38: note: Function 'Pitch_fr_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.cpp:823:38: style: Function 'Pitch_fr_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.h:105:42: note: Function 'Pitch_fr_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.cpp:823:38: note: Function 'Pitch_fr_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.cpp:899:36: style: Function 'Pitch_fr_exit' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.h:110:40: note: Function 'Pitch_fr_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pitch_fr.cpp:899:36: note: Function 'Pitch_fr_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_proc.cpp:154:44: style: Function 'Pre_Process_init' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_proc.h:88:48: note: Function 'Pre_Process_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_proc.cpp:154:44: note: Function 'Pre_Process_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_proc.cpp:246:44: style: Function 'Pre_Process_reset' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_proc.h:95:48: note: Function 'Pre_Process_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_proc.cpp:246:44: note: Function 'Pre_Process_reset' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_proc.cpp:326:42: style: Function 'Pre_Process_exit' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_proc.h:99:46: note: Function 'Pre_Process_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/pre_proc.cpp:326:42: note: Function 'Pre_Process_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/s10_8pf.cpp:507:14: style: The scope of the variable 'p_temp1' can be reduced. [variableScope]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sid_sync.cpp:133:29: style: Function 'sid_sync_init' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sid_sync.h:105:33: note: Function 'sid_sync_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sid_sync.cpp:133:29: note: Function 'sid_sync_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sid_sync.cpp:270:27: style: Function 'sid_sync_exit' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sid_sync.h:115:31: note: Function 'sid_sync_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sid_sync.cpp:270:27: note: Function 'sid_sync_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sid_sync.cpp:398:21: style: Function 'sid_sync' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sid_sync.h:126:25: note: Function 'sid_sync' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/sid_sync.cpp:398:21: note: Function 'sid_sync' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ton_stab.cpp:145:37: style: Function 'ton_stab_init' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ton_stab.h:101:41: note: Function 'ton_stab_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ton_stab.cpp:145:37: note: Function 'ton_stab_init' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ton_stab.cpp:312:35: style: Function 'ton_stab_exit' argument 1 names different: declaration 'st' definition 'state'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ton_stab.h:113:39: note: Function 'ton_stab_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ton_stab.cpp:312:35: note: Function 'ton_stab_exit' argument 1 names different: declaration 'st' definition 'state'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/dec_alg_codebook.cpp:198:5: style: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/dec_alg_codebook.cpp:192:5: note: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/dec_alg_codebook.cpp:198:5: note: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/dtx_decoder_amr_wb.cpp:439:36: style: Redundant condition: st->valid_data==0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/lagconceal.cpp:250:17: warning: Redundant assignment of '*T0' to itself. [selfAssignment]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/lagconceal.cpp:254:17: warning: Redundant assignment of '*T0' to itself. [selfAssignment]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/lagconceal.cpp:258:17: warning: Redundant assignment of '*T0' to itself. [selfAssignment]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/lagconceal.cpp:262:17: warning: Redundant assignment of '*T0' to itself. [selfAssignment]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/lagconceal.cpp:266:17: warning: Redundant assignment of '*T0' to itself. [selfAssignment]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/lagconceal.cpp:339:34: style: Function 'insert' argument 2 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/lagconceal.cpp:94:34: note: Function 'insert' argument 2 names different: declaration 'num' definition 'n'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/lagconceal.cpp:339:34: note: Function 'insert' argument 2 names different: declaration 'num' definition 'n'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/mime_io.cpp:521:27: style: Function 'mime_unsorting' argument 1 names different: declaration 'packet' definition 'unsorted_bits'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder.h:127:31: note: Function 'mime_unsorting' argument 1 names different: declaration 'packet' definition 'unsorted_bits'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/mime_io.cpp:521:27: note: Function 'mime_unsorting' argument 1 names different: declaration 'packet' definition 'unsorted_bits'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/mime_io.cpp:522:27: style: Function 'mime_unsorting' argument 2 names different: declaration 'compressed_data' definition 'sorted_bits_into_int16'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder.h:128:31: note: Function 'mime_unsorting' argument 2 names different: declaration 'compressed_data' definition 'sorted_bits_into_int16'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/mime_io.cpp:522:27: note: Function 'mime_unsorting' argument 2 names different: declaration 'compressed_data' definition 'sorted_bits_into_int16'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/mime_io.cpp:525:27: style: Function 'mime_unsorting' argument 5 names different: declaration 'q' definition 'quality'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder.h:131:31: note: Function 'mime_unsorting' argument 5 names different: declaration 'q' definition 'quality'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/mime_io.cpp:525:27: note: Function 'mime_unsorting' argument 5 names different: declaration 'q' definition 'quality'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder.cpp:144:51: style: Function 'pvDecoder_AmrWb_Init' argument 2 names different: declaration 'st' definition 'pt_st'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder.h:107:55: note: Function 'pvDecoder_AmrWb_Init' argument 2 names different: declaration 'st' definition 'pt_st'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder.cpp:144:51: note: Function 'pvDecoder_AmrWb_Init' argument 2 names different: declaration 'st' definition 'pt_st'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/synthesis_amr_wb.cpp:139:12: style: Function 'synthesis_amr_wb' argument 11 names different: declaration 'ScratchMemory' definition 'ScratchMem'. [funcArgNamesDifferent]
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/synthesis_amr_wb.h:81:17: note: Function 'synthesis_amr_wb' argument 11 names different: declaration 'ScratchMemory' definition 'ScratchMem'.
opencore-amr-0.1.3/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/synthesis_amr_wb.cpp:139:12: note: Function 'synthesis_amr_wb' argument 11 names different: declaration 'ScratchMemory' definition 'ScratchMem'.
opencore-amr-0.1.3/test/amrnb-dec.c:47:3: error: Resource leak: in [resourceLeak]
opencore-amr-0.1.3/test/amrnb-dec.c:53:3: error: Resource leak: in [resourceLeak]
opencore-amr-0.1.3/test/amrnb-enc.c:118:0: error: Memory leak: inputBuf [memleak]
opencore-amr-0.1.3/test/amrwb-dec.c:46:3: error: Resource leak: in [resourceLeak]
opencore-amr-0.1.3/test/amrwb-dec.c:52:3: error: Resource leak: in [resourceLeak]
[12:43]

ftp://ftp.se.debian.org/debian/pool/main/o/opencryptoki/opencryptoki_3.8.1+dfsg.orig.tar.gz
opencryptoki-3.8.1+dfsg/misc/test_mech_list.c:30:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:940:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:1235:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:1701:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:3110:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:3230:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:3398:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:3455:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:3565:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:3618:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:3669:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:3736:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:3841:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:1303:14: style: The scope of the variable 'sltp' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:2519:7: style: The scope of the variable 'fcnmap' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:2704:15: style: The scope of the variable 'sltp' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:2273:2: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:2255:9: style: Unused variable: index [unusedVariable]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/api_interface.c:2256:9: style: Unused variable: sindx [unusedVariable]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/api/apiutil.c:576:15: style: The scope of the variable 'dl_index' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:913:2: performance: Buffer 'rule_array' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:912:2: note: Buffer 'rule_array' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:913:2: note: Buffer 'rule_array' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:1758:2: performance: Buffer 'rule_array' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:1757:2: note: Buffer 'rule_array' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:1758:2: note: Buffer 'rule_array' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:2262:2: style: Variable 'maclen' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:2260:0: note: Variable 'maclen' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:2262:2: note: Variable 'maclen' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:2811:2: performance: Buffer 'key_value_structure' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:2807:2: note: Buffer 'key_value_structure' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:2811:2: note: Buffer 'key_value_structure' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:2991:2: performance: Buffer 'key_value_structure' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:2984:2: note: Buffer 'key_value_structure' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:2991:2: note: Buffer 'key_value_structure' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:3338:2: performance: Buffer 'rule_array' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:3333:2: note: Buffer 'rule_array' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:3338:2: note: Buffer 'rule_array' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:840:26: portability: '(void*)&tmpexp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:435:4: warning: The buffer 'key_length' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:3344:2: warning: The buffer 'key_type1' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:3349:2: warning: The buffer 'key_type2' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/cca_stdll/cca_specific.c:1440:0: error: Memory leak: local_out [memleak]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/asn1.c:646:21: warning: Possible null pointer dereference: algorithm_id [nullPointer]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/asn1.c:785:39: note: Calling function 'ber_encode_PrivateKeyInfo', 4th argument 'algorithm_id' value is 0
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/asn1.c:646:21: note: Null pointer dereference
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/asn1.c:802:4: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/asn1.c:800:4: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/asn1.c:802:4: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/asn1.c:1387:4: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/asn1.c:1377:4: note: Variable 'buf' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/asn1.c:1387:4: note: Variable 'buf' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/asn1.c:673:40: style: Function 'ber_decode_PrivateKeyInfo' argument 3 names different: declaration 'algorithm_id' definition 'algorithm'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2709:50: note: Function 'ber_decode_PrivateKeyInfo' argument 3 names different: declaration 'algorithm_id' definition 'algorithm'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/asn1.c:673:40: note: Function 'ber_decode_PrivateKeyInfo' argument 3 names different: declaration 'algorithm_id' definition 'algorithm'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/btree.c:289:17: style: The scope of the variable 'node' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/dig_mgr.c:165:37: style: Function 'digest_mgr_digest' argument 5 names different: declaration 'data' definition 'in_data'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1944:45: note: Function 'digest_mgr_digest' argument 5 names different: declaration 'data' definition 'in_data'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/dig_mgr.c:165:37: note: Function 'digest_mgr_digest' argument 5 names different: declaration 'data' definition 'in_data'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/dig_mgr.c:166:37: style: Function 'digest_mgr_digest' argument 6 names different: declaration 'data_len' definition 'in_data_len'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1944:61: note: Function 'digest_mgr_digest' argument 6 names different: declaration 'data_len' definition 'in_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/dig_mgr.c:166:37: note: Function 'digest_mgr_digest' argument 6 names different: declaration 'data_len' definition 'in_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/dig_mgr.c:167:37: style: Function 'digest_mgr_digest' argument 7 names different: declaration 'hash' definition 'out_data'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1945:45: note: Function 'digest_mgr_digest' argument 7 names different: declaration 'hash' definition 'out_data'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/dig_mgr.c:167:37: note: Function 'digest_mgr_digest' argument 7 names different: declaration 'hash' definition 'out_data'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/dig_mgr.c:168:37: style: Function 'digest_mgr_digest' argument 8 names different: declaration 'hash_len' definition 'out_data_len'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1945:61: note: Function 'digest_mgr_digest' argument 8 names different: declaration 'hash_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/dig_mgr.c:168:37: note: Function 'digest_mgr_digest' argument 8 names different: declaration 'hash_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/dp_obj.c:165:4: style: Variable 'local_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/dp_obj.c:163:0: note: Variable 'local_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/dp_obj.c:165:4: note: Variable 'local_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2977:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1102:4: style: Variable 'type_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1092:0: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1102:4: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1103:4: style: Variable 'modulus_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1093:0: note: Variable 'modulus_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1103:4: note: Variable 'modulus_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1104:4: style: Variable 'modulus_bits_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1094:0: note: Variable 'modulus_bits_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1104:4: note: Variable 'modulus_bits_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1105:4: style: Variable 'public_exp_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1095:0: note: Variable 'public_exp_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1105:4: note: Variable 'public_exp_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2445:4: style: Variable 'type_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2440:0: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2445:4: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2446:4: style: Variable 'prime_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2436:0: note: Variable 'prime_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2446:4: note: Variable 'prime_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2447:4: style: Variable 'base_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2437:0: note: Variable 'base_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2447:4: note: Variable 'base_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2448:4: style: Variable 'value_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2438:0: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2448:4: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2449:4: style: Variable 'value_bits_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2439:0: note: Variable 'value_bits_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2449:4: note: Variable 'value_bits_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3306:4: style: Variable 'type_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3301:0: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3306:4: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3307:4: style: Variable 'value_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3299:0: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3307:4: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3308:4: style: Variable 'value_len_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3300:0: note: Variable 'value_len_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3308:4: note: Variable 'value_len_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3395:4: style: Variable 'type_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3390:0: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3395:4: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3396:4: style: Variable 'value_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3388:0: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3396:4: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3397:4: style: Variable 'value_len_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3389:0: note: Variable 'value_len_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3397:4: note: Variable 'value_len_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3544:4: style: Variable 'type_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3539:0: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3544:4: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3545:4: style: Variable 'value_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3537:0: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3545:4: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3546:4: style: Variable 'value_len_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3538:0: note: Variable 'value_len_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:3546:4: note: Variable 'value_len_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4271:4: style: Variable 'type_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4265:0: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4271:4: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4272:4: style: Variable 'value_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4263:0: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4272:4: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4273:4: style: Variable 'value_len_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4264:0: note: Variable 'value_len_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4273:4: note: Variable 'value_len_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4510:4: style: Variable 'type_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4505:0: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4510:4: note: Variable 'type_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4511:4: style: Variable 'value_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4503:0: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4511:4: note: Variable 'value_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4512:4: style: Variable 'value_len_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4504:0: note: Variable 'value_len_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4512:4: note: Variable 'value_len_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:5250:4: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:5233:0: note: Variable 'found' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:5250:4: note: Variable 'found' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1520:28: style: Function 'rsa_priv_unwrap' argument 3 names different: declaration 'data_len' definition 'total_length'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2488:68: note: Function 'rsa_priv_unwrap' argument 3 names different: declaration 'data_len' definition 'total_length'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:1520:28: note: Function 'rsa_priv_unwrap' argument 3 names different: declaration 'data_len' definition 'total_length'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2006:28: style: Function 'dsa_priv_unwrap' argument 3 names different: declaration 'data_len' definition 'total_length'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2502:68: note: Function 'dsa_priv_unwrap' argument 3 names different: declaration 'data_len' definition 'total_length'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:2006:28: note: Function 'dsa_priv_unwrap' argument 3 names different: declaration 'data_len' definition 'total_length'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4746:34: style: Unused variable: req_len [unusedVariable]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4746:43: style: Unused variable: repl_len [unusedVariable]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4747:34: style: Variable 'cdmf_key' is assigned a value that is never used. [unreadVariable]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key.c:4748:34: style: Unused variable: rc [unusedVariable]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key_mgr.c:49:43: style: Function 'key_mgr_generate_key' argument 6 names different: declaration 'key_handle' definition 'handle'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1969:51: note: Function 'key_mgr_generate_key' argument 6 names different: declaration 'key_handle' definition 'handle'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key_mgr.c:49:43: note: Function 'key_mgr_generate_key' argument 6 names different: declaration 'key_handle' definition 'handle'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key_mgr.c:812:41: style: Function 'key_mgr_unwrap_key' argument 4 names different: declaration 'pTemplate' definition 'attributes'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2003:49: note: Function 'key_mgr_unwrap_key' argument 4 names different: declaration 'pTemplate' definition 'attributes'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key_mgr.c:812:41: note: Function 'key_mgr_unwrap_key' argument 4 names different: declaration 'pTemplate' definition 'attributes'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key_mgr.c:813:41: style: Function 'key_mgr_unwrap_key' argument 5 names different: declaration 'ulCount' definition 'attrib_count'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2004:49: note: Function 'key_mgr_unwrap_key' argument 5 names different: declaration 'ulCount' definition 'attrib_count'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key_mgr.c:813:41: note: Function 'key_mgr_unwrap_key' argument 5 names different: declaration 'ulCount' definition 'attrib_count'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key_mgr.c:816:41: style: Function 'key_mgr_unwrap_key' argument 8 names different: declaration 'unwrapping_key' definition 'h_unwrapping_key'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2007:49: note: Function 'key_mgr_unwrap_key' argument 8 names different: declaration 'unwrapping_key' definition 'h_unwrapping_key'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key_mgr.c:816:41: note: Function 'key_mgr_unwrap_key' argument 8 names different: declaration 'unwrapping_key' definition 'h_unwrapping_key'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key_mgr.c:817:41: style: Function 'key_mgr_unwrap_key' argument 9 names different: declaration 'unwrapped_key' definition 'h_unwrapped_key'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2008:49: note: Function 'key_mgr_unwrap_key' argument 9 names different: declaration 'unwrapped_key' definition 'h_unwrapped_key'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/key_mgr.c:817:41: note: Function 'key_mgr_unwrap_key' argument 9 names different: declaration 'unwrapped_key' definition 'h_unwrapped_key'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:751:2: style: Variable 'fp1' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:741:0: note: Variable 'fp1' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:751:2: note: Variable 'fp1' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:832:2: style: Variable 'fp1' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:821:0: note: Variable 'fp1' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:832:2: note: Variable 'fp1' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:933:2: style: Variable 'clear' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:912:0: note: Variable 'clear' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:933:2: note: Variable 'clear' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:1431:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:1416:0: note: Variable 'fp' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:1431:2: note: Variable 'fp' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:1491:62: style: Function 'delete_token_object' argument 2 names different: declaration 'ptr' definition 'obj'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:509:62: note: Function 'delete_token_object' argument 2 names different: declaration 'ptr' definition 'obj'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:1491:62: note: Function 'delete_token_object' argument 2 names different: declaration 'ptr' definition 'obj'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:580:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:694:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/loadsave.c:1429:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/lock_btree.c:330:20: style: The scope of the variable 'node' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/lock_btree.c:348:19: style: The scope of the variable 'i' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/lock_sess_mgr.c:69:4: style: Variable 'new_session' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/lock_sess_mgr.c:63:0: note: Variable 'new_session' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/lock_sess_mgr.c:69:4: note: Variable 'new_session' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:2864:4: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:2861:0: note: Variable 'found' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:2864:4: note: Variable 'found' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:33:37: style: Function 'aes_ecb_encrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1305:45: note: Function 'aes_ecb_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:33:37: note: Function 'aes_ecb_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:79:37: style: Function 'aes_ecb_decrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1309:45: note: Function 'aes_ecb_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:79:37: note: Function 'aes_ecb_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:129:37: style: Function 'aes_cbc_encrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1314:45: note: Function 'aes_cbc_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:129:37: note: Function 'aes_cbc_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:177:38: style: Function 'aes_cbc_decrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1318:45: note: Function 'aes_cbc_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:177:38: note: Function 'aes_cbc_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:226:41: style: Function 'aes_cbc_pad_encrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1323:50: note: Function 'aes_cbc_pad_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:226:41: note: Function 'aes_cbc_pad_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:291:42: style: Function 'aes_cbc_pad_decrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1327:50: note: Function 'aes_cbc_pad_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:291:42: note: Function 'aes_cbc_pad_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:356:23: style: Function 'aes_ctr_encrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1332:45: note: Function 'aes_ctr_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:356:23: note: Function 'aes_ctr_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:404:23: style: Function 'aes_ctr_decrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1337:45: note: Function 'aes_ctr_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:404:23: note: Function 'aes_ctr_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:452:44: style: Function 'aes_ecb_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1342:52: note: Function 'aes_ecb_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:452:44: note: Function 'aes_ecb_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:533:44: style: Function 'aes_ecb_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1346:52: note: Function 'aes_ecb_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:533:44: note: Function 'aes_ecb_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:613:44: style: Function 'aes_cbc_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1351:53: note: Function 'aes_cbc_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:613:44: note: Function 'aes_cbc_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:701:44: style: Function 'aes_cbc_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1355:53: note: Function 'aes_cbc_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:701:44: note: Function 'aes_cbc_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:791:48: style: Function 'aes_cbc_pad_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1360:49: note: Function 'aes_cbc_pad_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:791:48: note: Function 'aes_cbc_pad_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:890:48: style: Function 'aes_cbc_pad_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1364:49: note: Function 'aes_cbc_pad_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:890:48: note: Function 'aes_cbc_pad_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:986:24: style: Function 'aes_ctr_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1368:52: note: Function 'aes_ctr_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:986:24: note: Function 'aes_ctr_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1059:24: style: Function 'aes_ctr_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1373:52: note: Function 'aes_ctr_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1059:24: note: Function 'aes_ctr_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1131:43: style: Function 'aes_ecb_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1378:51: note: Function 'aes_ecb_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1131:43: note: Function 'aes_ecb_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1167:43: style: Function 'aes_ecb_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1381:51: note: Function 'aes_ecb_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1167:43: note: Function 'aes_ecb_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1203:43: style: Function 'aes_cbc_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1385:51: note: Function 'aes_cbc_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1203:43: note: Function 'aes_cbc_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1239:43: style: Function 'aes_cbc_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1388:51: note: Function 'aes_cbc_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1239:43: note: Function 'aes_cbc_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1271:47: style: Function 'aes_cbc_pad_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1392:48: note: Function 'aes_cbc_pad_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1271:47: note: Function 'aes_cbc_pad_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1331:47: style: Function 'aes_cbc_pad_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1395:48: note: Function 'aes_cbc_pad_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1331:47: note: Function 'aes_cbc_pad_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1392:43: style: Function 'aes_ctr_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1399:52: note: Function 'aes_ctr_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1392:43: note: Function 'aes_ctr_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1436:43: style: Function 'aes_ctr_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1403:52: note: Function 'aes_ctr_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_aes.c:1436:43: note: Function 'aes_ctr_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des.c:1331:0: error: failed to expand 'TRACE_ERROR', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:33:38: style: Function 'des3_ecb_encrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1097:45: note: Function 'des3_ecb_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:33:38: note: Function 'des3_ecb_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:82:38: style: Function 'des3_ecb_decrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1102:45: note: Function 'des3_ecb_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:82:38: note: Function 'des3_ecb_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:131:38: style: Function 'des3_cbc_encrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1108:45: note: Function 'des3_cbc_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:131:38: note: Function 'des3_cbc_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:179:39: style: Function 'des3_cbc_decrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1113:45: note: Function 'des3_cbc_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:179:39: note: Function 'des3_cbc_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:228:42: style: Function 'des3_cbc_pad_encrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1119:49: note: Function 'des3_cbc_pad_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:228:42: note: Function 'des3_cbc_pad_encrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:293:43: style: Function 'des3_cbc_pad_decrypt' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1124:49: note: Function 'des3_cbc_pad_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:293:43: note: Function 'des3_cbc_pad_decrypt' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:360:45: style: Function 'des3_ecb_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1130:52: note: Function 'des3_ecb_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:360:45: note: Function 'des3_ecb_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:440:45: style: Function 'des3_ecb_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1135:52: note: Function 'des3_ecb_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:440:45: note: Function 'des3_ecb_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:521:45: style: Function 'des3_cbc_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1141:52: note: Function 'des3_cbc_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:521:45: note: Function 'des3_cbc_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:608:45: style: Function 'des3_cbc_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1146:52: note: Function 'des3_cbc_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:608:45: note: Function 'des3_cbc_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:698:49: style: Function 'des3_cbc_pad_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1152:56: note: Function 'des3_cbc_pad_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:698:49: note: Function 'des3_cbc_pad_encrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:796:49: style: Function 'des3_cbc_pad_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1157:56: note: Function 'des3_cbc_pad_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:796:49: note: Function 'des3_cbc_pad_decrypt_update' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:893:44: style: Function 'des3_ecb_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1163:51: note: Function 'des3_ecb_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:893:44: note: Function 'des3_ecb_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:928:44: style: Function 'des3_ecb_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1167:51: note: Function 'des3_ecb_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:928:44: note: Function 'des3_ecb_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:964:44: style: Function 'des3_cbc_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1172:51: note: Function 'des3_cbc_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:964:44: note: Function 'des3_cbc_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:1000:44: style: Function 'des3_cbc_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1176:51: note: Function 'des3_cbc_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:1000:44: note: Function 'des3_cbc_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:1036:48: style: Function 'des3_cbc_pad_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1181:55: note: Function 'des3_cbc_pad_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:1036:48: note: Function 'des3_cbc_pad_encrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:1095:48: style: Function 'des3_cbc_pad_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1185:55: note: Function 'des3_cbc_pad_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_des3.c:1095:48: note: Function 'des3_cbc_pad_decrypt_final' argument 4 names different: declaration 'context' definition 'ctx'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_dh.c:153:41: style: Function 'ckm_dh_pkcs_derive' argument 5 names different: declaration 'secret' definition 'secret_value'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:945:41: note: Function 'ckm_dh_pkcs_derive' argument 5 names different: declaration 'secret' definition 'secret_value'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_dh.c:153:41: note: Function 'ckm_dh_pkcs_derive' argument 5 names different: declaration 'secret' definition 'secret_value'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_dh.c:154:41: style: Function 'ckm_dh_pkcs_derive' argument 6 names different: declaration 'secret_len' definition 'secret_value_len'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:946:41: note: Function 'ckm_dh_pkcs_derive' argument 6 names different: declaration 'secret_len' definition 'secret_value_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_dh.c:154:41: note: Function 'ckm_dh_pkcs_derive' argument 6 names different: declaration 'secret_len' definition 'secret_value_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_dsa.c:38:33: style: Function 'dsa_sign' argument 7 names different: declaration 'signature' definition 'out_data'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:895:43: note: Function 'dsa_sign' argument 7 names different: declaration 'signature' definition 'out_data'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_dsa.c:38:33: note: Function 'dsa_sign' argument 7 names different: declaration 'signature' definition 'out_data'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_dsa.c:39:33: style: Function 'dsa_sign' argument 8 names different: declaration 'sig_len' definition 'out_data_len'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:896:43: note: Function 'dsa_sign' argument 8 names different: declaration 'sig_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_dsa.c:39:33: note: Function 'dsa_sign' argument 8 names different: declaration 'sig_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_dsa.c:174:25: style: Variable 'repl_buf' is assigned a value that is never used. [unreadVariable]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_dsa.c:175:25: style: Unused variable: flag [unusedVariable]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_md2.c:394:32: style: Function 'ckm_md2_update' argument 3 names different: declaration 'in_data' definition 'input'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1690:37: note: Function 'ckm_md2_update' argument 3 names different: declaration 'in_data' definition 'input'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_md2.c:394:32: note: Function 'ckm_md2_update' argument 3 names different: declaration 'in_data' definition 'input'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_md2.c:395:32: style: Function 'ckm_md2_update' argument 4 names different: declaration 'in_data_len' definition 'inputLen'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1690:56: note: Function 'ckm_md2_update' argument 4 names different: declaration 'in_data_len' definition 'inputLen'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_md2.c:395:32: note: Function 'ckm_md2_update' argument 4 names different: declaration 'in_data_len' definition 'inputLen'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_md5.c:624:55: style: Function 'ckm_md5_transform' argument 2 names different: declaration 'buf' definition 'long_buf'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1738:62: note: Function 'ckm_md5_transform' argument 2 names different: declaration 'buf' definition 'long_buf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_md5.c:624:55: note: Function 'ckm_md5_transform' argument 2 names different: declaration 'buf' definition 'long_buf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_md5.c:624:75: style: Function 'ckm_md5_transform' argument 3 names different: declaration 'in' definition 'long_in'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1738:77: note: Function 'ckm_md5_transform' argument 3 names different: declaration 'in' definition 'long_in'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_md5.c:624:75: note: Function 'ckm_md5_transform' argument 3 names different: declaration 'in' definition 'long_in'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rng.c:40:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rng.c:41:15: style: The scope of the variable 'totallen' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:633:37: style: Function 'rsa_pkcs_sign' argument 7 names different: declaration 'signature' definition 'out_data'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:671:48: note: Function 'rsa_pkcs_sign' argument 7 names different: declaration 'signature' definition 'out_data'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:633:37: note: Function 'rsa_pkcs_sign' argument 7 names different: declaration 'signature' definition 'out_data'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:634:37: style: Function 'rsa_pkcs_sign' argument 8 names different: declaration 'sig_len' definition 'out_data_len'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:672:48: note: Function 'rsa_pkcs_sign' argument 8 names different: declaration 'sig_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:634:37: note: Function 'rsa_pkcs_sign' argument 8 names different: declaration 'sig_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:771:48: style: Function 'rsa_pkcs_verify_recover' argument 8 names different: declaration 'out_len' definition 'out_data_len'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:689:56: note: Function 'rsa_pkcs_verify_recover' argument 8 names different: declaration 'out_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:771:48: note: Function 'rsa_pkcs_verify_recover' argument 8 names different: declaration 'out_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:991:37: style: Function 'rsa_x509_sign' argument 7 names different: declaration 'signature' definition 'out_data'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:721:48: note: Function 'rsa_x509_sign' argument 7 names different: declaration 'signature' definition 'out_data'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:991:37: note: Function 'rsa_x509_sign' argument 7 names different: declaration 'signature' definition 'out_data'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:992:37: style: Function 'rsa_x509_sign' argument 8 names different: declaration 'sig_len' definition 'out_data_len'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:722:48: note: Function 'rsa_x509_sign' argument 8 names different: declaration 'sig_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:992:37: note: Function 'rsa_x509_sign' argument 8 names different: declaration 'sig_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:1127:48: style: Function 'rsa_x509_verify_recover' argument 8 names different: declaration 'out_len' definition 'out_data_len'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:739:56: note: Function 'rsa_x509_verify_recover' argument 8 names different: declaration 'out_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:1127:48: note: Function 'rsa_x509_verify_recover' argument 8 names different: declaration 'out_len' definition 'out_data_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:2475:58: style: Function 'emsa_pss_encode' argument 5 names different: declaration 'emData' definition 'em'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:877:40: note: Function 'emsa_pss_encode' argument 5 names different: declaration 'emData' definition 'em'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:2475:58: note: Function 'emsa_pss_encode' argument 5 names different: declaration 'emData' definition 'em'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:2673:38: style: Function 'check_pss_params' argument 1 names different: declaration 'mechanism' definition 'mech'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:884:38: note: Function 'check_pss_params' argument 1 names different: declaration 'mechanism' definition 'mech'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:2673:38: note: Function 'check_pss_params' argument 1 names different: declaration 'mechanism' definition 'mech'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:2451:16: style: Array index 'ps_len' is used before limits check. [arrayIndexThenCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_rsa.c:2638:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_sha.c:232:0: error: #error "Endianess MUST be defined" [preprocessorErrorDirective]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:1554:4: style: Variable 'new_attrs' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:1539:0: note: Variable 'new_attrs' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:1554:4: note: Variable 'new_attrs' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:1745:4: style: Variable 'new_attrs' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:1728:0: note: Variable 'new_attrs' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:1745:4: note: Variable 'new_attrs' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:955:45: style: Function 'ssl3_master_key_derive' argument 5 names different: declaration 'attributes' definition 'pTemplate'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:630:51: note: Function 'ssl3_master_key_derive' argument 5 names different: declaration 'attributes' definition 'pTemplate'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:955:45: note: Function 'ssl3_master_key_derive' argument 5 names different: declaration 'attributes' definition 'pTemplate'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:956:45: style: Function 'ssl3_master_key_derive' argument 6 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:631:51: note: Function 'ssl3_master_key_derive' argument 6 names different: declaration 'count' definition 'ulCount'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:956:45: note: Function 'ssl3_master_key_derive' argument 6 names different: declaration 'count' definition 'ulCount'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:1210:46: style: Function 'ssl3_key_and_mac_derive' argument 5 names different: declaration 'attributes' definition 'pTemplate'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:638:52: note: Function 'ssl3_key_and_mac_derive' argument 5 names different: declaration 'attributes' definition 'pTemplate'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:1210:46: note: Function 'ssl3_key_and_mac_derive' argument 5 names different: declaration 'attributes' definition 'pTemplate'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:1211:46: style: Function 'ssl3_key_and_mac_derive' argument 6 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:639:52: note: Function 'ssl3_key_and_mac_derive' argument 6 names different: declaration 'count' definition 'ulCount'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/mech_ssl3.c:1211:46: note: Function 'ssl3_key_and_mac_derive' argument 6 names different: declaration 'count' definition 'ulCount'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/new_host.c:909:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/new_host.c:904:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/new_host.c:909:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:1157:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:262:43: style: Function 'object_mgr_add_to_map' argument 5 names different: declaration 'handle' definition 'map_handle'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2141:52: note: Function 'object_mgr_add_to_map' argument 5 names different: declaration 'handle' definition 'map_handle'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:262:43: note: Function 'object_mgr_add_to_map' argument 5 names different: declaration 'handle' definition 'map_handle'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:324:37: style: Function 'object_mgr_copy' argument 5 names different: declaration 'old_obj' definition 'old_handle'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2161:46: note: Function 'object_mgr_copy' argument 5 names different: declaration 'old_obj' definition 'old_handle'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:324:37: note: Function 'object_mgr_copy' argument 5 names different: declaration 'old_obj' definition 'old_handle'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:325:37: style: Function 'object_mgr_copy' argument 6 names different: declaration 'new_obj' definition 'new_handle'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2162:46: note: Function 'object_mgr_copy' argument 6 names different: declaration 'new_obj' definition 'new_handle'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:325:37: note: Function 'object_mgr_copy' argument 6 names different: declaration 'new_obj' definition 'new_handle'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:539:41: style: Function 'object_mgr_create_skel' argument 6 names different: declaration 'class' definition 'obj_type'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2174:49: note: Function 'object_mgr_create_skel' argument 6 names different: declaration 'class' definition 'obj_type'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:539:41: note: Function 'object_mgr_create_skel' argument 6 names different: declaration 'class' definition 'obj_type'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:540:41: style: Function 'object_mgr_create_skel' argument 7 names different: declaration 'subclass' definition 'sub_class'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2175:49: note: Function 'object_mgr_create_skel' argument 7 names different: declaration 'subclass' definition 'sub_class'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:540:41: note: Function 'object_mgr_create_skel' argument 7 names different: declaration 'subclass' definition 'sub_class'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:1038:24: style: Function 'object_mgr_find_in_map2' argument 2 names different: declaration 'ptr' definition 'obj'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2192:26: note: Function 'object_mgr_find_in_map2' argument 2 names different: declaration 'ptr' definition 'obj'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:1038:24: note: Function 'object_mgr_find_in_map2' argument 2 names different: declaration 'ptr' definition 'obj'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:1641:50: style: Function 'object_mgr_add_to_shm' argument 2 names different: declaration 'shm' definition 'global_shm'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2143:61: note: Function 'object_mgr_add_to_shm' argument 2 names different: declaration 'shm' definition 'global_shm'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:1641:50: note: Function 'object_mgr_add_to_shm' argument 2 names different: declaration 'shm' definition 'global_shm'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:1677:52: style: Function 'object_mgr_del_from_shm' argument 2 names different: declaration 'shm' definition 'global_shm'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2144:61: note: Function 'object_mgr_del_from_shm' argument 2 names different: declaration 'shm' definition 'global_shm'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:1677:52: note: Function 'object_mgr_del_from_shm' argument 2 names different: declaration 'shm' definition 'global_shm'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:1829:49: style: Function 'object_mgr_search_shm_for_obj' argument 1 names different: declaration 'list' definition 'obj_list'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2146:58: note: Function 'object_mgr_search_shm_for_obj' argument 1 names different: declaration 'list' definition 'obj_list'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/obj_mgr.c:1829:49: note: Function 'object_mgr_search_shm_for_obj' argument 1 names different: declaration 'list' definition 'obj_list'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/object.c:508:4: style: Variable 'obj_tmpl' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/object.c:500:0: note: Variable 'obj_tmpl' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/object.c:508:4: note: Variable 'obj_tmpl' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/object.c:498:46: style: Function 'object_get_attribute_values' argument 3 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2314:55: note: Function 'object_get_attribute_values' argument 3 names different: declaration 'count' definition 'ulCount'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/object.c:498:46: note: Function 'object_get_attribute_values' argument 3 names different: declaration 'count' definition 'ulCount'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/object.c:618:41: style: Function 'object_restore' argument 2 names different: declaration 'obj' definition 'new_obj'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2319:38: note: Function 'object_restore' argument 2 names different: declaration 'obj' definition 'new_obj'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/object.c:618:41: note: Function 'object_restore' argument 2 names different: declaration 'obj' definition 'new_obj'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/object.c:627:50: style: Function 'object_restore_withSize' argument 2 names different: declaration 'obj' definition 'new_obj'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2323:19: note: Function 'object_restore_withSize' argument 2 names different: declaration 'obj' definition 'new_obj'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/object.c:627:50: note: Function 'object_restore_withSize' argument 2 names different: declaration 'obj' definition 'new_obj'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/object.c:695:37: style: Function 'object_create_skel' argument 7 names different: declaration 'key' definition 'obj'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2296:46: note: Function 'object_create_skel' argument 7 names different: declaration 'key' definition 'obj'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/object.c:695:37: note: Function 'object_create_skel' argument 7 names different: declaration 'key' definition 'obj'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/sess_mgr.c:68:4: style: Variable 'new_session' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/sess_mgr.c:62:0: note: Variable 'new_session' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/sess_mgr.c:68:4: note: Variable 'new_session' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/shared_memory.c:334:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/shared_memory.c:94:33: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/sign_mgr.c:36:41: style: Function 'sign_mgr_init' argument 6 names different: declaration 'key_handle' definition 'key'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2028:48: note: Function 'sign_mgr_init' argument 6 names different: declaration 'key_handle' definition 'key'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/sign_mgr.c:36:41: note: Function 'sign_mgr_init' argument 6 names different: declaration 'key_handle' definition 'key'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/sign_mgr.c:929:44: style: Function 'sign_mgr_sign_final' argument 5 names different: declaration 'out_data' definition 'signature'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2054:54: note: Function 'sign_mgr_sign_final' argument 5 names different: declaration 'out_data' definition 'signature'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/sign_mgr.c:929:44: note: Function 'sign_mgr_sign_final' argument 5 names different: declaration 'out_data' definition 'signature'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/sign_mgr.c:930:44: style: Function 'sign_mgr_sign_final' argument 6 names different: declaration 'out_data_len' definition 'sig_len'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2055:54: note: Function 'sign_mgr_sign_final' argument 6 names different: declaration 'out_data_len' definition 'sig_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/sign_mgr.c:930:44: note: Function 'sign_mgr_sign_final' argument 6 names different: declaration 'out_data_len' definition 'sig_len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:523:3: style: Variable 'new_attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:518:0: note: Variable 'new_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:523:3: note: Variable 'new_attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:49:61: style: Function 'template_add_attributes' argument 2 names different: declaration 'attr' definition 'pTemplate'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2343:51: note: Function 'template_add_attributes' argument 2 names different: declaration 'attr' definition 'pTemplate'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:49:61: note: Function 'template_add_attributes' argument 2 names different: declaration 'attr' definition 'pTemplate'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:616:37: style: Function 'template_unflatten' argument 1 names different: declaration 'tmpl' definition 'new_tmpl'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2398:43: note: Function 'template_unflatten' argument 1 names different: declaration 'tmpl' definition 'new_tmpl'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:616:37: note: Function 'template_unflatten' argument 1 names different: declaration 'tmpl' definition 'new_tmpl'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:616:56: style: Function 'template_unflatten' argument 2 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2399:43: note: Function 'template_unflatten' argument 2 names different: declaration 'data' definition 'buf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:616:56: note: Function 'template_unflatten' argument 2 names different: declaration 'data' definition 'buf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:1082:63: style: Function 'template_update_attribute' argument 2 names different: declaration 'attr' definition 'new_attr'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2396:70: note: Function 'template_update_attribute' argument 2 names different: declaration 'attr' definition 'new_attr'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:1082:63: note: Function 'template_update_attribute' argument 2 names different: declaration 'attr' definition 'new_attr'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:674:23: portability: '(void*)a1_64' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/template.c:674:44: portability: '(void*)buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/trace.c:143:2: style: Variable 'opt' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/trace.c:133:0: note: Variable 'opt' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/trace.c:143:2: note: Variable 'opt' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/trace.c:211:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/trace.c:213:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/trace.c:215:8: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/trace.c:216:6: style: The scope of the variable 'buflen' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/trace.c:216:14: style: The scope of the variable 'len' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/trace.c:117:38: style: Function 'set_trace' argument 1 names different: declaration 't' definition 't_handle'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/trace.h:121:38: note: Function 'set_trace' argument 1 names different: declaration 't' definition 't_handle'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/trace.c:117:38: note: Function 'set_trace' argument 1 names different: declaration 't' definition 't_handle'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/utility.c:637:2: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/utility.c:635:0: note: Variable 'attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/utility.c:637:2: note: Variable 'attr' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/utility.c:158:31: style: Function 'dlist_next' argument 1 names different: declaration 'list' definition 'node'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1828:32: note: Function 'dlist_next' argument 1 names different: declaration 'list' definition 'node'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/utility.c:158:31: note: Function 'dlist_next' argument 1 names different: declaration 'list' definition 'node'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/utility.c:168:31: style: Function 'dlist_prev' argument 1 names different: declaration 'list' definition 'node'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:1829:32: note: Function 'dlist_prev' argument 1 names different: declaration 'list' definition 'node'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/utility.c:168:31: note: Function 'dlist_prev' argument 1 names different: declaration 'list' definition 'node'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/utility.c:633:54: style: Function 'build_attribute' argument 4 names different: declaration 'attr' definition 'attrib'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:561:45: note: Function 'build_attribute' argument 4 names different: declaration 'attr' definition 'attrib'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/utility.c:633:54: note: Function 'build_attribute' argument 4 names different: declaration 'attr' definition 'attrib'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/verify_mgr.c:37:40: style: Function 'verify_mgr_init' argument 6 names different: declaration 'key_handle' definition 'key'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/h_extern.h:2070:50: note: Function 'verify_mgr_init' argument 6 names different: declaration 'key_handle' definition 'key'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/common/verify_mgr.c:37:40: note: Function 'verify_mgr_init' argument 6 names different: declaration 'key_handle' definition 'key'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:346:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:344:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:346:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:397:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:396:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:397:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:401:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:397:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:401:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:843:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:835:0: note: Variable 'node' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:843:2: note: Variable 'node' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2219:2: performance: Buffer 'publblob' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2216:2: note: Buffer 'publblob' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2219:2: note: Buffer 'publblob' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2222:2: performance: Buffer 'privblob' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2217:2: note: Buffer 'privblob' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2222:2: note: Buffer 'privblob' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2865:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2862:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2865:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2886:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2883:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2886:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2934:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2931:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2934:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2955:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2952:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2955:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:3615:8: style: The scope of the variable 'token' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:1073:19: style: Checking if unsigned variable 'dll_m_init()' is less than zero. [unsignedLessThanZero]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2607:33: style: Function 'h_opaque_2_blob' argument 4 names different: declaration 'blob_len' definition 'blobsize'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:797:33: note: Function 'h_opaque_2_blob' argument 4 names different: declaration 'blob_len' definition 'blobsize'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2607:33: note: Function 'h_opaque_2_blob' argument 4 names different: declaration 'blob_len' definition 'blobsize'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:3403:28: style: Function 'ep11tok_get_mechanism_list' argument 2 names different: declaration 'mlist' definition 'pMechanismList'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:52:28: note: Function 'ep11tok_get_mechanism_list' argument 2 names different: declaration 'mlist' definition 'pMechanismList'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:3403:28: note: Function 'ep11tok_get_mechanism_list' argument 2 names different: declaration 'mlist' definition 'pMechanismList'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:3404:19: style: Function 'ep11tok_get_mechanism_list' argument 3 names different: declaration 'count' definition 'pulCount'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:53:19: note: Function 'ep11tok_get_mechanism_list' argument 3 names different: declaration 'count' definition 'pulCount'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:3404:19: note: Function 'ep11tok_get_mechanism_list' argument 3 names different: declaration 'count' definition 'pulCount'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:351:3: error: Memory leak: buf [memleak]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:362:3: error: Memory leak: buf [memleak]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2659:3: error: Memory leak: ep11_sign_state [memleak]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:2770:3: error: Memory leak: ep11_sign_state [memleak]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:3015:3: error: Memory leak: ep11_state [memleak]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/ep11_specific.c:3707:0: error: Resource leak: ap_fp [resourceLeak]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/new_host.c:848:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/new_host.c:843:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ep11_stdll/new_host.c:848:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:80:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:78:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:80:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:1335:4: style: Variable 'publKey' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:1327:0: note: Variable 'publKey' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:1335:4: note: Variable 'publKey' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2117:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2108:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2117:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2249:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2240:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2249:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2318:2: style: Variable 'aes_gcm_param' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2300:0: note: Variable 'aes_gcm_param' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2318:2: note: Variable 'aes_gcm_param' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2391:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2383:0: note: Variable 'context' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2391:2: note: Variable 'context' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2398:2: style: Variable 'aes_gcm_param' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2384:0: note: Variable 'aes_gcm_param' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2398:2: note: Variable 'aes_gcm_param' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2538:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2527:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:2538:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3138:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3136:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3138:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3183:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3181:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3183:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3280:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3275:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3280:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3399:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3393:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:3399:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/ica_s390_stdll/ica_specific.c:658:6: style: The scope of the variable 'fill' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:1017:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:1011:0: note: Variable 'msg' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:1017:2: note: Variable 'msg' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:728:17: style: Function 'icsf_create_token' argument 4 names different: declaration 'manufacturer_id' definition 'manufacturer'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.h:145:24: note: Function 'icsf_create_token' argument 4 names different: declaration 'manufacturer_id' definition 'manufacturer'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:728:17: note: Function 'icsf_create_token' argument 4 names different: declaration 'manufacturer_id' definition 'manufacturer'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:729:17: style: Function 'icsf_create_token' argument 6 names different: declaration 'serial_number' definition 'serial'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.h:146:24: note: Function 'icsf_create_token' argument 6 names different: declaration 'serial_number' definition 'serial'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:729:17: note: Function 'icsf_create_token' argument 6 names different: declaration 'serial_number' definition 'serial'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:1100:67: style: Function 'icsf_list_tokens' argument 3 names different: declaration 'first' definition 'previous'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.h:152:67: note: Function 'icsf_list_tokens' argument 3 names different: declaration 'first' definition 'previous'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:1100:67: note: Function 'icsf_list_tokens' argument 3 names different: declaration 'first' definition 'previous'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:1786:40: style: Function 'icsf_secret_key_encrypt' argument 2 names different: declaration 'reason' definition 'p_reason'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.h:207:40: note: Function 'icsf_secret_key_encrypt' argument 2 names different: declaration 'reason' definition 'p_reason'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:1786:40: note: Function 'icsf_secret_key_encrypt' argument 2 names different: declaration 'reason' definition 'p_reason'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:1929:40: style: Function 'icsf_secret_key_decrypt' argument 2 names different: declaration 'reason' definition 'p_reason'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.h:214:40: note: Function 'icsf_secret_key_decrypt' argument 2 names different: declaration 'reason' definition 'p_reason'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf.c:1929:40: note: Function 'icsf_secret_key_decrypt' argument 2 names different: declaration 'reason' definition 'p_reason'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3700:6: warning: Either the condition 'multi_part_ctx' is redundant or there is possible null pointer dereference: multi_part_ctx. [nullPointerRedundantCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3655:7: note: Assuming that condition 'multi_part_ctx' is not redundant
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3700:6: note: Null pointer dereference
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3708:4: warning: Either the condition 'multi_part_ctx' is redundant or there is possible null pointer dereference: multi_part_ctx. [nullPointerRedundantCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3655:7: note: Assuming that condition 'multi_part_ctx' is not redundant
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3708:4: note: Null pointer dereference
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3709:11: warning: Either the condition 'multi_part_ctx' is redundant or there is possible null pointer dereference: multi_part_ctx. [nullPointerRedundantCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3655:7: note: Assuming that condition 'multi_part_ctx' is not redundant
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3709:11: note: Null pointer dereference
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3830:5: warning: Either the condition 'multi_part_ctx' is redundant or there is possible null pointer dereference: multi_part_ctx. [nullPointerRedundantCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3818:7: note: Assuming that condition 'multi_part_ctx' is not redundant
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3830:5: note: Null pointer dereference
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3832:5: warning: Either the condition 'multi_part_ctx' is redundant or there is possible null pointer dereference: multi_part_ctx. [nullPointerRedundantCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3818:7: note: Assuming that condition 'multi_part_ctx' is not redundant
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3832:5: note: Null pointer dereference
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4249:6: warning: Either the condition 'multi_part_ctx' is redundant or there is possible null pointer dereference: multi_part_ctx. [nullPointerRedundantCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4205:7: note: Assuming that condition 'multi_part_ctx' is not redundant
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4249:6: note: Null pointer dereference
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4257:4: warning: Either the condition 'multi_part_ctx' is redundant or there is possible null pointer dereference: multi_part_ctx. [nullPointerRedundantCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4205:7: note: Assuming that condition 'multi_part_ctx' is not redundant
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4257:4: note: Null pointer dereference
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4258:11: warning: Either the condition 'multi_part_ctx' is redundant or there is possible null pointer dereference: multi_part_ctx. [nullPointerRedundantCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4205:7: note: Assuming that condition 'multi_part_ctx' is not redundant
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4258:11: note: Null pointer dereference
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4371:5: warning: Either the condition 'multi_part_ctx' is redundant or there is possible null pointer dereference: multi_part_ctx. [nullPointerRedundantCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4359:7: note: Assuming that condition 'multi_part_ctx' is not redundant
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4371:5: note: Null pointer dereference
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4373:5: warning: Either the condition 'multi_part_ctx' is redundant or there is possible null pointer dereference: multi_part_ctx. [nullPointerRedundantCheck]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4359:7: note: Assuming that condition 'multi_part_ctx' is not redundant
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:4373:5: note: Null pointer dereference
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:688:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:684:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:688:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:727:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:717:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:727:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:777:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:767:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:777:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:1398:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:1390:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:1398:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3107:5: style: Variable 'mapping' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3104:0: note: Variable 'mapping' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:3107:5: note: Variable 'mapping' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:721:7: style: The scope of the variable 'pk_dir_buf' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/icsf_specific.c:472:27: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/new_host.c:738:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/new_host.c:736:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/new_host.c:738:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:36:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:37:15: style: The scope of the variable 'totallen' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:82:22: style: Function 'encrypt_aes' argument 1 names different: declaration 'racfpwd' definition 'inbuf'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:31:28: note: Function 'encrypt_aes' argument 1 names different: declaration 'racfpwd' definition 'inbuf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:82:22: note: Function 'encrypt_aes' argument 1 names different: declaration 'racfpwd' definition 'inbuf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:82:33: style: Function 'encrypt_aes' argument 2 names different: declaration 'racflen' definition 'inbuflen'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:31:41: note: Function 'encrypt_aes' argument 2 names different: declaration 'racflen' definition 'inbuflen'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:82:33: note: Function 'encrypt_aes' argument 2 names different: declaration 'racflen' definition 'inbuflen'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:125:22: style: Function 'decrypt_aes' argument 1 names different: declaration 'edata' definition 'inbuf'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:34:28: note: Function 'decrypt_aes' argument 1 names different: declaration 'edata' definition 'inbuf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:125:22: note: Function 'decrypt_aes' argument 1 names different: declaration 'edata' definition 'inbuf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:125:33: style: Function 'decrypt_aes' argument 2 names different: declaration 'edatalen' definition 'inbuflen'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:34:39: note: Function 'decrypt_aes' argument 2 names different: declaration 'edatalen' definition 'inbuflen'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:125:33: note: Function 'decrypt_aes' argument 2 names different: declaration 'edatalen' definition 'inbuflen'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:126:26: style: Function 'decrypt_aes' argument 5 names different: declaration 'ddata' definition 'outbuf'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:35:40: note: Function 'decrypt_aes' argument 5 names different: declaration 'ddata' definition 'outbuf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:126:26: note: Function 'decrypt_aes' argument 5 names different: declaration 'ddata' definition 'outbuf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:126:39: style: Function 'decrypt_aes' argument 6 names different: declaration 'ddatalen' definition 'outbuflen'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:35:52: note: Function 'decrypt_aes' argument 6 names different: declaration 'ddatalen' definition 'outbuflen'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:126:39: note: Function 'decrypt_aes' argument 6 names different: declaration 'ddatalen' definition 'outbuflen'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:181:71: style: Function 'get_masterkey' argument 4 names different: declaration 'mk' definition 'masterkey'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:40:13: note: Function 'get_masterkey' argument 4 names different: declaration 'mk' definition 'masterkey'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:181:71: note: Function 'get_masterkey' argument 4 names different: declaration 'mk' definition 'masterkey'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:182:8: style: Function 'get_masterkey' argument 5 names different: declaration 'mklen' definition 'len'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:40:22: note: Function 'get_masterkey' argument 5 names different: declaration 'mklen' definition 'len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:182:8: note: Function 'get_masterkey' argument 5 names different: declaration 'mklen' definition 'len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:258:19: style: Function 'get_racf' argument 1 names different: declaration 'mk' definition 'masterkey'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:37:25: note: Function 'get_racf' argument 1 names different: declaration 'mk' definition 'masterkey'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:258:19: note: Function 'get_racf' argument 1 names different: declaration 'mk' definition 'masterkey'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:319:16: style: Function 'pbkdf' argument 1 names different: declaration 'passwd' definition 'password'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:42:22: note: Function 'pbkdf' argument 1 names different: declaration 'passwd' definition 'password'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:319:16: note: Function 'pbkdf' argument 1 names different: declaration 'passwd' definition 'password'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:319:35: style: Function 'pbkdf' argument 2 names different: declaration 'passwdlen' definition 'len'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:42:39: note: Function 'pbkdf' argument 2 names different: declaration 'passwdlen' definition 'len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:319:35: note: Function 'pbkdf' argument 2 names different: declaration 'passwdlen' definition 'len'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:416:22: style: Function 'secure_racf' argument 1 names different: declaration 'racfpwd' definition 'racf'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:45:28: note: Function 'secure_racf' argument 1 names different: declaration 'racfpwd' definition 'racf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:416:22: note: Function 'secure_racf' argument 1 names different: declaration 'racfpwd' definition 'racf'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:416:55: style: Function 'secure_racf' argument 3 names different: declaration 'mk' definition 'key'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:45:64: note: Function 'secure_racf' argument 3 names different: declaration 'mk' definition 'key'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:416:55: note: Function 'secure_racf' argument 3 names different: declaration 'mk' definition 'key'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:416:69: style: Function 'secure_racf' argument 4 names different: declaration 'mklen' definition 'keylen'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.h:46:13: note: Function 'secure_racf' argument 4 names different: declaration 'mklen' definition 'keylen'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/icsf_stdll/pbkdf.c:416:69: note: Function 'secure_racf' argument 4 names different: declaration 'mklen' definition 'keylen'.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:334:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:322:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:334:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:2578:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:2573:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:2578:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:129:15: style: The scope of the variable 'i' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:129:17: style: The scope of the variable 'j' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:236:15: style: The scope of the variable 'k' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:236:17: style: The scope of the variable 'j' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:467:14: style: The scope of the variable 'meth' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/soft_stdll/soft_specific.c:478:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_openssl.c:216:39: style: Checking if unsigned variable '*size_n=BN_bn2bin(rsa->n,n)' is less than zero. [unsignedLessThanZero]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_openssl.c:227:39: style: Checking if unsigned variable '*size_p=BN_bn2bin(rsa->p,p)' is less than zero. [unsignedLessThanZero]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_specific.c:2452:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_specific.c:2439:0: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_specific.c:2452:2: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_specific.c:3526:2: performance: Buffer 'lockfile' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_specific.c:3525:2: note: Buffer 'lockfile' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_specific.c:3526:2: note: Buffer 'lockfile' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_specific.c:2247:15: style: The scope of the variable 'i' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_specific.c:2247:17: style: The scope of the variable 'j' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_specific.c:2354:15: style: The scope of the variable 'k' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_specific.c:2354:18: style: The scope of the variable 'j' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_specific.c:380:21: style: Variable 'get_srk_pub_key' is assigned a value that is never used. [unreadVariable]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_util.c:316:4: warning: %hhx in format string (no. 1) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_util.c:226:2: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_util.c:222:0: note: Variable 'mode' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/lib/pkcs11/tpm_stdll/tpm_util.c:226:2: note: Variable 'mode' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:557:3: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:60:2: style: Variable 'md_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:56:0: note: Variable 'md_ctx' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:60:2: note: Variable 'md_ctx' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:134:2: style: Variable 'clear' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:125:0: note: Variable 'clear' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:134:2: note: Variable 'clear' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:175:2: style: Variable 'fp1' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:163:0: note: Variable 'fp1' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:175:2: note: Variable 'fp1' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:293:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:289:0: note: Variable 'fp' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:293:2: note: Variable 'fp' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:433:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:428:0: note: Variable 'fp' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:433:2: note: Variable 'fp' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1175:2: performance: Buffer 'fname' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1174:2: note: Buffer 'fname' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1175:2: note: Buffer 'fname' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1183:2: performance: Buffer 'fname' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1182:2: note: Buffer 'fname' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1183:2: note: Buffer 'fname' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1204:2: performance: Buffer 'fname' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1203:2: note: Buffer 'fname' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1204:2: note: Buffer 'fname' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1219:2: performance: Buffer 'fname' is being written before its old content has been used. [redundantCopy]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1218:2: note: Buffer 'fname' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcscca/pkcscca.c:1219:2: note: Buffer 'fname' is being written before its old content has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsconf/pkcsconf.c:626:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsep11_migrate/pkcsep11_migrate.c:114:3: portability: %lx in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsep11_migrate/pkcsep11_migrate.c:142:7: portability: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsep11_migrate/pkcsep11_migrate.c:142:7: portability: %lx in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsep11_migrate/pkcsep11_migrate.c:142:7: portability: %lx in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsep11_migrate/pkcsep11_migrate.c:487:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsep11_migrate/pkcsep11_migrate.c:484:3: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsep11_migrate/pkcsep11_migrate.c:487:3: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsep11_migrate/pkcsep11_migrate.c:488:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsep11_migrate/pkcsep11_migrate.c:487:3: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsep11_migrate/pkcsep11_migrate.c:488:3: note: Variable 'rc' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsicsf/pkcsicsf.c:387:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsicsf/pkcsicsf.c:260:2: style: Variable 'start_slot' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsicsf/pkcsicsf.c:255:0: note: Variable 'start_slot' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsicsf/pkcsicsf.c:260:2: note: Variable 'start_slot' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsicsf/pkcsicsf.c:257:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsicsf/pkcsicsf.c:326:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsicsf/pkcsicsf.c:362:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/garbage_linux.c:66:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/garbage_linux.c:105:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/garbage_linux.c:461:26: style: The scope of the variable 'Err' can be reduced. [variableScope]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/pkcsslotd_util.c:24:8: style: Unused variable: package_version_tmp [unusedVariable]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/pkcsslotd_util.c:25:8: style: Unused variable: tok_str [unusedVariable]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/pkcsslotd_util.c:26:10: style: Unused variable: lib_major [unusedVariable]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/pkcsslotd_util.c:27:10: style: Unused variable: lib_minor [unusedVariable]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/slotmgr.c:76:2: style: Variable 'md_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/slotmgr.c:72:0: note: Variable 'md_ctx' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/slotmgr.c:76:2: note: Variable 'md_ctx' is reassigned a value before the old one has been used.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/socket_server.c:85:40: style: Function 'InitSocketData' argument 1 names different: declaration 'sp' definition 'socketData'. [funcArgNamesDifferent]
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/pkcsslotd.h:96:39: note: Function 'InitSocketData' argument 1 names different: declaration 'sp' definition 'socketData'.
opencryptoki-3.8.1+dfsg/usr/sbin/pkcsslotd/socket_server.c:85:40: note: Function 'InitSocketData' argument 1 names different: declaration 'sp' definition 'socketData'.
[12:43]

ftp://ftp.se.debian.org/debian/pool/main/o/opencsg/opencsg_1.4.2.orig.tar.gz
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:902:9: style: Condition '!_ReleaseBoundBuffers()' is always false [knownConditionTrueFalse]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1118:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1161:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1184:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1216:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1887:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:722:32: style: Function 'Resize' argument 1 names different: declaration 'width' definition 'iWidth'. [funcArgNamesDifferent]
opencsg-1.4.2/RenderTexture/RenderTexture.h:158:21: note: Function 'Resize' argument 1 names different: declaration 'width' definition 'iWidth'.
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:722:32: note: Function 'Resize' argument 1 names different: declaration 'width' definition 'iWidth'.
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:722:44: style: Function 'Resize' argument 2 names different: declaration 'height' definition 'iHeight'. [funcArgNamesDifferent]
opencsg-1.4.2/RenderTexture/RenderTexture.h:158:32: note: Function 'Resize' argument 2 names different: declaration 'height' definition 'iHeight'.
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:722:44: note: Function 'Resize' argument 2 names different: declaration 'height' definition 'iHeight'.
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1056:51: style: Function '_ParseModeString' argument 2 names different: declaration 'pixelFormatAttribs' definition 'pfAttribs'. [funcArgNamesDifferent]
opencsg-1.4.2/RenderTexture/RenderTexture.h:251:45: note: Function '_ParseModeString' argument 2 names different: declaration 'pixelFormatAttribs' definition 'pfAttribs'.
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1056:51: note: Function '_ParseModeString' argument 2 names different: declaration 'pixelFormatAttribs' definition 'pfAttribs'.
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1057:51: style: Function '_ParseModeString' argument 3 names different: declaration 'pbufferAttribs' definition 'pbAttribs'. [funcArgNamesDifferent]
opencsg-1.4.2/RenderTexture/RenderTexture.h:252:45: note: Function '_ParseModeString' argument 3 names different: declaration 'pbufferAttribs' definition 'pbAttribs'.
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1057:51: note: Function '_ParseModeString' argument 3 names different: declaration 'pbufferAttribs' definition 'pbAttribs'.
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1687:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencsg-1.4.2/RenderTexture/RenderTexture.h:254:22: performance: Technically the member function 'RenderTexture::_ParseBitVector' can be static. [functionStatic]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1667:28: note: Technically the member function 'RenderTexture::_ParseBitVector' can be static.
opencsg-1.4.2/RenderTexture/RenderTexture.h:254:22: note: Technically the member function 'RenderTexture::_ParseBitVector' can be static.
opencsg-1.4.2/RenderTexture/RenderTexture.h:258:10: style: Technically the member function 'RenderTexture::_VerifyExtensions' can be const. [functionConst]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1703:21: note: Technically the member function 'RenderTexture::_VerifyExtensions' can be const.
opencsg-1.4.2/RenderTexture/RenderTexture.h:258:10: note: Technically the member function 'RenderTexture::_VerifyExtensions' can be const.
opencsg-1.4.2/RenderTexture/RenderTexture.h:262:10: performance: Technically the member function 'RenderTexture::_ReleaseBoundBuffers' can be static. [functionStatic]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:2019:21: note: Technically the member function 'RenderTexture::_ReleaseBoundBuffers' can be static.
opencsg-1.4.2/RenderTexture/RenderTexture.h:262:10: note: Technically the member function 'RenderTexture::_ReleaseBoundBuffers' can be static.
opencsg-1.4.2/RenderTexture/RenderTexture.h:264:10: performance: Technically the member function 'RenderTexture::_BindDepthBuffer' can be static. [functionStatic]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:999:21: note: Technically the member function 'RenderTexture::_BindDepthBuffer' can be static.
opencsg-1.4.2/RenderTexture/RenderTexture.h:264:10: note: Technically the member function 'RenderTexture::_BindDepthBuffer' can be static.
opencsg-1.4.2/RenderTexture/RenderTexture.h:145:5: style: Class 'RenderTexture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1302:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
opencsg-1.4.2/RenderTexture/RenderTexture.cpp:1327:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
opencsg-1.4.2/RenderTexture/TestRenderTexture.cpp:61:20: style: The scope of the variable 'errStr' can be reduced. [variableScope]
opencsg-1.4.2/example/displaylistPrimitive.cpp:31:61: style: Function 'DisplayListPrimitive' argument 1 names different: declaration 'displayListId_' definition 'i'. [funcArgNamesDifferent]
opencsg-1.4.2/example/displaylistPrimitive.h:39:43: note: Function 'DisplayListPrimitive' argument 1 names different: declaration 'displayListId_' definition 'i'.
opencsg-1.4.2/example/displaylistPrimitive.cpp:31:61: note: Function 'DisplayListPrimitive' argument 1 names different: declaration 'displayListId_' definition 'i'.
opencsg-1.4.2/example/displaylistPrimitive.cpp:31:90: style: Function 'DisplayListPrimitive' argument 3 names different: declaration 'convexity' definition 'c'. [funcArgNamesDifferent]
opencsg-1.4.2/example/displaylistPrimitive.h:39:83: note: Function 'DisplayListPrimitive' argument 3 names different: declaration 'convexity' definition 'c'.
opencsg-1.4.2/example/displaylistPrimitive.cpp:31:90: note: Function 'DisplayListPrimitive' argument 3 names different: declaration 'convexity' definition 'c'.
opencsg-1.4.2/example/main.cpp:346:5: style: Variable 'last' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencsg-1.4.2/example/main.cpp:344:16: note: Variable 'last' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencsg-1.4.2/example/main.cpp:346:5: note: Variable 'last' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencsg-1.4.2/example/main.cpp:343:16: style: The scope of the variable 'ancient' can be reduced. [variableScope]
opencsg-1.4.2/glew/auto/src/glew_init_egl.c:15:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
opencsg-1.4.2/glew/auto/src/glew_init_gl.c:77:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
opencsg-1.4.2/glew/auto/src/glew_init_glx.c:16:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
opencsg-1.4.2/glew/auto/src/glew_init_wgl.c:24:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
opencsg-1.4.2/glew/auto/src/glew_str_egl.c:7:0: error: #elif without #if [preprocessorErrorDirective]
opencsg-1.4.2/glew/auto/src/glew_str_glx.c:7:0: error: #elif without #if [preprocessorErrorDirective]
opencsg-1.4.2/glew/auto/src/glew_str_head.c:9:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
opencsg-1.4.2/glew/auto/src/glew_str_tail.c:7:0: error: #endif without #if [preprocessorErrorDirective]
opencsg-1.4.2/glew/auto/src/glew_str_wgl.c:1:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
opencsg-1.4.2/glew/auto/src/glewinfo_egl.c:3:0: error: #elif without #if [preprocessorErrorDirective]
opencsg-1.4.2/glew/auto/src/glewinfo_gl.c:4:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
opencsg-1.4.2/glew/auto/src/glewinfo_glx.c:3:0: error: #elif without #if [preprocessorErrorDirective]
opencsg-1.4.2/glew/auto/src/glewinfo_tail.c:3:0: error: #endif without #if [preprocessorErrorDirective]
opencsg-1.4.2/glew/auto/src/glewinfo_wgl.c:1:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
opencsg-1.4.2/glew/src/glewinfo.c:13810:7: style: The scope of the variable 'attrib' can be reduced. [variableScope]
opencsg-1.4.2/glew/src/visualinfo.c:1287:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
opencsg-1.4.2/glew/src/visualinfo.c:1291:5: note: Found duplicate branches for 'if' and 'else'.
opencsg-1.4.2/glew/src/visualinfo.c:1287:10: note: Found duplicate branches for 'if' and 'else'.
opencsg-1.4.2/glew/src/visualinfo.c:653:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
opencsg-1.4.2/glew/src/visualinfo.c:653:19: style: The scope of the variable 'i' can be reduced. [variableScope]
opencsg-1.4.2/src/batch.h:43:9: style: Class 'Batcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencsg-1.4.2/src/channelManager.cpp:223:35: style: Variable 'resizeOffscreenBufferLimit' is assigned a value that is never used. [unreadVariable]
opencsg-1.4.2/src/channelManager.h:77:14: style: Technically the member function 'OpenCSG::ChannelManager::renderToChannel' can be const. [functionConst]
opencsg-1.4.2/src/channelManager.cpp:365:26: note: Technically the member function 'OpenCSG::ChannelManager::renderToChannel' can be const.
opencsg-1.4.2/src/channelManager.h:77:14: note: Technically the member function 'OpenCSG::ChannelManager::renderToChannel' can be const.
opencsg-1.4.2/src/channelManager.h:81:14: style: Technically the member function 'OpenCSG::ChannelManager::setupProjectiveTexture' can be const. [functionConst]
opencsg-1.4.2/src/channelManager.cpp:395:26: note: Technically the member function 'OpenCSG::ChannelManager::setupProjectiveTexture' can be const.
opencsg-1.4.2/src/channelManager.h:81:14: note: Technically the member function 'OpenCSG::ChannelManager::setupProjectiveTexture' can be const.
opencsg-1.4.2/src/channelManager.h:83:14: style: Technically the member function 'OpenCSG::ChannelManager::resetProjectiveTexture' can be const. [functionConst]
opencsg-1.4.2/src/channelManager.cpp:465:26: note: Technically the member function 'OpenCSG::ChannelManager::resetProjectiveTexture' can be const.
opencsg-1.4.2/src/channelManager.h:83:14: note: Technically the member function 'OpenCSG::ChannelManager::resetProjectiveTexture' can be const.
opencsg-1.4.2/src/frameBufferObject.h:43:26: style: The function 'ReadCurrent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:44:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:43:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:48:26: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:49:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:48:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:51:26: style: The function 'IsInitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:54:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:51:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:54:26: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:57:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:54:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:56:26: style: The function 'Resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:60:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:56:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:59:26: style: The function 'BeginCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:63:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:59:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:61:26: style: The function 'EndCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:65:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:61:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:64:26: style: The function 'Bind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:68:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:64:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:67:26: style: The function 'EnableTextureTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:71:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:67:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:69:26: style: The function 'DisableTextureTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:73:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:69:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:72:34: style: The function 'GetTextureTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:76:34: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:72:34: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:74:25: style: The function 'GetWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:78:25: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:74:25: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:76:25: style: The function 'GetHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:80:25: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:76:25: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:79:26: style: The function 'haveSeparateContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:84:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObject.h:79:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:43:26: style: The function 'ReadCurrent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:44:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:43:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:48:26: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:49:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:48:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:51:26: style: The function 'IsInitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:54:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:51:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:54:26: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:57:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:54:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:56:26: style: The function 'Resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:60:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:56:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:59:26: style: The function 'BeginCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:63:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:59:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:61:26: style: The function 'EndCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:65:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:61:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:64:26: style: The function 'Bind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:68:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:64:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:67:26: style: The function 'EnableTextureTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:71:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:67:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:69:26: style: The function 'DisableTextureTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:73:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:69:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:72:34: style: The function 'GetTextureTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:76:34: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:72:34: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:74:25: style: The function 'GetWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:78:25: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:74:25: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:76:25: style: The function 'GetHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:80:25: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:76:25: note: Function in derived class
opencsg-1.4.2/src/frameBufferObjectExt.h:79:26: style: The function 'haveSeparateContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:84:26: note: Virtual function in base class
opencsg-1.4.2/src/frameBufferObjectExt.h:79:26: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:46:26: style: The function 'ReadCurrent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:44:26: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:46:26: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:51:26: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:49:26: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:51:26: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:54:26: style: The function 'IsInitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:54:26: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:54:26: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:57:26: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:57:26: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:57:26: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:59:26: style: The function 'Resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:60:26: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:59:26: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:62:26: style: The function 'BeginCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:63:26: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:62:26: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:64:26: style: The function 'EndCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:65:26: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:64:26: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:67:26: style: The function 'Bind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:68:26: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:67:26: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:70:26: style: The function 'EnableTextureTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:71:26: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:70:26: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:72:26: style: The function 'DisableTextureTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:73:26: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:72:26: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:75:34: style: The function 'GetTextureTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:76:34: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:75:34: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:77:25: style: The function 'GetWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:78:25: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:77:25: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:79:25: style: The function 'GetHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:80:25: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:79:25: note: Function in derived class
opencsg-1.4.2/src/pBufferTexture.h:84:26: style: The function 'haveSeparateContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/offscreenBuffer.h:84:26: note: Virtual function in base class
opencsg-1.4.2/src/pBufferTexture.h:84:26: note: Function in derived class
opencsg-1.4.2/src/frameBufferObject.h:54:26: warning: Virtual function 'Reset' is called from destructor '~FrameBufferObject()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
opencsg-1.4.2/src/frameBufferObject.cpp:43:13: note: Calling Reset
opencsg-1.4.2/src/frameBufferObject.h:54:26: note: Reset is a virtual method
opencsg-1.4.2/src/frameBufferObjectExt.h:54:26: warning: Virtual function 'Reset' is called from destructor '~FrameBufferObjectExt()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
opencsg-1.4.2/src/frameBufferObjectExt.cpp:43:13: note: Calling Reset
opencsg-1.4.2/src/frameBufferObjectExt.h:54:26: note: Reset is a virtual method
opencsg-1.4.2/src/occlusionQuery.cpp:37:26: style: The function 'beginQuery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/occlusionQuery.h:40:26: note: Virtual function in base class
opencsg-1.4.2/src/occlusionQuery.cpp:37:26: note: Function in derived class
opencsg-1.4.2/src/occlusionQuery.cpp:38:26: style: The function 'endQuery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/occlusionQuery.h:42:26: note: Virtual function in base class
opencsg-1.4.2/src/occlusionQuery.cpp:38:26: note: Function in derived class
opencsg-1.4.2/src/occlusionQuery.cpp:39:34: style: The function 'getQueryResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/occlusionQuery.h:48:34: note: Virtual function in base class
opencsg-1.4.2/src/occlusionQuery.cpp:39:34: note: Function in derived class
opencsg-1.4.2/src/occlusionQuery.cpp:76:26: style: The function 'beginQuery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/occlusionQuery.h:40:26: note: Virtual function in base class
opencsg-1.4.2/src/occlusionQuery.cpp:76:26: note: Function in derived class
opencsg-1.4.2/src/occlusionQuery.cpp:77:26: style: The function 'endQuery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/occlusionQuery.h:42:26: note: Virtual function in base class
opencsg-1.4.2/src/occlusionQuery.cpp:77:26: note: Function in derived class
opencsg-1.4.2/src/occlusionQuery.cpp:78:34: style: The function 'getQueryResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/occlusionQuery.h:48:34: note: Virtual function in base class
opencsg-1.4.2/src/occlusionQuery.cpp:78:34: note: Function in derived class
opencsg-1.4.2/src/primitiveHelper.cpp:65:66: style: Function 'getConvexity' argument 1 names different: declaration 'primitives' definition 'batch'. [funcArgNamesDifferent]
opencsg-1.4.2/src/primitiveHelper.h:47:66: note: Function 'getConvexity' argument 1 names different: declaration 'primitives' definition 'batch'.
opencsg-1.4.2/src/primitiveHelper.cpp:65:66: note: Function 'getConvexity' argument 1 names different: declaration 'primitives' definition 'batch'.
opencsg-1.4.2/src/stencilManager.h:43:13: style: Class 'StencilManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencsg-1.4.2/src/scissorMemo.h:50:14: performance: Technically the member function 'OpenCSG::ScissorMemo::disableScissor' can be static. [functionStatic]
opencsg-1.4.2/src/scissorMemo.cpp:63:23: note: Technically the member function 'OpenCSG::ScissorMemo::disableScissor' can be static.
opencsg-1.4.2/src/scissorMemo.h:50:14: note: Technically the member function 'OpenCSG::ScissorMemo::disableScissor' can be static.
opencsg-1.4.2/src/stencilManager.cpp:77:13: style: Class 'StencilManagerGL10' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencsg-1.4.2/src/stencilManager.cpp:84:26: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/stencilManager.h:56:26: note: Virtual function in base class
opencsg-1.4.2/src/stencilManager.cpp:84:26: note: Function in derived class
opencsg-1.4.2/src/stencilManager.cpp:85:26: style: The function 'restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencsg-1.4.2/src/stencilManager.h:58:26: note: Virtual function in base class
opencsg-1.4.2/src/stencilManager.cpp:85:26: note: Function in derived class
[12:43]

ftp://ftp.se.debian.org/debian/pool/main/o/opencsv/opencsv_2.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openct/openct_0.6.20.orig.tar.gz
openct-0.6.20/src/ct/client.c:68:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openct-0.6.20/src/ct/client.c:66:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openct-0.6.20/src/ct/error.c:158:9: warning: Possible null pointer dereference: errors [nullPointer]
openct-0.6.20/src/ct/error.c:133:24: note: Assignment 'errors=NULL', assigned value is 0
openct-0.6.20/src/ct/error.c:158:9: note: Null pointer dereference
openct-0.6.20/src/ct/error.c:49:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openct-0.6.20/src/ct/socket.c:417:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openct-0.6.20/src/ct/socket.c:572:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openct-0.6.20/src/ct/socket.c:688:28: style: The scope of the variable 'n' can be reduced. [variableScope]
openct-0.6.20/src/ct/status.c:140:15: style: The scope of the variable 'n' can be reduced. [variableScope]
openct-0.6.20/src/ct/tlv.c:26:22: style: The scope of the variable 'len' can be reduced. [variableScope]
openct-0.6.20/src/ct/tlv.c:27:20: style: The scope of the variable 'tag' can be reduced. [variableScope]
openct-0.6.20/src/ctapi/ctapi.c:545:29: style: Function 'CT_init' argument 1 names different: declaration 'Ctn' definition 'ctn'. [funcArgNamesDifferent]
openct-0.6.20/src/ctapi/ctapi.h:16:30: note: Function 'CT_init' argument 1 names different: declaration 'Ctn' definition 'ctn'.
openct-0.6.20/src/ctapi/ctapi.c:545:29: note: Function 'CT_init' argument 1 names different: declaration 'Ctn' definition 'ctn'.
openct-0.6.20/src/ctapi/ctapi.c:598:30: style: Function 'CT_close' argument 1 names different: declaration 'Ctn' definition 'ctn'. [funcArgNamesDifferent]
openct-0.6.20/src/ctapi/ctapi.h:20:31: note: Function 'CT_close' argument 1 names different: declaration 'Ctn' definition 'ctn'.
openct-0.6.20/src/ctapi/ctapi.c:598:30: note: Function 'CT_close' argument 1 names different: declaration 'Ctn' definition 'ctn'.
openct-0.6.20/src/ifd/atr.c:13:21: style: The scope of the variable 'k' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ctbcs.c:94:22: style: Function 'ctbcs_build_perform_verify_apdu' argument 3 names different: declaration 'slot' definition 'p1'. [funcArgNamesDifferent]
openct-0.6.20/src/ifd/ctbcs.h:14:22: note: Function 'ctbcs_build_perform_verify_apdu' argument 3 names different: declaration 'slot' definition 'p1'.
openct-0.6.20/src/ifd/ctbcs.c:94:22: note: Function 'ctbcs_build_perform_verify_apdu' argument 3 names different: declaration 'slot' definition 'p1'.
openct-0.6.20/src/ifd/ctbcs.c:106:21: style: Function 'ctbcs_build_modify_verify_apdu' argument 3 names different: declaration 'dest' definition 'p1'. [funcArgNamesDifferent]
openct-0.6.20/src/ifd/ctbcs.h:20:21: note: Function 'ctbcs_build_modify_verify_apdu' argument 3 names different: declaration 'dest' definition 'p1'.
openct-0.6.20/src/ifd/ctbcs.c:106:21: note: Function 'ctbcs_build_modify_verify_apdu' argument 3 names different: declaration 'dest' definition 'p1'.
openct-0.6.20/src/ifd/ifd-acr30u.c:252:9: warning: Possible null pointer dereference: rbuf [nullPointer]
openct-0.6.20/src/ifd/ifd-acr30u.c:429:50: note: Calling function 'acr_transmit', 4th argument 'rbuf' value is 0
openct-0.6.20/src/ifd/ifd-acr30u.c:252:9: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-acr30u.c:166:16: style: The scope of the variable 'c' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-cardman.c:334:68: style: Function 'cm_set_card_parameters' argument 2 names different: declaration 'baudRate' definition 'baudrate'. [funcArgNamesDifferent]
openct-0.6.20/src/ifd/ifd-cardman.c:24:64: note: Function 'cm_set_card_parameters' argument 2 names different: declaration 'baudRate' definition 'baudrate'.
openct-0.6.20/src/ifd/ifd-cardman.c:334:68: note: Function 'cm_set_card_parameters' argument 2 names different: declaration 'baudRate' definition 'baudrate'.
openct-0.6.20/src/ifd/ifd-ccid.c:461:2: style: Variable 'ctlptr' is reassigned a value before the old one has been used. [redundantAssignment]
openct-0.6.20/src/ifd/ifd-ccid.c:459:0: note: Variable 'ctlptr' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/ifd-ccid.c:461:2: note: Variable 'ctlptr' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/ifd-ccid.c:602:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-ccid.c:999:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-cyberjack.c:203:13: warning: Either the condition 'send_len>sizeof(send_buffer)-3' is redundant or the array 'send_buffer[64]' is accessed at index 64, which is out of bounds. [arrayIndexOutOfBoundsCond]
openct-0.6.20/src/ifd/ifd-cyberjack.c:195:15: note: Assuming that condition 'send_len>sizeof(send_buffer)-3' is not redundant
openct-0.6.20/src/ifd/ifd-cyberjack.c:198:2: note: send_len is incremented', new value is 62
openct-0.6.20/src/ifd/ifd-cyberjack.c:203:13: note: Array index out of bounds
openct-0.6.20/src/ifd/ifd-cyberjack.c:117:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-cyberjack.c:679:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-cyberjack.c:160:4: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openct-0.6.20/src/ifd/ifd-cyberjack.c:203:13: warning: Either the condition 'send_len>61' is redundant or the array 'send_buffer[64]' is accessed at index 64, which is out of bounds. [arrayIndexOutOfBoundsCond]
openct-0.6.20/src/ifd/ifd-cyberjack.c:195:15: note: Assuming that condition 'send_len>61' is not redundant
openct-0.6.20/src/ifd/ifd-cyberjack.c:198:2: note: send_len is incremented', new value is 62
openct-0.6.20/src/ifd/ifd-cyberjack.c:203:13: note: Array index out of bounds
openct-0.6.20/src/ifd/ifd-egate.c:166:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-egate.c:198:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-epass3k.c:180:39: portability: Undefined behaviour, pointer arithmetic 'pepass3k_receive->Value+2' is out of bounds. [pointerOutOfBounds]
openct-0.6.20/src/ifd/ifd-epass3k.c:213:9: warning: Either the condition 'NULL!=pepass3k_send' is redundant or there is possible null pointer dereference: pepass3k_send. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:226:11: note: Assuming that condition 'NULL!=pepass3k_send' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:213:9: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:214:2: warning: Either the condition 'NULL!=pepass3k_send' is redundant or there is possible null pointer dereference: pepass3k_send. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:226:11: note: Assuming that condition 'NULL!=pepass3k_send' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:214:2: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:215:2: warning: Either the condition 'NULL!=pepass3k_send' is redundant or there is possible null pointer dereference: pepass3k_send. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:226:11: note: Assuming that condition 'NULL!=pepass3k_send' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:215:2: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:216:2: warning: Either the condition 'NULL!=pepass3k_send' is redundant or there is possible null pointer dereference: pepass3k_send. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:226:11: note: Assuming that condition 'NULL!=pepass3k_send' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:216:2: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:217:2: warning: Either the condition 'NULL!=pepass3k_send' is redundant or there is possible null pointer dereference: pepass3k_send. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:226:11: note: Assuming that condition 'NULL!=pepass3k_send' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:217:2: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:218:2: warning: Either the condition 'NULL!=pepass3k_send' is redundant or there is possible null pointer dereference: pepass3k_send. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:226:11: note: Assuming that condition 'NULL!=pepass3k_send' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:218:2: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:219:2: warning: Either the condition 'NULL!=pepass3k_send' is redundant or there is possible null pointer dereference: pepass3k_send. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:226:11: note: Assuming that condition 'NULL!=pepass3k_send' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:219:2: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:220:9: warning: Either the condition 'NULL!=pepass3k_send' is redundant or there is possible null pointer dereference: pepass3k_send. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:226:11: note: Assuming that condition 'NULL!=pepass3k_send' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:220:9: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:246:9: warning: Either the condition 'NULL==pepass3k_receive' is redundant or there is possible null pointer dereference: pepass3k_receive. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:247:11: note: Assuming that condition 'NULL==pepass3k_receive' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:246:9: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:250:9: warning: Either the condition 'if(pepass3k_receive)' is redundant or there is possible null pointer dereference: pepass3k_receive. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:260:6: note: Assuming that condition 'if(pepass3k_receive)' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:250:9: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:251:2: warning: Either the condition 'if(pepass3k_receive)' is redundant or there is possible null pointer dereference: pepass3k_receive. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:260:6: note: Assuming that condition 'if(pepass3k_receive)' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:251:2: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:252:2: warning: Either the condition 'if(pepass3k_receive)' is redundant or there is possible null pointer dereference: pepass3k_receive. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:260:6: note: Assuming that condition 'if(pepass3k_receive)' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:252:2: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:253:2: warning: Either the condition 'if(pepass3k_receive)' is redundant or there is possible null pointer dereference: pepass3k_receive. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:260:6: note: Assuming that condition 'if(pepass3k_receive)' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:253:2: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:254:2: warning: Either the condition 'if(pepass3k_receive)' is redundant or there is possible null pointer dereference: pepass3k_receive. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:260:6: note: Assuming that condition 'if(pepass3k_receive)' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:254:2: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:272:8: warning: Either the condition 'if(pepass3k_receive)' is redundant or there is possible null pointer dereference: pepass3k_receive. [nullPointerRedundantCheck]
openct-0.6.20/src/ifd/ifd-epass3k.c:273:5: note: Assuming that condition 'if(pepass3k_receive)' is not redundant
openct-0.6.20/src/ifd/ifd-epass3k.c:272:8: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-epass3k.c:128:2: style: Variable 'pepass3k_send' is reassigned a value before the old one has been used. [redundantAssignment]
openct-0.6.20/src/ifd/ifd-epass3k.c:124:0: note: Variable 'pepass3k_send' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/ifd-epass3k.c:128:2: note: Variable 'pepass3k_send' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/ifd-epass3k.c:129:2: style: Variable 'pepass3k_receive' is reassigned a value before the old one has been used. [redundantAssignment]
openct-0.6.20/src/ifd/ifd-epass3k.c:125:0: note: Variable 'pepass3k_receive' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/ifd-epass3k.c:129:2: note: Variable 'pepass3k_receive' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/ifd-epass3k.c:208:2: style: Variable 'pepass3k_send' is reassigned a value before the old one has been used. [redundantAssignment]
openct-0.6.20/src/ifd/ifd-epass3k.c:207:0: note: Variable 'pepass3k_send' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/ifd-epass3k.c:208:2: note: Variable 'pepass3k_send' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/ifd-epass3k.c:244:2: style: Variable 'pepass3k_receive' is reassigned a value before the old one has been used. [redundantAssignment]
openct-0.6.20/src/ifd/ifd-epass3k.c:243:0: note: Variable 'pepass3k_receive' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/ifd-epass3k.c:244:2: note: Variable 'pepass3k_receive' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/ifd-epass3k.c:226:2: warning: Suspicious use of ; at the end of 'if' statement. [suspiciousSemicolon]
openct-0.6.20/src/ifd/ifd-epass3k.c:103:18: style: Unused variable: protocol [unusedVariable]
openct-0.6.20/src/ifd/ifd-epass3k.c:133:3: error: Memory leak: pepass3k_send [memleak]
openct-0.6.20/src/ifd/ifd-epass3k.c:133:3: error: Memory leak: pepass3k_receive [memleak]
openct-0.6.20/src/ifd/ifd-gempc.c:596:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-ikey2k.c:147:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-ikey3k.c:124:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-kaan.c:142:16: style: The scope of the variable 'w' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-kaan.c:214:16: style: The scope of the variable 'cmd2' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-kaan.c:314:10: style: The scope of the variable 'n' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-kaan.c:624:17: style: The scope of the variable 'cmd' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-kaan.c:719:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-kaan.c:738:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-kaan.c:932:9: style: The scope of the variable 'count' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-kaan.c:933:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-kaan.c:1057:20: style: Function 'kaan_get_tlv' argument 4 names different: declaration 'ptr' definition 'res'. [funcArgNamesDifferent]
openct-0.6.20/src/ifd/ifd-kaan.c:47:39: note: Function 'kaan_get_tlv' argument 4 names different: declaration 'ptr' definition 'res'.
openct-0.6.20/src/ifd/ifd-kaan.c:1057:20: note: Function 'kaan_get_tlv' argument 4 names different: declaration 'ptr' definition 'res'.
openct-0.6.20/src/ifd/ifd-pertosmart1030.c:1075:16: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-pertosmart1030.c:84:15: style: struct member 'ps_baud_rate::bps' is never used. [unusedStructMember]
openct-0.6.20/src/ifd/ifd-pertosmart1030.c:85:16: style: struct member 'ps_baud_rate::code' is never used. [unusedStructMember]
openct-0.6.20/src/ifd/ifd-pertosmart1038.c:688:9: style: Same expression on both sides of '==' because the value of 'rc' and 'IFD_SUCCESS' are the same. [duplicateExpression]
openct-0.6.20/src/ifd/ifd-pertosmart1038.c:680:11: note: 'rc' is assigned value 'IFD_SUCCESS' here.
openct-0.6.20/src/ifd/ifd-pertosmart1038.c:688:9: note: Same expression on both sides of '==' because the value of 'rc' and 'IFD_SUCCESS' are the same.
openct-0.6.20/src/ifd/ifd-pertosmart1038.c:892:16: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-pertosmart1038.c:396:37: style: Variable 'device_data' is assigned a value that is never used. [unreadVariable]
openct-0.6.20/src/ifd/ifd-rutoken.c:104:6: style: The scope of the variable 'nLen' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-rutoken.c:104:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-rutoken.c:368:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-rutoken.c:380:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-rutoken.c:394:16: style: The scope of the variable 'tag' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-rutoken.c:395:9: style: The scope of the variable 'taglen' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-rutoken.c:419:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-rutoken.c:456:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-smartboard.c:288:21: warning: Possible null pointer dereference: arg [nullPointer]
openct-0.6.20/src/ifd/ifd-smartboard.c:118:40: note: Calling function 'smartboard_command', 3rd argument 'arg' value is 0
openct-0.6.20/src/ifd/ifd-smartboard.c:345:43: note: Calling function '__smartboard_cmd', 3rd argument 'arg' value is 0
openct-0.6.20/src/ifd/ifd-smartboard.c:288:21: note: Null pointer dereference
openct-0.6.20/src/ifd/ifd-smph.c:319:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-smph.c:348:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-towitoko.c:176:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-towitoko.c:342:15: style: The scope of the variable 'count' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-towitoko.c:389:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-towitoko.c:483:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifd-towitoko.c:650:16: style: The scope of the variable 'b' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ifdhandler.c:397:29: style: The scope of the variable 'len' can be reduced. [variableScope]
openct-0.6.20/src/ifd/init.c:17:20: style: The scope of the variable 'nodes' can be reduced. [variableScope]
openct-0.6.20/src/ifd/init.c:94:9: style: The scope of the variable 'ids' can be reduced. [variableScope]
openct-0.6.20/src/ifd/init.c:95:6: style: The scope of the variable 'j' can be reduced. [variableScope]
openct-0.6.20/src/ifd/init.c:71:39: warning: Either the condition 'n>=0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openct-0.6.20/src/ifd/init.c:70:8: note: Assuming that condition 'n>=0' is not redundant
openct-0.6.20/src/ifd/init.c:71:39: note: Invalid argument
openct-0.6.20/src/ifd/init.c:100:25: warning: Either the condition 'n>=0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openct-0.6.20/src/ifd/init.c:99:62: note: Assuming that condition 'n>=0' is not redundant
openct-0.6.20/src/ifd/init.c:100:25: note: Invalid argument
openct-0.6.20/src/ifd/manager.c:56:16: style: The scope of the variable 'reader' can be reduced. [variableScope]
openct-0.6.20/src/ifd/pcmcia-block.c:26:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openct-0.6.20/src/ifd/pcmcia.c:25:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openct-0.6.20/src/ifd/proto-gbp.c:415:9: style: The scope of the variable 'm' can be reduced. [variableScope]
openct-0.6.20/src/ifd/proto-t1.c:532:9: style: The scope of the variable 'm' can be reduced. [variableScope]
openct-0.6.20/src/ifd/protocol.c:79:7: style: The scope of the variable 'prot' can be reduced. [variableScope]
openct-0.6.20/src/ifd/reader.c:329:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openct-0.6.20/src/ifd/reader.c:275:17: style: The scope of the variable 'num' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ria-device.c:195:16: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ria-device.c:198:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ria.c:127:8: style: The scope of the variable 'wait' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ria.c:294:15: style: The scope of the variable 'n' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ria.c:295:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openct-0.6.20/src/ifd/ria.c:224:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openct-0.6.20/src/ifd/serial.c:235:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openct-0.6.20/src/ifd/serial.c:486:36: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
openct-0.6.20/src/ifd/serial.c:498:36: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
openct-0.6.20/src/ifd/sys-null.c:78:6: style: struct member 'ifd_usb_capture::type' is never used. [unusedStructMember]
openct-0.6.20/src/ifd/sys-null.c:79:6: style: struct member 'ifd_usb_capture::endpoint' is never used. [unusedStructMember]
openct-0.6.20/src/ifd/sys-null.c:80:9: style: struct member 'ifd_usb_capture::maxpacket' is never used. [unusedStructMember]
openct-0.6.20/src/ifd/sys-null.c:81:15: style: struct member 'ifd_usb_capture::interface' is never used. [unusedStructMember]
openct-0.6.20/src/ifd/usb-descriptors.c:109:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openct-0.6.20/src/ifd/usb-descriptors.c:109:14: style: The scope of the variable 'numskipped' can be reduced. [variableScope]
openct-0.6.20/src/ifd/usb-descriptors.c:111:39: style: The scope of the variable 'ifp' can be reduced. [variableScope]
openct-0.6.20/src/ifd/usb-descriptors.c:112:17: style: The scope of the variable 'begin' can be reduced. [variableScope]
openct-0.6.20/src/ifd/usb-descriptors.c:242:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
openct-0.6.20/src/ifd/usb-descriptors.c:362:44: style: Function 'ifd_usb_get_config' argument 3 names different: declaration 'c' definition 'ret'. [funcArgNamesDifferent]
openct-0.6.20/src/ifd/usb-descriptors.h:151:51: note: Function 'ifd_usb_get_config' argument 3 names different: declaration 'c' definition 'ret'.
openct-0.6.20/src/ifd/usb-descriptors.c:362:44: note: Function 'ifd_usb_get_config' argument 3 names different: declaration 'c' definition 'ret'.
openct-0.6.20/src/ifd/usb-descriptors.c:400:67: style: Function 'ifd_usb_free_configuration' argument 1 names different: declaration 'c' definition 'cf'. [funcArgNamesDifferent]
openct-0.6.20/src/ifd/usb-descriptors.h:152:74: note: Function 'ifd_usb_free_configuration' argument 1 names different: declaration 'c' definition 'cf'.
openct-0.6.20/src/ifd/usb-descriptors.c:400:67: note: Function 'ifd_usb_free_configuration' argument 1 names different: declaration 'c' definition 'cf'.
openct-0.6.20/src/ifd/utils.c:116:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openct-0.6.20/src/ifd/utils.c:139:2: style: Variable 'device' is reassigned a value before the old one has been used. [redundantAssignment]
openct-0.6.20/src/ifd/utils.c:138:2: note: Variable 'device' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/utils.c:139:2: note: Variable 'device' is reassigned a value before the old one has been used.
openct-0.6.20/src/ifd/utils.c:48:22: style: The scope of the variable 'c' can be reduced. [variableScope]
openct-0.6.20/src/pcsc/pcsc.c:76:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
openct-0.6.20/src/pcsc/pcsc.c:77:22: style: The scope of the variable 'pn' can be reduced. [variableScope]
openct-0.6.20/src/pcsc/pcsc.c:224:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
openct-0.6.20/src/pcsc/pcsc.c:225:28: style: The scope of the variable 'lc' can be reduced. [variableScope]
openct-0.6.20/src/pcsc/pcsc.c:274:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
openct-0.6.20/src/pcsc/pcsc.c:275:28: style: The scope of the variable 'lc' can be reduced. [variableScope]
openct-0.6.20/src/pcsc/pcsc.c:385:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
openct-0.6.20/src/pcsc/pcsc.c:386:28: style: The scope of the variable 'lc' can be reduced. [variableScope]
openct-0.6.20/src/pcsc/pcsc.c:433:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
openct-0.6.20/src/pcsc/pcsc.c:434:28: style: The scope of the variable 'lc' can be reduced. [variableScope]
openct-0.6.20/src/pcsc/pcsc.c:347:4: style: Variable 'lc' is assigned a value that is never used. [unreadVariable]
openct-0.6.20/src/tools/openct-control.c:231:13: style: Condition 'count==0' is always true [knownConditionTrueFalse]
openct-0.6.20/src/tools/openct-control.c:217:22: note: Assignment 'count=0', assigned value is 0
openct-0.6.20/src/tools/openct-control.c:231:13: note: Condition 'count==0' is always true
openct-0.6.20/src/tools/openct-control.c:231:13: style: Same expression on both sides of '==' because the value of 'count' and '0' are the same. [duplicateExpression]
openct-0.6.20/src/tools/openct-control.c:217:22: note: 'count' is assigned value '0' here.
openct-0.6.20/src/tools/openct-control.c:231:13: note: Same expression on both sides of '==' because the value of 'count' and '0' are the same.
openct-0.6.20/src/tools/openct-control.c:120:39: warning: Either the condition 'n>=0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openct-0.6.20/src/tools/openct-control.c:116:8: note: Assuming that condition 'n>=0' is not redundant
openct-0.6.20/src/tools/openct-control.c:120:39: note: Invalid argument
openct-0.6.20/src/tools/openct-control.c:197:4: error: Memory leak: typedev [memleak]
openct-0.6.20/src/tools/openct-tool.c:290:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openct-0.6.20/src/tools/openct-tool.c:332:15: style: The scope of the variable 'm' can be reduced. [variableScope]
openct-0.6.20/src/tools/openct-tool.c:242:38: style: Function 'do_select_mf' argument 1 names different: declaration 'reader' definition 'h'. [funcArgNamesDifferent]
openct-0.6.20/src/tools/openct-tool.c:25:38: note: Function 'do_select_mf' argument 1 names different: declaration 'reader' definition 'h'.
openct-0.6.20/src/tools/openct-tool.c:242:38: note: Function 'do_select_mf' argument 1 names different: declaration 'reader' definition 'h'.
[12:43]

ftp://ftp.se.debian.org/debian/pool/main/o/openctm/openctm_1.0.3+dfsg1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/opencv/opencv_3.3.0+dfsg.orig.tar.xz
opencv-3.3.0/apps/annotation/opencv_annotation.cpp:307:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/apps/createsamples/utility.cpp:1013:39: warning: Either the condition 'img!=NULL' is redundant or there is possible null pointer dereference: img. [nullPointerRedundantCheck]
opencv-3.3.0/apps/createsamples/utility.cpp:1016:21: note: Assuming that condition 'img!=NULL' is not redundant
opencv-3.3.0/apps/createsamples/utility.cpp:1013:39: note: Null pointer dereference
opencv-3.3.0/apps/createsamples/utility.cpp:1014:39: warning: Either the condition 'img!=NULL' is redundant or there is possible null pointer dereference: img. [nullPointerRedundantCheck]
opencv-3.3.0/apps/createsamples/utility.cpp:1016:21: note: Assuming that condition 'img!=NULL' is not redundant
opencv-3.3.0/apps/createsamples/utility.cpp:1014:39: note: Null pointer dereference
opencv-3.3.0/apps/createsamples/utility.cpp:850:5: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/apps/createsamples/utility.cpp:839:0: note: Variable 'dir' is reassigned a value before the old one has been used.
opencv-3.3.0/apps/createsamples/utility.cpp:850:5: note: Variable 'dir' is reassigned a value before the old one has been used.
opencv-3.3.0/apps/createsamples/utility.cpp:1225:9: style: Variable 'output' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/apps/createsamples/utility.cpp:1223:0: note: Variable 'output' is reassigned a value before the old one has been used.
opencv-3.3.0/apps/createsamples/utility.cpp:1225:9: note: Variable 'output' is reassigned a value before the old one has been used.
opencv-3.3.0/apps/createsamples/utility.cpp:1234:13: style: Variable 'hasbg' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/apps/createsamples/utility.cpp:1233:13: note: Variable 'hasbg' is reassigned a value before the old one has been used.
opencv-3.3.0/apps/createsamples/utility.cpp:1234:13: note: Variable 'hasbg' is reassigned a value before the old one has been used.
opencv-3.3.0/apps/createsamples/utility.cpp:70:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
opencv-3.3.0/apps/createsamples/utility.cpp:251:12: style: The scope of the variable 'y_max' can be reduced. [variableScope]
opencv-3.3.0/apps/createsamples/utility.cpp:262:12: style: The scope of the variable 'd' can be reduced. [variableScope]
opencv-3.3.0/apps/createsamples/utility.cpp:842:12: style: The scope of the variable 'datasize' can be reduced. [variableScope]
opencv-3.3.0/apps/createsamples/utility.cpp:843:12: style: The scope of the variable 'count' can be reduced. [variableScope]
opencv-3.3.0/apps/createsamples/utility.cpp:846:12: style: The scope of the variable 'len' can be reduced. [variableScope]
opencv-3.3.0/apps/createsamples/utility.cpp:973:9: style: The scope of the variable 'round' can be reduced. [variableScope]
opencv-3.3.0/apps/createsamples/utility.cpp:974:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/apps/createsamples/utility.cpp:1330:15: style: The scope of the variable 'filename' can be reduced. [variableScope]
opencv-3.3.0/apps/createsamples/utility.cpp:1332:15: style: The scope of the variable 'info' can be reduced. [variableScope]
opencv-3.3.0/apps/createsamples/utility.cpp:1609:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/apps/createsamples/utility.cpp:215:12: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/apps/createsamples/utility.cpp:542:9: style: Variable 'rotVectData' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/apps/createsamples/utility.cpp:1503:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:56:9: warning: Member variable 'calibrationData::totalAvgErr' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:69:9: warning: Member variable 'cameraParameters::avgError' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:95:9: warning: Member variable 'captureParameters::captureMethod' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:95:9: warning: Member variable 'captureParameters::source' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:95:9: warning: Member variable 'captureParameters::board' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:95:9: warning: Member variable 'captureParameters::charucoDictName' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:95:9: warning: Member variable 'captureParameters::charucoSquareLenght' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:95:9: warning: Member variable 'captureParameters::charucoMarkerSize' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:95:9: warning: Member variable 'captureParameters::squareSize' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:95:9: warning: Member variable 'captureParameters::templDst' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:95:9: warning: Member variable 'captureParameters::flipVertical' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:95:9: warning: Member variable 'captureParameters::camID' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibController.cpp:43:25: warning: Member variable 'calibController::mMinFramesNum' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibController.cpp:43:25: warning: Member variable 'calibController::mNeedTuning' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibController.cpp:43:25: warning: Member variable 'calibController::mConfIntervalsState' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibController.cpp:43:25: warning: Member variable 'calibController::mCoverageQualityState' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibController.cpp:192:29: warning: Member variable 'calibDataController::mMaxFramesNum' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibController.cpp:192:29: warning: Member variable 'calibDataController::mAlpha' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:58:13: performance: Variable 'imageSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/apps/interactive-calibration/calibCommon.hpp:102:13: performance: Variable 'cameraResolution' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/apps/interactive-calibration/calibPipeline.hpp:38:5: style: Class 'CalibPipeline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:64:21: style: The function 'processFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:25:21: note: Virtual function in base class
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:64:21: note: Function in derived class
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:65:18: style: The function 'isProcessed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:26:18: note: Virtual function in base class
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:65:18: note: Function in derived class
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:66:18: style: The function 'resetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:27:18: note: Virtual function in base class
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:66:18: note: Function in derived class
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:87:21: style: The function 'processFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:25:21: note: Virtual function in base class
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:87:21: note: Function in derived class
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:88:18: style: The function 'isProcessed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:26:18: note: Virtual function in base class
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:88:18: note: Function in derived class
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:89:18: style: The function 'resetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:27:18: note: Virtual function in base class
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:89:18: note: Function in derived class
opencv-3.3.0/apps/interactive-calibration/calibPipeline.cpp:24:48: performance: Function parameter 'params' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:55:10: performance: Technically the member function 'calib::CalibProcessor::detectAndParseChAruco' can be static. [functionStatic]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.cpp:75:22: note: Technically the member function 'calib::CalibProcessor::detectAndParseChAruco' can be static.
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:55:10: note: Technically the member function 'calib::CalibProcessor::detectAndParseChAruco' can be static.
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:59:10: performance: Technically the member function 'calib::CalibProcessor::showCaptureMessage' can be static. [functionStatic]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.cpp:198:22: note: Technically the member function 'calib::CalibProcessor::showCaptureMessage' can be static.
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:59:10: note: Technically the member function 'calib::CalibProcessor::showCaptureMessage' can be static.
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:83:10: style: Technically the member function 'calib::ShowProcessor::drawBoard' can be const. [functionConst]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.cpp:361:21: note: Technically the member function 'calib::ShowProcessor::drawBoard' can be const.
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:83:10: note: Technically the member function 'calib::ShowProcessor::drawBoard' can be const.
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:93:10: performance: Technically the member function 'calib::ShowProcessor::clearBoardsView' can be static. [functionStatic]
opencv-3.3.0/apps/interactive-calibration/frameProcessor.cpp:487:21: note: Technically the member function 'calib::ShowProcessor::clearBoardsView' can be static.
opencv-3.3.0/apps/interactive-calibration/frameProcessor.hpp:93:10: note: Technically the member function 'calib::ShowProcessor::clearBoardsView' can be static.
opencv-3.3.0/apps/interactive-calibration/parametersController.hpp:25:5: style: Class 'parametersController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/apps/interactive-calibration/main.cpp:220:5: style: Exception should be caught by reference. [catchExceptionByValue]
opencv-3.3.0/apps/interactive-calibration/parametersController.cpp:106:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
opencv-3.3.0/apps/interactive-calibration/parametersController.cpp:110:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
opencv-3.3.0/apps/interactive-calibration/parametersController.cpp:114:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
opencv-3.3.0/apps/interactive-calibration/parametersController.cpp:118:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
opencv-3.3.0/apps/traincascade/HOGfeatures.cpp:69:18: style: The scope of the variable 'w' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/HOGfeatures.cpp:69:21: style: The scope of the variable 'h' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/HOGfeatures.cpp:221:18: style: The scope of the variable 'magBuf' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/HOGfeatures.cpp:222:18: style: The scope of the variable 'binsBuf' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/haarfeatures.h:79:61: style: Function 'calc' argument 1 names different: declaration 'sum' definition '_sum'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/haarfeatures.h:51:36: note: Function 'calc' argument 1 names different: declaration 'sum' definition '_sum'.
opencv-3.3.0/apps/traincascade/haarfeatures.h:79:61: note: Function 'calc' argument 1 names different: declaration 'sum' definition '_sum'.
opencv-3.3.0/apps/traincascade/haarfeatures.h:79:82: style: Function 'calc' argument 2 names different: declaration 'tilted' definition '_tilted'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/haarfeatures.h:51:56: note: Function 'calc' argument 2 names different: declaration 'tilted' definition '_tilted'.
opencv-3.3.0/apps/traincascade/haarfeatures.h:79:82: note: Function 'calc' argument 2 names different: declaration 'tilted' definition '_tilted'.
opencv-3.3.0/apps/traincascade/old_ml.hpp:184:41: style: Function 'CvParamGrid' argument 1 names different: declaration 'min_val' definition '_min_val'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:175:25: note: Function 'CvParamGrid' argument 1 names different: declaration 'min_val' definition '_min_val'.
opencv-3.3.0/apps/traincascade/old_ml.hpp:184:41: note: Function 'CvParamGrid' argument 1 names different: declaration 'min_val' definition '_min_val'.
opencv-3.3.0/apps/traincascade/old_ml.hpp:184:58: style: Function 'CvParamGrid' argument 2 names different: declaration 'max_val' definition '_max_val'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:175:41: note: Function 'CvParamGrid' argument 2 names different: declaration 'max_val' definition '_max_val'.
opencv-3.3.0/apps/traincascade/old_ml.hpp:184:58: note: Function 'CvParamGrid' argument 2 names different: declaration 'max_val' definition '_max_val'.
opencv-3.3.0/apps/traincascade/old_ml.hpp:184:75: style: Function 'CvParamGrid' argument 3 names different: declaration 'log_step' definition '_log_step'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:175:57: note: Function 'CvParamGrid' argument 3 names different: declaration 'log_step' definition '_log_step'.
opencv-3.3.0/apps/traincascade/old_ml.hpp:184:75: note: Function 'CvParamGrid' argument 3 names different: declaration 'log_step' definition '_log_step'.
opencv-3.3.0/apps/traincascade/HOGfeatures.cpp:106:26: warning: Member variable 'Feature::fastRect' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/HOGfeatures.cpp:114:26: warning: Member variable 'Feature::fastRect' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:85:1: style: The class 'CvCascadeClassifier' does not have a constructor although it has private member variables. [noConstructor]
opencv-3.3.0/apps/traincascade/old_ml.hpp:625:9: style: Technically the member function 'CvDTreeNode::get_num_valid' can be const. [functionConst]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1852:9: style: Technically the member function 'CvANN_MLP::get_layer_count' can be const. [functionConst]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1853:18: style: Technically the member function 'CvANN_MLP::get_layer_sizes' can be const. [functionConst]
opencv-3.3.0/apps/traincascade/haarfeatures.h:18:5: style: Class 'CvHaarFeatureParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/apps/traincascade/traincascade_features.h:68:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:53:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/traincascade_features.h:68:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/traincascade_features.h:69:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:54:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/traincascade_features.h:69:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/HOGfeatures.h:22:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:79:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/HOGfeatures.h:22:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/HOGfeatures.h:24:18: style: The function 'setImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:81:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/HOGfeatures.h:24:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/HOGfeatures.h:25:19: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:83:19: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/HOGfeatures.h:25:19: note: Function in derived class
opencv-3.3.0/apps/traincascade/HOGfeatures.h:26:18: style: The function 'writeFeatures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:82:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/HOGfeatures.h:26:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/HOGfeatures.h:28:18: style: The function 'generateFeatures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:92:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/HOGfeatures.h:28:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/haarfeatures.h:20:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:67:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/haarfeatures.h:20:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/haarfeatures.h:21:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:68:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/haarfeatures.h:21:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/haarfeatures.h:22:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:69:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/haarfeatures.h:22:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/haarfeatures.h:24:18: style: The function 'printDefaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:56:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/haarfeatures.h:24:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/haarfeatures.h:25:18: style: The function 'printAttrs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:57:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/haarfeatures.h:25:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/haarfeatures.h:26:18: style: The function 'scanAttr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:58:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/haarfeatures.h:26:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/haarfeatures.h:34:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:79:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/haarfeatures.h:34:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/haarfeatures.h:36:18: style: The function 'setImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:81:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/haarfeatures.h:36:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/haarfeatures.h:37:19: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:83:19: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/haarfeatures.h:37:19: note: Function in derived class
opencv-3.3.0/apps/traincascade/haarfeatures.h:38:18: style: The function 'writeFeatures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:82:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/haarfeatures.h:38:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/haarfeatures.h:41:18: style: The function 'generateFeatures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:92:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/haarfeatures.h:41:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/lbpfeatures.h:17:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:79:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/lbpfeatures.h:17:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/lbpfeatures.h:19:18: style: The function 'setImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:81:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/lbpfeatures.h:19:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/lbpfeatures.h:20:19: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:83:19: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/lbpfeatures.h:20:19: note: Function in derived class
opencv-3.3.0/apps/traincascade/lbpfeatures.h:22:18: style: The function 'writeFeatures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:82:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/lbpfeatures.h:22:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/lbpfeatures.h:24:18: style: The function 'generateFeatures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:92:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/lbpfeatures.h:24:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:204:26: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:142:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:204:26: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:213:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:147:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:213:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:214:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:148:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:214:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:265:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:142:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:265:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:518:26: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:142:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:518:26: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:524:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:147:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:524:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:525:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:148:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:525:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:801:26: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:142:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:801:26: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:803:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:148:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:803:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:804:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:147:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:804:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:882:18: style: The function 'train' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:774:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:882:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:888:18: style: The function 'train' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:785:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:888:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:889:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:803:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:889:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:890:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:807:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:890:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:897:27: style: The function 'find_best_split' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:822:27: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:897:27: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:942:26: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:142:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:942:26: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:952:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:148:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:952:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:953:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:147:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:953:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:986:18: style: The function 'set_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:662:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:986:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:995:24: style: The function 'get_sample_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:689:24: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:995:24: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:996:24: style: The function 'get_cv_labels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:688:24: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:996:24: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:997:24: style: The function 'get_cat_var_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:690:24: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:997:24: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:998:18: style: The function 'get_vectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:671:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:998:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1000:26: style: The function 'subsample_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:674:26: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1000:26: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1007:20: style: The function 'calc_node_dir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:833:20: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1007:20: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1008:27: style: The function 'find_split_ord_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:823:27: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1008:27: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1010:27: style: The function 'find_split_cat_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:825:27: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1010:27: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1012:27: style: The function 'find_split_ord_reg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:827:27: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1012:27: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1014:27: style: The function 'find_split_cat_reg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:829:27: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1014:27: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1016:18: style: The function 'split_node_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:821:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1016:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1024:18: style: The function 'train' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:923:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1024:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1029:26: style: The function 'train' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:933:26: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1029:26: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1034:18: style: The function 'train' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:929:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1034:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1036:24: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:962:24: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1036:24: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1037:18: style: The function 'grow_forest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:964:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1037:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1072:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:801:26: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1072:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1075:18: style: The function 'train' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:774:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1075:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1080:18: style: The function 'train' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:785:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1080:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1082:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:803:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1082:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1083:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:807:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1083:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1089:18: style: The function 'try_split_node' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:820:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1089:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1090:27: style: The function 'find_surrogate_split_ord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:831:27: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1090:27: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1091:27: style: The function 'find_surrogate_split_cat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:832:27: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1091:27: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1092:27: style: The function 'find_split_ord_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:823:27: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1092:27: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1094:27: style: The function 'find_split_cat_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:825:27: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1094:27: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1096:27: style: The function 'find_split_ord_reg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:827:27: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1096:27: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1098:27: style: The function 'find_split_cat_reg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:829:27: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1098:27: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1100:18: style: The function 'calc_node_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:838:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1100:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1101:20: style: The function 'calc_node_dir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:833:20: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1101:20: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1161:26: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:142:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1161:26: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1163:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:147:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1163:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1164:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:148:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1164:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1525:26: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:142:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1525:26: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1559:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:147:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1559:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1575:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:148:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1575:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1841:26: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:142:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1841:26: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1849:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:148:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1849:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1850:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:147:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml.hpp:1850:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/boost.h:35:26: style: The function 'subsample_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:674:26: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/boost.h:35:26: note: Function in derived class
opencv-3.3.0/apps/traincascade/boost.h:37:24: style: The function 'get_class_labels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:687:24: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/boost.h:37:24: note: Function in derived class
opencv-3.3.0/apps/traincascade/boost.h:38:24: style: The function 'get_cv_labels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:688:24: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/boost.h:38:24: note: Function in derived class
opencv-3.3.0/apps/traincascade/boost.h:39:24: style: The function 'get_sample_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:689:24: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/boost.h:39:24: note: Function in derived class
opencv-3.3.0/apps/traincascade/boost.h:41:18: style: The function 'get_ord_var_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:691:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/boost.h:41:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/boost.h:43:24: style: The function 'get_cat_var_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:690:24: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/boost.h:43:24: note: Function in derived class
opencv-3.3.0/apps/traincascade/boost.h:45:18: style: The function 'free_train_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:705:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/boost.h:45:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/boost.h:61:18: style: The function 'split_node_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:821:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/boost.h:61:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/boost.h:78:18: style: The function 'set_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1177:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/boost.h:78:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/boost.h:79:18: style: The function 'update_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1178:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/boost.h:79:18: note: Function in derived class
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:73:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:53:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:73:10: note: Function in derived class
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:74:10: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:54:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:74:10: note: Function in derived class
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:76:10: style: The function 'printDefaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:56:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:76:10: note: Function in derived class
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:77:10: style: The function 'printAttrs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:57:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:77:10: note: Function in derived class
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:78:10: style: The function 'scanAttr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/traincascade_features.h:58:18: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:78:10: note: Function in derived class
opencv-3.3.0/apps/traincascade/imagestorage.h:8:36: performance: Function parameter '_posFilename' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/imagestorage.h:8:68: performance: Function parameter '_negFilename' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/imagestorage.h:19:40: performance: Function parameter '_filename' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/imagestorage.h:35:40: performance: Function parameter '_filename' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/traincascade_features.h:33:49: performance: Function parameter 'features' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/traincascade_features.h:58:46: performance: Function parameter 'prmName' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/traincascade_features.h:58:73: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/haarfeatures.h:26:46: performance: Function parameter 'prm' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/haarfeatures.h:26:69: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/boost.h:20:46: performance: Function parameter 'prmName' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/boost.h:20:73: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:78:38: performance: Function parameter 'prmName' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:78:65: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:88:35: performance: Function parameter '_cascadeDirName' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:89:35: performance: Function parameter '_posFilename' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:90:35: performance: Function parameter '_negFilename' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:101:34: performance: Function parameter 'cascadeDirName' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:102:34: performance: Function parameter 'cascadeDirName' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/boost.cpp:956:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/boost.cpp:961:26: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/boost.cpp:970:27: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/boost.cpp:979:24: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/boost.cpp:1040:24: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/boost.cpp:1145:28: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/boost.cpp:1410:17: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/boost.cpp:1537:46: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/boost.cpp:1674:14: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/boost.cpp:1690:14: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/boost.cpp:423:34: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/boost.cpp:424:39: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/boost.cpp:1152:30: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/boost.cpp:1153:35: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/boost.cpp:375:13: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/boost.cpp:1432:10: style: The scope of the variable 'sampleIdxBuf' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/boost.cpp:1711:25: style: The scope of the variable 'weakTree' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/boost.cpp:732:73: style: Function 'get_cv_labels' argument 2 names different: declaration 'labelsBuf' definition 'labels_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/boost.h:38:60: note: Function 'get_cv_labels' argument 2 names different: declaration 'labelsBuf' definition 'labels_buf'.
opencv-3.3.0/apps/traincascade/boost.cpp:732:73: note: Function 'get_cv_labels' argument 2 names different: declaration 'labelsBuf' definition 'labels_buf'.
opencv-3.3.0/apps/traincascade/boost.cpp:1112:56: style: Function 'split_node_data' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/boost.h:61:48: note: Function 'split_node_data' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/boost.cpp:1112:56: note: Function 'split_node_data' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/boost.cpp:507:26: warning: Member variable 'CvCascadeBoostTrainData::numPrecalcVal' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/boost.h:30:18: warning: Virtual function 'setData' is called from constructor 'CvCascadeBoostTrainData(const CvFeatureEvaluator*_featureEvaluator,int _numSamples,int _precalcValBufSize,int _precalcIdxBufSize,const CvDTreeParams&_params=CvDTreeParams()' at line 553. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/apps/traincascade/boost.cpp:553:5: note: Calling setData
opencv-3.3.0/apps/traincascade/boost.h:30:18: note: setData is a virtual method
opencv-3.3.0/apps/traincascade/boost.cpp:89:5: style: Class 'LessThanIdx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/apps/traincascade/boost.cpp:301:51: performance: Function parameter 'prmName' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/boost.cpp:301:73: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:488:22: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:452:16: style: The scope of the variable 'weak' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:476:36: style: The scope of the variable 'tempNode' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:322:91: style: Function 'fillPassedSamples' argument 4 names different: declaration 'requiredAcceptanceRatio' definition 'minimumAcceptanceRatio'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:104:74: note: Function 'fillPassedSamples' argument 4 names different: declaration 'requiredAcceptanceRatio' definition 'minimumAcceptanceRatio'.
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:322:91: note: Function 'fillPassedSamples' argument 4 names different: declaration 'requiredAcceptanceRatio' definition 'minimumAcceptanceRatio'.
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:431:46: style: Function 'save' argument 1 names different: declaration 'cascadeDirName' definition 'filename'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/cascadeclassifier.h:101:34: note: Function 'save' argument 1 names different: declaration 'cascadeDirName' definition 'filename'.
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:431:46: note: Function 'save' argument 1 names different: declaration 'cascadeDirName' definition 'filename'.
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:484:21: style: Variable 'inner_node_idx' is modified but its new value is never used. [unreadVariable]
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:99:46: performance: Function parameter 'prmName' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:99:68: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:129:47: performance: Function parameter '_cascadeDirName' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:130:46: performance: Function parameter '_posFilename' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:131:46: performance: Function parameter '_negFilename' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:431:46: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/cascadeclassifier.cpp:525:46: performance: Function parameter 'cascadeDirName' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/features.cpp:72:21: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/haarfeatures.cpp:104:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/haarfeatures.cpp:127:46: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/haarfeatures.cpp:68:50: style: Function 'scanAttr' argument 1 names different: declaration 'prm' definition 'prmName'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/haarfeatures.h:26:46: note: Function 'scanAttr' argument 1 names different: declaration 'prm' definition 'prmName'.
opencv-3.3.0/apps/traincascade/haarfeatures.cpp:68:50: note: Function 'scanAttr' argument 1 names different: declaration 'prm' definition 'prmName'.
opencv-3.3.0/apps/traincascade/haarfeatures.cpp:251:27: warning: Member variable 'Feature::fastRect' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/haarfeatures.cpp:258:27: warning: Member variable 'Feature::fastRect' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/haarfeatures.cpp:68:50: performance: Function parameter 'prmName' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/haarfeatures.cpp:68:72: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/imagestorage.cpp:122:34: warning: Member variable 'PosReader::count' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/imagestorage.cpp:122:34: warning: Member variable 'PosReader::vecSize' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/imagestorage.cpp:122:34: warning: Member variable 'PosReader::last' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/imagestorage.cpp:122:34: warning: Member variable 'PosReader::base' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/imagestorage.cpp:19:34: warning: Member variable 'NegReader::last' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/imagestorage.cpp:19:34: warning: Member variable 'NegReader::round' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/imagestorage.cpp:128:60: performance: Function parameter '_filename' should be passed by const reference. [passedByValue]
opencv-3.3.0/apps/traincascade/lbpfeatures.cpp:52:65: style: Function 'Feature' argument 4 names different: declaration '_block_w' definition '_blockWidth'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/lbpfeatures.h:30:48: note: Function 'Feature' argument 4 names different: declaration '_block_w' definition '_blockWidth'.
opencv-3.3.0/apps/traincascade/lbpfeatures.cpp:52:65: note: Function 'Feature' argument 4 names different: declaration '_block_w' definition '_blockWidth'.
opencv-3.3.0/apps/traincascade/lbpfeatures.cpp:52:82: style: Function 'Feature' argument 5 names different: declaration '_block_h' definition '_blockHeight'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/lbpfeatures.h:30:62: note: Function 'Feature' argument 5 names different: declaration '_block_h' definition '_blockHeight'.
opencv-3.3.0/apps/traincascade/lbpfeatures.cpp:52:82: note: Function 'Feature' argument 5 names different: declaration '_block_h' definition '_blockHeight'.
opencv-3.3.0/apps/traincascade/lbpfeatures.cpp:47:26: warning: Member variable 'Feature::p' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/lbpfeatures.cpp:52:26: warning: Member variable 'Feature::p' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/lbpfeatures.cpp:49:5: performance: Variable 'rect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/apps/traincascade/lbpfeatures.cpp:54:15: performance: Variable 'rect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:214:35: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:265:31: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:496:24: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:501:28: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:567:28: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:568:31: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:657:24: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:849:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:850:35: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:384:15: style: The scope of the variable 'k' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:1028:19: style: The scope of the variable 'storage' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:1138:10: style: The scope of the variable 'sample_idx_buf' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:1490:16: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:64:35: style: Function 'CvBoostParams' argument 1 names different: declaration 'boost_type' definition '_boost_type'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1053:24: note: Function 'CvBoostParams' argument 1 names different: declaration 'boost_type' definition '_boost_type'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:64:35: note: Function 'CvBoostParams' argument 1 names different: declaration 'boost_type' definition '_boost_type'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:64:52: style: Function 'CvBoostParams' argument 2 names different: declaration 'weak_count' definition '_weak_count'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1053:40: note: Function 'CvBoostParams' argument 2 names different: declaration 'weak_count' definition '_weak_count'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:64:52: note: Function 'CvBoostParams' argument 2 names different: declaration 'weak_count' definition '_weak_count'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:65:48: style: Function 'CvBoostParams' argument 3 names different: declaration 'weight_trim_rate' definition '_weight_trim_rate'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1053:59: note: Function 'CvBoostParams' argument 3 names different: declaration 'weight_trim_rate' definition '_weight_trim_rate'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:65:48: note: Function 'CvBoostParams' argument 3 names different: declaration 'weight_trim_rate' definition '_weight_trim_rate'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:65:71: style: Function 'CvBoostParams' argument 4 names different: declaration 'max_depth' definition '_max_depth'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1054:24: note: Function 'CvBoostParams' argument 4 names different: declaration 'max_depth' definition '_max_depth'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:65:71: note: Function 'CvBoostParams' argument 4 names different: declaration 'max_depth' definition '_max_depth'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:66:46: style: Function 'CvBoostParams' argument 5 names different: declaration 'use_surrogates' definition '_use_surrogates'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1054:40: note: Function 'CvBoostParams' argument 5 names different: declaration 'use_surrogates' definition '_use_surrogates'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:66:46: note: Function 'CvBoostParams' argument 5 names different: declaration 'use_surrogates' definition '_use_surrogates'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:66:76: style: Function 'CvBoostParams' argument 6 names different: declaration 'priors' definition '_priors'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1054:69: note: Function 'CvBoostParams' argument 6 names different: declaration 'priors' definition '_priors'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:66:76: note: Function 'CvBoostParams' argument 6 names different: declaration 'priors' definition '_priors'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:103:39: style: Function 'train' argument 1 names different: declaration 'trainData' definition '_train_data'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1066:43: note: Function 'train' argument 1 names different: declaration 'trainData' definition '_train_data'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:103:39: note: Function 'train' argument 1 names different: declaration 'trainData' definition '_train_data'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:104:34: style: Function 'train' argument 2 names different: declaration 'subsample_idx' definition '_subsample_idx'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1067:38: note: Function 'train' argument 2 names different: declaration 'subsample_idx' definition '_subsample_idx'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:104:34: note: Function 'train' argument 2 names different: declaration 'subsample_idx' definition '_subsample_idx'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:104:59: style: Function 'train' argument 3 names different: declaration 'ensemble' definition '_ensemble'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1067:62: note: Function 'train' argument 3 names different: declaration 'ensemble' definition '_ensemble'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:104:59: note: Function 'train' argument 3 names different: declaration 'ensemble' definition '_ensemble'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:132:28: style: Function 'scale' argument 1 names different: declaration 's' definition '_scale'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1069:32: note: Function 'scale' argument 1 names different: declaration 's' definition '_scale'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:132:28: note: Function 'scale' argument 1 names different: declaration 's' definition '_scale'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:161:43: style: Function 'try_split_node' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1089:47: note: Function 'try_split_node' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:161:43: note: Function 'try_split_node' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:182:42: style: Function 'calc_node_dir' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1101:48: note: Function 'calc_node_dir' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:182:42: note: Function 'calc_node_dir' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:251:49: style: Function 'find_split_ord_class' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1092:62: note: Function 'find_split_ord_class' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:251:49: note: Function 'find_split_ord_class' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:252:66: style: Function 'find_split_ord_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1093:66: note: Function 'find_split_ord_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:252:66: note: Function 'find_split_ord_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:362:49: style: Function 'find_split_cat_class' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1094:62: note: Function 'find_split_cat_class' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:362:49: note: Function 'find_split_cat_class' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:362:112: style: Function 'find_split_cat_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1095:66: note: Function 'find_split_cat_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:362:112: note: Function 'find_split_cat_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:483:47: style: Function 'find_split_ord_reg' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1096:60: note: Function 'find_split_ord_reg' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:483:47: note: Function 'find_split_ord_reg' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:483:110: style: Function 'find_split_ord_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1097:66: note: Function 'find_split_ord_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:483:110: note: Function 'find_split_ord_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:552:47: style: Function 'find_split_cat_reg' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1098:60: note: Function 'find_split_cat_reg' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:552:47: note: Function 'find_split_cat_reg' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:552:110: style: Function 'find_split_cat_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1099:66: note: Function 'find_split_cat_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:552:110: note: Function 'find_split_cat_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:648:53: style: Function 'find_surrogate_split_ord' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1090:66: note: Function 'find_surrogate_split_ord' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:648:53: note: Function 'find_surrogate_split_ord' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:648:74: style: Function 'find_surrogate_split_ord' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1090:84: note: Function 'find_surrogate_split_ord' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:648:74: note: Function 'find_surrogate_split_ord' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:725:53: style: Function 'find_surrogate_split_cat' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1091:66: note: Function 'find_surrogate_split_cat' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:725:53: note: Function 'find_surrogate_split_cat' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:725:74: style: Function 'find_surrogate_split_cat' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1091:84: note: Function 'find_surrogate_split_cat' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:725:74: note: Function 'find_surrogate_split_cat' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:795:44: style: Function 'calc_node_value' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1100:48: note: Function 'calc_node_value' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:795:44: note: Function 'calc_node_value' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:879:56: style: Function 'read' argument 2 names different: declaration 'node' definition 'fnode'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1070:55: note: Function 'read' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:879:56: note: Function 'read' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:879:72: style: Function 'read' argument 3 names different: declaration 'ensemble' definition '_ensemble'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1071:33: note: Function 'read' argument 3 names different: declaration 'ensemble' definition '_ensemble'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:879:72: note: Function 'read' argument 3 names different: declaration 'ensemble' definition '_ensemble'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:890:40: style: Function 'read' argument 1 names different: declaration 'fs' definition '_fs'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1083:39: note: Function 'read' argument 1 names different: declaration 'fs' definition '_fs'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:890:40: note: Function 'read' argument 1 names different: declaration 'fs' definition '_fs'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:890:57: style: Function 'read' argument 2 names different: declaration 'node' definition '_node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1083:55: note: Function 'read' argument 2 names different: declaration 'node' definition '_node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:890:57: note: Function 'read' argument 2 names different: declaration 'node' definition '_node'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:891:43: style: Function 'read' argument 3 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1084:42: note: Function 'read' argument 3 names different: declaration 'data' definition '_data'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:891:43: note: Function 'read' argument 3 names different: declaration 'data' definition '_data'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:965:32: style: Function 'CvBoost' argument 1 names different: declaration 'trainData' definition '_train_data'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1119:27: note: Function 'CvBoost' argument 1 names different: declaration 'trainData' definition '_train_data'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:965:32: note: Function 'CvBoost' argument 1 names different: declaration 'trainData' definition '_train_data'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:965:49: style: Function 'CvBoost' argument 2 names different: declaration 'tflag' definition '_tflag'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1119:42: note: Function 'CvBoost' argument 2 names different: declaration 'tflag' definition '_tflag'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:965:49: note: Function 'CvBoost' argument 2 names different: declaration 'tflag' definition '_tflag'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:966:32: style: Function 'CvBoost' argument 3 names different: declaration 'responses' definition '_responses'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1120:27: note: Function 'CvBoost' argument 3 names different: declaration 'responses' definition '_responses'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:966:32: note: Function 'CvBoost' argument 3 names different: declaration 'responses' definition '_responses'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:966:57: style: Function 'CvBoost' argument 4 names different: declaration 'varIdx' definition '_var_idx'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1120:51: note: Function 'CvBoost' argument 4 names different: declaration 'varIdx' definition '_var_idx'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:966:57: note: Function 'CvBoost' argument 4 names different: declaration 'varIdx' definition '_var_idx'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:967:32: style: Function 'CvBoost' argument 5 names different: declaration 'sampleIdx' definition '_sample_idx'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1121:27: note: Function 'CvBoost' argument 5 names different: declaration 'sampleIdx' definition '_sample_idx'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:967:32: note: Function 'CvBoost' argument 5 names different: declaration 'sampleIdx' definition '_sample_idx'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:967:58: style: Function 'CvBoost' argument 6 names different: declaration 'varType' definition '_var_type'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1121:53: note: Function 'CvBoost' argument 6 names different: declaration 'varType' definition '_var_type'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:967:58: note: Function 'CvBoost' argument 6 names different: declaration 'varType' definition '_var_type'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:968:32: style: Function 'CvBoost' argument 7 names different: declaration 'missingDataMask' definition '_missing_mask'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1122:27: note: Function 'CvBoost' argument 7 names different: declaration 'missingDataMask' definition '_missing_mask'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:968:32: note: Function 'CvBoost' argument 7 names different: declaration 'missingDataMask' definition '_missing_mask'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:968:61: style: Function 'CvBoost' argument 8 names different: declaration 'params' definition '_params'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1123:28: note: Function 'CvBoost' argument 8 names different: declaration 'params' definition '_params'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:968:61: note: Function 'CvBoost' argument 8 names different: declaration 'params' definition '_params'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:983:43: style: Function 'set_params' argument 1 names different: declaration 'params' definition '_params'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1177:51: note: Function 'set_params' argument 1 names different: declaration 'params' definition '_params'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:983:43: note: Function 'set_params' argument 1 names different: declaration 'params' definition '_params'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:1603:32: style: Function 'predict' argument 1 names different: declaration 'sample' definition '_sample'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1136:41: note: Function 'predict' argument 1 names different: declaration 'sample' definition '_sample'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:1603:32: note: Function 'predict' argument 1 names different: declaration 'sample' definition '_sample'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:1603:54: style: Function 'predict' argument 2 names different: declaration 'missing' definition '_missing'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1136:62: note: Function 'predict' argument 2 names different: declaration 'missing' definition '_missing'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:1603:54: note: Function 'predict' argument 2 names different: declaration 'missing' definition '_missing'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:1918:59: style: Function 'read_params' argument 2 names different: declaration 'node' definition 'fnode'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1181:62: note: Function 'read_params' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:1918:59: note: Function 'read_params' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:1982:31: style: Function 'read' argument 1 names different: declaration 'storage' definition 'fs'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1164:39: note: Function 'read' argument 1 names different: declaration 'storage' definition 'fs'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:1982:31: note: Function 'read' argument 1 names different: declaration 'storage' definition 'fs'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:2027:32: style: Function 'write' argument 1 names different: declaration 'storage' definition 'fs'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1163:40: note: Function 'write' argument 1 names different: declaration 'storage' definition 'fs'.
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:2027:32: note: Function 'write' argument 1 names different: declaration 'storage' definition 'fs'.
opencv-3.3.0/apps/traincascade/old_ml.hpp:1072:18: warning: Virtual function 'clear' is called from destructor '~CvBoostTree()' at line 90. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:90:5: note: Calling clear
opencv-3.3.0/apps/traincascade/old_ml.hpp:1072:18: note: clear is a virtual method
opencv-3.3.0/apps/traincascade/old_ml.hpp:1161:26: warning: Virtual function 'clear' is called from constructor 'CvBoost()' at line 909. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:909:5: note: Calling clear
opencv-3.3.0/apps/traincascade/old_ml.hpp:1161:26: note: clear is a virtual method
opencv-3.3.0/apps/traincascade/old_ml.hpp:1161:26: warning: Virtual function 'clear' is called from destructor '~CvBoost()' at line 961. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:961:5: note: Calling clear
opencv-3.3.0/apps/traincascade/old_ml.hpp:1161:26: note: clear is a virtual method
opencv-3.3.0/apps/traincascade/old_ml.hpp:1125:18: warning: Virtual function 'train' is called from constructor 'CvBoost(const CvMat*trainData,int tflag,const CvMat*responses,const CvMat*varIdx=0,const CvMat*sampleIdx=0,const CvMat*varType=0,const CvMat*missingDataMask=0,CvBoostParams params=CvBoostParams()' at line 977. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/apps/traincascade/old_ml_boost.cpp:977:5: note: Calling train
opencv-3.3.0/apps/traincascade/old_ml.hpp:1125:18: note: train is a virtual method
opencv-3.3.0/apps/traincascade/old_ml_precomp.hpp:372:22: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/apps/traincascade/old_ml_precomp.hpp:358:22: note: Virtual function in base class
opencv-3.3.0/apps/traincascade/old_ml_precomp.hpp:372:22: note: Function in derived class
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:566:25: style: Redundant condition: var_types_out. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:744:23: style: Redundant condition: var_idx_out. '!var_idx_out || (var_idx_out && var_idx_out->cols!=avcount)' is equivalent to '!var_idx_out || var_idx_out->cols!=avcount' [redundantCondition]
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:224:9: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:222:0: note: Variable 'token' is reassigned a value before the old one has been used.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:224:9: note: Variable 'token' is reassigned a value before the old one has been used.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:628:11: style: The scope of the variable 'train_sample_portion' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:54:41: style: Function 'CvTrainTestSplit' argument 1 names different: declaration 'train_sample_count' definition '_train_sample_count'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1934:27: note: Function 'CvTrainTestSplit' argument 1 names different: declaration 'train_sample_count' definition '_train_sample_count'.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:54:41: note: Function 'CvTrainTestSplit' argument 1 names different: declaration 'train_sample_count' definition '_train_sample_count'.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:54:67: style: Function 'CvTrainTestSplit' argument 2 names different: declaration 'mix' definition '_mix'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1934:52: note: Function 'CvTrainTestSplit' argument 2 names different: declaration 'mix' definition '_mix'.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:54:67: note: Function 'CvTrainTestSplit' argument 2 names different: declaration 'mix' definition '_mix'.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:61:43: style: Function 'CvTrainTestSplit' argument 1 names different: declaration 'train_sample_portion' definition '_train_sample_portion'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1935:29: note: Function 'CvTrainTestSplit' argument 1 names different: declaration 'train_sample_portion' definition '_train_sample_portion'.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:61:43: note: Function 'CvTrainTestSplit' argument 1 names different: declaration 'train_sample_portion' definition '_train_sample_portion'.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:61:71: style: Function 'CvTrainTestSplit' argument 2 names different: declaration 'mix' definition '_mix'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1935:56: note: Function 'CvTrainTestSplit' argument 2 names different: declaration 'mix' definition '_mix'.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:61:71: note: Function 'CvTrainTestSplit' argument 2 names different: declaration 'mix' definition '_mix'.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:122:45: style: Function 'set_header_lines_number' argument 1 names different: declaration 'n' definition 'idx'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1962:39: note: Function 'set_header_lines_number' argument 1 names different: declaration 'n' definition 'idx'.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:122:45: note: Function 'set_header_lines_number' argument 1 names different: declaration 'n' definition 'idx'.
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:70:11: warning: Member variable 'CvMLData::mix' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:70:11: warning: Member variable 'CvMLData::total_class_count' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/old_ml.hpp:1998:18: warning: Virtual function 'clear' is called from destructor '~CvMLData()' at line 89. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/apps/traincascade/old_ml_data.cpp:89:5: note: Calling clear
opencv-3.3.0/apps/traincascade/old_ml.hpp:1998:18: note: clear is a virtual method
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:968:9: style: Condition 'ok' is always true [knownConditionTrueFalse]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:964:10: note: Assignment 'ok=1', assigned value is 1
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:968:9: note: Condition 'ok' is always true
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:1726:15: warning: Either the condition 'out_response_map' is redundant or there is possible null pointer dereference: out_response_map. [nullPointerRedundantCheck]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:1684:9: note: Assuming that condition 'out_response_map' is not redundant
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:1726:15: note: Null pointer dereference
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:1727:18: warning: Either the condition 'out_response_map' is redundant or there is possible null pointer dereference: out_response_map. [nullPointerRedundantCheck]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:1684:9: note: Assuming that condition 'out_response_map' is not redundant
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:1727:18: note: Null pointer dereference
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:387:13: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:1172:39: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:1218:39: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:1234:38: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:130:11: style: The scope of the variable 'sum' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:223:12: style: The scope of the variable 'clss' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:780:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:1092:9: style: The scope of the variable 'sample_step' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:1780:12: style: The scope of the variable 'prob' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:496:35: style: Function 'cvPreprocessVarType' argument 1 names different: declaration 'type_mask' definition 'var_type'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml_precomp.hpp:335:42: note: Function 'cvPreprocessVarType' argument 1 names different: declaration 'type_mask' definition 'var_type'.
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:496:35: note: Function 'cvPreprocessVarType' argument 1 names different: declaration 'type_mask' definition 'var_type'.
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:497:26: style: Function 'cvPreprocessVarType' argument 3 names different: declaration 'var_all' definition 'var_count'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml_precomp.hpp:336:33: note: Function 'cvPreprocessVarType' argument 3 names different: declaration 'var_all' definition 'var_count'.
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:497:26: note: Function 'cvPreprocessVarType' argument 3 names different: declaration 'var_all' definition 'var_count'.
opencv-3.3.0/apps/traincascade/old_ml.hpp:142:18: warning: Virtual function 'clear' is called from destructor '~CvStatModel()' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/apps/traincascade/old_ml_inner_functions.cpp:52:5: note: Calling clear
opencv-3.3.0/apps/traincascade/old_ml.hpp:142:18: note: clear is a virtual method
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:328:35: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1034:25: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1077:27: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1092:27: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1894:21: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1898:17: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1909:21: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1911:17: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:814:38: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:815:43: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:966:32: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1014:35: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1828:27: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1988:31: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2243:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2388:31: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2393:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2450:28: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2451:31: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2455:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2539:31: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2682:20: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2883:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2884:35: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2902:24: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2984:43: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3076:35: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:600:25: style: The scope of the variable 'usdst' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:601:14: style: The scope of the variable 'idst2' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:734:13: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1684:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1684:36: style: The scope of the variable 'vi' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2755:15: style: The scope of the variable 'k' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2948:9: style: The scope of the variable 'vi' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2948:40: style: The scope of the variable 'nl' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2948:44: style: The scope of the variable 'nr' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3389:13: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3392:13: style: The scope of the variable 'err' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3393:12: style: The scope of the variable 'min_err' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3393:25: style: The scope of the variable 'min_err_se' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:4023:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:84:57: style: Function 'set_params' argument 1 names different: declaration 'params' definition '_params'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:697:51: note: Function 'set_params' argument 1 names different: declaration 'params' definition '_params'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:84:57: note: Function 'set_params' argument 1 names different: declaration 'params' definition '_params'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:901:44: style: Function 'get_vectors' argument 4 names different: declaration 'responses' definition '_responses'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:672:48: note: Function 'get_vectors' argument 4 names different: declaration 'responses' definition '_responses'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:901:44: note: Function 'get_vectors' argument 4 names different: declaration 'responses' definition '_responses'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1505:35: style: Function 'CvDTreeParams' argument 1 names different: declaration 'max_depth' definition '_max_depth'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:643:24: note: Function 'CvDTreeParams' argument 1 names different: declaration 'max_depth' definition '_max_depth'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1505:35: note: Function 'CvDTreeParams' argument 1 names different: declaration 'max_depth' definition '_max_depth'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1505:51: style: Function 'CvDTreeParams' argument 2 names different: declaration 'min_sample_count' definition '_min_sample_count'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:643:39: note: Function 'CvDTreeParams' argument 2 names different: declaration 'min_sample_count' definition '_min_sample_count'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1505:51: note: Function 'CvDTreeParams' argument 2 names different: declaration 'min_sample_count' definition '_min_sample_count'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1506:37: style: Function 'CvDTreeParams' argument 3 names different: declaration 'regression_accuracy' definition '_regression_accuracy'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:644:26: note: Function 'CvDTreeParams' argument 3 names different: declaration 'regression_accuracy' definition '_regression_accuracy'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1506:37: note: Function 'CvDTreeParams' argument 3 names different: declaration 'regression_accuracy' definition '_regression_accuracy'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1506:64: style: Function 'CvDTreeParams' argument 4 names different: declaration 'use_surrogates' definition '_use_surrogates'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:644:52: note: Function 'CvDTreeParams' argument 4 names different: declaration 'use_surrogates' definition '_use_surrogates'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1506:64: note: Function 'CvDTreeParams' argument 4 names different: declaration 'use_surrogates' definition '_use_surrogates'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1507:35: style: Function 'CvDTreeParams' argument 5 names different: declaration 'max_categories' definition '_max_categories'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:645:24: note: Function 'CvDTreeParams' argument 5 names different: declaration 'max_categories' definition '_max_categories'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1507:35: note: Function 'CvDTreeParams' argument 5 names different: declaration 'max_categories' definition '_max_categories'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1507:56: style: Function 'CvDTreeParams' argument 6 names different: declaration 'cv_folds' definition '_cv_folds'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:645:44: note: Function 'CvDTreeParams' argument 6 names different: declaration 'cv_folds' definition '_cv_folds'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1507:56: note: Function 'CvDTreeParams' argument 6 names different: declaration 'cv_folds' definition '_cv_folds'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1508:36: style: Function 'CvDTreeParams' argument 7 names different: declaration 'use_1se_rule' definition '_use_1se_rule'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:646:25: note: Function 'CvDTreeParams' argument 7 names different: declaration 'use_1se_rule' definition '_use_1se_rule'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1508:36: note: Function 'CvDTreeParams' argument 7 names different: declaration 'use_1se_rule' definition '_use_1se_rule'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1508:56: style: Function 'CvDTreeParams' argument 8 names different: declaration 'truncate_pruned_tree' definition '_truncate_pruned_tree'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:646:44: note: Function 'CvDTreeParams' argument 8 names different: declaration 'truncate_pruned_tree' definition '_truncate_pruned_tree'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1508:56: note: Function 'CvDTreeParams' argument 8 names different: declaration 'truncate_pruned_tree' definition '_truncate_pruned_tree'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1509:44: style: Function 'CvDTreeParams' argument 9 names different: declaration 'priors' definition '_priors'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:647:33: note: Function 'CvDTreeParams' argument 9 names different: declaration 'priors' definition '_priors'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1509:44: note: Function 'CvDTreeParams' argument 9 names different: declaration 'priors' definition '_priors'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1568:35: style: Function 'train' argument 1 names different: declaration 'trainData' definition '_train_data'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:774:38: note: Function 'train' argument 1 names different: declaration 'trainData' definition '_train_data'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1568:35: note: Function 'train' argument 1 names different: declaration 'trainData' definition '_train_data'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1568:52: style: Function 'train' argument 2 names different: declaration 'tflag' definition '_tflag'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:774:53: note: Function 'train' argument 2 names different: declaration 'tflag' definition '_tflag'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1568:52: note: Function 'train' argument 2 names different: declaration 'tflag' definition '_tflag'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1569:35: style: Function 'train' argument 3 names different: declaration 'responses' definition '_responses'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:775:38: note: Function 'train' argument 3 names different: declaration 'responses' definition '_responses'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1569:35: note: Function 'train' argument 3 names different: declaration 'responses' definition '_responses'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1569:60: style: Function 'train' argument 4 names different: declaration 'varIdx' definition '_var_idx'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:775:62: note: Function 'train' argument 4 names different: declaration 'varIdx' definition '_var_idx'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1569:60: note: Function 'train' argument 4 names different: declaration 'varIdx' definition '_var_idx'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1570:35: style: Function 'train' argument 5 names different: declaration 'sampleIdx' definition '_sample_idx'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:776:38: note: Function 'train' argument 5 names different: declaration 'sampleIdx' definition '_sample_idx'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1570:35: note: Function 'train' argument 5 names different: declaration 'sampleIdx' definition '_sample_idx'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1570:61: style: Function 'train' argument 6 names different: declaration 'varType' definition '_var_type'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:776:64: note: Function 'train' argument 6 names different: declaration 'varType' definition '_var_type'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1570:61: note: Function 'train' argument 6 names different: declaration 'varType' definition '_var_type'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1571:35: style: Function 'train' argument 7 names different: declaration 'missingDataMask' definition '_missing_mask'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:777:38: note: Function 'train' argument 7 names different: declaration 'missingDataMask' definition '_missing_mask'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1571:35: note: Function 'train' argument 7 names different: declaration 'missingDataMask' definition '_missing_mask'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1571:64: style: Function 'train' argument 8 names different: declaration 'params' definition '_params'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:778:39: note: Function 'train' argument 8 names different: declaration 'params' definition '_params'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1571:64: note: Function 'train' argument 8 names different: declaration 'params' definition '_params'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1607:32: style: Function 'train' argument 1 names different: declaration 'trainData' definition '_data'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:780:35: note: Function 'train' argument 1 names different: declaration 'trainData' definition '_data'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1607:32: note: Function 'train' argument 1 names different: declaration 'trainData' definition '_data'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1607:53: style: Function 'train' argument 2 names different: declaration 'params' definition '_params'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:780:60: note: Function 'train' argument 2 names different: declaration 'params' definition '_params'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1607:53: note: Function 'train' argument 2 names different: declaration 'params' definition '_params'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1630:40: style: Function 'train' argument 1 names different: declaration 'trainData' definition '_data'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:785:43: note: Function 'train' argument 1 names different: declaration 'trainData' definition '_data'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1630:40: note: Function 'train' argument 1 names different: declaration 'trainData' definition '_data'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1630:60: style: Function 'train' argument 2 names different: declaration 'subsampleIdx' definition '_subsample_idx'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:785:67: note: Function 'train' argument 2 names different: declaration 'subsampleIdx' definition '_subsample_idx'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1630:60: note: Function 'train' argument 2 names different: declaration 'subsampleIdx' definition '_subsample_idx'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1681:44: style: Function 'try_split_node' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:820:47: note: Function 'try_split_node' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1681:44: note: Function 'try_split_node' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1957:54: style: Function 'find_best_split' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:822:57: note: Function 'find_best_split' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1957:54: note: Function 'find_best_split' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1973:59: style: Function 'find_split_ord_class' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:823:62: note: Function 'find_split_ord_class' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1973:59: note: Function 'find_split_ord_class' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1974:95: style: Function 'find_split_ord_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:824:86: note: Function 'find_split_ord_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1974:95: note: Function 'find_split_ord_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2092:59: style: Function 'cluster_categories' argument 2 names different: declaration 'vector_count' definition 'n'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:835:62: note: Function 'cluster_categories' argument 2 names different: declaration 'vector_count' definition 'n'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2092:59: note: Function 'cluster_categories' argument 2 names different: declaration 'vector_count' definition 'n'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2092:66: style: Function 'cluster_categories' argument 3 names different: declaration 'var_count' definition 'm'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:836:13: note: Function 'cluster_categories' argument 3 names different: declaration 'var_count' definition 'm'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2092:66: note: Function 'cluster_categories' argument 3 names different: declaration 'var_count' definition 'm'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2093:38: style: Function 'cluster_categories' argument 4 names different: declaration 'sums' definition 'csums'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:836:29: note: Function 'cluster_categories' argument 4 names different: declaration 'sums' definition 'csums'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2093:38: note: Function 'cluster_categories' argument 4 names different: declaration 'sums' definition 'csums'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2093:57: style: Function 'cluster_categories' argument 6 names different: declaration 'cluster_labels' definition 'labels'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:836:47: note: Function 'cluster_categories' argument 6 names different: declaration 'cluster_labels' definition 'labels'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2093:57: note: Function 'cluster_categories' argument 6 names different: declaration 'cluster_labels' definition 'labels'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2188:59: style: Function 'find_split_cat_class' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:825:62: note: Function 'find_split_cat_class' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2188:59: note: Function 'find_split_cat_class' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2189:75: style: Function 'find_split_cat_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:826:86: note: Function 'find_split_cat_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2189:75: note: Function 'find_split_cat_class' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2377:57: style: Function 'find_split_ord_reg' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:827:60: note: Function 'find_split_ord_reg' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2377:57: note: Function 'find_split_ord_reg' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2377:120: style: Function 'find_split_ord_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:828:86: note: Function 'find_split_ord_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2377:120: note: Function 'find_split_ord_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2436:57: style: Function 'find_split_cat_reg' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:829:60: note: Function 'find_split_cat_reg' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2436:57: note: Function 'find_split_cat_reg' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2436:120: style: Function 'find_split_cat_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:830:86: note: Function 'find_split_cat_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2436:120: note: Function 'find_split_cat_reg' argument 5 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2529:63: style: Function 'find_surrogate_split_ord' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:831:66: note: Function 'find_surrogate_split_ord' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2529:63: note: Function 'find_surrogate_split_ord' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2529:84: style: Function 'find_surrogate_split_ord' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:831:84: note: Function 'find_surrogate_split_ord' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2529:84: note: Function 'find_surrogate_split_ord' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2651:63: style: Function 'find_surrogate_split_cat' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:832:66: note: Function 'find_surrogate_split_cat' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2651:63: note: Function 'find_surrogate_split_cat' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2651:84: style: Function 'find_surrogate_split_cat' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:832:84: note: Function 'find_surrogate_split_cat' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2651:84: note: Function 'find_surrogate_split_cat' argument 3 names different: declaration 'ext_buf' definition '_ext_buf'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3034:45: style: Function 'split_node_data' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:821:48: note: Function 'split_node_data' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3034:45: note: Function 'split_node_data' argument 1 names different: declaration 'n' definition 'node'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3317:38: style: Function 'calc_error' argument 1 names different: declaration 'trainData' definition '_data'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:783:41: note: Function 'calc_error' argument 1 names different: declaration 'trainData' definition '_data'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3317:38: note: Function 'calc_error' argument 1 names different: declaration 'trainData' definition '_data'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3567:36: style: Function 'free_prune_data' argument 1 names different: declaration 'cut_tree' definition '_cut_tree'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:843:39: note: Function 'free_prune_data' argument 1 names different: declaration 'cut_tree' definition '_cut_tree'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3567:36: note: Function 'free_prune_data' argument 1 names different: declaration 'cut_tree' definition '_cut_tree'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3618:45: style: Function 'predict' argument 1 names different: declaration 'sample' definition '_sample'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:787:48: note: Function 'predict' argument 1 names different: declaration 'sample' definition '_sample'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3618:45: note: Function 'predict' argument 1 names different: declaration 'sample' definition '_sample'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3619:18: style: Function 'predict' argument 2 names different: declaration 'missingDataMask' definition '_missing'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:787:69: note: Function 'predict' argument 2 names different: declaration 'missingDataMask' definition '_missing'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3619:18: note: Function 'predict' argument 2 names different: declaration 'missingDataMask' definition '_missing'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3619:33: style: Function 'predict' argument 3 names different: declaration 'preprocessedInput' definition 'preprocessed_input'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:788:40: note: Function 'predict' argument 3 names different: declaration 'preprocessedInput' definition 'preprocessed_input'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3619:33: note: Function 'predict' argument 3 names different: declaration 'preprocessedInput' definition 'preprocessed_input'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3926:67: style: Function 'read_split' argument 2 names different: declaration 'node' definition 'fnode'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:849:70: note: Function 'read_split' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:3926:67: note: Function 'read_split' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:4014:65: style: Function 'read_node' argument 2 names different: declaration 'node' definition 'fnode'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:848:68: note: Function 'read_node' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:4014:65: note: Function 'read_node' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:4074:63: style: Function 'read_tree_nodes' argument 2 names different: declaration 'node' definition 'fnode'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:851:66: note: Function 'read_tree_nodes' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:4074:63: note: Function 'read_tree_nodes' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:4114:52: style: Function 'read' argument 2 names different: declaration 'node' definition 'fnode'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:803:55: note: Function 'read' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:4114:52: note: Function 'read' argument 2 names different: declaration 'node' definition 'fnode'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:4125:76: style: Function 'read' argument 3 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
opencv-3.3.0/apps/traincascade/old_ml.hpp:808:42: note: Function 'read' argument 3 names different: declaration 'data' definition '_data'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:4125:76: note: Function 'read' argument 3 names different: declaration 'data' definition '_data'.
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:2858:29: style: Variable 'max_k' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:50:19: warning: Member variable 'CvDTreeTrainData::work_var_count' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:50:19: warning: Member variable 'CvDTreeTrainData::tflag' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:50:19: warning: Member variable 'CvDTreeTrainData::train_data' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:50:19: warning: Member variable 'CvDTreeTrainData::responses' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:50:19: warning: Member variable 'CvDTreeTrainData::is_buf_16u' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/apps/traincascade/old_ml.hpp:680:18: warning: Virtual function 'clear' is called from constructor 'CvDTreeTrainData()' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:57:5: note: Calling clear
opencv-3.3.0/apps/traincascade/old_ml.hpp:680:18: note: clear is a virtual method
opencv-3.3.0/apps/traincascade/old_ml.hpp:680:18: warning: Virtual function 'clear' is called from destructor '~CvDTreeTrainData()' at line 80. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:80:5: note: Calling clear
opencv-3.3.0/apps/traincascade/old_ml.hpp:680:18: note: clear is a virtual method
opencv-3.3.0/apps/traincascade/old_ml.hpp:801:26: warning: Virtual function 'clear' is called from constructor 'CvDTree()' at line 1524. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1524:5: note: Calling clear
opencv-3.3.0/apps/traincascade/old_ml.hpp:801:26: note: clear is a virtual method
opencv-3.3.0/apps/traincascade/old_ml.hpp:801:26: warning: Virtual function 'clear' is called from destructor '~CvDTree()' at line 1546. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:1546:5: note: Calling clear
opencv-3.3.0/apps/traincascade/old_ml.hpp:801:26: note: clear is a virtual method
opencv-3.3.0/apps/traincascade/old_ml_tree.cpp:134:5: style: Class 'LessThanIdx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/apps/traincascade/traincascade.cpp:97:19: style: Condition '!set' is always true [knownConditionTrueFalse]
opencv-3.3.0/apps/traincascade/traincascade.cpp:50:20: note: Assignment 'set=false', assigned value is 0
opencv-3.3.0/apps/traincascade/traincascade.cpp:97:19: note: Condition '!set' is always true
opencv-3.3.0/cmake/checks/cpu_avx.cpp:2:0: error: #error "__AVX__ define is missing" [preprocessorErrorDirective]
opencv-3.3.0/cmake/checks/cpu_avx2.cpp:2:0: error: #error "__AVX2__ define is missing" [preprocessorErrorDirective]
opencv-3.3.0/cmake/checks/cpu_avx512.cpp:8:0: error: #error "AVX512 is not supported" [preprocessorErrorDirective]
opencv-3.3.0/cmake/checks/cpu_fp16.cpp:26:0: error: #error "FP16 is not supported" [preprocessorErrorDirective]
opencv-3.3.0/cmake/checks/cpu_neon.cpp:20:0: error: #error "NEON is not supported" [preprocessorErrorDirective]
opencv-3.3.0/cmake/checks/cpu_popcnt.cpp:20:13: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/cmake/checks/cpu_sse42.cpp:5:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/cmake/checks/cxx11.cpp:4:0: error: #error "C++11 is not supported" [preprocessorErrorDirective]
opencv-3.3.0/cmake/checks/opencl.cpp:8:0: error: #error OpenCL check failed [preprocessorErrorDirective]
opencv-3.3.0/modules/calib3d/perf/perf_affine2d.cpp:72:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/calib3d/perf/perf_stereosgbm.cpp:51:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:136:19: style: Function 'ap3p' argument 1 names different: declaration 'fx' definition '_fx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/ap3p.h:38:17: note: Function 'ap3p' argument 1 names different: declaration 'fx' definition '_fx'.
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:136:19: note: Function 'ap3p' argument 1 names different: declaration 'fx' definition '_fx'.
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:136:31: style: Function 'ap3p' argument 2 names different: declaration 'fy' definition '_fy'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/ap3p.h:38:28: note: Function 'ap3p' argument 2 names different: declaration 'fy' definition '_fy'.
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:136:31: note: Function 'ap3p' argument 2 names different: declaration 'fy' definition '_fy'.
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:136:43: style: Function 'ap3p' argument 3 names different: declaration 'cx' definition '_cx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/ap3p.h:38:39: note: Function 'ap3p' argument 3 names different: declaration 'cx' definition '_cx'.
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:136:43: note: Function 'ap3p' argument 3 names different: declaration 'cx' definition '_cx'.
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:136:55: style: Function 'ap3p' argument 4 names different: declaration 'cy' definition '_cy'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/ap3p.h:38:50: note: Function 'ap3p' argument 4 names different: declaration 'cy' definition '_cy'.
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:136:55: note: Function 'ap3p' argument 4 names different: declaration 'cy' definition '_cy'.
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:128:7: warning: Member variable 'ap3p::fx' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:128:7: warning: Member variable 'ap3p::fy' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:128:7: warning: Member variable 'ap3p::cx' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:128:7: warning: Member variable 'ap3p::cy' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/calib3d/src/ap3p.h:62:9: performance: Technically the member function 'cv::ap3p::computePoses' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/ap3p.cpp:150:11: note: Technically the member function 'cv::ap3p::computePoses' can be static.
opencv-3.3.0/modules/calib3d/src/ap3p.h:62:9: note: Technically the member function 'cv::ap3p::computePoses' can be static.
opencv-3.3.0/modules/calib3d/src/ap3p.h:40:5: style: Class 'ap3p' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:932:13: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1834:9: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1822:6: warning: Either the condition 'out_quads' is redundant or there is possible null pointer dereference: out_quads. [nullPointerRedundantCheck]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1721:9: note: Assuming that condition 'out_quads' is not redundant
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1822:6: note: Null pointer dereference
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1823:6: warning: Either the condition 'out_corners' is redundant or there is possible null pointer dereference: out_corners. [nullPointerRedundantCheck]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1724:9: note: Assuming that condition 'out_corners' is not redundant
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1823:6: note: Null pointer dereference
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1805:43: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1822:18: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1823:20: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:328:9: style: The scope of the variable 'iSumAroundMax' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1160:57: style: Function 'icvCleanFoundConnectedQuads' argument 2 names different: declaration 'quads' definition 'quad_group'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:208:28: note: Function 'icvCleanFoundConnectedQuads' argument 2 names different: declaration 'quads' definition 'quad_group'.
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1160:57: note: Function 'icvCleanFoundConnectedQuads' argument 2 names different: declaration 'quads' definition 'quad_group'.
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1266:34: style: Function 'icvFindConnectedQuads' argument 1 names different: declaration 'quads' definition 'quad'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:200:45: note: Function 'icvFindConnectedQuads' argument 1 names different: declaration 'quads' definition 'quad'.
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1266:34: note: Function 'icvFindConnectedQuads' argument 1 names different: declaration 'quads' definition 'quad'.
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1266:67: style: Function 'icvFindConnectedQuads' argument 3 names different: declaration 'quad_group' definition 'out_group'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:201:46: note: Function 'icvFindConnectedQuads' argument 3 names different: declaration 'quad_group' definition 'out_group'.
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1266:67: note: Function 'icvFindConnectedQuads' argument 3 names different: declaration 'quad_group' definition 'out_group'.
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1313:47: style: Function 'icvCheckQuadGroup' argument 2 names different: declaration 'count' definition 'quad_count'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:204:58: note: Function 'icvCheckQuadGroup' argument 2 names different: declaration 'count' definition 'quad_count'.
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:1313:47: note: Function 'icvCheckQuadGroup' argument 2 names different: declaration 'count' definition 'quad_count'.
opencv-3.3.0/modules/calib3d/src/calibinit.cpp:383:22: style: Array index 'iIdxBGMax' is used before limits check. [arrayIndexThenCheck]
opencv-3.3.0/modules/calib3d/src/circlesgrid.hpp:59:3: style: Class 'CirclesGridClusterFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/calib3d/src/circlesgrid.hpp:92:3: style: Class 'Graph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/calib3d/src/calibration.cpp:254:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/calibration.cpp:254:12: style: The scope of the variable 'k' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/calibration.cpp:397:20: style: The scope of the variable 't' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/calibration.cpp:977:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/calibration.cpp:1039:33: style: The scope of the variable 'h1_norm' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/calibration.cpp:1039:42: style: The scope of the variable 'h2_norm' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/calibration.cpp:2575:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/calibration.cpp:2575:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/calibration.cpp:1265:9: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/src/calibration.cpp:2310:5: style: Variable '_uu' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/src/circlesgrid.cpp:1424:70: style: Function 'getAsymmetricHoles' argument 1 names different: declaration 'holes' definition 'outHoles'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/circlesgrid.hpp:132:53: note: Function 'getAsymmetricHoles' argument 1 names different: declaration 'holes' definition 'outHoles'.
opencv-3.3.0/modules/calib3d/src/circlesgrid.cpp:1424:70: note: Function 'getAsymmetricHoles' argument 1 names different: declaration 'holes' definition 'outHoles'.
opencv-3.3.0/modules/calib3d/src/circlesgrid.hpp:72:8: style: Technically the member function 'CirclesGridClusterFinder::getSortedCorners' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/circlesgrid.cpp:297:32: note: Technically the member function 'CirclesGridClusterFinder::getSortedCorners' can be const.
opencv-3.3.0/modules/calib3d/src/circlesgrid.hpp:72:8: note: Technically the member function 'CirclesGridClusterFinder::getSortedCorners' can be const.
opencv-3.3.0/modules/calib3d/src/circlesgrid.hpp:147:10: style: Technically the member function 'CirclesGridFinder::findLongestPath' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/circlesgrid.cpp:1250:27: note: Technically the member function 'CirclesGridFinder::findLongestPath' can be const.
opencv-3.3.0/modules/calib3d/src/circlesgrid.hpp:147:10: note: Technically the member function 'CirclesGridFinder::findLongestPath' can be const.
opencv-3.3.0/modules/calib3d/src/circlesgrid.hpp:148:9: style: Technically the member function 'CirclesGridFinder::computeGraphConfidence' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/circlesgrid.cpp:1011:26: note: Technically the member function 'CirclesGridFinder::computeGraphConfidence' can be const.
opencv-3.3.0/modules/calib3d/src/circlesgrid.hpp:148:9: note: Technically the member function 'CirclesGridFinder::computeGraphConfidence' can be const.
opencv-3.3.0/modules/calib3d/src/dls.cpp:299:38: style: Function 'fill_coeff' argument 1 names different: declaration 'D' definition 'D_mat'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/dls.h:57:37: note: Function 'fill_coeff' argument 1 names different: declaration 'D' definition 'D_mat'.
opencv-3.3.0/modules/calib3d/src/dls.cpp:299:38: note: Function 'fill_coeff' argument 1 names different: declaration 'D' definition 'D_mat'.
opencv-3.3.0/modules/calib3d/src/dls.cpp:634:36: style: Function 'is_empty' argument 1 names different: declaration 'v' definition 'M'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/dls.h:71:35: note: Function 'is_empty' argument 1 names different: declaration 'v' definition 'M'.
opencv-3.3.0/modules/calib3d/src/dls.cpp:634:36: note: Function 'is_empty' argument 1 names different: declaration 'v' definition 'M'.
opencv-3.3.0/modules/calib3d/src/dls.h:70:13: style: Unused private function: 'dls::mean' [unusedPrivateFunction]
opencv-3.3.0/modules/calib3d/src/dls.h:103:10: style: Unused private function: 'EigenvalueDecomposition::alloc_1d' [unusedPrivateFunction]
opencv-3.3.0/modules/calib3d/src/dls.h:55:10: performance: Technically the member function 'dls::compute_eigenvec' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/dls.cpp:266:11: note: Technically the member function 'dls::compute_eigenvec' can be static.
opencv-3.3.0/modules/calib3d/src/dls.h:55:10: note: Technically the member function 'dls::compute_eigenvec' can be static.
opencv-3.3.0/modules/calib3d/src/dls.h:70:13: performance: Technically the member function 'dls::mean' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/dls.cpp:627:14: note: Technically the member function 'dls::mean' can be static.
opencv-3.3.0/modules/calib3d/src/dls.h:70:13: note: Technically the member function 'dls::mean' can be static.
opencv-3.3.0/modules/calib3d/src/dls.h:683:10: style: Technically the member function 'EigenvalueDecomposition::release' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/dls.h:768:9: style: Technically the member function 'EigenvalueDecomposition::eigenvalues' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/dls.h:770:9: style: Technically the member function 'EigenvalueDecomposition::eigenvectors' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/dls.h:729:5: style: Class 'EigenvalueDecomposition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/calib3d/src/dls.cpp:599:55: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
opencv-3.3.0/modules/calib3d/src/dls.cpp:608:41: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
opencv-3.3.0/modules/calib3d/src/dls.cpp:616:42: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
opencv-3.3.0/modules/calib3d/src/dls.cpp:624:47: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
opencv-3.3.0/modules/calib3d/src/dls.cpp:71:38: style: Reading from empty STL container 'cost_' [reademptycontainer]
opencv-3.3.0/modules/calib3d/src/dls.cpp:73:17: style: Reading from empty STL container 'cost_' [reademptycontainer]
opencv-3.3.0/modules/calib3d/src/dls.cpp:75:27: style: Reading from empty STL container 't_est_' [reademptycontainer]
opencv-3.3.0/modules/calib3d/src/dls.cpp:75:39: style: Reading from empty STL container 'C_est_' [reademptycontainer]
opencv-3.3.0/modules/calib3d/src/dls.cpp:76:27: style: Reading from empty STL container 'C_est_' [reademptycontainer]
opencv-3.3.0/modules/calib3d/src/dls.cpp:77:26: style: Reading from empty STL container 'cost_' [reademptycontainer]
opencv-3.3.0/modules/calib3d/src/epnp.cpp:110:37: style: Function 'fill_M' argument 3 names different: declaration 'alphas' definition 'as'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/epnp.h:44:56: note: Function 'fill_M' argument 3 names different: declaration 'alphas' definition 'as'.
opencv-3.3.0/modules/calib3d/src/epnp.cpp:110:37: note: Function 'fill_M' argument 3 names different: declaration 'alphas' definition 'as'.
opencv-3.3.0/modules/calib3d/src/epnp.cpp:199:38: warning: Function 'copy_R_and_t' argument order different: declaration 'R_dst, t_dst, R_src, t_src' definition 'R_src, t_src, R_dst, t_dst' [funcArgOrderDifferent]
opencv-3.3.0/modules/calib3d/src/epnp.h:70:34: note: Function 'copy_R_and_t' argument order different: declaration 'R_dst, t_dst, R_src, t_src' definition 'R_src, t_src, R_dst, t_dst'
opencv-3.3.0/modules/calib3d/src/epnp.cpp:199:38: note: Function 'copy_R_and_t' argument order different: declaration 'R_dst, t_dst, R_src, t_src' definition 'R_src, t_src, R_dst, t_dst'
opencv-3.3.0/modules/calib3d/src/epnp.cpp:478:24: style: Function 'compute_A_and_b_gauss_newton' argument 3 names different: declaration 'cb' definition 'betas'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/epnp.h:63:34: note: Function 'compute_A_and_b_gauss_newton' argument 3 names different: declaration 'cb' definition 'betas'.
opencv-3.3.0/modules/calib3d/src/epnp.cpp:478:24: note: Function 'compute_A_and_b_gauss_newton' argument 3 names different: declaration 'cb' definition 'betas'.
opencv-3.3.0/modules/calib3d/src/epnp.cpp:505:73: style: Function 'gauss_newton' argument 3 names different: declaration 'current_betas' definition 'betas'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/epnp.h:61:69: note: Function 'gauss_newton' argument 3 names different: declaration 'current_betas' definition 'betas'.
opencv-3.3.0/modules/calib3d/src/epnp.cpp:505:73: note: Function 'gauss_newton' argument 3 names different: declaration 'current_betas' definition 'betas'.
opencv-3.3.0/modules/calib3d/src/epnp.cpp:92:7: style: Variable 'cc' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/src/epnp.h:44:8: style: Technically the member function 'cv::epnp::fill_M' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/epnp.cpp:109:12: note: Technically the member function 'cv::epnp::fill_M' can be const.
opencv-3.3.0/modules/calib3d/src/epnp.h:44:8: note: Technically the member function 'cv::epnp::fill_M' can be const.
opencv-3.3.0/modules/calib3d/src/epnp.h:50:8: performance: Technically the member function 'cv::epnp::find_betas_approx_1' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/epnp.cpp:332:12: note: Technically the member function 'cv::epnp::find_betas_approx_1' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:50:8: note: Technically the member function 'cv::epnp::find_betas_approx_1' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:51:8: performance: Technically the member function 'cv::epnp::find_betas_approx_2' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/epnp.cpp:364:12: note: Technically the member function 'cv::epnp::find_betas_approx_2' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:51:8: note: Technically the member function 'cv::epnp::find_betas_approx_2' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:52:8: performance: Technically the member function 'cv::epnp::find_betas_approx_3' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/epnp.cpp:396:12: note: Technically the member function 'cv::epnp::find_betas_approx_3' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:52:8: note: Technically the member function 'cv::epnp::find_betas_approx_3' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:55:10: performance: Technically the member function 'cv::epnp::dot' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/epnp.cpp:217:14: note: Technically the member function 'cv::epnp::dot' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:55:10: note: Technically the member function 'cv::epnp::dot' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:56:10: performance: Technically the member function 'cv::epnp::dist2' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/epnp.cpp:209:14: note: Technically the member function 'cv::epnp::dist2' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:56:10: note: Technically the member function 'cv::epnp::dist2' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:62:8: performance: Technically the member function 'cv::epnp::compute_A_and_b_gauss_newton' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/epnp.cpp:477:12: note: Technically the member function 'cv::epnp::compute_A_and_b_gauss_newton' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:62:8: note: Technically the member function 'cv::epnp::compute_A_and_b_gauss_newton' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:70:8: performance: Technically the member function 'cv::epnp::copy_R_and_t' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/epnp.cpp:199:12: note: Technically the member function 'cv::epnp::copy_R_and_t' can be static.
opencv-3.3.0/modules/calib3d/src/epnp.h:70:8: note: Technically the member function 'cv::epnp::copy_R_and_t' can be static.
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:469:22: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:1107:54: style: Function 'IntrinsicParams' argument 1 names different: declaration 'f' definition '_f'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/fisheye.hpp:16:27: note: Function 'IntrinsicParams' argument 1 names different: declaration 'f' definition '_f'.
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:1107:54: note: Function 'IntrinsicParams' argument 1 names different: declaration 'f' definition '_f'.
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:1107:64: style: Function 'IntrinsicParams' argument 2 names different: declaration 'c' definition '_c'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/fisheye.hpp:16:36: note: Function 'IntrinsicParams' argument 2 names different: declaration 'c' definition '_c'.
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:1107:64: note: Function 'IntrinsicParams' argument 2 names different: declaration 'c' definition '_c'.
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:1107:74: style: Function 'IntrinsicParams' argument 3 names different: declaration 'k' definition '_k'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/fisheye.hpp:16:45: note: Function 'IntrinsicParams' argument 3 names different: declaration 'k' definition '_k'.
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:1107:74: note: Function 'IntrinsicParams' argument 3 names different: declaration 'k' definition '_k'.
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:1107:85: style: Function 'IntrinsicParams' argument 4 names different: declaration 'alpha' definition '_alpha'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/fisheye.hpp:16:55: note: Function 'IntrinsicParams' argument 4 names different: declaration 'alpha' definition '_alpha'.
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:1107:85: note: Function 'IntrinsicParams' argument 4 names different: declaration 'alpha' definition '_alpha'.
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:1414:78: style: Function 'ComputeJacobians' argument 8 names different: declaration 'JJ2_inv' definition 'JJ2'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/fisheye.hpp:41:78: note: Function 'ComputeJacobians' argument 8 names different: declaration 'JJ2_inv' definition 'JJ2'.
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:1414:78: note: Function 'ComputeJacobians' argument 8 names different: declaration 'JJ2_inv' definition 'JJ2'.
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:720:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:721:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:722:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:723:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:724:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:725:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:726:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:728:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:729:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:744:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:745:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:746:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:747:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:898:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:899:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:900:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:901:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:902:82: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:903:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:904:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:905:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:906:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:908:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:909:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:910:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:911:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:912:83: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:913:81: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:914:81: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:915:81: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/fisheye.cpp:916:81: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/five-point.cpp:101:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/src/five-point.cpp:149:10: performance: Technically the member function 'cv::EMEstimatorCallback::getCoeffMat' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/five-point.cpp:40:9: style: The function 'runKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:89:21: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/five-point.cpp:40:9: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/five-point.cpp:373:10: style: The function 'computeError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:90:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/five-point.cpp:373:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:455:9: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/src/fundam.cpp:501:5: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/src/fundam.cpp:185:9: performance: Variable 'src' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/calib3d/src/fundam.cpp:53:10: style: The function 'checkSubset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:91:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:53:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:90:9: style: The function 'runKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:89:21: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:90:9: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:157:10: style: The function 'computeError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:90:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:157:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:189:10: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:73:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:189:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:635:10: style: The function 'checkSubset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:91:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:635:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:641:9: style: The function 'runKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:89:21: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:641:9: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:657:10: style: The function 'computeError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:90:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:657:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/fundam.cpp:70:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:80:10: performance: Technically the member function 'cv::HomographyDecomposition::HomographyDecomp::passesSameSideOfPlaneConstraint' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:140:24: note: Technically the member function 'cv::HomographyDecomposition::HomographyDecomp::passesSameSideOfPlaneConstraint' can be static.
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:80:10: note: Technically the member function 'cv::HomographyDecomposition::HomographyDecomp::passesSameSideOfPlaneConstraint' can be static.
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:112:10: style: Technically the member function 'cv::HomographyDecomposition::HomographyDecompInria::findRmatFrom_tstar_n' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:294:29: note: Technically the member function 'cv::HomographyDecomposition::HomographyDecompInria::findRmatFrom_tstar_n' can be const.
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:112:10: note: Technically the member function 'cv::HomographyDecomposition::HomographyDecompInria::findRmatFrom_tstar_n' can be const.
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:99:18: style: The function 'decompose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:81:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:99:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:110:18: style: The function 'decompose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:81:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/homography_decomp.cpp:110:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/levmarq.cpp:92:9: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:77:17: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/levmarq.cpp:92:9: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/levmarq.cpp:201:10: style: The function 'setCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:76:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/levmarq.cpp:201:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/p3p.cpp:25:17: style: Function 'p3p' argument 1 names different: declaration 'fx' definition '_fx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/p3p.h:10:14: note: Function 'p3p' argument 1 names different: declaration 'fx' definition '_fx'.
opencv-3.3.0/modules/calib3d/src/p3p.cpp:25:17: note: Function 'p3p' argument 1 names different: declaration 'fx' definition '_fx'.
opencv-3.3.0/modules/calib3d/src/p3p.cpp:25:29: style: Function 'p3p' argument 2 names different: declaration 'fy' definition '_fy'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/p3p.h:10:25: note: Function 'p3p' argument 2 names different: declaration 'fy' definition '_fy'.
opencv-3.3.0/modules/calib3d/src/p3p.cpp:25:29: note: Function 'p3p' argument 2 names different: declaration 'fy' definition '_fy'.
opencv-3.3.0/modules/calib3d/src/p3p.cpp:25:41: style: Function 'p3p' argument 3 names different: declaration 'cx' definition '_cx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/p3p.h:10:36: note: Function 'p3p' argument 3 names different: declaration 'cx' definition '_cx'.
opencv-3.3.0/modules/calib3d/src/p3p.cpp:25:41: note: Function 'p3p' argument 3 names different: declaration 'cx' definition '_cx'.
opencv-3.3.0/modules/calib3d/src/p3p.cpp:25:53: style: Function 'p3p' argument 4 names different: declaration 'cy' definition '_cy'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/p3p.h:10:47: note: Function 'p3p' argument 4 names different: declaration 'cy' definition '_cy'.
opencv-3.3.0/modules/calib3d/src/p3p.cpp:25:53: note: Function 'p3p' argument 4 names different: declaration 'cy' definition '_cy'.
opencv-3.3.0/modules/calib3d/src/p3p.cpp:298:24: style: Function 'align' argument 1 names different: declaration 'M_start' definition 'M_end'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/p3p.h:51:21: note: Function 'align' argument 1 names different: declaration 'M_start' definition 'M_end'.
opencv-3.3.0/modules/calib3d/src/p3p.cpp:298:24: note: Function 'align' argument 1 names different: declaration 'M_start' definition 'M_end'.
opencv-3.3.0/modules/calib3d/src/p3p.cpp:16:6: warning: Member variable 'p3p::fx' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/calib3d/src/p3p.cpp:16:6: warning: Member variable 'p3p::fy' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/calib3d/src/p3p.cpp:16:6: warning: Member variable 'p3p::cx' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/calib3d/src/p3p.cpp:16:6: warning: Member variable 'p3p::cy' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/calib3d/src/p3p.h:50:7: performance: Technically the member function 'p3p::solve_for_lengths' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/p3p.cpp:206:10: note: Technically the member function 'p3p::solve_for_lengths' can be static.
opencv-3.3.0/modules/calib3d/src/p3p.h:50:7: note: Technically the member function 'p3p::solve_for_lengths' can be static.
opencv-3.3.0/modules/calib3d/src/p3p.h:57:8: performance: Technically the member function 'p3p::jacobi_4x4' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/p3p.cpp:370:11: note: Technically the member function 'p3p::jacobi_4x4' can be static.
opencv-3.3.0/modules/calib3d/src/p3p.h:57:8: note: Technically the member function 'p3p::jacobi_4x4' can be static.
opencv-3.3.0/modules/calib3d/src/p3p.h:11:3: style: Class 'p3p' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/calib3d/src/posit.cpp:82:15: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/calib3d/src/posit.cpp:90:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/calib3d/src/posit.cpp:91:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/calib3d/src/posit.cpp:91:36: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/calib3d/src/posit.cpp:92:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/calib3d/src/posit.cpp:92:36: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:382:100: style: Function 'createRANSACPointSetRegistrator' argument 1 names different: declaration 'cb' definition '_cb'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:98:111: note: Function 'createRANSACPointSetRegistrator' argument 1 names different: declaration 'cb' definition '_cb'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:382:100: note: Function 'createRANSACPointSetRegistrator' argument 1 names different: declaration 'cb' definition '_cb'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:383:62: style: Function 'createRANSACPointSetRegistrator' argument 2 names different: declaration 'modelPoints' definition '_modelPoints'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:99:73: note: Function 'createRANSACPointSetRegistrator' argument 2 names different: declaration 'modelPoints' definition '_modelPoints'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:383:62: note: Function 'createRANSACPointSetRegistrator' argument 2 names different: declaration 'modelPoints' definition '_modelPoints'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:383:83: style: Function 'createRANSACPointSetRegistrator' argument 3 names different: declaration 'threshold' definition '_threshold'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:99:93: note: Function 'createRANSACPointSetRegistrator' argument 3 names different: declaration 'threshold' definition '_threshold'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:383:83: note: Function 'createRANSACPointSetRegistrator' argument 3 names different: declaration 'threshold' definition '_threshold'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:384:65: style: Function 'createRANSACPointSetRegistrator' argument 4 names different: declaration 'confidence' definition '_confidence'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:100:76: note: Function 'createRANSACPointSetRegistrator' argument 4 names different: declaration 'confidence' definition '_confidence'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:384:65: note: Function 'createRANSACPointSetRegistrator' argument 4 names different: declaration 'confidence' definition '_confidence'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:384:82: style: Function 'createRANSACPointSetRegistrator' argument 5 names different: declaration 'maxIters' definition '_maxIters'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:100:97: note: Function 'createRANSACPointSetRegistrator' argument 5 names different: declaration 'maxIters' definition '_maxIters'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:384:82: note: Function 'createRANSACPointSetRegistrator' argument 5 names different: declaration 'maxIters' definition '_maxIters'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:391:99: style: Function 'createLMeDSPointSetRegistrator' argument 1 names different: declaration 'cb' definition '_cb'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:102:110: note: Function 'createLMeDSPointSetRegistrator' argument 1 names different: declaration 'cb' definition '_cb'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:391:99: note: Function 'createLMeDSPointSetRegistrator' argument 1 names different: declaration 'cb' definition '_cb'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:392:34: style: Function 'createLMeDSPointSetRegistrator' argument 2 names different: declaration 'modelPoints' definition '_modelPoints'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:103:72: note: Function 'createLMeDSPointSetRegistrator' argument 2 names different: declaration 'modelPoints' definition '_modelPoints'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:392:34: note: Function 'createLMeDSPointSetRegistrator' argument 2 names different: declaration 'modelPoints' definition '_modelPoints'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:392:55: style: Function 'createLMeDSPointSetRegistrator' argument 3 names different: declaration 'confidence' definition '_confidence'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:103:92: note: Function 'createLMeDSPointSetRegistrator' argument 3 names different: declaration 'confidence' definition '_confidence'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:392:55: note: Function 'createLMeDSPointSetRegistrator' argument 3 names different: declaration 'confidence' definition '_confidence'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:392:72: style: Function 'createLMeDSPointSetRegistrator' argument 4 names different: declaration 'maxIters' definition '_maxIters'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:103:113: note: Function 'createLMeDSPointSetRegistrator' argument 4 names different: declaration 'maxIters' definition '_maxIters'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:392:72: note: Function 'createLMeDSPointSetRegistrator' argument 4 names different: declaration 'maxIters' definition '_maxIters'.
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:658:9: performance: Variable 'src' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:716:9: performance: Variable 'src' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:164:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:95:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:164:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:260:10: style: The function 'setCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:260:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:277:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:95:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:277:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:402:9: style: The function 'runKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:89:21: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:402:9: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:440:10: style: The function 'computeError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:90:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:440:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:467:10: style: The function 'checkSubset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:91:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:467:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:505:9: style: The function 'runKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:89:21: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:505:9: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:565:10: style: The function 'computeError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:90:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:565:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:594:10: style: The function 'checkSubset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:91:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:594:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:606:9: style: The function 'runKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:89:21: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:606:9: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:662:10: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:73:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:662:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:720:10: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:73:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/ptsetreg.cpp:720:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/rho.cpp:871:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/calib3d/src/rho.cpp:872:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/calib3d/src/rho.cpp:873:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/calib3d/src/rho.cpp:876:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/calib3d/src/rho.cpp:889:0: style: Same expression used in consecutive assignments of 'best_inl_sz' and 'curr_inl_sz'. [duplicateAssignExpression]
opencv-3.3.0/modules/calib3d/src/rho.cpp:890:0: note: Same expression used in consecutive assignments of 'best_inl_sz' and 'curr_inl_sz'.
opencv-3.3.0/modules/calib3d/src/rho.cpp:889:0: note: Same expression used in consecutive assignments of 'best_inl_sz' and 'curr_inl_sz'.
opencv-3.3.0/modules/calib3d/src/rho.cpp:1449:14: style: The scope of the variable 'isInlier' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/rho.cpp:2138:17: style: The scope of the variable 'gain' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/rho.cpp:614:16: warning: Member variable 'RHO_HEST_REFC::arg' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/calib3d/src/rho.cpp:614:16: warning: Member variable 'RHO_HEST_REFC::ctrl' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/calib3d/src/rho.cpp:614:16: warning: Member variable 'RHO_HEST_REFC::curr' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/calib3d/src/rho.cpp:614:16: warning: Member variable 'RHO_HEST_REFC::best' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/calib3d/src/rho.cpp:614:16: warning: Member variable 'RHO_HEST_REFC::nr' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/calib3d/src/rho.cpp:614:16: warning: Member variable 'RHO_HEST_REFC::eval' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/calib3d/src/rho.cpp:614:16: warning: Member variable 'RHO_HEST_REFC::lm' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/calib3d/src/rho.cpp:366:19: style: Technically the member function 'cv::RHO_HEST_REFC::haveExtrinsicGuess' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/rho.cpp:1137:30: note: Technically the member function 'cv::RHO_HEST_REFC::haveExtrinsicGuess' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:366:19: note: Technically the member function 'cv::RHO_HEST_REFC::haveExtrinsicGuess' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:369:19: style: Technically the member function 'cv::RHO_HEST_REFC::isNREnabled' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/rho.cpp:1147:30: note: Technically the member function 'cv::RHO_HEST_REFC::isNREnabled' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:369:19: note: Technically the member function 'cv::RHO_HEST_REFC::isNREnabled' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:370:19: style: Technically the member function 'cv::RHO_HEST_REFC::isRefineEnabled' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/rho.cpp:1157:30: note: Technically the member function 'cv::RHO_HEST_REFC::isRefineEnabled' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:370:19: note: Technically the member function 'cv::RHO_HEST_REFC::isRefineEnabled' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:371:19: style: Technically the member function 'cv::RHO_HEST_REFC::isFinalRefineEnabled' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/rho.cpp:1167:30: note: Technically the member function 'cv::RHO_HEST_REFC::isFinalRefineEnabled' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:371:19: note: Technically the member function 'cv::RHO_HEST_REFC::isFinalRefineEnabled' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:372:19: style: Technically the member function 'cv::RHO_HEST_REFC::PROSACPhaseEndReached' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/rho.cpp:1181:30: note: Technically the member function 'cv::RHO_HEST_REFC::PROSACPhaseEndReached' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:372:19: note: Technically the member function 'cv::RHO_HEST_REFC::PROSACPhaseEndReached' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:378:19: style: Technically the member function 'cv::RHO_HEST_REFC::isSampleDegenerate' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/rho.cpp:1308:30: note: Technically the member function 'cv::RHO_HEST_REFC::isSampleDegenerate' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:378:19: note: Technically the member function 'cv::RHO_HEST_REFC::isSampleDegenerate' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:380:19: style: Technically the member function 'cv::RHO_HEST_REFC::isModelDegenerate' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/rho.cpp:1421:30: note: Technically the member function 'cv::RHO_HEST_REFC::isModelDegenerate' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:380:19: note: Technically the member function 'cv::RHO_HEST_REFC::isModelDegenerate' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:384:19: style: Technically the member function 'cv::RHO_HEST_REFC::isBestModel' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/rho.cpp:1621:30: note: Technically the member function 'cv::RHO_HEST_REFC::isBestModel' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:384:19: note: Technically the member function 'cv::RHO_HEST_REFC::isBestModel' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:385:19: style: Technically the member function 'cv::RHO_HEST_REFC::isBestModelGoodEnough' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/rho.cpp:1639:30: note: Technically the member function 'cv::RHO_HEST_REFC::isBestModelGoodEnough' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:385:19: note: Technically the member function 'cv::RHO_HEST_REFC::isBestModelGoodEnough' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:391:19: style: Technically the member function 'cv::RHO_HEST_REFC::canRefine' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/src/rho.cpp:2115:30: note: Technically the member function 'cv::RHO_HEST_REFC::canRefine' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:391:19: note: Technically the member function 'cv::RHO_HEST_REFC::canRefine' can be const.
opencv-3.3.0/modules/calib3d/src/rho.cpp:242:1: warning: The struct 'RHO_HEST_REFC' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
opencv-3.3.0/modules/calib3d/src/rho.cpp:340:19: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/rho.cpp:107:27: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/rho.cpp:340:19: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/rho.cpp:341:19: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/rho.cpp:114:27: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/rho.cpp:341:19: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/rho.cpp:342:19: style: The function 'ensureCapacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/rho.cpp:130:27: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/rho.cpp:342:19: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/rho.cpp:343:19: style: The function 'rhoHest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/rho.cpp:214:27: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/rho.cpp:343:19: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/solvepnp.cpp:183:9: style: The function 'runKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:89:21: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/solvepnp.cpp:183:9: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/solvepnp.cpp:199:10: style: The function 'computeError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/src/precomp.hpp:90:22: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/src/solvepnp.cpp:199:10: note: Function in derived class
opencv-3.3.0/modules/calib3d/src/solvepnp.cpp:140:74: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:995:13: style: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:994:13: note: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:995:13: note: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:1000:13: style: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:999:13: note: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:1000:13: note: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:1028:13: style: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:1027:13: note: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:1028:13: note: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:1033:13: style: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:1032:13: note: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:1033:13: note: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:574:0: style: The scope of the variable 'lptr_sub' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:958:5: warning: Member variable 'FindStereoCorrespInvoker::useSIMD' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:70:16: performance: Variable 'roi2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:1054:9: performance: Variable 'params' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/calib3d/src/stereobm.cpp:1059:9: performance: Variable 'params' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1969:5: style: Variable 'cur_disp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1968:0: note: Variable 'cur_disp' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1969:5: note: Variable 'cur_disp' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1597:0: style: Same expression used in consecutive assignments of 'horPassCostVolumeSize' and 'vertPassCostVolumeSize'. [duplicateAssignExpression]
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1598:0: note: Same expression used in consecutive assignments of 'horPassCostVolumeSize' and 'vertPassCostVolumeSize'.
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1597:0: note: Same expression used in consecutive assignments of 'horPassCostVolumeSize' and 'vertPassCostVolumeSize'.
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1603:0: style: Same expression used in consecutive assignments of 'disp2CostBufSize' and 'disp2BufSize'. [duplicateAssignExpression]
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1604:0: note: Same expression used in consecutive assignments of 'disp2CostBufSize' and 'disp2BufSize'.
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1603:0: note: Same expression used in consecutive assignments of 'disp2CostBufSize' and 'disp2BufSize'.
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1166:18: style: The scope of the variable 'minLr' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1818:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:1916:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:2118:12: style: The scope of the variable 'dst_row' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:2119:12: style: The scope of the variable 'src_row' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:2136:9: performance: Variable 'params' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/calib3d/src/stereosgbm.cpp:2144:9: performance: Variable 'params' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:316:27: style: Same expression on both sides of '/='. [duplicateExpression]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:327:27: style: Same expression on both sides of '/='. [duplicateExpression]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:198:12: style: The scope of the variable 'x1' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:198:16: style: The scope of the variable 'y1' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:198:20: style: The scope of the variable 'x2' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:198:24: style: The scope of the variable 'y2' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:199:12: style: The scope of the variable 'scale' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:200:12: style: The scope of the variable 'f1' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:200:16: style: The scope of the variable 'f2' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:200:20: style: The scope of the variable 'a' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:200:23: style: The scope of the variable 'b' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:200:26: style: The scope of the variable 'c' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:200:29: style: The scope of the variable 'd' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:203:12: style: The scope of the variable 't_min' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/triangulate.cpp:203:19: style: The scope of the variable 's_val' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/src/upnp.cpp:113:3: style: Variable 'MtM' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/calib3d/src/upnp.cpp:108:0: note: Variable 'MtM' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/upnp.cpp:113:3: note: Variable 'MtM' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/upnp.cpp:287:5: style: Variable 'ALPHAS' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/calib3d/src/upnp.cpp:276:0: note: Variable 'ALPHAS' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/upnp.cpp:287:5: note: Variable 'ALPHAS' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/src/upnp.cpp:147:38: warning: Function 'copy_R_and_t' argument order different: declaration 'R_dst, t_dst, R_src, t_src' definition 'R_src, t_src, R_dst, t_dst' [funcArgOrderDifferent]
opencv-3.3.0/modules/calib3d/src/upnp.h:120:38: note: Function 'copy_R_and_t' argument order different: declaration 'R_dst, t_dst, R_src, t_src' definition 'R_src, t_src, R_dst, t_dst'
opencv-3.3.0/modules/calib3d/src/upnp.cpp:147:38: note: Function 'copy_R_and_t' argument order different: declaration 'R_dst, t_dst, R_src, t_src' definition 'R_src, t_src, R_dst, t_dst'
opencv-3.3.0/modules/calib3d/src/upnp.h:102:14: performance: Technically the member function 'upnp::sign' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/upnp.cpp:714:14: note: Technically the member function 'upnp::sign' can be static.
opencv-3.3.0/modules/calib3d/src/upnp.h:102:14: note: Technically the member function 'upnp::sign' can be static.
opencv-3.3.0/modules/calib3d/src/upnp.h:103:14: performance: Technically the member function 'upnp::dot' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/upnp.cpp:699:14: note: Technically the member function 'upnp::dot' can be static.
opencv-3.3.0/modules/calib3d/src/upnp.h:103:14: note: Technically the member function 'upnp::dot' can be static.
opencv-3.3.0/modules/calib3d/src/upnp.h:104:14: performance: Technically the member function 'upnp::dotXY' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/upnp.cpp:704:14: note: Technically the member function 'upnp::dotXY' can be static.
opencv-3.3.0/modules/calib3d/src/upnp.h:104:14: note: Technically the member function 'upnp::dotXY' can be static.
opencv-3.3.0/modules/calib3d/src/upnp.h:105:14: performance: Technically the member function 'upnp::dotZ' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/upnp.cpp:709:14: note: Technically the member function 'upnp::dotZ' can be static.
opencv-3.3.0/modules/calib3d/src/upnp.h:105:14: note: Technically the member function 'upnp::dotZ' can be static.
opencv-3.3.0/modules/calib3d/src/upnp.h:106:14: performance: Technically the member function 'upnp::dist2' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/upnp.cpp:691:14: note: Technically the member function 'upnp::dist2' can be static.
opencv-3.3.0/modules/calib3d/src/upnp.h:106:14: note: Technically the member function 'upnp::dist2' can be static.
opencv-3.3.0/modules/calib3d/src/upnp.h:120:12: performance: Technically the member function 'upnp::copy_R_and_t' can be static. [functionStatic]
opencv-3.3.0/modules/calib3d/src/upnp.cpp:147:12: note: Technically the member function 'upnp::copy_R_and_t' can be static.
opencv-3.3.0/modules/calib3d/src/upnp.h:120:12: note: Technically the member function 'upnp::copy_R_and_t' can be static.
opencv-3.3.0/modules/calib3d/test/test_affine3d_estimator.cpp:81:13: style: Technically the member function 'WrapAff::operator()' can be const. [functionConst]
opencv-3.3.0/modules/calib3d/test/test_affine3d_estimator.cpp:80:5: style: Struct 'WrapAff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/calib3d/test/test_affine3d_estimator.cpp:123:5: style: Struct 'Noise' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:927:0: style: Same expression used in consecutive assignments of 'apertureWidth' and 'apertureHeight'. [duplicateAssignExpression]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:928:0: note: Same expression used in consecutive assignments of 'apertureWidth' and 'apertureHeight'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:927:0: note: Same expression used in consecutive assignments of 'apertureWidth' and 'apertureHeight'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:941:30: style: Same expression on both sides of '&&' because the value of 'apertureWidth!=0.0' and 'apertureHeight!=0.0' are the same. [duplicateExpression]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:927:40: note: 'apertureWidth' is assigned value '(double)rng*apertureMaxVal' here.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:928:41: note: 'apertureHeight' is assigned value '(double)rng*apertureMaxVal' here.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:941:30: note: Same expression on both sides of '&&' because the value of 'apertureWidth!=0.0' and 'apertureHeight!=0.0' are the same.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1558:11: style: The scope of the variable 'f' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:284:60: style: Function 'compare' argument 2 names different: declaration 'refVal' definition 'ref_val'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:257:38: note: Function 'compare' argument 2 names different: declaration 'refVal' definition 'ref_val'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:284:60: note: Function 'compare' argument 2 names different: declaration 'refVal' definition 'ref_val'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:285:63: style: Function 'compare' argument 5 names different: declaration 'paramName' definition 'param_name'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:258:41: note: Function 'compare' argument 5 names different: declaration 'paramName' definition 'param_name'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:285:63: note: Function 'compare' argument 5 names different: declaration 'paramName' definition 'param_name'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:795:16: style: Function 'calibrate' argument 3 names different: declaration 'imageSize' definition '_imageSize'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:786:16: note: Function 'calibrate' argument 3 names different: declaration 'imageSize' definition '_imageSize'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:795:16: note: Function 'calibrate' argument 3 names different: declaration 'imageSize' definition '_imageSize'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:795:42: style: Function 'calibrate' argument 4 names different: declaration 'imagePoints' definition '_imagePoints'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:786:41: note: Function 'calibrate' argument 4 names different: declaration 'imagePoints' definition '_imagePoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:795:42: note: Function 'calibrate' argument 4 names different: declaration 'imagePoints' definition '_imagePoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:795:70: style: Function 'calibrate' argument 5 names different: declaration 'objectPoints' definition '_objectPoints'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:786:68: note: Function 'calibrate' argument 5 names different: declaration 'objectPoints' definition '_objectPoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:795:70: note: Function 'calibrate' argument 5 names different: declaration 'objectPoints' definition '_objectPoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:796:17: style: Function 'calibrate' argument 6 names different: declaration 'distortionCoeffs' definition '_distortionCoeffs'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:787:17: note: Function 'calibrate' argument 6 names different: declaration 'distortionCoeffs' definition '_distortionCoeffs'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:796:17: note: Function 'calibrate' argument 6 names different: declaration 'distortionCoeffs' definition '_distortionCoeffs'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:796:44: style: Function 'calibrate' argument 7 names different: declaration 'cameraMatrix' definition '_cameraMatrix'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:787:43: note: Function 'calibrate' argument 7 names different: declaration 'cameraMatrix' definition '_cameraMatrix'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:796:44: note: Function 'calibrate' argument 7 names different: declaration 'cameraMatrix' definition '_cameraMatrix'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:870:75: style: Function 'project' argument 2 names different: declaration 'objectPoints' definition '_objectPoints'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:789:57: note: Function 'project' argument 2 names different: declaration 'objectPoints' definition '_objectPoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:870:75: note: Function 'project' argument 2 names different: declaration 'objectPoints' definition '_objectPoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:872:17: style: Function 'project' argument 5 names different: declaration 'cameraMatrix' definition '_cameraMatrix'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:791:17: note: Function 'project' argument 5 names different: declaration 'cameraMatrix' definition '_cameraMatrix'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:872:17: note: Function 'project' argument 5 names different: declaration 'cameraMatrix' definition '_cameraMatrix'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:872:66: style: Function 'project' argument 7 names different: declaration 'imagePoints' definition '_imagePoints'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:791:65: note: Function 'project' argument 7 names different: declaration 'imagePoints' definition '_imagePoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:872:66: note: Function 'project' argument 7 names different: declaration 'imagePoints' definition '_imagePoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1010:70: style: Function 'calibMatrixValues' argument 1 names different: declaration 'cameraMatrix' definition '_cameraMatrix'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1005:48: note: Function 'calibMatrixValues' argument 1 names different: declaration 'cameraMatrix' definition '_cameraMatrix'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1010:70: note: Function 'calibMatrixValues' argument 1 names different: declaration 'cameraMatrix' definition '_cameraMatrix'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1298:50: style: Function 'project' argument 1 names different: declaration 'objectPoints' definition 'opoints'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1288:38: note: Function 'project' argument 1 names different: declaration 'objectPoints' definition 'opoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1298:50: note: Function 'project' argument 1 names different: declaration 'objectPoints' definition 'opoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1299:105: style: Function 'project' argument 6 names different: declaration 'imagePoints' definition 'ipoints'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1292:26: note: Function 'project' argument 6 names different: declaration 'imagePoints' definition 'ipoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1299:105: note: Function 'project' argument 6 names different: declaration 'imagePoints' definition 'ipoints'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:726:18: style: The function 'calibrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:259:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:726:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:730:18: style: The function 'project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:263:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:730:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:785:18: style: The function 'calibrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:259:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:785:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:789:18: style: The function 'project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:263:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:789:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1005:18: style: The function 'calibMatrixValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:902:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1005:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1031:18: style: The function 'calibMatrixValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:902:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1031:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1288:18: style: The function 'project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1079:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1288:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1325:18: style: The function 'project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1079:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1325:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1866:20: style: The function 'calibrateStereoCamera' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1464:20: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1866:20: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1873:18: style: The function 'rectify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1471:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1873:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1879:18: style: The function 'rectifyUncalibrated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1477:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1879:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1882:18: style: The function 'triangulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1480:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1882:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1885:18: style: The function 'correct' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1483:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1885:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1999:20: style: The function 'calibrateStereoCamera' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1464:20: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1999:20: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:2006:18: style: The function 'rectify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1471:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:2006:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:2012:18: style: The function 'rectifyUncalibrated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1477:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:2012:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:2015:18: style: The function 'triangulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1480:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:2015:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:2018:18: style: The function 'correct' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:1483:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:2018:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_cameracalibration.cpp:359:23: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_artificial.cpp:385:0: style: Same expression used in consecutive assignments of 'fx' and 'fy'. [duplicateAssignExpression]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_artificial.cpp:386:0: note: Same expression used in consecutive assignments of 'fx' and 'fy'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_artificial.cpp:385:0: note: Same expression used in consecutive assignments of 'fx' and 'fy'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_artificial.cpp:395:0: style: Same expression used in consecutive assignments of 'k2' and 'k3'. [duplicateAssignExpression]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_artificial.cpp:396:0: note: Same expression used in consecutive assignments of 'k2' and 'k3'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_artificial.cpp:395:0: note: Same expression used in consecutive assignments of 'k2' and 'k3'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_artificial.cpp:398:0: style: Same expression used in consecutive assignments of 'p1' and 'p2'. [duplicateAssignExpression]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_artificial.cpp:399:0: note: Same expression used in consecutive assignments of 'p1' and 'p2'.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_artificial.cpp:398:0: note: Same expression used in consecutive assignments of 'p1' and 'p2'.
opencv-3.3.0/modules/calib3d/test/test_chessboardgenerator.hpp:20:5: style: Class 'ChessBoardGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:273:5: style: Variable 'CM[0]' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:270:5: note: Variable 'CM[0]' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:273:5: note: Variable 'CM[0]' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:292:5: style: Variable 'CM[1]' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:289:5: note: Variable 'CM[1]' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:292:5: note: Variable 'CM[1]' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:296:5: style: Variable 'CM[3]' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:293:5: note: Variable 'CM[3]' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:296:5: note: Variable 'CM[3]' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:304:5: style: Variable 'CM[8]' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:302:38: note: Variable 'CM[8]' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:304:5: note: Variable 'CM[8]' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:154:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:158:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:162:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:166:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:170:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:174:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:178:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:187:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:191:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:195:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:199:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:211:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:215:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:219:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:223:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:233:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:237:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:241:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:251:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:255:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:260:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:267:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:307:18: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.distCoeffs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.objectPoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.r_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.t_vec [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.A [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.imagePoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.dpdr [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.dpdt [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.dpdf [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.dpdc [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.dpdk [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:371:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:375:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:385:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:389:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:393:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:397:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:401:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:405:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:411:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:419:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:423:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:427:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:439:22: error: Uninitialized struct member: caller.aspectRatio [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:539:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:543:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:547:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:551:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:555:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:564:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:568:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:572:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:581:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:585:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:589:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:597:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:601:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:610:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:614:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:618:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:622:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:632:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:636:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:640:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:644:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:650:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:654:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:658:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:662:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:670:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:674:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:678:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:682:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:688:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:692:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:696:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:700:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:706:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:710:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:714:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:718:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:722:22: error: Uninitialized struct member: caller.objPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:539:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:543:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:547:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:551:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:555:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:564:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:568:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:572:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:581:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:585:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:589:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:597:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:601:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:610:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:614:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:618:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:622:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:632:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:636:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:640:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:644:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:650:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:654:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:658:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:662:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:670:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:674:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:678:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:682:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:688:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:692:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:696:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:700:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:706:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:710:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:714:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:718:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:722:22: error: Uninitialized struct member: caller.imgPts [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:539:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:543:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:547:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:551:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:555:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:564:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:568:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:572:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:581:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:585:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:589:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:597:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:601:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:610:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:614:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:618:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:622:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:632:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:636:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:640:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:644:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:650:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:654:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:658:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:662:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:670:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:674:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:678:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:682:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:688:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:692:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:696:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:700:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:706:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:710:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:714:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:718:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:722:22: error: Uninitialized struct member: caller.npoints [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:539:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:543:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:547:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:551:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:555:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:564:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:568:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:572:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:581:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:585:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:589:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:597:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:601:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:610:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:614:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:618:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:622:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:632:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:636:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:640:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:644:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:650:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:654:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:658:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:662:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:670:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:674:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:678:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:682:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:688:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:692:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:696:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:700:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:706:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:710:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:714:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:718:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:722:22: error: Uninitialized struct member: caller.cameraMatrix [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:539:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:543:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:547:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:551:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:555:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:564:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:568:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:572:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:581:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:585:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:589:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:597:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:601:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:610:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:614:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:618:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:622:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:632:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:636:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:640:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:644:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:650:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:654:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:658:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:662:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:670:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:674:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:678:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:682:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:688:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:692:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:696:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:700:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:706:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:710:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:714:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:718:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:722:22: error: Uninitialized struct member: caller.rvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:539:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:543:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:547:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:551:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:555:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:564:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:568:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:572:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:581:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:585:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:589:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:597:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:601:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:610:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:614:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:618:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:622:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:632:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:636:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:640:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:644:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:650:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:654:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:658:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:662:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:670:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:674:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:678:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:682:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:688:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:692:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:696:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:700:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:706:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:710:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:714:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:718:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:722:22: error: Uninitialized struct member: caller.tvecs [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:539:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:543:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:547:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:551:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:555:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:564:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:568:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:572:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:581:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:585:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:589:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:597:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:601:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:610:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:614:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:618:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:622:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:632:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:636:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:640:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:644:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:650:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:654:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:658:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:662:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:670:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:674:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:678:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:682:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:688:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:692:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:696:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:700:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:706:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:710:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:714:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:718:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:722:22: error: Uninitialized struct member: caller.flags [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:539:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:543:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:547:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:551:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:555:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:564:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:568:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:572:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:581:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:585:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:589:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:597:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:601:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:610:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:614:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:618:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:622:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:632:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:636:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:640:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:644:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:650:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:654:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:658:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:662:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:670:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:674:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:678:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:682:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:688:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:692:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:696:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:700:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:706:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:710:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:714:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:718:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:722:22: error: Uninitialized struct member: caller.src [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:539:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:543:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:547:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:551:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:555:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:564:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:568:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:572:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:581:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:585:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:589:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:597:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:601:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:610:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:614:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:618:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:622:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:632:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:636:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:640:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:644:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:650:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:654:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:658:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:662:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:670:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:674:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:678:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:682:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:688:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:692:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:696:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:700:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:706:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:710:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:714:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:718:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:722:22: error: Uninitialized struct member: caller.dst [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:539:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:543:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:547:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:551:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:555:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:564:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:568:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:572:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:581:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:585:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:589:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:597:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:601:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:610:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:614:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:618:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:622:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:632:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:636:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:640:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:644:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:650:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:654:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:658:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:662:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:670:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:674:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:678:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:682:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:688:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:692:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:696:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:700:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:706:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:710:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:714:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:718:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_badarg.cpp:722:22: error: Uninitialized struct member: caller.jacobian [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_tilt.cpp:65:5: warning: Member variable 'cameraCalibrationTiltTest::m_imageDistance' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_tilt.cpp:65:5: warning: Member variable 'cameraCalibrationTiltTest::m_imageTiltDegree' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_tilt.cpp:233:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/calib3d/test/test_cameracalibration_tilt.cpp:234:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/calib3d/test/test_chessboardgenerator.cpp:75:5: style: Struct 'Mult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/calib3d/test/test_chesscorners.cpp:95:63: style: Function 'CV_ChessboardDetectorTest' argument 1 names different: declaration 'pattern' definition '_pattern'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_chesscorners.cpp:85:40: note: Function 'CV_ChessboardDetectorTest' argument 1 names different: declaration 'pattern' definition '_pattern'.
opencv-3.3.0/modules/calib3d/test/test_chesscorners.cpp:95:63: note: Function 'CV_ChessboardDetectorTest' argument 1 names different: declaration 'pattern' definition '_pattern'.
opencv-3.3.0/modules/calib3d/test/test_chesscorners.cpp:95:77: style: Function 'CV_ChessboardDetectorTest' argument 2 names different: declaration 'algorithmFlags' definition '_algorithmFlags'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_chesscorners.cpp:85:53: note: Function 'CV_ChessboardDetectorTest' argument 2 names different: declaration 'algorithmFlags' definition '_algorithmFlags'.
opencv-3.3.0/modules/calib3d/test/test_chesscorners.cpp:95:77: note: Function 'CV_ChessboardDetectorTest' argument 2 names different: declaration 'algorithmFlags' definition '_algorithmFlags'.
opencv-3.3.0/modules/calib3d/test/test_fundam.cpp:619:26: style: Same value in both branches of ternary operator. [duplicateValueTernary]
opencv-3.3.0/modules/calib3d/test/test_fundam.cpp:52:11: style: The scope of the variable 'Jf' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/test/test_fundam.cpp:1462:9: style: The scope of the variable 't' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/test/test_fundam.cpp:156:52: style: Variable 'dm1dm2' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/test/test_fundam.cpp:172:45: style: Variable 'dRdm1' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/test/test_fundam.cpp:306:13: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:142:63: style: Function 'print_information_1' argument 3 names different: declaration 'method' definition '_method'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:96:48: note: Function 'print_information_1' argument 3 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:142:63: note: Function 'print_information_1' argument 3 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:154:63: style: Function 'print_information_2' argument 3 names different: declaration 'method' definition '_method'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:97:48: note: Function 'print_information_2' argument 3 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:154:63: note: Function 'print_information_2' argument 3 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:170:49: style: Function 'print_information_3' argument 1 names different: declaration 'method' definition '_method'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:98:34: note: Function 'print_information_3' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:170:49: note: Function 'print_information_3' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:182:49: style: Function 'print_information_4' argument 1 names different: declaration 'method' definition '_method'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:99:34: note: Function 'print_information_4' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:182:49: note: Function 'print_information_4' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:196:49: style: Function 'print_information_5' argument 1 names different: declaration 'method' definition '_method'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:100:34: note: Function 'print_information_5' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:196:49: note: Function 'print_information_5' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:209:49: style: Function 'print_information_6' argument 1 names different: declaration 'method' definition '_method'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:101:34: note: Function 'print_information_6' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:209:49: note: Function 'print_information_6' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:222:49: style: Function 'print_information_7' argument 1 names different: declaration 'method' definition '_method'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:102:34: note: Function 'print_information_7' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:222:49: note: Function 'print_information_7' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:235:49: style: Function 'print_information_8' argument 1 names different: declaration 'method' definition '_method'. [funcArgNamesDifferent]
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:103:34: note: Function 'print_information_8' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_homography.cpp:235:49: note: Function 'print_information_8' argument 1 names different: declaration 'method' definition '_method'.
opencv-3.3.0/modules/calib3d/test/test_posit.cpp:82:11: style: The scope of the variable 'angleX' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/test/test_posit.cpp:82:19: style: The scope of the variable 'angleY' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/test/test_posit.cpp:82:27: style: The scope of the variable 'angleZ' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/test/test_reproject_image_to_3d.cpp:99:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opencv-3.3.0/modules/calib3d/test/test_solvepnp_ransac.cpp:327:29: style: Unused variable: points_dls [unusedVariable]
opencv-3.3.0/modules/calib3d/test/test_solvepnp_ransac.cpp:212:18: style: The function 'runTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_solvepnp_ransac.cpp:116:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_solvepnp_ransac.cpp:212:18: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_solvepnp_ransac.cpp:282:16: style: The function 'runTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_solvepnp_ransac.cpp:116:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_solvepnp_ransac.cpp:282:16: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_solvepnp_ransac.cpp:323:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_solvepnp_ransac.cpp:155:18: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_solvepnp_ransac.cpp:323:16: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:338:5: style: Class 'QualityEvalParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:693:17: style: The function 'readRunParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:373:17: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:693:17: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:711:17: style: The function 'runStereoMatchingAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:369:17: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:711:17: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:749:17: style: The function 'readRunParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:373:17: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:749:17: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:768:17: style: The function 'runStereoMatchingAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:369:17: note: Virtual function in base class
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:768:17: note: Function in derived class
opencv-3.3.0/modules/calib3d/test/test_stereomatching.cpp:706:38: error: Uninitialized struct member: params.mode [uninitStructMember]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:247:12: style: Expression is always false because 'else if' condition matches previous condition at line 234. [multiCondition]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:651:12: style: Expression is always false because 'else if' condition matches previous condition at line 638. [multiCondition]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:154:9: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:314:13: style: Variable 'dist' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:344:9: style: Variable 'proj' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:287:9: style: Variable 'points' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:738:13: style: Variable 'dist' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:753:5: style: Variable 'new_cam' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:711:9: style: Variable 'points' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:87:101: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:223:108: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:225:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:226:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:227:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:228:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:230:104: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:232:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:629:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:630:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:631:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort.cpp:632:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/calib3d/test/test_undistort_badarg.cpp:369:5: style: Variable 'useCPlus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/calib3d/test/test_undistort_badarg.cpp:365:5: note: Variable 'useCPlus' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/test/test_undistort_badarg.cpp:369:5: note: Variable 'useCPlus' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/test/test_undistort_badarg.cpp:487:5: style: Variable 'useCPlus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/calib3d/test/test_undistort_badarg.cpp:482:5: note: Variable 'useCPlus' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/test/test_undistort_badarg.cpp:487:5: note: Variable 'useCPlus' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/calib3d/test/test_undistort_badarg.cpp:317:39: warning: Member variable 'CV_InitUndistortRectifyMapBadArgTest::mat_type' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/core/perf/perf_norm.cpp:135:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/core/perf/perf_umat.cpp:19:5: style: Struct 'OpenCLState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/alloc.cpp:75:0: warning: Size of pointer 'udata' used instead of size of its data. [pointerSize]
opencv-3.3.0/modules/core/src/arithm.cpp:247:12: style: The scope of the variable 'scbuf' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/arithm.cpp:1771:20: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/src/array.cpp:2860:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/core/src/conjugate_gradient.cpp:181:9: performance: Variable '_Function' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/core/src/convert.cpp:5616:32: style: Same expression on both sides of '==' because the value of 'ok' and 'false' are the same. [duplicateExpression]
opencv-3.3.0/modules/core/src/convert.cpp:5613:19: note: 'ok' is assigned value 'false' here.
opencv-3.3.0/modules/core/src/convert.cpp:5616:32: note: Same expression on both sides of '==' because the value of 'ok' and 'false' are the same.
opencv-3.3.0/modules/core/src/convert.cpp:4863:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/core/src/convert.cpp:4910:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/core/src/copy.cpp:1325:5: style: Variable 'm' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/core/src/copy.cpp:1324:0: note: Variable 'm' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/core/src/copy.cpp:1325:5: note: Variable 'm' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/core/src/cuda_stream.cpp:265:5: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/cuda_stream.cpp:724:5: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/datastructs.cpp:445:9: style: The scope of the variable 'count' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/datastructs.cpp:1042:20: style: The scope of the variable 'count' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/datastructs.cpp:1605:20: style: The scope of the variable 'count' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/datastructs.cpp:378:52: style: Checking if unsigned variable 'elem_size' is less than zero. This might be a false warning. [unsignedLessThanZero]
opencv-3.3.0/modules/core/src/downhill_simplex.cpp:148:9: performance: Variable '_Function' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/core/src/downhill_simplex.cpp:149:9: performance: Variable '_step' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/core/src/dxt.cpp:3510:0: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3510:0: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3511:0: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3511:0: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3512:0: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3512:0: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3510:0: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3510:0: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3511:0: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3511:0: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3512:0: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3512:0: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3444:0: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3444:0: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3444:0: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3444:0: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3444:0: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3444:0: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3438:0: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3438:0: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3438:0: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3438:0: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3438:0: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:3438:0: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/dxt.cpp:178:9: style: The scope of the variable 'digits' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/dxt.cpp:181:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/dxt.cpp:181:15: style: The scope of the variable 'k' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/lapack.cpp:117:9: style: The scope of the variable 'iters' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/lapack.cpp:260:9: performance: Technically the member function 'cv::VBLAS::dot' can be static. [functionStatic]
opencv-3.3.0/modules/core/src/lapack.cpp:261:9: performance: Technically the member function 'cv::VBLAS::givens' can be static. [functionStatic]
opencv-3.3.0/modules/core/src/lapack.cpp:262:9: performance: Technically the member function 'cv::VBLAS::givensx' can be static. [functionStatic]
opencv-3.3.0/modules/core/src/lda.cpp:670:36: style: The scope of the variable 'vr' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/lda.cpp:670:40: style: The scope of the variable 'vi' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/lda.cpp:266:10: style: Unused private function: 'EigenvalueDecomposition::alloc_1d' [unusedPrivateFunction]
opencv-3.3.0/modules/core/src/lda.cpp:846:10: style: Technically the member function 'cv::EigenvalueDecomposition::release' can be const. [functionConst]
opencv-3.3.0/modules/core/src/lda.cpp:933:9: style: Technically the member function 'cv::EigenvalueDecomposition::eigenvalues' can be const. [functionConst]
opencv-3.3.0/modules/core/src/lda.cpp:935:9: style: Technically the member function 'cv::EigenvalueDecomposition::eigenvectors' can be const. [functionConst]
opencv-3.3.0/modules/core/src/lda.cpp:892:5: style: Class 'EigenvalueDecomposition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/lpsolver.cpp:252:9: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:1373:23: style: struct member 'mat_type_assotiations < CV_8U >::min_allowable' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:1374:23: style: struct member 'mat_type_assotiations < CV_8U >::max_allowable' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:1380:23: style: struct member 'mat_type_assotiations < CV_8S >::min_allowable' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:1381:23: style: struct member 'mat_type_assotiations < CV_8S >::max_allowable' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:1387:23: style: struct member 'mat_type_assotiations < CV_16U >::min_allowable' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:1388:23: style: struct member 'mat_type_assotiations < CV_16U >::max_allowable' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:1393:23: style: struct member 'mat_type_assotiations < CV_16S >::min_allowable' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:1394:23: style: struct member 'mat_type_assotiations < CV_16S >::max_allowable' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:1400:23: style: struct member 'mat_type_assotiations < CV_32S >::min_allowable' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:1401:23: style: struct member 'mat_type_assotiations < CV_32S >::max_allowable' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:737:0: style: Technically the member function 'cv :: iPow_SIMD < float , float >::operator()' can be const. [functionConst]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:737:0: style: Technically the member function 'cv :: iPow_SIMD < double , double >::operator()' can be const. [functionConst]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:737:0: style: Technically the member function 'cv :: iPow_SIMD < uchar ,unsigned int >::operator()' can be const. [functionConst]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:737:0: style: Technically the member function 'cv :: iPow_SIMD < schar , int >::operator()' can be const. [functionConst]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:737:0: style: Technically the member function 'cv :: iPow_SIMD < ushort ,unsigned int >::operator()' can be const. [functionConst]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:737:0: style: Technically the member function 'cv :: iPow_SIMD < short , int >::operator()' can be const. [functionConst]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:737:0: style: Technically the member function 'cv :: iPow_SIMD < int , int >::operator()' can be const. [functionConst]
opencv-3.3.0/modules/core/src/mathfuncs.cpp:1478:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:1224:20: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:484:19: style: Using NaN/Inf in a computation. [nanInArithmeticExpression]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:485:18: style: Using NaN/Inf in a computation. [nanInArithmeticExpression]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:486:18: style: Using NaN/Inf in a computation. [nanInArithmeticExpression]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:487:60: style: Using NaN/Inf in a computation. [nanInArithmeticExpression]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:768:10: style: Using NaN/Inf in a computation. [nanInArithmeticExpression]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:769:10: style: Using NaN/Inf in a computation. [nanInArithmeticExpression]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:770:10: style: Using NaN/Inf in a computation. [nanInArithmeticExpression]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:771:44: style: Using NaN/Inf in a computation. [nanInArithmeticExpression]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:772:44: style: Using NaN/Inf in a computation. [nanInArithmeticExpression]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:773:44: style: Using NaN/Inf in a computation. [nanInArithmeticExpression]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:479:27: style: Function 'exp32f' argument 1 names different: declaration 'src' definition '_x'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:19:26: note: Function 'exp32f' argument 1 names different: declaration 'src' definition '_x'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:479:27: note: Function 'exp32f' argument 1 names different: declaration 'src' definition '_x'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:479:38: style: Function 'exp32f' argument 2 names different: declaration 'dst' definition 'y'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:19:38: note: Function 'exp32f' argument 2 names different: declaration 'dst' definition 'y'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:479:38: note: Function 'exp32f' argument 2 names different: declaration 'dst' definition 'y'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:763:28: style: Function 'exp64f' argument 1 names different: declaration 'src' definition '_x'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:20:27: note: Function 'exp64f' argument 1 names different: declaration 'src' definition '_x'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:763:28: note: Function 'exp64f' argument 1 names different: declaration 'src' definition '_x'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:763:40: style: Function 'exp64f' argument 2 names different: declaration 'dst' definition 'y'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:20:40: note: Function 'exp64f' argument 2 names different: declaration 'dst' definition 'y'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:763:40: note: Function 'exp64f' argument 2 names different: declaration 'dst' definition 'y'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:1209:27: style: Function 'log32f' argument 1 names different: declaration 'src' definition '_x'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:21:26: note: Function 'log32f' argument 1 names different: declaration 'src' definition '_x'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:1209:27: note: Function 'log32f' argument 1 names different: declaration 'src' definition '_x'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:1209:38: style: Function 'log32f' argument 2 names different: declaration 'dst' definition 'y'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:21:38: note: Function 'log32f' argument 2 names different: declaration 'dst' definition 'y'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:1209:38: note: Function 'log32f' argument 2 names different: declaration 'dst' definition 'y'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:1355:28: style: Function 'log64f' argument 1 names different: declaration 'src' definition 'x'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:22:27: note: Function 'log64f' argument 1 names different: declaration 'src' definition 'x'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:1355:28: note: Function 'log64f' argument 1 names different: declaration 'src' definition 'x'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:1355:39: style: Function 'log64f' argument 2 names different: declaration 'dst' definition 'y'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:22:40: note: Function 'log64f' argument 2 names different: declaration 'dst' definition 'y'.
opencv-3.3.0/modules/core/src/mathfuncs_core.simd.hpp:1355:39: note: Function 'log64f' argument 2 names different: declaration 'dst' definition 'y'.
opencv-3.3.0/modules/core/src/matmul.cpp:199:0: warning: Either the condition '!c_data' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/core/src/matmul.cpp:203:0: note: Assuming that condition '!c_data' is not redundant
opencv-3.3.0/modules/core/src/matmul.cpp:199:0: note: Null pointer addition
opencv-3.3.0/modules/core/src/matmul.cpp:215:0: warning: Either the condition '!c_data' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/core/src/matmul.cpp:218:0: note: Assuming that condition '!c_data' is not redundant
opencv-3.3.0/modules/core/src/matmul.cpp:215:0: note: Null pointer addition
opencv-3.3.0/modules/core/src/matmul.cpp:241:0: warning: Either the condition '!c_data' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/core/src/matmul.cpp:258:0: note: Assuming that condition '!c_data' is not redundant
opencv-3.3.0/modules/core/src/matmul.cpp:241:0: note: Null pointer addition
opencv-3.3.0/modules/core/src/matmul.cpp:280:0: warning: Either the condition '!c_data' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/core/src/matmul.cpp:292:0: note: Assuming that condition '!c_data' is not redundant
opencv-3.3.0/modules/core/src/matmul.cpp:280:0: note: Null pointer addition
opencv-3.3.0/modules/core/src/matmul.cpp:310:0: warning: Either the condition '!c_data' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/core/src/matmul.cpp:319:0: note: Assuming that condition '!c_data' is not redundant
opencv-3.3.0/modules/core/src/matmul.cpp:310:0: note: Null pointer addition
opencv-3.3.0/modules/core/src/matmul.cpp:63:9: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/matmul.cpp:392:30: style: The scope of the variable 't_step' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/matmul.cpp:145:0: style: The scope of the variable 't_step' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/matop.cpp:1232:44: style: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:61:32: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1232:44: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1232:59: style: Function 'assign' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:61:50: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1232:59: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1250:41: style: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:75:32: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1250:41: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1250:56: style: Function 'assign' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:75:50: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1250:56: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1302:38: style: Function 'add' argument 1 names different: declaration 'e1' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:77:29: note: Function 'add' argument 1 names different: declaration 'e1' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1302:38: note: Function 'add' argument 1 names different: declaration 'e1' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1311:60: style: Function 'subtract' argument 2 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:78:51: note: Function 'subtract' argument 2 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1311:60: note: Function 'subtract' argument 2 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1321:43: style: Function 'multiply' argument 1 names different: declaration 'e1' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:79:34: note: Function 'multiply' argument 1 names different: declaration 'e1' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1321:43: note: Function 'multiply' argument 1 names different: declaration 'e1' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1342:44: style: Function 'transpose' argument 1 names different: declaration 'e1' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:82:35: note: Function 'transpose' argument 1 names different: declaration 'e1' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1342:44: note: Function 'transpose' argument 1 names different: declaration 'e1' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1352:38: style: Function 'abs' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:83:29: note: Function 'abs' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1352:38: note: Function 'abs' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1371:39: style: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:97:32: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1371:39: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1371:54: style: Function 'assign' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:97:50: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1371:54: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1414:41: style: Function 'multiply' argument 1 names different: declaration 'e1' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:99:34: note: Function 'multiply' argument 1 names different: declaration 'e1' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1414:41: note: Function 'multiply' argument 1 names different: declaration 'e1' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1449:39: style: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:115:32: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1449:39: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1449:54: style: Function 'assign' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:115:50: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1449:54: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1474:37: style: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:167:32: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1474:37: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1474:52: style: Function 'assign' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:167:50: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1474:52: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1484:39: style: Function 'multiply' argument 1 names different: declaration 'e1' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:169:34: note: Function 'multiply' argument 1 names different: declaration 'e1' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1484:39: note: Function 'multiply' argument 1 names different: declaration 'e1' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1492:40: style: Function 'transpose' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:170:35: note: Function 'transpose' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1492:40: note: Function 'transpose' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1509:40: style: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:130:32: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1509:40: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1509:55: style: Function 'assign' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:130:50: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1509:55: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1565:43: style: Function 'transpose' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:136:35: note: Function 'transpose' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1565:43: note: Function 'transpose' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1584:42: style: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:151:32: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1584:42: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1584:57: style: Function 'assign' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:151:50: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1584:57: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1593:42: style: Function 'matmul' argument 1 names different: declaration 'expr1' definition 'e1'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:153:32: note: Function 'matmul' argument 1 names different: declaration 'expr1' definition 'e1'.
opencv-3.3.0/modules/core/src/matop.cpp:1593:42: note: Function 'matmul' argument 1 names different: declaration 'expr1' definition 'e1'.
opencv-3.3.0/modules/core/src/matop.cpp:1593:61: style: Function 'matmul' argument 2 names different: declaration 'expr2' definition 'e2'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:153:54: note: Function 'matmul' argument 2 names different: declaration 'expr2' definition 'e2'.
opencv-3.3.0/modules/core/src/matop.cpp:1593:61: note: Function 'matmul' argument 2 names different: declaration 'expr2' definition 'e2'.
opencv-3.3.0/modules/core/src/matop.cpp:1610:41: style: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:184:32: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1610:41: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1610:56: style: Function 'assign' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:184:50: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1610:56: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1626:47: style: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:198:32: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1626:47: note: Function 'assign' argument 1 names different: declaration 'expr' definition 'e'.
opencv-3.3.0/modules/core/src/matop.cpp:1626:62: style: Function 'assign' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/src/matop.cpp:198:50: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matop.cpp:1626:62: note: Function 'assign' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/core/src/matrix.cpp:891:9: style: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/core/src/matrix.cpp:890:0: note: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/core/src/matrix.cpp:891:9: note: Variable 'part' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/core/src/matrix.cpp:4969:19: style: The scope of the variable 'ofs0' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/matrix.cpp:3307:0: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/matrix.cpp:4301:5: style: Class 'LessThanIdx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/matrix.cpp:5061:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/core/src/matrix.cpp:5106:29: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/core/src/merge.cpp:270:20: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:918:0: error: Array 'dst_origin[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:918:0: error: Array 'region[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
opencv-3.3.0/modules/core/src/ocl.cpp:1548:9: style: Condition '!haveOpenCL()' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/core/src/ocl.cpp:1563:9: style: Condition '!haveOpenCL()' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/core/src/ocl.cpp:3219:30: style: Condition 'handle!=NULL' is always false [knownConditionTrueFalse]
opencv-3.3.0/modules/core/src/ocl.cpp:3191:24: note: Assignment 'handle=NULL', assigned value is 0
opencv-3.3.0/modules/core/src/ocl.cpp:3219:30: note: Condition 'handle!=NULL' is always false
opencv-3.3.0/modules/core/src/ocl.cpp:4248:17: style: Condition '0<=d' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/core/src/ocl.cpp:4245:13: note: Assignment 'd=2', assigned value is 2
opencv-3.3.0/modules/core/src/ocl.cpp:4248:17: note: Condition '0<=d' is always true
opencv-3.3.0/modules/core/src/ocl.cpp:4776:13: style: Condition '!haveOpenCL()' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/core/src/ocl.cpp:4802:13: style: Condition '!haveOpenCL()' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:685:0: warning: Possible null pointer dereference: platforms [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:1029:9: note: Calling function 'clGetPlatformIDs', 2nd argument 'platforms' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:685:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:704:0: warning: Possible null pointer dereference: devices [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:1094:73: note: Calling function 'clGetDeviceIDs', 4th argument 'devices' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:704:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:905:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:4376:95: note: Calling function 'clEnqueueCopyImageToBuffer', 8th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:905:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:905:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:4376:101: note: Calling function 'clEnqueueCopyImageToBuffer', 9th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:905:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:918:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:4874:13: note: Calling function 'clEnqueueCopyBufferToImage', 8th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:918:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:918:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:4874:13: note: Calling function 'clEnqueueCopyBufferToImage', 9th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:918:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1044:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3438:25: note: Calling function 'clEnqueueReadBuffer', 8th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1044:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1044:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3438:25: note: Calling function 'clEnqueueReadBuffer', 9th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1044:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1057:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3877:29: note: Calling function 'clEnqueueReadBufferRect', 13th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1057:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1057:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3877:32: note: Calling function 'clEnqueueReadBufferRect', 14th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1057:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1076:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3696:73: note: Calling function 'clEnqueueWriteBuffer', 8th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1076:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1076:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3696:76: note: Calling function 'clEnqueueWriteBuffer', 9th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1076:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1089:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3994:29: note: Calling function 'clEnqueueWriteBufferRect', 13th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1089:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1089:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3994:32: note: Calling function 'clEnqueueWriteBufferRect', 14th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1089:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1121:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:4135:80: note: Calling function 'clEnqueueCopyBuffer', 8th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1121:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1121:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:4135:83: note: Calling function 'clEnqueueCopyBuffer', 9th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1121:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1134:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:4143:55: note: Calling function 'clEnqueueCopyBufferRect', 12th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1134:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1134:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:4143:58: note: Calling function 'clEnqueueCopyBufferRect', 13th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1134:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1152:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3449:48: note: Calling function 'clEnqueueMapBuffer', 8th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1152:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1152:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3449:51: note: Calling function 'clEnqueueMapBuffer', 9th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1152:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1166:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3456:29: note: Calling function 'clEnqueueUnmapMemObject', 5th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1166:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1166:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:3456:29: note: Calling function 'clEnqueueUnmapMemObject', 6th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1166:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1175:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:2260:79: note: Calling function 'clEnqueueNDRangeKernel', 8th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1175:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1175:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:2261:49: note: Calling function 'clEnqueueNDRangeKernel', 9th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1175:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1188:0: warning: Possible null pointer dereference: event_wait_list [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:2292:53: note: Calling function 'clEnqueueTask', 4th argument 'event_wait_list' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1188:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1188:0: warning: Possible null pointer dereference: event [nullPointer]
opencv-3.3.0/modules/core/src/ocl.cpp:2292:61: note: Calling function 'clEnqueueTask', 5th argument 'event' value is 0
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:1188:0: note: Null pointer dereference
opencv-3.3.0/modules/core/src/ocl.cpp:4786:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/core/src/ocl.cpp:4782:0: note: Variable 'err' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/core/src/ocl.cpp:4786:9: note: Variable 'err' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/core/src/ocl.cpp:4853:16: style: The scope of the variable 'region' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/ocl.cpp:2420:9: performance: Variable 'buildflags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/core/src/ocl.cpp:2706:0: warning: Class 'cv :: ocl :: OpenCLBufferPool < _cl_mem * >' which has virtual members does not have a virtual destructor. [virtualDestructor]
opencv-3.3.0/modules/core/src/ocl.cpp:2876:0: warning: Virtual function 'freeAllReservedBuffers' is called from destructor '~cv :: ocl :: OpenCLBufferPoolBaseImpl < OpenCLBufferPoolImpl , CLBufferEntry , _cl_mem * >()' at line 2814. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/core/src/ocl.cpp:2814:0: note: Calling freeAllReservedBuffers
opencv-3.3.0/modules/core/src/ocl.cpp:2876:0: note: freeAllReservedBuffers is a virtual method
opencv-3.3.0/modules/core/src/ocl.cpp:120:5: style: Struct 'UMat2D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/ocl.cpp:135:5: style: Struct 'UMat3D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/ocl.cpp:514:5: style: Struct 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/ocl.cpp:1268:5: style: Struct 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/ocl.cpp:2583:5: style: Struct 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/ocl.cpp:2904:5: style: Class 'OpenCLBufferPoolImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/ocl.cpp:4405:5: style: Struct 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/ocl.cpp:2818:0: style: The function 'allocate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/src/ocl.cpp:2708:0: note: Virtual function in base class
opencv-3.3.0/modules/core/src/ocl.cpp:2818:0: note: Function in derived class
opencv-3.3.0/modules/core/src/ocl.cpp:2833:0: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/src/ocl.cpp:2709:0: note: Virtual function in base class
opencv-3.3.0/modules/core/src/ocl.cpp:2833:0: note: Function in derived class
opencv-3.3.0/modules/core/src/ocl_deprecated.hpp:918:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/core/src/ocl.cpp:3373:39: warning: Conversion of string literal "UMat deallocation error: some derived Mat is still alive" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/core/src/opencl/arithm.cl:369:0: error: #error "unknown op type" [preprocessorErrorDirective]
opencv-3.3.0/modules/core/src/opencl/copymakeborder.cl:93:0: error: #error "No extrapolation method" [preprocessorErrorDirective]
opencv-3.3.0/modules/core/src/opencl/fft.cl:332:22: style: Variable 'tw_ind' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/fft.cl:487:15: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/fft.cl:543:19: style: Variable 'ind' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/fft.cl:547:25: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/fft.cl:623:19: style: Variable 'ind' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/fft.cl:625:0: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/fft.cl:682:14: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/fft.cl:689:19: style: Variable 'ind' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/fft.cl:820:19: style: Variable 'ind' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/minmaxloc.cl:164:9: style: The scope of the variable 'src_index' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/opencl/minmaxloc.cl:127:15: style: Variable 'gid' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/minmaxloc.cl:197:20: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/minmaxloc.cl:292:20: style: Variable 'lid3' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/minmaxloc.cl:331:24: style: Variable 'lid2' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/minmaxloc.cl:370:0: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/core/src/opencl/reduce.cl:555:0: error: #error "No operation" [preprocessorErrorDirective]
opencv-3.3.0/modules/core/src/opencl/reduce2.cl:89:0: error: #error "No operation is specified" [preprocessorErrorDirective]
opencv-3.3.0/modules/core/src/opencl/split_merge.cl:103:0: error: #error "No operation" [preprocessorErrorDirective]
opencv-3.3.0/modules/core/src/out.cpp:84:9: warning: Member variable 'FormattedImpl::buf' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/core/src/ovx.cpp:100:24: warning: Conversion of string literal "OpenVX support isn't enabled at compile time" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/core/src/persistence.cpp:7446:0: error: #error "`char` should be 8 bit." [preprocessorErrorDirective]
opencv-3.3.0/modules/core/src/rand.cpp:585:22: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/core/src/rand.cpp:694:32: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/core/src/rand.cpp:725:16: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/core/src/rand.cpp:152:18: style: The scope of the variable 't1' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/rand.cpp:152:26: style: The scope of the variable 'v1' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/rand.cpp:426:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/rand.cpp:501:12: style: The scope of the variable 'k' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/rand.cpp:927:21: style: The scope of the variable 'mag01' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/softfloat.cpp:2930:51: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opencv-3.3.0/modules/core/src/softfloat.cpp:3000:52: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opencv-3.3.0/modules/core/src/softfloat.cpp:3035:54: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opencv-3.3.0/modules/core/src/softfloat.cpp:2068:10: style: The scope of the variable 'sign' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/softfloat.cpp:2069:19: style: The scope of the variable 'absA' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/softfloat.cpp:2070:17: style: The scope of the variable 'shiftDist' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/softfloat.cpp:2091:19: style: The scope of the variable 'sig' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/softfloat.cpp:3054:18: style: The scope of the variable 'u8NegDist' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/softfloat.cpp:3283:17: style: The scope of the variable 'shiftDist' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/softfloat.cpp:3298:19: style: The scope of the variable 'sig' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/softfloat.cpp:377:32: style: struct member 'uint64_extra::extra' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/softfloat.cpp:378:33: style: struct member 'uint128_extra::extra' is never used. [unusedStructMember]
opencv-3.3.0/modules/core/src/softfloat.cpp:2930:53: style: Boolean variable 'roundNearEven' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
opencv-3.3.0/modules/core/src/softfloat.cpp:3000:54: style: Boolean variable 'roundNearEven' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
opencv-3.3.0/modules/core/src/softfloat.cpp:3035:56: style: Boolean variable 'roundNearEven' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
opencv-3.3.0/modules/core/src/split.cpp:269:20: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/src/stat.cpp:1883:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/stat.cpp:1894:16: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/stat.cpp:2720:18: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/stat.cpp:2722:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/core/src/system.cpp:1338:27: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/core/src/system.cpp:1403:34: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/core/src/system.cpp:1435:34: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/core/src/system.cpp:553:14: style: The scope of the variable 'dump' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/system.cpp:524:10: style: Technically the member function 'cv::HWFeatures::checkFeatures' can be const. [functionConst]
opencv-3.3.0/modules/core/src/system.cpp:260:5: style: Struct 'HWFeatures' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/src/system.cpp:784:31: warning: Conversion of string literal "Check format string for errors" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/core/src/system.cpp:1507:29: warning: Conversion of string literal "Can't fetch data from terminated TLS container." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/core/src/umatrix.cpp:828:57: style: The scope of the variable 'dstofs' can be reduced. [variableScope]
opencv-3.3.0/modules/core/src/umatrix.cpp:775:35: warning: Conversion of string literal "Error mapping of UMat to host memory." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/core/test/test_arithm.cpp:40:69: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
opencv-3.3.0/modules/core/test/test_arithm.cpp:22:53: performance: Variable 'gamma' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/core/test/test_arithm.cpp:281:5: style: Struct 'LogicOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/test/test_arithm.cpp:311:5: style: Struct 'LogicSOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/test/test_arithm.cpp:102:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:102:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:119:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:119:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:132:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:132:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:145:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:145:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:158:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:158:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:171:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:171:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:175:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:175:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:185:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:185:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:189:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:189:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:198:10: style: The function 'getValueRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:26:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:198:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:205:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:205:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:209:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:209:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:213:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:213:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:222:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:222:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:226:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:226:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:230:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:230:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:239:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:239:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:243:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:243:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:247:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:247:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:256:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:256:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:260:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:260:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:269:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:269:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:273:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:273:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:282:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:282:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:291:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:291:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:302:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:302:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:313:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:313:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:324:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:324:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:335:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:335:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:345:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:345:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:349:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:349:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:353:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:353:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:362:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:362:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:366:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:366:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:370:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:370:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:379:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:379:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:383:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:383:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:387:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:387:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:396:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:396:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:400:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:400:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:404:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:404:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:413:10: style: The function 'generateScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:44:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:413:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:418:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:418:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:422:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:422:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:426:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:426:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:431:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:431:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:441:10: style: The function 'generateScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:44:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:441:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:448:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:448:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:452:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:452:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:456:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:456:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:460:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:460:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:471:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:471:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:475:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:475:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:479:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:479:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:483:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:483:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:493:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:493:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:497:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:497:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:501:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:501:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:505:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:505:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:654:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:654:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:658:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:658:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:662:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:662:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:666:10: style: The function 'generateScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:44:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:666:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:684:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:684:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:692:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:692:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:700:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:700:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:710:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:710:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:714:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:714:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:718:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:718:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:724:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:724:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:728:10: style: The function 'generateScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:44:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:728:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:744:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:744:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:750:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:750:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:754:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:754:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:761:10: style: The function 'getValueRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:26:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:761:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:787:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:787:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:791:10: style: The function 'generateScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:44:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:791:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:801:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:801:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:805:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:805:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:809:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:809:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:813:10: style: The function 'generateScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:44:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:813:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:869:10: style: The function 'getRandomSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:32:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:869:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:873:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:873:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:877:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:877:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:881:10: style: The function 'generateScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:44:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:881:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:885:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:885:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:895:10: style: The function 'getRandomSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:32:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:895:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:899:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:899:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:903:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:903:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:907:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:907:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:916:10: style: The function 'getRandomSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:32:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:916:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:920:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:920:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:924:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:924:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:928:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:928:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:937:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:937:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:941:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:941:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:945:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:945:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1013:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1013:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1017:10: style: The function 'getValueRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:26:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1017:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1022:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1022:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1026:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1026:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1030:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1030:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1040:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1040:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1044:10: style: The function 'getValueRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:26:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1044:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1049:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1049:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1055:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1055:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1061:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1061:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1126:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1126:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1130:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1130:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1142:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1142:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1151:10: style: The function 'generateScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:44:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1151:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1155:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1155:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1169:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1169:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1174:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1174:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1179:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1179:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1192:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1192:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1197:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1197:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1202:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1202:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1213:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1213:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1217:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1217:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1226:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1226:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1235:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1235:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1252:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1252:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1257:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1257:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1275:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1275:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1293:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1293:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1310:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1310:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1316:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1316:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1322:10: style: The function 'generateScalars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:44:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1322:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1325:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1325:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1339:9: style: The function 'getRandomType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1339:9: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1357:10: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:24:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1357:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1365:10: style: The function 'refop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1365:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1373:12: style: The function 'getMaxErr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_arithm.cpp:43:20: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_arithm.cpp:1373:12: note: Function in derived class
opencv-3.3.0/modules/core/test/test_concatenation.cpp:75:53: style: Function 'Core_ConcatenationTest' argument 1 names different: declaration 'horizontal' definition 'horizontal_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/test/test_concatenation.cpp:50:33: note: Function 'Core_ConcatenationTest' argument 1 names different: declaration 'horizontal' definition 'horizontal_'.
opencv-3.3.0/modules/core/test/test_concatenation.cpp:75:53: note: Function 'Core_ConcatenationTest' argument 1 names different: declaration 'horizontal' definition 'horizontal_'.
opencv-3.3.0/modules/core/test/test_concatenation.cpp:75:71: style: Function 'Core_ConcatenationTest' argument 2 names different: declaration 'firstEmpty' definition 'firstEmpty_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/test/test_concatenation.cpp:50:50: note: Function 'Core_ConcatenationTest' argument 2 names different: declaration 'firstEmpty' definition 'firstEmpty_'.
opencv-3.3.0/modules/core/test/test_concatenation.cpp:75:71: note: Function 'Core_ConcatenationTest' argument 2 names different: declaration 'firstEmpty' definition 'firstEmpty_'.
opencv-3.3.0/modules/core/test/test_concatenation.cpp:75:89: style: Function 'Core_ConcatenationTest' argument 3 names different: declaration 'secondEmpty' definition 'secondEmpty_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/test/test_concatenation.cpp:50:67: note: Function 'Core_ConcatenationTest' argument 3 names different: declaration 'secondEmpty' definition 'secondEmpty_'.
opencv-3.3.0/modules/core/test/test_concatenation.cpp:75:89: note: Function 'Core_ConcatenationTest' argument 3 names different: declaration 'secondEmpty' definition 'secondEmpty_'.
opencv-3.3.0/modules/core/test/test_concatenation.cpp:82:5: performance: Variable 'mat0x5' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/core/test/test_countnonzero.cpp:134:12: style: The scope of the variable 'mean' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_countnonzero.cpp:134:24: style: The scope of the variable 'sigma' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_ds.cpp:1382:16: style: The scope of the variable 't' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_ds.cpp:1811:16: style: The scope of the variable 't' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_ds.cpp:1928:16: style: The scope of the variable 't' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_ds.cpp:441:61: style: Function 'set_error_context' argument 3 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/test/test_ds.cpp:332:40: note: Function 'set_error_context' argument 3 names different: declaration 'file' definition 'filename'.
opencv-3.3.0/modules/core/test/test_ds.cpp:441:61: note: Function 'set_error_context' argument 3 names different: declaration 'file' definition 'filename'.
opencv-3.3.0/modules/core/test/test_ds.cpp:441:75: style: Function 'set_error_context' argument 4 names different: declaration 'line' definition 'lineno'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/test/test_ds.cpp:332:50: note: Function 'set_error_context' argument 4 names different: declaration 'line' definition 'lineno'.
opencv-3.3.0/modules/core/test/test_ds.cpp:441:75: note: Function 'set_error_context' argument 4 names different: declaration 'line' definition 'lineno'.
opencv-3.3.0/modules/core/test/test_ds.cpp:349:25: warning: Member variable 'Core_DynStructBaseTest::cpu_freq' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/core/test/test_ds.cpp:1142:64: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_ds.cpp:1953:53: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/core/test/test_dxt.cpp:610:20: style: Condition 'cn==2' is always false [knownConditionTrueFalse]
opencv-3.3.0/modules/core/test/test_dxt.cpp:602:48: note: Assuming that condition 'cn==1' is not redundant
opencv-3.3.0/modules/core/test/test_dxt.cpp:610:20: note: Condition 'cn==2' is always false
opencv-3.3.0/modules/core/test/test_dxt.cpp:623:20: style: Condition 'cn==2' is always false [knownConditionTrueFalse]
opencv-3.3.0/modules/core/test/test_dxt.cpp:602:48: note: Assuming that condition 'cn==1' is not redundant
opencv-3.3.0/modules/core/test/test_dxt.cpp:623:20: note: Condition 'cn==2' is always false
opencv-3.3.0/modules/core/test/test_dxt.cpp:922:5: style: Class 'Core_DXTReverseTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/test/test_eigen.cpp:103:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_eigen.cpp:80:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_eigen.cpp:103:18: note: Function in derived class
opencv-3.3.0/modules/core/test/test_eigen.cpp:112:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_eigen.cpp:103:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_eigen.cpp:112:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_eigen.cpp:120:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_eigen.cpp:103:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_eigen.cpp:120:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_eigen.cpp:128:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_eigen.cpp:80:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_eigen.cpp:128:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_eigen.cpp:136:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_eigen.cpp:80:18: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_eigen.cpp:136:10: note: Function in derived class
opencv-3.3.0/modules/core/test/test_hal_core.cpp:133:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/core/test/test_intrin.cpp:817:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/core/test/test_io.cpp:112:55: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_io.cpp:90:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/core/test/test_io.cpp:135:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/core/test/test_io.cpp:708:35: error: Uninitialized struct member: tmp.required_alignment_field_for_linux32 [uninitStructMember]
opencv-3.3.0/modules/core/test/test_mat.cpp:1071:9: style: Variable 'curRes' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/core/test/test_mat.cpp:1070:0: note: Variable 'curRes' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/core/test/test_mat.cpp:1071:9: note: Variable 'curRes' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/core/test/test_mat.cpp:1489:24: style: Unused variable: dst1 [unusedVariable]
opencv-3.3.0/modules/core/test/test_mat.cpp:1103:17: style: The function 'run_case' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_mat.cpp:1056:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_mat.cpp:1103:17: note: Function in derived class
opencv-3.3.0/modules/core/test/test_mat.cpp:1161:17: style: The function 'run_case' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/core/test/test_mat.cpp:1056:17: note: Virtual function in base class
opencv-3.3.0/modules/core/test/test_mat.cpp:1161:17: note: Function in derived class
opencv-3.3.0/modules/core/test/test_math.cpp:1222:13: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_math.cpp:2753:13: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_math.cpp:2753:16: style: The scope of the variable 'iter' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_math.cpp:2753:26: style: The scope of the variable 'N' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_math.cpp:2753:33: style: The scope of the variable 'N0' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_math.cpp:2753:41: style: The scope of the variable 'K' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_math.cpp:2753:48: style: The scope of the variable 'dims' can be reduced. [variableScope]
opencv-3.3.0/modules/core/test/test_math.cpp:375:44: style: Function 'Core_MatrixTest' argument 3 names different: declaration 'allow_int' definition '_allow_int'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/test/test_math.cpp:362:29: note: Function 'Core_MatrixTest' argument 3 names different: declaration 'allow_int' definition '_allow_int'.
opencv-3.3.0/modules/core/test/test_math.cpp:375:44: note: Function 'Core_MatrixTest' argument 3 names different: declaration 'allow_int' definition '_allow_int'.
opencv-3.3.0/modules/core/test/test_math.cpp:375:61: style: Function 'Core_MatrixTest' argument 4 names different: declaration 'scalar_output' definition '_scalar_output'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/test/test_math.cpp:362:45: note: Function 'Core_MatrixTest' argument 4 names different: declaration 'scalar_output' definition '_scalar_output'.
opencv-3.3.0/modules/core/test/test_math.cpp:375:61: note: Function 'Core_MatrixTest' argument 4 names different: declaration 'scalar_output' definition '_scalar_output'.
opencv-3.3.0/modules/core/test/test_math.cpp:375:81: style: Function 'Core_MatrixTest' argument 5 names different: declaration 'max_cn' definition '_max_cn'. [funcArgNamesDifferent]
opencv-3.3.0/modules/core/test/test_math.cpp:362:64: note: Function 'Core_MatrixTest' argument 5 names different: declaration 'max_cn' definition '_max_cn'.
opencv-3.3.0/modules/core/test/test_math.cpp:375:81: note: Function 'Core_MatrixTest' argument 5 names different: declaration 'max_cn' definition '_max_cn'.
opencv-3.3.0/modules/core/test/test_math.cpp:2417:5: style: Class 'Core_PhaseTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/test/test_math.cpp:523:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_math.cpp:841:77: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_math.cpp:938:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_math.cpp:1203:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_math.cpp:1305:56: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_math.cpp:1995:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_math.cpp:1997:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_math.cpp:2002:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_math.cpp:2004:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_math.cpp:2189:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/core/test/test_operations.cpp:1146:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/core/test/test_ptr.cpp:49:5: style: Struct 'Reporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/test/test_ptr.cpp:64:5: style: Struct 'ReportingDeleter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/test/test_ptr.cpp:280:5: style: Struct 'SubReporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/core/test/test_rand.cpp:407:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/core/test/test_umat.cpp:85:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/core/test/test_utils.cpp:18:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/cudaarithm/perf/perf_arithm.cpp:114:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/cudaimgproc/perf/perf_histogram.cpp:100:9: style: The scope of the variable 'histSize' can be reduced. [variableScope]
opencv-3.3.0/modules/cudaimgproc/perf/perf_histogram.cpp:101:9: style: The scope of the variable 'lowerLevel' can be reduced. [variableScope]
opencv-3.3.0/modules/cudaimgproc/perf/perf_histogram.cpp:102:9: style: The scope of the variable 'upperLevel' can be reduced. [variableScope]
opencv-3.3.0/modules/cudalegacy/perf/perf_labeling.cpp:83:73: style: Struct 'GreedyLabeling' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opencv-3.3.0/modules/cudalegacy/perf/perf_labeling.cpp:83:73: style: Struct 'GreedyLabeling' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opencv-3.3.0/modules/cudalegacy/perf/perf_labeling.cpp:82:5: style: Struct 'GreedyLabeling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/cudalegacy/src/NCV.cpp:64:9: style: Struct 'ErrorEntryComparer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/cudalegacy/test/TestCompact.cpp:45:38: style: Function 'TestCompact' argument 1 names different: declaration 'testName' definition 'testName_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:54:29: note: Function 'TestCompact' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestCompact.cpp:45:38: note: Function 'TestCompact' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestCompact.cpp:45:80: style: Function 'TestCompact' argument 2 names different: declaration 'src' definition 'src_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:54:70: note: Function 'TestCompact' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestCompact.cpp:45:80: note: Function 'TestCompact' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestCompact.cpp:46:53: style: Function 'TestCompact' argument 3 names different: declaration 'length' definition 'length_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:55:34: note: Function 'TestCompact' argument 3 names different: declaration 'length' definition 'length_'.
opencv-3.3.0/modules/cudalegacy/test/TestCompact.cpp:46:53: note: Function 'TestCompact' argument 3 names different: declaration 'length' definition 'length_'.
opencv-3.3.0/modules/cudalegacy/test/TestCompact.cpp:46:69: style: Function 'TestCompact' argument 4 names different: declaration 'badElem' definition 'badElem_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:55:49: note: Function 'TestCompact' argument 4 names different: declaration 'badElem' definition 'badElem_'.
opencv-3.3.0/modules/cudalegacy/test/TestCompact.cpp:46:69: note: Function 'TestCompact' argument 4 names different: declaration 'badElem' definition 'badElem_'.
opencv-3.3.0/modules/cudalegacy/test/TestCompact.cpp:46:86: style: Function 'TestCompact' argument 5 names different: declaration 'badElemPercentage' definition 'badElemPercentage_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:55:65: note: Function 'TestCompact' argument 5 names different: declaration 'badElemPercentage' definition 'badElemPercentage_'.
opencv-3.3.0/modules/cudalegacy/test/TestCompact.cpp:46:86: note: Function 'TestCompact' argument 5 names different: declaration 'badElemPercentage' definition 'badElemPercentage_'.
opencv-3.3.0/modules/cudalegacy/test/NCVTestSourceProvider.hpp:181:13: style: Technically the member function 'NCVTestSourceProvider::isInit' can be const. [functionConst]
opencv-3.3.0/modules/cudalegacy/test/NCVTestSourceProvider.hpp:91:5: style: Class 'NCVTestSourceProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:96:25: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:73:25: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:96:25: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:106:18: style: The function 'executeTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:72:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:106:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:58:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:58:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:59:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:59:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:60:18: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:60:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:61:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:61:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:57:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:57:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:58:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:58:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:59:18: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:59:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:60:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:60:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:58:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:58:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:59:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:59:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:60:18: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:60:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:61:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:61:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestResize.h:57:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestResize.h:57:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestResize.h:58:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestResize.h:58:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestResize.h:59:18: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestResize.h:59:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestResize.h:60:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestResize.h:60:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:57:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:57:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:58:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:58:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:59:18: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:59:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:60:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestCompact.h:60:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestTranspose.h:58:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestTranspose.h:58:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestTranspose.h:59:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestTranspose.h:59:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestTranspose.h:60:18: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestTranspose.h:60:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestTranspose.h:61:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestTranspose.h:61:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestDrawRects.h:58:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestDrawRects.h:58:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestDrawRects.h:59:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestDrawRects.h:59:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestDrawRects.h:60:18: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestDrawRects.h:60:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestDrawRects.h:61:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestDrawRects.h:61:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:58:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:58:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:59:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:59:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:60:18: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:60:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:61:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:61:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:57:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:57:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:58:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:58:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:59:18: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:59:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:60:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:60:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.h:56:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.h:56:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.h:57:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.h:57:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.h:58:18: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.h:58:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.h:59:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.h:59:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:57:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:57:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:58:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:58:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:59:18: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:59:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:60:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:60:18: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:82:33: performance: Function parameter 'testName_' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/cudalegacy/test/NCVAutoTestLister.hpp:55:35: performance: Function parameter 'testSuiteName_' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/cudalegacy/test/TestCompact.cpp:45:38: performance: Function parameter 'testName_' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/cudalegacy/test/NCVTestSourceProvider.hpp:181:0: style: Technically the member function 'NCVTestSourceProvider < Ncv8u >::isInit' can be const. [functionConst]
opencv-3.3.0/modules/cudalegacy/test/NCVTestSourceProvider.hpp:181:0: style: Technically the member function 'NCVTestSourceProvider < Ncv32u >::isInit' can be const. [functionConst]
opencv-3.3.0/modules/cudalegacy/test/NCVTestSourceProvider.hpp:91:0: style: Class 'NCVTestSourceProvider < Ncv8u >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/cudalegacy/test/NCVTestSourceProvider.hpp:91:0: style: Class 'NCVTestSourceProvider < Ncv32u >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:85:68: style: Function 'TestHaarCascadeApplication' argument 1 names different: declaration 'testName' definition 'testName_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:54:44: note: Function 'TestHaarCascadeApplication' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:85:68: note: Function 'TestHaarCascadeApplication' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:85:109: style: Function 'TestHaarCascadeApplication' argument 2 names different: declaration 'src' definition 'src_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:54:84: note: Function 'TestHaarCascadeApplication' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:85:109: note: Function 'TestHaarCascadeApplication' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:86:68: style: Function 'TestHaarCascadeApplication' argument 3 names different: declaration 'cascadeName' definition 'cascadeName_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:55:44: note: Function 'TestHaarCascadeApplication' argument 3 names different: declaration 'cascadeName' definition 'cascadeName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:86:68: note: Function 'TestHaarCascadeApplication' argument 3 names different: declaration 'cascadeName' definition 'cascadeName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:86:89: style: Function 'TestHaarCascadeApplication' argument 4 names different: declaration 'width' definition 'width_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:55:64: note: Function 'TestHaarCascadeApplication' argument 4 names different: declaration 'width' definition 'width_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:86:89: note: Function 'TestHaarCascadeApplication' argument 4 names different: declaration 'width' definition 'width_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:86:104: style: Function 'TestHaarCascadeApplication' argument 5 names different: declaration 'height' definition 'height_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.h:55:78: note: Function 'TestHaarCascadeApplication' argument 5 names different: declaration 'height' definition 'height_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:86:104: note: Function 'TestHaarCascadeApplication' argument 5 names different: declaration 'height' definition 'height_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:85:68: performance: Function parameter 'testName_' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeApplication.cpp:86:68: performance: Function parameter 'cascadeName_' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.cpp:46:58: style: Function 'TestHaarCascadeLoader' argument 1 names different: declaration 'testName' definition 'testName_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.h:54:39: note: Function 'TestHaarCascadeLoader' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.cpp:46:58: note: Function 'TestHaarCascadeLoader' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.cpp:46:81: style: Function 'TestHaarCascadeLoader' argument 2 names different: declaration 'cascadeName' definition 'cascadeName_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.h:54:61: note: Function 'TestHaarCascadeLoader' argument 2 names different: declaration 'cascadeName' definition 'cascadeName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.cpp:46:81: note: Function 'TestHaarCascadeLoader' argument 2 names different: declaration 'cascadeName' definition 'cascadeName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.cpp:46:58: performance: Function parameter 'testName_' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/cudalegacy/test/TestHaarCascadeLoader.cpp:46:81: performance: Function parameter 'cascadeName_' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.cpp:46:56: style: Function 'TestHypothesesFilter' argument 1 names different: declaration 'testName' definition 'testName_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:54:38: note: Function 'TestHypothesesFilter' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.cpp:46:56: note: Function 'TestHypothesesFilter' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.cpp:46:98: style: Function 'TestHypothesesFilter' argument 2 names different: declaration 'src' definition 'src_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:54:79: note: Function 'TestHypothesesFilter' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.cpp:46:98: note: Function 'TestHypothesesFilter' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.cpp:47:51: style: Function 'TestHypothesesFilter' argument 3 names different: declaration 'numDstRects' definition 'numDstRects_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:55:33: note: Function 'TestHypothesesFilter' argument 3 names different: declaration 'numDstRects' definition 'numDstRects_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.cpp:47:51: note: Function 'TestHypothesesFilter' argument 3 names different: declaration 'numDstRects' definition 'numDstRects_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.cpp:47:72: style: Function 'TestHypothesesFilter' argument 4 names different: declaration 'minNeighbors' definition 'minNeighbors_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:55:53: note: Function 'TestHypothesesFilter' argument 4 names different: declaration 'minNeighbors' definition 'minNeighbors_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.cpp:47:72: note: Function 'TestHypothesesFilter' argument 4 names different: declaration 'minNeighbors' definition 'minNeighbors_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.cpp:47:94: style: Function 'TestHypothesesFilter' argument 5 names different: declaration 'eps' definition 'eps_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.h:55:74: note: Function 'TestHypothesesFilter' argument 5 names different: declaration 'eps' definition 'eps_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.cpp:47:94: note: Function 'TestHypothesesFilter' argument 5 names different: declaration 'eps' definition 'eps_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesFilter.cpp:46:56: performance: Function parameter 'testName_' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:46:52: style: Function 'TestHypothesesGrow' argument 1 names different: declaration 'testName' definition 'testName_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:54:36: note: Function 'TestHypothesesGrow' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:46:52: note: Function 'TestHypothesesGrow' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:46:94: style: Function 'TestHypothesesGrow' argument 2 names different: declaration 'src' definition 'src_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:54:77: note: Function 'TestHypothesesGrow' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:46:94: note: Function 'TestHypothesesGrow' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:47:47: style: Function 'TestHypothesesGrow' argument 3 names different: declaration 'rectWidth' definition 'rectWidth_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:55:31: note: Function 'TestHypothesesGrow' argument 3 names different: declaration 'rectWidth' definition 'rectWidth_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:47:47: note: Function 'TestHypothesesGrow' argument 3 names different: declaration 'rectWidth' definition 'rectWidth_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:47:66: style: Function 'TestHypothesesGrow' argument 4 names different: declaration 'rectHeight' definition 'rectHeight_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:55:49: note: Function 'TestHypothesesGrow' argument 4 names different: declaration 'rectHeight' definition 'rectHeight_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:47:66: note: Function 'TestHypothesesGrow' argument 4 names different: declaration 'rectHeight' definition 'rectHeight_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:47:86: style: Function 'TestHypothesesGrow' argument 5 names different: declaration 'rectScale' definition 'rectScale_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:55:68: note: Function 'TestHypothesesGrow' argument 5 names different: declaration 'rectScale' definition 'rectScale_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:47:86: note: Function 'TestHypothesesGrow' argument 5 names different: declaration 'rectScale' definition 'rectScale_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:48:47: style: Function 'TestHypothesesGrow' argument 6 names different: declaration 'maxLenSrc' definition 'maxLenSrc_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:56:31: note: Function 'TestHypothesesGrow' argument 6 names different: declaration 'maxLenSrc' definition 'maxLenSrc_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:48:47: note: Function 'TestHypothesesGrow' argument 6 names different: declaration 'maxLenSrc' definition 'maxLenSrc_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:48:66: style: Function 'TestHypothesesGrow' argument 7 names different: declaration 'lenSrc' definition 'lenSrc_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:56:49: note: Function 'TestHypothesesGrow' argument 7 names different: declaration 'lenSrc' definition 'lenSrc_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:48:66: note: Function 'TestHypothesesGrow' argument 7 names different: declaration 'lenSrc' definition 'lenSrc_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:48:82: style: Function 'TestHypothesesGrow' argument 8 names different: declaration 'maxLenDst' definition 'maxLenDst_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:56:64: note: Function 'TestHypothesesGrow' argument 8 names different: declaration 'maxLenDst' definition 'maxLenDst_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:48:82: note: Function 'TestHypothesesGrow' argument 8 names different: declaration 'maxLenDst' definition 'maxLenDst_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:48:101: style: Function 'TestHypothesesGrow' argument 9 names different: declaration 'lenDst' definition 'lenDst_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.h:56:82: note: Function 'TestHypothesesGrow' argument 9 names different: declaration 'lenDst' definition 'lenDst_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:48:101: note: Function 'TestHypothesesGrow' argument 9 names different: declaration 'lenDst' definition 'lenDst_'.
opencv-3.3.0/modules/cudalegacy/test/TestHypothesesGrow.cpp:46:52: performance: Function parameter 'testName_' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.cpp:46:64: style: Function 'TestIntegralImageSquared' argument 1 names different: declaration 'testName' definition 'testName_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:54:42: note: Function 'TestIntegralImageSquared' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.cpp:46:64: note: Function 'TestIntegralImageSquared' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.cpp:46:105: style: Function 'TestIntegralImageSquared' argument 2 names different: declaration 'src' definition 'src_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:54:82: note: Function 'TestIntegralImageSquared' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.cpp:46:105: note: Function 'TestIntegralImageSquared' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.cpp:47:59: style: Function 'TestIntegralImageSquared' argument 3 names different: declaration 'width' definition 'width_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:55:37: note: Function 'TestIntegralImageSquared' argument 3 names different: declaration 'width' definition 'width_'.
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.cpp:47:59: note: Function 'TestIntegralImageSquared' argument 3 names different: declaration 'width' definition 'width_'.
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.cpp:47:74: style: Function 'TestIntegralImageSquared' argument 4 names different: declaration 'height' definition 'height_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.h:55:51: note: Function 'TestIntegralImageSquared' argument 4 names different: declaration 'height' definition 'height_'.
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.cpp:47:74: note: Function 'TestIntegralImageSquared' argument 4 names different: declaration 'height' definition 'height_'.
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImageSquared.cpp:46:64: performance: Function parameter 'testName_' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:46:44: style: Function 'TestRectStdDev' argument 1 names different: declaration 'testName' definition 'testName_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:54:32: note: Function 'TestRectStdDev' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:46:44: note: Function 'TestRectStdDev' argument 1 names different: declaration 'testName' definition 'testName_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:46:85: style: Function 'TestRectStdDev' argument 2 names different: declaration 'src' definition 'src_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:54:72: note: Function 'TestRectStdDev' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:46:85: note: Function 'TestRectStdDev' argument 2 names different: declaration 'src' definition 'src_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:47:39: style: Function 'TestRectStdDev' argument 3 names different: declaration 'width' definition 'width_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:55:27: note: Function 'TestRectStdDev' argument 3 names different: declaration 'width' definition 'width_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:47:39: note: Function 'TestRectStdDev' argument 3 names different: declaration 'width' definition 'width_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:47:54: style: Function 'TestRectStdDev' argument 4 names different: declaration 'height' definition 'height_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:55:41: note: Function 'TestRectStdDev' argument 4 names different: declaration 'height' definition 'height_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:47:54: note: Function 'TestRectStdDev' argument 4 names different: declaration 'height' definition 'height_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:47:74: style: Function 'TestRectStdDev' argument 5 names different: declaration 'rect' definition 'rect_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:55:60: note: Function 'TestRectStdDev' argument 5 names different: declaration 'rect' definition 'rect_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:47:74: note: Function 'TestRectStdDev' argument 5 names different: declaration 'rect' definition 'rect_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:47:88: style: Function 'TestRectStdDev' argument 6 names different: declaration 'scaleFactor' definition 'scaleFactor_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:55:73: note: Function 'TestRectStdDev' argument 6 names different: declaration 'scaleFactor' definition 'scaleFactor_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:47:88: note: Function 'TestRectStdDev' argument 6 names different: declaration 'scaleFactor' definition 'scaleFactor_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:48:40: style: Function 'TestRectStdDev' argument 7 names different: declaration 'bTextureCache' definition 'bTextureCache_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.h:56:28: note: Function 'TestRectStdDev' argument 7 names different: declaration 'bTextureCache' definition 'bTextureCache_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:48:40: note: Function 'TestRectStdDev' argument 7 names different: declaration 'bTextureCache' definition 'bTextureCache_'.
opencv-3.3.0/modules/cudalegacy/test/TestRectStdDev.cpp:46:44: performance: Function parameter 'testName_' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/cudalegacy/test/NCVTestSourceProvider.hpp:181:0: style: Technically the member function 'NCVTestSourceProvider < Ncv64u >::isInit' can be const. [functionConst]
opencv-3.3.0/modules/cudalegacy/test/NCVTestSourceProvider.hpp:91:0: style: Class 'NCVTestSourceProvider < Ncv64u >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/cudalegacy/test/NCVTestSourceProvider.hpp:181:0: style: Technically the member function 'NCVTestSourceProvider < Ncv32f >::isInit' can be const. [functionConst]
opencv-3.3.0/modules/cudalegacy/test/NCVTestSourceProvider.hpp:91:0: style: Class 'NCVTestSourceProvider < Ncv32f >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:58:0: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:58:0: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:59:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:92:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:59:0: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:60:0: style: The function 'deinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:93:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:60:0: note: Function in derived class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:61:0: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/cudalegacy/test/NCVTest.hpp:94:18: note: Virtual function in base class
opencv-3.3.0/modules/cudalegacy/test/TestIntegralImage.h:61:0: note: Function in derived class
opencv-3.3.0/modules/dnn/misc/tensorflow/attr_value.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective]
opencv-3.3.0/modules/dnn/misc/tensorflow/function.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective]
opencv-3.3.0/modules/dnn/misc/tensorflow/graph.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective]
opencv-3.3.0/modules/dnn/misc/tensorflow/op_def.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective]
opencv-3.3.0/modules/dnn/misc/tensorflow/tensor.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective]
opencv-3.3.0/modules/dnn/misc/tensorflow/tensor_shape.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective]
opencv-3.3.0/modules/dnn/misc/tensorflow/types.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective]
opencv-3.3.0/modules/dnn/misc/tensorflow/versions.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective]
opencv-3.3.0/modules/dnn/perf/perf_convolution.cpp:35:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1093:25: style: The scope of the variable 'currLayer' can be reduced. [variableScope]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1343:32: style: The scope of the variable 'inputLayerIds' can be reduced. [variableScope]
opencv-3.3.0/modules/dnn/src/dnn.cpp:571:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:694:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:896:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:928:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1015:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1076:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1241:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1266:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1312:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1322:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1376:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1688:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1707:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1735:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1827:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1835:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1845:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opencv-3.3.0/modules/dnn/src/dnn.cpp:628:9: performance: Variable 'netInputLayer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/dnn/src/dnn.cpp:827:9: performance: Technically the member function 'cv::dnn::Impl::resolvePinOutputName' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/dnn.cpp:1392:14: performance: Technically the member function 'cv::dnn::Impl::getLatestLayerPin' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/halide_scheduler.hpp:21:5: style: Class 'HalideScheduler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/halide_scheduler.hpp:28:10: performance: Technically the member function 'cv::dnn::HalideScheduler::process' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/halide_scheduler.cpp:231:23: note: Technically the member function 'cv::dnn::HalideScheduler::process' can be static.
opencv-3.3.0/modules/dnn/src/halide_scheduler.hpp:28:10: note: Technically the member function 'cv::dnn::HalideScheduler::process' can be static.
opencv-3.3.0/modules/dnn/src/layers/batch_norm_layer.cpp:26:5: style: Class 'BatchNormLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/blank_layer.cpp:51:5: style: Class 'BlankLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/concat_layer.cpp:144:9: warning: Member variable 'ChannelConcatInvoker::inputs' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/dnn/src/layers/concat_layer.cpp:144:9: warning: Member variable 'ChannelConcatInvoker::output' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/dnn/src/layers/concat_layer.cpp:144:9: warning: Member variable 'ChannelConcatInvoker::nstripes' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/dnn/src/layers/concat_layer.cpp:55:5: style: Class 'ConcatLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/convolution_layer.cpp:664:13: style: The scope of the variable 'k' can be reduced. [variableScope]
opencv-3.3.0/modules/dnn/src/layers/convolution_layer.cpp:306:9: warning: Member variable 'ParallelConv::outShape' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/dnn/src/layers/convolution_layer.cpp:153:14: style: The function 'computeColRowShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/dnn/src/layers/convolution_layer.cpp:92:22: note: Virtual function in base class
opencv-3.3.0/modules/dnn/src/layers/convolution_layer.cpp:153:14: note: Function in derived class
opencv-3.3.0/modules/dnn/src/layers/convolution_layer.cpp:790:14: style: The function 'computeColRowShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/dnn/src/layers/convolution_layer.cpp:92:22: note: Virtual function in base class
opencv-3.3.0/modules/dnn/src/layers/convolution_layer.cpp:790:14: note: Function in derived class
opencv-3.3.0/modules/dnn/src/layers/crop_layer.cpp:54:5: style: Class 'CropLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/detection_output_layer.cpp:141:5: style: Class 'DetectionOutputLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:318:44: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:372:29: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:108:0: performance: Variable 'func' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:248:11: performance: Technically the member function 'cv::dnn::ReLUFunctor::getFLOPSPerElement' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:255:10: performance: Technically the member function 'cv::dnn::TanHFunctor::apply' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:275:11: performance: Technically the member function 'cv::dnn::TanHFunctor::getFLOPSPerElement' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:282:10: performance: Technically the member function 'cv::dnn::SigmoidFunctor::apply' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:302:11: performance: Technically the member function 'cv::dnn::SigmoidFunctor::getFLOPSPerElement' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:311:10: performance: Technically the member function 'cv::dnn::ELUFunctor::apply' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:331:11: performance: Technically the member function 'cv::dnn::ELUFunctor::getFLOPSPerElement' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:338:10: performance: Technically the member function 'cv::dnn::AbsValFunctor::apply' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:358:11: performance: Technically the member function 'cv::dnn::AbsValFunctor::getFLOPSPerElement' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:365:10: performance: Technically the member function 'cv::dnn::BNLLFunctor::apply' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:385:11: performance: Technically the member function 'cv::dnn::BNLLFunctor::getFLOPSPerElement' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:502:11: performance: Technically the member function 'cv::dnn::ChannelsPReLUFunctor::getFLOPSPerElement' can be static. [functionStatic]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:108:0: style: Class 'cv :: dnn :: ElementWiseLayer < ReLUFunctor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:108:0: style: Class 'cv :: dnn :: ElementWiseLayer < TanHFunctor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:108:0: style: Class 'cv :: dnn :: ElementWiseLayer < SigmoidFunctor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:108:0: style: Class 'cv :: dnn :: ElementWiseLayer < ELUFunctor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:108:0: style: Class 'cv :: dnn :: ElementWiseLayer < AbsValFunctor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:108:0: style: Class 'cv :: dnn :: ElementWiseLayer < BNLLFunctor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:108:0: style: Class 'cv :: dnn :: ElementWiseLayer < PowerFunctor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/elementwise_layers.cpp:108:0: style: Class 'cv :: dnn :: ElementWiseLayer < ChannelsPReLUFunctor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/eltwise_layer.cpp:58:5: style: Class 'EltwiseLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/flatten_layer.cpp:57:5: style: Class 'FlattenLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/fully_connected_layer.cpp:58:5: style: Class 'FullyConnectedLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/lrn_layer.cpp:59:5: style: Class 'LRNLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/max_unpooling_layer.cpp:25:5: style: Class 'MaxUnpoolLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/mvn_layer.cpp:55:5: style: Class 'MVNLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/normalize_bbox_layer.cpp:105:5: style: Class 'NormalizeBBoxLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/padding_layer.cpp:24:5: style: Class 'PaddingLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/permute_layer.cpp:85:5: style: Class 'PermuteLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/pooling_layer.cpp:61:5: style: Class 'PoolingLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/prior_box_layer.cpp:162:5: style: Class 'PriorBoxLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/recurrent_layers.cpp:169:13: style: Variable '_numTimeStamps' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/dnn/src/layers/recurrent_layers.cpp:96:5: style: Class 'LSTMLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/recurrent_layers.cpp:313:5: style: Class 'RNNLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/reshape_layer.cpp:140:5: style: Class 'ReshapeLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/scale_layer.cpp:25:5: style: Class 'ScaleLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/shift_layer.cpp:23:5: style: Class 'ShiftLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/slice_layer.cpp:55:5: style: Class 'SliceLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/softmax_layer.cpp:59:5: style: Class 'SoftMaxLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/layers/split_layer.cpp:54:5: style: Class 'SplitLayerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/dnn/src/opencl/activations.cl:30:46: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
opencv-3.3.0/modules/dnn/test/cnpy.h:252:17: error: Accessing an item in container 'local_header' that is empty. [containerOutOfBounds]
opencv-3.3.0/modules/dnn/test/cnpy.h:256:17: error: Accessing an item in container 'footer' that is empty. [containerOutOfBounds]
opencv-3.3.0/modules/dnn/test/cnpy.h:75:14: style: Technically the member function 'cnpy::NpyArray::destruct' can be const. [functionConst]
opencv-3.3.0/modules/dnn/test/cnpy.h:115:139: performance: Function parameter 'mode' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/dnn/test/cnpy.h:165:160: performance: Function parameter 'mode' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/dnn/test/cnpy.cpp:92:90: performance: Function parameter 'rhs' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/dnn/test/cnpy.cpp:235:62: performance: Function parameter 'varname' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/dnn/test/cnpy.cpp:119:29: warning: String literal "True" doesn't match length argument for substr(). [incorrectStringCompare]
opencv-3.3.0/modules/dnn/test/test_caffe_importer.cpp:58:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/dnn/test/test_googlenet.cpp:59:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/dnn/test/test_layers.cpp:127:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/dnn/test/test_tf_importer.cpp:27:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/features2d/src/agast.cpp:8073:41: style: Unused variable: currCorner_nms [unusedVariable]
opencv-3.3.0/modules/features2d/src/agast_score.cpp:9388:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/agast_score.cpp:9414:9: style: The scope of the variable 'result' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/agast_score.cpp:54:42: style: Function 'makeAgastOffsets' argument 2 names different: declaration 'row_stride' definition 'rowStride'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/agast_score.hpp:61:42: note: Function 'makeAgastOffsets' argument 2 names different: declaration 'row_stride' definition 'rowStride'.
opencv-3.3.0/modules/features2d/src/agast_score.cpp:54:42: note: Function 'makeAgastOffsets' argument 2 names different: declaration 'row_stride' definition 'rowStride'.
opencv-3.3.0/modules/features2d/src/agast_score.cpp:56:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/features2d/src/agast_score.cpp:62:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/features2d/src/agast_score.cpp:68:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/features2d/src/agast_score.cpp:74:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.h:70:3: style: Class 'AKAZEFeatures' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/features2d/src/blobdetector.cpp:191:51: style: Function 'findBlobs' argument 1 names different: declaration 'image' definition '_image'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/blobdetector.cpp:79:37: note: Function 'findBlobs' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/features2d/src/blobdetector.cpp:191:51: note: Function 'findBlobs' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/features2d/src/blobdetector.cpp:191:70: style: Function 'findBlobs' argument 2 names different: declaration 'binaryImage' definition '_binaryImage'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/blobdetector.cpp:79:55: note: Function 'findBlobs' argument 2 names different: declaration 'binaryImage' definition '_binaryImage'.
opencv-3.3.0/modules/features2d/src/blobdetector.cpp:191:70: note: Function 'findBlobs' argument 2 names different: declaration 'binaryImage' definition '_binaryImage'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1143:14: warning: Identical condition 'center<s_10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1138:22: note: 's_10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1142:21: note: 's10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1139:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1143:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1147:14: warning: Identical condition 'center<s_10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1138:22: note: 's_10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1146:22: note: 's0_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1139:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1147:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1151:14: warning: Identical condition 'center<s_10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1138:22: note: 's_10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1150:21: note: 's01' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1139:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1151:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1155:14: warning: Identical condition 'center<s_10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1138:22: note: 's_10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1154:22: note: 's_11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1139:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1155:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: warning: Identical condition 'center<s_10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1138:22: note: 's_10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1158:21: note: 's11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1139:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: warning: Identical condition 'center<s_10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1138:22: note: 's_10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1162:22: note: 's1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1139:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: warning: Identical condition 'center<s_10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1138:22: note: 's_10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1166:23: note: 's_1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1139:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1147:14: warning: Identical condition 'center<s10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1142:21: note: 's10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1146:22: note: 's0_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1143:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1147:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1151:14: warning: Identical condition 'center<s10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1142:21: note: 's10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1150:21: note: 's01' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1143:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1151:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1155:14: warning: Identical condition 'center<s10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1142:21: note: 's10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1154:22: note: 's_11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1143:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1155:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: warning: Identical condition 'center<s10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1142:21: note: 's10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1158:21: note: 's11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1143:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: warning: Identical condition 'center<s10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1142:21: note: 's10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1162:22: note: 's1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1143:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: warning: Identical condition 'center<s10', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1142:21: note: 's10' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1166:23: note: 's_1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1143:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1151:14: warning: Identical condition 'center<s0_1', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1146:22: note: 's0_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1150:21: note: 's01' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1147:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1151:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1155:14: warning: Identical condition 'center<s0_1', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1146:22: note: 's0_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1154:22: note: 's_11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1147:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1155:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: warning: Identical condition 'center<s0_1', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1146:22: note: 's0_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1158:21: note: 's11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1147:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: warning: Identical condition 'center<s0_1', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1146:22: note: 's0_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1162:22: note: 's1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1147:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: warning: Identical condition 'center<s0_1', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1146:22: note: 's0_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1166:23: note: 's_1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1147:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1155:14: warning: Identical condition 'center<s01', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1150:21: note: 's01' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1154:22: note: 's_11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1151:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1155:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: warning: Identical condition 'center<s01', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1150:21: note: 's01' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1158:21: note: 's11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1151:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: warning: Identical condition 'center<s01', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1150:21: note: 's01' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1162:22: note: 's1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1151:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: warning: Identical condition 'center<s01', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1150:21: note: 's01' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1166:23: note: 's_1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1151:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: warning: Identical condition 'center<s_11', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1154:22: note: 's_11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1158:21: note: 's11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1155:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: warning: Identical condition 'center<s_11', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1154:22: note: 's_11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1162:22: note: 's1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1155:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: warning: Identical condition 'center<s_11', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1154:22: note: 's_11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1166:23: note: 's_1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1155:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: warning: Identical condition 'center<s11', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1158:21: note: 's11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1162:22: note: 's1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: warning: Identical condition 'center<s11', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1158:21: note: 's11' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1166:23: note: 's_1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1159:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: warning: Identical condition 'center<s1_1', second condition is always false [identicalConditionAfterEarlyExit]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1162:22: note: 's1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1166:23: note: 's_1_1' is assigned value '*data' here.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1163:14: note: first condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1167:14: note: second condition
opencv-3.3.0/modules/features2d/src/brisk.cpp:1296:7: style: Variable 'max_below_float' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1294:7: note: Variable 'max_below_float' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/brisk.cpp:1296:7: note: Variable 'max_below_float' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/brisk.cpp:359:19: style: The scope of the variable 'theta' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1033:7: style: The scope of the variable 'sixth_x' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1034:7: style: The scope of the variable 'quarter_x' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1036:7: style: The scope of the variable 'sixth_y' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1037:7: style: The scope of the variable 'quarter_y' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1270:9: style: The scope of the variable 'max_below' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/brisk.cpp:284:40: style: Function 'BRISK_Impl' argument 2 names different: declaration 'octaves' definition 'octaves_in'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:57:44: note: Function 'BRISK_Impl' argument 2 names different: declaration 'octaves' definition 'octaves_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:284:40: note: Function 'BRISK_Impl' argument 2 names different: declaration 'octaves' definition 'octaves_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:326:52: style: Function 'generateKernel' argument 5 names different: declaration 'indexChange' definition '_indexChange'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:84:33: note: Function 'generateKernel' argument 5 names different: declaration 'indexChange' definition '_indexChange'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:326:52: note: Function 'generateKernel' argument 5 names different: declaration 'indexChange' definition '_indexChange'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:630:59: style: Function 'computeDescriptorsAndOrOrientation' argument 1 names different: declaration 'image' definition '_image'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:94:56: note: Function 'computeDescriptorsAndOrOrientation' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:630:59: note: Function 'computeDescriptorsAndOrOrientation' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:630:78: style: Function 'computeDescriptorsAndOrOrientation' argument 2 names different: declaration 'mask' definition '_mask'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:94:74: note: Function 'computeDescriptorsAndOrOrientation' argument 2 names different: declaration 'mask' definition '_mask'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:630:78: note: Function 'computeDescriptorsAndOrOrientation' argument 2 names different: declaration 'mask' definition '_mask'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:631:50: style: Function 'computeDescriptorsAndOrOrientation' argument 4 names different: declaration 'descriptors' definition '_descriptors'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:95:52: note: Function 'computeDescriptorsAndOrOrientation' argument 4 names different: declaration 'descriptors' definition '_descriptors'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:631:50: note: Function 'computeDescriptorsAndOrOrientation' argument 4 names different: declaration 'descriptors' definition '_descriptors'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:814:54: style: Function 'computeKeypointsNoOrientation' argument 1 names different: declaration 'image' definition '_image'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:93:51: note: Function 'computeKeypointsNoOrientation' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:814:54: note: Function 'computeKeypointsNoOrientation' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:814:73: style: Function 'computeKeypointsNoOrientation' argument 2 names different: declaration 'mask' definition '_mask'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:93:69: note: Function 'computeKeypointsNoOrientation' argument 2 names different: declaration 'mask' definition '_mask'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:814:73: note: Function 'computeKeypointsNoOrientation' argument 2 names different: declaration 'mask' definition '_mask'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:864:41: style: Function 'getKeypoints' argument 1 names different: declaration '_threshold' definition 'threshold_'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:231:26: note: Function 'getKeypoints' argument 1 names different: declaration '_threshold' definition 'threshold_'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:864:41: note: Function 'getKeypoints' argument 1 names different: declaration '_threshold' definition 'threshold_'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2067:39: style: Function 'BriskLayer' argument 1 names different: declaration 'img' definition 'img_in'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:156:29: note: Function 'BriskLayer' argument 1 names different: declaration 'img' definition 'img_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2067:39: note: Function 'BriskLayer' argument 1 names different: declaration 'img' definition 'img_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2067:53: style: Function 'BriskLayer' argument 2 names different: declaration 'scale' definition 'scale_in'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:156:40: note: Function 'BriskLayer' argument 2 names different: declaration 'scale' definition 'scale_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2067:53: note: Function 'BriskLayer' argument 2 names different: declaration 'scale' definition 'scale_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2067:69: style: Function 'BriskLayer' argument 3 names different: declaration 'offset' definition 'offset_in'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:156:60: note: Function 'BriskLayer' argument 3 names different: declaration 'offset' definition 'offset_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2067:69: note: Function 'BriskLayer' argument 3 names different: declaration 'offset' definition 'offset_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2149:51: style: Function 'getAgastScore' argument 3 names different: declaration 'threshold' definition 'threshold_in'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:170:41: note: Function 'getAgastScore' argument 3 names different: declaration 'threshold' definition 'threshold_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2149:51: note: Function 'getAgastScore' argument 3 names different: declaration 'threshold' definition 'threshold_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2149:71: style: Function 'getAgastScore' argument 4 names different: declaration 'scale' definition 'scale_in'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:170:58: note: Function 'getAgastScore' argument 4 names different: declaration 'scale' definition 'scale_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2149:71: note: Function 'getAgastScore' argument 4 names different: declaration 'scale' definition 'scale_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2183:65: style: Function 'value' argument 4 names different: declaration 'scale' definition 'scale_in'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/brisk.cpp:204:55: note: Function 'value' argument 4 names different: declaration 'scale' definition 'scale_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:2183:65: note: Function 'value' argument 4 names different: declaration 'scale' definition 'scale_in'.
opencv-3.3.0/modules/features2d/src/brisk.cpp:152:22: style: struct member 'CommonParams::HALFSAMPLE' is never used. [unusedStructMember]
opencv-3.3.0/modules/features2d/src/brisk.cpp:153:22: style: struct member 'CommonParams::TWOTHIRDSAMPLE' is never used. [unusedStructMember]
opencv-3.3.0/modules/features2d/src/brisk.cpp:2069:3: performance: Variable 'img_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/features2d/src/brisk.cpp:2070:3: performance: Variable 'scores_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/features2d/src/brisk.cpp:204:3: performance: Technically the member function 'cv::BriskLayer::value' can be static. [functionStatic]
opencv-3.3.0/modules/features2d/src/brisk.cpp:2183:13: note: Technically the member function 'cv::BriskLayer::value' can be static.
opencv-3.3.0/modules/features2d/src/brisk.cpp:204:3: note: Technically the member function 'cv::BriskLayer::value' can be static.
opencv-3.3.0/modules/features2d/src/brisk.cpp:239:3: performance: Technically the member function 'cv::BriskScaleSpace::refine1D' can be static. [functionStatic]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1786:18: note: Technically the member function 'cv::BriskScaleSpace::refine1D' can be static.
opencv-3.3.0/modules/features2d/src/brisk.cpp:239:3: note: Technically the member function 'cv::BriskScaleSpace::refine1D' can be static.
opencv-3.3.0/modules/features2d/src/brisk.cpp:241:3: performance: Technically the member function 'cv::BriskScaleSpace::refine1D_1' can be static. [functionStatic]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1832:18: note: Technically the member function 'cv::BriskScaleSpace::refine1D_1' can be static.
opencv-3.3.0/modules/features2d/src/brisk.cpp:241:3: note: Technically the member function 'cv::BriskScaleSpace::refine1D_1' can be static.
opencv-3.3.0/modules/features2d/src/brisk.cpp:243:3: performance: Technically the member function 'cv::BriskScaleSpace::refine1D_2' can be static. [functionStatic]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1878:18: note: Technically the member function 'cv::BriskScaleSpace::refine1D_2' can be static.
opencv-3.3.0/modules/features2d/src/brisk.cpp:243:3: note: Technically the member function 'cv::BriskScaleSpace::refine1D_2' can be static.
opencv-3.3.0/modules/features2d/src/brisk.cpp:246:3: performance: Technically the member function 'cv::BriskScaleSpace::subpixel2D' can be static. [functionStatic]
opencv-3.3.0/modules/features2d/src/brisk.cpp:1924:18: note: Technically the member function 'cv::BriskScaleSpace::subpixel2D' can be static.
opencv-3.3.0/modules/features2d/src/brisk.cpp:246:3: note: Technically the member function 'cv::BriskScaleSpace::subpixel2D' can be static.
opencv-3.3.0/modules/features2d/src/brisk.cpp:222:3: style: Class 'BriskScaleSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/features2d/src/brisk.cpp:315:47: performance: Function parameter 'indexChange' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/features2d/src/draw.cpp:145:9: style: Variable 'outImg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/draw.cpp:144:9: note: Variable 'outImg' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/features2d/src/draw.cpp:145:9: note: Variable 'outImg' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/features2d/src/evaluation.cpp:141:5: performance: Variable 'center' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/features2d/src/evaluation.cpp:142:5: performance: Variable 'ellipse' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/features2d/src/evaluation.cpp:314:9: style: Struct 'UsedFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/features2d/src/evaluation.cpp:484:5: style: Struct 'DMatchForEvaluation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/features2d/src/evaluation.cpp:494:48: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/features2d/src/fast_score.cpp:50:37: style: Function 'makeOffsets' argument 2 names different: declaration 'row_stride' definition 'rowStride'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/fast_score.hpp:54:37: note: Function 'makeOffsets' argument 2 names different: declaration 'row_stride' definition 'rowStride'.
opencv-3.3.0/modules/features2d/src/fast_score.cpp:50:37: note: Function 'makeOffsets' argument 2 names different: declaration 'row_stride' definition 'rowStride'.
opencv-3.3.0/modules/features2d/src/fast_score.cpp:52:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/features2d/src/fast_score.cpp:58:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/features2d/src/fast_score.cpp:64:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.h:45:5: style: Class 'KAZEFeatures' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1851:20: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:97:5: style: Variable 'ttime' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:96:0: note: Variable 'ttime' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:97:5: note: Variable 'ttime' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1431:3: style: Variable 'ratio' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1418:0: note: Variable 'ratio' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1431:3: note: Variable 'ratio' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1436:3: style: Variable 'yf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1414:0: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1436:3: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1437:3: style: Variable 'xf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1414:0: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1437:3: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1564:3: style: Variable 'ratio' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1549:0: note: Variable 'ratio' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1564:3: note: Variable 'ratio' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1566:3: style: Variable 'angle' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1548:0: note: Variable 'angle' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1566:3: note: Variable 'angle' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1570:3: style: Variable 'yf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1547:0: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1570:3: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1571:3: style: Variable 'xf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1547:0: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1571:3: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1572:3: style: Variable 'co' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1548:0: note: Variable 'co' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1572:3: note: Variable 'co' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1573:3: style: Variable 'si' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1548:0: note: Variable 'si' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1573:3: note: Variable 'si' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:2175:3: style: Variable 'comps' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:2174:0: note: Variable 'comps' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:2175:3: note: Variable 'comps' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:53:9: style: The scope of the variable 'rfactor' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:54:7: style: The scope of the variable 'level_height' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:54:25: style: The scope of the variable 'level_width' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1417:46: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1422:21: style: The scope of the variable 'cy' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1551:30: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:1555:21: style: The scope of the variable 'cy' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:2030:9: style: The scope of the variable 'di' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:2030:20: style: The scope of the variable 'dx' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:2030:31: style: The scope of the variable 'dy' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:797:65: style: Function 'Do_Subpixel_Refinement' argument 2 names different: declaration 'kpts' definition 'output_keypoints'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.h:79:28: note: Function 'Do_Subpixel_Refinement' argument 2 names different: declaration 'kpts' definition 'output_keypoints'.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:797:65: note: Function 'Do_Subpixel_Refinement' argument 2 names different: declaration 'kpts' definition 'output_keypoints'.
opencv-3.3.0/modules/features2d/src/kaze/AKAZEFeatures.cpp:2148:29: warning: Conversion of string literal "Descriptor size can't be bigger than full descriptor (486 = 162*3 - 3 channels)" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:378:28: style: Condition 'is_out==false' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:376:26: note: Assignment 'is_out=false', assigned value is 0
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:378:28: note: Condition 'is_out==false' is always true
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:84:9: style: Variable 'ttime' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:83:0: note: Variable 'ttime' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:84:9: note: Variable 'ttime' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:587:5: style: Variable 'xf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:580:0: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:587:5: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:588:5: style: Variable 'yf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:580:0: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:588:5: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:677:5: style: Variable 'yf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:659:0: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:677:5: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:678:5: style: Variable 'xf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:659:0: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:678:5: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:805:5: style: Variable 'yf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:787:0: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:805:5: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:806:5: style: Variable 'xf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:787:0: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:806:5: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:808:5: style: Variable 'angle' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:788:0: note: Variable 'angle' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:808:5: note: Variable 'angle' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:810:5: style: Variable 'co' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:788:0: note: Variable 'co' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:810:5: note: Variable 'co' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:811:5: style: Variable 'si' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:788:0: note: Variable 'si' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:811:5: note: Variable 'si' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:936:5: style: Variable 'yf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:916:0: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:936:5: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:937:5: style: Variable 'xf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:916:0: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:937:5: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1088:5: style: Variable 'yf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1068:0: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1088:5: note: Variable 'yf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1089:5: style: Variable 'xf' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1068:0: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1089:5: note: Variable 'xf' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1091:5: style: Variable 'angle' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1069:0: note: Variable 'angle' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1091:5: note: Variable 'angle' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1093:5: style: Variable 'co' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1069:0: note: Variable 'co' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1093:5: note: Variable 'co' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1094:5: style: Variable 'si' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1069:0: note: Variable 'si' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1094:5: note: Variable 'si' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:400:9: style: The scope of the variable 'x' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:400:16: style: The scope of the variable 'y' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:401:11: style: The scope of the variable 'Dx' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:401:21: style: The scope of the variable 'Dy' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:401:31: style: The scope of the variable 'Ds' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:402:11: style: The scope of the variable 'Dxx' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:402:22: style: The scope of the variable 'Dyy' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:402:33: style: The scope of the variable 'Dss' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:402:44: style: The scope of the variable 'Dxy' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:402:55: style: The scope of the variable 'Dxs' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:402:66: style: The scope of the variable 'Dys' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:584:11: style: The scope of the variable 'sumX' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:584:23: style: The scope of the variable 'sumY' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:584:58: style: The scope of the variable 'ang2' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:662:48: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:669:23: style: The scope of the variable 'cy' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:791:32: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:797:23: style: The scope of the variable 'cy' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:919:48: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:926:23: style: The scope of the variable 'cy' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1074:32: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/KAZEFeatures.cpp:1080:23: style: The scope of the variable 'cy' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/fed.cpp:76:3: style: Variable 'scale' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/features2d/src/kaze/fed.cpp:72:0: note: Variable 'scale' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/fed.cpp:76:3: note: Variable 'scale' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/features2d/src/kaze/fed.cpp:128:7: style: The scope of the variable 'kappa' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/fed.cpp:128:18: style: The scope of the variable 'prime' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:94:23: style: Function 'pm_g1' argument 1 names different: declaration 'Lx' definition '_Lx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:24:23: note: Function 'pm_g1' argument 1 names different: declaration 'Lx' definition '_Lx'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:94:23: note: Function 'pm_g1' argument 1 names different: declaration 'Lx' definition '_Lx'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:94:39: style: Function 'pm_g1' argument 2 names different: declaration 'Ly' definition '_Ly'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:24:38: note: Function 'pm_g1' argument 2 names different: declaration 'Ly' definition '_Ly'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:94:39: note: Function 'pm_g1' argument 2 names different: declaration 'Ly' definition '_Ly'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:94:56: style: Function 'pm_g1' argument 3 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:24:54: note: Function 'pm_g1' argument 3 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:94:56: note: Function 'pm_g1' argument 3 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:125:23: style: Function 'pm_g2' argument 1 names different: declaration 'Lx' definition '_Lx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:25:23: note: Function 'pm_g2' argument 1 names different: declaration 'Lx' definition '_Lx'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:125:23: note: Function 'pm_g2' argument 1 names different: declaration 'Lx' definition '_Lx'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:125:39: style: Function 'pm_g2' argument 2 names different: declaration 'Ly' definition '_Ly'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:25:38: note: Function 'pm_g2' argument 2 names different: declaration 'Ly' definition '_Ly'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:125:39: note: Function 'pm_g2' argument 2 names different: declaration 'Ly' definition '_Ly'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:125:56: style: Function 'pm_g2' argument 3 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:25:54: note: Function 'pm_g2' argument 3 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:125:56: note: Function 'pm_g2' argument 3 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:157:38: style: Function 'weickert_diffusivity' argument 1 names different: declaration 'Lx' definition '_Lx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:26:38: note: Function 'weickert_diffusivity' argument 1 names different: declaration 'Lx' definition '_Lx'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:157:38: note: Function 'weickert_diffusivity' argument 1 names different: declaration 'Lx' definition '_Lx'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:157:54: style: Function 'weickert_diffusivity' argument 2 names different: declaration 'Ly' definition '_Ly'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:26:53: note: Function 'weickert_diffusivity' argument 2 names different: declaration 'Ly' definition '_Ly'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:157:54: note: Function 'weickert_diffusivity' argument 2 names different: declaration 'Ly' definition '_Ly'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:157:71: style: Function 'weickert_diffusivity' argument 3 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:26:69: note: Function 'weickert_diffusivity' argument 3 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:157:71: note: Function 'weickert_diffusivity' argument 3 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:194:41: style: Function 'charbonnier_diffusivity' argument 1 names different: declaration 'Lx' definition '_Lx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:27:41: note: Function 'charbonnier_diffusivity' argument 1 names different: declaration 'Lx' definition '_Lx'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:194:41: note: Function 'charbonnier_diffusivity' argument 1 names different: declaration 'Lx' definition '_Lx'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:194:57: style: Function 'charbonnier_diffusivity' argument 2 names different: declaration 'Ly' definition '_Ly'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:27:56: note: Function 'charbonnier_diffusivity' argument 2 names different: declaration 'Ly' definition '_Ly'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:194:57: note: Function 'charbonnier_diffusivity' argument 2 names different: declaration 'Ly' definition '_Ly'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:194:74: style: Function 'charbonnier_diffusivity' argument 3 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.h:27:72: note: Function 'charbonnier_diffusivity' argument 3 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/features2d/src/kaze/nldiffusion_functions.cpp:194:74: note: Function 'charbonnier_diffusivity' argument 3 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/features2d/src/keypoint.cpp:49:5: style: Struct 'KeypointResponseGreaterThanThreshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/features2d/src/keypoint.cpp:94:5: style: Struct 'RoiPredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/features2d/src/keypoint.cpp:146:5: style: Class 'MaskPredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/features2d/src/keypoint.cpp:169:5: style: Struct 'KeyPoint_LessThan' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/features2d/src/matchers.cpp:405:42: style: Same iterators expression are used for algorithm. [sameIteratorExpression]
opencv-3.3.0/modules/features2d/src/mser.cpp:917:21: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/features2d/src/mser.cpp:919:22: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/features2d/src/mser.cpp:920:22: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/features2d/src/mser.cpp:1074:36: style: Function 'detect' argument 1 names different: declaration '_src' definition '_image'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/mser.cpp:367:29: note: Function 'detect' argument 1 names different: declaration '_src' definition '_image'.
opencv-3.3.0/modules/features2d/src/mser.cpp:1074:36: note: Function 'detect' argument 1 names different: declaration '_src' definition '_image'.
opencv-3.3.0/modules/features2d/src/mser.cpp:111:28: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
opencv-3.3.0/modules/features2d/src/mser.cpp:107:9: style: Struct 'Pixel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/features2d/src/opencl/brute_force_match.cl:265:16: warning: Redundant assignment of 'result' to itself. [selfAssignment]
opencv-3.3.0/modules/features2d/src/opencl/brute_force_match.cl:469:16: warning: Redundant assignment of 'result' to itself. [selfAssignment]
opencv-3.3.0/modules/features2d/src/opencl/fast.cl:66:13: style: Unused variable: k [unusedVariable]
opencv-3.3.0/modules/features2d/src/orb.cpp:956:45: style: Function 'detectAndCompute' argument 1 names different: declaration 'image' definition '_image'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/orb.cpp:699:39: note: Function 'detectAndCompute' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/features2d/src/orb.cpp:956:45: note: Function 'detectAndCompute' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/features2d/src/orb.cpp:956:64: style: Function 'detectAndCompute' argument 2 names different: declaration 'mask' definition '_mask'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/orb.cpp:699:57: note: Function 'detectAndCompute' argument 2 names different: declaration 'mask' definition '_mask'.
opencv-3.3.0/modules/features2d/src/orb.cpp:956:64: note: Function 'detectAndCompute' argument 2 names different: declaration 'mask' definition '_mask'.
opencv-3.3.0/modules/features2d/src/orb.cpp:958:46: style: Function 'detectAndCompute' argument 4 names different: declaration 'descriptors' definition '_descriptors'. [funcArgNamesDifferent]
opencv-3.3.0/modules/features2d/src/orb.cpp:700:34: note: Function 'detectAndCompute' argument 4 names different: declaration 'descriptors' definition '_descriptors'.
opencv-3.3.0/modules/features2d/src/orb.cpp:958:46: note: Function 'detectAndCompute' argument 4 names different: declaration 'descriptors' definition '_descriptors'.
opencv-3.3.0/modules/features2d/src/orb.cpp:858:24: style: Unused variable: ukeypoints_buf [unusedVariable]
opencv-3.3.0/modules/features2d/test/test_descriptors_regression.cpp:340:0: warning: Member variable 'CV_DescriptorExtractorTest < Hamming >::name' is not assigned a value in 'CV_DescriptorExtractorTest < Hamming >::operator='. [operatorEqVarError]
opencv-3.3.0/modules/features2d/test/test_descriptors_regression.cpp:340:0: warning: Member variable 'CV_DescriptorExtractorTest < Hamming >::dextractor' is not assigned a value in 'CV_DescriptorExtractorTest < Hamming >::operator='. [operatorEqVarError]
opencv-3.3.0/modules/features2d/test/test_descriptors_regression.cpp:340:0: warning: Member variable 'CV_DescriptorExtractorTest < Hamming >::distance' is not assigned a value in 'CV_DescriptorExtractorTest < Hamming >::operator='. [operatorEqVarError]
opencv-3.3.0/modules/features2d/test/test_descriptors_regression.cpp:340:0: warning: Member variable 'CV_DescriptorExtractorTest < Hamming >::detector' is not assigned a value in 'CV_DescriptorExtractorTest < Hamming >::operator='. [operatorEqVarError]
opencv-3.3.0/modules/features2d/test/test_descriptors_regression.cpp:340:0: warning: Member variable 'CV_DescriptorExtractorTest < L2 < float > >::name' is not assigned a value in 'CV_DescriptorExtractorTest < L2 < float > >::operator='. [operatorEqVarError]
opencv-3.3.0/modules/features2d/test/test_descriptors_regression.cpp:340:0: warning: Member variable 'CV_DescriptorExtractorTest < L2 < float > >::dextractor' is not assigned a value in 'CV_DescriptorExtractorTest < L2 < float > >::operator='. [operatorEqVarError]
opencv-3.3.0/modules/features2d/test/test_descriptors_regression.cpp:340:0: warning: Member variable 'CV_DescriptorExtractorTest < L2 < float > >::distance' is not assigned a value in 'CV_DescriptorExtractorTest < L2 < float > >::operator='. [operatorEqVarError]
opencv-3.3.0/modules/features2d/test/test_descriptors_regression.cpp:340:0: warning: Member variable 'CV_DescriptorExtractorTest < L2 < float > >::detector' is not assigned a value in 'CV_DescriptorExtractorTest < L2 < float > >::operator='. [operatorEqVarError]
opencv-3.3.0/modules/features2d/test/test_descriptors_regression.cpp:101:0: warning: The class 'CV_DescriptorExtractorTest < Hamming >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/modules/features2d/test/test_descriptors_regression.cpp:101:0: warning: The class 'CV_DescriptorExtractorTest < L2 < float > >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/modules/features2d/test/test_descriptors_regression.cpp:107:0: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/features2d/test/test_keypoints.cpp:58:5: style: Class 'CV_FeatureDetectorKeypointsTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/features2d/test/test_matchers_algorithmic.cpp:278:25: style: The scope of the variable 'match' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/test/test_matchers_algorithmic.cpp:383:33: style: The scope of the variable 'match' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/test/test_matchers_algorithmic.cpp:487:29: style: The scope of the variable 'match' can be reduced. [variableScope]
opencv-3.3.0/modules/features2d/test/test_matchers_algorithmic.cpp:77:31: warning: Member variable 'CV_DescriptorMatcherTest::name' is not assigned a value in 'CV_DescriptorMatcherTest::operator='. [operatorEqVarError]
opencv-3.3.0/modules/features2d/test/test_matchers_algorithmic.cpp:77:31: warning: Member variable 'CV_DescriptorMatcherTest::dmatcher' is not assigned a value in 'CV_DescriptorMatcherTest::operator='. [operatorEqVarError]
opencv-3.3.0/modules/features2d/test/test_matchers_algorithmic.cpp:53:1: warning: The class 'CV_DescriptorMatcherTest' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:169:18: style: The function 'releaseModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:73:18: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:169:18: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:257:18: style: The function 'createModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:68:18: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:257:18: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:258:17: style: The function 'findNeighbors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:69:17: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:258:17: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:267:18: style: The function 'createModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:68:18: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:267:18: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:268:17: style: The function 'findNeighbors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:69:17: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:268:17: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:277:18: style: The function 'createModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:68:18: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:277:18: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:278:17: style: The function 'findNeighbors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:69:17: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:278:17: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:287:18: style: The function 'createModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:68:18: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:287:18: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:288:17: style: The function 'findNeighbors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:69:17: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:288:17: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:297:18: style: The function 'createModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:68:18: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:297:18: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:298:17: style: The function 'findNeighbors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:69:17: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:298:17: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:306:18: style: The function 'createModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:68:18: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:306:18: note: Function in derived class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:307:17: style: The function 'findNeighbors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:69:17: note: Virtual function in base class
opencv-3.3.0/modules/features2d/test/test_nearestneighbors.cpp:307:17: note: Function in derived class
opencv-3.3.0/modules/highgui/src/roiSelector.cpp:13:1: style: The class 'ROISelector' does not have a constructor although it has private member variables. [noConstructor]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:207:28: warning: Either the condition '!window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:535:9: note: Assuming that condition '!window' is not redundant
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:538:38: note: Calling function 'icvFindTrackbarByName', 1st argument 'window' value is 0
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:207:28: note: Null pointer dereference
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:311:9: warning: Either the condition '!window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:352:9: note: Assuming that condition '!window' is not redundant
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:355:22: note: Calling function 'icvDeleteWindow', 1st argument 'window' value is 0
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:311:9: note: Null pointer dereference
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:316:9: warning: Either the condition '!window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:352:9: note: Assuming that condition '!window' is not redundant
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:355:22: note: Calling function 'icvDeleteWindow', 1st argument 'window' value is 0
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:316:9: note: Null pointer dereference
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:319:5: warning: Either the condition '!window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:352:9: note: Assuming that condition '!window' is not redundant
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:355:22: note: Calling function 'icvDeleteWindow', 1st argument 'window' value is 0
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:319:5: note: Null pointer dereference
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:324:21: warning: Either the condition '!window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:352:9: note: Assuming that condition '!window' is not redundant
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:355:22: note: Calling function 'icvDeleteWindow', 1st argument 'window' value is 0
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:324:21: note: Null pointer dereference
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:331:9: warning: Either the condition '!window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:352:9: note: Assuming that condition '!window' is not redundant
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:355:22: note: Calling function 'icvDeleteWindow', 1st argument 'window' value is 0
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:331:9: note: Null pointer dereference
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:334:20: warning: Either the condition '!window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:352:9: note: Assuming that condition '!window' is not redundant
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:355:22: note: Calling function 'icvDeleteWindow', 1st argument 'window' value is 0
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:334:20: note: Null pointer dereference
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:405:9: warning: Either the condition '!window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:392:9: note: Assuming that condition '!window' is not redundant
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:405:9: note: Null pointer dereference
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:441:16: warning: Either the condition '!window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:438:8: note: Assuming that condition '!window' is not redundant
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:441:16: note: Null pointer dereference
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:462:16: warning: Either the condition '!window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:459:8: note: Assuming that condition '!window' is not redundant
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:462:16: note: Null pointer dereference
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:264:5: style: Variable 'colorspace' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:259:0: note: Variable 'colorspace' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:264:5: note: Variable 'colorspace' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:269:5: style: Variable 'provider' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:260:0: note: Variable 'provider' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:269:5: note: Variable 'provider' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:932:5: style: Variable 'wAttributes' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:931:5: note: Variable 'wAttributes' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:932:5: note: Variable 'wAttributes' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:987:13: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:986:13: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:987:13: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:988:13: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:987:13: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:988:13: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:1084:5: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:1080:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:1084:5: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/highgui/src/window_carbon.cpp:960:9: style: The scope of the variable 'event' can be reduced. [variableScope]
opencv-3.3.0/modules/highgui/src/window_winrt.cpp:120:0: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/highgui/src/window_winrt.cpp:213:17: style: Variable 'time0' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/highgui/src/window_winrt.cpp:217:19: style: Unused variable: window [unusedVariable]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:117:5: warning: Member variable 'HighguiBridge::currentWindow' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:69:21: warning: Redundant assignment of 'this->container' to itself. [selfAssignment]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:195:22: warning: Redundant assignment of 'this->slider' to itself. [selfAssignment]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:82:58: style: Function 'findTrackbarByName' argument 1 names different: declaration 'trackbarName' definition 'trackbar_name'. [funcArgNamesDifferent]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:63:55: note: Function 'findTrackbarByName' argument 1 names different: declaration 'trackbarName' definition 'trackbar_name'.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:82:58: note: Function 'findTrackbarByName' argument 1 names different: declaration 'trackbarName' definition 'trackbar_name'.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:82:84: style: Function 'findTrackbarByName' argument 2 names different: declaration 'windowName' definition 'window_name'. [funcArgNamesDifferent]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:63:80: note: Function 'findTrackbarByName' argument 2 names different: declaration 'windowName' definition 'window_name'.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:82:84: note: Function 'findTrackbarByName' argument 2 names different: declaration 'windowName' definition 'window_name'.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:220:41: style: Function 'CvWindow' argument 2 names different: declaration 'flag' definition 'flags'. [funcArgNamesDifferent]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:170:35: note: Function 'CvWindow' argument 2 names different: declaration 'flag' definition 'flags'.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:220:41: note: Function 'CvWindow' argument 2 names different: declaration 'flag' definition 'flags'.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:312:35: style: Function 'updateImage' argument 1 names different: declaration 'arr' definition 'src'. [funcArgNamesDifferent]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:192:40: note: Function 'updateImage' argument 1 names different: declaration 'arr' definition 'src'.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:312:35: note: Function 'updateImage' argument 1 names different: declaration 'arr' definition 'src'.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:220:11: warning: Member variable 'CvWindow::imageData' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:220:11: warning: Member variable 'CvWindow::imageWidth' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:133:25: performance: Technically the member function 'HighguiBridge::cleanContainer' can be static. [functionStatic]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:104:21: note: Technically the member function 'HighguiBridge::cleanContainer' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:133:25: note: Technically the member function 'HighguiBridge::cleanContainer' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:150:13: performance: Technically the member function 'CvTrackbar::getPosition' can be static. [functionStatic]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:198:20: note: Technically the member function 'CvTrackbar::getPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:150:13: note: Technically the member function 'CvTrackbar::getPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:151:13: performance: Technically the member function 'CvTrackbar::setPosition' can be static. [functionStatic]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:163:18: note: Technically the member function 'CvTrackbar::setPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:151:13: note: Technically the member function 'CvTrackbar::setPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:152:13: performance: Technically the member function 'CvTrackbar::getMaxPosition' can be static. [functionStatic]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:203:20: note: Technically the member function 'CvTrackbar::getMaxPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:152:13: note: Technically the member function 'CvTrackbar::getMaxPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:153:13: performance: Technically the member function 'CvTrackbar::setMaxPosition' can be static. [functionStatic]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:174:18: note: Technically the member function 'CvTrackbar::setMaxPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:153:13: note: Technically the member function 'CvTrackbar::setMaxPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:154:13: performance: Technically the member function 'CvTrackbar::getMinPosition' can be static. [functionStatic]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:208:20: note: Technically the member function 'CvTrackbar::getMinPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:154:13: note: Technically the member function 'CvTrackbar::getMinPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:155:13: performance: Technically the member function 'CvTrackbar::setMinPosition' can be static. [functionStatic]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:183:18: note: Technically the member function 'CvTrackbar::setMinPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.hpp:155:13: note: Technically the member function 'CvTrackbar::setMinPosition' can be static.
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:223:11: style: Class 'CvWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opencv-3.3.0/modules/highgui/src/window_winrt_bridge.cpp:223:11: style: Class 'CvWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.cpp:53:63: style: Condition '(((const int*)"")[0]&255)!=0' is always false [knownConditionTrueFalse]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.cpp:168:13: warning: Assert statement calls a function which may have desired side effects: 'isOpened'. [assertWithSideEffect]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.cpp:185:13: warning: Assert statement calls a function which may have desired side effects: 'isOpened'. [assertWithSideEffect]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.cpp:374:13: warning: Assert statement calls a function which may have desired side effects: 'isOpened'. [assertWithSideEffect]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.cpp:445:13: warning: Assert statement calls a function which may have desired side effects: 'isOpened'. [assertWithSideEffect]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:72:19: style: Technically the member function 'cv::RBaseStream::isOpened' can be const. [functionConst]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.cpp:58:20: note: Technically the member function 'cv::RBaseStream::isOpened' can be const.
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:72:19: note: Technically the member function 'cv::RBaseStream::isOpened' can be const.
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:129:19: style: Technically the member function 'cv::WBaseStream::isOpened' can be const. [functionConst]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.cpp:354:20: note: Technically the member function 'cv::WBaseStream::isOpened' can be const.
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:129:19: note: Technically the member function 'cv::WBaseStream::isOpened' can be const.
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:71:19: warning: Virtual function 'close' is called from destructor '~RBaseStream()' at line 88. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.cpp:88:5: note: Calling close
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:71:19: note: close is a virtual method
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:89:19: warning: Virtual function 'release' is called from destructor '~RBaseStream()' at line 89. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.cpp:89:5: note: Calling release
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:89:19: note: release is a virtual method
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:128:19: warning: Virtual function 'close' is called from destructor '~WBaseStream()' at line 349. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.cpp:349:5: note: Calling close
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:128:19: note: close is a virtual method
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:144:19: warning: Virtual function 'release' is called from destructor '~WBaseStream()' at line 350. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/imgcodecs/src/bitstrm.cpp:350:5: note: Calling release
opencv-3.3.0/modules/imgcodecs/src/bitstrm.hpp:144:19: note: release is a virtual method
opencv-3.3.0/modules/imgcodecs/src/exif.cpp:480:18: style: Unused variable: result [unusedVariable]
opencv-3.3.0/modules/imgcodecs/src/exif.hpp:214:17: style: Technically the member function 'cv::ExifReader::parseExifEntry' can be const. [functionConst]
opencv-3.3.0/modules/imgcodecs/src/exif.cpp:330:25: note: Technically the member function 'cv::ExifReader::parseExifEntry' can be const.
opencv-3.3.0/modules/imgcodecs/src/exif.hpp:214:17: note: Technically the member function 'cv::ExifReader::parseExifEntry' can be const.
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:125:63: style: Condition '(((const int*)"")[0]&255)!=0' is always false [knownConditionTrueFalse]
opencv-3.3.0/modules/imgcodecs/src/grfmt_bmp.cpp:53:13: warning: Member variable 'BmpDecoder::m_palette' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgcodecs/src/grfmt_bmp.hpp:68:11: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:72:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_bmp.hpp:68:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_bmp.hpp:69:11: style: The function 'readHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:71:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_bmp.hpp:69:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_bmp.hpp:92:11: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:103:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_bmp.hpp:92:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_bmp.hpp:94:18: style: The function 'newEncoder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:106:26: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_bmp.hpp:94:18: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.cpp:83:32: style: Function 'readData' argument 1 names different: declaration 'img' definition '_img'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:64:25: note: Function 'readData' argument 1 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.cpp:83:32: note: Function 'readData' argument 1 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.cpp:125:36: style: Function 'write' argument 1 names different: declaration 'img' definition 'input_img'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:79:28: note: Function 'write' argument 1 names different: declaration 'img' definition 'input_img'.
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.cpp:125:36: note: Function 'write' argument 1 names different: declaration 'img' definition 'input_img'.
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.cpp:53:5: performance: Variable 'm_signature_alt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:63:10: style: The function 'readHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:71:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:63:10: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:64:10: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:72:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:64:10: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:65:10: style: The function 'checkSignature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:78:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:65:10: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:67:12: style: The function 'signatureLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:77:20: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:67:12: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:79:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:103:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:79:10: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:80:18: style: The function 'newEncoder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:106:26: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:80:18: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:81:10: style: The function 'isFormatSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:99:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_hdr.hpp:81:10: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.cpp:283:33: warning: Logical disjunction always evaluates to true: code != '\n' || code != '\r'. [incorrectLogicOperator]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.cpp:521:44: style: Condition '!isBigEndian()' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.cpp:568:52: style: Condition '!isBigEndian()' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.cpp:702:13: style: Condition '!isBigEndian()' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.cpp:367:10: style: The scope of the variable 'value' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.cpp:368:9: style: The scope of the variable 'byte' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.cpp:486:9: style: The scope of the variable 'x' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.cpp:486:12: style: The scope of the variable 'y' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.cpp:487:23: style: The scope of the variable 'funcout' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:69:11: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:72:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:69:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:70:11: style: The function 'readHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:71:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:70:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:72:12: style: The function 'signatureLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:77:20: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:72:12: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:73:10: style: The function 'checkSignature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:78:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:73:10: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:91:11: style: The function 'isFormatSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:99:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:91:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:92:11: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:103:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:92:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:94:18: style: The function 'newEncoder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:106:26: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pam.hpp:94:18: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.cpp:280:44: style: Condition '!isBigEndian()' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.cpp:437:32: style: Condition '!isBigEndian()' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.cpp:202:10: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.cpp:202:13: style: The scope of the variable 'x' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.cpp:202:16: style: The scope of the variable 'y' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.cpp:93:13: warning: Member variable 'PxMDecoder::m_palette' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:59:11: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:72:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:59:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:60:11: style: The function 'readHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:71:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:60:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:63:12: style: The function 'signatureLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:77:20: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:63:12: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:64:10: style: The function 'checkSignature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:78:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:64:10: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:84:11: style: The function 'isFormatSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:99:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:84:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:85:11: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:103:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:85:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:87:18: style: The function 'newEncoder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:106:26: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_pxm.hpp:87:18: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_sunras.cpp:405:9: style: The scope of the variable 'y' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/grfmt_sunras.cpp:53:19: warning: Member variable 'SunRasterDecoder::m_palette' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgcodecs/src/grfmt_sunras.hpp:74:11: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:72:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_sunras.hpp:74:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_sunras.hpp:75:11: style: The function 'readHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:71:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_sunras.hpp:75:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_sunras.hpp:98:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:103:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_sunras.hpp:98:10: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_sunras.hpp:100:18: style: The function 'newEncoder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:106:26: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_sunras.hpp:100:18: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_tiff.hpp:131:11: performance: Technically the member function 'cv::TiffEncoder::writeTag' can be static. [functionStatic]
opencv-3.3.0/modules/imgcodecs/src/grfmt_tiff.cpp:500:20: note: Technically the member function 'cv::TiffEncoder::writeTag' can be static.
opencv-3.3.0/modules/imgcodecs/src/grfmt_tiff.hpp:131:11: note: Technically the member function 'cv::TiffEncoder::writeTag' can be static.
opencv-3.3.0/modules/imgcodecs/src/grfmt_tiff.hpp:125:10: style: The function 'isFormatSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:99:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_tiff.hpp:125:10: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_tiff.hpp:127:11: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:103:18: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_tiff.hpp:127:11: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/grfmt_tiff.hpp:128:18: style: The function 'newEncoder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgcodecs/src/grfmt_base.hpp:106:26: note: Virtual function in base class
opencv-3.3.0/modules/imgcodecs/src/grfmt_tiff.hpp:128:18: note: Function in derived class
opencv-3.3.0/modules/imgcodecs/src/loadsave.cpp:905:50: warning: Either the condition '_params' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/imgcodecs/src/loadsave.cpp:890:9: note: Assuming that condition '_params' is not redundant
opencv-3.3.0/modules/imgcodecs/src/loadsave.cpp:905:50: note: Null pointer addition
opencv-3.3.0/modules/imgcodecs/src/rgbe.cpp:134:9: style: The scope of the variable 'f' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/rgbe.cpp:275:12: style: The scope of the variable 'beg_run' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/rgbe.cpp:275:21: style: The scope of the variable 'run_count' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/rgbe.cpp:275:32: style: The scope of the variable 'old_run_count' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/rgbe.cpp:373:45: style: The scope of the variable 'ptr' can be reduced. [variableScope]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:470:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:496:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:497:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:543:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:544:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:545:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:546:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:547:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:548:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:549:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:550:11: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:50:45: style: Function 'icvCvt_BGR2Gray_8u_C3C1R' argument 1 names different: declaration 'bgr' definition 'rgb'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:58:45: note: Function 'icvCvt_BGR2Gray_8u_C3C1R' argument 1 names different: declaration 'bgr' definition 'rgb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:50:45: note: Function 'icvCvt_BGR2Gray_8u_C3C1R' argument 1 names different: declaration 'bgr' definition 'rgb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:50:54: style: Function 'icvCvt_BGR2Gray_8u_C3C1R' argument 2 names different: declaration 'bgr_step' definition 'rgb_step'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:58:54: note: Function 'icvCvt_BGR2Gray_8u_C3C1R' argument 2 names different: declaration 'bgr_step' definition 'rgb_step'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:50:54: note: Function 'icvCvt_BGR2Gray_8u_C3C1R' argument 2 names different: declaration 'bgr_step' definition 'rgb_step'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:52:49: style: Function 'icvCvt_BGR2Gray_8u_C3C1R' argument 6 names different: declaration 'swap_rb' definition '_swap_rb'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:60:49: note: Function 'icvCvt_BGR2Gray_8u_C3C1R' argument 6 names different: declaration 'swap_rb' definition '_swap_rb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:52:49: note: Function 'icvCvt_BGR2Gray_8u_C3C1R' argument 6 names different: declaration 'swap_rb' definition '_swap_rb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:69:48: style: Function 'icvCvt_BGRA2Gray_16u_CnC1R' argument 1 names different: declaration 'bgra' definition 'rgb'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:64:48: note: Function 'icvCvt_BGRA2Gray_16u_CnC1R' argument 1 names different: declaration 'bgra' definition 'rgb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:69:48: note: Function 'icvCvt_BGRA2Gray_16u_CnC1R' argument 1 names different: declaration 'bgra' definition 'rgb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:69:57: style: Function 'icvCvt_BGRA2Gray_16u_CnC1R' argument 2 names different: declaration 'bgra_step' definition 'rgb_step'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:64:58: note: Function 'icvCvt_BGRA2Gray_16u_CnC1R' argument 2 names different: declaration 'bgra_step' definition 'rgb_step'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:69:57: note: Function 'icvCvt_BGRA2Gray_16u_CnC1R' argument 2 names different: declaration 'bgra_step' definition 'rgb_step'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:71:59: style: Function 'icvCvt_BGRA2Gray_16u_CnC1R' argument 7 names different: declaration 'swap_rb' definition '_swap_rb'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:66:58: note: Function 'icvCvt_BGRA2Gray_16u_CnC1R' argument 7 names different: declaration 'swap_rb' definition '_swap_rb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:71:59: note: Function 'icvCvt_BGRA2Gray_16u_CnC1R' argument 7 names different: declaration 'swap_rb' definition '_swap_rb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:88:46: style: Function 'icvCvt_BGRA2Gray_8u_C4C1R' argument 1 names different: declaration 'bgra' definition 'rgba'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:61:46: note: Function 'icvCvt_BGRA2Gray_8u_C4C1R' argument 1 names different: declaration 'bgra' definition 'rgba'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:88:46: note: Function 'icvCvt_BGRA2Gray_8u_C4C1R' argument 1 names different: declaration 'bgra' definition 'rgba'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:88:56: style: Function 'icvCvt_BGRA2Gray_8u_C4C1R' argument 2 names different: declaration 'bgra_step' definition 'rgba_step'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:61:56: note: Function 'icvCvt_BGRA2Gray_8u_C4C1R' argument 2 names different: declaration 'bgra_step' definition 'rgba_step'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:88:56: note: Function 'icvCvt_BGRA2Gray_8u_C4C1R' argument 2 names different: declaration 'bgra_step' definition 'rgba_step'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:90:50: style: Function 'icvCvt_BGRA2Gray_8u_C4C1R' argument 6 names different: declaration 'swap_rb' definition '_swap_rb'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:63:50: note: Function 'icvCvt_BGRA2Gray_8u_C4C1R' argument 6 names different: declaration 'swap_rb' definition '_swap_rb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:90:50: note: Function 'icvCvt_BGRA2Gray_8u_C4C1R' argument 6 names different: declaration 'swap_rb' definition '_swap_rb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:139:49: style: Function 'icvCvt_BGRA2BGR_8u_C4C3R' argument 6 names different: declaration 'swap_rb' definition '_swap_rb'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:75:49: note: Function 'icvCvt_BGRA2BGR_8u_C4C3R' argument 6 names different: declaration 'swap_rb' definition '_swap_rb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:139:49: note: Function 'icvCvt_BGRA2BGR_8u_C4C3R' argument 6 names different: declaration 'swap_rb' definition '_swap_rb'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:341:46: style: Function 'icvCvt_CMYK2Gray_8u_C4C1R' argument 1 names different: declaration 'ycck' definition 'cmyk'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:105:46: note: Function 'icvCvt_CMYK2Gray_8u_C4C1R' argument 1 names different: declaration 'ycck' definition 'cmyk'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:341:46: note: Function 'icvCvt_CMYK2Gray_8u_C4C1R' argument 1 names different: declaration 'ycck' definition 'cmyk'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:341:56: style: Function 'icvCvt_CMYK2Gray_8u_C4C1R' argument 2 names different: declaration 'ycck_step' definition 'cmyk_step'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:105:56: note: Function 'icvCvt_CMYK2Gray_8u_C4C1R' argument 2 names different: declaration 'ycck_step' definition 'cmyk_step'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:341:56: note: Function 'icvCvt_CMYK2Gray_8u_C4C1R' argument 2 names different: declaration 'ycck_step' definition 'cmyk_step'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:434:35: style: Function 'FillUniGray' argument 4 names different: declaration 'width3' definition 'width'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:113:66: note: Function 'FillUniGray' argument 4 names different: declaration 'width3' definition 'width'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:434:35: note: Function 'FillUniGray' argument 4 names different: declaration 'width3' definition 'width'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:436:25: style: Function 'FillUniGray' argument 7 names different: declaration 'count3' definition 'count'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgcodecs/src/utils.hpp:114:46: note: Function 'FillUniGray' argument 7 names different: declaration 'count3' definition 'count'.
opencv-3.3.0/modules/imgcodecs/src/utils.cpp:436:25: note: Function 'FillUniGray' argument 7 names different: declaration 'count3' definition 'count'.
opencv-3.3.0/modules/imgproc/perf/opencl/perf_imgproc.cpp:76:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/imgproc/src/approx.cpp:504:28: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/approx.cpp:541:20: style: The scope of the variable 'dist' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/approx.cpp:588:28: style: The scope of the variable 'dist' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/canny.cpp:349:20: warning: Member variable 'parallelCanny::map' is not assigned a value in 'parallelCanny::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/canny.cpp:349:20: warning: Member variable 'parallelCanny::_borderPeaksParallel' is not assigned a value in 'parallelCanny::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/canny.cpp:349:20: warning: Member variable 'parallelCanny::low' is not assigned a value in 'parallelCanny::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/canny.cpp:349:20: warning: Member variable 'parallelCanny::high' is not assigned a value in 'parallelCanny::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/canny.cpp:349:20: warning: Member variable 'parallelCanny::aperture_size' is not assigned a value in 'parallelCanny::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/canny.cpp:349:20: warning: Member variable 'parallelCanny::L2gradient' is not assigned a value in 'parallelCanny::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/canny.cpp:349:20: warning: Member variable 'parallelCanny::needGradient' is not assigned a value in 'parallelCanny::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/canny.cpp:349:20: warning: Member variable 'parallelCanny::mapstep' is not assigned a value in 'parallelCanny::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/canny.cpp:349:20: warning: Member variable 'parallelCanny::cn' is not assigned a value in 'parallelCanny::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/canny.cpp:349:20: warning: Member variable 'parallelCanny::mutex' is not assigned a value in 'parallelCanny::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/canny.cpp:815:16: warning: Member variable 'finalPass::dst' is not assigned a value in 'finalPass::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/canny.cpp:304:1: warning: The class 'parallelCanny' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/modules/imgproc/src/canny.cpp:800:1: warning: The class 'finalPass' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/modules/imgproc/src/canny.cpp:976:77: warning: Conversion of string literal "Inplace parameters are not supported" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/imgproc/src/clahe.cpp:356:43: style: Function 'apply' argument 1 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/clahe.cpp:327:35: note: Function 'apply' argument 1 names different: declaration 'src' definition '_src'.
opencv-3.3.0/modules/imgproc/src/clahe.cpp:356:43: note: Function 'apply' argument 1 names different: declaration 'src' definition '_src'.
opencv-3.3.0/modules/imgproc/src/clahe.cpp:356:65: style: Function 'apply' argument 2 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/clahe.cpp:327:56: note: Function 'apply' argument 2 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/imgproc/src/clahe.cpp:356:65: note: Function 'apply' argument 2 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/imgproc/src/color.cpp:4862:16: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/color.cpp:5230:16: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/color.cpp:5652:16: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/color.cpp:7167:16: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/color.cpp:7929:16: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/color.cpp:8153:16: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/color.cpp:6799:17: performance: Technically the member function 'cv::Lab2RGBinteger::processLabToXYZ' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/color.cpp:1077:5: style: Struct 'Gray2RGB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/color.cpp:1104:5: style: Struct 'Gray2RGB5x5' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/color.cpp:1225:5: style: Struct 'RGB5x52Gray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/color.cpp:964:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/src/color.cpp:4761:34: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/imgproc/src/color.cpp:5550:34: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:509:42: style: Function 'operator()' argument 1 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:150:36: note: Function 'operator()' argument 1 names different: declaration 'src' definition '_src'.
opencv-3.3.0/modules/imgproc/src/colormap.cpp:509:42: note: Function 'operator()' argument 1 names different: declaration 'src' definition '_src'.
opencv-3.3.0/modules/imgproc/src/colormap.cpp:509:60: style: Function 'operator()' argument 2 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:150:53: note: Function 'operator()' argument 2 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/imgproc/src/colormap.cpp:509:60: note: Function 'operator()' argument 2 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/imgproc/src/colormap.cpp:182:9: style: Class 'Autumn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:206:9: style: Class 'Bone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:233:9: style: Class 'Jet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:260:9: style: Class 'Winter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:284:9: style: Class 'Rainbow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:308:9: style: Class 'Ocean' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:332:9: style: Class 'Summer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:356:9: style: Class 'Spring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:380:9: style: Class 'Cool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:404:9: style: Class 'HSV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:428:9: style: Class 'Pink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:452:9: style: Class 'Hot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:476:9: style: Class 'Parula' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:497:9: style: Class 'UserColorMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:186:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:186:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:210:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:210:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:237:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:237:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:264:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:264:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:288:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:288:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:312:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:312:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:336:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:336:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:360:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:360:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:384:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:384:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:408:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:408:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:432:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:432:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:456:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:456:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:480:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:480:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:504:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/colormap.cpp:153:22: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/colormap.cpp:504:14: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:284:38: warning: Member variable 'FirstScan8Connectivity::imgLabels_' is not assigned a value in 'FirstScan8Connectivity::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:284:38: warning: Member variable 'FirstScan8Connectivity::P_' is not assigned a value in 'FirstScan8Connectivity::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:284:38: warning: Member variable 'FirstScan8Connectivity::chunksSizeAndLabels_' is not assigned a value in 'FirstScan8Connectivity::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:386:38: warning: Member variable 'FirstScan4Connectivity::imgLabels_' is not assigned a value in 'FirstScan4Connectivity::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:386:38: warning: Member variable 'FirstScan4Connectivity::P_' is not assigned a value in 'FirstScan4Connectivity::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:386:38: warning: Member variable 'FirstScan4Connectivity::chunksSizeAndLabels_' is not assigned a value in 'FirstScan4Connectivity::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:463:26: warning: Member variable 'SecondScan::imgLabels_' is not assigned a value in 'SecondScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:463:26: warning: Member variable 'SecondScan::P_' is not assigned a value in 'SecondScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:463:26: warning: Member variable 'SecondScan::sop_' is not assigned a value in 'SecondScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:463:26: warning: Member variable 'SecondScan::sopArray_' is not assigned a value in 'SecondScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:463:26: warning: Member variable 'SecondScan::nLabels_' is not assigned a value in 'SecondScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:840:25: warning: Member variable 'FirstScan::imgLabels_' is not assigned a value in 'FirstScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:840:25: warning: Member variable 'FirstScan::P_' is not assigned a value in 'FirstScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:840:25: warning: Member variable 'FirstScan::chunksSizeAndLabels_' is not assigned a value in 'FirstScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:1908:26: warning: Member variable 'SecondScan::imgLabels_' is not assigned a value in 'SecondScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:1908:26: warning: Member variable 'SecondScan::P_' is not assigned a value in 'SecondScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:1908:26: warning: Member variable 'SecondScan::sop_' is not assigned a value in 'SecondScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:1908:26: warning: Member variable 'SecondScan::sopArray_' is not assigned a value in 'SecondScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:1908:26: warning: Member variable 'SecondScan::nLabels_' is not assigned a value in 'SecondScan::operator='. [operatorEqVarError]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:59:14: performance: Technically the member function 'cv::connectedcomponents::NoOp::init' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:63:14: performance: Technically the member function 'cv::connectedcomponents::NoOp::initElement' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:67:14: style: Technically the member function 'cv::connectedcomponents::NoOp::operator()' can be const. [functionConst]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:73:14: performance: Technically the member function 'cv::connectedcomponents::NoOp::finish' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:77:14: performance: Technically the member function 'cv::connectedcomponents::NoOp::setNextLoc' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:577:16: style: Technically the member function 'cv::connectedcomponents::LabelingWuParallel::operator()' can be const. [functionConst]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:2528:16: style: Technically the member function 'cv::connectedcomponents::LabelingGranaParallel::operator()' can be const. [functionConst]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:274:9: warning: The class 'FirstScan8Connectivity' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:376:9: warning: The class 'FirstScan4Connectivity' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:453:9: warning: The class 'SecondScan' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:829:9: warning: The class 'FirstScan' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/modules/imgproc/src/connectedcomponents.cpp:1895:9: warning: The class 'SecondScan' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/modules/imgproc/src/contours.cpp:81:9: style: The scope of the variable 'code' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/contours.cpp:525:21: style: The scope of the variable 'prev_s' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/contours.cpp:697:17: style: The scope of the variable 'prev_s' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/contours.cpp:886:17: style: The scope of the variable 'prev_s' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/contours.cpp:1481:10: style: The scope of the variable 'connect_flag' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/contours.cpp:1482:10: style: The scope of the variable 'lower_total' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/contours.cpp:1484:10: style: The scope of the variable 'all_total' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/contours.cpp:1759:31: style: The scope of the variable 'p_temp' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/contours.cpp:1813:12: style: The scope of the variable 'contour' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/convhull.cpp:272:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/corner.cpp:54:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/corner.cpp:110:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/corner.cpp:285:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/corner.cpp:719:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/demosaicing.cpp:60:9: performance: Technically the member function 'cv::SIMDBayerStubInterpolator_::bayer2Gray' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/demosaicing.cpp:65:9: performance: Technically the member function 'cv::SIMDBayerStubInterpolator_::bayer2RGB' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/demosaicing.cpp:70:9: performance: Technically the member function 'cv::SIMDBayerStubInterpolator_::bayer2RGBA' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/demosaicing.cpp:75:9: performance: Technically the member function 'cv::SIMDBayerStubInterpolator_::bayer2RGB_EA' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/distransform.cpp:508:27: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/distransform.cpp:568:33: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/drawing.cpp:1209:25: style: The scope of the variable 'ty' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/drawing.cpp:1277:51: style: Function 'CollectPolyEdges' argument 3 names different: declaration 'npts' definition 'count'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/drawing.cpp:63:51: note: Function 'CollectPolyEdges' argument 3 names different: declaration 'npts' definition 'count'.
opencv-3.3.0/modules/imgproc/src/drawing.cpp:1277:51: note: Function 'CollectPolyEdges' argument 3 names different: declaration 'npts' definition 'count'.
opencv-3.3.0/modules/imgproc/src/drawing.cpp:1716:43: style: Function 'PolyLine' argument 3 names different: declaration 'npts' definition 'count'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/drawing.cpp:71:43: note: Function 'PolyLine' argument 3 names different: declaration 'npts' definition 'count'.
opencv-3.3.0/modules/imgproc/src/drawing.cpp:1716:43: note: Function 'PolyLine' argument 3 names different: declaration 'npts' definition 'count'.
opencv-3.3.0/modules/imgproc/src/drawing.cpp:1716:55: style: Function 'PolyLine' argument 4 names different: declaration 'closed' definition 'is_closed'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/drawing.cpp:71:54: note: Function 'PolyLine' argument 4 names different: declaration 'closed' definition 'is_closed'.
opencv-3.3.0/modules/imgproc/src/drawing.cpp:1716:55: note: Function 'PolyLine' argument 4 names different: declaration 'closed' definition 'is_closed'.
opencv-3.3.0/modules/imgproc/src/drawing.cpp:1333:10: style: Technically the member function 'cv::CmpEdges::operator()' can be const. [functionConst]
opencv-3.3.0/modules/imgproc/src/drawing.cpp:1335:30: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/src/drawing.cpp:1336:25: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/src/emd.cpp:161:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
opencv-3.3.0/modules/imgproc/src/emd.cpp:338:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
opencv-3.3.0/modules/imgproc/src/emd.cpp:371:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/emd.cpp:374:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/emd.cpp:438:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/emd.cpp:473:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/emd.cpp:492:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/emd.cpp:595:5: style: Variable 'v1_head.next' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/imgproc/src/emd.cpp:590:5: note: Variable 'v1_head.next' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/src/emd.cpp:595:5: note: Variable 'v1_head.next' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/src/emd.cpp:825:5: style: Variable 'steps' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/imgproc/src/emd.cpp:815:0: note: Variable 'steps' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/src/emd.cpp:825:5: note: Variable 'steps' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/src/emd.cpp:1160:9: style: Variable 'flow' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/imgproc/src/emd.cpp:1159:9: note: Variable 'flow' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/imgproc/src/emd.cpp:1160:9: note: Variable 'flow' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/imgproc/src/emd.cpp:165:16: style: The scope of the variable 'min_delta' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/emd.cpp:570:15: style: The scope of the variable 'found' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/emd.cpp:890:15: style: The scope of the variable 'min_i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/emd.cpp:891:11: style: The scope of the variable 'min_delta' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/emd.cpp:894:53: style: The scope of the variable 'remember' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/filter.avx2.cpp:147:18: style: The scope of the variable 'S' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/filter.avx2.cpp:131:17: style: Variable 'S' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/filter.avx2.cpp:132:18: style: Variable 'S2' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/filter.cpp:4441:5: style: Variable 'kdepth' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/imgproc/src/filter.cpp:4427:0: note: Variable 'kdepth' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4441:5: note: Variable 'kdepth' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/src/filter.cpp:3061:19: style: The scope of the variable 'S' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/filter.cpp:3259:13: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/filter.cpp:3427:13: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/filter.cpp:3898:13: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/filter.cpp:85:33: style: Function 'FilterEngine' argument 4 names different: declaration 'srcType' definition '_srcType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:219:22: note: Function 'FilterEngine' argument 4 names different: declaration 'srcType' definition '_srcType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:85:33: note: Function 'FilterEngine' argument 4 names different: declaration 'srcType' definition '_srcType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:85:47: style: Function 'FilterEngine' argument 5 names different: declaration 'dstType' definition '_dstType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:219:35: note: Function 'FilterEngine' argument 5 names different: declaration 'dstType' definition '_dstType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:85:47: note: Function 'FilterEngine' argument 5 names different: declaration 'dstType' definition '_dstType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:85:61: style: Function 'FilterEngine' argument 6 names different: declaration 'bufType' definition '_bufType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:219:48: note: Function 'FilterEngine' argument 6 names different: declaration 'bufType' definition '_bufType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:85:61: note: Function 'FilterEngine' argument 6 names different: declaration 'bufType' definition '_bufType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:104:30: style: Function 'init' argument 4 names different: declaration 'srcType' definition '_srcType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:229:19: note: Function 'init' argument 4 names different: declaration 'srcType' definition '_srcType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:104:30: note: Function 'init' argument 4 names different: declaration 'srcType' definition '_srcType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:104:44: style: Function 'init' argument 5 names different: declaration 'dstType' definition '_dstType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:229:32: note: Function 'init' argument 5 names different: declaration 'dstType' definition '_dstType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:104:44: note: Function 'init' argument 5 names different: declaration 'dstType' definition '_dstType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:104:58: style: Function 'init' argument 6 names different: declaration 'bufType' definition '_bufType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:229:45: note: Function 'init' argument 6 names different: declaration 'bufType' definition '_bufType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:104:58: note: Function 'init' argument 6 names different: declaration 'bufType' definition '_bufType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:285:50: style: Function 'proceed' argument 2 names different: declaration 'srcStep' definition 'srcstep'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:239:47: note: Function 'proceed' argument 2 names different: declaration 'srcStep' definition 'srcstep'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:285:50: note: Function 'proceed' argument 2 names different: declaration 'srcStep' definition 'srcstep'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:285:63: style: Function 'proceed' argument 3 names different: declaration 'srcCount' definition 'count'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:239:60: note: Function 'proceed' argument 3 names different: declaration 'srcCount' definition 'count'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:285:63: note: Function 'proceed' argument 3 names different: declaration 'srcCount' definition 'count'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:286:44: style: Function 'proceed' argument 5 names different: declaration 'dstStep' definition 'dststep'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:240:41: note: Function 'proceed' argument 5 names different: declaration 'dstStep' definition 'dststep'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:286:44: note: Function 'proceed' argument 5 names different: declaration 'dstStep' definition 'dststep'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:404:34: style: Function 'getKernelType' argument 1 names different: declaration 'kernel' definition 'filter_kernel'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:283:30: note: Function 'getKernelType' argument 1 names different: declaration 'kernel' definition 'filter_kernel'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:404:34: note: Function 'getKernelType' argument 1 names different: declaration 'kernel' definition 'filter_kernel'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:3597:63: style: Function 'getLinearRowFilter' argument 3 names different: declaration 'kernel' definition '_kernel'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:287:56: note: Function 'getLinearRowFilter' argument 3 names different: declaration 'kernel' definition '_kernel'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:3597:63: note: Function 'getLinearRowFilter' argument 3 names different: declaration 'kernel' definition '_kernel'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:3651:57: style: Function 'getLinearColumnFilter' argument 3 names different: declaration 'kernel' definition '_kernel'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:292:56: note: Function 'getLinearColumnFilter' argument 3 names different: declaration 'kernel' definition '_kernel'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:3651:57: note: Function 'getLinearColumnFilter' argument 3 names different: declaration 'kernel' definition '_kernel'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4422:44: style: Function 'getLinearFilter' argument 3 names different: declaration 'kernel' definition 'filter_kernel'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:298:55: note: Function 'getLinearFilter' argument 3 names different: declaration 'kernel' definition 'filter_kernel'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4422:44: note: Function 'getLinearFilter' argument 3 names different: declaration 'kernel' definition 'filter_kernel'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4499:55: style: Function 'createLinearFilter' argument 1 names different: declaration 'srcType' definition '_srcType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:311:42: note: Function 'createLinearFilter' argument 1 names different: declaration 'srcType' definition '_srcType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4499:55: note: Function 'createLinearFilter' argument 1 names different: declaration 'srcType' definition '_srcType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4499:69: style: Function 'createLinearFilter' argument 2 names different: declaration 'dstType' definition '_dstType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:311:55: note: Function 'createLinearFilter' argument 2 names different: declaration 'dstType' definition '_dstType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4499:69: note: Function 'createLinearFilter' argument 2 names different: declaration 'dstType' definition '_dstType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4500:58: style: Function 'createLinearFilter' argument 3 names different: declaration 'kernel' definition 'filter_kernel'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:312:29: note: Function 'createLinearFilter' argument 3 names different: declaration 'kernel' definition 'filter_kernel'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4500:58: note: Function 'createLinearFilter' argument 3 names different: declaration 'kernel' definition 'filter_kernel'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4501:69: style: Function 'createLinearFilter' argument 5 names different: declaration 'delta' definition '_delta'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:313:25: note: Function 'createLinearFilter' argument 5 names different: declaration 'delta' definition '_delta'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4501:69: note: Function 'createLinearFilter' argument 5 names different: declaration 'delta' definition '_delta'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4502:51: style: Function 'createLinearFilter' argument 6 names different: declaration 'rowBorderType' definition '_rowBorderType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:313:40: note: Function 'createLinearFilter' argument 6 names different: declaration 'rowBorderType' definition '_rowBorderType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4502:51: note: Function 'createLinearFilter' argument 6 names different: declaration 'rowBorderType' definition '_rowBorderType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4502:71: style: Function 'createLinearFilter' argument 7 names different: declaration 'columnBorderType' definition '_columnBorderType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:314:22: note: Function 'createLinearFilter' argument 7 names different: declaration 'columnBorderType' definition '_columnBorderType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4502:71: note: Function 'createLinearFilter' argument 7 names different: declaration 'columnBorderType' definition '_columnBorderType'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4503:61: style: Function 'createLinearFilter' argument 8 names different: declaration 'borderValue' definition '_borderValue'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:314:59: note: Function 'createLinearFilter' argument 8 names different: declaration 'borderValue' definition '_borderValue'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:4503:61: note: Function 'createLinearFilter' argument 8 names different: declaration 'borderValue' definition '_borderValue'.
opencv-3.3.0/modules/imgproc/src/filter.cpp:70:28: performance: Variable 'ksize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/imgproc/src/filter.cpp:447:5: style: Struct 'RowNoVec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/filter.cpp:3589:5: style: Struct 'FixedPtCastEx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/filter.cpp:3057:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:72:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/filter.cpp:3057:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/filter.cpp:3115:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:72:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/filter.cpp:3115:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/filter.cpp:3254:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:100:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/filter.cpp:3254:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/filter.cpp:3317:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:100:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/filter.cpp:3317:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/filter.cpp:3423:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:100:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/filter.cpp:3423:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/filter.cpp:3892:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:128:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/filter.cpp:3892:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/floodfill.cpp:138:0: style: Same expression used in consecutive assignments of 'YMin' and 'YMax'. [duplicateAssignExpression]
opencv-3.3.0/modules/imgproc/src/floodfill.cpp:138:0: note: Same expression used in consecutive assignments of 'YMin' and 'YMax'.
opencv-3.3.0/modules/imgproc/src/floodfill.cpp:138:0: note: Same expression used in consecutive assignments of 'YMin' and 'YMax'.
opencv-3.3.0/modules/imgproc/src/floodfill.cpp:293:0: style: Same expression used in consecutive assignments of 'YMin' and 'YMax'. [duplicateAssignExpression]
opencv-3.3.0/modules/imgproc/src/floodfill.cpp:293:0: note: Same expression used in consecutive assignments of 'YMin' and 'YMax'.
opencv-3.3.0/modules/imgproc/src/floodfill.cpp:293:0: note: Same expression used in consecutive assignments of 'YMin' and 'YMax'.
opencv-3.3.0/modules/imgproc/src/floodfill.cpp:117:5: performance: Variable 'rect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/imgproc/src/floodfill.cpp:163:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/imgproc/src/floodfill.cpp:333:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/imgproc/src/generalized_hough.cpp:110:53: style: Function 'calcEdges' argument 1 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/generalized_hough.cpp:97:35: note: Function 'calcEdges' argument 1 names different: declaration 'src' definition '_src'.
opencv-3.3.0/modules/imgproc/src/generalized_hough.cpp:110:53: note: Function 'calcEdges' argument 1 names different: declaration 'src' definition '_src'.
opencv-3.3.0/modules/imgproc/src/generalized_hough.cpp:298:54: style: Function 'convertTo' argument 1 names different: declaration 'positions' definition '_positions'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/generalized_hough.cpp:99:36: note: Function 'convertTo' argument 1 names different: declaration 'positions' definition '_positions'.
opencv-3.3.0/modules/imgproc/src/generalized_hough.cpp:298:54: note: Function 'convertTo' argument 1 names different: declaration 'positions' definition '_positions'.
opencv-3.3.0/modules/imgproc/src/generalized_hough.cpp:298:78: style: Function 'convertTo' argument 2 names different: declaration 'votes' definition '_votes'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/generalized_hough.cpp:99:59: note: Function 'convertTo' argument 2 names different: declaration 'votes' definition '_votes'.
opencv-3.3.0/modules/imgproc/src/generalized_hough.cpp:298:78: note: Function 'convertTo' argument 2 names different: declaration 'votes' definition '_votes'.
opencv-3.3.0/modules/imgproc/src/generalized_hough.cpp:213:9: style: Class 'Vec3iGreaterThanIdx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/geometry.cpp:457:48: style: Condition 'inflag==Qin' is always false [knownConditionTrueFalse]
opencv-3.3.0/modules/imgproc/src/geometry.cpp:456:25: note: Assuming that condition 'inflag==Pin' is not redundant
opencv-3.3.0/modules/imgproc/src/geometry.cpp:457:48: note: Condition 'inflag==Qin' is always false
opencv-3.3.0/modules/imgproc/src/geometry.cpp:69:32: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/grabcut.cpp:87:6: warning: Member variable 'GMM::sums' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/src/grabcut.cpp:87:6: warning: Member variable 'GMM::prods' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/src/grabcut.cpp:87:6: warning: Member variable 'GMM::sampleCounts' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/src/gcgraph.hpp:85:5: performance: Variable 'flow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/imgproc/src/grabcut.cpp:62:5: style: Class 'GMM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:789:55: warning: Either the condition '!mask' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:791:21: note: Assuming that condition '!mask' is not redundant
opencv-3.3.0/modules/imgproc/src/histogram.cpp:789:55: note: Null pointer addition
opencv-3.3.0/modules/imgproc/src/histogram.cpp:824:68: warning: Either the condition '!mask' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:826:21: note: Assuming that condition '!mask' is not redundant
opencv-3.3.0/modules/imgproc/src/histogram.cpp:824:68: note: Null pointer addition
opencv-3.3.0/modules/imgproc/src/histogram.cpp:869:81: warning: Either the condition '!mask' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:871:21: note: Assuming that condition '!mask' is not redundant
opencv-3.3.0/modules/imgproc/src/histogram.cpp:869:81: note: Null pointer addition
opencv-3.3.0/modules/imgproc/src/histogram.cpp:1028:51: warning: Either the condition '!mask' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:1030:17: note: Assuming that condition '!mask' is not redundant
opencv-3.3.0/modules/imgproc/src/histogram.cpp:1028:51: note: Null pointer addition
opencv-3.3.0/modules/imgproc/src/histogram.cpp:1084:64: warning: Either the condition '!mask' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:1086:17: note: Assuming that condition '!mask' is not redundant
opencv-3.3.0/modules/imgproc/src/histogram.cpp:1084:64: note: Null pointer addition
opencv-3.3.0/modules/imgproc/src/histogram.cpp:1119:77: warning: Either the condition '!mask' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:1121:17: note: Assuming that condition '!mask' is not redundant
opencv-3.3.0/modules/imgproc/src/histogram.cpp:1119:77: note: Null pointer addition
opencv-3.3.0/modules/imgproc/src/histogram.cpp:2514:9: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:3362:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:4080:9: style: The scope of the variable 'sizes' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:4081:9: style: The scope of the variable 'dims' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:4082:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/histogram.cpp:4088:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/src/hough.cpp:1184:84: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/hough.cpp:1066:33: style: The scope of the variable 'x1' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/hough.cpp:1066:37: style: The scope of the variable 'y1' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/hough.cpp:63:41: style: Array index 'l1' is used before limits check. [arrayIndexThenCheck]
opencv-3.3.0/modules/imgproc/src/hough.cpp:60:5: style: Struct 'hough_cmp_gt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:3367:21: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:5126:29: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:5131:23: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:6791:5: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:6787:0: note: Variable 'src' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:6791:5: note: Variable 'src' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:6792:5: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:6788:0: note: Variable 'dst' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:6792:5: note: Variable 'dst' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:5121:9: style: The scope of the variable 'x' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:6326:9: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:6370:9: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:6572:33: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:6690:33: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
opencv-3.3.0/modules/imgproc/src/imgwarp.cpp:166:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/imgproc/src/imgwarp.sse4_1.cpp:388:5: style: Class 'WarpPerspectiveLine_SSE4_Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/lsd.cpp:1056:0: style: Same expression used in consecutive assignments of 'left_x' and 'right_x'. [duplicateAssignExpression]
opencv-3.3.0/modules/imgproc/src/lsd.cpp:1056:0: note: Same expression used in consecutive assignments of 'left_x' and 'right_x'.
opencv-3.3.0/modules/imgproc/src/lsd.cpp:1056:0: note: Same expression used in consecutive assignments of 'left_x' and 'right_x'.
opencv-3.3.0/modules/imgproc/src/moments.cpp:107:20: style: The scope of the variable 'xi2' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/moments.cpp:107:25: style: The scope of the variable 'yi2' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/moments.cpp:107:56: style: The scope of the variable 'dxy' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/moments.cpp:107:61: style: The scope of the variable 'xii_1' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/moments.cpp:107:68: style: The scope of the variable 'yii_1' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/moments.cpp:208:9: style: Technically the member function 'cv::MomentsInTile_SIMD::operator()' can be const. [functionConst]
opencv-3.3.0/modules/imgproc/src/morph.cpp:799:13: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/morph.cpp:942:78: style: Function 'getMorphologyFilter' argument 3 names different: declaration 'kernel' definition '_kernel'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:348:66: note: Function 'getMorphologyFilter' argument 3 names different: declaration 'kernel' definition '_kernel'.
opencv-3.3.0/modules/imgproc/src/morph.cpp:942:78: note: Function 'getMorphologyFilter' argument 3 names different: declaration 'kernel' definition '_kernel'.
opencv-3.3.0/modules/imgproc/src/morph.cpp:980:84: style: Function 'createMorphologyFilter' argument 3 names different: declaration 'kernel' definition '_kernel'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:352:82: note: Function 'createMorphologyFilter' argument 3 names different: declaration 'kernel' definition '_kernel'.
opencv-3.3.0/modules/imgproc/src/morph.cpp:980:84: note: Function 'createMorphologyFilter' argument 3 names different: declaration 'kernel' definition '_kernel'.
opencv-3.3.0/modules/imgproc/src/morph.cpp:981:73: style: Function 'createMorphologyFilter' argument 5 names different: declaration 'rowBorderType' definition '_rowBorderType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:353:86: note: Function 'createMorphologyFilter' argument 5 names different: declaration 'rowBorderType' definition '_rowBorderType'.
opencv-3.3.0/modules/imgproc/src/morph.cpp:981:73: note: Function 'createMorphologyFilter' argument 5 names different: declaration 'rowBorderType' definition '_rowBorderType'.
opencv-3.3.0/modules/imgproc/src/morph.cpp:981:93: style: Function 'createMorphologyFilter' argument 6 names different: declaration 'columnBorderType' definition '_columnBorderType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:354:57: note: Function 'createMorphologyFilter' argument 6 names different: declaration 'columnBorderType' definition '_columnBorderType'.
opencv-3.3.0/modules/imgproc/src/morph.cpp:981:93: note: Function 'createMorphologyFilter' argument 6 names different: declaration 'columnBorderType' definition '_columnBorderType'.
opencv-3.3.0/modules/imgproc/src/morph.cpp:982:69: style: Function 'createMorphologyFilter' argument 7 names different: declaration 'borderValue' definition '_borderValue'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:355:67: note: Function 'createMorphologyFilter' argument 7 names different: declaration 'borderValue' definition '_borderValue'.
opencv-3.3.0/modules/imgproc/src/morph.cpp:982:69: note: Function 'createMorphologyFilter' argument 7 names different: declaration 'borderValue' definition '_borderValue'.
opencv-3.3.0/modules/imgproc/src/morph.cpp:640:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:72:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/morph.cpp:640:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/morph.cpp:694:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:100:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/morph.cpp:694:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/morph.cpp:795:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:128:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/morph.cpp:795:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/opencl/accumulate.cl:75:0: error: #error "Unknown accumulation type" [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/bilateral.cl:54:0: error: #error "cn should be <= 4" [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/boxFilter.cl:114:0: error: #error No extrapolation method [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/boxFilter3x3.cl:44:17: style: Variable 'src_index' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/opencl/boxFilter3x3.cl:45:23: style: Variable 'line_end' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/opencl/calc_back_project.cl:137:0: error: #error "(nimages <= 2) should be true" [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/corner.cl:85:0: error: #error No extrapolation method [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/covardata.cl:40:0: error: #error No extrapolation method [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/cvtcolor.cl:1107:37: style: Same value in both branches of ternary operator. [duplicateValueTernary]
opencv-3.3.0/modules/imgproc/src/opencl/cvtcolor.cl:2142:23: style: Unused variable: d [unusedVariable]
opencv-3.3.0/modules/imgproc/src/opencl/cvtcolor.cl:436:89: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/src/opencl/cvtcolor.cl:517:87: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/src/opencl/filter2D.cl:126:0: error: #error No extrapolation method [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/filterSepRow.cl:209:9: style: The scope of the variable 's_y' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/opencl/filterSepRow.cl:337:32: style: The scope of the variable 's_x' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/opencl/filterSepRow.cl:337:37: style: The scope of the variable 's_y' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/opencl/filterSep_singlePass.cl:74:0: error: #error No extrapolation method [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/filterSmall.cl:287:0: error: #error "No processing is specified" [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/gaussianBlur3x3.cl:45:17: style: Variable 'src_index' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/opencl/gaussianBlur3x3.cl:46:23: style: Variable 'line_end' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/opencl/gaussianBlur5x5.cl:101:18: style: Variable 'row_s' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/opencl/gaussianBlur5x5.cl:102:20: style: Variable 'row_e' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/opencl/gaussianBlur5x5.cl:104:11: style: Unused variable: s [unusedVariable]
opencv-3.3.0/modules/imgproc/src/opencl/gaussianBlur5x5.cl:104:14: style: Unused variable: e [unusedVariable]
opencv-3.3.0/modules/imgproc/src/opencl/histogram.cl:65:9: style: The scope of the variable 'src_index' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/opencl/histogram.cl:192:13: style: The scope of the variable 'sum' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/opencl/laplacian3.cl:45:17: style: Variable 'src_index' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/opencl/laplacian3.cl:46:23: style: Variable 'line_end' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/opencl/laplacian5.cl:73:0: error: #error No extrapolation method [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/match_template.cl:74:0: error: #error "cn should be 1-4" [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/moments.cl:4:0: error: #error "TILE SIZE should be 32" [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/morph.cl:86:0: error: #error "Unknown operation" [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/morph3x3.cl:88:5: style: Variable 'arr' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/opencl/pyr_down.cl:67:0: error: #error No extrapolation method [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/pyramid_up.cl:19:12: style: Unused variable: line_out [unusedVariable]
opencv-3.3.0/modules/imgproc/src/opencl/remap.cl:136:0: error: #error No extrapolation method [preprocessorErrorDirective]
opencv-3.3.0/modules/imgproc/src/opencl/sepFilter3x3.cl:46:17: style: Variable 'src_index' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/opencl/sepFilter3x3.cl:47:23: style: Variable 'line_end' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/opencl/threshold.cl:71:0: style: Variable 'sdata' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/phasecorr.cpp:77:39: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/src/phasecorr.cpp:121:39: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/src/phasecorr.cpp:196:39: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/src/phasecorr.cpp:281:39: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/src/rotcalipers.cpp:288:30: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/rotcalipers.cpp:292:18: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/rotcalipers.cpp:298:18: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/rotcalipers.cpp:310:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/rotcalipers.cpp:318:33: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/rotcalipers.cpp:319:33: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/src/rotcalipers.cpp:48:9: style: struct member 'MinAreaState::bottom' is never used. [unusedStructMember]
opencv-3.3.0/modules/imgproc/src/rotcalipers.cpp:49:9: style: struct member 'MinAreaState::left' is never used. [unusedStructMember]
opencv-3.3.0/modules/imgproc/src/rotcalipers.cpp:52:11: style: struct member 'MinAreaState::base_a' is never used. [unusedStructMember]
opencv-3.3.0/modules/imgproc/src/rotcalipers.cpp:53:11: style: struct member 'MinAreaState::base_b' is never used. [unusedStructMember]
opencv-3.3.0/modules/imgproc/src/samplers.cpp:138:0: style: The scope of the variable 'c' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/segmentation.cpp:448:48: warning: Either the condition 'if(mask&&!mask[j])' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opencv-3.3.0/modules/imgproc/src/segmentation.cpp:455:19: note: Assuming that condition 'if(mask&&!mask[j])' is not redundant
opencv-3.3.0/modules/imgproc/src/segmentation.cpp:448:48: note: Null pointer addition
opencv-3.3.0/modules/imgproc/src/segmentation.cpp:452:37: style: The scope of the variable 'x1' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/segmentation.cpp:452:41: style: The scope of the variable 'y1' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/segmentation.cpp:464:25: style: The scope of the variable 'x' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/shapedescr.cpp:468:52: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/shapedescr.cpp:587:64: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/shapedescr.cpp:593:26: style: The scope of the variable 'k_min' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/shapedescr.cpp:935:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/shapedescr.cpp:935:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/shapedescr.cpp:935:19: style: The scope of the variable 'count' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/smooth.cpp:3817:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/smooth.cpp:2852:14: performance: Technically the member function 'cv::MinMax8u::load' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/smooth.cpp:2853:10: performance: Technically the member function 'cv::MinMax8u::store' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/smooth.cpp:2866:14: performance: Technically the member function 'cv::MinMax16u::load' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/smooth.cpp:2867:10: performance: Technically the member function 'cv::MinMax16u::store' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/smooth.cpp:2881:14: performance: Technically the member function 'cv::MinMax16s::load' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/smooth.cpp:2882:10: performance: Technically the member function 'cv::MinMax16s::store' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/smooth.cpp:2896:14: performance: Technically the member function 'cv::MinMax32f::load' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/smooth.cpp:2897:10: performance: Technically the member function 'cv::MinMax32f::store' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/src/smooth.cpp:85:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:72:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:85:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:196:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:102:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:196:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:198:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:100:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:198:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:294:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:102:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:294:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:296:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:100:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:296:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:496:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:102:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:496:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:498:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:100:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:498:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:635:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:102:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:635:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:637:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:100:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:637:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:816:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:102:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:816:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:818:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:100:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:818:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:993:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:102:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:993:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:995:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:100:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:995:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:1154:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:102:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:1154:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:1156:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:100:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:1156:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:1887:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:72:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:1887:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/src/smooth.cpp:1997:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/imgproc/src/spatialgradient.cpp:104:9: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/spatialgradient.cpp:128:12: style: The scope of the variable 'c_dx' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/spatialgradient.cpp:128:20: style: The scope of the variable 'c_dy' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/spatialgradient.cpp:264:9: style: The scope of the variable 'j_p' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/spatialgradient.cpp:264:14: style: The scope of the variable 'j_n' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/subdivision2d.cpp:416:40: style: The scope of the variable 'deleted_edge' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/templmatch.cpp:566:28: style: Function 'crossCorr' argument 1 names different: declaration 'src' definition 'img'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:368:28: note: Function 'crossCorr' argument 1 names different: declaration 'src' definition 'img'.
opencv-3.3.0/modules/imgproc/src/templmatch.cpp:566:28: note: Function 'crossCorr' argument 1 names different: declaration 'src' definition 'img'.
opencv-3.3.0/modules/imgproc/src/templmatch.cpp:566:44: style: Function 'crossCorr' argument 2 names different: declaration 'templ' definition '_templ'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:368:44: note: Function 'crossCorr' argument 2 names different: declaration 'templ' definition '_templ'.
opencv-3.3.0/modules/imgproc/src/templmatch.cpp:566:44: note: Function 'crossCorr' argument 2 names different: declaration 'templ' definition '_templ'.
opencv-3.3.0/modules/imgproc/src/templmatch.cpp:566:57: style: Function 'crossCorr' argument 3 names different: declaration 'dst' definition 'corr'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/src/filterengine.hpp:368:56: note: Function 'crossCorr' argument 3 names different: declaration 'dst' definition 'corr'.
opencv-3.3.0/modules/imgproc/src/templmatch.cpp:566:57: note: Function 'crossCorr' argument 3 names different: declaration 'dst' definition 'corr'.
opencv-3.3.0/modules/imgproc/src/templmatch.cpp:777:17: style: Variable 'depth' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/templmatch.cpp:784:18: style: Variable 'tdepth' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/templmatch.cpp:791:18: style: Variable 'mdepth' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/src/thresh.cpp:276:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/thresh.cpp:276:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/thresh.cpp:529:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/thresh.cpp:529:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/thresh.cpp:763:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/thresh.cpp:763:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/thresh.cpp:999:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/thresh.cpp:1082:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/thresh.cpp:1130:28: style: The scope of the variable 'tempdist' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/src/thresh.cpp:1159:9: performance: Variable 'src' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/imgproc/src/thresh.cpp:1160:9: performance: Variable 'dst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/imgproc/src/undistort.cpp:148:21: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/test/test_approxpoly.cpp:175:12: style: The scope of the variable 'A' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_approxpoly.cpp:175:14: style: The scope of the variable 'B' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_approxpoly.cpp:175:16: style: The scope of the variable 'C' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_approxpoly.cpp:176:12: style: The scope of the variable 'Sq' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_approxpoly.cpp:168:41: style: Function 'check_slice' argument 5 names different: declaration 'j' definition '_j'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_approxpoly.cpp:73:27: note: Function 'check_slice' argument 5 names different: declaration 'j' definition '_j'.
opencv-3.3.0/modules/imgproc/test/test_approxpoly.cpp:168:41: note: Function 'check_slice' argument 5 names different: declaration 'j' definition '_j'.
opencv-3.3.0/modules/imgproc/test/test_bilateral_filter.cpp:287:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/imgproc/test/test_boundingrect.cpp:78:97: performance: Function parameter 'src' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/imgproc/test/test_canny.cpp:354:9: style: The scope of the variable 'kSize' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_canny.cpp:355:10: style: The scope of the variable 'useL2' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_canny.cpp:50:5: style: Class 'CV_CannyTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/test/test_canny.cpp:347:1: style: Class 'ImagePath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/test/test_canny.cpp:348:1: style: Class 'ApertureSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/test/test_canny.cpp:349:1: style: Class 'L2gradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/test/test_canny.cpp:98:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_canny.cpp:347:1: performance: Function parameter 'arg' should be passed by const reference. [passedByValue]
opencv-3.3.0/modules/imgproc/test/test_canny.cpp:179:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:85:48: style: Function 'CV_ColorCvtBaseTest' argument 1 names different: declaration 'custom_inv_transform' definition '_custom_inv_transform'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:52:31: note: Function 'CV_ColorCvtBaseTest' argument 1 names different: declaration 'custom_inv_transform' definition '_custom_inv_transform'.
opencv-3.3.0/modules/imgproc/test/test_color.cpp:85:48: note: Function 'CV_ColorCvtBaseTest' argument 1 names different: declaration 'custom_inv_transform' definition '_custom_inv_transform'.
opencv-3.3.0/modules/imgproc/test/test_color.cpp:85:76: style: Function 'CV_ColorCvtBaseTest' argument 2 names different: declaration 'allow_32f' definition '_allow_32f'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:52:58: note: Function 'CV_ColorCvtBaseTest' argument 2 names different: declaration 'allow_32f' definition '_allow_32f'.
opencv-3.3.0/modules/imgproc/test/test_color.cpp:85:76: note: Function 'CV_ColorCvtBaseTest' argument 2 names different: declaration 'allow_32f' definition '_allow_32f'.
opencv-3.3.0/modules/imgproc/test/test_color.cpp:85:93: style: Function 'CV_ColorCvtBaseTest' argument 3 names different: declaration 'allow_16u' definition '_allow_16u'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:52:74: note: Function 'CV_ColorCvtBaseTest' argument 3 names different: declaration 'allow_16u' definition '_allow_16u'.
opencv-3.3.0/modules/imgproc/test/test_color.cpp:85:93: note: Function 'CV_ColorCvtBaseTest' argument 3 names different: declaration 'allow_16u' definition '_allow_16u'.
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1425:41: warning: Function 'convert_backward' argument order different: declaration 'src, dst, dst2' definition ', src, dst' [funcArgOrderDifferent]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1275:39: note: Function 'convert_backward' argument order different: declaration 'src, dst, dst2' definition ', src, dst'
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1425:41: note: Function 'convert_backward' argument order different: declaration 'src, dst, dst2' definition ', src, dst'
opencv-3.3.0/modules/imgproc/test/test_color.cpp:426:10: style: The function 'convert_row_bgr2abc_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:66:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:426:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:427:10: style: The function 'convert_row_abc2bgr_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:69:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:427:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:500:10: style: The function 'convert_row_bgr2abc_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:66:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:500:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:501:10: style: The function 'convert_row_abc2bgr_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:69:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:501:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:592:10: style: The function 'convert_row_bgr2abc_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:66:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:592:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:593:10: style: The function 'convert_row_abc2bgr_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:69:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:593:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:731:10: style: The function 'convert_row_bgr2abc_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:66:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:731:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:732:10: style: The function 'convert_row_abc2bgr_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:69:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:732:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:897:10: style: The function 'convert_row_bgr2abc_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:66:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:897:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:898:10: style: The function 'convert_row_abc2bgr_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:69:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:898:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:984:10: style: The function 'convert_row_bgr2abc_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:66:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:984:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:985:10: style: The function 'convert_row_abc2bgr_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:69:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:985:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1125:10: style: The function 'convert_row_bgr2abc_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:66:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1125:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1126:10: style: The function 'convert_row_abc2bgr_32f_c3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:69:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1126:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1274:10: style: The function 'convert_forward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:61:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1274:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1275:10: style: The function 'convert_backward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:63:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1275:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_color.cpp:140:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_color.cpp:1803:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/imgproc/test/test_contours.cpp:130:9: style: The scope of the variable 't' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_contours.cpp:431:9: style: The scope of the variable 'rx' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_contours.cpp:431:13: style: The scope of the variable 'ry' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_contours.cpp:87:21: warning: Member variable 'CV_FindContourTest::blob_count' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_contours.cpp:87:21: warning: Member variable 'CV_FindContourTest::retr_mode' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_contours.cpp:87:21: warning: Member variable 'CV_FindContourTest::approx_method' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_contours.cpp:87:21: warning: Member variable 'CV_FindContourTest::count' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_contours.cpp:87:21: warning: Member variable 'CV_FindContourTest::count2' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_contours.cpp:87:21: warning: Member variable 'CV_FindContourTest::contours' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_contours.cpp:87:21: warning: Member variable 'CV_FindContourTest::contours2' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_contours.cpp:87:21: warning: Member variable 'CV_FindContourTest::chain' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:838:10: style: The scope of the variable 'errorEnclosed' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:838:33: style: The scope of the variable 'errorMiddlePoints' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:838:60: style: The scope of the variable 'errorFlush' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:839:12: style: The scope of the variable 'eps' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:273:55: style: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:197:44: note: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'.
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:273:55: note: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'.
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1157:51: style: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1140:36: note: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'.
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1157:51: note: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'.
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1442:48: style: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1425:36: note: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'.
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1442:48: note: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'.
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1713:55: style: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1690:36: note: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'.
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1713:55: note: Function 'generate_point_set' argument 1 names different: declaration 'points' definition 'pointsSet'.
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:217:24: warning: Member variable 'CV_BaseShapeDescrTest::result' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:947:19: warning: Member variable 'CV_MinCircleTest::radius' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1040:19: warning: Member variable 'CV_PerimeterTest::is_closed' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1040:19: warning: Member variable 'CV_PerimeterTest::result' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1435:17: warning: Member variable 'CV_FitLineTest::dist_type' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1435:17: warning: Member variable 'CV_FitLineTest::reps' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1435:17: warning: Member variable 'CV_FitLineTest::aeps' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1703:24: warning: Member variable 'CV_ContourMomentsTest::area0' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1703:24: warning: Member variable 'CV_ContourMomentsTest::area' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1703:24: warning: Member variable 'CV_ContourMomentsTest::max_r_scale' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1703:24: warning: Member variable 'CV_ContourMomentsTest::angle' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:226:11: performance: Variable 'high' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1036:12: warning: The class 'CV_PerimeterTest' defines member variable with name 'result' also defined in its parent class 'CV_BaseShapeDescrTest'. [duplInheritedMember]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:209:11: note: Parent variable 'CV_BaseShapeDescrTest::result'
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1036:12: note: Derived variable 'CV_PerimeterTest::result'
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1140:10: style: The function 'generate_point_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:197:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1140:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1365:10: style: The function 'generate_point_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:197:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1365:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1425:10: style: The function 'generate_point_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:197:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1425:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1690:10: style: The function 'generate_point_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:197:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:1690:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:348:37: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_convhull.cpp:473:44: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:338:11: performance: Technically the member function 'YUV2GRAY_Converter::convert' can be static. [functionStatic]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:86:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:48:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:86:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:91:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:49:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:91:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:96:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:48:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:96:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:102:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:49:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:102:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:107:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:48:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:107:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:113:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:49:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:113:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:118:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:48:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:118:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:124:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:49:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:124:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:129:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:75:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:129:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:130:10: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:76:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:130:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:135:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:74:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:135:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:150:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:74:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:150:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:165:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:24:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:165:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:166:10: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:166:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:171:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:24:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:171:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:172:10: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:172:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:173:10: style: The function 'requiresEvenHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:27:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:173:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:178:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:23:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:178:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:191:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:23:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:191:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:203:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:23:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:203:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:216:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:23:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:216:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:229:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:23:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:229:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:241:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:23:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:241:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:253:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:23:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:253:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:265:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:23:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:265:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:270:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:24:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:270:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:271:10: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:25:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:271:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:272:10: style: The function 'requiresEvenHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:27:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:272:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:273:10: style: The function 'requiresEvenWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:28:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:273:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:278:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:278:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:283:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:38:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:283:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:288:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:288:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:294:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:38:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:294:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:299:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:299:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:305:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:38:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:305:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:310:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:37:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:310:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:316:9: style: The function 'channels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:38:17: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_cvtyuv.cpp:316:9: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_distancetransform.cpp:68:18: warning: Member variable 'CV_DisTransTest::mask_size' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_distancetransform.cpp:68:18: warning: Member variable 'CV_DisTransTest::dist_type' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_distancetransform.cpp:68:18: warning: Member variable 'CV_DisTransTest::fill_labels' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_distancetransform.cpp:68:18: warning: Member variable 'CV_DisTransTest::mask' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_drawing.cpp:554:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:866:9: style: Variable 'sum' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:864:0: note: Variable 'sum' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:866:9: note: Variable 'sum' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:970:31: style: The scope of the variable 'n' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:1099:46: style: Function 'CV_PyramidBaseTest' argument 1 names different: declaration 'downsample' definition '_downsample'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:1089:30: note: Function 'CV_PyramidBaseTest' argument 1 names different: declaration 'downsample' definition '_downsample'.
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:1099:46: note: Function 'CV_PyramidBaseTest' argument 1 names different: declaration 'downsample' definition '_downsample'.
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:1280:51: style: Function 'CV_FeatureSelBaseTest' argument 1 names different: declaration 'width_factor' definition '_width_factor'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:1266:32: note: Function 'CV_FeatureSelBaseTest' argument 1 names different: declaration 'width_factor' definition '_width_factor'.
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:1280:51: note: Function 'CV_FeatureSelBaseTest' argument 1 names different: declaration 'width_factor' definition '_width_factor'.
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:66:20: warning: Member variable 'CV_FilterBaseTest::border' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:450:19: warning: Member variable 'CV_DerivBaseTest::_aperture_size' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:493:15: warning: Member variable 'CV_SobelTest::dx' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:493:15: warning: Member variable 'CV_SobelTest::dy' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:493:15: warning: Member variable 'CV_SobelTest::origin' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:570:25: warning: Member variable 'CV_SpatialGradientTest::ksize' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:738:14: warning: Member variable 'CV_BlurTest::normalize' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:802:22: warning: Member variable 'CV_GaussianBlurTest::param1' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:802:22: warning: Member variable 'CV_GaussianBlurTest::param2' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:963:5: warning: Member variable 'median_pair::col' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:963:5: warning: Member variable 'median_pair::val' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:1280:24: warning: Member variable 'CV_FeatureSelBaseTest::aperture_size' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:1280:24: warning: Member variable 'CV_FeatureSelBaseTest::block_size' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:50:5: style: Class 'CV_FilterBaseTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:1089:5: style: Class 'CV_PyramidBaseTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:1266:5: style: Class 'CV_FeatureSelBaseTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:846:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/imgproc/test/test_filter.cpp:1860:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/imgproc/test/test_floodfill.cpp:97:12: style: The scope of the variable 'buff' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_floodfill.cpp:75:19: warning: Member variable 'CV_FloodFillTest::connectivity' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_floodfill.cpp:75:19: warning: Member variable 'CV_FloodFillTest::use_mask' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_floodfill.cpp:75:19: warning: Member variable 'CV_FloodFillTest::mask_only' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_floodfill.cpp:75:19: warning: Member variable 'CV_FloodFillTest::range_type' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_floodfill.cpp:75:19: warning: Member variable 'CV_FloodFillTest::new_mask_val' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_floodfill.cpp:102:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_goodfeaturetotrack.cpp:377:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
opencv-3.3.0/modules/imgproc/test/test_goodfeaturetotrack.cpp:381:5: note: Found duplicate branches for 'if' and 'else'.
opencv-3.3.0/modules/imgproc/test/test_goodfeaturetotrack.cpp:377:5: note: Found duplicate branches for 'if' and 'else'.
opencv-3.3.0/modules/imgproc/test/test_goodfeaturetotrack.cpp:364:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1431:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1659:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1733:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1726:0: note: Variable 'code' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1733:5: note: Variable 'code' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:890:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:244:61: style: Function 'init_hist' argument 2 names different: declaration 'i' definition 'hist_i'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:61:52: note: Function 'init_hist' argument 2 names different: declaration 'i' definition 'hist_i'.
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:244:61: note: Function 'init_hist' argument 2 names different: declaration 'i' definition 'hist_i'.
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1774:61: style: Function 'init_hist' argument 2 names different: declaration 'i' definition 'hist_i'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1754:44: note: Function 'init_hist' argument 2 names different: declaration 'i' definition 'hist_i'.
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1774:61: note: Function 'init_hist' argument 2 names different: declaration 'i' definition 'hist_i'.
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:90:18: warning: Member variable 'CV_BaseHistTest::cdims' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:90:18: warning: Member variable 'CV_BaseHistTest::dims' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:90:18: warning: Member variable 'CV_BaseHistTest::total_size' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:90:18: warning: Member variable 'CV_BaseHistTest::hist_type' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:90:18: warning: Member variable 'CV_BaseHistTest::uniform' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:90:18: warning: Member variable 'CV_BaseHistTest::gen_hist_sparse_nz_ratio' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:90:18: warning: Member variable 'CV_BaseHistTest::img_type' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:90:18: warning: Member variable 'CV_BaseHistTest::low' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:90:18: warning: Member variable 'CV_BaseHistTest::high' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:90:18: warning: Member variable 'CV_BaseHistTest::range_delta' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:593:20: warning: Member variable 'CV_MinMaxHistTest::min_idx' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:593:20: warning: Member variable 'CV_MinMaxHistTest::max_idx' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:593:20: warning: Member variable 'CV_MinMaxHistTest::min_val' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:593:20: warning: Member variable 'CV_MinMaxHistTest::max_val' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:593:20: warning: Member variable 'CV_MinMaxHistTest::min_idx0' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:593:20: warning: Member variable 'CV_MinMaxHistTest::max_idx0' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:593:20: warning: Member variable 'CV_MinMaxHistTest::min_val0' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:593:20: warning: Member variable 'CV_MinMaxHistTest::max_val0' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:809:20: warning: Member variable 'CV_ThreshHistTest::orig_nz_count' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:963:21: warning: Member variable 'CV_CompareHistTest::result' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1571:30: warning: Member variable 'CV_CalcBackProjectPatchTest::factor' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1571:30: warning: Member variable 'CV_CalcBackProjectPatchTest::method' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:325:10: style: The function 'init_hist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:61:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:325:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:583:10: style: The function 'init_hist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:61:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:583:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1754:10: style: The function 'init_hist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:61:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1754:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1755:10: style: The function 'get_hist_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:63:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:1755:10: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:149:42: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_histograms.cpp:159:41: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:774:5: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:919:16: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:924:5: style: Variable 'new_cam' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:1067:5: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:821:19: warning: Member variable 'CV_UndistortTest::useCPlus' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:821:19: warning: Member variable 'CV_UndistortTest::zero_new_cam' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:821:19: warning: Member variable 'CV_UndistortTest::zero_distortion' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:985:22: warning: Member variable 'CV_UndistortMapTest::dualChannel' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:50:5: style: Class 'CV_ImgWarpBaseTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:110:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:839:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:840:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:842:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:1002:40: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:1010:46: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:1168:39: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_imgwarp.cpp:1276:39: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:112:58: style: Function 'interpolation_to_string' argument 1 names different: declaration 'inter_type' definition 'inter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:92:40: note: Function 'interpolation_to_string' argument 1 names different: declaration 'inter_type' definition 'inter'.
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:112:58: note: Function 'interpolation_to_string' argument 1 names different: declaration 'inter_type' definition 'inter'.
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:340:18: style: The function 'generate_test_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:83:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:340:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:342:18: style: The function 'run_func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:85:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:342:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:343:18: style: The function 'run_reference_func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:86:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:343:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:632:18: style: The function 'generate_test_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:83:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:632:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:633:18: style: The function 'prepare_test_data_for_reference_func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:88:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:633:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:635:18: style: The function 'run_func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:85:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:635:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:636:18: style: The function 'run_reference_func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:86:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:636:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:650:18: style: The function 'validate_results' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:87:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:650:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:971:18: style: The function 'generate_test_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:632:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:971:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:972:18: style: The function 'prepare_test_data_for_reference_func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:633:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:972:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:974:18: style: The function 'run_func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:635:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:974:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:975:18: style: The function 'run_reference_func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:636:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:975:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:1099:18: style: The function 'generate_test_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:971:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:1099:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:1101:18: style: The function 'run_func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:974:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:1101:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:1102:18: style: The function 'run_reference_func' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:975:18: note: Virtual function in base class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:1102:18: note: Function in derived class
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:170:94: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_imgwarp_strict.cpp:390:29: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opencv-3.3.0/modules/imgproc/test/test_lsd.cpp:15:5: warning: Member variable 'LSDBase::passedtests' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_moments.cpp:232:23: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
opencv-3.3.0/modules/imgproc/test/test_moments.cpp:278:23: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
opencv-3.3.0/modules/imgproc/test/test_moments.cpp:74:17: warning: Member variable 'CV_MomentsTest::try_umat' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_pc.cpp:87:0: error: syntax error [syntaxError]
opencv-3.3.0/modules/imgproc/test/test_templmatch.cpp:108:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/imgproc/test/test_thresh.cpp:64:16: warning: Member variable 'CV_ThreshTest::thresh_type' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_thresh.cpp:64:16: warning: Member variable 'CV_ThreshTest::thresh_val' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/imgproc/test/test_thresh.cpp:64:16: warning: Member variable 'CV_ThreshTest::max_val' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/java/generator/src/cpp/Mat.cpp:1833:3: style: struct member 'JavaOpenCVTrait < jbyteArray >::get' is never used. [unusedStructMember]
opencv-3.3.0/modules/java/generator/src/cpp/Mat.cpp:1833:3: style: struct member 'JavaOpenCVTrait < jbyteArray >::put' is never used. [unusedStructMember]
opencv-3.3.0/modules/java/generator/src/cpp/Mat.cpp:1834:3: style: struct member 'JavaOpenCVTrait < jshortArray >::get' is never used. [unusedStructMember]
opencv-3.3.0/modules/java/generator/src/cpp/Mat.cpp:1834:3: style: struct member 'JavaOpenCVTrait < jshortArray >::put' is never used. [unusedStructMember]
opencv-3.3.0/modules/java/generator/src/cpp/Mat.cpp:1835:3: style: struct member 'JavaOpenCVTrait < jintArray >::get' is never used. [unusedStructMember]
opencv-3.3.0/modules/java/generator/src/cpp/Mat.cpp:1835:3: style: struct member 'JavaOpenCVTrait < jintArray >::put' is never used. [unusedStructMember]
opencv-3.3.0/modules/java/generator/src/cpp/Mat.cpp:1836:3: style: struct member 'JavaOpenCVTrait < jfloatArray >::get' is never used. [unusedStructMember]
opencv-3.3.0/modules/java/generator/src/cpp/Mat.cpp:1836:3: style: struct member 'JavaOpenCVTrait < jfloatArray >::put' is never used. [unusedStructMember]
opencv-3.3.0/modules/java/generator/src/cpp/Mat.cpp:1837:3: style: struct member 'JavaOpenCVTrait < jdoubleArray >::get' is never used. [unusedStructMember]
opencv-3.3.0/modules/java/generator/src/cpp/Mat.cpp:1837:3: style: struct member 'JavaOpenCVTrait < jdoubleArray >::put' is never used. [unusedStructMember]
opencv-3.3.0/modules/ml/src/ann_mlp.cpp:1335:6: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/ml/src/ann_mlp.cpp:49:9: performance: Variable 'termCrit' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ml/src/ann_mlp.cpp:866:13: performance: Variable 'inputs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ml/src/ann_mlp.cpp:867:13: performance: Variable 'outputs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ml/src/precomp.hpp:79:9: style: Struct 'cmp_lt_idx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/ml/src/precomp.hpp:262:13: style: Struct 'WorkData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/ml/src/ann_mlp.cpp:713:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/ml/src/ann_mlp.cpp:714:77: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/ml/src/boost.cpp:209:23: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/ml/src/boost.cpp:206:27: style: The scope of the variable 'C' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/src/boost.cpp:64:39: style: Function 'BoostTreeParams' argument 1 names different: declaration 'boostType' definition '_boostType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:202:29: note: Function 'BoostTreeParams' argument 1 names different: declaration 'boostType' definition '_boostType'.
opencv-3.3.0/modules/ml/src/boost.cpp:64:39: note: Function 'BoostTreeParams' argument 1 names different: declaration 'boostType' definition '_boostType'.
opencv-3.3.0/modules/ml/src/boost.cpp:64:55: style: Function 'BoostTreeParams' argument 2 names different: declaration 'weakCount' definition '_weak_count'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:202:44: note: Function 'BoostTreeParams' argument 2 names different: declaration 'weakCount' definition '_weak_count'.
opencv-3.3.0/modules/ml/src/boost.cpp:64:55: note: Function 'BoostTreeParams' argument 2 names different: declaration 'weakCount' definition '_weak_count'.
opencv-3.3.0/modules/ml/src/boost.cpp:65:42: style: Function 'BoostTreeParams' argument 3 names different: declaration 'weightTrimRate' definition '_weightTrimRate'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:202:62: note: Function 'BoostTreeParams' argument 3 names different: declaration 'weightTrimRate' definition '_weightTrimRate'.
opencv-3.3.0/modules/ml/src/boost.cpp:65:42: note: Function 'BoostTreeParams' argument 3 names different: declaration 'weightTrimRate' definition '_weightTrimRate'.
opencv-3.3.0/modules/ml/src/boost.cpp:84:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:291:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/boost.cpp:84:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/boost.cpp:89:10: style: The function 'startTraining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:301:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/boost.cpp:89:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/boost.cpp:135:10: style: The function 'endTraining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:302:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/boost.cpp:135:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/boost.cpp:170:10: style: The function 'calcValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:310:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/boost.cpp:170:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/boost.cpp:185:10: style: The function 'train' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:304:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/boost.cpp:185:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/boost.cpp:359:11: style: The function 'predictTrees' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:326:23: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/boost.cpp:359:11: note: Function in derived class
opencv-3.3.0/modules/ml/src/boost.cpp:373:10: style: The function 'writeTrainingParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:329:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/boost.cpp:373:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/boost.cpp:385:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:334:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/boost.cpp:385:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/boost.cpp:408:10: style: The function 'readParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:336:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/boost.cpp:408:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/boost.cpp:426:10: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:340:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/boost.cpp:426:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/data.cpp:919:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/ml/src/data.cpp:357:21: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/src/em.cpp:89:9: performance: Variable 'termCrit' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ml/src/kdtree.cpp:294:26: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/ml/src/kdtree.cpp:68:27: style: Function 'KDTree' argument 1 names different: declaration 'points' definition '_points'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:58:31: note: Function 'KDTree' argument 1 names different: declaration 'points' definition '_points'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:68:27: note: Function 'KDTree' argument 1 names different: declaration 'points' definition '_points'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:68:41: style: Function 'KDTree' argument 2 names different: declaration 'copyAndReorderPoints' definition '_copyData'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:58:44: note: Function 'KDTree' argument 2 names different: declaration 'copyAndReorderPoints' definition '_copyData'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:68:41: note: Function 'KDTree' argument 2 names different: declaration 'copyAndReorderPoints' definition '_copyData'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:75:27: style: Function 'KDTree' argument 1 names different: declaration 'points' definition '_points'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:60:31: note: Function 'KDTree' argument 1 names different: declaration 'points' definition '_points'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:75:27: note: Function 'KDTree' argument 1 names different: declaration 'points' definition '_points'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:75:61: style: Function 'KDTree' argument 3 names different: declaration 'copyAndReorderPoints' definition '_copyData'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:61:25: note: Function 'KDTree' argument 3 names different: declaration 'copyAndReorderPoints' definition '_copyData'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:75:61: note: Function 'KDTree' argument 3 names different: declaration 'copyAndReorderPoints' definition '_copyData'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:158:31: style: Function 'build' argument 1 names different: declaration 'points' definition '_points'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:63:35: note: Function 'build' argument 1 names different: declaration 'points' definition '_points'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:158:31: note: Function 'build' argument 1 names different: declaration 'points' definition '_points'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:158:45: style: Function 'build' argument 2 names different: declaration 'copyAndReorderPoints' definition '_copyData'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:63:48: note: Function 'build' argument 2 names different: declaration 'copyAndReorderPoints' definition '_copyData'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:158:45: note: Function 'build' argument 2 names different: declaration 'copyAndReorderPoints' definition '_copyData'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:164:31: style: Function 'build' argument 1 names different: declaration 'points' definition '__points'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:65:35: note: Function 'build' argument 1 names different: declaration 'points' definition '__points'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:164:31: note: Function 'build' argument 1 names different: declaration 'points' definition '__points'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:164:52: style: Function 'build' argument 2 names different: declaration 'labels' definition '__labels'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:65:54: note: Function 'build' argument 2 names different: declaration 'labels' definition '__labels'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:164:52: note: Function 'build' argument 2 names different: declaration 'labels' definition '__labels'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:164:67: style: Function 'build' argument 3 names different: declaration 'copyAndReorderPoints' definition '_copyData'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:66:29: note: Function 'build' argument 3 names different: declaration 'copyAndReorderPoints' definition '_copyData'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:164:67: note: Function 'build' argument 3 names different: declaration 'copyAndReorderPoints' definition '_copyData'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:474:35: style: Function 'getPoints' argument 1 names different: declaration 'idx' definition '_idx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:80:39: note: Function 'getPoints' argument 1 names different: declaration 'idx' definition '_idx'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:474:35: note: Function 'getPoints' argument 1 names different: declaration 'idx' definition '_idx'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:474:53: style: Function 'getPoints' argument 2 names different: declaration 'pts' definition '_pts'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:80:56: note: Function 'getPoints' argument 2 names different: declaration 'pts' definition '_pts'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:474:53: note: Function 'getPoints' argument 2 names different: declaration 'pts' definition '_pts'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:474:71: style: Function 'getPoints' argument 3 names different: declaration 'labels' definition '_labels'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/kdtree.hpp:81:40: note: Function 'getPoints' argument 3 names different: declaration 'labels' definition '_labels'.
opencv-3.3.0/modules/ml/src/kdtree.cpp:474:71: note: Function 'getPoints' argument 3 names different: declaration 'labels' definition '_labels'.
opencv-3.3.0/modules/ml/src/kdtree.hpp:85:17: performance: Technically the member function 'cv::ml::KDTree::dims' can be static. [functionStatic]
opencv-3.3.0/modules/ml/src/kdtree.cpp:528:13: note: Technically the member function 'cv::ml::KDTree::dims' can be static.
opencv-3.3.0/modules/ml/src/kdtree.hpp:85:17: note: Technically the member function 'cv::ml::KDTree::dims' can be static.
opencv-3.3.0/modules/ml/src/knearest.cpp:140:12: style: The function 'getModelName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/knearest.cpp:67:20: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/knearest.cpp:140:12: note: Function in derived class
opencv-3.3.0/modules/ml/src/knearest.cpp:141:9: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/knearest.cpp:68:17: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/knearest.cpp:141:9: note: Function in derived class
opencv-3.3.0/modules/ml/src/knearest.cpp:316:11: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/knearest.cpp:69:19: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/knearest.cpp:316:11: note: Function in derived class
opencv-3.3.0/modules/ml/src/knearest.cpp:364:12: style: The function 'getModelName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/knearest.cpp:67:20: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/knearest.cpp:364:12: note: Function in derived class
opencv-3.3.0/modules/ml/src/knearest.cpp:365:9: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/knearest.cpp:68:17: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/knearest.cpp:365:9: note: Function in derived class
opencv-3.3.0/modules/ml/src/knearest.cpp:367:10: style: The function 'doTrain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/knearest.cpp:101:18: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/knearest.cpp:367:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/knearest.cpp:372:11: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/knearest.cpp:69:19: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/knearest.cpp:372:11: note: Function in derived class
opencv-3.3.0/modules/ml/src/lr.cpp:477:9: style: The scope of the variable 'm' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/src/rtrees.cpp:58:31: style: Function 'RTreeParams' argument 1 names different: declaration 'calcVarImportance' definition '_calcVarImportance'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:193:26: note: Function 'RTreeParams' argument 1 names different: declaration 'calcVarImportance' definition '_calcVarImportance'.
opencv-3.3.0/modules/ml/src/rtrees.cpp:58:31: note: Function 'RTreeParams' argument 1 names different: declaration 'calcVarImportance' definition '_calcVarImportance'.
opencv-3.3.0/modules/ml/src/rtrees.cpp:59:30: style: Function 'RTreeParams' argument 2 names different: declaration 'nactiveVars' definition '_nactiveVars'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:193:49: note: Function 'RTreeParams' argument 2 names different: declaration 'nactiveVars' definition '_nactiveVars'.
opencv-3.3.0/modules/ml/src/rtrees.cpp:59:30: note: Function 'RTreeParams' argument 2 names different: declaration 'nactiveVars' definition '_nactiveVars'.
opencv-3.3.0/modules/ml/src/rtrees.cpp:60:39: style: Function 'RTreeParams' argument 3 names different: declaration 'termCrit' definition '_termCrit'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:193:75: note: Function 'RTreeParams' argument 3 names different: declaration 'termCrit' definition '_termCrit'.
opencv-3.3.0/modules/ml/src/rtrees.cpp:60:39: note: Function 'RTreeParams' argument 3 names different: declaration 'termCrit' definition '_termCrit'.
opencv-3.3.0/modules/ml/src/rtrees.cpp:88:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:291:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/rtrees.cpp:88:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/rtrees.cpp:96:24: style: The function 'getActiveVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:308:36: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/rtrees.cpp:96:24: note: Function in derived class
opencv-3.3.0/modules/ml/src/rtrees.cpp:111:10: style: The function 'startTraining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:301:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/rtrees.cpp:111:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/rtrees.cpp:124:10: style: The function 'endTraining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:302:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/rtrees.cpp:124:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/rtrees.cpp:133:10: style: The function 'train' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:304:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/rtrees.cpp:133:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/rtrees.cpp:296:10: style: The function 'writeTrainingParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:329:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/rtrees.cpp:296:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/rtrees.cpp:303:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:334:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/rtrees.cpp:303:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/rtrees.cpp:331:10: style: The function 'readParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:336:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/rtrees.cpp:331:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/rtrees.cpp:340:10: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/src/precomp.hpp:340:22: note: Virtual function in base class
opencv-3.3.0/modules/ml/src/rtrees.cpp:340:10: note: Function in derived class
opencv-3.3.0/modules/ml/src/svm.cpp:2296:6: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/ml/src/svm.cpp:1882:29: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/ml/src/svm.cpp:1050:0: style: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'. [duplicateAssignExpression]
opencv-3.3.0/modules/ml/src/svm.cpp:1051:0: note: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'.
opencv-3.3.0/modules/ml/src/svm.cpp:1050:0: note: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'.
opencv-3.3.0/modules/ml/src/svm.cpp:1372:16: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/src/svm.cpp:129:9: performance: Variable 'termCrit' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ml/src/svm.cpp:145:9: performance: Variable 'classWeights' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ml/src/svm.cpp:146:9: performance: Variable 'termCrit' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ml/src/svm.cpp:157:9: performance: Variable 'params' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ml/src/svm.cpp:806:14: style: Technically the member function 'cv::ml::SVMImpl::Solver::select_working_set' can be const. [functionConst]
opencv-3.3.0/modules/ml/src/svm.cpp:859:14: style: Technically the member function 'cv::ml::SVMImpl::Solver::calc_rho' can be const. [functionConst]
opencv-3.3.0/modules/ml/src/svm.cpp:896:14: style: Technically the member function 'cv::ml::SVMImpl::Solver::select_working_set_nu_svm' can be const. [functionConst]
opencv-3.3.0/modules/ml/src/svm.cpp:965:14: style: Technically the member function 'cv::ml::SVMImpl::Solver::calc_rho_nu_svm' can be const. [functionConst]
opencv-3.3.0/modules/ml/src/svm.cpp:155:5: style: Class 'SVMKernelImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/ml/src/svmsgd.cpp:143:40: style: Function 'normalizeSamples' argument 1 names different: declaration 'matrix' definition 'samples'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/svmsgd.cpp:108:39: note: Function 'normalizeSamples' argument 1 names different: declaration 'matrix' definition 'samples'.
opencv-3.3.0/modules/ml/src/svmsgd.cpp:143:40: note: Function 'normalizeSamples' argument 1 names different: declaration 'matrix' definition 'samples'.
opencv-3.3.0/modules/ml/src/svmsgd.cpp:76:18: warning: Virtual function 'clear' is called from constructor 'SVMSGDImpl()' at line 484. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/ml/src/svmsgd.cpp:484:5: note: Calling clear
opencv-3.3.0/modules/ml/src/svmsgd.cpp:76:18: note: clear is a virtual method
opencv-3.3.0/modules/ml/src/svmsgd.cpp:90:18: warning: Virtual function 'setOptimalParameters' is called from constructor 'SVMSGDImpl()' at line 485. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/ml/src/svmsgd.cpp:485:5: note: Calling setOptimalParameters
opencv-3.3.0/modules/ml/src/svmsgd.cpp:90:18: note: setOptimalParameters is a virtual method
opencv-3.3.0/modules/ml/src/tree.cpp:650:21: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
opencv-3.3.0/modules/ml/src/tree.cpp:651:23: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/ml/src/tree.cpp:858:30: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/ml/src/tree.cpp:994:23: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/ml/src/tree.cpp:1058:23: portability: Casting from double ** to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/ml/src/tree.cpp:1171:27: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/ml/src/tree.cpp:467:15: style: The scope of the variable 'k' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/src/tree.cpp:833:18: style: The scope of the variable 'si' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/src/tree.cpp:1063:12: style: The scope of the variable 'si' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/src/tree.cpp:1202:9: style: The scope of the variable 'ti' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/src/tree.cpp:1202:29: style: The scope of the variable 'j' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/src/tree.cpp:1205:12: style: The scope of the variable 'min_err' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/src/tree.cpp:1205:25: style: The scope of the variable 'min_err_se' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/src/tree.cpp:64:28: style: Function 'TreeParams' argument 1 names different: declaration 'maxDepth' definition '_maxDepth'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:126:25: note: Function 'TreeParams' argument 1 names different: declaration 'maxDepth' definition '_maxDepth'.
opencv-3.3.0/modules/ml/src/tree.cpp:64:28: note: Function 'TreeParams' argument 1 names different: declaration 'maxDepth' definition '_maxDepth'.
opencv-3.3.0/modules/ml/src/tree.cpp:64:43: style: Function 'TreeParams' argument 2 names different: declaration 'minSampleCount' definition '_minSampleCount'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:126:39: note: Function 'TreeParams' argument 2 names different: declaration 'minSampleCount' definition '_minSampleCount'.
opencv-3.3.0/modules/ml/src/tree.cpp:64:43: note: Function 'TreeParams' argument 2 names different: declaration 'minSampleCount' definition '_minSampleCount'.
opencv-3.3.0/modules/ml/src/tree.cpp:65:31: style: Function 'TreeParams' argument 3 names different: declaration 'regressionAccuracy' definition '_regressionAccuracy'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:127:28: note: Function 'TreeParams' argument 3 names different: declaration 'regressionAccuracy' definition '_regressionAccuracy'.
opencv-3.3.0/modules/ml/src/tree.cpp:65:31: note: Function 'TreeParams' argument 3 names different: declaration 'regressionAccuracy' definition '_regressionAccuracy'.
opencv-3.3.0/modules/ml/src/tree.cpp:65:57: style: Function 'TreeParams' argument 4 names different: declaration 'useSurrogates' definition '_useSurrogates'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:127:53: note: Function 'TreeParams' argument 4 names different: declaration 'useSurrogates' definition '_useSurrogates'.
opencv-3.3.0/modules/ml/src/tree.cpp:65:57: note: Function 'TreeParams' argument 4 names different: declaration 'useSurrogates' definition '_useSurrogates'.
opencv-3.3.0/modules/ml/src/tree.cpp:66:28: style: Function 'TreeParams' argument 5 names different: declaration 'maxCategories' definition '_maxCategories'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:128:25: note: Function 'TreeParams' argument 5 names different: declaration 'maxCategories' definition '_maxCategories'.
opencv-3.3.0/modules/ml/src/tree.cpp:66:28: note: Function 'TreeParams' argument 5 names different: declaration 'maxCategories' definition '_maxCategories'.
opencv-3.3.0/modules/ml/src/tree.cpp:66:48: style: Function 'TreeParams' argument 6 names different: declaration 'CVFolds' definition '_CVFolds'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:128:44: note: Function 'TreeParams' argument 6 names different: declaration 'CVFolds' definition '_CVFolds'.
opencv-3.3.0/modules/ml/src/tree.cpp:66:48: note: Function 'TreeParams' argument 6 names different: declaration 'CVFolds' definition '_CVFolds'.
opencv-3.3.0/modules/ml/src/tree.cpp:67:29: style: Function 'TreeParams' argument 7 names different: declaration 'use1SERule' definition '_use1SERule'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:129:26: note: Function 'TreeParams' argument 7 names different: declaration 'use1SERule' definition '_use1SERule'.
opencv-3.3.0/modules/ml/src/tree.cpp:67:29: note: Function 'TreeParams' argument 7 names different: declaration 'use1SERule' definition '_use1SERule'.
opencv-3.3.0/modules/ml/src/tree.cpp:67:47: style: Function 'TreeParams' argument 8 names different: declaration 'truncatePrunedTree' definition '_truncatePrunedTree'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:129:43: note: Function 'TreeParams' argument 8 names different: declaration 'truncatePrunedTree' definition '_truncatePrunedTree'.
opencv-3.3.0/modules/ml/src/tree.cpp:67:47: note: Function 'TreeParams' argument 8 names different: declaration 'truncatePrunedTree' definition '_truncatePrunedTree'.
opencv-3.3.0/modules/ml/src/tree.cpp:68:35: style: Function 'TreeParams' argument 9 names different: declaration 'priors' definition '_priors'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:130:32: note: Function 'TreeParams' argument 9 names different: declaration 'priors' definition '_priors'.
opencv-3.3.0/modules/ml/src/tree.cpp:68:35: note: Function 'TreeParams' argument 9 names different: declaration 'priors' definition '_priors'.
opencv-3.3.0/modules/ml/src/tree.cpp:137:55: style: Function 'startTraining' argument 1 names different: declaration 'trainData' definition 'data'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:301:59: note: Function 'startTraining' argument 1 names different: declaration 'trainData' definition 'data'.
opencv-3.3.0/modules/ml/src/tree.cpp:137:55: note: Function 'startTraining' argument 1 names different: declaration 'trainData' definition 'data'.
opencv-3.3.0/modules/ml/src/tree.cpp:1495:39: style: Function 'predict' argument 1 names different: declaration 'inputs' definition '_samples'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:327:43: note: Function 'predict' argument 1 names different: declaration 'inputs' definition '_samples'.
opencv-3.3.0/modules/ml/src/tree.cpp:1495:39: note: Function 'predict' argument 1 names different: declaration 'inputs' definition '_samples'.
opencv-3.3.0/modules/ml/src/tree.cpp:1495:61: style: Function 'predict' argument 2 names different: declaration 'outputs' definition '_results'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/src/precomp.hpp:327:63: note: Function 'predict' argument 2 names different: declaration 'outputs' definition '_results'.
opencv-3.3.0/modules/ml/src/tree.cpp:1495:61: note: Function 'predict' argument 2 names different: declaration 'outputs' definition '_results'.
opencv-3.3.0/modules/ml/src/tree.cpp:556:29: style: Variable 'max_k' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/ml/src/tree.cpp:61:5: performance: Variable 'priors' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ml/src/tree.cpp:78:5: performance: Variable 'priors' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ml/src/tree.cpp:101:5: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ml/test/test_emknearestkmeans.cpp:96:9: style: The scope of the variable 'bi' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/test/test_precomp.hpp:77:5: style: Class 'CV_AMLTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/ml/test/test_precomp.hpp:87:5: style: Class 'CV_SLMLTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/ml/test/test_precomp.hpp:80:17: style: The function 'run_test_case' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/test/test_precomp.hpp:54:17: note: Virtual function in base class
opencv-3.3.0/modules/ml/test/test_precomp.hpp:80:17: note: Function in derived class
opencv-3.3.0/modules/ml/test/test_precomp.hpp:81:17: style: The function 'validate_test_results' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/test/test_precomp.hpp:55:17: note: Virtual function in base class
opencv-3.3.0/modules/ml/test/test_precomp.hpp:81:17: note: Function in derived class
opencv-3.3.0/modules/ml/test/test_precomp.hpp:90:17: style: The function 'run_test_case' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/test/test_precomp.hpp:54:17: note: Virtual function in base class
opencv-3.3.0/modules/ml/test/test_precomp.hpp:90:17: note: Function in derived class
opencv-3.3.0/modules/ml/test/test_precomp.hpp:91:17: style: The function 'validate_test_results' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ml/test/test_precomp.hpp:55:17: note: Virtual function in base class
opencv-3.3.0/modules/ml/test/test_precomp.hpp:91:17: note: Function in derived class
opencv-3.3.0/modules/ml/test/test_lr.cpp:78:5: style: Variable 'accuracy' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/ml/test/test_lr.cpp:69:0: note: Variable 'accuracy' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/ml/test/test_lr.cpp:78:5: note: Variable 'accuracy' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/ml/test/test_mltests.cpp:56:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/ml/test/test_mltests.cpp:55:0: note: Variable 'code' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/ml/test/test_mltests.cpp:56:5: note: Variable 'code' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/ml/test/test_mltests.cpp:97:11: style: The scope of the variable 'mean' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/test/test_mltests.cpp:184:9: style: The scope of the variable 'val' can be reduced. [variableScope]
opencv-3.3.0/modules/ml/test/test_mltests2.cpp:245:48: style: Function 'read_params' argument 1 names different: declaration 'fs' definition '__fs'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/test/test_precomp.hpp:50:45: note: Function 'read_params' argument 1 names different: declaration 'fs' definition '__fs'.
opencv-3.3.0/modules/ml/test/test_mltests2.cpp:245:48: note: Function 'read_params' argument 1 names different: declaration 'fs' definition '__fs'.
opencv-3.3.0/modules/ml/test/test_mltests2.cpp:296:43: style: Function 'prepare_test_case' argument 1 names different: declaration 'testCaseIdx' definition 'test_case_idx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/test/test_precomp.hpp:52:40: note: Function 'prepare_test_case' argument 1 names different: declaration 'testCaseIdx' definition 'test_case_idx'.
opencv-3.3.0/modules/ml/test/test_mltests2.cpp:296:43: note: Function 'prepare_test_case' argument 1 names different: declaration 'testCaseIdx' definition 'test_case_idx'.
opencv-3.3.0/modules/ml/test/test_save_load.cpp:58:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/ml/test/test_save_load.cpp:57:0: note: Variable 'code' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/ml/test/test_save_load.cpp:58:5: note: Variable 'code' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/ml/test/test_svmsgd.cpp:134:51: style: Function 'CV_SVMSGDTrainTest' argument 1 names different: declaration '_weights' definition 'weights'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/test/test_svmsgd.cpp:61:35: note: Function 'CV_SVMSGDTrainTest' argument 1 names different: declaration '_weights' definition 'weights'.
opencv-3.3.0/modules/ml/test/test_svmsgd.cpp:134:51: note: Function 'CV_SVMSGDTrainTest' argument 1 names different: declaration '_weights' definition 'weights'.
opencv-3.3.0/modules/ml/test/test_svmsgd.cpp:134:87: style: Function 'CV_SVMSGDTrainTest' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/test/test_svmsgd.cpp:61:72: note: Function 'CV_SVMSGDTrainTest' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/ml/test/test_svmsgd.cpp:134:87: note: Function 'CV_SVMSGDTrainTest' argument 3 names different: declaration 'type' definition '_type'.
opencv-3.3.0/modules/ml/test/test_svmsgd.cpp:134:101: style: Function 'CV_SVMSGDTrainTest' argument 4 names different: declaration 'precision' definition '_precision'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ml/test/test_svmsgd.cpp:61:85: note: Function 'CV_SVMSGDTrainTest' argument 4 names different: declaration 'precision' definition '_precision'.
opencv-3.3.0/modules/ml/test/test_svmsgd.cpp:134:101: note: Function 'CV_SVMSGDTrainTest' argument 4 names different: declaration 'precision' definition '_precision'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:398:60: style: Function 'calc' argument 1 names different: declaration 'pwin' definition 'ptr'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:342:32: note: Function 'calc' argument 1 names different: declaration 'pwin' definition 'ptr'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:398:60: note: Function 'calc' argument 1 names different: declaration 'pwin' definition 'ptr'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:471:57: style: Function 'calc' argument 1 names different: declaration 'pwin' definition 'p'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:429:30: note: Function 'calc' argument 1 names different: declaration 'pwin' definition 'p'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:471:57: note: Function 'calc' argument 1 names different: declaration 'pwin' definition 'p'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:395:51: style: Function 'read' argument 2 names different: declaration 'origWinSize' definition '_origWinSize'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:37:50: note: Function 'read' argument 2 names different: declaration 'origWinSize' definition '_origWinSize'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:395:51: note: Function 'read' argument 2 names different: declaration 'origWinSize' definition '_origWinSize'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:484:45: style: Function 'setImage' argument 1 names different: declaration 'img' definition '_image'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:42:38: note: Function 'setImage' argument 1 names different: declaration 'img' definition '_image'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:484:45: note: Function 'setImage' argument 1 names different: declaration 'img' definition '_image'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:484:79: style: Function 'setImage' argument 2 names different: declaration 'scales' definition '_scales'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:42:69: note: Function 'setImage' argument 2 names different: declaration 'scales' definition '_scales'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:484:79: note: Function 'setImage' argument 2 names different: declaration 'scales' definition '_scales'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:580:53: style: Function 'read' argument 2 names different: declaration 'origWinSize' definition '_origWinSize'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:352:51: note: Function 'read' argument 2 names different: declaration 'origWinSize' definition '_origWinSize'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:580:53: note: Function 'read' argument 2 names different: declaration 'origWinSize' definition '_origWinSize'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:633:41: style: Function 'computeChannels' argument 1 names different: declaration 'i' definition 'scaleIdx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:366:39: note: Function 'computeChannels' argument 1 names different: declaration 'i' definition 'scaleIdx'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:633:41: note: Function 'computeChannels' argument 1 names different: declaration 'i' definition 'scaleIdx'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:701:38: style: Function 'setWindow' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:356:34: note: Function 'setWindow' argument 1 names different: declaration 'p' definition 'pt'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:701:38: note: Function 'setWindow' argument 1 names different: declaration 'p' definition 'pt'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:731:78: style: Function 'setOffsets' argument 3 names different: declaration 'tofs' definition '_tofs'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:343:59: note: Function 'setOffsets' argument 3 names different: declaration 'tofs' definition '_tofs'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:731:78: note: Function 'setOffsets' argument 3 names different: declaration 'tofs' definition '_tofs'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:783:53: style: Function 'read' argument 2 names different: declaration 'origWinSize' definition '_origWinSize'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:437:51: note: Function 'read' argument 2 names different: declaration 'origWinSize' definition '_origWinSize'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:783:53: note: Function 'read' argument 2 names different: declaration 'origWinSize' definition '_origWinSize'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:818:40: style: Function 'computeChannels' argument 1 names different: declaration 'i' definition 'scaleIdx'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:448:39: note: Function 'computeChannels' argument 1 names different: declaration 'i' definition 'scaleIdx'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:818:40: note: Function 'computeChannels' argument 1 names different: declaration 'i' definition 'scaleIdx'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:818:61: style: Function 'computeChannels' argument 2 names different: declaration 'img' definition '_img'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:448:53: note: Function 'computeChannels' argument 2 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:818:61: note: Function 'computeChannels' argument 2 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:866:37: style: Function 'setWindow' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:441:34: note: Function 'setWindow' argument 1 names different: declaration 'p' definition 'pt'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:866:37: note: Function 'setWindow' argument 1 names different: declaration 'p' definition 'pt'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:881:53: style: Function 'create' argument 1 names different: declaration 'type' definition 'featureType'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:58:45: note: Function 'create' argument 1 names different: declaration 'type' definition 'featureType'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:881:53: note: Function 'create' argument 1 names different: declaration 'type' definition 'featureType'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:930:58: style: Function 'runAt' argument 1 names different: declaration 'feval' definition 'evaluator'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:160:39: note: Function 'runAt' argument 1 names different: declaration 'feval' definition 'evaluator'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:930:58: note: Function 'runAt' argument 1 names different: declaration 'feval' definition 'evaluator'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:961:72: style: Function 'setMaskGenerator' argument 1 names different: declaration 'maskGenerator' definition '_maskGenerator'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:118:53: note: Function 'setMaskGenerator' argument 1 names different: declaration 'maskGenerator' definition '_maskGenerator'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:961:72: note: Function 'setMaskGenerator' argument 1 names different: declaration 'maskGenerator' definition '_maskGenerator'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:1242:68: style: Function 'detectMultiScaleNoGrouping' argument 1 names different: declaration 'image' definition '_image'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:132:49: note: Function 'detectMultiScaleNoGrouping' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:1242:68: note: Function 'detectMultiScaleNoGrouping' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:1453:56: style: Function 'read' argument 1 names different: declaration 'node' definition 'root'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:199:35: note: Function 'read' argument 1 names different: declaration 'node' definition 'root'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:1453:56: note: Function 'read' argument 1 names different: declaration 'node' definition 'root'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:1588:51: style: Function 'read_' argument 1 names different: declaration 'node' definition 'root'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:86:33: note: Function 'read_' argument 1 names different: declaration 'node' definition 'root'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:1588:51: note: Function 'read_' argument 1 names different: declaration 'node' definition 'root'.
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:462:5: performance: Variable 'rect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:178:9: performance: Variable 'densityKernel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:179:9: performance: Variable 'weightsV' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:180:9: performance: Variable 'positionsV' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:772:5: performance: Variable 'features' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:773:5: performance: Variable 'optfeatures' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/cascadedetect.cpp:996:9: performance: Variable 'mask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:352:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:37:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:352:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:353:35: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:38:35: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:353:35: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:354:17: style: The function 'getFeatureType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:39:17: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:354:17: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:356:18: style: The function 'setWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:43:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:356:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:362:19: style: The function 'calcOrd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:55:19: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:362:19: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:366:18: style: The function 'computeChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:65:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:366:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:367:18: style: The function 'computeOptFeatures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:66:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:367:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:437:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:37:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:437:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:438:35: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:38:35: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:438:35: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:439:17: style: The function 'getFeatureType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:39:17: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:439:17: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:441:18: style: The function 'setWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:43:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:441:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:445:17: style: The function 'calcCat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:56:17: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:445:17: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:448:18: style: The function 'computeChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:65:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:448:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:449:18: style: The function 'computeOptFeatures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:66:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/src/cascadedetect.hpp:449:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/src/haar.cpp:50:0: error: #error CV_HAAR_FEATURE_MAX definition changed. Adjust CV_HAAR_FEATURE_MAX_LOCAL value please. [preprocessorErrorDirective]
opencv-3.3.0/modules/objdetect/src/hog.cpp:881:13: style: Variable 'cacheRow' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/objdetect/src/hog.cpp:880:0: note: Variable 'cacheRow' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/objdetect/src/hog.cpp:881:13: note: Variable 'cacheRow' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3733:9: style: Variable 'nread' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/objdetect/src/hog.cpp:3730:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3733:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3735:9: style: Variable 'nread' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/objdetect/src/hog.cpp:3733:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3735:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3737:9: style: Variable 'nread' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/objdetect/src/hog.cpp:3735:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3737:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3739:9: style: Variable 'nread' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/objdetect/src/hog.cpp:3737:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3739:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3742:9: style: Variable 'nread' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/objdetect/src/hog.cpp:3739:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3742:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3751:9: style: Variable 'nread' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/objdetect/src/hog.cpp:3749:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:3751:9: note: Variable 'nread' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/objdetect/src/hog.cpp:613:41: style: Function 'HOGCache' argument 1 names different: declaration 'descriptor' definition '_descriptor'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:574:35: note: Function 'HOGCache' argument 1 names different: declaration 'descriptor' definition '_descriptor'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:613:41: note: Function 'HOGCache' argument 1 names different: declaration 'descriptor' definition '_descriptor'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:614:16: style: Function 'HOGCache' argument 2 names different: declaration 'img' definition '_img'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:575:20: note: Function 'HOGCache' argument 2 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:614:16: note: Function 'HOGCache' argument 2 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:614:34: style: Function 'HOGCache' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:575:37: note: Function 'HOGCache' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:614:34: note: Function 'HOGCache' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:614:58: style: Function 'HOGCache' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:575:60: note: Function 'HOGCache' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:614:58: note: Function 'HOGCache' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:615:10: style: Function 'HOGCache' argument 5 names different: declaration 'useCache' definition '_useCache'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:576:14: note: Function 'HOGCache' argument 5 names different: declaration 'useCache' definition '_useCache'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:615:10: note: Function 'HOGCache' argument 5 names different: declaration 'useCache' definition '_useCache'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:615:33: style: Function 'HOGCache' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:576:36: note: Function 'HOGCache' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:615:33: note: Function 'HOGCache' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:620:42: style: Function 'init' argument 1 names different: declaration 'descriptor' definition '_descriptor'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:578:44: note: Function 'init' argument 1 names different: declaration 'descriptor' definition '_descriptor'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:620:42: note: Function 'init' argument 1 names different: declaration 'descriptor' definition '_descriptor'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:621:16: style: Function 'init' argument 2 names different: declaration 'img' definition '_img'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:579:20: note: Function 'init' argument 2 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:621:16: note: Function 'init' argument 2 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:621:34: style: Function 'init' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:579:37: note: Function 'init' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:621:34: note: Function 'init' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:621:58: style: Function 'init' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:579:60: note: Function 'init' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:621:58: note: Function 'init' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:622:10: style: Function 'init' argument 5 names different: declaration 'useCache' definition '_useCache'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:580:14: note: Function 'init' argument 5 names different: declaration 'useCache' definition '_useCache'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:622:10: note: Function 'init' argument 5 names different: declaration 'useCache' definition '_useCache'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:622:33: style: Function 'init' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:580:36: note: Function 'init' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:622:33: note: Function 'init' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:1120:47: style: Function 'normalizeBlockHistogram' argument 1 names different: declaration 'histogram' definition '_hist'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/src/hog.cpp:586:49: note: Function 'normalizeBlockHistogram' argument 1 names different: declaration 'histogram' definition '_hist'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:1120:47: note: Function 'normalizeBlockHistogram' argument 1 names different: declaration 'histogram' definition '_hist'.
opencv-3.3.0/modules/objdetect/src/hog.cpp:1789:9: performance: Variable 'img' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/hog.cpp:1791:9: performance: Variable 'winStride' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/hog.cpp:1792:9: performance: Variable 'padding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/hog.cpp:3500:9: performance: Variable 'img' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/hog.cpp:3502:9: performance: Variable 'padding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/src/hog.cpp:578:18: warning: Virtual function 'init' is called from constructor 'HOGCache(const HOGDescriptor*descriptor,const Mat&img,const Size&paddingTL,const Size&paddingBR,bool useCache,const Size&cacheStride)' at line 617. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/objdetect/src/hog.cpp:617:5: note: Calling init
opencv-3.3.0/modules/objdetect/src/hog.cpp:578:18: note: init is a virtual method
opencv-3.3.0/modules/objdetect/src/opencl/cascadedetect.cl:46:9: style: struct member 'Stage::first' is never used. [unusedStructMember]
opencv-3.3.0/modules/objdetect/src/opencl/cascadedetect.cl:47:9: style: struct member 'Stage::ntrees' is never used. [unusedStructMember]
opencv-3.3.0/modules/objdetect/src/opencl/cascadedetect.cl:48:11: style: struct member 'Stage::threshold' is never used. [unusedStructMember]
opencv-3.3.0/modules/objdetect/src/opencl/cascadedetect.cl:54:11: style: struct member 'ScaleData::scale' is never used. [unusedStructMember]
opencv-3.3.0/modules/objdetect/src/opencl/cascadedetect.cl:55:9: style: struct member 'ScaleData::szi_width' is never used. [unusedStructMember]
opencv-3.3.0/modules/objdetect/src/opencl/cascadedetect.cl:56:9: style: struct member 'ScaleData::szi_height' is never used. [unusedStructMember]
opencv-3.3.0/modules/objdetect/src/opencl/cascadedetect.cl:57:9: style: struct member 'ScaleData::layer_ofs' is never used. [unusedStructMember]
opencv-3.3.0/modules/objdetect/src/opencl/cascadedetect.cl:58:9: style: struct member 'ScaleData::ystep' is never used. [unusedStructMember]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:843:13: style: Variable 'cacheRow' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:842:0: note: Variable 'cacheRow' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:843:13: note: Variable 'cacheRow' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:247:56: style: Checking if unsigned variable 'imageFilenames.size()' is less than zero. [unsignedLessThanZero]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:107:48: style: Function 'prepareData' argument 1 names different: declaration 'fs' definition '_fs'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:69:43: note: Function 'prepareData' argument 1 names different: declaration 'fs' definition '_fs'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:107:48: note: Function 'prepareData' argument 1 names different: declaration 'fs' definition '_fs'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:640:59: style: Function 'HOGCacheTester' argument 1 names different: declaration 'descriptor' definition '_descriptor'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:602:47: note: Function 'HOGCacheTester' argument 1 names different: declaration 'descriptor' definition '_descriptor'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:640:59: note: Function 'HOGCacheTester' argument 1 names different: declaration 'descriptor' definition '_descriptor'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:641:16: style: Function 'HOGCacheTester' argument 2 names different: declaration 'img' definition '_img'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:603:20: note: Function 'HOGCacheTester' argument 2 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:641:16: note: Function 'HOGCacheTester' argument 2 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:641:27: style: Function 'HOGCacheTester' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:603:30: note: Function 'HOGCacheTester' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:641:27: note: Function 'HOGCacheTester' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:641:44: style: Function 'HOGCacheTester' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:603:46: note: Function 'HOGCacheTester' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:641:44: note: Function 'HOGCacheTester' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:642:10: style: Function 'HOGCacheTester' argument 5 names different: declaration 'useCache' definition '_useCache'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:604:14: note: Function 'HOGCacheTester' argument 5 names different: declaration 'useCache' definition '_useCache'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:642:10: note: Function 'HOGCacheTester' argument 5 names different: declaration 'useCache' definition '_useCache'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:642:26: style: Function 'HOGCacheTester' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:604:29: note: Function 'HOGCacheTester' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:642:26: note: Function 'HOGCacheTester' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:647:54: style: Function 'init' argument 1 names different: declaration 'descriptor' definition '_descriptor'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:606:50: note: Function 'init' argument 1 names different: declaration 'descriptor' definition '_descriptor'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:647:54: note: Function 'init' argument 1 names different: declaration 'descriptor' definition '_descriptor'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:648:16: style: Function 'init' argument 2 names different: declaration 'img' definition '_img'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:607:20: note: Function 'init' argument 2 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:648:16: note: Function 'init' argument 2 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:648:27: style: Function 'init' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:607:30: note: Function 'init' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:648:27: note: Function 'init' argument 3 names different: declaration 'paddingTL' definition '_paddingTL'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:648:44: style: Function 'init' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:607:46: note: Function 'init' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:648:44: note: Function 'init' argument 4 names different: declaration 'paddingBR' definition '_paddingBR'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:649:10: style: Function 'init' argument 5 names different: declaration 'useCache' definition '_useCache'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:608:14: note: Function 'init' argument 5 names different: declaration 'useCache' definition '_useCache'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:649:10: note: Function 'init' argument 5 names different: declaration 'useCache' definition '_useCache'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:649:26: style: Function 'init' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:608:29: note: Function 'init' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:649:26: note: Function 'init' argument 6 names different: declaration 'cacheStride' definition '_cacheStride'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:936:53: style: Function 'normalizeBlockHistogram' argument 1 names different: declaration 'histogram' definition '_hist'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:614:49: note: Function 'normalizeBlockHistogram' argument 1 names different: declaration 'histogram' definition '_hist'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:936:53: note: Function 'normalizeBlockHistogram' argument 1 names different: declaration 'histogram' definition '_hist'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:1109:46: style: Function 'compute' argument 1 names different: declaration 'img' definition '_img'. [funcArgNamesDifferent]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:577:37: note: Function 'compute' argument 1 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:1109:46: note: Function 'compute' argument 1 names different: declaration 'img' definition '_img'.
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:96:18: warning: Member variable 'CV_DetectorTest::eps' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:98:5: performance: Variable 'configFilename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:606:18: warning: Virtual function 'init' is called from constructor 'HOGCacheTester(const HOGDescriptorTester*descriptor,const Mat&img,Size paddingTL,Size paddingBR,bool useCache,Size cacheStride)' at line 644. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:644:5: note: Calling init
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:606:18: note: init is a virtual method
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:560:5: style: Class 'HOGDescriptorTester' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:392:18: style: The function 'readDetector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:73:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:392:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:393:18: style: The function 'writeDetector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:74:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:393:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:394:17: style: The function 'detectMultiScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:76:17: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:394:17: note: Function in derived class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:486:18: style: The function 'readDetector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:73:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:486:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:487:18: style: The function 'writeDetector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:74:18: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:487:18: note: Function in derived class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:488:17: style: The function 'detectMultiScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:76:17: note: Virtual function in base class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:488:17: note: Function in derived class
opencv-3.3.0/modules/objdetect/test/test_cascadeandhog.cpp:420:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/photo/src/calibrate.cpp:231:9: style: Variable 'response' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/photo/src/calibrate.cpp:230:0: note: Variable 'response' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/calibrate.cpp:231:9: note: Variable 'response' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/contrast_preserve.hpp:90:12: style: The scope of the variable 'val' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/contrast_preserve.hpp:126:12: style: The scope of the variable 'dp' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/contrast_preserve.hpp:199:12: style: The scope of the variable 'res' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/contrast_preserve.hpp:232:12: style: The scope of the variable 'sizefactor' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/contrast_preserve.hpp:308:12: style: The scope of the variable 'sizefactor' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/contrast_preserve.cpp:112:16: style: The scope of the variable 'val' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/contrast_preserve.cpp:122:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/contrast_preserve.cpp:123:16: style: The scope of the variable 'neg' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/contrast_preserve.cpp:151:16: style: The scope of the variable 'val1' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/contrast_preserve.hpp:51:1: style: The class 'Decolor' does not have a constructor although it has private member variables. [noConstructor]
opencv-3.3.0/modules/photo/src/contrast_preserve.hpp:61:24: performance: Technically the member function 'Decolor::product' can be static. [functionStatic]
opencv-3.3.0/modules/photo/src/contrast_preserve.hpp:123:25: note: Technically the member function 'Decolor::product' can be static.
opencv-3.3.0/modules/photo/src/contrast_preserve.hpp:61:24: note: Technically the member function 'Decolor::product' can be static.
opencv-3.3.0/modules/photo/src/denoise_tvl1.cpp:93:24: style: The scope of the variable 'dx' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/denoise_tvl1.cpp:52:27: style: Technically the member function 'cv::AddFloatToCharScaled::operator()' can be const. [functionConst]
opencv-3.3.0/modules/photo/src/denoise_tvl1.cpp:51:13: style: Class 'AddFloatToCharScaled' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/photo/src/arrays.hpp:176:16: style: Technically the member function 'cv::Array4d::step_size' can be const. [functionConst]
opencv-3.3.0/modules/photo/src/arrays.hpp:74:9: style: Struct 'Array2d' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opencv-3.3.0/modules/photo/src/arrays.hpp:58:9: style: Value of pointer 'a', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
opencv-3.3.0/modules/photo/src/arrays.hpp:109:9: style: Struct 'Array3d' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opencv-3.3.0/modules/photo/src/arrays.hpp:109:9: style: Struct 'Array3d' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opencv-3.3.0/modules/photo/src/arrays.hpp:155:9: style: Struct 'Array4d' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opencv-3.3.0/modules/photo/src/arrays.hpp:155:9: style: Struct 'Array4d' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opencv-3.3.0/modules/photo/src/arrays.hpp:51:1: warning: The struct 'Array2d' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
opencv-3.3.0/modules/photo/src/inpaint.cpp:515:0: style: The scope of the variable 'color' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/npr.hpp:223:5: style: Variable 'lower_pos' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/photo/src/npr.hpp:220:0: note: Variable 'lower_pos' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/npr.hpp:223:5: note: Variable 'lower_pos' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/npr.hpp:224:5: style: Variable 'upper_pos' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/photo/src/npr.hpp:221:0: note: Variable 'upper_pos' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/npr.hpp:224:5: note: Variable 'upper_pos' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/npr.cpp:111:5: style: Variable 'detail' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/photo/src/npr.cpp:109:0: note: Variable 'detail' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/npr.cpp:111:5: note: Variable 'detail' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/npr.hpp:512:15: style: The scope of the variable 'radius' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/npr.hpp:559:11: style: The scope of the variable 'radius' can be reduced. [variableScope]
opencv-3.3.0/modules/photo/src/npr.hpp:172:42: style: Function 'compute_Rfilter' argument 1 names different: declaration 'O' definition 'output'. [funcArgNamesDifferent]
opencv-3.3.0/modules/photo/src/npr.hpp:66:35: note: Function 'compute_Rfilter' argument 1 names different: declaration 'O' definition 'output'.
opencv-3.3.0/modules/photo/src/npr.hpp:172:42: note: Function 'compute_Rfilter' argument 1 names different: declaration 'O' definition 'output'.
opencv-3.3.0/modules/photo/src/npr.hpp:172:55: style: Function 'compute_Rfilter' argument 2 names different: declaration 'horiz' definition 'hz'. [funcArgNamesDifferent]
opencv-3.3.0/modules/photo/src/npr.hpp:66:43: note: Function 'compute_Rfilter' argument 2 names different: declaration 'horiz' definition 'hz'.
opencv-3.3.0/modules/photo/src/npr.hpp:172:55: note: Function 'compute_Rfilter' argument 2 names different: declaration 'horiz' definition 'hz'.
opencv-3.3.0/modules/photo/src/npr.hpp:307:43: style: Function 'compute_NCfilter' argument 1 names different: declaration 'O' definition 'output'. [funcArgNamesDifferent]
opencv-3.3.0/modules/photo/src/npr.hpp:67:36: note: Function 'compute_NCfilter' argument 1 names different: declaration 'O' definition 'output'.
opencv-3.3.0/modules/photo/src/npr.hpp:307:43: note: Function 'compute_NCfilter' argument 1 names different: declaration 'O' definition 'output'.
opencv-3.3.0/modules/photo/src/npr.hpp:307:56: style: Function 'compute_NCfilter' argument 2 names different: declaration 'horiz' definition 'hz'. [funcArgNamesDifferent]
opencv-3.3.0/modules/photo/src/npr.hpp:67:44: note: Function 'compute_NCfilter' argument 2 names different: declaration 'horiz' definition 'hz'.
opencv-3.3.0/modules/photo/src/npr.hpp:307:56: note: Function 'compute_NCfilter' argument 2 names different: declaration 'horiz' definition 'hz'.
opencv-3.3.0/modules/photo/src/npr.hpp:64:14: performance: Technically the member function 'Domain_Filter::find_magnitude' can be static. [functionStatic]
opencv-3.3.0/modules/photo/src/npr.hpp:134:21: note: Technically the member function 'Domain_Filter::find_magnitude' can be static.
opencv-3.3.0/modules/photo/src/npr.hpp:64:14: note: Technically the member function 'Domain_Filter::find_magnitude' can be static.
opencv-3.3.0/modules/photo/src/seamless_cloning_impl.cpp:226:5: style: Variable 'lap' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/photo/src/seamless_cloning_impl.cpp:224:0: note: Variable 'lap' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/seamless_cloning_impl.cpp:226:5: note: Variable 'lap' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/seamless_cloning_impl.cpp:309:5: style: Variable 'laplacianX' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/photo/src/seamless_cloning_impl.cpp:306:0: note: Variable 'laplacianX' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/seamless_cloning_impl.cpp:309:5: note: Variable 'laplacianX' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/seamless_cloning_impl.cpp:310:5: style: Variable 'laplacianY' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/photo/src/seamless_cloning_impl.cpp:307:0: note: Variable 'laplacianY' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/seamless_cloning_impl.cpp:310:5: note: Variable 'laplacianY' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/src/seamless_cloning.hpp:74:18: performance: Technically the member function 'cv::Cloning::arrayProduct' can be static. [functionStatic]
opencv-3.3.0/modules/photo/src/seamless_cloning_impl.cpp:290:15: note: Technically the member function 'cv::Cloning::arrayProduct' can be static.
opencv-3.3.0/modules/photo/src/seamless_cloning.hpp:74:18: note: Technically the member function 'cv::Cloning::arrayProduct' can be static.
opencv-3.3.0/modules/photo/src/tonemap.cpp:59:5: style: Class 'TonemapImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/photo/test/test_denoise_tvl1.cpp:53:5: style: Variable 'half' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/photo/test/test_denoise_tvl1.cpp:52:0: note: Variable 'half' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/photo/test/test_denoise_tvl1.cpp:53:5: note: Variable 'half' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/shape/src/aff_trans.cpp:188:63: style: Function 'estimateTransformation' argument 1 names different: declaration 'transformingShape' definition '_pts1'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/aff_trans.cpp:72:52: note: Function 'estimateTransformation' argument 1 names different: declaration 'transformingShape' definition '_pts1'.
opencv-3.3.0/modules/shape/src/aff_trans.cpp:188:63: note: Function 'estimateTransformation' argument 1 names different: declaration 'transformingShape' definition '_pts1'.
opencv-3.3.0/modules/shape/src/aff_trans.cpp:188:81: style: Function 'estimateTransformation' argument 2 names different: declaration 'targetShape' definition '_pts2'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/aff_trans.cpp:72:82: note: Function 'estimateTransformation' argument 2 names different: declaration 'targetShape' definition '_pts2'.
opencv-3.3.0/modules/shape/src/aff_trans.cpp:188:81: note: Function 'estimateTransformation' argument 2 names different: declaration 'targetShape' definition '_pts2'.
opencv-3.3.0/modules/shape/src/aff_trans.cpp:188:109: style: Function 'estimateTransformation' argument 3 names different: declaration 'matches' definition '_matches'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/aff_trans.cpp:72:116: note: Function 'estimateTransformation' argument 3 names different: declaration 'matches' definition '_matches'.
opencv-3.3.0/modules/shape/src/aff_trans.cpp:188:109: note: Function 'estimateTransformation' argument 3 names different: declaration 'matches' definition '_matches'.
opencv-3.3.0/modules/shape/src/aff_trans.cpp:235:61: style: Function 'applyTransformation' argument 1 names different: declaration 'input' definition 'inPts'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/aff_trans.cpp:73:50: note: Function 'applyTransformation' argument 1 names different: declaration 'input' definition 'inPts'.
opencv-3.3.0/modules/shape/src/aff_trans.cpp:235:61: note: Function 'applyTransformation' argument 1 names different: declaration 'input' definition 'inPts'.
opencv-3.3.0/modules/shape/src/aff_trans.cpp:235:80: style: Function 'applyTransformation' argument 2 names different: declaration 'output' definition 'outPts'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/aff_trans.cpp:73:69: note: Function 'applyTransformation' argument 2 names different: declaration 'output' definition 'outPts'.
opencv-3.3.0/modules/shape/src/aff_trans.cpp:235:80: note: Function 'applyTransformation' argument 2 names different: declaration 'output' definition 'outPts'.
opencv-3.3.0/modules/shape/src/aff_trans.cpp:55:9: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/aff_trans.cpp:62:9: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/aff_trans.cpp:59:5: style: Class 'AffineTransformerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/shape/src/emdL1.cpp:548:9: style: The scope of the variable 'iC' can be reduced. [variableScope]
opencv-3.3.0/modules/shape/src/emdL1.cpp:549:16: style: The scope of the variable 'pE' can be reduced. [variableScope]
opencv-3.3.0/modules/shape/src/haus_dis.cpp:55:9: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:126:65: style: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:66:45: note: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:126:65: note: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:126:91: style: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:66:70: note: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:126:91: note: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:126:118: style: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:66:96: note: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:126:118: note: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:254:64: style: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:194:45: note: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:254:64: note: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:254:90: style: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:194:70: note: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:254:90: note: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:254:117: style: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:194:96: note: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:254:117: note: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:378:64: style: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:333:45: note: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:378:64: note: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:378:90: style: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:333:70: note: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:378:90: note: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:378:117: style: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:333:96: note: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:378:117: note: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:497:66: style: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:452:45: note: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:497:66: note: Function 'buildCostMatrix' argument 1 names different: declaration 'descriptors1' definition '_descriptors1'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:497:92: style: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:452:70: note: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:497:92: note: Function 'buildCostMatrix' argument 2 names different: declaration 'descriptors2' definition '_descriptors2'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:497:119: style: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:452:96: note: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:497:119: note: Function 'buildCostMatrix' argument 3 names different: declaration 'costMatrix' definition '_costMatrix'.
opencv-3.3.0/modules/shape/src/hist_cost.cpp:57:9: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:185:9: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:322:9: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/hist_cost.cpp:441:9: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:228:11: style: The scope of the variable 'beta' can be reduced. [variableScope]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:236:13: style: The scope of the variable 'jj' can be reduced. [variableScope]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:236:17: style: The scope of the variable 'pt' can be reduced. [variableScope]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:518:10: style: The scope of the variable 'unassignedfound' can be reduced. [variableScope]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:519:15: style: The scope of the variable 'imin' can be reduced. [variableScope]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:519:34: style: The scope of the variable 'prvnumfree' can be reduced. [variableScope]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:519:64: style: The scope of the variable 'freerow' can be reduced. [variableScope]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:520:48: style: The scope of the variable 'low' can be reduced. [variableScope]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:520:55: style: The scope of the variable 'up' can be reduced. [variableScope]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:67:9: performance: Variable 'comparer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:69:9: performance: Variable 'transformer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:74:9: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/scd_def.hpp:71:9: style: Technically the member function 'cv::SCD::descriptorSize' can be const. [functionConst]
opencv-3.3.0/modules/shape/src/scd_def.hpp:125:10: performance: Technically the member function 'cv::SCDMatcher::buildCostMatrix' can be static. [functionStatic]
opencv-3.3.0/modules/shape/src/sc_dis.cpp:502:18: note: Technically the member function 'cv::SCDMatcher::buildCostMatrix' can be static.
opencv-3.3.0/modules/shape/src/scd_def.hpp:125:10: note: Technically the member function 'cv::SCDMatcher::buildCostMatrix' can be static.
opencv-3.3.0/modules/shape/src/tps_trans.cpp:171:94: style: Function 'applyTransformation' argument 2 names different: declaration 'output' definition 'outPts'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/tps_trans.cpp:75:69: note: Function 'applyTransformation' argument 2 names different: declaration 'output' definition 'outPts'.
opencv-3.3.0/modules/shape/src/tps_trans.cpp:171:94: note: Function 'applyTransformation' argument 2 names different: declaration 'output' definition 'outPts'.
opencv-3.3.0/modules/shape/src/tps_trans.cpp:195:77: style: Function 'estimateTransformation' argument 1 names different: declaration 'transformingShape' definition '_pts1'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/tps_trans.cpp:74:52: note: Function 'estimateTransformation' argument 1 names different: declaration 'transformingShape' definition '_pts1'.
opencv-3.3.0/modules/shape/src/tps_trans.cpp:195:77: note: Function 'estimateTransformation' argument 1 names different: declaration 'transformingShape' definition '_pts1'.
opencv-3.3.0/modules/shape/src/tps_trans.cpp:195:95: style: Function 'estimateTransformation' argument 2 names different: declaration 'targetShape' definition '_pts2'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/tps_trans.cpp:74:82: note: Function 'estimateTransformation' argument 2 names different: declaration 'targetShape' definition '_pts2'.
opencv-3.3.0/modules/shape/src/tps_trans.cpp:195:95: note: Function 'estimateTransformation' argument 2 names different: declaration 'targetShape' definition '_pts2'.
opencv-3.3.0/modules/shape/src/tps_trans.cpp:196:85: style: Function 'estimateTransformation' argument 3 names different: declaration 'matches' definition '_matches'. [funcArgNamesDifferent]
opencv-3.3.0/modules/shape/src/tps_trans.cpp:74:116: note: Function 'estimateTransformation' argument 3 names different: declaration 'matches' definition '_matches'.
opencv-3.3.0/modules/shape/src/tps_trans.cpp:196:85: note: Function 'estimateTransformation' argument 3 names different: declaration 'matches' definition '_matches'.
opencv-3.3.0/modules/shape/src/tps_trans.cpp:55:9: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/tps_trans.cpp:63:9: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/src/tps_trans.cpp:60:5: style: Class 'ThinPlateSplineShapeTransformerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/shape/test/test_shape.cpp:216:9: performance: Variable 'mysc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/test/test_shape.cpp:253:9: performance: Variable 'mysc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/shape/test/test_shape.cpp:286:9: performance: Variable 'haus' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/stitching/src/matchers.cpp:152:5: style: Class 'CpuMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/stitching/src/motion_estimators.cpp:54:5: style: Struct 'IncDistance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/imgproc/src/gcgraph.hpp:108:0: portability: Using memset() on class which contains a floating point number. [memsetClassFloat]
opencv-3.3.0/modules/stitching/src/util.cpp:63:9: style: The scope of the variable 'next' can be reduced. [variableScope]
opencv-3.3.0/modules/superres/src/btv_l1.cpp:660:49: style: Function 'process' argument 1 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
opencv-3.3.0/modules/superres/src/btv_l1.cpp:470:41: note: Function 'process' argument 1 names different: declaration 'src' definition '_src'.
opencv-3.3.0/modules/superres/src/btv_l1.cpp:660:49: note: Function 'process' argument 1 names different: declaration 'src' definition '_src'.
opencv-3.3.0/modules/superres/src/btv_l1.cpp:660:67: style: Function 'process' argument 2 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
opencv-3.3.0/modules/superres/src/btv_l1.cpp:470:58: note: Function 'process' argument 2 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/superres/src/btv_l1.cpp:660:67: note: Function 'process' argument 2 names different: declaration 'dst' definition '_dst'.
opencv-3.3.0/modules/superres/src/btv_l1.cpp:660:92: style: Function 'process' argument 3 names different: declaration 'forwardMotions' definition '_forwardMotions'. [funcArgNamesDifferent]
opencv-3.3.0/modules/superres/src/btv_l1.cpp:470:82: note: Function 'process' argument 3 names different: declaration 'forwardMotions' definition '_forwardMotions'.
opencv-3.3.0/modules/superres/src/btv_l1.cpp:660:92: note: Function 'process' argument 3 names different: declaration 'forwardMotions' definition '_forwardMotions'.
opencv-3.3.0/modules/superres/src/btv_l1.cpp:661:49: style: Function 'process' argument 4 names different: declaration 'backwardMotions' definition '_backwardMotions'. [funcArgNamesDifferent]
opencv-3.3.0/modules/superres/src/btv_l1.cpp:471:41: note: Function 'process' argument 4 names different: declaration 'backwardMotions' definition '_backwardMotions'.
opencv-3.3.0/modules/superres/src/btv_l1.cpp:661:49: note: Function 'process' argument 4 names different: declaration 'backwardMotions' definition '_backwardMotions'.
opencv-3.3.0/modules/superres/src/btv_l1.cpp:962:72: style: Function 'processImpl' argument 2 names different: declaration 'output' definition '_output'. [funcArgNamesDifferent]
opencv-3.3.0/modules/superres/src/btv_l1.cpp:812:69: note: Function 'processImpl' argument 2 names different: declaration 'output' definition '_output'.
opencv-3.3.0/modules/superres/src/btv_l1.cpp:962:72: note: Function 'processImpl' argument 2 names different: declaration 'output' definition '_output'.
opencv-3.3.0/modules/superres/src/btv_l1.cpp:267:37: style: struct member '_Point4f::ar' is never used. [unusedStructMember]
opencv-3.3.0/modules/superres/src/btv_l1.cpp:557:9: performance: Variable 'opticalFlow_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/superres/src/optical_flow.cpp:124:42: style: Function 'calc' argument 1 names different: declaration 'frame0' definition '_frame0'. [funcArgNamesDifferent]
opencv-3.3.0/modules/superres/src/optical_flow.cpp:61:30: note: Function 'calc' argument 1 names different: declaration 'frame0' definition '_frame0'.
opencv-3.3.0/modules/superres/src/optical_flow.cpp:124:42: note: Function 'calc' argument 1 names different: declaration 'frame0' definition '_frame0'.
opencv-3.3.0/modules/superres/src/optical_flow.cpp:124:62: style: Function 'calc' argument 2 names different: declaration 'frame1' definition '_frame1'. [funcArgNamesDifferent]
opencv-3.3.0/modules/superres/src/optical_flow.cpp:61:49: note: Function 'calc' argument 2 names different: declaration 'frame1' definition '_frame1'.
opencv-3.3.0/modules/superres/src/optical_flow.cpp:124:62: note: Function 'calc' argument 2 names different: declaration 'frame1' definition '_frame1'.
opencv-3.3.0/modules/superres/src/optical_flow.cpp:124:83: style: Function 'calc' argument 3 names different: declaration 'flow1' definition '_flow1'. [funcArgNamesDifferent]
opencv-3.3.0/modules/superres/src/optical_flow.cpp:61:69: note: Function 'calc' argument 3 names different: declaration 'flow1' definition '_flow1'.
opencv-3.3.0/modules/superres/src/optical_flow.cpp:124:83: note: Function 'calc' argument 3 names different: declaration 'flow1' definition '_flow1'.
opencv-3.3.0/modules/superres/src/optical_flow.cpp:124:103: style: Function 'calc' argument 4 names different: declaration 'flow2' definition '_flow2'. [funcArgNamesDifferent]
opencv-3.3.0/modules/superres/src/optical_flow.cpp:61:88: note: Function 'calc' argument 4 names different: declaration 'flow2' definition '_flow2'.
opencv-3.3.0/modules/superres/src/optical_flow.cpp:124:103: note: Function 'calc' argument 4 names different: declaration 'flow2' definition '_flow2'.
opencv-3.3.0/modules/superres/src/optical_flow.cpp:364:9: performance: Variable 'alg_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/ts/src/ts.cpp:286:23: style: The scope of the variable 'code' can be reduced. [variableScope]
opencv-3.3.0/modules/ts/src/ts_func.cpp:873:15: style: The scope of the variable 'k' can be reduced. [variableScope]
opencv-3.3.0/modules/ts/src/ts_func.cpp:2227:9: style: The scope of the variable 'c_rows' can be reduced. [variableScope]
opencv-3.3.0/modules/ts/src/ts_func.cpp:2227:21: style: The scope of the variable 'c_cols' can be reduced. [variableScope]
opencv-3.3.0/modules/ts/src/ts_func.cpp:3071:5: style: Reading from empty STL container 'cpu_features' [reademptycontainer]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:8450:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:8430:0: note: Variable 'result' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:8450:3: note: Variable 'result' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4785:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4720:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4785:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4786:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4722:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4786:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4787:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4724:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4787:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4788:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4725:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4788:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4789:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4726:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4789:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4790:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4729:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4790:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4791:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4723:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4791:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4792:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4730:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4792:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4793:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4727:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4793:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4794:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4728:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4794:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4795:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4732:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4795:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:6187:30: style: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:678:41: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:6187:30: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:6188:30: style: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:679:41: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:6188:30: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:6232:37: style: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'. [funcArgNamesDifferent]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:685:48: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:6232:37: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:1109:8: performance: Technically the member function 'testing::internal::UnitTestImpl::RegisterParameterizedTests' can be static. [functionStatic]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:4081:20: note: Technically the member function 'testing::internal::UnitTestImpl::RegisterParameterizedTests' can be static.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:1109:8: note: Technically the member function 'testing::internal::UnitTestImpl::RegisterParameterizedTests' can be static.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:1144:7: style: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const. [functionConst]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:6261:19: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:1144:7: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:1147:8: style: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const. [functionConst]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:6343:20: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:1147:8: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:865:18: style: The function 'CurrentStackTrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:845:18: note: Virtual function in base class
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:865:18: note: Function in derived class
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:866:16: style: The function 'UponLeavingGTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:850:16: note: Virtual function in base class
opencv-3.3.0/modules/ts/src/ts_gtest.cpp:866:16: note: Function in derived class
opencv-3.3.0/modules/ts/src/ts_perf.cpp:204:17: style: The scope of the variable 'path_separator' can be reduced. [variableScope]
opencv-3.3.0/modules/ts/src/ts_perf.cpp:2151:5: style: Struct 'KeypointComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/ts/src/ts_perf.cpp:1660:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/video/src/bgfg_KNN.cpp:400:9: style: The scope of the variable 'Ps' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/bgfg_KNN.cpp:568:52: style: Function 'apply' argument 1 names different: declaration 'image' definition '_image'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/bgfg_KNN.cpp:126:27: note: Function 'apply' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/video/src/bgfg_KNN.cpp:568:52: note: Function 'apply' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/video/src/bgfg_KNN.cpp:568:72: style: Function 'apply' argument 2 names different: declaration 'fgmask' definition '_fgmask'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/bgfg_KNN.cpp:126:46: note: Function 'apply' argument 2 names different: declaration 'fgmask' definition '_fgmask'.
opencv-3.3.0/modules/video/src/bgfg_KNN.cpp:568:72: note: Function 'apply' argument 2 names different: declaration 'fgmask' definition '_fgmask'.
opencv-3.3.0/modules/video/src/bgfg_KNN.cpp:72:5: performance: Variable 'frameSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/video/src/bgfg_KNN.cpp:100:5: performance: Variable 'frameSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:840:53: style: Function 'apply' argument 1 names different: declaration 'image' definition '_image'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:179:27: note: Function 'apply' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:840:53: note: Function 'apply' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:840:73: style: Function 'apply' argument 2 names different: declaration 'fgmask' definition '_fgmask'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:179:46: note: Function 'apply' argument 2 names different: declaration 'fgmask' definition '_fgmask'.
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:840:73: note: Function 'apply' argument 2 names different: declaration 'fgmask' definition '_fgmask'.
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:406:9: style: struct member 'GaussBGStatModel2Params::nWidth' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:407:9: style: struct member 'GaussBGStatModel2Params::nHeight' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:408:9: style: struct member 'GaussBGStatModel2Params::nND' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:410:10: style: struct member 'GaussBGStatModel2Params::bPostFiltering' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:411:13: style: struct member 'GaussBGStatModel2Params::minArea' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:413:10: style: struct member 'GaussBGStatModel2Params::bInit' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:418:11: style: struct member 'GaussBGStatModel2Params::fAlphaT' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:422:11: style: struct member 'GaussBGStatModel2Params::fTb' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:431:11: style: struct member 'GaussBGStatModel2Params::fTg' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:437:11: style: struct member 'GaussBGStatModel2Params::fTB' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:442:11: style: struct member 'GaussBGStatModel2Params::fVarInit' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:443:11: style: struct member 'GaussBGStatModel2Params::fVarMax' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:444:11: style: struct member 'GaussBGStatModel2Params::fVarMin' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:449:11: style: struct member 'GaussBGStatModel2Params::fCT' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:455:9: style: struct member 'GaussBGStatModel2Params::nM' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:458:10: style: struct member 'GaussBGStatModel2Params::bShadowDetection' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:459:19: style: struct member 'GaussBGStatModel2Params::nShadowDetection' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:460:11: style: struct member 'GaussBGStatModel2Params::fTau' is never used. [unusedStructMember]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:127:9: performance: Variable 'frameSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/video/src/bgfg_gaussmix2.cpp:153:9: performance: Variable 'frameSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/video/src/ecc.cpp:336:9: style: Variable 'map' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/video/src/ecc.cpp:335:9: note: Variable 'map' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/video/src/ecc.cpp:336:9: note: Variable 'map' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:68:9: style: The scope of the variable 'x' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1223:51: style: Function 'calc' argument 1 names different: declaration 'prevImg' definition '_prevImg'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/lkpyramid.cpp:837:38: note: Function 'calc' argument 1 names different: declaration 'prevImg' definition '_prevImg'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1223:51: note: Function 'calc' argument 1 names different: declaration 'prevImg' definition '_prevImg'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1223:72: style: Function 'calc' argument 2 names different: declaration 'nextImg' definition '_nextImg'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/lkpyramid.cpp:837:58: note: Function 'calc' argument 2 names different: declaration 'nextImg' definition '_nextImg'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1223:72: note: Function 'calc' argument 2 names different: declaration 'nextImg' definition '_nextImg'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1224:39: style: Function 'calc' argument 3 names different: declaration 'prevPts' definition '_prevPts'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/lkpyramid.cpp:838:38: note: Function 'calc' argument 3 names different: declaration 'prevPts' definition '_prevPts'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1224:39: note: Function 'calc' argument 3 names different: declaration 'prevPts' definition '_prevPts'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1224:66: style: Function 'calc' argument 4 names different: declaration 'nextPts' definition '_nextPts'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/lkpyramid.cpp:838:64: note: Function 'calc' argument 4 names different: declaration 'nextPts' definition '_nextPts'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1224:66: note: Function 'calc' argument 4 names different: declaration 'nextPts' definition '_nextPts'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1225:40: style: Function 'calc' argument 5 names different: declaration 'status' definition '_status'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/lkpyramid.cpp:839:39: note: Function 'calc' argument 5 names different: declaration 'status' definition '_status'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1225:40: note: Function 'calc' argument 5 names different: declaration 'status' definition '_status'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1225:61: style: Function 'calc' argument 6 names different: declaration 'err' definition '_err'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/lkpyramid.cpp:840:39: note: Function 'calc' argument 6 names different: declaration 'err' definition '_err'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:1225:61: note: Function 'calc' argument 6 names different: declaration 'err' definition '_err'.
opencv-3.3.0/modules/video/src/lkpyramid.cpp:165:5: performance: Variable 'winSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/video/src/lkpyramid.cpp:166:5: performance: Variable 'criteria' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/video/src/optflowgf.cpp:136:26: style: The scope of the variable 'g1' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/optflowgf.cpp:136:30: style: The scope of the variable 'g2' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/optflowgf.cpp:137:50: style: The scope of the variable 'srow1' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/optflowgf.cpp:320:17: style: The scope of the variable 'y1' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/optflowgf.cpp:411:9: style: The scope of the variable 'x' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/optflowgf.cpp:413:17: style: The scope of the variable 'y1' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/optflowgf.cpp:449:16: style: The scope of the variable 'g11' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/optflowgf.cpp:449:21: style: The scope of the variable 'g12' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/optflowgf.cpp:449:26: style: The scope of the variable 'g22' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/optflowgf.cpp:449:31: style: The scope of the variable 'h1' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/optflowgf.cpp:449:35: style: The scope of the variable 'h2' can be reduced. [variableScope]
opencv-3.3.0/modules/video/src/optflowgf.cpp:1096:48: style: Function 'calc' argument 1 names different: declaration 'I0' definition '_prev0'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/optflowgf.cpp:624:34: note: Function 'calc' argument 1 names different: declaration 'I0' definition '_prev0'.
opencv-3.3.0/modules/video/src/optflowgf.cpp:1096:48: note: Function 'calc' argument 1 names different: declaration 'I0' definition '_prev0'.
opencv-3.3.0/modules/video/src/optflowgf.cpp:1096:67: style: Function 'calc' argument 2 names different: declaration 'I1' definition '_next0'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/optflowgf.cpp:624:49: note: Function 'calc' argument 2 names different: declaration 'I1' definition '_next0'.
opencv-3.3.0/modules/video/src/optflowgf.cpp:1096:67: note: Function 'calc' argument 2 names different: declaration 'I1' definition '_next0'.
opencv-3.3.0/modules/video/src/optflowgf.cpp:1097:54: style: Function 'calc' argument 3 names different: declaration 'flow' definition '_flow0'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/optflowgf.cpp:624:70: note: Function 'calc' argument 3 names different: declaration 'flow' definition '_flow0'.
opencv-3.3.0/modules/video/src/optflowgf.cpp:1097:54: note: Function 'calc' argument 3 names different: declaration 'flow' definition '_flow0'.
opencv-3.3.0/modules/video/src/optflowgf.cpp:201:12: style: Variable 'row' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/video/src/tvl1flow.cpp:391:44: style: Function 'calc' argument 1 names different: declaration 'I0' definition '_I0'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/tvl1flow.cpp:105:26: note: Function 'calc' argument 1 names different: declaration 'I0' definition '_I0'.
opencv-3.3.0/modules/video/src/tvl1flow.cpp:391:44: note: Function 'calc' argument 1 names different: declaration 'I0' definition '_I0'.
opencv-3.3.0/modules/video/src/tvl1flow.cpp:391:60: style: Function 'calc' argument 2 names different: declaration 'I1' definition '_I1'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/tvl1flow.cpp:105:41: note: Function 'calc' argument 2 names different: declaration 'I1' definition '_I1'.
opencv-3.3.0/modules/video/src/tvl1flow.cpp:391:60: note: Function 'calc' argument 2 names different: declaration 'I1' definition '_I1'.
opencv-3.3.0/modules/video/src/tvl1flow.cpp:391:82: style: Function 'calc' argument 3 names different: declaration 'flow' definition '_flow'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/src/tvl1flow.cpp:105:62: note: Function 'calc' argument 3 names different: declaration 'flow' definition '_flow'.
opencv-3.3.0/modules/video/src/tvl1flow.cpp:391:82: note: Function 'calc' argument 3 names different: declaration 'flow' definition '_flow'.
opencv-3.3.0/modules/video/test/test_accum.cpp:60:19: warning: Member variable 'CV_AccumBaseTest::alpha' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/video/test/test_accum.cpp:75:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/video/test/test_camshift.cpp:228:12: style: The scope of the variable 'm' can be reduced. [variableScope]
opencv-3.3.0/modules/video/test/test_camshift.cpp:395:12: style: The scope of the variable 'm' can be reduced. [variableScope]
opencv-3.3.0/modules/video/test/test_camshift.cpp:71:19: warning: Member variable 'CV_TrackBaseTest::img_type' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/video/test/test_camshift.cpp:220:18: warning: Member variable 'CV_CamShiftTest::area0' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/video/test/test_camshift.cpp:387:19: warning: Member variable 'CV_MeanShiftTest::area0' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/video/test/test_camshift.cpp:387:19: warning: Member variable 'CV_MeanShiftTest::area' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/video/test/test_camshift.cpp:174:41: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opencv-3.3.0/modules/video/test/test_ecc.cpp:75:47: style: Function 'isMapCorrect' argument 1 names different: declaration 'mat' definition 'map'. [funcArgNamesDifferent]
opencv-3.3.0/modules/video/test/test_ecc.cpp:56:34: note: Function 'isMapCorrect' argument 1 names different: declaration 'mat' definition 'map'.
opencv-3.3.0/modules/video/test/test_ecc.cpp:75:47: note: Function 'isMapCorrect' argument 1 names different: declaration 'mat' definition 'map'.
opencv-3.3.0/modules/video/test/test_estimaterigid.cpp:116:20: style: The scope of the variable 'dB' can be reduced. [variableScope]
opencv-3.3.0/modules/video/test/test_estimaterigid.cpp:116:26: style: The scope of the variable 'nB' can be reduced. [variableScope]
opencv-3.3.0/modules/video/test/test_estimaterigid.cpp:76:13: style: Technically the member function 'WrapAff2D::operator()' can be const. [functionConst]
opencv-3.3.0/modules/video/test/test_estimaterigid.cpp:75:5: style: Struct 'WrapAff2D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/video/test/test_tvl1optflow.cpp:89:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opencv-3.3.0/modules/videoio/src/cap.cpp:170:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:301:77: style: Function 'cvCreateVideoWriter_FFMPEG_proxy' argument 5 names different: declaration 'is_color' definition 'isColor'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/precomp.hpp:148:79: note: Function 'cvCreateVideoWriter_FFMPEG_proxy' argument 5 names different: declaration 'is_color' definition 'isColor'.
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:301:77: note: Function 'cvCreateVideoWriter_FFMPEG_proxy' argument 5 names different: declaration 'is_color' definition 'isColor'.
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:238:18: warning: Virtual function 'close' is called from destructor '~CvCapture_FFMPEG_proxy()' at line 202. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:202:41: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:238:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:287:18: warning: Virtual function 'close' is called from destructor '~CvVideoWriter_FFMPEG_proxy()' at line 266. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:266:45: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:287:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:204:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:89:20: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:204:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:208:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:90:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:208:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:212:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:212:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:216:23: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:92:23: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:216:23: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:268:18: style: The function 'writeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:101:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_ffmpeg.cpp:268:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:761:13: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:296:18: warning: Virtual function 'close' is called from destructor '~CvCaptureCAM_Giganetix()' at line 355. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:355:3: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:296:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:297:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:89:20: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:297:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:298:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:90:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:298:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:299:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:299:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:300:23: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:92:23: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:300:23: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:301:17: style: The function 'getCaptureDomain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:93:17: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_giganetix.cpp:301:17: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:356:19: style: Condition 'depth>0' is always true [knownConditionTrueFalse]
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:303:21: note: Assignment 'depth=3', assigned value is 3
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:356:19: note: Condition 'depth>0' is always true
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:357:16: style: Condition 'height_extend' is always false [knownConditionTrueFalse]
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:304:30: note: Assignment 'height_extend=false', assigned value is 0
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:357:16: note: Condition 'height_extend' is always false
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:680:17: warning: Either the condition 'uri' is redundant or there is possible null pointer dereference: uri. [nullPointerRedundantCheck]
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:672:16: note: Assuming that condition 'uri' is not redundant
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:680:17: note: Null pointer dereference
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1456:5: style: Variable 'manualpipeline' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1425:0: note: Variable 'manualpipeline' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1456:5: note: Variable 'manualpipeline' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1851:5: style: Variable 'bus' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1845:0: note: Variable 'bus' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1851:5: note: Variable 'bus' is reassigned a value before the old one has been used.
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:304:14: style: The scope of the variable 'height_extend' can be reduced. [variableScope]
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1412:72: style: Function 'open' argument 5 names different: declaration 'isColor' definition 'is_color'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1259:59: note: Function 'open' argument 5 names different: declaration 'isColor' definition 'is_color'.
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1412:72: note: Function 'open' argument 5 names different: declaration 'isColor' definition 'is_color'.
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1803:68: style: Function 'cvCreateVideoWriter_GStreamer' argument 5 names different: declaration 'is_color' definition 'isColor'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/precomp.hpp:164:79: note: Function 'cvCreateVideoWriter_GStreamer' argument 5 names different: declaration 'is_color' definition 'isColor'.
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1803:68: note: Function 'cvCreateVideoWriter_GStreamer' argument 5 names different: declaration 'is_color' definition 'isColor'.
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1255:5: warning: Member variable 'CvVideoWriter_GStreamer::input_pix_fmt' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1264:17: performance: Technically the member function 'CvVideoWriter_GStreamer::filenameToMimetype' can be static. [functionStatic]
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1354:38: note: Technically the member function 'CvVideoWriter_GStreamer::filenameToMimetype' can be static.
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1264:17: note: Technically the member function 'CvVideoWriter_GStreamer::filenameToMimetype' can be static.
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:137:18: warning: Virtual function 'close' is called from destructor '~CvCapture_GStreamer()' at line 134. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:134:38: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:137:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1260:18: warning: Virtual function 'close' is called from destructor '~CvVideoWriter_GStreamer()' at line 1256. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1256:42: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1260:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:139:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:89:20: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:139:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:140:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:90:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:140:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:141:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:141:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:142:23: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:92:23: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:142:23: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1261:18: style: The function 'writeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:101:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_gstreamer.cpp:1261:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_images.cpp:83:18: warning: Virtual function 'close' is called from destructor '~CvCapture_Images()' at line 79. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_images.cpp:79:9: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_images.cpp:83:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_images.cpp:335:18: warning: Virtual function 'close' is called from destructor '~CvVideoWriter_Images()' at line 332. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_images.cpp:332:39: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_images.cpp:335:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_images.cpp:84:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:89:20: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_images.cpp:84:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_images.cpp:85:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:90:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_images.cpp:85:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_images.cpp:86:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_images.cpp:86:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_images.cpp:87:23: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:92:23: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_images.cpp:87:23: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_images.cpp:337:18: style: The function 'writeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:101:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_images.cpp:337:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mfx_common.cpp:22:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_mfx_common.cpp:18:0: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_mfx_common.cpp:22:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_mfx_common.cpp:25:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_mfx_common.cpp:22:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_mfx_common.cpp:25:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_mfx_common.cpp:28:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_mfx_common.cpp:25:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_mfx_common.cpp:28:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_mfx_common.hpp:39:5: style: Struct 'HexWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/videoio/src/cap_mfx_common.hpp:58:5: style: Struct 'FourCC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/videoio/src/cap_mfx_common.hpp:309:18: style: The function 'initDeviceSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/cap_mfx_common.hpp:294:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mfx_common.hpp:309:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.cpp:43:5: style: Class 'VideoCapture_IntelMFX' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.cpp:43:5: style: Class 'VideoCapture_IntelMFX' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.hpp:21:5: style: Class 'VideoCapture_IntelMFX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.hpp:23:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:173:24: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.hpp:23:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.hpp:24:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:174:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.hpp:24:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.hpp:25:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:175:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.hpp:25:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.hpp:27:18: style: The function 'isOpened' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:177:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.hpp:27:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.hpp:28:17: style: The function 'getCaptureDomain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:178:21: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mfx_reader.hpp:28:17: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mfx_writer.hpp:23:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:185:24: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mfx_writer.hpp:23:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mfx_writer.hpp:24:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:186:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mfx_writer.hpp:24:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mfx_writer.hpp:25:18: style: The function 'isOpened' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:188:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mfx_writer.hpp:25:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:112:15: style: struct member 'Anonymous0::left' is never used. [unusedStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:113:15: style: struct member 'Anonymous0::top' is never used. [unusedStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:114:15: style: struct member 'Anonymous0::right' is never used. [unusedStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:115:15: style: struct member 'Anonymous0::bottom' is never used. [unusedStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:490:27: style: Variable 'next_strl_list' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:170:5: style: Technically the member function 'cv::MjpegInputStream::operatorbool' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:235:19: note: Technically the member function 'cv::MjpegInputStream::operatorbool' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:170:5: note: Technically the member function 'cv::MjpegInputStream::operatorbool' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:351:12: style: Technically the member function 'cv::AviMjpegStream::getFramesCount' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:384:24: note: Technically the member function 'cv::AviMjpegStream::getFramesCount' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:351:12: note: Technically the member function 'cv::AviMjpegStream::getFramesCount' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:353:14: style: Technically the member function 'cv::AviMjpegStream::getWidth' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:394:26: note: Technically the member function 'cv::AviMjpegStream::getWidth' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:353:14: note: Technically the member function 'cv::AviMjpegStream::getWidth' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:354:14: style: Technically the member function 'cv::AviMjpegStream::getHeight' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:399:26: note: Technically the member function 'cv::AviMjpegStream::getHeight' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:354:14: note: Technically the member function 'cv::AviMjpegStream::getHeight' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:355:12: style: Technically the member function 'cv::AviMjpegStream::getFps' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:404:24: note: Technically the member function 'cv::AviMjpegStream::getFps' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:355:12: note: Technically the member function 'cv::AviMjpegStream::getFps' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:360:10: performance: Technically the member function 'cv::AviMjpegStream::skipJunk' can be static. [functionStatic]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:518:22: note: Technically the member function 'cv::AviMjpegStream::skipJunk' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:360:10: note: Technically the member function 'cv::AviMjpegStream::skipJunk' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:361:10: performance: Technically the member function 'cv::AviMjpegStream::skipJunk' can be static. [functionStatic]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:527:22: note: Technically the member function 'cv::AviMjpegStream::skipJunk' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:361:10: note: Technically the member function 'cv::AviMjpegStream::skipJunk' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:363:10: style: Technically the member function 'cv::AviMjpegStream::parseIndex' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:450:22: note: Technically the member function 'cv::AviMjpegStream::parseIndex' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:363:10: note: Technically the member function 'cv::AviMjpegStream::parseIndex' can be const.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:364:10: performance: Technically the member function 'cv::AviMjpegStream::parseMovi' can be static. [functionStatic]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:438:22: note: Technically the member function 'cv::AviMjpegStream::parseMovi' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:364:10: note: Technically the member function 'cv::AviMjpegStream::parseMovi' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:366:10: performance: Technically the member function 'cv::AviMjpegStream::parseInfo' can be static. [functionStatic]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:444:22: note: Technically the member function 'cv::AviMjpegStream::parseInfo' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:366:10: note: Technically the member function 'cv::AviMjpegStream::parseInfo' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:367:10: performance: Technically the member function 'cv::AviMjpegStream::printError' can be static. [functionStatic]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:409:22: note: Technically the member function 'cv::AviMjpegStream::printError' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:367:10: note: Technically the member function 'cv::AviMjpegStream::printError' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:368:10: performance: Technically the member function 'cv::AviMjpegStream::printError' can be static. [functionStatic]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:425:22: note: Technically the member function 'cv::AviMjpegStream::printError' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:368:10: note: Technically the member function 'cv::AviMjpegStream::printError' can be static.
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:162:5: style: Class 'MjpegInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:699:5: style: Class 'MotionJpegCapture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:693:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:173:24: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:693:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:694:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:174:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:694:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:695:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:175:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:695:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:696:18: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:176:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:696:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:697:18: style: The function 'isOpened' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:177:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:697:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:698:17: style: The function 'getCaptureDomain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:178:21: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:698:17: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:461:12: error: Uninitialized struct member: idx1.ckid [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:463:52: error: Uninitialized struct member: idx1.dwChunkOffset [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:490:27: error: Uninitialized struct member: strh.m_size [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:495:12: error: Uninitialized struct member: strm_hdr.fccType [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:503:49: error: Uninitialized struct member: strm_hdr.dwScale [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:547:27: error: Uninitialized struct member: avih.m_size [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:554:35: error: Uninitialized struct member: avi_hdr.dwFlags [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:555:39: error: Uninitialized struct member: avi_hdr.dwStreams [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:557:23: error: Uninitialized struct member: avi_hdr.dwWidth [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:558:24: error: Uninitialized struct member: avi_hdr.dwHeight [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:571:40: error: Uninitialized struct member: strl_list.m_size [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:599:23: error: Uninitialized struct member: hdrl_list.m_size [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:613:31: error: Uninitialized struct member: some_list.m_size [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:645:61: error: Uninitialized struct member: index_chunk.m_size [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:791:20: error: Uninitialized struct member: chunk.m_size [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:792:19: error: Uninitialized struct member: chunk.m_size [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:794:38: error: Uninitialized struct member: chunk.m_size [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_decoder.cpp:889:27: error: Uninitialized struct member: riff_list.m_size [uninitStructMember]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_encoder.cpp:1724:19: warning: Member variable 'MjpegEncoder::in_data' is not assigned a value in 'MjpegEncoder::operator='. [operatorEqVarError]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_encoder.cpp:1724:19: warning: Member variable 'MjpegEncoder::cat_table' is not assigned a value in 'MjpegEncoder::operator='. [operatorEqVarError]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_encoder.cpp:1724:19: warning: Member variable 'MjpegEncoder::stripes_count' is not assigned a value in 'MjpegEncoder::operator='. [operatorEqVarError]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_encoder.cpp:419:9: style: Technically the member function 'cv::mjpeg::mjpeg_buffer::get_bits_free' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_encoder.cpp:429:14: style: Technically the member function 'cv::mjpeg::mjpeg_buffer::get_len' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_encoder.cpp:542:9: style: Technically the member function 'cv::mjpeg::mjpeg_buffer_keeper::get_last_bit_len' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_encoder.cpp:547:9: style: Technically the member function 'cv::mjpeg::mjpeg_buffer_keeper::get_data_size' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_mjpeg_encoder.cpp:1498:1: warning: The class 'MjpegEncoder' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:161:5: style: Variable 'myErr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:138:0: note: Variable 'myErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:161:5: note: Variable 'myErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:450:5: style: Variable 'myErr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:445:0: note: Variable 'myErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:450:5: note: Variable 'myErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:495:5: style: Variable 'myErr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:489:0: note: Variable 'myErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:495:5: note: Variable 'myErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:925:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:918:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:925:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:963:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:962:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:963:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1037:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1033:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1037:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1065:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1061:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1065:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1160:5: style: Variable 'retval' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1144:0: note: Variable 'retval' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1160:5: note: Variable 'retval' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1168:5: style: Variable 'retval' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1160:5: note: Variable 'retval' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1168:5: note: Variable 'retval' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1612:74: style: Function 'cvCreateVideoWriter_QT' argument 5 names different: declaration 'is_color' definition 'isColor'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/precomp.hpp:154:75: note: Function 'cvCreateVideoWriter_QT' argument 5 names different: declaration 'is_color' definition 'isColor'.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1612:74: note: Function 'cvCreateVideoWriter_QT' argument 5 names different: declaration 'is_color' definition 'isColor'.
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1442:18: warning: Virtual function 'close' is called from destructor '~CvCapture_QT_Movie_CPP()' at line 1439. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1439:41: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1442:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1511:18: warning: Virtual function 'close' is called from destructor '~CvCapture_QT_Cam_CPP()' at line 1508. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1508:39: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1511:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1580:18: warning: Virtual function 'close' is called from destructor '~CvVideoWriter_QT_CPP()' at line 1576. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1576:39: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1580:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1444:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:89:20: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1444:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1445:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:90:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1445:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1446:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1446:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1447:23: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:92:23: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1447:23: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1448:17: style: The function 'getCaptureDomain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:93:17: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1448:17: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1513:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:89:20: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1513:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1514:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:90:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1514:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1515:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1515:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1516:23: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:92:23: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1516:23: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1517:17: style: The function 'getCaptureDomain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:93:17: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1517:17: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1581:18: style: The function 'writeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:101:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_qt.cpp:1581:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:151:7: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:59:3: warning: Member variable 'CvCapture_Unicap::desired_device' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:63:16: warning: Virtual function 'close' is called from destructor '~CvCapture_Unicap()' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:60:33: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:63:16: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:65:18: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:89:20: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:65:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:66:16: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:90:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:66:16: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:67:16: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:67:16: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:68:21: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:92:23: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:68:21: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:69:15: style: The function 'getCaptureDomain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:93:17: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_unicap.cpp:69:15: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:379:15: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:813:21: warning: Redundant assignment of 'fps' to itself. [selfAssignment]
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:387:34: style: Function 'open' argument 1 names different: declaration 'index' definition 'wIndex'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:326:28: note: Function 'open' argument 1 names different: declaration 'index' definition 'wIndex'.
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:387:34: note: Function 'open' argument 1 names different: declaration 'index' definition 'wIndex'.
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:745:57: style: Function 'open' argument 2 names different: declaration 'fourcc' definition '_fourcc'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:695:50: note: Function 'open' argument 2 names different: declaration 'fourcc' definition '_fourcc'.
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:745:57: note: Function 'open' argument 2 names different: declaration 'fourcc' definition '_fourcc'.
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:745:73: style: Function 'open' argument 3 names different: declaration 'fps' definition '_fps'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:696:31: note: Function 'open' argument 3 names different: declaration 'fps' definition '_fps'.
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:745:73: note: Function 'open' argument 3 names different: declaration 'fps' definition '_fps'.
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:860:75: style: Function 'cvCreateVideoWriter_VFW' argument 5 names different: declaration 'is_color' definition 'isColor'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/precomp.hpp:117:75: note: Function 'cvCreateVideoWriter_VFW' argument 5 names different: declaration 'is_color' definition 'isColor'.
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:860:75: note: Function 'cvCreateVideoWriter_VFW' argument 5 names different: declaration 'is_color' definition 'isColor'.
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:100:18: warning: Virtual function 'close' is called from destructor '~CvCaptureAVI_VFW()' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:95:9: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:100:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:327:18: warning: Virtual function 'close' is called from destructor '~CvCaptureCAM_VFW()' at line 322. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:322:9: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:327:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:697:18: warning: Virtual function 'close' is called from destructor '~CvVideoWriter_VFW()' at line 691. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:691:9: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:697:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:102:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:89:20: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:102:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:103:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:90:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:103:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:104:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:104:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:105:23: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:92:23: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:105:23: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:106:17: style: The function 'getCaptureDomain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:93:17: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:106:17: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:328:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:89:20: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:328:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:329:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:90:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:329:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:330:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:330:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:331:23: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:92:23: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:331:23: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:332:17: style: The function 'getCaptureDomain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:93:17: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:332:17: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:698:18: style: The function 'writeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:101:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_vfw.cpp:698:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.cpp:148:34: style: Function 'setWidth' argument 1 names different: declaration 'width' definition '_width'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:70:26: note: Function 'setWidth' argument 1 names different: declaration 'width' definition '_width'.
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.cpp:148:34: note: Function 'setWidth' argument 1 names different: declaration 'width' definition '_width'.
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.cpp:153:35: style: Function 'setHeight' argument 1 names different: declaration 'height' definition '_height'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:72:27: note: Function 'setHeight' argument 1 names different: declaration 'height' definition '_height'.
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.cpp:153:35: note: Function 'setHeight' argument 1 names different: declaration 'height' definition '_height'.
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.hpp:48:9: warning: Member variable 'VideoCapture_WinRT::bytesPerPixel' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.hpp:48:9: warning: Member variable 'VideoCapture_WinRT::frameCurrent' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:88:5: warning: Member variable 'VideoioBridge::frontInputPtr' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:88:5: warning: Member variable 'VideoioBridge::backInputPtr' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:92:9: performance: Variable 'deviceReady' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:93:9: performance: Variable 'bIsFrameNew' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:95:9: performance: Variable 'frameCounter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:63:13: performance: Technically the member function 'VideoioBridge::updateFrameContainer' can be static. [functionStatic]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.cpp:113:21: note: Technically the member function 'VideoioBridge::updateFrameContainer' can be static.
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:63:13: note: Technically the member function 'VideoioBridge::updateFrameContainer' can be static.
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:67:13: style: Technically the member function 'VideoioBridge::getDeviceIndex' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.cpp:128:20: note: Technically the member function 'VideoioBridge::getDeviceIndex' can be const.
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:67:13: note: Technically the member function 'VideoioBridge::getDeviceIndex' can be const.
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:69:13: style: Technically the member function 'VideoioBridge::getWidth' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.cpp:138:20: note: Technically the member function 'VideoioBridge::getWidth' can be const.
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:69:13: note: Technically the member function 'VideoioBridge::getWidth' can be const.
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:71:13: style: Technically the member function 'VideoioBridge::getHeight' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.cpp:143:20: note: Technically the member function 'VideoioBridge::getHeight' can be const.
opencv-3.3.0/modules/videoio/src/cap_winrt_bridge.hpp:71:13: note: Technically the member function 'VideoioBridge::getHeight' can be const.
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.hpp:49:9: style: Class 'VideoCapture_WinRT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.hpp:54:22: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:174:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.hpp:54:22: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.hpp:55:22: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:175:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.hpp:55:22: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.hpp:59:21: style: The function 'getCaptureDomain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:178:21: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.hpp:59:21: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.hpp:61:22: style: The function 'isOpened' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:177:22: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.hpp:61:22: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.cpp:123:25: warning: Member variable 'VideoCapture_WinRT::bytesPerPixel' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/videoio/src/cap_winrt_capture.cpp:123:25: warning: Member variable 'VideoCapture_WinRT::frameCurrent' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/videoio/src/cap_winrt_video.cpp:63:8: warning: Member variable 'Video::bChooseDevice' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/videoio/src/cap_winrt_video.cpp:63:8: warning: Member variable 'Video::bVerbose' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/videoio/src/cap_winrt_video.cpp:63:8: warning: Member variable 'Video::bFlipImageX' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/videoio/src/cap_winrt_video.cpp:63:8: warning: Member variable 'Video::m_deviceID' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/videoio/src/cap_winrt_video.cpp:63:8: warning: Member variable 'Video::attemptFramerate' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/videoio/src/cap_winrt_video.cpp:63:8: warning: Member variable 'Video::width' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/videoio/src/cap_winrt_video.cpp:63:8: warning: Member variable 'Video::height' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/videoio/src/cap_winrt_video.cpp:63:8: warning: Member variable 'Video::bytesPerPixel' is not initialized in the constructor. [uninitMemberVarPrivate]
opencv-3.3.0/modules/videoio/src/cap_winrt_video.hpp:53:10: style: Unused private function: 'Video::listDevices' [unusedPrivateFunction]
opencv-3.3.0/modules/videoio/src/cap_winrt_video.hpp:45:10: style: Technically the member function 'Video::CopyOutput' can be const. [functionConst]
opencv-3.3.0/modules/videoio/src/cap_winrt_video.cpp:234:13: note: Technically the member function 'Video::CopyOutput' can be const.
opencv-3.3.0/modules/videoio/src/cap_winrt_video.hpp:45:10: note: Technically the member function 'Video::CopyOutput' can be const.
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:76:36: style: Function 'open' argument 1 names different: declaration 'index' definition 'wIndex'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:20:28: note: Function 'open' argument 1 names different: declaration 'index' definition 'wIndex'.
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:76:36: note: Function 'open' argument 1 names different: declaration 'index' definition 'wIndex'.
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:287:50: style: Function 'ocvParamtoXimeaParam' argument 1 names different: declaration 'value' definition 'property_id'. [funcArgNamesDifferent]
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:32:35: note: Function 'ocvParamtoXimeaParam' argument 1 names different: declaration 'value' definition 'property_id'.
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:287:50: note: Function 'ocvParamtoXimeaParam' argument 1 names different: declaration 'value' definition 'property_id'.
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:30:10: performance: Technically the member function 'CvCaptureCAM_XIMEA::errMsg' can be static. [functionStatic]
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:1665:26: note: Technically the member function 'CvCaptureCAM_XIMEA::errMsg' can be static.
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:30:10: note: Technically the member function 'CvCaptureCAM_XIMEA::errMsg' can be static.
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:21:18: warning: Virtual function 'close' is called from destructor '~CvCaptureCAM_XIMEA()' at line 18. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:18:37: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:21:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:22:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:89:20: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:22:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:23:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:90:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:23:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:24:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:24:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:25:23: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:92:23: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:25:23: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:26:17: style: The function 'getCaptureDomain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:93:17: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_ximea.cpp:26:17: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:765:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:102:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:787:18: warning: Virtual function 'close' is called from destructor '~CvCaptureAVI_XINE_CPP()' at line 784. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:784:40: note: Calling close
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:787:18: note: close is a virtual method
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:789:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:89:20: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:789:20: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:790:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:90:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:790:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:791:18: style: The function 'grabFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:91:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:791:18: note: Function in derived class
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:792:23: style: The function 'retrieveFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/src/precomp.hpp:92:23: note: Virtual function in base class
opencv-3.3.0/modules/videoio/src/cap_xine.cpp:792:23: note: Function in derived class
opencv-3.3.0/modules/videoio/test/test_video_io.cpp:215:9: performance: Variable 'frame_size' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/videoio/test/test_video_io.cpp:240:18: style: The function 'checkFrameContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/test/test_video_io.cpp:60:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/test/test_video_io.cpp:240:18: note: Function in derived class
opencv-3.3.0/modules/videoio/test/test_video_io.cpp:247:18: style: The function 'checkFrameCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/modules/videoio/test/test_video_io.cpp:61:18: note: Virtual function in base class
opencv-3.3.0/modules/videoio/test/test_video_io.cpp:247:18: note: Function in derived class
opencv-3.3.0/modules/videostab/src/fast_marching.cpp:97:9: style: The scope of the variable 'l' can be reduced. [variableScope]
opencv-3.3.0/modules/videostab/src/fast_marching.cpp:97:12: style: The scope of the variable 'r' can be reduced. [variableScope]
opencv-3.3.0/modules/videostab/src/fast_marching.cpp:97:15: style: The scope of the variable 'smallest' can be reduced. [variableScope]
opencv-3.3.0/modules/videostab/src/frame_source.cpp:114:40: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/videostab/src/frame_source.cpp:115:41: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/videostab/src/frame_source.cpp:116:40: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/videostab/src/frame_source.cpp:117:41: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/modules/videostab/src/frame_source.cpp:65:18: warning: Virtual function 'reset' is called from constructor 'VideoFileSourceImpl(const String&path,bool volatileFrame)' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
opencv-3.3.0/modules/videostab/src/frame_source.cpp:63:56: note: Calling reset
opencv-3.3.0/modules/videostab/src/frame_source.cpp:65:18: note: reset is a virtual method
opencv-3.3.0/modules/videostab/src/global_motion.cpp:152:12: style: The scope of the variable 'a0' can be reduced. [variableScope]
opencv-3.3.0/modules/videostab/src/global_motion.cpp:152:17: style: The scope of the variable 'a1' can be reduced. [variableScope]
opencv-3.3.0/modules/videostab/src/global_motion.cpp:287:12: style: The scope of the variable 'a0' can be reduced. [variableScope]
opencv-3.3.0/modules/videostab/src/global_motion.cpp:287:17: style: The scope of the variable 'a1' can be reduced. [variableScope]
opencv-3.3.0/modules/videostab/src/motion_stabilizing.cpp:687:11: style: The scope of the variable 'z' can be reduced. [variableScope]
opencv-3.3.0/modules/viz/src/vizimpl.hpp:57:5: style: Struct 'VizImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/modules/viz/src/clouds.cpp:235:15: warning: Conversion of string literal "Correctness check." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/clouds.cpp:252:15: warning: Conversion of string literal "Incompatible widget type." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/clouds.cpp:255:15: warning: Conversion of string literal "Need to add at least one cloud." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/clouds.cpp:486:15: warning: Conversion of string literal "Widget is not 3D actor." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/clouds.cpp:489:15: warning: Conversion of string literal "Widget doesn't have a polydata mapper" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/clouds.cpp:495:15: warning: Conversion of string literal "Correctness check" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/clouds.cpp:505:15: warning: Conversion of string literal "Correctness check" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/shapes.cpp:517:15: warning: Conversion of string literal "This widget does not support text." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/shapes.cpp:522:15: warning: Conversion of string literal "This widget does not support text." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/shapes.cpp:532:15: warning: Conversion of string literal "This widget does not support text." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/shapes.cpp:536:15: warning: Conversion of string literal "This widget does not support text." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/shapes.cpp:579:15: warning: Conversion of string literal "This widget does not support text." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/shapes.cpp:586:15: warning: Conversion of string literal "This widget does not support text." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/shapes.cpp:631:15: warning: Conversion of string literal "This widget does not support overlay image." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/shapes.cpp:634:15: warning: Conversion of string literal "This widget does not support overlay image." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/shapes.cpp:720:15: warning: Conversion of string literal "This widget does not support 3D image." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/types.cpp:91:15: warning: Conversion of string literal "File does not exist or file format is not supported." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizcore.cpp:172:34: warning: Conversion of string literal "Extention is required" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizcore.cpp:205:34: warning: Conversion of string literal "Extention is required" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizimpl.cpp:259:15: warning: Conversion of string literal "Widget does not exist." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizimpl.cpp:260:15: warning: Conversion of string literal "Widget could not be removed." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizimpl.cpp:269:15: warning: Conversion of string literal "Widget does not exist." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizimpl.cpp:281:15: warning: Conversion of string literal "Widget does not exist." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizimpl.cpp:284:15: warning: Conversion of string literal "Widget is not 3D." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizimpl.cpp:296:15: warning: Conversion of string literal "Widget does not exist." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizimpl.cpp:299:15: warning: Conversion of string literal "Widget is not 3D." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizimpl.cpp:319:15: warning: Conversion of string literal "Widget does not exist." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizimpl.cpp:322:15: warning: Conversion of string literal "Widget is not 3D." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vizimpl.cpp:553:19: warning: Conversion of string literal "Widget is not 3D." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSink.cpp:98:55: warning: Conversion of string literal "Only 3- or 4-channel color data support is implemented" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:87:58: style: Function 'SetColorCloud' argument 1 names different: declaration 'cloud' definition '_cloud'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.h:65:50: note: Function 'SetColorCloud' argument 1 names different: declaration 'cloud' definition '_cloud'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:87:58: note: Function 'SetColorCloud' argument 1 names different: declaration 'cloud' definition '_cloud'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:87:77: style: Function 'SetColorCloud' argument 2 names different: declaration 'colors' definition '_colors'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.h:65:68: note: Function 'SetColorCloud' argument 2 names different: declaration 'colors' definition '_colors'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:87:77: note: Function 'SetColorCloud' argument 2 names different: declaration 'colors' definition '_colors'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:108:65: style: Function 'SetColorCloudNormals' argument 1 names different: declaration 'cloud' definition '_cloud'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.h:66:57: note: Function 'SetColorCloudNormals' argument 1 names different: declaration 'cloud' definition '_cloud'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:108:65: note: Function 'SetColorCloudNormals' argument 1 names different: declaration 'cloud' definition '_cloud'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:108:84: style: Function 'SetColorCloudNormals' argument 2 names different: declaration 'colors' definition '_colors'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.h:66:75: note: Function 'SetColorCloudNormals' argument 2 names different: declaration 'colors' definition '_colors'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:108:84: note: Function 'SetColorCloudNormals' argument 2 names different: declaration 'colors' definition '_colors'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:108:104: style: Function 'SetColorCloudNormals' argument 3 names different: declaration 'normals' definition '_normals'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.h:66:94: note: Function 'SetColorCloudNormals' argument 3 names different: declaration 'normals' definition '_normals'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:108:104: note: Function 'SetColorCloudNormals' argument 3 names different: declaration 'normals' definition '_normals'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:136:72: style: Function 'SetColorCloudNormalsTCoords' argument 1 names different: declaration 'cloud' definition '_cloud'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.h:67:64: note: Function 'SetColorCloudNormalsTCoords' argument 1 names different: declaration 'cloud' definition '_cloud'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:136:72: note: Function 'SetColorCloudNormalsTCoords' argument 1 names different: declaration 'cloud' definition '_cloud'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:136:91: style: Function 'SetColorCloudNormalsTCoords' argument 2 names different: declaration 'colors' definition '_colors'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.h:67:82: note: Function 'SetColorCloudNormalsTCoords' argument 2 names different: declaration 'colors' definition '_colors'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:136:91: note: Function 'SetColorCloudNormalsTCoords' argument 2 names different: declaration 'colors' definition '_colors'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:136:111: style: Function 'SetColorCloudNormalsTCoords' argument 3 names different: declaration 'normals' definition '_normals'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.h:67:101: note: Function 'SetColorCloudNormalsTCoords' argument 3 names different: declaration 'normals' definition '_normals'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:136:111: note: Function 'SetColorCloudNormalsTCoords' argument 3 names different: declaration 'normals' definition '_normals'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:136:132: style: Function 'SetColorCloudNormalsTCoords' argument 4 names different: declaration 'tcoords' definition '_tcoords'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.h:67:121: note: Function 'SetColorCloudNormalsTCoords' argument 4 names different: declaration 'tcoords' definition '_tcoords'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:136:132: note: Function 'SetColorCloudNormalsTCoords' argument 4 names different: declaration 'tcoords' definition '_tcoords'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:267:66: style: Function 'filterNanTCoordsCopy' argument 1 names different: declaration 'tcoords' definition '_tcoords'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.h:91:50: note: Function 'filterNanTCoordsCopy' argument 1 names different: declaration 'tcoords' definition '_tcoords'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:267:66: note: Function 'filterNanTCoordsCopy' argument 1 names different: declaration 'tcoords' definition '_tcoords'.
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:55:26: style: struct member 'VtkDepthTraits < float >::data_type' is never used. [unusedStructMember]
opencv-3.3.0/modules/viz/src/vtk/vtkCloudMatSource.cpp:61:26: style: struct member 'VtkDepthTraits < double >::data_type' is never used. [unusedStructMember]
opencv-3.3.0/modules/viz/src/vtk/vtkImageMatSource.cpp:79:54: style: Function 'SetImage' argument 1 names different: declaration 'image' definition '_image'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkImageMatSource.h:60:38: note: Function 'SetImage' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/viz/src/vtk/vtkImageMatSource.cpp:79:54: note: Function 'SetImage' argument 1 names different: declaration 'image' definition '_image'.
opencv-3.3.0/modules/viz/src/vtk/vtkOBJWriter.cpp:200:17: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
opencv-3.3.0/modules/viz/src/vtk/vtkOBJWriter.cpp:205:17: note: Found duplicate branches for 'if' and 'else'.
opencv-3.3.0/modules/viz/src/vtk/vtkOBJWriter.cpp:200:17: note: Found duplicate branches for 'if' and 'else'.
opencv-3.3.0/modules/viz/src/vtk/vtkTrajectorySource.cpp:83:64: style: Function 'ExtractPoints' argument 1 names different: declaration 'trajectory' definition '_traj'. [funcArgNamesDifferent]
opencv-3.3.0/modules/viz/src/vtk/vtkTrajectorySource.h:66:49: note: Function 'ExtractPoints' argument 1 names different: declaration 'trajectory' definition '_traj'.
opencv-3.3.0/modules/viz/src/vtk/vtkTrajectorySource.cpp:83:64: note: Function 'ExtractPoints' argument 1 names different: declaration 'trajectory' definition '_traj'.
opencv-3.3.0/modules/viz/src/vtk/vtkVizInteractorStyle.cpp:55:33: warning: Member variable 'vtkVizInteractorStyle::DeltaYaw' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/viz/src/vtk/vtkVizInteractorStyle.cpp:55:33: warning: Member variable 'vtkVizInteractorStyle::DeltaPitch' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/viz/src/vtk/vtkVizInteractorStyle.cpp:67:5: performance: Variable 'win_size_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/modules/viz/src/vtk/vtkXYZWriter.cpp:52:24: warning: Member variable 'vtkXYZWriter::FileName' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/modules/viz/src/widget.cpp:109:15: warning: Conversion of string literal "Widget type is not supported." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:129:23: warning: Conversion of string literal "Widget does not have text content." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:153:35: warning: Conversion of string literal "Can't set shading property for such type of widget" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:166:35: warning: Conversion of string literal "Can't set shading property for such type of widget" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:186:15: warning: Conversion of string literal "Widget type is not supported." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:199:23: warning: Conversion of string literal "Widget does not have text content." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:248:15: warning: Conversion of string literal "Widget is not 3D." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:258:15: warning: Conversion of string literal "Widget is not 3D." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:277:15: warning: Conversion of string literal "Widget is not 3D." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:284:15: warning: Conversion of string literal "Widget is not 3D actor." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:287:15: warning: Conversion of string literal "Widget doesn't have a polydata mapper" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:297:15: warning: Conversion of string literal "Widget type is not supported." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:309:15: warning: Conversion of string literal "Widget cannot be cast." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:322:15: warning: Conversion of string literal "Widget type is not supported." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/src/widget.cpp:331:15: warning: Conversion of string literal "Widget cannot be cast." to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/modules/viz/test/test_tutorial2.cpp:28:37: style: The scope of the variable 'translation' can be reduced. [variableScope]
opencv-3.3.0/samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp:120:14: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp:121:20: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp:148:10: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp:174:10: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp:202:14: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp:232:10: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp:233:10: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp:24:5: style: Class 'CascadeDetectorAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/samples/android/tutorial-4-opencl/jni/CLprocessor.cpp:214:5: style: Label 'cv' is not used. [unusedLabel]
opencv-3.3.0/samples/cpp/calibration.cpp:231:13: style: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/samples/cpp/calibration.cpp:225:0: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/cpp/calibration.cpp:231:13: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/cpp/calibration.cpp:232:13: style: Variable 't' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/samples/cpp/calibration.cpp:226:0: note: Variable 't' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/cpp/calibration.cpp:232:13: note: Variable 't' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/cpp/calibration.cpp:94:26: style: The scope of the variable 'err' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/calibration.cpp:203:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/calibration.cpp:204:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/calibration.cpp:205:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/calibration.cpp:206:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/detect_blob.cpp:157:20: style: Unused variable: desMethCmp [unusedVariable]
opencv-3.3.0/samples/cpp/detect_blob.cpp:164:26: style: Unused variable: keyImg1 [unusedVariable]
opencv-3.3.0/samples/cpp/detect_blob.cpp:175:27: style: Unused variable: zone [unusedVariable]
opencv-3.3.0/samples/cpp/detect_blob.cpp:176:38: style: Unused variable: region [unusedVariable]
opencv-3.3.0/samples/cpp/detect_mser.cpp:78:5: style: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/samples/cpp/detect_mser.cpp:75:0: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/cpp/detect_mser.cpp:78:5: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/cpp/detect_mser.cpp:341:5: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
opencv-3.3.0/samples/cpp/detect_mser.cpp:465:20: style: Unused variable: desMethCmp [unusedVariable]
opencv-3.3.0/samples/cpp/detect_mser.cpp:473:26: style: Unused variable: keyImg1 [unusedVariable]
opencv-3.3.0/samples/cpp/detect_mser.cpp:506:31: style: Unused variable: keyImg [unusedVariable]
opencv-3.3.0/samples/cpp/detect_mser.cpp:370:67: error: Array 'color3[12]' accessed at index 12, which is out of bounds. [arrayIndexOutOfBounds]
opencv-3.3.0/samples/cpp/detect_mser.cpp:366:13: note: Array 'color3[12]' accessed at index 12, which is out of bounds.
opencv-3.3.0/samples/cpp/detect_mser.cpp:370:67: note: Array 'color3[12]' accessed at index 12, which is out of bounds.
opencv-3.3.0/samples/cpp/detect_mser.cpp:372:35: error: Array 'color3[12]' accessed at index 12, which is out of bounds. [arrayIndexOutOfBounds]
opencv-3.3.0/samples/cpp/detect_mser.cpp:366:13: note: Array 'color3[12]' accessed at index 12, which is out of bounds.
opencv-3.3.0/samples/cpp/detect_mser.cpp:372:35: note: Array 'color3[12]' accessed at index 12, which is out of bounds.
opencv-3.3.0/samples/cpp/detect_mser.cpp:381:46: error: Array 'color4[12]' accessed at index 12, which is out of bounds. [arrayIndexOutOfBounds]
opencv-3.3.0/samples/cpp/detect_mser.cpp:376:13: note: Array 'color4[12]' accessed at index 12, which is out of bounds.
opencv-3.3.0/samples/cpp/detect_mser.cpp:381:46: note: Array 'color4[12]' accessed at index 12, which is out of bounds.
opencv-3.3.0/samples/cpp/detect_mser.cpp:382:35: error: Array 'color4[12]' accessed at index 12, which is out of bounds. [arrayIndexOutOfBounds]
opencv-3.3.0/samples/cpp/detect_mser.cpp:376:13: note: Array 'color4[12]' accessed at index 12, which is out of bounds.
opencv-3.3.0/samples/cpp/detect_mser.cpp:382:35: note: Array 'color4[12]' accessed at index 12, which is out of bounds.
opencv-3.3.0/samples/cpp/facial_features.cpp:158:16: style: The scope of the variable 'mouth_center_height' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/facial_features.cpp:107:69: performance: Function parameter 'faces' should be passed by const reference. [passedByValue]
opencv-3.3.0/samples/cpp/falsecolor.cpp:18:24: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/cpp/grabcut.cpp:49:1: style: The class 'GCApplication' does not have a constructor although it has private member variables. [noConstructor]
opencv-3.3.0/samples/cpp/image_alignment.cpp:87:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/npr_demo.cpp:45:13: style: The scope of the variable 'type' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/select3dobj.cpp:80:24: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/cpp/select3dobj.cpp:412:5: style: Variable 'outprefix' is reassigned a value before the old one has been used. [redundantAssignment]
opencv-3.3.0/samples/cpp/select3dobj.cpp:405:0: note: Variable 'outprefix' is reassigned a value before the old one has been used.
opencv-3.3.0/samples/cpp/select3dobj.cpp:412:5: note: Variable 'outprefix' is reassigned a value before the old one has been used.
opencv-3.3.0/samples/cpp/select3dobj.cpp:216:15: style: The scope of the variable 'Z' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/select3dobj.cpp:464:17: style: The scope of the variable 'outbarename' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/select3dobj.cpp:488:10: style: The scope of the variable 'boardFound' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/select3dobj.cpp:208:19: style: Unused variable: temphull [unusedVariable]
opencv-3.3.0/samples/cpp/smiledetect.cpp:169:13: style: The scope of the variable 'radius' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/train_HOG.cpp:353:10: style: The scope of the variable 'key' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/train_svmsgd.cpp:187:19: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/cpp/train_svmsgd.cpp:20:9: performance: Variable 'img' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/cpp/tutorial_code/ImgTrans/filter2D_demo.cpp:25:7: style: The scope of the variable 'kernel_size' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:471:26: style: The scope of the variable 'err' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::calibrationPattern' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::squareSize' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::nrFrames' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::aspectRatio' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::delay' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::writePoints' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::writeExtrinsics' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::calibZeroTangentDist' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::calibFixPrincipalPoint' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::flipVertical' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::showUndistorsed' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::useFisheye' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::fixK1' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::fixK2' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::fixK3' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::fixK4' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::fixK5' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::cameraID' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::atImageList' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::inputType' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:28:5: warning: Member variable 'Settings::flag' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:603:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:604:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:605:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:606:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:607:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:608:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:613:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:614:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:615:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:616:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:617:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:618:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:619:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:620:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:621:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp:685:53: performance: Function parameter 'imagePoints' should be passed by const reference. [passedByValue]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.h:47:15: style: Technically the member function 'Ray::getP0' can be const. [functionConst]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.h:48:15: style: Technically the member function 'Ray::getP1' can be const. [functionConst]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.h:71:31: performance: Function parameter 'path_file' should be passed by const reference. [passedByValue]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.cpp:65:35: style: Function 'load' argument 1 names different: declaration 'path_file' definition 'path'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.h:71:31: note: Function 'load' argument 1 names different: declaration 'path_file' definition 'path'.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.cpp:65:35: note: Function 'load' argument 1 names different: declaration 'path_file' definition 'path'.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.cpp:19:13: performance: Variable 'v0_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.cpp:19:23: performance: Variable 'v1_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.cpp:19:33: performance: Variable 'v2_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.cpp:35:3: performance: Variable 'p0_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.cpp:35:13: performance: Variable 'p1_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.cpp:65:35: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.cpp:45:36: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.cpp:61:36: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp:187:3: style: Variable 'point2d_vec' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp:186:0: note: Variable 'point2d_vec' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp:187:3: note: Variable 'point2d_vec' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp:72:37: style: Function 'PnPProblem' argument 1 names different: declaration 'param' definition 'params'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.h:23:36: note: Function 'PnPProblem' argument 1 names different: declaration 'param' definition 'params'.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp:72:37: note: Function 'PnPProblem' argument 1 names different: declaration 'param' definition 'params'.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp:262:48: style: Function 'intersect_MollerTrumbore' argument 1 names different: declaration 'R' definition 'Ray'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.h:27:38: note: Function 'intersect_MollerTrumbore' argument 1 names different: declaration 'R' definition 'Ray'.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp:262:48: note: Function 'intersect_MollerTrumbore' argument 1 names different: declaration 'R' definition 'Ray'.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp:262:63: style: Function 'intersect_MollerTrumbore' argument 2 names different: declaration 'T' definition 'Triangle'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.h:27:51: note: Function 'intersect_MollerTrumbore' argument 2 names different: declaration 'T' definition 'Triangle'.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp:262:63: note: Function 'intersect_MollerTrumbore' argument 2 names different: declaration 'T' definition 'Triangle'.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp:74:3: performance: Variable '_A_matrix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.h:27:8: performance: Technically the member function 'PnPProblem::intersect_MollerTrumbore' can be static. [functionStatic]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp:262:18: note: Technically the member function 'PnPProblem::intersect_MollerTrumbore' can be static.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.h:27:8: note: Technically the member function 'PnPProblem::intersect_MollerTrumbore' can be static.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h:22:5: performance: Variable 'detector_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h:53:7: style: Technically the member function 'RobustMatcher::ratioTest' can be const. [functionConst]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp:28:20: note: Technically the member function 'RobustMatcher::ratioTest' can be const.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h:53:7: note: Technically the member function 'RobustMatcher::ratioTest' can be const.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h:56:8: performance: Technically the member function 'RobustMatcher::symmetryTest' can be static. [functionStatic]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp:54:21: note: Technically the member function 'RobustMatcher::symmetryTest' can be static.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h:56:8: note: Technically the member function 'RobustMatcher::symmetryTest' can be static.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp:274:8: style: Variable 'result' is not assigned a value. [unassignedVariable]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp:275:24: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp:275:17: error: Uninitialized variable: result [uninitvar]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp:173:10: style: The scope of the variable 'fps' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp:173:15: style: The scope of the variable 'sec' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp:430:49: style: Function 'updateKalmanFilter' argument 2 names different: declaration 'measurements' definition 'measurement'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp:67:49: note: Function 'updateKalmanFilter' argument 2 names different: declaration 'measurements' definition 'measurement'.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp:430:49: note: Function 'updateKalmanFilter' argument 2 names different: declaration 'measurements' definition 'measurement'.
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.h:35:31: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
opencv-3.3.0/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.h:36:31: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
opencv-3.3.0/samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp:151:12: style: The scope of the variable 'p' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/tutorial_code/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_.cpp:61:25: warning: Member variable 'ParallelMandelbrot::m_img' is not assigned a value in 'ParallelMandelbrot::operator='. [operatorEqVarError]
opencv-3.3.0/samples/cpp/tutorial_code/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_.cpp:61:25: warning: Member variable 'ParallelMandelbrot::m_x1' is not assigned a value in 'ParallelMandelbrot::operator='. [operatorEqVarError]
opencv-3.3.0/samples/cpp/tutorial_code/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_.cpp:61:25: warning: Member variable 'ParallelMandelbrot::m_y1' is not assigned a value in 'ParallelMandelbrot::operator='. [operatorEqVarError]
opencv-3.3.0/samples/cpp/tutorial_code/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_.cpp:61:25: warning: Member variable 'ParallelMandelbrot::m_scaleX' is not assigned a value in 'ParallelMandelbrot::operator='. [operatorEqVarError]
opencv-3.3.0/samples/cpp/tutorial_code/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_.cpp:61:25: warning: Member variable 'ParallelMandelbrot::m_scaleY' is not assigned a value in 'ParallelMandelbrot::operator='. [operatorEqVarError]
opencv-3.3.0/samples/cpp/tutorial_code/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_.cpp:37:1: warning: The class 'ParallelMandelbrot' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
opencv-3.3.0/samples/cpp/tutorial_code/features2D/AKAZE_tracking/planar_tracking.cpp:32:20: style: Technically the member function 'example::Tracker::getDetector' can be const. [functionConst]
opencv-3.3.0/samples/cpp/tutorial_code/features2D/AKAZE_tracking/utils.h:39:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:249:29: style: Function 'getMSSIM' argument 1 names different: declaration 'I1' definition 'i1'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:17:29: note: Function 'getMSSIM' argument 1 names different: declaration 'I1' definition 'i1'.
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:249:29: note: Function 'getMSSIM' argument 1 names different: declaration 'I1' definition 'i1'.
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:249:44: style: Function 'getMSSIM' argument 2 names different: declaration 'I2' definition 'i2'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:17:44: note: Function 'getMSSIM' argument 2 names different: declaration 'I2' definition 'i2'.
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:249:44: note: Function 'getMSSIM' argument 2 names different: declaration 'I2' definition 'i2'.
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:304:34: style: Function 'getMSSIM_CUDA' argument 1 names different: declaration 'I1' definition 'i1'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:20:34: note: Function 'getMSSIM_CUDA' argument 1 names different: declaration 'I1' definition 'i1'.
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:304:34: note: Function 'getMSSIM_CUDA' argument 1 names different: declaration 'I1' definition 'i1'.
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:304:49: style: Function 'getMSSIM_CUDA' argument 2 names different: declaration 'I2' definition 'i2'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:20:49: note: Function 'getMSSIM_CUDA' argument 2 names different: declaration 'I2' definition 'i2'.
opencv-3.3.0/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp:304:49: note: Function 'getMSSIM_CUDA' argument 2 names different: declaration 'I2' definition 'i2'.
opencv-3.3.0/samples/cpp/tutorial_code/photo/non_photorealistic_rendering/npr_demo.cpp:36:13: style: The scope of the variable 'type' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/tutorial_code/video/bg_sub.cpp:132:26: style: Function 'processImages' argument 1 names different: declaration 'firstFrameFilename' definition 'fistFrameFilename'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/video/bg_sub.cpp:31:26: note: Function 'processImages' argument 1 names different: declaration 'firstFrameFilename' definition 'fistFrameFilename'.
opencv-3.3.0/samples/cpp/tutorial_code/video/bg_sub.cpp:132:26: note: Function 'processImages' argument 1 names different: declaration 'firstFrameFilename' definition 'fistFrameFilename'.
opencv-3.3.0/samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video-input-psnr-ssim.cpp:90:12: style: The scope of the variable 'psnrV' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video-input-psnr-ssim.cpp:156:29: style: Function 'getMSSIM' argument 1 names different: declaration 'I1' definition 'i1'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video-input-psnr-ssim.cpp:15:29: note: Function 'getMSSIM' argument 1 names different: declaration 'I1' definition 'i1'.
opencv-3.3.0/samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video-input-psnr-ssim.cpp:156:29: note: Function 'getMSSIM' argument 1 names different: declaration 'I1' definition 'i1'.
opencv-3.3.0/samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video-input-psnr-ssim.cpp:156:44: style: Function 'getMSSIM' argument 2 names different: declaration 'I2' definition 'i2'. [funcArgNamesDifferent]
opencv-3.3.0/samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video-input-psnr-ssim.cpp:15:44: note: Function 'getMSSIM' argument 2 names different: declaration 'I2' definition 'i2'.
opencv-3.3.0/samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video-input-psnr-ssim.cpp:156:44: note: Function 'getMSSIM' argument 2 names different: declaration 'I2' definition 'i2'.
opencv-3.3.0/samples/cpp/tutorial_code/viz/widget_pose.cpp:54:36: style: The scope of the variable 'translation' can be reduced. [variableScope]
opencv-3.3.0/samples/cpp/videostab.cpp:195:43: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/cpp/videostab.cpp:182:43: note: Virtual function in base class
opencv-3.3.0/samples/cpp/videostab.cpp:195:43: note: Function in derived class
opencv-3.3.0/samples/cpp/videostab.cpp:248:43: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/cpp/videostab.cpp:182:43: note: Virtual function in base class
opencv-3.3.0/samples/cpp/videostab.cpp:248:43: note: Function in derived class
opencv-3.3.0/samples/cpp/videostab.cpp:228:35: warning: Conversion of string literal "CUDA modules are not available" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/samples/cpp/videostab.cpp:271:35: warning: Conversion of string literal "CUDA modules are not available" to bool always evaluates to true. [incorrectStringBooleanError]
opencv-3.3.0/samples/directx/d3d10_interop.cpp:30:5: warning: Member variable 'D3D10WinApp::m_pD3D10Dev' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d10_interop.cpp:30:5: warning: Member variable 'D3D10WinApp::m_pD3D10SwapChain' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d10_interop.cpp:30:5: warning: Member variable 'D3D10WinApp::m_pBackBuffer' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d10_interop.cpp:30:5: warning: Member variable 'D3D10WinApp::m_pSurface' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d10_interop.cpp:30:5: warning: Member variable 'D3D10WinApp::m_pRenderTarget' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/winapp.hpp:19:9: performance: Variable 'm_window_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/directx/winapp.hpp:20:9: performance: Variable 'm_hInstance' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/directx/d3dsample.hpp:49:11: style: Technically the member function 'Timer::time' can be const. [functionConst]
opencv-3.3.0/samples/directx/d3dsample.hpp:88:17: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/winapp.hpp:27:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3dsample.hpp:88:17: note: Function in derived class
opencv-3.3.0/samples/directx/d3dsample.hpp:90:17: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/winapp.hpp:92:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3dsample.hpp:90:17: note: Function in derived class
opencv-3.3.0/samples/directx/d3dsample.hpp:97:30: style: The function 'WndProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/winapp.hpp:123:30: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3dsample.hpp:97:30: note: Function in derived class
opencv-3.3.0/samples/directx/d3dsample.hpp:140:17: style: The function 'idle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/winapp.hpp:125:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3dsample.hpp:140:17: note: Function in derived class
opencv-3.3.0/samples/directx/d3d10_interop.cpp:36:9: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:88:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d10_interop.cpp:36:9: note: Function in derived class
opencv-3.3.0/samples/directx/d3d10_interop.cpp:162:9: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:89:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d10_interop.cpp:162:9: note: Function in derived class
opencv-3.3.0/samples/directx/d3d10_interop.cpp:275:9: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:90:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d10_interop.cpp:275:9: note: Function in derived class
opencv-3.3.0/samples/directx/d3d11_interop.cpp:427:28: style: The scope of the variable 'dst' can be reduced. [variableScope]
opencv-3.3.0/samples/directx/d3d11_interop.cpp:446:28: style: The scope of the variable 'pDstUV' can be reduced. [variableScope]
opencv-3.3.0/samples/directx/d3d11_interop.cpp:30:5: warning: Member variable 'D3D11WinApp::m_pD3D11Dev' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d11_interop.cpp:30:5: warning: Member variable 'D3D11WinApp::m_pD3D11SwapChain' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d11_interop.cpp:30:5: warning: Member variable 'D3D11WinApp::m_pD3D11Ctx' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d11_interop.cpp:30:5: warning: Member variable 'D3D11WinApp::m_pBackBuffer' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d11_interop.cpp:30:5: warning: Member variable 'D3D11WinApp::m_pSurfaceRGBA' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d11_interop.cpp:30:5: warning: Member variable 'D3D11WinApp::m_pSurfaceNV12' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d11_interop.cpp:30:5: warning: Member variable 'D3D11WinApp::m_pSurfaceNV12_cpu_copy' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d11_interop.cpp:30:5: warning: Member variable 'D3D11WinApp::m_pRenderTarget' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/directx/d3d11_interop.cpp:416:10: performance: Technically the member function 'D3D11WinApp::convert_I420_to_NV12' can be static. [functionStatic]
opencv-3.3.0/samples/directx/d3d11_interop.cpp:38:9: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:88:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d11_interop.cpp:38:9: note: Function in derived class
opencv-3.3.0/samples/directx/d3d11_interop.cpp:238:9: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:89:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d11_interop.cpp:238:9: note: Function in derived class
opencv-3.3.0/samples/directx/d3d11_interop.cpp:401:9: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:90:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d11_interop.cpp:401:9: note: Function in derived class
opencv-3.3.0/samples/directx/d3d9_interop.cpp:35:9: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:88:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d9_interop.cpp:35:9: note: Function in derived class
opencv-3.3.0/samples/directx/d3d9_interop.cpp:139:9: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:89:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d9_interop.cpp:139:9: note: Function in derived class
opencv-3.3.0/samples/directx/d3d9_interop.cpp:291:9: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:90:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d9_interop.cpp:291:9: note: Function in derived class
opencv-3.3.0/samples/directx/d3d9ex_interop.cpp:35:9: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:88:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d9ex_interop.cpp:35:9: note: Function in derived class
opencv-3.3.0/samples/directx/d3d9ex_interop.cpp:139:9: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:89:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d9ex_interop.cpp:139:9: note: Function in derived class
opencv-3.3.0/samples/directx/d3d9ex_interop.cpp:292:9: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/directx/d3dsample.hpp:90:17: note: Virtual function in base class
opencv-3.3.0/samples/directx/d3d9ex_interop.cpp:292:9: note: Function in derived class
opencv-3.3.0/samples/dnn/torch_enet.cpp:170:13: style: Variable 'block' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/samples/dnn/torch_enet.cpp:169:0: note: Variable 'block' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/dnn/torch_enet.cpp:170:13: note: Variable 'block' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/gpu/hog.cpp:234:6: warning: Member variable 'App::running' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/gpu/hog.cpp:234:6: warning: Member variable 'App::hog_work_fps' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/gpu/hog.cpp:234:6: warning: Member variable 'App::work_fps' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/gpu/hog.cpp:63:5: style: Class 'App' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/samples/gpu/morphology.cpp:172:17: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/gpu/morphology.cpp:178:17: style: C-style pointer casting [cstyleCast]
opencv-3.3.0/samples/gpu/morphology.cpp:19:10: performance: Technically the member function 'App::help' can be static. [functionStatic]
opencv-3.3.0/samples/gpu/morphology.cpp:111:11: note: Technically the member function 'App::help' can be static.
opencv-3.3.0/samples/gpu/morphology.cpp:19:10: note: Technically the member function 'App::help' can be static.
opencv-3.3.0/samples/gpu/performance/performance.h:50:10: style: Technically the member function 'TestSystem::printError' can be const. [functionConst]
opencv-3.3.0/samples/gpu/performance/performance.cpp:128:18: note: Technically the member function 'TestSystem::printError' can be const.
opencv-3.3.0/samples/gpu/performance/performance.h:50:10: note: Technically the member function 'TestSystem::printError' can be const.
opencv-3.3.0/samples/gpu/performance/performance.h:114:12: performance: Technically the member function 'TestSystem::meanTime' can be static. [functionStatic]
opencv-3.3.0/samples/gpu/performance/performance.cpp:77:20: note: Technically the member function 'TestSystem::meanTime' can be static.
opencv-3.3.0/samples/gpu/performance/performance.h:114:12: note: Technically the member function 'TestSystem::meanTime' can be static.
opencv-3.3.0/samples/gpu/performance/performance.h:116:10: performance: Technically the member function 'TestSystem::printHeading' can be static. [functionStatic]
opencv-3.3.0/samples/gpu/performance/performance.cpp:86:18: note: Technically the member function 'TestSystem::printHeading' can be static.
opencv-3.3.0/samples/gpu/performance/performance.h:116:10: note: Technically the member function 'TestSystem::printHeading' can be static.
opencv-3.3.0/samples/gpu/performance/performance.h:118:10: style: Technically the member function 'TestSystem::printMetrics' can be const. [functionConst]
opencv-3.3.0/samples/gpu/performance/performance.cpp:107:18: note: Technically the member function 'TestSystem::printMetrics' can be const.
opencv-3.3.0/samples/gpu/performance/performance.h:118:10: note: Technically the member function 'TestSystem::printMetrics' can be const.
opencv-3.3.0/samples/gpu/performance/tests.cpp:32:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:32:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:62:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:62:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:89:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:89:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:135:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:135:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:163:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:163:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:193:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:193:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:221:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:221:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:249:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:249:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:312:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:312:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:337:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:337:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:366:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:366:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:437:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:437:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:467:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:467:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:497:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:497:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:525:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:525:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:555:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:555:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:604:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:604:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:733:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:733:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:763:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:763:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:811:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:811:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:839:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:839:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:885:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:885:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:918:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:918:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:948:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:948:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:982:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:982:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1008:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1008:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1036:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1036:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1064:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1064:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1089:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1089:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1134:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1134:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1165:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1165:1: note: Function in derived class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1245:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/gpu/performance/performance.h:21:18: note: Virtual function in base class
opencv-3.3.0/samples/gpu/performance/tests.cpp:1245:1: note: Function in derived class
opencv-3.3.0/samples/gpu/stereo_match.cpp:141:24: style: Function 'App' argument 1 names different: declaration 'p' definition 'params'. [funcArgNamesDifferent]
opencv-3.3.0/samples/gpu/stereo_match.cpp:41:23: note: Function 'App' argument 1 names different: declaration 'p' definition 'params'.
opencv-3.3.0/samples/gpu/stereo_match.cpp:141:24: note: Function 'App' argument 1 names different: declaration 'p' definition 'params'.
opencv-3.3.0/samples/gpu/stereo_match.cpp:141:6: warning: Member variable 'App::work_fps' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/gpu/stereo_match.cpp:41:5: style: Struct 'App' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:564:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:561:0: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:564:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:691:78: style: Function 'process_frame_with_open_cl' argument 3 names different: declaration 'cl_buffer' definition 'mem_obj'. [funcArgNamesDifferent]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:418:77: note: Function 'process_frame_with_open_cl' argument 3 names different: declaration 'cl_buffer' definition 'mem_obj'.
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:691:78: note: Function 'process_frame_with_open_cl' argument 3 names different: declaration 'cl_buffer' definition 'mem_obj'.
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:99:5: warning: Member variable 'DeviceInfo::m_max_work_group_size' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:99:5: warning: Member variable 'DeviceInfo::m_image2d_max_width' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:99:5: warning: Member variable 'DeviceInfo::m_image2d_max_height' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:99:5: warning: Member variable 'DeviceInfo::m_image3d_max_width' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:99:5: warning: Member variable 'DeviceInfo::m_image3d_max_height' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:99:5: warning: Member variable 'DeviceInfo::m_image3d_max_depth' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:99:5: warning: Member variable 'DeviceInfo::m_max_parameter_size' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:99:5: warning: Member variable 'DeviceInfo::m_profiling_timer_resolution' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:478:5: performance: Variable 'm_file_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:484:5: performance: Variable 'm_t0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:485:5: performance: Variable 'm_t1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:56:17: style: Technically the member function 'opencl::PlatformInfo::Profile' can be const. [functionConst]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:57:17: style: Technically the member function 'opencl::PlatformInfo::Version' can be const. [functionConst]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:58:17: style: Technically the member function 'opencl::PlatformInfo::Name' can be const. [functionConst]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:59:17: style: Technically the member function 'opencl::PlatformInfo::Vendor' can be const. [functionConst]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:60:17: style: Technically the member function 'opencl::PlatformInfo::Extensions' can be const. [functionConst]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:63:12: performance: Technically the member function 'opencl::PlatformInfo::query_param' can be static. [functionStatic]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:222:17: style: Technically the member function 'opencl::DeviceInfo::Name' can be const. [functionConst]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:226:12: performance: Technically the member function 'opencl::DeviceInfo::query_param' can be static. [functionStatic]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:249:12: performance: Technically the member function 'opencl::DeviceInfo::query_param' can be static. [functionStatic]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:270:12: performance: Technically the member function 'opencl::DeviceInfo::query_param' can be static. [functionStatic]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:424:10: style: Technically the member function 'App::isRunning' can be const. [functionConst]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:425:10: style: Technically the member function 'App::doProcess' can be const. [functionConst]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:426:10: style: Technically the member function 'App::useBuffer' can be const. [functionConst]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:412:5: style: Class 'App' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/samples/opencl/opencl-opencv-interop.cpp:677:5: style: Exception should be caught by reference. [catchExceptionByValue]
opencv-3.3.0/samples/opengl/winapp.hpp:80:9: performance: Variable 'm_window_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opencv-3.3.0/samples/opengl/winapp.hpp:59:11: style: Technically the member function 'Timer::time' can be const. [functionConst]
opencv-3.3.0/samples/opengl/winapp.hpp:181:9: performance: Technically the member function 'WinApp::run' can be static. [functionStatic]
opencv-3.3.0/samples/opengl/opengl_interop.cpp:220:10: performance: Technically the member function 'GLWinApp::print_info' can be static. [functionStatic]
opencv-3.3.0/samples/opengl/opengl_interop.cpp:451:10: style: Technically the member function 'GLWinApp::use_buffer' can be const. [functionConst]
opencv-3.3.0/samples/opengl/opengl_interop.cpp:453:10: style: Technically the member function 'GLWinApp::get_mode' can be const. [functionConst]
opencv-3.3.0/samples/opengl/opengl_interop.cpp:67:18: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/opengl/winapp.hpp:167:18: note: Virtual function in base class
opencv-3.3.0/samples/opengl/opengl_interop.cpp:67:18: note: Function in derived class
opencv-3.3.0/samples/opengl/opengl_interop.cpp:170:9: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/opengl/winapp.hpp:250:17: note: Virtual function in base class
opencv-3.3.0/samples/opengl/opengl_interop.cpp:170:9: note: Function in derived class
opencv-3.3.0/samples/opengl/opengl_interop.cpp:261:10: style: The function 'idle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/opengl/winapp.hpp:253:18: note: Virtual function in base class
opencv-3.3.0/samples/opengl/opengl_interop.cpp:261:10: note: Function in derived class
opencv-3.3.0/samples/opengl/opengl_interop.cpp:266:9: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opencv-3.3.0/samples/opengl/winapp.hpp:251:17: note: Virtual function in base class
opencv-3.3.0/samples/opengl/opengl_interop.cpp:266:9: note: Function in derived class
opencv-3.3.0/samples/openvx/wrappers_video.cpp:128:32: style: Unused variable: ptrs [unusedVariable]
opencv-3.3.0/samples/tapi/hog.cpp:95:6: warning: Member variable 'App::running' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/tapi/hog.cpp:95:6: warning: Member variable 'App::hog_work_fps' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/tapi/hog.cpp:95:6: warning: Member variable 'App::work_fps' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/tapi/hog.cpp:22:5: style: Class 'App' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/samples/va_intel/va_intel_interop.cpp:62:5: warning: Member variable 'CmdlineParser::m_files' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/va_intel/va_intel_interop.cpp:62:5: warning: Member variable 'CmdlineParser::m_interop' is not initialized in the constructor. [uninitMemberVar]
opencv-3.3.0/samples/va_intel/display.cpp.inc:141:9: performance: Technically the member function 'va::NodeInfo::count' can be static. [functionStatic]
opencv-3.3.0/samples/va_intel/va_intel_interop.cpp:65:10: performance: Technically the member function 'CmdlineParser::usage' can be static. [functionStatic]
opencv-3.3.0/samples/va_intel/va_intel_interop.cpp:159:11: style: Technically the member function 'Timer::time' can be const. [functionConst]
opencv-3.3.0/samples/va_intel/display.cpp.inc:36:5: style: Class 'Directory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/samples/va_intel/display.cpp.inc:120:5: style: Class 'NodeInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp:299:116: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opencv-3.3.0/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.cpp:327:62: style: Function 'GetAttributes' argument 1 names different: declaration 'pAttributes' definition 'ppAttributes'. [funcArgNamesDifferent]
opencv-3.3.0/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.h:112:48: note: Function 'GetAttributes' argument 1 names different: declaration 'pAttributes' definition 'ppAttributes'.
opencv-3.3.0/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.cpp:327:62: note: Function 'GetAttributes' argument 1 names different: declaration 'pAttributes' definition 'ppAttributes'.
opencv-3.3.0/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.h:64:1: style: The class 'OcvImageManipulations' does not have a constructor although it has private member variables. [noConstructor]
opencv-3.3.0/samples/winrt/ImageManipulations/common/LayoutAwarePage.h:40:20: style: The class 'LayoutAwarePage' does not have a constructor although it has private member variables. [noConstructor]
opencv-3.3.0/samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp:82:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opencv-3.3.0/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/main.cpp:74:13: style: Variable 'frameCounter' is modified but its new value is never used. [unreadVariable]
opencv-3.3.0/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.h:16:5: style: Class 'Direct3DContentProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.h:16:5: style: Class 'Direct3DContentProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opencv-3.3.0/samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.cpp:64:26: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
[12:45]

ftp://ftp.se.debian.org/debian/pool/main/o/opendht/opendht_1.7.4.orig.tar.gz
opendht-1.7.4/MSVC/wingetopt.c:114:44: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendht-1.7.4/MSVC/wingetopt.c:574:44: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendht-1.7.4/MSVC/wingetopt.c:222:69: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
opendht-1.7.4/MSVC/wingetopt.c:682:69: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
opendht-1.7.4/src/crypto.cpp:1018:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
opendht-1.7.4/src/crypto.cpp:445:17: style: Reading from empty STL container 'ret' [reademptycontainer]
opendht-1.7.4/src/crypto.cpp:446:68: style: Reading from empty STL container 'ret' [reademptycontainer]
opendht-1.7.4/src/search.h:523:14: warning: Return value of function std::find_if() is not used. [ignoredReturnValue]
opendht-1.7.4/src/dht.cpp:634:17: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
opendht-1.7.4/src/dht.cpp:1507:9: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
opendht-1.7.4/src/op_cache.h:71:5: warning: Member variable 'OpCache::searchToken' is not initialized in the constructor. [uninitMemberVar]
opendht-1.7.4/src/storage.h:33:1: style: The class 'StorageBucket' does not have a constructor although it has private member variables. [noConstructor]
opendht-1.7.4/src/value_cache.h:31:11: performance: Variable 'callback' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opendht-1.7.4/src/op_cache.h:37:11: performance: Variable 'callback' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opendht-1.7.4/src/request.h:82:9: style: Technically the member function 'dht::net::Request::getSocket' can be const. [functionConst]
opendht-1.7.4/src/op_cache.h:101:10: style: Technically the member function 'dht::OpCache::isDone' can be const. [functionConst]
opendht-1.7.4/src/request.h:70:5: style: Struct 'Request' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opendht-1.7.4/src/value_cache.h:29:5: style: Class 'ValueCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opendht-1.7.4/src/op_cache.h:30:5: style: Struct 'OpCacheValueStorage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opendht-1.7.4/src/op_cache.h:35:5: style: Class 'OpValueCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opendht-1.7.4/src/search.h:98:5: style: Struct 'SearchNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opendht-1.7.4/src/search.h:68:9: style: Struct 'CachedListenStatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opendht-1.7.4/src/storage.h:92:5: style: Struct 'Storage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opendht-1.7.4/src/dhtrunner.cpp:48:12: style: struct member 'Listener::tokenClassicDht' is never used. [unusedStructMember]
opendht-1.7.4/src/dhtrunner.cpp:49:12: style: struct member 'Listener::tokenProxyDht' is never used. [unusedStructMember]
opendht-1.7.4/src/indexation/pht.cpp:453:9: style: Struct 'OpState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opendht-1.7.4/src/log.cpp:91:9: style: Struct 'Syslog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opendht-1.7.4/src/parsed_message.h:298:19: style: The scope of the variable 'val' can be reduced. [variableScope]
opendht-1.7.4/src/network_engine.cpp:919:27: style: The scope of the variable 'end' can be reduced. [variableScope]
opendht-1.7.4/src/parsed_message.h:126:47: style: Function 'msgpack_unpack' argument 1 names different: declaration 'o' definition 'msg'. [funcArgNamesDifferent]
opendht-1.7.4/src/parsed_message.h:81:41: note: Function 'msgpack_unpack' argument 1 names different: declaration 'o' definition 'msg'.
opendht-1.7.4/src/parsed_message.h:126:47: note: Function 'msgpack_unpack' argument 1 names different: declaration 'o' definition 'msg'.
opendht-1.7.4/src/request.h:110:10: style: Unused private function: 'Request::isExpired' [unusedPrivateFunction]
opendht-1.7.4/src/network_engine.cpp:97:5: style: Struct 'TransId' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opendht-1.7.4/src/network_engine.cpp:98:5: style: Struct 'TransId' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[12:45]

ftp://ftp.se.debian.org/debian/pool/main/o/opendict/opendict_0.6.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/opendkim/opendkim_2.9.2.orig.tar.gz
opendkim-2.9.2/autobuild/autobuild.c:299:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opendkim-2.9.2/autobuild/autobuild.c:299:3: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opendkim-2.9.2/autobuild/autobuild.c:109:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
opendkim-2.9.2/autobuild/autobuild.c:115:9: style: The scope of the variable 'xeach' can be reduced. [variableScope]
opendkim-2.9.2/autobuild/autobuild.c:124:8: style: The scope of the variable 'key' can be reduced. [variableScope]
opendkim-2.9.2/autobuild/autobuild.c:413:13: style: The scope of the variable 'sub' can be reduced. [variableScope]
opendkim-2.9.2/autobuild/autobuild.c:438:14: style: The scope of the variable 'sub' can be reduced. [variableScope]
opendkim-2.9.2/autobuild/autobuild.c:783:0: error: Memory leak: args [memleak]
opendkim-2.9.2/libopendkim/dkim-canon.c:963:9: style: The scope of the variable 'len' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim-dns.c:198:10: warning: Identical condition 'ret==-1', second condition is always false [identicalConditionAfterEarlyExit]
opendkim-2.9.2/libopendkim/dkim-dns.c:190:10: note: first condition
opendkim-2.9.2/libopendkim/dkim-dns.c:198:10: note: second condition
opendkim-2.9.2/libopendkim/dkim-keys.c:76:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim-keys.c:81:6: style: The scope of the variable 'c' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim-policy.c:393:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim-policy.c:396:6: style: The scope of the variable 'c' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim-report.c:69:15: style: The scope of the variable 'c' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim-test.c:300:7: style: The scope of the variable 'keybuf' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim-test.c:301:7: style: The scope of the variable 'outkey' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim-test.c:304:19: style: The scope of the variable 'rsa' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:305:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opendkim-2.9.2/libopendkim/dkim.c:1228:8: style: The scope of the variable 'found' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:1230:9: style: The scope of the variable 'len' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:1500:8: style: The scope of the variable 'found' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:2122:12: style: The scope of the variable 'opts' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:2342:6: style: The scope of the variable 'n' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:2577:11: style: The scope of the variable 'hend' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:2666:9: style: The scope of the variable 'hlen' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:2756:15: style: The scope of the variable 'lpflags' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:2757:16: style: The scope of the variable 'lpolicy' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:2758:12: style: The scope of the variable 'pstatus' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:3164:22: style: The scope of the variable 'hdr' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:4016:22: style: The scope of the variable 'hdr' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:4560:6: style: The scope of the variable 'flen' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:5529:6: style: The scope of the variable 'wlen' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:5534:16: style: The scope of the variable 'query' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:5746:12: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:5747:6: style: The scope of the variable 'nid' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:5748:6: style: The scope of the variable 'rsastat' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:5753:7: style: The scope of the variable 'key' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:7186:9: style: The scope of the variable 'forcewrap' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:7187:7: style: The scope of the variable 'pvlen' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:7188:7: style: The scope of the variable 'whichlen' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:7243:10: style: The scope of the variable 'tmplen' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:7293:10: style: The scope of the variable 'n' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:7422:9: style: The scope of the variable 'len' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:7534:12: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:7539:16: style: The scope of the variable 'buf' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:8704:6: style: The scope of the variable 'c' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:8705:6: style: The scope of the variable 'd' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:8706:6: style: The scope of the variable 'x' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:8707:6: style: The scope of the variable 'b1len' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:8708:6: style: The scope of the variable 'b2len' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:8711:8: style: The scope of the variable 'b2' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:9180:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:9274:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:9303:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/dkim.c:5253:25: style: Checking if unsigned variable 'new->dkim_keylen' is less than zero. [unsignedLessThanZero]
opendkim-2.9.2/libopendkim/dkim.c:2499:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
opendkim-2.9.2/libopendkim/dkim.c:800:9: error: Uninitialized variable: end [uninitvar]
opendkim-2.9.2/libopendkim/dkim.c:837:9: error: Uninitialized variable: end [uninitvar]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:318:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:316:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:318:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:320:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:318:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:320:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:322:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:320:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:322:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:324:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:322:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:324:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:326:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:324:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:326:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:328:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:326:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:328:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:330:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:328:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:330:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:332:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:330:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:332:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:350:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:347:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:350:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:353:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:350:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:353:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-signperf.c:185:9: style: The scope of the variable 'msgrem' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/tests/t-signperf.c:188:8: style: The scope of the variable 'dkim' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/tests/t-test45.c:143:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/tests/t-test64.c:84:3: error: Memory leak: ptr [memleak]
opendkim-2.9.2/libopendkim/tests/t-test65.c:84:3: error: Memory leak: ptr [memleak]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:322:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:320:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:322:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:324:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:322:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:324:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:326:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:324:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:326:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:328:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:326:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:328:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:330:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:328:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:330:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:332:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:330:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:332:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:334:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:332:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:334:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:336:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:334:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:336:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:353:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:349:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:353:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:357:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:353:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:357:2: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:368:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:366:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:368:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:370:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:368:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:370:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:372:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:370:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:372:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:374:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:372:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:374:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:376:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:374:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:376:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:378:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:376:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:378:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:380:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:378:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:380:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:382:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:380:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:382:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:384:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:382:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:384:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:399:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:397:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/tests/t-verifyperf.c:399:3: note: Variable 'status' is reassigned a value before the old one has been used.
opendkim-2.9.2/libopendkim/util.c:97:10: style: The scope of the variable 'q' can be reduced. [variableScope]
opendkim-2.9.2/libopendkim/util.c:98:10: style: The scope of the variable 'end' can be reduced. [variableScope]
opendkim-2.9.2/librbl/rbl.c:185:10: warning: Identical condition 'ret==-1', second condition is always false [identicalConditionAfterEarlyExit]
opendkim-2.9.2/librbl/rbl.c:169:10: note: first condition
opendkim-2.9.2/librbl/rbl.c:185:10: note: second condition
opendkim-2.9.2/librbl/rbl.c:791:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/librbl/rbl.c:820:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/librbl/rbl.c:849:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/librbl/rbl.c:877:6: style: Unused variable: status [unusedVariable]
opendkim-2.9.2/librbl/rbl.c:969:0: error: Memory leak: rq [memleak]
opendkim-2.9.2/libut/ut.c:527:0: error: Memory leak: new [memleak]
opendkim-2.9.2/libut/ut.c:448:0: error: Memory leak: child [memleak]
opendkim-2.9.2/libvbr/vbr.c:768:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opendkim-2.9.2/libvbr/vbr.c:492:10: warning: Identical condition 'ret==-1', second condition is always false [identicalConditionAfterEarlyExit]
opendkim-2.9.2/libvbr/vbr.c:476:10: note: first condition
opendkim-2.9.2/libvbr/vbr.c:492:10: note: second condition
opendkim-2.9.2/libvbr/vbr.c:247:6: style: The scope of the variable 'flen' can be reduced. [variableScope]
opendkim-2.9.2/libvbr/vbr.c:565:6: style: The scope of the variable 'c' can be reduced. [variableScope]
opendkim-2.9.2/libvbr/vbr.c:981:8: style: The scope of the variable 'qh' can be reduced. [variableScope]
opendkim-2.9.2/libvbr/vbr.c:1474:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/libvbr/vbr.c:1503:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/libvbr/vbr.c:1532:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/libvbr/vbr.c:1560:6: style: Unused variable: status [unusedVariable]
opendkim-2.9.2/miltertest/miltertest.c:3040:5: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_uint]
opendkim-2.9.2/miltertest/miltertest.c:3993:4: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_uint]
opendkim-2.9.2/miltertest/miltertest.c:397:23: warning: Possible null pointer dereference: data [nullPointer]
opendkim-2.9.2/miltertest/miltertest.c:3119:35: note: Calling function 'mt_eom_request', 4th argument 'data' value is 0
opendkim-2.9.2/miltertest/miltertest.c:397:23: note: Null pointer dereference
opendkim-2.9.2/miltertest/miltertest.c:576:9: style: The scope of the variable 's' can be reduced. [variableScope]
opendkim-2.9.2/miltertest/miltertest.c:1320:8: style: The scope of the variable 'at' can be reduced. [variableScope]
opendkim-2.9.2/miltertest/miltertest.c:1877:8: style: The scope of the variable 'name' can be reduced. [variableScope]
opendkim-2.9.2/miltertest/miltertest.c:1878:8: style: The scope of the variable 'value' can be reduced. [variableScope]
opendkim-2.9.2/miltertest/miltertest.c:2354:8: style: The scope of the variable 'p' can be reduced. [variableScope]
opendkim-2.9.2/miltertest/miltertest.c:2449:8: style: The scope of the variable 'p' can be reduced. [variableScope]
opendkim-2.9.2/miltertest/miltertest.c:2873:16: style: The scope of the variable 'rl' can be reduced. [variableScope]
opendkim-2.9.2/miltertest/miltertest.c:2971:10: style: The scope of the variable 'rlen' can be reduced. [variableScope]
opendkim-2.9.2/miltertest/miltertest.c:3869:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
opendkim-2.9.2/miltertest/miltertest.c:3871:10: style: The scope of the variable 'rlen' can be reduced. [variableScope]
opendkim-2.9.2/miltertest/miltertest.c:538:10: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
opendkim-2.9.2/opendkim/config.c:87:2: style: Variable 'new' is reassigned a value before the old one has been used. [redundantAssignment]
opendkim-2.9.2/opendkim/config.c:83:0: note: Variable 'new' is reassigned a value before the old one has been used.
opendkim-2.9.2/opendkim/config.c:87:2: note: Variable 'new' is reassigned a value before the old one has been used.
opendkim-2.9.2/opendkim/config.c:80:6: style: The scope of the variable 'c' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/config.c:146:17: style: The scope of the variable 'prev' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim-db.c:1883:9: style: The scope of the variable 'eq' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim-db.c:2251:9: style: The scope of the variable 'data' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim-db.c:4053:8: style: The scope of the variable 'matched' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim-db.c:5478:7: style: The scope of the variable 'c' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim-db.c:6759:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim-db.c:768:14: style: Checking if unsigned variable 'remain' is less than zero. [unsignedLessThanZero]
opendkim-2.9.2/opendkim/opendkim-db.c:2146:0: error: Resource leak: f [resourceLeak]
opendkim-2.9.2/opendkim/opendkim-dns.c:842:6: style: The scope of the variable 'n' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim-genzone.c:747:8: style: The scope of the variable 'inlen' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim-stats.c:66:6: style: The scope of the variable 'c' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim-stats.c:67:6: style: The scope of the variable 'n' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim-testkey.c:220:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim-testkey.c:221:6: style: The scope of the variable 'len' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/opendkim.c:4927:0: error: syntax error [syntaxError]
opendkim-2.9.2/opendkim/test.c:381:6: style: The scope of the variable 'c' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/test.c:842:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/util.c:378:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/util.c:588:10: style: The scope of the variable 'iplen' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/util.c:1683:10: style: The scope of the variable 'rlen' can be reduced. [variableScope]
opendkim-2.9.2/opendkim/util.c:427:8: style: Unused variable: exists [unusedVariable]
opendkim-2.9.2/reprrd/reprrd.c:232:18: style: Same expression on both sides of '=='. [duplicateExpression]
opendkim-2.9.2/reprrd/reprrd.c:273:18: style: Same expression on both sides of '=='. [duplicateExpression]
opendkim-2.9.2/reprrd/reprrd.c:307:18: style: Same expression on both sides of '=='. [duplicateExpression]
opendkim-2.9.2/reprrd/reprrd.c:346:18: style: Same expression on both sides of '=='. [duplicateExpression]
opendkim-2.9.2/reprrd/reprrd.c:380:18: style: Same expression on both sides of '=='. [duplicateExpression]
opendkim-2.9.2/reputation/repute.c:405:12: style: Variable 'cstatus' is assigned a value that is never used. [unreadVariable]
opendkim-2.9.2/reputation/repute.c:536:12: style: Variable 'cstatus' is assigned a value that is never used. [unreadVariable]
opendkim-2.9.2/stats/opendkim-importstats.c:40:0: error: #error OpenDBX is required for opendkim-importstats [preprocessorErrorDirective]
[12:45]

ftp://ftp.se.debian.org/debian/pool/main/o/opendmarc/opendmarc_1.3.2.orig.tar.gz
opendmarc-1.3.2/libopendmarc/opendmarc_dns.c:193:2: style: Variable 'bp' is reassigned a value before the old one has been used. [redundantAssignment]
opendmarc-1.3.2/libopendmarc/opendmarc_dns.c:188:2: note: Variable 'bp' is reassigned a value before the old one has been used.
opendmarc-1.3.2/libopendmarc/opendmarc_dns.c:193:2: note: Variable 'bp' is reassigned a value before the old one has been used.
opendmarc-1.3.2/libopendmarc/opendmarc_dns.c:375:15: style: Variable 'fake_reply' is assigned a value that is never used. [unreadVariable]
opendmarc-1.3.2/libopendmarc/opendmarc_hash.c:201:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opendmarc-1.3.2/libopendmarc/opendmarc_hash.c:256:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opendmarc-1.3.2/libopendmarc/opendmarc_hash.c:99:15: style: The scope of the variable 'p2' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:1876:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:583:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:582:2: note: Variable 'err' is reassigned a value before the old one has been used.
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:583:2: note: Variable 'err' is reassigned a value before the old one has been used.
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:101:7: style: The scope of the variable 'xerrno' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:1326:10: style: The scope of the variable 'sp' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:1326:15: style: The scope of the variable 'ep' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:1326:20: style: The scope of the variable 'rp' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:1327:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:1328:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:1384:10: style: The scope of the variable 'sp' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:1384:15: style: The scope of the variable 'ep' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:1384:20: style: The scope of the variable 'rp' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:1385:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:1386:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:98:52: style: Function 'opendmarc_policy_connect_init' argument 2 names different: declaration 'ip_type' definition 'is_ipv6'. [funcArgNamesDifferent]
opendmarc-1.3.2/libopendmarc/dmarc.h:113:69: note: Function 'opendmarc_policy_connect_init' argument 2 names different: declaration 'ip_type' definition 'is_ipv6'.
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:98:52: note: Function 'opendmarc_policy_connect_init' argument 2 names different: declaration 'ip_type' definition 'is_ipv6'.
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:332:66: style: Function 'opendmarc_policy_store_from_domain' argument 2 names different: declaration 'domain' definition 'from_domain'. [funcArgNamesDifferent]
opendmarc-1.3.2/libopendmarc/dmarc.h:121:85: note: Function 'opendmarc_policy_store_from_domain' argument 2 names different: declaration 'domain' definition 'from_domain'.
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:332:66: note: Function 'opendmarc_policy_store_from_domain' argument 2 names different: declaration 'domain' definition 'from_domain'.
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:377:98: style: Function 'opendmarc_policy_store_spf' argument 5 names different: declaration 'human_result' definition 'human_readable'. [funcArgNamesDifferent]
opendmarc-1.3.2/libopendmarc/dmarc.h:123:117: note: Function 'opendmarc_policy_store_spf' argument 5 names different: declaration 'human_result' definition 'human_readable'.
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:377:98: note: Function 'opendmarc_policy_store_spf' argument 5 names different: declaration 'human_result' definition 'human_readable'.
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:443:59: style: Function 'opendmarc_policy_store_dkim' argument 2 names different: declaration 'domain' definition 'd_equal_domain'. [funcArgNamesDifferent]
opendmarc-1.3.2/libopendmarc/dmarc.h:122:78: note: Function 'opendmarc_policy_store_dkim' argument 2 names different: declaration 'domain' definition 'd_equal_domain'.
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:443:59: note: Function 'opendmarc_policy_store_dkim' argument 2 names different: declaration 'domain' definition 'd_equal_domain'.
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:443:79: style: Function 'opendmarc_policy_store_dkim' argument 3 names different: declaration 'result' definition 'dkim_result'. [funcArgNamesDifferent]
opendmarc-1.3.2/libopendmarc/dmarc.h:122:90: note: Function 'opendmarc_policy_store_dkim' argument 3 names different: declaration 'result' definition 'dkim_result'.
opendmarc-1.3.2/libopendmarc/opendmarc_policy.c:443:79: note: Function 'opendmarc_policy_store_dkim' argument 3 names different: declaration 'result' definition 'dkim_result'.
opendmarc-1.3.2/libopendmarc/opendmarc_tld.c:266:10: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
opendmarc-1.3.2/libopendmarc/opendmarc_tld.c:264:43: note: outer condition: rp>revbuf
opendmarc-1.3.2/libopendmarc/opendmarc_tld.c:266:10: note: opposite inner condition: rp==revbuf
opendmarc-1.3.2/libopendmarc/opendmarc_util.c:366:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opendmarc-1.3.2/libopendmarc/opendmarc_util.c:376:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_util.c:446:17: style: The scope of the variable 'mod' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/opendmarc_xml.c:549:47: warning: Either the condition 'fname==NULL' is redundant or there is possible null pointer dereference: fname. [nullPointerRedundantCheck]
opendmarc-1.3.2/libopendmarc/opendmarc_xml.c:546:12: note: Assuming that condition 'fname==NULL' is not redundant
opendmarc-1.3.2/libopendmarc/opendmarc_xml.c:549:47: note: Null pointer dereference
opendmarc-1.3.2/libopendmarc/tests/test_dmarc_fetch.c:17:2: style: Variable 'pass' is assigned a value that is never used. [unreadVariable]
opendmarc-1.3.2/libopendmarc/tests/test_dmarc_fetch.c:17:17: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
opendmarc-1.3.2/libopendmarc/tests/test_dmarc_parse.c:40:18: style: The scope of the variable 'pctx' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/tests/test_dmarc_parse.c:41:21: style: The scope of the variable 'status' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/tests/test_finddomain.c:30:10: style: The scope of the variable 'dp' can be reduced. [variableScope]
opendmarc-1.3.2/libopendmarc/tests/test_parse_to_buf.c:17:17: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
opendmarc-1.3.2/libopendmarc/tests/test_xml_parse.c:19:12: style: The scope of the variable 'ary' can be reduced. [variableScope]
opendmarc-1.3.2/opendmarc/config.c:81:17: style: The scope of the variable 'prev' can be reduced. [variableScope]
opendmarc-1.3.2/opendmarc/opendmarc-check.c:66:18: style: The scope of the variable 'rua' can be reduced. [variableScope]
opendmarc-1.3.2/opendmarc/opendmarc-check.c:67:18: style: The scope of the variable 'ruf' can be reduced. [variableScope]
opendmarc-1.3.2/opendmarc/opendmarc.c:3182:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
opendmarc-1.3.2/opendmarc/test.c:389:6: style: The scope of the variable 'c' can be reduced. [variableScope]
opendmarc-1.3.2/opendmarc/test.c:618:6: style: The scope of the variable 'status' can be reduced. [variableScope]
opendmarc-1.3.2/opendmarc/test.c:656:3: error: Memory leak: tctx [memleak]
[12:45]

ftp://ftp.se.debian.org/debian/pool/main/o/opendnssec/opendnssec_2.1.3.orig.tar.gz
opendnssec-2.1.3/common/b64_ntop.c:129:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/common/b64_pton.c:146:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
opendnssec-2.1.3/common/b64_pton.c:175:10: style: The scope of the variable 'ofs' can be reduced. [variableScope]
opendnssec-2.1.3/common/b64_pton.c:292:10: style: The scope of the variable 'ofs' can be reduced. [variableScope]
opendnssec-2.1.3/common/cmdhandler.c:326:32: warning: Either the condition 'filename' is redundant or there is possible null pointer dereference: filename. [nullPointerRedundantCheck]
opendnssec-2.1.3/common/cmdhandler.c:321:9: note: Assuming that condition 'filename' is not redundant
opendnssec-2.1.3/common/cmdhandler.c:326:32: note: Null pointer dereference
opendnssec-2.1.3/common/cmdhandler.c:120:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
opendnssec-2.1.3/common/cmdhandler.c:171:34: style: The scope of the variable 'opc' can be reduced. [variableScope]
opendnssec-2.1.3/common/cmdhandler.c:172:14: style: The scope of the variable 'datalen' can be reduced. [variableScope]
opendnssec-2.1.3/common/cmdhandler.c:218:20: style: The scope of the variable 'numread' can be reduced. [variableScope]
opendnssec-2.1.3/common/cmdhandler.c:378:28: style: The scope of the variable 'ret' can be reduced. [variableScope]
opendnssec-2.1.3/common/cmdhandler.c:450:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
opendnssec-2.1.3/common/cmdhandler.c:289:65: style: Function 'cmdhandler_create' argument 2 names different: declaration 'functions' definition 'commands'. [funcArgNamesDifferent]
opendnssec-2.1.3/common/cmdhandler.h:92:82: note: Function 'cmdhandler_create' argument 2 names different: declaration 'functions' definition 'commands'.
opendnssec-2.1.3/common/cmdhandler.c:289:65: note: Function 'cmdhandler_create' argument 2 names different: declaration 'functions' definition 'commands'.
opendnssec-2.1.3/common/cmdhandler.c:260:9: style: Unused variable: err [unusedVariable]
opendnssec-2.1.3/common/datastructure.c:55:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/common/datastructure.c:71:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/common/duration.c:185:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opendnssec-2.1.3/common/duration.c:438:24: style: Function 'set_time_now_str' argument 1 names different: declaration 'now' definition 'time_arg'. [funcArgNamesDifferent]
opendnssec-2.1.3/common/duration.h:139:28: note: Function 'set_time_now_str' argument 1 names different: declaration 'now' definition 'time_arg'.
opendnssec-2.1.3/common/duration.c:438:24: note: Function 'set_time_now_str' argument 1 names different: declaration 'now' definition 'time_arg'.
opendnssec-2.1.3/common/file.c:106:12: style: The scope of the variable 'len_file' can be reduced. [variableScope]
opendnssec-2.1.3/common/file.c:107:12: style: The scope of the variable 'len_suffix' can be reduced. [variableScope]
opendnssec-2.1.3/common/file.c:108:12: style: The scope of the variable 'len_total' can be reduced. [variableScope]
opendnssec-2.1.3/common/file.c:241:13: style: The scope of the variable 'nwritten' can be reduced. [variableScope]
opendnssec-2.1.3/common/file.c:276:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
opendnssec-2.1.3/common/file.c:419:9: style: The scope of the variable 'read_size' can be reduced. [variableScope]
opendnssec-2.1.3/common/file.c:541:12: style: The scope of the variable 'count' can be reduced. [variableScope]
opendnssec-2.1.3/common/file.c:325:29: style: Function 'ods_strlowercmp' argument 1 names different: declaration 's1' definition 'str1'. [funcArgNamesDifferent]
opendnssec-2.1.3/common/file.h:147:33: note: Function 'ods_strlowercmp' argument 1 names different: declaration 's1' definition 'str1'.
opendnssec-2.1.3/common/file.c:325:29: note: Function 'ods_strlowercmp' argument 1 names different: declaration 's1' definition 'str1'.
opendnssec-2.1.3/common/file.c:325:47: style: Function 'ods_strlowercmp' argument 2 names different: declaration 's2' definition 'str2'. [funcArgNamesDifferent]
opendnssec-2.1.3/common/file.h:147:49: note: Function 'ods_strlowercmp' argument 2 names different: declaration 's2' definition 'str2'.
opendnssec-2.1.3/common/file.c:325:47: note: Function 'ods_strlowercmp' argument 2 names different: declaration 's2' definition 'str2'.
opendnssec-2.1.3/common/janitor.c:282:9: style: The scope of the variable 'err' can be reduced. [variableScope]
opendnssec-2.1.3/common/janitor.c:80:51: style: Function 'janitor_threadclass_create' argument 1 names different: declaration 'threadclassptr' definition 'threadclass'. [funcArgNamesDifferent]
opendnssec-2.1.3/common/janitor.h:49:62: note: Function 'janitor_threadclass_create' argument 1 names different: declaration 'threadclassptr' definition 'threadclass'.
opendnssec-2.1.3/common/janitor.c:80:51: note: Function 'janitor_threadclass_create' argument 1 names different: declaration 'threadclassptr' definition 'threadclass'.
opendnssec-2.1.3/common/janitor.c:147:38: style: Function 'janitor_initialize' argument 1 names different: declaration 'fatalalertfn' definition 'alertfn'. [funcArgNamesDifferent]
opendnssec-2.1.3/common/janitor.h:43:50: note: Function 'janitor_initialize' argument 1 names different: declaration 'fatalalertfn' definition 'alertfn'.
opendnssec-2.1.3/common/janitor.c:147:38: note: Function 'janitor_initialize' argument 1 names different: declaration 'fatalalertfn' definition 'alertfn'.
opendnssec-2.1.3/common/janitor.c:147:65: style: Function 'janitor_initialize' argument 2 names different: declaration 'problemalertfn' definition 'reportfn'. [funcArgNamesDifferent]
opendnssec-2.1.3/common/janitor.h:43:82: note: Function 'janitor_initialize' argument 2 names different: declaration 'problemalertfn' definition 'reportfn'.
opendnssec-2.1.3/common/janitor.c:147:65: note: Function 'janitor_initialize' argument 2 names different: declaration 'problemalertfn' definition 'reportfn'.
opendnssec-2.1.3/common/janitor.c:359:22: style: Unused variable: info [unusedVariable]
opendnssec-2.1.3/common/log.c:83:26: style: Function 'ods_log_init' argument 1 names different: declaration 'program_name' definition 'programname'. [funcArgNamesDifferent]
opendnssec-2.1.3/common/log.h:63:31: note: Function 'ods_log_init' argument 1 names different: declaration 'program_name' definition 'programname'.
opendnssec-2.1.3/common/log.c:83:26: note: Function 'ods_log_init' argument 1 names different: declaration 'program_name' definition 'programname'.
opendnssec-2.1.3/common/log.c:83:67: style: Function 'ods_log_init' argument 3 names different: declaration 'target_name' definition 'targetname'. [funcArgNamesDifferent]
opendnssec-2.1.3/common/log.h:63:73: note: Function 'ods_log_init' argument 3 names different: declaration 'target_name' definition 'targetname'.
opendnssec-2.1.3/common/log.c:83:67: note: Function 'ods_log_init' argument 3 names different: declaration 'target_name' definition 'targetname'.
opendnssec-2.1.3/common/privdrop.c:218:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opendnssec-2.1.3/common/privdrop.c:73:10: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
opendnssec-2.1.3/common/privdrop.c:74:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
opendnssec-2.1.3/common/privdrop.c:76:9: style: The scope of the variable 's' can be reduced. [variableScope]
opendnssec-2.1.3/common/privdrop.c:116:10: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
opendnssec-2.1.3/common/privdrop.c:117:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
opendnssec-2.1.3/common/privdrop.c:119:9: style: The scope of the variable 's' can be reduced. [variableScope]
opendnssec-2.1.3/common/privdrop.c:161:10: style: The scope of the variable 'ngroups_max' can be reduced. [variableScope]
opendnssec-2.1.3/common/privdrop.c:162:12: style: The scope of the variable 'final_groups' can be reduced. [variableScope]
opendnssec-2.1.3/common/privdrop.c:78:20: style: Variable 'olduid' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/common/privdrop.c:121:20: style: Variable 'oldgid' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/common/privdrop.c:163:0: style: Variable 'final_group_len' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/common/scheduler/schedule.c:130:16: style: The scope of the variable 'task' can be reduced. [variableScope]
opendnssec-2.1.3/common/scheduler/schedule.c:158:16: style: The scope of the variable 'originalTask' can be reduced. [variableScope]
opendnssec-2.1.3/common/scheduler/schedule.c:332:32: style: The scope of the variable 't' can be reduced. [variableScope]
opendnssec-2.1.3/common/scheduler/schedule.c:451:12: style: The scope of the variable 'timeout' can be reduced. [variableScope]
opendnssec-2.1.3/common/scheduler/schedule.c:569:10: style: The scope of the variable 'ctimebuf' can be reduced. [variableScope]
opendnssec-2.1.3/common/scheduler/schedule.c:617:16: style: The scope of the variable 'task' can be reduced. [variableScope]
opendnssec-2.1.3/common/scheduler/schedule.c:637:16: style: The scope of the variable 'found' can be reduced. [variableScope]
opendnssec-2.1.3/common/scheduler/schedule.c:80:27: style: Variable 'node' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/common/scheduler/schedule.c:304:21: error: Common realloc mistake: 'tasks' nulled but not freed upon failure [memleakOnRealloc]
opendnssec-2.1.3/common/scheduler/worker.c:61:16: style: The scope of the variable 'task' can be reduced. [variableScope]
opendnssec-2.1.3/common/str.c:101:9: style: The scope of the variable 'has_newline' can be reduced. [variableScope]
opendnssec-2.1.3/common/str.c:102:11: style: The scope of the variable 'start' can be reduced. [variableScope]
opendnssec-2.1.3/common/str.c:102:19: style: The scope of the variable 'end' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/daemon/cfg.c:62:24: style: The scope of the variable 'ecfg' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/daemon/engine.c:435:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/daemon/engine.c:588:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/daemon/engine.c:645:9: style: Unused variable: error [unusedVariable]
opendnssec-2.1.3/enforcer/src/daemon/queue_cmd.c:73:11: style: The scope of the variable 'taskdescription' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/daemon/queue_cmd.c:74:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/db/database_version.c:180:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/database_version.c:210:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_mysql.c:145:30: style: The scope of the variable 'object_field' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_mysql.c:668:9: style: The scope of the variable 'timeout' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_mysql.c:1305:20: style: The scope of the variable 'first' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_mysql.c:1512:22: style: The scope of the variable 'join' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_mysql.c:1879:24: style: The scope of the variable 'clause' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_mysql.c:1988:22: style: The scope of the variable 'join' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_mysql.c:1459:17: style: Variable 'left' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/db/db_backend_mysql.c:193:13: error: Memory leak: statement [memleak]
opendnssec-2.1.3/enforcer/src/db/db_backend_mysql.c:227:13: error: Memory leak: statement [memleak]
opendnssec-2.1.3/enforcer/src/db/db_backend_sqlite.c:828:23: style: The scope of the variable 'value' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_sqlite.c:831:26: style: The scope of the variable 'first' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_sqlite.c:1115:22: style: The scope of the variable 'join' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_sqlite.c:1242:23: style: The scope of the variable 'value' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_sqlite.c:1553:24: style: The scope of the variable 'clause' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_backend_sqlite.c:1655:22: style: The scope of the variable 'join' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_object.c:218:24: style: The scope of the variable 'object_field_copy' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_result.c:342:18: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_value.c:624:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/db_value.c:672:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/hsm_key.c:1106:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/hsm_key.c:1159:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/hsm_key.c:1497:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/hsm_key.c:1586:24: style: The scope of the variable 'clause_walk' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/hsm_key.c:1685:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/hsm_key.c:1749:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/hsm_key.c:1467:61: style: Function 'hsm_key_list_new_copy' argument 1 names different: declaration 'hsm_key_copy' definition 'from_hsm_key_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/hsm_key.h:460:61: note: Function 'hsm_key_list_new_copy' argument 1 names different: declaration 'hsm_key_copy' definition 'from_hsm_key_list'.
opendnssec-2.1.3/enforcer/src/db/hsm_key.c:1467:61: note: Function 'hsm_key_list_new_copy' argument 1 names different: declaration 'hsm_key_copy' definition 'from_hsm_key_list'.
opendnssec-2.1.3/enforcer/src/db/key_data.c:427:9: warning: Either the condition 'key_data_a' is redundant or there is possible null pointer dereference: key_data_a. [nullPointerRedundantCheck]
opendnssec-2.1.3/enforcer/src/db/key_data.c:411:9: note: Assuming that condition 'key_data_a' is not redundant
opendnssec-2.1.3/enforcer/src/db/key_data.c:427:9: note: Null pointer dereference
opendnssec-2.1.3/enforcer/src/db/key_data.c:1300:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_data.c:1695:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_data.c:1796:15: style: The scope of the variable 'count' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_data.c:1803:24: style: The scope of the variable 'key_state' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_data.c:2064:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_data.c:2120:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_data.c:2184:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_data.c:2483:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_data.c:1665:64: style: Function 'key_data_list_new_copy' argument 1 names different: declaration 'key_data_copy' definition 'from_key_data_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/key_data.h:504:64: note: Function 'key_data_list_new_copy' argument 1 names different: declaration 'key_data_copy' definition 'from_key_data_list'.
opendnssec-2.1.3/enforcer/src/db/key_data.c:1665:64: note: Function 'key_data_list_new_copy' argument 1 names different: declaration 'key_data_copy' definition 'from_key_data_list'.
opendnssec-2.1.3/enforcer/src/db/key_dependency.c:567:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_dependency.c:710:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_dependency.c:1056:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_dependency.c:1100:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_dependency.c:680:82: style: Function 'key_dependency_list_new_copy' argument 1 names different: declaration 'key_dependency_copy' definition 'from_key_dependency_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/key_dependency.h:229:82: note: Function 'key_dependency_list_new_copy' argument 1 names different: declaration 'key_dependency_copy' definition 'from_key_dependency_list'.
opendnssec-2.1.3/enforcer/src/db/key_dependency.c:680:82: note: Function 'key_dependency_list_new_copy' argument 1 names different: declaration 'key_dependency_copy' definition 'from_key_dependency_list'.
opendnssec-2.1.3/enforcer/src/db/key_state.c:635:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_state.c:925:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_state.c:1014:24: style: The scope of the variable 'clause_walk' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_state.c:1113:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_state.c:1157:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/key_state.c:895:67: style: Function 'key_state_list_new_copy' argument 1 names different: declaration 'key_state_copy' definition 'from_key_state_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/key_state.h:288:67: note: Function 'key_state_list_new_copy' argument 1 names different: declaration 'key_state_copy' definition 'from_key_state_list'.
opendnssec-2.1.3/enforcer/src/db/key_state.c:895:67: note: Function 'key_state_list_new_copy' argument 1 names different: declaration 'key_state_copy' definition 'from_key_state_list'.
opendnssec-2.1.3/enforcer/src/db/policy.c:1991:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy.c:2044:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy.c:2665:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy.c:2749:18: style: The scope of the variable 'clause' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy.c:2752:25: style: The scope of the variable 'policy_key' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy.c:2754:22: style: The scope of the variable 'zone' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy.c:2756:22: style: The scope of the variable 'hsm_key' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy.c:3041:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy.c:3097:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy.c:2635:58: style: Function 'policy_list_new_copy' argument 1 names different: declaration 'policy_copy' definition 'from_policy_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/policy.h:758:58: note: Function 'policy_list_new_copy' argument 1 names different: declaration 'policy_copy' definition 'from_policy_list'.
opendnssec-2.1.3/enforcer/src/db/policy.c:2635:58: note: Function 'policy_list_new_copy' argument 1 names different: declaration 'policy_copy' definition 'from_policy_list'.
opendnssec-2.1.3/enforcer/src/db/policy_key.c:378:9: warning: Either the condition 'policy_key_a' is redundant or there is possible null pointer dereference: policy_key_a. [nullPointerRedundantCheck]
opendnssec-2.1.3/enforcer/src/db/policy_key.c:368:9: note: Assuming that condition 'policy_key_a' is not redundant
opendnssec-2.1.3/enforcer/src/db/policy_key.c:378:9: note: Null pointer dereference
opendnssec-2.1.3/enforcer/src/db/policy_key.c:864:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy_key.c:1007:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy_key.c:1096:24: style: The scope of the variable 'clause_walk' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy_key.c:1195:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy_key.c:1239:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy_key.c:1502:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/policy_key.c:977:70: style: Function 'policy_key_list_new_copy' argument 1 names different: declaration 'policy_key_copy' definition 'from_policy_key_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/policy_key.h:348:70: note: Function 'policy_key_list_new_copy' argument 1 names different: declaration 'policy_key_copy' definition 'from_policy_key_list'.
opendnssec-2.1.3/enforcer/src/db/policy_key.c:977:70: note: Function 'policy_key_list_new_copy' argument 1 names different: declaration 'policy_key_copy' definition 'from_policy_key_list'.
opendnssec-2.1.3/enforcer/src/db/test/test_database_operations.c:162:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/test/test_database_operations.c:202:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/test/test_database_operations.c:590:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/test/test_database_operations.c:630:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/test/test_database_version.c:303:24: style: Variable 'pSuite' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_database_version.c:304:9: style: Unused variable: ret [unusedVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_hsm_key.c:686:24: style: Variable 'pSuite' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_hsm_key.c:687:9: style: Unused variable: ret [unusedVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_key_data.c:796:24: style: Variable 'pSuite' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_key_data.c:797:9: style: Unused variable: ret [unusedVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_key_dependency.c:517:24: style: Variable 'pSuite' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_key_dependency.c:518:9: style: Unused variable: ret [unusedVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_key_state.c:445:24: style: Variable 'pSuite' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_key_state.c:446:9: style: Unused variable: ret [unusedVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_policy.c:951:24: style: Variable 'pSuite' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_policy.c:952:9: style: Unused variable: ret [unusedVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_policy_key.c:510:24: style: Variable 'pSuite' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_policy_key.c:511:9: style: Unused variable: ret [unusedVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_zone.c:853:24: style: Variable 'pSuite' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/db/test/test_zone.c:854:9: style: Unused variable: ret [unusedVariable]
opendnssec-2.1.3/enforcer/src/db/zone_db.c:1470:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/zone_db.c:1523:24: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/zone_db.c:1990:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2079:24: style: The scope of the variable 'clause_walk' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2088:23: style: The scope of the variable 'key_data' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2090:29: style: The scope of the variable 'key_dependency' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2364:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2420:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2464:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/db/zone_db.c:1960:61: style: Function 'zone_list_db_new_copy' argument 1 names different: declaration 'zone_copy' definition 'from_zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:492:61: note: Function 'zone_list_db_new_copy' argument 1 names different: declaration 'zone_copy' definition 'from_zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:1960:61: note: Function 'zone_list_db_new_copy' argument 1 names different: declaration 'zone_copy' definition 'from_zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:1979:47: style: Function 'zone_list_db_object_store' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:500:47: note: Function 'zone_list_db_object_store' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:1979:47: note: Function 'zone_list_db_object_store' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:1989:40: style: Function 'zone_list_db_free' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:506:40: note: Function 'zone_list_db_free' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:1989:40: note: Function 'zone_list_db_free' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2017:39: style: Function 'zone_list_db_copy' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:514:39: note: Function 'zone_list_db_copy' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2017:39: note: Function 'zone_list_db_copy' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2017:72: style: Function 'zone_list_db_copy' argument 2 names different: declaration 'from_zone_list_db' definition 'from_zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:514:75: note: Function 'zone_list_db_copy' argument 2 names different: declaration 'from_zone_list_db' definition 'from_zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2017:72: note: Function 'zone_list_db_copy' argument 2 names different: declaration 'from_zone_list_db' definition 'from_zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2363:38: style: Function 'zone_list_db_get' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:521:38: note: Function 'zone_list_db_get' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2363:38: note: Function 'zone_list_db_get' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2419:49: style: Function 'zone_list_db_get_by_clauses' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:536:49: note: Function 'zone_list_db_get_by_clauses' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2419:49: note: Function 'zone_list_db_get_by_clauses' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2461:51: style: Function 'zone_list_db_get_by_policy_id' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:544:51: note: Function 'zone_list_db_get_by_policy_id' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2461:51: note: Function 'zone_list_db_get_by_policy_id' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2547:53: style: Function 'zone_list_db_begin' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:561:53: note: Function 'zone_list_db_begin' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2547:53: note: Function 'zone_list_db_begin' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2603:52: style: Function 'zone_list_db_next' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:571:52: note: Function 'zone_list_db_next' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2603:52: note: Function 'zone_list_db_next' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2669:50: style: Function 'zone_list_db_get_next' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:581:50: note: Function 'zone_list_db_get_next' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2669:50: note: Function 'zone_list_db_get_next' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2705:42: style: Function 'zone_list_db_size' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'. [funcArgNamesDifferent]
opendnssec-2.1.3/enforcer/src/db/zone_db.h:589:42: note: Function 'zone_list_db_size' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/db/zone_db.c:2705:42: note: Function 'zone_list_db_size' argument 1 names different: declaration 'zone_list_db' definition 'zone_list'.
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:1423:6: style: Condition 'process' is always true [knownConditionTrueFalse]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:1415:15: note: Assignment 'process=1', assigned value is 1
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:1423:6: note: Condition 'process' is always true
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2333:4: style: Variable 'inception' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2326:0: note: Variable 'inception' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2333:4: note: Variable 'inception' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2591:2: style: Variable 'deplist2' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2585:0: note: Variable 'deplist2' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2591:2: note: Variable 'deplist2' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2822:3: style: Variable 'key_data_updated' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2816:6: note: Variable 'key_data_updated' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2822:3: note: Variable 'key_data_updated' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:407:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:1268:40: style: The scope of the variable 'kd' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:1372:36: style: The scope of the variable 'key_state_created' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2197:6: style: The scope of the variable 'force_roll' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2202:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2677:23: style: The scope of the variable 'key' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2682:9: style: The scope of the variable 'key_data_updated' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2591:40: warning: Either the condition 'deplist2_size>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2593:20: note: Assuming that condition 'deplist2_size>0' is not redundant
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:2591:40: note: Invalid argument
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:1486:97: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:1547:97: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opendnssec-2.1.3/enforcer/src/enforcer/enforcer.c:1578:97: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opendnssec-2.1.3/enforcer/src/enforcer/repositorylist_cmd.c:56:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/enforcer/src/enforcer/repositorylist_cmd.c:43:0: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/enforcer/repositorylist_cmd.c:56:2: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/enforcer/repositorylist_cmd.c:50:6: style: The scope of the variable 'backup' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/enforcer/repositorylist_cmd.c:52:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/enforcer/update_conf_cmd.c:66:31: style: Variable 'dbconn' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/enforcer/update_repositorylist_cmd.c:57:16: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/hsmkey/hsm_key_factory.c:379:24: style: The scope of the variable 'policy_key_list' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/key_purge.c:33:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opendnssec-2.1.3/enforcer/src/keystate/key_purge.c:44:12: style: The scope of the variable 'deplist2_size' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/key_purge.c:46:6: style: The scope of the variable 'zone_key_purgable' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/key_purge.c:53:9: style: The scope of the variable 'keylist_size' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/key_purge.c:133:41: warning: Either the condition 'deplist2_size>0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
opendnssec-2.1.3/enforcer/src/keystate/key_purge.c:135:21: note: Assuming that condition 'deplist2_size>0' is not redundant
opendnssec-2.1.3/enforcer/src/keystate/key_purge.c:133:41: note: Invalid argument
opendnssec-2.1.3/enforcer/src/keystate/key_purge_cmd.c:50:13: style: The scope of the variable 'zone' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/keystate_ds.c:106:13: style: The scope of the variable 'cka' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/keystate_ds.c:356:8: style: The scope of the variable 'tmp_zone_name' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/keystate_export_cmd.c:113:14: style: The scope of the variable 'ds_sha_rr' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/keystate_import_cmd.c:68:11: style: The scope of the variable 'hsm_err' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/keystate_import_cmd.c:139:11: style: The scope of the variable 'hsm_err' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/keystate_import_cmd.c:218:11: style: The scope of the variable 'hsm_err' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/keystate_list_cmd.c:173:11: style: The scope of the variable 'tchange' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/keystate_list_cmd.c:174:16: style: The scope of the variable 'hsmkey' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/keystate_list_cmd.c:71:18: style: Variable 'dsretract' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/keystate/keystate_rollover_cmd.c:55:6: style: The scope of the variable 'error' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/zone_del_cmd.c:75:23: style: The scope of the variable 'key_state_list' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/zonelist_export.c:59:11: style: The scope of the variable 'dirname' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/zonelist_export.c:59:21: style: The scope of the variable 'dirlast' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/zonelist_import.c:69:9: style: The scope of the variable 'successful' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/zonelist_import.c:70:22: style: The scope of the variable 'key_data_list' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/zonelist_import.c:71:17: style: The scope of the variable 'key_data' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/zonelist_import.c:72:23: style: The scope of the variable 'key_state_list' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/keystate/zonelist_import.c:73:18: style: The scope of the variable 'key_state' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/ods-enforcer-db-setup.c:210:11: style: The scope of the variable 'sqlp' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/ods-enforcer-db-setup.c:211:14: style: The scope of the variable 'left' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/ods-enforcer-db-setup.c:241:9: style: The scope of the variable 'user_certain' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/ods-enforcer.c:121:34: style: The scope of the variable 'opc' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/ods-enforcer.c:122:9: style: The scope of the variable 'datalen' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/ods-migrate.c:356:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opendnssec-2.1.3/enforcer/src/parser/confparser.c:158:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/enforcer/src/parser/confparser.c:148:0: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/parser/confparser.c:158:5: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/parser/confparser.c:225:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/enforcer/src/parser/confparser.c:207:0: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/parser/confparser.c:225:5: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/parser/confparser.c:262:13: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/enforcer/src/parser/confparser.c:253:13: note: Variable 'name' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/parser/confparser.c:262:13: note: Variable 'name' is reassigned a value before the old one has been used.
opendnssec-2.1.3/enforcer/src/parser/confparser.c:213:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/parser/confparser.c:214:11: style: The scope of the variable 'name' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/parser/confparser.c:215:11: style: The scope of the variable 'module' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/parser/confparser.c:216:11: style: The scope of the variable 'tokenlabel' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/parser/confparser.c:217:11: style: The scope of the variable 'pin' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/parser/confparser.c:218:13: style: The scope of the variable 'use_pubkey' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/parser/confparser.c:219:13: style: The scope of the variable 'allowextract' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/parser/confparser.c:220:9: style: The scope of the variable 'require_backup' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_export.c:418:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_export.c:421:11: style: The scope of the variable 'xml_out' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_export.c:423:9: style: The scope of the variable 'xml_write' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_export.c:424:11: style: The scope of the variable 'dirname' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_export.c:424:21: style: The scope of the variable 'dirlast' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_export.c:538:11: style: The scope of the variable 'xml_out' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_export.c:540:9: style: The scope of the variable 'xml_write' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_export.c:541:11: style: The scope of the variable 'dirname' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_export.c:541:21: style: The scope of the variable 'dirlast' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_import.c:222:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_import.c:227:21: style: The scope of the variable 'zone_list' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_import.c:228:21: style: The scope of the variable 'hsm_key_list' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_list_cmd.c:66:27: style: Variable 'engine' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/policy/policy_purge_cmd.c:42:18: style: The scope of the variable 'zonelist' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_purge_cmd.c:43:14: style: The scope of the variable 'name' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_purge_cmd.c:44:9: style: The scope of the variable 'listsize' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_purge_cmd.c:81:27: style: Variable 'engine' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/enforcer/src/policy/policy_resalt_task.c:110:7: style: The scope of the variable 'salt' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_resalt_task.c:110:18: style: The scope of the variable 'salthex' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_resalt_task.c:111:6: style: The scope of the variable 'saltlength' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/policy/policy_resalt_task.c:182:13: style: The scope of the variable 'task' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/signconf/signconf_xml.c:87:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/signconf/signconf_xml.c:172:16: style: The scope of the variable 'hsm_key' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:303:17: style: The scope of the variable 'pwd' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:304:17: style: The scope of the variable 'grp' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:410:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:417:6: style: The scope of the variable 'resigns_per_day' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:1207:10: style: The scope of the variable 'copy' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:1208:10: style: The scope of the variable 'start' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:1670:14: style: The scope of the variable 'xexpr' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:1671:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:1671:12: style: The scope of the variable 'j' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:1671:15: style: The scope of the variable 'found' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:1672:11: style: The scope of the variable 'policy_name' can be reduced. [variableScope]
opendnssec-2.1.3/enforcer/src/utils/kc_helper.c:1749:11: style: The scope of the variable 'curNode' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/confparser.c:71:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/libhsm/checks/confparser.c:53:0: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/checks/confparser.c:71:5: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/checks/confparser.c:108:13: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/libhsm/checks/confparser.c:99:13: note: Variable 'name' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/checks/confparser.c:108:13: note: Variable 'name' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/checks/confparser.c:59:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/confparser.c:60:11: style: The scope of the variable 'name' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/confparser.c:61:11: style: The scope of the variable 'module' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/confparser.c:62:11: style: The scope of the variable 'tokenlabel' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/confparser.c:63:11: style: The scope of the variable 'pin' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/confparser.c:64:13: style: The scope of the variable 'use_pubkey' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/confparser.c:65:13: style: The scope of the variable 'allowextract' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/confparser.c:66:9: style: The scope of the variable 'require_backup' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/hsmcheck.c:59:19: style: The scope of the variable 'rrset' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/hsmcheck.c:60:19: style: The scope of the variable 'sig' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/hsmcheck.c:60:25: style: The scope of the variable 'dnskey_rr' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/hsmcheck.c:62:24: style: The scope of the variable 'sign_params' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/hsmcheck.c:69:9: style: The scope of the variable 'res' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/hsmcheck.c:70:14: style: The scope of the variable 'r32' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/hsmcheck.c:71:14: style: The scope of the variable 'r64' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/checks/hsmcheck.c:74:17: style: The scope of the variable 'repository' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/confparser.c:71:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/libhsm/src/bin/confparser.c:53:0: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/src/bin/confparser.c:71:5: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/src/bin/confparser.c:108:13: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/libhsm/src/bin/confparser.c:99:13: note: Variable 'name' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/src/bin/confparser.c:108:13: note: Variable 'name' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/src/bin/confparser.c:59:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/confparser.c:60:11: style: The scope of the variable 'name' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/confparser.c:61:11: style: The scope of the variable 'module' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/confparser.c:62:11: style: The scope of the variable 'tokenlabel' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/confparser.c:63:11: style: The scope of the variable 'pin' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/confparser.c:64:13: style: The scope of the variable 'use_pubkey' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/confparser.c:65:13: style: The scope of the variable 'allowextract' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/confparser.c:66:9: style: The scope of the variable 'require_backup' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:85:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:119:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:240:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:240:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:271:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:271:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:271:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:81:5: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:68:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:81:5: note: Variable 'ctx' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:82:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:69:0: note: Variable 'key' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:82:5: note: Variable 'key' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/src/bin/hsmspeed.c:75:19: style: The scope of the variable 'sig' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/hsmtest.c:139:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmtest.c:216:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:541:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:542:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:666:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:667:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:223:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:228:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:249:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:544:46: warning: Either the condition 'if(repository)' is redundant or there is possible null pointer dereference: repository. [nullPointerRedundantCheck]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:546:12: note: Assuming that condition 'if(repository)' is not redundant
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:544:46: note: Null pointer dereference
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:158:9: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:154:0: note: Variable 'key' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:158:9: note: Variable 'key' is reassigned a value before the old one has been used.
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:313:9: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:315:11: style: The scope of the variable 'fresult' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/bin/hsmutil.c:319:10: style: The scope of the variable 'confirm' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:308:26: style: Condition 'pGetFunctionList==NULL' is always true [knownConditionTrueFalse]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:264:45: note: Assignment 'pGetFunctionList=NULL', assigned value is 0
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:308:26: note: Condition 'pGetFunctionList==NULL' is always true
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:266:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:299:7: note: Found duplicate branches for 'if' and 'else'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:266:5: note: Found duplicate branches for 'if' and 'else'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:209:13: style: The scope of the variable 'args' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:694:18: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:780:18: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:782:20: style: The scope of the variable 'new_session' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:1452:19: style: The scope of the variable 'key' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:1484:19: style: The scope of the variable 'key' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2282:20: style: The scope of the variable 'session' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:3122:20: style: The scope of the variable 'session' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:3221:11: style: The scope of the variable 'message' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:3270:24: style: The scope of the variable 'key_info' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:3316:20: style: The scope of the variable 'session' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:3317:9: style: The scope of the variable 'result' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2334:32: style: Function 'hsm_destroy_context' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:278:32: note: Function 'hsm_destroy_context' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2334:32: note: Function 'hsm_destroy_context' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2376:26: style: Function 'hsm_list_keys' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:296:26: note: Function 'hsm_list_keys' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2376:26: note: Function 'hsm_list_keys' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2402:37: style: Function 'hsm_list_keys_repository' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:313:37: note: Function 'hsm_list_keys_repository' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2402:37: note: Function 'hsm_list_keys_repository' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2419:31: style: Function 'hsm_find_key_by_id' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:329:31: note: Function 'hsm_find_key_by_id' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2419:31: note: Function 'hsm_find_key_by_id' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2448:33: style: Function 'hsm_generate_rsa_key' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:346:33: note: Function 'hsm_generate_rsa_key' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2448:33: note: Function 'hsm_generate_rsa_key' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2536:33: style: Function 'hsm_generate_dsa_key' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:363:33: note: Function 'hsm_generate_dsa_key' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2536:33: note: Function 'hsm_generate_dsa_key' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2650:34: style: Function 'hsm_generate_gost_key' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:379:34: note: Function 'hsm_generate_gost_key' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2650:34: note: Function 'hsm_generate_gost_key' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2730:35: style: Function 'hsm_generate_ecdsa_key' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:395:35: note: Function 'hsm_generate_ecdsa_key' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2730:35: note: Function 'hsm_generate_ecdsa_key' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2826:27: style: Function 'hsm_remove_key' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:410:27: note: Function 'hsm_remove_key' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2826:27: note: Function 'hsm_remove_key' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2865:27: style: Function 'hsm_get_key_id' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:432:27: note: Function 'hsm_get_key_id' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2865:27: note: Function 'hsm_get_key_id' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2895:29: style: Function 'hsm_get_key_info' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:446:29: note: Function 'hsm_get_key_info' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2895:29: note: Function 'hsm_get_key_info' argument 1 names different: declaration 'context' definition 'ctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:3178:28: style: Function 'hsm_attach' argument 2 names different: declaration 'token_name' definition 'token_label'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:507:24: note: Function 'hsm_attach' argument 2 names different: declaration 'token_name' definition 'token_label'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:3178:28: note: Function 'hsm_attach' argument 2 names different: declaration 'token_name' definition 'token_label'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:3295:28: style: Function 'hsm_print_error' argument 1 names different: declaration 'ctx' definition 'gctx'. [funcArgNamesDifferent]
opendnssec-2.1.3/libhsm/src/lib/libhsm.h:536:33: note: Function 'hsm_print_error' argument 1 names different: declaration 'ctx' definition 'gctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:3295:28: note: Function 'hsm_print_error' argument 1 names different: declaration 'ctx' definition 'gctx'.
opendnssec-2.1.3/libhsm/src/lib/libhsm.c:2527:37: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/libhsm/src/lib/pin.c:237:10: style: The scope of the variable 'prompt' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/pin.c:239:18: style: The scope of the variable 'size' can be reduced. [variableScope]
opendnssec-2.1.3/libhsm/src/lib/pin.c:61:22: style: union member 'semun::array' is never used. [unusedStructMember]
opendnssec-2.1.3/signer/src/adapter/addns.c:783:5: style: Variable 'atmpfile' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/adapter/addns.c:771:0: note: Variable 'atmpfile' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/adapter/addns.c:783:5: note: Variable 'atmpfile' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/adapter/addns.c:98:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opendnssec-2.1.3/signer/src/adapter/addns.c:110:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opendnssec-2.1.3/signer/src/adapter/addns.c:571:12: style: The scope of the variable 'st_mtime' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/adapter/addns.c:629:12: style: The scope of the variable 'st_mtime' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/adapter/adfile.c:214:5: style: Variable 'dname' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/adapter/adfile.c:201:0: note: Variable 'dname' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/adapter/adfile.c:214:5: note: Variable 'dname' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/adapter/adfile.c:99:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opendnssec-2.1.3/signer/src/adapter/adfile.c:112:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opendnssec-2.1.3/signer/src/adapter/adfile.c:141:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opendnssec-2.1.3/signer/src/adapter/adfile.c:155:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opendnssec-2.1.3/signer/src/adapter/adfile.c:167:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opendnssec-2.1.3/signer/src/adapter/adutil.c:55:9: style: The scope of the variable 'c' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/daemon/cfg.c:53:24: style: The scope of the variable 'ecfg' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/daemon/dnshandler.c:110:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/daemon/dnshandler.c:108:0: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/dnshandler.c:110:5: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/dnshandler.c:134:5: style: Variable 'engine' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/daemon/dnshandler.c:128:0: note: Variable 'engine' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/dnshandler.c:134:5: note: Variable 'engine' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/engine.c:879:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/daemon/engine.c:880:9: style: The scope of the variable 'numTotalWorkers' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/daemon/engine.c:292:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/signer/src/daemon/signercommands.c:222:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/daemon/signercommands.c:217:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/signercommands.c:222:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/signercommands.c:394:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/daemon/signercommands.c:384:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/signercommands.c:394:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/signercommands.c:290:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/daemon/signercommands.c:385:14: style: The scope of the variable 'inbserial' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/daemon/signercommands.c:386:14: style: The scope of the variable 'intserial' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/daemon/signercommands.c:387:14: style: The scope of the variable 'outserial' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/daemon/signercommands.c:451:11: style: The scope of the variable 'taskdesc' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/daemon/signercommands.c:135:25: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/signer/src/daemon/signercommands.c:289:25: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/signer/src/daemon/signercommands.c:479:13: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/signer/src/daemon/signertasks.c:57:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/daemon/signertasks.c:51:0: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/signertasks.c:57:5: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/signertasks.c:92:5: style: Variable 'rrset' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/daemon/signertasks.c:87:0: note: Variable 'rrset' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/signertasks.c:92:5: note: Variable 'rrset' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/daemon/signertasks.c:154:17: style: The scope of the variable 'rrset' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/daemon/signertasks.c:460:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/signer/src/ods-signer.c:120:34: style: The scope of the variable 'opc' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/ods-signer.c:121:9: style: The scope of the variable 'datalen' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/ods-signerd.c:181:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opendnssec-2.1.3/signer/src/ods-signerd.c:91:5: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/ods-signerd.c:89:0: note: Variable 'file' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/ods-signerd.c:91:5: note: Variable 'file' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/addnsparser.c:53:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/addnsparser.c:149:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/addnsparser.c:238:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/confparser.c:163:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/parser/confparser.c:145:0: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/confparser.c:163:5: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/confparser.c:200:13: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/parser/confparser.c:191:13: note: Variable 'name' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/confparser.c:200:13: note: Variable 'name' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/confparser.c:268:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/parser/confparser.c:259:0: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/confparser.c:268:5: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/confparser.c:367:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/parser/confparser.c:357:0: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/confparser.c:367:5: note: Variable 'doc' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/confparser.c:151:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/confparser.c:152:11: style: The scope of the variable 'name' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/confparser.c:153:11: style: The scope of the variable 'module' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/confparser.c:154:11: style: The scope of the variable 'tokenlabel' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/confparser.c:155:11: style: The scope of the variable 'pin' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/confparser.c:156:13: style: The scope of the variable 'use_pubkey' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/confparser.c:157:13: style: The scope of the variable 'allowextract' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/confparser.c:158:9: style: The scope of the variable 'require_backup' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/confparser.c:256:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/confparser.c:338:25: style: Variable 'interface' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/signer/src/parser/confparser.c:446:13: style: Variable 'lwd' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/signer/src/parser/signconfparser.c:249:5: style: Variable 'duration' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/parser/signconfparser.c:240:0: note: Variable 'duration' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/signconfparser.c:249:5: note: Variable 'duration' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/signconfparser.c:60:11: style: The scope of the variable 'resourcerecord' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/signconfparser.c:61:11: style: The scope of the variable 'locator' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/signconfparser.c:62:11: style: The scope of the variable 'flags' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/signconfparser.c:63:11: style: The scope of the variable 'algorithm' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/signconfparser.c:64:9: style: The scope of the variable 'configerr' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/signconfparser.c:65:9: style: The scope of the variable 'ksk' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/signconfparser.c:65:14: style: The scope of the variable 'zsk' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/signconfparser.c:65:19: style: The scope of the variable 'publish' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/signconfparser.c:65:28: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/signconfparser.c:312:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/zonelistparser.c:268:61: warning: Either the condition 'new_zone' is redundant or there is possible null pointer dereference: new_zone. [nullPointerRedundantCheck]
opendnssec-2.1.3/signer/src/parser/zonelistparser.c:233:17: note: Assuming that condition 'new_zone' is not redundant
opendnssec-2.1.3/signer/src/parser/zonelistparser.c:268:61: note: Null pointer dereference
opendnssec-2.1.3/signer/src/parser/zonelistparser.c:61:5: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/parser/zonelistparser.c:55:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/zonelistparser.c:61:5: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/zonelistparser.c:82:5: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/parser/zonelistparser.c:80:0: note: Variable 'file' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/zonelistparser.c:82:5: note: Variable 'file' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/parser/zonelistparser.c:106:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/parser/zonelistparser.c:207:49: style: Checking if unsigned variable 'strlen(zone_name)' is less than zero. [unsignedLessThanZero]
opendnssec-2.1.3/signer/src/signer/backup.c:59:13: warning: Width 3990 given in format string (no. 1) is smaller than destination buffer 'buf[4000]'. [invalidScanfFormatWidth_smaller]
opendnssec-2.1.3/signer/src/signer/backup.c:326:5: style: Variable 'dname' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/backup.c:314:0: note: Variable 'dname' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/backup.c:326:5: note: Variable 'dname' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/backup.c:519:5: style: Variable 'dname' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/backup.c:506:0: note: Variable 'dname' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/backup.c:519:5: note: Variable 'dname' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/backup.c:257:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opendnssec-2.1.3/signer/src/signer/denial.c:85:5: style: Variable 'domain' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/denial.c:79:0: note: Variable 'domain' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:85:5: note: Variable 'domain' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:86:5: style: Variable 'rrset' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/denial.c:80:0: note: Variable 'rrset' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:86:5: note: Variable 'rrset' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:118:5: style: Variable 'next_owner_label' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/denial.c:113:0: note: Variable 'next_owner_label' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:118:5: note: Variable 'next_owner_label' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:165:5: style: Variable 'nsec_rr' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/denial.c:153:0: note: Variable 'nsec_rr' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:165:5: note: Variable 'nsec_rr' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:265:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/denial.c:262:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:265:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:302:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/denial.c:298:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:302:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/denial.c:160:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/signer/denial.c:299:14: style: The scope of the variable 'ttl' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/signer/domain.c:74:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
opendnssec-2.1.3/signer/src/signer/domain.c:76:7: note: Found duplicate branches for 'if' and 'else'.
opendnssec-2.1.3/signer/src/signer/domain.c:74:12: note: Found duplicate branches for 'if' and 'else'.
opendnssec-2.1.3/signer/src/signer/ixfr.c:188:5: style: Variable 'part' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/ixfr.c:182:0: note: Variable 'part' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/ixfr.c:188:5: note: Variable 'part' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/ixfr.c:93:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/signer/src/signer/ixfr.c:183:0: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/signer/src/signer/ixfr.c:218:0: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
opendnssec-2.1.3/signer/src/signer/keys.c:102:5: style: Variable 'keys_old' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/keys.c:98:0: note: Variable 'keys_old' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/keys.c:102:5: note: Variable 'keys_old' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:948:13: style: Condition '!soa_seen' is always true [knownConditionTrueFalse]
opendnssec-2.1.3/signer/src/signer/namedb.c:908:20: note: Assignment 'soa_seen=0', assigned value is 0
opendnssec-2.1.3/signer/src/signer/namedb.c:948:13: note: Condition '!soa_seen' is always true
opendnssec-2.1.3/signer/src/signer/namedb.c:485:5: style: Variable 'dstatus' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/namedb.c:480:0: note: Variable 'dstatus' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:485:5: note: Variable 'dstatus' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:515:5: style: Variable 'dstatus' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/namedb.c:509:0: note: Variable 'dstatus' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:515:5: note: Variable 'dstatus' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:575:5: style: Variable 'dstatus' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/namedb.c:570:0: note: Variable 'dstatus' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:575:5: note: Variable 'dstatus' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:601:5: style: Variable 'dstatus' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/namedb.c:595:0: note: Variable 'dstatus' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:601:5: note: Variable 'dstatus' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:636:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/namedb.c:631:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:636:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:682:5: style: Variable 'hashed_label' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/namedb.c:674:0: note: Variable 'hashed_label' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:682:5: note: Variable 'hashed_label' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:880:5: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/namedb.c:874:0: note: Variable 'node' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:880:5: note: Variable 'node' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/namedb.c:984:12: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/signer/rrset.c:307:5: style: Variable 'rrs_old' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/rrset.c:301:0: note: Variable 'rrs_old' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/rrset.c:307:5: note: Variable 'rrs_old' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/rrset.c:600:5: style: Variable 'rr_list' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/rrset.c:597:0: note: Variable 'rr_list' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/rrset.c:600:5: note: Variable 'rr_list' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/rrset.c:688:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/rrset.c:670:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/rrset.c:688:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/rrset.c:85:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
opendnssec-2.1.3/signer/src/signer/rrset.c:87:7: note: Found duplicate branches for 'if' and 'else'.
opendnssec-2.1.3/signer/src/signer/rrset.c:85:12: note: Found duplicate branches for 'if' and 'else'.
opendnssec-2.1.3/signer/src/signer/rrset.c:142:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
opendnssec-2.1.3/signer/src/signer/rrset.c:145:7: note: Found duplicate branches for 'if' and 'else'.
opendnssec-2.1.3/signer/src/signer/rrset.c:142:12: note: Found duplicate branches for 'if' and 'else'.
opendnssec-2.1.3/signer/src/signer/rrset.c:539:17: style: The scope of the variable 'rrsig' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/signer/rrset.c:577:17: style: The scope of the variable 'rrsig' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/signer/rrset.c:871:17: style: The scope of the variable 'rrsig' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/signer/rrset.c:872:14: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/signer/tools.c:59:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/tools.c:54:0: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/tools.c:59:5: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/tools.c:104:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/tools.c:95:0: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/tools.c:104:5: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:826:51: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:833:51: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:834:48: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:840:49: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:846:51: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:847:49: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:848:52: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:849:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:850:52: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:861:55: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:862:51: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:863:47: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:864:54: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:865:45: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:866:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:867:77: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:868:51: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:869:78: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:870:49: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:871:78: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:872:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:873:76: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:874:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:875:76: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:876:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:877:68: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:878:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:879:78: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:880:48: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:881:66: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:882:53: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:883:68: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:884:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:885:65: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:886:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:887:65: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:888:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:896:66: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:897:52: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:898:45: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:899:57: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:900:72: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:901:54: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:902:69: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:903:58: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/signer/zone.c:544:5: style: Variable 'domain' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/zone.c:533:0: note: Variable 'domain' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:544:5: note: Variable 'domain' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:623:5: style: Variable 'domain' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/zone.c:615:0: note: Variable 'domain' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:623:5: note: Variable 'domain' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:667:5: style: Variable 'domain' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/zone.c:659:0: note: Variable 'domain' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:667:5: note: Variable 'domain' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:814:5: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/zone.c:796:0: note: Variable 'filename' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:814:5: note: Variable 'filename' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:1055:5: style: Variable 'tmpfile' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/zone.c:1045:0: note: Variable 'tmpfile' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:1055:5: note: Variable 'tmpfile' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:1056:5: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/zone.c:1044:0: note: Variable 'filename' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:1056:5: note: Variable 'filename' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zone.c:1047:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/signer/zone.c:58:9: style: Unused variable: err [unusedVariable]
opendnssec-2.1.3/signer/src/signer/zonelist.c:107:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/zonelist.c:104:0: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zonelist.c:107:5: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zonelist.c:277:5: style: Variable 'n1' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/zonelist.c:267:0: note: Variable 'n1' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zonelist.c:277:5: note: Variable 'n1' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zonelist.c:278:5: style: Variable 'n2' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/signer/zonelist.c:268:0: note: Variable 'n2' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zonelist.c:278:5: note: Variable 'n2' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/signer/zonelist.c:400:16: style: The scope of the variable 'zone' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/wire/axfr.c:70:5: style: Variable 'xfrfile' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/axfr.c:55:0: note: Variable 'xfrfile' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/axfr.c:70:5: note: Variable 'xfrfile' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/axfr.c:60:12: style: The scope of the variable 'expire' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/wire/listener.c:65:5: style: Variable 'ifs_old' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/listener.c:62:0: note: Variable 'ifs_old' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/listener.c:65:5: note: Variable 'ifs_old' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/notify.c:240:5: style: Variable 'xfrhandler' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/notify.c:237:0: note: Variable 'xfrhandler' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/notify.c:240:5: note: Variable 'xfrhandler' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/notify.c:267:5: style: Variable 'xfrhandler' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/notify.c:262:0: note: Variable 'xfrhandler' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/notify.c:267:5: note: Variable 'xfrhandler' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/notify.c:268:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/notify.c:263:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/notify.c:268:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/notify.c:429:5: style: Variable 'xfrhandler' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/notify.c:424:0: note: Variable 'xfrhandler' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/notify.c:429:5: note: Variable 'xfrhandler' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/notify.c:430:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/notify.c:425:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/notify.c:430:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/query.c:488:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/query.c:484:0: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/query.c:488:5: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/query.c:507:17: style: The scope of the variable 'rrsig' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/wire/tsig.c:143:5: style: Variable 'aentry' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/tsig.c:137:0: note: Variable 'aentry' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/tsig.c:143:5: note: Variable 'aentry' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:205:59: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:206:56: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:207:60: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:208:55: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:209:57: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:210:57: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:211:54: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:212:57: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:213:54: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:214:58: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:215:60: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:216:59: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:217:61: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:218:57: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:219:59: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:220:58: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:221:60: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:222:59: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:228:61: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:229:55: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:230:55: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:231:56: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:232:56: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:233:57: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:234:54: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:235:59: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:241:61: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:242:55: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:243:60: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:244:67: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:245:58: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:246:63: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:247:70: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:248:56: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:249:61: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opendnssec-2.1.3/signer/src/wire/xfrd.c:661:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:656:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:661:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:662:5: style: Variable 'xfrfile' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:657:0: note: Variable 'xfrfile' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:662:5: note: Variable 'xfrfile' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:736:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:729:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:736:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:739:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:733:0: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:739:5: note: Variable 'status' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:789:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:784:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:789:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:822:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:819:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:822:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1023:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1011:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1023:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1185:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1181:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1185:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1188:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1180:0: note: Variable 'res' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1188:5: note: Variable 'res' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1274:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1265:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1274:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1277:5: style: Variable 'tcp' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1266:0: note: Variable 'tcp' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1277:5: note: Variable 'tcp' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1338:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1331:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1338:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1471:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1467:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1471:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1479:5: style: Variable 'tcp' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1466:0: note: Variable 'tcp' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1479:5: note: Variable 'tcp' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1524:5: style: Variable 'tcp' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1518:0: note: Variable 'tcp' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1524:5: note: Variable 'tcp' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1582:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1574:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1582:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1694:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1690:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1694:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1738:5: style: Variable 'xfrhandler' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1734:0: note: Variable 'xfrhandler' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1738:5: note: Variable 'xfrhandler' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1775:5: style: Variable 'xfrhandler' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1772:0: note: Variable 'xfrhandler' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1775:5: note: Variable 'xfrhandler' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1802:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1799:0: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:1802:5: note: Variable 'zone' is reassigned a value before the old one has been used.
opendnssec-2.1.3/signer/src/wire/xfrd.c:929:14: style: The scope of the variable 'rrlen' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/wire/xfrd.c:930:14: style: The scope of the variable 'ttl' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/wire/xfrd.c:1418:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/wire/xfrd.c:2109:9: style: The scope of the variable 'timeout' can be reduced. [variableScope]
opendnssec-2.1.3/signer/src/wire/xfrd.c:851:44: style: Function 'xfrd_parse_soa' argument 6 names different: declaration 'serial' definition 'soa_serial'. [funcArgNamesDifferent]
opendnssec-2.1.3/signer/src/wire/xfrd.c:63:15: note: Function 'xfrd_parse_soa' argument 6 names different: declaration 'serial' definition 'soa_serial'.
opendnssec-2.1.3/signer/src/wire/xfrd.c:851:44: note: Function 'xfrd_parse_soa' argument 6 names different: declaration 'serial' definition 'soa_serial'.
opendnssec-2.1.3/signer/src/wire/xfrd.c:700:0: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
[12:45]

ftp://ftp.se.debian.org/debian/pool/main/o/openexr/openexr_2.2.1.orig.tar.gz
openexr-2.2.1/IlmImf/ImfXdr.h:456:0: error: #error write<T> (T &out, signed long v) not implemented [preprocessorErrorDirective]
openexr-2.2.1/IlmImf/ImfChannelList.cpp:55:29: style: Function 'Channel' argument 1 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfChannelList.h:103:24: note: Function 'Channel' argument 1 names different: declaration 'type' definition 't'.
openexr-2.2.1/IlmImf/ImfChannelList.cpp:55:29: note: Function 'Channel' argument 1 names different: declaration 'type' definition 't'.
openexr-2.2.1/IlmImf/ImfChannelList.cpp:55:36: style: Function 'Channel' argument 2 names different: declaration 'xSampling' definition 'xs'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfChannelList.h:104:11: note: Function 'Channel' argument 2 names different: declaration 'xSampling' definition 'xs'.
openexr-2.2.1/IlmImf/ImfChannelList.cpp:55:36: note: Function 'Channel' argument 2 names different: declaration 'xSampling' definition 'xs'.
openexr-2.2.1/IlmImf/ImfChannelList.cpp:55:44: style: Function 'Channel' argument 3 names different: declaration 'ySampling' definition 'ys'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfChannelList.h:105:11: note: Function 'Channel' argument 3 names different: declaration 'ySampling' definition 'ys'.
openexr-2.2.1/IlmImf/ImfChannelList.cpp:55:44: note: Function 'Channel' argument 3 names different: declaration 'ySampling' definition 'ys'.
openexr-2.2.1/IlmImf/ImfChannelList.cpp:55:53: style: Function 'Channel' argument 4 names different: declaration 'pLinear' definition 'pl'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfChannelList.h:106:12: note: Function 'Channel' argument 4 names different: declaration 'pLinear' definition 'pl'.
openexr-2.2.1/IlmImf/ImfChannelList.cpp:55:53: note: Function 'Channel' argument 4 names different: declaration 'pLinear' definition 'pl'.
openexr-2.2.1/IlmImf/ImfName.h:62:5: style: Class 'Name' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfChannelList.h:278:5: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfChannelList.h:299:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfChannelList.h:300:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfChromaticities.cpp:65:53: style: Function 'operator==' argument 1 names different: declaration 'v' definition 'c'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfChromaticities.h:82:46: note: Function 'operator==' argument 1 names different: declaration 'v' definition 'c'.
openexr-2.2.1/IlmImf/ImfChromaticities.cpp:65:53: note: Function 'operator==' argument 1 names different: declaration 'v' definition 'c'.
openexr-2.2.1/IlmImf/ImfChromaticities.cpp:72:53: style: Function 'operator!=' argument 1 names different: declaration 'v' definition 'c'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfChromaticities.h:83:46: note: Function 'operator!=' argument 1 names different: declaration 'v' definition 'c'.
openexr-2.2.1/IlmImf/ImfChromaticities.cpp:72:53: note: Function 'operator!=' argument 1 names different: declaration 'v' definition 'c'.
openexr-2.2.1/IlmImf/ImfRleCompressor.h:59:17: style: The function 'numScanLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:82:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfRleCompressor.h:59:17: note: Function in derived class
openexr-2.2.1/IlmImf/ImfRleCompressor.h:61:17: style: The function 'compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:161:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfRleCompressor.h:61:17: note: Function in derived class
openexr-2.2.1/IlmImf/ImfRleCompressor.h:66:17: style: The function 'uncompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:187:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfRleCompressor.h:66:17: note: Function in derived class
openexr-2.2.1/IlmImf/ImfZipCompressor.h:63:17: style: The function 'numScanLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:82:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfZipCompressor.h:63:17: note: Function in derived class
openexr-2.2.1/IlmImf/ImfZipCompressor.h:65:17: style: The function 'compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:161:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfZipCompressor.h:65:17: note: Function in derived class
openexr-2.2.1/IlmImf/ImfZipCompressor.h:70:17: style: The function 'uncompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:187:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfZipCompressor.h:70:17: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:64:18: style: The function 'numScanLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:82:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:64:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:66:20: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:98:20: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:66:20: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:68:18: style: The function 'compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:161:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:68:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:73:18: style: The function 'compressTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:166:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:73:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:78:18: style: The function 'uncompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:187:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:78:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:83:18: style: The function 'uncompressTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:192:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPizCompressor.h:83:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:61:18: style: The function 'numScanLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:82:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:61:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:63:20: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:98:20: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:63:20: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:65:18: style: The function 'compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:161:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:65:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:70:18: style: The function 'compressTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:166:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:70:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:75:18: style: The function 'uncompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:187:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:75:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:80:18: style: The function 'uncompressTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:192:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfPxr24Compressor.h:80:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:64:18: style: The function 'numScanLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:82:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:64:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:66:20: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:98:20: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:66:20: note: Function in derived class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:68:18: style: The function 'compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:161:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:68:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:73:18: style: The function 'compressTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:166:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:73:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:78:18: style: The function 'uncompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:187:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:78:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:83:18: style: The function 'uncompressTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:192:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfB44Compressor.h:83:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfDwaCompressor.h:72:17: style: The function 'numScanLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:82:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfDwaCompressor.h:72:17: note: Function in derived class
openexr-2.2.1/IlmImf/ImfDwaCompressor.h:74:37: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:98:20: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfDwaCompressor.h:74:37: note: Function in derived class
openexr-2.2.1/IlmImf/ImfDwaCompressor.h:76:17: style: The function 'compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:161:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfDwaCompressor.h:76:17: note: Function in derived class
openexr-2.2.1/IlmImf/ImfDwaCompressor.h:86:17: style: The function 'uncompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfCompressor.h:187:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfDwaCompressor.h:86:17: note: Function in derived class
openexr-2.2.1/IlmImf/ImfDeepCompositing.cpp:92:10: style: Technically the member function 'Imf::sort_helper::operator()' can be const. [functionConst]
openexr-2.2.1/IlmImf/ImfDeepCompositing.cpp:100:5: style: Struct 'sort_helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:44:33: style: Function 'DeepSlice' argument 1 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:77:26: note: Function 'DeepSlice' argument 1 names different: declaration 'type' definition 't'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:44:33: note: Function 'DeepSlice' argument 1 names different: declaration 'type' definition 't'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:45:29: style: Function 'DeepSlice' argument 2 names different: declaration 'base' definition 'b'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:78:23: note: Function 'DeepSlice' argument 2 names different: declaration 'base' definition 'b'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:45:29: note: Function 'DeepSlice' argument 2 names different: declaration 'base' definition 'b'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:46:30: style: Function 'DeepSlice' argument 3 names different: declaration 'xStride' definition 'xst'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:79:23: note: Function 'DeepSlice' argument 3 names different: declaration 'xStride' definition 'xst'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:46:30: note: Function 'DeepSlice' argument 3 names different: declaration 'xStride' definition 'xst'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:47:30: style: Function 'DeepSlice' argument 4 names different: declaration 'yStride' definition 'yst'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:80:23: note: Function 'DeepSlice' argument 4 names different: declaration 'yStride' definition 'yst'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:47:30: note: Function 'DeepSlice' argument 4 names different: declaration 'yStride' definition 'yst'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:48:30: style: Function 'DeepSlice' argument 5 names different: declaration 'sampleStride' definition 'spst'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:81:23: note: Function 'DeepSlice' argument 5 names different: declaration 'sampleStride' definition 'spst'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:48:30: note: Function 'DeepSlice' argument 5 names different: declaration 'sampleStride' definition 'spst'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:49:27: style: Function 'DeepSlice' argument 6 names different: declaration 'xSampling' definition 'xsm'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:82:20: note: Function 'DeepSlice' argument 6 names different: declaration 'xSampling' definition 'xsm'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:49:27: note: Function 'DeepSlice' argument 6 names different: declaration 'xSampling' definition 'xsm'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:50:27: style: Function 'DeepSlice' argument 7 names different: declaration 'ySampling' definition 'ysm'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:83:20: note: Function 'DeepSlice' argument 7 names different: declaration 'ySampling' definition 'ysm'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:50:27: note: Function 'DeepSlice' argument 7 names different: declaration 'ySampling' definition 'ysm'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:51:30: style: Function 'DeepSlice' argument 8 names different: declaration 'fillValue' definition 'fv'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:84:23: note: Function 'DeepSlice' argument 8 names different: declaration 'fillValue' definition 'fv'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:51:30: note: Function 'DeepSlice' argument 8 names different: declaration 'fillValue' definition 'fv'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:52:28: style: Function 'DeepSlice' argument 9 names different: declaration 'xTileCoords' definition 'xtc'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:85:21: note: Function 'DeepSlice' argument 9 names different: declaration 'xTileCoords' definition 'xtc'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:52:28: note: Function 'DeepSlice' argument 9 names different: declaration 'xTileCoords' definition 'xtc'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:53:28: style: Function 'DeepSlice' argument 10 names different: declaration 'yTileCoords' definition 'ytc'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:86:21: note: Function 'DeepSlice' argument 10 names different: declaration 'yTileCoords' definition 'ytc'.
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.cpp:53:28: note: Function 'DeepSlice' argument 10 names different: declaration 'yTileCoords' definition 'ytc'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:228:5: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:249:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:250:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:176:5: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:197:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfDeepFrameBuffer.h:198:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfFastHuf.cpp:660:27: style: Array index 'codeLen' is used before limits check. [arrayIndexThenCheck]
openexr-2.2.1/IlmImf/ImfFastHuf.h:102:11: performance: Technically the member function 'Imf::FastHufDecoder::refill' can be static. [functionStatic]
openexr-2.2.1/IlmImf/ImfFastHuf.cpp:464:17: note: Technically the member function 'Imf::FastHufDecoder::refill' can be static.
openexr-2.2.1/IlmImf/ImfFastHuf.h:102:11: note: Technically the member function 'Imf::FastHufDecoder::refill' can be static.
openexr-2.2.1/IlmImf/ImfFastHuf.h:103:11: performance: Technically the member function 'Imf::FastHufDecoder::readBits' can be static. [functionStatic]
openexr-2.2.1/IlmImf/ImfFastHuf.cpp:546:17: note: Technically the member function 'Imf::FastHufDecoder::readBits' can be static.
openexr-2.2.1/IlmImf/ImfFastHuf.h:103:11: note: Technically the member function 'Imf::FastHufDecoder::readBits' can be static.
openexr-2.2.1/IlmImf/ImfFastHuf.cpp:243:5: style: Class 'FastHufDecoder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openexr-2.2.1/IlmImf/ImfFastHuf.cpp:243:5: style: Class 'FastHufDecoder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:54:25: style: Function 'Slice' argument 1 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:141:22: note: Function 'Slice' argument 1 names different: declaration 'type' definition 't'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:54:25: note: Function 'Slice' argument 1 names different: declaration 'type' definition 't'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:55:21: style: Function 'Slice' argument 2 names different: declaration 'base' definition 'b'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:142:19: note: Function 'Slice' argument 2 names different: declaration 'base' definition 'b'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:55:21: note: Function 'Slice' argument 2 names different: declaration 'base' definition 'b'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:56:22: style: Function 'Slice' argument 3 names different: declaration 'xStride' definition 'xst'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:143:19: note: Function 'Slice' argument 3 names different: declaration 'xStride' definition 'xst'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:56:22: note: Function 'Slice' argument 3 names different: declaration 'xStride' definition 'xst'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:57:22: style: Function 'Slice' argument 4 names different: declaration 'yStride' definition 'yst'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:144:19: note: Function 'Slice' argument 4 names different: declaration 'yStride' definition 'yst'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:57:22: note: Function 'Slice' argument 4 names different: declaration 'yStride' definition 'yst'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:58:19: style: Function 'Slice' argument 5 names different: declaration 'xSampling' definition 'xsm'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:145:16: note: Function 'Slice' argument 5 names different: declaration 'xSampling' definition 'xsm'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:58:19: note: Function 'Slice' argument 5 names different: declaration 'xSampling' definition 'xsm'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:59:19: style: Function 'Slice' argument 6 names different: declaration 'ySampling' definition 'ysm'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:146:16: note: Function 'Slice' argument 6 names different: declaration 'ySampling' definition 'ysm'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:59:19: note: Function 'Slice' argument 6 names different: declaration 'ySampling' definition 'ysm'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:60:22: style: Function 'Slice' argument 7 names different: declaration 'fillValue' definition 'fv'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:147:19: note: Function 'Slice' argument 7 names different: declaration 'fillValue' definition 'fv'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:60:22: note: Function 'Slice' argument 7 names different: declaration 'fillValue' definition 'fv'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:61:20: style: Function 'Slice' argument 8 names different: declaration 'xTileCoords' definition 'xtc'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:148:17: note: Function 'Slice' argument 8 names different: declaration 'xTileCoords' definition 'xtc'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:61:20: note: Function 'Slice' argument 8 names different: declaration 'xTileCoords' definition 'xtc'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:62:20: style: Function 'Slice' argument 9 names different: declaration 'yTileCoords' definition 'ytc'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfFrameBuffer.h:149:17: note: Function 'Slice' argument 9 names different: declaration 'yTileCoords' definition 'ytc'.
openexr-2.2.1/IlmImf/ImfFrameBuffer.cpp:62:20: note: Function 'Slice' argument 9 names different: declaration 'yTileCoords' definition 'ytc'.
openexr-2.2.1/IlmImf/ImfHuf.cpp:270:10: style: Technically the member function 'Imf::::FHeapCompare::operator()' can be const. [functionConst]
openexr-2.2.1/IlmImf/ImfAutoArray.h:61:0: style: Class 'Imf :: AutoArray < int , HUF_ENCSIZE >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openexr-2.2.1/IlmImf/ImfAutoArray.h:61:0: style: Class 'Imf :: AutoArray < int , HUF_ENCSIZE >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openexr-2.2.1/IlmImf/ImfAutoArray.h:61:0: style: Class 'Imf :: AutoArray < Int64 * , HUF_ENCSIZE >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openexr-2.2.1/IlmImf/ImfAutoArray.h:61:0: style: Class 'Imf :: AutoArray < Int64 * , HUF_ENCSIZE >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openexr-2.2.1/IlmImf/ImfAutoArray.h:61:0: style: Class 'Imf :: AutoArray < Int64 , HUF_ENCSIZE >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openexr-2.2.1/IlmImf/ImfAutoArray.h:61:0: style: Class 'Imf :: AutoArray < Int64 , HUF_ENCSIZE >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openexr-2.2.1/IlmImf/ImfAutoArray.h:61:0: style: Class 'Imf :: AutoArray < HufDec , HUF_DECSIZE >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openexr-2.2.1/IlmImf/ImfAutoArray.h:61:0: style: Class 'Imf :: AutoArray < HufDec , HUF_DECSIZE >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openexr-2.2.1/IlmImf/ImfInputStreamMutex.h:57:9: performance: Variable 'currentPosition' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openexr-2.2.1/IlmImf/ImfHeader.h:443:5: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfHeader.h:464:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfHeader.h:465:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfLut.h:70:5: style: Class 'HalfLut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfLut.h:156:5: style: Struct 'roundNBit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfRgba.h:55:1: warning: The struct 'Rgba' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openexr-2.2.1/IlmImf/ImfPreviewImage.cpp:89:15: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
openexr-2.2.1/IlmImf/ImfPreviewImage.cpp:62:6: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPreviewImage.cpp:67:6: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPreviewImage.cpp:78:2: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPreviewImage.cpp:98:2: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:294:16: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:296:16: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:438:16: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:440:16: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfArray.h:210:5: style: Variable '_data' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openexr-2.2.1/IlmImf/ImfArray.h:208:5: note: Variable '_data' is reassigned a value before the old one has been used if variable is no semaphore variable.
openexr-2.2.1/IlmImf/ImfArray.h:210:5: note: Variable '_data' is reassigned a value before the old one has been used if variable is no semaphore variable.
openexr-2.2.1/IlmImf/ImfArray.h:211:5: style: Variable '_size' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openexr-2.2.1/IlmImf/ImfArray.h:209:5: note: Variable '_size' is reassigned a value before the old one has been used if variable is no semaphore variable.
openexr-2.2.1/IlmImf/ImfArray.h:211:5: note: Variable '_size' is reassigned a value before the old one has been used if variable is no semaphore variable.
openexr-2.2.1/IlmImf/ImfArray.h:277:5: style: Variable '_data' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openexr-2.2.1/IlmImf/ImfArray.h:274:5: note: Variable '_data' is reassigned a value before the old one has been used if variable is no semaphore variable.
openexr-2.2.1/IlmImf/ImfArray.h:277:5: note: Variable '_data' is reassigned a value before the old one has been used if variable is no semaphore variable.
openexr-2.2.1/IlmImf/ImfArray.h:278:5: style: Variable '_sizeX' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openexr-2.2.1/IlmImf/ImfArray.h:275:5: note: Variable '_sizeX' is reassigned a value before the old one has been used if variable is no semaphore variable.
openexr-2.2.1/IlmImf/ImfArray.h:278:5: note: Variable '_sizeX' is reassigned a value before the old one has been used if variable is no semaphore variable.
openexr-2.2.1/IlmImf/ImfArray.h:279:5: style: Variable '_sizeY' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openexr-2.2.1/IlmImf/ImfArray.h:276:5: note: Variable '_sizeY' is reassigned a value before the old one has been used if variable is no semaphore variable.
openexr-2.2.1/IlmImf/ImfArray.h:279:5: note: Variable '_sizeY' is reassigned a value before the old one has been used if variable is no semaphore variable.
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:201:5: style: Class 'Pxr24Compressor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:201:5: style: Class 'Pxr24Compressor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openexr-2.2.1/IlmImf/ImfArray.h:86:6: style: Class 'Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:313:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:320:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:321:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:322:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:323:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:324:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:337:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:338:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:339:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:340:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:347:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:348:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:349:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:361:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:362:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:369:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:370:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:371:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:372:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:386:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:387:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:388:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:458:27: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:465:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:466:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:467:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:468:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:469:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:476:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:477:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:478:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:479:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:493:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:494:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:495:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:502:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:503:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:516:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:517:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:518:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:519:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:526:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:527:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:528:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:334:27: error: Uninitialized variable: pixel [uninitvar]
openexr-2.2.1/IlmImf/ImfPxr24Compressor.cpp:335:23: error: Uninitialized variable: pixel [uninitvar]
openexr-2.2.1/IlmImf/ImfRational.cpp:102:16: style: Condition 'x<0' is always true [knownConditionTrueFalse]
openexr-2.2.1/IlmImf/ImfRleCompressor.cpp:57:5: style: Class 'RleCompressor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openexr-2.2.1/IlmImf/ImfRleCompressor.cpp:57:5: style: Class 'RleCompressor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openexr-2.2.1/IlmImf/ImfRleCompressor.cpp:126:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfRleCompressor.cpp:130:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfRleCompressor.cpp:131:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfRleCompressor.cpp:132:6: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfRleCompressor.cpp:185:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfRleCompressor.cpp:186:6: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfStdIO.h:70:5: style: Class 'StdIFStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfStdIO.h:110:5: style: Class 'StdOFStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImf/ImfStdIO.h:84:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfIO.h:91:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfStdIO.h:84:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfStdIO.h:85:19: style: The function 'tellg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfIO.h:114:19: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfStdIO.h:85:19: note: Function in derived class
openexr-2.2.1/IlmImf/ImfStdIO.h:86:18: style: The function 'seekg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfIO.h:122:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfStdIO.h:86:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfStdIO.h:87:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfIO.h:129:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfStdIO.h:87:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfStdIO.h:124:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfIO.h:174:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfStdIO.h:124:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfStdIO.h:125:19: style: The function 'tellp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfIO.h:184:19: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfStdIO.h:125:19: note: Function in derived class
openexr-2.2.1/IlmImf/ImfStdIO.h:126:18: style: The function 'seekp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfIO.h:192:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfStdIO.h:126:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfStdIO.h:146:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfIO.h:174:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfStdIO.h:146:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfStdIO.h:147:19: style: The function 'tellp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfIO.h:184:19: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfStdIO.h:147:19: note: Function in derived class
openexr-2.2.1/IlmImf/ImfStdIO.h:148:18: style: The function 'seekp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImf/ImfIO.h:192:18: note: Virtual function in base class
openexr-2.2.1/IlmImf/ImfStdIO.h:148:18: note: Function in derived class
openexr-2.2.1/IlmImf/ImfSystemSpecific.cpp:96:10: style: The scope of the variable 'osxsave' can be reduced. [variableScope]
openexr-2.2.1/IlmImf/ImfSystemSpecific.cpp:98:10: style: The scope of the variable 'eax' can be reduced. [variableScope]
openexr-2.2.1/IlmImf/ImfTimeCode.cpp:124:41: style: Function 'operator==' argument 1 names different: declaration 'v' definition 'c'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfTimeCode.h:225:40: note: Function 'operator==' argument 1 names different: declaration 'v' definition 'c'.
openexr-2.2.1/IlmImf/ImfTimeCode.cpp:124:41: note: Function 'operator==' argument 1 names different: declaration 'v' definition 'c'.
openexr-2.2.1/IlmImf/ImfTimeCode.cpp:131:41: style: Function 'operator!=' argument 1 names different: declaration 'v' definition 'c'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImf/ImfTimeCode.h:226:40: note: Function 'operator!=' argument 1 names different: declaration 'v' definition 'c'.
openexr-2.2.1/IlmImf/ImfTimeCode.cpp:131:41: note: Function 'operator!=' argument 1 names different: declaration 'v' definition 'c'.
openexr-2.2.1/IlmImf/ImfZip.cpp:112:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfZip.cpp:116:26: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfZip.cpp:117:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfZip.cpp:118:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfZip.cpp:163:26: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfZip.cpp:164:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openexr-2.2.1/IlmImf/ImfZipCompressor.cpp:63:5: style: Class 'ZipCompressor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openexr-2.2.1/IlmImf/ImfZipCompressor.cpp:63:5: style: Class 'ZipCompressor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openexr-2.2.1/IlmImfExamples/drawImage.cpp:147:12: style: The scope of the variable 'a' can be reduced. [variableScope]
openexr-2.2.1/IlmImfExamples/drawImage.cpp:150:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfExamples/generalInterfaceExamples.cpp:96:11: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openexr-2.2.1/IlmImfExamples/generalInterfaceExamples.cpp:143:11: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openexr-2.2.1/IlmImfExamples/rgbaInterfaceExamples.cpp:183:18: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfFuzzTest/testFuzzDeepScanLines.cpp:219:21: style: Variable 'read_channel' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfFuzzTest/testFuzzDeepScanLines.cpp:250:21: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfFuzzTest/testFuzzDeepScanLines.cpp:312:25: style: Variable 'read_channel' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfFuzzTest/testFuzzDeepScanLines.cpp:341:25: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:293:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:294:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:295:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:301:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:315:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:321:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:357:12: warning: Assert statement modifies 'i'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:358:12: warning: Assert statement modifies 'i'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:359:12: warning: Assert statement modifies 'i'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:360:12: warning: Assert statement modifies 'i'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:368:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:369:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:370:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:371:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:377:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:378:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testAttributes.cpp:379:15: warning: Assert statement modifies 'first'. [assignmentInAssert]
openexr-2.2.1/IlmImfTest/testCopyDeepScanLine.cpp:305:21: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfTest/testCopyMultiPartFile.cpp:277:13: style: The scope of the variable 'tileX' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testCopyMultiPartFile.cpp:278:13: style: The scope of the variable 'tileY' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testCopyMultiPartFile.cpp:279:13: style: The scope of the variable 'levelMode' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testCopyMultiPartFile.cpp:707:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testDeepScanLineBasic.cpp:347:21: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfTest/testDeepScanLineBasic.cpp:72:44: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
openexr-2.2.1/IlmImfTest/testDeepScanLineMultipleRead.cpp:103:40: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openexr-2.2.1/IlmImfTest/testDeepScanLineMultipleRead.cpp:115:24: style: Variable 'sample_count' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfTest/testDeepScanLineMultipleRead.cpp:116:18: style: Variable 'sample' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfTest/testExistingStreams.cpp:112:5: style: Class 'MMIFStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImfTest/testFutureProofing.cpp:324:13: style: The scope of the variable 'tileX' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testFutureProofing.cpp:325:13: style: The scope of the variable 'tileY' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testFutureProofing.cpp:326:13: style: The scope of the variable 'levelMode' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testFutureProofing.cpp:783:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testFutureProofing.cpp:1286:0: error: Resource leak: f [resourceLeak]
openexr-2.2.1/IlmImfTest/testInputPart.cpp:265:13: style: The scope of the variable 'tileX' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testInputPart.cpp:266:13: style: The scope of the variable 'tileY' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testInputPart.cpp:267:13: style: The scope of the variable 'levelMode' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testInputPart.cpp:543:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMalformedImages.cpp:61:6: style: The scope of the variable 'width' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMalformedImages.cpp:62:6: style: The scope of the variable 'height' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMalformedImages.cpp:91:18: style: Variable 'dw' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfTest/testMultiPartApi.cpp:165:13: style: The scope of the variable 'tileX' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartApi.cpp:166:13: style: The scope of the variable 'tileY' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartApi.cpp:524:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartApi.cpp:443:25: style: Variable 'pixelType' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfTest/testMultiPartApi.cpp:444:25: style: Variable 'levelMode' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfTest/testMultiPartApi.cpp:75:9: warning: Member variable 'Task::tx' is not initialized in the constructor. [uninitMemberVar]
openexr-2.2.1/IlmImfTest/testMultiPartApi.cpp:75:9: warning: Member variable 'Task::ty' is not initialized in the constructor. [uninitMemberVar]
openexr-2.2.1/IlmImfTest/testMultiPartApi.cpp:75:9: warning: Member variable 'Task::lx' is not initialized in the constructor. [uninitMemberVar]
openexr-2.2.1/IlmImfTest/testMultiPartApi.cpp:75:9: warning: Member variable 'Task::ly' is not initialized in the constructor. [uninitMemberVar]
openexr-2.2.1/IlmImfTest/testMultiPartApi.cpp:75:9: style: Struct 'Task' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImfTest/testMultiPartFileMixingBasic.cpp:276:13: style: The scope of the variable 'tileX' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartFileMixingBasic.cpp:277:13: style: The scope of the variable 'tileY' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartFileMixingBasic.cpp:278:13: style: The scope of the variable 'levelMode' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartFileMixingBasic.cpp:706:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartSharedAttributes.cpp:117:13: style: The scope of the variable 'tileX' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartSharedAttributes.cpp:118:13: style: The scope of the variable 'tileY' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartSharedAttributes.cpp:119:13: style: The scope of the variable 'levelMode' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartThreading.cpp:406:13: style: The scope of the variable 'tileX' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartThreading.cpp:407:13: style: The scope of the variable 'tileY' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartThreading.cpp:689:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testMultiPartThreading.cpp:188:9: warning: Member variable 'WritingTaskData::tx' is not initialized in the constructor. [uninitMemberVar]
openexr-2.2.1/IlmImfTest/testMultiPartThreading.cpp:188:9: warning: Member variable 'WritingTaskData::ty' is not initialized in the constructor. [uninitMemberVar]
openexr-2.2.1/IlmImfTest/testMultiPartThreading.cpp:188:9: warning: Member variable 'WritingTaskData::lx' is not initialized in the constructor. [uninitMemberVar]
openexr-2.2.1/IlmImfTest/testMultiPartThreading.cpp:188:9: warning: Member variable 'WritingTaskData::ly' is not initialized in the constructor. [uninitMemberVar]
openexr-2.2.1/IlmImfTest/testMultiPartThreading.cpp:188:9: style: Struct 'WritingTaskData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImfTest/testMultiPartThreading.cpp:204:92: performance: Function parameter 'data' should be passed by const reference. [passedByValue]
openexr-2.2.1/IlmImfTest/testOptimized.cpp:202:13: style: Variable 'retVal' is reassigned a value before the old one has been used. [redundantAssignment]
openexr-2.2.1/IlmImfTest/testOptimized.cpp:198:0: note: Variable 'retVal' is reassigned a value before the old one has been used.
openexr-2.2.1/IlmImfTest/testOptimized.cpp:202:13: note: Variable 'retVal' is reassigned a value before the old one has been used.
openexr-2.2.1/IlmImfTest/testOptimized.cpp:324:19: style: Variable 'lHeight' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfTest/testOptimized.cpp:383:19: style: Variable 'lHeight' is assigned a value that is never used. [unreadVariable]
openexr-2.2.1/IlmImfTest/testOptimizedInterleavePatterns.cpp:191:43: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openexr-2.2.1/IlmImfTest/testOptimizedInterleavePatterns.cpp:212:45: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openexr-2.2.1/IlmImfTest/testOptimizedInterleavePatterns.cpp:349:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openexr-2.2.1/IlmImfTest/testOptimizedInterleavePatterns.cpp:86:20: performance: Technically the member function '::Schema::views' can be static. [functionStatic]
openexr-2.2.1/IlmImfTest/testRgbaThreading.cpp:109:13: style: The scope of the variable 'numWrite' can be reduced. [variableScope]
openexr-2.2.1/IlmImfTest/testSharedFrameBuffer.cpp:97:5: style: Class 'WriterThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:282:53: style: Function 'Edit' argument 1 names different: declaration 'level' definition 'channel'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:210:36: note: Function 'Edit' argument 1 names different: declaration 'level' definition 'channel'.
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:282:53: note: Function 'Edit' argument 1 names different: declaration 'level' definition 'channel'.
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:348:30: style: Function 'row' argument 1 names different: declaration 'r' definition 'n'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:122:38: note: Function 'row' argument 1 names different: declaration 'r' definition 'n'.
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:348:30: note: Function 'row' argument 1 names different: declaration 'r' definition 'n'.
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:210:10: style: Class 'Edit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:197:5: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:229:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:230:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:121:18: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageChannel.h:114:25: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:121:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:136:25: style: The function 'pixelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageChannel.h:76:25: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:136:25: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:145:25: style: The function 'slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:78:33: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:145:25: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:190:18: style: The function 'setSamplesToZero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:103:18: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:190:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:195:18: style: The function 'moveSampleList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:108:18: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:195:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:201:18: style: The function 'moveSamplesToNewBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:114:18: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:201:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:206:18: style: The function 'initializeSampleLists' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:119:18: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:206:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:208:18: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:121:18: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:208:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:210:18: style: The function 'resetBasePointer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:123:18: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageChannel.h:210:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:78:25: style: The function 'pixelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageChannel.h:76:25: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:78:25: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:248:25: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageChannel.h:114:25: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:248:25: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:168:18: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:90:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:168:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:170:18: style: The function 'shiftPixels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:92:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:170:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:172:18: style: The function 'insertChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:94:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:172:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:178:18: style: The function 'eraseChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:100:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:178:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:180:18: style: The function 'clearChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:102:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:180:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:182:18: style: The function 'renameChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:104:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:182:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:185:18: style: The function 'renameChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:107:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:185:18: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfImageChannelRenaming.h:72:40: performance: Function parameter 'oldToNewNames' should be passed by const reference. [passedByValue]
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:180:18: warning: Virtual function 'clearChannels' is called from destructor '~DeepImageLevel()' at line 82. Dynamic binding is not used. [virtualCallInConstructor]
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.cpp:82:5: note: Calling clearChannels
openexr-2.2.1/IlmImfUtil/ImfDeepImageLevel.h:180:18: note: clearChannels is a virtual method
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:295:36: style: Function 'row' argument 1 names different: declaration 'r' definition 'n'. [funcArgNamesDifferent]
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:151:34: note: Function 'row' argument 1 names different: declaration 'r' definition 'n'.
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:295:36: note: Function 'row' argument 1 names different: declaration 'r' definition 'n'.
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:173:5: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:205:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:206:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:98:29: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageChannel.h:114:25: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:98:29: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:113:25: style: The function 'pixelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageChannel.h:76:25: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:113:25: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:120:25: style: The function 'slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:77:29: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:120:25: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:169:25: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:98:29: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:169:25: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:171:25: style: The function 'resetBasePointer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:100:29: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageChannel.h:171:25: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:145:21: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:90:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:145:21: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:147:21: style: The function 'shiftPixels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:92:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:147:21: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:149:21: style: The function 'insertChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:94:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:149:21: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:155:21: style: The function 'eraseChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:100:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:155:21: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:157:21: style: The function 'clearChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:102:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:157:21: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:159:21: style: The function 'renameChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:104:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:159:21: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:162:21: style: The function 'renameChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:107:21: note: Virtual function in base class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:162:21: note: Function in derived class
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:157:21: warning: Virtual function 'clearChannels' is called from destructor '~FlatImageLevel()' at line 81. Dynamic binding is not used. [virtualCallInConstructor]
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.cpp:81:5: note: Calling clearChannels
openexr-2.2.1/IlmImfUtil/ImfFlatImageLevel.h:157:21: note: clearChannels is a virtual method
openexr-2.2.1/IlmImfUtil/ImfImage.cpp:316:38: error: Shifting by a negative value is undefined behaviour [shiftNegative]
openexr-2.2.1/IlmImfUtil/ImfImage.cpp:331:38: error: Shifting by a negative value is undefined behaviour [shiftNegative]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:109:29: performance: Technically the member function 'ImageLevel::throwChannelExists' can be static. [functionStatic]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.cpp:100:13: note: Technically the member function 'ImageLevel::throwChannelExists' can be static.
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:109:29: note: Technically the member function 'ImageLevel::throwChannelExists' can be static.
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:110:29: performance: Technically the member function 'ImageLevel::throwBadChannelName' can be static. [functionStatic]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.cpp:109:13: note: Technically the member function 'ImageLevel::throwBadChannelName' can be static.
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:110:29: note: Technically the member function 'ImageLevel::throwBadChannelName' can be static.
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:111:32: performance: Technically the member function 'ImageLevel::throwBadChannelNameOrType' can be static. [functionStatic]
openexr-2.2.1/IlmImfUtil/ImfImageLevel.cpp:117:13: note: Technically the member function 'ImageLevel::throwBadChannelNameOrType' can be static.
openexr-2.2.1/IlmImfUtil/ImfImageLevel.h:111:32: note: Technically the member function 'ImageLevel::throwBadChannelNameOrType' can be static.
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:248:25: warning: Virtual function 'resize' is called from constructor 'SampleCountChannel(DeepImageLevel&level)' at line 98. Dynamic binding is not used. [virtualCallInConstructor]
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.cpp:98:5: note: Calling resize
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:248:25: note: resize is a virtual method
openexr-2.2.1/IlmImfUtil/ImfSampleCountChannel.h:245:5: style: Class 'SampleCountChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/exrenvmap/blurImage.cpp:74:25: style: Function 'blurImage' argument 1 names different: declaration 'image' definition 'image1'. [funcArgNamesDifferent]
openexr-2.2.1/exrenvmap/blurImage.h:54:25: note: Function 'blurImage' argument 1 names different: declaration 'image' definition 'image1'.
openexr-2.2.1/exrenvmap/blurImage.cpp:74:25: note: Function 'blurImage' argument 1 names different: declaration 'image' definition 'image1'.
openexr-2.2.1/exrmakepreview/makePreview.cpp:68:12: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
openexr-2.2.1/exrmaketiled/Image.h:114:5: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/exrmaketiled/Image.h:91:0: style: The function 'slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/exrmaketiled/Image.h:68:24: note: Virtual function in base class
openexr-2.2.1/exrmaketiled/Image.h:91:0: note: Function in derived class
openexr-2.2.1/exrmaketiled/Image.h:98:0: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/exrmaketiled/Image.h:75:18: note: Virtual function in base class
openexr-2.2.1/exrmaketiled/Image.h:98:0: note: Function in derived class
openexr-2.2.1/exrmaketiled/Image.h:89:20: performance: Technically the member function 'TypedImageChannel::pixelType' can be static. [functionStatic]
openexr-2.2.1/exrmaketiled/Image.h:166:14: note: Technically the member function 'TypedImageChannel::pixelType' can be static.
openexr-2.2.1/exrmaketiled/Image.h:89:20: note: Technically the member function 'TypedImageChannel::pixelType' can be static.
openexr-2.2.1/exrmaketiled/Image.h:91:24: style: The function 'slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/exrmaketiled/Image.h:68:24: note: Virtual function in base class
openexr-2.2.1/exrmaketiled/Image.h:91:24: note: Function in derived class
openexr-2.2.1/exrmaketiled/Image.h:98:19: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/exrmaketiled/Image.h:75:18: note: Virtual function in base class
openexr-2.2.1/exrmaketiled/Image.h:98:19: note: Function in derived class
openexr-2.2.1/exrmultiview/Image.h:115:5: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openexr-2.2.1/exrmultiview/Image.h:91:0: style: The function 'slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/exrmultiview/Image.h:67:24: note: Virtual function in base class
openexr-2.2.1/exrmultiview/Image.h:91:0: note: Function in derived class
openexr-2.2.1/exrmultiview/Image.h:96:0: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/exrmultiview/Image.h:74:18: note: Virtual function in base class
openexr-2.2.1/exrmultiview/Image.h:96:0: note: Function in derived class
openexr-2.2.1/exrmultiview/Image.h:97:0: style: The function 'black' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/exrmultiview/Image.h:71:42: note: Virtual function in base class
openexr-2.2.1/exrmultiview/Image.h:97:0: note: Function in derived class
openexr-2.2.1/exrmultiview/Image.h:89:20: performance: Technically the member function 'TypedImageChannel::pixelType' can be static. [functionStatic]
openexr-2.2.1/exrmultiview/Image.h:175:14: note: Technically the member function 'TypedImageChannel::pixelType' can be static.
openexr-2.2.1/exrmultiview/Image.h:89:20: note: Technically the member function 'TypedImageChannel::pixelType' can be static.
openexr-2.2.1/exrmultiview/Image.h:91:24: style: The function 'slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/exrmultiview/Image.h:67:24: note: Virtual function in base class
openexr-2.2.1/exrmultiview/Image.h:91:24: note: Function in derived class
openexr-2.2.1/exrmultiview/Image.h:96:18: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/exrmultiview/Image.h:74:18: note: Virtual function in base class
openexr-2.2.1/exrmultiview/Image.h:96:18: note: Function in derived class
openexr-2.2.1/exrmultiview/Image.h:97:18: style: The function 'black' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openexr-2.2.1/exrmultiview/Image.h:71:42: note: Virtual function in base class
openexr-2.2.1/exrmultiview/Image.h:97:18: note: Function in derived class
[12:45]

ftp://ftp.se.debian.org/debian/pool/main/o/openexr-viewers/openexr-viewers_1.0.1.orig.tar.gz
openexr_viewers-1.0.1/exrdisplay/ImageView.cpp:121:30: style: Function 'setKneeLow' argument 1 names different: declaration 'low' definition 'kneeLow'. [funcArgNamesDifferent]
openexr_viewers-1.0.1/exrdisplay/ImageView.h:70:36: note: Function 'setKneeLow' argument 1 names different: declaration 'low' definition 'kneeLow'.
openexr_viewers-1.0.1/exrdisplay/ImageView.cpp:121:30: note: Function 'setKneeLow' argument 1 names different: declaration 'low' definition 'kneeLow'.
openexr_viewers-1.0.1/exrdisplay/ImageView.cpp:130:31: style: Function 'setKneeHigh' argument 1 names different: declaration 'high' definition 'kneeHigh'. [funcArgNamesDifferent]
openexr_viewers-1.0.1/exrdisplay/ImageView.h:71:37: note: Function 'setKneeHigh' argument 1 names different: declaration 'high' definition 'kneeHigh'.
openexr_viewers-1.0.1/exrdisplay/ImageView.cpp:130:31: note: Function 'setKneeHigh' argument 1 names different: declaration 'high' definition 'kneeHigh'.
openexr_viewers-1.0.1/exrdisplay/ImageView.cpp:280:40: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
openexr_viewers-1.0.1/exrdisplay/ImageView.h:78:25: warning: Virtual function 'updateScreenPixels' is called from constructor 'ImageView(int x,int y,int w,int h,const char label[],const Imf::Rgba pixels[],int dw,int dh,int dx,int dy,Fl_Box*rgbaBox,float gamma,float exposure,float defog,float kneeLow,float kneeHigh)' at line 98. Dynamic binding is not used. [virtualCallInConstructor]
openexr_viewers-1.0.1/exrdisplay/ImageView.cpp:98:5: note: Calling updateScreenPixels
openexr_viewers-1.0.1/exrdisplay/ImageView.h:78:25: note: updateScreenPixels is a virtual method
openexr_viewers-1.0.1/exrdisplay/main.cpp:93:30: style: C-style pointer casting [cstyleCast]
openexr_viewers-1.0.1/exrdisplay/main.cpp:101:30: style: C-style pointer casting [cstyleCast]
openexr_viewers-1.0.1/exrdisplay/main.cpp:109:30: style: C-style pointer casting [cstyleCast]
openexr_viewers-1.0.1/exrdisplay/main.cpp:117:30: style: C-style pointer casting [cstyleCast]
openexr_viewers-1.0.1/exrdisplay/main.cpp:358:14: style: Boolean variable 'preview' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openexr_viewers-1.0.1/playexr/ImageBuffers.cpp:49:15: warning: Member variable 'ImageBuffers::_pixels' is not initialized in the constructor. [uninitMemberVar]
openexr_viewers-1.0.1/playexr/ImageBuffers.cpp:49:15: warning: Member variable 'ImageBuffers::_frameNumbers' is not initialized in the constructor. [uninitMemberVar]
openexr_viewers-1.0.1/playexr/ImageBuffers.h:114:12: performance: Technically the member function 'ImageBuffers::numBuffers' can be static. [functionStatic]
openexr_viewers-1.0.1/playexr/ImageBuffers.cpp:62:15: note: Technically the member function 'ImageBuffers::numBuffers' can be static.
openexr_viewers-1.0.1/playexr/ImageBuffers.h:114:12: note: Technically the member function 'ImageBuffers::numBuffers' can be static.
openexr_viewers-1.0.1/playexr/Timer.h:90:11: style: Technically the member function 'Timer::actualFrameRate' can be const. [functionConst]
openexr_viewers-1.0.1/playexr/Timer.cpp:179:8: note: Technically the member function 'Timer::actualFrameRate' can be const.
openexr_viewers-1.0.1/playexr/Timer.h:90:11: note: Technically the member function 'Timer::actualFrameRate' can be const.
openexr_viewers-1.0.1/playexr/ctlToLut.cpp:383:26: performance: Function parameter 'transformNames' should be passed by const reference. [passedByValue]
[12:45]

ftp://ftp.se.debian.org/debian/pool/main/o/openfetion/openfetion_2.2.1.orig.tar.gz
openfetion-2.2.1/src/fx_about.c:42:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_about.c:40:0: note: Variable 'tags' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_about.c:42:2: note: Variable 'tags' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_about.c:122:2: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_about.c:116:0: note: Variable 'tags' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_about.c:122:2: note: Variable 'tags' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_addbuddy.c:198:2: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_addbuddy.c:191:0: note: Variable 'config' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_addbuddy.c:198:2: note: Variable 'config' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_addbuddy.c:294:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openfetion-2.2.1/src/fx_addbuddy.c:162:13: style: The scope of the variable 'button' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_addbuddy.c:165:10: style: The scope of the variable 'phrase' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_addbuddy.c:135:58: style: Function 'fx_addbuddy_create_group_model' argument 1 names different: declaration 'fxaddnuddy' definition 'fxaddbuddy'. [funcArgNamesDifferent]
openfetion-2.2.1/src/fx_addbuddy.h:46:65: note: Function 'fx_addbuddy_create_group_model' argument 1 names different: declaration 'fxaddnuddy' definition 'fxaddbuddy'.
openfetion-2.2.1/src/fx_addbuddy.c:135:58: note: Function 'fx_addbuddy_create_group_model' argument 1 names different: declaration 'fxaddnuddy' definition 'fxaddbuddy'.
openfetion-2.2.1/src/fx_app.c:69:2: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_app.c:51:0: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:69:2: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:77:2: style: Variable 'fixed' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_app.c:50:0: note: Variable 'fixed' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:77:2: note: Variable 'fixed' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:146:2: style: Variable 'tree' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_app.c:140:0: note: Variable 'tree' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:146:2: note: Variable 'tree' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:147:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_app.c:139:0: note: Variable 'model' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:147:2: note: Variable 'model' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:149:2: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_app.c:138:0: note: Variable 'store' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:149:2: note: Variable 'store' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:188:2: style: Variable 'gmodel' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_app.c:178:0: note: Variable 'gmodel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:188:2: note: Variable 'gmodel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:200:2: style: Variable 'localname' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_app.c:198:2: note: Variable 'localname' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:200:2: note: Variable 'localname' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:305:2: style: Variable 'sid' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_app.c:301:0: note: Variable 'sid' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:305:2: note: Variable 'sid' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:306:2: style: Variable 'contact' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_app.c:302:0: note: Variable 'contact' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_app.c:306:2: note: Variable 'contact' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_chat.c:396:2: style: Variable 'fxemotion' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_chat.c:388:0: note: Variable 'fxemotion' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_chat.c:396:2: note: Variable 'fxemotion' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_chat.c:710:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_chat.c:700:0: note: Variable 'text' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_chat.c:710:2: note: Variable 'text' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_chat.c:75:21: style: The scope of the variable 'now' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_chat.c:189:13: style: The scope of the variable 'pb' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_chat.c:190:13: style: The scope of the variable 'sipuri' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_chat.c:191:13: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_chat.c:403:10: style: The scope of the variable 'fxchat' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_chat.c:433:13: style: The scope of the variable 'frame' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_chat.c:434:13: style: The scope of the variable 'img' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_conn.c:224:2: style: Variable 'stateModel' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_conn.c:209:0: note: Variable 'stateModel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_conn.c:224:2: note: Variable 'stateModel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_conn.c:240:2: style: Variable 'user' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_conn.c:202:0: note: Variable 'user' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_conn.c:240:2: note: Variable 'user' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_conn.c:250:2: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_conn.c:200:0: note: Variable 'config' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_conn.c:250:2: note: Variable 'config' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_conn.c:325:2: style: Variable 'newul' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_conn.c:324:2: note: Variable 'newul' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_conn.c:325:2: note: Variable 'newul' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_conn.c:630:20: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_conn.c:633:20: style: The scope of the variable 'tmp_cur' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_conn.c:634:20: style: The scope of the variable 'fxchat' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_dsms.c:244:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_dsms.c:240:0: note: Variable 'res' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_dsms.c:244:2: note: Variable 'res' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_dsms.c:201:13: style: The scope of the variable 'menu' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_dsms.c:201:21: style: The scope of the variable 'item' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_dsms.c:201:29: style: The scope of the variable 'img' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_dsms.c:202:21: style: The scope of the variable 'args' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_dsms.c:239:7: style: The scope of the variable 'text' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_dsms.c:699:10: style: The scope of the variable 'fxdsms' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_edit.c:91:11: style: The scope of the variable 'contact' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_head.c:276:5: warning: Either the condition 'event!=NULL' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
openfetion-2.2.1/src/fx_head.c:330:14: note: Assuming that condition 'event!=NULL' is not redundant
openfetion-2.2.1/src/fx_head.c:276:5: note: Null pointer dereference
openfetion-2.2.1/src/fx_head.c:282:5: warning: Either the condition 'event!=NULL' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
openfetion-2.2.1/src/fx_head.c:330:14: note: Assuming that condition 'event!=NULL' is not redundant
openfetion-2.2.1/src/fx_head.c:282:5: note: Null pointer dereference
openfetion-2.2.1/src/fx_head.c:549:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_head.c:604:13: style: The scope of the variable 'fxst' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_head.c:505:3: error: Memory leak: args [memleak]
openfetion-2.2.1/src/fx_head.c:512:3: error: Memory leak: args [memleak]
openfetion-2.2.1/src/fx_head.c:516:3: error: Memory leak: args [memleak]
openfetion-2.2.1/src/fx_history.c:172:11: style: The scope of the variable 'history' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_history.c:310:17: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_idle.c:76:11: style: The scope of the variable 'args' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_login.c:169:2: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_login.c:157:0: note: Variable 'config' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:169:2: note: Variable 'config' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:171:2: style: Variable 'proxy' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_login.c:162:0: note: Variable 'proxy' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:171:2: note: Variable 'proxy' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:175:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_login.c:158:0: note: Variable 'model' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:175:2: note: Variable 'model' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:195:2: style: Variable 'rmBtn' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_login.c:160:0: note: Variable 'rmBtn' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:195:2: note: Variable 'rmBtn' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:197:2: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_login.c:163:0: note: Variable 'image' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:197:2: note: Variable 'image' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:226:2: style: Variable 'img' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_login.c:155:0: note: Variable 'img' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:226:2: note: Variable 'img' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:235:2: style: Variable 'stateModel' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_login.c:153:0: note: Variable 'stateModel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:235:2: note: Variable 'stateModel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:238:2: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_login.c:154:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:238:2: note: Variable 'renderer' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:254:2: style: Variable 'proxyHbox' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_login.c:159:0: note: Variable 'proxyHbox' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:254:2: note: Variable 'proxyHbox' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_login.c:600:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_login.c:601:19: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_login.c:467:5: warning: The buffer 'truncated' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openfetion-2.2.1/src/fx_login.c:578:3: warning: The buffer 'truncated' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openfetion-2.2.1/src/fx_lookup.c:85:13: style: The scope of the variable 'dialog' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_lookup.c:40:9: warning: Size of pointer 'fxlookup' used instead of size of its data. [pointerSize]
openfetion-2.2.1/src/fx_lookupres.c:125:2: style: Variable 'box' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_lookupres.c:108:0: note: Variable 'box' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_lookupres.c:125:2: note: Variable 'box' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_lookupres.c:131:2: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_lookupres.c:110:0: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_lookupres.c:131:2: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_lookupres.c:177:2: style: Variable 'inbox' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_lookupres.c:109:0: note: Variable 'inbox' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_lookupres.c:177:2: note: Variable 'inbox' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_main.c:1606:9: warning: Either the condition '!fxmain' is redundant or there is possible null pointer dereference: fxmain. [nullPointerRedundantCheck]
openfetion-2.2.1/src/fx_main.c:1617:6: note: Assuming that condition '!fxmain' is not redundant
openfetion-2.2.1/src/fx_main.c:1606:9: note: Null pointer dereference
openfetion-2.2.1/src/fx_main.c:492:12: style: The scope of the variable 'sysmsg' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:516:17: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:518:17: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:736:13: style: The scope of the variable 'mitem' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:742:13: style: The scope of the variable 'pb' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:885:16: style: The scope of the variable 'contact' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:886:16: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1061:11: style: The scope of the variable 'pgcur' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1215:10: style: The scope of the variable 'server_fifo' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1230:11: style: The scope of the variable 'fxclose' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1410:13: style: The scope of the variable 'config' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1411:13: style: The scope of the variable 'item' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1413:13: style: The scope of the variable 'statemenu' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1414:13: style: The scope of the variable 'submenu' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1421:14: style: The scope of the variable 'args' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1714:17: style: The scope of the variable 'msg' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1808:23: style: The scope of the variable 'now_t' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1809:23: style: The scope of the variable 'msg_time_t' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1810:23: style: The scope of the variable 'seconds' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1885:13: style: The scope of the variable 'sip' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1886:13: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1887:13: style: The scope of the variable 'sid1' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1906:13: style: The scope of the variable 'sip' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1907:13: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1908:13: style: The scope of the variable 'sid1' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1932:11: style: The scope of the variable 'contact' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1933:11: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1934:11: style: The scope of the variable 'sid1' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1954:11: style: The scope of the variable 'contact' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1983:15: style: The scope of the variable 'args' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1985:15: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:1986:15: style: The scope of the variable 'sid1' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:2006:15: style: The scope of the variable 'args' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:2007:15: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:2008:15: style: The scope of the variable 'sid1' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:2031:13: style: The scope of the variable 'fxpg' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_main.c:199:27: style: Function 'fx_main_free' argument 1 names different: declaration 'main' definition 'fxmain'. [funcArgNamesDifferent]
openfetion-2.2.1/src/fx_main.h:46:34: note: Function 'fx_main_free' argument 1 names different: declaration 'main' definition 'fxmain'.
openfetion-2.2.1/src/fx_main.c:199:27: note: Function 'fx_main_free' argument 1 names different: declaration 'main' definition 'fxmain'.
openfetion-2.2.1/src/fx_main.c:849:61: style: Function 'fx_main_process_user_left' argument 2 names different: declaration 'sipmsg' definition 'msg'. [funcArgNamesDifferent]
openfetion-2.2.1/src/fx_main.h:85:68: note: Function 'fx_main_process_user_left' argument 2 names different: declaration 'sipmsg' definition 'msg'.
openfetion-2.2.1/src/fx_main.c:849:61: note: Function 'fx_main_process_user_left' argument 2 names different: declaration 'sipmsg' definition 'msg'.
openfetion-2.2.1/src/fx_main.c:1928:45: style: Function 'fx_list_find_chat_by_sipuri' argument 1 names different: declaration 'clist' definition 'fxlist'. [funcArgNamesDifferent]
openfetion-2.2.1/src/fx_main.h:142:52: note: Function 'fx_list_find_chat_by_sipuri' argument 1 names different: declaration 'clist' definition 'fxlist'.
openfetion-2.2.1/src/fx_main.c:1928:45: note: Function 'fx_list_find_chat_by_sipuri' argument 1 names different: declaration 'clist' definition 'fxlist'.
openfetion-2.2.1/src/fx_main.c:2046:15: style: Function 'fx_main_add_history' argument 3 names different: declaration 'userid' definition 'sid'. [funcArgNamesDifferent]
openfetion-2.2.1/src/fx_main.h:88:15: note: Function 'fx_main_add_history' argument 3 names different: declaration 'userid' definition 'sid'.
openfetion-2.2.1/src/fx_main.c:2046:15: note: Function 'fx_main_add_history' argument 3 names different: declaration 'userid' definition 'sid'.
openfetion-2.2.1/src/fx_many.c:382:2: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_many.c:377:0: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_many.c:382:2: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_many.c:256:9: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_many.c:532:17: style: The scope of the variable 'conv' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_many.c:587:10: style: The scope of the variable 'fxmany' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_myself.c:275:12: style: The scope of the variable 'fxmyself' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_pggroup.c:577:15: warning: Either the condition '!fxpg' is redundant or there is possible null pointer dereference: fxpg. [nullPointerRedundantCheck]
openfetion-2.2.1/src/fx_pggroup.c:590:7: note: Assuming that condition '!fxpg' is not redundant
openfetion-2.2.1/src/fx_pggroup.c:577:15: note: Null pointer dereference
openfetion-2.2.1/src/fx_pggroup.c:579:36: warning: Either the condition '!fxpg' is redundant or there is possible null pointer dereference: fxpg. [nullPointerRedundantCheck]
openfetion-2.2.1/src/fx_pggroup.c:590:7: note: Assuming that condition '!fxpg' is not redundant
openfetion-2.2.1/src/fx_pggroup.c:579:36: note: Null pointer dereference
openfetion-2.2.1/src/fx_pggroup.c:101:14: style: The scope of the variable 'nonotice' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_pggroup.c:565:8: style: The scope of the variable 'pgsid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_pggroup.c:566:7: style: The scope of the variable 'text' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_pggroup.c:582:13: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_pggroup.c:583:7: style: The scope of the variable 'portraitPath' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_pggroup.c:584:7: style: The scope of the variable 'path' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_pggroup.c:586:8: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_proxy.c:83:2: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_proxy.c:74:0: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:83:2: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:86:2: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_proxy.c:65:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:86:2: note: Variable 'vbox' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:87:2: style: Variable 'action_area' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_proxy.c:66:0: note: Variable 'action_area' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:87:2: note: Variable 'action_area' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:89:2: style: Variable 'fixed' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_proxy.c:71:0: note: Variable 'fixed' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:89:2: note: Variable 'fixed' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:99:2: style: Variable 'hostLabel' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_proxy.c:67:0: note: Variable 'hostLabel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:99:2: note: Variable 'hostLabel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:103:2: style: Variable 'portLabel' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_proxy.c:68:0: note: Variable 'portLabel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:103:2: note: Variable 'portLabel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:115:2: style: Variable 'userLabel' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_proxy.c:69:0: note: Variable 'userLabel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:115:2: note: Variable 'userLabel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:119:2: style: Variable 'passLabel' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_proxy.c:70:0: note: Variable 'passLabel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:119:2: note: Variable 'passLabel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:132:2: style: Variable 'okBtn' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_proxy.c:72:0: note: Variable 'okBtn' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:132:2: note: Variable 'okBtn' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:135:2: style: Variable 'cancelBtn' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_proxy.c:73:0: note: Variable 'cancelBtn' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:135:2: note: Variable 'cancelBtn' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_proxy.c:75:7: style: The scope of the variable 'text' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_proxy.c:176:10: warning: Size of pointer 'proxy' used instead of size of its data. [pointerSize]
openfetion-2.2.1/src/fx_search.c:163:33: warning: Either the condition 'carrier!=NULL' is redundant or there is possible null pointer dereference: carrier. [nullPointerRedundantCheck]
openfetion-2.2.1/src/fx_search.c:163:15: note: Assuming that condition 'carrier!=NULL' is not redundant
openfetion-2.2.1/src/fx_search.c:163:33: note: Null pointer dereference
openfetion-2.2.1/src/fx_search.c:337:37: style: Function 'fx_search_initialize' argument 1 names different: declaration 'searcn' definition 'search'. [funcArgNamesDifferent]
openfetion-2.2.1/src/fx_search.h:55:44: note: Function 'fx_search_initialize' argument 1 names different: declaration 'searcn' definition 'search'.
openfetion-2.2.1/src/fx_search.c:337:37: note: Function 'fx_search_initialize' argument 1 names different: declaration 'searcn' definition 'search'.
openfetion-2.2.1/src/fx_server.c:114:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openfetion-2.2.1/src/fx_server.c:85:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_server.c:165:16: style: The scope of the variable 'conv' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_server.c:229:20: style: The scope of the variable 'city' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_server.c:230:20: style: The scope of the variable 'province' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_server.c:231:20: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_server.c:283:117: style: Function 'server_send_message_to_friend' argument 5 names different: declaration 'errbuf' definition 'resbuf'. [funcArgNamesDifferent]
openfetion-2.2.1/src/fx_server.c:41:117: note: Function 'server_send_message_to_friend' argument 5 names different: declaration 'errbuf' definition 'resbuf'.
openfetion-2.2.1/src/fx_server.c:283:117: note: Function 'server_send_message_to_friend' argument 5 names different: declaration 'errbuf' definition 'resbuf'.
openfetion-2.2.1/src/fx_server.c:77:41: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openfetion-2.2.1/src/fx_set.c:216:2: style: Variable 'psetting_label' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:187:0: note: Variable 'psetting_label' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:216:2: note: Variable 'psetting_label' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:222:2: style: Variable 'ssetting_label' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:188:0: note: Variable 'ssetting_label' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:222:2: note: Variable 'ssetting_label' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:230:2: style: Variable 'cancel_button' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:191:0: note: Variable 'cancel_button' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:230:2: note: Variable 'cancel_button' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:235:2: style: Variable 'ok_button' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:190:0: note: Variable 'ok_button' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:235:2: note: Variable 'ok_button' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:338:2: style: Variable 'box' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:330:0: note: Variable 'box' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:338:2: note: Variable 'box' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:341:2: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:328:0: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:341:2: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:358:2: style: Variable 'gmodel' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:331:0: note: Variable 'gmodel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:358:2: note: Variable 'gmodel' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:360:2: style: Variable 'gender_entry' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:332:0: note: Variable 'gender_entry' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:360:2: note: Variable 'gender_entry' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:481:2: style: Variable 'fixed' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:474:0: note: Variable 'fixed' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:481:2: note: Variable 'fixed' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:483:2: style: Variable 'label1' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:475:0: note: Variable 'label1' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:483:2: note: Variable 'label1' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:517:2: style: Variable 'label2' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:476:0: note: Variable 'label2' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:517:2: note: Variable 'label2' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:528:2: style: Variable 'apScr' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:478:0: note: Variable 'apScr' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:528:2: note: Variable 'apScr' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:537:2: style: Variable 'label3' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:477:0: note: Variable 'label3' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:537:2: note: Variable 'label3' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:543:2: style: Variable 'gl' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_set.c:479:0: note: Variable 'gl' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_set.c:543:2: note: Variable 'gl' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_share.c:120:11: style: The scope of the variable 'fxshare' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_share.c:147:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_share.c:54:3: error: Memory leak: fxshare [memleak]
openfetion-2.2.1/src/fx_tree.c:936:34: warning: Either the condition 'carrier!=NULL' is redundant or there is possible null pointer dereference: carrier. [nullPointerRedundantCheck]
openfetion-2.2.1/src/fx_tree.c:936:16: note: Assuming that condition 'carrier!=NULL' is not redundant
openfetion-2.2.1/src/fx_tree.c:936:34: note: Null pointer dereference
openfetion-2.2.1/src/fx_tree.c:448:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:434:0: note: Variable 'group' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:448:2: note: Variable 'group' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:449:2: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:436:0: note: Variable 'config' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:449:2: note: Variable 'config' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:451:2: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:438:0: note: Variable 'store' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:451:2: note: Variable 'store' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:656:2: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:636:0: note: Variable 'menu' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:656:2: note: Variable 'menu' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:658:2: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:640:0: note: Variable 'selection' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:658:2: note: Variable 'selection' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:790:2: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:785:0: note: Variable 'menu' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:790:2: note: Variable 'menu' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1393:2: style: Variable 'fxhistory' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:1386:0: note: Variable 'fxhistory' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1393:2: note: Variable 'fxhistory' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1526:2: style: Variable 'contact' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:1518:0: note: Variable 'contact' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1526:2: note: Variable 'contact' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1532:2: style: Variable 'sid' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:1514:0: note: Variable 'sid' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1532:2: note: Variable 'sid' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1537:2: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:1517:0: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1537:2: note: Variable 'pb' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1655:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:1652:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1655:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1683:2: style: Variable 'fxgedit' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_tree.c:1679:0: note: Variable 'fxgedit' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:1683:2: note: Variable 'fxgedit' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_tree.c:255:6: style: The scope of the variable 'hasGroup' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:643:21: style: The scope of the variable 'profileargs' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:644:21: style: The scope of the variable 'moveargs' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:645:21: style: The scope of the variable 'chatargs' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:899:40: style: The scope of the variable 'sid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:899:47: style: The scope of the variable 'stateStr' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:900:7: style: The scope of the variable 'stateStr1' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:1009:7: style: The scope of the variable 'time' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:1010:7: style: The scope of the variable 'text' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:1141:11: style: The scope of the variable 'strcur' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:1142:11: style: The scope of the variable 'pgsid' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:1212:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:1213:17: style: The scope of the variable 'fxchat' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:1214:17: style: The scope of the variable 'msg' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:1461:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:2039:19: style: The scope of the variable 'model' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:2041:16: style: The scope of the variable 'menu' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:2042:16: style: The scope of the variable 'seperator' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:2046:16: style: The scope of the variable 'arg' can be reduced. [variableScope]
openfetion-2.2.1/src/fx_tree.c:432:41: style: Function 'create_model' argument 1 names different: declaration 'groupList' definition 'user'. [funcArgNamesDifferent]
openfetion-2.2.1/src/fx_tree.c:35:41: note: Function 'create_model' argument 1 names different: declaration 'groupList' definition 'user'.
openfetion-2.2.1/src/fx_tree.c:432:41: note: Function 'create_model' argument 1 names different: declaration 'groupList' definition 'user'.
openfetion-2.2.1/src/fx_tree.c:88:9: warning: Size of pointer 'args' used instead of size of its data. [pointerSize]
openfetion-2.2.1/src/fx_tree.c:1415:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openfetion-2.2.1/src/fx_util.c:82:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_util.c:81:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_util.c:82:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_util.c:97:5: style: Variable 'tokens' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_util.c:95:0: note: Variable 'tokens' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_util.c:97:5: note: Variable 'tokens' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_util.c:98:5: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
openfetion-2.2.1/src/fx_util.c:94:0: note: Variable 'out' is reassigned a value before the old one has been used.
openfetion-2.2.1/src/fx_util.c:98:5: note: Variable 'out' is reassigned a value before the old one has been used.
[12:45]

ftp://ftp.se.debian.org/debian/pool/main/o/openfoam/openfoam_4.1+dfsg1.orig.tar.xz
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/PDRFoam/PDRFoamAutoRefine.C:187:21: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModelNew.C:32:23: style: Function 'New' argument 1 names different: declaration 'XiEqProperties' definition 'propDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.H:122:31: note: Function 'New' argument 1 names different: declaration 'XiEqProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModelNew.C:32:23: note: Function 'New' argument 1 names different: declaration 'XiEqProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModelNew.C:32:23: style: Function 'New' argument 1 names different: declaration 'XiGProperties' definition 'propDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.H:113:31: note: Function 'New' argument 1 names different: declaration 'XiGProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModelNew.C:32:23: note: Function 'New' argument 1 names different: declaration 'XiGProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModelNew.C:32:23: style: Function 'New' argument 1 names different: declaration 'XiProperties' definition 'propDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.H:179:31: note: Function 'New' argument 1 names different: declaration 'XiProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModelNew.C:32:23: note: Function 'New' argument 1 names different: declaration 'XiProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H:106:13: style: Class 'polynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/XiFoam/bEqn.H:138:9: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/applications/solvers/combustion/XiFoam/bEqn.H:142:9: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/applications/solvers/compressible/rhoCentralFoam/BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchField.H:52:1: warning: The class 'mixedFixedValueSlipFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/compressible/rhoCentralFoam/BCs/rho/fixedRhoFvPatchScalarField.H:81:1: warning: The class 'fixedRhoFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/compressible/rhoSimpleFoam/rhoPorousSimpleFoam/pEqn.H:22:5: style: Variable 'closedVolume' is reassigned a value before the old one has been used. [redundantAssignment]
OpenFOAM-4.x-version-4.1/applications/solvers/compressible/rhoSimpleFoam/rhoPorousSimpleFoam/pEqn.H:17:0: note: Variable 'closedVolume' is reassigned a value before the old one has been used.
OpenFOAM-4.x-version-4.1/applications/solvers/compressible/rhoSimpleFoam/rhoPorousSimpleFoam/pEqn.H:22:5: note: Variable 'closedVolume' is reassigned a value before the old one has been used.
OpenFOAM-4.x-version-4.1/applications/solvers/electromagnetics/magneticFoam/magnet.H:94:9: style: Class 'magnet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionFoam.C:93:30: style: Variable 'finalIter' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:49:5: style: Variable 'DiNum' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenFOAM-4.x-version-4.1/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:37:0: note: Variable 'DiNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:49:5: note: Variable 'DiNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:51:5: style: Variable 'meanDiNum' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenFOAM-4.x-version-4.1/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:38:0: note: Variable 'meanDiNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:51:5: note: Variable 'meanDiNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/compressibleInterFoam/compressibleInterDyMFoam/compressibleInterDyMFoam.C:69:21: style: Variable 'T' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.H:108:22: warning: Virtual function 'correct' is called from constructor 'twoPhaseMixtureThermo(const fvMesh&mesh)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.C:67:5: note: Calling correct
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.H:108:22: note: correct is a virtual method
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.H:75:9: style: Class 'twoPhaseMixtureThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/alphaContactAngle/alphaContactAngleFvPatchScalarField.H:78:13: style: Class 'interfaceThetaProps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.H:236:22: warning: Virtual function 'correct' is called from constructor 'multiphaseMixtureThermo(const volVectorField&U,const surfaceScalarField&phi)' at line 118. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.C:118:5: note: Calling correct
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.H:236:22: note: correct is a virtual method
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/multiphaseMixtureThermo.C:55:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/driftFluxFoam/incompressibleTwoPhaseInteractingMixture/incompressibleTwoPhaseInteractingMixture.H:188:22: warning: Virtual function 'correct' is called from constructor 'incompressibleTwoPhaseInteractingMixture(const volVectorField&U,const surfaceScalarField&phi)' at line 109. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/driftFluxFoam/incompressibleTwoPhaseInteractingMixture/incompressibleTwoPhaseInteractingMixture.C:109:5: note: Calling correct
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/driftFluxFoam/incompressibleTwoPhaseInteractingMixture/incompressibleTwoPhaseInteractingMixture.H:188:22: note: correct is a virtual method
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interFoam/alphaEqn.H:68:13: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interFoam/interMixingFoam/alphaEqnsSubCycle.H:40:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interFoam/interMixingFoam/threePhaseInterfaceProperties/threePhaseInterfaceProperties.C:44:35: style: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interFoam/interMixingFoam/threePhaseInterfaceProperties/threePhaseInterfaceProperties.H:85:43: note: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interFoam/interMixingFoam/threePhaseInterfaceProperties/threePhaseInterfaceProperties.C:44:35: note: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interFoam/interMixingFoam/threePhaseInterfaceProperties/threePhaseInterfaceProperties.H:101:9: style: Class 'threePhaseInterfaceProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H:115:22: warning: Virtual function 'correct' is called from constructor 'Kunz(const volVectorField&U,const surfaceScalarField&phi)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.C:60:5: note: Calling correct
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H:115:22: note: correct is a virtual method
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H:109:22: warning: Virtual function 'correct' is called from constructor 'Merkle(const volVectorField&U,const surfaceScalarField&phi)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.C:60:5: note: Calling correct
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H:109:22: note: correct is a virtual method
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H:122:22: warning: Virtual function 'correct' is called from constructor 'SchnerrSauer(const volVectorField&U,const surfaceScalarField&phi)' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.C:64:5: note: Calling correct
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H:122:22: note: correct is a virtual method
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/alphaContactAngle/alphaContactAngleFvPatchScalarField.H:78:13: style: Class 'interfaceThetaProps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:267:23: style: Function 'correctContactAngle' argument 1 names different: declaration 'alpha1' definition 'phase1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H:214:31: note: Function 'correctContactAngle' argument 1 names different: declaration 'alpha1' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:267:23: note: Function 'correctContactAngle' argument 1 names different: declaration 'alpha1' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:268:23: style: Function 'correctContactAngle' argument 2 names different: declaration 'alpha2' definition 'phase2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H:215:31: note: Function 'correctContactAngle' argument 2 names different: declaration 'alpha2' definition 'phase2'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:268:23: note: Function 'correctContactAngle' argument 2 names different: declaration 'alpha2' definition 'phase2'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:371:23: style: Function 'K' argument 1 names different: declaration 'alpha1' definition 'phase1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H:221:31: note: Function 'K' argument 1 names different: declaration 'alpha1' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:371:23: note: Function 'K' argument 1 names different: declaration 'alpha1' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:372:23: style: Function 'K' argument 2 names different: declaration 'alpha2' definition 'phase2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H:222:31: note: Function 'K' argument 2 names different: declaration 'alpha2' definition 'phase2'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:372:23: note: Function 'K' argument 2 names different: declaration 'alpha2' definition 'phase2'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:796:23: style: Function 'surfaceTension' argument 1 names different: declaration 'phase' definition 'phase1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H:291:66: note: Function 'surfaceTension' argument 1 names different: declaration 'phase' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:796:23: note: Function 'surfaceTension' argument 1 names different: declaration 'phase' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:50:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseSystem/phaseModel/phaseModel.H:114:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseInterFoam/multiphaseInterDyMFoam/multiphaseInterDyMFoam.C:79:31: style: Variable 'rhoPhi' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseInterFoam/multiphaseInterFoam.C:62:31: style: Variable 'rhoPhi' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/alphaContactAngle/alphaContactAngleFvPatchScalarField.H:78:13: style: Class 'interfaceThetaProps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.C:48:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/phase/phase.C:32:17: style: Function 'phase' argument 1 names different: declaration 'name' definition 'phaseName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/phase/phase.H:72:25: note: Function 'phase' argument 1 names different: declaration 'name' definition 'phaseName'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/phase/phase.C:32:17: note: Function 'phase' argument 1 names different: declaration 'name' definition 'phaseName'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/Antoine/Antoine.H:84:9: style: Class 'Antoine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/AntoineExtended/AntoineExtended.H:86:9: style: Class 'AntoineExtended' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/ArdenBuck/ArdenBuck.H:71:9: style: Class 'ArdenBuck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/constantSaturationConditions/constantSaturationConditions.H:74:9: style: Class 'constantSaturationConditions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/saturationModels/polynomial/polynomial.H:80:9: style: Class 'polynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.C:48:23: style: Function 'GidaspowErgunWenYu' argument 1 names different: declaration 'interfaceDict' definition 'dict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H:88:31: note: Function 'GidaspowErgunWenYu' argument 1 names different: declaration 'interfaceDict' definition 'dict'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.C:48:23: note: Function 'GidaspowErgunWenYu' argument 1 names different: declaration 'interfaceDict' definition 'dict'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/interfacialModels/wallDependentModel/wallDependentModel.H:73:9: style: Class 'wallDependentModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/HeatTransferPhaseSystem/HeatTransferPhaseSystem.H:83:9: style: Class 'HeatTransferPhaseSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/InterfaceCompositionPhaseChangePhaseSystem/InterfaceCompositionPhaseChangePhaseSystem.H:86:9: style: Class 'InterfaceCompositionPhaseChangePhaseSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.H:156:9: style: Class 'MomentumTransferPhaseSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/ThermalPhaseChangePhaseSystem/ThermalPhaseChangePhaseSystem.H:86:9: style: Class 'ThermalPhaseChangePhaseSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/constantDiameter/constantDiameter.C:87:61: style: Function 'read' argument 1 names different: declaration 'diameterProperties' definition 'phaseProperties'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/constantDiameter/constantDiameter.H:87:45: note: Function 'read' argument 1 names different: declaration 'diameterProperties' definition 'phaseProperties'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/constantDiameter/constantDiameter.C:87:61: note: Function 'read' argument 1 names different: declaration 'diameterProperties' definition 'phaseProperties'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/diameterModel/newDiameterModel.C:32:23: style: Function 'New' argument 1 names different: declaration 'diameterProperties' definition 'dict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/diameterModel/diameterModel.H:101:31: note: Function 'New' argument 1 names different: declaration 'diameterProperties' definition 'dict'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/diameterModels/diameterModel/newDiameterModel.C:32:23: note: Function 'New' argument 1 names different: declaration 'diameterProperties' definition 'dict'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MovingPhaseModel/MovingPhaseModel.H:125:22: warning: Virtual function 'correctKinematics' is called from constructor 'MovingPhaseModel(const phaseSystem&fluid,const word&phaseName,const label index)' at line 204. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MovingPhaseModel/MovingPhaseModel.C:204:5: note: Calling correctKinematics
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MovingPhaseModel/MovingPhaseModel.H:125:22: note: correctKinematics is a virtual method
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/phaseModel/phaseModel.H:135:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phasePair/phasePairKey/phasePairKey.C:34:21: warning: Member variable 'phasePairKey::ordered_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystem.H:341:22: warning: Virtual function 'correctKinematics' is called from constructor 'phaseSystem(const fvMesh&mesh)' at line 179. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystem.C:179:5: note: Calling correctKinematics
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystem.H:341:22: note: correctKinematics is a virtual method
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystem.H:271:9: style: Class 'phaseSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/alphaContactAngle/alphaContactAngleFvPatchScalarField.H:78:13: style: Class 'interfaceThetaProps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:370:23: style: Function 'correctContactAngle' argument 1 names different: declaration 'alpha1' definition 'phase1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H:92:31: note: Function 'correctContactAngle' argument 1 names different: declaration 'alpha1' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:370:23: note: Function 'correctContactAngle' argument 1 names different: declaration 'alpha1' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:371:23: style: Function 'correctContactAngle' argument 2 names different: declaration 'alpha2' definition 'phase2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H:93:31: note: Function 'correctContactAngle' argument 2 names different: declaration 'alpha2' definition 'phase2'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:371:23: note: Function 'correctContactAngle' argument 2 names different: declaration 'alpha2' definition 'phase2'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:476:23: style: Function 'K' argument 1 names different: declaration 'alpha1' definition 'phase1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H:99:31: note: Function 'K' argument 1 names different: declaration 'alpha1' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:476:23: note: Function 'K' argument 1 names different: declaration 'alpha1' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:477:23: style: Function 'K' argument 2 names different: declaration 'alpha2' definition 'phase2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H:100:31: note: Function 'K' argument 2 names different: declaration 'alpha2' definition 'phase2'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:477:23: note: Function 'K' argument 2 names different: declaration 'alpha2' definition 'phase2'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:538:23: style: Function 'surfaceTension' argument 1 names different: declaration 'phase' definition 'phase1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H:193:66: note: Function 'surfaceTension' argument 1 names different: declaration 'phase' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:538:23: note: Function 'surfaceTension' argument 1 names different: declaration 'phase' definition 'phase1'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C:60:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/pU/pEqn.H:44:21: style: The scope of the variable 'phase' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/pU/pEqn.H:65:21: style: The scope of the variable 'phase' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/derivedFvPatchFields/alphatFixedDmdtWallBoilingWallFunction/alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.H:60:1: warning: The class 'alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/derivedFvPatchFields/alphatPhaseChangeJayatillekeWallFunction/alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H:81:1: warning: The class 'alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.H:78:1: warning: The class 'alphatWallBoilingWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/derivedFvPatchFields/copiedFixedValue/copiedFixedValueFvPatchScalarField.H:55:1: warning: The class 'copiedFixedValueFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/derivedFvPatchFields/fixedMultiPhaseHeatFlux/fixedMultiPhaseHeatFluxFvPatchScalarField.H:61:1: warning: The class 'fixedMultiPhaseHeatFluxFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.H:66:9: style: Class 'Gidaspow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H:71:9: style: Class 'HrenyaSinclair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.H:66:9: style: Class 'Syamlal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/derivedFvPatchFields/JohnsonJacksonParticleSlip/JohnsonJacksonParticleSlipFvPatchVectorField.H:66:1: warning: The class 'JohnsonJacksonParticleSlipFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/derivedFvPatchFields/JohnsonJacksonParticleTheta/JohnsonJacksonParticleThetaFvPatchScalarField.H:66:1: warning: The class 'JohnsonJacksonParticleThetaFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.H:85:9: style: Class 'JohnsonJackson' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/frictionalStressModel/JohnsonJacksonSchaeffer/JohnsonJacksonSchaefferFrictionalStress.H:85:9: style: Class 'JohnsonJacksonSchaeffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.H:73:9: style: Class 'Schaeffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/granularPressureModel/Lun/LunPressure.H:66:9: style: Class 'Lun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.H:66:9: style: Class 'SyamlalRogersOBrien' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.H:66:9: style: Class 'CarnahanStarling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.H:66:9: style: Class 'LunSavage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.H:66:9: style: Class 'SinclairJackson' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.H:65:9: style: Class 'Gidaspow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.H:73:9: style: Class 'HrenyaSinclair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.H:66:9: style: Class 'Syamlal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels/viscosityModel/none/noneViscosity.H:64:9: style: Class 'noneViscosity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE/IATEsources/IATEsource/IATEsource.H:154:16: performance: Technically the member function 'Foam::diameterModels::IATEsource::phi' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE/IATEsources/IATEsource/IATEsource.H:94:9: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.C:48:23: style: Function 'GidaspowErgunWenYu' argument 1 names different: declaration 'interfaceDict' definition 'dict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H:88:31: note: Function 'GidaspowErgunWenYu' argument 1 names different: declaration 'interfaceDict' definition 'dict'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.C:48:23: note: Function 'GidaspowErgunWenYu' argument 1 names different: declaration 'interfaceDict' definition 'dict'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/wallDependentModel/wallDependentModel.H:73:9: style: Class 'wallDependentModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.H:66:9: style: Class 'Gidaspow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H:71:9: style: Class 'HrenyaSinclair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.H:66:9: style: Class 'Syamlal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/derivedFvPatchFields/JohnsonJacksonParticleSlip/JohnsonJacksonParticleSlipFvPatchVectorField.H:66:1: warning: The class 'JohnsonJacksonParticleSlipFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/derivedFvPatchFields/JohnsonJacksonParticleTheta/JohnsonJacksonParticleThetaFvPatchScalarField.H:66:1: warning: The class 'JohnsonJacksonParticleThetaFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.H:85:9: style: Class 'JohnsonJackson' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.H:73:9: style: Class 'Schaeffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/granularPressureModel/Lun/LunPressure.H:66:9: style: Class 'Lun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.H:66:9: style: Class 'SyamlalRogersOBrien' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.H:66:9: style: Class 'CarnahanStarling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.H:66:9: style: Class 'LunSavage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.H:66:9: style: Class 'SinclairJackson' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.H:65:9: style: Class 'Gidaspow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.H:73:9: style: Class 'HrenyaSinclair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.H:66:9: style: Class 'Syamlal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/phaseCompressibleTurbulenceModels/kineticTheoryModels/viscosityModel/none/noneViscosity.H:64:9: style: Class 'noneViscosity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE/IATEsources/IATEsource/IATEsource.H:153:16: performance: Technically the member function 'Foam::diameterModels::IATEsource::phi' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE/IATEsources/IATEsource/IATEsource.H:93:9: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/constantDiameter/constantDiameter.C:90:61: style: Function 'read' argument 1 names different: declaration 'diameterProperties' definition 'phaseProperties'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/constantDiameter/constantDiameter.H:87:45: note: Function 'read' argument 1 names different: declaration 'diameterProperties' definition 'phaseProperties'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/constantDiameter/constantDiameter.C:90:61: note: Function 'read' argument 1 names different: declaration 'diameterProperties' definition 'phaseProperties'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/diameterModel/newDiameterModel.C:32:23: style: Function 'New' argument 1 names different: declaration 'diameterProperties' definition 'dict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/diameterModel/diameterModel.H:101:31: note: Function 'New' argument 1 names different: declaration 'diameterProperties' definition 'dict'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/diameterModel/newDiameterModel.C:32:23: note: Function 'New' argument 1 names different: declaration 'diameterProperties' definition 'dict'.
OpenFOAM-4.x-version-4.1/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/phasePair/phasePairKey/phasePairKey.C:34:21: warning: Member variable 'phasePairKey::ordered_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/applications/solvers/stressAnalysis/solidDisplacementFoam/tractionDisplacement/tractionDisplacementFvPatchVectorField.H:51:1: warning: The class 'tractionDisplacementFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/tractionDisplacementCorrection/tractionDisplacementCorrectionFvPatchVectorField.H:41:1: warning: The class 'tractionDisplacementCorrectionFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/test/Dictionary/Test-Dictionary.C:79:5: style: Class 'Scalar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/test/HashTable/Test-hashTable.C:113:9: error: Same iterator is used with different containers 'table1' and 'table2'. [iterators]
OpenFOAM-4.x-version-4.1/applications/test/HashingSpeed/Test-HashingSpeed.C:725:10: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/HashingSpeed/Test-HashingSpeed.C:800:10: style: The scope of the variable 'crc_accum' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/HashingSpeed/Test-HashingSpeed.C:825:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/HashingSpeed/Test-HashingSpeed.C:845:9: style: The scope of the variable 'i0' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/HashingSpeed/Test-HashingSpeed.C:845:13: style: The scope of the variable 'i1' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/HashingSpeed/Test-HashingSpeed.C:1022:14: error: Uninitialized variable: h [uninitvar]
OpenFOAM-4.x-version-4.1/applications/test/ISLList/Test-ISLList.C:50:5: style: Class 'Scalar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/test/PatchTools/Test-PatchTools.C:291:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/applications/test/PtrList/Test-PtrList.C:51:5: style: Class 'Scalar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/test/PtrListDictionary/Test-PtrListDictionary.C:50:5: style: Class 'Scalar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/test/alloc/Test-alloc.C:24:0: style: Variable 'array' is allocated memory that is never used. [unusedAllocatedMemory]
OpenFOAM-4.x-version-4.1/applications/test/alloc/Test-malloc.C:5:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/applications/test/alloc/Test-new.C:3:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/applications/test/alloc/Test.C:55:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/applications/test/callback/Test-callback.C:41:5: style: Class 'callback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/test/callback/Test-callback.C:97:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/test/callback/Test-callback.C:49:25: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/test/callback/Test-callback.C:97:25: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1517:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1053:9: style: The scope of the variable 'fplay' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1055:10: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1260:7: style: The scope of the variable 'err' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1393:7: style: The scope of the variable 'fn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1397:13: style: The scope of the variable 'qfiles' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2311:7: style: The scope of the variable 'geom_timeset' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2312:10: style: The scope of the variable 'pn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:3199:10: style: The scope of the variable 'vn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4649:20: style: The scope of the variable 'nn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4651:7: style: The scope of the variable 'geom_timeset' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4947:10: style: The scope of the variable 'vn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4951:7: style: The scope of the variable 'num_comps' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:542:9: style: Unused variable: fplay [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:548:7: style: Unused variable: i [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:548:10: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:856:8: style: Unused variable: description [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:857:7: style: Unused variable: i [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:857:9: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2059:9: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2331:8: style: Unused variable: crds [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2342:0: style: Variable 'num_failed' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2343:33: style: Variable 'fail_flags' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:3197:10: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:3208:7: style: Unused variable: ne [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4945:10: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:5075:9: style: Variable 'num_comps' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4956:7: style: Unused variable: ne [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1100:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1104:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1108:7: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1136:9: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1148:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1149:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1151:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1169:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1605:5: error: Memory leak: part_ids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1611:5: error: Memory leak: part_ids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1611:5: error: Memory leak: part_types [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1632:5: error: Memory leak: number_of_nodes [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2134:5: error: Memory leak: var_type [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2140:5: error: Memory leak: var_type [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2140:5: error: Memory leak: var_classify [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2147:5: error: Memory leak: var_type [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2147:5: error: Memory leak: var_classify [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2147:5: error: Memory leak: var_complex [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2168:5: error: Memory leak: var_freq [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2174:5: error: Memory leak: var_freq [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2174:5: error: Memory leak: var_contran [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4542:5: error: Memory leak: msids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4548:5: error: Memory leak: num_materials [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4548:5: error: Memory leak: msids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:1949:0: error: Memory leak: max_num_nodes [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:2674:0: error: Memory leak: nodeids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:3125:0: error: Memory leak: parent_type [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4593:0: error: Memory leak: mids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4864:0: error: Memory leak: ivals [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-80.c:4637:8: error: Uninitialized variable: mids [uninitvar]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1882:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1328:9: style: The scope of the variable 'fplay' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1330:10: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1613:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1614:7: style: The scope of the variable 'err' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1617:10: style: The scope of the variable 'sol_times' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1747:7: style: The scope of the variable 'fn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1751:13: style: The scope of the variable 'qfiles' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:4067:10: style: The scope of the variable 'pn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:4076:7: style: The scope of the variable 'cell_type' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:4079:8: style: The scope of the variable 'nodeids' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:4549:10: style: The scope of the variable 'vn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:5434:10: style: The scope of the variable 'vn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:5438:7: style: The scope of the variable 'num_comps' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:636:9: style: Unused variable: fplay [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:642:7: style: Unused variable: i [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:642:10: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1022:8: style: Unused variable: release_number [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1023:8: style: Unused variable: description [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1024:7: style: Unused variable: i [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1024:9: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1332:7: style: Unused variable: tot_servers [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1333:7: style: Unused variable: cur_server [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1615:7: style: Unused variable: geom_time_set [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1616:7: style: Unused variable: ts [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1618:8: style: Unused variable: ts_desc [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1750:7: style: Unused variable: geom_time_set [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1763:7: style: Unused variable: ghosts_in_block [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1765:8: style: Unused variable: max_num_nodes [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1768:9: style: Unused variable: extents [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:2424:9: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:4371:21: style: Variable 'cell_type' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:4550:7: style: Unused variable: var_timeset [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:4558:7: style: Unused variable: ne [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:5432:10: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:5435:7: style: Unused variable: var_timeset [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:5562:9: style: Variable 'num_comps' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:5443:7: style: Unused variable: ne [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1375:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1379:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1383:7: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1411:9: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1438:9: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1451:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1452:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1454:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1472:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1490:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1970:5: error: Memory leak: part_ids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1976:5: error: Memory leak: part_ids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1976:5: error: Memory leak: part_types [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:1997:5: error: Memory leak: number_of_nodes [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:2499:5: error: Memory leak: var_type [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:2505:5: error: Memory leak: var_type [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:2505:5: error: Memory leak: var_classify [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:2512:5: error: Memory leak: var_type [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:2512:5: error: Memory leak: var_classify [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:2512:5: error: Memory leak: var_complex [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:2533:5: error: Memory leak: var_freq [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:2539:5: error: Memory leak: var_freq [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:2539:5: error: Memory leak: var_contran [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:4119:9: error: Memory leak: crds [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:2626:0: error: Memory leak: var_timeset [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:4127:0: error: Memory leak: nodeids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker-90.c:4571:28: error: Uninitialized variable: v [uninitvar]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1517:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1053:9: style: The scope of the variable 'fplay' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1055:10: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1260:7: style: The scope of the variable 'err' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1393:7: style: The scope of the variable 'fn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1397:13: style: The scope of the variable 'qfiles' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2311:7: style: The scope of the variable 'geom_timeset' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2312:10: style: The scope of the variable 'pn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:3199:10: style: The scope of the variable 'vn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4649:20: style: The scope of the variable 'nn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4651:7: style: The scope of the variable 'geom_timeset' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4947:10: style: The scope of the variable 'vn' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4951:7: style: The scope of the variable 'num_comps' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:542:9: style: Unused variable: fplay [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:548:7: style: Unused variable: i [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:548:10: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:856:8: style: Unused variable: description [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:857:7: style: Unused variable: i [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:857:9: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2059:9: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2331:8: style: Unused variable: crds [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2342:0: style: Variable 'num_failed' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2343:33: style: Variable 'fail_flags' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:3197:10: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:3208:7: style: Unused variable: ne [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4945:10: style: Unused variable: j [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:5075:9: style: Variable 'num_comps' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4956:7: style: Unused variable: ne [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1100:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1104:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1108:7: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1136:9: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1148:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1149:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1151:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1169:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1605:5: error: Memory leak: part_ids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1611:5: error: Memory leak: part_ids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1611:5: error: Memory leak: part_types [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1632:5: error: Memory leak: number_of_nodes [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2134:5: error: Memory leak: var_type [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2140:5: error: Memory leak: var_type [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2140:5: error: Memory leak: var_classify [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2147:5: error: Memory leak: var_type [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2147:5: error: Memory leak: var_classify [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2147:5: error: Memory leak: var_complex [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2168:5: error: Memory leak: var_freq [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2174:5: error: Memory leak: var_freq [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2174:5: error: Memory leak: var_contran [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4542:5: error: Memory leak: msids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4548:5: error: Memory leak: num_materials [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4548:5: error: Memory leak: msids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:1949:0: error: Memory leak: max_num_nodes [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:2674:0: error: Memory leak: nodeids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:3125:0: error: Memory leak: parent_type [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4593:0: error: Memory leak: mids [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4864:0: error: Memory leak: ivals [memleak]
OpenFOAM-4.x-version-4.1/applications/test/ensightFoamReader/udr_checker.c:4637:8: error: Uninitialized variable: mids [uninitvar]
OpenFOAM-4.x-version-4.1/applications/test/maxMem/Test-maxMem.C:15:11: style: The scope of the variable 'cPtr' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/test/maxMem/Test-maxMem.C:19:9: style: Variable 'cPtr' is allocated memory that is never used. [unusedAllocatedMemory]
OpenFOAM-4.x-version-4.1/applications/test/maxMem/Test-maxMem.C:17:0: error: Memory leak: cPtr [memleak]
OpenFOAM-4.x-version-4.1/applications/test/momentOfInertia/Test-momentOfInertia.C:81:9: style: Variable 'J' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenFOAM-4.x-version-4.1/applications/test/momentOfInertia/Test-momentOfInertia.C:79:0: note: Variable 'J' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/applications/test/momentOfInertia/Test-momentOfInertia.C:81:9: note: Variable 'J' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/applications/test/quaternion/Test-quaternion.C:96:20: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/applications/test/sizeof/Test-sizeof.C:44:7: style: Class 'hasBoolClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/test/speed/scalarSpeed/Test-scalarSpeed.C:192:0: error: Memory leak: f1 [memleak]
OpenFOAM-4.x-version-4.1/applications/test/speed/scalarSpeed/Test-scalarSpeed.C:192:0: error: Memory leak: f2 [memleak]
OpenFOAM-4.x-version-4.1/applications/test/speed/scalarSpeed/Test-scalarSpeed.C:192:0: error: Memory leak: f3 [memleak]
OpenFOAM-4.x-version-4.1/applications/test/speed/scalarSpeed/Test-scalarSpeed.C:192:0: error: Memory leak: f4 [memleak]
OpenFOAM-4.x-version-4.1/applications/test/speed/scalarSpeed/Test-scalarSpeed.C:192:0: error: Memory leak: fr [memleak]
OpenFOAM-4.x-version-4.1/applications/test/speed/scalarSpeed/Test-scalarSpeed.C:192:0: error: Memory leak: addr [memleak]
OpenFOAM-4.x-version-4.1/applications/test/speed/scalarSpeed/Test-scalarSpeed.C:192:0: error: Memory leak: redAddr [memleak]
OpenFOAM-4.x-version-4.1/applications/test/speed/scalarSpeed/Test-scalarSpeed.C:192:0: error: Memory leak: redAddr2 [memleak]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/advanced/modifyMesh/cellSplitter.H:108:9: style: Class 'cellSplitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/advanced/selectCells/edgeStats.H:68:19: performance: Technically the member function 'Foam::edgeStats::getNormalDir' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/advanced/selectCells/edgeStats.C:40:34: note: Technically the member function 'Foam::edgeStats::getNormalDir' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/advanced/selectCells/edgeStats.H:68:19: note: Technically the member function 'Foam::edgeStats::getNormalDir' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/advanced/selectCells/edgeStats.H:89:9: style: Class 'edgeStats' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C:250:15: style: The scope of the variable 'name' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:35:32: style: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.H:84:37: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:35:32: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:35:41: style: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.H:84:46: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:35:41: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:35:50: style: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.H:84:55: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:35:50: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/foamMeshToFluent/fluentFvMesh.H:57:9: style: Class 'fluentFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/kivaToFoam/kivaToFoam.C:105:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:32: style: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.H:77:37: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:32: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:41: style: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.H:77:46: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:41: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:50: style: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.H:77:55: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:50: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:198:14: performance: Technically the member function 'Foam::sammMesh::sammEqualFace' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/sammToFoam/createBoundaryFaces.C:33:22: note: Technically the member function 'Foam::sammMesh::sammEqualFace' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:198:14: note: Technically the member function 'Foam::sammMesh::sammEqualFace' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:153:14: performance: Technically the member function 'Foam::sammMesh::fillSammAddressingTable' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/sammToFoam/fillSammAddressingTable.C:30:22: note: Technically the member function 'Foam::sammMesh::fillSammAddressingTable' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:153:14: note: Technically the member function 'Foam::sammMesh::fillSammAddressingTable' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:152:14: performance: Technically the member function 'Foam::sammMesh::fillSammCellShapeTable' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/sammToFoam/fillSammCellShapeTable.C:33:22: note: Technically the member function 'Foam::sammMesh::fillSammCellShapeTable' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:152:14: note: Technically the member function 'Foam::sammMesh::fillSammCellShapeTable' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H:248:14: performance: Technically the member function 'Foam::starMesh::starEqualFace' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/star3ToFoam/createBoundaryFaces.C:35:22: note: Technically the member function 'Foam::starMesh::starEqualFace' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H:248:14: note: Technically the member function 'Foam::starMesh::starEqualFace' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/extrude2DMesh/extrude2DMesh/extrude2DMesh/extrude2DMesh.H:124:14: performance: Technically the member function 'Foam::extrude2DMesh::updateMesh' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/extrude2DMesh/extrude2DMesh/extrude2DMesh/extrude2DMesh.H:128:14: performance: Technically the member function 'Foam::extrude2DMesh::distribute' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/PrintTable/PrintTable.C:217:43: warning: Member variable 'PrintTable::table_' is not assigned a value in 'PrintTable::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/PrintTable/PrintTable.C:217:43: warning: Member variable 'PrintTable::title_' is not assigned a value in 'PrintTable::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.C:316:17: style: Condition 'removeOutsideCells' is always false [knownConditionTrueFalse]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.C:314:39: note: Assignment 'removeOutsideCells=false', assigned value is 0
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.C:316:17: note: Condition 'removeOutsideCells' is always false
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.C:151:31: style: The scope of the variable 'icellWeights' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.H:163:14: performance: Technically the member function 'Foam::backgroundMeshDecomposition::printMeshData' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.C:446:41: note: Technically the member function 'Foam::backgroundMeshDecomposition::printMeshData' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.H:163:14: note: Technically the member function 'Foam::backgroundMeshDecomposition::printMeshData' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/cellAspectRatioControl/cellAspectRatioControl.H:76:9: style: Class 'cellAspectRatioControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/controlMeshRefinement/controlMeshRefinement.H:77:16: performance: Technically the member function 'Foam::controlMeshRefinement::calcSecondDerivative' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/controlMeshRefinement/controlMeshRefinement.H:118:9: style: Class 'controlMeshRefinement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/smoothAlignmentSolver/smoothAlignmentSolver.H:61:26: style: Unused private function: 'smoothAlignmentSolver::filterFarPoints' [unusedPrivateFunction]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/smoothAlignmentSolver/smoothAlignmentSolver.H:82:25: performance: Technically the member function 'Foam::smoothAlignmentSolver::buildAlignmentField' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/smoothAlignmentSolver/smoothAlignmentSolver.C:173:58: note: Technically the member function 'Foam::smoothAlignmentSolver::buildAlignmentField' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/smoothAlignmentSolver/smoothAlignmentSolver.H:82:25: note: Technically the member function 'Foam::smoothAlignmentSolver::buildAlignmentField' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/smoothAlignmentSolver/smoothAlignmentSolver.H:85:25: performance: Technically the member function 'Foam::smoothAlignmentSolver::buildPointField' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/smoothAlignmentSolver/smoothAlignmentSolver.C:205:58: note: Technically the member function 'Foam::smoothAlignmentSolver::buildPointField' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/smoothAlignmentSolver/smoothAlignmentSolver.H:85:25: note: Technically the member function 'Foam::smoothAlignmentSolver::buildPointField' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/smoothAlignmentSolver/smoothAlignmentSolver.H:88:14: performance: Technically the member function 'Foam::smoothAlignmentSolver::applyBoundaryConditions' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/smoothAlignmentSolver/smoothAlignmentSolver.C:236:35: note: Technically the member function 'Foam::smoothAlignmentSolver::applyBoundaryConditions' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/smoothAlignmentSolver/smoothAlignmentSolver.H:88:14: note: Technically the member function 'Foam::smoothAlignmentSolver::applyBoundaryConditions' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/smoothAlignmentSolver/smoothAlignmentSolver.H:106:9: style: Class 'smoothAlignmentSolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeFunction/surfaceOffsetLinearDistance/surfaceOffsetLinearDistance.C:90:46: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeFunction/surfaceOffsetLinearDistance/surfaceOffsetLinearDistance.C:111:42: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshI.H:563:36: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshCalcDualMesh.C:2486:44: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshCalcDualMesh.C:2463:19: style: The scope of the variable 'faces' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshCalcDualMesh.C:2464:20: style: The scope of the variable 'owner' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshCalcDualMesh.C:2465:29: style: The scope of the variable 'slaves' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshConformToSurface.C:1155:20: style: Function 'dualCellLargestSurfaceProtrusion' argument 2 names different: declaration 'surfHit' definition 'surfHitLargest'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H:476:28: note: Function 'dualCellLargestSurfaceProtrusion' argument 2 names different: declaration 'surfHit' definition 'surfHitLargest'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshConformToSurface.C:1155:20: note: Function 'dualCellLargestSurfaceProtrusion' argument 2 names different: declaration 'surfHit' definition 'surfHitLargest'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshConformToSurface.C:1156:12: style: Function 'dualCellLargestSurfaceProtrusion' argument 3 names different: declaration 'hitSurface' definition 'hitSurfaceLargest'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H:477:20: note: Function 'dualCellLargestSurfaceProtrusion' argument 3 names different: declaration 'hitSurface' definition 'hitSurfaceLargest'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshConformToSurface.C:1156:12: note: Function 'dualCellLargestSurfaceProtrusion' argument 3 names different: declaration 'hitSurface' definition 'hitSurfaceLargest'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshConformToSurface.C:1300:20: style: Function 'dualCellLargestSurfaceIncursion' argument 2 names different: declaration 'surfHit' definition 'surfHitLargest'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H:483:28: note: Function 'dualCellLargestSurfaceIncursion' argument 2 names different: declaration 'surfHit' definition 'surfHitLargest'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshConformToSurface.C:1300:20: note: Function 'dualCellLargestSurfaceIncursion' argument 2 names different: declaration 'surfHit' definition 'surfHitLargest'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshConformToSurface.C:1301:12: style: Function 'dualCellLargestSurfaceIncursion' argument 3 names different: declaration 'hitSurface' definition 'hitSurfaceLargest'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H:484:20: note: Function 'dualCellLargestSurfaceIncursion' argument 3 names different: declaration 'hitSurface' definition 'hitSurfaceLargest'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshConformToSurface.C:1301:12: note: Function 'dualCellLargestSurfaceIncursion' argument 3 names different: declaration 'hitSurface' definition 'hitSurfaceLargest'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshFeaturePoints.C:194:10: style: The scope of the variable 'addedMasterPreviously' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/featurePointConformer.C:562:13: style: The scope of the variable 'pt' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/featurePointConformer.H:96:16: performance: Technically the member function 'Foam::featurePointConformer::sharedFaceNormal' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/featurePointConformer.C:49:43: note: Technically the member function 'Foam::featurePointConformer::sharedFaceNormal' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/featurePointConformer.H:96:16: note: Technically the member function 'Foam::featurePointConformer::sharedFaceNormal' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/featurePointConformer.H:103:15: performance: Technically the member function 'Foam::featurePointConformer::getSign' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/featurePointConformer.C:99:42: note: Technically the member function 'Foam::featurePointConformer::getSign' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/featurePointConformer.H:103:15: note: Technically the member function 'Foam::featurePointConformer::getSign' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex/indexedVertex.H:261:9: style: 'indexedVertex::operator=' should return 'indexedVertex &'. [operatorEq]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex/indexedVertex.H:148:9: style: Class 'indexedVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex/indexedVertex.H:172:9: style: Class 'indexedVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex/indexedVertex.H:102:1: warning: The class 'indexedVertex' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C:1002:26: style: Function 'findSurfaceNearest' argument 3 names different: declaration 'hitInfo' definition 'surfaceHits'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.H:291:38: note: Function 'findSurfaceNearest' argument 3 names different: declaration 'hitInfo' definition 'surfaceHits'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C:1002:26: note: Function 'findSurfaceNearest' argument 3 names different: declaration 'hitInfo' definition 'surfaceHits'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C:1136:26: style: Function 'findEdgeNearestByType' argument 3 names different: declaration 'edgeHit' definition 'edgeHits'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.H:326:38: note: Function 'findEdgeNearestByType' argument 3 names different: declaration 'edgeHit' definition 'edgeHits'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C:1136:26: note: Function 'findEdgeNearestByType' argument 3 names different: declaration 'edgeHit' definition 'edgeHits'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cvControls/cvControls.H:224:9: style: Class 'cvControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.C:45:23: style: Function 'faceAreaWeightModel' argument 2 names different: declaration 'faceAreaWeightDict' definition 'relaxationDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.H:104:31: note: Function 'faceAreaWeightModel' argument 2 names different: declaration 'faceAreaWeightDict' definition 'relaxationDict'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.C:45:23: note: Function 'faceAreaWeightModel' argument 2 names different: declaration 'faceAreaWeightDict' definition 'relaxationDict'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.C:57:23: style: Function 'New' argument 1 names different: declaration 'faceAreaWeightDict' definition 'relaxationDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.H:113:31: note: Function 'New' argument 1 names different: declaration 'faceAreaWeightDict' definition 'relaxationDict'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.C:57:23: note: Function 'New' argument 1 names different: declaration 'faceAreaWeightDict' definition 'relaxationDict'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/faceAreaWeightModel/piecewiseLinearRamp/piecewiseLinearRamp.H:72:9: style: Class 'piecewiseLinearRamp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.C:96:36: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/pointPairs/pointPairs.H:101:9: style: Class 'pointPairs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableBoxFeatures.H:92:22: style: The function 'hasFeatures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableSurfaceFeatures.H:137:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableBoxFeatures.H:92:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableBoxFeatures.H:98:50: style: The function 'features' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableSurfaceFeatures.H:140:50: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableBoxFeatures.H:98:50: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchablePlateFeatures.H:102:22: style: The function 'hasFeatures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableSurfaceFeatures.H:137:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchablePlateFeatures.H:102:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchablePlateFeatures.H:108:50: style: The function 'features' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableSurfaceFeatures.H:140:50: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchablePlateFeatures.H:108:50: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/triSurfaceMeshFeatures.H:94:22: style: The function 'hasFeatures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableSurfaceFeatures.H:137:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/triSurfaceMeshFeatures.H:94:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/triSurfaceMeshFeatures.H:100:50: style: The function 'features' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/searchableSurfaceFeatures.H:140:50: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/searchableSurfaceFeatures/triSurfaceMeshFeatures.H:100:50: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2D.C:52:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2DI.H:30:20: style: Function 'insertPoint' argument 1 names different: declaration 'pt' definition 'p'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2D.H:214:28: note: Function 'insertPoint' argument 1 names different: declaration 'pt' definition 'p'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2DI.H:30:20: note: Function 'insertPoint' argument 1 names different: declaration 'pt' definition 'p'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2DI.H:42:20: style: Function 'insertPoint' argument 1 names different: declaration 'pt' definition 'p'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2D.H:221:28: note: Function 'insertPoint' argument 1 names different: declaration 'pt' definition 'p'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2DI.H:42:20: note: Function 'insertPoint' argument 1 names different: declaration 'pt' definition 'p'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2DI.H:99:18: style: Function 'insertPointPair' argument 1 names different: declaration 'mirrorDist' definition 'ppDist'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2D.H:243:26: note: Function 'insertPointPair' argument 1 names different: declaration 'mirrorDist' definition 'ppDist'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2DI.H:99:18: note: Function 'insertPointPair' argument 1 names different: declaration 'mirrorDist' definition 'ppDist'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2D.C:108:23: style: Function 'CV2D' argument 2 names different: declaration 'controlDict' definition 'cvMeshDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2D.H:336:53: note: Function 'CV2D' argument 2 names different: declaration 'controlDict' definition 'cvMeshDict'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2D.C:108:23: note: Function 'CV2D' argument 2 names different: declaration 'controlDict' definition 'cvMeshDict'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/indexedVertex.H:120:0: style: Class 'CGAL :: indexedVertex < Gt , Vb >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/indexedVertex.H:126:0: style: Class 'CGAL :: indexedVertex < Gt , Vb >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/insertBoundaryConformPointPairs.C:82:18: style: Function 'insertPointPairAtIntersection' argument 4 names different: declaration 'maxProtSize' definition 'maxProtSize2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2D.H:307:26: note: Function 'insertPointPairAtIntersection' argument 4 names different: declaration 'maxProtSize' definition 'maxProtSize2'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/insertBoundaryConformPointPairs.C:82:18: note: Function 'insertPointPairAtIntersection' argument 4 names different: declaration 'maxProtSize' definition 'maxProtSize2'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/indexedVertex.H:120:0: style: Class 'CGAL :: indexedVertex < CGAL :: Exact_predicates_inexact_constructions_kernel , CGAL :: Triangulation_vertex_base_2 < Gt > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/indexedVertex.H:126:0: style: Class 'CGAL :: indexedVertex < CGAL :: Exact_predicates_inexact_constructions_kernel , CGAL :: Triangulation_vertex_base_2 < Gt > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/shortEdgeFilter2D.H:73:14: performance: Technically the member function 'Foam::shortEdgeFilter2D::addRegion' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/shortEdgeFilter2D.C:36:31: note: Technically the member function 'Foam::shortEdgeFilter2D::addRegion' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/shortEdgeFilter2D.H:73:14: note: Technically the member function 'Foam::shortEdgeFilter2D::addRegion' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/mergeMeshes/mergePolyMesh.H:102:9: style: Class 'mergePolyMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/mergeMeshes/mergePolyMesh.C:304:10: style: The scope of the variable 'newZoneFlip' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/mirrorMesh/mirrorFvMesh.H:76:9: style: Class 'mirrorFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/polyDualMesh/meshDualiser.H:187:9: style: Class 'meshDualiser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/setSet/writeFuns.C:40:0: error: #error "Cannot find LITTLE_ENDIAN or BIG_ENDIAN symbol defined." [preprocessorErrorDirective]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:47:17: style: Function 'otherFace' argument 3 names different: declaration 'excludeFacei' definition 'facei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.H:131:25: note: Function 'otherFace' argument 3 names different: declaration 'excludeFacei' definition 'facei'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:47:17: note: Function 'otherFace' argument 3 names different: declaration 'excludeFacei' definition 'facei'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:291:25: style: Function 'walkAllPointConnectedFaces' argument 3 names different: declaration 'fenceEdges' definition 'fencePoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.H:116:33: note: Function 'walkAllPointConnectedFaces' argument 3 names different: declaration 'fenceEdges' definition 'fencePoints'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:291:25: note: Function 'walkAllPointConnectedFaces' argument 3 names different: declaration 'fenceEdges' definition 'fencePoints'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:412:17: style: Function 'regionSide' argument 4 names different: declaration 'startCell' definition 'startCelli'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.H:144:25: note: Function 'regionSide' argument 4 names different: declaration 'startCell' definition 'startCelli'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:412:17: note: Function 'regionSide' argument 4 names different: declaration 'startCell' definition 'startCelli'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:413:17: style: Function 'regionSide' argument 5 names different: declaration 'startFace' definition 'startFacei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.H:145:25: note: Function 'regionSide' argument 5 names different: declaration 'startFace' definition 'startFacei'.
OpenFOAM-4.x-version-4.1/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:413:17: note: Function 'regionSide' argument 5 names different: declaration 'startFace' definition 'startFacei'.
OpenFOAM-4.x-version-4.1/applications/utilities/miscellaneous/foamDictionary/foamDictionary.C:233:47: warning: Either the condition '!entPtr' is redundant or there is possible null pointer dereference: entPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/applications/utilities/miscellaneous/foamDictionary/foamDictionary.C:222:21: note: Assuming that condition '!entPtr' is not redundant
OpenFOAM-4.x-version-4.1/applications/utilities/miscellaneous/foamDictionary/foamDictionary.C:233:47: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/applications/utilities/miscellaneous/foamHelp/helpTypes/helpType/helpType.H:62:14: performance: Technically the member function 'Foam::helpType::doxygenPath' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/miscellaneous/foamHelp/helpTypes/helpType/helpType.C:40:32: note: Technically the member function 'Foam::helpType::doxygenPath' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/miscellaneous/foamHelp/helpTypes/helpType/helpType.H:62:14: note: Technically the member function 'Foam::helpType::doxygenPath' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H:160:9: style: Class 'domainDecomposition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:255:35: warning: Possible null pointer dereference: ensightFilePtr [nullPointer]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:219:37: note: Assignment 'ensightFilePtr=NULL', assigned value is 0
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:255:35: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:357:35: warning: Possible null pointer dereference: ensightFilePtr [nullPointer]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:333:37: note: Assignment 'ensightFilePtr=NULL', assigned value is 0
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:357:35: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:575:35: warning: Possible null pointer dereference: ensightFilePtr [nullPointer]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:551:37: note: Assignment 'ensightFilePtr=NULL', assigned value is 0
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:575:35: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/cellSets.H:66:9: style: Class 'cellSets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:93:22: style: The function 'ascii' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:89:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:93:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:98:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:91:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:98:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:105:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:93:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:105:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:110:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:95:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:110:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:129:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:97:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:129:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:138:22: style: The function 'writePartHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:99:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightBinaryStream.H:138:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:97:22: style: The function 'ascii' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:89:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:97:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:102:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:91:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:102:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:107:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:93:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:107:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:112:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:95:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:112:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:127:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:97:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:127:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:136:22: style: The function 'writePartHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightStream.H:99:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightAsciiStream.H:136:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1066:43: warning: Possible null pointer dereference: ensightGeometryFilePtr [nullPointer]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1044:45: note: Assignment 'ensightGeometryFilePtr=NULL', assigned value is 0
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1066:43: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:554:21: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:154:23: performance: Technically the member function 'Foam::ensightMesh::map' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:452:40: note: Technically the member function 'Foam::ensightMesh::map' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:154:23: note: Technically the member function 'Foam::ensightMesh::map' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:161:23: performance: Technically the member function 'Foam::ensightMesh::map' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:471:40: note: Technically the member function 'Foam::ensightMesh::map' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:161:23: note: Technically the member function 'Foam::ensightMesh::map' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:169:14: performance: Technically the member function 'Foam::ensightMesh::writePrims' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:513:25: note: Technically the member function 'Foam::ensightMesh::writePrims' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:169:14: note: Technically the member function 'Foam::ensightMesh::writePrims' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:175:14: performance: Technically the member function 'Foam::ensightMesh::writePolysNFaces' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:563:25: note: Technically the member function 'Foam::ensightMesh::writePolysNFaces' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:175:14: note: Technically the member function 'Foam::ensightMesh::writePolysNFaces' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:182:14: performance: Technically the member function 'Foam::ensightMesh::writePolysNPointsPerFace' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:577:25: note: Technically the member function 'Foam::ensightMesh::writePolysNPointsPerFace' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:182:14: note: Technically the member function 'Foam::ensightMesh::writePolysNPointsPerFace' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:190:14: performance: Technically the member function 'Foam::ensightMesh::writePolysPoints' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:597:25: note: Technically the member function 'Foam::ensightMesh::writePolysPoints' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:190:14: note: Technically the member function 'Foam::ensightMesh::writePolysPoints' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:213:14: performance: Technically the member function 'Foam::ensightMesh::writeFacePrims' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:825:25: note: Technically the member function 'Foam::ensightMesh::writeFacePrims' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:213:14: note: Technically the member function 'Foam::ensightMesh::writeFacePrims' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:228:14: performance: Technically the member function 'Foam::ensightMesh::writeNSidedNPointsPerFace' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:885:25: note: Technically the member function 'Foam::ensightMesh::writeNSidedNPointsPerFace' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:228:14: note: Technically the member function 'Foam::ensightMesh::writeNSidedNPointsPerFace' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:248:14: performance: Technically the member function 'Foam::ensightMesh::writeAllPoints' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:977:25: note: Technically the member function 'Foam::ensightMesh::writeAllPoints' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:248:14: note: Technically the member function 'Foam::ensightMesh::writeAllPoints' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C:217:34: warning: Possible null pointer dereference: ensightCaseFilePtr [nullPointer]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C:199:36: note: Assignment 'ensightCaseFilePtr=NULL', assigned value is 0
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C:217:34: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.H:67:9: style: Class 'tecplotWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.H:109:14: performance: Technically the member function 'Foam::tecplotWriter::writeConnectivity' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.C:317:27: note: Technically the member function 'Foam::tecplotWriter::writeConnectivity' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.H:109:14: note: Technically the member function 'Foam::tecplotWriter::writeConnectivity' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.H:112:14: performance: Technically the member function 'Foam::tecplotWriter::writeConnectivity' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.C:388:27: note: Technically the member function 'Foam::tecplotWriter::writeConnectivity' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.H:112:14: note: Technically the member function 'Foam::tecplotWriter::writeConnectivity' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.H:114:14: performance: Technically the member function 'Foam::tecplotWriter::writeEnd' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.C:502:27: note: Technically the member function 'Foam::tecplotWriter::writeEnd' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.H:114:14: note: Technically the member function 'Foam::tecplotWriter::writeEnd' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.H:118:14: performance: Technically the member function 'Foam::tecplotWriter::writeField' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriterTemplates.C:39:27: note: Technically the member function 'Foam::tecplotWriter::writeField' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.H:118:14: note: Technically the member function 'Foam::tecplotWriter::writeField' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.H:123:26: performance: Technically the member function 'Foam::tecplotWriter::getPatchField' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriterTemplates.C:68:45: note: Technically the member function 'Foam::tecplotWriter::getPatchField' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecplotWriter.H:123:26: note: Technically the member function 'Foam::tecplotWriter::getPatchField' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/vtkTopo.H:103:9: style: Class 'vtkTopo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/writeFuns.C:50:0: error: #error "Cannot find LITTLE_ENDIAN or BIG_ENDIAN symbol defined." [preprocessorErrorDirective]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/writeVTK/writeVTK.C:50:17: style: Function 'writeVTK' argument 2 names different: declaration 't' definition 'runTime'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/writeVTK/writeVTK.H:117:25: note: Function 'writeVTK' argument 2 names different: declaration 't' definition 'runTime'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/writeVTK/writeVTK.C:50:17: note: Function 'writeVTK' argument 2 names different: declaration 't' definition 'runTime'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/writeVTK/writeVTK.H:129:22: warning: Virtual function 'read' is called from constructor 'writeVTK(const word&name,const Time&t,const dictionary&)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/writeVTK/writeVTK.C:57:5: note: Calling read
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/writeVTK/writeVTK.H:129:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C:94:35: style: Function 'setTime' argument 1 names different: declaration 'count' definition 'nRequest'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H:706:25: note: Function 'setTime' argument 1 names different: declaration 'count' definition 'nRequest'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C:94:35: note: Function 'setTime' argument 1 names different: declaration 'count' definition 'nRequest'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H:370:19: performance: Technically the member function 'Foam::vtkPV3Foam::addToSelection' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamAddToSelection.H:39:31: note: Technically the member function 'Foam::vtkPV3Foam::addToSelection' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H:370:19: note: Technically the member function 'Foam::vtkPV3Foam::addToSelection' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C:818:57: performance: Function parameter 'indent' should be passed by const reference. [passedByValue]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H:363:22: performance: Technically the member function 'Foam::vtkPV3Foam::getZoneNames' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUpdateInfo.C:85:34: note: Technically the member function 'Foam::vtkPV3Foam::getZoneNames' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H:363:22: note: Technically the member function 'Foam::vtkPV3Foam::getZoneNames' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.H:340:14: performance: Technically the member function 'Foam::vtkPV3blockMesh::PrintSelf' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.C:474:29: note: Technically the member function 'Foam::vtkPV3blockMesh::PrintSelf' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.H:340:14: note: Technically the member function 'Foam::vtkPV3blockMesh::PrintSelf' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.C:474:62: performance: Function parameter 'indent' should be passed by const reference. [passedByValue]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/PVFoamReader/pqPVFoamReaderPanel.cxx:461:20: style: Unused variable: prop [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/PVFoamReader/pqPVFoamReaderPanel.cxx:474:20: style: Unused variable: prop [unusedVariable]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.C:94:34: style: Function 'setTime' argument 1 names different: declaration 'count' definition 'nRequest'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.H:706:25: note: Function 'setTime' argument 1 names different: declaration 'count' definition 'nRequest'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.C:94:34: note: Function 'setTime' argument 1 names different: declaration 'count' definition 'nRequest'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.H:370:19: performance: Technically the member function 'Foam::vtkPVFoam::addToSelection' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamAddToSelection.H:39:30: note: Technically the member function 'Foam::vtkPVFoam::addToSelection' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.H:370:19: note: Technically the member function 'Foam::vtkPVFoam::addToSelection' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.C:822:56: performance: Function parameter 'indent' should be passed by const reference. [passedByValue]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.H:363:22: performance: Technically the member function 'Foam::vtkPVFoam::getZoneNames' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamUpdateInfo.C:85:33: note: Technically the member function 'Foam::vtkPVFoam::getZoneNames' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.H:363:22: note: Technically the member function 'Foam::vtkPVFoam::getZoneNames' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/vtkPVblockMesh/vtkPVblockMesh.H:340:14: performance: Technically the member function 'Foam::vtkPVblockMesh::PrintSelf' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/vtkPVblockMesh/vtkPVblockMesh.C:474:28: note: Technically the member function 'Foam::vtkPVblockMesh::PrintSelf' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/vtkPVblockMesh/vtkPVblockMesh.H:340:14: note: Technically the member function 'Foam::vtkPVblockMesh::PrintSelf' can be static.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/vtkPVblockMesh/vtkPVblockMesh.C:474:61: performance: Function parameter 'indent' should be passed by const reference. [passedByValue]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_maxsize_info.H:14:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_var_value_at_specific.H:22:13: style: The scope of the variable 'mesh' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_reader_release.H:3:10: style: Function 'USERD_get_reader_release' argument 1 names different: declaration 'version_number' definition 'release_number'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/global_extern_proto.h:395:31: note: Function 'USERD_get_reader_release' argument 1 names different: declaration 'version_number' definition 'release_number'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_reader_release.H:3:10: note: Function 'USERD_get_reader_release' argument 1 names different: declaration 'version_number' definition 'release_number'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_border_elements_by_type.H:10:10: style: Function 'USERD_get_border_elements_by_type' argument 5 names different: declaration 'parent_element_num' definition 'parnet_element_type'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/global_extern_proto.h:474:40: note: Function 'USERD_get_border_elements_by_type' argument 5 names different: declaration 'parent_element_num' definition 'parnet_element_type'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_border_elements_by_type.H:10:10: note: Function 'USERD_get_border_elements_by_type' argument 5 names different: declaration 'parent_element_num' definition 'parnet_element_type'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_set_server_number.H:3:9: style: Function 'USERD_set_server_number' argument 1 names different: declaration 'serv_num' definition 'cur_serv'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/global_extern_proto.h:477:29: note: Function 'USERD_set_server_number' argument 1 names different: declaration 'serv_num' definition 'cur_serv'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_set_server_number.H:3:9: note: Function 'USERD_set_server_number' argument 1 names different: declaration 'serv_num' definition 'cur_serv'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_set_server_number.H:4:9: style: Function 'USERD_set_server_number' argument 2 names different: declaration 'tot_servs' definition 'tot_serv'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/global_extern_proto.h:478:29: note: Function 'USERD_set_server_number' argument 2 names different: declaration 'tot_servs' definition 'tot_serv'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_set_server_number.H:4:9: note: Function 'USERD_set_server_number' argument 2 names different: declaration 'tot_servs' definition 'tot_serv'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/miscellaneous/postChannel/channelIndexTemplates.C:51:21: style: Function 'collapse' argument 1 names different: declaration 'vsf' definition 'cellField'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/miscellaneous/postChannel/channelIndex.H:130:33: note: Function 'collapse' argument 1 names different: declaration 'vsf' definition 'cellField'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/miscellaneous/postChannel/channelIndexTemplates.C:51:21: note: Function 'collapse' argument 1 names different: declaration 'vsf' definition 'cellField'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/toBeFunctionObjects/lagrangian/steadyParticleTracks/steadyParticleTracksTemplates.C:72:23: style: Function 'readFields' argument 2 names different: declaration 'fields' definition 'fieldNames'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/toBeFunctionObjects/lagrangian/steadyParticleTracks/steadyParticleTracksTemplates.H:55:27: note: Function 'readFields' argument 2 names different: declaration 'fields' definition 'fieldNames'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/toBeFunctionObjects/lagrangian/steadyParticleTracks/steadyParticleTracksTemplates.C:72:23: note: Function 'readFields' argument 2 names different: declaration 'fields' definition 'fieldNames'.
OpenFOAM-4.x-version-4.1/applications/utilities/postProcessing/toBeFunctionObjects/streamFunction/streamFunction.C:144:18: style: The scope of the variable 'found' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/mapFields/mapFields.C:551:19: style: Redundant condition: bbsTargetSet[procITarget]. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/setFields/setFields.C:262:0: style: Variable 'hasWarned' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/SpaldingsLaw/SpaldingsLaw.H:96:22: warning: Virtual function 'invertFunction' is called from constructor 'SpaldingsLaw(const dictionary&dict,const polyMesh&mesh)' at line 130. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/SpaldingsLaw/SpaldingsLaw.C:130:5: note: Calling invertFunction
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/SpaldingsLaw/SpaldingsLaw.H:96:22: note: invertFunction is a virtual method
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/SpaldingsLaw/SpaldingsLaw.H:126:26: warning: Virtual function 'writeData' is called from constructor 'SpaldingsLaw(const dictionary&dict,const polyMesh&mesh)' at line 134. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/SpaldingsLaw/SpaldingsLaw.C:134:9: note: Calling writeData
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/SpaldingsLaw/SpaldingsLaw.H:126:26: note: writeData is a virtual method
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/general/general.H:120:22: warning: Virtual function 'invertTable' is called from constructor 'general(const dictionary&dict,const polyMesh&mesh)' at line 179. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/general/general.C:179:5: note: Calling invertTable
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/general/general.H:120:22: note: invertTable is a virtual method
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/general/general.H:158:26: warning: Virtual function 'writeData' is called from constructor 'general(const dictionary&dict,const polyMesh&mesh)' at line 183. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/general/general.C:183:9: note: Calling writeData
OpenFOAM-4.x-version-4.1/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/general/general.H:158:26: note: writeData is a virtual method
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:37:18: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:40:47: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:40:52: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:40:57: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:61:17: style: Technically the member function 'Quaternion::xdir' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:64:17: style: Technically the member function 'Quaternion::ydir' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:67:17: style: Technically the member function 'Quaternion::zdir' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: style: Technically the member function 'List < tridata >::Contains' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:87:0: note: Technically the member function 'List < tridata >::Contains' can be const.
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: note: Technically the member function 'List < tridata >::Contains' can be const.
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:14:0: style: Class 'List < tridata >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:114:28: warning: Assert statement calls a function which may have desired side effects: 'Contains'. [assertWithSideEffect]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:121:40: warning: Assert statement calls a function which may have desired side effects: 'Contains'. [assertWithSideEffect]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:130:9: performance: Variable 'position' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:42:26: style: Technically the member function 'Triangle::HasVertex' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:87:15: note: Technically the member function 'Triangle::HasVertex' can be const.
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:42:26: note: Technically the member function 'Triangle::HasVertex' can be const.
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: style: Technically the member function 'List < Vertex * >::Contains' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:87:0: note: Technically the member function 'List < Vertex * >::Contains' can be const.
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: note: Technically the member function 'List < Vertex * >::Contains' can be const.
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: style: Technically the member function 'List < Triangle * >::Contains' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:87:0: note: Technically the member function 'List < Triangle * >::Contains' can be const.
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: note: Technically the member function 'List < Triangle * >::Contains' can be const.
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:14:0: style: Class 'List < Vertex * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:14:0: style: Class 'List < Triangle * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/winmain.C:59:26: style: The scope of the variable 'start2' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/surface/surfaceCoarsen/bunnylod/winmain.C:265:17: style: The scope of the variable 'n' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/applications/utilities/thermophysical/mixtureAdiabaticFlameT/mixture.H:67:9: style: Class 'mixture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/codedFvOptionTemplate.C:136:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/codedFvOptionTemplate.C:153:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/codedFvOptionTemplate.C:171:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/codedFvOptionTemplate.C:188:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValueFvPatchFieldTemplate.C:95:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValueFvPatchFieldTemplate.C:114:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValueFvPatchFieldTemplate.C:132:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValueFvPatchFieldTemplate.C:148:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValueFvPatchFieldTemplate.C:165:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValueFvPatchFieldTemplate.C:194:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValuePointPatchFieldTemplate.C:94:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValuePointPatchFieldTemplate.C:113:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValuePointPatchFieldTemplate.C:132:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValuePointPatchFieldTemplate.C:148:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValuePointPatchFieldTemplate.C:165:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/fixedValuePointPatchFieldTemplate.C:194:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/functionObjectTemplate.C:103:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/mixedFvPatchFieldTemplate.C:95:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/mixedFvPatchFieldTemplate.C:114:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/mixedFvPatchFieldTemplate.C:132:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/mixedFvPatchFieldTemplate.C:148:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/mixedFvPatchFieldTemplate.C:165:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/dynamicCode/mixedFvPatchFieldTemplate.C:194:11: style: Label 'verbose' is not used. [unusedLabel]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/functionObject/FUNCTIONOBJECT.H:125:22: warning: Virtual function 'read' is called from constructor 'FUNCTIONOBJECT(const word&name,const Time&runTime,const dictionary&dict)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/etc/codeTemplates/functionObject/FUNCTIONOBJECT.C:57:5: note: Calling read
OpenFOAM-4.x-version-4.1/etc/codeTemplates/functionObject/FUNCTIONOBJECT.H:125:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/ODESolver/ODESolver.C:103:13: style: Function 'solve' argument 4 names different: declaration 'dxEst' definition 'dxTry'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/ODESolver/ODESolver.H:208:21: note: Function 'solve' argument 4 names different: declaration 'dxEst' definition 'dxTry'.
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/ODESolver/ODESolver.C:103:13: note: Function 'solve' argument 4 names different: declaration 'dxEst' definition 'dxTry'.
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/ODESolver/ODESolver.H:108:9: style: Class 'stepState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/ODESolver/ODESolverNew.C:32:22: style: Function 'New' argument 1 names different: declaration 'ode' definition 'odes'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/ODESolver/ODESolver.H:152:30: note: Function 'New' argument 1 names different: declaration 'ode' definition 'odes'.
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/ODESolver/ODESolverNew.C:32:22: note: Function 'New' argument 1 names different: declaration 'ode' definition 'odes'.
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/SIBS/polyExtrapolate.C:37:18: style: Function 'polyExtrapolate' argument 6 names different: declaration 'x_p' definition 'x'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/SIBS/SIBS.H:104:26: note: Function 'polyExtrapolate' argument 6 names different: declaration 'x_p' definition 'x'.
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/SIBS/polyExtrapolate.C:37:18: note: Function 'polyExtrapolate' argument 6 names different: declaration 'x_p' definition 'x'.
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/SIBS/polyExtrapolate.C:38:30: style: Function 'polyExtrapolate' argument 7 names different: declaration 'd_p' definition 'd'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/SIBS/SIBS.H:105:38: note: Function 'polyExtrapolate' argument 7 names different: declaration 'd_p' definition 'd'.
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/SIBS/polyExtrapolate.C:38:30: note: Function 'polyExtrapolate' argument 7 names different: declaration 'd_p' definition 'd'.
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/adaptiveSolver/adaptiveSolver.C:51:22: style: Function 'solve' argument 1 names different: declaration 'ode' definition 'odes'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/adaptiveSolver/adaptiveSolver.H:90:30: note: Function 'solve' argument 1 names different: declaration 'ode' definition 'odes'.
OpenFOAM-4.x-version-4.1/src/ODE/ODESolvers/adaptiveSolver/adaptiveSolver.C:51:22: note: Function 'solve' argument 1 names different: declaration 'ode' definition 'odes'.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/POSIX.C:956:49: warning: Either the condition '(hostPtr=::gethostbyname(destName.c_str()))==NULL' is redundant or there is possible null pointer dereference: hostPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/POSIX.C:948:55: note: Assuming that condition '(hostPtr=::gethostbyname(destName.c_str()))==NULL' is not redundant
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/POSIX.C:956:49: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/POSIX.C:548:20: style: The scope of the variable 'list' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/POSIX.C:849:20: style: The scope of the variable 'list' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/fileStat.H:86:9: style: Class 'fileStat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/timer.H:117:9: style: Class 'timer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/fileMonitor.H:121:9: style: Class 'fileMonitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/fileStat.C:65:17: warning: Member variable 'fileStat::isValid_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/memInfo/memInfo.C:61:13: warning: Width 30 given in format string (no. 1) is smaller than destination buffer 'tag[32]'. [invalidScanfFormatWidth_smaller]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigFpe.C:159:14: style: The scope of the variable 'supported' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigFpe.H:101:14: performance: Technically the member function 'Foam::sigFpe::set' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigFpe.C:148:20: note: Technically the member function 'Foam::sigFpe::set' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigFpe.H:101:14: note: Technically the member function 'Foam::sigFpe::set' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigInt.H:83:14: performance: Technically the member function 'Foam::sigInt::set' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigInt.C:80:20: note: Technically the member function 'Foam::sigInt::set' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigInt.H:83:14: note: Technically the member function 'Foam::sigInt::set' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigQuit.H:84:14: performance: Technically the member function 'Foam::sigQuit::set' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigQuit.C:82:21: note: Technically the member function 'Foam::sigQuit::set' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigQuit.H:84:14: note: Technically the member function 'Foam::sigQuit::set' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigSegv.H:84:14: performance: Technically the member function 'Foam::sigSegv::set' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigSegv.C:82:21: note: Technically the member function 'Foam::sigSegv::set' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigSegv.H:84:14: note: Technically the member function 'Foam::sigSegv::set' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigStopAtWriteNow.H:93:14: performance: Technically the member function 'Foam::sigStopAtWriteNow::active' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigStopAtWriteNow.C:174:31: note: Technically the member function 'Foam::sigStopAtWriteNow::active' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigStopAtWriteNow.H:93:14: note: Technically the member function 'Foam::sigStopAtWriteNow::active' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigStopAtWriteNow.C:47:5: style: Class 'addstopAtWriteNowSignalToOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigWriteNow.H:94:14: performance: Technically the member function 'Foam::sigWriteNow::active' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigWriteNow.C:146:25: note: Technically the member function 'Foam::sigWriteNow::active' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigWriteNow.H:94:14: note: Technically the member function 'Foam::sigWriteNow::active' can be static.
OpenFOAM-4.x-version-4.1/src/OSspecific/POSIX/signals/sigWriteNow.C:47:5: style: Class 'addwriteNowSignalToOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicIndexedOctree.C:2277:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicIndexedOctree.C:2282:5: note: Found duplicate branches for 'if' and 'else'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicIndexedOctree.C:2277:10: note: Found duplicate branches for 'if' and 'else'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicTreeDataPoint.C:71:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicTreeDataPoint.H:106:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicTreeDataPoint.C:71:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicTreeDataPoint.C:104:12: style: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicTreeDataPoint.H:125:24: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicTreeDataPoint.C:104:12: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicTreeDataPoint.H:96:24: performance: Technically the member function 'Foam::dynamicTreeDataPoint::getVolumeType' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicTreeDataPoint.C:58:46: note: Technically the member function 'Foam::dynamicTreeDataPoint::getVolumeType' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicTreeDataPoint.H:96:24: note: Technically the member function 'Foam::dynamicTreeDataPoint::getVolumeType' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicTreeDataPoint.H:144:18: performance: Technically the member function 'Foam::dynamicTreeDataPoint::intersects' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/dynamicIndexedOctree/dynamicTreeDataPoint.H:75:9: style: Class 'dynamicTreeDataPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C:2557:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C:2562:5: note: Found duplicate branches for 'if' and 'else'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C:2557:10: note: Found duplicate branches for 'if' and 'else'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/labelBits.H:89:9: style: Class 'labelBits' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/volumeType.H:93:9: style: Class 'volumeType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H:408:0: style: Class 'Foam :: indexedOctree < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/treeDataCell.C:172:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/treeDataCell.H:214:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/treeDataCell.C:172:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/treeDataCell.H:200:24: performance: Technically the member function 'Foam::treeDataCell::getVolumeType' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/treeDataCell.H:91:9: style: Class 'findNearestOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/treeDataCell.H:122:9: style: Class 'findIntersectOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H:408:0: style: Class 'Foam :: indexedOctree < treeDataCell >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/volumeType.C:71:64: style: Function 'operator<<' argument 2 names different: declaration 'C' definition 'vt'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/volumeType.H:48:52: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 'vt'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/algorithms/indexedOctree/volumeType.C:71:64: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 'vt'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Dictionaries/Dictionary/Dictionary.H:65:9: style: Class 'Dictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.H:157:0: style: 'Foam :: DictionaryBase < IDLListType , T >::operator=' should return 'Foam :: DictionaryBase < IDLListType , T > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.H:96:0: style: Class 'Foam :: DictionaryBase < IDLListType , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.H:106:0: style: Class 'Foam :: DictionaryBase < IDLListType , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.H:64:9: style: Class 'PtrDictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.H:74:9: style: Class 'PtrDictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Dictionaries/PtrListDictionary/PtrListDictionary.H:64:9: style: Class 'PtrListDictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Dictionaries/PtrListDictionary/PtrListDictionary.H:74:9: style: Class 'PtrListDictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Dictionaries/UPtrDictionary/UPtrDictionary.H:65:9: style: Class 'UPtrDictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H:130:0: style: 'Foam :: HashPtrTable < T , Key , Hash >::operator=' should return 'Foam :: HashPtrTable < T , Key , Hash > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H:90:0: style: Class 'Foam :: HashPtrTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H:97:0: style: Class 'Foam :: HashPtrTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H:101:0: style: Class 'Foam :: HashPtrTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:74:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:80:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:86:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:95:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:101:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:109:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashSet/HashSet.C:145:24: error: Iterator 'iter' used after element has been erased. [eraseDereference]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashSet/HashSet.C:141:5: note: Iterator 'iter' used after element has been erased.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashSet/HashSet.C:145:24: note: Iterator 'iter' used after element has been erased.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:308:0: style: 'Foam :: HashTable < T , Key , Hash >::operator=' should return 'Foam :: HashTable < T , Key , Hash > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:199:0: style: Class 'Foam :: HashTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:208:0: style: Class 'Foam :: HashTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:447:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:502:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:505:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H:264:0: style: 'Foam :: StaticHashTable < T , Key , Hash >::operator=' should return 'Foam :: StaticHashTable < T , Key , Hash > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H:172:0: style: Class 'Foam :: StaticHashTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H:181:0: style: Class 'Foam :: StaticHashTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.C:99:15: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H:85:9: style: Class 'ILList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H:91:9: style: Class 'ILList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:209:0: style: 'Foam :: LList < LListBase , T >::operator=' should return 'Foam :: LList < LListBase , T > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:113:0: style: Class 'Foam :: LList < LListBase , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:119:0: style: Class 'Foam :: LList < LListBase , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:99:0: style: Struct 'link' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:242:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:293:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:300:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:164:0: style: 'Foam :: LPtrList < LListBase , T >::operator=' should return 'Foam :: LPtrList < LListBase , T > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:99:0: style: Class 'Foam :: LPtrList < LListBase , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:109:0: style: Class 'Foam :: LPtrList < LListBase , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:191:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:224:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:230:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H:154:0: style: 'Foam :: UILList < LListBase , T >::operator=' should return 'Foam :: UILList < LListBase , T > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H:93:0: style: Class 'Foam :: UILList < LListBase , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H:187:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H:236:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H:242:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H:301:0: style: Class 'const_reverse_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:211:17: style: 'iterator::operator=' should return 'iterator &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:249:17: style: 'const_iterator::operator=' should return 'const_iterator &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:287:17: style: 'const_reverse_iterator::operator=' should return 'const_reverse_iterator &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:223:32: performance: Technically the member function 'Foam::DLListBase::end' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:266:60: note: Technically the member function 'Foam::DLListBase::end' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:223:32: note: Technically the member function 'Foam::DLListBase::end' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:261:38: performance: Technically the member function 'Foam::DLListBase::cend' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:366:19: note: Technically the member function 'Foam::DLListBase::cend' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:261:38: note: Technically the member function 'Foam::DLListBase::cend' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:264:38: performance: Technically the member function 'Foam::DLListBase::end' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:380:19: note: Technically the member function 'Foam::DLListBase::end' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:264:38: note: Technically the member function 'Foam::DLListBase::end' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:299:46: performance: Technically the member function 'Foam::DLListBase::crend' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:473:19: note: Technically the member function 'Foam::DLListBase::crend' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:299:46: note: Technically the member function 'Foam::DLListBase::crend' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:302:46: performance: Technically the member function 'Foam::DLListBase::rend' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:487:19: note: Technically the member function 'Foam::DLListBase::rend' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:302:46: note: Technically the member function 'Foam::DLListBase::rend' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:219:33: style: Technically the member function 'Foam::DLListBase::iterator::operator++' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:244:29: note: Technically the member function 'Foam::DLListBase::iterator::operator++' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:219:33: note: Technically the member function 'Foam::DLListBase::iterator::operator++' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:254:36: style: Technically the member function 'Foam::DLListBase::const_iterator::operator*' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:320:35: note: Technically the member function 'Foam::DLListBase::const_iterator::operator*' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:254:36: note: Technically the member function 'Foam::DLListBase::const_iterator::operator*' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:257:39: style: Technically the member function 'Foam::DLListBase::const_iterator::operator++' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:343:35: note: Technically the member function 'Foam::DLListBase::const_iterator::operator++' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:257:39: note: Technically the member function 'Foam::DLListBase::const_iterator::operator++' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:292:36: style: Technically the member function 'Foam::DLListBase::const_reverse_iterator::operator*' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:427:43: note: Technically the member function 'Foam::DLListBase::const_reverse_iterator::operator*' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:292:36: note: Technically the member function 'Foam::DLListBase::const_reverse_iterator::operator*' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:295:47: style: Technically the member function 'Foam::DLListBase::const_reverse_iterator::operator++' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:450:43: note: Technically the member function 'Foam::DLListBase::const_reverse_iterator::operator++' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:295:47: note: Technically the member function 'Foam::DLListBase::const_reverse_iterator::operator++' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:113:9: style: Class 'DLListBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:202:13: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:245:13: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:182:9: warning: The class 'iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:229:9: warning: The class 'const_iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:270:9: warning: The class 'const_reverse_iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:193:17: style: 'iterator::operator=' should return 'iterator &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:232:17: style: 'const_iterator::operator=' should return 'const_iterator &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:205:32: performance: Technically the member function 'Foam::SLListBase::end' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:239:19: note: Technically the member function 'Foam::SLListBase::end' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:205:32: note: Technically the member function 'Foam::SLListBase::end' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:244:38: performance: Technically the member function 'Foam::SLListBase::cend' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:339:19: note: Technically the member function 'Foam::SLListBase::cend' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:244:38: note: Technically the member function 'Foam::SLListBase::cend' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:247:38: performance: Technically the member function 'Foam::SLListBase::end' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:353:19: note: Technically the member function 'Foam::SLListBase::end' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:247:38: note: Technically the member function 'Foam::SLListBase::end' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:201:33: style: Technically the member function 'Foam::SLListBase::iterator::operator++' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:216:29: note: Technically the member function 'Foam::SLListBase::iterator::operator++' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:201:33: note: Technically the member function 'Foam::SLListBase::iterator::operator++' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:237:36: style: Technically the member function 'Foam::SLListBase::const_iterator::operator*' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:293:35: note: Technically the member function 'Foam::SLListBase::const_iterator::operator*' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:237:36: note: Technically the member function 'Foam::SLListBase::const_iterator::operator*' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:240:39: style: Technically the member function 'Foam::SLListBase::const_iterator::operator++' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:316:35: note: Technically the member function 'Foam::SLListBase::const_iterator::operator++' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:240:39: note: Technically the member function 'Foam::SLListBase::const_iterator::operator++' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:107:9: style: Class 'SLListBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:66:9: style: Struct 'link' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:184:13: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:227:13: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:164:9: warning: The class 'iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:211:9: warning: The class 'const_iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H:129:0: style: Class 'Foam :: CompactListList < T , Container >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/Distribution/Distribution.H:163:0: style: 'Foam :: Distribution < Type >::operator=' should return 'Foam :: Distribution < Type > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/Distribution/Distribution.H:88:0: style: Class 'Foam :: Distribution < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/DynamicList/DynamicList.H:221:0: style: 'Foam :: DynamicList < T , SizeInc , SizeMult , SizeDiv >::operator=' should return 'Foam :: DynamicList < T , SizeInc , SizeMult , SizeDiv > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/FixedList/FixedList.C:56:17: style: Variable 'equal' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/FixedList/FixedList.C:77:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/FixedList/FixedList.H:130:0: style: Class 'Foam :: FixedList < T , Size >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/List/List.C:173:58: style: Function 'List' argument 2 names different: declaration 'mapAddressing' definition 'map'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/List/List.H:124:49: note: Function 'List' argument 2 names different: declaration 'mapAddressing' definition 'map'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/List/List.C:173:58: note: Function 'List' argument 2 names different: declaration 'mapAddressing' definition 'map'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/List/List.H:118:9: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/List/List.H:143:9: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/ListOps/ListOpsTemplates.C:417:17: style: Function 'invertManyToMany' argument 1 names different: declaration 'len' definition 'nEdges'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/ListOps/ListOps.H:148:35: note: Function 'invertManyToMany' argument 1 names different: declaration 'len' definition 'nEdges'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/ListOps/ListOpsTemplates.C:417:17: note: Function 'invertManyToMany' argument 1 names different: declaration 'len' definition 'nEdges'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/ListOps/ListOpsTemplates.C:634:17: style: Function 'findLower' argument 3 names different: declaration 'stary' definition 'start'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/ListOps/ListOps.H:229:17: note: Function 'findLower' argument 3 names different: declaration 'stary' definition 'start'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/ListOps/ListOpsTemplates.C:634:17: note: Function 'findLower' argument 3 names different: declaration 'stary' definition 'start'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedBoolList.H:197:13: style: 'PackedBoolList::operator=' should return 'PackedBoolList &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:408:0: style: 'Foam :: PackedList < nBits >::operator=' should return 'Foam :: PackedList < nBits > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:475:0: style: 'iteratorBase::operator=' should return 'iteratorBase &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedBoolList.H:97:9: style: Class 'PackedBoolList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedBoolList.H:112:9: style: Class 'PackedBoolList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedBoolList.H:115:9: style: Class 'PackedBoolList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:227:0: style: Class 'Foam :: PackedList < nBits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:233:0: style: Class 'Foam :: PackedList < nBits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:515:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:573:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:579:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:227:0: style: Class 'Foam :: PackedList < 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:230:0: style: Class 'Foam :: PackedList < 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:233:0: style: Class 'Foam :: PackedList < 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PtrList/PtrList.H:101:9: style: Class 'PtrList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/PtrList/PtrList.H:114:9: style: Class 'PtrList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.H:175:9: style: Class 'ParSortableList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.H:178:9: style: Class 'ParSortableList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectList.H:120:0: style: 'Foam :: UIndirectList < T >::operator=' should return 'Foam :: UIndirectList < T > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/UList/UList.C:165:17: style: Variable 'equal' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/UList/UList.C:186:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/UList/UList.H:127:0: style: Technically the member function 'Foam :: UList < T >::less::operator()' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/UList/UList.H:145:0: style: Technically the member function 'Foam :: UList < T >::greater::operator()' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/UList/UList.H:122:0: style: Class 'less' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/UList/UList.H:140:0: style: Class 'greater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H:149:0: style: Class 'Foam :: UPtrList < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H:252:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H:310:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H:313:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Callback/Callback.H:73:9: style: Class 'Callback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:118:16: style: Function 'IOobject' argument 4 names different: declaration 'r' definition 'ro'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.H:211:24: note: Function 'IOobject' argument 4 names different: declaration 'r' definition 'ro'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:118:16: note: Function 'IOobject' argument 4 names different: declaration 'r' definition 'ro'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:119:17: style: Function 'IOobject' argument 5 names different: declaration 'w' definition 'wo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.H:212:25: note: Function 'IOobject' argument 5 names different: declaration 'w' definition 'wo'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:119:17: note: Function 'IOobject' argument 5 names different: declaration 'w' definition 'wo'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:150:16: style: Function 'IOobject' argument 5 names different: declaration 'r' definition 'ro'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.H:223:24: note: Function 'IOobject' argument 5 names different: declaration 'r' definition 'ro'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:150:16: note: Function 'IOobject' argument 5 names different: declaration 'r' definition 'ro'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:151:17: style: Function 'IOobject' argument 6 names different: declaration 'w' definition 'wo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.H:224:25: note: Function 'IOobject' argument 6 names different: declaration 'w' definition 'wo'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:151:17: note: Function 'IOobject' argument 6 names different: declaration 'w' definition 'wo'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:180:16: style: Function 'IOobject' argument 3 names different: declaration 'r' definition 'ro'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.H:234:24: note: Function 'IOobject' argument 3 names different: declaration 'r' definition 'ro'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:180:16: note: Function 'IOobject' argument 3 names different: declaration 'r' definition 'ro'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:181:17: style: Function 'IOobject' argument 4 names different: declaration 'w' definition 'wo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.H:235:25: note: Function 'IOobject' argument 4 names different: declaration 'w' definition 'wo'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:181:17: note: Function 'IOobject' argument 4 names different: declaration 'w' definition 'wo'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.C:459:22: warning: Member variable 'IOobject::registerObject_' is not assigned a value in 'IOobject::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.H:430:9: style: 'IOobject::operator=' should return 'IOobject &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.H:92:1: warning: The class 'IOobject' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobjectWriteHeader.C:35:59: style: Function 'writeHeader' argument 2 names different: declaration 'objectType' definition 'type'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobject.H:402:52: note: Function 'writeHeader' argument 2 names different: declaration 'objectType' definition 'type'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobject/IOobjectWriteHeader.C:35:59: note: Function 'writeHeader' argument 2 names different: declaration 'objectType' definition 'type'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjectList/IOobjectList.C:197:64: style: Function 'lookupClass' argument 1 names different: declaration 'className' definition 'ClassName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjectList/IOobjectList.H:105:46: note: Function 'lookupClass' argument 1 names different: declaration 'className' definition 'ClassName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjectList/IOobjectList.C:197:64: note: Function 'lookupClass' argument 1 names different: declaration 'className' definition 'ClassName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjectList/IOobjectList.C:230:54: style: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjectList/IOobjectList.H:114:36: note: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjectList/IOobjectList.C:230:54: note: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjectList/IOobjectList.C:249:60: style: Function 'sortedNames' argument 1 names different: declaration 'className' definition 'ClassName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjectList/IOobjectList.H:117:42: note: Function 'sortedNames' argument 1 names different: declaration 'className' definition 'ClassName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjectList/IOobjectList.C:249:60: note: Function 'sortedNames' argument 1 names different: declaration 'className' definition 'ClassName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/CompactIOField/CompactIOField.H:120:0: style: 'Foam :: CompactIOField < T , BaseType >::operator=' should return 'Foam :: CompactIOField < T , BaseType > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/CompactIOField/CompactIOField.H:89:0: style: Class 'Foam :: CompactIOField < T , BaseType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/CompactIOList/CompactIOList.H:122:0: style: 'Foam :: CompactIOList < T , BaseType >::operator=' should return 'Foam :: CompactIOList < T , BaseType > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/CompactIOList/CompactIOList.H:91:0: style: Class 'Foam :: CompactIOList < T , BaseType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/IOField/IOField.H:65:9: style: Class 'IOField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/IOList/IOList.H:66:9: style: Class 'IOList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/IOMap/IOMap.H:66:9: style: Class 'IOMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/IOMap/IOMap.H:90:0: style: 'Foam :: IOMap < dictionary >::operator=' should return 'Foam :: IOMap < dictionary > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/IOMap/IOMap.H:66:0: style: Class 'Foam :: IOMap < dictionary >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.H:70:9: style: Class 'IOPtrList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H:109:9: style: 'IOdictionary::operator=' should return 'IOdictionary &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H:80:9: style: Class 'IOdictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.C:65:9: style: Class 'IFstreamAllocator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.C:65:9: style: Class 'IFstreamAllocator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H:70:9: style: Class 'IFstreamAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.C:74:9: style: Class 'OFstreamAllocator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.C:74:9: style: Class 'OFstreamAllocator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:525:18: performance: Technically the member function 'Foam::IOstream::print' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.C:177:22: note: Technically the member function 'Foam::IOstream::print' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:525:18: note: Technically the member function 'Foam::IOstream::print' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:128:21: performance: Technically the member function 'Foam::IOstream::versionNumber::numberToIndex' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:152:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator==' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:158:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator!=' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:164:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator<' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:170:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator<=' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:176:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator>' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:182:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator>=' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:111:17: style: Class 'versionNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:118:17: style: Class 'versionNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/InfoProxy.H:56:0: style: Class 'Foam :: InfoProxy < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/InfoProxy.H:56:0: style: Class 'Foam :: InfoProxy < IOstream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/Istream.H:108:18: style: Technically the member function 'Foam::Istream::peekBack' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/Istream.C:71:21: note: Technically the member function 'Foam::Istream::peekBack' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/IOstreams/Istream.H:108:18: note: Technically the member function 'Foam::Istream::peekBack' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H:284:9: style: Class 'UPstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C:251:17: style: Function 'allocateCommunicator' argument 1 names different: declaration 'parent' definition 'parentIndex'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H:295:25: note: Function 'allocateCommunicator' argument 1 names different: declaration 'parent' definition 'parentIndex'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C:251:17: note: Function 'allocateCommunicator' argument 1 names different: declaration 'parent' definition 'parentIndex'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C:355:62: style: Function 'baseProcNo' argument 2 names different: declaration 'procID' definition 'myProcID'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H:344:61: note: Function 'baseProcNo' argument 2 names different: declaration 'procID' definition 'myProcID'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C:355:62: note: Function 'baseProcNo' argument 2 names different: declaration 'procID' definition 'myProcID'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C:371:48: style: Function 'procNo' argument 1 names different: declaration 'comm' definition 'myComm'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H:348:41: note: Function 'procNo' argument 1 names different: declaration 'comm' definition 'myComm'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C:371:48: note: Function 'procNo' argument 1 names different: declaration 'comm' definition 'myComm'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C:468:9: style: Class 'addcommsTypeToOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C:375:14: style: Function 'listCombineGather' argument 1 names different: declaration 'Value' definition 'Values'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H:192:26: note: Function 'listCombineGather' argument 1 names different: declaration 'Value' definition 'Values'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C:375:14: note: Function 'listCombineGather' argument 1 names different: declaration 'Value' definition 'Values'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C:490:14: style: Function 'listCombineScatter' argument 1 names different: declaration 'Value' definition 'Values'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H:212:26: note: Function 'listCombineScatter' argument 1 names different: declaration 'Value' definition 'Values'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C:490:14: note: Function 'listCombineScatter' argument 1 names different: declaration 'Value' definition 'Values'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:39:29: style: Function 'exchange' argument 1 names different: declaration 'sendData' definition 'sendBufs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H:311:41: note: Function 'exchange' argument 1 names different: declaration 'sendData' definition 'sendBufs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:39:29: note: Function 'exchange' argument 1 names different: declaration 'sendData' definition 'sendBufs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:41:22: style: Function 'exchange' argument 3 names different: declaration 'recvData' definition 'recvBufs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H:313:34: note: Function 'exchange' argument 3 names different: declaration 'recvData' definition 'recvBufs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:41:22: note: Function 'exchange' argument 3 names different: declaration 'recvData' definition 'recvBufs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:140:22: style: Function 'exchangeSizes' argument 1 names different: declaration 'sendData' definition 'sendBufs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H:325:34: note: Function 'exchangeSizes' argument 1 names different: declaration 'sendData' definition 'sendBufs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:140:22: note: Function 'exchangeSizes' argument 1 names different: declaration 'sendData' definition 'sendBufs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:141:16: style: Function 'exchangeSizes' argument 2 names different: declaration 'sizes' definition 'recvSizes'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H:326:28: note: Function 'exchangeSizes' argument 2 names different: declaration 'sizes' definition 'recvSizes'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:141:16: note: Function 'exchangeSizes' argument 2 names different: declaration 'sizes' definition 'recvSizes'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:167:29: style: Function 'exchange' argument 1 names different: declaration 'sendData' definition 'sendBufs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H:336:41: note: Function 'exchange' argument 1 names different: declaration 'sendData' definition 'sendBufs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:167:29: note: Function 'exchange' argument 1 names different: declaration 'sendData' definition 'sendBufs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:168:22: style: Function 'exchange' argument 2 names different: declaration 'recvData' definition 'recvBufs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H:337:34: note: Function 'exchange' argument 2 names different: declaration 'recvData' definition 'recvBufs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C:168:22: note: Function 'exchange' argument 2 names different: declaration 'recvData' definition 'recvBufs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C:329:21: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C:135:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C:589:9: style: The scope of the variable 'blockCount' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C:817:72: style: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H:173:71: note: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C:817:72: note: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C:265:72: style: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:155:71: note: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C:265:72: note: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:102:30: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:108:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:102:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:105:30: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:111:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:105:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:108:30: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:114:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:108:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:111:30: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:117:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:111:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:114:30: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:123:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:114:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:118:30: style: The function 'writeQuoted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:127:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:118:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:125:30: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:134:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:125:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:128:30: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:137:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:128:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:131:30: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:140:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:131:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:134:30: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:143:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:134:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:137:30: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:146:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:137:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:140:26: style: The function 'indent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:149:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:140:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:146:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:194:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H:146:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.C:85:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.H:50:1: warning: The class 'ITstream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.C:45:45: style: Function 'open' argument 1 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.h:96:35: note: Function 'open' argument 1 names different: declaration 'name' definition '_name'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.C:45:45: note: Function 'open' argument 1 names different: declaration 'name' definition '_name'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.C:45:56: style: Function 'open' argument 2 names different: declaration 'open_mode' definition '_open_mode'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.h:96:45: note: Function 'open' argument 2 names different: declaration 'open_mode' definition '_open_mode'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.C:45:56: note: Function 'open' argument 2 names different: declaration 'open_mode' definition '_open_mode'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.C:140:41: style: Function 'gzstreambase' argument 1 names different: declaration '_name' definition 'name'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.h:124:30: note: Function 'gzstreambase' argument 1 names different: declaration '_name' definition 'name'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.C:140:41: note: Function 'gzstreambase' argument 1 names different: declaration '_name' definition 'name'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.C:140:51: style: Function 'gzstreambase' argument 2 names different: declaration '_open_mode' definition 'mode'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.h:124:41: note: Function 'gzstreambase' argument 2 names different: declaration '_open_mode' definition 'mode'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.C:140:51: note: Function 'gzstreambase' argument 2 names different: declaration '_open_mode' definition 'mode'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/gzstream/gzstream.h:76:4: warning: Member variable 'gzstreambuf::mode' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.C:61:17: style: Function 'New' argument 1 names different: declaration 'type' definition 'compoundType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.H:172:54: note: Function 'New' argument 1 names different: declaration 'type' definition 'compoundType'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.C:61:17: note: Function 'New' argument 1 names different: declaration 'type' definition 'compoundType'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.H:385:13: style: 'token::operator=' should return 'token &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.H:313:9: style: Class 'token' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.H:226:9: style: Class 'Compound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.H:231:15: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.H:196:31: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.H:231:15: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.H:236:14: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.H:205:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/IOstreams/token/token.H:236:14: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:186:14: style: The scope of the variable 'found' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:325:17: style: Function 'Time' argument 1 names different: declaration 'name' definition 'controlDictName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.H:219:25: note: Function 'Time' argument 1 names different: declaration 'name' definition 'controlDictName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:325:17: note: Function 'Time' argument 1 names different: declaration 'name' definition 'controlDictName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:417:17: style: Function 'Time' argument 1 names different: declaration 'name' definition 'controlDictName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.H:210:25: note: Function 'Time' argument 1 names different: declaration 'name' definition 'controlDictName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:417:17: note: Function 'Time' argument 1 names different: declaration 'name' definition 'controlDictName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:987:16: style: Function 'setDeltaT' argument 2 names different: declaration 'adjustDeltaT' definition 'bAdjustDeltaT'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.H:532:28: note: Function 'setDeltaT' argument 2 names different: declaration 'adjustDeltaT' definition 'bAdjustDeltaT'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:987:16: note: Function 'setDeltaT' argument 2 names different: declaration 'adjustDeltaT' definition 'bAdjustDeltaT'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:994:60: style: Function 'setDeltaT' argument 2 names different: declaration 'adjustDeltaT' definition 'bAdjustDeltaT'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.H:539:28: note: Function 'setDeltaT' argument 2 names different: declaration 'adjustDeltaT' definition 'bAdjustDeltaT'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:994:60: note: Function 'setDeltaT' argument 2 names different: declaration 'adjustDeltaT' definition 'bAdjustDeltaT'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.H:173:22: warning: Virtual function 'readDict' is called from constructor 'Time(const word&name,const fileName&rootPath,const fileName&caseName,const word&systemName="system",const word&constantName="constant",const bool enableFunctionObjects=true)' at line 385. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:385:5: note: Calling setControls
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:176:5: note: Calling readDict
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.H:173:22: note: readDict is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.H:173:22: warning: Virtual function 'readDict' is called from constructor 'Time(const word&name,const argList&args,const word&systemName="system",const word&constantName="constant")' at line 483. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:483:5: note: Calling setControls
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:176:5: note: Calling readDict
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.H:173:22: note: readDict is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.H:173:22: warning: Virtual function 'readDict' is called from constructor 'Time(const dictionary&dict,const fileName&rootPath,const fileName&caseName,const word&systemName="system",const word&constantName="constant",const bool enableFunctionObjects=true)' at line 580. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:580:5: note: Calling setControls
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.C:176:5: note: Calling readDict
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/Time.H:173:22: note: readDict is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/subCycleTime.C:66:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/Time/timeSelector.H:102:9: style: Class 'timeSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:446:13: warning: Either the condition 'entryPtr==NULL' is redundant or there is possible null pointer dereference: entryPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:436:18: note: Assuming that condition 'entryPtr==NULL' is not redundant
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:446:13: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:559:21: warning: Either the condition '!entPtr' is redundant or there is possible null pointer dereference: entPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:547:21: note: Assuming that condition '!entPtr' is not redundant
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:559:21: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:646:12: warning: Either the condition 'entryPtr==NULL' is redundant or there is possible null pointer dereference: entryPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:637:18: note: Assuming that condition 'entryPtr==NULL' is not redundant
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:646:12: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:663:12: warning: Either the condition 'entryPtr==NULL' is redundant or there is possible null pointer dereference: entryPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:654:18: note: Assuming that condition 'entryPtr==NULL' is not redundant
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:663:12: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:685:20: warning: Either the condition 'entryPtr==NULL' is redundant or there is possible null pointer dereference: entryPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:675:18: note: Assuming that condition 'entryPtr==NULL' is not redundant
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.C:685:20: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.H:515:9: style: 'dictionary::operator=' should return 'dictionary &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.H:95:9: style: Class 'dictionaryName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.H:203:9: style: Class 'dictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.H:216:9: style: Class 'dictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.H:230:9: style: Class 'dictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/dictionary.H:236:9: style: Class 'dictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/entry/entry.C:47:14: warning: Member variable 'entry::keyword_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/entry/entry.H:171:9: style: 'entry::operator=' should return 'entry &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C:199:23: style: Function 'primitiveEntry' argument 2 names different: declaration 'parentDict' definition 'dict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H:104:58: note: Function 'primitiveEntry' argument 2 names different: declaration 'parentDict' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C:199:23: note: Function 'primitiveEntry' argument 2 names different: declaration 'parentDict' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H:169:22: warning: Virtual function 'read' is called from constructor 'primitiveEntry(const keyType&,const dictionary&parentDict,Istream&)' at line 212. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C:212:5: note: Calling readEntry
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C:172:9: note: Calling read
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H:169:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H:169:22: warning: Virtual function 'read' is called from constructor 'primitiveEntry(const keyType&,Istream&)' at line 227. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C:227:5: note: Calling readEntry
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C:172:9: note: Calling read
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H:169:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dynamicLibrary/codedBase/codedBase.C:94:21: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C:78:21: style: Function 'open' argument 1 names different: declaration 'name' definition 'functionLibName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dynamicLibrary/dlLibraryTable/dlLibraryTable.H:88:35: note: Function 'open' argument 1 names different: declaration 'name' definition 'functionLibName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C:78:21: note: Function 'open' argument 1 names different: declaration 'name' definition 'functionLibName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C:120:21: style: Function 'close' argument 1 names different: declaration 'name' definition 'functionLibName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dynamicLibrary/dlLibraryTable/dlLibraryTable.H:91:36: note: Function 'close' argument 1 names different: declaration 'name' definition 'functionLibName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C:120:21: note: Function 'close' argument 1 names different: declaration 'name' definition 'functionLibName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C:166:57: style: Function 'findLibrary' argument 1 names different: declaration 'name' definition 'functionLibName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dynamicLibrary/dlLibraryTable/dlLibraryTable.H:94:43: note: Function 'findLibrary' argument 1 names different: declaration 'name' definition 'functionLibName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C:166:57: note: Function 'findLibrary' argument 1 names different: declaration 'name' definition 'functionLibName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/dynamicLibrary/dynamicCode/dynamicCodeContext.H:81:9: style: Class 'dynamicCodeContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/error/messageStream.H:113:9: style: Class 'messageStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/error/error.H:91:9: style: Class 'error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/error/error.H:94:9: style: Class 'error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/error/error.H:213:9: style: Class 'IOerror' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/error/error.H:216:9: style: Class 'IOerror' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/error/error.C:66:5: style: Class 'error' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/error/error.H:67:1: warning: The class 'error' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C:36:16: style: Function 'IOOutputFilter' argument 3 names different: declaration 'loadFromFile' definition 'readFromFiles'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.H:82:24: note: Function 'IOOutputFilter' argument 3 names different: declaration 'loadFromFile' definition 'readFromFiles'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C:36:16: note: Function 'IOOutputFilter' argument 3 names different: declaration 'loadFromFile' definition 'readFromFiles'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C:51:16: style: Function 'IOOutputFilter' argument 5 names different: declaration 'loadFromFile' definition 'readFromFiles'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.H:94:24: note: Function 'IOOutputFilter' argument 5 names different: declaration 'loadFromFile' definition 'readFromFiles'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C:51:16: note: Function 'IOOutputFilter' argument 5 names different: declaration 'loadFromFile' definition 'readFromFiles'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C:76:16: style: Function 'IOOutputFilter' argument 5 names different: declaration 'loadFromFile' definition 'readFromFiles'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.H:106:24: note: Function 'IOOutputFilter' argument 5 names different: declaration 'loadFromFile' definition 'readFromFiles'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C:76:16: note: Function 'IOOutputFilter' argument 5 names different: declaration 'loadFromFile' definition 'readFromFiles'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C:152:19: style: Function 'readFunctionObject' argument 1 names different: declaration 'funcNameArgs0' definition 'funcNameArgs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.H:219:27: note: Function 'readFunctionObject' argument 1 names different: declaration 'funcNameArgs0' definition 'funcNameArgs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C:152:19: note: Function 'readFunctionObject' argument 1 names different: declaration 'funcNameArgs0' definition 'funcNameArgs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C:314:17: style: Function 'functionObjectList' argument 1 names different: declaration 'runTime' definition 't'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.H:120:25: note: Function 'functionObjectList' argument 1 names different: declaration 'runTime' definition 't'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C:314:17: note: Function 'functionObjectList' argument 1 names different: declaration 'runTime' definition 't'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C:330:17: style: Function 'functionObjectList' argument 1 names different: declaration 'runTime' definition 't'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.H:134:25: note: Function 'functionObjectList' argument 1 names different: declaration 'runTime' definition 't'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C:330:17: note: Function 'functionObjectList' argument 1 names different: declaration 'runTime' definition 't'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/timeControl/timeControl.C:151:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/writeFile/writeFile.C:103:17: style: Function 'writeFile' argument 2 names different: declaration 't' definition 'runTime'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/writeFile/writeFile.H:109:25: note: Function 'writeFile' argument 2 names different: declaration 't' definition 'runTime'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/functionObjects/writeFile/writeFile.C:103:17: note: Function 'writeFile' argument 2 names different: declaration 't' definition 'runTime'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistry.C:49:17: style: Function 'objectRegistry' argument 1 names different: declaration 'db' definition 't'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistry.H:96:25: note: Function 'objectRegistry' argument 1 names different: declaration 'db' definition 't'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistry.C:49:17: note: Function 'objectRegistry' argument 1 names different: declaration 'db' definition 't'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistry.C:127:56: style: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistry.H:142:40: note: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistry.C:127:56: note: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistry.C:146:62: style: Function 'sortedNames' argument 1 names different: declaration 'className' definition 'ClassName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistry.H:145:46: note: Function 'sortedNames' argument 1 names different: declaration 'className' definition 'ClassName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistry.C:146:62: note: Function 'sortedNames' argument 1 names different: declaration 'className' definition 'ClassName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C:77:62: style: Function 'names' argument 1 names different: declaration 'name' definition 'patterns'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistry.H:157:46: note: Function 'names' argument 1 names different: declaration 'name' definition 'patterns'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C:77:62: note: Function 'names' argument 1 names different: declaration 'name' definition 'patterns'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:50:5: warning: Either the condition '!tPtr' is redundant or there is possible null pointer dereference: tPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:43:9: note: Assuming that condition '!tPtr' is not redundant
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:50:5: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:52:13: warning: Either the condition '!tPtr' is redundant or there is possible null pointer dereference: tPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:43:9: note: Assuming that condition '!tPtr' is not redundant
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:52:13: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:68:5: warning: Either the condition '!tPtr' is redundant or there is possible null pointer dereference: tPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:61:9: note: Assuming that condition '!tPtr' is not redundant
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:68:5: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:70:13: warning: Either the condition '!tPtr' is redundant or there is possible null pointer dereference: tPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:61:9: note: Assuming that condition '!tPtr' is not redundant
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobjectI.H:70:13: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/OpenFOAM/db/regIOobject/regIOobject.C:86:9: style: Class 'addfileModificationCheckingToOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionSet/dimensionSet.C:167:26: warning: Member variable 'dimensionSet::exponents_' is not assigned a value in 'dimensionSet::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionSet/dimensionSet.H:325:9: style: 'dimensionSet::operator=' should return 'dimensionSet &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionSet/dimensionSet.H:262:9: style: Class 'dimensionSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionSet/dimensionSet.H:178:18: style: Class 'tokeniser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionSet/dimensionSetIO.C:665:30: style: Variable 'hasPrinted' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionSet/dimensionSets.C:53:5: style: Class 'addDimensionSetsToDebug' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H:101:0: style: Class 'Foam :: dimensioned < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H:109:0: style: Class 'Foam :: dimensioned < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H:101:0: style: Class 'Foam :: dimensioned < scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H:109:0: style: Class 'Foam :: dimensioned < scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H:101:0: style: Class 'Foam :: dimensioned < Type1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H:109:0: style: Class 'Foam :: dimensioned < Type1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H:101:0: style: Class 'Foam :: dimensioned < Type2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H:109:0: style: Class 'Foam :: dimensioned < Type2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C:345:1: style: Function 'max' argument 1 names different: declaration 'tdf2' definition 'tdf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.H:130:1: note: Function 'max' argument 1 names different: declaration 'tdf2' definition 'tdf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C:345:1: note: Function 'max' argument 1 names different: declaration 'tdf2' definition 'tdf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C:346:1: style: Function 'min' argument 1 names different: declaration 'tdf2' definition 'tdf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.H:131:1: note: Function 'min' argument 1 names different: declaration 'tdf2' definition 'tdf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C:346:1: note: Function 'min' argument 1 names different: declaration 'tdf2' definition 'tdf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C:347:1: style: Function 'cmptMultiply' argument 1 names different: declaration 'tdf2' definition 'tdf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.H:132:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'tdf2' definition 'tdf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C:347:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'tdf2' definition 'tdf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C:348:1: style: Function 'cmptDivide' argument 1 names different: declaration 'tdf2' definition 'tdf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.H:133:1: note: Function 'cmptDivide' argument 1 names different: declaration 'tdf2' definition 'tdf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C:348:1: note: Function 'cmptDivide' argument 1 names different: declaration 'tdf2' definition 'tdf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:168:9: style: Class 'DimensionedField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:181:9: style: Class 'DimensionedField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:188:9: style: Class 'DimensionedField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:317:0: style: 'Foam :: DimensionedField < Type , GeoMesh >::operator=' should return 'Foam :: DimensionedField < Type , GeoMesh > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:181:0: style: Class 'Foam :: DimensionedField < Type , GeoMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:188:0: style: Class 'Foam :: DimensionedField < Type , GeoMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:168:0: style: Class 'Foam :: DimensionedField < scalar , GeoMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:181:0: style: Class 'Foam :: DimensionedField < scalar , GeoMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:188:0: style: Class 'Foam :: DimensionedField < scalar , GeoMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:168:0: style: Class 'Foam :: DimensionedField < Type1 , GeoMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:181:0: style: Class 'Foam :: DimensionedField < Type1 , GeoMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:188:0: style: Class 'Foam :: DimensionedField < Type1 , GeoMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:168:0: style: Class 'Foam :: DimensionedField < Type2 , GeoMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:181:0: style: Class 'Foam :: DimensionedField < Type2 , GeoMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:188:0: style: Class 'Foam :: DimensionedField < Type2 , GeoMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.H:72:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.H:56:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:73:9: warning: Return value of function pow() is not used. [ignoredReturnValue]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:616:1: style: Function 'multiply' argument 2 names different: declaration 's1' definition 's'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H:260:1: note: Function 'multiply' argument 2 names different: declaration 's1' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:616:1: note: Function 'multiply' argument 2 names different: declaration 's1' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:616:1: style: Function 'operator*' argument 1 names different: declaration 's1' definition 's'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H:260:1: note: Function 'operator*' argument 1 names different: declaration 's1' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:616:1: note: Function 'operator*' argument 1 names different: declaration 's1' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:617:1: style: Function 'multiply' argument 3 names different: declaration 's2' definition 's'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H:261:1: note: Function 'multiply' argument 3 names different: declaration 's2' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:617:1: note: Function 'multiply' argument 3 names different: declaration 's2' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:617:1: style: Function 'operator*' argument 2 names different: declaration 's2' definition 's'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H:261:1: note: Function 'operator*' argument 2 names different: declaration 's2' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:617:1: note: Function 'operator*' argument 2 names different: declaration 's2' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:619:1: style: Function 'divide' argument 3 names different: declaration 's2' definition 's'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H:263:1: note: Function 'divide' argument 3 names different: declaration 's2' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:619:1: note: Function 'divide' argument 3 names different: declaration 's2' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:619:1: style: Function 'operator/' argument 2 names different: declaration 's2' definition 's'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H:263:1: note: Function 'operator/' argument 2 names different: declaration 's2' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:619:1: note: Function 'operator/' argument 2 names different: declaration 's2' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H:108:9: style: Class 'FieldField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H:112:9: style: Class 'FieldField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H:116:9: style: Class 'FieldField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:905:1: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:906:1: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:907:1: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.H:82:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.H:59:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.H:73:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/Fields/DynamicField/DynamicField.H:234:0: style: 'Foam :: DynamicField < T , SizeInc , SizeMult , SizeDiv >::operator=' should return 'Foam :: DynamicField < T , SizeInc , SizeMult , SizeDiv > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/Fields/DynamicField/DynamicField.H:143:0: style: Class 'Foam :: DynamicField < T , SizeInc , SizeMult , SizeDiv >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/Fields/DynamicField/DynamicField.H:95:0: error: Null pointer dereference [nullPointer]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.H:66:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/Fields/scalarField/scalarField.H:87:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.H:58:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/Fields/tensorField/tensorField.H:78:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:563:1: style: Function 'max' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:256:1: note: Function 'max' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:563:1: note: Function 'max' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:563:1: style: Function 'max' argument 2 names different: declaration 'df2' definition 'gf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:256:1: note: Function 'max' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:563:1: note: Function 'max' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:563:1: style: Function 'max' argument 2 names different: declaration 'tdf2' definition 'tgf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:256:1: note: Function 'max' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:563:1: note: Function 'max' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:563:1: style: Function 'max' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:256:1: note: Function 'max' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:563:1: note: Function 'max' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:564:1: style: Function 'min' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:257:1: note: Function 'min' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:564:1: note: Function 'min' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:564:1: style: Function 'min' argument 2 names different: declaration 'df2' definition 'gf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:257:1: note: Function 'min' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:564:1: note: Function 'min' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:564:1: style: Function 'min' argument 2 names different: declaration 'tdf2' definition 'tgf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:257:1: note: Function 'min' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:564:1: note: Function 'min' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:564:1: style: Function 'min' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:257:1: note: Function 'min' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:564:1: note: Function 'min' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:565:1: style: Function 'cmptMultiply' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:258:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:565:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:565:1: style: Function 'cmptMultiply' argument 2 names different: declaration 'df2' definition 'gf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:258:1: note: Function 'cmptMultiply' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:565:1: note: Function 'cmptMultiply' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:565:1: style: Function 'cmptMultiply' argument 2 names different: declaration 'tdf2' definition 'tgf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:258:1: note: Function 'cmptMultiply' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:565:1: note: Function 'cmptMultiply' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:565:1: style: Function 'cmptMultiply' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:258:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:565:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:566:1: style: Function 'cmptDivide' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:259:1: note: Function 'cmptDivide' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:566:1: note: Function 'cmptDivide' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:566:1: style: Function 'cmptDivide' argument 2 names different: declaration 'df2' definition 'gf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:259:1: note: Function 'cmptDivide' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:566:1: note: Function 'cmptDivide' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:566:1: style: Function 'cmptDivide' argument 2 names different: declaration 'tdf2' definition 'tgf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:259:1: note: Function 'cmptDivide' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:566:1: note: Function 'cmptDivide' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:566:1: style: Function 'cmptDivide' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:259:1: note: Function 'cmptDivide' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:566:1: note: Function 'cmptDivide' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:568:1: style: Function 'max' argument 2 names different: declaration 'df2' definition 'gf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:261:1: note: Function 'max' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:568:1: note: Function 'max' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:568:1: style: Function 'max' argument 2 names different: declaration 'tdf2' definition 'tgf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:261:1: note: Function 'max' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:568:1: note: Function 'max' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:568:1: style: Function 'max' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:261:1: note: Function 'max' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:568:1: note: Function 'max' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:568:1: style: Function 'max' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:261:1: note: Function 'max' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:568:1: note: Function 'max' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:568:1: style: Function 'max' argument 1 names different: declaration 'tdf2' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:261:1: note: Function 'max' argument 1 names different: declaration 'tdf2' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:568:1: note: Function 'max' argument 1 names different: declaration 'tdf2' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:569:1: style: Function 'min' argument 2 names different: declaration 'df2' definition 'gf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:262:1: note: Function 'min' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:569:1: note: Function 'min' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:569:1: style: Function 'min' argument 2 names different: declaration 'tdf2' definition 'tgf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:262:1: note: Function 'min' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:569:1: note: Function 'min' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:569:1: style: Function 'min' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:262:1: note: Function 'min' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:569:1: note: Function 'min' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:569:1: style: Function 'min' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:262:1: note: Function 'min' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:569:1: note: Function 'min' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:569:1: style: Function 'min' argument 1 names different: declaration 'tdf2' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:262:1: note: Function 'min' argument 1 names different: declaration 'tdf2' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:569:1: note: Function 'min' argument 1 names different: declaration 'tdf2' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:570:1: style: Function 'cmptMultiply' argument 2 names different: declaration 'df2' definition 'gf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:263:1: note: Function 'cmptMultiply' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:570:1: note: Function 'cmptMultiply' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:570:1: style: Function 'cmptMultiply' argument 2 names different: declaration 'tdf2' definition 'tgf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:263:1: note: Function 'cmptMultiply' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:570:1: note: Function 'cmptMultiply' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:570:1: style: Function 'cmptMultiply' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:263:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:570:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:570:1: style: Function 'cmptMultiply' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:263:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:570:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:570:1: style: Function 'cmptMultiply' argument 1 names different: declaration 'tdf2' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:263:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'tdf2' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:570:1: note: Function 'cmptMultiply' argument 1 names different: declaration 'tdf2' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:571:1: style: Function 'cmptDivide' argument 2 names different: declaration 'df2' definition 'gf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:264:1: note: Function 'cmptDivide' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:571:1: note: Function 'cmptDivide' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:571:1: style: Function 'cmptDivide' argument 2 names different: declaration 'tdf2' definition 'tgf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:264:1: note: Function 'cmptDivide' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:571:1: note: Function 'cmptDivide' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:571:1: style: Function 'cmptDivide' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:264:1: note: Function 'cmptDivide' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:571:1: note: Function 'cmptDivide' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:571:1: style: Function 'cmptDivide' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:264:1: note: Function 'cmptDivide' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:571:1: note: Function 'cmptDivide' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:571:1: style: Function 'cmptDivide' argument 1 names different: declaration 'tdf2' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:264:1: note: Function 'cmptDivide' argument 1 names different: declaration 'tdf2' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:571:1: note: Function 'cmptDivide' argument 1 names different: declaration 'tdf2' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:576:1: style: Function 'operator-' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:269:1: note: Function 'operator-' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:576:1: note: Function 'operator-' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:576:1: style: Function 'operator-' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:269:1: note: Function 'operator-' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:576:1: note: Function 'operator-' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:578:1: style: Function 'operator*' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:271:1: note: Function 'operator*' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:578:1: note: Function 'operator*' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:578:1: style: Function 'operator*' argument 2 names different: declaration 'df2' definition 'gf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:271:1: note: Function 'operator*' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:578:1: note: Function 'operator*' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:578:1: style: Function 'operator*' argument 2 names different: declaration 'tdf2' definition 'tgf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:271:1: note: Function 'operator*' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:578:1: note: Function 'operator*' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:578:1: style: Function 'operator*' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:271:1: note: Function 'operator*' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:578:1: note: Function 'operator*' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:580:1: style: Function 'operator/' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:273:1: note: Function 'operator/' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:580:1: note: Function 'operator/' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:580:1: style: Function 'operator/' argument 2 names different: declaration 'df2' definition 'gf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:273:1: note: Function 'operator/' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:580:1: note: Function 'operator/' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:580:1: style: Function 'operator/' argument 2 names different: declaration 'tdf2' definition 'tgf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:273:1: note: Function 'operator/' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:580:1: note: Function 'operator/' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:580:1: style: Function 'operator/' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:273:1: note: Function 'operator/' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:580:1: note: Function 'operator/' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:582:1: style: Function 'operator*' argument 2 names different: declaration 'df2' definition 'gf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:275:1: note: Function 'operator*' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:582:1: note: Function 'operator*' argument 2 names different: declaration 'df2' definition 'gf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:582:1: style: Function 'operator*' argument 2 names different: declaration 'tdf2' definition 'tgf2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:275:1: note: Function 'operator*' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:582:1: note: Function 'operator*' argument 2 names different: declaration 'tdf2' definition 'tgf2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:583:1: style: Function 'operator*' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:276:1: note: Function 'operator*' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:583:1: note: Function 'operator*' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:583:1: style: Function 'operator*' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:276:1: note: Function 'operator*' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:583:1: note: Function 'operator*' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:585:1: style: Function 'operator/' argument 1 names different: declaration 'df1' definition 'gf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:278:1: note: Function 'operator/' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:585:1: note: Function 'operator/' argument 1 names different: declaration 'df1' definition 'gf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:585:1: style: Function 'operator/' argument 1 names different: declaration 'tdf1' definition 'tgf1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H:278:1: note: Function 'operator/' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:585:1: note: Function 'operator/' argument 1 names different: declaration 'tdf1' definition 'tgf1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H:225:13: style: 'Boundary::operator=' should return 'Boundary &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H:374:9: style: Class 'GeometricField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H:128:13: style: Class 'Boundary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.H:80:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.H:56:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.H:75:0: error: syntax error [syntaxError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.H:74:9: style: Class 'UniformDimensionedField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.H:95:0: style: 'Foam :: UniformDimensionedField < scalar >::operator=' should return 'Foam :: UniformDimensionedField < scalar > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.H:74:0: style: Class 'Foam :: UniformDimensionedField < scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H:54:1: warning: The class 'timeVaryingUniformFixedValuePointPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.H:64:1: warning: The class 'uniformFixedValuePointPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H:438:0: warning: Member variable 'Foam :: pointPatchField < Type >::updated_' is not assigned a value in 'Foam :: pointPatchField < Type >::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H:438:0: warning: Member variable 'Foam :: pointPatchField < Type >::patchType_' is not assigned a value in 'Foam :: pointPatchField < Type >::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H:438:0: style: 'Foam :: pointPatchField < Type >::operator=' should return 'Foam :: pointPatchField < Type > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/global/argList/argList.H:384:18: performance: Technically the member function 'Foam::argList::printNotes' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/global/argList/argList.C:1019:21: note: Technically the member function 'Foam::argList::printNotes' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/global/argList/argList.H:384:18: note: Technically the member function 'Foam::argList::printNotes' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/global/debug/simpleObjectRegistry.H:56:5: style: Class 'simpleObjectRegistryEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/global/debug/simpleObjectRegistry.H:76:9: style: Class 'simpleObjectRegistry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/graph/curve/curve.H:93:13: style: Class 'curveStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/graph/curve/curve.H:99:13: style: Class 'curveStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/graph/graph.C:165:17: style: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'graphFormat'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/graph/graph.H:218:37: note: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'graphFormat'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/graph/graph.C:165:17: note: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'graphFormat'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/graph/graph.H:190:22: performance: Technically the member function 'Foam::graph::writer::writeXY' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/graph/graph.C:192:27: note: Technically the member function 'Foam::graph::writer::writeXY' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/graph/graph.H:190:22: note: Technically the member function 'Foam::graph::writer::writeXY' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/graph/graph.H:143:9: style: Class 'graph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.C:141:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.C:155:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.C:169:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.C:183:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolation2DTable/interpolation2DTable.C:247:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:267:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:280:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:300:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:313:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:409:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:443:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:496:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:509:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:529:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:542:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H:133:9: style: Class 'interpolationTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H:138:9: style: Class 'interpolationTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H:80:1: warning: The class 'interpolationTable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/tableReaders/csv/csvTableReader.H:82:9: style: Class 'csvTableReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationTable/tableReaders/openFoam/openFoamTableReader.H:64:9: style: Class 'openFoamTableReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/interpolationWeights/linearInterpolationWeights/linearInterpolationWeights.H:78:9: style: Class 'linearInterpolationWeights' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/patchToPatchInterpolation/CalcPatchToPatchWeights.C:74:10: style: The scope of the variable 'doWeights' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.C:289:24: style: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'ff' definition 'pf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H:138:32: note: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'ff' definition 'pf'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.C:289:24: note: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'ff' definition 'pf'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.C:333:29: style: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'tff' definition 'tpf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H:144:37: note: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'tff' definition 'tpf'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.C:333:29: note: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'tff' definition 'tpf'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H:91:14: style: Technically the member function 'Foam::PrimitivePatchInterpolation::clearWeights' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.C:142:42: note: Technically the member function 'Foam::PrimitivePatchInterpolation::clearWeights' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H:91:14: note: Technically the member function 'Foam::PrimitivePatchInterpolation::clearWeights' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H:99:9: style: Class 'PrimitivePatchInterpolation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.H:68:0: style: Class 'Foam :: DiagonalMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.H:71:0: style: Class 'Foam :: DiagonalMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LLTMatrix/LLTMatrix.H:68:9: style: Class 'LLTMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.C:48:64: style: Function 'LUscalarMatrix' argument 1 names different: declaration 'M' definition 'matrix'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.H:103:50: note: Function 'LUscalarMatrix' argument 1 names different: declaration 'M' definition 'matrix'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.C:48:64: note: Function 'LUscalarMatrix' argument 1 names different: declaration 'M' definition 'matrix'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.H:103:9: style: Class 'LUscalarMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.H:94:9: style: Class 'procLduMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.H:91:9: style: Class 'procLduInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:640:0: style: 'Foam :: LduMatrix < Type , DType , LUType >::operator=' should return 'Foam :: LduMatrix < Type , DType , LUType > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrixATmul.C:43:5: style: Class 'Amultiplier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:467:0: style: Class 'Foam :: LduMatrix < Type , DType , LUType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:467:0: style: Class 'Foam :: LduMatrix < scalar , scalar , scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:470:0: style: Class 'Foam :: LduMatrix < scalar , scalar , scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:467:0: style: Class 'Foam :: LduMatrix < vector , scalar , scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:470:0: style: Class 'Foam :: LduMatrix < vector , scalar , scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:467:0: style: Class 'Foam :: LduMatrix < sphericalTensor , scalar , scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:470:0: style: Class 'Foam :: LduMatrix < sphericalTensor , scalar , scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:467:0: style: Class 'Foam :: LduMatrix < symmTensor , scalar , scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:470:0: style: Class 'Foam :: LduMatrix < symmTensor , scalar , scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:467:0: style: Class 'Foam :: LduMatrix < tensor , scalar , scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H:470:0: style: Class 'Foam :: LduMatrix < tensor , scalar , scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Smoothers/GaussSeidel/TGaussSeidelSmoother.C:60:17: style: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Smoothers/GaussSeidel/TGaussSeidelSmoother.H:81:25: note: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Smoothers/GaussSeidel/TGaussSeidelSmoother.C:60:17: note: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Smoothers/GaussSeidel/TGaussSeidelSmoother.C:62:43: style: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Smoothers/GaussSeidel/TGaussSeidelSmoother.H:83:51: note: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Smoothers/GaussSeidel/TGaussSeidelSmoother.C:62:43: note: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Smoothers/GaussSeidel/TGaussSeidelSmoother.C:63:25: style: Function 'smooth' argument 4 names different: declaration 'rD' definition 'rD_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Smoothers/GaussSeidel/TGaussSeidelSmoother.H:84:33: note: Function 'smooth' argument 4 names different: declaration 'rD' definition 'rD_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Smoothers/GaussSeidel/TGaussSeidelSmoother.C:63:25: note: Function 'smooth' argument 4 names different: declaration 'rD' definition 'rD_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Solvers/SmoothSolver/SmoothSolver.H:66:22: warning: Virtual function 'readControls' is called from constructor 'SmoothSolver(const word&fieldName,const LduMatrix<Type,DType,LUType>&matrix,const dictionary&solverDict)' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Solvers/SmoothSolver/SmoothSolver.C:46:5: note: Calling readControls
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/LduMatrix/Solvers/SmoothSolver/SmoothSolver.H:66:22: note: readControls is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.C:600:32: style: Function 'operator*' argument 1 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:357:32: note: Function 'operator*' argument 1 names different: declaration 'a' definition 'A'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.C:600:32: note: Function 'operator*' argument 1 names different: declaration 'a' definition 'A'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.C:601:32: style: Function 'operator*' argument 2 names different: declaration 'b' definition 'B'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:358:32: note: Function 'operator*' argument 2 names different: declaration 'b' definition 'B'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.C:601:32: note: Function 'operator*' argument 2 names different: declaration 'b' definition 'B'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/MatrixIO.C:85:41: style: Variable 'listDelimiter' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:272:0: style: 'Foam :: Matrix < Form , Type >::operator=' should return 'Foam :: Matrix < Form , Type > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:134:0: style: Class 'Foam :: Matrix < Form , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:138:0: style: Class 'Foam :: Matrix < Form , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:141:0: style: Class 'Foam :: Matrix < Form , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:126:0: style: Class 'Foam :: Matrix < Form1 , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:134:0: style: Class 'Foam :: Matrix < Form1 , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:138:0: style: Class 'Foam :: Matrix < Form1 , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:141:0: style: Class 'Foam :: Matrix < Form1 , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:126:0: style: Class 'Foam :: Matrix < Form2 , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:134:0: style: Class 'Foam :: Matrix < Form2 , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:138:0: style: Class 'Foam :: Matrix < Form2 , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/Matrix/Matrix.H:141:0: style: Class 'Foam :: Matrix < Form2 , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/MatrixBlock/MatrixBlock.C:129:37: warning: Member variable 'MatrixBlock::matrix_' is not assigned a value in 'MatrixBlock::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/MatrixBlock/MatrixBlock.C:187:37: warning: Member variable 'MatrixBlock::matrix_' is not assigned a value in 'MatrixBlock::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/MatrixBlock/MatrixBlock.H:116:1: warning: The class 'MatrixBlock' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/QRMatrix/QRMatrix.H:88:9: style: Class 'QRMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/SquareMatrix/SquareMatrix.H:72:0: style: Class 'Foam :: SquareMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/SquareMatrix/SquareMatrix.H:76:0: style: Class 'Foam :: SquareMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/SquareMatrix/SquareMatrix.H:80:0: style: Class 'Foam :: SquareMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/SquareMatrix/SquareMatrix.H:103:0: style: Class 'Foam :: SquareMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/SymmetricSquareMatrix/SymmetricSquareMatrix.H:66:0: style: Class 'Foam :: SymmetricSquareMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/SymmetricSquareMatrix/SymmetricSquareMatrix.H:79:0: style: Class 'Foam :: SymmetricSquareMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.H:64:14: performance: Technically the member function 'Foam::processorLduInterface::resizeBuf' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.C:38:35: note: Technically the member function 'Foam::processorLduInterface::resizeBuf' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.H:64:14: note: Technically the member function 'Foam::processorLduInterface::resizeBuf' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C:212:55: style: Function 'lower' argument 1 names different: declaration 'size' definition 'nCoeffs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:569:48: note: Function 'lower' argument 1 names different: declaration 'size' definition 'nCoeffs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C:212:55: note: Function 'lower' argument 1 names different: declaration 'size' definition 'nCoeffs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C:230:54: style: Function 'diag' argument 1 names different: declaration 'nCoeffs' definition 'size'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:570:47: note: Function 'diag' argument 1 names different: declaration 'nCoeffs' definition 'size'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C:230:54: note: Function 'diag' argument 1 names different: declaration 'nCoeffs' definition 'size'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:715:9: style: 'lduMatrix::operator=' should return 'lduMatrix &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:520:9: style: Class 'lduMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:125:26: warning: Virtual function 'readControls' is called from constructor 'solver(const word&fieldName,const lduMatrix&matrix,const FieldField<Field,scalar>&interfaceBouCoeffs,const FieldField<Field,scalar>&interfaceIntCoeffs,const lduInterfaceFieldPtrsList&interfaces,const dictionary&solverControls)' at line 152. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSolver.C:152:5: note: Calling readControls
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:125:26: note: readControls is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixUpdateMatrixInterfaces.C:32:38: style: Function 'initMatrixInterfaces' argument 1 names different: declaration 'interfaceCoeffs' definition 'coupleCoeffs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:670:50: note: Function 'initMatrixInterfaces' argument 1 names different: declaration 'interfaceCoeffs' definition 'coupleCoeffs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixUpdateMatrixInterfaces.C:32:38: note: Function 'initMatrixInterfaces' argument 1 names different: declaration 'interfaceCoeffs' definition 'coupleCoeffs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixUpdateMatrixInterfaces.C:98:38: style: Function 'updateMatrixInterfaces' argument 1 names different: declaration 'interfaceCoeffs' definition 'coupleCoeffs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:680:50: note: Function 'updateMatrixInterfaces' argument 1 names different: declaration 'interfaceCoeffs' definition 'coupleCoeffs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixUpdateMatrixInterfaces.C:98:38: note: Function 'updateMatrixInterfaces' argument 1 names different: declaration 'interfaceCoeffs' definition 'coupleCoeffs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.H:64:22: warning: Virtual function 'readControls' is called from constructor 'GAMGPreconditioner(const lduMatrix::solver&,const dictionary&solverControls)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.C:62:5: note: Calling readControls
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.H:64:22: note: readControls is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.C:82:24: style: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.H:88:32: note: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.C:82:24: note: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.C:83:24: style: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.H:88:32: note: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.C:83:24: note: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C:68:17: style: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.H:78:25: note: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C:68:17: note: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C:70:22: style: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.H:80:30: note: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C:70:22: note: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C:72:38: style: Function 'smooth' argument 5 names different: declaration 'interfaceBouCoeffs' definition 'interfaceBouCoeffs_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.H:82:46: note: Function 'smooth' argument 5 names different: declaration 'interfaceBouCoeffs' definition 'interfaceBouCoeffs_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C:72:38: note: Function 'smooth' argument 5 names different: declaration 'interfaceBouCoeffs' definition 'interfaceBouCoeffs_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C:73:38: style: Function 'smooth' argument 6 names different: declaration 'interfaces' definition 'interfaces_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.H:83:46: note: Function 'smooth' argument 6 names different: declaration 'interfaces' definition 'interfaces_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C:73:38: note: Function 'smooth' argument 6 names different: declaration 'interfaces' definition 'interfaces_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C:193:24: style: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.H:93:32: note: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C:193:24: note: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.C:95:17: style: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.H:90:25: note: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.C:95:17: note: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.C:97:22: style: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.H:92:30: note: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.C:97:22: note: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.C:100:38: style: Function 'smooth' argument 6 names different: declaration 'interfaceBouCoeffs' definition 'interfaceBouCoeffs_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.H:95:46: note: Function 'smooth' argument 6 names different: declaration 'interfaceBouCoeffs' definition 'interfaceBouCoeffs_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.C:100:38: note: Function 'smooth' argument 6 names different: declaration 'interfaceBouCoeffs' definition 'interfaceBouCoeffs_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.C:101:38: style: Function 'smooth' argument 7 names different: declaration 'interfaces' definition 'interfaces_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.H:96:46: note: Function 'smooth' argument 7 names different: declaration 'interfaces' definition 'interfaces_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.C:101:38: note: Function 'smooth' argument 7 names different: declaration 'interfaces' definition 'interfaces_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.C:246:24: style: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.H:105:32: note: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/nonBlockingGaussSeidel/nonBlockingGaussSeidelSmoother.C:246:24: note: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.C:68:17: style: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.H:78:25: note: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.C:68:17: note: Function 'smooth' argument 1 names different: declaration 'fieldName' definition 'fieldName_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.C:70:22: style: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.H:80:30: note: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.C:70:22: note: Function 'smooth' argument 3 names different: declaration 'matrix' definition 'matrix_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.C:72:38: style: Function 'smooth' argument 5 names different: declaration 'interfaceBouCoeffs' definition 'interfaceBouCoeffs_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.H:82:46: note: Function 'smooth' argument 5 names different: declaration 'interfaceBouCoeffs' definition 'interfaceBouCoeffs_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.C:72:38: note: Function 'smooth' argument 5 names different: declaration 'interfaceBouCoeffs' definition 'interfaceBouCoeffs_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.C:73:38: style: Function 'smooth' argument 6 names different: declaration 'interfaces' definition 'interfaces_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.H:83:46: note: Function 'smooth' argument 6 names different: declaration 'interfaces' definition 'interfaces_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.C:73:38: note: Function 'smooth' argument 6 names different: declaration 'interfaces' definition 'interfaces_'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.C:222:24: style: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.H:93:32: note: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/smoothers/symGaussSeidel/symGaussSeidelSmoother.C:222:24: note: Function 'smooth' argument 2 names different: declaration 'Source' definition 'source'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerateLduAddressing.C:366:17: style: Function 'procAgglomerateLduAddressing' argument 1 names different: declaration 'comm' definition 'meshComm'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:183:29: note: Function 'procAgglomerateLduAddressing' argument 1 names different: declaration 'comm' definition 'meshComm'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerateLduAddressing.C:366:17: note: Function 'procAgglomerateLduAddressing' argument 1 names different: declaration 'comm' definition 'meshComm'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:437:17: style: Function 'meshLevel' argument 1 names different: declaration 'leveli' definition 'i'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:329:50: note: Function 'meshLevel' argument 1 names different: declaration 'leveli' definition 'i'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:437:17: note: Function 'meshLevel' argument 1 names different: declaration 'leveli' definition 'i'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:451:56: style: Function 'hasMeshLevel' argument 1 names different: declaration 'leveli' definition 'i'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:332:43: note: Function 'hasMeshLevel' argument 1 names different: declaration 'leveli' definition 'i'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:451:56: note: Function 'hasMeshLevel' argument 1 names different: declaration 'leveli' definition 'i'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:466:17: style: Function 'interfaceLevel' argument 1 names different: declaration 'leveli' definition 'i'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:337:29: note: Function 'interfaceLevel' argument 1 names different: declaration 'leveli' definition 'i'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:466:17: note: Function 'interfaceLevel' argument 1 names different: declaration 'leveli' definition 'i'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:480:54: style: Function 'clearLevel' argument 1 names different: declaration 'leveli' definition 'i'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:169:37: note: Function 'clearLevel' argument 1 names different: declaration 'leveli' definition 'i'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:480:54: note: Function 'clearLevel' argument 1 names different: declaration 'leveli' definition 'i'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:502:17: style: Function 'procAgglomMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:454:56: note: Function 'procAgglomMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:502:17: note: Function 'procAgglomMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:511:17: style: Function 'agglomProcIDs' argument 1 names different: declaration 'fineLeveli' definition 'leveli'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:459:56: note: Function 'agglomProcIDs' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:511:17: note: Function 'agglomProcIDs' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:518:55: style: Function 'hasProcMesh' argument 1 names different: declaration 'fineLeveli' definition 'leveli'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:462:42: note: Function 'hasProcMesh' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:518:55: note: Function 'hasProcMesh' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:524:67: style: Function 'procCommunicator' argument 1 names different: declaration 'fineLeveli' definition 'leveli'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:465:48: note: Function 'procCommunicator' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:524:67: note: Function 'procCommunicator' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:532:17: style: Function 'cellOffsets' argument 1 names different: declaration 'fineLeveli' definition 'leveli'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:468:54: note: Function 'cellOffsets' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:532:17: note: Function 'cellOffsets' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:541:17: style: Function 'faceMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:471:54: note: Function 'faceMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:541:17: note: Function 'faceMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:550:17: style: Function 'boundaryMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:474:58: note: Function 'boundaryMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:550:17: note: Function 'boundaryMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:559:17: style: Function 'boundaryFaceMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:477:66: note: Function 'boundaryFaceMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:559:17: note: Function 'boundaryFaceMap' argument 1 names different: declaration 'fineLeveli' definition 'leveli'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerationTemplates.C:175:17: style: Function 'prolongField' argument 3 names different: declaration 'coarseLevelIndex' definition 'levelIndex'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:420:29: note: Function 'prolongField' argument 3 names different: declaration 'coarseLevelIndex' definition 'levelIndex'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerationTemplates.C:175:17: note: Function 'prolongField' argument 3 names different: declaration 'coarseLevelIndex' definition 'levelIndex'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGProcAgglomerations/GAMGProcAgglomeration/GAMGProcAgglomeration.H:66:14: performance: Technically the member function 'Foam::GAMGProcAgglomeration::printStats' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGProcAgglomerations/GAMGProcAgglomeration/GAMGProcAgglomeration.C:41:35: note: Technically the member function 'Foam::GAMGProcAgglomeration::printStats' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGProcAgglomerations/GAMGProcAgglomeration/GAMGProcAgglomeration.H:66:14: note: Technically the member function 'Foam::GAMGProcAgglomeration::printStats' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGProcAgglomerations/procFacesGAMGProcAgglomeration/procFacesGAMGProcAgglomeration.C:62:17: style: The scope of the variable 'myNeighbours' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.H:137:22: warning: Virtual function 'readControls' is called from constructor 'GAMGSolver(const word&fieldName,const lduMatrix&matrix,const FieldField<Field,scalar>&interfaceBouCoeffs,const FieldField<Field,scalar>&interfaceIntCoeffs,const lduInterfaceFieldPtrsList&interfaces,const dictionary&solverControls)' at line 86. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.C:86:5: note: Calling readControls
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.H:137:22: note: readControls is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.C:71:30: style: Function 'cyclicGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.H:89:38: note: Function 'cyclicGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.C:71:30: note: Function 'cyclicGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceTemplates.C:33:24: style: Function 'interfaceInternalField' argument 1 names different: declaration 'internalData' definition 'iF'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.H:243:36: note: Function 'interfaceInternalField' argument 1 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceTemplates.C:33:24: note: Function 'interfaceInternalField' argument 1 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceTemplates.C:45:24: style: Function 'interfaceInternalField' argument 1 names different: declaration 'internalData' definition 'iF'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.H:250:36: note: Function 'interfaceInternalField' argument 1 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceTemplates.C:45:24: note: Function 'interfaceInternalField' argument 1 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C:75:23: style: Function 'cyclicGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H:94:31: note: Function 'cyclicGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C:75:23: note: Function 'cyclicGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H:133:26: warning: Virtual function 'owner' is called from constructor 'cyclicGAMGInterface(const label index,const lduInterfacePtrsList&coarseInterfaces,const lduInterface&fineInterface,const labelField&restrictAddressing,const labelField&neighbourRestrictAddressing,const label fineLevelIndex,const label coarseComm)' at line 110. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C:110:13: note: Calling owner
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H:133:26: note: owner is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorCyclicGAMGInterface/processorCyclicGAMGInterface.C:57:23: style: Function 'processorCyclicGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorCyclicGAMGInterface/processorCyclicGAMGInterface.H:77:31: note: Function 'processorCyclicGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorCyclicGAMGInterface/processorCyclicGAMGInterface.C:57:23: note: Function 'processorCyclicGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C:58:23: style: Function 'processorGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:96:31: note: Function 'processorGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C:58:23: note: Function 'processorGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:157:25: warning: Virtual function 'myProcNo' is called from constructor 'processorGAMGInterface(const label index,const lduInterfacePtrsList&coarseInterfaces,const lduInterface&fineInterface,const labelField&restrictAddressing,const labelField&neighbourRestrictAddressing,const label fineLevelIndex,const label coarseComm)' at line 98. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C:98:13: note: Calling myProcNo
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:157:25: note: myProcNo is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:163:25: warning: Virtual function 'neighbProcNo' is called from constructor 'processorGAMGInterface(const label index,const lduInterfacePtrsList&coarseInterfaces,const lduInterface&fineInterface,const labelField&restrictAddressing,const labelField&neighbourRestrictAddressing,const label fineLevelIndex,const label coarseComm)' at line 98. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C:98:26: note: Calling neighbProcNo
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:163:25: note: neighbProcNo is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.H:66:22: warning: Virtual function 'readControls' is called from constructor 'smoothSolver(const word&fieldName,const lduMatrix&matrix,const FieldField<Field,scalar>&interfaceBouCoeffs,const FieldField<Field,scalar>&interfaceIntCoeffs,const lduInterfaceFieldPtrsList&interfaces,const dictionary&solverControls)' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.C:64:5: note: Calling readControls
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.H:66:22: note: readControls is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H:81:24: performance: Technically the member function 'Foam::SVD::sign' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/scalarMatrices/SVD/SVDI.H:29:27: note: Technically the member function 'Foam::SVD::sign' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H:81:24: note: Technically the member function 'Foam::SVD::sign' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/scalarMatrices/scalarMatricesTemplates.C:239:25: style: Function 'multiply' argument 1 names different: declaration 'answer' definition 'ans'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.H:127:25: note: Function 'multiply' argument 1 names different: declaration 'answer' definition 'ans'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/scalarMatrices/scalarMatricesTemplates.C:239:25: note: Function 'multiply' argument 1 names different: declaration 'answer' definition 'ans'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.H:121:0: style: 'Foam :: simpleMatrix < Type >::operator=' should return 'Foam :: simpleMatrix < Type > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.H:78:0: style: Class 'Foam :: simpleMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.H:87:0: style: Class 'Foam :: simpleMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/Identifiers/patch/coupleGroupIdentifier.C:137:64: style: Function 'coupleGroupIdentifier' argument 1 names different: declaration 'patchGroupName' definition 'name'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/Identifiers/patch/coupleGroupIdentifier.H:85:43: note: Function 'coupleGroupIdentifier' argument 1 names different: declaration 'patchGroupName' definition 'name'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/Identifiers/patch/coupleGroupIdentifier.C:137:64: note: Function 'coupleGroupIdentifier' argument 1 names different: declaration 'patchGroupName' definition 'name'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/Identifiers/patch/coupleGroupIdentifier.H:85:9: style: Class 'coupleGroupIdentifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/Identifiers/patch/coupleGroupIdentifier.H:88:9: style: Class 'coupleGroupIdentifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.H:80:15: performance: Technically the member function 'Foam::commSchedule::outstandingComms' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.C:44:33: note: Technically the member function 'Foam::commSchedule::outstandingComms' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.H:80:15: note: Technically the member function 'Foam::commSchedule::outstandingComms' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/bandCompression/bandCompression.C:42:60: style: Function 'bandCompression' argument 1 names different: declaration 'addressing' definition 'cellCellAddressing'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/bandCompression/bandCompression.H:52:48: note: Function 'bandCompression' argument 1 names different: declaration 'addressing' definition 'cellCellAddressing'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/bandCompression/bandCompression.C:42:60: note: Function 'bandCompression' argument 1 names different: declaration 'addressing' definition 'cellCellAddressing'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/boundBox/boundBox.H:124:9: style: Class 'boundBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/data/data.H:81:9: style: Class 'data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduMesh.C:44:13: error: Null pointer dereference: orPtr_ [nullPointer]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduMesh.C:43:36: note: Assignment 'orPtr_=NULL', assigned value is 0
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduMesh.C:44:13: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.C:494:21: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.C:964:20: style: Function 'mesh' argument 1 names different: declaration 'mesh0' definition 'myMesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H:245:32: note: Function 'mesh' argument 1 names different: declaration 'mesh0' definition 'myMesh'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.C:964:20: note: Function 'mesh' argument 1 names different: declaration 'mesh0' definition 'myMesh'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.C:45:9: style: Class 'procLess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H:189:42: style: The function 'lduAddr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduMesh.H:84:42: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H:189:42: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H:196:42: style: The function 'interfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduMesh.H:88:42: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H:196:42: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H:210:27: style: The function 'comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduMesh.H:91:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H:210:27: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cell/cell.H:84:9: style: Class 'cell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.C:42:22: style: Function 'match' argument 2 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.H:77:30: note: Function 'match' argument 2 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.C:42:22: note: Function 'match' argument 2 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:86:23: style: The function 'nVertPerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:226:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:86:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:91:23: style: The function 'nFacePerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:228:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:91:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:96:23: style: The function 'nMaxVertPerFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:230:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:96:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:101:23: style: The function 'faceHashValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:234:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:101:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:103:22: style: The function 'faceSizeMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:237:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:103:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:105:22: style: The function 'matchShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:247:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:105:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:114:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:258:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:114:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:116:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:262:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:116:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:118:22: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:265:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:118:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:86:23: style: The function 'nVertPerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:226:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:86:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:91:23: style: The function 'nFacePerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:228:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:91:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:96:23: style: The function 'nMaxVertPerFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:230:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:96:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:101:23: style: The function 'faceHashValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:234:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:101:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:103:22: style: The function 'faceSizeMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:237:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:103:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:105:22: style: The function 'matchShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:247:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:105:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:114:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:258:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:114:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:116:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:262:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:116:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:118:22: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:265:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:118:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:86:23: style: The function 'nVertPerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:226:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:86:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:91:23: style: The function 'nFacePerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:228:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:91:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:96:23: style: The function 'nMaxVertPerFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:230:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:96:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:101:23: style: The function 'faceHashValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:234:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:101:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:103:22: style: The function 'faceSizeMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:237:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:103:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:105:22: style: The function 'matchShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:247:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:105:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:114:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:258:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:114:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:116:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:262:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:116:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:118:22: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:265:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:118:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:86:23: style: The function 'nVertPerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:226:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:86:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:91:23: style: The function 'nFacePerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:228:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:91:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:96:23: style: The function 'nMaxVertPerFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:230:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:96:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:101:23: style: The function 'faceHashValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:234:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:101:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:103:22: style: The function 'faceSizeMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:237:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:103:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:105:22: style: The function 'matchShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:247:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:105:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:114:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:258:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:114:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:116:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:262:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:116:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:118:22: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:265:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:118:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:86:23: style: The function 'nVertPerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:226:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:86:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:91:23: style: The function 'nFacePerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:228:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:91:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:96:23: style: The function 'nMaxVertPerFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:230:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:96:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:101:23: style: The function 'faceHashValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:234:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:101:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:103:22: style: The function 'faceSizeMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:237:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:103:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:105:22: style: The function 'matchShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:247:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:105:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:114:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:258:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:114:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:116:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:262:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:116:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:118:22: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:265:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:118:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:86:23: style: The function 'nVertPerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:226:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:86:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:91:23: style: The function 'nFacePerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:228:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:91:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:96:23: style: The function 'nMaxVertPerFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:230:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:96:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:101:23: style: The function 'faceHashValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:234:27: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:101:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:103:22: style: The function 'faceSizeMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:237:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:103:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:105:22: style: The function 'matchShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:247:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:105:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:114:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:258:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:114:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:116:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:262:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:116:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:118:22: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:265:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:118:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.C:63:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:109:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.C:63:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.C:61:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:109:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.C:61:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.C:66:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:109:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.C:66:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.C:67:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:109:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.C:67:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.C:66:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:109:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.C:66:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.C:63:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:109:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.C:63:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.H:90:9: style: Class 'cellModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeI.H:54:25: warning: Member variable 'cellShape::m' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.H:96:9: style: Class 'cellShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/edge/edge.H:80:9: style: Class 'edge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/edge/edge.H:83:9: style: Class 'edge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/face/face.C:81:13: style: Function 'mostConcaveAngle' argument 3 names different: declaration 'edgeCos' definition 'maxAngle'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/face/face.H:106:21: note: Function 'mostConcaveAngle' argument 3 names different: declaration 'edgeCos' definition 'maxAngle'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/face/face.C:81:13: note: Function 'mostConcaveAngle' argument 3 names different: declaration 'edgeCos' definition 'maxAngle'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/face/face.C:845:12: style: Function 'nTrianglesQuads' argument 2 names different: declaration 'nTris' definition 'triI'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/face/face.H:351:24: note: Function 'nTrianglesQuads' argument 2 names different: declaration 'nTris' definition 'triI'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/face/face.C:845:12: note: Function 'nTrianglesQuads' argument 2 names different: declaration 'nTris' definition 'triI'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/face/face.C:846:12: style: Function 'nTrianglesQuads' argument 3 names different: declaration 'nQuads' definition 'quadI'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/face/face.H:352:24: note: Function 'nTrianglesQuads' argument 3 names different: declaration 'nQuads' definition 'quadI'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/face/face.C:846:12: note: Function 'nTrianglesQuads' argument 3 names different: declaration 'nQuads' definition 'quadI'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/face/face.H:165:9: style: Class 'face' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/face/face.H:168:9: style: Class 'face' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.H:81:9: style: Class 'tetCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.H:84:9: style: Class 'tetCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H:107:13: style: Expression is always false because 'else if' condition matches previous condition at line 102. [multiCondition]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H:357:5: style: Expression is always false because 'else if' condition matches previous condition at line 351. [multiCondition]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H:350:6: style: Same expression on both sides of '||'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H:351:6: style: Same expression on both sides of '||'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H:359:6: style: Same expression on both sides of '||'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H:360:6: style: Same expression on both sides of '||'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H:206:23: style: Function 'sweptVol' argument 1 names different: declaration 'oldPoints' definition 'opts'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFace.H:138:31: note: Function 'sweptVol' argument 1 names different: declaration 'oldPoints' definition 'opts'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H:206:23: note: Function 'sweptVol' argument 1 names different: declaration 'oldPoints' definition 'opts'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H:207:23: style: Function 'sweptVol' argument 2 names different: declaration 'newPoints' definition 'npts'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFace.H:139:31: note: Function 'sweptVol' argument 2 names different: declaration 'newPoints' definition 'npts'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H:207:23: note: Function 'sweptVol' argument 2 names different: declaration 'newPoints' definition 'npts'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshShapes/triFace/triFace.H:93:9: style: Class 'triFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshTools/matchPoints.C:36:26: style: Function 'matchPoints' argument 3 names different: declaration 'matchDistance' definition 'matchDistances'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshTools/matchPoints.H:56:26: note: Function 'matchPoints' argument 3 names different: declaration 'matchDistance' definition 'matchDistances'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshTools/matchPoints.C:36:26: note: Function 'matchPoints' argument 3 names different: declaration 'matchDistance' definition 'matchDistances'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshTools/matchPoints.C:148:26: style: Function 'matchPoints' argument 5 names different: declaration 'matchDistance' definition 'matchDistances'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshTools/matchPoints.H:73:26: note: Function 'matchPoints' argument 5 names different: declaration 'matchDistance' definition 'matchDistances'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/meshTools/matchPoints.C:148:26: note: Function 'matchPoints' argument 5 names different: declaration 'matchDistance' definition 'matchDistances'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.C:70:16: style: Function 'findIndices' argument 2 names different: declaration 'useGroups' definition 'usePatchGroups'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.H:103:58: note: Function 'findIndices' argument 2 names different: declaration 'useGroups' definition 'usePatchGroups'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.C:70:16: note: Function 'findIndices' argument 2 names different: declaration 'useGroups' definition 'usePatchGroups'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H:81:9: style: Class 'globalIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H:94:9: style: Class 'globalIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H:97:9: style: Class 'globalIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H:100:9: style: Class 'globalIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndexTemplates.C:33:23: style: Function 'gather' argument 1 names different: declaration 'offsets' definition 'off'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H:158:35: note: Function 'gather' argument 1 names different: declaration 'offsets' definition 'off'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndexTemplates.C:33:23: note: Function 'gather' argument 1 names different: declaration 'offsets' definition 'off'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndexTemplates.C:177:23: style: Function 'gather' argument 1 names different: declaration 'offsets' definition 'off'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H:188:35: note: Function 'gather' argument 1 names different: declaration 'offsets' definition 'off'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndexTemplates.C:177:23: note: Function 'gather' argument 1 names different: declaration 'offsets' definition 'off'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndexTemplates.C:199:23: style: Function 'scatter' argument 1 names different: declaration 'offsets' definition 'off'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H:215:35: note: Function 'scatter' argument 1 names different: declaration 'offsets' definition 'off'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndexTemplates.C:199:23: note: Function 'scatter' argument 1 names different: declaration 'offsets' definition 'off'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H:353:9: style: Class 'globalMeshData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshDataTemplates.C:50:15: style: The scope of the variable 'elem' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshDataTemplates.C:121:15: style: The scope of the variable 'elem' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshDataTemplates.C:35:17: style: Function 'syncData' argument 1 names different: declaration 'pointData' definition 'elems'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H:504:29: note: Function 'syncData' argument 1 names different: declaration 'pointData' definition 'elems'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshDataTemplates.C:35:17: note: Function 'syncData' argument 1 names different: declaration 'pointData' definition 'elems'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshDataTemplates.C:108:17: style: Function 'syncData' argument 1 names different: declaration 'pointData' definition 'elems'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H:517:29: note: Function 'syncData' argument 1 names different: declaration 'pointData' definition 'elems'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshDataTemplates.C:108:17: note: Function 'syncData' argument 1 names different: declaration 'pointData' definition 'elems'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.H:147:15: performance: Technically the member function 'Foam::globalPoints::findSamePoint' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.C:61:33: note: Technically the member function 'Foam::globalPoints::findSamePoint' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.H:147:15: note: Technically the member function 'Foam::globalPoints::findSamePoint' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.H:112:9: style: Class 'cellMapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.H:113:9: style: Class 'faceMapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.H:230:18: performance: Technically the member function 'Foam::mapAddedPolyMesh::updateMesh' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.H:468:9: style: 'mapDistributeBase::operator=' should return 'mapDistributeBase &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H:555:9: style: 'mapDistribute::operator=' should return 'mapDistribute &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.H:461:18: performance: Technically the member function 'Foam::mapDistributeBase::updateMesh' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H:545:18: performance: Technically the member function 'Foam::mapDistribute::updateMesh' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.H:244:9: style: Class 'mapDistributeBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.H:250:9: style: Class 'mapDistributeBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H:409:9: style: Class 'mapDistribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H:415:9: style: Class 'mapDistribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/IOmapDistribute.H:66:9: style: Class 'IOmapDistribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C:249:16: style: Function 'mapDistribute' argument 2 names different: declaration 'untransformedElements' definition 'elements'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H:388:24: note: Function 'mapDistribute' argument 2 names different: declaration 'untransformedElements' definition 'elements'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C:249:16: note: Function 'mapDistribute' argument 2 names different: declaration 'untransformedElements' definition 'elements'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.C:328:26: style: Function 'calcCompactAddressing' argument 2 names different: declaration 'elements' definition 'cellCells'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.H:149:34: note: Function 'calcCompactAddressing' argument 2 names different: declaration 'elements' definition 'cellCells'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.C:328:26: note: Function 'calcCompactAddressing' argument 2 names different: declaration 'elements' definition 'cellCells'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.C:466:20: style: Function 'exchangeAddressing' argument 3 names different: declaration 'elements' definition 'cellCells'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.H:165:28: note: Function 'exchangeAddressing' argument 3 names different: declaration 'elements' definition 'cellCells'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.C:466:20: note: Function 'exchangeAddressing' argument 3 names different: declaration 'elements' definition 'cellCells'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.C:819:17: style: Function 'renumber' argument 3 names different: declaration 'globalElement' definition 'globalI'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.H:343:29: note: Function 'renumber' argument 3 names different: declaration 'globalElement' definition 'globalI'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.C:819:17: note: Function 'renumber' argument 3 names different: declaration 'globalElement' definition 'globalI'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.C:790:26: warning: Member variable 'mapDistributeBase::subHasFlip_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.C:790:26: warning: Member variable 'mapDistributeBase::constructHasFlip_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.H:139:14: performance: Technically the member function 'Foam::mapDistributeBase::calcCompactAddressing' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.C:276:31: note: Technically the member function 'Foam::mapDistributeBase::calcCompactAddressing' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.H:139:14: note: Technically the member function 'Foam::mapDistributeBase::calcCompactAddressing' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.H:146:14: performance: Technically the member function 'Foam::mapDistributeBase::calcCompactAddressing' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.C:325:31: note: Technically the member function 'Foam::mapDistributeBase::calcCompactAddressing' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBase.H:146:14: note: Technically the member function 'Foam::mapDistributeBase::calcCompactAddressing' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBaseTemplates.C:105:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:204:69: style: Function 'distributePointIndices' argument 1 names different: declaration 'pointIDs' definition 'lst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:275:52: note: Function 'distributePointIndices' argument 1 names different: declaration 'pointIDs' definition 'lst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:204:69: note: Function 'distributePointIndices' argument 1 names different: declaration 'pointIDs' definition 'lst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:226:68: style: Function 'distributeFaceIndices' argument 1 names different: declaration 'faceIDs' definition 'lst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:277:51: note: Function 'distributeFaceIndices' argument 1 names different: declaration 'faceIDs' definition 'lst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:226:68: note: Function 'distributeFaceIndices' argument 1 names different: declaration 'faceIDs' definition 'lst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:248:68: style: Function 'distributeCellIndices' argument 1 names different: declaration 'cellIDs' definition 'lst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:278:51: note: Function 'distributeCellIndices' argument 1 names different: declaration 'cellIDs' definition 'lst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:248:68: note: Function 'distributeCellIndices' argument 1 names different: declaration 'cellIDs' definition 'lst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:270:69: style: Function 'distributePatchIndices' argument 1 names different: declaration 'patchIDs' definition 'lst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:279:52: note: Function 'distributePatchIndices' argument 1 names different: declaration 'patchIDs' definition 'lst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:270:69: note: Function 'distributePatchIndices' argument 1 names different: declaration 'patchIDs' definition 'lst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:290:9: style: 'mapDistributePolyMesh::operator=' should return 'mapDistributePolyMesh &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:283:18: performance: Technically the member function 'Foam::mapDistributePolyMesh::updateMesh' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:165:9: style: Class 'mapDistributePolyMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:168:9: style: Class 'mapDistributePolyMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMesh.H:381:37: warning: Virtual function 'dbDir' is called from constructor 'polyMesh(const IOobject&io)' at line 283. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMesh.C:283:37: note: Calling meshDir
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMesh.C:768:12: note: Calling dbDir
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMesh.H:381:37: note: dbDir is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshCheck/polyMeshTools.C:37:24: style: Function 'faceOrthogonality' argument 2 names different: declaration 'fAreas' definition 'areas'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshCheck/polyMeshTools.H:62:28: note: Function 'faceOrthogonality' argument 2 names different: declaration 'fAreas' definition 'areas'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshCheck/polyMeshTools.C:37:24: note: Function 'faceOrthogonality' argument 2 names different: declaration 'fAreas' definition 'areas'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshCheck/polyMeshTools.C:38:24: style: Function 'faceOrthogonality' argument 3 names different: declaration 'cellCtrs' definition 'cc'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshCheck/polyMeshTools.H:63:28: note: Function 'faceOrthogonality' argument 3 names different: declaration 'cellCtrs' definition 'cc'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshCheck/polyMeshTools.C:38:24: note: Function 'faceOrthogonality' argument 3 names different: declaration 'cellCtrs' definition 'cc'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshCheck/polyMeshTools.C:92:23: style: Function 'faceSkewness' argument 2 names different: declaration 'points' definition 'p'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshCheck/polyMeshTools.H:70:27: note: Function 'faceSkewness' argument 2 names different: declaration 'points' definition 'p'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshCheck/polyMeshTools.C:92:23: note: Function 'faceSkewness' argument 2 names different: declaration 'points' definition 'p'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:81:10: style: The scope of the variable 'found' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:395:26: style: Function 'polyMesh' argument 3 names different: declaration 'shapes' definition 'cellsAsShapes'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMesh.H:346:34: note: Function 'polyMesh' argument 3 names different: declaration 'shapes' definition 'cellsAsShapes'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:395:26: note: Function 'polyMesh' argument 3 names different: declaration 'shapes' definition 'cellsAsShapes'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:680:26: style: Function 'polyMesh' argument 3 names different: declaration 'shapes' definition 'cellsAsShapes'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMesh.H:362:34: note: Function 'polyMesh' argument 3 names different: declaration 'shapes' definition 'cellsAsShapes'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:680:26: note: Function 'polyMesh' argument 3 names different: declaration 'shapes' definition 'cellsAsShapes'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMesh.H:401:39: warning: Virtual function 'points' is called from constructor 'polyMesh(const IOobject&io,const Xfer<pointField>&points,const cellShapeList&shapes,const faceListList&boundaryFaces,const wordList&boundaryPatchNames,const wordList&boundaryPatchTypes,const word&defaultBoundaryPatchName,const word&defaultBoundaryPatchType,const wordList&boundaryPatchPhysicalTypes,const bool syncPar=true)' at line 542. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:542:5: note: Calling setTopology
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:170:32: note: Calling cellShapePointCells
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:42:12: note: Calling points
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMesh.H:401:39: note: points is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMesh.H:401:39: warning: Virtual function 'points' is called from constructor 'polyMesh(const IOobject&io,const Xfer<pointField>&points,const cellShapeList&shapes,const faceListList&boundaryFaces,const wordList&boundaryPatchNames,const PtrList<dictionary>&boundaryDicts,const word&defaultBoundaryPatchName,const word&defaultBoundaryPatchType,const bool syncPar=true)' at line 826. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:826:5: note: Calling setTopology
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:170:32: note: Calling cellShapePointCells
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:42:12: note: Calling points
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyMesh.H:401:39: note: points is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C:420:39: style: Variable 'doneWarning' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C:748:17: style: Function 'cyclicPolyPatch' argument 6 names different: declaration 'neighbPatchName' definition 'neighbName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H:247:25: note: Function 'cyclicPolyPatch' argument 6 names different: declaration 'neighbPatchName' definition 'neighbName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C:748:17: note: Function 'cyclicPolyPatch' argument 6 names different: declaration 'neighbPatchName' definition 'neighbName'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C:616:17: style: Function 'matchFace' argument 1 names different: declaration 'localFace' definition 'a'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H:351:25: note: Function 'matchFace' argument 1 names different: declaration 'localFace' definition 'a'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C:616:17: note: Function 'matchFace' argument 1 names different: declaration 'localFace' definition 'a'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C:617:23: style: Function 'matchFace' argument 2 names different: declaration 'localPts' definition 'aPts'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H:352:31: note: Function 'matchFace' argument 2 names different: declaration 'localPts' definition 'aPts'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C:617:23: note: Function 'matchFace' argument 2 names different: declaration 'localPts' definition 'aPts'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C:618:17: style: Function 'matchFace' argument 3 names different: declaration 'masterFace' definition 'b'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H:353:25: note: Function 'matchFace' argument 3 names different: declaration 'masterFace' definition 'b'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C:618:17: note: Function 'matchFace' argument 3 names different: declaration 'masterFace' definition 'b'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C:619:23: style: Function 'matchFace' argument 4 names different: declaration 'masterPts' definition 'bPts'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H:354:31: note: Function 'matchFace' argument 4 names different: declaration 'masterPts' definition 'bPts'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C:619:23: note: Function 'matchFace' argument 4 names different: declaration 'masterPts' definition 'bPts'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H:405:9: style: 'polyPatch::operator=' should return 'polyPatch &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H:372:26: warning: Virtual function 'clearAddressing' is called from destructor '~polyPatch()' at line 240. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C:240:5: note: Calling clearAddressing
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H:372:26: note: clearAddressing is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.H:228:9: style: 'cellZone::operator=' should return 'cellZone &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.C:305:51: style: Function 'whichFace' argument 1 names different: declaration 'globalCellID' definition 'globalFaceID'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.H:260:37: note: Function 'whichFace' argument 1 names different: declaration 'globalCellID' definition 'globalFaceID'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.C:305:51: note: Function 'whichFace' argument 1 names different: declaration 'globalCellID' definition 'globalFaceID'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.H:283:22: warning: Virtual function 'clearAddressing' is called from destructor '~faceZone()' at line 293. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.C:293:5: note: Calling clearAddressing
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.H:283:22: note: clearAddressing is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.H:226:9: style: 'pointZone::operator=' should return 'pointZone &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.C:166:45: style: Function 'localID' argument 1 names different: declaration 'globalID' definition 'globalCellID'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.H:159:35: note: Function 'localID' argument 1 names different: declaration 'globalID' definition 'globalCellID'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.C:166:45: note: Function 'localID' argument 1 names different: declaration 'globalID' definition 'globalCellID'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.H:168:22: warning: Virtual function 'clearAddressing' is called from destructor '~zone()' at line 160. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.C:160:5: note: Calling clearAddressing
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.H:168:22: note: clearAddressing is a virtual method
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsCheck.C:43:19: style: Function 'checkOrientation' argument 3 names different: declaration 'marked' definition 'setPtr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H:84:23: note: Function 'checkOrientation' argument 3 names different: declaration 'marked' definition 'setPtr'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsCheck.C:43:19: note: Function 'checkOrientation' argument 3 names different: declaration 'marked' definition 'setPtr'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C:133:21: style: Function 'gatherAndMerge' argument 2 names different: declaration 'faces' definition 'localFaces'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H:322:25: note: Function 'gatherAndMerge' argument 2 names different: declaration 'faces' definition 'localFaces'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C:133:21: note: Function 'gatherAndMerge' argument 2 names different: declaration 'faces' definition 'localFaces'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C:139:27: style: Function 'gatherAndMerge' argument 7 names different: declaration 'globalPoints' definition 'globalPointsPtr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H:328:31: note: Function 'gatherAndMerge' argument 7 names different: declaration 'globalPoints' definition 'globalPointsPtr'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C:139:27: note: Function 'gatherAndMerge' argument 7 names different: declaration 'globalPoints' definition 'globalPointsPtr'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C:140:27: style: Function 'gatherAndMerge' argument 8 names different: declaration 'globalFaces' definition 'globalFacesPtr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H:329:31: note: Function 'gatherAndMerge' argument 8 names different: declaration 'globalFaces' definition 'globalFacesPtr'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C:140:27: note: Function 'gatherAndMerge' argument 8 names different: declaration 'globalFaces' definition 'globalFacesPtr'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshEdges.C:63:10: style: The scope of the variable 'found' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchProjectPoints.C:111:14: style: The scope of the variable 'closer' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchProjectPoints.C:356:14: style: The scope of the variable 'closer' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:129:16: style: Function 'calcPointOrder' argument 2 names different: declaration 'pointMap' definition 'oldToNew'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:555:32: note: Function 'calcPointOrder' argument 2 names different: declaration 'pointMap' definition 'oldToNew'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:129:16: note: Function 'calcPointOrder' argument 2 names different: declaration 'pointMap' definition 'oldToNew'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:267:15: style: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:472:23: note: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:267:15: note: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:288:27: style: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:483:35: note: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:288:27: note: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:305:23: style: Function 'movePoints' argument 1 names different: declaration 'p' definition 'newPoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:594:39: note: Function 'movePoints' argument 1 names different: declaration 'p' definition 'newPoints'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:305:23: note: Function 'movePoints' argument 1 names different: declaration 'p' definition 'newPoints'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:306:23: style: Function 'movePoints' argument 2 names different: declaration 'oldP' definition 'oldPoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:595:39: note: Function 'movePoints' argument 2 names different: declaration 'oldP' definition 'oldPoints'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:306:23: note: Function 'movePoints' argument 2 names different: declaration 'oldP' definition 'oldPoints'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCells.C:35:17: style: Function 'calcCells' argument 4 names different: declaration 'nCells' definition 'inNCells'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:545:33: note: Function 'calcCells' argument 4 names different: declaration 'nCells' definition 'inNCells'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCells.C:35:17: note: Function 'calcCells' argument 4 names different: declaration 'nCells' definition 'inNCells'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.C:125:24: style: Function 'faceOrthogonality' argument 2 names different: declaration 'fAreas' definition 'areas'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.H:57:28: note: Function 'faceOrthogonality' argument 2 names different: declaration 'fAreas' definition 'areas'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.C:125:24: note: Function 'faceOrthogonality' argument 2 names different: declaration 'fAreas' definition 'areas'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.C:126:24: style: Function 'faceOrthogonality' argument 3 names different: declaration 'cellCtrs' definition 'cc'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.H:58:28: note: Function 'faceOrthogonality' argument 3 names different: declaration 'cellCtrs' definition 'cc'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.C:126:24: note: Function 'faceOrthogonality' argument 3 names different: declaration 'cellCtrs' definition 'cc'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.C:153:23: style: Function 'faceSkewness' argument 2 names different: declaration 'points' definition 'p'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.H:75:27: note: Function 'faceSkewness' argument 2 names different: declaration 'points' definition 'p'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.C:153:23: note: Function 'faceSkewness' argument 2 names different: declaration 'points' definition 'p'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.C:205:24: style: Function 'facePyramidVolume' argument 3 names different: declaration 'cellCtrs' definition 'ctrs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.H:66:28: note: Function 'facePyramidVolume' argument 3 names different: declaration 'cellCtrs' definition 'ctrs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.C:205:24: note: Function 'facePyramidVolume' argument 3 names different: declaration 'cellCtrs' definition 'ctrs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.C:456:26: style: Function 'cellDeterminant' argument 2 names different: declaration 'directions' definition 'meshD'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.H:126:30: note: Function 'cellDeterminant' argument 2 names different: declaration 'directions' definition 'meshD'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.C:456:26: note: Function 'cellDeterminant' argument 2 names different: declaration 'directions' definition 'meshD'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:886:18: style: Technically the member function 'Foam::primitiveMesh::clearGeom' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C:125:27: note: Technically the member function 'Foam::primitiveMesh::clearGeom' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:886:18: note: Technically the member function 'Foam::primitiveMesh::clearGeom' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/line/line.H:94:0: style: Class 'Foam :: line < Point , PointRef >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/line/line.H:94:0: style: Class 'Foam :: line < point2D , const point2D & >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointIndexHit.H:97:9: warning: Member variable 'PointIndexHit::hit_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointIndexHit.H:187:14: style: Technically the member function 'Foam::PointIndexHit::write' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointIndexHit.H:81:9: style: Class 'PointIndexHit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointIndexHit.H:97:9: style: Class 'PointIndexHit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:160:18: style: Function 'plane' argument 1 names different: declaration 'point1' definition 'a'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:137:28: note: Function 'plane' argument 1 names different: declaration 'point1' definition 'a'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:160:18: note: Function 'plane' argument 1 names different: declaration 'point1' definition 'a'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:161:18: style: Function 'plane' argument 2 names different: declaration 'point2' definition 'b'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:137:49: note: Function 'plane' argument 2 names different: declaration 'point2' definition 'b'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:161:18: note: Function 'plane' argument 2 names different: declaration 'point2' definition 'b'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:162:18: style: Function 'plane' argument 3 names different: declaration 'point3' definition 'c'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:137:70: note: Function 'plane' argument 3 names different: declaration 'point3' definition 'c'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:162:18: note: Function 'plane' argument 3 names different: declaration 'point3' definition 'c'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:169:38: style: Function 'plane' argument 1 names different: declaration 'planeDict' definition 'dict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:144:33: note: Function 'plane' argument 1 names different: declaration 'planeDict' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:169:38: note: Function 'plane' argument 1 names different: declaration 'planeDict' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:131:9: style: Class 'plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:141:9: style: Class 'plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:144:9: style: Class 'plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:147:9: style: Class 'plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.C:101:24: style: Condition 'nCutInside==0' is always true [knownConditionTrueFalse]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.C:94:22: note: Assignment 'nCutInside=0', assigned value is 0
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.C:101:24: note: Condition 'nCutInside==0' is always true
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.H:191:0: style: Class 'Foam :: tetrahedron < Point , PointRef >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.H:191:0: style: Class 'Foam :: tetrahedron < point , const point & >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/treeBoundBox/treeBoundBox.C:241:16: style: Function 'intersects' argument 6 names different: declaration 'ptBits' definition 'ptOnFaces'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/treeBoundBox/treeBoundBox.H:302:28: note: Function 'intersects' argument 6 names different: declaration 'ptBits' definition 'ptOnFaces'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/treeBoundBox/treeBoundBox.C:241:16: note: Function 'intersects' argument 6 names different: declaration 'ptBits' definition 'ptOnFaces'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/meshes/treeBoundBox/treeBoundBox.H:207:9: style: Class 'treeBoundBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/VectorSpace/VectorSpace.H:157:9: style: Class 'VectorSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/VectorSpace/VectorSpace.H:160:9: style: Class 'VectorSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/VectorSpace/VectorSpace.H:163:9: style: Class 'VectorSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/VectorSpace/VectorSpace.H:137:13: style: Class 'ConstBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/Switch/Switch.C:63:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/Switch/Switch.C:69:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/Switch/Switch.C:75:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/Switch/Switch.C:81:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/Switch/Switch.C:87:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/Switch/Switch.H:126:9: style: Class 'Switch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/Switch/Switch.H:132:9: style: Class 'Switch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/Switch/Switch.H:138:9: style: Class 'Switch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/Switch/Switch.H:158:9: style: Class 'Switch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/Switch/SwitchIO.C:31:15: warning: Member variable 'Switch::switch_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/bool/bool.H:66:1: style: The class 'pTraits < bool >' does not have a constructor although it has private member variables. [noConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/bool/bool.H:98:18: performance: Technically the member function 'Foam::pTraits < bool >::pTraits' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/bool/bool.C:36:22: note: Technically the member function 'Foam::pTraits < bool >::pTraits' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/bools/bool/bool.H:98:18: note: Technically the member function 'Foam::pTraits < bool >::pTraits' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/complex/complex.H:129:9: style: 'complex::operator=' should return 'complex &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/complex/complex.H:107:9: style: Class 'complex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/complex/complex.H:77:1: warning: The class 'complex' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/demandDrivenEntry/demandDrivenEntry.H:115:21: style: Technically the member function 'Foam::demandDrivenEntry::setValue' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/demandDrivenEntry/demandDrivenEntryI.H:51:44: note: Technically the member function 'Foam::demandDrivenEntry::setValue' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/demandDrivenEntry/demandDrivenEntry.H:115:21: note: Technically the member function 'Foam::demandDrivenEntry::setValue' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/demandDrivenEntry/demandDrivenEntry.H:118:21: style: Technically the member function 'Foam::demandDrivenEntry::reset' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/demandDrivenEntry/demandDrivenEntryI.H:60:44: note: Technically the member function 'Foam::demandDrivenEntry::reset' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/demandDrivenEntry/demandDrivenEntry.H:118:21: note: Technically the member function 'Foam::demandDrivenEntry::reset' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/demandDrivenEntry/demandDrivenEntry.H:54:1: warning: The class 'demandDrivenEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Function1/Function1/Function1.H:102:0: style: Class 'Foam :: Function1 < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Function1/Table/TableBase.C:233:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Function1/Table/TableBase.C:247:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Function1/Table/TableBase.C:283:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Function1/Table/TableBase.C:297:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Function1/Table/TableBase.C:83:40: warning: Member variable 'TableBase::currentIndices_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Function1/Table/TableBase.C:83:40: warning: Member variable 'TableBase::currentWeights_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 5 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 6 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 7 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 9 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 10 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 11 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 12 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 13 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 14 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 15 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 17 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 18 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 19 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 20 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 21 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 22 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 23 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 24 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 25 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 26 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 27 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 28 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 29 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 30 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 31 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 33 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 34 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 35 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 36 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 37 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 38 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 39 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 40 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 41 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 42 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 43 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 44 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 45 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 46 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 47 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 48 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 49 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 50 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 51 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 52 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 53 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 54 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 55 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 56 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 57 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 58 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 59 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 60 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 61 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 62 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 63 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 65 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 66 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 67 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 68 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 69 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 70 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 71 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 72 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 73 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 74 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 75 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 76 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 77 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 78 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 79 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 80 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 81 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 82 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 83 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 84 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 85 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 86 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 87 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 88 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 89 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 90 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 91 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 92 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 93 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 94 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 95 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 96 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 97 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 98 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 99 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H:117:0: style: Class 'Foam :: Polynomial < PolySize + 100 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/functions/Polynomial/polynomialFunction.H:128:9: style: Class 'polynomialFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransformI.H:453:25: style: Function 'transformIndicesForPatches' argument 1 names different: declaration 'patchIs' definition 'patchis'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransform.H:281:37: note: Function 'transformIndicesForPatches' argument 1 names different: declaration 'patchIs' definition 'patchis'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransformI.H:453:25: note: Function 'transformIndicesForPatches' argument 1 names different: declaration 'patchIs' definition 'patchis'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransformI.H:628:25: style: Function 'transformPatches' argument 1 names different: declaration 'patchIs' definition 'patchis'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransform.H:289:37: note: Function 'transformPatches' argument 1 names different: declaration 'patchIs' definition 'patchis'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransformI.H:628:25: note: Function 'transformPatches' argument 1 names different: declaration 'patchIs' definition 'patchis'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransform.H:133:15: performance: Technically the member function 'Foam::globalIndexAndTransform::matchTransform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransform.C:40:44: note: Technically the member function 'Foam::globalIndexAndTransform::matchTransform' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransform.H:133:15: note: Technically the member function 'Foam::globalIndexAndTransform::matchTransform' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/globalIndexAndTransform.H:174:9: style: Class 'globalIndexAndTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/vectorTensorTransform/vectorTensorTransform.C:116:75: style: Function 'operator<<' argument 2 names different: declaration 'C' definition 'tr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/vectorTensorTransform/vectorTensorTransform.H:55:63: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 'tr'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/vectorTensorTransform/vectorTensorTransform.C:116:75: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 'tr'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/vectorTensorTransform/vectorTensorTransform.C:53:30: warning: Member variable 'vectorTensorTransform::hasR_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/vectorTensorTransform/vectorTensorTransform.H:154:9: style: 'vectorTensorTransform::operator=' should return 'vectorTensorTransform &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/vectorTensorTransform/vectorTensorTransform.H:112:9: style: Class 'vectorTensorTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/globalIndexAndTransform/vectorTensorTransform/vectorTensorTransform.H:62:1: warning: The class 'vectorTensorTransform' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:477:17: style: Function 'Hasher' argument 1 names different: declaration 'data' definition 'key'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.H:60:33: note: Function 'Hasher' argument 1 names different: declaration 'data' definition 'key'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:477:17: note: Function 'Hasher' argument 1 names different: declaration 'data' definition 'key'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:478:12: style: Function 'Hasher' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.H:60:46: note: Function 'Hasher' argument 2 names different: declaration 'len' definition 'length'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:478:12: note: Function 'Hasher' argument 2 names different: declaration 'len' definition 'length'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:479:14: style: Function 'Hasher' argument 3 names different: declaration 'seed' definition 'initval'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.H:60:60: note: Function 'Hasher' argument 3 names different: declaration 'seed' definition 'initval'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:479:14: note: Function 'Hasher' argument 3 names different: declaration 'seed' definition 'initval'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:518:21: style: Function 'HasherInt' argument 1 names different: declaration 'data' definition 'k'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/HasherInt.H:52:40: note: Function 'HasherInt' argument 1 names different: declaration 'data' definition 'k'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:518:21: note: Function 'HasherInt' argument 1 names different: declaration 'data' definition 'k'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:562:21: style: Function 'HasherDual' argument 1 names different: declaration 'data' definition 'k'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/HasherInt.H:63:25: note: Function 'HasherDual' argument 1 names different: declaration 'data' definition 'k'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:562:21: note: Function 'HasherDual' argument 1 names different: declaration 'data' definition 'k'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H:115:55: style: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1.H:172:51: note: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H:115:55: note: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H:121:48: style: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1.H:175:44: note: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H:121:48: note: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H:31:20: warning: Member variable 'SHA1::buffer_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.H:83:9: style: Class 'SHA1Digest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C:245:54: style: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.H:123:44: note: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C:245:54: note: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C:251:47: style: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.H:126:37: note: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C:251:47: note: Function 'operator!=' argument 1 names different: declaration 'hexdigits' definition 'rhs'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C:84:19: warning: Member variable 'SHA1Digest::v_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/int32/int32.H:79:1: style: The class 'pTraits < int32_t >' does not have a constructor although it has private member variables. [noConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/int32/int32.H:116:18: performance: Technically the member function 'Foam::pTraits < int32_t >::pTraits' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/int32/int32.C:39:25: note: Technically the member function 'Foam::pTraits < int32_t >::pTraits' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/int32/int32.H:116:18: note: Technically the member function 'Foam::pTraits < int32_t >::pTraits' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/int64/int64.H:74:1: style: The class 'pTraits < int64_t >' does not have a constructor although it has private member variables. [noConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/int64/int64.H:111:18: performance: Technically the member function 'Foam::pTraits < int64_t >::pTraits' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/int64/int64.C:39:25: note: Technically the member function 'Foam::pTraits < int64_t >::pTraits' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/int64/int64.H:111:18: note: Technically the member function 'Foam::pTraits < int64_t >::pTraits' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/label/label.H:48:0: error: #error "label.H: WM_LABEL_SIZE must be set to either 32 or 64" [preprocessorErrorDirective]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/uLabel/uLabel.H:48:0: error: #error "uLabel.H: WM_LABEL_SIZE must be set to either 32 or 64" [preprocessorErrorDirective]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/uint32/uint32.H:70:1: style: The class 'pTraits < uint32_t >' does not have a constructor although it has private member variables. [noConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/uint32/uint32.H:107:18: performance: Technically the member function 'Foam::pTraits < uint32_t >::pTraits' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/uint32/uint32.C:39:26: note: Technically the member function 'Foam::pTraits < uint32_t >::pTraits' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/uint32/uint32.H:107:18: note: Technically the member function 'Foam::pTraits < uint32_t >::pTraits' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/uint64/uint64.H:74:1: style: The class 'pTraits < uint64_t >' does not have a constructor although it has private member variables. [noConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/uint64/uint64.H:111:18: performance: Technically the member function 'Foam::pTraits < uint64_t >::pTraits' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/uint64/uint64.C:39:26: note: Technically the member function 'Foam::pTraits < uint64_t >::pTraits' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ints/uint64/uint64.H:111:18: note: Technically the member function 'Foam::pTraits < uint64_t >::pTraits' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternionI.H:290:64: style: Function 'mulq0v' argument 1 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternion.H:73:48: note: Function 'mulq0v' argument 1 names different: declaration 'v' definition 'u'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternionI.H:290:64: note: Function 'mulq0v' argument 1 names different: declaration 'v' definition 'u'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternionI.H:296:63: style: Function 'transform' argument 1 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternion.H:202:54: note: Function 'transform' argument 1 names different: declaration 'v' definition 'u'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternionI.H:296:63: note: Function 'transform' argument 1 names different: declaration 'v' definition 'u'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternionI.H:302:66: style: Function 'invTransform' argument 1 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternion.H:205:57: note: Function 'invTransform' argument 1 names different: declaration 'v' definition 'u'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternionI.H:302:66: note: Function 'invTransform' argument 1 names different: declaration 'v' definition 'u'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternion.C:169:64: style: Function 'operator<<' argument 2 names different: declaration 'C' definition 'q'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternion.H:54:52: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 'q'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternion.C:169:64: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 'q'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternion.H:216:9: style: 'quaternion::operator=' should return 'quaternion &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternionI.H:54:5: performance: Variable 'w_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternion.H:165:9: style: Class 'quaternion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/quaternion/quaternion.H:61:1: warning: The class 'quaternion' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/random/Random/Random.C:32:0: error: #error "INT_MAX    != 2147483647" [preprocessorErrorDirective]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/random/cachedRandom/cachedRandom.H:64:1: warning: The class 'cachedRandom' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRange.H:182:38: performance: Technically the member function 'Foam::labelRange::cend' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRangeI.H:123:66: note: Technically the member function 'Foam::labelRange::cend' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRange.H:182:38: note: Technically the member function 'Foam::labelRange::cend' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRange.H:188:38: performance: Technically the member function 'Foam::labelRange::end' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRangeI.H:135:66: note: Technically the member function 'Foam::labelRange::end' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRange.H:188:38: note: Technically the member function 'Foam::labelRange::end' can be static.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRange.H:76:18: style: Technically the member function 'Foam::labelRange::less::operator()' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRange.H:170:30: style: Technically the member function 'Foam::labelRange::const_iterator::operator*' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRangeI.H:83:54: note: Technically the member function 'Foam::labelRange::const_iterator::operator*' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRange.H:170:30: note: Technically the member function 'Foam::labelRange::const_iterator::operator*' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRange.H:171:30: style: Technically the member function 'Foam::labelRange::const_iterator::operator()' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRangeI.H:89:54: note: Technically the member function 'Foam::labelRange::const_iterator::operator()' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRange.H:171:30: note: Technically the member function 'Foam::labelRange::const_iterator::operator()' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRange.H:92:9: style: Class 'labelRange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRangeI.H:53:11: error: Null pointer dereference [nullPointer]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRanges.C:167:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRanges.C:173:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRanges.H:144:30: style: Technically the member function 'Foam::labelRanges::const_iterator::operator*' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRangesI.H:87:55: note: Technically the member function 'Foam::labelRanges::const_iterator::operator*' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRanges.H:144:30: note: Technically the member function 'Foam::labelRanges::const_iterator::operator*' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRanges.H:145:30: style: Technically the member function 'Foam::labelRanges::const_iterator::operator()' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRangesI.H:93:55: note: Technically the member function 'Foam::labelRanges::const_iterator::operator()' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRanges.H:145:30: note: Technically the member function 'Foam::labelRanges::const_iterator::operator()' can be const.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRanges.H:91:9: style: Class 'labelRanges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/labelRange/labelRangesI.H:45:10: error: Null pointer dereference [nullPointer]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/scalarRange/scalarRange.H:99:9: style: Class 'scalarRange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/ranges/scalarRange/scalarRanges.H:63:9: style: Class 'scalarRanges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernionI.H:242:23: style: Function 'operator*' argument 1 names different: declaration 'q1' definition 'tr1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.H:193:47: note: Function 'operator*' argument 1 names different: declaration 'q1' definition 'tr1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernionI.H:242:23: note: Function 'operator*' argument 1 names different: declaration 'q1' definition 'tr1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernionI.H:243:23: style: Function 'operator*' argument 2 names different: declaration 'q2' definition 'tr2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.H:193:69: note: Function 'operator*' argument 2 names different: declaration 'q2' definition 'tr2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernionI.H:243:23: note: Function 'operator*' argument 2 names different: declaration 'q2' definition 'tr2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernionI.H:256:23: style: Function 'operator/' argument 1 names different: declaration 'q1' definition 'tr1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.H:194:47: note: Function 'operator/' argument 1 names different: declaration 'q1' definition 'tr1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernionI.H:256:23: note: Function 'operator/' argument 1 names different: declaration 'q1' definition 'tr1'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernionI.H:257:23: style: Function 'operator/' argument 2 names different: declaration 'q2' definition 'tr2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.H:194:69: note: Function 'operator/' argument 2 names different: declaration 'q2' definition 'tr2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernionI.H:257:23: note: Function 'operator/' argument 2 names different: declaration 'q2' definition 'tr2'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.C:64:23: style: Function 'slerp' argument 1 names different: declaration 'qa' definition 'sa'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.H:166:23: note: Function 'slerp' argument 1 names different: declaration 'qa' definition 'sa'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.C:64:23: note: Function 'slerp' argument 1 names different: declaration 'qa' definition 'sa'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.C:65:23: style: Function 'slerp' argument 2 names different: declaration 'qb' definition 'sb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.H:167:23: note: Function 'slerp' argument 2 names different: declaration 'qb' definition 'sb'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.C:65:23: note: Function 'slerp' argument 2 names different: declaration 'qb' definition 'sb'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.C:121:64: style: Function 'operator<<' argument 2 names different: declaration 'C' definition 's'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.H:59:52: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.C:121:64: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 's'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.H:133:9: style: 'septernion::operator=' should return 'septernion &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.H:105:9: style: Class 'septernion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/septernion/septernion.H:66:1: warning: The class 'septernion' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/fileName/fileName.H:227:13: style: 'fileName::operator=' should return 'fileName &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/fileName/fileName.H:110:9: style: Class 'fileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/fileName/fileName.H:113:9: style: Class 'fileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/fileName/fileName.H:116:9: style: Class 'fileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/fileName/fileName.H:119:9: style: Class 'fileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/fileName/fileName.H:125:9: style: Class 'fileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/keyType/keyType.H:127:13: style: 'keyType::operator=' should return 'keyType &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/keyType/keyType.H:96:9: style: Class 'keyType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/keyType/keyType.H:99:9: style: Class 'keyType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/keyType/keyType.H:103:9: style: Class 'keyType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/keyType/keyType.H:110:9: style: Class 'keyType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/lists/hashedWordListI.H:36:64: style: Function 'operator=' argument 1 names different: declaration 'names' definition 'lst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/lists/hashedWordList.H:117:50: note: Function 'operator=' argument 1 names different: declaration 'names' definition 'lst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/lists/hashedWordListI.H:36:64: note: Function 'operator=' argument 1 names different: declaration 'names' definition 'lst'.
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/lists/hashedWordList.H:120:9: style: 'hashedWordList::operator=' should return 'hashedWordList &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/lists/hashedWordList.H:83:9: style: Class 'hashedWordList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/lists/hashedWordList.H:86:9: style: Class 'hashedWordList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/lists/hashedWordList.H:92:9: style: Class 'hashedWordList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/lists/hashedWordList.H:95:9: style: Class 'hashedWordList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/string/stringI.H:89:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/string/string.C:117:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/string/string.H:107:9: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/string/string.H:110:9: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/string/string.H:116:9: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/string/string.H:119:9: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/word/word.H:120:13: style: 'word::operator=' should return 'word &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/word/word.H:107:9: style: Class 'word' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/wordRe/wordRe.H:210:13: style: 'wordRe::operator=' should return 'wordRe &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/strings/wordRe/wordRe.H:145:9: style: Class 'wordRe' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/subModelBase/subModelBase.H:94:9: style: Class 'subModelBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/triad/triad.H:79:9: style: Class 'triad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/triad/triad.H:85:9: style: Class 'triad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/triad/triad.H:88:9: style: Class 'triad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/triad/triad.H:91:9: style: Class 'triad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/OpenFOAM/primitives/triad/triad.H:94:9: style: Class 'triad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/Pstream/mpi/PstreamGlobals.C:70:17: style: Function 'checkCommunicator' argument 2 names different: declaration 'procNo' definition 'otherProcNo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/Pstream/mpi/PstreamGlobals.H:69:49: note: Function 'checkCommunicator' argument 2 names different: declaration 'procNo' definition 'otherProcNo'.
OpenFOAM-4.x-version-4.1/src/Pstream/mpi/PstreamGlobals.C:70:17: note: Function 'checkCommunicator' argument 2 names different: declaration 'procNo' definition 'otherProcNo'.
OpenFOAM-4.x-version-4.1/src/Pstream/mpi/allReduceTemplates.C:34:9: style: Function 'allReduce' argument 2 names different: declaration 'count' definition 'MPICount'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/Pstream/mpi/allReduce.H:51:9: note: Function 'allReduce' argument 2 names different: declaration 'count' definition 'MPICount'.
OpenFOAM-4.x-version-4.1/src/Pstream/mpi/allReduceTemplates.C:34:9: note: Function 'allReduce' argument 2 names different: declaration 'count' definition 'MPICount'.
OpenFOAM-4.x-version-4.1/src/Pstream/mpi/allReduceTemplates.C:36:12: style: Function 'allReduce' argument 4 names different: declaration 'op' definition 'MPIOp'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/Pstream/mpi/allReduce.H:53:12: note: Function 'allReduce' argument 4 names different: declaration 'op' definition 'MPIOp'.
OpenFOAM-4.x-version-4.1/src/Pstream/mpi/allReduceTemplates.C:36:12: note: Function 'allReduce' argument 4 names different: declaration 'op' definition 'MPIOp'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/convectiveHeatTransfer/convectiveHeatTransferFvPatchScalarField.H:92:1: warning: The class 'convectiveHeatTransferFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C:243:31: style: Function 'evaluate' argument 1 names different: declaration 'commsType' definition 'comms'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.H:229:43: note: Function 'evaluate' argument 1 names different: declaration 'commsType' definition 'comms'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C:243:31: note: Function 'evaluate' argument 1 names different: declaration 'commsType' definition 'comms'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.H:108:1: warning: The class 'externalWallHeatFluxTemperatureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.C:150:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.C:60:17: style: Function 'temperatureCoupledBase' argument 2 names different: declaration 'calculationMethod' definition 'calculationType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.H:124:25: note: Function 'temperatureCoupledBase' argument 2 names different: declaration 'calculationMethod' definition 'calculationType'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.C:60:17: note: Function 'temperatureCoupledBase' argument 2 names different: declaration 'calculationMethod' definition 'calculationType'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/totalFlowRateAdvectiveDiffusive/totalFlowRateAdvectiveDiffusiveFvPatchScalarField.H:52:1: warning: The class 'totalFlowRateAdvectiveDiffusiveFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H:87:1: warning: The class 'turbulentHeatFluxTemperatureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:79:1: warning: The class 'alphatJayatillekeWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatPhaseChangeWallFunction/alphatPhaseChangeWallFunctionFvPatchScalarField.H:58:1: warning: The class 'alphatPhaseChangeWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.H:91:1: warning: The class 'alphatWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.H:70:1: warning: The class 'wallHeatTransferFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/IncompressibleTurbulenceModel/IncompressibleTurbulenceModel.C:71:27: style: Function 'New' argument 3 names different: declaration 'trasportModel' definition 'transport'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/IncompressibleTurbulenceModel/IncompressibleTurbulenceModel.H:94:35: note: Function 'New' argument 3 names different: declaration 'trasportModel' definition 'transport'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/IncompressibleTurbulenceModel/IncompressibleTurbulenceModel.C:71:27: note: Function 'New' argument 3 names different: declaration 'trasportModel' definition 'transport'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.C:66:57: style: Function 'fSS' argument 1 names different: declaration 'omega' definition 'Omega'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.H:121:55: note: Function 'fSS' argument 1 names different: declaration 'omega' definition 'Omega'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.C:66:57: note: Function 'fSS' argument 1 names different: declaration 'omega' definition 'Omega'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.C:78:60: style: Function 'BetaTS' argument 1 names different: declaration 'Rew' definition 'ReOmega'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.H:125:58: note: Function 'BetaTS' argument 1 names different: declaration 'Rew' definition 'ReOmega'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.C:78:60: note: Function 'BetaTS' argument 1 names different: declaration 'Rew' definition 'ReOmega'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.C:88:27: style: Function 'fTaul' argument 3 names different: declaration 'omega' definition 'Omega'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.H:131:35: note: Function 'fTaul' argument 3 names different: declaration 'omega' definition 'Omega'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.C:88:27: note: Function 'fTaul' argument 3 names different: declaration 'omega' definition 'Omega'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.C:156:59: style: Function 'phiBP' argument 1 names different: declaration 'omega' definition 'Omega'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.H:147:57: note: Function 'phiBP' argument 1 names different: declaration 'omega' definition 'Omega'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega/kkLOmega.C:156:59: note: Function 'phiBP' argument 1 names different: declaration 'omega' definition 'Omega'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:108:22: warning: Virtual function 'checkType' is called from constructor 'alphatJayatillekeWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&)' at line 117. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C:117:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:108:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:108:22: warning: Virtual function 'checkType' is called from constructor 'alphatJayatillekeWallFunctionFvPatchScalarField(const alphatJayatillekeWallFunctionFvPatchScalarField&,const fvPatch&,const DimensionedField<scalar,volMesh>&,const fvPatchFieldMapper&)' at line 136. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C:136:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:108:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:108:22: warning: Virtual function 'checkType' is called from constructor 'alphatJayatillekeWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&,const dictionary&)' at line 154. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C:154:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:108:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:108:22: warning: Virtual function 'checkType' is called from copy constructor 'alphatJayatillekeWallFunctionFvPatchScalarField(const alphatJayatillekeWallFunctionFvPatchScalarField&)' at line 170. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C:170:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:108:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:108:22: warning: Virtual function 'checkType' is called from constructor 'alphatJayatillekeWallFunctionFvPatchScalarField(const alphatJayatillekeWallFunctionFvPatchScalarField&,const DimensionedField<scalar,volMesh>&)' at line 187. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C:187:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:108:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/incompressible/turbulentTransportModels/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H:78:1: warning: The class 'alphatJayatillekeWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/phaseIncompressible/PhaseIncompressibleTurbulenceModel/PhaseIncompressibleTurbulenceModel.C:40:27: style: Function 'PhaseIncompressibleTurbulenceModel' argument 7 names different: declaration 'trasportModel' definition 'transportModel'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/phaseIncompressible/PhaseIncompressibleTurbulenceModel/PhaseIncompressibleTurbulenceModel.H:81:35: note: Function 'PhaseIncompressibleTurbulenceModel' argument 7 names different: declaration 'trasportModel' definition 'transportModel'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/phaseIncompressible/PhaseIncompressibleTurbulenceModel/PhaseIncompressibleTurbulenceModel.C:40:27: note: Function 'PhaseIncompressibleTurbulenceModel' argument 7 names different: declaration 'trasportModel' definition 'transportModel'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/phaseIncompressible/PhaseIncompressibleTurbulenceModel/PhaseIncompressibleTurbulenceModel.C:73:27: style: Function 'New' argument 5 names different: declaration 'trasportModel' definition 'transportModel'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/phaseIncompressible/PhaseIncompressibleTurbulenceModel/PhaseIncompressibleTurbulenceModel.H:95:35: note: Function 'New' argument 5 names different: declaration 'trasportModel' definition 'transportModel'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/phaseIncompressible/PhaseIncompressibleTurbulenceModel/PhaseIncompressibleTurbulenceModel.C:73:27: note: Function 'New' argument 5 names different: declaration 'trasportModel' definition 'transportModel'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H:141:22: style: Function 'updateCell' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:156:38: note: Function 'updateCell' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H:141:22: note: Function 'updateCell' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H:157:22: style: Function 'updateFace' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:168:38: note: Function 'updateFace' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H:157:22: note: Function 'updateFace' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H:172:22: style: Function 'updateFace' argument 3 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:179:38: note: Function 'updateFace' argument 3 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H:172:22: note: Function 'updateFace' argument 3 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:109:29: performance: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::sameGeometry' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H:89:54: note: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:109:29: note: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:120:29: performance: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::leaveDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H:102:54: note: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:120:29: note: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:131:29: performance: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::enterDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H:124:54: note: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:131:29: note: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:142:29: performance: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H:114:54: note: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:142:29: note: Technically the member function 'Foam::LESModels::smoothDelta::deltaData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:86:13: style: Class 'deltaData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.H:80:10: performance: Technically the member function 'Foam::LESfilter::correctBoundaryConditions' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.H:72:9: style: Class 'simpleFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/LES/WALE/WALE.C:44:27: style: Same expression on both sides of '&'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.H:129:1: warning: The class 'atmBoundaryLayer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H:91:1: warning: The class 'turbulentMixingLengthDissipationRateInletFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H:92:1: warning: The class 'turbulentMixingLengthFrequencyInletFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/RAS/realizableKE/realizableKE.C:52:26: style: Same expression on both sides of '&'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/RAS/v2f/v2f.H:253:37: style: The function 'v2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/RAS/v2f/v2fBase.H:80:37: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/RAS/v2f/v2f.H:253:37: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/RAS/v2f/v2f.H:259:37: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/RAS/v2f/v2fBase.H:83:37: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/RAS/v2f/v2f.H:259:37: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/fixedShearStress/fixedShearStressFvPatchVectorField.H:53:1: warning: The class 'fixedShearStressFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchField.H:99:1: warning: The class 'porousBafflePressureFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonLowReWallFunction/epsilonLowReWallFunctionFvPatchScalarField.C:53:28: style: Function 'calculate' argument 1 names different: declaration 'turbulence' definition 'turbModel'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonLowReWallFunction/epsilonLowReWallFunctionFvPatchScalarField.H:100:36: note: Function 'calculate' argument 1 names different: declaration 'turbulence' definition 'turbModel'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonLowReWallFunction/epsilonLowReWallFunctionFvPatchScalarField.C:53:28: note: Function 'calculate' argument 1 names different: declaration 'turbulence' definition 'turbModel'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonLowReWallFunction/epsilonLowReWallFunctionFvPatchScalarField.C:56:18: style: Function 'calculate' argument 4 names different: declaration 'G' definition 'G0'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonLowReWallFunction/epsilonLowReWallFunctionFvPatchScalarField.H:103:26: note: Function 'calculate' argument 4 names different: declaration 'G' definition 'G0'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonLowReWallFunction/epsilonLowReWallFunctionFvPatchScalarField.C:56:18: note: Function 'calculate' argument 4 names different: declaration 'G' definition 'G0'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonLowReWallFunction/epsilonLowReWallFunctionFvPatchScalarField.C:57:18: style: Function 'calculate' argument 5 names different: declaration 'epsilon' definition 'epsilon0'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonLowReWallFunction/epsilonLowReWallFunctionFvPatchScalarField.H:104:26: note: Function 'calculate' argument 5 names different: declaration 'epsilon' definition 'epsilon0'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonLowReWallFunction/epsilonLowReWallFunctionFvPatchScalarField.C:57:18: note: Function 'calculate' argument 5 names different: declaration 'epsilon' definition 'epsilon0'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonLowReWallFunction/epsilonLowReWallFunctionFvPatchScalarField.H:79:1: warning: The class 'epsilonLowReWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:125:22: warning: Virtual function 'checkType' is called from constructor 'epsilonWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&)' at line 269. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C:269:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:125:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:125:22: warning: Virtual function 'checkType' is called from constructor 'epsilonWallFunctionFvPatchScalarField(const epsilonWallFunctionFvPatchScalarField&,const fvPatch&,const DimensionedField<scalar,volMesh>&,const fvPatchFieldMapper&)' at line 292. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C:292:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:125:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:125:22: warning: Virtual function 'checkType' is called from constructor 'epsilonWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&,const dictionary&)' at line 314. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C:314:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:125:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:125:22: warning: Virtual function 'checkType' is called from copy constructor 'epsilonWallFunctionFvPatchScalarField(const epsilonWallFunctionFvPatchScalarField&)' at line 337. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C:337:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:125:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:125:22: warning: Virtual function 'checkType' is called from constructor 'epsilonWallFunctionFvPatchScalarField(const epsilonWallFunctionFvPatchScalarField&,const DimensionedField<scalar,volMesh>&)' at line 358. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C:358:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:125:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:86:1: warning: The class 'epsilonWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H:101:22: warning: Virtual function 'checkType' is called from constructor 'fWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&)' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.C:95:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H:101:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H:101:22: warning: Virtual function 'checkType' is called from constructor 'fWallFunctionFvPatchScalarField(const fWallFunctionFvPatchScalarField&,const fvPatch&,const DimensionedField<scalar,volMesh>&,const fvPatchFieldMapper&)' at line 113. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.C:113:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H:101:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H:101:22: warning: Virtual function 'checkType' is called from constructor 'fWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&,const dictionary&)' at line 130. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.C:130:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H:101:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H:101:22: warning: Virtual function 'checkType' is called from copy constructor 'fWallFunctionFvPatchScalarField(const fWallFunctionFvPatchScalarField&)' at line 145. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.C:145:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H:101:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H:101:22: warning: Virtual function 'checkType' is called from constructor 'fWallFunctionFvPatchScalarField(const fWallFunctionFvPatchScalarField&,const DimensionedField<scalar,volMesh>&)' at line 161. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.C:161:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H:101:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H:77:1: warning: The class 'fWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H:103:22: warning: Virtual function 'checkType' is called from constructor 'kLowReWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&)' at line 88. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.C:88:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H:103:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H:103:22: warning: Virtual function 'checkType' is called from constructor 'kLowReWallFunctionFvPatchScalarField(const kLowReWallFunctionFvPatchScalarField&,const fvPatch&,const DimensionedField<scalar,volMesh>&,const fvPatchFieldMapper&)' at line 107. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.C:107:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H:103:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H:103:22: warning: Virtual function 'checkType' is called from constructor 'kLowReWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&,const dictionary&)' at line 125. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.C:125:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H:103:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H:103:22: warning: Virtual function 'checkType' is called from copy constructor 'kLowReWallFunctionFvPatchScalarField(const kLowReWallFunctionFvPatchScalarField&)' at line 141. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.C:141:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H:103:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H:103:22: warning: Virtual function 'checkType' is called from constructor 'kLowReWallFunctionFvPatchScalarField(const kLowReWallFunctionFvPatchScalarField&,const DimensionedField<scalar,volMesh>&)' at line 158. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.C:158:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H:103:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H:76:1: warning: The class 'kLowReWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutURoughWallFunction/nutURoughWallFunctionFvPatchScalarField.H:75:1: warning: The class 'nutURoughWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUSpaldingWallFunction/nutUSpaldingWallFunctionFvPatchScalarField.C:104:31: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUTabulatedWallFunction/nutUTabulatedWallFunctionFvPatchScalarField.H:78:1: warning: The class 'nutUTabulatedWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:105:22: warning: Virtual function 'checkType' is called from constructor 'nutWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&)' at line 80. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C:80:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:105:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:105:22: warning: Virtual function 'checkType' is called from constructor 'nutWallFunctionFvPatchScalarField(const nutWallFunctionFvPatchScalarField&,const fvPatch&,const DimensionedField<scalar,volMesh>&,const fvPatchFieldMapper&)' at line 98. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C:98:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:105:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:105:22: warning: Virtual function 'checkType' is called from constructor 'nutWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&,const dictionary&)' at line 115. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C:115:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:105:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:105:22: warning: Virtual function 'checkType' is called from copy constructor 'nutWallFunctionFvPatchScalarField(const nutWallFunctionFvPatchScalarField&)' at line 130. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C:130:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:105:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:105:22: warning: Virtual function 'checkType' is called from constructor 'nutWallFunctionFvPatchScalarField(const nutWallFunctionFvPatchScalarField&,const DimensionedField<scalar,volMesh>&)' at line 146. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C:146:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:105:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:81:1: warning: The class 'nutWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkAtmRoughWallFunction/nutkAtmRoughWallFunctionFvPatchScalarField.H:86:1: warning: The class 'nutkAtmRoughWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkRoughWallFunction/nutkRoughWallFunctionFvPatchScalarField.H:79:1: warning: The class 'nutkRoughWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C:176:28: style: Function 'calculateTurbulenceFields' argument 1 names different: declaration 'turbulence' definition 'turbModel'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:158:36: note: Function 'calculateTurbulenceFields' argument 1 names different: declaration 'turbulence' definition 'turbModel'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C:176:28: note: Function 'calculateTurbulenceFields' argument 1 names different: declaration 'turbulence' definition 'turbModel'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C:209:28: style: Function 'calculate' argument 1 names different: declaration 'turbulence' definition 'turbModel'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:166:36: note: Function 'calculate' argument 1 names different: declaration 'turbulence' definition 'turbModel'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C:209:28: note: Function 'calculate' argument 1 names different: declaration 'turbulence' definition 'turbModel'.
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:136:22: warning: Virtual function 'checkType' is called from constructor 'omegaWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&)' at line 278. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C:278:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:136:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:136:22: warning: Virtual function 'checkType' is called from constructor 'omegaWallFunctionFvPatchScalarField(const omegaWallFunctionFvPatchScalarField&,const fvPatch&,const DimensionedField<scalar,volMesh>&,const fvPatchFieldMapper&)' at line 302. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C:302:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:136:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:136:22: warning: Virtual function 'checkType' is called from constructor 'omegaWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&,const dictionary&)' at line 325. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C:325:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:136:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:136:22: warning: Virtual function 'checkType' is called from copy constructor 'omegaWallFunctionFvPatchScalarField(const omegaWallFunctionFvPatchScalarField&)' at line 349. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C:349:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:136:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:136:22: warning: Virtual function 'checkType' is called from constructor 'omegaWallFunctionFvPatchScalarField(const omegaWallFunctionFvPatchScalarField&,const DimensionedField<scalar,volMesh>&)' at line 371. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C:371:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:136:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:91:1: warning: The class 'omegaWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H:103:22: warning: Virtual function 'checkType' is called from constructor 'v2WallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&)' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.C:95:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H:103:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H:103:22: warning: Virtual function 'checkType' is called from constructor 'v2WallFunctionFvPatchScalarField(const v2WallFunctionFvPatchScalarField&,const fvPatch&,const DimensionedField<scalar,volMesh>&,const fvPatchFieldMapper&)' at line 113. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.C:113:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H:103:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H:103:22: warning: Virtual function 'checkType' is called from constructor 'v2WallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&,const dictionary&)' at line 130. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.C:130:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H:103:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H:103:22: warning: Virtual function 'checkType' is called from copy constructor 'v2WallFunctionFvPatchScalarField(const v2WallFunctionFvPatchScalarField&)' at line 145. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.C:145:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H:103:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H:103:22: warning: Virtual function 'checkType' is called from constructor 'v2WallFunctionFvPatchScalarField(const v2WallFunctionFvPatchScalarField&,const DimensionedField<scalar,volMesh>&)' at line 161. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.C:161:5: note: Calling checkType
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H:103:22: note: checkType is a virtual method
OpenFOAM-4.x-version-4.1/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H:79:1: warning: The class 'v2WallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/consumptionSpeed/consumptionSpeed.H:98:29: style: Technically the member function 'Foam::consumptionSpeed::omega0Sigma' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/consumptionSpeed/consumptionSpeed.C:78:57: note: Technically the member function 'Foam::consumptionSpeed::omega0Sigma' can be const.
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/consumptionSpeed/consumptionSpeed.H:98:29: note: Technically the member function 'Foam::consumptionSpeed::omega0Sigma' can be const.
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/consumptionSpeed/consumptionSpeed.H:88:9: style: Class 'consumptionSpeed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/reactionRateFlameArea/reactionRateFlameArea.C:100:58: style: Function 'read' argument 1 names different: declaration 'dictProperties' definition 'dict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/reactionRateFlameArea/reactionRateFlameArea.H:162:45: note: Function 'read' argument 1 names different: declaration 'dictProperties' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/reactionRateFlameArea/reactionRateFlameArea.C:100:58: note: Function 'read' argument 1 names different: declaration 'dictProperties' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/relaxation/relaxation.C:53:23: style: Function 'relaxation' argument 2 names different: declaration 'dictCoeffs' definition 'dict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/relaxation/relaxation.H:89:31: note: Function 'relaxation' argument 2 names different: declaration 'dictCoeffs' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/relaxation/relaxation.C:53:23: note: Function 'relaxation' argument 2 names different: declaration 'dictCoeffs' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/relaxation/relaxation.C:145:23: style: Function 'read' argument 1 names different: declaration 'dictProperties' definition 'dict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/relaxation/relaxation.H:109:45: note: Function 'read' argument 1 names different: declaration 'dictProperties' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/combustionModels/FSD/reactionRateFlameAreaModels/relaxation/relaxation.C:145:23: note: Function 'read' argument 1 names different: declaration 'dictProperties' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/combustionModels/PaSR/PaSR.H:101:26: style: The function 'correct' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/combustionModels/laminar/laminar.H:104:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/combustionModels/PaSR/PaSR.H:101:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/combustionModels/PaSR/PaSR.H:104:41: style: The function 'R' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/combustionModels/laminar/laminar.H:107:41: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/combustionModels/PaSR/PaSR.H:104:41: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/combustionModels/PaSR/PaSR.H:107:41: style: The function 'dQ' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/combustionModels/laminar/laminar.H:110:41: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/combustionModels/PaSR/PaSR.H:107:41: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/combustionModels/PaSR/PaSR.H:110:41: style: The function 'Sh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/combustionModels/laminar/laminar.H:113:41: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/combustionModels/PaSR/PaSR.H:110:41: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/combustionModels/PaSR/PaSR.H:116:26: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/combustionModels/laminar/laminar.H:119:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/combustionModels/PaSR/PaSR.H:116:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/file/ensightFile.C:245:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/file/ensightGeoFile.H:78:26: style: The function 'writeKeyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/file/ensightFile.H:130:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/file/ensightGeoFile.H:78:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:349:14: warning: Member variable 'ensightPart::number_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:349:14: warning: Member variable 'ensightPart::name_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:349:14: warning: Member variable 'ensightPart::elemLists_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:349:14: warning: Member variable 'ensightPart::offset_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:349:14: warning: Member variable 'ensightPart::size_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:349:14: warning: Member variable 'ensightPart::isCellData_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:349:14: warning: Member variable 'ensightPart::matId_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:349:9: style: 'ensightPart::operator=' should return 'ensightPart &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:123:13: style: Class 'localPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.C:55:23: style: Function 'classify' argument 2 names different: declaration 'idLabels' definition 'idList'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.H:63:31: note: Function 'classify' argument 2 names different: declaration 'idLabels' definition 'idList'.
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.C:55:23: note: Function 'classify' argument 2 names different: declaration 'idLabels' definition 'idList'.
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.H:142:9: style: Class 'ensightPartCells' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.H:67:29: style: The function 'calcLocalPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:154:29: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.H:67:29: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.H:73:22: style: The function 'writeConnectivity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:160:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.H:73:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.H:158:22: style: The function 'writeGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:308:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.H:158:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.H:161:35: style: The function 'elementTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:227:35: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.H:161:35: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.C:185:11: error: Null pointer dereference [nullPointer]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartCells.C:240:11: error: Null pointer dereference [nullPointer]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartFaces.H:148:9: style: Class 'ensightPartFaces' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartFaces.H:59:29: style: The function 'calcLocalPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:154:29: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartFaces.H:59:29: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartFaces.H:62:22: style: The function 'writeConnectivity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:160:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartFaces.H:62:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartFaces.H:164:22: style: The function 'writeGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:308:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartFaces.H:164:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartFaces.H:167:35: style: The function 'elementTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:227:35: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartFaces.H:167:35: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:146:14: performance: Technically the member function 'Foam::ensightPart::writeFieldList' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPartIO.C:55:25: note: Technically the member function 'Foam::ensightPart::writeFieldList' can be static.
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightPart.H:146:14: note: Technically the member function 'Foam::ensightPart::writeFieldList' can be static.
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightParts.H:81:9: style: Class 'ensightParts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/conversion/ensight/part/ensightParts.H:84:9: style: Class 'ensightParts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/conversion/meshReader/meshReader.H:224:14: performance: Technically the member function 'Foam::meshReader::writeMeshLabelList' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/conversion/meshReader/meshReaderAux.C:104:24: note: Technically the member function 'Foam::meshReader::writeMeshLabelList' can be static.
OpenFOAM-4.x-version-4.1/src/conversion/meshReader/meshReader.H:224:14: note: Technically the member function 'Foam::meshReader::writeMeshLabelList' can be static.
OpenFOAM-4.x-version-4.1/src/conversion/meshReader/starcd/STARCDMeshReader.C:818:9: style: Condition 'nBafflePatches' is always true [knownConditionTrueFalse]
OpenFOAM-4.x-version-4.1/src/conversion/meshReader/starcd/STARCDMeshReader.C:817:22: note: Assignment 'nBafflePatches=1', assigned value is 1
OpenFOAM-4.x-version-4.1/src/conversion/meshReader/starcd/STARCDMeshReader.C:818:9: note: Condition 'nBafflePatches' is always true
OpenFOAM-4.x-version-4.1/src/conversion/meshTables/boundaryRegion.H:142:9: style: 'boundaryRegion::operator=' should return 'boundaryRegion &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/conversion/meshTables/cellTable.C:242:63: style: Function 'selectType' argument 1 names different: declaration 'materialType' definition 'matl'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/conversion/meshTables/cellTable.H:145:42: note: Function 'selectType' argument 1 names different: declaration 'materialType' definition 'matl'.
OpenFOAM-4.x-version-4.1/src/conversion/meshTables/cellTable.C:242:63: note: Function 'selectType' argument 1 names different: declaration 'materialType' definition 'matl'.
OpenFOAM-4.x-version-4.1/src/conversion/meshTables/cellTable.H:188:9: style: 'cellTable::operator=' should return 'cellTable &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/conversion/meshWriter/starcd/STARCDMeshWriter.C:189:61: style: Function 'writePoints' argument 1 names different: declaration 'baseName' definition 'prefix'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/conversion/meshWriter/starcd/STARCDMeshWriter.H:77:42: note: Function 'writePoints' argument 1 names different: declaration 'baseName' definition 'prefix'.
OpenFOAM-4.x-version-4.1/src/conversion/meshWriter/starcd/STARCDMeshWriter.C:189:61: note: Function 'writePoints' argument 1 names different: declaration 'baseName' definition 'prefix'.
OpenFOAM-4.x-version-4.1/src/conversion/meshWriter/starcd/STARCDMeshWriter.C:219:60: style: Function 'writeCells' argument 1 names different: declaration 'baseName' definition 'prefix'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/conversion/meshWriter/starcd/STARCDMeshWriter.H:80:41: note: Function 'writeCells' argument 1 names different: declaration 'baseName' definition 'prefix'.
OpenFOAM-4.x-version-4.1/src/conversion/meshWriter/starcd/STARCDMeshWriter.C:219:60: note: Function 'writeCells' argument 1 names different: declaration 'baseName' definition 'prefix'.
OpenFOAM-4.x-version-4.1/src/conversion/meshWriter/starcd/STARCDMeshWriter.C:361:63: style: Function 'writeBoundary' argument 1 names different: declaration 'baseName' definition 'prefix'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/conversion/meshWriter/starcd/STARCDMeshWriter.H:83:44: note: Function 'writeBoundary' argument 1 names different: declaration 'baseName' definition 'prefix'.
OpenFOAM-4.x-version-4.1/src/conversion/meshWriter/starcd/STARCDMeshWriter.C:361:63: note: Function 'writeBoundary' argument 1 names different: declaration 'baseName' definition 'prefix'.
OpenFOAM-4.x-version-4.1/src/conversion/polyDualMesh/polyDualMesh.H:166:9: style: Class 'polyDualMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H:89:9: style: Class 'dynamicInkJetFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H:78:9: style: Class 'dynamicMotionSolverFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/multiSolidBodyMotionFvMesh.H:93:9: style: Class 'multiSolidBodyMotionFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/pointPatchFields/derived/solidBodyMotionDisplacement/solidBodyMotionDisplacementPointPatchVectorField.C:96:1: warning: Member variable 'solidBodyMotionDisplacementPointPatchVectorField::localPoints0Ptr_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/pointPatchFields/derived/solidBodyMotionDisplacement/solidBodyMotionDisplacementPointPatchVectorField.H:51:1: warning: The class 'solidBodyMotionDisplacementPointPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H:145:22: warning: Virtual function 'read' is called from constructor 'SDA(const dictionary&SBMFCoeffs,const Time&runTime)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.C:55:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H:145:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/axisRotationMotion/axisRotationMotion.H:115:22: warning: Virtual function 'read' is called from constructor 'axisRotationMotion(const dictionary&SBMFCoeffs,const Time&runTime)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/axisRotationMotion/axisRotationMotion.C:59:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/axisRotationMotion/axisRotationMotion.H:115:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.H:111:22: warning: Virtual function 'read' is called from constructor 'linearMotion(const dictionary&SBMFCoeffs,const Time&runTime)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.C:56:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.H:111:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.H:111:22: warning: Virtual function 'read' is called from constructor 'multiMotion(const dictionary&SBMFCoeffs,const Time&runTime)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.C:56:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.H:111:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.H:114:22: warning: Virtual function 'read' is called from constructor 'oscillatingLinearMotion(const dictionary&SBMFCoeffs,const Time&runTime)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.C:56:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.H:114:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.H:117:22: warning: Virtual function 'read' is called from constructor 'oscillatingRotatingMotion(const dictionary&SBMFCoeffs,const Time&runTime)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.C:60:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.H:117:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.H:127:22: warning: Virtual function 'read' is called from constructor 'tabulated6DoFMotion(const dictionary&SBMFCoeffs,const Time&runTime)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.C:62:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.H:127:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.H:96:9: style: Class 'solidBodyMotionFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicFvMesh/staticFvMesh/staticFvMesh.H:71:9: style: Class 'staticFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/attachDetach/attachDetach.C:266:28: style: Function 'attachDetach' argument 4 names different: declaration 'mesh' definition 'mme'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/attachDetach/attachDetach.H:170:36: note: Function 'attachDetach' argument 4 names different: declaration 'mesh' definition 'mme'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/attachDetach/attachDetach.C:266:28: note: Function 'attachDetach' argument 4 names different: declaration 'mesh' definition 'mme'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.C:1665:17: style: Function 'changePatchType' argument 2 names different: declaration 'type' definition 'patchType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.H:316:69: note: Function 'changePatchType' argument 2 names different: declaration 'type' definition 'patchType'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.C:1665:17: note: Function 'changePatchType' argument 2 names different: declaration 'type' definition 'patchType'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.C:1971:17: style: Function 'markFaces' argument 2 names different: declaration 'facei' definition 'seedFacei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.H:380:29: note: Function 'markFaces' argument 2 names different: declaration 'facei' definition 'seedFacei'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.C:1971:17: note: Function 'markFaces' argument 2 names different: declaration 'facei' definition 'seedFacei'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.H:139:15: performance: Technically the member function 'Foam::boundaryMesh::findPatchID' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.C:253:33: note: Technically the member function 'Foam::boundaryMesh::findPatchID' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.H:139:15: note: Technically the member function 'Foam::boundaryMesh::findPatchID' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.H:142:15: performance: Technically the member function 'Foam::boundaryMesh::whichPatch' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.C:283:33: note: Technically the member function 'Foam::boundaryMesh::whichPatch' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryMesh/boundaryMesh.H:142:15: note: Technically the member function 'Foam::boundaryMesh::whichPatch' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/boundaryPatch/boundaryPatch.H:58:1: warning: The class 'boundaryPatch' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/createShellMesh/createShellMesh.C:447:23: style: Function 'setRefinement' argument 1 names different: declaration 'firstLayerThickness' definition 'firstLayerDisp'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/createShellMesh/createShellMesh.H:185:35: note: Function 'setRefinement' argument 1 names different: declaration 'firstLayerThickness' definition 'firstLayerDisp'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/createShellMesh/createShellMesh.C:447:23: note: Function 'setRefinement' argument 1 names different: declaration 'firstLayerThickness' definition 'firstLayerDisp'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/extrudePatchMesh/extrudePatchMesh.C:52:29: style: Function 'extrudePatchMesh' argument 5 names different: declaration 'polyPatches' definition 'regionPatches'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/extrudePatchMesh/extrudePatchMesh.H:146:37: note: Function 'extrudePatchMesh' argument 5 names different: declaration 'polyPatches' definition 'regionPatches'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/extrudePatchMesh/extrudePatchMesh.C:52:29: note: Function 'extrudePatchMesh' argument 5 names different: declaration 'polyPatches' definition 'regionPatches'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshAdder/fvMeshAdder.C:47:17: style: Function 'calcPatchMap' argument 5 names different: declaration 'unmappedIndex' definition 'unmappedValue'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshAdder/fvMeshAdder.H:82:25: note: Function 'calcPatchMap' argument 5 names different: declaration 'unmappedIndex' definition 'unmappedValue'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshAdder/fvMeshAdder.C:47:17: note: Function 'calcPatchMap' argument 5 names different: declaration 'unmappedIndex' definition 'unmappedValue'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:392:17: style: Function 'deleteProcPatches' argument 1 names different: declaration 'patchi' definition 'destinationPatch'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:153:64: note: Function 'deleteProcPatches' argument 1 names different: declaration 'patchi' definition 'destinationPatch'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:392:17: note: Function 'deleteProcPatches' argument 1 names different: declaration 'patchi' definition 'destinationPatch'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:652:16: style: Function 'getNeighbourData' argument 5 names different: declaration 'sourceNewProc' definition 'sourceNewNbrProc'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:184:28: note: Function 'getNeighbourData' argument 5 names different: declaration 'sourceNewProc' definition 'sourceNewNbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:652:16: note: Function 'getNeighbourData' argument 5 names different: declaration 'sourceNewProc' definition 'sourceNewNbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:803:22: style: Function 'subsetBoundaryData' argument 11 names different: declaration 'sourceNewProc' definition 'sourceNewNbrProc'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:202:34: note: Function 'subsetBoundaryData' argument 11 names different: declaration 'sourceNewProc' definition 'sourceNewNbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:803:22: note: Function 'subsetBoundaryData' argument 11 names different: declaration 'sourceNewProc' definition 'sourceNewNbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:808:16: style: Function 'subsetBoundaryData' argument 15 names different: declaration 'subNewProc' definition 'subNewNbrProc'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:207:28: note: Function 'subsetBoundaryData' argument 15 names different: declaration 'subNewProc' definition 'subNewNbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:808:16: note: Function 'subsetBoundaryData' argument 15 names different: declaration 'subNewProc' definition 'subNewNbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1150:22: style: Function 'getBoundaryPatch' argument 1 names different: declaration 'neighbourNewProc' definition 'nbrProc'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:262:34: note: Function 'getBoundaryPatch' argument 1 names different: declaration 'neighbourNewProc' definition 'nbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1150:22: note: Function 'getBoundaryPatch' argument 1 names different: declaration 'neighbourNewProc' definition 'nbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1185:21: style: Function 'sendMesh' argument 4 names different: declaration 'facesZoneNames' definition 'faceZoneNames'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:273:33: note: Function 'sendMesh' argument 4 names different: declaration 'facesZoneNames' definition 'faceZoneNames'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1185:21: note: Function 'sendMesh' argument 4 names different: declaration 'facesZoneNames' definition 'faceZoneNames'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1191:22: style: Function 'sendMesh' argument 9 names different: declaration 'sourceNewProc' definition 'sourceNewNbrProc'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:278:34: note: Function 'sendMesh' argument 9 names different: declaration 'sourceNewProc' definition 'sourceNewNbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1191:22: note: Function 'sendMesh' argument 9 names different: declaration 'sourceNewProc' definition 'sourceNewNbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1344:21: style: Function 'receiveMesh' argument 3 names different: declaration 'facesZoneNames' definition 'faceZoneNames'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:296:33: note: Function 'receiveMesh' argument 3 names different: declaration 'facesZoneNames' definition 'faceZoneNames'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1344:21: note: Function 'receiveMesh' argument 3 names different: declaration 'facesZoneNames' definition 'faceZoneNames'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1350:16: style: Function 'receiveMesh' argument 9 names different: declaration 'domainSourceNewProc' definition 'domainSourceNewNbrProc'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:302:28: note: Function 'receiveMesh' argument 9 names different: declaration 'domainSourceNewProc' definition 'domainSourceNewNbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1350:16: note: Function 'receiveMesh' argument 9 names different: declaration 'domainSourceNewProc' definition 'domainSourceNewNbrProc'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1488:22: style: Function 'distribute' argument 1 names different: declaration 'dist' definition 'distribution'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:341:68: note: Function 'distribute' argument 1 names different: declaration 'dist' definition 'distribution'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1488:22: note: Function 'distribute' argument 1 names different: declaration 'dist' definition 'distribution'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:65:10: style: Technically the member function 'Foam::lessProcPatches::operator()' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshTools/fvMeshTools.C:327:17: style: Function 'reorderPatches' argument 3 names different: declaration 'nPatches' definition 'nNewPatches'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshTools/fvMeshTools.H:121:21: note: Function 'reorderPatches' argument 3 names different: declaration 'nPatches' definition 'nNewPatches'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/fvMeshTools/fvMeshTools.C:327:17: note: Function 'reorderPatches' argument 3 names different: declaration 'nPatches' definition 'nNewPatches'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:1021:14: style: The scope of the variable 'validLoop' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:50:17: style: Function 'findPartIndex' argument 2 names different: declaration 'n' definition 'nElems'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellCuts/cellCuts.H:156:25: note: Function 'findPartIndex' argument 2 names different: declaration 'n' definition 'nElems'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:50:17: note: Function 'findPartIndex' argument 2 names different: declaration 'n' definition 'nElems'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:783:17: style: Function 'walkCell' argument 4 names different: declaration 'prevCut' definition 'cut'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellCuts/cellCuts.H:302:29: note: Function 'walkCell' argument 4 names different: declaration 'prevCut' definition 'cut'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:783:17: note: Function 'walkCell' argument 4 names different: declaration 'prevCut' definition 'cut'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:2986:23: style: Function 'writeOBJ' argument 2 names different: declaration 'loopPoints' definition 'loopPts'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellCuts/cellCuts.H:620:35: note: Function 'writeOBJ' argument 2 names different: declaration 'loopPoints' definition 'loopPts'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:2986:23: note: Function 'writeOBJ' argument 2 names different: declaration 'loopPoints' definition 'loopPts'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:146:9: style: Class 'geomCellLooper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:161:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/cellLooper.H:175:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:161:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:175:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/cellLooper.H:189:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:175:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:116:9: style: Class 'hexCellLooper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:129:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:161:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:129:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:144:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:175:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:144:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H:168:9: style: Class 'topoCellLooper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H:181:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:129:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H:181:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H:195:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:144:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H:195:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H:169:25: performance: Technically the member function 'Foam::directionInfo::sameGeometry' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/directions/directionInfo/directionInfoI.H:71:34: note: Technically the member function 'Foam::directionInfo::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H:169:25: note: Technically the member function 'Foam::directionInfo::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H:180:25: performance: Technically the member function 'Foam::directionInfo::leaveDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/directions/directionInfo/directionInfoI.H:86:34: note: Technically the member function 'Foam::directionInfo::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H:180:25: note: Technically the member function 'Foam::directionInfo::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H:202:25: performance: Technically the member function 'Foam::directionInfo::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/directions/directionInfo/directionInfoI.H:122:34: note: Technically the member function 'Foam::directionInfo::transform' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H:202:25: note: Technically the member function 'Foam::directionInfo::transform' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H:85:1: warning: The class 'directionInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.H:91:9: style: Class 'edgeVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.H:128:9: style: Class 'boundaryCutter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:51:22: style: Function 'firstCommon' argument 1 names different: declaration 'lst1' definition 'elems1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:79:51: note: Function 'firstCommon' argument 1 names different: declaration 'lst1' definition 'elems1'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:51:22: note: Function 'firstCommon' argument 1 names different: declaration 'lst1' definition 'elems1'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:52:22: style: Function 'firstCommon' argument 2 names different: declaration 'lst2' definition 'elems2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:79:74: note: Function 'firstCommon' argument 2 names different: declaration 'lst2' definition 'elems2'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:52:22: note: Function 'firstCommon' argument 2 names different: declaration 'lst2' definition 'elems2'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:146:17: style: Function 'findPatchFacePoint' argument 2 names different: declaration 'patchi' definition 'exposedPatchi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:97:61: note: Function 'findPatchFacePoint' argument 2 names different: declaration 'patchi' definition 'exposedPatchi'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:146:17: note: Function 'findPatchFacePoint' argument 2 names different: declaration 'patchi' definition 'exposedPatchi'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:244:17: style: Function 'addFace' argument 5 names different: declaration 'owner' definition 'own'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:126:25: note: Function 'addFace' argument 5 names different: declaration 'owner' definition 'own'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:244:17: note: Function 'addFace' argument 5 names different: declaration 'owner' definition 'own'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:245:17: style: Function 'addFace' argument 6 names different: declaration 'neighbour' definition 'nei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:127:25: note: Function 'addFace' argument 6 names different: declaration 'neighbour' definition 'nei'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:245:17: note: Function 'addFace' argument 6 names different: declaration 'neighbour' definition 'nei'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:327:17: style: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:139:25: note: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:327:17: note: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:328:17: style: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:140:25: note: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:328:17: note: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:193:9: style: Class 'meshCutAndRemove' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:201:17: style: Function 'addFace' argument 4 names different: declaration 'owner' definition 'own'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H:199:25: note: Function 'addFace' argument 4 names different: declaration 'owner' definition 'own'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:201:17: note: Function 'addFace' argument 4 names different: declaration 'owner' definition 'own'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:202:17: style: Function 'addFace' argument 5 names different: declaration 'neighbour' definition 'nei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H:200:25: note: Function 'addFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:202:17: note: Function 'addFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:279:17: style: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H:211:25: note: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:279:17: note: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:280:17: style: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H:212:25: note: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:280:17: note: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H:276:9: style: Class 'meshCutter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C:570:23: style: Function 'multiDirRefinement' argument 3 names different: declaration 'cellCutter' definition 'cellWalker'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H:180:31: note: Function 'multiDirRefinement' argument 3 names different: declaration 'cellCutter' definition 'cellWalker'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C:570:23: note: Function 'multiDirRefinement' argument 3 names different: declaration 'cellCutter' definition 'cellWalker'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C:573:30: style: Function 'multiDirRefinement' argument 5 names different: declaration 'directions' definition 'cellDirs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H:183:38: note: Function 'multiDirRefinement' argument 5 names different: declaration 'directions' definition 'cellDirs'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C:573:30: note: Function 'multiDirRefinement' argument 5 names different: declaration 'directions' definition 'cellDirs'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C:123:23: warning: Either the condition '!splitPtr' is redundant or there is possible null pointer dereference: splitPtr. [nullPointerRedundantCheck]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C:116:13: note: Assuming that condition '!splitPtr' is not redundant
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C:123:23: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/refineCell/refineCell.H:78:9: style: Class 'refineCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H:155:27: style: Function 'updateCell' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:156:39: note: Function 'updateCell' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H:155:27: note: Function 'updateCell' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H:171:27: style: Function 'updateFace' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:168:39: note: Function 'updateFace' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H:171:27: note: Function 'updateFace' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H:186:27: style: Function 'updateFace' argument 3 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:179:39: note: Function 'updateFace' argument 3 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H:186:27: note: Function 'updateFace' argument 3 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:109:25: performance: Technically the member function 'Foam::wallNormalInfo::sameGeometry' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H:99:35: note: Technically the member function 'Foam::wallNormalInfo::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:109:25: note: Technically the member function 'Foam::wallNormalInfo::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:120:25: performance: Technically the member function 'Foam::wallNormalInfo::leaveDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H:113:35: note: Technically the member function 'Foam::wallNormalInfo::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:120:25: note: Technically the member function 'Foam::wallNormalInfo::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:131:25: performance: Technically the member function 'Foam::wallNormalInfo::enterDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H:137:35: note: Technically the member function 'Foam::wallNormalInfo::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:131:25: note: Technically the member function 'Foam::wallNormalInfo::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:142:25: performance: Technically the member function 'Foam::wallNormalInfo::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H:126:35: note: Technically the member function 'Foam::wallNormalInfo::transform' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:142:25: note: Technically the member function 'Foam::wallNormalInfo::transform' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:88:9: style: Class 'wallNormalInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H:67:1: warning: The class 'wallNormalInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherData.H:69:9: style: Class 'motionSmootherData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherData.H:75:9: style: Class 'motionSmootherData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:269:18: style: Function 'subtractField' argument 3 names different: declaration 'scale' definition 'f'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H:267:26: note: Function 'subtractField' argument 3 names different: declaration 'scale' definition 'f'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:269:18: note: Function 'subtractField' argument 3 names different: declaration 'scale' definition 'f'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:428:23: style: Function 'setDisplacementPatchFields' argument 2 names different: declaration 'pointDisplacement' definition 'displacement'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H:348:35: note: Function 'setDisplacementPatchFields' argument 2 names different: declaration 'pointDisplacement' definition 'displacement'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:428:23: note: Function 'setDisplacementPatchFields' argument 2 names different: declaration 'pointDisplacement' definition 'displacement'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:723:17: style: Function 'scaleMesh' argument 3 names different: declaration 'nAllow' definition 'nAllowableErrors'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H:399:29: note: Function 'scaleMesh' argument 3 names different: declaration 'nAllow' definition 'nAllowableErrors'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:723:17: note: Function 'scaleMesh' argument 3 names different: declaration 'nAllow' definition 'nAllowableErrors'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:742:17: style: Function 'scaleMesh' argument 4 names different: declaration 'nAllow' definition 'nAllowableErrors'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H:408:29: note: Function 'scaleMesh' argument 4 names different: declaration 'nAllow' definition 'nAllowableErrors'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:742:17: note: Function 'scaleMesh' argument 4 names different: declaration 'nAllow' definition 'nAllowableErrors'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:837:17: style: Function 'scaleMesh' argument 6 names different: declaration 'nAllow' definition 'nAllowableErrors'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H:419:29: note: Function 'scaleMesh' argument 6 names different: declaration 'nAllow' definition 'nAllowableErrors'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:837:17: note: Function 'scaleMesh' argument 6 names different: declaration 'nAllow' definition 'nAllowableErrors'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H:245:14: performance: Technically the member function 'Foam::motionSmootherAlgo::scaleField' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:223:32: note: Technically the member function 'Foam::motionSmootherAlgo::scaleField' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H:245:14: note: Technically the member function 'Foam::motionSmootherAlgo::scaleField' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H:263:14: performance: Technically the member function 'Foam::motionSmootherAlgo::subtractField' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:265:32: note: Technically the member function 'Foam::motionSmootherAlgo::subtractField' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H:263:14: note: Technically the member function 'Foam::motionSmootherAlgo::subtractField' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.C:736:18: style: Function 'checkFaceTets' argument 2 names different: declaration 'minPyrVol' definition 'minTetQuality'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.H:215:30: note: Function 'checkFaceTets' argument 2 names different: declaration 'minPyrVol' definition 'minTetQuality'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.C:736:18: note: Function 'checkFaceTets' argument 2 names different: declaration 'minPyrVol' definition 'minTetQuality'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.C:2102:18: style: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.H:335:30: note: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.C:2102:18: note: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.H:132:9: style: Class 'polyMeshGeometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/pointPatchDist/externalPointEdgePointI.H:201:18: style: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/pointPatchDist/externalPointEdgePoint.H:161:30: note: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/pointPatchDist/externalPointEdgePointI.H:201:18: note: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/pointPatchDist/externalPointEdgePointI.H:225:18: style: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/pointPatchDist/externalPointEdgePoint.H:171:30: note: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/pointPatchDist/externalPointEdgePointI.H:225:18: note: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/pointPatchDist/externalPointEdgePoint.H:109:9: style: Class 'trackingData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/pointPatchDist/externalPointEdgePoint.H:65:1: warning: The class 'externalPointEdgePoint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C:1869:21: style: Function 'faceCoupleInfo' argument 1 names different: declaration 'mesh0' definition 'masterMesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H:392:29: note: Function 'faceCoupleInfo' argument 1 names different: declaration 'mesh0' definition 'masterMesh'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C:1869:21: note: Function 'faceCoupleInfo' argument 1 names different: declaration 'mesh0' definition 'masterMesh'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C:1870:21: style: Function 'faceCoupleInfo' argument 2 names different: declaration 'mesh1' definition 'slaveMesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H:393:29: note: Function 'faceCoupleInfo' argument 2 names different: declaration 'mesh1' definition 'slaveMesh'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C:1870:21: note: Function 'faceCoupleInfo' argument 2 names different: declaration 'mesh1' definition 'slaveMesh'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H:250:23: performance: Technically the member function 'Foam::faceCoupleInfo::findMappedEdges' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C:302:39: note: Technically the member function 'Foam::faceCoupleInfo::findMappedEdges' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H:250:23: note: Technically the member function 'Foam::faceCoupleInfo::findMappedEdges' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/polyMeshAdder.C:1071:31: style: The scope of the variable 'flipZones' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/polyMeshAdder.C:1114:31: style: The scope of the variable 'flipZones' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/polyMeshAdder.C:2002:18: style: Function 'findSharedPoints' argument 2 names different: declaration 'mergeTol' definition 'mergeDist'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/polyMeshAdder.H:284:30: note: Function 'findSharedPoints' argument 2 names different: declaration 'mergeTol' definition 'mergeDist'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshAdder/polyMeshAdder.C:2002:18: note: Function 'findSharedPoints' argument 2 names different: declaration 'mergeTol' definition 'mergeDist'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshFilter/polyMeshFilter.H:183:14: performance: Technically the member function 'Foam::polyMeshFilter::updateOldToNewPointMap' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshFilter/polyMeshFilter.C:859:28: note: Technically the member function 'Foam::polyMeshFilter::updateOldToNewPointMap' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyMeshFilter/polyMeshFilter.H:183:14: note: Technically the member function 'Foam::polyMeshFilter::updateOldToNewPointMap' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.H:88:9: style: Class 'duplicatePoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C:828:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C:836:4: note: Found duplicate branches for 'if' and 'else'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C:828:9: note: Found duplicate branches for 'if' and 'else'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C:1018:22: style: Function 'syncCollapse' argument 2 names different: declaration 'boundaryPoint' definition 'pointPriority'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H:225:30: note: Function 'syncCollapse' argument 2 names different: declaration 'boundaryPoint' definition 'pointPriority'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C:1018:22: note: Function 'syncCollapse' argument 2 names different: declaration 'boundaryPoint' definition 'pointPriority'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H:171:15: performance: Technically the member function 'Foam::edgeCollapser::edgeMaster' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C:749:34: note: Technically the member function 'Foam::edgeCollapser::edgeMaster' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H:171:15: note: Technically the member function 'Foam::edgeCollapser::edgeMaster' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H:195:14: performance: Technically the member function 'Foam::edgeCollapser::determineDuplicatePointsOnFace' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C:917:27: note: Technically the member function 'Foam::edgeCollapser::determineDuplicatePointsOnFace' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H:195:14: note: Technically the member function 'Foam::edgeCollapser::determineDuplicatePointsOnFace' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H:206:15: performance: Technically the member function 'Foam::edgeCollapser::countEdgesOnFace' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C:957:34: note: Technically the member function 'Foam::edgeCollapser::countEdgesOnFace' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H:206:15: note: Technically the member function 'Foam::edgeCollapser::countEdgesOnFace' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H:255:9: style: Class 'edgeCollapser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C:212:22: style: Function 'setRefinement' argument 2 names different: declaration 'fpA' definition 'fpStart'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H:143:34: note: Function 'setRefinement' argument 2 names different: declaration 'fpA' definition 'fpStart'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C:212:22: note: Function 'setRefinement' argument 2 names different: declaration 'fpA' definition 'fpStart'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C:213:22: style: Function 'setRefinement' argument 3 names different: declaration 'fpB' definition 'fpEnd'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H:144:34: note: Function 'setRefinement' argument 3 names different: declaration 'fpB' definition 'fpEnd'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C:213:22: note: Function 'setRefinement' argument 3 names different: declaration 'fpB' definition 'fpEnd'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H:149:18: performance: Technically the member function 'Foam::faceCollapser::updateMesh' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H:131:9: style: Class 'faceCollapser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8.C:956:17: style: Function 'storeMidPointInfo' argument 8 names different: declaration 'midPointi' definition 'edgeMidPointi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8.H:238:25: note: Function 'storeMidPointInfo' argument 8 names different: declaration 'midPointi' definition 'edgeMidPointi'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8.C:956:17: note: Function 'storeMidPointInfo' argument 8 names different: declaration 'midPointi' definition 'edgeMidPointi'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8.C:3243:22: style: Function 'setRefinement' argument 1 names different: declaration 'cells' definition 'cellLabels'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8.H:475:34: note: Function 'setRefinement' argument 1 names different: declaration 'cells' definition 'cellLabels'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8.C:3243:22: note: Function 'setRefinement' argument 1 names different: declaration 'cells' definition 'cellLabels'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/refinementHistory.H:135:9: style: 'splitCell8::operator=' should return 'splitCell8 &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/refinementHistory.H:222:9: style: Class 'refinementHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/refinementHistory.H:126:9: style: Class 'splitCell8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/refinementHistory.H:129:9: style: Class 'splitCell8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8Data.H:89:9: style: Class 'hexRef8Data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/refinementHistory.C:1118:50: style: Function 'resize' argument 1 names different: declaration 'nCells' definition 'size'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/refinementHistory.H:366:33: note: Function 'resize' argument 1 names different: declaration 'nCells' definition 'size'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/refinementHistory.C:1118:50: note: Function 'resize' argument 1 names different: declaration 'nCells' definition 'size'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/pointEdgeCollapse/pointEdgeCollapseI.H:174:18: style: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/pointEdgeCollapse/pointEdgeCollapse.H:134:30: note: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/pointEdgeCollapse/pointEdgeCollapseI.H:174:18: note: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/pointEdgeCollapse/pointEdgeCollapseI.H:200:18: style: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/pointEdgeCollapse/pointEdgeCollapse.H:144:30: note: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/pointEdgeCollapse/pointEdgeCollapseI.H:200:18: note: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C:3291:22: style: Function 'makeMesh' argument 1 names different: declaration 'newMesh' definition 'newMeshPtr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H:593:34: note: Function 'makeMesh' argument 1 names different: declaration 'newMesh' definition 'newMeshPtr'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C:3291:22: note: Function 'makeMesh' argument 1 names different: declaration 'newMesh' definition 'newMeshPtr'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:33:22: style: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H:202:46: note: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:33:22: note: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:55:22: style: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H:204:46: note: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:55:22: note: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:77:22: style: Function 'renumberKey' argument 1 names different: declaration 'map' definition 'oldToNew'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H:206:50: note: Function 'renumberKey' argument 1 names different: declaration 'map' definition 'oldToNew'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:77:22: note: Function 'renumberKey' argument 1 names different: declaration 'map' definition 'oldToNew'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H:125:25: performance: Technically the member function 'Foam::refinementData::sameGeometry' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDataI.H:59:35: note: Technically the member function 'Foam::refinementData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H:125:25: note: Technically the member function 'Foam::refinementData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H:136:25: performance: Technically the member function 'Foam::refinementData::leaveDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDataI.H:73:35: note: Technically the member function 'Foam::refinementData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H:136:25: note: Technically the member function 'Foam::refinementData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H:147:25: performance: Technically the member function 'Foam::refinementData::enterDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDataI.H:97:35: note: Technically the member function 'Foam::refinementData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H:147:25: note: Technically the member function 'Foam::refinementData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H:158:25: performance: Technically the member function 'Foam::refinementData::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDataI.H:86:35: note: Technically the member function 'Foam::refinementData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H:158:25: note: Technically the member function 'Foam::refinementData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceDataI.H:136:17: style: Function 'refinementDistanceData' argument 3 names different: declaration 'level' definition 'originLevel'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H:101:25: note: Function 'refinementDistanceData' argument 3 names different: declaration 'level' definition 'originLevel'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceDataI.H:136:17: note: Function 'refinementDistanceData' argument 3 names different: declaration 'level' definition 'originLevel'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H:156:25: performance: Technically the member function 'Foam::refinementDistanceData::sameGeometry' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceDataI.H:156:43: note: Technically the member function 'Foam::refinementDistanceData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H:156:25: note: Technically the member function 'Foam::refinementDistanceData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:74:22: style: Function 'getExposedFaces' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H:102:56: note: Function 'getExposedFaces' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:74:22: note: Function 'getExposedFaces' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:180:22: style: Function 'setRefinement' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H:109:34: note: Function 'setRefinement' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:180:22: note: Function 'setRefinement' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:181:22: style: Function 'setRefinement' argument 2 names different: declaration 'facesToExpose' definition 'exposedFaceLabels'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H:110:34: note: Function 'setRefinement' argument 2 names different: declaration 'facesToExpose' definition 'exposedFaceLabels'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:181:22: note: Function 'setRefinement' argument 2 names different: declaration 'facesToExpose' definition 'exposedFaceLabels'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:182:22: style: Function 'setRefinement' argument 3 names different: declaration 'patchIDs' definition 'exposedPatchIDs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H:111:34: note: Function 'setRefinement' argument 3 names different: declaration 'patchIDs' definition 'exposedPatchIDs'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:182:22: note: Function 'setRefinement' argument 3 names different: declaration 'patchIDs' definition 'exposedPatchIDs'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H:116:18: performance: Technically the member function 'Foam::removeCells::updateMesh' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:582:22: style: Function 'compatibleRemoves' argument 1 names different: declaration 'inPiercedFaces' definition 'facesToRemove'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:191:30: note: Function 'compatibleRemoves' argument 1 names different: declaration 'inPiercedFaces' definition 'facesToRemove'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:582:22: note: Function 'compatibleRemoves' argument 1 names different: declaration 'inPiercedFaces' definition 'facesToRemove'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:584:16: style: Function 'compatibleRemoves' argument 3 names different: declaration 'cellRegionMaster' definition 'regionMaster'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:193:24: note: Function 'compatibleRemoves' argument 3 names different: declaration 'cellRegionMaster' definition 'regionMaster'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:584:16: note: Function 'compatibleRemoves' argument 3 names different: declaration 'cellRegionMaster' definition 'regionMaster'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:585:16: style: Function 'compatibleRemoves' argument 4 names different: declaration 'outPiercedFaces' definition 'newFacesToRemove'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:194:24: note: Function 'compatibleRemoves' argument 4 names different: declaration 'outPiercedFaces' definition 'newFacesToRemove'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:585:16: note: Function 'compatibleRemoves' argument 4 names different: declaration 'outPiercedFaces' definition 'newFacesToRemove'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:763:22: style: Function 'setRefinement' argument 1 names different: declaration 'piercedFaces' definition 'faceLabels'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:201:30: note: Function 'setRefinement' argument 1 names different: declaration 'piercedFaces' definition 'faceLabels'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:763:22: note: Function 'setRefinement' argument 1 names different: declaration 'piercedFaces' definition 'faceLabels'.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:142:18: performance: Technically the member function 'Foam::removeFaces::modFace' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:474:25: note: Technically the member function 'Foam::removeFaces::modFace' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:142:18: note: Technically the member function 'Foam::removeFaces::modFace' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:208:14: performance: Technically the member function 'Foam::removeFaces::updateMesh' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:212:14: performance: Technically the member function 'Foam::removeFaces::distribute' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/tetDecomposer.H:99:14: performance: Technically the member function 'Foam::tetDecomposer::modifyFace' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/tetDecomposer.C:53:27: note: Technically the member function 'Foam::tetDecomposer::modifyFace' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/tetDecomposer.H:99:14: note: Technically the member function 'Foam::tetDecomposer::modifyFace' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/tetDecomposer.H:112:14: performance: Technically the member function 'Foam::tetDecomposer::addFace' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/tetDecomposer.C:97:27: note: Technically the member function 'Foam::tetDecomposer::addFace' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/tetDecomposer.H:112:14: note: Technically the member function 'Foam::tetDecomposer::addFace' can be static.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/polyTopoChange/polyTopoChange/tetDecomposer.H:145:9: style: Class 'tetDecomposer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchCutFaces.C:441:30: style: The scope of the variable 'otherSideFound' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H:169:18: style: Technically the member function 'Foam::enrichedPatch::clearCutFaces' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchCutFaces.C:659:27: note: Technically the member function 'Foam::enrichedPatch::clearCutFaces' can be const.
OpenFOAM-4.x-version-4.1/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H:169:18: note: Technically the member function 'Foam::enrichedPatch::clearCutFaces' can be const.
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMesh.C:179:29: style: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMesh.H:243:37: note: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'.
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMesh.C:179:29: note: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'.
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMesh.C:180:27: style: Function 'reset' argument 2 names different: declaration 'edges' definition 'edgeLst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMesh.H:244:35: note: Function 'reset' argument 2 names different: declaration 'edges' definition 'edgeLst'.
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMesh.C:180:27: note: Function 'reset' argument 2 names different: declaration 'edges' definition 'edgeLst'.
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMesh.H:270:9: style: 'edgeMesh::operator=' should return 'edgeMesh &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMesh.H:142:9: style: Class 'edgeMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMesh.H:148:9: style: Class 'edgeMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/edgeMesh/edgeMeshFormat.H:129:22: warning: Virtual function 'read' is called from constructor 'edgeMeshFormat(const fileName&)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/edgeMesh/edgeMeshFormat.C:40:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/edgeMesh/edgeMeshFormat.H:129:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/edgeMesh/edgeMeshFormat.H:87:9: style: Class 'edgeMeshFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/extendedFeatureEdgeMesh/extendedFeatureEdgeMeshFormat.H:92:22: warning: Virtual function 'read' is called from constructor 'extendedFeatureEdgeMeshFormat(const fileName&)' at line 37. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/extendedFeatureEdgeMesh/extendedFeatureEdgeMeshFormat.C:37:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/extendedFeatureEdgeMesh/extendedFeatureEdgeMeshFormat.H:92:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/extendedFeatureEdgeMesh/extendedFeatureEdgeMeshFormat.H:69:9: style: Class 'extendedFeatureEdgeMeshFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/nas/NASedgeFormat.H:93:22: warning: Virtual function 'read' is called from constructor 'NASedgeFormat(const fileName&)' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/nas/NASedgeFormat.C:38:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/nas/NASedgeFormat.H:93:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/nas/NASedgeFormat.H:70:9: style: Class 'NASedgeFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/obj/OBJedgeFormat.H:107:22: warning: Virtual function 'read' is called from constructor 'OBJedgeFormat(const fileName&)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/obj/OBJedgeFormat.C:41:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/obj/OBJedgeFormat.H:107:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/obj/OBJedgeFormat.H:81:9: style: Class 'OBJedgeFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/starcd/STARCDedgeFormat.H:133:22: warning: Virtual function 'read' is called from constructor 'STARCDedgeFormat(const fileName&)' at line 100. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/starcd/STARCDedgeFormat.C:100:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/starcd/STARCDedgeFormat.H:133:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/starcd/STARCDedgeFormat.H:107:9: style: Class 'STARCDedgeFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/vtk/VTKedgeFormat.H:111:22: warning: Virtual function 'read' is called from constructor 'VTKedgeFormat(const fileName&)' at line 83. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/vtk/VTKedgeFormat.C:83:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/vtk/VTKedgeFormat.H:111:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshFormats/vtk/VTKedgeFormat.H:85:9: style: Class 'VTKedgeFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMesh.H:215:22: warning: Virtual function 'read' is called from constructor 'edgeMesh(const fileName&)' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMeshIO.C:52:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/edgeMesh/edgeMesh.H:215:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMesh.H:514:26: warning: Virtual function 'read' is called from constructor 'extendedEdgeMesh(const fileName&)' at line 563. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMesh.C:563:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMesh.H:514:26: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMesh.H:253:9: style: Class 'extendedEdgeMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMesh.H:259:9: style: Class 'extendedEdgeMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMesh.H:85:1: warning: The class 'extendedEdgeMesh' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMeshFormats/extendedEdgeMeshFormat/extendedEdgeMeshFormat.H:81:22: warning: Virtual function 'read' is called from constructor 'extendedEdgeMeshFormat(const fileName&)' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMeshFormats/extendedEdgeMeshFormat/extendedEdgeMeshFormat.C:38:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMeshFormats/extendedEdgeMeshFormat/extendedEdgeMeshFormat.H:81:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMeshFormats/extendedEdgeMeshFormat/extendedEdgeMeshFormat.H:70:9: style: Class 'extendedEdgeMeshFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMeshTemplates.C:41:22: style: Function 'sortPointsAndEdges' argument 4 names different: declaration 'feaurePoints' definition 'featurePoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMesh.H:218:30: note: Function 'sortPointsAndEdges' argument 4 names different: declaration 'feaurePoints' definition 'featurePoints'.
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedEdgeMeshTemplates.C:41:22: note: Function 'sortPointsAndEdges' argument 4 names different: declaration 'feaurePoints' definition 'featurePoints'.
OpenFOAM-4.x-version-4.1/src/edgeMesh/extendedEdgeMesh/extendedFeatureEdgeMesh/extendedFeatureEdgeMesh.H:68:9: style: Class 'extendedFeatureEdgeMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H:67:9: style: Class 'featureEdgeMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.H:82:9: style: Class 'fvMotionSolverEngineMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.H:77:9: style: Class 'layeredEngineMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.H:71:9: style: Class 'staticEngineMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/engine/ignition/ignitionSite.H:175:9: style: 'ignitionSite::operator=' should return 'ignitionSite &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/engine/ignition/ignition.H:87:38: style: Technically the member function 'Foam::ignition::sites' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/engine/ignition/ignitionSite.C:123:26: warning: Member variable 'ignitionSite::ignitionSiteDict_' is not assigned a value in 'ignitionSite::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/engine/ignition/ignitionSite.C:123:26: warning: Member variable 'ignitionSite::timeIndex_' is not assigned a value in 'ignitionSite::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/engine/ignition/ignitionSite.H:59:1: warning: The class 'ignitionSite' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/fileFormats/sampledSetWriters/writer.C:36:17: style: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'writeType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fileFormats/sampledSetWriters/writer.H:128:48: note: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'writeType'.
OpenFOAM-4.x-version-4.1/src/fileFormats/sampledSetWriters/writer.C:36:17: note: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'writeType'.
OpenFOAM-4.x-version-4.1/src/fileFormats/sampledSetWriters/writer.C:80:17: style: Function 'writeCoord' argument 2 names different: declaration 'sampleI' definition 'pointi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fileFormats/sampledSetWriters/writer.H:87:50: note: Function 'writeCoord' argument 2 names different: declaration 'sampleI' definition 'pointi'.
OpenFOAM-4.x-version-4.1/src/fileFormats/sampledSetWriters/writer.C:80:17: note: Function 'writeCoord' argument 2 names different: declaration 'sampleI' definition 'pointi'.
OpenFOAM-4.x-version-4.1/src/fileFormats/sampledSetWriters/writer.H:85:14: performance: Technically the member function 'Foam::writer::getBaseName' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/fileFormats/sampledSetWriters/writer.C:59:36: note: Technically the member function 'Foam::writer::getBaseName' can be static.
OpenFOAM-4.x-version-4.1/src/fileFormats/sampledSetWriters/writer.H:85:14: note: Technically the member function 'Foam::writer::getBaseName' can be static.
OpenFOAM-4.x-version-4.1/src/fileFormats/starcd/STARCDCore.C:43:17: style: Function 'readHeader' argument 2 names different: declaration 'fileSignature' definition 'signature'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fileFormats/starcd/STARCDCore.H:60:55: note: Function 'readHeader' argument 2 names different: declaration 'fileSignature' definition 'signature'.
OpenFOAM-4.x-version-4.1/src/fileFormats/starcd/STARCDCore.C:43:17: note: Function 'readHeader' argument 2 names different: declaration 'fileSignature' definition 'signature'.
OpenFOAM-4.x-version-4.1/src/fileFormats/starcd/STARCDCore.C:77:17: style: Function 'writeHeader' argument 2 names different: declaration 'fileType' definition 'filetype'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fileFormats/starcd/STARCDCore.H:63:55: note: Function 'writeHeader' argument 2 names different: declaration 'fileType' definition 'filetype'.
OpenFOAM-4.x-version-4.1/src/fileFormats/starcd/STARCDCore.C:77:17: note: Function 'writeHeader' argument 2 names different: declaration 'fileType' definition 'filetype'.
OpenFOAM-4.x-version-4.1/src/fileFormats/vtk/vtkUnstructuredReader.H:192:14: performance: Technically the member function 'Foam::vtkUnstructuredReader::warnUnhandledType' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/fileFormats/vtk/vtkUnstructuredReader.C:85:35: note: Technically the member function 'Foam::vtkUnstructuredReader::warnUnhandledType' can be static.
OpenFOAM-4.x-version-4.1/src/fileFormats/vtk/vtkUnstructuredReader.H:192:14: note: Technically the member function 'Foam::vtkUnstructuredReader::warnUnhandledType' can be static.
OpenFOAM-4.x-version-4.1/src/fileFormats/vtk/vtkUnstructuredReader.H:185:14: performance: Technically the member function 'Foam::vtkUnstructuredReader::readBlock' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/fileFormats/vtk/vtkUnstructuredReaderTemplates.C:36:35: note: Technically the member function 'Foam::vtkUnstructuredReader::readBlock' can be static.
OpenFOAM-4.x-version-4.1/src/fileFormats/vtk/vtkUnstructuredReader.H:185:14: note: Technically the member function 'Foam::vtkUnstructuredReader::readBlock' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.H:91:9: style: Class 'IOMRFZoneList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/MRF/MRFZoneList.C:224:36: style: Function 'relative' argument 1 names different: declaration 'phi' definition 'tphi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/MRF/MRFZoneList.H:135:44: note: Function 'relative' argument 1 names different: declaration 'phi' definition 'tphi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/MRF/MRFZoneList.C:224:36: note: Function 'relative' argument 1 names different: declaration 'phi' definition 'tphi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/MRF/MRFZoneList.C:339:36: style: Function 'absolute' argument 1 names different: declaration 'phi' definition 'tphi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/MRF/MRFZoneList.H:169:44: note: Function 'absolute' argument 1 names different: declaration 'phi' definition 'tphi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/MRF/MRFZoneList.C:339:36: note: Function 'absolute' argument 1 names different: declaration 'phi' definition 'tphi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.H:81:9: style: Class 'rpm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFFreestreamVelocityFvPatchVectorField/SRFFreestreamVelocityFvPatchVectorField.H:91:1: warning: The class 'SRFFreestreamVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H:103:1: warning: The class 'SRFVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/constrainPressure/constrainPressure.C:87:20: style: Function 'constrainPressure' argument 5 names different: declaration 'rhorAU' definition 'rAU'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/constrainPressure/constrainPressure.H:101:20: note: Function 'constrainPressure' argument 5 names different: declaration 'rhorAU' definition 'rAU'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/constrainPressure/constrainPressure.C:87:20: note: Function 'constrainPressure' argument 5 names different: declaration 'rhorAU' definition 'rAU'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/constrainPressure/constrainPressure.H:67:28: performance: Technically the member function 'Foam::NullMRF::relative' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/constrainPressure/constrainPressure.H:74:28: performance: Technically the member function 'Foam::NullMRF::relative' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/fvOptions/fvOption.C:69:23: style: Function 'New' argument 2 names different: declaration 'dict' definition 'coeffs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/fvOptions/fvOption.H:179:31: note: Function 'New' argument 2 names different: declaration 'dict' definition 'coeffs'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/fvOptions/fvOption.C:69:23: note: Function 'New' argument 2 names different: declaration 'dict' definition 'coeffs'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/fvOptions/fvOptionList.H:107:9: style: Class 'optionList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/fvOptions/fvOptions.H:79:9: style: Class 'options' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/DarcyForchheimer/DarcyForchheimer.H:150:22: warning: Virtual function 'calcTransformModelData' is called from constructor 'DarcyForchheimer(const word&name,const word&modelType,const fvMesh&mesh,const dictionary&dict,const word&cellZoneName)' at line 66. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/DarcyForchheimer/DarcyForchheimer.C:66:5: note: Calling calcTransformModelData
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/DarcyForchheimer/DarcyForchheimer.H:150:22: note: calcTransformModelData is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/fixedCoeff/fixedCoeff.H:127:22: warning: Virtual function 'calcTransformModelData' is called from constructor 'fixedCoeff(const word&name,const word&modelType,const fvMesh&mesh,const dictionary&dict,const word&cellZoneName)' at line 122. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/fixedCoeff/fixedCoeff.C:122:5: note: Calling calcTransformModelData
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/fixedCoeff/fixedCoeff.H:127:22: note: calcTransformModelData is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/IOporosityModelList.H:74:9: style: Class 'IOporosityModelList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/porosityModel.C:64:57: style: Function 'fieldIndex' argument 1 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/porosityModel.H:132:38: note: Function 'fieldIndex' argument 1 names different: declaration 'index' definition 'i'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/porosityModel.C:64:57: note: Function 'fieldIndex' argument 1 names different: declaration 'index' definition 'i'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/porosityModelList.C:54:49: style: Function 'active' argument 1 names different: declaration 'active' definition 'warn'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/porosityModelList.H:91:32: note: Function 'active' argument 1 names different: declaration 'active' definition 'warn'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/porosityModelList.C:54:49: note: Function 'active' argument 1 names different: declaration 'active' definition 'warn'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.H:91:22: warning: Virtual function 'read' is called from constructor 'pimpleControl(fvMesh&mesh,const word&dictName="PIMPLE")' at line 132. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C:132:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.H:91:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/cfdTools/general/solutionControl/simpleControl/simpleControl.H:94:9: style: Class 'simpleControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.H:205:26: warning: Virtual function 'evaluate' is called from constructor 'directionMixedFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 84. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.C:84:5: note: Calling evaluate
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.H:205:26: note: evaluate is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.H:199:26: warning: Virtual function 'evaluate' is called from constructor 'fixedGradientFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C:54:5: note: Calling evaluate
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.H:199:26: note: evaluate is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.H:81:1: warning: The class 'fixedGradientFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.H:243:26: warning: Virtual function 'evaluate' is called from constructor 'mixedFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.C:57:5: note: Calling evaluate
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.H:243:26: note: evaluate is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.H:86:1: warning: The class 'mixedFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.H:70:1: warning: The class 'cyclicFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/constraint/cyclicACMI/cyclicACMIFvPatchField.H:69:1: warning: The class 'cyclicACMIFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.H:64:1: warning: The class 'processorFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/constraint/processorCyclic/processorCyclicFvPatchField.H:70:1: warning: The class 'processorCyclicFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.H:106:1: warning: The class 'activeBaffleVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/activePressureForceBaffleVelocity/activePressureForceBaffleVelocityFvPatchVectorField.H:110:1: warning: The class 'activePressureForceBaffleVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.H:93:1: warning: The class 'advectiveFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/cylindricalInletVelocity/cylindricalInletVelocityFvPatchVectorField.H:86:1: warning: The class 'cylindricalInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fanPressure/fanPressureFvPatchScalarField.H:91:1: warning: The class 'fanPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.H:66:1: warning: The class 'fixedFluxPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fixedJump/fixedJumpFvPatchField.H:82:1: warning: The class 'fixedJumpFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fixedJumpAMI/fixedJumpAMIFvPatchField.H:82:1: warning: The class 'fixedJumpAMIFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fixedMean/fixedMeanFvPatchField.H:75:1: warning: The class 'fixedMeanFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.H:102:1: warning: The class 'fixedNormalInletOutletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.H:195:26: warning: Virtual function 'evaluate' is called from constructor 'fixedNormalSlipFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.C:69:5: note: Calling evaluate
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.H:195:26: note: evaluate is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.H:71:1: warning: The class 'fixedNormalSlipFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.H:89:1: warning: The class 'fixedPressureCompressibleDensityFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/fixedProfile/fixedProfileFvPatchField.H:110:1: warning: The class 'fixedProfileFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H:111:1: warning: The class 'flowRateInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/freestreamPressure/freestreamPressureFvPatchScalarField.H:78:1: warning: The class 'freestreamPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.C:153:31: style: Function 'operator=' argument 1 names different: declaration 'pvf' definition 'ptf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.H:185:58: note: Function 'operator=' argument 1 names different: declaration 'pvf' definition 'ptf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.C:153:31: note: Function 'operator=' argument 1 names different: declaration 'pvf' definition 'ptf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.H:85:1: warning: The class 'inletOutletFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.H:83:1: warning: The class 'inletOutletTotalTemperatureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/interstitialInletVelocity/interstitialInletVelocityFvPatchVectorField.H:60:1: warning: The class 'interstitialInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/mappedField/mappedFieldFvPatchField.H:203:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/mappedField/mappedPatchFieldBase.H:151:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/mappedField/mappedFieldFvPatchField.H:203:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/mappedFixedInternalValue/mappedFixedInternalValueFvPatchField.C:133:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/mappedFlowRate/mappedFlowRateFvPatchVectorField.H:78:1: warning: The class 'mappedFlowRateFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/mappedVelocityFluxFixedValue/mappedVelocityFluxFixedValueFvPatchField.H:83:1: warning: The class 'mappedVelocityFluxFixedValueFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchField.H:85:1: warning: The class 'outletInletFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/outletMappedUniformInlet/outletMappedUniformInletFvPatchField.H:76:1: warning: The class 'outletMappedUniformInletFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/outletPhaseMeanVelocity/outletPhaseMeanVelocityFvPatchVectorField.H:78:1: warning: The class 'outletPhaseMeanVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.H:196:26: warning: Virtual function 'evaluate' is called from constructor 'partialSlipFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 68. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.C:68:5: note: Calling evaluate
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.H:196:26: note: evaluate is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.H:73:1: warning: The class 'partialSlipFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.C:180:31: style: Function 'operator=' argument 1 names different: declaration 'pvf' definition 'ptf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.H:258:58: note: Function 'operator=' argument 1 names different: declaration 'pvf' definition 'ptf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.C:180:31: note: Function 'operator=' argument 1 names different: declaration 'pvf' definition 'ptf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.C:105:1: warning: Member variable 'phaseHydrostaticPressureFvPatchScalarField::rho_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.C:105:1: warning: Member variable 'phaseHydrostaticPressureFvPatchScalarField::pRefValue_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.C:105:1: warning: Member variable 'phaseHydrostaticPressureFvPatchScalarField::pRefPoint_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.H:95:1: warning: The class 'phaseHydrostaticPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/plenumPressure/plenumPressureFvPatchScalarField.C:126:41: warning: Member variable 'plenumPressureFvPatchScalarField::plenumDensityOld_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/plenumPressure/plenumPressureFvPatchScalarField.C:126:41: warning: Member variable 'plenumPressureFvPatchScalarField::plenumTemperatureOld_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/plenumPressure/plenumPressureFvPatchScalarField.C:126:41: warning: Member variable 'plenumPressureFvPatchScalarField::timeIndex_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/plenumPressure/plenumPressureFvPatchScalarField.H:122:1: warning: The class 'plenumPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.H:85:1: warning: The class 'pressureDirectedInletOutletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.H:84:1: warning: The class 'pressureDirectedInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletParSlipVelocity/pressureInletOutletParSlipVelocityFvPatchVectorField.H:84:1: warning: The class 'pressureInletOutletParSlipVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.H:82:1: warning: The class 'pressureInletOutletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.H:75:1: warning: The class 'pressureInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.H:83:1: warning: The class 'pressureNormalInletOutletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/prghPressure/prghPressureFvPatchScalarField.H:88:1: warning: The class 'prghPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/prghTotalHydrostaticPressure/prghTotalHydrostaticPressureFvPatchScalarField.H:90:1: warning: The class 'prghTotalHydrostaticPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/prghTotalPressure/prghTotalPressureFvPatchScalarField.H:90:1: warning: The class 'prghTotalPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.H:89:1: warning: The class 'rotatingPressureInletOutletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.H:88:1: warning: The class 'rotatingTotalPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H:193:22: warning: Virtual function 'updateCoeffs' is called from constructor 'rotatingWallVelocityFvPatchVectorField(const fvPatch&,const DimensionedField<vector,volMesh>&,const dictionary&)' at line 70. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.C:70:9: note: Calling updateCoeffs
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H:193:22: note: updateCoeffs is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H:78:1: warning: The class 'rotatingWallVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H:87:1: warning: The class 'supersonicFreestreamFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.H:76:1: warning: The class 'surfaceNormalFixedValueFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/swirlFlowRateInletVelocity/swirlFlowRateInletVelocityFvPatchVectorField.H:88:1: warning: The class 'swirlFlowRateInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H:96:1: warning: The class 'syringePressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H:70:9: style: Class 'AverageIOField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H:70:0: style: Class 'Foam :: AverageIOField < scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H:70:0: style: Class 'Foam :: AverageIOField < vector >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H:70:0: style: Class 'Foam :: AverageIOField < sphericalTensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H:70:0: style: Class 'Foam :: AverageIOField < symmTensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H:70:0: style: Class 'Foam :: AverageIOField < tensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H:95:1: warning: The class 'timeVaryingMappedFixedValueFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.H:135:1: warning: The class 'totalPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.H:74:1: warning: The class 'totalTemperatureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.H:157:22: warning: Virtual function 'updateCoeffs' is called from constructor 'translatingWallVelocityFvPatchVectorField(const fvPatch&,const DimensionedField<vector,volMesh>&,const dictionary&)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.C:56:5: note: Calling updateCoeffs
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.H:157:22: note: updateCoeffs is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.H:76:1: warning: The class 'translatingWallVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.H:92:1: warning: The class 'turbulentInletFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.H:89:1: warning: The class 'turbulentIntensityKineticEnergyInletFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.H:86:1: warning: The class 'uniformDensityHydrostaticPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedGradient/uniformFixedGradientFvPatchField.H:78:1: warning: The class 'uniformFixedGradientFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.H:78:1: warning: The class 'uniformFixedValueFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/uniformInletOutlet/uniformInletOutletFvPatchField.C:206:31: style: Function 'operator=' argument 1 names different: declaration 'pvf' definition 'ptf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/uniformInletOutlet/uniformInletOutletFvPatchField.H:204:58: note: Function 'operator=' argument 1 names different: declaration 'pvf' definition 'ptf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/uniformInletOutlet/uniformInletOutletFvPatchField.C:206:31: note: Function 'operator=' argument 1 names different: declaration 'pvf' definition 'ptf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/uniformInletOutlet/uniformInletOutletFvPatchField.H:84:1: warning: The class 'uniformInletOutletFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/uniformJump/uniformJumpFvPatchField.H:86:1: warning: The class 'uniformJumpFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/uniformJumpAMI/uniformJumpAMIFvPatchField.H:86:1: warning: The class 'uniformJumpAMIFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/uniformTotalPressure/uniformTotalPressureFvPatchScalarField.H:82:1: warning: The class 'uniformTotalPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/variableHeightFlowRate/variableHeightFlowRateFvPatchField.H:82:1: warning: The class 'variableHeightFlowRateFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/variableHeightFlowRateInletVelocity/variableHeightFlowRateInletVelocityFvPatchVectorField.H:86:1: warning: The class 'variableHeightFlowRateInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/waveSurfacePressure/waveSurfacePressureFvPatchScalarField.H:93:1: warning: The class 'waveSurfacePressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.H:93:1: warning: The class 'waveTransmissiveFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H:553:0: style: 'Foam :: fvPatchField < Type >::operator=' should return 'Foam :: fvPatchField < Type > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H:216:0: style: Class 'Foam :: fvPatchField < scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchField.H:51:1: warning: The class 'cyclicFvsPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvsPatchFields/constraint/cyclicACMI/cyclicACMIFvsPatchField.H:51:1: warning: The class 'cyclicACMIFvsPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvsPatchFields/constraint/cyclicAMI/cyclicAMIFvsPatchField.H:51:1: warning: The class 'cyclicAMIFvsPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.H:51:1: warning: The class 'processorFvsPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvsPatchFields/constraint/processorCyclic/processorCyclicFvsPatchField.H:51:1: warning: The class 'processorCyclicFvsPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.H:349:0: style: 'Foam :: fvsPatchField < Type >::operator=' should return 'Foam :: fvsPatchField < Type > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.H:183:0: style: Class 'Foam :: fvsPatchField < scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fields/volFields/volFields.C:78:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H:190:0: style: 'Foam :: fv :: convectionScheme < scalar >::operator=' should return 'Foam :: fv :: convectionScheme < scalar > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H:190:0: style: 'Foam :: fv :: convectionScheme < vector >::operator=' should return 'Foam :: fv :: convectionScheme < vector > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H:190:0: style: 'Foam :: fv :: convectionScheme < sphericalTensor >::operator=' should return 'Foam :: fv :: convectionScheme < sphericalTensor > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H:190:0: style: 'Foam :: fv :: convectionScheme < symmTensor >::operator=' should return 'Foam :: fv :: convectionScheme < symmTensor > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H:190:0: style: 'Foam :: fv :: convectionScheme < tensor >::operator=' should return 'Foam :: fv :: convectionScheme < tensor > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.H:78:9: style: Class 'EulerD2dt2Scheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.H:77:9: style: Class 'steadyStateD2dt2Scheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.C:373:56: style: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.H:146:64: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.C:373:56: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.C:553:56: style: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.H:170:64: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.C:553:56: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicolsonDdtScheme/CrankNicolsonDdtScheme.C:627:56: style: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicolsonDdtScheme/CrankNicolsonDdtScheme.H:261:64: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicolsonDdtScheme/CrankNicolsonDdtScheme.C:627:56: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicolsonDdtScheme/CrankNicolsonDdtScheme.C:1011:56: style: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicolsonDdtScheme/CrankNicolsonDdtScheme.H:285:64: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicolsonDdtScheme/CrankNicolsonDdtScheme.C:1011:56: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicolsonDdtScheme/CrankNicolsonDdtScheme.H:197:9: style: Class 'CrankNicolsonDdtScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.C:260:56: style: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.H:124:64: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.C:260:56: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.C:437:56: style: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.H:148:64: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.C:437:56: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.H:78:9: style: Class 'EulerDdtScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.C:376:56: style: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.H:148:64: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.C:376:56: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.C:556:56: style: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.H:172:64: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.C:556:56: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.C:366:56: style: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.H:135:64: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.C:366:56: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.C:616:56: style: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.H:159:64: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.C:616:56: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.H:89:9: style: Class 'backwardDdtScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/boundedDdtScheme/boundedDdtScheme.C:96:56: style: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/boundedDdtScheme/boundedDdtScheme.H:133:64: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/boundedDdtScheme/boundedDdtScheme.C:96:56: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/boundedDdtScheme/boundedDdtScheme.C:144:56: style: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/boundedDdtScheme/boundedDdtScheme.H:157:64: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/boundedDdtScheme/boundedDdtScheme.C:144:56: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/localEulerDdtScheme/localEulerDdtScheme.H:132:9: style: Class 'localEulerDdtScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/localEulerDdtScheme/localEulerDdtScheme.C:273:56: style: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/localEulerDdtScheme/localEulerDdtScheme.H:178:64: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/localEulerDdtScheme/localEulerDdtScheme.C:273:56: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/localEulerDdtScheme/localEulerDdtScheme.C:453:56: style: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/localEulerDdtScheme/localEulerDdtScheme.H:202:64: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/localEulerDdtScheme/localEulerDdtScheme.C:453:56: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.C:166:56: style: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.H:123:64: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.C:166:56: note: Function 'fvcDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.C:259:56: style: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.H:147:64: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.C:259:56: note: Function 'fvmDdt' argument 3 names different: declaration 'psi' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.H:77:9: style: Class 'steadyStateDdtScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.H:77:9: style: Class 'gaussDivScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.H:110:9: style: Class 'fvSchemes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:35:27: style: Function 'meshPhi' argument 1 names different: declaration 'U' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.H:56:31: note: Function 'meshPhi' argument 1 names different: declaration 'U' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:35:27: note: Function 'meshPhi' argument 1 names different: declaration 'U' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:49:27: style: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.H:62:31: note: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:49:27: note: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:63:27: style: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.H:68:31: note: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:63:27: note: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothData.H:114:25: performance: Technically the member function 'Foam::smoothData::sameGeometry' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothDataI.H:86:31: note: Technically the member function 'Foam::smoothData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothData.H:114:25: note: Technically the member function 'Foam::smoothData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothData.H:125:25: performance: Technically the member function 'Foam::smoothData::leaveDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothDataI.H:99:31: note: Technically the member function 'Foam::smoothData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothData.H:125:25: note: Technically the member function 'Foam::smoothData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothData.H:136:25: performance: Technically the member function 'Foam::smoothData::enterDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothDataI.H:121:31: note: Technically the member function 'Foam::smoothData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothData.H:136:25: note: Technically the member function 'Foam::smoothData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothData.H:147:25: performance: Technically the member function 'Foam::smoothData::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothDataI.H:111:31: note: Technically the member function 'Foam::smoothData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothData.H:147:25: note: Technically the member function 'Foam::smoothData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/sweepData.H:105:25: performance: Technically the member function 'Foam::sweepData::sameGeometry' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/sweepDataI.H:98:30: note: Technically the member function 'Foam::sweepData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/sweepData.H:105:25: note: Technically the member function 'Foam::sweepData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothData.H:90:9: style: Class 'smoothData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/gradSchemes/LeastSquaresGrad/LeastSquaresGrad.C:47:56: style: Function 'calcGrad' argument 1 names different: declaration 'vsf' definition 'vtf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/gradSchemes/LeastSquaresGrad/LeastSquaresGrad.H:126:64: note: Function 'calcGrad' argument 1 names different: declaration 'vsf' definition 'vtf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/gradSchemes/LeastSquaresGrad/LeastSquaresGrad.C:47:56: note: Function 'calcGrad' argument 1 names different: declaration 'vsf' definition 'vtf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/gradSchemes/LeastSquaresGrad/LeastSquaresVectors.H:84:9: style: Class 'LeastSquaresVectors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.H:85:9: style: Class 'gaussGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.H:77:9: style: Class 'leastSquaresGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.H:83:9: style: Class 'gaussLaplacianScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/snGradSchemes/CentredFitSnGrad/CentredFitSnGradData.C:77:17: style: Function 'calcFit' argument 5 names different: declaration 'faci' definition 'facei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/snGradSchemes/CentredFitSnGrad/CentredFitSnGradData.H:106:25: note: Function 'calcFit' argument 5 names different: declaration 'faci' definition 'facei'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/snGradSchemes/CentredFitSnGrad/CentredFitSnGradData.C:77:17: note: Function 'calcFit' argument 5 names different: declaration 'faci' definition 'facei'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H:74:9: style: Class 'correctedSnGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/snGradSchemes/faceCorrectedSnGrad/faceCorrectedSnGrad.H:74:9: style: Class 'faceCorrectedSnGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H:122:9: style: Class 'limitedSnGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/snGradSchemes/orthogonalSnGrad/orthogonalSnGrad.H:74:9: style: Class 'orthogonalSnGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.C:167:17: style: Function 'sndGrad' argument 2 names different: declaration 'snGradName' definition 'sndGradName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.H:144:25: note: Function 'sndGrad' argument 2 names different: declaration 'snGradName' definition 'sndGradName'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.C:167:17: note: Function 'sndGrad' argument 2 names different: declaration 'snGradName' definition 'sndGradName'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.H:74:9: style: Class 'uncorrectedSnGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/CMULES.C:34:25: style: Function 'correct' argument 3 names different: declaration 'phiCorr' definition 'phiPsiCorr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/CMULES.H:92:25: note: Function 'correct' argument 3 names different: declaration 'phiCorr' definition 'phiPsiCorr'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/CMULES.C:34:25: note: Function 'correct' argument 3 names different: declaration 'phiCorr' definition 'phiPsiCorr'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/CMULESTemplates.C:54:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/CMULESTemplates.C:63:5: note: Found duplicate branches for 'if' and 'else'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/CMULESTemplates.C:54:5: note: Found duplicate branches for 'if' and 'else'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULES.C:32:21: style: Function 'implicitSolve' argument 1 names different: declaration 'gamma' definition 'psi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULES.H:72:21: note: Function 'implicitSolve' argument 1 names different: declaration 'gamma' definition 'psi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULES.C:32:21: note: Function 'implicitSolve' argument 1 names different: declaration 'gamma' definition 'psi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULES.C:34:25: style: Function 'implicitSolve' argument 3 names different: declaration 'phiCorr' definition 'phiPsi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULES.H:74:25: note: Function 'implicitSolve' argument 3 names different: declaration 'phiCorr' definition 'phiPsi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULES.C:34:25: note: Function 'implicitSolve' argument 3 names different: declaration 'phiCorr' definition 'phiPsi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULESTemplates.C:59:21: style: Function 'implicitSolve' argument 2 names different: declaration 'gamma' definition 'psi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULES.H:61:21: note: Function 'implicitSolve' argument 2 names different: declaration 'gamma' definition 'psi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULESTemplates.C:59:21: note: Function 'implicitSolve' argument 2 names different: declaration 'gamma' definition 'psi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULESTemplates.C:61:25: style: Function 'implicitSolve' argument 4 names different: declaration 'phiCorr' definition 'phiPsi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULES.H:63:25: note: Function 'implicitSolve' argument 4 names different: declaration 'phiCorr' definition 'phiPsi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/IMULESTemplates.C:61:25: note: Function 'implicitSolve' argument 4 names different: declaration 'phiCorr' definition 'phiPsi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/MULES.C:33:31: style: Function 'explicitSolve' argument 2 names different: declaration 'phiBD' definition 'phi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/MULES.H:100:31: note: Function 'explicitSolve' argument 2 names different: declaration 'phiBD' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/MULES.C:33:31: note: Function 'explicitSolve' argument 2 names different: declaration 'phiBD' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/MULESTemplates.C:111:31: style: Function 'explicitSolve' argument 3 names different: declaration 'phiBD' definition 'phi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/MULES.H:89:31: note: Function 'explicitSolve' argument 3 names different: declaration 'phiBD' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMatrices/solvers/MULES/MULESTemplates.C:111:31: note: Function 'explicitSolve' argument 3 names different: declaration 'phiBD' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToCell/globalIndexStencils/cellToCellStencil.C:268:21: style: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToCell/globalIndexStencils/cellToCellStencil.H:105:29: note: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToCell/globalIndexStencils/cellToCellStencil.C:268:21: note: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToCell/globalIndexStencils/cellToCellStencil.C:318:21: style: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToCell/globalIndexStencils/cellToCellStencil.H:113:29: note: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToCell/globalIndexStencils/cellToCellStencil.C:318:21: note: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.C:533:5: performance: Variable 'ownStencil_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.H:139:9: style: Class 'extendedUpwindCellToFaceStencil' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToFace/globalIndexStencils/cellToFaceStencil.C:269:21: style: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToFace/globalIndexStencils/cellToFaceStencil.H:105:29: note: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToFace/globalIndexStencils/cellToFaceStencil.C:269:21: note: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToFace/globalIndexStencils/cellToFaceStencil.C:319:21: style: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToFace/globalIndexStencils/cellToFaceStencil.H:113:29: note: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/extendedStencil/cellToFace/globalIndexStencils/cellToFaceStencil.C:319:21: note: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.C:93:16: style: Function 'findIndices' argument 2 names different: declaration 'useGroups' definition 'usePatchGroups'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.H:113:62: note: Function 'findIndices' argument 2 names different: declaration 'useGroups' definition 'usePatchGroups'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.C:93:16: note: Function 'findIndices' argument 2 names different: declaration 'useGroups' definition 'usePatchGroups'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.H:89:9: style: Class 'fvBoundaryMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvMesh.C:562:49: style: Function 'mapFields' argument 1 names different: declaration 'mpm' definition 'meshMap'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvMesh.H:346:55: note: Function 'mapFields' argument 1 names different: declaration 'mpm' definition 'meshMap'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvMesh.C:562:49: note: Function 'mapFields' argument 1 names different: declaration 'mpm' definition 'meshMap'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvMeshLduAddressing.H:83:9: style: Class 'fvMeshLduAddressing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.C:124:25: style: The scope of the variable 'curW' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C:105:23: style: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.H:160:35: note: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C:105:23: note: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/cyclicACMI/cyclicACMIFvPatch.C:195:23: style: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/cyclicACMI/cyclicACMIFvPatch.H:217:35: note: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/cyclicACMI/cyclicACMIFvPatch.C:195:23: note: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/cyclicAMI/cyclicAMIFvPatch.C:161:23: style: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/cyclicAMI/cyclicAMIFvPatch.H:198:35: note: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/cyclicAMI/cyclicAMIFvPatch.C:161:23: note: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.C:114:23: style: Function 'initInternalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.H:167:35: note: Function 'initInternalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.C:114:23: note: Function 'initInternalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/derived/regionCoupled/regionCoupledFvPatch.H:114:39: style: The function 'faceCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/derived/regionCoupled/regionCoupledBaseFvPatch.H:197:39: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/derived/regionCoupled/regionCoupledFvPatch.H:114:39: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/derived/regionCoupled/regionCoupledWallFvPatch.H:117:39: style: The function 'faceCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/derived/regionCoupled/regionCoupledBaseFvPatch.H:197:39: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/fvPatches/derived/regionCoupled/regionCoupledWallFvPatch.H:117:39: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.H:168:9: style: Class 'singleCellFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/wallDist/nearWallDist/nearWallDist.H:79:9: style: Class 'nearWallDist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/wallDist/nearWallDist/nearWallDistNoSearch.H:80:9: style: Class 'nearWallDistNoSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/wallDist/patchDistMethods/meshWave/meshWavePatchDistMethod.C:143:22: style: The scope of the variable 'waveFld' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/wallDist/patchDistMethods/meshWave/wallDistData/wallDistData.C:113:22: style: The scope of the variable 'waveFld' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/wallDist/wallDist/wallDist.H:152:22: warning: Virtual function 'movePoints' is called from constructor 'wallDist(const fvMesh&mesh,const word&patchTypeName="wall")' at line 110. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/wallDist/wallDist/wallDist.C:110:5: note: Calling movePoints
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/wallDist/wallDist/wallDist.H:152:22: note: movePoints is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/wallDist/wallDist/wallDist.H:152:22: warning: Virtual function 'movePoints' is called from constructor 'wallDist(const fvMesh&mesh,const labelHashSet&patchIDs,const word&patchTypeName="patch")' at line 158. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/wallDist/wallDist/wallDist.C:158:5: note: Calling movePoints
OpenFOAM-4.x-version-4.1/src/finiteVolume/fvMesh/wallDist/wallDist/wallDist.H:152:22: note: movePoints is a virtual method
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.H:63:9: style: Class 'interpolationCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationCellPatchConstrained/interpolationCellPatchConstrained.C:46:19: style: Function 'interpolate' argument 1 names different: declaration 'position' definition 'pt'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationCellPatchConstrained/interpolationCellPatchConstrained.H:76:27: note: Function 'interpolate' argument 1 names different: declaration 'position' definition 'pt'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationCellPatchConstrained/interpolationCellPatchConstrained.C:46:19: note: Function 'interpolate' argument 1 names different: declaration 'position' definition 'pt'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationCellPatchConstrained/interpolationCellPatchConstrained.H:65:9: style: Class 'interpolationCellPatchConstrained' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.H:70:9: style: Class 'interpolationCellPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.H:90:9: style: Class 'interpolationCellPointFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.H:62:9: style: Class 'interpolationCellPointWallModified' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/interpolationPointMVC.H:70:9: style: Class 'interpolationPointMVC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.C:249:17: style: Function 'pointMVCWeight' argument 3 names different: declaration 'celli' definition 'cellIndex'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.H:122:25: note: Function 'pointMVCWeight' argument 3 names different: declaration 'celli' definition 'cellIndex'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.C:249:17: note: Function 'pointMVCWeight' argument 3 names different: declaration 'celli' definition 'cellIndex'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.C:250:17: style: Function 'pointMVCWeight' argument 4 names different: declaration 'facei' definition 'faceIndex'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.H:123:25: note: Function 'pointMVCWeight' argument 4 names different: declaration 'facei' definition 'faceIndex'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.C:250:17: note: Function 'pointMVCWeight' argument 4 names different: declaration 'facei' definition 'faceIndex'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.H:84:14: performance: Technically the member function 'Foam::pointMVCWeight::calcWeights' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.C:41:28: note: Technically the member function 'Foam::pointMVCWeight::calcWeights' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/interpolation/interpolationPointMVC/pointMVCWeight.H:84:14: note: Technically the member function 'Foam::pointMVCWeight::calcWeights' can be static.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.H:62:5: style: Class 'GammaLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.H:60:5: style: Class 'MUSCLLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.H:60:5: style: Class 'MinmodLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.H:61:5: style: Class 'OSPRELimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.H:58:5: style: Class 'PhiLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.H:65:5: style: Class 'QUICKLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICKV.H:65:5: style: Class 'QUICKVLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.H:61:5: style: Class 'SFCDLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.H:61:5: style: Class 'SuperBeeLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.H:60:5: style: Class 'UMISTLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.H:66:5: style: Class 'filteredLinearLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.H:80:5: style: Class 'filteredLinear2Limiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2V.H:80:5: style: Class 'filteredLinear2VLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.H:71:5: style: Class 'filteredLinear3Limiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3V.H:71:5: style: Class 'filteredLinear3VLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.H:63:5: style: Class 'limitedCubicLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubicV.H:63:5: style: Class 'limitedCubicVLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.H:63:5: style: Class 'limitedLinearLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.H:61:5: style: Class 'vanAlbadaLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.H:61:5: style: Class 'vanLeerLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C:74:17: style: Function 'findFaceDirs' argument 4 names different: declaration 'faci' definition 'facei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.H:91:25: note: Function 'findFaceDirs' argument 4 names different: declaration 'faci' definition 'facei'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C:74:17: note: Function 'findFaceDirs' argument 4 names different: declaration 'faci' definition 'facei'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C:136:17: style: Function 'calcFit' argument 4 names different: declaration 'faci' definition 'facei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.H:158:25: note: Function 'calcFit' argument 4 names different: declaration 'faci' definition 'facei'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C:136:17: note: Function 'calcFit' argument 4 names different: declaration 'faci' definition 'facei'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.H:74:9: style: Class 'cubic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.H:74:9: style: Class 'harmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.H:70:9: style: Class 'linear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.H:74:9: style: Class 'localMax' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.H:74:9: style: Class 'localMin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.H:70:9: style: Class 'midPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.H:75:9: style: Class 'pointLinear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.H:72:9: style: Class 'reverseLinear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.H:75:9: style: Class 'weighted' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:35:14: style: Function 'scheme' argument 2 names different: declaration 'schemeData' definition 'streamData'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H:60:18: note: Function 'scheme' argument 2 names different: declaration 'schemeData' definition 'streamData'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:35:14: note: Function 'scheme' argument 2 names different: declaration 'schemeData' definition 'streamData'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:67:14: style: Function 'scheme' argument 2 names different: declaration 'schemeData' definition 'streamData'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H:77:18: note: Function 'scheme' argument 2 names different: declaration 'schemeData' definition 'streamData'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:67:14: note: Function 'scheme' argument 2 names different: declaration 'schemeData' definition 'streamData'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:97:56: style: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H:93:60: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:97:56: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:117:56: style: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H:102:60: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:117:56: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:153:56: style: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H:120:60: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:153:56: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:154:36: style: Function 'interpolate' argument 2 names different: declaration 'faceFlux' definition 'tFaceFlux'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H:121:40: note: Function 'interpolate' argument 2 names different: declaration 'faceFlux' definition 'tFaceFlux'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:154:36: note: Function 'interpolate' argument 2 names different: declaration 'faceFlux' definition 'tFaceFlux'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:171:36: style: Function 'interpolate' argument 2 names different: declaration 'faceFlux' definition 'tFaceFlux'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H:130:40: note: Function 'interpolate' argument 2 names different: declaration 'faceFlux' definition 'tFaceFlux'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:171:36: note: Function 'interpolate' argument 2 names different: declaration 'faceFlux' definition 'tFaceFlux'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:189:56: style: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H:139:60: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:189:56: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:207:56: style: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H:147:60: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:207:56: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:243:56: style: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H:164:60: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:243:56: note: Function 'interpolate' argument 1 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:324:56: style: Function 'dotInterpolate' argument 2 names different: declaration 'tvf' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H:211:60: note: Function 'dotInterpolate' argument 2 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C:324:56: note: Function 'dotInterpolate' argument 2 names different: declaration 'tvf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/volPointInterpolation/pointConstraints.C:368:23: style: Function 'constrainDisplacement' argument 1 names different: declaration 'displacement' definition 'pf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/volPointInterpolation/pointConstraints.H:182:35: note: Function 'constrainDisplacement' argument 1 names different: declaration 'displacement' definition 'pf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/volPointInterpolation/pointConstraints.C:368:23: note: Function 'constrainDisplacement' argument 1 names different: declaration 'displacement' definition 'pf'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/volPointInterpolation/pointConstraints.C:369:16: style: Function 'constrainDisplacement' argument 2 names different: declaration 'overrideValue' definition 'overrideFixedValue'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/volPointInterpolation/pointConstraints.H:183:28: note: Function 'constrainDisplacement' argument 2 names different: declaration 'overrideValue' definition 'overrideFixedValue'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/volPointInterpolation/pointConstraints.C:369:16: note: Function 'constrainDisplacement' argument 2 names different: declaration 'overrideValue' definition 'overrideFixedValue'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/volPointInterpolation/pointConstraintsTemplates.C:131:16: style: Function 'constrain' argument 2 names different: declaration 'overrideValue' definition 'overrideFixedValue'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/volPointInterpolation/pointConstraints.H:174:28: note: Function 'constrain' argument 2 names different: declaration 'overrideValue' definition 'overrideFixedValue'.
OpenFOAM-4.x-version-4.1/src/finiteVolume/interpolation/volPointInterpolation/pointConstraintsTemplates.C:131:16: note: Function 'constrain' argument 2 names different: declaration 'overrideValue' definition 'overrideFixedValue'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/CourantNo/CourantNo.H:110:22: warning: Virtual function 'read' is called from constructor 'CourantNo(const word&name,const Time&,const dictionary&)' at line 144. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/CourantNo/CourantNo.C:144:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/CourantNo/CourantNo.H:110:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/Q/Q.C:61:47: style: Same expression on both sides of '&'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/blendingFactor/blendingFactor.H:104:22: warning: Virtual function 'read' is called from constructor 'blendingFactor(const word&name,const Time&runTime,const dictionary&dict)' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/blendingFactor/blendingFactor.C:65:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/blendingFactor/blendingFactor.H:104:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldAverage/fieldAverage.H:296:22: warning: Virtual function 'read' is called from constructor 'fieldAverage(const word&name,const Time&runTime,const dictionary&)' at line 287. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldAverage/fieldAverage.C:287:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldAverage/fieldAverage.H:296:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.H:226:9: style: 'fieldAverageItem::operator=' should return 'fieldAverageItem &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.H:139:9: style: Class 'fieldAverageItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.H:145:22: warning: Virtual function 'read' is called from constructor 'fieldCoordinateSystemTransform(const word&name,const Time&runTime,const dictionary&dict)' at line 61. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.C:61:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.H:145:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldExpression/fieldExpression.H:116:22: warning: Virtual function 'read' is called from constructor 'fieldExpression(const word&name,const Time&runTime,const dictionary&dict,const word&fieldName=word::null,const word&resultName=word::null)' at line 89. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldExpression/fieldExpression.C:89:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldExpression/fieldExpression.H:116:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldMinMax/fieldMinMax.H:181:22: warning: Virtual function 'read' is called from constructor 'fieldMinMax(const word&name,const Time&runTime,const dictionary&dict)' at line 117. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldMinMax/fieldMinMax.C:117:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldMinMax/fieldMinMax.H:181:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/fieldValue/fieldValue.H:172:22: warning: Virtual function 'read' is called from constructor 'fieldValue(const word&name,const Time&runTime,const dictionary&dict,const word&valueType)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/fieldValue/fieldValue.C:57:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/fieldValue/fieldValue.H:172:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/fieldValue/fieldValue.H:172:22: warning: Virtual function 'read' is called from constructor 'fieldValue(const word&name,const objectRegistry&obr,const dictionary&dict,const word&valueType)' at line 75. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/fieldValue/fieldValue.C:75:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/fieldValue/fieldValue.H:172:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/fieldValueDelta/fieldValueDelta.H:171:22: warning: Virtual function 'read' is called from constructor 'fieldValueDelta(const word&name,const Time&runTime,const dictionary&dict)' at line 120. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/fieldValueDelta/fieldValueDelta.C:120:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/fieldValueDelta/fieldValueDelta.H:171:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/surfaceRegion/surfaceRegion.H:399:22: warning: Virtual function 'read' is called from constructor 'surfaceRegion(const word&name,const Time&runTime,const dictionary&dict)' at line 670. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/surfaceRegion/surfaceRegion.C:670:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/surfaceRegion/surfaceRegion.H:399:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/surfaceRegion/surfaceRegion.H:399:22: warning: Virtual function 'read' is called from constructor 'surfaceRegion(const word&name,const objectRegistry&obr,const dictionary&dict)' at line 700. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/surfaceRegion/surfaceRegion.C:700:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/surfaceRegion/surfaceRegion.H:399:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/surfaceRegion/surfaceRegionTemplates.C:156:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/surfaceRegion/surfaceRegionTemplates.C:167:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/volRegion/volRegion.H:277:22: warning: Virtual function 'read' is called from constructor 'volRegion(const word&name,const Time&runTime,const dictionary&dict)' at line 227. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/volRegion/volRegion.C:227:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/volRegion/volRegion.H:277:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/volRegion/volRegion.H:277:22: warning: Virtual function 'read' is called from constructor 'volRegion(const word&name,const objectRegistry&obr,const dictionary&dict)' at line 252. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/volRegion/volRegion.C:252:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/fieldValues/volRegion/volRegion.H:277:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/histogram/histogram.C:47:17: style: Function 'writeGraph' argument 2 names different: declaration 'valueName' definition 'fieldName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/histogram/histogram.H:113:25: note: Function 'writeGraph' argument 2 names different: declaration 'valueName' definition 'fieldName'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/histogram/histogram.C:47:17: note: Function 'writeGraph' argument 2 names different: declaration 'valueName' definition 'fieldName'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/histogram/histogram.H:148:22: warning: Virtual function 'read' is called from constructor 'histogram(const word&name,const Time&runTime,const dictionary&dict)' at line 86. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/histogram/histogram.C:86:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/histogram/histogram.H:148:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/nearWallFields/findCellParticle.H:152:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/nearWallFields/nearWallFields.H:196:22: warning: Virtual function 'read' is called from constructor 'nearWallFields(const word&name,const Time&runTime,const dictionary&dict)' at line 231. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/nearWallFields/nearWallFields.C:231:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/nearWallFields/nearWallFields.H:196:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/nearWallFields/nearWallFieldsTemplates.C:119:9: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/pressure/pressure.H:227:22: warning: Virtual function 'read' is called from constructor 'pressure(const word&name,const Time&runTime,const dictionary&)' at line 202. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/pressure/pressure.C:202:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/pressure/pressure.H:227:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/processorField/processorField.H:111:22: warning: Virtual function 'read' is called from constructor 'processorField(const word&name,const Time&runTime,const dictionary&dict)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/processorField/processorField.C:53:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/processorField/processorField.H:111:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/randomise/randomise.H:104:22: warning: Virtual function 'read' is called from constructor 'randomise(const word&name,const Time&runTime,const dictionary&dict)' at line 68. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/randomise/randomise.C:68:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/randomise/randomise.H:104:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/readFields/readFields.H:154:22: warning: Virtual function 'read' is called from constructor 'readFields(const word&name,const Time&runTime,const dictionary&dict)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/readFields/readFields.C:55:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/readFields/readFields.H:154:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/regionSizeDistribution/regionSizeDistribution.C:94:23: style: Function 'writeAlphaFields' argument 2 names different: declaration 'keepRegions' definition 'patchRegions'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/regionSizeDistribution/regionSizeDistribution.H:187:31: note: Function 'writeAlphaFields' argument 2 names different: declaration 'keepRegions' definition 'patchRegions'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/regionSizeDistribution/regionSizeDistribution.C:94:23: note: Function 'writeAlphaFields' argument 2 names different: declaration 'keepRegions' definition 'patchRegions'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/regionSizeDistribution/regionSizeDistribution.H:256:22: warning: Virtual function 'read' is called from constructor 'regionSizeDistribution(const word&name,const Time&runTime,const dictionary&)' at line 343. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/regionSizeDistribution/regionSizeDistribution.C:343:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/regionSizeDistribution/regionSizeDistribution.H:256:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLine.H:242:22: warning: Virtual function 'read' is called from constructor 'streamLine(const word&name,const Time&runTime,const dictionary&dict)' at line 310. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLine.C:310:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLine.H:242:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLineParticle.H:206:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLineParticle.C:110:21: style: Function 'streamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLineParticle.H:175:29: note: Function 'streamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLineParticle.C:110:21: note: Function 'streamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLineParticle.C:123:21: style: Function 'streamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLineParticle.H:184:29: note: Function 'streamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLineParticle.C:123:21: note: Function 'streamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLineParticle.C:160:27: warning: Member variable 'streamLineParticle::sampledVectors_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/streamLine/streamLineParticle.H:63:1: warning: The class 'streamLineParticle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/surfaceInterpolate/surfaceInterpolate.H:157:22: warning: Virtual function 'read' is called from constructor 'surfaceInterpolate(const word&name,const Time&runTime,const dictionary&dict)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/surfaceInterpolate/surfaceInterpolate.C:60:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/surfaceInterpolate/surfaceInterpolate.H:157:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/turbulenceFields/turbulenceFields.H:203:22: warning: Virtual function 'read' is called from constructor 'turbulenceFields(const word&name,const Time&runTime,const dictionary&dict)' at line 135. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/turbulenceFields/turbulenceFields.C:135:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/turbulenceFields/turbulenceFields.H:203:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedParticle.C:303:21: style: Function 'wallBoundedParticle' argument 1 names different: declaration 'c' definition 'mesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedParticle.H:233:29: note: Function 'wallBoundedParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedParticle.C:303:21: note: Function 'wallBoundedParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedParticle.C:320:21: style: Function 'wallBoundedParticle' argument 1 names different: declaration 'c' definition 'mesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedParticle.H:245:29: note: Function 'wallBoundedParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedParticle.C:320:21: note: Function 'wallBoundedParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedParticle.H:267:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedParticle.H:61:1: warning: The class 'wallBoundedParticle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H:248:22: warning: Virtual function 'read' is called from constructor 'wallBoundedStreamLine(const word&name,const Time&runTime,const dictionary&dict)' at line 428. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.C:428:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLine.H:248:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.H:204:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.C:135:21: style: Function 'wallBoundedStreamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.H:169:29: note: Function 'wallBoundedStreamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.C:135:21: note: Function 'wallBoundedStreamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.C:161:21: style: Function 'wallBoundedStreamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.H:182:29: note: Function 'wallBoundedStreamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.C:161:21: note: Function 'wallBoundedStreamLineParticle' argument 1 names different: declaration 'c' definition 'mesh'.
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallBoundedStreamLine/wallBoundedStreamLineParticle.H:64:1: warning: The class 'wallBoundedStreamLineParticle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallShearStress/wallShearStress.H:161:22: warning: Virtual function 'read' is called from constructor 'wallShearStress(const word&name,const Time&runTime,const dictionary&)' at line 125. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallShearStress/wallShearStress.C:125:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/field/wallShearStress/wallShearStress.H:161:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/forces/forceCoeffs/forceCoeffs.H:180:22: warning: Virtual function 'read' is called from constructor 'forceCoeffs(const word&name,const Time&runTime,const dictionary&)' at line 135. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/forces/forceCoeffs/forceCoeffs.C:135:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/forces/forceCoeffs/forceCoeffs.H:180:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/forces/forces/forces.H:287:22: warning: Virtual function 'read' is called from constructor 'forces(const word&name,const Time&runTime,const dictionary&dict)' at line 559. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/forces/forces/forces.C:559:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/forces/forces/forces.H:287:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/forces/forces/forces.H:287:22: warning: Virtual function 'read' is called from constructor 'forces(const word&name,const objectRegistry&obr,const dictionary&)' at line 599. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/forces/forces/forces.C:599:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/forces/forces/forces.H:287:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/lagrangian/cloudInfo/cloudInfo.H:133:22: warning: Virtual function 'read' is called from constructor 'cloudInfo(const word&name,const Time&runTime,const dictionary&)' at line 71. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/lagrangian/cloudInfo/cloudInfo.C:71:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/lagrangian/cloudInfo/cloudInfo.H:133:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/lagrangian/dsmcFields/dsmcFields.H:105:22: warning: Virtual function 'read' is called from constructor 'dsmcFields(const word&name,const Time&runTime,const dictionary&dict)' at line 77. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/lagrangian/dsmcFields/dsmcFields.C:77:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/lagrangian/dsmcFields/dsmcFields.H:105:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/solvers/scalarTransport/scalarTransport.H:135:22: warning: Virtual function 'read' is called from constructor 'scalarTransport(const word&name,const Time&runTime,const dictionary&dict)' at line 152. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/solvers/scalarTransport/scalarTransport.C:152:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/solvers/scalarTransport/scalarTransport.H:135:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/abort/abort.H:130:22: warning: Virtual function 'read' is called from constructor 'abort(const word&name,const Time&runTime,const dictionary&)' at line 100. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/abort/abort.C:100:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/abort/abort.H:130:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/codedFunctionObject/codedFunctionObject.H:184:22: warning: Virtual function 'read' is called from constructor 'codedFunctionObject(const word&name,const Time&time,const dictionary&dict)' at line 131. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/codedFunctionObject/codedFunctionObject.C:131:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/codedFunctionObject/codedFunctionObject.H:184:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/removeRegisteredObject/removeRegisteredObject.H:126:22: warning: Virtual function 'read' is called from constructor 'removeRegisteredObject(const word&name,const Time&runTime,const dictionary&dict)' at line 68. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/removeRegisteredObject/removeRegisteredObject.C:68:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/removeRegisteredObject/removeRegisteredObject.H:126:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/residuals/residuals.H:139:22: warning: Virtual function 'read' is called from constructor 'residuals(const word&name,const Time&runTime,const dictionary&dict)' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/residuals/residuals.C:65:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/residuals/residuals.H:139:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/setTimeStep/setTimeStepFunctionObject.H:111:22: warning: Virtual function 'read' is called from constructor 'setTimeStepFunctionObject(const word&name,const Time&runTime,const dictionary&dict)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/setTimeStep/setTimeStepFunctionObject.C:59:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/setTimeStep/setTimeStepFunctionObject.H:111:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/systemCall/systemCall.H:156:22: warning: Virtual function 'read' is called from constructor 'systemCall(const word&name,const Time&runTime,const dictionary&dict)' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/systemCall/systemCall.C:63:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/systemCall/systemCall.H:156:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.H:135:22: warning: Virtual function 'read' is called from constructor 'timeActivatedFileUpdate(const word&name,const Time&runTime,const dictionary&dict)' at line 89. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.C:89:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.H:135:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/writeDictionary/writeDictionary.H:122:22: warning: Virtual function 'read' is called from constructor 'writeDictionary(const word&name,const Time&runTime,const dictionary&dict)' at line 117. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/writeDictionary/writeDictionary.C:117:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/writeDictionary/writeDictionary.H:122:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/writeDictionary/writeDictionary.H:125:22: warning: Virtual function 'execute' is called from constructor 'writeDictionary(const word&name,const Time&runTime,const dictionary&dict)' at line 118. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/writeDictionary/writeDictionary.C:118:5: note: Calling execute
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/writeDictionary/writeDictionary.H:125:22: note: execute is a virtual method
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/writeObjects/writeObjects.H:145:22: warning: Virtual function 'read' is called from constructor 'writeObjects(const word&name,const Time&runTime,const dictionary&dict)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/writeObjects/writeObjects.C:69:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/functionObjects/utilities/writeObjects/writeObjects.H:145:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C:32:62: style: Function 'compactLevels' argument 1 names different: declaration 'fineLevelIndex' definition 'nCreatedLevels'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.H:116:40: note: Function 'compactLevels' argument 1 names different: declaration 'fineLevelIndex' definition 'nCreatedLevels'.
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C:32:62: note: Function 'compactLevels' argument 1 names different: declaration 'fineLevelIndex' definition 'nCreatedLevels'.
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C:42:17: style: Function 'continueAgglomerating' argument 1 names different: declaration 'fineLevelIndex' definition 'nCoarseFaces'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.H:119:48: note: Function 'continueAgglomerating' argument 1 names different: declaration 'fineLevelIndex' definition 'nCoarseFaces'.
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C:42:17: note: Function 'continueAgglomerating' argument 1 names different: declaration 'fineLevelIndex' definition 'nCoarseFaces'.
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C:107:17: style: Function 'setEdgeWeights' argument 1 names different: declaration 'indexLevel' definition 'fineLevelIndex'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.H:122:41: note: Function 'setEdgeWeights' argument 1 names different: declaration 'indexLevel' definition 'fineLevelIndex'.
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C:107:17: note: Function 'setEdgeWeights' argument 1 names different: declaration 'indexLevel' definition 'fineLevelIndex'.
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C:244:17: style: Function 'patchLevel' argument 1 names different: declaration 'leveli' definition 'i'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.H:175:50: note: Function 'patchLevel' argument 1 names different: declaration 'leveli' definition 'i'.
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C:244:17: note: Function 'patchLevel' argument 1 names different: declaration 'leveli' definition 'i'.
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.H:119:14: style: Technically the member function 'Foam::pairPatchAgglomeration::continueAgglomerating' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C:40:36: note: Technically the member function 'Foam::pairPatchAgglomeration::continueAgglomerating' can be const.
OpenFOAM-4.x-version-4.1/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.H:119:14: note: Technically the member function 'Foam::pairPatchAgglomeration::continueAgglomerating' can be const.
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalkI.H:151:18: style: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalk.H:142:30: note: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalkI.H:151:18: note: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalkI.H:177:18: style: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalk.H:152:30: note: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalkI.H:177:18: note: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/fvMotionSolvers/fvMotionSolverCore/fvMotionSolverCore.H:79:9: style: Class 'fvMotionSolverCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H:86:22: warning: Virtual function 'correct' is called from constructor 'directionalDiffusivity(const fvMesh&mesh,Istream&mdData)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.C:55:5: note: Calling correct
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H:86:22: note: correct is a virtual method
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H:92:22: warning: Virtual function 'correct' is called from constructor 'inverseDistanceDiffusivity(const fvMesh&mesh,Istream&mdData)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.C:59:5: note: Calling correct
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H:92:22: note: correct is a virtual method
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H:87:22: warning: Virtual function 'correct' is called from constructor 'inverseFaceDistanceDiffusivity(const fvMesh&mesh,Istream&mdData)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.C:58:5: note: Calling correct
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H:87:22: note: correct is a virtual method
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.C:87:9: style: The scope of the variable 'dummyTrackData' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H:87:22: warning: Virtual function 'correct' is called from constructor 'inversePointDistanceDiffusivity(const fvMesh&mesh,Istream&mdData)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.C:58:5: note: Calling correct
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H:87:22: note: correct is a virtual method
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H:81:22: warning: Virtual function 'correct' is called from constructor 'inverseVolumeDiffusivity(const fvMesh&mesh,Istream&mdData)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.C:58:5: note: Calling correct
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H:81:22: note: correct is a virtual method
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.H:153:26: warning: Virtual function 'updateCoeffs' is called from constructor 'angularOscillatingDisplacementPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.C:73:9: note: Calling updateCoeffs
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.H:153:26: note: updateCoeffs is a virtual method
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.H:153:26: warning: Virtual function 'updateCoeffs' is called from constructor 'angularOscillatingVelocityPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.C:73:9: note: Calling updateCoeffs
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.H:153:26: note: updateCoeffs is a virtual method
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.H:132:26: warning: Virtual function 'updateCoeffs' is called from constructor 'oscillatingDisplacementPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 66. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.C:66:9: note: Calling updateCoeffs
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.H:132:26: note: updateCoeffs is a virtual method
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.H:150:26: warning: Virtual function 'updateCoeffs' is called from constructor 'oscillatingVelocityPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.C:67:9: note: Calling updateCoeffs
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.H:150:26: note: updateCoeffs is a virtual method
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.C:365:1: warning: Member variable 'surfaceDisplacementPointPatchVectorField::surfacesPtr_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.C:352:1: warning: Member variable 'surfaceSlipDisplacementPointPatchVectorField::surfacesPtr_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValuePointPatchField.H:56:1: warning: The class 'timeVaryingMappedFixedValuePointPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/uniformInterpolatedDisplacement/uniformInterpolatedDisplacementPointPatchVectorField.H:171:26: warning: Virtual function 'updateCoeffs' is called from constructor 'uniformInterpolatedDisplacementPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 107. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/uniformInterpolatedDisplacement/uniformInterpolatedDisplacementPointPatchVectorField.C:107:9: note: Calling updateCoeffs
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/uniformInterpolatedDisplacement/uniformInterpolatedDisplacementPointPatchVectorField.H:171:26: note: updateCoeffs is a virtual method
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/waveDisplacement/waveDisplacementPointPatchVectorField.H:133:26: warning: Virtual function 'updateCoeffs' is called from constructor 'waveDisplacementPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/waveDisplacement/waveDisplacementPointPatchVectorField.C:63:9: note: Calling updateCoeffs
OpenFOAM-4.x-version-4.1/src/fvMotionSolver/pointPatchFields/derived/waveDisplacement/waveDisplacementPointPatchVectorField.H:133:26: note: updateCoeffs is a virtual method
OpenFOAM-4.x-version-4.1/src/fvOptions/cellSetOption/cellSetOption.H:197:26: warning: Virtual function 'read' is called from constructor 'cellSetOption(const word&name,const word&modelType,const dictionary&dict,const fvMesh&mesh)' at line 203. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvOptions/cellSetOption/cellSetOption.C:203:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/fvOptions/cellSetOption/cellSetOption.H:197:26: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/fvOptions/constraints/fixedValueConstraint/FixedValueConstraint.H:108:22: warning: Virtual function 'read' is called from constructor 'FixedValueConstraint(const word&name,const word&modelType,const dictionary&dict,const fvMesh&mesh)' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvOptions/constraints/fixedValueConstraint/FixedValueConstraint.C:44:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/fvOptions/constraints/fixedValueConstraint/FixedValueConstraint.H:108:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/actuationDiskSource/actuationDiskSourceTemplates.C:36:24: style: Function 'addActuationDiskAxialInertialResistance' argument 3 names different: declaration 'V' definition 'Vcells'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/actuationDiskSource/actuationDiskSource.H:125:32: note: Function 'addActuationDiskAxialInertialResistance' argument 3 names different: declaration 'V' definition 'Vcells'.
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/actuationDiskSource/actuationDiskSourceTemplates.C:36:24: note: Function 'addActuationDiskAxialInertialResistance' argument 3 names different: declaration 'V' definition 'Vcells'.
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/explicitPorositySource/explicitPorositySource.H:164:26: warning: Virtual function 'read' is called from constructor 'explicitPorositySource(const word&name,const word&modelType,const dictionary&dict,const fvMesh&mesh)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/explicitPorositySource/explicitPorositySource.C:62:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/explicitPorositySource/explicitPorositySource.H:164:26: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/radialActuationDiskSource/radialActuationDiskSourceTemplates.C:40:24: style: Function 'addRadialActuationDiskAxialInertialResistance' argument 3 names different: declaration 'V' definition 'Vcells'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/radialActuationDiskSource/radialActuationDiskSource.H:110:32: note: Function 'addRadialActuationDiskAxialInertialResistance' argument 3 names different: declaration 'V' definition 'Vcells'.
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/radialActuationDiskSource/radialActuationDiskSourceTemplates.C:40:24: note: Function 'addRadialActuationDiskAxialInertialResistance' argument 3 names different: declaration 'V' definition 'Vcells'.
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/bladeModel/bladeModel.H:97:14: performance: Technically the member function 'Foam::bladeModel::interpolateWeights' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/bladeModel/bladeModel.C:40:24: note: Technically the member function 'Foam::bladeModel::interpolateWeights' can be static.
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/bladeModel/bladeModel.H:97:14: note: Technically the member function 'Foam::bladeModel::interpolateWeights' can be static.
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/bladeModel/bladeModel.H:110:5: style: Class 'bladeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/profileModel/profileModel.C:48:70: style: Function 'profileModel' argument 2 names different: declaration 'modelName' definition 'name'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/profileModel/profileModel.H:101:54: note: Function 'profileModel' argument 2 names different: declaration 'modelName' definition 'name'.
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/profileModel/profileModel.C:48:70: note: Function 'profileModel' argument 2 names different: declaration 'modelName' definition 'name'.
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.C:446:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.C:452:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H:323:26: warning: Virtual function 'read' is called from constructor 'rotorDiskSource(const word&name,const word&modelType,const dictionary&dict,const fvMesh&mesh)' at line 495. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.C:495:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H:323:26: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/trimModel/targetCoeff/targetCoeffTrim.C:49:24: style: Function 'calcCoeffs' argument 3 names different: declaration 'alphag' definition 'thetag'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/trimModel/targetCoeff/targetCoeffTrim.H:133:32: note: Function 'calcCoeffs' argument 3 names different: declaration 'alphag' definition 'thetag'.
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/trimModel/targetCoeff/targetCoeffTrim.C:49:24: note: Function 'calcCoeffs' argument 3 names different: declaration 'alphag' definition 'thetag'.
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/trimModel/trimModel/trimModel.H:117:22: warning: Virtual function 'read' is called from constructor 'trimModel(const fv::rotorDiskSource&rotor,const dictionary&dict,const word&name)' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/trimModel/trimModel/trimModel.C:50:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/rotorDiskSource/trimModel/trimModel/trimModel.H:117:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/solidificationMeltingSource/solidificationMeltingSource.C:80:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/tabulatedAccelerationSource/tabulated6DoFAcceleration/tabulated6DoFAcceleration.H:110:22: warning: Virtual function 'read' is called from constructor 'tabulated6DoFAcceleration(const dictionary&accelerationCoeffs,const Time&runTime)' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/tabulatedAccelerationSource/tabulated6DoFAcceleration/tabulated6DoFAcceleration.C:50:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/derived/tabulatedAccelerationSource/tabulated6DoFAcceleration/tabulated6DoFAcceleration.H:110:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/general/codedSource/CodedSource.H:229:26: warning: Virtual function 'read' is called from constructor 'CodedSource(const word&name,const word&modelType,const dictionary&dict,const fvMesh&mesh)' at line 123. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/general/codedSource/CodedSource.C:123:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/fvOptions/sources/general/codedSource/CodedSource.H:229:26: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/genericPatchFields/genericFvPatchField/genericFvPatchField.H:56:1: warning: The class 'genericFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C:488:22: error: Same iterator is used with different containers 'dptf.scalarFields_' and 'scalarFields_'. [iterators]
OpenFOAM-4.x-version-4.1/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C:504:22: error: Same iterator is used with different containers 'dptf.vectorFields_' and 'vectorFields_'. [iterators]
OpenFOAM-4.x-version-4.1/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C:520:22: error: Same iterator is used with different containers 'dptf.sphericalTensorFields_' and 'sphericalTensorFields_'. [iterators]
OpenFOAM-4.x-version-4.1/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C:536:22: error: Same iterator is used with different containers 'dptf.symmTensorFields_' and 'symmTensorFields_'. [iterators]
OpenFOAM-4.x-version-4.1/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C:552:22: error: Same iterator is used with different containers 'dptf.tensorFields_' and 'tensorFields_'. [iterators]
OpenFOAM-4.x-version-4.1/src/lagrangian/DSMC/clouds/Templates/DSMCCloud/DSMCCloudI.H:312:53: style: Same expression on both sides of '&'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/lagrangian/DSMC/clouds/Templates/DSMCCloud/DSMCCloud.C:433:69: style: Same expression on both sides of '&'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/lagrangian/DSMC/clouds/Templates/DSMCCloud/DSMCCloud.C:1055:15: style: Function 'equipartitionInternalEnergy' argument 2 names different: declaration 'internalDegreesOfFreedom' definition 'iDof'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/DSMC/clouds/Templates/DSMCCloud/DSMCCloud.H:353:31: note: Function 'equipartitionInternalEnergy' argument 2 names different: declaration 'internalDegreesOfFreedom' definition 'iDof'.
OpenFOAM-4.x-version-4.1/src/lagrangian/DSMC/clouds/Templates/DSMCCloud/DSMCCloud.C:1055:15: note: Function 'equipartitionInternalEnergy' argument 2 names different: declaration 'internalDegreesOfFreedom' definition 'iDof'.
OpenFOAM-4.x-version-4.1/src/lagrangian/DSMC/parcels/Templates/DSMCParcel/DSMCParcel.H:107:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/DSMC/parcels/Templates/DSMCParcel/DSMCParcel.H:140:0: style: Class 'trackingData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/DSMC/parcels/Templates/DSMCParcel/DSMCParcel.H:212:0: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/IOPosition/IOPosition.H:75:9: style: Class 'IOPosition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:277:5: style: Variable 'preDistributionCellMapSize' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:268:5: note: Variable 'preDistributionCellMapSize' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:277:5: note: Variable 'preDistributionCellMapSize' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:494:5: style: Variable 'preDistributionWallFaceMapSize' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:485:5: note: Variable 'preDistributionWallFaceMapSize' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:494:5: note: Variable 'preDistributionWallFaceMapSize' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:957:15: style: Function 'prepareParticleToBeReferred' argument 2 names different: declaration 'iat' definition 'ciat'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.H:188:23: note: Function 'prepareParticleToBeReferred' argument 2 names different: declaration 'iat' definition 'ciat'.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:957:15: note: Function 'prepareParticleToBeReferred' argument 2 names different: declaration 'iat' definition 'ciat'.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:1207:17: style: Function 'receiveReferredData' argument 2 names different: declaration 'startReq' definition 'startOfRequests'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.H:244:25: note: Function 'receiveReferredData' argument 2 names different: declaration 'startReq' definition 'startOfRequests'.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:1207:17: note: Function 'receiveReferredData' argument 2 names different: declaration 'startReq' definition 'startOfRequests'.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.H:159:14: performance: Technically the member function 'Foam::InteractionLists::findExtendedProcBbsInRange' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:636:44: note: Technically the member function 'Foam::InteractionLists::findExtendedProcBbsInRange' can be static.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.H:159:14: note: Technically the member function 'Foam::InteractionLists::findExtendedProcBbsInRange' can be static.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.H:171:14: performance: Technically the member function 'Foam::InteractionLists::buildMap' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.C:828:44: note: Technically the member function 'Foam::InteractionLists::buildMap' can be static.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.H:171:14: note: Technically the member function 'Foam::InteractionLists::buildMap' can be static.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/InteractionLists.H:213:9: style: Class 'InteractionLists' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/InteractionLists/referredWallFace/referredWallFace.H:62:1: warning: The class 'referredWallFace' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/indexedParticle/indexedParticle.H:104:9: warning: Member variable 'indexedParticle::index_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/indexedParticle/indexedParticle.H:51:1: warning: The class 'indexedParticle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/particle/particleI.H:73:19: style: Function 'tetLambda' argument 4 names different: declaration 'tetArea' definition 'n'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/particle/particle.H:188:27: note: Function 'tetLambda' argument 4 names different: declaration 'tetArea' definition 'n'.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/particle/particleI.H:73:19: note: Function 'tetLambda' argument 4 names different: declaration 'tetArea' definition 'n'.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/particle/particleI.H:145:19: style: Function 'movingTetLambda' argument 4 names different: declaration 'tetArea' definition 'n'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/particle/particle.H:202:27: note: Function 'movingTetLambda' argument 4 names different: declaration 'tetArea' definition 'n'.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/particle/particleI.H:145:19: note: Function 'movingTetLambda' argument 4 names different: declaration 'tetArea' definition 'n'.
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/particle/particle.H:117:9: warning: Member variable 'TrackingData::switchProcessor' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/particle/particle.H:117:9: warning: Member variable 'TrackingData::keepParticle' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/particle/particle.H:117:9: style: Class 'TrackingData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/particle/particle.H:382:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/basic/particle/particle.H:79:1: warning: The class 'particle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/coalCombustion/coalCloudList/coalCloudListI.H:128:17: style: Function 'SYi' argument 1 names different: declaration 'i' definition 'ii'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/coalCombustion/coalCloudList/coalCloudList.H:91:29: note: Function 'SYi' argument 1 names different: declaration 'i' definition 'ii'.
OpenFOAM-4.x-version-4.1/src/lagrangian/coalCombustion/coalCloudList/coalCloudListI.H:128:17: note: Function 'SYi' argument 1 names different: declaration 'i' definition 'ii'.
OpenFOAM-4.x-version-4.1/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationDiffusionLimitedRate/COxidationDiffusionLimitedRate.H:57:1: warning: The class 'COxidationDiffusionLimitedRate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationHurtMitchell/COxidationHurtMitchell.H:67:1: warning: The class 'COxidationHurtMitchell' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationIntrinsicRate/COxidationIntrinsicRate.H:57:1: warning: The class 'COxidationIntrinsicRate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationKineticDiffusionLimitedRate/COxidationKineticDiffusionLimitedRate.H:56:1: warning: The class 'COxidationKineticDiffusionLimitedRate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/distributionModels/RosinRammler/RosinRammler.H:58:1: warning: The class 'RosinRammler' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/distributionModels/distributionModel/distributionModel.H:70:1: warning: The class 'distributionModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/distributionModels/exponential/exponential.H:51:1: warning: The class 'exponential' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/distributionModels/fixedValue/fixedValue.H:50:1: warning: The class 'fixedValue' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/distributionModels/general/general.C:86:36: warning: Member variable 'general::meanValue_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/distributionModels/general/general.H:53:1: warning: The class 'general' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/distributionModels/multiNormal/multiNormal.H:56:1: warning: The class 'multiNormal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/distributionModels/normal/normal.H:57:1: warning: The class 'normal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/distributionModels/uniform/uniform.H:51:1: warning: The class 'uniform' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/clouds/Templates/CollidingCloud/CollidingCloudI.H:71:62: style: Same expression on both sides of '&'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloudI.H:311:66: style: Same expression on both sides of '&'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/clouds/Templates/KinematicCloud/cloudSolution/cloudSolution.H:117:9: style: Class 'cloudSolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollidingParcel.H:109:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollidingParcel.H:230:0: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollisionRecordList/CollisionRecordList.H:199:0: style: 'Foam :: CollisionRecordList < PairType , WallType >::operator=' should return 'Foam :: CollisionRecordList < PairType , WallType > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollisionRecordList/CollisionRecordList.H:97:0: style: Class 'Foam :: CollisionRecordList < PairType , WallType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollisionRecordList/PairCollisionRecord/PairCollisionRecord.H:169:0: style: 'Foam :: PairCollisionRecord < Type >::operator=' should return 'Foam :: PairCollisionRecord < Type > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollisionRecordList/PairCollisionRecord/PairCollisionRecord.H:118:0: style: Class 'Foam :: PairCollisionRecord < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollisionRecordList/WallCollisionRecord/WallCollisionRecord.H:159:0: style: 'Foam :: WallCollisionRecord < Type >::operator=' should return 'Foam :: WallCollisionRecord < Type > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/CollidingParcel/CollisionRecordList/WallCollisionRecord/WallCollisionRecord.H:115:0: style: Class 'Foam :: WallCollisionRecord < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.H:132:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.H:384:0: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/MPPICParcel/MPPICParcel.H:246:0: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcelI.H:162:36: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcel.H:113:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcel.H:346:0: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcel.H:103:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcel.H:299:0: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcel.H:116:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcel.H:347:0: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.H:112:14: performance: Technically the member function 'Foam::phaseProperties::phaseToStateLabel' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.C:151:35: note: Technically the member function 'Foam::phaseProperties::phaseToStateLabel' can be static.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.H:112:14: note: Technically the member function 'Foam::phaseProperties::phaseToStateLabel' can be static.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.H:123:9: style: Class 'phaseProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.H:61:1: warning: The class 'phaseProperties' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/CloudFunctionObject/CloudFunctionObject.C:50:23: warning: Function 'CloudFunctionObject' argument order different: declaration 'dict, owner, objectType, modelName' definition 'dict, owner, modelName, objectType' [funcArgOrderDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/CloudFunctionObject/CloudFunctionObject.H:104:31: note: Function 'CloudFunctionObject' argument order different: declaration 'dict, owner, objectType, modelName' definition 'dict, owner, modelName, objectType'
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/CloudFunctionObject/CloudFunctionObject.C:50:23: note: Function 'CloudFunctionObject' argument order different: declaration 'dict, owner, objectType, modelName' definition 'dict, owner, modelName, objectType'
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/CloudFunctionObject/CloudFunctionObject.H:99:9: style: Class 'CloudFunctionObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/CloudFunctionObject/CloudFunctionObject.H:57:1: warning: The class 'CloudFunctionObject' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/CloudFunctionObjectList/CloudFunctionObjectList.C:98:36: style: Function 'CloudFunctionObjectList' argument 1 names different: declaration 'ppml' definition 'cfol'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/CloudFunctionObjectList/CloudFunctionObjectList.H:83:64: note: Function 'CloudFunctionObjectList' argument 1 names different: declaration 'ppml' definition 'cfol'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/CloudFunctionObjectList/CloudFunctionObjectList.C:98:36: note: Function 'CloudFunctionObjectList' argument 1 names different: declaration 'ppml' definition 'cfol'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/CloudFunctionObjectList/CloudFunctionObjectList.H:72:9: style: Class 'CloudFunctionObjectList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/CloudFunctionObjectList/CloudFunctionObjectList.H:52:1: warning: The class 'CloudFunctionObjectList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/FacePostProcessing/FacePostProcessing.C:336:42: style: Function 'FacePostProcessing' argument 1 names different: declaration 'ppm' definition 'pff'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/FacePostProcessing/FacePostProcessing.H:135:65: note: Function 'FacePostProcessing' argument 1 names different: declaration 'ppm' definition 'pff'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/FacePostProcessing/FacePostProcessing.C:336:42: note: Function 'FacePostProcessing' argument 1 names different: declaration 'ppm' definition 'pff'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/FacePostProcessing/FacePostProcessing.H:55:1: warning: The class 'FacePostProcessing' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.C:598:37: warning: Member variable 'ParticleCollector::area_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.H:108:1: warning: The class 'ParticleCollector' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleErosion/ParticleErosion.H:128:26: warning: Virtual function 'preEvolve' is called from constructor 'ParticleErosion(const dictionary&dict,CloudType&owner,const word&modelName)' at line 101. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleErosion/ParticleErosion.C:101:5: note: Calling preEvolve
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleErosion/ParticleErosion.H:128:26: note: preEvolve is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleErosion/ParticleErosion.H:51:1: warning: The class 'ParticleErosion' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleTracks/ParticleTracks.H:50:1: warning: The class 'ParticleTracks' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleTrap/ParticleTrap.C:53:36: style: Function 'ParticleTrap' argument 1 names different: declaration 'pe' definition 'pt'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleTrap/ParticleTrap.H:104:53: note: Function 'ParticleTrap' argument 1 names different: declaration 'pe' definition 'pt'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleTrap/ParticleTrap.C:53:36: note: Function 'ParticleTrap' argument 1 names different: declaration 'pe' definition 'pt'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleTrap/ParticleTrap.H:62:1: warning: The class 'ParticleTrap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/PatchPostProcessing/PatchPostProcessing.H:50:1: warning: The class 'PatchPostProcessing' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudFunctionObjects/VoidFraction/VoidFraction.H:51:1: warning: The class 'VoidFraction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudSubModelBase.H:67:9: style: Class 'CloudSubModelBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/CloudSubModelBase.H:50:1: warning: The class 'CloudSubModelBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ForceTypes/ParticleForceList/ParticleForceList.C:118:30: style: Function 'ParticleForceList' argument 1 names different: declaration 'pfl' definition 'pf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ForceTypes/ParticleForceList/ParticleForceList.H:91:52: note: Function 'ParticleForceList' argument 1 names different: declaration 'pfl' definition 'pf'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ForceTypes/ParticleForceList/ParticleForceList.C:118:30: note: Function 'ParticleForceList' argument 1 names different: declaration 'pfl' definition 'pf'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ForceTypes/ParticleForceList/ParticleForceList.C:116:37: warning: Member variable 'ParticleForceList::calcCoupled_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ForceTypes/ParticleForceList/ParticleForceList.C:116:37: warning: Member variable 'ParticleForceList::calcNonCoupled_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ForceTypes/ParticleForceList/ParticleForceList.H:52:1: warning: The class 'ParticleForceList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/PairModel/PairSpringSliderDashpot/PairSpringSliderDashpot.C:35:13: style: Function 'findMinMaxProperties' argument 3 names different: declaration 'vMagMax' definition 'UMagMax'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/PairModel/PairSpringSliderDashpot/PairSpringSliderDashpot.H:112:21: note: Function 'findMinMaxProperties' argument 3 names different: declaration 'vMagMax' definition 'UMagMax'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/PairModel/PairSpringSliderDashpot/PairSpringSliderDashpot.C:35:13: note: Function 'findMinMaxProperties' argument 3 names different: declaration 'vMagMax' definition 'UMagMax'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallLocalSpringSliderDashpot/WallLocalSpringSliderDashpot.C:35:13: style: Function 'findMinMaxProperties' argument 3 names different: declaration 'vMagMax' definition 'UMagMax'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallLocalSpringSliderDashpot/WallLocalSpringSliderDashpot.H:115:21: note: Function 'findMinMaxProperties' argument 3 names different: declaration 'vMagMax' definition 'UMagMax'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallLocalSpringSliderDashpot/WallLocalSpringSliderDashpot.C:35:13: note: Function 'findMinMaxProperties' argument 3 names different: declaration 'vMagMax' definition 'UMagMax'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallSpringSliderDashpot/WallSpringSliderDashpot.C:35:13: style: Function 'findMinMaxProperties' argument 3 names different: declaration 'vMagMax' definition 'UMagMax'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallSpringSliderDashpot/WallSpringSliderDashpot.H:109:21: note: Function 'findMinMaxProperties' argument 3 names different: declaration 'vMagMax' definition 'UMagMax'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallSpringSliderDashpot/WallSpringSliderDashpot.C:35:13: note: Function 'findMinMaxProperties' argument 3 names different: declaration 'vMagMax' definition 'UMagMax'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/CellZoneInjection/CellZoneInjection.H:137:22: warning: Virtual function 'updateMesh' is called from constructor 'CellZoneInjection(const dictionary&dict,CloudType&owner,const word&modelName)' at line 188. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/CellZoneInjection/CellZoneInjection.C:188:5: note: Calling updateMesh
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/CellZoneInjection/CellZoneInjection.H:137:22: note: updateMesh is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/CellZoneInjection/CellZoneInjection.H:61:1: warning: The class 'CellZoneInjection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeInjection/ConeInjection.H:151:22: warning: Virtual function 'updateMesh' is called from constructor 'ConeInjection(const dictionary&dict,CloudType&owner,const word&modelName)' at line 129. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeInjection/ConeInjection.C:129:5: note: Calling updateMesh
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeInjection/ConeInjection.H:151:22: note: updateMesh is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeInjection/ConeInjection.H:63:1: warning: The class 'ConeInjection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.H:224:22: warning: Virtual function 'updateMesh' is called from constructor 'ConeNozzleInjection(const dictionary&dict,CloudType&owner,const word&modelName)' at line 199. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.C:199:5: note: Calling updateMesh
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.H:224:22: note: updateMesh is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.H:83:1: warning: The class 'ConeNozzleInjection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/FieldActivatedInjection/FieldActivatedInjection.H:154:22: warning: Virtual function 'updateMesh' is called from constructor 'FieldActivatedInjection(const dictionary&dict,CloudType&owner,const word&modelName)' at line 99. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/FieldActivatedInjection/FieldActivatedInjection.C:99:5: note: Calling updateMesh
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/FieldActivatedInjection/FieldActivatedInjection.H:154:22: note: updateMesh is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/FieldActivatedInjection/FieldActivatedInjection.H:63:1: warning: The class 'FieldActivatedInjection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/InjectionModel/InjectionModel.H:68:1: warning: The class 'InjectionModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/KinematicLookupTableInjection/KinematicLookupTableInjection.H:140:22: warning: Virtual function 'updateMesh' is called from constructor 'KinematicLookupTableInjection(const dictionary&dict,CloudType&owner,const word&modelName)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/KinematicLookupTableInjection/KinematicLookupTableInjection.C:69:5: note: Calling updateMesh
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/KinematicLookupTableInjection/KinematicLookupTableInjection.H:140:22: note: updateMesh is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/KinematicLookupTableInjection/kinematicParcelInjectionData.H:101:9: style: Class 'kinematicParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/KinematicLookupTableInjection/kinematicParcelInjectionData.H:104:9: style: Class 'kinematicParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/KinematicLookupTableInjection/KinematicLookupTableInjection.H:70:1: warning: The class 'KinematicLookupTableInjection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ManualInjection/ManualInjection.H:131:22: warning: Virtual function 'updateMesh' is called from constructor 'ManualInjection(const dictionary&dict,CloudType&owner,const word&modelName)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ManualInjection/ManualInjection.C:73:5: note: Calling updateMesh
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ManualInjection/ManualInjection.H:131:22: note: updateMesh is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ManualInjection/ManualInjection.H:61:1: warning: The class 'ManualInjection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/PatchFlowRateInjection/PatchFlowRateInjection.H:66:1: warning: The class 'PatchFlowRateInjection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/PatchInjection/PatchInjection.H:67:1: warning: The class 'PatchInjection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/PatchInjection/patchInjectionBase.H:114:22: warning: Virtual function 'updateMesh' is called from constructor 'patchInjectionBase(const polyMesh&mesh,const word&patchName)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/PatchInjection/patchInjectionBase.C:58:5: note: Calling updateMesh
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/PatchInjection/patchInjectionBase.H:114:22: note: updateMesh is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/PatchInjection/patchInjectionBase.H:62:1: warning: The class 'patchInjectionBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/Drag/ErgunWenYuDrag/ErgunWenYuDragForce.H:48:1: warning: The class 'ErgunWenYuDragForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/Drag/NonSphereDrag/NonSphereDragForce.H:74:1: warning: The class 'NonSphereDragForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/Drag/PlessisMasliyahDrag/PlessisMasliyahDragForce.H:48:1: warning: The class 'PlessisMasliyahDragForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/Drag/WenYuDrag/WenYuDragForce.H:48:1: warning: The class 'WenYuDragForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/Gravity/GravityForce.H:53:1: warning: The class 'GravityForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/Lift/LiftForce/LiftForce.H:53:1: warning: The class 'LiftForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/Lift/TomiyamaLift/TomiyamaLiftForce.H:50:1: warning: The class 'TomiyamaLiftForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/NonInertialFrame/NonInertialFrameForce.H:53:1: warning: The class 'NonInertialFrameForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/Paramagnetic/ParamagneticForce.C:56:30: style: Function 'ParamagneticForce' argument 1 names different: declaration 'gf' definition 'pf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/Paramagnetic/ParamagneticForce.H:87:52: note: Function 'ParamagneticForce' argument 1 names different: declaration 'gf' definition 'pf'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/Paramagnetic/ParamagneticForce.C:56:30: note: Function 'ParamagneticForce' argument 1 names different: declaration 'gf' definition 'pf'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/Paramagnetic/ParamagneticForce.H:54:1: warning: The class 'ParamagneticForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/ParticleForce/ParticleForce.H:54:1: warning: The class 'ParticleForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/PressureGradient/PressureGradientForce.H:53:1: warning: The class 'PressureGradientForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/SRF/SRFForce.H:53:1: warning: The class 'SRFForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/VirtualMass/VirtualMassForce.C:47:29: style: Function 'VirtualMassForce' argument 1 names different: declaration 'pgf' definition 'vmf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/VirtualMass/VirtualMassForce.H:78:50: note: Function 'VirtualMassForce' argument 1 names different: declaration 'pgf' definition 'vmf'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/VirtualMass/VirtualMassForce.C:47:29: note: Function 'VirtualMassForce' argument 1 names different: declaration 'pgf' definition 'vmf'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/ParticleForces/VirtualMass/VirtualMassForce.H:50:1: warning: The class 'VirtualMassForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/LocalInteraction/LocalInteraction.C:34:16: style: Function 'LocalInteraction' argument 2 names different: declaration 'owner' definition 'cloud'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/LocalInteraction/LocalInteraction.H:92:61: note: Function 'LocalInteraction' argument 2 names different: declaration 'owner' definition 'cloud'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/LocalInteraction/LocalInteraction.C:34:16: note: Function 'LocalInteraction' argument 2 names different: declaration 'owner' definition 'cloud'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/LocalInteraction/LocalInteraction.H:48:1: warning: The class 'LocalInteraction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/LocalInteraction/patchInteractionDataList.H:48:1: warning: The class 'patchInteractionDataList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/MultiInteraction/MultiInteraction.H:88:1: warning: The class 'MultiInteraction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/NoInteraction/NoInteraction.C:34:16: style: Function 'NoInteraction' argument 2 names different: declaration 'cloud' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/NoInteraction/NoInteraction.H:60:58: note: Function 'NoInteraction' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/NoInteraction/NoInteraction.C:34:16: note: Function 'NoInteraction' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/Rebound/Rebound.H:46:1: warning: The class 'Rebound' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/StandardWallInteraction/StandardWallInteraction.C:61:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/StandardWallInteraction/StandardWallInteraction.H:61:1: warning: The class 'StandardWallInteraction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/SurfaceFilmModel/NoSurfaceFilm/NoSurfaceFilm.C:45:37: style: Function 'NoSurfaceFilm' argument 1 names different: declaration 'dm' definition 'sfm'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/SurfaceFilmModel/NoSurfaceFilm/NoSurfaceFilm.H:74:55: note: Function 'NoSurfaceFilm' argument 1 names different: declaration 'dm' definition 'sfm'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/SurfaceFilmModel/NoSurfaceFilm/NoSurfaceFilm.C:45:37: note: Function 'NoSurfaceFilm' argument 1 names different: declaration 'dm' definition 'sfm'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Kinematic/SurfaceFilmModel/SurfaceFilmModel/SurfaceFilmModel.H:63:1: warning: The class 'SurfaceFilmModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/AveragingMethods/Basic/Basic.H:61:1: warning: The class 'Basic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/AveragingMethods/Dual/Dual.H:65:1: warning: The class 'Dual' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/AveragingMethods/Moment/Moment.C:99:39: warning: Member variable 'Moment::scale_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/AveragingMethods/Moment/Moment.H:62:1: warning: The class 'Moment' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/CorrectionLimitingMethods/absolute/absolute.H:77:9: style: Class 'absolute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/CorrectionLimitingMethods/absolute/absolute.H:56:1: warning: The class 'absolute' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/CorrectionLimitingMethods/noCorrectionLimiting/noCorrectionLimiting.H:63:9: style: Class 'noCorrectionLimiting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/CorrectionLimitingMethods/relative/relative.H:77:9: style: Class 'relative' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/CorrectionLimitingMethods/relative/relative.H:56:1: warning: The class 'relative' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/DampingModels/DampingModel/DampingModel.H:58:1: warning: The class 'DampingModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/DampingModels/Relaxation/Relaxation.H:64:1: warning: The class 'Relaxation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/IsotropyModels/IsotropyModel/IsotropyModel.H:58:1: warning: The class 'IsotropyModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/PackingModels/Explicit/Explicit.C:31:43: warning: Member variable 'Explicit::volumeAverage_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/PackingModels/Explicit/Explicit.C:31:43: warning: Member variable 'Explicit::uAverage_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/PackingModels/Explicit/Explicit.C:50:43: warning: Member variable 'Explicit::volumeAverage_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/PackingModels/Explicit/Explicit.C:50:43: warning: Member variable 'Explicit::uAverage_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/PackingModels/Explicit/Explicit.H:66:1: warning: The class 'Explicit' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/PackingModels/Implicit/Implicit.H:57:1: warning: The class 'Implicit' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/PackingModels/PackingModel/PackingModel.H:63:1: warning: The class 'PackingModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/HarrisCrighton/HarrisCrighton.C:103:26: style: Function 'tau' argument 3 names different: declaration 'uRms' definition 'uSqr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/HarrisCrighton/HarrisCrighton.H:126:34: note: Function 'tau' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/HarrisCrighton/HarrisCrighton.C:103:26: note: Function 'tau' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/HarrisCrighton/HarrisCrighton.C:120:26: style: Function 'dTaudTheta' argument 3 names different: declaration 'uRms' definition 'uSqr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/HarrisCrighton/HarrisCrighton.H:134:34: note: Function 'dTaudTheta' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/HarrisCrighton/HarrisCrighton.C:120:26: note: Function 'dTaudTheta' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/HarrisCrighton/HarrisCrighton.H:100:9: style: Class 'HarrisCrighton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/HarrisCrighton/HarrisCrighton.H:69:1: warning: The class 'HarrisCrighton' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/Lun/Lun.C:62:16: style: Function 'Lun' argument 1 names different: declaration 'hc' definition 'ln'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/Lun/Lun.H:95:24: note: Function 'Lun' argument 1 names different: declaration 'hc' definition 'ln'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/Lun/Lun.C:62:16: note: Function 'Lun' argument 1 names different: declaration 'hc' definition 'ln'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/Lun/Lun.C:84:26: style: Function 'tau' argument 3 names different: declaration 'uRms' definition 'uSqr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/Lun/Lun.H:118:34: note: Function 'tau' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/Lun/Lun.C:84:26: note: Function 'tau' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/Lun/Lun.C:108:26: style: Function 'dTaudTheta' argument 3 names different: declaration 'uRms' definition 'uSqr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/Lun/Lun.H:126:34: note: Function 'dTaudTheta' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/Lun/Lun.C:108:26: note: Function 'dTaudTheta' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/Lun/Lun.H:92:9: style: Class 'Lun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/Lun/Lun.H:70:1: warning: The class 'Lun' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/ParticleStressModel/ParticleStressModel.C:51:32: style: Function 'ParticleStressModel' argument 1 names different: declaration 'sm' definition 'cm'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/ParticleStressModel/ParticleStressModel.H:92:56: note: Function 'ParticleStressModel' argument 1 names different: declaration 'sm' definition 'cm'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/ParticleStressModel/ParticleStressModel.C:51:32: note: Function 'ParticleStressModel' argument 1 names different: declaration 'sm' definition 'cm'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/exponential/exponential.C:86:26: style: Function 'tau' argument 3 names different: declaration 'uRms' definition 'uSqr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/exponential/exponential.H:103:34: note: Function 'tau' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/exponential/exponential.C:86:26: note: Function 'tau' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/exponential/exponential.C:98:26: style: Function 'dTaudTheta' argument 3 names different: declaration 'uRms' definition 'uSqr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/exponential/exponential.H:111:34: note: Function 'dTaudTheta' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/exponential/exponential.C:98:26: note: Function 'dTaudTheta' argument 3 names different: declaration 'uRms' definition 'uSqr'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/exponential/exponential.H:77:9: style: Class 'exponential' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/ParticleStressModels/exponential/exponential.H:52:1: warning: The class 'exponential' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/TimeScaleModel/TimeScaleModel.C:52:27: style: Function 'TimeScaleModel' argument 1 names different: declaration 'sm' definition 'cm'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/TimeScaleModel/TimeScaleModel.H:96:46: note: Function 'TimeScaleModel' argument 1 names different: declaration 'sm' definition 'cm'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/TimeScaleModel/TimeScaleModel.C:52:27: note: Function 'TimeScaleModel' argument 1 names different: declaration 'sm' definition 'cm'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/equilibrium/equilibrium.H:73:9: style: Class 'equilibrium' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/isotropic/isotropic.H:73:9: style: Class 'isotropic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/MPPIC/TimeScaleModels/nonEquilibrium/nonEquilibrium.H:75:9: style: Class 'nonEquilibrium' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:150:63: style: Function 'componentNames' argument 1 names different: declaration 'phaseI' definition 'phasei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H:161:60: note: Function 'componentNames' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:150:63: note: Function 'componentNames' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:181:17: style: Function 'localId' argument 1 names different: declaration 'phaseI' definition 'phasei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H:173:33: note: Function 'localId' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:181:17: note: Function 'localId' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:202:17: style: Function 'localToCarrierId' argument 1 names different: declaration 'phaseI' definition 'phasei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H:181:33: note: Function 'localToCarrierId' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:202:17: note: Function 'localToCarrierId' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:224:17: style: Function 'Y0' argument 1 names different: declaration 'phaseI' definition 'phasei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H:187:51: note: Function 'Y0' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:224:17: note: Function 'Y0' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:234:17: style: Function 'X' argument 1 names different: declaration 'phaseI' definition 'phasei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H:191:43: note: Function 'X' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:234:17: note: Function 'X' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:279:17: style: Function 'H' argument 1 names different: declaration 'phaseI' definition 'phasei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H:218:29: note: Function 'H' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:279:17: note: Function 'H' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:333:17: style: Function 'Hs' argument 1 names different: declaration 'phaseI' definition 'phasei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H:227:29: note: Function 'Hs' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:333:17: note: Function 'Hs' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:388:17: style: Function 'Hc' argument 1 names different: declaration 'phaseI' definition 'phasei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H:236:29: note: Function 'Hc' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:388:17: note: Function 'Hc' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:439:17: style: Function 'Cp' argument 1 names different: declaration 'phaseI' definition 'phasei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H:245:29: note: Function 'Cp' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:439:17: note: Function 'Cp' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:489:17: style: Function 'L' argument 1 names different: declaration 'phaseI' definition 'phasei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H:254:29: note: Function 'L' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C:489:17: note: Function 'L' argument 1 names different: declaration 'phaseI' definition 'phasei'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H:61:1: warning: The class 'CompositionModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/SingleMixtureFraction/SingleMixtureFraction.H:50:1: warning: The class 'SingleMixtureFraction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/CompositionModel/SinglePhaseMixture/SinglePhaseMixture.H:50:1: warning: The class 'SinglePhaseMixture' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/InjectionModel/ReactingLookupTableInjection/ReactingLookupTableInjection.H:139:22: warning: Virtual function 'updateMesh' is called from constructor 'ReactingLookupTableInjection(const dictionary&dict,CloudType&owner,const word&modelName)' at line 68. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/InjectionModel/ReactingLookupTableInjection/ReactingLookupTableInjection.C:68:5: note: Calling updateMesh
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/InjectionModel/ReactingLookupTableInjection/ReactingLookupTableInjection.H:139:22: note: updateMesh is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/InjectionModel/ReactingLookupTableInjection/reactingParcelInjectionData.H:90:9: style: Class 'reactingParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/InjectionModel/ReactingLookupTableInjection/reactingParcelInjectionData.H:93:9: style: Class 'reactingParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/InjectionModel/ReactingLookupTableInjection/ReactingLookupTableInjection.H:69:1: warning: The class 'ReactingLookupTableInjection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporation/LiquidEvaporation.C:70:16: style: Function 'LiquidEvaporation' argument 2 names different: declaration 'cloud' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporation/LiquidEvaporation.H:87:62: note: Function 'LiquidEvaporation' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporation/LiquidEvaporation.C:70:16: note: Function 'LiquidEvaporation' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporation/LiquidEvaporation.H:48:1: warning: The class 'LiquidEvaporation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporationBoil/LiquidEvaporationBoil.C:70:16: style: Function 'LiquidEvaporationBoil' argument 2 names different: declaration 'cloud' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporationBoil/LiquidEvaporationBoil.H:97:66: note: Function 'LiquidEvaporationBoil' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporationBoil/LiquidEvaporationBoil.C:70:16: note: Function 'LiquidEvaporationBoil' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporationBoil/LiquidEvaporationBoil.C:268:42: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporationBoil/LiquidEvaporationBoil.C:293:54: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporationBoil/LiquidEvaporationBoil.H:58:1: warning: The class 'LiquidEvaporationBoil' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/ConstantRateDevolatilisation/ConstantRateDevolatilisation.H:47:1: warning: The class 'ConstantRateDevolatilisation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/DevolatilisationModel/DevolatilisationModel.H:54:1: warning: The class 'DevolatilisationModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/SingleKineticRateDevolatilisation/SingleKineticRateDevolatilisation.H:102:13: style: Class 'volatileData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/SingleKineticRateDevolatilisation/SingleKineticRateDevolatilisation.H:70:1: warning: The class 'SingleKineticRateDevolatilisation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/SingleKineticRateDevolatilisation/SingleKineticRateDevolatilisation.H:75:5: warning: The class 'volatileData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/ReactingMultiphaseLookupTableInjection.H:142:22: warning: Virtual function 'updateMesh' is called from constructor 'ReactingMultiphaseLookupTableInjection(const dictionary&dict,CloudType&owner,const word&modelName)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/ReactingMultiphaseLookupTableInjection.C:69:5: note: Calling updateMesh
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/ReactingMultiphaseLookupTableInjection.H:142:22: note: updateMesh is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/reactingMultiphaseParcelInjectionData.H:95:9: style: Class 'reactingMultiphaseParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/reactingMultiphaseParcelInjectionData.H:98:9: style: Class 'reactingMultiphaseParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/ReactingMultiphaseLookupTableInjection.H:72:1: warning: The class 'ReactingMultiphaseLookupTableInjection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/StochasticCollision/SuppressionCollision/SuppressionCollision.H:47:1: warning: The class 'SuppressionCollision' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/SurfaceReactionModel/SurfaceReactionModel.C:45:16: style: Function 'SurfaceReactionModel' argument 2 names different: declaration 'cloud' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/SurfaceReactionModel/SurfaceReactionModel.H:96:24: note: Function 'SurfaceReactionModel' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/SurfaceReactionModel/SurfaceReactionModel.C:45:16: note: Function 'SurfaceReactionModel' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/SurfaceReactionModel/SurfaceReactionModelNew.C:35:16: style: Function 'New' argument 2 names different: declaration 'cloud' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/SurfaceReactionModel/SurfaceReactionModel.H:115:20: note: Function 'New' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/SurfaceReactionModel/SurfaceReactionModelNew.C:35:16: note: Function 'New' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/SurfaceReactionModel/SurfaceReactionModel.H:55:1: warning: The class 'SurfaceReactionModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/HeatTransferModel/HeatTransferModel.C:97:26: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/HeatTransferModel/HeatTransferModel.H:54:1: warning: The class 'HeatTransferModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/NoHeatTransfer/NoHeatTransfer.C:44:38: style: Function 'NoHeatTransfer' argument 1 names different: declaration 'im' definition 'htm'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/NoHeatTransfer/NoHeatTransfer.H:63:57: note: Function 'NoHeatTransfer' argument 1 names different: declaration 'im' definition 'htm'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/NoHeatTransfer/NoHeatTransfer.C:44:38: note: Function 'NoHeatTransfer' argument 1 names different: declaration 'im' definition 'htm'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/RanzMarshall/RanzMarshall.C:42:76: style: Function 'RanzMarshall' argument 1 names different: declaration 'im' definition 'htm'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/RanzMarshall/RanzMarshall.H:64:53: note: Function 'RanzMarshall' argument 1 names different: declaration 'im' definition 'htm'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/RanzMarshall/RanzMarshall.C:42:76: note: Function 'RanzMarshall' argument 1 names different: declaration 'im' definition 'htm'.
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/ThermoLookupTableInjection.H:139:22: warning: Virtual function 'updateMesh' is called from constructor 'ThermoLookupTableInjection(const dictionary&dict,CloudType&owner,const word&modelName)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/ThermoLookupTableInjection.C:69:5: note: Calling updateMesh
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/ThermoLookupTableInjection.H:139:22: note: updateMesh is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/thermoParcelInjectionData.H:92:9: style: Class 'thermoParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/thermoParcelInjectionData.H:95:9: style: Class 'thermoParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulator.C:139:22: style: The scope of the variable 'buf' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulator.H:145:0: style: 'Foam :: bufferedAccumulator < Type >::operator=' should return 'Foam :: bufferedAccumulator < Type > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H:134:9: style: 'distribution::operator=' should return 'distribution &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H:91:9: style: Class 'distribution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:33:53: style: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H:225:39: note: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:33:53: note: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:44:53: style: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H:227:39: note: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:44:53: note: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:55:53: style: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H:229:39: note: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:55:53: note: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H:129:9: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H:279:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C:150:26: warning: Member variable 'reducedUnits::refLength_' is not assigned a value in 'reducedUnits::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C:150:26: warning: Member variable 'reducedUnits::refTime_' is not assigned a value in 'reducedUnits::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C:150:26: warning: Member variable 'reducedUnits::refMass_' is not assigned a value in 'reducedUnits::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C:150:26: warning: Member variable 'reducedUnits::refEnergy_' is not assigned a value in 'reducedUnits::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C:150:26: warning: Member variable 'reducedUnits::refTemp_' is not assigned a value in 'reducedUnits::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C:150:26: warning: Member variable 'reducedUnits::refForce_' is not assigned a value in 'reducedUnits::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C:150:26: warning: Member variable 'reducedUnits::refVelocity_' is not assigned a value in 'reducedUnits::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C:150:26: warning: Member variable 'reducedUnits::refVolume_' is not assigned a value in 'reducedUnits::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C:150:26: warning: Member variable 'reducedUnits::refPressure_' is not assigned a value in 'reducedUnits::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C:150:26: warning: Member variable 'reducedUnits::refMassDensity_' is not assigned a value in 'reducedUnits::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C:150:26: warning: Member variable 'reducedUnits::refNumberDensity_' is not assigned a value in 'reducedUnits::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.H:127:9: style: Class 'reducedUnits' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunctionNew.C:34:23: style: Function 'New' argument 2 names different: declaration 'energyScalingFunctionProperties' definition 'propDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunction.H:104:31: note: Function 'New' argument 2 names different: declaration 'energyScalingFunctionProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunctionNew.C:34:23: note: Function 'New' argument 2 names different: declaration 'energyScalingFunctionProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/basic/pairPotentialNew.C:34:23: style: Function 'New' argument 2 names different: declaration 'pairPotentialProperties' definition 'propDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/basic/pairPotential.H:120:31: note: Function 'New' argument 2 names different: declaration 'pairPotentialProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/basic/pairPotentialNew.C:34:23: note: Function 'New' argument 2 names different: declaration 'pairPotentialProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.C:53:23: style: Function 'azizChen' argument 2 names different: declaration 'pairPotentialProperties' definition 'azizChen'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.H:89:31: note: Function 'azizChen' argument 2 names different: declaration 'pairPotentialProperties' definition 'azizChen'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.C:53:23: note: Function 'azizChen' argument 2 names different: declaration 'pairPotentialProperties' definition 'azizChen'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.C:99:39: style: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'azizChen'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.H:103:37: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'azizChen'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.C:99:39: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'azizChen'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.C:53:23: style: Function 'exponentialRepulsion' argument 2 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.H:75:31: note: Function 'exponentialRepulsion' argument 2 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.C:53:23: note: Function 'exponentialRepulsion' argument 2 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.C:76:51: style: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.H:89:37: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.C:76:51: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.C:53:23: style: Function 'maitlandSmith' argument 2 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H:91:31: note: Function 'maitlandSmith' argument 2 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.C:53:23: note: Function 'maitlandSmith' argument 2 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.C:81:44: style: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H:105:37: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.C:81:44: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/potential/potential.H:101:9: style: Class 'potential' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/tetherPotential/basic/tetherPotentialNew.C:33:23: style: Function 'New' argument 2 names different: declaration 'tetherPotentialProperties' definition 'propDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/tetherPotential/basic/tetherPotential.H:100:31: note: Function 'New' argument 2 names different: declaration 'tetherPotentialProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/src/lagrangian/molecularDynamics/potential/tetherPotential/basic/tetherPotentialNew.C:33:23: note: Function 'New' argument 2 names different: declaration 'tetherPotentialProperties' definition 'propDict'.
OpenFOAM-4.x-version-4.1/src/lagrangian/solidParticle/solidParticle.H:163:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/parcels/Templates/SprayParcel/SprayParcel.H:95:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/parcels/Templates/SprayParcel/SprayParcel.H:268:0: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/AtomizationModel/AtomizationModel.C:74:19: style: Function 'Taverage' argument 1 names different: declaration 'Tliq' definition 'Tl'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/AtomizationModel/AtomizationModel.H:112:39: note: Function 'Taverage' argument 1 names different: declaration 'Tliq' definition 'Tl'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/AtomizationModel/AtomizationModel.C:74:19: note: Function 'Taverage' argument 1 names different: declaration 'Tliq' definition 'Tl'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/BlobsSheetAtomization/BlobsSheetAtomization.C:34:16: style: Function 'BlobsSheetAtomization' argument 2 names different: declaration 'cloud' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/BlobsSheetAtomization/BlobsSheetAtomization.H:79:66: note: Function 'BlobsSheetAtomization' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/BlobsSheetAtomization/BlobsSheetAtomization.C:34:16: note: Function 'BlobsSheetAtomization' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/BlobsSheetAtomization/BlobsSheetAtomization.H:60:1: warning: The class 'BlobsSheetAtomization' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/LISAAtomization/LISASMDCalcMethod1.H:27:9: style: Variable 'p' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/LISAAtomization/LISASMDCalcMethod1.H:23:0: note: Variable 'p' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/LISAAtomization/LISASMDCalcMethod1.H:27:9: note: Variable 'p' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/LISAAtomization/LISAAtomization.C:66:35: warning: Member variable 'LISAAtomization::SMDMethod_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/LISAAtomization/LISAAtomization.H:61:1: warning: The class 'LISAAtomization' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/NoAtomization/NoAtomization.C:34:16: style: Function 'NoAtomization' argument 2 names different: declaration 'cloud' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/NoAtomization/NoAtomization.H:59:58: note: Function 'NoAtomization' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/AtomizationModel/NoAtomization/NoAtomization.C:34:16: note: Function 'NoAtomization' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/BreakupModel/BreakupModel.H:53:1: warning: The class 'BreakupModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/ETAB/ETAB.H:64:1: warning: The class 'ETAB' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/PilchErdman/PilchErdman.H:72:1: warning: The class 'PilchErdman' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/ReitzDiwakar/ReitzDiwakar.H:64:1: warning: The class 'ReitzDiwakar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/ReitzKHRT/ReitzKHRT.H:48:1: warning: The class 'ReitzKHRT' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/SHF/SHF.C:171:10: style: The scope of the variable 'success' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/SHF/SHF.H:55:1: warning: The class 'SHF' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.C:71:49: style: Function 'TAB' argument 1 names different: declaration 'im' definition 'bum'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.H:102:35: note: Function 'TAB' argument 1 names different: declaration 'im' definition 'bum'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.C:71:49: note: Function 'TAB' argument 1 names different: declaration 'im' definition 'bum'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.C:71:23: warning: Member variable 'TAB::rrd_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.C:71:23: warning: Member variable 'TAB::SMDMethod_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/BreakupModel/TAB/TAB.H:61:1: warning: The class 'TAB' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/StochasticCollision/ORourkeCollision/ORourkeCollision.C:289:16: style: Function 'ORourkeCollision' argument 2 names different: declaration 'cloud' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/StochasticCollision/ORourkeCollision/ORourkeCollision.H:103:24: note: Function 'ORourkeCollision' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/StochasticCollision/ORourkeCollision/ORourkeCollision.C:289:16: note: Function 'ORourkeCollision' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/StochasticCollision/ORourkeCollision/ORourkeCollision.H:48:1: warning: The class 'ORourkeCollision' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/StochasticCollision/TrajectoryCollision/TrajectoryCollision.C:134:16: style: Function 'TrajectoryCollision' argument 2 names different: declaration 'cloud' definition 'owner'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/StochasticCollision/TrajectoryCollision/TrajectoryCollision.H:90:64: note: Function 'TrajectoryCollision' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/StochasticCollision/TrajectoryCollision/TrajectoryCollision.C:134:16: note: Function 'TrajectoryCollision' argument 2 names different: declaration 'cloud' definition 'owner'.
OpenFOAM-4.x-version-4.1/src/lagrangian/spray/submodels/StochasticCollision/TrajectoryCollision/TrajectoryCollision.H:47:1: warning: The class 'TrajectoryCollision' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/turbulence/submodels/Kinematic/DispersionModel/DispersionRASModel/DispersionRASModel.H:116:22: warning: Virtual function 'cacheFields' is called from destructor '~DispersionRASModel()' at line 131. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/turbulence/submodels/Kinematic/DispersionModel/DispersionRASModel/DispersionRASModel.C:131:5: note: Calling cacheFields
OpenFOAM-4.x-version-4.1/src/lagrangian/turbulence/submodels/Kinematic/DispersionModel/DispersionRASModel/DispersionRASModel.H:116:22: note: cacheFields is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/turbulence/submodels/Kinematic/DispersionModel/DispersionRASModel/DispersionRASModel.H:48:1: warning: The class 'DispersionRASModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/turbulence/submodels/Kinematic/DispersionModel/GradientDispersionRAS/GradientDispersionRAS.H:97:22: warning: Virtual function 'cacheFields' is called from destructor '~GradientDispersionRAS()' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/lagrangian/turbulence/submodels/Kinematic/DispersionModel/GradientDispersionRAS/GradientDispersionRAS.C:64:5: note: Calling cacheFields
OpenFOAM-4.x-version-4.1/src/lagrangian/turbulence/submodels/Kinematic/DispersionModel/GradientDispersionRAS/GradientDispersionRAS.H:97:22: note: cacheFields is a virtual method
OpenFOAM-4.x-version-4.1/src/lagrangian/turbulence/submodels/Kinematic/DispersionModel/GradientDispersionRAS/GradientDispersionRAS.H:49:1: warning: The class 'GradientDispersionRAS' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/lagrangian/turbulence/submodels/Thermodynamic/ParticleForces/BrownianMotion/BrownianMotionForce.H:61:1: warning: The class 'BrownianMotionForce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/block/block.H:110:9: style: Class 'block' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C:65:11: style: Function 'setEdge' argument 4 names different: declaration 'dim' definition 'nDiv'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H:97:65: note: Function 'setEdge' argument 4 names different: declaration 'dim' definition 'nDiv'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C:65:11: note: Function 'setEdge' argument 4 names different: declaration 'dim' definition 'nDiv'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/blockMesh/blockMeshCheck.C:188:21: style: Function 'patchLabelsOK' argument 3 names different: declaration 'patchShapes' definition 'patchFaces'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/blockMesh/blockMesh.H:111:29: note: Function 'patchLabelsOK' argument 3 names different: declaration 'patchShapes' definition 'patchFaces'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/blockMesh/blockMeshCheck.C:188:21: note: Function 'patchLabelsOK' argument 3 names different: declaration 'patchShapes' definition 'patchFaces'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/blockMesh/blockMeshTopology.C:595:21: warning: Possible null pointer dereference: blockMeshPtr [nullPointer]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/blockMesh/blockMeshTopology.C:432:30: note: Assignment 'blockMeshPtr=NULL', assigned value is 0
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/blockMesh/blockMeshTopology.C:595:21: note: Null pointer dereference
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.C:34:16: style: Function 'BSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.H:95:24: note: Function 'BSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.C:34:16: note: Function 'BSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.C:43:50: style: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.H:103:37: note: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.C:43:50: note: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.C:64:18: style: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.H:107:58: note: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.C:64:18: note: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.H:110:16: performance: Technically the member function 'Foam::BSpline::length' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.C:133:29: note: Technically the member function 'Foam::BSpline::length' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSpline.H:110:16: note: Technically the member function 'Foam::BSpline::length' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/curvedEdge.H:170:9: style: 'curvedEdge::operator=' should return 'curvedEdge &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSplineEdge.H:93:23: style: The function 'position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/curvedEdge.H:162:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSplineEdge.H:93:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSplineEdge.H:96:24: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/curvedEdge.H:165:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/BSplineEdge.H:96:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.C:34:16: style: Function 'CatmullRomSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.H:97:24: note: Function 'CatmullRomSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.C:34:16: note: Function 'CatmullRomSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.C:43:59: style: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.H:105:37: note: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.C:43:59: note: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.C:64:18: style: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.H:109:58: note: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.C:64:18: note: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.H:112:16: performance: Technically the member function 'Foam::CatmullRomSpline::length' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.C:133:38: note: Technically the member function 'Foam::CatmullRomSpline::length' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.H:112:16: note: Technically the member function 'Foam::CatmullRomSpline::length' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/arcEdge.H:100:15: style: The function 'position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/curvedEdge.H:162:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/arcEdge.H:100:15: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/arcEdge.H:103:16: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/curvedEdge.H:165:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/arcEdge.H:103:16: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/lineDivide.C:46:17: style: Function 'lineDivide' argument 2 names different: declaration 'ndiv' definition 'nDiv'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/lineDivide.H:69:25: note: Function 'lineDivide' argument 2 names different: declaration 'ndiv' definition 'nDiv'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/lineDivide.C:46:17: note: Function 'lineDivide' argument 2 names different: declaration 'ndiv' definition 'nDiv'.
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/lineEdge.H:77:15: style: The function 'position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/curvedEdge.H:162:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/lineEdge.H:77:15: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/lineEdge.H:80:16: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/curvedEdge.H:165:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/lineEdge.H:80:16: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/polyLineEdge.H:93:15: style: The function 'position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/curvedEdge.H:162:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/polyLineEdge.H:93:15: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/polyLineEdge.H:96:16: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/curvedEdge.H:165:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/polyLineEdge.H:96:16: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/splineEdge.H:93:23: style: The function 'position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/curvedEdge.H:162:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/splineEdge.H:93:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/splineEdge.H:96:24: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/curvedEdge.H:165:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/curvedEdges/splineEdge.H:96:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/gradingDescriptor/gradingDescriptor.H:95:9: style: Class 'gradingDescriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/gradingDescriptor/gradingDescriptor.H:101:9: style: Class 'gradingDescriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/blockMesh/gradingDescriptor/gradingDescriptors.H:71:9: style: Class 'gradingDescriptors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/extrudeModel/cyclicSector/cyclicSector.H:64:9: style: Class 'cyclicSector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/extrudeModel/linearDirection/linearDirection.H:70:9: style: Class 'linearDirection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/extrudeModel/linearNormal/linearNormal.H:75:9: style: Class 'linearNormal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/extrudeModel/linearRadial/linearRadial.H:65:9: style: Class 'linearRadial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/extrudeModel/planeExtrusion/planeExtrusion.H:65:9: style: Class 'plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/extrudeModel/radial/radial.H:65:9: style: Class 'radial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/extrudeModel/sector/sector.H:80:9: style: Class 'sector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/extrudeModel/sigmaRadial/sigmaRadial.H:66:9: style: Class 'sigmaRadial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/extrudeModel/wedge/wedge.H:64:9: style: Class 'wedge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1456:14: style: The scope of the variable 'allPointsExtruded' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:132:27: style: Function 'smoothPatchNormals' argument 2 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:118:39: note: Function 'smoothPatchNormals' argument 2 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:132:27: note: Function 'smoothPatchNormals' argument 2 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:133:27: style: Function 'smoothPatchNormals' argument 3 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:119:39: note: Function 'smoothPatchNormals' argument 3 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:133:27: note: Function 'smoothPatchNormals' argument 3 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:199:27: style: Function 'smoothNormals' argument 2 names different: declaration 'isMasterPoint' definition 'isMeshMasterPoint'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:127:39: note: Function 'smoothNormals' argument 2 names different: declaration 'isMasterPoint' definition 'isMeshMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:199:27: note: Function 'smoothNormals' argument 2 names different: declaration 'isMasterPoint' definition 'isMeshMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:200:27: style: Function 'smoothNormals' argument 3 names different: declaration 'isMasterEdge' definition 'isMeshMasterEdge'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:128:39: note: Function 'smoothNormals' argument 3 names different: declaration 'isMasterEdge' definition 'isMeshMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:200:27: note: Function 'smoothNormals' argument 3 names different: declaration 'isMasterEdge' definition 'isMeshMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1006:27: style: Function 'minSmoothField' argument 2 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:175:39: note: Function 'minSmoothField' argument 2 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1006:27: note: Function 'minSmoothField' argument 2 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1007:27: style: Function 'minSmoothField' argument 3 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:176:39: note: Function 'minSmoothField' argument 3 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1007:27: note: Function 'minSmoothField' argument 3 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1082:27: style: Function 'handleFeatureAngleLayerTerminations' argument 2 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:185:39: note: Function 'handleFeatureAngleLayerTerminations' argument 2 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1082:27: note: Function 'handleFeatureAngleLayerTerminations' argument 2 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1214:27: style: Function 'findIsolatedRegions' argument 3 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:199:39: note: Function 'findIsolatedRegions' argument 3 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1214:27: note: Function 'findIsolatedRegions' argument 3 names different: declaration 'isMasterPoint' definition 'isPatchMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1215:27: style: Function 'findIsolatedRegions' argument 4 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:200:39: note: Function 'findIsolatedRegions' argument 4 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1215:27: note: Function 'findIsolatedRegions' argument 4 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1504:27: style: Function 'smoothLambdaMuDisplacement' argument 2 names different: declaration 'isMasterPoint' definition 'isMeshMasterPoint'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:167:39: note: Function 'smoothLambdaMuDisplacement' argument 2 names different: declaration 'isMasterPoint' definition 'isMeshMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1504:27: note: Function 'smoothLambdaMuDisplacement' argument 2 names different: declaration 'isMasterPoint' definition 'isMeshMasterPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1505:27: style: Function 'smoothLambdaMuDisplacement' argument 3 names different: declaration 'isMasterEdge' definition 'isMeshMasterEdge'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:168:39: note: Function 'smoothLambdaMuDisplacement' argument 3 names different: declaration 'isMasterEdge' definition 'isMeshMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.C:1505:27: note: Function 'smoothLambdaMuDisplacement' argument 3 names different: declaration 'isMasterEdge' definition 'isMeshMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:261:22: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/externalDisplacementMeshMover.H:166:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:261:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:269:22: style: The function 'movePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/externalDisplacementMeshMover.H:174:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:269:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:272:22: style: The function 'updateMesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/externalDisplacementMeshMover.H:177:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/externalDisplacementMeshMover/medialAxisMeshMover.H:272:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.C:2095:17: style: Function 'addPatch' argument 2 names different: declaration 'name' definition 'patchName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:911:56: note: Function 'addPatch' argument 2 names different: declaration 'name' definition 'patchName'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.C:2095:17: note: Function 'addPatch' argument 2 names different: declaration 'name' definition 'patchName'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.C:2273:22: style: Function 'findRegion' argument 2 names different: declaration 'cellRegion' definition 'cellToRegion'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:926:34: note: Function 'findRegion' argument 2 names different: declaration 'cellRegion' definition 'cellToRegion'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.C:2273:22: note: Function 'findRegion' argument 2 names different: declaration 'cellRegion' definition 'cellToRegion'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:620:18: style: Function 'freeStandingBaffles' argument 2 names different: declaration 'freeStandingAngle' definition 'planarAngle'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:468:30: note: Function 'freeStandingBaffles' argument 2 names different: declaration 'freeStandingAngle' definition 'planarAngle'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:620:18: note: Function 'freeStandingBaffles' argument 2 names different: declaration 'freeStandingAngle' definition 'planarAngle'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:1831:16: style: Function 'calcPatchNumMasterFaces' argument 3 names different: declaration 'nMasterFaces' definition 'nMasterFacesPerEdge'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:556:28: note: Function 'calcPatchNumMasterFaces' argument 3 names different: declaration 'nMasterFaces' definition 'nMasterFacesPerEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:1831:16: note: Function 'calcPatchNumMasterFaces' argument 3 names different: declaration 'nMasterFaces' definition 'nMasterFacesPerEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:1866:22: style: Function 'markPatchZones' argument 2 names different: declaration 'nMasterFaces' definition 'nMasterFacesPerEdge'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:564:34: note: Function 'markPatchZones' argument 2 names different: declaration 'nMasterFaces' definition 'nMasterFacesPerEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:1866:22: note: Function 'markPatchZones' argument 2 names different: declaration 'nMasterFaces' definition 'nMasterFacesPerEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:2022:22: style: Function 'consistentOrientation' argument 3 names different: declaration 'nMasterFaces' definition 'nMasterFacesPerEdge'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:573:34: note: Function 'consistentOrientation' argument 3 names different: declaration 'nMasterFaces' definition 'nMasterFacesPerEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:2022:22: note: Function 'consistentOrientation' argument 3 names different: declaration 'nMasterFaces' definition 'nMasterFacesPerEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:2272:16: style: Function 'baffleAndSplitMesh' argument 1 names different: declaration 'handleSnapProblems' definition 'doHandleSnapProblems'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:827:28: note: Function 'baffleAndSplitMesh' argument 1 names different: declaration 'handleSnapProblems' definition 'doHandleSnapProblems'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:2272:16: note: Function 'baffleAndSplitMesh' argument 1 names different: declaration 'handleSnapProblems' definition 'doHandleSnapProblems'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:2278:18: style: Function 'baffleAndSplitMesh' argument 7 names different: declaration 'freeStandingAngle' definition 'planarAngle'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:837:30: note: Function 'baffleAndSplitMesh' argument 7 names different: declaration 'freeStandingAngle' definition 'planarAngle'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:2278:18: note: Function 'baffleAndSplitMesh' argument 7 names different: declaration 'freeStandingAngle' definition 'planarAngle'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:498:18: performance: Technically the member function 'Foam::meshRefinement::calcRegionToZone' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementBaffles.C:1318:28: note: Technically the member function 'Foam::meshRefinement::calcRegionToZone' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:498:18: note: Technically the member function 'Foam::meshRefinement::calcRegionToZone' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientation.H:99:25: performance: Technically the member function 'Foam::patchFaceOrientation::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientationI.H:76:41: note: Technically the member function 'Foam::patchFaceOrientation::transform' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientation.H:99:25: note: Technically the member function 'Foam::patchFaceOrientation::transform' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientation.H:110:25: style: Technically the member function 'Foam::patchFaceOrientation::updateEdge' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientationI.H:88:41: note: Technically the member function 'Foam::patchFaceOrientation::updateEdge' can be const.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientation.H:110:25: note: Technically the member function 'Foam::patchFaceOrientation::updateEdge' can be const.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientation.H:123:25: style: Technically the member function 'Foam::patchFaceOrientation::updateEdge' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientationI.H:126:41: note: Technically the member function 'Foam::patchFaceOrientation::updateEdge' can be const.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientation.H:123:25: note: Technically the member function 'Foam::patchFaceOrientation::updateEdge' can be const.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientation.H:135:25: style: Technically the member function 'Foam::patchFaceOrientation::updateFace' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientationI.H:155:41: note: Technically the member function 'Foam::patchFaceOrientation::updateFace' can be const.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientation.H:135:25: note: Technically the member function 'Foam::patchFaceOrientation::updateFace' can be const.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientation.H:78:9: style: Class 'patchFaceOrientation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementProblemCells.C:476:22: style: Function 'markFacesOnProblemCells' argument 4 names different: declaration 'globalToMasterPatch' definition 'globalToPatch'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:444:34: note: Function 'markFacesOnProblemCells' argument 4 names different: declaration 'globalToMasterPatch' definition 'globalToPatch'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementProblemCells.C:476:22: note: Function 'markFacesOnProblemCells' argument 4 names different: declaration 'globalToMasterPatch' definition 'globalToPatch'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementProblemCells.C:446:34: style: Variable 'haveWarned' is assigned a value that is never used. [unreadVariable]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementRefine.C:1711:18: style: Function 'markProximityRefinement' argument 1 names different: declaration 'curvature' definition 'planarCos'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:353:30: note: Function 'markProximityRefinement' argument 1 names different: declaration 'curvature' definition 'planarCos'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementRefine.C:1711:18: note: Function 'markProximityRefinement' argument 1 names different: declaration 'curvature' definition 'planarCos'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementRefine.C:2386:22: style: Function 'balanceAndRefine' argument 4 names different: declaration 'cellsToRefine' definition 'initCellsToRefine'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:817:34: note: Function 'balanceAndRefine' argument 4 names different: declaration 'cellsToRefine' definition 'initCellsToRefine'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementRefine.C:2386:22: note: Function 'balanceAndRefine' argument 4 names different: declaration 'cellsToRefine' definition 'initCellsToRefine'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:310:19: performance: Technically the member function 'Foam::meshRefinement::countMatches' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementRefine.C:1067:35: note: Technically the member function 'Foam::meshRefinement::countMatches' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:310:19: note: Technically the member function 'Foam::meshRefinement::countMatches' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementRefine.C:74:9: style: Class 'normalLess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementTemplates.C:103:18: style: Function 'testSyncBoundaryFaceList' argument 1 names different: declaration 'mergeDistance' definition 'tol'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:1058:30: note: Function 'testSyncBoundaryFaceList' argument 1 names different: declaration 'mergeDistance' definition 'tol'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementTemplates.C:103:18: note: Function 'testSyncBoundaryFaceList' argument 1 names different: declaration 'mergeDistance' definition 'tol'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementTemplates.C:282:24: style: Function 'weightedSum' argument 6 names different: declaration 'data' definition 'pointData'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinement.H:754:36: note: Function 'weightedSum' argument 6 names different: declaration 'data' definition 'pointData'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/meshRefinement/meshRefinementTemplates.C:282:24: note: Function 'weightedSum' argument 6 names different: declaration 'data' definition 'pointData'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/refinementSurfaces.C:1039:16: style: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurface'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/refinementSurfaces.H:311:28: note: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurface'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/refinementSurfaces.C:1039:16: note: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurface'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/refinementSurfaces.C:1060:16: style: Function 'findNearest' argument 4 names different: declaration 'surfaces' definition 'hitSurface'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/refinementSurfaces.H:321:28: note: Function 'findNearest' argument 4 names different: declaration 'surfaces' definition 'hitSurface'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/refinementSurfaces.C:1060:16: note: Function 'findNearest' argument 4 names different: declaration 'surfaces' definition 'hitSurface'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/refinementSurfaces.C:1274:22: style: Function 'findInside' argument 1 names different: declaration 'surfacesToTest' definition 'testSurfaces'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/refinementSurfaces.H:353:34: note: Function 'findInside' argument 1 names different: declaration 'surfacesToTest' definition 'testSurfaces'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/refinementSurfaces.C:1274:22: note: Function 'findInside' argument 1 names different: declaration 'surfacesToTest' definition 'testSurfaces'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/surfaceZonesInfo.C:158:17: style: Function 'surfaceZonesInfo' argument 1 names different: declaration 'faceZoneNames' definition 'faceZoneName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/surfaceZonesInfo.H:126:25: note: Function 'surfaceZonesInfo' argument 1 names different: declaration 'faceZoneNames' definition 'faceZoneName'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/surfaceZonesInfo.C:158:17: note: Function 'surfaceZonesInfo' argument 1 names different: declaration 'faceZoneNames' definition 'faceZoneName'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/surfaceZonesInfo.C:159:17: style: Function 'surfaceZonesInfo' argument 2 names different: declaration 'cellZoneNames' definition 'cellZoneName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/surfaceZonesInfo.H:127:25: note: Function 'surfaceZonesInfo' argument 2 names different: declaration 'cellZoneNames' definition 'cellZoneName'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/surfaceZonesInfo.C:159:17: note: Function 'surfaceZonesInfo' argument 2 names different: declaration 'cellZoneNames' definition 'cellZoneName'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/surfaceZonesInfo.C:161:18: style: Function 'surfaceZonesInfo' argument 4 names different: declaration 'zoneInsidePoints' definition 'zoneInsidePoint'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/surfaceZonesInfo.H:129:26: note: Function 'surfaceZonesInfo' argument 4 names different: declaration 'zoneInsidePoints' definition 'zoneInsidePoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/refinementSurfaces/surfaceZonesInfo.C:161:18: note: Function 'surfaceZonesInfo' argument 4 names different: declaration 'zoneInsidePoints' definition 'zoneInsidePoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/layerParameters/layerParameters.H:139:16: performance: Technically the member function 'Foam::layerParameters::layerExpansionRatio' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/layerParameters/layerParameters.C:40:37: note: Technically the member function 'Foam::layerParameters::layerExpansionRatio' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/layerParameters/layerParameters.H:139:16: note: Technically the member function 'Foam::layerParameters::layerExpansionRatio' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/layerParameters/layerParameters.H:326:20: performance: Technically the member function 'Foam::layerParameters::finalLayerThicknessRatio' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/layerParameters/layerParameters.C:541:37: note: Technically the member function 'Foam::layerParameters::finalLayerThicknessRatio' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/layerParameters/layerParameters.H:326:20: note: Technically the member function 'Foam::layerParameters::finalLayerThicknessRatio' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/pointData/pointData.H:62:1: warning: The class 'pointData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/refinementParameters/refinementParameters.H:106:9: style: Class 'refinementParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snapParameters/snapParameters.H:90:9: style: Class 'snapParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C:752:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C:757:9: note: Found duplicate branches for 'if' and 'else'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C:752:14: note: Found duplicate branches for 'if' and 'else'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C:690:12: style: Function 'setNumLayers' argument 7 names different: declaration 'nIdealAddedCells' definition 'nAddedCells'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.H:209:28: note: Function 'setNumLayers' argument 7 names different: declaration 'nIdealAddedCells' definition 'nAddedCells'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C:690:12: note: Function 'setNumLayers' argument 7 names different: declaration 'nIdealAddedCells' definition 'nAddedCells'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C:2262:23: style: Function 'checkAndUnmark' argument 2 names different: declaration 'motionDict' definition 'meshQualityDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.H:355:39: note: Function 'checkAndUnmark' argument 2 names different: declaration 'motionDict' definition 'meshQualityDict'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C:2262:23: note: Function 'checkAndUnmark' argument 2 names different: declaration 'motionDict' definition 'meshQualityDict'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C:2430:16: style: Function 'getLayerCellsFaces' argument 4 names different: declaration 'cellStatus' definition 'cellNLayers'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.H:381:32: note: Function 'getLayerCellsFaces' argument 4 names different: declaration 'cellStatus' definition 'cellNLayers'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C:2430:16: note: Function 'getLayerCellsFaces' argument 4 names different: declaration 'cellStatus' definition 'cellNLayers'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.H:288:22: performance: Technically the member function 'Foam::snappyLayerDriver::sameEdgeNeighbour' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C:1615:31: note: Technically the member function 'Foam::snappyLayerDriver::sameEdgeNeighbour' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.H:288:22: note: Technically the member function 'Foam::snappyLayerDriver::sameEdgeNeighbour' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyLayerDriverShrink.C:816:14: style: The scope of the variable 'allPointsExtruded' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.C:2739:10: style: The scope of the variable 'meshOk' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:129:27: style: Function 'smoothAndConstrain' argument 1 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:138:43: note: Function 'smoothAndConstrain' argument 1 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:129:27: note: Function 'smoothAndConstrain' argument 1 names different: declaration 'isMasterEdge' definition 'isPatchMasterEdge'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:225:16: style: Function 'calcNearestFace' argument 6 names different: declaration 'faceSurfaceRegion' definition 'faceSurfaceGlobalRegion'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:161:32: note: Function 'calcNearestFace' argument 6 names different: declaration 'faceSurfaceRegion' definition 'faceSurfaceGlobalRegion'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:225:16: note: Function 'calcNearestFace' argument 6 names different: declaration 'faceSurfaceRegion' definition 'faceSurfaceGlobalRegion'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:446:22: style: Function 'calcNearestFacePointProperties' argument 5 names different: declaration 'faceSurfaceRegion' definition 'faceSurfaceGlobalRegion'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:177:38: note: Function 'calcNearestFacePointProperties' argument 5 names different: declaration 'faceSurfaceRegion' definition 'faceSurfaceGlobalRegion'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:446:22: note: Function 'calcNearestFacePointProperties' argument 5 names different: declaration 'faceSurfaceRegion' definition 'faceSurfaceGlobalRegion'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:702:19: style: Function 'findNormal' argument 2 names different: declaration 'faceSurfaceNormal' definition 'n'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:287:35: note: Function 'findNormal' argument 2 names different: declaration 'faceSurfaceNormal' definition 'n'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:702:19: note: Function 'findNormal' argument 2 names different: declaration 'faceSurfaceNormal' definition 'n'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:729:22: style: Function 'findMultiPatchPoint' argument 2 names different: declaration 'pfPatchID' definition 'patchIDs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:278:38: note: Function 'findMultiPatchPoint' argument 2 names different: declaration 'pfPatchID' definition 'patchIDs'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:729:22: note: Function 'findMultiPatchPoint' argument 2 names different: declaration 'pfPatchID' definition 'patchIDs'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:1658:16: style: Function 'findNearFeaturePoint' argument 1 names different: declaration 'isRegionEdge' definition 'isRegionPoint'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:431:32: note: Function 'findNearFeaturePoint' argument 1 names different: declaration 'isRegionEdge' definition 'isRegionPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:1658:16: note: Function 'findNearFeaturePoint' argument 1 names different: declaration 'isRegionEdge' definition 'isRegionPoint'.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:128:22: performance: Technically the member function 'Foam::snappySnapDriver::isFeaturePoint' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:66:30: note: Technically the member function 'Foam::snappySnapDriver::isFeaturePoint' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:128:22: note: Technically the member function 'Foam::snappySnapDriver::isFeaturePoint' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:189:22: performance: Technically the member function 'Foam::snappySnapDriver::correctAttraction' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:637:30: note: Technically the member function 'Foam::snappySnapDriver::correctAttraction' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:189:22: note: Technically the member function 'Foam::snappySnapDriver::correctAttraction' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:240:27: performance: Technically the member function 'Foam::snappySnapDriver::findDiagonalAttraction' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:1425:41: note: Technically the member function 'Foam::snappySnapDriver::findDiagonalAttraction' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:240:27: note: Technically the member function 'Foam::snappySnapDriver::findDiagonalAttraction' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:260:31: performance: Technically the member function 'Foam::snappySnapDriver::findMultiPatchPoint' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:675:45: note: Technically the member function 'Foam::snappySnapDriver::findMultiPatchPoint' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:260:31: note: Technically the member function 'Foam::snappySnapDriver::findMultiPatchPoint' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:275:31: performance: Technically the member function 'Foam::snappySnapDriver::findMultiPatchPoint' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:726:45: note: Technically the member function 'Foam::snappySnapDriver::findMultiPatchPoint' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:275:31: note: Technically the member function 'Foam::snappySnapDriver::findMultiPatchPoint' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:284:23: performance: Technically the member function 'Foam::snappySnapDriver::findNormal' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:699:37: note: Technically the member function 'Foam::snappySnapDriver::findNormal' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:284:23: note: Technically the member function 'Foam::snappySnapDriver::findNormal' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:468:22: performance: Technically the member function 'Foam::snappySnapDriver::preventFaceSqueeze' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriverFeature.C:2951:30: note: Technically the member function 'Foam::snappySnapDriver::preventFaceSqueeze' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/snappyHexMeshDriver/snappySnapDriver.H:468:22: note: Technically the member function 'Foam::snappySnapDriver::preventFaceSqueeze' can be static.
OpenFOAM-4.x-version-4.1/src/mesh/snappyHexMesh/trackedParticle/trackedParticle.H:156:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:156:20: warning: Redundant assignment of 'pts[i]' to itself. [selfAssignment]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:38:32: style: Function 'interpolationMethodToWord' argument 1 names different: declaration 'method' definition 'im'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.H:98:40: note: Function 'interpolationMethodToWord' argument 1 names different: declaration 'method' definition 'im'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:38:32: note: Function 'interpolationMethodToWord' argument 1 names different: declaration 'method' definition 'im'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:81:17: style: Function 'wordTointerpolationMethod' argument 1 names different: declaration 'method' definition 'im'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.H:104:25: note: Function 'wordTointerpolationMethod' argument 1 names different: declaration 'method' definition 'im'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:81:17: note: Function 'wordTointerpolationMethod' argument 1 names different: declaration 'method' definition 'im'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:254:35: style: Function 'agglomerate' argument 1 names different: declaration 'targetMap' definition 'targetMapPtr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.H:257:47: note: Function 'agglomerate' argument 1 names different: declaration 'targetMap' definition 'targetMapPtr'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:254:35: note: Function 'agglomerate' argument 1 names different: declaration 'targetMap' definition 'targetMapPtr'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:653:39: style: Function 'AMIInterpolation' argument 3 names different: declaration 'surf' definition 'surfPtr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.H:313:47: note: Function 'AMIInterpolation' argument 3 names different: declaration 'surf' definition 'surfPtr'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:653:39: note: Function 'AMIInterpolation' argument 3 names different: declaration 'surf' definition 'surfPtr'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:685:39: style: Function 'AMIInterpolation' argument 3 names different: declaration 'surf' definition 'surfPtr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.H:326:47: note: Function 'AMIInterpolation' argument 3 names different: declaration 'surf' definition 'surfPtr'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:685:39: note: Function 'AMIInterpolation' argument 3 names different: declaration 'surf' definition 'surfPtr'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:717:22: style: Function 'AMIInterpolation' argument 3 names different: declaration 'neighbourRestrictAddressing' definition 'targetRestrictAddressing'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.H:341:30: note: Function 'AMIInterpolation' argument 3 names different: declaration 'neighbourRestrictAddressing' definition 'targetRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C:717:22: note: Function 'AMIInterpolation' argument 3 names different: declaration 'neighbourRestrictAddressing' definition 'targetRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolationParallelOps.C:124:22: style: Function 'distributePatches' argument 6 names different: declaration 'tgtFaceIDs' definition 'faceIDs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.H:203:34: note: Function 'distributePatches' argument 6 names different: declaration 'tgtFaceIDs' definition 'faceIDs'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolationParallelOps.C:124:22: note: Function 'distributePatches' argument 6 names different: declaration 'tgtFaceIDs' definition 'faceIDs'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H:128:18: performance: Technically the member function 'Foam::AMIMethod::writeIntersectionOBJ' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.C:146:49: note: Technically the member function 'Foam::AMIMethod::writeIntersectionOBJ' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H:128:18: note: Technically the member function 'Foam::AMIMethod::writeIntersectionOBJ' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H:147:18: performance: Technically the member function 'Foam::AMIMethod::appendNbrFaces' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.C:260:49: note: Technically the member function 'Foam::AMIMethod::appendNbrFaces' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H:147:18: note: Technically the member function 'Foam::AMIMethod::appendNbrFaces' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.C:33:31: style: Function 'calcAddressing' argument 1 names different: declaration 'srcAddress' definition 'srcAddr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.H:77:43: note: Function 'calcAddressing' argument 1 names different: declaration 'srcAddress' definition 'srcAddr'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.C:33:31: note: Function 'calcAddressing' argument 1 names different: declaration 'srcAddress' definition 'srcAddr'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.C:34:32: style: Function 'calcAddressing' argument 2 names different: declaration 'srcWeights' definition 'srcWght'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.H:78:44: note: Function 'calcAddressing' argument 2 names different: declaration 'srcWeights' definition 'srcWght'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.C:34:32: note: Function 'calcAddressing' argument 2 names different: declaration 'srcWeights' definition 'srcWght'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.C:35:31: style: Function 'calcAddressing' argument 3 names different: declaration 'tgtAddress' definition 'tgtAddr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.H:79:43: note: Function 'calcAddressing' argument 3 names different: declaration 'tgtAddress' definition 'tgtAddr'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.C:35:31: note: Function 'calcAddressing' argument 3 names different: declaration 'tgtAddress' definition 'tgtAddr'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.C:36:32: style: Function 'calcAddressing' argument 4 names different: declaration 'tgtWeights' definition 'tgtWght'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.H:80:44: note: Function 'calcAddressing' argument 4 names different: declaration 'tgtWeights' definition 'tgtWght'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/faceAreaWeightAMI/faceAreaWeightAMI.C:36:32: note: Function 'calcAddressing' argument 4 names different: declaration 'tgtWeights' definition 'tgtWght'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaceFields/cyclicACMIGAMGInterfaceField/cyclicACMIGAMGInterfaceField.C:55:30: style: Function 'cyclicACMIGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaceFields/cyclicACMIGAMGInterfaceField/cyclicACMIGAMGInterfaceField.H:90:38: note: Function 'cyclicACMIGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaceFields/cyclicACMIGAMGInterfaceField/cyclicACMIGAMGInterfaceField.C:55:30: note: Function 'cyclicACMIGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaceFields/cyclicAMIGAMGInterfaceField/cyclicAMIGAMGInterfaceField.C:55:30: style: Function 'cyclicAMIGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaceFields/cyclicAMIGAMGInterfaceField/cyclicAMIGAMGInterfaceField.H:89:38: note: Function 'cyclicAMIGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaceFields/cyclicAMIGAMGInterfaceField/cyclicAMIGAMGInterfaceField.C:55:30: note: Function 'cyclicAMIGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaces/cyclicACMIGAMGInterface/cyclicACMIGAMGInterface.C:52:23: style: Function 'cyclicACMIGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaces/cyclicACMIGAMGInterface/cyclicACMIGAMGInterface.H:89:31: note: Function 'cyclicACMIGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaces/cyclicACMIGAMGInterface/cyclicACMIGAMGInterface.C:52:23: note: Function 'cyclicACMIGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaces/cyclicAMIGAMGInterface/cyclicAMIGAMGInterface.C:52:23: style: Function 'cyclicAMIGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaces/cyclicAMIGAMGInterface/cyclicAMIGAMGInterface.H:89:31: note: Function 'cyclicAMIGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/GAMG/interfaces/cyclicAMIGAMGInterface/cyclicAMIGAMGInterface.C:52:23: note: Function 'cyclicAMIGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/faceAreaIntersect/faceAreaIntersect.H:92:26: performance: Technically the member function 'Foam::faceAreaIntersect::getTriPoints' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/faceAreaIntersect/faceAreaIntersectI.H:44:68: note: Technically the member function 'Foam::faceAreaIntersect::getTriPoints' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/faceAreaIntersect/faceAreaIntersect.H:92:26: note: Technically the member function 'Foam::faceAreaIntersect::getTriPoints' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/faceAreaIntersect/faceAreaIntersect.H:110:21: performance: Technically the member function 'Foam::faceAreaIntersect::triangleFan' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/faceAreaIntersect/faceAreaIntersectI.H:70:38: note: Technically the member function 'Foam::faceAreaIntersect::triangleFan' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/faceAreaIntersect/faceAreaIntersect.H:110:21: note: Technically the member function 'Foam::faceAreaIntersect::triangleFan' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/patches/cyclicACMI/cyclicACMILduInterfaceField/cyclicACMILduInterfaceField.C:47:18: style: Function 'transformCoupleField' argument 1 names different: declaration 'psiInternal' definition 'f'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/patches/cyclicACMI/cyclicACMILduInterfaceField/cyclicACMILduInterfaceField.H:80:26: note: Function 'transformCoupleField' argument 1 names different: declaration 'psiInternal' definition 'f'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/patches/cyclicACMI/cyclicACMILduInterfaceField/cyclicACMILduInterfaceField.C:47:18: note: Function 'transformCoupleField' argument 1 names different: declaration 'psiInternal' definition 'f'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMILduInterfaceField/cyclicAMILduInterfaceField.C:47:18: style: Function 'transformCoupleField' argument 1 names different: declaration 'psiInternal' definition 'f'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMILduInterfaceField/cyclicAMILduInterfaceField.H:93:26: note: Function 'transformCoupleField' argument 1 names different: declaration 'psiInternal' definition 'f'.
OpenFOAM-4.x-version-4.1/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMILduInterfaceField/cyclicAMILduInterfaceField.C:47:18: note: Function 'transformCoupleField' argument 1 names different: declaration 'psiInternal' definition 'f'.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceInfo.H:68:1: warning: The class 'patchEdgeFaceInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegion.H:81:21: style: Technically the member function 'Foam::patchEdgeFaceRegion::update' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegionI.H:33:40: note: Technically the member function 'Foam::patchEdgeFaceRegion::update' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegion.H:81:21: note: Technically the member function 'Foam::patchEdgeFaceRegion::update' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegion.H:116:25: performance: Technically the member function 'Foam::patchEdgeFaceRegion::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegionI.H:108:40: note: Technically the member function 'Foam::patchEdgeFaceRegion::transform' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegion.H:116:25: note: Technically the member function 'Foam::patchEdgeFaceRegion::transform' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegion.H:97:9: style: Class 'patchEdgeFaceRegion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegions.H:104:25: performance: Technically the member function 'Foam::patchEdgeFaceRegions::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegionsI.H:71:41: note: Technically the member function 'Foam::patchEdgeFaceRegions::transform' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegions.H:104:25: note: Technically the member function 'Foam::patchEdgeFaceRegions::transform' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegions.H:82:9: style: Class 'patchEdgeFaceRegions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchEdgeFaceRegions.H:85:9: style: Class 'patchEdgeFaceRegions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchPatchDist.C:36:22: style: Function 'patchPatchDist' argument 1 names different: declaration 'pp' definition 'patch'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchPatchDist.H:80:30: note: Function 'patchPatchDist' argument 1 names different: declaration 'pp' definition 'patch'.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PatchEdgeFaceWave/patchPatchDist.C:36:22: note: Function 'patchPatchDist' argument 1 names different: declaration 'pp' definition 'patch'.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PointEdgeWave/PointEdgeWave.C:55:13: style: Class 'combineEqOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PointEdgeWave/pointEdgePointI.H:203:18: style: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PointEdgeWave/pointEdgePoint.H:151:30: note: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PointEdgeWave/pointEdgePointI.H:203:18: note: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PointEdgeWave/pointEdgePointI.H:229:18: style: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PointEdgeWave/pointEdgePoint.H:161:30: note: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PointEdgeWave/pointEdgePointI.H:229:18: note: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/meshTools/algorithms/PointEdgeWave/pointEdgePoint.H:69:1: warning: The class 'pointEdgePoint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellClassification.H:269:9: style: 'cellClassification::operator=' should return 'cellClassification &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfo.H:119:25: performance: Technically the member function 'Foam::cellInfo::sameGeometry' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfoI.H:127:29: note: Technically the member function 'Foam::cellInfo::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfo.H:119:25: note: Technically the member function 'Foam::cellInfo::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfo.H:130:25: performance: Technically the member function 'Foam::cellInfo::leaveDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfoI.H:142:29: note: Technically the member function 'Foam::cellInfo::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfo.H:130:25: note: Technically the member function 'Foam::cellInfo::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfo.H:141:25: performance: Technically the member function 'Foam::cellInfo::enterDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfoI.H:166:29: note: Technically the member function 'Foam::cellInfo::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfo.H:141:25: note: Technically the member function 'Foam::cellInfo::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfo.H:152:25: performance: Technically the member function 'Foam::cellInfo::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfoI.H:155:29: note: Technically the member function 'Foam::cellInfo::transform' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfo.H:152:25: note: Technically the member function 'Foam::cellInfo::transform' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfo.H:94:9: style: Class 'cellInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/cellClassification/cellInfo.H:64:1: warning: The class 'cellInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.C:44:17: style: Function 'findIndex' argument 1 names different: declaration 'n' definition 'nElems'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.H:74:44: note: Function 'findIndex' argument 1 names different: declaration 'n' definition 'nElems'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.C:44:17: note: Function 'findIndex' argument 1 names different: declaration 'n' definition 'nElems'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.C:88:12: style: Function 'smallestDist' argument 5 names different: declaration 'meshFacei' definition 'minFacei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.H:119:20: note: Function 'smallestDist' argument 5 names different: declaration 'meshFacei' definition 'minFacei'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.C:88:12: note: Function 'smallestDist' argument 5 names different: declaration 'meshFacei' definition 'minFacei'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.H:113:16: performance: Technically the member function 'Foam::cellDistFuncs::smallestDist' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.C:82:35: note: Technically the member function 'Foam::cellDistFuncs::smallestDist' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.H:113:16: note: Technically the member function 'Foam::cellDistFuncs::smallestDist' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.H:123:15: performance: Technically the member function 'Foam::cellDistFuncs::getPointNeighbours' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.C:116:34: note: Technically the member function 'Foam::cellDistFuncs::getPointNeighbours' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.H:123:15: note: Technically the member function 'Foam::cellDistFuncs::getPointNeighbours' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/cellDistFuncs.H:90:9: style: Class 'cellDistFuncs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/patchWave/patchWave.C:37:22: style: Function 'setChangedFaces' argument 3 names different: declaration 'changedInfo' definition 'faceDist'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/patchWave/patchWave.H:88:30: note: Function 'setChangedFaces' argument 3 names different: declaration 'changedInfo' definition 'faceDist'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/patchWave/patchWave.C:37:22: note: Function 'setChangedFaces' argument 3 names different: declaration 'changedInfo' definition 'faceDist'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/wallPoint/wallPointI.H:219:22: style: Function 'updateCell' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/wallPoint/wallPoint.H:173:34: note: Function 'updateCell' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/wallPoint/wallPointI.H:219:22: note: Function 'updateCell' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/wallPoint/wallPointI.H:242:22: style: Function 'updateFace' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/wallPoint/wallPoint.H:185:34: note: Function 'updateFace' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/wallPoint/wallPointI.H:242:22: note: Function 'updateFace' argument 4 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/wallPoint/wallPointI.H:263:22: style: Function 'updateFace' argument 3 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/wallPoint/wallPoint.H:196:34: note: Function 'updateFace' argument 3 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/wallPoint/wallPointI.H:263:22: note: Function 'updateFace' argument 3 names different: declaration 'neighbourInfo' definition 'neighbourWallInfo'.
OpenFOAM-4.x-version-4.1/src/meshTools/cellDist/wallPoint/wallPoint.H:64:1: warning: The class 'wallPoint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/meshTools/cellQuality/cellQuality.H:72:9: style: Class 'cellQuality' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateSystem.H:182:9: style: Class 'coordinateSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateSystem.H:190:9: style: Class 'coordinateSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cartesianCS.H:96:9: style: Class 'cartesianCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cartesianCS.H:61:24: style: The function 'localToGlobal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateSystem.H:114:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cartesianCS.H:61:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cartesianCS.H:65:34: style: The function 'localToGlobal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateSystem.H:118:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cartesianCS.H:65:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cartesianCS.H:73:24: style: The function 'globalToLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateSystem.H:126:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cartesianCS.H:73:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cartesianCS.H:77:34: style: The function 'globalToLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateSystem.H:130:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cartesianCS.H:77:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:121:9: style: Class 'EulerCoordinateRotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:130:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:139:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:130:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:137:22: style: The function 'updateCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:142:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:137:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:143:31: style: The function 'R' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:149:31: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:143:31: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:149:31: style: The function 'Rtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:152:31: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:149:31: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:155:30: style: The function 'e1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:155:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:155:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:161:30: style: The function 'e2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:158:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:161:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:167:30: style: The function 'e3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:161:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:167:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:173:36: style: The function 'Tr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:164:36: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:173:36: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:176:34: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:173:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:176:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:179:24: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:176:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:179:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:182:34: style: The function 'invTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:179:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:182:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:185:24: style: The function 'invTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:182:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:185:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:188:34: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:185:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:188:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:191:24: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:198:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:191:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:194:34: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:191:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:194:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:202:38: style: The function 'transformVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:202:38: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:202:38: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:209:28: style: The function 'transformVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:209:28: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:209:28: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:215:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:215:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:215:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:118:9: style: Class 'STARCDCoordinateRotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:126:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:139:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:126:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:133:22: style: The function 'updateCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:142:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:133:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:139:31: style: The function 'R' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:149:31: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:139:31: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:145:31: style: The function 'Rtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:152:31: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:145:31: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:151:30: style: The function 'e1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:155:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:151:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:157:30: style: The function 'e2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:158:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:157:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:163:30: style: The function 'e3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:161:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:163:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:169:36: style: The function 'Tr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:164:36: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:169:36: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:172:34: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:173:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:172:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:175:24: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:176:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:175:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:178:34: style: The function 'invTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:179:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:178:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:181:24: style: The function 'invTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:182:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:181:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:184:34: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:185:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:184:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:187:24: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:198:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:187:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:190:34: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:191:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:190:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:198:38: style: The function 'transformVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:202:38: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:198:38: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:205:28: style: The function 'transformVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:209:28: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:205:28: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:211:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:215:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:211:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:110:9: style: Class 'axesRotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:113:9: style: Class 'axesRotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:133:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:139:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:133:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:140:22: style: The function 'updateCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:142:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:140:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:146:31: style: The function 'R' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:149:31: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:146:31: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:152:31: style: The function 'Rtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:152:31: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:152:31: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:158:30: style: The function 'e1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:155:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:158:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:164:30: style: The function 'e2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:158:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:164:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:170:30: style: The function 'e3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:161:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:170:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:176:36: style: The function 'Tr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:164:36: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:176:36: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:179:34: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:173:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:179:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:182:24: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:176:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:182:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:185:34: style: The function 'invTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:179:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:185:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:188:24: style: The function 'invTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:182:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:188:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:191:34: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:185:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:191:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:194:24: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:198:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:194:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:197:34: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:191:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:197:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:205:38: style: The function 'transformVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:202:38: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:205:38: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:212:28: style: The function 'transformVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:209:28: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:212:28: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:224:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:215:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/axesRotation.H:224:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:78:20: performance: Technically the member function 'Foam::coordinateRotation::transformPrincipal' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.C:42:44: note: Technically the member function 'Foam::coordinateRotation::transformPrincipal' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:78:20: note: Technically the member function 'Foam::coordinateRotation::transformPrincipal' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.C:208:24: style: Function 'transform' argument 1 names different: declaration 'tf' definition 'vf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:185:63: note: Function 'transform' argument 1 names different: declaration 'tf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.C:208:24: note: Function 'transform' argument 1 names different: declaration 'tf' definition 'vf'.
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:120:9: style: Class 'cylindrical' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:123:9: style: Class 'cylindrical' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:140:22: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:139:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:140:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:143:22: style: The function 'updateCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:142:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:143:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:146:31: style: The function 'R' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:149:31: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:146:31: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:153:31: style: The function 'Rtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:152:31: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:153:31: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:160:30: style: The function 'e1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:155:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:160:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:167:30: style: The function 'e2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:158:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:167:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:174:30: style: The function 'e3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:161:30: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:174:30: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:179:36: style: The function 'Tr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:164:36: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:179:36: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:185:34: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:173:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:185:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:188:24: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:176:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:188:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:194:34: style: The function 'invTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:179:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:194:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:197:24: style: The function 'invTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:182:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:197:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:203:22: style: The function 'uniform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:167:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:203:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:209:34: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:185:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:209:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:212:24: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:198:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:212:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:215:34: style: The function 'transformTensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:191:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:215:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:223:38: style: The function 'transformVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:202:38: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:223:38: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:230:28: style: The function 'transformVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:209:28: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:230:28: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:236:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:215:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateRotation/cylindrical.H:236:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cylindricalCS.H:95:9: style: Class 'cylindricalCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cylindricalCS.H:66:24: style: The function 'localToGlobal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateSystem.H:114:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cylindricalCS.H:66:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cylindricalCS.H:70:34: style: The function 'localToGlobal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateSystem.H:118:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cylindricalCS.H:70:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cylindricalCS.H:78:24: style: The function 'globalToLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateSystem.H:126:24: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cylindricalCS.H:78:24: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cylindricalCS.H:82:34: style: The function 'globalToLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/coordinateSystem.H:130:34: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/coordinateSystems/cylindricalCS.H:82:34: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H:314:68: style: Function 'operator=' argument 1 names different: declaration 'iter' definition 'circ'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H:181:57: note: Function 'operator=' argument 1 names different: declaration 'iter' definition 'circ'.
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H:314:68: note: Function 'operator=' argument 1 names different: declaration 'iter' definition 'circ'.
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H:324:69: style: Function 'operator==' argument 1 names different: declaration 'iter' definition 'circ'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H:183:58: note: Function 'operator==' argument 1 names different: declaration 'iter' definition 'circ'.
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H:324:69: note: Function 'operator==' argument 1 names different: declaration 'iter' definition 'circ'.
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H:344:69: style: Function 'operator!=' argument 1 names different: declaration 'iter' definition 'circ'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H:185:58: note: Function 'operator!=' argument 1 names different: declaration 'iter' definition 'circ'.
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H:344:69: note: Function 'operator!=' argument 1 names different: declaration 'iter' definition 'circ'.
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H:181:9: style: 'edgeFaceCirculator::operator=' should return 'edgeFaceCirculator &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H:197:42: performance: Technically the member function 'Foam::edgeFaceCirculator::end' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H:436:59: note: Technically the member function 'Foam::edgeFaceCirculator::end' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H:197:42: note: Technically the member function 'Foam::edgeFaceCirculator::end' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H:198:42: performance: Technically the member function 'Foam::edgeFaceCirculator::cend' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H:441:59: note: Technically the member function 'Foam::edgeFaceCirculator::cend' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H:198:42: note: Technically the member function 'Foam::edgeFaceCirculator::cend' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataEdge.C:144:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataEdge.H:209:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataEdge.C:144:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataEdge.C:272:12: style: Function 'operator()' argument 4 names different: declaration 'intersectionPoint' definition 'result'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataEdge.H:135:20: note: Function 'operator()' argument 4 names different: declaration 'intersectionPoint' definition 'result'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataEdge.C:272:12: note: Function 'operator()' argument 4 names different: declaration 'intersectionPoint' definition 'result'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataEdge.H:199:24: performance: Technically the member function 'Foam::treeDataEdge::getVolumeType' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataEdge.C:131:38: note: Technically the member function 'Foam::treeDataEdge::getVolumeType' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataEdge.H:199:24: note: Technically the member function 'Foam::treeDataEdge::getVolumeType' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataEdge.H:97:9: style: Class 'findNearestOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataEdge.H:126:9: style: Class 'findIntersectOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataFace.C:42:59: style: Function 'calcBb' argument 1 names different: declaration 'celli' definition 'facei'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataFace.H:88:41: note: Function 'calcBb' argument 1 names different: declaration 'celli' definition 'facei'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataFace.C:42:59: note: Function 'calcBb' argument 1 names different: declaration 'celli' definition 'facei'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataFace.C:439:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataFace.H:214:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataFace.C:439:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataFace.H:102:9: style: Class 'findNearestOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataFace.H:133:9: style: Class 'findIntersectOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.C:104:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.H:184:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.C:104:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.C:236:12: style: Function 'operator()' argument 4 names different: declaration 'intersectionPoint' definition 'result'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.H:118:20: note: Function 'operator()' argument 4 names different: declaration 'intersectionPoint' definition 'result'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.C:236:12: note: Function 'operator()' argument 4 names different: declaration 'intersectionPoint' definition 'result'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.H:174:24: performance: Technically the member function 'Foam::treeDataPoint::getVolumeType' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.C:91:39: note: Technically the member function 'Foam::treeDataPoint::getVolumeType' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.H:174:24: note: Technically the member function 'Foam::treeDataPoint::getVolumeType' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.H:130:9: style: Class 'treeDataPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.H:80:9: style: Class 'findNearestOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPoint.H:109:9: style: Class 'findIntersectOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPrimitivePatch.C:386:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPrimitivePatch.H:243:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPrimitivePatch.C:386:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPrimitivePatch.H:99:9: style: Class 'findNearestOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPrimitivePatch.H:132:9: style: Class 'findIntersectOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPrimitivePatch.H:99:0: style: Class 'findNearestOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/indexedOctree/treeDataPrimitivePatch.H:132:0: style: Class 'findIntersectOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.C:522:17: style: The scope of the variable 'hasWarned' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.C:958:22: style: Function 'mappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.H:305:30: note: Function 'mappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'.
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.C:958:22: note: Function 'mappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'.
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.C:985:22: style: Function 'mappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.H:315:30: note: Function 'mappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'.
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.C:985:22: note: Function 'mappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'.
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.C:1012:22: style: Function 'mappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.H:325:30: note: Function 'mappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'.
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.C:1012:22: note: Function 'mappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'.
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.H:298:9: style: Class 'mappedPatchBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPolyPatch.H:223:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.H:444:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPolyPatch.H:223:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedWallPolyPatch.H:230:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.H:444:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedWallPolyPatch.H:230:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedVariableThicknessWallPolyPatch.H:150:36: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedWallPolyPatch.H:171:36: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedVariableThicknessWallPolyPatch.H:150:36: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedVariableThicknessWallPolyPatch.H:160:36: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedWallPolyPatch.H:178:36: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedVariableThicknessWallPolyPatch.H:160:36: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedVariableThicknessWallPolyPatch.H:183:36: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedWallPolyPatch.H:201:36: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedVariableThicknessWallPolyPatch.H:183:36: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedVariableThicknessWallPolyPatch.H:226:14: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedWallPolyPatch.H:230:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/mappedPatches/mappedPolyPatch/mappedVariableThicknessWallPolyPatch.H:226:14: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceDataI.H:81:18: style: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:129:30: note: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceDataI.H:81:18: note: Function 'leaveDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceDataI.H:103:18: style: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:139:30: note: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceDataI.H:103:18: note: Function 'enterDomain' argument 3 names different: declaration 'pos' definition 'coord'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:113:25: performance: Technically the member function 'Foam::topoDistanceData::sameGeometry' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceDataI.H:64:37: note: Technically the member function 'Foam::topoDistanceData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:113:25: note: Technically the member function 'Foam::topoDistanceData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:124:25: performance: Technically the member function 'Foam::topoDistanceData::leaveDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceDataI.H:78:37: note: Technically the member function 'Foam::topoDistanceData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:124:25: note: Technically the member function 'Foam::topoDistanceData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:135:25: performance: Technically the member function 'Foam::topoDistanceData::enterDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceDataI.H:102:37: note: Technically the member function 'Foam::topoDistanceData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:135:25: note: Technically the member function 'Foam::topoDistanceData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:146:25: performance: Technically the member function 'Foam::topoDistanceData::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceDataI.H:91:37: note: Technically the member function 'Foam::topoDistanceData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:146:25: note: Technically the member function 'Foam::topoDistanceData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:155:25: style: Technically the member function 'Foam::topoDistanceData::updateCell' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceDataI.H:115:37: note: Technically the member function 'Foam::topoDistanceData::updateCell' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:155:25: note: Technically the member function 'Foam::topoDistanceData::updateCell' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:179:25: style: Technically the member function 'Foam::topoDistanceData::updateFace' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceDataI.H:166:37: note: Technically the member function 'Foam::topoDistanceData::updateFace' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/topoDistanceData.H:179:25: note: Technically the member function 'Foam::topoDistanceData::updateFace' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:115:25: performance: Technically the member function 'Foam::pointTopoDistanceData::sameGeometry' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceDataI.H:64:42: note: Technically the member function 'Foam::pointTopoDistanceData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:115:25: note: Technically the member function 'Foam::pointTopoDistanceData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:125:25: performance: Technically the member function 'Foam::pointTopoDistanceData::leaveDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceDataI.H:77:42: note: Technically the member function 'Foam::pointTopoDistanceData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:125:25: note: Technically the member function 'Foam::pointTopoDistanceData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:135:25: performance: Technically the member function 'Foam::pointTopoDistanceData::enterDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceDataI.H:99:42: note: Technically the member function 'Foam::pointTopoDistanceData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:135:25: note: Technically the member function 'Foam::pointTopoDistanceData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:145:25: performance: Technically the member function 'Foam::pointTopoDistanceData::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceDataI.H:89:42: note: Technically the member function 'Foam::pointTopoDistanceData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:145:25: note: Technically the member function 'Foam::pointTopoDistanceData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:166:25: style: Technically the member function 'Foam::pointTopoDistanceData::updatePoint' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceDataI.H:136:42: note: Technically the member function 'Foam::pointTopoDistanceData::updatePoint' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:166:25: note: Technically the member function 'Foam::pointTopoDistanceData::updatePoint' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:178:25: style: Technically the member function 'Foam::pointTopoDistanceData::updatePoint' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceDataI.H:159:42: note: Technically the member function 'Foam::pointTopoDistanceData::updatePoint' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:178:25: note: Technically the member function 'Foam::pointTopoDistanceData::updatePoint' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:187:25: style: Technically the member function 'Foam::pointTopoDistanceData::updateEdge' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceDataI.H:180:42: note: Technically the member function 'Foam::pointTopoDistanceData::updateEdge' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/meshStructure/pointTopoDistanceData.H:187:25: note: Technically the member function 'Foam::pointTopoDistanceData::updateEdge' can be const.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:421:17: style: Function 'getSharedFace' argument 2 names different: declaration 'cell0' definition 'cell0I'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.H:223:25: note: Function 'getSharedFace' argument 2 names different: declaration 'cell0' definition 'cell0I'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:421:17: note: Function 'getSharedFace' argument 2 names different: declaration 'cell0' definition 'cell0I'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:422:17: style: Function 'getSharedFace' argument 3 names different: declaration 'cell1' definition 'cell1I'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.H:224:25: note: Function 'getSharedFace' argument 3 names different: declaration 'cell1' definition 'cell1I'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:422:17: note: Function 'getSharedFace' argument 3 names different: declaration 'cell1' definition 'cell1I'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:504:17: style: Function 'otherEdge' argument 3 names different: declaration 'edgeI' definition 'thisEdgeI'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.H:243:25: note: Function 'otherEdge' argument 3 names different: declaration 'edgeI' definition 'thisEdgeI'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:504:17: note: Function 'otherEdge' argument 3 names different: declaration 'edgeI' definition 'thisEdgeI'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:505:17: style: Function 'otherEdge' argument 4 names different: declaration 'vertI' definition 'thisVertI'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.H:244:25: note: Function 'otherEdge' argument 4 names different: declaration 'vertI' definition 'thisVertI'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:505:17: note: Function 'otherEdge' argument 4 names different: declaration 'vertI' definition 'thisVertI'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:563:17: style: Function 'otherCell' argument 2 names different: declaration 'celli' definition 'otherCelli'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.H:262:25: note: Function 'otherCell' argument 2 names different: declaration 'celli' definition 'otherCelli'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:563:17: note: Function 'otherCell' argument 2 names different: declaration 'celli' definition 'otherCelli'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:636:17: style: Function 'constrainToMeshCentre' argument 2 names different: declaration 'pt' definition 'pts'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.H:289:25: note: Function 'constrainToMeshCentre' argument 2 names different: declaration 'pt' definition 'pts'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:636:17: note: Function 'constrainToMeshCentre' argument 2 names different: declaration 'pt' definition 'pts'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:750:17: style: Function 'edgeToCutDir' argument 3 names different: declaration 'edgeI' definition 'startEdgeI'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.H:326:25: note: Function 'edgeToCutDir' argument 3 names different: declaration 'edgeI' definition 'startEdgeI'.
OpenFOAM-4.x-version-4.1/src/meshTools/meshTools/meshTools.C:750:17: note: Function 'edgeToCutDir' argument 3 names different: declaration 'edgeI' definition 'startEdgeI'.
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/momentOfInertia.C:180:20: style: Same expression on both sides of '&'. [duplicateExpression]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:123:10: style: The scope of the variable 'dx1' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:123:15: style: The scope of the variable 'dy1' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:123:20: style: The scope of the variable 'dz1' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:123:25: style: The scope of the variable 'dx2' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:123:30: style: The scope of the variable 'dy2' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:123:35: style: The scope of the variable 'dz2' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:123:40: style: The scope of the variable 'nx' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:123:44: style: The scope of the variable 'ny' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:123:48: style: The scope of the variable 'nz' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:123:52: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:180:10: style: The scope of the variable 'a0' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:180:14: style: The scope of the variable 'a1' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:180:18: style: The scope of the variable 'da' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:181:10: style: The scope of the variable 'b0' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:181:14: style: The scope of the variable 'b1' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:181:18: style: The scope of the variable 'db' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:182:10: style: The scope of the variable 'a0_2' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:182:16: style: The scope of the variable 'a0_3' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:182:22: style: The scope of the variable 'a0_4' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:182:28: style: The scope of the variable 'b0_2' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:182:34: style: The scope of the variable 'b0_3' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:182:40: style: The scope of the variable 'b0_4' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:183:10: style: The scope of the variable 'a1_2' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:183:16: style: The scope of the variable 'a1_3' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:183:22: style: The scope of the variable 'b1_2' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:183:28: style: The scope of the variable 'b1_3' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:184:10: style: The scope of the variable 'C1' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:184:14: style: The scope of the variable 'Ca' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:184:18: style: The scope of the variable 'Caa' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:184:23: style: The scope of the variable 'Caaa' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:184:29: style: The scope of the variable 'Cb' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:184:33: style: The scope of the variable 'Cbb' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:184:38: style: The scope of the variable 'Cbbb' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:185:10: style: The scope of the variable 'Cab' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:185:15: style: The scope of the variable 'Kab' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:185:20: style: The scope of the variable 'Caab' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:185:26: style: The scope of the variable 'Kaab' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:185:32: style: The scope of the variable 'Cabb' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:185:38: style: The scope of the variable 'Kabb' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:269:9: style: The scope of the variable 'f' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:270:10: style: The scope of the variable 'nx' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:270:14: style: The scope of the variable 'ny' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:270:18: style: The scope of the variable 'nz' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:121:8: style: Unused variable: line [unusedVariable]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:121:20: style: Unused variable: c [unusedVariable]
OpenFOAM-4.x-version-4.1/src/meshTools/momentOfInertia/volumeIntegration/volInt.c:122:13: style: Unused variable: n [unusedVariable]
OpenFOAM-4.x-version-4.1/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.C:249:22: style: The scope of the variable 'blockHead' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.C:250:22: style: The scope of the variable 'blockTail' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C:1171:18: style: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.H:236:30: note: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'.
OpenFOAM-4.x-version-4.1/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C:1171:18: note: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'.
OpenFOAM-4.x-version-4.1/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.H:92:9: style: Class 'primitiveMeshGeometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaceFields/regionCoupledGAMGInterfaceField/regionCoupledGAMGInterfaceField.C:55:30: style: Function 'regionCoupledGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaceFields/regionCoupledGAMGInterfaceField/regionCoupledGAMGInterfaceField.H:85:38: note: Function 'regionCoupledGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaceFields/regionCoupledGAMGInterfaceField/regionCoupledGAMGInterfaceField.C:55:30: note: Function 'regionCoupledGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaceFields/regionCoupledGAMGInterfaceField/regionCoupledWallGAMGInterfaceField.C:55:30: style: Function 'regionCoupledWallGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaceFields/regionCoupledGAMGInterfaceField/regionCoupledWallGAMGInterfaceField.H:85:38: note: Function 'regionCoupledWallGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaceFields/regionCoupledGAMGInterfaceField/regionCoupledWallGAMGInterfaceField.C:55:30: note: Function 'regionCoupledWallGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaces/regionCoupledGAMGInterface/regionCoupledBaseGAMGInterface.C:39:23: style: Function 'regionCoupledBaseGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaces/regionCoupledGAMGInterface/regionCoupledBaseGAMGInterface.H:87:31: note: Function 'regionCoupledBaseGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaces/regionCoupledGAMGInterface/regionCoupledBaseGAMGInterface.C:39:23: note: Function 'regionCoupledBaseGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaces/regionCoupledGAMGInterface/regionCoupledGAMGInterface.C:50:23: style: Function 'regionCoupledGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaces/regionCoupledGAMGInterface/regionCoupledGAMGInterface.H:77:31: note: Function 'regionCoupledGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaces/regionCoupledGAMGInterface/regionCoupledGAMGInterface.C:50:23: note: Function 'regionCoupledGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaces/regionCoupledGAMGInterface/regionCoupledWallGAMGInterface.C:50:23: style: Function 'regionCoupledWallGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaces/regionCoupledGAMGInterface/regionCoupledWallGAMGInterface.H:79:31: note: Function 'regionCoupledWallGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/GAMG/interfaces/regionCoupledGAMGInterface/regionCoupledWallGAMGInterface.C:50:23: note: Function 'regionCoupledWallGAMGInterface' argument 4 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledPolyPatch.H:204:29: style: The function 'regionCoupleType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledBase.H:198:29: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledPolyPatch.H:204:29: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledPolyPatch.H:211:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledBase.H:201:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledPolyPatch.H:211:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledWallPolyPatch.H:204:29: style: The function 'regionCoupleType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledBase.H:198:29: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledWallPolyPatch.H:204:29: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledWallPolyPatch.H:210:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledBase.H:201:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledWallPolyPatch.H:210:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/regionSplit/localPointRegion.H:127:9: style: Class 'localPointRegion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:115:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:147:9: style: Class 'triSurfaceMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/closedTriSurfaceMesh.H:76:9: style: Class 'closedTriSurfaceMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:176:37: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:175:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:176:37: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:179:26: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:178:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:179:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:182:27: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:181:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:182:27: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:189:37: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:191:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:189:37: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:193:26: style: The function 'boundingSpheres' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:195:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:193:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:200:37: style: The function 'points' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:202:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:200:37: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:203:26: style: The function 'overlaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:205:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:203:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:205:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:205:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:212:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:273:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:212:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:220:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:287:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:220:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:227:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:227:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:235:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:235:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:243:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:311:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:243:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:250:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:318:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:250:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:258:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:258:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:268:26: style: The function 'setField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:360:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:268:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:272:26: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:366:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:272:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/closedTriSurfaceMesh.H:95:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:179:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/closedTriSurfaceMesh.H:95:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.C:448:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:210:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.C:448:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:117:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:175:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:117:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:120:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:178:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:120:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:126:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:181:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:126:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:133:33: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:191:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:133:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:137:22: style: The function 'boundingSpheres' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:195:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:137:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:144:33: style: The function 'points' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:202:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:144:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:147:22: style: The function 'overlaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:205:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:147:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:208:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:208:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:215:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:287:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:215:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:222:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:222:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:230:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:230:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:238:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:311:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:238:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:245:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:318:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:245:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:253:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableBox.H:253:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.C:534:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:184:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.C:534:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:142:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:175:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:142:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:145:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:178:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:145:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:151:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:181:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:151:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:158:33: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:191:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:158:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:162:22: style: The function 'boundingSpheres' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:195:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:162:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:169:33: style: The function 'points' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:202:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:169:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:172:22: style: The function 'overlaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:205:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:172:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:182:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:182:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:189:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:287:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:189:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:196:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:196:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:204:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:204:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:212:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:311:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:212:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:219:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:318:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:219:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:227:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableCylinder.H:227:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.C:224:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:177:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.C:224:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:128:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:175:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:128:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:131:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:178:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:131:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:137:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:181:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:137:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:144:33: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:191:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:144:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:152:22: style: The function 'boundingSpheres' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:195:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:152:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:159:33: style: The function 'points' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:202:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:159:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:165:22: style: The function 'overlaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:205:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:165:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:175:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:175:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:182:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:287:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:182:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:189:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:189:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:197:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:197:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:205:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:311:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:205:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:212:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:318:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:212:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:220:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableDisk.H:220:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.C:153:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:161:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.C:153:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.C:245:18: style: Function 'getNormal' argument 2 names different: declaration 'normal' definition 'n'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:199:30: note: Function 'getNormal' argument 2 names different: declaration 'normal' definition 'n'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.C:245:18: note: Function 'getNormal' argument 2 names different: declaration 'normal' definition 'n'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:111:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:175:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:111:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:114:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:178:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:114:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:120:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:181:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:120:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:127:33: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:191:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:127:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:136:22: style: The function 'boundingSpheres' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:195:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:136:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:143:33: style: The function 'points' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:202:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:143:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:149:22: style: The function 'overlaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:205:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:149:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:159:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:159:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:166:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:287:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:166:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:173:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:173:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:181:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:181:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:189:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:311:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:189:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:196:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:318:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:196:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:204:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlane.H:204:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.C:342:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:172:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.C:342:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:135:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:175:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:135:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:138:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:178:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:138:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:144:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:181:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:144:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:151:33: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:191:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:151:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:155:22: style: The function 'boundingSpheres' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:195:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:155:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:162:33: style: The function 'points' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:202:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:162:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:165:22: style: The function 'overlaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:205:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:165:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:170:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:170:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:177:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:287:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:177:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:184:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:184:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:192:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:192:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:200:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:311:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:200:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:207:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:318:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:207:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:215:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchablePlate.H:215:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.C:207:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:167:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.C:207:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:123:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:175:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:123:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:126:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:178:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:126:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:132:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:181:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:132:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:139:33: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:191:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:139:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:147:22: style: The function 'boundingSpheres' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:195:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:147:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:154:33: style: The function 'points' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:202:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:154:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:160:22: style: The function 'overlaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:205:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:160:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:165:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:165:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:172:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:287:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:172:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:179:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:179:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:187:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:187:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:195:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:311:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:195:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:202:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:318:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:202:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:210:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSphere.H:210:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.C:41:17: style: Function 'New' argument 1 names different: declaration 'surfaceType' definition 'searchableSurfaceType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:150:25: note: Function 'New' argument 1 names different: declaration 'surfaceType' definition 'searchableSurfaceType'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.C:41:17: note: Function 'New' argument 1 names different: declaration 'surfaceType' definition 'searchableSurfaceType'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.C:431:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:206:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.C:431:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:167:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:175:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:167:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:170:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:178:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:170:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:176:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:181:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:176:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:180:33: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:191:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:180:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:184:22: style: The function 'boundingSpheres' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:195:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:184:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:191:33: style: The function 'points' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:202:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:191:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:194:22: style: The function 'overlaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:205:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:194:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:204:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:204:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:211:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:287:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:211:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:218:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:218:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:226:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:226:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:234:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:311:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:234:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:241:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:318:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:241:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:249:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:249:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:261:26: style: The function 'distribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:350:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:261:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:270:26: style: The function 'setField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:360:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:270:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:275:26: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:366:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceCollection.H:275:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:135:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:175:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:135:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:141:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:178:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:141:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:147:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:181:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:147:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:154:33: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:191:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:154:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:161:22: style: The function 'boundingSpheres' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:195:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:161:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:171:33: style: The function 'points' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:202:33: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:171:33: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:179:22: style: The function 'overlaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:205:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:179:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:189:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:189:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:204:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:287:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:204:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:211:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:211:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:219:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:219:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:227:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:311:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:227:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:237:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:318:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:237:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:248:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:248:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:276:26: style: The function 'setField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:360:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:276:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:284:26: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurface.H:366:26: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:284:26: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:285:17: style: Function 'findSurfaceID' argument 1 names different: declaration 'name' definition 'wantedName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.H:149:41: note: Function 'findSurfaceID' argument 1 names different: declaration 'name' definition 'wantedName'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:285:17: note: Function 'findSurfaceID' argument 1 names different: declaration 'name' definition 'wantedName'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:309:16: style: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.H:166:28: note: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:309:16: note: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:329:20: style: Function 'findAllIntersections' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.H:176:32: note: Function 'findAllIntersections' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:329:20: note: Function 'findAllIntersections' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:374:16: style: Function 'findNearest' argument 3 names different: declaration 'surfaces' definition 'nearestSurfaces'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.H:197:28: note: Function 'findNearest' argument 3 names different: declaration 'surfaces' definition 'nearestSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:374:16: note: Function 'findNearest' argument 3 names different: declaration 'surfaces' definition 'nearestSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:424:18: style: Function 'facesIntersection' argument 1 names different: declaration 'initialDistSqr' definition 'initDistSqr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.H:219:30: note: Function 'facesIntersection' argument 1 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:424:18: note: Function 'facesIntersection' argument 1 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:603:18: style: Function 'checkIntersection' argument 1 names different: declaration 'tol' definition 'tolerance'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.H:239:30: note: Function 'checkIntersection' argument 1 names different: declaration 'tol' definition 'tolerance'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:603:18: note: Function 'checkIntersection' argument 1 names different: declaration 'tol' definition 'tolerance'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:831:18: style: Function 'checkGeometry' argument 2 names different: declaration 'tolerance' definition 'tol'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.H:258:30: note: Function 'checkGeometry' argument 2 names different: declaration 'tolerance' definition 'tol'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfaces.C:831:18: note: Function 'checkGeometry' argument 2 names different: declaration 'tolerance' definition 'tol'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:822:25: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:62:18: style: Function 'sumDistSqr' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.H:73:26: note: Function 'sumDistSqr' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:62:18: note: Function 'sumDistSqr' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:91:18: style: Function 'tryMorphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.H:84:26: note: Function 'tryMorphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:91:18: note: Function 'tryMorphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:120:18: style: Function 'morphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.H:100:26: note: Function 'morphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:120:18: note: Function 'morphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:328:17: style: Function 'mergeHits' argument 2 names different: declaration 'surfI' definition 'testI'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.H:120:25: note: Function 'mergeHits' argument 2 names different: declaration 'surfI' definition 'testI'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:328:17: note: Function 'mergeHits' argument 2 names different: declaration 'surfI' definition 'testI'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:401:16: style: Function 'findAnyIntersection' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.H:145:28: note: Function 'findAnyIntersection' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:401:16: note: Function 'findAnyIntersection' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:462:20: style: Function 'findAllIntersections' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.H:157:32: note: Function 'findAllIntersections' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:462:20: note: Function 'findAllIntersections' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:463:32: style: Function 'findAllIntersections' argument 6 names different: declaration 'surfaceHits' definition 'hitInfo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.H:158:44: note: Function 'findAllIntersections' argument 6 names different: declaration 'surfaceHits' definition 'hitInfo'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:463:32: note: Function 'findAllIntersections' argument 6 names different: declaration 'surfaceHits' definition 'hitInfo'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:630:16: style: Function 'findNearest' argument 5 names different: declaration 'surfaces' definition 'nearestSurfaces'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.H:182:28: note: Function 'findNearest' argument 5 names different: declaration 'surfaces' definition 'nearestSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/searchableSurfacesQueries.C:630:16: note: Function 'findNearest' argument 5 names different: declaration 'surfaces' definition 'nearestSurfaces'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.C:551:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:207:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.C:551:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.C:562:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.H:214:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/searchableSurface/triSurfaceMesh.C:562:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.C:71:19: style: Function 'getNearest' argument 4 names different: declaration 'searchSpan' definition 'span'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H:119:27: note: Function 'getNearest' argument 4 names different: declaration 'searchSpan' definition 'span'.
OpenFOAM-4.x-version-4.1/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.C:71:19: note: Function 'getNearest' argument 4 names different: declaration 'searchSpan' definition 'span'.
OpenFOAM-4.x-version-4.1/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.H:72:9: style: Class 'boundaryToFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.C:78:29: style: Function 'boxToPoint' argument 2 names different: declaration 'bb' definition 'bbs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H:80:37: note: Function 'boxToPoint' argument 2 names different: declaration 'bb' definition 'bbs'.
OpenFOAM-4.x-version-4.1/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.C:78:29: note: Function 'boxToPoint' argument 2 names different: declaration 'bb' definition 'bbs'.
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSetSource/topoSetSource.H:130:14: performance: Technically the member function 'Foam::topoSetSource::addOrDelete' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSetSource/topoSetSource.C:139:27: note: Technically the member function 'Foam::topoSetSource::addOrDelete' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSetSource/topoSetSource.H:130:14: note: Technically the member function 'Foam::topoSetSource::addOrDelete' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSetSource/topoSetSource.H:203:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.C:73:17: style: Function 'cellSet' argument 3 names different: declaration 'sizes' definition 'size'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:84:25: note: Function 'cellSet' argument 3 names different: declaration 'sizes' definition 'size'.
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.C:73:17: note: Function 'cellSet' argument 3 names different: declaration 'sizes' definition 'size'.
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:308:9: style: 'topoSet::operator=' should return 'topoSet &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:68:9: style: Class 'cellSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:144:22: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:280:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:144:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:148:23: style: The function 'maxSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:301:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:148:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:151:22: style: The function 'updateMesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:298:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:151:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:154:22: style: The function 'writeDebug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:287:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:154:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:118:22: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:268:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:118:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:121:22: style: The function 'subset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:271:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:121:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:124:22: style: The function 'addSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:274:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:124:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:127:22: style: The function 'deleteSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:277:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:127:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:130:22: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:144:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:130:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:133:22: style: The function 'writeDebug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:154:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:133:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:149:22: style: The function 'updateMesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:151:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:149:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:152:23: style: The function 'maxSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellSet.H:148:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/cellZoneSet.H:152:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:65:9: style: Class 'faceSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:111:22: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:280:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:111:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:114:23: style: The function 'maxSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:301:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:114:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:117:22: style: The function 'updateMesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:298:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:117:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:120:22: style: The function 'writeDebug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:287:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:120:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:135:22: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:268:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:135:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:138:22: style: The function 'subset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:271:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:138:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:141:22: style: The function 'addSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:274:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:141:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:144:22: style: The function 'deleteSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:277:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:144:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:147:22: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:111:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:147:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:150:22: style: The function 'writeDebug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:120:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:150:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:166:22: style: The function 'updateMesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:117:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:166:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:169:23: style: The function 'maxSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceSet.H:114:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/faceZoneSet.H:169:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:65:9: style: Class 'pointSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:111:22: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:280:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:111:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:114:23: style: The function 'maxSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:301:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:114:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:117:22: style: The function 'updateMesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:298:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:117:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:123:22: style: The function 'writeDebug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:287:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:123:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:121:22: style: The function 'invert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:268:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:121:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:124:22: style: The function 'subset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:271:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:124:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:127:22: style: The function 'addSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:274:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:127:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:130:22: style: The function 'deleteSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/topoSet.H:277:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:130:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:133:22: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:111:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:133:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:136:22: style: The function 'writeDebug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:123:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:136:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:152:22: style: The function 'updateMesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:117:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:152:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:155:23: style: The function 'maxSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointSet.H:114:23: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/meshTools/sets/topoSets/pointZoneSet.H:155:23: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:88:17: style: Condition 'nInside==0' is always true [knownConditionTrueFalse]
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:82:15: note: Assignment 'nInside=0', assigned value is 0
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:88:17: note: Condition 'nInside==0' is always true
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:101:20: style: Condition 'nCutInside==0' is always true [knownConditionTrueFalse]
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:95:18: note: Assignment 'nCutInside=0', assigned value is 0
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:101:20: note: Condition 'nCutInside==0' is always true
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:391:21: style: Function 'overlappingCells' argument 1 names different: declaration 'meshA' definition 'fromMesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.H:91:29: note: Function 'overlappingCells' argument 1 names different: declaration 'meshA' definition 'fromMesh'.
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:391:21: note: Function 'overlappingCells' argument 1 names different: declaration 'meshA' definition 'fromMesh'.
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:392:21: style: Function 'overlappingCells' argument 2 names different: declaration 'meshB' definition 'toMesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.H:92:29: note: Function 'overlappingCells' argument 2 names different: declaration 'meshB' definition 'toMesh'.
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:392:21: note: Function 'overlappingCells' argument 2 names different: declaration 'meshB' definition 'toMesh'.
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:393:17: style: Function 'overlappingCells' argument 3 names different: declaration 'cellBI' definition 'iTo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.H:93:25: note: Function 'overlappingCells' argument 3 names different: declaration 'cellBI' definition 'iTo'.
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:393:17: note: Function 'overlappingCells' argument 3 names different: declaration 'cellBI' definition 'iTo'.
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.H:58:16: performance: Technically the member function 'Foam::tetOverlapVolume::tetTetOverlapVol' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:51:38: note: Technically the member function 'Foam::tetOverlapVolume::tetTetOverlapVol' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.H:58:16: note: Technically the member function 'Foam::tetOverlapVolume::tetTetOverlapVol' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.H:65:22: performance: Technically the member function 'Foam::tetOverlapVolume::pyrBb' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:118:44: note: Technically the member function 'Foam::tetOverlapVolume::pyrBb' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.H:65:22: note: Technically the member function 'Foam::tetOverlapVolume::pyrBb' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.H:89:19: performance: Technically the member function 'Foam::tetOverlapVolume::overlappingCells' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.C:389:41: note: Technically the member function 'Foam::tetOverlapVolume::overlappingCells' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/tetOverlapVolume/tetOverlapVolume.H:89:19: note: Technically the member function 'Foam::tetOverlapVolume::overlappingCells' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.C:643:17: style: Function 'findNearestVisited' argument 6 names different: declaration 'excludeFacei' definition 'excludePointi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.H:212:25: note: Function 'findNearestVisited' argument 6 names different: declaration 'excludeFacei' definition 'excludePointi'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.C:643:17: note: Function 'findNearestVisited' argument 6 names different: declaration 'excludeFacei' definition 'excludePointi'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.H:253:9: style: Class 'intersectedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:713:29: style: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H:261:37: note: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:713:29: note: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:714:29: style: Function 'surfaceIntersection' argument 2 names different: declaration 'querySurf2' definition 'query2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H:262:37: note: Function 'surfaceIntersection' argument 2 names different: declaration 'querySurf2' definition 'query2'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:714:29: note: Function 'surfaceIntersection' argument 2 names different: declaration 'querySurf2' definition 'query2'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:979:29: style: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H:267:53: note: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:979:29: note: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H:267:9: style: Class 'surfaceIntersection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C:120:16: style: Function 'removeDuplicates' argument 2 names different: declaration 'labels' definition 'elems'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H:139:71: note: Function 'removeDuplicates' argument 2 names different: declaration 'labels' definition 'elems'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C:120:16: note: Function 'removeDuplicates' argument 2 names different: declaration 'labels' definition 'elems'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/orientedSurface/orientedSurface.C:190:18: style: Function 'propagateOrientation' argument 2 names different: declaration 'outsidePoint' definition 'samplePoint'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/orientedSurface/orientedSurface.H:111:26: note: Function 'propagateOrientation' argument 2 names different: declaration 'outsidePoint' definition 'samplePoint'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/orientedSurface/orientedSurface.C:190:18: note: Function 'propagateOrientation' argument 2 names different: declaration 'outsidePoint' definition 'samplePoint'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/orientedSurface/orientedSurface.C:251:18: style: Function 'findZoneSide' argument 4 names different: declaration 'visiblePoint' definition 'outsidePoint'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/orientedSurface/orientedSurface.H:125:26: note: Function 'findZoneSide' argument 4 names different: declaration 'visiblePoint' definition 'outsidePoint'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/orientedSurface/orientedSurface.C:251:18: note: Function 'findZoneSide' argument 4 names different: declaration 'visiblePoint' definition 'outsidePoint'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C:503:23: style: Function 'surfaceFeatures' argument 2 names different: declaration 'dict' definition 'featInfoDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H:205:62: note: Function 'surfaceFeatures' argument 2 names different: declaration 'dict' definition 'featInfoDict'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C:503:23: note: Function 'surfaceFeatures' argument 2 names different: declaration 'dict' definition 'featInfoDict'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C:910:22: style: Function 'nearestSamples' argument 1 names different: declaration 'selectedPoints' definition 'pointLabels'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H:322:34: note: Function 'nearestSamples' argument 1 names different: declaration 'selectedPoints' definition 'pointLabels'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C:910:22: note: Function 'nearestSamples' argument 1 names different: declaration 'selectedPoints' definition 'pointLabels'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H:420:9: style: 'surfaceFeatures::operator=' should return 'surfaceFeatures &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H:179:9: style: Class 'surfaceFeatures' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/surfaceLocation/surfaceLocation.H:111:9: style: Class 'surfaceLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C:255:23: style: Function 'calcInside' argument 1 names different: declaration 'searchPoints' definition 'samples'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.H:144:47: note: Function 'calcInside' argument 1 names different: declaration 'searchPoints' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C:255:23: note: Function 'calcInside' argument 1 names different: declaration 'searchPoints' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2275:15: style: Condition 't<-tolabs' is always true [knownConditionTrueFalse]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:426:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:430:7: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:810:7: style: The scope of the variable 'i2hi' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:812:7: style: The scope of the variable 'inc' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:814:7: style: The scope of the variable 'j2hi' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:815:7: style: The scope of the variable 'j2lo' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1010:7: style: The scope of the variable 'error' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1014:7: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1022:7: style: The scope of the variable 'n' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1514:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1851:7: style: The scope of the variable 'i2hi' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1854:7: style: The scope of the variable 'j2hi' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1855:7: style: The scope of the variable 'j2lo' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1962:7: style: The scope of the variable 'ifree' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1963:7: style: The scope of the variable 'key' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2314:8: style: The scope of the variable 'found' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2677:7: style: The scope of the variable 'a' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2690:7: style: The scope of the variable 'swap' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2691:7: style: The scope of the variable 't' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2693:7: style: The scope of the variable 'u' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:3520:7: style: The scope of the variable 'l' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/pointToPointPlanarInterpolation.H:79:26: performance: Technically the member function 'Foam::pointToPointPlanarInterpolation::calcCoordinateSystem' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/pointToPointPlanarInterpolation.C:47:40: note: Technically the member function 'Foam::pointToPointPlanarInterpolation::calcCoordinateSystem' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/pointToPointPlanarInterpolation.H:79:26: note: Technically the member function 'Foam::pointToPointPlanarInterpolation::calcCoordinateSystem' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:1036:28: style: Function 'snapToEnd' argument 2 names different: declaration 'endInfo' definition 'end'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:219:40: note: Function 'snapToEnd' argument 2 names different: declaration 'endInfo' definition 'end'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:1036:28: note: Function 'snapToEnd' argument 2 names different: declaration 'endInfo' definition 'end'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:1581:17: style: Function 'getEdge' argument 2 names different: declaration 'vert1I' definition 'v1'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:339:25: note: Function 'getEdge' argument 2 names different: declaration 'vert1I' definition 'v1'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:1581:17: note: Function 'getEdge' argument 2 names different: declaration 'vert1I' definition 'v1'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:1582:17: style: Function 'getEdge' argument 3 names different: declaration 'vert2I' definition 'v2'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:340:25: note: Function 'getEdge' argument 3 names different: declaration 'vert2I' definition 'v2'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:1582:17: note: Function 'getEdge' argument 3 names different: declaration 'vert2I' definition 'v2'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:1705:22: style: Function 'collapseEdges' argument 2 names different: declaration 'collapsableEdges' definition 'collapseEdgeLabels'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:379:30: note: Function 'collapseEdges' argument 2 names different: declaration 'collapsableEdges' definition 'collapseEdgeLabels'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:1705:22: note: Function 'collapseEdges' argument 2 names different: declaration 'collapsableEdges' definition 'collapseEdgeLabels'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:2334:29: style: Function 'triangulate' argument 1 names different: declaration 'mBesh' definition 'bMesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:471:37: note: Function 'triangulate' argument 1 names different: declaration 'mBesh' definition 'bMesh'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:2334:29: note: Function 'triangulate' argument 1 names different: declaration 'mBesh' definition 'bMesh'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:2421:29: style: Function 'triangulateFaceCentre' argument 1 names different: declaration 'mBesh' definition 'bMesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:482:37: note: Function 'triangulateFaceCentre' argument 1 names different: declaration 'mBesh' definition 'bMesh'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:2421:29: note: Function 'triangulateFaceCentre' argument 1 names different: declaration 'mBesh' definition 'bMesh'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:2622:32: style: Function 'calcInterpolationWeights' argument 3 names different: declaration 'verts' definition 'allVerts'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:510:40: note: Function 'calcInterpolationWeights' argument 3 names different: declaration 'verts' definition 'allVerts'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:2622:32: note: Function 'calcInterpolationWeights' argument 3 names different: declaration 'verts' definition 'allVerts'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:2623:33: style: Function 'calcInterpolationWeights' argument 4 names different: declaration 'weights' definition 'allWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:511:41: note: Function 'calcInterpolationWeights' argument 4 names different: declaration 'weights' definition 'allWeights'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:2623:33: note: Function 'calcInterpolationWeights' argument 4 names different: declaration 'weights' definition 'allWeights'.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:137:25: style: Unused private function: 'triSurfaceTools::getMergedEdges' [unusedPrivateFunction]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:165:27: style: Unused private function: 'triSurfaceTools::collapseMinCosAngle' [unusedPrivateFunction]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:176:18: style: Unused private function: 'triSurfaceTools::collapseCreatesFold' [unusedPrivateFunction]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:176:18: performance: Technically the member function 'Foam::triSurfaceTools::collapseCreatesFold' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:681:29: note: Technically the member function 'Foam::triSurfaceTools::collapseCreatesFold' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:176:18: note: Technically the member function 'Foam::triSurfaceTools::collapseCreatesFold' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:480:20: performance: Technically the member function 'Foam::triSurfaceTools::triangulateFaceCentre' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C:2419:41: note: Technically the member function 'Foam::triSurfaceTools::triangulateFaceCentre' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H:480:20: note: Technically the member function 'Foam::triSurfaceTools::triangulateFaceCentre' can be static.
OpenFOAM-4.x-version-4.1/src/meshTools/twoDPointCorrector/twoDPointCorrector.H:121:9: style: Class 'twoDPointCorrector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompose/fvFieldDecomposer.H:162:13: style: Class 'processorSurfacePatchFieldDecomposer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/decompositionConstraint/decompositionConstraint.C:54:23: style: Function 'New' argument 1 names different: declaration 'constraintsDict' definition 'dict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/decompositionConstraint/decompositionConstraint.H:110:31: note: Function 'New' argument 1 names different: declaration 'constraintsDict' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/decompositionConstraint/decompositionConstraint.C:54:23: note: Function 'New' argument 1 names different: declaration 'constraintsDict' definition 'dict'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/decompositionConstraint/decompositionConstraint.C:55:17: style: Function 'New' argument 2 names different: declaration 'type' definition 'modelType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/decompositionConstraint/decompositionConstraint.H:111:25: note: Function 'New' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/decompositionConstraint/decompositionConstraint.C:55:17: note: Function 'New' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/preserveBaffles/preserveBafflesConstraint.C:55:17: style: Function 'preserveBafflesConstraint' argument 2 names different: declaration 'type' definition 'modelType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/preserveBaffles/preserveBafflesConstraint.H:70:25: note: Function 'preserveBafflesConstraint' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/preserveBaffles/preserveBafflesConstraint.C:55:17: note: Function 'preserveBafflesConstraint' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/preserveFaceZones/preserveFaceZonesConstraint.C:54:17: style: Function 'preserveFaceZonesConstraint' argument 2 names different: declaration 'type' definition 'modelType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/preserveFaceZones/preserveFaceZonesConstraint.H:76:25: note: Function 'preserveFaceZonesConstraint' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/preserveFaceZones/preserveFaceZonesConstraint.C:54:17: note: Function 'preserveFaceZonesConstraint' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/preserveFaceZones/preserveFaceZonesConstraint.H:80:9: style: Class 'preserveFaceZonesConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/preservePatches/preservePatchesConstraint.C:54:17: style: Function 'preservePatchesConstraint' argument 2 names different: declaration 'type' definition 'modelType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/preservePatches/preservePatchesConstraint.H:76:25: note: Function 'preservePatchesConstraint' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/preservePatches/preservePatchesConstraint.C:54:17: note: Function 'preservePatchesConstraint' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/preservePatches/preservePatchesConstraint.H:80:9: style: Class 'preservePatchesConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/refinementHistory/refinementHistoryConstraint.C:51:17: style: Function 'refinementHistoryConstraint' argument 2 names different: declaration 'type' definition 'modelType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/refinementHistory/refinementHistoryConstraint.H:69:25: note: Function 'refinementHistoryConstraint' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/refinementHistory/refinementHistoryConstraint.C:51:17: note: Function 'refinementHistoryConstraint' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/singleProcessorFaceSets/singleProcessorFaceSetsConstraint.C:55:17: style: Function 'singleProcessorFaceSetsConstraint' argument 2 names different: declaration 'type' definition 'modelType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/singleProcessorFaceSets/singleProcessorFaceSetsConstraint.H:75:25: note: Function 'singleProcessorFaceSetsConstraint' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/singleProcessorFaceSets/singleProcessorFaceSetsConstraint.C:55:17: note: Function 'singleProcessorFaceSetsConstraint' argument 2 names different: declaration 'type' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionConstraints/singleProcessorFaceSets/singleProcessorFaceSetsConstraint.H:79:9: style: Class 'singleProcessorFaceSetsConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:218:22: style: Function 'decompose' argument 2 names different: declaration 'cellToRegion' definition 'fineToCoarse'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H:169:34: note: Function 'decompose' argument 2 names different: declaration 'cellToRegion' definition 'fineToCoarse'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:218:22: note: Function 'decompose' argument 2 names different: declaration 'cellToRegion' definition 'fineToCoarse'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:219:23: style: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'coarsePoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H:170:35: note: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'coarsePoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:219:23: note: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'coarsePoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:220:24: style: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'coarseWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H:171:36: note: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'coarseWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:220:24: note: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'coarseWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:259:22: style: Function 'decompose' argument 2 names different: declaration 'cellToRegion' definition 'fineToCoarse'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H:178:34: note: Function 'decompose' argument 2 names different: declaration 'cellToRegion' definition 'fineToCoarse'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:259:22: note: Function 'decompose' argument 2 names different: declaration 'cellToRegion' definition 'fineToCoarse'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:260:23: style: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'coarsePoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H:179:35: note: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'coarsePoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:260:23: note: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'coarsePoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:292:16: style: Function 'calcCellCells' argument 4 names different: declaration 'global' definition 'parallel'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H:220:28: note: Function 'calcCellCells' argument 4 names different: declaration 'global' definition 'parallel'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:292:16: note: Function 'calcCellCells' argument 4 names different: declaration 'global' definition 'parallel'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:1455:16: style: Function 'applyConstraints' argument 6 names different: declaration 'finalDecomp' definition 'decomposition'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H:262:28: note: Function 'applyConstraints' argument 6 names different: declaration 'finalDecomp' definition 'decomposition'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:1455:16: note: Function 'applyConstraints' argument 6 names different: declaration 'finalDecomp' definition 'decomposition'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:1476:24: style: Function 'decompose' argument 2 names different: declaration 'cWeights' definition 'cellWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H:297:36: note: Function 'decompose' argument 2 names different: declaration 'cWeights' definition 'cellWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C:1476:24: note: Function 'decompose' argument 2 names different: declaration 'cWeights' definition 'cellWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:100:25: performance: Technically the member function 'Foam::minData::sameGeometry' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minDataI.H:52:28: note: Technically the member function 'Foam::minData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:100:25: note: Technically the member function 'Foam::minData::sameGeometry' can be static.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:111:25: performance: Technically the member function 'Foam::minData::leaveDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minDataI.H:65:28: note: Technically the member function 'Foam::minData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:111:25: note: Technically the member function 'Foam::minData::leaveDomain' can be static.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:122:25: performance: Technically the member function 'Foam::minData::enterDomain' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minDataI.H:87:28: note: Technically the member function 'Foam::minData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:122:25: note: Technically the member function 'Foam::minData::enterDomain' can be static.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:133:25: performance: Technically the member function 'Foam::minData::transform' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minDataI.H:77:28: note: Technically the member function 'Foam::minData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:133:25: note: Technically the member function 'Foam::minData::transform' can be static.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:142:25: style: Technically the member function 'Foam::minData::updateCell' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minDataI.H:99:28: note: Technically the member function 'Foam::minData::updateCell' can be const.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:142:25: note: Technically the member function 'Foam::minData::updateCell' can be const.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:154:25: style: Technically the member function 'Foam::minData::updateFace' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minDataI.H:122:28: note: Technically the member function 'Foam::minData::updateFace' can be const.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:154:25: note: Technically the member function 'Foam::minData::updateFace' can be const.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:166:25: style: Technically the member function 'Foam::minData::updateFace' can be const. [functionConst]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minDataI.H:147:28: note: Technically the member function 'Foam::minData::updateFace' can be const.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:166:25: note: Technically the member function 'Foam::minData::updateFace' can be const.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/decompositionMethod/minData.H:78:9: style: Class 'minData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:90:17: style: Function 'findLower' argument 3 names different: declaration 'left' definition 'initLow'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:98:25: note: Function 'findLower' argument 3 names different: declaration 'left' definition 'initLow'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:90:17: note: Function 'findLower' argument 3 names different: declaration 'left' definition 'initLow'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:91:17: style: Function 'findLower' argument 4 names different: declaration 'right' definition 'initHigh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:99:25: note: Function 'findLower' argument 4 names different: declaration 'right' definition 'initHigh'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:91:17: note: Function 'findLower' argument 4 names different: declaration 'right' definition 'initHigh'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:171:17: style: Function 'findBinary' argument 3 names different: declaration 'leftIndex' definition 'minIndex'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:109:25: note: Function 'findBinary' argument 3 names different: declaration 'leftIndex' definition 'minIndex'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:171:17: note: Function 'findBinary' argument 3 names different: declaration 'leftIndex' definition 'minIndex'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:172:18: style: Function 'findBinary' argument 4 names different: declaration 'leftValue' definition 'minValue'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:110:26: note: Function 'findBinary' argument 4 names different: declaration 'leftValue' definition 'minValue'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:172:18: note: Function 'findBinary' argument 4 names different: declaration 'leftValue' definition 'minValue'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:246:17: style: Function 'findBinary' argument 4 names different: declaration 'leftIndex' definition 'minIndex'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:125:25: note: Function 'findBinary' argument 4 names different: declaration 'leftIndex' definition 'minIndex'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:246:17: note: Function 'findBinary' argument 4 names different: declaration 'leftIndex' definition 'minIndex'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:247:18: style: Function 'findBinary' argument 5 names different: declaration 'leftValue' definition 'minValue'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:126:26: note: Function 'findBinary' argument 5 names different: declaration 'leftValue' definition 'minValue'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:247:18: note: Function 'findBinary' argument 5 names different: declaration 'leftValue' definition 'minValue'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:324:22: style: Function 'sortComponent' argument 3 names different: declaration 'slice' definition 'current'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:138:30: note: Function 'sortComponent' argument 3 names different: declaration 'slice' definition 'current'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:324:22: note: Function 'sortComponent' argument 3 names different: declaration 'slice' definition 'current'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:326:17: style: Function 'sortComponent' argument 5 names different: declaration 'prevMult' definition 'mult'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:140:25: note: Function 'sortComponent' argument 5 names different: declaration 'prevMult' definition 'mult'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:326:17: note: Function 'sortComponent' argument 5 names different: declaration 'prevMult' definition 'mult'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:499:22: style: Function 'sortComponent' argument 4 names different: declaration 'slice' definition 'current'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:151:30: note: Function 'sortComponent' argument 4 names different: declaration 'slice' definition 'current'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:499:22: note: Function 'sortComponent' argument 4 names different: declaration 'slice' definition 'current'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:501:17: style: Function 'sortComponent' argument 6 names different: declaration 'prevMult' definition 'mult'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:153:25: note: Function 'sortComponent' argument 6 names different: declaration 'prevMult' definition 'mult'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:501:17: note: Function 'sortComponent' argument 6 names different: declaration 'prevMult' definition 'mult'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:171:9: style: Class 'hierarchGeomDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.C:67:23: style: Function 'decompose' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H:93:31: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.C:67:23: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.C:68:24: style: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'pointWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H:94:32: note: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'pointWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.C:68:24: note: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'pointWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H:72:9: style: Class 'manualDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.C:381:23: style: Function 'decompose' argument 2 names different: declaration 'points' definition 'cc'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.H:122:31: note: Function 'decompose' argument 2 names different: declaration 'points' definition 'cc'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.C:381:23: note: Function 'decompose' argument 2 names different: declaration 'points' definition 'cc'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.C:382:24: style: Function 'decompose' argument 3 names different: declaration 'pointWeights' definition 'cWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.H:123:32: note: Function 'decompose' argument 3 names different: declaration 'pointWeights' definition 'cWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.C:382:24: note: Function 'decompose' argument 3 names different: declaration 'pointWeights' definition 'cWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.C:408:26: style: Function 'decompose' argument 1 names different: declaration 'globalCellCells' definition 'globalPointPoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.H:130:34: note: Function 'decompose' argument 1 names different: declaration 'globalCellCells' definition 'globalPointPoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.C:408:26: note: Function 'decompose' argument 1 names different: declaration 'globalCellCells' definition 'globalPointPoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.C:409:23: style: Function 'decompose' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.H:131:31: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.C:409:23: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.C:410:24: style: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'pointWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.H:132:32: note: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'pointWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.C:410:24: note: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'pointWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/multiLevelDecomp/multiLevelDecomp.H:100:9: style: Class 'multiLevelDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/noDecomp/noDecomp.H:68:9: style: Class 'noDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H:85:9: style: Class 'simpleGeomDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.C:71:23: style: Function 'decompose' argument 2 names different: declaration 'points' definition 'cc'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.H:95:31: note: Function 'decompose' argument 2 names different: declaration 'points' definition 'cc'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.C:71:23: note: Function 'decompose' argument 2 names different: declaration 'points' definition 'cc'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.C:72:24: style: Function 'decompose' argument 3 names different: declaration 'pointWeights' definition 'cWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.H:96:32: note: Function 'decompose' argument 3 names different: declaration 'pointWeights' definition 'cWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.C:72:24: note: Function 'decompose' argument 3 names different: declaration 'pointWeights' definition 'cWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.C:172:26: style: Function 'decompose' argument 1 names different: declaration 'globalCellCells' definition 'globalPointPoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.H:103:34: note: Function 'decompose' argument 1 names different: declaration 'globalCellCells' definition 'globalPointPoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.C:172:26: note: Function 'decompose' argument 1 names different: declaration 'globalCellCells' definition 'globalPointPoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.C:173:23: style: Function 'decompose' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.H:104:31: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.C:173:23: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.C:174:24: style: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'pointWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.H:105:32: note: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'pointWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.C:174:24: note: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'pointWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/decompositionMethods/structuredDecomp/structuredDecomp.H:76:9: style: Class 'structuredDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.C:52:24: style: Function 'decompose' argument 3 names different: declaration 'cellWeights' definition 'cWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.H:59:32: note: Function 'decompose' argument 3 names different: declaration 'cellWeights' definition 'cWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.C:52:24: note: Function 'decompose' argument 3 names different: declaration 'cellWeights' definition 'cWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.C:262:23: style: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'agglomPoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.H:117:31: note: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'agglomPoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.C:262:23: note: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'agglomPoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.C:263:24: style: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'agglomWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.H:118:32: note: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'agglomWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.C:263:24: note: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'agglomWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.C:301:23: style: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.H:132:31: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.C:301:23: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.C:302:24: style: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'cellWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.H:133:32: note: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'cellWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.C:302:24: note: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'cellWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/metisDecomp/metisDecomp.H:77:9: style: Class 'metisDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C:695:23: style: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'agglomPoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H:144:31: note: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'agglomPoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C:695:23: note: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'agglomPoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C:696:24: style: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'pointWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H:145:32: note: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'pointWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C:696:24: note: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'pointWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C:747:23: style: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H:159:31: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C:747:23: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H:108:9: style: Class 'ptscotchDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/scotchDecomp/scotchDecomp.C:547:23: style: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'agglomPoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/scotchDecomp/scotchDecomp.H:307:31: note: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'agglomPoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/scotchDecomp/scotchDecomp.C:547:23: note: Function 'decompose' argument 3 names different: declaration 'regionPoints' definition 'agglomPoints'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/scotchDecomp/scotchDecomp.C:548:24: style: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'pointWeights'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/scotchDecomp/scotchDecomp.H:308:32: note: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'pointWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/scotchDecomp/scotchDecomp.C:548:24: note: Function 'decompose' argument 4 names different: declaration 'regionWeights' definition 'pointWeights'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/scotchDecomp/scotchDecomp.C:596:23: style: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/decompose/scotchDecomp/scotchDecomp.H:322:31: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/scotchDecomp/scotchDecomp.C:596:23: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
OpenFOAM-4.x-version-4.1/src/parallel/decompose/scotchDecomp/scotchDecomp.H:267:9: style: Class 'scotchDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.C:509:32: style: The scope of the variable 'hitInfo' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.C:908:31: style: Function 'overlaps' argument 1 names different: declaration 'bb' definition 'bbs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.H:222:43: note: Function 'overlaps' argument 1 names different: declaration 'bb' definition 'bbs'.
OpenFOAM-4.x-version-4.1/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.C:908:31: note: Function 'overlaps' argument 1 names different: declaration 'bb' definition 'bbs'.
OpenFOAM-4.x-version-4.1/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.C:1525:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.H:357:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.C:1525:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
OpenFOAM-4.x-version-4.1/src/parallel/distributed/distributedTriSurfaceMesh/distributedTriSurfaceMesh.H:316:9: style: Class 'distributedTriSurfaceMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/reconstruct/reconstruct/fvFieldReconstructor.H:101:17: style: Class 'fvPatchFieldReconstructor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/reconstruct/reconstruct/pointFieldReconstructor.H:97:17: style: Class 'pointPatchFieldReconstructor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/parallel/reconstruct/reconstruct/pointFieldReconstructor.H:154:14: performance: Technically the member function 'Foam::pointFieldReconstructor::reconstructFields' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/parallel/reconstruct/reconstruct/pointFieldReconstructorReconstructFields.C:143:37: note: Technically the member function 'Foam::pointFieldReconstructor::reconstructFields' can be static.
OpenFOAM-4.x-version-4.1/src/parallel/reconstruct/reconstruct/pointFieldReconstructor.H:154:14: note: Technically the member function 'Foam::pointFieldReconstructor::reconstructFields' can be static.
OpenFOAM-4.x-version-4.1/src/randomProcesses/Kmesh/Kmesh.H:83:9: style: Class 'Kmesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.C:45:24: style: Function 'transform' argument 3 names different: declaration 'fftDirection' definition 'isign'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.H:68:28: note: Function 'transform' argument 3 names different: declaration 'fftDirection' definition 'isign'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.C:45:24: note: Function 'transform' argument 3 names different: declaration 'fftDirection' definition 'isign'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.C:188:30: style: Function 'forwardTransform' argument 1 names different: declaration 'field' definition 'tfield'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.H:74:34: note: Function 'forwardTransform' argument 1 names different: declaration 'field' definition 'tfield'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.C:188:30: note: Function 'forwardTransform' argument 1 names different: declaration 'field' definition 'tfield'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.C:204:30: style: Function 'reverseTransform' argument 1 names different: declaration 'field' definition 'tfield'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.H:81:34: note: Function 'reverseTransform' argument 1 names different: declaration 'field' definition 'tfield'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.C:204:30: note: Function 'reverseTransform' argument 1 names different: declaration 'field' definition 'tfield'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.C:220:36: style: Function 'forwardTransform' argument 1 names different: declaration 'field' definition 'tfield'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.H:88:40: note: Function 'forwardTransform' argument 1 names different: declaration 'field' definition 'tfield'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.C:220:36: note: Function 'forwardTransform' argument 1 names different: declaration 'field' definition 'tfield'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.C:249:36: style: Function 'reverseTransform' argument 1 names different: declaration 'field' definition 'tfield'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.H:95:40: note: Function 'reverseTransform' argument 1 names different: declaration 'field' definition 'tfield'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/fft/fft.C:249:36: note: Function 'reverseTransform' argument 1 names different: declaration 'field' definition 'tfield'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/noise/noiseFFT.C:127:17: style: Function 'window' argument 2 names different: declaration 'n' definition 'ni'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/randomProcesses/noise/noiseFFT.H:88:60: note: Function 'window' argument 2 names different: declaration 'n' definition 'ni'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/noise/noiseFFT.C:127:17: note: Function 'window' argument 2 names different: declaration 'n' definition 'ni'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/noise/noiseFFT.C:172:29: style: Function 'Pf' argument 1 names different: declaration 'pn' definition 'tpn'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/randomProcesses/noise/noiseFFT.H:94:53: note: Function 'Pf' argument 1 names different: declaration 'pn' definition 'tpn'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/noise/noiseFFT.C:172:29: note: Function 'Pf' argument 1 names different: declaration 'pn' definition 'tpn'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/noise/noiseFFT.C:368:18: style: Function 'Pdelta' argument 1 names different: declaration 'gLf' definition 'gPf'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/randomProcesses/noise/noiseFFT.H:111:35: note: Function 'Pdelta' argument 1 names different: declaration 'gLf' definition 'gPf'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/noise/noiseFFT.C:368:18: note: Function 'Pdelta' argument 1 names different: declaration 'gLf' definition 'gPf'.
OpenFOAM-4.x-version-4.1/src/randomProcesses/noise/noiseFFT.H:76:9: style: Class 'noiseFFT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/regionCoupled/derivedFvPatchFields/energyRegionCoupled/energyRegionCoupledFvPatchScalarField.H:58:1: warning: The class 'energyRegionCoupledFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/regionModels/pyrolysisModels/pyrolysisModel/pyrolysisModel.H:87:22: warning: Virtual function 'read' is called from constructor 'pyrolysisModel(const word&modelType,const fvMesh&mesh,const word&regionType)' at line 100. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/pyrolysisModels/pyrolysisModel/pyrolysisModel.C:100:9: note: Calling read
OpenFOAM-4.x-version-4.1/src/regionModels/pyrolysisModels/pyrolysisModel/pyrolysisModel.H:87:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/pyrolysisModels/pyrolysisModel/pyrolysisModel.H:90:22: warning: Virtual function 'read' is called from constructor 'pyrolysisModel(const word&modelType,const fvMesh&mesh,const dictionary&dict,const word&regionType)' at line 117. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/pyrolysisModels/pyrolysisModel/pyrolysisModel.C:117:9: note: Calling read
OpenFOAM-4.x-version-4.1/src/regionModels/pyrolysisModels/pyrolysisModel/pyrolysisModel.H:90:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/pyrolysisModels/pyrolysisModel/pyrolysisModelCollection.H:83:9: style: Class 'pyrolysisModelCollection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/regionCoupling/derivedFvPatchFields/filmPyrolysisTemperatureCoupled/filmPyrolysisTemperatureCoupledFvPatchScalarField.H:67:1: warning: The class 'filmPyrolysisTemperatureCoupledFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/regionModels/regionCoupling/derivedFvPatchFields/filmPyrolysisVelocityCoupled/filmPyrolysisVelocityCoupledFvPatchVectorField.H:68:1: warning: The class 'filmPyrolysisVelocityCoupledFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel/regionModel.H:141:22: warning: Virtual function 'read' is called from constructor 'regionModel(const fvMesh&mesh,const word&regionType,const word&modelName,bool readFields=true)' at line 445. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel/regionModel.C:445:13: note: Calling read
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel/regionModel.H:141:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel/regionModel.H:144:22: warning: Virtual function 'read' is called from constructor 'regionModel(const fvMesh&mesh,const word&regionType,const word&modelName,const dictionary&dict,bool readFields=true)' at line 493. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel/regionModel.C:493:13: note: Calling read
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel/regionModel.H:144:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel1D/regionModel1D.H:106:22: warning: Virtual function 'read' is called from constructor 'regionModel1D(const fvMesh&mesh,const word&regionType,const word&modelName,bool readFields=true)' at line 322. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel1D/regionModel1D.C:322:13: note: Calling read
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel1D/regionModel1D.H:106:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel1D/regionModel1D.H:109:22: warning: Virtual function 'read' is called from constructor 'regionModel1D(const fvMesh&mesh,const word&regionType,const word&modelName,const dictionary&dict,bool readFields=true)' at line 352. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel1D/regionModel1D.C:352:13: note: Calling read
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModel1D/regionModel1D.H:109:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObject.C:57:17: style: Function 'regionModelFunctionObject' argument 3 names different: declaration 'modelType' definition 'type'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObject.H:102:25: note: Function 'regionModelFunctionObject' argument 3 names different: declaration 'modelType' definition 'type'.
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObject.C:57:17: note: Function 'regionModelFunctionObject' argument 3 names different: declaration 'modelType' definition 'type'.
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObject.C:68:38: style: Function 'regionModelFunctionObject' argument 1 names different: declaration 'ppm' definition 'rmfo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObject.H:106:68: note: Function 'regionModelFunctionObject' argument 1 names different: declaration 'ppm' definition 'rmfo'.
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObject.C:68:38: note: Function 'regionModelFunctionObject' argument 1 names different: declaration 'ppm' definition 'rmfo'.
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObject.H:95:9: style: Class 'regionModelFunctionObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObject.H:57:1: warning: The class 'regionModelFunctionObject' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObjectList.C:88:42: style: Function 'regionModelFunctionObjectList' argument 1 names different: declaration 'rmfol' definition 'cfol'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObjectList.H:88:50: note: Function 'regionModelFunctionObjectList' argument 1 names different: declaration 'rmfol' definition 'cfol'.
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObjectList.C:88:42: note: Function 'regionModelFunctionObjectList' argument 1 names different: declaration 'rmfol' definition 'cfol'.
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObjectList.H:75:9: style: Class 'regionModelFunctionObjectList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObjectList.H:55:1: warning: The class 'regionModelFunctionObjectList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObjectNew.C:35:17: style: Function 'New' argument 3 names different: declaration 'modelType' definition 'modelName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObject.H:127:21: note: Function 'New' argument 3 names different: declaration 'modelType' definition 'modelName'.
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionModelFunctionObject/regionModelFunctionObject/regionModelFunctionObjectNew.C:35:17: note: Function 'New' argument 3 names different: declaration 'modelType' definition 'modelName'.
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/regionProperties/regionProperties.H:70:9: style: Class 'regionProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/singleLayerRegion/singleLayerRegion.H:95:22: warning: Virtual function 'read' is called from constructor 'singleLayerRegion(const fvMesh&mesh,const word&regionType,const word&modelName,bool readFields=true)' at line 193. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/singleLayerRegion/singleLayerRegion.C:193:13: note: Calling read
OpenFOAM-4.x-version-4.1/src/regionModels/regionModel/singleLayerRegion/singleLayerRegion.H:95:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/derivedFvPatchFields/filmHeightInletVelocity/filmHeightInletVelocityFvPatchVectorField.H:93:1: warning: The class 'filmHeightInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/derivedFvPatchFields/inclinedFilmNusseltHeight/inclinedFilmNusseltHeightFvPatchScalarField.H:53:1: warning: The class 'inclinedFilmNusseltHeightFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/derivedFvPatchFields/inclinedFilmNusseltInletVelocity/inclinedFilmNusseltInletVelocityFvPatchVectorField.H:53:1: warning: The class 'inclinedFilmNusseltInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/derivedFvPatchFields/wallFunctions/alphatFilmWallFunction/alphatFilmWallFunctionFvPatchScalarField.H:86:1: warning: The class 'alphatFilmWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/derivedFvPatchFields/wallFunctions/nutkFilmWallFunction/nutkFilmWallFunctionFvPatchScalarField.H:71:1: warning: The class 'nutkFilmWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.H:238:22: warning: Virtual function 'transferPrimaryRegionThermoFields' is called from constructor 'kinematicSingleLayer(const word&modelType,const fvMesh&mesh,const dimensionedVector&g,const word&regionType,const bool readFields=true)' at line 803. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.C:803:9: note: Calling transferPrimaryRegionThermoFields
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.H:238:22: note: transferPrimaryRegionThermoFields is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.H:250:22: warning: Virtual function 'correctAlpha' is called from constructor 'kinematicSingleLayer(const word&modelType,const fvMesh&mesh,const dimensionedVector&g,const word&regionType,const bool readFields=true)' at line 805. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.C:805:9: note: Calling correctAlpha
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.H:250:22: note: correctAlpha is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.H:232:22: warning: Virtual function 'correctThermoFields' is called from constructor 'kinematicSingleLayer(const word&modelType,const fvMesh&mesh,const dimensionedVector&g,const word&regionType,const bool readFields=true)' at line 807. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.C:807:9: note: Calling correctThermoFields
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.H:232:22: note: correctThermoFields is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/kinematicSingleLayer/kinematicSingleLayer.C:825:9: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/filmSubModelBase.H:72:9: style: Class 'filmSubModelBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/filmThermoModel/constantFilmThermo/constantFilmThermo.H:73:9: style: Struct 'thermoData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/filmThermoModel/filmThermoModel/filmThermoModelNew.C:41:23: style: Function 'New' argument 1 names different: declaration 'owner' definition 'model'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/filmThermoModel/filmThermoModel/filmThermoModel.H:109:31: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/filmThermoModel/filmThermoModel/filmThermoModelNew.C:41:23: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/filmTurbulenceModel/filmTurbulenceModel/filmTurbulenceModelNew.C:41:23: style: Function 'New' argument 1 names different: declaration 'owner' definition 'model'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/filmTurbulenceModel/filmTurbulenceModel/filmTurbulenceModel.H:111:31: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/filmTurbulenceModel/filmTurbulenceModel/filmTurbulenceModelNew.C:41:23: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/force/force/forceNew.C:41:23: style: Function 'New' argument 1 names different: declaration 'owner' definition 'model'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/force/force/force.H:110:31: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/force/force/forceNew.C:41:23: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/force/forceList/forceList.H:63:9: style: Class 'forceList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/injectionModel/injectionModel/injectionModelNew.C:41:23: style: Function 'New' argument 1 names different: declaration 'owner' definition 'model'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/injectionModel/injectionModel/injectionModel.H:127:31: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/injectionModel/injectionModel/injectionModelNew.C:41:23: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/injectionModel/injectionModel/injectionModelNew.C:43:17: style: Function 'New' argument 3 names different: declaration 'mdoelType' definition 'modelType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/injectionModel/injectionModel/injectionModel.H:129:25: note: Function 'New' argument 3 names different: declaration 'mdoelType' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/injectionModel/injectionModel/injectionModelNew.C:43:17: note: Function 'New' argument 3 names different: declaration 'mdoelType' definition 'modelType'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/kinematic/injectionModel/injectionModelList/injectionModelList.H:82:9: style: Class 'injectionModelList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/filmRadiationModel/filmRadiationModel/filmRadiationModelNew.C:41:23: style: Function 'New' argument 1 names different: declaration 'owner' definition 'model'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/filmRadiationModel/filmRadiationModel/filmRadiationModel.H:109:31: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/filmRadiationModel/filmRadiationModel/filmRadiationModelNew.C:41:23: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/filmViscosityModel/constantViscosity/constantViscosity.C:61:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/filmViscosityModel/constantViscosity/constantViscosity.C:79:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/filmViscosityModel/filmViscosityModel/filmViscosityModelNew.C:41:23: style: Function 'New' argument 1 names different: declaration 'owner' definition 'model'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/filmViscosityModel/filmViscosityModel/filmViscosityModel.H:117:31: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/filmViscosityModel/filmViscosityModel/filmViscosityModelNew.C:41:23: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/heatTransferModel/heatTransferModel/heatTransferModelNew.C:41:23: style: Function 'New' argument 1 names different: declaration 'owner' definition 'model'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/heatTransferModel/heatTransferModel/heatTransferModel.H:109:31: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/heatTransferModel/heatTransferModel/heatTransferModelNew.C:41:23: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/phaseChangeModel/phaseChangeModel/phaseChangeModelNew.C:41:23: style: Function 'New' argument 1 names different: declaration 'owner' definition 'model'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/phaseChangeModel/phaseChangeModel/phaseChangeModel.H:121:31: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/submodels/thermo/phaseChangeModel/phaseChangeModel/phaseChangeModelNew.C:41:23: note: Function 'New' argument 1 names different: declaration 'owner' definition 'model'.
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/surfaceFilmModel/surfaceFilmModel.H:89:22: warning: Virtual function 'read' is called from constructor 'surfaceFilmModel(const word&modelType,const fvMesh&mesh,const dimensionedVector&g,const word&regionType)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/surfaceFilmModel/surfaceFilmModel.C:73:9: note: Calling read
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/surfaceFilmModel/surfaceFilmModel.H:89:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H:213:22: warning: Virtual function 'transferPrimaryRegionThermoFields' is called from constructor 'thermoSingleLayer(const word&modelType,const fvMesh&mesh,const dimensionedVector&g,const word&regionType,const bool readFields=true)' at line 544. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C:544:9: note: Calling transferPrimaryRegionThermoFields
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H:213:22: note: transferPrimaryRegionThermoFields is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H:219:22: warning: Virtual function 'correctAlpha' is called from constructor 'thermoSingleLayer(const word&modelType,const fvMesh&mesh,const dimensionedVector&g,const word&regionType,const bool readFields=true)' at line 546. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C:546:9: note: Calling correctAlpha
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H:219:22: note: correctAlpha is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H:201:22: warning: Virtual function 'correctThermoFields' is called from constructor 'thermoSingleLayer(const word&modelType,const fvMesh&mesh,const dimensionedVector&g,const word&regionType,const bool readFields=true)' at line 548. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C:548:9: note: Calling correctThermoFields
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.H:201:22: note: correctThermoFields is a virtual method
OpenFOAM-4.x-version-4.1/src/regionModels/surfaceFilmModels/thermoSingleLayer/thermoSingleLayer.C:569:9: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
OpenFOAM-4.x-version-4.1/src/renumber/SloanRenumber/SloanRenumber.C:107:23: style: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/SloanRenumber/SloanRenumber.H:100:31: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/SloanRenumber/SloanRenumber.C:107:23: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/SloanRenumber/SloanRenumber.C:208:23: style: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/SloanRenumber/SloanRenumber.H:110:31: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/SloanRenumber/SloanRenumber.C:208:23: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/SloanRenumber/SloanRenumber.H:75:9: style: Class 'SloanRenumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/CuthillMcKeeRenumber/CuthillMcKeeRenumber.C:65:23: style: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/CuthillMcKeeRenumber/CuthillMcKeeRenumber.H:98:31: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/CuthillMcKeeRenumber/CuthillMcKeeRenumber.C:65:23: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/CuthillMcKeeRenumber/CuthillMcKeeRenumber.C:110:23: style: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/CuthillMcKeeRenumber/CuthillMcKeeRenumber.H:119:31: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/CuthillMcKeeRenumber/CuthillMcKeeRenumber.C:110:23: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/CuthillMcKeeRenumber/CuthillMcKeeRenumber.H:73:9: style: Class 'CuthillMcKeeRenumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/manualRenumber/manualRenumber.C:63:23: style: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/manualRenumber/manualRenumber.H:97:31: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/manualRenumber/manualRenumber.C:63:23: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/manualRenumber/manualRenumber.H:72:9: style: Class 'manualRenumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/randomRenumber/randomRenumber.C:79:23: style: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/randomRenumber/randomRenumber.H:88:31: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/randomRenumber/randomRenumber.C:79:23: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/randomRenumber/randomRenumber.C:89:23: style: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/randomRenumber/randomRenumber.H:98:31: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/randomRenumber/randomRenumber.C:89:23: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/randomRenumber/randomRenumber.H:67:9: style: Class 'randomRenumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/renumberMethod/renumberMethod.C:104:22: style: Function 'renumber' argument 2 names different: declaration 'cellToRegion' definition 'fineToCoarse'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/renumberMethod/renumberMethod.H:148:30: note: Function 'renumber' argument 2 names different: declaration 'cellToRegion' definition 'fineToCoarse'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/renumberMethod/renumberMethod.C:104:22: note: Function 'renumber' argument 2 names different: declaration 'cellToRegion' definition 'fineToCoarse'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/renumberMethod/renumberMethod.C:105:23: style: Function 'renumber' argument 3 names different: declaration 'regionPoints' definition 'coarsePoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/renumberMethod/renumberMethod.H:149:31: note: Function 'renumber' argument 3 names different: declaration 'regionPoints' definition 'coarsePoints'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/renumberMethod/renumberMethod.C:105:23: note: Function 'renumber' argument 3 names different: declaration 'regionPoints' definition 'coarsePoints'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/springRenumber/springRenumber.C:62:23: style: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/springRenumber/springRenumber.H:113:31: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/springRenumber/springRenumber.C:62:23: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/springRenumber/springRenumber.C:82:23: style: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/springRenumber/springRenumber.H:123:31: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/springRenumber/springRenumber.C:82:23: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/springRenumber/springRenumber.H:88:9: style: Class 'springRenumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/structuredRenumber/structuredRenumber.C:69:23: style: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/structuredRenumber/structuredRenumber.H:111:31: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/structuredRenumber/structuredRenumber.C:69:23: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/renumberMethods/structuredRenumber/structuredRenumber.H:86:9: style: Class 'structuredRenumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/renumber/zoltanRenumber/zoltanRenumber.C:272:21: style: Function 'renumber' argument 1 names different: declaration 'mesh' definition 'pMesh'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/zoltanRenumber/zoltanRenumber.H:97:29: note: Function 'renumber' argument 1 names different: declaration 'mesh' definition 'pMesh'.
OpenFOAM-4.x-version-4.1/src/renumber/zoltanRenumber/zoltanRenumber.C:272:21: note: Function 'renumber' argument 1 names different: declaration 'mesh' definition 'pMesh'.
OpenFOAM-4.x-version-4.1/src/renumber/zoltanRenumber/zoltanRenumber.C:273:23: style: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/renumber/zoltanRenumber/zoltanRenumber.H:98:31: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/zoltanRenumber/zoltanRenumber.C:273:23: note: Function 'renumber' argument 2 names different: declaration 'cc' definition 'points'.
OpenFOAM-4.x-version-4.1/src/renumber/zoltanRenumber/zoltanRenumber.H:73:9: style: Class 'zoltanRenumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/bodies/compositeBody/compositeBody.H:69:9: style: Class 'compositeBody' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/bodies/jointBody/jointBody.H:68:9: style: Class 'jointBody' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/bodies/masslessBody/masslessBody.H:68:9: style: Class 'masslessBody' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Pa/Pa.H:75:9: style: Class 'Pa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Pa/Pa.H:78:9: style: Class 'Pa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Px/Px.H:78:9: style: Class 'Px' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Pxyz/Pxyz.H:78:9: style: Class 'Pxyz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Py/Py.H:78:9: style: Class 'Py' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Pz/Pz.H:78:9: style: Class 'Pz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Ra/Ra.H:75:9: style: Class 'Ra' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Ra/Ra.H:78:9: style: Class 'Ra' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Rs/Rs.H:79:9: style: Class 'Rs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Rx/Rx.H:78:9: style: Class 'Rx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Rxyz/Rxyz.H:79:9: style: Class 'Rxyz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Ry/Ry.H:78:9: style: Class 'Ry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Ryxz/Ryxz.H:79:9: style: Class 'Ryxz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Rz/Rz.H:78:9: style: Class 'Rz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/Rzyx/Rzyx.H:79:9: style: Class 'Rzyx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/composite/compositeJoint.H:89:9: style: Class 'composite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/composite/compositeJoint.H:92:9: style: Class 'composite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/floating/floatingJoint.H:83:9: style: Class 'floating' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/joints/null/nullJoint.H:78:9: style: Class 'null' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/linearAxialAngularSpring/linearAxialAngularSpring.H:113:22: warning: Virtual function 'read' is called from constructor 'linearAxialAngularSpring(const word&name,const dictionary&dict,const rigidBodyModel&model)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/linearAxialAngularSpring/linearAxialAngularSpring.C:62:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/linearAxialAngularSpring/linearAxialAngularSpring.H:113:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/linearDamper/linearDamper.H:104:22: warning: Virtual function 'read' is called from constructor 'linearDamper(const word&name,const dictionary&dict,const rigidBodyModel&model)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/linearDamper/linearDamper.C:62:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/linearDamper/linearDamper.H:104:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/linearSpring/linearSpring.H:117:22: warning: Virtual function 'read' is called from constructor 'linearSpring(const word&name,const dictionary&dict,const rigidBodyModel&model)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/linearSpring/linearSpring.C:62:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/linearSpring/linearSpring.H:117:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/sphericalAngularDamper/sphericalAngularDamper.H:105:22: warning: Virtual function 'read' is called from constructor 'sphericalAngularDamper(const word&name,const dictionary&dict,const rigidBodyModel&model)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/sphericalAngularDamper/sphericalAngularDamper.C:62:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/restraints/sphericalAngularDamper/sphericalAngularDamper.H:105:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.H:296:21: performance: Technically the member function 'Foam::RBD::rigidBodyModel::merged' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModelI.H:109:40: note: Technically the member function 'Foam::RBD::rigidBodyModel::merged' can be static.
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.H:296:21: note: Technically the member function 'Foam::RBD::rigidBodyModel::merged' can be static.
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.H:304:22: performance: Technically the member function 'Foam::RBD::rigidBodyModel::mergedBodyIndex' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModelI.H:136:28: note: Technically the member function 'Foam::RBD::rigidBodyModel::mergedBodyIndex' can be static.
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.H:304:22: note: Technically the member function 'Foam::RBD::rigidBodyModel::mergedBodyIndex' can be static.
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.H:308:22: performance: Technically the member function 'Foam::RBD::rigidBodyModel::mergedBodyID' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModelI.H:129:28: note: Technically the member function 'Foam::RBD::rigidBodyModel::mergedBodyID' can be static.
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.H:308:22: note: Technically the member function 'Foam::RBD::rigidBodyModel::mergedBodyID' can be static.
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.H:217:9: style: Class 'rigidBodyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.C:256:32: style: Function 'join' argument 3 names different: declaration 'cJoint' definition 'cJointPtr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.H:280:40: note: Function 'join' argument 3 names different: declaration 'cJoint' definition 'cJointPtr'.
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.C:256:32: note: Function 'join' argument 3 names different: declaration 'cJoint' definition 'cJointPtr'.
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.C:313:29: style: Function 'merge' argument 2 names different: declaration 'X' definition 'XT'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.H:291:37: note: Function 'merge' argument 2 names different: declaration 'X' definition 'XT'.
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.C:313:29: note: Function 'merge' argument 2 names different: declaration 'X' definition 'XT'.
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyModelState/rigidBodyModelState.H:88:9: style: Class 'rigidBodyModelState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/rigidBodyDynamics/rigidBodyMotion/rigidBodyMotion.H:118:9: style: Class 'rigidBodyMotion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/cuttingPlane/cuttingPlane.H:180:9: style: 'cuttingPlane::operator=' should return 'cuttingPlane &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/sampling/cuttingPlane/cuttingPlane.H:119:9: style: Class 'cuttingPlane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/cuttingPlane/cuttingPlane.H:61:1: warning: The class 'cuttingPlane' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/cellVolumeWeight/cellVolumeWeightMethod.C:318:20: style: Function 'calculate' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/cellVolumeWeight/cellVolumeWeightMethod.H:129:32: note: Function 'calculate' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/cellVolumeWeight/cellVolumeWeightMethod.C:318:20: note: Function 'calculate' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/cellVolumeWeight/cellVolumeWeightMethod.C:319:21: style: Function 'calculate' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/cellVolumeWeight/cellVolumeWeightMethod.H:130:33: note: Function 'calculate' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/cellVolumeWeight/cellVolumeWeightMethod.C:319:21: note: Function 'calculate' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/direct/directMethod.C:244:20: style: Function 'calculate' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/direct/directMethod.H:134:32: note: Function 'calculate' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/direct/directMethod.C:244:20: note: Function 'calculate' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/direct/directMethod.C:245:21: style: Function 'calculate' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/direct/directMethod.H:135:33: note: Function 'calculate' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/direct/directMethod.C:245:21: note: Function 'calculate' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/mapNearest/mapNearestMethod.C:352:20: style: Function 'calculate' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/mapNearest/mapNearestMethod.H:142:32: note: Function 'calculate' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/mapNearest/mapNearestMethod.C:352:20: note: Function 'calculate' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/mapNearest/mapNearestMethod.C:353:21: style: Function 'calculate' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/mapNearest/mapNearestMethod.H:143:33: note: Function 'calculate' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/mapNearest/mapNearestMethod.C:353:21: note: Function 'calculate' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.C:126:17: style: Function 'appendNbrCells' argument 1 names different: declaration 'tgtCelli' definition 'celli'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.H:91:25: note: Function 'appendNbrCells' argument 1 names different: declaration 'tgtCelli' definition 'celli'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.C:126:17: note: Function 'appendNbrCells' argument 1 names different: declaration 'tgtCelli' definition 'celli'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.C:128:31: style: Function 'appendNbrCells' argument 3 names different: declaration 'visitedTgtCells' definition 'visitedCells'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.H:93:39: note: Function 'appendNbrCells' argument 3 names different: declaration 'visitedTgtCells' definition 'visitedCells'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.C:128:31: note: Function 'appendNbrCells' argument 3 names different: declaration 'visitedTgtCells' definition 'visitedCells'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.C:129:25: style: Function 'appendNbrCells' argument 4 names different: declaration 'nbrTgtCellIDs' definition 'nbrCellIDs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.H:94:33: note: Function 'appendNbrCells' argument 4 names different: declaration 'nbrTgtCellIDs' definition 'nbrCellIDs'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.C:129:25: note: Function 'appendNbrCells' argument 4 names different: declaration 'nbrTgtCellIDs' definition 'nbrCellIDs'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.C:155:20: style: Function 'initialise' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.H:101:28: note: Function 'initialise' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.C:155:20: note: Function 'initialise' argument 3 names different: declaration 'tgtToTgtAddr' definition 'tgtToSrcAddr'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.C:156:21: style: Function 'initialise' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.H:102:29: note: Function 'initialise' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.C:156:21: note: Function 'initialise' argument 4 names different: declaration 'tgtToTgtWght' definition 'tgtToSrcWght'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.C:469:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.C:474:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.C:479:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.C:493:55: style: Function 'calculatePatchAMIs' argument 1 names different: declaration 'amiMethodName' definition 'AMIMethodName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.H:178:45: note: Function 'calculatePatchAMIs' argument 1 names different: declaration 'amiMethodName' definition 'AMIMethodName'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.C:493:55: note: Function 'calculatePatchAMIs' argument 1 names different: declaration 'amiMethodName' definition 'AMIMethodName'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.H:155:19: performance: Technically the member function 'Foam::meshToMesh::maskCells' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.C:166:35: note: Technically the member function 'Foam::meshToMesh::maskCells' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.H:155:19: note: Technically the member function 'Foam::meshToMesh::maskCells' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.H:205:19: performance: Technically the member function 'Foam::meshToMesh::calcDistribution' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMeshParallelOps.C:36:31: note: Technically the member function 'Foam::meshToMesh::calcDistribution' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.H:205:19: note: Technically the member function 'Foam::meshToMesh::calcDistribution' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.H:212:19: performance: Technically the member function 'Foam::meshToMesh::calcOverlappingProcs' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMeshParallelOps.C:85:31: note: Technically the member function 'Foam::meshToMesh::calcOverlappingProcs' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh/meshToMesh.H:212:19: note: Technically the member function 'Foam::meshToMesh::calcOverlappingProcs' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/calculateMeshToMesh0Addressing.C:213:16: style: Function 'cellAddresses' argument 1 names different: declaration 'cells' definition 'cellAddressing_'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:110:24: note: Function 'cellAddresses' argument 1 names different: declaration 'cells' definition 'cellAddressing_'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/calculateMeshToMesh0Addressing.C:213:16: note: Function 'cellAddresses' argument 1 names different: declaration 'cells' definition 'cellAddressing_'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:191:13: style: Class 'patchFieldInterpolator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.C:44:19: style: Function 'meshToMesh0' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:159:27: note: Function 'meshToMesh0' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.C:44:19: note: Function 'meshToMesh0' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.C:45:19: style: Function 'meshToMesh0' argument 2 names different: declaration 'toMesh' definition 'meshTo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:160:27: note: Function 'meshToMesh0' argument 2 names different: declaration 'toMesh' definition 'meshTo'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.C:45:19: note: Function 'meshToMesh0' argument 2 names different: declaration 'toMesh' definition 'meshTo'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.C:115:19: style: Function 'meshToMesh0' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:169:27: note: Function 'meshToMesh0' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.C:115:19: note: Function 'meshToMesh0' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.C:116:19: style: Function 'meshToMesh0' argument 2 names different: declaration 'toMesh' definition 'meshTo'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:170:27: note: Function 'meshToMesh0' argument 2 names different: declaration 'toMesh' definition 'meshTo'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.C:116:19: note: Function 'meshToMesh0' argument 2 names different: declaration 'toMesh' definition 'meshTo'.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:257:18: performance: Technically the member function 'Foam::meshToMesh0::mapField' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0Templates.C:35:25: note: Technically the member function 'Foam::meshToMesh0::mapField' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:257:18: note: Technically the member function 'Foam::meshToMesh0::mapField' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:278:18: performance: Technically the member function 'Foam::meshToMesh0::interpolateField' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0Templates.C:58:25: note: Technically the member function 'Foam::meshToMesh0::interpolateField' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:278:18: note: Technically the member function 'Foam::meshToMesh0::interpolateField' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:290:18: performance: Technically the member function 'Foam::meshToMesh0::interpolateField' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0Templates.C:120:25: note: Technically the member function 'Foam::meshToMesh0::interpolateField' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/meshToMesh0/meshToMesh0.H:290:18: note: Technically the member function 'Foam::meshToMesh0::interpolateField' can be static.
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.C:196:17: style: Function 'patchProbes' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.H:135:25: note: Function 'patchProbes' argument 2 names different: declaration 'time' definition 't'.
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.C:196:17: note: Function 'patchProbes' argument 2 names different: declaration 'time' definition 't'.
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.H:160:22: warning: Virtual function 'read' is called from constructor 'patchProbes(const word&name,const Time&time,const dictionary&dict)' at line 209. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.C:209:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.H:160:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.H:160:22: warning: Virtual function 'read' is called from constructor 'patchProbes(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 230. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.C:230:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.H:160:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.H:157:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.H:258:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.H:157:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.H:160:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.H:252:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.H:160:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.H:163:22: style: The function 'findElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.H:155:22: note: Virtual function in base class
OpenFOAM-4.x-version-4.1/src/sampling/probes/patchProbes.H:163:22: note: Function in derived class
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.C:281:17: style: Function 'probes' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.H:206:25: note: Function 'probes' argument 2 names different: declaration 'time' definition 't'.
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.C:281:17: note: Function 'probes' argument 2 names different: declaration 'time' definition 't'.
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.H:252:22: warning: Virtual function 'read' is called from constructor 'probes(const word&name,const Time&time,const dictionary&dict)' at line 302. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.C:302:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.H:252:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.H:252:22: warning: Virtual function 'read' is called from constructor 'probes(const word&name,const objectRegistry&obr,const dictionary&dict,const bool loadFromFiles=false)' at line 322. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.C:322:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sampling/probes/probes.H:252:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/array/arraySet.C:148:29: style: Function 'arraySet' argument 5 names different: declaration 'coordSys' definition 'origin'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/array/arraySet.H:101:37: note: Function 'arraySet' argument 5 names different: declaration 'coordSys' definition 'origin'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/array/arraySet.C:148:29: note: Function 'arraySet' argument 5 names different: declaration 'coordSys' definition 'origin'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/face/faceOnlySet.C:54:26: style: Function 'trackToBoundary' argument 7 names different: declaration 'samplingCurve' definition 'samplingCurveDist'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/face/faceOnlySet.H:77:34: note: Function 'trackToBoundary' argument 7 names different: declaration 'samplingCurve' definition 'samplingCurveDist'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/face/faceOnlySet.C:54:26: note: Function 'trackToBoundary' argument 7 names different: declaration 'samplingCurve' definition 'samplingCurveDist'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/polyLine/polyLineSet.C:361:24: style: Function 'polyLineSet' argument 5 names different: declaration 'samplePoints' definition 'sampleCoords'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/polyLine/polyLineSet.H:114:32: note: Function 'polyLineSet' argument 5 names different: declaration 'samplePoints' definition 'sampleCoords'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/polyLine/polyLineSet.C:361:24: note: Function 'polyLineSet' argument 5 names different: declaration 'samplePoints' definition 'sampleCoords'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSet/sampledSet.C:198:18: style: Function 'pushIn' argument 1 names different: declaration 'sample' definition 'facePt'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSet/sampledSet.H:117:26: note: Function 'pushIn' argument 1 names different: declaration 'sample' definition 'facePt'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSet/sampledSet.C:198:18: note: Function 'pushIn' argument 1 names different: declaration 'sample' definition 'facePt'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.C:144:17: style: Function 'sampledSets' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.H:263:25: note: Function 'sampledSets' argument 2 names different: declaration 'time' definition 't'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.C:144:17: note: Function 'sampledSets' argument 2 names different: declaration 'time' definition 't'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.H:288:22: warning: Virtual function 'read' is called from constructor 'sampledSets(const word&name,const Time&time,const dictionary&dict)' at line 179. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.C:179:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.H:288:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.H:288:22: warning: Virtual function 'read' is called from constructor 'sampledSets(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 213. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.C:213:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.H:288:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.H:89:0: style: Class 'Foam :: fieldGroup < scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.H:89:0: style: Class 'Foam :: fieldGroup < vector >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.H:89:0: style: Class 'Foam :: fieldGroup < sphericalTensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.H:89:0: style: Class 'Foam :: fieldGroup < symmTensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.H:89:0: style: Class 'Foam :: fieldGroup < tensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSet/sampledSets/sampledSets.H:89:0: style: Class 'Foam :: fieldGroup < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurface.C:108:17: style: Function 'syncUnseparatedPoints' argument 1 names different: declaration 'collapsedPoint' definition 'pointValues'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurface.H:155:29: note: Function 'syncUnseparatedPoints' argument 1 names different: declaration 'collapsedPoint' definition 'pointValues'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurface.C:108:17: note: Function 'syncUnseparatedPoints' argument 1 names different: declaration 'collapsedPoint' definition 'pointValues'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurface.C:1168:27: style: Function 'isoSurface' argument 1 names different: declaration 'cellIsoVals' definition 'cVals'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurface.H:363:35: note: Function 'isoSurface' argument 1 names different: declaration 'cellIsoVals' definition 'cVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurface.C:1168:27: note: Function 'isoSurface' argument 1 names different: declaration 'cellIsoVals' definition 'cVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurface.C:1169:24: style: Function 'isoSurface' argument 2 names different: declaration 'pointIsoVals' definition 'pVals'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurface.H:364:32: note: Function 'isoSurface' argument 2 names different: declaration 'pointIsoVals' definition 'pVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurface.C:1169:24: note: Function 'isoSurface' argument 2 names different: declaration 'pointIsoVals' definition 'pVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:191:24: style: Function 'calcCutTypes' argument 2 names different: declaration 'cellValues' definition 'cVals'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:138:32: note: Function 'calcCutTypes' argument 2 names different: declaration 'cellValues' definition 'cVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:191:24: note: Function 'calcCutTypes' argument 2 names different: declaration 'cellValues' definition 'cVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:192:24: style: Function 'calcCutTypes' argument 3 names different: declaration 'pointValues' definition 'pVals'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:139:32: note: Function 'calcCutTypes' argument 3 names different: declaration 'pointValues' definition 'pVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:192:24: note: Function 'calcCutTypes' argument 3 names different: declaration 'pointValues' definition 'pVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:362:25: style: Function 'calcSnappedCc' argument 4 names different: declaration 'triPoints' definition 'snappedPoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:168:33: note: Function 'calcSnappedCc' argument 4 names different: declaration 'triPoints' definition 'snappedPoints'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:362:25: note: Function 'calcSnappedCc' argument 4 names different: declaration 'triPoints' definition 'snappedPoints'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:689:25: style: Function 'calcSnappedPoint' argument 4 names different: declaration 'triPoints' definition 'snappedPoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:200:33: note: Function 'calcSnappedPoint' argument 4 names different: declaration 'triPoints' definition 'snappedPoints'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:689:25: note: Function 'calcSnappedPoint' argument 4 names different: declaration 'triPoints' definition 'snappedPoints'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:1368:24: style: Function 'isoSurfaceCell' argument 2 names different: declaration 'cellValues' definition 'cVals'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:312:32: note: Function 'isoSurfaceCell' argument 2 names different: declaration 'cellValues' definition 'cVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:1368:24: note: Function 'isoSurfaceCell' argument 2 names different: declaration 'cellValues' definition 'cVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:1369:24: style: Function 'isoSurfaceCell' argument 3 names different: declaration 'pointValues' definition 'pVals'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:313:32: note: Function 'isoSurfaceCell' argument 3 names different: declaration 'pointValues' definition 'pVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:1369:24: note: Function 'isoSurfaceCell' argument 3 names different: declaration 'pointValues' definition 'pVals'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCellTemplates.C:96:24: style: Function 'generateTriPoints' argument 14 names different: declaration 'points' definition 'pts'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:233:32: note: Function 'generateTriPoints' argument 14 names different: declaration 'points' definition 'pts'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/isoSurfaceCellTemplates.C:96:24: note: Function 'generateTriPoints' argument 14 names different: declaration 'points' definition 'pts'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.C:437:26: warning: Member variable 'sampledIsoSurface::volSubFieldPtr_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.C:437:26: warning: Member variable 'sampledIsoSurface::pointSubFieldPtr_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurface/sampledSurface.H:157:22: warning: Virtual function 'clearGeom' is called from destructor '~sampledSurface()' at line 189. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurface/sampledSurface.C:189:5: note: Calling clearGeom
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurface/sampledSurface.H:157:22: note: clearGeom is a virtual method
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurface/sampledSurface.H:191:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C:99:17: style: Function 'sampledSurfaces' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:182:25: note: Function 'sampledSurfaces' argument 2 names different: declaration 'time' definition 't'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C:99:17: note: Function 'sampledSurfaces' argument 2 names different: declaration 'time' definition 't'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:219:22: warning: Virtual function 'read' is called from constructor 'sampledSurfaces(const word&name,const Time&time,const dictionary&dict)' at line 131. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C:131:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:219:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:219:22: warning: Virtual function 'read' is called from constructor 'sampledSurfaces(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 162. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C:162:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:219:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/writers/ensight/ensightSurfaceWriter.H:88:9: style: Class 'ensightSurfaceWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/writers/nastran/nastranSurfaceWriter.H:163:9: style: Class 'nastranSurfaceWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/writers/nastran/nastranSurfaceWriterTemplates.C:138:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H:69:9: style: Class 'proxySurfaceWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.H:116:9: style: Class 'rawSurfaceWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/writers/surfaceWriter.C:86:67: style: Function 'New' argument 2 names different: declaration 'writeOptions' definition 'optDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/writers/surfaceWriter.H:95:31: note: Function 'New' argument 2 names different: declaration 'writeOptions' definition 'optDict'.
OpenFOAM-4.x-version-4.1/src/sampling/sampledSurface/writers/surfaceWriter.C:86:67: note: Function 'New' argument 2 names different: declaration 'writeOptions' definition 'optDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.H:180:26: warning: Virtual function 'updateCoeffs' is called from constructor 'sixDoFRigidBodyDisplacementPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 88. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.C:88:9: note: Calling updateCoeffs
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.H:180:26: note: updateCoeffs is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.H:155:26: warning: Virtual function 'updateCoeffs' is called from constructor 'uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.C:69:9: note: Calling updateCoeffs
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.H:155:26: note: updateCoeffs is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/axis/sixDoFRigidBodyMotionAxisConstraint.C:90:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/axis/sixDoFRigidBodyMotionAxisConstraint.H:103:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/axis/sixDoFRigidBodyMotionAxisConstraint.C:90:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/axis/sixDoFRigidBodyMotionAxisConstraint.H:103:22: warning: Virtual function 'read' is called from constructor 'axis(const word&name,const dictionary&sDoFRBMCDict,const sixDoFRigidBodyMotion&motion)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/axis/sixDoFRigidBodyMotionAxisConstraint.C:60:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/axis/sixDoFRigidBodyMotionAxisConstraint.H:103:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/line/sixDoFRigidBodyMotionLineConstraint.C:98:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/line/sixDoFRigidBodyMotionLineConstraint.H:112:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/line/sixDoFRigidBodyMotionLineConstraint.C:98:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/line/sixDoFRigidBodyMotionLineConstraint.H:112:22: warning: Virtual function 'read' is called from constructor 'line(const word&name,const dictionary&sDoFRBMCDict,const sixDoFRigidBodyMotion&motion)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/line/sixDoFRigidBodyMotionLineConstraint.C:59:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/line/sixDoFRigidBodyMotionLineConstraint.H:112:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/orientation/sixDoFRigidBodyMotionOrientationConstraint.C:91:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/orientation/sixDoFRigidBodyMotionOrientationConstraint.H:97:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/orientation/sixDoFRigidBodyMotionOrientationConstraint.C:91:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/orientation/sixDoFRigidBodyMotionOrientationConstraint.H:97:22: warning: Virtual function 'read' is called from constructor 'orientation(const word&name,const dictionary&sDoFRBMCDict,const sixDoFRigidBodyMotion&motion)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/orientation/sixDoFRigidBodyMotionOrientationConstraint.C:59:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/orientation/sixDoFRigidBodyMotionOrientationConstraint.H:97:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/plane/sixDoFRigidBodyMotionPlaneConstraint.C:98:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/plane/sixDoFRigidBodyMotionPlaneConstraint.H:112:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/plane/sixDoFRigidBodyMotionPlaneConstraint.C:98:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/plane/sixDoFRigidBodyMotionPlaneConstraint.H:112:22: warning: Virtual function 'read' is called from constructor 'plane(const word&name,const dictionary&sDoFRBMCDict,const sixDoFRigidBodyMotion&motion)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/plane/sixDoFRigidBodyMotionPlaneConstraint.C:59:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/plane/sixDoFRigidBodyMotionPlaneConstraint.H:112:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/point/sixDoFRigidBodyMotionPointConstraint.C:99:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/point/sixDoFRigidBodyMotionPointConstraint.H:109:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/point/sixDoFRigidBodyMotionPointConstraint.C:99:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/point/sixDoFRigidBodyMotionPointConstraint.H:109:22: warning: Virtual function 'read' is called from constructor 'point(const word&name,const dictionary&sDoFRBMCDict,const sixDoFRigidBodyMotion&motion)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/point/sixDoFRigidBodyMotionPointConstraint.C:60:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/constraints/point/sixDoFRigidBodyMotionPointConstraint.H:109:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearAxialAngularSpring/linearAxialAngularSpring.C:146:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearAxialAngularSpring/linearAxialAngularSpring.H:115:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearAxialAngularSpring/linearAxialAngularSpring.C:146:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearAxialAngularSpring/linearAxialAngularSpring.H:115:22: warning: Virtual function 'read' is called from constructor 'linearAxialAngularSpring(const word&name,const dictionary&sDoFRBMRDict)' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearAxialAngularSpring/linearAxialAngularSpring.C:64:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearAxialAngularSpring/linearAxialAngularSpring.H:115:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearDamper/linearDamper.C:92:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearDamper/linearDamper.H:105:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearDamper/linearDamper.C:92:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearDamper/linearDamper.H:105:22: warning: Virtual function 'read' is called from constructor 'linearDamper(const word&name,const dictionary&sDoFRBMRDict)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearDamper/linearDamper.C:59:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearDamper/linearDamper.H:105:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearSpring/linearSpring.C:108:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearSpring/linearSpring.H:118:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearSpring/linearSpring.C:108:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearSpring/linearSpring.H:118:22: warning: Virtual function 'read' is called from constructor 'linearSpring(const word&name,const dictionary&sDoFRBMRDict)' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearSpring/linearSpring.C:63:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/linearSpring/linearSpring.H:118:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularDamper/sphericalAngularDamper.C:94:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularDamper/sphericalAngularDamper.H:104:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularDamper/sphericalAngularDamper.C:94:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularDamper/sphericalAngularDamper.H:104:22: warning: Virtual function 'read' is called from constructor 'sphericalAngularDamper(const word&name,const dictionary&sDoFRBMRDict)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularDamper/sphericalAngularDamper.C:60:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularDamper/sphericalAngularDamper.H:104:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularSpring/sphericalAngularSpring.C:120:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularSpring/sphericalAngularSpring.H:112:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularSpring/sphericalAngularSpring.C:120:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularSpring/sphericalAngularSpring.H:112:22: warning: Virtual function 'read' is called from constructor 'sphericalAngularSpring(const word&name,const dictionary&sDoFRBMRDict)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularSpring/sphericalAngularSpring.C:62:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/sphericalAngularSpring/sphericalAngularSpring.H:112:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.C:147:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H:122:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.C:147:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H:122:22: warning: Virtual function 'read' is called from constructor 'tabulatedAxialAngularSpring(const word&name,const dictionary&sDoFRBMRDict)' at line 66. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.C:66:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/restraints/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H:122:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:30:12: style: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:124:46: note: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:30:12: note: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:44:12: style: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:128:46: note: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:44:12: note: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:58:12: style: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:132:46: note: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:58:12: note: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:74:19: style: Function 'rotate' argument 2 names different: declaration 'pi' definition 'pi0'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:139:27: note: Function 'rotate' argument 2 names different: declaration 'pi' definition 'pi0'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:74:19: note: Function 'rotate' argument 2 names different: declaration 'pi' definition 'pi0'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:295:18: style: Function 'transform' argument 1 names different: declaration 'initialPoints' definition 'initialPoint'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:311:49: note: Function 'transform' argument 1 names different: declaration 'initialPoints' definition 'initialPoint'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:295:18: note: Function 'transform' argument 1 names different: declaration 'initialPoints' definition 'initialPoint'.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.C:155:30: warning: Member variable 'sixDoFRigidBodyMotion::solver_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:124:23: performance: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorX' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:28:50: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorX' can be static.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:124:23: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorX' can be static.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:128:23: performance: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorY' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:42:50: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorY' can be static.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:128:23: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorY' can be static.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:132:23: performance: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorZ' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:56:50: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorZ' can be static.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:132:23: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorZ' can be static.
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.H:101:9: style: Class 'sixDoFRigidBodyMotionState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:67:1: warning: The class 'sixDoFRigidBodyMotion' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.H:67:1: warning: The class 'sixDoFRigidBodyMotionState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:261:16: style: Function 'MeshedSurface' argument 2 names different: declaration 'globalPoints' definition 'useGlobalPoints'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:219:24: note: Function 'MeshedSurface' argument 2 names different: declaration 'globalPoints' definition 'useGlobalPoints'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:261:16: note: Function 'MeshedSurface' argument 2 names different: declaration 'globalPoints' definition 'useGlobalPoints'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:514:29: style: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:356:42: note: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:514:29: note: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:515:29: style: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:357:41: note: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:515:29: note: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:516:31: style: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:358:43: note: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:516:31: note: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:543:30: style: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:365:42: note: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:543:30: note: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:544:29: style: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:366:41: note: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:544:29: note: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:545:31: style: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:367:44: note: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:545:31: note: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'.
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:354:26: warning: Virtual function 'reset' is called from constructor 'MeshedSurface(const Xfer<pointField>&,const Xfer<List<Face>>&,const Xfer<surfZoneList>&)' at line 175. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:175:5: note: Calling reset
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:354:26: note: reset is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:323:26: warning: Virtual function 'addZones' is called from constructor 'MeshedSurface(const Xfer<pointField>&,const Xfer<List<Face>>&,const labelUList&zoneSizes=labelUList()' at line 196. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:196:13: note: Calling addZones
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:323:26: note: addZones is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:331:26: warning: Virtual function 'addZones' is called from constructor 'MeshedSurface(const Xfer<pointField>&,const Xfer<List<Face>>&,const labelUList&zoneSizes=labelUList()' at line 200. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:200:13: note: Calling addZones
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:331:26: note: addZones is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:344:26: warning: Virtual function 'clear' is called from constructor 'MeshedSurface(const fileName&,const word&ext)' at line 341. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:341:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:1121:5: note: Calling clear
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:344:26: note: clear is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:424:26: warning: Virtual function 'read' is called from constructor 'MeshedSurface(const fileName&)' at line 350. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.C:350:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:424:26: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:213:9: style: Class 'MeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:223:9: style: Class 'MeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:226:9: style: Class 'MeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:229:9: style: Class 'MeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:232:9: style: Class 'MeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:443:0: style: 'Foam :: MeshedSurface < face >::operator=' should return 'Foam :: MeshedSurface < face > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:443:0: style: 'Foam :: MeshedSurface < triFace >::operator=' should return 'Foam :: MeshedSurface < triFace > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:213:0: style: Class 'Foam :: MeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:223:0: style: Class 'Foam :: MeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:226:0: style: Class 'Foam :: MeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:229:0: style: Class 'Foam :: MeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:232:0: style: Class 'Foam :: MeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:213:0: style: Class 'Foam :: MeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:223:0: style: Class 'Foam :: MeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:226:0: style: Class 'Foam :: MeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:229:0: style: Class 'Foam :: MeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/MeshedSurface/MeshedSurface.H:232:0: style: Class 'Foam :: MeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:302:26: warning: Virtual function 'clear' is called from constructor 'UnsortedMeshedSurface(const fileName&,const word&)' at line 261. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.C:261:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.C:709:5: note: Calling clear
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:302:26: note: clear is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:354:26: warning: Virtual function 'read' is called from constructor 'UnsortedMeshedSurface(const fileName&)' at line 270. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.C:270:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:354:26: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:188:9: style: Class 'UnsortedMeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:191:9: style: Class 'UnsortedMeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:194:9: style: Class 'UnsortedMeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:197:9: style: Class 'UnsortedMeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:371:0: style: 'Foam :: UnsortedMeshedSurface < face >::operator=' should return 'Foam :: UnsortedMeshedSurface < face > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:371:0: style: 'Foam :: UnsortedMeshedSurface < triFace >::operator=' should return 'Foam :: UnsortedMeshedSurface < triFace > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:188:0: style: Class 'Foam :: UnsortedMeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:191:0: style: Class 'Foam :: UnsortedMeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:194:0: style: Class 'Foam :: UnsortedMeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:197:0: style: Class 'Foam :: UnsortedMeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:188:0: style: Class 'Foam :: UnsortedMeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:191:0: style: Class 'Foam :: UnsortedMeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:194:0: style: Class 'Foam :: UnsortedMeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:197:0: style: Class 'Foam :: UnsortedMeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfZone/surfZone/surfZone.H:63:1: warning: The class 'surfZone' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H:110:22: warning: Virtual function 'read' is called from constructor 'AC3DsurfaceFormat(const fileName&)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.C:40:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H:110:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H:81:9: style: Class 'AC3DsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.H:103:22: warning: Virtual function 'read' is called from constructor 'GTSsurfaceFormat(const fileName&)' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.C:42:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.H:103:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.H:74:9: style: Class 'GTSsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H:105:22: warning: Virtual function 'read' is called from constructor 'NASsurfaceFormat(const fileName&)' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.C:38:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H:105:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H:82:9: style: Class 'NASsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H:100:22: warning: Virtual function 'read' is called from constructor 'OBJsurfaceFormat(const fileName&)' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.C:42:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H:100:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H:74:9: style: Class 'OBJsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.H:108:22: warning: Virtual function 'read' is called from constructor 'OFFsurfaceFormat(const fileName&)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.C:41:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.H:108:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.H:82:9: style: Class 'OFFsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H:130:22: warning: Virtual function 'read' is called from constructor 'OFSsurfaceFormat(const fileName&)' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.C:39:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H:130:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H:79:9: style: Class 'OFSsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.H:123:22: warning: Virtual function 'read' is called from constructor 'STARCDsurfaceFormat(const fileName&)' at line 70. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.C:70:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.H:123:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.H:97:9: style: Class 'STARCDsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/stl/STLtriangleI.H:28:27: warning: Member variable 'STLtriangle::attrib_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.H:154:22: warning: Virtual function 'read' is called from constructor 'STLsurfaceFormat(const fileName&)' at line 119. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.C:119:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.H:154:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/stl/STLpoint.H:69:9: style: Class 'STLpoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/stl/STLpoint.H:75:9: style: Class 'STLpoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/stl/STLtriangle.H:93:9: style: Class 'STLtriangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.H:109:9: style: Class 'STLsurfaceFormatCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.H:95:9: style: Class 'STLsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.H:115:22: warning: Virtual function 'read' is called from constructor 'TRIsurfaceFormat(const fileName&)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.C:67:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.H:115:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.H:90:9: style: Class 'TRIsurfaceFormatCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.H:85:9: style: Class 'TRIsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H:108:22: warning: Virtual function 'read' is called from constructor 'VTKsurfaceFormat(const fileName&)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.C:60:5: note: Calling read
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H:108:22: note: read is a virtual method
OpenFOAM-4.x-version-4.1/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H:78:9: style: Class 'VTKsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/SLGThermo/SLGThermo/SLGThermo.C:150:10: style: Function 'carrierId' argument 2 names different: declaration 'allowNotFound' definition 'allowNotfound'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/SLGThermo/SLGThermo/SLGThermo.H:120:26: note: Function 'carrierId' argument 2 names different: declaration 'allowNotFound' definition 'allowNotfound'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/SLGThermo/SLGThermo/SLGThermo.C:150:10: note: Function 'carrierId' argument 2 names different: declaration 'allowNotFound' definition 'allowNotfound'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/SLGThermo/SLGThermo/SLGThermo.C:176:10: style: Function 'liquidId' argument 2 names different: declaration 'allowNotFound' definition 'allowNotfound'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/SLGThermo/SLGThermo/SLGThermo.H:127:26: note: Function 'liquidId' argument 2 names different: declaration 'allowNotFound' definition 'allowNotfound'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/SLGThermo/SLGThermo/SLGThermo.C:176:10: note: Function 'liquidId' argument 2 names different: declaration 'allowNotFound' definition 'allowNotfound'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/SLGThermo/SLGThermo/SLGThermo.C:201:10: style: Function 'solidId' argument 2 names different: declaration 'allowNotFound' definition 'allowNotfound'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/SLGThermo/SLGThermo/SLGThermo.H:134:26: note: Function 'solidId' argument 2 names different: declaration 'allowNotFound' definition 'allowNotfound'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/SLGThermo/SLGThermo/SLGThermo.C:201:10: note: Function 'solidId' argument 2 names different: declaration 'allowNotFound' definition 'allowNotfound'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/basic/heThermo/heThermo.C:34:38: style: Function 'heBoundaryCorrection' argument 1 names different: declaration 'he' definition 'h'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/basic/heThermo/heThermo.H:68:55: note: Function 'heBoundaryCorrection' argument 1 names different: declaration 'he' definition 'h'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/basic/heThermo/heThermo.C:34:38: note: Function 'heBoundaryCorrection' argument 1 names different: declaration 'he' definition 'h'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/basic/heThermo/heThermo.C:679:24: style: Function 'THE' argument 1 names different: declaration 'he' definition 'h'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/basic/heThermo/heThermo.H:186:36: note: Function 'THE' argument 1 names different: declaration 'he' definition 'h'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/basic/heThermo/heThermo.C:679:24: note: Function 'THE' argument 1 names different: declaration 'he' definition 'h'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/basic/heThermo/heThermo.C:701:24: style: Function 'THE' argument 1 names different: declaration 'he' definition 'h'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/basic/heThermo/heThermo.H:195:36: note: Function 'THE' argument 1 names different: declaration 'he' definition 'h'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/basic/heThermo/heThermo.C:701:24: note: Function 'THE' argument 1 names different: declaration 'he' definition 'h'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/chemistryModel/chemistryModel/chemistryModel/chemistryModel.C:140:17: style: Function 'omegaI' argument 1 names different: declaration 'iReaction' definition 'index'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/chemistryModel/chemistryModel/chemistryModel/chemistryModel.H:179:19: note: Function 'omegaI' argument 1 names different: declaration 'iReaction' definition 'index'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/chemistryModel/chemistryModel/chemistryModel/chemistryModel.C:140:17: note: Function 'omegaI' argument 1 names different: declaration 'iReaction' definition 'index'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/chemistryModel/chemistryModel/chemistryModel/chemistryModel.C:162:33: style: Function 'omega' argument 1 names different: declaration 'r' definition 'R'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/chemistryModel/chemistryModel/chemistryModel/chemistryModel.H:162:41: note: Function 'omega' argument 1 names different: declaration 'r' definition 'R'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/chemistryModel/chemistryModel/chemistryModel/chemistryModel.C:162:33: note: Function 'omega' argument 1 names different: declaration 'r' definition 'R'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/chemistryModel/chemistryModel/chemistryModel/chemistryModel.C:280:18: style: Function 'derivatives' argument 1 names different: declaration 't' definition 'time'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/chemistryModel/chemistryModel/chemistryModel/chemistryModel.H:242:30: note: Function 'derivatives' argument 1 names different: declaration 't' definition 'time'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/chemistryModel/chemistryModel/chemistryModel/chemistryModel.C:280:18: note: Function 'derivatives' argument 1 names different: declaration 't' definition 'time'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidMixtureProperties/liquidMixtureProperties/liquidMixtureProperties.C:45:5: performance: Variable 'components_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidMixtureProperties/liquidMixtureProperties/liquidMixtureProperties.H:94:9: style: Class 'liquidMixtureProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidMixtureProperties/liquidMixtureProperties/liquidMixtureProperties.H:75:1: warning: The class 'liquidMixtureProperties' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/Ar/Ar.H:111:9: style: Class 'Ar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/Ar/Ar.H:114:9: style: Class 'Ar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/Ar/Ar.H:59:1: warning: The class 'Ar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C10H22/C10H22.H:111:9: style: Class 'C10H22' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C10H22/C10H22.H:114:9: style: Class 'C10H22' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C10H22/C10H22.H:59:1: warning: The class 'C10H22' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C12H26/C12H26.H:111:9: style: Class 'C12H26' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C12H26/C12H26.H:114:9: style: Class 'C12H26' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C12H26/C12H26.H:59:1: warning: The class 'C12H26' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C13H28/C13H28.H:111:9: style: Class 'C13H28' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C13H28/C13H28.H:114:9: style: Class 'C13H28' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C13H28/C13H28.H:59:1: warning: The class 'C13H28' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C14H30/C14H30.H:111:9: style: Class 'C14H30' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C14H30/C14H30.H:114:9: style: Class 'C14H30' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C14H30/C14H30.H:59:1: warning: The class 'C14H30' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C16H34/C16H34.H:111:9: style: Class 'C16H34' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C16H34/C16H34.H:114:9: style: Class 'C16H34' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C16H34/C16H34.H:59:1: warning: The class 'C16H34' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C2H5OH/C2H5OH.H:111:9: style: Class 'C2H5OH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C2H5OH/C2H5OH.H:114:9: style: Class 'C2H5OH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C2H5OH/C2H5OH.H:59:1: warning: The class 'C2H5OH' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C2H6/C2H6.H:111:9: style: Class 'C2H6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C2H6/C2H6.H:114:9: style: Class 'C2H6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C2H6/C2H6.H:59:1: warning: The class 'C2H6' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C2H6O/C2H6O.H:111:9: style: Class 'C2H6O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C2H6O/C2H6O.H:114:9: style: Class 'C2H6O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C2H6O/C2H6O.H:59:1: warning: The class 'C2H6O' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C3H6O/C3H6O.H:111:9: style: Class 'C3H6O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C3H6O/C3H6O.H:114:9: style: Class 'C3H6O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C3H6O/C3H6O.H:59:1: warning: The class 'C3H6O' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C3H8/C3H8.H:111:9: style: Class 'C3H8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C3H8/C3H8.H:114:9: style: Class 'C3H8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C3H8/C3H8.H:59:1: warning: The class 'C3H8' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C4H10O/C4H10O.H:111:9: style: Class 'C4H10O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C4H10O/C4H10O.H:114:9: style: Class 'C4H10O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C4H10O/C4H10O.H:59:1: warning: The class 'C4H10O' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C6H14/C6H14.H:111:9: style: Class 'C6H14' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C6H14/C6H14.H:114:9: style: Class 'C6H14' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C6H14/C6H14.H:59:1: warning: The class 'C6H14' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C6H6/C6H6.H:111:9: style: Class 'C6H6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C6H6/C6H6.H:114:9: style: Class 'C6H6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C6H6/C6H6.H:59:1: warning: The class 'C6H6' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C7H16/C7H16.H:111:9: style: Class 'C7H16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C7H16/C7H16.H:114:9: style: Class 'C7H16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C7H16/C7H16.H:59:1: warning: The class 'C7H16' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C7H8/C7H8.H:111:9: style: Class 'C7H8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C7H8/C7H8.H:114:9: style: Class 'C7H8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C7H8/C7H8.H:59:1: warning: The class 'C7H8' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C8H10/C8H10.H:110:9: style: Class 'C8H10' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C8H10/C8H10.H:113:9: style: Class 'C8H10' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C8H10/C8H10.H:58:1: warning: The class 'C8H10' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C8H18/C8H18.H:111:9: style: Class 'C8H18' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C8H18/C8H18.H:114:9: style: Class 'C8H18' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C8H18/C8H18.H:59:1: warning: The class 'C8H18' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C9H20/C9H20.H:111:9: style: Class 'C9H20' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C9H20/C9H20.H:114:9: style: Class 'C9H20' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/C9H20/C9H20.H:59:1: warning: The class 'C9H20' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/CH3OH/CH3OH.H:111:9: style: Class 'CH3OH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/CH3OH/CH3OH.H:114:9: style: Class 'CH3OH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/CH3OH/CH3OH.H:59:1: warning: The class 'CH3OH' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/CH4N2O/CH4N2O.H:111:9: style: Class 'CH4N2O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/CH4N2O/CH4N2O.H:114:9: style: Class 'CH4N2O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/CH4N2O/CH4N2O.H:60:1: warning: The class 'CH4N2O' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/H2O/H2O.H:110:9: style: Class 'H2O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/H2O/H2O.H:113:9: style: Class 'H2O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/H2O/H2O.H:58:1: warning: The class 'H2O' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/IC8H18/IC8H18.H:111:9: style: Class 'IC8H18' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/IC8H18/IC8H18.H:114:9: style: Class 'IC8H18' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/IC8H18/IC8H18.H:59:1: warning: The class 'IC8H18' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/IDEA/IDEA.H:133:9: style: Class 'IDEA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/IDEA/IDEA.H:136:9: style: Class 'IDEA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/IDEA/IDEA.H:81:1: warning: The class 'IDEA' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/MB/MB.H:111:9: style: Class 'MB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/MB/MB.H:114:9: style: Class 'MB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/MB/MB.H:59:1: warning: The class 'MB' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/N2/N2.H:111:9: style: Class 'N2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/N2/N2.H:114:9: style: Class 'N2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/N2/N2.H:59:1: warning: The class 'N2' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/aC10H7CH3/aC10H7CH3.H:111:9: style: Class 'aC10H7CH3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/aC10H7CH3/aC10H7CH3.H:114:9: style: Class 'aC10H7CH3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/aC10H7CH3/aC10H7CH3.H:59:1: warning: The class 'aC10H7CH3' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/bC10H7CH3/bC10H7CH3.H:111:9: style: Class 'bC10H7CH3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/bC10H7CH3/bC10H7CH3.H:114:9: style: Class 'bC10H7CH3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/bC10H7CH3/bC10H7CH3.H:59:1: warning: The class 'bC10H7CH3' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/iC3H8O/iC3H8O.H:109:9: style: Class 'iC3H8O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/iC3H8O/iC3H8O.H:112:9: style: Class 'iC3H8O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/iC3H8O/iC3H8O.H:58:1: warning: The class 'iC3H8O' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/liquidProperties/liquidProperties.H:146:9: style: Class 'liquidProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/liquidProperties/liquidProperties.H:149:9: style: Class 'liquidProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/liquidProperties/liquidProperties.H:54:1: warning: The class 'liquidProperties' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/nC3H8O/nC3H8O.H:109:9: style: Class 'nC3H8O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/nC3H8O/nC3H8O.H:112:9: style: Class 'nC3H8O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/liquidProperties/nC3H8O/nC3H8O.H:58:1: warning: The class 'nC3H8O' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidMixtureProperties/solidMixtureProperties/solidMixtureProperties.C:46:35: style: Function 'solidMixtureProperties' argument 1 names different: declaration 'lm' definition 's'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidMixtureProperties/solidMixtureProperties/solidMixtureProperties.H:94:62: note: Function 'solidMixtureProperties' argument 1 names different: declaration 'lm' definition 's'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidMixtureProperties/solidMixtureProperties/solidMixtureProperties.C:46:35: note: Function 'solidMixtureProperties' argument 1 names different: declaration 'lm' definition 's'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidMixtureProperties/solidMixtureProperties/solidMixtureProperties.C:35:5: performance: Variable 'components_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidMixtureProperties/solidMixtureProperties/solidMixtureProperties.H:91:9: style: Class 'solidMixtureProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidMixtureProperties/solidMixtureProperties/solidMixtureProperties.H:75:1: warning: The class 'solidMixtureProperties' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/C/C.H:74:9: style: Class 'C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/C/C.H:77:9: style: Class 'C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/C/C.H:80:9: style: Class 'C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/CaCO3/CaCO3.H:75:9: style: Class 'CaCO3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/CaCO3/CaCO3.H:78:9: style: Class 'CaCO3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/CaCO3/CaCO3.H:81:9: style: Class 'CaCO3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/ash/ash.H:75:9: style: Class 'ash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/ash/ash.H:78:9: style: Class 'ash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/ash/ash.H:81:9: style: Class 'ash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/solidProperties/solidProperties.H:131:9: style: Class 'solidProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/solidProperties/solidProperties.H:134:9: style: Class 'solidProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/properties/solidProperties/solidProperties/solidProperties.H:61:1: warning: The class 'solidProperties' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationFvPatchScalarField.H:77:1: warning: The class 'MarshakRadiationFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedTemperature/MarshakRadiationFixedTemperatureFvPatchScalarField.H:77:1: warning: The class 'MarshakRadiationFixedTemperatureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.H:81:1: warning: The class 'greyDiffusiveRadiationMixedFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveViewFactor/greyDiffusiveViewFactorFixedValueFvPatchScalarField.H:80:1: warning: The class 'greyDiffusiveViewFactorFixedValueFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.C:65:17: style: Function 'radiationCoupledBase' argument 2 names different: declaration 'calculationMethod' definition 'calculationType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.H:103:25: note: Function 'radiationCoupledBase' argument 2 names different: declaration 'calculationMethod' definition 'calculationType'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.C:65:17: note: Function 'radiationCoupledBase' argument 2 names different: declaration 'calculationMethod' definition 'calculationType'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.C:78:17: style: Function 'radiationCoupledBase' argument 2 names different: declaration 'calculationMethod' definition 'calculationType'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.H:111:25: note: Function 'radiationCoupledBase' argument 2 names different: declaration 'calculationMethod' definition 'calculationType'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.C:78:17: note: Function 'radiationCoupledBase' argument 2 names different: declaration 'calculationMethod' definition 'calculationType'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.H:74:1: warning: The class 'wideBandDiffusiveRadiationMixedFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/P1/P1.H:98:9: style: Class 'P1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/fvDOM/absorptionCoeffs/absorptionCoeffs.H:97:9: warning: Member variable 'absorptionCoeffs::invTemp_' is not initialized in the constructor. [uninitMemberVar]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/fvDOM/absorptionCoeffs/absorptionCoeffs.H:94:9: style: Class 'absorptionCoeffs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/fvDOM/blackBodyEmission/blackBodyEmission.H:123:44: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/fvDOM/fvDOM/fvDOM.H:167:9: style: Class 'fvDOM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C:49:17: style: Function 'radiativeIntensityRay' argument 7 names different: declaration 'lambda' definition 'nLambda'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H:141:25: note: Function 'radiativeIntensityRay' argument 7 names different: declaration 'lambda' definition 'nLambda'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C:49:17: note: Function 'radiativeIntensityRay' argument 7 names different: declaration 'lambda' definition 'nLambda'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C:50:36: style: Function 'radiativeIntensityRay' argument 8 names different: declaration 'absEmmModel_' definition 'absorptionEmission'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H:142:44: note: Function 'radiativeIntensityRay' argument 8 names different: declaration 'absEmmModel_' definition 'absorptionEmission'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C:50:36: note: Function 'radiativeIntensityRay' argument 8 names different: declaration 'absEmmModel_' definition 'absorptionEmission'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/noRadiation/noRadiation.H:74:9: style: Class 'noRadiation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/opaqueSolid/opaqueSolid.H:75:9: style: Class 'opaqueSolid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/viewFactor/viewFactor.C:373:24: style: Function 'insertMatrixElements' argument 1 names different: declaration 'index' definition 'globalNumbering'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/viewFactor/viewFactor.H:118:32: note: Function 'insertMatrixElements' argument 1 names different: declaration 'index' definition 'globalNumbering'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/viewFactor/viewFactor.C:373:24: note: Function 'insertMatrixElements' argument 1 names different: declaration 'index' definition 'globalNumbering'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/viewFactor/viewFactor.C:374:17: style: Function 'insertMatrixElements' argument 2 names different: declaration 'fromProci' definition 'proci'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/viewFactor/viewFactor.H:119:25: note: Function 'insertMatrixElements' argument 2 names different: declaration 'fromProci' definition 'proci'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/viewFactor/viewFactor.C:374:17: note: Function 'insertMatrixElements' argument 2 names different: declaration 'fromProci' definition 'proci'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/viewFactor/viewFactor.C:377:25: style: Function 'insertMatrixElements' argument 5 names different: declaration 'matrix' definition 'Fmatrix'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/viewFactor/viewFactor.H:122:33: note: Function 'insertMatrixElements' argument 5 names different: declaration 'matrix' definition 'Fmatrix'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/viewFactor/viewFactor.C:377:25: note: Function 'insertMatrixElements' argument 5 names different: declaration 'matrix' definition 'Fmatrix'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/radiationModels/viewFactor/viewFactor.H:141:9: style: Class 'viewFactor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.C:286:21: style: Function 'correct' argument 1 names different: declaration 'a_' definition 'a'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.H:233:29: note: Function 'correct' argument 1 names different: declaration 'a_' definition 'a'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.C:286:21: note: Function 'correct' argument 1 names different: declaration 'a_' definition 'a'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C:741:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C:150:17: style: Function 'checkCoeffs' argument 2 names different: declaration 'reationRateName' definition 'reactionRateName'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H:262:25: note: Function 'checkCoeffs' argument 2 names different: declaration 'reationRateName' definition 'reactionRateName'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C:150:17: note: Function 'checkCoeffs' argument 2 names different: declaration 'reationRateName' definition 'reactionRateName'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C:245:23: style: Function 'addPressureDependentReaction' argument 5 names different: declaration 'thirdBodyEfficiencies' definition 'efficiencies'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H:282:31: note: Function 'addPressureDependentReaction' argument 5 names different: declaration 'thirdBodyEfficiencies' definition 'efficiencies'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C:245:23: note: Function 'addPressureDependentReaction' argument 5 names different: declaration 'thirdBodyEfficiencies' definition 'efficiencies'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C:415:23: style: Function 'addReaction' argument 3 names different: declaration 'thirdBodyEfficiencies' definition 'efficiencies'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H:295:31: note: Function 'addReaction' argument 3 names different: declaration 'thirdBodyEfficiencies' definition 'efficiencies'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C:415:23: note: Function 'addReaction' argument 3 names different: declaration 'thirdBodyEfficiencies' definition 'efficiencies'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C:419:23: style: Function 'addReaction' argument 7 names different: declaration 'ArrheniusReactionCoeffs' definition 'ArrheniusCoeffs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H:299:31: note: Function 'addReaction' argument 7 names different: declaration 'ArrheniusReactionCoeffs' definition 'ArrheniusCoeffs'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C:419:23: note: Function 'addReaction' argument 7 names different: declaration 'ArrheniusReactionCoeffs' definition 'ArrheniusCoeffs'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H:67:34: style: Member variable 'foamChemistryReader::speciesThermo_' is in the wrong place in the initializer list. [initializerList]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.C:71:5: note: Member variable 'foamChemistryReader::speciesThermo_' is in the wrong place in the initializer list.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H:67:34: note: Member variable 'foamChemistryReader::speciesThermo_' is in the wrong place in the initializer list.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.C:54:17: style: Function 'moleFractions' argument 2 names different: declaration 't' definition 'runTime'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.H:109:25: note: Function 'moleFractions' argument 2 names different: declaration 't' definition 'runTime'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.C:54:17: note: Function 'moleFractions' argument 2 names different: declaration 't' definition 'runTime'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.H:88:22: warning: Virtual function 'calculateMoleFractions' is called from constructor 'moleFractions(const word&name,const Time&t,const dictionary&dict)' at line 90. Dynamic binding is not used. [virtualCallInConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.C:90:9: note: Calling calculateMoleFractions
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.H:88:22: note: calculateMoleFractions is a virtual method
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C:98:29: style: The scope of the variable 'pTu' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C:101:29: style: The scope of the variable 'pheu' can be reduced. [variableScope]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C:251:24: style: Function 'heu' argument 2 names different: declaration 'T' definition 'Tu'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.H:124:36: note: Function 'heu' argument 2 names different: declaration 'T' definition 'Tu'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C:251:24: note: Function 'heu' argument 2 names different: declaration 'T' definition 'Tu'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C:272:24: style: Function 'heu' argument 2 names different: declaration 'T' definition 'Tu'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.H:132:36: note: Function 'heu' argument 2 names different: declaration 'T' definition 'Tu'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C:272:24: note: Function 'heu' argument 2 names different: declaration 'T' definition 'Tu'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.C:238:34: style: Function 'omega' argument 1 names different: declaration 'r' definition 'R'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.H:145:42: note: Function 'omega' argument 1 names different: declaration 'r' definition 'R'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.C:238:34: note: Function 'omega' argument 1 names different: declaration 'r' definition 'R'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.C:281:17: style: Function 'omegaI' argument 1 names different: declaration 'iReaction' definition 'index'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.H:163:19: note: Function 'omegaI' argument 1 names different: declaration 'iReaction' definition 'index'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.C:281:17: note: Function 'omegaI' argument 1 names different: declaration 'iReaction' definition 'index'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.C:304:18: style: Function 'derivatives' argument 1 names different: declaration 't' definition 'time'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.H:211:30: note: Function 'derivatives' argument 1 names different: declaration 't' definition 'time'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.C:304:18: note: Function 'derivatives' argument 1 names different: declaration 't' definition 'time'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.C:619:17: style: Function 'gasHs' argument 3 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.H:196:29: note: Function 'gasHs' argument 3 names different: declaration 'i' definition 'index'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.C:619:17: note: Function 'gasHs' argument 3 names different: declaration 'i' definition 'index'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidSpecie/transport/const/constAnIsoSolidTransport.H:136:0: style: 'Foam :: constAnIsoSolidTransport < Thermo >::operator=' should return 'Foam :: constAnIsoSolidTransport < Thermo > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidSpecie/transport/const/constAnIsoSolidTransport.H:97:0: style: Class 'Foam :: constAnIsoSolidTransport < Thermo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidSpecie/transport/const/constIsoSolidTransport.H:137:0: style: 'Foam :: constIsoSolidTransport < Thermo >::operator=' should return 'Foam :: constIsoSolidTransport < Thermo > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidSpecie/transport/const/constIsoSolidTransport.H:98:0: style: Class 'Foam :: constIsoSolidTransport < Thermo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidSpecie/transport/exponential/exponentialSolidTransport.H:145:0: style: 'Foam :: exponentialSolidTransport < Thermo >::operator=' should return 'Foam :: exponentialSolidTransport < Thermo > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidSpecie/transport/exponential/exponentialSolidTransport.H:107:0: style: Class 'Foam :: exponentialSolidTransport < Thermo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidSpecie/transport/polynomial/polynomialSolidTransport.H:175:0: style: 'Foam :: polynomialSolidTransport < Thermo , PolySize >::operator=' should return 'Foam :: polynomialSolidTransport < Thermo , PolySize > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidSpecie/transport/polynomial/polynomialSolidTransport.H:127:0: style: Class 'Foam :: polynomialSolidTransport < Thermo , PolySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/solidSpecie/transport/polynomial/polynomialSolidTransport.H:130:0: style: Class 'Foam :: polynomialSolidTransport < Thermo , PolySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/Boussinesq/Boussinesq.H:203:0: style: 'Foam :: Boussinesq < Specie >::operator=' should return 'Foam :: Boussinesq < Specie > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/Boussinesq/Boussinesq.H:129:0: style: Class 'Foam :: Boussinesq < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/Boussinesq/Boussinesq.H:132:0: style: Class 'Foam :: Boussinesq < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/PengRobinsonGas/PengRobinsonGas.H:130:0: style: Class 'Foam :: PengRobinsonGas < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/PengRobinsonGas/PengRobinsonGas.H:133:0: style: Class 'Foam :: PengRobinsonGas < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/adiabaticPerfectFluid/adiabaticPerfectFluid.H:125:0: style: Class 'Foam :: adiabaticPerfectFluid < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/adiabaticPerfectFluid/adiabaticPerfectFluid.H:128:0: style: Class 'Foam :: adiabaticPerfectFluid < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H:185:9: style: 'icoPolynomial::operator=' should return 'icoPolynomial &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H:117:9: style: Class 'icoPolynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H:120:9: style: Class 'icoPolynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/incompressiblePerfectGas/incompressiblePerfectGas.H:188:0: style: 'Foam :: incompressiblePerfectGas < Specie >::operator=' should return 'Foam :: incompressiblePerfectGas < Specie > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/incompressiblePerfectGas/incompressiblePerfectGas.H:114:0: style: Class 'Foam :: incompressiblePerfectGas < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/incompressiblePerfectGas/incompressiblePerfectGas.H:117:0: style: Class 'Foam :: incompressiblePerfectGas < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/linear/linear.H:121:0: style: Class 'Foam :: linear < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/linear/linear.H:124:0: style: Class 'Foam :: linear < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/perfectFluid/perfectFluid.H:117:0: style: Class 'Foam :: perfectFluid < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/perfectFluid/perfectFluid.H:120:0: style: Class 'Foam :: perfectFluid < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H:101:0: style: Class 'Foam :: perfectGas < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H:104:0: style: Class 'Foam :: perfectGas < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H:107:0: style: Class 'Foam :: perfectGas < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/rhoConst/rhoConst.H:109:0: style: Class 'Foam :: rhoConst < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/equationOfState/rhoConst/rhoConst.H:112:0: style: Class 'Foam :: rhoConst < Specie >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.C:40:25: style: Function 'IrreversibleReaction' argument 2 names different: declaration 'reactionRate' definition 'k'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.H:91:33: note: Function 'IrreversibleReaction' argument 2 names different: declaration 'reactionRate' definition 'k'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.C:40:25: note: Function 'IrreversibleReaction' argument 2 names different: declaration 'reactionRate' definition 'k'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/ReactionList/ReactionList.C:36:37: style: Function 'ReactionList' argument 2 names different: declaration 'thermoDatabase' definition 'thermoDb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/ReactionList/ReactionList.H:85:45: note: Function 'ReactionList' argument 2 names different: declaration 'thermoDatabase' definition 'thermoDb'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/ReactionList/ReactionList.C:36:37: note: Function 'ReactionList' argument 2 names different: declaration 'thermoDatabase' definition 'thermoDb'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/ReactionList/ReactionList.C:50:37: style: Function 'ReactionList' argument 2 names different: declaration 'thermoDatabase' definition 'thermoDb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/ReactionList/ReactionList.H:92:45: note: Function 'ReactionList' argument 2 names different: declaration 'thermoDatabase' definition 'thermoDb'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/ReactionList/ReactionList.C:50:37: note: Function 'ReactionList' argument 2 names different: declaration 'thermoDatabase' definition 'thermoDb'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/ReactionList/ReactionList.C:67:37: style: Function 'ReactionList' argument 2 names different: declaration 'thermoDatabase' definition 'thermoDb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/ReactionList/ReactionList.H:100:45: note: Function 'ReactionList' argument 2 names different: declaration 'thermoDatabase' definition 'thermoDb'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/reaction/Reactions/ReactionList/ReactionList.C:67:37: note: Function 'ReactionList' argument 2 names different: declaration 'thermoDatabase' definition 'thermoDb'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/specie/specieI.H:105:21: warning: Member variable 'specie::name_' is not assigned a value in 'specie::operator='. [operatorEqVarError]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/specie/specie.H:139:9: style: 'specie::operator=' should return 'specie &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/specie/specie.H:108:9: style: Class 'specie' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/specie/specie.H:111:9: style: Class 'specie' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H:123:0: style: Class 'Foam :: eConstThermo < EquationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H:126:0: style: Class 'Foam :: eConstThermo < EquationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H:116:0: style: Class 'Foam :: hConstThermo < EquationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H:119:0: style: Class 'Foam :: hConstThermo < EquationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H:190:0: style: 'Foam :: hPolynomialThermo < EquationOfState , PolySize >::operator=' should return 'Foam :: hPolynomialThermo < EquationOfState , PolySize > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H:140:0: style: Class 'Foam :: hPolynomialThermo < EquationOfState , PolySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H:143:0: style: Class 'Foam :: hPolynomialThermo < EquationOfState , PolySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/hPower/hPowerThermo.H:133:0: style: Class 'Foam :: hPowerThermo < EquationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/hPower/hPowerThermo.H:136:0: style: Class 'Foam :: hPowerThermo < EquationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/hRefConst/hRefConstThermo.H:120:0: style: Class 'Foam :: hRefConstThermo < EquationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/hRefConst/hRefConstThermo.H:123:0: style: Class 'Foam :: hRefConstThermo < EquationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/janaf/janafThermo.H:142:0: style: Class 'Foam :: janafThermo < EquationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/janaf/janafThermo.H:145:0: style: Class 'Foam :: janafThermo < EquationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermoI.H:360:18: style: Function 'THE' argument 1 names different: declaration 'H' definition 'he'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermo.H:298:30: note: Function 'THE' argument 1 names different: declaration 'H' definition 'he'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermoI.H:360:18: note: Function 'THE' argument 1 names different: declaration 'H' definition 'he'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermoI.H:372:18: style: Function 'THs' argument 1 names different: declaration 'Hs' definition 'hs'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermo.H:306:30: note: Function 'THs' argument 1 names different: declaration 'Hs' definition 'hs'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermoI.H:372:18: note: Function 'THs' argument 1 names different: declaration 'Hs' definition 'hs'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermoI.H:392:18: style: Function 'THa' argument 1 names different: declaration 'H' definition 'ha'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermo.H:315:30: note: Function 'THa' argument 1 names different: declaration 'H' definition 'ha'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermoI.H:392:18: note: Function 'THa' argument 1 names different: declaration 'H' definition 'ha'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermoI.H:412:18: style: Function 'TEs' argument 1 names different: declaration 'E' definition 'es'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermo.H:324:30: note: Function 'TEs' argument 1 names different: declaration 'E' definition 'es'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermoI.H:412:18: note: Function 'TEs' argument 1 names different: declaration 'E' definition 'es'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermoI.H:432:18: style: Function 'TEa' argument 1 names different: declaration 'E' definition 'ea'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermo.H:333:30: note: Function 'TEa' argument 1 names different: declaration 'E' definition 'ea'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermoI.H:432:18: note: Function 'TEa' argument 1 names different: declaration 'E' definition 'ea'.
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermo.H:135:9: style: Class 'thermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermo.H:138:9: style: Class 'thermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/thermo/thermo/thermo.H:141:9: style: Class 'thermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/const/constTransport.H:164:0: style: 'Foam :: constTransport < Thermo >::operator=' should return 'Foam :: constTransport < Thermo > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/const/constTransport.H:123:0: style: Class 'Foam :: constTransport < Thermo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/const/constTransport.H:126:0: style: Class 'Foam :: constTransport < Thermo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/logPolynomial/logPolynomialTransport.H:179:0: style: 'Foam :: logPolynomialTransport < Thermo , PolySize >::operator=' should return 'Foam :: logPolynomialTransport < Thermo , PolySize > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/logPolynomial/logPolynomialTransport.H:135:0: style: Class 'Foam :: logPolynomialTransport < Thermo , PolySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/logPolynomial/logPolynomialTransport.H:138:0: style: Class 'Foam :: logPolynomialTransport < Thermo , PolySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H:169:0: style: 'Foam :: polynomialTransport < Thermo , PolySize >::operator=' should return 'Foam :: polynomialTransport < Thermo , PolySize > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H:128:0: style: Class 'Foam :: polynomialTransport < Thermo , PolySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H:131:0: style: Class 'Foam :: polynomialTransport < Thermo , PolySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H:189:0: style: 'Foam :: sutherlandTransport < Thermo >::operator=' should return 'Foam :: sutherlandTransport < Thermo > &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H:145:0: style: Class 'Foam :: sutherlandTransport < Thermo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H:148:0: style: Class 'Foam :: sutherlandTransport < Thermo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.H:83:9: style: Class 'APIdiffCoefFunc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.H:86:9: style: Class 'APIdiffCoefFunc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.H:98:9: style: Class 'NSRDSfunc0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.H:101:9: style: Class 'NSRDSfunc0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.H:97:9: style: Class 'NSRDSfunc1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.H:100:9: style: Class 'NSRDSfunc1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.H:97:9: style: Class 'NSRDSfunc14' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.H:100:9: style: Class 'NSRDSfunc14' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.H:96:9: style: Class 'NSRDSfunc2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.H:99:9: style: Class 'NSRDSfunc2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.H:96:9: style: Class 'NSRDSfunc3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.H:99:9: style: Class 'NSRDSfunc3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.H:97:9: style: Class 'NSRDSfunc4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.H:100:9: style: Class 'NSRDSfunc4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.H:96:9: style: Class 'NSRDSfunc5' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.H:99:9: style: Class 'NSRDSfunc5' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.H:98:9: style: Class 'NSRDSfunc6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.H:101:9: style: Class 'NSRDSfunc6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.H:97:9: style: Class 'NSRDSfunc7' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.H:100:9: style: Class 'NSRDSfunc7' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.H:58:12: performance: Technically the member function 'Foam::interfaceCompressionLimiter::limiter' can be static. [functionStatic]
OpenFOAM-4.x-version-4.1/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.H:55:5: style: Class 'interfaceCompressionLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/transportModels/interfaceProperties/interfaceProperties.C:50:35: style: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'. [funcArgNamesDifferent]
OpenFOAM-4.x-version-4.1/src/transportModels/interfaceProperties/interfaceProperties.H:88:43: note: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'.
OpenFOAM-4.x-version-4.1/src/transportModels/interfaceProperties/interfaceProperties.C:50:35: note: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'.
OpenFOAM-4.x-version-4.1/src/transportModels/twoPhaseProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.H:76:1: warning: The class 'alphaContactAngleFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/transportModels/twoPhaseProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.H:53:1: warning: The class 'constantAlphaContactAngleFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/transportModels/twoPhaseProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.H:50:1: warning: The class 'dynamicAlphaContactAngleFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/transportModels/twoPhaseProperties/alphaContactAngle/temperatureDependentAlphaContactAngle/temperatureDependentAlphaContactAngleFvPatchScalarField.H:70:1: warning: The class 'temperatureDependentAlphaContactAngleFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/transportModels/twoPhaseProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.H:49:1: warning: The class 'alphaFixedPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenFOAM-4.x-version-4.1/src/triSurface/faceTriangulation/faceTriangulation.H:190:9: style: Class 'faceTriangulation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/triSurface/tools/labelledTri/sortLabelledTri.H:112:9: style: Class 'sortLabelledTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/triSurface/tools/labelledTri/labelledTri.H:91:9: style: Class 'labelledTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/triSurface/triSurface/triSurface.H:417:9: style: 'triSurface::operator=' should return 'triSurface &'. [operatorEq]
OpenFOAM-4.x-version-4.1/src/triSurface/triSurface/triSurface.H:289:9: style: Class 'triSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/triSurface/triSurface/triSurface.H:292:9: style: Class 'triSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/triSurface/triSurface/triSurface.H:295:9: style: Class 'triSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenFOAM-4.x-version-4.1/src/triSurface/triSurface/surfacePatch/surfacePatch.C:73:5: performance: Variable 'size_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenFOAM-4.x-version-4.1/src/triSurface/triSurface/surfacePatch/surfacePatch.H:59:1: warning: The class 'surfacePatch' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
[12:46]

ftp://ftp.se.debian.org/debian/pool/main/o/openfortivpn/openfortivpn_1.7.1.orig.tar.gz
openfortivpn-1.7.1/src/log.c:64:21: style: Function 'set_syslog' argument 1 names different: declaration 'do_syslog' definition 'use_syslog'. [funcArgNamesDifferent]
openfortivpn-1.7.1/src/log.h:37:21: note: Function 'set_syslog' argument 1 names different: declaration 'do_syslog' definition 'use_syslog'.
openfortivpn-1.7.1/src/log.c:64:21: note: Function 'set_syslog' argument 1 names different: declaration 'do_syslog' definition 'use_syslog'.
openfortivpn-1.7.1/src/tunnel.c:728:21: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openfortivpn-1.7.1/src/tunnel.c:725:39: note: outer condition: !tunnel->config->cipher_list
openfortivpn-1.7.1/src/tunnel.c:728:21: note: opposite inner condition: tunnel->config->cipher_list
openfortivpn-1.7.1/src/xml.c:38:42: style: Function 'xml_find' argument 2 names different: declaration 'tag' definition 'needle'. [funcArgNamesDifferent]
openfortivpn-1.7.1/src/xml.h:21:42: note: Function 'xml_find' argument 2 names different: declaration 'tag' definition 'needle'.
openfortivpn-1.7.1/src/xml.c:38:42: note: Function 'xml_find' argument 2 names different: declaration 'tag' definition 'needle'.
[12:47]

ftp://ftp.se.debian.org/debian/pool/main/o/openfst/openfst_1.6.3.orig.tar.gz
openfst-1.6.3/src/lib/properties.cc:99:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openfst-1.6.3/src/lib/properties.cc:81:23: note: 'empty1' is assigned value 'delayed' here.
openfst-1.6.3/src/lib/properties.cc:82:23: note: 'empty2' is assigned value 'delayed' here.
openfst-1.6.3/src/lib/properties.cc:97:7: note: outer condition: !empty1
openfst-1.6.3/src/lib/properties.cc:99:9: note: identical inner condition: !empty2
openfst-1.6.3/src/lib/properties.cc:382:15: style: Same expression on both sides of '&&' because the value of '!empty1' and '!empty2' are the same. [duplicateExpression]
openfst-1.6.3/src/lib/properties.cc:376:17: note: 'empty1' is assigned value 'delayed' here.
openfst-1.6.3/src/lib/properties.cc:377:17: note: 'empty2' is assigned value 'delayed' here.
openfst-1.6.3/src/lib/properties.cc:382:15: note: Same expression on both sides of '&&' because the value of '!empty1' and '!empty2' are the same.
openfst-1.6.3/src/test/algo_test.h:1027:3: performance: Technically the member function 'fst::UnweightedTester < StdArc >::UnweightedTester' can be static. [functionStatic]
openfst-1.6.3/src/test/algo_test.h:1204:8: performance: Technically the member function 'fst::UnweightedTester < StdArc >::Equiv' can be static. [functionStatic]
openfst-1.6.3/src/test/algo_test.h:1241:8: performance: Technically the member function 'fst::UnweightedTester < StdArc >::Subset' can be static. [functionStatic]
openfst-1.6.3/src/test/algo_test.h:1013:0: performance: Technically the member function 'fst :: UnweightedTester < A >::Test' can be static. [functionStatic]
openfst-1.6.3/src/test/algo_test.h:29:0: performance: Technically the member function 'fst :: EpsMapper < A >::Properties' can be static. [functionStatic]
openfst-1.6.3/src/test/algo_test.h:39:0: performance: Technically the member function 'fst :: EpsMapper < A >::FinalAction' can be static. [functionStatic]
openfst-1.6.3/src/test/algo_test.h:41:0: performance: Technically the member function 'fst :: EpsMapper < A >::InputSymbolsAction' can be static. [functionStatic]
openfst-1.6.3/src/test/algo_test.h:43:0: performance: Technically the member function 'fst :: EpsMapper < A >::OutputSymbolsAction' can be static. [functionStatic]
openfst-1.6.3/src/test/rand-fst.h:30:0: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openfst-1.6.3/src/test/fst_test.h:95:8: performance: Technically the member function 'fst::FstTester::TestExpanded' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.h:108:8: performance: Technically the member function 'fst::FstTester::TestMutable' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.h:150:8: performance: Technically the member function 'fst::FstTester::TestAssign' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.h:307:10: performance: Technically the member function 'fst::FstTester::NthWeight' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:50:0: performance: Technically the member function 'fst :: CustomCompactor < StdArc >::Compact' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:54:0: performance: Technically the member function 'fst :: CustomCompactor < StdArc >::Expand' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:59:0: performance: Technically the member function 'fst :: CustomCompactor < StdArc >::Size' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:61:0: performance: Technically the member function 'fst :: CustomCompactor < StdArc >::Properties' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:63:0: performance: Technically the member function 'fst :: CustomCompactor < StdArc >::Compatible' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:70:0: performance: Technically the member function 'fst :: CustomCompactor < StdArc >::Write' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:50:0: performance: Technically the member function 'fst :: CustomCompactor < CustomArc >::Compact' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:54:0: performance: Technically the member function 'fst :: CustomCompactor < CustomArc >::Expand' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:59:0: performance: Technically the member function 'fst :: CustomCompactor < CustomArc >::Size' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:61:0: performance: Technically the member function 'fst :: CustomCompactor < CustomArc >::Properties' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:63:0: performance: Technically the member function 'fst :: CustomCompactor < CustomArc >::Compatible' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.cc:70:0: performance: Technically the member function 'fst :: CustomCompactor < CustomArc >::Write' can be static. [functionStatic]
openfst-1.6.3/src/test/fst_test.h:37:5: style: Class 'FstTester' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openfst-1.6.3/src/test/fst_test.h:37:5: style: Class 'FstTester' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openfst-1.6.3/src/test/weight_test.cc:134:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openfst-1.6.3/src/test/weight-tester.h:54:8: performance: Technically the member function 'fst::WeightTester::TestSemiring' can be static. [functionStatic]
openfst-1.6.3/src/test/weight-tester.h:118:8: performance: Technically the member function 'fst::WeightTester::TestDivision' can be static. [functionStatic]
openfst-1.6.3/src/test/weight-tester.h:142:8: performance: Technically the member function 'fst::WeightTester::TestReverse' can be static. [functionStatic]
openfst-1.6.3/src/test/weight-tester.h:154:8: performance: Technically the member function 'fst::WeightTester::TestEquality' can be static. [functionStatic]
openfst-1.6.3/src/test/weight-tester.h:166:8: performance: Technically the member function 'fst::WeightTester::TestIO' can be static. [functionStatic]
openfst-1.6.3/src/test/weight-tester.h:190:8: performance: Technically the member function 'fst::WeightTester::TestCopy' can be static. [functionStatic]
openfst-1.6.3/src/test/weight-tester.h:25:3: style: Class 'WeightTester' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[12:47]

ftp://ftp.se.debian.org/debian/pool/main/o/openggsn/openggsn_0.92.orig.tar.gz
openggsn-0.92/ggsn/cmdline.c:923:8: style: Condition 'error_occurred' is always false [knownConditionTrueFalse]
openggsn-0.92/ggsn/cmdline.c:601:24: note: Assignment 'error_occurred=0', assigned value is 0
openggsn-0.92/ggsn/cmdline.c:923:8: note: Condition 'error_occurred' is always false
openggsn-0.92/ggsn/cmdline.c:518:78: warning: Either the condition 'if(field_given&&*field_given&&!override)' is redundant or there is possible null pointer dereference: field_given. [nullPointerRedundantCheck]
openggsn-0.92/ggsn/cmdline.c:533:6: note: Assuming that condition 'if(field_given&&*field_given&&!override)' is not redundant
openggsn-0.92/ggsn/cmdline.c:518:78: note: Null pointer dereference
openggsn-0.92/ggsn/cmdline.c:962:49: warning: Either the condition 'if(file)' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
openggsn-0.92/ggsn/cmdline.c:1074:6: note: Assuming that condition 'if(file)' is not redundant
openggsn-0.92/ggsn/cmdline.c:962:49: note: Null pointer dereference
openggsn-0.92/ggsn/cmdline.c:512:10: style: The scope of the variable 'string_field' can be reduced. [variableScope]
openggsn-0.92/ggsn/cmdline.c:1101:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openggsn-0.92/ggsn/cmdline.c:1103:10: style: The scope of the variable 'my_argv_arg' can be reduced. [variableScope]
openggsn-0.92/ggsn/cmdline.c:1104:9: style: The scope of the variable 'additional_error' can be reduced. [variableScope]
openggsn-0.92/ggsn/ggsn.c:206:18: style: The scope of the variable 'host' can be reduced. [variableScope]
openggsn-0.92/ggsn/ggsn.c:262:7: style: The scope of the variable 'lvl' can be reduced. [variableScope]
openggsn-0.92/gtp/gtp.c:498:9: style: The scope of the variable 'now' can be reduced. [variableScope]
openggsn-0.92/gtp/gtp.c:498:14: style: The scope of the variable 'later' can be reduced. [variableScope]
openggsn-0.92/gtp/gtp.c:647:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openggsn-0.92/gtp/gtp.c:2292:6: style: The scope of the variable 'count' can be reduced. [variableScope]
openggsn-0.92/gtp/gtp.c:2373:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openggsn-0.92/gtp/gtp.c:2431:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openggsn-0.92/gtp/gtp.c:2432:6: style: The scope of the variable 'count' can be reduced. [variableScope]
openggsn-0.92/gtp/gtp.c:2658:6: style: The scope of the variable 'status' can be reduced. [variableScope]
openggsn-0.92/gtp/gtp.c:2803:6: style: The scope of the variable 'status' can be reduced. [variableScope]
openggsn-0.92/gtp/gtp.c:2978:6: style: The scope of the variable 'status' can be reduced. [variableScope]
openggsn-0.92/gtp/gtp.c:128:56: style: Function 'gtp_set_cb_delete_context' argument 2 names different: declaration 'cb_delete_context' definition 'cb'. [funcArgNamesDifferent]
openggsn-0.92/gtp/gtp.h:329:16: note: Function 'gtp_set_cb_delete_context' argument 2 names different: declaration 'cb_delete_context' definition 'cb'.
openggsn-0.92/gtp/gtp.c:128:56: note: Function 'gtp_set_cb_delete_context' argument 2 names different: declaration 'cb_delete_context' definition 'cb'.
openggsn-0.92/gtp/gtp.c:853:20: style: Function 'gtp_echo_req' argument 4 names different: declaration 'inetaddrs' definition 'inetaddr'. [funcArgNamesDifferent]
openggsn-0.92/gtp/gtp.h:351:20: note: Function 'gtp_echo_req' argument 4 names different: declaration 'inetaddrs' definition 'inetaddr'.
openggsn-0.92/gtp/gtp.c:853:20: note: Function 'gtp_echo_req' argument 4 names different: declaration 'inetaddrs' definition 'inetaddr'.
openggsn-0.92/gtp/gtp.c:900:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtp.c:1280:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtp.c:1615:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtp.c:1963:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtp.c:2204:19: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtp.c:2454:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtp.c:2522:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtp.c:2643:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtp.c:653:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openggsn-0.92/gtp/gtp.c:668:4: error: Resource leak: f [resourceLeak]
openggsn-0.92/gtp/gtp.c:1985:25: error: Uninitialized variable: imsi [uninitvar]
openggsn-0.92/gtp/gtp.c:1985:31: error: Uninitialized variable: nsapi [uninitvar]
openggsn-0.92/gtp/gtpie.c:548:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openggsn-0.92/gtp/gtpie.c:437:22: style: The scope of the variable 'm' can be reduced. [variableScope]
openggsn-0.92/gtp/gtpie.c:537:22: style: The scope of the variable 'm' can be reduced. [variableScope]
openggsn-0.92/gtp/gtpie.c:47:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:48:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:49:20: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:49:30: portability: 'p+*length' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:59:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:60:20: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:60:30: portability: 'p+*length' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:70:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:71:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:81:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:82:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:92:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:93:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:103:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/gtpie.c:104:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openggsn-0.92/gtp/queue.c:81:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openggsn-0.92/gtp/queue.c:81:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openggsn-0.92/gtp/queue.c:109:12: style: Same expression on both sides of '=='. [duplicateExpression]
openggsn-0.92/lib/ippool.c:27:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
openggsn-0.92/lib/ippool.c:28:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
openggsn-0.92/lib/ippool.c:29:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
openggsn-0.92/lib/ippool.c:30:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
openggsn-0.92/lib/ippool.c:31:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openggsn-0.92/lib/ippool.c:34:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openggsn-0.92/lib/ippool.c:34:3: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
openggsn-0.92/lib/ippool.c:34:3: portability: %d in format string (no. 4) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
openggsn-0.92/lib/ippool.c:351:11: style: The scope of the variable 'hash' can be reduced. [variableScope]
openggsn-0.92/lib/ippool.c:465:21: warning: Size of pointer 'addr' used instead of size of its data. [pointerSize]
openggsn-0.92/lib/tun.c:62:0: error: #error "Unknown platform!" [preprocessorErrorDirective]
openggsn-0.92/sgsnemu/cmdline.c:1743:6: style: Condition 'error' is always false [knownConditionTrueFalse]
openggsn-0.92/sgsnemu/cmdline.c:767:14: note: Assignment 'error=0', assigned value is 0
openggsn-0.92/sgsnemu/cmdline.c:1743:6: note: Condition 'error' is always false
openggsn-0.92/sgsnemu/sgsnemu.c:464:2: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openggsn-0.92/sgsnemu/sgsnemu.c:1123:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openggsn-0.92/sgsnemu/sgsnemu.c:1131:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openggsn-0.92/sgsnemu/sgsnemu.c:1139:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openggsn-0.92/sgsnemu/sgsnemu.c:1148:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openggsn-0.92/sgsnemu/sgsnemu.c:1067:4: style: Variable 'tp->tv_usec' is reassigned a value before the old one has been used. [redundantAssignment]
openggsn-0.92/sgsnemu/sgsnemu.c:1066:4: note: Variable 'tp->tv_usec' is reassigned a value before the old one has been used.
openggsn-0.92/sgsnemu/sgsnemu.c:1067:4: note: Variable 'tp->tv_usec' is reassigned a value before the old one has been used.
openggsn-0.92/sgsnemu/sgsnemu.c:240:8: style: The scope of the variable 'mstz_el' can be reduced. [variableScope]
openggsn-0.92/sgsnemu/sgsnemu.c:241:6: style: The scope of the variable 'sign' can be reduced. [variableScope]
openggsn-0.92/sgsnemu/sgsnemu.c:242:6: style: The scope of the variable 'nbquarters' can be reduced. [variableScope]
openggsn-0.92/sgsnemu/sgsnemu.c:243:6: style: The scope of the variable 'DST' can be reduced. [variableScope]
openggsn-0.92/sgsnemu/sgsnemu.c:1056:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
openggsn-0.92/sgsnemu/sgsnemu.c:1111:18: style: The scope of the variable 'tp' can be reduced. [variableScope]
openggsn-0.92/sgsnemu/sgsnemu.c:1114:6: style: The scope of the variable 'triptime' can be reduced. [variableScope]
openggsn-0.92/sgsnemu/sgsnemu.c:1423:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
openggsn-0.92/sgsnemu/sgsnemu.c:925:49: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
[12:47]

ftp://ftp.se.debian.org/debian/pool/main/o/opengm/opengm_2.3.6+20160905.orig.tar.gz
opengm-2.3.6+20160905/cmake/modules/checkHDF5usesCompression.c:4:0: error: #error "flag is not defined" [preprocessorErrorDirective]
opengm-2.3.6+20160905/src/converter/matching2opengm-N2N.cxx:55:16: style: Unused variable: currentLine [unusedVariable]
opengm-2.3.6+20160905/src/converter/opengm1TOopengm2.cxx:37:0: style: The function 'exec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/converter/opengm1TOopengm2.cxx:25:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/converter/opengm1TOopengm2.cxx:37:0: note: Function in derived class
opengm-2.3.6+20160905/src/converter/uai2opengm.cxx:252:8: style: Technically the member function 'CmpPairs::operator()' can be const. [functionConst]
opengm-2.3.6+20160905/src/converter/uai2opengm.cxx:250:3: style: Struct 'CmpPairs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/commandline/cmd_interface.hxx:122:0: warning: Redundant assignment of 'outputfile_' to itself. [selfAssignment]
opengm-2.3.6+20160905/src/interfaces/common/io/interface_base.hxx:268:0: warning: Redundant assignment of 'gm_' to itself. [selfAssignment]
opengm-2.3.6+20160905/src/interfaces/common/io/interface_base.hxx:269:0: warning: Redundant assignment of 'verbose_' to itself. [selfAssignment]
opengm-2.3.6+20160905/src/interfaces/common/argument/argument_base.hxx:167:123: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opengm-2.3.6+20160905/src/interfaces/common/argument/argument_base.hxx:178:120: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opengm-2.3.6+20160905/src/interfaces/common/argument/vector_argument.hxx:86:165: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:521:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:633:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opengm-2.3.6+20160905/src/interfaces/common/argument/marray_argument.hxx:86:165: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opengm-2.3.6+20160905/src/interfaces/common/argument/bool_argument.hxx:100:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opengm-2.3.6+20160905/src/interfaces/common/argument/bool_argument.hxx:110:111: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opengm-2.3.6+20160905/src/interfaces/common/caller/inference_caller_base.hxx:284:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opengm-2.3.6+20160905/src/interfaces/common/caller/inference_caller_base.hxx:273:54: warning: Member variable 'HDF5Output::output_' is not initialized in the constructor. [uninitMemberVar]
opengm-2.3.6+20160905/src/interfaces/common/argument/vector_argument.hxx:30:9: performance: Technically the member function 'opengm::interface::VectorArgument::printValidValues' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/argument/vector_argument.hxx:78:48: note: Technically the member function 'opengm::interface::VectorArgument::printValidValues' can be static.
opengm-2.3.6+20160905/src/interfaces/common/argument/vector_argument.hxx:30:9: note: Technically the member function 'opengm::interface::VectorArgument::printValidValues' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:35:16: performance: Technically the member function 'opengm::interface::IOBase::getFileExtension' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:365:21: note: Technically the member function 'opengm::interface::IOBase::getFileExtension' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:35:16: note: Technically the member function 'opengm::interface::IOBase::getFileExtension' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:37:9: performance: Technically the member function 'opengm::interface::IOBase::loadVectorText' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:376:14: note: Technically the member function 'opengm::interface::IOBase::loadVectorText' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:37:9: note: Technically the member function 'opengm::interface::IOBase::loadVectorText' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:49:9: performance: Technically the member function 'opengm::interface::IOBase::printVector' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:628:14: note: Technically the member function 'opengm::interface::IOBase::printVector' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:49:9: note: Technically the member function 'opengm::interface::IOBase::printVector' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:54:9: performance: Technically the member function 'opengm::interface::IOBase::loadMArrayText' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:569:14: note: Technically the member function 'opengm::interface::IOBase::loadMArrayText' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:54:9: note: Technically the member function 'opengm::interface::IOBase::loadMArrayText' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:60:9: performance: Technically the member function 'opengm::interface::IOBase::storeMArrayText' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:590:14: note: Technically the member function 'opengm::interface::IOBase::storeMArrayText' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:60:9: note: Technically the member function 'opengm::interface::IOBase::storeMArrayText' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:81:9: performance: Technically the member function 'opengm::interface::IOBase::separateFilename' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:353:14: note: Technically the member function 'opengm::interface::IOBase::separateFilename' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:81:9: note: Technically the member function 'opengm::interface::IOBase::separateFilename' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:91:9: performance: Technically the member function 'opengm::interface::IOBase::modelInfo' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:305:14: note: Technically the member function 'opengm::interface::IOBase::modelInfo' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:91:9: note: Technically the member function 'opengm::interface::IOBase::modelInfo' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:93:9: performance: Technically the member function 'opengm::interface::IOBase::fileExists' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:675:14: note: Technically the member function 'opengm::interface::IOBase::fileExists' can be static.
opengm-2.3.6+20160905/src/interfaces/common/io/io_base.hxx:93:9: note: Technically the member function 'opengm::interface::IOBase::fileExists' can be static.
opengm-2.3.6+20160905/src/interfaces/common/argument/marray_argument.hxx:30:9: performance: Technically the member function 'opengm::interface::MArrayArgument::printValidValues' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/argument/marray_argument.hxx:78:48: note: Technically the member function 'opengm::interface::MArrayArgument::printValidValues' can be static.
opengm-2.3.6+20160905/src/interfaces/common/argument/marray_argument.hxx:30:9: note: Technically the member function 'opengm::interface::MArrayArgument::printValidValues' can be static.
opengm-2.3.6+20160905/src/interfaces/common/argument/bool_argument.hxx:37:9: performance: Technically the member function 'opengm::interface::BoolArgument::isRequired' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/argument/bool_argument.hxx:79:27: note: Technically the member function 'opengm::interface::BoolArgument::isRequired' can be static.
opengm-2.3.6+20160905/src/interfaces/common/argument/bool_argument.hxx:37:9: note: Technically the member function 'opengm::interface::BoolArgument::isRequired' can be static.
opengm-2.3.6+20160905/src/interfaces/common/argument/bool_argument.hxx:38:9: performance: Technically the member function 'opengm::interface::BoolArgument::hasDefaultValue' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/argument/bool_argument.hxx:83:27: note: Technically the member function 'opengm::interface::BoolArgument::hasDefaultValue' can be static.
opengm-2.3.6+20160905/src/interfaces/common/argument/bool_argument.hxx:38:9: note: Technically the member function 'opengm::interface::BoolArgument::hasDefaultValue' can be static.
opengm-2.3.6+20160905/src/interfaces/common/argument/bool_argument.hxx:47:9: performance: Technically the member function 'opengm::interface::BoolArgument::printDefaultValue' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/common/argument/bool_argument.hxx:157:27: note: Technically the member function 'opengm::interface::BoolArgument::printDefaultValue' can be static.
opengm-2.3.6+20160905/src/interfaces/common/argument/bool_argument.hxx:47:9: note: Technically the member function 'opengm::interface::BoolArgument::printDefaultValue' can be static.
opengm-2.3.6+20160905/src/interfaces/common/caller/inference_caller_base.hxx:25:23: style: Technically the member function 'opengm::interface::InferenceCallerBase::getInferenceParserName' can be const. [functionConst]
opengm-2.3.6+20160905/src/interfaces/common/caller/inference_caller_base.hxx:126:68: note: Technically the member function 'opengm::interface::InferenceCallerBase::getInferenceParserName' can be const.
opengm-2.3.6+20160905/src/interfaces/common/caller/inference_caller_base.hxx:25:23: note: Technically the member function 'opengm::interface::InferenceCallerBase::getInferenceParserName' can be const.
opengm-2.3.6+20160905/src/interfaces/common/caller/messagepassing_bp_caller.hxx:20:29: warning: The class 'MessagepassingBPCaller' defines member variable with name 'name_' also defined in its parent class 'MessagepassingCaller'. [duplInheritedMember]
opengm-2.3.6+20160905/src/interfaces/common/caller/messagepassing_caller.hxx:24:29: note: Parent variable 'MessagepassingCaller::name_'
opengm-2.3.6+20160905/src/interfaces/common/caller/messagepassing_bp_caller.hxx:20:29: note: Derived variable 'MessagepassingBPCaller::name_'
opengm-2.3.6+20160905/src/interfaces/common/caller/messagepassing_trbp_caller.hxx:20:29: warning: The class 'MessagepassingTRBPCaller' defines member variable with name 'name_' also defined in its parent class 'MessagepassingCaller'. [duplInheritedMember]
opengm-2.3.6+20160905/src/interfaces/common/caller/messagepassing_caller.hxx:24:29: note: Parent variable 'MessagepassingCaller::name_'
opengm-2.3.6+20160905/src/interfaces/common/caller/messagepassing_trbp_caller.hxx:20:29: note: Derived variable 'MessagepassingTRBPCaller::name_'
opengm-2.3.6+20160905/src/interfaces/common/caller/bruteforce_caller.hxx:23:4: style: Class 'BruteforceCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/icm_caller.hxx:24:4: style: Class 'ICMCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/messagepassing_bp_caller.hxx:21:4: style: Class 'MessagepassingBPCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/messagepassing_trbp_caller.hxx:21:4: style: Class 'MessagepassingTRBPCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/astar_caller.hxx:24:4: style: Class 'AStarCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/lazyflipper_caller.hxx:23:4: style: Class 'LazyFlipperCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/argument/argument_executer.hxx:29:20: style: The function 'printHelp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/interfaces/common/argument/argument_executer.hxx:18:20: note: Virtual function in base class
opengm-2.3.6+20160905/src/interfaces/common/argument/argument_executer.hxx:29:20: note: Function in derived class
opengm-2.3.6+20160905/src/interfaces/common/argument/argument_executer.hxx:30:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/interfaces/common/argument/argument_executer.hxx:19:20: note: Virtual function in base class
opengm-2.3.6+20160905/src/interfaces/common/argument/argument_executer.hxx:30:20: note: Function in derived class
opengm-2.3.6+20160905/src/interfaces/commandline/cmd_interface.hxx:41:17: style: The function 'loadModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/interfaces/common/io/interface_base.hxx:92:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/interfaces/commandline/cmd_interface.hxx:41:17: note: Function in derived class
opengm-2.3.6+20160905/src/interfaces/commandline/cmd_interface.hxx:43:17: style: The function 'evaluateCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/interfaces/common/io/interface_base.hxx:95:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/interfaces/commandline/cmd_interface.hxx:43:17: note: Function in derived class
opengm-2.3.6+20160905/src/interfaces/commandline/cmd_interface.hxx:45:31: style: The function 'interfaceName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/interfaces/common/io/interface_base.hxx:97:31: note: Virtual function in base class
opengm-2.3.6+20160905/src/interfaces/commandline/cmd_interface.hxx:45:31: note: Function in derived class
opengm-2.3.6+20160905/src/interfaces/commandline/cmd_interface.hxx:48:17: style: The function 'callInferenceAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/interfaces/common/io/interface_base.hxx:99:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/interfaces/commandline/cmd_interface.hxx:48:17: note: Function in derived class
opengm-2.3.6+20160905/src/interfaces/common/caller/inference_caller_base.hxx:58:20: style: The function 'storeProtocolMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/interfaces/common/caller/inference_caller_base.hxx:36:20: note: Virtual function in base class
opengm-2.3.6+20160905/src/interfaces/common/caller/inference_caller_base.hxx:58:20: note: Function in derived class
opengm-2.3.6+20160905/src/interfaces/common/caller/inference_caller_base.hxx:59:20: style: The function 'storeStates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/interfaces/common/caller/inference_caller_base.hxx:37:20: note: Virtual function in base class
opengm-2.3.6+20160905/src/interfaces/common/caller/inference_caller_base.hxx:59:20: note: Function in derived class
opengm-2.3.6+20160905/src/interfaces/common/caller/fusion_caller.hxx:29:9: style: Technically the member function 'opengm::interface::FusionCaller::setParam' can be const. [functionConst]
opengm-2.3.6+20160905/src/interfaces/common/caller/fusion_caller.hxx:86:40: note: Technically the member function 'opengm::interface::FusionCaller::setParam' can be const.
opengm-2.3.6+20160905/src/interfaces/common/caller/fusion_caller.hxx:29:9: note: Technically the member function 'opengm::interface::FusionCaller::setParam' can be const.
opengm-2.3.6+20160905/src/interfaces/common/caller/infandflip_caller.hxx:40:4: style: Class 'InfAndFlipCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/trwsi_caller.hxx:39:4: style: Class 'TRWSiCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/adsal_caller.hxx:43:4: style: Class 'ADSalCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/nesterov_caller.hxx:44:4: style: Class 'NesterovCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/partitionmove_caller.hxx:24:4: style: Class 'PartitionMoveCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/greedygremlin_caller.hxx:24:4: style: Class 'GreedyGremlinCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/selffusion_caller.hxx:44:4: style: Class 'SelfFusionCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/fusion_caller.hxx:44:4: style: Class 'FusionCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/common/caller/dd_subgradient_caller.hxx:64:10: style: Class 'DDSubgradientCaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuild.cxx:51:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuild.cxx:52:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildFGE.cxx:60:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildFGE.cxx:61:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildGrid.cxx:559:62: warning: Logical conjunction always evaluates to false: b == c && c != b. [incorrectLogicOperator]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildGrid.cxx:130:10: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildGrid.cxx:133:10: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildGrid.cxx:559:62: style: Opposite expression on both sides of '&&'. [oppositeExpression]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildGrid.cxx:559:62: note: Opposite expression on both sides of '&&'.
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildGrid.cxx:559:62: note: Opposite expression on both sides of '&&'.
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildGrid.cxx:62:15: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildGrid.cxx:62:27: style: Unsigned variable 'j' can't be negative so it is unnecessary to test it. [unsignedPositive]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildMatching.cxx:54:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/matlab-examples/opengmBuildMatching.cxx:55:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/helper/handle/handle.hxx:21:4: style: Class 'handle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/interface/matlab_interface.hxx:157:33: warning: Redundant assignment of 'outputfile_' to itself. [selfAssignment]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/helper/mexHelper.hxx:26:4: style: Class 'forFirstValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/helper/mexHelper.hxx:37:4: style: Class 'forAllValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/helper/mexHelper.hxx:49:4: style: Class 'copyValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/helper/mexHelper.hxx:62:4: style: Class 'storeValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/helper/mexHelper.hxx:49:0: style: Class 'opengm :: interface :: helper :: copyValue < opengm :: interface :: MatlabModelType :: GmType :: ValueType , VALUETYPE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/helper/mexHelper.hxx:26:0: style: Class 'opengm :: interface :: helper :: forFirstValue < opengm :: interface :: helper :: copyValue < opengm :: interface :: MatlabModelType :: GmType :: ValueType > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/model/addVariables.cpp:16:4: style: Class 'addVariablesFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/helper/mexHelper.hxx:37:0: style: Class 'opengm :: interface :: helper :: forAllValues < addVariablesFunctor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/helper/mexHelper.hxx:49:0: style: Class 'opengm :: interface :: helper :: copyValue < opengm :: interface :: MatlabModelType :: GmType :: IndexType , VALUETYPE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/matlab/opengm/mex-src/helper/mexHelper.hxx:26:0: style: Class 'opengm :: interface :: helper :: forFirstValue < opengm :: interface :: helper :: copyValue < opengm :: interface :: MatlabModelType :: GmType :: IndexType > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyAbSwap.cxx:63:0: style: Condition '!withMaxFlow' is always true [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyAbSwap.cxx:31:0: note: Assignment 'withMaxFlow=false', assigned value is 0
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyAbSwap.cxx:63:0: note: Condition '!withMaxFlow' is always true
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/param/param_exporter_base.hxx:15:17: style: Unused private function: 'InfParamExporter::exportInfParam' [unusedPrivateFunction]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyVisitor.hxx:87:10: performance: Technically the member function 'PythonVisitor::addLog' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyVisitor.hxx:91:10: performance: Technically the member function 'PythonVisitor::log' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/visitor_def_visitor.hxx:36:5: style: Class 'InfVerboseVisitorSuite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/visitor_def_visitor.hxx:169:5: style: Class 'InfVerboseVisitorSuite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/visitor_def_visitor.hxx:192:5: style: Class 'InfPythonVisitorSuite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/visitor_def_visitor.hxx:253:5: style: Class 'InfPythonVisitorSuite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyAe.cxx:67:0: style: Condition '!withMaxFlow' is always true [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyAe.cxx:34:0: note: Assignment 'withMaxFlow=false', assigned value is 0
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyAe.cxx:67:0: note: Condition '!withMaxFlow' is always true
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyFusionBased.cxx:32:0: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyFusionMoves.cxx:68:0: style: Class 'PythonFusionMover < opengm :: python :: GmAdder , opengm :: Minimizer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyGraphcut.cxx:95:0: style: Condition '!withMaxFlow' is always true [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyGraphcut.cxx:42:0: note: Assignment 'withMaxFlow=false', assigned value is 0
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyGraphcut.cxx:95:0: note: Condition '!withMaxFlow' is always true
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyGraphcut.cxx:95:0: style: Same expression on both sides of '&&' because the value of '!withMaxFlow' and '!withMaxFlowIbfs' are the same. [duplicateExpression]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyGraphcut.cxx:42:0: note: 'withMaxFlow' is assigned value 'false' here.
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyGraphcut.cxx:48:0: note: 'withMaxFlowIbfs' is assigned value 'false' here.
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyGraphcut.cxx:95:0: note: Same expression on both sides of '&&' because the value of '!withMaxFlow' and '!withMaxFlowIbfs' are the same.
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyLpInference.cxx:30:0: style: Variable 'srName' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyQpbo.cxx:100:20: style: Condition '!withMaxFlow' is always true [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyQpbo.cxx:66:30: note: Assignment 'withMaxFlow=false', assigned value is 0
opengm-2.3.6+20160905/src/interfaces/python/opengm/inference/pyQpbo.cxx:100:20: note: Condition '!withMaxFlow' is always true
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/opengmcore.cpp:187:12: style: Technically the member function 'CoordToVi::operator()' can be const. [functionConst]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/opengmcore.cpp:190:12: style: Technically the member function 'CoordToVi::operator()' can be const. [functionConst]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/opengmcore.cpp:193:12: style: Technically the member function 'CoordToVi::operator()' can be const. [functionConst]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:13:16: performance: Technically the member function 'PyOpengmConfig::withConicbundle' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:20:16: performance: Technically the member function 'PyOpengmConfig::withMaxflow' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:27:16: performance: Technically the member function 'PyOpengmConfig::withMaxflowIbfs' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:34:16: performance: Technically the member function 'PyOpengmConfig::withMrf' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:41:16: performance: Technically the member function 'PyOpengmConfig::withTrws' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:48:16: performance: Technically the member function 'PyOpengmConfig::withQpbo' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:55:16: performance: Technically the member function 'PyOpengmConfig::withCplex' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:62:16: performance: Technically the member function 'PyOpengmConfig::withGurobi' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:69:16: performance: Technically the member function 'PyOpengmConfig::withHdf5' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:76:16: performance: Technically the member function 'PyOpengmConfig::withLibdai' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:84:16: performance: Technically the member function 'PyOpengmConfig::withFastPd' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:92:16: performance: Technically the member function 'PyOpengmConfig::withAd3' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:100:23: performance: Technically the member function 'PyOpengmConfig::opengmVersion' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyConfig.cxx:103:23: performance: Technically the member function 'PyOpengmConfig::opengmPythonWrapperVersion' can be static. [functionStatic]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFactor.cxx:292:0: style: Same expression on both sides of '/'. [duplicateExpression]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/factorhelper.hxx:78:53: performance: Function parameter 'vec' should be passed by const reference. [passedByValue]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionGen.cxx:49:0: style: The function 'addFunctions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/functionGenBase.hxx:36:0: note: Virtual function in base class
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionGen.cxx:49:0: note: Function in derived class
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionGen.cxx:53:0: style: The function 'addFunctions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/functionGenBase.hxx:37:0: note: Virtual function in base class
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionGen.cxx:53:0: note: Function in derived class
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:158:7: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:152:0: note: Variable 'f' is reassigned a value before the old one has been used.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:158:7: note: Variable 'f' is reassigned a value before the old one has been used.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:190:0: style: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:185:0: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:190:0: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:170:0: style: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:164:0: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:170:0: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:132:0: style: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:130:0: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:132:0: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:123:0: style: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:117:0: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyFunctionTypes.cxx:123:0: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyGm.cxx:527:10: style: Variable 'fidVec' is reassigned a value before the old one has been used. [redundantAssignment]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyGm.cxx:523:0: note: Variable 'fidVec' is reassigned a value before the old one has been used.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyGm.cxx:527:10: note: Variable 'fidVec' is reassigned a value before the old one has been used.
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyGm.cxx:374:0: error: Memory leak: fidVec [memleak]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyGm.cxx:400:0: error: Memory leak: fidVec [memleak]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyGm.cxx:1406:0: error: Memory leak: gm [memleak]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyGm.cxx:597:40: performance: Function parameter 'labels' should be passed by const reference. [passedByValue]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyGmManipulator.cxx:213:0: error: Syntax error in #if [preprocessorErrorDirective]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyIfactor.cxx:170:0: style: Same expression on both sides of '/'. [duplicateExpression]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyIfactor.cxx:172:0: style: Same expression on both sides of '-='. [duplicateExpression]
opengm-2.3.6+20160905/src/interfaces/python/opengm/opengmcore/pyIfactor.cxx:174:0: style: Same expression on both sides of '/='. [duplicateExpression]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/pgmimage.hxx:23:0: warning: The class 'opengm :: PGMImage < unsigned char >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/pgmimage.hxx:86:0: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/pgmimage.hxx:110:0: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/string_utilities.hxx:509:15: style: The scope of the variable 'asBool' can be reduced. [variableScope]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:160:9: style: The scope of the variable 'printOther' can be reduced. [variableScope]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:67:28: style: Function 'parse' argument 1 names different: declaration 'parser' definition 'argContainer'. [funcArgNamesDifferent]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:20:40: note: Function 'parse' argument 1 names different: declaration 'parser' definition 'argContainer'.
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:67:28: note: Function 'parse' argument 1 names different: declaration 'parser' definition 'argContainer'.
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:108:31: style: Unused variable: ss [unusedVariable]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:167:18: style: Variable 'printOther' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/restrictions.hxx:25:7: warning: Member variable 'RestrictedToAllowedValues::lowerBoundCheck_' is not initialized in the constructor. [uninitMemberVar]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/restrictions.hxx:25:7: warning: Member variable 'RestrictedToAllowedValues::upperBoundCheck_' is not initialized in the constructor. [uninitMemberVar]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/restrictions.hxx:25:7: warning: Member variable 'RestrictedToAllowedValues::lowerEqual_' is not initialized in the constructor. [uninitMemberVar]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/restrictions.hxx:25:7: warning: Member variable 'RestrictedToAllowedValues::upperEqual_' is not initialized in the constructor. [uninitMemberVar]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:150:12: warning: Member variable 'CmdParser::tabSize_' is not initialized in the constructor. [uninitMemberVar]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:150:12: warning: Member variable 'CmdParser::coloredHelp_' is not initialized in the constructor. [uninitMemberVar]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_holder.hxx:33:15: style: Unused private function: 'ArgContainer::isCompoundArg' [unusedPrivateFunction]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/enableif.hxx:55:36: style: Member variable 'EnabledIfParentHasValue::parentPtr_' is in the wrong place in the initializer list. [initializerList]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/enableif.hxx:22:51: note: Member variable 'EnabledIfParentHasValue::parentPtr_' is in the wrong place in the initializer list.
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/enableif.hxx:55:36: note: Member variable 'EnabledIfParentHasValue::parentPtr_' is in the wrong place in the initializer list.
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:118:16: style: Member variable 'CmdParser::author_' is in the wrong place in the initializer list. [initializerList]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:158:46: note: Member variable 'CmdParser::author_' is in the wrong place in the initializer list.
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:118:16: note: Member variable 'CmdParser::author_' is in the wrong place in the initializer list.
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/string_utilities.hxx:22:16: performance: Technically the member function 'parser::Name::name' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/string_utilities.hxx:42:1: performance: Technically the member function 'parser::Name < bool >::name' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/string_utilities.hxx:43:1: performance: Technically the member function 'parser::Name < int >::name' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/string_utilities.hxx:45:1: performance: Technically the member function 'parser::Name < long >::name' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/string_utilities.hxx:47:1: performance: Technically the member function 'parser::Name < float >::name' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/string_utilities.hxx:48:1: performance: Technically the member function 'parser::Name < double >::name' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/string_utilities.hxx:49:1: performance: Technically the member function 'parser::Name < char >::name' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/string_utilities.hxx:50:1: performance: Technically the member function 'parser::Name < std :: string >::name' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/enableif.hxx:11:12: performance: Technically the member function 'parser::Enabled::alwaysEnabled' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/enableif.hxx:12:19: performance: Technically the member function 'parser::Enabled::description' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/enableif.hxx:13:19: performance: Technically the member function 'parser::Enabled::ifParentValue' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/restrictions.hxx:14:19: performance: Technically the member function 'parser::NoRestriction::restrictionDescription' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/restrictions.hxx:17:19: performance: Technically the member function 'parser::NoRestriction::restrictionDescription2' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/restrictions.hxx:20:12: performance: Technically the member function 'parser::NoRestriction::canBeRestricted' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/restrictions.hxx:74:12: style: Technically the member function 'parser::RestrictedToAllowedValues::checkBound' can be const. [functionConst]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:91:9: performance: Technically the member function 'parser::CmdParser::error' can be static. [functionStatic]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:123:18: note: Technically the member function 'parser::CmdParser::error' can be static.
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:91:9: note: Technically the member function 'parser::CmdParser::error' can be static.
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:161:4: style: Class 'CmdParser' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:161:4: style: Class 'CmdParser' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/parser_error.hxx:18:4: style: Struct 'RuntimeError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/restrictions.hxx:25:7: style: Struct 'RestrictedToAllowedValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:59:4: style: Class 'Arg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:18:12: style: The function 'hasDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:38:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:18:12: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:19:13: style: The function 'isScalarArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:39:18: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:19:13: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:20:27: style: The function 'valueToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:36:24: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:20:27: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:23:27: style: The function 'ifParentValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:37:24: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:23:27: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:24:20: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:40:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:24:20: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:25:20: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:41:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:25:20: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:26:20: style: The function 'collectTypesEbnfs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:42:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:26:20: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:27:22: style: The function 'depth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:43:19: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument.hxx:27:22: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:16:19: style: The function 'valueToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:36:24: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:16:19: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:17:19: style: The function 'ifParentValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:37:24: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:17:19: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:18:12: style: The function 'hasDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:38:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:18:12: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:19:12: style: The function 'isScalarArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:39:18: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:19:12: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:20:12: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:40:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:20:12: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:22:12: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:41:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:22:12: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:23:20: style: The function 'collectTypesEbnfs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:42:17: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:23:20: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:24:22: style: The function 'depth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_base.hxx:43:19: note: Virtual function in base class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/argument_root.hxx:24:22: note: Function in derived class
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/string_utilities.hxx:10:43: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/string_utilities.hxx:445:47: performance: Function parameter 'stringValue' should be passed by const reference. [passedByValue]
opengm-2.3.6+20160905/src/tutorials/c++/applications/utilities/parser/cmd_parser.hxx:123:43: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
opengm-2.3.6+20160905/src/tutorials/c++/applications/photomontage-merging.hxx:292:31: style: Condition 'false==false' is always true [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/tutorials/c++/applications/photomontage-merging.hxx:237:21: style: The scope of the variable 'allbad1' can be reduced. [variableScope]
opengm-2.3.6+20160905/src/tutorials/c++/applications/photomontage-merging.hxx:238:21: style: The scope of the variable 'allbad2' can be reduced. [variableScope]
opengm-2.3.6+20160905/src/tutorials/c++/applications/photomontage-stitching.hxx:217:31: style: Condition 'false==false' is always true [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/tutorials/c++/basics/buildModelEfficent.cxx:223:18: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/inference/test_2sat.cxx:55:25: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
opengm-2.3.6+20160905/src/unittest/inference/test_libdai.cxx:45:18: style: Variable 'facid1' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/inference/test_libdai.cxx:46:11: style: Variable 'vars' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/inference/test_messagepassing.cxx:114:11: style: The scope of the variable 'Z' can be reduced. [variableScope]
opengm-2.3.6+20160905/src/unittest/inference/test_messagepassing.cxx:93:18: style: Variable 'facid1' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/inference/test_messagepassing.cxx:94:18: style: Variable 'facid2' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/inference/test_messagepassing.cxx:95:18: style: Variable 'facid3' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/inference/test_messagepassing.cxx:96:11: style: Variable 'vars' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/inference/test_movemaker.cxx:219:16: style: Variable 'view' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opengm-2.3.6+20160905/src/unittest/inference/test_movemaker.cxx:218:0: note: Variable 'view' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/unittest/inference/test_movemaker.cxx:219:16: note: Variable 'view' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/unittest/inference/test_movemaker.cxx:223:16: style: Variable 'view' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opengm-2.3.6+20160905/src/unittest/inference/test_movemaker.cxx:222:0: note: Variable 'view' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/unittest/inference/test_movemaker.cxx:223:16: note: Variable 'view' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/unittest/inference/test_movemaker.cxx:227:16: style: Variable 'view' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opengm-2.3.6+20160905/src/unittest/inference/test_movemaker.cxx:226:0: note: Variable 'view' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/unittest/inference/test_movemaker.cxx:227:16: note: Variable 'view' is reassigned a value before the old one has been used if variable is no semaphore variable.
opengm-2.3.6+20160905/src/unittest/test_accessor_iterator.cxx:184:9: performance: Technically the member function 'opengm::AccessorIteratorTest::manipulationTest' can be static. [functionStatic]
opengm-2.3.6+20160905/src/unittest/test_accessor_iterator.cxx:30:0: style: Technically the member function 'opengm :: VectorAccessor < unsigned long , false >::operator[]' can be const. [functionConst]
opengm-2.3.6+20160905/src/unittest/test_accessor_iterator.cxx:24:0: style: Class 'opengm :: VectorAccessor < unsigned long , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/unittest/test_accessor_iterator.cxx:26:0: style: Class 'opengm :: VectorAccessor < unsigned long , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/unittest/test_accumulate.cxx:101:17: style: The scope of the variable 'accvar' can be reduced. [variableScope]
opengm-2.3.6+20160905/src/unittest/test_accumulate.cxx:39:19: error: Accessing an item in container 'state' that is empty. [containerOutOfBounds]
opengm-2.3.6+20160905/src/unittest/test_accumulate.cxx:40:19: error: Accessing an item in container 'state' that is empty. [containerOutOfBounds]
opengm-2.3.6+20160905/src/unittest/test_accumulate.cxx:48:19: error: Accessing an item in container 'state' that is empty. [containerOutOfBounds]
opengm-2.3.6+20160905/src/unittest/test_accumulate.cxx:49:19: error: Accessing an item in container 'state' that is empty. [containerOutOfBounds]
opengm-2.3.6+20160905/src/unittest/test_discretespaces.cxx:65:24: style: Condition '0==1' is always false [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/unittest/test_factor.cxx:430:0: style: The scope of the variable 'vi' can be reduced. [variableScope]
opengm-2.3.6+20160905/src/unittest/test_factor.cxx:425:0: performance: Technically the member function 'FactorTest < float >::testScalarFactor' can be static. [functionStatic]
opengm-2.3.6+20160905/src/unittest/test_factor.cxx:425:0: performance: Technically the member function 'FactorTest < double >::testScalarFactor' can be static. [functionStatic]
opengm-2.3.6+20160905/src/unittest/test_factorgraph.cxx:100:47: performance: Function parameter 'components' should be passed by const reference. [passedByValue]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:1459:0: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:2040:0: style: Same expression used in consecutive assignments of 'expectedResult' and 'expectedResultSharedCoefficients'. [duplicateAssignExpression]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:2041:0: note: Same expression used in consecutive assignments of 'expectedResult' and 'expectedResultSharedCoefficients'.
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:2040:0: note: Same expression used in consecutive assignments of 'expectedResult' and 'expectedResultSharedCoefficients'.
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:2041:0: style: Same expression used in consecutive assignments of 'expectedResultSharedCoefficients' and 'expectedResultSameNumLabels'. [duplicateAssignExpression]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:2042:0: note: Same expression used in consecutive assignments of 'expectedResultSharedCoefficients' and 'expectedResultSameNumLabels'.
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:2041:0: note: Same expression used in consecutive assignments of 'expectedResultSharedCoefficients' and 'expectedResultSameNumLabels'.
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:2042:0: style: Same expression used in consecutive assignments of 'expectedResultSameNumLabels' and 'expectedResultSameNumLabelsSharedCoefficients'. [duplicateAssignExpression]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:2043:0: note: Same expression used in consecutive assignments of 'expectedResultSameNumLabels' and 'expectedResultSameNumLabelsSharedCoefficients'.
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:2042:0: note: Same expression used in consecutive assignments of 'expectedResultSameNumLabels' and 'expectedResultSameNumLabelsSharedCoefficients'.
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:592:0: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:615:0: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:54:0: performance: Technically the member function 'FunctionsTest < int >::testProperties' can be static. [functionStatic]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:82:0: performance: Technically the member function 'FunctionsTest < int >::testSerialization' can be static. [functionStatic]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:568:0: performance: Technically the member function 'FunctionsTest < int >::testFoE' can be static. [functionStatic]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:36:0: style: Technically the member function 'FunctionsTest < int >::ComparePairs::operator()' can be const. [functionConst]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:54:0: performance: Technically the member function 'FunctionsTest < double >::testProperties' can be static. [functionStatic]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:82:0: performance: Technically the member function 'FunctionsTest < double >::testSerialization' can be static. [functionStatic]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:568:0: performance: Technically the member function 'FunctionsTest < double >::testFoE' can be static. [functionStatic]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:36:0: style: Technically the member function 'FunctionsTest < double >::ComparePairs::operator()' can be const. [functionConst]
opengm-2.3.6+20160905/src/unittest/test_functions.cxx:34:0: style: Struct 'ComparePairs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opengm-2.3.6+20160905/src/unittest/test_gm_learning_functions.cxx:17:20: style: Variable 'shape0' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/test_gm_learning_functions.cxx:30:20: style: Variable 'shape0' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/test_gm_learning_functions.cxx:80:0: style: Variable 'labels00' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/test_gm_learning_functions.cxx:83:0: style: Variable 'labels11' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/test_gm_learning_functions.cxx:16:9: style: Technically the member function 'TestFunctor::operator()' can be const. [functionConst]
opengm-2.3.6+20160905/src/unittest/test_gm_learning_functions.cxx:25:9: style: Technically the member function 'TestViFunctor::operator()' can be const. [functionConst]
opengm-2.3.6+20160905/src/unittest/test_graphicalmodel.cxx:18:20: style: Variable 'shape0' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/test_graphicalmodel.cxx:31:20: style: Variable 'shape0' is assigned a value that is never used. [unreadVariable]
opengm-2.3.6+20160905/src/unittest/test_graphicalmodel.cxx:142:0: style: Unused variable: testViFunctor [unusedVariable]
opengm-2.3.6+20160905/src/unittest/test_graphicalmodel.cxx:17:9: style: Technically the member function 'TestFunctor::operator()' can be const. [functionConst]
opengm-2.3.6+20160905/src/unittest/test_graphicalmodel.cxx:26:9: style: Technically the member function 'TestViFunctor::operator()' can be const. [functionConst]
opengm-2.3.6+20160905/src/unittest/test_graphicalmodeldecomposer.cxx:65:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opengm-2.3.6+20160905/src/unittest/test_graphicalmodeldecomposer.cxx:152:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opengm-2.3.6+20160905/src/unittest/test_indicator_variable.cxx:270:0: style: Same expression on both sides of '<'. [duplicateExpression]
opengm-2.3.6+20160905/src/unittest/test_indicator_variable.cxx:327:0: style: Same expression on both sides of '<='. [duplicateExpression]
opengm-2.3.6+20160905/src/unittest/test_indicator_variable.cxx:384:0: style: Same expression on both sides of '>'. [duplicateExpression]
opengm-2.3.6+20160905/src/unittest/test_indicator_variable.cxx:441:0: style: Same expression on both sides of '>='. [duplicateExpression]
opengm-2.3.6+20160905/src/unittest/test_learnable_functions.cxx:12:0: performance: Technically the member function 'LearnableFunctionsTest < double >::testLPotts' can be static. [functionStatic]
opengm-2.3.6+20160905/src/unittest/test_memoryinfo.cxx:40:4: error: Mismatching allocation and deallocation: a [mismatchAllocDealloc]
opengm-2.3.6+20160905/src/unittest/test_memoryinfo.cxx:47:4: error: Mismatching allocation and deallocation: b [mismatchAllocDealloc]
opengm-2.3.6+20160905/src/unittest/test_randomaccessset.cxx:7:9: performance: Technically the member function 'TestRandomAccessSet::run' can be static. [functionStatic]
opengm-2.3.6+20160905/src/unittest/test_randomaccessset.cxx:16:25: style: Reading from empty STL container 'stdset' [reademptycontainer]
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:37:10: style: Condition 'a==true' is always true [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:36:5: note: Assignment 'a=true', assigned value is 1
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:37:10: note: Condition 'a==true' is always true
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:40:6: style: Condition 'a' is always true [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:36:5: note: Assignment 'a=true', assigned value is 1
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:40:6: note: Condition 'a' is always true
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:56:10: style: Condition 'a==false' is always true [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:55:5: note: Assignment 'a=false', assigned value is 0
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:56:10: note: Condition 'a==false' is always true
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:59:6: style: Condition 'a' is always false [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:55:5: note: Assignment 'a=false', assigned value is 0
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:59:6: note: Condition 'a' is always false
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:64:6: style: Condition '!a' is always true [knownConditionTrueFalse]
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:55:5: note: Assignment 'a=false', assigned value is 0
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:64:6: note: Condition '!a' is always true
opengm-2.3.6+20160905/src/unittest/test_tribool.cxx:11:39: performance: Function parameter 'testName' should be passed by const reference. [passedByValue]
[12:47]

ftp://ftp.se.debian.org/debian/pool/main/o/opengrm-ngram/opengrm-ngram_1.3.2.orig.tar.gz
opengrm-ngram-1.3.2/src/lib/ngram-absolute.cc:58:36: style: The scope of the variable 'neglogdiscount' can be reduced. [variableScope]
opengrm-ngram-1.3.2/src/lib/ngram-context.cc:74:3: warning: The buffer 'line' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
opengrm-ngram-1.3.2/src/lib/ngram-make.cc:40:18: performance: Technically the member function 'fst::ToStdArcMapper::FinalAction' can be static. [functionStatic]
opengrm-ngram-1.3.2/src/lib/ngram-make.cc:41:20: performance: Technically the member function 'fst::ToStdArcMapper::InputSymbolsAction' can be static. [functionStatic]
opengrm-ngram-1.3.2/src/lib/ngram-make.cc:42:20: performance: Technically the member function 'fst::ToStdArcMapper::OutputSymbolsAction' can be static. [functionStatic]
opengrm-ngram-1.3.2/src/lib/ngram-make.cc:43:10: performance: Technically the member function 'fst::ToStdArcMapper::Properties' can be static. [functionStatic]
opengrm-ngram-1.3.2/src/lib/ngram-output.cc:499:5: warning: Return value of function rand() is not used. [ignoredReturnValue]
opengrm-ngram-1.3.2/src/test/ngramrandtest.cc:229:5: warning: Return value of function rand() is not used. [ignoredReturnValue]
opengrm-ngram-1.3.2/src/test/ngramrandtest.cc:84:24: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
[12:47]

ftp://ftp.se.debian.org/debian/pool/main/o/openguides/openguides_0.82.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openhackware/openhackware_0.4.1.orig.tar.gz
openhackware-0.4.1/src/bloc.c:329:13: style: The scope of the variable 'status' can be reduced. [variableScope]
openhackware-0.4.1/src/bloc.c:948:33: style: The scope of the variable 'len' can be reduced. [variableScope]
openhackware-0.4.1/src/bloc.c:948:38: style: The scope of the variable 'i' can be reduced. [variableScope]
openhackware-0.4.1/src/bloc.c:1112:22: style: The scope of the variable 'value' can be reduced. [variableScope]
openhackware-0.4.1/src/bloc.c:1149:14: style: The scope of the variable 'value' can be reduced. [variableScope]
openhackware-0.4.1/src/bloc.c:190:16: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/bloc.c:812:18: style: Variable 'addr' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/bootinfos.c:79:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openhackware-0.4.1/src/bootinfos.c:53:17: warning: Possible null pointer dereference: data [nullPointer]
openhackware-0.4.1/src/bootinfos.c:65:42: note: Calling function 'set_bootinfo_tag', 4th argument 'data' value is 0
openhackware-0.4.1/src/bootinfos.c:53:17: note: Null pointer dereference
openhackware-0.4.1/src/bootinfos.c:150:14: style: struct member 'PPC_device_t::busID' is never used. [unusedStructMember]
openhackware-0.4.1/src/bootinfos.c:151:14: style: struct member 'PPC_device_t::devID' is never used. [unusedStructMember]
openhackware-0.4.1/src/bootinfos.c:153:14: style: struct member 'PPC_device_t::flags' is never used. [unusedStructMember]
openhackware-0.4.1/src/bootinfos.c:154:14: style: struct member 'PPC_device_t::type' is never used. [unusedStructMember]
openhackware-0.4.1/src/bootinfos.c:155:14: style: struct member 'PPC_device_t::subtype' is never used. [unusedStructMember]
openhackware-0.4.1/src/bootinfos.c:156:14: style: struct member 'PPC_device_t::interface' is never used. [unusedStructMember]
openhackware-0.4.1/src/bootinfos.c:157:14: style: struct member 'PPC_device_t::spare' is never used. [unusedStructMember]
openhackware-0.4.1/src/char.c:94:9: style: The scope of the variable 'c' can be reduced. [variableScope]
openhackware-0.4.1/src/char.c:114:9: style: The scope of the variable 'c' can be reduced. [variableScope]
openhackware-0.4.1/src/char.c:141:18: style: The scope of the variable 'register_outd' can be reduced. [variableScope]
openhackware-0.4.1/src/char.c:183:12: style: The scope of the variable 'in' can be reduced. [variableScope]
openhackware-0.4.1/src/char.c:214:16: style: The scope of the variable 'cur' can be reduced. [variableScope]
openhackware-0.4.1/src/char.c:215:12: style: The scope of the variable 'out' can be reduced. [variableScope]
openhackware-0.4.1/src/char.c:233:16: style: The scope of the variable 'cur' can be reduced. [variableScope]
openhackware-0.4.1/src/char.c:415:9: style: The scope of the variable 'val' can be reduced. [variableScope]
openhackware-0.4.1/src/char.c:429:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openhackware-0.4.1/src/char.c:429:22: style: The scope of the variable 'val' can be reduced. [variableScope]
openhackware-0.4.1/src/char.c:501:26: error: Invalid memcpy() argument nr 3. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
openhackware-0.4.1/src/char.c:499:16: note: Assignment 'len=-1', assigned value is -1
openhackware-0.4.1/src/char.c:501:26: note: Invalid argument
openhackware-0.4.1/src/dev/char/kbd.c:61:9: style: The scope of the variable 'mod_state' can be reduced. [variableScope]
openhackware-0.4.1/src/dev/char/kbd.c:61:20: style: The scope of the variable 'key' can be reduced. [variableScope]
openhackware-0.4.1/src/dev/char/kbd.c:61:25: style: The scope of the variable 'type' can be reduced. [variableScope]
openhackware-0.4.1/src/libc/src/malloc.c:56:0: error: #error "Unsupported architecture" [preprocessorErrorDirective]
openhackware-0.4.1/src/libexec/chrp.c:146:36: warning: Either the condition 'tag==NULL' is redundant or there is possible null pointer dereference: tag. [nullPointerRedundantCheck]
openhackware-0.4.1/src/libexec/chrp.c:144:25: note: Assuming that condition 'tag==NULL' is not redundant
openhackware-0.4.1/src/libexec/chrp.c:146:36: note: Null pointer dereference
openhackware-0.4.1/src/libexec/chrp.c:283:30: warning: Either the condition 'pos!=NULL' is redundant or there is possible null pointer dereference: pos. [nullPointerRedundantCheck]
openhackware-0.4.1/src/libexec/chrp.c:256:33: note: Assuming that condition 'pos!=NULL' is not redundant
openhackware-0.4.1/src/libexec/chrp.c:283:30: note: Null pointer dereference
openhackware-0.4.1/src/libexec/core.c:107:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhackware-0.4.1/src/libexec/core.c:107:13: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhackware-0.4.1/src/libexec/core.c:102:36: portability: '*dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libexec/elf.c:187:18: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
openhackware-0.4.1/src/libexec/elf.c:186:12: note: Assignment 'last=NULL', assigned value is 0
openhackware-0.4.1/src/libexec/elf.c:187:18: note: Null pointer subtraction
openhackware-0.4.1/src/libexec/elf.c:187:18: portability: 'last' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libexec/elf.c:219:21: portability: 'address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libexec/elf.c:220:28: portability: 'address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libexec/elf.c:228:28: portability: 'address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libexec/macho.c:505:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhackware-0.4.1/src/libexec/macho.c:429:37: warning: Either the condition 'address!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openhackware-0.4.1/src/libexec/macho.c:427:56: note: Assuming that condition 'address!=NULL' is not redundant
openhackware-0.4.1/src/libexec/macho.c:429:37: note: Null pointer addition
openhackware-0.4.1/src/libexec/macho.c:443:37: warning: Either the condition 'address!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openhackware-0.4.1/src/libexec/macho.c:441:56: note: Assuming that condition 'address!=NULL' is not redundant
openhackware-0.4.1/src/libexec/macho.c:443:37: note: Null pointer addition
openhackware-0.4.1/src/libexec/macho.c:429:37: portability: 'address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libexec/macho.c:430:44: portability: 'address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libexec/macho.c:443:37: portability: 'address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libexec/macho.c:444:44: portability: 'address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libexec/macho.c:200:14: style: struct member 'mach_symtab_t::nsyms' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:201:14: style: struct member 'mach_symtab_t::str_offset' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:202:14: style: struct member 'mach_symtab_t::str_size' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:220:14: style: struct member 'mach_fvmlib_t::str_offset' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:221:14: style: struct member 'mach_fvmlib_t::minor_version' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:222:14: style: struct member 'mach_fvmlib_t::header_addr' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:226:14: style: struct member 'mach_fvmfile_t::str_offset' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:231:14: style: struct member 'mach_dysymtab_t::ilocal_syms' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:232:14: style: struct member 'mach_dysymtab_t::nlocal_syms' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:233:14: style: struct member 'mach_dysymtab_t::iext_syms' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:234:14: style: struct member 'mach_dysymtab_t::next_syms' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:235:14: style: struct member 'mach_dysymtab_t::iundef_syms' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:236:14: style: struct member 'mach_dysymtab_t::nundef_syms' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:237:14: style: struct member 'mach_dysymtab_t::toc_offset' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:238:14: style: struct member 'mach_dysymtab_t::ntoc' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:239:14: style: struct member 'mach_dysymtab_t::modtab_offset' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:240:14: style: struct member 'mach_dysymtab_t::nmodtab' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:241:14: style: struct member 'mach_dysymtab_t::extsym_offset' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:242:14: style: struct member 'mach_dysymtab_t::nextsym' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:243:14: style: struct member 'mach_dysymtab_t::indirect_offset' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:244:14: style: struct member 'mach_dysymtab_t::nindirect' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:245:14: style: struct member 'mach_dysymtab_t::ext_reloc_offset' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:246:14: style: struct member 'mach_dysymtab_t::next_reloc' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:247:14: style: struct member 'mach_dysymtab_t::local_reloc_offset' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:248:14: style: struct member 'mach_dysymtab_t::nlocal_reloc' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:252:14: style: struct member 'mach_dylib_t::str_offset' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:253:14: style: struct member 'mach_dylib_t::timestamp' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:254:14: style: struct member 'mach_dylib_t::cur_version' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:255:14: style: struct member 'mach_dylib_t::compat_version' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:259:14: style: struct member 'mach_prebound_t::str_offset' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:260:14: style: struct member 'mach_prebound_t::nb_modules' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/macho.c:261:19: style: struct member 'mach_prebound_t::linked_modules' is never used. [unusedStructMember]
openhackware-0.4.1/src/libexec/pef.c:100:28: style: The scope of the variable 'size' can be reduced. [variableScope]
openhackware-0.4.1/src/libexec/pef.c:100:34: style: The scope of the variable 'lpos' can be reduced. [variableScope]
openhackware-0.4.1/src/libexec/xcoff.c:168:18: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
openhackware-0.4.1/src/libexec/xcoff.c:167:12: note: Assignment 'last=NULL', assigned value is 0
openhackware-0.4.1/src/libexec/xcoff.c:168:18: note: Null pointer subtraction
openhackware-0.4.1/src/libexec/xcoff.c:166:33: portability: '(void*)ahdr.entry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libexec/xcoff.c:168:18: portability: 'last' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libfs/core.c:124:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhackware-0.4.1/src/libfs/core.c:312:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhackware-0.4.1/src/libfs/core.c:90:12: style: The scope of the variable 'put_inode' can be reduced. [variableScope]
openhackware-0.4.1/src/libfs/core.c:91:21: style: The scope of the variable 'upd' can be reduced. [variableScope]
openhackware-0.4.1/src/libfs/core.c:116:16: style: The scope of the variable 'get_inode' can be reduced. [variableScope]
openhackware-0.4.1/src/libfs/core.c:206:20: style: The scope of the variable 'subdir' can be reduced. [variableScope]
openhackware-0.4.1/src/libfs/core.c:358:12: style: The scope of the variable 'put_inode' can be reduced. [variableScope]
openhackware-0.4.1/src/libfs/core.c:384:12: style: The scope of the variable 'put_inode' can be reduced. [variableScope]
openhackware-0.4.1/src/libfs/core.c:425:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openhackware-0.4.1/src/libfs/core.c:453:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openhackware-0.4.1/src/libfs/core.c:443:16: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libfs/core.c:471:16: portability: 'buffer' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/libfs/hfs.c:1174:21: portability: %d in format string (no. 4) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
openhackware-0.4.1/src/libfs/hfs.c:1406:17: warning: Either the condition 'cur==NULL' is redundant or there is possible null pointer dereference: cur. [nullPointerRedundantCheck]
openhackware-0.4.1/src/libfs/hfs.c:1405:21: note: Assuming that condition 'cur==NULL' is not redundant
openhackware-0.4.1/src/libfs/hfs.c:1406:17: note: Null pointer dereference
openhackware-0.4.1/src/libfs/hfs.c:489:18: style: union member 'Anonymous5::inum' is never used. [unusedStructMember]
openhackware-0.4.1/src/libfs/hfs.c:490:18: style: union member 'Anonymous5::lcount' is never used. [unusedStructMember]
openhackware-0.4.1/src/libfs/hfs.c:491:18: style: union member 'Anonymous5::device' is never used. [unusedStructMember]
openhackware-0.4.1/src/libpart/apple.c:258:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhackware-0.4.1/src/libpart/apple.c:258:17: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhackware-0.4.1/src/main.c:429:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhackware-0.4.1/src/main.c:447:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhackware-0.4.1/src/main.c:308:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openhackware-0.4.1/src/main.c:491:29: portability: 'bootinfos' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/main.c:522:37: portability: 'load_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/main.c:523:37: portability: 'load_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openhackware-0.4.1/src/main.c:471:9: error: Memory leak: res [memleak]
openhackware-0.4.1/src/main.c:471:9: error: Memory leak: last_alloc [memleak]
openhackware-0.4.1/src/main.c:460:5: error: Return value of allocation function 'mem_align' is not stored. [leakReturnValNotUsed]
openhackware-0.4.1/src/main.c:525:39: error: Allocation with malloc, printf doesn't release it. [leakNoVarFunctionCall]
openhackware-0.4.1/src/nvram.c:441:5: style: Variable 'lword' is reassigned a value before the old one has been used. [redundantAssignment]
openhackware-0.4.1/src/nvram.c:439:5: note: Variable 'lword' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/nvram.c:441:5: note: Variable 'lword' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/of.c:716:20: warning: Either the condition 'phandle>256' is redundant or the array 'OF_packages[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
openhackware-0.4.1/src/of.c:714:17: note: Assuming that condition 'phandle>256' is not redundant
openhackware-0.4.1/src/of.c:716:20: note: Array index out of bounds
openhackware-0.4.1/src/of.c:966:12: warning: Possible null pointer dereference: buffer [nullPointer]
openhackware-0.4.1/src/of.c:3294:38: note: Calling function 'OF_property_copy', 2nd argument 'buffer' value is 0
openhackware-0.4.1/src/of.c:966:12: note: Null pointer dereference
openhackware-0.4.1/src/of.c:2958:19: warning: Either the condition 'end!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openhackware-0.4.1/src/of.c:2955:17: note: Assuming that condition 'end!=NULL' is not redundant
openhackware-0.4.1/src/of.c:2958:19: note: Null pointer addition
openhackware-0.4.1/src/of.c:225:14: style: The scope of the variable '_cb' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:227:33: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:547:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:548:16: style: The scope of the variable 'prop_name' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:548:28: style: The scope of the variable 'prop_address' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:647:16: style: The scope of the variable 'prop_name' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:647:28: style: The scope of the variable 'prop_address' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:915:14: style: The scope of the variable 'd' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:1336:16: style: The scope of the variable 'prop_name' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:1336:28: style: The scope of the variable 'prop_address' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:1337:14: style: The scope of the variable 'address' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:1436:16: style: The scope of the variable 'inst' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:1750:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:1752:35: style: The scope of the variable 'chs' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:1752:41: style: The scope of the variable 'als' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:3259:63: style: The scope of the variable 'pos' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:3261:22: style: The scope of the variable 'als' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:3262:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:3398:14: style: The scope of the variable 'width' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:3411:21: style: The scope of the variable 'height' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:3424:29: style: The scope of the variable 'depth' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:3593:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:3822:16: style: The scope of the variable 'next' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:4258:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:4348:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
openhackware-0.4.1/src/of.c:2844:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:2846:12: style: Variable 'more' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:2843:15: style: Variable 'ihandle' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:2864:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:2865:15: style: Variable 'address' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:2866:12: style: Variable 'virt' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:2867:12: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:2863:15: style: Variable 'ihandle' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:2886:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:2895:12: style: Variable 'node' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3189:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3197:14: style: Variable 'bdinst' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3190:16: style: Variable 'phandle' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3226:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3225:15: style: Variable 'ihandle' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3246:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3245:15: style: Variable 'ihandle' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3247:12: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3361:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3360:15: style: Variable 'ihandle' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3383:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3382:15: style: Variable 'ihandle' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3521:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3547:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3570:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3598:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3600:13: style: Variable 'ihandle' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3623:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3637:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3656:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3672:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:3683:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:4315:14: style: Variable 'n_args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:4330:14: style: Variable 'n_args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:5117:25: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:5116:15: style: Variable 'ihandle' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/of.c:724:23: warning: Either the condition 'phandle>256' is redundant or the array 'OF_packages[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
openhackware-0.4.1/src/of.c:714:17: note: Assuming that condition 'phandle>256' is not redundant
openhackware-0.4.1/src/of.c:724:23: note: Array index out of bounds
openhackware-0.4.1/src/of.c:3055:21: error: Memory leak: bdinst [memleak]
openhackware-0.4.1/src/of.c:1878:0: error: Memory leak: new [memleak]
openhackware-0.4.1/src/of.c:4551:0: error: Memory leak: buf [memleak]
openhackware-0.4.1/src/pci.c:2195:9: style: Variable 'cfg_base' is reassigned a value before the old one has been used. [redundantAssignment]
openhackware-0.4.1/src/pci.c:2176:9: note: Variable 'cfg_base' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2195:9: note: Variable 'cfg_base' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2196:9: style: Variable 'cfg_len' is reassigned a value before the old one has been used. [redundantAssignment]
openhackware-0.4.1/src/pci.c:2177:9: note: Variable 'cfg_len' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2196:9: note: Variable 'cfg_len' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2197:9: style: Variable 'mem_base' is reassigned a value before the old one has been used. [redundantAssignment]
openhackware-0.4.1/src/pci.c:2178:9: note: Variable 'mem_base' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2197:9: note: Variable 'mem_base' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2198:9: style: Variable 'mem_len' is reassigned a value before the old one has been used. [redundantAssignment]
openhackware-0.4.1/src/pci.c:2179:9: note: Variable 'mem_len' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2198:9: note: Variable 'mem_len' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2199:9: style: Variable 'io_base' is reassigned a value before the old one has been used. [redundantAssignment]
openhackware-0.4.1/src/pci.c:2180:9: note: Variable 'io_base' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2199:9: note: Variable 'io_base' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2200:9: style: Variable 'io_len' is reassigned a value before the old one has been used. [redundantAssignment]
openhackware-0.4.1/src/pci.c:2181:9: note: Variable 'io_len' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2200:9: note: Variable 'io_len' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2205:9: style: Variable 'rbase' is reassigned a value before the old one has been used. [redundantAssignment]
openhackware-0.4.1/src/pci.c:2182:9: note: Variable 'rbase' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2205:9: note: Variable 'rbase' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2206:9: style: Variable 'rlen' is reassigned a value before the old one has been used. [redundantAssignment]
openhackware-0.4.1/src/pci.c:2183:9: note: Variable 'rlen' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:2206:9: note: Variable 'rlen' is reassigned a value before the old one has been used.
openhackware-0.4.1/src/pci.c:199:18: style: Variable 'addr' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/pci.c:334:22: style: Variable 'addr' is assigned a value that is never used. [unreadVariable]
openhackware-0.4.1/src/pci.c:1620:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openhackware-0.4.1/src/vga.c:184:14: style: The scope of the variable 'd' can be reduced. [variableScope]
[12:47]

ftp://ftp.se.debian.org/debian/pool/main/o/openhft-affinity/openhft-affinity_2.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openhft-chronicle-bytes/openhft-chronicle-bytes_1.1.15.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openhft-chronicle-core/openhft-chronicle-core_1.1.8.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openhft-chronicle-network/openhft-chronicle-network_1.0.58.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openhft-chronicle-queue/openhft-chronicle-queue_3.6.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openhft-chronicle-threads/openhft-chronicle-threads_1.1.6.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openhft-chronicle-wire/openhft-chronicle-wire_1.1.13.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openhft-compiler/openhft-compiler_2.2.4.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openhft-lang/openhft-lang_6.7.6.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openhpi/openhpi_3.8.0.orig.tar.gz
openhpi-3.8.0/clients/clients.c:97:29: style: The scope of the variable 'envportstr' can be reduced. [variableScope]
openhpi-3.8.0/clients/clients.c:98:19: style: The scope of the variable 'envport' can be reduced. [variableScope]
openhpi-3.8.0/clients/clients.c:314:43: style: Function 'ohc_session_open_by_option' argument 2 names different: declaration 'SessionId' definition 'sessionid'. [funcArgNamesDifferent]
openhpi-3.8.0/clients/oh_clients.h:79:43: note: Function 'ohc_session_open_by_option' argument 2 names different: declaration 'SessionId' definition 'sessionid'.
openhpi-3.8.0/clients/clients.c:314:43: note: Function 'ohc_session_open_by_option' argument 2 names different: declaration 'SessionId' definition 'sessionid'.
openhpi-3.8.0/clients/clients.c:295:12: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/clients/hpialarms.c:209:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openhpi-3.8.0/clients/hpialarms.c:227:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openhpi-3.8.0/clients/hpialarms.c:249:8: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/clients/hpialarms.c:241:7: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/clients/hpidomain.c:292:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpidomain.c:289:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpidomain.c:292:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpidomain.c:103:7: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/clients/hpiel.c:169:25: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpiel.c:165:25: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpiel.c:169:25: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpievents.c:190:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openhpi-3.8.0/clients/hpievents.c:223:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpievents.c:221:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpievents.c:223:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:938:10: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openhpi-3.8.0/clients/hpigensimdata.c:977:13: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openhpi-3.8.0/clients/hpigensimdata.c:988:13: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openhpi-3.8.0/clients/hpigensimdata.c:486:4: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpigensimdata.c:477:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:486:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:629:4: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpigensimdata.c:623:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:629:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:713:4: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpigensimdata.c:709:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:713:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:758:4: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpigensimdata.c:754:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:758:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:813:4: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpigensimdata.c:809:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:813:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:922:4: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpigensimdata.c:919:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:922:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:975:10: style: Variable 'rv_testdata' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpigensimdata.c:973:0: note: Variable 'rv_testdata' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:975:10: note: Variable 'rv_testdata' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:1070:4: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpigensimdata.c:1064:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:1070:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:1147:4: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpigensimdata.c:1141:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:1147:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:1188:4: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpigensimdata.c:1185:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:1188:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:1541:4: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpigensimdata.c:1533:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:1541:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpigensimdata.c:625:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpigensimdata.c:1535:8: style: The scope of the variable 'corflag' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpigensimdata.c:1709:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpigensimdata.c:411:100: style: Function 'print_resources' argument 4 names different: declaration 'res_id' definition 'resourceid'. [funcArgNamesDifferent]
openhpi-3.8.0/clients/hpigensimdata.c:115:54: note: Function 'print_resources' argument 4 names different: declaration 'res_id' definition 'resourceid'.
openhpi-3.8.0/clients/hpigensimdata.c:411:100: note: Function 'print_resources' argument 4 names different: declaration 'res_id' definition 'resourceid'.
openhpi-3.8.0/clients/hpigensimdata.c:1283:74: style: Function 'print_control_rdr' argument 3 names different: declaration 'sessionid' definition 'sessionId'. [funcArgNamesDifferent]
openhpi-3.8.0/clients/hpigensimdata.c:137:55: note: Function 'print_control_rdr' argument 3 names different: declaration 'sessionid' definition 'sessionId'.
openhpi-3.8.0/clients/hpigensimdata.c:1283:74: note: Function 'print_control_rdr' argument 3 names different: declaration 'sessionid' definition 'sessionId'.
openhpi-3.8.0/clients/hpigensimdata.c:1658:51: style: Function 'print_sensor_thresholds' argument 2 names different: declaration 'myoffset' definition 'offset'. [funcArgNamesDifferent]
openhpi-3.8.0/clients/hpigensimdata.c:164:49: note: Function 'print_sensor_thresholds' argument 2 names different: declaration 'myoffset' definition 'offset'.
openhpi-3.8.0/clients/hpigensimdata.c:1658:51: note: Function 'print_sensor_thresholds' argument 2 names different: declaration 'myoffset' definition 'offset'.
openhpi-3.8.0/clients/hpiinv.c:293:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpiinv.c:293:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpiinv.c:295:10: style: The scope of the variable 'pstr' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpiinv.c:336:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpiinv.c:386:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpionIBMblade.c:317:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpionIBMblade.c:614:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpionIBMblade.c:633:8: style: The scope of the variable 'n' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpionIBMblade.c:897:9: style: The scope of the variable 'S' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpireset.c:120:8: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/clients/hpisensor.c:306:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/clients/hpisettime.c:195:5: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpisettime.c:191:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpisettime.c:195:5: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpisettime.c:68:6: style: The scope of the variable 'day_array' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpisettime.c:209:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/clients/hpithres.c:238:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpithres.c:533:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpithres.c:552:8: style: The scope of the variable 'n' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpithres.c:647:9: style: The scope of the variable 'S' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpitop.c:301:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitop.c:296:0: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:301:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:317:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitop.c:315:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:317:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:342:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitop.c:336:0: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:342:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:380:2: style: Variable 'rvInvent' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitop.c:375:0: note: Variable 'rvInvent' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:380:2: note: Variable 'rvInvent' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:427:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitop.c:424:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:427:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:462:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitop.c:460:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:462:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:504:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitop.c:501:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:504:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:540:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitop.c:537:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:540:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:571:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitop.c:568:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:571:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:603:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitop.c:600:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:603:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:635:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitop.c:632:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:635:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitop.c:378:7: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpitop.c:425:7: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpitop.c:502:7: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpitop.c:538:7: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpitop.c:569:7: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpitop.c:601:7: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpitop.c:633:7: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/clients/hpitop.c:186:68: style: Function 'list_resources' argument 2 names different: declaration 'res_id' definition 'resourceid'. [funcArgNamesDifferent]
openhpi-3.8.0/clients/hpitop.c:38:76: note: Function 'list_resources' argument 2 names different: declaration 'res_id' definition 'resourceid'.
openhpi-3.8.0/clients/hpitop.c:186:68: note: Function 'list_resources' argument 2 names different: declaration 'res_id' definition 'resourceid'.
openhpi-3.8.0/clients/hpitop.c:176:7: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/clients/hpitree.c:612:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitree.c:610:3: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitree.c:612:3: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitree.c:631:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpitree.c:627:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitree.c:631:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpitree.c:186:68: style: Function 'list_resources' argument 2 names different: declaration 'res_id' definition 'resourceid'. [funcArgNamesDifferent]
openhpi-3.8.0/clients/hpitree.c:39:76: note: Function 'list_resources' argument 2 names different: declaration 'res_id' definition 'resourceid'.
openhpi-3.8.0/clients/hpitree.c:186:68: note: Function 'list_resources' argument 2 names different: declaration 'res_id' definition 'resourceid'.
openhpi-3.8.0/clients/hpitree.c:176:7: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/clients/hpiwdt.c:90:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openhpi-3.8.0/clients/hpiwdt.c:90:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openhpi-3.8.0/clients/hpiwdt.c:217:8: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:87:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiInt8T' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:91:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiInt16T' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:127:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiSessionIdT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:143:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiTimeoutT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:151:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiEntityLocationT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:195:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiWatchdogExpFlagsT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:203:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiDimiTestCapabilityT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:219:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiBankNumT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:223:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiFumiLogicalBankStateFlagsT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:243:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiEvtQueueStatusT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:251:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiLoadNumberT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:275:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiEventLogEntryIdT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:292:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiEntityTypeT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:304:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiSensorEventMaskActionT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:336:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiIdrAreaTypeT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:340:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiIdrFieldTypeT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:344:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiWatchdogActionT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:360:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiDimiTestServiceImpactT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:368:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiDimiTestErrCodeT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:372:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiDimiTestParamTypeT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:376:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiDimiReadyT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:380:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiFumiSpecInfoTypeT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:384:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiFumiSafDefinedSpecIdT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:388:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiFumiServiceImpactT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:392:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiFumiSourceStatusT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:396:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiFumiBankStateT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:404:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiHsIndicatorStateT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:408:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiHsActionT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:444:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiAnnunciatorModeT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:456:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiParmActionT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:460:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiResetActionT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:464:10: style: Unused private function: 'cHpiXmlWriter::NodeSaHpiPowerStateT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/hpi_xml_writer.h:477:10: style: Unused private function: 'cHpiXmlWriter::NodeSaErrorT' [unusedPrivateFunction]
openhpi-3.8.0/clients/hpixml/main.cpp:65:5: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/clients/hpixml/main.cpp:59:5: note: Variable 'context' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpixml/main.cpp:65:5: note: Variable 'context' is reassigned a value before the old one has been used.
openhpi-3.8.0/clients/hpixml/xml_writer.h:74:10: style: Technically the member function 'cXmlWriter::PrintIndent' can be const. [functionConst]
openhpi-3.8.0/clients/hpixml/xml_writer.cpp:128:18: note: Technically the member function 'cXmlWriter::PrintIndent' can be const.
openhpi-3.8.0/clients/hpixml/xml_writer.h:74:10: note: Technically the member function 'cXmlWriter::PrintIndent' can be const.
openhpi-3.8.0/clients/ohhandler.c:285:9: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/cpp/oSaHpiCondition.cpp:160:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/cpp/oSaHpiCondition.cpp:158:5: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiCondition.cpp:160:5: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiCtrlDefaultMode.cpp:52:75: style: Function 'oSaHpiCtrlDefaultMode' argument 1 names different: declaration 'cdm' definition 'ent'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlDefaultMode.hpp:34:60: note: Function 'oSaHpiCtrlDefaultMode' argument 1 names different: declaration 'cdm' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlDefaultMode.cpp:52:75: note: Function 'oSaHpiCtrlDefaultMode' argument 1 names different: declaration 'cdm' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlDefaultMode.cpp:95:65: style: Function 'fprint' argument 3 names different: declaration 'ent' definition 'cdm'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlDefaultMode.hpp:51:57: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'cdm'.
openhpi-3.8.0/cpp/oSaHpiCtrlDefaultMode.cpp:95:65: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'cdm'.
openhpi-3.8.0/cpp/oSaHpiCtrlRec.cpp:116:49: style: Function 'fprint' argument 3 names different: declaration 'sr' definition 'cr'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRec.hpp:49:49: note: Function 'fprint' argument 3 names different: declaration 'sr' definition 'cr'.
openhpi-3.8.0/cpp/oSaHpiCtrlRec.cpp:116:49: note: Function 'fprint' argument 3 names different: declaration 'sr' definition 'cr'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDigital.hpp:31:9: style: Class 'oSaHpiCtrlRecDigital' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/cpp/oSaHpiCtrlRecDiscrete.hpp:31:9: style: Class 'oSaHpiCtrlRecDiscrete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/cpp/oSaHpiCtrlRecAnalog.cpp:55:69: style: Function 'oSaHpiCtrlRecAnalog' argument 1 names different: declaration 'cra' definition 'ent'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecAnalog.hpp:35:56: note: Function 'oSaHpiCtrlRecAnalog' argument 1 names different: declaration 'cra' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecAnalog.cpp:55:69: note: Function 'oSaHpiCtrlRecAnalog' argument 1 names different: declaration 'cra' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecAnalog.cpp:102:61: style: Function 'fprint' argument 3 names different: declaration 'ent' definition 'cra'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecAnalog.hpp:52:55: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'cra'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecAnalog.cpp:102:61: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'cra'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDigital.cpp:39:67: style: Function 'oSaHpiCtrlRecDigital' argument 1 names different: declaration 'crd' definition 'cs'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecDigital.hpp:31:53: note: Function 'oSaHpiCtrlRecDigital' argument 1 names different: declaration 'crd' definition 'cs'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDigital.cpp:39:67: note: Function 'oSaHpiCtrlRecDigital' argument 1 names different: declaration 'crd' definition 'cs'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDigital.cpp:49:72: style: Function 'oSaHpiCtrlRecDigital' argument 1 names different: declaration 'crd' definition 'ent'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecDigital.hpp:33:58: note: Function 'oSaHpiCtrlRecDigital' argument 1 names different: declaration 'crd' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDigital.cpp:49:72: note: Function 'oSaHpiCtrlRecDigital' argument 1 names different: declaration 'crd' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDigital.cpp:89:63: style: Function 'fprint' argument 3 names different: declaration 'ent' definition 'crd'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecDigital.hpp:50:56: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'crd'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDigital.cpp:89:63: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'crd'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDiscrete.cpp:39:70: style: Function 'oSaHpiCtrlRecDiscrete' argument 1 names different: declaration 'crd' definition 'cs'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecDiscrete.hpp:31:55: note: Function 'oSaHpiCtrlRecDiscrete' argument 1 names different: declaration 'crd' definition 'cs'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDiscrete.cpp:39:70: note: Function 'oSaHpiCtrlRecDiscrete' argument 1 names different: declaration 'crd' definition 'cs'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDiscrete.cpp:49:75: style: Function 'oSaHpiCtrlRecDiscrete' argument 1 names different: declaration 'crd' definition 'ent'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecDiscrete.hpp:33:60: note: Function 'oSaHpiCtrlRecDiscrete' argument 1 names different: declaration 'crd' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDiscrete.cpp:49:75: note: Function 'oSaHpiCtrlRecDiscrete' argument 1 names different: declaration 'crd' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDiscrete.cpp:89:65: style: Function 'fprint' argument 3 names different: declaration 'ent' definition 'crd'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecDiscrete.hpp:50:57: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'crd'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecDiscrete.cpp:89:65: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'crd'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecOem.cpp:44:57: style: Function 'oSaHpiCtrlRecOem' argument 1 names different: declaration 'id' definition 'mid'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecOem.hpp:31:47: note: Function 'oSaHpiCtrlRecOem' argument 1 names different: declaration 'id' definition 'mid'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecOem.cpp:44:57: note: Function 'oSaHpiCtrlRecOem' argument 1 names different: declaration 'id' definition 'mid'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecOem.cpp:71:60: style: Function 'oSaHpiCtrlRecOem' argument 1 names different: declaration 'crd' definition 'ent'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecOem.hpp:35:50: note: Function 'oSaHpiCtrlRecOem' argument 1 names different: declaration 'crd' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecOem.cpp:71:60: note: Function 'oSaHpiCtrlRecOem' argument 1 names different: declaration 'crd' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecOem.cpp:120:55: style: Function 'fprint' argument 3 names different: declaration 'ent' definition 'oem'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecOem.hpp:52:52: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'oem'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecOem.cpp:120:55: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'oem'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecStream.cpp:44:69: style: Function 'oSaHpiCtrlRecStream' argument 1 names different: declaration 'crd' definition 'ent'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecStream.hpp:32:56: note: Function 'oSaHpiCtrlRecStream' argument 1 names different: declaration 'crd' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecStream.cpp:44:69: note: Function 'oSaHpiCtrlRecStream' argument 1 names different: declaration 'crd' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecStream.cpp:59:61: style: Function 'fprint' argument 3 names different: declaration 'ent' definition 'strm'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecStream.hpp:42:55: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'strm'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecStream.cpp:59:61: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'strm'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecText.cpp:77:63: style: Function 'oSaHpiCtrlRecText' argument 1 names different: declaration 'crd' definition 'ent'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecText.hpp:37:52: note: Function 'oSaHpiCtrlRecText' argument 1 names different: declaration 'crd' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecText.cpp:77:63: note: Function 'oSaHpiCtrlRecText' argument 1 names different: declaration 'crd' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecText.cpp:129:57: style: Function 'fprint' argument 3 names different: declaration 'ent' definition 'txt'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlRecText.hpp:54:53: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'txt'.
openhpi-3.8.0/cpp/oSaHpiCtrlRecText.cpp:129:57: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'txt'.
openhpi-3.8.0/cpp/oSaHpiCtrlStateText.hpp:31:9: style: Class 'oSaHpiCtrlStateText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:134:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:132:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:134:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:143:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:141:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:143:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:152:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:150:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:152:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:45:57: style: Function 'oSaHpiCtrlState' argument 1 names different: declaration 'sr' definition 'ent'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlState.hpp:32:48: note: Function 'oSaHpiCtrlState' argument 1 names different: declaration 'sr' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:45:57: note: Function 'oSaHpiCtrlState' argument 1 names different: declaration 'sr' definition 'ent'.
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:85:53: style: Function 'fprint' argument 3 names different: declaration 'ent' definition 'cs'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiCtrlState.hpp:49:51: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'cs'.
openhpi-3.8.0/cpp/oSaHpiCtrlState.cpp:85:53: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'cs'.
openhpi-3.8.0/cpp/oSaHpiCtrlStateText.cpp:136:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/cpp/oSaHpiCtrlStateText.cpp:134:5: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiCtrlStateText.cpp:136:5: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiEntityPath.cpp:67:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openhpi-3.8.0/cpp/oSaHpiEntityPath.cpp:69:25: style: The scope of the variable 'ent' can be reduced. [variableScope]
openhpi-3.8.0/cpp/oSaHpiHotSwapEvent.cpp:42:66: style: Function 'oSaHpiHotSwapEvent' argument 1 names different: declaration 'sr' definition 'range'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiHotSwapEvent.hpp:32:54: note: Function 'oSaHpiHotSwapEvent' argument 1 names different: declaration 'sr' definition 'range'.
openhpi-3.8.0/cpp/oSaHpiHotSwapEvent.cpp:42:66: note: Function 'oSaHpiHotSwapEvent' argument 1 names different: declaration 'sr' definition 'range'.
openhpi-3.8.0/cpp/oSaHpiHotSwapEvent.cpp:85:59: style: Function 'fprint' argument 3 names different: declaration 'ent' definition 'hse'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiHotSwapEvent.hpp:49:54: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'hse'.
openhpi-3.8.0/cpp/oSaHpiHotSwapEvent.cpp:85:59: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'hse'.
openhpi-3.8.0/cpp/oSaHpiIdrField.cpp:153:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/cpp/oSaHpiIdrField.cpp:151:5: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiIdrField.cpp:153:5: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/cpp/oSaHpiName.hpp:31:9: style: Class 'oSaHpiName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/cpp/oSaHpiSensorDataFormat.cpp:62:78: style: Function 'oSaHpiSensorDataFormat' argument 1 names different: declaration 'sr' definition 'df'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiSensorDataFormat.hpp:33:62: note: Function 'oSaHpiSensorDataFormat' argument 1 names different: declaration 'sr' definition 'df'.
openhpi-3.8.0/cpp/oSaHpiSensorDataFormat.cpp:62:78: note: Function 'oSaHpiSensorDataFormat' argument 1 names different: declaration 'sr' definition 'df'.
openhpi-3.8.0/cpp/oSaHpiSensorDataFormat.cpp:125:67: style: Function 'fprint' argument 3 names different: declaration 'ent' definition 'df'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiSensorDataFormat.hpp:50:58: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'df'.
openhpi-3.8.0/cpp/oSaHpiSensorDataFormat.cpp:125:67: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'df'.
openhpi-3.8.0/cpp/oSaHpiSensorEnableChangeEvent.cpp:49:99: style: Function 'oSaHpiSensorEnableChangeEvent' argument 1 names different: declaration 'sr' definition 'range'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiSensorEnableChangeEvent.hpp:32:76: note: Function 'oSaHpiSensorEnableChangeEvent' argument 1 names different: declaration 'sr' definition 'range'.
openhpi-3.8.0/cpp/oSaHpiSensorEnableChangeEvent.cpp:49:99: note: Function 'oSaHpiSensorEnableChangeEvent' argument 1 names different: declaration 'sr' definition 'range'.
openhpi-3.8.0/cpp/oSaHpiSensorEnableChangeEvent.cpp:120:81: style: Function 'fprint' argument 3 names different: declaration 'ent' definition 'se'. [funcArgNamesDifferent]
openhpi-3.8.0/cpp/oSaHpiSensorEnableChangeEvent.hpp:49:65: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'se'.
openhpi-3.8.0/cpp/oSaHpiSensorEnableChangeEvent.cpp:120:81: note: Function 'fprint' argument 3 names different: declaration 'ent' definition 'se'.
openhpi-3.8.0/hpi_shell/cmdparser.c:185:6: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/cmdparser.c:284:8: style: The scope of the variable 'cmd' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/cmdparser.c:457:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/cmdparser.c:458:9: style: The scope of the variable 'name' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/cmdparser.c:517:7: style: The scope of the variable 'res' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/cmdparser.c:564:9: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/cmdparser.c:565:17: style: The scope of the variable 'val' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/cmdparser.c:679:15: style: The scope of the variable 'c' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/cmdparser.c:562:43: style: Function 'get_hex_string_param' argument 2 names different: declaration 'val' definition 'res'. [funcArgNamesDifferent]
openhpi-3.8.0/hpi_shell/hpi_cmd.h:116:51: note: Function 'get_hex_string_param' argument 2 names different: declaration 'val' definition 'res'.
openhpi-3.8.0/hpi_shell/cmdparser.c:562:43: note: Function 'get_hex_string_param' argument 2 names different: declaration 'val' definition 'res'.
openhpi-3.8.0/hpi_shell/cmdparser.c:586:39: style: Function 'get_string_param' argument 2 names different: declaration 'string' definition 'val'. [funcArgNamesDifferent]
openhpi-3.8.0/hpi_shell/hpi_cmd.h:120:47: note: Function 'get_string_param' argument 2 names different: declaration 'string' definition 'val'.
openhpi-3.8.0/hpi_shell/cmdparser.c:586:39: note: Function 'get_string_param' argument 2 names different: declaration 'string' definition 'val'.
openhpi-3.8.0/hpi_shell/cmdparser.c:633:26: style: Function 'add_input_file' argument 1 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
openhpi-3.8.0/hpi_shell/hpi_cmd.h:90:34: note: Function 'add_input_file' argument 1 names different: declaration 'name' definition 'path'.
openhpi-3.8.0/hpi_shell/cmdparser.c:633:26: note: Function 'add_input_file' argument 1 names different: declaration 'name' definition 'path'.
openhpi-3.8.0/hpi_shell/cmdparser.c:687:2: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/hpi_shell/commands.c:58:25: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/commands.c:213:26: style: The scope of the variable 'val' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/commands.c:240:12: style: The scope of the variable 'p' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/commands.c:484:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/hpi_shell/ctrl_inv.c:366:15: style: The scope of the variable 'term' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/ctrl_inv.c:367:8: style: The scope of the variable 'res' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/ctrl_inv.c:404:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/ctrl_inv.c:577:15: style: The scope of the variable 'term' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/ctrl_inv.c:578:8: style: The scope of the variable 'res' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/ctrl_inv.c:1005:15: style: The scope of the variable 'term' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/ctrl_inv.c:1006:8: style: The scope of the variable 'res' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/ctrl_inv.c:857:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/hpi_shell/dimi.c:226:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/hpi_shell/fumi.c:762:26: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openhpi-3.8.0/hpi_shell/fumi.c:753:18: note: outer condition: banknum==0
openhpi-3.8.0/hpi_shell/fumi.c:762:26: note: identical inner condition: banknum==0
openhpi-3.8.0/hpi_shell/fumi.c:762:26: style: Condition 'banknum==0' is always true [knownConditionTrueFalse]
openhpi-3.8.0/hpi_shell/fumi.c:753:18: note: Assuming that condition 'banknum==0' is not redundant
openhpi-3.8.0/hpi_shell/fumi.c:762:26: note: Condition 'banknum==0' is always true
openhpi-3.8.0/hpi_shell/fumi.c:112:5: warning: The buffer 'fw_info_indent' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/hpi_shell/fumi.c:113:5: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openhpi-3.8.0/hpi_shell/hpi_cmd.c:90:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/hpi_cmd.c:129:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/hpi_cmd.c:151:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/inputcmd.c:474:4: performance: Buffer 'input_buf' is being written before its old content has been used. [redundantCopy]
openhpi-3.8.0/hpi_shell/inputcmd.c:473:4: note: Buffer 'input_buf' is being written before its old content has been used.
openhpi-3.8.0/hpi_shell/inputcmd.c:474:4: note: Buffer 'input_buf' is being written before its old content has been used.
openhpi-3.8.0/hpi_shell/inputcmd.c:542:5: performance: Buffer 'input_buf' is being written before its old content has been used. [redundantCopy]
openhpi-3.8.0/hpi_shell/inputcmd.c:541:5: note: Buffer 'input_buf' is being written before its old content has been used.
openhpi-3.8.0/hpi_shell/inputcmd.c:542:5: note: Buffer 'input_buf' is being written before its old content has been used.
openhpi-3.8.0/hpi_shell/inputcmd.c:554:5: performance: Buffer 'input_buf' is being written before its old content has been used. [redundantCopy]
openhpi-3.8.0/hpi_shell/inputcmd.c:553:5: note: Buffer 'input_buf' is being written before its old content has been used.
openhpi-3.8.0/hpi_shell/inputcmd.c:554:5: note: Buffer 'input_buf' is being written before its old content has been used.
openhpi-3.8.0/hpi_shell/inputcmd.c:242:30: style: The scope of the variable 'c' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/inputcmd.c:242:33: style: The scope of the variable 'line_size' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/inputcmd.c:347:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/inputcmd.c:424:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/inputcmd.c:424:18: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/inputcmd.c:608:6: style: The scope of the variable 'ind' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/inputcmd.c:422:41: style: Function 'get_command_line' argument 2 names different: declaration 'type' definition 'comp_type'. [funcArgNamesDifferent]
openhpi-3.8.0/hpi_shell/hpi_cmd.h:113:49: note: Function 'get_command_line' argument 2 names different: declaration 'type' definition 'comp_type'.
openhpi-3.8.0/hpi_shell/inputcmd.c:422:41: note: Function 'get_command_line' argument 2 names different: declaration 'type' definition 'comp_type'.
openhpi-3.8.0/hpi_shell/inputcmd.c:200:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/hpi_shell/sensor.c:117:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:117:18: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:119:7: style: The scope of the variable 'res' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:137:15: style: The scope of the variable 'term' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:140:8: style: The scope of the variable 'res' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:175:21: style: The scope of the variable 'range' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:177:8: style: The scope of the variable 'modify' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:177:20: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:178:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:360:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:416:16: style: The scope of the variable 'term' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:417:9: style: The scope of the variable 'res' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:608:9: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:673:10: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:717:15: style: The scope of the variable 'term' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/sensor.c:718:8: style: The scope of the variable 'res' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/service.c:1175:9: style: The scope of the variable 'c' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/service.c:1228:8: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/service.c:894:44: style: Function 'make_attrs_rdr' argument 2 names different: declaration 'rdr_entry' definition 'rdrentry'. [funcArgNamesDifferent]
openhpi-3.8.0/hpi_shell/hpi_ui.h:131:51: note: Function 'make_attrs_rdr' argument 2 names different: declaration 'rdr_entry' definition 'rdrentry'.
openhpi-3.8.0/hpi_shell/service.c:894:44: note: Function 'make_attrs_rdr' argument 2 names different: declaration 'rdr_entry' definition 'rdrentry'.
openhpi-3.8.0/hpi_shell/session.c:49:21: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/session.c:199:12: style: The scope of the variable 'dmn' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/show.c:851:36: style: The scope of the variable 'name' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/show.c:1020:26: style: The scope of the variable 'ind' can be reduced. [variableScope]
openhpi-3.8.0/hpi_shell/show.c:72:61: style: Function 'print_thres_value' argument 2 names different: declaration 'mes' definition 'info'. [funcArgNamesDifferent]
openhpi-3.8.0/hpi_shell/hpi_ui.h:143:68: note: Function 'print_thres_value' argument 2 names different: declaration 'mes' definition 'info'.
openhpi-3.8.0/hpi_shell/show.c:72:61: note: Function 'print_thres_value' argument 2 names different: declaration 'mes' definition 'info'.
openhpi-3.8.0/hpi_shell/show.c:599:29: style: Function 'show_rdr_list' argument 1 names different: declaration 'D' definition 'domain'. [funcArgNamesDifferent]
openhpi-3.8.0/hpi_shell/hpi_ui.h:163:36: note: Function 'show_rdr_list' argument 1 names different: declaration 'D' definition 'domain'.
openhpi-3.8.0/hpi_shell/show.c:599:29: note: Function 'show_rdr_list' argument 1 names different: declaration 'D' definition 'domain'.
openhpi-3.8.0/hpi_shell/show.c:599:54: style: Function 'show_rdr_list' argument 2 names different: declaration 'resourceid' definition 'rptid'. [funcArgNamesDifferent]
openhpi-3.8.0/hpi_shell/hpi_ui.h:163:56: note: Function 'show_rdr_list' argument 2 names different: declaration 'resourceid' definition 'rptid'.
openhpi-3.8.0/hpi_shell/show.c:599:54: note: Function 'show_rdr_list' argument 2 names different: declaration 'resourceid' definition 'rptid'.
openhpi-3.8.0/hpi_shell/show.c:1209:37: style: Function 'show_inventory' argument 3 names different: declaration 'num' definition 'IdrId'. [funcArgNamesDifferent]
openhpi-3.8.0/hpi_shell/hpi_ui.h:160:16: note: Function 'show_inventory' argument 3 names different: declaration 'num' definition 'IdrId'.
openhpi-3.8.0/hpi_shell/show.c:1209:37: note: Function 'show_inventory' argument 3 names different: declaration 'num' definition 'IdrId'.
openhpi-3.8.0/hpi_shell/show.c:180:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/hpi_shell/show.c:879:33: warning: The buffer 'tmp' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/marshal/marshal.c:276:48: style: Function 'Marshal' argument 2 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
openhpi-3.8.0/marshal/marshal.h:254:52: note: Function 'Marshal' argument 2 names different: declaration 'data' definition 'd'.
openhpi-3.8.0/marshal/marshal.c:276:48: note: Function 'Marshal' argument 2 names different: declaration 'data' definition 'd'.
openhpi-3.8.0/marshal/marshal.c:276:57: style: Function 'Marshal' argument 3 names different: declaration 'buffer' definition 'b'. [funcArgNamesDifferent]
openhpi-3.8.0/marshal/marshal.h:254:65: note: Function 'Marshal' argument 3 names different: declaration 'buffer' definition 'b'.
openhpi-3.8.0/marshal/marshal.c:276:57: note: Function 'Marshal' argument 3 names different: declaration 'buffer' definition 'b'.
openhpi-3.8.0/marshal/marshal.c:404:68: style: Function 'MarshalArray' argument 3 names different: declaration 'buffer' definition 'b'. [funcArgNamesDifferent]
openhpi-3.8.0/marshal/marshal.h:255:72: note: Function 'MarshalArray' argument 3 names different: declaration 'buffer' definition 'b'.
openhpi-3.8.0/marshal/marshal.c:404:68: note: Function 'MarshalArray' argument 3 names different: declaration 'buffer' definition 'b'.
openhpi-3.8.0/marshal/marshal.c:538:60: style: Function 'Demarshal' argument 3 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
openhpi-3.8.0/marshal/marshal.h:258:64: note: Function 'Demarshal' argument 3 names different: declaration 'data' definition 'd'.
openhpi-3.8.0/marshal/marshal.c:538:60: note: Function 'Demarshal' argument 3 names different: declaration 'data' definition 'd'.
openhpi-3.8.0/marshal/marshal.c:538:75: style: Function 'Demarshal' argument 4 names different: declaration 'buffer' definition 'b'. [funcArgNamesDifferent]
openhpi-3.8.0/marshal/marshal.h:258:82: note: Function 'Demarshal' argument 4 names different: declaration 'buffer' definition 'b'.
openhpi-3.8.0/marshal/marshal.c:538:75: note: Function 'Demarshal' argument 4 names different: declaration 'buffer' definition 'b'.
openhpi-3.8.0/marshal/marshal.c:681:86: style: Function 'DemarshalArray' argument 4 names different: declaration 'buffer' definition 'b'. [funcArgNamesDifferent]
openhpi-3.8.0/marshal/marshal.h:259:90: note: Function 'DemarshalArray' argument 4 names different: declaration 'buffer' definition 'b'.
openhpi-3.8.0/marshal/marshal.c:681:86: note: Function 'DemarshalArray' argument 4 names different: declaration 'buffer' definition 'b'.
openhpi-3.8.0/marshal/marshal.c:351:19: warning: Size of pointer 'data' used instead of size of its data. [pointerSize]
openhpi-3.8.0/marshal/marshal.c:627:11: warning: Size of pointer 'data' used instead of size of its data. [pointerSize]
openhpi-3.8.0/marshal/marshal_hpi.c:2171:63: style: Function 'HpiMarshalRequest' argument 3 names different: declaration 'params' definition 'param'. [funcArgNamesDifferent]
openhpi-3.8.0/marshal/marshal_hpi.h:192:68: note: Function 'HpiMarshalRequest' argument 3 names different: declaration 'params' definition 'param'.
openhpi-3.8.0/marshal/marshal_hpi.c:2171:63: note: Function 'HpiMarshalRequest' argument 3 names different: declaration 'params' definition 'param'.
openhpi-3.8.0/marshal/t/marshal_hpi_types_028.c:100:22: warning: Identical condition 'd1->SensorNum!=d2->SensorNum', second condition is always false [identicalConditionAfterEarlyExit]
openhpi-3.8.0/marshal/t/marshal_hpi_types_028.c:97:22: note: first condition
openhpi-3.8.0/marshal/t/marshal_hpi_types_028.c:100:22: note: second condition
openhpi-3.8.0/marshal/t/marshal_hpi_types_029.c:100:22: warning: Identical condition 'd1->SensorNum!=d2->SensorNum', second condition is always false [identicalConditionAfterEarlyExit]
openhpi-3.8.0/marshal/t/marshal_hpi_types_029.c:97:22: note: first condition
openhpi-3.8.0/marshal/t/marshal_hpi_types_029.c:100:22: note: second condition
openhpi-3.8.0/marshal/t/marshal_hpi_types_046.c:100:22: warning: Identical condition 'd1->SensorNum!=d2->SensorNum', second condition is always false [identicalConditionAfterEarlyExit]
openhpi-3.8.0/marshal/t/marshal_hpi_types_046.c:97:22: note: first condition
openhpi-3.8.0/marshal/t/marshal_hpi_types_046.c:100:22: note: second condition
openhpi-3.8.0/openhpid/conf.c:760:17: warning: Either the condition '!param' is redundant or there is possible null pointer dereference: param. [nullPointerRedundantCheck]
openhpi-3.8.0/openhpid/conf.c:743:13: note: Assuming that condition '!param' is not redundant
openhpi-3.8.0/openhpid/conf.c:760:17: note: Null pointer dereference
openhpi-3.8.0/openhpid/conf.c:712:3: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/openhpid/conf.c:710:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/conf.c:712:3: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/conf.c:500:14: style: The scope of the variable 'dup_filename' can be reduced. [variableScope]
openhpi-3.8.0/openhpid/domain.c:158:9: style: Variable 'domain' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/openhpid/domain.c:154:0: note: Variable 'domain' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/domain.c:158:9: note: Variable 'domain' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/domain.c:569:9: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/openhpid/domain.c:566:0: note: Variable 'node' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/domain.c:569:9: note: Variable 'node' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/domain.c:183:30: style: Variable 'child_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/openhpid/domain.c:182:47: style: Variable 'peer_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/openhpid/event.c:228:14: style: The scope of the variable 'del_filepath' can be reduced. [variableScope]
openhpi-3.8.0/openhpid/event.c:532:13: style: The scope of the variable 'cc' can be reduced. [variableScope]
openhpi-3.8.0/openhpid/hotswap.c:31:52: style: Function 'set_hotswap_auto_insert_timeout' argument 2 names different: declaration 't' definition 'to'. [funcArgNamesDifferent]
openhpi-3.8.0/openhpid/hotswap.h:29:73: note: Function 'set_hotswap_auto_insert_timeout' argument 2 names different: declaration 't' definition 'to'.
openhpi-3.8.0/openhpid/hotswap.c:31:52: note: Function 'set_hotswap_auto_insert_timeout' argument 2 names different: declaration 't' definition 'to'.
openhpi-3.8.0/openhpid/openhpid-win32.cpp:162:9: style: Condition '!daemonized' is always true [knownConditionTrueFalse]
openhpi-3.8.0/openhpid/plugin.c:406:9: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/openhpid/plugin.c:402:0: note: Variable 'node' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/plugin.c:406:9: note: Variable 'node' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/plugin.c:407:9: style: Variable 'handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/openhpid/plugin.c:403:0: note: Variable 'handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/plugin.c:407:9: note: Variable 'handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/plugin.c:281:20: style: The scope of the variable 'plugin_path' can be reduced. [variableScope]
openhpi-3.8.0/openhpid/safhpi.c:135:32: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:125:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:135:32: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:136:42: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:125:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:136:42: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:139:38: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:125:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:139:38: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:140:42: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:125:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:140:42: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:142:38: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:125:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:142:38: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:143:42: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:125:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:143:42: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:145:38: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:125:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:145:38: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:146:42: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:125:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:146:42: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:154:35: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:125:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:154:35: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:156:34: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:125:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:156:34: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:157:33: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:125:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:157:33: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:196:9: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:187:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:196:9: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:441:27: warning: Possible null pointer dereference: d [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:418:31: note: Assignment 'd=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:441:27: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:611:15: warning: Either the condition 'h' is redundant or there is possible null pointer dereference: h. [nullPointerRedundantCheck]
openhpi-3.8.0/openhpid/safhpi.c:605:13: note: Assuming that condition 'h' is not redundant
openhpi-3.8.0/openhpid/safhpi.c:611:15: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:1647:15: warning: Possible null pointer dereference: res [nullPointer]
openhpi-3.8.0/openhpid/safhpi.c:1629:31: note: Assignment 'res=NULL', assigned value is 0
openhpi-3.8.0/openhpid/safhpi.c:1647:15: note: Null pointer dereference
openhpi-3.8.0/openhpid/safhpi.c:585:9: style: Variable 'rpte' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/openhpid/safhpi.c:576:0: note: Variable 'rpte' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/safhpi.c:585:9: note: Variable 'rpte' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/safhpi.c:1316:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/openhpid/safhpi.c:1314:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/safhpi.c:1316:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/safhpi.c:813:14: style: The scope of the variable 'del_filepath' can be reduced. [variableScope]
openhpi-3.8.0/openhpid/session.c:392:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/openhpid/t/ohpi/hpiinjector.c:186:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/openhpid/t/ohpi/hpiinjector.c:179:5: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/openhpid/t/ohpi/hpiinjector.c:186:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:52:27: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:98:33: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:141:34: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:184:11: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:216:32: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:258:32: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:300:36: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:343:28: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:386:28: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:4125:63: style: Function 'FindResource' argument 1 names different: declaration 'id' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:124:58: note: Function 'FindResource' argument 1 names different: declaration 'id' definition 'rid'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:4125:63: note: Function 'FindResource' argument 1 names different: declaration 'id' definition 'rid'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:4316:69: style: Function 'IfSetResourceSeverity' argument 1 names different: declaration 'res' definition 'ent'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:91:65: note: Function 'IfSetResourceSeverity' argument 1 names different: declaration 'res' definition 'ent'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:4316:69: note: Function 'IfSetResourceSeverity' argument 1 names different: declaration 'res' definition 'ent'.
openhpi-3.8.0/plugins/dynamic_simulator/array.h:278:0: warning: Member variable 'cArray < SimulatorToken >::m_resize' is not assigned a value in 'cArray < SimulatorToken >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:278:0: warning: Member variable 'cArray < NewSimulatorAnnouncement >::m_resize' is not assigned a value in 'cArray < NewSimulatorAnnouncement >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:278:0: warning: Member variable 'cArray < NewSimulatorInventoryField >::m_resize' is not assigned a value in 'cArray < NewSimulatorInventoryField >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:278:0: warning: Member variable 'cArray < NewSimulatorInventoryArea >::m_resize' is not assigned a value in 'cArray < NewSimulatorInventoryArea >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:278:0: warning: Member variable 'cArray < NewSimulatorFumiComponent >::m_resize' is not assigned a value in 'cArray < NewSimulatorFumiComponent >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:278:0: warning: Member variable 'cArray < NewSimulatorFumiBank >::m_resize' is not assigned a value in 'cArray < NewSimulatorFumiBank >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:278:0: warning: Member variable 'cArray < NewSimulatorDimiTest >::m_resize' is not assigned a value in 'cArray < NewSimulatorDimiTest >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:278:0: warning: Member variable 'cArray < NewSimulatorResource >::m_resize' is not assigned a value in 'cArray < NewSimulatorResource >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:57:9: style: Unused private function: 'NewSimulator::GetParams' [unusedPrivateFunction]
openhpi-3.8.0/plugins/dynamic_simulator/thread.h:73:8: style: Technically the member function 'cThread::IsRunning' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/thread.h:75:8: style: Technically the member function 'cThread::IsMain' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_log.h:109:9: style: Technically the member function 'NewSimulatorLog::IsHex' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_log.h:117:9: style: Technically the member function 'NewSimulatorLog::WithTime' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_log.h:125:9: style: Technically the member function 'NewSimulatorLog::IsRecursive' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_entity.h:54:4: style: Technically the member function 'NewSimulatorEntityPath::operatorSaHpiEntityPathT' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.h:136:7: style: Technically the member function 'cTime::Cmp' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.h:267:17: style: Technically the member function 'cTime::GetMsec' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.h:284:9: style: Technically the member function 'cTime::IsSet' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_hotswap.h:78:17: style: Technically the member function 'NewSimulatorHotSwap::GetState' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_hotswap.h:80:17: style: Technically the member function 'NewSimulatorHotSwap::GetExtractTimeout' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_announcement.h:59:10: style: Technically the member function 'NewSimulatorAnnouncement::IsAcknowledge' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_inventory_data.h:98:8: style: Technically the member function 'NewSimulatorInventoryArea::IsReadOnly' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_inventory.h:76:8: style: Technically the member function 'NewSimulatorInventory::IsReadOnly' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.h:119:18: style: Technically the member function 'NewSimulatorDomain::DomainId' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.h:125:7: style: Technically the member function 'NewSimulatorDomain::HandlerId' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.h:127:8: style: Technically the member function 'NewSimulatorDomain::HasRunningWdt' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.h:129:8: style: Technically the member function 'NewSimulatorDomain::HasRunningFumi' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.h:169:7: style: Technically the member function 'NewSimulatorDomain::Num' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:57:9: performance: Technically the member function 'NewSimulator::GetParams' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.cpp:4157:20: note: Technically the member function 'NewSimulator::GetParams' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:57:9: note: Technically the member function 'NewSimulator::GetParams' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:65:8: style: Technically the member function 'NewSimulator::CheckMagic' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:76:8: style: Technically the member function 'NewSimulator::CheckHandler' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:51:26: warning: The class 'NewSimulatorControl' defines member variable with name 'm_type' also defined in its parent class 'NewSimulatorRdr'. [duplInheritedMember]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:64:27: note: Parent variable 'NewSimulatorRdr::m_type'
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:51:26: note: Derived variable 'NewSimulatorControl::m_type'
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_hotswap.h:55:27: warning: The class 'NewSimulatorHotSwap' defines member variable with name 'm_running' also defined in its parent class 'NewSimulatorTimerThread'. [duplInheritedMember]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_timer_thread.h:55:20: note: Parent variable 'NewSimulatorTimerThread::m_running'
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_hotswap.h:55:27: note: Derived variable 'NewSimulatorHotSwap::m_running'
openhpi-3.8.0/plugins/dynamic_simulator/thread.h:118:3: style: Class 'cThreadLockAuto' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.h:63:3: style: Class 'NewSimulatorTextBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_entity.h:52:4: style: Class 'NewSimulatorEntityPath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.h:91:3: style: Class 'cTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_hotswap.h:70:4: style: Class 'NewSimulatorHotSwap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_resource.h:131:4: style: Class 'NewSimulatorResource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_util.h:109:4: style: Class 'NewSimulatorFileUtil' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_util.h:110:4: style: Class 'NewSimulatorFileUtil' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:54:3: style: Class 'NewSimulatorSensorThreshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_announcement.h:46:3: style: Class 'NewSimulatorAnnouncement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:59:3: style: Class 'NewSimulatorAnnunciator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_inventory_data.h:50:4: style: Class 'NewSimulatorInventoryField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_inventory_data.h:87:3: style: Class 'NewSimulatorInventoryArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_inventory.h:60:3: style: Class 'NewSimulatorInventory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_watchdog.h:70:4: style: Class 'NewSimulatorWatchdog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:65:3: style: Class 'NewSimulatorFumi' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:58:4: style: Class 'NewSimulatorDimiTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.h:63:3: style: Class 'NewSimulatorDimi' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:41:0: style: Class 'cArray < SimulatorToken >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:41:0: style: Class 'cArray < NewSimulatorAnnouncement >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:41:0: style: Class 'cArray < NewSimulatorInventoryField >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:41:0: style: Class 'cArray < NewSimulatorInventoryArea >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:41:0: style: Class 'cArray < NewSimulatorFumiComponent >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:41:0: style: Class 'cArray < NewSimulatorFumiBank >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:41:0: style: Class 'cArray < NewSimulatorDimiTest >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:41:0: style: Class 'cArray < NewSimulatorResource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.h:73:1: warning: The class 'cTime' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:69:24: style: The function 'Num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:100:24: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:69:24: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:72:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:97:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:72:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:82:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:102:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:82:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_timer_thread.h:53:17: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/thread.h:79:17: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_timer_thread.h:53:17: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_hotswap.h:67:18: style: The function 'TriggerAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_timer_thread.h:57:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_hotswap.h:67:18: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:96:24: style: The function 'Num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:100:24: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:96:24: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:128:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:102:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:128:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:131:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:97:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:131:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:66:16: style: The function 'HandleNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:116:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:66:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:70:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:128:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:70:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:72:8: style: The function 'Cmp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:118:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:72:8: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:74:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:131:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:74:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:79:12: style: The function 'GetSensorReading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:135:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:79:12: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:66:24: style: The function 'Num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:100:24: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:66:24: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:74:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:97:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:74:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:86:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:102:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:86:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_inventory.h:70:24: style: The function 'Num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:100:24: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_inventory.h:70:24: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_inventory.h:88:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:97:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_inventory.h:88:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_inventory.h:108:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:102:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_inventory.h:108:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_watchdog.h:67:18: style: The function 'TriggerAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_timer_thread.h:57:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_watchdog.h:67:18: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_watchdog.h:76:16: style: The function 'Num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:100:24: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_watchdog.h:76:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_watchdog.h:81:8: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:97:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_watchdog.h:81:8: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_watchdog.h:83:8: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:102:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_watchdog.h:83:8: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:71:24: style: The function 'Num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:100:24: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:71:24: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:81:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:97:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:81:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:112:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:102:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:112:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.h:69:24: style: The function 'Num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:100:24: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.h:69:24: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.h:78:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:97:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.h:78:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.h:91:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_rdr.h:102:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.h:91:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:108:16: style: The function 'AddHpiEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.h:195:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:108:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:115:25: style: The function 'GetHpiEventList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.h:197:25: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:115:25: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:121:21: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.h:202:29: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:121:21: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:123:41: style: The function 'EntityRoot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.h:200:41: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:123:41: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:124:27: style: The function 'FindResource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.h:204:27: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim.h:124:27: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:78:12: style: Technically the member function 'NewSimulatorAnnunciator::GetMode' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.cpp:377:35: note: Technically the member function 'NewSimulatorAnnunciator::GetMode' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:78:12: note: Technically the member function 'NewSimulatorAnnunciator::GetMode' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:82:12: style: Technically the member function 'NewSimulatorAnnunciator::GetAnnouncement' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.cpp:245:35: note: Technically the member function 'NewSimulatorAnnunciator::GetAnnouncement' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:82:12: note: Technically the member function 'NewSimulatorAnnunciator::GetAnnouncement' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:83:12: style: Technically the member function 'NewSimulatorAnnunciator::GetNextAnnouncement' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.cpp:168:35: note: Technically the member function 'NewSimulatorAnnunciator::GetNextAnnouncement' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:83:12: note: Technically the member function 'NewSimulatorAnnunciator::GetNextAnnouncement' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:84:12: style: Technically the member function 'NewSimulatorAnnunciator::SetAcknowledge' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.cpp:274:35: note: Technically the member function 'NewSimulatorAnnunciator::SetAcknowledge' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_annunciator.h:84:12: note: Technically the member function 'NewSimulatorAnnunciator::SetAcknowledge' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_analog.h:59:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:72:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_analog.h:59:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_analog.h:61:20: style: The function 'SetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:75:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_analog.h:61:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_analog.h:62:20: style: The function 'GetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:77:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_analog.h:62:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_analog.h:64:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:82:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_analog.h:64:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_digital.h:59:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:72:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_digital.h:59:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_digital.h:61:20: style: The function 'SetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:75:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_digital.h:61:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_digital.h:62:20: style: The function 'GetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:77:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_digital.h:62:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_digital.h:64:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:82:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_digital.h:64:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_discrete.h:59:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:72:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_discrete.h:59:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_discrete.h:61:20: style: The function 'SetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:75:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_discrete.h:61:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_discrete.h:62:20: style: The function 'GetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:77:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_discrete.h:62:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_discrete.h:64:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:82:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_discrete.h:64:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_oem.h:59:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:72:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_oem.h:59:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_oem.h:61:20: style: The function 'SetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:75:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_oem.h:61:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_oem.h:62:20: style: The function 'GetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:77:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_oem.h:62:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_oem.h:64:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:82:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_oem.h:64:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_stream.h:59:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:72:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_stream.h:59:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_stream.h:61:20: style: The function 'SetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:75:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_stream.h:61:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_stream.h:62:20: style: The function 'GetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:77:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_stream.h:62:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_stream.h:64:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:82:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_stream.h:64:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.cpp:179:10: style: Variable 'uint_val' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.cpp:178:7: note: Variable 'uint_val' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.cpp:179:10: note: Variable 'uint_val' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.cpp:80:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.cpp:81:8: style: The scope of the variable 'factor' can be reduced. [variableScope]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.cpp:132:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.cpp:133:13: style: The scope of the variable 'uint_val' can be reduced. [variableScope]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.h:59:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:72:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.h:59:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.h:61:20: style: The function 'SetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:75:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.h:61:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.h:62:20: style: The function 'GetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:77:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.h:62:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.h:64:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control.h:82:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_control_text.h:64:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.cpp:126:48: style: Function 'SetInfo' argument 1 names different: declaration 'spec' definition 'info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.h:74:32: note: Function 'SetInfo' argument 1 names different: declaration 'spec' definition 'info'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.cpp:126:48: note: Function 'SetInfo' argument 1 names different: declaration 'spec' definition 'info'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.cpp:141:68: style: Function 'GetTest' argument 1 names different: declaration 'num' definition 'id'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.h:58:52: note: Function 'GetTest' argument 1 names different: declaration 'num' definition 'id'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.cpp:141:68: note: Function 'GetTest' argument 1 names different: declaration 'num' definition 'id'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.cpp:159:55: style: Function 'AddTest' argument 1 names different: declaration 'test' definition 't'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.h:75:39: note: Function 'AddTest' argument 1 names different: declaration 'test' definition 't'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi.cpp:159:55: note: Function 'AddTest' argument 1 names different: declaration 'test' definition 't'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.cpp:79:55: style: Function 'SetData' argument 1 names different: declaration 'info' definition 'tinfo'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:63:33: note: Function 'SetData' argument 1 names different: declaration 'info' definition 'tinfo'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.cpp:79:55: note: Function 'SetData' argument 1 names different: declaration 'info' definition 'tinfo'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:67:9: style: Technically the member function 'NewSimulatorDimiTest::IsRunning' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.cpp:124:28: note: Technically the member function 'NewSimulatorDimiTest::IsRunning' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:67:9: note: Technically the member function 'NewSimulatorDimiTest::IsRunning' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:71:13: style: Technically the member function 'NewSimulatorDimiTest::GetReady' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.cpp:161:32: note: Technically the member function 'NewSimulatorDimiTest::GetReady' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:71:13: note: Technically the member function 'NewSimulatorDimiTest::GetReady' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:72:13: style: Technically the member function 'NewSimulatorDimiTest::StartTest' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.cpp:180:32: note: Technically the member function 'NewSimulatorDimiTest::StartTest' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:72:13: note: Technically the member function 'NewSimulatorDimiTest::StartTest' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:73:13: style: Technically the member function 'NewSimulatorDimiTest::Cancel' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.cpp:204:32: note: Technically the member function 'NewSimulatorDimiTest::Cancel' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:73:13: note: Technically the member function 'NewSimulatorDimiTest::Cancel' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:74:13: style: Technically the member function 'NewSimulatorDimiTest::GetStatus' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.cpp:223:32: note: Technically the member function 'NewSimulatorDimiTest::GetStatus' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_dimi_data.h:74:13: note: Technically the member function 'NewSimulatorDimiTest::GetStatus' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.cpp:253:84: style: Function 'VerifyInventory' argument 1 names different: declaration 'i' definition 'inv'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.h:192:66: note: Function 'VerifyInventory' argument 1 names different: declaration 'i' definition 'inv'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.cpp:253:84: note: Function 'VerifyInventory' argument 1 names different: declaration 'i' definition 'inv'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.cpp:35:21: warning: Member variable 'NewSimulatorDomain::m_handler_id' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.cpp:41:4: performance: Variable 'm_did' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.cpp:45:4: performance: Variable 'm_insert_timeout' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_domain.cpp:46:4: performance: Variable 'm_extract_timeout' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_entity.cpp:52:4: performance: Variable 'm_entity_path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_entity.h:57:25: style: Technically the member function 'NewSimulatorEntityPath::GetEntryType' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_entity.cpp:79:42: note: Technically the member function 'NewSimulatorEntityPath::GetEntryType' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_entity.h:57:25: note: Technically the member function 'NewSimulatorEntityPath::GetEntryType' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_entity.h:59:25: style: Technically the member function 'NewSimulatorEntityPath::GetEntryInstance' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_entity.cpp:108:46: note: Technically the member function 'NewSimulatorEntityPath::GetEntryInstance' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_entity.h:59:25: note: Technically the member function 'NewSimulatorEntityPath::GetEntryInstance' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.cpp:37:4: performance: Variable 'capability' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:52:12: performance: Technically the member function 'NewSimulatorEventLog::IfELGetInfo' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.cpp:61:32: note: Technically the member function 'NewSimulatorEventLog::IfELGetInfo' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:52:12: note: Technically the member function 'NewSimulatorEventLog::IfELGetInfo' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:53:12: performance: Technically the member function 'NewSimulatorEventLog::IfELSetState' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.cpp:80:32: note: Technically the member function 'NewSimulatorEventLog::IfELSetState' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:53:12: note: Technically the member function 'NewSimulatorEventLog::IfELSetState' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:54:12: performance: Technically the member function 'NewSimulatorEventLog::IfELGetState' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.cpp:97:32: note: Technically the member function 'NewSimulatorEventLog::IfELGetState' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:54:12: note: Technically the member function 'NewSimulatorEventLog::IfELGetState' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:55:12: performance: Technically the member function 'NewSimulatorEventLog::IfELSetTime' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.cpp:119:32: note: Technically the member function 'NewSimulatorEventLog::IfELSetTime' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:55:12: note: Technically the member function 'NewSimulatorEventLog::IfELSetTime' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:56:12: performance: Technically the member function 'NewSimulatorEventLog::IfELAddEntry' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.cpp:136:32: note: Technically the member function 'NewSimulatorEventLog::IfELAddEntry' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:56:12: note: Technically the member function 'NewSimulatorEventLog::IfELAddEntry' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:57:12: performance: Technically the member function 'NewSimulatorEventLog::IfELGetEntry' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.cpp:161:32: note: Technically the member function 'NewSimulatorEventLog::IfELGetEntry' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:57:12: note: Technically the member function 'NewSimulatorEventLog::IfELGetEntry' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:64:12: performance: Technically the member function 'NewSimulatorEventLog::IfELClear' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.cpp:202:32: note: Technically the member function 'NewSimulatorEventLog::IfELClear' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:64:12: note: Technically the member function 'NewSimulatorEventLog::IfELClear' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:65:12: performance: Technically the member function 'NewSimulatorEventLog::IfELOverflow' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.cpp:217:32: note: Technically the member function 'NewSimulatorEventLog::IfELOverflow' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:65:12: note: Technically the member function 'NewSimulatorEventLog::IfELOverflow' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:66:12: style: Technically the member function 'NewSimulatorEventLog::IfELGetCaps' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.cpp:233:32: note: Technically the member function 'NewSimulatorEventLog::IfELGetCaps' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_event_log.h:66:12: note: Technically the member function 'NewSimulatorEventLog::IfELGetCaps' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_sensor.h:70:4: style: Class 'NewSimulatorFileSensor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_control.h:76:4: style: Class 'NewSimulatorFileControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_annunciator.h:61:4: style: Class 'NewSimulatorFileAnnunciator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_inventory.h:64:4: style: Class 'NewSimulatorFileInventory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_watchdog.h:60:4: style: Class 'NewSimulatorFileWatchdog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_fumi.h:68:4: style: Class 'NewSimulatorFileFumi' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_dimi.h:63:4: style: Class 'NewSimulatorFileDimi' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_sensor.h:72:30: style: The function 'process_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_rdr.h:66:30: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_sensor.h:72:30: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_control.h:78:30: style: The function 'process_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_rdr.h:66:30: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_control.h:78:30: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_annunciator.h:63:30: style: The function 'process_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_rdr.h:66:30: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_annunciator.h:63:30: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_inventory.h:66:30: style: The function 'process_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_rdr.h:66:30: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_inventory.h:66:30: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_watchdog.h:62:30: style: The function 'process_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_rdr.h:66:30: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_watchdog.h:62:30: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_fumi.h:70:30: style: The function 'process_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_rdr.h:66:30: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_fumi.h:70:30: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_dimi.h:65:30: style: The function 'process_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_rdr.h:66:30: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_dimi.h:65:30: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/array.h:278:11: warning: Member variable 'cArray::m_resize' is not assigned a value in 'cArray::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_resource.h:56:8: style: Technically the member function 'NewSimulatorResource::FindRdr' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_resource.h:58:8: style: Technically the member function 'NewSimulatorResource::NumRdr' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_resource.h:124:27: style: Technically the member function 'NewSimulatorResource::ResourceId' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/array.h:41:3: style: Class 'cArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_common.h:38:3: style: Class 'NewSimulatorSensorCommon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_common.h:54:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:131:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_common.h:54:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_common.h:57:20: style: The function 'GetSensorReading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:135:20: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_common.h:57:20: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_common.h:59:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:128:16: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_common.h:59:16: note: Function in derived class
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_util.cpp:54:23: warning: Member variable 'NewSimulatorFileUtil::m_scanner' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_util.h:117:9: performance: Technically the member function 'NewSimulatorFileUtil::process_hexstring' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_util.cpp:188:28: note: Technically the member function 'NewSimulatorFileUtil::process_hexstring' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_util.h:117:9: note: Technically the member function 'NewSimulatorFileUtil::process_hexstring' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_util.cpp:40:4: style: Class 'SimulatorToken' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_file_util.cpp:40:4: style: Class 'SimulatorToken' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:87:12: performance: Technically the member function 'NewSimulatorFumi::ValidateSource' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:311:28: note: Technically the member function 'NewSimulatorFumi::ValidateSource' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:87:12: note: Technically the member function 'NewSimulatorFumi::ValidateSource' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:89:12: performance: Technically the member function 'NewSimulatorFumi::GetComponentSource' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:341:28: note: Technically the member function 'NewSimulatorFumi::GetComponentSource' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:89:12: note: Technically the member function 'NewSimulatorFumi::GetComponentSource' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:92:12: performance: Technically the member function 'NewSimulatorFumi::GetComponentTarget' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:376:28: note: Technically the member function 'NewSimulatorFumi::GetComponentTarget' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:92:12: note: Technically the member function 'NewSimulatorFumi::GetComponentTarget' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:95:12: performance: Technically the member function 'NewSimulatorFumi::GetComponentTargetLogical' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:409:28: note: Technically the member function 'NewSimulatorFumi::GetComponentTargetLogical' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:95:12: note: Technically the member function 'NewSimulatorFumi::GetComponentTargetLogical' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:97:12: performance: Technically the member function 'NewSimulatorFumi::StartBackup' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:416:28: note: Technically the member function 'NewSimulatorFumi::StartBackup' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:97:12: note: Technically the member function 'NewSimulatorFumi::StartBackup' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:98:12: performance: Technically the member function 'NewSimulatorFumi::SetOrder' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:421:28: note: Technically the member function 'NewSimulatorFumi::SetOrder' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:98:12: note: Technically the member function 'NewSimulatorFumi::SetOrder' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:99:12: performance: Technically the member function 'NewSimulatorFumi::CopyBank' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:426:28: note: Technically the member function 'NewSimulatorFumi::CopyBank' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:99:12: note: Technically the member function 'NewSimulatorFumi::CopyBank' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:100:12: performance: Technically the member function 'NewSimulatorFumi::Install' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:432:28: note: Technically the member function 'NewSimulatorFumi::Install' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:100:12: note: Technically the member function 'NewSimulatorFumi::Install' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:101:12: performance: Technically the member function 'NewSimulatorFumi::GetStatus' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:437:28: note: Technically the member function 'NewSimulatorFumi::GetStatus' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:101:12: note: Technically the member function 'NewSimulatorFumi::GetStatus' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:102:12: performance: Technically the member function 'NewSimulatorFumi::VerifyTarget' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:443:28: note: Technically the member function 'NewSimulatorFumi::VerifyTarget' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:102:12: note: Technically the member function 'NewSimulatorFumi::VerifyTarget' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:103:12: performance: Technically the member function 'NewSimulatorFumi::VerifyTargetMain' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:448:28: note: Technically the member function 'NewSimulatorFumi::VerifyTargetMain' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:103:12: note: Technically the member function 'NewSimulatorFumi::VerifyTargetMain' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:104:12: performance: Technically the member function 'NewSimulatorFumi::CancelUpgrade' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:453:28: note: Technically the member function 'NewSimulatorFumi::CancelUpgrade' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:104:12: note: Technically the member function 'NewSimulatorFumi::CancelUpgrade' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:105:12: performance: Technically the member function 'NewSimulatorFumi::GetRollbackFlag' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:458:28: note: Technically the member function 'NewSimulatorFumi::GetRollbackFlag' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:105:12: note: Technically the member function 'NewSimulatorFumi::GetRollbackFlag' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:106:12: performance: Technically the member function 'NewSimulatorFumi::SetRollbackFlag' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:463:28: note: Technically the member function 'NewSimulatorFumi::SetRollbackFlag' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:106:12: note: Technically the member function 'NewSimulatorFumi::SetRollbackFlag' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:107:12: performance: Technically the member function 'NewSimulatorFumi::Rollback' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:468:28: note: Technically the member function 'NewSimulatorFumi::Rollback' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:107:12: note: Technically the member function 'NewSimulatorFumi::Rollback' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:108:12: performance: Technically the member function 'NewSimulatorFumi::Activate' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:473:28: note: Technically the member function 'NewSimulatorFumi::Activate' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:108:12: note: Technically the member function 'NewSimulatorFumi::Activate' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:109:12: performance: Technically the member function 'NewSimulatorFumi::Activate' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:478:28: note: Technically the member function 'NewSimulatorFumi::Activate' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:109:12: note: Technically the member function 'NewSimulatorFumi::Activate' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:110:12: performance: Technically the member function 'NewSimulatorFumi::Cleanup' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.cpp:483:28: note: Technically the member function 'NewSimulatorFumi::Cleanup' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_fumi.h:110:12: note: Technically the member function 'NewSimulatorFumi::Cleanup' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_hotswap.h:62:9: style: Technically the member function 'NewSimulatorHotSwap::SendEvent' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_hotswap.cpp:254:27: note: Technically the member function 'NewSimulatorHotSwap::SendEvent' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_hotswap.h:62:9: note: Technically the member function 'NewSimulatorHotSwap::SendEvent' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_log.cpp:362:11: style: The scope of the variable 'remaining' can be reduced. [variableScope]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_log.cpp:45:18: warning: Member variable 'NewSimulatorLog::m_nl' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_log.cpp:45:18: warning: Member variable 'NewSimulatorLog::m_fd' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:136:12: style: Technically the member function 'NewSimulatorSensor::GetEnable' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.cpp:382:30: note: Technically the member function 'NewSimulatorSensor::GetEnable' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:136:12: note: Technically the member function 'NewSimulatorSensor::GetEnable' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:137:12: style: Technically the member function 'NewSimulatorSensor::GetEventEnables' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.cpp:420:30: note: Technically the member function 'NewSimulatorSensor::GetEventEnables' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:137:12: note: Technically the member function 'NewSimulatorSensor::GetEventEnables' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:138:12: style: Technically the member function 'NewSimulatorSensor::GetEventMasks' can be const. [functionConst]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.cpp:465:30: note: Technically the member function 'NewSimulatorSensor::GetEventMasks' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor.h:138:12: note: Technically the member function 'NewSimulatorSensor::GetEventMasks' can be const.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:50:9: performance: Technically the member function 'NewSimulatorSensorThreshold::setMask' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.cpp:611:35: note: Technically the member function 'NewSimulatorSensorThreshold::setMask' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_sensor_threshold.h:50:9: note: Technically the member function 'NewSimulatorSensorThreshold::setMask' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.cpp:111:57: style: Function 'AsciiToBcdPlus' argument 1 names different: declaration 'input' definition 's'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.h:52:36: note: Function 'AsciiToBcdPlus' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.cpp:111:57: note: Function 'AsciiToBcdPlus' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.cpp:190:56: style: Function 'AsciiToAscii6' argument 1 names different: declaration 'input' definition 's'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.h:53:36: note: Function 'AsciiToAscii6' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.cpp:190:56: note: Function 'AsciiToAscii6' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.cpp:240:58: style: Function 'AsciiToLanguage' argument 1 names different: declaration 'input' definition 's'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.h:54:36: note: Function 'AsciiToLanguage' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.cpp:240:58: note: Function 'AsciiToLanguage' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.cpp:53:4: performance: Variable 'm_buffer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.h:72:18: performance: Technically the member function 'NewSimulatorTextBuffer::CheckAscii' can be static. [functionStatic]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.cpp:316:40: note: Technically the member function 'NewSimulatorTextBuffer::CheckAscii' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_text_buffer.h:72:18: note: Technically the member function 'NewSimulatorTextBuffer::CheckAscii' can be static.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_timer_thread.cpp:82:8: style: The scope of the variable 'delta' can be reduced. [variableScope]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.cpp:48:66: style: Function 'NewSimulatorFruStateToString' argument 1 names different: declaration 'state' definition 'val'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.h:53:65: note: Function 'NewSimulatorFruStateToString' argument 1 names different: declaration 'state' definition 'val'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.cpp:48:66: note: Function 'NewSimulatorFruStateToString' argument 1 names different: declaration 'state' definition 'val'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.cpp:63:45: style: Function 'NewSimulatorDateToString' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.h:57:45: note: Function 'NewSimulatorDateToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.cpp:63:45: note: Function 'NewSimulatorDateToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.cpp:80:45: style: Function 'NewSimulatorTimeToString' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.h:61:45: note: Function 'NewSimulatorTimeToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.cpp:80:45: note: Function 'NewSimulatorTimeToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.cpp:97:49: style: Function 'NewSimulatorDateTimeToString' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.h:65:49: note: Function 'NewSimulatorDateTimeToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/dynamic_simulator/new_sim_utils.cpp:97:49: note: Function 'NewSimulatorDateTimeToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/dynamic_simulator/thread.cpp:89:25: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/thread.cpp:132:21: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/thread.cpp:147:21: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/dynamic_simulator/thread.cpp:309:3: performance: Variable 'm_rwlock' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/dynamic_simulator/thread.cpp:408:3: performance: Variable 'm_cond' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/dynamic_simulator/thread.cpp:58:17: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/dynamic_simulator/thread.h:79:17: note: Virtual function in base class
openhpi-3.8.0/plugins/dynamic_simulator/thread.cpp:58:17: note: Function in derived class
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:619:9: style: Variable 'ir_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:613:0: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:619:9: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:1680:9: style: Variable 'ir_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:1674:0: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:1680:9: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:2538:2: style: Variable 'ir_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:2534:0: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:2538:2: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:2699:2: style: Variable 'ir_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:2694:0: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:2699:2: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:2706:2: style: Variable 'd_response' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:2696:0: note: Variable 'd_response' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:2706:2: note: Variable 'd_response' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:843:16: style: The scope of the variable 'cpudata' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:940:16: style: The scope of the variable 'memdata' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_discover.c:1677:19: style: The scope of the variable 'cur_reading' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_idr.c:606:2: style: Variable 'ir_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_idr.c:604:0: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_idr.c:606:2: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_idr.c:1038:13: style: The scope of the variable 'n_area' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_idr.c:1039:13: style: The scope of the variable 'e_area' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_sensor.c:920:2: style: Variable 'ir_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_sensor.c:915:0: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_sensor.c:920:2: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_sensor.c:814:33: style: The scope of the variable 'sen_evch' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_sensor.c:815:21: style: The scope of the variable 'sen_ev' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_sensor.c:916:19: style: The scope of the variable 'ir_sens_dat' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_ssl.c:83:2: style: Variable 'ssl_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_ssl.c:74:0: note: Variable 'ssl_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_ssl.c:83:2: note: Variable 'ssl_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_ssl.c:223:2: style: Variable 'd_response' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_ssl.c:218:0: note: Variable 'd_response' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_ssl.c:223:2: note: Variable 'd_response' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_ssl.c:273:6: style: The scope of the variable 'temp' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1422:12: warning: Either the condition 'if(stat)' is redundant or there is possible null pointer dereference: fanstat. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1331:6: note: Assuming that condition 'if(stat)' is not redundant
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1323:53: note: Calling function 'ir_xml_record_fandata', 4th argument 'fanstat' value is 0
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1422:12: note: Null pointer dereference
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1426:18: warning: Either the condition 'if(speed)' is redundant or there is possible null pointer dereference: fanspeed. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1334:6: note: Assuming that condition 'if(speed)' is not redundant
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1324:33: note: Calling function 'ir_xml_record_fandata', 5th argument 'fanspeed' value is 0
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1426:18: note: Null pointer dereference
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2990:23: warning: Either the condition 'if(lbl)' is redundant or there is possible null pointer dereference: sourcestr. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1325:6: note: Assuming that condition 'if(lbl)' is not redundant
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1323:26: note: Calling function 'ir_xml_record_fandata', 2nd argument 'fanlabel' value is 0
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1393:41: note: Calling function 'ir_xml_extract_index', 2nd argument 'sourcestr' value is 0
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2990:23: note: Null pointer dereference
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3475:14: warning: Either the condition 'if(severity)' is redundant or there is possible null pointer dereference: severity. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3326:31: note: Assuming that condition 'if(severity)' is not redundant
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3318:57: note: Calling function 'ilo2_ribcl_iml_event', 5th argument 'severity' value is 0
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3475:14: note: Null pointer dereference
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1787:2: style: Variable 'fw_ver' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1782:0: note: Variable 'fw_ver' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:1787:2: note: Variable 'fw_ver' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2324:2: style: Variable 'prod' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2315:0: note: Variable 'prod' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2324:2: note: Variable 'prod' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2325:2: style: Variable 'sernum' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2316:0: note: Variable 'sernum' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2325:2: note: Variable 'sernum' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2398:2: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2389:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2398:2: note: Variable 'cpu' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2404:2: style: Variable 'cpu_speed' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2390:0: note: Variable 'cpu_speed' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2404:2: note: Variable 'cpu_speed' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2501:2: style: Variable 'mem_label' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2495:0: note: Variable 'mem_label' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2501:2: note: Variable 'mem_label' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2502:2: style: Variable 'mem_size' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2496:0: note: Variable 'mem_size' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2502:2: note: Variable 'mem_size' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2503:2: style: Variable 'mem_speed' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2497:0: note: Variable 'mem_speed' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:2503:2: note: Variable 'mem_speed' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3110:2: style: Variable 'new_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3109:0: note: Variable 'new_buffer' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3110:2: note: Variable 'new_buffer' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3179:9: style: Variable 'ir_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3177:0: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3179:9: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3185:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3175:0: note: Variable 'doc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3185:2: note: Variable 'doc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3249:5: style: Variable 'ir_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3243:0: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3249:5: note: Variable 'ir_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3251:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3241:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3251:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3403:2: style: Variable 'rpt' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3393:0: note: Variable 'rpt' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3403:2: note: Variable 'rpt' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:938:6: style: The scope of the variable 'cmdsize' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3060:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ilo2_ribcl/ilo2_ribcl_xml.c:3106:6: style: The scope of the variable 'line_length' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:1421:16: warning: Either the condition 'if(reading)' is redundant or there is possible null pointer dereference: reading. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:1442:5: note: Assuming that condition 'if(reading)' is not redundant
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:1421:16: note: Null pointer dereference
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:1573:2: performance: Buffer 'name' is being written before its old content has been used. [redundantCopy]
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:1572:2: note: Buffer 'name' is being written before its old content has been used.
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:1573:2: note: Buffer 'name' is being written before its old content has been used.
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:1411:20: error: Shifting by a negative value is undefined behaviour [shiftNegative]
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:505:18: style: Function 'ohoi_create_ipmb0_controls' argument 3 names different: declaration 'max_link' definition 'max'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:627:18: note: Function 'ohoi_create_ipmb0_controls' argument 3 names different: declaration 'max_link' definition 'max'.
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:505:18: note: Function 'ohoi_create_ipmb0_controls' argument 3 names different: declaration 'max_link' definition 'max'.
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:1031:64: style: Function 'get_fan_control_state' argument 1 names different: declaration 'hnd' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:777:64: note: Function 'get_fan_control_state' argument 1 names different: declaration 'hnd' definition 'handler'.
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:1031:64: note: Function 'get_fan_control_state' argument 1 names different: declaration 'hnd' definition 'handler'.
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:1572:2: warning: The buffer 'name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:466:0: error: Memory leak: c_info [memleak]
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:696:0: error: Memory leak: c_info [memleak]
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:912:0: error: Memory leak: c_info [memleak]
openhpi-3.8.0/plugins/ipmi/atca_fru_rdrs.c:1502:0: error: Memory leak: s_info [memleak]
openhpi-3.8.0/plugins/ipmi/atca_shelf_fru.c:1132:21: style: The scope of the variable 'dsk' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/atca_shelf_fru.c:1179:24: style: The scope of the variable 'area' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/atca_shelf_fru.c:42:16: style: struct member 'ohoi_atca_pw_on_seq_s::head' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/atca_shelf_fru.c:43:16: style: struct member 'ohoi_atca_pw_on_seq_s::updated' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/atca_shelf_fru.c:44:6: style: struct member 'ohoi_atca_pw_on_seq_s::dsk_num' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:2059:6: style: Condition 'num_sensors' is always true [knownConditionTrueFalse]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1952:20: note: Assignment 'num_sensors=0', assigned value is 0
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:2053:3: note: num_sensors is incremented', new value is 1
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:2059:6: note: Condition 'num_sensors' is always true
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:629:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:43:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:903:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1944:27: style: The scope of the variable 'dsk' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1013:64: style: Function 'get_atca_shelf_ip_address_control_state' argument 1 names different: declaration 'hnd' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:817:64: note: Function 'get_atca_shelf_ip_address_control_state' argument 1 names different: declaration 'hnd' definition 'handler'.
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1013:64: note: Function 'get_atca_shelf_ip_address_control_state' argument 1 names different: declaration 'hnd' definition 'handler'.
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1116:64: style: Function 'set_atca_shelf_ip_address_control_state' argument 1 names different: declaration 'hnd' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:824:64: note: Function 'set_atca_shelf_ip_address_control_state' argument 1 names different: declaration 'hnd' definition 'handler'.
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1116:64: note: Function 'set_atca_shelf_ip_address_control_state' argument 1 names different: declaration 'hnd' definition 'handler'.
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1554:64: style: Function 'set_atca_fru_pwronseq_control_state' argument 1 names different: declaration 'hnd' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1447:64: note: Function 'set_atca_fru_pwronseq_control_state' argument 1 names different: declaration 'hnd' definition 'handler'.
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1554:64: note: Function 'set_atca_fru_pwronseq_control_state' argument 1 names different: declaration 'hnd' definition 'handler'.
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:279:0: error: Memory leak: c_info [memleak]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:771:0: error: Memory leak: c_info [memleak]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:852:0: error: Memory leak: c_info [memleak]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1382:0: error: Memory leak: s_info [memleak]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1479:0: error: Memory leak: c_info [memleak]
openhpi-3.8.0/plugins/ipmi/atca_shelf_rdrs.c:1706:0: error: Memory leak: c_info [memleak]
openhpi-3.8.0/plugins/ipmi/atca_slot_rdrs.c:41:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/atca_slot_rdrs.c:642:41: style: The scope of the variable 'ent_info' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/atca_slot_rdrs.c:439:14: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/ipmi/atca_vshm_rdrs.c:319:13: style: Variable 'res_info' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/ipmi/atca_vshm_rdrs.c:241:0: error: Memory leak: s_info [memleak]
openhpi-3.8.0/plugins/ipmi/hotswap.c:372:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openhpi-3.8.0/plugins/ipmi/ipmi.c:167:44: warning: Either the condition '!name' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/ipmi/ipmi.c:218:14: note: Assuming that condition '!name' is not redundant
openhpi-3.8.0/plugins/ipmi/ipmi.c:167:44: note: Null pointer dereference
openhpi-3.8.0/plugins/ipmi/ipmi.c:167:50: warning: Either the condition '!addr' is redundant or there is possible null pointer dereference: addr. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/ipmi/ipmi.c:218:23: note: Assuming that condition '!addr' is not redundant
openhpi-3.8.0/plugins/ipmi/ipmi.c:167:50: note: Null pointer dereference
openhpi-3.8.0/plugins/ipmi/ipmi.c:597:42: style: The scope of the variable 'res_info' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/ipmi.c:1815:13: style: The scope of the variable 'rv' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/ipmi.c:47:26: style: struct member 'ohoi_sel_entry::mc' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi.c:48:25: style: struct member 'ohoi_sel_entry::recid' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi.c:423:25: warning: The buffer 'user' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmi/ipmi.c:425:25: warning: The buffer 'user' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmi/ipmi.c:433:25: warning: The buffer 'passwd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmi/ipmi.c:435:25: warning: The buffer 'passwd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmi/ipmi.c:1207:0: error: Memory leak: e [memleak]
openhpi-3.8.0/plugins/ipmi/ipmi.c:1478:0: error: Memory leak: e [memleak]
openhpi-3.8.0/plugins/ipmi/ipmi_connection.c:29:7: style: The scope of the variable 'dmn_name' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/ipmi_control_event.c:621:7: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/ipmi_control_event.c:622:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/ipmi_control_event.c:237:3: style: Variable 'num' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/ipmi/ipmi_control_event.c:478:14: style: Variable 'name_len' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/ipmi/ipmi_control_event.c:42:3: warning: The buffer 'strtype' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmi/ipmi_control_event.c:45:3: warning: The buffer 'strtype' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmi/ipmi_control_event.c:48:3: warning: The buffer 'strtype' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmi/ipmi_control_event.c:51:3: warning: The buffer 'strtype' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmi/ipmi_control_event.c:54:3: warning: The buffer 'strtype' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmi/ipmi_control_event.c:405:0: error: Memory leak: ctrl_info [memleak]
openhpi-3.8.0/plugins/ipmi/ipmi_controls.c:386:2: style: Variable 'mask' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ipmi/ipmi_controls.c:384:2: note: Variable 'mask' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ipmi/ipmi_controls.c:386:2: note: Variable 'mask' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ipmi/ipmi_controls.c:488:15: style: The scope of the variable 'body' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/ipmi_controls.c:490:6: style: The scope of the variable 'color' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/ipmi_controls.c:106:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/ipmi/ipmi_drv.c:49:24: style: struct member 'ipmi_req::addr' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi_drv.c:50:23: style: struct member 'ipmi_req::addr_len' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi_drv.c:51:17: style: struct member 'ipmi_req::msgid' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi_drv.c:57:17: style: struct member 'ipmi_recv::recv_type' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi_drv.c:58:24: style: struct member 'ipmi_recv::addr' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi_drv.c:59:7: style: struct member 'ipmi_recv::addr_len' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi_drv.c:60:17: style: struct member 'ipmi_recv::msgid' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:484:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:710:2: style: Variable 'res_info' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:707:0: note: Variable 'res_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:710:2: note: Variable 'res_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:711:2: style: Variable 'rpte' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:708:0: note: Variable 'rpte' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:711:2: note: Variable 'rpte' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:71:24: style: Function 'entity_rpt_set_updated' argument 2 names different: declaration 'hnd' definition 'ipmi_handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:738:24: note: Function 'entity_rpt_set_updated' argument 2 names different: declaration 'hnd' definition 'ipmi_handler'.
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:71:24: note: Function 'entity_rpt_set_updated' argument 2 names different: declaration 'hnd' definition 'ipmi_handler'.
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:84:24: style: Function 'entity_rpt_set_presence' argument 2 names different: declaration 'hnd' definition 'ipmi_handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:740:24: note: Function 'entity_rpt_set_presence' argument 2 names different: declaration 'hnd' definition 'ipmi_handler'.
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:84:24: note: Function 'entity_rpt_set_presence' argument 2 names different: declaration 'hnd' definition 'ipmi_handler'.
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:84:42: style: Function 'entity_rpt_set_presence' argument 3 names different: declaration 'presence' definition 'present'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:740:33: note: Function 'entity_rpt_set_presence' argument 3 names different: declaration 'presence' definition 'present'.
openhpi-3.8.0/plugins/ipmi/ipmi_entity_event.c:84:42: note: Function 'entity_rpt_set_presence' argument 3 names different: declaration 'presence' definition 'present'.
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:534:6: style: Condition '!prnt_fru' is always false [knownConditionTrueFalse]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:540:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:540:2: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:542:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:542:2: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:542:2: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:545:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:545:2: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:545:2: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:548:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:548:2: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:548:2: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:551:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:551:2: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:551:2: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:554:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:554:2: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:554:2: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:2466:6: warning: Either the condition 'i_info==NULL' is redundant or there is possible null pointer dereference: i_info. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:2482:13: note: Assuming that condition 'i_info==NULL' is not redundant
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:2466:6: note: Null pointer dereference
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:2435:34: style: Function 'modify_inventory' argument 3 names different: declaration 'res_info' definition 'ohoi_res_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:1958:33: note: Function 'modify_inventory' argument 3 names different: declaration 'res_info' definition 'ohoi_res_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_inventory.c:2435:34: note: Function 'modify_inventory' argument 3 names different: declaration 'res_info' definition 'ohoi_res_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:826:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:1006:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:1046:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:210:31: style: Function 'orig_get_sensor_reading' argument 2 names different: declaration 'sinfo' definition 'sensor_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:345:31: note: Function 'orig_get_sensor_reading' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:210:31: note: Function 'orig_get_sensor_reading' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:246:31: style: Function 'ohoi_get_sensor_reading' argument 2 names different: declaration 'sinfo' definition 'sensor_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:350:31: note: Function 'ohoi_get_sensor_reading' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:246:31: note: Function 'ohoi_get_sensor_reading' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:445:34: style: Function 'orig_get_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:355:34: note: Function 'orig_get_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:445:34: note: Function 'orig_get_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:481:34: style: Function 'ohoi_get_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:359:34: note: Function 'ohoi_get_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:481:34: note: Function 'ohoi_get_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:730:34: style: Function 'orig_set_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:363:34: note: Function 'orig_set_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:730:34: note: Function 'orig_set_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:773:34: style: Function 'ohoi_set_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:367:34: note: Function 'ohoi_set_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:773:34: note: Function 'ohoi_set_sensor_thresholds' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:1293:36: style: Function 'orig_get_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:375:36: note: Function 'orig_get_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:1293:36: note: Function 'orig_get_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:1333:36: style: Function 'ohoi_get_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:381:36: note: Function 'ohoi_get_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:1333:36: note: Function 'ohoi_get_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:1350:36: style: Function 'orig_set_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:387:36: note: Function 'orig_set_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:1350:36: note: Function 'orig_set_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:1397:36: style: Function 'ohoi_set_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:395:36: note: Function 'ohoi_set_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:1397:36: note: Function 'ohoi_set_sensor_event_enable' argument 2 names different: declaration 'sinfo' definition 'sensor_info'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:24:18: style: struct member 'ipmi_event_state_s::status' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:26:18: style: struct member 'ipmi_event_state_s::__assertion_events' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi_sensor.c:27:18: style: struct member 'ipmi_event_state_s::__deassertion_events' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmi/ipmi_sensor_event.c:463:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ipmi/ipmi_sensor_event.c:460:0: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor_event.c:463:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor_event.c:677:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/ipmi_sensor_event.c:1140:26: style: Function 'ohoi_sensor_ipmi_event_to_hpi_event' argument 5 names different: declaration 'eid' definition 'entity_id'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:449:22: note: Function 'ohoi_sensor_ipmi_event_to_hpi_event' argument 5 names different: declaration 'eid' definition 'entity_id'.
openhpi-3.8.0/plugins/ipmi/ipmi_sensor_event.c:1140:26: note: Function 'ohoi_sensor_ipmi_event_to_hpi_event' argument 5 names different: declaration 'eid' definition 'entity_id'.
openhpi-3.8.0/plugins/ipmi/ipmi_util.c:222:36: style: The scope of the variable 'res_info' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmi/sync.c:18:80: style: Function 'ohoi_loop_until' argument 3 names different: declaration 'timeout' definition 'to'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:477:75: note: Function 'ohoi_loop_until' argument 3 names different: declaration 'timeout' definition 'to'.
openhpi-3.8.0/plugins/ipmi/sync.c:18:80: note: Function 'ohoi_loop_until' argument 3 names different: declaration 'timeout' definition 'to'.
openhpi-3.8.0/plugins/ipmi/sync.c:46:25: style: Function 'ohoi_loop' argument 1 names different: declaration 'done_flag' definition 'done'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmi/ipmi.h:475:20: note: Function 'ohoi_loop' argument 1 names different: declaration 'done_flag' definition 'done'.
openhpi-3.8.0/plugins/ipmi/sync.c:46:25: note: Function 'ohoi_loop' argument 1 names different: declaration 'done_flag' definition 'done'.
openhpi-3.8.0/plugins/ipmidirect/hotswap.cpp:300:28: style: Same expression on both sides of '>=' because the value of 'current_power_level' and 'power_level' are the same. [duplicateExpression]
openhpi-3.8.0/plugins/ipmidirect/hotswap.cpp:298:53: note: 'current_power_level' is assigned value 'rsp.m_data[2]&31' here.
openhpi-3.8.0/plugins/ipmidirect/hotswap.cpp:276:45: note: 'power_level' is assigned value 'rsp.m_data[2]&31' here.
openhpi-3.8.0/plugins/ipmidirect/hotswap.cpp:300:28: note: Same expression on both sides of '>=' because the value of 'current_power_level' and 'power_level' are the same.
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:78:3: warning: Member variable 'cIpmiRequest::m_seq' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/array.h:220:0: warning: Member variable 'cArray < cIpmiInventoryField >::m_resize' is not assigned a value in 'cArray < cIpmiInventoryField >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/ipmidirect/array.h:220:0: warning: Member variable 'cArray < cIpmiInventoryArea >::m_resize' is not assigned a value in 'cArray < cIpmiInventoryArea >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/ipmidirect/array.h:220:0: warning: Member variable 'cArray < cIpmiMc >::m_resize' is not assigned a value in 'cArray < cIpmiMc >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.h:102:7: style: Technically the member function 'cTime::Cmp' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/thread.h:60:8: style: Technically the member function 'cThread::IsRunning' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/thread.h:61:8: style: Technically the member function 'cThread::IsMain' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_log.h:79:8: style: Technically the member function 'cIpmiLog::IsHex' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_log.h:82:8: style: Technically the member function 'cIpmiLog::WithTime' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_log.h:85:8: style: Technically the member function 'cIpmiLog::IsRecursive' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:137:8: style: Technically the member function 'cIpmiCon::LogLevel' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:149:8: style: Technically the member function 'cIpmiCon::IsOpen' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:208:7: style: Technically the member function 'cIpmiCon::GetMaxOutstanding' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.h:110:3: style: Technically the member function 'cIpmiEntityPath::operatorSaHpiEntityPathT' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:232:16: style: Technically the member function 'cIpmiSensor::GetOem' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.h:140:17: style: Technically the member function 'cIpmiSel::Lun' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.h:142:17: style: Technically the member function 'cIpmiSel::SelNum' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.h:143:17: style: Technically the member function 'cIpmiSel::AdditionTimestamp' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.h:144:17: style: Technically the member function 'cIpmiSel::EraseTimestamp' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.h:145:17: style: Technically the member function 'cIpmiSel::Overflow' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.h:146:17: style: Technically the member function 'cIpmiSel::SupportsDeleteSel' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_fru_info.h:70:16: style: Technically the member function 'cIpmiFruInfo::Address' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_fru_info.h:71:16: style: Technically the member function 'cIpmiFruInfo::FruId' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_fru_info.h:75:16: style: Technically the member function 'cIpmiFruInfo::Properties' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:61:24: performance: Technically the member function 'cIpmiMcVendor::GetUniqueInstance' can be static. [functionStatic]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.h:116:18: style: Technically the member function 'cIpmiDomain::DomainId' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.h:119:7: style: Technically the member function 'cIpmiDomain::HandlerId' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.h:130:8: style: Technically the member function 'cIpmiDomain::IsTca' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:46:8: style: Technically the member function 'cIpmi::CheckMagic' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:54:8: style: Technically the member function 'cIpmi::CheckHandler' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:38:24: warning: The class 'cIpmiControl' defines member variable with name 'm_type' also defined in its parent class 'cIpmiRdr'. [duplInheritedMember]
openhpi-3.8.0/plugins/ipmidirect/ipmi_rdr.h:53:19: note: Parent variable 'cIpmiRdr::m_type'
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:38:24: note: Derived variable 'cIpmiControl::m_type'
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.h:71:3: style: Class 'cTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/thread.h:91:3: style: Class 'cThreadLockAuto' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.h:60:3: style: Class 'cIpmiTextBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.h:108:3: style: Class 'cIpmiEntityPath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:31:3: style: Class 'cIpmiSensorDiscrete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_hotswap.h:38:3: style: Class 'cIpmiSensorHotswap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:254:3: style: Class 'cIpmiSensorThreshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:104:3: style: Class 'cIpmiInventoryAreaInternal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:114:3: style: Class 'cIpmiInventoryAreaMultiRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:124:3: style: Class 'cIpmiInventoryAreaChassis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:134:3: style: Class 'cIpmiInventoryAreaBoard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:144:3: style: Class 'cIpmiInventoryAreaProduct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/array.h:31:0: style: Class 'cArray < cIpmiInventoryField >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/array.h:31:0: style: Class 'cArray < cIpmiInventoryArea >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/array.h:31:0: style: Class 'cArray < cIpmiMc >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.h:61:1: warning: The class 'cTime' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:128:17: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/thread.h:64:17: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:128:17: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:214:24: style: The function 'Num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_rdr.h:80:24: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:214:24: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:249:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_rdr.h:77:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:249:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:35:20: style: The function 'CreateEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:235:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:35:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:38:16: style: The function 'GetDataFromSdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:246:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:38:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:41:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:249:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:41:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:44:20: style: The function 'GetSensorReading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:258:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:44:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:46:20: style: The function 'GetEventMasksHw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:274:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:46:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:49:20: style: The function 'SetEventMasksHw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:298:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:49:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_hotswap.h:42:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:241:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_hotswap.h:42:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_hotswap.h:45:16: style: The function 'GetDataFromSdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:38:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_hotswap.h:45:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_hotswap.h:48:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_discrete.h:41:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_hotswap.h:48:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:257:16: style: The function 'HandleNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:228:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:257:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:281:20: style: The function 'CreateEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:235:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:281:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:283:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:243:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:283:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:284:8: style: The function 'Cmp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:230:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:284:8: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:312:16: style: The function 'GetDataFromSdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:246:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:312:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:315:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:249:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:315:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:318:12: style: The function 'GetSensorReading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:258:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:318:12: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:337:20: style: The function 'GetEventMasksHw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:274:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:337:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:340:20: style: The function 'SetEventMasksHw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:298:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:340:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:107:24: style: The function 'ParseFruArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:95:24: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:107:24: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:117:24: style: The function 'ParseFruArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:95:24: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:117:24: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:127:24: style: The function 'ParseFruArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:95:24: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:127:24: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:137:24: style: The function 'ParseFruArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:95:24: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:137:24: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:147:24: style: The function 'ParseFruArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:95:24: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.h:147:24: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory.h:66:24: style: The function 'Num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_rdr.h:80:24: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory.h:66:24: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory.h:70:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_rdr.h:77:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory.h:70:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:47:24: style: The function 'Num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_rdr.h:80:24: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:47:24: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:50:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_rdr.h:77:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:50:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_watchdog.h:42:16: style: The function 'Num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_rdr.h:80:24: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_watchdog.h:42:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_watchdog.h:46:8: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_rdr.h:77:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_watchdog.h:46:8: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_discover.h:53:17: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/thread.h:64:17: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_discover.h:53:17: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:97:16: style: The function 'AddHpiEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.h:236:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:97:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:98:25: style: The function 'GetHpiEventList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.h:237:25: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:98:25: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:104:21: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.h:240:29: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:104:21: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:106:34: style: The function 'EntityRoot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.h:239:34: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:106:34: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:107:27: style: The function 'FindResource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.h:242:27: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:107:27: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:35:17: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:77:25: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:116:27: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:154:29: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:192:25: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:222:24: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:252:24: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:2089:39: style: Function 'FindResource' argument 1 names different: declaration 'id' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:107:58: note: Function 'FindResource' argument 1 names different: declaration 'id' definition 'rid'.
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:2089:39: note: Function 'FindResource' argument 1 names different: declaration 'id' definition 'rid'.
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:2300:46: style: Function 'IfSetResourceSeverity' argument 1 names different: declaration 'res' definition 'ent'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi.h:74:58: note: Function 'IfSetResourceSeverity' argument 1 names different: declaration 'res' definition 'ent'.
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:2300:46: note: Function 'IfSetResourceSeverity' argument 1 names different: declaration 'res' definition 'ent'.
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:2025:13: warning: The buffer 'user' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:2033:13: warning: The buffer 'passwd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:103:1: style: The class 'cIpmiAuthNone' does not have a constructor although it has private member variables. [noConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:140:1: style: The class 'cIpmiAuthStraight' does not have a constructor although it has private member variables. [noConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:108:15: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:47:15: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:108:15: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:109:15: style: The function 'Gen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:51:15: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:109:15: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:110:15: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:55:15: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:110:15: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:145:15: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:47:15: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:145:15: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:146:15: style: The function 'Gen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:51:15: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:146:15: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:147:15: style: The function 'Check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:55:15: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_auth.h:147:15: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:122:16: style: The function 'IfGetMaxSeq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:153:15: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:122:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:123:16: style: The function 'IfOpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:158:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:123:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:124:16: style: The function 'IfClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:161:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:124:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:125:20: style: The function 'IfSendCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:167:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:125:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:126:16: style: The function 'IfReadResponse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:170:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:126:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:128:16: style: The function 'IfCheckConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:178:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:128:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:129:16: style: The function 'IfCheckConnectionTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:181:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:129:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:42:16: style: The function 'IfGetMaxSeq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:153:15: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:42:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:43:16: style: The function 'IfOpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:158:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:43:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:44:16: style: The function 'IfClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:161:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:44:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:45:20: style: The function 'IfSendCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:167:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:45:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:46:16: style: The function 'IfReadResponse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:170:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:46:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:1810:16: style: The function 'HandleAsyncEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:192:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:1810:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:1833:16: style: The function 'HandleAsyncEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:192:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi.cpp:1833:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.cpp:53:26: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.cpp:221:26: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.cpp:429:47: style: Function 'Cmd' argument 4 names different: declaration 'rsp_msg' definition 'rsp'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.h:201:48: note: Function 'Cmd' argument 4 names different: declaration 'rsp_msg' definition 'rsp'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.cpp:429:47: note: Function 'Cmd' argument 4 names different: declaration 'rsp_msg' definition 'rsp'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.cpp:48:12: warning: Assert statement calls a function which may have desired side effects: 'IsRunning'. [assertWithSideEffect]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.cpp:410:11: warning: Assert statement calls a function which may have desired side effects: 'IsRunning'. [assertWithSideEffect]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.cpp:436:11: warning: Assert statement calls a function which may have desired side effects: 'IsRunning'. [assertWithSideEffect]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con.cpp:30:11: warning: Member variable 'cIpmiCon::m_max_seq' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.cpp:742:18: style: The scope of the variable 'msgstart' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.cpp:935:22: style: Checking if unsigned variable 'data[13]' is less than zero. [unsignedLessThanZero]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.cpp:961:22: style: Checking if unsigned variable 'data[29]' is less than zero. [unsignedLessThanZero]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.cpp:51:14: warning: Member variable 'cIpmiConLan::m_challenge_string' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:83:7: performance: Technically the member function 'cIpmiConLan::OpenLanFd' can be static. [functionStatic]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.cpp:139:14: note: Technically the member function 'cIpmiConLan::OpenLanFd' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:83:7: note: Technically the member function 'cIpmiConLan::OpenLanFd' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:84:17: performance: Technically the member function 'cIpmiConLan::Checksum' can be static. [functionStatic]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.cpp:179:14: note: Technically the member function 'cIpmiConLan::Checksum' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_lan.h:84:17: note: Technically the member function 'cIpmiConLan::Checksum' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.cpp:263:11: style: Condition 'rv==-1' is always false [knownConditionTrueFalse]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.cpp:255:33: note: Assignment 'rv=0', assigned value is 0
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.cpp:263:11: note: Condition 'rv==-1' is always false
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.cpp:162:15: style: struct member 'ipmi_timing_parms::retries' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.cpp:163:15: style: struct member 'ipmi_timing_parms::retry_time_ms' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:35:7: performance: Technically the member function 'cIpmiConSmi::OpenSmiFd' can be static. [functionStatic]
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.cpp:214:14: note: Technically the member function 'cIpmiConSmi::OpenSmiFd' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_con_smi.h:35:7: note: Technically the member function 'cIpmiConSmi::OpenSmiFd' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.cpp:23:15: warning: Member variable 'cIpmiControl::m_oem' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.cpp:29:57: style: Function 'cIpmiControlAtcaLed' argument 4 names different: declaration 'led_color_local_control_state' definition 'led_default_local_color'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:41:38: note: Function 'cIpmiControlAtcaLed' argument 4 names different: declaration 'led_color_local_control_state' definition 'led_default_local_color'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.cpp:29:57: note: Function 'cIpmiControlAtcaLed' argument 4 names different: declaration 'led_color_local_control_state' definition 'led_default_local_color'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.cpp:30:57: style: Function 'cIpmiControlAtcaLed' argument 5 names different: declaration 'led_color_override_state' definition 'led_default_override_color'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:42:38: note: Function 'cIpmiControlAtcaLed' argument 5 names different: declaration 'led_color_override_state' definition 'led_default_override_color'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.cpp:30:57: note: Function 'cIpmiControlAtcaLed' argument 5 names different: declaration 'led_color_override_state' definition 'led_default_override_color'.
openhpi-3.8.0/plugins/ipmidirect/array.h:220:11: warning: Member variable 'cArray::m_resize' is not assigned a value in 'cArray::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:57:8: style: Technically the member function 'cIpmiControlAtcaLed::IsSupportedColor' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.cpp:48:22: note: Technically the member function 'cIpmiControlAtcaLed::IsSupportedColor' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:57:8: note: Technically the member function 'cIpmiControlAtcaLed::IsSupportedColor' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_resource.h:52:7: style: Technically the member function 'cIpmiResource::FindRdr' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_resource.h:53:7: style: Technically the member function 'cIpmiResource::NumRdr' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:29:16: warning: The class 'cIpmiControlAtcaLed' defines member variable with name 'm_num' also defined in its parent class 'cIpmiControl'. [duplInheritedMember]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:34:24: note: Parent variable 'cIpmiControl::m_num'
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:29:16: note: Derived variable 'cIpmiControlAtcaLed::m_num'
openhpi-3.8.0/plugins/ipmidirect/array.h:31:3: style: Class 'cArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:47:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:50:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:47:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:51:20: style: The function 'SetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:53:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:51:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:52:20: style: The function 'GetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:54:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:52:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:54:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:56:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_atca_led.h:54:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_fan.h:51:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:50:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_fan.h:51:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_fan.h:55:20: style: The function 'SetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:53:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_fan.h:55:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_fan.h:56:20: style: The function 'GetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:54:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_fan.h:56:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_fan.h:58:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:56:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_fan.h:58:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_sun_led.h:31:11: warning: The class 'cIpmiControlSunLed' defines member variable with name 'm_oem' also defined in its parent class 'cIpmiControl'. [duplInheritedMember]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:35:24: note: Parent variable 'cIpmiControl::m_oem'
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_sun_led.h:31:11: note: Derived variable 'cIpmiControlSunLed::m_oem'
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_sun_led.h:40:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:50:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_sun_led.h:40:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_sun_led.h:42:20: style: The function 'SetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:53:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_sun_led.h:42:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_sun_led.h:44:20: style: The function 'GetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:54:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_sun_led.h:44:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_sun_led.h:46:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:56:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_control_sun_led.h:46:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_discover.cpp:152:89: warning: Either the condition 'current' is redundant or there is possible null pointer dereference: current. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/ipmidirect/ipmi_discover.cpp:131:10: note: Assuming that condition 'current' is not redundant
openhpi-3.8.0/plugins/ipmidirect/ipmi_discover.cpp:152:89: note: Null pointer dereference
openhpi-3.8.0/plugins/ipmidirect/ipmi_discover.cpp:429:21: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_discover.cpp:651:17: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_discover.cpp:742:19: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_discover.cpp:112:58: style: Function 'AddMcTask' argument 2 names different: declaration 'diff_ms' definition 'ms'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_discover.h:74:50: note: Function 'AddMcTask' argument 2 names different: declaration 'diff_ms' definition 'ms'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_discover.cpp:112:58: note: Function 'AddMcTask' argument 2 names different: declaration 'diff_ms' definition 'ms'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:312:27: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:387:30: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:669:28: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:870:27: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:109:30: style: Function 'Init' argument 1 names different: declaration 'c' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.h:208:24: note: Function 'Init' argument 1 names different: declaration 'c' definition 'con'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:109:30: note: Function 'Init' argument 1 names different: declaration 'c' definition 'con'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:820:47: style: Function 'VerifyInventory' argument 1 names different: declaration 'i' definition 'inv'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.h:234:52: note: Function 'VerifyInventory' argument 1 names different: declaration 'i' definition 'inv'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:820:47: note: Function 'VerifyInventory' argument 1 names different: declaration 'i' definition 'inv'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:30:14: warning: Member variable 'cIpmiDomain::m_con_ipmi_timeout' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:30:14: warning: Member variable 'cIpmiDomain::m_con_atca_timeout' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:30:14: warning: Member variable 'cIpmiDomain::m_enable_sel_on_all' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:30:14: warning: Member variable 'cIpmiDomain::m_max_outstanding' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:30:14: warning: Member variable 'cIpmiDomain::m_atca_poll_alive_mcs' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:30:14: warning: Member variable 'cIpmiDomain::m_handler_id' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:30:14: warning: Member variable 'cIpmiDomain::m_num_mc_threads' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:719:39: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openhpi-3.8.0/plugins/ipmidirect/ipmi_domain.cpp:719:49: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.cpp:86:37: style: Function 'IpmiEntityIdToString' argument 1 names different: declaration 'id' definition 'val'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.h:98:49: note: Function 'IpmiEntityIdToString' argument 1 names different: declaration 'id' definition 'val'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.cpp:86:37: note: Function 'IpmiEntityIdToString' argument 1 names different: declaration 'id' definition 'val'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.cpp:133:3: performance: Variable 'm_entity_path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.h:116:20: style: Technically the member function 'cIpmiEntityPath::GetEntryType' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.cpp:149:18: note: Technically the member function 'cIpmiEntityPath::GetEntryType' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.h:116:20: note: Technically the member function 'cIpmiEntityPath::GetEntryType' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.h:119:24: style: Technically the member function 'cIpmiEntityPath::GetEntryInstance' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.cpp:167:18: note: Technically the member function 'cIpmiEntityPath::GetEntryInstance' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_entity.h:119:24: note: Technically the member function 'cIpmiEntityPath::GetEntryInstance' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_event.cpp:81:36: style: Function 'Cmp' argument 1 names different: declaration 'event' definition 'event2'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_event.h:83:30: note: Function 'Cmp' argument 1 names different: declaration 'event' definition 'event2'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_event.cpp:81:36: note: Function 'Cmp' argument 1 names different: declaration 'event' definition 'event2'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_fru_info.cpp:97:27: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_fru_info.cpp:109:27: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_fru_info.cpp:139:27: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_fru_info.h:102:16: performance: Technically the member function 'cIpmiFruInfoContainer::GetFreeSlotForOther' can be static. [functionStatic]
openhpi-3.8.0/plugins/ipmidirect/ipmi_fru_info.cpp:206:24: note: Technically the member function 'cIpmiFruInfoContainer::GetFreeSlotForOther' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_fru_info.h:102:16: note: Technically the member function 'cIpmiFruInfoContainer::GetFreeSlotForOther' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory.cpp:30:17: warning: Member variable 'cIpmiInventory::m_fetched' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.cpp:170:16: style: The scope of the variable 'record_size' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.cpp:172:17: style: The scope of the variable 'record_type' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.cpp:173:17: style: The scope of the variable 'record_csum' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.cpp:531:5: performance: Variable 'm_field_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/ipmidirect/ipmi_inventory_parser.cpp:619:3: performance: Variable 'm_area_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/ipmidirect/ipmi_log.cpp:350:10: style: The scope of the variable 'remaining' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmidirect/ipmi_log.cpp:36:11: warning: Member variable 'cIpmiLog::m_nl' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_log.cpp:36:11: warning: Member variable 'cIpmiLog::m_fd' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.cpp:680:8: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.cpp:168:30: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.cpp:621:13: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.cpp:718:8: style: The scope of the variable 'fru_inventory' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.cpp:323:46: style: Function 'DeviceDataCompares' argument 1 names different: declaration 'msg' definition 'rsp'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.h:195:48: note: Function 'DeviceDataCompares' argument 1 names different: declaration 'msg' definition 'rsp'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.cpp:323:46: note: Function 'DeviceDataCompares' argument 1 names different: declaration 'msg' definition 'rsp'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.cpp:446:50: style: Function 'GetDeviceIdDataFromRsp' argument 1 names different: declaration 'msg' definition 'rsp'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.h:196:52: note: Function 'GetDeviceIdDataFromRsp' argument 1 names different: declaration 'msg' definition 'rsp'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.cpp:446:50: note: Function 'GetDeviceIdDataFromRsp' argument 1 names different: declaration 'msg' definition 'rsp'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.cpp:38:10: warning: Member variable 'cIpmiMc::m_picmg_major' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc.cpp:38:10: warning: Member variable 'cIpmiMc::m_picmg_minor' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/array.h:220:0: warning: Member variable 'cArray < cIpmiControl >::m_resize' is not assigned a value in 'cArray < cIpmiControl >::operator='. [operatorEqVarError]
openhpi-3.8.0/plugins/ipmidirect/array.h:31:0: style: Class 'cArray < cIpmiControl >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:52:28: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:169:28: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:572:30: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:596:30: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:666:30: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:725:25: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:1191:25: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:968:18: style: The scope of the variable 'res' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:242:58: style: Function 'CreateRdrs' argument 2 names different: declaration 'mc' definition 'source_mc'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:79:58: note: Function 'CreateRdrs' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:242:58: note: Function 'CreateRdrs' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:736:67: style: Function 'CreateSensorHotswap' argument 2 names different: declaration 'mc' definition 'source_mc'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:116:69: note: Function 'CreateSensorHotswap' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:736:67: note: Function 'CreateSensorHotswap' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:758:69: style: Function 'CreateSensorThreshold' argument 2 names different: declaration 'mc' definition 'source_mc'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:118:71: note: Function 'CreateSensorThreshold' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:758:69: note: Function 'CreateSensorThreshold' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:781:68: style: Function 'CreateSensorDiscrete' argument 2 names different: declaration 'mc' definition 'source_mc'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:120:70: note: Function 'CreateSensorDiscrete' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:781:68: note: Function 'CreateSensorDiscrete' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:804:67: style: Function 'CreateSensorDefault' argument 2 names different: declaration 'mc' definition 'source_mc'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:122:69: note: Function 'CreateSensorDefault' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:804:67: note: Function 'CreateSensorDefault' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:899:62: style: Function 'CreateControls' argument 2 names different: declaration 'mc' definition 'source_mc'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:133:62: note: Function 'CreateControls' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:899:62: note: Function 'CreateControls' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:1118:58: style: Function 'CreateInvs' argument 2 names different: declaration 'mc' definition 'source_mc'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:143:58: note: Function 'CreateInvs' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:1118:58: note: Function 'CreateInvs' argument 2 names different: declaration 'mc' definition 'source_mc'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:101:19: performance: Technically the member function 'cIpmiMcVendor::CreateEntityPath' can be static. [functionStatic]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:493:16: note: Technically the member function 'cIpmiMcVendor::CreateEntityPath' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:101:19: note: Technically the member function 'cIpmiMcVendor::CreateEntityPath' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:43:24: style: Class 'cIpmiMcVendorFactory' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.cpp:43:24: style: Class 'cIpmiMcVendorFactory' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_force.h:29:3: style: Class 'cIpmiMcVendorForceShMc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:74:3: style: Class 'cIpmiMcVendorIntelBmc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_sun.h:25:3: style: Class 'cIpmiMcVendorSunBmc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_force.h:32:16: style: The function 'InitMc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:67:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_force.h:32:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_force.h:33:8: style: The function 'ProcessSdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:73:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_force.h:33:8: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:58:16: style: The function 'CreateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:50:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:58:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:59:20: style: The function 'GetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:54:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:59:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:60:20: style: The function 'SetState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:53:20: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:60:20: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:61:16: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_control.h:56:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:61:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:77:16: style: The function 'InitMc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:67:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:77:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:78:8: style: The function 'ProcessSdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:73:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:78:8: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:79:8: style: The function 'ProcessFru' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:75:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:79:8: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:81:8: style: The function 'CreateControls' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:133:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:81:8: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_sun.h:28:16: style: The function 'InitMc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:67:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_sun.h:28:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_sun.h:29:8: style: The function 'CreateControls' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:133:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_sun.h:29:8: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_fix_sdr.h:51:16: style: The function 'InitMc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:67:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_fix_sdr.h:51:16: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_fix_sdr.h:52:8: style: The function 'ProcessSdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor.h:73:16: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_fix_sdr.h:52:8: note: Function in derived class
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_fix_sdr.cpp:91:22: warning: Member variable 'cIpmiMcVendorFixSdr::m_sdr_patch' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_force.cpp:64:28: style: Checking if unsigned variable 'rsp.m_data_len' is less than zero. This might be a false warning. [unsignedLessThanZero]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.cpp:265:24: style: The scope of the variable 'id_time' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.cpp:95:52: style: Function 'CreateControls' argument 1 names different: declaration 'domain' definition 'dom'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:81:37: note: Function 'CreateControls' argument 1 names different: declaration 'domain' definition 'dom'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.cpp:95:52: note: Function 'CreateControls' argument 1 names different: declaration 'domain' definition 'dom'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.cpp:352:51: style: Function 'SetAlarms' argument 1 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:65:31: note: Function 'SetAlarms' argument 1 names different: declaration 'val' definition 'value'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.cpp:352:51: note: Function 'SetAlarms' argument 1 names different: declaration 'val' definition 'value'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.cpp:203:26: warning: Member variable 'cIpmiControlIntelRmsLed::m_busid' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.cpp:31:24: warning: Member variable 'cIpmiMcVendorIntelBmc::m_busid' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:67:17: style: Unused private function: 'cIpmiControlIntelRmsLed::GetAlarmsPicmg' [unusedPrivateFunction]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_intel.h:68:7: style: Unused private function: 'cIpmiControlIntelRmsLed::SetAlarmsPicmg' [unusedPrivateFunction]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_sun.cpp:36:58: style: Function 'InitMc' argument 2 names different: declaration 'devid' definition 'dvid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_sun.h:28:52: note: Function 'InitMc' argument 2 names different: declaration 'devid' definition 'dvid'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_sun.cpp:36:58: note: Function 'InitMc' argument 2 names different: declaration 'devid' definition 'dvid'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_sun.cpp:47:50: style: Function 'CreateControls' argument 1 names different: declaration 'domain' definition 'dom'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_sun.h:29:36: note: Function 'CreateControls' argument 1 names different: declaration 'domain' definition 'dom'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_mc_vendor_sun.cpp:47:50: note: Function 'CreateControls' argument 1 names different: declaration 'domain' definition 'dom'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_msg.cpp:23:11: warning: Member variable 'cIpmiMsg::m_data' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sdr.cpp:1114:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sdr.cpp:1152:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sdr.cpp:893:10: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sdr.cpp:425:12: warning: Member variable 'cIpmiSdrs::m_dynamic_population' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:219:24: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:358:24: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:412:30: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:459:12: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:470:17: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:484:12: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:493:17: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:509:12: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:522:7: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:531:12: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:542:12: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:786:22: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:644:35: style: Function 'GetSelTime' argument 1 names different: declaration 't' definition 'ht'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.h:137:36: note: Function 'GetSelTime' argument 1 names different: declaration 't' definition 'ht'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:644:35: note: Function 'GetSelTime' argument 1 names different: declaration 't' definition 'ht'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:705:34: style: Function 'SetSelTime' argument 1 names different: declaration 't' definition 'ht'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.h:134:35: note: Function 'SetSelTime' argument 1 names different: declaration 't' definition 'ht'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:705:34: note: Function 'SetSelTime' argument 1 names different: declaration 't' definition 'ht'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:740:38: style: Function 'AddAsyncEvent' argument 1 names different: declaration 'event' definition 'new_event'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.h:111:34: note: Function 'AddAsyncEvent' argument 1 names different: declaration 'event' definition 'new_event'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:740:38: note: Function 'AddAsyncEvent' argument 1 names different: declaration 'event' definition 'new_event'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.h:125:12: performance: Technically the member function 'cIpmiSel::AddSelEntry' can be static. [functionStatic]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.cpp:866:11: note: Technically the member function 'cIpmiSel::AddSelEntry' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sel.h:125:12: note: Technically the member function 'cIpmiSel::AddSelEntry' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.cpp:89:41: style: Function 'IpmiSensorTypeToString' argument 1 names different: declaration 'type' definition 'val'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:107:53: note: Function 'IpmiSensorTypeToString' argument 1 names different: declaration 'type' definition 'val'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.cpp:89:41: note: Function 'IpmiSensorTypeToString' argument 1 names different: declaration 'type' definition 'val'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.cpp:144:53: style: Function 'IpmiEventReadingTypeToString' argument 1 names different: declaration 'type' definition 'val'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:130:65: note: Function 'IpmiEventReadingTypeToString' argument 1 names different: declaration 'type' definition 'val'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.cpp:144:53: note: Function 'IpmiEventReadingTypeToString' argument 1 names different: declaration 'type' definition 'val'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.cpp:160:14: warning: Member variable 'cIpmiSensor::m_sdr_type' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.cpp:160:14: warning: Member variable 'cIpmiSensor::m_virtual_num' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:251:23: performance: Technically the member function 'cIpmiSensor::HpiEventCategory' can be static. [functionStatic]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.cpp:684:14: note: Technically the member function 'cIpmiSensor::HpiEventCategory' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:251:23: note: Technically the member function 'cIpmiSensor::HpiEventCategory' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:252:20: performance: Technically the member function 'cIpmiSensor::HpiSensorType' can be static. [functionStatic]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.cpp:675:14: note: Technically the member function 'cIpmiSensor::HpiSensorType' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:252:20: note: Technically the member function 'cIpmiSensor::HpiSensorType' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:261:12: style: Technically the member function 'cIpmiSensor::GetEnable' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.cpp:415:14: note: Technically the member function 'cIpmiSensor::GetEnable' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor.h:261:12: note: Technically the member function 'cIpmiSensor::GetEnable' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_factors.cpp:243:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_factors.cpp:245:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_factors.cpp:79:21: warning: Member variable 'cIpmiSensorFactors::m_accuracy_factor' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:134:37: style: Function 'IpmiRateUnitToString' argument 1 names different: declaration 'unit' definition 'val'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:187:49: note: Function 'IpmiRateUnitToString' argument 1 names different: declaration 'unit' definition 'val'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:134:37: note: Function 'IpmiRateUnitToString' argument 1 names different: declaration 'unit' definition 'val'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:139:19: warning: Either the condition 'val>(int)(5)' is redundant or the array 'rate_unit[5]' is accessed at index 5, which is out of bounds. [arrayIndexOutOfBoundsCond]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:136:12: note: Assuming that condition 'val>(int)(5)' is not redundant
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:139:19: note: Array index out of bounds
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:158:27: warning: Either the condition 'unit>(int)(3)' is redundant or the array 'modifier_unit_map[3]' is accessed at index 3, which is out of bounds. [arrayIndexOutOfBoundsCond]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:155:13: note: Assuming that condition 'unit>(int)(3)' is not redundant
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:158:27: note: Array index out of bounds
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:266:20: warning: Either the condition 'val>(int)(90)' is redundant or the array 'unit_types[90]' is accessed at index 90, which is out of bounds. [arrayIndexOutOfBoundsCond]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:263:12: note: Assuming that condition 'val>(int)(90)' is not redundant
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:266:20: note: Array index out of bounds
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:270:23: warning: Member variable 'cIpmiSensorThreshold::m_swap_thresholds' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:270:23: warning: Member variable 'cIpmiSensorThreshold::m_current_positive_hysteresis' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:270:23: warning: Member variable 'cIpmiSensorThreshold::m_current_negative_hysteresis' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:277:8: style: Technically the member function 'cIpmiSensorThreshold::IsThresholdReadable' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:535:23: note: Technically the member function 'cIpmiSensorThreshold::IsThresholdReadable' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:277:8: note: Technically the member function 'cIpmiSensorThreshold::IsThresholdReadable' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:278:8: style: Technically the member function 'cIpmiSensorThreshold::IsThresholdSettable' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:542:23: note: Technically the member function 'cIpmiSensorThreshold::IsThresholdSettable' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:278:8: note: Technically the member function 'cIpmiSensorThreshold::IsThresholdSettable' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:292:18: performance: Technically the member function 'cIpmiSensorThreshold::GetEventMask' can be static. [functionStatic]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:688:23: note: Technically the member function 'cIpmiSensorThreshold::GetEventMask' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:292:18: note: Technically the member function 'cIpmiSensorThreshold::GetEventMask' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:296:8: style: Technically the member function 'cIpmiSensorThreshold::ConvertToInterpreted' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:742:23: note: Technically the member function 'cIpmiSensorThreshold::ConvertToInterpreted' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:296:8: note: Technically the member function 'cIpmiSensorThreshold::ConvertToInterpreted' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:299:12: style: Technically the member function 'cIpmiSensorThreshold::ConvertFromInterpreted' can be const. [functionConst]
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.cpp:710:23: note: Technically the member function 'cIpmiSensorThreshold::ConvertFromInterpreted' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_sensor_threshold.h:299:12: note: Technically the member function 'cIpmiSensorThreshold::ConvertFromInterpreted' can be const.
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.cpp:154:46: style: Function 'AsciiToBcdPlus' argument 1 names different: declaration 'input' definition 's'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.h:48:36: note: Function 'AsciiToBcdPlus' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.cpp:154:46: note: Function 'AsciiToBcdPlus' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.cpp:231:45: style: Function 'AsciiToAscii6' argument 1 names different: declaration 'input' definition 's'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.h:49:36: note: Function 'AsciiToAscii6' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.cpp:231:45: note: Function 'AsciiToAscii6' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.cpp:280:47: style: Function 'AsciiToLanguage' argument 1 names different: declaration 'input' definition 's'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.h:50:36: note: Function 'AsciiToLanguage' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.cpp:280:47: note: Function 'AsciiToLanguage' argument 1 names different: declaration 'input' definition 's'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.cpp:57:3: performance: Variable 'm_buffer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.h:74:18: performance: Technically the member function 'cIpmiTextBuffer::CheckAscii' can be static. [functionStatic]
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.cpp:326:18: note: Technically the member function 'cIpmiTextBuffer::CheckAscii' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_text_buffer.h:74:18: note: Technically the member function 'cIpmiTextBuffer::CheckAscii' can be static.
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.cpp:42:37: style: Function 'IpmiFruStateToString' argument 1 names different: declaration 'state' definition 'val'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.h:41:49: note: Function 'IpmiFruStateToString' argument 1 names different: declaration 'state' definition 'val'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.cpp:42:37: note: Function 'IpmiFruStateToString' argument 1 names different: declaration 'state' definition 'val'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.cpp:90:32: style: Function 'IpmiDateToString' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.h:52:37: note: Function 'IpmiDateToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.cpp:90:32: note: Function 'IpmiDateToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.cpp:103:32: style: Function 'IpmiTimeToString' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.h:55:37: note: Function 'IpmiTimeToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.cpp:103:32: note: Function 'IpmiTimeToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.cpp:116:36: style: Function 'IpmiDateTimeToString' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.h:58:41: note: Function 'IpmiDateTimeToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/ipmidirect/ipmi_utils.cpp:116:36: note: Function 'IpmiDateTimeToString' argument 1 names different: declaration 'time' definition 't'.
openhpi-3.8.0/plugins/ipmidirect/t/con_000.cpp:96:15: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/ipmidirect/t/con_001.c:59:17: style: struct member 'ipmi_system_interface_addr::addr_type' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmidirect/t/con_001.c:60:17: style: struct member 'ipmi_system_interface_addr::channel' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmidirect/t/con_001.c:61:17: style: struct member 'ipmi_system_interface_addr::lun' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmidirect/t/con_001.c:72:17: style: struct member 'ipmi_ipmb_addr::addr_type' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmidirect/t/con_001.c:73:17: style: struct member 'ipmi_ipmb_addr::channel' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmidirect/t/con_001.c:74:17: style: struct member 'ipmi_ipmb_addr::slave_addr' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmidirect/t/con_001.c:75:17: style: struct member 'ipmi_ipmb_addr::lun' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmidirect/t/con_001.c:105:11: style: struct member 'ipmi_req::msgid' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmidirect/t/con_001.c:140:11: style: struct member 'ipmi_recv::msgid' is never used. [unusedStructMember]
openhpi-3.8.0/plugins/ipmidirect/t/sensor_factors_000.cpp:66:13: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openhpi-3.8.0/plugins/ipmidirect/t/thread_000.cpp:41:25: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/thread.cpp:61:25: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/thread.cpp:94:21: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/thread.cpp:103:21: style: C-style pointer casting [cstyleCast]
openhpi-3.8.0/plugins/ipmidirect/thread.cpp:232:3: performance: Variable 'm_rwlock' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/ipmidirect/thread.cpp:315:3: performance: Variable 'm_cond' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/ipmidirect/thread.cpp:39:17: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/ipmidirect/thread.h:64:17: note: Virtual function in base class
openhpi-3.8.0/plugins/ipmidirect/thread.cpp:39:17: note: Function in derived class
openhpi-3.8.0/plugins/oa_soap/oa_soap.c:229:33: style: Function 'oa_soap_open' argument 2 names different: declaration 'hid' definition 'handler_id'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap.h:262:33: note: Function 'oa_soap_open' argument 2 names different: declaration 'hid' definition 'handler_id'.
openhpi-3.8.0/plugins/oa_soap/oa_soap.c:229:33: note: Function 'oa_soap_open' argument 2 names different: declaration 'hid' definition 'handler_id'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:571:26: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:582:26: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:593:26: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:570:2: style: Variable 'temp_val' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:564:0: note: Variable 'temp_val' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:570:2: note: Variable 'temp_val' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1214:31: style: Function 'soap_fanZone' argument 1 names different: declaration 'fanZone' definition 'node'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2496:31: note: Function 'soap_fanZone' argument 1 names different: declaration 'fanZone' definition 'node'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1214:31: note: Function 'soap_fanZone' argument 1 names different: declaration 'fanZone' definition 'node'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1256:31: style: Function 'soap_fanInfo' argument 1 names different: declaration 'fanZone' definition 'node'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2497:31: note: Function 'soap_fanInfo' argument 1 names different: declaration 'fanZone' definition 'node'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1256:31: note: Function 'soap_fanInfo' argument 1 names different: declaration 'fanZone' definition 'node'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1568:39: style: Function 'soap_subscribeForEvents' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2265:39: note: Function 'soap_subscribeForEvents' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1568:39: note: Function 'soap_subscribeForEvents' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1578:41: style: Function 'soap_unSubscribeForEvents' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2268:41: note: Function 'soap_unSubscribeForEvents' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1578:41: note: Function 'soap_unSubscribeForEvents' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1585:29: style: Function 'soap_getEvent' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2271:29: note: Function 'soap_getEvent' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1585:29: note: Function 'soap_getEvent' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1603:35: style: Function 'soap_getAllEventsEx' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2275:35: note: Function 'soap_getAllEventsEx' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1603:35: note: Function 'soap_getAllEventsEx' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1621:45: style: Function 'soap_getBladeInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2279:33: note: Function 'soap_getBladeInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1621:45: note: Function 'soap_getBladeInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1635:48: style: Function 'soap_getBladePortMap' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2283:36: note: Function 'soap_getBladePortMap' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1635:48: note: Function 'soap_getBladePortMap' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1651:47: style: Function 'soap_getBladeMpInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2287:35: note: Function 'soap_getBladeMpInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1651:47: note: Function 'soap_getBladeMpInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1667:37: style: Function 'soap_getEnclosureInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2291:37: note: Function 'soap_getEnclosureInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1667:37: note: Function 'soap_getEnclosureInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1703:39: style: Function 'soap_getPowerConfigInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2294:39: note: Function 'soap_getPowerConfigInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1703:39: note: Function 'soap_getPowerConfigInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1726:39: style: Function 'soap_setPowerConfigInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2298:39: note: Function 'soap_setPowerConfigInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1726:39: note: Function 'soap_setPowerConfigInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1747:38: style: Function 'soap_getPowerCapConfig' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2301:38: note: Function 'soap_getPowerCapConfig' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1747:38: note: Function 'soap_getPowerCapConfig' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1750:34: style: Function 'soap_getPowerCapConfig' argument 4 names different: declaration 'desired_derated_circuit_cap' definition 'desired_derated_circuit_cap_limit'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2304:34: note: Function 'soap_getPowerCapConfig' argument 4 names different: declaration 'desired_derated_circuit_cap' definition 'desired_derated_circuit_cap_limit'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1750:34: note: Function 'soap_getPowerCapConfig' argument 4 names different: declaration 'desired_derated_circuit_cap' definition 'desired_derated_circuit_cap_limit'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1751:34: style: Function 'soap_getPowerCapConfig' argument 5 names different: declaration 'desired_rated_circuit_cap' definition 'desired_rated_circuit_cap_limit'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2305:34: note: Function 'soap_getPowerCapConfig' argument 5 names different: declaration 'desired_rated_circuit_cap' definition 'desired_rated_circuit_cap_limit'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1751:34: note: Function 'soap_getPowerCapConfig' argument 5 names different: declaration 'desired_rated_circuit_cap' definition 'desired_rated_circuit_cap_limit'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1780:38: style: Function 'soap_setPowerCapConfig' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2307:38: note: Function 'soap_setPowerCapConfig' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1780:38: note: Function 'soap_setPowerCapConfig' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1805:32: style: Function 'soap_getOaStatus' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2310:32: note: Function 'soap_getOaStatus' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1805:32: note: Function 'soap_getOaStatus' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1820:30: style: Function 'soap_getOaInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2314:30: note: Function 'soap_getOaInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1820:30: note: Function 'soap_getOaInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1835:28: style: Function 'soap_getOaId' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2318:28: note: Function 'soap_getOaId' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1835:28: note: Function 'soap_getOaId' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1836:31: style: Function 'soap_getOaId' argument 2 names different: declaration 'oaId' definition 'response'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2319:31: note: Function 'soap_getOaId' argument 2 names different: declaration 'oaId' definition 'response'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1836:31: note: Function 'soap_getOaId' argument 2 names different: declaration 'oaId' definition 'response'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1848:46: style: Function 'soap_getInterconnectTrayStatus' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2321:46: note: Function 'soap_getInterconnectTrayStatus' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1848:46: note: Function 'soap_getInterconnectTrayStatus' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1866:44: style: Function 'soap_getInterconnectTrayInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2325:44: note: Function 'soap_getInterconnectTrayInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1866:44: note: Function 'soap_getInterconnectTrayInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1900:31: style: Function 'soap_getFanInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2329:31: note: Function 'soap_getFanInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1900:31: note: Function 'soap_getFanInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1915:42: style: Function 'soap_getPowerSubsystemInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2333:42: note: Function 'soap_getPowerSubsystemInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1915:42: note: Function 'soap_getPowerSubsystemInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1930:39: style: Function 'soap_getPowerSupplyInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2336:39: note: Function 'soap_getPowerSupplyInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1930:39: note: Function 'soap_getPowerSupplyInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1948:37: style: Function 'soap_getOaNetworkInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2340:37: note: Function 'soap_getOaNetworkInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1948:37: note: Function 'soap_getOaNetworkInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1966:35: style: Function 'soap_getBladeStatus' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2344:35: note: Function 'soap_getBladeStatus' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1966:35: note: Function 'soap_getBladeStatus' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1981:34: style: Function 'soap_setBladePower' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2348:34: note: Function 'soap_setBladePower' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1981:34: note: Function 'soap_setBladePower' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1994:45: style: Function 'soap_setInterconnectTrayPower' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2351:45: note: Function 'soap_setInterconnectTrayPower' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:1994:45: note: Function 'soap_setInterconnectTrayPower' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:2002:42: style: Function 'soap_resetInterconnectTray' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2354:42: note: Function 'soap_resetInterconnectTray' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:2002:42: note: Function 'soap_resetInterconnectTray' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:2009:35: style: Function 'soap_getThermalInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2357:35: note: Function 'soap_getThermalInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:2009:35: note: Function 'soap_getThermalInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:2031:32: style: Function 'soap_getUserInfo' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2361:32: note: Function 'soap_getUserInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:2031:32: note: Function 'soap_getUserInfo' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:2065:35: style: Function 'soap_isValidSession' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2365:35: note: Function 'soap_isValidSession' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:2065:35: note: Function 'soap_isValidSession' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:2196:32: style: Function 'soap_setBladeUid' argument 1 names different: declaration 'connection' definition 'con'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.h:2396:32: note: Function 'soap_setBladeUid' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_calls.c:2196:32: note: Function 'soap_setBladeUid' argument 1 names different: declaration 'connection' definition 'con'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_callsupport.c:98:0: error: #error This source file requires LIBXML_PUSH_ENABLED functionality in libxml2 [preprocessorErrorDirective]
openhpi-3.8.0/plugins/oa_soap/oa_soap_control.c:203:53: style: Function 'oa_soap_get_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_control.h:51:53: note: Function 'oa_soap_get_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_control.c:203:53: note: Function 'oa_soap_get_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_control.c:408:53: style: Function 'oa_soap_set_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_control.h:57:53: note: Function 'oa_soap_set_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_control.c:408:53: note: Function 'oa_soap_set_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:264:6: warning: Either the condition 'oa_handler==NULL' is redundant or there is possible null pointer dereference: oa_handler. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:253:24: note: Assuming that condition 'oa_handler==NULL' is not redundant
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:264:6: note: Null pointer dereference
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:5227:9: style: Variable 'rdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:5217:0: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:5227:9: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:4075:40: style: Function 'oa_soap_build_rpt' argument 2 names different: declaration 'resourece_type' definition 'resource_type'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.h:287:40: note: Function 'oa_soap_build_rpt' argument 2 names different: declaration 'resourece_type' definition 'resource_type'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:4075:40: note: Function 'oa_soap_build_rpt' argument 2 names different: declaration 'resourece_type' definition 'resource_type'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:5044:49: style: Function 'oa_soap_build_blade_thermal_rdr' argument 2 names different: declaration 'thermal_response' definition 'response'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.h:311:64: note: Function 'oa_soap_build_blade_thermal_rdr' argument 2 names different: declaration 'thermal_response' definition 'response'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:5044:49: note: Function 'oa_soap_build_blade_thermal_rdr' argument 2 names different: declaration 'thermal_response' definition 'response'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:5213:49: style: Function 'oa_soap_modify_blade_thermal_rdr' argument 2 names different: declaration 'thermal_response' definition 'response'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.h:317:62: note: Function 'oa_soap_modify_blade_thermal_rdr' argument 2 names different: declaration 'thermal_response' definition 'response'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_discover.c:5213:49: note: Function 'oa_soap_modify_blade_thermal_rdr' argument 2 names different: declaration 'thermal_response' definition 'response'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_event.c:688:53: style: Function 'process_oa_events' argument 3 names different: declaration 'oa_event' definition 'response'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_event.h:59:53: note: Function 'process_oa_events' argument 3 names different: declaration 'oa_event' definition 'response'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_event.c:688:53: note: Function 'process_oa_events' argument 3 names different: declaration 'oa_event' definition 'response'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_fan_event.c:181:24: style: Function 'oa_soap_proc_fz_status' argument 2 names different: declaration 'fanZone' definition 'fan_zone'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_fan_event.h:52:24: note: Function 'oa_soap_proc_fz_status' argument 2 names different: declaration 'fanZone' definition 'fan_zone'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_fan_event.c:181:24: note: Function 'oa_soap_proc_fz_status' argument 2 names different: declaration 'fanZone' definition 'fan_zone'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:3742:54: warning: Either the condition 'inventory==NULL' is redundant or there is possible null pointer dereference: inventory. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:3750:58: note: Assuming that condition 'inventory==NULL' is not redundant
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:3742:54: note: Null pointer dereference
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5037:14: warning: Either the condition 'part_number==NULL' is redundant or there is possible null pointer dereference: part_number. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5036:26: note: Assuming that condition 'part_number==NULL' is not redundant
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5037:14: note: Null pointer dereference
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5227:25: style: Variable 'head_field' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5226:25: note: Variable 'head_field' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5227:25: note: Variable 'head_field' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1827:13: style: The scope of the variable 'cpu_no' can be reduced. [variableScope]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:2478:6: style: The scope of the variable 'cpu_no' can be reduced. [variableScope]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:201:43: style: Function 'oa_soap_get_idr_info' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:138:43: note: Function 'oa_soap_get_idr_info' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:201:43: note: Function 'oa_soap_get_idr_info' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:274:50: style: Function 'oa_soap_get_idr_area_header' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:143:49: note: Function 'oa_soap_get_idr_area_header' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:274:50: note: Function 'oa_soap_get_idr_area_header' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:278:59: style: Function 'oa_soap_get_idr_area_header' argument 7 names different: declaration 'area_header' definition 'header'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:147:58: note: Function 'oa_soap_get_idr_area_header' argument 7 names different: declaration 'area_header' definition 'header'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:278:59: note: Function 'oa_soap_get_idr_area_header' argument 7 names different: declaration 'area_header' definition 'header'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:378:43: style: Function 'oa_soap_add_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:151:43: note: Function 'oa_soap_add_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:378:43: note: Function 'oa_soap_add_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:614:43: style: Function 'oa_soap_del_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:163:43: note: Function 'oa_soap_del_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:614:43: note: Function 'oa_soap_del_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:709:44: style: Function 'oa_soap_get_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:168:44: note: Function 'oa_soap_get_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:709:44: note: Function 'oa_soap_get_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:818:44: style: Function 'oa_soap_add_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:177:44: note: Function 'oa_soap_add_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:818:44: note: Function 'oa_soap_add_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1083:44: style: Function 'oa_soap_set_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:187:44: note: Function 'oa_soap_set_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1083:44: note: Function 'oa_soap_set_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1206:44: style: Function 'oa_soap_del_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:192:44: note: Function 'oa_soap_del_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1206:44: note: Function 'oa_soap_del_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1317:61: style: Function 'build_enclosure_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:199:61: note: Function 'build_enclosure_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1317:61: note: Function 'build_enclosure_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1638:54: style: Function 'build_oa_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:204:54: note: Function 'build_oa_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1638:54: note: Function 'build_oa_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1803:58: style: Function 'build_server_inv_rdr' argument 5 names different: declaration 'pinv' definition 'inventory'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:210:58: note: Function 'build_server_inv_rdr' argument 5 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1803:58: note: Function 'build_server_inv_rdr' argument 5 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:2455:58: style: Function 'build_server_inv_rdr_arr' argument 5 names different: declaration 'pinv' definition 'inventory'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:216:62: note: Function 'build_server_inv_rdr_arr' argument 5 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:2455:58: note: Function 'build_server_inv_rdr_arr' argument 5 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:3879:64: style: Function 'build_interconnect_inv_rdr' argument 5 names different: declaration 'pinv' definition 'inventory'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:240:64: note: Function 'build_interconnect_inv_rdr' argument 5 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:3879:64: note: Function 'build_interconnect_inv_rdr' argument 5 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:4197:64: style: Function 'build_interconnect_inv_rdr_arr' argument 4 names different: declaration 'pinv' definition 'inventory'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:245:64: note: Function 'build_interconnect_inv_rdr_arr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:4197:64: note: Function 'build_interconnect_inv_rdr_arr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:4516:55: style: Function 'build_fan_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:253:55: note: Function 'build_fan_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:4516:55: note: Function 'build_fan_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:4650:57: style: Function 'build_power_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:258:57: note: Function 'build_power_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:4650:57: note: Function 'build_power_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:4799:49: style: Function 'add_product_area' argument 1 names different: declaration 'parea' definition 'area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:265:49: note: Function 'add_product_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:4799:49: note: Function 'add_product_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:4910:49: style: Function 'add_chassis_area' argument 1 names different: declaration 'parea' definition 'area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:270:49: note: Function 'add_chassis_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:4910:49: note: Function 'add_chassis_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5016:47: style: Function 'add_board_area' argument 1 names different: declaration 'parea' definition 'area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:275:47: note: Function 'add_board_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5016:47: note: Function 'add_board_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5124:50: style: Function 'add_internal_area' argument 1 names different: declaration 'parea' definition 'area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:280:50: note: Function 'add_internal_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5124:50: note: Function 'add_internal_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5280:45: style: Function 'idr_area_add' argument 1 names different: declaration 'area_ptr' definition 'head_area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:287:46: note: Function 'idr_area_add' argument 1 names different: declaration 'area_ptr' definition 'head_area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5280:45: note: Function 'idr_area_add' argument 1 names different: declaration 'area_ptr' definition 'head_area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5282:45: style: Function 'idr_area_add' argument 3 names different: declaration 'return_area' definition 'area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:289:46: note: Function 'idr_area_add' argument 3 names different: declaration 'return_area' definition 'area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5282:45: note: Function 'idr_area_add' argument 3 names different: declaration 'return_area' definition 'area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5429:48: style: Function 'idr_area_delete' argument 1 names different: declaration 'area_ptr' definition 'head_area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:295:48: note: Function 'idr_area_delete' argument 1 names different: declaration 'area_ptr' definition 'head_area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5429:48: note: Function 'idr_area_delete' argument 1 names different: declaration 'area_ptr' definition 'head_area'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5539:63: style: Function 'fetch_idr_area_header' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:298:63: note: Function 'fetch_idr_area_header' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5539:63: note: Function 'fetch_idr_area_header' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5673:48: style: Function 'idr_field_add' argument 1 names different: declaration 'field_ptr' definition 'oa_field'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:304:48: note: Function 'idr_field_add' argument 1 names different: declaration 'field_ptr' definition 'oa_field'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5673:48: note: Function 'idr_field_add' argument 1 names different: declaration 'field_ptr' definition 'oa_field'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5674:41: style: Function 'idr_field_add' argument 2 names different: declaration 'field' definition 'hpi_field'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:305:41: note: Function 'idr_field_add' argument 2 names different: declaration 'field' definition 'hpi_field'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5674:41: note: Function 'idr_field_add' argument 2 names different: declaration 'field' definition 'hpi_field'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5834:50: style: Function 'idr_field_delete' argument 1 names different: declaration 'field_ptr' definition 'oa_field'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:313:50: note: Function 'idr_field_delete' argument 1 names different: declaration 'field_ptr' definition 'oa_field'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5834:50: note: Function 'idr_field_delete' argument 1 names different: declaration 'field_ptr' definition 'oa_field'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5902:49: style: Function 'idr_field_update' argument 1 names different: declaration 'field_ptr' definition 'oa_field'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:316:49: note: Function 'idr_field_update' argument 1 names different: declaration 'field_ptr' definition 'oa_field'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5902:49: note: Function 'idr_field_update' argument 1 names different: declaration 'field_ptr' definition 'oa_field'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5972:57: style: Function 'fetch_idr_field' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.h:319:57: note: Function 'fetch_idr_field' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:5972:57: note: Function 'fetch_idr_field' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:6234:35: style: Function 'oa_soap_add_inv_fields' argument 2 names different: declaration 'field_list' definition 'field_array'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:170:36: note: Function 'oa_soap_add_inv_fields' argument 2 names different: declaration 'field_list' definition 'field_array'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:6234:35: note: Function 'oa_soap_add_inv_fields' argument 2 names different: declaration 'field_list' definition 'field_array'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1738:17: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:1923:17: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:2570:17: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:3795:17: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/oa_soap/oa_soap_inventory.c:4616:17: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/oa_soap/oa_soap_oa_event.c:427:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/plugins/oa_soap/oa_soap_ps_event.c:706:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.c:543:18: style: The scope of the variable 'rpt' can be reduced. [variableScope]
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.c:1813:18: style: The scope of the variable 'rpt' can be reduced. [variableScope]
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.c:2164:18: style: The scope of the variable 'rpt' can be reduced. [variableScope]
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.c:2530:18: style: The scope of the variable 'rpt' can be reduced. [variableScope]
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.c:2656:25: style: The scope of the variable 'rpt' can be reduced. [variableScope]
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.c:2648:48: style: Function 'add_ps_unit_arr' argument 4 names different: declaration 'status' definition 'sts_res'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.h:117:48: note: Function 'add_ps_unit_arr' argument 4 names different: declaration 'status' definition 'sts_res'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.c:2648:48: note: Function 'add_ps_unit_arr' argument 4 names different: declaration 'status' definition 'sts_res'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.c:1124:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.c:1773:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.c:2128:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/oa_soap/oa_soap_re_discover.c:2491:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sel.c:144:43: style: Function 'oa_soap_clear_sel' argument 2 names different: declaration 'id' definition 'resource_id'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sel.h:59:44: note: Function 'oa_soap_clear_sel' argument 2 names different: declaration 'id' definition 'resource_id'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sel.c:144:43: note: Function 'oa_soap_clear_sel' argument 2 names different: declaration 'id' definition 'resource_id'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sel.c:220:48: style: Function 'oa_soap_sel_state_set' argument 2 names different: declaration 'id' definition 'resource_id'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sel.h:74:48: note: Function 'oa_soap_sel_state_set' argument 2 names different: declaration 'id' definition 'resource_id'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sel.c:220:48: note: Function 'oa_soap_sel_state_set' argument 2 names different: declaration 'id' definition 'resource_id'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:1649:9: style: Variable 'rpt' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:1645:0: note: Variable 'rpt' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:1649:9: note: Variable 'rpt' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:2432:4: style: Variable 'sensor->DataFormat.Range.Max.Value.SensorFloat64' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:2426:4: note: Variable 'sensor->DataFormat.Range.Max.Value.SensorFloat64' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:2432:4: note: Variable 'sensor->DataFormat.Range.Max.Value.SensorFloat64' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:146:53: style: Function 'oa_soap_get_sensor_reading' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:263:52: note: Function 'oa_soap_get_sensor_reading' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:146:53: note: Function 'oa_soap_get_sensor_reading' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:266:55: style: Function 'oa_soap_get_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:269:55: note: Function 'oa_soap_get_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:266:55: note: Function 'oa_soap_get_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:267:63: style: Function 'oa_soap_get_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:270:63: note: Function 'oa_soap_get_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:267:63: note: Function 'oa_soap_get_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:347:55: style: Function 'oa_soap_set_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:274:55: note: Function 'oa_soap_set_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:347:55: note: Function 'oa_soap_set_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:348:69: style: Function 'oa_soap_set_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:275:69: note: Function 'oa_soap_set_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:348:69: note: Function 'oa_soap_set_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:383:51: style: Function 'oa_soap_get_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:289:51: note: Function 'oa_soap_get_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:383:51: note: Function 'oa_soap_get_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:466:51: style: Function 'oa_soap_set_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:294:51: note: Function 'oa_soap_set_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:466:51: note: Function 'oa_soap_set_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:590:58: style: Function 'oa_soap_get_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:279:58: note: Function 'oa_soap_get_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:590:58: note: Function 'oa_soap_get_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:670:58: style: Function 'oa_soap_set_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:284:58: note: Function 'oa_soap_set_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:670:58: note: Function 'oa_soap_set_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:763:56: style: Function 'oa_soap_get_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:299:56: note: Function 'oa_soap_get_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:763:56: note: Function 'oa_soap_get_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:851:56: style: Function 'oa_soap_set_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:305:56: note: Function 'oa_soap_set_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:851:56: note: Function 'oa_soap_set_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:852:68: style: Function 'oa_soap_set_sensor_event_masks' argument 4 names different: declaration 'act' definition 'action'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:306:68: note: Function 'oa_soap_set_sensor_event_masks' argument 4 names different: declaration 'act' definition 'action'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:852:68: note: Function 'oa_soap_set_sensor_event_masks' argument 4 names different: declaration 'act' definition 'action'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:1017:44: style: Function 'update_sensor_rdr' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:312:44: note: Function 'update_sensor_rdr' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:1017:44: note: Function 'update_sensor_rdr' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:1019:64: style: Function 'update_sensor_rdr' argument 5 names different: declaration 'data' definition 'sensor_data'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:314:64: note: Function 'update_sensor_rdr' argument 5 names different: declaration 'data' definition 'sensor_data'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:1019:64: note: Function 'update_sensor_rdr' argument 5 names different: declaration 'data' definition 'sensor_data'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:1996:26: style: Function 'oa_soap_proc_sen_evt' argument 3 names different: declaration 'sen_num' definition 'sensor_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:360:26: note: Function 'oa_soap_proc_sen_evt' argument 3 names different: declaration 'sen_num' definition 'sensor_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:1996:26: note: Function 'oa_soap_proc_sen_evt' argument 3 names different: declaration 'sen_num' definition 'sensor_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:2185:26: style: Function 'oa_soap_proc_mem_evt' argument 3 names different: declaration 'sen_num' definition 'sensor_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.h:367:26: note: Function 'oa_soap_proc_mem_evt' argument 3 names different: declaration 'sen_num' definition 'sensor_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_sensor.c:2185:26: note: Function 'oa_soap_proc_mem_evt' argument 3 names different: declaration 'sen_num' definition 'sensor_num'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_server_event.c:1572:20: warning: Either the condition 'fwVersion!=NULL' is redundant or there is possible null pointer dereference: fwVersion. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/oa_soap/oa_soap_server_event.c:1591:23: note: Assuming that condition 'fwVersion!=NULL' is not redundant
openhpi-3.8.0/plugins/oa_soap/oa_soap_server_event.c:1572:20: note: Null pointer dereference
openhpi-3.8.0/plugins/oa_soap/oa_soap_server_event.c:1577:27: warning: Either the condition 'fwVersion!=NULL' is redundant or there is possible null pointer dereference: fwVersion. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/oa_soap/oa_soap_server_event.c:1591:23: note: Assuming that condition 'fwVersion!=NULL' is not redundant
openhpi-3.8.0/plugins/oa_soap/oa_soap_server_event.c:1577:27: note: Null pointer dereference
openhpi-3.8.0/plugins/oa_soap/oa_soap_server_event.c:369:4: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/oa_soap/oa_soap_server_event.c:360:25: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_server_event.c:369:4: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_utils.c:650:17: style: Variable 'rdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/oa_soap/oa_soap_utils.c:649:17: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_utils.c:650:17: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/oa_soap/oa_soap_utils.c:214:29: style: Function 'get_oa_state' argument 2 names different: declaration 'ip' definition 'server'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/oa_soap/oa_soap_utils.h:59:29: note: Function 'get_oa_state' argument 2 names different: declaration 'ip' definition 'server'.
openhpi-3.8.0/plugins/oa_soap/oa_soap_utils.c:214:29: note: Function 'get_oa_state' argument 2 names different: declaration 'ip' definition 'server'.
openhpi-3.8.0/plugins/ov_rest/ov_rest.c:231:9: style: Variable 'handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest.c:228:0: note: Variable 'handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest.c:231:9: note: Variable 'handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest.c:232:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest.c:229:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest.c:232:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.c:249:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.c:241:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.c:249:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.c:304:2: style: Variable 'con' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.c:299:0: note: Variable 'con' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.c:304:2: note: Variable 'con' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.c:607:66: style: Function 'rest_put_request' argument 3 names different: declaration 'postField' definition 'postFields'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.h:80:68: note: Function 'rest_put_request' argument 3 names different: declaration 'postField' definition 'postFields'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.c:607:66: note: Function 'rest_put_request' argument 3 names different: declaration 'postField' definition 'postFields'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.c:666:68: style: Function 'rest_patch_request' argument 3 names different: declaration 'postField' definition 'postFields'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.h:81:68: note: Function 'rest_patch_request' argument 3 names different: declaration 'postField' definition 'postFields'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_callsupport.c:666:68: note: Function 'rest_patch_request' argument 3 names different: declaration 'postField' definition 'postFields'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_control.c:139:53: style: Function 'ov_rest_get_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_control.h:55:53: note: Function 'ov_rest_get_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_control.c:139:53: note: Function 'ov_rest_get_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_control.c:270:53: style: Function 'ov_rest_set_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_control.h:61:53: note: Function 'ov_rest_set_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_control.c:270:53: note: Function 'ov_rest_set_control_state' argument 2 names different: declaration 'rid' definition 'resource_id'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1629:42: warning: Either the condition 'oh_handler==NULL' is redundant or there is possible null pointer dereference: handler. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1631:24: note: Assuming that condition 'oh_handler==NULL' is not redundant
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1628:12: note: Assignment 'handler=(struct oh_handler_state*)oh_handler', assigned value is 0
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1629:42: note: Null pointer dereference
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:78:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:72:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:78:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:118:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:112:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:118:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:163:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:156:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:163:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:213:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:207:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:213:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:264:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:258:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:264:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:312:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:306:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:312:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:361:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:355:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:361:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:829:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:823:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:829:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:879:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:872:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:879:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1369:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1361:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1369:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1423:9: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1417:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1423:9: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1472:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1466:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1472:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1516:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1510:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1516:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1628:2: style: Variable 'handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1623:0: note: Variable 'handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1628:2: note: Variable 'handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1629:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1624:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1629:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1905:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1895:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1905:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:3266:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:3257:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:3266:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:3684:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:3682:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:3684:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4281:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4269:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4281:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4725:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4716:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4725:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:5780:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:5770:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:5780:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6214:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6203:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6214:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6618:9: style: Variable 'sensor' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6614:0: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6618:9: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6643:9: style: Variable 'sensor_info' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6615:0: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6643:9: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6697:9: style: Variable 'sensor' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6692:0: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6697:9: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6716:9: style: Variable 'sensor_info' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6693:0: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6716:9: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6778:9: style: Variable 'sensor' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6773:0: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6778:9: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6797:9: style: Variable 'sensor_info' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6774:0: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6797:9: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6859:9: style: Variable 'sensor' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6854:0: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6859:9: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6878:9: style: Variable 'sensor_info' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6855:0: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6878:9: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6940:9: style: Variable 'sensor' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6935:0: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6940:9: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6959:9: style: Variable 'sensor_info' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6936:0: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6959:9: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7016:9: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7014:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7016:9: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7071:9: style: Variable 'sensor' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7066:0: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7071:9: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7090:9: style: Variable 'sensor_info' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7067:0: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7090:9: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7154:9: style: Variable 'sensor' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7149:0: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7154:9: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7173:9: style: Variable 'sensor_info' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7150:0: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7173:9: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7237:9: style: Variable 'sensor' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7232:0: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7237:9: note: Variable 'sensor' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7256:9: style: Variable 'sensor_info' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7233:0: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7256:9: note: Variable 'sensor_info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:401:7: style: The scope of the variable 'sso_url' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:402:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:591:6: style: The scope of the variable 'arraylen' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:591:20: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6694:13: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6775:13: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6856:13: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:6937:13: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7068:13: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7151:13: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:7234:13: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1757:59: style: Function 'discover_ov_rest_system' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.h:378:59: note: Function 'discover_ov_rest_system' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1757:59: note: Function 'discover_ov_rest_system' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:3254:62: style: Function 'ov_rest_discover_enclosure' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.h:384:62: note: Function 'ov_rest_discover_enclosure' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:3254:62: note: Function 'ov_rest_discover_enclosure' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:3858:65: style: Function 'build_discovered_server_rpt' argument 2 names different: declaration 'info_result' definition 'response'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.h:270:30: note: Function 'build_discovered_server_rpt' argument 2 names different: declaration 'info_result' definition 'response'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:3858:65: note: Function 'build_discovered_server_rpt' argument 2 names different: declaration 'info_result' definition 'response'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4265:59: style: Function 'ov_rest_discover_server' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.h:386:59: note: Function 'ov_rest_discover_server' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4265:59: note: Function 'ov_rest_discover_server' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4552:65: style: Function 'build_discovered_drive_enclosure_rpt' argument 2 names different: declaration 'info_result' definition 'response'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.h:335:44: note: Function 'build_discovered_drive_enclosure_rpt' argument 2 names different: declaration 'info_result' definition 'response'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4552:65: note: Function 'build_discovered_drive_enclosure_rpt' argument 2 names different: declaration 'info_result' definition 'response'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4712:68: style: Function 'ov_rest_discover_drive_enclosure' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.h:388:68: note: Function 'ov_rest_discover_drive_enclosure' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:4712:68: note: Function 'ov_rest_discover_drive_enclosure' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:5105:69: style: Function 'ov_rest_discover_sas_interconnect' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.h:393:6: note: Function 'ov_rest_discover_sas_interconnect' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:5105:69: note: Function 'ov_rest_discover_sas_interconnect' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:5271:65: style: Function 'ov_rest_discover_interconnect' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.h:390:65: note: Function 'ov_rest_discover_interconnect' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:5271:65: note: Function 'ov_rest_discover_interconnect' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:2104:3: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:3502:17: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:5554:16: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:5993:16: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:447:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1958:9: error: Uninitialized variable: resource_id [uninitvar]
openhpi-3.8.0/plugins/ov_rest/ov_rest_discover.c:1963:30: error: Uninitialized variable: resource_id [uninitvar]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:133:9: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:129:0: note: Variable 'temp' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:133:9: note: Variable 'temp' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:687:9: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:672:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:687:9: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1245:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1240:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1245:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1436:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1426:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1436:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1437:2: style: Variable 'conn' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1431:0: note: Variable 'conn' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1437:2: note: Variable 'conn' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:205:6: style: The scope of the variable 'bayNumber' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:205:21: style: The scope of the variable 'len' can be reduced. [variableScope]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:203:39: style: Function 'ov_rest_get_baynumber' argument 1 names different: declaration 'path' definition 'resourceID'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.h:62:39: note: Function 'ov_rest_get_baynumber' argument 1 names different: declaration 'path' definition 'resourceID'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:203:39: note: Function 'ov_rest_get_baynumber' argument 1 names different: declaration 'path' definition 'resourceID'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:668:53: style: Function 'oem_event_handler' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.h:90:53: note: Function 'oem_event_handler' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:668:53: note: Function 'oem_event_handler' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1788:40: style: Function 'ov_rest_event_thread' argument 1 names different: declaration 'ov_handler' definition 'ov_pointer'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.h:63:40: note: Function 'ov_rest_event_thread' argument 1 names different: declaration 'ov_handler' definition 'ov_pointer'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1788:40: note: Function 'ov_rest_event_thread' argument 1 names different: declaration 'ov_handler' definition 'ov_pointer'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1300:3: error: Resource leak: fp [resourceLeak]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1320:3: error: Resource leak: fp [resourceLeak]
openhpi-3.8.0/plugins/ov_rest/ov_rest_event.c:1349:3: error: Resource leak: fp [resourceLeak]
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:89:9: style: Variable 'enc_rpt' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:85:0: note: Variable 'enc_rpt' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:89:9: note: Variable 'enc_rpt' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:92:9: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:83:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:92:9: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:274:9: style: Variable 'rpt' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:270:0: note: Variable 'rpt' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:274:9: note: Variable 'rpt' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:264:54: style: Function 'ov_rest_remove_fan' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.h:52:54: note: Function 'ov_rest_remove_fan' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:264:54: note: Function 'ov_rest_remove_fan' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_fan_event.c:303:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:554:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:548:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:554:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:178:71: style: Function 'ov_rest_proc_interconnect_inserted' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:47:58: note: Function 'ov_rest_proc_interconnect_inserted' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:178:71: note: Function 'ov_rest_proc_interconnect_inserted' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:392:30: style: Function 'ov_rest_proc_interconnect_add_complete' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:50:58: note: Function 'ov_rest_proc_interconnect_add_complete' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:392:30: note: Function 'ov_rest_proc_interconnect_add_complete' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:540:70: style: Function 'ov_rest_proc_interconnect_removed' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:52:69: note: Function 'ov_rest_proc_interconnect_removed' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:540:70: note: Function 'ov_rest_proc_interconnect_removed' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:628:66: style: Function 'process_interconnect_power_off_task' argument 1 names different: declaration 'handler' definition 'oh_handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:57:72: note: Function 'process_interconnect_power_off_task' argument 1 names different: declaration 'handler' definition 'oh_handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:628:66: note: Function 'process_interconnect_power_off_task' argument 1 names different: declaration 'handler' definition 'oh_handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:629:59: style: Function 'process_interconnect_power_off_task' argument 2 names different: declaration 'event' definition 'ov_event'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:58:51: note: Function 'process_interconnect_power_off_task' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:629:59: note: Function 'process_interconnect_power_off_task' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:797:66: style: Function 'process_interconnect_power_on_task' argument 1 names different: declaration 'handler' definition 'oh_handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:59:71: note: Function 'process_interconnect_power_on_task' argument 1 names different: declaration 'handler' definition 'oh_handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:797:66: note: Function 'process_interconnect_power_on_task' argument 1 names different: declaration 'handler' definition 'oh_handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:798:59: style: Function 'process_interconnect_power_on_task' argument 2 names different: declaration 'event' definition 'ov_event'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:60:51: note: Function 'process_interconnect_power_on_task' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:798:59: note: Function 'process_interconnect_power_on_task' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:960:6: style: Function 'ov_rest_proc_switch_status_change' argument 1 names different: declaration 'handler' definition 'oh_handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:61:70: note: Function 'ov_rest_proc_switch_status_change' argument 1 names different: declaration 'handler' definition 'oh_handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:960:6: note: Function 'ov_rest_proc_switch_status_change' argument 1 names different: declaration 'handler' definition 'oh_handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:960:36: style: Function 'ov_rest_proc_switch_status_change' argument 2 names different: declaration 'event' definition 'ov_event'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:62:51: note: Function 'ov_rest_proc_switch_status_change' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:960:36: note: Function 'ov_rest_proc_switch_status_change' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:1165:59: style: Function 'ov_rest_proc_interconnect_fault' argument 2 names different: declaration 'event' definition 'oh_event'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:64:60: note: Function 'ov_rest_proc_interconnect_fault' argument 2 names different: declaration 'event' definition 'oh_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:1165:59: note: Function 'ov_rest_proc_interconnect_fault' argument 2 names different: declaration 'event' definition 'oh_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:1432:66: style: Function 'process_interconnect_reset_task' argument 1 names different: declaration 'handler' definition 'oh_handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:67:68: note: Function 'process_interconnect_reset_task' argument 1 names different: declaration 'handler' definition 'oh_handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:1432:66: note: Function 'process_interconnect_reset_task' argument 1 names different: declaration 'handler' definition 'oh_handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:1433:59: style: Function 'process_interconnect_reset_task' argument 2 names different: declaration 'event' definition 'ov_event'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.h:68:51: note: Function 'process_interconnect_reset_task' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:1433:59: note: Function 'process_interconnect_reset_task' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_interconnect_event.c:151:7: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1095:5: warning: Either the condition 'partNumber==NULL' is redundant or there is possible null pointer dereference: partNumber. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1094:18: note: Assuming that condition 'partNumber==NULL' is not redundant
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1095:5: note: Null pointer dereference
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1283:4: style: Variable 'head_field' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1282:4: note: Variable 'head_field' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1283:4: note: Variable 'head_field' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:275:58: style: Function 'ov_rest_build_server_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:198:32: note: Function 'ov_rest_build_server_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:275:58: note: Function 'ov_rest_build_server_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:475:58: style: Function 'ov_rest_build_drive_enclosure_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:210:60: note: Function 'ov_rest_build_drive_enclosure_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:475:58: note: Function 'ov_rest_build_drive_enclosure_inv_rdr' argument 4 names different: declaration 'pinv' definition 'inventory'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:857:55: style: Function 'ov_rest_add_product_area' argument 1 names different: declaration 'parea' definition 'area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:230:55: note: Function 'ov_rest_add_product_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:857:55: note: Function 'ov_rest_add_product_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:966:55: style: Function 'ov_rest_add_chassis_area' argument 1 names different: declaration 'parea' definition 'area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:235:55: note: Function 'ov_rest_add_chassis_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:966:55: note: Function 'ov_rest_add_chassis_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1074:53: style: Function 'ov_rest_add_board_area' argument 1 names different: declaration 'parea' definition 'area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:240:53: note: Function 'ov_rest_add_board_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1074:53: note: Function 'ov_rest_add_board_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1183:56: style: Function 'ov_rest_add_internal_area' argument 1 names different: declaration 'parea' definition 'area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:245:56: note: Function 'ov_rest_add_internal_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1183:56: note: Function 'ov_rest_add_internal_area' argument 1 names different: declaration 'parea' definition 'area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1335:51: style: Function 'ov_rest_idr_area_add' argument 1 names different: declaration 'area_ptr' definition 'head_area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:252:52: note: Function 'ov_rest_idr_area_add' argument 1 names different: declaration 'area_ptr' definition 'head_area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1335:51: note: Function 'ov_rest_idr_area_add' argument 1 names different: declaration 'area_ptr' definition 'head_area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1337:43: style: Function 'ov_rest_idr_area_add' argument 3 names different: declaration 'return_area' definition 'area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:254:44: note: Function 'ov_rest_idr_area_add' argument 3 names different: declaration 'return_area' definition 'area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1337:43: note: Function 'ov_rest_idr_area_add' argument 3 names different: declaration 'return_area' definition 'area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1492:54: style: Function 'ov_rest_idr_field_add' argument 1 names different: declaration 'field_ptr' definition 'ov_field'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:269:54: note: Function 'ov_rest_idr_field_add' argument 1 names different: declaration 'field_ptr' definition 'ov_field'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1492:54: note: Function 'ov_rest_idr_field_add' argument 1 names different: declaration 'field_ptr' definition 'ov_field'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1493:41: style: Function 'ov_rest_idr_field_add' argument 2 names different: declaration 'field' definition 'hpi_field'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:270:41: note: Function 'ov_rest_idr_field_add' argument 2 names different: declaration 'field' definition 'hpi_field'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1493:41: note: Function 'ov_rest_idr_field_add' argument 2 names different: declaration 'field' definition 'hpi_field'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1583:5: style: Function 'ov_rest_fetch_idr_area_header' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:263:71: note: Function 'ov_rest_fetch_idr_area_header' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1583:5: note: Function 'ov_rest_fetch_idr_area_header' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1708:55: style: Function 'ov_rest_idr_field_update' argument 1 names different: declaration 'field_ptr' definition 'ov_field'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:281:55: note: Function 'ov_rest_idr_field_update' argument 1 names different: declaration 'field_ptr' definition 'ov_field'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1708:55: note: Function 'ov_rest_idr_field_update' argument 1 names different: declaration 'field_ptr' definition 'ov_field'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1777:65: style: Function 'ov_rest_fetch_idr_field' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:284:65: note: Function 'ov_rest_fetch_idr_field' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1777:65: note: Function 'ov_rest_fetch_idr_field' argument 1 names different: declaration 'inv_ptr' definition 'inventory_info'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1974:54: style: Function 'ov_rest_idr_area_delete' argument 1 names different: declaration 'area_ptr' definition 'head_area'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:260:54: note: Function 'ov_rest_idr_area_delete' argument 1 names different: declaration 'area_ptr' definition 'head_area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:1974:54: note: Function 'ov_rest_idr_area_delete' argument 1 names different: declaration 'area_ptr' definition 'head_area'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2155:56: style: Function 'ov_rest_idr_field_delete' argument 1 names different: declaration 'field_ptr' definition 'ov_field'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:278:56: note: Function 'ov_rest_idr_field_delete' argument 1 names different: declaration 'field_ptr' definition 'ov_field'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2155:56: note: Function 'ov_rest_idr_field_delete' argument 1 names different: declaration 'field_ptr' definition 'ov_field'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2227:43: style: Function 'ov_rest_get_idr_info' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:119:43: note: Function 'ov_rest_get_idr_info' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2227:43: note: Function 'ov_rest_get_idr_info' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2303:50: style: Function 'ov_rest_get_idr_area_header' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:124:49: note: Function 'ov_rest_get_idr_area_header' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2303:50: note: Function 'ov_rest_get_idr_area_header' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2307:59: style: Function 'ov_rest_get_idr_area_header' argument 7 names different: declaration 'area_header' definition 'header'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:128:58: note: Function 'ov_rest_get_idr_area_header' argument 7 names different: declaration 'area_header' definition 'header'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2307:59: note: Function 'ov_rest_get_idr_area_header' argument 7 names different: declaration 'area_header' definition 'header'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2410:43: style: Function 'ov_rest_add_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:132:43: note: Function 'ov_rest_add_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2410:43: note: Function 'ov_rest_add_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2656:43: style: Function 'ov_rest_del_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:144:43: note: Function 'ov_rest_del_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2656:43: note: Function 'ov_rest_del_idr_area' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2754:44: style: Function 'ov_rest_get_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:149:44: note: Function 'ov_rest_get_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2754:44: note: Function 'ov_rest_get_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2867:44: style: Function 'ov_rest_add_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:158:44: note: Function 'ov_rest_add_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:2867:44: note: Function 'ov_rest_add_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:3142:44: style: Function 'ov_rest_set_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:168:44: note: Function 'ov_rest_set_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:3142:44: note: Function 'ov_rest_set_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:3270:44: style: Function 'ov_rest_del_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.h:173:44: note: Function 'ov_rest_del_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:3270:44: note: Function 'ov_rest_del_idr_field' argument 3 names different: declaration 'idr_id' definition 'idr'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:175:3: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:376:3: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:585:3: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_inventory.c:797:3: style: Variable 'area_count' is modified but its new value is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:542:5: style: Variable 'temp2' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:541:0: note: Variable 'temp2' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:542:5: note: Variable 'temp2' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:1082:2: style: Variable 'jvalue' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:1079:0: note: Variable 'jvalue' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:1082:2: note: Variable 'jvalue' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:84:45: style: Function 'ov_rest_json_parse_server' argument 1 names different: declaration 'jobj' definition 'jvalue'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1181:45: note: Function 'ov_rest_json_parse_server' argument 1 names different: declaration 'jobj' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:84:45: note: Function 'ov_rest_json_parse_server' argument 1 names different: declaration 'jobj' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:85:32: style: Function 'ov_rest_json_parse_server' argument 2 names different: declaration 'response' definition 'servInfo'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1182:31: note: Function 'ov_rest_json_parse_server' argument 2 names different: declaration 'response' definition 'servInfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:85:32: note: Function 'ov_rest_json_parse_server' argument 2 names different: declaration 'response' definition 'servInfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:183:54: style: Function 'ov_rest_json_parse_drive_enclosure' argument 1 names different: declaration 'jobj' definition 'jvalue'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1183:54: note: Function 'ov_rest_json_parse_drive_enclosure' argument 1 names different: declaration 'jobj' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:183:54: note: Function 'ov_rest_json_parse_drive_enclosure' argument 1 names different: declaration 'jobj' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:184:33: style: Function 'ov_rest_json_parse_drive_enclosure' argument 2 names different: declaration 'response' definition 'drvInfo'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1184:31: note: Function 'ov_rest_json_parse_drive_enclosure' argument 2 names different: declaration 'response' definition 'drvInfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:184:33: note: Function 'ov_rest_json_parse_drive_enclosure' argument 2 names different: declaration 'response' definition 'drvInfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:293:68: style: Function 'ov_rest_trim_alert_string' argument 2 names different: declaration 'response' definition 'evtinfo'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1169:68: note: Function 'ov_rest_trim_alert_string' argument 2 names different: declaration 'response' definition 'evtinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:293:68: note: Function 'ov_rest_trim_alert_string' argument 2 names different: declaration 'response' definition 'evtinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:371:70: style: Function 'ov_rest_json_parse_events' argument 2 names different: declaration 'response' definition 'evtinfo'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1202:70: note: Function 'ov_rest_json_parse_events' argument 2 names different: declaration 'response' definition 'evtinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:371:70: note: Function 'ov_rest_json_parse_events' argument 2 names different: declaration 'response' definition 'evtinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:394:23: style: Function 'ov_rest_json_parse_alerts_utility' argument 2 names different: declaration 'response' definition 'evtinfo'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1204:24: note: Function 'ov_rest_json_parse_alerts_utility' argument 2 names different: declaration 'response' definition 'evtinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:394:23: note: Function 'ov_rest_json_parse_alerts_utility' argument 2 names different: declaration 'response' definition 'evtinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:473:70: style: Function 'ov_rest_json_parse_alerts' argument 2 names different: declaration 'response' definition 'evtinfo'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1205:70: note: Function 'ov_rest_json_parse_alerts' argument 2 names different: declaration 'response' definition 'evtinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:473:70: note: Function 'ov_rest_json_parse_alerts' argument 2 names different: declaration 'response' definition 'evtinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:496:69: style: Function 'ov_rest_json_parse_tasks' argument 2 names different: declaration 'response' definition 'evtinfo'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1206:69: note: Function 'ov_rest_json_parse_tasks' argument 2 names different: declaration 'response' definition 'evtinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:496:69: note: Function 'ov_rest_json_parse_tasks' argument 2 names different: declaration 'response' definition 'evtinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:575:52: style: Function 'ov_rest_json_parse_interconnect' argument 1 names different: declaration 'jobj' definition 'jvalue'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1185:52: note: Function 'ov_rest_json_parse_interconnect' argument 1 names different: declaration 'jobj' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:575:52: note: Function 'ov_rest_json_parse_interconnect' argument 1 names different: declaration 'jobj' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:576:31: style: Function 'ov_rest_json_parse_interconnect' argument 2 names different: declaration 'response' definition 'intinfo'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1186:29: note: Function 'ov_rest_json_parse_interconnect' argument 2 names different: declaration 'response' definition 'intinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:576:31: note: Function 'ov_rest_json_parse_interconnect' argument 2 names different: declaration 'response' definition 'intinfo'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:696:26: style: Function 'ov_rest_json_parse_certificate' argument 2 names different: declaration 'response' definition 'certs'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1171:25: note: Function 'ov_rest_json_parse_certificate' argument 2 names different: declaration 'response' definition 'certs'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:696:26: note: Function 'ov_rest_json_parse_certificate' argument 2 names different: declaration 'response' definition 'certs'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:769:57: style: Function 'ov_rest_json_parse_appliance_version' argument 1 names different: declaration 'jarray' definition 'jobj'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1175:57: note: Function 'ov_rest_json_parse_appliance_version' argument 1 names different: declaration 'jarray' definition 'jobj'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:769:57: note: Function 'ov_rest_json_parse_appliance_version' argument 1 names different: declaration 'jarray' definition 'jobj'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:1128:55: style: Function 'ov_rest_json_parse_enc_device_bays' argument 1 names different: declaration 'jarray' definition 'jvalue'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1196:55: note: Function 'ov_rest_json_parse_enc_device_bays' argument 1 names different: declaration 'jarray' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:1128:55: note: Function 'ov_rest_json_parse_enc_device_bays' argument 1 names different: declaration 'jarray' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:1161:56: style: Function 'ov_rest_json_parse_enc_manager_bays' argument 1 names different: declaration 'jarray' definition 'jvalue'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1198:56: note: Function 'ov_rest_json_parse_enc_manager_bays' argument 1 names different: declaration 'jarray' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:1161:56: note: Function 'ov_rest_json_parse_enc_manager_bays' argument 1 names different: declaration 'jarray' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:1198:49: style: Function 'ov_rest_json_parse_enclosure' argument 1 names different: declaration 'jobj' definition 'jvalue'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.h:1187:49: note: Function 'ov_rest_json_parse_enclosure' argument 1 names different: declaration 'jobj' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:1198:49: note: Function 'ov_rest_json_parse_enclosure' argument 1 names different: declaration 'jobj' definition 'jvalue'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:326:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:328:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:330:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:333:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:335:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openhpi-3.8.0/plugins/ov_rest/ov_rest_parser_calls.c:337:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openhpi-3.8.0/plugins/ov_rest/ov_rest_power.c:66:2: style: Variable 'prevUrl' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_power.c:63:0: note: Variable 'prevUrl' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_power.c:66:2: note: Variable 'prevUrl' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:228:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:220:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:228:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:229:2: style: Variable 'composer' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:225:0: note: Variable 'composer' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:229:2: note: Variable 'composer' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:590:9: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:582:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:590:9: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1178:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1172:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1178:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1303:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1291:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1303:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1456:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1449:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1456:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1911:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1906:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1911:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2237:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2228:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2237:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2384:2: style: Variable 'enc_rpt' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2381:0: note: Variable 'enc_rpt' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2384:2: note: Variable 'enc_rpt' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2388:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2377:0: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2388:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2546:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2536:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2546:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:1651:7: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_re_discover.c:2506:7: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sel.c:147:43: style: Function 'ov_rest_clear_sel' argument 2 names different: declaration 'id' definition 'resource_id'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sel.h:62:44: note: Function 'ov_rest_clear_sel' argument 2 names different: declaration 'id' definition 'resource_id'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sel.c:147:43: note: Function 'ov_rest_clear_sel' argument 2 names different: declaration 'id' definition 'resource_id'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sel.c:223:48: style: Function 'ov_rest_sel_state_set' argument 2 names different: declaration 'id' definition 'resource_id'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sel.h:77:48: note: Function 'ov_rest_sel_state_set' argument 2 names different: declaration 'id' definition 'resource_id'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sel.c:223:48: note: Function 'ov_rest_sel_state_set' argument 2 names different: declaration 'id' definition 'resource_id'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:126:53: style: Function 'ov_rest_get_sensor_reading' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:204:52: note: Function 'ov_rest_get_sensor_reading' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:126:53: note: Function 'ov_rest_get_sensor_reading' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:242:55: style: Function 'ov_rest_get_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:210:55: note: Function 'ov_rest_get_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:242:55: note: Function 'ov_rest_get_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:243:63: style: Function 'ov_rest_get_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:211:63: note: Function 'ov_rest_get_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:243:63: note: Function 'ov_rest_get_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:326:55: style: Function 'ov_rest_set_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:215:55: note: Function 'ov_rest_set_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:326:55: note: Function 'ov_rest_set_sensor_thresholds' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:327:69: style: Function 'ov_rest_set_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:216:69: note: Function 'ov_rest_set_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:327:69: note: Function 'ov_rest_set_sensor_thresholds' argument 4 names different: declaration 'thres' definition 'threshold'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:363:51: style: Function 'ov_rest_get_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:230:51: note: Function 'ov_rest_get_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:363:51: note: Function 'ov_rest_get_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:449:51: style: Function 'ov_rest_set_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:235:51: note: Function 'ov_rest_set_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:449:51: note: Function 'ov_rest_set_sensor_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:551:58: style: Function 'ov_rest_get_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:220:58: note: Function 'ov_rest_get_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:551:58: note: Function 'ov_rest_get_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:634:58: style: Function 'ov_rest_set_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:225:58: note: Function 'ov_rest_set_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:634:58: note: Function 'ov_rest_set_sensor_event_enable' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:732:56: style: Function 'ov_rest_get_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:240:56: note: Function 'ov_rest_get_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:732:56: note: Function 'ov_rest_get_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:823:56: style: Function 'ov_rest_set_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:246:56: note: Function 'ov_rest_set_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:823:56: note: Function 'ov_rest_set_sensor_event_masks' argument 3 names different: declaration 'num' definition 'rdr_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:824:68: style: Function 'ov_rest_set_sensor_event_masks' argument 4 names different: declaration 'act' definition 'action'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:247:68: note: Function 'ov_rest_set_sensor_event_masks' argument 4 names different: declaration 'act' definition 'action'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:824:68: note: Function 'ov_rest_set_sensor_event_masks' argument 4 names different: declaration 'act' definition 'action'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:1345:26: style: Function 'ov_rest_proc_sen_evt' argument 3 names different: declaration 'sen_num' definition 'sensor_num'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.h:301:26: note: Function 'ov_rest_proc_sen_evt' argument 3 names different: declaration 'sen_num' definition 'sensor_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_sensor.c:1345:26: note: Function 'ov_rest_proc_sen_evt' argument 3 names different: declaration 'sen_num' definition 'sensor_num'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:716:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:704:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:716:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:1146:2: style: Variable 'ov_handler' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:1137:0: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:1146:2: note: Variable 'ov_handler' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:87:58: style: Function 'process_server_power_on_event' argument 2 names different: declaration 'event' definition 'ov_event'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.h:47:58: note: Function 'process_server_power_on_event' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:87:58: note: Function 'process_server_power_on_event' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:267:58: style: Function 'process_server_power_off_event' argument 2 names different: declaration 'event' definition 'ov_event'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.h:49:58: note: Function 'process_server_power_off_event' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:267:58: note: Function 'process_server_power_off_event' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:1133:63: style: Function 'ov_rest_proc_blade_removed' argument 1 names different: declaration 'oh_handler' definition 'handler'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.h:56:63: note: Function 'ov_rest_proc_blade_removed' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:1133:63: note: Function 'ov_rest_proc_blade_removed' argument 1 names different: declaration 'oh_handler' definition 'handler'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:1234:59: style: Function 'ov_rest_proc_server_status' argument 2 names different: declaration 'event' definition 'ov_event'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.h:69:56: note: Function 'ov_rest_proc_server_status' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:1234:59: note: Function 'ov_rest_proc_server_status' argument 2 names different: declaration 'event' definition 'ov_event'.
openhpi-3.8.0/plugins/ov_rest/ov_rest_server_event.c:1107:7: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/ov_rest/ov_rest_utils.c:638:2: style: Variable 'idr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/ov_rest/ov_rest_utils.c:635:0: note: Variable 'idr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/ov_rest/ov_rest_utils.c:638:2: note: Variable 'idr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/rtas/rtas_discover.c:86:17: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/rtas/rtas_discover.c:84:17: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/rtas/rtas_discover.c:86:17: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/rtas/rtas_discover.c:109:57: style: Function 'rtas_discover_sensors' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/rtas/rtas_discover.h:60:57: note: Function 'rtas_discover_sensors' argument 1 names different: declaration 'handle' definition 'h'.
openhpi-3.8.0/plugins/rtas/rtas_discover.c:109:57: note: Function 'rtas_discover_sensors' argument 1 names different: declaration 'handle' definition 'h'.
openhpi-3.8.0/plugins/rtas/rtas_discover.c:110:49: style: Function 'rtas_discover_sensors' argument 2 names different: declaration 'res_oh_event' definition 'e'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/rtas/rtas_discover.h:61:49: note: Function 'rtas_discover_sensors' argument 2 names different: declaration 'res_oh_event' definition 'e'.
openhpi-3.8.0/plugins/rtas/rtas_discover.c:110:49: note: Function 'rtas_discover_sensors' argument 2 names different: declaration 'res_oh_event' definition 'e'.
openhpi-3.8.0/plugins/rtas/rtas_discover.c:616:59: style: Function 'rtas_discover_inventory' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/rtas/rtas_discover.h:63:59: note: Function 'rtas_discover_inventory' argument 1 names different: declaration 'handle' definition 'h'.
openhpi-3.8.0/plugins/rtas/rtas_discover.c:616:59: note: Function 'rtas_discover_inventory' argument 1 names different: declaration 'handle' definition 'h'.
openhpi-3.8.0/plugins/rtas/rtas_discover.c:617:51: style: Function 'rtas_discover_inventory' argument 2 names different: declaration 'res_oh_event' definition 'e'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/rtas/rtas_discover.h:64:51: note: Function 'rtas_discover_inventory' argument 2 names different: declaration 'res_oh_event' definition 'e'.
openhpi-3.8.0/plugins/rtas/rtas_discover.c:617:51: note: Function 'rtas_discover_inventory' argument 2 names different: declaration 'res_oh_event' definition 'e'.
openhpi-3.8.0/plugins/rtas/rtas_power.c:33:23: style: The scope of the variable 'rc' can be reduced. [variableScope]
openhpi-3.8.0/plugins/rtas/rtas_sensor.c:134:15: style: Expression '(X & 0xfffffff0) == 0x26ac' is always false. [comparisonError]
openhpi-3.8.0/plugins/simulator/sim_dimi.c:26:9: style: Variable 'rdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_dimi.c:22:0: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_dimi.c:26:9: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_dimi.c:46:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_dimi.c:24:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_dimi.c:46:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_fumi.c:26:9: style: Variable 'rdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_fumi.c:22:0: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_fumi.c:26:9: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_fumi.c:45:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_fumi.c:24:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_fumi.c:45:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_hotswap.c:26:29: style: Function 'sim_get_hotswap_state' argument 3 names different: declaration 'state' definition 'hsstate'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_hotswap.h:21:26: note: Function 'sim_get_hotswap_state' argument 3 names different: declaration 'state' definition 'hsstate'.
openhpi-3.8.0/plugins/simulator/sim_hotswap.c:26:29: note: Function 'sim_get_hotswap_state' argument 3 names different: declaration 'state' definition 'hsstate'.
openhpi-3.8.0/plugins/simulator/sim_hotswap.c:73:28: style: Function 'sim_set_hotswap_state' argument 3 names different: declaration 'state' definition 'hsstate'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_hotswap.h:25:25: note: Function 'sim_set_hotswap_state' argument 3 names different: declaration 'state' definition 'hsstate'.
openhpi-3.8.0/plugins/simulator/sim_hotswap.c:73:28: note: Function 'sim_set_hotswap_state' argument 3 names different: declaration 'state' definition 'hsstate'.
openhpi-3.8.0/plugins/simulator/sim_hotswap.c:223:30: style: Function 'sim_get_indicator_state' argument 3 names different: declaration 'state' definition 'ind_state'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_hotswap.h:33:30: note: Function 'sim_get_indicator_state' argument 3 names different: declaration 'state' definition 'ind_state'.
openhpi-3.8.0/plugins/simulator/sim_hotswap.c:223:30: note: Function 'sim_get_indicator_state' argument 3 names different: declaration 'state' definition 'ind_state'.
openhpi-3.8.0/plugins/simulator/sim_hotswap.c:260:29: style: Function 'sim_set_indicator_state' argument 3 names different: declaration 'state' definition 'ind_state'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_hotswap.h:37:29: note: Function 'sim_set_indicator_state' argument 3 names different: declaration 'state' definition 'ind_state'.
openhpi-3.8.0/plugins/simulator/sim_hotswap.c:260:29: note: Function 'sim_set_indicator_state' argument 3 names different: declaration 'state' definition 'ind_state'.
openhpi-3.8.0/plugins/simulator/sim_init.c:266:2: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_init.c:264:0: note: Variable 'resource' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_init.c:266:2: note: Variable 'resource' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_injector.c:58:9: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_injector.c:55:0: note: Variable 'state' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_injector.c:58:9: note: Variable 'state' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_injector.c:57:15: style: The scope of the variable 'handler_name' can be reduced. [variableScope]
openhpi-3.8.0/plugins/simulator/sim_injector.c:219:42: style: Function 'sim_inject_ext_event' argument 4 names different: declaration 'rdr' definition 'rdre'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_injector.h:38:21: note: Function 'sim_inject_ext_event' argument 4 names different: declaration 'rdr' definition 'rdre'.
openhpi-3.8.0/plugins/simulator/sim_injector.c:219:42: note: Function 'sim_inject_ext_event' argument 4 names different: declaration 'rdr' definition 'rdre'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:47:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_inventory.c:26:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:47:2: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:162:51: style: Function 'sim_get_idr_info' argument 2 names different: declaration 'ResourceId' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_inventory.h:57:37: note: Function 'sim_get_idr_info' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:162:51: note: Function 'sim_get_idr_info' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:202:59: style: Function 'sim_get_idr_area_header' argument 2 names different: declaration 'ResourceId' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_inventory.h:62:45: note: Function 'sim_get_idr_area_header' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:202:59: note: Function 'sim_get_idr_area_header' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:288:52: style: Function 'sim_add_idr_area' argument 2 names different: declaration 'ResourceId' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_inventory.h:70:38: note: Function 'sim_add_idr_area' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:288:52: note: Function 'sim_add_idr_area' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:348:50: style: Function 'sim_del_idr_area' argument 2 names different: declaration 'ResourceId' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_inventory.h:76:36: note: Function 'sim_del_idr_area' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:348:50: note: Function 'sim_del_idr_area' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:416:51: style: Function 'sim_get_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_inventory.h:81:37: note: Function 'sim_get_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:416:51: note: Function 'sim_get_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:541:53: style: Function 'sim_add_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_inventory.h:90:39: note: Function 'sim_add_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:541:53: note: Function 'sim_add_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:627:53: style: Function 'sim_set_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_inventory.h:95:39: note: Function 'sim_set_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:627:53: note: Function 'sim_set_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:713:53: style: Function 'sim_del_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_inventory.h:100:46: note: Function 'sim_del_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_inventory.c:713:53: note: Function 'sim_del_idr_field' argument 2 names different: declaration 'ResourceId' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_power.c:21:27: style: Function 'sim_get_power_state' argument 3 names different: declaration 'state' definition 'pwrstate'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_power.h:21:27: note: Function 'sim_get_power_state' argument 3 names different: declaration 'state' definition 'pwrstate'.
openhpi-3.8.0/plugins/simulator/sim_power.c:21:27: note: Function 'sim_get_power_state' argument 3 names different: declaration 'state' definition 'pwrstate'.
openhpi-3.8.0/plugins/simulator/sim_power.c:50:26: style: Function 'sim_set_power_state' argument 3 names different: declaration 'state' definition 'pwrstate'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_power.h:25:26: note: Function 'sim_set_power_state' argument 3 names different: declaration 'state' definition 'pwrstate'.
openhpi-3.8.0/plugins/simulator/sim_power.c:50:26: note: Function 'sim_set_power_state' argument 3 names different: declaration 'state' definition 'pwrstate'.
openhpi-3.8.0/plugins/simulator/sim_sensors.c:28:9: style: Variable 'rdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_sensors.c:24:0: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_sensors.c:28:9: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_sensors.c:29:9: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_sensors.c:25:0: note: Variable 'info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_sensors.c:29:9: note: Variable 'info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_sensors.c:46:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_sensors.c:26:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_sensors.c:46:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:28:9: style: Variable 'rdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:24:0: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:28:9: note: Variable 'rdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:40:9: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:25:0: note: Variable 'info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:40:9: note: Variable 'info' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:44:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:26:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:44:2: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:160:53: style: Function 'sim_get_watchdog_info' argument 2 names different: declaration 'id' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_watchdog.h:33:28: note: Function 'sim_get_watchdog_info' argument 2 names different: declaration 'id' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:160:53: note: Function 'sim_get_watchdog_info' argument 2 names different: declaration 'id' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:199:53: style: Function 'sim_set_watchdog_info' argument 2 names different: declaration 'id' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_watchdog.h:38:28: note: Function 'sim_set_watchdog_info' argument 2 names different: declaration 'id' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:199:53: note: Function 'sim_set_watchdog_info' argument 2 names different: declaration 'id' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:238:50: style: Function 'sim_reset_watchdog' argument 2 names different: declaration 'id' definition 'rid'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/simulator/sim_watchdog.h:43:25: note: Function 'sim_reset_watchdog' argument 2 names different: declaration 'id' definition 'rid'.
openhpi-3.8.0/plugins/simulator/sim_watchdog.c:238:50: note: Function 'sim_reset_watchdog' argument 2 names different: declaration 'id' definition 'rid'.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_000.c:32:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_000.c:30:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_000.c:32:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_001.c:32:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_001.c:30:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_001.c:32:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_002.c:34:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_002.c:32:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_002.c:34:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_003.c:38:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_003.c:34:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_003.c:38:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_003.c:36:13: style: The scope of the variable 'rdrctr' can be reduced. [variableScope]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_004.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_004.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_004.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_005.c:48:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_005.c:46:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_005.c:48:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_006.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_006.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_006.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_007.c:48:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_007.c:46:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_007.c:48:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_008.c:48:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_008.c:46:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_008.c:48:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_009.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_009.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_009.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_010.c:48:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_010.c:46:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_010.c:48:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_011.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_011.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_011.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_012.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_012.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_012.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_013.c:48:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_013.c:46:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_013.c:48:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_014.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_014.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_014.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_015.c:51:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_015.c:49:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_015.c:51:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_016.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_016.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_016.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_017.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_017.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_017.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_018.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_018.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_018.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_019.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_019.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_019.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_020.c:48:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_020.c:46:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_020.c:48:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_021.c:50:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_021.c:48:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_021.c:50:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_022.c:50:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_022.c:48:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_022.c:50:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_023.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_023.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_023.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_024.c:48:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_024.c:46:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_024.c:48:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_025.c:48:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_025.c:46:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_025.c:48:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_026.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_026.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_026.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_027.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_027.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_027.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_028.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_028.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_028.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_029.c:48:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_029.c:46:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_029.c:48:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_030.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_030.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_030.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_031.c:48:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_031.c:46:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_031.c:48:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_032.c:51:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_032.c:49:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_032.c:51:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_033.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_033.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_033.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_034.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_034.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_034.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_035.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_035.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_035.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_036.c:48:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_036.c:46:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_036.c:48:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_037.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_037.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_037.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_038.c:50:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_038.c:48:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_038.c:50:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_039.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_039.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_039.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_040.c:49:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_040.c:47:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_040.c:49:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_041.c:50:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_041.c:48:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_041.c:50:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_042.c:50:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_042.c:48:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_042.c:50:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_043.c:50:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_043.c:48:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_043.c:50:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_044.c:50:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_044.c:48:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_044.c:50:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_045.c:35:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/simulator/t/sim_sanity_045.c:28:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/simulator/t/sim_sanity_045.c:35:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/slave/handler.cpp:161:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
openhpi-3.8.0/plugins/slave/handler.h:53:10: style: Technically the member function 'Slave::cHandler::WaitForDiscovery' can be const. [functionConst]
openhpi-3.8.0/plugins/slave/handler.cpp:110:16: note: Technically the member function 'Slave::cHandler::WaitForDiscovery' can be const.
openhpi-3.8.0/plugins/slave/handler.h:53:10: note: Technically the member function 'Slave::cHandler::WaitForDiscovery' can be const.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_control.c:225:6: style: The scope of the variable 'value' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.c:208:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.c:199:4: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.c:208:4: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.c:161:13: style: The scope of the variable 'rdrptr' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.c:251:13: style: The scope of the variable 'rdrptr' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.c:322:13: style: The scope of the variable 'rdrptr' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.c:515:6: style: The scope of the variable 'j' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.c:388:101: style: Function 'snmp_bc_create_resourcetag' argument 3 names different: declaration 'location' definition 'loc'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.h:46:30: note: Function 'snmp_bc_create_resourcetag' argument 3 names different: declaration 'location' definition 'loc'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.c:388:101: note: Function 'snmp_bc_create_resourcetag' argument 3 names different: declaration 'location' definition 'loc'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.c:511:12: style: Function 'snmp_bc_mod_sensor_ep' argument 2 names different: declaration 'sensor_array' definition 'sensor_array_in'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.h:59:17: note: Function 'snmp_bc_mod_sensor_ep' argument 2 names different: declaration 'sensor_array' definition 'sensor_array_in'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.c:511:12: note: Function 'snmp_bc_mod_sensor_ep' argument 2 names different: declaration 'sensor_array' definition 'sensor_array_in'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:776:35: style: Condition 'media_tray_installed>=10' is always true [knownConditionTrueFalse]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:783:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:780:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:783:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:888:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:885:18: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:888:4: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1020:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1017:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1020:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1153:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1150:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1153:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1511:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1508:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1511:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1820:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1817:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1820:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1883:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1880:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1883:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2090:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2087:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2090:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2143:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2140:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2143:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2351:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2348:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2351:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2405:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2402:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2405:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2614:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2611:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2614:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2677:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2674:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2677:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2886:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2883:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2886:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2949:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2946:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2949:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:3425:4: style: Variable 'strparts' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:3421:0: note: Variable 'strparts' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:3425:4: note: Variable 'strparts' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:3478:4: style: Variable 'strparts' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:3474:0: note: Variable 'strparts' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:3478:4: note: Variable 'strparts' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4077:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4074:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4077:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4576:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4573:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4576:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4659:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4656:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4659:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4738:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4735:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4738:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4826:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4823:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4826:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4912:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4909:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4912:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4991:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4988:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4991:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5015:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5009:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5015:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5054:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5051:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5054:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5114:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5111:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5114:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5181:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5178:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5181:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5252:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5250:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5252:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5329:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5326:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5329:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1449:19: style: The scope of the variable 'e' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1450:23: style: The scope of the variable 'res_info_ptr' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:3178:13: style: The scope of the variable 'rdr' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:3179:21: style: The scope of the variable 'sinfo' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:3614:8: style: The scope of the variable 'root_tuple' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:3604:21: style: Function 'snmp_bc_rediscover' argument 2 names different: declaration 'event' definition 'working_event'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover.h:29:21: note: Function 'snmp_bc_rediscover' argument 2 names different: declaration 'event' definition 'working_event'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:3604:21: note: Function 'snmp_bc_rediscover' argument 2 names different: declaration 'event' definition 'working_event'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:917:10: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:1902:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2162:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2424:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2696:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:2968:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:4031:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5015:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5073:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5134:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5206:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_bc.c:5278:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:84:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:81:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:84:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:153:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:150:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:153:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:224:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:221:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:224:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:294:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:291:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_discover_rsa.c:294:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:999:9: warning: Either the condition 'root_str==NULL' is redundant or there is possible null pointer dereference: root_str. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:1003:15: note: Assuming that condition 'root_str==NULL' is not redundant
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:999:9: note: Null pointer dereference
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:604:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:601:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:604:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:1543:9: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:1535:0: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:1543:9: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:152:8: style: The scope of the variable 'normalized_str' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:248:8: style: The scope of the variable 'normalized_str' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:1136:13: style: The scope of the variable 'rdr' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:824:29: style: Function 'snmp_bc_findevent4dupstr' argument 2 names different: declaration 'dupstrhash_data' definition 'strhash_data'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:49:31: note: Function 'snmp_bc_findevent4dupstr' argument 2 names different: declaration 'dupstrhash_data' definition 'strhash_data'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:824:29: note: Function 'snmp_bc_findevent4dupstr' argument 2 names different: declaration 'dupstrhash_data' definition 'strhash_data'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:153:8: style: Variable 'hash_existing_key' is not assigned a value. [unassignedVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:153:28: style: Variable 'hash_value' is not assigned a value. [unassignedVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:249:8: style: Variable 'hash_existing_key' is not assigned a value. [unassignedVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:249:28: style: Variable 'hash_value' is not assigned a value. [unassignedVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:410:2: warning: The buffer 'search_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:417:3: warning: The buffer 'search_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:472:4: warning: The buffer 'search_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:480:3: warning: The buffer 'search_str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:836:2: warning: The buffer 'dupstr' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:877:4: warning: The buffer 'dupstr' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:176:32: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_event.c:273:42: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_inventory.c:727:9: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_inventory.c:722:2: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_inventory.c:727:9: note: Variable 'rv' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:405:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:403:34: note: outer condition: vars
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:405:32: note: identical inner condition: vars
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:45:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:42:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:45:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:379:8: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:376:8: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:379:8: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:517:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:509:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:517:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:258:19: style: The scope of the variable 'pdu' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:263:22: style: The scope of the variable 'status' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:658:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:973:14: style: The scope of the variable 'level' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:800:33: style: Function 'snmp_bc_sel_read_add' argument 3 names different: declaration 'sid' definition 'current'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.h:60:33: note: Function 'snmp_bc_sel_read_add' argument 3 names different: declaration 'sid' definition 'current'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:800:33: note: Function 'snmp_bc_sel_read_add' argument 3 names different: declaration 'sid' definition 'current'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:381:27: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sel.c:1115:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sensor.c:979:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sensor.c:978:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sensor.c:979:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sensor.c:1075:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sensor.c:1074:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sensor.c:1075:2: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sensor.c:405:9: style: The scope of the variable 'root_tuple' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sensor.c:1175:21: style: The scope of the variable 'sinfo' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sensor.c:1318:21: style: The scope of the variable 'sinfo' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sensor.c:1764:10: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_sensor.c:1864:10: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_session.c:47:26: style: The scope of the variable 'version' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_session.c:47:36: style: The scope of the variable 'sec_level' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_session.c:48:4: style: The scope of the variable 'authtype' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_session.c:48:22: style: The scope of the variable 'pass' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_session.c:48:29: style: The scope of the variable 'community' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_session.c:49:4: style: The scope of the variable 'context_name' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_session.c:49:19: style: The scope of the variable 'count_per_getbulk' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_session.c:50:4: style: The scope of the variable 'privacy_passwd' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_session.c:50:21: style: The scope of the variable 'privacy_protocol' can be reduced. [variableScope]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_utils.c:264:2: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_utils.c:262:0: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_utils.c:264:2: note: Variable 'e' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_utils.c:345:14: style: Function 'snmp_bc_extend_ep' argument 3 names different: declaration 'interposer_intalled_mask' definition 'interposer_install_mask'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_utils.h:31:14: note: Function 'snmp_bc_extend_ep' argument 3 names different: declaration 'interposer_intalled_mask' definition 'interposer_install_mask'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_utils.c:345:14: note: Function 'snmp_bc_extend_ep' argument 3 names different: declaration 'interposer_intalled_mask' definition 'interposer_install_mask'.
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_xml2event.c:65:17: warning: Possible null pointer dereference: err [nullPointer]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_xml2event.c:60:15: note: Assignment 'err=NULL', assigned value is 0
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_xml2event.c:65:17: note: Null pointer dereference
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_xml2event.c:93:25: warning: Either the condition 'err!=NULL' is redundant or there is possible null pointer dereference: err. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_xml2event.c:88:25: note: Assuming that condition 'err!=NULL' is not redundant
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_xml2event.c:93:25: note: Null pointer dereference
openhpi-3.8.0/plugins/snmp_bc/snmp_bc_xml2event.c:56:17: error: Uninitialized variable: err [uninitvar]
openhpi-3.8.0/plugins/snmp_bc/t/sim_file.c:212:2: error: Used file that is not opened. [useClosedFile]
openhpi-3.8.0/plugins/snmp_bc/t/sim_resources.c:392:0: error: Syntax error in #if [preprocessorErrorDirective]
openhpi-3.8.0/plugins/snmp_bc/t/tsetup.c:204:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/t/tsetup.c:200:0: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/t/tsetup.c:204:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/t/tcontrol_parms.c:77:2: style: Variable 'act' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/snmp_bc/t/tcontrol_parms.c:63:2: note: Variable 'act' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/t/tcontrol_parms.c:77:2: note: Variable 'act' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/snmp_bc/t/tcontrol_parms.c:115:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tcontrolfailover.c:118:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tel002.c:63:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tel003.c:61:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tel004.c:61:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tel006.c:92:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tel007.c:89:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/thotswap-mhs001.c:155:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/thotswap001.c:154:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tinv002.c:88:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tpower001.c:127:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/treset001.c:127:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsensorget004.c:67:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsensorget005.c:68:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsensorget031.c:79:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsensorget033.c:64:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsensorget036.c:89:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsensorget040.c:66:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsensorset001.c:80:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsensorset005.c:80:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsensorset009.c:82:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsensorset019.c:87:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsensorset020.c:67:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tset_resource_sev.c:92:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tset_resource_tag.c:97:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/snmp_bc/t/tsnmp_bc_getset.c:127:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:646:13: warning: Either the condition 'tmprdr' is redundant or there is possible null pointer dereference: tmprdr. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:642:64: note: Assuming that condition 'tmprdr' is not redundant
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:646:13: note: Null pointer dereference
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:725:13: warning: Either the condition 'tmprdr' is redundant or there is possible null pointer dereference: tmprdr. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:721:64: note: Assuming that condition 'tmprdr' is not redundant
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:725:13: note: Null pointer dereference
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:900:13: warning: Either the condition 'tmprdr' is redundant or there is possible null pointer dereference: tmprdr. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:896:64: note: Assuming that condition 'tmprdr' is not redundant
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:900:13: note: Null pointer dereference
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:972:13: warning: Either the condition 'tmprdr' is redundant or there is possible null pointer dereference: tmprdr. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:968:64: note: Assuming that condition 'tmprdr' is not redundant
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:972:13: note: Null pointer dereference
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:1023:13: warning: Either the condition 'tmprdr' is redundant or there is possible null pointer dereference: tmprdr. [nullPointerRedundantCheck]
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:1019:64: note: Assuming that condition 'tmprdr' is not redundant
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:1023:13: note: Null pointer dereference
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:762:2: style: Variable 'sysattr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:760:2: note: Variable 'sysattr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:762:2: note: Variable 'sysattr' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:137:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:138:19: style: The scope of the variable 'r' can be reduced. [variableScope]
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:853:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:264:0: error: Memory leak: s [memleak]
openhpi-3.8.0/plugins/sysfs/sysfs2hpi.c:522:0: error: Memory leak: e [memleak]
openhpi-3.8.0/plugins/test_agent/instrument.h:53:18: style: The function 'BeforeVisibilityChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:60:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/instrument.h:53:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/instrument.h:54:18: style: The function 'AfterVisibilityChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:61:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/instrument.h:54:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/instrument.h:55:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:66:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/instrument.h:55:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/instrument.h:56:18: style: The function 'AfterVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:68:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/instrument.h:56:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/annunciator.h:63:18: style: The function 'GetNewNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:62:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/annunciator.h:63:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/annunciator.h:64:18: style: The function 'CreateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:63:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/annunciator.h:64:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/annunciator.h:65:18: style: The function 'RemoveChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:64:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/annunciator.h:65:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/annunciator.h:67:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:55:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/annunciator.h:67:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/annunciator.h:76:32: style: The function 'RequiredResourceCap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:80:32: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/annunciator.h:76:32: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/area.h:83:18: style: The function 'GetNewNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:62:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/area.h:83:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/area.h:84:18: style: The function 'CreateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:63:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/area.h:84:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/area.h:85:18: style: The function 'RemoveChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:64:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/area.h:85:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/area.h:87:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:66:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/area.h:87:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/area.h:88:18: style: The function 'AfterVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:68:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/area.h:88:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/bank.h:83:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:66:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/bank.h:83:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/bank.h:84:18: style: The function 'AfterVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:68:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/bank.h:84:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/bank.h:93:18: style: The function 'TimerEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/timers.h:37:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/bank.h:93:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/control.h:49:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:55:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/control.h:49:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/control.h:50:18: style: The function 'AfterVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:56:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/control.h:50:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/control.h:59:18: style: The function 'UpdateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:68:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/control.h:59:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/control.h:64:32: style: The function 'RequiredResourceCap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:80:32: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/control.h:64:32: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/dimi.h:57:18: style: The function 'GetNB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:59:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/dimi.h:57:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/dimi.h:58:18: style: The function 'GetNewNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:62:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/dimi.h:58:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/dimi.h:59:18: style: The function 'CreateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:63:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/dimi.h:59:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/dimi.h:60:18: style: The function 'RemoveChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:64:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/dimi.h:60:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/dimi.h:70:32: style: The function 'RequiredResourceCap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:80:32: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/dimi.h:70:32: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/fumi.h:64:18: style: The function 'GetNB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:59:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/fumi.h:64:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/fumi.h:65:18: style: The function 'GetNewNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:62:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/fumi.h:65:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/fumi.h:66:18: style: The function 'CreateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:63:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/fumi.h:66:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/fumi.h:67:18: style: The function 'RemoveChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:64:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/fumi.h:67:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/fumi.h:69:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:55:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/fumi.h:69:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/fumi.h:73:18: style: The function 'UpdateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:68:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/fumi.h:73:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/fumi.h:83:32: style: The function 'RequiredResourceCap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:80:32: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/fumi.h:83:32: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/console.h:89:18: style: The function 'WelcomeUser' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/server.h:71:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/console.h:89:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/console.h:90:18: style: The function 'ProcessUserLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/server.h:72:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/console.h:90:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/handler.h:83:18: style: The function 'GetNewNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:62:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/handler.h:83:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/handler.h:84:18: style: The function 'CreateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:63:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/handler.h:84:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/handler.h:85:18: style: The function 'RemoveChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:64:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/handler.h:85:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/handler.h:87:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:66:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/handler.h:87:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/inventory.h:63:18: style: The function 'GetNewNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:62:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/inventory.h:63:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/inventory.h:64:18: style: The function 'CreateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:63:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/inventory.h:64:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/inventory.h:65:18: style: The function 'RemoveChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:64:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/inventory.h:65:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/inventory.h:67:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:55:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/inventory.h:67:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/inventory.h:68:18: style: The function 'AfterVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:56:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/inventory.h:68:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/inventory.h:77:32: style: The function 'RequiredResourceCap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:80:32: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/inventory.h:77:32: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/log.h:78:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:66:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/log.h:78:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/log.h:79:18: style: The function 'AfterVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:68:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/log.h:79:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/resource.h:95:18: style: The function 'BeforeVisibilityChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:60:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/resource.h:95:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/resource.h:96:18: style: The function 'AfterVisibilityChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:61:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/resource.h:96:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/resource.h:97:18: style: The function 'GetNewNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:62:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/resource.h:97:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/resource.h:98:18: style: The function 'CreateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:63:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/resource.h:98:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/resource.h:99:18: style: The function 'RemoveChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:64:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/resource.h:99:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/resource.h:101:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:66:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/resource.h:101:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/resource.h:102:18: style: The function 'BeforeVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:67:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/resource.h:102:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/resource.h:103:18: style: The function 'AfterVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:68:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/resource.h:103:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/resource.h:109:18: style: The function 'TimerEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/timers.h:37:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/resource.h:109:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/sensor.h:57:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:55:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/sensor.h:57:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/sensor.h:58:18: style: The function 'BeforeVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:67:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/sensor.h:58:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/sensor.h:59:18: style: The function 'AfterVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:56:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/sensor.h:59:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/sensor.h:68:18: style: The function 'UpdateRdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:68:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/sensor.h:68:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/sensor.h:73:32: style: The function 'RequiredResourceCap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:80:32: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/sensor.h:73:32: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/test.h:59:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:66:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/test.h:59:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/test.h:60:18: style: The function 'AfterVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:68:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/test.h:60:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/test.h:75:18: style: The function 'TimerEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/timers.h:37:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/test.h:75:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/watchdog.h:52:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:55:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/watchdog.h:52:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/watchdog.h:61:32: style: The function 'RequiredResourceCap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/instrument.h:80:32: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/watchdog.h:61:32: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/watchdog.h:68:18: style: The function 'TimerEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/timers.h:37:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/watchdog.h:68:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/abi.cpp:288:0: error: Memory leak: handler [memleak]
openhpi-3.8.0/plugins/test_agent/announcement.h:77:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:66:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/announcement.h:77:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/annunciator.cpp:207:61: style: Function 'GetAnnouncement' argument 2 names different: declaration 'a' definition 'data'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/test_agent/annunciator.h:51:70: note: Function 'GetAnnouncement' argument 2 names different: declaration 'a' definition 'data'.
openhpi-3.8.0/plugins/test_agent/annunciator.cpp:207:61: note: Function 'GetAnnouncement' argument 2 names different: declaration 'a' definition 'data'.
openhpi-3.8.0/plugins/test_agent/annunciator.cpp:225:65: style: Function 'GetNextAnnouncement' argument 3 names different: declaration 'a' definition 'data'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/test_agent/annunciator.h:54:55: note: Function 'GetNextAnnouncement' argument 3 names different: declaration 'a' definition 'data'.
openhpi-3.8.0/plugins/test_agent/annunciator.cpp:225:65: note: Function 'GetNextAnnouncement' argument 3 names different: declaration 'a' definition 'data'.
openhpi-3.8.0/plugins/test_agent/annunciator.cpp:272:61: style: Function 'AddAnnouncement' argument 1 names different: declaration 'a' definition 'data'. [funcArgNamesDifferent]
openhpi-3.8.0/plugins/test_agent/annunciator.h:56:51: note: Function 'AddAnnouncement' argument 1 names different: declaration 'a' definition 'data'.
openhpi-3.8.0/plugins/test_agent/annunciator.cpp:272:61: note: Function 'AddAnnouncement' argument 1 names different: declaration 'a' definition 'data'.
openhpi-3.8.0/plugins/test_agent/annunciator.cpp:107:10: style: Technically the member function 'TA::AnnouncementAck::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/annunciator.cpp:125:10: style: Technically the member function 'TA::AnnouncementDelete::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/area.h:76:14: style: Technically the member function 'TA::cArea::SetField' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/area.cpp:287:17: note: Technically the member function 'TA::cArea::SetField' can be const.
openhpi-3.8.0/plugins/test_agent/area.h:76:14: note: Technically the member function 'TA::cArea::SetField' can be const.
openhpi-3.8.0/plugins/test_agent/area.cpp:32:10: style: Technically the member function 'TA::FieldDeleter::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/field.h:67:18: style: The function 'GetVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:66:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/field.h:67:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/field.h:68:18: style: The function 'AfterVarSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openhpi-3.8.0/plugins/test_agent/object.h:68:18: note: Virtual function in base class
openhpi-3.8.0/plugins/test_agent/field.h:68:18: note: Function in derived class
openhpi-3.8.0/plugins/test_agent/codec.cpp:1036:14: style: The scope of the variable 'done' can be reduced. [variableScope]
openhpi-3.8.0/plugins/test_agent/console.cpp:117:11: warning: Member variable 'cConsole::m_quit' is not initialized in the constructor. [uninitMemberVar]
openhpi-3.8.0/plugins/test_agent/console.h:105:10: style: Technically the member function 'TA::cConsole::SendOK' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/console.cpp:432:16: note: Technically the member function 'TA::cConsole::SendOK' can be const.
openhpi-3.8.0/plugins/test_agent/console.h:105:10: note: Technically the member function 'TA::cConsole::SendOK' can be const.
openhpi-3.8.0/plugins/test_agent/console.h:106:10: style: Technically the member function 'TA::cConsole::SendERR' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/console.cpp:441:16: note: Technically the member function 'TA::cConsole::SendERR' can be const.
openhpi-3.8.0/plugins/test_agent/console.h:106:10: note: Technically the member function 'TA::cConsole::SendERR' can be const.
openhpi-3.8.0/plugins/test_agent/control.h:71:14: performance: Technically the member function 'TA::cControl::CheckStateStream' can be static. [functionStatic]
openhpi-3.8.0/plugins/test_agent/control.cpp:260:20: note: Technically the member function 'TA::cControl::CheckStateStream' can be static.
openhpi-3.8.0/plugins/test_agent/control.h:71:14: note: Technically the member function 'TA::cControl::CheckStateStream' can be static.
openhpi-3.8.0/plugins/test_agent/control.cpp:215:10: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
openhpi-3.8.0/plugins/test_agent/dimi.h:47:10: style: Technically the member function 'TA::cDimi::PostEvent' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/dimi.cpp:102:13: note: Technically the member function 'TA::cDimi::PostEvent' can be const.
openhpi-3.8.0/plugins/test_agent/dimi.h:47:10: note: Technically the member function 'TA::cDimi::PostEvent' can be const.
openhpi-3.8.0/plugins/test_agent/dimi.cpp:47:10: style: Technically the member function 'TA::TestDeleter::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/fumi.h:51:10: style: Technically the member function 'TA::cFumi::PostEvent' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/fumi.cpp:193:13: note: Technically the member function 'TA::cFumi::PostEvent' can be const.
openhpi-3.8.0/plugins/test_agent/fumi.h:51:10: note: Technically the member function 'TA::cFumi::PostEvent' can be const.
openhpi-3.8.0/plugins/test_agent/fumi.cpp:85:10: style: Technically the member function 'TA::BankDeleter::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/instrument.cpp:136:10: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
openhpi-3.8.0/plugins/test_agent/instruments.h:67:10: performance: Technically the member function 'TA::cInstruments::GetNewNames' can be static. [functionStatic]
openhpi-3.8.0/plugins/test_agent/instruments.cpp:225:20: note: Technically the member function 'TA::cInstruments::GetNewNames' can be static.
openhpi-3.8.0/plugins/test_agent/instruments.h:67:10: note: Technically the member function 'TA::cInstruments::GetNewNames' can be static.
openhpi-3.8.0/plugins/test_agent/instruments.cpp:41:0: style: Technically the member function 'TA :: Deleter < Controls >::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/instruments.cpp:41:0: style: Technically the member function 'TA :: Deleter < Sensors >::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/instruments.cpp:41:0: style: Technically the member function 'TA :: Deleter < Inventories >::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/instruments.cpp:41:0: style: Technically the member function 'TA :: Deleter < Watchdogs >::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/instruments.cpp:41:0: style: Technically the member function 'TA :: Deleter < Annunciators >::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/instruments.cpp:41:0: style: Technically the member function 'TA :: Deleter < Dimis >::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/instruments.cpp:41:0: style: Technically the member function 'TA :: Deleter < Fumis >::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/inventory.cpp:48:10: style: Technically the member function 'TA::AreaDeleter::operator()' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/resource.h:69:14: style: Technically the member function 'TA::cResource::ControlParm' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/resource.cpp:346:21: note: Technically the member function 'TA::cResource::ControlParm' can be const.
openhpi-3.8.0/plugins/test_agent/resource.h:69:14: note: Technically the member function 'TA::cResource::ControlParm' can be const.
openhpi-3.8.0/plugins/test_agent/resource.cpp:637:10: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
openhpi-3.8.0/plugins/test_agent/sensor.cpp:488:24: style: The scope of the variable 'range' can be reduced. [variableScope]
openhpi-3.8.0/plugins/test_agent/sensor.cpp:489:26: style: The scope of the variable 'thd' can be reduced. [variableScope]
openhpi-3.8.0/plugins/test_agent/sensor.cpp:243:5: performance: Variable 'm_enabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/test_agent/sensor.cpp:244:5: performance: Variable 'm_event_enabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/test_agent/sensor.cpp:245:5: performance: Variable 'm_states' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/test_agent/sensor.cpp:247:5: performance: Variable 'm_dmask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openhpi-3.8.0/plugins/test_agent/server.cpp:61:9: style: Variable 'cc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/plugins/test_agent/server.cpp:60:9: note: Variable 'cc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/test_agent/server.cpp:61:9: note: Variable 'cc' is reassigned a value before the old one has been used.
openhpi-3.8.0/plugins/test_agent/test.h:49:14: style: Technically the member function 'TA::cTest::GetReadiness' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/test.cpp:123:17: note: Technically the member function 'TA::cTest::GetReadiness' can be const.
openhpi-3.8.0/plugins/test_agent/test.h:49:14: note: Technically the member function 'TA::cTest::GetReadiness' can be const.
openhpi-3.8.0/plugins/test_agent/watchdog.h:73:10: style: Technically the member function 'TA::cWatchdog::PostEvent' can be const. [functionConst]
openhpi-3.8.0/plugins/test_agent/watchdog.cpp:215:17: note: Technically the member function 'TA::cWatchdog::PostEvent' can be const.
openhpi-3.8.0/plugins/test_agent/watchdog.h:73:10: note: Technically the member function 'TA::cWatchdog::PostEvent' can be const.
openhpi-3.8.0/plugins/watchdog/watchdog.c:211:6: style: The scope of the variable 'puid' can be reduced. [variableScope]
openhpi-3.8.0/snmp/snmp_utils.c:43:23: style: The scope of the variable 'session' can be reduced. [variableScope]
openhpi-3.8.0/snmp/snmp_utils.c:132:23: style: The scope of the variable 'session' can be reduced. [variableScope]
openhpi-3.8.0/snmp/snmp_utils.c:137:13: style: The scope of the variable 'status' can be reduced. [variableScope]
openhpi-3.8.0/snmp/snmp_utils.c:220:30: style: The scope of the variable 'session' can be reduced. [variableScope]
openhpi-3.8.0/snmp/snmp_utils.c:223:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/snmp/snmp_utils.c:334:31: style: The scope of the variable 'vars' can be reduced. [variableScope]
openhpi-3.8.0/snmp/snmp_utils.c:335:23: style: The scope of the variable 'session' can be reduced. [variableScope]
openhpi-3.8.0/snmp/snmp_utils.c:337:13: style: The scope of the variable 'status' can be reduced. [variableScope]
openhpi-3.8.0/ssl/oh_ssl.c:464:22: warning: Either the condition 'hostname==NULL' is redundant or there is possible null pointer dereference: hostname. [nullPointerRedundantCheck]
openhpi-3.8.0/ssl/oh_ssl.c:466:22: note: Assuming that condition 'hostname==NULL' is not redundant
openhpi-3.8.0/ssl/oh_ssl.c:464:22: note: Null pointer dereference
openhpi-3.8.0/ssl/oh_ssl.c:275:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openhpi-3.8.0/ssl/oh_ssl.c:818:25: style: The scope of the variable 'bytes' can be reduced. [variableScope]
openhpi-3.8.0/transport/strmsock.cpp:159:5: style: Variable 'cc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/transport/strmsock.cpp:158:5: note: Variable 'cc' is reassigned a value before the old one has been used.
openhpi-3.8.0/transport/strmsock.cpp:159:5: note: Variable 'cc' is reassigned a value before the old one has been used.
openhpi-3.8.0/transport/strmsock.cpp:391:23: style: The scope of the variable 'info' can be reduced. [variableScope]
openhpi-3.8.0/transport/strmsock.cpp:489:23: style: The scope of the variable 'info' can be reduced. [variableScope]
openhpi-3.8.0/transport/strmsock.cpp:332:58: style: Function 'CreateAttempt' argument 1 names different: declaration 'ainfo' definition 'info'. [funcArgNamesDifferent]
openhpi-3.8.0/transport/strmsock.h:125:49: note: Function 'CreateAttempt' argument 1 names different: declaration 'ainfo' definition 'info'.
openhpi-3.8.0/transport/strmsock.cpp:332:58: note: Function 'CreateAttempt' argument 1 names different: declaration 'ainfo' definition 'info'.
openhpi-3.8.0/transport/strmsock.cpp:452:64: style: Function 'CreateAttempt' argument 1 names different: declaration 'ainfo' definition 'info'. [funcArgNamesDifferent]
openhpi-3.8.0/transport/strmsock.h:168:49: note: Function 'CreateAttempt' argument 1 names different: declaration 'ainfo' definition 'info'.
openhpi-3.8.0/transport/strmsock.cpp:452:64: note: Function 'CreateAttempt' argument 1 names different: declaration 'ainfo' definition 'info'.
openhpi-3.8.0/transport/strmsock.cpp:506:64: style: Function 'CreateAttempt' argument 1 names different: declaration 'ainfo' definition 'info'. [funcArgNamesDifferent]
openhpi-3.8.0/transport/strmsock.h:191:49: note: Function 'CreateAttempt' argument 1 names different: declaration 'ainfo' definition 'info'.
openhpi-3.8.0/transport/strmsock.cpp:506:64: note: Function 'CreateAttempt' argument 1 names different: declaration 'ainfo' definition 'info'.
openhpi-3.8.0/transport/strmsock.h:159:10: performance: Technically the member function 'cClientStreamSock::EnableKeepAliveProbes' can be static. [functionStatic]
openhpi-3.8.0/transport/strmsock.cpp:408:25: note: Technically the member function 'cClientStreamSock::EnableKeepAliveProbes' can be static.
openhpi-3.8.0/transport/strmsock.h:159:10: note: Technically the member function 'cClientStreamSock::EnableKeepAliveProbes' can be static.
openhpi-3.8.0/utils/announcement_utils.c:112:50: style: Function 'oh_announcement_get' argument 3 names different: declaration 'myann' definition 'entry'. [funcArgNamesDifferent]
openhpi-3.8.0/utils/announcement_utils.h:52:50: note: Function 'oh_announcement_get' argument 3 names different: declaration 'myann' definition 'entry'.
openhpi-3.8.0/utils/announcement_utils.c:112:50: note: Function 'oh_announcement_get' argument 3 names different: declaration 'myann' definition 'entry'.
openhpi-3.8.0/utils/announcement_utils.c:202:66: style: Function 'oh_announcement_ack' argument 2 names different: declaration 'entry' definition 'srchid'. [funcArgNamesDifferent]
openhpi-3.8.0/utils/announcement_utils.h:55:66: note: Function 'oh_announcement_ack' argument 2 names different: declaration 'entry' definition 'srchid'.
openhpi-3.8.0/utils/announcement_utils.c:202:66: note: Function 'oh_announcement_ack' argument 2 names different: declaration 'entry' definition 'srchid'.
openhpi-3.8.0/utils/announcement_utils.c:243:66: style: Function 'oh_announcement_del' argument 2 names different: declaration 'entry' definition 'srchid'. [funcArgNamesDifferent]
openhpi-3.8.0/utils/announcement_utils.h:57:66: note: Function 'oh_announcement_del' argument 2 names different: declaration 'entry' definition 'srchid'.
openhpi-3.8.0/utils/announcement_utils.c:243:66: note: Function 'oh_announcement_del' argument 2 names different: declaration 'entry' definition 'srchid'.
openhpi-3.8.0/utils/epath_utils.c:672:23: style: Array index 'num_epe' is used before limits check. [arrayIndexThenCheck]
openhpi-3.8.0/utils/rpt_utils.c:873:9: style: Variable 'rptentry' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/rpt_utils.c:869:0: note: Variable 'rptentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/rpt_utils.c:873:9: note: Variable 'rptentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/rpt_utils.c:913:9: style: Variable 'rptentry' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/rpt_utils.c:909:0: note: Variable 'rptentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/rpt_utils.c:913:9: note: Variable 'rptentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/rpt_utils.c:937:9: style: Variable 'rptentry' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/rpt_utils.c:933:0: note: Variable 'rptentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/rpt_utils.c:937:9: note: Variable 'rptentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/rpt_utils.c:962:9: style: Variable 'rptentry' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/rpt_utils.c:958:0: note: Variable 'rptentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/rpt_utils.c:962:9: note: Variable 'rptentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/sahpi_enum_utils.c:490:27: error: Array 'language_strings[137]' accessed at index 137, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:482:2: note: After for loop, i has value 137
openhpi-3.8.0/utils/sahpi_enum_utils.c:490:27: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:566:27: error: Array 'texttype_strings[5]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:558:2: note: After for loop, i has value 5
openhpi-3.8.0/utils/sahpi_enum_utils.c:566:27: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:939:29: error: Array 'entitytype_strings[104]' accessed at index 104, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:931:2: note: After for loop, i has value 104
openhpi-3.8.0/utils/sahpi_enum_utils.c:939:29: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:1153:29: error: Array 'sensortype_strings[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:1145:2: note: After for loop, i has value 50
openhpi-3.8.0/utils/sahpi_enum_utils.c:1153:29: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:1226:36: error: Array 'sensorreadingtype_strings[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:1218:2: note: After for loop, i has value 4
openhpi-3.8.0/utils/sahpi_enum_utils.c:1226:36: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:1293:40: error: Array 'sensoreventmaskaction_strings[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:1285:2: note: After for loop, i has value 2
openhpi-3.8.0/utils/sahpi_enum_utils.c:1293:40: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:1627:30: error: Array 'sensorunits_strings[91]' accessed at index 91, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:1619:2: note: After for loop, i has value 91
openhpi-3.8.0/utils/sahpi_enum_utils.c:1627:30: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:1697:35: error: Array 'sensormodunituse_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:1689:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpi_enum_utils.c:1697:35: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:1767:34: error: Array 'sensoreventctrl_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:1759:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpi_enum_utils.c:1767:34: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:1846:27: error: Array 'ctrltype_strings[6]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:1838:2: note: After for loop, i has value 6
openhpi-3.8.0/utils/sahpi_enum_utils.c:1846:27: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:1919:35: error: Array 'ctrlstatedigital_strings[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:1911:2: note: After for loop, i has value 4
openhpi-3.8.0/utils/sahpi_enum_utils.c:1919:35: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:1986:27: error: Array 'ctrlmode_strings[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:1978:2: note: After for loop, i has value 2
openhpi-3.8.0/utils/sahpi_enum_utils.c:1986:27: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2098:33: error: Array 'ctrloutputtype_strings[17]' accessed at index 17, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2090:2: note: After for loop, i has value 17
openhpi-3.8.0/utils/sahpi_enum_utils.c:2098:33: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2177:30: error: Array 'idrareatype_strings[6]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2169:2: note: After for loop, i has value 6
openhpi-3.8.0/utils/sahpi_enum_utils.c:2177:30: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2271:31: error: Array 'idrfieldtype_strings[11]' accessed at index 11, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2263:2: note: After for loop, i has value 11
openhpi-3.8.0/utils/sahpi_enum_utils.c:2271:31: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2344:33: error: Array 'watchdogaction_strings[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2336:2: note: After for loop, i has value 4
openhpi-3.8.0/utils/sahpi_enum_utils.c:2344:33: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2420:38: error: Array 'watchdogactionevent_strings[5]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2412:2: note: After for loop, i has value 5
openhpi-3.8.0/utils/sahpi_enum_utils.c:2420:38: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2496:44: error: Array 'watchdogpretimerinterrupt_strings[5]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2488:2: note: After for loop, i has value 5
openhpi-3.8.0/utils/sahpi_enum_utils.c:2496:44: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2578:35: error: Array 'watchdogtimeruse_strings[7]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2570:2: note: After for loop, i has value 7
openhpi-3.8.0/utils/sahpi_enum_utils.c:2578:35: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2648:40: error: Array 'dimitestserviceimpact_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2640:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpi_enum_utils.c:2648:40: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2724:36: error: Array 'dimitestrunstatus_strings[5]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2716:2: note: After for loop, i has value 5
openhpi-3.8.0/utils/sahpi_enum_utils.c:2724:36: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2794:34: error: Array 'dimitesterrcode_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2786:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpi_enum_utils.c:2794:34: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2867:36: error: Array 'dimitestparamtype_strings[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2859:2: note: After for loop, i has value 4
openhpi-3.8.0/utils/sahpi_enum_utils.c:2867:36: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:2937:28: error: Array 'dimiready_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2929:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpi_enum_utils.c:2937:28: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3007:35: error: Array 'fumispecinfotype_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:2999:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpi_enum_utils.c:3007:35: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3071:39: error: Array 'fumisafdefinedspecid_strings[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3063:2: note: After for loop, i has value 1
openhpi-3.8.0/utils/sahpi_enum_utils.c:3071:39: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3141:36: error: Array 'fumiserviceimpact_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3133:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpi_enum_utils.c:3141:36: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3229:35: error: Array 'fumisourcestatus_strings[9]' accessed at index 9, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3221:2: note: After for loop, i has value 9
openhpi-3.8.0/utils/sahpi_enum_utils.c:3229:35: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3308:32: error: Array 'fumibankstate_strings[6]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3300:2: note: After for loop, i has value 6
openhpi-3.8.0/utils/sahpi_enum_utils.c:3308:32: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3468:36: error: Array 'fumiupgradestatus_strings[33]' accessed at index 33, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3460:2: note: After for loop, i has value 33
openhpi-3.8.0/utils/sahpi_enum_utils.c:3468:36: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3535:35: error: Array 'hsindicatorstate_strings[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3527:2: note: After for loop, i has value 2
openhpi-3.8.0/utils/sahpi_enum_utils.c:3535:35: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3602:27: error: Array 'hsaction_strings[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3594:2: note: After for loop, i has value 2
openhpi-3.8.0/utils/sahpi_enum_utils.c:3602:27: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3678:26: error: Array 'hsstate_strings[5]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3670:2: note: After for loop, i has value 5
openhpi-3.8.0/utils/sahpi_enum_utils.c:3678:26: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3769:39: error: Array 'hscauseofstatechange_strings[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3761:2: note: After for loop, i has value 10
openhpi-3.8.0/utils/sahpi_enum_utils.c:3769:39: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3851:27: error: Array 'severity_strings[7]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3843:2: note: After for loop, i has value 7
openhpi-3.8.0/utils/sahpi_enum_utils.c:3851:27: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3930:36: error: Array 'resourceeventtype_strings[6]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3922:2: note: After for loop, i has value 6
openhpi-3.8.0/utils/sahpi_enum_utils.c:3930:36: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:3997:34: error: Array 'domaineventtype_strings[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:3989:2: note: After for loop, i has value 2
openhpi-3.8.0/utils/sahpi_enum_utils.c:3997:34: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4067:30: error: Array 'sweventtype_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4059:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpi_enum_utils.c:4067:30: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4164:28: error: Array 'eventtype_strings[12]' accessed at index 12, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4156:2: note: After for loop, i has value 12
openhpi-3.8.0/utils/sahpi_enum_utils.c:4164:28: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4237:33: error: Array 'statuscondtype_strings[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4229:2: note: After for loop, i has value 4
openhpi-3.8.0/utils/sahpi_enum_utils.c:4237:33: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4307:34: error: Array 'annunciatormode_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4299:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpi_enum_utils.c:4307:34: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4389:34: error: Array 'annunciatortype_strings[7]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4381:2: note: After for loop, i has value 7
openhpi-3.8.0/utils/sahpi_enum_utils.c:4389:34: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4474:26: error: Array 'rdrtype_strings[8]' accessed at index 8, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4466:2: note: After for loop, i has value 8
openhpi-3.8.0/utils/sahpi_enum_utils.c:4474:26: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4544:29: error: Array 'parmaction_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4536:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpi_enum_utils.c:4544:29: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4617:30: error: Array 'resetaction_strings[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4609:2: note: After for loop, i has value 4
openhpi-3.8.0/utils/sahpi_enum_utils.c:4617:30: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4687:29: error: Array 'powerstate_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4679:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpi_enum_utils.c:4687:29: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4754:41: error: Array 'eventlogoverflowaction_strings[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4746:2: note: After for loop, i has value 2
openhpi-3.8.0/utils/sahpi_enum_utils.c:4754:41: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4887:24: error: Array 'error_strings[24]' accessed at index 24, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4879:2: note: After for loop, i has value 24
openhpi-3.8.0/utils/sahpi_enum_utils.c:4887:24: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_enum_utils.c:4990:32: error: Array 'eventcategory_strings[14]' accessed at index 14, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpi_enum_utils.c:4982:2: note: After for loop, i has value 14
openhpi-3.8.0/utils/sahpi_enum_utils.c:4990:32: note: Array index out of bounds
openhpi-3.8.0/utils/sahpi_event_utils.c:99:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/utils/sahpi_struct_utils.c:2773:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/sahpi_struct_utils.c:2770:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/sahpi_struct_utils.c:2773:9: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/sahpi_struct_utils.c:1515:75: style: Function 'oh_fprint_idrareaheader' argument 2 names different: declaration 'areaHeader' definition 'areaheader'. [funcArgNamesDifferent]
openhpi-3.8.0/utils/sahpi_struct_utils.h:140:75: note: Function 'oh_fprint_idrareaheader' argument 2 names different: declaration 'areaHeader' definition 'areaheader'.
openhpi-3.8.0/utils/sahpi_struct_utils.c:1515:75: note: Function 'oh_fprint_idrareaheader' argument 2 names different: declaration 'areaHeader' definition 'areaheader'.
openhpi-3.8.0/utils/sahpi_struct_utils.c:1559:63: style: Function 'oh_fprint_idrinfo' argument 2 names different: declaration 'idrInfo' definition 'idrinfo'. [funcArgNamesDifferent]
openhpi-3.8.0/utils/sahpi_struct_utils.h:137:63: note: Function 'oh_fprint_idrinfo' argument 2 names different: declaration 'idrInfo' definition 'idrinfo'.
openhpi-3.8.0/utils/sahpi_struct_utils.c:1559:63: note: Function 'oh_fprint_idrinfo' argument 2 names different: declaration 'idrInfo' definition 'idrinfo'.
openhpi-3.8.0/utils/sahpi_struct_utils.c:1847:65: style: Function 'oh_fprint_rptentry' argument 2 names different: declaration 'rptEntry' definition 'rptentry'. [funcArgNamesDifferent]
openhpi-3.8.0/utils/sahpi_struct_utils.h:143:65: note: Function 'oh_fprint_rptentry' argument 2 names different: declaration 'rptEntry' definition 'rptentry'.
openhpi-3.8.0/utils/sahpi_struct_utils.c:1847:65: note: Function 'oh_fprint_rptentry' argument 2 names different: declaration 'rptEntry' definition 'rptentry'.
openhpi-3.8.0/utils/sahpi_struct_utils.c:1931:55: style: Function 'oh_fprint_rdr' argument 2 names different: declaration 'rdrEntry' definition 'thisrdr'. [funcArgNamesDifferent]
openhpi-3.8.0/utils/sahpi_struct_utils.h:149:55: note: Function 'oh_fprint_rdr' argument 2 names different: declaration 'rdrEntry' definition 'thisrdr'.
openhpi-3.8.0/utils/sahpi_struct_utils.c:1931:55: note: Function 'oh_fprint_rdr' argument 2 names different: declaration 'rdrEntry' definition 'thisrdr'.
openhpi-3.8.0/utils/sahpi_struct_utils.c:3067:15: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/utils/sahpi_struct_utils.c:3133:15: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/utils/sahpi_wrappers.c:49:16: style: Variable 'thrd' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/sahpi_wrappers.c:45:0: note: Variable 'thrd' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/sahpi_wrappers.c:49:16: note: Variable 'thrd' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/sahpi_wrappers.c:80:16: style: Variable 'mutx' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/sahpi_wrappers.c:71:0: note: Variable 'mutx' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/sahpi_wrappers.c:80:16: note: Variable 'mutx' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:106:34: error: Array 'atcahpiledcolor_strings[9]' accessed at index 9, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:98:2: note: After for loop, i has value 9
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:106:34: note: Array index out of bounds
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:176:41: error: Array 'atcahpiresourceledmode_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:168:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:176:41: note: Array index out of bounds
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:246:38: error: Array 'atcahpiledbrsupport_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:238:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:246:38: note: Array index out of bounds
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:346:36: error: Array 'atcahpientitytype_strings[13]' accessed at index 13, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:338:2: note: After for loop, i has value 13
openhpi-3.8.0/utils/sahpiatca_enum_utils.c:346:36: note: Array index out of bounds
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:102:34: error: Array 'xtcahpiledcolor_strings[9]' accessed at index 9, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:94:2: note: After for loop, i has value 9
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:102:34: note: Array index out of bounds
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:172:41: error: Array 'xtcahpiresourceledmode_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:164:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:172:41: note: Array index out of bounds
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:242:38: error: Array 'xtcahpiledbrsupport_strings[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:234:2: note: After for loop, i has value 3
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:242:38: note: Array index out of bounds
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:339:36: error: Array 'xtcahpientitytype_strings[12]' accessed at index 12, which is out of bounds. [arrayIndexOutOfBounds]
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:331:2: note: After for loop, i has value 12
openhpi-3.8.0/utils/sahpixtca_enum_utils.c:339:36: note: Array index out of bounds
openhpi-3.8.0/utils/t/ann/ann_test_002.c:62:14: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/utils/t/ann/ann_test_003.c:65:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_003.c:62:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_003.c:65:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_003.c:68:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_003.c:65:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_003.c:68:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_003.c:68:14: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/utils/t/ann/ann_test_004.c:65:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_004.c:62:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_004.c:65:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_004.c:68:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_004.c:65:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_004.c:68:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_004.c:70:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_004.c:68:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_004.c:70:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_004.c:70:14: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/utils/t/ann/ann_test_006.c:65:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_006.c:62:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_006.c:65:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_006.c:68:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_006.c:65:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_006.c:68:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_006.c:70:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_006.c:68:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_006.c:70:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_007.c:65:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_007.c:62:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_007.c:65:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_007.c:68:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_007.c:65:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_007.c:68:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_007.c:70:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_007.c:68:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_007.c:70:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_008.c:65:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_008.c:62:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_008.c:65:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_008.c:68:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_008.c:65:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_008.c:68:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_008.c:70:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/ann/ann_test_008.c:68:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/ann/ann_test_008.c:70:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_000.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_000.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_000.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_001.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_001.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_001.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_002.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_002.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_002.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_003.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_003.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_003.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_004.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_004.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_004.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_005.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_005.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_005.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_006.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_006.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_006.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_007.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_007.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_007.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_008.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_008.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_008.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_009.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_009.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_009.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_010.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_010.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_010.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_011.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_011.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_011.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_012.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_012.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_012.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_013.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_013.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_013.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_014.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_014.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_014.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_015.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_015.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_015.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_016.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_016.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_016.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_017.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_017.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_017.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_018.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_018.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_018.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_019.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_019.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_019.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_020.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_020.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_020.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_021.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_021.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_021.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_022.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_022.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_022.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_023.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_023.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_023.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_024.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_024.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_024.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_025.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_025.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_025.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_026.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_026.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_026.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_027.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_027.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_027.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_028.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_028.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_028.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_029.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_029.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_029.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_030.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_030.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_030.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_031.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_031.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_031.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_032.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_032.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_032.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_033.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_033.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_033.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_034.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_034.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_034.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_035.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_035.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_035.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_036.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_036.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_036.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_037.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_037.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_037.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_038.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_038.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_038.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_039.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_039.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_039.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_040.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_040.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_040.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_041.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_041.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_041.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_042.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_042.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_042.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_043.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_043.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_043.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_044.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_044.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_044.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_045.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_045.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_045.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_046.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_046.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_046.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_047.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_047.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_047.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_048.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_048.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_048.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_049.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_049.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_049.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_050.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_050.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_050.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_051.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_051.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_051.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_052.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_052.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_052.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_053.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_053.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_053.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_054.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_054.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_054.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_055.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_055.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_055.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_056.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_056.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_056.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_057.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_057.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_057.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_058.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_058.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_058.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_059.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_059.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_059.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_060.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_060.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_060.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_061.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_061.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_061.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_062.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_062.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_062.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_063.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_063.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_063.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_064.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_064.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_064.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_065.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_065.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_065.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_066.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_066.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_066.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_067.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_067.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_067.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_068.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_068.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_068.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_069.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_069.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_069.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_070.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_070.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_070.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_071.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_071.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_071.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_072.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_072.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_072.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_073.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_073.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_073.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_074.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_074.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_074.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_075.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_075.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_075.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_076.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_076.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_076.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_077.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_077.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_077.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_078.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_078.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_078.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_079.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_079.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_079.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_080.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_080.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_080.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_081.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_081.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_081.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_082.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_082.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_082.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_083.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_083.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_083.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_084.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_084.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_084.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_085.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_085.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_085.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_086.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_086.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_086.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_087.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_087.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_087.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_088.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_088.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_088.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_089.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_089.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_089.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_090.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_090.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_090.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_091.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_091.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_091.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_092.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_092.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_092.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_093.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_093.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_093.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_094.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_094.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_094.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_095.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_095.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_095.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_096.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_096.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_096.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_097.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_097.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_097.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_098.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_098.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_098.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_099.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_099.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_099.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_100.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_100.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_100.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_101.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_101.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_101.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_102.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_102.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_102.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_103.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_103.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_103.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_104.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_104.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_104.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_105.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_105.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_105.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_106.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_106.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_106.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_107.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_107.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_107.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_108.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_108.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_108.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_109.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_109.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_109.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_110.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_110.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_110.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_111.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_111.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_111.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_112.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_112.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_112.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_113.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_113.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_113.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_114.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_114.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_114.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_115.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_115.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_115.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_116.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_116.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_116.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_117.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_117.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_117.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_118.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_118.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_118.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_119.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_119.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_119.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_120.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_120.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_120.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_121.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_121.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_121.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_122.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_122.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_122.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_123.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_123.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_123.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_124.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_124.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_124.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_125.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_125.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_125.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_126.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_126.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_126.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_127.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_127.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_127.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_128.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_128.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_128.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_129.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_129.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_129.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_130.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_130.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_130.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_131.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_131.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_131.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_132.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_132.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_132.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_133.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_133.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_133.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_134.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_134.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_134.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_135.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_135.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_135.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_136.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_136.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_136.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_137.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_137.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_137.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_138.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_138.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_138.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_139.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_139.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_139.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_140.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_140.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_140.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_141.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_141.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_141.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_142.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_142.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_142.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_143.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_143.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_143.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_144.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_144.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_144.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_145.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_145.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_145.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_146.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_146.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_146.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_147.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_147.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_147.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_148.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_148.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_148.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_149.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_149.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_149.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_150.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_150.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_150.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_151.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_151.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_151.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_152.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_152.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_152.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_153.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_153.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_153.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_154.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_154.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_154.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_155.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_155.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_155.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_156.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_156.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_156.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_157.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_157.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_157.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_158.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_158.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_158.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_159.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_159.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_159.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_160.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_160.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_160.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_161.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_161.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_161.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_162.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_162.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_162.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_163.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_163.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_163.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_164.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_164.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_164.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_165.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_165.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_165.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_166.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_166.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_166.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_167.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_167.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_167.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_168.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_168.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_168.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_169.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_169.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_169.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_170.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_170.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_170.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_171.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_171.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_171.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_172.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_172.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_172.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_173.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_173.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_173.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_174.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_174.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_174.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_175.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_175.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_175.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_176.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_176.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_176.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_177.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_177.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_177.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_178.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_178.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_178.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_179.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_179.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_179.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_180.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_180.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_180.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_181.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_181.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_181.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_182.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_182.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_182.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_183.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_183.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_183.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_184.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_184.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_184.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_185.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_185.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_185.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_186.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_186.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_186.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_187.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_187.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_187.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_188.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_188.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_188.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_189.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_189.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_189.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_190.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_190.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_190.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_191.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_191.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_191.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_192.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_192.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_192.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_193.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_193.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_193.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_194.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_194.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_194.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_195.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_195.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_195.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_196.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_196.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_196.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_197.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_197.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_197.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_198.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_198.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_198.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_199.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_199.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_199.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_200.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_200.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_200.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_201.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_201.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_201.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_202.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_202.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_202.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_203.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_203.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_203.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_204.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_204.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_204.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_205.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_205.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_205.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_206.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_206.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_206.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_207.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_207.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_207.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_208.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_208.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_208.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_209.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_209.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_209.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_210.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_210.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_210.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_211.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_211.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_211.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_212.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_212.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_212.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_213.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_213.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_213.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_214.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_214.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_214.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_215.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_215.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_215.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_216.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_216.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_216.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_217.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_217.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_217.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_218.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_218.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_218.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_219.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_219.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_219.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_220.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_220.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_220.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_221.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_221.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_221.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_222.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_222.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_222.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_223.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_223.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_223.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_224.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_224.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_224.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_225.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_225.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_225.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_226.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_226.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_226.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_227.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_227.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_227.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_228.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_228.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_228.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_229.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_229.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_229.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_230.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_230.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_230.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_231.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_231.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_231.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_232.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_232.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_232.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_233.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_233.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_233.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_234.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_234.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_234.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_235.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_235.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_235.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_236.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_236.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_236.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_237.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_237.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_237.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_238.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_238.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_238.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_239.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_239.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_239.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_240.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_240.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_240.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_241.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_241.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_241.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_242.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_242.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_242.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_243.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_243.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_243.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_244.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_244.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_244.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_245.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_245.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_245.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_246.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_246.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_246.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_247.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_247.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_247.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_248.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_248.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_248.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_249.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_249.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_249.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_250.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_250.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_250.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_251.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_251.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_251.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_252.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_252.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_252.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_253.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_253.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_253.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_254.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_254.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_254.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_255.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_255.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_255.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_256.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_256.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_256.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_257.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_257.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_257.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_258.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_258.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_258.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_259.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_259.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_259.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_260.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_260.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_260.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_261.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_261.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_261.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_262.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_262.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_262.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_263.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_263.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_263.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_264.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_264.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_264.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_265.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_265.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_265.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_266.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_266.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_266.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_267.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_267.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_267.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_268.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_268.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_268.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_269.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_269.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_269.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_270.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_270.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_270.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_271.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_271.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_271.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_272.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_272.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_272.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_273.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_273.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_273.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_274.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_274.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_274.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_275.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_275.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_275.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_276.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_276.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_276.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_277.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_277.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_277.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_278.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_278.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_278.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_279.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_279.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_279.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_280.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_280.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_280.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_281.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_281.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_281.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_282.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_282.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_282.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_283.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_283.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_283.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_284.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_284.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_284.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_285.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_285.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_285.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_286.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_286.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_286.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_287.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_287.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_287.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_288.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_288.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_288.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_289.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_289.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_289.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_290.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_290.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_290.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_291.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_291.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_291.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_292.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_292.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_292.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_293.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_293.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_293.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_294.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_294.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_294.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_295.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_295.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_295.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_296.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_296.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_296.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_297.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_297.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_297.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_298.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_298.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_298.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_299.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_299.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_299.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_300.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_300.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_300.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_301.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_301.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_301.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_302.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_302.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_302.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_303.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_303.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_303.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_304.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_304.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_304.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_305.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_305.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_305.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_306.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_306.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_306.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_307.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_307.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_307.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_308.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_308.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_308.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_309.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_309.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_309.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_310.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_310.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_310.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_311.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_311.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_311.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_312.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_312.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_312.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_313.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_313.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_313.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_314.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_314.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_314.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_315.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_315.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_315.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_316.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_316.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_316.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_317.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_317.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_317.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_318.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_318.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_318.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_319.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_319.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_319.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_320.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_320.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_320.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_321.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_321.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_321.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_322.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_322.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_322.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_323.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_323.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_323.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_324.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_324.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_324.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_325.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_325.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_325.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_326.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_326.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_326.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_327.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_327.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_327.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_328.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_328.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_328.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_329.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_329.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_329.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_330.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_330.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_330.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_331.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_331.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_331.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_332.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_332.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_332.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_333.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_333.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_333.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_334.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_334.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_334.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_335.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_335.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_335.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_336.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_336.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_336.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_337.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_337.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_337.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_338.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_338.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_338.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_339.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_339.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_339.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_340.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_340.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_340.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_341.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_341.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_341.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_342.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_342.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_342.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_343.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_343.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_343.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_344.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_344.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_344.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_345.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_345.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_345.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_346.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_346.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_346.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_347.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_347.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_347.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_348.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_348.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_348.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_349.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_349.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_349.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_350.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_350.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_350.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_351.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_351.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_351.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_352.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_352.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_352.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_353.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_353.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_353.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_354.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_354.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_354.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_355.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_355.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_355.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_356.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_356.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_356.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_357.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_357.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_357.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_358.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_358.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_358.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_359.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_359.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_359.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_360.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_360.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_360.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_361.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_361.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_361.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_362.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_362.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_362.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_363.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_363.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_363.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_364.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_364.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_364.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_365.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_365.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_365.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_366.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_366.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_366.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_367.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_367.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_367.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_368.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_368.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_368.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_369.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_369.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_369.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_370.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_370.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_370.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_371.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_371.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_371.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_372.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_372.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_372.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_373.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_373.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_373.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_374.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_374.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_374.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_375.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_375.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_375.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_376.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_376.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_376.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_377.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_377.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_377.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_378.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_378.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_378.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_379.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_379.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_379.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_380.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_380.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_380.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_381.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_381.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_381.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_382.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_382.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_382.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_383.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_383.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_383.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_384.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_384.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_384.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_385.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_385.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_385.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_386.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_386.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_386.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_387.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_387.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_387.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_388.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_388.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_388.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_389.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_389.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_389.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_390.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_390.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_390.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_391.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_391.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_391.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_392.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_392.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_392.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_393.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_393.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_393.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_394.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_394.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_394.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_395.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_395.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_395.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_396.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_396.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_396.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_397.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_397.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_397.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_398.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_398.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_398.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_399.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_399.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_399.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_400.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_400.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_400.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_401.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_401.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_401.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_402.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_402.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_402.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_403.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_403.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_403.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_404.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_404.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_404.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_405.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_405.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_405.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_406.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_406.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_406.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_407.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_407.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_407.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_408.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_408.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_408.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_409.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_409.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_409.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_410.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_410.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_410.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_411.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_411.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_411.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_412.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_412.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_412.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_413.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_413.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_413.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_414.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_414.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_414.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_415.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_415.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_415.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_416.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_416.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_416.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_417.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_417.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_417.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_418.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_418.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_418.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_419.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_419.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_419.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_420.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_420.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_420.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_421.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_421.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_421.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_422.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_422.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_422.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_423.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_423.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_423.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_424.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_424.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_424.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_425.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_425.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_425.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_426.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_426.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_426.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_427.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_427.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_427.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_428.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_428.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_428.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_429.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_429.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_429.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_430.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_430.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_430.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_431.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_431.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_431.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_432.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_432.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_432.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_433.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_433.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_433.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_434.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_434.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_434.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_435.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_435.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_435.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_436.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_436.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_436.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_437.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_437.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_437.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_438.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_438.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_438.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_439.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_439.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_439.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_440.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_440.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_440.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_441.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_441.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_441.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_442.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_442.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_442.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_443.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_443.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_443.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_444.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_444.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_444.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_445.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_445.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_445.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_446.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_446.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_446.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_447.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_447.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_447.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_448.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_448.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_448.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_449.c:40:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/epath/epath_pattern_449.c:37:0: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/epath/epath_pattern_449.c:40:9: note: Variable 'error' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_003.c:51:17: style: Variable 'tmpnode' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_003.c:48:0: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_003.c:51:17: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_003.c:52:17: style: Variable 'randentry' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_003.c:47:0: note: Variable 'randentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_003.c:52:17: note: Variable 'randentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_003.c:54:17: style: Variable 'tmpentry' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_003.c:47:0: note: Variable 'tmpentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_003.c:54:17: note: Variable 'tmpentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_004.c:51:17: style: Variable 'tmpnode' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_004.c:48:0: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_004.c:51:17: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_004.c:52:17: style: Variable 'randentry' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_004.c:47:0: note: Variable 'randentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_004.c:52:17: note: Variable 'randentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_004.c:54:17: style: Variable 'tmpentry' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_004.c:47:0: note: Variable 'tmpentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_004.c:54:17: note: Variable 'tmpentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_005.c:54:17: style: Variable 'tmpnode' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_005.c:51:0: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_005.c:54:17: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_005.c:55:17: style: Variable 'randentry' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_005.c:49:0: note: Variable 'randentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_005.c:55:17: note: Variable 'randentry' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_005.c:57:17: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_005.c:50:0: note: Variable 'data' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_005.c:57:17: note: Variable 'data' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_011.c:56:17: style: Variable 'tmpnode' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_011.c:53:0: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_011.c:56:17: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_011.c:57:17: style: Variable 'randrdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_011.c:52:0: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_011.c:57:17: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_011.c:62:17: style: Variable 'tmprdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_011.c:52:0: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_011.c:62:17: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_012.c:56:17: style: Variable 'tmpnode' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_012.c:53:0: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_012.c:56:17: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_012.c:57:17: style: Variable 'randrdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_012.c:52:0: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_012.c:57:17: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_012.c:62:17: style: Variable 'tmprdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_012.c:52:0: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_012.c:62:17: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_079.c:56:17: style: Variable 'tmpnode' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_079.c:53:0: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_079.c:56:17: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_079.c:57:17: style: Variable 'randrdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_079.c:52:0: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_079.c:57:17: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_079.c:62:17: style: Variable 'tmprdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_079.c:52:0: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_079.c:62:17: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_080.c:56:17: style: Variable 'tmpnode' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_080.c:53:0: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_080.c:56:17: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_080.c:57:17: style: Variable 'randrdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_080.c:52:0: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_080.c:57:17: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_080.c:62:17: style: Variable 'tmprdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_080.c:52:0: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_080.c:62:17: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_081.c:56:17: style: Variable 'tmpnode' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_081.c:53:0: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_081.c:56:17: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_081.c:57:17: style: Variable 'randrdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_081.c:52:0: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_081.c:57:17: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_081.c:62:17: style: Variable 'tmprdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_081.c:52:0: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_081.c:62:17: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_082.c:56:17: style: Variable 'tmpnode' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_082.c:53:0: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_082.c:56:17: note: Variable 'tmpnode' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_082.c:57:17: style: Variable 'randrdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_082.c:52:0: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_082.c:57:17: note: Variable 'randrdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_082.c:62:17: style: Variable 'tmprdr' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/rpt/rpt_utils_082.c:52:0: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/rpt/rpt_utils_082.c:62:17: note: Variable 'tmprdr' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:52:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:51:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:52:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:54:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:52:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:54:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:85:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:84:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:85:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:87:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:85:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:87:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:118:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:117:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:118:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:120:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:118:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:120:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:151:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:150:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:151:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:153:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:151:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:153:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:184:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:183:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:184:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:186:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:184:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:186:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:217:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:216:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:217:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:219:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:217:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:219:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:250:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:249:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:250:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:252:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:250:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:252:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:283:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:282:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:283:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:285:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:283:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:285:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:316:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:315:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:316:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:318:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:316:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:318:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:349:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:348:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:349:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:351:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:349:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:351:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:382:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:381:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:382:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:384:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:382:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:384:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:415:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:414:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:415:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:417:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:415:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:417:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:448:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:447:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:448:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:450:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:448:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:450:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:481:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:480:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:481:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:483:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:481:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:483:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:514:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:513:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:514:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:516:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:514:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:516:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:547:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:546:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:547:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:549:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:547:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:549:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:580:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:579:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:580:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:582:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:580:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:582:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:613:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:612:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:613:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:615:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:613:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:615:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:646:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:645:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:646:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:648:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:646:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:648:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:679:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:678:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:679:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:681:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:679:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:681:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:712:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:711:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:712:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:714:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:712:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:714:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:745:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:744:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:745:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:747:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:745:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:747:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:778:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:777:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:778:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:780:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:778:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:780:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:811:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:810:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:811:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:813:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:811:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:813:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:844:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:843:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:844:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:846:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:844:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:846:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:877:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:876:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:877:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:879:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:877:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:879:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:910:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:909:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:910:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:912:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:910:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:912:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:943:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:942:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:943:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:945:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:943:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:945:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:976:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:975:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:976:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:978:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:976:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:978:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1009:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1008:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1009:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1011:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1009:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1011:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1042:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1041:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1042:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1044:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1042:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1044:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1075:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1074:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1075:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1077:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1075:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1077:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1108:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1107:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1108:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1110:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1108:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1110:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1141:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1140:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1141:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1143:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1141:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1143:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1174:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1173:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1174:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1176:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1174:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1176:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1207:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1206:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1207:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1209:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1207:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1209:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1240:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1239:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1240:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1242:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1240:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1242:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1273:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1272:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1273:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1275:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1273:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1275:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1306:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1305:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1306:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1308:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1306:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1308:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1339:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1338:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1339:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1341:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1339:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1341:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1372:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1371:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1372:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1374:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1372:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1374:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1405:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1404:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1405:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1407:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1405:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1407:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1438:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1437:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1438:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1440:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1438:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1440:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1471:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1470:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1471:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1473:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1471:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1473:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1504:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1503:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1504:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1506:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1504:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1506:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1537:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1536:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1537:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1539:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1537:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1539:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1570:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1569:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1570:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1572:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1570:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1572:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1603:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1602:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1603:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1605:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1603:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1605:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1636:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1635:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1636:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1638:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1636:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1638:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1669:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1668:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1669:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1671:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1669:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1671:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1702:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1701:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1702:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1704:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1702:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1704:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1735:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1734:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1735:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1737:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1735:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1737:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1768:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1767:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1768:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1770:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1768:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1770:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1801:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1800:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1801:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1803:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1801:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1803:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1834:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1833:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1834:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1836:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1834:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1836:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1867:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1866:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1867:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1869:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1867:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1869:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1900:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1899:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1900:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1902:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1900:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1902:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1933:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1932:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1933:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1935:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1933:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1935:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1966:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1965:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1966:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1968:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1966:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1968:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1999:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1998:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1999:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2001:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:1999:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2001:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2032:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2031:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2032:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2034:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2032:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2034:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2065:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2064:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2065:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2067:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2065:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2067:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2098:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2097:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2098:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2100:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2098:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2100:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2131:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2130:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2131:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2133:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2131:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2133:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2164:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2163:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2164:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2166:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2164:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2166:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2197:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2196:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2197:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2199:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2197:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2199:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2230:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2229:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2230:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2232:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2230:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2232:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2263:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2262:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2263:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2265:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2263:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2265:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2296:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2295:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2296:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2298:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2296:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2298:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2329:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2328:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2329:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2331:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2329:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2331:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2362:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2361:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2362:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2364:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2362:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2364:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2395:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2394:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2395:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2397:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2395:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2397:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2428:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2427:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2428:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2430:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2428:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2430:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2461:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2460:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2461:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2463:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2461:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2463:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2494:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2493:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2494:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2496:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2494:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2496:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2527:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2526:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2527:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2529:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2527:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2529:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2560:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2559:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2560:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2562:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2560:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2562:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2593:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2592:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2593:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2595:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2593:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2595:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2626:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2625:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2626:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2628:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2626:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2628:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2659:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2658:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2659:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2661:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2659:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2661:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2692:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2691:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2692:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2694:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2692:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2694:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2725:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2724:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2725:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2727:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2725:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2727:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2758:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2757:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2758:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2760:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2758:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2760:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2791:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2790:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2791:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2793:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2791:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2793:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2824:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2823:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2824:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2826:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2824:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2826:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2857:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2856:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2857:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2859:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2857:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2859:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2890:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2889:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2890:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2892:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2890:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2892:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2923:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2922:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2923:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2925:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2923:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2925:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2956:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2955:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2956:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2958:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2956:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2958:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2989:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2988:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2989:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2991:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2989:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:2991:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3022:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3021:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3022:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3024:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3022:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3024:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3055:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3054:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3055:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3057:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3055:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3057:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3088:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3087:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3088:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3090:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3088:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3090:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3121:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3120:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3121:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3123:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3121:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3123:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3154:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3153:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3154:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3156:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3154:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3156:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3187:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3186:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3187:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3189:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3187:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3189:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3220:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3219:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3220:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3222:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3220:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3222:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3253:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3252:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3253:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3255:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3253:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3255:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3286:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3285:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3286:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3288:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3286:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3288:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3319:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3318:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3319:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3321:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3319:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3321:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3352:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3351:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3352:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3354:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3352:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3354:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3385:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3384:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3385:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3387:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3385:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3387:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3418:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3417:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3418:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3420:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3418:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3420:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3451:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3450:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3451:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3453:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3451:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3453:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3484:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3483:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3484:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3486:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3484:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3486:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3517:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3516:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3517:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3519:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3517:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3519:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3550:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3549:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3550:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3552:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3550:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3552:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3583:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3582:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3583:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3585:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3583:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3585:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3616:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3615:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3616:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3618:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3616:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3618:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3649:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3648:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3649:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3651:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3649:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3651:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3682:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3681:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3682:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3684:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3682:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3684:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3715:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3714:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3715:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3717:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3715:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3717:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3748:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3747:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3748:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3750:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3748:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3750:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3781:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3780:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3781:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3783:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3781:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3783:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3814:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3813:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3814:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3816:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3814:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3816:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3847:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3846:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3847:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3849:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3847:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3849:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3880:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3879:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3880:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3882:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3880:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3882:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3913:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3912:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3913:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3915:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3913:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3915:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3946:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3945:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3946:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3948:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3946:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3948:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3979:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3978:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3979:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3981:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3979:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:3981:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4012:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4011:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4012:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4014:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4012:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4014:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4045:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4044:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4045:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4047:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4045:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4047:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4078:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4077:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4078:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4080:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4078:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4080:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4111:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4110:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4111:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4113:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4111:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4113:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4144:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4143:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4144:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4146:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4144:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4146:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4177:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4176:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4177:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4179:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4177:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4179:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4210:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4209:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4210:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4212:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4210:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4212:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4243:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4242:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4243:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4245:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4243:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4245:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4276:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4275:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4276:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4278:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4276:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4278:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4309:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4308:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4309:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4311:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4309:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4311:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4342:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4341:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4342:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4344:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4342:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4344:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4375:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4374:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4375:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4377:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4375:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4377:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4408:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4407:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4408:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4410:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4408:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4410:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4441:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4440:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4441:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4443:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4441:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4443:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4474:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4473:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4474:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4476:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4474:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4476:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4507:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4506:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4507:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4509:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4507:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4509:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4540:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4539:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4540:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4542:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4540:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4542:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4586:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4585:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4586:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4589:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4586:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4589:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4614:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4613:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4614:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4616:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4614:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4616:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4647:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4646:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4647:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4649:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4647:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4649:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4680:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4679:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4680:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4682:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4680:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4682:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4713:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4712:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4713:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4715:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4713:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4715:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4746:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4745:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4746:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4748:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4746:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4748:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4792:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4791:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4792:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4795:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4792:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4795:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4820:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4819:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4820:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4822:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4820:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4822:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4853:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4852:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4853:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4855:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4853:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4855:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4886:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4885:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4886:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4888:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4886:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4888:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4919:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4918:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4919:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4921:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4919:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4921:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4952:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4951:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4952:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4954:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4952:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4954:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4985:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4984:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4985:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4987:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4985:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:4987:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5018:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5017:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5018:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5020:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5018:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5020:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5051:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5050:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5051:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5053:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5051:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5053:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5084:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5083:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5084:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5086:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5084:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5086:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5117:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5116:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5117:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5119:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5117:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5119:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5150:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5149:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5150:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5152:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5150:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5152:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5183:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5182:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5183:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5185:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5183:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5185:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5216:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5215:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5216:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5218:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5216:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5218:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5249:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5248:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5249:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5251:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5249:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5251:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5282:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5281:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5282:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5284:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5282:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5284:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5315:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5314:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5315:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5317:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5315:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5317:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5348:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5347:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5348:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5350:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5348:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5350:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5381:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5380:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5381:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5383:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5381:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5383:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5414:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5413:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5414:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5416:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5414:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5416:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5447:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5446:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5447:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5449:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5447:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5449:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5480:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5479:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5480:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5482:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5480:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5482:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5513:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5512:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5513:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5515:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5513:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5515:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5546:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5545:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5546:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5548:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5546:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5548:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5579:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5578:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5579:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5581:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5579:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5581:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5612:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5611:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5612:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5614:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5612:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5614:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5645:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5644:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5645:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5647:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5645:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5647:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5678:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5677:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5678:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5680:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5678:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5680:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5711:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5710:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5711:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5713:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5711:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5713:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5744:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5743:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5744:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5746:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5744:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5746:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5777:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5776:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5777:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5779:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5777:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5779:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5810:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5809:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5810:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5812:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5810:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5812:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5843:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5842:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5843:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5845:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5843:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5845:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5876:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5875:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5876:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5878:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5876:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5878:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5909:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5908:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5909:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5911:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5909:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5911:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5942:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5941:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5942:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5944:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5942:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5944:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5975:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5974:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5975:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5977:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5975:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:5977:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6008:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6007:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6008:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6010:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6008:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6010:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6041:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6040:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6041:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6043:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6041:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6043:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6074:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6073:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6074:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6076:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6074:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6076:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6107:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6106:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6107:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6109:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6107:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6109:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6140:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6139:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6140:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6142:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6140:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6142:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6173:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6172:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6173:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6175:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6173:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6175:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6206:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6205:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6206:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6208:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6206:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6208:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6239:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6238:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6239:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6241:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6239:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6241:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6272:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6271:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6272:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6274:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6272:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6274:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6305:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6304:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6305:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6307:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6305:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6307:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6338:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6337:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6338:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6340:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6338:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6340:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6371:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6370:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6371:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6373:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6371:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6373:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6404:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6403:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6404:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6406:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6404:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6406:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6437:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6436:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6437:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6439:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6437:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6439:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6470:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6469:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6470:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6472:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6470:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6472:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6503:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6502:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6503:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6505:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6503:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6505:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6536:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6535:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6536:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6538:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6536:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6538:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6569:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6568:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6569:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6571:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6569:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6571:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6602:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6601:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6602:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6604:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6602:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6604:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6635:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6634:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6635:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6637:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6635:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6637:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6668:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6667:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6668:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6670:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6668:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6670:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6701:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6700:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6701:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6703:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6701:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6703:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6734:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6733:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6734:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6736:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6734:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6736:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6767:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6766:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6767:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6769:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6767:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6769:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6800:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6799:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6800:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6802:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6800:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6802:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6833:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6832:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6833:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6835:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6833:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6835:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6866:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6865:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6866:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6868:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6866:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6868:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6899:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6898:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6899:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6901:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6899:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6901:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6932:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6931:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6932:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6934:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6932:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6934:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6965:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6964:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6965:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6967:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6965:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6967:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6998:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6997:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6998:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7000:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:6998:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7000:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7044:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7043:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7044:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7047:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7044:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7047:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7072:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7071:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7072:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7074:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7072:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7074:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7105:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7104:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7105:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7107:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7105:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7107:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7138:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7137:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7138:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7140:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7138:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7140:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7171:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7170:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7171:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7173:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7171:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7173:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7204:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7203:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7204:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7206:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7204:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7206:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7237:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7236:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7237:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7239:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7237:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7239:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7270:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7269:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7270:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7272:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7270:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7272:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7303:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7302:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7303:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7305:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7303:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7305:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7336:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7335:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7336:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7338:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7336:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7338:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7369:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7368:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7369:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7371:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7369:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7371:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7402:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7401:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7402:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7404:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7402:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7404:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7435:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7434:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7435:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7437:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7435:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7437:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7468:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7467:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7468:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7470:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7468:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7470:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7501:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7500:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7501:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7503:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7501:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7503:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7534:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7533:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7534:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7536:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7534:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7536:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7567:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7566:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7567:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7569:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7567:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7569:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7600:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7599:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7600:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7602:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7600:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7602:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7633:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7632:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7633:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7635:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7633:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7635:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7666:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7665:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7666:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7668:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7666:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7668:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7699:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7698:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7699:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7701:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7699:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7701:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7732:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7731:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7732:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7734:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7732:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7734:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7765:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7764:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7765:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7767:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7765:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7767:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7798:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7797:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7798:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7800:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7798:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7800:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7831:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7830:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7831:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7833:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7831:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7833:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7864:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7863:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7864:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7866:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7864:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7866:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7897:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7896:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7897:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7899:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7897:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7899:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7930:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7929:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7930:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7932:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7930:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7932:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7963:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7962:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7963:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7965:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7963:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7965:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7996:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7995:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7996:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7998:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7996:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:7998:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8029:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8028:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8029:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8031:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8029:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8031:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8062:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8061:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8062:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8064:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8062:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8064:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8095:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8094:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8095:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8097:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8095:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8097:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8128:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8127:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8128:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8130:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8128:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8130:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8161:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8160:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8161:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8163:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8161:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8163:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8194:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8193:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8194:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8196:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8194:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8196:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8227:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8226:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8227:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8229:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8227:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8229:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8260:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8259:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8260:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8262:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8260:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8262:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8293:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8292:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8293:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8295:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8293:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8295:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8326:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8325:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8326:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8328:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8326:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8328:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8359:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8358:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8359:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8361:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8359:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8361:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8392:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8391:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8392:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8394:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8392:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8394:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8425:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8424:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8425:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8427:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8425:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8427:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8458:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8457:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8458:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8460:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8458:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8460:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8504:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8503:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8504:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8507:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8504:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8507:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8532:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8531:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8532:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8534:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8532:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8534:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8565:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8564:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8565:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8567:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8565:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8567:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8598:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8597:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8598:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8600:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8598:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8600:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8631:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8630:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8631:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8633:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8631:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8633:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8677:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8676:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8677:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8680:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8677:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8680:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8705:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8704:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8705:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8707:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8705:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8707:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8738:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8737:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8738:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8740:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8738:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8740:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8784:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8783:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8784:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8787:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8784:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8787:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8812:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8811:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8812:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8814:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8812:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8814:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8845:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8844:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8845:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8847:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8845:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8847:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8878:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8877:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8878:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8880:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8878:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8880:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8911:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8910:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8911:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8913:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8911:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8913:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8944:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8943:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8944:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8946:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8944:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8946:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8977:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8976:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8977:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8979:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8977:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:8979:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9010:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9009:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9010:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9012:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9010:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9012:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9043:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9042:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9043:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9045:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9043:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9045:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9076:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9075:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9076:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9078:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9076:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9078:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9109:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9108:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9109:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9111:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9109:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9111:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9142:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9141:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9142:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9144:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9142:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9144:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9175:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9174:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9175:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9177:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9175:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9177:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9208:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9207:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9208:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9210:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9208:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9210:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9241:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9240:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9241:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9243:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9241:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9243:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9274:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9273:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9274:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9276:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9274:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9276:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9307:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9306:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9307:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9309:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9307:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9309:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9340:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9339:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9340:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9342:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9340:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9342:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9373:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9372:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9373:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9375:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9373:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9375:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9406:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9405:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9406:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9408:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9406:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9408:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9439:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9438:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9439:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9441:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9439:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9441:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9472:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9471:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9472:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9474:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9472:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9474:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9505:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9504:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9505:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9507:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9505:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9507:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9538:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9537:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9538:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9540:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9538:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9540:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9571:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9570:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9571:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9573:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9571:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9573:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9604:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9603:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9604:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9606:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9604:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9606:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9637:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9636:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9637:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9639:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9637:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9639:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9670:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9669:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9670:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9672:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9670:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9672:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9703:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9702:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9703:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9705:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9703:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9705:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9736:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9735:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9736:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9738:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9736:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9738:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9769:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9768:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9769:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9771:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9769:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9771:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9802:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9801:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9802:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9804:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9802:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9804:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9835:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9834:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9835:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9837:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9835:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9837:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9868:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9867:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9868:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9870:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9868:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9870:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9901:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9900:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9901:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9903:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9901:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9903:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9934:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9933:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9934:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9936:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9934:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9936:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9967:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9966:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9967:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9969:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9967:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9969:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10000:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:9999:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10000:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10002:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10000:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10002:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10033:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10032:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10033:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10035:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10033:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10035:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10066:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10065:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10066:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10068:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10066:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10068:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10099:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10098:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10099:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10101:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10099:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10101:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10132:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10131:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10132:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10134:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10132:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10134:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10165:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10164:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10165:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10167:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10165:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10167:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10198:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10197:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10198:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10200:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10198:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10200:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10231:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10230:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10231:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10233:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10231:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10233:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10264:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10263:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10264:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10266:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10264:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10266:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10297:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10296:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10297:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10299:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10297:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10299:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10330:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10329:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10330:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10332:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10330:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10332:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10363:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10362:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10363:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10365:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10363:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10365:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10396:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10395:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10396:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10398:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10396:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10398:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10429:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10428:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10429:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10431:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10429:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10431:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10462:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10461:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10462:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10464:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10462:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10464:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10495:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10494:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10495:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10497:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10495:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10497:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10528:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10527:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10528:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10530:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10528:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10530:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10561:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10560:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10561:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10563:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10561:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10563:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10594:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10593:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10594:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10596:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10594:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10596:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10627:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10626:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10627:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10629:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10627:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10629:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10660:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10659:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10660:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10662:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10660:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10662:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10693:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10692:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10693:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10695:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10693:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10695:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10726:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10725:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10726:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10728:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10726:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10728:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10759:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10758:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10759:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10761:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10759:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10761:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10792:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10791:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10792:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10794:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10792:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10794:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10825:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10824:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10825:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10827:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10825:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10827:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10858:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10857:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10858:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10860:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10858:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10860:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10891:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10890:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10891:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10893:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10891:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10893:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10924:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10923:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10924:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10926:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10924:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10926:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10957:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10956:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10957:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10959:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10957:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10959:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10990:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10989:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10990:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10992:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10990:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:10992:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11023:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11022:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11023:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11025:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11023:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11025:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11056:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11055:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11056:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11058:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11056:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11058:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11089:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11088:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11089:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11091:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11089:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11091:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11122:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11121:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11122:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11124:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11122:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11124:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11155:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11154:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11155:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11157:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11155:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11157:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11188:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11187:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11188:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11190:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11188:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11190:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11221:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11220:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11221:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11223:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11221:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11223:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11254:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11253:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11254:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11256:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11254:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11256:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11287:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11286:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11287:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11289:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11287:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11289:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11320:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11319:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11320:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11322:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11320:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11322:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11353:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11352:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11353:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11355:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11353:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11355:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11386:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11385:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11386:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11388:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11386:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11388:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11419:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11418:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11419:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11421:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11419:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11421:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11452:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11451:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11452:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11454:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11452:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11454:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11485:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11484:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11485:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11487:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11485:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11487:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11518:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11517:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11518:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11520:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11518:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11520:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11551:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11550:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11551:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11553:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11551:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11553:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11584:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11583:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11584:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11586:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11584:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11586:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11617:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11616:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11617:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11619:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11617:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11619:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11650:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11649:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11650:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11652:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11650:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11652:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11683:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11682:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11683:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11685:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11683:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11685:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11716:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11715:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11716:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11718:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11716:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11718:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11749:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11748:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11749:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11751:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11749:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11751:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11782:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11781:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11782:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11784:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11782:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11784:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11828:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11827:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11828:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11831:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11828:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11831:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11856:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11855:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11856:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11858:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11856:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11858:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11889:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11888:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11889:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11891:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11889:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11891:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11922:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11921:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11922:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11924:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11922:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11924:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11968:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11967:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11968:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11971:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11968:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11971:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11996:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11995:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11996:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11998:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11996:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:11998:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12029:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12028:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12029:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12031:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12029:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12031:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12062:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12061:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12062:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12064:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12062:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12064:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12108:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12107:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12108:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12111:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12108:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12111:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12136:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12135:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12136:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12138:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12136:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12138:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12169:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12168:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12169:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12171:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12169:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12171:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12202:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12201:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12202:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12204:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12202:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12204:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12235:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12234:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12235:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12237:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12235:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12237:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12268:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12267:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12268:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12270:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12268:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12270:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12301:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12300:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12301:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12303:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12301:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12303:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12347:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12346:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12347:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12350:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12347:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12350:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12375:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12374:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12375:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12377:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12375:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12377:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12408:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12407:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12408:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12410:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12408:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12410:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12441:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12440:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12441:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12443:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12441:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12443:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12474:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12473:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12474:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12476:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12474:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12476:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12520:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12519:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12520:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12523:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12520:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12523:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12548:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12547:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12548:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12550:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12548:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12550:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12581:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12580:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12581:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12583:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12581:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12583:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12627:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12626:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12627:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12630:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12627:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12630:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12655:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12654:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12655:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12657:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12655:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12657:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12688:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12687:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12688:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12690:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12688:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12690:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12721:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12720:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12721:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12723:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12721:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12723:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12754:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12753:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12754:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12756:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12754:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12756:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12787:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12786:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12787:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12789:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12787:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12789:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12820:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12819:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12820:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12822:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12820:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12822:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12853:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12852:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12853:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12855:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12853:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12855:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12886:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12885:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12886:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12888:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12886:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12888:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12919:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12918:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12919:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12921:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12919:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12921:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12952:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12951:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12952:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12954:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12952:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12954:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12985:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12984:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12985:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12987:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12985:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:12987:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13031:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13030:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13031:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13034:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13031:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13034:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13059:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13058:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13059:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13061:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13059:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13061:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13092:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13091:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13092:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13094:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13092:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13094:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13125:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13124:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13125:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13127:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13125:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13127:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13158:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13157:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13158:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13160:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13158:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13160:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13191:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13190:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13191:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13193:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13191:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13193:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13224:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13223:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13224:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13226:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13224:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13226:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13270:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13269:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13270:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13273:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13270:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13273:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13298:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13297:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13298:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13300:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13298:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13300:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13331:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13330:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13331:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13333:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13331:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13333:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13364:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13363:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13364:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13366:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13364:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13366:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13397:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13396:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13397:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13399:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13397:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13399:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13430:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13429:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13430:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13432:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13430:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13432:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13463:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13462:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13463:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13465:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13463:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13465:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13496:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13495:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13496:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13498:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13496:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13498:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13529:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13528:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13529:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13531:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13529:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13531:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13562:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13561:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13562:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13564:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13562:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13564:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13595:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13594:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13595:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13597:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13595:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13597:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13628:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13627:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13628:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13630:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13628:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13630:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13674:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13673:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13674:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13677:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13674:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13677:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13702:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13701:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13702:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13704:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13702:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13704:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13735:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13734:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13735:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13737:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13735:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13737:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13768:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13767:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13768:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13770:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13768:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13770:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13801:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13800:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13801:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13803:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13801:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13803:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13847:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13846:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13847:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13850:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13847:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13850:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13875:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13874:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13875:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13877:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13875:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13877:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13908:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13907:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13908:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13910:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13908:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13910:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13941:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13940:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13941:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13943:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13941:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13943:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13974:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13973:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13974:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13976:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13974:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:13976:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14007:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14006:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14007:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14009:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14007:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14009:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14053:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14052:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14053:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14056:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14053:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14056:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14081:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14080:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14081:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14083:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14081:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14083:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14114:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14113:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14114:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14116:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14114:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14116:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14147:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14146:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14147:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14149:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14147:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14149:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14180:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14179:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14180:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14182:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14180:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14182:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14213:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14212:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14213:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14215:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14213:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14215:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14259:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14258:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14259:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14262:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14259:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14262:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14287:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14286:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14287:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14289:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14287:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14289:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14320:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14319:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14320:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14322:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14320:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14322:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14353:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14352:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14353:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14355:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14353:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14355:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14386:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14385:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14386:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14388:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14386:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14388:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14419:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14418:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14419:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14421:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14419:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14421:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14452:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14451:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14452:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14454:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14452:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14454:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14485:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14484:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14485:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14487:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14485:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14487:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14531:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14530:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14531:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14534:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14531:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14534:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14559:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14558:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14559:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14561:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14559:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14561:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14592:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14591:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14592:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14594:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14592:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14594:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14638:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14637:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14638:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14641:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14638:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14641:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14666:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14665:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14666:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14668:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14666:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14668:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14699:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14698:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14699:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14701:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14699:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14701:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14745:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14744:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14745:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14748:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14745:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14748:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14773:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14772:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14773:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14775:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14773:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14775:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14806:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14805:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14806:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14808:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14806:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14808:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14839:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14838:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14839:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14841:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14839:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14841:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14872:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14871:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14872:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14874:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14872:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14874:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14905:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14904:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14905:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14907:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14905:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14907:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14951:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14950:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14951:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14954:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14951:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14954:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14979:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14978:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14979:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14981:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14979:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:14981:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15012:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15011:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15012:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15014:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15012:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15014:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15045:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15044:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15045:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15047:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15045:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15047:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15078:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15077:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15078:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15080:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15078:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15080:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15111:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15110:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15111:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15113:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15111:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15113:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15144:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15143:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15144:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15146:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15144:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15146:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15177:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15176:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15177:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15179:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15177:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15179:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15223:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15222:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15223:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15226:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15223:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15226:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15251:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15250:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15251:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15253:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15251:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15253:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15284:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15283:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15284:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15286:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15284:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15286:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15317:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15316:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15317:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15319:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15317:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15319:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15363:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15362:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15363:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15366:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15363:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15366:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15391:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15390:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15391:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15393:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15391:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15393:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15424:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15423:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15424:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15426:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15424:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15426:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15470:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15469:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15470:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15473:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15470:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15473:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15498:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15497:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15498:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15500:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15498:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15500:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15531:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15530:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15531:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15533:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15531:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15533:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15564:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15563:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15564:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15566:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15564:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15566:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15610:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15609:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15610:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15613:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15610:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15613:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15638:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15637:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15638:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15640:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15638:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15640:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15671:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15670:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15671:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15673:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15671:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15673:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15704:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15703:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15704:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15706:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15704:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15706:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15737:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15736:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15737:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15739:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15737:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15739:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15770:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15769:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15770:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15772:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15770:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15772:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15803:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15802:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15803:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15805:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15803:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15805:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15836:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15835:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15836:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15838:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15836:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15838:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15869:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15868:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15869:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15871:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15869:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15871:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15902:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15901:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15902:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15904:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15902:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15904:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15948:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15947:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15948:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15951:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15948:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15951:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15976:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15975:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15976:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15978:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15976:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:15978:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16009:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16008:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16009:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16011:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16009:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16011:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16042:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16041:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16042:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16044:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16042:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16044:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16075:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16074:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16075:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16077:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16075:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16077:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16121:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16120:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16121:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16124:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16121:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16124:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16149:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16148:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16149:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16151:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16149:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16151:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16182:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16181:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16182:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16184:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16182:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16184:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16215:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16214:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16215:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16217:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16215:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16217:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16261:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16260:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16261:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16264:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16261:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16264:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16289:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16288:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16289:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16291:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16289:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16291:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16322:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16321:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16322:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16324:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16322:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16324:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16355:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16354:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16355:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16357:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16355:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16357:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16388:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16387:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16388:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16390:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16388:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16390:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16421:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16420:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16421:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16423:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16421:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16423:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16454:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16453:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16454:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16456:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16454:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16456:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16487:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16486:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16487:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16489:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16487:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16489:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16533:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16532:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16533:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16536:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16533:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16536:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16561:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16560:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16561:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16563:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16561:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16563:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16594:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16593:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16594:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16596:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16594:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16596:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16627:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16626:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16627:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16629:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16627:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16629:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16660:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16659:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16660:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16662:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16660:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16662:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16693:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16692:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16693:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16695:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16693:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16695:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16726:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16725:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16726:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16728:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16726:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16728:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16772:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16771:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16772:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16775:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16772:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16775:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16800:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16799:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16800:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16802:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16800:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16802:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16833:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16832:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16833:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16835:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16833:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16835:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16866:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16865:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16866:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16868:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16866:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16868:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16912:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16911:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16912:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16915:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16912:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16915:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16940:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16939:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16940:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16942:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16940:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16942:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16973:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16972:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16973:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16975:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16973:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:16975:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17006:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17005:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17006:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17008:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17006:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17008:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17039:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17038:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17039:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17041:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17039:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17041:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17085:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17084:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17085:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17088:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17085:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17088:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17113:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17112:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17113:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17115:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17113:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17115:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17146:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17145:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17146:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17148:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17146:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17148:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17179:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17178:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17179:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17181:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17179:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17181:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17225:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17224:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17225:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17228:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17225:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17228:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17253:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17252:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17253:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17255:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17253:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17255:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17286:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17285:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17286:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17288:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17286:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17288:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17332:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17331:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17332:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17335:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17332:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17335:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17360:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17359:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17360:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17362:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17360:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17362:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17393:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17392:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17393:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17395:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17393:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17395:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17426:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17425:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17426:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17428:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17426:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17428:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17459:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17458:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17459:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17461:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17459:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17461:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17492:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17491:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17492:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17494:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17492:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17494:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17525:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17524:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17525:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17527:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17525:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17527:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17558:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17557:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17558:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17560:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17558:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17560:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17591:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17590:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17591:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17593:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17591:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17593:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17624:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17623:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17624:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17626:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17624:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17626:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17657:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17656:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17657:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17659:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17657:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17659:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17690:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17689:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17690:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17692:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17690:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17692:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17723:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17722:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17723:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17725:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17723:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17725:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17756:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17755:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17756:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17758:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17756:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17758:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17789:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17788:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17789:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17791:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17789:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17791:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17822:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17821:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17822:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17824:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17822:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17824:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17855:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17854:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17855:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17857:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17855:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17857:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17888:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17887:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17888:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17890:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17888:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17890:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17921:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17920:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17921:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17923:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17921:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17923:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17954:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17953:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17954:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17956:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17954:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17956:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17987:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17986:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17987:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17989:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17987:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:17989:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18020:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18019:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18020:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18022:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18020:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18022:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18053:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18052:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18053:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18055:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18053:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18055:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18099:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18098:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18099:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18102:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18099:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18102:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18127:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18126:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18127:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18129:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18127:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18129:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18160:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18159:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18160:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18162:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18160:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18162:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18193:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18192:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18193:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18195:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18193:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18195:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18226:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18225:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18226:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18228:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18226:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18228:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18259:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18258:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18259:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18261:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18259:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18261:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18292:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18291:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18292:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18294:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18292:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18294:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18325:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18324:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18325:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18327:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18325:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18327:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18358:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18357:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18358:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18360:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18358:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18360:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18391:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18390:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18391:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18393:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18391:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18393:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18424:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18423:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18424:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18426:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18424:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18426:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18457:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18456:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18457:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18459:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18457:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18459:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18490:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18489:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18490:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18492:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18490:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18492:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18523:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18522:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18523:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18525:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18523:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18525:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18556:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18555:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18556:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18558:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18556:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18558:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18602:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18601:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18602:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18605:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18602:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_enum_utils_test.c:18605:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpi_event_encode_test.c:2839:32: style: Variable 'expected_cat' is assigned a value that is never used. [unreadVariable]
openhpi-3.8.0/utils/t/sahpi/sahpi_struct_utils_test.c:29:14: style: The scope of the variable 'str' can be reduced. [variableScope]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:52:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:51:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:52:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:54:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:52:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:54:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:85:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:84:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:85:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:87:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:85:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:87:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:118:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:117:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:118:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:120:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:118:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:120:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:151:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:150:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:151:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:153:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:151:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:153:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:184:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:183:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:184:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:186:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:184:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:186:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:217:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:216:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:217:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:219:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:217:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:219:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:250:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:249:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:250:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:252:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:250:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:252:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:283:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:282:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:283:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:285:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:283:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:285:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:316:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:315:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:316:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:318:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:316:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:318:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:362:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:361:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:362:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:365:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:362:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:365:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:390:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:389:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:390:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:392:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:390:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:392:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:423:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:422:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:423:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:425:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:423:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:425:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:456:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:455:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:456:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:458:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:456:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:458:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:502:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:501:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:502:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:505:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:502:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:505:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:530:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:529:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:530:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:532:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:530:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:532:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:563:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:562:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:563:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:565:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:563:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:565:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:596:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:595:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:596:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:598:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:596:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:598:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:642:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:641:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:642:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:645:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:642:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:645:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:670:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:669:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:670:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:672:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:670:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:672:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:703:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:702:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:703:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:705:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:703:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:705:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:736:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:735:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:736:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:738:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:736:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:738:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:769:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:768:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:769:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:771:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:769:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:771:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:802:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:801:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:802:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:804:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:802:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:804:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:835:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:834:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:835:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:837:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:835:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:837:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:868:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:867:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:868:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:870:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:868:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:870:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:901:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:900:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:901:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:903:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:901:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:903:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:934:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:933:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:934:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:936:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:934:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:936:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:967:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:966:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:967:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:969:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:967:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:969:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1000:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:999:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1000:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1002:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1000:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1002:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1033:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1032:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1033:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1035:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1033:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1035:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1066:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1065:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1066:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1068:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1066:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1068:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1112:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1111:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1112:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1115:17: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1112:3: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/t/sahpi/sahpiatca_enum_utils_test.c:1115:17: note: Variable 'err' is reassigned a value before the old one has been used.
openhpi-3.8.0/utils/uid_utils.c:442:66: style: Function 'write_ep_xref' argument 3 names different: declaration 'file' definition 'fp'. [funcArgNamesDifferent]
openhpi-3.8.0/utils/uid_utils.c:82:66: note: Function 'write_ep_xref' argument 3 names different: declaration 'file' definition 'fp'.
openhpi-3.8.0/utils/uid_utils.c:442:66: note: Function 'write_ep_xref' argument 3 names different: declaration 'file' definition 'fp'.
[12:48]

ftp://ftp.se.debian.org/debian/pool/main/o/openid4java/openid4java_1.0.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openigtlink/openigtlink_1.9.2~svn7468.orig.tar.gz
openigtlink-1.9.2~svn7468/Examples/Imager/ImagerClient.cxx:141:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
openigtlink-1.9.2~svn7468/Examples/Imager/ImagerServer.cxx:154:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
openigtlink-1.9.2~svn7468/Examples/Imager/ImagerServer.cxx:168:9: style: Unused variable: position [unusedVariable]
openigtlink-1.9.2~svn7468/Examples/Imager/ImagerServer.cxx:169:9: style: Unused variable: orientation [unusedVariable]
openigtlink-1.9.2~svn7468/Examples/QuaternionTrackingData/QuaternionTrackingDataServer.cxx:295:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openigtlink-1.9.2~svn7468/Examples/QuaternionTrackingData/QuaternionTrackingDataServer.cxx:302:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openigtlink-1.9.2~svn7468/Examples/QuaternionTrackingData/QuaternionTrackingDataServer.cxx:78:9: style: The scope of the variable 'threadID' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Examples/Thread/MultipleMethodExecute.cxx:34:17: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openigtlink-1.9.2~svn7468/Examples/Thread/MultipleMethodExecute.cxx:35:17: style: Variable 'nThread' is assigned a value that is never used. [unreadVariable]
openigtlink-1.9.2~svn7468/Examples/Thread/MultipleMethodExecute.cxx:71:17: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openigtlink-1.9.2~svn7468/Examples/Thread/MultipleMethodExecute.cxx:72:17: style: Variable 'nThread' is assigned a value that is never used. [unreadVariable]
openigtlink-1.9.2~svn7468/Examples/Thread/SingleMethodExecute.cxx:38:17: style: Variable 'nThread' is assigned a value that is never used. [unreadVariable]
openigtlink-1.9.2~svn7468/Examples/Thread/SpawnThread.cxx:38:17: style: Variable 'nThread' is assigned a value that is never used. [unreadVariable]
openigtlink-1.9.2~svn7468/Examples/TrackingData/TrackingDataServer.cxx:294:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openigtlink-1.9.2~svn7468/Examples/TrackingData/TrackingDataServer.cxx:301:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openigtlink-1.9.2~svn7468/Examples/TrackingData/TrackingDataServer.cxx:78:9: style: The scope of the variable 'threadID' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Source/igtlTypes.h:27:0: error: #error "No native data type can represent an 8-bit integer." [preprocessorErrorDirective]
openigtlink-1.9.2~svn7468/Source/igtlClientSocket.cxx:46:47: style: Function 'ConnectToServer' argument 1 names different: declaration 'hostname' definition 'hostName'. [funcArgNamesDifferent]
openigtlink-1.9.2~svn7468/Source/igtlClientSocket.h:56:35: note: Function 'ConnectToServer' argument 1 names different: declaration 'hostname' definition 'hostName'.
openigtlink-1.9.2~svn7468/Source/igtlClientSocket.cxx:46:47: note: Function 'ConnectToServer' argument 1 names different: declaration 'hostname' definition 'hostName'.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:72:7: style: Technically the member function 'igtl::Socket::GetConnected' can be const. [functionConst]
openigtlink-1.9.2~svn7468/Source/igtlSmartPointer.h:73:0: style: Class 'igtl :: SmartPointer < LightObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openigtlink-1.9.2~svn7468/Source/igtlSmartPointer.h:73:0: style: Class 'igtl :: SmartPointer < Object >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openigtlink-1.9.2~svn7468/Source/igtlSmartPointer.h:73:0: style: Class 'igtl :: SmartPointer < Socket >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openigtlink-1.9.2~svn7468/Source/igtlSmartPointer.h:73:0: style: Class 'igtl :: SmartPointer < ClientSocket >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:82:3: style: The function 'GetNameOfClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlLightObject.h:86:23: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlObject.h:82:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlObject.h:104:16: style: The function 'Register' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlLightObject.h:105:16: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlObject.h:104:16: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlObject.h:107:16: style: The function 'UnRegister' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlLightObject.h:108:16: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlObject.h:107:16: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlObject.h:110:16: style: The function 'SetReferenceCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlLightObject.h:116:16: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlObject.h:110:16: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlObject.h:180:16: style: The function 'PrintSelf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlLightObject.h:126:16: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlObject.h:180:16: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlCreateObjectFunction.h:83:3: style: The function 'CreateAnother' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:79:32: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlCreateObjectFunction.h:83:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.h:75:3: style: The function 'GetNameOfClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:82:3: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.h:75:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.h:157:16: style: The function 'PrintSelf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:180:16: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.h:157:16: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:64:3: style: The function 'GetNameOfClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:82:3: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:64:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:65:3: style: The function 'CreateAnother' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:79:32: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:65:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:104:8: style: The function 'PrintSelf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:180:16: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:104:8: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlClientSocket.h:51:3: style: The function 'GetNameOfClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:64:3: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlClientSocket.h:51:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlClientSocket.h:52:3: style: The function 'CreateAnother' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:65:3: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlClientSocket.h:52:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlClientSocket.h:62:8: style: The function 'PrintSelf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:180:16: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlClientSocket.h:62:8: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.cxx:37:20: warning: Member variable 'ConditionVariable::m_NumberOfWaiters' is not initialized in the constructor. [uninitMemberVar]
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.h:102:8: performance: Technically the member function 'igtl::ConditionVariable::Wait' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.cxx:135:25: note: Technically the member function 'igtl::ConditionVariable::Wait' can be static.
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.h:102:8: note: Technically the member function 'igtl::ConditionVariable::Wait' can be static.
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.h:105:8: performance: Technically the member function 'igtl::ConditionVariable::Signal' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.cxx:74:25: note: Technically the member function 'igtl::ConditionVariable::Signal' can be static.
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.h:105:8: note: Technically the member function 'igtl::ConditionVariable::Signal' can be static.
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.h:108:8: performance: Technically the member function 'igtl::ConditionVariable::Broadcast' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.cxx:93:25: note: Technically the member function 'igtl::ConditionVariable::Broadcast' can be static.
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.h:108:8: note: Technically the member function 'igtl::ConditionVariable::Broadcast' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSmartPointer.h:73:0: style: Class 'igtl :: SmartPointer < MutexLock >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openigtlink-1.9.2~svn7468/Source/igtlSmartPointer.h:73:0: style: Class 'igtl :: SmartPointer < ConditionVariable >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.h:141:3: style: The function 'CreateAnother' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:79:32: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.h:141:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.h:144:3: style: The function 'GetNameOfClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:82:3: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.h:144:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.h:157:8: style: The function 'PrintSelf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:180:16: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.h:157:8: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.h:97:3: style: The function 'GetNameOfClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlLightObject.h:86:23: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlConditionVariable.h:97:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:82:8: style: Technically the member function 'igtl::FastMutexLock::Lock' can be const. [functionConst]
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:100:28: note: Technically the member function 'igtl::FastMutexLock::Lock' can be const.
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:82:8: note: Technically the member function 'igtl::FastMutexLock::Lock' can be const.
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:85:8: style: Technically the member function 'igtl::FastMutexLock::Unlock' can be const. [functionConst]
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:105:28: note: Technically the member function 'igtl::FastMutexLock::Unlock' can be const.
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:85:8: note: Technically the member function 'igtl::FastMutexLock::Unlock' can be const.
openigtlink-1.9.2~svn7468/Source/igtlSmartPointer.h:73:0: style: Class 'igtl :: SmartPointer < FastMutexLock >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:76:3: style: The function 'CreateAnother' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:79:32: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:76:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:79:3: style: The function 'GetNameOfClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:82:3: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:79:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:92:8: style: The function 'PrintSelf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:180:16: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlFastMutexLock.h:92:8: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.cxx:153:5: style: Variable 'num' is reassigned a value before the old one has been used. [redundantAssignment]
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.cxx:107:0: note: Variable 'num' is reassigned a value before the old one has been used.
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.cxx:153:5: note: Variable 'num' is reassigned a value before the old one has been used.
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.cxx:716:42: style: Function 'TerminateThread' argument 1 names different: declaration 'thread_id' definition 'threadID'. [funcArgNamesDifferent]
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.h:229:29: note: Function 'TerminateThread' argument 1 names different: declaration 'thread_id' definition 'threadID'.
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.cxx:716:42: note: Function 'TerminateThread' argument 1 names different: declaration 'thread_id' definition 'threadID'.
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.cxx:244:0: style: Variable 'thread_loop' is assigned a value that is never used. [unreadVariable]
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.cxx:174:16: warning: Member variable 'MultiThreader::m_SpawnedThreadProcessID' is not initialized in the constructor. [uninitMemberVar]
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.cxx:174:16: warning: Member variable 'MultiThreader::m_SingleData' is not initialized in the constructor. [uninitMemberVar]
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.cxx:174:16: warning: Member variable 'MultiThreader::m_MultipleData' is not initialized in the constructor. [uninitMemberVar]
openigtlink-1.9.2~svn7468/Source/igtlSmartPointer.h:73:0: style: Class 'igtl :: SmartPointer < MultiThreader >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.h:143:3: style: The function 'CreateAnother' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:79:32: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.h:143:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.h:144:3: style: The function 'GetNameOfClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:82:3: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.h:144:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.h:244:8: style: The function 'PrintSelf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:180:16: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlMultiThreader.h:244:8: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.cxx:48:18: warning: Member variable 'SimpleMutexLock::m_MutexLock' is not initialized in the constructor. [uninitMemberVar]
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.h:103:8: performance: Technically the member function 'igtl::SimpleMutexLock::Lock' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.cxx:81:23: note: Technically the member function 'igtl::SimpleMutexLock::Lock' can be static.
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.h:103:8: note: Technically the member function 'igtl::SimpleMutexLock::Lock' can be static.
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.h:106:8: performance: Technically the member function 'igtl::SimpleMutexLock::Unlock' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.cxx:97:23: note: Technically the member function 'igtl::SimpleMutexLock::Unlock' can be static.
openigtlink-1.9.2~svn7468/Source/igtlMutexLock.h:106:8: note: Technically the member function 'igtl::SimpleMutexLock::Unlock' can be static.
openigtlink-1.9.2~svn7468/Source/igtlOSUtil.cxx:28:16: style: Function 'Sleep' argument 1 names different: declaration 'millisecond' definition 'milliseconds'. [funcArgNamesDifferent]
openigtlink-1.9.2~svn7468/Source/igtlOSUtil.h:27:36: note: Function 'Sleep' argument 1 names different: declaration 'millisecond' definition 'milliseconds'.
openigtlink-1.9.2~svn7468/Source/igtlOSUtil.cxx:28:16: note: Function 'Sleep' argument 1 names different: declaration 'millisecond' definition 'milliseconds'.
openigtlink-1.9.2~svn7468/Source/igtlObject.cxx:385:32: style: Function 'SetGlobalWarningDisplay' argument 1 names different: declaration 'flag' definition 'val'. [funcArgNamesDifferent]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:114:44: note: Function 'SetGlobalWarningDisplay' argument 1 names different: declaration 'flag' definition 'val'.
openigtlink-1.9.2~svn7468/Source/igtlObject.cxx:385:32: note: Function 'SetGlobalWarningDisplay' argument 1 names different: declaration 'flag' definition 'val'.
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.cxx:556:32: style: Function 'RegisterOverride' argument 2 names different: declaration 'overrideClassName' definition 'subclass'. [funcArgNamesDifferent]
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.h:161:19: note: Function 'RegisterOverride' argument 2 names different: declaration 'overrideClassName' definition 'subclass'.
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.cxx:556:32: note: Function 'RegisterOverride' argument 2 names different: declaration 'overrideClassName' definition 'subclass'.
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.cxx:437:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.h:144:15: style: Technically the member function 'igtl::ObjectFactoryBase::GetLibraryPath' can be const. [functionConst]
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.cxx:729:3: note: Technically the member function 'igtl::ObjectFactoryBase::GetLibraryPath' can be const.
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.h:144:15: note: Technically the member function 'igtl::ObjectFactoryBase::GetLibraryPath' can be const.
openigtlink-1.9.2~svn7468/Source/igtlObjectFactoryBase.cxx:54:15: performance: Technically the member function '::CleanUpObjectFactory::Use' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlSmartPointer.h:73:0: style: Class 'igtl :: SmartPointer < ServerSocket >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openigtlink-1.9.2~svn7468/Source/igtlServerSocket.h:52:3: style: The function 'GetNameOfClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:64:3: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlServerSocket.h:52:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlServerSocket.h:53:3: style: The function 'CreateAnother' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:65:3: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlServerSocket.h:53:3: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlServerSocket.h:74:8: style: The function 'PrintSelf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openigtlink-1.9.2~svn7468/Source/igtlObject.h:180:16: note: Virtual function in base class
openigtlink-1.9.2~svn7468/Source/igtlServerSocket.h:74:8: note: Function in derived class
openigtlink-1.9.2~svn7468/Source/igtlSimpleFastMutexLock.cxx:41:22: warning: Member variable 'SimpleFastMutexLock::m_FastMutexLock' is not initialized in the constructor. [uninitMemberVar]
openigtlink-1.9.2~svn7468/Source/igtlSimpleFastMutexLock.h:100:8: performance: Technically the member function 'igtl::SimpleFastMutexLock::Lock' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlSimpleFastMutexLock.cxx:76:27: note: Technically the member function 'igtl::SimpleFastMutexLock::Lock' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSimpleFastMutexLock.h:100:8: note: Technically the member function 'igtl::SimpleFastMutexLock::Lock' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSimpleFastMutexLock.h:103:8: performance: Technically the member function 'igtl::SimpleFastMutexLock::Unlock' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlSimpleFastMutexLock.cxx:93:27: note: Technically the member function 'igtl::SimpleFastMutexLock::Unlock' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSimpleFastMutexLock.h:103:8: note: Technically the member function 'igtl::SimpleFastMutexLock::Unlock' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:250:55: style: Function 'Connect' argument 2 names different: declaration 'hostname' definition 'hostName'. [funcArgNamesDifferent]
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:144:49: note: Function 'Connect' argument 2 names different: declaration 'hostname' definition 'hostName'.
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:250:55: note: Function 'Connect' argument 2 names different: declaration 'hostname' definition 'hostName'.
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:281:25: style: Function 'GetPort' argument 1 names different: declaration 'socketdescriptor' definition 'sock'. [funcArgNamesDifferent]
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:149:19: note: Function 'GetPort' argument 1 names different: declaration 'socketdescriptor' definition 'sock'.
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:281:25: note: Function 'GetPort' argument 1 names different: declaration 'socketdescriptor' definition 'sock'.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:116:7: performance: Technically the member function 'igtl::Socket::CreateSocket' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:91:13: note: Technically the member function 'igtl::Socket::CreateSocket' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:116:7: note: Technically the member function 'igtl::Socket::CreateSocket' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:120:8: performance: Technically the member function 'igtl::Socket::CloseSocket' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:299:14: note: Technically the member function 'igtl::Socket::CloseSocket' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:120:8: note: Technically the member function 'igtl::Socket::CloseSocket' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:125:7: performance: Technically the member function 'igtl::Socket::BindSocket' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:120:13: note: Technically the member function 'igtl::Socket::BindSocket' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:125:7: note: Technically the member function 'igtl::Socket::BindSocket' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:131:7: performance: Technically the member function 'igtl::Socket::SelectSocket' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:164:13: note: Technically the member function 'igtl::Socket::SelectSocket' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:131:7: note: Technically the member function 'igtl::Socket::SelectSocket' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:136:7: performance: Technically the member function 'igtl::Socket::Accept' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:144:13: note: Technically the member function 'igtl::Socket::Accept' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:136:7: note: Technically the member function 'igtl::Socket::Accept' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:140:7: performance: Technically the member function 'igtl::Socket::Listen' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:154:13: note: Technically the member function 'igtl::Socket::Listen' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:140:7: note: Technically the member function 'igtl::Socket::Listen' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:144:7: performance: Technically the member function 'igtl::Socket::Connect' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:250:13: note: Technically the member function 'igtl::Socket::Connect' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:144:7: note: Technically the member function 'igtl::Socket::Connect' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:149:7: performance: Technically the member function 'igtl::Socket::GetPort' can be static. [functionStatic]
openigtlink-1.9.2~svn7468/Source/igtlSocket.cxx:281:13: note: Technically the member function 'igtl::Socket::GetPort' can be static.
openigtlink-1.9.2~svn7468/Source/igtlSocket.h:149:7: note: Technically the member function 'igtl::Socket::GetPort' can be static.
openigtlink-1.9.2~svn7468/Source/igtlutil/igtl_types.h:27:0: error: #error "No native data type can represent an 8-bit integer." [preprocessorErrorDirective]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_bind_test.c:183:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_bind_test.c:139:7: style: Unused variable: r [unusedVariable]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_bind_test.c:140:7: style: Unused variable: s [unusedVariable]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_colortable_test.c:46:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_image_test.c:46:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_imgmeta_test.c:44:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_imgmeta_test.c:54:20: error: Uninitialized variable: message [uninitvar]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_imgmeta_test.c:55:20: error: Uninitialized variable: message [uninitvar]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_imgmeta_test.c:56:20: error: Uninitialized variable: message [uninitvar]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_imgmeta_test.c:57:20: error: Uninitialized variable: message [uninitvar]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_imgmeta_test.c:58:20: error: Uninitialized variable: message [uninitvar]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_lbmeta_test.c:44:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_lbmeta_test.c:54:20: error: Uninitialized variable: message [uninitvar]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_lbmeta_test.c:55:20: error: Uninitialized variable: message [uninitvar]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_ndarray_test.c:49:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_point_test.c:44:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_point_test.c:54:20: error: Uninitialized variable: message [uninitvar]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_point_test.c:55:20: error: Uninitialized variable: message [uninitvar]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_polydata_test.c:47:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_sensor_test.c:50:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_status_test.c:49:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_string_test.c:51:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_tdata_test.c:44:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_tdata_test.c:54:20: error: Uninitialized variable: message [uninitvar]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_trajectory_test.c:44:7: style: The scope of the variable 's' can be reduced. [variableScope]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_trajectory_test.c:54:20: error: Uninitialized variable: message [uninitvar]
openigtlink-1.9.2~svn7468/Testing/igtlutil/igtl_trajectory_test.c:55:20: error: Uninitialized variable: message [uninitvar]
[12:48]

ftp://ftp.se.debian.org/debian/pool/main/o/openimageio/openimageio_1.8.6~dfsg0.orig.tar.gz
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmp_pvt.h:151:18: warning: Virtual function 'close' is called from destructor '~BmpInput()' at line 147. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmp_pvt.h:147:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmp_pvt.h:151:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmp_pvt.h:183:18: warning: Virtual function 'close' is called from destructor '~BmpOutput()' at line 178. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmp_pvt.h:178:29: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmp_pvt.h:183:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmpoutput.cpp:209:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmpoutput.cpp:208:0: note: Variable 'p' is reassigned a value before the old one has been used.
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmpoutput.cpp:209:5: note: Variable 'p' is reassigned a value before the old one has been used.
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmpoutput.cpp:215:13: style: Variable 'resx' is reassigned a value before the old one has been used. [redundantAssignment]
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmpoutput.cpp:214:0: note: Variable 'resx' is reassigned a value before the old one has been used.
openimageio-1.8.6~dfsg0.orig/src/bmp.imageio/bmpoutput.cpp:215:13: note: Variable 'resx' is reassigned a value before the old one has been used.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1361:78: style: Function 'SetImageDescriptor' argument 2 names different: declaration 'd' definition 'desc'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:499:66: note: Function 'SetImageDescriptor' argument 2 names different: declaration 'd' definition 'desc'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1361:78: note: Function 'SetImageDescriptor' argument 2 names different: declaration 'd' definition 'desc'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1375:63: style: Function 'SetBitDepth' argument 2 names different: declaration 'bpp' definition 'depth'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:513:51: note: Function 'SetBitDepth' argument 2 names different: declaration 'bpp' definition 'depth'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1375:63: note: Function 'SetBitDepth' argument 2 names different: declaration 'bpp' definition 'depth'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1426:45: style: Function 'LabelText' argument 1 names different: declaration 'ct' definition 'desc'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:651:33: note: Function 'LabelText' argument 1 names different: declaration 'ct' definition 'desc'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1426:45: note: Function 'LabelText' argument 1 names different: declaration 'ct' definition 'desc'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1431:54: style: Function 'SetLabelText' argument 1 names different: declaration 'ct' definition 'desc'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:657:42: note: Function 'SetLabelText' argument 1 names different: declaration 'ct' definition 'desc'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1431:54: note: Function 'SetLabelText' argument 1 names different: declaration 'ct' definition 'desc'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1641:48: style: Function 'SetGamma' argument 1 names different: declaration 'gamma' definition 'g'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:879:36: note: Function 'SetGamma' argument 1 names different: declaration 'gamma' definition 'g'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1641:48: note: Function 'SetGamma' argument 1 names different: declaration 'gamma' definition 'g'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1087:15: performance: Technically the member function 'cineon::Header::Size' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1130:27: note: Technically the member function 'cineon::Header::Size' can be static.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonHeader.h:1087:15: note: Technically the member function 'cineon::Header::Size' can be static.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/cineoninput.cpp:50:18: warning: Virtual function 'close' is called from destructor '~CineonInput()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/cineoninput.cpp:47:31: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/cineoninput.cpp:50:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/cineoninput.cpp:97:5: warning: Possible leak in public function. The pointer 'm_stream' is not deallocated before it is allocated. [publicAllocationError]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.cpp:55:37: style: Function 'IdentifyFile' argument 1 names different: declaration 'file' definition 'fp'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.h:135:30: note: Function 'IdentifyFile' argument 1 names different: declaration 'file' definition 'fp'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.cpp:55:37: note: Function 'IdentifyFile' argument 1 names different: declaration 'file' definition 'fp'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.cpp:70:39: style: Function 'IdentifyFile' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.h:143:32: note: Function 'IdentifyFile' argument 1 names different: declaration 'data' definition 'p'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.cpp:70:39: note: Function 'IdentifyFile' argument 1 names different: declaration 'data' definition 'p'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/EndianSwap.h:47:16: style: The scope of the variable 'c' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/ElementReadStream.h:49:3: style: Class 'ElementReadStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Codec.cpp:80:38: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/InStream.cpp:54:33: style: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonStream.h:82:33: note: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/InStream.cpp:54:33: note: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/OutStream.cpp:54:34: style: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/CineonStream.h:166:32: note: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/OutStream.cpp:54:34: note: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Reader.cpp:78:44: style: Function 'SetInStream' argument 1 names different: declaration 'stream' definition 'fd'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.h:201:30: note: Function 'SetInStream' argument 1 names different: declaration 'stream' definition 'fd'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Reader.cpp:78:44: note: Function 'SetInStream' argument 1 names different: declaration 'stream' definition 'fd'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/WriterInternal.h:86:7: style: The scope of the variable 'count' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/WriterInternal.h:141:10: style: The scope of the variable 'entry' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/WriterInternal.h:343:7: style: The scope of the variable 'src' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Writer.cpp:209:7: style: The scope of the variable 'reverse' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Writer.cpp:309:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Writer.cpp:96:46: style: Function 'SetOutStream' argument 1 names different: declaration 'stream' definition 'fd'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.h:362:32: note: Function 'SetOutStream' argument 1 names different: declaration 'stream' definition 'fd'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Writer.cpp:96:46: note: Function 'SetOutStream' argument 1 names different: declaration 'stream' definition 'fd'.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/WriterInternal.h:111:5: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/WriterInternal.h:104:4: style: Variable 'maxCount' is assigned a value that is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Writer.cpp:45:17: warning: Member variable 'Writer::fd' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.h:295:8: performance: Technically the member function 'cineon::Writer::Start' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Writer.cpp:55:22: note: Technically the member function 'cineon::Writer::Start' can be static.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.h:295:8: note: Technically the member function 'cineon::Writer::Start' can be static.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.h:369:8: performance: Technically the member function 'cineon::Writer::SetUserData' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Writer.cpp:118:22: note: Technically the member function 'cineon::Writer::SetUserData' can be static.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.h:369:8: note: Technically the member function 'cineon::Writer::SetUserData' can be static.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.h:384:8: performance: Technically the member function 'cineon::Writer::WriteUserData' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Writer.cpp:124:22: note: Technically the member function 'cineon::Writer::WriteUserData' can be static.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/Cineon.h:384:8: note: Technically the member function 'cineon::Writer::WriteUserData' can be static.
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/WriterInternal.h:178:69: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openimageio-1.8.6~dfsg0.orig/src/cineon.imageio/libcineon/WriterInternal.h:231:41: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/ddsinput.cpp:689:20: warning: Accessing an item in container 'm_buf'. Either the condition 'm_buf.empty()' is redundant or 'm_buf' can be empty. [containerOutOfBounds]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/ddsinput.cpp:669:20: note: Assuming that condition 'm_buf.empty()' is not redundant
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/ddsinput.cpp:689:20: note: Access out of bounds
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/ddsinput.cpp:57:18: warning: Virtual function 'close' is called from destructor '~DDSInput()' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/ddsinput.cpp:54:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/ddsinput.cpp:57:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/clusterfit.cpp:137:5: style: The scope of the variable 'bestindices' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/clusterfit.cpp:268:5: style: The scope of the variable 'bestindices' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/maths.h:40:2: warning: Member variable 'Vec3::m_x' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/maths.h:40:2: warning: Member variable 'Vec3::m_y' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/maths.h:40:2: warning: Member variable 'Vec3::m_z' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/maths.h:204:2: warning: Member variable 'Sym3x3::m_x' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/simd_float.h:40:2: warning: Member variable 'Vec4::m_x' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/simd_float.h:40:2: warning: Member variable 'Vec4::m_y' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/simd_float.h:40:2: warning: Member variable 'Vec4::m_z' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/simd_float.h:40:2: warning: Member variable 'Vec4::m_w' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/clusterfit.cpp:34:13: warning: Member variable 'ClusterFit::m_order' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/maths.h:208:2: style: Class 'Sym3x3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/clusterfit.h:45:15: style: The function 'Compress3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/colourfit.h:46:15: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/clusterfit.h:45:15: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/clusterfit.h:46:15: style: The function 'Compress4' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/colourfit.h:47:15: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/clusterfit.h:46:15: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/rangefit.h:43:15: style: The function 'Compress3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/colourfit.h:46:15: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/rangefit.h:43:15: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/rangefit.h:44:15: style: The function 'Compress4' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/colourfit.h:47:15: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/rangefit.h:44:15: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/singlecolourfit.cpp:61:18: warning: Member variable 'SingleColourFit::m_index' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/singlecolourfit.cpp:61:18: warning: Member variable 'SingleColourFit::m_error' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/singlecolourfit.h:43:15: style: The function 'Compress3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/colourfit.h:46:15: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/singlecolourfit.h:43:15: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/singlecolourfit.h:44:15: style: The function 'Compress4' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/colourfit.h:47:15: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/dds.imageio/squish/singlecolourfit.h:44:15: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/dicom.imageio/dicominput.cpp:311:20: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openimageio-1.8.6~dfsg0.orig/src/dicom.imageio/dicominput.cpp:322:15: note: Found duplicate branches for 'if' and 'else'.
openimageio-1.8.6~dfsg0.orig/src/dicom.imageio/dicominput.cpp:311:20: note: Found duplicate branches for 'if' and 'else'.
openimageio-1.8.6~dfsg0.orig/src/dicom.imageio/dicominput.cpp:63:5: warning: Member variable 'DICOMInput::m_framecount' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dicom.imageio/dicominput.cpp:63:5: warning: Member variable 'DICOMInput::m_firstframe' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dicom.imageio/dicominput.cpp:63:5: warning: Member variable 'DICOMInput::m_bitspersample' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dicom.imageio/dicominput.cpp:70:18: warning: Virtual function 'close' is called from destructor '~DICOMInput()' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/dicom.imageio/dicominput.cpp:64:29: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/dicom.imageio/dicominput.cpp:70:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.h:1450:15: performance: Technically the member function 'dpx::Header::Size' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.h:1511:27: note: Technically the member function 'dpx::Header::Size' can be static.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.h:1450:15: note: Technically the member function 'dpx::Header::Size' can be static.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/dpxinput.cpp:51:18: warning: Virtual function 'close' is called from destructor '~DPXInput()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/dpxinput.cpp:47:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/dpxinput.cpp:51:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/dpxinput.cpp:136:5: warning: Possible leak in public function. The pointer 'm_stream' is not deallocated before it is allocated. [publicAllocationError]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/dpxoutput.cpp:184:60: style: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/dpxoutput.cpp:67:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/dpxoutput.cpp:184:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/dpxoutput.cpp:71:18: warning: Virtual function 'close' is called from destructor '~DPXOutput()' at line 161. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/dpxoutput.cpp:161:5: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/dpxoutput.cpp:71:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/ElementReadStream.h:49:3: style: Class 'ElementReadStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Codec.cpp:78:38: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPX.cpp:55:34: style: Function 'IdentifyFile' argument 1 names different: declaration 'file' definition 'fp'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPX.h:136:30: note: Function 'IdentifyFile' argument 1 names different: declaration 'file' definition 'fp'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPX.cpp:55:34: note: Function 'IdentifyFile' argument 1 names different: declaration 'file' definition 'fp'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPX.cpp:70:36: style: Function 'IdentifyFile' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPX.h:144:32: note: Function 'IdentifyFile' argument 1 names different: declaration 'data' definition 'p'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPX.cpp:70:36: note: Function 'IdentifyFile' argument 1 names different: declaration 'data' definition 'p'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXColorConverter.cpp:395:0: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXColorConverter.cpp:95:0: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/EndianSwap.h:47:16: style: The scope of the variable 'c' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.cpp:765:57: style: Function 'SetCreationTimeDate' argument 1 names different: declaration 'secs' definition 'sec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.h:479:42: note: Function 'SetCreationTimeDate' argument 1 names different: declaration 'secs' definition 'sec'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.cpp:765:57: note: Function 'SetCreationTimeDate' argument 1 names different: declaration 'secs' definition 'sec'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.cpp:781:55: style: Function 'SetSourceTimeDate' argument 1 names different: declaration 'secs' definition 'sec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.h:903:40: note: Function 'SetSourceTimeDate' argument 1 names different: declaration 'secs' definition 'sec'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.cpp:781:55: note: Function 'SetSourceTimeDate' argument 1 names different: declaration 'secs' definition 'sec'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.h:1399:8: performance: Technically the member function 'dpx::IndustryHeader::TCFromString' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.cpp:709:31: note: Technically the member function 'dpx::IndustryHeader::TCFromString' can be static.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.h:1399:8: note: Technically the member function 'dpx::IndustryHeader::TCFromString' can be static.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.h:1455:11: style: Technically the member function 'dpx::Header::CalculateOffsets' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.cpp:531:19: note: Technically the member function 'dpx::Header::CalculateOffsets' can be const.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.h:1455:11: note: Technically the member function 'dpx::Header::CalculateOffsets' can be const.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.h:1471:11: performance: Technically the member function 'dpx::Header::Check' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.cpp:199:19: note: Technically the member function 'dpx::Header::Check' can be static.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXHeader.h:1471:11: note: Technically the member function 'dpx::Header::Check' can be static.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/InStream.cpp:53:33: style: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXStream.h:82:33: note: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/InStream.cpp:53:33: note: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/OutStream.cpp:52:34: style: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPXStream.h:166:32: note: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/OutStream.cpp:52:34: note: Function 'Open' argument 1 names different: declaration 'fn' definition 'f'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Reader.cpp:84:41: style: Function 'SetInStream' argument 1 names different: declaration 'stream' definition 'fd'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPX.h:202:30: note: Function 'SetInStream' argument 1 names different: declaration 'stream' definition 'fd'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Reader.cpp:84:41: note: Function 'SetInStream' argument 1 names different: declaration 'stream' definition 'fd'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/RunLengthEncoding.h:66:16: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Codec.h:66:16: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/RunLengthEncoding.h:66:16: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/RunLengthEncoding.cpp:72:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Writer.cpp:184:55: style: Public interface of Writer is not safe. When calling Writer::WritePadData(), if parameter alignment is 0 that leads to division by zero. [unsafeClassDivZero]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Writer.cpp:312:101: style: Condition 'bitDepth==10' is always true [knownConditionTrueFalse]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Writer.cpp:310:3: note: case 10: bitDepth is 10 here.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Writer.cpp:312:101: note: Condition 'bitDepth==10' is always true
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/WriterInternal.h:161:10: style: The scope of the variable 'entry' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Writer.cpp:256:7: style: The scope of the variable 'reverse' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Writer.cpp:373:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Writer.cpp:113:43: style: Function 'SetOutStream' argument 1 names different: declaration 'stream' definition 'fd'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPX.h:366:32: note: Function 'SetOutStream' argument 1 names different: declaration 'stream' definition 'fd'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Writer.cpp:113:43: note: Function 'SetOutStream' argument 1 names different: declaration 'stream' definition 'fd'.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Writer.cpp:45:14: warning: Member variable 'Writer::fd' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPX.h:293:8: performance: Technically the member function 'dpx::Writer::Start' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/Writer.cpp:55:19: note: Technically the member function 'dpx::Writer::Start' can be static.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/DPX.h:293:8: note: Technically the member function 'dpx::Writer::Start' can be static.
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/WriterInternal.h:198:69: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openimageio-1.8.6~dfsg0.orig/src/dpx.imageio/libdpx/WriterInternal.h:251:41: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:340:16: warning: Either the condition 'while(stream&&av_read_frame(m_format_context,&pkt)>=0)' is redundant or there is possible null pointer dereference: stream. [nullPointerRedundantCheck]
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:352:15: note: Assuming that condition 'while(stream&&av_read_frame(m_format_context,&pkt)>=0)' is not redundant
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:340:16: note: Null pointer dereference
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:341:20: warning: Either the condition 'while(stream&&av_read_frame(m_format_context,&pkt)>=0)' is redundant or there is possible null pointer dereference: stream. [nullPointerRedundantCheck]
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:352:15: note: Assuming that condition 'while(stream&&av_read_frame(m_format_context,&pkt)>=0)' is not redundant
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:341:20: note: Null pointer dereference
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:493:29: style: Function 'read_frame' argument 1 names different: declaration 'pos' definition 'frame'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:145:25: note: Function 'read_frame' argument 1 names different: declaration 'pos' definition 'frame'.
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:493:29: note: Function 'read_frame' argument 1 names different: declaration 'pos' definition 'frame'.
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:572:24: style: Function 'seek' argument 1 names different: declaration 'pos' definition 'frame'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:150:20: note: Function 'seek' argument 1 names different: declaration 'pos' definition 'frame'.
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:572:24: note: Function 'seek' argument 1 names different: declaration 'pos' definition 'frame'.
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:584:29: style: Function 'time_stamp' argument 1 names different: declaration 'pos' definition 'frame'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:152:28: note: Function 'time_stamp' argument 1 names different: declaration 'pos' definition 'frame'.
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:584:29: note: Function 'time_stamp' argument 1 names different: declaration 'pos' definition 'frame'.
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:141:18: warning: Virtual function 'close' is called from destructor '~FFmpegInput()' at line 236. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:236:5: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/ffmpeg.imageio/ffmpeginput.cpp:141:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3dinput.cpp:130:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3dinput.cpp:128:9: note: outer condition: !initialized
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3dinput.cpp:130:13: note: identical inner condition: !initialized
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3dinput.cpp:130:13: style: Condition '!initialized' is always true [knownConditionTrueFalse]
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3dinput.cpp:128:9: note: Assuming that condition '!initialized' is not redundant
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3dinput.cpp:130:13: note: Condition '!initialized' is always true
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3d_pvt.h:69:5: warning: Member variable 'layerrecord::fieldtype' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3dinput.cpp:67:18: warning: Virtual function 'close' is called from destructor '~Field3DInput()' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3dinput.cpp:60:32: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3dinput.cpp:67:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3doutput.cpp:172:64: style: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3doutput.cpp:57:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3doutput.cpp:172:64: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3doutput.cpp:61:18: warning: Virtual function 'close' is called from destructor '~Field3DOutput()' at line 150. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3doutput.cpp:150:5: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/field3d.imageio/field3doutput.cpp:61:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/fits.imageio/fits_pvt.h:79:18: warning: Virtual function 'close' is called from destructor '~FitsInput()' at line 70. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/fits.imageio/fits_pvt.h:70:29: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/fits.imageio/fits_pvt.h:79:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/fits.imageio/fits_pvt.h:147:18: warning: Virtual function 'close' is called from destructor '~FitsOutput()' at line 142. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/fits.imageio/fits_pvt.h:142:30: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/fits.imageio/fits_pvt.h:147:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/fits.imageio/fitsinput.cpp:142:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/fits.imageio/fitsinput.cpp:145:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/fits.imageio/fitsoutput.cpp:136:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/fits.imageio/fitsoutput.cpp:139:26: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifinput.cpp:190:42: style: Function 'read_gif_extension' argument 3 names different: declaration 'spec' definition 'newspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifinput.cpp:104:73: note: Function 'read_gif_extension' argument 3 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifinput.cpp:190:42: note: Function 'read_gif_extension' argument 3 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifinput.cpp:60:5: warning: Member variable 'GIFInput::m_transparent_color' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifinput.cpp:60:5: warning: Member variable 'GIFInput::m_subimage' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifinput.cpp:60:5: warning: Member variable 'GIFInput::m_disposal_method' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifinput.cpp:60:5: warning: Member variable 'GIFInput::m_previous_disposal_method' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifinput.cpp:64:18: warning: Virtual function 'close' is called from destructor '~GIFInput()' at line 61. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifinput.cpp:61:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifinput.cpp:64:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gif.h:670:28: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifoutput.cpp:108:60: style: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifoutput.cpp:63:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifoutput.cpp:108:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifoutput.cpp:69:18: warning: Virtual function 'close' is called from destructor '~GIFOutput()' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifoutput.cpp:55:29: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/gif.imageio/gifoutput.cpp:69:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdrinput.cpp:188:60: style: Same expression on both sides of '==' because the value of 'current_subimage()' and 'subimage' are the same. [duplicateExpression]
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdrinput.cpp:182:40: note: 'subimage' is assigned value 'current_subimage()' here.
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdrinput.cpp:188:60: note: Same expression on both sides of '==' because the value of 'current_subimage()' and 'subimage' are the same.
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdrinput.cpp:103:53: style: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdrinput.cpp:63:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdrinput.cpp:103:53: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdrinput.cpp:60:5: warning: Member variable 'HdrInput::rgbe_error' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdrinput.cpp:65:18: warning: Virtual function 'close' is called from destructor '~HdrInput()' at line 61. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdrinput.cpp:61:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdrinput.cpp:65:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdroutput.cpp:80:60: style: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdroutput.cpp:49:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdroutput.cpp:80:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdroutput.cpp:46:5: warning: Member variable 'HdrOutput::rgbe_error' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdroutput.cpp:56:18: warning: Virtual function 'close' is called from destructor '~HdrOutput()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdroutput.cpp:47:29: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/hdroutput.cpp:56:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/rgbe.cpp:120:9: style: The scope of the variable 'f' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/rgbe.cpp:313:12: style: The scope of the variable 'beg_run' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/rgbe.cpp:313:21: style: The scope of the variable 'run_count' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/rgbe.cpp:313:32: style: The scope of the variable 'old_run_count' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/hdr.imageio/rgbe.cpp:411:45: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/png.imageio/png_pvt.h:211:21: style: Unused variable: comments [unusedVariable]
openimageio-1.8.6~dfsg0.orig/src/ico.imageio/icoinput.cpp:55:18: warning: Virtual function 'close' is called from destructor '~ICOInput()' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/ico.imageio/icoinput.cpp:52:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/ico.imageio/icoinput.cpp:55:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/ico.imageio/icooutput.cpp:275:13: style: The scope of the variable 'amount' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/ico.imageio/icooutput.cpp:152:60: style: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/ico.imageio/icooutput.cpp:56:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/ico.imageio/icooutput.cpp:152:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/ico.imageio/icooutput.cpp:58:18: warning: Virtual function 'close' is called from destructor '~ICOOutput()' at line 146. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/ico.imageio/icooutput.cpp:146:5: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/ico.imageio/icooutput.cpp:58:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iff_pvt.cpp:44:14: style: The scope of the variable 'chunksize' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iff_pvt.h:144:18: warning: Virtual function 'close' is called from destructor '~IffInput()' at line 141. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iff_pvt.h:141:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iff_pvt.h:144:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iff_pvt.h:216:18: warning: Virtual function 'close' is called from destructor '~IffOutput()' at line 211. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iff_pvt.h:211:29: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iff_pvt.h:216:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iffinput.cpp:208:14: style: The scope of the variable 'chunksize' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iffinput.cpp:475:20: style: The scope of the variable 'src' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iffinput.cpp:475:26: style: The scope of the variable 'dst' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iffoutput.cpp:220:24: style: The scope of the variable 'src' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iffoutput.cpp:220:30: style: The scope of the variable 'dst' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iffoutput.cpp:285:45: style: The scope of the variable 'size' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/iff.imageio/iffoutput.cpp:379:45: style: The scope of the variable 'size' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:7989:15: style: Same expression on both sides of '/'. [duplicateExpression]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5006:50: style: Function 'xml_writer_file' argument 1 names different: declaration 'file' definition 'file_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:306:25: note: Function 'xml_writer_file' argument 1 names different: declaration 'file' definition 'file_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5006:50: note: Function 'xml_writer_file' argument 1 names different: declaration 'file' definition 'file_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5394:86: style: Function 'children' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:673:68: note: Function 'children' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5394:86: note: Function 'children' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5454:50: style: Function 'child' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:505:32: note: Function 'child' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5454:50: note: Function 'child' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5464:59: style: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:506:41: note: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5464:59: note: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5475:57: style: Function 'next_sibling' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:507:39: note: Function 'next_sibling' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5475:57: note: Function 'next_sibling' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5490:61: style: Function 'previous_sibling' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:508:43: note: Function 'previous_sibling' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5490:61: note: Function 'previous_sibling' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5500:59: style: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:511:41: note: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5500:59: note: Function 'attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5500:81: style: Function 'attribute' argument 2 names different: declaration 'hint' definition 'hint_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:511:62: note: Function 'attribute' argument 2 names different: declaration 'hint' definition 'hint_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5500:81: note: Function 'attribute' argument 2 names different: declaration 'hint' definition 'hint_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5571:61: style: Function 'child_value' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:517:43: note: Function 'child_value' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5571:61: note: Function 'child_value' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5616:66: style: Function 'append_attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:524:48: note: Function 'append_attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5616:66: note: Function 'append_attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5633:67: style: Function 'prepend_attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:525:49: note: Function 'prepend_attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5633:67: note: Function 'prepend_attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5650:72: style: Function 'insert_attribute_after' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:526:54: note: Function 'insert_attribute_after' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5650:72: note: Function 'insert_attribute_after' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5668:73: style: Function 'insert_attribute_before' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:527:55: note: Function 'insert_attribute_before' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5668:73: note: Function 'insert_attribute_before' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5756:57: style: Function 'append_child' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:536:39: note: Function 'append_child' argument 1 names different: declaration 'type' definition 'type_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5756:57: note: Function 'append_child' argument 1 names different: declaration 'type' definition 'type_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5773:58: style: Function 'prepend_child' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:537:40: note: Function 'prepend_child' argument 1 names different: declaration 'type' definition 'type_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5773:58: note: Function 'prepend_child' argument 1 names different: declaration 'type' definition 'type_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5790:64: style: Function 'insert_child_before' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:539:46: note: Function 'insert_child_before' argument 1 names different: declaration 'type' definition 'type_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5790:64: note: Function 'insert_child_before' argument 1 names different: declaration 'type' definition 'type_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5808:63: style: Function 'insert_child_after' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:538:45: note: Function 'insert_child_after' argument 1 names different: declaration 'type' definition 'type_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5808:63: note: Function 'insert_child_after' argument 1 names different: declaration 'type' definition 'type_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5826:57: style: Function 'append_child' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:542:39: note: Function 'append_child' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5826:57: note: Function 'append_child' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5835:58: style: Function 'prepend_child' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:543:40: note: Function 'prepend_child' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5835:58: note: Function 'prepend_child' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5844:63: style: Function 'insert_child_after' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:544:45: note: Function 'insert_child_after' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5844:63: note: Function 'insert_child_after' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5853:64: style: Function 'insert_child_before' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:545:46: note: Function 'insert_child_before' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5853:64: note: Function 'insert_child_before' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6000:57: style: Function 'remove_attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:561:39: note: Function 'remove_attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6000:57: note: Function 'remove_attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6019:53: style: Function 'remove_child' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:565:35: note: Function 'remove_child' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6019:53: note: Function 'remove_child' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6066:68: style: Function 'find_child_by_attribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:621:50: note: Function 'find_child_by_attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6066:68: note: Function 'find_child_by_attribute' argument 1 names different: declaration 'name' definition 'name_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6129:66: style: Function 'first_element_by_path' argument 1 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:630:48: note: Function 'first_element_by_path' argument 1 names different: declaration 'path' definition 'path_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6129:66: note: Function 'first_element_by_path' argument 1 names different: declaration 'path' definition 'path_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6246:83: style: Function 'print' argument 1 names different: declaration 'os' definition 'stream'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:655:65: note: Function 'print' argument 1 names different: declaration 'os' definition 'stream'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6246:83: note: Function 'print' argument 1 names different: declaration 'os' definition 'stream'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6253:89: style: Function 'print' argument 1 names different: declaration 'os' definition 'stream'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:656:71: note: Function 'print' argument 1 names different: declaration 'os' definition 'stream'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6253:89: note: Function 'print' argument 1 names different: declaration 'os' definition 'stream'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6939:64: style: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:1024:42: note: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6939:64: note: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6949:67: style: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:1025:45: note: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6949:67: note: Function 'load_file' argument 1 names different: declaration 'path' definition 'path_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:7024:52: style: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:1048:30: note: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:7024:52: note: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:7032:55: style: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:1049:33: note: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:7032:55: note: Function 'save_file' argument 1 names different: declaration 'path' definition 'path_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11818:70: style: Function 'xpath_exception' argument 1 names different: declaration 'result' definition 'result_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:1246:54: note: Function 'xpath_exception' argument 1 names different: declaration 'result' definition 'result_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11818:70: note: Function 'xpath_exception' argument 1 names different: declaration 'result' definition 'result_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11838:50: style: Function 'xpath_node' argument 1 names different: declaration 'node' definition 'node_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:1270:30: note: Function 'xpath_node' argument 1 names different: declaration 'node' definition 'node_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11838:50: note: Function 'xpath_node' argument 1 names different: declaration 'node' definition 'node_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11842:55: style: Function 'xpath_node' argument 1 names different: declaration 'attribute' definition 'attribute_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:1271:35: note: Function 'xpath_node' argument 1 names different: declaration 'attribute' definition 'attribute_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11842:55: note: Function 'xpath_node' argument 1 names different: declaration 'attribute' definition 'attribute_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11842:83: style: Function 'xpath_node' argument 2 names different: declaration 'parent' definition 'parent_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:1271:62: note: Function 'xpath_node' argument 2 names different: declaration 'parent' definition 'parent_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11842:83: note: Function 'xpath_node' argument 2 names different: declaration 'parent' definition 'parent_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:12058:59: style: Function 'xpath_variable' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:1094:35: note: Function 'xpath_variable' argument 1 names different: declaration 'type' definition 'type_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:12058:59: note: Function 'xpath_variable' argument 1 names different: declaration 'type' definition 'type_'.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:1938:5: style: Variable 'offset' is modified but its new value is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9718:39: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9727:36: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9737:36: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9744:38: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9768:36: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9777:36: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9799:38: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9841:39: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9851:41: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9866:36: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9873:38: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9912:39: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9919:38: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9957:38: style: Boolean variable 'once' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5006:28: warning: Member variable 'xml_writer_file::file' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5017:30: warning: Member variable 'xml_writer_stream::narrow_stream' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5017:30: warning: Member variable 'xml_writer_stream::wide_stream' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5021:30: warning: Member variable 'xml_writer_stream::narrow_stream' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5021:30: warning: Member variable 'xml_writer_stream::wide_stream' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5065:26: warning: Member variable 'xml_attribute::_attr' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5069:26: warning: Member variable 'xml_attribute::_attr' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5347:21: warning: Member variable 'xml_node::_root' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5351:21: warning: Member variable 'xml_node::_root' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6303:21: warning: Member variable 'xml_text::_root' is not initialized in the constructor. [uninitMemberVarPrivate]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6330:21: warning: Member variable 'xml_text::_root' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6691:36: warning: Member variable 'xml_named_node_iterator::_name' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6695:36: warning: Member variable 'xml_named_node_iterator::_name' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6699:36: warning: Member variable 'xml_named_node_iterator::_name' is not initialized in the constructor. [uninitMemberVarPrivate]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:5042:28: warning: Member variable 'xml_tree_walker::_depth' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6761:29: warning: Member variable 'xml_parse_result::status' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6761:29: warning: Member variable 'xml_parse_result::offset' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6761:29: warning: Member variable 'xml_parse_result::encoding' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6801:25: warning: Member variable 'xml_document::_buffer' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6801:25: warning: Member variable 'xml_document::_memory' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:12044:31: warning: Member variable 'xpath_parse_result::error' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:12044:31: warning: Member variable 'xpath_parse_result::offset' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:12058:27: warning: Member variable 'xpath_variable::_type' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:12058:27: warning: Member variable 'xpath_variable::_next' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:12155:31: warning: Member variable 'xpath_variable_set::_data' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:12167:31: warning: Member variable 'xpath_variable_set::_data' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:12175:51: warning: Member variable 'xpath_variable_set::_data' is not assigned a value in 'xpath_variable_set::operator='. [operatorEqVarError]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:12339:24: warning: Member variable 'xpath_query::_impl' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:12368:24: warning: Member variable 'xpath_query::_impl' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11955:27: warning: Member variable 'xpath_node_set::_type' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11955:27: warning: Member variable 'xpath_node_set::_begin' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11955:27: warning: Member variable 'xpath_node_set::_end' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:1076:13: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:1092:13: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:633:8: style: Technically the member function 'pugi::xml_node::traverse' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6176:26: note: Technically the member function 'pugi::xml_node::traverse' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:633:8: note: Technically the member function 'pugi::xml_node::traverse' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:817:21: style: Technically the member function 'pugi::xml_node_iterator::operator++' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6610:48: note: Technically the member function 'pugi::xml_node_iterator::operator++' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:817:21: note: Technically the member function 'pugi::xml_node_iterator::operator++' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:820:21: style: Technically the member function 'pugi::xml_node_iterator::operator--' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6623:48: note: Technically the member function 'pugi::xml_node_iterator::operator--' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:820:21: note: Technically the member function 'pugi::xml_node_iterator::operator--' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:859:26: style: Technically the member function 'pugi::xml_attribute_iterator::operator++' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6671:58: note: Technically the member function 'pugi::xml_attribute_iterator::operator++' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:859:26: note: Technically the member function 'pugi::xml_attribute_iterator::operator++' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:862:26: style: Technically the member function 'pugi::xml_attribute_iterator::operator--' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6684:58: note: Technically the member function 'pugi::xml_attribute_iterator::operator--' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:862:26: note: Technically the member function 'pugi::xml_attribute_iterator::operator--' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:895:27: style: Technically the member function 'pugi::xml_named_node_iterator::operator++' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6732:60: note: Technically the member function 'pugi::xml_named_node_iterator::operator++' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:895:27: note: Technically the member function 'pugi::xml_named_node_iterator::operator++' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:898:27: style: Technically the member function 'pugi::xml_named_node_iterator::operator--' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:6754:60: note: Technically the member function 'pugi::xml_named_node_iterator::operator--' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:898:27: note: Technically the member function 'pugi::xml_named_node_iterator::operator--' can be const.
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:668:8: performance: Technically the member function 'pugi::impl::xml_allocator::reserve' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:7519:8: style: Technically the member function 'pugi::impl::xpath_allocator::release' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:9584:8: style: Technically the member function 'pugi::impl::xpath_ast_node::apply_predicates' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:10929:8: performance: Technically the member function 'pugi::impl::xpath_parser::throw_error_oom' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11090:10: performance: Technically the member function 'pugi::impl::xpath_parser::parse_axis_name' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:11158:14: performance: Technically the member function 'pugi::impl::xpath_parser::parse_node_test_type' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:306:3: style: Class 'xml_writer_file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:320:3: style: Class 'xml_writer_stream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:321:3: style: Class 'xml_writer_stream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:807:3: style: Class 'xml_node_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:1094:3: style: Class 'xpath_variable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:1270:3: style: Class 'xpath_node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:488:3: style: Struct 'xml_allocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:1074:3: style: Struct 'xml_attribute_struct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:1121:3: style: Struct 'xml_document_struct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:2896:3: style: Struct 'xml_parser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:4992:3: style: Struct 'name_null_sentry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:7537:3: style: Struct 'xpath_allocator_capture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.cpp:8261:3: style: Struct 'namespace_uri_predicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:308:16: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:298:16: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:308:16: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:323:16: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:298:16: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/include/OpenImageIO/pugixml.hpp:323:16: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.cpp:640:27: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.cpp:1015:13: style: Variable 'load_result' is reassigned a value before the old one has been used. [redundantAssignment]
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.cpp:1011:0: note: Variable 'load_result' is reassigned a value before the old one has been used.
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.cpp:1015:13: note: Variable 'load_result' is reassigned a value before the old one has been used.
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.cpp:1247:31: style: Function 'viewChannel' argument 1 names different: declaration 'channel' definition 'c'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.h:193:27: note: Function 'viewChannel' argument 1 names different: declaration 'channel' definition 'c'.
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.cpp:1247:31: note: Function 'viewChannel' argument 1 names different: declaration 'channel' definition 'c'.
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.cpp:2020:56: style: Function 'view' argument 3 names different: declaration 'zoom' definition 'newzoom'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.h:211:52: note: Function 'view' argument 3 names different: declaration 'zoom' definition 'newzoom'.
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.cpp:2020:56: note: Function 'view' argument 3 names different: declaration 'zoom' definition 'newzoom'.
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.h:85:5: style: Class 'IvImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.h:436:5: style: Class 'IvPreferenceWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.cpp:1069:19: style: Function 'view' argument 1 names different: declaration 'centerx' definition 'xcenter'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.h:74:30: note: Function 'view' argument 1 names different: declaration 'centerx' definition 'xcenter'.
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.cpp:1069:19: note: Function 'view' argument 1 names different: declaration 'centerx' definition 'xcenter'.
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.cpp:1069:34: style: Function 'view' argument 2 names different: declaration 'centery' definition 'ycenter'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.h:74:45: note: Function 'view' argument 2 names different: declaration 'centery' definition 'ycenter'.
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.cpp:1069:34: note: Function 'view' argument 2 names different: declaration 'centery' definition 'ycenter'.
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.cpp:1454:35: style: Function 'typespec_to_opengl' argument 5 names different: declaration 'glinternal' definition 'glinternalformat'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.h:125:56: note: Function 'typespec_to_opengl' argument 5 names different: declaration 'glinternal' definition 'glinternalformat'.
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.cpp:1454:35: note: Function 'typespec_to_opengl' argument 5 names different: declaration 'glinternal' definition 'glinternalformat'.
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.cpp:824:28: warning: Obsolete function 'alloca' called. [allocaCalled]
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.cpp:895:35: warning: Obsolete function 'alloca' called. [allocaCalled]
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.cpp:73:7: warning: Member variable 'IvGL::m_mousex' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.cpp:73:7: warning: Member variable 'IvGL::m_mousey' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/iv/ivgl.cpp:73:7: warning: Member variable 'IvGL::m_use_npot_texture' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/iv/ivimage.cpp:89:51: style: Function 'read_iv' argument 7 names different: declaration 'secondary_buffer' definition 'secondary_data'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.h:97:59: note: Function 'read_iv' argument 7 names different: declaration 'secondary_buffer' definition 'secondary_data'.
openimageio-1.8.6~dfsg0.orig/src/iv/ivimage.cpp:89:51: note: Function 'read_iv' argument 7 names different: declaration 'secondary_buffer' definition 'secondary_data'.
openimageio-1.8.6~dfsg0.orig/src/iv/ivimage.cpp:238:67: style: Function 'pixel_transform' argument 3 names different: declaration 'channel' definition 'select_channel'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/iv/imageviewer.h:133:68: note: Function 'pixel_transform' argument 3 names different: declaration 'channel' definition 'select_channel'.
openimageio-1.8.6~dfsg0.orig/src/iv/ivimage.cpp:238:67: note: Function 'pixel_transform' argument 3 names different: declaration 'channel' definition 'select_channel'.
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpeginput.cpp:171:53: style: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpeg_pvt.h:83:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpeginput.cpp:171:53: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpeginput.cpp:182:53: style: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpeg_pvt.h:82:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpeginput.cpp:182:53: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpeg_pvt.h:74:5: warning: Member variable 'JpgInput::m_next_scanline' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpeg_pvt.h:86:18: warning: Virtual function 'close' is called from destructor '~JpgInput()' at line 75. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpeg_pvt.h:75:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpeg_pvt.h:86:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpegoutput.cpp:391:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpegoutput.cpp:118:60: style: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpegoutput.cpp:63:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpegoutput.cpp:118:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpegoutput.cpp:56:5: warning: Member variable 'JpgOutput::m_dither' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpegoutput.cpp:56:5: warning: Member variable 'JpgOutput::m_next_scanline' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpegoutput.cpp:70:18: warning: Virtual function 'close' is called from destructor '~JpgOutput()' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpegoutput.cpp:57:29: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/jpeg.imageio/jpegoutput.cpp:70:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input-v1.cpp:194:41: style: Function 'open' argument 1 names different: declaration 'name' definition 'p_name'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input-v1.cpp:93:43: note: Function 'open' argument 1 names different: declaration 'name' definition 'p_name'.
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input-v1.cpp:194:41: note: Function 'open' argument 1 names different: declaration 'name' definition 'p_name'.
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input-v1.cpp:194:60: style: Function 'open' argument 2 names different: declaration 'spec' definition 'p_spec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input-v1.cpp:93:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'p_spec'.
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input-v1.cpp:194:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'p_spec'.
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input-v1.cpp:96:18: warning: Virtual function 'close' is called from destructor '~Jpeg2000Input()' at line 87. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input-v1.cpp:87:33: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input-v1.cpp:96:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input.cpp:207:41: style: Function 'open' argument 1 names different: declaration 'name' definition 'p_name'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input.cpp:109:43: note: Function 'open' argument 1 names different: declaration 'name' definition 'p_name'.
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input.cpp:207:41: note: Function 'open' argument 1 names different: declaration 'name' definition 'p_name'.
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input.cpp:207:60: style: Function 'open' argument 2 names different: declaration 'spec' definition 'p_spec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input.cpp:109:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'p_spec'.
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input.cpp:207:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'p_spec'.
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input.cpp:112:18: warning: Virtual function 'close' is called from destructor '~Jpeg2000Input()' at line 103. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input.cpp:103:33: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000input.cpp:112:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output-v1.cpp:506:13: style: Expression is always false because 'else if' condition matches previous condition at line 504. [multiCondition]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output-v1.cpp:506:32: warning: Identical condition 'progression_order=="PCRL"', second condition is always false [identicalConditionAfterEarlyExit]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output-v1.cpp:504:32: note: first condition
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output-v1.cpp:506:32: note: second condition
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output-v1.cpp:255:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output-v1.cpp:43:5: warning: Member variable 'Jpeg2000Output::m_dither' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output-v1.cpp:52:18: warning: Virtual function 'close' is called from destructor '~Jpeg2000Output()' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output-v1.cpp:44:34: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output-v1.cpp:52:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output.cpp:554:13: style: Expression is always false because 'else if' condition matches previous condition at line 552. [multiCondition]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output.cpp:554:32: warning: Identical condition 'progression_order=="PCRL"', second condition is always false [identicalConditionAfterEarlyExit]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output.cpp:552:32: note: first condition
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output.cpp:554:32: note: second condition
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output.cpp:60:5: warning: Member variable 'Jpeg2000Output::m_dither' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output.cpp:69:18: warning: Virtual function 'close' is called from destructor '~Jpeg2000Output()' at line 61. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output.cpp:61:34: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/jpeg2000.imageio/jpeg2000output.cpp:69:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:410:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:413:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:414:55: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:415:30: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:420:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:423:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:444:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:447:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:448:55: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:449:30: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:454:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:457:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:478:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:481:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:500:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:503:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:527:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:530:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:531:53: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:532:30: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:537:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:540:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:513:5: style: Class 'ColorProcessor_gamma' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:402:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:361:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:402:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:436:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:361:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:436:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:471:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:361:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:471:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:493:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:361:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:493:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:518:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:361:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:518:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:554:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:361:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/color_ocio.cpp:554:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/deepdata.cpp:109:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/deepdata.cpp:107:13: note: outer condition: !m_allocated
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/deepdata.cpp:109:17: note: identical inner condition: !m_allocated
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/exif.cpp:449:30: warning: Obsolete function 'alloca' called. [allocaCalled]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/exif.cpp:466:30: warning: Obsolete function 'alloca' called. [allocaCalled]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/exif.cpp:754:50: warning: Obsolete function 'alloca' called. [allocaCalled]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/exif.cpp:764:32: warning: Obsolete function 'alloca' called. [allocaCalled]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/exif.cpp:656:9: style: Technically the member function '::tagcompare::operator()' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/exif.cpp:286:5: style: Class 'TagMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/formatspec.cpp:69:0: error: syntax error [syntaxError]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebuf.cpp:896:14: style: The scope of the variable 'ok' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebuf.cpp:582:34: style: Function 'reset' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebuf.cpp:149:29: note: Function 'reset' argument 1 names different: declaration 'name' definition 'filename'.
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebuf.cpp:582:34: note: Function 'reset' argument 1 names different: declaration 'name' definition 'filename'.
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebuf.cpp:623:34: style: Function 'reset' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebuf.cpp:154:29: note: Function 'reset' argument 1 names different: declaration 'name' definition 'filename'.
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebuf.cpp:623:34: note: Function 'reset' argument 1 names different: declaration 'name' definition 'filename'.
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebuf_test.cpp:125:0: performance: Function parameter 'wrapname' should be passed by const reference. [passedByValue]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/kissfft.hh:279:0: style: The scope of the variable 'k' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/kissfft.hh:67:20: style: Technically the member function 'kissfft_utils::traits::twiddle' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/kissfft.hh:130:0: performance: Technically the member function 'kissfft < float , kissfft_utils :: traits < T_Scalar > >::C_ADD' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/kissfft.hh:131:0: performance: Technically the member function 'kissfft < float , kissfft_utils :: traits < T_Scalar > >::C_MUL' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/kissfft.hh:132:0: performance: Technically the member function 'kissfft < float , kissfft_utils :: traits < T_Scalar > >::C_SUB' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/kissfft.hh:133:0: performance: Technically the member function 'kissfft < float , kissfft_utils :: traits < T_Scalar > >::C_ADDTO' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/kissfft.hh:134:0: performance: Technically the member function 'kissfft < float , kissfft_utils :: traits < T_Scalar > >::C_FIXDIV' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/kissfft.hh:135:0: performance: Technically the member function 'kissfft < float , kissfft_utils :: traits < T_Scalar > >::S_MUL' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/kissfft.hh:136:0: performance: Technically the member function 'kissfft < float , kissfft_utils :: traits < T_Scalar > >::HALF_OF' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/kissfft.hh:137:0: performance: Technically the member function 'kissfft < float , kissfft_utils :: traits < T_Scalar > >::C_MULBYSCALAR' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebufalgo_copy.cpp:52:0: error: syntax error [syntaxError]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebufalgo_deep.cpp:52:0: error: syntax error [syntaxError]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebufalgo_draw.cpp:56:0: error: syntax error [syntaxError]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebufalgo_pixelmath.cpp:53:0: error: syntax error [syntaxError]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebufalgo_xform.cpp:62:5: style: Class 'Dual2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagebufalgo_yee.cpp:70:5: style: Class 'GaussianPyramid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imageinput.cpp:136:44: warning: Obsolete function 'alloca' called. [allocaCalled]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imageio.cpp:750:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imageio.cpp:759:30: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imageioplugin.cpp:101:30: style: Variable 'extsym' is assigned a value that is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/imagespec_test.cpp:161:28: style: Unused variable: invalid_data [unusedVariable]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/iptc.cpp:210:23: style: The scope of the variable 'p' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/maketexture.cpp:878:11: warning: Either the condition 'do_resize&&orig_was_overscan&&out' is redundant or there is possible null pointer dereference: out. [nullPointerRedundantCheck]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/maketexture.cpp:1315:40: note: Assuming that condition 'do_resize&&orig_was_overscan&&out' is not redundant
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/maketexture.cpp:878:11: note: Null pointer dereference
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/xmp.cpp:586:28: style: Variable 'category' is assigned a value that is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/libOpenImageIO/xmp.cpp:240:5: style: Class 'XMPtagMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:117:63: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:125:44: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:136:37: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:365:52: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:1132:31: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:1133:31: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:1130:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:456:11: style: The scope of the variable 'aspect' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:456:19: style: The scope of the variable 'trueaspect' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:337:48: style: Function 'environment' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:277:46: note: Function 'environment' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:337:48: note: Function 'environment' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:338:44: style: Function 'environment' argument 2 names different: declaration 'thread_info' definition 'thread_info_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:278:42: note: Function 'environment' argument 2 names different: declaration 'thread_info' definition 'thread_info_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:338:44: note: Function 'environment' argument 2 names different: declaration 'thread_info' definition 'thread_info_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:339:72: style: Function 'environment' argument 4 names different: declaration 'R' definition '_R'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:279:49: note: Function 'environment' argument 4 names different: declaration 'R' definition '_R'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:339:72: note: Function 'environment' argument 4 names different: declaration 'R' definition '_R'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:340:51: style: Function 'environment' argument 5 names different: declaration 'dRdx' definition '_dRdx'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:279:70: note: Function 'environment' argument 5 names different: declaration 'dRdx' definition '_dRdx'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:340:51: note: Function 'environment' argument 5 names different: declaration 'dRdx' definition '_dRdx'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:340:76: style: Function 'environment' argument 6 names different: declaration 'dRdy' definition '_dRdy'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:280:49: note: Function 'environment' argument 6 names different: declaration 'dRdy' definition '_dRdy'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/environment.cpp:340:76: note: Function 'environment' argument 6 names different: declaration 'dRdy' definition '_dRdy'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:449:5: warning: Member variable 'TileID::m_x' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:449:5: warning: Member variable 'TileID::m_y' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:449:5: warning: Member variable 'TileID::m_z' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:449:5: warning: Member variable 'TileID::m_subimage' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:449:5: warning: Member variable 'TileID::m_miplevel' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:449:5: warning: Member variable 'TileID::m_chbegin' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:449:5: warning: Member variable 'TileID::m_chend' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:66:5: style: Class 'TextureSystemImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:3068:31: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:3079:25: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:3089:25: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:3104:26: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:1158:10: style: The scope of the variable 'newfile' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:229:56: style: Function 'LevelInfo' argument 1 names different: declaration 'spec' definition 'spec_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:244:37: note: Function 'LevelInfo' argument 1 names different: declaration 'spec' definition 'spec_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:229:56: note: Function 'LevelInfo' argument 1 names different: declaration 'spec' definition 'spec_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:230:56: style: Function 'LevelInfo' argument 2 names different: declaration 'nativespec' definition 'nativespec_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:244:60: note: Function 'LevelInfo' argument 2 names different: declaration 'nativespec' definition 'nativespec_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:230:56: note: Function 'LevelInfo' argument 2 names different: declaration 'nativespec' definition 'nativespec_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:1540:41: style: Function 'set_max_open_files' argument 1 names different: declaration 'm' definition 'max_open_files'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:800:34: note: Function 'set_max_open_files' argument 1 names different: declaration 'm' definition 'max_open_files'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:1540:41: note: Function 'set_max_open_files' argument 1 names different: declaration 'm' definition 'max_open_files'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:1597:51: style: Function 'mergestats' argument 1 names different: declaration 'merged' definition 'stats'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:962:44: note: Function 'mergestats' argument 1 names different: declaration 'merged' definition 'stats'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:1597:51: note: Function 'mergestats' argument 1 names different: declaration 'merged' definition 'stats'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:3299:47: style: Function 'resolve_udim' argument 1 names different: declaration 'file' definition 'udimfile'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:1036:51: note: Function 'resolve_udim' argument 1 names different: declaration 'file' definition 'udimfile'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:3299:47: note: Function 'resolve_udim' argument 1 names different: declaration 'file' definition 'udimfile'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:861:35: warning: Obsolete function 'alloca' called. [allocaCalled]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:862:34: warning: Obsolete function 'alloca' called. [allocaCalled]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:1396:5: performance: Variable 'm_used' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:1412:5: performance: Variable 'm_used' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:255:5: style: Struct 'LevelInfo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:955:25: warning: Virtual function 'getstats' is called from destructor '~ImageCacheImpl()' at line 1590. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:1590:5: note: Calling printstats
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache.cpp:1961:18: note: Calling getstats
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:955:25: note: getstats is a virtual method
openimageio-1.8.6~dfsg0.orig/src/libtexture/imagecache_pvt.h:235:5: warning: The struct 'LevelInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texoptions.cpp:160:28: warning: Obsolete function 'alloca' called. [allocaCalled]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:153:52: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:551:42: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:688:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:689:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:690:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:691:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:699:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:700:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:701:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:702:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:706:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:707:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:708:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:709:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:713:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:714:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:715:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:716:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:503:18: style: The scope of the variable 'black' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:103:46: style: Function 'texture3d' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:185:44: note: Function 'texture3d' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:103:46: note: Function 'texture3d' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:104:42: style: Function 'texture3d' argument 2 names different: declaration 'thread_info' definition 'thread_info_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:186:40: note: Function 'texture3d' argument 2 names different: declaration 'thread_info' definition 'thread_info_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:104:42: note: Function 'texture3d' argument 2 names different: declaration 'thread_info' definition 'thread_info_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:375:12: style: Boolean variable 'svalid' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture3d.cpp:375:30: style: Boolean variable 'rvalid' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:1749:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:1746:9: note: outer condition: !levelinfo.polecolorcomputed
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:1749:13: note: identical inner condition: !levelinfo.polecolorcomputed
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:335:20: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:661:48: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:975:32: style: C-style pointer casting [cstyleCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:1775:38: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:2091:40: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:2092:40: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:2094:40: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:2095:40: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:522:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:653:47: style: Function 'get_texels' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:337:45: note: Function 'get_texels' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:653:47: note: Function 'get_texels' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:654:43: style: Function 'get_texels' argument 2 names different: declaration 'thread_info' definition 'thread_info_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:338:41: note: Function 'get_texels' argument 2 names different: declaration 'thread_info' definition 'thread_info_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:654:43: note: Function 'get_texels' argument 2 names different: declaration 'thread_info' definition 'thread_info_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:937:44: style: Function 'texture' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:144:42: note: Function 'texture' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:937:44: note: Function 'texture' argument 1 names different: declaration 'texture_handle' definition 'texture_handle_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:938:40: style: Function 'texture' argument 2 names different: declaration 'thread_info' definition 'thread_info_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:145:38: note: Function 'texture' argument 2 names different: declaration 'thread_info' definition 'thread_info_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:938:40: note: Function 'texture' argument 2 names different: declaration 'thread_info' definition 'thread_info_'.
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:1262:18: style: Variable 'dylen2' is assigned a value that is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:1873:16: style: Boolean variable 'svalid' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:2400:13: style: Boolean variable 's_onetile' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:2407:13: style: Boolean variable 'onetile' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:345:25: warning: Virtual function 'getstats' is called from destructor '~TextureSystemImpl()' at line 366. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:366:5: note: Calling printstats
openimageio-1.8.6~dfsg0.orig/src/libtexture/texturesys.cpp:434:18: note: Calling getstats
openimageio-1.8.6~dfsg0.orig/src/libtexture/texture_pvt.h:345:25: note: getstats is a virtual method
openimageio-1.8.6~dfsg0.orig/src/libutil/argparse.cpp:460:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openimageio-1.8.6~dfsg0.orig/src/libutil/argparse.cpp:300:43: warning: Obsolete function 'alloca' called. [allocaCalled]
openimageio-1.8.6~dfsg0.orig/src/libutil/argparse.cpp:54:5: style: Class 'ArgOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/argparse.cpp:418:22: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
openimageio-1.8.6~dfsg0.orig/src/libutil/filesystem.cpp:146:13: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
openimageio-1.8.6~dfsg0.orig/src/libutil/filesystem.cpp:133:0: note: Variable 'path' is reassigned a value before the old one has been used.
openimageio-1.8.6~dfsg0.orig/src/libutil/filesystem.cpp:146:13: note: Variable 'path' is reassigned a value before the old one has been used.
openimageio-1.8.6~dfsg0.orig/src/libutil/filesystem.cpp:126:29: style: Variable 'path_copy' is assigned a value that is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/libutil/filesystem.cpp:132:36: style: Variable 'last_token' is assigned a value that is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/libutil/filesystem.cpp:788:17: style: Variable 'thehashes' is assigned a value that is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/libutil/filesystem_test.cpp:115:17: style: Unused variable: err [unusedVariable]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:69:5: style: Class 'FilterBox1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:96:5: style: Class 'FilterTriangle1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:139:5: style: Class 'FilterGaussian1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:181:5: style: Class 'FilterSharpGaussian1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:223:5: style: Class 'FilterCatmullRom1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:265:5: style: Class 'FilterBlackmanHarris1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:326:5: style: Class 'FilterSinc1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:365:5: style: Class 'FilterLanczos3_1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:445:5: style: Class 'FilterMitchell1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:503:5: style: Class 'FilterBSpline1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:569:5: style: Class 'FilterCubic1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:627:5: style: Class 'FilterKeys1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:644:5: style: Class 'FilterSimon1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:661:5: style: Class 'FilterRifman1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:629:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:592:25: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:629:25: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:637:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:617:25: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:637:25: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:646:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:592:25: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:646:25: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:654:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:617:25: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:654:25: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:663:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:592:25: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:663:25: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:671:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:617:25: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/libutil/filter.cpp:671:25: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/libutil/paramlist_test.cpp:204:17: style: Unused variable: ret [unusedVariable]
openimageio-1.8.6~dfsg0.orig/src/libutil/paramlist_test.cpp:204:28: style: Unused variable: invalid_data [unusedVariable]
openimageio-1.8.6~dfsg0.orig/src/libutil/simd_test.cpp:1146:0: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openimageio-1.8.6~dfsg0.orig/src/libutil/strutil.cpp:154:9: error: va_list 'apsave' used before va_start() was called. [va_list_usedBeforeStarted]
openimageio-1.8.6~dfsg0.orig/src/libutil/strutil_test.cpp:630:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/libutil/sysutil.cpp:422:24: style: The scope of the variable 'codes' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/libutil/thread.cpp:74:5: style: Class 'Queue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/thread.cpp:180:18: error: Dereferencing '_f' after it is deallocated / released [deallocuse]
openimageio-1.8.6~dfsg0.orig/src/libutil/thread.cpp:267:15: error: Dereferencing 'f' after it is deallocated / released [deallocuse]
openimageio-1.8.6~dfsg0.orig/src/libutil/typedesc.cpp:247:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openimageio-1.8.6~dfsg0.orig/src/libutil/ustring.cpp:69:0: style: Struct 'TableRepMap < 1048576 / NUM_BINS , 4194304 / NUM_BINS >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openimageio-1.8.6~dfsg0.orig/src/libutil/ustring.cpp:69:0: style: Struct 'TableRepMap < 1048576 / NUM_BINS , 4194304 / NUM_BINS >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openimageio-1.8.6~dfsg0.orig/src/nuke/txReader/txReader.cpp:186:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openimageio-1.8.6~dfsg0.orig/src/nuke/txReader/txReader.cpp:196:5: style: Class 'txReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/nuke/txWriter/txWriter.cpp:127:5: style: Class 'txWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/diff.cpp:94:37: style: Function 'do_action_diff' argument 3 names different: declaration 'options' definition 'ot'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:534:61: note: Function 'do_action_diff' argument 3 names different: declaration 'options' definition 'ot'.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/diff.cpp:94:37: note: Function 'do_action_diff' argument 3 names different: declaration 'options' definition 'ot'.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:723:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:723:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:737:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:737:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:753:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:753:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/imagerec.cpp:126:31: style: Function 'ImageRec' argument 1 names different: declaration 'imgA' definition 'A'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:340:25: note: Function 'ImageRec' argument 1 names different: declaration 'imgA' definition 'A'.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/imagerec.cpp:126:31: note: Function 'ImageRec' argument 1 names different: declaration 'imgA' definition 'A'.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/imagerec.cpp:126:44: style: Function 'ImageRec' argument 2 names different: declaration 'imgB' definition 'B'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:340:41: note: Function 'ImageRec' argument 2 names different: declaration 'imgB' definition 'B'.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/imagerec.cpp:126:44: note: Function 'ImageRec' argument 2 names different: declaration 'imgB' definition 'B'.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/imagerec.cpp:86:11: warning: Member variable 'ImageRec::m_input_dataformat' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:295:1: warning: The class 'ImageRec' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2731:46: style: Same expression on both sides of '&&' because the value of 'Strutil::parse_float(center,center_x)' and 'Strutil::parse_float(center,center_y)' are the same. [duplicateExpression]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2728:27: note: 'center_x' is assigned value '0.0f' here.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2728:44: note: 'center_y' is assigned value '0.0f' here.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2731:46: note: Same expression on both sides of '&&' because the value of 'Strutil::parse_float(center,center_x)' and 'Strutil::parse_float(center,center_y)' are the same.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4075:40: style: Same expression on both sides of '&&'. [duplicateExpression]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4076:40: style: Same expression on both sides of '&&'. [duplicateExpression]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:724:13: style: The scope of the variable 'chan' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2069:25: style: The scope of the variable 'RGBAZ' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:5324:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:5268:39: style: Array index 'a' is used before limits check. [arrayIndexThenCheck]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:133:11: warning: Member variable 'Oiiotool::m_pending_argv' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1780:13: performance: Variable 'fromspace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1780:35: performance: Variable 'tospace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:200:10: style: Technically the member function 'OiioTool::Oiiotool::get_position' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:865:11: note: Technically the member function 'OiioTool::Oiiotool::get_position' can be const.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:200:10: note: Technically the member function 'OiioTool::Oiiotool::get_position' can be const.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:224:9: performance: Technically the member function 'OiioTool::Oiiotool::extract_options' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:333:11: note: Technically the member function 'OiioTool::Oiiotool::extract_options' can be static.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:224:9: note: Technically the member function 'OiioTool::Oiiotool::extract_options' can be static.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:228:10: performance: Technically the member function 'OiioTool::Oiiotool::warning' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:322:11: note: Technically the member function 'OiioTool::Oiiotool::warning' can be static.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:228:10: note: Technically the member function 'OiioTool::Oiiotool::warning' can be static.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:241:10: style: Technically the member function 'OiioTool::Oiiotool::express_error' can be const. [functionConst]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:941:11: note: Technically the member function 'OiioTool::Oiiotool::express_error' can be const.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:241:10: note: Technically the member function 'OiioTool::Oiiotool::express_error' can be const.
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1782:18: style: The function 'option_defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:683:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1782:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1785:18: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:676:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1785:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1796:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1796:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1842:18: style: The function 'option_defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:683:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1842:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1846:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1846:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1872:18: style: The function 'option_defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:683:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1872:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1875:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1875:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1899:18: style: The function 'option_defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:683:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1899:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1900:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:1900:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2537:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2537:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2550:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2550:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2567:18: style: The function 'option_defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:683:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2567:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2579:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2579:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2646:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2646:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2723:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2723:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2754:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2754:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2776:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2776:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2983:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:2983:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3200:17: style: The function 'compute_subimages' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:689:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3200:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3201:18: style: The function 'option_defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:683:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3201:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3204:18: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:676:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3204:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3228:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3228:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3242:17: style: The function 'compute_subimages' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:689:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3242:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3243:18: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:676:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3243:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3267:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3267:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3522:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3522:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3536:18: style: The function 'option_defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:683:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3536:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3539:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3539:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3560:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3560:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3577:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3577:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3594:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3594:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3611:18: style: The function 'option_defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:683:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3611:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3617:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3617:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3634:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3634:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3888:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3888:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3901:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3901:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3914:18: style: The function 'option_defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:683:18: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3914:18: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3915:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:3915:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4040:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4040:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4054:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4054:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4069:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4069:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4096:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4096:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4122:17: style: The function 'impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.h:672:17: note: Virtual function in base class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4122:17: note: Function in derived class
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4355:56: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4552:52: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4577:48: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4591:54: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/oiiotool.cpp:4657:48: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openimageio-1.8.6~dfsg0.orig/src/oiiotool/printinfo.cpp:548:17: style: Expression is always false because 'else if' condition matches previous condition at line 546. [multiCondition]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:789:30: style: Unused variable: channelnames [unusedVariable]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:336:15: warning: Member variable 'OpenEXRInput::m_nsubimages' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:195:9: warning: Member variable 'PartInfo::topwidth' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:195:9: warning: Member variable 'PartInfo::topheight' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:195:9: warning: Member variable 'PartInfo::levelmode' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:195:9: warning: Member variable 'PartInfo::roundingmode' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:195:9: warning: Member variable 'PartInfo::cubeface' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:195:9: warning: Member variable 'PartInfo::nmiplevels' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:157:18: warning: Virtual function 'close' is called from destructor '~OpenEXRInput()' at line 148. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:148:32: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:157:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exrinput.cpp:104:5: style: Class 'OpenEXRInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exroutput.cpp:334:64: style: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exroutput.cpp:137:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exroutput.cpp:334:64: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exroutput.cpp:484:20: style: Variable 'filetype' is assigned a value that is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exroutput.cpp:141:18: warning: Virtual function 'close' is called from destructor '~OpenEXROutput()' at line 273. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exroutput.cpp:273:5: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exroutput.cpp:141:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/openexr.imageio/exroutput.cpp:98:5: style: Class 'OpenEXROutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openimageio-1.8.6~dfsg0.orig/src/png.imageio/pnginput.cpp:51:18: warning: Virtual function 'close' is called from destructor '~PNGInput()' at line 45. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/png.imageio/pnginput.cpp:45:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/png.imageio/pnginput.cpp:51:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/png.imageio/pngoutput.cpp:124:60: style: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/png.imageio/pngoutput.cpp:51:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/png.imageio/pngoutput.cpp:124:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/png.imageio/pngoutput.cpp:53:18: warning: Virtual function 'close' is called from destructor '~PNGOutput()' at line 118. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/png.imageio/pngoutput.cpp:118:5: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/png.imageio/pngoutput.cpp:53:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnminput.cpp:207:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnminput.cpp:43:5: warning: Member variable 'PNMInput::m_pos' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnminput.cpp:43:5: warning: Member variable 'PNMInput::m_pnm_type' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnminput.cpp:43:5: warning: Member variable 'PNMInput::m_max_val' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnminput.cpp:43:5: warning: Member variable 'PNMInput::m_scaling_factor' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnminput.cpp:47:18: warning: Virtual function 'close' is called from destructor '~PNMInput()' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnminput.cpp:44:27: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnminput.cpp:47:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnmoutput.cpp:105:18: style: The scope of the variable 'pixel' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnmoutput.cpp:124:18: style: The scope of the variable 'pixel' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnmoutput.cpp:224:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnmoutput.cpp:159:60: style: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnmoutput.cpp:43:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnmoutput.cpp:159:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnmoutput.cpp:228:15: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnmoutput.cpp:39:1: style: The class 'PNMOutput' does not have a constructor although it has private member variables. [noConstructor]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnmoutput.cpp:45:18: warning: Virtual function 'close' is called from destructor '~PNMOutput()' at line 153. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnmoutput.cpp:153:5: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/pnm.imageio/pnmoutput.cpp:45:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/psd.imageio/psdinput.cpp:768:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/psd.imageio/psdinput.cpp:783:26: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/psd.imageio/psdinput.cpp:2040:13: style: The scope of the variable 'header' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/psd.imageio/psdinput.cpp:58:18: warning: Virtual function 'close' is called from destructor '~PSDInput()' at line 49. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/psd.imageio/psdinput.cpp:49:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/psd.imageio/psdinput.cpp:58:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/ptex.imageio/ptexinput.cpp:52:18: warning: Virtual function 'close' is called from destructor '~PtexInput()' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/ptex.imageio/ptexinput.cpp:44:29: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/ptex.imageio/ptexinput.cpp:52:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.h:228:35: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.h:255:1: style: The class 'ImageInputWrap' does not have a constructor although it has private member variables. [noConstructor]
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.h:292:1: style: The class 'ImageOutputWrap' does not have a constructor although it has private member variables. [noConstructor]
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.h:352:1: style: The class 'ImageCacheWrap' does not have a constructor although it has private member variables. [noConstructor]
openimageio-1.8.6~dfsg0.orig/src/python/py_imagebufalgo.cpp:1259:36: performance: Function parameter 'ax' should be passed by const reference. [passedByValue]
openimageio-1.8.6~dfsg0.orig/src/python/py_imagebufalgo.cpp:1260:36: performance: Function parameter 'ay' should be passed by const reference. [passedByValue]
openimageio-1.8.6~dfsg0.orig/src/python/py_imagecache.cpp:50:66: style: Function 'resolve_filename' argument 1 names different: declaration 'filename' definition 'val'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.h:364:54: note: Function 'resolve_filename' argument 1 names different: declaration 'filename' definition 'val'.
openimageio-1.8.6~dfsg0.orig/src/python/py_imagecache.cpp:50:66: note: Function 'resolve_filename' argument 1 names different: declaration 'filename' definition 'val'.
openimageio-1.8.6~dfsg0.orig/src/python/py_imagecache.cpp:75:55: style: Function 'get_pixels' argument 1 names different: declaration 'filename' definition 'filename_'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.h:370:43: note: Function 'get_pixels' argument 1 names different: declaration 'filename' definition 'filename_'.
openimageio-1.8.6~dfsg0.orig/src/python/py_imagecache.cpp:75:55: note: Function 'get_pixels' argument 1 names different: declaration 'filename' definition 'filename_'.
openimageio-1.8.6~dfsg0.orig/src/python/py_imageinput.cpp:95:53: style: Function 'valid_file' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.h:266:41: note: Function 'valid_file' argument 1 names different: declaration 'name' definition 'filename'.
openimageio-1.8.6~dfsg0.orig/src/python/py_imageinput.cpp:95:53: note: Function 'valid_file' argument 1 names different: declaration 'name' definition 'filename'.
openimageio-1.8.6~dfsg0.orig/src/python/py_imageoutput.cpp:329:53: style: Function 'write_image_bt' argument 1 names different: declaration 'basetype' definition 'format'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.h:335:45: note: Function 'write_image_bt' argument 1 names different: declaration 'basetype' definition 'format'.
openimageio-1.8.6~dfsg0.orig/src/python/py_imageoutput.cpp:329:53: note: Function 'write_image_bt' argument 1 names different: declaration 'basetype' definition 'format'.
openimageio-1.8.6~dfsg0.orig/src/python/py_imageoutput.cpp:329:69: style: Function 'write_image_bt' argument 2 names different: declaration 'buffer' definition 'data'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.h:335:63: note: Function 'write_image_bt' argument 2 names different: declaration 'buffer' definition 'data'.
openimageio-1.8.6~dfsg0.orig/src/python/py_imageoutput.cpp:329:69: note: Function 'write_image_bt' argument 2 names different: declaration 'buffer' definition 'data'.
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.h:295:17: performance: Technically the member function 'PyOpenImageIO::ImageOutputWrap::make_read_buffer' can be static. [functionStatic]
openimageio-1.8.6~dfsg0.orig/src/python/py_imageoutput.cpp:102:18: note: Technically the member function 'PyOpenImageIO::ImageOutputWrap::make_read_buffer' can be static.
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.h:295:17: note: Technically the member function 'PyOpenImageIO::ImageOutputWrap::make_read_buffer' can be static.
openimageio-1.8.6~dfsg0.orig/src/python/py_oiio.cpp:368:0: error: syntax error [syntaxError]
openimageio-1.8.6~dfsg0.orig/src/raw.imageio/rawinput.cpp:59:18: warning: Virtual function 'close' is called from destructor '~RawInput()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/raw.imageio/rawinput.cpp:50:27: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/raw.imageio/rawinput.cpp:59:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlainput.cpp:530:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlainput.cpp:531:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlainput.cpp:345:19: style: The scope of the variable 'M' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlainput.cpp:57:18: warning: Virtual function 'close' is called from destructor '~RLAInput()' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlainput.cpp:52:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlainput.cpp:57:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlaoutput.cpp:470:20: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlaoutput.cpp:177:60: style: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlaoutput.cpp:62:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlaoutput.cpp:177:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlaoutput.cpp:64:18: warning: Virtual function 'close' is called from destructor '~RLAOutput()' at line 148. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlaoutput.cpp:148:5: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/rla.imageio/rlaoutput.cpp:64:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/sgi.imageio/sgi_pvt.h:141:5: warning: Member variable 'SgiOutput::m_dither' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/sgi.imageio/sgi_pvt.h:97:18: warning: Virtual function 'close' is called from destructor '~SgiInput()' at line 93. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/sgi.imageio/sgi_pvt.h:93:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/sgi.imageio/sgi_pvt.h:97:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/sgi.imageio/sgi_pvt.h:147:18: warning: Virtual function 'close' is called from destructor '~SgiOutput()' at line 142. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/sgi.imageio/sgi_pvt.h:142:29: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/sgi.imageio/sgi_pvt.h:147:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socket_pvt.h:75:18: warning: Virtual function 'close' is called from destructor '~SocketOutput()' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socket_pvt.h:65:32: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socket_pvt.h:75:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socket_pvt.h:101:18: warning: Virtual function 'close' is called from destructor '~SocketInput()' at line 93. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socket_pvt.h:93:31: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socket_pvt.h:101:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socketinput.cpp:79:56: style: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socket_pvt.h:96:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socketinput.cpp:79:56: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socketinput.cpp:87:56: style: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socket_pvt.h:97:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socketinput.cpp:87:56: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socketinput.cpp:53:14: warning: Member variable 'SocketInput::m_next_scanline' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socketoutput.cpp:62:37: style: Function 'supports' argument 1 names different: declaration 'property' definition 'feature'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socket_pvt.h:67:39: note: Function 'supports' argument 1 names different: declaration 'property' definition 'feature'.
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socketoutput.cpp:62:37: note: Function 'supports' argument 1 names different: declaration 'property' definition 'feature'.
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socketoutput.cpp:71:63: style: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socket_pvt.h:68:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socketoutput.cpp:71:63: note: Function 'open' argument 2 names different: declaration 'spec' definition 'newspec'.
openimageio-1.8.6~dfsg0.orig/src/socket.imageio/socketoutput.cpp:53:15: warning: Member variable 'SocketOutput::m_next_scanline' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/softimage.imageio/softimage_pvt.h:75:9: warning: Member variable 'ChannelPacket::size' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/softimage.imageio/softimage_pvt.h:75:9: warning: Member variable 'ChannelPacket::type' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/softimage.imageio/softimage_pvt.h:75:9: warning: Member variable 'ChannelPacket::channelCode' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/softimage.imageio/softimageinput.cpp:55:18: warning: Virtual function 'close' is called from destructor '~SoftimageInput()' at line 49. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/softimage.imageio/softimageinput.cpp:49:9: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/softimage.imageio/softimageinput.cpp:55:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/softimage.imageio/softimageinput.cpp:342:0: error: Memory leak: pixelData [memleak]
openimageio-1.8.6~dfsg0.orig/src/softimage.imageio/softimageinput.cpp:453:0: error: Memory leak: pixelData [memleak]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targainput.cpp:341:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targainput.cpp:341:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targainput.cpp:748:24: style: The scope of the variable 'src' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targainput.cpp:748:30: style: The scope of the variable 'dst' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targainput.cpp:57:18: warning: Virtual function 'close' is called from destructor '~TGAInput()' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targainput.cpp:52:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targainput.cpp:57:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targainput.cpp:646:13: error: Memory leak: palette [memleak]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targaoutput.cpp:167:60: style: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targaoutput.cpp:57:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targaoutput.cpp:167:60: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targaoutput.cpp:151:12: warning: Member variable 'TGAOutput::m_want_rle' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targaoutput.cpp:151:12: warning: Member variable 'TGAOutput::m_idlen' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targaoutput.cpp:151:12: warning: Member variable 'TGAOutput::m_dither' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targaoutput.cpp:59:18: warning: Virtual function 'close' is called from destructor '~TGAOutput()' at line 161. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targaoutput.cpp:161:5: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/targa.imageio/targaoutput.cpp:59:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/testtex/testtex.cpp:1123:9: style: The scope of the variable 'pixel' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/testtex/testtex.cpp:1392:13: warning: Address of local variable opt is assigned to global pointer dummyptr and not reassigned before opt goes out of scope. [autoVariablesAssignGlobalPointer]
openimageio-1.8.6~dfsg0.orig/src/testtex/testtex.cpp:1255:18: warning: Virtual function 'close' is called from destructor '~GridImageInput()' at line 1249. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/testtex/testtex.cpp:1249:34: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/testtex/testtex.cpp:1255:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:375:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:373:9: note: outer condition: !handler_set
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:375:13: note: identical inner condition: !handler_set
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:719:17: style: Same expression on both sides of '&&'. [duplicateExpression]
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:720:17: style: Same expression on both sides of '&&' because the value of 'Strutil::parse_int(software,minor)' and 'Strutil::parse_int(software,patch)' are the same. [duplicateExpression]
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:715:36: note: 'minor' is assigned value '0' here.
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:715:47: note: 'patch' is assigned value '0' here.
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:720:17: note: Same expression on both sides of '&&' because the value of 'Strutil::parse_int(software,minor)' and 'Strutil::parse_int(software,patch)' are the same.
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:1387:40: style: Same expression on both sides of '==' because the value of 'current_subimage()' and 'old_subimage' are the same. [duplicateExpression]
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:1379:48: note: 'old_subimage' is assigned value 'current_subimage()' here.
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:1387:40: note: Same expression on both sides of '==' because the value of 'current_subimage()' and 'old_subimage' are the same.
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:1388:40: style: Same expression on both sides of '==' because the value of 'current_miplevel()' and 'old_miplevel' are the same. [duplicateExpression]
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:1380:48: note: 'old_miplevel' is assigned value 'current_miplevel()' here.
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:1388:40: note: Same expression on both sides of '==' because the value of 'current_miplevel()' and 'old_miplevel' are the same.
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:120:18: warning: Virtual function 'close' is called from destructor '~TIFFInput()' at line 448. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:448:5: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffinput.cpp:120:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffoutput.cpp:262:61: style: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffoutput.cpp:77:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffoutput.cpp:262:61: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffoutput.cpp:211:13: warning: Member variable 'TIFFOutput::m_dither' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffoutput.cpp:211:13: warning: Member variable 'TIFFOutput::m_planarconfig' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffoutput.cpp:211:13: warning: Member variable 'TIFFOutput::m_bitspersample' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffoutput.cpp:79:18: warning: Virtual function 'close' is called from destructor '~TIFFOutput()' at line 222. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffoutput.cpp:222:5: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/tiff.imageio/tiffoutput.cpp:79:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/webp.imageio/webpinput.cpp:49:18: warning: Virtual function 'close' is called from destructor '~WebpInput()' at line 45. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/webp.imageio/webpinput.cpp:45:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/webp.imageio/webpinput.cpp:49:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/webp.imageio/webpoutput.cpp:219:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
openimageio-1.8.6~dfsg0.orig/src/webp.imageio/webpoutput.cpp:223:15: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
openimageio-1.8.6~dfsg0.orig/src/webp.imageio/webpoutput.cpp:43:5: warning: Member variable 'WebpOutput::m_dither' is not initialized in the constructor. [uninitMemberVar]
openimageio-1.8.6~dfsg0.orig/src/webp.imageio/webpoutput.cpp:54:18: warning: Virtual function 'close' is called from destructor '~WebpOutput()' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/webp.imageio/webpoutput.cpp:44:28: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/webp.imageio/webpoutput.cpp:54:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/zfile.imageio/zfile.cpp:372:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openimageio-1.8.6~dfsg0.orig/src/zfile.imageio/zfile.cpp:255:62: style: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'. [funcArgNamesDifferent]
openimageio-1.8.6~dfsg0.orig/src/zfile.imageio/zfile.cpp:96:66: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/zfile.imageio/zfile.cpp:255:62: note: Function 'open' argument 2 names different: declaration 'spec' definition 'userspec'.
openimageio-1.8.6~dfsg0.orig/src/zfile.imageio/zfile.cpp:72:18: warning: Virtual function 'close' is called from destructor '~ZfileInput()' at line 68. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/zfile.imageio/zfile.cpp:68:30: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/zfile.imageio/zfile.cpp:72:18: note: close is a virtual method
openimageio-1.8.6~dfsg0.orig/src/zfile.imageio/zfile.cpp:98:18: warning: Virtual function 'close' is called from destructor '~ZfileOutput()' at line 94. Dynamic binding is not used. [virtualCallInConstructor]
openimageio-1.8.6~dfsg0.orig/src/zfile.imageio/zfile.cpp:94:31: note: Calling close
openimageio-1.8.6~dfsg0.orig/src/zfile.imageio/zfile.cpp:98:18: note: close is a virtual method
[12:48]

ftp://ftp.se.debian.org/debian/pool/main/o/openinbrowser/openinbrowser_1.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openipmi/openipmi_2.0.25.orig.tar.gz
OpenIPMI-2.0.25/cmdlang/cmd_conn.c:84:21: style: The scope of the variable 'port' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmd_conn.c:85:21: style: The scope of the variable 'buf' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmd_entity.c:787:21: style: The scope of the variable 'entity_name' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmd_fru.c:108:21: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmd_fru.c:141:21: style: The scope of the variable 'fru_name' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmd_mc.c:339:21: style: The scope of the variable 'mc_name' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmd_mc.c:384:21: style: The scope of the variable 'mc_name' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmd_mc.c:943:22: style: The scope of the variable 'str' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmd_pef.c:378:21: style: The scope of the variable 's' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmd_pef.c:379:20: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmd_sel.c:450:30: style: The scope of the variable 'event2' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmd_sensor.c:977:14: style: The scope of the variable 'str' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmdlang.c:221:10: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmdlang.c:809:10: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmdlang.c:900:10: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmdlang.c:991:10: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmdlang.c:1088:10: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmdlang.c:1494:24: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/cmdlang.c:84:11: style: struct member 'ipmi_cmd_info_s::data' is never used. [unusedStructMember]
OpenIPMI-2.0.25/cmdlang/ipmish.c:467:14: style: The scope of the variable 'endpos' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/ipmish.c:987:23: style: The scope of the variable 'arg' can be reduced. [variableScope]
OpenIPMI-2.0.25/cmdlang/out_fru.c:52:39: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/glib/glib_os_hnd.c:829:0: error: Syntax error in #if [preprocessorErrorDirective]
OpenIPMI-2.0.25/lanserv/bmc.c:311:22: style: Function 'ipmi_emu_handle_msg' argument 3 names different: declaration 'msg' definition 'omsg'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/emu.h:76:20: note: Function 'ipmi_emu_handle_msg' argument 3 names different: declaration 'msg' definition 'omsg'.
OpenIPMI-2.0.25/lanserv/bmc.c:311:22: note: Function 'ipmi_emu_handle_msg' argument 3 names different: declaration 'msg' definition 'omsg'.
OpenIPMI-2.0.25/lanserv/bmc.c:312:22: style: Function 'ipmi_emu_handle_msg' argument 4 names different: declaration 'rdata' definition 'ordata'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/emu.h:77:20: note: Function 'ipmi_emu_handle_msg' argument 4 names different: declaration 'rdata' definition 'ordata'.
OpenIPMI-2.0.25/lanserv/bmc.c:312:22: note: Function 'ipmi_emu_handle_msg' argument 4 names different: declaration 'rdata' definition 'ordata'.
OpenIPMI-2.0.25/lanserv/bmc.c:313:22: style: Function 'ipmi_emu_handle_msg' argument 5 names different: declaration 'rdata_len' definition 'ordata_len'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/emu.h:78:20: note: Function 'ipmi_emu_handle_msg' argument 5 names different: declaration 'rdata_len' definition 'ordata_len'.
OpenIPMI-2.0.25/lanserv/bmc.c:313:22: note: Function 'ipmi_emu_handle_msg' argument 5 names different: declaration 'rdata_len' definition 'ordata_len'.
OpenIPMI-2.0.25/lanserv/bmc.c:997:38: style: Function 'ipmi_set_has_device_sdrs' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:296:43: note: Function 'ipmi_set_has_device_sdrs' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:997:38: note: Function 'ipmi_set_has_device_sdrs' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1003:38: style: Function 'ipmi_get_has_device_sdrs' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:297:52: note: Function 'ipmi_get_has_device_sdrs' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1003:38: note: Function 'ipmi_get_has_device_sdrs' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1009:38: style: Function 'ipmi_set_device_revision' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:298:43: note: Function 'ipmi_set_device_revision' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1009:38: note: Function 'ipmi_set_device_revision' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1015:38: style: Function 'ipmi_get_device_revision' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:299:52: note: Function 'ipmi_get_device_revision' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1015:38: note: Function 'ipmi_get_device_revision' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1021:35: style: Function 'ipmi_set_major_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:300:40: note: Function 'ipmi_set_major_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1021:35: note: Function 'ipmi_set_major_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1027:35: style: Function 'ipmi_get_major_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:301:49: note: Function 'ipmi_get_major_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1027:35: note: Function 'ipmi_get_major_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1033:35: style: Function 'ipmi_set_minor_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:302:40: note: Function 'ipmi_set_minor_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1033:35: note: Function 'ipmi_set_minor_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1039:35: style: Function 'ipmi_get_minor_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:303:49: note: Function 'ipmi_get_minor_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1039:35: note: Function 'ipmi_get_minor_fw_rev' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1045:37: style: Function 'ipmi_set_device_support' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:304:42: note: Function 'ipmi_set_device_support' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1045:37: note: Function 'ipmi_set_device_support' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1051:37: style: Function 'ipmi_get_device_support' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:305:51: note: Function 'ipmi_get_device_support' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1051:37: note: Function 'ipmi_get_device_support' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1057:29: style: Function 'ipmi_set_mfg_id' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:306:34: note: Function 'ipmi_set_mfg_id' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1057:29: note: Function 'ipmi_set_mfg_id' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1063:29: style: Function 'ipmi_get_mfg_id' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:307:34: note: Function 'ipmi_get_mfg_id' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1063:29: note: Function 'ipmi_get_mfg_id' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1069:33: style: Function 'ipmi_set_product_id' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:308:38: note: Function 'ipmi_set_product_id' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1069:33: note: Function 'ipmi_set_product_id' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1096:33: style: Function 'ipmi_get_product_id' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:309:38: note: Function 'ipmi_get_product_id' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc.c:1096:33: note: Function 'ipmi_get_product_id' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc_picmg.c:461:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/bmc_picmg.c:191:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/bmc_picmg.c:61:60: style: Function 'ipmi_mc_set_power' argument 3 names different: declaration 'gen_int' definition 'gen_event'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:289:64: note: Function 'ipmi_mc_set_power' argument 3 names different: declaration 'gen_int' definition 'gen_event'.
OpenIPMI-2.0.25/lanserv/bmc_picmg.c:61:60: note: Function 'ipmi_mc_set_power' argument 3 names different: declaration 'gen_int' definition 'gen_event'.
OpenIPMI-2.0.25/lanserv/bmc_sensor.c:763:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/bmc_sensor.c:1614:24: style: The scope of the variable 'block' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/bmc_sensor.c:1789:24: style: The scope of the variable 'block' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/bmc_sensor.c:998:20: style: Function 'ipmi_mc_sensor_set_event_support' argument 8 names different: declaration 'support' definition 'event_support'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:249:24: note: Function 'ipmi_mc_sensor_set_event_support' argument 8 names different: declaration 'support' definition 'event_support'.
OpenIPMI-2.0.25/lanserv/bmc_sensor.c:998:20: note: Function 'ipmi_mc_sensor_set_event_support' argument 8 names different: declaration 'support' definition 'event_support'.
OpenIPMI-2.0.25/lanserv/bmc_storage.c:172:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
OpenIPMI-2.0.25/lanserv/bmc_storage.c:168:0: note: Variable 'p' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/lanserv/bmc_storage.c:172:5: note: Variable 'p' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/lanserv/bmc_storage.c:738:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
OpenIPMI-2.0.25/lanserv/bmc_storage.c:734:0: note: Variable 'p' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/lanserv/bmc_storage.c:738:5: note: Variable 'p' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/lanserv/bmc_storage.c:280:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/bmc_storage.c:1535:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/bmc_storage.c:141:35: style: Function 'ipmi_mc_enable_sel' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:128:39: note: Function 'ipmi_mc_enable_sel' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc_storage.c:141:35: note: Function 'ipmi_mc_enable_sel' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc_storage.c:207:35: style: Function 'ipmi_mc_add_to_sel' argument 1 names different: declaration 'emu' definition 'mc'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:132:39: note: Function 'ipmi_mc_add_to_sel' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc_storage.c:207:35: note: Function 'ipmi_mc_add_to_sel' argument 1 names different: declaration 'emu' definition 'mc'.
OpenIPMI-2.0.25/lanserv/bmc_storage.c:1493:58: style: Function 'ipmi_mc_set_frudata_handler' argument 2 names different: declaration 'fru' definition 'devid'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/mcserv.h:370:62: note: Function 'ipmi_mc_set_frudata_handler' argument 2 names different: declaration 'fru' definition 'devid'.
OpenIPMI-2.0.25/lanserv/bmc_storage.c:1493:58: note: Function 'ipmi_mc_set_frudata_handler' argument 2 names different: declaration 'fru' definition 'devid'.
OpenIPMI-2.0.25/lanserv/config.c:723:12: style: The scope of the variable 'func' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/extcmd.c:64:0: error: #error "either netinet/ether.h or sys/ethernet.h must exist." [preprocessorErrorDirective]
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:983:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:982:5: note: Variable 'err' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:983:5: note: Variable 'err' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:1262:5: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:1261:5: note: Variable 'rv' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:1262:5: note: Variable 'rv' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:1605:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:1604:2: note: Variable 'err' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:1605:2: note: Variable 'err' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:350:9: style: The scope of the variable 'lan_fd' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:352:19: style: The scope of the variable 'addr_data' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/ipmi_sim.c:983:11: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
OpenIPMI-2.0.25/lanserv/lanserv.c:869:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/lanserv_ipmi.c:432:18: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/lanserv_ipmi.c:1184:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/lanserv_ipmi.c:2808:19: style: The scope of the variable 'seq' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/lanserv_ipmi.c:3075:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/lanserv_oem_force.c:64:19: style: The scope of the variable 'new_addr' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:1125:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:935:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:960:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:2268:9: style: The scope of the variable 'err' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:959:33: style: Variable 'board' is assigned a value that is never used. [unreadVariable]
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:2909:9: style: Unused variable: val [unusedVariable]
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:2826:27: warning: Either the condition 'board==0' is redundant, otherwise there is negative array index -1. [negativeIndex]
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:2812:24: note: Assuming that condition 'board==0' is not redundant
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:2820:5: note: board is decremented', new value is -1
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:2826:27: note: Negative array index
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:2826:26: warning: Either the condition 'board>6' is redundant or the array 'simulate_board_absent[6]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:2812:38: note: Assuming that condition 'board>6' is not redundant
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:2820:5: note: board is decremented', new value is 6
OpenIPMI-2.0.25/lanserv/marvell-bmc/marvell_mod.c:2826:26: note: Array index out of bounds
OpenIPMI-2.0.25/lanserv/persist.c:92:26: style: Function 'persist_init' argument 1 names different: declaration 'app' definition 'papp'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/persist.h:61:30: note: Function 'persist_init' argument 1 names different: declaration 'app' definition 'papp'.
OpenIPMI-2.0.25/lanserv/persist.c:92:26: note: Function 'persist_init' argument 1 names different: declaration 'app' definition 'papp'.
OpenIPMI-2.0.25/lanserv/persist.c:92:66: style: Function 'persist_init' argument 3 names different: declaration 'basedir' definition 'ibasedir'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/persist.h:61:69: note: Function 'persist_init' argument 3 names different: declaration 'basedir' definition 'ibasedir'.
OpenIPMI-2.0.25/lanserv/persist.c:92:66: note: Function 'persist_init' argument 3 names different: declaration 'basedir' definition 'ibasedir'.
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1618:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1626:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1637:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1640:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1663:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1671:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1688:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1696:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1705:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1901:6: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1912:6: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1912:6: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/sdrcomp/sdrcomp.c:1924:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lanserv/serial_ipmi.c:258:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/serial_ipmi.c:580:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/serial_ipmi.c:633:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/serv.c:105:59: style: Function 'ipmi_handle_smi_rsp' argument 3 names different: declaration 'rsp' definition 'rspd'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lanserv/OpenIPMI/serv.h:463:20: note: Function 'ipmi_handle_smi_rsp' argument 3 names different: declaration 'rsp' definition 'rspd'.
OpenIPMI-2.0.25/lanserv/serv.c:105:59: note: Function 'ipmi_handle_smi_rsp' argument 3 names different: declaration 'rsp' definition 'rspd'.
OpenIPMI-2.0.25/lanserv/sol.c:284:10: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lanserv/sol.c:1445:9: style: The scope of the variable 'to_copy' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/conn.c:152:31: style: The scope of the variable 'rcb_data' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/conn.c:153:31: style: The scope of the variable 'conn' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/conn.c:584:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/conn.c:289:13: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
OpenIPMI-2.0.25/lib/control.c:64:10: style: struct member 'ipmi_control_info_s::wait_err' is never used. [unusedStructMember]
OpenIPMI-2.0.25/lib/control.c:486:5: style: Variable 'length' is modified but its new value is never used. [unreadVariable]
OpenIPMI-2.0.25/lib/domain.c:589:18: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/domain.c:1639:25: style: The scope of the variable 'idx' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/domain.c:1643:25: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/domain.c:1678:19: style: The scope of the variable 'addr' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/domain.c:1679:19: style: The scope of the variable 'first' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/domain.c:1679:26: style: The scope of the variable 'last' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/domain.c:1679:32: style: The scope of the variable 'ichan' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/domain.c:3136:23: style: The scope of the variable 'data' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/domain.c:3365:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/domain.c:3612:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/domain.c:3643:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/domain.c:213:32: style: struct member 'ipmi_domain_s::oem_event_cb_data' is never used. [unusedStructMember]
OpenIPMI-2.0.25/lib/entity.c:535:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/entity.c:1855:20: style: The scope of the variable 'fru' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/entity.c:1857:19: style: The scope of the variable 'entity_fru_fetch' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/entity.c:2462:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/entity.c:3932:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/entity.c:3949:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/entity.c:4101:26: style: The scope of the variable 'found' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/entity.c:4476:25: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/entity.c:6979:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/entity.c:7135:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/entity.c:7479:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/entity.c:964:5: style: Variable 'length' is modified but its new value is never used. [unreadVariable]
OpenIPMI-2.0.25/lib/event.c:368:27: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/fru.c:415:36: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:423:4: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:415:36: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:416:6: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:423:4: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:416:6: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1009:2: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1015:8: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1009:2: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1023:6: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1029:8: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1023:6: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1059:24: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1065:4: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1059:24: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1079:12: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1089:8: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1079:12: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1080:5: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1089:8: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1080:5: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1082:9: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1089:8: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1082:9: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1124:15: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1015:8: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1010:34: note: Calling function 'request_next_data', 2nd argument 'fru' value is 0
OpenIPMI-2.0.25/lib/fru.c:1124:15: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1125:19: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1015:8: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1010:34: note: Calling function 'request_next_data', 2nd argument 'fru' value is 0
OpenIPMI-2.0.25/lib/fru.c:1125:19: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1128:19: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1015:8: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1010:34: note: Calling function 'request_next_data', 2nd argument 'fru' value is 0
OpenIPMI-2.0.25/lib/fru.c:1128:19: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1129:33: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1015:8: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1010:34: note: Calling function 'request_next_data', 2nd argument 'fru' value is 0
OpenIPMI-2.0.25/lib/fru.c:1129:33: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1130:30: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1015:8: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1010:34: note: Calling function 'request_next_data', 2nd argument 'fru' value is 0
OpenIPMI-2.0.25/lib/fru.c:1130:30: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1179:5: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1186:4: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1179:5: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1180:5: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1186:4: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1180:5: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1182:9: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1186:4: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1182:9: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:1192:10: warning: Either the condition 'fru?fru->iname:""' is redundant or there is possible null pointer dereference: fru. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/fru.c:1196:4: note: Assuming that condition 'fru?fru->iname:""' is not redundant
OpenIPMI-2.0.25/lib/fru.c:1192:10: note: Null pointer dereference
OpenIPMI-2.0.25/lib/fru.c:478:22: style: The scope of the variable 'frul' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/fru.c:547:25: style: The scope of the variable 'frul' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/fru.c:548:24: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/fru.c:173:11: style: struct member 'ipmi_fru_s::fru_rec_type' is never used. [unusedStructMember]
OpenIPMI-2.0.25/lib/fru_spd_decode.c:243:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/fru_spd_decode.c:286:20: style: The scope of the variable 'spd_info' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi.c:296:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_lan.c:5240:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
OpenIPMI-2.0.25/lib/ipmi_lan.c:1738:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_lan.c:2288:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_lan.c:2788:22: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_lan.c:3880:27: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_lan.c:3899:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_lan.c:5231:20: style: The scope of the variable 'p' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_lan.c:5386:21: style: The scope of the variable 'v' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_lan.c:5405:21: style: The scope of the variable 'v' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_lan.c:5423:21: style: The scope of the variable 'v' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_payload.c:82:19: style: The scope of the variable 'msgstart' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_payload.c:416:18: style: The scope of the variable 'addr_len' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_sol.c:3290:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenIPMI-2.0.25/lib/ipmi_sol.c:2283:9: style: Condition '!rv' is always true [knownConditionTrueFalse]
OpenIPMI-2.0.25/lib/ipmi_sol.c:2269:14: note: Assignment 'rv=0', assigned value is 0
OpenIPMI-2.0.25/lib/ipmi_sol.c:2283:9: note: Condition '!rv' is always true
OpenIPMI-2.0.25/lib/ipmi_sol.c:1383:2: warning: Either the condition '!end' is redundant or there is possible null pointer dereference: end. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/ipmi_sol.c:1382:12: note: Assuming that condition '!end' is not redundant
OpenIPMI-2.0.25/lib/ipmi_sol.c:1383:2: note: Null pointer dereference
OpenIPMI-2.0.25/lib/ipmi_sol.c:1384:8: warning: Either the condition '!end' is redundant or there is possible null pointer dereference: end. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/ipmi_sol.c:1382:12: note: Assuming that condition '!end' is not redundant
OpenIPMI-2.0.25/lib/ipmi_sol.c:1384:8: note: Null pointer dereference
OpenIPMI-2.0.25/lib/ipmi_sol.c:1057:22: style: The scope of the variable 'temp' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_sol.c:1428:18: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_sol.c:3368:10: style: The scope of the variable 'do_nack' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/ipmi_sol.c:1795:27: style: Function 'transmitter_handle_acknowledge' argument 3 names different: declaration 'cknowledged_char_count' definition 'acknowledged_char_count'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lib/ipmi_sol.c:1629:21: note: Function 'transmitter_handle_acknowledge' argument 3 names different: declaration 'cknowledged_char_count' definition 'acknowledged_char_count'.
OpenIPMI-2.0.25/lib/ipmi_sol.c:1795:27: note: Function 'transmitter_handle_acknowledge' argument 3 names different: declaration 'cknowledged_char_count' definition 'acknowledged_char_count'.
OpenIPMI-2.0.25/lib/ipmi_sol.c:317:19: style: struct member 'ipmi_sol_conn_s::privilege_level' is never used. [unusedStructMember]
OpenIPMI-2.0.25/lib/ipmi_utils.c:152:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenIPMI-2.0.25/lib/lanparm.c:378:22: style: The scope of the variable 'lanparml' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/lanparm.c:429:22: style: The scope of the variable 'lanparml' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/lanparm.c:2681:19: style: The scope of the variable 'count' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/lanparm.c:2763:19: style: The scope of the variable 'count' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/mc.c:550:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/mc.c:773:18: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/mc.c:798:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/mc.c:1814:20: style: The scope of the variable 'destmc' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/mc.c:2280:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/mc.c:2696:33: style: The scope of the variable 'mc' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/mc.c:4851:49: style: Function 'list_next_user' argument 2 names different: declaration 'list' definition 'info'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/lib/mc.c:4710:60: note: Function 'list_next_user' argument 2 names different: declaration 'list' definition 'info'.
OpenIPMI-2.0.25/lib/mc.c:4851:49: note: Function 'list_next_user' argument 2 names different: declaration 'list' definition 'info'.
OpenIPMI-2.0.25/lib/mc.c:326:18: style: struct member 'ipmi_mc_s::in_domain_list' is never used. [unusedStructMember]
OpenIPMI-2.0.25/lib/mc.c:444:5: style: Variable 'length' is modified but its new value is never used. [unreadVariable]
OpenIPMI-2.0.25/lib/normal_fru.c:3981:15: style: Condition 'rv==E2BIG' is always true [knownConditionTrueFalse]
OpenIPMI-2.0.25/lib/normal_fru.c:2371:22: warning: Either the condition 'data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
OpenIPMI-2.0.25/lib/normal_fru.c:2314:9: note: Assuming that condition 'data' is not redundant
OpenIPMI-2.0.25/lib/normal_fru.c:2371:22: note: Null pointer dereference
OpenIPMI-2.0.25/lib/normal_fru.c:1084:23: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:1825:34: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:2129:34: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:2436:34: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:2502:34: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:2562:28: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:2594:23: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:3772:25: style: The scope of the variable 'info' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:3777:24: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:3844:19: style: The scope of the variable 'type' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:3844:29: style: The scope of the variable 'version' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:3957:34: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:3959:34: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:3969:33: style: The scope of the variable 'info' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:4149:21: style: The scope of the variable 'p' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:4244:20: style: The scope of the variable 'length' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:5004:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:5234:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:5250:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:5422:23: style: The scope of the variable 'delv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:5479:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:5601:25: style: The scope of the variable 'delv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:6294:19: style: The scope of the variable 'val' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:6295:19: style: The scope of the variable 'shift' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:6296:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:6351:19: style: The scope of the variable 'val' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:6352:19: style: The scope of the variable 'shift' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:6353:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:6425:19: style: The scope of the variable 'val' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:6647:29: style: The scope of the variable 'val' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/normal_fru.c:6383:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenIPMI-2.0.25/lib/normal_fru.c:6384:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenIPMI-2.0.25/lib/normal_fru.c:6428:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenIPMI-2.0.25/lib/normal_fru.c:6462:37: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenIPMI-2.0.25/lib/normal_fru.c:6463:37: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenIPMI-2.0.25/lib/normal_fru.c:6514:36: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenIPMI-2.0.25/lib/normal_fru.c:6599:42: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenIPMI-2.0.25/lib/normal_fru.c:6600:42: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenIPMI-2.0.25/lib/normal_fru.c:6650:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenIPMI-2.0.25/lib/normal_fru.c:222:7: style: Variable 't' is assigned a value that is never used. [unreadVariable]
OpenIPMI-2.0.25/lib/oem_atca.c:850:0: error: Syntax error in #if [preprocessorErrorDirective]
OpenIPMI-2.0.25/lib/oem_atca_conn.c:178:25: style: The scope of the variable 'count' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/oem_atca_conn.c:179:26: style: The scope of the variable 'addrs' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/oem_atca_conn.c:822:23: style: The scope of the variable 'info' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/oem_force_conn.c:108:26: style: The scope of the variable 'err' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/oem_force_conn.c:109:26: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/oem_intel.c:391:19: style: The scope of the variable 'data' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/oem_intel.c:138:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
OpenIPMI-2.0.25/lib/oem_intel.c:253:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
OpenIPMI-2.0.25/lib/oem_motorola_mxp.c:4194:21: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/oem_motorola_mxp.c:4226:24: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/oem_motorola_mxp.c:7449:24: style: The scope of the variable 'binfo' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/oem_motorola_mxp.c:9082:26: style: The scope of the variable 'err' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/oem_motorola_mxp.c:9083:26: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/oem_test.c:131:23: style: The scope of the variable 'src_mc' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/opq.c:83:11: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/opq.c:150:18: style: The scope of the variable 'success' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/opq.c:338:9: style: Variable 'elem' is assigned a value that is never used. [unreadVariable]
OpenIPMI-2.0.25/lib/pef.c:455:22: style: The scope of the variable 'pefs' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/pef.c:502:24: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/pef.c:504:25: style: The scope of the variable 'pefl' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/pef.c:1389:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/pef.c:2202:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/pef.c:2616:19: style: The scope of the variable 'count' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/pef.c:2723:19: style: The scope of the variable 'count' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/pet.c:173:22: style: The scope of the variable 'pets' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/pet.c:1226:22: style: The scope of the variable 'pets' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/sdr.c:404:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/lib/sdr.c:1235:16: style: The scope of the variable 'ninfo' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/sdr.c:2086:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/sel.c:102:19: style: struct member 'sel_clear_req_s::last_event' is never used. [unusedStructMember]
OpenIPMI-2.0.25/lib/sensor.c:3675:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/sensor.c:3851:25: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/sensor.c:4521:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/sensor.c:4783:31: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/sensor.c:5038:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenIPMI-2.0.25/lib/sensor.c:5040:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenIPMI-2.0.25/lib/sensor.c:1121:5: style: Variable 'length' is modified but its new value is never used. [unreadVariable]
OpenIPMI-2.0.25/lib/solparm.c:378:22: style: The scope of the variable 'solparml' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/solparm.c:429:22: style: The scope of the variable 'solparml' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/solparm.c:1639:19: style: The scope of the variable 'count' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/solparm.c:1721:19: style: The scope of the variable 'count' can be reduced. [variableScope]
OpenIPMI-2.0.25/lib/strings.c:1294:23: warning: Logical conjunction always evaluates to false: rmcpp_err <= 0 && rmcpp_err > 18. [incorrectLogicOperator]
OpenIPMI-2.0.25/lib/strings.c:1332:23: warning: Logical conjunction always evaluates to false: rmcpp_err <= 0 && rmcpp_err > 18. [incorrectLogicOperator]
OpenIPMI-2.0.25/libedit/chared.c:98:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/chared.c:280:6: style: The scope of the variable 'test' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/chared.c:309:6: style: The scope of the variable 'test' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/chared.c:429:6: style: The scope of the variable 'test' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/chared.c:763:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/el.c:457:9: style: Condition 'fp==NULL' is always true [knownConditionTrueFalse]
OpenIPMI-2.0.25/libedit/el.c:436:7: note: Assignment 'fp=NULL', assigned value is 0
OpenIPMI-2.0.25/libedit/el.c:457:9: note: Condition 'fp==NULL' is always true
OpenIPMI-2.0.25/libedit/fgetln.c:85:14: warning: Either the condition '(ptr=strchr(&buf[*len],'\n'))==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
OpenIPMI-2.0.25/libedit/fgetln.c:65:42: note: Assuming that condition '(ptr=strchr(&buf[*len],'\n'))==NULL' is not redundant
OpenIPMI-2.0.25/libedit/fgetln.c:85:14: note: Null pointer subtraction
OpenIPMI-2.0.25/libedit/filecomplete.c:167:50: style: The scope of the variable 'dirpath' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/filecomplete.c:99:16: style: Unused variable: pwres [unusedVariable]
OpenIPMI-2.0.25/libedit/filecomplete.c:102:7: style: Unused variable: pwbuf [unusedVariable]
OpenIPMI-2.0.25/libedit/filecomplete.c:441:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
OpenIPMI-2.0.25/libedit/hist.c:158:14: style: The scope of the variable 'str' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/key.c:577:17: style: The scope of the variable 'fp' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/key.c:578:7: style: The scope of the variable 'unparsbuf' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/map.c:1127:7: style: The scope of the variable 'outbuf' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/map.c:1128:17: style: The scope of the variable 'bp' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/map.c:1128:22: style: The scope of the variable 'ep' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/parse.c:185:13: style: The scope of the variable 'ch' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/read.c:207:15: style: Condition 'chrs>0' is always false [knownConditionTrueFalse]
OpenIPMI-2.0.25/libedit/read.c:188:13: note: Assignment 'chrs=0', assigned value is 0
OpenIPMI-2.0.25/libedit/read.c:207:15: note: Condition 'chrs>0' is always false
OpenIPMI-2.0.25/libedit/read.c:207:15: style: Same expression on both sides of '>' because the value of 'chrs' and '0' are the same. [duplicateExpression]
OpenIPMI-2.0.25/libedit/read.c:188:13: note: 'chrs' is assigned value '0' here.
OpenIPMI-2.0.25/libedit/read.c:207:15: note: Same expression on both sides of '>' because the value of 'chrs' and '0' are the same.
OpenIPMI-2.0.25/libedit/read.c:239:6: style: The scope of the variable 'num' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/read.c:392:6: style: The scope of the variable 'crlf' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/readline.c:473:19: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
OpenIPMI-2.0.25/libedit/readline.c:644:16: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
OpenIPMI-2.0.25/libedit/readline.c:651:18: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
OpenIPMI-2.0.25/libedit/readline.c:1777:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenIPMI-2.0.25/libedit/readline.c:995:28: style: The scope of the variable 'start' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/readline.c:996:9: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/readline.c:1319:14: style: The scope of the variable 'strp' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/readline.c:1625:8: style: The scope of the variable 'wbuf' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/readline.c:283:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
OpenIPMI-2.0.25/libedit/readline.c:291:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
OpenIPMI-2.0.25/libedit/readline.c:349:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
OpenIPMI-2.0.25/libedit/readline.c:1784:23: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
OpenIPMI-2.0.25/libedit/refresh.c:792:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
OpenIPMI-2.0.25/libedit/refresh.c:776:16: note: outer condition: fx<0
OpenIPMI-2.0.25/libedit/refresh.c:792:11: note: identical inner condition: fx<0
OpenIPMI-2.0.25/libedit/refresh.c:385:8: style: The scope of the variable 'a' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/refresh.c:960:12: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/search.c:461:2: style: Variable 'tmplen' is reassigned a value before the old one has been used. [redundantAssignment]
OpenIPMI-2.0.25/libedit/search.c:457:2: note: Variable 'tmplen' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/libedit/search.c:461:2: note: Variable 'tmplen' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/libedit/search.c:215:6: style: The scope of the variable 'done' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/search.c:215:12: style: The scope of the variable 'redo' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/sig.c:122:41: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
OpenIPMI-2.0.25/libedit/strlcat.c:52:9: style: Function 'libedit_strlcat' argument 3 names different: declaration 'size' definition 'siz'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/libedit/sys.h:102:51: note: Function 'libedit_strlcat' argument 3 names different: declaration 'size' definition 'siz'.
OpenIPMI-2.0.25/libedit/strlcat.c:52:9: note: Function 'libedit_strlcat' argument 3 names different: declaration 'size' definition 'siz'.
OpenIPMI-2.0.25/libedit/strlcpy.c:50:9: style: Function 'libedit_strlcpy' argument 3 names different: declaration 'size' definition 'siz'. [funcArgNamesDifferent]
OpenIPMI-2.0.25/libedit/sys.h:107:51: note: Function 'libedit_strlcpy' argument 3 names different: declaration 'size' definition 'siz'.
OpenIPMI-2.0.25/libedit/strlcpy.c:50:9: note: Function 'libedit_strlcpy' argument 3 names different: declaration 'size' definition 'siz'.
OpenIPMI-2.0.25/libedit/term.c:817:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/term.c:1183:8: style: The scope of the variable 'p' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/term.c:475:0: error: Memory leak: b [memleak]
OpenIPMI-2.0.25/libedit/tty.c:504:6: style: Condition 'rst' is always true [knownConditionTrueFalse]
OpenIPMI-2.0.25/libedit/tty.c:470:12: note: Assignment 'rst=1', assigned value is 1
OpenIPMI-2.0.25/libedit/tty.c:504:6: note: Condition 'rst' is always true
OpenIPMI-2.0.25/libedit/tty.c:1154:18: style: The scope of the variable 'd' can be reduced. [variableScope]
OpenIPMI-2.0.25/libedit/tty.c:1258:12: warning: Assert statement modifies 'c'. [assignmentInAssert]
OpenIPMI-2.0.25/sample/dump_sensors.c:104:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/eventd.c:461:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/eventd.c:496:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/eventd.c:336:5: style: Variable 'idstr' is assigned a value that is never used. [unreadVariable]
OpenIPMI-2.0.25/sample/example_oem.c:1101:5: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
OpenIPMI-2.0.25/sample/ipmi_serial_bmc_emu.c:311:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/ipmi_serial_bmc_emu.c:623:18: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/ipmi_serial_bmc_emu.c:667:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/ipmi_serial_bmc_emu.c:1463:16: style: The scope of the variable 'buf' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/ipmi_serial_bmc_emu.c:1464:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/ipmi_serial_bmc_emu.c:1466:6: style: The scope of the variable 'rv2' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/ipmicmd.c:289:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/sample/ipmicmd.c:484:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/sample/ipmicmd.c:649:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/sample/ipmicmd.c:652:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/sample/ipmicmd.c:491:13: style: Checking if unsigned variable 'pos' is less than zero. [unsignedLessThanZero]
OpenIPMI-2.0.25/sample/sample.c:202:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenIPMI-2.0.25/sample/sample.c:153:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/sample.c:183:39: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/sample.c:266:19: style: The scope of the variable 'id' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/sample.c:266:23: style: The scope of the variable 'instance' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/sample.c:267:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/sample.c:298:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/sample2.c:175:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/sample2.c:225:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/sample3.c:612:10: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/sample/solterm.c:114:6: style: struct member 'sol_configuration_t::ACK_timeout_usec' is never used. [unusedStructMember]
OpenIPMI-2.0.25/sample/solterm.c:115:6: style: struct member 'sol_configuration_t::ACK_retries' is never used. [unusedStructMember]
OpenIPMI-2.0.25/swig/perl/OpenIPMI_perl.c:51:19: style: The scope of the variable 'rcount' can be reduced. [variableScope]
OpenIPMI-2.0.25/tcl/tcl_os_hnd.c:728:0: error: Syntax error in #if [preprocessorErrorDirective]
OpenIPMI-2.0.25/tcl/test_handlers.c:139:20: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/basic_ui.c:366:5: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
OpenIPMI-2.0.25/ui/basic_ui.c:356:5: note: Variable 'rv' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/ui/basic_ui.c:366:5: note: Variable 'rv' is reassigned a value before the old one has been used.
OpenIPMI-2.0.25/ui/ui.c:2018:6: warning: Identical condition 'err', second condition is always false [identicalConditionAfterEarlyExit]
OpenIPMI-2.0.25/ui/ui.c:2012:6: note: first condition
OpenIPMI-2.0.25/ui/ui.c:2018:6: note: second condition
OpenIPMI-2.0.25/ui/ui.c:2808:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
OpenIPMI-2.0.25/ui/ui.c:2806:17: note: outer condition: i<length
OpenIPMI-2.0.25/ui/ui.c:2808:9: note: identical inner condition: i<length
OpenIPMI-2.0.25/ui/ui.c:343:19: style: The scope of the variable 'val' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:344:35: style: The scope of the variable 'istr' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:380:26: style: The scope of the variable 'istr' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:436:6: style: The scope of the variable 'max_x' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:436:13: style: The scope of the variable 'max_y' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:436:20: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:558:16: style: The scope of the variable 'x' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:703:9: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:1601:10: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:1954:24: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:2159:22: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:2160:22: style: The scope of the variable 'val' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:2266:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:2267:9: style: The scope of the variable 'present' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:2681:23: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:2735:23: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:2785:23: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:2895:25: style: The scope of the variable 'control_type' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:2896:25: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:3288:39: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:3446:18: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:4286:19: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:4288:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:4487:20: style: The scope of the variable 'str' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:4570:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:4893:20: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:4895:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:5059:20: style: The scope of the variable 'str' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:5640:27: style: The scope of the variable 'event2' can be reduced. [variableScope]
OpenIPMI-2.0.25/ui/ui.c:4771:10: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
OpenIPMI-2.0.25/ui/ui.c:925:2: warning: The buffer 'name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
OpenIPMI-2.0.25/unix/posix_os_hnd.c:318:7: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenIPMI-2.0.25/unix/posix_thread_os_hnd.c:319:7: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenIPMI-2.0.25/unix/selector.c:646:27: style: The scope of the variable 'top' can be reduced. [variableScope]
OpenIPMI-2.0.25/unix/selector.c:1031:21: style: The scope of the variable 'err' can be reduced. [variableScope]
OpenIPMI-2.0.25/unix/test_handlers.c:138:20: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/unix/test_handlers.c:151:7: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
OpenIPMI-2.0.25/unix/test_heap.c:89:22: style: The scope of the variable 'rand_val' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/ilist.c:512:28: style: The scope of the variable 'entry' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/ipmi_malloc.c:138:32: style: The scope of the variable 'trlr2' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/ipmi_malloc.c:383:20: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/ipmi_malloc.c:384:19: style: The scope of the variable 'seed' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/ipmi_malloc.c:385:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/locks.c:76:17: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/locks.c:127:17: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/os_handler.c:197:33: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/os_handler.c:312:25: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/string.c:240:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
OpenIPMI-2.0.25/utils/string.c:481:18: style: The scope of the variable 'bsize' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/string.c:482:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenIPMI-2.0.25/utils/string.c:216:16: style: Checking if unsigned variable 'in_len' is less than zero. [unsignedLessThanZero]
[12:49]

ftp://ftp.se.debian.org/debian/pool/main/o/openjade/openjade_1.4devel1.orig.tar.gz
OpenJade-1.4devel/grove/LocNode.h:29:15: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/grove/Node.h:677:12: style: Member variable 'GroveStringList::refCount_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/grove/Node.h:667:33: note: Member variable 'GroveStringList::refCount_' is in the wrong place in the initializer list.
OpenJade-1.4devel/grove/Node.h:677:12: note: Member variable 'GroveStringList::refCount_' is in the wrong place in the initializer list.
OpenJade-1.4devel/grove/Node.h:327:6: warning: Class 'Node' which has virtual members does not have a virtual destructor. [virtualDestructor]
OpenJade-1.4devel/grove/Node.h:478:6: warning: Class 'NodeList' which has virtual members does not have a virtual destructor. [virtualDestructor]
OpenJade-1.4devel/grove/Node.h:517:6: warning: Class 'NamedNodeList' which has virtual members does not have a virtual destructor. [virtualDestructor]
OpenJade-1.4devel/grove/Node.h:534:16: style: Technically the member function 'NodePtr::assignOrigin' can be const. [functionConst]
OpenJade-1.4devel/grove/Node.h:535:16: style: Technically the member function 'NodePtr::assignFirstChild' can be const. [functionConst]
OpenJade-1.4devel/grove/Node.h:536:16: style: Technically the member function 'NodePtr::assignNextSibling' can be const. [functionConst]
OpenJade-1.4devel/grove/Node.h:537:16: style: Technically the member function 'NodePtr::assignNextChunkSibling' can be const. [functionConst]
OpenJade-1.4devel/grove/Node.h:540:16: style: Technically the member function 'NodePtr::assignNextChunkAfter' can be const. [functionConst]
OpenJade-1.4devel/grove/Node.h:543:16: style: Technically the member function 'NodePtr::assignFirstSibling' can be const. [functionConst]
OpenJade-1.4devel/grove/Node.h:570:16: style: Technically the member function 'NodeListPtr::assignRest' can be const. [functionConst]
OpenJade-1.4devel/grove/Node.h:571:16: style: Technically the member function 'NodeListPtr::assignChunkRest' can be const. [functionConst]
OpenJade-1.4devel/grove/Node.h:675:35: style: Technically the member function 'GroveStringList::iter' can be const. [functionConst]
OpenJade-1.4devel/grove/Node.h:523:3: style: Class 'NodePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/grove/Node.h:561:3: style: Class 'NodeListPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/grove/Node.h:591:3: style: Class 'NamedNodeListPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/grove/Node.h:640:3: style: Class 'GroveStringLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/grove/Node.h:655:3: style: Class 'ConstGroveStringListIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/grove/Node.h:685:3: style: Class 'GroveStringListPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/grove/Node.cxx:550:0: error: failed to expand 'ENUM', Invalid ## usage when expanding 'ENUM'. [preprocessorErrorDirective]
OpenJade-1.4devel/intl/bindtextdom.c:131:0: error: Memory leak: new_binding [memleak]
OpenJade-1.4devel/intl/cat-compat.c:63:0: error: syntax error [syntaxError]
OpenJade-1.4devel/intl/dcgettext.c:282:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
OpenJade-1.4devel/intl/hash-string.h:45:0: style: The scope of the variable 'g' can be reduced. [variableScope]
OpenJade-1.4devel/intl/dcgettext.c:178:25: style: The scope of the variable 'domain' can be reduced. [variableScope]
OpenJade-1.4devel/intl/dcgettext.c:225:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
OpenJade-1.4devel/intl/dcgettext.c:231:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
OpenJade-1.4devel/intl/dcgettext.c:256:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
OpenJade-1.4devel/intl/dcgettext.c:274:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
OpenJade-1.4devel/intl/finddomain.c:351:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
OpenJade-1.4devel/intl/loadmsgcat.c:116:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
OpenJade-1.4devel/intl/loadmsgcat.c:69:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
OpenJade-1.4devel/intl/loadmsgcat.c:116:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
OpenJade-1.4devel/intl/loadmsgcat.c:116:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
OpenJade-1.4devel/intl/loadmsgcat.c:69:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
OpenJade-1.4devel/intl/loadmsgcat.c:116:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
OpenJade-1.4devel/intl/localealias.c:172:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
OpenJade-1.4devel/intl/localealias.c:173:13: style: The scope of the variable 'value' can be reduced. [variableScope]
OpenJade-1.4devel/intl/localealias.c:155:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
OpenJade-1.4devel/intl/localealias.c:226:0: error: Resource leak: fp [resourceLeak]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3761:80: style: Function 'outputBookmarkName' argument 2 names different: declaration 'elementIndex' definition 'n'. [funcArgNamesDifferent]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:277:67: note: Function 'outputBookmarkName' argument 2 names different: declaration 'elementIndex' definition 'n'.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3761:80: note: Function 'outputBookmarkName' argument 2 names different: declaration 'elementIndex' definition 'n'.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:233:5: warning: Member variable 'Border::thickness' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:233:5: warning: Member variable 'Border::color' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3864:30: warning: Member variable 'CommonFormat::charBorderColor' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3864:30: warning: Member variable 'CommonFormat::charBorderThickness' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3864:30: warning: Member variable 'CommonFormat::charBorderDouble' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:473:5: warning: Member variable 'Cell::backgroundColor' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/jade/TmpOutputByteStream.h:49:12: style: Member variable 'TmpOutputByteStream::nFullBlocks_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:602:23: note: Member variable 'TmpOutputByteStream::nFullBlocks_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TmpOutputByteStream.h:49:12: note: Member variable 'TmpOutputByteStream::nFullBlocks_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:511:14: style: Member variable 'RtfFOTBuilder::mgr_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:757:35: note: Member variable 'RtfFOTBuilder::mgr_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:511:14: note: Member variable 'RtfFOTBuilder::mgr_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:308:15: style: Member variable 'RtfFOTBuilder::inlineState_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:758:3: note: Member variable 'RtfFOTBuilder::inlineState_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:308:15: note: Member variable 'RtfFOTBuilder::inlineState_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:455:7: style: Member variable 'RtfFOTBuilder::accumSpace_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:761:3: note: Member variable 'RtfFOTBuilder::accumSpace_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:455:7: note: Member variable 'RtfFOTBuilder::accumSpace_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:492:12: style: Member variable 'RtfFOTBuilder::tableLevel_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:764:3: note: Member variable 'RtfFOTBuilder::tableLevel_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:492:12: note: Member variable 'RtfFOTBuilder::tableLevel_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:441:12: style: Member variable 'RtfFOTBuilder::nodeLevel_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:765:3: note: Member variable 'RtfFOTBuilder::nodeLevel_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:441:12: note: Member variable 'RtfFOTBuilder::nodeLevel_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:439:12: style: Member variable 'RtfFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:766:3: note: Member variable 'RtfFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:439:12: note: Member variable 'RtfFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:443:8: style: Member variable 'RtfFOTBuilder::boxFirstPara_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:770:3: note: Member variable 'RtfFOTBuilder::boxFirstPara_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:443:8: note: Member variable 'RtfFOTBuilder::boxFirstPara_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:453:30: style: Member variable 'RtfFOTBuilder::fontFamilyCharsetsTable_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:772:3: note: Member variable 'RtfFOTBuilder::fontFamilyCharsetsTable_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:453:30: note: Member variable 'RtfFOTBuilder::fontFamilyCharsetsTable_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:468:8: style: Member variable 'RtfFOTBuilder::addLeftIndent_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:777:3: note: Member variable 'RtfFOTBuilder::addLeftIndent_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:468:8: note: Member variable 'RtfFOTBuilder::addLeftIndent_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:497:8: style: Member variable 'RtfFOTBuilder::doBalance_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:780:3: note: Member variable 'RtfFOTBuilder::doBalance_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:497:8: note: Member variable 'RtfFOTBuilder::doBalance_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:457:8: style: Member variable 'RtfFOTBuilder::hyphenateSuppressed_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:783:3: note: Member variable 'RtfFOTBuilder::hyphenateSuppressed_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:457:8: note: Member variable 'RtfFOTBuilder::hyphenateSuppressed_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:325:9: style: Member variable 'CommonFormat::fontFamily' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3865:41: note: Member variable 'CommonFormat::fontFamily' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:325:9: note: Member variable 'CommonFormat::fontFamily' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:327:9: style: Member variable 'CommonFormat::color' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3867:3: note: Member variable 'CommonFormat::color' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:327:9: note: Member variable 'CommonFormat::color' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:323:10: style: Member variable 'CommonFormat::underline' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3868:3: note: Member variable 'CommonFormat::underline' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:323:10: note: Member variable 'CommonFormat::underline' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:321:10: style: Member variable 'CommonFormat::isSmallCaps' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3869:12: note: Member variable 'CommonFormat::isSmallCaps' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:321:10: note: Member variable 'CommonFormat::isSmallCaps' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:354:9: style: Member variable 'ParaFormat::lineSpacing' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3897:3: note: Member variable 'ParaFormat::lineSpacing' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:354:9: note: Member variable 'ParaFormat::lineSpacing' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:355:10: style: Member variable 'ParaFormat::lineSpacingAtLeast' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3897:40: note: Member variable 'ParaFormat::lineSpacingAtLeast' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:355:10: note: Member variable 'ParaFormat::lineSpacingAtLeast' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:371:12: style: Member variable 'Format::inputWhitespaceTreatment' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3881:3: note: Member variable 'Format::inputWhitespaceTreatment' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:371:12: note: Member variable 'Format::inputWhitespaceTreatment' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:377:10: style: Member variable 'Format::boxHasBorder' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3883:3: note: Member variable 'Format::boxHasBorder' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:377:10: note: Member variable 'Format::boxHasBorder' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:381:10: style: Member variable 'Format::borderOmitAtBreak' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3884:40: note: Member variable 'Format::borderOmitAtBreak' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:381:10: note: Member variable 'Format::borderOmitAtBreak' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:384:10: style: Member variable 'Format::cellTopMargin' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3885:42: note: Member variable 'Format::cellTopMargin' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:384:10: note: Member variable 'Format::cellTopMargin' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:382:10: style: Member variable 'Format::cellBackground' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3887:25: note: Member variable 'Format::cellBackground' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:382:10: note: Member variable 'Format::cellBackground' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:376:10: style: Member variable 'Format::scoreSpaces' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3887:44: note: Member variable 'Format::scoreSpaces' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:376:10: note: Member variable 'Format::scoreSpaces' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:368:10: style: Member variable 'Format::hyphenate' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3887:60: note: Member variable 'Format::hyphenate' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:368:10: note: Member variable 'Format::hyphenate' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:391:10: style: Member variable 'Format::mathInline' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3890:3: note: Member variable 'Format::mathInline' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:391:10: note: Member variable 'Format::mathInline' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:414:10: style: Member variable 'PageFormat::headerMargin' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3905:3: note: Member variable 'PageFormat::headerMargin' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:414:10: note: Member variable 'PageFormat::headerMargin' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:411:10: style: Member variable 'PageFormat::pageHeight' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3906:3: note: Member variable 'PageFormat::pageHeight' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:411:10: note: Member variable 'PageFormat::pageHeight' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:410:10: style: Member variable 'PageFormat::pageWidth' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3906:25: note: Member variable 'PageFormat::pageWidth' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:410:10: note: Member variable 'PageFormat::pageWidth' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:418:10: style: Member variable 'PageFormat::pageNumberRestart' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:3907:28: note: Member variable 'PageFormat::pageNumberRestart' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:418:10: note: Member variable 'PageFormat::pageNumberRestart' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:477:10: style: Member variable 'Cell::valign' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:473:63: note: Member variable 'Cell::valign' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfFOTBuilder.cxx:477:10: note: Member variable 'Cell::valign' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TmpOutputByteStream.h:24:5: style: Class 'Iter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/RtfOle.cxx:70:13: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/jade/RtfOle.cxx:239:63: style: Function 'makeAbsolute' argument 2 names different: declaration 'buf' definition 'fbuf'. [funcArgNamesDifferent]
OpenJade-1.4devel/jade/RtfOle.cxx:121:63: note: Function 'makeAbsolute' argument 2 names different: declaration 'buf' definition 'fbuf'.
OpenJade-1.4devel/jade/RtfOle.cxx:239:63: note: Function 'makeAbsolute' argument 2 names different: declaration 'buf' definition 'fbuf'.
OpenJade-1.4devel/jade/RtfOle.cxx:82:0: style: 'ComPtr < IStorage >::operator=' should return 'ComPtr < IStorage > &'. [operatorEq]
OpenJade-1.4devel/jade/RtfOle.cxx:82:0: style: 'ComPtr < IPersistStorage >::operator=' should return 'ComPtr < IPersistStorage > &'. [operatorEq]
OpenJade-1.4devel/jade/RtfOle.cxx:82:0: style: 'ComPtr < IPersistFile >::operator=' should return 'ComPtr < IPersistFile > &'. [operatorEq]
OpenJade-1.4devel/jade/RtfOle.cxx:82:0: style: 'ComPtr < IDataObject >::operator=' should return 'ComPtr < IDataObject > &'. [operatorEq]
OpenJade-1.4devel/jade/RtfOle.cxx:72:12: style: Member variable 'MyOleStream::col_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfOle.cxx:51:48: note: Member variable 'MyOleStream::col_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfOle.cxx:72:12: note: Member variable 'MyOleStream::col_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfOle.cxx:107:0: style: Member variable 'GlobalPtr < METAFILEPICT >::p_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/RtfOle.cxx:100:0: note: Member variable 'GlobalPtr < METAFILEPICT >::p_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfOle.cxx:107:0: note: Member variable 'GlobalPtr < METAFILEPICT >::p_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/RtfOle.cxx:51:3: style: Class 'MyOleStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/RtfOle.cxx:100:0: style: Class 'GlobalPtr < METAFILEPICT >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:406:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:1409:47: style: Function 'inlineSpaceC' argument 1 names different: declaration 'name' definition 's'. [funcArgNamesDifferent]
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:318:33: note: Function 'inlineSpaceC' argument 1 names different: declaration 'name' definition 's'.
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:1409:47: note: Function 'inlineSpaceC' argument 1 names different: declaration 'name' definition 's'.
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:1451:50: style: Function 'displaySpaceNIC' argument 1 names different: declaration 'name' definition 's'. [funcArgNamesDifferent]
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:320:36: note: Function 'displaySpaceNIC' argument 1 names different: declaration 'name' definition 's'.
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:1451:50: note: Function 'displaySpaceNIC' argument 1 names different: declaration 'name' definition 's'.
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:338:12: style: Member variable 'SgmlFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:556:3: note: Member variable 'SgmlFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:338:12: note: Member variable 'SgmlFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:26:3: style: Class 'SgmlFOTBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:292:5: style: Struct 'Data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/SgmlFOTBuilder.cxx:298:5: style: Struct 'Units' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:1442:57: warning: Possible null pointer dereference: lowerRow [nullPointer]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:1388:41: note: Calling function 'outVerticalBorders', 2nd argument 'lowerRow' value is 0
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:1442:57: note: Null pointer dereference
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:724:42: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:1147:8: style: The scope of the variable 'firstPart' can be reduced. [variableScope]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:1147:19: style: The scope of the variable 'lastPart' can be reduced. [variableScope]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:1147:29: style: The scope of the variable 'hasHeader' can be reduced. [variableScope]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:1147:40: style: The scope of the variable 'hasBody' can be reduced. [variableScope]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:1147:49: style: The scope of the variable 'hasFooter' can be reduced. [variableScope]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:2868:17: style: The scope of the variable 'ei' can be reduced. [variableScope]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:927:41: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:937:41: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:572:5: warning: Member variable 'Border::borderPriority' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:572:5: warning: Member variable 'Border::lineRepeat' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:742:5: warning: Member variable 'Table::CurRows' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:792:21: style: Member variable 'TeXFOTBuilder::CurOs' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:1824:27: note: Member variable 'TeXFOTBuilder::CurOs' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:792:21: note: Member variable 'TeXFOTBuilder::CurOs' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:817:8: style: Member variable 'TeXFOTBuilder::headingSet_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:1826:16: note: Member variable 'TeXFOTBuilder::headingSet_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:817:8: note: Member variable 'TeXFOTBuilder::headingSet_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:796:7: style: Member variable 'TeXFOTBuilder::inMath_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:1828:2: note: Member variable 'TeXFOTBuilder::inMath_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:796:7: note: Member variable 'TeXFOTBuilder::inMath_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:489:9: style: Member variable 'FotElement::SiblingSeqIdx' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:471:26: note: Member variable 'FotElement::SiblingSeqIdx' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:489:9: note: Member variable 'FotElement::SiblingSeqIdx' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:576:12: style: Member variable 'Border::borderPresent' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:573:63: note: Member variable 'Border::borderPresent' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:576:12: note: Member variable 'Border::borderPresent' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:627:12: style: Member variable 'Column::displayAlignment' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:621:42: note: Member variable 'Column::displayAlignment' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:627:12: note: Member variable 'Column::displayAlignment' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:623:10: style: Member variable 'Column::isExplicit' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:622:14: note: Member variable 'Column::isExplicit' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:623:10: note: Member variable 'Column::isExplicit' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:647:14: style: Member variable 'Cell::nRowsSpanned' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:637:8: note: Member variable 'Cell::nRowsSpanned' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:647:14: note: Member variable 'Cell::nRowsSpanned' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:646:14: style: Member variable 'Cell::nColumnsSpanned' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:637:27: note: Member variable 'Cell::nColumnsSpanned' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:646:14: note: Member variable 'Cell::nColumnsSpanned' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:648:25: style: Member variable 'Cell::beforeRowBorder' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:638:8: note: Member variable 'Cell::beforeRowBorder' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:648:25: note: Member variable 'Cell::beforeRowBorder' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:644:9: style: Member variable 'Cell::TeXTableRowIdx' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:639:29: note: Member variable 'Cell::TeXTableRowIdx' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:644:9: note: Member variable 'Cell::TeXTableRowIdx' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:707:10: style: Member variable 'TablePart::isExplicit' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:705:42: note: Member variable 'TablePart::isExplicit' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:707:10: note: Member variable 'TablePart::isExplicit' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:772:16: style: Member variable 'Table::CurTablePart' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:745:8: note: Member variable 'Table::CurTablePart' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:772:16: note: Member variable 'Table::CurTablePart' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:501:10: style: Technically the member function 'TeXFOTBuilder::FotElementState::enforcingStructure' can be const. [functionConst]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:42:3: style: Struct 'LengthInPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:510:5: style: Struct 'AtomicFotElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:586:5: style: Struct 'CellBeforeRowBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:590:5: style: Struct 'CellAfterRowBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:594:5: style: Struct 'CellBeforeColumnBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:598:5: style: Struct 'CellAfterColumnBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:602:5: style: Struct 'TableBeforeRowBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:606:5: style: Struct 'TableAfterRowBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:610:5: style: Struct 'TableBeforeColumnBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:614:5: style: Struct 'TableAfterColumnBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:635:5: style: Struct 'Cell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:688:5: style: Struct 'Row' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:703:5: style: Struct 'TablePart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:742:5: style: Struct 'Table' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:806:5: style: Struct 'ParHead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:79:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:75:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:79:10: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:82:10: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:76:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:82:10: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:98:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:75:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:98:10: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:101:10: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:76:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:101:10: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:511:18: style: The function 'isAtomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:478:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:511:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:512:25: style: The function 'lastClosed_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:483:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:512:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:513:25: style: The function 'currentlyOpen_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:484:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:513:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:516:18: style: The function 'outProlog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:495:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:516:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:518:18: style: The function 'outEpilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:496:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:518:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:526:18: style: The function 'isAtomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:478:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:526:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:527:18: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:476:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:527:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:540:25: style: The function 'currentlyOpen_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:484:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:540:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:543:25: style: The function 'lastClosed_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:483:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:543:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:549:18: style: The function 'outProlog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:495:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:549:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:557:18: style: The function 'outEpilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:496:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:557:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:587:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:587:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:591:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:591:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:595:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:595:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:599:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:599:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:603:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:603:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:607:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:607:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:611:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:611:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:615:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:615:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:659:18: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:527:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:659:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:663:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:477:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:663:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:667:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:667:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:677:25: style: The function 'child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:533:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:677:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:680:18: style: The function 'outProlog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:549:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:680:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:681:18: style: The function 'outEpilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:557:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:681:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:682:10: style: The function 'outContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:494:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:682:10: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:689:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:689:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:693:25: style: The function 'child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:533:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:693:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:697:10: style: The function 'outContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:494:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:697:10: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:725:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:725:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:726:25: style: The function 'child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:533:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:726:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:732:18: style: The function 'outProlog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:549:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:732:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:734:18: style: The function 'outEpilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:557:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:734:18: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:737:10: style: The function 'outContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:494:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:737:10: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:757:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:479:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:757:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:758:25: style: The function 'child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:533:25: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:758:25: note: Function in derived class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:779:10: style: The function 'outContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:494:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TeXFOTBuilder.cxx:779:10: note: Function in derived class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:221:27: style: Member variable 'TransformFOTBuilder::topOs_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:336:3: note: Member variable 'TransformFOTBuilder::topOs_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:221:27: note: Member variable 'TransformFOTBuilder::topOs_' is in the wrong place in the initializer list.
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:45:10: style: The function 'atomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:36:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:45:10: note: Function in derived class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:60:10: style: The function 'atomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:36:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:60:10: note: Function in derived class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:74:10: style: The function 'atomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:36:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:74:10: note: Function in derived class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:106:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:40:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:106:10: note: Function in derived class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:120:10: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:41:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:120:10: note: Function in derived class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:141:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:40:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:141:10: note: Function in derived class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:144:10: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:41:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:144:10: note: Function in derived class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:158:10: style: The function 'atomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:36:18: note: Virtual function in base class
OpenJade-1.4devel/jade/TransformFOTBuilder.cxx:158:10: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveApp.h:31:29: style: Member variable 'GenerateEventArgs::eceh_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/spgrove/GroveApp.h:30:20: note: Member variable 'GenerateEventArgs::eceh_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveApp.h:31:29: note: Member variable 'GenerateEventArgs::eceh_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/threads.h:475:7: style: Technically the member function 'Thread::wait' can be const. [functionConst]
OpenJade-1.4devel/spgrove/threads.h:506:8: performance: Technically the member function 'Condition::pulse' can be static. [functionStatic]
OpenJade-1.4devel/spgrove/threads.h:507:8: performance: Technically the member function 'Condition::set' can be static. [functionStatic]
OpenJade-1.4devel/spgrove/threads.h:508:8: performance: Technically the member function 'Condition::wait' can be static. [functionStatic]
OpenJade-1.4devel/spgrove/threads.h:494:5: style: Class 'Lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5843:39: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
OpenJade-1.4devel/spgrove/SdNode.h:33:15: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:168:29: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:170:14: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:171:14: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:528:13: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:592:13: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:641:13: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:679:13: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:697:13: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:741:13: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1567:14: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1588:14: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2034:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2061:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2069:11: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2594:43: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3042:12: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3071:12: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3091:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3197:34: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3305:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3443:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3464:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3525:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3820:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3829:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4051:37: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4067:37: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4083:3: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4232:37: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4244:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4800:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4801:43: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4819:3: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4850:30: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4944:31: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5040:5: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5110:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5122:9: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5134:5: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5146:5: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5276:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5285:11: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5303:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5305:13: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5616:12: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5621:12: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5626:12: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5643:32: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5649:32: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5674:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5911:40: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5932:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5973:34: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:6172:49: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:6253:34: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:6687:35: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:6768:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:6322:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2247:28: style: Function 'GroveBuilderMessageEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'. [funcArgNamesDifferent]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:331:90: note: Function 'GroveBuilderMessageEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2247:28: note: Function 'GroveBuilderMessageEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2306:28: style: Function 'GroveBuilderEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'. [funcArgNamesDifferent]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:346:83: note: Function 'GroveBuilderEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2306:28: note: Function 'GroveBuilderEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3067:21: style: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'. [funcArgNamesDifferent]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:114:79: note: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3067:21: note: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3096:54: style: Function 'attributeRef' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:570:43: note: Function 'attributeRef' argument 1 names different: declaration 'i' definition 'n'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:3096:54: note: Function 'attributeRef' argument 1 names different: declaration 'i' definition 'n'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4786:21: style: Function 'ElementsNodeList' argument 2 names different: declaration 'head' definition 'first'. [funcArgNamesDifferent]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1746:33: note: Function 'ElementsNodeList' argument 2 names different: declaration 'head' definition 'first'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:4786:21: note: Function 'ElementsNodeList' argument 2 names different: declaration 'head' definition 'first'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5658:45: style: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'. [funcArgNamesDifferent]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:85:68: note: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:5658:45: note: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:6131:66: style: Function 'getConnector' argument 1 names different: declaration 'con' definition 'conn'. [funcArgNamesDifferent]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1466:52: note: Function 'getConnector' argument 1 names different: declaration 'con' definition 'conn'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:6131:66: note: Function 'getConnector' argument 1 names different: declaration 'con' definition 'conn'.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:102:1: style: The class 'ElementChunk' does not have a constructor although it has private member variables. [noConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:264:11: style: Member variable 'GroveImpl::tailPtr_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2430:3: note: Member variable 'GroveImpl::tailPtr_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:264:11: note: Member variable 'GroveImpl::tailPtr_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:280:11: style: Member variable 'GroveImpl::complete_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2437:3: note: Member variable 'GroveImpl::complete_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:280:11: note: Member variable 'GroveImpl::complete_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:276:11: style: Member variable 'GroveImpl::haveAppinfo_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2441:3: note: Member variable 'GroveImpl::haveAppinfo_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:276:11: note: Member variable 'GroveImpl::haveAppinfo_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:263:14: style: Member variable 'GroveImpl::pendingData_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2442:3: note: Member variable 'GroveImpl::pendingData_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:263:14: note: Member variable 'GroveImpl::pendingData_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:278:17: style: Member variable 'GroveImpl::currentLocOrigin_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2444:3: note: Member variable 'GroveImpl::currentLocOrigin_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:278:17: note: Member variable 'GroveImpl::currentLocOrigin_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:338:14: style: Member variable 'GroveBuilderMessageEventHandler::grove_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2248:14: note: Member variable 'GroveBuilderMessageEventHandler::grove_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:338:14: note: Member variable 'GroveBuilderMessageEventHandler::grove_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:436:12: style: Member variable 'BaseNode::refCount_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:442:18: note: Member variable 'BaseNode::refCount_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:436:12: note: Member variable 'BaseNode::refCount_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1411:19: style: Member variable 'ContentTokenNodeBase::parentModelGroupNode_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:6020:48: note: Member variable 'ContentTokenNodeBase::parentModelGroupNode_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1411:19: note: Member variable 'ContentTokenNodeBase::parentModelGroupNode_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1936:10: style: Member variable 'ElementTypeCurrentGroupAttributeDefsNodeList::currentGroupIndex_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1923:6: note: Member variable 'ElementTypeCurrentGroupAttributeDefsNodeList::currentGroupIndex_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1936:10: note: Member variable 'ElementTypeCurrentGroupAttributeDefsNodeList::currentGroupIndex_' is in the wrong place in the initializer list.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:239:11: style: Technically the member function 'GroveImpl::haveRootOrigin' can be const. [functionConst]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:2067:20: note: Technically the member function 'GroveImpl::haveRootOrigin' can be const.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:239:11: note: Technically the member function 'GroveImpl::haveRootOrigin' can be const.
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:132:3: style: Class 'LocOriginChunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:165:3: style: Class 'GroveImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:311:3: style: Class 'GroveImplPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:543:3: style: Class 'AttElementChunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:560:3: style: Class 'IncludedAttElementChunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:837:3: style: Class 'ElementAttributeOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:864:3: style: Class 'EntityAttributeOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:892:3: style: Class 'ElementTypeAttributeDefOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:918:3: style: Class 'NotationAttributeDefOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1306:3: style: Class 'SgmlConstantsNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1559:3: style: Class 'SiblingNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1655:3: style: Class 'AttributesNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1680:3: style: Class 'ElementsNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1689:3: style: Class 'DocEntitiesNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1698:3: style: Class 'DefaultedEntitiesNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1737:3: style: Class 'DoctypesAndLinktypesNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1769:3: style: Class 'DocEntitiesNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1884:3: style: Class 'AttributeDefsNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:109:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:109:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:110:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:81:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:110:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:111:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:79:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:111:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:113:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:113:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:114:16: style: The function 'getFollowing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:84:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:114:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:133:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:133:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:134:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:79:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:134:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:135:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:81:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:135:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:136:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:136:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:137:16: style: The function 'getFollowing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:84:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:137:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:140:11: style: The function 'getLocOrigin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:89:19: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:140:11: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:456:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:456:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:457:16: style: The function 'getFollowing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:84:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:457:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:460:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:460:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:468:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:468:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:469:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:400:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:469:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:498:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:498:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:499:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:499:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:523:16: style: The function 'getSd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/SdNode.h:26:5: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:523:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:547:5: style: The function 'attributeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:105:5: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:547:5: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:548:11: style: The function 'mustOmitEndTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:106:19: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:548:11: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:549:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:549:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:550:18: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:88:26: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:550:18: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:556:11: style: The function 'included' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:107:19: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:556:11: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:562:11: style: The function 'included' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:107:19: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:562:11: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:599:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:599:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:613:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:613:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:614:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:79:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:614:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:615:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:81:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:615:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:616:16: style: The function 'getFollowing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:84:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:616:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:623:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:623:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:624:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:401:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:624:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:656:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:656:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:660:16: style: The function 'getFirstSibling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:87:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:660:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:664:16: style: The function 'getFirstSibling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:87:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:664:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:686:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:686:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:705:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:705:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:726:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:726:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:727:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:727:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:749:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:749:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:763:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:763:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:777:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:777:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:838:34: style: The function 'attDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:792:42: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:838:34: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:840:5: style: The function 'attributeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:828:5: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:840:5: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:841:16: style: The function 'setNodePtrAttributeOrigin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:830:5: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:841:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:842:9: style: The function 'makeCdataAttributeValueNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:793:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:842:9: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:847:9: style: The function 'makeAttributeValueTokenNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:798:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:847:9: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:851:9: style: The function 'makeAttributeAsgnNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:831:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:851:9: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:853:17: style: The function 'makeOriginNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:802:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:853:17: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:854:24: style: The function 'makeAttributeDefNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:809:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:854:24: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:857:15: style: The function 'attributeOriginId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:820:23: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:857:15: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:865:34: style: The function 'attDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:792:42: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:865:34: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:867:5: style: The function 'attributeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:828:5: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:867:5: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:868:16: style: The function 'setNodePtrAttributeOrigin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:830:5: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:868:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:869:9: style: The function 'makeCdataAttributeValueNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:793:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:869:9: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:874:9: style: The function 'makeAttributeValueTokenNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:798:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:874:9: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:878:9: style: The function 'makeAttributeAsgnNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:831:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:878:9: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:880:24: style: The function 'makeAttributeDefNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:809:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:880:24: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:883:17: style: The function 'makeOriginNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:802:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:883:17: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:884:15: style: The function 'attributeOriginId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:820:23: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:884:15: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:893:34: style: The function 'attDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:792:42: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:893:34: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:894:9: style: The function 'makeCdataAttributeValueNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:793:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:894:9: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:899:9: style: The function 'makeAttributeValueTokenNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:798:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:899:9: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:903:24: style: The function 'makeAttributeDefNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:809:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:903:24: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:906:24: style: The function 'makeAttributeDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:812:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:906:24: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:909:17: style: The function 'makeOriginNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:802:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:909:17: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:910:23: style: The function 'attributeOriginId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:820:23: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:910:23: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:919:42: style: The function 'attDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:792:42: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:919:42: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:920:9: style: The function 'makeCdataAttributeValueNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:793:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:920:9: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:925:9: style: The function 'makeAttributeValueTokenNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:798:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:925:9: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:929:24: style: The function 'makeAttributeDefNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:809:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:929:24: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:932:24: style: The function 'makeAttributeDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:812:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:932:24: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:935:17: style: The function 'makeOriginNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:802:17: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:935:17: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:936:23: style: The function 'attributeOriginId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:820:23: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:936:23: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:963:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:963:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:964:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:402:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:964:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1005:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1005:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1006:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:403:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1006:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1088:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1088:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1089:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:404:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1089:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1174:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1174:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1175:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:405:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1175:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1185:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1185:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1186:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:418:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1186:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1202:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1202:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1203:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:406:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1203:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1229:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1229:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1230:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:408:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1230:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1254:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1254:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1255:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:407:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1255:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1262:21: style: The function 'externalId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1243:29: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1262:21: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1273:21: style: The function 'externalId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1243:29: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1273:21: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1298:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1298:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1299:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:409:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1299:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1314:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1314:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1315:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:410:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1315:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1331:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1331:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1332:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:411:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1332:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1353:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1353:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1354:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:413:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1354:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1386:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1386:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1387:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:412:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1387:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1427:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1427:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1428:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:415:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1428:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1446:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1446:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1447:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:416:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1447:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1469:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1469:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1470:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:414:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1470:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1491:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1491:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1492:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:417:16: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1492:8: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1658:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1645:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1658:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1683:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1645:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1683:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1692:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1645:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1692:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1701:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1645:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1701:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1709:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1645:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1709:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1719:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1645:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1719:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1729:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1645:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1729:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1739:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1645:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1739:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1820:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1645:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1820:16: note: Function in derived class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1887:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1645:24: note: Virtual function in base class
OpenJade-1.4devel/spgrove/GroveBuilder.cxx:1887:16: note: Function in derived class
OpenJade-1.4devel/style/Collector.h:157:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Collector.h:158:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Collector.h:159:19: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Collector.cxx:281:4: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Collector.h:23:5: warning: Member variable 'Object::prev_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Collector.h:23:5: warning: Member variable 'Object::next_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Collector.h:23:5: warning: Member variable 'Object::color_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Collector.h:23:5: warning: Member variable 'Object::hasFinalizer_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Collector.h:23:5: warning: Member variable 'Object::hasSubObjects_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Collector.h:26:5: warning: Member variable 'Object::prev_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Collector.h:26:5: warning: Member variable 'Object::next_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Collector.h:26:5: warning: Member variable 'Object::color_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Collector.h:26:5: warning: Member variable 'Object::hasFinalizer_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Collector.h:26:5: warning: Member variable 'Object::readOnly_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Collector.h:60:5: style: 'DynamicRoot::operator=' should return 'DynamicRoot &'. [operatorEq]
OpenJade-1.4devel/style/Collector.h:109:11: style: Member variable 'Collector::lastTraced_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Collector.cxx:15:15: note: Member variable 'Collector::lastTraced_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Collector.h:109:11: note: Member variable 'Collector::lastTraced_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Collector.h:100:8: style: Technically the member function 'Collector::objectMaybeLive' can be const. [functionConst]
OpenJade-1.4devel/style/Collector.h:233:17: note: Technically the member function 'Collector::objectMaybeLive' can be const.
OpenJade-1.4devel/style/Collector.h:100:8: note: Technically the member function 'Collector::objectMaybeLive' can be const.
OpenJade-1.4devel/style/Collector.h:118:8: style: Technically the member function 'Collector::check' can be const. [functionConst]
OpenJade-1.4devel/style/Collector.cxx:73:17: note: Technically the member function 'Collector::check' can be const.
OpenJade-1.4devel/style/Collector.h:118:8: note: Technically the member function 'Collector::check' can be const.
OpenJade-1.4devel/style/Collector.h:88:3: style: Class 'Collector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Collector.h:56:5: style: Class 'DynamicRoot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Collector.h:16:3: warning: The class 'Object' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/Collector.h:75:10: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:58:18: note: Virtual function in base class
OpenJade-1.4devel/style/Collector.h:75:10: note: Function in derived class
OpenJade-1.4devel/style/DocumentGenerator.h:28:27: style: Member variable 'DocumentGenerator::os_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/DocumentGenerator.cxx:35:17: note: Member variable 'DocumentGenerator::os_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/DocumentGenerator.h:28:27: note: Member variable 'DocumentGenerator::os_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/DssslApp.h:65:34: style: Member variable 'DssslApp::fotbDescr_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/DssslApp.cxx:46:24: note: Member variable 'DssslApp::fotbDescr_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/DssslApp.h:65:34: note: Member variable 'DssslApp::fotbDescr_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FOTBuilder.h:183:5: style: Struct 'LengthSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FOTBuilder.h:1013:5: style: Struct 'NoArgCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FOTBuilder.h:1048:5: style: Struct 'EndExtensionCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FOTBuilder.h:1087:3: style: Class 'Mark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FOTBuilder.h:1124:3: style: Struct 'StartSimplePageSequenceCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FOTBuilder.h:1172:3: style: Struct 'StartRadicalCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/DssslApp.cxx:243:3: style: Class 'PrologPiEventHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FOTBuilder.h:694:31: style: The function 'asCompoundExtensionFlowObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:686:39: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:694:31: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:695:37: style: The function 'asCompoundExtensionFlowObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:687:45: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:695:37: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:753:19: style: The function 'asSaveFOTBuilder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:371:27: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:753:19: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:757:8: style: The function 'characters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:379:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:757:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:758:8: style: The function 'characters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:380:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:758:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:759:8: style: The function 'charactersFromNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:384:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:759:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:760:8: style: The function 'character' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:385:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:760:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:762:8: style: The function 'externalGraphic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:387:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:762:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:763:8: style: The function 'rule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:388:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:763:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:764:8: style: The function 'alignmentPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:389:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:764:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:765:8: style: The function 'formattingInstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:392:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:765:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:766:8: style: The function 'startSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:394:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:766:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:767:8: style: The function 'endSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:395:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:767:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:769:8: style: The function 'endLineField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:397:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:769:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:771:8: style: The function 'endParagraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:399:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:771:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:772:8: style: The function 'startDisplayGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:400:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:772:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:773:8: style: The function 'endDisplayGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:401:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:773:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:774:8: style: The function 'startScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:402:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:774:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:775:8: style: The function 'endScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:403:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:775:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:776:8: style: The function 'startLink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:404:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:776:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:777:8: style: The function 'endLink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:405:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:777:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:778:8: style: The function 'startMultiMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:408:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:778:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:781:8: style: The function 'endMultiMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:411:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:781:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:782:8: style: The function 'startMarginalia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:406:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:782:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:783:8: style: The function 'endMarginalia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:407:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:783:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:784:8: style: The function 'startScore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:412:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:784:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:785:8: style: The function 'startScore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:413:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:785:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:786:8: style: The function 'startScore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:412:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:786:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:787:8: style: The function 'endScore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:415:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:787:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:788:8: style: The function 'startLeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:416:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:788:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:789:8: style: The function 'endLeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:417:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:789:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:790:8: style: The function 'startSideline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:418:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:790:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:791:8: style: The function 'endSideline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:419:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:791:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:792:8: style: The function 'startBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:420:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:792:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:793:8: style: The function 'endBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:421:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:793:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:794:8: style: The function 'startSideBySide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:422:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:794:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:795:8: style: The function 'endSideBySide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:423:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:795:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:796:8: style: The function 'startSideBySideItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:424:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:796:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:797:8: style: The function 'endSideBySideItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:425:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:797:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:798:8: style: The function 'startSimplePageSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:520:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:798:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:799:8: style: The function 'endSimplePageSequenceHeaderFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:521:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:799:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:800:8: style: The function 'endSimplePageSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:522:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:800:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:802:8: style: The function 'pageNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:525:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:802:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:804:8: style: The function 'startMathSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:448:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:804:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:805:8: style: The function 'endMathSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:449:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:805:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:806:8: style: The function 'startFraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:450:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:806:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:807:8: style: The function 'fractionBar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:453:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:807:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:808:8: style: The function 'endFraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:454:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:808:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:809:8: style: The function 'startUnmath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:455:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:809:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:810:8: style: The function 'endUnmath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:456:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:810:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:811:8: style: The function 'startSuperscript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:457:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:811:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:812:8: style: The function 'endSuperscript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:458:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:812:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:813:8: style: The function 'startSubscript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:459:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:813:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:814:8: style: The function 'endSubscript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:460:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:814:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:815:8: style: The function 'startScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:461:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:815:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:821:8: style: The function 'endScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:467:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:821:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:822:8: style: The function 'startMark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:468:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:822:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:823:8: style: The function 'endMark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:469:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:823:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:824:8: style: The function 'startFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:470:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:824:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:825:8: style: The function 'endFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:471:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:825:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:826:8: style: The function 'startRadical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:472:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:826:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:827:8: style: The function 'endRadical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:476:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:827:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:828:8: style: The function 'radicalRadical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:474:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:828:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:829:8: style: The function 'radicalRadicalDefaulted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:475:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:829:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:830:8: style: The function 'startMathOperator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:477:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:830:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:833:8: style: The function 'endMathOperator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:480:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:833:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:834:8: style: The function 'startGrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:487:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:834:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:835:8: style: The function 'endGrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:488:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:835:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:836:8: style: The function 'startGridCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:495:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:836:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:837:8: style: The function 'endGridCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:496:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:837:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:840:8: style: The function 'startTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:427:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:840:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:841:8: style: The function 'endTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:428:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:841:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:842:8: style: The function 'tableBeforeRowBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:431:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:842:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:843:8: style: The function 'tableAfterRowBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:432:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:843:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:844:8: style: The function 'tableBeforeColumnBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:433:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:844:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:845:8: style: The function 'tableAfterColumnBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:434:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:845:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:847:8: style: The function 'endTablePart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:436:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:847:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:848:8: style: The function 'tableColumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:437:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:848:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:849:8: style: The function 'startTableRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:438:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:849:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:850:8: style: The function 'endTableRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:439:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:850:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:851:8: style: The function 'startTableCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:440:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:851:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:852:8: style: The function 'endTableCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:441:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:852:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:853:8: style: The function 'tableCellBeforeRowBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:442:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:853:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:854:8: style: The function 'tableCellAfterRowBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:443:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:854:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:855:8: style: The function 'tableCellBeforeColumnBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:444:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:855:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:856:8: style: The function 'tableCellAfterColumnBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:445:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:856:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:858:8: style: The function 'setFontSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:530:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:858:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:859:8: style: The function 'setFontFamilyName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:531:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:859:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:860:8: style: The function 'setFontWeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:532:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:860:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:861:8: style: The function 'setFontPosture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:533:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:861:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:862:8: style: The function 'setStartIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:534:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:862:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:863:8: style: The function 'setEndIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:535:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:863:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:864:8: style: The function 'setFirstLineStartIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:536:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:864:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:865:8: style: The function 'setLastLineEndIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:537:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:865:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:866:8: style: The function 'setLineSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:538:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:866:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:867:8: style: The function 'setFieldWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:539:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:867:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:868:8: style: The function 'setLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:541:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:868:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:869:8: style: The function 'setQuadding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:542:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:869:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:870:8: style: The function 'setDisplayAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:543:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:870:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:871:8: style: The function 'setFieldAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:544:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:871:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:872:8: style: The function 'setColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:545:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:872:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:873:8: style: The function 'setBackgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:547:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:873:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:874:8: style: The function 'setBackgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:546:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:874:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:875:8: style: The function 'setPageWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:659:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:875:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:876:8: style: The function 'setPageHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:660:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:876:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:877:8: style: The function 'setLeftMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:661:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:877:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:878:8: style: The function 'setRightMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:662:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:878:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:879:8: style: The function 'setTopMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:663:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:879:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:880:8: style: The function 'setBottomMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:664:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:880:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:881:8: style: The function 'setHeaderMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:665:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:881:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:882:8: style: The function 'setFooterMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:666:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:882:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:883:8: style: The function 'setBorderPresent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:548:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:883:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:884:8: style: The function 'setLineThickness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:549:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:884:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:885:8: style: The function 'setCellBeforeRowMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:550:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:885:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:886:8: style: The function 'setCellAfterRowMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:551:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:886:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:887:8: style: The function 'setCellBeforeColumnMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:552:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:887:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:888:8: style: The function 'setCellAfterColumnMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:553:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:888:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:889:8: style: The function 'setLineSep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:554:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:889:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:890:8: style: The function 'setBoxSizeBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:555:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:890:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:891:8: style: The function 'setBoxSizeAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:556:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:891:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:892:8: style: The function 'setSideBySideOverlapControl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:557:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:892:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:893:8: style: The function 'setSideBySidePreAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:558:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:893:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:894:8: style: The function 'setSideBySidePostAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:559:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:894:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:895:8: style: The function 'setPositionPointShift' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:560:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:895:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:896:8: style: The function 'setStartMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:561:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:896:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:897:8: style: The function 'setEndMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:562:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:897:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:898:8: style: The function 'setSidelineSep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:563:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:898:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:899:8: style: The function 'setAsisWrapIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:564:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:899:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:900:8: style: The function 'setLineNumberSep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:565:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:900:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:901:8: style: The function 'setLastLineJustifyLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:566:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:901:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:902:8: style: The function 'setJustifyGlyphSpaceMaxAdd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:567:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:902:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:903:8: style: The function 'setJustifyGlyphSpaceMaxRemove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:568:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:903:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:904:8: style: The function 'setTableCornerRadius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:569:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:904:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:905:8: style: The function 'setBoxCornerRadius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:570:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:905:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:906:8: style: The function 'setMarginaliaSep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:540:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:906:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:907:8: style: The function 'setMinPreLineSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:571:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:907:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:908:8: style: The function 'setMinPostLineSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:572:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:908:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:909:8: style: The function 'setMinLeading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:573:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:909:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:910:8: style: The function 'setInhibitLineBreaks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:574:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:910:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:911:8: style: The function 'setHyphenate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:575:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:911:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:912:8: style: The function 'setKern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:576:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:912:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:913:8: style: The function 'setLigature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:577:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:913:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:914:8: style: The function 'setScoreSpaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:578:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:914:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:915:8: style: The function 'setFloatOutMarginalia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:579:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:915:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:916:8: style: The function 'setFloatOutSidelines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:580:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:916:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:917:8: style: The function 'setFloatOutLineNumbers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:581:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:917:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:918:8: style: The function 'setCellBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:582:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:918:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:919:8: style: The function 'setSpanWeak' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:583:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:919:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:920:8: style: The function 'setIgnoreRecordEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:584:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:920:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:921:8: style: The function 'setNumberedLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:585:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:921:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:922:8: style: The function 'setHangingPunct' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:586:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:922:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:923:8: style: The function 'setBoxOpenEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:587:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:923:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:924:8: style: The function 'setTruncateLeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:588:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:924:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:925:8: style: The function 'setAlignLeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:589:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:925:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:926:8: style: The function 'setTablePartOmitMiddleHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:590:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:926:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:927:8: style: The function 'setTablePartOmitMiddleFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:591:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:927:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:928:8: style: The function 'setBorderOmitAtBreak' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:592:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:928:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:929:8: style: The function 'setPrincipalModeSimultaneous' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:593:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:929:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:930:8: style: The function 'setMarginaliaKeepWithPrevious' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:594:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:930:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:931:8: style: The function 'setGridEquidistantRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:595:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:931:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:932:8: style: The function 'setGridEquidistantColumns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:596:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:932:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:933:8: style: The function 'setLineJoin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:597:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:933:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:934:8: style: The function 'setLineCap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:598:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:934:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:935:8: style: The function 'setLineNumberSide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:599:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:935:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:936:8: style: The function 'setKernMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:600:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:936:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:937:8: style: The function 'setInputWhitespaceTreatment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:601:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:937:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:938:8: style: The function 'setFillingDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:602:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:938:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:939:8: style: The function 'setWritingMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:603:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:939:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:940:8: style: The function 'setLastLineQuadding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:604:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:940:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:941:8: style: The function 'setMathDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:605:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:941:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:942:8: style: The function 'setScriptPreAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:606:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:942:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:943:8: style: The function 'setScriptPostAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:607:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:943:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:944:8: style: The function 'setScriptMidSupAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:608:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:944:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:945:8: style: The function 'setScriptMidSubAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:609:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:945:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:946:8: style: The function 'setNumeratorAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:610:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:946:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:947:8: style: The function 'setDenominatorAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:611:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:947:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:948:8: style: The function 'setGridPositionCellType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:612:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:948:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:949:8: style: The function 'setGridColumnAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:613:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:949:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:950:8: style: The function 'setGridRowAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:614:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:950:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:951:8: style: The function 'setBoxType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:615:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:951:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:952:8: style: The function 'setGlyphAlignmentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:616:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:952:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:953:8: style: The function 'setBoxBorderAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:617:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:953:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:954:8: style: The function 'setCellRowAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:618:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:954:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:955:8: style: The function 'setBorderAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:619:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:955:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:956:8: style: The function 'setSidelineSide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:620:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:956:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:957:8: style: The function 'setHyphenationKeep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:621:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:957:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:958:8: style: The function 'setFontStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:622:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:958:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:959:8: style: The function 'setFontProportionateWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:623:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:959:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:960:8: style: The function 'setCellCrossed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:624:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:960:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:961:8: style: The function 'setMarginaliaSide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:625:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:961:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:962:8: style: The function 'setLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:626:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:962:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:963:8: style: The function 'setBackgroundLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:627:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:963:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:964:8: style: The function 'setBorderPriority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:628:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:964:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:965:8: style: The function 'setLineRepeat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:629:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:965:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:966:8: style: The function 'setSpan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:630:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:966:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:967:8: style: The function 'setMinLeaderRepeat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:631:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:967:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:968:8: style: The function 'setHyphenationRemainCharCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:632:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:968:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:969:8: style: The function 'setHyphenationPushCharCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:633:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:969:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:970:8: style: The function 'setWidowCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:634:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:970:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:971:8: style: The function 'setOrphanCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:635:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:971:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:972:8: style: The function 'setExpandTabs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:637:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:972:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:973:8: style: The function 'setHyphenationLadderCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:638:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:973:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:983:8: style: The function 'setLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:650:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:983:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:984:8: style: The function 'setCountry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:651:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:984:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:985:8: style: The function 'setEscapementSpaceBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:652:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:985:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:986:8: style: The function 'setEscapementSpaceAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:653:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:986:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:987:8: style: The function 'setInlineSpaceSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:654:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:987:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:988:8: style: The function 'setCharMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:657:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:988:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:989:8: style: The function 'setGlyphSubstTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:668:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:989:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:990:8: style: The function 'startNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:671:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:990:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:991:8: style: The function 'endNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:672:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:991:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:992:8: style: The function 'currentNodePageNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:673:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:992:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:993:8: style: The function 'extensionSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:702:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:993:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:994:8: style: The function 'extensionSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:702:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:994:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:995:8: style: The function 'extensionSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:702:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:995:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:996:8: style: The function 'extension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:707:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:996:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:997:8: style: The function 'startExtension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:708:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:997:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1000:8: style: The function 'endExtension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:711:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1000:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1011:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1011:19: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1014:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1014:10: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1019:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1019:19: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1020:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1020:10: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1027:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1027:19: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1028:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1028:10: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1033:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1033:19: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1034:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1034:10: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1042:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1042:19: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1043:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1043:10: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1051:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1051:19: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1052:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1052:10: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1062:16: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:754:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1062:16: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1101:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1101:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1102:16: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1102:16: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1113:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1113:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1114:16: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1114:16: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1125:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1125:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1126:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1126:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1132:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1132:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1133:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1133:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1145:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1145:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1146:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1146:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1157:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1157:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1158:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1158:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1165:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1165:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1166:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1166:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1173:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1173:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1174:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1174:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1182:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1182:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1183:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1183:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1191:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1191:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1192:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1192:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1203:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1203:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1204:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1204:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1216:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1216:33: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1217:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1217:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1229:8: style: The function 'startSimplePageSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:520:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1229:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1230:8: style: The function 'endSimplePageSequenceHeaderFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:521:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1230:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1231:8: style: The function 'endSimplePageSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:522:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1231:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1234:8: style: The function 'endTablePart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:436:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1234:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1235:8: style: The function 'startFraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:450:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1235:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1236:8: style: The function 'endFraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:454:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1236:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1237:8: style: The function 'startScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:461:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1237:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1243:8: style: The function 'endScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:467:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1243:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1244:8: style: The function 'startMark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:468:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1244:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1245:8: style: The function 'endMark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:469:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1245:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1246:8: style: The function 'startFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:470:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1246:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1247:8: style: The function 'endFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:471:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1247:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1248:8: style: The function 'startRadical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:472:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1248:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1249:8: style: The function 'endRadical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:476:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1249:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1250:8: style: The function 'startMathOperator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:477:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1250:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1253:8: style: The function 'endMathOperator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:480:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1253:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1254:8: style: The function 'startMultiMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:408:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1254:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1257:8: style: The function 'endMultiMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:411:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1257:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1258:8: style: The function 'startExtension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:708:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1258:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1261:8: style: The function 'endExtension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:711:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1261:8: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1266:16: style: The function 'endSimplePageSequenceHeaderFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:521:16: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1266:16: note: Function in derived class
OpenJade-1.4devel/style/DssslApp.h:23:8: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/GroveManager.h:22:16: note: Virtual function in base class
OpenJade-1.4devel/style/DssslApp.h:23:8: note: Function in derived class
OpenJade-1.4devel/style/DssslApp.h:26:8: style: The function 'readEntity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/GroveManager.h:24:16: note: Virtual function in base class
OpenJade-1.4devel/style/DssslApp.h:26:8: note: Function in derived class
OpenJade-1.4devel/style/DssslApp.h:27:8: style: The function 'mapSysid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/GroveManager.h:25:16: note: Virtual function in base class
OpenJade-1.4devel/style/DssslApp.h:27:8: note: Function in derived class
OpenJade-1.4devel/style/DssslSpecEventHandler.cxx:32:24: warning: Member variable 'DssslSpecEventHandler::gotArc_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/DssslSpecEventHandler.cxx:32:24: warning: Member variable 'DssslSpecEventHandler::parser_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/DssslSpecEventHandler.cxx:32:24: warning: Member variable 'DssslSpecEventHandler::charset_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:152:10: style: Member variable 'Part::style_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/DssslSpecEventHandler.cxx:630:43: note: Member variable 'Part::style_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/DssslSpecEventHandler.h:152:10: note: Member variable 'Part::style_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/DssslSpecEventHandler.h:169:10: style: Member variable 'Doc::loaded_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/DssslSpecEventHandler.cxx:450:18: note: Member variable 'Doc::loaded_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/DssslSpecEventHandler.h:169:10: note: Member variable 'Doc::loaded_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/DssslSpecEventHandler.h:143:10: style: Technically the member function 'DssslSpecEventHandler::Part::style' can be const. [functionConst]
OpenJade-1.4devel/style/DssslSpecEventHandler.cxx:639:35: note: Technically the member function 'DssslSpecEventHandler::Part::style' can be const.
OpenJade-1.4devel/style/DssslSpecEventHandler.h:143:10: note: Technically the member function 'DssslSpecEventHandler::Part::style' can be const.
OpenJade-1.4devel/style/DssslSpecEventHandler.h:144:10: style: Technically the member function 'DssslSpecEventHandler::Part::partial' can be const. [functionConst]
OpenJade-1.4devel/style/DssslSpecEventHandler.cxx:634:35: note: Technically the member function 'DssslSpecEventHandler::Part::partial' can be const.
OpenJade-1.4devel/style/DssslSpecEventHandler.h:144:10: note: Technically the member function 'DssslSpecEventHandler::Part::partial' can be const.
OpenJade-1.4devel/style/DssslSpecEventHandler.h:176:3: style: Class 'DssslSpecEventHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:35:5: style: Class 'ImmediateBodyElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:43:5: style: Class 'EntityBodyElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:70:5: style: Class 'DeclarationElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:116:5: style: Class 'ExternalPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:124:5: style: Class 'ExternalFirstPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:159:5: style: Class 'Doc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/DssslSpecEventHandler.cxx:20:3: style: Class 'TextInputSourceOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:36:10: style: The function 'makeInputSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:30:18: note: Virtual function in base class
OpenJade-1.4devel/style/DssslSpecEventHandler.h:36:10: note: Function in derived class
OpenJade-1.4devel/style/DssslSpecEventHandler.h:44:10: style: The function 'makeInputSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:30:18: note: Virtual function in base class
OpenJade-1.4devel/style/DssslSpecEventHandler.h:44:10: note: Function in derived class
OpenJade-1.4devel/style/DssslSpecEventHandler.h:117:11: style: The function 'resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:111:19: note: Virtual function in base class
OpenJade-1.4devel/style/DssslSpecEventHandler.h:117:11: note: Function in derived class
OpenJade-1.4devel/style/DssslSpecEventHandler.h:125:11: style: The function 'resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:111:19: note: Virtual function in base class
OpenJade-1.4devel/style/DssslSpecEventHandler.h:125:11: note: Function in derived class
OpenJade-1.4devel/style/DssslSpecEventHandler.h:146:11: style: The function 'resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/DssslSpecEventHandler.h:111:19: note: Virtual function in base class
OpenJade-1.4devel/style/DssslSpecEventHandler.h:146:11: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:278:35: style: Function 'mustHaveGi' argument 1 names different: declaration 'str' definition 'gi'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Pattern.h:183:28: note: Function 'mustHaveGi' argument 1 names different: declaration 'str' definition 'gi'.
OpenJade-1.4devel/style/Pattern.h:278:35: note: Function 'mustHaveGi' argument 1 names different: declaration 'str' definition 'gi'.
OpenJade-1.4devel/style/Style.h:386:22: style: Function 'actual' argument 3 names different: declaration 'dependencies' definition 'dep'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Style.h:313:19: note: Function 'actual' argument 3 names different: declaration 'dependencies' definition 'dep'.
OpenJade-1.4devel/style/Style.h:386:22: note: Function 'actual' argument 3 names different: declaration 'dependencies' definition 'dep'.
OpenJade-1.4devel/style/Interpreter.h:1232:29: style: Function 'ELObjPart' argument 1 names different: declaration 'x' definition 'o'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Interpreter.h:297:20: note: Function 'ELObjPart' argument 1 names different: declaration 'x' definition 'o'.
OpenJade-1.4devel/style/Interpreter.h:1232:29: note: Function 'ELObjPart' argument 1 names different: declaration 'x' definition 'o'.
OpenJade-1.4devel/style/Interpreter.h:1232:41: style: Function 'ELObjPart' argument 2 names different: declaration 'y' definition 'p'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Interpreter.h:297:32: note: Function 'ELObjPart' argument 2 names different: declaration 'y' definition 'p'.
OpenJade-1.4devel/style/Interpreter.h:1232:41: note: Function 'ELObjPart' argument 2 names different: declaration 'y' definition 'p'.
OpenJade-1.4devel/style/ELObj.cxx:700:27: style: Function 'LengthObj' argument 1 names different: declaration 'units' definition 'n'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/ELObj.h:281:18: note: Function 'LengthObj' argument 1 names different: declaration 'units' definition 'n'.
OpenJade-1.4devel/style/ELObj.cxx:700:27: note: Function 'LengthObj' argument 1 names different: declaration 'units' definition 'n'.
OpenJade-1.4devel/style/EvalContext.h:44:14: warning: Member variable 'EvalContext::specLevel' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Insn.h:359:3: warning: Member variable 'PrimitiveObj::ident_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Interpreter.h:330:5: warning: Member variable 'ValT_::l_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Interpreter.h:365:5: warning: Member variable 'ValT_::l_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Interpreter.h:365:5: warning: Member variable 'ValT_::isFalse_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Interpreter.h:395:5: warning: Member variable 'ValT_::b_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Interpreter.h:425:5: warning: Member variable 'ValT_::p_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Interpreter.h:455:5: warning: Member variable 'ValT_::s_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Interpreter.h:1345:11: warning: Member variable 'CharProp::defPart_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Interpreter.h:298:3: style: 'ELObjPart::operator=' should return 'ELObjPart &'. [operatorEq]
OpenJade-1.4devel/style/ELObj.h:374:9: style: Member variable 'UnresolvedLengthObj::unit_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/ELObj.cxx:898:31: note: Member variable 'UnresolvedLengthObj::unit_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ELObj.h:374:9: note: Member variable 'UnresolvedLengthObj::unit_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessingMode.h:44:14: style: Member variable 'Specificity::ruleType_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/ProcessingMode.h:211:37: note: Member variable 'Specificity::ruleType_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessingMode.h:44:14: note: Member variable 'Specificity::ruleType_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:328:10: style: Member variable 'ValT_::l_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Interpreter.h:331:38: note: Member variable 'ValT_::l_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:328:10: note: Member variable 'ValT_::l_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:359:8: style: Member variable 'MaybeIntegerCharPropValues::def_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Interpreter.h:350:28: note: Member variable 'MaybeIntegerCharPropValues::def_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:359:8: note: Member variable 'MaybeIntegerCharPropValues::def_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:423:26: style: Member variable 'ValT_::p_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Interpreter.h:427:26: note: Member variable 'ValT_::p_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:423:26: note: Member variable 'ValT_::p_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:453:24: style: Member variable 'ValT_::s_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Interpreter.h:457:26: note: Member variable 'ValT_::s_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:453:24: note: Member variable 'ValT_::s_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ELObj.h:227:8: style: Technically the member function 'CharObj::ch' can be const. [functionConst]
OpenJade-1.4devel/style/ELObj.h:623:15: note: Technically the member function 'CharObj::ch' can be const.
OpenJade-1.4devel/style/ELObj.h:227:8: note: Technically the member function 'CharObj::ch' can be const.
OpenJade-1.4devel/style/Insn.h:339:7: style: Technically the member function 'FunctionObj::totalArgs' can be const. [functionConst]
OpenJade-1.4devel/style/Insn.h:543:18: note: Technically the member function 'FunctionObj::totalArgs' can be const.
OpenJade-1.4devel/style/Insn.h:339:7: note: Technically the member function 'FunctionObj::totalArgs' can be const.
OpenJade-1.4devel/style/Insn.h:340:7: style: Technically the member function 'FunctionObj::nRequiredArgs' can be const. [functionConst]
OpenJade-1.4devel/style/Insn.h:519:18: note: Technically the member function 'FunctionObj::nRequiredArgs' can be const.
OpenJade-1.4devel/style/Insn.h:340:7: note: Technically the member function 'FunctionObj::nRequiredArgs' can be const.
OpenJade-1.4devel/style/Insn.h:341:7: style: Technically the member function 'FunctionObj::nOptionalArgs' can be const. [functionConst]
OpenJade-1.4devel/style/Insn.h:525:18: note: Technically the member function 'FunctionObj::nOptionalArgs' can be const.
OpenJade-1.4devel/style/Insn.h:341:7: note: Technically the member function 'FunctionObj::nOptionalArgs' can be const.
OpenJade-1.4devel/style/Insn.h:342:7: style: Technically the member function 'FunctionObj::nKeyArgs' can be const. [functionConst]
OpenJade-1.4devel/style/Insn.h:537:18: note: Technically the member function 'FunctionObj::nKeyArgs' can be const.
OpenJade-1.4devel/style/Insn.h:342:7: note: Technically the member function 'FunctionObj::nKeyArgs' can be const.
OpenJade-1.4devel/style/Insn.h:343:8: style: Technically the member function 'FunctionObj::restArg' can be const. [functionConst]
OpenJade-1.4devel/style/Insn.h:531:19: note: Technically the member function 'FunctionObj::restArg' can be const.
OpenJade-1.4devel/style/Insn.h:343:8: note: Technically the member function 'FunctionObj::restArg' can be const.
OpenJade-1.4devel/style/SosofoObj.h:202:15: performance: Technically the member function 'SequenceFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/ELObj.cxx:1514:3: style: Class 'SubgroveSpecObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenJade-1.4devel/style/ELObj.cxx:1514:3: style: Class 'SubgroveSpecObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenJade-1.4devel/style/ELObj.cxx:1559:3: style: Class 'CreateSpecObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenJade-1.4devel/style/ELObj.cxx:1559:3: style: Class 'CreateSpecObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenJade-1.4devel/style/ELObj.h:171:3: style: Class 'SymbolObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:186:3: style: Class 'KeywordObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:216:3: style: Class 'VectorObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:233:3: style: Class 'CharObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:244:3: style: Class 'StringObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:263:3: style: Class 'IntegerObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:269:3: style: Class 'RealObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:281:3: style: Class 'LengthObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:308:3: style: Class 'LengthSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:328:3: style: Class 'LengthSpecObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:339:3: style: Class 'DisplaySpaceObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:351:3: style: Class 'InlineSpaceObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:380:3: style: Class 'GlyphIdObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:392:3: style: Class 'GlyphSubstTableObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:453:3: style: Class 'NodePtrNodeListObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:468:3: style: Class 'NodeListPtrNodeListObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.h:483:3: style: Class 'NamedNodeListPtrNodeListObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn.h:38:3: style: Class 'CondFailInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn.h:46:3: style: Class 'CaseFailInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn.h:109:3: style: Class 'PopInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn.h:117:3: style: Class 'ConsInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn.h:329:3: style: Class 'ReturnInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn.h:433:3: style: Class 'BoxObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn.h:459:3: style: Class 'UnboxInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn.h:477:3: style: Class 'BoxInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn.h:512:3: style: Class 'ListToVectorInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Expression.h:42:3: style: Class 'BoundVarList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Expression.h:176:3: style: Class 'CondFailExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Pattern.h:178:3: style: Class 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Pattern.h:60:5: style: Class 'IdQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Pattern.h:68:5: style: Class 'ClassQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Pattern.h:76:5: style: Class 'AttributeHasValueQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Pattern.h:84:5: style: Class 'AttributeMissingValueQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Pattern.h:137:5: style: Class 'PriorityQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Pattern.h:145:5: style: Class 'ImportanceQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Pattern.h:154:5: style: Class 'Element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Pattern.h:171:5: style: Class 'ChildrenQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ProcessingMode.h:119:5: style: Class 'RootRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ProcessingMode.h:146:5: style: Struct 'ElementRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Style.h:298:3: style: Struct 'PopList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/SosofoObj.h:103:3: style: Class 'CurrentNodePageNumberSosofoObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/NumberCache.h:30:5: style: Struct 'Entry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/NumberCache.h:37:5: style: Struct 'ElementEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:200:3: style: Class 'Identifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:249:3: style: Class 'Unit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:319:3: style: Class 'IntegerCharPropValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:331:5: style: Struct 'ValT_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:366:5: style: Struct 'ValT_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:384:3: style: Class 'BooleanCharPropValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:396:5: style: Struct 'ValT_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:414:3: style: Class 'PublicIdCharPropValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:426:5: style: Struct 'ValT_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:444:3: style: Class 'SymbolCharPropValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:456:5: style: Struct 'ValT_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Interpreter.h:474:3: style: Class 'CharProp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.cxx:20:3: style: Class 'ReverseNodeListObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/ELObj.cxx:1112:3: style: Class 'OutputPropertyValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/SosofoObj.h:119:1: warning: The class 'FlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/Interpreter.h:295:1: warning: The struct 'ELObjPart' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/ELObj.h:116:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:116:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:124:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:124:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:132:8: style: The function 'isNil' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:61:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:132:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:133:8: style: The function 'isList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:62:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:133:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:134:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:134:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:142:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:142:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:150:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:150:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:151:8: style: The function 'isTrue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:63:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:151:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:162:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:162:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:163:14: style: The function 'asSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:65:22: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:163:14: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:164:14: style: The function 'convertToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:78:22: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:164:14: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:166:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:166:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:181:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:181:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:182:15: style: The function 'asKeyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:66:23: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:182:15: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:184:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:109:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:184:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:198:12: style: The function 'asPair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:64:20: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:198:12: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:199:8: style: The function 'isList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:62:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:199:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:200:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:200:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:201:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:201:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:202:10: style: The function 'resolveQuantities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:100:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:202:10: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:203:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:109:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:203:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:204:8: style: The function 'isEquiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:111:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:204:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:217:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:217:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:218:14: style: The function 'asVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:80:22: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:218:14: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:219:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:109:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:219:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:220:8: style: The function 'isEquiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:111:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:220:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:221:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:221:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:222:10: style: The function 'resolveQuantities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:100:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:222:10: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:228:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:228:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:230:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:109:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:230:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:231:8: style: The function 'charValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:84:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:231:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:246:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:246:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:247:14: style: The function 'convertToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:78:22: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:247:14: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:248:8: style: The function 'stringData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:248:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:249:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:109:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:249:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:254:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:254:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:255:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:87:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:255:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:256:8: style: The function 'exactIntegerValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:88:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:256:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:257:8: style: The function 'realValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:89:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:257:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:258:16: style: The function 'quantityValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:99:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:258:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:259:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:109:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:259:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:270:8: style: The function 'realValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:89:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:270:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:271:8: style: The function 'inexactRealValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:90:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:271:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:272:16: style: The function 'quantityValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:99:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:272:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:273:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:109:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:273:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:274:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:274:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:282:8: style: The function 'lengthValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:91:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:282:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:283:16: style: The function 'quantityValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:99:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:283:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:284:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:284:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:285:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:109:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:285:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:293:16: style: The function 'quantityValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:99:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:293:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:294:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:294:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:295:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:109:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:295:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:296:8: style: The function 'realValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:89:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:296:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:297:8: style: The function 'inexactRealValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:90:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:297:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:329:21: style: The function 'lengthSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:93:29: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:329:21: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:341:20: style: The function 'asDisplaySpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:73:28: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:341:20: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:353:19: style: The function 'asInlineSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:74:27: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:353:19: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:361:10: style: The function 'resolveQuantities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:100:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:361:10: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:371:10: style: The function 'resolveQuantities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:100:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:371:10: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:381:30: style: The function 'glyphId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:92:38: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:381:30: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:382:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:109:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:382:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:393:23: style: The function 'asGlyphSubstTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:75:31: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:393:23: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:409:15: style: The function 'asAddress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:72:23: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:409:15: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:417:16: style: The function 'asNodeList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:76:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:417:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:418:8: style: The function 'optSingletonNodeList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:102:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:418:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:436:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:86:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:436:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:441:21: style: The function 'asNamedNodeList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:77:29: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:441:21: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:454:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:419:19: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:454:11: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:455:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:420:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:455:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:456:8: style: The function 'optSingletonNodeList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:102:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:456:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:469:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:419:19: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:469:11: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:470:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:420:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:470:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:471:16: style: The function 'nodeListChunkRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:428:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:471:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:472:11: style: The function 'nodeListRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:429:19: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:472:11: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:484:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:419:19: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:484:11: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:485:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:420:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:485:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:486:11: style: The function 'namedNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:442:19: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:486:11: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:487:8: style: The function 'nodeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:443:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:487:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:488:10: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:444:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:488:10: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:489:16: style: The function 'nodeListNoOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:421:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:489:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:499:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:419:19: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:499:11: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:500:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:420:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:500:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:501:16: style: The function 'nodeListChunkRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:428:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:501:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:502:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:502:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:503:8: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:433:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:503:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:517:20: style: The function 'asSubgroveSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:82:28: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:517:20: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:519:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:519:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:551:18: style: The function 'asCreateSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:83:26: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:551:18: note: Function in derived class
OpenJade-1.4devel/style/ELObj.h:552:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.h:552:8: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:33:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:33:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:39:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:39:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:47:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:47:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:55:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:55:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:64:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:64:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:73:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:73:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:82:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:82:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:91:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:91:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:100:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:100:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:110:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:110:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:118:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:118:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:126:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:126:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:144:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:144:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:152:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:152:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:160:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:160:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:169:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:169:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:179:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:179:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:188:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:188:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:199:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:199:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:209:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:209:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:219:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:219:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:228:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:228:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:229:8: style: The function 'isPopBindings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:26:16: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:229:8: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:242:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:242:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:263:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:263:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:276:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:276:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:288:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:288:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:300:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:300:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:310:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:310:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:319:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:319:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:330:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:330:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:331:8: style: The function 'isReturn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:25:16: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:331:8: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:351:16: style: The function 'asFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:67:24: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:351:16: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:360:15: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:344:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:360:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:361:15: style: The function 'tailCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:345:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:361:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:362:11: style: The function 'makeCallInsn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:346:19: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:362:11: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:377:15: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:344:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:377:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:378:15: style: The function 'tailCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:345:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:378:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:387:15: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:344:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:387:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:388:15: style: The function 'tailCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:345:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:388:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:401:15: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:344:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:401:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:402:15: style: The function 'tailCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:345:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:402:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:403:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:403:8: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:405:8: style: The function 'setArgToCC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:352:16: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:405:8: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:416:15: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:344:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:416:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:417:15: style: The function 'tailCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:345:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:417:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:434:11: style: The function 'asBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:79:19: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:434:11: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:435:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:435:8: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:442:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:442:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:451:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:451:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:460:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:460:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:468:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:468:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:478:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:478:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:486:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:486:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:495:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:495:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:504:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:504:15: note: Function in derived class
OpenJade-1.4devel/style/Insn.h:513:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn.h:513:15: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:101:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:101:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:102:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:83:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:102:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:103:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:103:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:104:21: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:86:29: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:104:21: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:112:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:112:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:113:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:113:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:114:10: style: The function 'constantValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:84:18: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:114:10: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:123:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:123:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:124:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:124:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:126:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:126:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:135:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:135:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:136:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:83:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:136:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:137:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:137:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:138:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:138:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:150:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:150:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:151:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:151:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:152:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:152:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:153:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:83:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:153:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:165:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:165:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:166:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:166:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:167:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:167:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:168:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:83:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:168:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:177:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:177:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:178:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:178:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:191:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:191:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:192:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:192:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:193:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:193:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:194:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:83:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:194:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:211:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:211:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:212:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:212:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:213:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:213:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:227:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:227:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:228:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:228:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:229:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:229:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:245:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:245:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:258:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:258:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:259:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:259:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:260:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:260:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:280:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:280:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:281:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:281:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:282:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:282:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:283:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:83:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:283:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:294:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:294:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:295:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:295:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:296:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:296:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:297:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:83:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:297:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:307:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:307:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:308:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:308:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:309:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:309:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:321:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:321:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:323:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:323:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:324:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:324:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:335:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:335:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:336:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:82:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:336:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:337:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:337:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:354:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:77:19: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:354:11: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:359:8: style: The function 'unknownStyleKeyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:339:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:359:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.h:361:8: style: The function 'maybeStyleKeyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Expression.h:341:16: note: Virtual function in base class
OpenJade-1.4devel/style/Expression.h:361:8: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:180:8: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:34:16: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:180:8: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:61:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:61:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:62:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:50:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:62:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:69:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:69:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:70:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:50:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:70:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:77:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:77:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:78:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:50:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:78:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:85:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:85:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:86:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:50:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:86:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:93:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:93:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:94:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:50:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:94:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:101:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:50:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:101:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:105:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:105:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:109:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:109:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:113:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:113:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:117:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:117:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:121:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:50:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:121:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:125:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:125:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:129:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:129:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:133:10: style: The function 'vacuous' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:51:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:133:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:138:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:50:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:138:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:139:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:139:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:146:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:50:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:146:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:147:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:147:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:172:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:49:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:172:10: note: Function in derived class
OpenJade-1.4devel/style/Pattern.h:173:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Pattern.h:50:18: note: Virtual function in base class
OpenJade-1.4devel/style/Pattern.h:173:10: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.h:90:9: style: The function 'compareSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessingMode.h:76:17: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessingMode.h:90:9: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.h:91:9: style: The function 'compareSpecificity2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessingMode.h:77:17: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessingMode.h:91:9: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.h:92:9: style: The function 'compareSpecificity2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessingMode.h:79:17: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessingMode.h:92:9: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.h:99:9: style: The function 'compareSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessingMode.h:76:17: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessingMode.h:99:9: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.h:100:9: style: The function 'compareSpecificity2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessingMode.h:77:17: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessingMode.h:100:9: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.h:101:9: style: The function 'compareSpecificity2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessingMode.h:78:17: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessingMode.h:101:9: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.h:102:9: style: The function 'compareSpecificity2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessingMode.h:79:17: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessingMode.h:102:9: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.h:103:10: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:58:18: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessingMode.h:103:10: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.h:120:9: style: The function 'compareSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessingMode.h:76:17: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessingMode.h:120:9: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.h:121:9: style: The function 'compareSpecificity2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessingMode.h:78:17: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessingMode.h:121:9: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.h:122:9: style: The function 'compareSpecificity2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessingMode.h:79:17: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessingMode.h:122:9: note: Function in derived class
OpenJade-1.4devel/style/Style.h:60:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:60:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:62:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:62:10: note: Function in derived class
OpenJade-1.4devel/style/Style.h:63:32: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:63:32: note: Function in derived class
OpenJade-1.4devel/style/Style.h:84:13: style: The function 'asStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:71:21: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:84:13: note: Function in derived class
OpenJade-1.4devel/style/Style.h:108:8: style: The function 'appendIter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:108:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:109:8: style: The function 'appendIterForce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:96:16: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:109:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:110:8: style: The function 'appendIterNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:97:16: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:110:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:113:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:113:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:124:8: style: The function 'appendIter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:124:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:125:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:125:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:138:8: style: The function 'appendIter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:138:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:139:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:139:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:146:13: style: The function 'asColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:69:21: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:146:13: note: Function in derived class
OpenJade-1.4devel/style/Style.h:154:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:147:16: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:154:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:155:8: style: The function 'setBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:148:16: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:155:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:162:18: style: The function 'asColorSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:70:26: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:162:18: note: Function in derived class
OpenJade-1.4devel/style/Style.h:168:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:163:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:168:10: note: Function in derived class
OpenJade-1.4devel/style/Style.h:173:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:163:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:173:10: note: Function in derived class
OpenJade-1.4devel/style/Style.h:178:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:163:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:178:10: note: Function in derived class
OpenJade-1.4devel/style/Style.h:183:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:163:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:183:10: note: Function in derived class
OpenJade-1.4devel/style/Style.h:211:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:163:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:211:10: note: Function in derived class
OpenJade-1.4devel/style/Style.h:226:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:163:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:226:10: note: Function in derived class
OpenJade-1.4devel/style/Style.h:243:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:243:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:244:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:163:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:244:10: note: Function in derived class
OpenJade-1.4devel/style/Style.h:266:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:266:8: note: Function in derived class
OpenJade-1.4devel/style/Style.h:267:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:163:18: note: Virtual function in base class
OpenJade-1.4devel/style/Style.h:267:10: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:24:14: style: The function 'asSosofo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:68:22: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:24:14: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:35:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:35:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:43:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:43:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:55:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:55:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:66:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:66:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:67:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:67:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:80:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:80:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:82:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:82:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:91:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:91:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:92:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:92:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:105:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:105:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:114:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:114:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:139:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:139:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:142:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:142:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:186:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:186:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:187:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:187:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:189:20: style: The function 'asCompoundFlowObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:130:28: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:189:20: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:200:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:200:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:201:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:201:12: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:212:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:212:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:222:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:222:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:235:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:235:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:236:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:236:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:237:8: style: The function 'characterStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:28:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:237:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:238:8: style: The function 'isCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:29:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:238:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:239:8: style: The function 'ruleStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:26:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:239:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:240:8: style: The function 'isRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:27:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:240:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:259:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:259:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:260:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:260:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:272:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:272:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:273:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:273:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:283:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:283:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:284:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:284:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:293:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:293:8: note: Function in derived class
OpenJade-1.4devel/style/SosofoObj.h:294:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/SosofoObj.h:294:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:286:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:58:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:286:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:339:8: style: The function 'setDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:307:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:339:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:341:8: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:309:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:341:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:343:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:311:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:343:10: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:344:10: style: The function 'defaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:312:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:344:10: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:374:8: style: The function 'setDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:307:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:374:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:376:8: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:309:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:376:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:378:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:311:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:378:10: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:379:10: style: The function 'defaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:312:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:379:10: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:404:8: style: The function 'setDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:307:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:404:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:406:8: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:309:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:406:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:408:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:311:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:408:10: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:409:10: style: The function 'defaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:312:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:409:10: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:434:8: style: The function 'setDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:307:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:434:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:436:8: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:309:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:436:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:438:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:311:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:438:10: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:439:10: style: The function 'defaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:312:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:439:10: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:464:8: style: The function 'setDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:307:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:464:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:466:8: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:309:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:466:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:468:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:311:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:468:10: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.h:469:10: style: The function 'defaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:312:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.h:469:10: note: Function in derived class
OpenJade-1.4devel/style/ELObj.cxx:21:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:419:19: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.cxx:21:11: note: Function in derived class
OpenJade-1.4devel/style/ELObj.cxx:22:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:420:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.cxx:22:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.cxx:23:16: style: The function 'nodeListReverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:430:24: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.cxx:23:16: note: Function in derived class
OpenJade-1.4devel/style/ELObj.cxx:24:11: style: The function 'nodeListRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:429:19: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.cxx:24:11: note: Function in derived class
OpenJade-1.4devel/style/ELObj.cxx:25:8: style: The function 'nodeListLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:431:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.cxx:25:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.cxx:26:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.cxx:26:8: note: Function in derived class
OpenJade-1.4devel/style/ELObj.cxx:27:8: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:433:16: note: Virtual function in base class
OpenJade-1.4devel/style/ELObj.cxx:27:8: note: Function in derived class
OpenJade-1.4devel/style/Expression.cxx:495:64: style: Function 'LambdaExpression' argument 1 names different: declaration 'vars' definition 'formals'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Expression.h:204:48: note: Function 'LambdaExpression' argument 1 names different: declaration 'vars' definition 'formals'.
OpenJade-1.4devel/style/Expression.cxx:495:64: note: Function 'LambdaExpression' argument 1 names different: declaration 'vars' definition 'formals'.
OpenJade-1.4devel/style/Expression.cxx:1453:44: style: Function 'lookup' argument 1 names different: declaration 'var' definition 'ident'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Expression.h:59:33: note: Function 'lookup' argument 1 names different: declaration 'var' definition 'ident'.
OpenJade-1.4devel/style/Expression.cxx:1453:44: note: Function 'lookup' argument 1 names different: declaration 'var' definition 'ident'.
OpenJade-1.4devel/style/Expression.cxx:1433:3: performance: Variable 'frameVarList_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenJade-1.4devel/style/Insn2.h:47:3: style: Class 'PopModeInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn2.h:166:3: style: Class 'MaybeOverrideStyleInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn2.h:178:3: style: Class 'SetStyleInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/Insn2.h:18:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:18:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:27:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:27:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:39:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:39:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:48:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:48:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:60:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:60:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:70:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:70:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:83:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:83:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:93:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:93:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:99:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:99:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:111:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:111:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:121:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:121:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:131:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:131:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:140:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:140:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:152:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:152:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:167:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:167:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:179:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:179:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:192:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:192:15: note: Function in derived class
OpenJade-1.4devel/style/Insn2.h:205:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/Insn2.h:205:15: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.cxx:1640:68: style: Function 'startNode' argument 2 names different: declaration 'processingMode' definition 'mode'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:990:50: note: Function 'startNode' argument 2 names different: declaration 'processingMode' definition 'mode'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1640:68: note: Function 'startNode' argument 2 names different: declaration 'processingMode' definition 'mode'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1733:54: warning: Function 'startMultiMode' argument order different: declaration 'principalPort, namedPorts, ' definition 'principalMode, namedModes, namedPorts' [funcArgOrderDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:778:40: note: Function 'startMultiMode' argument order different: declaration 'principalPort, namedPorts, ' definition 'principalMode, namedModes, namedPorts'
OpenJade-1.4devel/style/FOTBuilder.cxx:1733:54: note: Function 'startMultiMode' argument order different: declaration 'principalPort, namedPorts, ' definition 'principalMode, namedModes, namedPorts'
OpenJade-1.4devel/style/FOTBuilder.cxx:1792:70: style: Function 'StartSimplePageSequenceCall' argument 1 names different: declaration 'headerFooter' definition 'hf'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1124:43: note: Function 'StartSimplePageSequenceCall' argument 1 names different: declaration 'headerFooter' definition 'hf'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1792:70: note: Function 'StartSimplePageSequenceCall' argument 1 names different: declaration 'headerFooter' definition 'hf'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1806:51: style: Function 'StartFractionCall' argument 1 names different: declaration 'numerator' definition 'n'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1131:34: note: Function 'StartFractionCall' argument 1 names different: declaration 'numerator' definition 'n'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1806:51: note: Function 'StartFractionCall' argument 1 names different: declaration 'numerator' definition 'n'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1806:67: style: Function 'StartFractionCall' argument 2 names different: declaration 'denominator' definition 'd'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1131:58: note: Function 'StartFractionCall' argument 2 names different: declaration 'denominator' definition 'd'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1806:67: note: Function 'StartFractionCall' argument 2 names different: declaration 'denominator' definition 'd'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1820:47: style: Function 'StartScriptCall' argument 1 names different: declaration 'preSup' definition 'p0'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1139:32: note: Function 'StartScriptCall' argument 1 names different: declaration 'preSup' definition 'p0'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1820:47: note: Function 'StartScriptCall' argument 1 names different: declaration 'preSup' definition 'p0'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1821:19: style: Function 'StartScriptCall' argument 2 names different: declaration 'preSub' definition 'p1'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1140:32: note: Function 'StartScriptCall' argument 2 names different: declaration 'preSub' definition 'p1'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1821:19: note: Function 'StartScriptCall' argument 2 names different: declaration 'preSub' definition 'p1'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1822:19: style: Function 'StartScriptCall' argument 3 names different: declaration 'postSup' definition 'p2'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1141:32: note: Function 'StartScriptCall' argument 3 names different: declaration 'postSup' definition 'p2'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1822:19: note: Function 'StartScriptCall' argument 3 names different: declaration 'postSup' definition 'p2'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1823:19: style: Function 'StartScriptCall' argument 4 names different: declaration 'postSub' definition 'p3'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1142:32: note: Function 'StartScriptCall' argument 4 names different: declaration 'postSub' definition 'p3'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1823:19: note: Function 'StartScriptCall' argument 4 names different: declaration 'postSub' definition 'p3'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1824:19: style: Function 'StartScriptCall' argument 5 names different: declaration 'midSup' definition 'p4'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1143:32: note: Function 'StartScriptCall' argument 5 names different: declaration 'midSup' definition 'p4'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1824:19: note: Function 'StartScriptCall' argument 5 names different: declaration 'midSup' definition 'p4'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1825:19: style: Function 'StartScriptCall' argument 6 names different: declaration 'midSub' definition 'p5'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1144:32: note: Function 'StartScriptCall' argument 6 names different: declaration 'midSub' definition 'p5'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1825:19: note: Function 'StartScriptCall' argument 6 names different: declaration 'midSub' definition 'p5'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1847:43: style: Function 'StartMarkCall' argument 1 names different: declaration 'overMark' definition 'o'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1156:30: note: Function 'StartMarkCall' argument 1 names different: declaration 'overMark' definition 'o'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1847:43: note: Function 'StartMarkCall' argument 1 names different: declaration 'overMark' definition 'o'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1847:59: style: Function 'StartMarkCall' argument 2 names different: declaration 'underMark' definition 'u'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1156:53: note: Function 'StartMarkCall' argument 2 names different: declaration 'underMark' definition 'u'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1847:59: note: Function 'StartMarkCall' argument 2 names different: declaration 'underMark' definition 'u'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1861:45: style: Function 'StartFenceCall' argument 1 names different: declaration 'open' definition 'o'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1164:31: note: Function 'StartFenceCall' argument 1 names different: declaration 'open' definition 'o'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1861:45: note: Function 'StartFenceCall' argument 1 names different: declaration 'open' definition 'o'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1861:61: style: Function 'StartFenceCall' argument 2 names different: declaration 'close' definition 'c'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1164:50: note: Function 'StartFenceCall' argument 2 names different: declaration 'close' definition 'c'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1861:61: note: Function 'StartFenceCall' argument 2 names different: declaration 'close' definition 'c'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1875:49: style: Function 'StartRadicalCall' argument 1 names different: declaration 'degree' definition 'd'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1172:33: note: Function 'StartRadicalCall' argument 1 names different: declaration 'degree' definition 'd'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1875:49: note: Function 'StartRadicalCall' argument 1 names different: declaration 'degree' definition 'd'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1887:59: style: Function 'StartMathOperatorCall' argument 1 names different: declaration 'oper' definition 'o'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1179:38: note: Function 'StartMathOperatorCall' argument 1 names different: declaration 'oper' definition 'o'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1887:59: note: Function 'StartMathOperatorCall' argument 1 names different: declaration 'oper' definition 'o'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1888:24: style: Function 'StartMathOperatorCall' argument 2 names different: declaration 'lowerLimit' definition 'l'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1180:38: note: Function 'StartMathOperatorCall' argument 2 names different: declaration 'lowerLimit' definition 'l'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1888:24: note: Function 'StartMathOperatorCall' argument 2 names different: declaration 'lowerLimit' definition 'l'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1889:24: style: Function 'StartMathOperatorCall' argument 3 names different: declaration 'upperLimit' definition 'u'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1181:38: note: Function 'StartMathOperatorCall' argument 3 names different: declaration 'upperLimit' definition 'u'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1889:24: note: Function 'StartMathOperatorCall' argument 3 names different: declaration 'upperLimit' definition 'u'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1905:69: style: Function 'StartMultiModeCall' argument 1 names different: declaration 'principalMode' definition 'pm'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1199:51: note: Function 'StartMultiModeCall' argument 1 names different: declaration 'principalMode' definition 'pm'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1905:69: note: Function 'StartMultiModeCall' argument 1 names different: declaration 'principalMode' definition 'pm'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1906:49: style: Function 'StartMultiModeCall' argument 2 names different: declaration 'namedModes' definition 'nm'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1200:52: note: Function 'StartMultiModeCall' argument 2 names different: declaration 'namedModes' definition 'nm'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1906:49: note: Function 'StartMultiModeCall' argument 2 names different: declaration 'namedModes' definition 'nm'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1907:34: style: Function 'StartMultiModeCall' argument 3 names different: declaration 'ports' definition 'v'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/FOTBuilder.h:1201:37: note: Function 'StartMultiModeCall' argument 3 names different: declaration 'ports' definition 'v'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1907:34: note: Function 'StartMultiModeCall' argument 3 names different: declaration 'ports' definition 'v'.
OpenJade-1.4devel/style/FOTBuilder.cxx:1214:33: warning: Member variable 'ExternalGraphicNIC::scale' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::breakBeforePriority' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::breakAfterPriority' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::mathClass' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::mathFontPosture' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::script' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::isDropAfterLineBreak' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::isDropUnlessBeforeLineBreak' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::isPunct' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::isInputWhitespace' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::isInputTab' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::isRecordEnd' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.cxx:1239:27: warning: Member variable 'CharacterNIC::isSpace' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/FOTBuilder.h:242:10: style: Member variable 'ExternalGraphicNIC::isDisplay' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/FOTBuilder.cxx:1216:3: note: Member variable 'ExternalGraphicNIC::isDisplay' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FOTBuilder.h:242:10: note: Member variable 'ExternalGraphicNIC::isDisplay' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FOTBuilder.h:335:10: style: Member variable 'TableCellNIC::missing' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/FOTBuilder.cxx:1255:56: note: Member variable 'TableCellNIC::missing' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FOTBuilder.h:335:10: note: Member variable 'TableCellNIC::missing' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FOTBuilder.h:1219:11: style: Member variable 'StartExtensionCall::node' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/FOTBuilder.cxx:1983:53: note: Member variable 'StartExtensionCall::node' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FOTBuilder.h:1219:11: note: Member variable 'StartExtensionCall::node' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FOTBuilder.h:1038:3: warning: The struct 'ExtensionCall' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FOTBuilder.h:1047:3: warning: The struct 'EndExtensionCall' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FOTBuilder.h:1198:1: warning: The struct 'StartMultiModeCall' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FOTBuilder.h:1211:1: warning: The struct 'StartExtensionCall' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FOTBuilder.h:1113:0: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1113:0: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1114:0: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1114:0: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1101:0: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1005:19: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1101:0: note: Function in derived class
OpenJade-1.4devel/style/FOTBuilder.h:1102:0: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:1006:18: note: Virtual function in base class
OpenJade-1.4devel/style/FOTBuilder.h:1102:0: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2282:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
OpenJade-1.4devel/style/FlowObj.cxx:3217:25: style: The scope of the variable 'tem' can be reduced. [variableScope]
OpenJade-1.4devel/style/FlowObj.cxx:1080:16: style: Unused variable: ignore [unusedVariable]
OpenJade-1.4devel/style/FlowObj.cxx:3316:24: warning: Member variable 'Table::rowConnectableLevel' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/ProcessContext.h:148:14: style: Member variable 'Table::currentColumn' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/FlowObj.cxx:3317:16: note: Member variable 'Table::currentColumn' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:148:14: note: Member variable 'Table::currentColumn' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:155:14: style: Member variable 'Table::nColumns' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/FlowObj.cxx:3317:49: note: Member variable 'Table::nColumns' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:155:14: note: Member variable 'Table::nColumns' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FlowObj.cxx:2973:10: style: Member variable 'NIC::hasColumnNumber' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/FlowObj.cxx:2972:39: note: Member variable 'NIC::hasColumnNumber' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FlowObj.cxx:2973:10: note: Member variable 'NIC::hasColumnNumber' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FlowObj.cxx:3440:10: style: Member variable 'ELObjExtensionFlowObjValue::obj_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/FlowObj.cxx:3380:20: note: Member variable 'ELObjExtensionFlowObjValue::obj_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FlowObj.cxx:3440:10: note: Member variable 'ELObjExtensionFlowObjValue::obj_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/FlowObj.cxx:269:15: performance: Technically the member function 'DisplayGroupFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:336:15: performance: Technically the member function 'ParagraphFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:412:15: performance: Technically the member function 'ParagraphBreakFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:709:15: performance: Technically the member function 'AlignmentPointFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:728:15: performance: Technically the member function 'SidelineFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:776:15: performance: Technically the member function 'LineFieldFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:849:15: performance: Technically the member function 'SimplePageSequenceFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:978:15: performance: Technically the member function 'LinkFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:1043:15: performance: Technically the member function 'ScrollFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:1067:15: performance: Technically the member function 'MarginaliaFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:1115:15: performance: Technically the member function 'MultiModeFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:1233:15: performance: Technically the member function 'ScoreFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:1468:15: performance: Technically the member function 'SideBySideFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:1544:15: performance: Technically the member function 'SideBySideItemFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:1575:15: performance: Technically the member function 'LeaderFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:1666:15: performance: Technically the member function 'CharacterFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2040:15: performance: Technically the member function 'MathSequenceFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2051:15: performance: Technically the member function 'FractionFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2105:15: performance: Technically the member function 'UnmathFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2123:15: performance: Technically the member function 'SuperscriptFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2141:15: performance: Technically the member function 'SubscriptFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2152:15: performance: Technically the member function 'ScriptFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2186:15: performance: Technically the member function 'MarkFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2215:15: performance: Technically the member function 'FenceFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2302:15: performance: Technically the member function 'RadicalFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2359:15: performance: Technically the member function 'MathOperatorFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2396:15: performance: Technically the member function 'GridFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2495:15: performance: Technically the member function 'GridCellFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2742:15: performance: Technically the member function 'TableFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2745:8: performance: Technically the member function 'TableFlowObj::border' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2804:15: performance: Technically the member function 'TablePartFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2914:15: performance: Technically the member function 'TableColumnFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:2947:15: performance: Technically the member function 'TableRowFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:3117:15: performance: Technically the member function 'TableCellFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:3120:8: performance: Technically the member function 'TableCellFlowObj::border' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:3157:15: performance: Technically the member function 'TableBorderFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:3343:15: performance: Technically the member function 'UnknownFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:3370:15: performance: Technically the member function 'FormattingInstructionFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:3458:15: performance: Technically the member function 'ExtensionFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/FlowObj.cxx:3509:15: performance: Technically the member function 'CompoundExtensionFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/VM.h:22:3: style: Class 'VM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FlowObj.cxx:1244:5: style: Class 'SymbolType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FlowObj.cxx:1252:5: style: Class 'LengthSpecType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FlowObj.cxx:1260:5: style: Class 'CharType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FlowObj.cxx:2638:3: style: Class 'TableValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FlowObj.cxx:2977:3: style: Class 'TableCellFlowObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FlowObj.cxx:3451:3: style: Class 'ExtensionFlowObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FlowObj.cxx:3502:3: style: Class 'CompoundExtensionFlowObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/FlowObj.cxx:257:1: warning: The class 'DisplayGroupFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:324:1: warning: The class 'ParagraphFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:400:1: warning: The class 'ParagraphBreakFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:450:1: warning: The class 'ExternalGraphicFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:596:1: warning: The class 'RuleFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:763:1: warning: The class 'LineFieldFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:831:1: warning: The class 'SimplePageSequenceFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:1097:1: warning: The class 'MultiModeFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:1371:1: warning: The class 'BoxFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:1456:1: warning: The class 'SideBySideFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:1563:1: warning: The class 'LeaderFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:1645:1: warning: The class 'CharacterFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:2382:1: warning: The class 'GridFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:2481:1: warning: The class 'GridCellFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:2640:1: warning: The class 'TableFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:2759:1: warning: The class 'TablePartFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:2829:1: warning: The class 'TableColumnFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:2966:1: warning: The class 'TableCellFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:3347:1: warning: The class 'FormattingInstructionFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:3446:1: warning: The class 'ExtensionFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/FlowObj.cxx:3497:1: warning: The class 'CompoundExtensionFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenJade-1.4devel/style/VM.h:38:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:58:18: note: Virtual function in base class
OpenJade-1.4devel/style/VM.h:38:8: note: Function in derived class
OpenJade-1.4devel/style/ProcessContext.h:46:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:58:18: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessContext.h:46:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:18:8: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:18:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:36:8: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:36:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:37:8: style: The function 'charsValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:63:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:37:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:62:8: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:62:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:264:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:264:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:265:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:265:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:266:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:266:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:268:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:268:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:331:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:331:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:332:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:332:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:333:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:333:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:335:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:335:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:342:10: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:342:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:343:10: style: The function 'charsValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:63:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:343:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:407:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:407:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:408:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:408:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:409:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:409:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:411:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:411:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:457:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:457:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:458:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:458:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:459:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:459:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:461:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:461:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:603:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:603:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:604:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:604:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:605:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:605:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:607:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:607:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:608:8: style: The function 'ruleStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:26:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:608:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:612:8: style: The function 'isRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:27:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:612:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:707:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:707:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:708:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:708:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:726:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:726:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:727:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:727:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:771:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:771:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:772:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:772:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:773:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:773:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:774:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:774:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:843:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:843:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:844:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:844:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:845:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:845:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:846:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:846:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:848:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:848:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:972:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:972:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:973:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:973:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:974:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:974:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:975:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:975:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:976:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:976:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1041:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1041:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1042:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1042:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1065:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1065:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1066:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1066:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1104:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1104:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1105:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1105:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1106:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1106:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1107:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1107:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1228:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1228:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1229:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1229:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1230:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1230:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1231:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1231:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1245:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FlowObj.cxx:1238:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1245:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1246:11: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FlowObj.cxx:1239:19: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1246:11: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1253:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FlowObj.cxx:1238:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1253:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1254:11: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FlowObj.cxx:1239:19: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1254:11: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1261:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FlowObj.cxx:1238:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1261:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1262:11: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FlowObj.cxx:1239:19: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1262:11: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1378:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1378:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1379:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1379:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1380:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1380:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1381:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1381:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1463:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1463:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1464:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1464:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1465:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1465:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1467:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1467:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1475:10: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1475:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1476:10: style: The function 'charsValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:63:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1476:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1542:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1542:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1543:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1543:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1570:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1570:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1571:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1571:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1572:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1572:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1574:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1574:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1652:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1652:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1653:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1653:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1654:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1654:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1656:8: style: The function 'setImplicitChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:134:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1656:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1657:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1657:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1658:8: style: The function 'characterStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:28:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1658:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1665:8: style: The function 'isCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:29:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:1665:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2010:8: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2010:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2011:8: style: The function 'charsValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:63:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2011:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2029:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2029:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2037:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2037:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2049:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2049:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2050:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2050:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2094:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2094:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2102:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2102:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2112:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2112:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2120:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2120:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2130:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2130:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2138:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2138:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2148:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2148:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2149:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2149:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2182:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2182:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2183:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2183:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2211:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2211:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2212:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2212:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2222:10: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2222:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2223:10: style: The function 'charsValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:63:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2223:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2291:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2291:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2292:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2292:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2295:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2295:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2297:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2297:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2298:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2298:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2355:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2355:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2356:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2356:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2389:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2389:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2390:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2390:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2393:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2393:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2395:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2395:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2403:10: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2403:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2409:10: style: The function 'charsValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:63:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2409:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2488:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2488:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2489:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2489:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2492:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2492:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2494:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2494:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2572:8: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2572:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2624:8: style: The function 'charsValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:63:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2624:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2655:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2655:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2684:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2684:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2687:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2687:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2703:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2703:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2767:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2767:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2788:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2788:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2791:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2791:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2795:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2795:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2840:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2840:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2852:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2852:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2855:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2855:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2869:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2869:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2923:8: style: The function 'pushStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:143:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2923:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2924:8: style: The function 'popStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:144:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2924:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2925:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2925:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2944:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2944:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2952:10: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2952:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2957:10: style: The function 'charsValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:63:18: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2957:10: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:2982:8: style: The function 'pushStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:143:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:2982:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3007:8: style: The function 'popStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:144:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3007:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3016:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3016:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3047:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3047:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3050:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3050:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3062:8: style: The function 'hasPseudoNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:132:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3062:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3077:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3077:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3148:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:23:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3148:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3149:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3149:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3150:8: style: The function 'tableBorderStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:25:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3150:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3154:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3154:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3329:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3329:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3332:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3332:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3334:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3334:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3356:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3356:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3359:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3359:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3362:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3362:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3366:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3366:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3381:8: style: The function 'convertString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:681:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3381:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3384:8: style: The function 'convertStringPairList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:682:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3384:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3415:8: style: The function 'convertStringList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:683:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3415:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3436:8: style: The function 'convertBoolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/FOTBuilder.h:684:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3436:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3453:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3453:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3454:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3454:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3455:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3455:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3456:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3456:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3504:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3504:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3505:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3505:12: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3506:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3506:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:3507:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/FlowObj.cxx:3507:8: note: Function in derived class
OpenJade-1.4devel/style/FlowObj.cxx:1724:24: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
OpenJade-1.4devel/style/InheritedC.cxx:1052:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/InheritedC.cxx:1066:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/InheritedC.cxx:1317:15: style: Unused variable: s [unusedVariable]
OpenJade-1.4devel/style/InheritedC.cxx:1318:10: style: Unused variable: n [unusedVariable]
OpenJade-1.4devel/style/InheritedC.cxx:1264:3: style: Class 'InheritedCPrimitiveObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/InheritedC.cxx:1296:3: style: Class 'ActualCPrimitiveObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/InheritedC.cxx:33:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:33:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:54:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:54:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:72:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:72:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:90:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:90:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:109:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:109:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:132:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:132:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:160:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:160:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:188:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:188:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:220:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:220:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:246:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:246:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:247:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:247:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:249:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:249:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:302:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:302:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:304:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:304:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:339:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:339:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:341:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:341:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:377:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:377:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:379:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:379:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:423:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:423:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:425:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:425:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:459:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:459:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:461:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:461:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:496:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:496:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:498:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:498:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:532:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:532:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:534:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:534:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:568:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:568:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:569:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:569:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:604:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:604:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:606:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:606:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:641:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:641:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:643:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:643:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:679:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:679:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:681:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:681:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:716:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:716:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:718:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:718:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:755:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:755:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:756:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:756:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:758:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:758:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:823:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:823:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:825:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:825:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:861:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:861:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:863:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:863:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:890:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:890:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:892:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:892:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:925:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:925:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:927:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:927:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:928:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:928:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:929:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:58:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:929:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:972:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:972:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:974:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:974:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:975:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:975:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:976:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:58:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:976:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1022:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1022:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1024:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1024:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1025:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1025:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1096:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1096:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1098:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1098:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1099:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1099:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1100:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:58:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1100:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1133:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:42:16: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1133:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1135:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1135:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1136:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:44:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1136:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1137:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:58:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1137:8: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1213:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1213:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1241:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:45:32: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1241:24: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1266:10: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1266:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1298:10: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/InheritedC.cxx:1298:10: note: Function in derived class
OpenJade-1.4devel/style/InheritedC.cxx:1169:26: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
OpenJade-1.4devel/style/Insn.cxx:134:25: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:464:39: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:708:19: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:709:9: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:714:15: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:728:9: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1176:53: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1220:4: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1236:17: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1252:4: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1292:4: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1323:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1335:27: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1336:20: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1357:4: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1360:4: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1398:58: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1411:70: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Insn.cxx:1318:0: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
OpenJade-1.4devel/style/Insn.cxx:801:18: warning: Member variable 'ContinuationObj::stackSize_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Insn.h:137:12: style: Member variable 'ApplyBaseInsn::loc_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Insn.cxx:380:18: note: Member variable 'ApplyBaseInsn::loc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn.h:137:12: note: Member variable 'ApplyBaseInsn::loc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:85:12: style: Member variable 'SetPseudoNonInheritedCInsn::loc_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Insn.cxx:1285:14: note: Member variable 'SetPseudoNonInheritedCInsn::loc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:85:12: note: Member variable 'SetPseudoNonInheritedCInsn::loc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:113:11: style: Member variable 'SetContentInsn::next_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Insn.cxx:1329:22: note: Member variable 'SetContentInsn::next_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:113:11: note: Member variable 'SetContentInsn::next_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:124:11: style: Member variable 'SetDefaultContentInsn::next_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Insn.cxx:1343:22: note: Member variable 'SetDefaultContentInsn::next_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:124:11: note: Member variable 'SetDefaultContentInsn::next_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:123:12: style: Member variable 'SetDefaultContentInsn::loc_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Insn.cxx:1343:35: note: Member variable 'SetDefaultContentInsn::loc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:123:12: note: Member variable 'SetDefaultContentInsn::loc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:133:12: style: Member variable 'MakeDefaultContentInsn::loc_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Insn.cxx:1365:16: note: Member variable 'MakeDefaultContentInsn::loc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:133:12: note: Member variable 'MakeDefaultContentInsn::loc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:154:12: style: Member variable 'VarStyleInsn::displayLength_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Insn.cxx:1183:26: note: Member variable 'VarStyleInsn::displayLength_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn2.h:154:12: note: Member variable 'VarStyleInsn::displayLength_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ELObjPropVal.h:78:10: style: Member variable 'ELObjPropertyValue::obj' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/ELObjPropVal.h:16:84: note: Member variable 'ELObjPropertyValue::obj' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ELObjPropVal.h:78:10: note: Member variable 'ELObjPropertyValue::obj' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Insn.h:380:8: performance: Technically the member function 'ApplyPrimitiveObj::shuffle' can be static. [functionStatic]
OpenJade-1.4devel/style/Insn.cxx:468:25: note: Technically the member function 'ApplyPrimitiveObj::shuffle' can be static.
OpenJade-1.4devel/style/Insn.h:380:8: note: Technically the member function 'ApplyPrimitiveObj::shuffle' can be static.
OpenJade-1.4devel/style/Interpreter.cxx:1876:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Interpreter.cxx:1880:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Interpreter.cxx:1882:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Interpreter.cxx:1883:40: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Interpreter.cxx:1889:8: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Interpreter.cxx:1891:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Interpreter.cxx:2334:17: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/Interpreter.cxx:1840:50: style: Function 'setValue' argument 2 names different: declaration 'defPart' definition 'partIndex'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Interpreter.h:209:35: note: Function 'setValue' argument 2 names different: declaration 'defPart' definition 'partIndex'.
OpenJade-1.4devel/style/Interpreter.cxx:1840:50: note: Function 'setValue' argument 2 names different: declaration 'defPart' definition 'partIndex'.
OpenJade-1.4devel/style/Interpreter.cxx:2010:45: style: Function 'scale' argument 3 names different: declaration 'num' definition 'factor'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Interpreter.h:259:48: note: Function 'scale' argument 3 names different: declaration 'num' definition 'factor'.
OpenJade-1.4devel/style/Interpreter.cxx:2010:45: note: Function 'scale' argument 3 names different: declaration 'num' definition 'factor'.
OpenJade-1.4devel/style/Interpreter.cxx:234:10: style: struct member 'Anonymous15::dsssl2' is never used. [unusedStructMember]
OpenJade-1.4devel/style/Interpreter.cxx:1801:13: warning: Member variable 'Identifier::flowObjPart_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Interpreter.cxx:1801:13: warning: Member variable 'Identifier::inheritedCPart_' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/Interpreter.h:229:12: style: Member variable 'Identifier::flowObj_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Interpreter.cxx:1803:3: note: Member variable 'Identifier::flowObj_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:229:12: note: Member variable 'Identifier::flowObj_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:224:12: style: Member variable 'Identifier::defPart_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Interpreter.cxx:1803:29: note: Member variable 'Identifier::defPart_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:224:12: note: Member variable 'Identifier::defPart_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:797:14: style: Member variable 'Interpreter::messenger_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Interpreter.cxx:94:3: note: Member variable 'Interpreter::messenger_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:797:14: note: Member variable 'Interpreter::messenger_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:592:18: style: Member variable 'Interpreter::lexCategory_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Interpreter.cxx:99:3: note: Member variable 'Interpreter::lexCategory_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:592:18: note: Member variable 'Interpreter::lexCategory_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:840:8: style: Member variable 'Interpreter::style_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Interpreter.cxx:109:3: note: Member variable 'Interpreter::style_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Interpreter.h:840:8: note: Member variable 'Interpreter::style_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/MacroFlowObj.h:63:15: performance: Technically the member function 'MacroFlowObj::acceptFlags' can be static. [functionStatic]
OpenJade-1.4devel/style/Interpreter.cxx:114:17: style: Class 'Interpreter' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
OpenJade-1.4devel/style/MacroFlowObj.h:57:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:129:20: note: Virtual function in base class
OpenJade-1.4devel/style/MacroFlowObj.h:57:12: note: Function in derived class
OpenJade-1.4devel/style/MacroFlowObj.h:58:20: style: The function 'asCompoundFlowObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:130:28: note: Virtual function in base class
OpenJade-1.4devel/style/MacroFlowObj.h:58:20: note: Function in derived class
OpenJade-1.4devel/style/MacroFlowObj.h:59:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:131:16: note: Virtual function in base class
OpenJade-1.4devel/style/MacroFlowObj.h:59:8: note: Function in derived class
OpenJade-1.4devel/style/MacroFlowObj.h:60:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:133:16: note: Virtual function in base class
OpenJade-1.4devel/style/MacroFlowObj.h:60:8: note: Function in derived class
OpenJade-1.4devel/style/MacroFlowObj.h:61:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/MacroFlowObj.h:61:8: note: Function in derived class
OpenJade-1.4devel/style/MacroFlowObj.h:62:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/SosofoObj.h:145:16: note: Virtual function in base class
OpenJade-1.4devel/style/MacroFlowObj.h:62:8: note: Function in derived class
OpenJade-1.4devel/style/LangObj.h:63:16: style: The function 'asLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:81:24: note: Virtual function in base class
OpenJade-1.4devel/style/LangObj.h:63:16: note: Function in derived class
OpenJade-1.4devel/style/LangObj.h:66:8: style: The function 'toUpper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/LangObj.h:16:16: note: Virtual function in base class
OpenJade-1.4devel/style/LangObj.h:66:8: note: Function in derived class
OpenJade-1.4devel/style/LangObj.h:67:8: style: The function 'toLower' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/LangObj.h:17:16: note: Virtual function in base class
OpenJade-1.4devel/style/LangObj.h:67:8: note: Function in derived class
OpenJade-1.4devel/style/LangObj.h:68:8: style: The function 'areEquivalent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/LangObj.h:18:16: note: Virtual function in base class
OpenJade-1.4devel/style/LangObj.h:68:8: note: Function in derived class
OpenJade-1.4devel/style/LangObj.h:69:8: style: The function 'isLess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/LangObj.h:19:16: note: Virtual function in base class
OpenJade-1.4devel/style/LangObj.h:69:8: note: Function in derived class
OpenJade-1.4devel/style/LangObj.h:70:8: style: The function 'isLessOrEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/LangObj.h:20:16: note: Virtual function in base class
OpenJade-1.4devel/style/LangObj.h:70:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.cxx:34:8: style: The function 'setDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:307:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.cxx:34:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.cxx:36:8: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:309:16: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.cxx:36:8: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.cxx:38:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:311:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.cxx:38:10: note: Function in derived class
OpenJade-1.4devel/style/Interpreter.cxx:39:10: style: The function 'defaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Interpreter.h:312:18: note: Virtual function in base class
OpenJade-1.4devel/style/Interpreter.cxx:39:10: note: Function in derived class
OpenJade-1.4devel/style/LangObj.cxx:339:7: style: The scope of the variable 'col' can be reduced. [variableScope]
OpenJade-1.4devel/style/LangObj.cxx:179:11: warning: Member variable 'LangData::level' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/LangObj.cxx:248:3: style: Class 'LangObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenJade-1.4devel/style/LangObj.cxx:248:3: style: Class 'LangObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenJade-1.4devel/style/MacroFlowObj.cxx:142:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/MacroFlowObj.cxx:148:3: style: Class 'UnpackMacroFlowObjInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/MacroFlowObj.cxx:87:8: style: The function 'appendIter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Style.h:85:16: note: Virtual function in base class
OpenJade-1.4devel/style/MacroFlowObj.cxx:87:8: note: Function in derived class
OpenJade-1.4devel/style/MacroFlowObj.cxx:149:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:24:23: note: Virtual function in base class
OpenJade-1.4devel/style/MacroFlowObj.cxx:149:15: note: Function in derived class
OpenJade-1.4devel/style/NumberCache.cxx:26:83: style: Function 'elementNumberAfter' argument 2 names different: declaration 's' definition 'gi'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/NumberCache.h:26:68: note: Function 'elementNumberAfter' argument 2 names different: declaration 's' definition 'gi'.
OpenJade-1.4devel/style/NumberCache.cxx:26:83: note: Function 'elementNumberAfter' argument 2 names different: declaration 's' definition 'gi'.
OpenJade-1.4devel/style/NumberCache.cxx:27:27: style: Function 'elementNumberAfter' argument 3 names different: declaration 'reset' definition 'resetGi'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/NumberCache.h:27:23: note: Function 'elementNumberAfter' argument 3 names different: declaration 'reset' definition 'resetGi'.
OpenJade-1.4devel/style/NumberCache.cxx:27:27: note: Function 'elementNumberAfter' argument 3 names different: declaration 'reset' definition 'resetGi'.
OpenJade-1.4devel/style/NumberCache.cxx:94:78: style: Function 'elementNumber' argument 2 names different: declaration 's' definition 'gi'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/NumberCache.h:23:67: note: Function 'elementNumber' argument 2 names different: declaration 's' definition 'gi'.
OpenJade-1.4devel/style/NumberCache.cxx:94:78: note: Function 'elementNumber' argument 2 names different: declaration 's' definition 'gi'.
OpenJade-1.4devel/style/NumberCache.cxx:198:21: warning: Member variable 'Entry::num' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/NumberCache.cxx:203:28: warning: Member variable 'ElementEntry::subNum' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/ProcessContext.cxx:170:14: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/ProcessContext.cxx:184:40: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/ProcessContext.cxx:217:3: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/ProcessContext.cxx:910:23: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/ProcessContext.cxx:911:6: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/ProcessContext.cxx:940:13: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/ProcessContext.cxx:950:13: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/ProcessContext.cxx:464:21: style: Function 'Connection' argument 3 names different: declaration 'connectableLevel' definition 'connLevel'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/ProcessContext.h:139:53: note: Function 'Connection' argument 3 names different: declaration 'connectableLevel' definition 'connLevel'.
OpenJade-1.4devel/style/ProcessContext.cxx:464:21: note: Function 'Connection' argument 3 names different: declaration 'connectableLevel' definition 'connLevel'.
OpenJade-1.4devel/style/ProcessContext.cxx:500:38: style: Function 'pushPorts' argument 2 names different: declaration 'ports' definition 'labels'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/ProcessContext.h:70:31: note: Function 'pushPorts' argument 2 names different: declaration 'ports' definition 'labels'.
OpenJade-1.4devel/style/ProcessContext.cxx:500:38: note: Function 'pushPorts' argument 2 names different: declaration 'ports' definition 'labels'.
OpenJade-1.4devel/style/ProcessContext.cxx:463:29: warning: Member variable 'Connection::fotb' is not initialized in the constructor. [uninitMemberVar]
OpenJade-1.4devel/style/SosofoObj.h:245:11: style: Member variable 'SetNonInheritedCsSosofoObj::display_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/ProcessContext.cxx:874:35: note: Member variable 'SetNonInheritedCsSosofoObj::display_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/SosofoObj.h:245:11: note: Member variable 'SetNonInheritedCsSosofoObj::display_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:168:12: style: Member variable 'ProcessContext::connectableStackLevel_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/ProcessContext.cxx:52:21: note: Member variable 'ProcessContext::connectableStackLevel_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:168:12: note: Member variable 'ProcessContext::connectableStackLevel_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:116:17: style: Member variable 'Port::fotb' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/ProcessContext.cxx:660:17: note: Member variable 'Port::fotb' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:116:17: note: Member variable 'Port::fotb' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:143:14: style: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/ProcessContext.cxx:471:36: note: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:143:14: note: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:141:16: style: Member variable 'Connection::styleStack' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/ProcessContext.cxx:472:3: note: Member variable 'Connection::styleStack' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:141:16: note: Member variable 'Connection::styleStack' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:143:14: style: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/ProcessContext.cxx:465:42: note: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.h:143:14: note: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessContext.cxx:20:8: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessContext.cxx:20:8: note: Function in derived class
OpenJade-1.4devel/style/ProcessContext.cxx:21:8: style: The function 'charsValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:63:18: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessContext.cxx:21:8: note: Function in derived class
OpenJade-1.4devel/style/ProcessContext.cxx:34:8: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:62:18: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessContext.cxx:34:8: note: Function in derived class
OpenJade-1.4devel/style/ProcessContext.cxx:37:8: style: The function 'charsValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ProcessContext.h:63:18: note: Virtual function in base class
OpenJade-1.4devel/style/ProcessContext.cxx:37:8: note: Function in derived class
OpenJade-1.4devel/style/ProcessingMode.cxx:400:45: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/ProcessingMode.cxx:543:27: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/ProcessingMode.cxx:551:49: style: Function 'ruleAdvance' argument 1 names different: declaration 'nd' definition 'node'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/ProcessingMode.h:167:35: note: Function 'ruleAdvance' argument 1 names different: declaration 'nd' definition 'node'.
OpenJade-1.4devel/style/ProcessingMode.cxx:551:49: note: Function 'ruleAdvance' argument 1 names different: declaration 'nd' definition 'node'.
OpenJade-1.4devel/style/ProcessingMode.cxx:582:49: style: Function 'ruleAdvance' argument 1 names different: declaration 'nd' definition 'node'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/ProcessingMode.h:170:35: note: Function 'ruleAdvance' argument 1 names different: declaration 'nd' definition 'node'.
OpenJade-1.4devel/style/ProcessingMode.cxx:582:49: note: Function 'ruleAdvance' argument 1 names different: declaration 'nd' definition 'node'.
OpenJade-1.4devel/style/ProcessingMode.cxx:613:49: style: Function 'ruleAdvance' argument 1 names different: declaration 'nd' definition 'node'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/ProcessingMode.h:173:35: note: Function 'ruleAdvance' argument 1 names different: declaration 'nd' definition 'node'.
OpenJade-1.4devel/style/ProcessingMode.cxx:613:49: note: Function 'ruleAdvance' argument 1 names different: declaration 'nd' definition 'node'.
OpenJade-1.4devel/style/ProcessingMode.h:57:14: style: Member variable 'Action::defLoc_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/ProcessingMode.cxx:128:26: note: Member variable 'Action::defLoc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessingMode.h:57:14: note: Member variable 'Action::defLoc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessingMode.h:108:21: style: Member variable 'QueryRule::pm_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/ProcessingMode.cxx:216:39: note: Member variable 'QueryRule::pm_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/ProcessingMode.h:108:21: note: Member variable 'QueryRule::pm_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/SchemeParser.cxx:131:55: style: Function 'parseMapSdataEntity' argument 1 names different: declaration 'name' definition 'ename'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/SchemeParser.h:22:43: note: Function 'parseMapSdataEntity' argument 1 names different: declaration 'name' definition 'ename'.
OpenJade-1.4devel/style/SchemeParser.cxx:131:55: note: Function 'parseMapSdataEntity' argument 1 names different: declaration 'name' definition 'ename'.
OpenJade-1.4devel/style/SchemeParser.cxx:131:77: style: Function 'parseMapSdataEntity' argument 2 names different: declaration 'text' definition 'etext'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/SchemeParser.h:22:64: note: Function 'parseMapSdataEntity' argument 2 names different: declaration 'text' definition 'etext'.
OpenJade-1.4devel/style/SchemeParser.cxx:131:77: note: Function 'parseMapSdataEntity' argument 2 names different: declaration 'text' definition 'etext'.
OpenJade-1.4devel/style/SchemeParser.cxx:2746:57: style: Function 'parseSpecialQuery' argument 1 names different: declaration 'expr' definition 'rexp'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/SchemeParser.h:112:45: note: Function 'parseSpecialQuery' argument 1 names different: declaration 'expr' definition 'rexp'.
OpenJade-1.4devel/style/SchemeParser.cxx:2746:57: note: Function 'parseSpecialQuery' argument 1 names different: declaration 'expr' definition 'rexp'.
OpenJade-1.4devel/style/Style.cxx:210:20: style: Function 'InheritedCInfo' argument 3 names different: declaration 'valLevel' definition 'vl'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Style.h:282:13: note: Function 'InheritedCInfo' argument 3 names different: declaration 'valLevel' definition 'vl'.
OpenJade-1.4devel/style/Style.cxx:210:20: note: Function 'InheritedCInfo' argument 3 names different: declaration 'valLevel' definition 'vl'.
OpenJade-1.4devel/style/Style.cxx:211:20: style: Function 'InheritedCInfo' argument 4 names different: declaration 'specLevel' definition 'sl'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Style.h:282:32: note: Function 'InheritedCInfo' argument 4 names different: declaration 'specLevel' definition 'sl'.
OpenJade-1.4devel/style/Style.cxx:211:20: note: Function 'InheritedCInfo' argument 4 names different: declaration 'specLevel' definition 'sl'.
OpenJade-1.4devel/style/Style.cxx:879:12: style: Function 'set' argument 4 names different: declaration 'value' definition 'cacheObj'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Style.h:60:61: note: Function 'set' argument 4 names different: declaration 'value' definition 'cacheObj'.
OpenJade-1.4devel/style/Style.cxx:879:12: note: Function 'set' argument 4 names different: declaration 'value' definition 'cacheObj'.
OpenJade-1.4devel/style/Style.h:286:12: style: Member variable 'InheritedCInfo::valLevel' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Style.cxx:214:24: note: Member variable 'InheritedCInfo::valLevel' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Style.h:286:12: note: Member variable 'InheritedCInfo::valLevel' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Style.h:285:23: style: Member variable 'InheritedCInfo::prev' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/Style.cxx:214:62: note: Member variable 'InheritedCInfo::prev' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Style.h:285:23: note: Member variable 'InheritedCInfo::prev' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/Style.cxx:378:3: style: Class 'CIEXYZColorSpaceObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenJade-1.4devel/style/Style.cxx:378:3: style: Class 'CIEXYZColorSpaceObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenJade-1.4devel/style/Style.cxx:424:3: style: Class 'CIELUVColorSpaceObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenJade-1.4devel/style/Style.cxx:424:3: style: Class 'CIELUVColorSpaceObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenJade-1.4devel/style/Style.cxx:484:3: style: Class 'CIELABColorSpaceObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenJade-1.4devel/style/Style.cxx:484:3: style: Class 'CIELABColorSpaceObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenJade-1.4devel/style/Style.cxx:554:3: style: Class 'CIEABCColorSpaceObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenJade-1.4devel/style/Style.cxx:554:3: style: Class 'CIEABCColorSpaceObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenJade-1.4devel/style/Style.cxx:663:3: style: Class 'CIEAColorSpaceObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenJade-1.4devel/style/Style.cxx:663:3: style: Class 'CIEAColorSpaceObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenJade-1.4devel/style/TransformationMode.h:32:14: style: Member variable 'Action::defLoc_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/TransformationMode.cxx:78:26: note: Member variable 'Action::defLoc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/TransformationMode.h:32:14: note: Member variable 'Action::defLoc_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/TransformationMode.h:53:10: style: Member variable 'Association::priority_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/TransformationMode.cxx:85:15: note: Member variable 'Association::priority_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/TransformationMode.h:53:10: note: Member variable 'Association::priority_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/TransformationMode.h:53:10: style: Member variable 'Association::priority_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/TransformationMode.cxx:92:20: note: Member variable 'Association::priority_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/TransformationMode.h:53:10: note: Member variable 'Association::priority_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/primitive.cxx:3375:21: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/primitive.cxx:3402:20: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/primitive.cxx:3489:21: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/primitive.cxx:3496:14: style: C-style pointer casting [cstyleCast]
OpenJade-1.4devel/style/primitive.cxx:2453:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenJade-1.4devel/style/primitive.cxx:5355:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
OpenJade-1.4devel/style/primitive.cxx:5619:26: style: Function 'installPrimitive' argument 3 names different: declaration 'f' definition 'feature'. [funcArgNamesDifferent]
OpenJade-1.4devel/style/Interpreter.h:753:63: note: Function 'installPrimitive' argument 3 names different: declaration 'f' definition 'feature'.
OpenJade-1.4devel/style/primitive.cxx:5619:26: note: Function 'installPrimitive' argument 3 names different: declaration 'f' definition 'feature'.
OpenJade-1.4devel/style/primitive.cxx:41:11: style: Member variable 'TreeNodeListObj::root_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/primitive.cxx:5642:18: note: Member variable 'TreeNodeListObj::root_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/primitive.cxx:41:11: note: Member variable 'TreeNodeListObj::root_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/primitive.cxx:128:16: style: Member variable 'MapNodeListObj::mapped_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/primitive.cxx:6095:44: note: Member variable 'MapNodeListObj::mapped_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/primitive.cxx:128:16: note: Member variable 'MapNodeListObj::mapped_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/primitive.cxx:114:27: style: Member variable 'Context::processingMode_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/primitive.cxx:6176:3: note: Member variable 'Context::processingMode_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/primitive.cxx:114:27: note: Member variable 'Context::processingMode_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/primitive.cxx:113:13: style: Member variable 'Context::currentNode_' is in the wrong place in the initializer list. [initializerList]
OpenJade-1.4devel/style/primitive.cxx:6177:3: note: Member variable 'Context::currentNode_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/primitive.cxx:113:13: note: Member variable 'Context::currentNode_' is in the wrong place in the initializer list.
OpenJade-1.4devel/style/primitive.cxx:48:3: style: Class 'SubtreeNodeListObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/primitive.cxx:59:3: style: Class 'SubgroveNodeListObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenJade-1.4devel/style/primitive.cxx:34:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:419:19: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:34:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:35:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:420:24: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:35:16: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:36:16: style: The function 'nodeListChunkRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:428:24: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:36:16: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:49:8: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:433:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:49:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:51:8: style: The function 'advance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/primitive.cxx:38:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:51:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:52:8: style: The function 'chunkAdvance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/primitive.cxx:39:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:52:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:53:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/primitive.cxx:40:28: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:53:23: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:60:8: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:433:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:60:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:62:8: style: The function 'advance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/primitive.cxx:38:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:62:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:63:8: style: The function 'chunkAdvance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/primitive.cxx:39:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:63:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:64:24: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/primitive.cxx:40:28: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:64:24: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:71:8: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:433:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:71:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:82:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:419:19: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:82:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:83:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:420:24: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:83:16: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:84:16: style: The function 'nodeListChunkRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:428:24: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:84:16: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:85:8: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:433:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:85:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:94:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:419:19: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:94:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:95:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:420:24: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:95:16: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:96:16: style: The function 'nodeListChunkRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:428:24: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:96:16: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:97:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:97:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:98:8: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:433:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:98:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:122:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:419:19: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:122:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:123:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:420:24: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:123:16: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:124:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:124:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:125:8: style: The function 'suppressError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:432:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:125:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:138:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:419:19: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:138:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:139:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:420:24: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:139:16: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:140:8: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:433:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:140:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:151:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Collector.h:29:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:151:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:154:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:419:19: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:154:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:155:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:420:24: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:155:16: note: Function in derived class
OpenJade-1.4devel/style/primitive.cxx:156:8: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/ELObj.h:433:16: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.cxx:156:8: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:4:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:4:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:5:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:5:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:6:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:6:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:7:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:7:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:8:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:8:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:9:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:9:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:10:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:10:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:11:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:11:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:12:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:12:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:13:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:13:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:14:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:14:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:15:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:15:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:16:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:16:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:17:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:17:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:18:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:18:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:19:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:19:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:20:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:20:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:21:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:21:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:22:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:22:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:23:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:23:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:24:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:24:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:25:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:25:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:26:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:26:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:27:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:27:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:28:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:28:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:29:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:29:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:30:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:30:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:31:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:31:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:32:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:32:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:33:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:33:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:34:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:34:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:35:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:35:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:36:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:36:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:37:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:37:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:38:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:38:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:39:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:39:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:40:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:40:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:41:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:41:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:42:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:42:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:43:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:43:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:44:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:44:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:45:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:45:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:46:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:46:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:47:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:47:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:48:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:48:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:49:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:49:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:50:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:50:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:51:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:51:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:52:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:52:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:53:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:53:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:54:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:54:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:55:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:55:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:56:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:56:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:57:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:57:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:58:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:58:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:59:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:59:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:60:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:60:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:61:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:61:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:62:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:62:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:63:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:63:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:64:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:64:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:65:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:65:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:66:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:66:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:67:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:67:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:68:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:68:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:69:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:69:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:70:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:70:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:71:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:71:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:72:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:72:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:73:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:73:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:74:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:74:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:75:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:75:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:76:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:76:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:78:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:78:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:79:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:79:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:80:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:80:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:81:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:81:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:82:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:82:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:83:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:83:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:84:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:84:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:85:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:85:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:86:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:86:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:87:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:87:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:88:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:88:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:89:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:89:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:90:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:90:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:91:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:91:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:92:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:92:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:93:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:93:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:94:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:94:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:95:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:95:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:96:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:96:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:97:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:97:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:98:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:98:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:99:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:99:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:100:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:100:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:101:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:101:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:102:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:102:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:103:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:103:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:104:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:104:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:105:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:105:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:106:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:106:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:107:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:107:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:108:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:108:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:109:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:109:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:111:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:111:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:112:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:112:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:113:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:113:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:114:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:114:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:115:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:115:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:116:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:116:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:117:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:117:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:118:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:118:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:119:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:119:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:120:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:120:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:121:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:121:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:122:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:122:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:123:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:123:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:124:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:124:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:125:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:125:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:126:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:126:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:127:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:127:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:128:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:128:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:129:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:129:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:130:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:130:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:131:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:131:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:132:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:132:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:133:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:133:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:134:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:134:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:135:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:135:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:136:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:136:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:137:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:137:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:138:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:138:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:139:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:139:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:140:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:140:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:141:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:141:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:142:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:142:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:143:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:143:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:144:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:144:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:145:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:145:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:147:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:147:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:148:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:148:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:149:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:149:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:150:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:150:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:151:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:151:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:152:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:152:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:153:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:153:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:154:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:154:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:155:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:155:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:156:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:156:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:157:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:157:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:158:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:158:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:159:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:159:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:160:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:160:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:161:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:161:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:162:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:162:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:163:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:163:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:164:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:164:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:165:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:165:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:166:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:166:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:167:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:167:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:168:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:168:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:169:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:169:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:170:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:170:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:171:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:171:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:172:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:172:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:173:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:173:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:174:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:174:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:175:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:175:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:176:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:176:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:178:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:178:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:179:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:179:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:180:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:180:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:181:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:181:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:182:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:182:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:184:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:184:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:185:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:185:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:186:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:186:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:187:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:187:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:188:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:188:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:189:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:189:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:190:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:190:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:191:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:191:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:192:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:192:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:193:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:193:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:194:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:194:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:196:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:196:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:197:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:197:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:198:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:198:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:199:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:199:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:200:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:200:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:201:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:201:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:202:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:202:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:203:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:203:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:204:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:204:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:205:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:205:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:206:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:206:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:207:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:207:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:208:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:208:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:209:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:209:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:210:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:210:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:211:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:211:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:212:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:212:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:213:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:213:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:214:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:214:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:215:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:215:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:216:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:216:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:217:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:217:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:218:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:218:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:219:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:219:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:220:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:220:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:221:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:221:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:222:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:222:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:223:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:223:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:224:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:224:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:225:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:225:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:226:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:226:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:227:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:227:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:228:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:228:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:229:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:229:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:230:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:230:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:231:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:231:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:232:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:232:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:233:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:233:1: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:235:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:235:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:237:12: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:237:12: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:238:12: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:238:12: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:239:12: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:239:12: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:240:12: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:240:12: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:242:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:242:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:243:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:243:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:244:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:244:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:245:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:245:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:246:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:246:11: note: Function in derived class
OpenJade-1.4devel/style/primitive.h:247:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenJade-1.4devel/style/Insn.h:363:18: note: Virtual function in base class
OpenJade-1.4devel/style/primitive.h:247:11: note: Function in derived class
[12:49]

ftp://ftp.se.debian.org/debian/pool/main/o/openjade1.3/openjade1.3_1.3.2.orig.tar.gz
openjade-1.3.2/Makefile.lib.CC:9:0: error: syntax error [syntaxError]
openjade-1.3.2/grove/LocNode.h:29:15: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/grove/Node.h:612:12: style: Member variable 'GroveStringList::refCount_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/grove/Node.h:602:33: note: Member variable 'GroveStringList::refCount_' is in the wrong place in the initializer list.
openjade-1.3.2/grove/Node.h:612:12: note: Member variable 'GroveStringList::refCount_' is in the wrong place in the initializer list.
openjade-1.3.2/grove/Node.h:298:6: warning: Class 'Node' which has virtual members does not have a virtual destructor. [virtualDestructor]
openjade-1.3.2/grove/Node.h:413:6: warning: Class 'NodeList' which has virtual members does not have a virtual destructor. [virtualDestructor]
openjade-1.3.2/grove/Node.h:452:6: warning: Class 'NamedNodeList' which has virtual members does not have a virtual destructor. [virtualDestructor]
openjade-1.3.2/grove/Node.h:469:16: style: Technically the member function 'NodePtr::assignOrigin' can be const. [functionConst]
openjade-1.3.2/grove/Node.h:470:16: style: Technically the member function 'NodePtr::assignFirstChild' can be const. [functionConst]
openjade-1.3.2/grove/Node.h:471:16: style: Technically the member function 'NodePtr::assignNextSibling' can be const. [functionConst]
openjade-1.3.2/grove/Node.h:472:16: style: Technically the member function 'NodePtr::assignNextChunkSibling' can be const. [functionConst]
openjade-1.3.2/grove/Node.h:475:16: style: Technically the member function 'NodePtr::assignNextChunkAfter' can be const. [functionConst]
openjade-1.3.2/grove/Node.h:478:16: style: Technically the member function 'NodePtr::assignFirstSibling' can be const. [functionConst]
openjade-1.3.2/grove/Node.h:505:16: style: Technically the member function 'NodeListPtr::assignRest' can be const. [functionConst]
openjade-1.3.2/grove/Node.h:506:16: style: Technically the member function 'NodeListPtr::assignChunkRest' can be const. [functionConst]
openjade-1.3.2/grove/Node.h:610:35: style: Technically the member function 'GroveStringList::iter' can be const. [functionConst]
openjade-1.3.2/grove/Node.h:458:3: style: Class 'NodePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/grove/Node.h:496:3: style: Class 'NodeListPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/grove/Node.h:526:3: style: Class 'NamedNodeListPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/grove/Node.h:575:3: style: Class 'GroveStringLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/grove/Node.h:590:3: style: Class 'ConstGroveStringListIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/grove/Node.h:620:3: style: Class 'GroveStringListPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/grove/Node.cxx:52:13: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/grove/Node.cxx:854:29: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/grove/Node.cxx:892:20: style: The scope of the variable 'tmpPtr' can be reduced. [variableScope]
openjade-1.3.2/grove/Node.cxx:670:42: style: Function 'ref' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
openjade-1.3.2/grove/Node.h:406:42: note: Function 'ref' argument 1 names different: declaration 'i' definition 'n'.
openjade-1.3.2/grove/Node.cxx:670:42: note: Function 'ref' argument 1 names different: declaration 'i' definition 'n'.
openjade-1.3.2/grove/Node.cxx:695:16: style: Member variable 'NodeNameNodeVisitor::nameP' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/grove/Node.cxx:693:39: note: Member variable 'NodeNameNodeVisitor::nameP' is in the wrong place in the initializer list.
openjade-1.3.2/grove/Node.cxx:695:16: note: Member variable 'NodeNameNodeVisitor::nameP' is in the wrong place in the initializer list.
openjade-1.3.2/grove/Node.cxx:697:8: style: The function 'element' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/grove/Node.h:659:16: note: Virtual function in base class
openjade-1.3.2/grove/Node.cxx:697:8: note: Function in derived class
openjade-1.3.2/grove/Node.cxx:701:8: style: The function 'attributeAssignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/grove/Node.h:660:16: note: Virtual function in base class
openjade-1.3.2/grove/Node.cxx:701:8: note: Function in derived class
openjade-1.3.2/grove/Node.cxx:705:8: style: The function 'documentType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/grove/Node.h:665:16: note: Virtual function in base class
openjade-1.3.2/grove/Node.cxx:705:8: note: Function in derived class
openjade-1.3.2/grove/Node.cxx:709:8: style: The function 'entity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/grove/Node.h:666:16: note: Virtual function in base class
openjade-1.3.2/grove/Node.cxx:709:8: note: Function in derived class
openjade-1.3.2/grove/Node.cxx:713:8: style: The function 'notation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/grove/Node.h:667:16: note: Virtual function in base class
openjade-1.3.2/grove/Node.cxx:713:8: note: Function in derived class
openjade-1.3.2/grove/Node.cxx:717:8: style: The function 'elementType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/grove/Node.h:673:16: note: Virtual function in base class
openjade-1.3.2/grove/Node.cxx:717:8: note: Function in derived class
openjade-1.3.2/grove/Node.cxx:721:8: style: The function 'attributeDef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/grove/Node.h:661:16: note: Virtual function in base class
openjade-1.3.2/grove/Node.cxx:721:8: note: Function in derived class
openjade-1.3.2/groveoa/CGroveBuilder.cxx:340:25: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/groveoa/GroveNode.cxx:334:0: error: failed to expand 'ENUM_PROP', Invalid ## usage when expanding 'ENUM_PROP2'. [preprocessorErrorDirective]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3741:80: style: Function 'outputBookmarkName' argument 2 names different: declaration 'elementIndex' definition 'n'. [funcArgNamesDifferent]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:276:67: note: Function 'outputBookmarkName' argument 2 names different: declaration 'elementIndex' definition 'n'.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3741:80: note: Function 'outputBookmarkName' argument 2 names different: declaration 'elementIndex' definition 'n'.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:232:5: warning: Member variable 'Border::thickness' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:232:5: warning: Member variable 'Border::color' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3844:30: warning: Member variable 'CommonFormat::charBorderColor' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3844:30: warning: Member variable 'CommonFormat::charBorderThickness' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3844:30: warning: Member variable 'CommonFormat::charBorderDouble' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:472:5: warning: Member variable 'Cell::backgroundColor' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/jade/TmpOutputByteStream.h:49:12: style: Member variable 'TmpOutputByteStream::nFullBlocks_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:601:23: note: Member variable 'TmpOutputByteStream::nFullBlocks_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TmpOutputByteStream.h:49:12: note: Member variable 'TmpOutputByteStream::nFullBlocks_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:510:14: style: Member variable 'RtfFOTBuilder::mgr_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:738:35: note: Member variable 'RtfFOTBuilder::mgr_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:510:14: note: Member variable 'RtfFOTBuilder::mgr_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:307:15: style: Member variable 'RtfFOTBuilder::inlineState_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:739:3: note: Member variable 'RtfFOTBuilder::inlineState_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:307:15: note: Member variable 'RtfFOTBuilder::inlineState_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:454:7: style: Member variable 'RtfFOTBuilder::accumSpace_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:742:3: note: Member variable 'RtfFOTBuilder::accumSpace_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:454:7: note: Member variable 'RtfFOTBuilder::accumSpace_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:491:12: style: Member variable 'RtfFOTBuilder::tableLevel_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:745:3: note: Member variable 'RtfFOTBuilder::tableLevel_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:491:12: note: Member variable 'RtfFOTBuilder::tableLevel_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:440:12: style: Member variable 'RtfFOTBuilder::nodeLevel_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:746:3: note: Member variable 'RtfFOTBuilder::nodeLevel_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:440:12: note: Member variable 'RtfFOTBuilder::nodeLevel_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:438:12: style: Member variable 'RtfFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:747:3: note: Member variable 'RtfFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:438:12: note: Member variable 'RtfFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:442:8: style: Member variable 'RtfFOTBuilder::boxFirstPara_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:751:3: note: Member variable 'RtfFOTBuilder::boxFirstPara_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:442:8: note: Member variable 'RtfFOTBuilder::boxFirstPara_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:452:30: style: Member variable 'RtfFOTBuilder::fontFamilyCharsetsTable_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:753:3: note: Member variable 'RtfFOTBuilder::fontFamilyCharsetsTable_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:452:30: note: Member variable 'RtfFOTBuilder::fontFamilyCharsetsTable_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:467:8: style: Member variable 'RtfFOTBuilder::addLeftIndent_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:758:3: note: Member variable 'RtfFOTBuilder::addLeftIndent_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:467:8: note: Member variable 'RtfFOTBuilder::addLeftIndent_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:496:8: style: Member variable 'RtfFOTBuilder::doBalance_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:761:3: note: Member variable 'RtfFOTBuilder::doBalance_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:496:8: note: Member variable 'RtfFOTBuilder::doBalance_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:456:8: style: Member variable 'RtfFOTBuilder::hyphenateSuppressed_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:764:3: note: Member variable 'RtfFOTBuilder::hyphenateSuppressed_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:456:8: note: Member variable 'RtfFOTBuilder::hyphenateSuppressed_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:324:9: style: Member variable 'CommonFormat::fontFamily' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3845:41: note: Member variable 'CommonFormat::fontFamily' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:324:9: note: Member variable 'CommonFormat::fontFamily' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:326:9: style: Member variable 'CommonFormat::color' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3847:3: note: Member variable 'CommonFormat::color' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:326:9: note: Member variable 'CommonFormat::color' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:322:10: style: Member variable 'CommonFormat::underline' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3848:3: note: Member variable 'CommonFormat::underline' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:322:10: note: Member variable 'CommonFormat::underline' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:320:10: style: Member variable 'CommonFormat::isSmallCaps' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3849:12: note: Member variable 'CommonFormat::isSmallCaps' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:320:10: note: Member variable 'CommonFormat::isSmallCaps' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:353:9: style: Member variable 'ParaFormat::lineSpacing' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3877:3: note: Member variable 'ParaFormat::lineSpacing' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:353:9: note: Member variable 'ParaFormat::lineSpacing' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:354:10: style: Member variable 'ParaFormat::lineSpacingAtLeast' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3877:40: note: Member variable 'ParaFormat::lineSpacingAtLeast' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:354:10: note: Member variable 'ParaFormat::lineSpacingAtLeast' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:370:12: style: Member variable 'Format::inputWhitespaceTreatment' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3861:3: note: Member variable 'Format::inputWhitespaceTreatment' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:370:12: note: Member variable 'Format::inputWhitespaceTreatment' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:376:10: style: Member variable 'Format::boxHasBorder' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3863:3: note: Member variable 'Format::boxHasBorder' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:376:10: note: Member variable 'Format::boxHasBorder' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:380:10: style: Member variable 'Format::borderOmitAtBreak' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3864:40: note: Member variable 'Format::borderOmitAtBreak' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:380:10: note: Member variable 'Format::borderOmitAtBreak' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:383:10: style: Member variable 'Format::cellTopMargin' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3865:42: note: Member variable 'Format::cellTopMargin' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:383:10: note: Member variable 'Format::cellTopMargin' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:381:10: style: Member variable 'Format::cellBackground' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3867:25: note: Member variable 'Format::cellBackground' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:381:10: note: Member variable 'Format::cellBackground' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:375:10: style: Member variable 'Format::scoreSpaces' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3867:44: note: Member variable 'Format::scoreSpaces' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:375:10: note: Member variable 'Format::scoreSpaces' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:367:10: style: Member variable 'Format::hyphenate' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3867:60: note: Member variable 'Format::hyphenate' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:367:10: note: Member variable 'Format::hyphenate' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:390:10: style: Member variable 'Format::mathInline' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3870:3: note: Member variable 'Format::mathInline' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:390:10: note: Member variable 'Format::mathInline' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:413:10: style: Member variable 'PageFormat::headerMargin' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3885:3: note: Member variable 'PageFormat::headerMargin' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:413:10: note: Member variable 'PageFormat::headerMargin' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:410:10: style: Member variable 'PageFormat::pageHeight' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3886:3: note: Member variable 'PageFormat::pageHeight' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:410:10: note: Member variable 'PageFormat::pageHeight' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:409:10: style: Member variable 'PageFormat::pageWidth' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3886:25: note: Member variable 'PageFormat::pageWidth' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:409:10: note: Member variable 'PageFormat::pageWidth' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:417:10: style: Member variable 'PageFormat::pageNumberRestart' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:3887:28: note: Member variable 'PageFormat::pageNumberRestart' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:417:10: note: Member variable 'PageFormat::pageNumberRestart' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:476:10: style: Member variable 'Cell::valign' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfFOTBuilder.cxx:472:63: note: Member variable 'Cell::valign' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfFOTBuilder.cxx:476:10: note: Member variable 'Cell::valign' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TmpOutputByteStream.h:24:5: style: Class 'Iter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/RtfOle.cxx:70:13: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/jade/RtfOle.cxx:239:63: style: Function 'makeAbsolute' argument 2 names different: declaration 'buf' definition 'fbuf'. [funcArgNamesDifferent]
openjade-1.3.2/jade/RtfOle.cxx:121:63: note: Function 'makeAbsolute' argument 2 names different: declaration 'buf' definition 'fbuf'.
openjade-1.3.2/jade/RtfOle.cxx:239:63: note: Function 'makeAbsolute' argument 2 names different: declaration 'buf' definition 'fbuf'.
openjade-1.3.2/jade/RtfOle.cxx:82:0: style: 'ComPtr < IStorage >::operator=' should return 'ComPtr < IStorage > &'. [operatorEq]
openjade-1.3.2/jade/RtfOle.cxx:82:0: style: 'ComPtr < IPersistStorage >::operator=' should return 'ComPtr < IPersistStorage > &'. [operatorEq]
openjade-1.3.2/jade/RtfOle.cxx:82:0: style: 'ComPtr < IPersistFile >::operator=' should return 'ComPtr < IPersistFile > &'. [operatorEq]
openjade-1.3.2/jade/RtfOle.cxx:82:0: style: 'ComPtr < IDataObject >::operator=' should return 'ComPtr < IDataObject > &'. [operatorEq]
openjade-1.3.2/jade/RtfOle.cxx:72:12: style: Member variable 'MyOleStream::col_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfOle.cxx:51:48: note: Member variable 'MyOleStream::col_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfOle.cxx:72:12: note: Member variable 'MyOleStream::col_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfOle.cxx:107:0: style: Member variable 'GlobalPtr < METAFILEPICT >::p_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/RtfOle.cxx:100:0: note: Member variable 'GlobalPtr < METAFILEPICT >::p_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfOle.cxx:107:0: note: Member variable 'GlobalPtr < METAFILEPICT >::p_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/RtfOle.cxx:51:3: style: Class 'MyOleStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/RtfOle.cxx:100:0: style: Class 'GlobalPtr < METAFILEPICT >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:396:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:1353:47: style: Function 'inlineSpaceC' argument 1 names different: declaration 'name' definition 's'. [funcArgNamesDifferent]
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:309:33: note: Function 'inlineSpaceC' argument 1 names different: declaration 'name' definition 's'.
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:1353:47: note: Function 'inlineSpaceC' argument 1 names different: declaration 'name' definition 's'.
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:1387:50: style: Function 'displaySpaceNIC' argument 1 names different: declaration 'name' definition 's'. [funcArgNamesDifferent]
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:310:36: note: Function 'displaySpaceNIC' argument 1 names different: declaration 'name' definition 's'.
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:1387:50: note: Function 'displaySpaceNIC' argument 1 names different: declaration 'name' definition 's'.
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:328:12: style: Member variable 'SgmlFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:525:3: note: Member variable 'SgmlFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:328:12: note: Member variable 'SgmlFOTBuilder::nPendingElementsNonEmpty_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:26:3: style: Class 'SgmlFOTBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:283:5: style: Struct 'Data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/SgmlFOTBuilder.cxx:289:5: style: Struct 'Units' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:1513:57: warning: Possible null pointer dereference: lowerRow [nullPointer]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:1447:41: note: Calling function 'outVerticalBorders', 2nd argument 'lowerRow' value is 0
openjade-1.3.2/jade/TeXFOTBuilder.cxx:1513:57: note: Null pointer dereference
openjade-1.3.2/jade/TeXFOTBuilder.cxx:759:42: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:1176:8: style: The scope of the variable 'firstPart' can be reduced. [variableScope]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:1176:19: style: The scope of the variable 'lastPart' can be reduced. [variableScope]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:1176:29: style: The scope of the variable 'hasHeader' can be reduced. [variableScope]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:1176:40: style: The scope of the variable 'hasBody' can be reduced. [variableScope]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:1176:49: style: The scope of the variable 'hasFooter' can be reduced. [variableScope]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:3098:17: style: The scope of the variable 'ei' can be reduced. [variableScope]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:981:41: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:991:41: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:586:5: warning: Member variable 'Border::borderPriority' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:586:5: warning: Member variable 'Border::lineRepeat' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:634:5: warning: Member variable 'Column::defaultCellBackground' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:777:5: warning: Member variable 'Table::CurRows' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:871:8: style: Member variable 'TeXFOTBuilder::headingSet_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:2011:16: note: Member variable 'TeXFOTBuilder::headingSet_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:871:8: note: Member variable 'TeXFOTBuilder::headingSet_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:850:7: style: Member variable 'TeXFOTBuilder::inMath_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:2013:2: note: Member variable 'TeXFOTBuilder::inMath_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:850:7: note: Member variable 'TeXFOTBuilder::inMath_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:456:26: style: Member variable 'Format::FotLineSep' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:434:16: note: Member variable 'Format::FotLineSep' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:456:26: note: Member variable 'Format::FotLineSep' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:468:12: style: Member variable 'Format::FotCellBackground' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:447:9: note: Member variable 'Format::FotCellBackground' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:468:12: note: Member variable 'Format::FotCellBackground' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:499:9: style: Member variable 'FotElement::SiblingSeqIdx' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:481:26: note: Member variable 'FotElement::SiblingSeqIdx' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:499:9: note: Member variable 'FotElement::SiblingSeqIdx' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:590:12: style: Member variable 'Border::borderPresent' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:587:63: note: Member variable 'Border::borderPresent' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:590:12: note: Member variable 'Border::borderPresent' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:644:12: style: Member variable 'Column::displayAlignment' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:635:37: note: Member variable 'Column::displayAlignment' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:644:12: note: Member variable 'Column::displayAlignment' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:639:10: style: Member variable 'Column::isExplicit' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:636:9: note: Member variable 'Column::isExplicit' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:639:10: note: Member variable 'Column::isExplicit' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:673:14: style: Member variable 'Cell::nRowsSpanned' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:657:8: note: Member variable 'Cell::nRowsSpanned' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:673:14: note: Member variable 'Cell::nRowsSpanned' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:672:14: style: Member variable 'Cell::nColumnsSpanned' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:657:27: note: Member variable 'Cell::nColumnsSpanned' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:672:14: note: Member variable 'Cell::nColumnsSpanned' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:674:25: style: Member variable 'Cell::beforeRowBorder' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:658:8: note: Member variable 'Cell::beforeRowBorder' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:674:25: note: Member variable 'Cell::beforeRowBorder' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:670:9: style: Member variable 'Cell::TeXTableRowIdx' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:659:29: note: Member variable 'Cell::TeXTableRowIdx' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:670:9: note: Member variable 'Cell::TeXTableRowIdx' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:683:12: style: Member variable 'Cell::rowAlignment' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:666:8: note: Member variable 'Cell::rowAlignment' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:683:12: note: Member variable 'Cell::rowAlignment' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:742:10: style: Member variable 'TablePart::isExplicit' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:740:42: note: Member variable 'TablePart::isExplicit' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:742:10: note: Member variable 'TablePart::isExplicit' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:790:12: style: Member variable 'Table::displayAlignment' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:780:8: note: Member variable 'Table::displayAlignment' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:790:12: note: Member variable 'Table::displayAlignment' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TeXFOTBuilder.cxx:511:10: style: Technically the member function 'TeXFOTBuilder::FotElementState::enforcingStructure' can be const. [functionConst]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:41:3: style: Struct 'LengthInPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:520:5: style: Struct 'AtomicFotElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:600:5: style: Struct 'CellBeforeRowBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:604:5: style: Struct 'CellAfterRowBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:608:5: style: Struct 'CellBeforeColumnBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:612:5: style: Struct 'CellAfterColumnBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:616:5: style: Struct 'TableBeforeRowBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:620:5: style: Struct 'TableAfterRowBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:624:5: style: Struct 'TableBeforeColumnBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:628:5: style: Struct 'TableAfterColumnBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:655:5: style: Struct 'Cell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:723:5: style: Struct 'Row' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:738:5: style: Struct 'TablePart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:777:5: style: Struct 'Table' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:860:5: style: Struct 'ParHead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:78:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:74:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:78:10: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:81:10: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:75:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:81:10: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:97:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:74:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:97:10: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:100:10: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:75:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:100:10: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:521:18: style: The function 'isAtomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:488:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:521:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:522:25: style: The function 'lastClosed_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:493:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:522:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:523:25: style: The function 'currentlyOpen_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:494:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:523:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:526:18: style: The function 'outProlog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:505:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:526:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:528:18: style: The function 'outEpilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:506:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:528:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:537:18: style: The function 'isAtomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:488:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:537:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:538:18: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:486:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:538:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:540:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:487:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:540:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:553:25: style: The function 'currentlyOpen_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:494:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:553:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:556:25: style: The function 'lastClosed_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:493:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:556:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:562:18: style: The function 'outProlog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:505:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:562:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:571:18: style: The function 'outEpilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:506:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:571:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:601:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:601:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:605:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:605:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:609:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:609:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:613:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:613:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:617:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:617:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:621:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:621:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:625:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:625:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:629:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:629:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:691:18: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:538:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:691:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:696:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:540:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:696:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:700:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:700:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:711:25: style: The function 'child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:546:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:711:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:714:18: style: The function 'outProlog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:562:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:714:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:715:18: style: The function 'outEpilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:571:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:715:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:716:10: style: The function 'outContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:504:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:716:10: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:724:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:724:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:728:25: style: The function 'child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:546:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:728:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:732:10: style: The function 'outContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:504:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:732:10: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:760:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:760:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:761:25: style: The function 'child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:546:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:761:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:767:18: style: The function 'outProlog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:562:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:767:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:769:18: style: The function 'outEpilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:571:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:769:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:772:10: style: The function 'outContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:504:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:772:10: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:793:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:489:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:793:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:794:25: style: The function 'child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:546:25: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:794:25: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:802:18: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:538:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:802:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:806:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:540:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:806:18: note: Function in derived class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:822:10: style: The function 'outContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TeXFOTBuilder.cxx:504:18: note: Virtual function in base class
openjade-1.3.2/jade/TeXFOTBuilder.cxx:822:10: note: Function in derived class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:220:27: style: Member variable 'TransformFOTBuilder::topOs_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/jade/TransformFOTBuilder.cxx:330:3: note: Member variable 'TransformFOTBuilder::topOs_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TransformFOTBuilder.cxx:220:27: note: Member variable 'TransformFOTBuilder::topOs_' is in the wrong place in the initializer list.
openjade-1.3.2/jade/TransformFOTBuilder.cxx:44:10: style: The function 'atomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TransformFOTBuilder.cxx:35:18: note: Virtual function in base class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:44:10: note: Function in derived class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:59:10: style: The function 'atomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TransformFOTBuilder.cxx:35:18: note: Virtual function in base class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:59:10: note: Function in derived class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:73:10: style: The function 'atomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TransformFOTBuilder.cxx:35:18: note: Virtual function in base class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:73:10: note: Function in derived class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:105:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TransformFOTBuilder.cxx:39:18: note: Virtual function in base class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:105:10: note: Function in derived class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:119:10: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TransformFOTBuilder.cxx:40:18: note: Virtual function in base class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:119:10: note: Function in derived class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:140:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TransformFOTBuilder.cxx:39:18: note: Virtual function in base class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:140:10: note: Function in derived class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:143:10: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TransformFOTBuilder.cxx:40:18: note: Virtual function in base class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:143:10: note: Function in derived class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:157:10: style: The function 'atomic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/jade/TransformFOTBuilder.cxx:35:18: note: Virtual function in base class
openjade-1.3.2/jade/TransformFOTBuilder.cxx:157:10: note: Function in derived class
openjade-1.3.2/spgrove/GroveApp.h:31:29: style: Member variable 'GenerateEventArgs::eceh_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/spgrove/GroveApp.h:30:20: note: Member variable 'GenerateEventArgs::eceh_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveApp.h:31:29: note: Member variable 'GenerateEventArgs::eceh_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/threads.h:443:7: style: Technically the member function 'Thread::wait' can be const. [functionConst]
openjade-1.3.2/spgrove/threads.h:474:8: performance: Technically the member function 'Condition::pulse' can be static. [functionStatic]
openjade-1.3.2/spgrove/threads.h:475:8: performance: Technically the member function 'Condition::set' can be static. [functionStatic]
openjade-1.3.2/spgrove/threads.h:476:8: performance: Technically the member function 'Condition::wait' can be static. [functionStatic]
openjade-1.3.2/spgrove/threads.h:462:5: style: Class 'Lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/SdNode.h:33:15: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:168:29: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:170:14: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:171:14: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:517:13: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:581:13: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:630:13: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:668:13: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:686:13: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:730:13: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1500:14: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1521:14: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1963:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1990:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1998:11: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:2479:43: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:2923:12: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:2952:12: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:2972:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3078:34: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3186:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3324:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3345:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3406:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3701:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3710:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3932:37: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3948:37: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3964:3: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:4113:37: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:4125:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:4676:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:4677:43: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:4695:3: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:4726:30: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:4820:31: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:4985:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:4994:11: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5012:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5014:13: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5271:12: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5276:12: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5281:12: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5298:32: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5304:32: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5329:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5499:34: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5689:49: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5770:34: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:6190:35: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:6271:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5839:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjade-1.3.2/spgrove/GroveBuilder.cxx:2138:28: style: Function 'GroveBuilderMessageEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'. [funcArgNamesDifferent]
openjade-1.3.2/spgrove/GroveBuilder.cxx:324:90: note: Function 'GroveBuilderMessageEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:2138:28: note: Function 'GroveBuilderMessageEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:2197:28: style: Function 'GroveBuilderEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'. [funcArgNamesDifferent]
openjade-1.3.2/spgrove/GroveBuilder.cxx:339:83: note: Function 'GroveBuilderEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:2197:28: note: Function 'GroveBuilderEventHandler' argument 3 names different: declaration 'msgFmt_' definition 'msgFmt'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:2948:21: style: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'. [funcArgNamesDifferent]
openjade-1.3.2/spgrove/GroveBuilder.cxx:114:79: note: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:2948:21: note: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:2977:54: style: Function 'attributeRef' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
openjade-1.3.2/spgrove/GroveBuilder.cxx:559:43: note: Function 'attributeRef' argument 1 names different: declaration 'i' definition 'n'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:2977:54: note: Function 'attributeRef' argument 1 names different: declaration 'i' definition 'n'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:4662:21: style: Function 'ElementsNodeList' argument 2 names different: declaration 'head' definition 'first'. [funcArgNamesDifferent]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1679:33: note: Function 'ElementsNodeList' argument 2 names different: declaration 'head' definition 'first'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:4662:21: note: Function 'ElementsNodeList' argument 2 names different: declaration 'head' definition 'first'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:5313:45: style: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'. [funcArgNamesDifferent]
openjade-1.3.2/spgrove/GroveBuilder.cxx:85:68: note: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:5313:45: note: Function 'getFollowing' argument 3 names different: declaration 'nNodes' definition 'n'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:5648:66: style: Function 'getConnector' argument 1 names different: declaration 'con' definition 'conn'. [funcArgNamesDifferent]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1400:52: note: Function 'getConnector' argument 1 names different: declaration 'con' definition 'conn'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:5648:66: note: Function 'getConnector' argument 1 names different: declaration 'con' definition 'conn'.
openjade-1.3.2/spgrove/GroveBuilder.cxx:102:1: style: The class 'ElementChunk' does not have a constructor although it has private member variables. [noConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:649:16: style: Unused private function: 'PrologPiChunk::getFirstSibling' [unusedPrivateFunction]
openjade-1.3.2/spgrove/GroveBuilder.cxx:653:16: style: Unused private function: 'EpilogPiChunk::getFirstSibling' [unusedPrivateFunction]
openjade-1.3.2/spgrove/GroveBuilder.cxx:258:11: style: Member variable 'GroveImpl::tailPtr_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/spgrove/GroveBuilder.cxx:2315:3: note: Member variable 'GroveImpl::tailPtr_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:258:11: note: Member variable 'GroveImpl::tailPtr_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:273:11: style: Member variable 'GroveImpl::complete_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/spgrove/GroveBuilder.cxx:2322:3: note: Member variable 'GroveImpl::complete_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:273:11: note: Member variable 'GroveImpl::complete_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:269:11: style: Member variable 'GroveImpl::haveAppinfo_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/spgrove/GroveBuilder.cxx:2326:3: note: Member variable 'GroveImpl::haveAppinfo_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:269:11: note: Member variable 'GroveImpl::haveAppinfo_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:257:14: style: Member variable 'GroveImpl::pendingData_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/spgrove/GroveBuilder.cxx:2327:3: note: Member variable 'GroveImpl::pendingData_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:257:14: note: Member variable 'GroveImpl::pendingData_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:271:17: style: Member variable 'GroveImpl::currentLocOrigin_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/spgrove/GroveBuilder.cxx:2329:3: note: Member variable 'GroveImpl::currentLocOrigin_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:271:17: note: Member variable 'GroveImpl::currentLocOrigin_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:331:14: style: Member variable 'GroveBuilderMessageEventHandler::grove_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/spgrove/GroveBuilder.cxx:2139:14: note: Member variable 'GroveBuilderMessageEventHandler::grove_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:331:14: note: Member variable 'GroveBuilderMessageEventHandler::grove_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:425:12: style: Member variable 'BaseNode::refCount_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/spgrove/GroveBuilder.cxx:431:18: note: Member variable 'BaseNode::refCount_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:425:12: note: Member variable 'BaseNode::refCount_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:1345:19: style: Member variable 'ContentTokenNodeBase::parentModelGroupNode_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/spgrove/GroveBuilder.cxx:5537:48: note: Member variable 'ContentTokenNodeBase::parentModelGroupNode_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:1345:19: note: Member variable 'ContentTokenNodeBase::parentModelGroupNode_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:1865:10: style: Member variable 'ElementTypeCurrentGroupAttributeDefsNodeList::currentGroupIndex_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1852:6: note: Member variable 'ElementTypeCurrentGroupAttributeDefsNodeList::currentGroupIndex_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:1865:10: note: Member variable 'ElementTypeCurrentGroupAttributeDefsNodeList::currentGroupIndex_' is in the wrong place in the initializer list.
openjade-1.3.2/spgrove/GroveBuilder.cxx:233:11: style: Technically the member function 'GroveImpl::haveRootOrigin' can be const. [functionConst]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1996:20: note: Technically the member function 'GroveImpl::haveRootOrigin' can be const.
openjade-1.3.2/spgrove/GroveBuilder.cxx:233:11: note: Technically the member function 'GroveImpl::haveRootOrigin' can be const.
openjade-1.3.2/spgrove/GroveBuilder.cxx:649:16: performance: Technically the member function 'PrologPiChunk::getFirstSibling' can be static. [functionStatic]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3449:29: note: Technically the member function 'PrologPiChunk::getFirstSibling' can be static.
openjade-1.3.2/spgrove/GroveBuilder.cxx:649:16: note: Technically the member function 'PrologPiChunk::getFirstSibling' can be static.
openjade-1.3.2/spgrove/GroveBuilder.cxx:653:16: performance: Technically the member function 'EpilogPiChunk::getFirstSibling' can be static. [functionStatic]
openjade-1.3.2/spgrove/GroveBuilder.cxx:3455:29: note: Technically the member function 'EpilogPiChunk::getFirstSibling' can be static.
openjade-1.3.2/spgrove/GroveBuilder.cxx:653:16: note: Technically the member function 'EpilogPiChunk::getFirstSibling' can be static.
openjade-1.3.2/spgrove/GroveBuilder.cxx:132:3: style: Class 'LocOriginChunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:165:3: style: Class 'GroveImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:304:3: style: Class 'GroveImplPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:532:3: style: Class 'AttElementChunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:549:3: style: Class 'IncludedAttElementChunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:826:3: style: Class 'ElementAttributeOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:853:3: style: Class 'EntityAttributeOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:881:3: style: Class 'ElementTypeAttributeDefOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:907:3: style: Class 'NotationAttributeDefOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1266:3: style: Class 'SgmlConstantsNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1492:3: style: Class 'SiblingNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1588:3: style: Class 'AttributesNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1613:3: style: Class 'ElementsNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1622:3: style: Class 'DocEntitiesNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1631:3: style: Class 'DefaultedEntitiesNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1670:3: style: Class 'DoctypesAndLinktypesNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1702:3: style: Class 'DocEntitiesNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1813:3: style: Class 'AttributeDefsNamedNodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/spgrove/GroveBuilder.cxx:109:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:109:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:110:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:81:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:110:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:111:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:79:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:111:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:113:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:113:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:114:16: style: The function 'getFollowing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:84:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:114:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:133:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:133:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:134:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:79:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:134:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:135:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:81:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:135:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:136:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:136:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:137:16: style: The function 'getFollowing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:84:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:137:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:140:11: style: The function 'getLocOrigin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:89:19: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:140:11: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:445:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:445:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:446:16: style: The function 'getFollowing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:84:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:446:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:449:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:449:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:457:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:457:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:458:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:392:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:458:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:487:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:487:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:488:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:488:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:512:16: style: The function 'getSd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/SdNode.h:26:5: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:512:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:536:5: style: The function 'attributeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:105:5: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:536:5: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:537:11: style: The function 'mustOmitEndTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:106:19: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:537:11: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:538:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:538:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:539:18: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:88:26: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:539:18: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:545:11: style: The function 'included' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:107:19: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:545:11: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:551:11: style: The function 'included' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:107:19: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:551:11: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:588:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:588:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:602:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:602:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:603:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:79:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:603:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:604:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:81:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:604:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:605:16: style: The function 'getFollowing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:84:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:605:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:612:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:612:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:613:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:393:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:613:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:645:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:645:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:675:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:675:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:694:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:694:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:715:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:715:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:716:16: style: The function 'after' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:83:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:716:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:738:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:738:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:752:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:752:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:766:16: style: The function 'setNodePtrFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:77:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:766:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:827:34: style: The function 'attDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:781:42: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:827:34: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:829:5: style: The function 'attributeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:817:5: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:829:5: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:830:16: style: The function 'setNodePtrAttributeOrigin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:819:5: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:830:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:831:9: style: The function 'makeCdataAttributeValueNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:782:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:831:9: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:836:9: style: The function 'makeAttributeValueTokenNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:787:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:836:9: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:840:9: style: The function 'makeAttributeAsgnNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:820:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:840:9: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:842:17: style: The function 'makeOriginNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:791:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:842:17: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:843:24: style: The function 'makeAttributeDefNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:798:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:843:24: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:846:15: style: The function 'attributeOriginId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:809:23: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:846:15: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:854:34: style: The function 'attDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:781:42: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:854:34: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:856:5: style: The function 'attributeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:817:5: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:856:5: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:857:16: style: The function 'setNodePtrAttributeOrigin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:819:5: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:857:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:858:9: style: The function 'makeCdataAttributeValueNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:782:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:858:9: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:863:9: style: The function 'makeAttributeValueTokenNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:787:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:863:9: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:867:9: style: The function 'makeAttributeAsgnNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:820:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:867:9: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:869:24: style: The function 'makeAttributeDefNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:798:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:869:24: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:872:17: style: The function 'makeOriginNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:791:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:872:17: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:873:15: style: The function 'attributeOriginId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:809:23: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:873:15: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:882:34: style: The function 'attDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:781:42: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:882:34: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:883:9: style: The function 'makeCdataAttributeValueNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:782:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:883:9: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:888:9: style: The function 'makeAttributeValueTokenNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:787:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:888:9: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:892:24: style: The function 'makeAttributeDefNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:798:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:892:24: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:895:24: style: The function 'makeAttributeDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:801:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:895:24: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:898:17: style: The function 'makeOriginNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:791:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:898:17: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:899:23: style: The function 'attributeOriginId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:809:23: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:899:23: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:908:42: style: The function 'attDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:781:42: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:908:42: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:909:9: style: The function 'makeCdataAttributeValueNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:782:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:909:9: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:914:9: style: The function 'makeAttributeValueTokenNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:787:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:914:9: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:918:24: style: The function 'makeAttributeDefNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:798:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:918:24: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:921:24: style: The function 'makeAttributeDefList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:801:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:921:24: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:924:17: style: The function 'makeOriginNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:791:17: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:924:17: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:925:23: style: The function 'attributeOriginId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:809:23: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:925:23: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:952:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:952:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:953:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:394:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:953:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:994:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:994:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:995:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:395:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:995:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1077:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1077:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1078:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:396:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1078:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1163:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1163:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1164:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:397:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1164:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1174:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1174:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1175:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:408:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1175:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1191:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1191:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1192:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:398:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1192:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1214:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1214:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1215:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:399:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1215:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1222:21: style: The function 'externalId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1204:29: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1222:21: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1233:21: style: The function 'externalId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1204:29: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1233:21: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1258:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1258:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1259:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:400:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1259:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1274:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1274:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1275:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:401:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1275:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1291:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1291:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1292:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:402:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1292:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1320:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1320:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1321:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:403:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1321:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1361:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1361:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1362:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:405:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1362:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1380:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1380:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1381:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:406:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1381:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1403:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1403:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1404:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:404:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1404:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1426:8: style: The function 'same' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:390:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1426:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1427:8: style: The function 'same2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:407:16: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1427:8: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1591:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1578:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1591:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1616:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1578:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1616:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1625:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1578:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1625:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1634:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1578:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1634:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1642:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1578:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1642:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1652:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1578:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1652:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1662:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1578:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1662:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1672:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1578:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1672:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1735:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1578:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1735:16: note: Function in derived class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1816:16: style: The function 'namedNodeU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/spgrove/GroveBuilder.cxx:1578:24: note: Virtual function in base class
openjade-1.3.2/spgrove/GroveBuilder.cxx:1816:16: note: Function in derived class
openjade-1.3.2/style/Collector.h:157:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Collector.h:158:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Collector.h:159:19: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Collector.cxx:281:4: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Collector.h:23:5: warning: Member variable 'Object::prev_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Collector.h:23:5: warning: Member variable 'Object::next_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Collector.h:23:5: warning: Member variable 'Object::color_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Collector.h:23:5: warning: Member variable 'Object::hasFinalizer_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Collector.h:23:5: warning: Member variable 'Object::hasSubObjects_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Collector.h:26:5: warning: Member variable 'Object::prev_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Collector.h:26:5: warning: Member variable 'Object::next_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Collector.h:26:5: warning: Member variable 'Object::color_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Collector.h:26:5: warning: Member variable 'Object::hasFinalizer_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Collector.h:26:5: warning: Member variable 'Object::readOnly_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Collector.h:60:5: style: 'DynamicRoot::operator=' should return 'DynamicRoot &'. [operatorEq]
openjade-1.3.2/style/Collector.h:109:11: style: Member variable 'Collector::lastTraced_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Collector.cxx:15:15: note: Member variable 'Collector::lastTraced_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Collector.h:109:11: note: Member variable 'Collector::lastTraced_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Collector.h:100:8: style: Technically the member function 'Collector::objectMaybeLive' can be const. [functionConst]
openjade-1.3.2/style/Collector.h:233:17: note: Technically the member function 'Collector::objectMaybeLive' can be const.
openjade-1.3.2/style/Collector.h:100:8: note: Technically the member function 'Collector::objectMaybeLive' can be const.
openjade-1.3.2/style/Collector.h:118:8: style: Technically the member function 'Collector::check' can be const. [functionConst]
openjade-1.3.2/style/Collector.cxx:73:17: note: Technically the member function 'Collector::check' can be const.
openjade-1.3.2/style/Collector.h:118:8: note: Technically the member function 'Collector::check' can be const.
openjade-1.3.2/style/Collector.h:88:3: style: Class 'Collector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Collector.h:56:5: style: Class 'DynamicRoot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Collector.h:16:3: warning: The class 'Object' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/Collector.h:75:10: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:58:18: note: Virtual function in base class
openjade-1.3.2/style/Collector.h:75:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:177:5: style: Struct 'LengthSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:961:5: style: Struct 'NoArgCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1083:5: style: Struct 'CharacterCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1094:5: style: Struct 'StartParagraphCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1099:5: style: Struct 'ParagraphBreakCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1104:5: style: Struct 'StartDisplayGroupCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1109:5: style: Struct 'StartBoxCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1114:5: style: Struct 'StartLineFieldCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1119:5: style: Struct 'ExternalGraphicCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1124:5: style: Struct 'RuleCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1129:5: style: Struct 'StartLeaderCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1134:5: style: Struct 'StartTableCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1139:5: style: Struct 'TableColumnCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1144:5: style: Struct 'StartTableCellCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1149:5: style: Struct 'StartLinkCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1154:5: style: Struct 'SetGlyphSubstTableCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1159:5: style: Struct 'StartGridCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1164:5: style: Struct 'StartGridCellCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1169:5: style: Struct 'RadicalRadicalCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1181:5: style: Struct 'EndExtensionCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1196:3: style: Struct 'StartSimplePageSequenceCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:1239:3: style: Struct 'StartRadicalCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FOTBuilder.h:678:31: style: The function 'asCompoundExtensionFlowObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:670:39: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:678:31: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:679:37: style: The function 'asCompoundExtensionFlowObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:671:45: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:679:37: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:714:19: style: The function 'asSaveFOTBuilder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:366:27: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:714:19: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:716:8: style: The function 'characters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:374:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:716:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:717:8: style: The function 'charactersFromNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:378:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:717:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:718:8: style: The function 'character' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:379:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:718:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:720:8: style: The function 'externalGraphic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:381:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:720:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:721:8: style: The function 'rule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:382:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:721:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:722:8: style: The function 'alignmentPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:383:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:722:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:723:8: style: The function 'formattingInstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:386:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:723:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:724:8: style: The function 'startSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:388:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:724:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:725:8: style: The function 'endSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:389:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:725:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:727:8: style: The function 'endLineField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:391:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:727:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:729:8: style: The function 'endParagraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:393:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:729:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:730:8: style: The function 'startDisplayGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:394:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:730:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:731:8: style: The function 'endDisplayGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:395:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:731:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:732:8: style: The function 'startScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:396:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:732:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:733:8: style: The function 'endScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:397:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:733:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:734:8: style: The function 'startLink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:398:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:734:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:735:8: style: The function 'endLink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:399:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:735:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:736:8: style: The function 'startMultiMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:402:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:736:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:739:8: style: The function 'endMultiMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:405:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:739:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:740:8: style: The function 'startMarginalia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:400:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:740:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:741:8: style: The function 'endMarginalia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:401:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:741:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:742:8: style: The function 'startScore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:406:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:742:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:743:8: style: The function 'startScore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:407:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:743:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:744:8: style: The function 'startScore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:406:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:744:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:745:8: style: The function 'endScore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:409:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:745:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:746:8: style: The function 'startLeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:410:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:746:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:747:8: style: The function 'endLeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:411:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:747:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:748:8: style: The function 'startSideline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:412:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:748:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:749:8: style: The function 'endSideline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:413:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:749:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:750:8: style: The function 'startBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:414:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:750:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:751:8: style: The function 'endBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:415:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:751:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:752:8: style: The function 'startSimplePageSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:510:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:752:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:753:8: style: The function 'endSimplePageSequenceHeaderFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:511:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:753:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:754:8: style: The function 'endSimplePageSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:512:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:754:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:756:8: style: The function 'pageNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:515:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:756:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:758:8: style: The function 'startMathSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:438:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:758:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:759:8: style: The function 'endMathSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:439:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:759:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:760:8: style: The function 'startFraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:440:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:760:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:761:8: style: The function 'fractionBar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:443:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:761:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:762:8: style: The function 'endFraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:444:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:762:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:763:8: style: The function 'startUnmath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:445:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:763:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:764:8: style: The function 'endUnmath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:446:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:764:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:765:8: style: The function 'startSuperscript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:447:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:765:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:766:8: style: The function 'endSuperscript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:448:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:766:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:767:8: style: The function 'startSubscript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:449:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:767:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:768:8: style: The function 'endSubscript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:450:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:768:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:769:8: style: The function 'startScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:451:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:769:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:775:8: style: The function 'endScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:457:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:775:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:776:8: style: The function 'startMark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:458:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:776:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:777:8: style: The function 'endMark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:459:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:777:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:778:8: style: The function 'startFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:460:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:778:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:779:8: style: The function 'endFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:461:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:779:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:780:8: style: The function 'startRadical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:462:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:780:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:781:8: style: The function 'endRadical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:466:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:781:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:782:8: style: The function 'radicalRadical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:464:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:782:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:783:8: style: The function 'radicalRadicalDefaulted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:465:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:783:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:784:8: style: The function 'startMathOperator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:467:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:784:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:787:8: style: The function 'endMathOperator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:470:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:787:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:788:8: style: The function 'startGrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:477:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:788:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:789:8: style: The function 'endGrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:478:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:789:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:790:8: style: The function 'startGridCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:485:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:790:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:791:8: style: The function 'endGridCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:486:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:791:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:794:8: style: The function 'startTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:417:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:794:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:795:8: style: The function 'endTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:418:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:795:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:796:8: style: The function 'tableBeforeRowBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:421:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:796:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:797:8: style: The function 'tableAfterRowBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:422:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:797:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:798:8: style: The function 'tableBeforeColumnBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:423:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:798:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:799:8: style: The function 'tableAfterColumnBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:424:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:799:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:801:8: style: The function 'endTablePart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:426:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:801:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:802:8: style: The function 'tableColumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:427:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:802:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:803:8: style: The function 'startTableRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:428:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:803:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:804:8: style: The function 'endTableRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:429:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:804:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:805:8: style: The function 'startTableCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:430:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:805:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:806:8: style: The function 'endTableCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:431:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:806:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:807:8: style: The function 'tableCellBeforeRowBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:432:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:807:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:808:8: style: The function 'tableCellAfterRowBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:433:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:808:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:809:8: style: The function 'tableCellBeforeColumnBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:434:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:809:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:810:8: style: The function 'tableCellAfterColumnBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:435:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:810:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:812:8: style: The function 'setFontSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:520:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:812:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:813:8: style: The function 'setFontFamilyName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:521:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:813:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:814:8: style: The function 'setFontWeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:522:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:814:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:815:8: style: The function 'setFontPosture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:523:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:815:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:816:8: style: The function 'setStartIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:524:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:816:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:817:8: style: The function 'setEndIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:525:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:817:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:818:8: style: The function 'setFirstLineStartIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:526:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:818:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:819:8: style: The function 'setLastLineEndIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:527:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:819:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:820:8: style: The function 'setLineSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:528:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:820:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:821:8: style: The function 'setFieldWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:529:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:821:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:822:8: style: The function 'setLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:531:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:822:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:823:8: style: The function 'setQuadding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:532:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:823:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:824:8: style: The function 'setDisplayAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:533:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:824:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:825:8: style: The function 'setFieldAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:534:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:825:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:826:8: style: The function 'setColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:535:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:826:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:827:8: style: The function 'setBackgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:537:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:827:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:828:8: style: The function 'setBackgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:536:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:828:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:829:8: style: The function 'setPageWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:643:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:829:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:830:8: style: The function 'setPageHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:644:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:830:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:831:8: style: The function 'setLeftMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:645:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:831:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:832:8: style: The function 'setRightMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:646:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:832:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:833:8: style: The function 'setTopMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:647:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:833:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:834:8: style: The function 'setBottomMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:648:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:834:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:835:8: style: The function 'setHeaderMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:649:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:835:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:836:8: style: The function 'setFooterMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:650:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:836:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:837:8: style: The function 'setBorderPresent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:538:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:837:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:838:8: style: The function 'setLineThickness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:539:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:838:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:839:8: style: The function 'setCellBeforeRowMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:540:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:839:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:840:8: style: The function 'setCellAfterRowMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:541:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:840:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:841:8: style: The function 'setCellBeforeColumnMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:542:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:841:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:842:8: style: The function 'setCellAfterColumnMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:543:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:842:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:843:8: style: The function 'setLineSep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:544:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:843:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:844:8: style: The function 'setBoxSizeBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:545:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:844:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:845:8: style: The function 'setBoxSizeAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:546:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:845:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:846:8: style: The function 'setPositionPointShift' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:547:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:846:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:847:8: style: The function 'setStartMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:548:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:847:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:848:8: style: The function 'setEndMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:549:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:848:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:849:8: style: The function 'setSidelineSep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:550:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:849:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:850:8: style: The function 'setAsisWrapIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:551:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:850:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:851:8: style: The function 'setLineNumberSep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:552:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:851:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:852:8: style: The function 'setLastLineJustifyLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:553:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:852:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:853:8: style: The function 'setJustifyGlyphSpaceMaxAdd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:554:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:853:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:854:8: style: The function 'setJustifyGlyphSpaceMaxRemove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:555:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:854:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:855:8: style: The function 'setTableCornerRadius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:556:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:855:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:856:8: style: The function 'setBoxCornerRadius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:557:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:856:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:857:8: style: The function 'setMarginaliaSep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:530:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:857:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:858:8: style: The function 'setMinPreLineSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:558:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:858:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:859:8: style: The function 'setMinPostLineSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:559:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:859:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:860:8: style: The function 'setMinLeading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:560:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:860:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:861:8: style: The function 'setInhibitLineBreaks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:561:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:861:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:862:8: style: The function 'setHyphenate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:562:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:862:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:863:8: style: The function 'setKern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:563:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:863:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:864:8: style: The function 'setLigature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:564:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:864:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:865:8: style: The function 'setScoreSpaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:565:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:865:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:866:8: style: The function 'setFloatOutMarginalia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:566:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:866:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:867:8: style: The function 'setFloatOutSidelines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:567:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:867:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:868:8: style: The function 'setFloatOutLineNumbers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:568:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:868:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:869:8: style: The function 'setCellBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:569:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:869:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:870:8: style: The function 'setSpanWeak' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:570:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:870:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:871:8: style: The function 'setIgnoreRecordEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:571:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:871:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:872:8: style: The function 'setNumberedLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:572:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:872:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:873:8: style: The function 'setHangingPunct' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:573:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:873:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:874:8: style: The function 'setBoxOpenEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:574:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:874:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:875:8: style: The function 'setTruncateLeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:575:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:875:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:876:8: style: The function 'setAlignLeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:576:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:876:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:877:8: style: The function 'setTablePartOmitMiddleHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:577:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:877:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:878:8: style: The function 'setTablePartOmitMiddleFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:578:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:878:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:879:8: style: The function 'setBorderOmitAtBreak' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:579:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:879:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:880:8: style: The function 'setPrincipalModeSimultaneous' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:580:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:880:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:881:8: style: The function 'setMarginaliaKeepWithPrevious' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:581:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:881:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:882:8: style: The function 'setGridEquidistantRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:582:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:882:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:883:8: style: The function 'setGridEquidistantColumns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:583:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:883:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:884:8: style: The function 'setLineJoin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:584:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:884:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:885:8: style: The function 'setLineCap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:585:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:885:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:886:8: style: The function 'setLineNumberSide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:586:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:886:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:887:8: style: The function 'setKernMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:587:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:887:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:888:8: style: The function 'setInputWhitespaceTreatment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:588:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:888:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:889:8: style: The function 'setFillingDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:589:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:889:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:890:8: style: The function 'setWritingMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:590:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:890:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:891:8: style: The function 'setLastLineQuadding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:591:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:891:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:892:8: style: The function 'setMathDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:592:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:892:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:893:8: style: The function 'setScriptPreAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:593:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:893:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:894:8: style: The function 'setScriptPostAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:594:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:894:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:895:8: style: The function 'setScriptMidSupAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:595:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:895:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:896:8: style: The function 'setScriptMidSubAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:596:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:896:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:897:8: style: The function 'setNumeratorAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:597:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:897:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:898:8: style: The function 'setDenominatorAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:598:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:898:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:899:8: style: The function 'setGridPositionCellType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:599:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:899:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:900:8: style: The function 'setGridColumnAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:600:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:900:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:901:8: style: The function 'setGridRowAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:601:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:901:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:902:8: style: The function 'setBoxType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:602:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:902:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:903:8: style: The function 'setGlyphAlignmentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:603:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:903:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:904:8: style: The function 'setBoxBorderAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:604:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:904:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:905:8: style: The function 'setCellRowAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:605:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:905:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:906:8: style: The function 'setBorderAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:606:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:906:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:907:8: style: The function 'setSidelineSide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:607:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:907:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:908:8: style: The function 'setHyphenationKeep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:608:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:908:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:909:8: style: The function 'setFontStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:609:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:909:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:910:8: style: The function 'setFontProportionateWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:610:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:910:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:911:8: style: The function 'setCellCrossed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:611:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:911:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:912:8: style: The function 'setMarginaliaSide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:612:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:912:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:913:8: style: The function 'setLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:613:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:913:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:914:8: style: The function 'setBackgroundLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:614:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:914:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:915:8: style: The function 'setBorderPriority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:615:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:915:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:916:8: style: The function 'setLineRepeat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:616:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:916:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:917:8: style: The function 'setSpan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:617:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:917:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:918:8: style: The function 'setMinLeaderRepeat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:618:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:918:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:919:8: style: The function 'setHyphenationRemainCharCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:619:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:919:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:920:8: style: The function 'setHyphenationPushCharCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:620:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:920:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:921:8: style: The function 'setWidowCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:621:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:921:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:922:8: style: The function 'setOrphanCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:622:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:922:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:923:8: style: The function 'setExpandTabs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:624:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:923:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:924:8: style: The function 'setHyphenationLadderCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:625:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:924:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:934:8: style: The function 'setLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:637:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:934:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:935:8: style: The function 'setCountry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:638:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:935:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:936:8: style: The function 'setEscapementSpaceBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:639:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:936:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:937:8: style: The function 'setEscapementSpaceAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:640:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:937:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:938:8: style: The function 'setGlyphSubstTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:652:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:938:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:939:8: style: The function 'startNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:655:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:939:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:940:8: style: The function 'endNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:656:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:940:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:941:8: style: The function 'currentNodePageNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:657:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:941:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:942:8: style: The function 'extensionSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:686:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:942:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:943:8: style: The function 'extensionSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:686:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:943:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:944:8: style: The function 'extensionSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:686:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:944:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:945:8: style: The function 'extension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:691:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:945:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:946:8: style: The function 'startExtension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:692:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:946:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:949:8: style: The function 'endExtension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:695:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:949:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:962:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:962:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:968:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:968:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:975:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:975:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:982:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:982:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:989:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:989:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:996:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:996:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1003:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1003:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1010:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1010:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1017:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1017:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1024:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1024:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1031:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1031:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1038:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1038:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1045:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1045:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1052:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1052:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1059:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1059:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1066:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1066:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1072:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1072:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1079:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1079:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1084:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1084:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1089:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1089:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1095:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1095:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1100:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1100:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1105:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1105:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1110:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1110:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1115:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1115:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1120:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1120:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1125:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1125:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1130:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1130:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1135:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1135:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1140:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1140:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1145:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1145:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1150:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1150:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1155:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1155:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1160:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1160:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1165:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1165:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1170:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1170:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1176:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1176:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1183:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1183:10: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1197:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1197:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1203:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1203:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1215:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1215:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1226:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1226:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1233:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1233:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1240:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1240:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1248:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1248:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1256:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1256:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1266:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1266:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1277:8: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:953:18: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1277:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1289:8: style: The function 'startSimplePageSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:510:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1289:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1290:8: style: The function 'endSimplePageSequenceHeaderFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:511:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1290:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1291:8: style: The function 'endSimplePageSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:512:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1291:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1294:8: style: The function 'endTablePart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:426:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1294:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1295:8: style: The function 'startFraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:440:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1295:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1296:8: style: The function 'endFraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:444:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1296:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1297:8: style: The function 'startScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:451:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1297:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1303:8: style: The function 'endScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:457:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1303:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1304:8: style: The function 'startMark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:458:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1304:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1305:8: style: The function 'endMark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:459:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1305:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1306:8: style: The function 'startFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:460:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1306:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1307:8: style: The function 'endFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:461:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1307:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1308:8: style: The function 'startRadical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:462:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1308:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1309:8: style: The function 'endRadical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:466:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1309:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1310:8: style: The function 'startMathOperator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:467:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1310:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1313:8: style: The function 'endMathOperator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:470:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1313:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1314:8: style: The function 'startMultiMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:402:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1314:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1317:8: style: The function 'endMultiMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:405:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1317:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1318:8: style: The function 'startExtension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:692:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1318:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1321:8: style: The function 'endExtension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:695:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1321:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1326:16: style: The function 'endSimplePageSequenceHeaderFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:511:16: note: Virtual function in base class
openjade-1.3.2/style/FOTBuilder.h:1326:16: note: Function in derived class
openjade-1.3.2/style/DssslApp.h:21:8: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/GroveManager.h:22:16: note: Virtual function in base class
openjade-1.3.2/style/DssslApp.h:21:8: note: Function in derived class
openjade-1.3.2/style/DssslApp.h:24:8: style: The function 'readEntity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/GroveManager.h:24:16: note: Virtual function in base class
openjade-1.3.2/style/DssslApp.h:24:8: note: Function in derived class
openjade-1.3.2/style/DssslApp.h:25:8: style: The function 'mapSysid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/GroveManager.h:25:16: note: Virtual function in base class
openjade-1.3.2/style/DssslApp.h:25:8: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.h:1065:47: performance: Function parameter 'is' should be passed by const reference. [passedByValue]
openjade-1.3.2/style/DssslSpecEventHandler.cxx:32:24: warning: Member variable 'DssslSpecEventHandler::gotArc_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/DssslSpecEventHandler.cxx:32:24: warning: Member variable 'DssslSpecEventHandler::parser_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/DssslSpecEventHandler.cxx:32:24: warning: Member variable 'DssslSpecEventHandler::charset_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/DssslSpecEventHandler.h:165:10: style: Member variable 'Doc::loaded_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/DssslSpecEventHandler.cxx:428:18: note: Member variable 'Doc::loaded_' is in the wrong place in the initializer list.
openjade-1.3.2/style/DssslSpecEventHandler.h:165:10: note: Member variable 'Doc::loaded_' is in the wrong place in the initializer list.
openjade-1.3.2/style/DssslSpecEventHandler.h:172:3: style: Class 'DssslSpecEventHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/DssslSpecEventHandler.h:35:5: style: Class 'ImmediateBodyElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/DssslSpecEventHandler.h:43:5: style: Class 'EntityBodyElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/DssslSpecEventHandler.h:70:5: style: Class 'DeclarationElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/DssslSpecEventHandler.h:116:5: style: Class 'ExternalPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/DssslSpecEventHandler.h:124:5: style: Class 'ExternalFirstPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/DssslSpecEventHandler.h:134:5: style: Class 'Part' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/DssslSpecEventHandler.h:155:5: style: Class 'Doc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/DssslSpecEventHandler.cxx:20:3: style: Class 'TextInputSourceOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/DssslSpecEventHandler.h:36:10: style: The function 'makeInputSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/DssslSpecEventHandler.h:30:18: note: Virtual function in base class
openjade-1.3.2/style/DssslSpecEventHandler.h:36:10: note: Function in derived class
openjade-1.3.2/style/DssslSpecEventHandler.h:44:10: style: The function 'makeInputSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/DssslSpecEventHandler.h:30:18: note: Virtual function in base class
openjade-1.3.2/style/DssslSpecEventHandler.h:44:10: note: Function in derived class
openjade-1.3.2/style/DssslSpecEventHandler.h:117:11: style: The function 'resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/DssslSpecEventHandler.h:111:19: note: Virtual function in base class
openjade-1.3.2/style/DssslSpecEventHandler.h:117:11: note: Function in derived class
openjade-1.3.2/style/DssslSpecEventHandler.h:125:11: style: The function 'resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/DssslSpecEventHandler.h:111:19: note: Virtual function in base class
openjade-1.3.2/style/DssslSpecEventHandler.h:125:11: note: Function in derived class
openjade-1.3.2/style/DssslSpecEventHandler.h:144:11: style: The function 'resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/DssslSpecEventHandler.h:111:19: note: Virtual function in base class
openjade-1.3.2/style/DssslSpecEventHandler.h:144:11: note: Function in derived class
openjade-1.3.2/style/Pattern.h:267:35: style: Function 'mustHaveGi' argument 1 names different: declaration 'str' definition 'gi'. [funcArgNamesDifferent]
openjade-1.3.2/style/Pattern.h:168:28: note: Function 'mustHaveGi' argument 1 names different: declaration 'str' definition 'gi'.
openjade-1.3.2/style/Pattern.h:267:35: note: Function 'mustHaveGi' argument 1 names different: declaration 'str' definition 'gi'.
openjade-1.3.2/style/Style.h:386:22: style: Function 'actual' argument 3 names different: declaration 'dependencies' definition 'dep'. [funcArgNamesDifferent]
openjade-1.3.2/style/Style.h:313:19: note: Function 'actual' argument 3 names different: declaration 'dependencies' definition 'dep'.
openjade-1.3.2/style/Style.h:386:22: note: Function 'actual' argument 3 names different: declaration 'dependencies' definition 'dep'.
openjade-1.3.2/style/Interpreter.h:865:29: style: Function 'ELObjPart' argument 1 names different: declaration 'x' definition 'o'. [funcArgNamesDifferent]
openjade-1.3.2/style/Interpreter.h:280:20: note: Function 'ELObjPart' argument 1 names different: declaration 'x' definition 'o'.
openjade-1.3.2/style/Interpreter.h:865:29: note: Function 'ELObjPart' argument 1 names different: declaration 'x' definition 'o'.
openjade-1.3.2/style/Interpreter.h:865:41: style: Function 'ELObjPart' argument 2 names different: declaration 'y' definition 'p'. [funcArgNamesDifferent]
openjade-1.3.2/style/Interpreter.h:280:32: note: Function 'ELObjPart' argument 2 names different: declaration 'y' definition 'p'.
openjade-1.3.2/style/Interpreter.h:865:41: note: Function 'ELObjPart' argument 2 names different: declaration 'y' definition 'p'.
openjade-1.3.2/style/ELObj.cxx:703:27: style: Function 'LengthObj' argument 1 names different: declaration 'units' definition 'n'. [funcArgNamesDifferent]
openjade-1.3.2/style/ELObj.h:279:18: note: Function 'LengthObj' argument 1 names different: declaration 'units' definition 'n'.
openjade-1.3.2/style/ELObj.cxx:703:27: note: Function 'LengthObj' argument 1 names different: declaration 'units' definition 'n'.
openjade-1.3.2/style/Insn.h:359:3: warning: Member variable 'PrimitiveObj::ident_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Interpreter.h:281:3: style: 'ELObjPart::operator=' should return 'ELObjPart &'. [operatorEq]
openjade-1.3.2/style/ELObj.h:372:9: style: Member variable 'UnresolvedLengthObj::unit_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/ELObj.cxx:901:31: note: Member variable 'UnresolvedLengthObj::unit_' is in the wrong place in the initializer list.
openjade-1.3.2/style/ELObj.h:372:9: note: Member variable 'UnresolvedLengthObj::unit_' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessingMode.h:44:14: style: Member variable 'Specificity::ruleType_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/ProcessingMode.h:142:37: note: Member variable 'Specificity::ruleType_' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessingMode.h:44:14: note: Member variable 'Specificity::ruleType_' is in the wrong place in the initializer list.
openjade-1.3.2/style/ELObj.h:225:8: style: Technically the member function 'CharObj::ch' can be const. [functionConst]
openjade-1.3.2/style/ELObj.h:557:15: note: Technically the member function 'CharObj::ch' can be const.
openjade-1.3.2/style/ELObj.h:225:8: note: Technically the member function 'CharObj::ch' can be const.
openjade-1.3.2/style/Insn.h:339:7: style: Technically the member function 'FunctionObj::totalArgs' can be const. [functionConst]
openjade-1.3.2/style/Insn.h:543:18: note: Technically the member function 'FunctionObj::totalArgs' can be const.
openjade-1.3.2/style/Insn.h:339:7: note: Technically the member function 'FunctionObj::totalArgs' can be const.
openjade-1.3.2/style/Insn.h:340:7: style: Technically the member function 'FunctionObj::nRequiredArgs' can be const. [functionConst]
openjade-1.3.2/style/Insn.h:519:18: note: Technically the member function 'FunctionObj::nRequiredArgs' can be const.
openjade-1.3.2/style/Insn.h:340:7: note: Technically the member function 'FunctionObj::nRequiredArgs' can be const.
openjade-1.3.2/style/Insn.h:341:7: style: Technically the member function 'FunctionObj::nOptionalArgs' can be const. [functionConst]
openjade-1.3.2/style/Insn.h:525:18: note: Technically the member function 'FunctionObj::nOptionalArgs' can be const.
openjade-1.3.2/style/Insn.h:341:7: note: Technically the member function 'FunctionObj::nOptionalArgs' can be const.
openjade-1.3.2/style/Insn.h:342:7: style: Technically the member function 'FunctionObj::nKeyArgs' can be const. [functionConst]
openjade-1.3.2/style/Insn.h:537:18: note: Technically the member function 'FunctionObj::nKeyArgs' can be const.
openjade-1.3.2/style/Insn.h:342:7: note: Technically the member function 'FunctionObj::nKeyArgs' can be const.
openjade-1.3.2/style/Insn.h:343:8: style: Technically the member function 'FunctionObj::restArg' can be const. [functionConst]
openjade-1.3.2/style/Insn.h:531:19: note: Technically the member function 'FunctionObj::restArg' can be const.
openjade-1.3.2/style/Insn.h:343:8: note: Technically the member function 'FunctionObj::restArg' can be const.
openjade-1.3.2/style/ELObj.h:169:3: style: Class 'SymbolObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:184:3: style: Class 'KeywordObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:214:3: style: Class 'VectorObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:231:3: style: Class 'CharObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:242:3: style: Class 'StringObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:261:3: style: Class 'IntegerObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:267:3: style: Class 'RealObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:279:3: style: Class 'LengthObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:306:3: style: Class 'LengthSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:326:3: style: Class 'LengthSpecObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:337:3: style: Class 'DisplaySpaceObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:349:3: style: Class 'InlineSpaceObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:378:3: style: Class 'GlyphIdObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:390:3: style: Class 'GlyphSubstTableObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:447:3: style: Class 'NodePtrNodeListObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:462:3: style: Class 'NodeListPtrNodeListObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.h:477:3: style: Class 'NamedNodeListPtrNodeListObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn.h:38:3: style: Class 'CondFailInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn.h:46:3: style: Class 'CaseFailInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn.h:109:3: style: Class 'PopInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn.h:117:3: style: Class 'ConsInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn.h:329:3: style: Class 'ReturnInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn.h:433:3: style: Class 'BoxObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn.h:459:3: style: Class 'UnboxInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn.h:477:3: style: Class 'BoxInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn.h:512:3: style: Class 'ListToVectorInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Expression.h:42:3: style: Class 'BoundVarList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Expression.h:176:3: style: Class 'CondFailExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Pattern.h:163:3: style: Class 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Pattern.h:45:5: style: Class 'IdQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Pattern.h:53:5: style: Class 'ClassQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Pattern.h:61:5: style: Class 'AttributeHasValueQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Pattern.h:69:5: style: Class 'AttributeMissingValueQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Pattern.h:122:5: style: Class 'PriorityQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Pattern.h:130:5: style: Class 'ImportanceQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Pattern.h:139:5: style: Class 'Element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Pattern.h:156:5: style: Class 'ChildrenQualifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ProcessingMode.h:69:5: style: Class 'Rule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ProcessingMode.h:97:5: style: Struct 'ElementRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Style.h:298:3: style: Struct 'PopList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/SosofoObj.h:34:3: style: Class 'NextMatchSosofoObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/SosofoObj.h:85:3: style: Class 'LiteralSosofoObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/SosofoObj.h:97:3: style: Class 'CurrentNodePageNumberSosofoObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/SosofoObj.h:159:3: style: Class 'ProcessChildrenSosofoObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/SosofoObj.h:167:3: style: Class 'ProcessChildrenTrimSosofoObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/NumberCache.h:30:5: style: Struct 'Entry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/NumberCache.h:37:5: style: Struct 'ElementEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Interpreter.h:188:3: style: Class 'Identifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Interpreter.h:232:3: style: Class 'Unit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ELObj.cxx:19:3: style: Class 'ReverseNodeListObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Interpreter.h:278:1: warning: The struct 'ELObjPart' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openjade-1.3.2/style/ELObj.h:114:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:114:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:122:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:122:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:130:8: style: The function 'isNil' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:60:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:130:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:131:8: style: The function 'isList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:61:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:131:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:132:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:132:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:140:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:140:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:148:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:148:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:149:8: style: The function 'isTrue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:62:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:149:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:160:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:160:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:161:14: style: The function 'asSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:64:22: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:161:14: note: Function in derived class
openjade-1.3.2/style/ELObj.h:162:14: style: The function 'convertToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:78:22: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:162:14: note: Function in derived class
openjade-1.3.2/style/ELObj.h:164:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:164:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:179:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:179:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:180:15: style: The function 'asKeyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:65:23: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:180:15: note: Function in derived class
openjade-1.3.2/style/ELObj.h:182:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:107:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:182:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:196:12: style: The function 'asPair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:63:20: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:196:12: note: Function in derived class
openjade-1.3.2/style/ELObj.h:197:8: style: The function 'isList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:61:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:197:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:198:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:198:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:199:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:199:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:200:10: style: The function 'resolveQuantities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:98:18: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:200:10: note: Function in derived class
openjade-1.3.2/style/ELObj.h:201:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:107:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:201:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:202:8: style: The function 'isEquiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:109:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:202:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:215:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:215:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:216:14: style: The function 'asVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:80:22: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:216:14: note: Function in derived class
openjade-1.3.2/style/ELObj.h:217:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:107:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:217:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:218:8: style: The function 'isEquiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:109:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:218:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:219:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:219:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:220:10: style: The function 'resolveQuantities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:98:18: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:220:10: note: Function in derived class
openjade-1.3.2/style/ELObj.h:226:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:226:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:228:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:107:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:228:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:229:8: style: The function 'charValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:229:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:244:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:244:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:245:14: style: The function 'convertToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:78:22: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:245:14: note: Function in derived class
openjade-1.3.2/style/ELObj.h:246:8: style: The function 'stringData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:83:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:246:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:247:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:107:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:247:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:252:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:252:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:253:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:253:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:254:8: style: The function 'exactIntegerValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:86:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:254:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:255:8: style: The function 'realValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:87:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:255:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:256:16: style: The function 'quantityValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:97:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:256:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:257:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:107:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:257:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:268:8: style: The function 'realValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:87:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:268:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:269:8: style: The function 'inexactRealValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:88:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:269:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:270:16: style: The function 'quantityValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:97:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:270:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:271:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:107:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:271:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:272:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:272:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:280:8: style: The function 'lengthValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:89:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:280:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:281:16: style: The function 'quantityValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:97:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:281:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:282:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:282:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:283:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:107:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:283:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:291:16: style: The function 'quantityValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:97:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:291:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:292:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:84:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:292:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:293:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:107:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:293:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:294:8: style: The function 'realValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:87:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:294:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:295:8: style: The function 'inexactRealValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:88:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:295:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:327:21: style: The function 'lengthSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:91:29: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:327:21: note: Function in derived class
openjade-1.3.2/style/ELObj.h:339:20: style: The function 'asDisplaySpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:73:28: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:339:20: note: Function in derived class
openjade-1.3.2/style/ELObj.h:351:19: style: The function 'asInlineSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:74:27: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:351:19: note: Function in derived class
openjade-1.3.2/style/ELObj.h:359:10: style: The function 'resolveQuantities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:98:18: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:359:10: note: Function in derived class
openjade-1.3.2/style/ELObj.h:369:10: style: The function 'resolveQuantities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:98:18: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:369:10: note: Function in derived class
openjade-1.3.2/style/ELObj.h:379:30: style: The function 'glyphId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:90:38: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:379:30: note: Function in derived class
openjade-1.3.2/style/ELObj.h:380:8: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:107:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:380:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:391:23: style: The function 'asGlyphSubstTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:75:31: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:391:23: note: Function in derived class
openjade-1.3.2/style/ELObj.h:407:15: style: The function 'asAddress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:72:23: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:407:15: note: Function in derived class
openjade-1.3.2/style/ELObj.h:415:16: style: The function 'asNodeList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:76:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:415:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:416:8: style: The function 'optSingletonNodeList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:100:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:416:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:435:21: style: The function 'asNamedNodeList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:77:29: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:435:21: note: Function in derived class
openjade-1.3.2/style/ELObj.h:448:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:417:19: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:448:11: note: Function in derived class
openjade-1.3.2/style/ELObj.h:449:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:418:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:449:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:450:8: style: The function 'optSingletonNodeList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:100:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:450:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:463:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:417:19: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:463:11: note: Function in derived class
openjade-1.3.2/style/ELObj.h:464:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:418:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:464:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:465:16: style: The function 'nodeListChunkRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:426:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:465:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:466:11: style: The function 'nodeListRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:427:19: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:466:11: note: Function in derived class
openjade-1.3.2/style/ELObj.h:478:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:417:19: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:478:11: note: Function in derived class
openjade-1.3.2/style/ELObj.h:479:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:418:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:479:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:480:11: style: The function 'namedNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:436:19: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:480:11: note: Function in derived class
openjade-1.3.2/style/ELObj.h:481:8: style: The function 'nodeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:437:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:481:8: note: Function in derived class
openjade-1.3.2/style/ELObj.h:482:10: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:438:18: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:482:10: note: Function in derived class
openjade-1.3.2/style/ELObj.h:483:16: style: The function 'nodeListNoOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:419:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:483:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:493:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:417:19: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:493:11: note: Function in derived class
openjade-1.3.2/style/ELObj.h:494:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:418:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:494:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:495:16: style: The function 'nodeListChunkRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:426:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:495:16: note: Function in derived class
openjade-1.3.2/style/ELObj.h:496:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/ELObj.h:496:8: note: Function in derived class
openjade-1.3.2/style/Insn.h:33:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:33:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:39:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:39:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:47:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:47:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:55:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:55:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:64:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:64:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:73:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:73:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:82:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:82:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:91:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:91:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:100:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:100:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:110:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:110:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:118:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:118:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:126:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:126:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:144:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:144:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:152:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:152:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:160:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:160:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:169:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:169:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:179:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:179:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:188:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:188:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:199:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:199:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:209:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:209:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:219:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:219:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:228:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:228:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:229:8: style: The function 'isPopBindings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:26:16: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:229:8: note: Function in derived class
openjade-1.3.2/style/Insn.h:242:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:242:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:263:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:263:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:276:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:276:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:288:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:288:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:300:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:300:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:310:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:310:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:319:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:319:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:330:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:330:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:331:8: style: The function 'isReturn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:25:16: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:331:8: note: Function in derived class
openjade-1.3.2/style/Insn.h:351:16: style: The function 'asFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:66:24: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:351:16: note: Function in derived class
openjade-1.3.2/style/Insn.h:360:15: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:344:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:360:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:361:15: style: The function 'tailCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:345:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:361:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:362:11: style: The function 'makeCallInsn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:346:19: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:362:11: note: Function in derived class
openjade-1.3.2/style/Insn.h:377:15: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:344:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:377:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:378:15: style: The function 'tailCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:345:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:378:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:387:15: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:344:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:387:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:388:15: style: The function 'tailCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:345:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:388:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:401:15: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:344:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:401:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:402:15: style: The function 'tailCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:345:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:402:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:403:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:403:8: note: Function in derived class
openjade-1.3.2/style/Insn.h:405:8: style: The function 'setArgToCC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:352:16: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:405:8: note: Function in derived class
openjade-1.3.2/style/Insn.h:416:15: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:344:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:416:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:417:15: style: The function 'tailCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:345:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:417:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:434:11: style: The function 'asBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:79:19: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:434:11: note: Function in derived class
openjade-1.3.2/style/Insn.h:435:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:435:8: note: Function in derived class
openjade-1.3.2/style/Insn.h:442:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:442:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:451:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:451:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:460:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:460:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:468:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:468:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:478:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:478:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:486:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:486:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:495:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:495:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:504:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:504:15: note: Function in derived class
openjade-1.3.2/style/Insn.h:513:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn.h:513:15: note: Function in derived class
openjade-1.3.2/style/Expression.h:101:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:101:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:102:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:83:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:102:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:103:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:103:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:104:21: style: The function 'keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:86:29: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:104:21: note: Function in derived class
openjade-1.3.2/style/Expression.h:112:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:112:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:113:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:113:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:114:10: style: The function 'constantValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:84:18: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:114:10: note: Function in derived class
openjade-1.3.2/style/Expression.h:123:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:123:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:124:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:124:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:126:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:126:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:135:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:135:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:136:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:83:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:136:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:137:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:137:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:138:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:138:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:150:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:150:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:151:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:151:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:152:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:152:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:153:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:83:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:153:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:165:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:165:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:166:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:166:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:167:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:167:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:168:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:83:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:168:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:177:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:177:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:178:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:178:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:191:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:191:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:192:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:192:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:193:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:193:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:194:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:83:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:194:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:211:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:211:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:212:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:212:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:213:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:213:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:227:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:227:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:228:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:228:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:229:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:229:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:245:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:245:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:258:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:258:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:259:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:259:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:260:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:260:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:280:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:280:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:281:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:281:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:282:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:282:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:283:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:83:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:283:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:294:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:294:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:295:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:295:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:296:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:296:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:297:8: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:83:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:297:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:307:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:307:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:308:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:308:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:309:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:309:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:321:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:321:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:323:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:323:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:324:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:324:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:335:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:335:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:336:8: style: The function 'markBoundVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:82:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:336:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:337:8: style: The function 'canEval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:337:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:354:11: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:77:19: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:354:11: note: Function in derived class
openjade-1.3.2/style/Expression.h:359:8: style: The function 'unknownStyleKeyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:339:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:359:8: note: Function in derived class
openjade-1.3.2/style/Expression.h:361:8: style: The function 'maybeStyleKeyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Expression.h:341:16: note: Virtual function in base class
openjade-1.3.2/style/Expression.h:361:8: note: Function in derived class
openjade-1.3.2/style/Pattern.h:46:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:46:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:47:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:35:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:47:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:54:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:54:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:55:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:35:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:55:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:62:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:62:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:63:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:35:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:63:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:70:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:70:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:71:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:35:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:71:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:78:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:78:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:79:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:35:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:79:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:86:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:35:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:86:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:90:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:90:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:94:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:94:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:98:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:98:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:102:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:102:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:106:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:35:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:106:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:110:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:110:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:114:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:114:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:118:10: style: The function 'vacuous' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:36:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:118:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:123:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:35:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:123:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:124:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:124:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:131:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:35:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:131:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:132:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:132:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:157:10: style: The function 'satisfies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:34:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:157:10: note: Function in derived class
openjade-1.3.2/style/Pattern.h:158:10: style: The function 'contributeSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Pattern.h:35:18: note: Virtual function in base class
openjade-1.3.2/style/Pattern.h:158:10: note: Function in derived class
openjade-1.3.2/style/ProcessingMode.h:82:9: style: The function 'compareSpecificity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ProcessingMode.h:72:17: note: Virtual function in base class
openjade-1.3.2/style/ProcessingMode.h:82:9: note: Function in derived class
openjade-1.3.2/style/Style.h:60:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/Style.h:60:8: note: Function in derived class
openjade-1.3.2/style/Style.h:62:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:62:10: note: Function in derived class
openjade-1.3.2/style/Style.h:63:32: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/Style.h:63:32: note: Function in derived class
openjade-1.3.2/style/Style.h:84:13: style: The function 'asStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:71:21: note: Virtual function in base class
openjade-1.3.2/style/Style.h:84:13: note: Function in derived class
openjade-1.3.2/style/Style.h:108:8: style: The function 'appendIter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Style.h:108:8: note: Function in derived class
openjade-1.3.2/style/Style.h:109:8: style: The function 'appendIterForce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:96:16: note: Virtual function in base class
openjade-1.3.2/style/Style.h:109:8: note: Function in derived class
openjade-1.3.2/style/Style.h:110:8: style: The function 'appendIterNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:97:16: note: Virtual function in base class
openjade-1.3.2/style/Style.h:110:8: note: Function in derived class
openjade-1.3.2/style/Style.h:113:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:113:8: note: Function in derived class
openjade-1.3.2/style/Style.h:124:8: style: The function 'appendIter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Style.h:124:8: note: Function in derived class
openjade-1.3.2/style/Style.h:125:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:125:8: note: Function in derived class
openjade-1.3.2/style/Style.h:138:8: style: The function 'appendIter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/Style.h:138:8: note: Function in derived class
openjade-1.3.2/style/Style.h:139:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:139:8: note: Function in derived class
openjade-1.3.2/style/Style.h:146:13: style: The function 'asColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:69:21: note: Virtual function in base class
openjade-1.3.2/style/Style.h:146:13: note: Function in derived class
openjade-1.3.2/style/Style.h:154:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:147:16: note: Virtual function in base class
openjade-1.3.2/style/Style.h:154:8: note: Function in derived class
openjade-1.3.2/style/Style.h:155:8: style: The function 'setBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:148:16: note: Virtual function in base class
openjade-1.3.2/style/Style.h:155:8: note: Function in derived class
openjade-1.3.2/style/Style.h:162:18: style: The function 'asColorSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:70:26: note: Virtual function in base class
openjade-1.3.2/style/Style.h:162:18: note: Function in derived class
openjade-1.3.2/style/Style.h:168:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:163:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:168:10: note: Function in derived class
openjade-1.3.2/style/Style.h:173:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:163:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:173:10: note: Function in derived class
openjade-1.3.2/style/Style.h:178:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:163:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:178:10: note: Function in derived class
openjade-1.3.2/style/Style.h:183:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:163:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:183:10: note: Function in derived class
openjade-1.3.2/style/Style.h:211:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:163:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:211:10: note: Function in derived class
openjade-1.3.2/style/Style.h:226:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:163:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:226:10: note: Function in derived class
openjade-1.3.2/style/Style.h:243:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:243:8: note: Function in derived class
openjade-1.3.2/style/Style.h:244:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:163:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:244:10: note: Function in derived class
openjade-1.3.2/style/Style.h:266:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:266:8: note: Function in derived class
openjade-1.3.2/style/Style.h:267:10: style: The function 'makeColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:163:18: note: Virtual function in base class
openjade-1.3.2/style/Style.h:267:10: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:24:14: style: The function 'asSosofo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:67:22: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:24:14: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:35:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:35:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:42:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:42:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:53:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:53:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:62:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:62:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:63:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:63:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:75:20: style: The function 'asAppendSosofo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:68:28: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:75:20: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:76:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:76:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:78:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:78:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:86:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:86:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:87:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:87:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:98:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:98:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:106:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:106:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:120:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:120:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:122:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:122:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:138:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:138:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:139:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:139:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:141:20: style: The function 'asCompoundFlowObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:115:28: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:141:20: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:151:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:151:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:152:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:152:12: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:160:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:160:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:168:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:168:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:180:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:180:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:181:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:181:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:182:8: style: The function 'characterStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:28:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:182:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:183:8: style: The function 'isCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:29:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:183:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:184:8: style: The function 'ruleStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:26:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:184:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:185:8: style: The function 'isRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:27:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:185:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:204:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:204:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:205:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:205:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:217:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:217:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:218:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:218:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:228:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:228:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:229:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:229:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:238:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:238:8: note: Function in derived class
openjade-1.3.2/style/SosofoObj.h:239:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/SosofoObj.h:239:8: note: Function in derived class
openjade-1.3.2/style/Interpreter.h:269:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:58:18: note: Virtual function in base class
openjade-1.3.2/style/Interpreter.h:269:8: note: Function in derived class
openjade-1.3.2/style/ELObj.cxx:20:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:417:19: note: Virtual function in base class
openjade-1.3.2/style/ELObj.cxx:20:11: note: Function in derived class
openjade-1.3.2/style/ELObj.cxx:21:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:418:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.cxx:21:16: note: Function in derived class
openjade-1.3.2/style/ELObj.cxx:22:16: style: The function 'nodeListReverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:428:24: note: Virtual function in base class
openjade-1.3.2/style/ELObj.cxx:22:16: note: Function in derived class
openjade-1.3.2/style/ELObj.cxx:23:11: style: The function 'nodeListRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:427:19: note: Virtual function in base class
openjade-1.3.2/style/ELObj.cxx:23:11: note: Function in derived class
openjade-1.3.2/style/ELObj.cxx:24:8: style: The function 'nodeListLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:429:16: note: Virtual function in base class
openjade-1.3.2/style/ELObj.cxx:24:8: note: Function in derived class
openjade-1.3.2/style/ELObj.cxx:25:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/ELObj.cxx:25:8: note: Function in derived class
openjade-1.3.2/style/Expression.cxx:493:64: style: Function 'LambdaExpression' argument 1 names different: declaration 'vars' definition 'formals'. [funcArgNamesDifferent]
openjade-1.3.2/style/Expression.h:204:48: note: Function 'LambdaExpression' argument 1 names different: declaration 'vars' definition 'formals'.
openjade-1.3.2/style/Expression.cxx:493:64: note: Function 'LambdaExpression' argument 1 names different: declaration 'vars' definition 'formals'.
openjade-1.3.2/style/Expression.cxx:1450:44: style: Function 'lookup' argument 1 names different: declaration 'var' definition 'ident'. [funcArgNamesDifferent]
openjade-1.3.2/style/Expression.h:59:33: note: Function 'lookup' argument 1 names different: declaration 'var' definition 'ident'.
openjade-1.3.2/style/Expression.cxx:1450:44: note: Function 'lookup' argument 1 names different: declaration 'var' definition 'ident'.
openjade-1.3.2/style/Expression.cxx:1430:3: performance: Variable 'frameVarList_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjade-1.3.2/style/Insn2.h:47:3: style: Class 'PopModeInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn2.h:164:3: style: Class 'MaybeOverrideStyleInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn2.h:176:3: style: Class 'SetStyleInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/Insn2.h:18:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:18:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:27:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:27:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:39:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:39:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:48:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:48:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:60:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:60:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:70:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:70:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:82:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:82:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:92:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:92:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:98:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:98:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:110:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:110:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:119:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:119:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:129:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:129:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:138:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:138:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:150:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:150:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:165:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:165:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:177:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:177:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:190:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:190:15: note: Function in derived class
openjade-1.3.2/style/Insn2.h:203:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/Insn2.h:203:15: note: Function in derived class
openjade-1.3.2/style/FOTBuilder.cxx:1649:68: style: Function 'startNode' argument 2 names different: declaration 'processingMode' definition 'mode'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:939:50: note: Function 'startNode' argument 2 names different: declaration 'processingMode' definition 'mode'.
openjade-1.3.2/style/FOTBuilder.cxx:1649:68: note: Function 'startNode' argument 2 names different: declaration 'processingMode' definition 'mode'.
openjade-1.3.2/style/FOTBuilder.cxx:1851:54: warning: Function 'startMultiMode' argument order different: declaration 'principalPort, namedPorts, ' definition 'principalMode, namedModes, namedPorts' [funcArgOrderDifferent]
openjade-1.3.2/style/FOTBuilder.h:736:40: note: Function 'startMultiMode' argument order different: declaration 'principalPort, namedPorts, ' definition 'principalMode, namedModes, namedPorts'
openjade-1.3.2/style/FOTBuilder.cxx:1851:54: note: Function 'startMultiMode' argument order different: declaration 'principalPort, namedPorts, ' definition 'principalMode, namedModes, namedPorts'
openjade-1.3.2/style/FOTBuilder.cxx:1913:70: style: Function 'StartSimplePageSequenceCall' argument 1 names different: declaration 'headerFooter' definition 'hf'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1196:43: note: Function 'StartSimplePageSequenceCall' argument 1 names different: declaration 'headerFooter' definition 'hf'.
openjade-1.3.2/style/FOTBuilder.cxx:1913:70: note: Function 'StartSimplePageSequenceCall' argument 1 names different: declaration 'headerFooter' definition 'hf'.
openjade-1.3.2/style/FOTBuilder.cxx:1927:51: style: Function 'StartFractionCall' argument 1 names different: declaration 'numerator' definition 'n'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1202:34: note: Function 'StartFractionCall' argument 1 names different: declaration 'numerator' definition 'n'.
openjade-1.3.2/style/FOTBuilder.cxx:1927:51: note: Function 'StartFractionCall' argument 1 names different: declaration 'numerator' definition 'n'.
openjade-1.3.2/style/FOTBuilder.cxx:1927:67: style: Function 'StartFractionCall' argument 2 names different: declaration 'denominator' definition 'd'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1202:58: note: Function 'StartFractionCall' argument 2 names different: declaration 'denominator' definition 'd'.
openjade-1.3.2/style/FOTBuilder.cxx:1927:67: note: Function 'StartFractionCall' argument 2 names different: declaration 'denominator' definition 'd'.
openjade-1.3.2/style/FOTBuilder.cxx:1941:47: style: Function 'StartScriptCall' argument 1 names different: declaration 'preSup' definition 'p0'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1209:32: note: Function 'StartScriptCall' argument 1 names different: declaration 'preSup' definition 'p0'.
openjade-1.3.2/style/FOTBuilder.cxx:1941:47: note: Function 'StartScriptCall' argument 1 names different: declaration 'preSup' definition 'p0'.
openjade-1.3.2/style/FOTBuilder.cxx:1942:19: style: Function 'StartScriptCall' argument 2 names different: declaration 'preSub' definition 'p1'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1210:32: note: Function 'StartScriptCall' argument 2 names different: declaration 'preSub' definition 'p1'.
openjade-1.3.2/style/FOTBuilder.cxx:1942:19: note: Function 'StartScriptCall' argument 2 names different: declaration 'preSub' definition 'p1'.
openjade-1.3.2/style/FOTBuilder.cxx:1943:19: style: Function 'StartScriptCall' argument 3 names different: declaration 'postSup' definition 'p2'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1211:32: note: Function 'StartScriptCall' argument 3 names different: declaration 'postSup' definition 'p2'.
openjade-1.3.2/style/FOTBuilder.cxx:1943:19: note: Function 'StartScriptCall' argument 3 names different: declaration 'postSup' definition 'p2'.
openjade-1.3.2/style/FOTBuilder.cxx:1944:19: style: Function 'StartScriptCall' argument 4 names different: declaration 'postSub' definition 'p3'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1212:32: note: Function 'StartScriptCall' argument 4 names different: declaration 'postSub' definition 'p3'.
openjade-1.3.2/style/FOTBuilder.cxx:1944:19: note: Function 'StartScriptCall' argument 4 names different: declaration 'postSub' definition 'p3'.
openjade-1.3.2/style/FOTBuilder.cxx:1945:19: style: Function 'StartScriptCall' argument 5 names different: declaration 'midSup' definition 'p4'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1213:32: note: Function 'StartScriptCall' argument 5 names different: declaration 'midSup' definition 'p4'.
openjade-1.3.2/style/FOTBuilder.cxx:1945:19: note: Function 'StartScriptCall' argument 5 names different: declaration 'midSup' definition 'p4'.
openjade-1.3.2/style/FOTBuilder.cxx:1946:19: style: Function 'StartScriptCall' argument 6 names different: declaration 'midSub' definition 'p5'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1214:32: note: Function 'StartScriptCall' argument 6 names different: declaration 'midSub' definition 'p5'.
openjade-1.3.2/style/FOTBuilder.cxx:1946:19: note: Function 'StartScriptCall' argument 6 names different: declaration 'midSub' definition 'p5'.
openjade-1.3.2/style/FOTBuilder.cxx:1968:43: style: Function 'StartMarkCall' argument 1 names different: declaration 'overMark' definition 'o'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1225:30: note: Function 'StartMarkCall' argument 1 names different: declaration 'overMark' definition 'o'.
openjade-1.3.2/style/FOTBuilder.cxx:1968:43: note: Function 'StartMarkCall' argument 1 names different: declaration 'overMark' definition 'o'.
openjade-1.3.2/style/FOTBuilder.cxx:1968:59: style: Function 'StartMarkCall' argument 2 names different: declaration 'underMark' definition 'u'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1225:53: note: Function 'StartMarkCall' argument 2 names different: declaration 'underMark' definition 'u'.
openjade-1.3.2/style/FOTBuilder.cxx:1968:59: note: Function 'StartMarkCall' argument 2 names different: declaration 'underMark' definition 'u'.
openjade-1.3.2/style/FOTBuilder.cxx:1982:45: style: Function 'StartFenceCall' argument 1 names different: declaration 'open' definition 'o'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1232:31: note: Function 'StartFenceCall' argument 1 names different: declaration 'open' definition 'o'.
openjade-1.3.2/style/FOTBuilder.cxx:1982:45: note: Function 'StartFenceCall' argument 1 names different: declaration 'open' definition 'o'.
openjade-1.3.2/style/FOTBuilder.cxx:1982:61: style: Function 'StartFenceCall' argument 2 names different: declaration 'close' definition 'c'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1232:50: note: Function 'StartFenceCall' argument 2 names different: declaration 'close' definition 'c'.
openjade-1.3.2/style/FOTBuilder.cxx:1982:61: note: Function 'StartFenceCall' argument 2 names different: declaration 'close' definition 'c'.
openjade-1.3.2/style/FOTBuilder.cxx:1996:49: style: Function 'StartRadicalCall' argument 1 names different: declaration 'degree' definition 'd'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1239:33: note: Function 'StartRadicalCall' argument 1 names different: declaration 'degree' definition 'd'.
openjade-1.3.2/style/FOTBuilder.cxx:1996:49: note: Function 'StartRadicalCall' argument 1 names different: declaration 'degree' definition 'd'.
openjade-1.3.2/style/FOTBuilder.cxx:2008:59: style: Function 'StartMathOperatorCall' argument 1 names different: declaration 'oper' definition 'o'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1245:38: note: Function 'StartMathOperatorCall' argument 1 names different: declaration 'oper' definition 'o'.
openjade-1.3.2/style/FOTBuilder.cxx:2008:59: note: Function 'StartMathOperatorCall' argument 1 names different: declaration 'oper' definition 'o'.
openjade-1.3.2/style/FOTBuilder.cxx:2009:24: style: Function 'StartMathOperatorCall' argument 2 names different: declaration 'lowerLimit' definition 'l'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1246:38: note: Function 'StartMathOperatorCall' argument 2 names different: declaration 'lowerLimit' definition 'l'.
openjade-1.3.2/style/FOTBuilder.cxx:2009:24: note: Function 'StartMathOperatorCall' argument 2 names different: declaration 'lowerLimit' definition 'l'.
openjade-1.3.2/style/FOTBuilder.cxx:2010:24: style: Function 'StartMathOperatorCall' argument 3 names different: declaration 'upperLimit' definition 'u'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1247:38: note: Function 'StartMathOperatorCall' argument 3 names different: declaration 'upperLimit' definition 'u'.
openjade-1.3.2/style/FOTBuilder.cxx:2010:24: note: Function 'StartMathOperatorCall' argument 3 names different: declaration 'upperLimit' definition 'u'.
openjade-1.3.2/style/FOTBuilder.cxx:2026:69: style: Function 'StartMultiModeCall' argument 1 names different: declaration 'principalMode' definition 'pm'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1263:51: note: Function 'StartMultiModeCall' argument 1 names different: declaration 'principalMode' definition 'pm'.
openjade-1.3.2/style/FOTBuilder.cxx:2026:69: note: Function 'StartMultiModeCall' argument 1 names different: declaration 'principalMode' definition 'pm'.
openjade-1.3.2/style/FOTBuilder.cxx:2027:49: style: Function 'StartMultiModeCall' argument 2 names different: declaration 'namedModes' definition 'nm'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1264:52: note: Function 'StartMultiModeCall' argument 2 names different: declaration 'namedModes' definition 'nm'.
openjade-1.3.2/style/FOTBuilder.cxx:2027:49: note: Function 'StartMultiModeCall' argument 2 names different: declaration 'namedModes' definition 'nm'.
openjade-1.3.2/style/FOTBuilder.cxx:2028:34: style: Function 'StartMultiModeCall' argument 3 names different: declaration 'ports' definition 'v'. [funcArgNamesDifferent]
openjade-1.3.2/style/FOTBuilder.h:1265:37: note: Function 'StartMultiModeCall' argument 3 names different: declaration 'ports' definition 'v'.
openjade-1.3.2/style/FOTBuilder.cxx:2028:34: note: Function 'StartMultiModeCall' argument 3 names different: declaration 'ports' definition 'v'.
openjade-1.3.2/style/FOTBuilder.cxx:1159:33: warning: Member variable 'ExternalGraphicNIC::scale' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::breakBeforePriority' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::breakAfterPriority' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::mathClass' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::mathFontPosture' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::script' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::isDropAfterLineBreak' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::isDropUnlessBeforeLineBreak' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::isPunct' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::isInputWhitespace' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::isInputTab' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::isRecordEnd' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.cxx:1184:27: warning: Member variable 'CharacterNIC::isSpace' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FOTBuilder.h:236:10: style: Member variable 'ExternalGraphicNIC::isDisplay' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/FOTBuilder.cxx:1161:3: note: Member variable 'ExternalGraphicNIC::isDisplay' is in the wrong place in the initializer list.
openjade-1.3.2/style/FOTBuilder.h:236:10: note: Member variable 'ExternalGraphicNIC::isDisplay' is in the wrong place in the initializer list.
openjade-1.3.2/style/FOTBuilder.h:330:10: style: Member variable 'TableCellNIC::missing' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/FOTBuilder.cxx:1200:56: note: Member variable 'TableCellNIC::missing' is in the wrong place in the initializer list.
openjade-1.3.2/style/FOTBuilder.h:330:10: note: Member variable 'TableCellNIC::missing' is in the wrong place in the initializer list.
openjade-1.3.2/style/FOTBuilder.h:1186:9: style: Member variable 'SaveFOTBuilder::calls_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/FOTBuilder.cxx:1236:3: note: Member variable 'SaveFOTBuilder::calls_' is in the wrong place in the initializer list.
openjade-1.3.2/style/FOTBuilder.h:1186:9: note: Member variable 'SaveFOTBuilder::calls_' is in the wrong place in the initializer list.
openjade-1.3.2/style/FOTBuilder.h:1279:11: style: Member variable 'StartExtensionCall::node' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/FOTBuilder.cxx:2178:53: note: Member variable 'StartExtensionCall::node' is in the wrong place in the initializer list.
openjade-1.3.2/style/FOTBuilder.h:1279:11: note: Member variable 'StartExtensionCall::node' is in the wrong place in the initializer list.
openjade-1.3.2/style/FlowObj.cxx:2626:25: style: The scope of the variable 'tem' can be reduced. [variableScope]
openjade-1.3.2/style/EvalContext.h:44:14: warning: Member variable 'EvalContext::specLevel' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/FlowObj.cxx:2725:24: warning: Member variable 'Table::rowConnectableLevel' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/ProcessContext.h:114:14: style: Member variable 'Table::currentColumn' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/FlowObj.cxx:2726:16: note: Member variable 'Table::currentColumn' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessContext.h:114:14: note: Member variable 'Table::currentColumn' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessContext.h:121:14: style: Member variable 'Table::nColumns' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/FlowObj.cxx:2726:49: note: Member variable 'Table::nColumns' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessContext.h:121:14: note: Member variable 'Table::nColumns' is in the wrong place in the initializer list.
openjade-1.3.2/style/FlowObj.cxx:2389:10: style: Member variable 'NIC::hasColumnNumber' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/FlowObj.cxx:2388:39: note: Member variable 'NIC::hasColumnNumber' is in the wrong place in the initializer list.
openjade-1.3.2/style/FlowObj.cxx:2389:10: note: Member variable 'NIC::hasColumnNumber' is in the wrong place in the initializer list.
openjade-1.3.2/style/FlowObj.cxx:2842:10: style: Member variable 'ELObjExtensionFlowObjValue::obj_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/FlowObj.cxx:2782:20: note: Member variable 'ELObjExtensionFlowObjValue::obj_' is in the wrong place in the initializer list.
openjade-1.3.2/style/FlowObj.cxx:2842:10: note: Member variable 'ELObjExtensionFlowObjValue::obj_' is in the wrong place in the initializer list.
openjade-1.3.2/style/FlowObj.cxx:2209:8: performance: Technically the member function 'TableFlowObj::border' can be static. [functionStatic]
openjade-1.3.2/style/FlowObj.cxx:2531:8: performance: Technically the member function 'TableCellFlowObj::border' can be static. [functionStatic]
openjade-1.3.2/style/VM.h:22:3: style: Class 'VM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/ProcessContext.h:104:5: style: Struct 'Connection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FlowObj.cxx:1077:5: style: Class 'SymbolType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FlowObj.cxx:1085:5: style: Class 'LengthSpecType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FlowObj.cxx:1093:5: style: Class 'CharType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FlowObj.cxx:2393:3: style: Class 'TableCellFlowObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FlowObj.cxx:2853:3: style: Class 'ExtensionFlowObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FlowObj.cxx:2902:3: style: Class 'CompoundExtensionFlowObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/FlowObj.cxx:190:1: warning: The class 'DisplayGroupFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:253:1: warning: The class 'ParagraphFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:304:1: warning: The class 'ParagraphBreakFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:352:1: warning: The class 'ExternalGraphicFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:496:1: warning: The class 'RuleFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:639:1: warning: The class 'LineFieldFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:703:1: warning: The class 'SimplePageSequenceFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:940:1: warning: The class 'MultiModeFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:1202:1: warning: The class 'BoxFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:1281:1: warning: The class 'LeaderFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:1359:1: warning: The class 'CharacterFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:1950:1: warning: The class 'GridFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:2029:1: warning: The class 'GridCellFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:2108:1: warning: The class 'TableFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:2223:1: warning: The class 'TablePartFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:2267:1: warning: The class 'TableColumnFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:2382:1: warning: The class 'TableCellFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:2848:1: warning: The class 'ExtensionFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/FlowObj.cxx:2897:1: warning: The class 'CompoundExtensionFlowObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjade-1.3.2/style/VM.h:38:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:58:18: note: Virtual function in base class
openjade-1.3.2/style/VM.h:38:8: note: Function in derived class
openjade-1.3.2/style/ProcessContext.h:40:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:58:18: note: Virtual function in base class
openjade-1.3.2/style/ProcessContext.h:40:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:197:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:197:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:198:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:198:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:199:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:199:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:201:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:201:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:260:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:260:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:261:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:261:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:262:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:262:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:264:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:264:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:311:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:311:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:312:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:312:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:313:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:313:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:315:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:315:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:359:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:359:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:360:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:360:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:361:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:361:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:363:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:363:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:503:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:503:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:504:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:504:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:505:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:505:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:507:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:507:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:508:8: style: The function 'ruleStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:26:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:508:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:512:8: style: The function 'isRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:27:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:512:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:593:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:593:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:594:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:594:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:610:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:610:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:611:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:611:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:647:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:647:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:648:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:648:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:649:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:649:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:650:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:650:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:715:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:715:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:716:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:716:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:717:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:717:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:718:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:718:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:720:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:720:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:838:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:838:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:839:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:839:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:840:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:840:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:841:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:841:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:842:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:842:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:903:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:903:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:904:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:904:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:923:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:923:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:924:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:924:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:947:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:947:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:948:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:948:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:949:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:949:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:950:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:950:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1063:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1063:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1064:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1064:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1065:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1065:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1066:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1066:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1078:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FlowObj.cxx:1071:18: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1078:10: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1079:11: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FlowObj.cxx:1072:19: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1079:11: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1086:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FlowObj.cxx:1071:18: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1086:10: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1087:11: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FlowObj.cxx:1072:19: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1087:11: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1094:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FlowObj.cxx:1071:18: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1094:10: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1095:11: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FlowObj.cxx:1072:19: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1095:11: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1209:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1209:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1210:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1210:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1211:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1211:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1212:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1212:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1288:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1288:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1289:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1289:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1290:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1290:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1292:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1292:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1366:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1366:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1367:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1367:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1368:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1368:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1370:8: style: The function 'setImplicitChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:119:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1370:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1371:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1371:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1372:8: style: The function 'characterStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:28:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1372:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1377:8: style: The function 'isCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:29:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1377:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1699:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1699:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1705:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1705:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1713:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1713:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1714:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1714:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1753:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1753:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1759:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1759:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1767:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1767:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1773:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1773:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1781:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1781:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1787:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1787:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1795:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1795:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1796:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1796:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1824:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1824:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1825:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1825:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1847:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1847:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1848:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1848:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1870:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1870:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1871:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1871:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1874:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1874:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1876:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1876:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1877:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1877:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1929:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1929:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1930:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1930:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1957:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1957:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1958:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1958:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1961:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1961:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:1963:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:1963:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2036:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2036:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2037:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2037:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2040:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2040:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2042:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2042:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2123:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2123:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2150:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2150:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2153:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2153:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2169:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2169:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2231:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2231:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2247:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2247:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2250:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2250:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2254:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2254:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2278:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2278:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2290:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2290:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2293:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2293:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2307:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2307:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2359:8: style: The function 'pushStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:123:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2359:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2360:8: style: The function 'popStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:124:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2360:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2361:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2361:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2377:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2377:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2398:8: style: The function 'pushStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:123:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2398:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2423:8: style: The function 'popStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:124:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2423:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2432:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2432:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2460:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2460:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2463:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2463:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2475:8: style: The function 'hasPseudoNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:117:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2475:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2490:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2490:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2559:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:23:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2559:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2560:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2560:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2561:8: style: The function 'tableBorderStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:25:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2561:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2565:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2565:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2738:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2738:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2741:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2741:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2743:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2743:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2760:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2760:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2763:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2763:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2766:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2766:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2770:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2770:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2783:8: style: The function 'convertString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:665:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2783:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2786:8: style: The function 'convertStringPairList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:666:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2786:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2817:8: style: The function 'convertStringList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:667:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2817:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2838:8: style: The function 'convertBoolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/FOTBuilder.h:668:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2838:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2855:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2855:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2856:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2856:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2857:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2857:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2858:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2858:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2904:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2904:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2905:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2905:12: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2906:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2906:8: note: Function in derived class
openjade-1.3.2/style/FlowObj.cxx:2907:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/FlowObj.cxx:2907:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1052:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/InheritedC.cxx:1066:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/InheritedC.cxx:1233:15: style: Unused variable: s [unusedVariable]
openjade-1.3.2/style/InheritedC.cxx:1234:10: style: Unused variable: n [unusedVariable]
openjade-1.3.2/style/InheritedC.cxx:1185:3: style: Class 'InheritedCPrimitiveObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/InheritedC.cxx:1215:3: style: Class 'ActualCPrimitiveObj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/InheritedC.cxx:33:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:33:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:54:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:54:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:72:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:72:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:90:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:90:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:109:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:109:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:132:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:132:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:160:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:160:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:188:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:188:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:220:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:220:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:246:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:246:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:247:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:247:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:249:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:249:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:302:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:302:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:304:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:304:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:339:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:339:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:341:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:341:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:377:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:377:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:379:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:379:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:423:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:423:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:425:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:425:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:459:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:459:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:461:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:461:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:496:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:496:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:498:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:498:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:532:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:532:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:534:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:534:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:568:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:568:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:569:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:569:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:604:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:604:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:606:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:606:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:641:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:641:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:643:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:643:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:679:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:679:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:681:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:681:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:716:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:716:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:718:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:718:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:755:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:755:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:756:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:756:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:758:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:758:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:823:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:823:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:825:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:825:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:861:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:861:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:863:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:863:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:890:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:890:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:892:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:892:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:925:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:925:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:927:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:927:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:928:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:928:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:929:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:58:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:929:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:972:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:972:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:974:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:974:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:975:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:975:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:976:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:58:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:976:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1022:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:1022:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1024:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:1024:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1025:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:1025:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1096:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:42:16: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:1096:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1098:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:1098:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1099:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:44:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:1099:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1100:8: style: The function 'trace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:58:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:1100:8: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1134:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:1134:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1162:24: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:45:32: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:1162:24: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1187:10: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:1187:10: note: Function in derived class
openjade-1.3.2/style/InheritedC.cxx:1217:10: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/InheritedC.cxx:1217:10: note: Function in derived class
openjade-1.3.2/style/Insn.cxx:134:25: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:464:39: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:708:19: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:709:9: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:714:15: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:728:9: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:1176:53: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:1220:4: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:1236:17: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:1291:4: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:1326:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:1333:27: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:1334:20: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:1354:4: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:1392:58: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:1405:70: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Insn.cxx:801:18: warning: Member variable 'ContinuationObj::stackSize_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Insn.h:137:12: style: Member variable 'ApplyBaseInsn::loc_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Insn.cxx:380:18: note: Member variable 'ApplyBaseInsn::loc_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn.h:137:12: note: Member variable 'ApplyBaseInsn::loc_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:84:12: style: Member variable 'SetPseudoNonInheritedCInsn::loc_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Insn.cxx:1284:14: note: Member variable 'SetPseudoNonInheritedCInsn::loc_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:84:12: note: Member variable 'SetPseudoNonInheritedCInsn::loc_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:112:11: style: Member variable 'SetContentInsn::next_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Insn.cxx:1309:22: note: Member variable 'SetContentInsn::next_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:112:11: note: Member variable 'SetContentInsn::next_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:122:11: style: Member variable 'SetDefaultContentInsn::next_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Insn.cxx:1340:22: note: Member variable 'SetDefaultContentInsn::next_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:122:11: note: Member variable 'SetDefaultContentInsn::next_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:121:12: style: Member variable 'SetDefaultContentInsn::loc_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Insn.cxx:1340:35: note: Member variable 'SetDefaultContentInsn::loc_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:121:12: note: Member variable 'SetDefaultContentInsn::loc_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:131:12: style: Member variable 'MakeDefaultContentInsn::loc_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Insn.cxx:1360:16: note: Member variable 'MakeDefaultContentInsn::loc_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:131:12: note: Member variable 'MakeDefaultContentInsn::loc_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:152:12: style: Member variable 'VarStyleInsn::displayLength_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Insn.cxx:1183:26: note: Member variable 'VarStyleInsn::displayLength_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn2.h:152:12: note: Member variable 'VarStyleInsn::displayLength_' is in the wrong place in the initializer list.
openjade-1.3.2/style/ELObjPropVal.h:78:10: style: Member variable 'ELObjPropertyValue::obj' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/ELObjPropVal.h:16:84: note: Member variable 'ELObjPropertyValue::obj' is in the wrong place in the initializer list.
openjade-1.3.2/style/ELObjPropVal.h:78:10: note: Member variable 'ELObjPropertyValue::obj' is in the wrong place in the initializer list.
openjade-1.3.2/style/Insn.h:380:8: performance: Technically the member function 'ApplyPrimitiveObj::shuffle' can be static. [functionStatic]
openjade-1.3.2/style/Insn.cxx:468:25: note: Technically the member function 'ApplyPrimitiveObj::shuffle' can be static.
openjade-1.3.2/style/Insn.h:380:8: note: Technically the member function 'ApplyPrimitiveObj::shuffle' can be static.
openjade-1.3.2/style/Interpreter.cxx:1791:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Interpreter.cxx:1795:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Interpreter.cxx:1797:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Interpreter.cxx:1798:40: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Interpreter.cxx:1804:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Interpreter.cxx:1806:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Interpreter.cxx:2303:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Interpreter.cxx:2370:8: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/Interpreter.cxx:1757:50: style: Function 'setValue' argument 2 names different: declaration 'defPart' definition 'partIndex'. [funcArgNamesDifferent]
openjade-1.3.2/style/Interpreter.h:197:35: note: Function 'setValue' argument 2 names different: declaration 'defPart' definition 'partIndex'.
openjade-1.3.2/style/Interpreter.cxx:1757:50: note: Function 'setValue' argument 2 names different: declaration 'defPart' definition 'partIndex'.
openjade-1.3.2/style/Interpreter.cxx:1925:45: style: Function 'scale' argument 3 names different: declaration 'num' definition 'factor'. [funcArgNamesDifferent]
openjade-1.3.2/style/Interpreter.h:242:48: note: Function 'scale' argument 3 names different: declaration 'num' definition 'factor'.
openjade-1.3.2/style/Interpreter.cxx:1925:45: note: Function 'scale' argument 3 names different: declaration 'num' definition 'factor'.
openjade-1.3.2/style/Interpreter.cxx:203:10: style: struct member 'Anonymous11::dsssl2' is never used. [unusedStructMember]
openjade-1.3.2/style/Interpreter.cxx:1729:13: warning: Member variable 'Identifier::flowObjPart_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Interpreter.cxx:1729:13: warning: Member variable 'Identifier::inheritedCPart_' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/Interpreter.h:215:12: style: Member variable 'Identifier::flowObj_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Interpreter.cxx:1731:3: note: Member variable 'Identifier::flowObj_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Interpreter.h:215:12: note: Member variable 'Identifier::flowObj_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Interpreter.h:210:12: style: Member variable 'Identifier::defPart_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Interpreter.cxx:1731:29: note: Member variable 'Identifier::defPart_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Interpreter.h:210:12: note: Member variable 'Identifier::defPart_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Interpreter.h:478:14: style: Member variable 'Interpreter::messenger_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Interpreter.cxx:68:3: note: Member variable 'Interpreter::messenger_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Interpreter.h:478:14: note: Member variable 'Interpreter::messenger_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Interpreter.h:357:18: style: Member variable 'Interpreter::lexCategory_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Interpreter.cxx:73:3: note: Member variable 'Interpreter::lexCategory_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Interpreter.h:357:18: note: Member variable 'Interpreter::lexCategory_' is in the wrong place in the initializer list.
openjade-1.3.2/style/Interpreter.cxx:84:17: style: Class 'Interpreter' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
openjade-1.3.2/style/MacroFlowObj.h:57:12: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:114:20: note: Virtual function in base class
openjade-1.3.2/style/MacroFlowObj.h:57:12: note: Function in derived class
openjade-1.3.2/style/MacroFlowObj.h:58:20: style: The function 'asCompoundFlowObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:115:28: note: Virtual function in base class
openjade-1.3.2/style/MacroFlowObj.h:58:20: note: Function in derived class
openjade-1.3.2/style/MacroFlowObj.h:59:8: style: The function 'hasNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:116:16: note: Virtual function in base class
openjade-1.3.2/style/MacroFlowObj.h:59:8: note: Function in derived class
openjade-1.3.2/style/MacroFlowObj.h:60:8: style: The function 'setNonInheritedC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:118:16: note: Virtual function in base class
openjade-1.3.2/style/MacroFlowObj.h:60:8: note: Function in derived class
openjade-1.3.2/style/MacroFlowObj.h:61:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/MacroFlowObj.h:61:8: note: Function in derived class
openjade-1.3.2/style/MacroFlowObj.h:62:8: style: The function 'processInner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/SosofoObj.h:125:16: note: Virtual function in base class
openjade-1.3.2/style/MacroFlowObj.h:62:8: note: Function in derived class
openjade-1.3.2/style/LangObj.h:65:16: style: The function 'asLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:81:24: note: Virtual function in base class
openjade-1.3.2/style/LangObj.h:65:16: note: Function in derived class
openjade-1.3.2/style/LangObj.h:68:8: style: The function 'toUpper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/LangObj.h:16:16: note: Virtual function in base class
openjade-1.3.2/style/LangObj.h:68:8: note: Function in derived class
openjade-1.3.2/style/LangObj.h:69:8: style: The function 'toLower' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/LangObj.h:17:16: note: Virtual function in base class
openjade-1.3.2/style/LangObj.h:69:8: note: Function in derived class
openjade-1.3.2/style/LangObj.h:70:8: style: The function 'areEquivalent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/LangObj.h:18:16: note: Virtual function in base class
openjade-1.3.2/style/LangObj.h:70:8: note: Function in derived class
openjade-1.3.2/style/LangObj.h:71:8: style: The function 'isLess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/LangObj.h:19:16: note: Virtual function in base class
openjade-1.3.2/style/LangObj.h:71:8: note: Function in derived class
openjade-1.3.2/style/LangObj.h:72:8: style: The function 'isLessOrEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/LangObj.h:20:16: note: Virtual function in base class
openjade-1.3.2/style/LangObj.h:72:8: note: Function in derived class
openjade-1.3.2/style/LangObj.cxx:345:7: style: The scope of the variable 'col' can be reduced. [variableScope]
openjade-1.3.2/style/LangObj.cxx:185:11: warning: Member variable 'LangData::level' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/LangObj.cxx:254:3: style: Class 'LangObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjade-1.3.2/style/LangObj.cxx:254:3: style: Class 'LangObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjade-1.3.2/style/MacroFlowObj.cxx:142:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/MacroFlowObj.cxx:148:3: style: Class 'UnpackMacroFlowObjInsn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjade-1.3.2/style/MacroFlowObj.cxx:87:8: style: The function 'appendIter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Style.h:85:16: note: Virtual function in base class
openjade-1.3.2/style/MacroFlowObj.cxx:87:8: note: Function in derived class
openjade-1.3.2/style/MacroFlowObj.cxx:149:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:24:23: note: Virtual function in base class
openjade-1.3.2/style/MacroFlowObj.cxx:149:15: note: Function in derived class
openjade-1.3.2/style/NumberCache.cxx:26:83: style: Function 'elementNumberAfter' argument 2 names different: declaration 's' definition 'gi'. [funcArgNamesDifferent]
openjade-1.3.2/style/NumberCache.h:26:68: note: Function 'elementNumberAfter' argument 2 names different: declaration 's' definition 'gi'.
openjade-1.3.2/style/NumberCache.cxx:26:83: note: Function 'elementNumberAfter' argument 2 names different: declaration 's' definition 'gi'.
openjade-1.3.2/style/NumberCache.cxx:27:27: style: Function 'elementNumberAfter' argument 3 names different: declaration 'reset' definition 'resetGi'. [funcArgNamesDifferent]
openjade-1.3.2/style/NumberCache.h:27:23: note: Function 'elementNumberAfter' argument 3 names different: declaration 'reset' definition 'resetGi'.
openjade-1.3.2/style/NumberCache.cxx:27:27: note: Function 'elementNumberAfter' argument 3 names different: declaration 'reset' definition 'resetGi'.
openjade-1.3.2/style/NumberCache.cxx:94:78: style: Function 'elementNumber' argument 2 names different: declaration 's' definition 'gi'. [funcArgNamesDifferent]
openjade-1.3.2/style/NumberCache.h:23:67: note: Function 'elementNumber' argument 2 names different: declaration 's' definition 'gi'.
openjade-1.3.2/style/NumberCache.cxx:94:78: note: Function 'elementNumber' argument 2 names different: declaration 's' definition 'gi'.
openjade-1.3.2/style/NumberCache.cxx:198:21: warning: Member variable 'Entry::num' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/NumberCache.cxx:203:28: warning: Member variable 'ElementEntry::subNum' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/ProcessContext.cxx:110:7: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/ProcessContext.cxx:124:35: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/ProcessContext.cxx:158:3: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/ProcessContext.cxx:690:6: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/ProcessContext.cxx:711:13: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/ProcessContext.cxx:721:13: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/ProcessContext.cxx:361:79: style: Function 'Connection' argument 3 names different: declaration 'connectableLevel' definition 'connLevel'. [funcArgNamesDifferent]
openjade-1.3.2/style/ProcessContext.h:105:53: note: Function 'Connection' argument 3 names different: declaration 'connectableLevel' definition 'connLevel'.
openjade-1.3.2/style/ProcessContext.cxx:361:79: note: Function 'Connection' argument 3 names different: declaration 'connectableLevel' definition 'connLevel'.
openjade-1.3.2/style/ProcessContext.cxx:372:38: style: Function 'pushPorts' argument 2 names different: declaration 'ports' definition 'labels'. [funcArgNamesDifferent]
openjade-1.3.2/style/ProcessContext.h:48:31: note: Function 'pushPorts' argument 2 names different: declaration 'ports' definition 'labels'.
openjade-1.3.2/style/ProcessContext.cxx:372:38: note: Function 'pushPorts' argument 2 names different: declaration 'ports' definition 'labels'.
openjade-1.3.2/style/ProcessContext.cxx:361:29: warning: Member variable 'Connection::fotb' is not initialized in the constructor. [uninitMemberVar]
openjade-1.3.2/style/SosofoObj.h:190:11: style: Member variable 'SetNonInheritedCsSosofoObj::display_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/ProcessContext.cxx:654:35: note: Member variable 'SetNonInheritedCsSosofoObj::display_' is in the wrong place in the initializer list.
openjade-1.3.2/style/SosofoObj.h:190:11: note: Member variable 'SetNonInheritedCsSosofoObj::display_' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessContext.h:134:12: style: Member variable 'ProcessContext::connectableStackLevel_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/ProcessContext.cxx:17:84: note: Member variable 'ProcessContext::connectableStackLevel_' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessContext.h:134:12: note: Member variable 'ProcessContext::connectableStackLevel_' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessContext.h:84:17: style: Member variable 'Port::fotb' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/ProcessContext.cxx:497:17: note: Member variable 'Port::fotb' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessContext.h:84:17: note: Member variable 'Port::fotb' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessContext.h:109:14: style: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/ProcessContext.cxx:367:36: note: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessContext.h:109:14: note: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessContext.h:109:14: style: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/ProcessContext.cxx:362:42: note: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessContext.h:109:14: note: Member variable 'Connection::connectableLevel' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessingMode.cxx:277:27: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/ProcessingMode.cxx:146:35: style: Function 'addRule' argument 1 names different: declaration 'matchesRoot' definition 'root'. [funcArgNamesDifferent]
openjade-1.3.2/style/ProcessingMode.h:86:21: note: Function 'addRule' argument 1 names different: declaration 'matchesRoot' definition 'root'.
openjade-1.3.2/style/ProcessingMode.cxx:146:35: note: Function 'addRule' argument 1 names different: declaration 'matchesRoot' definition 'root'.
openjade-1.3.2/style/ProcessingMode.cxx:285:56: style: Function 'elementRuleAdvance' argument 1 names different: declaration 'nd' definition 'node'. [funcArgNamesDifferent]
openjade-1.3.2/style/ProcessingMode.h:116:49: note: Function 'elementRuleAdvance' argument 1 names different: declaration 'nd' definition 'node'.
openjade-1.3.2/style/ProcessingMode.cxx:285:56: note: Function 'elementRuleAdvance' argument 1 names different: declaration 'nd' definition 'node'.
openjade-1.3.2/style/ProcessingMode.h:57:14: style: Member variable 'Action::defLoc_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/ProcessingMode.cxx:91:26: note: Member variable 'Action::defLoc_' is in the wrong place in the initializer list.
openjade-1.3.2/style/ProcessingMode.h:57:14: note: Member variable 'Action::defLoc_' is in the wrong place in the initializer list.
openjade-1.3.2/style/SchemeParser.cxx:102:55: style: Function 'parseMapSdataEntity' argument 1 names different: declaration 'name' definition 'ename'. [funcArgNamesDifferent]
openjade-1.3.2/style/SchemeParser.h:22:43: note: Function 'parseMapSdataEntity' argument 1 names different: declaration 'name' definition 'ename'.
openjade-1.3.2/style/SchemeParser.cxx:102:55: note: Function 'parseMapSdataEntity' argument 1 names different: declaration 'name' definition 'ename'.
openjade-1.3.2/style/SchemeParser.cxx:102:77: style: Function 'parseMapSdataEntity' argument 2 names different: declaration 'text' definition 'etext'. [funcArgNamesDifferent]
openjade-1.3.2/style/SchemeParser.h:22:64: note: Function 'parseMapSdataEntity' argument 2 names different: declaration 'text' definition 'etext'.
openjade-1.3.2/style/SchemeParser.cxx:102:77: note: Function 'parseMapSdataEntity' argument 2 names different: declaration 'text' definition 'etext'.
openjade-1.3.2/style/SchemeParser.cxx:2401:57: style: Function 'parseSpecialQuery' argument 1 names different: declaration 'expr' definition 'rexp'. [funcArgNamesDifferent]
openjade-1.3.2/style/SchemeParser.h:107:45: note: Function 'parseSpecialQuery' argument 1 names different: declaration 'expr' definition 'rexp'.
openjade-1.3.2/style/SchemeParser.cxx:2401:57: note: Function 'parseSpecialQuery' argument 1 names different: declaration 'expr' definition 'rexp'.
openjade-1.3.2/style/Style.cxx:210:20: style: Function 'InheritedCInfo' argument 3 names different: declaration 'valLevel' definition 'vl'. [funcArgNamesDifferent]
openjade-1.3.2/style/Style.h:282:13: note: Function 'InheritedCInfo' argument 3 names different: declaration 'valLevel' definition 'vl'.
openjade-1.3.2/style/Style.cxx:210:20: note: Function 'InheritedCInfo' argument 3 names different: declaration 'valLevel' definition 'vl'.
openjade-1.3.2/style/Style.cxx:211:20: style: Function 'InheritedCInfo' argument 4 names different: declaration 'specLevel' definition 'sl'. [funcArgNamesDifferent]
openjade-1.3.2/style/Style.h:282:32: note: Function 'InheritedCInfo' argument 4 names different: declaration 'specLevel' definition 'sl'.
openjade-1.3.2/style/Style.cxx:211:20: note: Function 'InheritedCInfo' argument 4 names different: declaration 'specLevel' definition 'sl'.
openjade-1.3.2/style/Style.cxx:879:12: style: Function 'set' argument 4 names different: declaration 'value' definition 'cacheObj'. [funcArgNamesDifferent]
openjade-1.3.2/style/Style.h:60:61: note: Function 'set' argument 4 names different: declaration 'value' definition 'cacheObj'.
openjade-1.3.2/style/Style.cxx:879:12: note: Function 'set' argument 4 names different: declaration 'value' definition 'cacheObj'.
openjade-1.3.2/style/Style.h:286:12: style: Member variable 'InheritedCInfo::valLevel' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Style.cxx:214:24: note: Member variable 'InheritedCInfo::valLevel' is in the wrong place in the initializer list.
openjade-1.3.2/style/Style.h:286:12: note: Member variable 'InheritedCInfo::valLevel' is in the wrong place in the initializer list.
openjade-1.3.2/style/Style.h:285:23: style: Member variable 'InheritedCInfo::prev' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/Style.cxx:214:62: note: Member variable 'InheritedCInfo::prev' is in the wrong place in the initializer list.
openjade-1.3.2/style/Style.h:285:23: note: Member variable 'InheritedCInfo::prev' is in the wrong place in the initializer list.
openjade-1.3.2/style/Style.cxx:378:3: style: Class 'CIEXYZColorSpaceObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjade-1.3.2/style/Style.cxx:378:3: style: Class 'CIEXYZColorSpaceObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjade-1.3.2/style/Style.cxx:424:3: style: Class 'CIELUVColorSpaceObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjade-1.3.2/style/Style.cxx:424:3: style: Class 'CIELUVColorSpaceObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjade-1.3.2/style/Style.cxx:484:3: style: Class 'CIELABColorSpaceObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjade-1.3.2/style/Style.cxx:484:3: style: Class 'CIELABColorSpaceObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjade-1.3.2/style/Style.cxx:554:3: style: Class 'CIEABCColorSpaceObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjade-1.3.2/style/Style.cxx:554:3: style: Class 'CIEABCColorSpaceObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjade-1.3.2/style/Style.cxx:663:3: style: Class 'CIEAColorSpaceObj' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjade-1.3.2/style/Style.cxx:663:3: style: Class 'CIEAColorSpaceObj' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjade-1.3.2/style/primitive.cxx:3321:21: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/primitive.cxx:3348:20: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/primitive.cxx:3435:21: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/primitive.cxx:3442:14: style: C-style pointer casting [cstyleCast]
openjade-1.3.2/style/primitive.cxx:2410:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjade-1.3.2/style/primitive.cxx:5304:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
openjade-1.3.2/style/primitive.cxx:97:16: style: Member variable 'MapNodeListObj::mapped_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/primitive.cxx:5501:44: note: Member variable 'MapNodeListObj::mapped_' is in the wrong place in the initializer list.
openjade-1.3.2/style/primitive.cxx:97:16: note: Member variable 'MapNodeListObj::mapped_' is in the wrong place in the initializer list.
openjade-1.3.2/style/primitive.cxx:81:27: style: Member variable 'Context::processingMode_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/primitive.cxx:5582:3: note: Member variable 'Context::processingMode_' is in the wrong place in the initializer list.
openjade-1.3.2/style/primitive.cxx:81:27: note: Member variable 'Context::processingMode_' is in the wrong place in the initializer list.
openjade-1.3.2/style/primitive.cxx:80:13: style: Member variable 'Context::currentNode_' is in the wrong place in the initializer list. [initializerList]
openjade-1.3.2/style/primitive.cxx:5583:3: note: Member variable 'Context::currentNode_' is in the wrong place in the initializer list.
openjade-1.3.2/style/primitive.cxx:80:13: note: Member variable 'Context::currentNode_' is in the wrong place in the initializer list.
openjade-1.3.2/style/primitive.cxx:34:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:417:19: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:34:11: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:35:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:418:24: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:35:16: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:36:16: style: The function 'nodeListChunkRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:426:24: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:36:16: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:51:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:417:19: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:51:11: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:52:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:418:24: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:52:16: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:53:16: style: The function 'nodeListChunkRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:426:24: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:53:16: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:62:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:417:19: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:62:11: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:63:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:418:24: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:63:16: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:64:16: style: The function 'nodeListChunkRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:426:24: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:64:16: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:65:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:65:8: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:89:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:417:19: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:89:11: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:90:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:418:24: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:90:16: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:91:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:91:8: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:92:8: style: The function 'suppressError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:430:16: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:92:8: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:109:8: style: The function 'traceSubObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Collector.h:29:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:109:8: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:110:11: style: The function 'nodeListFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:417:19: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:110:11: note: Function in derived class
openjade-1.3.2/style/primitive.cxx:111:16: style: The function 'nodeListRest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/ELObj.h:418:24: note: Virtual function in base class
openjade-1.3.2/style/primitive.cxx:111:16: note: Function in derived class
openjade-1.3.2/style/primitive.h:4:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:4:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:5:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:5:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:6:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:6:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:7:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:7:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:8:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:8:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:9:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:9:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:10:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:10:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:11:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:11:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:12:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:12:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:13:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:13:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:14:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:14:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:15:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:15:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:16:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:16:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:17:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:17:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:18:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:18:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:19:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:19:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:20:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:20:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:21:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:21:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:22:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:22:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:23:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:23:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:24:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:24:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:25:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:25:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:26:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:26:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:27:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:27:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:28:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:28:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:29:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:29:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:30:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:30:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:31:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:31:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:32:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:32:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:33:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:33:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:34:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:34:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:35:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:35:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:36:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:36:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:37:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:37:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:38:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:38:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:39:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:39:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:40:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:40:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:41:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:41:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:42:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:42:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:43:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:43:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:44:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:44:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:45:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:45:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:46:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:46:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:47:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:47:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:48:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:48:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:49:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:49:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:50:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:50:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:51:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:51:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:52:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:52:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:53:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:53:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:54:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:54:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:55:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:55:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:56:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:56:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:57:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:57:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:58:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:58:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:59:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:59:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:60:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:60:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:61:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:61:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:62:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:62:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:63:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:63:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:64:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:64:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:65:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:65:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:66:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:66:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:67:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:67:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:68:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:68:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:69:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:69:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:70:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:70:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:71:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:71:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:72:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:72:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:73:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:73:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:74:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:74:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:75:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:75:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:76:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:76:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:78:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:78:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:79:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:79:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:80:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:80:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:81:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:81:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:82:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:82:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:83:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:83:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:84:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:84:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:85:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:85:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:86:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:86:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:87:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:87:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:88:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:88:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:89:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:89:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:90:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:90:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:91:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:91:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:92:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:92:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:93:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:93:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:94:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:94:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:95:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:95:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:96:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:96:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:97:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:97:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:98:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:98:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:99:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:99:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:100:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:100:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:101:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:101:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:102:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:102:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:103:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:103:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:104:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:104:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:105:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:105:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:106:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:106:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:107:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:107:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:108:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:108:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:109:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:109:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:111:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:111:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:112:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:112:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:113:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:113:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:114:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:114:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:115:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:115:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:116:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:116:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:117:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:117:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:118:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:118:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:119:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:119:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:120:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:120:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:121:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:121:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:122:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:122:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:123:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:123:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:124:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:124:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:125:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:125:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:126:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:126:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:127:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:127:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:128:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:128:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:129:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:129:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:130:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:130:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:131:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:131:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:132:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:132:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:133:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:133:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:134:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:134:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:135:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:135:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:136:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:136:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:137:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:137:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:138:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:138:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:139:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:139:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:140:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:140:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:141:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:141:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:142:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:142:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:143:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:143:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:144:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:144:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:145:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:145:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:147:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:147:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:148:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:148:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:149:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:149:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:150:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:150:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:151:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:151:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:152:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:152:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:153:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:153:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:154:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:154:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:155:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:155:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:156:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:156:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:157:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:157:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:158:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:158:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:159:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:159:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:160:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:160:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:161:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:161:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:162:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:162:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:163:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:163:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:164:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:164:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:165:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:165:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:166:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:166:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:167:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:167:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:168:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:168:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:169:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:169:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:170:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:170:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:171:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:171:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:172:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:172:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:174:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:174:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:175:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:175:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:176:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:176:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:177:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:177:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:178:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:178:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:180:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:180:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:181:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:181:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:182:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:182:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:183:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:183:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:184:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:184:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:185:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:185:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:186:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:186:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:187:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:187:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:188:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:188:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:189:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:189:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:190:11: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:190:11: note: Function in derived class
openjade-1.3.2/style/primitive.h:192:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:192:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:193:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:193:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:194:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:194:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:195:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:195:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:196:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:196:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:197:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:197:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:198:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:198:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:199:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:199:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:200:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:200:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:201:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:201:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:202:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:202:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:203:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:203:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:204:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:204:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:205:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:205:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:206:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:206:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:207:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:207:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:208:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:208:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:209:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:209:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:210:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:210:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:211:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:211:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:212:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:212:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:213:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:213:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:214:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:214:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:215:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:215:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:216:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:216:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:217:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:217:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:218:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:218:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:219:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:219:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:220:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:220:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:221:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:221:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:222:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:222:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:223:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:223:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:224:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:224:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:225:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:225:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:226:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:226:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:227:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:227:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:228:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:228:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:229:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:229:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:231:1: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:231:1: note: Function in derived class
openjade-1.3.2/style/primitive.h:233:12: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:233:12: note: Function in derived class
openjade-1.3.2/style/primitive.h:234:12: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:234:12: note: Function in derived class
openjade-1.3.2/style/primitive.h:235:12: style: The function 'primitiveCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjade-1.3.2/style/Insn.h:363:18: note: Virtual function in base class
openjade-1.3.2/style/primitive.h:235:12: note: Function in derived class
[12:49]

ftp://ftp.se.debian.org/debian/pool/main/o/openjdk-10/openjdk-10_10.0.2+13.orig.tar.xz
Checking openjdk-10-10.0.2+13/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_digest.c: __GCC__=1;__GCC__=1...

openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:169:34: style: Condition 'pointer_size==4' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:168:28: note: Assignment 'pointer_size=sizeof(void*)', assigned value is 8
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:169:34: note: Condition 'pointer_size==4' is always false
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:189:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:195:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:280:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:281:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:284:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:285:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:286:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:287:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:288:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:289:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:290:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:291:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:292:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:131:31: style: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.h:39:39: note: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:131:31: note: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:158:31: style: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.h:40:39: note: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:158:31: note: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:166:36: style: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.h:38:44: note: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
openjdk-10-10.0.2+13/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:166:36: note: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
openjdk-10-10.0.2+13/make/src/native/fixpath.c:152:9: style: The scope of the variable 'drive_letter_pos' can be reduced. [variableScope]
openjdk-10-10.0.2+13/make/src/native/fixpath.c:212:10: style: Unused variable: len [unusedVariable]
openjdk-10-10.0.2+13/make/src/native/fixpath.c:428:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openjdk-10-10.0.2+13/make/src/native/fixpath.c:134:5: error: Memory leak: out [memleak]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/assembler_aarch64.cpp:1428:16: style: Variable 'shift' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:137:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:142:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:212:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:220:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:271:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:279:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:289:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:346:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:407:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:432:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:520:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:531:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:288:39: style: Unused private function: 'NativeMovConstRegPatching::nativeMovConstRegPatching_at' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:355:35: style: Unused private function: 'NativeMovRegMemPatching::nativeMovRegMemPatching_at' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:67:15: style: Technically the member function 'NativeInstruction::is_nop' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:465:32: note: Technically the member function 'NativeInstruction::is_nop' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:67:15: note: Technically the member function 'NativeInstruction::is_nop' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:70:8: style: Technically the member function 'NativeInstruction::is_jump' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:470:32: note: Technically the member function 'NativeInstruction::is_jump' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:70:8: note: Technically the member function 'NativeInstruction::is_jump' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:93:8: style: Technically the member function 'NativeInstruction::set_char_at' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:94:8: style: Technically the member function 'NativeInstruction::set_int_at' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:95:8: style: Technically the member function 'NativeInstruction::set_uint_at' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:96:8: style: Technically the member function 'NativeInstruction::set_ptr_at' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:97:8: style: Technically the member function 'NativeInstruction::set_oop_at' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:110:8: style: Technically the member function 'NativeInstruction::is_ldr_literal' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:121:8: style: Technically the member function 'NativeInstruction::is_call' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:129:8: style: Technically the member function 'NativeInstruction::is_Membar' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:176:9: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:253:8: style: Technically the member function 'NativeMovConstReg::flush' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:525:16: style: Technically the member function 'NativeMembar::get_kind' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:526:8: style: Technically the member function 'NativeMembar::set_kind' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_FrameMap_aarch64.cpp:198:61: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:1724:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:241:17: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:1295:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:2529:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1059:7: style: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1053:0: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1059:7: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:191:15: style: Variable 'shift' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:479:25: style: Variable 'left_arg' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:480:25: style: Variable 'right_arg' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:581:12: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1348:23: style: Variable 'is_safepoint' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_MacroAssembler_aarch64.cpp:126:13: style: Variable 'aligned_mask' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/register_aarch64.hpp:39:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/register_aarch64.hpp:123:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:145:23: style: Same expression on both sides of '||'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:56:22: style: Variable 'align_stack' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:318:18: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:461:47: style: Variable 'exception_oop_callee_saved' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:463:33: style: Variable 'exception_pc' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/register_aarch64.hpp:210:3: style: Class 'RegSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/register_aarch64.hpp:216:3: style: Class 'RegSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/compiledIC_aarch64.cpp:136:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/icBuffer_aarch64.cpp:65:29: style: Variable 'move' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/immediate_aarch64.cpp:256:12: style: The scope of the variable 'dpval' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:392:3: warning: Member variable 'CPUState::fr' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:420:20: style: Technically the member function 'CPUState::wreg' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:428:18: style: Technically the member function 'CPUState::wregs' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:436:20: style: Technically the member function 'CPUState::hreg' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:444:18: style: Technically the member function 'CPUState::hregs' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:452:20: style: Technically the member function 'CPUState::breg' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:460:18: style: Technically the member function 'CPUState::bregs' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:517:8: style: Technically the member function 'CPUState::checkAssertions' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:300:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:163:36: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:300:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:961:53: style: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:232:45: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:961:53: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:991:58: style: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:247:50: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:991:58: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1116:63: style: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:260:38: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1116:63: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1394:90: style: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:265:65: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1394:90: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1435:62: style: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:268:37: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1435:62: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1437:62: style: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:269:37: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1437:62: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:62:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/interpreterRT_aarch64.cpp:375:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:947:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:952:3: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:947:3: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:2562:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:183:58: style: Variable 'dest' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:346:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:72:19: style: Variable 'code_size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:163:0: style: Variable 'insn' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:346:51: style: Variable 'n_jump' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:323:10: warning: Assert statement calls a function which may have desired side effects: 'nativeInstruction_at'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:324:13: warning: Assert statement calls a function which may have desired side effects: 'nativeInstruction_at'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:75:8: style: Technically the member function 'NativeInstruction::is_movz' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:299:25: note: Technically the member function 'NativeInstruction::is_movz' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:75:8: note: Technically the member function 'NativeInstruction::is_movz' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:76:8: style: Technically the member function 'NativeInstruction::is_movk' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:303:25: note: Technically the member function 'NativeInstruction::is_movk' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:76:8: note: Technically the member function 'NativeInstruction::is_movk' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:77:8: style: Technically the member function 'NativeInstruction::is_sigill_zombie_not_entrant' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:307:25: note: Technically the member function 'NativeInstruction::is_sigill_zombie_not_entrant' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:77:8: note: Technically the member function 'NativeInstruction::is_sigill_zombie_not_entrant' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:177:9: performance: Technically the member function 'NativeCall::verify' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:39:18: note: Technically the member function 'NativeCall::verify' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:177:9: note: Technically the member function 'NativeCall::verify' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:208:11: style: Technically the member function 'NativeCall::get_trampoline' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:94:21: note: Technically the member function 'NativeCall::get_trampoline' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:208:11: note: Technically the member function 'NativeCall::get_trampoline' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:251:9: style: Technically the member function 'NativeMovConstReg::set_data' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:131:25: note: Technically the member function 'NativeMovConstReg::set_data' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:251:9: note: Technically the member function 'NativeMovConstReg::set_data' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:259:9: performance: Technically the member function 'NativeMovConstReg::verify' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:116:25: note: Technically the member function 'NativeMovConstReg::verify' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:259:9: note: Technically the member function 'NativeMovConstReg::verify' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:260:9: style: Technically the member function 'NativeMovConstReg::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:141:25: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:260:9: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:331:9: style: Technically the member function 'NativeMovRegMem::set_offset' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:161:23: note: Technically the member function 'NativeMovRegMem::set_offset' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:331:9: note: Technically the member function 'NativeMovRegMem::set_offset' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:335:8: performance: Technically the member function 'NativeMovRegMem::verify' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:173:23: note: Technically the member function 'NativeMovRegMem::verify' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:335:8: note: Technically the member function 'NativeMovRegMem::verify' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:389:8: style: Technically the member function 'NativeJump::set_jump_destination' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:199:18: note: Technically the member function 'NativeJump::set_jump_destination' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:389:8: note: Technically the member function 'NativeJump::set_jump_destination' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:394:8: performance: Technically the member function 'NativeJump::verify' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:181:18: note: Technically the member function 'NativeJump::verify' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:394:8: note: Technically the member function 'NativeJump::verify' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:424:8: style: Technically the member function 'NativeGeneralJump::set_jump_destination' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:223:25: note: Technically the member function 'NativeGeneralJump::set_jump_destination' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:424:8: note: Technically the member function 'NativeGeneralJump::set_jump_destination' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2356:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2309:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2356:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2450:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2356:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2450:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:3033:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:3029:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:3033:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1898:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:147:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1142:22: style: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1155:7: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1142:22: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1145:22: style: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1159:7: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1145:22: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp:819:9: style: Unused variable: offset [unusedVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp:4100:7: performance: Variable 'Pa_base' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/templateTable_aarch64.cpp:3129:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/vm_version_aarch64.cpp:175:21: style: The scope of the variable 'p' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/aarch64/vm_version_aarch64.cpp:88:3: style: Class 'VM_Version_StubGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/register_arm.hpp:168:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/register_arm.hpp:214:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:80:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:153:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:160:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:180:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:201:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:208:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:237:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:284:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:342:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:363:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:394:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:407:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:425:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:429:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:81:46: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:83:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:84:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:141:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:162:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:163:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:184:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:185:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:213:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:215:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:216:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:238:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:289:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:335:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:336:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:337:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:380:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:381:49: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:393:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:395:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:425:49: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:452:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:222:8: style: Technically the member function 'NativeGeneralJump::set_jump_destination' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:314:8: style: Technically the member function 'RawNativeCall::set_destination' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:329:8: style: Technically the member function 'RawNativeCall::verify' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:333:8: performance: Technically the member function 'RawNativeCall::verify_alignment' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:377:8: style: Technically the member function 'NativeMovConstReg::is_pc_relative' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:73:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:74:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:81:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:82:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:209:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:210:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:211:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:212:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:220:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:265:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:288:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:289:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:290:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:291:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:294:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:301:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:307:93: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:327:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:332:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:349:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:351:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:357:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:363:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:451:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:452:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:456:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:457:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:461:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:462:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:471:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:472:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:474:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:476:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:520:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:523:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:713:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:714:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:715:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:721:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:746:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:748:46: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:757:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:759:47: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:837:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:838:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:843:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:844:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:852:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:853:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:857:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:858:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:955:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:956:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:957:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:963:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:988:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:990:47: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:999:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1001:48: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1058:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1059:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1393:56: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1395:65: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1410:121: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1419:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1421:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1423:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1426:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1427:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1430:46: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1434:61: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1454:61: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1525:123: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1536:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1538:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1547:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1549:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1553:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1555:50: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1560:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1563:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1565:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1568:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1569:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1572:48: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1579:61: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1594:61: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1613:123: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1644:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1646:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1654:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1659:50: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1668:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1676:44: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1685:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1687:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1692:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1694:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1704:48: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1716:61: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1778:103: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1784:60: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1786:49: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1812:103: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2081:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2100:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2231:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2344:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2345:44: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2375:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2486:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2487:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2495:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2502:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2506:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2540:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2548:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2560:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2561:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2568:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2575:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2618:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2619:72: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2628:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2630:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2632:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2634:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2704:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2706:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2729:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2739:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2752:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2754:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2769:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2776:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2795:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2802:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2807:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2927:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2929:51: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2931:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2932:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2934:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2937:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2938:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2968:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2971:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2972:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2973:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2974:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3015:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3022:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3057:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3058:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3278:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3342:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3343:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3345:79: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3358:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3359:80: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3360:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3372:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3376:101: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3380:103: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3384:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3388:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3392:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3396:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3488:103: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3523:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3588:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3594:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3595:103: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3147:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:54:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:56:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:62:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:66:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:70:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:71:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:74:49: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:75:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:89:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:90:93: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:105:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:106:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:113:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:119:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:225:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:230:58: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:231:58: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:270:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:271:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:273:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:275:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:319:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:321:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:324:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:326:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:328:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:363:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:377:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:384:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:385:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:403:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:404:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:405:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:406:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:424:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:425:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:427:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:433:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:463:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:464:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:465:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:466:108: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:470:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:502:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:506:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:509:80: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:723:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:738:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:739:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:740:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:741:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:743:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:753:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:762:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:765:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:784:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:785:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:786:97: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:803:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:804:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:820:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:821:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:822:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:823:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:826:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:859:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:884:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:887:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:917:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:918:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:919:97: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:935:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:936:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:944:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:945:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1040:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1043:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1045:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1046:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1050:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1051:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1052:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1053:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1057:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1059:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1064:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1074:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1075:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1077:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1078:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1092:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1094:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1106:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1107:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1114:99: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:1160:86: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/compiledIC_arm.cpp:162:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/icBuffer_arm.cpp:47:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/icBuffer_arm.cpp:49:64: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:218:91: style: Function 'get_index_at_bcp' argument 3 names different: declaration 'reg_tmp' definition 'tmp_reg'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.hpp:134:66: note: Function 'get_index_at_bcp' argument 3 names different: declaration 'reg_tmp' definition 'tmp_reg'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:218:91: note: Function 'get_index_at_bcp' argument 3 names different: declaration 'reg_tmp' definition 'tmp_reg'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:296:70: style: Function 'load_resolved_reference_at_index' argument 2 names different: declaration 'tmp' definition 'index'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.hpp:142:67: note: Function 'load_resolved_reference_at_index' argument 2 names different: declaration 'tmp' definition 'index'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:296:70: note: Function 'load_resolved_reference_at_index' argument 2 names different: declaration 'tmp' definition 'index'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1051:54: style: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.hpp:269:31: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1051:54: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1192:56: style: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.hpp:270:31: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1192:56: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1327:70: style: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.hpp:287:45: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1327:70: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1386:75: style: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.hpp:299:50: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1386:75: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1386:100: style: Function 'update_mdp_by_offset' argument 3 names different: declaration 'reg_tmp' definition 'reg_temp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.hpp:299:77: note: Function 'update_mdp_by_offset' argument 3 names different: declaration 'reg_tmp' definition 'reg_temp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1386:100: note: Function 'update_mdp_by_offset' argument 3 names different: declaration 'reg_tmp' definition 'reg_temp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1804:84: style: Function 'inc_global_counter' argument 2 names different: declaration 'offset_in_bytes' definition 'offset'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.hpp:323:59: note: Function 'inc_global_counter' argument 2 names different: declaration 'offset_in_bytes' definition 'offset'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.cpp:1804:84: note: Function 'inc_global_counter' argument 2 names different: declaration 'offset_in_bytes' definition 'offset'.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interp_masm_arm.hpp:61:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/interpreterRT_arm.cpp:427:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1861:7: style: Condition '!fallthrough_is_success' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1804:33: note: Assignment 'fallthrough_is_success=false', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1861:7: note: Condition '!fallthrough_is_success' is always true
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1909:7: style: Condition '!fallthrough_is_success' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1871:33: note: Assignment 'fallthrough_is_success=false', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1909:7: note: Condition '!fallthrough_is_success' is always true
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1017:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1140:8: style: Unused variable: buffer [unusedVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1583:19: style: Variable 'push_size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1692:87: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/methodHandles_arm.cpp:511:97: warning: Either the condition 'last_sp!=NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/methodHandles_arm.cpp:513:38: note: Assuming that condition 'last_sp!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/methodHandles_arm.cpp:504:24: note: Assignment 'base_sp=last_sp', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/methodHandles_arm.cpp:511:97: note: Null pointer subtraction
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/methodHandles_arm.cpp:511:97: style: Same expression on both sides of '-' because the value of 'base_sp' and 'last_sp' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/methodHandles_arm.cpp:504:24: note: 'base_sp' is assigned value 'last_sp' here.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/methodHandles_arm.cpp:511:97: note: Same expression on both sides of '-' because the value of 'base_sp' and 'last_sp' are the same.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/methodHandles_arm.cpp:392:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.cpp:165:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_32.cpp:56:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/nativeInst_arm_64.cpp:69:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/sharedRuntime_arm.cpp:1268:7: style: The scope of the variable 'fp_regs_in_arguments' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/sharedRuntime_arm.cpp:168:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:288:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:289:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:291:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:293:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:294:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:295:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:302:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:306:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:310:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:311:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:312:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:317:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:318:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:321:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:322:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:324:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:325:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:326:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:327:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:353:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:355:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:357:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:369:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:381:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:382:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:385:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:386:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:387:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:388:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:400:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:422:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:424:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:425:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:437:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:444:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:446:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:462:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:468:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:469:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:472:47: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:485:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:486:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:487:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:494:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:499:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:505:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:509:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:515:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:520:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:572:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:573:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:574:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:575:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:595:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:621:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:622:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:627:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:643:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:670:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:671:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:672:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:673:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:682:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:708:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:709:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:710:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:711:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:712:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:713:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:714:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:715:79: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:716:79: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:718:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:723:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:729:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:733:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:734:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:745:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:750:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:754:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:757:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:769:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:770:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:771:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:772:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:773:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:777:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:779:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:782:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:783:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:786:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:789:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:914:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:915:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:916:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:917:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:919:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:920:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:921:73: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:968:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:974:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1004:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1005:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1148:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1167:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1227:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1228:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1230:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1244:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1245:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1247:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1330:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1331:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1334:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1335:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1339:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1340:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1345:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1346:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1351:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1352:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1355:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1383:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1397:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1446:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1447:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1449:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1463:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1464:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1466:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1548:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1549:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1552:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1553:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1557:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1558:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1563:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1564:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1569:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1570:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1573:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1615:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1676:52: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1677:53: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1679:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1683:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1684:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1695:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1696:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1697:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1698:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1699:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1700:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1701:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1705:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1708:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1709:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1710:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1711:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1712:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1713:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1714:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1715:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1721:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1723:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1732:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1827:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1829:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1830:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1831:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1832:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1833:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1834:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1835:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1836:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1837:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1838:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1841:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1842:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1843:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1844:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1845:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1846:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1849:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1850:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1851:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1852:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1855:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1859:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1861:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1862:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1863:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1864:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1865:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1866:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1867:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1868:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1869:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1870:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1873:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1874:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1875:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1876:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1877:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1878:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1881:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1882:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1883:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1884:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1893:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1894:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1896:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1897:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1900:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1901:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1904:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1948:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2008:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2009:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2010:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2012:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2013:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2024:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2025:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2026:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2027:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2028:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2029:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2030:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2031:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2032:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2033:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2034:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2038:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2041:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2042:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2043:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2044:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2050:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2052:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2062:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2166:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2168:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2169:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2170:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2171:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2172:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2173:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2174:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2175:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2176:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2177:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2180:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2181:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2182:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2183:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2184:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2185:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2188:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2189:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2190:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2191:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2194:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2195:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2199:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2201:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2202:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2203:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2204:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2205:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2206:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2207:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2208:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2209:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2210:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2213:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2214:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2215:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2216:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2217:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2218:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2221:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2222:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2223:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2224:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2229:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2230:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2235:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2236:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2238:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2242:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2243:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2501:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2538:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2639:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2694:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2736:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2737:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2738:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2739:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2745:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2944:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2945:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3032:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3054:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3055:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3056:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3057:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3064:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3080:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3087:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3190:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3191:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3193:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3202:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3205:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3332:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3333:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3335:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3336:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3344:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3351:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3360:55: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3365:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3371:64: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3389:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3397:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3401:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3407:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3408:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3410:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3412:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3427:53: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3433:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3435:42: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3437:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3438:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3452:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3508:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3509:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3510:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3513:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3514:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3515:48: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3516:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3522:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3523:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3524:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3528:48: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3535:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3537:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3539:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3617:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3627:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3628:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3713:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3714:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3745:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3746:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3756:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3764:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3765:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3772:53: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3776:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3778:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3816:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3833:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:131:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:132:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:133:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:136:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:137:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:140:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:142:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:143:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:144:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:145:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:146:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:147:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:148:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:149:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:150:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:151:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:152:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:153:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:154:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:155:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:156:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:157:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:160:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:161:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:164:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:166:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:175:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:176:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:177:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:178:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:179:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:180:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:181:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:182:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:183:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:184:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:185:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:186:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:187:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:189:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:190:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:191:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:192:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:193:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:194:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:195:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:196:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:197:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:198:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:199:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:200:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:201:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:203:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:204:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:205:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:206:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:207:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:208:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:209:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:210:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:211:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:212:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:213:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:214:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:215:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:216:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:218:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:219:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:220:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:221:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:222:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:223:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:224:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:225:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:226:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:227:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:228:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:229:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:230:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:233:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:235:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:236:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:237:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:243:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:247:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:249:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:250:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:251:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:252:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:253:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:254:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:255:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:256:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:257:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:258:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:259:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:260:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:262:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:264:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:265:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:266:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:267:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:268:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:269:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:270:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:271:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:272:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:273:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:274:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:275:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:278:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:279:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:280:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:281:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:282:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:283:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:284:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:285:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:286:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:287:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:288:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:289:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:290:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:293:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:294:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:295:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:296:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:297:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:298:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:299:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:300:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:301:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:302:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:303:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:304:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:305:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:308:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:310:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:311:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:313:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:328:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:329:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:330:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:333:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:336:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:337:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:341:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:344:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:347:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:348:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:349:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:350:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:351:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:352:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:353:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:354:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:355:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:356:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:357:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:358:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:359:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:360:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:361:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:362:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:366:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:367:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:370:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:381:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:382:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:383:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:384:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:385:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:386:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:387:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:388:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:389:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:390:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:391:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:392:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:393:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:395:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:396:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:397:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:398:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:399:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:400:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:401:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:402:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:403:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:404:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:405:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:406:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:407:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:409:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:410:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:411:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:412:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:413:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:414:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:415:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:416:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:417:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:418:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:419:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:420:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:421:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:422:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:424:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:425:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:426:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:427:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:428:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:429:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:430:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:431:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:432:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:433:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:434:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:435:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:436:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:439:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:441:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:442:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:443:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:450:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:452:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:455:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:459:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:461:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:462:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:463:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:464:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:465:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:466:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:467:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:468:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:469:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:470:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:472:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:476:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:478:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:479:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:480:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:481:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:482:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:483:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:484:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:485:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:486:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:487:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:488:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:489:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:491:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:493:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:494:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:495:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:496:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:497:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:498:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:499:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:500:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:501:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:502:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:503:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:504:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:506:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:508:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:509:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:510:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:511:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:512:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:513:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:514:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:515:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:516:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:517:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:518:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:519:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:521:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:523:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:524:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:525:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:543:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:545:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:547:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:550:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:551:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:554:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:557:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:561:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:563:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:564:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:565:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:566:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:567:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:569:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:570:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:571:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:572:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:577:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:578:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:579:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:581:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:584:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:585:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:587:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:588:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:616:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:619:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:622:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:626:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:627:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:635:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:636:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:639:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:640:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:646:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:648:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:652:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:655:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:658:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:659:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:660:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:661:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:662:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:665:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:666:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:667:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:676:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:677:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:683:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:684:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:687:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:688:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:689:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:692:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:693:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:695:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:699:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:700:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:703:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:704:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:707:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:710:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:716:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:720:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:725:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:730:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:735:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:740:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:745:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:750:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:755:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:766:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:767:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:773:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:774:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:784:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:788:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:789:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:792:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:793:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:801:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:802:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:803:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:804:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:805:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:806:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:807:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:808:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:809:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:810:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:811:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:812:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:813:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:815:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:816:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:817:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:818:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:819:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:820:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:821:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:822:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:823:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:824:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:825:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:826:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:827:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:829:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:830:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:831:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:832:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:833:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:834:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:835:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:836:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:837:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:838:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:839:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:840:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:841:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:842:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:844:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:845:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:846:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:847:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:848:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:849:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:850:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:851:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:852:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:853:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:854:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:855:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:856:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:859:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:862:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:863:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:864:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:873:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:876:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:878:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:879:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:880:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:881:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:882:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:883:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:884:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:885:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:886:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:887:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:888:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:889:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:891:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:892:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:893:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:894:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:895:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:896:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:897:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:898:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:899:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:900:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:901:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:904:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:905:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:906:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:907:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:908:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:909:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:910:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:911:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:912:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:913:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:914:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:917:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:918:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:919:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:920:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:921:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:922:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:923:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:924:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:925:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:926:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:927:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:931:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:932:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:943:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:946:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:947:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:948:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:955:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:957:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:961:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:963:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:967:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:970:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:974:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:976:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:980:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:982:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:986:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:988:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:992:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:994:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:998:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1000:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1004:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1006:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1010:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1014:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1015:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1022:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1023:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1027:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1028:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1029:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4387:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4388:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4393:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4395:44: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4405:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4407:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4408:84: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:772:30: style: Variable 'scratch_hi' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3338:15: style: Variable 'callee_saved_regs' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/templateInterpreterGenerator_arm.cpp:150:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/templateTable_arm.cpp:2341:37: style: Same expression on both sides of '==' because the value of 'overflow_frequency' and '1024' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/templateTable_arm.cpp:2335:42: note: 'overflow_frequency' is assigned value '1024' here.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/templateTable_arm.cpp:2341:37: note: Same expression on both sides of '==' because the value of 'overflow_frequency' and '1024' are the same.
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/templateTable_arm.cpp:555:13: style: Variable 'tags_offset' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/templateTable_arm.cpp:2198:13: style: Variable 'method_offset' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/templateTable_arm.cpp:4046:14: style: Variable 'is_invokeinterface' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/templateTable_arm.cpp:4050:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/vm_version_arm_32.cpp:50:3: style: Class 'VM_Version_StubGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/arm/vtableStubs_arm.cpp:128:13: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/assembler_ppc.cpp:433:24: style: Variable 'return_xd' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:191:3: warning: Possible null pointer dereference: call [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:188:22: note: Assignment 'call=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:191:3: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:126:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:182:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:190:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:240:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:277:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:315:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:331:8: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:351:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:377:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:413:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:438:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:508:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:507:34: style: Unused private function: 'NativeMovRegMem::nativeMovRegMem_at' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:53:8: style: Technically the member function 'NativeInstruction::is_jump' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:55:8: style: Technically the member function 'NativeInstruction::is_sigtrap_ic_miss_check' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:60:8: style: Technically the member function 'NativeInstruction::is_sigtrap_null_check' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:67:8: style: Technically the member function 'NativeInstruction::is_sigtrap_zombie_not_entrant' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:74:8: style: Technically the member function 'NativeInstruction::is_sigill_zombie_not_entrant' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:90:8: style: Technically the member function 'NativeInstruction::is_sigtrap_should_not_reach_here' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:94:8: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:105:8: style: Technically the member function 'NativeInstruction::is_memory_serialization' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:111:11: style: Technically the member function 'NativeInstruction::get_stack_bang_address' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:177:8: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:484:8: style: Technically the member function 'NativeMovRegMem::set_offset' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp:2700:49: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp:2743:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1346:9: style: Condition '!can_move_barrier' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1345:35: note: Assignment 'can_move_barrier=true', assigned value is 1
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1346:9: note: Condition '!can_move_barrier' is always false
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1191:3: style: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1187:0: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1191:3: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1465:7: style: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1459:0: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1465:7: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:505:96: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:559:95: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/register_ppc.hpp:80:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/register_ppc.hpp:196:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/register_ppc.hpp:251:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/register_ppc.hpp:352:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/register_ppc.hpp:398:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/register_ppc.hpp:503:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/vmreg_ppc.inline.hpp:30:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:58:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:61:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:69:8: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:70:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:77:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:81:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:83:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:86:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:103:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:104:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:124:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:130:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:131:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:137:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:138:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:139:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:182:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:183:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:186:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:187:55: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:200:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:208:42: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:221:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:229:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:234:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:235:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:265:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:267:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:281:53: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:286:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:288:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:290:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:292:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:310:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:311:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:312:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:313:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:314:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:315:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:317:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:322:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:332:53: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:337:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:339:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:341:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:343:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:350:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:361:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:364:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:376:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:378:51: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:382:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:383:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:444:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:450:53: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:480:47: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:482:47: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:493:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:501:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:504:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:506:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:508:57: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:510:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:511:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:512:49: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:515:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:516:100: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:521:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:522:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:530:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:573:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:574:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:575:42: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:578:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:579:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:582:105: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:584:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:586:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:616:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:617:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:618:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:619:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:621:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:635:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:640:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:657:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:662:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:670:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:671:53: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:677:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:678:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:904:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:911:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:915:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:916:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:925:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:926:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:927:49: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:931:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:932:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:950:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:951:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:964:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:965:73: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:966:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:968:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:979:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:980:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:999:71: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:1000:71: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:1002:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:1005:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:1017:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:1022:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:922:3: warning: Label 'unimplemented_entry' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/compiledIC_ppc.cpp:227:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:57:67: style: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:60:42: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:57:67: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:77:69: style: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:66:44: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:77:69: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:90:69: style: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:67:44: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:90:69: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:514:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:76:35: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:514:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:514:81: style: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:76:55: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:514:81: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:514:104: style: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:77:35: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:514:104: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:515:60: style: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:77:50: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:515:60: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:515:76: style: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:77:65: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:515:76: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:529:66: style: Function 'index_check_without_pop' argument 1 names different: declaration 'array' definition 'Rarray'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:137:41: note: Function 'index_check_without_pop' argument 1 names different: declaration 'array' definition 'Rarray'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:529:66: note: Function 'index_check_without_pop' argument 1 names different: declaration 'array' definition 'Rarray'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:529:83: style: Function 'index_check_without_pop' argument 2 names different: declaration 'index' definition 'Rindex'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:137:57: note: Function 'index_check_without_pop' argument 2 names different: declaration 'index' definition 'Rindex'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:529:83: note: Function 'index_check_without_pop' argument 2 names different: declaration 'index' definition 'Rindex'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:530:83: style: Function 'index_check_without_pop' argument 4 names different: declaration 'tmp' definition 'Rtmp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:137:90: note: Function 'index_check_without_pop' argument 4 names different: declaration 'tmp' definition 'Rtmp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:530:83: note: Function 'index_check_without_pop' argument 4 names different: declaration 'tmp' definition 'Rtmp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:530:98: style: Function 'index_check_without_pop' argument 5 names different: declaration 'res' definition 'Rres'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:137:104: note: Function 'index_check_without_pop' argument 5 names different: declaration 'res' definition 'Rres'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:530:98: note: Function 'index_check_without_pop' argument 5 names different: declaration 'res' definition 'Rres'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:746:55: style: Function 'merge_frames' argument 1 names different: declaration 'Rtop_frame_sp' definition 'Rsender_sp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:161:30: note: Function 'merge_frames' argument 1 names different: declaration 'Rtop_frame_sp' definition 'Rsender_sp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:746:55: note: Function 'merge_frames' argument 1 names different: declaration 'Rtop_frame_sp' definition 'Rsender_sp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:868:54: style: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:211:31: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:868:54: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:868:72: style: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:211:50: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:868:72: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:980:56: style: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:212:31: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:980:56: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1393:101: style: Function 'increment_backedge_counter' argument 2 names different: declaration 'Rtmp' definition 'Rdst'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:201:70: note: Function 'increment_backedge_counter' argument 2 names different: declaration 'Rtmp' definition 'Rdst'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1393:101: note: Function 'increment_backedge_counter' argument 2 names different: declaration 'Rtmp' definition 'Rdst'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1394:75: style: Function 'increment_backedge_counter' argument 3 names different: declaration 'Rtmp2' definition 'Rtmp1'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:201:85: note: Function 'increment_backedge_counter' argument 3 names different: declaration 'Rtmp2' definition 'Rtmp1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1394:75: note: Function 'increment_backedge_counter' argument 3 names different: declaration 'Rtmp2' definition 'Rtmp1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1665:66: style: Function 'record_klass_in_profile' argument 1 names different: declaration 'receiver' definition 'Rreceiver'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:247:41: note: Function 'record_klass_in_profile' argument 1 names different: declaration 'receiver' definition 'Rreceiver'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1665:66: note: Function 'record_klass_in_profile' argument 1 names different: declaration 'receiver' definition 'Rreceiver'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1666:66: style: Function 'record_klass_in_profile' argument 2 names different: declaration 'scratch1' definition 'Rscratch1'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:247:60: note: Function 'record_klass_in_profile' argument 2 names different: declaration 'scratch1' definition 'Rscratch1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1666:66: note: Function 'record_klass_in_profile' argument 2 names different: declaration 'scratch1' definition 'Rscratch1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1666:86: style: Function 'record_klass_in_profile' argument 3 names different: declaration 'scratch2' definition 'Rscratch2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:247:79: note: Function 'record_klass_in_profile' argument 3 names different: declaration 'scratch2' definition 'Rscratch2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1666:86: note: Function 'record_klass_in_profile' argument 3 names different: declaration 'scratch2' definition 'Rscratch2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:2276:71: warning: Function 'increment_invocation_counter' argument order different: declaration 'iv_be_count, Rtmp1, Rtmp2_r0' definition 'Rcounters, iv_be_count, Rtmp_r0' [funcArgOrderDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:208:46: note: Function 'increment_invocation_counter' argument order different: declaration 'iv_be_count, Rtmp1, Rtmp2_r0' definition 'Rcounters, iv_be_count, Rtmp_r0'
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:2276:71: note: Function 'increment_invocation_counter' argument order different: declaration 'iv_be_count, Rtmp1, Rtmp2_r0' definition 'Rcounters, iv_be_count, Rtmp_r0'
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:2339:85: style: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:258:60: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:2339:85: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:38:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4305:3: style: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4292:3: note: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4305:3: note: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4403:3: style: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4391:3: note: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4403:3: note: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4252:28: style: Same expression on both sides of '==' because the value of 'tailLoop_stepping' and '1' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4243:34: note: 'tailLoop_stepping' is assigned value '1' here.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4252:28: note: Same expression on both sides of '==' because the value of 'tailLoop_stepping' and '1' are the same.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4351:28: style: Same expression on both sides of '==' because the value of 'tailLoop_stepping' and '1' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4342:34: note: 'tailLoop_stepping' is assigned value '1' here.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4351:28: note: Same expression on both sides of '==' because the value of 'tailLoop_stepping' and '1' are the same.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:502:7: style: The scope of the variable 'boint' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:503:7: style: The scope of the variable 'biint' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/macroAssembler_ppc_sha.cpp:615:20: style: Variable 'total_inis' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:207:52: style: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'data'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:266:35: note: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'data'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:207:52: note: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'data'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:207:68: style: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:266:48: note: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:207:68: note: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:257:43: style: Function 'set_data' argument 1 names different: declaration 'x' definition 'data'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:268:26: note: Function 'set_data' argument 1 names different: declaration 'x' definition 'data'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:257:43: note: Function 'set_data' argument 1 names different: declaration 'x' definition 'data'.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:175:11: style: Technically the member function 'NativeCall::get_trampoline' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:128:21: note: Technically the member function 'NativeCall::get_trampoline' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:175:11: note: Technically the member function 'NativeCall::get_trampoline' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:266:11: style: Technically the member function 'NativeMovConstReg::set_data_plain' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:207:28: note: Technically the member function 'NativeMovConstReg::set_data_plain' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:266:11: note: Technically the member function 'NativeMovConstReg::set_data_plain' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:271:8: style: Technically the member function 'NativeMovConstReg::set_narrow_oop' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:290:25: note: Technically the member function 'NativeMovConstReg::set_narrow_oop' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:271:8: note: Technically the member function 'NativeMovConstReg::set_narrow_oop' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:391:8: style: Technically the member function 'NativeCallTrampolineStub::set_destination' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:412:32: note: Technically the member function 'NativeCallTrampolineStub::set_destination' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:391:8: note: Technically the member function 'NativeCallTrampolineStub::set_destination' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/register_ppc.cpp:95:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/relocInfo_ppc.cpp:91:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/frame_ppc.hpp:375:53: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/frame_ppc.hpp:376:53: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:3190:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:3186:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:3190:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:1021:7: style: The scope of the variable 'comp_words_on_stack' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:2729:7: style: Unused variable: frame_size_in_words [unusedVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:2735:13: style: Variable 'frame_size_in_slots' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:3448:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:3478:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/stubGenerator_ppc.cpp:940:33: error: Shifting by a negative value is undefined behaviour [shiftNegative]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp:299:0: error: #error "unknown OS" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp:2003:13: style: Variable 'entry_size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp:3288:14: style: Variable 'is_invokeinterface' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp:3292:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:151:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:268:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:293:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:295:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:346:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:350:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:354:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:356:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:390:44: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:459:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:515:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:604:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:653:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:92:8: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:98:11: style: Technically the member function 'NativeInstruction::get_poll_address' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:103:8: style: Technically the member function 'NativeInstruction::get_poll_register' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:108:8: style: Technically the member function 'NativeInstruction::is_memory_serialization' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:281:8: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:598:8: style: Technically the member function 'NativeJump::set_jump_destination' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:663:8: performance: Technically the member function 'NativeGeneralJump::set_jump_destination' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:505:3: style: Variable 'virtual_call_oop_addr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:503:0: note: Variable 'virtual_call_oop_addr' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:505:3: note: Variable 'virtual_call_oop_addr' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:1089:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:2405:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:2712:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp:1254:7: style: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp:1248:0: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp:1254:7: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp:1034:23: style: Variable 'is_safepoint' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_MacroAssembler_s390.cpp:145:13: style: Variable 'aligned_mask' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/register_s390.hpp:67:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/register_s390.hpp:161:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/register_s390.hpp:212:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/register_s390.hpp:343:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vmreg_s390.inline.hpp:30:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:57:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:59:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:62:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:73:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:86:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:89:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:95:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:96:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:100:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:101:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:121:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:128:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:129:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:130:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:137:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:138:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:139:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:140:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:141:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:227:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:229:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:241:47: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:242:46: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:244:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:247:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:250:76: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:251:75: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:255:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:256:48: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:257:47: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:262:99: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:267:82: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:270:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:273:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:274:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:277:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:287:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:297:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:301:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:307:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:308:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:337:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:338:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:355:43: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:361:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:371:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:375:94: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:376:94: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:377:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:381:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:387:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:388:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:389:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:421:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:423:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:431:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:441:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:448:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:449:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:458:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:459:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:461:43: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:464:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:465:100: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:472:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:541:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:542:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:545:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:546:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:559:73: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:560:73: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:561:73: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:562:73: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:566:97: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:567:97: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:573:72: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:574:72: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:575:72: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:576:72: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:580:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:581:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:585:72: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:586:72: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:587:72: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:588:72: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:592:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:593:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:594:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:607:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:613:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:629:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:635:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:642:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:644:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:651:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:652:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:939:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:947:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:948:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:969:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:981:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:982:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:991:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:992:43: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:995:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:996:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1002:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1003:76: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1007:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1008:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1018:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1020:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1024:76: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1025:75: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1029:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1030:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1043:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1051:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1058:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1060:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:1064:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:66:3: style: Variable 'return_pc' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:64:0: note: Variable 'return_pc' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:66:3: note: Variable 'return_pc' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/compiledIC_s390.cpp:157:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/frame_s390.cpp:399:66: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/frame_s390.cpp:399:82: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/frame_s390.cpp:242:7: style: The scope of the variable 'frame_type' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:67:69: style: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:79:44: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:67:69: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:78:67: style: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:85:42: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:78:67: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:200:68: style: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:58:51: note: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:200:68: note: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:265:68: style: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:59:51: note: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:265:68: note: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:416:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:112:35: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:416:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:417:60: style: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:112:55: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:417:60: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:418:60: style: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:112:77: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:418:60: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:419:60: style: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:112:92: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:419:60: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:505:54: style: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:147:29: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:505:54: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:705:70: style: Function 'get_4_byte_integer_at_bcp' argument 3 names different: declaration 'should_set_CC' definition 'set_cc'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:201:45: note: Function 'get_4_byte_integer_at_bcp' argument 3 names different: declaration 'should_set_CC' definition 'set_cc'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:705:70: note: Function 'get_4_byte_integer_at_bcp' argument 3 names different: declaration 'should_set_CC' definition 'set_cc'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:951:54: style: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:264:31: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:951:54: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:951:72: style: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:264:50: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:951:72: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1056:56: style: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:265:31: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1056:56: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1056:74: style: Function 'unlock_object' argument 2 names different: declaration 'obj_reg' definition 'object'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:265:50: note: Function 'unlock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1056:74: note: Function 'unlock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1210:53: style: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:279:45: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1210:53: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1232:75: style: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:290:50: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1232:75: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1336:63: style: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:300:38: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1336:63: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1563:90: style: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:304:65: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1563:90: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1602:62: style: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:307:37: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:1602:62: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:2007:63: style: Function 'add_monitor_to_stack' argument 2 names different: declaration 'Rtemp' definition 'Rtemp1'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:224:38: note: Function 'add_monitor_to_stack' argument 2 names different: declaration 'Rtemp' definition 'Rtemp1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.cpp:2007:63: note: Function 'add_monitor_to_stack' argument 2 names different: declaration 'Rtemp' definition 'Rtemp1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/interp_masm_s390.hpp:55:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:849:9: style: Condition 'fixed_codelen' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:846:26: note: Assignment 'fixed_codelen=true', assigned value is 1
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:849:9: note: Condition 'fixed_codelen' is always true
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:880:9: style: Condition 'fixed_codelen' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:877:26: note: Assignment 'fixed_codelen=true', assigned value is 1
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:880:9: note: Condition 'fixed_codelen' is always true
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:619:28: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:619:28: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:619:28: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4460:8: style: The scope of the variable 'used_R0' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4461:8: style: The scope of the variable 'used_R1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4777:8: style: The scope of the variable 'off' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:5854:7: style: The scope of the variable 'base_offset' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:1219:10: style: Variable 'len2' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:1228:24: style: Unused variable: inst2 [unusedVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:1231:10: style: Variable 'len1' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:1944:23: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:2646:14: style: Variable 'ms' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:2647:14: style: Variable 'ra' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:2648:14: style: Variable 'ds' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4480:21: style: Variable 'used_R0' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4487:19: style: Variable 'used_R1' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4633:33: style: Variable 'used_R0' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4634:33: style: Variable 'used_R1' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4779:25: style: Variable 'lineSize_DW' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:6286:23: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:6488:13: style: Variable 'row_size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/macroAssembler_s390.cpp:6701:13: style: Variable 'tailLoop_stepping' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:203:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:223:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:333:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:365:4: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:382:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:539:8: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:565:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:579:8: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:412:52: style: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'src'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:498:35: note: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'src'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:412:52: note: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'src'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:412:67: style: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:498:48: note: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:412:67: note: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:478:43: style: Function 'set_data' argument 1 names different: declaration 'x' definition 'src'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:500:26: note: Function 'set_data' argument 1 names different: declaration 'x' definition 'src'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:478:43: note: Function 'set_data' argument 1 names different: declaration 'x' definition 'src'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:513:49: style: Function 'set_pcrel_addr' argument 1 names different: declaration 'addr' definition 'newTarget'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:505:32: note: Function 'set_pcrel_addr' argument 1 names different: declaration 'addr' definition 'newTarget'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:513:49: note: Function 'set_pcrel_addr' argument 1 names different: declaration 'addr' definition 'newTarget'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:513:76: style: Function 'set_pcrel_addr' argument 2 names different: declaration 'nm' definition 'passed_nm'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:505:54: note: Function 'set_pcrel_addr' argument 2 names different: declaration 'nm' definition 'passed_nm'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:513:76: note: Function 'set_pcrel_addr' argument 2 names different: declaration 'nm' definition 'passed_nm'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:549:49: style: Function 'set_pcrel_data' argument 1 names different: declaration 'data' definition 'newData'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:506:32: note: Function 'set_pcrel_data' argument 1 names different: declaration 'data' definition 'newData'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:549:49: note: Function 'set_pcrel_data' argument 1 names different: declaration 'data' definition 'newData'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:549:74: style: Function 'set_pcrel_data' argument 2 names different: declaration 'nm' definition 'passed_nm'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:506:54: note: Function 'set_pcrel_data' argument 2 names different: declaration 'nm' definition 'passed_nm'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:549:74: note: Function 'set_pcrel_data' argument 2 names different: declaration 'nm' definition 'passed_nm'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:555:24: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:84:8: style: Technically the member function 'NativeInstruction::is_illegal' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:154:25: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:84:8: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:132:8: style: Technically the member function 'NativeInstruction::set_halfword_at' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:108:25: note: Technically the member function 'NativeInstruction::set_halfword_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:132:8: note: Technically the member function 'NativeInstruction::set_halfword_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:133:8: style: Technically the member function 'NativeInstruction::set_word_at' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:120:25: note: Technically the member function 'NativeInstruction::set_word_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:133:8: note: Technically the member function 'NativeInstruction::set_word_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:134:8: style: Technically the member function 'NativeInstruction::set_jlong_at' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:132:25: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:134:8: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:145:8: style: Technically the member function 'NativeInstruction::verify' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:55:25: note: Technically the member function 'NativeInstruction::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:145:8: note: Technically the member function 'NativeInstruction::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:282:8: style: Technically the member function 'NativeCall::verify' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:211:18: note: Technically the member function 'NativeCall::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:282:8: note: Technically the member function 'NativeCall::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:498:11: style: Technically the member function 'NativeMovConstReg::set_data_plain' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:412:28: note: Technically the member function 'NativeMovConstReg::set_data_plain' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:498:11: note: Technically the member function 'NativeMovConstReg::set_data_plain' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:504:8: style: Technically the member function 'NativeMovConstReg::set_narrow_klass' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:500:25: note: Technically the member function 'NativeMovConstReg::set_narrow_klass' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:504:8: note: Technically the member function 'NativeMovConstReg::set_narrow_klass' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:505:8: style: Technically the member function 'NativeMovConstReg::set_pcrel_addr' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:513:25: note: Technically the member function 'NativeMovConstReg::set_pcrel_addr' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:505:8: note: Technically the member function 'NativeMovConstReg::set_pcrel_addr' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:506:8: style: Technically the member function 'NativeMovConstReg::set_pcrel_data' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:549:25: note: Technically the member function 'NativeMovConstReg::set_pcrel_data' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:506:8: note: Technically the member function 'NativeMovConstReg::set_pcrel_data' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:508:8: style: Technically the member function 'NativeMovConstReg::verify' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:306:25: note: Technically the member function 'NativeMovConstReg::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:508:8: note: Technically the member function 'NativeMovConstReg::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:620:8: style: Technically the member function 'NativeJump::verify' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.cpp:638:18: note: Technically the member function 'NativeJump::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/nativeInst_s390.hpp:620:8: note: Technically the member function 'NativeJump::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/sharedRuntime_s390.cpp:986:23: style: Redundant condition: is_receiver. '!is_receiver || (is_receiver && *receiver_offset==-1)' is equivalent to '!is_receiver || *receiver_offset==-1' [redundantCondition]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/sharedRuntime_s390.cpp:3189:7: style: Unused variable: frame_size_in_bytes [unusedVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/sharedRuntime_s390.cpp:3548:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/sharedRuntime_s390.cpp:3578:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/templateTable_s390.cpp:2702:26: style: Variable 'b_off' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/templateTable_s390.cpp:2708:26: style: Variable 'e_off' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/templateTable_s390.cpp:2718:26: style: Variable 'b_off' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/templateTable_s390.cpp:2725:26: style: Variable 'e_off' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/templateTable_s390.cpp:3029:26: style: Variable 'b_off' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/templateTable_s390.cpp:3032:26: style: Variable 'e_off' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/templateTable_s390.cpp:3042:26: style: Variable 'b_off' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/templateTable_s390.cpp:3054:26: style: Variable 'e_off' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/templateTable_s390.cpp:3382:14: style: Variable 'is_invokeinterface' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/templateTable_s390.cpp:3386:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:817:11: style: Condition 'compact' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:815:22: note: Assignment 'compact=false', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:817:11: note: Condition 'compact' is always false
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:829:11: style: Condition 'compact' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:815:22: note: Assignment 'compact=false', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:829:11: note: Condition 'compact' is always false
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:679:15: style: Variable 'VM_Version::_is_determine_features_test_running' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:677:15: note: Variable 'VM_Version::_is_determine_features_test_running' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:679:15: note: Variable 'VM_Version::_is_determine_features_test_running' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:87:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:89:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:87:14: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:598:8: style: The scope of the variable 'err' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:599:8: style: The scope of the variable 'prt' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:961:16: style: The scope of the variable 'levelScope' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:962:22: style: The scope of the variable 'levelScopeText' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:967:16: style: The scope of the variable 'levelType' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:968:22: style: The scope of the variable 'levelTypeText' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:973:23: style: The scope of the variable 'levelReserved' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:974:23: style: The scope of the variable 'levelLineSize' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:975:23: style: The scope of the variable 'levelTotalSize' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:976:23: style: The scope of the variable 'levelAssociativity' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vm_version_s390.cpp:1001:9: style: Variable 'levelReserved' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vtableStubs_s390.cpp:116:22: style: Variable 'padding_bytes' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/s390/vtableStubs_s390.cpp:221:20: style: Variable 'padding_bytes' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/args.cc:56:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/assembler_sparc.hpp:758:30: warning: Assert statement calls a function which may have desired side effects: 'is_cbcond_before'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/assembler_sparc.hpp:762:30: warning: Assert statement calls a function which may have desired side effects: 'is_rdpc_before'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/assembler_sparc.hpp:1321:3: style: Class 'Assembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:302:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:348:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:358:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:386:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:447:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:456:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:461:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:510:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:550:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:559:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:605:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:614:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:696:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:738:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:786:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:353:12: warning: Assert statement calls a function which may have desired side effects: 'nativeCall_at'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:53:8: style: Technically the member function 'NativeInstruction::is_nop' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:54:8: style: Technically the member function 'NativeInstruction::is_call' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:55:8: style: Technically the member function 'NativeInstruction::is_call_reg' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:56:8: style: Technically the member function 'NativeInstruction::is_sethi' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:59:8: style: Technically the member function 'NativeInstruction::sets_cc' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:68:8: style: Technically the member function 'NativeInstruction::is_zombie' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:74:8: style: Technically the member function 'NativeInstruction::is_return' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:83:8: style: Technically the member function 'NativeInstruction::is_int_jump' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:88:8: style: Technically the member function 'NativeInstruction::is_float_jump' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:102:8: style: Technically the member function 'NativeInstruction::is_stack_bang' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:108:8: style: Technically the member function 'NativeInstruction::is_prefetch' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:113:8: style: Technically the member function 'NativeInstruction::is_membar' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:119:8: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:337:9: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:500:12: style: Technically the member function 'NativeMovConstReg32::destination' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:540:12: style: Technically the member function 'NativeMovConstReg::destination' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:595:12: style: Technically the member function 'NativeMovConstRegPatching::destination' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:714:8: performance: Technically the member function 'NativeJump::guarantee_displacement' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:3306:13: style: Condition '!delay_op' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:3284:28: note: Assignment 'delay_op=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:3306:13: note: Condition '!delay_op' is always true
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:289:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:378:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:2373:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:2717:49: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:2758:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:3006:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:716:55: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:822:55: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:899:7: style: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:893:0: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:899:7: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:1287:3: style: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:1283:0: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:1287:3: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp:314:3: style: Variable 'oop_maps' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp:312:0: note: Variable 'oop_maps' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp:314:3: note: Variable 'oop_maps' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/compiledIC_sparc.cpp:149:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/icBuffer_sparc.cpp:69:29: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:76:69: style: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:97:44: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:76:69: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:90:69: style: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:98:44: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:90:69: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:99:67: style: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:101:42: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:99:67: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:107:80: style: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:102:55: note: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:107:80: note: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:327:87: style: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:235:64: note: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:327:87: note: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:333:63: style: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:236:38: note: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:333:63: note: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:414:54: style: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:158:29: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:414:54: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:779:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:132:36: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:779:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:780:60: style: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:132:56: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:780:60: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:781:60: style: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:132:78: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:781:60: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:782:60: style: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:132:93: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:782:60: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:783:60: style: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:132:108: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:783:60: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:1179:73: style: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:271:50: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:1179:73: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:1909:62: style: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:323:37: note: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:1909:62: note: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:2510:85: style: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:334:60: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:2510:85: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:2617:57: style: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:341:10: note: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:2617:57: note: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:77:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interpreterRT_sparc.cpp:180:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/interpreterRT_sparc.cpp:184:5: performance: Variable '_argcount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/macroAssembler_sparc.cpp:835:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/macroAssembler_sparc.cpp:1159:8: style: Unused variable: buffer [unusedVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:817:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:867:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:868:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:876:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:299:12: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:403:12: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:726:12: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:826:10: style: Variable 'buf' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:844:10: style: Variable 'buf' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:867:39: warning: Assert statement calls a function which may have desired side effects: 'is_jump'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:695:34: style: Unused private function: 'NativeMovRegMem::nativeMovRegMem_at' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:714:8: style: Unused private function: 'NativeJump::guarantee_displacement' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:67:8: style: Technically the member function 'NativeInstruction::is_illegal' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:858:25: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:67:8: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:73:8: style: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:841:25: note: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:73:8: note: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:125:8: style: Technically the member function 'NativeInstruction::is_zero_test' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:106:25: note: Technically the member function 'NativeInstruction::is_zero_test' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:125:8: note: Technically the member function 'NativeInstruction::is_zero_test' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:126:8: style: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:122:25: note: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:126:8: note: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:136:8: style: Technically the member function 'NativeInstruction::set_long_at' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:79:25: note: Technically the member function 'NativeInstruction::set_long_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:136:8: note: Technically the member function 'NativeInstruction::set_long_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:137:8: style: Technically the member function 'NativeInstruction::set_jlong_at' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:85:25: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:137:8: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:138:8: style: Technically the member function 'NativeInstruction::set_addr_at' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:93:25: note: Technically the member function 'NativeInstruction::set_addr_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:138:8: note: Technically the member function 'NativeInstruction::set_addr_at' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:292:9: style: Technically the member function 'NativeInstruction::verify' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:67:25: note: Technically the member function 'NativeInstruction::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:292:9: note: Technically the member function 'NativeInstruction::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:293:9: style: Technically the member function 'NativeInstruction::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:75:25: note: Technically the member function 'NativeInstruction::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:293:9: note: Technically the member function 'NativeInstruction::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:339:9: style: Technically the member function 'NativeCall::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:140:18: note: Technically the member function 'NativeCall::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:339:9: note: Technically the member function 'NativeCall::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:435:8: performance: Technically the member function 'NativeFarCall::set_destination' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:239:21: note: Technically the member function 'NativeFarCall::set_destination' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:435:8: note: Technically the member function 'NativeFarCall::set_destination' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:437:8: style: Technically the member function 'NativeFarCall::destination_is_compiled_verified_entry_point' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:271:21: note: Technically the member function 'NativeFarCall::destination_is_compiled_verified_entry_point' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:437:8: note: Technically the member function 'NativeFarCall::destination_is_compiled_verified_entry_point' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:439:9: style: Technically the member function 'NativeFarCall::verify' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:256:21: note: Technically the member function 'NativeFarCall::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:439:9: note: Technically the member function 'NativeFarCall::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:440:9: style: Technically the member function 'NativeFarCall::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:267:21: note: Technically the member function 'NativeFarCall::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:440:9: note: Technically the member function 'NativeFarCall::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:503:9: style: Technically the member function 'NativeMovConstReg32::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:413:27: note: Technically the member function 'NativeMovConstReg32::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:503:9: note: Technically the member function 'NativeMovConstReg32::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:543:9: style: Technically the member function 'NativeMovConstReg::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:309:25: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:543:9: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:598:9: style: Technically the member function 'NativeMovConstRegPatching::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:482:33: note: Technically the member function 'NativeMovConstRegPatching::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:598:9: note: Technically the member function 'NativeMovConstRegPatching::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:689:8: style: Technically the member function 'NativeMovRegMem::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:612:23: note: Technically the member function 'NativeMovRegMem::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:689:8: note: Technically the member function 'NativeMovRegMem::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:746:8: style: Technically the member function 'NativeJump::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:739:18: note: Technically the member function 'NativeJump::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:746:8: note: Technically the member function 'NativeJump::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/register_sparc.hpp:42:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/register_sparc.hpp:91:68: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/register_sparc.hpp:96:67: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/register_sparc.hpp:220:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:2789:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:2778:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:2789:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:3218:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:3214:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:3218:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:2351:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:502:36: style: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:403:38: note: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:502:36: note: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:117:7: style: Unused variable: i [unusedVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:375:7: performance: Technically the member function 'AdapterGenerator::arg_offset' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:376:7: performance: Technically the member function 'AdapterGenerator::next_arg_offset' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:410:3: style: Class 'AdapterGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp:1604:3: style: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp:1598:0: note: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp:1604:3: note: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/templateTable_sparc.cpp:1823:13: style: Variable 'entry_size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/templateTable_sparc.cpp:2854:14: style: Variable 'is_invokeinterface' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/sparc/templateTable_sparc.cpp:2858:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/assembler_x86.cpp:1682:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/assembler_x86.cpp:1723:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/assembler_x86.cpp:309:7: style: The scope of the variable 'mod_idx' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/assembler_x86.cpp:394:7: style: The scope of the variable 'mod_idx' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/assembler_x86.cpp:1011:7: style: The scope of the variable 'op3' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/assembler_x86.cpp:7265:13: style: Boolean variable 'vex_w' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:105:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:141:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:219:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:227:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:289:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:297:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:307:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:392:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:427:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:473:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:533:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:556:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:591:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:621:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:306:39: style: Unused private function: 'NativeMovConstRegPatching::nativeMovConstRegPatching_at' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:62:8: style: Technically the member function 'NativeInstruction::is_nop' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:63:15: style: Technically the member function 'NativeInstruction::is_call' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:690:32: note: Technically the member function 'NativeInstruction::is_call' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:63:15: note: Technically the member function 'NativeInstruction::is_call' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:64:15: style: Technically the member function 'NativeInstruction::is_call_reg' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:691:32: note: Technically the member function 'NativeInstruction::is_call_reg' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:64:15: note: Technically the member function 'NativeInstruction::is_call_reg' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:65:15: style: Technically the member function 'NativeInstruction::is_illegal' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:689:32: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:65:15: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:66:15: style: Technically the member function 'NativeInstruction::is_return' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:694:32: note: Technically the member function 'NativeInstruction::is_return' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:66:15: note: Technically the member function 'NativeInstruction::is_return' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:67:15: style: Technically the member function 'NativeInstruction::is_jump' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:696:32: note: Technically the member function 'NativeInstruction::is_jump' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:67:15: note: Technically the member function 'NativeInstruction::is_jump' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:68:15: style: Technically the member function 'NativeInstruction::is_jump_reg' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:698:32: note: Technically the member function 'NativeInstruction::is_jump_reg' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:68:15: note: Technically the member function 'NativeInstruction::is_jump_reg' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:70:15: style: Technically the member function 'NativeInstruction::is_cond_jump' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:704:32: note: Technically the member function 'NativeInstruction::is_cond_jump' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:70:15: note: Technically the member function 'NativeInstruction::is_cond_jump' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:71:15: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:706:32: note: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:71:15: note: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:72:15: performance: Technically the member function 'NativeInstruction::is_mov_literal64' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:741:32: note: Technically the member function 'NativeInstruction::is_mov_literal64' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:72:15: note: Technically the member function 'NativeInstruction::is_mov_literal64' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:184:9: style: Technically the member function 'NativeCall::verify_alignment' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:462:8: style: Technically the member function 'NativeLoadGot::set_data' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:614:8: style: Technically the member function 'NativeGotJump::set_jump_destination' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:3985:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:3999:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:3985:10: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:290:17: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:525:24: style: Variable 'result_is_oop' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:1624:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:3499:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp:1177:3: style: Variable 'result_b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp:1172:0: note: Variable 'result_b' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp:1177:3: note: Variable 'result_b' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp:1482:23: style: Variable 'is_safepoint' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_MacroAssembler_x86.cpp:103:13: style: Variable 'aligned_mask' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:390:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:365:34: note: 'xmm_bypass_limit' is assigned value 'FrameMap::nof_xmm_regs' here.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:389:25: note: outer condition: n<FrameMap::nof_xmm_regs
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:390:15: note: identical inner condition: n<xmm_bypass_limit
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:73:7: style: Condition '!align_stack' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:54:22: note: Assignment 'align_stack=false', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:73:7: note: Condition '!align_stack' is always true
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/register_x86.hpp:40:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/register_x86.hpp:101:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/register_x86.hpp:138:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/register_x86.hpp:142:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/register_x86.hpp:231:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/c2_init_x86.cpp:45:15: style: Variable 'top' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/compiledIC_aot_x86_64.cpp:118:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/compiledIC_x86.cpp:210:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/icBuffer_x86.cpp:88:31: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/icBuffer_x86.cpp:91:31: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/icBuffer_x86.cpp:74:16: warning: Assert statement calls a function which may have desired side effects: 'is_far_jump'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/icBuffer_x86.cpp:90:16: warning: Assert statement calls a function which may have desired side effects: 'is_far_jump'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:539:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.hpp:181:36: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:539:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1423:53: style: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.hpp:240:45: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1423:53: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1451:58: style: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.hpp:255:50: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1451:58: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1569:63: style: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.hpp:265:38: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1569:63: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1853:90: style: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.hpp:270:65: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1853:90: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1898:62: style: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.hpp:273:37: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1898:62: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1900:62: style: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.hpp:274:37: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.cpp:1900:62: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interp_masm_x86.hpp:55:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interpreterRT_x86_32.cpp:129:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/interpreterRT_x86_64.cpp:467:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.cpp:6400:5: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.cpp:6556:3: style: Variable 'counter' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.cpp:6425:15: performance: Technically the member function 'FPU_State::tag_as_string' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:762:184: style: Function 'fast_cos' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1048:26: note: Function 'fast_cos' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:762:184: note: Function 'fast_cos' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:762:198: style: Function 'fast_cos' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1048:40: note: Function 'fast_cos' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:762:198: note: Function 'fast_cos' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:762:212: style: Function 'fast_cos' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1048:54: note: Function 'fast_cos' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:762:212: note: Function 'fast_cos' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:82:3: style: Class 'MacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:487:184: style: Function 'fast_exp' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1001:26: note: Function 'fast_exp' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:487:184: note: Function 'fast_exp' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:487:198: style: Function 'fast_exp' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1001:40: note: Function 'fast_exp' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:487:198: note: Function 'fast_exp' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:487:212: style: Function 'fast_exp' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1001:54: note: Function 'fast_exp' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:487:212: note: Function 'fast_exp' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:486:184: style: Function 'fast_log' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1032:26: note: Function 'fast_log' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:486:184: note: Function 'fast_log' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:486:198: style: Function 'fast_log' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1032:40: note: Function 'fast_log' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:486:198: note: Function 'fast_log' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:486:212: style: Function 'fast_log' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1032:54: note: Function 'fast_log' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:486:212: note: Function 'fast_log' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:486:226: style: Function 'fast_log' argument 12 names different: declaration 'tmp1' definition 'tmp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1032:68: note: Function 'fast_log' argument 12 names different: declaration 'tmp1' definition 'tmp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:486:226: note: Function 'fast_log' argument 12 names different: declaration 'tmp1' definition 'tmp'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:506:186: style: Function 'fast_log10' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1036:26: note: Function 'fast_log10' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:506:186: note: Function 'fast_log10' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:506:200: style: Function 'fast_log10' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1036:40: note: Function 'fast_log10' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:506:200: note: Function 'fast_log10' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:506:214: style: Function 'fast_log10' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1036:54: note: Function 'fast_log10' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:506:214: note: Function 'fast_log10' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2506:184: style: Function 'fast_pow' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1039:80: note: Function 'fast_pow' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2506:184: note: Function 'fast_pow' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2506:198: style: Function 'fast_pow' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1039:94: note: Function 'fast_pow' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2506:198: note: Function 'fast_pow' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2506:212: style: Function 'fast_pow' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1040:26: note: Function 'fast_pow' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2506:212: note: Function 'fast_pow' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2319:184: style: Function 'fast_sin' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1044:26: note: Function 'fast_sin' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2319:184: note: Function 'fast_sin' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2319:198: style: Function 'fast_sin' argument 10 names different: declaration 'rbx' definition 'ebx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1044:40: note: Function 'fast_sin' argument 10 names different: declaration 'rbx' definition 'ebx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2319:198: note: Function 'fast_sin' argument 10 names different: declaration 'rbx' definition 'ebx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2319:212: style: Function 'fast_sin' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1044:54: note: Function 'fast_sin' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2319:212: note: Function 'fast_sin' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:1855:28: portability: Undefined behaviour, pointer arithmetic '84+_SP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:1860:28: portability: Undefined behaviour, pointer arithmetic '72+_SP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:1863:28: portability: Undefined behaviour, pointer arithmetic '60+_SP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:1881:28: portability: Undefined behaviour, pointer arithmetic '84+_CP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:1883:28: portability: Undefined behaviour, pointer arithmetic '72+_CP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:1886:28: portability: Undefined behaviour, pointer arithmetic '62+_CP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1971:184: style: Function 'fast_tan' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1063:26: note: Function 'fast_tan' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1971:184: note: Function 'fast_tan' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1971:198: style: Function 'fast_tan' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1063:40: note: Function 'fast_tan' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1971:198: note: Function 'fast_tan' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1971:212: style: Function 'fast_tan' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1063:54: note: Function 'fast_tan' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1971:212: note: Function 'fast_tan' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1276:28: portability: Undefined behaviour, pointer arithmetic '36+_TP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1284:28: portability: Undefined behaviour, pointer arithmetic '36+_TQ' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1296:29: portability: Undefined behaviour, pointer arithmetic '132+_GP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1298:29: portability: Undefined behaviour, pointer arithmetic '120+_GP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1300:29: portability: Undefined behaviour, pointer arithmetic '108+_GP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1304:28: portability: Undefined behaviour, pointer arithmetic '96+_GP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1308:28: portability: Undefined behaviour, pointer arithmetic '84+_GP' is out of bounds. [pointerOutOfBounds]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:81:8: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:90:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:109:8: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:616:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:673:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:674:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:102:25: style: Variable 'load' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:673:39: warning: Assert statement calls a function which may have desired side effects: 'is_jump'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:426:29: style: Unused private function: 'NativeLoadAddress::nativeLoadAddress_at' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:94:8: style: Technically the member function 'NativeInstruction::wrote' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:38:25: note: Technically the member function 'NativeInstruction::wrote' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:94:8: note: Technically the member function 'NativeInstruction::wrote' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:132:8: style: Technically the member function 'NativePltCall::set_stub_to_clean' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:129:21: note: Technically the member function 'NativePltCall::set_stub_to_clean' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:132:8: note: Technically the member function 'NativePltCall::set_stub_to_clean' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:135:9: style: Technically the member function 'NativePltCall::set_destination_mt_safe' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:122:21: note: Technically the member function 'NativePltCall::set_destination_mt_safe' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:135:9: note: Technically the member function 'NativePltCall::set_destination_mt_safe' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:185:9: style: Technically the member function 'NativeCall::verify' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:160:18: note: Technically the member function 'NativeCall::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:185:9: note: Technically the member function 'NativeCall::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:186:9: style: Technically the member function 'NativeCall::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:179:18: note: Technically the member function 'NativeCall::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:186:9: note: Technically the member function 'NativeCall::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:277:9: style: Technically the member function 'NativeMovConstReg::verify' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:329:25: note: Technically the member function 'NativeMovConstReg::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:277:9: note: Technically the member function 'NativeMovConstReg::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:278:9: style: Technically the member function 'NativeMovConstReg::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:346:25: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:278:9: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:381:8: style: Technically the member function 'NativeMovRegMem::verify' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:487:23: note: Technically the member function 'NativeMovRegMem::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:381:8: note: Technically the member function 'NativeMovRegMem::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:382:8: style: Technically the member function 'NativeMovRegMem::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:517:23: note: Technically the member function 'NativeMovRegMem::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:382:8: note: Technically the member function 'NativeMovRegMem::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:419:8: style: Technically the member function 'NativeLoadAddress::verify' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:523:25: note: Technically the member function 'NativeLoadAddress::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:419:8: note: Technically the member function 'NativeLoadAddress::verify' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:420:8: style: Technically the member function 'NativeLoadAddress::print' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.cpp:539:25: note: Technically the member function 'NativeLoadAddress::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/nativeInst_x86.hpp:420:8: note: Technically the member function 'NativeLoadAddress::print' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/register_x86.cpp:72:48: style: Function 'sub_word_name' argument 1 names different: declaration 'offset' definition 'i'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/register_x86.hpp:170:33: note: Function 'sub_word_name' argument 1 names different: declaration 'offset' definition 'i'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/register_x86.cpp:72:48: note: Function 'sub_word_name' argument 1 names different: declaration 'offset' definition 'i'.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/relocInfo_x86.cpp:101:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/relocInfo_x86.cpp:132:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:2466:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:2423:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:2466:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:3071:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:3067:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:3071:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:295:35: style: Same expression on both sides of '==' because the value of 'additional_frame_bytes' and '0' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:272:32: note: 'additional_frame_bytes' is assigned value '0' here.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:295:35: note: Same expression on both sides of '==' because the value of 'additional_frame_bytes' and '0' are the same.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:502:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:779:7: style: The scope of the variable 'comp_words_on_stack' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:231:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:864:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:882:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2810:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2771:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2810:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2894:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2810:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2894:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:3491:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:3487:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:3491:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:780:7: style: The scope of the variable 'comp_words_on_stack' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:223:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:3745:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:3774:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1560:22: style: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1575:7: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1560:22: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1563:22: style: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1579:7: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1563:22: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp:139:5: style: Variable 'sse_save' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp:125:0: note: Variable 'sse_save' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp:139:5: note: Variable 'sse_save' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp:2826:11: style: Variable 'L_processTail_extr' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp:4921:34: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp:3238:15: style: Variable 'XMM_REG_NUM_KEY_LAST' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp:3916:11: style: Variable 'L_processTail_extr' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/templateTable_x86.cpp:3545:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/x86/vm_version_x86.cpp:60:3: style: Class 'VM_Version_StubGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stack_zero.hpp:166:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stack_zero.hpp:188:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stack_zero.hpp:192:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stack_zero.hpp:196:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stack_zero.hpp:158:25: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stack_zero.hpp:100:7: performance: Technically the member function 'ZeroStack::abi_stack_available' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stack_zero.inline.hpp:49:23: note: Technically the member function 'ZeroStack::abi_stack_available' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stack_zero.hpp:100:7: note: Technically the member function 'ZeroStack::abi_stack_available' can be static.
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stack_zero.hpp:103:8: style: Technically the member function 'ZeroStack::overflow_check' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stack_zero.inline.hpp:32:24: note: Technically the member function 'ZeroStack::overflow_check' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stack_zero.hpp:103:8: note: Technically the member function 'ZeroStack::overflow_check' can be const.
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:51:8: performance: Technically the member function 'NativeInstruction::is_jump' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:56:8: performance: Technically the member function 'NativeInstruction::is_safepoint_poll' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:73:11: performance: Technically the member function 'NativeCall::instruction_address' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:78:11: performance: Technically the member function 'NativeCall::next_instruction_address' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:83:11: performance: Technically the member function 'NativeCall::return_address' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:88:11: performance: Technically the member function 'NativeCall::destination' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:93:8: performance: Technically the member function 'NativeCall::set_destination_mt_safe' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:97:8: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:101:8: performance: Technically the member function 'NativeCall::verify' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:123:11: performance: Technically the member function 'NativeMovConstReg::next_instruction_address' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:128:12: performance: Technically the member function 'NativeMovConstReg::data' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:133:8: performance: Technically the member function 'NativeMovConstReg::set_data' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:145:7: performance: Technically the member function 'NativeMovRegMem::offset' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:150:8: performance: Technically the member function 'NativeMovRegMem::set_offset' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:154:8: performance: Technically the member function 'NativeMovRegMem::add_offset_in_bytes' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:170:11: performance: Technically the member function 'NativeJump::jump_destination' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:175:8: performance: Technically the member function 'NativeJump::set_jump_destination' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/nativeInst_zero.hpp:195:11: performance: Technically the member function 'NativeGeneralJump::jump_destination' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/methodHandles_zero.cpp:71:26: style: Variable 'topOfStack' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/methodHandles_zero.cpp:140:26: style: Variable 'topOfStack' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/register_zero.hpp:65:33: warning: Logical conjunction always evaluates to false: EXPR >= 0 && EXPR < 0. [incorrectLogicOperator]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/register_zero.hpp:100:33: warning: Logical conjunction always evaluates to false: EXPR >= 0 && EXPR < 0. [incorrectLogicOperator]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/register_zero.hpp:40:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/register_zero.hpp:75:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stubGenerator_zero.cpp:333:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stubGenerator_zero.cpp:211:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stubGenerator_zero.cpp:210:0: note: Variable 'value' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stubGenerator_zero.cpp:211:5: note: Variable 'value' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stubGenerator_zero.cpp:232:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stubGenerator_zero.cpp:231:0: note: Variable 'value' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stubGenerator_zero.cpp:232:5: note: Variable 'value' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/stubGenerator_zero.cpp:85:20: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-10-10.0.2+13/src/hotspot/cpu/zero/interp_masm_zero.hpp:36:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/os/aix/attachListener_aix.cpp:431:40: style: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/os/aix/attachListener_aix.cpp:118:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-10-10.0.2+13/src/hotspot/os/aix/attachListener_aix.cpp:431:40: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-10-10.0.2+13/src/hotspot/os/aix/attachListener_aix.cpp:123:3: style: Class 'AixAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/os/aix/libodm_aix.cpp:64:10: warning: Assert statement calls a function which may have desired side effects: 'has_class'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/os/aix/libodm_aix.hpp:56:8: style: Technically the member function 'dynamicOdm::odm_loaded' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/os/aix/misc_aix.hpp:82:5: style: Class 'AutoCritSect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/os/aix/libperfstat_aix.cpp:177:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
openjdk-10-10.0.2+13/src/hotspot/os/aix/libperfstat_aix.cpp:326:34: style: Checking if unsigned variable 'libperfstat::wpar_getcid()' is less than zero. This might be a false warning. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/hotspot/os/aix/loadlib_aix.cpp:210:3: portability: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/hotspot/os/aix/loadlib_aix.cpp:267:5: portability: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/hotspot/os/aix/loadlib_aix.cpp:267:5: portability: %llu in format string (no. 4) requires 'unsigned long long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/hotspot/os/aix/os_aix.cpp:306:0: error: #error Add appropriate cpu_arch setting [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/hotspot/os/aix/perfMemory_aix.cpp:687:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-10-10.0.2+13/src/hotspot/os/aix/perfMemory_aix.cpp:685:53: note: outer condition: statbuf.st_ctime>oldest_ctime
openjdk-10-10.0.2+13/src/hotspot/os/aix/perfMemory_aix.cpp:687:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
openjdk-10-10.0.2+13/src/hotspot/os/aix/perfMemory_aix.cpp:302:7: style: The scope of the variable 'error' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/os/aix/perfMemory_aix.cpp:491:7: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/os/aix/perfMemory_aix.cpp:494:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os/aix/porting_aix.cpp:102:13: style: Function 'get_function_name' argument 1 names different: declaration 'pc' definition 'pc0'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/os/aix/porting_aix.hpp:73:13: note: Function 'get_function_name' argument 1 names different: declaration 'pc' definition 'pc0'.
openjdk-10-10.0.2+13/src/hotspot/os/aix/porting_aix.cpp:102:13: note: Function 'get_function_name' argument 1 names different: declaration 'pc' definition 'pc0'.
openjdk-10-10.0.2+13/src/hotspot/os/aix/porting_aix.cpp:624:90: style: Function 'print_callstack_for_context' argument 2 names different: declaration 'uc' definition 'context'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/os/aix/porting_aix.hpp:91:79: note: Function 'print_callstack_for_context' argument 2 names different: declaration 'uc' definition 'context'.
openjdk-10-10.0.2+13/src/hotspot/os/aix/porting_aix.cpp:624:90: note: Function 'print_callstack_for_context' argument 2 names different: declaration 'uc' definition 'context'.
openjdk-10-10.0.2+13/src/hotspot/os/bsd/attachListener_bsd.cpp:393:40: style: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/os/bsd/attachListener_bsd.cpp:112:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-10-10.0.2+13/src/hotspot/os/bsd/attachListener_bsd.cpp:393:40: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-10-10.0.2+13/src/hotspot/os/bsd/attachListener_bsd.cpp:117:3: style: Class 'BsdAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/os/bsd/os_bsd.cpp:225:0: error: #error Add appropriate cpu_arch setting [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/hotspot/os/bsd/perfMemory_bsd.cpp:593:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-10-10.0.2+13/src/hotspot/os/bsd/perfMemory_bsd.cpp:591:53: note: outer condition: statbuf.st_ctime>oldest_ctime
openjdk-10-10.0.2+13/src/hotspot/os/bsd/perfMemory_bsd.cpp:593:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
openjdk-10-10.0.2+13/src/hotspot/os/bsd/perfMemory_bsd.cpp:403:7: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/os/bsd/perfMemory_bsd.cpp:406:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os/linux/attachListener_linux.cpp:390:42: style: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/os/linux/attachListener_linux.cpp:112:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-10-10.0.2+13/src/hotspot/os/linux/attachListener_linux.cpp:390:42: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-10-10.0.2+13/src/hotspot/os/linux/attachListener_linux.cpp:117:3: style: Class 'LinuxAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/os/linux/decoder_linux.cpp:33:25: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os/linux/osContainer_linux.cpp:116:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/os/linux/os_linux.cpp:252:0: error: #error define gettid for the arch [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/hotspot/os/linux/perfMemory_linux.cpp:605:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-10-10.0.2+13/src/hotspot/os/linux/perfMemory_linux.cpp:603:53: note: outer condition: statbuf.st_ctime>oldest_ctime
openjdk-10-10.0.2+13/src/hotspot/os/linux/perfMemory_linux.cpp:605:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
openjdk-10-10.0.2+13/src/hotspot/os/linux/perfMemory_linux.cpp:402:7: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/os/linux/perfMemory_linux.cpp:405:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os/posix/os_posix.cpp:526:15: style: The scope of the variable 'start' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/os/posix/semaphore_posix.hpp:40:3: style: Class 'PosixSemaphore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/os/solaris/attachListener_solaris.cpp:161:3: style: Class 'SolarisAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/os/solaris/os_solaris.cpp:1614:0: error: #error Method os::dll_load requires that one of following is defined:\ [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/hotspot/os/solaris/perfMemory_solaris.cpp:593:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-10-10.0.2+13/src/hotspot/os/solaris/perfMemory_solaris.cpp:591:53: note: outer condition: statbuf.st_ctime>oldest_ctime
openjdk-10-10.0.2+13/src/hotspot/os/solaris/perfMemory_solaris.cpp:593:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
openjdk-10-10.0.2+13/src/hotspot/os/solaris/perfMemory_solaris.cpp:406:7: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/os/solaris/perfMemory_solaris.cpp:409:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os/solaris/perfMemory_solaris.cpp:460:16: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os/windows/attachListener_windows.cpp:185:40: warning: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename' [funcArgOrderDifferent]
openjdk-10-10.0.2+13/src/hotspot/os/windows/attachListener_windows.cpp:108:28: note: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename'
openjdk-10-10.0.2+13/src/hotspot/os/windows/attachListener_windows.cpp:185:40: note: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename'
openjdk-10-10.0.2+13/src/hotspot/os/windows/os_windows.cpp:1400:0: error: #error Method os::dll_load requires that one of following \ [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/hotspot/os/windows/perfMemory_windows.cpp:703:3: style: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/os/windows/perfMemory_windows.cpp:698:0: note: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/os/windows/perfMemory_windows.cpp:703:3: note: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:582:3: warning: Either the condition 'buf!=NULL' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:597:13: note: Assuming that condition 'buf!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:582:3: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:583:4: warning: Either the condition 'line_no!=0' is redundant or there is possible null pointer dereference: line_no. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:607:17: note: Assuming that condition 'line_no!=0' is not redundant
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:583:4: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:441:3: style: Variable 'pSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:438:0: note: Variable 'pSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:441:3: note: Variable 'pSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:578:60: style: Function 'get_source_info' argument 2 names different: declaration 'filename' definition 'buf'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.hpp:38:48: note: Function 'get_source_info' argument 2 names different: declaration 'filename' definition 'buf'.
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:578:60: note: Function 'get_source_info' argument 2 names different: declaration 'filename' definition 'buf'.
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:578:72: style: Function 'get_source_info' argument 3 names different: declaration 'filename_len' definition 'buflen'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.hpp:38:65: note: Function 'get_source_info' argument 3 names different: declaration 'filename_len' definition 'buflen'.
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:578:72: note: Function 'get_source_info' argument 3 names different: declaration 'filename_len' definition 'buflen'.
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:152:1: style: The class 'ModuleHandleArray' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:92:0: warning: Member variable 'SimpleBufferWithFallback < char , MAX_PATH * 4 , MAX_PATH * 64 >::_fallback_buffer' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:92:0: warning: Member variable 'SimpleBufferWithFallback < char , MAX_PATH , 8 * K >::_fallback_buffer' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:138:0: performance: Technically the member function 'SimpleBufferWithFallback < HMODULE , 48 , 512 >::check' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:138:0: performance: Technically the member function 'SimpleBufferWithFallback < char , MAX_PATH * 4 , MAX_PATH * 64 >::check' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:138:0: performance: Technically the member function 'SimpleBufferWithFallback < char , MAX_PATH , 8 * K >::check' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:158:8: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:102:0: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/os/windows/symbolengine.cpp:158:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:220:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:222:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:220:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:478:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:480:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:478:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:254:3: warning: sprintf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:157:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:159:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:157:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:133:34: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:173:32: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:66:3: error: Address of auto-variable 'dummy' returned [returnAddressOfAutoVariable]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:301:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:303:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:301:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp:306:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp:308:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp:306:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:235:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:237:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:235:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:181:22: style: Variable 'fp' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp:168:22: style: Variable 'fp' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:508:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:510:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:508:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:38:10: style: The scope of the variable 'line' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:73:15: performance: Technically the member function 'CPUinfo::match_alo' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:90:22: note: Technically the member function 'CPUinfo::match_alo' can be static.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:73:15: note: Technically the member function 'CPUinfo::match_alo' can be static.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:74:15: performance: Technically the member function 'CPUinfo::match_seq' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:105:22: note: Technically the member function 'CPUinfo::match_seq' can be static.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:74:15: note: Technically the member function 'CPUinfo::match_seq' can be static.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:36:3: style: Class 'CPUinfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:298:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:300:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:298:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:153:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:155:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:153:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:129:34: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:169:32: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:573:6: warning: Either the condition 'uc!=NULL' is redundant or there is possible null pointer dereference: uc. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:383:26: note: Assuming that condition 'uc!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:573:6: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:335:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:337:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:335:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:360:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:362:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:360:12: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:300:16: style: Variable 'dummy' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:411:34: style: Variable 'frame_size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:132:15: warning: Assert statement calls a function which may have desired side effects: 'is_inconsistent'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:162:29: warning: Assert statement calls a function which may have desired side effects: 'is_inconsistent'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:116:5: warning: Member variable 'UniqueValueVisitor::_value' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:64:9: style: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:193:100: note: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:64:9: note: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:126:10: style: Technically the member function 'PICL::UniqueValueVisitor::is_initial' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:127:10: style: Technically the member function 'PICL::UniqueValueVisitor::is_assigned' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:128:10: style: Technically the member function 'PICL::UniqueValueVisitor::is_inconsistent' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:116:5: style: Class 'UniqueValueVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:267:3: style: Class 'Sysinfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:309:3: style: Class 'Sysconf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:418:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:420:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:418:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:444:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:446:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:444:12: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:476:7: style: Variable 'dummy' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:478:3: error: Address of auto-variable 'dummy' returned [returnAddressOfAutoVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:458:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:341:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:349:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:358:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:366:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:384:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:392:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1673:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1690:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:2873:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:3343:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:669:3: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:662:0: note: Variable 'name' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:669:3: note: Variable 'name' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:3442:3: style: Variable 'sizeOfInstr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:3436:0: note: Variable 'sizeOfInstr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:3442:3: note: Variable 'sizeOfInstr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:4481:3: style: Variable 'expr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:4478:0: note: Variable 'expr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:4481:3: note: Variable 'expr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:90:9: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1196:8: style: The scope of the variable 'in_register' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1328:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1635:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1719:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:4108:17: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:4433:9: style: The scope of the variable 'next' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:4902:16: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:31:32: style: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:278:23: note: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:31:32: note: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1633:46: style: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:137:37: note: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1633:46: note: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1718:47: style: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:138:38: note: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1718:47: note: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1754:48: style: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:139:39: note: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:1754:48: note: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:3435:43: style: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:170:43: note: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:3435:43: note: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:3470:48: style: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:169:45: note: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:3470:48: note: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:4394:65: style: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:155:60: note: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:4394:65: note: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:4477:39: style: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:245:30: note: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:4477:39: note: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:5264:49: style: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:285:47: note: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:5264:49: note: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:2776:5: style: Variable 'lparen' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:2741:0: style: Variable 'rparen' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:2742:0: style: Variable 'icount' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:2836:14: style: Variable 'line' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:3211:30: style: Variable 'encode_class' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_curchar' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_preproc_taken' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_preproc_else' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:127:9: style: Member variable 'Form::_ftype' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:150:36: note: Member variable 'Form::_ftype' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:127:9: note: Member variable 'Form::_ftype' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:77:13: style: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:33:5: note: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:77:13: note: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/filebuff.hpp:79:8: style: Technically the member function 'FileBuff::getoff' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:118:7: style: Technically the member function 'DictI::test' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:410:7: style: Technically the member function 'NameAndList::count' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:430:8: style: Technically the member function 'ComponentList::operatordelete' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:436:8: style: Technically the member function 'ComponentList::match_count' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:325:8: style: Technically the member function 'AllocClass::size' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:508:8: style: Technically the member function 'PipeClassForm::hasFixedLatency' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:509:7: style: Technically the member function 'PipeClassForm::fixedLatency' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:556:19: style: Technically the member function 'Peephole::peephole_number' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:670:9: style: Technically the member function 'PeepChild::use_leaf_operand' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:671:9: style: Technically the member function 'PeepChild::generate_an_instruction' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:263:23: style: Technically the member function 'InstructForm::is_short_branch' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:272:23: style: Technically the member function 'InstructForm::has_short_branch_form' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:277:23: style: Technically the member function 'InstructForm::alignment' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:282:23: style: Technically the member function 'InstructForm::num_unique_opnds' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:283:23: style: Technically the member function 'InstructForm::unique_opnds_idx' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:367:15: style: Technically the member function 'EncClass::num_args' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:876:8: style: Technically the member function 'AttributeForm::type' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:87:15: style: Technically the member function 'MatchList::get_cost' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:225:15: style: Technically the member function 'ArchDesc::getForm' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:354:17: style: Technically the member function 'ArchDesc::can_cisc_spill' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:105:8: performance: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:306:17: note: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:105:8: note: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:208:8: style: Technically the member function 'ADLParser::preproc_taken' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:256:16: style: Technically the member function 'ADLParser::cur_char' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.cpp:5222:17: note: Technically the member function 'ADLParser::cur_char' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:256:16: note: Technically the member function 'ADLParser::cur_char' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/adlparse.hpp:283:7: style: Technically the member function 'ADLParser::linenum' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:540:13: warning: The class 'Peephole' defines member variable with name '_next' also defined in its parent class 'Form'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:131:9: note: Parent variable 'Form::_next'
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:540:13: note: Derived variable 'Peephole::_next'
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:601:19: warning: The class 'PeepConstraint' defines member variable with name '_next' also defined in its parent class 'Form'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:131:9: note: Parent variable 'Form::_next'
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:601:19: note: Derived variable 'PeepConstraint::_next'
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.hpp:75:3: style: Class 'Chunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.hpp:107:3: style: Class 'Arena' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.hpp:108:3: style: Class 'Arena' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:115:3: style: Class 'DictI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:378:3: style: Class 'PreserveIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:399:3: style: Class 'NameAndList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:480:3: style: Class 'SourceForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:491:3: style: Class 'HeaderForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:498:3: style: Class 'PreHeaderForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:523:3: style: Class 'Expr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:180:3: style: Class 'RegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:236:3: style: Class 'CodeSnippetRegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:283:3: style: Class 'ConditionalRegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:322:3: style: Class 'AllocClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:422:3: style: Class 'ResourceForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:579:3: style: Class 'PeepMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:639:3: style: Class 'PeepReplace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:664:3: style: Class 'PeepChild' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:357:3: style: Class 'EncClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:390:3: style: Class 'MachNodeForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:482:3: style: Class 'Effect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:548:3: style: Class 'OpClassForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:589:3: style: Class 'OperandForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:722:3: style: Class 'Predicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:738:3: style: Class 'Interface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:845:3: style: Class 'ConstructRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1011:3: style: Class 'MatchRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1090:3: style: Class 'FormatRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:485:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:485:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:486:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:486:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:493:23: style: The function 'classname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:483:23: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:493:23: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:500:23: style: The function 'classname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:483:23: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:500:23: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:120:14: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:159:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:120:14: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:122:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:122:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:123:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:123:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:155:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:155:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:156:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:156:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:198:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:198:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:199:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:199:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:245:8: style: The function 'set_stack_version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:204:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:245:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:248:8: style: The function 'declare_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:208:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:248:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:249:8: style: The function 'build_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:209:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:249:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:286:16: style: The function 'set_stack_version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:204:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:286:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:293:8: style: The function 'declare_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:208:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:293:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:294:8: style: The function 'build_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:209:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:294:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:327:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:327:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:328:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:328:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:363:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:363:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:364:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:364:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:403:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:403:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:404:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:404:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:419:26: style: The function 'is_resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:141:26: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:419:26: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:425:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:425:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:426:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:426:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:450:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:450:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:451:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:451:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:474:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:474:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:475:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:475:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:501:27: style: The function 'is_pipeclass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:142:26: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:501:27: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:525:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:525:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:526:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:526:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:562:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:562:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:563:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:563:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:594:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:594:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:595:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:595:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:624:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:624:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:625:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:625:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:652:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:652:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:653:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:653:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:673:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:673:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:674:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:674:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:126:25: style: The function 'is_instruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:137:26: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:126:25: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:128:23: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:153:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:128:23: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:308:16: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:159:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:308:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:310:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:310:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:311:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:311:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:333:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:333:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:334:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:334:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:376:8: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:159:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:376:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:377:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:377:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:378:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:378:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:393:25: style: The function 'is_machnode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:138:26: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:393:25: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:395:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:395:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:396:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:396:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:423:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:423:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:424:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:424:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:468:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:468:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:469:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:469:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:486:19: style: The function 'is_effect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:140:26: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:486:19: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:493:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:493:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:494:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:494:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:515:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:515:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:516:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:516:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:534:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:534:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:535:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:535:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:552:32: style: The function 'is_opclass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:135:26: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:552:32: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:553:32: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:213:31: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:553:32: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:556:32: style: The function 'is_cisc_mem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:146:26: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:556:32: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:563:16: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:153:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:563:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:564:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:564:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:565:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:565:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:594:24: style: The function 'is_operand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:136:26: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:594:24: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:596:23: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:563:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:596:23: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:597:31: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:553:32: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:597:31: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:598:32: style: The function 'stack_slots_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:554:32: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:598:32: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:612:23: style: The function 'is_cisc_reg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:145:26: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:612:23: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:691:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:564:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:691:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:692:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:565:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:692:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:709:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:709:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:710:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:710:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:725:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:725:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:726:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:726:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:741:31: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:213:31: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:741:31: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:749:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:749:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:750:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:750:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:762:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:762:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:763:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:763:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:775:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:775:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:776:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:776:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:794:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:794:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:795:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:795:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:831:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:831:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:832:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:832:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:848:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:848:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:849:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:849:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:874:26: style: The function 'is_attribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:139:26: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:874:26: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:881:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:881:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:882:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:882:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:908:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:908:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:909:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:909:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:994:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:994:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:995:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:995:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1016:16: style: The function 'append_components' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:957:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1016:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1050:16: style: The function 'equivalent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:989:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1050:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1054:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1054:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1056:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1056:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1074:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1074:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1075:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1075:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1093:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1093:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1094:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1094:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:102:7: style: Condition '!chains_exist' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:91:25: note: Assignment 'chains_exist=false', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:102:7: note: Condition '!chains_exist' is always true
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:235:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:269:8: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:287:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:304:8: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:327:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:359:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:371:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:401:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:408:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:540:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:594:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:605:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:616:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:630:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:640:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:871:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:478:3: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:476:0: note: Variable 'index' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:478:3: note: Variable 'index' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1000:3: style: Variable 'opForm' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:996:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1000:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1004:3: style: Variable 'opForm' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1000:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1004:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:766:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:708:39: style: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:201:31: note: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:708:39: note: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:763:49: style: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:338:42: note: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:763:49: note: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:816:57: style: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:257:49: note: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:816:57: note: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:854:46: style: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:256:38: note: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:854:46: note: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:274:31: style: Variable 'has_root' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:382:21: style: Variable 'rule' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1017:12: style: Variable 'opForm' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:99:17: style: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:145:5: note: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:99:17: note: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:190:8: style: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:148:5: note: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:190:8: note: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:122:17: style: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:149:5: note: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:122:17: note: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:92:15: performance: Technically the member function 'MatchList::output' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:134:17: note: Technically the member function 'MatchList::output' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:92:15: note: Technically the member function 'MatchList::output' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:201:8: performance: Technically the member function 'ArchDesc::initKeywords' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:708:16: note: Technically the member function 'ArchDesc::initKeywords' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:201:8: note: Technically the member function 'ArchDesc::initKeywords' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:231:8: performance: Technically the member function 'ArchDesc::check_optype' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:381:16: note: Technically the member function 'ArchDesc::check_optype' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:231:8: note: Technically the member function 'ArchDesc::check_optype' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:235:15: performance: Technically the member function 'ArchDesc::getMatchListIndex' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:341:23: note: Technically the member function 'ArchDesc::getMatchListIndex' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:235:15: note: Technically the member function 'ArchDesc::getMatchListIndex' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:244:15: style: Technically the member function 'ArchDesc::reduceLeft' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:357:23: note: Technically the member function 'ArchDesc::reduceLeft' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:244:15: note: Technically the member function 'ArchDesc::reduceLeft' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:245:15: style: Technically the member function 'ArchDesc::reduceRight' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:369:23: note: Technically the member function 'ArchDesc::reduceRight' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:245:15: note: Technically the member function 'ArchDesc::reduceRight' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:248:15: performance: Technically the member function 'ArchDesc::machOperEnum' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1136:23: note: Technically the member function 'ArchDesc::machOperEnum' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:248:15: note: Technically the member function 'ArchDesc::machOperEnum' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:281:8: performance: Technically the member function 'ArchDesc::buildMustCloneMap' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1147:16: note: Technically the member function 'ArchDesc::buildMustCloneMap' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:281:8: note: Technically the member function 'ArchDesc::buildMustCloneMap' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:284:8: performance: Technically the member function 'ArchDesc::addSunCopyright' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1067:16: note: Technically the member function 'ArchDesc::addSunCopyright' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:284:8: note: Technically the member function 'ArchDesc::addSunCopyright' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:286:8: performance: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1078:16: note: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:286:8: note: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:288:8: performance: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1089:16: note: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:288:8: note: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:290:8: performance: Technically the member function 'ArchDesc::addInclude' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1098:16: note: Technically the member function 'ArchDesc::addInclude' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:290:8: note: Technically the member function 'ArchDesc::addInclude' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:291:8: performance: Technically the member function 'ArchDesc::addInclude' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.cpp:1103:16: note: Technically the member function 'ArchDesc::addInclude' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:291:8: note: Technically the member function 'ArchDesc::addInclude' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.cpp:27:34: style: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.hpp:73:29: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.cpp:27:34: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.cpp:73:22: style: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.hpp:108:16: note: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.cpp:73:22: note: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.cpp:46:15: warning: The 2nd memset() argument '3131947710U' doesn't fit into an 'unsigned char'. [memsetValueOutOfRange]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.hpp:100:10: style: Member variable 'Arena::_first' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.cpp:74:52: note: Member variable 'Arena::_first' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.hpp:100:10: note: Member variable 'Arena::_first' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.hpp:46:9: style: Technically the member function 'CHeapObj::operatordelete' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.cpp:170:16: note: Technically the member function 'CHeapObj::operatordelete' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.hpp:46:9: note: Technically the member function 'CHeapObj::operatordelete' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.cpp:60:12: style: Class 'Arena' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/arena.cpp:60:12: style: Class 'Arena' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:66:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:67:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:322:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:337:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:856:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:862:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:869:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:879:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:887:59: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:951:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:959:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:1037:73: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:947:15: style: The scope of the variable 'x' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:239:47: style: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:131:39: note: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:239:47: note: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:311:69: style: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:132:61: note: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:311:69: note: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:593:51: style: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:241:43: note: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:593:51: note: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:593:92: style: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:241:83: note: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:593:92: note: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:949:9: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:902:21: warning: Member variable 'ExprDict::_expr' is not assigned a value in 'ExprDict::operator='. [operatorEqVarError]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:106:3: warning: Member variable 'ProductionState::_constraint' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:107:3: warning: Member variable 'ProductionState::_constraint' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:902:21: style: 'operator=' should either return reference to 'this' instance or be declared private and left unimplemented. [operatorEqShouldBeLeftUnimplemented]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:552:15: performance: Technically the member function 'Expr::compute_expr' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:740:19: note: Technically the member function 'Expr::compute_expr' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:552:15: note: Technically the member function 'Expr::compute_expr' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:553:15: performance: Technically the member function 'Expr::compute_min' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:759:11: note: Technically the member function 'Expr::compute_min' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:553:15: note: Technically the member function 'Expr::compute_min' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:554:15: performance: Technically the member function 'Expr::compute_max' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:766:11: note: Technically the member function 'Expr::compute_max' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:554:15: note: Technically the member function 'Expr::compute_max' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:555:15: performance: Technically the member function 'Expr::compute_external' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:715:19: note: Technically the member function 'Expr::compute_external' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:555:15: note: Technically the member function 'Expr::compute_external' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:135:8: style: Technically the member function 'ArchDesc::expand_opclass' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:293:16: note: Technically the member function 'ArchDesc::expand_opclass' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:135:8: note: Technically the member function 'ArchDesc::expand_opclass' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:138:8: performance: Technically the member function 'ArchDesc::prune_matchlist' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:361:16: note: Technically the member function 'ArchDesc::prune_matchlist' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:138:8: note: Technically the member function 'ArchDesc::prune_matchlist' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:83:3: style: Class 'ProductionState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dfa.cpp:76:1: warning: The class 'ProductionState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:77:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:105:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:141:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:155:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:64:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:55:19: style: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:58:16: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:55:19: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:55:33: style: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:58:26: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:55:33: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:59:19: style: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:59:16: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:59:19: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:59:33: style: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:59:26: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:59:33: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:243:35: style: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:84:31: note: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:243:35: note: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:285:25: style: Function 'hashstr' argument 1 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:92:25: note: Function 'hashstr' argument 1 names different: declaration 's' definition 't'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:285:25: note: Function 'hashstr' argument 1 names different: declaration 's' definition 't'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:146:13: warning: Size of pointer '_bin' used instead of size of its data. [pointerSize]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:250:32: warning: Size of pointer '_bin' used instead of size of its data. [pointerSize]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:290:17: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:115:3: warning: Member variable 'DictI::_key' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:115:3: warning: Member variable 'DictI::_value' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:55:77: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:59:91: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.cpp:140:90: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/filebuff.cpp:30:35: style: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/filebuff.hpp:68:26: note: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/filebuff.cpp:30:35: note: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/filebuff.hpp:60:13: style: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/filebuff.cpp:30:74: note: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/filebuff.hpp:60:13: note: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/filebuff.cpp:46:3: style: Class 'FileBuff' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/filebuff.cpp:46:3: style: Class 'FileBuff' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:321:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:327:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:352:59: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:212:54: style: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:182:51: note: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:212:54: note: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:121:18: error: Boolean value assigned to pointer. [assignBoolToPointer]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:337:21: warning: Member variable 'FormDict::_form' is not assigned a value in 'FormDict::operator='. [operatorEqVarError]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:337:21: style: 'operator=' should either return reference to 'this' instance or be declared private and left unimplemented. [operatorEqShouldBeLeftUnimplemented]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:182:19: performance: Technically the member function 'Form::ideal_to_const_type' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:212:22: note: Technically the member function 'Form::ideal_to_const_type' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:182:19: note: Technically the member function 'Form::ideal_to_const_type' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:184:19: performance: Technically the member function 'Form::ideal_to_sReg_type' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:227:22: note: Technically the member function 'Form::ideal_to_sReg_type' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:184:19: note: Technically the member function 'Form::ideal_to_sReg_type' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:186:19: performance: Technically the member function 'Form::ideal_to_Reg_type' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:238:22: note: Technically the member function 'Form::ideal_to_Reg_type' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:186:19: note: Technically the member function 'Form::ideal_to_Reg_type' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:189:18: performance: Technically the member function 'Form::is_load_from_memory' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:251:22: note: Technically the member function 'Form::is_load_from_memory' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:189:18: note: Technically the member function 'Form::is_load_from_memory' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:191:18: performance: Technically the member function 'Form::is_store_to_memory' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:273:22: note: Technically the member function 'Form::is_store_to_memory' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:191:18: note: Technically the member function 'Form::is_store_to_memory' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:351:15: style: Technically the member function 'NameList::current' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:72:24: note: Technically the member function 'NameList::current' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:351:15: note: Technically the member function 'NameList::current' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:352:15: style: Technically the member function 'NameList::peek' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:73:24: note: Technically the member function 'NameList::peek' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:352:15: note: Technically the member function 'NameList::peek' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:355:9: performance: Technically the member function 'NameList::is_signal' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:82:17: note: Technically the member function 'NameList::is_signal' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:355:9: note: Technically the member function 'NameList::is_signal' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:359:15: style: Technically the member function 'NameList::name' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:107:24: note: Technically the member function 'NameList::name' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:359:15: note: Technically the member function 'NameList::name' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:362:9: style: Technically the member function 'NameList::output' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:113:18: note: Technically the member function 'NameList::output' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:362:9: note: Technically the member function 'NameList::output' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:43:3: style: Class 'NameList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:43:3: style: Class 'NameList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.cpp:51:21: error: Common realloc mistake: '_names' nulled but not freed upon failure [memleakOnRealloc]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:225:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:567:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:572:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:96:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:107:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:114:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:120:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:178:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:182:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:186:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:251:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:264:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:288:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:310:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:422:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:545:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:608:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:42:36: style: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:101:31: note: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:42:36: note: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:43:69: style: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:102:65: note: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:43:69: note: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:64:47: style: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:105:35: note: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:64:47: note: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:193:86: style: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:144:33: note: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:193:86: note: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:206:38: style: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:148:36: note: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:206:38: note: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:250:48: style: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:188:40: note: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:250:48: note: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:648:37: style: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:551:29: note: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:648:37: note: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:661:41: style: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:553:33: note: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:661:41: note: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:758:45: style: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:620:31: note: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:758:45: note: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:804:50: style: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:648:40: note: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:804:50: note: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:806:37: style: Variable 'inst_num' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:807:30: style: Variable 'inst_operand' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:810:22: style: Variable 'inst' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:33:15: warning: Member variable 'RegisterForm::_current_ac' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:365:22: warning: Member variable 'ConditionalRegClass::_rclasses' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_direction' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_sync_stack_slots' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_inline_cache_reg' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_interpreter_method_oop_reg' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_cisc_spilling_operand_name' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_return_addr_loc' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_c_return_addr_loc' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:134:15: style: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:197:5: note: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:134:15: note: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:172:15: style: Member variable 'RegClass::_classid' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:233:65: note: Member variable 'RegClass::_classid' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:172:15: note: Member variable 'RegClass::_classid' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:377:14: style: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:461:6: note: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:377:14: note: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:569:9: style: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:683:54: note: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:569:9: note: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:601:19: style: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:742:51: note: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:601:19: note: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:586:9: style: Technically the member function 'PeepMatch::max_position' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.cpp:701:18: note: Technically the member function 'PeepMatch::max_position' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formsopt.hpp:586:9: note: Technically the member function 'PeepMatch::max_position' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1443:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1444:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1450:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1450:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1450:9: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1453:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1453:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1453:9: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1463:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2483:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2526:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2536:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2548:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2549:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2549:22: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2551:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2551:22: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2552:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2553:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2554:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2631:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2632:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2633:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2634:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2635:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:107:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:761:8: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:767:8: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:809:54: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:938:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:955:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1002:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1231:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1576:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1584:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1609:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1789:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1794:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1814:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1874:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1913:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1966:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1981:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2071:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2093:54: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2360:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2474:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2699:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2711:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2715:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2719:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2723:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2867:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2955:46: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2956:46: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2958:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3283:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3285:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3371:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3372:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3389:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3390:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3867:4: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1216:3: style: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1210:0: note: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1216:3: note: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3572:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3576:3: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3572:8: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:633:16: warning: Redundant assignment of 'oper' to itself. [selfAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2334:19: warning: Redundant assignment of 'reg_class' to itself. [selfAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1377:10: style: The scope of the variable 'count' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2568:17: style: The scope of the variable 'type' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:175:46: style: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:145:49: note: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:175:46: note: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:185:51: style: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:151:46: note: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:185:51: note: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:495:31: style: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:182:80: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:495:31: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:502:31: style: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:183:80: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:502:31: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:502:58: style: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:183:102: note: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:502:58: note: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1205:63: style: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:250:66: note: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1205:63: note: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1633:37: style: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:371:29: note: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1633:37: note: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1711:56: style: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:421:57: note: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1711:56: note: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1773:42: style: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:449:34: note: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1773:42: note: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2242:59: style: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:630:56: note: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2242:59: note: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2292:51: style: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:639:56: note: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2292:51: note: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2377:72: style: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:662:77: note: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2377:72: note: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2405:67: style: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:663:72: note: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2405:67: note: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2415:67: style: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:668:72: note: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2415:67: note: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2546:50: style: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:684:54: note: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2546:50: note: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2546:68: style: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:684:70: note: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2546:68: note: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2562:54: style: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:665:65: note: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2562:54: note: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2625:40: style: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:687:44: note: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2625:40: note: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3172:68: style: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:946:63: note: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3172:68: note: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3181:47: style: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:949:38: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3181:47: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3188:47: style: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:950:38: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3188:47: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3211:40: style: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:956:36: note: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3211:40: note: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3556:37: style: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:987:35: note: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3556:37: note: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3556:57: style: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:987:52: note: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3556:57: note: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3838:54: style: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:992:51: note: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3838:54: note: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3892:71: style: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1013:62: note: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3892:71: note: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3919:36: style: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:1018:33: note: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3919:36: note: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:458:0: style: Variable 'matching_input' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:633:18: style: Variable 'oper' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1237:44: style: Variable 'stack_or_reg_mask_name' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2303:30: style: Variable 'constraint' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2567:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:30:15: warning: Member variable 'InstructForm::_uniq_idx_length' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:64:15: warning: Member variable 'InstructForm::_uniq_idx_length' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1958:15: warning: Member variable 'MachNodeForm::_machnode_pipe' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1940:14: warning: Member variable 'RewriteRule::_condition' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1940:14: warning: Member variable 'RewriteRule::_instrs' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1940:14: warning: Member variable 'RewriteRule::_opers' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1971:14: warning: Member variable 'OpClassForm::_minCode' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1971:14: warning: Member variable 'OpClassForm::_maxCode' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2830:16: warning: Member variable 'ConstructRule::_expr' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3881:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3886:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3892:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:79:18: style: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:31:17: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:79:18: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:88:18: style: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:34:5: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:88:18: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:79:18: style: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:65:17: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:79:18: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:88:18: style: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:68:5: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:88:18: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:804:15: style: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2799:5: note: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:804:15: note: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:805:15: style: Member variable 'CondInterface::_less' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2800:5: note: Member variable 'CondInterface::_less' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:805:15: note: Member variable 'CondInterface::_less' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:806:15: style: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2801:5: note: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:806:15: note: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:807:15: style: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2802:5: note: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:807:15: note: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:808:15: style: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2803:5: note: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:808:15: note: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:809:15: style: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2804:5: note: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:809:15: note: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:810:15: style: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2805:5: note: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:810:15: note: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:935:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3174:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:935:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:940:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3175:55: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:940:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:935:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3182:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:935:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:940:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3184:21: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:940:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:935:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3189:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:935:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:940:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3191:21: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:940:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:435:8: style: Technically the member function 'ComponentList::count' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2976:27: note: Technically the member function 'ComponentList::count' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/forms.hpp:435:8: note: Technically the member function 'ComponentList::count' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:330:15: performance: Technically the member function 'EncodeForm::encClassPrototype' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1594:25: note: Technically the member function 'EncodeForm::encClassPrototype' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:330:15: note: Technically the member function 'EncodeForm::encClassPrototype' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:331:15: style: Technically the member function 'EncodeForm::encClassBody' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1581:25: note: Technically the member function 'EncodeForm::encClassBody' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:331:15: note: Technically the member function 'EncodeForm::encClassBody' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:364:8: performance: Technically the member function 'EncClass::check_parameter_types' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1627:16: note: Technically the member function 'EncClass::check_parameter_types' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:364:8: note: Technically the member function 'EncClass::check_parameter_types' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:684:23: performance: Technically the member function 'OperandForm::format_constant' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2546:19: note: Technically the member function 'OperandForm::format_constant' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:684:23: note: Technically the member function 'OperandForm::format_constant' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:905:15: style: Technically the member function 'Component::base_type' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:2913:24: note: Technically the member function 'Component::base_type' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:905:15: note: Technically the member function 'Component::base_type' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:910:15: style: Technically the member function 'Component::getUsedefName' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:1849:24: note: Technically the member function 'Component::getUsedefName' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:910:15: note: Technically the member function 'Component::getUsedefName' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:987:14: performance: Technically the member function 'MatchNode::cisc_spill_merge' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3556:16: note: Technically the member function 'MatchNode::cisc_spill_merge' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:987:14: note: Technically the member function 'MatchNode::cisc_spill_merge' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3194:5: style: Class 'MatchNode' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3194:5: style: Class 'MatchNode' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.cpp:3473:1: error: Memory leak: subtree [memleak]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/main.cpp:441:9: style: The scope of the variable 'ep' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/main.cpp:354:50: style: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:185:43: note: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/main.cpp:354:50: note: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/main.cpp:389:52: style: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:186:45: note: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/main.cpp:389:52: note: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:186:8: performance: Technically the member function 'ArchDesc::close_file' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/main.cpp:389:16: note: Technically the member function 'ArchDesc::close_file' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:186:8: note: Technically the member function 'ArchDesc::close_file' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/main.cpp:360:5: error: Resource leak: _fp [resourceLeak]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/main.cpp:362:3: error: Resource leak: _fp [resourceLeak]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:459:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:459:7: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:746:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:746:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:752:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:752:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:757:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:757:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1457:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1461:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1470:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1473:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1479:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1479:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1498:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1498:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1498:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1521:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1523:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1531:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1532:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1536:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1537:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1538:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1544:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1548:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1564:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1589:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1589:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1593:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1617:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1623:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1627:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1638:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1643:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1652:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1652:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1657:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1741:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1745:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1745:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1751:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1751:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1751:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1770:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1770:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1773:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1774:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1774:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1776:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1776:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1777:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1777:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1777:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1782:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1782:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1785:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1788:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1788:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1788:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2763:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2796:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2799:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3221:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3906:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3994:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:179:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:185:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:207:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:213:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:251:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:328:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:406:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:440:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:798:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1512:42: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1525:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1633:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1681:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2856:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2876:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2949:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3073:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3135:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3145:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3172:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3198:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3216:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3236:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3259:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3284:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3308:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3318:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3506:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3519:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3542:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3553:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3567:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3578:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3830:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:4081:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:4280:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:4298:49: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:4321:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:4341:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:4348:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:4362:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:130:16: style: The scope of the variable 'rc_name' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:151:16: style: The scope of the variable 'rc_name' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1431:17: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3496:17: style: The scope of the variable 'inst' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:129:45: style: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:262:38: note: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:129:45: note: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2463:51: style: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:314:51: note: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2463:51: note: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2481:64: style: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:322:56: note: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2481:64: note: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2587:51: style: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:320:51: note: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2587:51: note: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2672:59: style: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:318:51: note: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2672:59: note: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3050:36: style: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:333:28: note: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3050:36: note: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3949:61: style: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:258:64: note: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3949:61: note: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:4016:55: style: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/formssel.hpp:274:58: note: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:4016:55: note: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:412:0: style: Variable 'commentlen' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:413:0: style: Variable 'max_cycles' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:415:20: style: Variable 'cyclelen' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2823:14: style: Variable 'is_ideal_bool' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3491:26: style: Variable 'fp_hpp' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3809:0: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3828:0: style: Variable 'opIndex' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:4085:27: style: Variable 'opcode' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:4305:22: style: Variable 'mrule2' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:1872:3: warning: Member variable 'DefineEmitState::_processing_noninput' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:314:8: performance: Technically the member function 'ArchDesc::defineSize' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2463:16: note: Technically the member function 'ArchDesc::defineSize' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:314:8: note: Technically the member function 'ArchDesc::defineSize' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:325:8: performance: Technically the member function 'ArchDesc::define_oper_interface' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2923:16: note: Technically the member function 'ArchDesc::define_oper_interface' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:325:8: note: Technically the member function 'ArchDesc::define_oper_interface' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:2272:15: performance: Technically the member function 'DefineEmitState::reg_conversion' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3338:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3338:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3339:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3339:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3340:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3340:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3343:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3343:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3348:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3348:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3356:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3356:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3361:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3361:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3373:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3373:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3374:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3374:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3375:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3375:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3378:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3378:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3379:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3379:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3384:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3384:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3389:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3389:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3403:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3403:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3404:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3404:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3405:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3405:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3408:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3408:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3409:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3409:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3414:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3414:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3419:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3419:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3433:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3433:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3434:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3434:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3435:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3435:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3438:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3438:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3439:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3439:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3440:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3440:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3441:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3441:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3451:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3451:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3452:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3452:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3453:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3453:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3456:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3456:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3460:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3460:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3461:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3461:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3462:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3462:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3472:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3472:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3473:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3473:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3474:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3474:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3477:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3477:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3478:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3478:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3479:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3479:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3480:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_c.cpp:3480:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:90:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:313:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:314:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:315:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:316:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:317:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:318:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:329:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:334:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:339:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:344:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:349:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:354:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:359:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:364:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:373:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:373:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:375:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:375:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:402:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:403:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:407:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:411:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:415:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:419:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:420:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:424:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:425:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:425:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:426:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:430:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:431:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:431:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:432:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:784:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:788:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:791:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:793:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:793:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:797:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:797:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:803:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:803:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:803:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:809:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:809:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:816:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:816:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:826:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:826:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:826:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:908:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:913:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1088:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1089:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1196:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1554:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1711:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1730:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1739:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1756:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:485:34: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:480:20: note: Assuming that condition 'form==NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:485:34: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:556:34: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:551:20: note: Assuming that condition 'form==NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:556:34: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:636:30: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:632:18: note: Assuming that condition 'form==NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:636:30: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1152:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1160:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1180:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1545:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1569:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1630:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1686:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:138:5: style: Variable 'reg_def' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:125:0: note: Variable 'reg_def' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:138:5: note: Variable 'reg_def' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:171:38: style: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:269:31: note: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:171:38: note: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1139:37: style: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:332:29: note: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:1139:37: note: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2223:43: style: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:273:35: note: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2223:43: note: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:931:19: style: Variable 'unitSize' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2163:3: warning: Member variable 'OutputMachOpcodes::begin_rematerialize' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2163:3: warning: Member variable 'OutputMachOpcodes::end_rematerialize' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:269:9: performance: Technically the member function 'ArchDesc::declareRegSizes' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:171:16: note: Technically the member function 'ArchDesc::declareRegSizes' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:269:9: note: Technically the member function 'ArchDesc::declareRegSizes' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:302:8: style: Technically the member function 'ArchDesc::defineStateClass' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2033:16: note: Technically the member function 'ArchDesc::defineStateClass' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:302:8: note: Technically the member function 'ArchDesc::defineStateClass' can be const.
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2119:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2119:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2120:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2120:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2121:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2121:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2124:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2124:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2129:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2129:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2134:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2134:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2140:8: style: The function 'do_instructions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:407:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2140:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2141:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2141:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2168:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2168:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2169:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2169:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2170:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2170:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2183:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2183:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2184:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2184:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2185:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2185:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2187:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2187:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2189:8: style: The function 'record_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/adlc/archDesc.hpp:410:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/adlc/output_h.cpp:2189:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/aot/aotLoader.cpp:313:18: warning: Possible null pointer dereference: caller_heap [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/aot/aotLoader.cpp:305:30: note: Assignment 'caller_heap=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/aot/aotLoader.cpp:313:18: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/asm/assembler.cpp:233:67: style: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/asm/assembler.cpp:221:58: note: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'.
openjdk-10-10.0.2+13/src/hotspot/share/asm/assembler.cpp:233:67: note: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'.
openjdk-10-10.0.2+13/src/hotspot/share/asm/assembler.cpp:172:21: style: Variable 'target_sect' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/asm/assembler.cpp:222:8: style: Technically the member function 'DelayedConstant::match' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/asm/codeBuffer.cpp:190:8: warning: Either the condition 'next_cs!=NULL' is redundant or there is possible null pointer dereference: next_cs. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/asm/codeBuffer.cpp:179:15: note: Assuming that condition 'next_cs!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/asm/codeBuffer.cpp:190:8: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Canonicalizer.cpp:797:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Canonicalizer.cpp:837:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Canonicalizer.cpp:845:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Canonicalizer.cpp:868:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Canonicalizer.cpp:876:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Canonicalizer.cpp:359:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Canonicalizer.cpp:359:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 360. [shiftTooManyBits]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Canonicalizer.cpp:360:19: note: Assuming that condition 'shift==0' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Canonicalizer.cpp:359:26: note: Shift
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Compilation.cpp:203:25: style: Same expression on both sides of '==' because the value of 'instructions' and 'Instruction::number_of_instructions()' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Compilation.cpp:201:59: note: 'instructions' is assigned value 'Instruction::number_of_instructions()' here.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Compilation.cpp:203:25: note: Same expression on both sides of '==' because the value of 'instructions' and 'Instruction::number_of_instructions()' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Compilation.cpp:85:3: warning: Member variable 'PhaseTraceTime::_thread' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Compilation.cpp:85:3: style: Class 'PhaseTraceTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:3385:3: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:3379:0: note: Variable 'msg' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:3385:3: note: Variable 'msg' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:150:49: style: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:70:33: note: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:150:49: note: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:395:46: style: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:80:31: note: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:395:46: note: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:1343:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:1392:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:4210:21: style: Variable 'op' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:4228:21: style: Variable 'op' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:53:18: style: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:104:4: note: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:53:18: note: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:55:18: style: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:107:4: note: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:55:18: note: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:73:8: performance: Technically the member function 'BlockListBuilder::store_one' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:176:31: note: Technically the member function 'BlockListBuilder::store_one' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:73:8: note: Technically the member function 'BlockListBuilder::store_one' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:102:4: style: Class 'BlockListBuilder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:102:4: style: Class 'BlockListBuilder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_GraphBuilder.cpp:2506:3: style: Class 'PhiSimplifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_IR.cpp:853:62: style: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_IR.cpp:502:40: note: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_IR.cpp:853:62: note: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_IR.cpp:1298:20: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_IR.cpp:1020:11: warning: Assert statement calls a function which may have desired side effects: 'compute_dominators_iter'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_IR.cpp:459:14: style: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_IR.cpp:535:3: note: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_IR.cpp:459:14: note: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_IR.cpp:320:3: style: Class 'CriticalEdgeFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_IR.cpp:1267:3: style: Class 'PredecessorValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_LIRGenerator.cpp:2559:16: style: Variable 'hi_key' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_LIRGenerator.cpp:3158:27: style: Variable 'cc' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_LinearScan.cpp:4252:10: warning: Possible null pointer dereference: result [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_LinearScan.cpp:4216:14: note: Assignment 'result=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_LinearScan.cpp:4252:10: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_LinearScan.cpp:1532:13: style: The scope of the variable 'v' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:783:14: warning: Either the condition 'local0!=NULL' is redundant or there is possible null pointer dereference: local0. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:785:18: note: Assuming that condition 'local0!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:783:14: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:1113:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:727:40: style: Function 'visit' argument 1 names different: declaration 'f' definition 'p'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:618:21: note: Function 'visit' argument 1 names different: declaration 'f' definition 'p'.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:727:40: note: Function 'visit' argument 1 names different: declaration 'f' definition 'p'.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:850:47: style: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:616:28: note: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:850:47: note: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:214:3: style: Variable 'cur_end' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:482:3: warning: Member variable 'NullCheckVisitor::_nce' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:44:7: style: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:50:59: note: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:44:7: note: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:570:21: style: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:597:7: note: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:570:21: note: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:550:21: style: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:598:7: note: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:550:21: note: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:50:3: style: Class 'CE_Eliminator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:315:3: style: Class 'BlockMerger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Optimizer.cpp:593:3: style: Class 'NullCheckEliminator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_RangeCheckElimination.cpp:225:22: style: Variable 'y_bound' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_RangeCheckElimination.cpp:1061:14: style: Variable 'cond' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_Runtime1.cpp:1334:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/c1/c1_ValueMap.cpp:289:3: style: Class 'ShortLoopOptimizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:1300:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:63:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:62:11: note: Assignment 'e=MAXBIT', assigned value is 29
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:63:15: note: Shift
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:1358:15: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:99:3: warning: Member variable 'StateInfo::_vars' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:99:3: warning: Member variable 'StateInfo::_stack' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:99:3: warning: Member variable 'StateInfo::_stack_height' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:99:3: warning: Member variable 'StateInfo::_max_stack' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:99:3: warning: Member variable 'StateInfo::_initialized' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:85:3: style: 'ArgumentMap::operator=' should return 'ArgumentMap &'. [operatorEq]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:67:43: performance: Variable '_bits' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:60:8: performance: Technically the member function 'ArgumentMap::int_to_bit' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:86:8: style: Technically the member function 'ArgumentMap::operator==' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:87:8: style: Technically the member function 'ArgumentMap::operator!=' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:54:1: warning: The class 'ArgumentMap' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openjdk-10-10.0.2+13/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:1095:54: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciInstanceKlass.cpp:674:33: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciInstanceKlass.cpp:679:41: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciMethod.cpp:1004:16: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciMethodBlocks.cpp:55:68: warning: Either the condition 'former_block!=NULL' is redundant or there is possible null pointer dereference: former_block. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciMethodBlocks.cpp:57:23: note: Assuming that condition 'former_block!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciMethodBlocks.cpp:55:68: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciReplay.cpp:655:16: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciReplay.cpp:149:12: warning: Assert statement calls a function which may have desired side effects: 'parse_int'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciReplay.cpp:150:12: warning: Assert statement calls a function which may have desired side effects: 'parse_int'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciReplay.cpp:151:19: warning: Assert statement calls a function which may have desired side effects: 'parse_string'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciReplay.cpp:152:12: warning: Assert statement calls a function which may have desired side effects: 'parse_int'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciReplay.cpp:153:19: warning: Assert statement calls a function which may have desired side effects: 'parse_string'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciReplay.cpp:154:12: warning: Assert statement calls a function which may have desired side effects: 'parse_intptr_t'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciReplay.cpp:155:19: warning: Assert statement calls a function which may have desired side effects: 'parse_quoted_string'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/ci/ciTypeFlow.cpp:676:28: style: Variable 'stack_type' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classFileParser.cpp:2162:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classFileParser.cpp:2182:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classFileParser.cpp:5135:16: style: The scope of the variable 'args_size' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classFileParser.cpp:1875:17: style: Variable 'cp_size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classFileParser.cpp:3084:13: style: Variable 'cp_size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classFileParser.cpp:5390:13: style: Variable 'methods_len' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classFileParser.cpp:1010:3: style: Class 'AnnotationCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classFileParser.cpp:1048:3: style: Class 'FieldAnnotationCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classFileParser.cpp:2204:0: error: Memory leak: table [memleak]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classFileParser.cpp:4420:0: error: Memory leak: result [memleak]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:1062:5: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:1060:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:1062:5: note: Variable 'new_entry' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:926:36: style: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:918:25: note: 'error_msg' is assigned value 'NULL' here.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:926:36: note: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:975:38: style: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:966:27: note: 'error_msg' is assigned value 'NULL' here.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:975:38: note: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:1139:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:1177:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:763:26: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:825:26: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:1061:22: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoader.cpp:1300:0: error: Memory leak: loaded_class_pkgs [memleak]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoaderData.cpp:1271:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoaderData.cpp:1254:0: note: Variable 'data' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoaderData.cpp:1271:3: note: Variable 'data' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoaderExt.cpp:339:3: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoaderExt.cpp:337:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/classLoaderExt.cpp:339:3: note: Variable 'new_entry' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/compactHashtable.cpp:269:3: style: Class 'CompactHashtable_SymbolIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/compactHashtable.cpp:284:3: style: Class 'CompactHashtable_OopIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:468:12: warning: Assert statement calls a function which may have desired side effects: 'throws_exception'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:121:0: style: The class 'HierarchyVisitor < PrintHierarchy >' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:121:0: style: The class 'HierarchyVisitor < KeepAliveVisitor >' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:121:0: style: The class 'HierarchyVisitor < FindMethodsByErasedSig >' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:552:16: warning: Virtual function 'destroy' is called from destructor '~StateRestorer()' at line 550. Dynamic binding is not used. [virtualCallInConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:550:22: note: Calling destroy
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:552:16: note: destroy is a virtual method
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:262:3: style: Class 'PrintHierarchy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:278:3: style: Class 'KeepAliveRegistrar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:305:3: style: Class 'KeepAliveVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:531:3: style: Class 'StatefulMethodFamily' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:579:3: style: Class 'EmptyVtableSlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:552:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:57:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/classfile/defaultMethods.cpp:552:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/classfile/dictionary.cpp:594:13: warning: Either the condition 'cld!=NULL' is redundant or there is possible null pointer dereference: cld. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/dictionary.cpp:593:17: note: Assuming that condition 'cld!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/classfile/dictionary.cpp:594:13: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/classfile/dictionary.cpp:595:13: warning: Either the condition 'cld!=NULL' is redundant or there is possible null pointer dereference: cld. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/dictionary.cpp:593:17: note: Assuming that condition 'cld!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/classfile/dictionary.cpp:595:13: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:99:13: style: Condition 'start!=-1' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:89:16: note: Assignment 'start=-1', assigned value is -1
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:99:13: note: Condition 'start!=-1' is always false
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:99:13: style: Same expression on both sides of '!=' because the value of 'start' and '-1' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:89:16: note: 'start' is assigned value '-1' here.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:99:13: note: Same expression on both sides of '!=' because the value of 'start' and '-1' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:88:7: style: The scope of the variable 'count' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:661:18: style: Variable 'blength1' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:1591:19: style: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:1634:57: note: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:1591:19: note: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:1725:7: style: Member variable 'BacktraceElement::_method_id' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:1731:37: note: Member variable 'BacktraceElement::_method_id' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:1725:7: note: Member variable 'BacktraceElement::_method_id' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:1726:7: style: Member variable 'BacktraceElement::_bci' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:1731:73: note: Member variable 'BacktraceElement::_bci' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:1726:7: note: Member variable 'BacktraceElement::_bci' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:1641:5: performance: Variable '_methods' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:179:3: style: Class 'CompactStringsFixup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/javaClasses.cpp:1634:3: style: Class 'BacktraceBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/klassFactory.cpp:214:67: style: Same expression on both sides of '!=' because the value of 'old_stream' and 'stream' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/klassFactory.cpp:193:33: note: 'old_stream' is assigned value 'stream' here.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/klassFactory.cpp:214:67: note: Same expression on both sides of '!=' because the value of 'old_stream' and 'stream' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/klassFactory.cpp:215:60: style: Same expression on both sides of '!=' because the value of 'old_stream' and 'stream' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/klassFactory.cpp:193:33: note: 'old_stream' is assigned value 'stream' here.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/klassFactory.cpp:215:60: note: Same expression on both sides of '!=' because the value of 'old_stream' and 'stream' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/loaderConstraints.cpp:430:20: style: Variable 'thread' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/modules.cpp:413:23: style: The scope of the variable 'pkg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/packageEntry.cpp:133:31: style: Variable 'pkg_module' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/sharedClassUtil.cpp:143:8: style: The scope of the variable 'isSigned' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1131:9: style: Condition 'k==NULL' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1119:21: note: Assignment 'k=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1131:9: note: Condition 'k==NULL' is always true
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1516:11: style: Condition 'k==NULL' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1508:24: note: Assignment 'k=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1516:11: note: Condition 'k==NULL' is always true
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1131:9: style: Same expression on both sides of '==' because the value of 'k' and 'NULL' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1119:21: note: 'k' is assigned value 'NULL' here.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1131:9: note: Same expression on both sides of '==' because the value of 'k' and 'NULL' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1516:11: style: Same expression on both sides of '==' because the value of 'k' and 'NULL' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1508:24: note: 'k' is assigned value 'NULL' here.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1516:11: note: Same expression on both sides of '==' because the value of 'k' and 'NULL' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:749:8: style: The scope of the variable 'throw_circularity_error' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:1716:21: style: The scope of the variable 'probe' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:377:31: style: Variable 'child_already_loaded' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:403:36: style: Variable 'newprobe' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:568:19: style: Variable 'superk' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:818:38: style: Variable 'newprobe' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:2101:16: style: Variable 'sid' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionary.cpp:2990:5: style: Class 'CombineDictionariesClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/systemDictionaryShared.cpp:608:34: style: Variable 'loader_data' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/verifier.cpp:2720:13: style: The scope of the variable 'on_stack_sig_types_buffer' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/verifier.cpp:2523:0: error: Memory leak: bci_stack [memleak]
openjdk-10-10.0.2+13/src/hotspot/share/classfile/verifier.cpp:2523:0: error: Memory leak: visited_branches [memleak]
openjdk-10-10.0.2+13/src/hotspot/share/code/codeCache.cpp:1435:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/code/codeCache.cpp:94:7: style: Technically the member function 'CodeBlob_sizes::total' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/code/codeCache.cpp:95:8: style: Technically the member function 'CodeBlob_sizes::is_empty' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/code/compiledIC.cpp:367:3: style: Variable 'is_clean' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/code/compiledIC.cpp:365:0: note: Variable 'is_clean' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/code/compiledIC.cpp:367:3: note: Variable 'is_clean' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/code/debugInfoRec.cpp:43:7: style: Technically the member function 'DIR_Chunk::offset' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:655:56: style: Condition 'klass_violations==0' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:653:28: note: Assuming that condition 'klass_violations==0' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:655:56: note: Condition 'klass_violations==0' is always true
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:1324:50: style: Condition '!participants_hide_witnesses' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:1319:46: note: Assignment 'participants_hide_witnesses=true', assigned value is 1
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:1324:50: note: Condition '!participants_hide_witnesses' is always false
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:1303:12: warning: Assert statement calls a function which may have desired side effects: 'doing_subtype_search'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:1316:13: warning: Assert statement calls a function which may have desired side effects: 'doing_subtype_search'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:1398:11: warning: Assert statement calls a function which may have desired side effects: 'is_participant'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:1130:8: style: Technically the member function 'ClassHierarchyWalker::doing_subtype_search' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:1134:7: style: Technically the member function 'ClassHierarchyWalker::num_participants' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:1110:3: style: Class 'ClassHierarchyWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/code/dependencies.cpp:1114:3: style: Class 'ClassHierarchyWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/code/nmethod.cpp:2503:31: style: Variable 'out_preserve' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/code/nmethod.cpp:2092:14: warning: Assert statement calls a function which may have desired side effects: 'ok'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/code/nmethod.cpp:2043:3: style: Class 'VerifyOopsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/code/nmethod.cpp:2168:3: style: Class 'DebugScavengeRoot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/code/nmethod.cpp:2678:3: style: Class 'DirectNativeCallWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/code/nmethod.cpp:1901:0: error: Memory leak: table [memleak]
openjdk-10-10.0.2+13/src/hotspot/share/code/relocInfo.cpp:956:8: style: The scope of the variable 'got_next' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compileBroker.cpp:267:11: style: Condition '!free_task' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compileBroker.cpp:254:22: note: Assignment 'free_task=false', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compileBroker.cpp:267:11: note: Condition '!free_task' is always true
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compileBroker.cpp:273:9: style: Condition 'free_task' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compileBroker.cpp:254:22: note: Assignment 'free_task=false', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compileBroker.cpp:273:9: note: Condition 'free_task' is always false
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compileLog.cpp:227:16: style: Checking if unsigned variable 'nr' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compilerOracle.cpp:131:7: portability: Using memset() on union which contains a floating point number. [memsetClassFloat]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compilerOracle.cpp:710:7: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compilerOracle.cpp:708:13: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compilerOracle.cpp:710:7: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compilerOracle.cpp:731:7: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compilerOracle.cpp:729:13: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compilerOracle.cpp:731:7: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/compiler/compilerOracle.cpp:382:16: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/directivesParser.cpp:188:17: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/disassembler.cpp:395:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/disassembler.cpp:401:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/disassembler.cpp:285:40: style: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/disassembler.cpp:189:30: note: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'.
openjdk-10-10.0.2+13/src/hotspot/share/compiler/disassembler.cpp:285:40: note: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'.
openjdk-10-10.0.2+13/src/hotspot/share/compiler/disassembler.cpp:361:43: warning: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit' [funcArgOrderDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/disassembler.cpp:188:33: note: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit'
openjdk-10-10.0.2+13/src/hotspot/share/compiler/disassembler.cpp:361:43: note: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit'
openjdk-10-10.0.2+13/src/hotspot/share/compiler/disassembler.cpp:434:13: style: Variable 'show_bytes' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/disassembler.cpp:218:11: style: Technically the member function 'decode_env::cur_insn' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/disassembler.cpp:219:15: style: Technically the member function 'decode_env::options' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/methodLiveness.cpp:199:8: style: The scope of the variable 'bailout' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/methodLiveness.cpp:411:0: error: Memory leak: jsr_exit_list [memleak]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/methodLiveness.cpp:411:0: error: Memory leak: ret_list [memleak]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/methodMatcher.cpp:123:10: style: The scope of the variable 'in_signature' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/methodMatcher.cpp:245:8: style: The scope of the variable 'sig' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/oopMap.cpp:578:10: warning: Possible null pointer dereference: last [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/oopMap.cpp:569:31: note: Assignment 'last=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/compiler/oopMap.cpp:578:10: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/compiler/oopMap.cpp:579:10: warning: Possible null pointer dereference: last [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/oopMap.cpp:569:31: note: Assignment 'last=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/compiler/oopMap.cpp:579:10: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/compiler/oopMap.cpp:672:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/compiler/oopMap.cpp:675:14: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/allocationStats.cpp:35:0: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1761:24: warning: Either the condition 'curr!=NULL' is redundant or there is possible null pointer dereference: curr. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1763:15: note: Assuming that condition 'curr!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1761:24: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1115:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1111:0: note: Variable 'res' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1115:3: note: Variable 'res' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1018:31: style: Variable 'fc' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp:6321:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/parNewGeneration.cpp:340:64: style: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/parNewGeneration.cpp:301:49: note: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/parNewGeneration.cpp:340:64: note: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/parNewGeneration.cpp:376:40: style: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/parNewGeneration.cpp:311:19: note: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/parNewGeneration.cpp:376:40: note: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/parNewGeneration.cpp:325:27: style: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/parNewGeneration.cpp:346:5: note: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/parNewGeneration.cpp:325:27: note: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/cms/parNewGeneration.cpp:798:3: style: Class 'ParNewRefEnqueueTaskProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/concurrentMarkThread.cpp:94:3: style: Class 'CMCheckpointRootsFinalClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/concurrentMarkThread.cpp:106:3: style: Class 'CMCleanUp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1Allocator.cpp:59:66: warning: Either the condition 'retained_region!=NULL' is redundant or there is possible null pointer dereference: retained_region. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1Allocator.cpp:70:23: note: Assuming that condition 'retained_region!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1Allocator.cpp:59:66: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CardCounts.cpp:143:3: style: Class 'G1CardCountsClearClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CardLiveData.cpp:303:3: warning: Member variable 'G1CreateCardLiveDataTask::_cm' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CardLiveData.cpp:264:5: performance: Variable '_heap_card_bias' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CardLiveData.cpp:166:24: style: Technically the member function 'G1CardLiveDataHelper::card_live_bitmap_index_for' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CodeCacheRemSet.cpp:287:3: style: Class 'CleanCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CodeCacheRemSet.cpp:265:5: style: Class 'PointsIntoHRDetectionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4033:53: style: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3976:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4033:53: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4063:53: style: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3977:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4063:53: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:1247:16: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3139:35: style: Variable 'bytes_before' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3264:37: style: Variable 'pss' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4825:3: warning: Member variable 'G1FreeHumongousRegionClosure::_proxy_set' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4641:20: style: Member variable 'G1FreeCollectionSetTask::_collection_set' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4717:5: note: Member variable 'G1FreeCollectionSetTask::_collection_set' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4641:20: note: Member variable 'G1FreeCollectionSetTask::_collection_set' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4645:10: style: Member variable 'G1FreeCollectionSetTask::_rs_lengths' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4720:5: note: Member variable 'G1FreeCollectionSetTask::_rs_lengths' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4645:10: note: Member variable 'G1FreeCollectionSetTask::_rs_lengths' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4655:7: performance: Variable 'region_idx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3518:8: performance: Technically the member function 'G1CodeCacheUnloadingTask::add_to_postponed_list' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3545:8: performance: Technically the member function 'G1CodeCacheUnloadingTask::claim_nmethods' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3598:8: style: Technically the member function 'G1CodeCacheUnloadingTask::barrier_wait' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:118:3: style: Class 'RedirtyLoggedCardTableEntryClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:1078:3: style: Class 'PostCompactionPrinterClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:1980:3: style: Class 'CheckGCTimeStampsHRClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:2253:3: style: Class 'IterateObjectClosureRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:2368:3: style: Class 'PrintRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:2503:3: style: Class 'PrintRSetsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:2880:3: style: Class 'G1PrintCollectionSetClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3649:3: style: Class 'G1KlassCleaningTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3700:3: style: Class 'G1ResolvedMethodCleaningTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3828:3: style: Class 'G1AlwaysAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3847:3: style: Class 'G1KeepAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4049:3: style: Class 'G1STWRefEnqueueTaskProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4654:5: style: Struct 'WorkItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4693:5: style: Class 'G1PrepareFreeCollectionSetClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4825:3: style: Class 'G1FreeHumongousRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:5062:3: style: Class 'TearDownRegionSetsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:5376:3: style: Class 'RebuildStrongCodeRootClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1CollectionSet.cpp:333:3: style: Class 'G1PrintCollectionSetClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1500:52: style: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1468:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1500:52: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1528:52: style: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1469:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1528:52: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:694:3: warning: Member variable 'CheckBitmapClearHRClosure::_error' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:588:17: style: Member variable 'G1ClearBitmapHRClosure::_bitmap' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:591:102: note: Member variable 'G1ClearBitmapHRClosure::_bitmap' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:588:17: note: Member variable 'G1ClearBitmapHRClosure::_bitmap' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1356:21: style: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1362:5: note: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1356:21: note: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:694:3: style: Class 'CheckBitmapClearHRClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:912:3: style: Class 'G1CMRootRegionScanTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1519:3: style: Class 'G1CMRefEnqueueTaskProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1DefaultPolicy.cpp:581:3: style: Variable 'last_pause_included_initial_mark' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1DefaultPolicy.cpp:574:0: note: Variable 'last_pause_included_initial_mark' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1DefaultPolicy.cpp:581:3: note: Variable 'last_pause_included_initial_mark' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1DefaultPolicy.cpp:655:12: style: The scope of the variable 'cost_per_card_ms' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1DefaultPolicy.cpp:662:12: style: The scope of the variable 'cost_per_entry_ms' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1DefaultPolicy.cpp:696:12: style: The scope of the variable 'cost_per_byte_ms' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1DefaultPolicy.cpp:778:10: style: The scope of the variable 'marking_to_mixed_time' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1DefaultPolicy.cpp:1155:12: style: Variable 'last' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1EvacFailure.cpp:41:19: style: Member variable 'UpdateRSetDeferred::_dcq' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1EvacFailure.cpp:46:66: note: Member variable 'UpdateRSetDeferred::_dcq' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1EvacFailure.cpp:41:19: note: Member variable 'UpdateRSetDeferred::_dcq' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1EvacFailure.cpp:194:8: style: Member variable 'RemoveSelfForwardPtrHRClosure::_worker_id' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1EvacFailure.cpp:206:5: note: Member variable 'RemoveSelfForwardPtrHRClosure::_worker_id' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1EvacFailure.cpp:194:8: note: Member variable 'RemoveSelfForwardPtrHRClosure::_worker_id' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1EvacFailure.cpp:45:3: style: Class 'UpdateRSetDeferred' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp:42:3: style: Class 'G1AdjustLiveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1FullGCCompactTask.cpp:40:3: style: Class 'G1ResetHumongousClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1FullGCOopClosures.cpp:106:10: style: The scope of the variable 'failed' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1FullGCOopClosures.cpp:142:16: style: Variable 'failed' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:275:3: warning: Member variable 'VerifyArchivePointerRegionClosure::_g1h' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:81:12: style: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:124:44: note: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:81:12: note: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:52:3: style: Class 'VerifyRootsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:137:3: style: Class 'G1VerifyCodeRootBlobClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:153:3: style: Class 'YoungRefCounterClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:236:3: style: Class 'VerifyArchiveOopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:275:3: style: Class 'VerifyArchivePointerRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:656:3: style: Class 'G1VerifyDirtyYoungListClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1MMUTracker.cpp:79:21: style: Variable 'duration' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1MonitoringSupport.cpp:119:14: style: Variable 'sampled' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1MonitoringSupport.cpp:238:25: style: Variable 'g1' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSet.cpp:128:5: style: Class 'G1ResetScanTopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSet.cpp:521:3: style: Class 'G1ScrubRSClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:225:21: style: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:250:34: note: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:225:21: note: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:232:15: style: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:251:69: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:232:15: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:231:10: style: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:252:5: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:231:10: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:43:3: style: Class 'GetRSThreadVTimeClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:179:3: style: Class 'RegionTypeCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1StringDedupTable.cpp:136:51: style: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1StringDedupTable.cpp:109:28: note: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1StringDedupTable.cpp:136:51: note: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1StringDedupTable.cpp:105:3: style: Class 'G1StringDedupEntryCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1StringDedupThread.cpp:65:3: style: Class 'G1StringDedupSharedClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/g1YoungRemSetSamplingThread.cpp:79:3: style: Class 'G1YoungRemSetSamplingClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegion.cpp:518:12: style: The scope of the variable 'failed' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegion.cpp:547:18: style: Variable 'failed' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegion.cpp:354:3: style: Class 'VerifyStrongCodeRootOopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegion.cpp:368:3: style: Class 'VerifyStrongCodeRootCodeBlobClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:461:10: style: The scope of the variable 'max_ind' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:479:19: style: Variable 'max_ind' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:48:19: style: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:74:5: note: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:48:19: note: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:52:19: style: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:75:33: note: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:52:19: note: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:71:3: style: Class 'PerRegionTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/gcTaskManager.cpp:263:14: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:636:70: style: Redundant condition: UseAdaptiveNUMAChunkSizing. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:634:0: style: Variable 'old_chunk_byte_size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psMarkSweep.cpp:162:8: style: The scope of the variable 'eden_empty' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psMarkSweep.cpp:163:8: style: The scope of the variable 'survivors_empty' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psMarkSweep.cpp:164:8: style: The scope of the variable 'young_gen_empty' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psMarkSweep.cpp:508:32: style: Variable 'heap' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2744:10: style: The scope of the variable 'src_region_idx' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psParallelCompact.cpp:333:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psParallelCompact.cpp:537:24: style: Variable 'klass' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psParallelCompact.cpp:1069:74: style: Variable 'full_count' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psParallelCompact.cpp:1103:36: style: Variable 'top_cp' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psParallelCompact.cpp:1793:33: style: Variable 'marked_for_unloading' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2742:16: style: Variable 'region_size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2203:3: warning: Member variable 'FillableRegionLogger::_regions' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2200:8: style: Member variable 'FillableRegionLogger::_enabled' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2203:63: note: Member variable 'FillableRegionLogger::_enabled' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2200:8: note: Member variable 'FillableRegionLogger::_enabled' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psPromotionManager.cpp:190:32: style: Variable 'heap' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psPromotionManager.cpp:222:32: style: Variable 'heap' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psPromotionManager.cpp:271:3: style: Class 'PSRestorePreservedMarksTaskExecutor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psPromotionManager.cpp:396:3: style: Class 'PushContentsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psScavenge.cpp:89:3: style: Class 'PSKeepAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/parallel/psScavenge.cpp:114:3: style: Class 'PSEvacuateFollowersClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/serial/defNewGeneration.cpp:372:12: style: The scope of the variable 'thread_increase_size' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/serial/defNewGeneration.cpp:416:7: style: The scope of the variable 'threads_count' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/serial/defNewGeneration.cpp:417:10: style: The scope of the variable 'thread_increase_size' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/serial/tenuredGeneration.cpp:115:16: style: Variable 'capacity_after_gc' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:134:3: style: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:113:0: note: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:134:3: note: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/blockOffsetTable.cpp:348:14: style: Variable 'last_p' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/blockOffsetTable.cpp:349:18: style: Variable 'last_start' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/blockOffsetTable.cpp:548:3: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/cardTableRS.cpp:424:3: style: Class 'VerifyCTGenClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/gcTraceSend.cpp:371:32: style: Variable 'old_summary' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/gcTraceSend.cpp:372:25: style: Variable 'old_space' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/gcTraceSend.cpp:373:32: style: Variable 'young_summary' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/gcTraceSend.cpp:374:25: style: Variable 'eden_space' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/gcTraceSend.cpp:375:25: style: Variable 'from_space' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/gcTraceSend.cpp:376:25: style: Variable 'to_space' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/gcTraceSend.cpp:338:3: style: Class 'GCHeapSummaryEventSender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/gcUtil.cpp:146:10: style: The scope of the variable 'new_y' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1120:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1118:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1120:3: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/genCollectedHeap.cpp:90:18: style: Variable 'heap_address' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1038:3: style: Class 'GenGCPrologueClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1060:3: style: Class 'GenGCEpilogueClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1133:3: style: Class 'GenTimeOfLastGCClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/generation.cpp:120:3: style: Class 'GenerationIsInReservedClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/generation.cpp:132:3: style: Class 'GenerationIsInClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/generation.cpp:205:3: style: Class 'GenerationBlockStartClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/generation.cpp:224:3: style: Class 'GenerationBlockSizeClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/generation.cpp:244:3: style: Class 'GenerationBlockIsObjClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/generation.cpp:260:3: style: Class 'GenerationOopIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/generation.cpp:283:3: style: Class 'GenerationObjIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/generation.cpp:298:3: style: Class 'GenerationSafeObjIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/workgroup.cpp:87:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/workgroup.cpp:84:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/workgroup.cpp:87:3: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/workgroup.cpp:183:17: style: Member variable 'MutexGangTaskDispatcher::_started' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/workgroup.cpp:193:9: note: Member variable 'MutexGangTaskDispatcher::_started' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/gc/shared/workgroup.cpp:183:17: note: Member variable 'MutexGangTaskDispatcher::_started' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/bytecodeTracer.cpp:258:16: style: Variable 'ilimit' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/bytecodeTracer.cpp:309:29: style: Variable 'constants' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/bytecodeTracer.cpp:81:3: warning: Member variable 'BytecodePrinter::_current_method' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/bytecodeTracer.cpp:83:5: performance: Variable '_code' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/interpreterRuntime.cpp:204:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/oopMapCache.cpp:312:60: style: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/oopMapCache.cpp:48:44: note: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'.
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/oopMapCache.cpp:312:60: note: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'.
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/oopMapCache.cpp:383:10: warning: Assert statement calls a function which may have desired side effects: 'verify_mask'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/oopMapCache.cpp:162:3: style: Class 'VerifyClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:261:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:262:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:263:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:264:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:265:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:266:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:267:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:268:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:269:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:270:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:271:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:272:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:273:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:274:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:275:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:276:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:277:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:278:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:279:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:280:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:281:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:282:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:283:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:284:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:285:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:286:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:287:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:288:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:289:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:290:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:291:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:292:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:293:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:294:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:295:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:296:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:297:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:298:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:299:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:300:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:301:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:302:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:303:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:304:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:305:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:306:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:307:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:308:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:309:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:310:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:311:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:312:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:313:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:314:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:315:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:316:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:317:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:318:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:319:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:320:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:321:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:322:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:323:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:324:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:325:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:326:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:327:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:328:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:329:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:330:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:331:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:332:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:333:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:334:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:335:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:336:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:337:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:338:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:339:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:340:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:341:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:342:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:343:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:344:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:345:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:346:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:347:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:348:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:349:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:350:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:351:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:352:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:353:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:354:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:355:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:356:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:357:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:358:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:359:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:360:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:361:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:362:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:363:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:364:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:365:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:366:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:367:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:368:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:369:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:370:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:371:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:372:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:373:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:374:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:375:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:376:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:377:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:378:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:379:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:380:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:381:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:382:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:383:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:384:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:385:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:386:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:387:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:388:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:389:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:390:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:391:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:392:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:393:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:394:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:395:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:396:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:397:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:398:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:399:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:400:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:401:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:402:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:403:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:404:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:405:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:406:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:407:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:408:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:409:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:410:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:411:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:412:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:413:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:414:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:415:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:416:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:417:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:418:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:419:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:420:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:421:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:422:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:423:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:424:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:425:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:426:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:427:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:429:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:430:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:431:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:432:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:439:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:440:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:441:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:442:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:448:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:449:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:450:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:451:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:452:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:453:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:454:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:456:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:457:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:458:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:459:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:460:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:461:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:462:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:465:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:466:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:467:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:468:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:469:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:470:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:471:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:472:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:473:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:474:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:475:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:480:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:481:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:482:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:483:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:484:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:485:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:486:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:487:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:489:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:490:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:491:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:492:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:493:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:494:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:495:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:496:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:497:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:499:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:500:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:501:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:502:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:504:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:505:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:506:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:510:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:511:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:513:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:514:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:520:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:521:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:523:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:524:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:526:46: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:188:13: style: Variable 'ubcp' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:189:13: style: Variable 'disp' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:190:13: style: Variable 'clvm' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:52:11: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
openjdk-10-10.0.2+13/src/hotspot/share/interpreter/templateTable.cpp:53:53: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
openjdk-10-10.0.2+13/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:629:10: warning: Either the condition 'nm!=NULL' is redundant or there is possible null pointer dereference: nm. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:630:12: note: Assuming that condition 'nm!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:629:10: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:424:12: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1644:0: error: Memory leak: virtualFrames [memleak]
openjdk-10-10.0.2+13/src/hotspot/share/jvmci/jvmciJavaClasses.cpp:78:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/libadt/dict.cpp:72:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/libadt/dict.cpp:93:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/libadt/dict.cpp:129:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/libadt/dict.cpp:165:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/libadt/dict.cpp:179:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/libadt/dict.cpp:59:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/logging/logDecorations.cpp:49:20: style: Variable 'position' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/logging/logDecorators.cpp:76:23: warning: Either the condition 'comma_pos!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/logging/logDecorators.cpp:64:19: note: Assuming that condition 'comma_pos!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/logging/logDecorators.cpp:76:23: note: Null pointer addition
openjdk-10-10.0.2+13/src/hotspot/share/logging/logTagLevelExpression.cpp:175:26: warning: Either the condition 'plus_pos!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/logging/logTagLevelExpression.cpp:148:20: note: Assuming that condition 'plus_pos!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/logging/logTagLevelExpression.cpp:175:26: note: Null pointer addition
openjdk-10-10.0.2+13/src/hotspot/share/memory/arena.cpp:68:4: style: Class 'ChunkPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:647:26: warning: Either the condition 'retTC!=NULL' is redundant or there is possible null pointer dereference: retTC. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:652:16: note: Assuming that condition 'retTC!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:647:26: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:648:18: warning: Either the condition 'retTC!=NULL' is redundant or there is possible null pointer dereference: retTC. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:652:16: note: Assuming that condition 'retTC!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:648:18: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:530:34: style: The scope of the variable 'newTL' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:530:42: style: The scope of the variable 'parentTL' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:548:8: style: The scope of the variable 'complicated_splice' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1293:23: style: Variable 'total' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1041:31: warning: Assert statement calls a function which may have desired side effects: 'found'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1042:32: warning: Assert statement calls a function which may have desired side effects: 'found'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1096:30: performance: Variable 'count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1022:3: style: Class 'EndTreeSearchClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1096:3: style: Class 'treeCountClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1136:3: style: Class 'setTreeSurplusClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1159:3: style: Class 'setTreeHintsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1325:3: style: Class 'PrintFreeListsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:922:8: style: The function 'do_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:916:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:922:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:934:8: style: The function 'do_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:916:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:934:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1004:8: style: The function 'do_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:983:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1004:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1023:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:981:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1023:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1061:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:914:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1061:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1077:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:914:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1077:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1097:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:914:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1097:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1329:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:914:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/memory/binaryTreeDictionary.cpp:1329:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/memory/heapInspection.cpp:336:3: style: Class 'HierarchyClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/heapInspection.cpp:671:3: style: Class 'HistoClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:566:67: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:864:97: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:518:43: style: Function 'VirtualSpaceNode' argument 1 names different: declaration 'byte_size' definition 'bytes'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:421:27: note: Function 'VirtualSpaceNode' argument 1 names different: declaration 'byte_size' definition 'bytes'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:518:43: note: Function 'VirtualSpaceNode' argument 1 names different: declaration 'byte_size' definition 'bytes'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2010:49: style: Function 'free_chunks_get' argument 1 names different: declaration 'chunk_word_size' definition 'word_size'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:232:37: note: Function 'free_chunks_get' argument 1 names different: declaration 'chunk_word_size' definition 'word_size'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2010:49: note: Function 'free_chunks_get' argument 1 names different: declaration 'chunk_word_size' definition 'word_size'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2126:67: style: Function 'return_chunk_list' argument 2 names different: declaration 'chunk' definition 'chunks'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:222:55: note: Function 'return_chunk_list' argument 2 names different: declaration 'chunk' definition 'chunks'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2126:67: note: Function 'return_chunk_list' argument 2 names different: declaration 'chunk' definition 'chunks'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2160:43: style: Function 'print_on' argument 1 names different: declaration 'st' definition 'out'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:294:31: note: Function 'print_on' argument 1 names different: declaration 'st' definition 'out'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2160:43: note: Function 'print_on' argument 1 names different: declaration 'st' definition 'out'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2406:45: style: Function 'calc_chunk_size' argument 1 names different: declaration 'allocation_word_size' definition 'word_size'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:936:33: note: Function 'calc_chunk_size' argument 1 names different: declaration 'allocation_word_size' definition 'word_size'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2406:45: note: Function 'calc_chunk_size' argument 1 names different: declaration 'allocation_word_size' definition 'word_size'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2638:41: style: Function 'add_chunk' argument 1 names different: declaration 'v' definition 'new_chunk'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:846:29: note: Function 'add_chunk' argument 1 names different: declaration 'v' definition 'new_chunk'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2638:41: note: Function 'add_chunk' argument 1 names different: declaration 'v' definition 'new_chunk'.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:3232:22: style: Variable 'unit' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:3272:22: style: Variable 'unit' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:343:12: warning: Assert statement calls a function which may have desired side effects: 'list_at'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:1189:12: warning: Assert statement calls a function which may have desired side effects: 'reserved'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:1191:35: warning: Assert statement calls a function which may have desired side effects: 'reserved'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:1192:12: warning: Assert statement calls a function which may have desired side effects: 'reserved'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:1194:32: warning: Assert statement calls a function which may have desired side effects: 'reserved'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:1513:27: warning: Assert statement calls a function which may have desired side effects: 'current_virtual_space'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:1914:10: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:1917:10: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:1928:10: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:1931:10: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2069:11: warning: Assert statement calls a function which may have desired side effects: 'list_index'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2111:33: warning: Assert statement calls a function which may have desired side effects: 'free_chunks'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2112:33: warning: Assert statement calls a function which may have desired side effects: 'free_chunks'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2445:25: warning: Assert statement calls a function which may have desired side effects: 'is_humongous'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2820:10: warning: Assert statement calls a function which may have desired side effects: 'is_humongous'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4197:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4208:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4209:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4232:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4233:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4249:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4250:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4270:16: warning: Assert statement calls a function which may have desired side effects: 'initialize'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4278:5: warning: Assert statement calls a function which may have desired side effects: 'is_available'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4282:5: warning: Assert statement calls a function which may have desired side effects: 'is_available'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4288:16: warning: Assert statement calls a function which may have desired side effects: 'initialize'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4297:5: warning: Assert statement calls a function which may have desired side effects: 'is_available'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4303:16: warning: Assert statement calls a function which may have desired side effects: 'initialize'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:4317:5: warning: Assert statement calls a function which may have desired side effects: 'is_available'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:399:21: style: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:518:64: note: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:399:21: note: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:399:21: style: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:422:52: note: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:399:21: note: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:663:21: style: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:1378:36: note: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:663:21: note: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:663:21: style: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:1390:36: note: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:663:21: note: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:785:16: style: Member variable 'SpaceManager::_lock' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:2538:3: note: Member variable 'SpaceManager::_lock' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:785:16: note: Member variable 'SpaceManager::_lock' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:421:3: style: Class 'VirtualSpaceNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:422:3: style: Class 'VirtualSpaceNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:700:3: style: Class 'VirtualSpaceList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:701:3: style: Class 'VirtualSpaceList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspace.cpp:746:5: style: Class 'VirtualSpaceListIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/memory/metaspaceShared.cpp:806:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/memory/universe.cpp:353:17: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/memory/virtualspace.cpp:856:25: style: Variable 'previous_high' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/oops/arrayKlass.cpp:108:33: style: Redundant condition: module_entry==NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
openjdk-10-10.0.2+13/src/hotspot/share/oops/constantPool.cpp:380:0: style: Variable 'num_klasses' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/oops/cpCache.cpp:723:46: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:1238:9: style: Variable 'cOpStck[0]' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:1232:9: note: Variable 'cOpStck[0]' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:1238:9: note: Variable 'cOpStck[0]' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:1760:17: style: Variable 'change' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:132:3: warning: Member variable 'ComputeCallStack::_effect' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:132:3: warning: Member variable 'ComputeCallStack::_idx' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:186:3: warning: Member variable 'ComputeEntryStack::_effect' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:186:3: warning: Member variable 'ComputeEntryStack::_idx' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:132:3: style: Class 'ComputeCallStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:186:3: style: Class 'ComputeEntryStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:2448:4: style: Class 'RelocCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/oops/generateOopMap.cpp:2170:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
openjdk-10-10.0.2+13/src/hotspot/share/oops/instanceKlass.cpp:712:8: style: The scope of the variable 'wait' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/oops/instanceKlass.cpp:727:16: style: Variable 'wait' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/oops/instanceKlass.cpp:3409:22: style: Variable 'end_field_offset' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1105:7: warning: Either the condition 'm!=NULL' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1131:18: note: Assuming that condition 'm!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1124:45: note: Calling function 'interface_method_needs_itable_index', 1st argument 'm' value is 0
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1105:7: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1106:7: warning: Either the condition 'm!=NULL' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1131:18: note: Assuming that condition 'm!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1124:45: note: Calling function 'interface_method_needs_itable_index', 1st argument 'm' value is 0
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1106:7: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1107:7: warning: Either the condition 'm!=NULL' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1131:18: note: Assuming that condition 'm!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1124:45: note: Calling function 'interface_method_needs_itable_index', 1st argument 'm' value is 0
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1107:7: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1125:15: warning: Either the condition 'm!=NULL' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1131:18: note: Assuming that condition 'm!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1125:15: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1385:5: performance: Variable '_klass_begin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1375:9: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1334:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1375:9: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1392:8: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1334:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/oops/klassVtable.cpp:1392:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/oops/method.cpp:701:7: style: The scope of the variable 'best_bci' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/oops/method.cpp:1939:19: style: Member variable 'JNIMethodBlockNode::_top' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/oops/method.cpp:2062:72: note: Member variable 'JNIMethodBlockNode::_top' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/oops/method.cpp:1939:19: note: Member variable 'JNIMethodBlockNode::_top' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/oops/method.cpp:1944:3: style: Class 'JNIMethodBlockNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/oops/method.cpp:1969:3: style: Class 'JNIMethodBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/oops/methodData.cpp:1674:3: style: Class 'CleanExtraDataKlassClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/oops/methodData.cpp:1675:8: style: The function 'is_live' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/oops/methodData.cpp:1666:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/oops/methodData.cpp:1675:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/oops/methodData.cpp:1684:8: style: The function 'is_live' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/oops/methodData.cpp:1666:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/oops/methodData.cpp:1684:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/oops/objArrayKlass.cpp:292:42: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/oops/symbol.cpp:268:0: error: AST broken: endless recursion from 'NOT_PRODUCT' [internalAstError]
openjdk-10-10.0.2+13/src/hotspot/share/oops/typeArrayKlass.cpp:106:27: style: Variable 'ch' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/oops/typeArrayKlass.cpp:173:42: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/arraycopynode.cpp:700:39: warning: Either the condition 'c!=NULL' is redundant or there is possible null pointer dereference: c. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/opto/arraycopynode.cpp:689:9: note: Assuming that condition 'c!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/opto/arraycopynode.cpp:700:39: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/opto/arraycopynode.cpp:55:20: style: Variable 'prev_mem' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/block.cpp:1567:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/hotspot/share/opto/buildOopMap.cpp:574:3: style: Variable 'safehash' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/opto/buildOopMap.cpp:571:0: note: Variable 'safehash' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/buildOopMap.cpp:574:3: note: Variable 'safehash' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/buildOopMap.cpp:213:15: debug: Wrong data detected by condition arguments.size() != 3U [DacaWrongData]
openjdk-10-10.0.2+13/src/hotspot/share/opto/bytecodeInfo.cpp:563:0: style: Variable 'hot' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/c2compiler.cpp:63:8: style: The scope of the variable 'callee_saved_floats' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:123:3: warning: Member variable 'DirectCallGenerator::_call_node' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:293:9: style: Member variable 'LateInlineCallGenerator::_unique_id' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:301:63: note: Member variable 'LateInlineCallGenerator::_unique_id' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:293:9: note: Member variable 'LateInlineCallGenerator::_unique_id' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:1168:5: performance: Variable '_reason' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:1169:5: performance: Variable '_action' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:308:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:128:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:469:16: style: The function 'do_late_inline_check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:297:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:469:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:478:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:478:21: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:525:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:525:21: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:549:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/opto/callGenerator.cpp:549:21: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/opto/chaitin.cpp:1165:16: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/compile.cpp:2140:16: style: The scope of the variable 'loop_opts_cnt' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/compile.cpp:132:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/compile.cpp:437:3: style: Class 'CompileWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/opto/divnode.cpp:1295:0: style: Variable 'dproj' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/divnode.cpp:1296:0: style: Variable 'mproj' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/divnode.cpp:1307:0: style: Variable 'dproj' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/divnode.cpp:1308:0: style: Variable 'mproj' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/doCall.cpp:626:20: style: Variable 'cast' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/domgraph.cpp:325:29: style: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/opto/domgraph.cpp:57:23: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/domgraph.cpp:325:29: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/domgraph.cpp:588:30: style: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/opto/domgraph.cpp:375:23: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/domgraph.cpp:588:30: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/domgraph.cpp:165:10: performance: Technically the member function 'Block_Stack::most_frequent_successor' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/hotspot/share/opto/domgraph.cpp:212:19: note: Technically the member function 'Block_Stack::most_frequent_successor' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/opto/domgraph.cpp:165:10: note: Technically the member function 'Block_Stack::most_frequent_successor' can be static.
openjdk-10-10.0.2+13/src/hotspot/share/opto/domgraph.cpp:197:10: style: Technically the member function 'Block_Stack::is_nonempty' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/opto/domgraph.cpp:198:10: style: Technically the member function 'Block_Stack::last_successor' can be const. [functionConst]
openjdk-10-10.0.2+13/src/hotspot/share/opto/escape.cpp:1418:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/escape.cpp:2423:19: style: Variable 'alias_idx' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/escape.cpp:2515:20: style: Variable 'igvn' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/gcm.cpp:913:54: style: Boolean variable 'iterate_anti_dep' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openjdk-10-10.0.2+13/src/hotspot/share/opto/graphKit.cpp:865:7: style: The scope of the variable 'inputs' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/graphKit.cpp:865:19: style: The scope of the variable 'depth' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/graphKit.cpp:1863:20: style: Variable 'init_mem' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/graphKit.cpp:3583:23: style: Variable 'header_size_min' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/graphKit.cpp:4276:19: style: Variable 'likely' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/graphKit.cpp:4283:30: style: Variable 'card_type' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/idealGraphPrinter.cpp:400:24: warning: Either the condition 't!=NULL' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/hotspot/share/opto/idealGraphPrinter.cpp:476:11: note: Assuming that condition 't!=NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/opto/idealGraphPrinter.cpp:400:24: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/opto/idealGraphPrinter.cpp:291:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/idealGraphPrinter.cpp:346:35: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/ifg.cpp:74:23: style: Variable 'adjs_a' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/ifnode.cpp:538:7: warning: Possible null pointer dereference: l [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/opto/ifnode.cpp:519:13: note: Assignment 'l=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/opto/ifnode.cpp:538:7: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:4938:85: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:120:62: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:2408:3: style: Variable 'offset' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:2402:0: note: Variable 'offset' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:2408:3: note: Variable 'offset' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:5450:15: style: The scope of the variable 'stubName' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:5646:15: style: The scope of the variable 'stubName' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:5706:15: style: The scope of the variable 'stubName' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:1026:83: style: Function 'generate_string_range_check' argument 3 names different: declaration 'length' definition 'count'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:161:43: note: Function 'generate_string_range_check' argument 3 names different: declaration 'length' definition 'count'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:1026:83: note: Function 'generate_string_range_check' argument 3 names different: declaration 'length' definition 'count'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:1933:61: style: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:241:53: note: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:1933:61: note: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:1933:71: style: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:241:62: note: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:1933:71: note: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:2363:114: style: Function 'inline_unsafe_access' argument 4 names different: declaration 'is_unaligned' definition 'unaligned'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:251:82: note: Function 'inline_unsafe_access' argument 4 names different: declaration 'is_unaligned' definition 'unaligned'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:2363:114: note: Function 'inline_unsafe_access' argument 4 names different: declaration 'is_unaligned' definition 'unaligned'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:3171:69: style: Function 'access_kind_to_memord_LS' argument 1 names different: declaration 'access_kind' definition 'kind'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:286:55: note: Function 'access_kind_to_memord_LS' argument 1 names different: declaration 'access_kind' definition 'kind'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:3171:69: note: Function 'access_kind_to_memord_LS' argument 1 names different: declaration 'access_kind' definition 'kind'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:3186:66: style: Function 'access_kind_to_memord' argument 1 names different: declaration 'access_kind' definition 'kind'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:287:52: note: Function 'access_kind_to_memord' argument 1 names different: declaration 'access_kind' definition 'kind'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:3186:66: note: Function 'access_kind_to_memord' argument 1 names different: declaration 'access_kind' definition 'kind'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:3274:55: style: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:258:41: note: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:3274:55: note: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:6778:54: style: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:305:40: note: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:6778:54: note: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:114:34: style: Variable 'ignored_callee' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:515:14: style: Variable 'is_volatile' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:1571:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:1657:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:5533:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:5581:17: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:5688:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:5742:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:5762:16: style: Variable 'size_l' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:6628:17: style: Variable 'ghash' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/library_call.cpp:925:41: warning: Assert statement calls a function which may have desired side effects: 'result'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:317:3: style: Variable 'limit_check_proj' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:316:0: note: Variable 'limit_check_proj' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:317:3: note: Variable 'limit_check_proj' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:355:3: style: Variable 'predicate' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:354:0: note: Variable 'predicate' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:355:3: note: Variable 'predicate' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:393:3: style: Variable 'predicate' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:392:0: note: Variable 'predicate' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:393:3: note: Variable 'predicate' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:822:3: style: Variable 'predicate_proj' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:820:0: note: Variable 'predicate_proj' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:822:3: note: Variable 'predicate_proj' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:917:21: warning: Assert statement calls a function which may have desired side effects: 'is_invariant'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:920:20: warning: Assert statement calls a function which may have desired side effects: 'is_invariant'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:943:22: warning: Assert statement calls a function which may have desired side effects: 'is_invariant'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:410:13: style: Member variable 'Invariance::_visited' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:515:5: note: Member variable 'Invariance::_visited' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopPredicate.cpp:410:13: note: Member variable 'Invariance::_visited' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1202:3: warning: Possible null pointer dereference: post_head [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1045:32: note: Assignment 'post_head=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1202:3: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1261:3: warning: Possible null pointer dereference: post_head [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1255:32: note: Assignment 'post_head=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1261:3: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1307:3: warning: Possible null pointer dereference: post_head [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1301:32: note: Assignment 'post_head=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1307:3: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1308:3: warning: Possible null pointer dereference: post_head [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1301:32: note: Assignment 'post_head=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:1308:3: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:242:18: style: Variable 'inv2_c' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopTransform.cpp:992:18: style: Variable 'nrep' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopUnswitch.cpp:278:23: style: Variable 'counted_loop' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopnode.cpp:3443:18: warning: Possible null pointer dereference: cfg [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopnode.cpp:3435:23: note: Assignment 'cfg=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopnode.cpp:3443:18: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopnode.cpp:3444:11: warning: Possible null pointer dereference: cfg [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopnode.cpp:3435:23: note: Assignment 'cfg=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopnode.cpp:3444:11: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopnode.cpp:3137:7: style: The scope of the variable 'fail' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/loopopts.cpp:407:37: style: Variable 'add_var_loop' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/macro.cpp:1926:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/macro.cpp:1984:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/macro.cpp:1997:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/macro.cpp:1618:18: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/macroArrayCopy.cpp:777:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/share/opto/macroArrayCopy.cpp:778:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/share/opto/macroArrayCopy.cpp:809:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/share/opto/macroArrayCopy.cpp:74:14: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/macroArrayCopy.cpp:289:30: style: Variable 'original_dest' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/matcher.cpp:2470:34: warning: Possible null pointer dereference: ctrl [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/opto/matcher.cpp:2458:16: note: Assignment 'ctrl=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/opto/matcher.cpp:2470:34: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/opto/matcher.cpp:1147:20: style: The scope of the variable 'is_method_handle_invoke' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/matcher.cpp:2419:18: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/memnode.cpp:3541:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/hotspot/share/opto/memnode.cpp:402:65: warning: Identical condition 'dom==sub', second condition is always false [identicalConditionAfterEarlyExit]
openjdk-10-10.0.2+13/src/hotspot/share/opto/memnode.cpp:396:11: note: first condition
openjdk-10-10.0.2+13/src/hotspot/share/opto/memnode.cpp:402:65: note: second condition
openjdk-10-10.0.2+13/src/hotspot/share/opto/memnode.cpp:335:21: style: Variable 'alias_idx' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/memnode.cpp:4455:16: style: Variable 'C' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/mulnode.cpp:882:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/share/opto/node.cpp:1265:12: warning: Identical condition 'up==sub', second condition is always false [identicalConditionAfterEarlyExit]
openjdk-10-10.0.2+13/src/hotspot/share/opto/node.cpp:1168:20: note: 'orig_sub' is assigned value 'sub' here.
openjdk-10-10.0.2+13/src/hotspot/share/opto/node.cpp:1262:12: note: first condition
openjdk-10-10.0.2+13/src/hotspot/share/opto/node.cpp:1265:12: note: second condition
openjdk-10-10.0.2+13/src/hotspot/share/opto/node.cpp:1780:7: style: The scope of the variable 'end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/output.cpp:880:3: style: Class 'NonSafepointEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/opto/parse1.cpp:1286:0: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/parse2.cpp:755:20: style: Variable 'return_bci' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/parse2.cpp:258:1: style: The class 'SwitchRange' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/opto/parse3.cpp:288:13: style: Variable 'store' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/phaseX.cpp:1251:15: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/hotspot/share/opto/phaseX.cpp:227:9: style: The scope of the variable 'k' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/reg_split.cpp:336:13: style: The scope of the variable 'in_spill' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:150:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:150:23: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:150:23: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:188:22: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:188:22: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:188:22: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:208:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:208:19: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:208:19: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:225:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:225:19: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:225:19: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:251:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:251:23: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:251:23: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:326:22: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:326:22: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:326:22: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:351:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:351:19: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:351:19: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:365:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:365:19: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/regmask.cpp:365:19: note: Opposite expression on both sides of '&'.
openjdk-10-10.0.2+13/src/hotspot/share/opto/runtime.cpp:1218:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/opto/stringopts.cpp:45:23: style: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/opto/stringopts.cpp:70:5: note: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/opto/stringopts.cpp:45:23: note: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/opto/stringopts.cpp:44:23: style: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/opto/stringopts.cpp:72:5: note: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/opto/stringopts.cpp:44:23: note: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/opto/stringopts.cpp:43:23: style: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/opto/stringopts.cpp:73:5: note: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/opto/stringopts.cpp:43:23: note: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/opto/superword.cpp:273:13: style: The scope of the variable 'stack_idx' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/opto/superword.cpp:897:35: warning: Either the condition 'span>0' is redundant or there is division by zero at line 897. [zerodivcond]
openjdk-10-10.0.2+13/src/hotspot/share/opto/superword.cpp:893:16: note: Assuming that condition 'span>0' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/opto/superword.cpp:897:35: note: Division by zero
openjdk-10-10.0.2+13/src/hotspot/share/opto/superword.cpp:2525:20: style: Variable 'C' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/type.cpp:4788:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-10-10.0.2+13/src/hotspot/share/opto/type.cpp:3873:20: style: Variable 'tinst_xk' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/opto/type.cpp:3855:48: style: Boolean variable 'this_xk' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openjdk-10-10.0.2+13/src/hotspot/share/opto/type.cpp:3855:71: style: Boolean variable 'this_xk' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jni.cpp:3005:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jniCheck.cpp:1996:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvm.cpp:623:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:1551:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:1543:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:1551:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:1566:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:1562:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:1566:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:3646:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:3640:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:3646:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:1435:7: style: The scope of the variable 'hidden_threads' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:3239:11: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:2435:26: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnv.cpp:98:3: style: Class 'VM_JNIFunctionTableCopier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnvBase.cpp:1062:54: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnvBase.cpp:467:0: error: Memory leak: prefix_array [memleak]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnvThreadState.cpp:250:3: warning: Member variable 'VM_GetCurrentLocation::_bci' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEnvThreadState.cpp:250:3: style: Class 'VM_GetCurrentLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEventController.cpp:816:65: style: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEventController.cpp:305:50: note: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEventController.cpp:816:65: note: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEventController.cpp:827:67: style: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEventController.cpp:306:52: note: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEventController.cpp:827:67: note: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEventController.cpp:838:70: style: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEventController.cpp:307:55: note: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEventController.cpp:838:70: note: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEventController.cpp:198:3: style: Class 'VM_EnterInterpOnlyMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiEventController.cpp:257:3: style: Class 'VM_ChangeSingleStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiExport.cpp:944:18: style: Same expression on both sides of '!=' because the value of 'new_data' and 'NULL' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiExport.cpp:929:31: note: 'new_data' is assigned value 'NULL' here.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiExport.cpp:944:18: note: Same expression on both sides of '!=' because the value of 'new_data' and 'NULL' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiExport.cpp:850:5: performance: Variable '_class_loader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiExport.cpp:851:5: performance: Variable '_h_protection_domain' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiExport.cpp:87:3: style: Class 'JvmtiJavaThreadEventTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiExport.cpp:103:3: style: Class 'JvmtiThreadEventTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiExport.cpp:139:3: style: Class 'JvmtiEventMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiExport.cpp:209:3: style: Class 'JvmtiThreadEventMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:106:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:104:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:106:5: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:264:18: warning: Assert statement calls a function which may have desired side effects: 'available'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:41:13: style: Member variable 'LoadedClassesClosure::_env' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:59:78: note: Member variable 'LoadedClassesClosure::_env' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:41:13: note: Member variable 'LoadedClassesClosure::_env' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:126:3: style: Class 'JvmtiGetLoadedClassesClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiRawMonitor.cpp:207:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiRawMonitor.cpp:205:19: note: outer condition: Node.TState==ObjectWaiter::TS_WAIT
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiRawMonitor.cpp:207:21: note: identical inner condition: Node.TState==ObjectWaiter::TS_WAIT
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiRawMonitor.cpp:352:17: style: Variable 'List' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3665:3: style: Class 'TransferNativeFunctionRegistration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2845:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1396:53: style: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1392:22: note: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1396:53: note: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2214:76: style: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1904:57: note: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2214:76: note: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2273:82: style: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1924:74: note: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2273:82: note: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2290:64: style: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1941:56: note: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2290:64: note: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2397:66: style: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1943:58: note: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2397:66: note: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2409:64: style: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1944:56: note: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2409:64: note: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2421:110: style: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1926:22: note: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2421:110: note: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2448:56: style: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1928:53: note: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2448:56: note: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2844:58: style: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'java_class'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2711:38: note: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'java_class'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2844:58: note: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'java_class'.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:319:12: warning: Assert statement calls a function which may have desired side effects: 'find'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1815:3: warning: Member variable 'AdvancedHeapWalkContext::_klass_filter' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1815:3: warning: Member variable 'AdvancedHeapWalkContext::_heap_callbacks' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2560:1: style: The class 'SimpleRootsClosure' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2616:1: style: The class 'JNILocalRootsClosure' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:761:7: style: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:765:45: note: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:761:7: note: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1521:5: performance: Variable '_tag_count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2746:3: performance: Variable '_initial_object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:2763:3: performance: Variable '_initial_object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1522:5: style: Class 'TagObjectCollector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1522:5: style: Class 'TagObjectCollector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:884:3: style: Class 'JvmtiCachedClassFieldMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1246:3: style: Class 'VM_HeapIterateOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1763:3: style: Class 'HeapWalkContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1535:8: style: The function 'do_entry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:374:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1535:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiTagMap.cpp:1972:81: performance: Function parameter 'context' should be passed by const reference. [passedByValue]
openjdk-10-10.0.2+13/src/hotspot/share/prims/jvmtiThreadState.cpp:227:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/prims/methodHandles.cpp:1126:8: style: The scope of the variable 'ok' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/prims/methodHandles.cpp:170:20: style: Variable 'thread' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/prims/methodHandles.cpp:551:29: style: Variable 'this_arg_pos' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/prims/methodHandles.cpp:928:23: style: Boolean variable 'search_superc' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openjdk-10-10.0.2+13/src/hotspot/share/prims/nativeLookup.cpp:372:3: style: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/prims/nativeLookup.cpp:369:0: note: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/prims/nativeLookup.cpp:372:3: note: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/prims/stackwalk.cpp:395:7: style: The scope of the variable 'numFrames' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/prims/unsafe.cpp:191:0: style: Class 'GuardUnsafeAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/prims/wbtestmethods/parserTests.cpp:149:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/prims/whitebox.cpp:969:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/arguments.cpp:1913:32: style: Same expression on both sides of '<' because the value of 'HeapBaseMinAddress' and 'DefaultHeapBaseMinAddress' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/arguments.cpp:1842:49: note: 'DefaultHeapBaseMinAddress' is assigned value 'HeapBaseMinAddress' here.
openjdk-10-10.0.2+13/src/hotspot/share/runtime/arguments.cpp:1913:32: note: Same expression on both sides of '<' because the value of 'HeapBaseMinAddress' and 'DefaultHeapBaseMinAddress' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/runtime/arguments.cpp:138:10: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/arguments.cpp:2523:9: style: The scope of the variable '_name' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/arguments.cpp:2525:10: style: The scope of the variable '_len_jdwp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/arguments.cpp:2525:21: style: The scope of the variable '_len_prefix' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/arguments.cpp:1402:35: warning: String literal compared with variable 'old_java_vendor_url_bug'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/arguments.cpp:3534:3: style: Class 'ScopedVMInitArgs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/basicLock.cpp:78:45: style: Variable 'dh' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/biasedLocking.cpp:55:3: style: Class 'VM_EnableBiasedLocking' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/biasedLocking.cpp:77:3: style: Class 'EnableBiasedLockingTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/biasedLocking.cpp:575:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/biasedLocking.cpp:514:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/biasedLocking.cpp:575:21: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/biasedLocking.cpp:576:16: style: The function 'doit_prologue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/biasedLocking.cpp:516:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/biasedLocking.cpp:576:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/biasedLocking.cpp:578:16: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/biasedLocking.cpp:536:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/biasedLocking.cpp:578:16: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/compilationPolicy.cpp:336:22: style: The scope of the variable 'c' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/frame.cpp:1061:23: style: Condition 'oop_adr!=NULL' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/frame.cpp:1060:15: note: Assuming that condition 'oop_adr==NULL' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/runtime/frame.cpp:1061:23: note: Condition 'oop_adr!=NULL' is always false
openjdk-10-10.0.2+13/src/hotspot/share/runtime/frame.cpp:1109:6: error: Null pointer dereference: t [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/frame.cpp:1108:15: note: Assignment 't=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/runtime/frame.cpp:1109:6: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/runtime/frame.cpp:918:8: style: The scope of the variable 'has_receiver' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/frame.cpp:1147:50: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/frame.cpp:1361:19: style: Variable 'min' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/frame.cpp:1018:5: performance: Variable '_fr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/globals.cpp:481:10: style: The scope of the variable 'spaces' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/globals.cpp:905:9: style: The scope of the variable 'score' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/handshake.cpp:51:3: style: Class 'HandshakeThreadsOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/handshake.cpp:68:3: style: Class 'VM_Handshake' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/handshake.cpp:167:3: style: Class 'VM_HandshakeAllThreads' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/handshake.cpp:228:3: style: Class 'VM_HandshakeFallbackOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/handshake.cpp:52:8: style: The function 'do_handshake' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/handshake.cpp:42:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/handshake.cpp:52:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/handshake.cpp:53:8: style: The function 'cancel_handshake' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/handshake.cpp:43:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/handshake.cpp:53:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/java.cpp:120:9: style: The scope of the variable 'total_size' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/java.cpp:719:10: style: The scope of the variable 'index' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/java.cpp:634:20: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/java.cpp:741:16: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/jniHandles.cpp:544:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/jniPeriodicChecker.cpp:35:6: style: Class 'JniPeriodicCheckerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/memprofiler.cpp:72:15: style: The scope of the variable 'log_name' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/memprofiler.cpp:49:3: style: Class 'MemProfilerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/objectMonitor.cpp:1534:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/objectMonitor.cpp:1532:21: note: outer condition: node.TState==ObjectWaiter::TS_WAIT
openjdk-10-10.0.2+13/src/hotspot/share/runtime/objectMonitor.cpp:1534:23: note: identical inner condition: node.TState==ObjectWaiter::TS_WAIT
openjdk-10-10.0.2+13/src/hotspot/share/runtime/objectMonitor.cpp:2141:51: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/objectMonitor.cpp:1324:40: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/objectMonitor.cpp:1349:40: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/os.cpp:540:9: style: The scope of the variable 'agent_function_name' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/perfData.cpp:400:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/perfData.cpp:418:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/perfData.cpp:441:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/perfData.cpp:459:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/perfData.cpp:480:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/perfData.cpp:502:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/perfData.cpp:520:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/perfData.cpp:541:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/perfData.cpp:563:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/reflection.cpp:591:5: style: Variable 'module_to' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/reflection.cpp:590:0: note: Variable 'module_to' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/runtime/reflection.cpp:591:5: note: Variable 'module_to' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:262:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:456:20: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:74:8: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:47:17: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:74:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:76:8: style: The function 'is_widen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:50:17: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:76:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:78:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:61:17: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:78:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:87:8: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:47:17: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:87:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:89:8: style: The function 'is_jump_widen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:51:17: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:89:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:92:8: style: The function 'adjust' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:58:17: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:92:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:103:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:61:17: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:103:8: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:116:9: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:47:17: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:116:9: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:118:9: style: The function 'is_switch_pad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:52:17: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:118:9: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:122:9: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:61:17: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/relocator.cpp:122:9: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/runtime/safepoint.cpp:926:27: style: The scope of the variable 'cur_state' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/safepoint.cpp:569:20: style: Member variable 'ParallelSPCleanupThreadClosure::_nmethod_cl' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/safepoint.cpp:575:5: note: Member variable 'ParallelSPCleanupThreadClosure::_nmethod_cl' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/runtime/safepoint.cpp:569:20: note: Member variable 'ParallelSPCleanupThreadClosure::_nmethod_cl' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/runtime/safepoint.cpp:589:16: style: Member variable 'ParallelSPCleanupTask::_subtasks' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/safepoint.cpp:598:5: note: Member variable 'ParallelSPCleanupTask::_subtasks' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/runtime/safepoint.cpp:589:16: note: Member variable 'ParallelSPCleanupTask::_subtasks' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/hotspot/share/runtime/safepoint.cpp:573:3: style: Class 'ParallelSPCleanupThreadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntime.cpp:3021:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:514:20: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:530:17: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:114:10: style: The scope of the variable 'hfsq' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:444:15: style: The scope of the variable 'z_h' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:444:19: style: The scope of the variable 'z_l' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:361:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:475:24: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 473. [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:473:11: note: Assuming that condition 'k>20' is not redundant
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:475:24: note: Shift
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:523:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:450:31: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:397:11: portability: Casting from const double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:398:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:438:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:445:23: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:466:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:468:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:393:12: style: The scope of the variable 'w' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:393:14: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:393:16: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:393:18: style: The scope of the variable 'fn' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:395:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:577:10: style: The scope of the variable 'a' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:577:12: style: The scope of the variable 'h' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:468:5: style: Variable 'i0' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/statSampler.cpp:44:5: style: Class 'StatSamplerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sweeper.cpp:266:8: style: The scope of the variable 'timeout' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/sweeper.cpp:565:3: style: Class 'CompiledMethodMarker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/synchronizer.cpp:1416:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:2110:12: warning: Possible null pointer dereference: ret [nullPointer]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:2109:32: note: Assignment 'ret=op==NULL?NULL:(JavaThread*)op->calling_thread()', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:2110:12: note: Null pointer dereference
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:1673:3: style: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:1672:0: note: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:1673:3: note: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:2214:28: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:2219:28: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:2224:28: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:2842:3: style: Class 'RememberProcessedThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:4523:3: style: Class 'ThreadHandlesClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/thread.cpp:4134:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/threadSMR.cpp:191:3: style: Class 'ThreadScanHashtable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/threadSMR.cpp:215:3: style: Class 'AddThreadHazardPointerThreadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/threadSMR.cpp:236:3: style: Class 'ScanHazardPtrGatherProtectedThreadsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/threadSMR.cpp:293:3: style: Class 'ScanHazardPtrGatherThreadsListClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/threadSMR.cpp:334:3: style: Class 'ScanHazardPtrPrintMatchingThreadsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/timer.cpp:147:10: style: The scope of the variable 'valid' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/timer.cpp:149:14: style: The scope of the variable 'real_secs' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/timer.cpp:150:14: style: The scope of the variable 'system_secs' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/timer.cpp:151:14: style: The scope of the variable 'user_secs' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/vframe.cpp:530:20: style: Checking if unsigned variable 'prefix_len' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/vframeArray.cpp:625:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/vmThread.cpp:226:22: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/runtime/vm_version.cpp:48:0: error: #error HOTSPOT_VERSION_STRING must be defined [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/hotspot/share/services/diagnosticCommand.cpp:776:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/services/diagnosticCommand.cpp:989:3: style: Class 'VM_DumpTouchedMethods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/services/memoryManager.hpp:61:3: style: Class 'MemoryManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/services/memoryManager.hpp:100:3: style: Class 'GCStatInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/services/gcNotifier.cpp:195:3: style: Class 'NotificationMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/services/memoryManager.hpp:152:10: style: The function 'is_gc_memory_manager' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/hotspot/share/services/memoryManager.hpp:74:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/hotspot/share/services/memoryManager.hpp:152:10: note: Function in derived class
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:509:13: style: The scope of the variable 'n' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:2047:15: style: The scope of the variable 'dump_file_name' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:2048:15: style: The scope of the variable 'dump_file_ext' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:567:39: style: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:433:29: note: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'.
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:567:39: note: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'.
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:607:41: style: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:442:31: note: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'.
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:607:41: note: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'.
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:1667:42: style: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:1491:29: note: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'.
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:1667:42: note: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'.
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:1127:31: style: Variable 'length_in_bytes' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:1823:17: style: Variable 'used' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:498:32: warning: Assert statement calls a function which may have desired side effects: 'current_offset'. [assertWithSideEffect]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:1310:5: performance: Variable '_thread_serial_num' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:409:3: style: Class 'DumpWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:1283:3: style: Class 'SymbolTableDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:1339:3: style: Class 'JNIGlobalsDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:1368:3: style: Class 'MonitorUsedDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/services/heapDumper.cpp:1386:3: style: Class 'StickyClassDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/services/mallocSiteTable.cpp:112:29: style: The scope of the variable 'head' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/services/mallocSiteTable.cpp:210:29: style: The scope of the variable 'p' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/services/mallocTracker.cpp:135:3: style: Variable 'header' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/services/management.cpp:2120:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/hotspot/share/services/memBaseline.cpp:211:32: style: The scope of the variable 'site' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/services/memReporter.cpp:96:23: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/services/memReporter.cpp:289:23: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/services/memReporter.cpp:323:23: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/services/memReporter.cpp:456:36: style: Variable 'class_count_diff' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/services/memReporter.cpp:515:42: style: Variable 'current_tracking_overhead' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/services/memReporter.cpp:516:42: style: Variable 'early_tracking_overhead' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/services/threadService.cpp:885:18: style: The scope of the variable 'waitingToLockMonitor' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/services/virtualMemoryTracker.cpp:305:41: style: The scope of the variable 'node' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/bitMap.cpp:52:3: style: Class 'CHeapBitMapAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/bitMap.cpp:65:3: style: Class 'ArenaBitMapAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/debug.cpp:671:19: style: Same expression on both sides of '=='. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/debug.cpp:672:19: style: Same expression on both sides of '=='. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/debug.cpp:322:3: style: Class 'Command' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/decoder_elf.cpp:38:102: style: Function 'decode' argument 6 names different: declaration 'demangle' definition 'demangle_name'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/decoder_elf.hpp:43:92: note: Function 'decode' argument 6 names different: declaration 'demangle' definition 'demangle_name'.
openjdk-10-10.0.2+13/src/hotspot/share/utilities/decoder_elf.cpp:38:102: note: Function 'decode' argument 6 names different: declaration 'demangle' definition 'demangle_name'.
openjdk-10-10.0.2+13/src/hotspot/share/utilities/elfStringTable.cpp:82:37: style: Checking if unsigned variable 'fread(buf,1,buflen,m_file)' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/json.cpp:683:19: style: Variable 'line_length' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/nativeCallStack.cpp:103:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/ostream.cpp:864:13: style: Same expression on both sides of '!=' because the value of 'nl0' and '_newlines' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/ostream.cpp:861:15: note: 'nl0' is assigned value '_newlines' here.
openjdk-10-10.0.2+13/src/hotspot/share/utilities/ostream.cpp:864:13: note: Same expression on both sides of '!=' because the value of 'nl0' and '_newlines' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/utilities/ostream.cpp:524:20: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/ostream.cpp:574:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/utf8.cpp:244:20: style: Same expression on both sides of '-' because the value of 'ptr' and 'quoted_ascii_str' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/utf8.cpp:233:21: note: 'ptr' is assigned value 'quoted_ascii_str' here.
openjdk-10-10.0.2+13/src/hotspot/share/utilities/utf8.cpp:244:20: note: Same expression on both sides of '-' because the value of 'ptr' and 'quoted_ascii_str' are the same.
openjdk-10-10.0.2+13/src/hotspot/share/utilities/utf8.cpp:32:26: style: The scope of the variable 'ch3' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/utf8.cpp:170:0: style: The scope of the variable 'ch' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/vmError.cpp:1257:14: style: The scope of the variable 'recursive_error_count' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/vmError.cpp:1263:15: style: The scope of the variable 'transmit_report_done' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/vmError.cpp:1613:21: error: Division by zero. [zerodiv]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/vmError.cpp:1612:20: note: Assignment 'x=0', assigned value is 0
openjdk-10-10.0.2+13/src/hotspot/share/utilities/vmError.cpp:1613:21: note: Division by zero
openjdk-10-10.0.2+13/src/hotspot/share/utilities/vmError.cpp:1613:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/hotspot/share/utilities/vmError.cpp:1509:3: style: Class 'VM_ReportJavaOutOfMemory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.base/aix/native/libnet/aix_close.c:141:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/aix/native/libnet/aix_close.c:446:19: style: The scope of the variable 'prc' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/linux/native/libjava/ProcessHandleImpl_linux.c:260:13: warning: %llu in format string (no. 1) requires 'unsigned long long *' but the argument type is 'signed long long *'. [invalidScanfArgType_int]
openjdk-10-10.0.2+13/src/java.base/linux/native/libjava/ProcessHandleImpl_linux.c:136:9: style: The scope of the variable 'cmdlen' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/linux/native/libnet/linux_close.c:110:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/linux/native/libnio/fs/LinuxWatchService.c:89:5: style: Variable 'wfd' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/linux/native/libnio/fs/LinuxWatchService.c:86:0: note: Variable 'wfd' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/linux/native/libnio/fs/LinuxWatchService.c:89:5: note: Variable 'wfd' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/macosx/native/libjava/HostLocaleProviderAdapter_md.c:678:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/macosx/native/libjava/java_props_macosx.c:394:0: error: syntax error [syntaxError]
openjdk-10-10.0.2+13/src/java.base/macosx/native/libjli/java_md_macosx.c:214:0: error: #error "Unknown architecture - needs definition" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.base/macosx/native/libjsig/jsig.c:97:3: style: Variable 'reentry' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/macosx/native/libjsig/jsig.c:95:3: note: Variable 'reentry' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/macosx/native/libjsig/jsig.c:97:3: note: Variable 'reentry' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/macosx/native/libnet/DefaultProxySelector.c:177:5: style: Variable 'proxyDicRef' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/macosx/native/libnet/DefaultProxySelector.c:169:0: note: Variable 'proxyDicRef' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/macosx/native/libnet/DefaultProxySelector.c:177:5: note: Variable 'proxyDicRef' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/macosx/native/libnet/DefaultProxySelector.c:195:13: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/macosx/native/libnet/DefaultProxySelector.c:187:0: note: Variable 'uri' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/macosx/native/libnet/DefaultProxySelector.c:195:13: note: Variable 'uri' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/macosx/native/libnet/DefaultProxySelector.c:174:17: style: The scope of the variable 'chost' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/macosx/native/libnet/bsd_close.c:112:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/macosx/native/libnio/fs/BsdNativeDispatcher.c:90:12: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/macosx/native/libnio/fs/BsdNativeDispatcher.c:150:11: style: Unused variable: dev [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/share/native/launcher/defines.h:40:0: error: #error "VERSION_STRING must be defined" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_acos.c:81:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_acos.c:84:33: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_acos.c:109:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_acos.c:88:25: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_asin.c:90:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_asin.c:93:33: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_asin.c:118:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_asin.c:96:25: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_asin.c:88:26: style: The scope of the variable 'c' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_asin.c:88:28: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:78:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:79:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:80:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:81:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:128:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:82:21: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:82:21: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:82:21: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:83:21: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:83:21: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:83:21: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atan2.c:86:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atanh.c:64:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atanh.c:65:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atanh.c:72:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atanh.c:67:21: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atanh.c:67:21: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atanh.c:67:21: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_atanh.c:68:25: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_cosh.c:67:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_cosh.c:91:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_exp.c:125:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_exp.c:132:34: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_exp.c:163:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_exp.c:166:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_exp.c:163:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:50:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:51:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:52:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:53:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:135:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:136:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:147:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:148:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:60:20: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:60:20: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:60:20: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:61:25: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:92:25: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 91. [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:91:17: note: Assuming that condition 'n<=31' is not redundant
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:92:25: note: Shift
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:104:25: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 103. [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:103:17: note: Assuming that condition 'n<=31' is not redundant
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_fmod.c:104:25: note: Shift
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_log.c:108:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_log.c:109:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_log.c:117:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_log.c:123:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_log.c:104:16: style: The scope of the variable 'hfsq' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_log10.c:84:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_log10.c:85:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_log10.c:93:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_log10.c:100:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_rem_pio2.c:105:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_rem_pio2.c:145:26: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_rem_pio2.c:152:30: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_rem_pio2.c:173:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_rem_pio2.c:175:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_rem_pio2.c:101:18: style: The scope of the variable 'w' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_rem_pio2.c:101:20: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_rem_pio2.c:101:22: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_rem_pio2.c:101:24: style: The scope of the variable 'fn' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_rem_pio2.c:103:18: style: The scope of the variable 'j' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_remainder.c:55:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_remainder.c:56:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_remainder.c:57:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_remainder.c:58:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_remainder.c:87:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_remainder.c:64:36: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_remainder.c:68:25: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_remainder.c:53:16: style: The scope of the variable 'p_half' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_scalb.c:58:41: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_sinh.c:64:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_sinh.c:85:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_sinh.c:59:18: style: The scope of the variable 'w' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_sqrt.c:116:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_sqrt.c:117:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_sqrt.c:202:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_sqrt.c:203:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_sqrt.c:128:29: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_sqrt.c:113:20: style: The scope of the variable 't1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/e_sqrt.c:114:26: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_cos.c:85:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_cos.c:97:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_cos.c:98:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_cos.c:83:16: style: The scope of the variable 'a' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_cos.c:83:18: style: The scope of the variable 'hz' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_sin.c:78:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_standard.c:100:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_standard.c:473:38: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_standard.c:504:36: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_standard.c:521:38: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_standard.c:535:34: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_standard.c:549:34: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_standard.c:563:34: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_tan.c:94:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_tan.c:98:24: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_tan.c:107:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_tan.c:110:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_tan.c:145:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/k_tan.c:148:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_atan.c:106:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_atan.c:110:35: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_ceil.c:52:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_ceil.c:53:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_ceil.c:87:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_ceil.c:88:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_copysign.c:41:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_cos.c:70:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_cos.c:66:21: style: The scope of the variable 'z' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_expm1.c:153:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_expm1.c:162:38: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_expm1.c:213:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_expm1.c:218:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_expm1.c:220:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_expm1.c:222:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_expm1.c:225:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_expm1.c:149:18: style: The scope of the variable 'hi' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_expm1.c:149:21: style: The scope of the variable 'lo' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_expm1.c:213:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_fabs.c:39:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_finite.c:41:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_floor.c:52:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_floor.c:53:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_floor.c:88:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_floor.c:89:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_frexp.c:53:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_frexp.c:55:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_frexp.c:60:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_frexp.c:66:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_ilogb.c:43:16: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_ilogb.c:45:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_ilogb.c:41:16: style: The scope of the variable 'lx' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_ilogb.c:41:19: style: The scope of the variable 'ix' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_isnan.c:41:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_isnan.c:42:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_isnan.c:43:28: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_isnan.c:43:28: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_isnan.c:43:28: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_log1p.c:121:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_log1p.c:150:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_log1p.c:156:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_log1p.c:162:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_log1p.c:165:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_log1p.c:134:31: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_logb.c:42:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_logb.c:43:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:53:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:54:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:58:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:59:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:65:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:66:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:69:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:70:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:76:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:77:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:83:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:84:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:87:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_modf.c:88:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_nextafter.c:45:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_nextafter.c:46:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_nextafter.c:47:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_nextafter.c:48:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_nextafter.c:57:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_nextafter.c:58:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_nextafter.c:84:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_nextafter.c:88:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:58:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:60:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:68:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:71:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:72:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:92:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:93:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:67:27: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:67:27: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:67:27: note: Opposite expression on both sides of '|'.
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:59:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:72:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:90:54: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 83. [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:83:22: note: Assuming that condition 'j0>51' is not redundant
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_rint.c:90:54: note: Shift
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_scalbn.c:53:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_scalbn.c:54:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_scalbn.c:59:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_scalbn.c:67:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_scalbn.c:74:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_sin.c:70:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_sin.c:66:21: style: The scope of the variable 'z' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_tan.c:69:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_tan.c:65:21: style: The scope of the variable 'z' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_tanh.c:69:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libfdlibm/s_tanh.c:65:16: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/Module.c:80:9: error: Memory leak: pkgs [memleak]
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/Module.c:109:1: error: Memory leak: pkgs [memleak]
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/ObjectOutputStream.c:59:11: style: The scope of the variable 'fval' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.c:1265:32: style: Function 'JNU_GetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.h:234:32: note: Function 'JNU_GetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.c:1265:32: note: Function 'JNU_GetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.c:1329:32: style: Function 'JNU_SetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.h:240:32: note: Function 'JNU_SetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.c:1329:32: note: Function 'JNU_SetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.c:1393:38: style: Function 'JNU_GetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.h:248:38: note: Function 'JNU_GetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.c:1393:38: note: Function 'JNU_GetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.c:1460:38: style: Function 'JNU_SetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.h:254:38: note: Function 'JNU_SetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjava/jni_util.c:1460:38: note: Function 'JNU_SetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.hpp:320:1: style: The class 'ImageHeader' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.hpp:377:15: style: Technically the member function 'ImageFileReaderTable::count' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.hpp:432:19: style: Technically the member function 'ImageFileReader::index_size' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.hpp:280:5: style: Class 'ImageLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.hpp:312:5: style: Class 'ImageModuleData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.hpp:124:5: style: Class 'ZipDecompressor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.hpp:167:5: style: Class 'SharedStringDecompressor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/osSupport.hpp:106:5: style: Class 'SimpleCriticalSectionLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:92:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:54:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:92:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:93:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:55:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:93:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:94:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:56:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:94:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:95:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:57:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:95:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:96:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:58:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:96:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:97:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:59:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:97:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:99:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:61:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:99:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:100:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:62:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:100:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:101:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:63:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:101:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:102:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:64:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:102:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:103:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:65:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:103:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:104:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:66:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:104:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:115:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:54:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:115:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:116:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:55:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:116:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:117:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:56:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:117:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:118:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:57:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:118:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:119:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:58:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:119:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:120:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:59:16: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:120:8: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:122:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:61:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:122:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:123:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:62:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:123:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:124:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:63:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:124:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:125:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:64:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:125:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:126:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:65:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:126:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:127:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:66:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/endian.hpp:127:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.hpp:125:10: style: The function 'decompress_resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.hpp:108:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.hpp:125:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.hpp:168:10: style: The function 'decompress_resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.hpp:108:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.hpp:168:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.cpp:69:5: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.cpp:60:0: note: Variable 'addr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.cpp:69:5: note: Variable 'addr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.cpp:143:76: style: Function 'decompress_resource' argument 5 names different: declaration '_endian' definition 'endian'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.hpp:116:68: note: Function 'decompress_resource' argument 5 names different: declaration '_endian' definition 'endian'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.cpp:143:76: note: Function 'decompress_resource' argument 5 names different: declaration '_endian' definition 'endian'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.cpp:214:21: style: Function 'decompress_resource' argument 2 names different: declaration 'uncompressed' definition 'uncompressed_resource'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.hpp:168:44: note: Function 'decompress_resource' argument 2 names different: declaration 'uncompressed' definition 'uncompressed_resource'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageDecompressor.cpp:214:21: note: Function 'decompress_resource' argument 2 names different: declaration 'uncompressed' definition 'uncompressed_resource'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.cpp:339:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.cpp:345:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.cpp:581:39: style: Function 'get_resource' argument 1 names different: declaration 'index' definition 'offset'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.hpp:574:26: note: Function 'get_resource' argument 1 names different: declaration 'index' definition 'offset'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.cpp:581:39: note: Function 'get_resource' argument 1 names different: declaration 'index' definition 'offset'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.hpp:389:10: style: Technically the member function 'ImageFileReaderTable::contains' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.cpp:249:28: note: Technically the member function 'ImageFileReaderTable::contains' can be const.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.hpp:389:10: note: Technically the member function 'ImageFileReaderTable::contains' can be const.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.cpp:208:5: style: Class 'ImageFileReaderTable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.cpp:208:5: style: Class 'ImageFileReaderTable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.cpp:352:5: style: Class 'ImageFileReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.cpp:352:5: style: Class 'ImageFileReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.cpp:227:9: error: Common realloc mistake: '_table' nulled but not freed upon failure [memleakOnRealloc]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/imageFile.cpp:244:9: error: Common realloc mistake: '_table' nulled but not freed upon failure [memleakOnRealloc]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:62:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:75:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:91:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:135:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:156:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:184:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:225:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:74:42: style: Function 'JIMAGE_Close' argument 1 names different: declaration 'jimage' definition 'image'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.hpp:89:42: note: Function 'JIMAGE_Close' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:74:42: note: Function 'JIMAGE_Close' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:90:59: style: Function 'JIMAGE_PackageToModule' argument 1 names different: declaration 'jimage' definition 'image'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.hpp:107:60: note: Function 'JIMAGE_PackageToModule' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:90:59: note: Function 'JIMAGE_PackageToModule' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:108:62: style: Function 'JIMAGE_FindResource' argument 1 names different: declaration 'jimage' definition 'image'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.hpp:126:62: note: Function 'JIMAGE_FindResource' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:108:62: note: Function 'JIMAGE_FindResource' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:154:49: style: Function 'JIMAGE_GetResource' argument 1 names different: declaration 'jimage' definition 'image'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.hpp:150:49: note: Function 'JIMAGE_GetResource' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:154:49: note: Function 'JIMAGE_GetResource' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:182:53: style: Function 'JIMAGE_ResourceIterator' argument 1 names different: declaration 'jimage' definition 'image'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.hpp:184:53: note: Function 'JIMAGE_ResourceIterator' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjimage/jimage.cpp:182:53: note: Function 'JIMAGE_ResourceIterator' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/args.c:295:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/args.c:296:11: style: The scope of the variable 'token' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1100:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:858:21: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1649:35: warning: Comparison is wrong. Result of 'arg+2' can't be 0 unless there is pointer overflow, and pointer overflow is undefined behaviour. [pointerAdditionResultNotNull]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1502:20: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1506:11: note: Assuming that condition 's==NULL' is not redundant
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1502:20: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1667:13: warning: Either the condition 'arg==NULL' is redundant or there is possible null pointer dereference: arg. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1668:29: note: Assuming that condition 'arg==NULL' is not redundant
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1667:13: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1204:5: style: Variable 'has_arg' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1201:0: note: Variable 'has_arg' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1204:5: note: Variable 'has_arg' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:641:9: style: The scope of the variable 'isVMType' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:815:17: style: The scope of the variable 'retval' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1028:13: style: The scope of the variable 'res' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1710:11: style: The scope of the variable 'envcp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1710:19: style: The scope of the variable 'appcp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1712:10: style: The scope of the variable 'separator' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1713:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1713:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1928:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:2039:9: style: The scope of the variable 'vmType' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:651:27: error: Expression 'newArgv[newArgvIdx++]=(*argv)[0]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:226:14: style: Function 'JLI_Launch' argument 14 names different: declaration 'ergo_class' definition 'ergo'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.h:100:18: note: Function 'JLI_Launch' argument 14 names different: declaration 'ergo_class' definition 'ergo'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:226:14: note: Function 'JLI_Launch' argument 14 names different: declaration 'ergo_class' definition 'ergo'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:389:17: style: Function 'JavaMain' argument 1 names different: declaration 'args' definition '_args'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.h:223:29: note: Function 'JavaMain' argument 1 names different: declaration 'args' definition '_args'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:389:17: note: Function 'JavaMain' argument 1 names different: declaration 'args' definition '_args'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:636:19: style: Function 'CheckJvmType' argument 1 names different: declaration 'argc' definition 'pargc'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.h:169:25: note: Function 'CheckJvmType' argument 1 names different: declaration 'argc' definition 'pargc'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:636:19: note: Function 'CheckJvmType' argument 1 names different: declaration 'argc' definition 'pargc'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:2032:26: style: Function 'ReadKnownVMs' argument 1 names different: declaration 'jvmcfg' definition 'jvmCfgName'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.h:168:31: note: Function 'ReadKnownVMs' argument 1 names different: declaration 'jvmcfg' definition 'jvmCfgName'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:2032:26: note: Function 'ReadKnownVMs' argument 1 names different: declaration 'jvmcfg' definition 'jvmCfgName'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:2341:31: style: Function 'JLI_ReportMessage' argument 1 names different: declaration 'message' definition 'fmt'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.h:142:37: note: Function 'JLI_ReportMessage' argument 1 names different: declaration 'message' definition 'fmt'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:2341:31: note: Function 'JLI_ReportMessage' argument 1 names different: declaration 'message' definition 'fmt'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:2354:29: style: Function 'JLI_ShowMessage' argument 1 names different: declaration 'message' definition 'fmt'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.h:145:35: note: Function 'JLI_ShowMessage' argument 1 names different: declaration 'message' definition 'fmt'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:2354:29: note: Function 'JLI_ShowMessage' argument 1 names different: declaration 'message' definition 'fmt'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:830:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1022:0: style: Variable 'restrict_search' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:1024:13: style: Variable 'env_entry' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/java.c:297:41: error: Uninitialized variable: end [uninitvar]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:134:24: style: Function 'JLI_List_free' argument 1 names different: declaration 'l' definition 'sl'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.h:126:29: note: Function 'JLI_List_free' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:134:24: note: Function 'JLI_List_free' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:148:34: style: Function 'JLI_List_ensureCapacity' argument 1 names different: declaration 'l' definition 'sl'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.h:127:39: note: Function 'JLI_List_ensureCapacity' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:148:34: note: Function 'JLI_List_ensureCapacity' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:159:23: style: Function 'JLI_List_add' argument 1 names different: declaration 'l' definition 'sl'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.h:129:28: note: Function 'JLI_List_add' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:159:23: note: Function 'JLI_List_add' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:159:33: style: Function 'JLI_List_add' argument 2 names different: declaration 'e' definition 'str'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.h:129:37: note: Function 'JLI_List_add' argument 2 names different: declaration 'e' definition 'str'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:159:33: note: Function 'JLI_List_add' argument 2 names different: declaration 'e' definition 'str'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:166:32: style: Function 'JLI_List_addSubstring' argument 1 names different: declaration 'l' definition 'sl'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.h:131:37: note: Function 'JLI_List_addSubstring' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:166:32: note: Function 'JLI_List_addSubstring' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:198:24: style: Function 'JLI_List_join' argument 1 names different: declaration 'l' definition 'sl'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.h:133:30: note: Function 'JLI_List_join' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/jli_util.c:198:24: note: Function 'JLI_List_join' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/parse_manifest.c:333:13: style: The scope of the variable 'entry_size' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/splashscreen_stubs.c:90:49: warning: Function 'DoSplashGetScaledImageName' argument order different: declaration 'jarName, fileName, scaleFactor, scaleImageName, scaleImageNameLength' definition 'fileName, jarName, scaleFactor, scaledImageName, scaledImageNameLength' [funcArgOrderDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/splashscreen.h:33:49: note: Function 'DoSplashGetScaledImageName' argument order different: declaration 'jarName, fileName, scaleFactor, scaleImageName, scaleImageNameLength' definition 'fileName, jarName, scaleFactor, scaledImageName, scaledImageNameLength'
openjdk-10-10.0.2+13/src/java.base/share/native/libjli/splashscreen_stubs.c:90:49: note: Function 'DoSplashGetScaledImageName' argument order different: declaration 'jarName, fileName, scaleFactor, scaleImageName, scaleImageNameLength' definition 'fileName, jarName, scaleFactor, scaledImageName, scaledImageNameLength'
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:110:58: style: Function 'getInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.h:64:65: note: Function 'getInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:110:58: note: Function 'getInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:116:59: style: Function 'setInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.h:65:66: note: Function 'setInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:116:59: note: Function 'setInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:123:59: style: Function 'getInet6Address_scopeid_set' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.h:66:66: note: Function 'getInet6Address_scopeid_set' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:123:59: note: Function 'getInet6Address_scopeid_set' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:129:59: style: Function 'getInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.h:67:66: note: Function 'getInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:129:59: note: Function 'getInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:135:55: style: Function 'setInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.h:68:62: note: Function 'setInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:135:55: note: Function 'setInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:145:57: style: Function 'getInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.h:69:64: note: Function 'getInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:145:57: note: Function 'getInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:156:57: style: Function 'setInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.h:70:64: note: Function 'setInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:156:57: note: Function 'setInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:184:66: style: Function 'setInetAddress_hostName' argument 3 names different: declaration 'h' definition 'host'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.h:74:73: note: Function 'setInetAddress_hostName' argument 3 names different: declaration 'h' definition 'host'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/net_util.c:184:66: note: Function 'setInetAddress_hostName' argument 3 names different: declaration 'h' definition 'host'.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:46:5: style: Variable 'proxy_cls' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:41:0: note: Variable 'proxy_cls' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:46:5: note: Variable 'proxy_cls' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:55:5: style: Variable 'ptype_cls' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:42:0: note: Variable 'ptype_cls' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:55:5: note: Variable 'ptype_cls' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:72:5: style: Variable 'isaddr_cls' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:43:0: note: Variable 'isaddr_cls' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:72:5: note: Variable 'isaddr_cls' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:86:5: style: Variable 'type_proxy' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:85:0: note: Variable 'type_proxy' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:86:5: note: Variable 'type_proxy' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:89:9: style: Variable 'jhost' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:88:0: note: Variable 'jhost' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:89:9: note: Variable 'jhost' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:92:13: style: Variable 'isa' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:91:0: note: Variable 'isa' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libnet/proxy_util.c:92:13: note: Variable 'isa' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3634:9: warning: Possible null pointer dereference: classname [nullPointer]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3629:21: note: Assignment 'classname=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3634:9: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:775:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:776:9: style: The scope of the variable 'num_methods' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:1689:26: style: The scope of the variable 'opcode_length' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3312:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3683:13: style: The scope of the variable 'args' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3706:13: style: The scope of the variable 'args' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:1743:44: style: Checking if unsigned variable 'opcode_length[instruction]' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:926:52: style: Function 'verify_field' argument 3 names different: declaration 'index' definition 'field_index'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:392:64: note: Function 'verify_field' argument 3 names different: declaration 'index' definition 'field_index'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:926:52: note: Function 'verify_field' argument 3 names different: declaration 'index' definition 'field_index'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:950:21: style: Function 'read_all_code' argument 4 names different: declaration 'code_lengths' definition 'lengths_addr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:387:33: note: Function 'read_all_code' argument 4 names different: declaration 'code_lengths' definition 'lengths_addr'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:950:21: note: Function 'read_all_code' argument 4 names different: declaration 'code_lengths' definition 'lengths_addr'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:950:52: style: Function 'read_all_code' argument 5 names different: declaration 'code' definition 'code_addr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:387:64: note: Function 'read_all_code' argument 5 names different: declaration 'code' definition 'code_addr'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:950:52: note: Function 'read_all_code' argument 5 names different: declaration 'code' definition 'code_addr'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:992:53: style: Function 'verify_method' argument 3 names different: declaration 'index' definition 'method_index'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:388:65: note: Function 'verify_method' argument 3 names different: declaration 'index' definition 'method_index'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:992:53: note: Function 'verify_method' argument 3 names different: declaration 'index' definition 'method_index'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:2695:74: style: Function 'push_stack' argument 3 names different: declaration 'stack' definition 'new_stack_info'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:411:79: note: Function 'push_stack' argument 3 names different: declaration 'stack' definition 'new_stack_info'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:2695:74: note: Function 'push_stack' argument 3 names different: declaration 'stack' definition 'new_stack_info'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3062:66: style: Function 'merge_into_one_successor' argument 3 names different: declaration 'inumber' definition 'to_inumber'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:419:51: note: Function 'merge_into_one_successor' argument 3 names different: declaration 'inumber' definition 'to_inumber'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3062:66: note: Function 'merge_into_one_successor' argument 3 names different: declaration 'inumber' definition 'to_inumber'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3063:46: style: Function 'merge_into_one_successor' argument 4 names different: declaration 'register_info' definition 'new_register_info'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:420:58: note: Function 'merge_into_one_successor' argument 4 names different: declaration 'register_info' definition 'new_register_info'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3063:46: note: Function 'merge_into_one_successor' argument 4 names different: declaration 'register_info' definition 'new_register_info'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3064:43: style: Function 'merge_into_one_successor' argument 5 names different: declaration 'stack_info' definition 'new_stack_info'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:421:55: note: Function 'merge_into_one_successor' argument 5 names different: declaration 'stack_info' definition 'new_stack_info'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3064:43: note: Function 'merge_into_one_successor' argument 5 names different: declaration 'stack_info' definition 'new_stack_info'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3065:36: style: Function 'merge_into_one_successor' argument 6 names different: declaration 'and_flags' definition 'new_and_flags'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:422:48: note: Function 'merge_into_one_successor' argument 6 names different: declaration 'and_flags' definition 'new_and_flags'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3065:36: note: Function 'merge_into_one_successor' argument 6 names different: declaration 'and_flags' definition 'new_and_flags'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3065:61: style: Function 'merge_into_one_successor' argument 7 names different: declaration 'or_flags' definition 'new_or_flags'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:422:69: note: Function 'merge_into_one_successor' argument 7 names different: declaration 'or_flags' definition 'new_or_flags'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3065:61: note: Function 'merge_into_one_successor' argument 7 names different: declaration 'or_flags' definition 'new_or_flags'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3232:49: style: Function 'merge_stack' argument 2 names different: declaration 'inumber' definition 'from_inumber'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:424:54: note: Function 'merge_stack' argument 2 names different: declaration 'inumber' definition 'from_inumber'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3232:49: note: Function 'merge_stack' argument 2 names different: declaration 'inumber' definition 'from_inumber'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3285:53: style: Function 'merge_registers' argument 2 names different: declaration 'inumber' definition 'from_inumber'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:426:58: note: Function 'merge_registers' argument 2 names different: declaration 'inumber' definition 'from_inumber'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3285:53: note: Function 'merge_registers' argument 2 names different: declaration 'inumber' definition 'from_inumber'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3755:65: style: Function 'signature_to_fieldtype' argument 3 names different: declaration 'info' definition 'full_info_p'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:465:77: note: Function 'signature_to_fieldtype' argument 3 names different: declaration 'info' definition 'full_info_p'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3755:65: note: Function 'signature_to_fieldtype' argument 3 names different: declaration 'info' definition 'full_info_p'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3890:44: style: Function 'isAssignableTo' argument 2 names different: declaration 'a' definition 'from'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:444:46: note: Function 'isAssignableTo' argument 2 names different: declaration 'a' definition 'from'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3890:44: note: Function 'isAssignableTo' argument 2 names different: declaration 'a' definition 'from'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3890:64: style: Function 'isAssignableTo' argument 3 names different: declaration 'b' definition 'to'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:445:46: note: Function 'isAssignableTo' argument 3 names different: declaration 'b' definition 'to'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3890:64: note: Function 'isAssignableTo' argument 3 names different: declaration 'b' definition 'to'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3904:36: style: Function 'merge_fullinfo_types' argument 2 names different: declaration 'a' definition 'value'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:440:57: note: Function 'merge_fullinfo_types' argument 2 names different: declaration 'a' definition 'value'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3904:36: note: Function 'merge_fullinfo_types' argument 2 names different: declaration 'a' definition 'value'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3904:57: style: Function 'merge_fullinfo_types' argument 3 names different: declaration 'b' definition 'target'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:441:57: note: Function 'merge_fullinfo_types' argument 3 names different: declaration 'b' definition 'target'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3904:57: note: Function 'merge_fullinfo_types' argument 3 names different: declaration 'b' definition 'target'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3905:31: style: Function 'merge_fullinfo_types' argument 4 names different: declaration 'assignment' definition 'for_assignment'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:442:52: note: Function 'merge_fullinfo_types' argument 4 names different: declaration 'assignment' definition 'for_assignment'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3905:31: note: Function 'merge_fullinfo_types' argument 4 names different: declaration 'assignment' definition 'for_assignment'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:3697:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_code.c:1324:0: error: Dereferencing 'methodname' after it is deallocated / released [deallocuse]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_format.c:75:28: style: The scope of the variable 'ch3' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_format.c:129:34: style: Function 'skip_over_fieldname' argument 3 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_format.c:37:34: note: Function 'skip_over_fieldname' argument 3 names different: declaration 'len' definition 'length'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_format.c:129:34: note: Function 'skip_over_fieldname' argument 3 names different: declaration 'len' definition 'length'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_format.c:176:40: style: Function 'skip_over_field_signature' argument 3 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_format.c:40:40: note: Function 'skip_over_field_signature' argument 3 names different: declaration 'len' definition 'length'.
openjdk-10-10.0.2+13/src/java.base/share/native/libverify/check_format.c:176:40: note: Function 'skip_over_field_signature' argument 3 names different: declaration 'len' definition 'length'.
openjdk-10-10.0.2+13/src/java.base/share/native/libzip/zip_util.c:1098:23: style: Function 'ZIP_FreeEntry' argument 1 names different: declaration 'zip' definition 'jz'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libzip/zip_util.h:274:23: note: Function 'ZIP_FreeEntry' argument 1 names different: declaration 'zip' definition 'jz'.
openjdk-10-10.0.2+13/src/java.base/share/native/libzip/zip_util.c:1098:23: note: Function 'ZIP_FreeEntry' argument 1 names different: declaration 'zip' definition 'jz'.
openjdk-10-10.0.2+13/src/java.base/share/native/libzip/zip_util.c:1460:70: style: Function 'ZIP_ReadEntry' argument 4 names different: declaration 'entrynm' definition 'entryname'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/share/native/libzip/zip_util.h:246:70: note: Function 'ZIP_ReadEntry' argument 4 names different: declaration 'entrynm' definition 'entryname'.
openjdk-10-10.0.2+13/src/java.base/share/native/libzip/zip_util.c:1460:70: note: Function 'ZIP_ReadEntry' argument 4 names different: declaration 'entrynm' definition 'entryname'.
openjdk-10-10.0.2+13/src/java.base/share/native/libzip/zip_util.c:658:39: warning: Either the condition 'total!=0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openjdk-10-10.0.2+13/src/java.base/share/native/libzip/zip_util.c:664:35: note: Assuming that condition 'total!=0' is not redundant
openjdk-10-10.0.2+13/src/java.base/share/native/libzip/zip_util.c:658:39: note: Invalid argument
openjdk-10-10.0.2+13/src/java.base/share/native/libzip/zip_util.c:942:10: error: Common realloc mistake: 'cen' nulled but not freed upon failure [memleakOnRealloc]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjsig/jsig.c:134:8: style: The scope of the variable 'sigblocked' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:648:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:648:7: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:651:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:660:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:695:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:827:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:829:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:873:7: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:873:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:925:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1005:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1039:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1039:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1054:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1054:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1072:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1072:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1134:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1187:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1187:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1187:9: warning: %llx in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:587:5: warning: Either the condition 'klassString!=NULL' is redundant or there is possible null pointer dereference: klassString. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:595:19: note: Assuming that condition 'klassString!=NULL' is not redundant
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:587:5: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:588:5: warning: Either the condition 'nameString!=NULL' is redundant or there is possible null pointer dereference: nameString. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:594:18: note: Assuming that condition 'nameString!=NULL' is not redundant
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:588:5: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:589:5: warning: Either the condition 'signatureString!=NULL' is redundant or there is possible null pointer dereference: signatureString. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:596:23: note: Assuming that condition 'signatureString!=NULL' is not redundant
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:589:5: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:197:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:195:0: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:197:3: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:346:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:344:3: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:346:3: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1493:2: style: Label 'fail' is not used. [unusedLabel]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1531:30: style: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.h:60:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1531:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1448:36: error: Uninitialized variable: fp [uninitvar]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1469:26: error: Uninitialized variable: sender_sp [uninitvar]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libnet/solaris_close.c:96:9: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libnio/fs/SolarisNativeDispatcher.c:78:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/solaris/native/libnio/fs/SolarisNativeDispatcher.c:76:0: note: Variable 'n' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/solaris/native/libnio/fs/SolarisNativeDispatcher.c:78:5: note: Variable 'n' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:71:9: style: Unused variable: n [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:72:9: style: Unused variable: argvBytes [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:72:20: style: Unused variable: nargv [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:72:27: style: Unused variable: envvBytes [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:72:38: style: Unused variable: nenvv [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:73:9: style: Unused variable: dirlen [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:127:15: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:132:9: style: Unused variable: t [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/launcher/jexec.c:175:14: style: Checking if unsigned variable 'alen' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c:432:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c:469:9: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjava/ProcessImpl_md.c:307:9: style: Unused variable: i [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjava/ProcessImpl_md.c:309:11: style: Unused variable: p [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjava/ProcessImpl_md.c:310:10: style: Unused variable: q [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjava/canonicalize_md.c:138:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjava/io_util_md.c:195:9: style: The scope of the variable 'mode' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjava/java_props_md.c:33:0: error: #error "The macro ARCHPROPNAME has not been defined" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjimage/osSupport_unix.cpp:76:5: style: Variable 'mapped_address' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjimage/osSupport_unix.cpp:75:0: note: Variable 'mapped_address' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libjimage/osSupport_unix.cpp:76:5: note: Variable 'mapped_address' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:680:19: style: Condition 'exec_path==NULL' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:642:23: note: Assignment 'exec_path=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:680:19: note: Condition 'exec_path==NULL' is always true
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:248:30: style: Same expression on both sides of '==' because the value of 'dmllp' and 'NULL' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:235:19: note: 'dmllp' is assigned value 'NULL' here.
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:248:30: note: Same expression on both sides of '==' because the value of 'dmllp' and 'NULL' are the same.
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:287:15: style: Same expression on both sides of '!=' because the value of 'dmllp' and 'NULL' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:235:19: note: 'dmllp' is assigned value 'NULL' here.
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:287:15: note: Same expression on both sides of '!=' because the value of 'dmllp' and 'NULL' are the same.
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:680:19: style: Same expression on both sides of '==' because the value of 'exec_path' and 'NULL' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:642:23: note: 'exec_path' is assigned value 'NULL' here.
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:680:19: note: Same expression on both sides of '==' because the value of 'exec_path' and 'NULL' are the same.
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:311:12: style: The scope of the variable 'new_runpath_size' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libjli/java_md_solinux.c:301:0: style: Variable 'argc' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:175:5: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:167:0: note: Variable 'mode' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:175:5: note: Variable 'mode' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:365:5: style: Variable 'resolver' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:355:0: note: Variable 'resolver' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:365:5: note: Variable 'resolver' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:413:29: style: Variable 'phost' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:411:0: note: Variable 'phost' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:413:29: note: Variable 'phost' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:170:9: style: The scope of the variable 'use_same_proxy' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:257:15: style: The scope of the variable 's' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:394:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/DefaultProxySelector.c:486:17: style: The scope of the variable 'chost' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/Inet4AddressImpl.c:360:18: style: The scope of the variable 'icmp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/Inet6AddressImpl.c:568:23: style: The scope of the variable 'icmp6' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/NetworkInterface.c:710:21: style: Variable 'ia2Obj' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/NetworkInterface.c:709:0: note: Variable 'ia2Obj' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/NetworkInterface.c:710:21: note: Variable 'ia2Obj' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/NetworkInterface.c:727:17: style: The scope of the variable 'scope' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/NetworkInterface.c:1022:24: style: The scope of the variable 'bit' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/NetworkInterface.c:606:43: style: Function 'getFlags0' argument 2 names different: declaration 'ifname' definition 'name'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/NetworkInterface.c:125:48: note: Function 'getFlags0' argument 2 names different: declaration 'ifname' definition 'name'.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/NetworkInterface.c:606:43: note: Function 'getFlags0' argument 2 names different: declaration 'ifname' definition 'name'.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/NetworkInterface.c:653:14: style: Unused variable: addrs [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:2099:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:1934:9: note: outer condition: !ipv6_join_leave
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:2099:13: note: identical inner condition: !ipv6_join_leave
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:2099:13: style: Condition '!ipv6_join_leave' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:1934:9: note: Assuming that condition '!ipv6_join_leave' is not redundant
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:2099:13: note: Condition '!ipv6_join_leave' is always true
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:344:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:548:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:717:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:728:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:901:10: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:1901:10: style: Unused variable: family [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:2111:20: style: Unused variable: ipaddress [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/PlainSocketImpl.c:91:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/SdpSupport.c:76:11: style: Condition 's<0' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/SdpSupport.c:72:10: note: Assignment 's=-1', assigned value is -1
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/SdpSupport.c:76:11: note: Condition 's<0' is always true
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/SocketOutputStream.c:96:13: style: The scope of the variable 'loff' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/net_util_md.c:1461:9: style: Unused variable: arg [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnet/net_util_md.c:1461:14: style: Unused variable: alen [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/MappedByteBuffer.c:78:5: style: Variable 'vec' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/MappedByteBuffer.c:65:0: note: Variable 'vec' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/MappedByteBuffer.c:78:5: note: Variable 'vec' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/ch/FileChannelImpl.c:149:18: style: Variable 'srcFD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/ch/FileChannelImpl.c:150:18: style: Variable 'dstFD' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:332:15: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:333:10: style: Variable 'result' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:337:22: style: Unused variable: file_stat [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:378:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:378:5: error: Uninitialized variable: result [uninitvar]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:380:12: error: Uninitialized variable: result [uninitvar]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/ch/NativeThread.c:52:0: error: #error "missing platform-specific definition here" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/ch/Net.c:434:9: style: Unused variable: result [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c:726:14: style: struct member 'Anonymous0::name_extra' is never used. [unusedStructMember]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/HostLocaleProviderAdapter_md.c:988:19: style: Variable 'got' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/ProcessHandleImpl_win.c:420:0: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/canonicalize_md.c:537:12: style: The scope of the variable 'pathbuf' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/io_util_md.c:125:5: style: Variable 'abpath' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/io_util_md.c:122:0: note: Variable 'abpath' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/io_util_md.c:125:5: note: Variable 'abpath' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/io_util_md.c:83:31: style: Function 'currentDirLength' argument 1 names different: declaration 'path' definition 'ps'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/io_util_md.h:43:35: note: Function 'currentDirLength' argument 1 names different: declaration 'path' definition 'ps'.
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/io_util_md.c:83:31: note: Function 'currentDirLength' argument 1 names different: declaration 'path' definition 'ps'.
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/io_util_md.c:103:0: style: Variable 'dirlen' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/io_util_md.c:582:0: style: Variable 'lowPos' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/io_util_md.c:583:0: style: Variable 'highPos' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/java_props_md.c:166:9: style: The scope of the variable 'index' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/java_props_md.c:355:9: style: The scope of the variable 'minorVersion' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/java_props_md.c:292:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjava/jni_util_md.c:134:23: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjli/cmdtoargs.c:82:15: style: The scope of the variable 'charLength' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjli/java_md.c:801:16: style: The scope of the variable 'jrePathLen' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjli/java_md.c:924:12: style: The scope of the variable 'tlen' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libjli/java_md.c:225:10: style: Unused variable: crtpath [unusedVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/DefaultProxySelector.c:114:5: style: Variable 'current_proxy' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/DefaultProxySelector.c:106:0: note: Variable 'current_proxy' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/DefaultProxySelector.c:114:5: note: Variable 'current_proxy' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/DefaultProxySelector.c:124:9: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/DefaultProxySelector.c:121:0: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/DefaultProxySelector.c:124:9: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/DefaultProxySelector.c:107:18: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/DualStackPlainDatagramSocketImpl.c:258:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/DualStackPlainDatagramSocketImpl.c:422:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/DualStackPlainSocketImpl.c:450:39: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/Inet4AddressImpl.c:326:5: style: Variable 'ReplyBuffer' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/Inet4AddressImpl.c:312:0: note: Variable 'ReplyBuffer' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/Inet4AddressImpl.c:326:5: note: Variable 'ReplyBuffer' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/Inet6AddressImpl.c:396:5: style: Variable 'ReplyBuffer' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/Inet6AddressImpl.c:390:0: note: Variable 'ReplyBuffer' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/Inet6AddressImpl.c:396:5: note: Variable 'ReplyBuffer' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/NetworkInterface.c:100:16: style: The scope of the variable 'ifrowP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/NetworkInterface.c:609:17: style: The scope of the variable 'scope' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/NetworkInterface.c:910:14: style: The scope of the variable 'ifRowP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/NetworkInterface.c:938:14: style: The scope of the variable 'ifRowP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/NetworkInterface.c:974:7: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/NetworkInterface_winXP.c:81:9: style: The scope of the variable '_ret' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/NetworkInterface_winXP.c:163:9: style: The scope of the variable '_ret' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/NetworkInterface_winXP.c:894:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/NetworkInterface_winXP.c:861:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/SocketOutputStream.c:89:13: style: The scope of the variable 'loff' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/SocketOutputStream.c:92:13: style: The scope of the variable 'retry' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:180:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:177:9: note: outer condition: !initDone
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:180:13: note: opposite inner condition: initDone
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:180:13: style: Condition 'initDone' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:177:9: note: Assuming that condition '!initDone' is not redundant
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:180:13: note: Condition 'initDone' is always false
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2032:9: style: Variable 'netObject' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2031:0: note: Variable 'netObject' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2032:9: note: Variable 'netObject' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2128:13: style: Variable 'netObject' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2127:0: note: Variable 'netObject' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2128:13: note: Variable 'netObject' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2263:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2256:0: note: Variable 'fd' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2263:5: note: Variable 'fd' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:628:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:765:9: style: The scope of the variable 'nextfd' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:906:11: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:915:49: style: The scope of the variable 'errorCode' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1183:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1195:35: style: The scope of the variable 'errorCode' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1467:13: style: The scope of the variable 'fd1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1527:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1527:18: style: The scope of the variable 'fd1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:87:21: style: Variable 'i_valueID' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:107:21: style: Variable 'b_valueID' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:563:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:819:19: style: Variable 'address' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:822:18: style: Variable 'family' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1201:0: style: Variable 'selectTime' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1472:0: style: Variable 'arg' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2215:0: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainSocketImpl.c:124:13: style: The scope of the variable 'fd1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainSocketImpl.c:656:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/TwoStacksPlainSocketImpl.c:1148:23: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/net_util_md.c:760:13: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/net_util_md.c:754:28: note: Variable 'fd' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/net_util_md.c:760:13: note: Variable 'fd' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnet/net_util_md.c:478:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/ch/FileDispatcherImpl.c:305:9: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/ch/IOUtil.c:82:48: style: Function 'convertReturnVal' argument 3 names different: declaration 'r' definition 'reading'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/ch/nio_util.h:40:53: note: Function 'convertReturnVal' argument 3 names different: declaration 'r' definition 'reading'.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/ch/IOUtil.c:82:48: note: Function 'convertReturnVal' argument 3 names different: declaration 'r' definition 'reading'.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/ch/IOUtil.c:98:53: style: Function 'convertLongReturnVal' argument 3 names different: declaration 'r' definition 'reading'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/ch/nio_util.h:41:59: note: Function 'convertLongReturnVal' argument 3 names different: declaration 'r' definition 'reading'.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/ch/IOUtil.c:98:53: note: Function 'convertLongReturnVal' argument 3 names different: declaration 'r' definition 'reading'.
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/ch/Net.c:559:9: style: The scope of the variable 'lastError' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/ch/Net.c:557:0: style: Variable 'revents' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/ch/SocketDispatcher.c:143:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/ch/WindowsSelectorImpl.c:210:10: style: The scope of the variable 'bytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/fs/WindowsNativeDispatcher.c:663:0: style: Variable 'lengthNeeded' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.base/windows/native/libnio/fs/WindowsNativeDispatcher.c:1234:50: style: Variable 'ov' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:518:19: warning: Either the condition '!handle' is redundant or there is possible null pointer dereference: handle. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:521:9: note: Assuming that condition '!handle' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:518:19: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:443:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:441:0: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:443:5: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:243:82: style: Function 'MIDI_Utils_GetDeviceName' argument 4 names different: declaration 'nameLength' definition 'bufferLength'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.h:74:89: note: Function 'MIDI_Utils_GetDeviceName' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:243:82: note: Function 'MIDI_Utils_GetDeviceName' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:248:84: style: Function 'MIDI_Utils_GetDeviceVendor' argument 4 names different: declaration 'nameLength' definition 'bufferLength'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.h:75:91: note: Function 'MIDI_Utils_GetDeviceVendor' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:248:84: note: Function 'MIDI_Utils_GetDeviceVendor' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:253:89: style: Function 'MIDI_Utils_GetDeviceDescription' argument 4 names different: declaration 'nameLength' definition 'bufferLength'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.h:76:96: note: Function 'MIDI_Utils_GetDeviceDescription' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:253:89: note: Function 'MIDI_Utils_GetDeviceDescription' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:258:85: style: Function 'MIDI_Utils_GetDeviceVersion' argument 4 names different: declaration 'nameLength' definition 'bufferLength'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.h:77:92: note: Function 'MIDI_Utils_GetDeviceVersion' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:258:85: note: Function 'MIDI_Utils_GetDeviceVersion' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:576:19: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:601:19: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:573:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:691:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:733:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:932:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:945:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:954:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:961:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:971:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:981:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:990:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:999:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:1008:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:1019:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:192:5: warning: Member variable 'RingBuffer::nAllocatedBytes' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:412:5: warning: Member variable 'Resampler::outBufferSize' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:234:16: style: Technically the member function 'RingBuffer::GetBufferSize' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:238:16: style: Technically the member function 'RingBuffer::GetAllocatedSize' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:370:16: style: Technically the member function 'RingBuffer::Pos2Offset' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:491:9: style: Technically the member function 'Resampler::GetOutBufferSize' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Utils.h:67:9: style: Class 'Locker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:112:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:231:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:272:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:294:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:303:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:360:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:416:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:451:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:484:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:660:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:694:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:756:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:802:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Utils.cpp:161:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Utils.cpp:111:58: style: Function 'GetDeviceInfo' argument 2 names different: declaration 'deviceID' definition 'pDeviceID'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Utils.h:86:50: note: Function 'GetDeviceInfo' argument 2 names different: declaration 'deviceID' definition 'pDeviceID'.
openjdk-10-10.0.2+13/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Utils.cpp:111:58: note: Function 'GetDeviceInfo' argument 2 names different: declaration 'deviceID' definition 'pDeviceID'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/awt/medialib/mlib_sys.c:80:0: error: #error "unknown platform" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/awt/utility/rect.c:47:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/awt/utility/rect.c:48:9: style: The scope of the variable 'length' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/font/AccelGlyphCache.c:369:31: style: The scope of the variable 'prevCell' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLBlitLoops.c:269:26: style: The scope of the variable 'dh' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.c:179:54: style: Function 'OGLBufImgOps_EnableConvolveOp' argument 5 names different: declaration 'KernelHeight' definition 'kernelHeight'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.h:33:59: note: Function 'OGLBufImgOps_EnableConvolveOp' argument 5 names different: declaration 'KernelHeight' definition 'kernelHeight'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.c:179:54: note: Function 'OGLBufImgOps_EnableConvolveOp' argument 5 names different: declaration 'KernelHeight' definition 'kernelHeight'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.c:180:46: style: Function 'OGLBufImgOps_EnableConvolveOp' argument 6 names different: declaration 'kernelVals' definition 'kernel'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.h:34:51: note: Function 'OGLBufImgOps_EnableConvolveOp' argument 6 names different: declaration 'kernelVals' definition 'kernel'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.c:180:46: note: Function 'OGLBufImgOps_EnableConvolveOp' argument 6 names different: declaration 'kernelVals' definition 'kernel'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:242:21: style: The scope of the variable 'yPoints' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:276:32: style: Function 'OGLRenderer_DrawScanlines' argument 2 names different: declaration 'count' definition 'scanlineCount'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:48:37: note: Function 'OGLRenderer_DrawScanlines' argument 2 names different: declaration 'count' definition 'scanlineCount'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:276:32: note: Function 'OGLRenderer_DrawScanlines' argument 2 names different: declaration 'count' definition 'scanlineCount'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:312:46: style: Function 'OGLRenderer_FillSpans' argument 2 names different: declaration 'count' definition 'spanCount'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:63:33: note: Function 'OGLRenderer_FillSpans' argument 2 names different: declaration 'count' definition 'spanCount'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:312:46: note: Function 'OGLRenderer_FillSpans' argument 2 names different: declaration 'count' definition 'spanCount'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:365:38: style: Function 'OGLRenderer_DrawParallelogram' argument 8 names different: declaration 'lw21' definition 'lwr21'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:53:43: note: Function 'OGLRenderer_DrawParallelogram' argument 8 names different: declaration 'lw21' definition 'lwr21'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:365:38: note: Function 'OGLRenderer_DrawParallelogram' argument 8 names different: declaration 'lw21' definition 'lwr21'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:365:52: style: Function 'OGLRenderer_DrawParallelogram' argument 9 names different: declaration 'lw12' definition 'lwr12'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:53:56: note: Function 'OGLRenderer_DrawParallelogram' argument 9 names different: declaration 'lw12' definition 'lwr12'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:365:52: note: Function 'OGLRenderer_DrawParallelogram' argument 9 names different: declaration 'lw12' definition 'lwr12'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:725:40: style: Function 'OGLRenderer_DrawAAParallelogram' argument 9 names different: declaration 'lw21' definition 'lwr21'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:58:45: note: Function 'OGLRenderer_DrawAAParallelogram' argument 9 names different: declaration 'lw21' definition 'lwr21'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:725:40: note: Function 'OGLRenderer_DrawAAParallelogram' argument 9 names different: declaration 'lw21' definition 'lwr21'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:725:54: style: Function 'OGLRenderer_DrawAAParallelogram' argument 10 names different: declaration 'lw12' definition 'lwr12'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:58:58: note: Function 'OGLRenderer_DrawAAParallelogram' argument 10 names different: declaration 'lw12' definition 'lwr12'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:725:54: note: Function 'OGLRenderer_DrawAAParallelogram' argument 10 names different: declaration 'lw12' definition 'lwr12'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:536:32: style: Function 'OGLSD_SetNativeDimensions' argument 3 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:44:68: note: Function 'OGLSD_SetNativeDimensions' argument 3 names different: declaration 'w' definition 'width'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:536:32: note: Function 'OGLSD_SetNativeDimensions' argument 3 names different: declaration 'w' definition 'width'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:536:44: style: Function 'OGLSD_SetNativeDimensions' argument 4 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:44:76: note: Function 'OGLSD_SetNativeDimensions' argument 4 names different: declaration 'h' definition 'height'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:536:44: note: Function 'OGLSD_SetNativeDimensions' argument 4 names different: declaration 'h' definition 'height'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:121:10: style: The scope of the variable 'dstP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:122:28: style: The scope of the variable 'srcP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:256:20: style: The scope of the variable 'dataP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:257:20: style: The scope of the variable 'pixP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:465:61: style: Function 'findIdx' argument 3 names different: declaration 'numLut1' definition 'numLut'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:38:61: note: Function 'findIdx' argument 3 names different: declaration 'numLut1' definition 'numLut'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:465:61: note: Function 'findIdx' argument 3 names different: declaration 'numLut1' definition 'numLut'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:178:13: style: Variable 'joffs' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_parseImage.c:779:13: style: The scope of the variable 'diff' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_parseImage.c:835:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_parseImage.c:921:10: style: The scope of the variable 'dataP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/awt_parseImage.c:1019:10: style: The scope of the variable 'dataP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.c:79:46: style: Function 'make_sgn_ordered_dither_array' argument 2 names different: declaration 'errmin' definition 'minerr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.h:149:58: note: Function 'make_sgn_ordered_dither_array' argument 2 names different: declaration 'errmin' definition 'minerr'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.c:79:46: note: Function 'make_sgn_ordered_dither_array' argument 2 names different: declaration 'errmin' definition 'minerr'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.c:79:58: style: Function 'make_sgn_ordered_dither_array' argument 3 names different: declaration 'errmax' definition 'maxerr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.h:149:70: note: Function 'make_sgn_ordered_dither_array' argument 3 names different: declaration 'errmax' definition 'maxerr'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.c:79:58: note: Function 'make_sgn_ordered_dither_array' argument 3 names different: declaration 'errmax' definition 'maxerr'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/image/dither.c:167:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1900:25: style: Expression is always false because 'else if' condition matches previous condition at line 1896. [multiCondition]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:922:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1140:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1498:13: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1736:15: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2937:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2952:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2937:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3118:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3136:11: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3118:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3315:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3332:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3315:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:774:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:786:19: style: The scope of the variable 'dP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:992:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1003:19: style: The scope of the variable 'dP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2071:11: style: The scope of the variable 'pixels' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2137:11: style: The scope of the variable 'pixels' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2197:20: style: The scope of the variable 'cDataP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2310:27: style: The scope of the variable 'dP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2651:9: style: The scope of the variable 'mStride' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2652:38: style: The scope of the variable 'cDataP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2656:9: style: The scope of the variable 'y' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2763:37: style: The scope of the variable 'cP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2846:28: style: The scope of the variable 'cP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2879:34: style: The scope of the variable 'sP' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:4006:21: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3473:40: style: Function 'setPackedBCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:175:40: note: Function 'setPackedBCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3473:40: note: Function 'setPackedBCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3549:43: style: Function 'setPackedSCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:177:40: note: Function 'setPackedSCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3549:43: note: Function 'setPackedSCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3625:43: style: Function 'setPackedICR' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:179:40: note: Function 'setPackedICR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3625:43: note: Function 'setPackedICR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3702:62: style: Function 'setPackedBCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:181:62: note: Function 'setPackedBCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3702:62: note: Function 'setPackedBCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3800:62: style: Function 'setPackedSCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:184:62: note: Function 'setPackedSCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3800:62: note: Function 'setPackedSCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3897:62: style: Function 'setPackedICRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:187:62: note: Function 'setPackedICRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3897:62: note: Function 'setPackedICRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1212:0: style: Variable 'mask' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1814:13: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1815:14: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1812:0: style: Variable 'jbaseraster' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2200:20: style: Variable 'dataType' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2249:0: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/Disposer.c:51:0: style: Variable 'clazz' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:38: style: Function 'SurfaceData_IntersectBoundsXYXY' argument 2 names different: declaration 'lox' definition 'x1'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:615:38: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 2 names different: declaration 'lox' definition 'x1'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:38: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 2 names different: declaration 'lox' definition 'x1'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:47: style: Function 'SurfaceData_IntersectBoundsXYXY' argument 3 names different: declaration 'loy' definition 'y1'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:615:48: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 3 names different: declaration 'loy' definition 'y1'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:47: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 3 names different: declaration 'loy' definition 'y1'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:56: style: Function 'SurfaceData_IntersectBoundsXYXY' argument 4 names different: declaration 'hix' definition 'x2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:615:58: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 4 names different: declaration 'hix' definition 'x2'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:56: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 4 names different: declaration 'hix' definition 'x2'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:65: style: Function 'SurfaceData_IntersectBoundsXYXY' argument 5 names different: declaration 'hiy' definition 'y2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:615:68: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 5 names different: declaration 'hiy' definition 'y2'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:65: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 5 names different: declaration 'hiy' definition 'y2'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:219:52: style: Function 'SurfaceData_IntersectBlitBounds' argument 1 names different: declaration 'Abounds' definition 'src'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:637:52: note: Function 'SurfaceData_IntersectBlitBounds' argument 1 names different: declaration 'Abounds' definition 'src'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:219:52: note: Function 'SurfaceData_IntersectBlitBounds' argument 1 names different: declaration 'Abounds' definition 'src'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:220:52: style: Function 'SurfaceData_IntersectBlitBounds' argument 2 names different: declaration 'Bbounds' definition 'dst'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:638:52: note: Function 'SurfaceData_IntersectBlitBounds' argument 2 names different: declaration 'Bbounds' definition 'dst'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:220:52: note: Function 'SurfaceData_IntersectBlitBounds' argument 2 names different: declaration 'Bbounds' definition 'dst'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:221:38: style: Function 'SurfaceData_IntersectBlitBounds' argument 3 names different: declaration 'BXminusAX' definition 'dx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:639:38: note: Function 'SurfaceData_IntersectBlitBounds' argument 3 names different: declaration 'BXminusAX' definition 'dx'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:221:38: note: Function 'SurfaceData_IntersectBlitBounds' argument 3 names different: declaration 'BXminusAX' definition 'dx'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:221:47: style: Function 'SurfaceData_IntersectBlitBounds' argument 4 names different: declaration 'BYminusAY' definition 'dy'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:639:54: note: Function 'SurfaceData_IntersectBlitBounds' argument 4 names different: declaration 'BYminusAY' definition 'dy'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:221:47: note: Function 'SurfaceData_IntersectBlitBounds' argument 4 names different: declaration 'BYminusAY' definition 'dy'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/Trace.c:37:13: style: The scope of the variable 'args' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/AnyByteBinary.h:239:0: error: failed to expand 'DEFINE_BYTE_BINARY_CONVERT_BLIT', Wrong number of parameters for macro 'BBBlitLoopWidthHeight'. [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/LoopMacros.h:902:0: error: failed to expand 'DEFINE_CONVERT_BLIT', Wrong number of parameters for macro 'BlitLoopWidthHeight'. [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:31: style: Function 'LineUtils_SetupBresenham' argument 1 names different: declaration 'x1' definition '_x1'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/LineUtils.h:48:47: note: Function 'LineUtils_SetupBresenham' argument 1 names different: declaration 'x1' definition '_x1'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:31: note: Function 'LineUtils_SetupBresenham' argument 1 names different: declaration 'x1' definition '_x1'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:41: style: Function 'LineUtils_SetupBresenham' argument 2 names different: declaration 'y1' definition '_y1'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/LineUtils.h:48:56: note: Function 'LineUtils_SetupBresenham' argument 2 names different: declaration 'y1' definition '_y1'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:41: note: Function 'LineUtils_SetupBresenham' argument 2 names different: declaration 'y1' definition '_y1'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:51: style: Function 'LineUtils_SetupBresenham' argument 3 names different: declaration 'x2' definition '_x2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/LineUtils.h:48:65: note: Function 'LineUtils_SetupBresenham' argument 3 names different: declaration 'x2' definition '_x2'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:51: note: Function 'LineUtils_SetupBresenham' argument 3 names different: declaration 'x2' definition '_x2'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:61: style: Function 'LineUtils_SetupBresenham' argument 4 names different: declaration 'y2' definition '_y2'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/LineUtils.h:48:74: note: Function 'LineUtils_SetupBresenham' argument 4 names different: declaration 'y2' definition '_y2'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:61: note: Function 'LineUtils_SetupBresenham' argument 4 names different: declaration 'y2' definition '_y2'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:356:54: style: Function 'InitSurfaceTypes' argument 2 names different: declaration 'SurfaceType' definition 'ST'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:69:54: note: Function 'InitSurfaceTypes' argument 2 names different: declaration 'SurfaceType' definition 'ST'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:356:54: note: Function 'InitSurfaceTypes' argument 2 names different: declaration 'SurfaceType' definition 'ST'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:364:56: style: Function 'InitCompositeTypes' argument 2 names different: declaration 'CompositeType' definition 'CT'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:70:56: note: Function 'InitCompositeTypes' argument 2 names different: declaration 'CompositeType' definition 'CT'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:364:56: note: Function 'InitCompositeTypes' argument 2 names different: declaration 'CompositeType' definition 'CT'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/IntArgbBm.c:99:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/IntArgbBm.c:101:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/IntArgbBm.c:103:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/IntArgbBm.c:105:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/IntRgb.c:169:1: style: Variable 'srcA' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/IntRgb.c:171:1: style: Variable 'srcA' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/IntRgbx.c:169:1: style: Variable 'srcA' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/IntRgbx.c:171:1: style: Variable 'srcA' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/MapAccelFunc.c:35:36: style: Function 'MapAccelFunction' argument 1 names different: declaration 'func_c' definition 'c_func'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.h:408:43: note: Function 'MapAccelFunction' argument 1 names different: declaration 'func_c' definition 'c_func'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/MapAccelFunc.c:35:36: note: Function 'MapAccelFunction' argument 1 names different: declaration 'func_c' definition 'c_func'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:1524:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:1710:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:2180:34: style: Function 'doFillPath' argument 1 names different: declaration 'hnd' definition 'dhnd'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.h:102:34: note: Function 'doFillPath' argument 1 names different: declaration 'hnd' definition 'dhnd'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:2180:34: note: Function 'doFillPath' argument 1 names different: declaration 'hnd' definition 'dhnd'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:2220:34: style: Function 'doDrawPath' argument 1 names different: declaration 'hnd' definition 'dhnd'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.h:95:34: note: Function 'doDrawPath' argument 1 names different: declaration 'hnd' definition 'dhnd'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:2220:34: note: Function 'doDrawPath' argument 1 names different: declaration 'hnd' definition 'dhnd'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/Region.c:248:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:580:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:34: style: Function 'ShapeSIIntersectClipBox' argument 3 names different: declaration 'lox' definition 'clox'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:127:46: note: Function 'ShapeSIIntersectClipBox' argument 3 names different: declaration 'lox' definition 'clox'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:34: note: Function 'ShapeSIIntersectClipBox' argument 3 names different: declaration 'lox' definition 'clox'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:45: style: Function 'ShapeSIIntersectClipBox' argument 4 names different: declaration 'loy' definition 'cloy'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:127:56: note: Function 'ShapeSIIntersectClipBox' argument 4 names different: declaration 'loy' definition 'cloy'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:45: note: Function 'ShapeSIIntersectClipBox' argument 4 names different: declaration 'loy' definition 'cloy'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:56: style: Function 'ShapeSIIntersectClipBox' argument 5 names different: declaration 'hix' definition 'chix'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:127:66: note: Function 'ShapeSIIntersectClipBox' argument 5 names different: declaration 'hix' definition 'chix'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:56: note: Function 'ShapeSIIntersectClipBox' argument 5 names different: declaration 'hix' definition 'chix'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:67: style: Function 'ShapeSIIntersectClipBox' argument 6 names different: declaration 'hiy' definition 'chiy'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:127:76: note: Function 'ShapeSIIntersectClipBox' argument 6 names different: declaration 'hiy' definition 'chiy'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:67: note: Function 'ShapeSIIntersectClipBox' argument 6 names different: declaration 'hiy' definition 'chiy'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:662:32: error: Uninitialized variable: yPoints [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/HBShaper.c:86:23: style: The scope of the variable 'glyphArrayLen' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/HBShaper.c:86:38: style: The scope of the variable 'posArrayLen' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/HBShaper.c:86:51: style: The scope of the variable 'maxGlyphs' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/HBShaper.c:86:72: style: The scope of the variable 'maxStore' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:220:5: style: Variable 'scalerInfo' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:216:0: note: Variable 'scalerInfo' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:220:5: note: Variable 'scalerInfo' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:603:19: style: The scope of the variable 'srcValue' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:636:58: style: The scope of the variable 'srcByte' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:637:58: style: The scope of the variable 'dstByte' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:198:9: style: Variable 'bread' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:341:43: style: Variable 'scalerInfo' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:711:19: style: Variable 'glyph_index' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:965:19: style: Variable 'glyph_index' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:1381:21: style: Variable 'point' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:887:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:888:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-blob.cc:129:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-object-private.hh:123:0: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-object-private.hh:105:3: style: Unused private function: 'hb_object_header_t::_static_assertion_on_line_292' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:198:15: performance: Technically the member function 'hb_printer_t < bool >::print' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:203:15: performance: Technically the member function 'hb_printer_t < const _hb_void_t * >::print' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:276:16: performance: Technically the member function 'hb_no_trace_t::ret' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-mutex-private.hh:137:15: performance: Technically the member function 'hb_mutex_t::finish' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-object-private.hh:105:3: performance: Technically the member function 'hb_object_header_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-blob.cc:50:3: performance: Technically the member function 'hb_blob_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:193:0: performance: Technically the member function 'hb_printer_t < ret_t >::print' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-unicode-private.hh:66:3: performance: Technically the member function 'hb_unicode_funcs_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-private.hh:78:3: performance: Technically the member function 'hb_buffer_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-private.hh:155:15: style: Technically the member function 'hb_buffer_t::assert_var' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-private.hh:269:15: style: Technically the member function 'hb_buffer_t::ensure_inplace' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-private.hh:282:15: style: Technically the member function 'hb_buffer_t::messaging' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:1021:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:275:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:787:11: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:782:19: note: 'p' is assigned value '*pp' here.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:787:11: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:829:9: style: Same expression on both sides of '==' because the value of 'p' and '*pp' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:825:19: note: 'p' is assigned value '*pp' here.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:829:9: note: Same expression on both sides of '==' because the value of 'p' and '*pp' are the same.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:829:23: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:825:19: note: 'p' is assigned value '*pp' here.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:829:23: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:832:37: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:825:19: note: 'p' is assigned value '*pp' here.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:832:37: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:838:14: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:825:19: note: 'p' is assigned value '*pp' here.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:838:14: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:353:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:354:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:371:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:372:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:557:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:608:44: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:1112:11: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:1118:11: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:1140:11: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:175:3: portability: '*.' is of type 'void', the behaviour of 'sizeof(void)' is not covered by the ISO C standard. [sizeofDereferencedVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan-private.hh:38:3: performance: Technically the member function 'hb_shape_plan_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-face-private.hh:45:3: performance: Technically the member function 'hb_face_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:63:3: performance: Technically the member function 'hb_font_funcs_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:98:3: performance: Technically the member function 'hb_font_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:125:14: style: Technically the member function 'hb_font_t::dir_scale' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:135:24: style: Technically the member function 'hb_font_t::parent_scale_x_distance' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:140:24: style: Technically the member function 'hb_font_t::parent_scale_y_distance' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:535:24: style: Technically the member function 'hb_font_t::em_scale' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:542:24: style: Technically the member function 'hb_font_t::em_scalef' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:734:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:589:1: style: The struct 'BEInt' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1085:1: style: The struct 'hb_lazy_loader_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1135:1: style: The struct 'hb_lazy_table_loader_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:169:15: performance: Technically the member function 'OT::hb_dispatch_context_t::may_dispatch' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:192:22: performance: Technically the member function 'OT::hb_sanitize_context_t::get_name' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:200:8: performance: Technically the member function 'OT::hb_sanitize_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:684:3: performance: Technically the member function 'OT::LONGDATETIME::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:684:3: performance: Technically the member function 'OT::LONGDATETIME::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:759:3: performance: Technically the member function 'OT::FixedVersion::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:759:3: performance: Technically the member function 'OT::FixedVersion::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1022:3: performance: Technically the member function 'OT::HeadlessArrayOf::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1074:3: performance: Technically the member function 'OT::BinSearchHeader::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1074:3: performance: Technically the member function 'OT::BinSearchHeader::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1144:15: style: Technically the member function 'OT::hb_lazy_table_loader_t::fini' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:71:3: performance: Technically the member function 'OT::TableRecord::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:161:3: performance: Technically the member function 'OT::TTCHeaderVersion1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:273:3: performance: Technically the member function 'OT::OpenTypeFontFile::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-head-table.hh:147:3: performance: Technically the member function 'OT::head::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-head-table.hh:147:3: performance: Technically the member function 'OT::head::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-maxp-table.hh:65:3: performance: Technically the member function 'OT::maxp::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-maxp-table.hh:65:3: performance: Technically the member function 'OT::maxp::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:934:0: performance: Technically the member function 'OT :: ArrayOf < LOffsetTo < OffsetTable > , ULONG >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:934:0: performance: Technically the member function 'OT :: ArrayOf < TableRecord , BinSearchHeader >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:635:0: performance: Technically the member function 'OT :: IntType < int32_t , 4 >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:635:0: performance: Technically the member function 'OT :: IntType < int32_t , 4 >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:635:0: performance: Technically the member function 'OT :: IntType < uint32_t , 4 >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:635:0: performance: Technically the member function 'OT :: IntType < uint32_t , 4 >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:635:0: performance: Technically the member function 'OT :: IntType < uint16_t , 2 >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:635:0: performance: Technically the member function 'OT :: IntType < uint16_t , 2 >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:276:0: performance: Technically the member function 'hb_no_trace_t < bool >::ret' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:3: warning: The struct 'OffsetTo' defines member variable with name 'static_size' also defined in its parent struct 'Offset'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:3: note: Parent variable 'Offset::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:3: note: Derived variable 'OffsetTo::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:3: warning: The struct 'OffsetTo' defines member variable with name 'min_size' also defined in its parent struct 'Offset'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:3: note: Parent variable 'Offset::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:3: note: Derived variable 'OffsetTo::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font.cc:1771:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:76:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:99:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:125:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:145:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:156:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:170:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:202:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:218:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:236:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:258:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:284:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:301:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:333:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:358:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:374:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:406:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:557:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:581:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:616:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:412:9: style: Condition '!subtable' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:407:40: note: Assignment 'subtable=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:412:9: note: Condition '!subtable' is always true
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:430:9: style: Condition '!subtable_uvs' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:408:52: note: Assignment 'subtable_uvs=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:430:9: note: Condition '!subtable_uvs' is always true
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:535:66: warning: Either the condition 'closure?closure->tag:((uint32_t)((((uint8_t)(0))<<24)|(((uint8_t)(0))<<16)|(((uint8_t)(0))<<8)|((uint8_t)(0))))' is redundant or there is possible null pointer dereference: closure. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:542:53: note: Assuming that condition 'closure?closure->tag:((uint32_t)((((uint8_t)(0))<<24)|(((uint8_t)(0))<<16)|(((uint8_t)(0))<<8)|((uint8_t)(0))))' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:535:66: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:87:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:187:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:195:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:196:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:502:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:522:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:544:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:556:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:566:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:576:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:587:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:598:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:617:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:628:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:638:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:652:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-dsalgs.hh:89:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-dsalgs.hh:116:25: style: The scope of the variable 'ch' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:355:38: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:359:44: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:265:5: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:274:17: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-private.hh:312:27: style: Variable 'gen_cat' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:359:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:461:1: style: The struct 'FeatureParams' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:801:0: style: The struct 'hb_vector_size_t < uint64_t , PAGE_BITS / 8 >' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:488:3: style: Unused private function: 'FeatureParams::_instance_assertion_on_line_93' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:488:3: style: Unused private function: 'FeatureParams::get_size' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:686:23: style: Unused private function: 'CoverageFormat1::get_coverage' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:693:15: style: Unused private function: 'CoverageFormat1::serialize' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:713:15: style: Unused private function: 'CoverageFormat1::intersects_coverage' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:718:15: style: Unused private function: 'CoverageFormat1::add_coverage' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:752:23: style: Unused private function: 'CoverageFormat2::get_coverage' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:762:15: style: Unused private function: 'CoverageFormat2::serialize' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:804:15: style: Unused private function: 'CoverageFormat2::intersects_coverage' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1006:23: style: Unused private function: 'ClassDefFormat1::get_class' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1021:15: style: Unused private function: 'ClassDefFormat1::add_class' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1028:15: style: Unused private function: 'ClassDefFormat1::intersects_class' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1063:23: style: Unused private function: 'ClassDefFormat2::get_class' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1078:15: style: Unused private function: 'ClassDefFormat2::add_class' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1085:15: style: Unused private function: 'ClassDefFormat2::intersects_class' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1356:15: style: Unused private function: 'ConditionFormat1::evaluate' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1362:15: style: Unused private function: 'ConditionFormat1::sanitize' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1551:24: style: Unused private function: 'HintingDevice::get_x_delta' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1554:24: style: Unused private function: 'HintingDevice::get_y_delta' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1564:15: style: Unused private function: 'HintingDevice::sanitize' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1624:24: style: Unused private function: 'VariationDevice::get_x_delta' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1627:24: style: Unused private function: 'VariationDevice::get_y_delta' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1630:15: style: Unused private function: 'VariationDevice::sanitize' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:67:3: performance: Technically the member function 'OT::CmapSubtableFormat0::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:67:3: performance: Technically the member function 'OT::CmapSubtableFormat0::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:189:3: performance: Technically the member function 'OT::CmapSubtableFormat4::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:216:3: performance: Technically the member function 'OT::CmapSubtableLongGroup::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:216:3: performance: Technically the member function 'OT::CmapSubtableLongGroup::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:247:3: performance: Technically the member function 'OT::CmapSubtableTrimmed::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:279:3: performance: Technically the member function 'OT::CmapSubtableLongSegmented::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:322:3: performance: Technically the member function 'OT::UnicodeValueRange::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:322:3: performance: Technically the member function 'OT::UnicodeValueRange::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:343:3: performance: Technically the member function 'OT::UVSMapping::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:343:3: performance: Technically the member function 'OT::UVSMapping::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:388:3: performance: Technically the member function 'OT::VariationSelectorRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:388:3: performance: Technically the member function 'OT::VariationSelectorRecord::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:414:3: performance: Technically the member function 'OT::CmapSubtableFormat14::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:464:3: performance: Technically the member function 'OT::CmapSubtable::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:492:3: performance: Technically the member function 'OT::EncodingRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:492:3: performance: Technically the member function 'OT::EncodingRecord::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:528:3: performance: Technically the member function 'OT::cmap::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:56:3: performance: Technically the member function 'OT::SmallGlyphMetrics::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:56:3: performance: Technically the member function 'OT::SmallGlyphMetrics::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:65:3: performance: Technically the member function 'OT::BigGlyphMetrics::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:65:3: performance: Technically the member function 'OT::BigGlyphMetrics::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:89:3: performance: Technically the member function 'OT::SBitLineMetrics::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:89:3: performance: Technically the member function 'OT::SBitLineMetrics::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:109:3: performance: Technically the member function 'OT::IndexSubtableHeader::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:109:3: performance: Technically the member function 'OT::IndexSubtableHeader::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:137:3: performance: Technically the member function 'OT::IndexSubtableFormat1Or3::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:186:3: performance: Technically the member function 'OT::IndexSubtable::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:221:3: performance: Technically the member function 'OT::IndexSubtableRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:221:3: performance: Technically the member function 'OT::IndexSubtableRecord::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:255:3: performance: Technically the member function 'OT::IndexSubtableArray::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:292:3: performance: Technically the member function 'OT::BitmapSizeTable::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:292:3: performance: Technically the member function 'OT::BitmapSizeTable::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:306:3: performance: Technically the member function 'OT::GlyphBitmapDataFormat17::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:355:3: performance: Technically the member function 'OT::CBLC::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh:379:3: performance: Technically the member function 'OT::CBDT::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:47:15: performance: Technically the member function 'OT::loca::sanitize' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:58:3: performance: Technically the member function 'OT::loca::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:73:15: performance: Technically the member function 'OT::glyf::sanitize' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:84:3: performance: Technically the member function 'OT::glyf::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:98:3: performance: Technically the member function 'OT::glyfGlyphHeader::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:98:3: performance: Technically the member function 'OT::glyfGlyphHeader::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hhea-table.hh:89:3: performance: Technically the member function 'OT::_hea::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hhea-table.hh:89:3: performance: Technically the member function 'OT::_hea::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:50:3: performance: Technically the member function 'OT::LongMetric::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:50:3: performance: Technically the member function 'OT::LongMetric::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:58:15: performance: Technically the member function 'OT::hmtxvmtx::sanitize' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:89:3: performance: Technically the member function 'OT::hmtxvmtx::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:70:3: performance: Technically the member function 'OT::KernPair::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:70:3: performance: Technically the member function 'OT::KernPair::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:93:3: performance: Technically the member function 'OT::KernSubTableFormat0::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:110:3: performance: Technically the member function 'OT::KernClassTable::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:150:3: performance: Technically the member function 'OT::KernSubTableFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:180:3: performance: Technically the member function 'OT::KernSubTable::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:383:3: performance: Technically the member function 'OT::kern::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:366:17: performance: Technically the member function 'OT::kern::accelerator_t::fini' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-os2-table.hh:99:3: performance: Technically the member function 'OT::os2::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-os2-table.hh:99:3: performance: Technically the member function 'OT::os2::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:65:3: performance: Technically the member function 'OT::postV2Tail::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:270:3: performance: Technically the member function 'OT::post::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:270:3: performance: Technically the member function 'OT::post::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-digest-private.hh:51:3: performance: Technically the member function 'hb_set_digest_lowest_bits_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-private.hh:142:15: performance: Technically the member function 'hb_ot_layout_lookup_accelerator_t::fini' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:162:3: performance: Technically the member function 'hb_set_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:344:15: performance: Technically the member function 'hb_set_t::union_' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:348:15: performance: Technically the member function 'hb_set_t::intersect' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:352:15: performance: Technically the member function 'hb_set_t::subtract' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:356:15: performance: Technically the member function 'hb_set_t::symmetric_difference' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:469:16: performance: Technically the member function 'hb_set_t::get_major' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:157:11: performance: Technically the member function 'hb_set_t::page_t::mask' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:166:3: performance: Technically the member function 'OT::RangeRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:166:3: performance: Technically the member function 'OT::RangeRecord::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:226:3: performance: Technically the member function 'OT::LangSys::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:267:3: performance: Technically the member function 'OT::Script::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:382:3: performance: Technically the member function 'OT::FeatureParamsSize::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:382:3: performance: Technically the member function 'OT::FeatureParamsSize::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:416:3: performance: Technically the member function 'OT::FeatureParamsStylisticSet::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:416:3: performance: Technically the member function 'OT::FeatureParamsStylisticSet::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:458:3: performance: Technically the member function 'OT::FeatureParamsCharacterVariants::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:488:3: performance: Technically the member function 'OT::FeatureParams::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:488:3: performance: Technically the member function 'OT::FeatureParams::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:559:3: performance: Technically the member function 'OT::Feature::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:671:3: performance: Technically the member function 'OT::Lookup::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:744:3: performance: Technically the member function 'OT::CoverageFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:728:17: style: Technically the member function 'OT::CoverageFormat1::Iter::more' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:730:27: style: Technically the member function 'OT::CoverageFormat1::Iter::get_glyph' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:731:25: style: Technically the member function 'OT::CoverageFormat1::Iter::get_coverage' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:869:3: performance: Technically the member function 'OT::CoverageFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:837:17: style: Technically the member function 'OT::CoverageFormat2::Iter::more' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:853:27: style: Technically the member function 'OT::CoverageFormat2::Iter::get_glyph' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:854:25: style: Technically the member function 'OT::CoverageFormat2::Iter::get_coverage' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:993:3: performance: Technically the member function 'OT::Coverage::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1055:3: performance: Technically the member function 'OT::ClassDefFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1115:3: performance: Technically the member function 'OT::ClassDefFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1163:3: performance: Technically the member function 'OT::ClassDef::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1209:3: performance: Technically the member function 'OT::VarRegionAxis::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1209:3: performance: Technically the member function 'OT::VarRegionAxis::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1247:3: performance: Technically the member function 'OT::VarRegionList::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1306:3: performance: Technically the member function 'OT::VarData::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1344:3: performance: Technically the member function 'OT::VariationStore::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1374:3: performance: Technically the member function 'OT::ConditionFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1374:3: performance: Technically the member function 'OT::ConditionFormat1::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1403:3: performance: Technically the member function 'OT::Condition::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1426:3: performance: Technically the member function 'OT::ConditionSet::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1443:3: performance: Technically the member function 'OT::FeatureTableSubstitutionRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1443:3: performance: Technically the member function 'OT::FeatureTableSubstitutionRecord::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1473:3: performance: Technically the member function 'OT::FeatureTableSubstitution::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1493:3: performance: Technically the member function 'OT::FeatureVariationRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1493:3: performance: Technically the member function 'OT::FeatureVariationRecord::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1537:3: performance: Technically the member function 'OT::FeatureVariations::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1615:3: performance: Technically the member function 'OT::HintingDevice::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1648:3: performance: Technically the member function 'OT::VariationDevice::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1648:3: performance: Technically the member function 'OT::VariationDevice::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1659:3: performance: Technically the member function 'OT::DeviceHeader::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1659:3: performance: Technically the member function 'OT::DeviceHeader::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1710:3: performance: Technically the member function 'OT::Device::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-hvar-table.hh:87:3: performance: Technically the member function 'OT::DeltaSetIndexMap::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-hvar-table.hh:138:3: performance: Technically the member function 'OT::HVARVVAR::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-hvar-table.hh:138:3: performance: Technically the member function 'OT::HVARVVAR::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-hvar-table.hh:159:3: performance: Technically the member function 'OT::VVAR::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-hvar-table.hh:159:3: performance: Technically the member function 'OT::VVAR::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < LangSys >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < LangSys >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Script >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Script >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Feature >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Feature >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-digest-private.hh:99:0: performance: Technically the member function 'hb_set_digest_combiner_t < hb_set_digest_lowest_bits_t <unsigned long , 4 > , hb_set_digest_combiner_t < hb_set_digest_lowest_bits_t <unsigned long , 0 > , hb_set_digest_lowest_bits_t <unsigned long , 9 > > >::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:934:0: performance: Technically the member function 'OT :: ArrayOf < USHORT , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:934:0: performance: Technically the member function 'OT :: ArrayOf < UINT24 , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , ULONG > , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , ULONG > , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , ULONG > , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , ULONG > , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: performance: Technically the member function 'OT :: Offset < IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: performance: Technically the member function 'OT :: Offset < IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: performance: Technically the member function 'OT :: Offset < IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: performance: Technically the member function 'OT :: Offset < IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hhea-table.hh:93:25: warning: The struct 'hhea' defines member variable with name 'tableTag' also defined in its parent struct '_hea'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hhea-table.hh:47:25: note: Parent variable '_hea::tableTag'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hhea-table.hh:93:25: note: Derived variable 'hhea::tableTag'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hhea-table.hh:96:25: warning: The struct 'vhea' defines member variable with name 'tableTag' also defined in its parent struct '_hea'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hhea-table.hh:47:25: note: Parent variable '_hea::tableTag'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hhea-table.hh:96:25: note: Derived variable 'vhea::tableTag'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < VarData , ULONG >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < ULONG >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < ULONG >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < VarData , ULONG >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < VarData , ULONG >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < ULONG >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < ULONG >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < VarData , ULONG >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Condition , ULONG >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < ULONG >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < ULONG >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Condition , ULONG >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Condition , ULONG >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < ULONG >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < ULONG >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Condition , ULONG >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , ULONG > , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , ULONG > , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , ULONG > , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , ULONG > , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , ULONG > , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , ULONG > , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , ULONG > , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , ULONG > , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:154:7: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1570:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:453:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1325:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1349:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1356:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1633:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1640:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:47:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:48:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:94:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh:68:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh:69:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh:219:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh:220:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:49:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:176:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:177:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:220:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:226:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:232:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:608:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:612:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:829:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:835:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:908:7: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:911:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:913:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1031:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1032:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1045:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1046:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:601:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:629:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:655:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:140:54: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:144:54: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:148:68: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:153:69: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1065:3: style: The struct 'hb_applicable_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:100:24: style: Unused private function: 'CaretValueFormat1::get_caret_value' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:105:15: style: Unused private function: 'CaretValueFormat1::sanitize' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:123:24: style: Unused private function: 'CaretValueFormat2::get_caret_value' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:132:15: style: Unused private function: 'CaretValueFormat2::sanitize' [unusedPrivateFunction]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:88:3: performance: Technically the member function 'OT::AttachList::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:115:3: performance: Technically the member function 'OT::CaretValueFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:115:3: performance: Technically the member function 'OT::CaretValueFormat1::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:142:3: performance: Technically the member function 'OT::CaretValueFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:142:3: performance: Technically the member function 'OT::CaretValueFormat2::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:170:3: performance: Technically the member function 'OT::CaretValueFormat3::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:170:3: performance: Technically the member function 'OT::CaretValueFormat3::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:208:3: performance: Technically the member function 'OT::CaretValue::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:243:3: performance: Technically the member function 'OT::LigGlyph::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:281:3: performance: Technically the member function 'OT::LigCaretList::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:302:3: performance: Technically the member function 'OT::MarkGlyphSetsFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:331:3: performance: Technically the member function 'OT::MarkGlyphSets::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:452:3: performance: Technically the member function 'OT::GDEF::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:45:22: performance: Technically the member function 'OT::hb_closure_context_t::get_name' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:50:8: performance: Technically the member function 'OT::hb_closure_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:84:22: performance: Technically the member function 'OT::hb_would_apply_context_t::get_name' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:88:8: performance: Technically the member function 'OT::hb_would_apply_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:111:22: performance: Technically the member function 'OT::hb_collect_glyphs_context_t::get_name' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:116:8: performance: Technically the member function 'OT::hb_collect_glyphs_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:201:22: performance: Technically the member function 'OT::hb_add_coverage_context_t::get_name' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:204:19: performance: Technically the member function 'OT::hb_add_coverage_context_t::dispatch' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:408:22: performance: Technically the member function 'OT::hb_apply_context_t::get_name' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:413:8: performance: Technically the member function 'OT::hb_apply_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:957:3: performance: Technically the member function 'OT::LookupRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:957:3: performance: Technically the member function 'OT::LookupRecord::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1225:3: performance: Technically the member function 'OT::Rule::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1281:3: performance: Technically the member function 'OT::RuleSet::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1368:3: performance: Technically the member function 'OT::ContextFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1464:3: performance: Technically the member function 'OT::ContextFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1559:3: performance: Technically the member function 'OT::ContextFormat3::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1787:3: performance: Technically the member function 'OT::ChainRule::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1841:3: performance: Technically the member function 'OT::ChainRuleSet::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1925:3: performance: Technically the member function 'OT::ChainContextFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:2052:3: performance: Technically the member function 'OT::ChainContextFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:2176:3: performance: Technically the member function 'OT::ChainContextFormat3::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:2240:3: performance: Technically the member function 'OT::ExtensionFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:2240:3: performance: Technically the member function 'OT::ExtensionFormat1::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:2365:3: performance: Technically the member function 'OT::GSUBGPOS::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:120:3: performance: Technically the member function 'OT::SingleSubstFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:120:3: performance: Technically the member function 'OT::SingleSubstFormat1::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:206:3: performance: Technically the member function 'OT::SingleSubstFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:329:3: performance: Technically the member function 'OT::Sequence::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:411:3: performance: Technically the member function 'OT::MultipleSubstFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:563:3: performance: Technically the member function 'OT::AlternateSubstFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:705:3: performance: Technically the member function 'OT::Ligature::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:782:3: performance: Technically the member function 'OT::LigatureSet::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:879:3: performance: Technically the member function 'OT::LigatureSubstFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1067:3: performance: Technically the member function 'OT::ReverseChainSingleSubstFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1142:3: performance: Technically the member function 'OT::SubstLookupSubTable::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1148:37: performance: Technically the member function 'OT::SubstLookup::get_subtable' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:254:3: performance: Technically the member function 'OT::AnchorFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:254:3: performance: Technically the member function 'OT::AnchorFormat1::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:286:3: performance: Technically the member function 'OT::AnchorFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:286:3: performance: Technically the member function 'OT::AnchorFormat2::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:323:3: performance: Technically the member function 'OT::AnchorFormat3::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:323:3: performance: Technically the member function 'OT::AnchorFormat3::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:360:3: performance: Technically the member function 'OT::Anchor::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:391:3: performance: Technically the member function 'OT::AnchorMatrix::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:411:3: performance: Technically the member function 'OT::MarkRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:411:3: performance: Technically the member function 'OT::MarkRecord::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:505:3: performance: Technically the member function 'OT::SinglePosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:557:3: performance: Technically the member function 'OT::SinglePosFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:594:3: performance: Technically the member function 'OT::PairValueRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:684:3: performance: Technically the member function 'OT::PairSet::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:750:3: performance: Technically the member function 'OT::PairPosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:852:3: performance: Technically the member function 'OT::PairPosFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:898:3: performance: Technically the member function 'OT::EntryExitRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:898:3: performance: Technically the member function 'OT::EntryExitRecord::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1033:3: performance: Technically the member function 'OT::CursivePosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1131:3: performance: Technically the member function 'OT::MarkBasePosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1131:3: performance: Technically the member function 'OT::MarkBasePosFormat1::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1249:3: performance: Technically the member function 'OT::MarkLigPosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1249:3: performance: Technically the member function 'OT::MarkLigPosFormat1::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1364:3: performance: Technically the member function 'OT::MarkMarkPosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1364:3: performance: Technically the member function 'OT::MarkMarkPosFormat1::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1453:3: performance: Technically the member function 'OT::PosLookupSubTable::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1459:35: performance: Technically the member function 'OT::PosLookup::get_subtable' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1462:15: performance: Technically the member function 'OT::PosLookup::is_reverse' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-jstf-table.hh:116:3: performance: Technically the member function 'OT::JstfPriority::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-jstf-table.hh:116:3: performance: Technically the member function 'OT::JstfPriority::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-jstf-table.hh:187:3: performance: Technically the member function 'OT::JstfScript::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-jstf-table.hh:227:3: performance: Technically the member function 'OT::JSTF::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:75:3: performance: Technically the member function 'OT::NameRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:75:3: performance: Technically the member function 'OT::NameRecord::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:131:3: performance: Technically the member function 'OT::name::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1083:22: performance: Technically the member function 'hb_get_subtables_context_t::get_name' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1093:8: performance: Technically the member function 'hb_get_subtables_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfLangSys >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfLangSys >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfScript >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfScript >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1022:0: performance: Technically the member function 'OT :: HeadlessArrayOf < USHORT , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1022:0: performance: Technically the member function 'OT :: HeadlessArrayOf < GlyphID , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ArrayOf < USHORT > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ArrayOf < USHORT > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: performance: Technically the member function 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:276:0: performance: Technically the member function 'hb_no_trace_t < hb_void_t >::ret' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:276:0: performance: Technically the member function 'hb_no_trace_t < const _hb_void_t * >::ret' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ArrayOf < USHORT > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < USHORT > , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ArrayOf < USHORT > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < USHORT > , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::static_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: warning: The struct 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:714:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:812:0: note: Derived variable 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::min_size'
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:212:3: style: Struct 'hb_add_coverage_context_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1030:3: style: Struct 'GSUBProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1044:3: style: Struct 'GPOSProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1095:3: style: Struct 'hb_get_subtables_context_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map.cc:34:72: style: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh:126:73: note: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map.cc:34:72: note: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:934:3: performance: Technically the member function 'OT::ArrayOf::_instance_assertion_on_line_93' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic-fallback.hh:312:43: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:263:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:282:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:379:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:401:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:434:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic-fallback.hh:210:3: performance: Technically the member function 'arabic_fallback_plan_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:246:3: performance: Technically the member function 'arabic_shape_plan_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-private.hh:73:3: style: Struct 'hb_ot_shape_planner_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:449:50: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-hangul.cc:81:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-hangul.cc:401:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-hangul.cc:73:3: performance: Technically the member function 'hangul_shape_plan_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:405:43: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:417:43: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:429:10: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:405:43: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:417:43: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:429:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:83:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:84:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:85:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:92:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:93:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:94:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:95:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:96:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:103:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:104:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:105:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:106:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:107:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:108:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:109:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:110:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:111:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:112:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:113:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:114:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:115:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:116:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:117:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:118:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:122:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:123:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:124:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:125:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:126:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:127:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:128:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:129:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:130:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:131:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:132:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:133:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:134:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:135:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:136:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:137:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:141:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:142:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:143:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:144:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:145:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:146:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:147:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:148:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:149:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:150:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:151:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:152:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:153:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:154:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:155:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:156:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:160:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:161:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:162:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:163:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:164:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:165:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:166:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:167:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:168:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:169:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:170:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:171:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:172:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:173:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:174:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:175:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:179:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:180:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:181:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:182:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:183:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:184:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:185:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:186:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:187:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:188:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:189:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:190:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:191:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:192:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:193:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:194:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:198:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:199:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:200:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:201:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:202:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:203:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:204:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:205:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:206:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:207:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:208:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:209:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:210:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:211:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:212:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:213:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:217:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:218:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:219:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:220:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:221:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:222:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:223:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:224:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:225:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:226:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:227:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:228:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:229:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:230:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:231:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:232:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:236:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:237:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:238:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:239:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:240:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:241:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:242:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:243:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:244:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:245:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:246:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:247:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:248:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:249:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:250:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:251:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:255:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:256:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:257:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:258:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:259:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:260:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:261:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:262:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:263:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:264:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:265:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:266:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:267:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:268:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:269:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:270:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:274:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:275:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:276:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:277:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:278:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:279:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:280:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:281:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:282:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:283:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:284:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:285:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:286:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:287:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:288:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:295:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:296:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:297:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:298:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:299:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:300:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:301:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:302:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:303:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:304:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:305:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:306:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:307:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:308:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:309:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:310:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:311:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:312:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:313:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:314:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:321:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:322:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:323:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:324:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:325:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:326:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:327:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:328:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:329:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:330:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:331:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:332:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:333:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:334:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:341:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:342:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:343:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:344:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:345:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:346:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:353:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:354:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:361:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:362:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:363:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:370:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:371:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:372:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:379:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:380:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:381:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:382:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:389:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:390:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:391:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:392:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:405:43: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:417:43: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:429:10: warning: Found calculation inside sizeof(). [sizeofCalculation]
hb-ot-shape-complex-indic-machine.rl:88:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:88:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:89:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:89:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:90:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:90:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:91:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:91:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:92:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:92:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:93:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:93:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:3:26: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:3:26: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:6:26: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:6:26: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:9:26: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:9:26: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:534:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:661:43: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:691:43: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:1296:43: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:1813:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:1693:10: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:469:1: style: The struct 'would_substitute_feature_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:497:3: performance: Technically the member function 'indic_shape_plan_t::_static_assertion_on_line_292' can be static. [functionStatic]
hb-ot-shape-complex-myanmar-machine.rl:86:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:86:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:87:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:87:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:88:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:88:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:89:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:89:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:90:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:90:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:129:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:129:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:131:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:131:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:135:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:135:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:136:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:136:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:130:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:130:23: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:132:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:132:23: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:133:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:133:23: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:134:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:134:23: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:200:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:208:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:222:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:249:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:272:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:291:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:379:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:156:3: performance: Technically the member function 'use_shape_plan_t::_static_assertion_on_line_292' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-normalize.cc:288:51: style: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-normalize-private.hh:47:68: note: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-normalize.cc:288:51: note: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape.cc:177:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape.cc:929:22: style: Unused variable: plan [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var.h:28:0: error: #error "Include <hb-ot.h> instead." [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan.cc:124:55: style: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan.h:60:55: note: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan.cc:124:55: note: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan.cc:144:5: error: Memory leak: features [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan.cc:148:5: error: Memory leak: coords [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shaper.cc:63:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shaper.cc:67:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shaper.cc:70:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ucdn/ucdn.c:60:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ucdn/ucdn.c:77:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-unicode.cc:149:0: error: #error "Could not find any Unicode functions implementation, you have to provide your own" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-warning.cc:32:0: error: #error "Could not find any system to define atomic_int macros, library WILL NOT be thread-safe" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:390:14: style: Condition 'font==NULL' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:383:22: note: Assignment 'font=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:390:14: note: Condition 'font==NULL' is always true
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:390:14: style: Same expression on both sides of '==' because the value of 'font' and 'NULL' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:383:22: note: 'font' is assigned value 'NULL' here.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:390:14: note: Same expression on both sides of '==' because the value of 'font' and 'NULL' are the same.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/sunFont.c:255:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libfontmanager/sunFont.c:287:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:697:11: style: The scope of the variable 'qdataBody' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1630:9: style: The scope of the variable 'h_samp0' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1630:18: style: The scope of the variable 'h_samp1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1630:27: style: The scope of the variable 'h_samp2' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1631:9: style: The scope of the variable 'v_samp0' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1631:18: style: The scope of the variable 'v_samp1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1631:27: style: The scope of the variable 'v_samp2' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1632:9: style: The scope of the variable 'cid0' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1632:15: style: The scope of the variable 'cid1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1632:21: style: The scope of the variable 'cid2' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1886:9: style: The scope of the variable 'scanlineLimit' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1887:9: style: The scope of the variable 'pixelStride' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1889:9: style: The scope of the variable 'targetLine' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2708:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2751:25: style: The scope of the variable 'out' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2751:31: style: The scope of the variable 'pixelLimit' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2758:10: style: The scope of the variable 'scanptr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1056:16: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1381:22: style: Checking if unsigned variable 'total_length' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:790:9: style: Variable 'hlensLen' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2956:12: style: Variable 'qlen' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2960:16: style: Variable 'hlen' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1541:9: error: Memory leak: jerr [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1541:9: error: Memory leak: cinfo [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1561:9: error: Memory leak: jerr [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1578:9: error: Memory leak: jerr [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1580:5: error: Memory leak: jerr [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2576:9: error: Memory leak: jerr [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2576:9: error: Memory leak: cinfo [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2589:9: error: Memory leak: jerr [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2608:9: error: Memory leak: jerr [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2610:5: error: Memory leak: jerr [memleak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:644:15: style: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:642:15: note: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:644:15: note: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:658:19: style: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:656:19: note: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:658:19: note: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:353:16: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libjsound/SoundDefs.h:43:0: error: #error "You need to define X_PLATFORM outside of the source. Use the types above." [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/share/native/liblcms/LCMS.c:591:5: style: Variable 'srcAtOnce' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/share/native/liblcms/LCMS.c:582:0: note: Variable 'srcAtOnce' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/liblcms/LCMS.c:591:5: note: Variable 'srcAtOnce' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/liblcms/LCMS.c:592:5: style: Variable 'dstAtOnce' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/share/native/liblcms/LCMS.c:582:0: note: Variable 'dstAtOnce' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/liblcms/LCMS.c:592:5: note: Variable 'dstAtOnce' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/liblcms/LCMS.c:594:5: style: Variable 'sTrans' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/share/native/liblcms/LCMS.c:573:0: note: Variable 'sTrans' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/liblcms/LCMS.c:594:5: note: Variable 'sTrans' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/liblcms/LCMS.c:576:24: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/liblcms/LCMS.c:895:20: style: Variable 'pfSanity' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libmlib_image/mlib_types.h:140:0: error: #error "unknown platform" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.c:158:65: style: Function 'convertLine' argument 5 names different: declaration 'n' definition 'numSamples'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx.h:131:70: note: Function 'convertLine' argument 5 names different: declaration 'n' definition 'numSamples'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.c:158:65: note: Function 'convertLine' argument 5 names different: declaration 'n' definition 'numSamples'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.c:159:67: style: Function 'convertLine' argument 8 names different: declaration 'mode' definition 'doAlpha'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx.h:132:63: note: Function 'convertLine' argument 8 names different: declaration 'mode' definition 'doAlpha'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.c:159:67: note: Function 'convertLine' argument 8 names different: declaration 'mode' definition 'doAlpha'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.h:149:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.h:150:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.h:279:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.h:280:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gif.c:84:9: style: The scope of the variable 'cx' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gif.c:84:13: style: The scope of the variable 'cy' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gif.c:84:17: style: The scope of the variable 'cw' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_gif.c:84:21: style: The scope of the variable 'ch' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:89:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:190:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:191:9: style: The scope of the variable 'length' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:262:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:183:22: style: Checking if unsigned variable 'splash->time+splash->frames[splash->currentFrame].delay-SplashTime()' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:314:24: style: Function 'SplashLoadMemory' argument 1 names different: declaration 'pdata' definition 'data'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h:33:41: note: Function 'SplashLoadMemory' argument 1 names different: declaration 'pdata' definition 'data'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:314:24: note: Function 'SplashLoadMemory' argument 1 names different: declaration 'pdata' definition 'data'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:381:41: style: Function 'SplashStreamInitFile' argument 1 names different: declaration 'stream' definition 'pStream'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h:171:41: note: Function 'SplashStreamInitFile' argument 1 names different: declaration 'stream' definition 'pStream'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:381:41: note: Function 'SplashStreamInitFile' argument 1 names different: declaration 'stream' definition 'pStream'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:389:43: style: Function 'SplashStreamInitMemory' argument 1 names different: declaration 'stream' definition 'pStream'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h:172:43: note: Function 'SplashStreamInitMemory' argument 1 names different: declaration 'stream' definition 'pStream'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:389:43: note: Function 'SplashStreamInitMemory' argument 1 names different: declaration 'stream' definition 'pStream'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:403:57: style: Function 'GetScaledImageName' argument 2 names different: declaration 'scaledImgName' definition 'scaleImageName'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h:154:57: note: Function 'GetScaledImageName' argument 2 names different: declaration 'scaledImgName' definition 'scaleImageName'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:403:57: note: Function 'GetScaledImageName' argument 2 names different: declaration 'scaledImgName' definition 'scaleImageName'.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:481:13: error: Resource leak: fp [resourceLeak]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_jpeg.c:70:16: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_png.c:64:5: style: Variable 'png_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_png.c:56:0: note: Variable 'png_ptr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/share/native/libsplashscreen/splashscreen_png.c:64:5: note: Variable 'png_ptr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:486:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:473:0: note: Variable 'name' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:486:5: note: Variable 'name' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:255:19: style: The scope of the variable 'choice' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:258:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:372:19: style: The scope of the variable 'choice' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:375:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:377:13: style: The scope of the variable 'dims' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:472:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:209:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:995:9: style: Variable 'cspace' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:990:0: note: Variable 'cspace' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:995:9: note: Variable 'cspace' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:343:9: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:343:12: style: The scope of the variable 'g' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:343:15: style: The scope of the variable 'b' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:343:18: style: The scope of the variable 'pixel' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:1258:9: style: The scope of the variable 'col' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:1296:12: style: The scope of the variable 'pixel' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:349:17: style: Variable 'pixel' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:891:13: style: Unused variable: cspaceL [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/X11Color.c:1298:17: style: Variable 'pixel' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:506:50: warning: Either the condition 'nativename!=NULL' is redundant or there is possible null pointer dereference: nativename. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:511:28: note: Assuming that condition 'nativename!=NULL' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:506:50: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:508:55: warning: Either the condition 'nativename!=NULL' is redundant or there is possible null pointer dereference: nativename. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:511:28: note: Assuming that condition 'nativename!=NULL' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:508:55: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:164:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:161:0: note: Variable 'f' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:164:5: note: Variable 'f' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:462:9: style: Variable 'fdata' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:451:0: note: Variable 'fdata' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:462:9: note: Variable 'fdata' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:185:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:185:28: style: The scope of the variable 'pixelSize' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:188:30: style: The scope of the variable 'buffer2' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:708:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:527:0: error: Memory leak: fdata [memleak]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/awt_Font.c:527:17: error: Memory leak: fdata.flist [memleak]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:514:5: style: Variable 'fcdirs' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:509:0: note: Variable 'fcdirs' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:514:5: note: Variable 'fcdirs' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:587:18: style: The scope of the variable 'homeEnvStr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:747:9: style: The scope of the variable 'numdirs' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:763:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:763:12: style: The scope of the variable 'f' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:763:15: style: The scope of the variable 'found' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:821:22: style: The scope of the variable 'dir' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:1019:26: style: The scope of the variable 'fcName' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:1133:18: style: The scope of the variable 'cacheDir' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:1134:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:160:14: style: Unused variable: ret [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/fontpath.c:328:31: style: Unused variable: numDirs [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/awt/systemscale/systemScale.c:62:18: style: The scope of the variable 'lib_handle' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:121:5: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:133:5: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:142:5: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:247:5: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:271:38: style: Unused variable: dstByte [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:276:5: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11Renderer.c:579:12: style: The scope of the variable 'types' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11Renderer.c:574:13: style: Unused variable: pointArray [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1230:17: style: Condition 'img==NULL' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1099:20: note: Assignment 'img=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1230:17: note: Condition 'img==NULL' is always true
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1039:28: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1080:26: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1098:9: style: The scope of the variable 'scan' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1097:21: style: Unused variable: maxWidth [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1097:31: style: Unused variable: maxHeight [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11TextRenderer_md.c:44:9: style: The scope of the variable 'image_size' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11TextRenderer_md.c:112:19: style: The scope of the variable 'pixels' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/common/java2d/x11/X11TextRenderer_md.c:239:12: style: Variable 'scan' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/awt/awt_LoadLibrary.c:109:20: style: Unused variable: name [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/awt/awt_LoadLibrary.c:111:11: style: Unused variable: v [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/awt/awt_Mlib.c:79:25: style: Condition 's_verbose' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/awt/awt_Mlib.c:58:16: style: The scope of the variable 's_verbose' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/awt/awt_Mlib.c:48:9: style: Unused variable: status [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/awt/awt_Mlib.c:49:20: style: Variable 'jstr' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/awt/awt_Mlib.c:52:11: style: Unused variable: intPtr [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:233:1: style: Unused variable: height [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:233:1: style: Unused variable: width [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:234:1: style: Unused variable: height [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:234:1: style: Unused variable: width [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:235:1: style: Unused variable: height [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:235:1: style: Unused variable: width [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:236:1: style: Unused variable: height [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:236:1: style: Unused variable: width [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:237:1: style: Unused variable: height [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:237:1: style: Unused variable: width [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:277:1: style: Unused variable: height [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:277:1: style: Unused variable: width [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:278:1: style: Unused variable: height [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:278:1: style: Unused variable: width [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:279:1: style: Unused variable: height [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:279:1: style: Unused variable: width [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:280:1: style: Unused variable: height [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:280:1: style: Unused variable: width [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:281:1: style: Unused variable: height [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:281:1: style: Unused variable: width [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear.c:64:0: error: #error "unknown platform" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:434:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:466:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:499:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:557:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:589:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:620:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:652:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:709:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:742:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:775:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:806:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:860:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageConstXor.c:75:0: error: #error "unknown platform" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageXor.c:65:0: error: #error "unknown platform" [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:518:28: style: The scope of the variable 'mul8_dstF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:518:40: style: The scope of the variable 'mul8_srcF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:617:28: style: The scope of the variable 'mul8_dstF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:617:40: style: The scope of the variable 'mul8_srcF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:718:28: style: The scope of the variable 'mul8_dstF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:718:40: style: The scope of the variable 'mul8_srcF' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:545:5: style: Variable 'log_val' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:644:5: style: Variable 'log_val' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:747:5: style: Variable 'log_val' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray.c:56:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray.c:83:19: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray.c:775:20: error: Expression '*dst++=(res&mask)|(*dst&~mask)' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray.c:945:20: error: Expression '*dst++=(res&mask)|(*dst&~mask)' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:102:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:159:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:218:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:277:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:343:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:430:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:526:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:629:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:161:5: style: Unused variable: ar [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:161:5: style: Unused variable: gb [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:161:5: style: Unused variable: s02 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:161:5: style: Unused variable: s13 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:279:5: style: Unused variable: ar [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:279:5: style: Unused variable: gb [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:279:5: style: Unused variable: s02 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:279:5: style: Unused variable: s13 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteIndexed.c:431:14: style: The scope of the variable 'DstWritererr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteIndexed.c:431:29: style: The scope of the variable 'DstWritegerr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteIndexed.c:431:44: style: The scope of the variable 'DstWriteberr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteIndexed.c:269:1: style: Variable 'SrcReadLut' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_FourByteAbgr.c:349:42: error: Expression '*f_argb++,*f_argb++' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_FourByteAbgr.c:472:42: error: Expression '*f_argb++,*f_argb++' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_FourByteAbgr.c:1866:14: style: Unused variable: i [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntArgbPre.c:573:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntArgbPre_Mask.c:784:15: style: The scope of the variable 'mul8_cnstA' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntArgbPre_Mask.c:857:15: style: The scope of the variable 'mul8_cnstA' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntBgr.c:272:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntRgb.c:160:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntRgbx.c:251:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_Interp.c:278:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_Interp.c:279:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_Interp.c:280:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_SrcOverMaskFill.c:513:15: style: The scope of the variable 'mul8_cnstA' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_SrcOverMaskFill.c:586:15: style: The scope of the variable 'mul8_cnstA' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_SrcOverMaskFill.c:661:15: style: The scope of the variable 'mul8_cnstA' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_ThreeByteBgr.c:70:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray.c:76:19: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:148:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:203:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:260:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:93:5: style: Unused variable: s13 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:150:5: style: Unused variable: ar [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:150:5: style: Unused variable: gb [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:150:5: style: Unused variable: s02 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:150:5: style: Unused variable: s13 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:150:5: style: Variable 'fzeros' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:205:5: style: Unused variable: s13 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:262:5: style: Unused variable: ar [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:262:5: style: Unused variable: gb [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:262:5: style: Unused variable: s02 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:262:5: style: Unused variable: s13 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:262:5: style: Variable 'fzeros' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:503:5: style: Unused variable: s13 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:600:5: style: Unused variable: s13 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:854:5: style: Variable 'fzeros' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:1035:5: style: Variable 'fzeros' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:112:13: style: Variable 'dzero' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:171:13: style: Variable 'dzero' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:215:20: style: Unused variable: neg_mask [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:231:13: style: Variable 'dzero' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:277:20: style: Unused variable: neg_mask [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:293:13: style: Variable 'dzero' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_DrawingSurface.c:289:11: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:555:33: warning: Possible null pointer dereference: pVI1sg [nullPointer]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:335:36: note: Assignment 'pVI1sg=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:555:33: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:650:5: style: Variable 'libHandle' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:641:0: note: Variable 'libHandle' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:650:5: note: Variable 'libHandle' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:689:5: style: Variable 'gotXinExt' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:687:0: note: Variable 'gotXinExt' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:689:5: note: Variable 'gotXinExt' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:577:14: style: Same expression on both sides of '!=' because the value of 'n1sg' and '0' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:332:52: note: 'n1sg' is assigned value '0' here.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:577:14: note: Same expression on both sides of '!=' because the value of 'n1sg' and '0' are the same.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:203:25: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:642:19: style: The scope of the variable 'fbhints' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:645:11: style: The scope of the variable 'XineramaGetInfoName' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:646:11: style: The scope of the variable 'XineramaGetCenterHintName' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:711:10: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:1902:29: style: The scope of the variable 'config' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:339:10: style: Unused variable: errmsg [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:1019:32: style: Unused variable: shmPixmaps [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:1072:9: style: Unused variable: visNum [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:1095:9: style: Unused variable: visNum [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:1118:9: style: Unused variable: visNum [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1505:5: style: Variable 'pX11IMData' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1502:0: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1505:5: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1625:5: style: Variable 'pX11IMData' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1620:0: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1625:5: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1327:38: style: Variable 'pX11IMData' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1351:10: style: Unused variable: registered [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c:281:13: style: The scope of the variable 'image' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c:282:11: style: The scope of the variable 'ary' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c:331:9: style: The scope of the variable 'index' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:76:25: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:73:21: note: outer condition: threadClass==NULL
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:76:25: note: identical inner condition: threadClass==NULL
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:76:25: style: Condition 'threadClass==NULL' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:73:21: note: Assuming that condition 'threadClass==NULL' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:76:25: note: Condition 'threadClass==NULL' is always true
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:334:9: style: Variable 'lib' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:318:0: note: Variable 'lib' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:334:9: note: Variable 'lib' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:2446:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:2442:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:2446:5: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:773:20: style: The scope of the variable 's' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:2488:11: style: The scope of the variable 'ary' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:2518:21: style: The scope of the variable 'p' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:850:9: style: Unused variable: i [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2574:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2570:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2574:5: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:592:20: style: The scope of the variable 's' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2049:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2111:11: style: The scope of the variable 'hue' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2115:11: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2115:14: style: The scope of the variable 'g' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2115:17: style: The scope of the variable 'b' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2778:11: style: The scope of the variable 'ary' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2805:21: style: The scope of the variable 'p' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:648:9: style: Unused variable: i [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:774:16: style: Unused variable: r [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:774:19: style: Unused variable: g [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:774:22: style: Unused variable: b [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:1725:27: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/list.c:234:11: style: The scope of the variable 'item' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:403:17: style: The scope of the variable 'rem' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:504:37: style: The scope of the variable 'ipmData' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:562:33: style: The scope of the variable 'pixel_ptr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:684:13: style: The scope of the variable 'save_child_list' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:687:13: style: The scope of the variable 'curr_clipX' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:687:25: style: The scope of the variable 'curr_clipY' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:687:37: style: The scope of the variable 'curr_clipRt' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:687:50: style: The scope of the variable 'curr_clipBt' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:723:32: style: The scope of the variable 'new_height' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:724:32: style: The scope of the variable 'child_yrr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:1121:18: style: The scope of the variable 'pOVis' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:1123:35: style: The scope of the variable 'nOVisuals' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:1129:25: style: The scope of the variable 'imageVisual' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:817:17: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multi_font.c:285:13: style: The scope of the variable 'j' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multi_font.c:275:69: style: Function 'awtJNI_GetMFStringWidth' argument 4 names different: declaration 'length' definition 'sLength'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multi_font.h:37:41: note: Function 'awtJNI_GetMFStringWidth' argument 4 names different: declaration 'length' definition 'sLength'.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multi_font.c:275:69: note: Function 'awtJNI_GetMFStringWidth' argument 4 names different: declaration 'length' definition 'sLength'.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/multi_font.c:191:20: style: Variable 'xlfd' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:49:20: style: The scope of the variable 'redMask' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:49:29: style: The scope of the variable 'greenMask' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:49:40: style: The scope of the variable 'blueMask' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:50:30: style: The scope of the variable 'redShift' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:50:40: style: The scope of the variable 'greenShift' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:50:52: style: The scope of the variable 'blueShift' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/sun_awt_X11_GtkFileDialogPeer.c:222:12: style: The scope of the variable 'entry' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/awt/sun_awt_X11_GtkFileDialogPeer.c:315:20: style: The scope of the variable 'filter' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/java2d/x11/XRBackendNative.c:192:12: style: The scope of the variable 'pkgInfoPath' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/java2d/x11/XRSurfaceData.c:61:22: style: The scope of the variable 'fmt' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:583:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:583:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:583:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:696:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:705:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:710:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:216:5: style: Variable 'keyclass' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:173:0: note: Variable 'keyclass' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:216:5: note: Variable 'keyclass' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:779:5: style: Variable 'keystr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:776:0: note: Variable 'keystr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:779:5: note: Variable 'keystr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:455:9: style: The scope of the variable 'tmp_poll_alg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:658:17: style: The scope of the variable 'read_buf' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:859:11: style: The scope of the variable 'c' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:860:13: style: The scope of the variable 'status' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:904:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:997:25: style: The scope of the variable 'devIdx' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:997:33: style: The scope of the variable 'clsIdx' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:998:18: style: The scope of the variable 'devices' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:999:18: style: The scope of the variable 'aDevice' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:722:44: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1209:5: style: Variable 'topWin' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1206:0: note: Variable 'topWin' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1209:5: note: Variable 'topWin' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1277:4: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1268:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1277:4: note: Variable 'ptr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:878:0: style: Variable 'originalKeysym' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XlibWrapper.c:1357:14: style: The scope of the variable 'env' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libawt_xawt/xawt/XlibWrapper.c:1325:9: style: Unused variable: xx [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libfontmanager/X11FontScaler.c:258:13: style: Unused variable: direction [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libfontmanager/X11FontScaler.c:258:24: style: Unused variable: ascent [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libfontmanager/X11FontScaler.c:258:32: style: Unused variable: descent [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:48:11: style: The scope of the variable 'enumerate' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:136:13: style: The scope of the variable 'curr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:136:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:136:24: style: The scope of the variable 'totalLen' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:136:34: style: The scope of the variable 'inVersionString' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_MidiIn.c:181:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_MidiOut.c:123:9: style: Unused variable: data1 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_MidiOut.c:124:9: style: Unused variable: data2 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_MidiUtils.c:61:9: style: The scope of the variable 'subdeviceCount' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_MidiUtils.c:62:20: style: The scope of the variable 'subDev' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_MidiUtils.c:222:9: style: The scope of the variable 'usePlugHw' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_PCM.c:128:9: style: The scope of the variable 'sampleSizeInBytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_PCM.c:128:28: style: The scope of the variable 'significantBits' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_PCM.c:130:18: style: The scope of the variable 'channels' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_PCM.c:131:9: style: The scope of the variable 'rate' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_PCM.c:884:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_PCM.c:421:28: style: Unused variable: formatMask [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_PCM.c:891:26: style: Unused variable: ts [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_PCMUtils.c:175:9: style: The scope of the variable 'usePlugHw' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_Ports.c:74:10: style: The scope of the variable 'devname' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_Ports.c:75:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_Ports.c:384:9: style: The scope of the variable 'isMono' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_Ports.c:385:9: style: The scope of the variable 'isStereo' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_BsdOS_ALSA_Ports.c:535:34: style: Unused variable: channel [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c:53:11: style: The scope of the variable 'enumerate' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c:141:13: style: The scope of the variable 'curr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c:141:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c:141:24: style: The scope of the variable 'totalLen' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c:141:34: style: The scope of the variable 'inVersionString' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiIn.c:181:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiOut.c:123:9: style: Unused variable: data1 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiOut.c:124:9: style: Unused variable: data2 [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:61:9: style: The scope of the variable 'subdeviceCount' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:62:20: style: The scope of the variable 'subDev' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:222:9: style: The scope of the variable 'usePlugHw' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:128:9: style: The scope of the variable 'sampleSizeInBytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:128:28: style: The scope of the variable 'significantBits' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:130:18: style: The scope of the variable 'channels' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:131:9: style: The scope of the variable 'rate' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:884:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:421:28: style: Unused variable: formatMask [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:891:26: style: Unused variable: ts [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCMUtils.c:175:9: style: The scope of the variable 'usePlugHw' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_Ports.c:74:10: style: The scope of the variable 'devname' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_Ports.c:75:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_Ports.c:384:9: style: The scope of the variable 'isMono' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_Ports.c:385:9: style: The scope of the variable 'isStereo' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_LinuxOS_ALSA_Ports.c:535:34: style: Unused variable: channel [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:142:57: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:277:14: style: The scope of the variable 'modified' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:306:14: style: The scope of the variable 'modified' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:357:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:358:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:360:9: style: The scope of the variable 'devBytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:472:21: style: The scope of the variable 'prinfo' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:515:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:543:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:588:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:606:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:587:9: style: Unused variable: ret [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:605:9: style: Unused variable: ret [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:219:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:287:11: style: The scope of the variable 'n' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:359:11: style: The scope of the variable 'compControl' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:392:9: style: The scope of the variable 'selectable' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:462:21: style: The scope of the variable 'prinfo' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:488:9: style: The scope of the variable 'setPort' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:539:21: style: The scope of the variable 'prinfo' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:57:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:58:9: style: The scope of the variable 'found' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:90:11: style: The scope of the variable 'audiodev' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:91:10: style: The scope of the variable 'devsound' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:92:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:140:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:141:18: style: Unused variable: info [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC.c:246:48: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC.c:456:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC.c:473:19: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC.c:1037:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC.c:1053:19: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_S16.c:227:48: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_S16.c:498:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_S16.c:512:14: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_S16.c:1305:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_S16.c:1320:13: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_U16.c:220:48: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_U16.c:483:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_U16.c:497:14: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_U16.c:1292:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_U16.c:1307:13: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:175:13: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:572:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:572:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:573:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:684:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:684:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:685:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:223:13: error: Expression '*dp++=vis_fors(vis_fands(fmask,df),vis_fandnots(fmask,dp[0]))' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:363:13: error: Expression '*dp++=vis_fors(vis_fands(fmask,df),vis_fandnots(fmask,dp[0]))' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:171:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:319:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:319:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:476:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:476:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:559:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:632:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:632:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:671:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:671:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:190:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:342:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:388:9: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:538:46: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:607:59: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:607:63: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:659:19: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:648:21: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:710:46: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:189:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:341:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:577:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:578:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:578:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:678:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:679:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:679:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:283:13: error: Expression '*dp++=vis_for(vis_fand(dmask,dd),vis_fandnot(dmask,dp[0]))' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:229:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:355:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:355:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:479:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:479:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:561:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:619:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:619:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:662:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:662:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:249:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:375:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:411:9: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:536:46: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:606:66: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:606:70: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:650:19: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:641:21: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:707:46: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:248:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:374:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:570:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:571:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:571:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:671:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:672:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:672:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:276:13: error: Expression '*dp++=vis_for(vis_fand(dmask,dd),vis_fandnot(dmask,dp[0]))' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:222:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:348:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:348:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:472:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:472:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:554:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:612:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:612:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:655:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:655:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:242:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:368:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:404:9: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:529:46: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:599:66: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:599:70: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:643:19: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:634:21: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:700:46: error: Uninitialized variable: size [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:241:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:367:21: error: Uninitialized variable: dl [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_NN.c:174:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_NN.c:179:15: style: The scope of the variable 'da' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_NN.c:352:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_NN.c:357:15: style: The scope of the variable 'da' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_NN.c:472:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageChannelExtract_43.c:224:5: style: Variable 'sp' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageChannelExtract_43.c:395:5: style: Variable 'sp' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageChannelExtract_43.c:151:3: error: Uninitialized variable: dd2 [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageChannelExtract_43.c:326:3: error: Uninitialized variable: dd2 [uninitvar]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageChannelInsert_1.c:276:13: style: Variable 'dd0' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConvMxN_8.c:141:22: style: The scope of the variable 'dl' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConvMxN_8ext.c:155:45: style: The scope of the variable 'buffn' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConvMxN_8ext.c:846:12: style: The scope of the variable 'sl' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConvMxN_8ext.c:846:17: style: The scope of the variable 'dl' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConv_8nw.c:88:45: style: The scope of the variable 'buffn' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConv_8nw.c:126:7: style: Variable 'wid' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16S16Func.c:156:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16S16Func.c:449:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16S16Func.c:406:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16U16Func.c:156:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16U16Func.c:449:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16U16Func.c:406:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16U8Func.c:209:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8S16Func.c:504:40: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8S16Func.c:1630:41: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8S16Func.c:266:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8U16Func.c:497:39: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8U16Func.c:1602:40: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8U16Func.c:263:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8U8Func.c:2234:39: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8U8Func.c:1733:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16S16Func.c:155:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16S16Func.c:448:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16S16Func.c:405:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16U16Func.c:153:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16U16Func.c:422:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16U16Func.c:381:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16U8Func.c:208:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:196:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:310:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:424:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:538:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:964:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:918:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1178:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1130:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1392:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1344:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1606:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1558:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:194:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:306:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:418:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:530:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:910:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:867:13: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1113:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1068:13: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1316:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1271:13: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1519:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1474:13: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U8Func.c:243:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U8Func.c:405:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U8Func.c:567:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U8Func.c:729:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:812:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:212:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:513:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:665:25: style: struct member 'PROPMOTIFWMHINTS::inputMode' is never used. [unusedStructMember]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:666:25: style: struct member 'PROPMOTIFWMHINTS::status' is never used. [unusedStructMember]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:211:10: style: Unused variable: type [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:253:16: style: Unused variable: sizeHints [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:775:10: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/common/awt/systemscale/systemScale.cpp:33:28: style: Function 'GetScreenDpi' argument 1 names different: declaration 'mon' definition 'hmon'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/common/awt/systemscale/systemScale.h:31:32: note: Function 'GetScreenDpi' argument 1 names different: declaration 'mon' definition 'hmon'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/common/awt/systemscale/systemScale.cpp:33:28: note: Function 'GetScreenDpi' argument 1 names different: declaration 'mon' definition 'hmon'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DPipeline.h:126:0: error: failed to expand 'RETURN_STATUS_IF_FAILED', Invalid ## usage when expanding 'RETURN_STATUS_IF_FAILED'. [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DGlyphCache.cpp:49:45: style: Function 'D3DGlyphCache' argument 1 names different: declaration 'gcType' definition 'type'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DGlyphCache.h:69:34: note: Function 'D3DGlyphCache' argument 1 names different: declaration 'gcType' definition 'type'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DGlyphCache.cpp:49:45: note: Function 'D3DGlyphCache' argument 1 names different: declaration 'gcType' definition 'type'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:117:26: warning: Member variable 'D3DResource::pResource' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:117:26: warning: Member variable 'D3DResource::pSwapChain' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:117:26: warning: Member variable 'D3DResource::pSurface' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:117:26: warning: Member variable 'D3DResource::pTexture' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:117:26: warning: Member variable 'D3DResource::pOps' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DMaskCache.h:65:13: performance: Technically the member function 'D3DMaskCache::ReleaseDefPoolResources' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DVertexCacher.h:58:13: style: Technically the member function 'D3DVertexCacher::GetColor' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DContext.h:176:9: style: Technically the member function 'D3DContext::GetContextCaps' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DContext.h:244:10: style: Technically the member function 'D3DContext::GetPaintState' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:95:26: style: Class 'D3DResource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:97:26: style: Class 'D3DResource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DGlyphCache.h:69:5: style: Class 'D3DGlyphCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:106:26: style: The function 'IsDefaultPool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:75:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:106:26: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:112:26: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:79:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:112:26: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DMaskBlit.cpp:104:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DMaskBlit.cpp:102:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DMaskBlit.cpp:104:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DPipeline.h:69:0: error: failed to expand 'DebugPrintD3DError', Invalid ## usage when expanding 'DebugPrintD3DError'. [preprocessorErrorDirective]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DShaderGen.c:71:9: style: The scope of the variable 'val' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DShaderGen.c:69:10: style: Unused variable: varname [unusedVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/d3d/D3DShaderGen.c:98:15: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/opengl/WGLSurfaceData.c:219:39: style: Variable 'srcWGLOps' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:1000:31: style: Function 'GDIWinSD_GetDC' argument 3 names different: declaration 'flags' definition 'type'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:47:0: note: Function 'GDIWinSD_GetDC' argument 3 names different: declaration 'flags' definition 'type'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:1000:31: note: Function 'GDIWinSD_GetDC' argument 3 names different: declaration 'flags' definition 'type'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:1186:68: style: Function 'GDIWinSD_ReleaseDC' argument 3 names different: declaration 'hdc' definition 'hDC'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:48:0: note: Function 'GDIWinSD_ReleaseDC' argument 3 names different: declaration 'hdc' definition 'hDC'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:1186:68: note: Function 'GDIWinSD_ReleaseDC' argument 3 names different: declaration 'hdc' definition 'hDC'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/CmdIDList.cpp:42:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/CmdIDList.cpp:91:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:348:9: performance: Variable 'm_dwSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:355:9: performance: Variable 'm_dwSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/CmdIDList.cpp:40:5: performance: Variable 'm_capacity' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:100:13: warning: Class 'CriticalSection' which has virtual members does not have a virtual destructor. [virtualDestructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:316:5: style: Technically the member function 'JLocalRef::operatorT' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:317:5: style: Technically the member function 'JLocalRef::operatorbool' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:318:10: style: Technically the member function 'JLocalRef::operator!' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:384:12: style: Technically the member function 'JavaStringBuffer::GetSize' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:260:17: style: Technically the member function 'AwtToolkit::VerifyActive' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:288:17: performance: Technically the member function 'AwtToolkit::SetPeer' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:296:20: style: Technically the member function 'AwtToolkit::GetPeer' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.h:80:20: style: Technically the member function 'AwtObject::GetPeer' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:347:5: style: Class 'JavaStringBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:104:9: style: Class 'Lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.cpp:73:56: style: Function 'SharedWindowProc' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.h:60:66: note: Function 'SharedWindowProc' argument 2 names different: declaration 'message' definition 'msg'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.cpp:73:56: note: Function 'SharedWindowProc' argument 2 names different: declaration 'message' definition 'msg'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_GDIObject.h:89:9: performance: Variable 'm_handle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:852:13: performance: Variable 'm_ID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.cpp:30:5: performance: Variable 'm_bToolTipControlInitialized' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.h:123:16: style: Technically the member function 'AwtFont::GetHFontNum' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.h:134:16: style: Technically the member function 'AwtFont::GetInputHFontIndex' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.h:137:16: style: Technically the member function 'AwtFont::GetAscent' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.h:138:16: style: Technically the member function 'AwtFont::GetOverhang' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/Hashtable.h:113:16: style: Technically the member function 'Hashtable::size' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_GDIObject.h:58:16: style: Technically the member function 'AwtGDIObject::GetRefCount' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/Devices.h:41:33: style: Technically the member function 'Devices::GetNumDevices' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:46:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetGrayness' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:61:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetBitDepth' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:64:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetJavaDevice' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:65:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetDeviceIndex' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:623:10: performance: Technically the member function 'AwtComponent::VerifyState' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.h:49:14: performance: Technically the member function 'ComCtl32Util::UnsubclassHWND' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.cpp:54:20: note: Technically the member function 'ComCtl32Util::UnsubclassHWND' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.h:49:14: note: Technically the member function 'ComCtl32Util::UnsubclassHWND' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.h:79:21: warning: The class 'AwtFont' defines member variable with name 'pDataID' also defined in its parent class 'AwtObject'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.h:53:21: note: Parent variable 'AwtObject::pDataID'
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.h:79:21: note: Derived variable 'AwtFont::pDataID'
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Palette.h:56:29: style: Class 'AwtPalette' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ObjectList.h:35:5: style: Class 'AwtObjectListItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.h:118:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.h:67:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.h:118:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/GDIHashtable.h:177:11: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/Hashtable.h:163:19: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/GDIHashtable.h:177:11: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Brush.h:52:18: style: The function 'ReleaseInCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_GDIObject.h:86:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Brush.h:52:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Pen.h:52:18: style: The function 'ReleaseInCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_GDIObject.h:86:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Pen.h:52:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.h:67:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:719:18: style: The function 'CanBeDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.h:130:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:719:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:353:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/Devices.cpp:169:22: style: Function 'Devices' argument 1 names different: declaration 'numElements' definition 'numDevices'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/Devices.h:61:45: note: Function 'Devices' argument 1 names different: declaration 'numElements' definition 'numDevices'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/Devices.cpp:169:22: note: Function 'Devices' argument 1 names different: declaration 'numElements' definition 'numDevices'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/Devices.h:61:33: style: Class 'Devices' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/DllUtil.cpp:65:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/DllUtil.cpp:66:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/DllUtil.h:46:9: style: Class 'DllUtil' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/GDIHashtable.cpp:57:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/GDIHashtable.h:77:27: style: Member variable 'BatchDestructionManager::m_nCounter' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/GDIHashtable.cpp:135:3: note: Member variable 'BatchDestructionManager::m_nCounter' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/GDIHashtable.h:77:27: note: Member variable 'BatchDestructionManager::m_nCounter' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/Hashtable.cpp:204:11: performance: Variable 'keys' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: style: Unhandled exception specification when calling function safe_Calloc(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/Hashtable.cpp:33:9: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: style: Unhandled exception specification when calling function safe_Calloc(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/Hashtable.cpp:103:51: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/MouseInfo.cpp:53:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/MouseInfo.cpp:59:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ObjectList.cpp:98:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ShellFolder2.cpp:984:9: style: The scope of the variable 'iconSize' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:479:9: style: Variable 'transparent' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:478:0: note: Variable 'transparent' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:479:9: note: Variable 'transparent' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:330:12: style: The scope of the variable 'alphaScale' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:331:9: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:331:11: style: The scope of the variable 'g' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:331:13: style: The scope of the variable 'b' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:508:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:589:13: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:697:13: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:745:13: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:804:17: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_AWTEvent.cpp:107:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_AWTEvent.cpp:108:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_AWTEvent.cpp:100:10: style: The scope of the variable 'pMsg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: style: Unhandled exception specification when calling function safe_Malloc(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_BitmapUtil.cpp:248:25: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: style: Unhandled exception specification when calling function safe_Malloc(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_BitmapUtil.cpp:322:25: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Brush.cpp:82:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Brush.h:55:5: style: Class 'AwtBrush' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:90:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:91:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:294:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:303:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:305:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:66:52: style: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:48:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:66:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:57:5: performance: Variable 'leftButtonDown' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:66:10: performance: Technically the member function 'AwtButton::NotifyListeners' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:187:12: note: Technically the member function 'AwtButton::NotifyListeners' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:66:10: note: Technically the member function 'AwtButton::NotifyListeners' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:98:17: style: Technically the member function 'AwtWindow::SubtractInsetPoint' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:392:17: style: Technically the member function 'AwtWindow::GetType' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:420:17: style: Technically the member function 'AwtWindow::IsAlwaysOnTop' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:46:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:46:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:51:16: style: The function 'WmMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:524:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:51:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:52:16: style: The function 'WmMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:525:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:52:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:53:16: style: The function 'OwnerDrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:576:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:53:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:54:16: style: The function 'WmPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:510:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:54:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:56:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:56:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:58:10: style: The function 'IsFocusingMouseMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:229:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:58:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:59:10: style: The function 'IsFocusingKeyMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:228:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Button.h:59:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:42:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:42:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:45:24: style: The function 'WmEraseBkgnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:505:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:45:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:46:24: style: The function 'WmPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:510:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:46:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:48:24: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:48:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:75:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:75:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:77:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:42:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:77:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:78:18: style: The function 'FillClassInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:139:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:78:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:103:18: style: The function 'GetInsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:190:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:103:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:108:18: style: The function 'IsEmbeddedFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:635:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:108:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:111:18: style: The function 'IsContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:223:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:111:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:129:18: style: The function 'Invalidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:435:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:129:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:130:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:278:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:130:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:167:24: style: The function 'WmActivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:500:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:167:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:168:24: style: The function 'WmCreate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:495:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:168:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:169:24: style: The function 'WmClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:496:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:169:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:170:24: style: The function 'WmDestroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:497:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:170:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:171:24: style: The function 'WmShowWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:515:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:171:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:172:24: style: The function 'WmGetMinMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:511:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:172:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:173:24: style: The function 'WmMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:512:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:173:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:174:24: style: The function 'WmSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:513:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:174:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:175:24: style: The function 'WmSizing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:514:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:175:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:176:24: style: The function 'WmEnterSizeMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:590:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:176:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:177:24: style: The function 'WmExitSizeMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:591:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:177:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:178:24: style: The function 'WmPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:46:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:178:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:179:24: style: The function 'WmSettingChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:599:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:179:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:180:24: style: The function 'WmNcCalcSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:584:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:180:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:182:24: style: The function 'WmNcHitTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:588:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:182:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:183:24: style: The function 'WmNcMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:530:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:183:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:185:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:489:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:185:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:186:24: style: The function 'WmWindowPosChanging' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:532:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:186:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:187:24: style: The function 'WmWindowPosChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:533:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:187:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:188:24: style: The function 'WmTimer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:557:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:188:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:190:24: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:48:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:190:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:219:25: style: The function 'IsTopLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:634:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:219:25: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:254:18: style: The function 'CreateHWnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:143:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:254:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:260:18: style: The function 'DestroyHWnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:149:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:260:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:81:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:82:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:209:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:215:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:217:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:46:5: performance: Variable 'm_eraseBackground' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:47:5: performance: Variable 'm_eraseBackgroundOnResize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:87:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:88:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:356:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:364:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:366:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:420:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:422:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:458:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:465:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:467:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:676:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:71:42: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:55:40: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:71:42: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:71:56: style: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:55:54: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:71:56: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:64:5: performance: Variable 'm_fLButtonDowned' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:52:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:52:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:64:16: style: The function 'WmMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:525:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:64:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:65:16: style: The function 'WmMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:524:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:65:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:66:16: style: The function 'WmNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:562:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:66:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:67:16: style: The function 'OwnerDrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:576:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:67:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:68:16: style: The function 'WmPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:510:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:68:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:70:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:70:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:72:10: style: The function 'IsFocusingMouseMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:229:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:72:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:73:10: style: The function 'IsFocusingKeyMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:228:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:73:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:120:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:121:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:531:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:541:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:543:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:560:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:567:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:569:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:586:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:594:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:597:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:632:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:639:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:641:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:664:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:666:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:687:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:689:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:106:52: style: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:44:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:106:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:350:34: style: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:75:35: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:350:34: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:91:5: performance: Variable 'm_hList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:92:5: performance: Variable 'm_listDefWindowProc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:43:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:43:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:46:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:46:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:48:18: style: The function 'Reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:280:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:48:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:57:13: style: The function 'PreferredItemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:343:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:57:13: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:62:16: style: The function 'WmNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:562:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:62:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:65:16: style: The function 'OwnerDrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:576:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:65:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:66:16: style: The function 'OwnerMeasureItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:578:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:66:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:69:16: style: The function 'WmKillFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:517:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:69:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:70:16: style: The function 'WmMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:525:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:70:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:72:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:72:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:74:17: style: The function 'GetDBCSEditHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:629:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:74:17: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:75:18: style: The function 'SetFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:182:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:75:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:76:18: style: The function 'InheritsNativeMouseWheelBehavior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:428:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:76:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:77:18: style: The function 'SetDragCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:751:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:77:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:78:18: style: The function 'ReleaseDragCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:752:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:78:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:339:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:62:43: style: Function 'WmChangeCbChain' argument 1 names different: declaration 'wparam' definition 'wParam'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.h:60:40: note: Function 'WmChangeCbChain' argument 1 names different: declaration 'wparam' definition 'wParam'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:62:43: note: Function 'WmChangeCbChain' argument 1 names different: declaration 'wparam' definition 'wParam'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:62:58: style: Function 'WmChangeCbChain' argument 2 names different: declaration 'lparam' definition 'lParam'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.h:60:55: note: Function 'WmChangeCbChain' argument 2 names different: declaration 'lparam' definition 'lParam'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:62:58: note: Function 'WmChangeCbChain' argument 2 names different: declaration 'lparam' definition 'lParam'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:70:56: style: Function 'WmDrawClipboard' argument 2 names different: declaration 'wparam' definition 'wParam'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.h:61:53: note: Function 'WmDrawClipboard' argument 2 names different: declaration 'wparam' definition 'wParam'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:70:56: note: Function 'WmDrawClipboard' argument 2 names different: declaration 'wparam' definition 'wParam'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:70:71: style: Function 'WmDrawClipboard' argument 3 names different: declaration 'lparam' definition 'lParam'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.h:61:68: note: Function 'WmDrawClipboard' argument 3 names different: declaration 'lparam' definition 'lParam'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:70:71: note: Function 'WmDrawClipboard' argument 3 names different: declaration 'lparam' definition 'lParam'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:58:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:80:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4925:13: warning: Either the condition 'child!=NULL' is redundant or there is possible null pointer dereference: child. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4926:27: note: Assuming that condition 'child!=NULL' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4925:13: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5770:20: warning: Either the condition 'self&&pData' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5821:22: note: Assuming that condition 'self&&pData' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5769:9: note: Assignment 'p=(AwtComponent*)pData', assigned value is 0
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5770:20: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:925:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1906:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1972:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1984:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2430:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4214:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4241:18: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4286:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4307:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4323:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4872:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4876:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5588:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5589:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5607:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5608:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5626:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5627:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5645:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5646:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5665:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5666:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5694:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5704:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5705:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5722:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5732:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5733:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5750:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5758:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5769:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5825:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5907:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5931:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5938:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5963:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5970:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5971:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5989:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5996:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5997:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6015:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6022:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6024:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6027:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6048:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6056:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6062:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6081:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6082:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6117:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6119:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6137:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6139:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6158:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6159:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6180:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6181:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6201:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6202:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6215:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6222:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6223:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6245:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6247:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6294:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6295:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6310:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6318:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6319:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6320:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6321:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6346:43: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6357:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6359:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6417:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6427:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6429:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6478:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6489:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6496:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6497:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1929:11: style: Variable 'mr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1928:11: note: Variable 'mr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1929:11: note: Variable 'mr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3591:27: style: The scope of the variable 'vk' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:901:37: style: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:182:35: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:901:37: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2103:42: style: Function 'WmSetFocus' argument 1 names different: declaration 'hWndLost' definition 'hWndLostFocus'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:516:40: note: Function 'WmSetFocus' argument 1 names different: declaration 'hWndLost' definition 'hWndLostFocus'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2103:42: note: Function 'WmSetFocus' argument 1 names different: declaration 'hWndLost' definition 'hWndLostFocus'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2110:43: style: Function 'WmKillFocus' argument 1 names different: declaration 'hWndGot' definition 'hWndGotFocus'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:517:41: note: Function 'WmKillFocus' argument 1 names different: declaration 'hWndGot' definition 'hWndGotFocus'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2110:43: note: Function 'WmKillFocus' argument 1 names different: declaration 'hWndGot' definition 'hWndGotFocus'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2142:41: style: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:520:66: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2142:41: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2153:68: style: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:521:66: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2153:68: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2649:45: style: Function 'GetShiftKeyLocation' argument 1 names different: declaration 'wkey' definition 'vkey'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:824:42: note: Function 'GetShiftKeyLocation' argument 1 names different: declaration 'wkey' definition 'vkey'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2649:45: note: Function 'GetShiftKeyLocation' argument 1 names different: declaration 'wkey' definition 'vkey'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3663:41: style: Function 'WmKeyDown' argument 1 names different: declaration 'vkey' definition 'wkey'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:538:39: note: Function 'WmKeyDown' argument 1 names different: declaration 'vkey' definition 'wkey'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3663:41: note: Function 'WmKeyDown' argument 1 names different: declaration 'vkey' definition 'wkey'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3705:39: style: Function 'WmKeyUp' argument 1 names different: declaration 'vkey' definition 'wkey'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:539:37: note: Function 'WmKeyUp' argument 1 names different: declaration 'vkey' definition 'wkey'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3705:39: note: Function 'WmKeyUp' argument 1 names different: declaration 'vkey' definition 'wkey'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3733:62: style: Function 'WmInputLangChange' argument 2 names different: declaration 'hKeyBoardLayout' definition 'hKeyboardLayout'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:543:60: note: Function 'WmInputLangChange' argument 2 names different: declaration 'hKeyBoardLayout' definition 'hKeyboardLayout'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3733:62: note: Function 'WmInputLangChange' argument 2 names different: declaration 'hKeyBoardLayout' definition 'hKeyboardLayout'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3853:45: style: Function 'WmForwardChar' argument 3 names different: declaration 'synthethic' definition 'synthetic'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:545:43: note: Function 'WmForwardChar' argument 3 names different: declaration 'synthethic' definition 'synthetic'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3853:45: note: Function 'WmForwardChar' argument 3 names different: declaration 'synthethic' definition 'synthetic'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4233:50: style: Function 'WmCommand' argument 2 names different: declaration 'hWndCtrl' definition 'hWndChild'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:559:48: note: Function 'WmCommand' argument 2 names different: declaration 'hWndCtrl' definition 'hWndChild'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4233:50: note: Function 'WmCommand' argument 2 names different: declaration 'hWndCtrl' definition 'hWndChild'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4936:90: style: Function 'SendKeyEvent' argument 8 names different: declaration 'msg' definition 'pMsg'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:381:28: note: Function 'SendKeyEvent' argument 8 names different: declaration 'msg' definition 'pMsg'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4936:90: note: Function 'SendKeyEvent' argument 8 names different: declaration 'msg' definition 'pMsg'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5048:40: style: Function 'SendMouseEvent' argument 9 names different: declaration 'msg' definition 'pMsg'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:391:30: note: Function 'SendMouseEvent' argument 9 names different: declaration 'msg' definition 'pMsg'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5048:40: note: Function 'SendMouseEvent' argument 9 names different: declaration 'msg' definition 'pMsg'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5115:59: style: Function 'SendMouseWheelEvent' argument 10 names different: declaration 'wheelRotation' definition 'roundedWheelRotation'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:401:54: note: Function 'SendMouseWheelEvent' argument 10 names different: declaration 'wheelRotation' definition 'roundedWheelRotation'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5115:59: note: Function 'SendMouseWheelEvent' argument 10 names different: declaration 'wheelRotation' definition 'roundedWheelRotation'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5116:70: style: Function 'SendMouseWheelEvent' argument 12 names different: declaration 'msg' definition 'pMsg'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:402:65: note: Function 'SendMouseWheelEvent' argument 12 names different: declaration 'msg' definition 'pMsg'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5116:70: note: Function 'SendMouseWheelEvent' argument 12 names different: declaration 'msg' definition 'pMsg'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3390:31: warning: Using 'sizeof' on array given as function argument returns size of a pointer. [sizeofwithsilentarraypointer]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4303:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4319:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:224:5: performance: Variable 'm_mouseButtonClickAllowed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:225:5: performance: Variable 'm_touchDownOccurred' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:226:5: performance: Variable 'm_touchUpOccurred' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:230:5: performance: Variable 'm_hwnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:232:5: performance: Variable 'm_colorForeground' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:233:5: performance: Variable 'm_colorBackground' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:234:5: performance: Variable 'm_backgroundColorSet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:237:5: performance: Variable 'm_DefWindowProc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:238:5: performance: Variable 'm_nextControlID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:240:5: performance: Variable 'm_myControlID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:241:5: performance: Variable 'm_hdwp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:242:5: performance: Variable 'm_validationNestCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:246:5: performance: Variable 'm_InputMethod' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:247:5: performance: Variable 'm_useNativeCompWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:248:5: performance: Variable 'm_PendingLeadByte' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:249:5: performance: Variable 'm_bitsCandType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:256:5: performance: Variable 'm_hCursorCache' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:258:5: performance: Variable 'm_bSubclassed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:259:5: performance: Variable 'm_bPauseDestroy' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:261:5: performance: Variable 'm_MessagesProcessing' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:150:10: performance: Technically the member function 'AwtComponent::InitPeerGraphicsConfig' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:467:20: note: Technically the member function 'AwtComponent::InitPeerGraphicsConfig' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:150:10: note: Technically the member function 'AwtComponent::InitPeerGraphicsConfig' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:339:13: performance: Technically the member function 'AwtComponent::GetItemString' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4395:23: note: Technically the member function 'AwtComponent::GetItemString' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:339:13: note: Technically the member function 'AwtComponent::GetItemString' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:149:18: warning: Virtual function 'DestroyHWnd' is called from destructor '~AwtComponent()' at line 283. Dynamic binding is not used. [virtualCallInConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:283:5: note: Calling DestroyHWnd
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:149:18: note: DestroyHWnd is a virtual method
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.h:43:21: warning: The class 'AwtCursor' defines member variable with name 'pDataID' also defined in its parent class 'AwtObject'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.h:53:21: note: Parent variable 'AwtObject::pDataID'
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.h:43:21: note: Derived variable 'AwtCursor::pDataID'
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:200:9: style: Class 'WDTCPIStreamWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:261:5: style: Class 'AwtInterfaceLocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.h:59:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.h:67:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.h:59:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:68:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.h:67:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:68:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:87:18: style: The function 'DoCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.h:119:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:87:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:52:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:68:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:52:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:54:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:70:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:54:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:68:18: style: The function 'UpdateContainerLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:141:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:68:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:76:10: style: The function 'IsTopMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:136:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:76:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:85:10: style: The function 'DrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:125:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:85:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:87:10: style: The function 'MeasureItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:129:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:87:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:95:18: style: The function 'IsSeparator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:153:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:95:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:98:18: style: The function 'RemoveCmdID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:166:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:98:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:53:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:52:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:53:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:55:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:54:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:55:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:60:25: style: The function 'GetMenuBar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:65:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:60:25: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:66:18: style: The function 'GetOwnerHWnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:73:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:66:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:67:18: style: The function 'RedrawMenuBar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:142:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:67:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:69:18: style: The function 'GetItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:77:26: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:69:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:70:9: style: The function 'CountItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:79:17: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:70:9: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:72:10: style: The function 'DrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:125:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:72:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:73:10: style: The function 'MeasureItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:129:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:73:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:75:10: style: The function 'AddItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:70:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:75:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:76:10: style: The function 'DeleteItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:71:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:76:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:69:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:75:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:69:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:71:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:77:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:71:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:77:17: style: The function 'IsEmbeddedFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:108:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:77:17: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:79:25: style: The function 'IsLightweightFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:146:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:79:25: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:81:17: style: The function 'IsSimpleWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:115:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:81:17: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:93:10: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:130:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:93:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:97:18: style: The function 'DoUpdateIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:142:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:97:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:104:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:185:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:104:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:106:16: style: The function 'WmGetMinMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:172:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:106:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:107:16: style: The function 'WmSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:174:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:107:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:108:16: style: The function 'WmActivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:167:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:108:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:109:16: style: The function 'WmDrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:569:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:109:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:110:16: style: The function 'WmMeasureItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:571:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:110:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:111:16: style: The function 'WmEnterMenuLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:592:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:111:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:112:16: style: The function 'WmExitMenuLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:593:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:112:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:113:16: style: The function 'WmMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:525:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:113:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:114:16: style: The function 'WmMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:526:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:114:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:115:16: style: The function 'WmNcMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:183:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:115:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:116:16: style: The function 'WmNcMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:531:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:116:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:117:16: style: The function 'WmGetIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:184:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:117:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:118:16: style: The function 'WmShowWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:171:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:118:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:120:24: style: The function 'WmSysCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:589:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:120:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:124:17: style: The function 'IsUndecorated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:113:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:124:17: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:151:18: style: The function 'Reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:280:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:151:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:153:18: style: The function 'AwtSetActiveWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:195:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:153:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:622:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4090:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4185:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4400:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4506:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4729:37: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4971:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5091:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5168:36: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5246:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5434:20: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5780:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6446:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:186:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:342:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:495:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:496:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:498:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:510:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:527:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:56:5: performance: Variable 'hCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:57:5: performance: Variable 'jCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:69:5: performance: Variable 'hCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:70:5: performance: Variable 'jCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ole.h:69:5: style: Struct 'CLogEntryPoint1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ole.h:74:5: style: Struct 'CLogEntryPoint0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:260:5: style: Variable 'hglobal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:255:0: note: Variable 'hglobal' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:260:5: note: Variable 'hglobal' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:354:9: style: The scope of the variable 'numPixels' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:50:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:50:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:52:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:52:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:53:13: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:489:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:53:13: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:75:10: style: The function 'SetFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:182:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:75:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:77:18: style: The function 'Enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:201:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:77:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:78:18: style: The function 'SetColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:174:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:78:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:79:18: style: The function 'SetBackgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:178:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:79:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:84:16: style: The function 'WmNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:562:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:84:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:85:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:85:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:86:16: style: The function 'WmPaste' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:546:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:86:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:90:18: style: The function 'IsFocusingMouseMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:229:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:90:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:100:10: style: The function 'SetCompositionWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:548:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:100:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:102:17: style: The function 'GetDBCSEditHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:629:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:102:17: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:191:16: style: The function 'WmContextMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:601:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:191:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:39:1: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:43:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:56:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:83:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Desktop.cpp:98:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:930:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:918:53: style: Function 'PlayWindowsSound' argument 1 names different: declaration 'eventName' definition 'event'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h:48:39: note: Function 'PlayWindowsSound' argument 1 names different: declaration 'eventName' definition 'event'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:918:53: note: Function 'PlayWindowsSound' argument 1 names different: declaration 'eventName' definition 'event'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h:48:14: performance: Technically the member function 'AwtDesktopProperties::PlayWindowsSound' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:918:28: note: Technically the member function 'AwtDesktopProperties::PlayWindowsSound' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h:48:14: note: Technically the member function 'AwtDesktopProperties::PlayWindowsSound' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h:44:9: style: Class 'AwtDesktopProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: style: Unhandled exception specification when calling function safe_Malloc(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:152:29: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: style: Unhandled exception specification when calling function safe_Malloc(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:198:29: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:119:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:120:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:438:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:660:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:661:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:678:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:679:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:691:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:701:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:704:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:99:52: style: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:65:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:99:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:233:47: style: Function 'MouseHookProc' argument 1 names different: declaration 'code' definition 'nCode'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:128:47: note: Function 'MouseHookProc' argument 1 names different: declaration 'code' definition 'nCode'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:233:47: note: Function 'MouseHookProc' argument 1 names different: declaration 'code' definition 'nCode'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:329:53: style: Function 'MouseHookProc_NonTT' argument 1 names different: declaration 'code' definition 'nCode'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:133:53: note: Function 'MouseHookProc_NonTT' argument 1 names different: declaration 'code' definition 'nCode'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:329:53: note: Function 'MouseHookProc_NonTT' argument 1 names different: declaration 'code' definition 'nCode'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:68:5: performance: Variable 'm_modalWnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:48:21: warning: The class 'AwtDialog' defines member variable with name 'undecoratedID' also defined in its parent class 'AwtFrame'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:52:21: note: Parent variable 'AwtFrame::undecoratedID'
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:48:21: note: Derived variable 'AwtDialog::undecoratedID'
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:53:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:69:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:53:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:55:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:71:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:55:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:56:19: style: The function 'FillClassInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:78:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:56:19: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:57:18: style: The function 'SetResizable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:131:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:57:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:59:10: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:130:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:59:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:61:18: style: The function 'DoUpdateIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:97:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:61:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:62:19: style: The function 'GetEffectiveIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:98:19: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:62:19: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:68:24: style: The function 'WmStyleChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:598:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:68:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:69:24: style: The function 'WmSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:174:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:69:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:70:16: style: The function 'WmNcMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:183:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:70:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:71:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:104:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:71:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:78:25: style: The function 'IsFocusedWindowModalBlocker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:125:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:78:25: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1567:35: warning: Identical condition 'dlibMove.HighPart!=0', second condition is always false [identicalConditionAfterEarlyExit]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1558:27: note: first condition
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1567:35: note: second condition
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:512:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:588:49: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1283:49: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1473:49: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1717:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1775:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1391:96: style: Function 'ADSIStreamProxy' argument 3 names different: declaration 'len' definition 'blen'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:178:80: note: Function 'ADSIStreamProxy' argument 3 names different: declaration 'len' definition 'blen'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1391:96: note: Function 'ADSIStreamProxy' argument 3 names different: declaration 'len' definition 'blen'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:304:5: performance: Variable 'm_peer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1260:5: performance: Variable 'm_refs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1443:5: performance: Variable 'm_statstg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1445:5: performance: Variable 'm_refs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:156:33: warning: Virtual function 'AddRef' is called from constructor 'ADSIEnumFormatEtc(AwtDragSource*parent)' at line 1264. Dynamic binding is not used. [virtualCallInConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1264:5: note: Calling AddRef
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:156:33: note: AddRef is a virtual method
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:186:33: warning: Virtual function 'AddRef' is called from constructor 'ADSIStreamProxy(AwtDragSource*parent,jbyteArray buffer,jint len)' at line 1427. Dynamic binding is not used. [virtualCallInConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1427:5: note: Calling AddRef
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:186:33: note: AddRef is a virtual method
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:148:17: style: Class 'ADSIEnumFormatEtc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:175:17: style: Class 'ADSIStreamProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1175:1: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1180:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1192:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1204:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1216:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1228:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1240:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1250:1: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: style: Unhandled exception specification when calling function safe_Calloc(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1396:31: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:909:18: warning: Either the condition 'NULL==pfgdHead' is redundant or there is possible null pointer dereference: pfgdHead. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:905:14: note: Assuming that condition 'NULL==pfgdHead' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:909:18: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:921:34: warning: Either the condition 'NULL==pfgdHead' is redundant or there is possible null pointer dereference: pfgdHead. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:905:14: note: Assuming that condition 'NULL==pfgdHead' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:921:34: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:923:30: warning: Either the condition 'NULL==pfgdHead' is redundant or there is possible null pointer dereference: pfgdHead. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:905:14: note: Assuming that condition 'NULL==pfgdHead' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:923:30: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1434:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1544:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1561:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1590:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1602:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1614:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1626:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:144:67: style: Function 'DragEnter' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:59:68: note: Function 'DragEnter' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:144:67: note: Function 'DragEnter' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:321:62: style: Function 'Drop' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:63:63: note: Function 'Drop' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:321:62: note: Function 'Drop' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:437:41: style: Function 'RegisterTarget' argument 1 names different: declaration 'wParam' definition 'show'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:73:42: note: Function 'RegisterTarget' argument 1 names different: declaration 'wParam' definition 'show'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:437:41: note: Function 'RegisterTarget' argument 1 names different: declaration 'wParam' definition 'show'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:969:38: style: Function 'GetData' argument 1 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:99:39: note: Function 'GetData' argument 1 names different: declaration 'format' definition 'fmt'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:969:38: note: Function 'GetData' argument 1 names different: declaration 'format' definition 'fmt'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1331:39: style: Function '_Read' argument 1 names different: declaration 'Param' definition 'param'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:233:38: note: Function '_Read' argument 1 names different: declaration 'Param' definition 'param'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1331:39: note: Function '_Read' argument 1 names different: declaration 'Param' definition 'param'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1366:80: style: Function 'DoReadBytes' argument 2 names different: declaration 'buf' definition 'array'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:206:74: note: Function 'DoReadBytes' argument 2 names different: declaration 'buf' definition 'array'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1366:80: note: Function 'DoReadBytes' argument 2 names different: declaration 'buf' definition 'array'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:438:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1245:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:60:5: performance: Variable 'm_window' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:316:0: style: Technically the member function 'JLocalRef < jclass >::operatorT' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:317:0: style: Technically the member function 'JLocalRef < jclass >::operatorbool' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:318:0: style: Technically the member function 'JLocalRef < jclass >::operator!' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:316:0: style: Technically the member function 'JLocalRef < jstring >::operatorT' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:317:0: style: Technically the member function 'JLocalRef < jstring >::operatorbool' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt.h:318:0: style: Technically the member function 'JLocalRef < jstring >::operator!' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:107:22: warning: Virtual function 'UnloadCache' is called from destructor '~AwtDropTarget()' at line 91. Dynamic binding is not used. [virtualCallInConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:91:5: note: Calling UnloadCache
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:107:22: note: UnloadCache is a virtual method
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:559:26: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1173:1: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1177:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1187:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1196:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1206:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1217:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1226:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1233:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:857:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.cpp:92:48: style: Function 'JAWTDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.h:95:32: note: Function 'JAWTDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.cpp:92:48: note: Function 'JAWTDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.cpp:182:66: style: Function 'JAWTOffscreenDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.h:123:41: note: Function 'JAWTOffscreenDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.cpp:182:66: note: Function 'JAWTOffscreenDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.cpp:177:64: style: Variable 'pds' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.h:127:37: warning: The class 'JAWTOffscreenDrawingSurface' defines member variable with name 'info' also defined in its parent class 'JAWTDrawingSurface'. [duplInheritedMember]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.h:99:28: note: Parent variable 'JAWTDrawingSurface::info'
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.h:127:37: note: Derived variable 'JAWTOffscreenDrawingSurface::info'
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.cpp:146:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.cpp:269:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.cpp:241:27: style: Function 'Show' argument 1 names different: declaration 'peer' definition 'p'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.h:61:28: note: Function 'Show' argument 1 names different: declaration 'peer' definition 'p'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.cpp:241:27: note: Function 'Show' argument 1 names different: declaration 'peer' definition 'p'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:183:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:192:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1679:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1681:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1695:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1836:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1842:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1871:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1882:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:259:9: style: The scope of the variable 'cfnum' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1149:20: style: Variable 'lastItem' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:138:10: warning: Member variable 'AwtFont::textAngle' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:138:10: warning: Member variable 'AwtFont::awScale' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1273:5: performance: Variable 'm_lpszFontName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1322:5: performance: Variable 'm_cSegCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1323:5: performance: Variable 'm_piStart' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1324:5: performance: Variable 'm_piEnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1325:5: performance: Variable 'm_cSeg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1494:5: performance: Variable 'm_hTmpDC' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1551:5: performance: Variable 'm_hTmpFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1552:5: performance: Variable 'm_hTmpCMapOffset' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.h:282:13: performance: Technically the member function 'AwtFontCache::Add' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1135:20: note: Technically the member function 'AwtFontCache::Add' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.h:282:13: note: Technically the member function 'AwtFontCache::Add' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:145:5: style: Class 'AwtFont' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:145:5: style: Class 'AwtFont' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1643:5: style: Class 'CSegTableManagerComponent' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1643:5: style: Class 'CSegTableManagerComponent' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1302:18: style: The function 'In' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1262:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1302:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1482:10: style: The function 'IsEUDC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1304:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1482:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1483:18: style: The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1261:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1483:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1486:10: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1307:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1486:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1538:10: style: The function 'IsEUDC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1304:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1538:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1539:18: style: The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1261:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1539:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1542:10: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1307:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1542:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1706:10: style: The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1261:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1706:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1707:10: style: The function 'In' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1262:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1707:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:716:22: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:169:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:171:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:435:48: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:486:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1017:59: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1052:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1057:45: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1163:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1263:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1282:39: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1289:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1290:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1309:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1310:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1347:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1354:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1355:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1428:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1429:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1454:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1464:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1465:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1486:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1487:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1501:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1508:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1509:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1528:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1538:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1541:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1576:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1584:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1585:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1589:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1590:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1610:54: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:458:5: style: Variable 'retValue' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:456:0: note: Variable 'retValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:458:5: note: Variable 'retValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1141:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1157:44: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:114:5: performance: Variable 'm_parentWnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:116:5: performance: Variable 'm_isEmbedded' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:117:5: performance: Variable 'm_isEmbeddedInIE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:118:5: performance: Variable 'm_isLightweight' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:119:5: performance: Variable 'm_ignoreWmSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:120:5: performance: Variable 'm_isMenuDropped' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:121:5: performance: Variable 'm_isInputMethodWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:122:5: performance: Variable 'm_isUndecorated' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:123:5: performance: Variable 'm_imeTargetComponent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:125:5: performance: Variable 'm_iconic' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:126:5: performance: Variable 'm_zoomed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:127:5: performance: Variable 'm_maxBoundsSet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:128:5: performance: Variable 'm_forceResetZoomed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:130:5: performance: Variable 'isInManualMoveOrSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:131:5: performance: Variable 'grabbedHitTest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1236:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_GDIObject.cpp:153:33: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_InputMethod.cpp:151:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_InputMethod.cpp:152:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_InputMethod.cpp:421:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_InputTextInfor.cpp:146:22: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:81:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:82:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:241:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:248:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:249:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:266:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:273:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:274:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:299:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:300:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:215:11: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:66:36: style: Function 'Create' argument 1 names different: declaration 'label' definition 'labelPeer'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.h:51:37: note: Function 'Create' argument 1 names different: declaration 'label' definition 'labelPeer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:66:36: note: Function 'Create' argument 1 names different: declaration 'label' definition 'labelPeer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:58:5: performance: Variable 'm_needPaint' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.h:49:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.h:49:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.h:56:24: style: The function 'WmPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:510:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.h:56:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.h:57:24: style: The function 'WmPrintClient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:582:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.h:57:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.h:58:24: style: The function 'WmEraseBkgnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:505:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.h:58:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.h:68:18: style: The function 'Enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:201:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Label.h:68:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:93:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:94:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:557:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:558:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:578:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:579:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:592:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:602:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:604:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:610:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:652:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:660:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:661:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:690:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:697:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:698:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:713:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:720:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:721:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:736:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:743:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:744:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:759:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:767:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:768:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:785:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:792:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:793:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:189:32: style: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:102:35: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:189:32: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:319:44: style: Function 'PreferredItemSize' argument 1 names different: declaration 'envx' definition 'env'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:108:39: note: Function 'PreferredItemSize' argument 1 names different: declaration 'envx' definition 'env'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:319:44: note: Function 'PreferredItemSize' argument 1 names different: declaration 'envx' definition 'env'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:64:10: warning: Member variable 'AwtList::m_nMaxWidth' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:65:5: performance: Variable 'isMultiSelect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:66:5: performance: Variable 'isWrapperPrint' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:89:17: style: Technically the member function 'AwtList::GetMaxWidth' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:43:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:43:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:47:18: style: The function 'NeedDblClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:327:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:47:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:102:18: style: The function 'SetFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:182:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:102:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:108:13: style: The function 'PreferredItemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:343:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:108:13: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:113:16: style: The function 'WmNcHitTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:588:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:113:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:114:16: style: The function 'WmMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:524:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:114:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:115:16: style: The function 'WmMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:525:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:115:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:116:16: style: The function 'WmNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:562:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:116:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:119:16: style: The function 'OwnerDrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:576:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:119:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:120:16: style: The function 'OwnerMeasureItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:578:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:120:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:123:16: style: The function 'WmSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:513:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:123:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:125:16: style: The function 'WmCtlColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:518:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:125:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:128:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:128:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:130:16: style: The function 'WmPrint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:581:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:130:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:132:18: style: The function 'SetDragCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:751:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:132:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:133:18: style: The function 'ReleaseDragCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:752:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:133:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:134:10: style: The function 'Reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:280:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:134:10: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:141:25: style: The function 'GetStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:304:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:141:25: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:145:25: style: The function 'SetStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:308:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:145:25: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:152:25: style: The function 'GetStyleEx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:315:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:152:25: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:156:25: style: The function 'SetStyleEx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:319:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:156:25: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:164:17: style: The function 'GetDBCSEditHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:629:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:164:17: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:166:18: style: The function 'InheritsNativeMouseWheelBehavior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:428:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:166:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:168:18: style: The function 'IsFocusingMouseMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:229:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.h:168:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:326:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:95:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:139:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:140:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:154:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:160:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:161:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:299:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:300:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:57:5: performance: Variable 'm_hMenu' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:279:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:112:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:113:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:162:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:163:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:216:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:223:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:225:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:245:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:251:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:252:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:143:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:157:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:740:31: warning: Either the condition 'menu!=NULL' is redundant or there is possible null pointer dereference: menu. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:741:18: note: Assuming that condition 'menu!=NULL' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:740:31: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:229:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:787:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:795:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:796:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:870:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:872:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:887:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:894:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:896:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:912:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:919:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:920:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:209:42: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:72:40: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:209:42: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:209:56: style: Function 'Create' argument 2 names different: declaration 'menu' definition 'menuPeer'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:72:54: note: Function 'Create' argument 2 names different: declaration 'menu' definition 'menuPeer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:209:56: note: Function 'Create' argument 2 names different: declaration 'menu' definition 'menuPeer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:104:5: performance: Variable 'm_Id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:105:5: performance: Variable 'm_freeId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:106:5: performance: Variable 'm_isCheckbox' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:133:13: performance: Technically the member function 'AwtMenuItem::GetFontMetrics' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:600:22: note: Technically the member function 'AwtMenuItem::GetFontMetrics' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:133:13: note: Technically the member function 'AwtMenuItem::GetFontMetrics' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:134:13: performance: Technically the member function 'AwtMenuItem::GetDefaultFont' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:280:14: note: Technically the member function 'AwtMenuItem::GetDefaultFont' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:134:13: note: Technically the member function 'AwtMenuItem::GetDefaultFont' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:137:10: performance: Technically the member function 'AwtMenuItem::DrawCheck' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:645:19: note: Technically the member function 'AwtMenuItem::DrawCheck' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:137:10: note: Technically the member function 'AwtMenuItem::DrawCheck' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:148:16: performance: Technically the member function 'AwtMenuItem::WmNotify' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:252:25: note: Technically the member function 'AwtMenuItem::WmNotify' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:148:16: note: Technically the member function 'AwtMenuItem::WmNotify' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:635:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.cpp:103:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.cpp:133:30: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.cpp:168:26: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Palette.cpp:343:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Palette.cpp:342:0: note: Variable 'buf' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Palette.cpp:343:5: note: Variable 'buf' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Palette.h:48:29: style: Technically the member function 'AwtPalette::Realize' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Palette.cpp:60:18: note: Technically the member function 'AwtPalette::Realize' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Palette.h:48:29: note: Technically the member function 'AwtPalette::Realize' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Palette.h:59:29: performance: Technically the member function 'AwtPalette::GetGSType' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Palette.cpp:178:17: note: Technically the member function 'AwtPalette::GetGSType' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Palette.h:59:29: note: Technically the member function 'AwtPalette::GetGSType' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Pen.cpp:83:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Pen.h:55:5: style: Class 'AwtPen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:81:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:125:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:127:35: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:181:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:183:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:185:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:45:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:52:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:45:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:47:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:54:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:47:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:57:25: style: The function 'GetMenuBar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:65:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:57:25: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:59:18: style: The function 'GetOwnerHWnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:73:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:59:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:62:18: style: The function 'Enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:140:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:62:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:63:18: style: The function 'IsDisabledAndPopup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:150:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:63:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:64:18: style: The function 'AddItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:70:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:64:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:753:23: style: Condition 'printName!=NULL' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:659:24: note: Assignment 'printName=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:753:23: note: Condition 'printName!=NULL' is always false
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:756:22: style: Condition 'portName!=NULL' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:660:23: note: Assignment 'portName=NULL', assigned value is 0
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:756:22: note: Condition 'portName!=NULL' is always false
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:649:11: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:593:16: style: The scope of the variable 'tmp_ls' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:594:16: style: The scope of the variable 'widpts' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:594:24: style: The scope of the variable 'hgtpts' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:109:44: style: Function 'FindPrinter' argument 5 names different: declaration 'foundPORT' definition 'foundPort'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.h:81:38: note: Function 'FindPrinter' argument 5 names different: declaration 'foundPORT' definition 'foundPort'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:109:44: note: Function 'FindPrinter' argument 5 names different: declaration 'foundPORT' definition 'foundPort'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:1105:41: style: Function 'getDevmode' argument 2 names different: declaration 'pPrinterName' definition 'printerName'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.h:98:41: note: Function 'getDevmode' argument 2 names different: declaration 'pPrinterName' definition 'printerName'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:1105:41: note: Function 'getDevmode' argument 2 names different: declaration 'pPrinterName' definition 'printerName'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintDialog.cpp:215:50: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:1199:17: style: Redundant condition: If 'quality < 0', the comparison 'quality' is always true. [redundantCondition]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:4050:37: style: Redundant condition: *paperSize!=0. '*paperSize==0 || (*paperSize!=0 && papers[i]==*paperSize)' is equivalent to '*paperSize==0 || papers[i]==*paperSize' [redundantCondition]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:521:50: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2129:5: style: Variable 'didSetFont' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2127:0: note: Variable 'didSetFont' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2129:5: note: Variable 'didSetFont' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2666:20: style: The scope of the variable 'inLine' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2713:20: style: The scope of the variable 'inLine' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2715:10: style: The scope of the variable 'white' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2914:9: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:4040:16: style: The scope of the variable 'tmp_ls' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:4041:16: style: The scope of the variable 'widpts' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:4041:24: style: The scope of the variable 'hgtpts' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2391:51: style: Function 'fontEnumProcW' argument 1 names different: declaration 'lpelfe' definition 'logfont'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:314:52: note: Function 'fontEnumProcW' argument 1 names different: declaration 'lpelfe' definition 'logfont'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2391:51: note: Function 'fontEnumProcW' argument 1 names different: declaration 'lpelfe' definition 'logfont'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2709:52: style: Function 'findWhite' argument 6 names different: declaration 'numLines' definition 'numLinesP'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:296:55: note: Function 'findWhite' argument 6 names different: declaration 'numLines' definition 'numLinesP'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2709:52: note: Function 'findWhite' argument 6 names different: declaration 'numLines' definition 'numLinesP'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:3598:57: style: Function 'setPageFormatOrientation' argument 3 names different: declaration 'orient' definition 'orientation'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:276:70: note: Function 'setPageFormatOrientation' argument 3 names different: declaration 'orient' definition 'orientation'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:3598:57: note: Function 'setPageFormatOrientation' argument 3 names different: declaration 'orient' definition 'orientation'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:3923:32: warning: Function 'matchPaperSize' argument order different: declaration 'printDC, hDevMode, hDevNames, origWid, origHgt, newHgt, newWid, paperSize' definition 'printDC, hDevMode, hDevNames, origWid, origHgt, newWid, newHgt, paperSize' [funcArgOrderDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:300:32: note: Function 'matchPaperSize' argument order different: declaration 'printDC, hDevMode, hDevNames, origWid, origHgt, newHgt, newWid, paperSize' definition 'printDC, hDevMode, hDevNames, origWid, origHgt, newWid, newHgt, paperSize'
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:3923:32: note: Function 'matchPaperSize' argument order different: declaration 'printDC, hDevMode, hDevNames, origWid, origHgt, newHgt, newWid, paperSize' definition 'printDC, hDevMode, hDevNames, origWid, origHgt, newWid, newHgt, paperSize'
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:1691:22: style: Variable 'technology' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:1760:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2967:13: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:3321:27: style: Variable 'gdiOrientation' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:625:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:349:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:69:7: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:68:7: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:69:7: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:71:7: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:69:7: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:71:7: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:72:7: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:71:7: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:72:7: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:100:7: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:99:7: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:100:7: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:300:31: style: Function 'KeyPress' argument 1 names different: declaration 'key' definition 'jkey'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:49:29: note: Function 'KeyPress' argument 1 names different: declaration 'key' definition 'jkey'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:300:31: note: Function 'KeyPress' argument 1 names different: declaration 'key' definition 'jkey'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:305:33: style: Function 'KeyRelease' argument 1 names different: declaration 'key' definition 'jkey'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:50:31: note: Function 'KeyRelease' argument 1 names different: declaration 'key' definition 'jkey'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:305:33: note: Function 'KeyRelease' argument 1 names different: declaration 'key' definition 'jkey'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:40:14: performance: Technically the member function 'AwtRobot::MouseMove' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:54:16: note: Technically the member function 'AwtRobot::MouseMove' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:40:14: note: Technically the member function 'AwtRobot::MouseMove' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:41:14: performance: Technically the member function 'AwtRobot::MousePress' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:104:16: note: Technically the member function 'AwtRobot::MousePress' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:41:14: note: Technically the member function 'AwtRobot::MousePress' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:42:14: performance: Technically the member function 'AwtRobot::MouseRelease' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:146:16: note: Technically the member function 'AwtRobot::MouseRelease' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:42:14: note: Technically the member function 'AwtRobot::MouseRelease' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:44:14: performance: Technically the member function 'AwtRobot::MouseWheel' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:189:16: note: Technically the member function 'AwtRobot::MouseWheel' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:44:14: note: Technically the member function 'AwtRobot::MouseWheel' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:47:14: performance: Technically the member function 'AwtRobot::GetRGBPixels' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:203:16: note: Technically the member function 'AwtRobot::GetRGBPixels' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:47:14: note: Technically the member function 'AwtRobot::GetRGBPixels' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:54:14: performance: Technically the member function 'AwtRobot::DoKeyEvent' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:310:16: note: Technically the member function 'AwtRobot::DoKeyEvent' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:54:14: note: Technically the member function 'AwtRobot::DoKeyEvent' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:37:9: style: Class 'AwtRobot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:100:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:101:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:428:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:436:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:437:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:462:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:463:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:478:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:486:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:487:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:512:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:522:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:523:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:685:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:686:6: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:86:60: style: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:59:56: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:86:60: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:373:69: style: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:80:66: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:373:69: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:390:69: style: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:79:66: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:390:69: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:57:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:42:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:57:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:65:18: style: The function 'Reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:280:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:65:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:66:18: style: The function 'BeginValidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:438:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:66:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:67:18: style: The function 'EndValidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:439:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:67:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:78:24: style: The function 'WmNcHitTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:588:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:78:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:79:24: style: The function 'WmHScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:520:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:79:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:80:24: style: The function 'WmVScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:521:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:80:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:82:24: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:48:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:82:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:54:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:54:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:56:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:56:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:64:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:489:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:64:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:69:24: style: The function 'WmHScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:520:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:69:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:70:24: style: The function 'WmVScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:521:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:70:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:73:24: style: The function 'WmMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:524:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:73:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:74:24: style: The function 'WmNcHitTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:588:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:74:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:76:24: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:76:24: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:78:25: style: The function 'IsScrollbar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:636:25: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:78:25: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:162:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:360:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:116:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:117:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:446:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:460:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:461:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:481:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:488:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:489:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:504:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:511:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:512:10: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:101:30: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:58:41: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:101:30: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:326:57: style: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:70:66: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:326:57: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:437:57: style: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:69:66: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:437:57: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:64:5: performance: Variable 'm_orientation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:72:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:422:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:432:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:435:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:70:42: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:54:40: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:70:42: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:56:5: performance: Variable 'm_lHDeltaAccum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:57:5: performance: Variable 'm_lVDeltaAccum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:52:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:50:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:52:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:59:13: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:489:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:59:13: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:62:16: style: The function 'WmNcHitTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:588:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:62:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:63:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:63:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:65:18: style: The function 'InheritsNativeMouseWheelBehavior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:428:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:65:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:66:18: style: The function 'Reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:280:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:66:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:68:18: style: The function 'getJavaSelPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:57:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:68:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:69:18: style: The function 'getWin32SelPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:58:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:69:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:70:18: style: The function 'SetSelRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:62:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:70:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:99:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:100:21: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:538:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:540:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:576:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:583:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:584:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:613:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:614:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:637:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:638:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:655:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:663:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:664:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:680:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:687:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:688:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:308:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:84:52: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:48:45: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:84:52: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:421:51: style: Function 'SetCompositionWindow' argument 1 names different: declaration 'rect' definition 'rc'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:100:37: note: Function 'SetCompositionWindow' argument 1 names different: declaration 'rect' definition 'rc'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:421:51: note: Function 'SetCompositionWindow' argument 1 names different: declaration 'rect' definition 'rc'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1026:59: style: Function 'GetContextMenu' argument 2 names different: declaration 'poleobj' definition 'lpoleobj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:164:63: note: Function 'GetContextMenu' argument 2 names different: declaration 'poleobj' definition 'lpoleobj'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1026:59: note: Function 'GetContextMenu' argument 2 names different: declaration 'poleobj' definition 'lpoleobj'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1027:63: style: Function 'GetContextMenu' argument 3 names different: declaration 'pchrg' definition 'lpchrg'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:165:53: note: Function 'GetContextMenu' argument 3 names different: declaration 'pchrg' definition 'lpchrg'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1027:63: note: Function 'GetContextMenu' argument 3 names different: declaration 'pchrg' definition 'lpchrg'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1028:59: style: Function 'GetContextMenu' argument 4 names different: declaration 'phmenu' definition 'lphmenu'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:165:72: note: Function 'GetContextMenu' argument 4 names different: declaration 'phmenu' definition 'lphmenu'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1028:59: note: Function 'GetContextMenu' argument 4 names different: declaration 'phmenu' definition 'lphmenu'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:63:5: performance: Variable 'm_synthetic' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:64:5: performance: Variable 'm_lStartPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:65:5: performance: Variable 'm_lEndPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:66:5: performance: Variable 'm_lLastPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:67:5: performance: Variable 'm_isLFonly' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:68:5: performance: Variable 'm_EOLchecked' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:69:5: performance: Variable 'm_hEditCtrl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:70:5: performance: Variable 'm_bIgnoreEnChange' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:921:5: performance: Variable 'm_refs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:55:9: style: Technically the member function 'AwtTextComponent::RemoveCR' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:306:23: note: Technically the member function 'AwtTextComponent::RemoveCR' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:55:9: note: Technically the member function 'AwtTextComponent::RemoveCR' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextField.h:51:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextField.h:51:16: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextField.h:53:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Component.h:489:21: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextField.h:53:21: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:51:12: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:224:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:231:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:232:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:49:44: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextField.h:46:41: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:49:44: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1146:28: warning: Either the condition 'comp!=NULL' is redundant or there is possible null pointer dereference: comp. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1147:21: note: Assuming that condition 'comp!=NULL' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1146:28: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:525:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:921:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:934:40: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:948:30: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:962:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:969:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1079:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1099:41: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1106:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1127:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1143:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1215:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1430:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1434:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1447:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1047:30: style: The scope of the variable 'last_M' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1833:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1843:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1853:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1863:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:681:15: style: Member variable 'PreloadThread::execParam' is in the wrong place in the initializer list. [initializerList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:2130:21: note: Member variable 'PreloadThread::execParam' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:681:15: note: Member variable 'PreloadThread::execParam' is in the wrong place in the initializer list.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:297:5: performance: Variable 'm_localPump' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:298:5: performance: Variable 'm_mainThreadId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:299:5: performance: Variable 'm_toolkitHWnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:300:5: performance: Variable 'm_inputMethodHWnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:301:5: performance: Variable 'm_verbose' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:302:5: performance: Variable 'm_isActive' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:303:5: performance: Variable 'm_isDisposed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:305:5: performance: Variable 'm_vmSignalled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:307:5: performance: Variable 'm_isDynamicLayoutSet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:308:5: performance: Variable 'm_areExtraMouseButtonsEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:310:5: performance: Variable 'm_isWin8OrLater' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:311:5: performance: Variable 'm_touchKbrdAutoShowIsEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:317:5: performance: Variable 'm_verifyComponents' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:318:5: performance: Variable 'm_breakOnError' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:320:5: performance: Variable 'm_breakMessageLoop' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:321:5: performance: Variable 'm_messageLoopResult' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:324:5: performance: Variable 'm_mouseDown' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:326:5: performance: Variable 'm_hGetMessageHook' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:327:5: performance: Variable 'm_hMouseLLHook' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:328:5: performance: Variable 'm_lastWindowUnderMouse' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:329:5: performance: Variable 'm_timer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:2132:5: performance: Variable 'hFinished' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:241:10: style: Technically the member function 'AwtToolkit::IsWin8OrLater' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3065:18: note: Technically the member function 'AwtToolkit::IsWin8OrLater' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:241:10: note: Technically the member function 'AwtToolkit::IsWin8OrLater' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:242:10: style: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowEnabled' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3069:18: note: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowEnabled' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:242:10: note: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowEnabled' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:243:10: performance: Technically the member function 'AwtToolkit::IsAnyKeyboardAttached' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3073:18: note: Technically the member function 'AwtToolkit::IsAnyKeyboardAttached' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:243:10: note: Technically the member function 'AwtToolkit::IsAnyKeyboardAttached' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:244:10: performance: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowSystemEnabled' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3108:18: note: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowSystemEnabled' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:244:10: note: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowSystemEnabled' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:432:17: performance: Technically the member function 'AwtToolkit::SetHeapCheck' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1957:18: note: Technically the member function 'AwtToolkit::SetHeapCheck' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:432:17: note: Technically the member function 'AwtToolkit::SetHeapCheck' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:331:5: style: Class 'AwtToolkit' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:331:5: style: Class 'AwtToolkit' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:213:26: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:373:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:407:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:423:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:424:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:505:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3109:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3116:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:619:13: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:620:26: note: Assuming that condition 'item!=NULL' is not redundant
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:619:13: note: Null pointer dereference
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:734:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:741:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:742:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:768:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:774:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:775:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:787:29: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:793:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:794:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:855:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:866:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:867:16: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:937:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:172:5: style: Variable 'target' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:169:0: note: Variable 'target' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:172:5: note: Variable 'target' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:175:5: style: Variable 'awtTrayIcon' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:170:0: note: Variable 'awtTrayIcon' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:175:5: note: Variable 'awtTrayIcon' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:817:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:819:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:817:12: note: Found duplicate branches for 'if' and 'else'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:231:51: style: Function 'TrayWindowProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.h:104:49: note: Function 'TrayWindowProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:231:51: note: Function 'TrayWindowProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.h:145:13: performance: Variable 'm_ID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.h:79:16: style: Technically the member function 'AwtTrayIcon::GetID' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.h:53:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Object.h:67:18: note: Virtual function in base class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.h:53:18: note: Function in derived class
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:528:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:579:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsConfig.cpp:124:13: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:1094:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:1096:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:1125:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:1127:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:340:9: style: Variable 'cspace' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:331:0: note: Variable 'cspace' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:340:9: note: Variable 'cspace' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:167:18: style: The scope of the variable 'ri' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:167:22: style: The scope of the variable 'gi' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:167:26: style: The scope of the variable 'bi' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:308:69: style: Function 'GetColorModel' argument 2 names different: declaration 'useDeviceSettings' definition 'dynamic'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:50:52: note: Function 'GetColorModel' argument 2 names different: declaration 'useDeviceSettings' definition 'dynamic'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:308:69: note: Function 'GetColorModel' argument 2 names different: declaration 'useDeviceSettings' definition 'dynamic'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:627:45: style: Function 'SetScale' argument 1 names different: declaration 'scaleX' definition 'sx'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:70:44: note: Function 'SetScale' argument 1 names different: declaration 'scaleX' definition 'sx'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:627:45: note: Function 'SetScale' argument 1 names different: declaration 'scaleX' definition 'sx'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:627:55: style: Function 'SetScale' argument 2 names different: declaration 'scaleY' definition 'sy'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:70:58: note: Function 'SetScale' argument 2 names different: declaration 'scaleY' definition 'sy'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:627:55: note: Function 'SetScale' argument 2 names different: declaration 'scaleY' definition 'sy'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:82:5: performance: Variable 'javaDevice' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:88:5: performance: Variable 'monitor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:89:5: performance: Variable 'pMonitorInfo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:48:29: performance: Technically the member function 'AwtWin32GraphicsDevice::ReleaseDC' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:153:30: note: Technically the member function 'AwtWin32GraphicsDevice::ReleaseDC' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:48:29: note: Technically the member function 'AwtWin32GraphicsDevice::ReleaseDC' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:67:29: performance: Technically the member function 'AwtWin32GraphicsDevice::DisableOffscreenAcceleration' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:694:30: note: Technically the member function 'AwtWin32GraphicsDevice::DisableOffscreenAcceleration' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:67:29: note: Technically the member function 'AwtWin32GraphicsDevice::DisableOffscreenAcceleration' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:71:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetScaleX' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:679:31: note: Technically the member function 'AwtWin32GraphicsDevice::GetScaleX' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:71:29: note: Technically the member function 'AwtWin32GraphicsDevice::GetScaleX' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:72:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetScaleY' can be const. [functionConst]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:684:31: note: Technically the member function 'AwtWin32GraphicsDevice::GetScaleY' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:72:29: note: Technically the member function 'AwtWin32GraphicsDevice::GetScaleY' can be const.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:83:5: style: Class 'AwtWin32GraphicsDevice' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:83:5: style: Class 'AwtWin32GraphicsDevice' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:337:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:338:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:359:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:360:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:457:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:774:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:827:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1008:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1009:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1028:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1032:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1033:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1103:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1104:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1174:15: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1190:17: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1195:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1425:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1720:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2250:37: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2259:13: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2265:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2286:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2287:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2317:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2318:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2375:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2402:33: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2409:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2410:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2426:27: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2433:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2436:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2459:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2466:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2467:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2483:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2490:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2492:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2508:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2525:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2526:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2584:26: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2589:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2590:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2664:28: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2685:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2689:32: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2949:34: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2958:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2961:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2979:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2987:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2988:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3010:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3019:20: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3034:38: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3041:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3042:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3065:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3073:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3080:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3102:19: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3108:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3122:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3127:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3128:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3141:24: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3146:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3147:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3160:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3165:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3166:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3184:9: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3189:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3190:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3203:22: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3207:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3208:14: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3222:23: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3232:5: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3233:25: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1927:59: style: Function 'WmGetIcon' argument 2 names different: declaration 'retVal' definition 'retValue'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:184:60: note: Function 'WmGetIcon' argument 2 names different: declaration 'retVal' definition 'retValue'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1927:59: note: Function 'WmGetIcon' argument 2 names different: declaration 'retVal' definition 'retValue'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2134:37: style: Function 'WindowDPIChange' argument 4 names different: declaration 'newScreen' definition 'screen'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:409:30: note: Function 'WindowDPIChange' argument 4 names different: declaration 'newScreen' definition 'screen'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2134:37: note: Function 'WindowDPIChange' argument 4 names different: declaration 'newScreen' definition 'screen'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2643:52: style: Function 'SetIconData' argument 2 names different: declaration 'iconData' definition 'iconRaster'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:140:53: note: Function 'SetIconData' argument 2 names different: declaration 'iconData' definition 'iconRaster'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2643:52: note: Function 'SetIconData' argument 2 names different: declaration 'iconData' definition 'iconRaster'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2644:40: style: Function 'SetIconData' argument 5 names different: declaration 'smallIconData' definition 'smallIconRaster'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:141:40: note: Function 'SetIconData' argument 5 names different: declaration 'smallIconData' definition 'smallIconRaster'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2644:40: note: Function 'SetIconData' argument 5 names different: declaration 'smallIconData' definition 'smallIconRaster'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2682:46: style: Function 'UpdateOwnedIconCallback' argument 1 names different: declaration 'hwnd' definition 'hWndOwned'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:91:55: note: Function 'UpdateOwnedIconCallback' argument 1 names different: declaration 'hwnd' definition 'hWndOwned'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2682:46: note: Function 'UpdateOwnedIconCallback' argument 1 names different: declaration 'hwnd' definition 'hWndOwned'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2682:64: style: Function 'UpdateOwnedIconCallback' argument 2 names different: declaration 'param' definition 'lParam'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:91:68: note: Function 'UpdateOwnedIconCallback' argument 2 names different: declaration 'param' definition 'lParam'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2682:64: note: Function 'UpdateOwnedIconCallback' argument 2 names different: declaration 'param' definition 'lParam'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:202:12: warning: Member variable 'AwtWindow::securityAnimationKind' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:205:5: performance: Variable 'm_isResizable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:207:5: performance: Variable 'm_hIcon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:208:5: performance: Variable 'm_hIconSm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:209:5: performance: Variable 'm_iconInherited' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:329:10: performance: Technically the member function 'AwtWindow::FillWarningWindowClassInfo' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:652:17: note: Technically the member function 'AwtWindow::FillWarningWindowClassInfo' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:329:10: note: Technically the member function 'AwtWindow::FillWarningWindowClassInfo' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:331:10: performance: Technically the member function 'AwtWindow::UnregisterWarningWindowClass' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:681:17: note: Technically the member function 'AwtWindow::UnregisterWarningWindowClass' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.h:331:10: note: Technically the member function 'AwtWindow::UnregisterWarningWindowClass' can be static.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1441:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1513:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1588:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1810:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libawt/windows/awt_new.cpp:52:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:209:5: style: Variable 'hWnd' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:205:0: note: Variable 'hWnd' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:209:5: note: Variable 'hWnd' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:210:5: style: Variable 'hDesktopDC' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:206:0: note: Variable 'hDesktopDC' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:210:5: note: Variable 'hDesktopDC' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:183:47: style: The scope of the variable 'pixelPtr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:183:58: style: The scope of the variable 'dibPixPtr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:284:15: style: Checking if unsigned variable 'width' is less than zero. [unsignedLessThanZero]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:238:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Charset_Util.cpp:34:35: style: Function 'UnicodeToUTF8' argument 1 names different: declaration 'lpAnsiStr' definition 'lpUnicodeStr'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Charset_Util.h:36:42: note: Function 'UnicodeToUTF8' argument 1 names different: declaration 'lpAnsiStr' definition 'lpUnicodeStr'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Charset_Util.cpp:34:35: note: Function 'UnicodeToUTF8' argument 1 names different: declaration 'lpAnsiStr' definition 'lpUnicodeStr'.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1316:5: style: Variable 'draining' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1310:0: note: Variable 'draining' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1316:5: note: Variable 'draining' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1384:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1381:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1384:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:664:9: style: The scope of the variable 'start' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:664:16: style: The scope of the variable 'count' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1060:9: style: The scope of the variable 'newReadPos' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1153:9: style: The scope of the variable 'available' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1154:9: style: The scope of the variable 'thisWritePos' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1246:9: style: The scope of the variable 'thisReadPos' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:457:29: warning: Member variable 'Data::line2Start' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:458:5: performance: Variable 'threadHandle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_MidiIn.cpp:180:26: warning: Member variable 'Data::handle' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_MidiIn.cpp:181:5: performance: Variable 'threadHandle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_MidiOut.c:103:11: style: The scope of the variable 'desc' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:385:9: style: The scope of the variable 'src' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:385:14: style: The scope of the variable 'dst' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:385:19: style: The scope of the variable 'srcIndex' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:385:29: style: The scope of the variable 'waveInHasControls' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:386:9: style: The scope of the variable 'dstCount' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:546:16: style: The scope of the variable 'line' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:558:16: style: The scope of the variable 'line' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:624:20: style: The scope of the variable 'controlID' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:626:9: style: The scope of the variable 'm' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:802:19: style: The scope of the variable 'mixerControl' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:855:11: style: The scope of the variable 'compControl' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:885:16: style: The scope of the variable 'line' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:995:34: style: The scope of the variable 'bools' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.desktop/windows/native/libsplashscreen/splashscreen_sys.c:494:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:149:5: style: Variable 'initerror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:145:0: note: Variable 'initerror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:149:5: note: Variable 'initerror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:300:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:292:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:300:5: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:303:5: style: Variable 'initerror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:291:0: note: Variable 'initerror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:303:5: note: Variable 'initerror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:558:5: style: Variable 'environment' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:555:0: note: Variable 'environment' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:558:5: note: Variable 'environment' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:603:5: style: Variable 'environment' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:601:0: note: Variable 'environment' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:603:5: note: Variable 'environment' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:575:9: error: Memory pointed to by 'mJarfile' is freed twice. [doubleFree]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:179:5: style: Variable 'jvmtierror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:177:0: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:179:5: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:211:5: style: Variable 'jnierror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:208:0: note: Variable 'jnierror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:211:5: note: Variable 'jnierror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:280:5: style: Variable 'jvmtierror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:255:0: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:280:5: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:445:5: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:441:0: note: Variable 'success' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:445:5: note: Variable 'success' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:489:5: style: Variable 'implClass' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:479:0: note: Variable 'implClass' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:489:5: note: Variable 'implClass' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:491:5: style: Variable 'errorOutstanding' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:480:0: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:491:5: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:577:5: style: Variable 'classnameJavaString' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:573:0: note: Variable 'classnameJavaString' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:577:5: note: Variable 'classnameJavaString' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:578:5: style: Variable 'errorOutstanding' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:575:0: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:578:5: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:817:5: style: Variable 'shouldRun' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:814:0: note: Variable 'shouldRun' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:817:5: note: Variable 'shouldRun' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:956:13: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:954:0: note: Variable 'message' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:956:13: note: Variable 'message' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:973:5: style: Variable 'classArrayClass' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:967:0: note: Variable 'classArrayClass' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:973:5: note: Variable 'classArrayClass' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:974:5: style: Variable 'errorOccurred' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:970:0: note: Variable 'errorOccurred' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:974:5: note: Variable 'errorOccurred' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1221:5: style: Variable 'errorOccurred' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1210:0: note: Variable 'errorOccurred' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1221:5: note: Variable 'errorOccurred' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1286:21: style: Variable 'classDef' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1284:0: note: Variable 'classDef' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1286:21: note: Variable 'classDef' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1328:21: style: Variable 'errorCode' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1327:0: note: Variable 'errorCode' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1328:21: note: Variable 'errorCode' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1385:5: style: Variable 'jvmtierror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1379:0: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1385:5: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1450:5: style: Variable 'jvmtierror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1448:0: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1450:5: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1561:17: style: Variable 'prefixStr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1556:0: note: Variable 'prefixStr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1561:17: note: Variable 'prefixStr' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1467:17: style: The scope of the variable 'utf8Chars' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1470:17: style: The scope of the variable 'platformChars' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1471:17: style: The scope of the variable 'platformLen' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:246:31: style: Function 'allocateJPLISAgent' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:60:37: note: Function 'allocateJPLISAgent' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:246:31: note: Function 'allocateJPLISAgent' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:336:41: style: Function 'recordCommandLineData' argument 2 names different: declaration 'agentClass' definition 'agentClassName'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.h:183:41: note: Function 'recordCommandLineData' argument 2 names different: declaration 'agentClass' definition 'agentClassName'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:336:41: note: Function 'recordCommandLineData' argument 2 names different: declaration 'agentClass' definition 'agentClassName'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:601:40: style: Function 'invokeJavaAgentMainMethod' argument 3 names different: declaration 'agentMainMethod' definition 'mainCallingMethod'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:103:40: note: Function 'invokeJavaAgentMainMethod' argument 3 names different: declaration 'agentMainMethod' definition 'mainCallingMethod'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:601:40: note: Function 'invokeJavaAgentMainMethod' argument 3 names different: declaration 'agentMainMethod' definition 'mainCallingMethod'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:799:57: style: Function 'transformClassFile' argument 3 names different: declaration 'loader' definition 'loaderObject'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.h:219:57: note: Function 'transformClassFile' argument 3 names different: declaration 'loader' definition 'loaderObject'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:799:57: note: Function 'transformClassFile' argument 3 names different: declaration 'loader' definition 'loaderObject'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1412:53: style: Function 'getAllLoadedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:127:53: note: Function 'getAllLoadedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1412:53: note: Function 'getAllLoadedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1428:53: style: Function 'getInitiatedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:137:53: note: Function 'getInitiatedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1428:53: note: Function 'getInitiatedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JarFacade.c:117:30: style: Function 'freeAttributes' argument 1 names different: declaration 'attributes' definition 'head'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JarFacade.h:41:35: note: Function 'freeAttributes' argument 1 names different: declaration 'attributes' definition 'head'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JarFacade.c:117:30: note: Function 'freeAttributes' argument 1 names different: declaration 'attributes' definition 'head'.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:90:5: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:84:0: note: Variable 'message' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:90:5: note: Variable 'message' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:91:5: style: Variable 'mappedThrowable' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:83:0: note: Variable 'mappedThrowable' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:91:5: note: Variable 'mappedThrowable' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:135:5: style: Variable 'exceptionClass' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:128:0: note: Variable 'exceptionClass' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:135:5: note: Variable 'exceptionClass' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:136:5: style: Variable 'errorOutstanding' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:129:0: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:136:5: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:284:5: style: Variable 'exceptionClass' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:276:0: note: Variable 'exceptionClass' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:284:5: note: Variable 'exceptionClass' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:285:5: style: Variable 'errorOutstanding' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:279:0: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:285:5: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:319:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:316:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:319:5: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:394:5: style: Variable 'originalThrowable' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:391:0: note: Variable 'originalThrowable' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/JavaExceptions.c:394:5: note: Variable 'originalThrowable' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/PathCharsValidator.c:134:32: style: Same expression on both sides of '|' because the value of 'L_LOWALPHA' and 'L_UPALPHA' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/PathCharsValidator.c:130:24: note: 'L_LOWALPHA' is assigned value '0' here.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/PathCharsValidator.c:124:23: note: 'L_UPALPHA' is assigned value '0' here.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/PathCharsValidator.c:134:32: note: Same expression on both sides of '|' because the value of 'L_LOWALPHA' and 'L_UPALPHA' are the same.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Reentrancy.c:112:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Reentrancy.c:109:0: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Reentrancy.c:112:5: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Reentrancy.c:159:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Reentrancy.c:150:0: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Reentrancy.c:159:5: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:46:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:44:0: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:46:5: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:68:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:66:0: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:68:5: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:90:5: style: Variable 'classHandle' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:85:0: note: Variable 'classHandle' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:90:5: note: Variable 'classHandle' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:91:5: style: Variable 'errorOutstanding' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:84:0: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/share/native/libinstrument/Utilities.c:91:5: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.instrument/windows/native/libinstrument/EncodingSupport_md.c:40:12: style: The scope of the variable 'wstr' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.instrument/windows/native/libinstrument/FileSystemSupport_md.c:202:0: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.management/share/native/libmanagement/VMManagementImpl.c:47:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.management/share/native/libmanagement/VMManagementImpl.c:47:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.management/share/native/libmanagement/VMManagementImpl.c:48:5: style: Variable 'version_string' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.management/share/native/libmanagement/VMManagementImpl.c:39:0: note: Variable 'version_string' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.management/share/native/libmanagement/VMManagementImpl.c:48:5: note: Variable 'version_string' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.management/share/native/libmanagement/VMManagementImpl.c:45:41: style: Variable 'micro' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.management/share/native/libmanagement/VMManagementImpl.c:67:16: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.prefs/unix/native/libprefs/FileSystemPreferences.c:72:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.prefs/unix/native/libprefs/FileSystemPreferences.c:75:9: style: The scope of the variable 'old_umask' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:49:9: style: Variable 'errorCode' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:45:0: note: Variable 'errorCode' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:49:9: note: Variable 'errorCode' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:82:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:72:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:82:9: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:193:9: style: Variable 'errorCode' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:192:0: note: Variable 'errorCode' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:193:9: note: Variable 'errorCode' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:202:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:186:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:202:9: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:214:9: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:213:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:214:9: note: Variable 'buffer' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:238:11: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:236:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:238:11: note: Variable 'buffer' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.prefs/windows/native/libprefs/WindowsPreferences.c:156:0: style: Variable 'nameSize' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:287:17: style: Condition '!err' is always true [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:284:78: note: Assuming that condition '(err=krb5_cc_next_cred(kcontext,ccache,&cursor,&creds))==0' is not redundant
openjdk-10-10.0.2+13/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:287:17: note: Condition '!err' is always true
openjdk-10-10.0.2+13/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:312:21: style: Variable 'clientPrincipal' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-10-10.0.2+13/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:307:30: note: Variable 'clientPrincipal' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:312:21: note: Variable 'clientPrincipal' is reassigned a value before the old one has been used.
openjdk-10-10.0.2+13/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:531:54: style: Function 'BuildAddressList' argument 2 names different: declaration 'kerbtime' definition 'addresses'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:77:61: note: Function 'BuildAddressList' argument 2 names different: declaration 'kerbtime' definition 'addresses'.
openjdk-10-10.0.2+13/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:531:54: note: Function 'BuildAddressList' argument 2 names different: declaration 'kerbtime' definition 'addresses'.
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:400:19: style: Same expression on both sides of '!=' because the value of 'isEqual' and '0' are the same. [duplicateExpression]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:387:13: note: 'isEqual' is assigned value '0' here.
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:400:19: note: Same expression on both sides of '!=' because the value of 'isEqual' and '0' are the same.
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:88:11: style: The scope of the variable 'cOid' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:89:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:89:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:90:10: style: The scope of the variable 'bytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:92:7: style: The scope of the variable 'found' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:272:20: style: The scope of the variable 'major' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:273:11: style: The scope of the variable 'mech' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:310:20: style: The scope of the variable 'major' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:383:20: style: The scope of the variable 'major' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:413:20: style: The scope of the variable 'major' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:415:11: style: The scope of the variable 'mech' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:450:23: style: The scope of the variable 'mNameHdl' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:618:20: style: The scope of the variable 'major' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:128:11: style: Unused variable: jinetAddr [unusedVariable]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:129:14: style: Unused variable: value [unusedVariable]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:536:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:526:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:589:7: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:782:7: style: The scope of the variable 'numOfOids' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:785:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:511:3: style: Variable 'major' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:500:11: style: Unused variable: msg [unusedVariable]
openjdk-10-10.0.2+13/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:786:14: style: Unused variable: gssEx [unusedVariable]
openjdk-10-10.0.2+13/src/java.security.jgss/windows/native/libw2k_lsa_auth/NativeCreds.c:395:12: style: The scope of the variable 'netypes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/bridge/AccessBridgeCalls.c:229:25: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jabswitch/jabswitch.cpp:334:25: style: Variable 'freeData' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jabswitch/jabswitch.cpp:379:25: style: Variable 'freeData' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.h:47:18: style: Technically the member function 'MessageHistory::GetCurrentMessage' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:119:30: note: Technically the member function 'MessageHistory::GetCurrentMessage' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.h:47:18: note: Technically the member function 'MessageHistory::GetCurrentMessage' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.h:52:12: style: Technically the member function 'MessageHistory::GetMessageCount' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:114:24: note: Technically the member function 'MessageHistory::GetMessageCount' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.h:52:12: note: Technically the member function 'MessageHistory::GetMessageCount' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:53:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:65:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:78:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:89:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:124:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:140:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1359:12: style: Condition '0==failureCount' is always false [knownConditionTrueFalse]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1327:34: note: Assignment 'failureCount=0', assigned value is 0
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1330:5: note: failureCount is incremented', new value is 1
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1331:5: note: failureCount is incremented', new value is 2
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1332:5: note: failureCount is incremented', new value is 3
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1333:5: note: failureCount is incremented', new value is 4
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1334:5: note: failureCount is incremented', new value is 5
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1335:5: note: failureCount is incremented', new value is 6
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1336:5: note: failureCount is incremented', new value is 7
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1337:5: note: failureCount is incremented', new value is 8
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1338:5: note: failureCount is incremented', new value is 9
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1339:5: note: failureCount is incremented', new value is 10
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1340:5: note: failureCount is incremented', new value is 11
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1341:5: note: failureCount is incremented', new value is 12
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1342:5: note: failureCount is incremented', new value is 13
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1343:5: note: failureCount is incremented', new value is 14
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1344:5: note: failureCount is incremented', new value is 15
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1345:5: note: failureCount is incremented', new value is 16
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1346:5: note: failureCount is incremented', new value is 17
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1347:5: note: failureCount is incremented', new value is 18
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1348:5: note: failureCount is incremented', new value is 19
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1349:5: note: failureCount is incremented', new value is 20
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1350:5: note: failureCount is incremented', new value is 21
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1351:5: note: failureCount is incremented', new value is 22
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1352:5: note: failureCount is incremented', new value is 23
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1353:5: note: failureCount is incremented', new value is 24
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1354:5: note: failureCount is incremented', new value is 25
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1355:5: note: failureCount is incremented', new value is 26
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1359:12: note: Condition '0==failureCount' is always false
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1228:5: style: Variable 'CreateKey' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1224:0: note: Variable 'CreateKey' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1228:5: note: Variable 'CreateKey' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1319:5: style: Variable 'OpenKey' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1317:0: note: Variable 'OpenKey' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1319:5: note: Variable 'OpenKey' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:818:51: style: Function 'jaccessinspectorDialogProc' argument 1 names different: declaration 'hDlg' definition 'hWnd'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.h:33:51: note: Function 'jaccessinspectorDialogProc' argument 1 names different: declaration 'hDlg' definition 'hWnd'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:818:51: note: Function 'jaccessinspectorDialogProc' argument 1 names different: declaration 'hDlg' definition 'hWnd'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:545:9: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:215:31: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:235:36: style: C-style pointer casting [cstyleCast]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:305:32: style: Function 'EnumWndProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:101:32: note: Function 'EnumWndProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:305:32: note: Function 'EnumWndProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:509:66: style: Function 'addComponentNodes' argument 4 names different: declaration 'hWnd' definition 'hwnd'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:86:58: note: Function 'addComponentNodes' argument 4 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:509:66: note: Function 'addComponentNodes' argument 4 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:570:37: style: Function 'AccessibleNode' argument 1 names different: declaration 'vmID' definition 'JavaVMID'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:63:25: note: Function 'AccessibleNode' argument 1 names different: declaration 'vmID' definition 'JavaVMID'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:570:37: note: Function 'AccessibleNode' argument 1 names different: declaration 'vmID' definition 'JavaVMID'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:571:61: style: Function 'AccessibleNode' argument 4 names different: declaration 'hWnd' definition 'hwnd'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:64:49: note: Function 'AccessibleNode' argument 4 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:571:61: note: Function 'AccessibleNode' argument 4 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:570:17: warning: Member variable 'AccessibleNode::accessibleName' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:570:17: warning: Member variable 'AccessibleNode::accessibleRole' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:574:5: performance: Variable 'ac' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:576:5: performance: Variable 'baseHWND' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:577:5: performance: Variable 'treeNodeParent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:84:10: performance: Technically the member function 'Jaccesswalker::buildAccessibilityTree' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:295:21: note: Technically the member function 'Jaccesswalker::buildAccessibilityTree' can be static.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:84:10: note: Technically the member function 'Jaccesswalker::buildAccessibilityTree' can be static.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:79:5: style: Class 'Jaccesswalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeATInstance.cpp:44:5: performance: Variable 'ourAccessBridgeWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeATInstance.cpp:45:5: performance: Variable 'winAccessBridgeWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1362:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1356:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1362:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1524:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3142:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3627:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4383:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4444:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4487:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4530:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4638:9: style: The scope of the variable 'count' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1446:64: style: Function 'getVisibleChildren' argument 2 names different: declaration 'startIndex' definition 'nStartIndex'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:401:72: note: Function 'getVisibleChildren' argument 2 names different: declaration 'startIndex' definition 'nStartIndex'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1446:64: note: Function 'getVisibleChildren' argument 2 names different: declaration 'startIndex' definition 'nStartIndex'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1644:77: style: Function 'getAccessibleContextAt' argument 3 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:264:60: note: Function 'getAccessibleContextAt' argument 3 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1644:77: note: Function 'getAccessibleContextAt' argument 3 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1714:63: style: Function 'getAccessibleContextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:266:43: note: Function 'getAccessibleContextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1714:63: note: Function 'getAccessibleContextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2159:68: style: Function 'getAccessibleChildFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:267:51: note: Function 'getAccessibleChildFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2159:68: note: Function 'getAccessibleChildFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2190:69: style: Function 'getAccessibleParentFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:268:52: note: Function 'getAccessibleParentFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2190:69: note: Function 'getAccessibleParentFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2220:61: style: Function 'getAccessibleTableInfo' argument 1 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:272:41: note: Function 'getAccessibleTableInfo' argument 1 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2220:61: note: Function 'getAccessibleTableInfo' argument 1 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2777:82: style: Function 'getAccessibleRelationSet' argument 2 names different: declaration 'relationSetInfo' definition 'relationSet'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:296:89: note: Function 'getAccessibleRelationSet' argument 2 names different: declaration 'relationSetInfo' definition 'relationSet'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2777:82: note: Function 'getAccessibleRelationSet' argument 2 names different: declaration 'relationSetInfo' definition 'relationSet'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2859:78: style: Function 'getAccessibleHypertext' argument 2 names different: declaration 'hyperlink' definition 'hypertext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:299:85: note: Function 'getAccessibleHypertext' argument 2 names different: declaration 'hyperlink' definition 'hypertext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2859:78: note: Function 'getAccessibleHypertext' argument 2 names different: declaration 'hyperlink' definition 'hypertext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3115:81: style: Function 'getAccessibleHypertextLinkIndex' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:307:56: note: Function 'getAccessibleHypertextLinkIndex' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3115:81: note: Function 'getAccessibleHypertextLinkIndex' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3137:66: style: Function 'getAccessibleHyperlink' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:309:47: note: Function 'getAccessibleHyperlink' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3137:66: note: Function 'getAccessibleHyperlink' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3138:69: style: Function 'getAccessibleHyperlink' argument 2 names different: declaration 'nIndex' definition 'index'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:310:44: note: Function 'getAccessibleHyperlink' argument 2 names different: declaration 'nIndex' definition 'index'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3138:69: note: Function 'getAccessibleHyperlink' argument 2 names different: declaration 'nIndex' definition 'index'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3139:93: style: Function 'getAccessibleHyperlink' argument 3 names different: declaration 'hyperlinkInfo' definition 'info'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:311:68: note: Function 'getAccessibleHyperlink' argument 3 names different: declaration 'hyperlinkInfo' definition 'info'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3139:93: note: Function 'getAccessibleHyperlink' argument 3 names different: declaration 'hyperlinkInfo' definition 'info'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3450:60: style: Function 'getAccessibleTextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:324:40: note: Function 'getAccessibleTextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3450:60: note: Function 'getAccessibleTextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3508:61: style: Function 'getAccessibleTextItems' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:325:41: note: Function 'getAccessibleTextItems' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3508:61: note: Function 'getAccessibleTextItems' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3624:69: style: Function 'getAccessibleTextSelectionInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:326:49: note: Function 'getAccessibleTextSelectionInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3624:69: note: Function 'getAccessibleTextSelectionInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3699:66: style: Function 'getAccessibleTextAttributes' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:327:46: note: Function 'getAccessibleTextAttributes' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3699:66: note: Function 'getAccessibleTextAttributes' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4203:60: style: Function 'getAccessibleTextRect' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:328:40: note: Function 'getAccessibleTextRect' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4203:60: note: Function 'getAccessibleTextRect' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4273:55: style: Function 'getCaretLocation' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:414:35: note: Function 'getCaretLocation' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4273:55: note: Function 'getCaretLocation' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4340:66: style: Function 'getAccessibleTextLineBounds' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:330:46: note: Function 'getAccessibleTextLineBounds' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4340:66: note: Function 'getAccessibleTextLineBounds' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4380:61: style: Function 'getAccessibleTextRange' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:331:41: note: Function 'getAccessibleTextRange' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4380:61: note: Function 'getAccessibleTextRange' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4442:75: style: Function 'getCurrentAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:334:55: note: Function 'getCurrentAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4442:75: note: Function 'getCurrentAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4485:75: style: Function 'getMaximumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:335:55: note: Function 'getMaximumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4485:75: note: Function 'getMaximumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4528:75: style: Function 'getMinimumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:336:55: note: Function 'getMinimumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4528:75: note: Function 'getMinimumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4574:72: style: Function 'addAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:339:52: note: Function 'addAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4574:72: note: Function 'addAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4592:74: style: Function 'clearAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:340:54: note: Function 'clearAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4592:74: note: Function 'clearAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4610:72: style: Function 'getAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:341:55: note: Function 'getAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4610:72: note: Function 'getAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4637:77: style: Function 'getAccessibleSelectionCountFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:342:56: note: Function 'getAccessibleSelectionCountFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4637:77: note: Function 'getAccessibleSelectionCountFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4658:75: style: Function 'isAccessibleChildSelectedFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:343:55: note: Function 'isAccessibleChildSelectedFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4658:75: note: Function 'isAccessibleChildSelectedFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4682:75: style: Function 'removeAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:344:55: note: Function 'removeAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4682:75: note: Function 'removeAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4700:78: style: Function 'selectAllAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:345:58: note: Function 'selectAllAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4700:78: note: Function 'selectAllAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:42:5: performance: Variable 'accessBridgeObject' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:98:25: style: The scope of the variable 'sentToUs' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:99:15: style: The scope of the variable 'package' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:382:11: style: The scope of the variable 'IPCview' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1504:48: style: Function 'MemoryMappedFileCreated' argument 1 names different: declaration 'srcHwnd' definition 'ATBridgeDLLWindow'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:75:42: note: Function 'MemoryMappedFileCreated' argument 1 names different: declaration 'srcHwnd' definition 'ATBridgeDLLWindow'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1504:48: note: Function 'MemoryMappedFileCreated' argument 1 names different: declaration 'srcHwnd' definition 'ATBridgeDLLWindow'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2538:5: style: Function 'fireFocusGained' argument 3 names different: declaration 'focusEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:105:34: note: Function 'fireFocusGained' argument 3 names different: declaration 'focusEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2538:5: note: Function 'fireFocusGained' argument 3 names different: declaration 'focusEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2539:5: style: Function 'fireFocusLost' argument 3 names different: declaration 'focusEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:107:32: note: Function 'fireFocusLost' argument 3 names different: declaration 'focusEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2539:5: note: Function 'fireFocusLost' argument 3 names different: declaration 'focusEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2540:5: style: Function 'fireCaretUpdate' argument 3 names different: declaration 'caretEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:109:34: note: Function 'fireCaretUpdate' argument 3 names different: declaration 'caretEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2540:5: note: Function 'fireCaretUpdate' argument 3 names different: declaration 'caretEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2541:5: style: Function 'fireMouseClicked' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:111:35: note: Function 'fireMouseClicked' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2541:5: note: Function 'fireMouseClicked' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2542:5: style: Function 'fireMouseEntered' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:113:35: note: Function 'fireMouseEntered' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2542:5: note: Function 'fireMouseEntered' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2543:5: style: Function 'fireMouseExited' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:115:34: note: Function 'fireMouseExited' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2543:5: note: Function 'fireMouseExited' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2544:5: style: Function 'fireMousePressed' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:117:35: note: Function 'fireMousePressed' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2544:5: note: Function 'fireMousePressed' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2545:5: style: Function 'fireMouseReleased' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:119:36: note: Function 'fireMouseReleased' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2545:5: note: Function 'fireMouseReleased' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2546:5: style: Function 'fireMenuCanceled' argument 3 names different: declaration 'menuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:121:35: note: Function 'fireMenuCanceled' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2546:5: note: Function 'fireMenuCanceled' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2547:5: style: Function 'fireMenuDeselected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:123:37: note: Function 'fireMenuDeselected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2547:5: note: Function 'fireMenuDeselected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2548:5: style: Function 'fireMenuSelected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:125:35: note: Function 'fireMenuSelected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2548:5: note: Function 'fireMenuSelected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2549:5: style: Function 'firePopupMenuCanceled' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:127:40: note: Function 'firePopupMenuCanceled' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2549:5: note: Function 'firePopupMenuCanceled' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2550:5: style: Function 'firePopupMenuWillBecomeInvisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:129:51: note: Function 'firePopupMenuWillBecomeInvisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2550:5: note: Function 'firePopupMenuWillBecomeInvisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2551:5: style: Function 'firePopupMenuWillBecomeVisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:131:49: note: Function 'firePopupMenuWillBecomeVisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2551:5: note: Function 'firePopupMenuWillBecomeVisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:165:19: warning: Member variable 'JavaAccessBridge::javaVM' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:165:19: warning: Member variable 'JavaAccessBridge::windowsThreadJNIEnv' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:165:19: warning: Member variable 'JavaAccessBridge::javaThreadEntryPoints' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:165:19: warning: Member variable 'JavaAccessBridge::windowsThreadEntryPoints' is not initialized in the constructor. [uninitMemberVar]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:166:5: performance: Variable 'windowsInstance' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:78:10: style: Technically the member function 'JavaAccessBridge::sendJavaEventPackage' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:334:19: note: Technically the member function 'JavaAccessBridge::sendJavaEventPackage' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:78:10: note: Technically the member function 'JavaAccessBridge::sendJavaEventPackage' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:79:10: style: Technically the member function 'JavaAccessBridge::sendAccessibilityEventPackage' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:354:19: note: Technically the member function 'JavaAccessBridge::sendAccessibilityEventPackage' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:79:10: note: Technically the member function 'JavaAccessBridge::sendAccessibilityEventPackage' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:133:10: style: Technically the member function 'JavaAccessBridge::firePropertyCaretChange' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1710:19: note: Technically the member function 'JavaAccessBridge::firePropertyCaretChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:133:10: note: Technically the member function 'JavaAccessBridge::firePropertyCaretChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:136:10: style: Technically the member function 'JavaAccessBridge::firePropertyDescriptionChange' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1764:19: note: Technically the member function 'JavaAccessBridge::firePropertyDescriptionChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:136:10: note: Technically the member function 'JavaAccessBridge::firePropertyDescriptionChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:139:10: style: Technically the member function 'JavaAccessBridge::firePropertyNameChange' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1850:19: note: Technically the member function 'JavaAccessBridge::firePropertyNameChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:139:10: note: Technically the member function 'JavaAccessBridge::firePropertyNameChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:142:10: style: Technically the member function 'JavaAccessBridge::firePropertySelectionChange' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1937:19: note: Technically the member function 'JavaAccessBridge::firePropertySelectionChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:142:10: note: Technically the member function 'JavaAccessBridge::firePropertySelectionChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:144:10: style: Technically the member function 'JavaAccessBridge::firePropertyStateChange' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1987:19: note: Technically the member function 'JavaAccessBridge::firePropertyStateChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:144:10: note: Technically the member function 'JavaAccessBridge::firePropertyStateChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:147:10: style: Technically the member function 'JavaAccessBridge::firePropertyTextChange' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2074:19: note: Technically the member function 'JavaAccessBridge::firePropertyTextChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:147:10: note: Technically the member function 'JavaAccessBridge::firePropertyTextChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:149:10: style: Technically the member function 'JavaAccessBridge::firePropertyValueChange' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2124:19: note: Technically the member function 'JavaAccessBridge::firePropertyValueChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:149:10: note: Technically the member function 'JavaAccessBridge::firePropertyValueChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:152:10: style: Technically the member function 'JavaAccessBridge::firePropertyVisibleDataChange' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2210:19: note: Technically the member function 'JavaAccessBridge::firePropertyVisibleDataChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:152:10: note: Technically the member function 'JavaAccessBridge::firePropertyVisibleDataChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:154:10: style: Technically the member function 'JavaAccessBridge::firePropertyChildChange' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2260:19: note: Technically the member function 'JavaAccessBridge::firePropertyChildChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:154:10: note: Technically the member function 'JavaAccessBridge::firePropertyChildChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:157:9: style: Technically the member function 'JavaAccessBridge::firePropertyActiveDescendentChange' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2318:19: note: Technically the member function 'JavaAccessBridge::firePropertyActiveDescendentChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:157:9: note: Technically the member function 'JavaAccessBridge::firePropertyActiveDescendentChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:161:9: style: Technically the member function 'JavaAccessBridge::firePropertyTableModelChange' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2375:19: note: Technically the member function 'JavaAccessBridge::firePropertyTableModelChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:161:9: note: Technically the member function 'JavaAccessBridge::firePropertyTableModelChange' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:68:5: style: Class 'JavaAccessBridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:208:20: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:217:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:218:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:219:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:220:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:221:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:222:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:223:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:224:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:225:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:226:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:227:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:228:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:229:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:230:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:367:1: style: Function 'firePropertyCaretChange' argument 4 names different: declaration 'oldPosition' definition 'oldValue'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:148:62: note: Function 'firePropertyCaretChange' argument 4 names different: declaration 'oldPosition' definition 'oldValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:367:1: note: Function 'firePropertyCaretChange' argument 4 names different: declaration 'oldPosition' definition 'oldValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:367:1: style: Function 'firePropertyCaretChange' argument 5 names different: declaration 'newPosition' definition 'newValue'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:148:79: note: Function 'firePropertyCaretChange' argument 5 names different: declaration 'newPosition' definition 'newValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:367:1: note: Function 'firePropertyCaretChange' argument 5 names different: declaration 'newPosition' definition 'newValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:373:1: style: Function 'firePropertyChildChange' argument 4 names different: declaration 'oldChild' definition 'oldValue'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:151:68: note: Function 'firePropertyChildChange' argument 4 names different: declaration 'oldChild' definition 'oldValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:373:1: note: Function 'firePropertyChildChange' argument 4 names different: declaration 'oldChild' definition 'oldValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:373:1: style: Function 'firePropertyChildChange' argument 5 names different: declaration 'newChild' definition 'newValue'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:151:88: note: Function 'firePropertyChildChange' argument 5 names different: declaration 'newChild' definition 'newValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:373:1: note: Function 'firePropertyChildChange' argument 5 names different: declaration 'newChild' definition 'newValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:376:1: style: Function 'firePropertyActiveDescendentChange' argument 4 names different: declaration 'oldActiveDescendent' definition 'oldValue'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:153:79: note: Function 'firePropertyActiveDescendentChange' argument 4 names different: declaration 'oldActiveDescendent' definition 'oldValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:376:1: note: Function 'firePropertyActiveDescendentChange' argument 4 names different: declaration 'oldActiveDescendent' definition 'oldValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:376:1: style: Function 'firePropertyActiveDescendentChange' argument 5 names different: declaration 'newActiveDescendent' definition 'newValue'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:153:110: note: Function 'firePropertyActiveDescendentChange' argument 5 names different: declaration 'newActiveDescendent' definition 'newValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:376:1: note: Function 'firePropertyActiveDescendentChange' argument 5 names different: declaration 'newActiveDescendent' definition 'newValue'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:50:5: performance: Variable 'propertyChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:51:5: performance: Variable 'javaShutdownFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:52:5: performance: Variable 'focusGainedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:53:5: performance: Variable 'focusLostFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:54:5: performance: Variable 'caretUpdateFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:55:5: performance: Variable 'mouseClickedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:56:5: performance: Variable 'mouseEnteredFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:57:5: performance: Variable 'mouseExitedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:58:5: performance: Variable 'mousePressedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:59:5: performance: Variable 'mouseReleasedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:60:5: performance: Variable 'menuCanceledFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:61:5: performance: Variable 'menuDeselectedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:62:5: performance: Variable 'menuSelectedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:63:5: performance: Variable 'popupMenuCanceledFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:64:5: performance: Variable 'popupMenuWillBecomeInvisibleFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:65:5: performance: Variable 'popupMenuWillBecomeVisibleFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:67:5: performance: Variable 'propertyNameChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:68:5: performance: Variable 'propertyDescriptionChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:69:5: performance: Variable 'propertyStateChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:70:5: performance: Variable 'propertyValueChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:71:5: performance: Variable 'propertySelectionChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:72:5: performance: Variable 'propertyTextChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:73:5: performance: Variable 'propertyCaretChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:74:5: performance: Variable 'propertyVisibleDataChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:75:5: performance: Variable 'propertyChildChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:76:5: performance: Variable 'propertyActiveDescendentChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:78:5: performance: Variable 'propertyTableModelChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:77:14: style: Technically the member function 'AccessBridgeEventHandler::getJavaEventMask' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:78:14: style: Technically the member function 'AccessBridgeEventHandler::getAccessibilityEventMask' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:66:5: style: Class 'WinAccessBridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeJavaVMInstance.cpp:252:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.cpp:62:5: performance: Variable 'queueLocked' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.cpp:63:5: performance: Variable 'queueRemoveLocked' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.h:70:9: style: Technically the member function 'AccessBridgeMessageQueue::getEventsWaiting' can be const. [functionConst]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.cpp:77:27: note: Technically the member function 'AccessBridgeMessageQueue::getEventsWaiting' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.h:70:9: note: Technically the member function 'AccessBridgeMessageQueue::getEventsWaiting' can be const.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.cpp:48:5: style: Class 'AccessBridgeQueueElement' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.cpp:48:5: style: Class 'AccessBridgeQueueElement' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.cpp:280:54: style: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'ac'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.h:66:54: note: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'ac'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.cpp:280:54: note: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'ac'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.cpp:428:58: style: Function 'getAccessibleHypertext' argument 3 names different: declaration 'hypertextInfo' definition 'accessibleHypertextInfo'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.h:96:98: note: Function 'getAccessibleHypertext' argument 3 names different: declaration 'hypertextInfo' definition 'accessibleHypertextInfo'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.cpp:428:58: note: Function 'getAccessibleHypertext' argument 3 names different: declaration 'hypertextInfo' definition 'accessibleHypertextInfo'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:909:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:171:25: style: The scope of the variable 'sentToUs' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:172:15: style: The scope of the variable 'package' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1150:53: style: Function 'getAccessibleContextInfo' argument 2 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:117:56: note: Function 'getAccessibleContextInfo' argument 2 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1150:53: note: Function 'getAccessibleContextInfo' argument 2 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1263:51: style: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:122:54: note: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1263:51: note: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1335:67: style: Function 'getAccessibleTableRowHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:126:59: note: Function 'getAccessibleTableRowHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1335:67: note: Function 'getAccessibleTableRowHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1367:70: style: Function 'getAccessibleTableColumnHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:127:62: note: Function 'getAccessibleTableColumnHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1367:70: note: Function 'getAccessibleTableColumnHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1400:61: style: Function 'getAccessibleTableRowDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:129:69: note: Function 'getAccessibleTableRowDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1400:61: note: Function 'getAccessibleTableRowDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1436:64: style: Function 'getAccessibleTableColumnDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:130:72: note: Function 'getAccessibleTableColumnDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1436:64: note: Function 'getAccessibleTableColumnDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1780:70: style: Function 'getAccessibleRelationSet' argument 3 names different: declaration 'relationSet' definition 'relationSetInfo'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:149:102: note: Function 'getAccessibleRelationSet' argument 3 names different: declaration 'relationSet' definition 'relationSetInfo'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1780:70: note: Function 'getAccessibleRelationSet' argument 3 names different: declaration 'relationSet' definition 'relationSetInfo'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1939:55: style: Function 'getAccessibleHypertextExt' argument 3 names different: declaration 'nStartIndex' definition 'startIndex'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:160:47: note: Function 'getAccessibleHypertextExt' argument 3 names different: declaration 'nStartIndex' definition 'startIndex'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1939:55: note: Function 'getAccessibleHypertextExt' argument 3 names different: declaration 'nStartIndex' definition 'startIndex'.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:80:10: performance: Technically the member function 'WinAccessBridge::processPackage' can be static. [functionStatic]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:628:18: note: Technically the member function 'WinAccessBridge::processPackage' can be static.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:80:10: note: Technically the member function 'WinAccessBridge::processPackage' can be static.
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:259:5: style: Class 'WinAccessBridge' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:259:5: style: Class 'WinAccessBridge' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:149:13: style: The scope of the variable 'tmpBuf' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:150:13: style: The scope of the variable 'name' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:151:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:151:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:52:36: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:83:1: error: va_list 'argprt' was opened but not closed by va_end(). [va_end_missing]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:103:1: error: va_list 'argprt' was opened but not closed by va_end(). [va_end_missing]
openjdk-10-10.0.2+13/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:128:21: error: va_list 'argprt' was opened but not closed by va_end(). [va_end_missing]
openjdk-10-10.0.2+13/src/jdk.attach/linux/native/libattach/VirtualMachineImpl.c:131:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-10-10.0.2+13/src/jdk.attach/windows/native/libattach/VirtualMachineImpl.c:622:17: style: The scope of the variable 'str' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c:1471:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c:1472:12: style: The scope of the variable 'jInitVectorChars' can be reduced. [variableScope]
openjdk-10-10.0.2+13/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c:81:60: style: Function 'ckDatePtrToJDateObject' argument 2 names different: declaration 'ckpValue' definition 'ckpDate'. [funcArgNamesDifferent]
openjdk-10-10.0.2+13/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11wrapper.h:324:60: note: Function 'ckDatePtrToJDateObject' argument 2 names different: declaration 'ckpValue' definition 'ckpDate'.
openjdk-10-10.0.2+13/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c:81:60: note: Function 'ckDatePtrToJDateObject' argument 2 names different: declaration 'ckpValue' definition 'ckpDate'.
[12:52]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/o/openjdk-11/openjdk-11_11~24.orig.tar.xz
Checking openjdk-11-11~24/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_digest.c: __GCC__=1;__GCC__=1...

openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:163:34: style: Condition 'pointer_size==4' is always false [knownConditionTrueFalse]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:162:28: note: Assignment 'pointer_size=sizeof(void*)', assigned value is 8
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:163:34: note: Condition 'pointer_size==4' is always false
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:183:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:189:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:274:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:275:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:278:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:279:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:280:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:281:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:282:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:283:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:284:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:285:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/hotspot/src/native/dtrace/generateJvmOffsets.cpp:286:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openjdk-11-11~24/make/src/native/fixpath.c:152:9: style: The scope of the variable 'drive_letter_pos' can be reduced. [variableScope]
openjdk-11-11~24/make/src/native/fixpath.c:212:10: style: Unused variable: len [unusedVariable]
openjdk-11-11~24/make/src/native/fixpath.c:428:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openjdk-11-11~24/make/src/native/fixpath.c:134:5: error: Memory leak: out [memleak]
openjdk-11-11~24/src/hotspot/cpu/aarch64/assembler_aarch64.cpp:1443:16: style: Variable 'shift' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:145:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:150:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:181:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:271:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:279:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:330:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:338:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:348:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:405:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:462:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:499:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:524:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:550:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:637:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:648:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:702:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:347:39: style: Unused private function: 'NativeMovConstRegPatching::nativeMovConstRegPatching_at' [unusedPrivateFunction]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:414:35: style: Unused private function: 'NativeMovRegMemPatching::nativeMovRegMemPatching_at' [unusedPrivateFunction]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:66:15: style: Technically the member function 'NativeInstruction::is_nop' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:582:32: note: Technically the member function 'NativeInstruction::is_nop' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:66:15: note: Technically the member function 'NativeInstruction::is_nop' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:69:8: style: Technically the member function 'NativeInstruction::is_jump' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:587:32: note: Technically the member function 'NativeInstruction::is_jump' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:69:8: note: Technically the member function 'NativeInstruction::is_jump' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:92:8: style: Technically the member function 'NativeInstruction::set_char_at' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:93:8: style: Technically the member function 'NativeInstruction::set_int_at' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:94:8: style: Technically the member function 'NativeInstruction::set_uint_at' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:95:8: style: Technically the member function 'NativeInstruction::set_ptr_at' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:96:8: style: Technically the member function 'NativeInstruction::set_oop_at' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:111:8: style: Technically the member function 'NativeInstruction::is_ldr_literal' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:122:8: style: Technically the member function 'NativeInstruction::is_call' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:130:8: style: Technically the member function 'NativeInstruction::is_Membar' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:136:8: style: Technically the member function 'NativeInstruction::is_Imm_LdSt' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:224:9: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:312:8: style: Technically the member function 'NativeMovConstReg::flush' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:451:8: style: Technically the member function 'NativeLoadGot::set_data' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:543:8: style: Technically the member function 'NativeGotJump::set_jump_destination' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:642:16: style: Technically the member function 'NativeMembar::get_kind' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:643:8: style: Technically the member function 'NativeMembar::set_kind' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:653:11: style: Technically the member function 'NativeLdSt::size' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:655:8: style: Technically the member function 'NativeLdSt::is_ldst_ur' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:660:8: style: Technically the member function 'NativeLdSt::is_ldst_unsigned_offset' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:665:12: style: Technically the member function 'NativeLdSt::target' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:669:12: style: Technically the member function 'NativeLdSt::base' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:686:8: style: Technically the member function 'NativeLdSt::is_load' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:692:8: style: Technically the member function 'NativeLdSt::is_store' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_FrameMap_aarch64.cpp:198:61: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:1733:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:243:17: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:1297:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp:2532:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1007:7: style: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1001:0: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1007:7: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:205:15: style: Variable 'shift' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:414:25: style: Variable 'left_arg' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:415:25: style: Variable 'right_arg' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:516:12: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp:1296:23: style: Variable 'is_safepoint' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_MacroAssembler_aarch64.cpp:126:13: style: Variable 'aligned_mask' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/register_aarch64.hpp:39:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/register_aarch64.hpp:123:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:144:23: style: Same expression on both sides of '||'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:55:22: style: Variable 'align_stack' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:320:18: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:465:47: style: Variable 'exception_oop_callee_saved' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:467:33: style: Variable 'exception_pc' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/register_aarch64.hpp:210:3: style: Class 'RegSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/aarch64/register_aarch64.hpp:216:3: style: Class 'RegSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/aarch64/compiledIC_aarch64.cpp:207:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/compiledIC_aot_aarch64.cpp:99:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/icBuffer_aarch64.cpp:65:29: style: Variable 'move' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/immediate_aarch64.cpp:256:12: style: The scope of the variable 'dpval' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:392:3: warning: Member variable 'CPUState::fr' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:420:20: style: Technically the member function 'CPUState::wreg' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:428:18: style: Technically the member function 'CPUState::wregs' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:436:20: style: Technically the member function 'CPUState::hreg' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:444:18: style: Technically the member function 'CPUState::hregs' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:452:20: style: Technically the member function 'CPUState::breg' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:460:18: style: Technically the member function 'CPUState::bregs' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/cpustate_aarch64.hpp:517:8: style: Technically the member function 'CPUState::checkAssertions' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:300:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:166:36: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:300:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:968:53: style: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:235:45: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:968:53: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:997:58: style: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:250:50: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:997:58: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1122:63: style: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:263:38: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1122:63: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1400:90: style: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:268:65: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1400:90: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1441:62: style: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:271:37: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1441:62: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1443:62: style: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:272:37: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:1443:62: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp:61:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/aarch64/interpreterRT_aarch64.cpp:385:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:955:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:960:3: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:955:3: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:2639:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:2701:22: warning: Suspicious code: sign conversion of -64 in calculation because '-64' has a negative value [signConversion]
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:183:58: style: Variable 'dest' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp:2703:21: warning: Assert statement calls a function which may have desired side effects: 'is_not_pre_post_index'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64_log.cpp:257:45: style: Function 'fast_log' argument 7 names different: declaration 'tmpC1' definition 'C1'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:1257:31: note: Function 'fast_log' argument 7 names different: declaration 'tmpC1' definition 'C1'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64_log.cpp:257:45: note: Function 'fast_log' argument 7 names different: declaration 'tmpC1' definition 'C1'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64_log.cpp:257:63: style: Function 'fast_log' argument 8 names different: declaration 'tmpC2' definition 'C2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:1257:52: note: Function 'fast_log' argument 8 names different: declaration 'tmpC2' definition 'C2'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64_log.cpp:257:63: note: Function 'fast_log' argument 8 names different: declaration 'tmpC2' definition 'C2'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64_log.cpp:258:45: style: Function 'fast_log' argument 9 names different: declaration 'tmpC3' definition 'C3'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:1257:73: note: Function 'fast_log' argument 9 names different: declaration 'tmpC3' definition 'C3'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64_log.cpp:258:45: note: Function 'fast_log' argument 9 names different: declaration 'tmpC3' definition 'C3'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64_log.cpp:258:63: style: Function 'fast_log' argument 10 names different: declaration 'tmpC4' definition 'C4'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:1258:31: note: Function 'fast_log' argument 10 names different: declaration 'tmpC4' definition 'C4'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64_log.cpp:258:63: note: Function 'fast_log' argument 10 names different: declaration 'tmpC4' definition 'C4'.
openjdk-11-11~24/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:86:3: style: Class 'MacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:76:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:85:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:104:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:489:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:97:25: style: Variable 'load' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:185:19: style: Variable 'code_size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:299:0: style: Variable 'insn' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:489:51: style: Variable 'n_jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:458:8: style: Unused private function: 'NativeLoadGot::report_and_fail' [unusedPrivateFunction]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:74:8: style: Technically the member function 'NativeInstruction::is_movz' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:435:25: note: Technically the member function 'NativeInstruction::is_movz' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:74:8: note: Technically the member function 'NativeInstruction::is_movz' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:75:8: style: Technically the member function 'NativeInstruction::is_movk' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:439:25: note: Technically the member function 'NativeInstruction::is_movk' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:75:8: note: Technically the member function 'NativeInstruction::is_movk' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:76:8: style: Technically the member function 'NativeInstruction::is_sigill_zombie_not_entrant' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:443:25: note: Technically the member function 'NativeInstruction::is_sigill_zombie_not_entrant' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:76:8: note: Technically the member function 'NativeInstruction::is_sigill_zombie_not_entrant' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:98:8: style: Technically the member function 'NativeInstruction::wrote' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:43:25: note: Technically the member function 'NativeInstruction::wrote' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:98:8: note: Technically the member function 'NativeInstruction::wrote' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:172:8: style: Technically the member function 'NativePltCall::set_stub_to_clean' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:124:21: note: Technically the member function 'NativePltCall::set_stub_to_clean' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:172:8: note: Technically the member function 'NativePltCall::set_stub_to_clean' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:175:9: style: Technically the member function 'NativePltCall::set_destination_mt_safe' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:117:21: note: Technically the member function 'NativePltCall::set_destination_mt_safe' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:175:9: note: Technically the member function 'NativePltCall::set_destination_mt_safe' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:266:11: style: Technically the member function 'NativeCall::get_trampoline' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:208:21: note: Technically the member function 'NativeCall::get_trampoline' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:266:11: note: Technically the member function 'NativeCall::get_trampoline' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:310:9: style: Technically the member function 'NativeMovConstReg::set_data' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:247:25: note: Technically the member function 'NativeMovConstReg::set_data' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:310:9: note: Technically the member function 'NativeMovConstReg::set_data' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:318:9: performance: Technically the member function 'NativeMovConstReg::verify' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:232:25: note: Technically the member function 'NativeMovConstReg::verify' can be static.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:318:9: note: Technically the member function 'NativeMovConstReg::verify' can be static.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:319:9: style: Technically the member function 'NativeMovConstReg::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:277:25: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:319:9: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:390:9: style: Technically the member function 'NativeMovRegMem::set_offset' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:297:23: note: Technically the member function 'NativeMovRegMem::set_offset' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:390:9: note: Technically the member function 'NativeMovRegMem::set_offset' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:394:8: performance: Technically the member function 'NativeMovRegMem::verify' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:309:23: note: Technically the member function 'NativeMovRegMem::verify' can be static.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:394:8: note: Technically the member function 'NativeMovRegMem::verify' can be static.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:481:8: style: Technically the member function 'NativeJump::set_jump_destination' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:335:18: note: Technically the member function 'NativeJump::set_jump_destination' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:481:8: note: Technically the member function 'NativeJump::set_jump_destination' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:486:8: performance: Technically the member function 'NativeJump::verify' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:317:18: note: Technically the member function 'NativeJump::verify' can be static.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:486:8: note: Technically the member function 'NativeJump::verify' can be static.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:516:8: style: Technically the member function 'NativeGeneralJump::set_jump_destination' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp:359:25: note: Technically the member function 'NativeGeneralJump::set_jump_destination' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp:516:8: note: Technically the member function 'NativeGeneralJump::set_jump_destination' can be const.
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2335:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2288:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2335:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2429:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2335:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:2429:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:3012:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:3008:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:3012:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1899:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:148:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1143:22: style: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1156:7: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1143:22: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1146:22: style: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1160:7: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp:1146:22: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp:714:9: style: Unused variable: offset [unusedVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp:4355:25: style: Variable 'str1_chr_size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp:4359:16: style: Variable 'isL' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp:4898:7: performance: Variable 'Pa_base' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/cpu/aarch64/templateTable_aarch64.cpp:3204:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/vm_version_aarch64.cpp:175:21: style: The scope of the variable 'p' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/aarch64/vm_version_aarch64.cpp:88:3: style: Class 'VM_Version_StubGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/aarch64/vm_version_ext_aarch64.cpp:44:0: style: Variable 'core_id' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/vm_version_ext_aarch64.cpp:45:0: style: Variable 'chip_id' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/aarch64/vm_version_ext_aarch64.cpp:46:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/register_arm.hpp:168:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/register_arm.hpp:214:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:79:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:152:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:159:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:179:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:200:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:207:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:236:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:283:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:341:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:362:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:393:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:406:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:424:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:428:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:82:46: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:84:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:85:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:94:51: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:143:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:164:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:165:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:186:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:187:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:215:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:217:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:218:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:240:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:291:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:337:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:338:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:339:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:382:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:383:49: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:395:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:397:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:427:49: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp:454:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:221:8: style: Technically the member function 'NativeGeneralJump::set_jump_destination' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:313:8: style: Technically the member function 'RawNativeCall::set_destination' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:328:8: style: Technically the member function 'RawNativeCall::verify' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:332:8: performance: Technically the member function 'RawNativeCall::verify_alignment' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.hpp:376:8: style: Technically the member function 'NativeMovConstReg::is_pc_relative' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:75:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:76:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:83:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:84:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:211:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:212:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:213:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:214:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:222:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:267:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:290:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:291:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:292:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:293:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:296:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:303:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:309:93: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:329:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:334:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:351:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:353:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:359:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:365:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:453:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:454:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:458:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:459:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:463:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:464:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:473:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:474:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:476:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:478:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:522:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:525:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:715:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:716:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:717:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:723:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:748:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:750:46: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:759:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:761:47: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:839:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:840:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:845:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:846:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:854:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:855:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:859:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:860:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:957:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:958:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:959:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:965:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:990:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:992:47: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1001:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1003:48: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1060:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1061:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1395:56: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1397:65: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1412:121: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1421:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1423:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1425:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1428:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1429:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1432:46: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1436:61: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1456:61: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1527:123: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1538:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1540:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1549:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1551:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1555:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1557:50: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1562:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1565:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1567:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1570:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1571:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1574:48: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1581:61: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1596:61: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1615:123: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1646:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1648:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1656:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1661:50: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1670:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1678:44: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1687:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1689:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1694:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1696:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1706:48: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1718:61: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1780:103: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1786:60: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1788:49: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:1814:103: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2083:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2102:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2233:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2346:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2347:44: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2377:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2488:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2489:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2497:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2504:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2508:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2542:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2550:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2562:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2563:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2570:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2577:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2620:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2621:72: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2630:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2632:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2634:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2636:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2706:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2708:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2731:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2741:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2754:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2756:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2771:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2778:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2794:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2800:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2922:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2924:51: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2926:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2927:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2929:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2932:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2933:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2963:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2966:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2967:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2968:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:2969:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3010:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3017:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3052:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3053:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3273:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3338:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3339:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3341:79: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3354:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3355:80: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3356:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3368:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3372:101: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3376:103: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3380:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3384:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3388:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3392:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3484:103: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3519:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3584:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3590:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3591:103: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp:3142:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:54:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:56:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:62:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:66:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:70:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:71:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:74:49: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:75:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:89:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:90:93: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:105:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:106:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:113:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:119:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:225:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:230:58: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:231:58: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:270:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:271:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:273:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:275:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:319:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:321:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:324:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:326:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:328:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:371:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:372:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:373:52: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:388:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:395:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:396:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:414:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:415:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:416:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:417:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:435:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:436:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:438:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:444:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:474:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:475:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:476:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:477:108: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:481:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:513:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:517:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:520:80: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:547:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:563:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:564:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:565:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:566:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:568:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:576:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:579:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:598:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:599:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:600:97: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:617:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:618:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:635:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:636:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:637:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:638:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:641:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:665:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:668:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:698:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:699:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:700:97: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:716:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:717:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:725:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:726:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:821:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:824:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:826:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:827:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:831:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:832:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:833:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:834:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:838:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:840:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:845:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:855:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:856:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:858:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:859:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:873:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:875:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:887:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:888:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:895:99: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/c1_Runtime1_arm.cpp:941:86: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/compiledIC_arm.cpp:167:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/icBuffer_arm.cpp:47:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/icBuffer_arm.cpp:49:64: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:215:91: style: Function 'get_index_at_bcp' argument 3 names different: declaration 'reg_tmp' definition 'tmp_reg'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.hpp:133:66: note: Function 'get_index_at_bcp' argument 3 names different: declaration 'reg_tmp' definition 'tmp_reg'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:215:91: note: Function 'get_index_at_bcp' argument 3 names different: declaration 'reg_tmp' definition 'tmp_reg'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:293:70: style: Function 'load_resolved_reference_at_index' argument 2 names different: declaration 'tmp' definition 'index'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.hpp:141:67: note: Function 'load_resolved_reference_at_index' argument 2 names different: declaration 'tmp' definition 'index'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:293:70: note: Function 'load_resolved_reference_at_index' argument 2 names different: declaration 'tmp' definition 'index'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:968:54: style: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.hpp:263:31: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:968:54: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:1109:56: style: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.hpp:264:31: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:1109:56: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'Rlock'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:1244:70: style: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.hpp:281:45: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:1244:70: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:1303:75: style: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.hpp:293:50: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:1303:75: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:1303:100: style: Function 'update_mdp_by_offset' argument 3 names different: declaration 'reg_tmp' definition 'reg_temp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.hpp:293:77: note: Function 'update_mdp_by_offset' argument 3 names different: declaration 'reg_tmp' definition 'reg_temp'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:1303:100: note: Function 'update_mdp_by_offset' argument 3 names different: declaration 'reg_tmp' definition 'reg_temp'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:1721:84: style: Function 'inc_global_counter' argument 2 names different: declaration 'offset_in_bytes' definition 'offset'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.hpp:317:59: note: Function 'inc_global_counter' argument 2 names different: declaration 'offset_in_bytes' definition 'offset'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.cpp:1721:84: note: Function 'inc_global_counter' argument 2 names different: declaration 'offset_in_bytes' definition 'offset'.
openjdk-11-11~24/src/hotspot/cpu/arm/interp_masm_arm.hpp:60:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/arm/interpreterRT_arm.cpp:444:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1774:7: style: Condition '!fallthrough_is_success' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1717:33: note: Assignment 'fallthrough_is_success=false', assigned value is 0
openjdk-11-11~24/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1774:7: note: Condition '!fallthrough_is_success' is always true
openjdk-11-11~24/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1822:7: style: Condition '!fallthrough_is_success' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1784:33: note: Assignment 'fallthrough_is_success=false', assigned value is 0
openjdk-11-11~24/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1822:7: note: Condition '!fallthrough_is_success' is always true
openjdk-11-11~24/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1016:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1139:8: style: Unused variable: buffer [unusedVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1496:19: style: Variable 'push_size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/macroAssembler_arm.cpp:1605:87: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/cpu/arm/methodHandles_arm.cpp:513:97: warning: Either the condition 'last_sp!=NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openjdk-11-11~24/src/hotspot/cpu/arm/methodHandles_arm.cpp:515:38: note: Assuming that condition 'last_sp!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/cpu/arm/methodHandles_arm.cpp:506:24: note: Assignment 'base_sp=last_sp', assigned value is 0
openjdk-11-11~24/src/hotspot/cpu/arm/methodHandles_arm.cpp:513:97: note: Null pointer subtraction
openjdk-11-11~24/src/hotspot/cpu/arm/methodHandles_arm.cpp:513:97: style: Same expression on both sides of '-' because the value of 'base_sp' and 'last_sp' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/cpu/arm/methodHandles_arm.cpp:506:24: note: 'base_sp' is assigned value 'last_sp' here.
openjdk-11-11~24/src/hotspot/cpu/arm/methodHandles_arm.cpp:513:97: note: Same expression on both sides of '-' because the value of 'base_sp' and 'last_sp' are the same.
openjdk-11-11~24/src/hotspot/cpu/arm/methodHandles_arm.cpp:394:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.cpp:165:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_32.cpp:56:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/nativeInst_arm_64.cpp:70:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/sharedRuntime_arm.cpp:1269:7: style: The scope of the variable 'fp_regs_in_arguments' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/arm/sharedRuntime_arm.cpp:168:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:290:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:291:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:293:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:295:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:296:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:297:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:304:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:308:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:312:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:313:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:314:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:319:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:320:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:323:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:324:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:326:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:327:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:328:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:329:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:355:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:357:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:359:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:371:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:383:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:384:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:387:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:388:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:389:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:390:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:402:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:424:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:426:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:427:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:439:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:446:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:448:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:464:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:470:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:471:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:474:47: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:487:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:488:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:489:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:496:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:501:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:507:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:511:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:517:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:522:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:574:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:575:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:576:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:577:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:597:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:623:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:624:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:629:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:645:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:672:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:673:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:674:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:675:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:684:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:710:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:711:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:712:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:713:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:714:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:715:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:716:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:717:79: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:718:79: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:720:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:725:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:731:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:735:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:736:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:747:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:752:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:756:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:759:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:771:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:772:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:773:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:774:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:775:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:779:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:781:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:784:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:785:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:788:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:791:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:916:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:917:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:918:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:919:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:921:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:922:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:923:73: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:970:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:976:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1006:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1007:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1150:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1169:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1229:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1230:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1232:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1246:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1247:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1249:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1332:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1333:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1336:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1337:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1341:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1342:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1347:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1348:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1353:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1354:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1357:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1385:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1399:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1448:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1449:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1451:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1465:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1466:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1468:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1550:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1551:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1554:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1555:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1559:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1560:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1565:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1566:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1571:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1572:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1575:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1617:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1678:52: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1679:53: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1681:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1685:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1686:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1697:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1698:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1699:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1700:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1701:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1702:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1703:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1707:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1710:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1711:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1712:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1713:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1714:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1715:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1716:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1717:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1723:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1725:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1734:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1829:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1831:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1832:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1833:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1834:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1835:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1836:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1837:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1838:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1839:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1840:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1843:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1844:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1845:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1846:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1847:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1848:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1851:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1852:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1853:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1854:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1857:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1861:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1863:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1864:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1865:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1866:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1867:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1868:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1869:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1870:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1871:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1872:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1875:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1876:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1877:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1878:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1879:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1880:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1883:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1884:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1885:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1886:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1895:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1896:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1898:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1899:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1902:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1903:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1906:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:1950:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2010:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2011:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2012:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2014:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2015:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2026:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2027:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2028:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2029:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2030:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2031:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2032:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2033:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2034:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2035:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2036:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2040:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2043:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2044:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2045:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2046:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2052:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2054:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2064:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2168:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2170:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2171:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2172:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2173:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2174:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2175:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2176:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2177:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2178:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2179:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2182:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2183:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2184:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2185:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2186:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2187:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2190:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2191:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2192:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2193:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2196:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2197:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2201:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2203:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2204:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2205:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2206:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2207:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2208:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2209:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2210:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2211:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2212:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2215:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2216:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2217:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2218:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2219:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2220:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2223:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2224:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2225:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2226:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2231:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2232:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2237:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2238:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2240:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2244:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2245:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2503:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2540:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2641:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2696:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2738:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2739:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2740:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2741:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2747:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2890:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2912:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2913:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2914:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2915:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2922:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2938:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:2945:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3055:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3056:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3058:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3067:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3070:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3197:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3198:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3200:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3201:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3209:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3216:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3226:55: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3231:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3237:64: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3255:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3263:69: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3267:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3273:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3274:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3276:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3278:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3293:53: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3299:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3301:57: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3303:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3304:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3318:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3374:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3375:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3376:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3379:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3380:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3381:48: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3382:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3388:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3389:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3390:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3394:48: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3401:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3403:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3405:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3483:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3493:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3494:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3579:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3580:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3611:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3612:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3622:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3630:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3631:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3638:53: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3642:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3644:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3682:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:3699:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:131:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:132:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:133:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:136:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:137:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:140:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:142:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:143:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:144:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:145:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:146:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:147:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:148:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:149:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:150:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:151:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:152:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:153:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:154:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:155:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:156:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:157:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:160:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:161:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:164:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:166:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:175:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:176:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:177:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:178:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:179:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:180:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:181:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:182:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:183:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:184:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:185:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:186:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:187:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:189:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:190:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:191:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:192:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:193:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:194:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:195:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:196:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:197:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:198:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:199:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:200:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:201:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:203:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:204:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:205:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:206:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:207:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:208:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:209:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:210:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:211:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:212:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:213:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:214:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:215:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:216:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:218:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:219:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:220:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:221:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:222:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:223:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:224:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:225:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:226:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:227:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:228:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:229:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:230:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:233:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:235:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:236:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:237:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:243:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:247:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:249:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:250:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:251:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:252:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:253:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:254:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:255:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:256:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:257:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:258:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:259:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:260:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:262:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:264:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:265:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:266:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:267:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:268:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:269:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:270:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:271:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:272:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:273:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:274:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:275:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:278:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:279:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:280:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:281:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:282:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:283:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:284:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:285:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:286:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:287:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:288:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:289:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:290:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:293:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:294:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:295:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:296:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:297:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:298:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:299:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:300:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:301:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:302:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:303:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:304:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:305:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:308:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:310:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:311:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:313:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:328:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:329:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:330:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:333:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:336:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:337:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:341:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:344:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:347:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:348:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:349:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:350:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:351:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:352:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:353:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:354:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:355:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:356:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:357:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:358:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:359:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:360:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:361:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:362:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:366:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:367:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:370:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:381:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:382:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:383:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:384:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:385:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:386:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:387:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:388:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:389:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:390:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:391:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:392:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:393:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:395:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:396:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:397:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:398:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:399:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:400:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:401:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:402:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:403:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:404:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:405:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:406:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:407:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:409:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:410:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:411:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:412:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:413:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:414:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:415:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:416:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:417:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:418:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:419:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:420:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:421:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:422:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:424:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:425:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:426:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:427:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:428:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:429:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:430:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:431:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:432:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:433:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:434:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:435:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:436:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:439:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:441:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:442:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:443:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:450:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:452:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:455:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:459:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:461:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:462:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:463:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:464:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:465:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:466:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:467:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:468:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:469:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:470:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:472:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:476:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:478:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:479:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:480:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:481:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:482:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:483:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:484:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:485:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:486:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:487:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:488:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:489:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:491:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:493:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:494:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:495:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:496:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:497:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:498:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:499:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:500:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:501:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:502:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:503:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:504:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:506:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:508:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:509:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:510:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:511:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:512:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:513:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:514:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:515:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:516:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:517:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:518:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:519:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:521:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:523:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:524:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:525:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:543:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:545:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:547:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:550:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:551:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:554:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:557:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:561:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:563:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:564:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:565:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:566:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:567:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:569:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:570:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:571:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:572:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:577:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:578:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:579:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:581:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:584:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:585:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:587:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:588:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:616:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:619:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:622:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:626:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:627:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:635:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:636:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:639:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:640:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:646:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:648:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:652:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:655:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:658:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:659:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:660:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:661:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:662:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:665:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:666:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:667:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:676:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:677:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:683:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:684:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:687:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:688:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:689:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:692:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:693:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:695:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:699:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:700:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:703:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:704:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:707:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:710:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:716:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:720:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:725:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:730:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:735:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:740:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:745:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:750:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:755:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:766:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:767:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:773:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:774:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:784:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:788:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:789:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:792:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:793:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:801:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:802:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:803:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:804:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:805:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:806:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:807:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:808:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:809:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:810:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:811:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:812:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:813:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:815:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:816:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:817:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:818:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:819:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:820:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:821:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:822:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:823:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:824:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:825:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:826:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:827:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:829:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:830:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:831:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:832:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:833:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:834:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:835:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:836:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:837:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:838:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:839:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:840:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:841:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:842:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:844:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:845:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:846:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:847:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:848:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:849:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:850:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:851:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:852:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:853:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:854:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:855:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:856:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:859:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:862:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:863:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:864:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:873:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:876:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:878:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:879:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:880:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:881:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:882:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:883:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:884:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:885:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:886:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:887:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:888:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:889:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:891:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:892:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:893:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:894:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:895:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:896:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:897:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:898:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:899:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:900:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:901:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:904:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:905:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:906:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:907:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:908:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:909:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:910:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:911:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:912:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:913:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:914:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:917:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:918:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:919:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:920:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:921:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:922:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:923:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:924:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:925:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:926:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:927:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:931:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:932:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:943:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:946:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:947:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:948:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:955:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:957:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:961:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:963:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:967:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:970:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:974:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:976:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:980:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:982:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:986:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:988:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:992:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:994:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:998:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1000:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1004:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1006:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1010:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1014:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1015:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1022:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1023:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1027:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1028:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp:1029:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4253:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4254:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4259:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4261:44: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4271:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4273:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:4274:84: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/arm/stubGenerator_arm.cpp:774:30: style: Variable 'scratch_hi' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/templateInterpreterGenerator_arm.cpp:151:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/hotspot/cpu/arm/templateTable_arm.cpp:2421:37: style: Same expression on both sides of '==' because the value of 'overflow_frequency' and '1024' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/cpu/arm/templateTable_arm.cpp:2415:42: note: 'overflow_frequency' is assigned value '1024' here.
openjdk-11-11~24/src/hotspot/cpu/arm/templateTable_arm.cpp:2421:37: note: Same expression on both sides of '==' because the value of 'overflow_frequency' and '1024' are the same.
openjdk-11-11~24/src/hotspot/cpu/arm/templateTable_arm.cpp:526:13: style: Variable 'tags_offset' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/templateTable_arm.cpp:2278:13: style: Variable 'method_offset' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/templateTable_arm.cpp:4126:14: style: Variable 'is_invokeinterface' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/templateTable_arm.cpp:4130:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/vm_version_arm_32.cpp:50:3: style: Class 'VM_Version_StubGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/arm/vm_version_ext_arm.cpp:44:0: style: Variable 'core_id' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/vm_version_ext_arm.cpp:45:0: style: Variable 'chip_id' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/vm_version_ext_arm.cpp:46:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/arm/vtableStubs_arm.cpp:129:13: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/assembler_ppc.cpp:428:24: style: Variable 'return_xd' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:189:3: warning: Possible null pointer dereference: call [nullPointer]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:186:22: note: Assignment 'call=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:189:3: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:124:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:180:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:188:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:238:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:275:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:313:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:329:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:349:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:375:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:411:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:436:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:506:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:505:34: style: Unused private function: 'NativeMovRegMem::nativeMovRegMem_at' [unusedPrivateFunction]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:51:8: style: Technically the member function 'NativeInstruction::is_jump' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:53:8: style: Technically the member function 'NativeInstruction::is_sigtrap_ic_miss_check' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:58:8: style: Technically the member function 'NativeInstruction::is_sigtrap_null_check' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:65:8: style: Technically the member function 'NativeInstruction::is_sigtrap_zombie_not_entrant' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:72:8: style: Technically the member function 'NativeInstruction::is_sigill_zombie_not_entrant' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:88:8: style: Technically the member function 'NativeInstruction::is_sigtrap_should_not_reach_here' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:92:8: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:103:8: style: Technically the member function 'NativeInstruction::is_memory_serialization' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:109:11: style: Technically the member function 'NativeInstruction::get_stack_bang_address' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:175:8: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:482:8: style: Technically the member function 'NativeMovRegMem::set_offset' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp:1854:13: style: Variable 'frame_resize' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp:2699:49: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp:2742:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1140:3: style: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1136:0: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1140:3: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1311:7: style: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1305:0: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:1311:7: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:429:96: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp:483:95: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/cpu/ppc/register_ppc.hpp:80:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/register_ppc.hpp:196:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/register_ppc.hpp:251:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/register_ppc.hpp:352:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/register_ppc.hpp:398:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/register_ppc.hpp:503:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/vmreg_ppc.inline.hpp:30:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:59:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:62:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:70:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:71:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:78:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:82:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:84:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:87:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:104:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:105:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:125:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:131:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:132:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:138:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:139:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:140:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:183:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:184:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:187:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:188:55: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:201:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:209:42: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:222:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:230:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:235:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:236:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:266:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:268:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:282:53: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:287:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:289:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:291:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:293:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:311:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:312:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:313:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:314:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:315:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:316:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:318:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:323:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:333:53: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:338:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:340:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:342:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:344:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:351:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:362:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:365:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:377:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:379:51: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:383:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:384:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:420:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:426:53: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:456:47: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:458:47: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:469:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:477:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:480:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:482:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:484:57: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:486:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:487:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:488:49: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:491:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:492:100: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:497:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:498:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:548:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:549:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:550:42: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:553:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:554:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:557:105: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:559:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:561:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:591:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:592:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:593:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:594:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:596:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:610:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:615:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:632:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:637:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:645:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:646:53: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:652:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:653:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:711:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:718:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:722:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:723:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:731:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:732:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:733:49: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:737:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:738:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:756:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:757:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:770:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:771:73: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:772:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:774:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:785:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:786:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:805:71: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:806:71: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:808:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:811:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:823:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp:828:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/compiledIC_ppc.cpp:227:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/frame_ppc.cpp:51:15: style: Variable 'safe' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:64:67: style: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:60:42: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:64:67: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:84:69: style: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:66:44: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:84:69: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:97:69: style: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:67:44: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:97:69: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:521:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:76:35: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:521:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:521:81: style: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:76:55: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:521:81: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:521:104: style: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:77:35: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:521:104: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:522:60: style: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:77:50: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:522:60: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:522:76: style: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:77:65: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:522:76: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:536:66: style: Function 'index_check_without_pop' argument 1 names different: declaration 'array' definition 'Rarray'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:137:41: note: Function 'index_check_without_pop' argument 1 names different: declaration 'array' definition 'Rarray'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:536:66: note: Function 'index_check_without_pop' argument 1 names different: declaration 'array' definition 'Rarray'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:536:83: style: Function 'index_check_without_pop' argument 2 names different: declaration 'index' definition 'Rindex'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:137:57: note: Function 'index_check_without_pop' argument 2 names different: declaration 'index' definition 'Rindex'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:536:83: note: Function 'index_check_without_pop' argument 2 names different: declaration 'index' definition 'Rindex'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:537:83: style: Function 'index_check_without_pop' argument 4 names different: declaration 'tmp' definition 'Rtmp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:137:90: note: Function 'index_check_without_pop' argument 4 names different: declaration 'tmp' definition 'Rtmp'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:537:83: note: Function 'index_check_without_pop' argument 4 names different: declaration 'tmp' definition 'Rtmp'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:537:98: style: Function 'index_check_without_pop' argument 5 names different: declaration 'res' definition 'Rres'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:137:104: note: Function 'index_check_without_pop' argument 5 names different: declaration 'res' definition 'Rres'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:537:98: note: Function 'index_check_without_pop' argument 5 names different: declaration 'res' definition 'Rres'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:753:55: style: Function 'merge_frames' argument 1 names different: declaration 'Rtop_frame_sp' definition 'Rsender_sp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:161:30: note: Function 'merge_frames' argument 1 names different: declaration 'Rtop_frame_sp' definition 'Rsender_sp'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:753:55: note: Function 'merge_frames' argument 1 names different: declaration 'Rtop_frame_sp' definition 'Rsender_sp'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:875:54: style: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:211:31: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:875:54: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:875:72: style: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:211:50: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:875:72: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:987:56: style: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:212:31: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:987:56: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1400:101: style: Function 'increment_backedge_counter' argument 2 names different: declaration 'Rtmp' definition 'Rdst'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:201:70: note: Function 'increment_backedge_counter' argument 2 names different: declaration 'Rtmp' definition 'Rdst'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1400:101: note: Function 'increment_backedge_counter' argument 2 names different: declaration 'Rtmp' definition 'Rdst'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1401:75: style: Function 'increment_backedge_counter' argument 3 names different: declaration 'Rtmp2' definition 'Rtmp1'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:201:85: note: Function 'increment_backedge_counter' argument 3 names different: declaration 'Rtmp2' definition 'Rtmp1'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1401:75: note: Function 'increment_backedge_counter' argument 3 names different: declaration 'Rtmp2' definition 'Rtmp1'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1672:66: style: Function 'record_klass_in_profile' argument 1 names different: declaration 'receiver' definition 'Rreceiver'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:247:41: note: Function 'record_klass_in_profile' argument 1 names different: declaration 'receiver' definition 'Rreceiver'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1672:66: note: Function 'record_klass_in_profile' argument 1 names different: declaration 'receiver' definition 'Rreceiver'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1673:66: style: Function 'record_klass_in_profile' argument 2 names different: declaration 'scratch1' definition 'Rscratch1'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:247:60: note: Function 'record_klass_in_profile' argument 2 names different: declaration 'scratch1' definition 'Rscratch1'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1673:66: note: Function 'record_klass_in_profile' argument 2 names different: declaration 'scratch1' definition 'Rscratch1'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1673:86: style: Function 'record_klass_in_profile' argument 3 names different: declaration 'scratch2' definition 'Rscratch2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:247:79: note: Function 'record_klass_in_profile' argument 3 names different: declaration 'scratch2' definition 'Rscratch2'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:1673:86: note: Function 'record_klass_in_profile' argument 3 names different: declaration 'scratch2' definition 'Rscratch2'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:2283:71: warning: Function 'increment_invocation_counter' argument order different: declaration 'iv_be_count, Rtmp1, Rtmp2_r0' definition 'Rcounters, iv_be_count, Rtmp_r0' [funcArgOrderDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:208:46: note: Function 'increment_invocation_counter' argument order different: declaration 'iv_be_count, Rtmp1, Rtmp2_r0' definition 'Rcounters, iv_be_count, Rtmp_r0'
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:2283:71: note: Function 'increment_invocation_counter' argument order different: declaration 'iv_be_count, Rtmp1, Rtmp2_r0' definition 'Rcounters, iv_be_count, Rtmp_r0'
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:2346:85: style: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:258:60: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp:2346:85: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
openjdk-11-11~24/src/hotspot/cpu/ppc/interp_masm_ppc.hpp:38:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4167:3: style: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4154:3: note: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4167:3: note: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4265:3: style: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4253:3: note: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4265:3: note: Variable 'tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4114:28: style: Same expression on both sides of '==' because the value of 'tailLoop_stepping' and '1' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4105:34: note: 'tailLoop_stepping' is assigned value '1' here.
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4114:28: note: Same expression on both sides of '==' because the value of 'tailLoop_stepping' and '1' are the same.
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4213:28: style: Same expression on both sides of '==' because the value of 'tailLoop_stepping' and '1' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4204:34: note: 'tailLoop_stepping' is assigned value '1' here.
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:4213:28: note: Same expression on both sides of '==' because the value of 'tailLoop_stepping' and '1' are the same.
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:498:7: style: The scope of the variable 'boint' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc.cpp:499:7: style: The scope of the variable 'biint' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/ppc/macroAssembler_ppc_sha.cpp:615:20: style: Variable 'total_inis' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:209:52: style: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'data'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:264:35: note: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'data'.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:209:52: note: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'data'.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:209:68: style: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:264:48: note: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:209:68: note: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:259:43: style: Function 'set_data' argument 1 names different: declaration 'x' definition 'data'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:266:26: note: Function 'set_data' argument 1 names different: declaration 'x' definition 'data'.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:259:43: note: Function 'set_data' argument 1 names different: declaration 'x' definition 'data'.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:173:11: style: Technically the member function 'NativeCall::get_trampoline' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:130:21: note: Technically the member function 'NativeCall::get_trampoline' can be const.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:173:11: note: Technically the member function 'NativeCall::get_trampoline' can be const.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:264:11: style: Technically the member function 'NativeMovConstReg::set_data_plain' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:209:28: note: Technically the member function 'NativeMovConstReg::set_data_plain' can be const.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:264:11: note: Technically the member function 'NativeMovConstReg::set_data_plain' can be const.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:269:8: style: Technically the member function 'NativeMovConstReg::set_narrow_oop' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:292:25: note: Technically the member function 'NativeMovConstReg::set_narrow_oop' can be const.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:269:8: note: Technically the member function 'NativeMovConstReg::set_narrow_oop' can be const.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:389:8: style: Technically the member function 'NativeCallTrampolineStub::set_destination' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.cpp:414:32: note: Technically the member function 'NativeCallTrampolineStub::set_destination' can be const.
openjdk-11-11~24/src/hotspot/cpu/ppc/nativeInst_ppc.hpp:389:8: note: Technically the member function 'NativeCallTrampolineStub::set_destination' can be const.
openjdk-11-11~24/src/hotspot/cpu/ppc/register_ppc.cpp:95:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/relocInfo_ppc.cpp:92:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/frame_ppc.hpp:375:53: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/frame_ppc.hpp:376:53: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:3212:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:3208:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:3212:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:1023:7: style: The scope of the variable 'comp_words_on_stack' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:2739:7: style: Unused variable: frame_size_in_words [unusedVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:2745:13: style: Variable 'frame_size_in_slots' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:3470:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-11-11~24/src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp:3500:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-11-11~24/src/hotspot/cpu/ppc/stubGenerator_ppc.cpp:801:33: error: Shifting by a negative value is undefined behaviour [shiftNegative]
openjdk-11-11~24/src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp:300:0: error: #error "unknown OS" [preprocessorErrorDirective]
openjdk-11-11~24/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp:2057:13: style: Variable 'entry_size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp:3342:14: style: Variable 'is_invokeinterface' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp:3346:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:150:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:267:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:292:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:294:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:345:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:349:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:353:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:355:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:389:44: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:458:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:514:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:603:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:652:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:91:8: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:97:11: style: Technically the member function 'NativeInstruction::get_poll_address' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:102:8: style: Technically the member function 'NativeInstruction::get_poll_register' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:107:8: style: Technically the member function 'NativeInstruction::is_memory_serialization' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:280:8: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:597:8: style: Technically the member function 'NativeJump::set_jump_destination' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:662:8: performance: Technically the member function 'NativeGeneralJump::set_jump_destination' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:507:3: style: Variable 'virtual_call_oop_addr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:505:0: note: Variable 'virtual_call_oop_addr' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:507:3: note: Variable 'virtual_call_oop_addr' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:1154:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:2467:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp:2774:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp:1107:7: style: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp:1101:0: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp:1107:7: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/s390/c1_MacroAssembler_s390.cpp:142:13: style: Variable 'aligned_mask' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/register_s390.hpp:67:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/register_s390.hpp:161:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/register_s390.hpp:212:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/register_s390.hpp:343:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/vmreg_s390.inline.hpp:30:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:58:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:60:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:63:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:74:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:87:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:90:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:96:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:97:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:101:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:102:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:122:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:129:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:130:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:131:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:138:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:139:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:140:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:141:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:142:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:213:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:215:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:227:47: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:228:46: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:230:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:233:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:236:76: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:237:75: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:241:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:242:48: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:243:47: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:248:99: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:253:82: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:256:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:259:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:260:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:263:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:273:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:283:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:287:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:293:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:294:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:323:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:324:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:336:43: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:342:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:352:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:356:94: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:357:94: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:358:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:362:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:368:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:369:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:370:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:398:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:400:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:408:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:418:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:425:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:426:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:435:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:436:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:438:43: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:441:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:442:100: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:449:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:518:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:519:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:522:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:523:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:536:73: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:537:73: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:538:73: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:539:73: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:543:97: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:544:97: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:550:72: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:551:72: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:552:72: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:553:72: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:557:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:558:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:562:72: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:563:72: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:564:72: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:565:72: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:569:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:570:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:571:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:584:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:590:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:606:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:612:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:619:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:621:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:628:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:629:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:754:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:762:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:763:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:784:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:796:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:797:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:806:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:807:43: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:810:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:811:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:817:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:818:76: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:822:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:823:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:833:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:835:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:839:76: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:840:75: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:844:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:845:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:858:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:866:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:873:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:875:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:879:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:67:3: style: Variable 'return_pc' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:65:0: note: Variable 'return_pc' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/s390/c1_Runtime1_s390.cpp:67:3: note: Variable 'return_pc' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/s390/compiledIC_s390.cpp:157:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/frame_s390.cpp:399:66: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjdk-11-11~24/src/hotspot/cpu/s390/frame_s390.cpp:399:82: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openjdk-11-11~24/src/hotspot/cpu/s390/frame_s390.cpp:242:7: style: The scope of the variable 'frame_type' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp:355:7: style: Condition 'needs_frame' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp:351:22: note: Assignment 'needs_frame=true', assigned value is 1
openjdk-11-11~24/src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp:355:7: note: Condition 'needs_frame' is always true
openjdk-11-11~24/src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp:363:7: style: Condition 'needs_frame' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp:351:22: note: Assignment 'needs_frame=true', assigned value is 1
openjdk-11-11~24/src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp:363:7: note: Condition 'needs_frame' is always true
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:70:69: style: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:79:44: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:70:69: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:81:67: style: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:85:42: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:81:67: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:203:68: style: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:58:51: note: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:203:68: note: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:268:68: style: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:59:51: note: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:268:68: note: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:419:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:112:35: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:419:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:420:60: style: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:112:55: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:420:60: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:421:60: style: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:112:77: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:421:60: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:422:60: style: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:112:92: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:422:60: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:508:54: style: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:147:29: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:508:54: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:708:70: style: Function 'get_4_byte_integer_at_bcp' argument 3 names different: declaration 'should_set_CC' definition 'set_cc'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:201:45: note: Function 'get_4_byte_integer_at_bcp' argument 3 names different: declaration 'should_set_CC' definition 'set_cc'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:708:70: note: Function 'get_4_byte_integer_at_bcp' argument 3 names different: declaration 'should_set_CC' definition 'set_cc'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:954:54: style: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:264:31: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:954:54: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:954:72: style: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:264:50: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:954:72: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1059:56: style: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:265:31: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1059:56: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1059:74: style: Function 'unlock_object' argument 2 names different: declaration 'obj_reg' definition 'object'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:265:50: note: Function 'unlock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1059:74: note: Function 'unlock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1213:53: style: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:279:45: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1213:53: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1235:75: style: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:290:50: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1235:75: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1339:63: style: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:300:38: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1339:63: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1566:90: style: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:304:65: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1566:90: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1605:62: style: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:307:37: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:1605:62: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:2010:63: style: Function 'add_monitor_to_stack' argument 2 names different: declaration 'Rtemp' definition 'Rtemp1'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:224:38: note: Function 'add_monitor_to_stack' argument 2 names different: declaration 'Rtemp' definition 'Rtemp1'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.cpp:2010:63: note: Function 'add_monitor_to_stack' argument 2 names different: declaration 'Rtemp' definition 'Rtemp1'.
openjdk-11-11~24/src/hotspot/cpu/s390/interp_masm_s390.hpp:55:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:848:9: style: Condition 'fixed_codelen' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:845:26: note: Assignment 'fixed_codelen=true', assigned value is 1
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:848:9: note: Condition 'fixed_codelen' is always true
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:879:9: style: Condition 'fixed_codelen' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:876:26: note: Assignment 'fixed_codelen=true', assigned value is 1
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:879:9: note: Condition 'fixed_codelen' is always true
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:618:28: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:618:28: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:618:28: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4142:8: style: The scope of the variable 'used_R0' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4143:8: style: The scope of the variable 'used_R1' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4459:8: style: The scope of the variable 'off' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:5536:7: style: The scope of the variable 'base_offset' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:1218:10: style: Variable 'len2' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:1227:24: style: Unused variable: inst2 [unusedVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:1230:10: style: Variable 'len1' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:1943:23: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:2645:14: style: Variable 'ms' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:2646:14: style: Variable 'ra' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:2647:14: style: Variable 'ds' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4162:21: style: Variable 'used_R0' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4169:19: style: Variable 'used_R1' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4315:33: style: Variable 'used_R0' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4316:33: style: Variable 'used_R1' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:4461:25: style: Variable 'lineSize_DW' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:5968:23: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:6170:13: style: Variable 'row_size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/macroAssembler_s390.cpp:6383:13: style: Variable 'tailLoop_stepping' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:203:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:223:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:333:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:365:4: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:382:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:539:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:565:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:579:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:412:52: style: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'src'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:497:35: note: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'src'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:412:52: note: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'src'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:412:67: style: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:497:48: note: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:412:67: note: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:478:43: style: Function 'set_data' argument 1 names different: declaration 'x' definition 'src'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:499:26: note: Function 'set_data' argument 1 names different: declaration 'x' definition 'src'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:478:43: note: Function 'set_data' argument 1 names different: declaration 'x' definition 'src'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:513:49: style: Function 'set_pcrel_addr' argument 1 names different: declaration 'addr' definition 'newTarget'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:504:32: note: Function 'set_pcrel_addr' argument 1 names different: declaration 'addr' definition 'newTarget'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:513:49: note: Function 'set_pcrel_addr' argument 1 names different: declaration 'addr' definition 'newTarget'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:513:76: style: Function 'set_pcrel_addr' argument 2 names different: declaration 'nm' definition 'passed_nm'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:504:54: note: Function 'set_pcrel_addr' argument 2 names different: declaration 'nm' definition 'passed_nm'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:513:76: note: Function 'set_pcrel_addr' argument 2 names different: declaration 'nm' definition 'passed_nm'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:549:49: style: Function 'set_pcrel_data' argument 1 names different: declaration 'data' definition 'newData'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:505:32: note: Function 'set_pcrel_data' argument 1 names different: declaration 'data' definition 'newData'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:549:49: note: Function 'set_pcrel_data' argument 1 names different: declaration 'data' definition 'newData'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:549:74: style: Function 'set_pcrel_data' argument 2 names different: declaration 'nm' definition 'passed_nm'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:505:54: note: Function 'set_pcrel_data' argument 2 names different: declaration 'nm' definition 'passed_nm'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:549:74: note: Function 'set_pcrel_data' argument 2 names different: declaration 'nm' definition 'passed_nm'.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:555:24: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:83:8: style: Technically the member function 'NativeInstruction::is_illegal' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:154:25: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:83:8: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:131:8: style: Technically the member function 'NativeInstruction::set_halfword_at' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:108:25: note: Technically the member function 'NativeInstruction::set_halfword_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:131:8: note: Technically the member function 'NativeInstruction::set_halfword_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:132:8: style: Technically the member function 'NativeInstruction::set_word_at' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:120:25: note: Technically the member function 'NativeInstruction::set_word_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:132:8: note: Technically the member function 'NativeInstruction::set_word_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:133:8: style: Technically the member function 'NativeInstruction::set_jlong_at' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:132:25: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:133:8: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:144:8: style: Technically the member function 'NativeInstruction::verify' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:55:25: note: Technically the member function 'NativeInstruction::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:144:8: note: Technically the member function 'NativeInstruction::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:281:8: style: Technically the member function 'NativeCall::verify' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:211:18: note: Technically the member function 'NativeCall::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:281:8: note: Technically the member function 'NativeCall::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:497:11: style: Technically the member function 'NativeMovConstReg::set_data_plain' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:412:28: note: Technically the member function 'NativeMovConstReg::set_data_plain' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:497:11: note: Technically the member function 'NativeMovConstReg::set_data_plain' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:503:8: style: Technically the member function 'NativeMovConstReg::set_narrow_klass' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:500:25: note: Technically the member function 'NativeMovConstReg::set_narrow_klass' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:503:8: note: Technically the member function 'NativeMovConstReg::set_narrow_klass' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:504:8: style: Technically the member function 'NativeMovConstReg::set_pcrel_addr' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:513:25: note: Technically the member function 'NativeMovConstReg::set_pcrel_addr' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:504:8: note: Technically the member function 'NativeMovConstReg::set_pcrel_addr' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:505:8: style: Technically the member function 'NativeMovConstReg::set_pcrel_data' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:549:25: note: Technically the member function 'NativeMovConstReg::set_pcrel_data' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:505:8: note: Technically the member function 'NativeMovConstReg::set_pcrel_data' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:507:8: style: Technically the member function 'NativeMovConstReg::verify' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:306:25: note: Technically the member function 'NativeMovConstReg::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:507:8: note: Technically the member function 'NativeMovConstReg::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:619:8: style: Technically the member function 'NativeJump::verify' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.cpp:638:18: note: Technically the member function 'NativeJump::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/nativeInst_s390.hpp:619:8: note: Technically the member function 'NativeJump::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/s390/sharedRuntime_s390.cpp:988:23: style: Redundant condition: is_receiver. '!is_receiver || (is_receiver && *receiver_offset==-1)' is equivalent to '!is_receiver || *receiver_offset==-1' [redundantCondition]
openjdk-11-11~24/src/hotspot/cpu/s390/sharedRuntime_s390.cpp:3191:7: style: Unused variable: frame_size_in_bytes [unusedVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/sharedRuntime_s390.cpp:3550:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-11-11~24/src/hotspot/cpu/s390/sharedRuntime_s390.cpp:3580:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-11-11~24/src/hotspot/cpu/s390/templateTable_s390.cpp:2747:26: style: Variable 'b_off' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/templateTable_s390.cpp:2753:26: style: Variable 'e_off' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/templateTable_s390.cpp:2763:26: style: Variable 'b_off' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/templateTable_s390.cpp:2770:26: style: Variable 'e_off' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/templateTable_s390.cpp:3074:26: style: Variable 'b_off' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/templateTable_s390.cpp:3077:26: style: Variable 'e_off' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/templateTable_s390.cpp:3087:26: style: Variable 'b_off' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/templateTable_s390.cpp:3099:26: style: Variable 'e_off' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/templateTable_s390.cpp:3427:14: style: Variable 'is_invokeinterface' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/templateTable_s390.cpp:3431:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:830:11: style: Condition 'compact' is always false [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:828:22: note: Assignment 'compact=false', assigned value is 0
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:830:11: note: Condition 'compact' is always false
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:842:11: style: Condition 'compact' is always false [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:828:22: note: Assignment 'compact=false', assigned value is 0
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:842:11: note: Condition 'compact' is always false
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:692:15: style: Variable 'VM_Version::_is_determine_features_test_running' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:690:15: note: Variable 'VM_Version::_is_determine_features_test_running' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:692:15: note: Variable 'VM_Version::_is_determine_features_test_running' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:88:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:90:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:88:14: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:611:8: style: The scope of the variable 'err' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:612:8: style: The scope of the variable 'prt' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:974:16: style: The scope of the variable 'levelScope' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:975:22: style: The scope of the variable 'levelScopeText' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:980:16: style: The scope of the variable 'levelType' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:981:22: style: The scope of the variable 'levelTypeText' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:986:23: style: The scope of the variable 'levelReserved' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:987:23: style: The scope of the variable 'levelLineSize' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:988:23: style: The scope of the variable 'levelTotalSize' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:989:23: style: The scope of the variable 'levelAssociativity' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/s390/vm_version_s390.cpp:1014:9: style: Variable 'levelReserved' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/vtableStubs_s390.cpp:116:22: style: Variable 'padding_bytes' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/s390/vtableStubs_s390.cpp:221:20: style: Variable 'padding_bytes' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/args.cc:56:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjdk-11-11~24/src/hotspot/cpu/sparc/assembler_sparc.hpp:758:30: warning: Assert statement calls a function which may have desired side effects: 'is_cbcond_before'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/cpu/sparc/assembler_sparc.hpp:762:30: warning: Assert statement calls a function which may have desired side effects: 'is_rdpc_before'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/cpu/sparc/assembler_sparc.hpp:1323:3: style: Class 'Assembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:301:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:347:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:357:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:385:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:446:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:455:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:460:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:509:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:549:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:558:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:604:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:613:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:695:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:737:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:785:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:352:12: warning: Assert statement calls a function which may have desired side effects: 'nativeCall_at'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:52:8: style: Technically the member function 'NativeInstruction::is_nop' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:53:8: style: Technically the member function 'NativeInstruction::is_call' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:54:8: style: Technically the member function 'NativeInstruction::is_call_reg' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:55:8: style: Technically the member function 'NativeInstruction::is_sethi' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:58:8: style: Technically the member function 'NativeInstruction::sets_cc' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:67:8: style: Technically the member function 'NativeInstruction::is_zombie' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:73:8: style: Technically the member function 'NativeInstruction::is_return' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:82:8: style: Technically the member function 'NativeInstruction::is_int_jump' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:87:8: style: Technically the member function 'NativeInstruction::is_float_jump' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:101:8: style: Technically the member function 'NativeInstruction::is_stack_bang' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:107:8: style: Technically the member function 'NativeInstruction::is_prefetch' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:112:8: style: Technically the member function 'NativeInstruction::is_membar' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:118:8: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:336:9: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:499:12: style: Technically the member function 'NativeMovConstReg32::destination' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:539:12: style: Technically the member function 'NativeMovConstReg::destination' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:594:12: style: Technically the member function 'NativeMovConstRegPatching::destination' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:713:8: performance: Technically the member function 'NativeJump::guarantee_displacement' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:3317:13: style: Condition '!delay_op' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:3295:28: note: Assignment 'delay_op=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:3317:13: note: Condition '!delay_op' is always true
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:293:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:382:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:2369:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:2713:49: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:2754:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:3002:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:720:55: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp:826:55: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:815:7: style: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:809:0: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:815:7: note: Variable 'len' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:1203:3: style: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:1199:0: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp:1203:3: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp:333:3: style: Variable 'oop_maps' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp:331:0: note: Variable 'oop_maps' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp:333:3: note: Variable 'oop_maps' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/sparc/compiledIC_sparc.cpp:154:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/gc/g1/g1BarrierSetAssembler_sparc.cpp:370:53: style: Variable 'bs' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/icBuffer_sparc.cpp:69:29: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:78:69: style: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:86:44: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:78:69: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:92:69: style: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:87:44: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:92:69: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:101:67: style: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:90:42: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:101:67: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:109:80: style: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:91:55: note: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:109:80: note: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:329:87: style: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:224:64: note: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:329:87: note: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:335:63: style: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:225:38: note: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:335:63: note: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:416:54: style: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:147:29: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:416:54: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:782:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:121:36: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:782:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:783:60: style: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:121:56: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:783:60: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:784:60: style: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:121:78: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:784:60: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:785:60: style: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:121:93: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:785:60: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:786:60: style: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:121:108: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:786:60: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:1187:73: style: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:260:50: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:1187:73: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:1917:62: style: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:312:37: note: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:1917:62: note: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:2518:85: style: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:323:60: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:2518:85: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:2625:57: style: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:330:10: note: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.cpp:2625:57: note: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'.
openjdk-11-11~24/src/hotspot/cpu/sparc/interp_masm_sparc.hpp:66:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/sparc/interpreterRT_sparc.cpp:185:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/cpu/sparc/interpreterRT_sparc.cpp:189:5: performance: Variable '_argcount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/cpu/sparc/macroAssembler_sparc.cpp:843:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/cpu/sparc/macroAssembler_sparc.cpp:1172:8: style: Unused variable: buffer [unusedVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:817:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:867:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:868:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:876:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:299:12: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:403:12: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:726:12: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:826:10: style: Variable 'buf' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:844:10: style: Variable 'buf' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:867:39: warning: Assert statement calls a function which may have desired side effects: 'is_jump'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:694:34: style: Unused private function: 'NativeMovRegMem::nativeMovRegMem_at' [unusedPrivateFunction]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:713:8: style: Unused private function: 'NativeJump::guarantee_displacement' [unusedPrivateFunction]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:66:8: style: Technically the member function 'NativeInstruction::is_illegal' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:858:25: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:66:8: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:72:8: style: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:841:25: note: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:72:8: note: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:124:8: style: Technically the member function 'NativeInstruction::is_zero_test' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:106:25: note: Technically the member function 'NativeInstruction::is_zero_test' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:124:8: note: Technically the member function 'NativeInstruction::is_zero_test' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:125:8: style: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:122:25: note: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:125:8: note: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:135:8: style: Technically the member function 'NativeInstruction::set_long_at' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:79:25: note: Technically the member function 'NativeInstruction::set_long_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:135:8: note: Technically the member function 'NativeInstruction::set_long_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:136:8: style: Technically the member function 'NativeInstruction::set_jlong_at' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:85:25: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:136:8: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:137:8: style: Technically the member function 'NativeInstruction::set_addr_at' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:93:25: note: Technically the member function 'NativeInstruction::set_addr_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:137:8: note: Technically the member function 'NativeInstruction::set_addr_at' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:291:9: style: Technically the member function 'NativeInstruction::verify' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:67:25: note: Technically the member function 'NativeInstruction::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:291:9: note: Technically the member function 'NativeInstruction::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:292:9: style: Technically the member function 'NativeInstruction::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:75:25: note: Technically the member function 'NativeInstruction::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:292:9: note: Technically the member function 'NativeInstruction::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:338:9: style: Technically the member function 'NativeCall::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:140:18: note: Technically the member function 'NativeCall::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:338:9: note: Technically the member function 'NativeCall::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:434:8: performance: Technically the member function 'NativeFarCall::set_destination' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:239:21: note: Technically the member function 'NativeFarCall::set_destination' can be static.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:434:8: note: Technically the member function 'NativeFarCall::set_destination' can be static.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:436:8: style: Technically the member function 'NativeFarCall::destination_is_compiled_verified_entry_point' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:271:21: note: Technically the member function 'NativeFarCall::destination_is_compiled_verified_entry_point' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:436:8: note: Technically the member function 'NativeFarCall::destination_is_compiled_verified_entry_point' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:438:9: style: Technically the member function 'NativeFarCall::verify' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:256:21: note: Technically the member function 'NativeFarCall::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:438:9: note: Technically the member function 'NativeFarCall::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:439:9: style: Technically the member function 'NativeFarCall::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:267:21: note: Technically the member function 'NativeFarCall::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:439:9: note: Technically the member function 'NativeFarCall::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:502:9: style: Technically the member function 'NativeMovConstReg32::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:413:27: note: Technically the member function 'NativeMovConstReg32::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:502:9: note: Technically the member function 'NativeMovConstReg32::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:542:9: style: Technically the member function 'NativeMovConstReg::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:309:25: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:542:9: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:597:9: style: Technically the member function 'NativeMovConstRegPatching::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:482:33: note: Technically the member function 'NativeMovConstRegPatching::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:597:9: note: Technically the member function 'NativeMovConstRegPatching::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:688:8: style: Technically the member function 'NativeMovRegMem::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:612:23: note: Technically the member function 'NativeMovRegMem::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:688:8: note: Technically the member function 'NativeMovRegMem::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:745:8: style: Technically the member function 'NativeJump::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.cpp:739:18: note: Technically the member function 'NativeJump::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/nativeInst_sparc.hpp:745:8: note: Technically the member function 'NativeJump::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/sparc/register_sparc.hpp:42:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/register_sparc.hpp:91:68: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/register_sparc.hpp:96:67: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/register_sparc.hpp:164:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:2770:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:2759:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:2770:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:3199:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:3195:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:3199:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:2353:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:504:36: style: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:405:38: note: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'.
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:504:36: note: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'.
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:119:7: style: Unused variable: i [unusedVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:377:7: performance: Technically the member function 'AdapterGenerator::arg_offset' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:378:7: performance: Technically the member function 'AdapterGenerator::next_arg_offset' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp:412:3: style: Class 'AdapterGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp:1551:3: style: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp:1545:0: note: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp:1551:3: note: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/sparc/templateTable_sparc.cpp:1934:13: style: Variable 'entry_size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/templateTable_sparc.cpp:2965:14: style: Variable 'is_invokeinterface' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/sparc/templateTable_sparc.cpp:2969:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/assembler_x86.cpp:1718:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/hotspot/cpu/x86/assembler_x86.cpp:1759:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/hotspot/cpu/x86/assembler_x86.cpp:307:7: style: The scope of the variable 'mod_idx' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/x86/assembler_x86.cpp:392:7: style: The scope of the variable 'mod_idx' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/x86/assembler_x86.cpp:1024:7: style: The scope of the variable 'op3' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/x86/assembler_x86.cpp:7564:13: style: Boolean variable 'vex_w' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:104:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:140:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:218:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:226:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:288:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:296:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:306:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:393:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:428:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:474:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:534:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:557:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:592:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:622:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:305:39: style: Unused private function: 'NativeMovConstRegPatching::nativeMovConstRegPatching_at' [unusedPrivateFunction]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:61:8: style: Technically the member function 'NativeInstruction::is_nop' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:62:15: style: Technically the member function 'NativeInstruction::is_call' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:691:32: note: Technically the member function 'NativeInstruction::is_call' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:62:15: note: Technically the member function 'NativeInstruction::is_call' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:63:15: style: Technically the member function 'NativeInstruction::is_call_reg' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:692:32: note: Technically the member function 'NativeInstruction::is_call_reg' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:63:15: note: Technically the member function 'NativeInstruction::is_call_reg' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:64:15: style: Technically the member function 'NativeInstruction::is_illegal' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:690:32: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:64:15: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:65:15: style: Technically the member function 'NativeInstruction::is_return' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:695:32: note: Technically the member function 'NativeInstruction::is_return' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:65:15: note: Technically the member function 'NativeInstruction::is_return' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:66:15: style: Technically the member function 'NativeInstruction::is_jump' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:697:32: note: Technically the member function 'NativeInstruction::is_jump' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:66:15: note: Technically the member function 'NativeInstruction::is_jump' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:67:15: style: Technically the member function 'NativeInstruction::is_jump_reg' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:699:32: note: Technically the member function 'NativeInstruction::is_jump_reg' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:67:15: note: Technically the member function 'NativeInstruction::is_jump_reg' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:69:15: style: Technically the member function 'NativeInstruction::is_cond_jump' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:705:32: note: Technically the member function 'NativeInstruction::is_cond_jump' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:69:15: note: Technically the member function 'NativeInstruction::is_cond_jump' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:70:15: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:707:32: note: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:70:15: note: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:71:15: performance: Technically the member function 'NativeInstruction::is_mov_literal64' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:746:32: note: Technically the member function 'NativeInstruction::is_mov_literal64' can be static.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:71:15: note: Technically the member function 'NativeInstruction::is_mov_literal64' can be static.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:183:9: style: Technically the member function 'NativeCall::verify_alignment' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:463:8: style: Technically the member function 'NativeLoadGot::set_data' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:615:8: style: Technically the member function 'NativeGotJump::set_jump_destination' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:3995:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:4009:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:3995:10: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:292:17: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:527:24: style: Variable 'result_is_oop' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:1638:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp:3498:22: style: Variable 'callee' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp:1070:3: style: Variable 'result_b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp:1065:0: note: Variable 'result_b' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp:1070:3: note: Variable 'result_b' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp:1375:23: style: Variable 'is_safepoint' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/c1_MacroAssembler_x86.cpp:103:13: style: Variable 'aligned_mask' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:386:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:361:34: note: 'xmm_bypass_limit' is assigned value 'FrameMap::nof_xmm_regs' here.
openjdk-11-11~24/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:385:25: note: outer condition: n<FrameMap::nof_xmm_regs
openjdk-11-11~24/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:386:15: note: identical inner condition: n<xmm_bypass_limit
openjdk-11-11~24/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:72:7: style: Condition '!align_stack' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:53:22: note: Assignment 'align_stack=false', assigned value is 0
openjdk-11-11~24/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:72:7: note: Condition '!align_stack' is always true
openjdk-11-11~24/src/hotspot/cpu/x86/register_x86.hpp:40:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/register_x86.hpp:101:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/register_x86.hpp:138:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/register_x86.hpp:142:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/register_x86.hpp:231:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/c2_init_x86.cpp:45:15: style: Variable 'top' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/compiledIC_aot_x86_64.cpp:118:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/compiledIC_x86.cpp:215:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/gc/shared/modRefBarrierSetAssembler_x86.cpp:33:21: style: Variable 'checkcast' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/gc/shared/modRefBarrierSetAssembler_x86.cpp:35:18: style: Variable 'obj_int' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/gc/shared/modRefBarrierSetAssembler_x86.cpp:57:21: style: Variable 'checkcast' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/gc/shared/modRefBarrierSetAssembler_x86.cpp:59:18: style: Variable 'obj_int' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/icBuffer_x86.cpp:88:31: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/icBuffer_x86.cpp:91:31: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/icBuffer_x86.cpp:74:16: warning: Assert statement calls a function which may have desired side effects: 'is_far_jump'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/cpu/x86/icBuffer_x86.cpp:90:16: warning: Assert statement calls a function which may have desired side effects: 'is_far_jump'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:536:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.hpp:181:36: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:536:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1433:53: style: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.hpp:240:45: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1433:53: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1461:58: style: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.hpp:255:50: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1461:58: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1579:63: style: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.hpp:265:38: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1579:63: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1863:90: style: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.hpp:270:65: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1863:90: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1908:62: style: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.hpp:273:37: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1908:62: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1910:62: style: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.hpp:274:37: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.cpp:1910:62: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
openjdk-11-11~24/src/hotspot/cpu/x86/interp_masm_x86.hpp:55:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/x86/interpreterRT_x86_32.cpp:145:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/cpu/x86/interpreterRT_x86_64.cpp:485:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.cpp:5961:5: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.cpp:6117:3: style: Variable 'counter' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.cpp:5986:15: performance: Technically the member function 'FPU_State::tag_as_string' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:757:184: style: Function 'fast_cos' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1033:26: note: Function 'fast_cos' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:757:184: note: Function 'fast_cos' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:757:198: style: Function 'fast_cos' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1033:40: note: Function 'fast_cos' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:757:198: note: Function 'fast_cos' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:757:212: style: Function 'fast_cos' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1033:54: note: Function 'fast_cos' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp:757:212: note: Function 'fast_cos' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:79:3: style: Class 'MacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:482:184: style: Function 'fast_exp' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:986:26: note: Function 'fast_exp' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:482:184: note: Function 'fast_exp' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:482:198: style: Function 'fast_exp' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:986:40: note: Function 'fast_exp' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:482:198: note: Function 'fast_exp' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:482:212: style: Function 'fast_exp' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:986:54: note: Function 'fast_exp' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp:482:212: note: Function 'fast_exp' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:481:184: style: Function 'fast_log' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1017:26: note: Function 'fast_log' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:481:184: note: Function 'fast_log' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:481:198: style: Function 'fast_log' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1017:40: note: Function 'fast_log' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:481:198: note: Function 'fast_log' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:481:212: style: Function 'fast_log' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1017:54: note: Function 'fast_log' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:481:212: note: Function 'fast_log' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:481:226: style: Function 'fast_log' argument 12 names different: declaration 'tmp1' definition 'tmp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1017:68: note: Function 'fast_log' argument 12 names different: declaration 'tmp1' definition 'tmp'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log.cpp:481:226: note: Function 'fast_log' argument 12 names different: declaration 'tmp1' definition 'tmp'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:501:186: style: Function 'fast_log10' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1021:26: note: Function 'fast_log10' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:501:186: note: Function 'fast_log10' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:501:200: style: Function 'fast_log10' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1021:40: note: Function 'fast_log10' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:501:200: note: Function 'fast_log10' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:501:214: style: Function 'fast_log10' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1021:54: note: Function 'fast_log10' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp:501:214: note: Function 'fast_log10' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2501:184: style: Function 'fast_pow' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1024:80: note: Function 'fast_pow' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2501:184: note: Function 'fast_pow' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2501:198: style: Function 'fast_pow' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1024:94: note: Function 'fast_pow' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2501:198: note: Function 'fast_pow' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2501:212: style: Function 'fast_pow' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1025:26: note: Function 'fast_pow' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp:2501:212: note: Function 'fast_pow' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2314:184: style: Function 'fast_sin' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1029:26: note: Function 'fast_sin' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2314:184: note: Function 'fast_sin' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2314:198: style: Function 'fast_sin' argument 10 names different: declaration 'rbx' definition 'ebx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1029:40: note: Function 'fast_sin' argument 10 names different: declaration 'rbx' definition 'ebx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2314:198: note: Function 'fast_sin' argument 10 names different: declaration 'rbx' definition 'ebx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2314:212: style: Function 'fast_sin' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1029:54: note: Function 'fast_sin' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp:2314:212: note: Function 'fast_sin' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1966:184: style: Function 'fast_tan' argument 9 names different: declaration 'rax' definition 'eax'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1048:26: note: Function 'fast_tan' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1966:184: note: Function 'fast_tan' argument 9 names different: declaration 'rax' definition 'eax'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1966:198: style: Function 'fast_tan' argument 10 names different: declaration 'rcx' definition 'ecx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1048:40: note: Function 'fast_tan' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1966:198: note: Function 'fast_tan' argument 10 names different: declaration 'rcx' definition 'ecx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1966:212: style: Function 'fast_tan' argument 11 names different: declaration 'rdx' definition 'edx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86.hpp:1048:54: note: Function 'fast_tan' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp:1966:212: note: Function 'fast_tan' argument 11 names different: declaration 'rdx' definition 'edx'.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:81:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:90:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:109:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:621:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:678:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:679:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:102:25: style: Variable 'load' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:678:39: warning: Assert statement calls a function which may have desired side effects: 'is_jump'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:427:29: style: Unused private function: 'NativeLoadAddress::nativeLoadAddress_at' [unusedPrivateFunction]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:93:8: style: Technically the member function 'NativeInstruction::wrote' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:38:25: note: Technically the member function 'NativeInstruction::wrote' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:93:8: note: Technically the member function 'NativeInstruction::wrote' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:131:8: style: Technically the member function 'NativePltCall::set_stub_to_clean' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:129:21: note: Technically the member function 'NativePltCall::set_stub_to_clean' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:131:8: note: Technically the member function 'NativePltCall::set_stub_to_clean' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:134:9: style: Technically the member function 'NativePltCall::set_destination_mt_safe' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:122:21: note: Technically the member function 'NativePltCall::set_destination_mt_safe' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:134:9: note: Technically the member function 'NativePltCall::set_destination_mt_safe' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:184:9: style: Technically the member function 'NativeCall::verify' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:160:18: note: Technically the member function 'NativeCall::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:184:9: note: Technically the member function 'NativeCall::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:185:9: style: Technically the member function 'NativeCall::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:179:18: note: Technically the member function 'NativeCall::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:185:9: note: Technically the member function 'NativeCall::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:276:9: style: Technically the member function 'NativeMovConstReg::verify' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:329:25: note: Technically the member function 'NativeMovConstReg::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:276:9: note: Technically the member function 'NativeMovConstReg::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:277:9: style: Technically the member function 'NativeMovConstReg::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:346:25: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:277:9: note: Technically the member function 'NativeMovConstReg::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:382:8: style: Technically the member function 'NativeMovRegMem::verify' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:489:23: note: Technically the member function 'NativeMovRegMem::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:382:8: note: Technically the member function 'NativeMovRegMem::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:383:8: style: Technically the member function 'NativeMovRegMem::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:522:23: note: Technically the member function 'NativeMovRegMem::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:383:8: note: Technically the member function 'NativeMovRegMem::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:420:8: style: Technically the member function 'NativeLoadAddress::verify' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:528:25: note: Technically the member function 'NativeLoadAddress::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:420:8: note: Technically the member function 'NativeLoadAddress::verify' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:421:8: style: Technically the member function 'NativeLoadAddress::print' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.cpp:544:25: note: Technically the member function 'NativeLoadAddress::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/nativeInst_x86.hpp:421:8: note: Technically the member function 'NativeLoadAddress::print' can be const.
openjdk-11-11~24/src/hotspot/cpu/x86/register_x86.cpp:72:48: style: Function 'sub_word_name' argument 1 names different: declaration 'offset' definition 'i'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/cpu/x86/register_x86.hpp:170:33: note: Function 'sub_word_name' argument 1 names different: declaration 'offset' definition 'i'.
openjdk-11-11~24/src/hotspot/cpu/x86/register_x86.cpp:72:48: note: Function 'sub_word_name' argument 1 names different: declaration 'offset' definition 'i'.
openjdk-11-11~24/src/hotspot/cpu/x86/relocInfo_x86.cpp:102:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/relocInfo_x86.cpp:133:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:2466:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:2423:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:2466:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:3126:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:3122:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:3126:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:298:35: style: Same expression on both sides of '==' because the value of 'additional_frame_bytes' and '0' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:275:32: note: 'additional_frame_bytes' is assigned value '0' here.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:298:35: note: Same expression on both sides of '==' because the value of 'additional_frame_bytes' and '0' are the same.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:505:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:782:7: style: The scope of the variable 'comp_words_on_stack' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:234:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:867:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:885:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2813:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2774:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2813:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2897:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2813:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:2897:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:3494:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:3490:0: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:3494:3: note: Variable 'map' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:783:7: style: The scope of the variable 'comp_words_on_stack' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:226:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:3748:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:3777:45: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1563:22: style: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1578:7: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1563:22: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1566:22: style: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1582:7: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp:1566:22: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp:141:5: style: Variable 'sse_save' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp:127:0: note: Variable 'sse_save' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp:141:5: note: Variable 'sse_save' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp:2776:11: style: Variable 'L_processTail_extr' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp:5564:34: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp:3173:15: style: Variable 'XMM_REG_NUM_KEY_LAST' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp:3851:11: style: Variable 'L_processTail_extr' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/templateTable_x86.cpp:3622:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/vm_version_ext_x86.cpp:544:3: style: Variable 'family' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/x86/vm_version_ext_x86.cpp:539:0: note: Variable 'family' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/vm_version_ext_x86.cpp:544:3: note: Variable 'family' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/x86/vm_version_ext_x86.cpp:523:7: style: Variable 'prefix' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/x86/vm_version_ext_x86.cpp:107:3: style: Class 'VM_Version_Ext_StubGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/x86/vm_version_x86.cpp:60:3: style: Class 'VM_Version_StubGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/cpu/zero/stack_zero.hpp:166:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/zero/stack_zero.hpp:188:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/zero/stack_zero.hpp:192:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/zero/stack_zero.hpp:196:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/zero/stack_zero.hpp:158:25: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
openjdk-11-11~24/src/hotspot/cpu/zero/stack_zero.hpp:100:7: performance: Technically the member function 'ZeroStack::abi_stack_available' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/stack_zero.inline.hpp:49:23: note: Technically the member function 'ZeroStack::abi_stack_available' can be static.
openjdk-11-11~24/src/hotspot/cpu/zero/stack_zero.hpp:100:7: note: Technically the member function 'ZeroStack::abi_stack_available' can be static.
openjdk-11-11~24/src/hotspot/cpu/zero/stack_zero.hpp:103:8: style: Technically the member function 'ZeroStack::overflow_check' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/cpu/zero/stack_zero.inline.hpp:32:24: note: Technically the member function 'ZeroStack::overflow_check' can be const.
openjdk-11-11~24/src/hotspot/cpu/zero/stack_zero.hpp:103:8: note: Technically the member function 'ZeroStack::overflow_check' can be const.
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:50:8: performance: Technically the member function 'NativeInstruction::is_jump' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:55:8: performance: Technically the member function 'NativeInstruction::is_safepoint_poll' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:72:11: performance: Technically the member function 'NativeCall::instruction_address' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:77:11: performance: Technically the member function 'NativeCall::next_instruction_address' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:82:11: performance: Technically the member function 'NativeCall::return_address' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:87:11: performance: Technically the member function 'NativeCall::destination' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:92:8: performance: Technically the member function 'NativeCall::set_destination_mt_safe' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:96:8: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:100:8: performance: Technically the member function 'NativeCall::verify' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:122:11: performance: Technically the member function 'NativeMovConstReg::next_instruction_address' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:127:12: performance: Technically the member function 'NativeMovConstReg::data' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:132:8: performance: Technically the member function 'NativeMovConstReg::set_data' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:144:7: performance: Technically the member function 'NativeMovRegMem::offset' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:149:8: performance: Technically the member function 'NativeMovRegMem::set_offset' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:153:8: performance: Technically the member function 'NativeMovRegMem::add_offset_in_bytes' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:169:11: performance: Technically the member function 'NativeJump::jump_destination' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:174:8: performance: Technically the member function 'NativeJump::set_jump_destination' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/nativeInst_zero.hpp:194:11: performance: Technically the member function 'NativeGeneralJump::jump_destination' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/cpu/zero/methodHandles_zero.cpp:105:26: style: Variable 'topOfStack' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/zero/methodHandles_zero.cpp:181:26: style: Variable 'topOfStack' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/zero/register_zero.hpp:65:33: warning: Logical conjunction always evaluates to false: EXPR >= 0 && EXPR < 0. [incorrectLogicOperator]
openjdk-11-11~24/src/hotspot/cpu/zero/register_zero.hpp:100:33: warning: Logical conjunction always evaluates to false: EXPR >= 0 && EXPR < 0. [incorrectLogicOperator]
openjdk-11-11~24/src/hotspot/cpu/zero/register_zero.hpp:40:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/zero/register_zero.hpp:75:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/zero/stubGenerator_zero.cpp:333:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/cpu/zero/stubGenerator_zero.cpp:211:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/zero/stubGenerator_zero.cpp:210:0: note: Variable 'value' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/zero/stubGenerator_zero.cpp:211:5: note: Variable 'value' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/zero/stubGenerator_zero.cpp:232:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/cpu/zero/stubGenerator_zero.cpp:231:0: note: Variable 'value' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/zero/stubGenerator_zero.cpp:232:5: note: Variable 'value' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/cpu/zero/stubGenerator_zero.cpp:85:20: warning: Obsolete function 'alloca' called. [allocaCalled]
openjdk-11-11~24/src/hotspot/cpu/zero/vm_version_ext_zero.cpp:44:0: style: Variable 'core_id' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/zero/vm_version_ext_zero.cpp:45:0: style: Variable 'chip_id' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/cpu/zero/vm_version_ext_zero.cpp:46:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os/aix/attachListener_aix.cpp:431:40: style: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/os/aix/attachListener_aix.cpp:119:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-11-11~24/src/hotspot/os/aix/attachListener_aix.cpp:431:40: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-11-11~24/src/hotspot/os/aix/attachListener_aix.cpp:124:3: style: Class 'AixAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/os/aix/libodm_aix.cpp:64:10: warning: Assert statement calls a function which may have desired side effects: 'has_class'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/os/aix/libodm_aix.hpp:56:8: style: Technically the member function 'dynamicOdm::odm_loaded' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/os/aix/misc_aix.hpp:82:5: style: Class 'AutoCritSect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/os/aix/libperfstat_aix.cpp:165:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
openjdk-11-11~24/src/hotspot/os/aix/libperfstat_aix.cpp:275:34: style: Checking if unsigned variable 'libperfstat::wpar_getcid()' is less than zero. This might be a false warning. [unsignedLessThanZero]
openjdk-11-11~24/src/hotspot/os/aix/loadlib_aix.cpp:210:3: portability: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/hotspot/os/aix/loadlib_aix.cpp:267:5: portability: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/hotspot/os/aix/loadlib_aix.cpp:267:5: portability: %llu in format string (no. 4) requires 'unsigned long long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/hotspot/os/aix/os_aix.cpp:333:0: error: #error Add appropriate cpu_arch setting [preprocessorErrorDirective]
openjdk-11-11~24/src/hotspot/os/aix/os_perf_aix.cpp:586:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/os/aix/os_perf_aix.cpp:886:3: style: Variable 'cmdline' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/os/aix/os_perf_aix.cpp:885:0: note: Variable 'cmdline' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/os/aix/os_perf_aix.cpp:886:3: note: Variable 'cmdline' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/os/aix/os_perf_aix.cpp:513:24: style: The scope of the variable 'lastSwitches' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/aix/os_perf_aix.cpp:514:24: style: The scope of the variable 'lastRate' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/aix/os_perf_aix.cpp:767:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/aix/os_perf_aix.cpp:768:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/aix/os_perf_aix.cpp:794:21: style: The scope of the variable 'end' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/aix/os_perf_aix.cpp:896:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/aix/perfMemory_aix.cpp:687:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/hotspot/os/aix/perfMemory_aix.cpp:685:53: note: outer condition: statbuf.st_ctime>oldest_ctime
openjdk-11-11~24/src/hotspot/os/aix/perfMemory_aix.cpp:687:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
openjdk-11-11~24/src/hotspot/os/aix/perfMemory_aix.cpp:302:7: style: The scope of the variable 'error' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/aix/perfMemory_aix.cpp:491:7: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/aix/perfMemory_aix.cpp:494:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os/aix/porting_aix.cpp:102:13: style: Function 'get_function_name' argument 1 names different: declaration 'pc' definition 'pc0'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/os/aix/porting_aix.hpp:73:13: note: Function 'get_function_name' argument 1 names different: declaration 'pc' definition 'pc0'.
openjdk-11-11~24/src/hotspot/os/aix/porting_aix.cpp:102:13: note: Function 'get_function_name' argument 1 names different: declaration 'pc' definition 'pc0'.
openjdk-11-11~24/src/hotspot/os/aix/porting_aix.cpp:624:90: style: Function 'print_callstack_for_context' argument 2 names different: declaration 'uc' definition 'context'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/os/aix/porting_aix.hpp:91:79: note: Function 'print_callstack_for_context' argument 2 names different: declaration 'uc' definition 'context'.
openjdk-11-11~24/src/hotspot/os/aix/porting_aix.cpp:624:90: note: Function 'print_callstack_for_context' argument 2 names different: declaration 'uc' definition 'context'.
openjdk-11-11~24/src/hotspot/os/bsd/attachListener_bsd.cpp:402:40: style: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/os/bsd/attachListener_bsd.cpp:113:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-11-11~24/src/hotspot/os/bsd/attachListener_bsd.cpp:402:40: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-11-11~24/src/hotspot/os/bsd/attachListener_bsd.cpp:118:3: style: Class 'BsdAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/os/bsd/os_bsd.cpp:224:0: error: #error Add appropriate cpu_arch setting [preprocessorErrorDirective]
openjdk-11-11~24/src/hotspot/os/bsd/perfMemory_bsd.cpp:593:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/hotspot/os/bsd/perfMemory_bsd.cpp:591:53: note: outer condition: statbuf.st_ctime>oldest_ctime
openjdk-11-11~24/src/hotspot/os/bsd/perfMemory_bsd.cpp:593:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
openjdk-11-11~24/src/hotspot/os/bsd/perfMemory_bsd.cpp:403:7: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/bsd/perfMemory_bsd.cpp:406:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os/linux/attachListener_linux.cpp:402:42: style: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/os/linux/attachListener_linux.cpp:114:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-11-11~24/src/hotspot/os/linux/attachListener_linux.cpp:402:42: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
openjdk-11-11~24/src/hotspot/os/linux/attachListener_linux.cpp:119:3: style: Class 'LinuxAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/os/linux/decoder_linux.cpp:34:25: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os/linux/osContainer_linux.cpp:116:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/os/linux/os_linux.cpp:251:0: error: #error define gettid for the arch [preprocessorErrorDirective]
openjdk-11-11~24/src/hotspot/os/linux/os_perf_linux.cpp:588:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/os/linux/os_perf_linux.cpp:888:3: style: Variable 'cmdline' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/os/linux/os_perf_linux.cpp:887:0: note: Variable 'cmdline' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/os/linux/os_perf_linux.cpp:888:3: note: Variable 'cmdline' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/os/linux/os_perf_linux.cpp:515:24: style: The scope of the variable 'lastSwitches' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/linux/os_perf_linux.cpp:516:24: style: The scope of the variable 'lastRate' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/linux/os_perf_linux.cpp:769:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/linux/os_perf_linux.cpp:770:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/linux/os_perf_linux.cpp:796:21: style: The scope of the variable 'end' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/linux/os_perf_linux.cpp:898:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/linux/perfMemory_linux.cpp:631:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/hotspot/os/linux/perfMemory_linux.cpp:629:53: note: outer condition: statbuf.st_ctime>oldest_ctime
openjdk-11-11~24/src/hotspot/os/linux/perfMemory_linux.cpp:631:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
openjdk-11-11~24/src/hotspot/os/linux/perfMemory_linux.cpp:415:7: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/linux/perfMemory_linux.cpp:667:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/linux/perfMemory_linux.cpp:418:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os/posix/os_posix.cpp:533:15: style: The scope of the variable 'start' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/posix/semaphore_posix.hpp:40:3: style: Class 'PosixSemaphore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/os/solaris/attachListener_solaris.cpp:162:3: style: Class 'SolarisAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/os/solaris/os_perf_solaris.cpp:304:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/os/solaris/os_perf_solaris.cpp:211:19: style: The scope of the variable 'lastSwitches' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/solaris/os_perf_solaris.cpp:212:19: style: The scope of the variable 'lastRate' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/solaris/os_perf_solaris.cpp:514:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/solaris/os_perf_solaris.cpp:607:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/solaris/os_perf_solaris.cpp:515:0: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os/solaris/os_solaris.cpp:1608:0: error: #error Method os::dll_load requires that one of following is defined:\ [preprocessorErrorDirective]
openjdk-11-11~24/src/hotspot/os/solaris/perfMemory_solaris.cpp:593:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/hotspot/os/solaris/perfMemory_solaris.cpp:591:53: note: outer condition: statbuf.st_ctime>oldest_ctime
openjdk-11-11~24/src/hotspot/os/solaris/perfMemory_solaris.cpp:593:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
openjdk-11-11~24/src/hotspot/os/solaris/perfMemory_solaris.cpp:406:7: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os/solaris/perfMemory_solaris.cpp:409:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os/solaris/perfMemory_solaris.cpp:460:16: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os/windows/attachListener_windows.cpp:186:40: warning: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename' [funcArgOrderDifferent]
openjdk-11-11~24/src/hotspot/os/windows/attachListener_windows.cpp:109:28: note: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename'
openjdk-11-11~24/src/hotspot/os/windows/attachListener_windows.cpp:186:40: note: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename'
openjdk-11-11~24/src/hotspot/os/windows/os_windows.cpp:1429:0: error: #error Method os::dll_load requires that one of following \ [preprocessorErrorDirective]
openjdk-11-11~24/src/hotspot/os/windows/perfMemory_windows.cpp:703:3: style: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/os/windows/perfMemory_windows.cpp:698:0: note: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/os/windows/perfMemory_windows.cpp:703:3: note: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/os/windows/semaphore_windows.cpp:33:3: performance: Variable '_semaphore' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/os/windows/semaphore_windows.hpp:40:3: style: Class 'WindowsSemaphore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:583:3: warning: Either the condition 'buf!=NULL' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:598:13: note: Assuming that condition 'buf!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:583:3: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:584:4: warning: Either the condition 'line_no!=0' is redundant or there is possible null pointer dereference: line_no. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:608:17: note: Assuming that condition 'line_no!=0' is not redundant
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:584:4: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:442:3: style: Variable 'pSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:439:0: note: Variable 'pSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:442:3: note: Variable 'pSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:579:60: style: Function 'get_source_info' argument 2 names different: declaration 'filename' definition 'buf'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.hpp:38:48: note: Function 'get_source_info' argument 2 names different: declaration 'filename' definition 'buf'.
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:579:60: note: Function 'get_source_info' argument 2 names different: declaration 'filename' definition 'buf'.
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:579:72: style: Function 'get_source_info' argument 3 names different: declaration 'filename_len' definition 'buflen'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.hpp:38:65: note: Function 'get_source_info' argument 3 names different: declaration 'filename_len' definition 'buflen'.
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:579:72: note: Function 'get_source_info' argument 3 names different: declaration 'filename_len' definition 'buflen'.
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:153:1: style: The class 'ModuleHandleArray' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:93:0: warning: Member variable 'SimpleBufferWithFallback < char , MAX_PATH * 4 , MAX_PATH * 64 >::_fallback_buffer' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:93:0: warning: Member variable 'SimpleBufferWithFallback < char , MAX_PATH , 8 * K >::_fallback_buffer' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:139:0: performance: Technically the member function 'SimpleBufferWithFallback < HMODULE , 48 , 512 >::check' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:139:0: performance: Technically the member function 'SimpleBufferWithFallback < char , MAX_PATH * 4 , MAX_PATH * 64 >::check' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:139:0: performance: Technically the member function 'SimpleBufferWithFallback < char , MAX_PATH , 8 * K >::check' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:159:8: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:103:0: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/os/windows/symbolengine.cpp:159:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:225:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:227:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp:225:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:479:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:481:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp:479:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:254:3: warning: sprintf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
openjdk-11-11~24/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:157:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:159:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:157:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:133:34: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:173:32: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp:66:3: error: Address of auto-variable 'dummy' returned [returnAddressOfAutoVariable]
openjdk-11-11~24/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:302:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:304:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp:302:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp:307:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp:309:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp:307:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:240:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:242:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:240:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:509:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:511:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp:509:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:38:10: style: The scope of the variable 'line' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:73:15: performance: Technically the member function 'CPUinfo::match_alo' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:90:22: note: Technically the member function 'CPUinfo::match_alo' can be static.
openjdk-11-11~24/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:73:15: note: Technically the member function 'CPUinfo::match_alo' can be static.
openjdk-11-11~24/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:74:15: performance: Technically the member function 'CPUinfo::match_seq' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:105:22: note: Technically the member function 'CPUinfo::match_seq' can be static.
openjdk-11-11~24/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:74:15: note: Technically the member function 'CPUinfo::match_seq' can be static.
openjdk-11-11~24/src/hotspot/os_cpu/linux_sparc/vm_version_linux_sparc.cpp:36:3: style: Class 'CPUinfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:300:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:302:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:300:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:153:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:155:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:153:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:129:34: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:169:32: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:573:6: warning: Either the condition 'uc!=NULL' is redundant or there is possible null pointer dereference: uc. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:383:26: note: Assuming that condition 'uc!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:573:6: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:335:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:337:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:335:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:360:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:362:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:360:12: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:300:16: style: Variable 'dummy' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/os_solaris_sparc.cpp:411:34: style: Variable 'frame_size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:132:15: warning: Assert statement calls a function which may have desired side effects: 'is_inconsistent'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:162:29: warning: Assert statement calls a function which may have desired side effects: 'is_inconsistent'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:116:5: warning: Member variable 'UniqueValueVisitor::_value' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:64:9: style: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:193:100: note: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:64:9: note: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:126:10: style: Technically the member function 'PICL::UniqueValueVisitor::is_initial' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:127:10: style: Technically the member function 'PICL::UniqueValueVisitor::is_assigned' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:128:10: style: Technically the member function 'PICL::UniqueValueVisitor::is_inconsistent' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:116:5: style: Class 'UniqueValueVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:267:3: style: Class 'Sysinfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp:309:3: style: Class 'Sysconf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:419:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:421:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:419:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:445:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:447:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/solaris_x86/os_solaris_x86.cpp:445:12: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:476:7: style: Variable 'dummy' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp:478:3: error: Address of auto-variable 'dummy' returned [returnAddressOfAutoVariable]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:458:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:341:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:349:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:358:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:366:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:384:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:392:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1673:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1690:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:2873:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:3343:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:669:3: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:662:0: note: Variable 'name' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:669:3: note: Variable 'name' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:3442:3: style: Variable 'sizeOfInstr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:3436:0: note: Variable 'sizeOfInstr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:3442:3: note: Variable 'sizeOfInstr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:4481:3: style: Variable 'expr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:4478:0: note: Variable 'expr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:4481:3: note: Variable 'expr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:90:9: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1196:8: style: The scope of the variable 'in_register' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1328:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1635:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1719:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:4108:17: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:4433:9: style: The scope of the variable 'next' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:4902:16: style: The scope of the variable 'ident' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:31:32: style: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:278:23: note: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:31:32: note: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1633:46: style: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:137:37: note: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1633:46: note: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1718:47: style: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:138:38: note: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1718:47: note: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1754:48: style: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:139:39: note: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:1754:48: note: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:3435:43: style: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:170:43: note: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:3435:43: note: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:3470:48: style: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:169:45: note: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:3470:48: note: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:4394:65: style: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:155:60: note: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:4394:65: note: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:4477:39: style: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:245:30: note: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:4477:39: note: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:5264:49: style: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:285:47: note: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:5264:49: note: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:2776:5: style: Variable 'lparen' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:2741:0: style: Variable 'rparen' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:2742:0: style: Variable 'icount' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:2836:14: style: Variable 'line' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:3211:30: style: Variable 'encode_class' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_curchar' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_preproc_taken' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_preproc_else' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:127:9: style: Member variable 'Form::_ftype' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:150:36: note: Member variable 'Form::_ftype' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:127:9: note: Member variable 'Form::_ftype' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:77:13: style: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:33:5: note: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:77:13: note: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/filebuff.hpp:79:8: style: Technically the member function 'FileBuff::getoff' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:118:7: style: Technically the member function 'DictI::test' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:410:7: style: Technically the member function 'NameAndList::count' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:430:8: style: Technically the member function 'ComponentList::operatordelete' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:436:8: style: Technically the member function 'ComponentList::match_count' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:325:8: style: Technically the member function 'AllocClass::size' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:508:8: style: Technically the member function 'PipeClassForm::hasFixedLatency' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:509:7: style: Technically the member function 'PipeClassForm::fixedLatency' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:556:19: style: Technically the member function 'Peephole::peephole_number' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:670:9: style: Technically the member function 'PeepChild::use_leaf_operand' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:671:9: style: Technically the member function 'PeepChild::generate_an_instruction' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:263:23: style: Technically the member function 'InstructForm::is_short_branch' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:272:23: style: Technically the member function 'InstructForm::has_short_branch_form' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:277:23: style: Technically the member function 'InstructForm::alignment' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:282:23: style: Technically the member function 'InstructForm::num_unique_opnds' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:283:23: style: Technically the member function 'InstructForm::unique_opnds_idx' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:367:15: style: Technically the member function 'EncClass::num_args' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:876:8: style: Technically the member function 'AttributeForm::type' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:87:15: style: Technically the member function 'MatchList::get_cost' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:225:15: style: Technically the member function 'ArchDesc::getForm' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:354:17: style: Technically the member function 'ArchDesc::can_cisc_spill' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:105:8: performance: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:306:17: note: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:105:8: note: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:208:8: style: Technically the member function 'ADLParser::preproc_taken' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:256:16: style: Technically the member function 'ADLParser::cur_char' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.cpp:5222:17: note: Technically the member function 'ADLParser::cur_char' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:256:16: note: Technically the member function 'ADLParser::cur_char' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/adlparse.hpp:283:7: style: Technically the member function 'ADLParser::linenum' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:540:13: warning: The class 'Peephole' defines member variable with name '_next' also defined in its parent class 'Form'. [duplInheritedMember]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:131:9: note: Parent variable 'Form::_next'
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:540:13: note: Derived variable 'Peephole::_next'
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:601:19: warning: The class 'PeepConstraint' defines member variable with name '_next' also defined in its parent class 'Form'. [duplInheritedMember]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:131:9: note: Parent variable 'Form::_next'
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:601:19: note: Derived variable 'PeepConstraint::_next'
openjdk-11-11~24/src/hotspot/share/adlc/arena.hpp:66:3: style: Class 'Chunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/arena.hpp:98:3: style: Class 'Arena' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/arena.hpp:99:3: style: Class 'Arena' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:115:3: style: Class 'DictI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:378:3: style: Class 'PreserveIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:399:3: style: Class 'NameAndList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:480:3: style: Class 'SourceForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:491:3: style: Class 'HeaderForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:498:3: style: Class 'PreHeaderForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:523:3: style: Class 'Expr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:180:3: style: Class 'RegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:236:3: style: Class 'CodeSnippetRegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:283:3: style: Class 'ConditionalRegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:322:3: style: Class 'AllocClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:422:3: style: Class 'ResourceForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:579:3: style: Class 'PeepMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:639:3: style: Class 'PeepReplace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:664:3: style: Class 'PeepChild' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:357:3: style: Class 'EncClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:390:3: style: Class 'MachNodeForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:482:3: style: Class 'Effect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:548:3: style: Class 'OpClassForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:589:3: style: Class 'OperandForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:722:3: style: Class 'Predicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:738:3: style: Class 'Interface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:845:3: style: Class 'ConstructRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1011:3: style: Class 'MatchRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1090:3: style: Class 'FormatRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:485:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:485:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:486:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:486:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:493:23: style: The function 'classname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:483:23: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:493:23: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:500:23: style: The function 'classname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:483:23: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:500:23: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:120:14: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:159:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:120:14: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:122:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:122:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:123:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:123:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:155:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:155:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:156:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:156:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:198:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:198:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:199:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:199:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:245:8: style: The function 'set_stack_version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:204:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:245:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:248:8: style: The function 'declare_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:208:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:248:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:249:8: style: The function 'build_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:209:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:249:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:286:16: style: The function 'set_stack_version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:204:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:286:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:293:8: style: The function 'declare_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:208:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:293:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:294:8: style: The function 'build_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:209:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:294:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:327:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:327:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:328:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:328:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:363:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:363:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:364:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:364:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:403:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:403:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:404:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:404:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:419:26: style: The function 'is_resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:141:26: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:419:26: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:425:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:425:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:426:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:426:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:450:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:450:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:451:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:451:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:474:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:474:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:475:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:475:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:501:27: style: The function 'is_pipeclass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:142:26: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:501:27: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:525:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:525:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:526:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:526:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:562:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:562:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:563:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:563:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:594:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:594:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:595:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:595:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:624:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:624:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:625:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:625:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:652:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:652:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:653:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:653:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:673:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:673:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:674:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:674:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:126:25: style: The function 'is_instruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:137:26: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:126:25: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:128:23: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:153:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:128:23: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:308:16: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:159:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:308:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:310:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:310:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:311:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:311:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:333:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:333:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:334:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:334:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:376:8: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:159:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:376:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:377:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:377:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:378:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:378:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:393:25: style: The function 'is_machnode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:138:26: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:393:25: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:395:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:395:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:396:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:396:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:423:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:423:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:424:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:424:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:468:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:468:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:469:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:469:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:486:19: style: The function 'is_effect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:140:26: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:486:19: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:493:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:493:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:494:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:494:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:515:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:515:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:516:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:516:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:534:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:534:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:535:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:535:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:552:32: style: The function 'is_opclass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:135:26: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:552:32: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:553:32: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:213:31: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:553:32: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:556:32: style: The function 'is_cisc_mem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:146:26: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:556:32: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:563:16: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:153:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:563:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:564:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:564:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:565:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:565:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:594:24: style: The function 'is_operand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:136:26: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:594:24: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:596:23: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:563:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:596:23: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:597:31: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:553:32: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:597:31: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:598:32: style: The function 'stack_slots_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:554:32: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:598:32: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:612:23: style: The function 'is_cisc_reg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:145:26: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:612:23: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:691:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:564:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:691:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:692:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:565:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:692:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:709:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:709:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:710:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:710:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:725:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:725:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:726:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:726:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:741:31: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:213:31: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:741:31: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:749:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:749:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:750:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:750:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:762:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:762:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:763:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:763:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:775:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:775:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:776:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:776:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:794:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:794:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:795:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:795:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:831:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:831:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:832:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:832:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:848:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:848:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:849:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:849:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:874:26: style: The function 'is_attribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:139:26: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:874:26: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:881:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:881:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:882:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:882:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:908:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:908:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:909:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:909:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:994:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:994:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:995:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:995:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1016:16: style: The function 'append_components' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:957:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1016:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1050:16: style: The function 'equivalent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:989:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1050:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1054:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1054:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1056:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1056:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1074:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1074:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1075:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1075:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1093:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:161:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1093:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1094:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:163:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1094:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:102:7: style: Condition '!chains_exist' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:91:25: note: Assignment 'chains_exist=false', assigned value is 0
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:102:7: note: Condition '!chains_exist' is always true
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:561:11: warning: Either the condition 'node==NULL' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:554:12: note: Assuming that condition 'node==NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:561:11: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:566:11: warning: Either the condition 'node==NULL' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:554:12: note: Assuming that condition 'node==NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:566:11: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:235:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:269:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:287:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:304:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:327:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:359:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:371:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:401:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:408:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:540:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:598:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:609:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:620:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:634:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:644:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:875:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:478:3: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:476:0: note: Variable 'index' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:478:3: note: Variable 'index' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1004:3: style: Variable 'opForm' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1000:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1004:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1008:3: style: Variable 'opForm' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1004:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1008:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:770:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:712:39: style: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:201:31: note: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:712:39: note: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:767:49: style: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:338:42: note: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:767:49: note: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:820:57: style: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:257:49: note: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:820:57: note: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:858:46: style: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:256:38: note: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:858:46: note: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:274:31: style: Variable 'has_root' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:382:21: style: Variable 'rule' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1021:12: style: Variable 'opForm' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:99:17: style: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:145:5: note: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:99:17: note: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:190:8: style: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:148:5: note: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:190:8: note: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:122:17: style: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:149:5: note: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:122:17: note: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:92:15: performance: Technically the member function 'MatchList::output' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:134:17: note: Technically the member function 'MatchList::output' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:92:15: note: Technically the member function 'MatchList::output' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:201:8: performance: Technically the member function 'ArchDesc::initKeywords' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:712:16: note: Technically the member function 'ArchDesc::initKeywords' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:201:8: note: Technically the member function 'ArchDesc::initKeywords' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:231:8: performance: Technically the member function 'ArchDesc::check_optype' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:381:16: note: Technically the member function 'ArchDesc::check_optype' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:231:8: note: Technically the member function 'ArchDesc::check_optype' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:235:15: performance: Technically the member function 'ArchDesc::getMatchListIndex' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:341:23: note: Technically the member function 'ArchDesc::getMatchListIndex' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:235:15: note: Technically the member function 'ArchDesc::getMatchListIndex' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:244:15: style: Technically the member function 'ArchDesc::reduceLeft' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:357:23: note: Technically the member function 'ArchDesc::reduceLeft' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:244:15: note: Technically the member function 'ArchDesc::reduceLeft' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:245:15: style: Technically the member function 'ArchDesc::reduceRight' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:369:23: note: Technically the member function 'ArchDesc::reduceRight' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:245:15: note: Technically the member function 'ArchDesc::reduceRight' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:248:15: performance: Technically the member function 'ArchDesc::machOperEnum' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1140:23: note: Technically the member function 'ArchDesc::machOperEnum' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:248:15: note: Technically the member function 'ArchDesc::machOperEnum' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:281:8: performance: Technically the member function 'ArchDesc::buildMustCloneMap' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1151:16: note: Technically the member function 'ArchDesc::buildMustCloneMap' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:281:8: note: Technically the member function 'ArchDesc::buildMustCloneMap' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:284:8: performance: Technically the member function 'ArchDesc::addSunCopyright' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1071:16: note: Technically the member function 'ArchDesc::addSunCopyright' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:284:8: note: Technically the member function 'ArchDesc::addSunCopyright' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:286:8: performance: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1082:16: note: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:286:8: note: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:288:8: performance: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1093:16: note: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:288:8: note: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:290:8: performance: Technically the member function 'ArchDesc::addInclude' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1102:16: note: Technically the member function 'ArchDesc::addInclude' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:290:8: note: Technically the member function 'ArchDesc::addInclude' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:291:8: performance: Technically the member function 'ArchDesc::addInclude' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.cpp:1107:16: note: Technically the member function 'ArchDesc::addInclude' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:291:8: note: Technically the member function 'ArchDesc::addInclude' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/arena.cpp:27:34: style: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/arena.hpp:64:29: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'.
openjdk-11-11~24/src/hotspot/share/adlc/arena.cpp:27:34: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'.
openjdk-11-11~24/src/hotspot/share/adlc/arena.cpp:73:22: style: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/arena.hpp:99:16: note: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'.
openjdk-11-11~24/src/hotspot/share/adlc/arena.cpp:73:22: note: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'.
openjdk-11-11~24/src/hotspot/share/adlc/arena.hpp:91:10: style: Member variable 'Arena::_first' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/arena.cpp:74:52: note: Member variable 'Arena::_first' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/arena.hpp:91:10: note: Member variable 'Arena::_first' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/arena.hpp:41:9: style: Technically the member function 'CHeapObj::operatordelete' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/arena.cpp:170:16: note: Technically the member function 'CHeapObj::operatordelete' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/arena.hpp:41:9: note: Technically the member function 'CHeapObj::operatordelete' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/arena.cpp:60:12: style: Class 'Arena' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/arena.cpp:60:12: style: Class 'Arena' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:66:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:67:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:322:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:337:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:858:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:864:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:871:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:881:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:889:59: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:953:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:961:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:1039:73: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:949:15: style: The scope of the variable 'x' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:239:47: style: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:131:39: note: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'.
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:239:47: note: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'.
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:311:69: style: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:132:61: note: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'.
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:311:69: note: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'.
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:595:51: style: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:241:43: note: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'.
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:595:51: note: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'.
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:595:92: style: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:241:83: note: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'.
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:595:92: note: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'.
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:951:9: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:724:7: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:725:7: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:732:7: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:736:5: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:746:7: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:747:7: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:904:21: warning: Member variable 'ExprDict::_expr' is not assigned a value in 'ExprDict::operator='. [operatorEqVarError]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:106:3: warning: Member variable 'ProductionState::_constraint' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:107:3: warning: Member variable 'ProductionState::_constraint' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:904:21: style: 'operator=' should either return reference to 'this' instance or be declared private and left unimplemented. [operatorEqShouldBeLeftUnimplemented]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:552:15: performance: Technically the member function 'Expr::compute_expr' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:742:19: note: Technically the member function 'Expr::compute_expr' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:552:15: note: Technically the member function 'Expr::compute_expr' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:553:15: performance: Technically the member function 'Expr::compute_min' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:761:11: note: Technically the member function 'Expr::compute_min' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:553:15: note: Technically the member function 'Expr::compute_min' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:554:15: performance: Technically the member function 'Expr::compute_max' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:768:11: note: Technically the member function 'Expr::compute_max' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:554:15: note: Technically the member function 'Expr::compute_max' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:555:15: performance: Technically the member function 'Expr::compute_external' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:717:19: note: Technically the member function 'Expr::compute_external' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:555:15: note: Technically the member function 'Expr::compute_external' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:135:8: style: Technically the member function 'ArchDesc::expand_opclass' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:293:16: note: Technically the member function 'ArchDesc::expand_opclass' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:135:8: note: Technically the member function 'ArchDesc::expand_opclass' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:138:8: performance: Technically the member function 'ArchDesc::prune_matchlist' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:361:16: note: Technically the member function 'ArchDesc::prune_matchlist' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:138:8: note: Technically the member function 'ArchDesc::prune_matchlist' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:83:3: style: Class 'ProductionState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/dfa.cpp:76:1: warning: The class 'ProductionState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:77:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:105:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:141:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:155:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:64:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:55:19: style: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:58:16: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:55:19: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:55:33: style: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:58:26: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:55:33: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:59:19: style: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:59:16: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:59:19: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:59:33: style: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:59:26: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:59:33: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:243:35: style: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:84:31: note: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:243:35: note: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:285:25: style: Function 'hashstr' argument 1 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:92:25: note: Function 'hashstr' argument 1 names different: declaration 's' definition 't'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:285:25: note: Function 'hashstr' argument 1 names different: declaration 's' definition 't'.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:146:13: warning: Size of pointer '_bin' used instead of size of its data. [pointerSize]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:250:32: warning: Size of pointer '_bin' used instead of size of its data. [pointerSize]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:290:17: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:115:3: warning: Member variable 'DictI::_key' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:115:3: warning: Member variable 'DictI::_value' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:55:77: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:59:91: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/dict2.cpp:140:90: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/filebuff.cpp:30:35: style: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/filebuff.hpp:68:26: note: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'.
openjdk-11-11~24/src/hotspot/share/adlc/filebuff.cpp:30:35: note: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'.
openjdk-11-11~24/src/hotspot/share/adlc/filebuff.hpp:60:13: style: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/filebuff.cpp:30:74: note: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/filebuff.hpp:60:13: note: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/filebuff.cpp:46:3: style: Class 'FileBuff' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/filebuff.cpp:46:3: style: Class 'FileBuff' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:321:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:327:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:352:59: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:212:54: style: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:182:51: note: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'.
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:212:54: note: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'.
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:121:18: error: Boolean value assigned to pointer. [assignBoolToPointer]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:337:21: warning: Member variable 'FormDict::_form' is not assigned a value in 'FormDict::operator='. [operatorEqVarError]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:337:21: style: 'operator=' should either return reference to 'this' instance or be declared private and left unimplemented. [operatorEqShouldBeLeftUnimplemented]
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:182:19: performance: Technically the member function 'Form::ideal_to_const_type' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:212:22: note: Technically the member function 'Form::ideal_to_const_type' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:182:19: note: Technically the member function 'Form::ideal_to_const_type' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:184:19: performance: Technically the member function 'Form::ideal_to_sReg_type' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:227:22: note: Technically the member function 'Form::ideal_to_sReg_type' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:184:19: note: Technically the member function 'Form::ideal_to_sReg_type' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:186:19: performance: Technically the member function 'Form::ideal_to_Reg_type' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:238:22: note: Technically the member function 'Form::ideal_to_Reg_type' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:186:19: note: Technically the member function 'Form::ideal_to_Reg_type' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:189:18: performance: Technically the member function 'Form::is_load_from_memory' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:251:22: note: Technically the member function 'Form::is_load_from_memory' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:189:18: note: Technically the member function 'Form::is_load_from_memory' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:191:18: performance: Technically the member function 'Form::is_store_to_memory' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:273:22: note: Technically the member function 'Form::is_store_to_memory' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:191:18: note: Technically the member function 'Form::is_store_to_memory' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:351:15: style: Technically the member function 'NameList::current' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:72:24: note: Technically the member function 'NameList::current' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:351:15: note: Technically the member function 'NameList::current' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:352:15: style: Technically the member function 'NameList::peek' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:73:24: note: Technically the member function 'NameList::peek' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:352:15: note: Technically the member function 'NameList::peek' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:355:9: performance: Technically the member function 'NameList::is_signal' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:82:17: note: Technically the member function 'NameList::is_signal' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:355:9: note: Technically the member function 'NameList::is_signal' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:359:15: style: Technically the member function 'NameList::name' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:107:24: note: Technically the member function 'NameList::name' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:359:15: note: Technically the member function 'NameList::name' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:362:9: style: Technically the member function 'NameList::output' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:113:18: note: Technically the member function 'NameList::output' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:362:9: note: Technically the member function 'NameList::output' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:43:3: style: Class 'NameList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:43:3: style: Class 'NameList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/hotspot/share/adlc/forms.cpp:51:21: error: Common realloc mistake: '_names' nulled but not freed upon failure [memleakOnRealloc]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:225:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:567:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:572:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:96:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:107:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:114:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:120:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:178:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:182:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:186:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:251:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:264:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:288:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:310:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:422:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:545:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:608:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:42:36: style: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:101:31: note: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:42:36: note: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:43:69: style: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:102:65: note: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:43:69: note: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:64:47: style: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:105:35: note: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:64:47: note: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:193:86: style: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:144:33: note: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:193:86: note: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:206:38: style: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:148:36: note: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:206:38: note: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:250:48: style: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:188:40: note: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:250:48: note: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:648:37: style: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:551:29: note: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:648:37: note: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:661:41: style: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:553:33: note: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:661:41: note: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:758:45: style: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:620:31: note: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:758:45: note: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:804:50: style: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:648:40: note: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:804:50: note: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:806:37: style: Variable 'inst_num' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:807:30: style: Variable 'inst_operand' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:810:22: style: Variable 'inst' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:33:15: warning: Member variable 'RegisterForm::_current_ac' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:365:22: warning: Member variable 'ConditionalRegClass::_rclasses' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_direction' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_sync_stack_slots' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_inline_cache_reg' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_interpreter_method_oop_reg' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_cisc_spilling_operand_name' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_return_addr_loc' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:429:12: warning: Member variable 'FrameForm::_c_return_addr_loc' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:134:15: style: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:197:5: note: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:134:15: note: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:172:15: style: Member variable 'RegClass::_classid' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:233:65: note: Member variable 'RegClass::_classid' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:172:15: note: Member variable 'RegClass::_classid' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:377:14: style: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:461:6: note: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:377:14: note: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:569:9: style: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:683:54: note: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:569:9: note: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:601:19: style: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:742:51: note: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:601:19: note: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:586:9: style: Technically the member function 'PeepMatch::max_position' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.cpp:701:18: note: Technically the member function 'PeepMatch::max_position' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/formsopt.hpp:586:9: note: Technically the member function 'PeepMatch::max_position' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1446:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1447:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1453:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1453:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1453:9: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1456:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1456:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1456:9: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1466:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2489:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2532:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2542:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2554:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2555:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2555:22: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2557:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2557:22: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2558:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2559:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2560:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2637:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2638:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2639:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2640:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2641:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:107:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:761:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:767:8: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:809:54: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:938:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:955:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1002:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1234:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1579:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1587:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1612:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1792:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1797:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1817:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1877:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1916:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1969:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1984:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2074:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2096:54: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2366:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2480:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2705:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2717:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2721:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2725:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2729:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2873:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2961:46: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2962:46: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2964:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3289:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3291:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3377:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3378:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3395:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3396:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3878:4: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1219:3: style: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1213:0: note: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1219:3: note: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3579:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3583:3: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3579:8: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:633:16: warning: Redundant assignment of 'oper' to itself. [selfAssignment]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2340:19: warning: Redundant assignment of 'reg_class' to itself. [selfAssignment]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1380:10: style: The scope of the variable 'count' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2574:17: style: The scope of the variable 'type' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:175:46: style: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:145:49: note: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:175:46: note: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:185:51: style: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:151:46: note: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:185:51: note: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:495:31: style: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:182:80: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:495:31: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:502:31: style: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:183:80: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:502:31: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:502:58: style: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:183:102: note: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:502:58: note: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1208:63: style: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:250:66: note: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1208:63: note: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1636:37: style: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:371:29: note: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1636:37: note: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1714:56: style: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:421:57: note: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1714:56: note: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1776:42: style: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:449:34: note: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1776:42: note: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2245:59: style: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:630:56: note: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2245:59: note: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2298:51: style: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:639:56: note: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2298:51: note: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2383:72: style: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:662:77: note: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2383:72: note: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2411:67: style: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:663:72: note: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2411:67: note: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2421:67: style: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:668:72: note: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2421:67: note: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2552:50: style: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:684:54: note: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2552:50: note: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2552:68: style: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:684:70: note: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2552:68: note: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2568:54: style: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:665:65: note: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2568:54: note: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2631:40: style: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:687:44: note: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2631:40: note: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3178:68: style: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:946:63: note: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3178:68: note: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3187:47: style: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:949:38: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3187:47: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3194:47: style: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:950:38: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3194:47: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3217:40: style: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:956:36: note: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3217:40: note: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3563:37: style: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:987:35: note: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3563:37: note: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3563:57: style: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:987:52: note: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3563:57: note: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3849:54: style: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:992:51: note: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3849:54: note: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3903:71: style: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1013:62: note: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3903:71: note: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3930:36: style: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:1018:33: note: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3930:36: note: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:458:0: style: Variable 'matching_input' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:633:18: style: Variable 'oper' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1240:44: style: Variable 'stack_or_reg_mask_name' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2309:30: style: Variable 'constraint' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2573:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:30:15: warning: Member variable 'InstructForm::_uniq_idx_length' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:64:15: warning: Member variable 'InstructForm::_uniq_idx_length' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1961:15: warning: Member variable 'MachNodeForm::_machnode_pipe' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1943:14: warning: Member variable 'RewriteRule::_condition' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1943:14: warning: Member variable 'RewriteRule::_instrs' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1943:14: warning: Member variable 'RewriteRule::_opers' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1974:14: warning: Member variable 'OpClassForm::_minCode' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1974:14: warning: Member variable 'OpClassForm::_maxCode' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2836:16: warning: Member variable 'ConstructRule::_expr' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3892:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3897:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3903:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:79:18: style: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:31:17: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:79:18: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:88:18: style: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:34:5: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:88:18: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:79:18: style: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:65:17: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:79:18: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:88:18: style: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:68:5: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:88:18: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:804:15: style: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2805:5: note: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:804:15: note: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:805:15: style: Member variable 'CondInterface::_less' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2806:5: note: Member variable 'CondInterface::_less' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:805:15: note: Member variable 'CondInterface::_less' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:806:15: style: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2807:5: note: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:806:15: note: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:807:15: style: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2808:5: note: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:807:15: note: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:808:15: style: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2809:5: note: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:808:15: note: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:809:15: style: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2810:5: note: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:809:15: note: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:810:15: style: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2811:5: note: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:810:15: note: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:935:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3180:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:935:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:940:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3181:55: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:940:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:935:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3188:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:935:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:940:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3190:21: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:940:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:935:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3195:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:935:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:940:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3197:21: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:940:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:435:8: style: Technically the member function 'ComponentList::count' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2982:27: note: Technically the member function 'ComponentList::count' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/forms.hpp:435:8: note: Technically the member function 'ComponentList::count' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:330:15: performance: Technically the member function 'EncodeForm::encClassPrototype' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1597:25: note: Technically the member function 'EncodeForm::encClassPrototype' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:330:15: note: Technically the member function 'EncodeForm::encClassPrototype' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:331:15: style: Technically the member function 'EncodeForm::encClassBody' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1584:25: note: Technically the member function 'EncodeForm::encClassBody' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:331:15: note: Technically the member function 'EncodeForm::encClassBody' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:364:8: performance: Technically the member function 'EncClass::check_parameter_types' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1630:16: note: Technically the member function 'EncClass::check_parameter_types' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:364:8: note: Technically the member function 'EncClass::check_parameter_types' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:684:23: performance: Technically the member function 'OperandForm::format_constant' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2552:19: note: Technically the member function 'OperandForm::format_constant' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:684:23: note: Technically the member function 'OperandForm::format_constant' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:905:15: style: Technically the member function 'Component::base_type' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:2919:24: note: Technically the member function 'Component::base_type' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:905:15: note: Technically the member function 'Component::base_type' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:910:15: style: Technically the member function 'Component::getUsedefName' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:1852:24: note: Technically the member function 'Component::getUsedefName' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:910:15: note: Technically the member function 'Component::getUsedefName' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:987:14: performance: Technically the member function 'MatchNode::cisc_spill_merge' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3563:16: note: Technically the member function 'MatchNode::cisc_spill_merge' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:987:14: note: Technically the member function 'MatchNode::cisc_spill_merge' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3200:5: style: Class 'MatchNode' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3200:5: style: Class 'MatchNode' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.cpp:3479:1: error: Memory leak: subtree [memleak]
openjdk-11-11~24/src/hotspot/share/adlc/main.cpp:442:9: style: The scope of the variable 'ep' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/main.cpp:355:50: style: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:185:43: note: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'.
openjdk-11-11~24/src/hotspot/share/adlc/main.cpp:355:50: note: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'.
openjdk-11-11~24/src/hotspot/share/adlc/main.cpp:390:52: style: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:186:45: note: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'.
openjdk-11-11~24/src/hotspot/share/adlc/main.cpp:390:52: note: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:186:8: performance: Technically the member function 'ArchDesc::close_file' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/main.cpp:390:16: note: Technically the member function 'ArchDesc::close_file' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:186:8: note: Technically the member function 'ArchDesc::close_file' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/main.cpp:361:5: error: Resource leak: _fp [resourceLeak]
openjdk-11-11~24/src/hotspot/share/adlc/main.cpp:363:3: error: Resource leak: _fp [resourceLeak]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:459:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:459:7: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:746:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:746:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:752:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:752:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:757:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:757:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1457:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1461:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1470:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1473:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1479:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1479:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1498:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1498:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1498:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1521:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1523:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1531:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1532:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1536:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1537:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1538:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1544:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1548:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1564:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1589:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1589:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1593:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1617:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1623:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1627:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1638:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1643:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1652:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1652:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1657:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1741:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1745:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1745:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1751:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1751:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1751:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1770:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1770:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1773:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1774:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1774:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1776:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1776:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1777:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1777:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1777:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1782:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1782:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1785:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1788:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1788:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1788:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2764:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2797:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2800:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3222:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3911:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4002:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:179:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:185:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:207:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:213:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:251:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:328:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:406:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:440:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:798:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1512:42: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1525:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1633:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1681:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2857:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2877:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2950:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3074:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3136:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3146:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3173:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3199:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3217:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3237:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3260:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3285:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3310:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3322:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3511:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3524:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3547:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3558:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3572:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3583:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3835:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4089:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4288:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4306:49: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4329:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4349:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4356:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4370:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:130:16: style: The scope of the variable 'rc_name' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:151:16: style: The scope of the variable 'rc_name' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1431:17: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3135:17: style: The scope of the variable 'machnode' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3501:17: style: The scope of the variable 'inst' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:129:45: style: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:262:38: note: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:129:45: note: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2464:51: style: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:314:51: note: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2464:51: note: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2482:64: style: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:322:56: note: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2482:64: note: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2588:51: style: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:320:51: note: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2588:51: note: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2673:59: style: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:318:51: note: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2673:59: note: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3051:36: style: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:333:28: note: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3051:36: note: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3957:61: style: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:258:64: note: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3957:61: note: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4024:55: style: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/formssel.hpp:274:58: note: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4024:55: note: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:412:0: style: Variable 'commentlen' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:413:0: style: Variable 'max_cycles' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:415:20: style: Variable 'cyclelen' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2824:14: style: Variable 'is_ideal_bool' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3496:26: style: Variable 'fp_hpp' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3814:0: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3833:0: style: Variable 'opIndex' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4093:27: style: Variable 'opcode' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:4313:22: style: Variable 'mrule2' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:1872:3: warning: Member variable 'DefineEmitState::_processing_noninput' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:314:8: performance: Technically the member function 'ArchDesc::defineSize' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2464:16: note: Technically the member function 'ArchDesc::defineSize' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:314:8: note: Technically the member function 'ArchDesc::defineSize' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:325:8: performance: Technically the member function 'ArchDesc::define_oper_interface' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2924:16: note: Technically the member function 'ArchDesc::define_oper_interface' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:325:8: note: Technically the member function 'ArchDesc::define_oper_interface' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:2273:15: performance: Technically the member function 'DefineEmitState::reg_conversion' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3343:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3343:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3344:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3344:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3345:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3345:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3348:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3348:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3353:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3353:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3361:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3361:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3366:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3366:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3378:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3378:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3379:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3379:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3380:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3380:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3383:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3383:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3384:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3384:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3389:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3389:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3394:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3394:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3408:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3408:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3409:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3409:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3410:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3410:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3413:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3413:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3414:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3414:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3419:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3419:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3424:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3424:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3438:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3438:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3439:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3439:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3440:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3440:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3443:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3443:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3444:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3444:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3445:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3445:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3446:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3446:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3456:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3456:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3457:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3457:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3458:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3458:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3461:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3461:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3465:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3465:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3466:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3466:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3467:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3467:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3477:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3477:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3478:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3478:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3479:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3479:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3482:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3482:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3483:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3483:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3484:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3484:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3485:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_c.cpp:3485:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:90:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:313:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:314:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:315:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:316:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:317:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:318:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:329:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:334:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:339:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:344:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:349:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:354:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:359:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:364:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:373:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:373:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:375:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:375:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:402:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:403:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:407:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:411:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:415:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:419:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:420:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:424:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:425:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:425:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:426:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:430:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:431:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:431:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:432:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:784:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:788:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:791:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:793:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:793:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:797:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:797:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:803:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:803:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:803:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:809:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:809:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:816:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:816:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:824:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:826:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:826:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:826:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:908:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:913:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1088:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1089:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1196:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1554:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1711:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1730:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1739:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1756:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:485:34: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:480:20: note: Assuming that condition 'form==NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:485:34: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:556:34: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:551:20: note: Assuming that condition 'form==NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:556:34: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:636:30: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:632:18: note: Assuming that condition 'form==NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:636:30: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1152:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1160:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1180:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1545:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1569:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1630:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1686:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:138:5: style: Variable 'reg_def' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:125:0: note: Variable 'reg_def' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:138:5: note: Variable 'reg_def' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:171:38: style: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:269:31: note: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:171:38: note: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1139:37: style: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:332:29: note: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:1139:37: note: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2223:43: style: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:273:35: note: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2223:43: note: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:931:19: style: Variable 'unitSize' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2163:3: warning: Member variable 'OutputMachOpcodes::begin_rematerialize' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2163:3: warning: Member variable 'OutputMachOpcodes::end_rematerialize' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:269:9: performance: Technically the member function 'ArchDesc::declareRegSizes' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:171:16: note: Technically the member function 'ArchDesc::declareRegSizes' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:269:9: note: Technically the member function 'ArchDesc::declareRegSizes' can be static.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:302:8: style: Technically the member function 'ArchDesc::defineStateClass' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2033:16: note: Technically the member function 'ArchDesc::defineStateClass' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:302:8: note: Technically the member function 'ArchDesc::defineStateClass' can be const.
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2119:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2119:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2120:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2120:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2121:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2121:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2124:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2124:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2129:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2129:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2134:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2134:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2140:8: style: The function 'do_instructions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:407:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2140:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2141:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2141:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2168:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:400:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2168:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2169:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:401:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2169:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2170:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:402:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2170:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2183:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:404:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2183:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2184:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:403:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2184:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2185:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:405:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2185:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2187:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:408:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2187:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2189:8: style: The function 'record_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/adlc/archDesc.hpp:410:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/adlc/output_h.cpp:2189:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/aot/aotLoader.cpp:320:18: warning: Possible null pointer dereference: caller_heap [nullPointer]
openjdk-11-11~24/src/hotspot/share/aot/aotLoader.cpp:312:30: note: Assignment 'caller_heap=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/aot/aotLoader.cpp:320:18: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/asm/assembler.cpp:233:67: style: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/asm/assembler.cpp:221:58: note: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'.
openjdk-11-11~24/src/hotspot/share/asm/assembler.cpp:233:67: note: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'.
openjdk-11-11~24/src/hotspot/share/asm/assembler.cpp:172:21: style: Variable 'target_sect' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/asm/assembler.cpp:222:8: style: Technically the member function 'DelayedConstant::match' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/c1/c1_Canonicalizer.cpp:805:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/hotspot/share/c1/c1_Canonicalizer.cpp:845:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/hotspot/share/c1/c1_Canonicalizer.cpp:853:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/hotspot/share/c1/c1_Canonicalizer.cpp:876:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/hotspot/share/c1/c1_Canonicalizer.cpp:884:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/hotspot/share/c1/c1_Canonicalizer.cpp:359:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/share/c1/c1_Canonicalizer.cpp:359:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 360. [shiftTooManyBits]
openjdk-11-11~24/src/hotspot/share/c1/c1_Canonicalizer.cpp:360:19: note: Assuming that condition 'shift==0' is not redundant
openjdk-11-11~24/src/hotspot/share/c1/c1_Canonicalizer.cpp:359:26: note: Shift
openjdk-11-11~24/src/hotspot/share/c1/c1_Compilation.cpp:203:25: style: Same expression on both sides of '==' because the value of 'instructions' and 'Instruction::number_of_instructions()' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/c1/c1_Compilation.cpp:201:59: note: 'instructions' is assigned value 'Instruction::number_of_instructions()' here.
openjdk-11-11~24/src/hotspot/share/c1/c1_Compilation.cpp:203:25: note: Same expression on both sides of '==' because the value of 'instructions' and 'Instruction::number_of_instructions()' are the same.
openjdk-11-11~24/src/hotspot/share/c1/c1_Compilation.cpp:85:3: warning: Member variable 'PhaseTraceTime::_thread' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/c1/c1_Compilation.cpp:85:3: style: Class 'PhaseTraceTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:3395:3: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:3389:0: note: Variable 'msg' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:3395:3: note: Variable 'msg' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:152:49: style: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:72:33: note: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:152:49: note: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:397:46: style: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:82:31: note: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:397:46: note: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:1355:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:1404:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:4220:21: style: Variable 'op' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:4238:21: style: Variable 'op' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:55:18: style: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:106:4: note: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:55:18: note: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:57:18: style: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:109:4: note: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:57:18: note: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:75:8: performance: Technically the member function 'BlockListBuilder::store_one' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:178:31: note: Technically the member function 'BlockListBuilder::store_one' can be static.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:75:8: note: Technically the member function 'BlockListBuilder::store_one' can be static.
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:104:4: style: Class 'BlockListBuilder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:104:4: style: Class 'BlockListBuilder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/hotspot/share/c1/c1_GraphBuilder.cpp:2516:3: style: Class 'PhiSimplifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/c1/c1_IR.cpp:853:62: style: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/c1/c1_IR.cpp:502:40: note: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'.
openjdk-11-11~24/src/hotspot/share/c1/c1_IR.cpp:853:62: note: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'.
openjdk-11-11~24/src/hotspot/share/c1/c1_IR.cpp:1298:20: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/c1/c1_IR.cpp:1020:11: warning: Assert statement calls a function which may have desired side effects: 'compute_dominators_iter'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/c1/c1_IR.cpp:459:14: style: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/c1/c1_IR.cpp:535:3: note: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_IR.cpp:459:14: note: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_IR.cpp:320:3: style: Class 'CriticalEdgeFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/c1/c1_IR.cpp:1267:3: style: Class 'PredecessorValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/c1/c1_LIRGenerator.cpp:1232:12: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/c1/c1_LIRGenerator.cpp:2971:27: style: Variable 'cc' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/c1/c1_LinearScan.cpp:4252:10: warning: Possible null pointer dereference: result [nullPointer]
openjdk-11-11~24/src/hotspot/share/c1/c1_LinearScan.cpp:4216:14: note: Assignment 'result=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/c1/c1_LinearScan.cpp:4252:10: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/c1/c1_LinearScan.cpp:1532:13: style: The scope of the variable 'v' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:783:14: warning: Either the condition 'local0!=NULL' is redundant or there is possible null pointer dereference: local0. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:785:18: note: Assuming that condition 'local0!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:783:14: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:1113:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:727:40: style: Function 'visit' argument 1 names different: declaration 'f' definition 'p'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:618:21: note: Function 'visit' argument 1 names different: declaration 'f' definition 'p'.
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:727:40: note: Function 'visit' argument 1 names different: declaration 'f' definition 'p'.
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:850:47: style: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:616:28: note: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'.
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:850:47: note: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'.
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:214:3: style: Variable 'cur_end' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:482:3: warning: Member variable 'NullCheckVisitor::_nce' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:44:7: style: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:50:59: note: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:44:7: note: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:570:21: style: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:597:7: note: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:570:21: note: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:550:21: style: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:598:7: note: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:550:21: note: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:50:3: style: Class 'CE_Eliminator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:315:3: style: Class 'BlockMerger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/c1/c1_Optimizer.cpp:593:3: style: Class 'NullCheckEliminator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/c1/c1_RangeCheckElimination.cpp:225:22: style: Variable 'y_bound' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/c1/c1_RangeCheckElimination.cpp:1061:14: style: Variable 'cond' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/c1/c1_Runtime1.cpp:1353:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openjdk-11-11~24/src/hotspot/share/c1/c1_ValueMap.cpp:289:3: style: Class 'ShortLoopOptimizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:1299:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:62:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:61:11: note: Assignment 'e=MAXBIT', assigned value is 29
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:62:15: note: Shift
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:1357:15: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:98:3: warning: Member variable 'StateInfo::_vars' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:98:3: warning: Member variable 'StateInfo::_stack' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:98:3: warning: Member variable 'StateInfo::_stack_height' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:98:3: warning: Member variable 'StateInfo::_max_stack' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:98:3: warning: Member variable 'StateInfo::_initialized' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:84:3: style: 'ArgumentMap::operator=' should return 'ArgumentMap &'. [operatorEq]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:66:43: performance: Variable '_bits' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:59:8: performance: Technically the member function 'ArgumentMap::int_to_bit' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:85:8: style: Technically the member function 'ArgumentMap::operator==' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:86:8: style: Technically the member function 'ArgumentMap::operator!=' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:53:1: warning: The class 'ArgumentMap' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openjdk-11-11~24/src/hotspot/share/ci/bcEscapeAnalyzer.cpp:1094:54: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/ci/ciInstanceKlass.cpp:657:33: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/hotspot/share/ci/ciInstanceKlass.cpp:662:41: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/hotspot/share/ci/ciMethod.cpp:1004:16: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/ci/ciMethodBlocks.cpp:55:68: warning: Either the condition 'former_block!=NULL' is redundant or there is possible null pointer dereference: former_block. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/ci/ciMethodBlocks.cpp:57:23: note: Assuming that condition 'former_block!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/ci/ciMethodBlocks.cpp:55:68: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/ci/ciReplay.cpp:656:16: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/ci/ciReplay.cpp:150:12: warning: Assert statement calls a function which may have desired side effects: 'parse_int'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/ci/ciReplay.cpp:151:12: warning: Assert statement calls a function which may have desired side effects: 'parse_int'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/ci/ciReplay.cpp:152:19: warning: Assert statement calls a function which may have desired side effects: 'parse_string'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/ci/ciReplay.cpp:153:12: warning: Assert statement calls a function which may have desired side effects: 'parse_int'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/ci/ciReplay.cpp:154:19: warning: Assert statement calls a function which may have desired side effects: 'parse_string'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/ci/ciReplay.cpp:155:12: warning: Assert statement calls a function which may have desired side effects: 'parse_intptr_t'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/ci/ciReplay.cpp:156:19: warning: Assert statement calls a function which may have desired side effects: 'parse_quoted_string'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/ci/ciTypeFlow.cpp:676:28: style: Variable 'stack_type' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/classFileParser.cpp:2230:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/classfile/classFileParser.cpp:2250:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/classfile/classFileParser.cpp:5354:16: style: The scope of the variable 'args_size' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/classfile/classFileParser.cpp:1943:17: style: Variable 'cp_size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/classFileParser.cpp:5618:13: style: Variable 'methods_len' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/classFileParser.cpp:1078:3: style: Class 'AnnotationCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/classFileParser.cpp:1116:3: style: Class 'FieldAnnotationCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/classFileParser.cpp:2272:0: error: Memory leak: table [memleak]
openjdk-11-11~24/src/hotspot/share/classfile/classFileParser.cpp:4577:0: error: Memory leak: result [memleak]
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:1065:5: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:1063:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:1065:5: note: Variable 'new_entry' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:934:36: style: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:926:25: note: 'error_msg' is assigned value 'NULL' here.
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:934:36: note: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same.
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:983:38: style: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:974:27: note: 'error_msg' is assigned value 'NULL' here.
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:983:38: note: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same.
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:1142:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:1180:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:1064:22: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/classLoader.cpp:1303:0: error: Memory leak: loaded_class_pkgs [memleak]
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderData.cpp:1358:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderData.cpp:1339:0: note: Variable 'data' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderData.cpp:1358:3: note: Variable 'data' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderData.cpp:242:3: style: Class 'VerifyContainsOopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderExt.cpp:343:3: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderExt.cpp:341:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderExt.cpp:343:3: note: Variable 'new_entry' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp:87:3: warning: Member variable 'BranchTracker::_branches' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp:124:3: warning: Member variable 'LoadedClassInfo::_next' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp:146:7: style: Member variable 'LoaderTreeNode::_num_classes' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp:302:44: note: Member variable 'LoaderTreeNode::_num_classes' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp:146:7: note: Member variable 'LoaderTreeNode::_num_classes' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp:300:3: style: Class 'LoaderTreeNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp:402:3: style: Class 'LoadedClassCollectClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/compactHashtable.cpp:266:3: style: Class 'CompactHashtable_SymbolIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/compactHashtable.cpp:281:3: style: Class 'CompactHashtable_OopIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:469:12: warning: Assert statement calls a function which may have desired side effects: 'throws_exception'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:122:0: style: The class 'HierarchyVisitor < PrintHierarchy >' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:122:0: style: The class 'HierarchyVisitor < KeepAliveVisitor >' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:122:0: style: The class 'HierarchyVisitor < FindMethodsByErasedSig >' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:686:26: style: Member variable 'FindMethodsByErasedSig::_family' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:692:7: note: Member variable 'FindMethodsByErasedSig::_family' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:686:26: note: Member variable 'FindMethodsByErasedSig::_family' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:553:16: warning: Virtual function 'destroy' is called from destructor '~StateRestorer()' at line 551. Dynamic binding is not used. [virtualCallInConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:551:22: note: Calling destroy
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:553:16: note: destroy is a virtual method
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:263:3: style: Class 'PrintHierarchy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:279:3: style: Class 'KeepAliveRegistrar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:306:3: style: Class 'KeepAliveVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:532:3: style: Class 'StatefulMethodFamily' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:580:3: style: Class 'EmptyVtableSlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:553:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:58:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/classfile/defaultMethods.cpp:553:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/classfile/dictionary.cpp:638:13: warning: Either the condition 'cld!=NULL' is redundant or there is possible null pointer dereference: cld. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/classfile/dictionary.cpp:637:17: note: Assuming that condition 'cld!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/classfile/dictionary.cpp:638:13: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/classfile/dictionary.cpp:639:13: warning: Either the condition 'cld!=NULL' is redundant or there is possible null pointer dereference: cld. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/classfile/dictionary.cpp:637:17: note: Assuming that condition 'cld!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/classfile/dictionary.cpp:639:13: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:110:13: style: Condition 'start!=-1' is always false [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:100:16: note: Assignment 'start=-1', assigned value is -1
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:110:13: note: Condition 'start!=-1' is always false
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:110:13: style: Same expression on both sides of '!=' because the value of 'start' and '-1' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:100:16: note: 'start' is assigned value '-1' here.
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:110:13: note: Same expression on both sides of '!=' because the value of 'start' and '-1' are the same.
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:99:7: style: The scope of the variable 'count' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:3924:22: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:1960:19: style: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:2003:57: note: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:1960:19: note: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:2094:7: style: Member variable 'BacktraceElement::_method_id' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:2100:37: note: Member variable 'BacktraceElement::_method_id' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:2094:7: note: Member variable 'BacktraceElement::_method_id' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:2095:7: style: Member variable 'BacktraceElement::_bci' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:2100:73: note: Member variable 'BacktraceElement::_bci' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:2095:7: note: Member variable 'BacktraceElement::_bci' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:2010:5: performance: Variable '_methods' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:223:3: style: Class 'CompactStringsFixup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/javaClasses.cpp:2003:3: style: Class 'BacktraceBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/klassFactory.cpp:222:67: style: Same expression on both sides of '!=' because the value of 'old_stream' and 'stream' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/classfile/klassFactory.cpp:198:33: note: 'old_stream' is assigned value 'stream' here.
openjdk-11-11~24/src/hotspot/share/classfile/klassFactory.cpp:222:67: note: Same expression on both sides of '!=' because the value of 'old_stream' and 'stream' are the same.
openjdk-11-11~24/src/hotspot/share/classfile/klassFactory.cpp:223:60: style: Same expression on both sides of '!=' because the value of 'old_stream' and 'stream' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/classfile/klassFactory.cpp:198:33: note: 'old_stream' is assigned value 'stream' here.
openjdk-11-11~24/src/hotspot/share/classfile/klassFactory.cpp:223:60: note: Same expression on both sides of '!=' because the value of 'old_stream' and 'stream' are the same.
openjdk-11-11~24/src/hotspot/share/classfile/loaderConstraints.cpp:428:20: style: Variable 'thread' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/modules.cpp:415:23: style: The scope of the variable 'pkg' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/classfile/packageEntry.cpp:132:31: style: Variable 'pkg_module' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/sharedPathsMiscInfo.cpp:194:16: style: The scope of the variable 'num' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/classfile/stringTable.cpp:119:7: style: Member variable 'StringTableLookupJchar::_len' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/classfile/stringTable.cpp:125:48: note: Member variable 'StringTableLookupJchar::_len' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/stringTable.cpp:119:7: note: Member variable 'StringTableLookupJchar::_len' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/classfile/stringTable.cpp:256:3: style: Class 'StringTableGet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/stringTable.cpp:386:3: style: Class 'StringTableIsAliveCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/stringTable.cpp:667:3: style: Class 'VerifyCompStrings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1082:9: style: Condition 'k==NULL' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1070:21: note: Assignment 'k=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1082:9: note: Condition 'k==NULL' is always true
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1467:11: style: Condition 'k==NULL' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1459:24: note: Assignment 'k=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1467:11: note: Condition 'k==NULL' is always true
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1082:9: style: Same expression on both sides of '==' because the value of 'k' and 'NULL' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1070:21: note: 'k' is assigned value 'NULL' here.
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1082:9: note: Same expression on both sides of '==' because the value of 'k' and 'NULL' are the same.
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1467:11: style: Same expression on both sides of '==' because the value of 'k' and 'NULL' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1459:24: note: 'k' is assigned value 'NULL' here.
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1467:11: note: Same expression on both sides of '==' because the value of 'k' and 'NULL' are the same.
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:729:8: style: The scope of the variable 'throw_circularity_error' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1653:21: style: The scope of the variable 'probe' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:371:31: style: Variable 'child_already_loaded' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:397:36: style: Variable 'newprobe' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:561:19: style: Variable 'superk' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:795:38: style: Variable 'newprobe' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:1960:16: style: Variable 'sid' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionary.cpp:2965:5: style: Class 'CombineDictionariesClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/classfile/systemDictionaryShared.cpp:596:34: style: Variable 'loader_data' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/classfile/verifier.cpp:2750:13: style: The scope of the variable 'on_stack_sig_types_buffer' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/classfile/verifier.cpp:2553:0: error: Memory leak: bci_stack [memleak]
openjdk-11-11~24/src/hotspot/share/classfile/verifier.cpp:2553:0: error: Memory leak: visited_branches [memleak]
openjdk-11-11~24/src/hotspot/share/code/codeCache.cpp:1464:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/code/codeCache.cpp:98:7: style: Technically the member function 'CodeBlob_sizes::total' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/code/codeCache.cpp:99:8: style: Technically the member function 'CodeBlob_sizes::is_empty' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:445:16: style: The scope of the variable 'nBlocks_used' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:446:16: style: The scope of the variable 'nBlocks_zomb' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:447:16: style: The scope of the variable 'nBlocks_disconn' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:448:16: style: The scope of the variable 'nBlocks_notentr' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:615:20: style: The scope of the variable 'compile_id' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:2324:16: style: The scope of the variable 'indicator' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:2325:16: style: The scope of the variable 'age_range' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:2277:0: style: Variable 'indicator' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:2278:0: style: Variable 'age_range' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:2279:28: style: Variable 'range_beg' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1294:50: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1342:31: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1343:31: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1347:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1348:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1352:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1353:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1381:31: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1382:31: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1386:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1387:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1391:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/codeHeapState.cpp:1392:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/code/compiledIC.cpp:368:3: style: Variable 'is_clean' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/code/compiledIC.cpp:366:0: note: Variable 'is_clean' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/code/compiledIC.cpp:368:3: note: Variable 'is_clean' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/code/debugInfoRec.cpp:43:7: style: Technically the member function 'DIR_Chunk::offset' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:658:56: style: Condition 'klass_violations==0' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:656:28: note: Assuming that condition 'klass_violations==0' is not redundant
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:658:56: note: Condition 'klass_violations==0' is always true
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:1328:50: style: Condition '!participants_hide_witnesses' is always false [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:1323:46: note: Assignment 'participants_hide_witnesses=true', assigned value is 1
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:1328:50: note: Condition '!participants_hide_witnesses' is always false
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:1307:12: warning: Assert statement calls a function which may have desired side effects: 'doing_subtype_search'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:1320:13: warning: Assert statement calls a function which may have desired side effects: 'doing_subtype_search'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:1402:11: warning: Assert statement calls a function which may have desired side effects: 'is_participant'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:1133:8: style: Technically the member function 'ClassHierarchyWalker::doing_subtype_search' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:1137:7: style: Technically the member function 'ClassHierarchyWalker::num_participants' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:1113:3: style: Class 'ClassHierarchyWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/code/dependencies.cpp:1117:3: style: Class 'ClassHierarchyWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/code/nmethod.cpp:2506:31: style: Variable 'out_preserve' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/code/nmethod.cpp:2095:14: warning: Assert statement calls a function which may have desired side effects: 'ok'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/code/nmethod.cpp:1672:3: style: Class 'DetectScavengeRoot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/code/nmethod.cpp:2046:3: style: Class 'VerifyOopsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/code/nmethod.cpp:2171:3: style: Class 'DebugScavengeRoot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/code/nmethod.cpp:2691:3: style: Class 'DirectNativeCallWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/code/nmethod.cpp:1904:0: error: Memory leak: table [memleak]
openjdk-11-11~24/src/hotspot/share/code/relocInfo.cpp:958:8: style: The scope of the variable 'got_next' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/compiler/compileBroker.cpp:285:11: style: Condition '!free_task' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/share/compiler/compileBroker.cpp:272:22: note: Assignment 'free_task=false', assigned value is 0
openjdk-11-11~24/src/hotspot/share/compiler/compileBroker.cpp:285:11: note: Condition '!free_task' is always true
openjdk-11-11~24/src/hotspot/share/compiler/compileBroker.cpp:291:9: style: Condition 'free_task' is always false [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/share/compiler/compileBroker.cpp:272:22: note: Assignment 'free_task=false', assigned value is 0
openjdk-11-11~24/src/hotspot/share/compiler/compileBroker.cpp:291:9: note: Condition 'free_task' is always false
openjdk-11-11~24/src/hotspot/share/compiler/compilerOracle.cpp:131:7: portability: Using memset() on union which contains a floating point number. [memsetClassFloat]
openjdk-11-11~24/src/hotspot/share/compiler/compilerOracle.cpp:710:7: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/compiler/compilerOracle.cpp:708:13: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/compiler/compilerOracle.cpp:710:7: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/compiler/compilerOracle.cpp:731:7: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/compiler/compilerOracle.cpp:729:13: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/compiler/compilerOracle.cpp:731:7: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/compiler/compilerOracle.cpp:382:16: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/compiler/directivesParser.cpp:188:17: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/compiler/disassembler.cpp:401:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/compiler/disassembler.cpp:407:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/compiler/disassembler.cpp:291:40: style: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/compiler/disassembler.cpp:192:30: note: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'.
openjdk-11-11~24/src/hotspot/share/compiler/disassembler.cpp:291:40: note: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'.
openjdk-11-11~24/src/hotspot/share/compiler/disassembler.cpp:367:43: warning: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit' [funcArgOrderDifferent]
openjdk-11-11~24/src/hotspot/share/compiler/disassembler.cpp:191:33: note: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit'
openjdk-11-11~24/src/hotspot/share/compiler/disassembler.cpp:367:43: note: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit'
openjdk-11-11~24/src/hotspot/share/compiler/disassembler.cpp:440:13: style: Variable 'show_bytes' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/compiler/disassembler.cpp:222:11: style: Technically the member function 'decode_env::cur_insn' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/compiler/disassembler.cpp:223:15: style: Technically the member function 'decode_env::options' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/compiler/methodLiveness.cpp:199:8: style: The scope of the variable 'bailout' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/compiler/methodLiveness.cpp:411:0: error: Memory leak: jsr_exit_list [memleak]
openjdk-11-11~24/src/hotspot/share/compiler/methodLiveness.cpp:411:0: error: Memory leak: ret_list [memleak]
openjdk-11-11~24/src/hotspot/share/compiler/methodMatcher.cpp:123:10: style: The scope of the variable 'in_signature' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/compiler/methodMatcher.cpp:245:8: style: The scope of the variable 'sig' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/compiler/oopMap.cpp:677:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/compiler/oopMap.cpp:680:14: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/cms/allocationStats.cpp:35:0: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:2004:24: warning: Either the condition 'curr!=NULL' is redundant or there is possible null pointer dereference: curr. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:2006:15: note: Assuming that condition 'curr!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:2004:24: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1358:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1354:0: note: Variable 'res' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1358:3: note: Variable 'res' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:1261:31: style: Variable 'fc' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:172:3: style: Class 'setTreeSurplusClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp:190:3: style: Class 'setTreeHintsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp:6265:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openjdk-11-11~24/src/hotspot/share/gc/cms/parNewGeneration.cpp:344:64: style: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/gc/cms/parNewGeneration.cpp:305:49: note: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'.
openjdk-11-11~24/src/hotspot/share/gc/cms/parNewGeneration.cpp:344:64: note: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'.
openjdk-11-11~24/src/hotspot/share/gc/cms/parNewGeneration.cpp:380:40: style: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/gc/cms/parNewGeneration.cpp:315:19: note: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'.
openjdk-11-11~24/src/hotspot/share/gc/cms/parNewGeneration.cpp:380:40: note: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'.
openjdk-11-11~24/src/hotspot/share/gc/cms/parNewGeneration.cpp:329:27: style: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/cms/parNewGeneration.cpp:350:5: note: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/cms/parNewGeneration.cpp:329:27: note: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp:90:3: style: Class 'EpsilonGenerationCounters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp:548:20: style: Variable 'likely' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1Allocator.cpp:65:66: warning: Either the condition 'retained_region!=NULL' is redundant or there is possible null pointer dereference: retained_region. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1Allocator.cpp:76:23: note: Assuming that condition 'retained_region!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/gc/g1/g1Allocator.cpp:65:66: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CardCounts.cpp:143:3: style: Class 'G1CardCountsClearClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CodeCacheRemSet.cpp:288:3: style: Class 'CleanCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CodeCacheRemSet.cpp:266:5: style: Class 'PointsIntoHRDetectionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3872:53: style: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3816:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3872:53: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:1144:16: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:2984:35: style: Variable 'bytes_before' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3109:37: style: Variable 'pss' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4449:3: warning: Member variable 'G1FreeHumongousRegionClosure::_proxy_set' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3566:33: style: Member variable 'G1ParallelCleaningTask::_unloading_occurred' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3579:7: note: Member variable 'G1ParallelCleaningTask::_unloading_occurred' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3566:33: note: Member variable 'G1ParallelCleaningTask::_unloading_occurred' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4265:20: style: Member variable 'G1FreeCollectionSetTask::_collection_set' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4341:5: note: Member variable 'G1FreeCollectionSetTask::_collection_set' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4265:20: note: Member variable 'G1FreeCollectionSetTask::_collection_set' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4269:10: style: Member variable 'G1FreeCollectionSetTask::_rs_lengths' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4344:5: note: Member variable 'G1FreeCollectionSetTask::_rs_lengths' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4269:10: note: Member variable 'G1FreeCollectionSetTask::_rs_lengths' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4279:7: performance: Variable 'region_idx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3365:8: performance: Technically the member function 'G1CodeCacheUnloadingTask::add_to_postponed_list' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3386:8: performance: Technically the member function 'G1CodeCacheUnloadingTask::clean_nmethod_postponed' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3392:8: performance: Technically the member function 'G1CodeCacheUnloadingTask::claim_nmethods' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3445:8: style: Technically the member function 'G1CodeCacheUnloadingTask::barrier_wait' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:126:3: style: Class 'RedirtyLoggedCardTableEntryClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:983:3: style: Class 'PostCompactionPrinterClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:2095:3: style: Class 'IterateObjectClosureRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:2217:3: style: Class 'PrintRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:2351:3: style: Class 'PrintRSetsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:2735:3: style: Class 'G1PrintCollectionSetClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:3690:3: style: Class 'G1KeepAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4278:5: style: Struct 'WorkItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4317:5: style: Class 'G1PrepareFreeCollectionSetClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4449:3: style: Class 'G1FreeHumongousRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4651:3: style: Class 'TearDownRegionSetsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectedHeap.cpp:4964:3: style: Class 'RebuildStrongCodeRootClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1CollectionSet.cpp:335:3: style: Class 'G1PrintCollectionSetClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1558:52: style: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1527:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1558:52: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:625:17: style: Member variable 'G1ClearBitmapHRClosure::_bitmap' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:628:102: note: Member variable 'G1ClearBitmapHRClosure::_bitmap' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:625:17: note: Member variable 'G1ClearBitmapHRClosure::_bitmap' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1023:39: style: Member variable 'G1UpdateRemSetTrackingBeforeRebuild::_cl' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1098:65: note: Member variable 'G1UpdateRemSetTrackingBeforeRebuild::_cl' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1023:39: note: Member variable 'G1UpdateRemSetTrackingBeforeRebuild::_cl' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1413:21: style: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1419:5: note: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1413:21: note: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:723:3: style: Class 'CheckBitmapClearHRClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:860:3: style: Class 'G1CMConcurrentMarkingTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:907:3: style: Class 'G1CMRootRegionScanTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1130:3: style: Class 'G1UpdateRemSetTrackingAfterRebuild' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1694:3: style: Class 'G1PrecleanYieldClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMark.cpp:1733:3: style: Class 'G1ObjectCountIsAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMarkThread.cpp:94:3: style: Class 'CMRemark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1ConcurrentMarkThread.cpp:104:3: style: Class 'CMCleanup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1EvacFailure.cpp:44:19: style: Member variable 'UpdateRSetDeferred::_dcq' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1EvacFailure.cpp:49:61: note: Member variable 'UpdateRSetDeferred::_dcq' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1EvacFailure.cpp:44:19: note: Member variable 'UpdateRSetDeferred::_dcq' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1EvacFailure.cpp:196:8: style: Member variable 'RemoveSelfForwardPtrHRClosure::_worker_id' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1EvacFailure.cpp:208:5: note: Member variable 'RemoveSelfForwardPtrHRClosure::_worker_id' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1EvacFailure.cpp:196:8: note: Member variable 'RemoveSelfForwardPtrHRClosure::_worker_id' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1EvacFailure.cpp:48:3: style: Class 'UpdateRSetDeferred' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp:42:3: style: Class 'G1AdjustLiveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1FullGCCompactTask.cpp:41:3: style: Class 'G1ResetHumongousClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1FullGCOopClosures.cpp:63:10: style: The scope of the variable 'failed' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1FullGCOopClosures.cpp:99:16: style: Variable 'failed' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:281:3: warning: Member variable 'VerifyArchivePointerRegionClosure::_g1h' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:87:12: style: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:130:44: note: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:87:12: note: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:58:3: style: Class 'VerifyRootsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:143:3: style: Class 'G1VerifyCodeRootBlobClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:159:3: style: Class 'YoungRefCounterClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:242:3: style: Class 'VerifyArchiveOopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:281:3: style: Class 'VerifyArchivePointerRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:586:3: style: Class 'G1VerifyCardTableCleanup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1HeapVerifier.cpp:633:3: style: Class 'G1VerifyDirtyYoungListClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1MMUTracker.cpp:79:21: style: Variable 'duration' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1MonitoringSupport.cpp:126:14: style: Variable 'sampled' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1Policy.cpp:570:3: style: Variable 'this_pause_included_initial_mark' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1Policy.cpp:561:0: note: Variable 'this_pause_included_initial_mark' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1Policy.cpp:570:3: note: Variable 'this_pause_included_initial_mark' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1Policy.cpp:629:12: style: The scope of the variable 'cost_per_card_ms' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1Policy.cpp:636:12: style: The scope of the variable 'cost_per_entry_ms' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1Policy.cpp:670:12: style: The scope of the variable 'cost_per_byte_ms' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1Policy.cpp:764:10: style: The scope of the variable 'marking_to_mixed_time' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1Policy.cpp:1166:12: style: Variable 'last' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSet.cpp:970:21: style: Member variable 'G1RebuildRemSetTask::_hr_claimer' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSet.cpp:980:7: note: Member variable 'G1RebuildRemSetTask::_hr_claimer' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSet.cpp:970:21: note: Member variable 'G1RebuildRemSetTask::_hr_claimer' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSet.cpp:131:5: style: Class 'G1ResetScanTopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:225:21: style: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:250:34: note: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:225:21: note: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:232:15: style: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:251:69: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:232:15: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:231:10: style: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:252:5: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:231:10: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:43:3: style: Class 'GetRSThreadVTimeClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1RemSetSummary.cpp:179:3: style: Class 'RegionTypeCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/g1YoungRemSetSamplingThread.cpp:79:3: style: Class 'G1YoungRemSetSamplingClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegion.cpp:511:12: style: The scope of the variable 'failed' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegion.cpp:541:18: style: Variable 'failed' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegion.cpp:346:3: style: Class 'VerifyStrongCodeRootOopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegion.cpp:360:3: style: Class 'VerifyStrongCodeRootCodeBlobClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:449:10: style: The scope of the variable 'max_ind' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:467:19: style: Variable 'max_ind' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:50:19: style: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:72:5: note: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:50:19: note: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:54:19: style: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:73:33: note: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:54:19: note: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/g1/heapRegionRemSet.cpp:69:3: style: Class 'PerRegionTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/parallel/gcTaskManager.cpp:263:14: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
openjdk-11-11~24/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:637:70: style: Redundant condition: UseAdaptiveNUMAChunkSizing. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openjdk-11-11~24/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:635:0: style: Variable 'old_chunk_byte_size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psMarkSweep.cpp:168:8: style: The scope of the variable 'eden_empty' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psMarkSweep.cpp:169:8: style: The scope of the variable 'survivors_empty' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psMarkSweep.cpp:170:8: style: The scope of the variable 'young_gen_empty' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psMarkSweep.cpp:510:32: style: Variable 'heap' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2760:10: style: The scope of the variable 'src_region_idx' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:339:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:543:24: style: Variable 'klass' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:1070:74: style: Variable 'full_count' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:1104:36: style: Variable 'top_cp' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:1794:33: style: Variable 'marked_for_unloading' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2758:16: style: Variable 'region_size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2219:3: warning: Member variable 'FillableRegionLogger::_regions' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2216:8: style: Member variable 'FillableRegionLogger::_enabled' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2219:63: note: Member variable 'FillableRegionLogger::_enabled' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2216:8: note: Member variable 'FillableRegionLogger::_enabled' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/parallel/psParallelCompact.cpp:2062:3: style: Class 'PCAddThreadRootsMarkingTaskClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psPromotionManager.cpp:197:32: style: Variable 'heap' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psPromotionManager.cpp:229:32: style: Variable 'heap' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psPromotionManager.cpp:278:3: style: Class 'PSRestorePreservedMarksTaskExecutor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psPromotionManager.cpp:403:3: style: Class 'PushContentsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psScavenge.cpp:92:3: style: Class 'PSKeepAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psScavenge.cpp:116:3: style: Class 'PSEvacuateFollowersClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/parallel/psScavenge.cpp:227:3: style: Class 'PSAddThreadRootsTaskClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/serial/defNewGeneration.cpp:345:12: style: The scope of the variable 'thread_increase_size' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/serial/defNewGeneration.cpp:389:7: style: The scope of the variable 'threads_count' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/serial/defNewGeneration.cpp:390:10: style: The scope of the variable 'thread_increase_size' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/serial/tenuredGeneration.cpp:116:16: style: Variable 'capacity_after_gc' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:136:3: style: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:115:0: note: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp:136:3: note: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/gc/shared/blockOffsetTable.cpp:348:14: style: Variable 'last_p' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/blockOffsetTable.cpp:349:18: style: Variable 'last_start' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/blockOffsetTable.cpp:548:3: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/c2/barrierSetC2.cpp:124:3: style: Class 'C2AccessFence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/cardTableRS.cpp:380:3: style: Class 'VerifyCTGenClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/gcTraceSend.cpp:369:32: style: Variable 'old_summary' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/gcTraceSend.cpp:370:25: style: Variable 'old_space' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/gcTraceSend.cpp:371:32: style: Variable 'young_summary' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/gcTraceSend.cpp:372:25: style: Variable 'eden_space' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/gcTraceSend.cpp:373:25: style: Variable 'from_space' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/gcTraceSend.cpp:374:25: style: Variable 'to_space' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/gcTraceSend.cpp:336:3: style: Class 'GCHeapSummaryEventSender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/gcUtil.cpp:146:10: style: The scope of the variable 'new_y' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1371:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1369:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1371:3: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/gc/shared/genCollectedHeap.cpp:107:18: style: Variable 'heap_address' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1289:3: style: Class 'GenGCPrologueClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1311:3: style: Class 'GenGCEpilogueClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/genCollectedHeap.cpp:1384:3: style: Class 'GenTimeOfLastGCClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/generation.cpp:120:3: style: Class 'GenerationIsInReservedClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/generation.cpp:132:3: style: Class 'GenerationIsInClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/generation.cpp:205:3: style: Class 'GenerationBlockStartClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/generation.cpp:224:3: style: Class 'GenerationBlockSizeClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/generation.cpp:244:3: style: Class 'GenerationBlockIsObjClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/generation.cpp:260:3: style: Class 'GenerationOopIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/generation.cpp:283:3: style: Class 'GenerationObjIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/generation.cpp:298:3: style: Class 'GenerationSafeObjIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/memAllocator.cpp:116:20: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/shared/oopStorage.cpp:583:3: style: Class 'WithActiveArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:137:49: style: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:110:28: note: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'.
openjdk-11-11~24/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:137:49: note: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'.
openjdk-11-11~24/src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp:106:3: style: Class 'StringDedupEntryCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/stringdedup/stringDedupThread.cpp:60:3: style: Class 'StringDedupSharedClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/shared/workgroup.cpp:87:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/gc/shared/workgroup.cpp:84:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/gc/shared/workgroup.cpp:87:3: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/gc/shared/workgroup.cpp:183:17: style: Member variable 'MutexGangTaskDispatcher::_started' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/shared/workgroup.cpp:193:9: note: Member variable 'MutexGangTaskDispatcher::_started' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/shared/workgroup.cpp:183:17: note: Member variable 'MutexGangTaskDispatcher::_started' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/z/c1/zBarrierSetC1.cpp:117:3: style: Class 'LIR_OpZLoadBarrierTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/c1/zBarrierSetC1.cpp:227:3: style: Class 'ZLoadBarrierRuntimeStubCodeGenClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:715:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:718:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:715:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:327:25: style: Variable 'redundant_addr' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:345:15: style: Variable 'adr' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:743:19: style: Variable 'in_mem' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp:745:19: style: Variable 'in_adr' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/z/zAddress.cpp:30:28: style: Variable 'old_bad_mask' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:76:3: style: Class 'VM_ZOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:306:3: style: Class 'ZDriverCycleScope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:172:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:56:23: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:172:23: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:176:16: style: The function 'needs_inactive_gc_locker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:58:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:176:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:180:16: style: The function 'do_operation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:65:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:180:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:201:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:56:23: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:201:23: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:205:16: style: The function 'do_operation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:65:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:205:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:215:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:56:23: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:215:23: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:219:16: style: The function 'needs_inactive_gc_locker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:58:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:219:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:223:16: style: The function 'do_operation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:65:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/gc/z/zDriver.cpp:223:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/gc/z/zHeapIterator.cpp:41:3: style: Class 'ZHeapIteratorBitMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zLiveMap.cpp:87:8: style: The scope of the variable 'contention' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/gc/z/zMark.cpp:122:3: style: Class 'ZMarkRootsTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zMark.cpp:373:3: style: Class 'ZMarkFlushAndFreeStacksClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zMark.cpp:515:3: style: Class 'ZMarkTimeout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zMark.cpp:669:3: style: Class 'ZVerifyMarkStacksEmptyClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zReferenceProcessor.cpp:386:3: style: Class 'ZReferenceProcessorTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zRelocate.cpp:64:3: style: Class 'ZRelocateObjectClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zRootsIterator.cpp:106:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/hotspot/share/gc/z/zRootsIterator.cpp:104:7: note: outer condition: !_completed
openjdk-11-11~24/src/hotspot/share/gc/z/zRootsIterator.cpp:106:9: note: identical inner condition: !_completed
openjdk-11-11~24/src/hotspot/share/gc/z/zRootsIterator.cpp:133:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/hotspot/share/gc/z/zRootsIterator.cpp:131:7: note: outer condition: !_completed
openjdk-11-11~24/src/hotspot/share/gc/z/zRootsIterator.cpp:133:9: note: identical inner condition: !_completed
openjdk-11-11~24/src/hotspot/share/gc/z/zRootsIterator.cpp:242:3: style: Class 'ZRootsIteratorThreadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zRootsIterator.cpp:352:3: style: Class 'ZStringTableDeadCounterBoolObjectClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zRootsIterator.cpp:431:3: style: Class 'ZStringTableDeadCounterOopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/gc/z/zStat.cpp:345:0: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/gc/z/zStat.cpp:1002:3: warning: Member variable 'ZStatTablePrinter::_buffer' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/gc/z/zStat.cpp:79:0: style: Member variable 'ZStatSamplerHistoryInterval < 10 >::_accumulated' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/z/zStat.cpp:87:0: note: Member variable 'ZStatSamplerHistoryInterval < 10 >::_accumulated' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/z/zStat.cpp:79:0: note: Member variable 'ZStatSamplerHistoryInterval < 10 >::_accumulated' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/z/zStat.cpp:79:0: style: Member variable 'ZStatSamplerHistoryInterval < 60 >::_accumulated' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/gc/z/zStat.cpp:87:0: note: Member variable 'ZStatSamplerHistoryInterval < 60 >::_accumulated' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/z/zStat.cpp:79:0: note: Member variable 'ZStatSamplerHistoryInterval < 60 >::_accumulated' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/gc/z/zWorkers.cpp:61:3: style: Class 'ZWorkersWarmupTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/interpreter/bytecodeTracer.cpp:259:16: style: Variable 'ilimit' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/interpreter/bytecodeTracer.cpp:310:29: style: Variable 'constants' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/interpreter/bytecodeTracer.cpp:82:3: warning: Member variable 'BytecodePrinter::_current_method' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/interpreter/bytecodeTracer.cpp:84:5: performance: Variable '_code' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/interpreter/interpreterRuntime.cpp:292:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/share/interpreter/oopMapCache.cpp:312:60: style: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/interpreter/oopMapCache.cpp:48:44: note: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'.
openjdk-11-11~24/src/hotspot/share/interpreter/oopMapCache.cpp:312:60: note: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'.
openjdk-11-11~24/src/hotspot/share/interpreter/oopMapCache.cpp:383:10: warning: Assert statement calls a function which may have desired side effects: 'verify_mask'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/interpreter/oopMapCache.cpp:162:3: style: Class 'VerifyClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:261:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:262:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:263:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:264:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:265:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:266:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:267:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:268:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:269:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:270:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:271:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:272:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:273:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:274:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:275:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:276:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:277:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:278:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:279:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:280:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:281:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:282:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:283:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:284:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:285:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:286:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:287:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:288:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:289:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:290:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:291:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:292:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:293:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:294:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:295:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:296:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:297:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:298:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:299:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:300:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:301:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:302:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:303:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:304:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:305:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:306:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:307:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:308:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:309:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:310:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:311:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:312:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:313:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:314:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:315:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:316:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:317:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:318:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:319:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:320:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:321:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:322:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:323:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:324:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:325:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:326:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:327:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:328:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:329:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:330:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:331:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:332:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:333:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:334:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:335:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:336:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:337:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:338:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:339:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:340:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:341:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:342:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:343:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:344:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:345:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:346:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:347:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:348:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:349:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:350:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:351:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:352:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:353:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:354:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:355:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:356:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:357:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:358:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:359:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:360:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:361:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:362:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:363:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:364:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:365:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:366:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:367:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:368:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:369:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:370:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:371:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:372:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:373:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:374:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:375:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:376:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:377:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:378:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:379:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:380:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:381:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:382:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:383:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:384:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:385:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:386:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:387:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:388:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:389:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:390:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:391:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:392:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:393:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:394:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:395:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:396:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:397:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:398:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:399:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:400:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:401:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:402:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:403:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:404:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:405:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:406:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:407:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:408:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:409:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:410:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:411:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:412:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:413:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:414:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:415:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:416:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:417:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:418:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:419:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:420:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:421:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:422:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:423:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:424:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:425:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:426:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:427:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:429:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:430:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:431:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:432:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:439:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:440:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:441:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:442:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:448:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:449:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:450:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:451:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:452:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:453:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:454:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:456:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:457:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:458:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:459:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:460:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:461:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:462:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:465:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:466:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:467:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:468:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:469:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:470:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:471:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:472:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:473:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:474:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:475:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:480:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:481:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:482:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:483:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:484:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:485:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:486:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:487:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:489:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:490:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:491:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:492:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:493:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:494:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:495:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:496:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:497:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:499:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:500:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:501:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:502:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:504:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:505:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:506:50: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:510:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:511:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:513:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:514:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:520:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:521:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:523:45: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:524:55: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:526:46: style: Same expression on both sides of '|'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:188:13: style: Variable 'ubcp' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:189:13: style: Variable 'disp' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:190:13: style: Variable 'clvm' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:52:11: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
openjdk-11-11~24/src/hotspot/share/interpreter/templateTable.cpp:53:53: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
openjdk-11-11~24/src/hotspot/share/jfr/dcmd/jfrDcmds.cpp:91:3: style: Class 'JNIHandleBlockManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:952:28: warning: Either the condition 'clinit_method!=NULL' is redundant or there is possible null pointer dereference: clinit_method. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:958:23: note: Assuming that condition 'clinit_method!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:952:28: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:258:14: style: Member variable 'AnnotationElementIterator::_current' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:269:82: note: Member variable 'AnnotationElementIterator::_current' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:258:14: note: Member variable 'AnnotationElementIterator::_current' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:315:6: style: Member variable 'AnnotationIterator::_limit' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:324:70: note: Member variable 'AnnotationIterator::_limit' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/jfr/instrumentation/jfrEventClassTransformer.cpp:315:6: note: Member variable 'AnnotationIterator::_limit' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp:81:3: style: Class 'CheckpointInstall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp:115:3: style: Class 'CheckpointStateReset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleDescription.cpp:123:24: style: Variable 'class_name' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:202:44: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:227:42: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:249:46: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:345:56: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleWriter.cpp:473:3: style: Class 'RootResolutionSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.cpp:109:3: style: Class 'ReferenceToRootClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.cpp:257:3: style: Class 'ReferenceToThreadRootClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:76:54: style: Function 'do_module' argument 1 names different: declaration 'entry' definition 'to_module'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:49:32: note: Function 'do_module' argument 1 names different: declaration 'entry' definition 'to_module'.
openjdk-11-11~24/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:76:54: note: Function 'do_module' argument 1 names different: declaration 'entry' definition 'to_module'.
openjdk-11-11~24/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:84:50: style: Function 'do_module' argument 1 names different: declaration 'entry' definition 'qualified_export'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:57:31: note: Function 'do_module' argument 1 names different: declaration 'entry' definition 'qualified_export'.
openjdk-11-11~24/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:84:50: note: Function 'do_module' argument 1 names different: declaration 'entry' definition 'qualified_export'.
openjdk-11-11~24/src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp:41:3: style: Class 'ModuleEventCallbackClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/periodic/jfrPeriodic.cpp:194:8: style: The scope of the variable 'pid_buf' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.cpp:101:8: style: Technically the member function 'JfrThreadSampleClosure::java_entries' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.cpp:102:8: style: Technically the member function 'JfrThreadSampleClosure::native_entries' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.cpp:309:0: style: Class 'CheckpointWriteOp < JfrCheckpointMspace :: Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/checkpoint/jfrMetadataEvent.cpp:53:50: style: Variable 'byte_arr_klass' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.cpp:73:3: style: Class 'JfrCheckpointThreadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:103:3: style: Class 'TagLeakpKlassArtifact' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:498:3: style: Class 'ClearKlassAndMethods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp:922:3: style: Class 'CLDCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.cpp:184:3: style: Variable 'anonymous_symbol' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.cpp:176:0: note: Variable 'anonymous_symbol' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.cpp:184:3: note: Variable 'anonymous_symbol' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/jfr/recorder/service/jfrMemorySizer.cpp:179:10: style: The scope of the variable 'multiples' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp:96:3: style: Class 'RotationLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp:190:3: style: Class 'ServiceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp:203:3: style: Class 'JfrVMOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/service/jfrRecorderThread.cpp:68:3: error: Returning/dereferencing 'new_thread' after it is deallocated / released [deallocret]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/service/jfrRecorderThreadLoop.cpp:51:9: style: The scope of the variable 'msgs' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:361:10: warning: Either the condition 'trace!=NULL' is redundant or there is possible null pointer dereference: trace. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:357:16: note: Assuming that condition 'trace!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:361:10: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:362:10: warning: Either the condition 'trace!=NULL' is redundant or there is possible null pointer dereference: trace. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:357:16: note: Assuming that condition 'trace!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp:362:10: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp:332:10: warning: Either the condition 'age_node!=NULL' is redundant or there is possible null pointer dereference: age_node. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp:333:19: note: Assuming that condition 'age_node!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp:332:10: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:340:46: style: Function 'commit' argument 1 names different: declaration 'requested_block_size_words' definition 'block_size_request_words'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:211:23: note: Function 'commit' argument 1 names different: declaration 'requested_block_size_words' definition 'block_size_request_words'.
openjdk-11-11~24/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:340:46: note: Function 'commit' argument 1 names different: declaration 'requested_block_size_words' definition 'block_size_request_words'.
openjdk-11-11~24/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:71:12: warning: Assert statement calls a function which may have desired side effects: 'is_available'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:132:12: warning: Assert statement calls a function which may have desired side effects: 'virtual_space'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp:318:40: warning: Assert statement calls a function which may have desired side effects: 'current'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/jfr/recorder/stringpool/jfrStringPool.cpp:163:10: style: Technically the member function 'StringPoolWriteOp::processed' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/jfr/utilities/jfrJavaLog.cpp:37:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:672:10: warning: Either the condition 'nm!=NULL' is redundant or there is possible null pointer dereference: nm. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:673:12: note: Assuming that condition 'nm!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:672:10: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/jvmci/jvmciCodeInstaller.cpp:461:12: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:1319:0: error: Memory leak: virtualFrames [memleak]
openjdk-11-11~24/src/hotspot/share/jvmci/jvmciJavaClasses.cpp:158:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openjdk-11-11~24/src/hotspot/share/libadt/dict.cpp:72:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/libadt/dict.cpp:93:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/libadt/dict.cpp:129:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/libadt/dict.cpp:165:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/libadt/dict.cpp:179:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/libadt/dict.cpp:59:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/logging/logDecorations.cpp:49:20: style: Variable 'position' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/logging/logDecorators.cpp:76:23: warning: Either the condition 'comma_pos!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openjdk-11-11~24/src/hotspot/share/logging/logDecorators.cpp:64:19: note: Assuming that condition 'comma_pos!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/logging/logDecorators.cpp:76:23: note: Null pointer addition
openjdk-11-11~24/src/hotspot/share/logging/logSelection.cpp:137:24: warning: Either the condition 'plus_pos!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openjdk-11-11~24/src/hotspot/share/logging/logSelection.cpp:114:18: note: Assuming that condition 'plus_pos!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/logging/logSelection.cpp:137:24: note: Null pointer addition
openjdk-11-11~24/src/hotspot/share/logging/logSelection.cpp:259:3: style: Class 'SimilarityComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/memory/arena.cpp:67:4: style: Class 'ChunkPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/memory/filemap.cpp:481:18: style: Condition 'i>=module_paths_start_index' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/share/memory/heapInspection.cpp:333:3: style: Class 'HierarchyClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/memory/heapInspection.cpp:674:3: style: Class 'HistoClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/memory/metaspace/chunkManager.cpp:439:8: style: The scope of the variable 'we_did_split_a_chunk' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/memory/metaspace/chunkManager.cpp:489:32: style: Variable 'we_did_split_a_chunk' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/memory/metaspace/virtualSpaceNode.cpp:317:16: style: Variable 'med_word_size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/memory/metaspaceShared.cpp:915:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/share/memory/universe.cpp:364:17: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/memory/virtualspace.cpp:855:25: style: Variable 'previous_high' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/oops/arrayKlass.cpp:110:33: style: Redundant condition: module_entry==NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
openjdk-11-11~24/src/hotspot/share/oops/constantPool.cpp:380:0: style: Variable 'num_klasses' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/oops/cpCache.cpp:759:46: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:1238:9: style: Variable 'cOpStck[0]' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:1232:9: note: Variable 'cOpStck[0]' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:1238:9: note: Variable 'cOpStck[0]' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:1760:17: style: Variable 'change' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:132:3: warning: Member variable 'ComputeCallStack::_effect' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:132:3: warning: Member variable 'ComputeCallStack::_idx' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:186:3: warning: Member variable 'ComputeEntryStack::_effect' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:186:3: warning: Member variable 'ComputeEntryStack::_idx' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:132:3: style: Class 'ComputeCallStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:186:3: style: Class 'ComputeEntryStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:2450:4: style: Class 'RelocCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/oops/generateOopMap.cpp:2172:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
openjdk-11-11~24/src/hotspot/share/oops/instanceKlass.cpp:902:8: style: The scope of the variable 'wait' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/oops/instanceKlass.cpp:917:16: style: Variable 'wait' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/oops/instanceKlass.cpp:3618:22: style: Variable 'end_field_offset' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/oops/klass.cpp:849:23: style: Variable 'module_is_named' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1123:7: warning: Either the condition 'm!=NULL' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1149:18: note: Assuming that condition 'm!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1142:45: note: Calling function 'interface_method_needs_itable_index', 1st argument 'm' value is 0
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1123:7: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1124:7: warning: Either the condition 'm!=NULL' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1149:18: note: Assuming that condition 'm!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1142:45: note: Calling function 'interface_method_needs_itable_index', 1st argument 'm' value is 0
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1124:7: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1125:7: warning: Either the condition 'm!=NULL' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1149:18: note: Assuming that condition 'm!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1142:45: note: Calling function 'interface_method_needs_itable_index', 1st argument 'm' value is 0
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1125:7: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1143:15: warning: Either the condition 'm!=NULL' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1149:18: note: Assuming that condition 'm!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1143:15: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1408:5: performance: Variable '_klass_begin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1398:9: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1357:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1398:9: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1415:8: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1357:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/oops/klassVtable.cpp:1415:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/oops/method.cpp:693:7: style: The scope of the variable 'best_bci' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/oops/method.cpp:1931:19: style: Member variable 'JNIMethodBlockNode::_top' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/oops/method.cpp:2054:72: note: Member variable 'JNIMethodBlockNode::_top' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/oops/method.cpp:1931:19: note: Member variable 'JNIMethodBlockNode::_top' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/oops/method.cpp:1936:3: style: Class 'JNIMethodBlockNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/oops/method.cpp:1961:3: style: Class 'JNIMethodBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/oops/methodData.cpp:1665:3: style: Class 'CleanExtraDataKlassClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/oops/methodData.cpp:1666:8: style: The function 'is_live' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/oops/methodData.cpp:1658:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/oops/methodData.cpp:1666:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/oops/methodData.cpp:1675:8: style: The function 'is_live' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/oops/methodData.cpp:1658:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/oops/methodData.cpp:1675:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/oops/objArrayKlass.cpp:342:42: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:76:10: warning: Either the condition 'cp!=NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:82:10: note: Assuming that condition 'cp!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:76:10: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:77:75: warning: Either the condition 'cp!=NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:82:10: note: Assuming that condition 'cp!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:77:75: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:78:10: warning: Either the condition 'cp!=NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:82:10: note: Assuming that condition 'cp!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:78:10: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:79:65: warning: Either the condition 'cp!=NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:82:10: note: Assuming that condition 'cp!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/oops/reflectionAccessorImplKlassHelper.cpp:79:65: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/oops/symbol.cpp:268:0: error: AST broken: endless recursion from 'NOT_PRODUCT' [internalAstError]
openjdk-11-11~24/src/hotspot/share/oops/typeArrayKlass.cpp:205:42: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/arraycopynode.cpp:59:20: style: Variable 'prev_mem' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/block.cpp:1567:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/hotspot/share/opto/buildOopMap.cpp:574:3: style: Variable 'safehash' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/opto/buildOopMap.cpp:571:0: note: Variable 'safehash' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/buildOopMap.cpp:574:3: note: Variable 'safehash' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/buildOopMap.cpp:213:15: debug: Wrong data detected by condition arguments.size() != 3U [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/opto/bytecodeInfo.cpp:572:0: style: Variable 'hot' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/c2compiler.cpp:66:8: style: The scope of the variable 'callee_saved_floats' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:123:3: warning: Member variable 'DirectCallGenerator::_call_node' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:293:9: style: Member variable 'LateInlineCallGenerator::_unique_id' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:301:63: note: Member variable 'LateInlineCallGenerator::_unique_id' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:293:9: note: Member variable 'LateInlineCallGenerator::_unique_id' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:1168:5: performance: Variable '_reason' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:1169:5: performance: Variable '_action' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:308:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:128:21: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:469:16: style: The function 'do_late_inline_check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:297:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:469:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:478:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:478:21: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:525:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:525:21: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:549:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:308:21: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/opto/callGenerator.cpp:549:21: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/opto/chaitin.cpp:1165:16: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/compile.cpp:2176:16: style: The scope of the variable 'loop_opts_cnt' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/compile.cpp:141:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/compile.cpp:455:3: style: Class 'CompileWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/opto/divnode.cpp:1295:0: style: Variable 'dproj' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/divnode.cpp:1296:0: style: Variable 'mproj' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/divnode.cpp:1307:0: style: Variable 'dproj' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/divnode.cpp:1308:0: style: Variable 'mproj' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/doCall.cpp:634:20: style: Variable 'cast' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/domgraph.cpp:325:29: style: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/opto/domgraph.cpp:57:23: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
openjdk-11-11~24/src/hotspot/share/opto/domgraph.cpp:325:29: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
openjdk-11-11~24/src/hotspot/share/opto/domgraph.cpp:588:30: style: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/opto/domgraph.cpp:375:23: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
openjdk-11-11~24/src/hotspot/share/opto/domgraph.cpp:588:30: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
openjdk-11-11~24/src/hotspot/share/opto/domgraph.cpp:165:10: performance: Technically the member function 'Block_Stack::most_frequent_successor' can be static. [functionStatic]
openjdk-11-11~24/src/hotspot/share/opto/domgraph.cpp:212:19: note: Technically the member function 'Block_Stack::most_frequent_successor' can be static.
openjdk-11-11~24/src/hotspot/share/opto/domgraph.cpp:165:10: note: Technically the member function 'Block_Stack::most_frequent_successor' can be static.
openjdk-11-11~24/src/hotspot/share/opto/domgraph.cpp:197:10: style: Technically the member function 'Block_Stack::is_nonempty' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/opto/domgraph.cpp:198:10: style: Technically the member function 'Block_Stack::last_successor' can be const. [functionConst]
openjdk-11-11~24/src/hotspot/share/opto/escape.cpp:1449:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/escape.cpp:2454:19: style: Variable 'alias_idx' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/escape.cpp:2546:20: style: Variable 'igvn' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/gcm.cpp:916:54: style: Boolean variable 'iterate_anti_dep' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openjdk-11-11~24/src/hotspot/share/opto/graphKit.cpp:865:7: style: The scope of the variable 'inputs' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/graphKit.cpp:865:19: style: The scope of the variable 'depth' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/graphKit.cpp:1860:20: style: Variable 'init_mem' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/graphKit.cpp:3580:23: style: Variable 'header_size_min' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/idealGraphPrinter.cpp:400:24: warning: Either the condition 't!=NULL' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
openjdk-11-11~24/src/hotspot/share/opto/idealGraphPrinter.cpp:476:11: note: Assuming that condition 't!=NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/opto/idealGraphPrinter.cpp:400:24: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/opto/idealGraphPrinter.cpp:291:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/idealGraphPrinter.cpp:346:35: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/ifg.cpp:74:23: style: Variable 'adjs_a' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/ifnode.cpp:539:7: warning: Possible null pointer dereference: l [nullPointer]
openjdk-11-11~24/src/hotspot/share/opto/ifnode.cpp:520:13: note: Assignment 'l=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/opto/ifnode.cpp:539:7: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:4398:85: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:123:62: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:2336:3: style: Variable 'offset' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:2330:0: note: Variable 'offset' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:2336:3: note: Variable 'offset' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:4910:15: style: The scope of the variable 'stubName' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:5106:15: style: The scope of the variable 'stubName' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:5166:15: style: The scope of the variable 'stubName' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:1027:83: style: Function 'generate_string_range_check' argument 3 names different: declaration 'length' definition 'count'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:164:43: note: Function 'generate_string_range_check' argument 3 names different: declaration 'length' definition 'count'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:1027:83: note: Function 'generate_string_range_check' argument 3 names different: declaration 'length' definition 'count'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:1934:61: style: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:244:53: note: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:1934:61: note: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:1934:71: style: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:244:62: note: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:1934:71: note: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:2282:114: style: Function 'inline_unsafe_access' argument 4 names different: declaration 'is_unaligned' definition 'unaligned'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:251:82: note: Function 'inline_unsafe_access' argument 4 names different: declaration 'is_unaligned' definition 'unaligned'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:2282:114: note: Function 'inline_unsafe_access' argument 4 names different: declaration 'is_unaligned' definition 'unaligned'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:2792:55: style: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:258:41: note: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:2792:55: note: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:6262:54: style: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:304:40: note: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:6262:54: note: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'.
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:117:34: style: Variable 'ignored_callee' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:514:14: style: Variable 'is_volatile' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:1572:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:1658:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:4993:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:5041:17: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:5148:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:5202:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:5222:16: style: Variable 'size_l' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:6083:17: style: Variable 'ghash' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:6099:21: style: Variable 'base64obj' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:6112:18: style: Variable 'base64' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/library_call.cpp:926:41: warning: Assert statement calls a function which may have desired side effects: 'result'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:319:3: style: Variable 'limit_check_proj' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:318:0: note: Variable 'limit_check_proj' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:319:3: note: Variable 'limit_check_proj' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:391:3: style: Variable 'predicate' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:390:0: note: Variable 'predicate' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:391:3: note: Variable 'predicate' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:425:3: style: Variable 'predicate' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:424:0: note: Variable 'predicate' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:425:3: note: Variable 'predicate' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:1277:3: style: Variable 'loop_limit_proj' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:1273:0: note: Variable 'loop_limit_proj' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:1277:3: note: Variable 'loop_limit_proj' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:448:13: style: Member variable 'Invariance::_visited' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:553:5: note: Member variable 'Invariance::_visited' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/opto/loopPredicate.cpp:448:13: note: Member variable 'Invariance::_visited' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1422:3: warning: Possible null pointer dereference: post_head [nullPointer]
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1264:32: note: Assignment 'post_head=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1422:3: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1481:3: warning: Possible null pointer dereference: post_head [nullPointer]
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1475:32: note: Assignment 'post_head=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1481:3: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1527:3: warning: Possible null pointer dereference: post_head [nullPointer]
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1521:32: note: Assignment 'post_head=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1527:3: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1528:3: warning: Possible null pointer dereference: post_head [nullPointer]
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1521:32: note: Assignment 'post_head=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1528:3: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1201:5: style: Variable 'predicate' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1200:0: note: Variable 'predicate' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1201:5: note: Variable 'predicate' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:161:31: style: Variable 'phase' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:298:18: style: Variable 'inv2_c' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/loopTransform.cpp:1051:18: style: Variable 'nrep' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/loopUnswitch.cpp:288:23: style: Variable 'counted_loop' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/loopnode.cpp:3519:18: warning: Possible null pointer dereference: cfg [nullPointer]
openjdk-11-11~24/src/hotspot/share/opto/loopnode.cpp:3511:23: note: Assignment 'cfg=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/opto/loopnode.cpp:3519:18: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/opto/loopnode.cpp:3520:11: warning: Possible null pointer dereference: cfg [nullPointer]
openjdk-11-11~24/src/hotspot/share/opto/loopnode.cpp:3511:23: note: Assignment 'cfg=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/opto/loopnode.cpp:3520:11: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/opto/loopnode.cpp:3207:7: style: The scope of the variable 'fail' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/loopopts.cpp:414:37: style: Variable 'add_var_loop' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/macro.cpp:1833:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/macro.cpp:1891:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/macro.cpp:1904:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/macro.cpp:1525:18: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/macroArrayCopy.cpp:778:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/share/opto/macroArrayCopy.cpp:779:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/share/opto/macroArrayCopy.cpp:810:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/share/opto/macroArrayCopy.cpp:75:14: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/macroArrayCopy.cpp:290:30: style: Variable 'original_dest' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/matcher.cpp:2485:34: warning: Possible null pointer dereference: ctrl [nullPointer]
openjdk-11-11~24/src/hotspot/share/opto/matcher.cpp:2473:16: note: Assignment 'ctrl=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/opto/matcher.cpp:2485:34: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/opto/matcher.cpp:1150:20: style: The scope of the variable 'is_method_handle_invoke' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/matcher.cpp:2434:18: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/memnode.cpp:3566:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/hotspot/share/opto/memnode.cpp:406:65: warning: Identical condition 'dom==sub', second condition is always false [identicalConditionAfterEarlyExit]
openjdk-11-11~24/src/hotspot/share/opto/memnode.cpp:400:11: note: first condition
openjdk-11-11~24/src/hotspot/share/opto/memnode.cpp:406:65: note: second condition
openjdk-11-11~24/src/hotspot/share/opto/memnode.cpp:339:21: style: Variable 'alias_idx' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/memnode.cpp:4480:16: style: Variable 'C' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/mulnode.cpp:882:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/share/opto/node.cpp:1278:12: warning: Identical condition 'up==sub', second condition is always false [identicalConditionAfterEarlyExit]
openjdk-11-11~24/src/hotspot/share/opto/node.cpp:1181:20: note: 'orig_sub' is assigned value 'sub' here.
openjdk-11-11~24/src/hotspot/share/opto/node.cpp:1275:12: note: first condition
openjdk-11-11~24/src/hotspot/share/opto/node.cpp:1278:12: note: second condition
openjdk-11-11~24/src/hotspot/share/opto/node.cpp:1800:7: style: The scope of the variable 'end' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/output.cpp:881:3: style: Class 'NonSafepointEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/opto/parse1.cpp:1291:0: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/parse2.cpp:670:9: style: Variable 'mid' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/opto/parse2.cpp:669:0: note: Variable 'mid' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/parse2.cpp:670:9: note: Variable 'mid' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/opto/parse2.cpp:1219:20: style: Variable 'return_bci' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/parse2.cpp:319:1: style: The class 'SwitchRange' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/hotspot/share/opto/phaseX.cpp:1257:15: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/hotspot/share/opto/phaseX.cpp:230:9: style: The scope of the variable 'k' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/reg_split.cpp:336:13: style: The scope of the variable 'in_spill' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:150:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:150:23: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:150:23: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:188:22: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:188:22: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:188:22: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:208:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:208:19: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:208:19: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:225:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:225:19: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:225:19: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:251:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:251:23: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:251:23: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:326:22: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:326:22: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:326:22: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:351:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:351:19: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:351:19: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:365:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:365:19: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/regmask.cpp:365:19: note: Opposite expression on both sides of '&'.
openjdk-11-11~24/src/hotspot/share/opto/runtime.cpp:1187:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/share/opto/stringopts.cpp:45:23: style: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/opto/stringopts.cpp:70:5: note: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/opto/stringopts.cpp:45:23: note: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/opto/stringopts.cpp:44:23: style: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/opto/stringopts.cpp:72:5: note: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/opto/stringopts.cpp:44:23: note: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/opto/stringopts.cpp:43:23: style: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/opto/stringopts.cpp:73:5: note: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/opto/stringopts.cpp:43:23: note: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/opto/superword.cpp:273:13: style: The scope of the variable 'stack_idx' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/opto/superword.cpp:900:35: warning: Either the condition 'span>0' is redundant or there is division by zero at line 900. [zerodivcond]
openjdk-11-11~24/src/hotspot/share/opto/superword.cpp:896:16: note: Assuming that condition 'span>0' is not redundant
openjdk-11-11~24/src/hotspot/share/opto/superword.cpp:900:35: note: Division by zero
openjdk-11-11~24/src/hotspot/share/opto/superword.cpp:2549:20: style: Variable 'C' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/type.cpp:4786:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-11-11~24/src/hotspot/share/opto/type.cpp:3871:20: style: Variable 'tinst_xk' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/opto/type.cpp:3853:48: style: Boolean variable 'this_xk' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openjdk-11-11~24/src/hotspot/share/opto/type.cpp:3853:71: style: Boolean variable 'this_xk' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openjdk-11-11~24/src/hotspot/share/prims/jni.cpp:3009:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/share/prims/jniCheck.cpp:1994:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openjdk-11-11~24/src/hotspot/share/prims/jvm.cpp:1129:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:1565:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:1557:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:1565:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:1580:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:1576:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:1580:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:3669:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:3663:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:3669:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:1449:7: style: The scope of the variable 'hidden_threads' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:3253:11: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:2449:26: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnv.cpp:101:3: style: Class 'VM_JNIFunctionTableCopier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnvBase.cpp:1083:54: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnvBase.cpp:470:0: error: Memory leak: prefix_array [memleak]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnvThreadState.cpp:250:3: warning: Member variable 'VM_GetCurrentLocation::_bci' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEnvThreadState.cpp:250:3: style: Class 'VM_GetCurrentLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEventController.cpp:823:65: style: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEventController.cpp:306:50: note: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEventController.cpp:823:65: note: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEventController.cpp:834:67: style: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEventController.cpp:307:52: note: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEventController.cpp:834:67: note: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEventController.cpp:845:70: style: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEventController.cpp:308:55: note: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEventController.cpp:845:70: note: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEventController.cpp:199:3: style: Class 'VM_EnterInterpOnlyMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiEventController.cpp:258:3: style: Class 'VM_ChangeSingleStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiExport.cpp:949:18: style: Same expression on both sides of '!=' because the value of 'new_data' and 'NULL' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiExport.cpp:934:31: note: 'new_data' is assigned value 'NULL' here.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiExport.cpp:949:18: note: Same expression on both sides of '!=' because the value of 'new_data' and 'NULL' are the same.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiExport.cpp:855:5: performance: Variable '_class_loader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiExport.cpp:856:5: performance: Variable '_h_protection_domain' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiExport.cpp:86:3: style: Class 'JvmtiJavaThreadEventTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiExport.cpp:102:3: style: Class 'JvmtiThreadEventTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiExport.cpp:138:3: style: Class 'JvmtiEventMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiExport.cpp:208:3: style: Class 'JvmtiThreadEventMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:90:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:88:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:90:5: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:248:18: warning: Assert statement calls a function which may have desired side effects: 'available'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:40:13: style: Member variable 'LoadedClassesClosure::_env' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:44:78: note: Member variable 'LoadedClassesClosure::_env' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:40:13: note: Member variable 'LoadedClassesClosure::_env' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp:110:3: style: Class 'JvmtiGetLoadedClassesClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiRawMonitor.cpp:208:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiRawMonitor.cpp:206:19: note: outer condition: Node.TState==ObjectWaiter::TS_WAIT
openjdk-11-11~24/src/hotspot/share/prims/jvmtiRawMonitor.cpp:208:21: note: identical inner condition: Node.TState==ObjectWaiter::TS_WAIT
openjdk-11-11~24/src/hotspot/share/prims/jvmtiRawMonitor.cpp:353:17: style: Variable 'List' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiRedefineClasses.cpp:3788:3: style: Class 'TransferNativeFunctionRegistration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2826:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1410:53: style: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1406:22: note: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1410:53: note: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2210:76: style: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1911:57: note: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2210:76: note: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2266:82: style: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1931:74: note: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2266:82: note: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2282:64: style: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1948:56: note: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2282:64: note: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2389:66: style: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1950:58: note: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2389:66: note: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2401:64: style: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1951:56: note: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2401:64: note: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2413:110: style: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1933:22: note: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2413:110: note: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2440:56: style: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1935:53: note: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2440:56: note: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2825:58: style: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'java_class'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2692:38: note: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'java_class'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2825:58: note: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'java_class'.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:336:12: warning: Assert statement calls a function which may have desired side effects: 'find'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1822:3: warning: Member variable 'AdvancedHeapWalkContext::_klass_filter' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1822:3: warning: Member variable 'AdvancedHeapWalkContext::_heap_callbacks' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2552:1: style: The class 'SimpleRootsClosure' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2601:1: style: The class 'JNILocalRootsClosure' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:778:7: style: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:782:45: note: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:778:7: note: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1532:5: performance: Variable '_tag_count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2727:3: performance: Variable '_initial_object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:2744:3: performance: Variable '_initial_object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1533:5: style: Class 'TagObjectCollector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1533:5: style: Class 'TagObjectCollector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:901:3: style: Class 'JvmtiCachedClassFieldMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1263:3: style: Class 'VM_HeapIterateOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1770:3: style: Class 'HeapWalkContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1546:8: style: The function 'do_entry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:391:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1546:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/prims/jvmtiTagMap.cpp:1979:81: performance: Function parameter 'context' should be passed by const reference. [passedByValue]
openjdk-11-11~24/src/hotspot/share/prims/jvmtiThreadState.cpp:228:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/prims/methodHandles.cpp:1166:8: style: The scope of the variable 'ok' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/prims/methodHandles.cpp:174:20: style: Variable 'thread' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/prims/methodHandles.cpp:581:29: style: Variable 'this_arg_pos' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/prims/methodHandles.cpp:968:23: style: Boolean variable 'search_superc' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openjdk-11-11~24/src/hotspot/share/prims/nativeLookup.cpp:372:3: style: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/prims/nativeLookup.cpp:369:0: note: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/prims/nativeLookup.cpp:372:3: note: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/prims/stackwalk.cpp:397:7: style: The scope of the variable 'numFrames' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/prims/unsafe.cpp:197:0: style: Class 'GuardUnsafeAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/prims/wbtestmethods/parserTests.cpp:150:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/share/prims/whitebox.cpp:1008:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/share/runtime/arguments.cpp:1775:32: style: Same expression on both sides of '<' because the value of 'HeapBaseMinAddress' and 'DefaultHeapBaseMinAddress' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/runtime/arguments.cpp:1730:49: note: 'DefaultHeapBaseMinAddress' is assigned value 'HeapBaseMinAddress' here.
openjdk-11-11~24/src/hotspot/share/runtime/arguments.cpp:1775:32: note: Same expression on both sides of '<' because the value of 'HeapBaseMinAddress' and 'DefaultHeapBaseMinAddress' are the same.
openjdk-11-11~24/src/hotspot/share/runtime/arguments.cpp:144:10: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/arguments.cpp:2251:9: style: The scope of the variable '_name' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/arguments.cpp:2253:10: style: The scope of the variable '_len_jdwp' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/arguments.cpp:2253:21: style: The scope of the variable '_len_prefix' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/arguments.cpp:1461:35: warning: String literal compared with variable 'old_java_vendor_url_bug'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openjdk-11-11~24/src/hotspot/share/runtime/arguments.cpp:3183:3: style: Class 'ScopedVMInitArgs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/basicLock.cpp:78:45: style: Variable 'dh' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/biasedLocking.cpp:58:3: style: Class 'VM_EnableBiasedLocking' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/biasedLocking.cpp:80:3: style: Class 'EnableBiasedLockingTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/biasedLocking.cpp:578:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/biasedLocking.cpp:517:21: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/biasedLocking.cpp:578:21: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/biasedLocking.cpp:579:16: style: The function 'doit_prologue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/biasedLocking.cpp:519:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/biasedLocking.cpp:579:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/biasedLocking.cpp:581:16: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/biasedLocking.cpp:539:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/biasedLocking.cpp:581:16: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/compilationPolicy.cpp:329:22: style: The scope of the variable 'c' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/flags/jvmFlag.cpp:931:9: style: The scope of the variable 'score' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/flags/jvmFlag.cpp:470:24: style: Variable 'col7_width' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/flags/jvmFlag.cpp:578:24: style: Variable 'col7_width' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/frame.cpp:1061:23: style: Condition 'oop_adr!=NULL' is always false [knownConditionTrueFalse]
openjdk-11-11~24/src/hotspot/share/runtime/frame.cpp:1060:15: note: Assuming that condition 'oop_adr==NULL' is not redundant
openjdk-11-11~24/src/hotspot/share/runtime/frame.cpp:1061:23: note: Condition 'oop_adr!=NULL' is always false
openjdk-11-11~24/src/hotspot/share/runtime/frame.cpp:1112:6: error: Null pointer dereference: t [nullPointer]
openjdk-11-11~24/src/hotspot/share/runtime/frame.cpp:1111:15: note: Assignment 't=NULL', assigned value is 0
openjdk-11-11~24/src/hotspot/share/runtime/frame.cpp:1112:6: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/runtime/frame.cpp:918:8: style: The scope of the variable 'has_receiver' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/frame.cpp:1150:50: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/frame.cpp:1364:19: style: Variable 'min' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/frame.cpp:1018:5: performance: Variable '_fr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:68:15: style: Member variable 'VM_Handshake::_handshake_timeout' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:79:7: note: Member variable 'VM_Handshake::_handshake_timeout' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:68:15: note: Member variable 'VM_Handshake::_handshake_timeout' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:52:3: style: Class 'HandshakeThreadsOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:77:3: style: Class 'VM_Handshake' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:177:3: style: Class 'VM_HandshakeAllThreads' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:241:3: style: Class 'VM_HandshakeFallbackOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:53:8: style: The function 'do_handshake' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:43:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:53:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:54:8: style: The function 'cancel_handshake' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:44:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/handshake.cpp:54:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/java.cpp:119:9: style: The scope of the variable 'total_size' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/java.cpp:725:10: style: The scope of the variable 'index' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/java.cpp:640:20: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/java.cpp:747:16: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/jniHandles.cpp:585:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/hotspot/share/runtime/jniPeriodicChecker.cpp:35:6: style: Class 'JniPeriodicCheckerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/memprofiler.cpp:72:15: style: The scope of the variable 'log_name' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/memprofiler.cpp:49:3: style: Class 'MemProfilerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/objectMonitor.cpp:1538:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/hotspot/share/runtime/objectMonitor.cpp:1536:21: note: outer condition: node.TState==ObjectWaiter::TS_WAIT
openjdk-11-11~24/src/hotspot/share/runtime/objectMonitor.cpp:1538:23: note: identical inner condition: node.TState==ObjectWaiter::TS_WAIT
openjdk-11-11~24/src/hotspot/share/runtime/objectMonitor.cpp:2145:51: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/hotspot/share/runtime/objectMonitor.cpp:1327:40: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/objectMonitor.cpp:1352:40: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/os.cpp:558:9: style: The scope of the variable 'agent_function_name' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/perfData.cpp:401:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-11-11~24/src/hotspot/share/runtime/perfData.cpp:419:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-11-11~24/src/hotspot/share/runtime/perfData.cpp:442:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-11-11~24/src/hotspot/share/runtime/perfData.cpp:460:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-11-11~24/src/hotspot/share/runtime/perfData.cpp:481:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-11-11~24/src/hotspot/share/runtime/perfData.cpp:503:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-11-11~24/src/hotspot/share/runtime/perfData.cpp:521:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-11-11~24/src/hotspot/share/runtime/perfData.cpp:542:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-11-11~24/src/hotspot/share/runtime/perfData.cpp:564:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
openjdk-11-11~24/src/hotspot/share/runtime/reflection.cpp:593:5: style: Variable 'module_to' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/runtime/reflection.cpp:592:0: note: Variable 'module_to' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/runtime/reflection.cpp:593:5: note: Variable 'module_to' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:262:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:456:20: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:74:8: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:47:17: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:74:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:76:8: style: The function 'is_widen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:50:17: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:76:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:78:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:61:17: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:78:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:87:8: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:47:17: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:87:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:89:8: style: The function 'is_jump_widen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:51:17: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:89:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:92:8: style: The function 'adjust' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:58:17: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:92:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:103:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:61:17: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:103:8: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:116:9: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:47:17: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:116:9: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:118:9: style: The function 'is_switch_pad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:52:17: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:118:9: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:122:9: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:61:17: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/runtime/relocator.cpp:122:9: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/runtime/safepoint.cpp:979:27: style: The scope of the variable 'cur_state' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/safepoint.cpp:612:20: style: Member variable 'ParallelSPCleanupThreadClosure::_nmethod_cl' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/runtime/safepoint.cpp:618:5: note: Member variable 'ParallelSPCleanupThreadClosure::_nmethod_cl' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/runtime/safepoint.cpp:612:20: note: Member variable 'ParallelSPCleanupThreadClosure::_nmethod_cl' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/runtime/safepoint.cpp:632:16: style: Member variable 'ParallelSPCleanupTask::_subtasks' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/hotspot/share/runtime/safepoint.cpp:641:5: note: Member variable 'ParallelSPCleanupTask::_subtasks' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/runtime/safepoint.cpp:632:16: note: Member variable 'ParallelSPCleanupTask::_subtasks' is in the wrong place in the initializer list.
openjdk-11-11~24/src/hotspot/share/runtime/safepoint.cpp:616:3: style: Class 'ParallelSPCleanupThreadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/serviceThread.cpp:85:23: style: Variable 'acs_notify' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntime.cpp:2988:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:514:20: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:530:17: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:114:10: style: The scope of the variable 'hfsq' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:444:15: style: The scope of the variable 'z_h' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:444:19: style: The scope of the variable 'z_l' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:361:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:475:24: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 473. [shiftTooManyBitsSigned]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:473:11: note: Assuming that condition 'k>20' is not redundant
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:475:24: note: Shift
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:523:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:450:31: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:397:11: portability: Casting from const double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:398:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:438:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:445:23: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:466:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:468:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:393:12: style: The scope of the variable 'w' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:393:14: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:393:16: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:393:18: style: The scope of the variable 'fn' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:395:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:577:10: style: The scope of the variable 'a' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:577:12: style: The scope of the variable 'h' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/sharedRuntimeTrig.cpp:468:5: style: Variable 'i0' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/statSampler.cpp:44:5: style: Class 'StatSamplerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/sweeper.cpp:268:8: style: The scope of the variable 'timeout' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/sweeper.cpp:580:3: style: Class 'CompiledMethodMarker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/synchronizer.cpp:1425:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:2021:12: warning: Possible null pointer dereference: ret [nullPointer]
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:2020:32: note: Assignment 'ret=op==NULL?NULL:(JavaThread*)op->calling_thread()', assigned value is 0
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:2021:12: note: Null pointer dereference
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:1631:3: style: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:1630:0: note: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:1631:3: note: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:2125:28: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:2130:28: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:2135:28: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:2749:3: style: Class 'RememberProcessedThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:4481:3: style: Class 'ThreadHandlesClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/thread.cpp:4098:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/hotspot/share/runtime/threadHeapSampler.cpp:61:8: portability: Casting from const double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/hotspot/share/runtime/threadHeapSampler.cpp:142:20: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
openjdk-11-11~24/src/hotspot/share/runtime/threadSMR.cpp:196:3: style: Class 'ThreadScanHashtable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/threadSMR.cpp:220:3: style: Class 'AddThreadHazardPointerThreadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/threadSMR.cpp:241:3: style: Class 'ScanHazardPtrGatherProtectedThreadsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/threadSMR.cpp:289:3: style: Class 'ScanHazardPtrGatherThreadsListClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/threadSMR.cpp:318:3: style: Class 'ScanHazardPtrPrintMatchingThreadsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/threadSMR.cpp:355:3: style: Class 'VerifyHazardPtrThreadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/timer.cpp:147:10: style: The scope of the variable 'valid' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/timer.cpp:149:14: style: The scope of the variable 'real_secs' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/timer.cpp:150:14: style: The scope of the variable 'system_secs' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/timer.cpp:151:14: style: The scope of the variable 'user_secs' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/runtime/vframe.cpp:531:20: style: Checking if unsigned variable 'prefix_len' is less than zero. [unsignedLessThanZero]
openjdk-11-11~24/src/hotspot/share/runtime/vframeArray.cpp:630:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/vmThread.cpp:227:22: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/runtime/vmThread.cpp:605:5: warning: Member variable 'SkipGCALot::_saved' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/runtime/vmThread.cpp:605:5: warning: Member variable 'SkipGCALot::_t' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/hotspot/share/runtime/vmThread.cpp:605:5: style: Class 'SkipGCALot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/runtime/vm_version.cpp:48:0: error: #error HOTSPOT_VERSION_STRING must be defined [preprocessorErrorDirective]
openjdk-11-11~24/src/hotspot/share/services/diagnosticCommand.cpp:792:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/services/diagnosticCommand.cpp:1030:3: style: Class 'VM_DumpTouchedMethods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/services/memoryManager.hpp:63:3: style: Class 'MemoryManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/services/memoryManager.hpp:102:3: style: Class 'GCStatInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/services/gcNotifier.cpp:180:3: style: Class 'NotificationMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/services/memoryManager.hpp:163:10: style: The function 'is_gc_memory_manager' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/hotspot/share/services/memoryManager.hpp:76:16: note: Virtual function in base class
openjdk-11-11~24/src/hotspot/share/services/memoryManager.hpp:163:10: note: Function in derived class
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:509:13: style: The scope of the variable 'n' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:2034:15: style: The scope of the variable 'dump_file_name' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:2035:15: style: The scope of the variable 'dump_file_ext' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:567:39: style: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:433:29: note: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'.
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:567:39: note: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'.
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:607:41: style: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:442:31: note: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'.
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:607:41: note: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'.
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:1654:42: style: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:1478:29: note: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'.
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:1654:42: note: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'.
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:1117:31: style: Variable 'length_in_bytes' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:1810:17: style: Variable 'used' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:498:32: warning: Assert statement calls a function which may have desired side effects: 'current_offset'. [assertWithSideEffect]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:1300:5: performance: Variable '_thread_serial_num' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:409:3: style: Class 'DumpWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:1273:3: style: Class 'SymbolTableDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:1329:3: style: Class 'JNIGlobalsDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:1358:3: style: Class 'MonitorUsedDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/services/heapDumper.cpp:1376:3: style: Class 'StickyClassDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/services/mallocSiteTable.cpp:118:29: style: The scope of the variable 'head' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/services/mallocSiteTable.cpp:216:29: style: The scope of the variable 'p' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/services/mallocTracker.cpp:135:3: style: Variable 'header' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/services/management.cpp:2099:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/hotspot/share/services/memBaseline.cpp:213:32: style: The scope of the variable 'site' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/services/memReporter.cpp:96:23: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/services/memReporter.cpp:292:23: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/services/memReporter.cpp:336:23: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/services/memReporter.cpp:469:36: style: Variable 'class_count_diff' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/services/memReporter.cpp:539:42: style: Variable 'current_tracking_overhead' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/services/memReporter.cpp:540:42: style: Variable 'early_tracking_overhead' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/services/threadService.cpp:887:18: style: The scope of the variable 'waitingToLockMonitor' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/services/virtualMemoryTracker.cpp:509:46: style: Function 'next_committed' argument 1 names different: declaration 'start' definition 'committed_start'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/services/virtualMemoryTracker.cpp:504:32: note: Function 'next_committed' argument 1 names different: declaration 'start' definition 'committed_start'.
openjdk-11-11~24/src/hotspot/share/services/virtualMemoryTracker.cpp:509:46: note: Function 'next_committed' argument 1 names different: declaration 'start' definition 'committed_start'.
openjdk-11-11~24/src/hotspot/share/services/virtualMemoryTracker.cpp:509:71: style: Function 'next_committed' argument 2 names different: declaration 'size' definition 'committed_size'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/services/virtualMemoryTracker.cpp:504:47: note: Function 'next_committed' argument 2 names different: declaration 'size' definition 'committed_size'.
openjdk-11-11~24/src/hotspot/share/services/virtualMemoryTracker.cpp:509:71: note: Function 'next_committed' argument 2 names different: declaration 'size' definition 'committed_size'.
openjdk-11-11~24/src/hotspot/share/services/virtualMemoryTracker.cpp:512:16: style: Variable 'page_sz' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/utilities/bitMap.cpp:52:3: style: Class 'CHeapBitMapAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/utilities/bitMap.cpp:65:3: style: Class 'ArenaBitMapAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/utilities/debug.cpp:688:19: style: Same expression on both sides of '=='. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/utilities/debug.cpp:689:19: style: Same expression on both sides of '=='. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/utilities/debug.cpp:345:3: style: Class 'Command' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/utilities/decoder_elf.cpp:38:102: style: Function 'decode' argument 6 names different: declaration 'demangle' definition 'demangle_name'. [funcArgNamesDifferent]
openjdk-11-11~24/src/hotspot/share/utilities/decoder_elf.hpp:43:92: note: Function 'decode' argument 6 names different: declaration 'demangle' definition 'demangle_name'.
openjdk-11-11~24/src/hotspot/share/utilities/decoder_elf.cpp:38:102: note: Function 'decode' argument 6 names different: declaration 'demangle' definition 'demangle_name'.
openjdk-11-11~24/src/hotspot/share/utilities/globalCounter.cpp:39:3: style: Class 'CounterThreadCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/hotspot/share/utilities/hashtable.cpp:126:27: style: Variable 'saved_entry_count' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/utilities/json.cpp:683:19: style: Variable 'line_length' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/utilities/nativeCallStack.cpp:104:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/utilities/ostream.cpp:845:13: style: Same expression on both sides of '!=' because the value of 'nl0' and '_newlines' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/utilities/ostream.cpp:842:15: note: 'nl0' is assigned value '_newlines' here.
openjdk-11-11~24/src/hotspot/share/utilities/ostream.cpp:845:13: note: Same expression on both sides of '!=' because the value of 'nl0' and '_newlines' are the same.
openjdk-11-11~24/src/hotspot/share/utilities/ostream.cpp:526:20: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/utilities/ostream.cpp:577:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/utilities/utf8.cpp:244:20: style: Same expression on both sides of '-' because the value of 'ptr' and 'quoted_ascii_str' are the same. [duplicateExpression]
openjdk-11-11~24/src/hotspot/share/utilities/utf8.cpp:233:21: note: 'ptr' is assigned value 'quoted_ascii_str' here.
openjdk-11-11~24/src/hotspot/share/utilities/utf8.cpp:244:20: note: Same expression on both sides of '-' because the value of 'ptr' and 'quoted_ascii_str' are the same.
openjdk-11-11~24/src/hotspot/share/utilities/utf8.cpp:32:26: style: The scope of the variable 'ch3' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/utilities/utf8.cpp:170:0: style: The scope of the variable 'ch' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/utilities/vmError.cpp:1284:14: style: The scope of the variable 'recursive_error_count' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/utilities/vmError.cpp:1290:15: style: The scope of the variable 'transmit_report_done' can be reduced. [variableScope]
openjdk-11-11~24/src/hotspot/share/utilities/vmError.cpp:1664:21: error: Division by zero. [zerodiv]
openjdk-11-11~24/src/hotspot/share/utilities/vmError.cpp:1663:20: note: Assignment 'x=0', assigned value is 0
openjdk-11-11~24/src/hotspot/share/utilities/vmError.cpp:1664:21: note: Division by zero
openjdk-11-11~24/src/hotspot/share/utilities/vmError.cpp:1664:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/hotspot/share/utilities/vmError.cpp:1557:3: style: Class 'VM_ReportJavaOutOfMemory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.base/aix/native/libnet/aix_close.c:141:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/aix/native/libnet/aix_close.c:446:19: style: The scope of the variable 'prc' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/linux/native/libjava/ProcessHandleImpl_linux.c:260:13: warning: %llu in format string (no. 1) requires 'unsigned long long *' but the argument type is 'signed long long *'. [invalidScanfArgType_int]
openjdk-11-11~24/src/java.base/linux/native/libjava/ProcessHandleImpl_linux.c:136:9: style: The scope of the variable 'cmdlen' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/linux/native/libnet/linux_close.c:110:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/linux/native/libnio/fs/LinuxWatchService.c:89:5: style: Variable 'wfd' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/linux/native/libnio/fs/LinuxWatchService.c:86:0: note: Variable 'wfd' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/linux/native/libnio/fs/LinuxWatchService.c:89:5: note: Variable 'wfd' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/macosx/native/libjava/HostLocaleProviderAdapter_md.c:678:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/macosx/native/libjava/java_props_macosx.c:405:0: error: syntax error [syntaxError]
openjdk-11-11~24/src/java.base/macosx/native/libjli/java_md_macosx.c:214:0: error: #error "Unknown architecture - needs definition" [preprocessorErrorDirective]
openjdk-11-11~24/src/java.base/macosx/native/libnet/DefaultProxySelector.c:177:5: style: Variable 'proxyDicRef' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/macosx/native/libnet/DefaultProxySelector.c:169:0: note: Variable 'proxyDicRef' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/macosx/native/libnet/DefaultProxySelector.c:177:5: note: Variable 'proxyDicRef' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/macosx/native/libnet/DefaultProxySelector.c:195:13: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/macosx/native/libnet/DefaultProxySelector.c:187:0: note: Variable 'uri' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/macosx/native/libnet/DefaultProxySelector.c:195:13: note: Variable 'uri' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/macosx/native/libnet/DefaultProxySelector.c:174:17: style: The scope of the variable 'chost' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/macosx/native/libnet/bsd_close.c:112:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/macosx/native/libnio/fs/BsdNativeDispatcher.c:90:12: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/macosx/native/libnio/fs/BsdNativeDispatcher.c:150:11: style: Unused variable: dev [unusedVariable]
openjdk-11-11~24/src/java.base/share/native/launcher/defines.h:40:0: error: #error "VERSION_STRING must be defined" [preprocessorErrorDirective]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_acos.c:81:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_acos.c:84:33: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_acos.c:109:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_acos.c:88:25: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_asin.c:90:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_asin.c:93:33: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_asin.c:118:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_asin.c:96:25: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_asin.c:88:26: style: The scope of the variable 'c' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_asin.c:88:28: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:78:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:79:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:80:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:81:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:128:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:82:21: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:82:21: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:82:21: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:83:21: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:83:21: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:83:21: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atan2.c:86:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atanh.c:64:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atanh.c:65:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atanh.c:72:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atanh.c:67:21: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atanh.c:67:21: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atanh.c:67:21: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_atanh.c:68:25: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_cosh.c:67:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_cosh.c:91:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_exp.c:125:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_exp.c:132:34: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_exp.c:163:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_exp.c:166:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_exp.c:163:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:50:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:51:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:52:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:53:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:135:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:136:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:147:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:148:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:60:20: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:60:20: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:60:20: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:61:25: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:92:25: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 91. [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:91:17: note: Assuming that condition 'n<=31' is not redundant
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:92:25: note: Shift
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:104:25: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 103. [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:103:17: note: Assuming that condition 'n<=31' is not redundant
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_fmod.c:104:25: note: Shift
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_log.c:108:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_log.c:109:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_log.c:117:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_log.c:123:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_log.c:104:16: style: The scope of the variable 'hfsq' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_log10.c:84:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_log10.c:85:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_log10.c:93:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_log10.c:100:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_rem_pio2.c:105:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_rem_pio2.c:145:26: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_rem_pio2.c:152:30: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_rem_pio2.c:173:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_rem_pio2.c:175:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_rem_pio2.c:101:18: style: The scope of the variable 'w' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_rem_pio2.c:101:20: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_rem_pio2.c:101:22: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_rem_pio2.c:101:24: style: The scope of the variable 'fn' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_rem_pio2.c:103:18: style: The scope of the variable 'j' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_remainder.c:55:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_remainder.c:56:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_remainder.c:57:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_remainder.c:58:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_remainder.c:87:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_remainder.c:64:36: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_remainder.c:68:25: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_remainder.c:53:16: style: The scope of the variable 'p_half' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_scalb.c:58:41: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_sinh.c:64:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_sinh.c:85:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_sinh.c:59:18: style: The scope of the variable 'w' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_sqrt.c:116:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_sqrt.c:117:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_sqrt.c:202:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_sqrt.c:203:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_sqrt.c:128:29: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_sqrt.c:113:20: style: The scope of the variable 't1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/e_sqrt.c:114:26: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_cos.c:85:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_cos.c:97:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_cos.c:98:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_cos.c:83:16: style: The scope of the variable 'a' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_cos.c:83:18: style: The scope of the variable 'hz' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_sin.c:78:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_standard.c:100:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_standard.c:473:38: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_standard.c:504:36: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_standard.c:521:38: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_standard.c:535:34: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_standard.c:549:34: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_standard.c:563:34: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_tan.c:94:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_tan.c:98:24: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_tan.c:107:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_tan.c:110:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_tan.c:145:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/k_tan.c:148:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_atan.c:106:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_atan.c:110:35: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_ceil.c:52:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_ceil.c:53:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_ceil.c:87:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_ceil.c:88:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_copysign.c:41:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_cos.c:70:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_cos.c:66:21: style: The scope of the variable 'z' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_expm1.c:153:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_expm1.c:162:38: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_expm1.c:213:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_expm1.c:218:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_expm1.c:220:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_expm1.c:222:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_expm1.c:225:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_expm1.c:149:18: style: The scope of the variable 'hi' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_expm1.c:149:21: style: The scope of the variable 'lo' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_expm1.c:213:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_fabs.c:39:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_finite.c:41:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_floor.c:52:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_floor.c:53:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_floor.c:88:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_floor.c:89:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_frexp.c:53:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_frexp.c:55:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_frexp.c:60:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_frexp.c:66:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_ilogb.c:43:16: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_ilogb.c:45:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_ilogb.c:41:16: style: The scope of the variable 'lx' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_ilogb.c:41:19: style: The scope of the variable 'ix' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_isnan.c:41:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_isnan.c:42:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_isnan.c:43:28: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_isnan.c:43:28: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_isnan.c:43:28: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_log1p.c:121:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_log1p.c:150:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_log1p.c:156:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_log1p.c:162:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_log1p.c:165:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_log1p.c:134:31: style: Same expression on both sides of '/'. [duplicateExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_logb.c:42:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_logb.c:43:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:53:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:54:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:58:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:59:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:65:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:66:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:69:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:70:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:76:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:77:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:83:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:84:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:87:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_modf.c:88:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_nextafter.c:45:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_nextafter.c:46:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_nextafter.c:47:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_nextafter.c:48:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_nextafter.c:57:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_nextafter.c:58:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_nextafter.c:84:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_nextafter.c:88:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:58:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:60:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:68:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:71:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:72:17: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:92:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:93:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:67:27: style: Opposite expression on both sides of '|'. [oppositeExpression]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:67:27: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:67:27: note: Opposite expression on both sides of '|'.
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:59:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:72:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:90:54: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 83. [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:83:22: note: Assuming that condition 'j0>51' is not redundant
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_rint.c:90:54: note: Shift
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_scalbn.c:53:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_scalbn.c:54:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_scalbn.c:59:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_scalbn.c:67:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_scalbn.c:74:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_sin.c:70:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_sin.c:66:21: style: The scope of the variable 'z' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_tan.c:69:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_tan.c:65:21: style: The scope of the variable 'z' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_tanh.c:69:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjdk-11-11~24/src/java.base/share/native/libfdlibm/s_tanh.c:65:16: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjava/Module.c:80:9: error: Memory leak: pkgs [memleak]
openjdk-11-11~24/src/java.base/share/native/libjava/Module.c:109:1: error: Memory leak: pkgs [memleak]
openjdk-11-11~24/src/java.base/share/native/libjava/ObjectOutputStream.c:59:11: style: The scope of the variable 'fval' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.c:781:45: style: Function 'InitializeEncoding' argument 2 names different: declaration 'name' definition 'encname'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.h:407:60: note: Function 'InitializeEncoding' argument 2 names different: declaration 'name' definition 'encname'.
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.c:781:45: note: Function 'InitializeEncoding' argument 2 names different: declaration 'name' definition 'encname'.
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.c:1251:32: style: Function 'JNU_GetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.h:234:32: note: Function 'JNU_GetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.c:1251:32: note: Function 'JNU_GetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.c:1315:32: style: Function 'JNU_SetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.h:240:32: note: Function 'JNU_SetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.c:1315:32: note: Function 'JNU_SetFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.c:1379:38: style: Function 'JNU_GetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.h:248:38: note: Function 'JNU_GetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.c:1379:38: note: Function 'JNU_GetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.c:1446:38: style: Function 'JNU_SetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.h:254:38: note: Function 'JNU_SetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-11-11~24/src/java.base/share/native/libjava/jni_util.c:1446:38: note: Function 'JNU_SetStaticFieldByName' argument 5 names different: declaration 'sig' definition 'signature'.
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.hpp:320:1: style: The class 'ImageHeader' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.hpp:377:15: style: Technically the member function 'ImageFileReaderTable::count' can be const. [functionConst]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.hpp:432:19: style: Technically the member function 'ImageFileReader::index_size' can be const. [functionConst]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.hpp:280:5: style: Class 'ImageLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.hpp:312:5: style: Class 'ImageModuleData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.hpp:124:5: style: Class 'ZipDecompressor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.hpp:167:5: style: Class 'SharedStringDecompressor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.base/share/native/libjimage/osSupport.hpp:106:5: style: Class 'SimpleCriticalSectionLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:92:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:54:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:92:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:93:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:55:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:93:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:94:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:56:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:94:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:95:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:57:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:95:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:96:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:58:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:96:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:97:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:59:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:97:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:99:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:61:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:99:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:100:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:62:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:100:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:101:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:63:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:101:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:102:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:64:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:102:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:103:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:65:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:103:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:104:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:66:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:104:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:115:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:54:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:115:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:116:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:55:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:116:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:117:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:56:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:117:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:118:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:57:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:118:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:119:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:58:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:119:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:120:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:59:16: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:120:8: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:122:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:61:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:122:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:123:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:62:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:123:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:124:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:63:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:124:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:125:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:64:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:125:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:126:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:65:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:126:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:127:10: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:66:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/endian.hpp:127:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.hpp:125:10: style: The function 'decompress_resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.hpp:108:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.hpp:125:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.hpp:168:10: style: The function 'decompress_resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.hpp:108:18: note: Virtual function in base class
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.hpp:168:10: note: Function in derived class
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.cpp:69:5: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.cpp:60:0: note: Variable 'addr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.cpp:69:5: note: Variable 'addr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.cpp:143:76: style: Function 'decompress_resource' argument 5 names different: declaration '_endian' definition 'endian'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.hpp:116:68: note: Function 'decompress_resource' argument 5 names different: declaration '_endian' definition 'endian'.
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.cpp:143:76: note: Function 'decompress_resource' argument 5 names different: declaration '_endian' definition 'endian'.
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.cpp:214:21: style: Function 'decompress_resource' argument 2 names different: declaration 'uncompressed' definition 'uncompressed_resource'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.hpp:168:44: note: Function 'decompress_resource' argument 2 names different: declaration 'uncompressed' definition 'uncompressed_resource'.
openjdk-11-11~24/src/java.base/share/native/libjimage/imageDecompressor.cpp:214:21: note: Function 'decompress_resource' argument 2 names different: declaration 'uncompressed' definition 'uncompressed_resource'.
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.cpp:341:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.cpp:347:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.cpp:583:39: style: Function 'get_resource' argument 1 names different: declaration 'index' definition 'offset'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.hpp:574:26: note: Function 'get_resource' argument 1 names different: declaration 'index' definition 'offset'.
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.cpp:583:39: note: Function 'get_resource' argument 1 names different: declaration 'index' definition 'offset'.
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.hpp:389:10: style: Technically the member function 'ImageFileReaderTable::contains' can be const. [functionConst]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.cpp:251:28: note: Technically the member function 'ImageFileReaderTable::contains' can be const.
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.hpp:389:10: note: Technically the member function 'ImageFileReaderTable::contains' can be const.
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.cpp:210:5: style: Class 'ImageFileReaderTable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.cpp:210:5: style: Class 'ImageFileReaderTable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.cpp:354:5: style: Class 'ImageFileReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.cpp:354:5: style: Class 'ImageFileReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.cpp:229:9: error: Common realloc mistake: '_table' nulled but not freed upon failure [memleakOnRealloc]
openjdk-11-11~24/src/java.base/share/native/libjimage/imageFile.cpp:246:9: error: Common realloc mistake: '_table' nulled but not freed upon failure [memleakOnRealloc]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:63:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:77:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:94:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:139:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:161:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:190:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:232:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:76:26: style: Function 'JIMAGE_Close' argument 1 names different: declaration 'jimage' definition 'image'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.hpp:91:26: note: Function 'JIMAGE_Close' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:76:26: note: Function 'JIMAGE_Close' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:93:36: style: Function 'JIMAGE_PackageToModule' argument 1 names different: declaration 'jimage' definition 'image'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.hpp:110:36: note: Function 'JIMAGE_PackageToModule' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:93:36: note: Function 'JIMAGE_PackageToModule' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:112:33: style: Function 'JIMAGE_FindResource' argument 1 names different: declaration 'jimage' definition 'image'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.hpp:129:72: note: Function 'JIMAGE_FindResource' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:112:33: note: Function 'JIMAGE_FindResource' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:159:32: style: Function 'JIMAGE_GetResource' argument 1 names different: declaration 'jimage' definition 'image'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.hpp:154:32: note: Function 'JIMAGE_GetResource' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:159:32: note: Function 'JIMAGE_GetResource' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:188:37: style: Function 'JIMAGE_ResourceIterator' argument 1 names different: declaration 'jimage' definition 'image'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.hpp:189:37: note: Function 'JIMAGE_ResourceIterator' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-11-11~24/src/java.base/share/native/libjimage/jimage.cpp:188:37: note: Function 'JIMAGE_ResourceIterator' argument 1 names different: declaration 'jimage' definition 'image'.
openjdk-11-11~24/src/java.base/share/native/libjli/args.c:303:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/args.c:304:11: style: The scope of the variable 'token' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1124:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:882:21: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1698:35: warning: Comparison is wrong. Result of 'arg+2' can't be 0 unless there is pointer overflow, and pointer overflow is undefined behaviour. [pointerAdditionResultNotNull]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1551:20: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1555:11: note: Assuming that condition 's==NULL' is not redundant
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1551:20: note: Null pointer dereference
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1716:13: warning: Either the condition 'arg==NULL' is redundant or there is possible null pointer dereference: arg. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1717:29: note: Assuming that condition 'arg==NULL' is not redundant
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1716:13: note: Null pointer dereference
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1228:5: style: Variable 'has_arg' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1225:0: note: Variable 'has_arg' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1228:5: note: Variable 'has_arg' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:665:9: style: The scope of the variable 'isVMType' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:839:17: style: The scope of the variable 'retval' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1052:13: style: The scope of the variable 'res' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1759:11: style: The scope of the variable 'envcp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1759:19: style: The scope of the variable 'appcp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1761:10: style: The scope of the variable 'separator' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1762:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1762:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1963:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:2074:9: style: The scope of the variable 'vmType' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:675:27: error: Expression 'newArgv[newArgvIdx++]=(*argv)[0]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:230:14: style: Function 'JLI_Launch' argument 14 names different: declaration 'ergo_class' definition 'ergo'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/java.h:100:18: note: Function 'JLI_Launch' argument 14 names different: declaration 'ergo_class' definition 'ergo'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:230:14: note: Function 'JLI_Launch' argument 14 names different: declaration 'ergo_class' definition 'ergo'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:392:17: style: Function 'JavaMain' argument 1 names different: declaration 'args' definition '_args'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/java.h:227:29: note: Function 'JavaMain' argument 1 names different: declaration 'args' definition '_args'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:392:17: note: Function 'JavaMain' argument 1 names different: declaration 'args' definition '_args'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:660:19: style: Function 'CheckJvmType' argument 1 names different: declaration 'argc' definition 'pargc'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/java.h:173:25: note: Function 'CheckJvmType' argument 1 names different: declaration 'argc' definition 'pargc'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:660:19: note: Function 'CheckJvmType' argument 1 names different: declaration 'argc' definition 'pargc'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:2067:26: style: Function 'ReadKnownVMs' argument 1 names different: declaration 'jvmcfg' definition 'jvmCfgName'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/java.h:172:31: note: Function 'ReadKnownVMs' argument 1 names different: declaration 'jvmcfg' definition 'jvmCfgName'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:2067:26: note: Function 'ReadKnownVMs' argument 1 names different: declaration 'jvmcfg' definition 'jvmCfgName'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:2376:31: style: Function 'JLI_ReportMessage' argument 1 names different: declaration 'message' definition 'fmt'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/java.h:145:32: note: Function 'JLI_ReportMessage' argument 1 names different: declaration 'message' definition 'fmt'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:2376:31: note: Function 'JLI_ReportMessage' argument 1 names different: declaration 'message' definition 'fmt'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:2389:29: style: Function 'JLI_ShowMessage' argument 1 names different: declaration 'message' definition 'fmt'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/java.h:148:35: note: Function 'JLI_ShowMessage' argument 1 names different: declaration 'message' definition 'fmt'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:2389:29: note: Function 'JLI_ShowMessage' argument 1 names different: declaration 'message' definition 'fmt'.
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:854:26: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1046:0: style: Variable 'restrict_search' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:1048:13: style: Variable 'env_entry' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/share/native/libjli/java.c:301:41: error: Uninitialized variable: end [uninitvar]
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:145:24: style: Function 'JLI_List_free' argument 1 names different: declaration 'l' definition 'sl'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.h:145:29: note: Function 'JLI_List_free' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:145:24: note: Function 'JLI_List_free' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:159:34: style: Function 'JLI_List_ensureCapacity' argument 1 names different: declaration 'l' definition 'sl'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.h:146:39: note: Function 'JLI_List_ensureCapacity' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:159:34: note: Function 'JLI_List_ensureCapacity' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:170:23: style: Function 'JLI_List_add' argument 1 names different: declaration 'l' definition 'sl'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.h:150:23: note: Function 'JLI_List_add' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:170:23: note: Function 'JLI_List_add' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:170:33: style: Function 'JLI_List_add' argument 2 names different: declaration 'e' definition 'str'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.h:150:32: note: Function 'JLI_List_add' argument 2 names different: declaration 'e' definition 'str'.
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:170:33: note: Function 'JLI_List_add' argument 2 names different: declaration 'e' definition 'str'.
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:177:32: style: Function 'JLI_List_addSubstring' argument 1 names different: declaration 'l' definition 'sl'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.h:153:37: note: Function 'JLI_List_addSubstring' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:177:32: note: Function 'JLI_List_addSubstring' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:209:24: style: Function 'JLI_List_join' argument 1 names different: declaration 'l' definition 'sl'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.h:155:30: note: Function 'JLI_List_join' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-11-11~24/src/java.base/share/native/libjli/jli_util.c:209:24: note: Function 'JLI_List_join' argument 1 names different: declaration 'l' definition 'sl'.
openjdk-11-11~24/src/java.base/share/native/libjli/parse_manifest.c:334:13: style: The scope of the variable 'entry_size' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libjli/splashscreen_stubs.c:90:49: warning: Function 'DoSplashGetScaledImageName' argument order different: declaration 'jarName, fileName, scaleFactor, scaleImageName, scaleImageNameLength' definition 'fileName, jarName, scaleFactor, scaledImageName, scaledImageNameLength' [funcArgOrderDifferent]
openjdk-11-11~24/src/java.base/share/native/libjli/splashscreen.h:33:49: note: Function 'DoSplashGetScaledImageName' argument order different: declaration 'jarName, fileName, scaleFactor, scaleImageName, scaleImageNameLength' definition 'fileName, jarName, scaleFactor, scaledImageName, scaledImageNameLength'
openjdk-11-11~24/src/java.base/share/native/libjli/splashscreen_stubs.c:90:49: note: Function 'DoSplashGetScaledImageName' argument order different: declaration 'jarName, fileName, scaleFactor, scaleImageName, scaleImageNameLength' definition 'fileName, jarName, scaleFactor, scaledImageName, scaledImageNameLength'
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:110:58: style: Function 'getInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.h:64:65: note: Function 'getInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:110:58: note: Function 'getInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:116:59: style: Function 'setInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.h:65:66: note: Function 'setInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:116:59: note: Function 'setInet6Address_scopeifname' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:123:59: style: Function 'getInet6Address_scopeid_set' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.h:66:66: note: Function 'getInet6Address_scopeid_set' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:123:59: note: Function 'getInet6Address_scopeid_set' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:129:59: style: Function 'getInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.h:67:66: note: Function 'getInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:129:59: note: Function 'getInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:135:55: style: Function 'setInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.h:68:62: note: Function 'setInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:135:55: note: Function 'setInet6Address_scopeid' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:145:57: style: Function 'getInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.h:69:64: note: Function 'getInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:145:57: note: Function 'getInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:156:57: style: Function 'setInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.h:70:64: note: Function 'setInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:156:57: note: Function 'setInet6Address_ipaddress' argument 2 names different: declaration 'ia6Obj' definition 'iaObj'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:184:66: style: Function 'setInetAddress_hostName' argument 3 names different: declaration 'h' definition 'host'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.h:74:73: note: Function 'setInetAddress_hostName' argument 3 names different: declaration 'h' definition 'host'.
openjdk-11-11~24/src/java.base/share/native/libnet/net_util.c:184:66: note: Function 'setInetAddress_hostName' argument 3 names different: declaration 'h' definition 'host'.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:46:5: style: Variable 'proxy_cls' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:41:0: note: Variable 'proxy_cls' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:46:5: note: Variable 'proxy_cls' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:55:5: style: Variable 'ptype_cls' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:42:0: note: Variable 'ptype_cls' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:55:5: note: Variable 'ptype_cls' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:72:5: style: Variable 'isaddr_cls' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:43:0: note: Variable 'isaddr_cls' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:72:5: note: Variable 'isaddr_cls' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:86:5: style: Variable 'type_proxy' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:85:0: note: Variable 'type_proxy' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:86:5: note: Variable 'type_proxy' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:89:9: style: Variable 'jhost' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:88:0: note: Variable 'jhost' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:89:9: note: Variable 'jhost' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:92:13: style: Variable 'isa' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:91:0: note: Variable 'isa' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libnet/proxy_util.c:92:13: note: Variable 'isa' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3634:9: warning: Possible null pointer dereference: classname [nullPointer]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3629:21: note: Assignment 'classname=NULL', assigned value is 0
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3634:9: note: Null pointer dereference
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:775:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:776:9: style: The scope of the variable 'num_methods' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:1689:26: style: The scope of the variable 'opcode_length' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3312:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3683:13: style: The scope of the variable 'args' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3706:13: style: The scope of the variable 'args' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:1743:44: style: Checking if unsigned variable 'opcode_length[instruction]' is less than zero. [unsignedLessThanZero]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:926:52: style: Function 'verify_field' argument 3 names different: declaration 'index' definition 'field_index'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:392:64: note: Function 'verify_field' argument 3 names different: declaration 'index' definition 'field_index'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:926:52: note: Function 'verify_field' argument 3 names different: declaration 'index' definition 'field_index'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:950:21: style: Function 'read_all_code' argument 4 names different: declaration 'code_lengths' definition 'lengths_addr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:387:33: note: Function 'read_all_code' argument 4 names different: declaration 'code_lengths' definition 'lengths_addr'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:950:21: note: Function 'read_all_code' argument 4 names different: declaration 'code_lengths' definition 'lengths_addr'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:950:52: style: Function 'read_all_code' argument 5 names different: declaration 'code' definition 'code_addr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:387:64: note: Function 'read_all_code' argument 5 names different: declaration 'code' definition 'code_addr'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:950:52: note: Function 'read_all_code' argument 5 names different: declaration 'code' definition 'code_addr'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:992:53: style: Function 'verify_method' argument 3 names different: declaration 'index' definition 'method_index'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:388:65: note: Function 'verify_method' argument 3 names different: declaration 'index' definition 'method_index'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:992:53: note: Function 'verify_method' argument 3 names different: declaration 'index' definition 'method_index'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:2695:74: style: Function 'push_stack' argument 3 names different: declaration 'stack' definition 'new_stack_info'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:411:79: note: Function 'push_stack' argument 3 names different: declaration 'stack' definition 'new_stack_info'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:2695:74: note: Function 'push_stack' argument 3 names different: declaration 'stack' definition 'new_stack_info'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3062:66: style: Function 'merge_into_one_successor' argument 3 names different: declaration 'inumber' definition 'to_inumber'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:419:51: note: Function 'merge_into_one_successor' argument 3 names different: declaration 'inumber' definition 'to_inumber'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3062:66: note: Function 'merge_into_one_successor' argument 3 names different: declaration 'inumber' definition 'to_inumber'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3063:46: style: Function 'merge_into_one_successor' argument 4 names different: declaration 'register_info' definition 'new_register_info'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:420:58: note: Function 'merge_into_one_successor' argument 4 names different: declaration 'register_info' definition 'new_register_info'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3063:46: note: Function 'merge_into_one_successor' argument 4 names different: declaration 'register_info' definition 'new_register_info'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3064:43: style: Function 'merge_into_one_successor' argument 5 names different: declaration 'stack_info' definition 'new_stack_info'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:421:55: note: Function 'merge_into_one_successor' argument 5 names different: declaration 'stack_info' definition 'new_stack_info'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3064:43: note: Function 'merge_into_one_successor' argument 5 names different: declaration 'stack_info' definition 'new_stack_info'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3065:36: style: Function 'merge_into_one_successor' argument 6 names different: declaration 'and_flags' definition 'new_and_flags'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:422:48: note: Function 'merge_into_one_successor' argument 6 names different: declaration 'and_flags' definition 'new_and_flags'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3065:36: note: Function 'merge_into_one_successor' argument 6 names different: declaration 'and_flags' definition 'new_and_flags'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3065:61: style: Function 'merge_into_one_successor' argument 7 names different: declaration 'or_flags' definition 'new_or_flags'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:422:69: note: Function 'merge_into_one_successor' argument 7 names different: declaration 'or_flags' definition 'new_or_flags'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3065:61: note: Function 'merge_into_one_successor' argument 7 names different: declaration 'or_flags' definition 'new_or_flags'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3232:49: style: Function 'merge_stack' argument 2 names different: declaration 'inumber' definition 'from_inumber'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:424:54: note: Function 'merge_stack' argument 2 names different: declaration 'inumber' definition 'from_inumber'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3232:49: note: Function 'merge_stack' argument 2 names different: declaration 'inumber' definition 'from_inumber'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3285:53: style: Function 'merge_registers' argument 2 names different: declaration 'inumber' definition 'from_inumber'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:426:58: note: Function 'merge_registers' argument 2 names different: declaration 'inumber' definition 'from_inumber'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3285:53: note: Function 'merge_registers' argument 2 names different: declaration 'inumber' definition 'from_inumber'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3755:65: style: Function 'signature_to_fieldtype' argument 3 names different: declaration 'info' definition 'full_info_p'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:465:77: note: Function 'signature_to_fieldtype' argument 3 names different: declaration 'info' definition 'full_info_p'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3755:65: note: Function 'signature_to_fieldtype' argument 3 names different: declaration 'info' definition 'full_info_p'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3890:44: style: Function 'isAssignableTo' argument 2 names different: declaration 'a' definition 'from'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:444:46: note: Function 'isAssignableTo' argument 2 names different: declaration 'a' definition 'from'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3890:44: note: Function 'isAssignableTo' argument 2 names different: declaration 'a' definition 'from'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3890:64: style: Function 'isAssignableTo' argument 3 names different: declaration 'b' definition 'to'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:445:46: note: Function 'isAssignableTo' argument 3 names different: declaration 'b' definition 'to'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3890:64: note: Function 'isAssignableTo' argument 3 names different: declaration 'b' definition 'to'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3904:36: style: Function 'merge_fullinfo_types' argument 2 names different: declaration 'a' definition 'value'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:440:57: note: Function 'merge_fullinfo_types' argument 2 names different: declaration 'a' definition 'value'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3904:36: note: Function 'merge_fullinfo_types' argument 2 names different: declaration 'a' definition 'value'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3904:57: style: Function 'merge_fullinfo_types' argument 3 names different: declaration 'b' definition 'target'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:441:57: note: Function 'merge_fullinfo_types' argument 3 names different: declaration 'b' definition 'target'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3904:57: note: Function 'merge_fullinfo_types' argument 3 names different: declaration 'b' definition 'target'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3905:31: style: Function 'merge_fullinfo_types' argument 4 names different: declaration 'assignment' definition 'for_assignment'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:442:52: note: Function 'merge_fullinfo_types' argument 4 names different: declaration 'assignment' definition 'for_assignment'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3905:31: note: Function 'merge_fullinfo_types' argument 4 names different: declaration 'assignment' definition 'for_assignment'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:3697:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/share/native/libverify/check_code.c:1324:0: error: Dereferencing 'methodname' after it is deallocated / released [deallocuse]
openjdk-11-11~24/src/java.base/share/native/libverify/check_format.c:75:28: style: The scope of the variable 'ch3' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/share/native/libverify/check_format.c:129:34: style: Function 'skip_over_fieldname' argument 3 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_format.c:37:34: note: Function 'skip_over_fieldname' argument 3 names different: declaration 'len' definition 'length'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_format.c:129:34: note: Function 'skip_over_fieldname' argument 3 names different: declaration 'len' definition 'length'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_format.c:176:40: style: Function 'skip_over_field_signature' argument 3 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libverify/check_format.c:40:40: note: Function 'skip_over_field_signature' argument 3 names different: declaration 'len' definition 'length'.
openjdk-11-11~24/src/java.base/share/native/libverify/check_format.c:176:40: note: Function 'skip_over_field_signature' argument 3 names different: declaration 'len' definition 'length'.
openjdk-11-11~24/src/java.base/share/native/libzip/zip_util.c:1098:23: style: Function 'ZIP_FreeEntry' argument 1 names different: declaration 'zip' definition 'jz'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libzip/zip_util.h:280:23: note: Function 'ZIP_FreeEntry' argument 1 names different: declaration 'zip' definition 'jz'.
openjdk-11-11~24/src/java.base/share/native/libzip/zip_util.c:1098:23: note: Function 'ZIP_FreeEntry' argument 1 names different: declaration 'zip' definition 'jz'.
openjdk-11-11~24/src/java.base/share/native/libzip/zip_util.c:1460:70: style: Function 'ZIP_ReadEntry' argument 4 names different: declaration 'entrynm' definition 'entryname'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/share/native/libzip/zip_util.h:248:70: note: Function 'ZIP_ReadEntry' argument 4 names different: declaration 'entrynm' definition 'entryname'.
openjdk-11-11~24/src/java.base/share/native/libzip/zip_util.c:1460:70: note: Function 'ZIP_ReadEntry' argument 4 names different: declaration 'entrynm' definition 'entryname'.
openjdk-11-11~24/src/java.base/share/native/libzip/zip_util.c:658:39: warning: Either the condition 'total!=0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openjdk-11-11~24/src/java.base/share/native/libzip/zip_util.c:664:35: note: Assuming that condition 'total!=0' is not redundant
openjdk-11-11~24/src/java.base/share/native/libzip/zip_util.c:658:39: note: Invalid argument
openjdk-11-11~24/src/java.base/share/native/libzip/zip_util.c:942:10: error: Common realloc mistake: 'cen' nulled but not freed upon failure [memleakOnRealloc]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:648:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:648:7: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:651:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:660:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:695:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:827:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:829:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:873:7: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:873:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:925:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1005:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1039:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1039:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1054:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1054:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1072:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1072:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1134:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1187:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1187:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1187:9: warning: %llx in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:587:5: warning: Either the condition 'klassString!=NULL' is redundant or there is possible null pointer dereference: klassString. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:595:19: note: Assuming that condition 'klassString!=NULL' is not redundant
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:587:5: note: Null pointer dereference
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:588:5: warning: Either the condition 'nameString!=NULL' is redundant or there is possible null pointer dereference: nameString. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:594:18: note: Assuming that condition 'nameString!=NULL' is not redundant
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:588:5: note: Null pointer dereference
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:589:5: warning: Either the condition 'signatureString!=NULL' is redundant or there is possible null pointer dereference: signatureString. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:596:23: note: Assuming that condition 'signatureString!=NULL' is not redundant
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:589:5: note: Null pointer dereference
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:197:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:195:0: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:197:3: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:346:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:344:3: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:346:3: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1494:2: style: Label 'fail' is not used. [unusedLabel]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1532:30: style: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.h:60:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1532:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1449:36: error: Uninitialized variable: fp [uninitvar]
openjdk-11-11~24/src/java.base/solaris/native/libjvm_db/libjvm_db.c:1470:26: error: Uninitialized variable: sender_sp [uninitvar]
openjdk-11-11~24/src/java.base/solaris/native/libnet/solaris_close.c:96:9: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/solaris/native/libnio/fs/SolarisNativeDispatcher.c:78:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/solaris/native/libnio/fs/SolarisNativeDispatcher.c:76:0: note: Variable 'n' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/solaris/native/libnio/fs/SolarisNativeDispatcher.c:78:5: note: Variable 'n' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:71:9: style: Unused variable: n [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:72:9: style: Unused variable: argvBytes [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:72:20: style: Unused variable: nargv [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:72:27: style: Unused variable: envvBytes [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:72:38: style: Unused variable: nenvv [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:73:9: style: Unused variable: dirlen [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:127:15: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/unix/native/jspawnhelper/jspawnhelper.c:132:9: style: Unused variable: t [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/launcher/jexec.c:175:14: style: Checking if unsigned variable 'alen' is less than zero. [unsignedLessThanZero]
openjdk-11-11~24/src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c:432:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c:469:9: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libjava/ProcessImpl_md.c:307:9: style: Unused variable: i [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/libjava/ProcessImpl_md.c:309:11: style: Unused variable: p [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/libjava/ProcessImpl_md.c:310:10: style: Unused variable: q [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/libjava/canonicalize_md.c:138:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openjdk-11-11~24/src/java.base/unix/native/libjava/io_util_md.c:185:9: style: The scope of the variable 'mode' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libjava/java_props_md.c:33:0: error: #error "The macro ARCHPROPNAME has not been defined" [preprocessorErrorDirective]
openjdk-11-11~24/src/java.base/unix/native/libjimage/osSupport_unix.cpp:76:5: style: Variable 'mapped_address' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/unix/native/libjimage/osSupport_unix.cpp:75:0: note: Variable 'mapped_address' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libjimage/osSupport_unix.cpp:76:5: note: Variable 'mapped_address' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:680:19: style: Condition 'exec_path==NULL' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:642:23: note: Assignment 'exec_path=NULL', assigned value is 0
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:680:19: note: Condition 'exec_path==NULL' is always true
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:248:30: style: Same expression on both sides of '==' because the value of 'dmllp' and 'NULL' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:235:19: note: 'dmllp' is assigned value 'NULL' here.
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:248:30: note: Same expression on both sides of '==' because the value of 'dmllp' and 'NULL' are the same.
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:287:15: style: Same expression on both sides of '!=' because the value of 'dmllp' and 'NULL' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:235:19: note: 'dmllp' is assigned value 'NULL' here.
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:287:15: note: Same expression on both sides of '!=' because the value of 'dmllp' and 'NULL' are the same.
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:680:19: style: Same expression on both sides of '==' because the value of 'exec_path' and 'NULL' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:642:23: note: 'exec_path' is assigned value 'NULL' here.
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:680:19: note: Same expression on both sides of '==' because the value of 'exec_path' and 'NULL' are the same.
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:311:12: style: The scope of the variable 'new_runpath_size' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libjli/java_md_solinux.c:301:0: style: Variable 'argc' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/unix/native/libjsig/jsig.c:148:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/java.base/unix/native/libjsig/jsig.c:157:5: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/java.base/unix/native/libjsig/jsig.c:148:3: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/java.base/unix/native/libjsig/jsig.c:165:8: style: The scope of the variable 'sigblocked' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libjsig/jsig.c:175:20: style: Variable 'sigblocked' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:175:5: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:167:0: note: Variable 'mode' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:175:5: note: Variable 'mode' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:365:5: style: Variable 'resolver' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:355:0: note: Variable 'resolver' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:365:5: note: Variable 'resolver' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:413:29: style: Variable 'phost' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:411:0: note: Variable 'phost' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:413:29: note: Variable 'phost' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:170:9: style: The scope of the variable 'use_same_proxy' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:257:15: style: The scope of the variable 's' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:394:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/DefaultProxySelector.c:486:17: style: The scope of the variable 'chost' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/Inet4AddressImpl.c:360:18: style: The scope of the variable 'icmp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/Inet6AddressImpl.c:561:23: style: The scope of the variable 'icmp6' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/NetworkInterface.c:710:21: style: Variable 'ia2Obj' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/unix/native/libnet/NetworkInterface.c:709:0: note: Variable 'ia2Obj' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libnet/NetworkInterface.c:710:21: note: Variable 'ia2Obj' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libnet/NetworkInterface.c:727:17: style: The scope of the variable 'scope' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/NetworkInterface.c:1022:24: style: The scope of the variable 'bit' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/NetworkInterface.c:606:43: style: Function 'getFlags0' argument 2 names different: declaration 'ifname' definition 'name'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/unix/native/libnet/NetworkInterface.c:125:48: note: Function 'getFlags0' argument 2 names different: declaration 'ifname' definition 'name'.
openjdk-11-11~24/src/java.base/unix/native/libnet/NetworkInterface.c:606:43: note: Function 'getFlags0' argument 2 names different: declaration 'ifname' definition 'name'.
openjdk-11-11~24/src/java.base/unix/native/libnet/NetworkInterface.c:653:14: style: Unused variable: addrs [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:2099:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:1934:9: note: outer condition: !ipv6_join_leave
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:2099:13: note: identical inner condition: !ipv6_join_leave
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:2099:13: style: Condition '!ipv6_join_leave' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:1934:9: note: Assuming that condition '!ipv6_join_leave' is not redundant
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:2099:13: note: Condition '!ipv6_join_leave' is always true
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:344:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:548:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:717:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:728:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:901:10: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:1901:10: style: Unused variable: family [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c:2111:20: style: Unused variable: ipaddress [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/libnet/PlainSocketImpl.c:91:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/java.base/unix/native/libnet/SdpSupport.c:76:11: style: Condition 's<0' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.base/unix/native/libnet/SdpSupport.c:72:10: note: Assignment 's=-1', assigned value is -1
openjdk-11-11~24/src/java.base/unix/native/libnet/SdpSupport.c:76:11: note: Condition 's<0' is always true
openjdk-11-11~24/src/java.base/unix/native/libnet/SocketOutputStream.c:96:13: style: The scope of the variable 'loff' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/unix/native/libnet/net_util_md.c:1463:9: style: Unused variable: arg [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/libnet/net_util_md.c:1463:14: style: Unused variable: alen [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/libnio/MappedByteBuffer.c:78:5: style: Variable 'vec' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/unix/native/libnio/MappedByteBuffer.c:65:0: note: Variable 'vec' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libnio/MappedByteBuffer.c:78:5: note: Variable 'vec' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/unix/native/libnio/ch/FileChannelImpl.c:130:18: style: Variable 'srcFD' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/unix/native/libnio/ch/FileChannelImpl.c:131:18: style: Variable 'dstFD' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:324:15: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:325:10: style: Variable 'result' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:329:22: style: Unused variable: file_stat [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:370:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
openjdk-11-11~24/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:370:5: error: Uninitialized variable: result [uninitvar]
openjdk-11-11~24/src/java.base/unix/native/libnio/ch/FileDispatcherImpl.c:372:12: error: Uninitialized variable: result [uninitvar]
openjdk-11-11~24/src/java.base/unix/native/libnio/ch/NativeThread.c:52:0: error: #error "missing platform-specific definition here" [preprocessorErrorDirective]
openjdk-11-11~24/src/java.base/unix/native/libnio/ch/Net.c:432:9: style: Unused variable: result [unusedVariable]
openjdk-11-11~24/src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c:726:14: style: struct member 'Anonymous0::name_extra' is never used. [unusedStructMember]
openjdk-11-11~24/src/java.base/windows/native/libjava/HostLocaleProviderAdapter_md.c:988:19: style: Variable 'got' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libjava/ProcessHandleImpl_win.c:420:0: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libjava/canonicalize_md.c:537:12: style: The scope of the variable 'pathbuf' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libjava/io_util_md.c:125:5: style: Variable 'abpath' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/windows/native/libjava/io_util_md.c:122:0: note: Variable 'abpath' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libjava/io_util_md.c:125:5: note: Variable 'abpath' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libjava/io_util_md.c:83:31: style: Function 'currentDirLength' argument 1 names different: declaration 'path' definition 'ps'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/windows/native/libjava/io_util_md.h:43:35: note: Function 'currentDirLength' argument 1 names different: declaration 'path' definition 'ps'.
openjdk-11-11~24/src/java.base/windows/native/libjava/io_util_md.c:83:31: note: Function 'currentDirLength' argument 1 names different: declaration 'path' definition 'ps'.
openjdk-11-11~24/src/java.base/windows/native/libjava/io_util_md.c:103:0: style: Variable 'dirlen' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libjava/io_util_md.c:572:0: style: Variable 'lowPos' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libjava/io_util_md.c:573:0: style: Variable 'highPos' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libjava/java_props_md.c:166:9: style: The scope of the variable 'index' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libjava/java_props_md.c:355:9: style: The scope of the variable 'minorVersion' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libjava/java_props_md.c:292:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openjdk-11-11~24/src/java.base/windows/native/libjli/cmdtoargs.c:83:15: style: The scope of the variable 'charLength' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libjli/java_md.c:802:16: style: The scope of the variable 'jrePathLen' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libjli/java_md.c:925:12: style: The scope of the variable 'tlen' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libjli/java_md.c:225:10: style: Unused variable: crtpath [unusedVariable]
openjdk-11-11~24/src/java.base/windows/native/libnet/DefaultProxySelector.c:114:5: style: Variable 'current_proxy' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/windows/native/libnet/DefaultProxySelector.c:106:0: note: Variable 'current_proxy' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/DefaultProxySelector.c:114:5: note: Variable 'current_proxy' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/DefaultProxySelector.c:124:9: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/windows/native/libnet/DefaultProxySelector.c:121:0: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/DefaultProxySelector.c:124:9: note: Variable 'pos' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/DefaultProxySelector.c:107:18: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnet/DualStackPlainDatagramSocketImpl.c:259:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/DualStackPlainDatagramSocketImpl.c:423:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/Inet4AddressImpl.c:326:5: style: Variable 'ReplyBuffer' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/windows/native/libnet/Inet4AddressImpl.c:312:0: note: Variable 'ReplyBuffer' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/Inet4AddressImpl.c:326:5: note: Variable 'ReplyBuffer' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/Inet6AddressImpl.c:396:5: style: Variable 'ReplyBuffer' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/windows/native/libnet/Inet6AddressImpl.c:390:0: note: Variable 'ReplyBuffer' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/Inet6AddressImpl.c:396:5: note: Variable 'ReplyBuffer' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/NetworkInterface.c:100:16: style: The scope of the variable 'ifrowP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/NetworkInterface.c:609:17: style: The scope of the variable 'scope' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/NetworkInterface.c:910:14: style: The scope of the variable 'ifRowP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/NetworkInterface.c:938:14: style: The scope of the variable 'ifRowP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/NetworkInterface.c:974:7: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/NetworkInterface_winXP.c:875:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/NetworkInterface_winXP.c:842:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjdk-11-11~24/src/java.base/windows/native/libnet/PlainSocketImpl.c:64:13: style: The scope of the variable 'rv' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/PlainSocketImpl.c:503:39: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnet/SocketOutputStream.c:89:13: style: The scope of the variable 'loff' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/SocketOutputStream.c:92:13: style: The scope of the variable 'retry' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1800:9: style: Variable 'netObject' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1799:0: note: Variable 'netObject' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1800:9: note: Variable 'netObject' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1896:13: style: Variable 'netObject' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1895:0: note: Variable 'netObject' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1896:13: note: Variable 'netObject' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2031:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2024:0: note: Variable 'fd' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:2031:5: note: Variable 'fd' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:425:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:534:9: style: The scope of the variable 'nextfd' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:675:11: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:684:49: style: The scope of the variable 'errorCode' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:952:10: style: The scope of the variable 'BUF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:964:35: style: The scope of the variable 'errorCode' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1235:13: style: The scope of the variable 'fd1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1295:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1295:18: style: The scope of the variable 'fd1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:80:21: style: Variable 'i_valueID' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:100:21: style: Variable 'b_valueID' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:362:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:588:19: style: Variable 'address' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:591:18: style: Variable 'family' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:970:0: style: Variable 'selectTime' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1240:0: style: Variable 'arg' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c:1983:0: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnet/net_util_md.c:693:13: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.base/windows/native/libnet/net_util_md.c:687:28: note: Variable 'fd' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/net_util_md.c:693:13: note: Variable 'fd' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.base/windows/native/libnet/net_util_md.c:411:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnio/ch/FileDispatcherImpl.c:330:9: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnio/ch/IOUtil.c:82:48: style: Function 'convertReturnVal' argument 3 names different: declaration 'r' definition 'reading'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/windows/native/libnio/ch/nio_util.h:40:53: note: Function 'convertReturnVal' argument 3 names different: declaration 'r' definition 'reading'.
openjdk-11-11~24/src/java.base/windows/native/libnio/ch/IOUtil.c:82:48: note: Function 'convertReturnVal' argument 3 names different: declaration 'r' definition 'reading'.
openjdk-11-11~24/src/java.base/windows/native/libnio/ch/IOUtil.c:98:53: style: Function 'convertLongReturnVal' argument 3 names different: declaration 'r' definition 'reading'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.base/windows/native/libnio/ch/nio_util.h:41:59: note: Function 'convertLongReturnVal' argument 3 names different: declaration 'r' definition 'reading'.
openjdk-11-11~24/src/java.base/windows/native/libnio/ch/IOUtil.c:98:53: note: Function 'convertLongReturnVal' argument 3 names different: declaration 'r' definition 'reading'.
openjdk-11-11~24/src/java.base/windows/native/libnio/ch/Net.c:559:9: style: The scope of the variable 'lastError' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnio/ch/Net.c:557:0: style: Variable 'revents' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnio/ch/SocketDispatcher.c:143:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnio/ch/WindowsSelectorImpl.c:210:10: style: The scope of the variable 'bytes' can be reduced. [variableScope]
openjdk-11-11~24/src/java.base/windows/native/libnio/fs/WindowsNativeDispatcher.c:663:0: style: Variable 'lengthNeeded' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.base/windows/native/libnio/fs/WindowsNativeDispatcher.c:1234:50: style: Variable 'ov' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:703:20: warning: Either the condition 'NULL==statusWindow' is redundant or there is possible null pointer dereference: statusWindow. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:715:14: note: Assuming that condition 'NULL==statusWindow' is not redundant
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:703:20: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:704:19: warning: Either the condition 'NULL==statusWindow' is redundant or there is possible null pointer dereference: statusWindow. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:715:14: note: Assuming that condition 'NULL==statusWindow' is not redundant
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:704:19: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:705:17: warning: Either the condition 'NULL==statusWindow' is redundant or there is possible null pointer dereference: statusWindow. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:715:14: note: Assuming that condition 'NULL==statusWindow' is not redundant
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:705:17: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:706:16: warning: Either the condition 'NULL==statusWindow' is redundant or there is possible null pointer dereference: statusWindow. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:715:14: note: Assuming that condition 'NULL==statusWindow' is not redundant
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:706:16: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:707:16: warning: Either the condition 'NULL==statusWindow' is redundant or there is possible null pointer dereference: statusWindow. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:715:14: note: Assuming that condition 'NULL==statusWindow' is not redundant
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:707:16: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:709:17: warning: Either the condition 'NULL==statusWindow' is redundant or there is possible null pointer dereference: statusWindow. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:715:14: note: Assuming that condition 'NULL==statusWindow' is not redundant
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:709:17: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:710:18: warning: Either the condition 'NULL==statusWindow' is redundant or there is possible null pointer dereference: statusWindow. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:715:14: note: Assuming that condition 'NULL==statusWindow' is not redundant
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:710:18: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:711:18: warning: Either the condition 'NULL==statusWindow' is redundant or there is possible null pointer dereference: statusWindow. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:715:14: note: Assuming that condition 'NULL==statusWindow' is not redundant
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:711:18: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:397:5: style: Variable 'pX11IMData' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:381:0: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:397:5: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1843:5: style: Variable 'fontset' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1837:0: note: Variable 'fontset' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1843:5: note: Variable 'fontset' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:2062:5: style: Variable 'pX11IMData' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:2059:0: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:2062:5: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:2221:5: style: Variable 'pX11IMData' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:2215:0: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:2221:5: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1411:17: style: The scope of the variable 'ins_len' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1511:9: style: The scope of the variable 'x_pos' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1511:15: style: The scope of the variable 'x_caret' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1513:9: style: The scope of the variable 'len_disp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1513:19: style: The scope of the variable 'pos' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1748:15: style: The scope of the variable 'width' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1820:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1820:11: style: The scope of the variable 'j' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1841:9: style: The scope of the variable 'missing_fonts' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:665:23: style: Unused variable: xwa [unusedVariable]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:666:12: style: Unused variable: child [unusedVariable]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:667:9: style: Unused variable: x [unusedVariable]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:667:12: style: Unused variable: y [unusedVariable]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:704:19: style: Variable 'lightgc' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:705:17: style: Variable 'dimgc' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1599:15: style: Unused variable: cur_w [unusedVariable]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1899:10: style: Unused variable: registered [unusedVariable]
openjdk-11-11~24/src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c:1688:59: error: Memory leak: imserver [memleak]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c:53:11: style: The scope of the variable 'enumerate' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c:141:13: style: The scope of the variable 'curr' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c:141:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c:141:24: style: The scope of the variable 'totalLen' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c:141:34: style: The scope of the variable 'inVersionString' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiIn.c:181:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiOut.c:123:9: style: Unused variable: data1 [unusedVariable]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiOut.c:124:9: style: Unused variable: data2 [unusedVariable]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:61:9: style: The scope of the variable 'subdeviceCount' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:62:20: style: The scope of the variable 'subDev' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c:222:9: style: The scope of the variable 'usePlugHw' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:128:9: style: The scope of the variable 'sampleSizeInBytes' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:128:28: style: The scope of the variable 'significantBits' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:130:18: style: The scope of the variable 'channels' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:131:9: style: The scope of the variable 'rate' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:884:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:421:28: style: Unused variable: formatMask [unusedVariable]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c:891:26: style: Unused variable: ts [unusedVariable]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCMUtils.c:175:9: style: The scope of the variable 'usePlugHw' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_Ports.c:74:10: style: The scope of the variable 'devname' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_Ports.c:75:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_Ports.c:384:9: style: The scope of the variable 'isMono' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_Ports.c:385:9: style: The scope of the variable 'isStereo' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_Ports.c:535:34: style: Unused variable: channel [unusedVariable]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:518:19: warning: Either the condition '!handle' is redundant or there is possible null pointer dereference: handle. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:521:9: note: Assuming that condition '!handle' is not redundant
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:518:19: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:443:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:441:0: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:443:5: note: Variable 'err' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:243:82: style: Function 'MIDI_Utils_GetDeviceName' argument 4 names different: declaration 'nameLength' definition 'bufferLength'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.h:74:89: note: Function 'MIDI_Utils_GetDeviceName' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:243:82: note: Function 'MIDI_Utils_GetDeviceName' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:248:84: style: Function 'MIDI_Utils_GetDeviceVendor' argument 4 names different: declaration 'nameLength' definition 'bufferLength'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.h:75:91: note: Function 'MIDI_Utils_GetDeviceVendor' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:248:84: note: Function 'MIDI_Utils_GetDeviceVendor' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:253:89: style: Function 'MIDI_Utils_GetDeviceDescription' argument 4 names different: declaration 'nameLength' definition 'bufferLength'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.h:76:96: note: Function 'MIDI_Utils_GetDeviceDescription' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:253:89: note: Function 'MIDI_Utils_GetDeviceDescription' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:258:85: style: Function 'MIDI_Utils_GetDeviceVersion' argument 4 names different: declaration 'nameLength' definition 'bufferLength'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.h:77:92: note: Function 'MIDI_Utils_GetDeviceVersion' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:258:85: note: Function 'MIDI_Utils_GetDeviceVersion' argument 4 names different: declaration 'nameLength' definition 'bufferLength'.
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:576:19: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:601:19: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:573:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:691:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:733:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:932:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:945:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:954:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:961:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:971:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:981:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:990:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:999:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:1008:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:1019:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:192:5: warning: Member variable 'RingBuffer::nAllocatedBytes' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:412:5: warning: Member variable 'Resampler::outBufferSize' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:234:16: style: Technically the member function 'RingBuffer::GetBufferSize' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:238:16: style: Technically the member function 'RingBuffer::GetAllocatedSize' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:370:16: style: Technically the member function 'RingBuffer::Pos2Offset' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_PCM.cpp:491:9: style: Technically the member function 'Resampler::GetOutBufferSize' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Utils.h:67:9: style: Class 'Locker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:112:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:231:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:272:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:294:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:303:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:360:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:416:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:451:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:484:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:660:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:694:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:756:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:802:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Utils.cpp:161:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Utils.cpp:111:58: style: Function 'GetDeviceInfo' argument 2 names different: declaration 'deviceID' definition 'pDeviceID'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Utils.h:86:50: note: Function 'GetDeviceInfo' argument 2 names different: declaration 'deviceID' definition 'pDeviceID'.
openjdk-11-11~24/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Utils.cpp:111:58: note: Function 'GetDeviceInfo' argument 2 names different: declaration 'deviceID' definition 'pDeviceID'.
openjdk-11-11~24/src/java.desktop/share/native/common/awt/medialib/mlib_sys.c:80:0: error: #error "unknown platform" [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/share/native/common/awt/utility/rect.c:47:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/common/awt/utility/rect.c:48:9: style: The scope of the variable 'length' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/common/font/AccelGlyphCache.c:369:31: style: The scope of the variable 'prevCell' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLBlitLoops.c:269:26: style: The scope of the variable 'dh' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.c:179:54: style: Function 'OGLBufImgOps_EnableConvolveOp' argument 5 names different: declaration 'KernelHeight' definition 'kernelHeight'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.h:33:59: note: Function 'OGLBufImgOps_EnableConvolveOp' argument 5 names different: declaration 'KernelHeight' definition 'kernelHeight'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.c:179:54: note: Function 'OGLBufImgOps_EnableConvolveOp' argument 5 names different: declaration 'KernelHeight' definition 'kernelHeight'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.c:180:46: style: Function 'OGLBufImgOps_EnableConvolveOp' argument 6 names different: declaration 'kernelVals' definition 'kernel'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.h:34:51: note: Function 'OGLBufImgOps_EnableConvolveOp' argument 6 names different: declaration 'kernelVals' definition 'kernel'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLBufImgOps.c:180:46: note: Function 'OGLBufImgOps_EnableConvolveOp' argument 6 names different: declaration 'kernelVals' definition 'kernel'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:242:21: style: The scope of the variable 'yPoints' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:276:32: style: Function 'OGLRenderer_DrawScanlines' argument 2 names different: declaration 'count' definition 'scanlineCount'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:48:37: note: Function 'OGLRenderer_DrawScanlines' argument 2 names different: declaration 'count' definition 'scanlineCount'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:276:32: note: Function 'OGLRenderer_DrawScanlines' argument 2 names different: declaration 'count' definition 'scanlineCount'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:312:46: style: Function 'OGLRenderer_FillSpans' argument 2 names different: declaration 'count' definition 'spanCount'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:63:33: note: Function 'OGLRenderer_FillSpans' argument 2 names different: declaration 'count' definition 'spanCount'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:312:46: note: Function 'OGLRenderer_FillSpans' argument 2 names different: declaration 'count' definition 'spanCount'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:365:38: style: Function 'OGLRenderer_DrawParallelogram' argument 8 names different: declaration 'lw21' definition 'lwr21'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:53:43: note: Function 'OGLRenderer_DrawParallelogram' argument 8 names different: declaration 'lw21' definition 'lwr21'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:365:38: note: Function 'OGLRenderer_DrawParallelogram' argument 8 names different: declaration 'lw21' definition 'lwr21'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:365:52: style: Function 'OGLRenderer_DrawParallelogram' argument 9 names different: declaration 'lw12' definition 'lwr12'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:53:56: note: Function 'OGLRenderer_DrawParallelogram' argument 9 names different: declaration 'lw12' definition 'lwr12'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:365:52: note: Function 'OGLRenderer_DrawParallelogram' argument 9 names different: declaration 'lw12' definition 'lwr12'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:725:40: style: Function 'OGLRenderer_DrawAAParallelogram' argument 9 names different: declaration 'lw21' definition 'lwr21'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:58:45: note: Function 'OGLRenderer_DrawAAParallelogram' argument 9 names different: declaration 'lw21' definition 'lwr21'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:725:40: note: Function 'OGLRenderer_DrawAAParallelogram' argument 9 names different: declaration 'lw21' definition 'lwr21'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:725:54: style: Function 'OGLRenderer_DrawAAParallelogram' argument 10 names different: declaration 'lw12' definition 'lwr12'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.h:58:58: note: Function 'OGLRenderer_DrawAAParallelogram' argument 10 names different: declaration 'lw12' definition 'lwr12'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLRenderer.c:725:54: note: Function 'OGLRenderer_DrawAAParallelogram' argument 10 names different: declaration 'lw12' definition 'lwr12'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:536:32: style: Function 'OGLSD_SetNativeDimensions' argument 3 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:44:68: note: Function 'OGLSD_SetNativeDimensions' argument 3 names different: declaration 'w' definition 'width'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:536:32: note: Function 'OGLSD_SetNativeDimensions' argument 3 names different: declaration 'w' definition 'width'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:536:44: style: Function 'OGLSD_SetNativeDimensions' argument 4 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:44:76: note: Function 'OGLSD_SetNativeDimensions' argument 4 names different: declaration 'h' definition 'height'.
openjdk-11-11~24/src/java.desktop/share/native/common/java2d/opengl/OGLSurfaceData.c:536:44: note: Function 'OGLSD_SetNativeDimensions' argument 4 names different: declaration 'h' definition 'height'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:121:10: style: The scope of the variable 'dstP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:122:28: style: The scope of the variable 'srcP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:256:20: style: The scope of the variable 'dataP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:257:20: style: The scope of the variable 'pixP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:465:61: style: Function 'findIdx' argument 3 names different: declaration 'numLut1' definition 'numLut'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:38:61: note: Function 'findIdx' argument 3 names different: declaration 'numLut1' definition 'numLut'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:465:61: note: Function 'findIdx' argument 3 names different: declaration 'numLut1' definition 'numLut'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_ImageRep.c:178:13: style: Variable 'joffs' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_parseImage.c:779:13: style: The scope of the variable 'diff' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_parseImage.c:835:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_parseImage.c:921:10: style: The scope of the variable 'dataP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/awt_parseImage.c:1019:10: style: The scope of the variable 'dataP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.c:80:46: style: Function 'make_sgn_ordered_dither_array' argument 2 names different: declaration 'errmin' definition 'minerr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.h:151:58: note: Function 'make_sgn_ordered_dither_array' argument 2 names different: declaration 'errmin' definition 'minerr'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.c:80:46: note: Function 'make_sgn_ordered_dither_array' argument 2 names different: declaration 'errmin' definition 'minerr'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.c:80:58: style: Function 'make_sgn_ordered_dither_array' argument 3 names different: declaration 'errmax' definition 'maxerr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.h:151:70: note: Function 'make_sgn_ordered_dither_array' argument 3 names different: declaration 'errmax' definition 'maxerr'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/cvutils/img_globals.c:80:58: note: Function 'make_sgn_ordered_dither_array' argument 3 names different: declaration 'errmax' definition 'maxerr'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/image/dither.c:169:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1900:25: style: Expression is always false because 'else if' condition matches previous condition at line 1896. [multiCondition]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:922:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1140:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1498:13: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1736:15: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2937:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2952:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2937:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3118:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3136:11: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3118:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3315:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3332:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3315:9: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:774:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:786:19: style: The scope of the variable 'dP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:992:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1003:19: style: The scope of the variable 'dP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2071:11: style: The scope of the variable 'pixels' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2137:11: style: The scope of the variable 'pixels' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2197:20: style: The scope of the variable 'cDataP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2310:27: style: The scope of the variable 'dP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2651:9: style: The scope of the variable 'mStride' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2652:38: style: The scope of the variable 'cDataP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2656:9: style: The scope of the variable 'y' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2763:37: style: The scope of the variable 'cP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2846:28: style: The scope of the variable 'cP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2879:34: style: The scope of the variable 'sP' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:4006:21: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3473:40: style: Function 'setPackedBCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:175:40: note: Function 'setPackedBCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3473:40: note: Function 'setPackedBCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3549:43: style: Function 'setPackedSCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:177:40: note: Function 'setPackedSCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3549:43: note: Function 'setPackedSCR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3625:43: style: Function 'setPackedICR' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:179:40: note: Function 'setPackedICR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3625:43: note: Function 'setPackedICR' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3702:62: style: Function 'setPackedBCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:181:62: note: Function 'setPackedBCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3702:62: note: Function 'setPackedBCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3800:62: style: Function 'setPackedSCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:184:62: note: Function 'setPackedSCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3800:62: note: Function 'setPackedSCRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3897:62: style: Function 'setPackedICRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:187:62: note: Function 'setPackedICRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:3897:62: note: Function 'setPackedICRdefault' argument 4 names different: declaration 'outDataP' definition 'inDataP'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1212:0: style: Variable 'mask' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1814:13: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1815:14: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:1812:0: style: Variable 'jbaseraster' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2200:20: style: Variable 'dataType' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c:2249:0: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/Disposer.c:51:0: style: Variable 'clazz' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:38: style: Function 'SurfaceData_IntersectBoundsXYXY' argument 2 names different: declaration 'lox' definition 'x1'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:615:38: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 2 names different: declaration 'lox' definition 'x1'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:38: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 2 names different: declaration 'lox' definition 'x1'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:47: style: Function 'SurfaceData_IntersectBoundsXYXY' argument 3 names different: declaration 'loy' definition 'y1'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:615:48: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 3 names different: declaration 'loy' definition 'y1'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:47: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 3 names different: declaration 'loy' definition 'y1'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:56: style: Function 'SurfaceData_IntersectBoundsXYXY' argument 4 names different: declaration 'hix' definition 'x2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:615:58: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 4 names different: declaration 'hix' definition 'x2'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:56: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 4 names different: declaration 'hix' definition 'x2'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:65: style: Function 'SurfaceData_IntersectBoundsXYXY' argument 5 names different: declaration 'hiy' definition 'y2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:615:68: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 5 names different: declaration 'hiy' definition 'y2'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:183:65: note: Function 'SurfaceData_IntersectBoundsXYXY' argument 5 names different: declaration 'hiy' definition 'y2'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:219:52: style: Function 'SurfaceData_IntersectBlitBounds' argument 1 names different: declaration 'Abounds' definition 'src'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:637:52: note: Function 'SurfaceData_IntersectBlitBounds' argument 1 names different: declaration 'Abounds' definition 'src'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:219:52: note: Function 'SurfaceData_IntersectBlitBounds' argument 1 names different: declaration 'Abounds' definition 'src'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:220:52: style: Function 'SurfaceData_IntersectBlitBounds' argument 2 names different: declaration 'Bbounds' definition 'dst'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:638:52: note: Function 'SurfaceData_IntersectBlitBounds' argument 2 names different: declaration 'Bbounds' definition 'dst'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:220:52: note: Function 'SurfaceData_IntersectBlitBounds' argument 2 names different: declaration 'Bbounds' definition 'dst'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:221:38: style: Function 'SurfaceData_IntersectBlitBounds' argument 3 names different: declaration 'BXminusAX' definition 'dx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:639:38: note: Function 'SurfaceData_IntersectBlitBounds' argument 3 names different: declaration 'BXminusAX' definition 'dx'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:221:38: note: Function 'SurfaceData_IntersectBlitBounds' argument 3 names different: declaration 'BXminusAX' definition 'dx'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:221:47: style: Function 'SurfaceData_IntersectBlitBounds' argument 4 names different: declaration 'BYminusAY' definition 'dy'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.h:639:54: note: Function 'SurfaceData_IntersectBlitBounds' argument 4 names different: declaration 'BYminusAY' definition 'dy'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/SurfaceData.c:221:47: note: Function 'SurfaceData_IntersectBlitBounds' argument 4 names different: declaration 'BYminusAY' definition 'dy'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/Trace.c:37:13: style: The scope of the variable 'args' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/AnyByteBinary.h:239:0: error: failed to expand 'DEFINE_BYTE_BINARY_CONVERT_BLIT', Wrong number of parameters for macro 'BBBlitLoopWidthHeight'. [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/LoopMacros.h:902:0: error: failed to expand 'DEFINE_CONVERT_BLIT', Wrong number of parameters for macro 'BlitLoopWidthHeight'. [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:31: style: Function 'LineUtils_SetupBresenham' argument 1 names different: declaration 'x1' definition '_x1'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/LineUtils.h:48:47: note: Function 'LineUtils_SetupBresenham' argument 1 names different: declaration 'x1' definition '_x1'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:31: note: Function 'LineUtils_SetupBresenham' argument 1 names different: declaration 'x1' definition '_x1'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:41: style: Function 'LineUtils_SetupBresenham' argument 2 names different: declaration 'y1' definition '_y1'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/LineUtils.h:48:56: note: Function 'LineUtils_SetupBresenham' argument 2 names different: declaration 'y1' definition '_y1'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:41: note: Function 'LineUtils_SetupBresenham' argument 2 names different: declaration 'y1' definition '_y1'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:51: style: Function 'LineUtils_SetupBresenham' argument 3 names different: declaration 'x2' definition '_x2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/LineUtils.h:48:65: note: Function 'LineUtils_SetupBresenham' argument 3 names different: declaration 'x2' definition '_x2'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:51: note: Function 'LineUtils_SetupBresenham' argument 3 names different: declaration 'x2' definition '_x2'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:61: style: Function 'LineUtils_SetupBresenham' argument 4 names different: declaration 'y2' definition '_y2'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/LineUtils.h:48:74: note: Function 'LineUtils_SetupBresenham' argument 4 names different: declaration 'y2' definition '_y2'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/DrawLine.c:357:61: note: Function 'LineUtils_SetupBresenham' argument 4 names different: declaration 'y2' definition '_y2'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:356:54: style: Function 'InitSurfaceTypes' argument 2 names different: declaration 'SurfaceType' definition 'ST'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:69:54: note: Function 'InitSurfaceTypes' argument 2 names different: declaration 'SurfaceType' definition 'ST'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:356:54: note: Function 'InitSurfaceTypes' argument 2 names different: declaration 'SurfaceType' definition 'ST'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:364:56: style: Function 'InitCompositeTypes' argument 2 names different: declaration 'CompositeType' definition 'CT'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:70:56: note: Function 'InitCompositeTypes' argument 2 names different: declaration 'CompositeType' definition 'CT'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.c:364:56: note: Function 'InitCompositeTypes' argument 2 names different: declaration 'CompositeType' definition 'CT'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/IntArgbBm.c:99:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/IntArgbBm.c:101:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/IntArgbBm.c:103:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/IntArgbBm.c:105:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/IntRgb.c:169:1: style: Variable 'srcA' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/IntRgb.c:171:1: style: Variable 'srcA' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/IntRgbx.c:169:1: style: Variable 'srcA' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/IntRgbx.c:171:1: style: Variable 'srcA' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/MapAccelFunc.c:35:36: style: Function 'MapAccelFunction' argument 1 names different: declaration 'func_c' definition 'c_func'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.h:409:43: note: Function 'MapAccelFunction' argument 1 names different: declaration 'func_c' definition 'c_func'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/MapAccelFunc.c:35:36: note: Function 'MapAccelFunction' argument 1 names different: declaration 'func_c' definition 'c_func'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:1525:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:1711:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:2182:25: style: Function 'doFillPath' argument 1 names different: declaration 'hnd' definition 'dhnd'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.h:104:25: note: Function 'doFillPath' argument 1 names different: declaration 'hnd' definition 'dhnd'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:2182:25: note: Function 'doFillPath' argument 1 names different: declaration 'hnd' definition 'dhnd'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:2223:25: style: Function 'doDrawPath' argument 1 names different: declaration 'hnd' definition 'dhnd'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.h:96:25: note: Function 'doDrawPath' argument 1 names different: declaration 'hnd' definition 'dhnd'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c:2223:25: note: Function 'doDrawPath' argument 1 names different: declaration 'hnd' definition 'dhnd'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/Region.c:248:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:580:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:34: style: Function 'ShapeSIIntersectClipBox' argument 3 names different: declaration 'lox' definition 'clox'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:127:46: note: Function 'ShapeSIIntersectClipBox' argument 3 names different: declaration 'lox' definition 'clox'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:34: note: Function 'ShapeSIIntersectClipBox' argument 3 names different: declaration 'lox' definition 'clox'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:45: style: Function 'ShapeSIIntersectClipBox' argument 4 names different: declaration 'loy' definition 'cloy'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:127:56: note: Function 'ShapeSIIntersectClipBox' argument 4 names different: declaration 'loy' definition 'cloy'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:45: note: Function 'ShapeSIIntersectClipBox' argument 4 names different: declaration 'loy' definition 'cloy'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:56: style: Function 'ShapeSIIntersectClipBox' argument 5 names different: declaration 'hix' definition 'chix'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:127:66: note: Function 'ShapeSIIntersectClipBox' argument 5 names different: declaration 'hix' definition 'chix'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:56: note: Function 'ShapeSIIntersectClipBox' argument 5 names different: declaration 'hix' definition 'chix'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:67: style: Function 'ShapeSIIntersectClipBox' argument 6 names different: declaration 'hiy' definition 'chiy'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:127:76: note: Function 'ShapeSIIntersectClipBox' argument 6 names different: declaration 'hiy' definition 'chiy'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:1228:67: note: Function 'ShapeSIIntersectClipBox' argument 6 names different: declaration 'hiy' definition 'chiy'.
openjdk-11-11~24/src/java.desktop/share/native/libawt/java2d/pipe/ShapeSpanIterator.c:662:32: error: Uninitialized variable: yPoints [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/HBShaper.c:86:23: style: The scope of the variable 'glyphArrayLen' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/HBShaper.c:86:38: style: The scope of the variable 'posArrayLen' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/HBShaper.c:86:51: style: The scope of the variable 'maxGlyphs' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/HBShaper.c:86:72: style: The scope of the variable 'maxStore' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:220:5: style: Variable 'scalerInfo' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:216:0: note: Variable 'scalerInfo' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:220:5: note: Variable 'scalerInfo' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:616:19: style: The scope of the variable 'srcValue' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:649:58: style: The scope of the variable 'srcByte' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:650:58: style: The scope of the variable 'dstByte' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:198:9: style: Variable 'bread' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:341:43: style: Variable 'scalerInfo' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:723:19: style: Variable 'glyph_index' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:977:19: style: Variable 'glyph_index' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:1393:21: style: Variable 'point' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:1218:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:1219:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-object-private.hh:195:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-blob.cc:103:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-object-private.hh:122:0: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:515:67: error: Shifting 64-bit value by 64 bits is undefined behaviour [shiftTooManyBits]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:513:26: note: Assignment 'shift=64', assigned value is 64
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:515:67: note: Shift
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:1119:1: style: The struct 'hb_vector_size_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-object-private.hh:104:3: style: Unused private function: 'hb_object_header_t::_static_assertion_on_line_322' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:193:15: performance: Technically the member function 'hb_printer_t::print' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:198:15: performance: Technically the member function 'hb_printer_t < bool >::print' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:203:15: performance: Technically the member function 'hb_printer_t < const struct _hb_void_t * >::print' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:281:16: performance: Technically the member function 'hb_auto_trace_t::ret' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:288:16: performance: Technically the member function 'hb_no_trace_t::ret' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-mutex-private.hh:137:15: performance: Technically the member function 'hb_mutex_t::fini' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-object-private.hh:104:3: performance: Technically the member function 'hb_object_header_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-blob-private.hh:60:20: performance: Technically the member function 'hb_blob_t::try_make_writable_inplace_unix' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-blob.cc:387:12: note: Technically the member function 'hb_blob_t::try_make_writable_inplace_unix' can be static.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-blob-private.hh:60:20: note: Technically the member function 'hb_blob_t::try_make_writable_inplace_unix' can be static.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-blob-private.hh:75:3: performance: Technically the member function 'hb_blob_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-unicode-private.hh:66:3: performance: Technically the member function 'hb_unicode_funcs_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-private.hh:89:3: performance: Technically the member function 'hb_buffer_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-private.hh:160:15: style: Technically the member function 'hb_buffer_t::assert_var' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-private.hh:283:15: style: Technically the member function 'hb_buffer_t::ensure_inplace' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-private.hh:296:15: style: Technically the member function 'hb_buffer_t::messaging' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-private.hh:323:3: performance: Technically the member function 'hb_buffer_t::_unsafe_to_break_find_min_cluster' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:1044:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:280:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:810:11: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:805:19: note: 'p' is assigned value '*pp' here.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:810:11: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:852:9: style: Same expression on both sides of '==' because the value of 'p' and '*pp' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:848:19: note: 'p' is assigned value '*pp' here.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:852:9: note: Same expression on both sides of '==' because the value of 'p' and '*pp' are the same.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:852:23: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:848:19: note: 'p' is assigned value '*pp' here.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:852:23: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:855:37: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:848:19: note: 'p' is assigned value '*pp' here.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:855:37: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:861:14: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:848:19: note: 'p' is assigned value '*pp' here.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc:861:14: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:402:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:403:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:420:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:421:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:606:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:657:44: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:1155:11: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:1161:11: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc:1183:11: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:181:3: portability: '*.' is of type 'void', the behaviour of 'sizeof(void)' is not covered by the ISO C standard. [sizeofDereferencedVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan-private.hh:38:3: performance: Technically the member function 'hb_shape_plan_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-face-private.hh:45:3: performance: Technically the member function 'hb_face_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:63:3: performance: Technically the member function 'hb_font_funcs_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:102:3: performance: Technically the member function 'hb_font_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:129:14: style: Technically the member function 'hb_font_t::dir_scale' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:141:24: style: Technically the member function 'hb_font_t::parent_scale_x_distance' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:146:24: style: Technically the member function 'hb_font_t::parent_scale_y_distance' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:541:24: style: Technically the member function 'hb_font_t::em_scale' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh:552:16: style: Technically the member function 'hb_font_t::em_fscale' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:62:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:63:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:170:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-map-private.hh:94:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:335:17: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:579:1: style: The struct 'BEInt' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1206:1: style: The struct 'hb_lazy_loader_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1256:1: style: The struct 'hb_table_lazy_loader_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:140:15: performance: Technically the member function 'OT::hb_dispatch_context_t::may_dispatch' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:170:22: performance: Technically the member function 'OT::hb_sanitize_context_t::get_name' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:178:8: performance: Technically the member function 'OT::hb_sanitize_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:675:3: performance: Technically the member function 'OT::LONGDATETIME::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:675:3: performance: Technically the member function 'OT::LONGDATETIME::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:765:3: performance: Technically the member function 'OT::FixedVersion::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:765:3: performance: Technically the member function 'OT::FixedVersion::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:888:3: performance: Technically the member function 'OT::UnsizedArrayOf::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1132:3: performance: Technically the member function 'OT::HeadlessArrayOf::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1195:3: performance: Technically the member function 'OT::BinSearchHeader::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1195:3: performance: Technically the member function 'OT::BinSearchHeader::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1264:15: style: Technically the member function 'OT::hb_table_lazy_loader_t::fini' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-head-table.hh:147:3: performance: Technically the member function 'OT::head::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-head-table.hh:147:3: performance: Technically the member function 'OT::head::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:79:3: performance: Technically the member function 'OT::TableRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:241:3: performance: Technically the member function 'OT::TTCHeaderVersion1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:310:3: performance: Technically the member function 'OT::ResourceRefItem::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:310:3: performance: Technically the member function 'OT::ResourceRefItem::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:345:3: performance: Technically the member function 'OT::ResourceTypeItem::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:345:3: performance: Technically the member function 'OT::ResourceTypeItem::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:406:3: performance: Technically the member function 'OT::ResourceMap::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:406:3: performance: Technically the member function 'OT::ResourceMap::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:478:3: performance: Technically the member function 'OT::ResourceForkHeader::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:478:3: performance: Technically the member function 'OT::ResourceForkHeader::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh:563:3: performance: Technically the member function 'OT::OpenTypeFontFile::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-subset-private.hh:41:3: performance: Technically the member function 'hb_subset_input_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-subset-plan.hh:41:3: performance: Technically the member function 'hb_subset_plan_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-maxp-table.hh:69:3: performance: Technically the member function 'OT::maxpV1Tail::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-maxp-table.hh:69:3: performance: Technically the member function 'OT::maxpV1Tail::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-maxp-table.hh:142:3: performance: Technically the member function 'OT::maxp::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-maxp-table.hh:142:3: performance: Technically the member function 'OT::maxp::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < TableRecord , BinSearchHeader >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < LOffsetTo < OffsetTable > , HBUINT32 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < HBUINT8 , HBUINT32 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:625:0: performance: Technically the member function 'OT :: IntType < int32_t , 4 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:625:0: performance: Technically the member function 'OT :: IntType < int32_t , 4 >::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:625:0: performance: Technically the member function 'OT :: IntType < uint32_t , 4 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:625:0: performance: Technically the member function 'OT :: IntType < uint32_t , 4 >::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:288:0: performance: Technically the member function 'hb_no_trace_t < bool >::ret' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < ResourceRefItem > , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < ResourceRefItem > , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < ResourceRefItem > , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < ResourceRefItem > , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < ResourceTypeItem > , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < ResourceTypeItem > , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < ResourceTypeItem > , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < ResourceTypeItem > , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ResourceMap , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ResourceMap , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ResourceMap , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ResourceMap , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font.cc:1771:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:76:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:99:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:125:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:145:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:156:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:170:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:202:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:218:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:236:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:258:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:284:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:301:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:333:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:358:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:374:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:406:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:562:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:586:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc:621:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:904:11: style: Condition '!subtable' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:899:42: note: Assignment 'subtable=NULL', assigned value is 0
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:904:11: note: Condition '!subtable' is always true
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:922:11: style: Condition '!subtable_uvs' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:900:54: note: Assignment 'subtable_uvs=NULL', assigned value is 0
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:922:11: note: Condition '!subtable_uvs' is always true
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:535:66: warning: Either the condition 'closure?closure->tag:((uint32_t)((((uint8_t)(0))<<24)|(((uint8_t)(0))<<16)|(((uint8_t)(0))<<8)|((uint8_t)(0))))' is redundant or there is possible null pointer dereference: closure. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:542:53: note: Assuming that condition 'closure?closure->tag:((uint32_t)((((uint8_t)(0))<<24)|(((uint8_t)(0))<<16)|(((uint8_t)(0))<<8)|((uint8_t)(0))))' is not redundant
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:535:66: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:240:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:285:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-os2-unicode-ranges.hh:219:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-os2-unicode-ranges.hh:236:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:119:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:134:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:155:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:91:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:210:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:218:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:219:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:57:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:76:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:98:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:110:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:120:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:130:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:141:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:152:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:171:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:182:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:192:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc:206:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:793:0: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-dsalgs.hh:85:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-dsalgs.hh:112:25: style: The scope of the variable 'ch' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:608:38: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:612:44: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:279:5: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:288:17: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-private.hh:327:27: style: Variable 'gen_cat' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:893:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:233:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:461:1: style: The struct 'FeatureParams' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:186:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:361:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:108:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:391:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:1119:0: style: The struct 'hb_vector_size_t < unsignedlong long , PAGE_BITS / 8 >' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:488:3: style: Unused private function: 'FeatureParams::_instance_assertion_on_line_94' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:488:3: style: Unused private function: 'FeatureParams::get_size' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:686:23: style: Unused private function: 'CoverageFormat1::get_coverage' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:693:15: style: Unused private function: 'CoverageFormat1::serialize' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:713:15: style: Unused private function: 'CoverageFormat1::intersects_coverage' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:718:15: style: Unused private function: 'CoverageFormat1::add_coverage' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:750:23: style: Unused private function: 'CoverageFormat2::get_coverage' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:760:15: style: Unused private function: 'CoverageFormat2::serialize' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:802:15: style: Unused private function: 'CoverageFormat2::intersects_coverage' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1021:23: style: Unused private function: 'ClassDefFormat1::get_class' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1036:15: style: Unused private function: 'ClassDefFormat1::add_coverage' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1058:15: style: Unused private function: 'ClassDefFormat1::add_class' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1068:15: style: Unused private function: 'ClassDefFormat1::intersects_class' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1103:23: style: Unused private function: 'ClassDefFormat2::get_class' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1128:15: style: Unused private function: 'ClassDefFormat2::add_class' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1139:15: style: Unused private function: 'ClassDefFormat2::intersects_class' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1425:15: style: Unused private function: 'ConditionFormat1::evaluate' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1431:15: style: Unused private function: 'ConditionFormat1::sanitize' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1620:24: style: Unused private function: 'HintingDevice::get_x_delta' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1623:24: style: Unused private function: 'HintingDevice::get_y_delta' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1633:15: style: Unused private function: 'HintingDevice::sanitize' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1693:24: style: Unused private function: 'VariationDevice::get_x_delta' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1696:24: style: Unused private function: 'VariationDevice::get_y_delta' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1699:15: style: Unused private function: 'VariationDevice::sanitize' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:240:15: style: Technically the member function 'hb_set_t::dirty' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:515:15: performance: Technically the member function 'hb_set_t::union_' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:519:15: performance: Technically the member function 'hb_set_t::intersect' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:523:15: performance: Technically the member function 'hb_set_t::subtract' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:527:15: performance: Technically the member function 'hb_set_t::symmetric_difference' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:695:23: performance: Technically the member function 'hb_set_t::get_major' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:696:25: performance: Technically the member function 'hb_set_t::major_start' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh:177:11: performance: Technically the member function 'hb_set_t::page_t::mask' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:68:3: performance: Technically the member function 'OT::CmapSubtableFormat0::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:68:3: performance: Technically the member function 'OT::CmapSubtableFormat0::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:355:3: performance: Technically the member function 'OT::CmapSubtableFormat4::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:385:3: performance: Technically the member function 'OT::CmapSubtableLongGroup::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:385:3: performance: Technically the member function 'OT::CmapSubtableLongGroup::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:416:3: performance: Technically the member function 'OT::CmapSubtableTrimmed::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:575:3: performance: Technically the member function 'OT::UnicodeValueRange::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:575:3: performance: Technically the member function 'OT::UnicodeValueRange::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:596:3: performance: Technically the member function 'OT::UVSMapping::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:596:3: performance: Technically the member function 'OT::UVSMapping::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:641:3: performance: Technically the member function 'OT::VariationSelectorRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:641:3: performance: Technically the member function 'OT::VariationSelectorRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:667:3: performance: Technically the member function 'OT::CmapSubtableFormat14::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:717:3: performance: Technically the member function 'OT::CmapSubtable::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:745:3: performance: Technically the member function 'OT::EncodingRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:745:3: performance: Technically the member function 'OT::EncodingRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:787:15: performance: Technically the member function 'OT::cmap::_create_plan' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:1079:3: performance: Technically the member function 'OT::cmap::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:52:15: performance: Technically the member function 'OT::loca::sanitize' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:60:3: performance: Technically the member function 'OT::loca::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:75:15: performance: Technically the member function 'OT::glyf::sanitize' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:83:15: performance: Technically the member function 'OT::glyf::subset' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:490:3: performance: Technically the member function 'OT::glyf::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:132:5: performance: Technically the member function 'OT::glyf::GlyphHeader::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:132:5: performance: Technically the member function 'OT::glyf::GlyphHeader::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh:230:5: performance: Technically the member function 'OT::glyf::CompositeGlyphHeader::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hhea-table.hh:85:3: performance: Technically the member function 'OT::_hea::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hhea-table.hh:85:3: performance: Technically the member function 'OT::_hea::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-os2-table.hh:176:3: performance: Technically the member function 'OT::os2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-os2-table.hh:176:3: performance: Technically the member function 'OT::os2::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-digest-private.hh:51:3: performance: Technically the member function 'hb_set_digest_lowest_bits_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-private.hh:152:15: performance: Technically the member function 'hb_ot_layout_lookup_accelerator_t::fini' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:166:3: performance: Technically the member function 'OT::RangeRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:166:3: performance: Technically the member function 'OT::RangeRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:226:3: performance: Technically the member function 'OT::LangSys::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:267:3: performance: Technically the member function 'OT::Script::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:382:3: performance: Technically the member function 'OT::FeatureParamsSize::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:382:3: performance: Technically the member function 'OT::FeatureParamsSize::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:416:3: performance: Technically the member function 'OT::FeatureParamsStylisticSet::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:416:3: performance: Technically the member function 'OT::FeatureParamsStylisticSet::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:458:3: performance: Technically the member function 'OT::FeatureParamsCharacterVariants::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:488:3: performance: Technically the member function 'OT::FeatureParams::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:488:3: performance: Technically the member function 'OT::FeatureParams::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:559:3: performance: Technically the member function 'OT::Feature::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:671:3: performance: Technically the member function 'OT::Lookup::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:742:3: performance: Technically the member function 'OT::CoverageFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:726:17: style: Technically the member function 'OT::CoverageFormat1::Iter::more' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:728:27: style: Technically the member function 'OT::CoverageFormat1::Iter::get_glyph' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:729:25: style: Technically the member function 'OT::CoverageFormat1::Iter::get_coverage' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:882:3: performance: Technically the member function 'OT::CoverageFormat2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:842:17: style: Technically the member function 'OT::CoverageFormat2::Iter::more' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:865:27: style: Technically the member function 'OT::CoverageFormat2::Iter::get_glyph' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:866:25: style: Technically the member function 'OT::CoverageFormat2::Iter::get_coverage' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1008:3: performance: Technically the member function 'OT::Coverage::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1095:3: performance: Technically the member function 'OT::ClassDefFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1169:3: performance: Technically the member function 'OT::ClassDefFormat2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1231:3: performance: Technically the member function 'OT::ClassDef::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1277:3: performance: Technically the member function 'OT::VarRegionAxis::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1277:3: performance: Technically the member function 'OT::VarRegionAxis::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1316:3: performance: Technically the member function 'OT::VarRegionList::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1375:3: performance: Technically the member function 'OT::VarData::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1413:3: performance: Technically the member function 'OT::VariationStore::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1443:3: performance: Technically the member function 'OT::ConditionFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1443:3: performance: Technically the member function 'OT::ConditionFormat1::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1472:3: performance: Technically the member function 'OT::Condition::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1495:3: performance: Technically the member function 'OT::ConditionSet::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1512:3: performance: Technically the member function 'OT::FeatureTableSubstitutionRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1512:3: performance: Technically the member function 'OT::FeatureTableSubstitutionRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1542:3: performance: Technically the member function 'OT::FeatureTableSubstitution::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1562:3: performance: Technically the member function 'OT::FeatureVariationRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1562:3: performance: Technically the member function 'OT::FeatureVariationRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1606:3: performance: Technically the member function 'OT::FeatureVariations::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1684:3: performance: Technically the member function 'OT::HintingDevice::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1717:3: performance: Technically the member function 'OT::VariationDevice::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1717:3: performance: Technically the member function 'OT::VariationDevice::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1728:3: performance: Technically the member function 'OT::DeviceHeader::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1728:3: performance: Technically the member function 'OT::DeviceHeader::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:1779:3: performance: Technically the member function 'OT::Device::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-hvar-table.hh:87:3: performance: Technically the member function 'OT::DeltaSetIndexMap::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-hvar-table.hh:139:3: performance: Technically the member function 'OT::HVARVVAR::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-hvar-table.hh:139:3: performance: Technically the member function 'OT::HVARVVAR::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-hvar-table.hh:160:3: performance: Technically the member function 'OT::VVAR::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-hvar-table.hh:160:3: performance: Technically the member function 'OT::VVAR::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:54:3: performance: Technically the member function 'OT::LongMetric::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:54:3: performance: Technically the member function 'OT::LongMetric::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:60:15: performance: Technically the member function 'OT::hmtxvmtx::sanitize' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh:321:3: performance: Technically the member function 'OT::hmtxvmtx::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:72:3: performance: Technically the member function 'OT::KernPair::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:72:3: performance: Technically the member function 'OT::KernPair::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:95:3: performance: Technically the member function 'OT::KernSubTableFormat0::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:112:3: performance: Technically the member function 'OT::KernClassTable::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:152:3: performance: Technically the member function 'OT::KernSubTableFormat2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:182:3: performance: Technically the member function 'OT::KernSubTable::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh:390:3: performance: Technically the member function 'OT::kern::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:66:3: performance: Technically the member function 'OT::postV2Tail::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:295:3: performance: Technically the member function 'OT::post::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh:295:3: performance: Technically the member function 'OT::post::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:68:3: performance: Technically the member function 'OT::SmallGlyphMetrics::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:68:3: performance: Technically the member function 'OT::SmallGlyphMetrics::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:77:3: performance: Technically the member function 'OT::BigGlyphMetrics::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:77:3: performance: Technically the member function 'OT::BigGlyphMetrics::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:101:3: performance: Technically the member function 'OT::SBitLineMetrics::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:101:3: performance: Technically the member function 'OT::SBitLineMetrics::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:121:3: performance: Technically the member function 'OT::IndexSubtableHeader::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:121:3: performance: Technically the member function 'OT::IndexSubtableHeader::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:149:3: performance: Technically the member function 'OT::IndexSubtableFormat1Or3::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:198:3: performance: Technically the member function 'OT::IndexSubtable::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:233:3: performance: Technically the member function 'OT::IndexSubtableRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:233:3: performance: Technically the member function 'OT::IndexSubtableRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:268:3: performance: Technically the member function 'OT::IndexSubtableArray::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:306:3: performance: Technically the member function 'OT::BitmapSizeTable::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:306:3: performance: Technically the member function 'OT::BitmapSizeTable::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:319:3: performance: Technically the member function 'OT::GlyphBitmapDataFormat17::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:327:3: performance: Technically the member function 'OT::GlyphBitmapDataFormat18::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:334:3: performance: Technically the member function 'OT::GlyphBitmapDataFormat19::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:377:3: performance: Technically the member function 'OT::CBLC::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh:533:3: performance: Technically the member function 'OT::CBDT::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < LangSys >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < LangSys >::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Script >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Script >::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Feature >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Feature >::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-digest-private.hh:120:0: performance: Technically the member function 'hb_set_digest_combiner_t < hb_set_digest_lowest_bits_t <unsigned long , 4 > , hb_set_digest_combiner_t < hb_set_digest_lowest_bits_t <unsigned long , 0 > , hb_set_digest_lowest_bits_t <unsigned long , 9 > > >::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh:469:0: performance: Technically the member function 'OT :: CmapSubtableLongSegmented < CmapSubtableFormat12 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < HBUINT24 , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < Offset16 , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < HBUINT16 , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < FeatureTableSubstitutionRecord , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < UnicodeValueRange , HBUINT32 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < UVSMapping , HBUINT32 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < VariationSelectorRecord , HBUINT32 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < EncodingRecord , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < GlyphID , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < RangeRecord , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:888:0: performance: Technically the member function 'OT :: UnsizedArrayOf < VarRegionAxis >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < LangSys , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < LangSys , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < LangSys , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < LangSys , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < FeatureParams , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < FeatureParams , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < FeatureParams , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < FeatureParams , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < KernClassTable , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < KernClassTable , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < KernClassTable , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < KernClassTable , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < FWORD , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < FWORD , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < FWORD , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < FWORD , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < VarData , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < VarData , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < VarData , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < VarData , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Condition , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Condition , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Condition , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Condition , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , HBUINT32 > , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , HBUINT32 > , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , HBUINT32 > , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , HBUINT32 > , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , HBUINT32 > , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , HBUINT32 > , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , HBUINT32 > , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , HBUINT32 > , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < CmapSubtable , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < CmapSubtable , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < CmapSubtable , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < CmapSubtable , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < VarRegionList , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < VarRegionList , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < VarRegionList , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < VarRegionList , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Feature , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Feature , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Feature , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Feature , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ConditionSet , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ConditionSet , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ConditionSet , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ConditionSet , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < FeatureTableSubstitution , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < FeatureTableSubstitution , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < FeatureTableSubstitution , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < FeatureTableSubstitution , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < VariationStore , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < VariationStore , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < VariationStore , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < VariationStore , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < DeltaSetIndexMap , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < DeltaSetIndexMap , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < DeltaSetIndexMap , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < DeltaSetIndexMap , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < IndexSubtable , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < IndexSubtable , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < IndexSubtable , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < IndexSubtable , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < IndexSubtableArray , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < IndexSubtableArray , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < IndexSubtableArray , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < IndexSubtableArray , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:154:7: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1568:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh:68:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh:69:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh:221:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh:222:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:472:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1328:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1352:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1359:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1631:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1638:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-colr-table.hh:82:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-colr-table.hh:103:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:47:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:48:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:94:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:53:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:180:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:181:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:234:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:240:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:246:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:623:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:627:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:844:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:850:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:923:7: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:926:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:928:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1081:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1082:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1095:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1096:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:291:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:620:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:648:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:674:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:140:54: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:144:54: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:148:68: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:153:69: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cpal-table.hh:99:5: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cpal-table.hh:110:58: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cpal-table.hh:117:17: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-svg-table.hh:48:5: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh:39:1: style: The struct 'hb_ot_map_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-sbix-table.hh:95:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-svg-table.hh:95:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1115:3: style: The struct 'hb_applicable_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:100:24: style: Unused private function: 'CaretValueFormat1::get_caret_value' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:105:15: style: Unused private function: 'CaretValueFormat1::sanitize' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:123:24: style: Unused private function: 'CaretValueFormat2::get_caret_value' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:132:15: style: Unused private function: 'CaretValueFormat2::sanitize' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cpal-table.hh:107:3: style: Unused private function: 'CPALV1Tail::get_palette_flags' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cpal-table.hh:114:3: style: Unused private function: 'CPALV1Tail::get_palette_name_id' [unusedPrivateFunction]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:88:3: performance: Technically the member function 'OT::AttachList::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:115:3: performance: Technically the member function 'OT::CaretValueFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:115:3: performance: Technically the member function 'OT::CaretValueFormat1::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:142:3: performance: Technically the member function 'OT::CaretValueFormat2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:142:3: performance: Technically the member function 'OT::CaretValueFormat2::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:170:3: performance: Technically the member function 'OT::CaretValueFormat3::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:170:3: performance: Technically the member function 'OT::CaretValueFormat3::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:208:3: performance: Technically the member function 'OT::CaretValue::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:243:3: performance: Technically the member function 'OT::LigGlyph::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:281:3: performance: Technically the member function 'OT::LigCaretList::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:302:3: performance: Technically the member function 'OT::MarkGlyphSetsFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:331:3: performance: Technically the member function 'OT::MarkGlyphSets::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh:453:3: performance: Technically the member function 'OT::GDEF::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:46:22: performance: Technically the member function 'OT::hb_closure_context_t::get_name' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:51:8: performance: Technically the member function 'OT::hb_closure_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:71:8: style: Technically the member function 'OT::hb_closure_context_t::is_lookup_done' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:104:22: performance: Technically the member function 'OT::hb_would_apply_context_t::get_name' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:108:8: performance: Technically the member function 'OT::hb_would_apply_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:131:22: performance: Technically the member function 'OT::hb_collect_glyphs_context_t::get_name' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:136:8: performance: Technically the member function 'OT::hb_collect_glyphs_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:221:22: performance: Technically the member function 'OT::hb_add_coverage_context_t::get_name' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:224:19: performance: Technically the member function 'OT::hb_add_coverage_context_t::dispatch' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:427:22: performance: Technically the member function 'OT::hb_ot_apply_context_t::get_name' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:432:8: performance: Technically the member function 'OT::hb_ot_apply_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:976:3: performance: Technically the member function 'OT::LookupRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:976:3: performance: Technically the member function 'OT::LookupRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1248:3: performance: Technically the member function 'OT::Rule::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1304:3: performance: Technically the member function 'OT::RuleSet::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1391:3: performance: Technically the member function 'OT::ContextFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1487:3: performance: Technically the member function 'OT::ContextFormat2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1582:3: performance: Technically the member function 'OT::ContextFormat3::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1810:3: performance: Technically the member function 'OT::ChainRule::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1864:3: performance: Technically the member function 'OT::ChainRuleSet::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:1948:3: performance: Technically the member function 'OT::ChainContextFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:2075:3: performance: Technically the member function 'OT::ChainContextFormat2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:2199:3: performance: Technically the member function 'OT::ChainContextFormat3::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:2265:3: performance: Technically the member function 'OT::ExtensionFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:2265:3: performance: Technically the member function 'OT::ExtensionFormat1::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:2387:3: performance: Technically the member function 'OT::GSUBGPOS::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:120:3: performance: Technically the member function 'OT::SingleSubstFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:120:3: performance: Technically the member function 'OT::SingleSubstFormat1::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:206:3: performance: Technically the member function 'OT::SingleSubstFormat2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:327:3: performance: Technically the member function 'OT::Sequence::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:409:3: performance: Technically the member function 'OT::MultipleSubstFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:559:3: performance: Technically the member function 'OT::AlternateSubstFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:699:3: performance: Technically the member function 'OT::Ligature::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:776:3: performance: Technically the member function 'OT::LigatureSet::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:873:3: performance: Technically the member function 'OT::LigatureSubstFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1058:3: performance: Technically the member function 'OT::ReverseChainSingleSubstFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1133:3: performance: Technically the member function 'OT::SubstLookupSubTable::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh:1139:37: performance: Technically the member function 'OT::SubstLookup::get_subtable' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:254:3: performance: Technically the member function 'OT::AnchorFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:254:3: performance: Technically the member function 'OT::AnchorFormat1::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:286:3: performance: Technically the member function 'OT::AnchorFormat2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:286:3: performance: Technically the member function 'OT::AnchorFormat2::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:323:3: performance: Technically the member function 'OT::AnchorFormat3::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:323:3: performance: Technically the member function 'OT::AnchorFormat3::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:360:3: performance: Technically the member function 'OT::Anchor::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:391:3: performance: Technically the member function 'OT::AnchorMatrix::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:411:3: performance: Technically the member function 'OT::MarkRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:411:3: performance: Technically the member function 'OT::MarkRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:505:3: performance: Technically the member function 'OT::SinglePosFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:557:3: performance: Technically the member function 'OT::SinglePosFormat2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:594:3: performance: Technically the member function 'OT::PairValueRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:679:3: performance: Technically the member function 'OT::PairSet::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:745:3: performance: Technically the member function 'OT::PairPosFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:838:3: performance: Technically the member function 'OT::PairPosFormat2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:884:3: performance: Technically the member function 'OT::EntryExitRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:884:3: performance: Technically the member function 'OT::EntryExitRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1019:3: performance: Technically the member function 'OT::CursivePosFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1128:3: performance: Technically the member function 'OT::MarkBasePosFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1128:3: performance: Technically the member function 'OT::MarkBasePosFormat1::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1246:3: performance: Technically the member function 'OT::MarkLigPosFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1246:3: performance: Technically the member function 'OT::MarkLigPosFormat1::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1361:3: performance: Technically the member function 'OT::MarkMarkPosFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1361:3: performance: Technically the member function 'OT::MarkMarkPosFormat1::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1450:3: performance: Technically the member function 'OT::PosLookupSubTable::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1456:35: performance: Technically the member function 'OT::PosLookup::get_subtable' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh:1459:15: performance: Technically the member function 'OT::PosLookup::is_reverse' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:57:3: performance: Technically the member function 'OT::BaseCoordFormat1::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:57:3: performance: Technically the member function 'OT::BaseCoordFormat1::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:81:3: performance: Technically the member function 'OT::BaseCoordFormat2::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:81:3: performance: Technically the member function 'OT::BaseCoordFormat2::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:105:3: performance: Technically the member function 'OT::BaseCoordFormat3::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:105:3: performance: Technically the member function 'OT::BaseCoordFormat3::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:140:3: performance: Technically the member function 'OT::BaseCoord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:172:3: performance: Technically the member function 'OT::FeatMinMaxRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:172:3: performance: Technically the member function 'OT::FeatMinMaxRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:226:3: performance: Technically the member function 'OT::MinMax::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:255:3: performance: Technically the member function 'OT::BaseLangSysRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:255:3: performance: Technically the member function 'OT::BaseLangSysRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:282:3: performance: Technically the member function 'OT::BaseValues::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:348:5: performance: Technically the member function 'OT::BaseScript::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:388:5: performance: Technically the member function 'OT::BaseScriptRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:388:5: performance: Technically the member function 'OT::BaseScriptRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:446:3: performance: Technically the member function 'OT::BaseScriptList::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:472:3: performance: Technically the member function 'OT::BaseTagList::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:530:3: performance: Technically the member function 'OT::Axis::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:530:3: performance: Technically the member function 'OT::Axis::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh:649:3: performance: Technically the member function 'OT::BASE::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-jstf-table.hh:116:3: performance: Technically the member function 'OT::JstfPriority::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-jstf-table.hh:116:3: performance: Technically the member function 'OT::JstfPriority::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-jstf-table.hh:187:3: performance: Technically the member function 'OT::JstfScript::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-jstf-table.hh:228:3: performance: Technically the member function 'OT::JSTF::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-colr-table.hh:54:3: performance: Technically the member function 'OT::LayerRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-colr-table.hh:54:3: performance: Technically the member function 'OT::LayerRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-colr-table.hh:76:3: performance: Technically the member function 'OT::BaseGlyphRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-colr-table.hh:76:3: performance: Technically the member function 'OT::BaseGlyphRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-colr-table.hh:138:3: performance: Technically the member function 'OT::COLR::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-colr-table.hh:138:3: performance: Technically the member function 'OT::COLR::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cpal-table.hh:134:3: performance: Technically the member function 'OT::CPALV1Tail::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cpal-table.hh:134:3: performance: Technically the member function 'OT::CPALV1Tail::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cpal-table.hh:218:3: performance: Technically the member function 'OT::CPAL::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-sbix-table.hh:60:3: performance: Technically the member function 'OT::SBIXGlyph::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-sbix-table.hh:82:3: performance: Technically the member function 'OT::SBIXStrike::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-sbix-table.hh:82:3: performance: Technically the member function 'OT::SBIXStrike::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-sbix-table.hh:148:3: performance: Technically the member function 'OT::sbix::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-svg-table.hh:63:3: performance: Technically the member function 'OT::SVGDocumentIndexEntry::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-svg-table.hh:63:3: performance: Technically the member function 'OT::SVGDocumentIndexEntry::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-svg-table.hh:81:3: performance: Technically the member function 'OT::SVGDocumentIndex::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-svg-table.hh:139:3: performance: Technically the member function 'OT::SVG::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-svg-table.hh:139:3: performance: Technically the member function 'OT::SVG::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:75:3: performance: Technically the member function 'OT::NameRecord::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:75:3: performance: Technically the member function 'OT::NameRecord::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh:131:3: performance: Technically the member function 'OT::name::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1133:22: performance: Technically the member function 'hb_get_subtables_context_t::get_name' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1142:8: performance: Technically the member function 'hb_get_subtables_context_t::stop_sublookup_iteration' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfLangSys >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfLangSys >::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfScript >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfScript >::get_size' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1132:0: performance: Technically the member function 'OT :: HeadlessArrayOf < HBUINT16 , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1132:0: performance: Technically the member function 'OT :: HeadlessArrayOf < GlyphID , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < LOffsetTo < Coverage > , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < LookupRecord , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < MarkRecord , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < EntryExitRecord , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < FeatMinMaxRecord , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < BaseLangSysRecord , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < BaseScriptRecord , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < SVGDocumentIndexEntry , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:0: performance: Technically the member function 'OT :: ArrayOf < Tag , HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:888:0: performance: Technically the member function 'OT :: UnsizedArrayOf < HBUINT32 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:888:0: performance: Technically the member function 'OT :: UnsizedArrayOf < HBUINT16 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:888:0: performance: Technically the member function 'OT :: UnsizedArrayOf < HBUINT8 >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:888:0: performance: Technically the member function 'OT :: UnsizedArrayOf < LOffsetTo < SBIXGlyph > >::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:288:0: performance: Technically the member function 'hb_no_trace_t < hb_void_t >::ret' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh:288:0: performance: Technically the member function 'hb_no_trace_t < const _hb_void_t * >::ret' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:839:0: performance: Technically the member function 'hb_auto_t < hb_map_t >::init' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh:840:0: performance: Technically the member function 'hb_auto_t < hb_map_t >::fini' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Coverage , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Coverage , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Coverage , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Coverage , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Device , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Device , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Device , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Device , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < CaretValue , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < CaretValue , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < CaretValue , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < CaretValue , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ClassDef , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ClassDef , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ClassDef , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ClassDef , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < AttachList , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < AttachList , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < AttachList , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < AttachList , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < LigCaretList , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < LigCaretList , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < LigCaretList , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < LigCaretList , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < MarkGlyphSets , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < MarkGlyphSets , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < MarkGlyphSets , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < MarkGlyphSets , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ScriptList , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ScriptList , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ScriptList , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ScriptList , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < FeatureList , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < FeatureList , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < FeatureList , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < FeatureList , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < Lookup > , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < Lookup > , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < Lookup > , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < Lookup > , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < SubstLookup > , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < SubstLookup > , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < SubstLookup > , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < SubstLookup > , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Anchor , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Anchor , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Anchor , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Anchor , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < MarkArray , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < MarkArray , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < MarkArray , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < MarkArray , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < AnchorMatrix , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < AnchorMatrix , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < AnchorMatrix , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < AnchorMatrix , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < PosLookup > , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < PosLookup > , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < PosLookup > , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < PosLookup > , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < BaseCoord , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < BaseCoord , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < BaseCoord , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < BaseCoord , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < MinMax , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < MinMax , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < MinMax , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < MinMax , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < BaseValues , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < BaseValues , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < BaseValues , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < BaseValues , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < BaseScript , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < BaseScript , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < BaseScript , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < BaseScript , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < BaseTagList , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < BaseTagList , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < BaseTagList , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < BaseTagList , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < BaseScriptList , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < BaseScriptList , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < BaseScriptList , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < BaseScriptList , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Axis , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Axis , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Axis , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Axis , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < IndexArray , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < IndexArray , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < IndexArray , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < IndexArray , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < SortedArrayOf < GlyphID > , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < SortedArrayOf < GlyphID > , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < SortedArrayOf < GlyphID > , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < SortedArrayOf < GlyphID > , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < JstfLangSys , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < JstfLangSys , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < JstfLangSys , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < JstfLangSys , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ArrayOf < HBUINT16 > , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < HBUINT16 > , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ArrayOf < HBUINT16 > , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < HBUINT16 > , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < LigGlyph , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < LigGlyph , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < LigGlyph , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < LigGlyph , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Rule , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Rule , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Rule , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Rule , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < RuleSet , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < RuleSet , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < RuleSet , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < RuleSet , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ChainRule , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ChainRule , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ChainRule , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ChainRule , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ChainRuleSet , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ChainRuleSet , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ChainRuleSet , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ChainRuleSet , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Sequence , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Sequence , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Sequence , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Sequence , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ArrayOf < GlyphID > , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < GlyphID > , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < ArrayOf < GlyphID > , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < GlyphID > , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Ligature , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Ligature , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < Ligature , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < Ligature , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < LigatureSet , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < LigatureSet , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < LigatureSet , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < LigatureSet , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < PairSet , HBUINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < PairSet , HBUINT16 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < PairSet , HBUINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT16 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < PairSet , HBUINT16 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < FeatureVariations , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < FeatureVariations , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < FeatureVariations , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < FeatureVariations , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < BaseGlyphRecord > , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < BaseGlyphRecord > , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < BaseGlyphRecord > , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < BaseGlyphRecord > , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < LayerRecord > , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < LayerRecord > , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < LayerRecord > , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < LayerRecord > , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < HBUINT32 > , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < HBUINT32 > , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < HBUINT32 > , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < HBUINT32 > , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < HBUINT16 > , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < HBUINT16 > , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < UnsizedArrayOf < HBUINT16 > , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < UnsizedArrayOf < HBUINT16 > , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OT :: UnsizedArrayOf < HBUINT32 > , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OT :: UnsizedArrayOf < HBUINT32 > , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OT :: UnsizedArrayOf < HBUINT32 > , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OT :: UnsizedArrayOf < HBUINT32 > , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OT :: UnsizedArrayOf < HBUINT8 > , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OT :: UnsizedArrayOf < HBUINT8 > , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < OT :: UnsizedArrayOf < HBUINT8 > , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < OT :: UnsizedArrayOf < HBUINT8 > , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < SVGDocumentIndex , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < SVGDocumentIndex , HBUINT32 >::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: warning: The struct 'OT :: OffsetTo < SVGDocumentIndex , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:0: note: Derived variable 'OT :: OffsetTo < SVGDocumentIndex , HBUINT32 >::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh:232:3: style: Struct 'hb_add_coverage_context_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1080:3: style: Struct 'GSUBProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1094:3: style: Struct 'GPOSProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc:1144:3: style: Struct 'hb_get_subtables_context_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map.cc:34:72: style: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh:144:73: note: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map.cc:34:72: note: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:1033:3: performance: Technically the member function 'OT::ArrayOf::_instance_assertion_on_line_94' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:3: warning: The struct 'OffsetTo' defines member variable with name 'static_size' also defined in its parent struct 'Offset'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:3: note: Parent variable 'Offset::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:3: note: Derived variable 'OffsetTo::static_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:3: warning: The struct 'OffsetTo' defines member variable with name 'min_size' also defined in its parent struct 'Offset'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:716:3: note: Parent variable 'Offset::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh:822:3: note: Derived variable 'OffsetTo::min_size'
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic-fallback.hh:300:43: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:263:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:282:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:379:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:401:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:434:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic-fallback.hh:198:3: performance: Technically the member function 'arabic_fallback_plan_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:246:3: performance: Technically the member function 'arabic_shape_plan_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-private.hh:80:3: style: Struct 'hb_ot_shape_planner_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc:449:50: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-hangul.cc:81:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-hangul.cc:401:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-hangul.cc:73:3: performance: Technically the member function 'hangul_shape_plan_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:404:43: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:417:43: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:431:10: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-private.hh:280:32: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-private.hh:281:32: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-private.hh:282:32: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:404:43: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:417:43: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:431:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:84:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:85:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:86:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:93:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:94:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:95:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:96:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:97:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:104:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:105:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:106:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:107:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:108:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:109:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:110:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:111:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:112:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:113:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:114:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:115:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:116:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:117:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:118:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:119:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:123:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:124:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:125:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:126:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:127:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:128:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:129:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:130:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:131:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:132:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:133:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:134:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:135:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:136:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:137:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:138:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:142:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:143:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:144:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:145:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:146:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:147:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:148:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:149:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:150:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:151:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:152:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:153:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:154:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:155:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:156:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:157:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:161:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:162:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:163:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:164:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:165:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:166:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:167:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:168:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:169:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:170:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:171:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:172:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:173:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:174:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:175:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:176:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:180:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:181:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:182:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:183:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:184:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:185:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:186:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:187:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:188:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:189:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:190:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:191:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:192:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:193:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:194:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:195:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:199:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:200:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:201:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:202:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:203:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:204:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:205:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:206:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:207:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:208:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:209:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:210:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:211:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:212:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:213:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:214:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:218:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:219:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:220:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:221:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:222:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:223:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:224:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:225:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:226:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:227:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:228:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:229:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:230:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:231:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:232:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:233:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:237:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:238:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:239:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:240:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:241:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:242:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:243:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:244:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:245:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:246:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:247:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:248:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:249:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:250:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:251:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:252:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:256:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:257:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:258:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:259:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:260:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:261:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:262:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:263:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:264:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:265:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:266:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:267:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:268:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:269:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:270:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:271:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:275:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:276:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:277:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:278:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:279:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:280:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:281:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:282:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:283:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:284:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:285:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:286:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:287:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:288:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:289:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:296:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:297:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:298:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:299:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:300:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:301:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:302:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:303:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:304:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:305:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:306:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:307:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:308:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:309:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:310:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:311:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:312:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:313:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:314:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:315:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:322:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:323:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:324:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:325:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:326:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:327:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:328:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:329:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:330:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:331:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:332:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:333:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:334:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:335:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:342:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:343:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:344:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:345:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:346:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:347:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:354:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:355:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:362:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:363:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:364:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:371:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:372:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:373:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:374:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:381:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:382:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:383:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:384:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:391:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:392:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:393:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:394:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:404:43: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:417:43: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc:431:10: warning: Found calculation inside sizeof(). [sizeofCalculation]
hb-ot-shape-complex-indic-machine.rl:83:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:83:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:84:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:84:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:85:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:85:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:86:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:86:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:87:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:87:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:88:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:88:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:3:26: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:3:26: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:6:26: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:6:26: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:9:26: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:9:26: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:289:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:416:43: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:446:43: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:1030:43: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:1528:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:1412:10: warning: Found calculation inside sizeof(). [sizeofCalculation]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:224:1: style: The struct 'would_substitute_feature_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc:252:3: performance: Technically the member function 'indic_shape_plan_t::_static_assertion_on_line_322' can be static. [functionStatic]
hb-ot-shape-complex-khmer-machine.rl:68:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-khmer-machine.rl:68:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-khmer-machine.rl:69:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-khmer-machine.rl:69:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-khmer-machine.rl:70:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-khmer-machine.rl:70:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-khmer.cc:210:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-khmer.cc:286:43: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-khmer.cc:536:43: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-khmer.cc:151:1: style: The struct 'would_substitute_feature_t' does not have a constructor although it has private member variables. [noConstructor]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-khmer.cc:179:3: performance: Technically the member function 'khmer_shape_plan_t::_static_assertion_on_line_322' can be static. [functionStatic]
hb-ot-shape-complex-myanmar-machine.rl:86:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:86:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:87:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:87:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:88:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:88:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:89:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:89:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:90:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:90:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:130:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:130:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:132:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:132:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:136:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:136:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:137:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:137:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:131:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:131:23: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:133:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:133:23: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:134:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:134:23: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:135:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:135:23: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:200:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:208:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:222:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:249:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:272:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:291:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:379:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc:156:3: performance: Technically the member function 'use_shape_plan_t::_static_assertion_on_line_322' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-normalize.cc:288:51: style: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-normalize-private.hh:47:68: note: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-normalize.cc:288:51: note: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape.cc:179:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var.h:28:0: error: #error "Include <hb-ot.h> instead." [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan.cc:124:55: style: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan.h:60:55: note: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan.cc:124:55: note: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan.cc:144:5: error: Memory leak: features [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape-plan.cc:148:5: error: Memory leak: coords [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shaper.cc:68:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shaper.cc:72:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shaper.cc:75:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ucdn/ucdn.c:60:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ucdn/ucdn.c:77:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-unicode.cc:149:0: error: #error "Could not find any Unicode functions implementation, you have to provide your own" [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-warning.cc:32:0: error: #error "Could not find any system to define atomic_int macros, library WILL NOT be thread-safe" [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:398:14: style: Condition 'font==NULL' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:391:22: note: Assignment 'font=NULL', assigned value is 0
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:398:14: note: Condition 'font==NULL' is always true
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:398:14: style: Same expression on both sides of '==' because the value of 'font' and 'NULL' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:391:22: note: 'font' is assigned value 'NULL' here.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc:398:14: note: Same expression on both sides of '==' because the value of 'font' and 'NULL' are the same.
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/sunFont.c:257:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfontmanager/sunFont.c:289:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/autofit/afglobal.c:391:27: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/autofit/afhints.c:681:14: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/autofit/afmodule.c:561:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/autofit/afmodule.c:513:0: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/autofit/afmodule.c:561:5: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/autofit/afshaper.c:656:40: style: Function 'af_shaper_get_elem' argument 4 names different: declaration 'x_advance' definition 'advance'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/autofit/afshaper.h:62:40: note: Function 'af_shaper_get_elem' argument 4 names different: declaration 'x_advance' definition 'advance'.
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/autofit/afshaper.c:656:40: note: Function 'af_shaper_get_elem' argument 4 names different: declaration 'x_advance' definition 'advance'.
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/autofit/afshaper.c:594:16: style: Unused variable: error [unusedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/autofit/afshaper.c:595:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/autofit/afshaper.c:609:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftbitmap.c:88:14: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftbitmap.c:826:14: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftgloadr.c:74:21: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftgloadr.c:107:24: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftgloadr.c:132:26: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftgloadr.c:168:16: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftgloadr.c:169:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftgloadr.c:82:12: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftgloadr.c:180:12: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftglyph.c:293:26: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftglyph.c:294:17: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftglyph.c:637:39: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftglyph.c:309:13: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/fthash.c:171:15: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/fthash.c:191:12: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftmm.c:160:14: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:5279:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:5276:24: note: outer condition: faces->head
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:5279:23: note: identical inner condition: faces->head
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:4092:10: style: Condition '!result' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:4086:27: note: Assignment 'result=NULL', assigned value is 0
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:4092:10: note: Condition '!result' is always true
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:908:9: style: Variable 'internal->transform_flags' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:899:9: note: Variable 'internal->transform_flags' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:908:9: note: Variable 'internal->transform_flags' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:251:27: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:318:27: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:481:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:482:16: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:532:31: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:3557:29: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:4391:14: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:4696:33: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:5142:17: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:233:10: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:491:12: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:1365:10: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:2806:11: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:4371:10: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftobjs.c:5155:14: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftstream.c:220:27: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftstream.c:329:27: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftstroke.c:646:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftstroke.c:803:17: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftstroke.c:879:27: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/ftstroke.c:826:12: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/md5.c:104:21: style: The scope of the variable 'saved_a' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/md5.c:104:30: style: The scope of the variable 'saved_b' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/md5.c:104:39: style: The scope of the variable 'saved_c' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/md5.c:104:48: style: The scope of the variable 'saved_d' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/base/md5.c:221:29: style: The scope of the variable 'available' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/cff/cffcmap.c:177:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/cff/cffload.c:214:16: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/cff/cffload.c:215:25: style: Variable 'stream' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/cff/cffload.c:329:27: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/cff/cffload.c:601:27: style: Variable 'stream' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/cff/cffload.c:229:15: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/cff/cffobjs.c:85:30: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/cff/cffobjs.c:1133:14: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/cff/cffparse.c:83:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/cid/cidobjs.c:208:14: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/cid/cidparse.c:268:27: style: Variable 'stream' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/afmparse.c:536:17: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/afmparse.c:560:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/afmparse.c:540:14: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/afmparse.c:613:16: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/afmparse.c:717:16: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psarrst.c:78:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psfont.c:277:57: style: Variable 'cffload' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psft.c:114:27: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psft.c:313:24: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psft.c:770:14: style: Unused variable: face [unusedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psft.c:771:14: style: Unused variable: data [unusedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psobjs.c:121:27: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psobjs.c:123:16: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psobjs.c:238:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psobjs.c:262:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psobjs.c:130:14: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/psstack.c:88:27: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/t1cmap.c:321:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/psaux/t1decode.c:1975:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/pshinter/pshalgo.c:290:23: style: Condition 'count2==0' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/pshinter/pshalgo.c:287:20: note: Assignment 'count2=0', assigned value is 0
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/pshinter/pshalgo.c:290:23: note: Condition 'count2==0' is always true
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/pshinter/pshglob.c:626:16: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/pshinter/pshglob.c:650:18: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/pshinter/pshglob.c:749:12: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/raster/ftraster.c:2199:12: style: The scope of the variable 'target' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/raster/ftraster.c:322:13: style: union member 'Alignment_::l' is never used. [unusedStructMember]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/raster/ftraster.c:323:13: style: union member 'Alignment_::p' is never used. [unusedStructMember]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/raster/ftraster.c:324:13: style: union member 'Alignment_::f' is never used. [unusedStructMember]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/raster/ftraster.c:3088:20: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/raster/ftraster.c:3108:36: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/raster/ftraster.c:3101:12: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/raster/ftraster.c:3202:5: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/raster/ftraster.c:3203:5: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/sfnt/sfobjs.c:362:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/sfnt/sfobjs.c:1728:14: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/sfnt/sfobjs.c:1759:27: style: Variable 'stream' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/sfnt/ttkern.c:175:25: style: Variable 'stream' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/sfnt/ttload.c:998:28: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1308:15: style: The scope of the variable 'area' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1972:19: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1990:37: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1858:5: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1865:7: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1866:7: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1882:9: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1884:9: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1887:7: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1889:7: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1890:7: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1926:5: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1927:5: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1928:5: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1929:5: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1931:10: error: Uninitialized variable: worker [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/smooth/ftgrays.c:1983:12: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttgload.c:1463:44: style: Same expression on both sides of '&&' because the value of 'subpixel_hinting' and 'grayscale' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttgload.c:1435:33: note: 'subpixel_hinting' is assigned value '0' here.
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttgload.c:1436:33: note: 'grayscale' is assigned value '0' here.
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttgload.c:1463:44: note: Same expression on both sides of '&&' because the value of 'subpixel_hinting' and 'grayscale' are the same.
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttgload.c:130:16: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttgload.c:131:25: style: Variable 'stream' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttgload.c:267:16: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttgload.c:290:25: style: Variable 'stream' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttgload.c:150:14: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttgload.c:278:14: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttobjs.c:219:16: style: Unused variable: error [unusedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttobjs.c:769:14: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttobjs.c:770:14: style: Variable 'stream' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttpload.c:200:15: style: The scope of the variable 'p' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttpload.c:201:15: style: The scope of the variable 'p_limit' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttpload.c:291:25: style: Variable 'stream' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/truetype/ttpload.c:605:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/type1/t1load.c:639:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/type1/t1load.c:1364:30: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/type1/t1parse.c:74:16: style: Variable 'error' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/type1/t1parse.c:246:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libfreetype/src/type1/t1parse.c:93:12: error: Uninitialized variable: error [uninitvar]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:697:11: style: The scope of the variable 'qdataBody' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1630:9: style: The scope of the variable 'h_samp0' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1630:18: style: The scope of the variable 'h_samp1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1630:27: style: The scope of the variable 'h_samp2' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1631:9: style: The scope of the variable 'v_samp0' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1631:18: style: The scope of the variable 'v_samp1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1631:27: style: The scope of the variable 'v_samp2' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1632:9: style: The scope of the variable 'cid0' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1632:15: style: The scope of the variable 'cid1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1632:21: style: The scope of the variable 'cid2' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1881:9: style: The scope of the variable 'scanlineLimit' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1882:9: style: The scope of the variable 'pixelStride' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1884:9: style: The scope of the variable 'targetLine' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2703:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2746:25: style: The scope of the variable 'out' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2746:31: style: The scope of the variable 'pixelLimit' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2753:10: style: The scope of the variable 'scanptr' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1056:16: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1381:22: style: Checking if unsigned variable 'total_length' is less than zero. [unsignedLessThanZero]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:790:9: style: Variable 'hlensLen' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2951:12: style: Variable 'qlen' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2955:16: style: Variable 'hlen' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1541:9: error: Memory leak: jerr [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1541:9: error: Memory leak: cinfo [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1561:9: error: Memory leak: jerr [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1578:9: error: Memory leak: jerr [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:1580:5: error: Memory leak: jerr [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2571:9: error: Memory leak: jerr [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2571:9: error: Memory leak: cinfo [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2584:9: error: Memory leak: jerr [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2603:9: error: Memory leak: jerr [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:2605:5: error: Memory leak: jerr [memleak]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:640:15: style: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:638:15: note: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:640:15: note: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:654:19: style: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:652:19: note: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:654:19: note: Variable 'jsrc.suspendable' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/libjavajpeg/jpegdecoder.c:353:16: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
openjdk-11-11~24/src/java.desktop/share/native/libjsound/SoundDefs.h:43:0: error: #error "You need to define X_PLATFORM outside of the source. Use the types above." [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/share/native/liblcms/LCMS.c:591:5: style: Variable 'srcAtOnce' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/share/native/liblcms/LCMS.c:582:0: note: Variable 'srcAtOnce' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/liblcms/LCMS.c:591:5: note: Variable 'srcAtOnce' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/liblcms/LCMS.c:592:5: style: Variable 'dstAtOnce' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/share/native/liblcms/LCMS.c:582:0: note: Variable 'dstAtOnce' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/liblcms/LCMS.c:592:5: note: Variable 'dstAtOnce' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/liblcms/LCMS.c:594:5: style: Variable 'sTrans' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/share/native/liblcms/LCMS.c:573:0: note: Variable 'sTrans' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/liblcms/LCMS.c:594:5: note: Variable 'sTrans' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/liblcms/LCMS.c:576:24: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/liblcms/LCMS.c:895:20: style: Variable 'pfSanity' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/share/native/libmlib_image/mlib_types.h:140:0: error: #error "unknown platform" [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.c:158:65: style: Function 'convertLine' argument 5 names different: declaration 'n' definition 'numSamples'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx.h:131:70: note: Function 'convertLine' argument 5 names different: declaration 'n' definition 'numSamples'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.c:158:65: note: Function 'convertLine' argument 5 names different: declaration 'n' definition 'numSamples'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.c:159:67: style: Function 'convertLine' argument 8 names different: declaration 'mode' definition 'doAlpha'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx.h:132:63: note: Function 'convertLine' argument 8 names different: declaration 'mode' definition 'doAlpha'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.c:159:67: note: Function 'convertLine' argument 8 names different: declaration 'mode' definition 'doAlpha'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.h:149:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.h:150:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.h:279:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gfx_impl.h:280:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gif.c:84:9: style: The scope of the variable 'cx' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gif.c:84:13: style: The scope of the variable 'cy' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gif.c:84:17: style: The scope of the variable 'cw' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_gif.c:84:21: style: The scope of the variable 'ch' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:89:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:190:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:191:9: style: The scope of the variable 'length' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:262:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:183:22: style: Checking if unsigned variable 'splash->time+splash->frames[splash->currentFrame].delay-SplashTime()' is less than zero. [unsignedLessThanZero]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:314:24: style: Function 'SplashLoadMemory' argument 1 names different: declaration 'pdata' definition 'data'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h:34:24: note: Function 'SplashLoadMemory' argument 1 names different: declaration 'pdata' definition 'data'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:314:24: note: Function 'SplashLoadMemory' argument 1 names different: declaration 'pdata' definition 'data'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:381:41: style: Function 'SplashStreamInitFile' argument 1 names different: declaration 'stream' definition 'pStream'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h:176:41: note: Function 'SplashStreamInitFile' argument 1 names different: declaration 'stream' definition 'pStream'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:381:41: note: Function 'SplashStreamInitFile' argument 1 names different: declaration 'stream' definition 'pStream'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:389:43: style: Function 'SplashStreamInitMemory' argument 1 names different: declaration 'stream' definition 'pStream'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h:177:43: note: Function 'SplashStreamInitMemory' argument 1 names different: declaration 'stream' definition 'pStream'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:389:43: note: Function 'SplashStreamInitMemory' argument 1 names different: declaration 'stream' definition 'pStream'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:403:57: style: Function 'GetScaledImageName' argument 2 names different: declaration 'scaledImgName' definition 'scaleImageName'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.h:159:57: note: Function 'GetScaledImageName' argument 2 names different: declaration 'scaledImgName' definition 'scaleImageName'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:403:57: note: Function 'GetScaledImageName' argument 2 names different: declaration 'scaledImgName' definition 'scaleImageName'.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_impl.c:481:13: error: Resource leak: fp [resourceLeak]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_jpeg.c:70:16: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_png.c:64:5: style: Variable 'png_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_png.c:56:0: note: Variable 'png_ptr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/share/native/libsplashscreen/splashscreen_png.c:64:5: note: Variable 'png_ptr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:142:57: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:277:14: style: The scope of the variable 'modified' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:306:14: style: The scope of the variable 'modified' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:357:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:358:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:360:9: style: The scope of the variable 'devBytes' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:472:21: style: The scope of the variable 'prinfo' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:515:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:543:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:588:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:606:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:587:9: style: Unused variable: ret [unusedVariable]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_PCM.c:605:9: style: Unused variable: ret [unusedVariable]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:219:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:287:11: style: The scope of the variable 'n' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:359:11: style: The scope of the variable 'compControl' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:392:9: style: The scope of the variable 'selectable' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:462:21: style: The scope of the variable 'prinfo' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:488:9: style: The scope of the variable 'setPort' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Ports.c:539:21: style: The scope of the variable 'prinfo' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:57:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:58:9: style: The scope of the variable 'found' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:90:11: style: The scope of the variable 'audiodev' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:91:10: style: The scope of the variable 'devsound' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:92:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:140:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/solaris/native/libjsound/PLATFORM_API_SolarisOS_Utils.c:141:18: style: Unused variable: info [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:496:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:483:0: note: Variable 'name' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:496:5: note: Variable 'name' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:265:19: style: The scope of the variable 'choice' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:268:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:382:19: style: The scope of the variable 'choice' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:385:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:387:13: style: The scope of the variable 'dims' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:482:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/CUPSfuncs.c:219:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:995:9: style: Variable 'cspace' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:990:0: note: Variable 'cspace' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:995:9: note: Variable 'cspace' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:343:9: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:343:12: style: The scope of the variable 'g' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:343:15: style: The scope of the variable 'b' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:343:18: style: The scope of the variable 'pixel' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:1258:9: style: The scope of the variable 'col' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:1296:12: style: The scope of the variable 'pixel' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:349:17: style: Variable 'pixel' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:891:13: style: Unused variable: cspaceL [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/X11Color.c:1298:17: style: Variable 'pixel' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:506:50: warning: Either the condition 'nativename!=NULL' is redundant or there is possible null pointer dereference: nativename. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:511:28: note: Assuming that condition 'nativename!=NULL' is not redundant
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:506:50: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:508:55: warning: Either the condition 'nativename!=NULL' is redundant or there is possible null pointer dereference: nativename. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:511:28: note: Assuming that condition 'nativename!=NULL' is not redundant
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:508:55: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:164:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:161:0: note: Variable 'f' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:164:5: note: Variable 'f' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:462:9: style: Variable 'fdata' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:451:0: note: Variable 'fdata' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:462:9: note: Variable 'fdata' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:185:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:185:28: style: The scope of the variable 'pixelSize' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:188:30: style: The scope of the variable 'buffer2' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:708:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:527:0: error: Memory leak: fdata [memleak]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/awt_Font.c:527:17: error: Memory leak: fdata.flist [memleak]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:514:5: style: Variable 'fcdirs' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:509:0: note: Variable 'fcdirs' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:514:5: note: Variable 'fcdirs' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:587:18: style: The scope of the variable 'homeEnvStr' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:747:9: style: The scope of the variable 'numdirs' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:763:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:763:12: style: The scope of the variable 'f' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:763:15: style: The scope of the variable 'found' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:821:22: style: The scope of the variable 'dir' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:1019:26: style: The scope of the variable 'fcName' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:1133:18: style: The scope of the variable 'cacheDir' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:1134:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:160:14: style: Unused variable: ret [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/fontpath.c:328:31: style: Unused variable: numDirs [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/awt/systemscale/systemScale.c:62:18: style: The scope of the variable 'lib_handle' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:121:5: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:133:5: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:142:5: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:247:5: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:271:38: style: Unused variable: dstByte [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11FontScaler_md.c:276:5: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11Renderer.c:579:12: style: The scope of the variable 'types' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11Renderer.c:574:13: style: Unused variable: pointArray [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1233:17: style: Condition 'img==NULL' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1102:20: note: Assignment 'img=NULL', assigned value is 0
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1233:17: note: Condition 'img==NULL' is always true
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1042:28: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1083:26: style: The scope of the variable 't' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1101:9: style: The scope of the variable 'scan' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1100:21: style: Unused variable: maxWidth [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11SurfaceData.c:1100:31: style: Unused variable: maxHeight [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11TextRenderer_md.c:44:9: style: The scope of the variable 'image_size' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11TextRenderer_md.c:112:19: style: The scope of the variable 'pixels' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/common/java2d/x11/X11TextRenderer_md.c:239:12: style: Variable 'scan' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/awt/awt_LoadLibrary.c:109:20: style: Unused variable: name [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/awt/awt_LoadLibrary.c:111:11: style: Unused variable: v [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/awt/awt_Mlib.c:79:25: style: Condition 's_verbose' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/awt/awt_Mlib.c:58:16: style: The scope of the variable 's_verbose' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/awt/awt_Mlib.c:48:9: style: Unused variable: status [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/awt/awt_Mlib.c:49:20: style: Variable 'jstr' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/awt/awt_Mlib.c:52:11: style: Unused variable: intPtr [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:233:1: style: Unused variable: height [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:233:1: style: Unused variable: width [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:234:1: style: Unused variable: height [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:234:1: style: Unused variable: width [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:235:1: style: Unused variable: height [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:235:1: style: Unused variable: width [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:236:1: style: Unused variable: height [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:236:1: style: Unused variable: width [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:237:1: style: Unused variable: height [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:237:1: style: Unused variable: width [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:277:1: style: Unused variable: height [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:277:1: style: Unused variable: width [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:278:1: style: Unused variable: height [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:278:1: style: Unused variable: width [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:279:1: style: Unused variable: height [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:279:1: style: Unused variable: width [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:280:1: style: Unused variable: height [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:280:1: style: Unused variable: width [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:281:1: style: Unused variable: height [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/java2d_Mlib.c:281:1: style: Unused variable: width [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear.c:64:0: error: #error "unknown platform" [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:434:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:466:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:499:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:557:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:589:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:620:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:652:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:709:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:742:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:775:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:806:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageClear_f.c:860:3: style: The scope of the variable 'dpimg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageConstXor.c:75:0: error: #error "unknown platform" [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/mlib_v_ImageXor.c:65:0: error: #error "unknown platform" [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:518:28: style: The scope of the variable 'mul8_dstF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:518:40: style: The scope of the variable 'mul8_srcF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:617:28: style: The scope of the variable 'mul8_dstF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:617:40: style: The scope of the variable 'mul8_srcF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:718:28: style: The scope of the variable 'mul8_dstF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:718:40: style: The scope of the variable 'mul8_srcF' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:545:5: style: Variable 'log_val' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:644:5: style: Variable 'log_val' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_AlphaMaskFill.c:747:5: style: Variable 'log_val' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray.c:56:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray.c:83:19: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray.c:775:20: error: Expression '*dst++=(res&mask)|(*dst&~mask)' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray.c:945:20: error: Expression '*dst++=(res&mask)|(*dst&~mask)' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:102:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:159:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:218:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:277:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:343:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:430:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:526:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:629:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:161:5: style: Unused variable: ar [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:161:5: style: Unused variable: gb [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:161:5: style: Unused variable: s02 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:161:5: style: Unused variable: s13 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:279:5: style: Unused variable: ar [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:279:5: style: Unused variable: gb [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:279:5: style: Unused variable: s02 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteGray_FromRgb.c:279:5: style: Unused variable: s13 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteIndexed.c:431:14: style: The scope of the variable 'DstWritererr' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteIndexed.c:431:29: style: The scope of the variable 'DstWritegerr' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteIndexed.c:431:44: style: The scope of the variable 'DstWriteberr' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ByteIndexed.c:269:1: style: Variable 'SrcReadLut' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_FourByteAbgr.c:349:42: error: Expression '*f_argb++,*f_argb++' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_FourByteAbgr.c:472:42: error: Expression '*f_argb++,*f_argb++' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_FourByteAbgr.c:1866:14: style: Unused variable: i [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntArgbPre.c:573:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntArgbPre_Mask.c:784:15: style: The scope of the variable 'mul8_cnstA' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntArgbPre_Mask.c:857:15: style: The scope of the variable 'mul8_cnstA' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntBgr.c:272:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntRgb.c:160:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_IntRgbx.c:251:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_Interp.c:278:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_Interp.c:279:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_Interp.c:280:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_SrcOverMaskFill.c:513:15: style: The scope of the variable 'mul8_cnstA' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_SrcOverMaskFill.c:586:15: style: The scope of the variable 'mul8_cnstA' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_SrcOverMaskFill.c:661:15: style: The scope of the variable 'mul8_cnstA' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_ThreeByteBgr.c:70:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray.c:76:19: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:148:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:203:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:260:15: style: The scope of the variable 'dst_end' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:93:5: style: Unused variable: s13 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:150:5: style: Unused variable: ar [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:150:5: style: Unused variable: gb [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:150:5: style: Unused variable: s02 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:150:5: style: Unused variable: s13 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:150:5: style: Variable 'fzeros' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:205:5: style: Unused variable: s13 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:262:5: style: Unused variable: ar [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:262:5: style: Unused variable: gb [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:262:5: style: Unused variable: s02 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:262:5: style: Unused variable: s13 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:262:5: style: Variable 'fzeros' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:503:5: style: Unused variable: s13 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:600:5: style: Unused variable: s13 [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:854:5: style: Variable 'fzeros' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_UshortGray_FromRgb.c:1035:5: style: Variable 'fzeros' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:112:13: style: Variable 'dzero' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:171:13: style: Variable 'dzero' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:215:20: style: Unused variable: neg_mask [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:231:13: style: Variable 'dzero' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:277:20: style: Unused variable: neg_mask [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt/java2d/loops/vis_XorBlit.c:293:13: style: Variable 'dzero' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_DrawingSurface.c:289:11: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:555:33: warning: Possible null pointer dereference: pVI1sg [nullPointer]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:335:36: note: Assignment 'pVI1sg=NULL', assigned value is 0
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:555:33: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:650:5: style: Variable 'libHandle' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:641:0: note: Variable 'libHandle' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:650:5: note: Variable 'libHandle' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:689:5: style: Variable 'gotXinExt' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:687:0: note: Variable 'gotXinExt' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:689:5: note: Variable 'gotXinExt' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:577:14: style: Same expression on both sides of '!=' because the value of 'n1sg' and '0' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:332:52: note: 'n1sg' is assigned value '0' here.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:577:14: note: Same expression on both sides of '!=' because the value of 'n1sg' and '0' are the same.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:203:25: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:642:19: style: The scope of the variable 'fbhints' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:645:11: style: The scope of the variable 'XineramaGetInfoName' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:646:11: style: The scope of the variable 'XineramaGetCenterHintName' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:711:10: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:1902:29: style: The scope of the variable 'config' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:339:10: style: Unused variable: errmsg [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:1019:32: style: Unused variable: shmPixmaps [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:1072:9: style: Unused variable: visNum [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:1095:9: style: Unused variable: visNum [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c:1118:9: style: Unused variable: visNum [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1465:5: style: Variable 'pX11IMData' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1462:0: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1465:5: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1587:5: style: Variable 'pX11IMData' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1582:0: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1587:5: note: Variable 'pX11IMData' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1281:38: style: Variable 'pX11IMData' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c:1289:10: style: Unused variable: registered [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c:281:13: style: The scope of the variable 'image' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c:282:11: style: The scope of the variable 'ary' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c:331:9: style: The scope of the variable 'index' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:76:25: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:73:21: note: outer condition: threadClass==NULL
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:76:25: note: identical inner condition: threadClass==NULL
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:76:25: style: Condition 'threadClass==NULL' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:73:21: note: Assuming that condition 'threadClass==NULL' is not redundant
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/awt_util.c:76:25: note: Condition 'threadClass==NULL' is always true
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:334:9: style: Variable 'lib' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:318:0: note: Variable 'lib' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:334:9: note: Variable 'lib' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:2446:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:2442:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:2446:5: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:773:20: style: The scope of the variable 's' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:2488:11: style: The scope of the variable 'ary' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:2518:21: style: The scope of the variable 'p' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c:850:9: style: Unused variable: i [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2581:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2577:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2581:5: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:593:20: style: The scope of the variable 's' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2056:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2118:11: style: The scope of the variable 'hue' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2122:11: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2122:14: style: The scope of the variable 'g' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2122:17: style: The scope of the variable 'b' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2785:11: style: The scope of the variable 'ary' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:2812:21: style: The scope of the variable 'p' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:655:9: style: Unused variable: i [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:781:16: style: Unused variable: r [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:781:19: style: Unused variable: g [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:781:22: style: Unused variable: b [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c:1732:27: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/list.c:234:11: style: The scope of the variable 'item' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:477:37: style: The scope of the variable 'ipmData' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:535:33: style: The scope of the variable 'pixel_ptr' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:657:13: style: The scope of the variable 'save_child_list' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:660:13: style: The scope of the variable 'curr_clipX' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:660:25: style: The scope of the variable 'curr_clipY' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:660:37: style: The scope of the variable 'curr_clipRt' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:660:50: style: The scope of the variable 'curr_clipBt' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:696:32: style: The scope of the variable 'new_height' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:697:32: style: The scope of the variable 'child_yrr' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:1094:18: style: The scope of the variable 'pOVis' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:1096:35: style: The scope of the variable 'nOVisuals' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:1102:25: style: The scope of the variable 'imageVisual' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c:790:17: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multi_font.c:285:13: style: The scope of the variable 'j' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multi_font.c:275:69: style: Function 'awtJNI_GetMFStringWidth' argument 4 names different: declaration 'length' definition 'sLength'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multi_font.h:37:41: note: Function 'awtJNI_GetMFStringWidth' argument 4 names different: declaration 'length' definition 'sLength'.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multi_font.c:275:69: note: Function 'awtJNI_GetMFStringWidth' argument 4 names different: declaration 'length' definition 'sLength'.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/multi_font.c:191:20: style: Variable 'xlfd' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:49:20: style: The scope of the variable 'redMask' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:49:29: style: The scope of the variable 'greenMask' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:49:40: style: The scope of the variable 'blueMask' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:50:30: style: The scope of the variable 'redShift' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:50:40: style: The scope of the variable 'greenShift' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/robot_common.c:50:52: style: The scope of the variable 'blueShift' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/sun_awt_X11_GtkFileDialogPeer.c:222:12: style: The scope of the variable 'entry' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/awt/sun_awt_X11_GtkFileDialogPeer.c:315:20: style: The scope of the variable 'filter' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/java2d/x11/XRBackendNative.c:192:12: style: The scope of the variable 'pkgInfoPath' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/java2d/x11/XRSurfaceData.c:61:22: style: The scope of the variable 'fmt' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:583:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:583:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:583:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:696:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:705:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:710:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:216:5: style: Variable 'keyclass' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:173:0: note: Variable 'keyclass' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:216:5: note: Variable 'keyclass' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:779:5: style: Variable 'keystr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:776:0: note: Variable 'keystr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:779:5: note: Variable 'keystr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:455:9: style: The scope of the variable 'tmp_poll_alg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:658:17: style: The scope of the variable 'read_buf' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:859:11: style: The scope of the variable 'c' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:860:13: style: The scope of the variable 'status' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:904:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:997:25: style: The scope of the variable 'devIdx' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:997:33: style: The scope of the variable 'clsIdx' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:998:18: style: The scope of the variable 'devices' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:999:18: style: The scope of the variable 'aDevice' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c:722:44: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1209:5: style: Variable 'topWin' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1206:0: note: Variable 'topWin' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1209:5: note: Variable 'topWin' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1277:4: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1268:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:1277:4: note: Variable 'ptr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c:878:0: style: Variable 'originalKeysym' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XlibWrapper.c:1325:14: style: The scope of the variable 'env' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libawt_xawt/xawt/XlibWrapper.c:1293:9: style: Unused variable: xx [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libfontmanager/X11FontScaler.c:258:13: style: Unused variable: direction [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libfontmanager/X11FontScaler.c:258:24: style: Unused variable: ascent [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libfontmanager/X11FontScaler.c:258:32: style: Unused variable: descent [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC.c:246:48: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC.c:456:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC.c:473:19: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC.c:1037:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC.c:1053:19: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_S16.c:227:48: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_S16.c:498:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_S16.c:512:14: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_S16.c:1305:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_S16.c:1320:13: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_U16.c:220:48: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_U16.c:483:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_U16.c:497:14: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_U16.c:1292:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BC_U16.c:1307:13: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:175:13: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:572:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:572:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:573:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:684:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:684:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:685:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:223:13: error: Expression '*dp++=vis_fors(vis_fands(fmask,df),vis_fandnots(fmask,dp[0]))' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:363:13: error: Expression '*dp++=vis_fors(vis_fands(fmask,df),vis_fandnots(fmask,dp[0]))' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:171:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:319:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:319:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:476:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:476:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:559:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:632:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:632:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:671:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:671:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:190:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:342:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:388:9: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:538:46: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:607:59: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:607:63: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:659:19: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:648:21: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:710:46: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:189:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL.c:341:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:577:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:578:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:578:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:678:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:679:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:679:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:283:13: error: Expression '*dp++=vis_for(vis_fand(dmask,dd),vis_fandnot(dmask,dp[0]))' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:229:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:355:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:355:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:479:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:479:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:561:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:619:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:619:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:662:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:662:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:249:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:375:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:411:9: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:536:46: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:606:66: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:606:70: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:650:19: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:641:21: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:707:46: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:248:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_S16.c:374:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:570:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:571:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:571:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:671:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:672:15: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:672:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:276:13: error: Expression '*dp++=vis_for(vis_fand(dmask,dd),vis_fandnot(dmask,dp[0]))' depends on order of evaluation of side effects [unknownEvaluationOrder]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:222:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:348:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:348:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:472:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:472:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:554:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:612:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:612:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:655:3: style: Variable 'warp_tbl' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:655:3: style: Variable 'size' is not assigned a value. [unassignedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:242:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:368:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:404:9: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:529:46: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:599:66: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:599:70: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:643:19: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:634:21: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:700:46: error: Uninitialized variable: size [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:241:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_BL_U16.c:367:21: error: Uninitialized variable: dl [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_NN.c:174:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_NN.c:179:15: style: The scope of the variable 'da' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_NN.c:352:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_NN.c:357:15: style: The scope of the variable 'da' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageAffine_NN.c:472:11: style: The scope of the variable 'dstLineEnd' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageChannelExtract_43.c:224:5: style: Variable 'sp' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageChannelExtract_43.c:395:5: style: Variable 'sp' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageChannelExtract_43.c:151:3: error: Uninitialized variable: dd2 [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageChannelExtract_43.c:326:3: error: Uninitialized variable: dd2 [uninitvar]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageChannelInsert_1.c:276:13: style: Variable 'dd0' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConvMxN_8.c:141:22: style: The scope of the variable 'dl' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConvMxN_8ext.c:155:45: style: The scope of the variable 'buffn' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConvMxN_8ext.c:846:12: style: The scope of the variable 'sl' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConvMxN_8ext.c:846:17: style: The scope of the variable 'dl' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConv_8nw.c:88:45: style: The scope of the variable 'buffn' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageConv_8nw.c:126:7: style: Variable 'wid' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16S16Func.c:156:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16S16Func.c:449:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16S16Func.c:406:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16U16Func.c:156:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16U16Func.c:449:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16U16Func.c:406:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpS16U8Func.c:209:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8S16Func.c:504:40: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8S16Func.c:1630:41: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8S16Func.c:266:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8U16Func.c:497:39: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8U16Func.c:1602:40: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8U16Func.c:263:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8U8Func.c:2234:39: style: Same expression on both sides of '&'. [duplicateExpression]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpSIU8U8Func.c:1733:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16S16Func.c:155:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16S16Func.c:448:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16S16Func.c:405:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16U16Func.c:153:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16U16Func.c:422:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16U16Func.c:381:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU16U8Func.c:208:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:196:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:310:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:424:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:538:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:964:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:918:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1178:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1130:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1392:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1344:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1606:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8S16Func.c:1558:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:194:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:306:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:418:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:530:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:910:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:867:13: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1113:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1068:13: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1316:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1271:13: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1519:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U16Func.c:1474:13: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U8Func.c:243:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U8Func.c:405:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U8Func.c:567:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libmlib_image/mlib_v_ImageLookUpU8U8Func.c:729:7: style: Variable 'sp' is modified but its new value is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:813:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjdk-11-11~24/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:213:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:514:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:666:25: style: struct member 'PROPMOTIFWMHINTS::inputMode' is never used. [unusedStructMember]
openjdk-11-11~24/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:667:25: style: struct member 'PROPMOTIFWMHINTS::status' is never used. [unusedStructMember]
openjdk-11-11~24/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:212:10: style: Unused variable: type [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:254:16: style: Unused variable: sizeHints [unusedVariable]
openjdk-11-11~24/src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c:776:10: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/common/awt/systemscale/systemScale.cpp:33:28: style: Function 'GetScreenDpi' argument 1 names different: declaration 'mon' definition 'hmon'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/common/awt/systemscale/systemScale.h:31:32: note: Function 'GetScreenDpi' argument 1 names different: declaration 'mon' definition 'hmon'.
openjdk-11-11~24/src/java.desktop/windows/native/common/awt/systemscale/systemScale.cpp:33:28: note: Function 'GetScreenDpi' argument 1 names different: declaration 'mon' definition 'hmon'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DPipeline.h:126:0: error: failed to expand 'RETURN_STATUS_IF_FAILED', Invalid ## usage when expanding 'RETURN_STATUS_IF_FAILED'. [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DGlyphCache.cpp:49:45: style: Function 'D3DGlyphCache' argument 1 names different: declaration 'gcType' definition 'type'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DGlyphCache.h:69:34: note: Function 'D3DGlyphCache' argument 1 names different: declaration 'gcType' definition 'type'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DGlyphCache.cpp:49:45: note: Function 'D3DGlyphCache' argument 1 names different: declaration 'gcType' definition 'type'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:117:26: warning: Member variable 'D3DResource::pResource' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:117:26: warning: Member variable 'D3DResource::pSwapChain' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:117:26: warning: Member variable 'D3DResource::pSurface' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:117:26: warning: Member variable 'D3DResource::pTexture' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:117:26: warning: Member variable 'D3DResource::pOps' is not initialized in the constructor. [uninitMemberVarPrivate]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DMaskCache.h:65:13: performance: Technically the member function 'D3DMaskCache::ReleaseDefPoolResources' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DVertexCacher.h:58:13: style: Technically the member function 'D3DVertexCacher::GetColor' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DContext.h:176:9: style: Technically the member function 'D3DContext::GetContextCaps' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DContext.h:244:10: style: Technically the member function 'D3DContext::GetPaintState' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:95:26: style: Class 'D3DResource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:97:26: style: Class 'D3DResource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DGlyphCache.h:69:5: style: Class 'D3DGlyphCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:106:26: style: The function 'IsDefaultPool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:75:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:106:26: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:112:26: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:79:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DResourceManager.h:112:26: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DMaskBlit.cpp:104:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DMaskBlit.cpp:102:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DMaskBlit.cpp:104:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DPipeline.h:69:0: error: failed to expand 'DebugPrintD3DError', Invalid ## usage when expanding 'DebugPrintD3DError'. [preprocessorErrorDirective]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DShaderGen.c:71:9: style: The scope of the variable 'val' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DShaderGen.c:69:10: style: Unused variable: varname [unusedVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/d3d/D3DShaderGen.c:98:15: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/opengl/WGLSurfaceData.c:219:39: style: Variable 'srcWGLOps' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:1000:31: style: Function 'GDIWinSD_GetDC' argument 3 names different: declaration 'flags' definition 'type'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:47:0: note: Function 'GDIWinSD_GetDC' argument 3 names different: declaration 'flags' definition 'type'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:1000:31: note: Function 'GDIWinSD_GetDC' argument 3 names different: declaration 'flags' definition 'type'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:1186:68: style: Function 'GDIWinSD_ReleaseDC' argument 3 names different: declaration 'hdc' definition 'hDC'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:48:0: note: Function 'GDIWinSD_ReleaseDC' argument 3 names different: declaration 'hdc' definition 'hDC'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp:1186:68: note: Function 'GDIWinSD_ReleaseDC' argument 3 names different: declaration 'hdc' definition 'hDC'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/CmdIDList.cpp:42:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/CmdIDList.cpp:91:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:348:9: performance: Variable 'm_dwSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:355:9: performance: Variable 'm_dwSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/CmdIDList.cpp:40:5: performance: Variable 'm_capacity' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:100:13: warning: Class 'CriticalSection' which has virtual members does not have a virtual destructor. [virtualDestructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:316:5: style: Technically the member function 'JLocalRef::operatorT' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:317:5: style: Technically the member function 'JLocalRef::operatorbool' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:318:10: style: Technically the member function 'JLocalRef::operator!' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:384:12: style: Technically the member function 'JavaStringBuffer::GetSize' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:260:17: style: Technically the member function 'AwtToolkit::VerifyActive' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:288:17: performance: Technically the member function 'AwtToolkit::SetPeer' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:296:20: style: Technically the member function 'AwtToolkit::GetPeer' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.h:80:20: style: Technically the member function 'AwtObject::GetPeer' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:347:5: style: Class 'JavaStringBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:104:9: style: Class 'Lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.cpp:73:56: style: Function 'SharedWindowProc' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.h:60:66: note: Function 'SharedWindowProc' argument 2 names different: declaration 'message' definition 'msg'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.cpp:73:56: note: Function 'SharedWindowProc' argument 2 names different: declaration 'message' definition 'msg'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_GDIObject.h:89:9: performance: Variable 'm_handle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:852:13: performance: Variable 'm_ID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.cpp:30:5: performance: Variable 'm_bToolTipControlInitialized' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.h:123:16: style: Technically the member function 'AwtFont::GetHFontNum' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.h:134:16: style: Technically the member function 'AwtFont::GetInputHFontIndex' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.h:137:16: style: Technically the member function 'AwtFont::GetAscent' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.h:138:16: style: Technically the member function 'AwtFont::GetOverhang' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/Hashtable.h:113:16: style: Technically the member function 'Hashtable::size' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_GDIObject.h:58:16: style: Technically the member function 'AwtGDIObject::GetRefCount' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/Devices.h:41:33: style: Technically the member function 'Devices::GetNumDevices' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:46:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetGrayness' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:61:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetBitDepth' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:64:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetJavaDevice' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:65:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetDeviceIndex' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:623:10: performance: Technically the member function 'AwtComponent::VerifyState' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.h:49:14: performance: Technically the member function 'ComCtl32Util::UnsubclassHWND' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.cpp:54:20: note: Technically the member function 'ComCtl32Util::UnsubclassHWND' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ComCtl32Util.h:49:14: note: Technically the member function 'ComCtl32Util::UnsubclassHWND' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.h:79:21: warning: The class 'AwtFont' defines member variable with name 'pDataID' also defined in its parent class 'AwtObject'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.h:53:21: note: Parent variable 'AwtObject::pDataID'
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.h:79:21: note: Derived variable 'AwtFont::pDataID'
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Palette.h:56:29: style: Class 'AwtPalette' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ObjectList.h:35:5: style: Class 'AwtObjectListItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.h:118:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.h:67:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.h:118:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/GDIHashtable.h:177:11: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/Hashtable.h:163:19: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/GDIHashtable.h:177:11: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Brush.h:52:18: style: The function 'ReleaseInCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_GDIObject.h:86:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Brush.h:52:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Pen.h:52:18: style: The function 'ReleaseInCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_GDIObject.h:86:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Pen.h:52:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.h:67:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:719:18: style: The function 'CanBeDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.h:130:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:719:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:353:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/Devices.cpp:169:22: style: Function 'Devices' argument 1 names different: declaration 'numElements' definition 'numDevices'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/Devices.h:61:45: note: Function 'Devices' argument 1 names different: declaration 'numElements' definition 'numDevices'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/Devices.cpp:169:22: note: Function 'Devices' argument 1 names different: declaration 'numElements' definition 'numDevices'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/Devices.h:61:33: style: Class 'Devices' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/DllUtil.cpp:65:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/DllUtil.cpp:66:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/DllUtil.h:46:9: style: Class 'DllUtil' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/GDIHashtable.cpp:57:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/GDIHashtable.h:77:27: style: Member variable 'BatchDestructionManager::m_nCounter' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/GDIHashtable.cpp:135:3: note: Member variable 'BatchDestructionManager::m_nCounter' is in the wrong place in the initializer list.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/GDIHashtable.h:77:27: note: Member variable 'BatchDestructionManager::m_nCounter' is in the wrong place in the initializer list.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/Hashtable.cpp:204:11: performance: Variable 'keys' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: style: Unhandled exception specification when calling function safe_Calloc(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/Hashtable.cpp:33:9: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: style: Unhandled exception specification when calling function safe_Calloc(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/Hashtable.cpp:103:51: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/MouseInfo.cpp:53:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/MouseInfo.cpp:59:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ObjectList.cpp:98:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ShellFolder2.cpp:984:9: style: The scope of the variable 'iconSize' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:479:9: style: Variable 'transparent' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:478:0: note: Variable 'transparent' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:479:9: note: Variable 'transparent' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:330:12: style: The scope of the variable 'alphaScale' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:331:9: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:331:11: style: The scope of the variable 'g' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:331:13: style: The scope of the variable 'b' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:508:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:589:13: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:697:13: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:745:13: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/ThemeReader.cpp:804:17: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/WPrinterJob.cpp:241:9: style: The scope of the variable 'remotePrintersCount' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_AWTEvent.cpp:107:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_AWTEvent.cpp:108:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_AWTEvent.cpp:100:10: style: The scope of the variable 'pMsg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: style: Unhandled exception specification when calling function safe_Malloc(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_BitmapUtil.cpp:248:25: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: style: Unhandled exception specification when calling function safe_Malloc(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_BitmapUtil.cpp:322:25: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Brush.cpp:82:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Brush.h:55:5: style: Class 'AwtBrush' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:90:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:91:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:294:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:303:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:305:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:66:52: style: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:48:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:66:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:57:5: performance: Variable 'leftButtonDown' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:66:10: performance: Technically the member function 'AwtButton::NotifyListeners' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp:187:12: note: Technically the member function 'AwtButton::NotifyListeners' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:66:10: note: Technically the member function 'AwtButton::NotifyListeners' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:98:17: style: Technically the member function 'AwtWindow::SubtractInsetPoint' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:392:17: style: Technically the member function 'AwtWindow::GetType' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:420:17: style: Technically the member function 'AwtWindow::IsAlwaysOnTop' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:46:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:46:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:51:16: style: The function 'WmMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:524:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:51:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:52:16: style: The function 'WmMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:525:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:52:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:53:16: style: The function 'OwnerDrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:576:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:53:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:54:16: style: The function 'WmPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:510:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:54:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:56:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:56:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:58:10: style: The function 'IsFocusingMouseMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:229:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:58:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:59:10: style: The function 'IsFocusingKeyMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:228:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Button.h:59:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:42:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:42:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:45:24: style: The function 'WmEraseBkgnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:505:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:45:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:46:24: style: The function 'WmPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:510:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:46:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:48:24: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:48:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:75:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:75:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:77:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:42:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:77:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:78:18: style: The function 'FillClassInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:139:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:78:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:103:18: style: The function 'GetInsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:190:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:103:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:108:18: style: The function 'IsEmbeddedFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:635:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:108:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:111:18: style: The function 'IsContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:223:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:111:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:129:18: style: The function 'Invalidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:435:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:129:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:130:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:278:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:130:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:167:24: style: The function 'WmActivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:500:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:167:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:168:24: style: The function 'WmCreate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:495:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:168:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:169:24: style: The function 'WmClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:496:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:169:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:170:24: style: The function 'WmDestroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:497:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:170:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:171:24: style: The function 'WmShowWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:515:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:171:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:172:24: style: The function 'WmGetMinMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:511:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:172:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:173:24: style: The function 'WmMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:512:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:173:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:174:24: style: The function 'WmSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:513:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:174:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:175:24: style: The function 'WmSizing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:514:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:175:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:176:24: style: The function 'WmEnterSizeMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:590:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:176:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:177:24: style: The function 'WmExitSizeMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:591:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:177:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:178:24: style: The function 'WmPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:46:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:178:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:179:24: style: The function 'WmSettingChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:599:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:179:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:180:24: style: The function 'WmNcCalcSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:584:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:180:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:182:24: style: The function 'WmNcHitTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:588:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:182:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:183:24: style: The function 'WmNcMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:530:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:183:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:185:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:489:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:185:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:186:24: style: The function 'WmWindowPosChanging' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:532:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:186:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:187:24: style: The function 'WmWindowPosChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:533:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:187:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:188:24: style: The function 'WmTimer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:557:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:188:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:190:24: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:48:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:190:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:219:25: style: The function 'IsTopLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:634:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:219:25: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:254:18: style: The function 'CreateHWnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:143:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:254:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:260:18: style: The function 'DestroyHWnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:149:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:260:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:81:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:82:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:209:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:215:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:217:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:46:5: performance: Variable 'm_eraseBackground' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp:47:5: performance: Variable 'm_eraseBackgroundOnResize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:87:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:88:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:356:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:364:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:366:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:420:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:422:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:458:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:465:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:467:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:676:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:71:42: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:55:40: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:71:42: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:71:56: style: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:55:54: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:71:56: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp:64:5: performance: Variable 'm_fLButtonDowned' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:52:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:52:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:64:16: style: The function 'WmMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:525:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:64:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:65:16: style: The function 'WmMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:524:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:65:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:66:16: style: The function 'WmNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:562:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:66:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:67:16: style: The function 'OwnerDrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:576:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:67:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:68:16: style: The function 'WmPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:510:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:68:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:70:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:70:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:72:10: style: The function 'IsFocusingMouseMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:229:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:72:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:73:10: style: The function 'IsFocusingKeyMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:228:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Checkbox.h:73:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:120:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:121:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:531:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:541:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:543:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:560:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:567:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:569:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:586:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:594:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:597:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:632:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:639:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:641:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:664:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:666:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:687:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:689:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:106:52: style: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:44:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:106:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:350:34: style: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:75:35: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:350:34: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:91:5: performance: Variable 'm_hList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:92:5: performance: Variable 'm_listDefWindowProc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:43:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:43:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:46:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:46:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:48:18: style: The function 'Reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:280:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:48:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:57:13: style: The function 'PreferredItemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:343:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:57:13: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:62:16: style: The function 'WmNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:562:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:62:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:65:16: style: The function 'OwnerDrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:576:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:65:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:66:16: style: The function 'OwnerMeasureItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:578:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:66:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:69:16: style: The function 'WmKillFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:517:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:69:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:70:16: style: The function 'WmMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:525:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:70:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:72:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:72:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:74:17: style: The function 'GetDBCSEditHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:629:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:74:17: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:75:18: style: The function 'SetFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:182:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:75:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:76:18: style: The function 'InheritsNativeMouseWheelBehavior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:428:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:76:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:77:18: style: The function 'SetDragCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:751:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:77:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:78:18: style: The function 'ReleaseDragCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:752:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.h:78:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Choice.cpp:339:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:62:43: style: Function 'WmChangeCbChain' argument 1 names different: declaration 'wparam' definition 'wParam'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.h:60:40: note: Function 'WmChangeCbChain' argument 1 names different: declaration 'wparam' definition 'wParam'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:62:43: note: Function 'WmChangeCbChain' argument 1 names different: declaration 'wparam' definition 'wParam'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:62:58: style: Function 'WmChangeCbChain' argument 2 names different: declaration 'lparam' definition 'lParam'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.h:60:55: note: Function 'WmChangeCbChain' argument 2 names different: declaration 'lparam' definition 'lParam'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:62:58: note: Function 'WmChangeCbChain' argument 2 names different: declaration 'lparam' definition 'lParam'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:70:56: style: Function 'WmDrawClipboard' argument 2 names different: declaration 'wparam' definition 'wParam'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.h:61:53: note: Function 'WmDrawClipboard' argument 2 names different: declaration 'wparam' definition 'wParam'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:70:56: note: Function 'WmDrawClipboard' argument 2 names different: declaration 'wparam' definition 'wParam'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:70:71: style: Function 'WmDrawClipboard' argument 3 names different: declaration 'lparam' definition 'lParam'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.h:61:68: note: Function 'WmDrawClipboard' argument 3 names different: declaration 'lparam' definition 'lParam'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:70:71: note: Function 'WmDrawClipboard' argument 3 names different: declaration 'lparam' definition 'lParam'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:58:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp:80:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4925:13: warning: Either the condition 'child!=NULL' is redundant or there is possible null pointer dereference: child. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4926:27: note: Assuming that condition 'child!=NULL' is not redundant
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4925:13: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5770:20: warning: Either the condition 'self&&pData' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5821:22: note: Assuming that condition 'self&&pData' is not redundant
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5769:9: note: Assignment 'p=(AwtComponent*)pData', assigned value is 0
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5770:20: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:925:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1907:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1973:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1985:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2431:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4214:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4241:18: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4286:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4307:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4323:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4872:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4876:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5588:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5589:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5607:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5608:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5626:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5627:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5645:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5646:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5665:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5666:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5694:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5704:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5705:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5722:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5732:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5733:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5750:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5758:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5769:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5825:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5907:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5931:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5938:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5963:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5970:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5971:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5989:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5996:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5997:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6015:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6022:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6024:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6027:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6048:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6056:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6062:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6081:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6082:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6117:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6119:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6137:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6139:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6158:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6159:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6180:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6181:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6201:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6202:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6215:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6222:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6223:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6245:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6247:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6294:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6295:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6310:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6318:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6319:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6320:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6321:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6346:43: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6357:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6359:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6417:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6427:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6429:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6478:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6489:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6496:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6497:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1930:11: style: Variable 'mr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1929:11: note: Variable 'mr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:1930:11: note: Variable 'mr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3587:27: style: The scope of the variable 'vk' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:901:37: style: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:182:35: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:901:37: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2104:42: style: Function 'WmSetFocus' argument 1 names different: declaration 'hWndLost' definition 'hWndLostFocus'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:516:40: note: Function 'WmSetFocus' argument 1 names different: declaration 'hWndLost' definition 'hWndLostFocus'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2104:42: note: Function 'WmSetFocus' argument 1 names different: declaration 'hWndLost' definition 'hWndLostFocus'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2111:43: style: Function 'WmKillFocus' argument 1 names different: declaration 'hWndGot' definition 'hWndGotFocus'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:517:41: note: Function 'WmKillFocus' argument 1 names different: declaration 'hWndGot' definition 'hWndGotFocus'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2111:43: note: Function 'WmKillFocus' argument 1 names different: declaration 'hWndGot' definition 'hWndGotFocus'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2143:41: style: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:520:66: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2143:41: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2154:68: style: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:521:66: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2154:68: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2650:45: style: Function 'GetShiftKeyLocation' argument 1 names different: declaration 'wkey' definition 'vkey'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:824:42: note: Function 'GetShiftKeyLocation' argument 1 names different: declaration 'wkey' definition 'vkey'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:2650:45: note: Function 'GetShiftKeyLocation' argument 1 names different: declaration 'wkey' definition 'vkey'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3659:41: style: Function 'WmKeyDown' argument 1 names different: declaration 'vkey' definition 'wkey'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:538:39: note: Function 'WmKeyDown' argument 1 names different: declaration 'vkey' definition 'wkey'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3659:41: note: Function 'WmKeyDown' argument 1 names different: declaration 'vkey' definition 'wkey'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3701:39: style: Function 'WmKeyUp' argument 1 names different: declaration 'vkey' definition 'wkey'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:539:37: note: Function 'WmKeyUp' argument 1 names different: declaration 'vkey' definition 'wkey'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3701:39: note: Function 'WmKeyUp' argument 1 names different: declaration 'vkey' definition 'wkey'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3729:62: style: Function 'WmInputLangChange' argument 2 names different: declaration 'hKeyBoardLayout' definition 'hKeyboardLayout'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:543:60: note: Function 'WmInputLangChange' argument 2 names different: declaration 'hKeyBoardLayout' definition 'hKeyboardLayout'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3729:62: note: Function 'WmInputLangChange' argument 2 names different: declaration 'hKeyBoardLayout' definition 'hKeyboardLayout'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3849:45: style: Function 'WmForwardChar' argument 3 names different: declaration 'synthethic' definition 'synthetic'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:545:43: note: Function 'WmForwardChar' argument 3 names different: declaration 'synthethic' definition 'synthetic'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3849:45: note: Function 'WmForwardChar' argument 3 names different: declaration 'synthethic' definition 'synthetic'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4233:50: style: Function 'WmCommand' argument 2 names different: declaration 'hWndCtrl' definition 'hWndChild'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:559:48: note: Function 'WmCommand' argument 2 names different: declaration 'hWndCtrl' definition 'hWndChild'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4233:50: note: Function 'WmCommand' argument 2 names different: declaration 'hWndCtrl' definition 'hWndChild'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4936:90: style: Function 'SendKeyEvent' argument 8 names different: declaration 'msg' definition 'pMsg'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:381:28: note: Function 'SendKeyEvent' argument 8 names different: declaration 'msg' definition 'pMsg'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4936:90: note: Function 'SendKeyEvent' argument 8 names different: declaration 'msg' definition 'pMsg'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5048:40: style: Function 'SendMouseEvent' argument 9 names different: declaration 'msg' definition 'pMsg'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:391:30: note: Function 'SendMouseEvent' argument 9 names different: declaration 'msg' definition 'pMsg'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5048:40: note: Function 'SendMouseEvent' argument 9 names different: declaration 'msg' definition 'pMsg'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5115:59: style: Function 'SendMouseWheelEvent' argument 10 names different: declaration 'wheelRotation' definition 'roundedWheelRotation'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:401:54: note: Function 'SendMouseWheelEvent' argument 10 names different: declaration 'wheelRotation' definition 'roundedWheelRotation'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5115:59: note: Function 'SendMouseWheelEvent' argument 10 names different: declaration 'wheelRotation' definition 'roundedWheelRotation'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5116:70: style: Function 'SendMouseWheelEvent' argument 12 names different: declaration 'msg' definition 'pMsg'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:402:65: note: Function 'SendMouseWheelEvent' argument 12 names different: declaration 'msg' definition 'pMsg'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5116:70: note: Function 'SendMouseWheelEvent' argument 12 names different: declaration 'msg' definition 'pMsg'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:3391:31: warning: Using 'sizeof' on array given as function argument returns size of a pointer. [sizeofwithsilentarraypointer]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4303:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4319:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:224:5: performance: Variable 'm_mouseButtonClickAllowed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:225:5: performance: Variable 'm_touchDownOccurred' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:226:5: performance: Variable 'm_touchUpOccurred' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:230:5: performance: Variable 'm_hwnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:232:5: performance: Variable 'm_colorForeground' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:233:5: performance: Variable 'm_colorBackground' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:234:5: performance: Variable 'm_backgroundColorSet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:237:5: performance: Variable 'm_DefWindowProc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:238:5: performance: Variable 'm_nextControlID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:240:5: performance: Variable 'm_myControlID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:241:5: performance: Variable 'm_hdwp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:242:5: performance: Variable 'm_validationNestCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:246:5: performance: Variable 'm_InputMethod' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:247:5: performance: Variable 'm_useNativeCompWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:248:5: performance: Variable 'm_PendingLeadByte' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:249:5: performance: Variable 'm_bitsCandType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:256:5: performance: Variable 'm_hCursorCache' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:258:5: performance: Variable 'm_bSubclassed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:259:5: performance: Variable 'm_bPauseDestroy' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:261:5: performance: Variable 'm_MessagesProcessing' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:150:10: performance: Technically the member function 'AwtComponent::InitPeerGraphicsConfig' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:467:20: note: Technically the member function 'AwtComponent::InitPeerGraphicsConfig' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:150:10: note: Technically the member function 'AwtComponent::InitPeerGraphicsConfig' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:339:13: performance: Technically the member function 'AwtComponent::GetItemString' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4395:23: note: Technically the member function 'AwtComponent::GetItemString' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:339:13: note: Technically the member function 'AwtComponent::GetItemString' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:149:18: warning: Virtual function 'DestroyHWnd' is called from destructor '~AwtComponent()' at line 283. Dynamic binding is not used. [virtualCallInConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:283:5: note: Calling DestroyHWnd
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:149:18: note: DestroyHWnd is a virtual method
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.h:43:21: warning: The class 'AwtCursor' defines member variable with name 'pDataID' also defined in its parent class 'AwtObject'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.h:53:21: note: Parent variable 'AwtObject::pDataID'
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.h:43:21: note: Derived variable 'AwtCursor::pDataID'
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:200:9: style: Class 'WDTCPIStreamWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:261:5: style: Class 'AwtInterfaceLocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.h:59:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.h:67:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.h:59:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:68:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.h:67:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:68:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:87:18: style: The function 'DoCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.h:119:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:87:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:52:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:68:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:52:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:54:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:70:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:54:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:68:18: style: The function 'UpdateContainerLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:141:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:68:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:76:10: style: The function 'IsTopMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:136:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:76:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:85:10: style: The function 'DrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:125:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:85:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:87:10: style: The function 'MeasureItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:129:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:87:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:95:18: style: The function 'IsSeparator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:153:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:95:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:98:18: style: The function 'RemoveCmdID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:166:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:98:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:53:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:52:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:53:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:55:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:54:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:55:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:60:25: style: The function 'GetMenuBar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:65:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:60:25: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:66:18: style: The function 'GetOwnerHWnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:73:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:66:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:67:18: style: The function 'RedrawMenuBar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:142:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:67:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:69:18: style: The function 'GetItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:77:26: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:69:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:70:9: style: The function 'CountItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:79:17: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:70:9: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:72:10: style: The function 'DrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:125:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:72:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:73:10: style: The function 'MeasureItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:129:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:73:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:75:10: style: The function 'AddItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:70:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:75:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:76:10: style: The function 'DeleteItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:71:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h:76:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:69:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:75:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:69:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:71:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:77:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:71:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:77:17: style: The function 'IsEmbeddedFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:108:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:77:17: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:79:25: style: The function 'IsLightweightFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:146:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:79:25: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:81:17: style: The function 'IsSimpleWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:115:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:81:17: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:93:10: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:130:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:93:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:97:18: style: The function 'DoUpdateIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:142:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:97:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:104:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:185:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:104:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:106:16: style: The function 'WmGetMinMaxInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:172:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:106:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:107:16: style: The function 'WmSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:174:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:107:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:108:16: style: The function 'WmActivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:167:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:108:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:109:16: style: The function 'WmDrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:569:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:109:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:110:16: style: The function 'WmMeasureItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:571:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:110:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:111:16: style: The function 'WmEnterMenuLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:592:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:111:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:112:16: style: The function 'WmExitMenuLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:593:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:112:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:113:16: style: The function 'WmMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:525:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:113:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:114:16: style: The function 'WmMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:526:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:114:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:115:16: style: The function 'WmNcMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:183:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:115:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:116:16: style: The function 'WmNcMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:531:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:116:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:117:16: style: The function 'WmGetIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:184:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:117:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:118:16: style: The function 'WmShowWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:171:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:118:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:120:24: style: The function 'WmSysCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:589:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:120:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:124:17: style: The function 'IsUndecorated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:113:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:124:17: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:151:18: style: The function 'Reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:280:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:151:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:153:18: style: The function 'AwtSetActiveWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:195:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:153:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:622:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4090:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4185:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4400:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4506:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4729:37: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:4971:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5091:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5168:36: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5246:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5434:20: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:5780:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6446:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:186:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:342:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:495:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:496:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:498:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:510:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:527:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:56:5: performance: Variable 'hCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:57:5: performance: Variable 'jCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:69:5: performance: Variable 'hCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp:70:5: performance: Variable 'jCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ole.h:69:5: style: Struct 'CLogEntryPoint1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ole.h:74:5: style: Struct 'CLogEntryPoint0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:260:5: style: Variable 'hglobal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:255:0: note: Variable 'hglobal' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:260:5: note: Variable 'hglobal' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:354:9: style: The scope of the variable 'numPixels' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:50:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:50:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:52:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:52:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:53:13: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:489:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:53:13: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:75:10: style: The function 'SetFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:182:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:75:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:77:18: style: The function 'Enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:201:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:77:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:78:18: style: The function 'SetColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:174:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:78:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:79:18: style: The function 'SetBackgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:178:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:79:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:84:16: style: The function 'WmNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:562:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:84:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:85:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:85:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:86:16: style: The function 'WmPaste' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:546:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:86:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:90:18: style: The function 'IsFocusingMouseMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:229:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:90:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:100:10: style: The function 'SetCompositionWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:548:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:100:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:102:17: style: The function 'GetDBCSEditHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:629:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:102:17: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:191:16: style: The function 'WmContextMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:601:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:191:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:39:1: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:43:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:56:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DataTransferer.cpp:83:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Desktop.cpp:98:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:930:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:918:53: style: Function 'PlayWindowsSound' argument 1 names different: declaration 'eventName' definition 'event'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h:48:39: note: Function 'PlayWindowsSound' argument 1 names different: declaration 'eventName' definition 'event'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:918:53: note: Function 'PlayWindowsSound' argument 1 names different: declaration 'eventName' definition 'event'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h:48:14: performance: Technically the member function 'AwtDesktopProperties::PlayWindowsSound' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:918:28: note: Technically the member function 'AwtDesktopProperties::PlayWindowsSound' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h:48:14: note: Technically the member function 'AwtDesktopProperties::PlayWindowsSound' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h:44:9: style: Class 'AwtDesktopProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: style: Unhandled exception specification when calling function safe_Malloc(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:152:29: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: style: Unhandled exception specification when calling function safe_Malloc(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp:198:29: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:96:7: note: Unhandled exception specification when calling function safe_Malloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:119:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:120:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:438:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:660:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:661:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:678:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:679:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:691:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:701:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:704:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:99:52: style: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:65:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:99:52: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:233:47: style: Function 'MouseHookProc' argument 1 names different: declaration 'code' definition 'nCode'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:128:47: note: Function 'MouseHookProc' argument 1 names different: declaration 'code' definition 'nCode'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:233:47: note: Function 'MouseHookProc' argument 1 names different: declaration 'code' definition 'nCode'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:329:53: style: Function 'MouseHookProc_NonTT' argument 1 names different: declaration 'code' definition 'nCode'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:133:53: note: Function 'MouseHookProc_NonTT' argument 1 names different: declaration 'code' definition 'nCode'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:329:53: note: Function 'MouseHookProc_NonTT' argument 1 names different: declaration 'code' definition 'nCode'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.cpp:68:5: performance: Variable 'm_modalWnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:48:21: warning: The class 'AwtDialog' defines member variable with name 'undecoratedID' also defined in its parent class 'AwtFrame'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:52:21: note: Parent variable 'AwtFrame::undecoratedID'
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:48:21: note: Derived variable 'AwtDialog::undecoratedID'
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:53:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:69:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:53:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:55:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:71:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:55:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:56:19: style: The function 'FillClassInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:78:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:56:19: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:57:18: style: The function 'SetResizable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:131:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:57:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:59:10: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:130:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:59:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:61:18: style: The function 'DoUpdateIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:97:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:61:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:62:19: style: The function 'GetEffectiveIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:98:19: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:62:19: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:68:24: style: The function 'WmStyleChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:598:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:68:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:69:24: style: The function 'WmSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:174:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:69:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:70:16: style: The function 'WmNcMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:183:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:70:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:71:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.h:104:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:71:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:78:25: style: The function 'IsFocusedWindowModalBlocker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:125:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Dialog.h:78:25: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1567:35: warning: Identical condition 'dlibMove.HighPart!=0', second condition is always false [identicalConditionAfterEarlyExit]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1558:27: note: first condition
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1567:35: note: second condition
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:512:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:588:49: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1283:49: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1473:49: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1717:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1775:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1391:96: style: Function 'ADSIStreamProxy' argument 3 names different: declaration 'len' definition 'blen'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:178:80: note: Function 'ADSIStreamProxy' argument 3 names different: declaration 'len' definition 'blen'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1391:96: note: Function 'ADSIStreamProxy' argument 3 names different: declaration 'len' definition 'blen'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:304:5: performance: Variable 'm_peer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1260:5: performance: Variable 'm_refs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1443:5: performance: Variable 'm_statstg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1445:5: performance: Variable 'm_refs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:156:33: warning: Virtual function 'AddRef' is called from constructor 'ADSIEnumFormatEtc(AwtDragSource*parent)' at line 1264. Dynamic binding is not used. [virtualCallInConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1264:5: note: Calling AddRef
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:156:33: note: AddRef is a virtual method
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:186:33: warning: Virtual function 'AddRef' is called from constructor 'ADSIStreamProxy(AwtDragSource*parent,jbyteArray buffer,jint len)' at line 1427. Dynamic binding is not used. [virtualCallInConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1427:5: note: Calling AddRef
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:186:33: note: AddRef is a virtual method
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:148:17: style: Class 'ADSIEnumFormatEtc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h:175:17: style: Class 'ADSIStreamProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1175:1: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1180:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1192:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1204:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1216:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1228:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1240:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1250:1: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: style: Unhandled exception specification when calling function safe_Calloc(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp:1396:31: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:97:7: note: Unhandled exception specification when calling function safe_Calloc().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:909:18: warning: Either the condition 'NULL==pfgdHead' is redundant or there is possible null pointer dereference: pfgdHead. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:905:14: note: Assuming that condition 'NULL==pfgdHead' is not redundant
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:909:18: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:921:34: warning: Either the condition 'NULL==pfgdHead' is redundant or there is possible null pointer dereference: pfgdHead. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:905:14: note: Assuming that condition 'NULL==pfgdHead' is not redundant
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:921:34: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:923:30: warning: Either the condition 'NULL==pfgdHead' is redundant or there is possible null pointer dereference: pfgdHead. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:905:14: note: Assuming that condition 'NULL==pfgdHead' is not redundant
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:923:30: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1434:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1544:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1561:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1590:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1602:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1614:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1626:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:144:67: style: Function 'DragEnter' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:59:68: note: Function 'DragEnter' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:144:67: note: Function 'DragEnter' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:321:62: style: Function 'Drop' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:63:63: note: Function 'Drop' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:321:62: note: Function 'Drop' argument 1 names different: declaration 'pDataObject' definition 'pDataObj'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:437:41: style: Function 'RegisterTarget' argument 1 names different: declaration 'wParam' definition 'show'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:73:42: note: Function 'RegisterTarget' argument 1 names different: declaration 'wParam' definition 'show'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:437:41: note: Function 'RegisterTarget' argument 1 names different: declaration 'wParam' definition 'show'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:969:38: style: Function 'GetData' argument 1 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:99:39: note: Function 'GetData' argument 1 names different: declaration 'format' definition 'fmt'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:969:38: note: Function 'GetData' argument 1 names different: declaration 'format' definition 'fmt'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1331:39: style: Function '_Read' argument 1 names different: declaration 'Param' definition 'param'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:233:38: note: Function '_Read' argument 1 names different: declaration 'Param' definition 'param'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1331:39: note: Function '_Read' argument 1 names different: declaration 'Param' definition 'param'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1366:80: style: Function 'DoReadBytes' argument 2 names different: declaration 'buf' definition 'array'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:206:74: note: Function 'DoReadBytes' argument 2 names different: declaration 'buf' definition 'array'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1366:80: note: Function 'DoReadBytes' argument 2 names different: declaration 'buf' definition 'array'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:438:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1245:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:60:5: performance: Variable 'm_window' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:316:0: style: Technically the member function 'JLocalRef < jclass >::operatorT' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:317:0: style: Technically the member function 'JLocalRef < jclass >::operatorbool' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:318:0: style: Technically the member function 'JLocalRef < jclass >::operator!' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:316:0: style: Technically the member function 'JLocalRef < jstring >::operatorT' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:317:0: style: Technically the member function 'JLocalRef < jstring >::operatorbool' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt.h:318:0: style: Technically the member function 'JLocalRef < jstring >::operator!' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:107:22: warning: Virtual function 'UnloadCache' is called from destructor '~AwtDropTarget()' at line 91. Dynamic binding is not used. [virtualCallInConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:91:5: note: Calling UnloadCache
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.h:107:22: note: UnloadCache is a virtual method
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:559:26: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1173:1: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1177:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1187:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1196:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1206:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1217:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1226:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:1233:5: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp:857:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.cpp:92:48: style: Function 'JAWTDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.h:95:32: note: Function 'JAWTDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.cpp:92:48: note: Function 'JAWTDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.cpp:182:66: style: Function 'JAWTOffscreenDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.h:123:41: note: Function 'JAWTOffscreenDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.cpp:182:66: note: Function 'JAWTOffscreenDrawingSurface' argument 1 names different: declaration 'env' definition 'pEnv'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.cpp:177:64: style: Variable 'pds' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.h:127:37: warning: The class 'JAWTOffscreenDrawingSurface' defines member variable with name 'info' also defined in its parent class 'JAWTDrawingSurface'. [duplInheritedMember]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.h:99:28: note: Parent variable 'JAWTDrawingSurface::info'
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.h:127:37: note: Derived variable 'JAWTOffscreenDrawingSurface::info'
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.cpp:146:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.cpp:269:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.cpp:241:27: style: Function 'Show' argument 1 names different: declaration 'peer' definition 'p'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.h:61:28: note: Function 'Show' argument 1 names different: declaration 'peer' definition 'p'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.cpp:241:27: note: Function 'Show' argument 1 names different: declaration 'peer' definition 'p'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:183:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:192:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1679:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1681:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1695:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1836:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1842:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1871:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1882:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:259:9: style: The scope of the variable 'cfnum' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1149:20: style: Variable 'lastItem' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:138:10: warning: Member variable 'AwtFont::textAngle' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:138:10: warning: Member variable 'AwtFont::awScale' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1273:5: performance: Variable 'm_lpszFontName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1322:5: performance: Variable 'm_cSegCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1323:5: performance: Variable 'm_piStart' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1324:5: performance: Variable 'm_piEnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1325:5: performance: Variable 'm_cSeg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1494:5: performance: Variable 'm_hTmpDC' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1551:5: performance: Variable 'm_hTmpFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1552:5: performance: Variable 'm_hTmpCMapOffset' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.h:282:13: performance: Technically the member function 'AwtFontCache::Add' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1135:20: note: Technically the member function 'AwtFontCache::Add' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.h:282:13: note: Technically the member function 'AwtFontCache::Add' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:145:5: style: Class 'AwtFont' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:145:5: style: Class 'AwtFont' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1643:5: style: Class 'CSegTableManagerComponent' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1643:5: style: Class 'CSegTableManagerComponent' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1302:18: style: The function 'In' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1262:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1302:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1482:10: style: The function 'IsEUDC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1304:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1482:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1483:18: style: The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1261:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1483:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1486:10: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1307:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1486:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1538:10: style: The function 'IsEUDC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1304:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1538:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1539:18: style: The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1261:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1539:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1542:10: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1307:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1542:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1706:10: style: The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1261:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1706:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1707:10: style: The function 'In' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1262:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:1707:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Font.cpp:716:22: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:169:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:171:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:435:48: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:486:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1017:59: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1052:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1057:45: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1163:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1263:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1282:39: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1289:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1290:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1309:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1310:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1347:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1354:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1355:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1428:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1429:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1454:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1464:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1465:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1486:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1487:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1501:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1508:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1509:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1528:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1538:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1541:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1576:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1584:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1585:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1589:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1590:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1610:54: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:458:5: style: Variable 'retValue' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:456:0: note: Variable 'retValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:458:5: note: Variable 'retValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1141:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1157:44: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:114:5: performance: Variable 'm_parentWnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:116:5: performance: Variable 'm_isEmbedded' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:117:5: performance: Variable 'm_isEmbeddedInIE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:118:5: performance: Variable 'm_isLightweight' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:119:5: performance: Variable 'm_ignoreWmSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:120:5: performance: Variable 'm_isMenuDropped' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:121:5: performance: Variable 'm_isInputMethodWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:122:5: performance: Variable 'm_isUndecorated' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:123:5: performance: Variable 'm_imeTargetComponent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:125:5: performance: Variable 'm_iconic' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:126:5: performance: Variable 'm_zoomed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:127:5: performance: Variable 'm_maxBoundsSet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:128:5: performance: Variable 'm_forceResetZoomed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:130:5: performance: Variable 'isInManualMoveOrSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:131:5: performance: Variable 'grabbedHitTest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp:1236:18: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_GDIObject.cpp:153:33: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_InputMethod.cpp:151:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_InputMethod.cpp:152:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_InputMethod.cpp:421:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_InputTextInfor.cpp:146:22: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:81:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:82:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:241:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:248:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:249:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:266:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:273:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:274:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:299:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:300:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:215:11: style: The scope of the variable 'r' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:66:36: style: Function 'Create' argument 1 names different: declaration 'label' definition 'labelPeer'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.h:51:37: note: Function 'Create' argument 1 names different: declaration 'label' definition 'labelPeer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:66:36: note: Function 'Create' argument 1 names different: declaration 'label' definition 'labelPeer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.cpp:58:5: performance: Variable 'm_needPaint' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.h:49:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.h:49:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.h:56:24: style: The function 'WmPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:510:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.h:56:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.h:57:24: style: The function 'WmPrintClient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:582:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.h:57:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.h:58:24: style: The function 'WmEraseBkgnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:505:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.h:58:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.h:68:18: style: The function 'Enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:201:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Label.h:68:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:93:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:94:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:557:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:558:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:578:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:579:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:592:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:602:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:604:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:610:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:652:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:660:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:661:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:690:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:697:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:698:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:713:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:720:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:721:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:736:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:743:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:744:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:759:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:767:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:768:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:785:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:792:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:793:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:189:32: style: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:102:35: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:189:32: note: Function 'SetFont' argument 1 names different: declaration 'pFont' definition 'font'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:319:44: style: Function 'PreferredItemSize' argument 1 names different: declaration 'envx' definition 'env'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:108:39: note: Function 'PreferredItemSize' argument 1 names different: declaration 'envx' definition 'env'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:319:44: note: Function 'PreferredItemSize' argument 1 names different: declaration 'envx' definition 'env'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:64:10: warning: Member variable 'AwtList::m_nMaxWidth' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:65:5: performance: Variable 'isMultiSelect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:66:5: performance: Variable 'isWrapperPrint' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:89:17: style: Technically the member function 'AwtList::GetMaxWidth' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:43:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:43:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:47:18: style: The function 'NeedDblClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:327:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:47:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:102:18: style: The function 'SetFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:182:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:102:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:108:13: style: The function 'PreferredItemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:343:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:108:13: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:113:16: style: The function 'WmNcHitTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:588:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:113:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:114:16: style: The function 'WmMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:524:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:114:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:115:16: style: The function 'WmMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:525:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:115:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:116:16: style: The function 'WmNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:562:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:116:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:119:16: style: The function 'OwnerDrawItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:576:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:119:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:120:16: style: The function 'OwnerMeasureItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:578:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:120:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:123:16: style: The function 'WmSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:513:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:123:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:125:16: style: The function 'WmCtlColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:518:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:125:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:128:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:128:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:130:16: style: The function 'WmPrint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:581:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:130:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:132:18: style: The function 'SetDragCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:751:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:132:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:133:18: style: The function 'ReleaseDragCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:752:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:133:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:134:10: style: The function 'Reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:280:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:134:10: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:141:25: style: The function 'GetStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:304:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:141:25: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:145:25: style: The function 'SetStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:308:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:145:25: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:152:25: style: The function 'GetStyleEx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:315:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:152:25: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:156:25: style: The function 'SetStyleEx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:319:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:156:25: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:164:17: style: The function 'GetDBCSEditHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:629:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:164:17: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:166:18: style: The function 'InheritsNativeMouseWheelBehavior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:428:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:166:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:168:18: style: The function 'IsFocusingMouseMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:229:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.h:168:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_List.cpp:326:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:95:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:139:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:140:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:154:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:160:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:161:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:299:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:300:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:57:5: performance: Variable 'm_hMenu' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.cpp:279:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:112:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:113:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:162:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:163:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:216:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:223:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:225:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:245:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:251:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:252:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:143:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp:157:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:740:31: warning: Either the condition 'menu!=NULL' is redundant or there is possible null pointer dereference: menu. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:741:18: note: Assuming that condition 'menu!=NULL' is not redundant
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:740:31: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:229:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:787:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:795:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:796:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:870:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:872:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:887:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:894:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:896:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:912:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:919:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:920:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:209:42: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:72:40: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:209:42: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:209:56: style: Function 'Create' argument 2 names different: declaration 'menu' definition 'menuPeer'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:72:54: note: Function 'Create' argument 2 names different: declaration 'menu' definition 'menuPeer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:209:56: note: Function 'Create' argument 2 names different: declaration 'menu' definition 'menuPeer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:104:5: performance: Variable 'm_Id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:105:5: performance: Variable 'm_freeId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:106:5: performance: Variable 'm_isCheckbox' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:133:13: performance: Technically the member function 'AwtMenuItem::GetFontMetrics' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:600:22: note: Technically the member function 'AwtMenuItem::GetFontMetrics' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:133:13: note: Technically the member function 'AwtMenuItem::GetFontMetrics' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:134:13: performance: Technically the member function 'AwtMenuItem::GetDefaultFont' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:280:14: note: Technically the member function 'AwtMenuItem::GetDefaultFont' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:134:13: note: Technically the member function 'AwtMenuItem::GetDefaultFont' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:137:10: performance: Technically the member function 'AwtMenuItem::DrawCheck' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:645:19: note: Technically the member function 'AwtMenuItem::DrawCheck' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:137:10: note: Technically the member function 'AwtMenuItem::DrawCheck' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:148:16: performance: Technically the member function 'AwtMenuItem::WmNotify' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:252:25: note: Technically the member function 'AwtMenuItem::WmNotify' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:148:16: note: Technically the member function 'AwtMenuItem::WmNotify' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.cpp:635:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.cpp:103:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.cpp:133:30: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.cpp:168:26: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Palette.cpp:343:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Palette.cpp:342:0: note: Variable 'buf' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Palette.cpp:343:5: note: Variable 'buf' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Palette.h:48:29: style: Technically the member function 'AwtPalette::Realize' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Palette.cpp:60:18: note: Technically the member function 'AwtPalette::Realize' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Palette.h:48:29: note: Technically the member function 'AwtPalette::Realize' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Palette.h:59:29: performance: Technically the member function 'AwtPalette::GetGSType' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Palette.cpp:178:17: note: Technically the member function 'AwtPalette::GetGSType' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Palette.h:59:29: note: Technically the member function 'AwtPalette::GetGSType' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Pen.cpp:83:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Pen.h:55:5: style: Class 'AwtPen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:81:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:125:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:127:35: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:181:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:183:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.cpp:185:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:45:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:52:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:45:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:47:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:54:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:47:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:57:25: style: The function 'GetMenuBar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:65:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:57:25: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:59:18: style: The function 'GetOwnerHWnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:73:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:59:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:62:18: style: The function 'Enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:140:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:62:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:63:18: style: The function 'IsDisabledAndPopup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_MenuItem.h:150:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:63:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:64:18: style: The function 'AddItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Menu.h:70:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PopupMenu.h:64:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:753:23: style: Condition 'printName!=NULL' is always false [knownConditionTrueFalse]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:659:24: note: Assignment 'printName=NULL', assigned value is 0
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:753:23: note: Condition 'printName!=NULL' is always false
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:756:22: style: Condition 'portName!=NULL' is always false [knownConditionTrueFalse]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:660:23: note: Assignment 'portName=NULL', assigned value is 0
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:756:22: note: Condition 'portName!=NULL' is always false
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:649:11: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:593:16: style: The scope of the variable 'tmp_ls' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:594:16: style: The scope of the variable 'widpts' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:594:24: style: The scope of the variable 'hgtpts' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:109:44: style: Function 'FindPrinter' argument 5 names different: declaration 'foundPORT' definition 'foundPort'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.h:81:38: note: Function 'FindPrinter' argument 5 names different: declaration 'foundPORT' definition 'foundPort'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:109:44: note: Function 'FindPrinter' argument 5 names different: declaration 'foundPORT' definition 'foundPort'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:1105:41: style: Function 'getDevmode' argument 2 names different: declaration 'pPrinterName' definition 'printerName'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.h:98:41: note: Function 'getDevmode' argument 2 names different: declaration 'pPrinterName' definition 'printerName'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp:1105:41: note: Function 'getDevmode' argument 2 names different: declaration 'pPrinterName' definition 'printerName'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintDialog.cpp:215:50: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:1199:17: style: Redundant condition: If 'quality < 0', the comparison 'quality' is always true. [redundantCondition]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:4050:37: style: Redundant condition: *paperSize!=0. '*paperSize==0 || (*paperSize!=0 && papers[i]==*paperSize)' is equivalent to '*paperSize==0 || papers[i]==*paperSize' [redundantCondition]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:521:50: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2129:5: style: Variable 'didSetFont' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2127:0: note: Variable 'didSetFont' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2129:5: note: Variable 'didSetFont' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2666:20: style: The scope of the variable 'inLine' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2713:20: style: The scope of the variable 'inLine' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2715:10: style: The scope of the variable 'white' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2914:9: style: The scope of the variable 'result' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:4040:16: style: The scope of the variable 'tmp_ls' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:4041:16: style: The scope of the variable 'widpts' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:4041:24: style: The scope of the variable 'hgtpts' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2391:51: style: Function 'fontEnumProcW' argument 1 names different: declaration 'lpelfe' definition 'logfont'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:314:52: note: Function 'fontEnumProcW' argument 1 names different: declaration 'lpelfe' definition 'logfont'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2391:51: note: Function 'fontEnumProcW' argument 1 names different: declaration 'lpelfe' definition 'logfont'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2709:52: style: Function 'findWhite' argument 6 names different: declaration 'numLines' definition 'numLinesP'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:296:55: note: Function 'findWhite' argument 6 names different: declaration 'numLines' definition 'numLinesP'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2709:52: note: Function 'findWhite' argument 6 names different: declaration 'numLines' definition 'numLinesP'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:3598:57: style: Function 'setPageFormatOrientation' argument 3 names different: declaration 'orient' definition 'orientation'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:276:70: note: Function 'setPageFormatOrientation' argument 3 names different: declaration 'orient' definition 'orientation'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:3598:57: note: Function 'setPageFormatOrientation' argument 3 names different: declaration 'orient' definition 'orientation'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:3923:32: warning: Function 'matchPaperSize' argument order different: declaration 'printDC, hDevMode, hDevNames, origWid, origHgt, newHgt, newWid, paperSize' definition 'printDC, hDevMode, hDevNames, origWid, origHgt, newWid, newHgt, paperSize' [funcArgOrderDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:300:32: note: Function 'matchPaperSize' argument order different: declaration 'printDC, hDevMode, hDevNames, origWid, origHgt, newHgt, newWid, paperSize' definition 'printDC, hDevMode, hDevNames, origWid, origHgt, newWid, newHgt, paperSize'
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:3923:32: note: Function 'matchPaperSize' argument order different: declaration 'printDC, hDevMode, hDevNames, origWid, origHgt, newHgt, newWid, paperSize' definition 'printDC, hDevMode, hDevNames, origWid, origHgt, newWid, newHgt, paperSize'
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:1691:22: style: Variable 'technology' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:1760:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:2967:13: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:3321:27: style: Variable 'gdiOrientation' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp:625:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:307:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:258:31: style: Function 'KeyPress' argument 1 names different: declaration 'key' definition 'jkey'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:49:29: note: Function 'KeyPress' argument 1 names different: declaration 'key' definition 'jkey'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:258:31: note: Function 'KeyPress' argument 1 names different: declaration 'key' definition 'jkey'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:263:33: style: Function 'KeyRelease' argument 1 names different: declaration 'key' definition 'jkey'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:50:31: note: Function 'KeyRelease' argument 1 names different: declaration 'key' definition 'jkey'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:263:33: note: Function 'KeyRelease' argument 1 names different: declaration 'key' definition 'jkey'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:40:14: performance: Technically the member function 'AwtRobot::MouseMove' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:51:16: note: Technically the member function 'AwtRobot::MouseMove' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:40:14: note: Technically the member function 'AwtRobot::MouseMove' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:41:14: performance: Technically the member function 'AwtRobot::MousePress' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:62:16: note: Technically the member function 'AwtRobot::MousePress' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:41:14: note: Technically the member function 'AwtRobot::MousePress' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:42:14: performance: Technically the member function 'AwtRobot::MouseRelease' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:104:16: note: Technically the member function 'AwtRobot::MouseRelease' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:42:14: note: Technically the member function 'AwtRobot::MouseRelease' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:44:14: performance: Technically the member function 'AwtRobot::MouseWheel' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:147:16: note: Technically the member function 'AwtRobot::MouseWheel' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:44:14: note: Technically the member function 'AwtRobot::MouseWheel' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:47:14: performance: Technically the member function 'AwtRobot::GetRGBPixels' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:161:16: note: Technically the member function 'AwtRobot::GetRGBPixels' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:47:14: note: Technically the member function 'AwtRobot::GetRGBPixels' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:54:14: performance: Technically the member function 'AwtRobot::DoKeyEvent' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp:268:16: note: Technically the member function 'AwtRobot::DoKeyEvent' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:54:14: note: Technically the member function 'AwtRobot::DoKeyEvent' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Robot.h:37:9: style: Class 'AwtRobot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:100:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:101:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:426:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:434:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:435:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:460:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:461:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:476:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:484:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:485:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:510:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:520:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:521:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:683:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:684:6: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:86:60: style: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:59:56: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:86:60: note: Function 'Create' argument 2 names different: declaration 'hParent' definition 'parent'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:371:69: style: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:80:66: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:371:69: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:388:69: style: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:79:66: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:388:69: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollPane'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:57:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:42:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:57:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:65:18: style: The function 'Reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:280:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:65:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:66:18: style: The function 'BeginValidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:438:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:66:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:67:18: style: The function 'EndValidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:439:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:67:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:78:24: style: The function 'WmNcHitTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:588:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:78:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:79:24: style: The function 'WmHScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:520:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:79:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:80:24: style: The function 'WmVScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:521:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:80:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:82:24: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Canvas.h:48:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.h:82:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:54:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:152:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:54:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:56:21: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:134:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:56:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:64:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:489:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:64:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:69:24: style: The function 'WmHScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:520:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:69:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:70:24: style: The function 'WmVScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:521:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:70:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:73:24: style: The function 'WmMouseDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:524:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:73:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:74:24: style: The function 'WmNcHitTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:588:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:74:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:76:24: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:76:24: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:78:25: style: The function 'IsScrollbar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:636:25: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:78:25: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:162:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_ScrollPane.cpp:358:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:116:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:117:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:446:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:460:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:461:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:481:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:488:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:489:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:504:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:511:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:512:10: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:101:30: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:58:41: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:101:30: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:326:57: style: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:70:66: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:326:57: note: Function 'WmVScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:437:57: style: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.h:69:66: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:437:57: note: Function 'WmHScroll' argument 3 names different: declaration 'hScrollBar' definition 'hScrollbar'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Scrollbar.cpp:64:5: performance: Variable 'm_orientation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:72:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:422:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:432:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:435:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:70:42: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:54:40: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:70:42: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:56:5: performance: Variable 'm_lHDeltaAccum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.cpp:57:5: performance: Variable 'm_lVDeltaAccum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:52:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:50:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:52:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:59:13: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:489:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:59:13: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:62:16: style: The function 'WmNcHitTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:588:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:62:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:63:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:63:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:65:18: style: The function 'InheritsNativeMouseWheelBehavior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:428:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:65:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:66:18: style: The function 'Reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:280:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:66:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:68:18: style: The function 'getJavaSelPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:57:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:68:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:69:18: style: The function 'getWin32SelPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:58:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:69:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:70:18: style: The function 'SetSelRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:62:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextArea.h:70:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:99:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:100:21: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:538:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:540:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:576:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:583:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:584:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:613:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:614:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:637:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:638:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:655:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:663:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:664:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:680:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:687:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:688:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:308:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:84:52: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:48:45: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:84:52: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:421:51: style: Function 'SetCompositionWindow' argument 1 names different: declaration 'rect' definition 'rc'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:100:37: note: Function 'SetCompositionWindow' argument 1 names different: declaration 'rect' definition 'rc'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:421:51: note: Function 'SetCompositionWindow' argument 1 names different: declaration 'rect' definition 'rc'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1026:59: style: Function 'GetContextMenu' argument 2 names different: declaration 'poleobj' definition 'lpoleobj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:164:63: note: Function 'GetContextMenu' argument 2 names different: declaration 'poleobj' definition 'lpoleobj'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1026:59: note: Function 'GetContextMenu' argument 2 names different: declaration 'poleobj' definition 'lpoleobj'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1027:63: style: Function 'GetContextMenu' argument 3 names different: declaration 'pchrg' definition 'lpchrg'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:165:53: note: Function 'GetContextMenu' argument 3 names different: declaration 'pchrg' definition 'lpchrg'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1027:63: note: Function 'GetContextMenu' argument 3 names different: declaration 'pchrg' definition 'lpchrg'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1028:59: style: Function 'GetContextMenu' argument 4 names different: declaration 'phmenu' definition 'lphmenu'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:165:72: note: Function 'GetContextMenu' argument 4 names different: declaration 'phmenu' definition 'lphmenu'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:1028:59: note: Function 'GetContextMenu' argument 4 names different: declaration 'phmenu' definition 'lphmenu'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:63:5: performance: Variable 'm_synthetic' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:64:5: performance: Variable 'm_lStartPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:65:5: performance: Variable 'm_lEndPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:66:5: performance: Variable 'm_lLastPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:67:5: performance: Variable 'm_isLFonly' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:68:5: performance: Variable 'm_EOLchecked' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:69:5: performance: Variable 'm_hEditCtrl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:70:5: performance: Variable 'm_bIgnoreEnChange' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:921:5: performance: Variable 'm_refs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:55:9: style: Technically the member function 'AwtTextComponent::RemoveCR' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp:306:23: note: Technically the member function 'AwtTextComponent::RemoveCR' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextComponent.h:55:9: note: Technically the member function 'AwtTextComponent::RemoveCR' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextField.h:51:16: style: The function 'HandleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:414:24: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextField.h:51:16: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextField.h:53:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Component.h:489:21: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextField.h:53:21: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:51:12: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:224:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:231:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:232:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:49:44: style: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextField.h:46:41: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TextField.cpp:49:44: note: Function 'Create' argument 1 names different: declaration 'self' definition 'peer'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1145:28: warning: Either the condition 'comp!=NULL' is redundant or there is possible null pointer dereference: comp. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1146:21: note: Assuming that condition 'comp!=NULL' is not redundant
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1145:28: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:524:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:920:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:933:40: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:947:30: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:961:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:968:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1078:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1098:41: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1105:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1126:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1142:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1214:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1429:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1433:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1446:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1046:30: style: The scope of the variable 'last_M' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1832:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1842:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1852:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1862:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:681:15: style: Member variable 'PreloadThread::execParam' is in the wrong place in the initializer list. [initializerList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:2129:21: note: Member variable 'PreloadThread::execParam' is in the wrong place in the initializer list.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:681:15: note: Member variable 'PreloadThread::execParam' is in the wrong place in the initializer list.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:297:5: performance: Variable 'm_localPump' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:298:5: performance: Variable 'm_mainThreadId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:299:5: performance: Variable 'm_toolkitHWnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:300:5: performance: Variable 'm_inputMethodHWnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:301:5: performance: Variable 'm_verbose' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:302:5: performance: Variable 'm_isActive' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:303:5: performance: Variable 'm_isDisposed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:305:5: performance: Variable 'm_vmSignalled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:307:5: performance: Variable 'm_isDynamicLayoutSet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:308:5: performance: Variable 'm_areExtraMouseButtonsEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:310:5: performance: Variable 'm_isWin8OrLater' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:311:5: performance: Variable 'm_touchKbrdAutoShowIsEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:317:5: performance: Variable 'm_verifyComponents' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:318:5: performance: Variable 'm_breakOnError' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:320:5: performance: Variable 'm_breakMessageLoop' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:321:5: performance: Variable 'm_messageLoopResult' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:324:5: performance: Variable 'm_mouseDown' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:326:5: performance: Variable 'm_hGetMessageHook' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:327:5: performance: Variable 'm_hMouseLLHook' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:328:5: performance: Variable 'm_lastWindowUnderMouse' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:329:5: performance: Variable 'm_timer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:2131:5: performance: Variable 'hFinished' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:241:10: style: Technically the member function 'AwtToolkit::IsWin8OrLater' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3064:18: note: Technically the member function 'AwtToolkit::IsWin8OrLater' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:241:10: note: Technically the member function 'AwtToolkit::IsWin8OrLater' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:242:10: style: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowEnabled' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3068:18: note: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowEnabled' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:242:10: note: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowEnabled' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:243:10: performance: Technically the member function 'AwtToolkit::IsAnyKeyboardAttached' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3072:18: note: Technically the member function 'AwtToolkit::IsAnyKeyboardAttached' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:243:10: note: Technically the member function 'AwtToolkit::IsAnyKeyboardAttached' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:244:10: performance: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowSystemEnabled' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3107:18: note: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowSystemEnabled' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:244:10: note: Technically the member function 'AwtToolkit::IsTouchKeyboardAutoShowSystemEnabled' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:432:17: performance: Technically the member function 'AwtToolkit::SetHeapCheck' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:1956:18: note: Technically the member function 'AwtToolkit::SetHeapCheck' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h:432:17: note: Technically the member function 'AwtToolkit::SetHeapCheck' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:331:5: style: Class 'AwtToolkit' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:331:5: style: Class 'AwtToolkit' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:213:26: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:373:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:407:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:423:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:424:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:505:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3108:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp:3115:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:619:13: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:620:26: note: Assuming that condition 'item!=NULL' is not redundant
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:619:13: note: Null pointer dereference
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:734:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:741:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:742:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:768:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:774:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:775:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:787:29: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:793:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:794:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:855:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:866:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:867:16: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:937:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:172:5: style: Variable 'target' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:169:0: note: Variable 'target' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:172:5: note: Variable 'target' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:175:5: style: Variable 'awtTrayIcon' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:170:0: note: Variable 'awtTrayIcon' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:175:5: note: Variable 'awtTrayIcon' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:817:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:819:7: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:817:12: note: Found duplicate branches for 'if' and 'else'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:231:51: style: Function 'TrayWindowProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.h:104:49: note: Function 'TrayWindowProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:231:51: note: Function 'TrayWindowProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.h:145:13: performance: Variable 'm_ID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.h:79:16: style: Technically the member function 'AwtTrayIcon::GetID' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.h:53:18: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Object.h:67:18: note: Virtual function in base class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.h:53:18: note: Function in derived class
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:528:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_TrayIcon.cpp:579:9: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsConfig.cpp:124:13: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:1094:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:1096:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:1125:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:1127:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:340:9: style: Variable 'cspace' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:331:0: note: Variable 'cspace' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:340:9: note: Variable 'cspace' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:167:18: style: The scope of the variable 'ri' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:167:22: style: The scope of the variable 'gi' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:167:26: style: The scope of the variable 'bi' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:308:69: style: Function 'GetColorModel' argument 2 names different: declaration 'useDeviceSettings' definition 'dynamic'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:50:52: note: Function 'GetColorModel' argument 2 names different: declaration 'useDeviceSettings' definition 'dynamic'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:308:69: note: Function 'GetColorModel' argument 2 names different: declaration 'useDeviceSettings' definition 'dynamic'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:627:45: style: Function 'SetScale' argument 1 names different: declaration 'scaleX' definition 'sx'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:70:44: note: Function 'SetScale' argument 1 names different: declaration 'scaleX' definition 'sx'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:627:45: note: Function 'SetScale' argument 1 names different: declaration 'scaleX' definition 'sx'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:627:55: style: Function 'SetScale' argument 2 names different: declaration 'scaleY' definition 'sy'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:70:58: note: Function 'SetScale' argument 2 names different: declaration 'scaleY' definition 'sy'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:627:55: note: Function 'SetScale' argument 2 names different: declaration 'scaleY' definition 'sy'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:82:5: performance: Variable 'javaDevice' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:88:5: performance: Variable 'monitor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:89:5: performance: Variable 'pMonitorInfo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:48:29: performance: Technically the member function 'AwtWin32GraphicsDevice::ReleaseDC' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:153:30: note: Technically the member function 'AwtWin32GraphicsDevice::ReleaseDC' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:48:29: note: Technically the member function 'AwtWin32GraphicsDevice::ReleaseDC' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:67:29: performance: Technically the member function 'AwtWin32GraphicsDevice::DisableOffscreenAcceleration' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:694:30: note: Technically the member function 'AwtWin32GraphicsDevice::DisableOffscreenAcceleration' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:67:29: note: Technically the member function 'AwtWin32GraphicsDevice::DisableOffscreenAcceleration' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:71:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetScaleX' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:679:31: note: Technically the member function 'AwtWin32GraphicsDevice::GetScaleX' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:71:29: note: Technically the member function 'AwtWin32GraphicsDevice::GetScaleX' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:72:29: style: Technically the member function 'AwtWin32GraphicsDevice::GetScaleY' can be const. [functionConst]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:684:31: note: Technically the member function 'AwtWin32GraphicsDevice::GetScaleY' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h:72:29: note: Technically the member function 'AwtWin32GraphicsDevice::GetScaleY' can be const.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:83:5: style: Class 'AwtWin32GraphicsDevice' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp:83:5: style: Class 'AwtWin32GraphicsDevice' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:337:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:338:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:359:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:360:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:457:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:774:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:827:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1008:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1009:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1028:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1032:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1033:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1103:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1104:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1174:15: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1190:17: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1195:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1425:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1720:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2250:37: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2259:13: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2265:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2286:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2287:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2317:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2318:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2375:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2402:33: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2409:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2410:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2426:27: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2433:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2436:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2459:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2466:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2467:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2483:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2490:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2492:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2508:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2525:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2526:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2584:26: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2589:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2590:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2664:28: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2685:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2689:32: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2949:34: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2958:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2961:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2979:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2987:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2988:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3010:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3019:20: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3034:38: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3041:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3042:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3065:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3073:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3080:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3102:19: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3108:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3122:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3127:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3128:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3141:24: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3146:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3147:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3160:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3165:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3166:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3184:9: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3189:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3190:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3203:22: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3207:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3208:14: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3222:23: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3232:5: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:3233:25: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1927:59: style: Function 'WmGetIcon' argument 2 names different: declaration 'retVal' definition 'retValue'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:184:60: note: Function 'WmGetIcon' argument 2 names different: declaration 'retVal' definition 'retValue'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1927:59: note: Function 'WmGetIcon' argument 2 names different: declaration 'retVal' definition 'retValue'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2134:37: style: Function 'WindowDPIChange' argument 4 names different: declaration 'newScreen' definition 'screen'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:409:30: note: Function 'WindowDPIChange' argument 4 names different: declaration 'newScreen' definition 'screen'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2134:37: note: Function 'WindowDPIChange' argument 4 names different: declaration 'newScreen' definition 'screen'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2643:52: style: Function 'SetIconData' argument 2 names different: declaration 'iconData' definition 'iconRaster'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:140:53: note: Function 'SetIconData' argument 2 names different: declaration 'iconData' definition 'iconRaster'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2643:52: note: Function 'SetIconData' argument 2 names different: declaration 'iconData' definition 'iconRaster'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2644:40: style: Function 'SetIconData' argument 5 names different: declaration 'smallIconData' definition 'smallIconRaster'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:141:40: note: Function 'SetIconData' argument 5 names different: declaration 'smallIconData' definition 'smallIconRaster'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2644:40: note: Function 'SetIconData' argument 5 names different: declaration 'smallIconData' definition 'smallIconRaster'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2682:46: style: Function 'UpdateOwnedIconCallback' argument 1 names different: declaration 'hwnd' definition 'hWndOwned'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:91:55: note: Function 'UpdateOwnedIconCallback' argument 1 names different: declaration 'hwnd' definition 'hWndOwned'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2682:46: note: Function 'UpdateOwnedIconCallback' argument 1 names different: declaration 'hwnd' definition 'hWndOwned'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2682:64: style: Function 'UpdateOwnedIconCallback' argument 2 names different: declaration 'param' definition 'lParam'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:91:68: note: Function 'UpdateOwnedIconCallback' argument 2 names different: declaration 'param' definition 'lParam'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:2682:64: note: Function 'UpdateOwnedIconCallback' argument 2 names different: declaration 'param' definition 'lParam'.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:202:12: warning: Member variable 'AwtWindow::securityAnimationKind' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:205:5: performance: Variable 'm_isResizable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:207:5: performance: Variable 'm_hIcon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:208:5: performance: Variable 'm_hIconSm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:209:5: performance: Variable 'm_iconInherited' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:329:10: performance: Technically the member function 'AwtWindow::FillWarningWindowClassInfo' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:652:17: note: Technically the member function 'AwtWindow::FillWarningWindowClassInfo' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:329:10: note: Technically the member function 'AwtWindow::FillWarningWindowClassInfo' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:331:10: performance: Technically the member function 'AwtWindow::UnregisterWarningWindowClass' can be static. [functionStatic]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:681:17: note: Technically the member function 'AwtWindow::UnregisterWarningWindowClass' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.h:331:10: note: Technically the member function 'AwtWindow::UnregisterWarningWindowClass' can be static.
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1441:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1513:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1588:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: style: Unhandled exception specification when calling function safe_ExceptionOccurred(). [unhandledExceptionSpecification]
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_Window.cpp:1810:14: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/alloc.h:103:12: note: Unhandled exception specification when calling function safe_ExceptionOccurred().
openjdk-11-11~24/src/java.desktop/windows/native/libawt/windows/awt_new.cpp:52:40: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:209:5: style: Variable 'hWnd' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:205:0: note: Variable 'hWnd' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:209:5: note: Variable 'hWnd' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:210:5: style: Variable 'hDesktopDC' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:206:0: note: Variable 'hDesktopDC' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:210:5: note: Variable 'hDesktopDC' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:183:47: style: The scope of the variable 'pixelPtr' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:183:58: style: The scope of the variable 'dibPixPtr' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:284:15: style: Checking if unsigned variable 'width' is less than zero. [unsignedLessThanZero]
openjdk-11-11~24/src/java.desktop/windows/native/libfontmanager/lcdglyph.c:238:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Charset_Util.cpp:34:35: style: Function 'UnicodeToUTF8' argument 1 names different: declaration 'lpAnsiStr' definition 'lpUnicodeStr'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Charset_Util.h:36:42: note: Function 'UnicodeToUTF8' argument 1 names different: declaration 'lpAnsiStr' definition 'lpUnicodeStr'.
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Charset_Util.cpp:34:35: note: Function 'UnicodeToUTF8' argument 1 names different: declaration 'lpAnsiStr' definition 'lpUnicodeStr'.
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1316:5: style: Variable 'draining' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1310:0: note: Variable 'draining' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1316:5: note: Variable 'draining' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1384:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1381:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1384:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:664:9: style: The scope of the variable 'start' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:664:16: style: The scope of the variable 'count' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1060:9: style: The scope of the variable 'newReadPos' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1153:9: style: The scope of the variable 'available' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1154:9: style: The scope of the variable 'thisWritePos' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:1246:9: style: The scope of the variable 'thisReadPos' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:457:29: warning: Member variable 'Data::line2Start' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_DirectSound.cpp:458:5: performance: Variable 'threadHandle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_MidiIn.cpp:180:26: warning: Member variable 'Data::handle' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_MidiIn.cpp:181:5: performance: Variable 'threadHandle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_MidiOut.c:103:11: style: The scope of the variable 'desc' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:385:9: style: The scope of the variable 'src' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:385:14: style: The scope of the variable 'dst' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:385:19: style: The scope of the variable 'srcIndex' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:385:29: style: The scope of the variable 'waveInHasControls' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:386:9: style: The scope of the variable 'dstCount' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:546:16: style: The scope of the variable 'line' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:558:16: style: The scope of the variable 'line' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:624:20: style: The scope of the variable 'controlID' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:626:9: style: The scope of the variable 'm' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:802:19: style: The scope of the variable 'mixerControl' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:855:11: style: The scope of the variable 'compControl' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:885:16: style: The scope of the variable 'line' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c:995:34: style: The scope of the variable 'bools' can be reduced. [variableScope]
openjdk-11-11~24/src/java.desktop/windows/native/libsplashscreen/splashscreen_sys.c:494:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:149:5: style: Variable 'initerror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:145:0: note: Variable 'initerror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:149:5: note: Variable 'initerror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:300:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:292:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:300:5: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:303:5: style: Variable 'initerror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:291:0: note: Variable 'initerror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:303:5: note: Variable 'initerror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:558:5: style: Variable 'environment' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:555:0: note: Variable 'environment' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:558:5: note: Variable 'environment' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:603:5: style: Variable 'environment' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:601:0: note: Variable 'environment' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:603:5: note: Variable 'environment' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/InvocationAdapter.c:575:9: error: Memory pointed to by 'mJarfile' is freed twice. [doubleFree]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:179:5: style: Variable 'jvmtierror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:177:0: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:179:5: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:211:5: style: Variable 'jnierror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:208:0: note: Variable 'jnierror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:211:5: note: Variable 'jnierror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:280:5: style: Variable 'jvmtierror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:255:0: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:280:5: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:445:5: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:441:0: note: Variable 'success' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:445:5: note: Variable 'success' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:489:5: style: Variable 'implClass' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:479:0: note: Variable 'implClass' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:489:5: note: Variable 'implClass' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:491:5: style: Variable 'errorOutstanding' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:480:0: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:491:5: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:577:5: style: Variable 'classnameJavaString' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:573:0: note: Variable 'classnameJavaString' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:577:5: note: Variable 'classnameJavaString' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:578:5: style: Variable 'errorOutstanding' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:575:0: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:578:5: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:817:5: style: Variable 'shouldRun' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:814:0: note: Variable 'shouldRun' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:817:5: note: Variable 'shouldRun' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:956:13: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:954:0: note: Variable 'message' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:956:13: note: Variable 'message' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:973:5: style: Variable 'classArrayClass' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:967:0: note: Variable 'classArrayClass' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:973:5: note: Variable 'classArrayClass' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:974:5: style: Variable 'errorOccurred' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:970:0: note: Variable 'errorOccurred' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:974:5: note: Variable 'errorOccurred' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1221:5: style: Variable 'errorOccurred' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1210:0: note: Variable 'errorOccurred' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1221:5: note: Variable 'errorOccurred' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1286:21: style: Variable 'classDef' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1284:0: note: Variable 'classDef' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1286:21: note: Variable 'classDef' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1328:21: style: Variable 'errorCode' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1327:0: note: Variable 'errorCode' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1328:21: note: Variable 'errorCode' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1385:5: style: Variable 'jvmtierror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1379:0: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1385:5: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1450:5: style: Variable 'jvmtierror' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1448:0: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1450:5: note: Variable 'jvmtierror' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1561:17: style: Variable 'prefixStr' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1556:0: note: Variable 'prefixStr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1561:17: note: Variable 'prefixStr' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1467:17: style: The scope of the variable 'utf8Chars' can be reduced. [variableScope]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1470:17: style: The scope of the variable 'platformChars' can be reduced. [variableScope]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1471:17: style: The scope of the variable 'platformLen' can be reduced. [variableScope]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:246:31: style: Function 'allocateJPLISAgent' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:60:37: note: Function 'allocateJPLISAgent' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:246:31: note: Function 'allocateJPLISAgent' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:336:41: style: Function 'recordCommandLineData' argument 2 names different: declaration 'agentClass' definition 'agentClassName'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.h:183:41: note: Function 'recordCommandLineData' argument 2 names different: declaration 'agentClass' definition 'agentClassName'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:336:41: note: Function 'recordCommandLineData' argument 2 names different: declaration 'agentClass' definition 'agentClassName'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:601:40: style: Function 'invokeJavaAgentMainMethod' argument 3 names different: declaration 'agentMainMethod' definition 'mainCallingMethod'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:103:40: note: Function 'invokeJavaAgentMainMethod' argument 3 names different: declaration 'agentMainMethod' definition 'mainCallingMethod'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:601:40: note: Function 'invokeJavaAgentMainMethod' argument 3 names different: declaration 'agentMainMethod' definition 'mainCallingMethod'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:799:57: style: Function 'transformClassFile' argument 3 names different: declaration 'loader' definition 'loaderObject'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.h:219:57: note: Function 'transformClassFile' argument 3 names different: declaration 'loader' definition 'loaderObject'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:799:57: note: Function 'transformClassFile' argument 3 names different: declaration 'loader' definition 'loaderObject'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1412:53: style: Function 'getAllLoadedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:127:53: note: Function 'getAllLoadedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1412:53: note: Function 'getAllLoadedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1428:53: style: Function 'getInitiatedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:137:53: note: Function 'getInitiatedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JPLISAgent.c:1428:53: note: Function 'getInitiatedClassesClassListFetcher' argument 1 names different: declaration 'jvmtiEnv' definition 'jvmtienv'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JarFacade.c:117:30: style: Function 'freeAttributes' argument 1 names different: declaration 'attributes' definition 'head'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JarFacade.h:41:35: note: Function 'freeAttributes' argument 1 names different: declaration 'attributes' definition 'head'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JarFacade.c:117:30: note: Function 'freeAttributes' argument 1 names different: declaration 'attributes' definition 'head'.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:90:5: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:84:0: note: Variable 'message' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:90:5: note: Variable 'message' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:91:5: style: Variable 'mappedThrowable' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:83:0: note: Variable 'mappedThrowable' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:91:5: note: Variable 'mappedThrowable' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:135:5: style: Variable 'exceptionClass' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:128:0: note: Variable 'exceptionClass' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:135:5: note: Variable 'exceptionClass' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:136:5: style: Variable 'errorOutstanding' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:129:0: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:136:5: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:289:5: style: Variable 'exceptionClass' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:281:0: note: Variable 'exceptionClass' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:289:5: note: Variable 'exceptionClass' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:290:5: style: Variable 'errorOutstanding' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:284:0: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:290:5: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:324:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:321:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:324:5: note: Variable 'result' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:399:5: style: Variable 'originalThrowable' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:396:0: note: Variable 'originalThrowable' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/JavaExceptions.c:399:5: note: Variable 'originalThrowable' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/PathCharsValidator.c:134:32: style: Same expression on both sides of '|' because the value of 'L_LOWALPHA' and 'L_UPALPHA' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/PathCharsValidator.c:130:24: note: 'L_LOWALPHA' is assigned value '0' here.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/PathCharsValidator.c:124:23: note: 'L_UPALPHA' is assigned value '0' here.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/PathCharsValidator.c:134:32: note: Same expression on both sides of '|' because the value of 'L_LOWALPHA' and 'L_UPALPHA' are the same.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Reentrancy.c:112:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Reentrancy.c:109:0: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Reentrancy.c:112:5: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Reentrancy.c:159:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Reentrancy.c:150:0: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Reentrancy.c:159:5: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:46:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:44:0: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:46:5: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:68:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:66:0: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:68:5: note: Variable 'error' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:90:5: style: Variable 'classHandle' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:85:0: note: Variable 'classHandle' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:90:5: note: Variable 'classHandle' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:91:5: style: Variable 'errorOutstanding' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:84:0: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/share/native/libinstrument/Utilities.c:91:5: note: Variable 'errorOutstanding' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.instrument/windows/native/libinstrument/EncodingSupport_md.c:40:12: style: The scope of the variable 'wstr' can be reduced. [variableScope]
openjdk-11-11~24/src/java.instrument/windows/native/libinstrument/FileSystemSupport_md.c:202:0: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.management/share/native/libmanagement/VMManagementImpl.c:47:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.management/share/native/libmanagement/VMManagementImpl.c:47:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.management/share/native/libmanagement/VMManagementImpl.c:48:5: style: Variable 'version_string' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.management/share/native/libmanagement/VMManagementImpl.c:39:0: note: Variable 'version_string' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.management/share/native/libmanagement/VMManagementImpl.c:48:5: note: Variable 'version_string' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.management/share/native/libmanagement/VMManagementImpl.c:45:41: style: Variable 'micro' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.management/share/native/libmanagement/VMManagementImpl.c:67:16: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.prefs/unix/native/libprefs/FileSystemPreferences.c:73:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
openjdk-11-11~24/src/java.prefs/unix/native/libprefs/FileSystemPreferences.c:76:9: style: The scope of the variable 'old_umask' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:287:17: style: Condition '!err' is always true [knownConditionTrueFalse]
openjdk-11-11~24/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:284:78: note: Assuming that condition '(err=krb5_cc_next_cred(kcontext,ccache,&cursor,&creds))==0' is not redundant
openjdk-11-11~24/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:287:17: note: Condition '!err' is always true
openjdk-11-11~24/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:312:21: style: Variable 'clientPrincipal' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-11-11~24/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:307:30: note: Variable 'clientPrincipal' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:312:21: note: Variable 'clientPrincipal' is reassigned a value before the old one has been used.
openjdk-11-11~24/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:531:54: style: Function 'BuildAddressList' argument 2 names different: declaration 'kerbtime' definition 'addresses'. [funcArgNamesDifferent]
openjdk-11-11~24/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:77:61: note: Function 'BuildAddressList' argument 2 names different: declaration 'kerbtime' definition 'addresses'.
openjdk-11-11~24/src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c:531:54: note: Function 'BuildAddressList' argument 2 names different: declaration 'kerbtime' definition 'addresses'.
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:426:19: style: Same expression on both sides of '!=' because the value of 'isEqual' and '0' are the same. [duplicateExpression]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:413:13: note: 'isEqual' is assigned value '0' here.
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:426:19: note: Same expression on both sides of '!=' because the value of 'isEqual' and '0' are the same.
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:114:11: style: The scope of the variable 'cOid' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:115:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:115:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:116:10: style: The scope of the variable 'bytes' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:117:7: style: The scope of the variable 'found' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:298:20: style: The scope of the variable 'major' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:299:11: style: The scope of the variable 'mech' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:336:20: style: The scope of the variable 'major' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:409:20: style: The scope of the variable 'major' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:439:20: style: The scope of the variable 'major' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:441:11: style: The scope of the variable 'mech' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:476:23: style: The scope of the variable 'mNameHdl' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/GSSLibStub.c:644:20: style: The scope of the variable 'major' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:535:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:525:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:588:7: style: The scope of the variable 'len' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:780:7: style: The scope of the variable 'numOfOids' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:783:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/java.security.jgss/share/native/libj2gss/NativeUtil.c:510:3: style: Variable 'major' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/java.security.jgss/windows/native/libw2k_lsa_auth/NativeCreds.c:396:12: style: The scope of the variable 'netypes' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/bridge/AccessBridgeCalls.c:229:25: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jabswitch/jabswitch.cpp:334:25: style: Variable 'freeData' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jabswitch/jabswitch.cpp:379:25: style: Variable 'freeData' is assigned a value that is never used. [unreadVariable]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.h:47:18: style: Technically the member function 'MessageHistory::GetCurrentMessage' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:119:30: note: Technically the member function 'MessageHistory::GetCurrentMessage' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.h:47:18: note: Technically the member function 'MessageHistory::GetCurrentMessage' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.h:52:12: style: Technically the member function 'MessageHistory::GetMessageCount' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:114:24: note: Technically the member function 'MessageHistory::GetMessageCount' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.h:52:12: note: Technically the member function 'MessageHistory::GetMessageCount' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:53:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:65:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:78:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:89:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:124:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/MessageHistory.cpp:140:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1359:12: style: Condition '0==failureCount' is always false [knownConditionTrueFalse]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1327:34: note: Assignment 'failureCount=0', assigned value is 0
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1330:5: note: failureCount is incremented', new value is 1
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1331:5: note: failureCount is incremented', new value is 2
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1332:5: note: failureCount is incremented', new value is 3
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1333:5: note: failureCount is incremented', new value is 4
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1334:5: note: failureCount is incremented', new value is 5
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1335:5: note: failureCount is incremented', new value is 6
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1336:5: note: failureCount is incremented', new value is 7
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1337:5: note: failureCount is incremented', new value is 8
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1338:5: note: failureCount is incremented', new value is 9
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1339:5: note: failureCount is incremented', new value is 10
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1340:5: note: failureCount is incremented', new value is 11
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1341:5: note: failureCount is incremented', new value is 12
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1342:5: note: failureCount is incremented', new value is 13
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1343:5: note: failureCount is incremented', new value is 14
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1344:5: note: failureCount is incremented', new value is 15
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1345:5: note: failureCount is incremented', new value is 16
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1346:5: note: failureCount is incremented', new value is 17
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1347:5: note: failureCount is incremented', new value is 18
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1348:5: note: failureCount is incremented', new value is 19
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1349:5: note: failureCount is incremented', new value is 20
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1350:5: note: failureCount is incremented', new value is 21
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1351:5: note: failureCount is incremented', new value is 22
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1352:5: note: failureCount is incremented', new value is 23
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1353:5: note: failureCount is incremented', new value is 24
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1354:5: note: failureCount is incremented', new value is 25
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1355:5: note: failureCount is incremented', new value is 26
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1359:12: note: Condition '0==failureCount' is always false
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1228:5: style: Variable 'CreateKey' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1224:0: note: Variable 'CreateKey' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1228:5: note: Variable 'CreateKey' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1319:5: style: Variable 'OpenKey' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1317:0: note: Variable 'OpenKey' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:1319:5: note: Variable 'OpenKey' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:818:51: style: Function 'jaccessinspectorDialogProc' argument 1 names different: declaration 'hDlg' definition 'hWnd'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.h:33:51: note: Function 'jaccessinspectorDialogProc' argument 1 names different: declaration 'hDlg' definition 'hWnd'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp:818:51: note: Function 'jaccessinspectorDialogProc' argument 1 names different: declaration 'hDlg' definition 'hWnd'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:545:9: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:215:31: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:235:36: style: C-style pointer casting [cstyleCast]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:305:32: style: Function 'EnumWndProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:101:32: note: Function 'EnumWndProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:305:32: note: Function 'EnumWndProc' argument 1 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:509:66: style: Function 'addComponentNodes' argument 4 names different: declaration 'hWnd' definition 'hwnd'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:86:58: note: Function 'addComponentNodes' argument 4 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:509:66: note: Function 'addComponentNodes' argument 4 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:570:37: style: Function 'AccessibleNode' argument 1 names different: declaration 'vmID' definition 'JavaVMID'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:63:25: note: Function 'AccessibleNode' argument 1 names different: declaration 'vmID' definition 'JavaVMID'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:570:37: note: Function 'AccessibleNode' argument 1 names different: declaration 'vmID' definition 'JavaVMID'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:571:61: style: Function 'AccessibleNode' argument 4 names different: declaration 'hWnd' definition 'hwnd'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:64:49: note: Function 'AccessibleNode' argument 4 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:571:61: note: Function 'AccessibleNode' argument 4 names different: declaration 'hWnd' definition 'hwnd'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:570:17: warning: Member variable 'AccessibleNode::accessibleName' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:570:17: warning: Member variable 'AccessibleNode::accessibleRole' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:574:5: performance: Variable 'ac' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:576:5: performance: Variable 'baseHWND' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:577:5: performance: Variable 'treeNodeParent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:84:10: performance: Technically the member function 'Jaccesswalker::buildAccessibilityTree' can be static. [functionStatic]
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp:295:21: note: Technically the member function 'Jaccesswalker::buildAccessibilityTree' can be static.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:84:10: note: Technically the member function 'Jaccesswalker::buildAccessibilityTree' can be static.
openjdk-11-11~24/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.h:79:5: style: Class 'Jaccesswalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeATInstance.cpp:44:5: performance: Variable 'ourAccessBridgeWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeATInstance.cpp:45:5: performance: Variable 'winAccessBridgeWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1362:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1356:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1362:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1524:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3142:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3627:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4383:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4444:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4487:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4530:20: style: The scope of the variable 'stringBytes' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4638:9: style: The scope of the variable 'count' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1446:64: style: Function 'getVisibleChildren' argument 2 names different: declaration 'startIndex' definition 'nStartIndex'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:401:72: note: Function 'getVisibleChildren' argument 2 names different: declaration 'startIndex' definition 'nStartIndex'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1446:64: note: Function 'getVisibleChildren' argument 2 names different: declaration 'startIndex' definition 'nStartIndex'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1644:77: style: Function 'getAccessibleContextAt' argument 3 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:264:60: note: Function 'getAccessibleContextAt' argument 3 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1644:77: note: Function 'getAccessibleContextAt' argument 3 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1714:63: style: Function 'getAccessibleContextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:266:43: note: Function 'getAccessibleContextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:1714:63: note: Function 'getAccessibleContextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2159:68: style: Function 'getAccessibleChildFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:267:51: note: Function 'getAccessibleChildFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2159:68: note: Function 'getAccessibleChildFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2190:69: style: Function 'getAccessibleParentFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:268:52: note: Function 'getAccessibleParentFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2190:69: note: Function 'getAccessibleParentFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2220:61: style: Function 'getAccessibleTableInfo' argument 1 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:272:41: note: Function 'getAccessibleTableInfo' argument 1 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2220:61: note: Function 'getAccessibleTableInfo' argument 1 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2777:82: style: Function 'getAccessibleRelationSet' argument 2 names different: declaration 'relationSetInfo' definition 'relationSet'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:296:89: note: Function 'getAccessibleRelationSet' argument 2 names different: declaration 'relationSetInfo' definition 'relationSet'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2777:82: note: Function 'getAccessibleRelationSet' argument 2 names different: declaration 'relationSetInfo' definition 'relationSet'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2859:78: style: Function 'getAccessibleHypertext' argument 2 names different: declaration 'hyperlink' definition 'hypertext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:299:85: note: Function 'getAccessibleHypertext' argument 2 names different: declaration 'hyperlink' definition 'hypertext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:2859:78: note: Function 'getAccessibleHypertext' argument 2 names different: declaration 'hyperlink' definition 'hypertext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3115:81: style: Function 'getAccessibleHypertextLinkIndex' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:307:56: note: Function 'getAccessibleHypertextLinkIndex' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3115:81: note: Function 'getAccessibleHypertextLinkIndex' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3137:66: style: Function 'getAccessibleHyperlink' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:309:47: note: Function 'getAccessibleHyperlink' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3137:66: note: Function 'getAccessibleHyperlink' argument 1 names different: declaration 'accessibleContext' definition 'hypertext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3138:69: style: Function 'getAccessibleHyperlink' argument 2 names different: declaration 'nIndex' definition 'index'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:310:44: note: Function 'getAccessibleHyperlink' argument 2 names different: declaration 'nIndex' definition 'index'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3138:69: note: Function 'getAccessibleHyperlink' argument 2 names different: declaration 'nIndex' definition 'index'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3139:93: style: Function 'getAccessibleHyperlink' argument 3 names different: declaration 'hyperlinkInfo' definition 'info'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:311:68: note: Function 'getAccessibleHyperlink' argument 3 names different: declaration 'hyperlinkInfo' definition 'info'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3139:93: note: Function 'getAccessibleHyperlink' argument 3 names different: declaration 'hyperlinkInfo' definition 'info'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3450:60: style: Function 'getAccessibleTextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:324:40: note: Function 'getAccessibleTextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3450:60: note: Function 'getAccessibleTextInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3508:61: style: Function 'getAccessibleTextItems' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:325:41: note: Function 'getAccessibleTextItems' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3508:61: note: Function 'getAccessibleTextItems' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3624:69: style: Function 'getAccessibleTextSelectionInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:326:49: note: Function 'getAccessibleTextSelectionInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3624:69: note: Function 'getAccessibleTextSelectionInfo' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3699:66: style: Function 'getAccessibleTextAttributes' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:327:46: note: Function 'getAccessibleTextAttributes' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:3699:66: note: Function 'getAccessibleTextAttributes' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4203:60: style: Function 'getAccessibleTextRect' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:328:40: note: Function 'getAccessibleTextRect' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4203:60: note: Function 'getAccessibleTextRect' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4273:55: style: Function 'getCaretLocation' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:414:35: note: Function 'getCaretLocation' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4273:55: note: Function 'getCaretLocation' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4340:66: style: Function 'getAccessibleTextLineBounds' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:330:46: note: Function 'getAccessibleTextLineBounds' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4340:66: note: Function 'getAccessibleTextLineBounds' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4380:61: style: Function 'getAccessibleTextRange' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:331:41: note: Function 'getAccessibleTextRange' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4380:61: note: Function 'getAccessibleTextRange' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4442:75: style: Function 'getCurrentAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:334:55: note: Function 'getCurrentAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4442:75: note: Function 'getCurrentAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4485:75: style: Function 'getMaximumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:335:55: note: Function 'getMaximumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4485:75: note: Function 'getMaximumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4528:75: style: Function 'getMinimumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:336:55: note: Function 'getMinimumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4528:75: note: Function 'getMinimumAccessibleValueFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4574:72: style: Function 'addAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:339:52: note: Function 'addAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4574:72: note: Function 'addAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4592:74: style: Function 'clearAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:340:54: note: Function 'clearAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4592:74: note: Function 'clearAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4610:72: style: Function 'getAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:341:55: note: Function 'getAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4610:72: note: Function 'getAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4637:77: style: Function 'getAccessibleSelectionCountFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:342:56: note: Function 'getAccessibleSelectionCountFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4637:77: note: Function 'getAccessibleSelectionCountFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4658:75: style: Function 'isAccessibleChildSelectedFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:343:55: note: Function 'isAccessibleChildSelectedFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4658:75: note: Function 'isAccessibleChildSelectedFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4682:75: style: Function 'removeAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:344:55: note: Function 'removeAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4682:75: note: Function 'removeAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4700:78: style: Function 'selectAllAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.h:345:58: note: Function 'selectAllAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:4700:78: note: Function 'selectAllAccessibleSelectionFromContext' argument 1 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp:42:5: performance: Variable 'accessBridgeObject' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:98:25: style: The scope of the variable 'sentToUs' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:99:15: style: The scope of the variable 'package' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:382:11: style: The scope of the variable 'IPCview' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1504:48: style: Function 'MemoryMappedFileCreated' argument 1 names different: declaration 'srcHwnd' definition 'ATBridgeDLLWindow'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:75:42: note: Function 'MemoryMappedFileCreated' argument 1 names different: declaration 'srcHwnd' definition 'ATBridgeDLLWindow'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1504:48: note: Function 'MemoryMappedFileCreated' argument 1 names different: declaration 'srcHwnd' definition 'ATBridgeDLLWindow'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2538:5: style: Function 'fireFocusGained' argument 3 names different: declaration 'focusEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:105:34: note: Function 'fireFocusGained' argument 3 names different: declaration 'focusEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2538:5: note: Function 'fireFocusGained' argument 3 names different: declaration 'focusEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2539:5: style: Function 'fireFocusLost' argument 3 names different: declaration 'focusEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:107:32: note: Function 'fireFocusLost' argument 3 names different: declaration 'focusEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2539:5: note: Function 'fireFocusLost' argument 3 names different: declaration 'focusEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2540:5: style: Function 'fireCaretUpdate' argument 3 names different: declaration 'caretEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:109:34: note: Function 'fireCaretUpdate' argument 3 names different: declaration 'caretEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2540:5: note: Function 'fireCaretUpdate' argument 3 names different: declaration 'caretEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2541:5: style: Function 'fireMouseClicked' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:111:35: note: Function 'fireMouseClicked' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2541:5: note: Function 'fireMouseClicked' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2542:5: style: Function 'fireMouseEntered' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:113:35: note: Function 'fireMouseEntered' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2542:5: note: Function 'fireMouseEntered' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2543:5: style: Function 'fireMouseExited' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:115:34: note: Function 'fireMouseExited' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2543:5: note: Function 'fireMouseExited' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2544:5: style: Function 'fireMousePressed' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:117:35: note: Function 'fireMousePressed' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2544:5: note: Function 'fireMousePressed' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2545:5: style: Function 'fireMouseReleased' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:119:36: note: Function 'fireMouseReleased' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2545:5: note: Function 'fireMouseReleased' argument 3 names different: declaration 'mouseEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2546:5: style: Function 'fireMenuCanceled' argument 3 names different: declaration 'menuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:121:35: note: Function 'fireMenuCanceled' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2546:5: note: Function 'fireMenuCanceled' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2547:5: style: Function 'fireMenuDeselected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:123:37: note: Function 'fireMenuDeselected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2547:5: note: Function 'fireMenuDeselected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2548:5: style: Function 'fireMenuSelected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:125:35: note: Function 'fireMenuSelected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2548:5: note: Function 'fireMenuSelected' argument 3 names different: declaration 'menuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2549:5: style: Function 'firePopupMenuCanceled' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:127:40: note: Function 'firePopupMenuCanceled' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2549:5: note: Function 'firePopupMenuCanceled' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2550:5: style: Function 'firePopupMenuWillBecomeInvisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:129:51: note: Function 'firePopupMenuWillBecomeInvisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2550:5: note: Function 'firePopupMenuWillBecomeInvisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2551:5: style: Function 'firePopupMenuWillBecomeVisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:131:49: note: Function 'firePopupMenuWillBecomeVisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2551:5: note: Function 'firePopupMenuWillBecomeVisible' argument 3 names different: declaration 'popupMenuEvent' definition 'eventObj'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:165:19: warning: Member variable 'JavaAccessBridge::javaVM' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:165:19: warning: Member variable 'JavaAccessBridge::windowsThreadJNIEnv' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:165:19: warning: Member variable 'JavaAccessBridge::javaThreadEntryPoints' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:165:19: warning: Member variable 'JavaAccessBridge::windowsThreadEntryPoints' is not initialized in the constructor. [uninitMemberVar]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:166:5: performance: Variable 'windowsInstance' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:78:10: style: Technically the member function 'JavaAccessBridge::sendJavaEventPackage' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:334:19: note: Technically the member function 'JavaAccessBridge::sendJavaEventPackage' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:78:10: note: Technically the member function 'JavaAccessBridge::sendJavaEventPackage' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:79:10: style: Technically the member function 'JavaAccessBridge::sendAccessibilityEventPackage' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:354:19: note: Technically the member function 'JavaAccessBridge::sendAccessibilityEventPackage' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:79:10: note: Technically the member function 'JavaAccessBridge::sendAccessibilityEventPackage' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:133:10: style: Technically the member function 'JavaAccessBridge::firePropertyCaretChange' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1710:19: note: Technically the member function 'JavaAccessBridge::firePropertyCaretChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:133:10: note: Technically the member function 'JavaAccessBridge::firePropertyCaretChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:136:10: style: Technically the member function 'JavaAccessBridge::firePropertyDescriptionChange' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1764:19: note: Technically the member function 'JavaAccessBridge::firePropertyDescriptionChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:136:10: note: Technically the member function 'JavaAccessBridge::firePropertyDescriptionChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:139:10: style: Technically the member function 'JavaAccessBridge::firePropertyNameChange' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1850:19: note: Technically the member function 'JavaAccessBridge::firePropertyNameChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:139:10: note: Technically the member function 'JavaAccessBridge::firePropertyNameChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:142:10: style: Technically the member function 'JavaAccessBridge::firePropertySelectionChange' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1937:19: note: Technically the member function 'JavaAccessBridge::firePropertySelectionChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:142:10: note: Technically the member function 'JavaAccessBridge::firePropertySelectionChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:144:10: style: Technically the member function 'JavaAccessBridge::firePropertyStateChange' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:1987:19: note: Technically the member function 'JavaAccessBridge::firePropertyStateChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:144:10: note: Technically the member function 'JavaAccessBridge::firePropertyStateChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:147:10: style: Technically the member function 'JavaAccessBridge::firePropertyTextChange' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2074:19: note: Technically the member function 'JavaAccessBridge::firePropertyTextChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:147:10: note: Technically the member function 'JavaAccessBridge::firePropertyTextChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:149:10: style: Technically the member function 'JavaAccessBridge::firePropertyValueChange' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2124:19: note: Technically the member function 'JavaAccessBridge::firePropertyValueChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:149:10: note: Technically the member function 'JavaAccessBridge::firePropertyValueChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:152:10: style: Technically the member function 'JavaAccessBridge::firePropertyVisibleDataChange' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2210:19: note: Technically the member function 'JavaAccessBridge::firePropertyVisibleDataChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:152:10: note: Technically the member function 'JavaAccessBridge::firePropertyVisibleDataChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:154:10: style: Technically the member function 'JavaAccessBridge::firePropertyChildChange' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2260:19: note: Technically the member function 'JavaAccessBridge::firePropertyChildChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:154:10: note: Technically the member function 'JavaAccessBridge::firePropertyChildChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:157:9: style: Technically the member function 'JavaAccessBridge::firePropertyActiveDescendentChange' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2318:19: note: Technically the member function 'JavaAccessBridge::firePropertyActiveDescendentChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:157:9: note: Technically the member function 'JavaAccessBridge::firePropertyActiveDescendentChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:161:9: style: Technically the member function 'JavaAccessBridge::firePropertyTableModelChange' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.cpp:2375:19: note: Technically the member function 'JavaAccessBridge::firePropertyTableModelChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:161:9: note: Technically the member function 'JavaAccessBridge::firePropertyTableModelChange' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libjavaaccessbridge/JavaAccessBridge.h:68:5: style: Class 'JavaAccessBridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:208:20: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:217:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:218:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:219:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:220:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:221:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:222:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:223:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:224:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:225:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:226:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:227:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:228:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:229:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:230:1: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:367:1: style: Function 'firePropertyCaretChange' argument 4 names different: declaration 'oldPosition' definition 'oldValue'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:148:62: note: Function 'firePropertyCaretChange' argument 4 names different: declaration 'oldPosition' definition 'oldValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:367:1: note: Function 'firePropertyCaretChange' argument 4 names different: declaration 'oldPosition' definition 'oldValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:367:1: style: Function 'firePropertyCaretChange' argument 5 names different: declaration 'newPosition' definition 'newValue'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:148:79: note: Function 'firePropertyCaretChange' argument 5 names different: declaration 'newPosition' definition 'newValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:367:1: note: Function 'firePropertyCaretChange' argument 5 names different: declaration 'newPosition' definition 'newValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:373:1: style: Function 'firePropertyChildChange' argument 4 names different: declaration 'oldChild' definition 'oldValue'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:151:68: note: Function 'firePropertyChildChange' argument 4 names different: declaration 'oldChild' definition 'oldValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:373:1: note: Function 'firePropertyChildChange' argument 4 names different: declaration 'oldChild' definition 'oldValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:373:1: style: Function 'firePropertyChildChange' argument 5 names different: declaration 'newChild' definition 'newValue'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:151:88: note: Function 'firePropertyChildChange' argument 5 names different: declaration 'newChild' definition 'newValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:373:1: note: Function 'firePropertyChildChange' argument 5 names different: declaration 'newChild' definition 'newValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:376:1: style: Function 'firePropertyActiveDescendentChange' argument 4 names different: declaration 'oldActiveDescendent' definition 'oldValue'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:153:79: note: Function 'firePropertyActiveDescendentChange' argument 4 names different: declaration 'oldActiveDescendent' definition 'oldValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:376:1: note: Function 'firePropertyActiveDescendentChange' argument 4 names different: declaration 'oldActiveDescendent' definition 'oldValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:376:1: style: Function 'firePropertyActiveDescendentChange' argument 5 names different: declaration 'newActiveDescendent' definition 'newValue'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:153:110: note: Function 'firePropertyActiveDescendentChange' argument 5 names different: declaration 'newActiveDescendent' definition 'newValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:376:1: note: Function 'firePropertyActiveDescendentChange' argument 5 names different: declaration 'newActiveDescendent' definition 'newValue'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:50:5: performance: Variable 'propertyChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:51:5: performance: Variable 'javaShutdownFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:52:5: performance: Variable 'focusGainedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:53:5: performance: Variable 'focusLostFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:54:5: performance: Variable 'caretUpdateFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:55:5: performance: Variable 'mouseClickedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:56:5: performance: Variable 'mouseEnteredFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:57:5: performance: Variable 'mouseExitedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:58:5: performance: Variable 'mousePressedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:59:5: performance: Variable 'mouseReleasedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:60:5: performance: Variable 'menuCanceledFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:61:5: performance: Variable 'menuDeselectedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:62:5: performance: Variable 'menuSelectedFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:63:5: performance: Variable 'popupMenuCanceledFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:64:5: performance: Variable 'popupMenuWillBecomeInvisibleFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:65:5: performance: Variable 'popupMenuWillBecomeVisibleFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:67:5: performance: Variable 'propertyNameChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:68:5: performance: Variable 'propertyDescriptionChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:69:5: performance: Variable 'propertyStateChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:70:5: performance: Variable 'propertyValueChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:71:5: performance: Variable 'propertySelectionChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:72:5: performance: Variable 'propertyTextChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:73:5: performance: Variable 'propertyCaretChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:74:5: performance: Variable 'propertyVisibleDataChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:75:5: performance: Variable 'propertyChildChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:76:5: performance: Variable 'propertyActiveDescendentChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp:78:5: performance: Variable 'propertyTableModelChangeFP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:77:14: style: Technically the member function 'AccessBridgeEventHandler::getJavaEventMask' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.h:78:14: style: Technically the member function 'AccessBridgeEventHandler::getAccessibilityEventMask' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:66:5: style: Class 'WinAccessBridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeJavaVMInstance.cpp:252:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.cpp:62:5: performance: Variable 'queueLocked' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.cpp:63:5: performance: Variable 'queueRemoveLocked' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.h:70:9: style: Technically the member function 'AccessBridgeMessageQueue::getEventsWaiting' can be const. [functionConst]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.cpp:77:27: note: Technically the member function 'AccessBridgeMessageQueue::getEventsWaiting' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.h:70:9: note: Technically the member function 'AccessBridgeMessageQueue::getEventsWaiting' can be const.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.cpp:48:5: style: Class 'AccessBridgeQueueElement' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.cpp:48:5: style: Class 'AccessBridgeQueueElement' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.cpp:280:54: style: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'ac'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.h:66:54: note: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'ac'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.cpp:280:54: note: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'ac'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.cpp:428:58: style: Function 'getAccessibleHypertext' argument 3 names different: declaration 'hypertextInfo' definition 'accessibleHypertextInfo'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.h:96:98: note: Function 'getAccessibleHypertext' argument 3 names different: declaration 'hypertextInfo' definition 'accessibleHypertextInfo'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeWindowsEntryPoints.cpp:428:58: note: Function 'getAccessibleHypertext' argument 3 names different: declaration 'hypertextInfo' definition 'accessibleHypertextInfo'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:900:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:171:25: style: The scope of the variable 'sentToUs' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:172:15: style: The scope of the variable 'package' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1141:53: style: Function 'getAccessibleContextInfo' argument 2 names different: declaration 'AccessibleContext' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:117:56: note: Function 'getAccessibleContextInfo' argument 2 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1141:53: note: Function 'getAccessibleContextInfo' argument 2 names different: declaration 'AccessibleContext' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1254:51: style: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:122:54: note: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1254:51: note: Function 'getAccessibleTableInfo' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1326:67: style: Function 'getAccessibleTableRowHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:126:59: note: Function 'getAccessibleTableRowHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1326:67: note: Function 'getAccessibleTableRowHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1358:70: style: Function 'getAccessibleTableColumnHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:127:62: note: Function 'getAccessibleTableColumnHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1358:70: note: Function 'getAccessibleTableColumnHeader' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1391:61: style: Function 'getAccessibleTableRowDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:129:69: note: Function 'getAccessibleTableRowDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1391:61: note: Function 'getAccessibleTableRowDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1427:64: style: Function 'getAccessibleTableColumnDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:130:72: note: Function 'getAccessibleTableColumnDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1427:64: note: Function 'getAccessibleTableColumnDescription' argument 2 names different: declaration 'acParent' definition 'accessibleContext'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1771:70: style: Function 'getAccessibleRelationSet' argument 3 names different: declaration 'relationSet' definition 'relationSetInfo'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:149:102: note: Function 'getAccessibleRelationSet' argument 3 names different: declaration 'relationSet' definition 'relationSetInfo'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1771:70: note: Function 'getAccessibleRelationSet' argument 3 names different: declaration 'relationSet' definition 'relationSetInfo'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1930:55: style: Function 'getAccessibleHypertextExt' argument 3 names different: declaration 'nStartIndex' definition 'startIndex'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:160:47: note: Function 'getAccessibleHypertextExt' argument 3 names different: declaration 'nStartIndex' definition 'startIndex'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:1930:55: note: Function 'getAccessibleHypertextExt' argument 3 names different: declaration 'nStartIndex' definition 'startIndex'.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:80:10: performance: Technically the member function 'WinAccessBridge::processPackage' can be static. [functionStatic]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:619:18: note: Technically the member function 'WinAccessBridge::processPackage' can be static.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.h:80:10: note: Technically the member function 'WinAccessBridge::processPackage' can be static.
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:259:5: style: Class 'WinAccessBridge' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openjdk-11-11~24/src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp:259:5: style: Class 'WinAccessBridge' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openjdk-11-11~24/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:149:13: style: The scope of the variable 'tmpBuf' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:150:13: style: The scope of the variable 'name' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:151:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:151:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:52:36: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
openjdk-11-11~24/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:83:1: error: va_list 'argprt' was opened but not closed by va_end(). [va_end_missing]
openjdk-11-11~24/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:103:1: error: va_list 'argprt' was opened but not closed by va_end(). [va_end_missing]
openjdk-11-11~24/src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp:128:21: error: va_list 'argprt' was opened but not closed by va_end(). [va_end_missing]
openjdk-11-11~24/src/jdk.attach/windows/native/libattach/VirtualMachineImpl.c:621:17: style: The scope of the variable 'str' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c:1471:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c:1472:12: style: The scope of the variable 'jInitVectorChars' can be reduced. [variableScope]
openjdk-11-11~24/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c:81:60: style: Function 'ckDatePtrToJDateObject' argument 2 names different: declaration 'ckpValue' definition 'ckpDate'. [funcArgNamesDifferent]
openjdk-11-11~24/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11wrapper.h:324:60: note: Function 'ckDatePtrToJDateObject' argument 2 names different: declaration 'ckpValue' definition 'ckpDate'.
openjdk-11-11~24/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c:81:60: note: Function 'ckDatePtrToJDateObject' argument 2 names different: declaration 'ckpValue' definition 'ckpDate'.
[12:56]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/o/openjdk-6/openjdk-6_6b38-1.13.10.orig.tar.gz
openjdk-6-6b38-1.13.10.orig/arm_port/hotspot/tools/mkbc.c:154:15: style: The scope of the variable 'opcp' can be reduced. [variableScope]
openjdk-6-6b38-1.13.10.orig/arm_port/hotspot/tools/mkbc.c:156:24: style: The scope of the variable 'directp' can be reduced. [variableScope]
openjdk-6-6b38-1.13.10.orig/arm_port/hotspot/tools/mkbc.c:160:6: style: The scope of the variable 'length' can be reduced. [variableScope]
openjdk-6-6b38-1.13.10.orig/arm_port/hotspot/tools/mkbc.c:343:7: style: Unused variable: buf [unusedVariable]
openjdk-6-6b38-1.13.10.orig/arm_port/hotspot/tools/mkbc.c:503:14: style: Unused variable: opc [unusedVariable]
openjdk-6-6b38-1.13.10.orig/arm_port/hotspot/tools/mkbc.c:504:14: style: Unused variable: code [unusedVariable]
openjdk-6-6b38-1.13.10.orig/arm_port/hotspot/tools/mkbc.c:510:3: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
openjdk-6-6b38-1.13.10.orig/arm_port/hotspot/tools/mkbc.c:507:7: style: Unused variable: macro [unusedVariable]
openjdk-6-6b38-1.13.10.orig/contrib/templater/hotspot/src/os_cpu/linux_CPU/vm/os_linux_CPU.cpp:98:34: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
openjdk-6-6b38-1.13.10.orig/contrib/templater/hotspot/src/os_cpu/linux_CPU/vm/os_linux_CPU.cpp:134:32: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable]
openjdk-6-6b38-1.13.10.orig/pulseaudio/src/native/jni-common.c:184:65: style: Function 'setJavaPointer' argument 4 names different: declaration 'pointer_value' definition 'value'. [funcArgNamesDifferent]
openjdk-6-6b38-1.13.10.orig/pulseaudio/src/native/jni-common.h:90:64: note: Function 'setJavaPointer' argument 4 names different: declaration 'pointer_value' definition 'value'.
openjdk-6-6b38-1.13.10.orig/pulseaudio/src/native/jni-common.c:184:65: note: Function 'setJavaPointer' argument 4 names different: declaration 'pointer_value' definition 'value'.
openjdk-6-6b38-1.13.10.orig/pulseaudio/src/native/org_classpath_icedtea_pulseaudio_EventLoop.c:171:9: style: Variable 'string_server' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-6-6b38-1.13.10.orig/pulseaudio/src/native/org_classpath_icedtea_pulseaudio_EventLoop.c:170:0: note: Variable 'string_server' is reassigned a value before the old one has been used.
openjdk-6-6b38-1.13.10.orig/pulseaudio/src/native/org_classpath_icedtea_pulseaudio_EventLoop.c:171:9: note: Variable 'string_server' is reassigned a value before the old one has been used.
openjdk-6-6b38-1.13.10.orig/pulseaudio/src/native/org_classpath_icedtea_pulseaudio_PulseAudioSourcePort.c:7:13: style: struct member 'java_context::env' is never used. [unusedStructMember]
openjdk-6-6b38-1.13.10.orig/pulseaudio/src/native/org_classpath_icedtea_pulseaudio_PulseAudioTargetPort.c:8:13: style: struct member 'java_context::env' is never used. [unusedStructMember]
openjdk-6-6b38-1.13.10.orig/scripts/jni_create_stap.c:44:0: error: Code 'using namespace std' is invalid C code. Use --std or --language to configure the language. [syntaxError]
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:208:11: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:208:11: note: Null pointer dereference
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:217:16: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:217:16: note: Null pointer dereference
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:227:22: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:227:22: note: Null pointer dereference
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:234:22: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:234:22: note: Null pointer dereference
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:240:22: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:240:22: note: Null pointer dereference
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:247:22: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:247:22: note: Null pointer dereference
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:303:47: warning: Either the condition 'classfile_buf!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:308:27: note: Assuming that condition 'classfile_buf!=NULL' is not redundant
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:303:47: note: Null pointer addition
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:586:5: style: Variable 'jboolrval' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:585:0: note: Variable 'jboolrval' is reassigned a value before the old one has been used.
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:586:5: note: Variable 'jboolrval' is reassigned a value before the old one has been used.
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:604:5: style: Variable 'jboolrval' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:586:5: note: Variable 'jboolrval' is reassigned a value before the old one has been used.
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:604:5: note: Variable 'jboolrval' is reassigned a value before the old one has been used.
openjdk-6-6b38-1.13.10.orig/test/tapset/JNIStapTest.c:303:47: portability: '(void*)classfile_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
[12:56]

ftp://ftp.se.debian.org/debian/pool/main/o/openjdk-7/openjdk-7_7u95-2.6.4.orig.tar.gz
openjdk-7-7u95-2.6.4/contrib/templater/hotspot/src/os_cpu/linux_CPU/vm/os_linux_CPU.cpp:98:34: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
openjdk-7-7u95-2.6.4/contrib/templater/hotspot/src/os_cpu/linux_CPU/vm/os_linux_CPU.cpp:134:32: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable]
openjdk-7-7u95-2.6.4/scripts/jni_create_stap.c:44:0: error: Code 'using namespace std' is invalid C code. Use --std or --language to configure the language. [syntaxError]
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:208:11: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:208:11: note: Null pointer dereference
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:217:16: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:217:16: note: Null pointer dereference
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:227:22: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:227:22: note: Null pointer dereference
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:234:22: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:234:22: note: Null pointer dereference
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:240:22: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:240:22: note: Null pointer dereference
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:247:22: warning: Either the condition 'safe_arg!=NULL' is redundant or there is possible null pointer dereference: safe_arg. [nullPointerRedundantCheck]
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:252:18: note: Assuming that condition 'safe_arg!=NULL' is not redundant
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:247:22: note: Null pointer dereference
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:303:47: warning: Either the condition 'classfile_buf!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:308:27: note: Assuming that condition 'classfile_buf!=NULL' is not redundant
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:303:47: note: Null pointer addition
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:586:5: style: Variable 'jboolrval' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:585:0: note: Variable 'jboolrval' is reassigned a value before the old one has been used.
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:586:5: note: Variable 'jboolrval' is reassigned a value before the old one has been used.
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:604:5: style: Variable 'jboolrval' is reassigned a value before the old one has been used. [redundantAssignment]
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:586:5: note: Variable 'jboolrval' is reassigned a value before the old one has been used.
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:604:5: note: Variable 'jboolrval' is reassigned a value before the old one has been used.
openjdk-7-7u95-2.6.4/test/tapset/JNIStapTest.c:303:47: portability: '(void*)classfile_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
[12:57]

ftp://ftp.se.debian.org/debian/pool/main/o/openjdk-7-jre-dcevm/openjdk-7-jre-dcevm_7u79.orig.tar.gz
hotspot-jdk7u79-b15/agent/src/os/bsd/BsdDebuggerLocal.c:255:3: style: Variable 'sym' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/agent/src/os/bsd/BsdDebuggerLocal.c:252:0: note: Variable 'sym' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/agent/src/os/bsd/BsdDebuggerLocal.c:255:3: note: Variable 'sym' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/agent/src/os/bsd/libproc_impl.c:50:9: style: The scope of the variable 'alt_path' can be reduced. [variableScope]
hotspot-jdk7u79-b15/agent/src/os/bsd/libproc_impl.c:107:24: style: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/agent/src/os/bsd/libproc.h:97:24: note: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'.
hotspot-jdk7u79-b15/agent/src/os/bsd/libproc_impl.c:107:24: note: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'.
hotspot-jdk7u79-b15/agent/src/os/bsd/libproc_impl.c:338:53: style: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/agent/src/os/bsd/libproc.h:106:53: note: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'.
hotspot-jdk7u79-b15/agent/src/os/bsd/libproc_impl.c:338:53: note: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'.
hotspot-jdk7u79-b15/agent/src/os/bsd/ps_core.c:152:8: style: The scope of the variable 'mid' can be reduced. [variableScope]
hotspot-jdk7u79-b15/agent/src/os/bsd/ps_core.c:945:46: style: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/agent/src/os/bsd/libproc.h:88:46: note: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'.
hotspot-jdk7u79-b15/agent/src/os/bsd/ps_core.c:945:46: note: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'.
hotspot-jdk7u79-b15/agent/src/os/bsd/ps_core.c:945:69: style: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/agent/src/os/bsd/libproc.h:88:68: note: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'.
hotspot-jdk7u79-b15/agent/src/os/bsd/ps_core.c:945:69: note: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'.
hotspot-jdk7u79-b15/agent/src/os/bsd/ps_core.c:227:12: style: struct member 'space_info::_capacity' is never used. [unusedStructMember]
hotspot-jdk7u79-b15/agent/src/os/bsd/ps_core.c:235:12: style: struct member 'space_info::_allow_exec' is never used. [unusedStructMember]
hotspot-jdk7u79-b15/agent/src/os/bsd/ps_proc.c:144:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
hotspot-jdk7u79-b15/agent/src/os/linux/LinuxDebuggerLocal.c:254:3: style: Variable 'sym' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/agent/src/os/linux/LinuxDebuggerLocal.c:251:0: note: Variable 'sym' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/agent/src/os/linux/LinuxDebuggerLocal.c:254:3: note: Variable 'sym' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/agent/src/os/linux/libproc_impl.c:50:9: style: The scope of the variable 'alt_path' can be reduced. [variableScope]
hotspot-jdk7u79-b15/agent/src/os/linux/libproc_impl.c:108:24: style: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/agent/src/os/linux/libproc.h:105:24: note: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'.
hotspot-jdk7u79-b15/agent/src/os/linux/libproc_impl.c:108:24: note: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'.
hotspot-jdk7u79-b15/agent/src/os/linux/libproc_impl.c:336:53: style: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/agent/src/os/linux/libproc.h:114:53: note: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'.
hotspot-jdk7u79-b15/agent/src/os/linux/libproc_impl.c:336:53: note: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'.
hotspot-jdk7u79-b15/agent/src/os/linux/ps_core.c:151:8: style: The scope of the variable 'mid' can be reduced. [variableScope]
hotspot-jdk7u79-b15/agent/src/os/linux/ps_core.c:970:46: style: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/agent/src/os/linux/libproc.h:96:46: note: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'.
hotspot-jdk7u79-b15/agent/src/os/linux/ps_core.c:970:46: note: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'.
hotspot-jdk7u79-b15/agent/src/os/linux/ps_core.c:970:69: style: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/agent/src/os/linux/libproc.h:96:68: note: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'.
hotspot-jdk7u79-b15/agent/src/os/linux/ps_core.c:970:69: note: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'.
hotspot-jdk7u79-b15/agent/src/os/linux/ps_core.c:226:12: style: struct member 'space_info::_capacity' is never used. [unusedStructMember]
hotspot-jdk7u79-b15/agent/src/os/linux/ps_core.c:234:12: style: struct member 'space_info::_allow_exec' is never used. [unusedStructMember]
hotspot-jdk7u79-b15/agent/src/os/linux/ps_core.c:299:0: style: Variable 'mi' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/agent/src/os/linux/ps_proc.c:283:8: portability: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'intptr_t * {aka signed long *}'. [invalidScanfArgType_int]
hotspot-jdk7u79-b15/agent/src/os/linux/ps_proc.c:249:24: warning: Either the condition 'rslt&&buf' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/agent/src/os/linux/ps_proc.c:250:13: note: Assuming that condition 'rslt&&buf' is not redundant
hotspot-jdk7u79-b15/agent/src/os/linux/ps_proc.c:249:24: note: Null pointer dereference
hotspot-jdk7u79-b15/agent/src/os/linux/ps_proc.c:268:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/agent/src/os/linux/ps_proc.c:265:0: note: Variable 'fp' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/agent/src/os/linux/ps_proc.c:268:3: note: Variable 'fp' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/agent/src/os/linux/ps_proc.c:158:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
hotspot-jdk7u79-b15/agent/src/os/linux/symtab.c:463:16: style: Condition 'symtab==NULL' is always true [knownConditionTrueFalse]
hotspot-jdk7u79-b15/agent/src/os/linux/symtab.c:445:14: note: Assignment 'symtab=NULL', assigned value is 0
hotspot-jdk7u79-b15/agent/src/os/linux/symtab.c:463:16: note: Condition 'symtab==NULL' is always true
hotspot-jdk7u79-b15/agent/src/os/linux/symtab.c:526:1: style: Label 'quit' is not used. [unusedLabel]
hotspot-jdk7u79-b15/agent/src/os/linux/symtab.c:218:5: error: Memory leak: debug_pathname [memleak]
hotspot-jdk7u79-b15/agent/src/os/linux/test.c:47:9: error: printf format string requires 2 parameters but only 0 are given. [wrongPrintfScanfArgNum]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:741:3: warning: Return value of function atoi() is not used. [ignoredReturnValue]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:317:5: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'void *'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:328:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:429:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:451:33: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:473:33: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:589:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:253:7: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:248:0: note: Variable 'fd' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:253:7: note: Variable 'fd' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:333:9: style: The scope of the variable 's1' can be reduced. [variableScope]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:333:18: style: The scope of the variable 's2' can be reduced. [variableScope]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:528:11: style: struct member 'space_info::_capacity' is never used. [unusedStructMember]
hotspot-jdk7u79-b15/agent/src/os/solaris/proc/saproc.cpp:532:11: style: struct member 'space_info::_allow_exec' is never used. [unusedStructMember]
hotspot-jdk7u79-b15/agent/src/os/win32/windbg/sawindbg.cpp:40:0: error: #error "SA windbg back-end is not supported for your cpu!" [preprocessorErrorDirective]
hotspot-jdk7u79-b15/agent/src/share/native/jvmdi/sa.cpp:563:5: style: Variable 'saExceptionCatchClass' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/agent/src/share/native/jvmdi/sa.cpp:562:5: note: Variable 'saExceptionCatchClass' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/agent/src/share/native/jvmdi/sa.cpp:563:5: note: Variable 'saExceptionCatchClass' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/agent/src/share/native/jvmdi/sa.cpp:188:11: performance: Variable 'lock' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/agent/src/share/native/jvmdi/sa.cpp:221:11: performance: Variable 'refCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/agent/src/share/native/jvmdi/sa.cpp:187:3: style: Class 'MonitorLocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/agent/src/share/native/jvmdi/sa.cpp:204:3: style: Class 'JvmdiDeallocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/args.cc:56:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/assembler_sparc.cpp:1284:7: style: Unused variable: shiftcnt [unusedVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/assembler_sparc.cpp:1756:8: style: Unused variable: buffer [unusedVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:80:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:331:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:377:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:387:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:415:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:433:73: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:435:66: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:437:66: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:548:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:557:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:607:39: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:616:39: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:706:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:796:37: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:853:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:902:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:382:12: warning: Assert statement calls a function which may have desired side effects: 'nativeCall_at'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:56:8: style: Technically the member function 'NativeInstruction::is_nop' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:57:8: style: Technically the member function 'NativeInstruction::is_call' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:58:8: style: Technically the member function 'NativeInstruction::is_sethi' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:61:8: style: Technically the member function 'NativeInstruction::sets_cc' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:80:8: style: Technically the member function 'NativeInstruction::is_return' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:89:8: style: Technically the member function 'NativeInstruction::is_int_jump' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:94:8: style: Technically the member function 'NativeInstruction::is_float_jump' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:108:8: style: Technically the member function 'NativeInstruction::is_stack_bang' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:114:8: style: Technically the member function 'NativeInstruction::is_prefetch' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:119:8: style: Technically the member function 'NativeInstruction::is_membar' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:125:8: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:366:9: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:538:12: style: Technically the member function 'NativeMovConstReg::destination' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:597:12: style: Technically the member function 'NativeMovConstRegPatching::destination' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:814:8: performance: Technically the member function 'NativeJump::guarantee_displacement' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:3349:13: style: Condition '!delay_op' is always true [knownConditionTrueFalse]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:3327:28: note: Assignment 'delay_op=NULL', assigned value is 0
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:3349:13: note: Condition '!delay_op' is always true
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:395:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:481:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:2581:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:2924:49: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:3080:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:798:55: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:910:55: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp:1085:3: style: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp:1081:0: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp:1085:3: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/register_sparc.hpp:43:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/register_sparc.hpp:92:68: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/register_sparc.hpp:97:67: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/register_sparc.hpp:221:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/vmreg_sparc.inline.hpp:29:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:54:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:59:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:60:37: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:65:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:79:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:81:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:91:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:103:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:111:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:120:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:127:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:128:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:135:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:136:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:137:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:161:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:194:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:196:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:204:39: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:214:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:215:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:222:36: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:258:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:283:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:285:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:301:15: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:302:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:303:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:304:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:305:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:306:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:308:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:328:32: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:338:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:347:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:377:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:378:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:392:34: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:393:28: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:394:28: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:437:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:449:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:459:45: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:467:43: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:473:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:474:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:475:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:509:34: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:510:28: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:511:28: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:571:47: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:573:47: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:584:45: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:595:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:596:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:598:39: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:599:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:609:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:610:100: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:667:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:674:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:675:83: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:676:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:679:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:680:87: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:718:42: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:720:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:725:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:740:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:763:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:778:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:785:26: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:812:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:827:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:828:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:835:28: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:854:35: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:867:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:868:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:869:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:876:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:877:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:878:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:890:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:891:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:898:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:899:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:922:34: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:937:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:943:34: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:959:36: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:972:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:973:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:974:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:981:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:982:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:983:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:994:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:995:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1021:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1022:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1023:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1050:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1051:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1052:32: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1065:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1070:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1071:79: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1072:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1075:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1076:83: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:312:3: style: Variable 'oop_maps' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:310:0: note: Variable 'oop_maps' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:312:3: note: Variable 'oop_maps' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/icBuffer_sparc.cpp:78:29: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:86:69: style: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:99:44: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:86:69: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:111:69: style: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:100:44: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:111:69: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:121:67: style: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:103:42: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:121:67: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:129:80: style: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:104:55: note: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:129:80: note: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:178:68: style: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:72:51: note: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:178:68: note: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:234:68: style: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:73:51: note: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:234:68: note: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:355:87: style: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:231:64: note: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:355:87: note: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:366:63: style: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:232:38: note: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:366:63: note: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:452:54: style: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:160:29: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:452:54: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:801:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:134:36: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:801:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:802:60: style: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:134:56: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:802:60: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:803:60: style: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:134:78: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:803:60: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:804:60: style: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:134:93: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:804:60: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:805:60: style: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:134:108: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:805:60: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:1167:73: style: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:269:50: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:1167:73: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:1855:62: style: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:317:37: note: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:1855:62: note: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:2236:85: style: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:323:60: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:2236:85: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:2332:57: style: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.hpp:331:10: note: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interp_masm_sparc.cpp:2332:57: note: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interpreterRT_sparc.cpp:220:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/interpreterRT_sparc.cpp:224:5: performance: Variable '_argcount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:926:35: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:976:11: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:977:11: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:985:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:935:10: style: Variable 'buf' is not assigned a value. [unassignedVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:953:10: style: Variable 'buf' is not assigned a value. [unassignedVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:976:39: warning: Assert statement calls a function which may have desired side effects: 'is_jump'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:705:34: style: Unused private function: 'NativeMovRegMem::nativeMovRegMem_at' [unusedPrivateFunction]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:795:42: style: Unused private function: 'NativeMovRegMemPatching::nativeMovRegMemPatching_at' [unusedPrivateFunction]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:814:8: style: Unused private function: 'NativeJump::guarantee_displacement' [unusedPrivateFunction]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:69:8: style: Technically the member function 'NativeInstruction::is_illegal' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:967:25: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:69:8: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:79:8: style: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:950:25: note: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:79:8: note: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:135:8: style: Technically the member function 'NativeInstruction::is_zero_test' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:110:25: note: Technically the member function 'NativeInstruction::is_zero_test' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:135:8: note: Technically the member function 'NativeInstruction::is_zero_test' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:136:8: style: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:126:25: note: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:136:8: note: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:164:8: style: Technically the member function 'NativeInstruction::set_long_at' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:83:25: note: Technically the member function 'NativeInstruction::set_long_at' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:164:8: note: Technically the member function 'NativeInstruction::set_long_at' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:165:8: style: Technically the member function 'NativeInstruction::set_jlong_at' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:89:25: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:165:8: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:166:8: style: Technically the member function 'NativeInstruction::set_addr_at' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:97:25: note: Technically the member function 'NativeInstruction::set_addr_at' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:166:8: note: Technically the member function 'NativeInstruction::set_addr_at' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:321:9: style: Technically the member function 'NativeInstruction::verify' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:71:25: note: Technically the member function 'NativeInstruction::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:321:9: note: Technically the member function 'NativeInstruction::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:322:9: style: Technically the member function 'NativeInstruction::print' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:79:25: note: Technically the member function 'NativeInstruction::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:322:9: note: Technically the member function 'NativeInstruction::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:368:9: style: Technically the member function 'NativeCall::print' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:143:18: note: Technically the member function 'NativeCall::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:368:9: note: Technically the member function 'NativeCall::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:541:9: style: Technically the member function 'NativeMovConstReg::print' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:325:25: note: Technically the member function 'NativeMovConstReg::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:541:9: note: Technically the member function 'NativeMovConstReg::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:600:9: style: Technically the member function 'NativeMovConstRegPatching::print' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:437:33: note: Technically the member function 'NativeMovConstRegPatching::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:600:9: note: Technically the member function 'NativeMovConstRegPatching::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:699:8: style: Technically the member function 'NativeMovRegMem::print' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:565:23: note: Technically the member function 'NativeMovRegMem::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:699:8: note: Technically the member function 'NativeMovRegMem::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:789:8: style: Technically the member function 'NativeMovRegMemPatching::print' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:710:31: note: Technically the member function 'NativeMovRegMemPatching::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:789:8: note: Technically the member function 'NativeMovRegMemPatching::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:861:8: style: Technically the member function 'NativeJump::print' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.cpp:844:18: note: Technically the member function 'NativeJump::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/nativeInst_sparc.hpp:861:8: note: Technically the member function 'NativeJump::print' can be const.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3519:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3508:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3519:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3888:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3884:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3888:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:2554:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:654:36: style: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:515:38: note: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:654:36: note: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:117:7: style: Unused variable: i [unusedVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:487:7: performance: Technically the member function 'AdapterGenerator::arg_offset' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:488:7: performance: Technically the member function 'AdapterGenerator::next_arg_offset' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:522:3: style: Class 'AdapterGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/templateInterpreter_sparc.cpp:1312:3: style: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/templateInterpreter_sparc.cpp:1306:0: note: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/templateInterpreter_sparc.cpp:1312:3: note: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/cpu/sparc/vm/templateTable_sparc.cpp:1950:13: style: Variable 'entry_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/sparc/vm/templateTable_sparc.cpp:2971:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/assembler_x86.cpp:9932:5: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/cpu/x86/vm/assembler_x86.cpp:773:7: style: The scope of the variable 'op3' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/cpu/x86/vm/assembler_x86.cpp:10088:3: style: Variable 'counter' is modified but its new value is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/assembler_x86.cpp:11041:23: style: Variable 'adr_stride2' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/assembler_x86.cpp:9957:15: performance: Technically the member function 'FPU_State::tag_as_string' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:102:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:169:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:177:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:221:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:229:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:239:39: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:323:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:333:37: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:370:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:431:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:466:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:238:39: style: Unused private function: 'NativeMovConstRegPatching::nativeMovConstRegPatching_at' [unusedPrivateFunction]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:332:35: style: Unused private function: 'NativeMovRegMemPatching::nativeMovRegMemPatching_at' [unusedPrivateFunction]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:61:8: style: Technically the member function 'NativeInstruction::is_nop' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:63:15: style: Technically the member function 'NativeInstruction::is_call' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:534:32: note: Technically the member function 'NativeInstruction::is_call' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:63:15: note: Technically the member function 'NativeInstruction::is_call' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:64:15: style: Technically the member function 'NativeInstruction::is_illegal' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:533:32: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:64:15: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:65:15: style: Technically the member function 'NativeInstruction::is_return' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:535:32: note: Technically the member function 'NativeInstruction::is_return' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:65:15: note: Technically the member function 'NativeInstruction::is_return' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:66:15: style: Technically the member function 'NativeInstruction::is_jump' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:537:32: note: Technically the member function 'NativeInstruction::is_jump' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:66:15: note: Technically the member function 'NativeInstruction::is_jump' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:67:15: style: Technically the member function 'NativeInstruction::is_cond_jump' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:539:32: note: Technically the member function 'NativeInstruction::is_cond_jump' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:67:15: note: Technically the member function 'NativeInstruction::is_cond_jump' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:68:15: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:541:32: note: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:68:15: note: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:69:15: performance: Technically the member function 'NativeInstruction::is_mov_literal64' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:571:32: note: Technically the member function 'NativeInstruction::is_mov_literal64' can be static.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:69:15: note: Technically the member function 'NativeInstruction::is_mov_literal64' can be static.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:141:9: style: Technically the member function 'NativeCall::verify_alignment' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:3798:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
hotspot-jdk7u79-b15/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:3812:5: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:3798:10: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:288:17: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:589:24: style: Variable 'result_is_oop' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:1650:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp:1203:23: style: Variable 'is_safepoint' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp:102:13: style: Variable 'aligned_mask' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/c1_Runtime1_x86.cpp:72:7: style: Condition '!align_stack' is always true [knownConditionTrueFalse]
hotspot-jdk7u79-b15/src/cpu/x86/vm/c1_Runtime1_x86.cpp:53:22: note: Assignment 'align_stack=false', assigned value is 0
hotspot-jdk7u79-b15/src/cpu/x86/vm/c1_Runtime1_x86.cpp:72:7: note: Condition '!align_stack' is always true
hotspot-jdk7u79-b15/src/cpu/x86/vm/register_x86.hpp:41:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/register_x86.hpp:100:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/register_x86.hpp:134:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/register_x86.hpp:138:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/icBuffer_x86.cpp:72:29: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:216:65: style: Function 'get_cache_index_at_bcp' argument 1 names different: declaration 'index' definition 'reg'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.hpp:89:40: note: Function 'get_cache_index_at_bcp' argument 1 names different: declaration 'index' definition 'reg'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:216:65: note: Function 'get_cache_index_at_bcp' argument 1 names different: declaration 'index' definition 'reg'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:283:61: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.hpp:132:36: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:283:61: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:926:70: style: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.hpp:194:45: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:926:70: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:953:75: style: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.hpp:205:50: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:953:75: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:1063:63: style: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.hpp:214:71: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:1063:63: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:1260:90: style: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.hpp:218:65: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:1260:90: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:1303:62: style: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.hpp:221:37: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:1303:62: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:1303:92: style: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.hpp:221:78: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.cpp:1303:92: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_32.hpp:60:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:294:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.hpp:144:36: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:294:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:940:53: style: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.hpp:203:45: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:940:53: note: Function 'set_mdp_flag_at' argument 2 names different: declaration 'flag_constant' definition 'flag_byte_constant'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:968:58: style: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.hpp:214:50: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:968:58: note: Function 'update_mdp_by_offset' argument 2 names different: declaration 'offset_of_offset' definition 'offset_of_disp'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:1087:63: style: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.hpp:224:38: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:1087:63: note: Function 'profile_virtual_call' argument 3 names different: declaration 'scratch2' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:1322:90: style: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.hpp:228:65: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:1322:90: note: Function 'profile_typecheck' argument 3 names different: declaration 'scratch' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:1365:62: style: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.hpp:231:37: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:1365:62: note: Function 'profile_switch_case' argument 1 names different: declaration 'index_in_scratch' definition 'index'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:1367:62: style: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.hpp:232:37: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.cpp:1367:62: note: Function 'profile_switch_case' argument 3 names different: declaration 'scratch2' definition 'reg2'.
hotspot-jdk7u79-b15/src/cpu/x86/vm/interp_masm_x86_64.hpp:56:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interpreterRT_x86_32.cpp:129:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/cpu/x86/vm/interpreterRT_x86_64.cpp:467:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:489:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:532:11: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:533:11: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:532:39: warning: Assert statement calls a function which may have desired side effects: 'is_jump'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:369:29: style: Unused private function: 'NativeLoadAddress::nativeLoadAddress_at' [unusedPrivateFunction]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:62:8: style: Technically the member function 'NativeInstruction::is_dtrace_trap' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:604:25: note: Technically the member function 'NativeInstruction::is_dtrace_trap' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:62:8: note: Technically the member function 'NativeInstruction::is_dtrace_trap' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:91:8: style: Technically the member function 'NativeInstruction::wrote' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:38:25: note: Technically the member function 'NativeInstruction::wrote' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:91:8: note: Technically the member function 'NativeInstruction::wrote' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:142:9: style: Technically the member function 'NativeCall::verify' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:43:18: note: Technically the member function 'NativeCall::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:142:9: note: Technically the member function 'NativeCall::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:143:9: style: Technically the member function 'NativeCall::print' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:62:18: note: Technically the member function 'NativeCall::print' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:143:9: note: Technically the member function 'NativeCall::print' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:209:9: style: Technically the member function 'NativeMovConstReg::verify' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:212:25: note: Technically the member function 'NativeMovConstReg::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:209:9: note: Technically the member function 'NativeMovConstReg::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:210:9: style: Technically the member function 'NativeMovConstReg::print' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:229:25: note: Technically the member function 'NativeMovConstReg::print' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:210:9: note: Technically the member function 'NativeMovConstReg::print' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:312:8: style: Technically the member function 'NativeMovRegMem::verify' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:366:23: note: Technically the member function 'NativeMovRegMem::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:312:8: note: Technically the member function 'NativeMovRegMem::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:313:8: style: Technically the member function 'NativeMovRegMem::print' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:396:23: note: Technically the member function 'NativeMovRegMem::print' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:313:8: note: Technically the member function 'NativeMovRegMem::print' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:362:8: style: Technically the member function 'NativeLoadAddress::verify' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:402:25: note: Technically the member function 'NativeLoadAddress::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:362:8: note: Technically the member function 'NativeLoadAddress::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:363:8: style: Technically the member function 'NativeLoadAddress::print' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:418:25: note: Technically the member function 'NativeLoadAddress::print' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:363:8: note: Technically the member function 'NativeLoadAddress::print' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:418:8: style: Technically the member function 'NativeJump::verify' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.cpp:424:18: note: Technically the member function 'NativeJump::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/nativeInst_x86.hpp:418:8: note: Technically the member function 'NativeJump::verify' can be const.
hotspot-jdk7u79-b15/src/cpu/x86/vm/relocInfo_x86.cpp:91:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/relocInfo_x86.cpp:122:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:208:18: style: Condition 'vect_words>0' is always false [knownConditionTrueFalse]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:117:20: note: Assignment 'vect_words=0', assigned value is 0
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:208:18: note: Condition 'vect_words>0' is always false
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:2851:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:2808:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:2851:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:3453:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:3449:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:3453:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:208:18: style: Same expression on both sides of '>' because the value of 'vect_words' and '0' are the same. [duplicateExpression]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:117:20: note: 'vect_words' is assigned value '0' here.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:208:18: note: Same expression on both sides of '>' because the value of 'vect_words' and '0' are the same.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:499:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:779:7: style: The scope of the variable 'comp_words_on_stack' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:226:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:864:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:882:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:171:18: style: Condition 'vect_words>0' is always false [knownConditionTrueFalse]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:138:20: note: Assignment 'vect_words=0', assigned value is 0
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:171:18: note: Condition 'vect_words>0' is always false
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3331:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3292:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3331:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3376:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3331:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3376:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3892:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3888:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3892:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:171:18: style: Same expression on both sides of '>' because the value of 'vect_words' and '0' are the same. [duplicateExpression]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:138:20: note: 'vect_words' is assigned value '0' here.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:171:18: note: Same expression on both sides of '>' because the value of 'vect_words' and '0' are the same.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:712:7: style: The scope of the variable 'comp_words_on_stack' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:201:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1481:22: style: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1496:7: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1481:22: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1484:22: style: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1500:7: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1484:22: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/cpu/x86/vm/stubGenerator_x86_32.cpp:166:5: style: Variable 'sse_save' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/cpu/x86/vm/stubGenerator_x86_32.cpp:152:0: note: Variable 'sse_save' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/stubGenerator_x86_32.cpp:166:5: note: Variable 'sse_save' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/cpu/x86/vm/stubGenerator_x86_64.cpp:3671:34: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk7u79-b15/src/cpu/x86/vm/stubGenerator_x86_64.cpp:3274:15: style: Variable 'XMM_REG_NUM_KEY_LAST' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/templateInterpreter_x86_32.cpp:1550:25: style: Variable 'monitor_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/templateTable_x86_32.cpp:1581:13: style: Variable 'method_offset' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/templateTable_x86_32.cpp:2908:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/templateTable_x86_64.cpp:1608:13: style: Variable 'method_offset' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/templateTable_x86_64.cpp:2971:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/x86/vm/vm_version_x86.cpp:64:3: style: Class 'VM_Version_StubGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/cpu/zero/vm/interp_masm_zero.hpp:36:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/cpu/zero/vm/stack_zero.hpp:170:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/zero/vm/stack_zero.hpp:195:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/zero/vm/stack_zero.hpp:199:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/zero/vm/stack_zero.hpp:203:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/zero/vm/stack_zero.hpp:207:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/zero/vm/stack_zero.hpp:162:25: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
hotspot-jdk7u79-b15/src/cpu/zero/vm/stack_zero.hpp:105:8: style: Technically the member function 'ZeroStack::overflow_check' can be const. [functionConst]
hotspot-jdk7u79-b15/src/cpu/zero/vm/stack_zero.inline.hpp:33:24: note: Technically the member function 'ZeroStack::overflow_check' can be const.
hotspot-jdk7u79-b15/src/cpu/zero/vm/stack_zero.hpp:105:8: note: Technically the member function 'ZeroStack::overflow_check' can be const.
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:52:8: performance: Technically the member function 'NativeInstruction::is_jump' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:56:8: performance: Technically the member function 'NativeInstruction::is_safepoint_poll' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:71:11: performance: Technically the member function 'NativeCall::instruction_address' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:75:11: performance: Technically the member function 'NativeCall::next_instruction_address' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:79:11: performance: Technically the member function 'NativeCall::return_address' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:83:11: performance: Technically the member function 'NativeCall::destination' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:87:8: performance: Technically the member function 'NativeCall::set_destination_mt_safe' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:91:8: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:95:8: performance: Technically the member function 'NativeCall::verify' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:114:11: performance: Technically the member function 'NativeMovConstReg::next_instruction_address' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:118:12: performance: Technically the member function 'NativeMovConstReg::data' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:122:8: performance: Technically the member function 'NativeMovConstReg::set_data' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:133:7: performance: Technically the member function 'NativeMovRegMem::offset' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:137:8: performance: Technically the member function 'NativeMovRegMem::set_offset' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:141:8: performance: Technically the member function 'NativeMovRegMem::add_offset_in_bytes' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:156:11: performance: Technically the member function 'NativeJump::jump_destination' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:160:8: performance: Technically the member function 'NativeJump::set_jump_destination' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/nativeInst_zero.hpp:179:11: performance: Technically the member function 'NativeGeneralJump::jump_destination' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/cpu/zero/vm/methodHandles_zero.cpp:69:26: style: Variable 'topOfStack' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/zero/vm/methodHandles_zero.cpp:138:26: style: Variable 'topOfStack' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/cpu/zero/vm/register_zero.hpp:65:33: warning: Logical conjunction always evaluates to false: EXPR >= 0 && EXPR < 0. [incorrectLogicOperator]
hotspot-jdk7u79-b15/src/cpu/zero/vm/register_zero.hpp:100:33: warning: Logical conjunction always evaluates to false: EXPR >= 0 && EXPR < 0. [incorrectLogicOperator]
hotspot-jdk7u79-b15/src/cpu/zero/vm/register_zero.hpp:40:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/zero/vm/register_zero.hpp:75:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/zero/vm/stubGenerator_zero.cpp:270:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/cpu/zero/vm/stubGenerator_zero.cpp:79:20: warning: Obsolete function 'alloca' called. [allocaCalled]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:171:34: style: Condition 'pointer_size==4' is always false [knownConditionTrueFalse]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:170:28: note: Assignment 'pointer_size=sizeof(void*)', assigned value is 8
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:171:34: note: Condition 'pointer_size==4' is always false
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:191:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:197:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:275:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:276:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:279:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:280:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:281:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:282:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:283:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:284:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:285:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:286:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:287:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:133:31: style: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.h:39:39: note: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:133:31: note: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:160:31: style: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.h:40:39: note: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:160:31: note: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:168:36: style: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.h:38:44: note: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/bsd/dtrace/generateJvmOffsets.cpp:168:36: note: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/bsd/dtrace/jvm_dtrace.c:264:13: error: Uninitialized variable: i [uninitvar]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/jvm_dtrace.c:308:16: error: Uninitialized variable: res [uninitvar]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:668:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:800:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:802:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:810:15: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:819:19: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:819:19: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:826:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:846:7: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:846:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:898:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:978:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:978:9: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1012:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1012:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1027:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1027:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1045:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1045:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1117:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1170:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1170:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1170:9: warning: %llx in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1324:7: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:559:19: warning: Either the condition 'klassString!=NULL' is redundant or there is possible null pointer dereference: klassString. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:568:19: note: Assuming that condition 'klassString!=NULL' is not redundant
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:559:19: note: Null pointer dereference
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:560:18: warning: Either the condition 'klassString!=NULL' is redundant or there is possible null pointer dereference: klassString. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:568:19: note: Assuming that condition 'klassString!=NULL' is not redundant
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:560:18: note: Null pointer dereference
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:563:19: warning: Either the condition 'nameString!=NULL' is redundant or there is possible null pointer dereference: nameString. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:567:18: note: Assuming that condition 'nameString!=NULL' is not redundant
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:563:19: note: Null pointer dereference
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:564:18: warning: Either the condition 'nameString!=NULL' is redundant or there is possible null pointer dereference: nameString. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:567:18: note: Assuming that condition 'nameString!=NULL' is not redundant
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:564:18: note: Null pointer dereference
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:565:19: warning: Either the condition 'signatureString!=NULL' is redundant or there is possible null pointer dereference: signatureString. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:569:23: note: Assuming that condition 'signatureString!=NULL' is not redundant
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:565:19: note: Null pointer dereference
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:196:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:194:0: note: Variable 'err' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:196:3: note: Variable 'err' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1476:2: style: Label 'fail' is not used. [unusedLabel]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1514:30: style: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.h:60:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1514:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1431:36: error: Uninitialized variable: fp [uninitvar]
hotspot-jdk7u79-b15/src/os/bsd/dtrace/libjvm_db.c:1452:26: error: Uninitialized variable: sender_sp [uninitvar]
hotspot-jdk7u79-b15/src/os/bsd/vm/attachListener_bsd.cpp:408:40: style: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/bsd/vm/attachListener_bsd.cpp:112:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
hotspot-jdk7u79-b15/src/os/bsd/vm/attachListener_bsd.cpp:408:40: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
hotspot-jdk7u79-b15/src/os/bsd/vm/attachListener_bsd.cpp:117:3: style: Class 'BsdAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/os/bsd/vm/jvm_bsd.cpp:175:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/os/bsd/vm/os_bsd.cpp:271:0: error: #error define gettid for the arch [preprocessorErrorDirective]
hotspot-jdk7u79-b15/src/os/bsd/vm/perfMemory_bsd.cpp:578:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk7u79-b15/src/os/bsd/vm/perfMemory_bsd.cpp:576:53: note: outer condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk7u79-b15/src/os/bsd/vm/perfMemory_bsd.cpp:578:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk7u79-b15/src/os/bsd/vm/perfMemory_bsd.cpp:388:7: style: The scope of the variable 'result' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/os/bsd/vm/perfMemory_bsd.cpp:379:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/os/bsd/vm/perfMemory_bsd.cpp:391:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/os/linux/vm/attachListener_linux.cpp:391:42: style: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/linux/vm/attachListener_linux.cpp:112:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
hotspot-jdk7u79-b15/src/os/linux/vm/attachListener_linux.cpp:391:42: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
hotspot-jdk7u79-b15/src/os/linux/vm/attachListener_linux.cpp:117:3: style: Class 'LinuxAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/os/linux/vm/decoder_linux.cpp:33:25: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/os/linux/vm/jvm_linux.cpp:182:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/os/linux/vm/os_linux.cpp:281:0: error: #error define gettid for the arch [preprocessorErrorDirective]
hotspot-jdk7u79-b15/src/os/linux/vm/perfMemory_linux.cpp:590:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk7u79-b15/src/os/linux/vm/perfMemory_linux.cpp:588:53: note: outer condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk7u79-b15/src/os/linux/vm/perfMemory_linux.cpp:590:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk7u79-b15/src/os/linux/vm/perfMemory_linux.cpp:387:7: style: The scope of the variable 'result' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/os/linux/vm/perfMemory_linux.cpp:378:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/os/linux/vm/perfMemory_linux.cpp:390:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/os/posix/launcher/java_md.c:73:0: error: #error "The macro LIBARCHNAME was not defined on the compile line" [preprocessorErrorDirective]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:166:34: style: Condition 'pointer_size==4' is always false [knownConditionTrueFalse]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:165:28: note: Assignment 'pointer_size=sizeof(void*)', assigned value is 8
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:166:34: note: Condition 'pointer_size==4' is always false
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:186:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:192:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:269:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:270:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:271:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:274:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:275:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:276:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:277:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:278:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:279:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:280:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:281:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:282:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:128:31: style: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.h:39:39: note: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:128:31: note: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:155:31: style: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.h:40:39: note: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:155:31: note: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:163:36: style: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.h:38:44: note: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/solaris/dtrace/generateJvmOffsets.cpp:163:36: note: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk7u79-b15/src/os/solaris/dtrace/jvm_dtrace.c:264:13: error: Uninitialized variable: i [uninitvar]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/jvm_dtrace.c:308:16: error: Uninitialized variable: res [uninitvar]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:668:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:800:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:802:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:810:15: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:819:19: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:819:19: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:826:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:846:7: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:846:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:898:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:978:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:978:9: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1012:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1012:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1027:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1027:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1045:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1045:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1117:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1170:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1170:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1170:9: warning: %llx in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1324:7: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:559:19: warning: Either the condition 'klassString!=NULL' is redundant or there is possible null pointer dereference: klassString. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:568:19: note: Assuming that condition 'klassString!=NULL' is not redundant
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:559:19: note: Null pointer dereference
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:560:18: warning: Either the condition 'klassString!=NULL' is redundant or there is possible null pointer dereference: klassString. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:568:19: note: Assuming that condition 'klassString!=NULL' is not redundant
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:560:18: note: Null pointer dereference
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:563:19: warning: Either the condition 'nameString!=NULL' is redundant or there is possible null pointer dereference: nameString. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:567:18: note: Assuming that condition 'nameString!=NULL' is not redundant
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:563:19: note: Null pointer dereference
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:564:18: warning: Either the condition 'nameString!=NULL' is redundant or there is possible null pointer dereference: nameString. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:567:18: note: Assuming that condition 'nameString!=NULL' is not redundant
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:564:18: note: Null pointer dereference
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:565:19: warning: Either the condition 'signatureString!=NULL' is redundant or there is possible null pointer dereference: signatureString. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:569:23: note: Assuming that condition 'signatureString!=NULL' is not redundant
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:565:19: note: Null pointer dereference
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:196:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:194:0: note: Variable 'err' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:196:3: note: Variable 'err' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1476:2: style: Label 'fail' is not used. [unusedLabel]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1514:30: style: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.h:60:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1514:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1431:36: error: Uninitialized variable: fp [uninitvar]
hotspot-jdk7u79-b15/src/os/solaris/dtrace/libjvm_db.c:1452:26: error: Uninitialized variable: sender_sp [uninitvar]
hotspot-jdk7u79-b15/src/os/solaris/vm/attachListener_solaris.cpp:159:3: style: Class 'SolarisAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/os/solaris/vm/jsig.c:134:8: style: The scope of the variable 'sigblocked' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/os/solaris/vm/os_solaris.cpp:2174:0: error: #error Method os::dll_load requires that one of following is defined:\ [preprocessorErrorDirective]
hotspot-jdk7u79-b15/src/os/solaris/vm/perfMemory_solaris.cpp:581:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk7u79-b15/src/os/solaris/vm/perfMemory_solaris.cpp:579:53: note: outer condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk7u79-b15/src/os/solaris/vm/perfMemory_solaris.cpp:581:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk7u79-b15/src/os/solaris/vm/perfMemory_solaris.cpp:390:7: style: The scope of the variable 'result' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/os/solaris/vm/perfMemory_solaris.cpp:381:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/os/solaris/vm/perfMemory_solaris.cpp:393:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/os/windows/launcher/java_md.c:191:9: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/os/windows/launcher/java_md.c:189:0: note: Variable 'message' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os/windows/launcher/java_md.c:191:9: note: Variable 'message' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os/windows/launcher/java_md.c:236:10: style: The scope of the variable 'crtpath' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/os/windows/launcher/java_md.c:590:24: style: Function 'GetPublicJREHome' argument 1 names different: declaration 'path' definition 'buf'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/windows/launcher/java_md.c:48:40: note: Function 'GetPublicJREHome' argument 1 names different: declaration 'path' definition 'buf'.
hotspot-jdk7u79-b15/src/os/windows/launcher/java_md.c:590:24: note: Function 'GetPublicJREHome' argument 1 names different: declaration 'path' definition 'buf'.
hotspot-jdk7u79-b15/src/os/windows/launcher/java_md.c:590:34: style: Function 'GetPublicJREHome' argument 2 names different: declaration 'pathsize' definition 'bufsize'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/os/windows/launcher/java_md.c:48:51: note: Function 'GetPublicJREHome' argument 2 names different: declaration 'pathsize' definition 'bufsize'.
hotspot-jdk7u79-b15/src/os/windows/launcher/java_md.c:590:34: note: Function 'GetPublicJREHome' argument 2 names different: declaration 'pathsize' definition 'bufsize'.
hotspot-jdk7u79-b15/src/os/windows/vm/attachListener_windows.cpp:182:40: warning: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename' [funcArgOrderDifferent]
hotspot-jdk7u79-b15/src/os/windows/vm/attachListener_windows.cpp:104:28: note: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename'
hotspot-jdk7u79-b15/src/os/windows/vm/attachListener_windows.cpp:182:40: note: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename'
hotspot-jdk7u79-b15/src/os/windows/vm/decoder_windows.cpp:172:10: style: Variable 'symbolInfo' is not assigned a value. [unassignedVariable]
hotspot-jdk7u79-b15/src/os/windows/vm/decoder_windows.cpp:30:3: performance: Variable '_dbghelp_handle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/os/windows/vm/jvm_windows.cpp:123:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/os/windows/vm/os_windows.cpp:1537:0: error: #error Method os::dll_load requires that one of following \ [preprocessorErrorDirective]
hotspot-jdk7u79-b15/src/os/windows/vm/perfMemory_windows.cpp:700:3: style: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/src/os/windows/vm/perfMemory_windows.cpp:695:0: note: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/os/windows/vm/perfMemory_windows.cpp:700:3: note: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:261:3: warning: sprintf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
hotspot-jdk7u79-b15/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:471:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:470:0: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:471:5: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:476:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:475:0: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:476:5: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:123:34: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:159:32: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:64:3: error: Address of auto-variable 'dummy' returned [returnAddressOfAutoVariable]
hotspot-jdk7u79-b15/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:415:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:414:0: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:415:5: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:420:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:419:0: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:420:5: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:118:34: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:154:32: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:59:3: error: Address of auto-variable 'dummy' returned [returnAddressOfAutoVariable]
hotspot-jdk7u79-b15/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:568:6: warning: Either the condition 'uc!=NULL' is redundant or there is possible null pointer dereference: uc. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:380:26: note: Assuming that condition 'uc!=NULL' is not redundant
hotspot-jdk7u79-b15/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:568:6: note: Null pointer dereference
hotspot-jdk7u79-b15/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:357:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
hotspot-jdk7u79-b15/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:359:7: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk7u79-b15/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:357:12: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk7u79-b15/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:274:8: style: The scope of the variable 'lwpstatusfile' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:275:7: style: The scope of the variable 'lwpfd' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:256:16: style: Variable 'dummy' is not assigned a value. [unassignedVariable]
hotspot-jdk7u79-b15/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:197:24: style: union member 'Anonymous0::__pad' is never used. [unusedStructMember]
hotspot-jdk7u79-b15/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp:418:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
hotspot-jdk7u79-b15/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp:420:7: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk7u79-b15/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp:418:12: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk7u79-b15/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp:261:8: style: The scope of the variable 'lwpstatusfile' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp:262:7: style: The scope of the variable 'lwpfd' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/os_cpu/windows_x86/vm/os_windows_x86.cpp:372:7: style: Variable 'dummy' is not assigned a value. [unassignedVariable]
hotspot-jdk7u79-b15/src/os_cpu/windows_x86/vm/os_windows_x86.cpp:374:3: error: Address of auto-variable 'dummy' returned [returnAddressOfAutoVariable]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:421:11: style: Condition 'res==NULL' is always true [knownConditionTrueFalse]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:408:21: note: Assignment 'res=NULL', assigned value is 0
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:421:11: note: Condition 'res==NULL' is always true
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:421:11: style: Same expression on both sides of '==' because the value of 'res' and 'NULL' are the same. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:408:21: note: 'res' is assigned value 'NULL' here.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:421:11: note: Same expression on both sides of '==' because the value of 'res' and 'NULL' are the same.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:106:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:92:27: style: Function 'decode_instructions' argument 1 names different: declaration 'start' definition 'start_pv'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.h:51:33: note: Function 'decode_instructions' argument 1 names different: declaration 'start' definition 'start_pv'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:92:27: note: Function 'decode_instructions' argument 1 names different: declaration 'start' definition 'start_pv'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:92:43: style: Function 'decode_instructions' argument 2 names different: declaration 'end' definition 'end_pv'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.h:51:46: note: Function 'decode_instructions' argument 2 names different: declaration 'end' definition 'end_pv'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:92:43: note: Function 'decode_instructions' argument 2 names different: declaration 'end' definition 'end_pv'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:93:39: style: Function 'decode_instructions' argument 3 names different: declaration 'event_callback' definition 'event_callback_arg'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.h:52:35: note: Function 'decode_instructions' argument 3 names different: declaration 'event_callback' definition 'event_callback_arg'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:93:39: note: Function 'decode_instructions' argument 3 names different: declaration 'event_callback' definition 'event_callback_arg'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:93:66: style: Function 'decode_instructions' argument 4 names different: declaration 'event_stream' definition 'event_stream_arg'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.h:53:33: note: Function 'decode_instructions' argument 4 names different: declaration 'event_stream' definition 'event_stream_arg'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:93:66: note: Function 'decode_instructions' argument 4 names different: declaration 'event_stream' definition 'event_stream_arg'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:94:39: style: Function 'decode_instructions' argument 5 names different: declaration 'printf_callback' definition 'printf_callback_arg'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.h:54:33: note: Function 'decode_instructions' argument 5 names different: declaration 'printf_callback' definition 'printf_callback_arg'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:94:39: note: Function 'decode_instructions' argument 5 names different: declaration 'printf_callback' definition 'printf_callback_arg'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:94:66: style: Function 'decode_instructions' argument 6 names different: declaration 'printf_stream' definition 'printf_stream_arg'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.h:55:33: note: Function 'decode_instructions' argument 6 names different: declaration 'printf_stream' definition 'printf_stream_arg'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:94:66: note: Function 'decode_instructions' argument 6 names different: declaration 'printf_stream' definition 'printf_stream_arg'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:240:40: style: Function 'setup_app_data' argument 2 names different: declaration 'options' definition 'caller_options'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:83:40: note: Function 'setup_app_data' argument 2 names different: declaration 'options' definition 'caller_options'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:240:40: note: Function 'setup_app_data' argument 2 names different: declaration 'options' definition 'caller_options'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:398:61: style: Function 'find_arch_info' argument 1 names different: declaration 'arch_nane' definition 'arch_name'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:227:61: note: Function 'find_arch_info' argument 1 names different: declaration 'arch_nane' definition 'arch_name'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:398:61: note: Function 'find_arch_info' argument 1 names different: declaration 'arch_nane' definition 'arch_name'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:479:49: style: Function 'init_disassemble_info_from_bfd' argument 4 names different: declaration 'bfd' definition 'abfd'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:234:49: note: Function 'init_disassemble_info_from_bfd' argument 4 names different: declaration 'bfd' definition 'abfd'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:479:49: note: Function 'init_disassemble_info_from_bfd' argument 4 names different: declaration 'bfd' definition 'abfd'.
hotspot-jdk7u79-b15/src/share/tools/hsdis/hsdis.c:404:10: error: Dead pointer usage. Pointer 'arch_info' is dead if it has been assigned '&bfd_default_arch_struct' at line 402. [deadpointer]
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:815:21: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:1333:27: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:1339:11: note: Assuming that condition 's==NULL' is not redundant
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:1333:27: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:882:7: warning: Redundant assignment of 's' to itself. [selfAssignment]
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:656:9: style: The scope of the variable 'isVMType' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:914:13: style: The scope of the variable 'res' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:1871:9: style: The scope of the variable 'vmType' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:2063:11: style: The scope of the variable 'image_data' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:666:27: error: Expression 'newArgv[newArgvIdx++]=(*argv)[0]' depends on order of evaluation of side effects [unknownEvaluationOrder]
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:394:17: style: Function 'JavaMain' argument 1 names different: declaration 'args' definition '_args'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:213:29: note: Function 'JavaMain' argument 1 names different: declaration 'args' definition '_args'.
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:394:17: note: Function 'JavaMain' argument 1 names different: declaration 'args' definition '_args'.
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:651:19: style: Function 'CheckJvmType' argument 1 names different: declaration 'argc' definition 'pargc'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/tools/launcher/java.h:103:25: note: Function 'CheckJvmType' argument 1 names different: declaration 'argc' definition 'pargc'.
hotspot-jdk7u79-b15/src/share/tools/launcher/java.c:651:19: note: Function 'CheckJvmType' argument 1 names different: declaration 'argc' definition 'pargc'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:450:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:332:26: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:340:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:349:15: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:357:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:375:32: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:383:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1663:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1680:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:2778:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:3072:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:660:3: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:653:0: note: Variable 'name' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:660:3: note: Variable 'name' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:3171:3: style: Variable 'sizeOfInstr' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:3165:0: note: Variable 'sizeOfInstr' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:3171:3: note: Variable 'sizeOfInstr' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4181:3: style: Variable 'expr' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4178:0: note: Variable 'expr' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4181:3: note: Variable 'expr' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:88:9: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1186:8: style: The scope of the variable 'in_register' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1318:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1625:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1709:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:3825:17: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4133:9: style: The scope of the variable 'next' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4603:16: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:31:32: style: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:275:23: note: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:31:32: note: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1623:46: style: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:136:37: note: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1623:46: note: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1708:47: style: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:137:38: note: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1708:47: note: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1744:48: style: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:138:39: note: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:1744:48: note: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:3164:43: style: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:167:43: note: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:3164:43: note: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:3199:48: style: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:166:45: note: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:3199:48: note: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4094:65: style: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:154:60: note: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4094:65: note: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4177:39: style: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:242:30: note: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4177:39: note: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4965:49: style: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:282:47: note: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4965:49: note: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:2681:5: style: Variable 'lparen' is modified but its new value is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:2646:0: style: Variable 'rparen' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:2647:0: style: Variable 'icount' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:2741:14: style: Variable 'line' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_curchar' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_preproc_taken' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_preproc_else' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:125:9: style: Member variable 'Form::_ftype' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:148:36: note: Member variable 'Form::_ftype' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:125:9: note: Member variable 'Form::_ftype' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:77:13: style: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:33:5: note: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:77:13: note: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:149:4: warning: Class 'Form' which has virtual members does not have a virtual destructor. [virtualDestructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.hpp:83:8: style: Technically the member function 'FileBuff::getoff' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:118:7: style: Technically the member function 'DictI::test' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:407:7: style: Technically the member function 'NameAndList::count' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:427:8: style: Technically the member function 'ComponentList::operatordelete' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:433:8: style: Technically the member function 'ComponentList::match_count' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:202:8: style: Technically the member function 'AllocClass::size' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:385:8: style: Technically the member function 'PipeClassForm::hasFixedLatency' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:386:7: style: Technically the member function 'PipeClassForm::fixedLatency' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:433:19: style: Technically the member function 'Peephole::peephole_number' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:547:9: style: Technically the member function 'PeepChild::use_leaf_operand' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:548:9: style: Technically the member function 'PeepChild::generate_an_instruction' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:257:23: style: Technically the member function 'InstructForm::is_short_branch' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:264:23: style: Technically the member function 'InstructForm::has_short_branch_form' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:269:23: style: Technically the member function 'InstructForm::alignment' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:274:23: style: Technically the member function 'InstructForm::num_unique_opnds' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:275:23: style: Technically the member function 'InstructForm::unique_opnds_idx' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:359:15: style: Technically the member function 'EncClass::num_args' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:862:8: style: Technically the member function 'AttributeForm::type' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:87:15: style: Technically the member function 'MatchList::get_cost' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:219:15: style: Technically the member function 'ArchDesc::getForm' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:345:17: style: Technically the member function 'ArchDesc::can_cisc_spill' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:105:8: performance: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:297:17: note: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:105:8: note: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:205:8: style: Technically the member function 'ADLParser::preproc_taken' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:253:16: style: Technically the member function 'ADLParser::cur_char' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.cpp:4923:17: note: Technically the member function 'ADLParser::cur_char' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:253:16: note: Technically the member function 'ADLParser::cur_char' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/adlparse.hpp:280:7: style: Technically the member function 'ADLParser::linenum' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:417:13: warning: The class 'Peephole' defines member variable with name '_next' also defined in its parent class 'Form'. [duplInheritedMember]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:129:9: note: Parent variable 'Form::_next'
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:417:13: note: Derived variable 'Peephole::_next'
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:478:19: warning: The class 'PeepConstraint' defines member variable with name '_next' also defined in its parent class 'Form'. [duplInheritedMember]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:129:9: note: Parent variable 'Form::_next'
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:478:19: note: Derived variable 'PeepConstraint::_next'
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.hpp:75:3: style: Class 'Chunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.hpp:107:3: style: Class 'Arena' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.hpp:108:3: style: Class 'Arena' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:115:3: style: Class 'DictI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:375:3: style: Class 'PreserveIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:396:3: style: Class 'NameAndList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:477:3: style: Class 'SourceForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:488:3: style: Class 'HeaderForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:495:3: style: Class 'PreHeaderForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:520:3: style: Class 'Expr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:167:3: style: Class 'RegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:199:3: style: Class 'AllocClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:299:3: style: Class 'ResourceForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:456:3: style: Class 'PeepMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:516:3: style: Class 'PeepReplace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:541:3: style: Class 'PeepChild' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:349:3: style: Class 'EncClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:382:3: style: Class 'MachNodeForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:474:3: style: Class 'Effect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:540:3: style: Class 'OpClassForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:581:3: style: Class 'OperandForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:714:3: style: Class 'Predicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:730:3: style: Class 'Interface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:831:3: style: Class 'ConstructRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:994:3: style: Class 'MatchRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1073:3: style: Class 'FormatRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:482:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:482:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:483:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:483:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:490:23: style: The function 'classname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:480:23: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:490:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:497:23: style: The function 'classname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:480:23: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:497:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:117:14: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:157:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:117:14: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:119:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:119:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:120:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:120:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:152:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:152:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:153:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:153:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:184:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:184:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:185:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:185:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:204:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:204:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:205:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:205:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:240:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:240:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:241:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:241:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:280:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:280:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:281:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:281:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:296:26: style: The function 'is_resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:139:26: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:296:26: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:302:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:302:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:303:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:303:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:327:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:327:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:328:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:328:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:351:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:351:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:352:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:352:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:378:27: style: The function 'is_pipeclass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:140:26: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:378:27: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:402:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:402:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:403:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:403:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:439:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:439:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:440:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:440:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:471:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:471:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:472:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:472:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:501:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:501:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:502:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:502:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:529:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:529:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:530:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:530:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:550:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:550:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:551:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:551:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:122:25: style: The function 'is_instruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:135:26: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:122:25: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:124:23: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:151:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:124:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:300:16: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:157:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:300:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:302:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:302:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:303:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:303:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:325:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:325:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:326:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:326:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:368:8: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:157:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:368:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:369:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:369:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:370:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:370:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:385:25: style: The function 'is_machnode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:136:26: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:385:25: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:387:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:387:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:388:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:388:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:415:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:415:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:416:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:416:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:460:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:460:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:461:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:461:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:478:19: style: The function 'is_effect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:138:26: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:478:19: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:485:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:485:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:486:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:486:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:507:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:507:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:508:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:508:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:526:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:526:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:527:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:527:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:544:32: style: The function 'is_opclass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:133:26: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:544:32: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:545:32: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:210:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:545:32: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:548:32: style: The function 'is_cisc_mem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:144:26: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:548:32: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:555:16: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:151:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:555:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:556:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:556:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:557:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:557:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:586:24: style: The function 'is_operand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:134:26: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:586:24: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:588:23: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:555:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:588:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:589:31: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:545:32: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:589:31: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:590:32: style: The function 'stack_slots_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:546:32: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:590:32: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:604:23: style: The function 'is_cisc_reg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:143:26: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:604:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:683:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:556:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:683:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:684:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:557:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:684:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:701:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:701:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:702:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:702:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:717:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:717:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:718:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:718:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:733:31: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:210:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:733:31: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:741:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:741:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:742:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:742:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:754:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:754:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:755:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:755:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:767:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:767:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:768:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:768:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:786:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:786:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:787:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:787:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:817:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:817:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:818:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:818:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:834:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:834:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:835:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:835:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:860:26: style: The function 'is_attribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:137:26: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:860:26: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:867:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:867:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:868:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:868:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:894:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:894:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:895:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:895:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:977:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:977:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:978:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:978:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:999:16: style: The function 'append_components' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:940:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:999:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1033:16: style: The function 'equivalent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:972:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1033:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1037:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1037:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1039:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1039:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1057:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1057:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1058:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1058:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1076:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1076:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1077:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1077:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:128:7: style: Condition '!chains_exist' is always true [knownConditionTrueFalse]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:117:25: note: Assignment 'chains_exist=false', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:128:7: note: Condition '!chains_exist' is always true
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:260:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:294:8: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:312:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:329:8: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:352:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:384:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:396:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:426:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:433:15: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:565:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:619:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:630:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:641:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:655:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:665:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:896:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:503:3: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:501:0: note: Variable 'index' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:503:3: note: Variable 'index' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1024:3: style: Variable 'opForm' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1020:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1024:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1028:3: style: Variable 'opForm' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1024:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1028:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:791:15: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:733:39: style: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:195:31: note: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:733:39: note: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:788:49: style: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:329:42: note: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:788:49: note: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:841:57: style: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:251:49: note: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:841:57: note: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:879:46: style: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:250:38: note: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:879:46: note: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:299:31: style: Variable 'has_root' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:407:21: style: Variable 'rule' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1041:12: style: Variable 'opForm' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:99:17: style: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:171:5: note: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:99:17: note: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:184:8: style: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:174:5: note: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:184:8: note: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:122:17: style: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:175:5: note: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:122:17: note: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:92:15: performance: Technically the member function 'MatchList::output' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:160:17: note: Technically the member function 'MatchList::output' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:92:15: note: Technically the member function 'MatchList::output' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:195:8: performance: Technically the member function 'ArchDesc::initKeywords' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:733:16: note: Technically the member function 'ArchDesc::initKeywords' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:195:8: note: Technically the member function 'ArchDesc::initKeywords' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:225:8: performance: Technically the member function 'ArchDesc::check_optype' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:406:16: note: Technically the member function 'ArchDesc::check_optype' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:225:8: note: Technically the member function 'ArchDesc::check_optype' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:229:15: performance: Technically the member function 'ArchDesc::getMatchListIndex' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:366:23: note: Technically the member function 'ArchDesc::getMatchListIndex' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:229:15: note: Technically the member function 'ArchDesc::getMatchListIndex' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:238:15: style: Technically the member function 'ArchDesc::reduceLeft' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:382:23: note: Technically the member function 'ArchDesc::reduceLeft' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:238:15: note: Technically the member function 'ArchDesc::reduceLeft' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:239:15: style: Technically the member function 'ArchDesc::reduceRight' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:394:23: note: Technically the member function 'ArchDesc::reduceRight' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:239:15: note: Technically the member function 'ArchDesc::reduceRight' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:242:15: performance: Technically the member function 'ArchDesc::machOperEnum' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1157:23: note: Technically the member function 'ArchDesc::machOperEnum' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:242:15: note: Technically the member function 'ArchDesc::machOperEnum' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:275:8: performance: Technically the member function 'ArchDesc::buildMustCloneMap' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1168:16: note: Technically the member function 'ArchDesc::buildMustCloneMap' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:275:8: note: Technically the member function 'ArchDesc::buildMustCloneMap' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:278:8: performance: Technically the member function 'ArchDesc::addSunCopyright' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1088:16: note: Technically the member function 'ArchDesc::addSunCopyright' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:278:8: note: Technically the member function 'ArchDesc::addSunCopyright' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:280:8: performance: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1099:16: note: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:280:8: note: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:282:8: performance: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1110:16: note: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:282:8: note: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:284:8: performance: Technically the member function 'ArchDesc::addInclude' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1119:16: note: Technically the member function 'ArchDesc::addInclude' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:284:8: note: Technically the member function 'ArchDesc::addInclude' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:285:8: performance: Technically the member function 'ArchDesc::addInclude' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.cpp:1124:16: note: Technically the member function 'ArchDesc::addInclude' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:285:8: note: Technically the member function 'ArchDesc::addInclude' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.cpp:27:34: style: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.hpp:73:29: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'.
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.cpp:27:34: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'.
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.cpp:73:22: style: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.hpp:108:16: note: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'.
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.cpp:73:22: note: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'.
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.cpp:46:15: warning: The 2nd memset() argument '3131947710U' doesn't fit into an 'unsigned char'. [memsetValueOutOfRange]
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.hpp:100:10: style: Member variable 'Arena::_first' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.cpp:74:52: note: Member variable 'Arena::_first' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.hpp:100:10: note: Member variable 'Arena::_first' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.hpp:46:9: style: Technically the member function 'CHeapObj::operatordelete' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.cpp:170:16: note: Technically the member function 'CHeapObj::operatordelete' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.hpp:46:9: note: Technically the member function 'CHeapObj::operatordelete' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.cpp:60:12: style: Class 'Arena' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/arena.cpp:60:12: style: Class 'Arena' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:66:41: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:67:41: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:322:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:337:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:856:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:862:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:869:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:879:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:887:59: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:951:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:959:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:1037:73: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:947:15: style: The scope of the variable 'x' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:239:47: style: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:125:39: note: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:239:47: note: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:311:69: style: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:126:61: note: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:311:69: note: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:593:51: style: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:235:43: note: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:593:51: note: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:593:92: style: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:235:83: note: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:593:92: note: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:949:9: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:902:21: warning: Member variable 'ExprDict::_expr' is not assigned a value in 'ExprDict::operator='. [operatorEqVarError]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:106:3: warning: Member variable 'ProductionState::_constraint' is not initialized in the constructor. [uninitMemberVarPrivate]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:107:3: warning: Member variable 'ProductionState::_constraint' is not initialized in the constructor. [uninitMemberVarPrivate]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:902:21: style: 'operator=' should either return reference to 'this' instance or be declared private and left unimplemented. [operatorEqShouldBeLeftUnimplemented]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:549:15: performance: Technically the member function 'Expr::compute_expr' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:740:19: note: Technically the member function 'Expr::compute_expr' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:549:15: note: Technically the member function 'Expr::compute_expr' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:550:15: performance: Technically the member function 'Expr::compute_min' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:759:11: note: Technically the member function 'Expr::compute_min' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:550:15: note: Technically the member function 'Expr::compute_min' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:551:15: performance: Technically the member function 'Expr::compute_max' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:766:11: note: Technically the member function 'Expr::compute_max' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:551:15: note: Technically the member function 'Expr::compute_max' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:552:15: performance: Technically the member function 'Expr::compute_external' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:715:19: note: Technically the member function 'Expr::compute_external' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:552:15: note: Technically the member function 'Expr::compute_external' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:129:8: style: Technically the member function 'ArchDesc::expand_opclass' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:293:16: note: Technically the member function 'ArchDesc::expand_opclass' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:129:8: note: Technically the member function 'ArchDesc::expand_opclass' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:132:8: performance: Technically the member function 'ArchDesc::prune_matchlist' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:361:16: note: Technically the member function 'ArchDesc::prune_matchlist' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:132:8: note: Technically the member function 'ArchDesc::prune_matchlist' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:83:3: style: Class 'ProductionState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/dfa.cpp:76:1: warning: The class 'ProductionState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:77:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:105:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:141:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:155:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:64:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:55:19: style: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:58:16: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:55:19: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:55:33: style: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:58:26: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:55:33: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:59:19: style: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:59:16: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:59:19: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:59:33: style: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:59:26: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:59:33: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:243:35: style: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:84:31: note: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:243:35: note: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:285:25: style: Function 'hashstr' argument 1 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:92:25: note: Function 'hashstr' argument 1 names different: declaration 's' definition 't'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:285:25: note: Function 'hashstr' argument 1 names different: declaration 's' definition 't'.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:146:13: warning: Size of pointer '_bin' used instead of size of its data. [pointerSize]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:250:32: warning: Size of pointer '_bin' used instead of size of its data. [pointerSize]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:290:17: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:115:3: warning: Member variable 'DictI::_key' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:115:3: warning: Member variable 'DictI::_value' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:55:77: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:59:91: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.cpp:140:90: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:32:35: style: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.hpp:72:26: note: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:32:35: note: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:94:53: style: Function 'FileBuffRegion' argument 2 names different: declaration 'sol' definition 'soln'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.hpp:100:33: note: Function 'FileBuffRegion' argument 2 names different: declaration 'sol' definition 'soln'.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:94:53: note: Function 'FileBuffRegion' argument 2 names different: declaration 'sol' definition 'soln'.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:94:63: style: Function 'FileBuffRegion' argument 3 names different: declaration 'line' definition 'ln'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.hpp:100:42: note: Function 'FileBuffRegion' argument 3 names different: declaration 'line' definition 'ln'.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:94:63: note: Function 'FileBuffRegion' argument 3 names different: declaration 'line' definition 'ln'.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:95:37: style: Function 'FileBuffRegion' argument 4 names different: declaration 'offset' definition 'off'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.hpp:100:52: note: Function 'FileBuffRegion' argument 4 names different: declaration 'offset' definition 'off'.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:95:37: note: Function 'FileBuffRegion' argument 4 names different: declaration 'offset' definition 'off'.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:262:14: style: Variable 'off3' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.hpp:64:13: style: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:32:74: note: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.hpp:64:13: note: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.hpp:95:7: style: Member variable 'FileBuffRegion::_offset' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:96:38: note: Member variable 'FileBuffRegion::_offset' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.hpp:95:7: note: Member variable 'FileBuffRegion::_offset' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:48:3: style: Class 'FileBuff' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/filebuff.cpp:48:3: style: Class 'FileBuff' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:319:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:325:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:350:59: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:212:54: style: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:179:51: note: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:212:54: note: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:121:18: error: Boolean value assigned to pointer. [assignBoolToPointer]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:335:21: warning: Member variable 'FormDict::_form' is not assigned a value in 'FormDict::operator='. [operatorEqVarError]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:335:21: style: 'operator=' should either return reference to 'this' instance or be declared private and left unimplemented. [operatorEqShouldBeLeftUnimplemented]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:179:19: performance: Technically the member function 'Form::ideal_to_const_type' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:212:22: note: Technically the member function 'Form::ideal_to_const_type' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:179:19: note: Technically the member function 'Form::ideal_to_const_type' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:181:19: performance: Technically the member function 'Form::ideal_to_sReg_type' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:226:22: note: Technically the member function 'Form::ideal_to_sReg_type' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:181:19: note: Technically the member function 'Form::ideal_to_sReg_type' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:183:19: performance: Technically the member function 'Form::ideal_to_Reg_type' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:237:22: note: Technically the member function 'Form::ideal_to_Reg_type' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:183:19: note: Technically the member function 'Form::ideal_to_Reg_type' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:186:18: performance: Technically the member function 'Form::is_load_from_memory' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:250:22: note: Technically the member function 'Form::is_load_from_memory' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:186:18: note: Technically the member function 'Form::is_load_from_memory' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:188:18: performance: Technically the member function 'Form::is_store_to_memory' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:272:22: note: Technically the member function 'Form::is_store_to_memory' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:188:18: note: Technically the member function 'Form::is_store_to_memory' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:348:15: style: Technically the member function 'NameList::current' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:72:24: note: Technically the member function 'NameList::current' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:348:15: note: Technically the member function 'NameList::current' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:349:15: style: Technically the member function 'NameList::peek' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:73:24: note: Technically the member function 'NameList::peek' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:349:15: note: Technically the member function 'NameList::peek' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:352:9: performance: Technically the member function 'NameList::is_signal' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:82:17: note: Technically the member function 'NameList::is_signal' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:352:9: note: Technically the member function 'NameList::is_signal' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:356:15: style: Technically the member function 'NameList::name' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:107:24: note: Technically the member function 'NameList::name' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:356:15: note: Technically the member function 'NameList::name' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:359:9: style: Technically the member function 'NameList::output' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:113:18: note: Technically the member function 'NameList::output' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.hpp:359:9: note: Technically the member function 'NameList::output' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:43:3: style: Class 'NameList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:43:3: style: Class 'NameList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk7u79-b15/src/share/vm/adlc/forms.cpp:51:21: error: Common realloc mistake: '_names' nulled but not freed upon failure [memleakOnRealloc]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:219:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:475:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:480:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:90:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:101:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:108:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:114:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:172:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:176:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:180:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:244:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:257:36: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:281:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:303:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:330:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:453:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:516:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:42:36: style: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:99:31: note: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:42:36: note: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:43:69: style: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:100:65: note: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:43:69: note: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:58:47: style: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:102:35: note: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:58:47: note: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:187:86: style: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:141:33: note: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:187:86: note: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:200:38: style: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:145:36: note: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:200:38: note: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:243:48: style: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:174:40: note: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:243:48: note: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:556:37: style: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:428:29: note: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:556:37: note: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:569:41: style: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:430:33: note: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:569:41: note: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:666:45: style: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:497:31: note: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:666:45: note: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:712:50: style: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:525:40: note: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:712:50: note: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:714:37: style: Variable 'inst_num' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:715:30: style: Variable 'inst_operand' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:718:22: style: Variable 'inst' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:33:15: warning: Member variable 'RegisterForm::_current_ac' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:337:12: warning: Member variable 'FrameForm::_direction' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:337:12: warning: Member variable 'FrameForm::_sync_stack_slots' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:337:12: warning: Member variable 'FrameForm::_inline_cache_reg' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:337:12: warning: Member variable 'FrameForm::_interpreter_method_oop_reg' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:337:12: warning: Member variable 'FrameForm::_cisc_spilling_operand_name' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:337:12: warning: Member variable 'FrameForm::_return_addr_loc' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:337:12: warning: Member variable 'FrameForm::_c_return_addr_loc' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:131:15: style: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:191:5: note: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:131:15: note: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:160:15: style: Member variable 'RegClass::_classid' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:227:65: note: Member variable 'RegClass::_classid' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:160:15: note: Member variable 'RegClass::_classid' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:254:14: style: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:369:6: note: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:254:14: note: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:446:9: style: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:591:54: note: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:446:9: note: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:478:19: style: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:650:51: note: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:478:19: note: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:463:9: style: Technically the member function 'PeepMatch::max_position' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.cpp:609:18: note: Technically the member function 'PeepMatch::max_position' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/formsopt.hpp:463:9: note: Technically the member function 'PeepMatch::max_position' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1399:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1400:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1406:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1406:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1406:9: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1409:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1409:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1409:9: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1419:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2430:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2473:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2483:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2495:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2496:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2496:22: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2497:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2497:22: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2498:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2499:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2500:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2577:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2578:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2579:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2580:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2581:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:103:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:732:8: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:738:8: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:776:54: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:898:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:915:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:962:28: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1191:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1531:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1539:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1564:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1744:32: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1749:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1769:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1827:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1866:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1919:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1934:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2024:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2046:54: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2307:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2421:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2645:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2657:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2661:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2665:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2669:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2807:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2895:46: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2896:46: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2898:32: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3223:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3225:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3311:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3312:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3329:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3330:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3802:4: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1176:3: style: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1170:0: note: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1176:3: note: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3512:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3516:3: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3512:8: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:622:16: warning: Redundant assignment of 'oper' to itself. [selfAssignment]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2281:19: warning: Redundant assignment of 'reg_class' to itself. [selfAssignment]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1336:10: style: The scope of the variable 'count' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2514:17: style: The scope of the variable 'type' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:166:46: style: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:139:49: note: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:166:46: note: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:176:51: style: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:145:46: note: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:176:51: note: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:486:31: style: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:176:80: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:486:31: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:493:31: style: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:177:80: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:493:31: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:493:58: style: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:177:102: note: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:493:58: note: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1165:63: style: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:244:66: note: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1165:63: note: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1588:37: style: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:363:29: note: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1588:37: note: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1666:56: style: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:413:57: note: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1666:56: note: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1728:42: style: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:441:34: note: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1728:42: note: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2195:59: style: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:622:56: note: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2195:59: note: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2239:51: style: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:631:56: note: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2239:51: note: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2324:72: style: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:654:77: note: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2324:72: note: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2352:67: style: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:655:72: note: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2352:67: note: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2362:67: style: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:660:72: note: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2362:67: note: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2493:50: style: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:676:54: note: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2493:50: note: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2493:68: style: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:676:70: note: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2493:68: note: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2508:54: style: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:657:65: note: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2508:54: note: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2571:40: style: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:679:44: note: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2571:40: note: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3112:68: style: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:929:63: note: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3112:68: note: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3121:47: style: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:932:38: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3121:47: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3128:47: style: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:933:38: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3128:47: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3151:40: style: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:939:36: note: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3151:40: note: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3496:37: style: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:970:35: note: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3496:37: note: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3496:57: style: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:970:52: note: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3496:57: note: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3773:54: style: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:975:51: note: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3773:54: note: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3827:71: style: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:996:62: note: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3827:71: note: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3854:36: style: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:1001:33: note: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3854:36: note: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:449:0: style: Variable 'matching_input' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:622:18: style: Variable 'oper' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1197:44: style: Variable 'stack_or_reg_mask_name' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2250:30: style: Variable 'constraint' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2513:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:30:15: warning: Member variable 'InstructForm::_uniq_idx_length' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:62:15: warning: Member variable 'InstructForm::_uniq_idx_length' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1911:15: warning: Member variable 'MachNodeForm::_machnode_pipe' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1893:14: warning: Member variable 'RewriteRule::_condition' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1893:14: warning: Member variable 'RewriteRule::_instrs' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1893:14: warning: Member variable 'RewriteRule::_opers' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1924:14: warning: Member variable 'OpClassForm::_minCode' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1924:14: warning: Member variable 'OpClassForm::_maxCode' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2770:16: warning: Member variable 'ConstructRule::_expr' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3816:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3821:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3827:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:77:18: style: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:31:17: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:77:18: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:86:18: style: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:34:5: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:86:18: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:77:18: style: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:63:17: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:77:18: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:86:18: style: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:66:5: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:86:18: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:796:15: style: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2743:5: note: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:796:15: note: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:797:15: style: Member variable 'CondInterface::_less' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2744:5: note: Member variable 'CondInterface::_less' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:797:15: note: Member variable 'CondInterface::_less' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:798:15: style: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2745:5: note: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:798:15: note: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:799:15: style: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2746:5: note: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:799:15: note: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:800:15: style: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2747:5: note: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:800:15: note: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:918:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3114:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:918:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:923:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3115:55: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:923:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:918:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3122:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:918:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:923:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3124:21: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:923:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:918:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3129:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:918:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:923:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3131:21: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:923:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:322:15: performance: Technically the member function 'EncodeForm::encClassPrototype' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1549:25: note: Technically the member function 'EncodeForm::encClassPrototype' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:322:15: note: Technically the member function 'EncodeForm::encClassPrototype' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:323:15: style: Technically the member function 'EncodeForm::encClassBody' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1536:25: note: Technically the member function 'EncodeForm::encClassBody' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:323:15: note: Technically the member function 'EncodeForm::encClassBody' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:356:8: performance: Technically the member function 'EncClass::check_parameter_types' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1582:16: note: Technically the member function 'EncClass::check_parameter_types' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:356:8: note: Technically the member function 'EncClass::check_parameter_types' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:676:23: performance: Technically the member function 'OperandForm::format_constant' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2493:19: note: Technically the member function 'OperandForm::format_constant' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:676:23: note: Technically the member function 'OperandForm::format_constant' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:891:15: style: Technically the member function 'Component::base_type' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:2853:24: note: Technically the member function 'Component::base_type' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:891:15: note: Technically the member function 'Component::base_type' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:896:15: style: Technically the member function 'Component::getUsedefName' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:1803:24: note: Technically the member function 'Component::getUsedefName' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:896:15: note: Technically the member function 'Component::getUsedefName' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:970:14: performance: Technically the member function 'MatchNode::cisc_spill_merge' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3496:16: note: Technically the member function 'MatchNode::cisc_spill_merge' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:970:14: note: Technically the member function 'MatchNode::cisc_spill_merge' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3134:5: style: Class 'MatchNode' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3134:5: style: Class 'MatchNode' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.cpp:3413:1: error: Memory leak: subtree [memleak]
hotspot-jdk7u79-b15/src/share/vm/adlc/main.cpp:449:9: style: The scope of the variable 'ep' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/main.cpp:362:50: style: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:179:43: note: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'.
hotspot-jdk7u79-b15/src/share/vm/adlc/main.cpp:362:50: note: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'.
hotspot-jdk7u79-b15/src/share/vm/adlc/main.cpp:397:52: style: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:180:45: note: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'.
hotspot-jdk7u79-b15/src/share/vm/adlc/main.cpp:397:52: note: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:180:8: performance: Technically the member function 'ArchDesc::close_file' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/main.cpp:397:16: note: Technically the member function 'ArchDesc::close_file' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:180:8: note: Technically the member function 'ArchDesc::close_file' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/main.cpp:368:5: error: Resource leak: _fp [resourceLeak]
hotspot-jdk7u79-b15/src/share/vm/adlc/main.cpp:370:3: error: Resource leak: _fp [resourceLeak]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:516:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:516:7: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:801:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:801:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:807:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:807:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:812:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:812:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1512:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1516:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1525:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1528:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1534:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1534:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1553:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1553:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1553:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1574:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1576:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1584:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1585:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1589:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1595:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1599:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1615:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1633:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1633:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1637:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1661:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1667:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1671:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1682:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1687:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1692:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1775:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1775:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1781:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1781:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1781:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1801:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1801:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1804:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1805:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1805:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1807:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1807:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1808:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1808:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1808:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1813:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1813:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1816:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2675:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2708:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2711:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3130:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3800:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3884:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:239:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:245:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:267:15: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:273:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:311:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:388:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:466:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:499:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:853:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1567:42: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1578:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1677:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1716:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2768:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2788:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2861:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2983:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3045:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3055:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3081:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3107:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3125:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3145:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3160:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3185:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3209:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3219:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3407:15: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3420:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3443:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3454:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3468:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3479:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3724:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3971:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:4170:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:4188:49: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:4211:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:4231:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:4238:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:4252:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:147:16: style: The scope of the variable 'rc_name' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:185:16: style: The scope of the variable 'rc_name' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1486:17: style: The scope of the variable 'cnt' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3397:17: style: The scope of the variable 'inst' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:146:45: style: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:256:38: note: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:146:45: note: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2481:51: style: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:307:51: note: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2481:51: note: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2499:51: style: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:313:51: note: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2499:51: note: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2584:59: style: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:311:51: note: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2584:59: note: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2960:36: style: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:324:28: note: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2960:36: note: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3839:61: style: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:252:64: note: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3839:61: note: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3906:55: style: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/formssel.hpp:266:58: note: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3906:55: note: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:471:0: style: Variable 'commentlen' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:472:0: style: Variable 'max_cycles' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:474:20: style: Variable 'cyclelen' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2735:14: style: Variable 'is_ideal_bool' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3392:26: style: Variable 'fp_hpp' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3703:0: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3722:0: style: Variable 'opIndex' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3975:27: style: Variable 'opcode' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:4195:22: style: Variable 'mrule2' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:1892:3: warning: Member variable 'DefineEmitState::_processing_noninput' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:307:8: performance: Technically the member function 'ArchDesc::defineSize' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2481:16: note: Technically the member function 'ArchDesc::defineSize' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:307:8: note: Technically the member function 'ArchDesc::defineSize' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:316:8: performance: Technically the member function 'ArchDesc::define_oper_interface' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2835:16: note: Technically the member function 'ArchDesc::define_oper_interface' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:316:8: note: Technically the member function 'ArchDesc::define_oper_interface' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:2295:15: performance: Technically the member function 'DefineEmitState::reg_conversion' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3239:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:391:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3239:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3240:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:392:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3240:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3241:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:393:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3241:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3244:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:395:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3244:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3249:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:394:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3249:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3257:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:399:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3257:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3262:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:396:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3262:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3274:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:391:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3274:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3275:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:392:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3275:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3276:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:393:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3276:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3279:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:395:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3279:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3280:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:394:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3280:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3285:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:396:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3285:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3290:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:399:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3290:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3304:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:391:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3304:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3305:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:392:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3305:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3306:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:393:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3306:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3309:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:395:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3309:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3310:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:394:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3310:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3315:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:396:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3315:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3320:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:399:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3320:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3334:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:391:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3334:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3335:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:392:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3335:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3336:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:393:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3336:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3339:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:395:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3339:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3340:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:394:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3340:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3341:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:396:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3341:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3342:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:399:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3342:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3352:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:391:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3352:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3353:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:392:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3353:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3354:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:393:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3354:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3357:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:394:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3357:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3361:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:395:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3361:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3362:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:396:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3362:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3363:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:399:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3363:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3373:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:391:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3373:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3374:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:392:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3374:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3375:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:393:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3375:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3378:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:395:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3378:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3379:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:394:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3379:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3380:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:396:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3380:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3381:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:399:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_c.cpp:3381:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:86:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:301:27: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:302:27: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:303:27: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:304:27: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:305:27: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:316:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:321:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:326:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:331:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:336:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:341:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:346:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:355:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:355:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:357:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:357:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:382:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:383:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:387:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:391:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:395:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:396:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:400:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:401:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:401:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:402:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:406:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:407:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:407:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:408:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:760:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:764:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:767:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:769:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:769:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:773:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:773:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:779:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:779:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:779:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:785:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:785:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:792:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:792:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:800:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:800:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:800:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:800:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:800:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:802:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:802:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:802:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:884:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:889:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1064:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1065:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1172:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1510:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1632:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1651:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1660:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1677:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:461:34: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:456:20: note: Assuming that condition 'form==NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:461:34: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:532:34: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:527:20: note: Assuming that condition 'form==NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:532:34: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:612:30: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:608:18: note: Assuming that condition 'form==NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:612:30: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1128:33: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1136:33: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1156:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1501:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1569:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1607:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:134:5: style: Variable 'reg_def' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:121:0: note: Variable 'reg_def' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:134:5: note: Variable 'reg_def' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:167:38: style: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:263:31: note: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:167:38: note: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1115:37: style: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:323:29: note: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1115:37: note: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2142:43: style: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:267:35: note: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2142:43: note: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:907:19: style: Variable 'unitSize' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2082:3: warning: Member variable 'OutputMachOpcodes::begin_rematerialize' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2082:3: warning: Member variable 'OutputMachOpcodes::end_rematerialize' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:263:9: performance: Technically the member function 'ArchDesc::declareRegSizes' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:167:16: note: Technically the member function 'ArchDesc::declareRegSizes' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:263:9: note: Technically the member function 'ArchDesc::declareRegSizes' can be static.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:295:8: style: Technically the member function 'ArchDesc::defineStateClass' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:1952:16: note: Technically the member function 'ArchDesc::defineStateClass' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:295:8: note: Technically the member function 'ArchDesc::defineStateClass' can be const.
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2038:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:391:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2038:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2039:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:392:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2039:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2040:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:393:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2040:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2043:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:395:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2043:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2048:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:394:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2048:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2053:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:396:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2053:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2059:8: style: The function 'do_instructions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:398:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2059:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2060:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:399:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2060:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2087:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:391:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2087:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2088:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:392:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2088:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2089:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:393:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2089:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2102:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:395:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2102:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2103:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:394:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2103:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2104:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:396:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2104:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2106:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:399:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2106:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2108:8: style: The function 'record_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/adlc/archDesc.hpp:401:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/adlc/output_h.cpp:2108:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/asm/assembler.cpp:288:67: style: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/asm/assembler.cpp:276:58: note: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'.
hotspot-jdk7u79-b15/src/share/vm/asm/assembler.cpp:288:67: note: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'.
hotspot-jdk7u79-b15/src/share/vm/asm/assembler.cpp:227:21: style: Variable 'target_sect' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/asm/assembler.cpp:277:8: style: Technically the member function 'DelayedConstant::match' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/asm/codeBuffer.cpp:181:8: warning: Either the condition 'next_cs!=NULL' is redundant or there is possible null pointer dereference: next_cs. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/asm/codeBuffer.cpp:170:15: note: Assuming that condition 'next_cs!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/asm/codeBuffer.cpp:181:8: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/c1/c1_CFGPrinter.cpp:108:19: warning: Member variable 'CFGPrinterOutput::_compilation' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_CFGPrinter.cpp:108:19: warning: Member variable 'CFGPrinterOutput::_do_print_HIR' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_CFGPrinter.cpp:108:19: warning: Member variable 'CFGPrinterOutput::_do_print_LIR' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_CFGPrinter.cpp:109:4: style: Class 'CFGPrinterOutput' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Canonicalizer.cpp:719:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Canonicalizer.cpp:757:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Canonicalizer.cpp:765:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Canonicalizer.cpp:788:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Canonicalizer.cpp:796:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Canonicalizer.cpp:307:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Canonicalizer.cpp:307:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 308. [shiftTooManyBits]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Canonicalizer.cpp:308:19: note: Assuming that condition 'shift==0' is not redundant
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Canonicalizer.cpp:307:26: note: Shift
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Compilation.cpp:186:25: style: Same expression on both sides of '==' because the value of 'instructions' and 'Instruction::number_of_instructions()' are the same. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Compilation.cpp:184:59: note: 'instructions' is assigned value 'Instruction::number_of_instructions()' here.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Compilation.cpp:186:25: note: Same expression on both sides of '==' because the value of 'instructions' and 'Instruction::number_of_instructions()' are the same.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Compilation.cpp:74:3: warning: Member variable 'PhaseTraceTime::_thread' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Compilation.cpp:74:3: style: Class 'PhaseTraceTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:3193:3: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:3187:0: note: Variable 'msg' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:3193:3: note: Variable 'msg' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:147:49: style: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:67:33: note: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:147:49: note: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:385:46: style: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:77:31: note: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:385:46: note: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:1312:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:1357:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:4076:23: style: Variable 'op' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:4100:23: style: Variable 'op' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:4120:23: style: Variable 'op' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:50:16: style: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:101:4: note: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:50:16: note: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:52:16: style: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:104:4: note: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:52:16: note: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:70:8: performance: Technically the member function 'BlockListBuilder::store_one' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:173:31: note: Technically the member function 'BlockListBuilder::store_one' can be static.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:70:8: note: Technically the member function 'BlockListBuilder::store_one' can be static.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:99:4: style: Class 'BlockListBuilder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:99:4: style: Class 'BlockListBuilder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_GraphBuilder.cpp:2324:3: style: Class 'PhiSimplifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:795:62: style: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:465:40: note: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:795:62: note: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:1211:20: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:948:11: warning: Assert statement calls a function which may have desired side effects: 'compute_dominators_iter'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:423:14: style: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:498:3: note: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:423:14: note: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:284:3: style: Class 'CriticalEdgeFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:502:3: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:668:3: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_IR.cpp:842:3: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_LIRGenerator.cpp:2472:16: style: Variable 'hi_key' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_LinearScan.cpp:4209:10: warning: Possible null pointer dereference: result [nullPointer]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_LinearScan.cpp:4173:14: note: Assignment 'result=NULL', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/c1/c1_LinearScan.cpp:4209:10: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/c1/c1_LinearScan.cpp:1507:13: style: The scope of the variable 'v' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:775:14: warning: Either the condition 'local0!=NULL' is redundant or there is possible null pointer dereference: local0. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:777:18: note: Assuming that condition 'local0!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:775:14: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:1105:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:719:40: style: Function 'visit' argument 1 names different: declaration 'f' definition 'p'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:615:21: note: Function 'visit' argument 1 names different: declaration 'f' definition 'p'.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:719:40: note: Function 'visit' argument 1 names different: declaration 'f' definition 'p'.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:842:47: style: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:613:28: note: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:842:47: note: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:215:3: style: Variable 'cur_end' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:482:3: warning: Member variable 'NullCheckVisitor::_nce' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:45:7: style: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:51:59: note: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:45:7: note: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:567:21: style: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:594:7: note: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:567:21: note: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:547:21: style: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:595:7: note: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:547:21: note: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:51:3: style: Class 'CE_Eliminator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:316:3: style: Class 'BlockMerger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Optimizer.cpp:590:3: style: Class 'NullCheckEliminator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_Runtime1.cpp:1145:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/c1/c1_ValueMap.cpp:288:3: style: Class 'ShortLoopOptimizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:1274:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:61:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:60:11: note: Assignment 'e=MAXBIT', assigned value is 29
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:61:15: note: Shift
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:1332:15: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:1452:20: style: Variable 'printit' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:97:3: warning: Member variable 'StateInfo::_vars' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:97:3: warning: Member variable 'StateInfo::_stack' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:97:3: warning: Member variable 'StateInfo::_stack_height' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:97:3: warning: Member variable 'StateInfo::_max_stack' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:97:3: warning: Member variable 'StateInfo::_initialized' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:83:3: style: 'ArgumentMap::operator=' should return 'ArgumentMap &'. [operatorEq]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:65:43: performance: Variable '_bits' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:58:8: performance: Technically the member function 'ArgumentMap::int_to_bit' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:84:8: style: Technically the member function 'ArgumentMap::operator==' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:85:8: style: Technically the member function 'ArgumentMap::operator!=' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:52:1: warning: The class 'ArgumentMap' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
hotspot-jdk7u79-b15/src/share/vm/ci/bcEscapeAnalyzer.cpp:1064:54: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk7u79-b15/src/share/vm/ci/ciInstanceKlass.cpp:384:28: style: Member variable 'NonStaticFieldFiller::_arr' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/ci/ciInstanceKlass.cpp:388:22: note: Member variable 'NonStaticFieldFiller::_arr' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/ci/ciInstanceKlass.cpp:384:28: note: Member variable 'NonStaticFieldFiller::_arr' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/ci/ciMethod.cpp:865:16: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/ci/ciMethodBlocks.cpp:55:68: warning: Either the condition 'former_block!=NULL' is redundant or there is possible null pointer dereference: former_block. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/ci/ciMethodBlocks.cpp:57:23: note: Assuming that condition 'former_block!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/ci/ciMethodBlocks.cpp:55:68: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/ci/ciTypeFlow.cpp:672:28: style: Variable 'stack_type' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/classfile/classFileParser.cpp:2281:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/classfile/classFileParser.cpp:2302:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/classfile/classFileParser.cpp:4497:16: style: The scope of the variable 'args_size' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/classfile/classFileParser.cpp:311:3: style: Class 'ConstantPoolCleaner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:661:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:688:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:718:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:491:34: style: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:483:23: note: 'error_msg' is assigned value 'NULL' here.
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:491:34: note: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same.
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:541:38: style: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:532:27: note: 'error_msg' is assigned value 'NULL' here.
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:541:38: note: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same.
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:343:15: style: The scope of the variable 'known_version' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:347:7: style: The scope of the variable 'line_no' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/classfile/classLoader.cpp:704:3: style: Class 'PackageHashtable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:101:13: style: Condition 'start!=-1' is always false [knownConditionTrueFalse]
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:91:16: note: Assignment 'start=-1', assigned value is -1
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:101:13: note: Condition 'start!=-1' is always false
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:101:13: style: Same expression on both sides of '!=' because the value of 'start' and '-1' are the same. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:91:16: note: 'start' is assigned value '-1' here.
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:101:13: note: Same expression on both sides of '!=' because the value of 'start' and '-1' are the same.
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:90:7: style: The scope of the variable 'count' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:457:13: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:1338:19: style: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:1355:57: note: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:1338:19: note: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/classfile/javaClasses.cpp:1355:3: style: Class 'BacktraceBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/classfile/symbolTable.cpp:104:26: warning: Either the condition 's!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/classfile/symbolTable.cpp:106:16: note: Assuming that condition 's!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/classfile/symbolTable.cpp:104:26: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/classfile/systemDictionary.cpp:351:3: style: Variable 'superk' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/classfile/systemDictionary.cpp:350:0: note: Variable 'superk' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/classfile/systemDictionary.cpp:351:3: note: Variable 'superk' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/classfile/systemDictionary.cpp:1446:21: style: The scope of the variable 'probe' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/classfile/systemDictionary.cpp:314:31: style: Variable 'child_already_loaded' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/classfile/systemDictionary.cpp:339:36: style: Variable 'newprobe' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/classfile/systemDictionary.cpp:1838:16: style: Variable 'sid' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/classfile/systemDictionary.cpp:2620:30: error: Uninitialized variable: name [uninitvar]
hotspot-jdk7u79-b15/src/share/vm/classfile/verifier.cpp:2569:13: style: The scope of the variable 'on_stack_sig_types_buffer' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/classfile/verifier.cpp:2398:0: error: Memory leak: bci_stack [memleak]
hotspot-jdk7u79-b15/src/share/vm/classfile/verifier.cpp:2398:0: error: Memory leak: visited_branches [memleak]
hotspot-jdk7u79-b15/src/share/vm/code/codeCache.cpp:75:7: style: Technically the member function 'CodeBlob_sizes::total' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/code/codeCache.cpp:76:8: style: Technically the member function 'CodeBlob_sizes::is_empty' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/code/compiledIC.cpp:290:3: style: Variable 'is_clean' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/code/compiledIC.cpp:288:0: note: Variable 'is_clean' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/code/compiledIC.cpp:290:3: note: Variable 'is_clean' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/code/compiledIC.cpp:670:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/code/dependencies.cpp:881:50: style: Condition '!participants_hide_witnesses' is always false [knownConditionTrueFalse]
hotspot-jdk7u79-b15/src/share/vm/code/dependencies.cpp:876:46: note: Assignment 'participants_hide_witnesses=true', assigned value is 1
hotspot-jdk7u79-b15/src/share/vm/code/dependencies.cpp:881:50: note: Condition '!participants_hide_witnesses' is always false
hotspot-jdk7u79-b15/src/share/vm/code/dependencies.cpp:860:12: warning: Assert statement calls a function which may have desired side effects: 'doing_subtype_search'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/code/dependencies.cpp:873:13: warning: Assert statement calls a function which may have desired side effects: 'doing_subtype_search'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/code/dependencies.cpp:955:11: warning: Assert statement calls a function which may have desired side effects: 'is_participant'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/code/dependencies.cpp:729:8: style: Technically the member function 'ClassHierarchyWalker::doing_subtype_search' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/code/dependencies.cpp:733:7: style: Technically the member function 'ClassHierarchyWalker::num_participants' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/code/dependencies.cpp:717:3: style: Class 'ClassHierarchyWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/code/dependencies.cpp:721:3: style: Class 'ClassHierarchyWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/code/nmethod.cpp:2610:31: style: Variable 'out_preserve' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/code/nmethod.cpp:2274:14: warning: Assert statement calls a function which may have desired side effects: 'ok'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/code/nmethod.cpp:2224:3: style: Class 'VerifyOopsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/code/nmethod.cpp:2345:3: style: Class 'DebugScavengeRoot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/code/relocInfo.cpp:250:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/code/relocInfo.cpp:251:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/code/relocInfo.cpp:308:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/code/relocInfo.cpp:1181:8: style: The scope of the variable 'got_next' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/code/relocInfo.cpp:814:10: error: Uninitialized variable: code [uninitvar]
hotspot-jdk7u79-b15/src/share/vm/compiler/compileLog.cpp:228:16: style: Checking if unsigned variable 'nr' is less than zero. [unsignedLessThanZero]
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:184:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:197:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:283:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:582:7: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:580:13: note: Variable 'pos' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:582:7: note: Variable 'pos' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:603:7: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:601:13: note: Variable 'pos' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:603:7: note: Variable 'pos' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:493:8: style: The scope of the variable 'sig' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:336:16: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:49:18: style: Member variable 'MethodMatcher::_class_name' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:134:5: note: Member variable 'MethodMatcher::_class_name' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:49:18: note: Member variable 'MethodMatcher::_class_name' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:200:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:112:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/compiler/compilerOracle.cpp:200:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:398:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:403:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:295:40: style: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:188:30: note: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'.
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:295:40: note: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'.
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:367:43: warning: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit' [funcArgOrderDifferent]
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:187:33: note: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit'
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:367:43: note: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit'
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:436:13: style: Variable 'show_bytes' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:227:11: style: Technically the member function 'decode_env::cur_insn' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:228:7: style: Technically the member function 'decode_env::total_ticks' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/compiler/disassembler.cpp:230:15: style: Technically the member function 'decode_env::options' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/compiler/methodLiveness.cpp:202:8: style: The scope of the variable 'bailout' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/compiler/methodLiveness.cpp:414:0: error: Memory leak: jsr_exit_list [memleak]
hotspot-jdk7u79-b15/src/share/vm/compiler/methodLiveness.cpp:414:0: error: Memory leak: ret_list [memleak]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:886:3: style: Variable 'desired_eden' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:882:0: note: Variable 'desired_eden' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:886:3: note: Variable 'desired_eden' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:483:29: style: Variable 'STW_time_in_ms' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:976:23: style: Variable 'eden_limit' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:1158:26: style: Variable 'tenured_limit' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp:1897:24: warning: Either the condition 'curr!=NULL' is redundant or there is possible null pointer dereference: curr. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp:1899:15: note: Assuming that condition 'curr!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp:1897:24: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp:1093:31: style: Variable 'fc' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp:7368:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp:121:22: style: Variable 'dcqs' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2253:52: style: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2223:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2253:52: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2283:52: style: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2224:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2283:52: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:973:35: style: Variable 'elapsed_time_sec' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:976:20: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:987:36: style: Variable 'elapsed_time2_sec' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1760:20: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2814:3: warning: Member variable 'VerifyNoCSetOopsClosure::_phase' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2814:3: warning: Member variable 'VerifyNoCSetOopsClosure::_info' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1505:11: style: Member variable 'G1ParVerifyFinalCountTask::_n_workers' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1522:7: note: Member variable 'G1ParVerifyFinalCountTask::_n_workers' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1505:11: note: Member variable 'G1ParVerifyFinalCountTask::_n_workers' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1687:19: style: Member variable 'G1NoteEndOfConcMarkClosure::_local_cleanup_list' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1705:5: note: Member variable 'G1NoteEndOfConcMarkClosure::_local_cleanup_list' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1687:19: note: Member variable 'G1NoteEndOfConcMarkClosure::_local_cleanup_list' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2096:19: style: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2102:5: note: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2096:19: note: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3242:31: style: Member variable 'CMBitMapClosure::_cm' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3247:18: note: Member variable 'CMBitMapClosure::_cm' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3242:31: note: Member variable 'CMBitMapClosure::_cm' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3241:31: style: Member variable 'CMBitMapClosure::_nextMarkBitMap' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3247:27: note: Member variable 'CMBitMapClosure::_nextMarkBitMap' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3241:31: note: Member variable 'CMBitMapClosure::_nextMarkBitMap' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1065:3: style: Class 'CMRootRegionScanTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2274:3: style: Class 'G1CMRefEnqueueTaskProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3282:3: style: Class 'CMObjectClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp:57:3: style: Class 'CMCheckpointRootsFinalClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp:69:3: style: Class 'CMCleanUp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1477:14: style: Redundant condition: G1DeferredRSUpdate. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3327:12: style: The scope of the variable 'val' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5516:53: style: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5440:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5516:53: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5548:53: style: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5441:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5548:53: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:252:12: style: Variable 'last' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:465:28: style: Variable 'g1p' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1299:22: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1505:20: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1543:16: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1556:16: style: Variable 'free_after_gc' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1748:25: style: Variable 'old_mem_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1816:25: style: Variable 'old_mem_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:4182:35: style: Variable 'bytes_before' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5110:0: style: Variable 'closure_app_time_sec' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6006:24: style: Variable 'hr_capacity' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6124:36: style: Variable 'ct_bs' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6189:0: style: Variable 'age_bound' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1189:22: style: Member variable 'RebuildRSOutOfRegionClosure::_g1h' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1196:5: note: Member variable 'RebuildRSOutOfRegionClosure::_g1h' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1189:22: note: Member variable 'RebuildRSOutOfRegionClosure::_g1h' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3181:12: style: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3226:44: note: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3181:12: note: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5199:9: style: Member variable 'G1StringSymbolTableUnlinkTask::_process_strings' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5212:5: note: Member variable 'G1StringSymbolTableUnlinkTask::_process_strings' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5199:9: note: Member variable 'G1StringSymbolTableUnlinkTask::_process_strings' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6664:23: style: Member variable 'VerifyRegionListsClosure::_free_list' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6674:5: note: Member variable 'VerifyRegionListsClosure::_free_list' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6664:23: note: Member variable 'VerifyRegionListsClosure::_free_list' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1211:3: style: Class 'ParRebuildRSTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1249:3: style: Class 'PostCompactionPrinterClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:2307:3: style: Class 'CheckGCTimeStampsHRClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:2669:3: style: Class 'IterateObjectClosureRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:2696:3: style: Class 'SpaceClosureRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3151:3: style: Class 'VerifyRootsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3239:3: style: Class 'G1VerifyCodeRootBlobClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3311:3: style: Class 'PrintObjsInRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3553:3: style: Class 'PrintRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3655:3: style: Class 'PrintRSetsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5298:3: style: Class 'G1AlwaysAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5318:3: style: Class 'G1KeepAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5534:3: style: Class 'G1STWRefEnqueueTaskProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6393:3: style: Class 'TearDownRegionSetsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6966:3: style: Class 'RebuildStrongCodeRootClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp:1039:12: style: The scope of the variable 'cost_per_card_ms' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp:1047:12: style: The scope of the variable 'cost_per_entry_ms' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp:1088:12: style: The scope of the variable 'cost_per_byte_ms' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp:1125:12: style: The scope of the variable 'survival_ratio' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp:1522:3: style: Class 'KnownGarbageClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp:81:5: style: Variable 'longest_allowed' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp:82:21: style: Variable 'duration' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp:235:3: style: Class 'G1PrepareCompactClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1MonitoringSupport.cpp:118:14: style: Variable 'sampled' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1MonitoringSupport.cpp:235:25: style: Variable 'g1' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSet.cpp:376:30: style: Variable 'cg1r' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSet.cpp:107:23: style: Member variable 'ScanRSClosure::_cards' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSet.cpp:128:5: note: Member variable 'ScanRSClosure::_cards' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSet.cpp:107:23: note: Member variable 'ScanRSClosure::_cards' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSet.cpp:107:10: style: Member variable 'ScanRSClosure::_cards_done' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSet.cpp:129:5: note: Member variable 'ScanRSClosure::_cards_done' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSet.cpp:107:10: note: Member variable 'ScanRSClosure::_cards_done' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:213:21: style: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:238:34: note: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:213:21: note: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:220:15: style: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:239:69: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:220:15: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:219:10: style: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:240:5: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:219:10: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:41:3: style: Class 'GetRSThreadVTimeClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:171:3: style: Class 'RegionTypeCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegion.cpp:660:3: warning: Member variable 'VerifyStrongCodeRootOopClosure::_nm' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegion.cpp:674:3: style: Class 'VerifyStrongCodeRootCodeBlobClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:186:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:204:9: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:549:10: style: The scope of the variable 'max_ind' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:567:19: style: Variable 'max_ind' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:43:19: style: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:69:5: note: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:43:19: note: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:47:19: style: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:70:33: note: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:47:19: note: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:66:3: style: Class 'PerRegionTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp:430:35: warning: Invalid test for overflow 'eden_start+alignment>=eden_start'. Condition is always true unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp:223:27: style: Variable 'gch' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp:242:16: style: Unsigned variable 'cur_chunk_index' can't be negative so it is unnecessary to test it. [unsignedPositive]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:934:47: warning: Either the condition 'workers!=NULL' is redundant or there is possible null pointer dereference: workers. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:978:18: note: Assuming that condition 'workers!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:934:47: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:935:36: warning: Either the condition 'workers!=NULL' is redundant or there is possible null pointer dereference: workers. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:978:18: note: Assuming that condition 'workers!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:935:36: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:937:3: warning: Either the condition 'workers!=NULL' is redundant or there is possible null pointer dereference: workers. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:978:18: note: Assuming that condition 'workers!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:937:3: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:336:21: style: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:301:49: note: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:336:21: note: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:367:39: style: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:310:18: note: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:367:39: note: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:324:27: style: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:339:36: note: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:324:27: note: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:816:3: style: Class 'ParNewRefEnqueueTaskProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp:57:3: warning: Member variable 'CheckForUnmarkedOops::_unmarked_card' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp:266:14: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp:165:8: style: The scope of the variable 'eden_empty' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp:166:8: style: The scope of the variable 'survivors_empty' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp:167:8: style: The scope of the variable 'young_gen_empty' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:3263:10: style: The scope of the variable 'src_region_idx' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:1129:74: style: Variable 'full_count' is modified but its new value is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:1163:36: style: Variable 'top_cp' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:2111:33: style: Variable 'marked_for_unloading' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:3261:16: style: Variable 'region_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:953:3: warning: Member variable 'PreGCValues::_heap_used' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:953:3: warning: Member variable 'PreGCValues::_young_gen_used' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:953:3: warning: Member variable 'PreGCValues::_old_gen_used' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:953:3: warning: Member variable 'PreGCValues::_perm_gen_used' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:954:3: style: Class 'PreGCValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp:94:3: style: Class 'PSKeepAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp:120:3: style: Class 'PSEvacuateFollowersClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp:134:3: style: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp:111:0: note: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp:134:3: note: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/shared/gcTrace.cpp:128:3: style: Class 'ObjectCountFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/shared/gcTraceSend.cpp:244:3: style: Class 'PhaseSender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/shared/gcUtil.cpp:146:10: style: The scope of the variable 'new_y' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp:612:70: style: Redundant condition: UseAdaptiveNUMAChunkSizing. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
hotspot-jdk7u79-b15/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp:610:0: style: Variable 'old_chunk_byte_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/interpreter/bytecodeTracer.cpp:80:5: performance: Variable '_code' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/interpreter/interpreter.cpp:324:3: style: Variable 'length' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/interpreter/interpreter.cpp:322:0: note: Variable 'length' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/interpreter/interpreter.cpp:324:3: note: Variable 'length' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/interpreter/interpreterRuntime.cpp:220:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/interpreter/linkResolver.cpp:1217:49: warning: Possible null pointer dereference: method_name [nullPointer]
hotspot-jdk7u79-b15/src/share/vm/interpreter/linkResolver.cpp:1211:25: note: Assignment 'method_name=NULL', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/interpreter/linkResolver.cpp:1217:49: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/interpreter/linkResolver.cpp:1217:77: warning: Possible null pointer dereference: method_signature [nullPointer]
hotspot-jdk7u79-b15/src/share/vm/interpreter/linkResolver.cpp:1212:30: note: Assignment 'method_signature=NULL', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/interpreter/linkResolver.cpp:1217:77: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/interpreter/oopMapCache.cpp:365:53: style: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/interpreter/oopMapCache.cpp:44:37: note: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'.
hotspot-jdk7u79-b15/src/share/vm/interpreter/oopMapCache.cpp:365:53: note: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'.
hotspot-jdk7u79-b15/src/share/vm/interpreter/oopMapCache.cpp:441:10: warning: Assert statement calls a function which may have desired side effects: 'verify_mask'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/interpreter/oopMapCache.cpp:157:3: style: Class 'VerifyClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/interpreter/rewriter.cpp:169:22: style: Variable 'cpc2' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:261:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:262:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:263:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:264:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:265:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:266:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:267:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:268:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:269:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:270:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:271:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:272:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:273:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:274:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:275:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:276:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:277:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:278:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:279:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:280:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:281:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:282:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:283:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:284:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:285:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:286:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:287:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:288:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:289:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:290:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:291:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:292:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:293:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:294:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:295:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:296:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:297:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:298:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:299:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:300:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:301:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:302:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:303:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:304:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:305:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:306:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:307:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:308:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:309:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:310:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:311:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:312:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:313:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:314:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:315:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:316:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:317:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:318:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:319:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:320:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:321:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:322:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:323:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:324:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:325:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:326:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:327:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:328:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:329:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:330:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:331:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:332:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:333:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:334:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:335:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:336:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:337:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:338:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:339:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:340:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:341:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:342:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:343:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:344:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:345:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:346:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:347:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:348:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:349:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:350:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:351:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:352:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:353:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:354:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:355:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:356:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:357:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:358:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:359:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:360:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:361:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:362:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:363:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:364:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:365:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:366:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:367:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:368:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:369:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:370:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:371:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:372:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:373:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:374:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:375:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:376:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:377:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:378:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:379:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:380:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:381:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:382:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:383:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:384:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:385:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:386:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:387:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:388:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:389:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:390:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:391:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:392:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:393:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:394:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:395:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:396:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:397:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:398:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:399:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:400:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:401:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:402:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:403:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:404:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:405:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:406:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:407:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:408:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:409:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:410:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:411:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:412:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:413:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:414:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:415:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:416:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:417:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:418:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:419:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:420:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:421:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:422:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:423:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:424:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:425:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:426:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:427:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:429:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:430:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:431:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:432:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:439:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:440:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:441:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:442:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:448:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:449:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:450:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:451:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:452:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:453:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:454:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:456:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:457:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:458:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:459:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:460:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:461:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:462:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:465:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:466:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:467:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:468:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:469:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:470:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:471:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:472:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:473:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:474:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:475:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:480:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:481:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:482:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:483:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:484:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:485:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:486:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:487:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:489:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:490:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:491:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:492:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:493:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:494:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:495:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:496:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:498:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:499:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:500:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:501:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:503:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:504:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:505:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:509:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:510:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:512:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:513:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:519:46: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:188:13: style: Variable 'ubcp' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:189:13: style: Variable 'disp' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:190:13: style: Variable 'clvm' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:52:11: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
hotspot-jdk7u79-b15/src/share/vm/interpreter/templateTable.cpp:53:53: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
hotspot-jdk7u79-b15/src/share/vm/libadt/dict.cpp:84:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/libadt/dict.cpp:105:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/libadt/dict.cpp:141:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/libadt/dict.cpp:177:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/libadt/dict.cpp:191:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/libadt/dict.cpp:71:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/memory/allocation.cpp:197:4: style: Class 'ChunkPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:635:26: warning: Either the condition 'retTC!=NULL' is redundant or there is possible null pointer dereference: retTC. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:640:16: note: Assuming that condition 'retTC!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:635:26: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:636:18: warning: Either the condition 'retTC!=NULL' is redundant or there is possible null pointer dereference: retTC. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:640:16: note: Assuming that condition 'retTC!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:636:18: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:519:20: style: The scope of the variable 'newTL' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:519:28: style: The scope of the variable 'parentTL' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:537:8: style: The scope of the variable 'complicated_splice' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1031:31: warning: Assert statement calls a function which may have desired side effects: 'found'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1032:32: warning: Assert statement calls a function which may have desired side effects: 'found'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1086:30: performance: Variable 'count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1012:3: style: Class 'EndTreeSearchClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1086:3: style: Class 'treeCountClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1105:3: style: Class 'setTreeSurplusClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1124:3: style: Class 'setTreeHintsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1252:3: style: Class 'PrintFreeListsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:914:8: style: The function 'do_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:907:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:914:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:927:8: style: The function 'do_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:907:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:927:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:954:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:905:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:954:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:994:8: style: The function 'do_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:972:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:994:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1013:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:970:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1013:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1051:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:905:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1051:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1067:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:905:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1067:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1087:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:905:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1087:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1106:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:905:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1106:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1125:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:905:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1125:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1144:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:905:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1144:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1204:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:905:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1204:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1256:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:905:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/memory/binaryTreeDictionary.cpp:1256:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/memory/blockOffsetTable.cpp:817:17: style: Unsigned variable 'result' can't be negative so it is unnecessary to test it. [unsignedPositive]
hotspot-jdk7u79-b15/src/share/vm/memory/blockOffsetTable.cpp:365:14: style: Variable 'last_p' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/memory/blockOffsetTable.cpp:366:18: style: Variable 'last_start' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/memory/blockOffsetTable.cpp:558:3: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/memory/cardTableRS.cpp:408:3: style: Class 'VerifyCTGenClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:1305:0: warning: Size of pointer 'saved_vtbl' used instead of size of its data. [pointerSize]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:1306:13: warning: Size of pointer 'saved_vtbl' used instead of size of its data. [pointerSize]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:1345:24: warning: Size of pointer 'saved_vtbl' used instead of size of its data. [pointerSize]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:805:24: style: Variable 'unresolved' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:953:20: style: Variable 'sym' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:73:3: style: Class 'StringHashCodeClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:277:3: style: Class 'CommonSymbolsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:492:3: style: Class 'MarkAndMoveOrderedReadOnly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:538:3: style: Class 'MarkAndMoveOrderedReadWrite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:633:3: style: Class 'ReinitializeTables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:676:3: style: Class 'PatchOopsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:799:3: style: Class 'ResolveConstantPoolsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:1391:3: style: Class 'LinkClassesClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/dump.cpp:1347:0: error: Memory leak: saved_vtbl [memleak]
hotspot-jdk7u79-b15/src/share/vm/memory/filemap.cpp:211:56: style: Variable 'si' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/memory/genCollectedHeap.cpp:455:8: style: The scope of the variable 'prepared_for_verification' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/memory/genCollectedHeap.cpp:1316:3: style: Class 'GenGCPrologueClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/genCollectedHeap.cpp:1342:3: style: Class 'GenGCEpilogueClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/genCollectedHeap.cpp:1430:3: style: Class 'GenTimeOfLastGCClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/generation.cpp:132:3: style: Class 'GenerationIsInReservedClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/generation.cpp:144:3: style: Class 'GenerationIsInClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/generation.cpp:247:3: style: Class 'GenerationBlockStartClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/generation.cpp:266:3: style: Class 'GenerationBlockSizeClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/generation.cpp:286:3: style: Class 'GenerationBlockIsObjClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/generation.cpp:330:3: style: Class 'GenerationObjIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/generation.cpp:345:3: style: Class 'GenerationSafeObjIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/generationSpec.cpp:69:7: style: Variable 'g' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/memory/generationSpec.cpp:68:0: note: Variable 'g' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/memory/generationSpec.cpp:69:7: note: Variable 'g' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/memory/generationSpec.cpp:89:7: style: Variable 'g' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/memory/generationSpec.cpp:88:0: note: Variable 'g' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/memory/generationSpec.cpp:89:7: note: Variable 'g' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/memory/heap.cpp:501:20: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/memory/heapInspection.cpp:224:3: style: Class 'HistoClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/permGen.cpp:56:13: style: The scope of the variable 'obj' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/memory/restore.cpp:45:3: style: Class 'ReadClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/sharedHeap.cpp:257:3: style: Class 'SkipAdjustingSharedStrings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/memory/tenuredGeneration.cpp:268:7: style: Condition '!result' is always true [knownConditionTrueFalse]
hotspot-jdk7u79-b15/src/share/vm/memory/tenuredGeneration.cpp:267:17: note: Assignment 'result=false', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/memory/tenuredGeneration.cpp:268:7: note: Condition '!result' is always true
hotspot-jdk7u79-b15/src/share/vm/memory/tenuredGeneration.cpp:348:17: style: Variable 'is_lab' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/oops/constantPoolOop.cpp:625:5: style: Variable 'result_oop' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/oops/constantPoolOop.cpp:622:5: note: Variable 'result_oop' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/oops/constantPoolOop.cpp:625:5: note: Variable 'result_oop' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/oops/cpCacheOop.cpp:447:3: style: Class 'LocalOopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:1218:9: style: Variable 'cOpStck[0]' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:1212:9: note: Variable 'cOpStck[0]' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:1218:9: note: Variable 'cOpStck[0]' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:1741:17: style: Variable 'change' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:127:3: warning: Member variable 'ComputeCallStack::_effect' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:127:3: warning: Member variable 'ComputeCallStack::_idx' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:181:3: warning: Member variable 'ComputeEntryStack::_effect' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:181:3: warning: Member variable 'ComputeEntryStack::_idx' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:127:3: style: Class 'ComputeCallStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:181:3: style: Class 'ComputeEntryStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:2422:4: style: Class 'RelocCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/oops/generateOopMap.cpp:2140:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
hotspot-jdk7u79-b15/src/share/vm/oops/instanceKlass.cpp:1406:28: warning: Either the condition 'indices==NULL' is redundant or there is possible null pointer dereference: indices. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/oops/instanceKlass.cpp:1399:17: note: Assuming that condition 'indices==NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/oops/instanceKlass.cpp:1406:28: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/oops/instanceKlass.cpp:445:8: style: The scope of the variable 'wait' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/oops/instanceKlass.cpp:458:16: style: Variable 'wait' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/oops/instanceKlass.cpp:2558:22: style: Variable 'end_field_offset' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/oops/instanceRefKlass.cpp:496:11: style: Variable 'gch' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/oops/klassVtable.cpp:149:0: style: Variable 'nofNewEntries' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/oops/klassVtable.cpp:1131:5: performance: Variable '_klass_begin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/oops/klassVtable.cpp:1121:9: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/oops/klassVtable.cpp:1084:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/oops/klassVtable.cpp:1121:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/oops/klassVtable.cpp:1138:8: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/oops/klassVtable.cpp:1084:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/oops/klassVtable.cpp:1138:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/oops/methodOop.cpp:510:7: style: The scope of the variable 'best_bci' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/oops/methodOop.cpp:1329:0: error: Memory leak: temp_array [memleak]
hotspot-jdk7u79-b15/src/share/vm/oops/objArrayKlass.cpp:224:42: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/oops/symbol.cpp:221:0: error: AST broken: endless recursion from 'NOT_PRODUCT' [internalAstError]
hotspot-jdk7u79-b15/src/share/vm/oops/typeArrayKlass.cpp:86:27: style: Variable 'ch' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/oops/typeArrayKlass.cpp:169:42: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/block.cpp:1300:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
hotspot-jdk7u79-b15/src/share/vm/opto/block.cpp:1163:16: warning: Assert statement modifies 'n'. [assignmentInAssert]
hotspot-jdk7u79-b15/src/share/vm/opto/buildOopMap.cpp:586:3: style: Variable 'safehash' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/opto/buildOopMap.cpp:583:0: note: Variable 'safehash' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/opto/buildOopMap.cpp:586:3: note: Variable 'safehash' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/opto/buildOopMap.cpp:232:15: debug: Wrong data detected by condition arguments.size() != 3U [DacaWrongData]
hotspot-jdk7u79-b15/src/share/vm/opto/bytecodeInfo.cpp:522:0: style: Variable 'hot' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/c2compiler.cpp:78:8: style: The scope of the variable 'callee_saved_floats' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:745:17: warning: Either the condition 'cg!=NULL' is redundant or there is possible null pointer dereference: cg. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:746:16: note: Assuming that condition 'cg!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:745:17: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:811:17: warning: Either the condition 'cg!=NULL' is redundant or there is possible null pointer dereference: cg. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:812:16: note: Assuming that condition 'cg!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:811:17: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:117:3: warning: Member variable 'DirectCallGenerator::_call_node' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:961:5: performance: Variable '_reason' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:962:5: performance: Variable '_action' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:279:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:122:21: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:279:21: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:411:16: style: The function 'do_late_inline_check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:268:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:411:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:420:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:279:21: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:420:21: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:431:16: style: The function 'print_inlining_late' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:296:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:431:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:468:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:279:21: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/opto/callGenerator.cpp:468:21: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/opto/chaitin.cpp:964:16: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/compile.cpp:1929:16: style: The scope of the variable 'loop_opts_cnt' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/opto/compile.cpp:3235:15: style: Incrementing a variable of type 'bool' with postfix operator++ is deprecated by the C++ Standard. You should assign it the value 'true' instead. [incrementboolean]
hotspot-jdk7u79-b15/src/share/vm/opto/compile.cpp:439:3: style: Class 'CompileWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/opto/divnode.cpp:1281:0: style: Variable 'dproj' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/divnode.cpp:1282:0: style: Variable 'mproj' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/divnode.cpp:1293:0: style: Variable 'dproj' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/divnode.cpp:1294:0: style: Variable 'mproj' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/doCall.cpp:512:20: style: Variable 'cast' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/domgraph.cpp:337:29: style: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/opto/domgraph.cpp:59:23: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
hotspot-jdk7u79-b15/src/share/vm/opto/domgraph.cpp:337:29: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
hotspot-jdk7u79-b15/src/share/vm/opto/domgraph.cpp:606:30: style: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/opto/domgraph.cpp:388:23: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
hotspot-jdk7u79-b15/src/share/vm/opto/domgraph.cpp:606:30: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
hotspot-jdk7u79-b15/src/share/vm/opto/domgraph.cpp:171:10: performance: Technically the member function 'Block_Stack::most_frequent_successor' can be static. [functionStatic]
hotspot-jdk7u79-b15/src/share/vm/opto/domgraph.cpp:219:19: note: Technically the member function 'Block_Stack::most_frequent_successor' can be static.
hotspot-jdk7u79-b15/src/share/vm/opto/domgraph.cpp:171:10: note: Technically the member function 'Block_Stack::most_frequent_successor' can be static.
hotspot-jdk7u79-b15/src/share/vm/opto/domgraph.cpp:203:10: style: Technically the member function 'Block_Stack::is_nonempty' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/opto/domgraph.cpp:204:10: style: Technically the member function 'Block_Stack::last_successor' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/opto/escape.cpp:1279:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/escape.cpp:1406:16: style: Variable 'C' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/escape.cpp:2257:19: style: Variable 'alias_idx' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/escape.cpp:2349:20: style: Variable 'igvn' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/graphKit.cpp:854:7: style: The scope of the variable 'inputs' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/opto/graphKit.cpp:854:19: style: The scope of the variable 'depth' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/opto/graphKit.cpp:1785:20: style: Variable 'init_mem' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/graphKit.cpp:3233:23: style: Variable 'header_size_min' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/graphKit.cpp:3713:19: style: Variable 'likely' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/graphKit.cpp:3720:30: style: Variable 'card_type' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/graphKit.cpp:3855:35: style: Variable 'value_type' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/graphKit.cpp:1073:18: warning: Assert statement modifies 'rsize'. [assignmentInAssert]
hotspot-jdk7u79-b15/src/share/vm/opto/idealGraphPrinter.cpp:410:48: warning: Either the condition 't!=NULL' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/opto/idealGraphPrinter.cpp:486:11: note: Assuming that condition 't!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/opto/idealGraphPrinter.cpp:410:48: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/opto/idealGraphPrinter.cpp:290:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/idealGraphPrinter.cpp:339:18: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/idealGraphPrinter.cpp:351:35: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/ifg.cpp:81:23: style: Variable 'adjs_a' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/ifnode.cpp:684:14: style: Variable 'hi' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/ifnode.cpp:711:20: style: Variable 'lo' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:4708:25: warning: Either the condition 'alloc!=NULL' is redundant or there is possible null pointer dereference: alloc. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:4734:29: note: Assuming that condition 'alloc!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:4708:25: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:4709:25: warning: Either the condition 'alloc!=NULL' is redundant or there is possible null pointer dereference: alloc. [nullPointerRedundantCheck]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:4734:29: note: Assuming that condition 'alloc!=NULL' is not redundant
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:4709:25: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:98:62: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:5087:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:5088:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:5119:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:1233:91: style: Function 'string_indexOf' argument 3 names different: declaration 'offset' definition 'targetOffset_i'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:195:77: note: Function 'string_indexOf' argument 3 names different: declaration 'offset' definition 'targetOffset_i'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:1233:91: note: Function 'string_indexOf' argument 3 names different: declaration 'offset' definition 'targetOffset_i'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:1878:61: style: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:206:53: note: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:1878:61: note: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:1878:71: style: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:206:62: note: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:1878:71: note: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:2922:55: style: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:223:41: note: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:2922:55: note: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:5073:44: style: Function 'generate_clear_array' argument 4 names different: declaration 'slice_off' definition 'slice_idx'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:255:35: note: Function 'generate_clear_array' argument 4 names different: declaration 'slice_off' definition 'slice_idx'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:5073:44: note: Function 'generate_clear_array' argument 4 names different: declaration 'slice_off' definition 'slice_idx'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:5075:44: style: Function 'generate_clear_array' argument 6 names different: declaration 'slice_end' definition 'dest_size'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:257:35: note: Function 'generate_clear_array' argument 6 names different: declaration 'slice_end' definition 'dest_size'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:5075:44: note: Function 'generate_clear_array' argument 6 names different: declaration 'slice_end' definition 'dest_size'.
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:92:34: style: Variable 'ignored_callee' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:1258:28: style: Variable 'targetCount' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:1329:37: style: Variable 'string_type' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:2477:22: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:2796:24: style: Variable 'sig' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:2827:28: style: Variable 'value_type' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:2828:36: style: Variable 'alias_type' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:2838:13: style: Variable 'store' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:844:41: warning: Assert statement calls a function which may have desired side effects: 'result'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:3903:24: warning: Assert statement modifies 'caller_jvms'. [assignmentInAssert]
hotspot-jdk7u79-b15/src/share/vm/opto/library_call.cpp:3623:16: error: Uninitialized variable: newcopy [uninitvar]
hotspot-jdk7u79-b15/src/share/vm/opto/loopPredicate.cpp:830:21: warning: Assert statement calls a function which may have desired side effects: 'is_invariant'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/opto/loopPredicate.cpp:833:20: warning: Assert statement calls a function which may have desired side effects: 'is_invariant'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/opto/loopPredicate.cpp:856:22: warning: Assert statement calls a function which may have desired side effects: 'is_invariant'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/opto/loopPredicate.cpp:454:13: style: Member variable 'Invariance::_visited' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/opto/loopPredicate.cpp:553:5: note: Member variable 'Invariance::_visited' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/opto/loopPredicate.cpp:454:13: note: Member variable 'Invariance::_visited' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/opto/loopTransform.cpp:222:18: style: Variable 'inv2_c' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/loopnode.cpp:2905:18: warning: Possible null pointer dereference: cfg [nullPointer]
hotspot-jdk7u79-b15/src/share/vm/opto/loopnode.cpp:2897:23: note: Assignment 'cfg=NULL', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/opto/loopnode.cpp:2905:18: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/opto/loopnode.cpp:2906:11: warning: Possible null pointer dereference: cfg [nullPointer]
hotspot-jdk7u79-b15/src/share/vm/opto/loopnode.cpp:2897:23: note: Assignment 'cfg=NULL', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/opto/loopnode.cpp:2906:11: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/opto/loopnode.cpp:2599:7: style: The scope of the variable 'fail' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/opto/loopopts.cpp:380:37: style: Variable 'add_var_loop' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/macro.cpp:264:19: warning: Possible null pointer dereference: xorx [nullPointer]
hotspot-jdk7u79-b15/src/share/vm/opto/macro.cpp:255:18: note: Assignment 'xorx=NULL', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/opto/macro.cpp:264:19: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/opto/macro.cpp:1665:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/opto/macro.cpp:1724:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/opto/macro.cpp:1737:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/opto/macro.cpp:1360:18: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/macro.cpp:1699:0: style: Variable 'pf_phi_rawmem' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/matcher.cpp:2345:34: warning: Possible null pointer dereference: ctrl [nullPointer]
hotspot-jdk7u79-b15/src/share/vm/opto/matcher.cpp:2333:16: note: Assignment 'ctrl=NULL', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/opto/matcher.cpp:2345:34: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/opto/matcher.cpp:2294:18: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/matcher.cpp:970:5: style: Class 'MStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/opto/memnode.cpp:3402:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
hotspot-jdk7u79-b15/src/share/vm/opto/memnode.cpp:359:65: warning: Identical condition 'dom==sub', second condition is always false [identicalConditionAfterEarlyExit]
hotspot-jdk7u79-b15/src/share/vm/opto/memnode.cpp:353:11: note: first condition
hotspot-jdk7u79-b15/src/share/vm/opto/memnode.cpp:359:65: note: second condition
hotspot-jdk7u79-b15/src/share/vm/opto/memnode.cpp:1237:16: style: The scope of the variable 'cache_offset' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/opto/memnode.cpp:292:21: style: Variable 'alias_idx' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/memnode.cpp:2470:15: style: Variable 'opc' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/memnode.cpp:4314:16: style: Variable 'C' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/mulnode.cpp:873:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk7u79-b15/src/share/vm/opto/node.cpp:1199:12: warning: Identical condition 'up==sub', second condition is always false [identicalConditionAfterEarlyExit]
hotspot-jdk7u79-b15/src/share/vm/opto/node.cpp:1102:20: note: 'orig_sub' is assigned value 'sub' here.
hotspot-jdk7u79-b15/src/share/vm/opto/node.cpp:1196:12: note: first condition
hotspot-jdk7u79-b15/src/share/vm/opto/node.cpp:1199:12: note: second condition
hotspot-jdk7u79-b15/src/share/vm/opto/node.cpp:579:34: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
hotspot-jdk7u79-b15/src/share/vm/opto/node.cpp:578:21: note: Assignment 'out_array=(char*)(_out==((Node**)-1)?NULL:_out)', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/opto/node.cpp:579:34: note: Null pointer addition
hotspot-jdk7u79-b15/src/share/vm/opto/output.cpp:989:3: style: Class 'NonSafepointEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/opto/parse1.cpp:1154:0: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/parse2.cpp:732:20: style: Variable 'return_bci' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/parse2.cpp:237:1: style: The class 'SwitchRange' does not have a constructor although it has private member variables. [noConstructor]
hotspot-jdk7u79-b15/src/share/vm/opto/parse3.cpp:274:13: style: Variable 'store' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/phaseX.cpp:1080:15: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
hotspot-jdk7u79-b15/src/share/vm/opto/phaseX.cpp:219:9: style: The scope of the variable 'k' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:162:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:162:23: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:162:23: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:200:22: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:200:22: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:200:22: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:220:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:220:19: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:220:19: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:237:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:237:19: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:237:19: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:262:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:262:23: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:262:23: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:331:22: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:331:22: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:331:22: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:356:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:356:19: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:356:19: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:368:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:368:19: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/regmask.cpp:368:19: note: Opposite expression on both sides of '&'.
hotspot-jdk7u79-b15/src/share/vm/opto/runtime.cpp:895:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/opto/stringopts.cpp:1256:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/stringopts.cpp:44:23: style: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/opto/stringopts.cpp:68:5: note: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/opto/stringopts.cpp:44:23: note: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/opto/stringopts.cpp:43:23: style: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/opto/stringopts.cpp:70:5: note: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/opto/stringopts.cpp:43:23: note: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/opto/stringopts.cpp:42:23: style: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/opto/stringopts.cpp:71:5: note: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/opto/stringopts.cpp:42:23: note: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/opto/stringopts.cpp:72:5: style: Class 'StringConcat' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
hotspot-jdk7u79-b15/src/share/vm/opto/superword.cpp:469:35: warning: Either the condition 'span>0' is redundant or there is division by zero at line 469. [zerodivcond]
hotspot-jdk7u79-b15/src/share/vm/opto/superword.cpp:465:16: note: Assuming that condition 'span>0' is not redundant
hotspot-jdk7u79-b15/src/share/vm/opto/superword.cpp:469:35: note: Division by zero
hotspot-jdk7u79-b15/src/share/vm/opto/type.cpp:3201:20: style: Variable 'tinst_xk' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/type.cpp:4125:15: style: Variable 'o' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/opto/type.cpp:3183:48: style: Boolean variable 'this_xk' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
hotspot-jdk7u79-b15/src/share/vm/opto/type.cpp:3183:71: style: Boolean variable 'this_xk' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
hotspot-jdk7u79-b15/src/share/vm/prims/jni.cpp:4042:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/prims/jniCheck.cpp:1795:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/prims/jvm.cpp:1117:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:1341:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:1333:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:1341:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:1356:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:1352:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:1356:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:3393:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:3389:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:3393:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:1244:7: style: The scope of the variable 'hidden_threads' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:2988:11: style: The scope of the variable 'r' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:2204:26: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnv.cpp:101:3: style: Class 'VM_JNIFunctionTableCopier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnvBase.cpp:1088:54: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnvBase.cpp:452:0: error: Memory leak: prefix_array [memleak]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnvThreadState.cpp:265:3: warning: Member variable 'VM_GetCurrentLocation::_bci' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEnvThreadState.cpp:265:3: style: Class 'VM_GetCurrentLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEventController.cpp:811:65: style: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEventController.cpp:297:50: note: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEventController.cpp:811:65: note: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEventController.cpp:822:67: style: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEventController.cpp:298:52: note: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEventController.cpp:822:67: note: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEventController.cpp:833:70: style: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEventController.cpp:299:55: note: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEventController.cpp:833:70: note: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEventController.cpp:190:3: style: Class 'VM_EnterInterpOnlyMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiEventController.cpp:249:3: style: Class 'VM_ChangeSingleStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiExport.cpp:615:18: style: Same expression on both sides of '!=' because the value of 'new_data' and 'NULL' are the same. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiExport.cpp:593:31: note: 'new_data' is assigned value 'NULL' here.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiExport.cpp:615:18: note: Same expression on both sides of '!=' because the value of 'new_data' and 'NULL' are the same.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiExport.cpp:2169:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiExport.cpp:531:5: performance: Variable '_class_loader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiExport.cpp:532:5: performance: Variable '_h_protection_domain' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiExport.cpp:80:3: style: Class 'JvmtiJavaThreadEventTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiExport.cpp:96:3: style: Class 'JvmtiThreadEventTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiExport.cpp:133:3: style: Class 'JvmtiEventMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiExport.cpp:211:3: style: Class 'JvmtiThreadEventMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiExport.cpp:2205:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiGetLoadedClasses.cpp:50:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiGetLoadedClasses.cpp:48:0: note: Variable 'result' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiGetLoadedClasses.cpp:50:5: note: Variable 'result' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiGetLoadedClasses.cpp:243:18: warning: Assert statement calls a function which may have desired side effects: 'available'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiGetLoadedClasses.cpp:70:3: style: Class 'JvmtiGetLoadedClassesClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiImpl.cpp:1038:18: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiRawMonitor.cpp:205:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiRawMonitor.cpp:203:19: note: outer condition: Node.TState==ObjectWaiter::TS_WAIT
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiRawMonitor.cpp:205:21: note: identical inner condition: Node.TState==ObjectWaiter::TS_WAIT
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiRawMonitor.cpp:350:17: style: Variable 'List' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiRedefineClasses.cpp:3051:3: style: Class 'TransferNativeFunctionRegistration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2872:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1405:53: style: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1401:22: note: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1405:53: note: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2230:76: style: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1920:57: note: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2230:76: note: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2289:82: style: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1940:74: note: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2289:82: note: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2306:64: style: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1957:56: note: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2306:64: note: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2413:66: style: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1959:58: note: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2413:66: note: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2425:64: style: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1960:56: note: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2425:64: note: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2437:110: style: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1942:22: note: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2437:110: note: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2464:56: style: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1944:53: note: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2464:56: note: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2871:63: style: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'k'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2736:43: note: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'k'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2871:63: note: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'k'.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:314:12: warning: Assert statement calls a function which may have desired side effects: 'find'. [assertWithSideEffect]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1831:3: warning: Member variable 'AdvancedHeapWalkContext::_heap_callbacks' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2576:1: style: The class 'SimpleRootsClosure' does not have a constructor although it has private member variables. [noConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2641:1: style: The class 'JNILocalRootsClosure' does not have a constructor although it has private member variables. [noConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:782:7: style: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:786:45: note: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:782:7: note: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1530:5: performance: Variable '_tag_count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2771:3: performance: Variable '_initial_object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:2788:3: performance: Variable '_initial_object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1531:5: style: Class 'TagObjectCollector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1531:5: style: Class 'TagObjectCollector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:905:3: style: Class 'JvmtiCachedClassFieldMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1247:3: style: Class 'VM_HeapIterateOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1779:3: style: Class 'HeapWalkContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1544:8: style: The function 'do_entry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:370:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/prims/jvmtiTagMap.cpp:1544:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/prims/methodHandles.cpp:1443:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk7u79-b15/src/share/vm/prims/methodHandles.cpp:1440:7: note: outer condition: enable_MH
hotspot-jdk7u79-b15/src/share/vm/prims/methodHandles.cpp:1443:9: note: identical inner condition: enable_MH
hotspot-jdk7u79-b15/src/share/vm/prims/methodHandles.cpp:682:12: style: The scope of the variable 'do_dispatch' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/prims/methodHandles.cpp:1101:8: style: The scope of the variable 'ok' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/prims/methodHandles.cpp:480:29: style: Variable 'this_arg_pos' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/prims/methodHandles.cpp:879:23: style: Boolean variable 'search_superc' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
hotspot-jdk7u79-b15/src/share/vm/prims/nativeLookup.cpp:368:3: style: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/prims/nativeLookup.cpp:365:0: note: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/prims/nativeLookup.cpp:368:3: note: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/prims/wbtestmethods/parserTests.cpp:123:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/runtime/arguments.cpp:2749:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/runtime/basicLock.cpp:75:45: style: Variable 'dh' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/biasedLocking.cpp:49:3: style: Class 'VM_EnableBiasedLocking' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/runtime/biasedLocking.cpp:73:3: style: Class 'EnableBiasedLockingTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/runtime/biasedLocking.cpp:517:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/biasedLocking.cpp:460:21: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/biasedLocking.cpp:517:21: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/biasedLocking.cpp:518:16: style: The function 'doit_prologue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/biasedLocking.cpp:462:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/biasedLocking.cpp:518:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/biasedLocking.cpp:520:16: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/biasedLocking.cpp:482:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/biasedLocking.cpp:520:16: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/compilationPolicy.cpp:400:15: style: The scope of the variable 'comment' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/compilationPolicy.cpp:413:15: style: The scope of the variable 'comment' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:780:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:841:7: style: The scope of the variable 'maxthreads' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:841:19: style: The scope of the variable 'suspendedthreadcount' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:1287:0: style: Variable 'array' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:394:6: performance: Variable '_method' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:431:6: performance: Variable '_method' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:467:6: performance: Variable '_method' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:268:9: style: Technically the member function 'ProfilerNode::operatordelete' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:386:20: note: Technically the member function 'ProfilerNode::operatordelete' can be const.
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:268:9: note: Technically the member function 'ProfilerNode::operatordelete' can be const.
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:283:7: style: Technically the member function 'ProfilerNode::total_ticks' can be const. [functionConst]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:508:4: style: Class 'adapterNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:615:3: style: Class 'vmNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:793:3: style: Class 'FlatProfilerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:398:9: style: The function 'is_interpreted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:285:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:398:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:400:9: style: The function 'interpreted_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:291:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:400:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:404:9: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:289:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:404:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:408:14: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:315:21: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:408:14: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:416:9: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:349:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:416:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:420:9: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:317:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:420:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:434:8: style: The function 'is_compiled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:286:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:434:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:436:8: style: The function 'compiled_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:292:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:436:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:440:13: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:315:21: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:440:13: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:442:8: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:289:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:442:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:452:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:349:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:452:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:456:8: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:317:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:456:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:472:9: style: The function 'is_stub' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:287:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:472:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:474:9: style: The function 'stub_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:293:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:474:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:478:9: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:289:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:478:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:482:14: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:315:21: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:482:14: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:490:9: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:349:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:490:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:494:9: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:317:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:494:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:511:8: style: The function 'is_compiled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:286:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:511:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:513:8: style: The function 'adapter_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:294:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:513:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:515:13: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:315:21: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:515:13: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:517:8: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:289:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:517:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:521:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:349:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:521:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:525:8: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:317:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:525:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:540:8: style: The function 'is_runtime_stub' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:288:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:540:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:542:8: style: The function 'runtimeStub_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:295:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:542:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:548:13: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:315:21: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:548:13: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:556:8: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:289:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:556:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:560:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:349:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:560:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:564:8: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:317:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:564:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:587:8: style: The function 'is_compiled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:286:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:587:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:589:8: style: The function 'unknown_compiled_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:296:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:589:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:596:13: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:315:21: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:596:13: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:598:8: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:289:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:598:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:602:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:349:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:602:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:606:8: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:317:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:606:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:626:8: style: The function 'is_compiled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:286:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:626:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:630:13: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:315:21: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:630:13: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:646:8: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:289:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:646:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:650:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:349:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:650:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:654:8: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:317:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/fprofiler.cpp:654:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/frame.cpp:1142:6: error: Null pointer dereference: t [nullPointer]
hotspot-jdk7u79-b15/src/share/vm/runtime/frame.cpp:1141:15: note: Assignment 't=NULL', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/runtime/frame.cpp:1142:6: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/runtime/frame.cpp:953:8: style: The scope of the variable 'has_receiver' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/frame.cpp:1292:50: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/frame.cpp:1502:19: style: Variable 'min' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/frame.cpp:1051:5: performance: Variable '_fr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/runtime/java.cpp:655:20: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/java.cpp:414:3: style: Class 'ExitProc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/runtime/javaCalls.cpp:516:10: style: The scope of the variable 'bad' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/javaCalls.cpp:468:5: performance: Variable '_return_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/runtime/jniHandles.cpp:538:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
hotspot-jdk7u79-b15/src/share/vm/runtime/jniPeriodicChecker.cpp:35:6: style: Class 'JniPeriodicCheckerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/runtime/memprofiler.cpp:85:15: style: The scope of the variable 'log_name' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/memprofiler.cpp:60:3: style: Class 'MemProfilerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/runtime/objectMonitor.cpp:1579:26: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk7u79-b15/src/share/vm/runtime/objectMonitor.cpp:1577:22: note: outer condition: node.TState==ObjectWaiter::TS_WAIT
hotspot-jdk7u79-b15/src/share/vm/runtime/objectMonitor.cpp:1579:26: note: identical inner condition: node.TState==ObjectWaiter::TS_WAIT
hotspot-jdk7u79-b15/src/share/vm/runtime/objectMonitor.cpp:2296:54: warning: Found calculation inside sizeof(). [sizeofCalculation]
hotspot-jdk7u79-b15/src/share/vm/runtime/objectMonitor.cpp:1366:41: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/objectMonitor.cpp:1392:41: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/os.cpp:417:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk7u79-b15/src/share/vm/runtime/perfData.cpp:398:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk7u79-b15/src/share/vm/runtime/perfData.cpp:416:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk7u79-b15/src/share/vm/runtime/perfData.cpp:439:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk7u79-b15/src/share/vm/runtime/perfData.cpp:457:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk7u79-b15/src/share/vm/runtime/perfData.cpp:478:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk7u79-b15/src/share/vm/runtime/perfData.cpp:500:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk7u79-b15/src/share/vm/runtime/perfData.cpp:518:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk7u79-b15/src/share/vm/runtime/perfData.cpp:539:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk7u79-b15/src/share/vm/runtime/perfData.cpp:561:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:254:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:73:8: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:46:17: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:73:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:75:8: style: The function 'is_widen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:49:17: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:75:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:77:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:60:17: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:77:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:86:8: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:46:17: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:86:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:88:8: style: The function 'is_jump_widen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:50:17: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:88:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:91:8: style: The function 'adjust' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:57:17: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:91:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:102:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:60:17: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:102:8: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:115:9: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:46:17: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:115:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:117:9: style: The function 'is_switch_pad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:51:17: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:117:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:121:9: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:60:17: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/runtime/relocator.cpp:121:9: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/runtime/safepoint.cpp:848:27: style: The scope of the variable 'cur_state' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntime.cpp:2838:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:60:3: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:90:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:91:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:96:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:104:6: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:111:3: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:184:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:185:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:193:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:199:3: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:278:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:279:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:287:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:294:3: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:389:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:396:24: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:427:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:430:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:517:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:518:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:618:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:625:35: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:633:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:640:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:643:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:652:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:659:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:666:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:672:3: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:676:7: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:677:7: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:701:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:707:3: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:716:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:719:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:580:20: style: Same expression on both sides of '/'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:596:17: style: Same expression on both sides of '/'. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:180:10: style: The scope of the variable 'hfsq' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:510:15: style: The scope of the variable 'z_h' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:510:19: style: The scope of the variable 'z_l' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:427:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:541:24: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 539. [shiftTooManyBitsSigned]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:539:11: note: Assuming that condition 'k>20' is not redundant
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:541:24: note: Shift
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:589:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrans.cpp:516:31: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:80:3: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:99:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:100:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:105:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:113:6: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:120:3: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:481:11: portability: Casting from const double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:482:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:522:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:529:23: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:550:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:552:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:606:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:663:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:675:7: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:676:7: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:741:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:745:18: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:754:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:757:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:792:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:795:5: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:477:12: style: The scope of the variable 'w' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:477:14: style: The scope of the variable 't' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:477:16: style: The scope of the variable 'r' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:477:18: style: The scope of the variable 'fn' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:479:12: style: The scope of the variable 'j' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:661:10: style: The scope of the variable 'a' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:661:12: style: The scope of the variable 'hz' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/sharedRuntimeTrig.cpp:552:5: style: Variable 'i0' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/statSampler.cpp:57:5: style: Class 'StatSamplerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/runtime/sweeper.cpp:361:3: style: Class 'NMethodMarker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/runtime/synchronizer.cpp:1228:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:1992:12: warning: Possible null pointer dereference: ret [nullPointer]
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:1991:32: note: Assignment 'ret=op==NULL?NULL:(JavaThread*)op->calling_thread()', assigned value is 0
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:1992:12: note: Null pointer dereference
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:1555:3: style: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:1554:0: note: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:1555:3: note: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:4222:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:2098:30: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:2104:30: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:2110:30: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:2690:3: style: Class 'RememberProcessedThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/runtime/thread.cpp:3823:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk7u79-b15/src/share/vm/runtime/timer.cpp:180:10: style: The scope of the variable 'valid' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/timer.cpp:182:14: style: The scope of the variable 'real_secs' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/timer.cpp:183:14: style: The scope of the variable 'system_secs' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/timer.cpp:184:14: style: The scope of the variable 'user_secs' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/runtime/timer.cpp:43:27: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/vframe.cpp:451:20: style: Checking if unsigned variable 'prefix_len' is less than zero. [unsignedLessThanZero]
hotspot-jdk7u79-b15/src/share/vm/runtime/vframeArray.cpp:575:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/vmStructs.cpp:2969:3: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/vmStructs.cpp:3012:3: style: Variable 'dummySuperObj' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/vmThread.cpp:241:22: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/runtime/vm_version.cpp:56:0: error: #error HOTSPOT_RELEASE_VERSION must be defined [preprocessorErrorDirective]
hotspot-jdk7u79-b15/src/share/vm/services/diagnosticArgument.cpp:250:5: warning: Return value of function strcmp() is not used. [ignoredReturnValue]
hotspot-jdk7u79-b15/src/share/vm/services/diagnosticCommand.cpp:484:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/services/diagnosticCommand.cpp:519:5: style: Variable 'comma' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:125:3: style: Class 'GCStatInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/services/gcNotifier.cpp:197:3: style: Class 'NotificationMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:107:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:82:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:107:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:108:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:84:23: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:108:15: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:176:10: style: The function 'is_gc_memory_manager' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:83:16: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:176:10: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:195:31: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:82:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:195:31: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:206:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:195:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:206:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:207:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:84:23: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:207:15: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:215:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:195:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:215:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:216:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:84:23: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:216:15: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:225:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:195:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:225:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:226:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:84:23: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:226:15: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:235:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:195:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:235:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:236:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:84:23: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:236:15: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:245:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:195:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:245:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:246:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:84:23: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:246:15: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:255:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:195:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:255:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:256:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:84:23: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:256:15: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:264:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:195:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:264:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:265:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:84:23: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:265:15: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:273:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:195:31: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:273:23: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:274:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:84:23: note: Virtual function in base class
hotspot-jdk7u79-b15/src/share/vm/services/memoryManager.hpp:274:15: note: Function in derived class
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:1957:15: style: The scope of the variable 'dump_file_name' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:1958:15: style: The scope of the variable 'dump_file_ext' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:533:39: style: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:420:29: note: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'.
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:533:39: note: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'.
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:573:41: style: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:429:31: note: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'.
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:573:41: note: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'.
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:1585:42: style: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'. [funcArgNamesDifferent]
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:1378:29: note: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'.
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:1585:42: note: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'.
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:1174:5: performance: Variable '_thread_serial_num' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:1407:5: performance: Variable '_dump_start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:400:3: style: Class 'DumpWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:1147:3: style: Class 'SymbolTableDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:1203:3: style: Class 'JNIGlobalsDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:1232:3: style: Class 'MonitorUsedDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/services/heapDumper.cpp:1250:3: style: Class 'StickyClassDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/services/management.cpp:486:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/services/memReporter.cpp:596:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk7u79-b15/src/share/vm/services/memReporter.cpp:580:19: note: outer condition: malloc_diff!=0
hotspot-jdk7u79-b15/src/share/vm/services/memReporter.cpp:596:21: note: identical inner condition: malloc_diff!=0
hotspot-jdk7u79-b15/src/share/vm/services/memSnapshot.cpp:522:21: style: The scope of the variable 'matched_rec' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/services/memSnapshot.cpp:588:17: style: The scope of the variable 'reserved_rec' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/services/threadService.cpp:820:18: style: The scope of the variable 'waitingToLockMonitor' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/shark/sharkBlock.cpp:41:15: style: The scope of the variable 'a' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/shark/sharkBuilder.cpp:586:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
hotspot-jdk7u79-b15/src/share/vm/shark/sharkBuilder.cpp:588:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
hotspot-jdk7u79-b15/src/share/vm/shark/sharkInliner.cpp:86:3: warning: Member variable 'SharkInlinerHelper::_locals' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/shark/sharkInliner.cpp:86:3: warning: Member variable 'SharkInlinerHelper::_stack' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/shark/sharkInliner.cpp:86:3: warning: Member variable 'SharkInlinerHelper::_sp' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk7u79-b15/src/share/vm/shark/sharkInliner.cpp:93:20: style: Member variable 'SharkInlinerHelper::_entry_state' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/shark/sharkInliner.cpp:88:7: note: Member variable 'SharkInlinerHelper::_entry_state' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/shark/sharkInliner.cpp:93:20: note: Member variable 'SharkInlinerHelper::_entry_state' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/shark/sharkInliner.cpp:92:20: style: Member variable 'SharkInlinerHelper::_iter' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk7u79-b15/src/share/vm/shark/sharkInliner.cpp:89:7: note: Member variable 'SharkInlinerHelper::_iter' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/shark/sharkInliner.cpp:92:20: note: Member variable 'SharkInlinerHelper::_iter' is in the wrong place in the initializer list.
hotspot-jdk7u79-b15/src/share/vm/shark/sharkIntrinsics.cpp:252:19: style: Variable 'unsafe' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/shark/sharkRuntime.cpp:45:0: error: syntax error [syntaxError]
hotspot-jdk7u79-b15/src/share/vm/utilities/bitMap.cpp:354:25: style: Variable 'dest_map' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/utilities/debug.cpp:396:3: style: Class 'Command' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/utilities/debug.cpp:676:3: style: Class 'LookForRefInObjectClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/utilities/debug.cpp:710:5: style: Class 'FindClassObjectClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/utilities/elfStringTable.cpp:81:37: style: Checking if unsigned variable 'fread(buf,1,buflen,m_file)' is less than zero. [unsignedLessThanZero]
hotspot-jdk7u79-b15/src/share/vm/utilities/ostream.cpp:1029:13: style: Same expression on both sides of '!=' because the value of 'nl0' and '_newlines' are the same. [duplicateExpression]
hotspot-jdk7u79-b15/src/share/vm/utilities/ostream.cpp:1026:15: note: 'nl0' is assigned value '_newlines' here.
hotspot-jdk7u79-b15/src/share/vm/utilities/ostream.cpp:1029:13: note: Same expression on both sides of '!=' because the value of 'nl0' and '_newlines' are the same.
hotspot-jdk7u79-b15/src/share/vm/utilities/ostream.cpp:628:8: style: The scope of the variable 'renamed_file_name' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/utilities/ostream.cpp:502:20: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/utilities/ostream.cpp:552:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
hotspot-jdk7u79-b15/src/share/vm/utilities/utf8.cpp:32:26: style: The scope of the variable 'ch3' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/utilities/utf8.cpp:149:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/utilities/vmError.cpp:825:14: style: The scope of the variable 'recursive_error_count' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/utilities/vmError.cpp:831:15: style: The scope of the variable 'transmit_report_done' can be reduced. [variableScope]
hotspot-jdk7u79-b15/src/share/vm/utilities/vmError.cpp:1049:3: style: Class 'VM_ReportJavaOutOfMemory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk7u79-b15/src/share/vm/utilities/workgroup.cpp:123:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk7u79-b15/src/share/vm/utilities/workgroup.cpp:120:0: note: Variable 'result' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/src/share/vm/utilities/workgroup.cpp:123:3: note: Variable 'result' is reassigned a value before the old one has been used.
hotspot-jdk7u79-b15/test/runtime/6929067/invoke.c:26:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[12:57]

ftp://ftp.se.debian.org/debian/pool/main/o/openjdk-8/openjdk-8_8u181-b13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openjdk-8-jre-dcevm/openjdk-8-jre-dcevm_8u112.orig.tar.gz
hotspot-jdk8u112-b16/agent/src/os/bsd/BsdDebuggerLocal.c:255:3: style: Variable 'sym' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/agent/src/os/bsd/BsdDebuggerLocal.c:252:0: note: Variable 'sym' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/agent/src/os/bsd/BsdDebuggerLocal.c:255:3: note: Variable 'sym' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/agent/src/os/bsd/libproc_impl.c:48:8: style: The scope of the variable 'alt_path' can be reduced. [variableScope]
hotspot-jdk8u112-b16/agent/src/os/bsd/libproc_impl.c:163:24: style: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/agent/src/os/bsd/libproc.h:128:24: note: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'.
hotspot-jdk8u112-b16/agent/src/os/bsd/libproc_impl.c:163:24: note: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'.
hotspot-jdk8u112-b16/agent/src/os/bsd/libproc_impl.c:436:53: style: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/agent/src/os/bsd/libproc.h:137:53: note: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'.
hotspot-jdk8u112-b16/agent/src/os/bsd/libproc_impl.c:436:53: note: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'.
hotspot-jdk8u112-b16/agent/src/os/bsd/ps_core.c:154:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
hotspot-jdk8u112-b16/agent/src/os/bsd/ps_core.c:299:10: style: The scope of the variable 'n' can be reduced. [variableScope]
hotspot-jdk8u112-b16/agent/src/os/bsd/ps_core.c:1434:46: style: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/agent/src/os/bsd/libproc.h:119:46: note: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'.
hotspot-jdk8u112-b16/agent/src/os/bsd/ps_core.c:1434:46: note: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'.
hotspot-jdk8u112-b16/agent/src/os/bsd/ps_core.c:1434:69: style: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/agent/src/os/bsd/libproc.h:119:68: note: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'.
hotspot-jdk8u112-b16/agent/src/os/bsd/ps_core.c:1434:69: note: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'.
hotspot-jdk8u112-b16/agent/src/os/bsd/ps_core.c:229:12: style: struct member 'space_info::_capacity' is never used. [unusedStructMember]
hotspot-jdk8u112-b16/agent/src/os/bsd/ps_core.c:237:12: style: struct member 'space_info::_allow_exec' is never used. [unusedStructMember]
hotspot-jdk8u112-b16/agent/src/os/bsd/ps_proc.c:144:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
hotspot-jdk8u112-b16/agent/src/os/linux/LinuxDebuggerLocal.c:307:3: style: Variable 'sym' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/agent/src/os/linux/LinuxDebuggerLocal.c:304:0: note: Variable 'sym' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/agent/src/os/linux/LinuxDebuggerLocal.c:307:3: note: Variable 'sym' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/agent/src/os/linux/libproc_impl.c:50:9: style: The scope of the variable 'alt_path' can be reduced. [variableScope]
hotspot-jdk8u112-b16/agent/src/os/linux/libproc_impl.c:108:24: style: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/agent/src/os/linux/libproc.h:98:24: note: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'.
hotspot-jdk8u112-b16/agent/src/os/linux/libproc_impl.c:108:24: note: Function 'init_libproc' argument 1 names different: declaration 'verbose' definition 'debug'.
hotspot-jdk8u112-b16/agent/src/os/linux/libproc_impl.c:336:53: style: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/agent/src/os/linux/libproc.h:107:53: note: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'.
hotspot-jdk8u112-b16/agent/src/os/linux/libproc_impl.c:336:53: note: Function 'get_lwp_regs' argument 2 names different: declaration 'lid' definition 'lwp_id'.
hotspot-jdk8u112-b16/agent/src/os/linux/ps_core.c:153:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
hotspot-jdk8u112-b16/agent/src/os/linux/ps_core.c:987:46: style: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/agent/src/os/linux/libproc.h:89:46: note: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'.
hotspot-jdk8u112-b16/agent/src/os/linux/ps_core.c:987:46: note: Function 'Pgrab_core' argument 1 names different: declaration 'execfile' definition 'exec_file'.
hotspot-jdk8u112-b16/agent/src/os/linux/ps_core.c:987:69: style: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/agent/src/os/linux/libproc.h:89:68: note: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'.
hotspot-jdk8u112-b16/agent/src/os/linux/ps_core.c:987:69: note: Function 'Pgrab_core' argument 2 names different: declaration 'corefile' definition 'core_file'.
hotspot-jdk8u112-b16/agent/src/os/linux/ps_core.c:228:12: style: struct member 'space_info::_capacity' is never used. [unusedStructMember]
hotspot-jdk8u112-b16/agent/src/os/linux/ps_core.c:236:12: style: struct member 'space_info::_allow_exec' is never used. [unusedStructMember]
hotspot-jdk8u112-b16/agent/src/os/linux/ps_core.c:305:0: style: Variable 'mi' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/agent/src/os/linux/ps_proc.c:299:8: portability: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'intptr_t * {aka signed long *}'. [invalidScanfArgType_int]
hotspot-jdk8u112-b16/agent/src/os/linux/ps_proc.c:265:24: warning: Either the condition 'rslt&&buf' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/agent/src/os/linux/ps_proc.c:266:13: note: Assuming that condition 'rslt&&buf' is not redundant
hotspot-jdk8u112-b16/agent/src/os/linux/ps_proc.c:265:24: note: Null pointer dereference
hotspot-jdk8u112-b16/agent/src/os/linux/ps_proc.c:284:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/agent/src/os/linux/ps_proc.c:281:0: note: Variable 'fp' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/agent/src/os/linux/ps_proc.c:284:3: note: Variable 'fp' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/agent/src/os/linux/ps_proc.c:171:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
hotspot-jdk8u112-b16/agent/src/os/linux/symtab.c:463:16: style: Condition 'symtab==NULL' is always true [knownConditionTrueFalse]
hotspot-jdk8u112-b16/agent/src/os/linux/symtab.c:445:14: note: Assignment 'symtab=NULL', assigned value is 0
hotspot-jdk8u112-b16/agent/src/os/linux/symtab.c:463:16: note: Condition 'symtab==NULL' is always true
hotspot-jdk8u112-b16/agent/src/os/linux/symtab.c:527:1: style: Label 'quit' is not used. [unusedLabel]
hotspot-jdk8u112-b16/agent/src/os/linux/symtab.c:218:5: error: Memory leak: debug_pathname [memleak]
hotspot-jdk8u112-b16/agent/src/os/linux/test.c:47:9: error: printf format string requires 2 parameters but only 0 are given. [wrongPrintfScanfArgNum]
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:739:3: warning: Return value of function atoi() is not used. [ignoredReturnValue]
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:328:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:429:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:451:33: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:473:33: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:588:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:253:7: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:248:0: note: Variable 'fd' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:253:7: note: Variable 'fd' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:333:9: style: The scope of the variable 's1' can be reduced. [variableScope]
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:333:18: style: The scope of the variable 's2' can be reduced. [variableScope]
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:527:11: style: struct member 'space_info::_capacity' is never used. [unusedStructMember]
hotspot-jdk8u112-b16/agent/src/os/solaris/proc/saproc.cpp:531:11: style: struct member 'space_info::_allow_exec' is never used. [unusedStructMember]
hotspot-jdk8u112-b16/agent/src/os/win32/windbg/sawindbg.cpp:37:0: error: #error "SA windbg back-end is not supported for your cpu!" [preprocessorErrorDirective]
hotspot-jdk8u112-b16/agent/src/share/native/sadis.c:119:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/assembler_ppc.cpp:362:9: style: The scope of the variable 'xa' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/assembler_ppc.cpp:362:13: style: The scope of the variable 'xb' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/compiledIC_ppc.cpp:227:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:184:3: warning: Possible null pointer dereference: call [nullPointer]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:181:22: note: Assignment 'call=NULL', assigned value is 0
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:184:3: note: Null pointer dereference
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:119:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:175:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:183:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:233:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:270:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:308:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:324:8: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:344:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:370:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:395:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:53:8: style: Technically the member function 'NativeInstruction::is_sigtrap_ic_miss_check' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:58:8: style: Technically the member function 'NativeInstruction::is_sigtrap_null_check' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:65:8: style: Technically the member function 'NativeInstruction::is_sigtrap_zombie_not_entrant' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:72:8: style: Technically the member function 'NativeInstruction::is_sigill_zombie_not_entrant' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:88:8: style: Technically the member function 'NativeInstruction::is_sigtrap_should_not_reach_here' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:92:8: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:98:8: style: Technically the member function 'NativeInstruction::is_memory_serialization' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:104:11: style: Technically the member function 'NativeInstruction::get_stack_bang_address' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:170:8: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:61:67: style: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:68:42: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:61:67: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:81:69: style: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:74:44: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:81:69: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:94:69: style: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:75:44: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:94:69: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:100:68: style: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:56:51: note: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:100:68: note: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:140:68: style: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:57:51: note: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:140:68: note: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:480:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:84:35: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:480:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:480:81: style: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:84:55: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:480:81: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:480:104: style: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:85:35: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:480:104: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:481:60: style: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:85:50: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:481:60: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:481:76: style: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:85:65: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:481:76: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:520:66: style: Function 'index_check_without_pop' argument 1 names different: declaration 'array' definition 'Rarray'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:144:41: note: Function 'index_check_without_pop' argument 1 names different: declaration 'array' definition 'Rarray'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:520:66: note: Function 'index_check_without_pop' argument 1 names different: declaration 'array' definition 'Rarray'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:520:83: style: Function 'index_check_without_pop' argument 2 names different: declaration 'index' definition 'Rindex'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:144:57: note: Function 'index_check_without_pop' argument 2 names different: declaration 'index' definition 'Rindex'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:520:83: note: Function 'index_check_without_pop' argument 2 names different: declaration 'index' definition 'Rindex'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:520:117: style: Function 'index_check_without_pop' argument 4 names different: declaration 'tmp' definition 'Rtmp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:144:90: note: Function 'index_check_without_pop' argument 4 names different: declaration 'tmp' definition 'Rtmp'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:520:117: note: Function 'index_check_without_pop' argument 4 names different: declaration 'tmp' definition 'Rtmp'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:520:132: style: Function 'index_check_without_pop' argument 5 names different: declaration 'res' definition 'Rres'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:144:104: note: Function 'index_check_without_pop' argument 5 names different: declaration 'res' definition 'Rres'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:520:132: note: Function 'index_check_without_pop' argument 5 names different: declaration 'res' definition 'Rres'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:733:55: style: Function 'merge_frames' argument 1 names different: declaration 'Rtop_frame_sp' definition 'Rsender_sp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:168:30: note: Function 'merge_frames' argument 1 names different: declaration 'Rtop_frame_sp' definition 'Rsender_sp'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:733:55: note: Function 'merge_frames' argument 1 names different: declaration 'Rtop_frame_sp' definition 'Rsender_sp'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:831:54: style: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:219:31: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:831:54: note: Function 'lock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:831:72: style: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:219:50: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:831:72: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'object'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:946:56: style: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:220:31: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:946:56: note: Function 'unlock_object' argument 1 names different: declaration 'lock_reg' definition 'monitor'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:1362:101: style: Function 'increment_backedge_counter' argument 2 names different: declaration 'Rtmp' definition 'Rdst'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:208:70: note: Function 'increment_backedge_counter' argument 2 names different: declaration 'Rtmp' definition 'Rdst'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:1362:101: note: Function 'increment_backedge_counter' argument 2 names different: declaration 'Rtmp' definition 'Rdst'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:1363:75: style: Function 'increment_backedge_counter' argument 3 names different: declaration 'Rtmp2' definition 'Rtmp1'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:208:85: note: Function 'increment_backedge_counter' argument 3 names different: declaration 'Rtmp2' definition 'Rtmp1'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:1363:75: note: Function 'increment_backedge_counter' argument 3 names different: declaration 'Rtmp2' definition 'Rtmp1'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:1634:66: style: Function 'record_klass_in_profile' argument 1 names different: declaration 'receiver' definition 'Rreceiver'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:257:41: note: Function 'record_klass_in_profile' argument 1 names different: declaration 'receiver' definition 'Rreceiver'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:1634:66: note: Function 'record_klass_in_profile' argument 1 names different: declaration 'receiver' definition 'Rreceiver'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:1635:66: style: Function 'record_klass_in_profile' argument 2 names different: declaration 'scratch1' definition 'Rscratch1'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:257:60: note: Function 'record_klass_in_profile' argument 2 names different: declaration 'scratch1' definition 'Rscratch1'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:1635:66: note: Function 'record_klass_in_profile' argument 2 names different: declaration 'scratch1' definition 'Rscratch1'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:1635:86: style: Function 'record_klass_in_profile' argument 3 names different: declaration 'scratch2' definition 'Rscratch2'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:257:79: note: Function 'record_klass_in_profile' argument 3 names different: declaration 'scratch2' definition 'Rscratch2'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:1635:86: note: Function 'record_klass_in_profile' argument 3 names different: declaration 'scratch2' definition 'Rscratch2'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:2230:71: warning: Function 'increment_invocation_counter' argument order different: declaration 'iv_be_count, Rtmp1, Rtmp2_r0' definition 'Rcounters, iv_be_count, Rtmp_r0' [funcArgOrderDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:216:46: note: Function 'increment_invocation_counter' argument order different: declaration 'iv_be_count, Rtmp1, Rtmp2_r0' definition 'Rcounters, iv_be_count, Rtmp_r0'
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:2230:71: note: Function 'increment_invocation_counter' argument order different: declaration 'iv_be_count, Rtmp1, Rtmp2_r0' definition 'Rcounters, iv_be_count, Rtmp_r0'
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:2294:85: style: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:271:60: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.cpp:2294:85: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interp_masm_ppc_64.hpp:38:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/interpreter_ppc.cpp:311:0: error: #error "unknown OS" [preprocessorErrorDirective]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/macroAssembler_ppc.cpp:481:7: style: The scope of the variable 'boint' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/macroAssembler_ppc.cpp:482:7: style: The scope of the variable 'biint' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.cpp:203:52: style: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'data'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:259:35: note: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'data'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.cpp:203:52: note: Function 'set_data_plain' argument 1 names different: declaration 'x' definition 'data'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.cpp:203:68: style: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:259:48: note: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.cpp:203:68: note: Function 'set_data_plain' argument 2 names different: declaration 'code' definition 'cb'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.cpp:253:43: style: Function 'set_data' argument 1 names different: declaration 'x' definition 'data'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:261:26: note: Function 'set_data' argument 1 names different: declaration 'x' definition 'data'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.cpp:253:43: note: Function 'set_data' argument 1 names different: declaration 'x' definition 'data'.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:168:11: style: Technically the member function 'NativeCall::get_trampoline' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.cpp:124:21: note: Technically the member function 'NativeCall::get_trampoline' can be const.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:168:11: note: Technically the member function 'NativeCall::get_trampoline' can be const.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:259:11: style: Technically the member function 'NativeMovConstReg::set_data_plain' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.cpp:203:28: note: Technically the member function 'NativeMovConstReg::set_data_plain' can be const.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:259:11: note: Technically the member function 'NativeMovConstReg::set_data_plain' can be const.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:264:8: style: Technically the member function 'NativeMovConstReg::set_narrow_oop' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.cpp:286:25: note: Technically the member function 'NativeMovConstReg::set_narrow_oop' can be const.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:264:8: note: Technically the member function 'NativeMovConstReg::set_narrow_oop' can be const.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:384:8: style: Technically the member function 'NativeCallTrampolineStub::set_destination' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.cpp:385:32: note: Technically the member function 'NativeCallTrampolineStub::set_destination' can be const.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/nativeInst_ppc.hpp:384:8: note: Technically the member function 'NativeCallTrampolineStub::set_destination' can be const.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/register_ppc.hpp:81:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/register_ppc.hpp:197:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/register_ppc.hpp:252:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/register_ppc.hpp:353:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/register_ppc.hpp:399:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/relocInfo_ppc.cpp:35:32: style: Variable 'copy_back_to_oop_pool' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/sharedRuntime_ppc.cpp:3206:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/sharedRuntime_ppc.cpp:3202:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/sharedRuntime_ppc.cpp:3206:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/sharedRuntime_ppc.cpp:1026:7: style: The scope of the variable 'comp_words_on_stack' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/sharedRuntime_ppc.cpp:2763:7: style: Unused variable: frame_size_in_words [unusedVariable]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/sharedRuntime_ppc.cpp:2769:13: style: Variable 'frame_size_in_slots' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/stubGenerator_ppc.cpp:942:33: error: Shifting by a negative value is undefined behaviour [shiftNegative]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/templateTable_ppc_64.cpp:1992:13: style: Variable 'entry_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/templateTable_ppc_64.cpp:3222:14: style: Variable 'is_invokeinterface' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/templateTable_ppc_64.cpp:3226:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/vm_version_ppc.cpp:484:15: style: Variable 'VM_Version::_is_determine_features_test_running' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/ppc/vm/vm_version_ppc.cpp:482:15: note: Variable 'VM_Version::_is_determine_features_test_running' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/cpu/ppc/vm/vm_version_ppc.cpp:484:15: note: Variable 'VM_Version::_is_determine_features_test_running' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/args.cc:56:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:80:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:329:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:375:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:385:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:413:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:431:73: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:433:66: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:435:66: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:546:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:555:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:605:39: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:614:39: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:704:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:794:37: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:851:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:899:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:380:12: warning: Assert statement calls a function which may have desired side effects: 'nativeCall_at'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:56:8: style: Technically the member function 'NativeInstruction::is_nop' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:57:8: style: Technically the member function 'NativeInstruction::is_call' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:58:8: style: Technically the member function 'NativeInstruction::is_sethi' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:61:8: style: Technically the member function 'NativeInstruction::sets_cc' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:79:8: style: Technically the member function 'NativeInstruction::is_return' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:88:8: style: Technically the member function 'NativeInstruction::is_int_jump' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:93:8: style: Technically the member function 'NativeInstruction::is_float_jump' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:107:8: style: Technically the member function 'NativeInstruction::is_stack_bang' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:113:8: style: Technically the member function 'NativeInstruction::is_prefetch' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:118:8: style: Technically the member function 'NativeInstruction::is_membar' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:124:8: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:364:9: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:536:12: style: Technically the member function 'NativeMovConstReg::destination' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:595:12: style: Technically the member function 'NativeMovConstRegPatching::destination' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:812:8: performance: Technically the member function 'NativeJump::guarantee_displacement' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:3570:13: style: Condition '!delay_op' is always true [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:3548:28: note: Assignment 'delay_op=NULL', assigned value is 0
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:3570:13: note: Condition '!delay_op' is always true
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:400:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:489:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:2635:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:2981:49: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:3279:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:808:55: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:921:55: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp:1086:3: style: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp:1082:0: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp:1086:3: note: Variable 'left' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/register_sparc.hpp:43:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/register_sparc.hpp:92:68: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/register_sparc.hpp:97:67: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/register_sparc.hpp:221:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/vmreg_sparc.inline.hpp:29:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:55:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:60:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:61:37: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:66:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:80:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:82:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:92:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:104:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:113:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:122:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:129:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:130:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:137:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:138:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:139:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:163:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:196:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:198:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:206:39: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:216:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:217:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:224:36: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:260:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:285:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:287:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:303:15: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:304:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:305:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:306:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:307:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:308:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:310:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:330:32: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:340:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:349:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:379:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:380:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:394:34: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:395:28: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:396:28: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:441:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:453:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:463:45: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:471:43: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:477:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:478:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:479:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:513:34: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:514:28: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:515:28: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:577:47: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:579:47: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:590:45: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:601:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:602:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:604:39: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:605:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:615:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:616:100: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:673:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:680:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:681:83: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:682:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:685:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:686:87: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:724:42: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:726:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:731:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:746:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:769:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:784:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:791:26: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:830:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1014:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1024:26: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1032:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1033:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1059:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1060:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1061:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1107:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1108:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1109:32: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1122:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1127:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1128:79: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1129:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1132:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:1133:83: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:314:3: style: Variable 'oop_maps' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:312:0: note: Variable 'oop_maps' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp:314:3: note: Variable 'oop_maps' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/compiledIC_sparc.cpp:161:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/icBuffer_sparc.cpp:76:29: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:82:69: style: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:99:44: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:82:69: note: Function 'dispatch_prolog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:107:69: style: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:100:44: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:107:69: note: Function 'dispatch_epilog' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:117:67: style: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:103:42: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:117:67: note: Function 'dispatch_next' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:125:80: style: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:104:55: note: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:125:80: note: Function 'dispatch_next_noverify_oop' argument 2 names different: declaration 'step' definition 'bcp_incr'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:174:68: style: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:72:51: note: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:174:68: note: Function 'check_and_handle_popframe' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:231:68: style: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:73:51: note: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:231:68: note: Function 'check_and_handle_earlyret' argument 1 names different: declaration 'java_thread' definition 'scratch_reg'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:352:87: style: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:237:64: note: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:352:87: note: Function 'load_unaligned_long' argument 3 names different: declaration 'd' definition 'rd'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:363:63: style: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:238:38: note: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:363:63: note: Function 'store_unaligned_long' argument 1 names different: declaration 'd' definition 'l'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:449:54: style: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:162:29: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:449:54: note: Function 'push_d' argument 1 names different: declaration 'f' definition 'd'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:818:60: style: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:136:36: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:818:60: note: Function 'gen_subtype_check' argument 1 names different: declaration 'sub_klass' definition 'Rsub_klass'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:819:60: style: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:136:56: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:819:60: note: Function 'gen_subtype_check' argument 2 names different: declaration 'super_klass' definition 'Rsuper_klass'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:820:60: style: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:136:78: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:820:60: note: Function 'gen_subtype_check' argument 3 names different: declaration 'tmp1' definition 'Rtmp1'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:821:60: style: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:136:93: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:821:60: note: Function 'gen_subtype_check' argument 4 names different: declaration 'tmp2' definition 'Rtmp2'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:822:60: style: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:136:108: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:822:60: note: Function 'gen_subtype_check' argument 5 names different: declaration 'tmp3' definition 'Rtmp3'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:1227:73: style: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:276:50: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:1227:73: note: Function 'lock_object' argument 2 names different: declaration 'obj_reg' definition 'Object'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:1913:62: style: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:324:37: note: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:1913:62: note: Function 'profile_switch_case' argument 2 names different: declaration 'scratch1' definition 'scratch'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:2514:85: style: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:335:60: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:2514:85: note: Function 'verify_oop_or_return_address' argument 2 names different: declaration 'rtmp' definition 'Rtmp'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:2610:57: style: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.hpp:343:10: note: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interp_masm_sparc.cpp:2610:57: note: Function 'notify_method_exit' argument 1 names different: declaration 'save_result' definition 'is_native_method'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interpreterRT_sparc.cpp:220:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/interpreterRT_sparc.cpp:224:5: performance: Variable '_argcount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/macroAssembler_sparc.cpp:795:7: style: Unused variable: shiftcnt [unusedVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/macroAssembler_sparc.cpp:1285:8: style: Unused variable: buffer [unusedVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:942:35: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:992:11: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:993:11: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:1001:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:951:10: style: Variable 'buf' is not assigned a value. [unassignedVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:969:10: style: Variable 'buf' is not assigned a value. [unassignedVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:992:39: warning: Assert statement calls a function which may have desired side effects: 'is_jump'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:703:34: style: Unused private function: 'NativeMovRegMem::nativeMovRegMem_at' [unusedPrivateFunction]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:793:42: style: Unused private function: 'NativeMovRegMemPatching::nativeMovRegMemPatching_at' [unusedPrivateFunction]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:812:8: style: Unused private function: 'NativeJump::guarantee_displacement' [unusedPrivateFunction]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:69:8: style: Technically the member function 'NativeInstruction::is_illegal' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:983:25: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:69:8: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:78:8: style: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:966:25: note: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:78:8: note: Technically the member function 'NativeInstruction::is_ic_miss_trap' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:134:8: style: Technically the member function 'NativeInstruction::is_zero_test' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:110:25: note: Technically the member function 'NativeInstruction::is_zero_test' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:134:8: note: Technically the member function 'NativeInstruction::is_zero_test' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:135:8: style: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:126:25: note: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:135:8: note: Technically the member function 'NativeInstruction::is_load_store_with_small_offset' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:163:8: style: Technically the member function 'NativeInstruction::set_long_at' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:83:25: note: Technically the member function 'NativeInstruction::set_long_at' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:163:8: note: Technically the member function 'NativeInstruction::set_long_at' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:164:8: style: Technically the member function 'NativeInstruction::set_jlong_at' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:89:25: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:164:8: note: Technically the member function 'NativeInstruction::set_jlong_at' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:165:8: style: Technically the member function 'NativeInstruction::set_addr_at' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:97:25: note: Technically the member function 'NativeInstruction::set_addr_at' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:165:8: note: Technically the member function 'NativeInstruction::set_addr_at' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:319:9: style: Technically the member function 'NativeInstruction::verify' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:71:25: note: Technically the member function 'NativeInstruction::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:319:9: note: Technically the member function 'NativeInstruction::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:320:9: style: Technically the member function 'NativeInstruction::print' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:79:25: note: Technically the member function 'NativeInstruction::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:320:9: note: Technically the member function 'NativeInstruction::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:366:9: style: Technically the member function 'NativeCall::print' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:143:18: note: Technically the member function 'NativeCall::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:366:9: note: Technically the member function 'NativeCall::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:539:9: style: Technically the member function 'NativeMovConstReg::print' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:325:25: note: Technically the member function 'NativeMovConstReg::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:539:9: note: Technically the member function 'NativeMovConstReg::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:598:9: style: Technically the member function 'NativeMovConstRegPatching::print' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:447:33: note: Technically the member function 'NativeMovConstRegPatching::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:598:9: note: Technically the member function 'NativeMovConstRegPatching::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:697:8: style: Technically the member function 'NativeMovRegMem::print' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:585:23: note: Technically the member function 'NativeMovRegMem::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:697:8: note: Technically the member function 'NativeMovRegMem::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:787:8: style: Technically the member function 'NativeMovRegMemPatching::print' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:730:31: note: Technically the member function 'NativeMovRegMemPatching::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:787:8: note: Technically the member function 'NativeMovRegMemPatching::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:859:8: style: Technically the member function 'NativeJump::print' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.cpp:864:18: note: Technically the member function 'NativeJump::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/nativeInst_sparc.hpp:859:8: note: Technically the member function 'NativeJump::print' can be const.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3515:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3504:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3515:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3887:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3883:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:3887:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:2545:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:653:36: style: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:514:38: note: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:653:36: note: Function 'gen_c2i_adapter' argument 5 names different: declaration 'skip_fixup' definition 'L_skip_fixup'.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:116:7: style: Unused variable: i [unusedVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:486:7: performance: Technically the member function 'AdapterGenerator::arg_offset' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:487:7: performance: Technically the member function 'AdapterGenerator::next_arg_offset' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/sharedRuntime_sparc.cpp:521:3: style: Class 'AdapterGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/templateInterpreter_sparc.cpp:1308:3: style: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/templateInterpreter_sparc.cpp:1302:0: note: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/templateInterpreter_sparc.cpp:1308:3: note: Variable 'init_value' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/cpu/sparc/vm/templateTable_sparc.cpp:1919:13: style: Variable 'entry_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/templateTable_sparc.cpp:2942:14: style: Variable 'is_invokeinterface' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/sparc/vm/templateTable_sparc.cpp:2946:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/assembler_x86.cpp:757:7: style: The scope of the variable 'op3' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:102:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:169:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:177:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:221:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:229:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:239:39: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:323:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:333:37: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:370:31: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:431:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:466:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:238:39: style: Unused private function: 'NativeMovConstRegPatching::nativeMovConstRegPatching_at' [unusedPrivateFunction]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:332:35: style: Unused private function: 'NativeMovRegMemPatching::nativeMovRegMemPatching_at' [unusedPrivateFunction]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:61:8: style: Technically the member function 'NativeInstruction::is_nop' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:63:15: style: Technically the member function 'NativeInstruction::is_call' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:534:32: note: Technically the member function 'NativeInstruction::is_call' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:63:15: note: Technically the member function 'NativeInstruction::is_call' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:64:15: style: Technically the member function 'NativeInstruction::is_illegal' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:533:32: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:64:15: note: Technically the member function 'NativeInstruction::is_illegal' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:65:15: style: Technically the member function 'NativeInstruction::is_return' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:535:32: note: Technically the member function 'NativeInstruction::is_return' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:65:15: note: Technically the member function 'NativeInstruction::is_return' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:66:15: style: Technically the member function 'NativeInstruction::is_jump' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:537:32: note: Technically the member function 'NativeInstruction::is_jump' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:66:15: note: Technically the member function 'NativeInstruction::is_jump' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:67:15: style: Technically the member function 'NativeInstruction::is_cond_jump' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:539:32: note: Technically the member function 'NativeInstruction::is_cond_jump' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:67:15: note: Technically the member function 'NativeInstruction::is_cond_jump' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:68:15: style: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:541:32: note: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:68:15: note: Technically the member function 'NativeInstruction::is_safepoint_poll' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:69:15: performance: Technically the member function 'NativeInstruction::is_mov_literal64' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:571:32: note: Technically the member function 'NativeInstruction::is_mov_literal64' can be static.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:69:15: note: Technically the member function 'NativeInstruction::is_mov_literal64' can be static.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:141:9: style: Technically the member function 'NativeCall::verify_alignment' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:4077:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
hotspot-jdk8u112-b16/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:4091:5: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk8u112-b16/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:4077:10: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk8u112-b16/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:290:17: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:603:24: style: Variable 'result_is_oop' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:1708:20: style: Variable 'stub' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp:1276:23: style: Variable 'is_safepoint' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp:102:13: style: Variable 'aligned_mask' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/c1_Runtime1_x86.cpp:73:7: style: Condition '!align_stack' is always true [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/cpu/x86/vm/c1_Runtime1_x86.cpp:54:22: note: Assignment 'align_stack=false', assigned value is 0
hotspot-jdk8u112-b16/src/cpu/x86/vm/c1_Runtime1_x86.cpp:73:7: note: Condition '!align_stack' is always true
hotspot-jdk8u112-b16/src/cpu/x86/vm/register_x86.hpp:41:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/register_x86.hpp:100:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/register_x86.hpp:134:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/register_x86.hpp:138:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/compiledIC_x86.cpp:148:38: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/icBuffer_x86.cpp:72:29: style: Variable 'jump' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/interpreterRT_x86_32.cpp:129:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/cpu/x86/vm/interpreterRT_x86_64.cpp:467:5: performance: Variable '_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/cpu/x86/vm/macroAssembler_x86.cpp:5442:5: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/cpu/x86/vm/macroAssembler_x86.cpp:5598:3: style: Variable 'counter' is modified but its new value is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/macroAssembler_x86.cpp:6676:23: style: Variable 'adr_stride2' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/macroAssembler_x86.cpp:5467:15: performance: Technically the member function 'FPU_State::tag_as_string' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:491:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:534:11: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:535:11: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:534:39: warning: Assert statement calls a function which may have desired side effects: 'is_jump'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:369:29: style: Unused private function: 'NativeLoadAddress::nativeLoadAddress_at' [unusedPrivateFunction]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:62:8: style: Technically the member function 'NativeInstruction::is_dtrace_trap' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:606:25: note: Technically the member function 'NativeInstruction::is_dtrace_trap' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:62:8: note: Technically the member function 'NativeInstruction::is_dtrace_trap' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:91:8: style: Technically the member function 'NativeInstruction::wrote' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:40:25: note: Technically the member function 'NativeInstruction::wrote' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:91:8: note: Technically the member function 'NativeInstruction::wrote' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:142:9: style: Technically the member function 'NativeCall::verify' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:45:18: note: Technically the member function 'NativeCall::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:142:9: note: Technically the member function 'NativeCall::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:143:9: style: Technically the member function 'NativeCall::print' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:64:18: note: Technically the member function 'NativeCall::print' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:143:9: note: Technically the member function 'NativeCall::print' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:209:9: style: Technically the member function 'NativeMovConstReg::verify' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:214:25: note: Technically the member function 'NativeMovConstReg::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:209:9: note: Technically the member function 'NativeMovConstReg::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:210:9: style: Technically the member function 'NativeMovConstReg::print' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:231:25: note: Technically the member function 'NativeMovConstReg::print' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:210:9: note: Technically the member function 'NativeMovConstReg::print' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:312:8: style: Technically the member function 'NativeMovRegMem::verify' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:368:23: note: Technically the member function 'NativeMovRegMem::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:312:8: note: Technically the member function 'NativeMovRegMem::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:313:8: style: Technically the member function 'NativeMovRegMem::print' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:398:23: note: Technically the member function 'NativeMovRegMem::print' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:313:8: note: Technically the member function 'NativeMovRegMem::print' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:362:8: style: Technically the member function 'NativeLoadAddress::verify' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:404:25: note: Technically the member function 'NativeLoadAddress::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:362:8: note: Technically the member function 'NativeLoadAddress::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:363:8: style: Technically the member function 'NativeLoadAddress::print' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:420:25: note: Technically the member function 'NativeLoadAddress::print' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:363:8: note: Technically the member function 'NativeLoadAddress::print' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:418:8: style: Technically the member function 'NativeJump::verify' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.cpp:426:18: note: Technically the member function 'NativeJump::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/nativeInst_x86.hpp:418:8: note: Technically the member function 'NativeJump::verify' can be const.
hotspot-jdk8u112-b16/src/cpu/x86/vm/relocInfo_x86.cpp:99:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/relocInfo_x86.cpp:130:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/x86/vm/rtmLocking.cpp:35:3: style: Class 'RTMLockingCalculationTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:208:18: style: Condition 'vect_words>0' is always false [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:117:20: note: Assignment 'vect_words=0', assigned value is 0
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:208:18: note: Condition 'vect_words>0' is always false
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:2855:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:2812:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:2855:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:3480:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:3476:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:3480:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:208:18: style: Same expression on both sides of '>' because the value of 'vect_words' and '0' are the same. [duplicateExpression]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:117:20: note: 'vect_words' is assigned value '0' here.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:208:18: note: Same expression on both sides of '>' because the value of 'vect_words' and '0' are the same.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:499:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:777:7: style: The scope of the variable 'comp_words_on_stack' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:226:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:862:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_32.cpp:880:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:174:18: style: Condition 'vect_words>0' is always false [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:141:20: note: Assignment 'vect_words=0', assigned value is 0
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:174:18: note: Condition 'vect_words>0' is always false
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3338:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3299:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3338:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3383:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3338:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3383:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3911:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3907:0: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:3911:3: note: Variable 'map' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:174:18: style: Same expression on both sides of '>' because the value of 'vect_words' and '0' are the same. [duplicateExpression]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:141:20: note: 'vect_words' is assigned value '0' here.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:174:18: note: Same expression on both sides of '>' because the value of 'vect_words' and '0' are the same.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:712:7: style: The scope of the variable 'comp_words_on_stack' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:204:0: style: Variable 'oop_maps' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:4165:45: warning: Obsolete function 'alloca' called. [allocaCalled]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:4194:45: warning: Obsolete function 'alloca' called. [allocaCalled]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1481:22: style: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1496:7: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1481:22: note: Member variable 'MoveOperation::_dst' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1484:22: style: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1500:7: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/cpu/x86/vm/sharedRuntime_x86_64.cpp:1484:22: note: Member variable 'MoveOperation::_processed' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/cpu/x86/vm/stubGenerator_x86_32.cpp:155:5: style: Variable 'sse_save' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/x86/vm/stubGenerator_x86_32.cpp:141:0: note: Variable 'sse_save' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/stubGenerator_x86_32.cpp:155:5: note: Variable 'sse_save' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/x86/vm/stubGenerator_x86_64.cpp:3900:34: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk8u112-b16/src/cpu/x86/vm/stubGenerator_x86_64.cpp:3250:15: style: Variable 'XMM_REG_NUM_KEY_LAST' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/templateInterpreter_x86_32.cpp:1683:25: style: Variable 'monitor_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/templateTable_x86_32.cpp:2932:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/templateTable_x86_64.cpp:2983:14: style: Variable 'is_invokespecial' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/x86/vm/vm_version_x86.cpp:70:3: style: Class 'VM_Version_StubGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/cpu/zero/vm/interp_masm_zero.hpp:36:3: style: Class 'InterpreterMacroAssembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.hpp:170:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.hpp:195:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.hpp:199:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.hpp:203:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.hpp:207:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.hpp:162:25: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.hpp:102:7: performance: Technically the member function 'ZeroStack::abi_stack_available' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.inline.hpp:50:23: note: Technically the member function 'ZeroStack::abi_stack_available' can be static.
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.hpp:102:7: note: Technically the member function 'ZeroStack::abi_stack_available' can be static.
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.hpp:105:8: style: Technically the member function 'ZeroStack::overflow_check' can be const. [functionConst]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.inline.hpp:33:24: note: Technically the member function 'ZeroStack::overflow_check' can be const.
hotspot-jdk8u112-b16/src/cpu/zero/vm/stack_zero.hpp:105:8: note: Technically the member function 'ZeroStack::overflow_check' can be const.
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:52:8: performance: Technically the member function 'NativeInstruction::is_jump' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:57:8: performance: Technically the member function 'NativeInstruction::is_safepoint_poll' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:74:11: performance: Technically the member function 'NativeCall::instruction_address' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:79:11: performance: Technically the member function 'NativeCall::next_instruction_address' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:84:11: performance: Technically the member function 'NativeCall::return_address' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:89:11: performance: Technically the member function 'NativeCall::destination' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:94:8: performance: Technically the member function 'NativeCall::set_destination_mt_safe' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:98:8: performance: Technically the member function 'NativeCall::verify_alignment' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:102:8: performance: Technically the member function 'NativeCall::verify' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:124:11: performance: Technically the member function 'NativeMovConstReg::next_instruction_address' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:129:12: performance: Technically the member function 'NativeMovConstReg::data' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:134:8: performance: Technically the member function 'NativeMovConstReg::set_data' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:146:7: performance: Technically the member function 'NativeMovRegMem::offset' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:151:8: performance: Technically the member function 'NativeMovRegMem::set_offset' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:155:8: performance: Technically the member function 'NativeMovRegMem::add_offset_in_bytes' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:171:11: performance: Technically the member function 'NativeJump::jump_destination' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:176:8: performance: Technically the member function 'NativeJump::set_jump_destination' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/nativeInst_zero.hpp:196:11: performance: Technically the member function 'NativeGeneralJump::jump_destination' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/cpu/zero/vm/methodHandles_zero.cpp:69:26: style: Variable 'topOfStack' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/zero/vm/methodHandles_zero.cpp:138:26: style: Variable 'topOfStack' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/cpu/zero/vm/register_zero.hpp:65:33: warning: Logical conjunction always evaluates to false: EXPR >= 0 && EXPR < 0. [incorrectLogicOperator]
hotspot-jdk8u112-b16/src/cpu/zero/vm/register_zero.hpp:100:33: warning: Logical conjunction always evaluates to false: EXPR >= 0 && EXPR < 0. [incorrectLogicOperator]
hotspot-jdk8u112-b16/src/cpu/zero/vm/register_zero.hpp:40:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/zero/vm/register_zero.hpp:75:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stubGenerator_zero.cpp:287:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stubGenerator_zero.cpp:181:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stubGenerator_zero.cpp:180:0: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/zero/vm/stubGenerator_zero.cpp:181:5: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/zero/vm/stubGenerator_zero.cpp:187:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/cpu/zero/vm/stubGenerator_zero.cpp:186:0: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/zero/vm/stubGenerator_zero.cpp:187:5: note: Variable 'value' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/cpu/zero/vm/stubGenerator_zero.cpp:74:20: warning: Obsolete function 'alloca' called. [allocaCalled]
hotspot-jdk8u112-b16/src/os/aix/vm/attachListener_aix.cpp:429:40: style: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/os/aix/vm/attachListener_aix.cpp:118:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
hotspot-jdk8u112-b16/src/os/aix/vm/attachListener_aix.cpp:429:40: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
hotspot-jdk8u112-b16/src/os/aix/vm/attachListener_aix.cpp:123:3: style: Class 'AixAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/os/aix/vm/jvm_aix.cpp:184:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/os/aix/vm/loadlib_aix.hpp:41:1: style: The class 'LoadedLibraryModule' does not have a constructor although it has private member variables. [noConstructor]
hotspot-jdk8u112-b16/src/os/aix/vm/os_aix.cpp:315:0: error: #error Add appropriate cpu_arch setting [preprocessorErrorDirective]
hotspot-jdk8u112-b16/src/os/aix/vm/perfMemory_aix.cpp:682:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk8u112-b16/src/os/aix/vm/perfMemory_aix.cpp:680:53: note: outer condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk8u112-b16/src/os/aix/vm/perfMemory_aix.cpp:682:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk8u112-b16/src/os/aix/vm/perfMemory_aix.cpp:300:7: style: The scope of the variable 'error' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/os/aix/vm/perfMemory_aix.cpp:485:7: style: The scope of the variable 'result' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/os/aix/vm/perfMemory_aix.cpp:488:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:171:34: style: Condition 'pointer_size==4' is always false [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:170:28: note: Assignment 'pointer_size=sizeof(void*)', assigned value is 8
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:171:34: note: Condition 'pointer_size==4' is always false
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:191:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:197:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:275:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:276:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:279:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:280:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:281:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:282:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:283:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:284:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:285:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:286:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:287:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:133:31: style: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.h:39:39: note: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:133:31: note: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:160:31: style: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.h:40:39: note: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:160:31: note: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:168:36: style: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.h:38:44: note: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/bsd/dtrace/generateJvmOffsets.cpp:168:36: note: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/bsd/dtrace/jvm_dtrace.c:262:13: error: Uninitialized variable: i [uninitvar]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/jvm_dtrace.c:306:16: error: Uninitialized variable: res [uninitvar]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:655:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:787:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:789:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:797:15: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:806:19: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:806:19: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:813:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:833:7: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:833:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:885:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:965:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:965:9: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:999:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:999:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1014:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1014:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1032:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1032:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1104:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1157:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1157:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1157:9: warning: %llx in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1311:7: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:546:19: warning: Either the condition 'klassString!=NULL' is redundant or there is possible null pointer dereference: klassString. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:555:19: note: Assuming that condition 'klassString!=NULL' is not redundant
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:546:19: note: Null pointer dereference
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:547:18: warning: Either the condition 'klassString!=NULL' is redundant or there is possible null pointer dereference: klassString. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:555:19: note: Assuming that condition 'klassString!=NULL' is not redundant
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:547:18: note: Null pointer dereference
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:550:19: warning: Either the condition 'nameString!=NULL' is redundant or there is possible null pointer dereference: nameString. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:554:18: note: Assuming that condition 'nameString!=NULL' is not redundant
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:550:19: note: Null pointer dereference
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:551:18: warning: Either the condition 'nameString!=NULL' is redundant or there is possible null pointer dereference: nameString. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:554:18: note: Assuming that condition 'nameString!=NULL' is not redundant
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:551:18: note: Null pointer dereference
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:552:19: warning: Either the condition 'signatureString!=NULL' is redundant or there is possible null pointer dereference: signatureString. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:556:23: note: Assuming that condition 'signatureString!=NULL' is not redundant
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:552:19: note: Null pointer dereference
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:195:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:193:0: note: Variable 'err' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:195:3: note: Variable 'err' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1463:2: style: Label 'fail' is not used. [unusedLabel]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1501:30: style: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.h:60:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1501:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1418:36: error: Uninitialized variable: fp [uninitvar]
hotspot-jdk8u112-b16/src/os/bsd/dtrace/libjvm_db.c:1439:26: error: Uninitialized variable: sender_sp [uninitvar]
hotspot-jdk8u112-b16/src/os/bsd/vm/attachListener_bsd.cpp:393:40: style: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/os/bsd/vm/attachListener_bsd.cpp:112:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
hotspot-jdk8u112-b16/src/os/bsd/vm/attachListener_bsd.cpp:393:40: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
hotspot-jdk8u112-b16/src/os/bsd/vm/attachListener_bsd.cpp:117:3: style: Class 'BsdAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/os/bsd/vm/jvm_bsd.cpp:175:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/os/bsd/vm/os_bsd.cpp:239:0: error: #error Add appropriate cpu_arch setting [preprocessorErrorDirective]
hotspot-jdk8u112-b16/src/os/bsd/vm/perfMemory_bsd.cpp:591:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk8u112-b16/src/os/bsd/vm/perfMemory_bsd.cpp:589:53: note: outer condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk8u112-b16/src/os/bsd/vm/perfMemory_bsd.cpp:591:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk8u112-b16/src/os/bsd/vm/perfMemory_bsd.cpp:401:7: style: The scope of the variable 'result' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/os/bsd/vm/perfMemory_bsd.cpp:404:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/os/linux/vm/attachListener_linux.cpp:388:42: style: Function 'complete' argument 1 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/os/linux/vm/attachListener_linux.cpp:112:22: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
hotspot-jdk8u112-b16/src/os/linux/vm/attachListener_linux.cpp:388:42: note: Function 'complete' argument 1 names different: declaration 'res' definition 'result'.
hotspot-jdk8u112-b16/src/os/linux/vm/attachListener_linux.cpp:117:3: style: Class 'LinuxAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/os/linux/vm/decoder_linux.cpp:33:25: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/os/linux/vm/jvm_linux.cpp:182:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/os/linux/vm/os_linux.cpp:224:0: error: #error define gettid for the arch [preprocessorErrorDirective]
hotspot-jdk8u112-b16/src/os/linux/vm/perfMemory_linux.cpp:603:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk8u112-b16/src/os/linux/vm/perfMemory_linux.cpp:601:53: note: outer condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk8u112-b16/src/os/linux/vm/perfMemory_linux.cpp:603:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk8u112-b16/src/os/linux/vm/perfMemory_linux.cpp:400:7: style: The scope of the variable 'result' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/os/linux/vm/perfMemory_linux.cpp:403:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/os/posix/vm/os_posix.cpp:311:15: style: The scope of the variable 'start' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:166:34: style: Condition 'pointer_size==4' is always false [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:165:28: note: Assignment 'pointer_size=sizeof(void*)', assigned value is 8
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:166:34: note: Condition 'pointer_size==4' is always false
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:186:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:192:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:269:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:270:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:271:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:274:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:275:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:276:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:277:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:278:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:279:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:280:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:281:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:282:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:128:31: style: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.h:39:39: note: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:128:31: note: Function 'gen_prologue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:155:31: style: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.h:40:39: note: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:155:31: note: Function 'gen_epilogue' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:163:36: style: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.h:38:44: note: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/solaris/dtrace/generateJvmOffsets.cpp:163:36: note: Function 'generateJvmOffsets' argument 1 names different: declaration 'gen_var' definition 'gen_variant'.
hotspot-jdk8u112-b16/src/os/solaris/dtrace/jvm_dtrace.c:262:13: error: Uninitialized variable: i [uninitvar]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/jvm_dtrace.c:306:16: error: Uninitialized variable: res [uninitvar]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:655:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:787:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:789:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:797:15: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:806:19: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:806:19: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:813:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:833:7: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:833:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:885:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:965:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:965:9: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:999:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:999:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1014:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1014:7: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1032:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1032:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1104:7: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1157:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1157:9: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1157:9: warning: %llx in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1311:7: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:546:19: warning: Either the condition 'klassString!=NULL' is redundant or there is possible null pointer dereference: klassString. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:555:19: note: Assuming that condition 'klassString!=NULL' is not redundant
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:546:19: note: Null pointer dereference
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:547:18: warning: Either the condition 'klassString!=NULL' is redundant or there is possible null pointer dereference: klassString. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:555:19: note: Assuming that condition 'klassString!=NULL' is not redundant
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:547:18: note: Null pointer dereference
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:550:19: warning: Either the condition 'nameString!=NULL' is redundant or there is possible null pointer dereference: nameString. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:554:18: note: Assuming that condition 'nameString!=NULL' is not redundant
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:550:19: note: Null pointer dereference
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:551:18: warning: Either the condition 'nameString!=NULL' is redundant or there is possible null pointer dereference: nameString. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:554:18: note: Assuming that condition 'nameString!=NULL' is not redundant
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:551:18: note: Null pointer dereference
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:552:19: warning: Either the condition 'signatureString!=NULL' is redundant or there is possible null pointer dereference: signatureString. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:556:23: note: Assuming that condition 'signatureString!=NULL' is not redundant
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:552:19: note: Null pointer dereference
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:195:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:193:0: note: Variable 'err' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:195:3: note: Variable 'err' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1463:2: style: Label 'fail' is not used. [unusedLabel]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1501:30: style: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.h:60:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1501:30: note: Function 'Jframe_iter' argument 1 names different: declaration 'agent' definition 'J'.
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1418:36: error: Uninitialized variable: fp [uninitvar]
hotspot-jdk8u112-b16/src/os/solaris/dtrace/libjvm_db.c:1439:26: error: Uninitialized variable: sender_sp [uninitvar]
hotspot-jdk8u112-b16/src/os/solaris/vm/attachListener_solaris.cpp:159:3: style: Class 'SolarisAttachOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/os/solaris/vm/jsig.c:134:8: style: The scope of the variable 'sigblocked' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/os/solaris/vm/os_solaris.cpp:1884:0: error: #error Method os::dll_load requires that one of following is defined:\ [preprocessorErrorDirective]
hotspot-jdk8u112-b16/src/os/solaris/vm/perfMemory_solaris.cpp:594:32: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk8u112-b16/src/os/solaris/vm/perfMemory_solaris.cpp:592:53: note: outer condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk8u112-b16/src/os/solaris/vm/perfMemory_solaris.cpp:594:32: note: identical inner condition: statbuf.st_ctime>oldest_ctime
hotspot-jdk8u112-b16/src/os/solaris/vm/perfMemory_solaris.cpp:403:7: style: The scope of the variable 'result' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/os/solaris/vm/perfMemory_solaris.cpp:406:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/os/windows/vm/attachListener_windows.cpp:182:40: warning: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename' [funcArgOrderDifferent]
hotspot-jdk8u112-b16/src/os/windows/vm/attachListener_windows.cpp:104:28: note: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename'
hotspot-jdk8u112-b16/src/os/windows/vm/attachListener_windows.cpp:182:40: note: Function 'enqueue' argument order different: declaration 'cmd, arg1, arg2, arg3, pipename' definition 'cmd, arg0, arg1, arg2, pipename'
hotspot-jdk8u112-b16/src/os/windows/vm/decoder_windows.cpp:192:10: style: Variable 'symbolInfo' is not assigned a value. [unassignedVariable]
hotspot-jdk8u112-b16/src/os/windows/vm/decoder_windows.cpp:31:3: performance: Variable '_dbghelp_handle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/os/windows/vm/jvm_windows.cpp:123:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/os/windows/vm/os_windows.cpp:1592:0: error: #error Method os::dll_load requires that one of following \ [preprocessorErrorDirective]
hotspot-jdk8u112-b16/src/os/windows/vm/perfMemory_windows.cpp:700:3: style: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk8u112-b16/src/os/windows/vm/perfMemory_windows.cpp:695:0: note: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/os/windows/vm/perfMemory_windows.cpp:700:3: note: Variable 'fmh' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:245:3: warning: sprintf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
hotspot-jdk8u112-b16/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:127:34: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:163:32: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp:64:3: error: Address of auto-variable 'dummy' returned [returnAddressOfAutoVariable]
hotspot-jdk8u112-b16/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:118:34: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:154:32: style: Variable 'vmthread' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:556:6: warning: Either the condition 'uc!=NULL' is redundant or there is possible null pointer dereference: uc. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:375:26: note: Assuming that condition 'uc!=NULL' is not redundant
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:556:6: note: Null pointer dereference
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:352:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:354:7: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:352:12: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:274:8: style: The scope of the variable 'lwpstatusfile' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:275:7: style: The scope of the variable 'lwpfd' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp:256:16: style: Variable 'dummy' is not assigned a value. [unassignedVariable]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:446:24: style: union member 'Anonymous1::__pad' is never used. [unusedStructMember]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:131:15: warning: Assert statement calls a function which may have desired side effects: 'is_inconsistent'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:161:29: warning: Assert statement calls a function which may have desired side effects: 'is_inconsistent'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:115:5: warning: Member variable 'UniqueValueVisitor::_value' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:63:9: style: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:192:100: note: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:63:9: note: Member variable 'PICL::_dl_handle' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:125:10: style: Technically the member function 'PICL::UniqueValueVisitor::is_initial' can be const. [functionConst]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:126:10: style: Technically the member function 'PICL::UniqueValueVisitor::is_assigned' can be const. [functionConst]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:127:10: style: Technically the member function 'PICL::UniqueValueVisitor::is_inconsistent' can be const. [functionConst]
hotspot-jdk8u112-b16/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:115:5: style: Class 'UniqueValueVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp:410:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
hotspot-jdk8u112-b16/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp:412:7: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk8u112-b16/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp:410:12: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk8u112-b16/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp:260:8: style: The scope of the variable 'lwpstatusfile' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp:261:7: style: The scope of the variable 'lwpfd' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/os_cpu/windows_x86/vm/os_windows_x86.cpp:458:7: style: Variable 'dummy' is not assigned a value. [unassignedVariable]
hotspot-jdk8u112-b16/src/os_cpu/windows_x86/vm/os_windows_x86.cpp:460:3: error: Address of auto-variable 'dummy' returned [returnAddressOfAutoVariable]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis-demo.c:225:5: portability: %p in format string (no. 1) requires an address but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_p]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis-demo.c:225:5: portability: %p in format string (no. 2) requires an address but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_p]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis-demo.c:244:5: portability: %p in format string (no. 1) requires an address but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_p]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis-demo.c:244:5: portability: %p in format string (no. 2) requires an address but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_p]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis-demo.c:244:5: warning: printf format string requires 2 parameters but 3 are given. [wrongPrintfScanfArgNum]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis-demo.c:223:9: style: The scope of the variable 'res' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis-demo.c:242:9: style: The scope of the variable 'sres' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis-demo.c:74:50: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:466:11: style: Condition 'res==NULL' is always true [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:450:21: note: Assignment 'res=NULL', assigned value is 0
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:466:11: note: Condition 'res==NULL' is always true
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:466:11: style: Same expression on both sides of '==' because the value of 'res' and 'NULL' are the same. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:450:21: note: 'res' is assigned value 'NULL' here.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:466:11: note: Same expression on both sides of '==' because the value of 'res' and 'NULL' are the same.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:141:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:101:47: style: Function 'decode_instructions_virtual' argument 5 names different: declaration 'event_callback' definition 'event_callback_arg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.h:59:43: note: Function 'decode_instructions_virtual' argument 5 names different: declaration 'event_callback' definition 'event_callback_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:101:47: note: Function 'decode_instructions_virtual' argument 5 names different: declaration 'event_callback' definition 'event_callback_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:101:74: style: Function 'decode_instructions_virtual' argument 6 names different: declaration 'event_stream' definition 'event_stream_arg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.h:60:41: note: Function 'decode_instructions_virtual' argument 6 names different: declaration 'event_stream' definition 'event_stream_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:101:74: note: Function 'decode_instructions_virtual' argument 6 names different: declaration 'event_stream' definition 'event_stream_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:102:47: style: Function 'decode_instructions_virtual' argument 7 names different: declaration 'printf_callback' definition 'printf_callback_arg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.h:61:41: note: Function 'decode_instructions_virtual' argument 7 names different: declaration 'printf_callback' definition 'printf_callback_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:102:47: note: Function 'decode_instructions_virtual' argument 7 names different: declaration 'printf_callback' definition 'printf_callback_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:102:74: style: Function 'decode_instructions_virtual' argument 8 names different: declaration 'printf_stream' definition 'printf_stream_arg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.h:62:41: note: Function 'decode_instructions_virtual' argument 8 names different: declaration 'printf_stream' definition 'printf_stream_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:102:74: note: Function 'decode_instructions_virtual' argument 8 names different: declaration 'printf_stream' definition 'printf_stream_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:125:39: style: Function 'decode_instructions' argument 3 names different: declaration 'event_callback' definition 'event_callback_arg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.h:72:29: note: Function 'decode_instructions' argument 3 names different: declaration 'event_callback' definition 'event_callback_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:125:39: note: Function 'decode_instructions' argument 3 names different: declaration 'event_callback' definition 'event_callback_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:125:66: style: Function 'decode_instructions' argument 4 names different: declaration 'event_stream' definition 'event_stream_arg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.h:73:27: note: Function 'decode_instructions' argument 4 names different: declaration 'event_stream' definition 'event_stream_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:125:66: note: Function 'decode_instructions' argument 4 names different: declaration 'event_stream' definition 'event_stream_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:126:39: style: Function 'decode_instructions' argument 5 names different: declaration 'printf_callback' definition 'printf_callback_arg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.h:74:29: note: Function 'decode_instructions' argument 5 names different: declaration 'printf_callback' definition 'printf_callback_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:126:39: note: Function 'decode_instructions' argument 5 names different: declaration 'printf_callback' definition 'printf_callback_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:126:66: style: Function 'decode_instructions' argument 6 names different: declaration 'printf_stream' definition 'printf_stream_arg'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.h:75:27: note: Function 'decode_instructions' argument 6 names different: declaration 'printf_stream' definition 'printf_stream_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:126:66: note: Function 'decode_instructions' argument 6 names different: declaration 'printf_stream' definition 'printf_stream_arg'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:281:40: style: Function 'setup_app_data' argument 2 names different: declaration 'options' definition 'caller_options'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:90:40: note: Function 'setup_app_data' argument 2 names different: declaration 'options' definition 'caller_options'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:281:40: note: Function 'setup_app_data' argument 2 names different: declaration 'options' definition 'caller_options'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:440:61: style: Function 'find_arch_info' argument 1 names different: declaration 'arch_nane' definition 'arch_name'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:268:61: note: Function 'find_arch_info' argument 1 names different: declaration 'arch_nane' definition 'arch_name'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:440:61: note: Function 'find_arch_info' argument 1 names different: declaration 'arch_nane' definition 'arch_name'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:524:49: style: Function 'init_disassemble_info_from_bfd' argument 4 names different: declaration 'bfd' definition 'abfd'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:275:49: note: Function 'init_disassemble_info_from_bfd' argument 4 names different: declaration 'bfd' definition 'abfd'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:524:49: note: Function 'init_disassemble_info_from_bfd' argument 4 names different: declaration 'bfd' definition 'abfd'.
hotspot-jdk8u112-b16/src/share/tools/hsdis/hsdis.c:446:10: error: Dead pointer usage. Pointer 'arch_info' is dead if it has been assigned '&bfd_default_arch_struct' at line 444. [deadpointer]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:458:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:339:26: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:347:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:356:15: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:364:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:382:32: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:390:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1671:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1688:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:2871:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:3341:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:667:3: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:660:0: note: Variable 'name' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:667:3: note: Variable 'name' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:3440:3: style: Variable 'sizeOfInstr' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:3434:0: note: Variable 'sizeOfInstr' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:3440:3: note: Variable 'sizeOfInstr' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:4479:3: style: Variable 'expr' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:4476:0: note: Variable 'expr' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:4479:3: note: Variable 'expr' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:88:9: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1194:8: style: The scope of the variable 'in_register' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1326:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1633:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1717:10: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:4106:17: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:4431:9: style: The scope of the variable 'next' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:4901:16: style: The scope of the variable 'ident' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:31:32: style: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:280:23: note: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:31:32: note: Function 'ADLParser' argument 1 names different: declaration 'buf' definition 'buffer'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1631:46: style: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:139:37: note: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1631:46: note: Function 'resource_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1716:47: style: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:140:38: note: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1716:47: note: Function 'pipe_desc_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1752:48: style: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:141:39: note: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:1752:48: note: Function 'pipe_class_parse' argument 1 names different: declaration 'pipe' definition 'pipeline'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:3433:43: style: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:172:43: note: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:3433:43: note: Function 'size_parse' argument 1 names different: declaration 'insr' definition 'instr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:3468:48: style: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:171:45: note: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:3468:48: note: Function 'opcode_parse' argument 1 names different: declaration 'insr' definition 'instr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:4392:65: style: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:157:60: note: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:4392:65: note: Function 'matchChild_parse' argument 2 names different: declaration 'depth' definition 'parens'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:4475:39: style: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:247:30: note: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:4475:39: note: Function 'get_expr' argument 1 names different: declaration 'description' definition 'desc'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:5263:49: style: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:287:47: note: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:5263:49: note: Function 'is_literal_constant' argument 1 names different: declaration 'hex_string' definition 'param'.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:2774:5: style: Variable 'lparen' is modified but its new value is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:2739:0: style: Variable 'rparen' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:2740:0: style: Variable 'icount' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:2834:14: style: Variable 'line' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:3209:30: style: Variable 'encode_class' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_curchar' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_preproc_taken' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:31:12: warning: Member variable 'ADLParser::_preproc_else' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:127:9: style: Member variable 'Form::_ftype' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:150:36: note: Member variable 'Form::_ftype' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:127:9: note: Member variable 'Form::_ftype' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:79:13: style: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:33:5: note: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:79:13: note: Member variable 'ADLParser::_globalNames' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.hpp:83:8: style: Technically the member function 'FileBuff::getoff' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:118:7: style: Technically the member function 'DictI::test' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:410:7: style: Technically the member function 'NameAndList::count' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:430:8: style: Technically the member function 'ComponentList::operatordelete' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:436:8: style: Technically the member function 'ComponentList::match_count' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:325:8: style: Technically the member function 'AllocClass::size' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:508:8: style: Technically the member function 'PipeClassForm::hasFixedLatency' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:509:7: style: Technically the member function 'PipeClassForm::fixedLatency' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:556:19: style: Technically the member function 'Peephole::peephole_number' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:670:9: style: Technically the member function 'PeepChild::use_leaf_operand' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:671:9: style: Technically the member function 'PeepChild::generate_an_instruction' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:263:23: style: Technically the member function 'InstructForm::is_short_branch' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:272:23: style: Technically the member function 'InstructForm::has_short_branch_form' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:277:23: style: Technically the member function 'InstructForm::alignment' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:282:23: style: Technically the member function 'InstructForm::num_unique_opnds' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:283:23: style: Technically the member function 'InstructForm::unique_opnds_idx' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:367:15: style: Technically the member function 'EncClass::num_args' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:876:8: style: Technically the member function 'AttributeForm::type' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:87:15: style: Technically the member function 'MatchList::get_cost' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:225:15: style: Technically the member function 'ArchDesc::getForm' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:354:17: style: Technically the member function 'ArchDesc::can_cisc_spill' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:107:8: performance: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:304:17: note: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:107:8: note: Technically the member function 'ADLParser::matchrule_clone_and_swap' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:210:8: style: Technically the member function 'ADLParser::preproc_taken' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:258:16: style: Technically the member function 'ADLParser::cur_char' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.cpp:5221:17: note: Technically the member function 'ADLParser::cur_char' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:258:16: note: Technically the member function 'ADLParser::cur_char' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/adlparse.hpp:285:7: style: Technically the member function 'ADLParser::linenum' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:540:13: warning: The class 'Peephole' defines member variable with name '_next' also defined in its parent class 'Form'. [duplInheritedMember]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:131:9: note: Parent variable 'Form::_next'
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:540:13: note: Derived variable 'Peephole::_next'
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:601:19: warning: The class 'PeepConstraint' defines member variable with name '_next' also defined in its parent class 'Form'. [duplInheritedMember]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:131:9: note: Parent variable 'Form::_next'
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:601:19: note: Derived variable 'PeepConstraint::_next'
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.hpp:75:3: style: Class 'Chunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.hpp:107:3: style: Class 'Arena' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.hpp:108:3: style: Class 'Arena' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:115:3: style: Class 'DictI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:378:3: style: Class 'PreserveIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:399:3: style: Class 'NameAndList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:480:3: style: Class 'SourceForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:491:3: style: Class 'HeaderForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:498:3: style: Class 'PreHeaderForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:523:3: style: Class 'Expr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:180:3: style: Class 'RegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:236:3: style: Class 'CodeSnippetRegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:283:3: style: Class 'ConditionalRegClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:322:3: style: Class 'AllocClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:422:3: style: Class 'ResourceForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:579:3: style: Class 'PeepMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:639:3: style: Class 'PeepReplace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:664:3: style: Class 'PeepChild' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:357:3: style: Class 'EncClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:390:3: style: Class 'MachNodeForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:482:3: style: Class 'Effect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:548:3: style: Class 'OpClassForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:589:3: style: Class 'OperandForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:722:3: style: Class 'Predicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:738:3: style: Class 'Interface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:845:3: style: Class 'ConstructRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1008:3: style: Class 'MatchRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1087:3: style: Class 'FormatRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:485:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:485:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:486:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:486:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:493:23: style: The function 'classname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:483:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:493:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:500:23: style: The function 'classname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:483:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:500:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:120:14: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:120:14: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:122:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:122:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:123:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:123:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:155:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:155:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:156:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:156:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:198:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:198:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:199:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:199:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:245:8: style: The function 'set_stack_version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:204:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:245:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:248:8: style: The function 'declare_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:208:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:248:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:249:8: style: The function 'build_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:209:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:249:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:286:16: style: The function 'set_stack_version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:204:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:286:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:293:8: style: The function 'declare_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:208:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:293:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:294:8: style: The function 'build_register_masks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:209:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:294:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:327:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:327:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:328:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:328:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:363:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:363:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:364:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:364:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:403:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:403:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:404:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:404:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:419:26: style: The function 'is_resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:141:26: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:419:26: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:425:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:425:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:426:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:426:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:450:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:450:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:451:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:451:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:474:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:474:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:475:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:475:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:501:27: style: The function 'is_pipeclass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:142:26: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:501:27: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:525:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:525:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:526:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:526:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:562:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:562:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:563:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:563:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:594:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:594:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:595:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:595:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:624:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:624:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:625:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:625:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:652:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:652:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:653:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:653:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:673:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:673:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:674:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:674:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:126:25: style: The function 'is_instruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:137:26: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:126:25: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:128:23: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:153:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:128:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:308:16: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:308:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:310:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:310:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:311:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:311:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:333:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:333:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:334:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:334:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:376:8: style: The function 'verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:159:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:376:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:377:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:377:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:378:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:378:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:393:25: style: The function 'is_machnode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:138:26: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:393:25: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:395:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:395:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:396:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:396:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:423:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:423:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:424:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:424:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:468:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:468:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:469:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:469:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:486:19: style: The function 'is_effect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:140:26: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:486:19: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:493:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:493:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:494:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:494:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:515:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:515:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:516:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:516:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:534:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:534:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:535:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:535:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:552:32: style: The function 'is_opclass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:135:26: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:552:32: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:553:32: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:213:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:553:32: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:556:32: style: The function 'is_cisc_mem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:146:26: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:556:32: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:563:16: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:153:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:563:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:564:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:564:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:565:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:565:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:594:24: style: The function 'is_operand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:136:26: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:594:24: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:596:23: style: The function 'ideal_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:563:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:596:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:597:31: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:553:32: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:597:31: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:598:32: style: The function 'stack_slots_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:554:32: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:598:32: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:612:23: style: The function 'is_cisc_reg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:145:26: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:612:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:691:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:564:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:691:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:692:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:565:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:692:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:709:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:709:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:710:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:710:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:725:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:725:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:726:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:726:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:741:31: style: The function 'interface_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:213:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:741:31: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:749:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:749:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:750:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:750:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:762:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:762:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:763:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:763:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:775:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:775:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:776:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:776:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:794:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:794:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:795:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:795:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:831:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:831:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:832:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:832:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:848:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:848:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:849:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:849:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:874:26: style: The function 'is_attribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:139:26: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:874:26: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:881:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:881:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:882:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:882:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:908:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:908:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:909:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:909:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:991:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:991:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:992:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:992:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1013:16: style: The function 'append_components' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:954:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1013:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1047:16: style: The function 'equivalent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:986:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1047:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1051:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1051:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1053:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1053:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1071:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1071:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1072:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1072:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1090:8: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:161:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1090:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1091:8: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:163:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1091:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:128:7: style: Condition '!chains_exist' is always true [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:117:25: note: Assignment 'chains_exist=false', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:128:7: note: Condition '!chains_exist' is always true
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:261:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:295:8: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:313:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:330:8: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:353:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:385:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:397:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:427:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:434:15: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:566:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:620:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:631:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:642:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:656:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:666:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:897:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:504:3: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:502:0: note: Variable 'index' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:504:3: note: Variable 'index' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1026:3: style: Variable 'opForm' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1022:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1026:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1030:3: style: Variable 'opForm' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1026:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1030:3: note: Variable 'opForm' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:792:15: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:734:39: style: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:201:31: note: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:734:39: note: Function 'initKeywords' argument 1 names different: declaration 'globals' definition 'names'.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:789:49: style: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:338:42: note: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:789:49: note: Function 'emit_msg' argument 3 names different: declaration 'linenum' definition 'line'.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:842:57: style: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:257:49: note: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:842:57: note: Function 'reg_class_to_reg_mask' argument 1 names different: declaration 'reg_class' definition 'rc_name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:880:46: style: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:256:38: note: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:880:46: note: Function 'reg_mask' argument 1 names different: declaration 'instForm' definition 'inForm'.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:300:31: style: Variable 'has_root' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:408:21: style: Variable 'rule' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1043:12: style: Variable 'opForm' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:99:17: style: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:171:5: note: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:99:17: note: Member variable 'ArchDesc::_idealIndex' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:190:8: style: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:174:5: note: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:190:8: note: Member variable 'ArchDesc::_chainRules' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:122:17: style: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:175:5: note: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:122:17: note: Member variable 'ArchDesc::_cisc_spill_operand' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:92:15: performance: Technically the member function 'MatchList::output' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:160:17: note: Technically the member function 'MatchList::output' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:92:15: note: Technically the member function 'MatchList::output' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:201:8: performance: Technically the member function 'ArchDesc::initKeywords' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:734:16: note: Technically the member function 'ArchDesc::initKeywords' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:201:8: note: Technically the member function 'ArchDesc::initKeywords' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:231:8: performance: Technically the member function 'ArchDesc::check_optype' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:407:16: note: Technically the member function 'ArchDesc::check_optype' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:231:8: note: Technically the member function 'ArchDesc::check_optype' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:235:15: performance: Technically the member function 'ArchDesc::getMatchListIndex' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:367:23: note: Technically the member function 'ArchDesc::getMatchListIndex' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:235:15: note: Technically the member function 'ArchDesc::getMatchListIndex' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:244:15: style: Technically the member function 'ArchDesc::reduceLeft' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:383:23: note: Technically the member function 'ArchDesc::reduceLeft' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:244:15: note: Technically the member function 'ArchDesc::reduceLeft' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:245:15: style: Technically the member function 'ArchDesc::reduceRight' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:395:23: note: Technically the member function 'ArchDesc::reduceRight' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:245:15: note: Technically the member function 'ArchDesc::reduceRight' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:248:15: performance: Technically the member function 'ArchDesc::machOperEnum' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1159:23: note: Technically the member function 'ArchDesc::machOperEnum' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:248:15: note: Technically the member function 'ArchDesc::machOperEnum' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:281:8: performance: Technically the member function 'ArchDesc::buildMustCloneMap' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1170:16: note: Technically the member function 'ArchDesc::buildMustCloneMap' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:281:8: note: Technically the member function 'ArchDesc::buildMustCloneMap' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:284:8: performance: Technically the member function 'ArchDesc::addSunCopyright' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1090:16: note: Technically the member function 'ArchDesc::addSunCopyright' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:284:8: note: Technically the member function 'ArchDesc::addSunCopyright' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:286:8: performance: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1101:16: note: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:286:8: note: Technically the member function 'ArchDesc::addIncludeGuardStart' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:288:8: performance: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1112:16: note: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:288:8: note: Technically the member function 'ArchDesc::addIncludeGuardEnd' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:290:8: performance: Technically the member function 'ArchDesc::addInclude' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1121:16: note: Technically the member function 'ArchDesc::addInclude' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:290:8: note: Technically the member function 'ArchDesc::addInclude' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:291:8: performance: Technically the member function 'ArchDesc::addInclude' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.cpp:1126:16: note: Technically the member function 'ArchDesc::addInclude' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:291:8: note: Technically the member function 'ArchDesc::addInclude' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.cpp:27:34: style: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.hpp:73:29: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'.
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.cpp:27:34: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'requested_size'.
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.cpp:73:22: style: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.hpp:108:16: note: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'.
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.cpp:73:22: note: Function 'Arena' argument 1 names different: declaration 'old' definition 'a'.
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.cpp:46:15: warning: The 2nd memset() argument '3131947710U' doesn't fit into an 'unsigned char'. [memsetValueOutOfRange]
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.hpp:100:10: style: Member variable 'Arena::_first' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.cpp:74:52: note: Member variable 'Arena::_first' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.hpp:100:10: note: Member variable 'Arena::_first' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.hpp:46:9: style: Technically the member function 'CHeapObj::operatordelete' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.cpp:170:16: note: Technically the member function 'CHeapObj::operatordelete' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.hpp:46:9: note: Technically the member function 'CHeapObj::operatordelete' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.cpp:60:12: style: Class 'Arena' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/arena.cpp:60:12: style: Class 'Arena' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:66:41: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:67:41: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:322:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:337:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:856:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:862:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:869:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:879:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:887:59: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:951:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:959:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:1037:73: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:947:15: style: The scope of the variable 'x' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:239:47: style: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:131:39: note: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:239:47: note: Function 'gen_match' argument 2 names different: declaration 'mlist' definition 'mList'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:311:69: style: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:132:61: note: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:311:69: note: Function 'chain_rule' argument 3 names different: declaration 'ideal' definition 'operand'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:593:51: style: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:241:43: note: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:593:51: note: Function 'gen_dfa_state_body' argument 2 names different: declaration 'minmize' definition 'minimize'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:593:92: style: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:241:83: note: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:593:92: note: Function 'gen_dfa_state_body' argument 4 names different: declaration 'chained' definition 'operands_chained_from'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:949:9: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:902:21: warning: Member variable 'ExprDict::_expr' is not assigned a value in 'ExprDict::operator='. [operatorEqVarError]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:106:3: warning: Member variable 'ProductionState::_constraint' is not initialized in the constructor. [uninitMemberVarPrivate]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:107:3: warning: Member variable 'ProductionState::_constraint' is not initialized in the constructor. [uninitMemberVarPrivate]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:902:21: style: 'operator=' should either return reference to 'this' instance or be declared private and left unimplemented. [operatorEqShouldBeLeftUnimplemented]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:552:15: performance: Technically the member function 'Expr::compute_expr' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:740:19: note: Technically the member function 'Expr::compute_expr' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:552:15: note: Technically the member function 'Expr::compute_expr' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:553:15: performance: Technically the member function 'Expr::compute_min' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:759:11: note: Technically the member function 'Expr::compute_min' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:553:15: note: Technically the member function 'Expr::compute_min' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:554:15: performance: Technically the member function 'Expr::compute_max' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:766:11: note: Technically the member function 'Expr::compute_max' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:554:15: note: Technically the member function 'Expr::compute_max' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:555:15: performance: Technically the member function 'Expr::compute_external' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:715:19: note: Technically the member function 'Expr::compute_external' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:555:15: note: Technically the member function 'Expr::compute_external' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:135:8: style: Technically the member function 'ArchDesc::expand_opclass' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:293:16: note: Technically the member function 'ArchDesc::expand_opclass' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:135:8: note: Technically the member function 'ArchDesc::expand_opclass' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:138:8: performance: Technically the member function 'ArchDesc::prune_matchlist' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:361:16: note: Technically the member function 'ArchDesc::prune_matchlist' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:138:8: note: Technically the member function 'ArchDesc::prune_matchlist' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:83:3: style: Class 'ProductionState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/dfa.cpp:76:1: warning: The class 'ProductionState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:77:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:105:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:141:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:155:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:64:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:55:19: style: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:58:16: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:55:19: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:55:33: style: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:58:26: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:55:33: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:59:19: style: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:59:16: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:59:19: note: Function 'Dict' argument 1 names different: declaration 'cmp' definition 'initcmp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:59:33: style: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:59:26: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:59:33: note: Function 'Dict' argument 2 names different: declaration 'hash' definition 'inithash'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:243:35: style: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:84:31: note: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:243:35: note: Function 'operator==' argument 1 names different: declaration 'd' definition 'd2'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:285:25: style: Function 'hashstr' argument 1 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:92:25: note: Function 'hashstr' argument 1 names different: declaration 's' definition 't'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:285:25: note: Function 'hashstr' argument 1 names different: declaration 's' definition 't'.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:146:13: warning: Size of pointer '_bin' used instead of size of its data. [pointerSize]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:250:32: warning: Size of pointer '_bin' used instead of size of its data. [pointerSize]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:290:17: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:115:3: warning: Member variable 'DictI::_key' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:115:3: warning: Member variable 'DictI::_value' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:55:77: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:59:91: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:46:16: style: Member variable 'Dict::_arena' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.cpp:140:90: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/dict2.hpp:46:16: note: Member variable 'Dict::_arena' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:32:35: style: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.hpp:72:26: note: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:32:35: note: Function 'FileBuff' argument 1 names different: declaration 'fp' definition 'fptr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:94:53: style: Function 'FileBuffRegion' argument 2 names different: declaration 'sol' definition 'soln'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.hpp:100:33: note: Function 'FileBuffRegion' argument 2 names different: declaration 'sol' definition 'soln'.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:94:53: note: Function 'FileBuffRegion' argument 2 names different: declaration 'sol' definition 'soln'.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:94:63: style: Function 'FileBuffRegion' argument 3 names different: declaration 'line' definition 'ln'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.hpp:100:42: note: Function 'FileBuffRegion' argument 3 names different: declaration 'line' definition 'ln'.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:94:63: note: Function 'FileBuffRegion' argument 3 names different: declaration 'line' definition 'ln'.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:95:37: style: Function 'FileBuffRegion' argument 4 names different: declaration 'offset' definition 'off'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.hpp:100:52: note: Function 'FileBuffRegion' argument 4 names different: declaration 'offset' definition 'off'.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:95:37: note: Function 'FileBuffRegion' argument 4 names different: declaration 'offset' definition 'off'.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:262:14: style: Variable 'off3' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.hpp:64:13: style: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:32:74: note: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.hpp:64:13: note: Member variable 'FileBuff::_AD' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.hpp:95:7: style: Member variable 'FileBuffRegion::_offset' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:96:38: note: Member variable 'FileBuffRegion::_offset' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.hpp:95:7: note: Member variable 'FileBuffRegion::_offset' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:48:3: style: Class 'FileBuff' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/filebuff.cpp:48:3: style: Class 'FileBuff' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:321:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:327:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:352:59: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:212:54: style: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:182:51: note: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:212:54: note: Function 'ideal_to_const_type' argument 1 names different: declaration 'ideal_type_name' definition 'name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:121:18: error: Boolean value assigned to pointer. [assignBoolToPointer]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:337:21: warning: Member variable 'FormDict::_form' is not assigned a value in 'FormDict::operator='. [operatorEqVarError]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:337:21: style: 'operator=' should either return reference to 'this' instance or be declared private and left unimplemented. [operatorEqShouldBeLeftUnimplemented]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:182:19: performance: Technically the member function 'Form::ideal_to_const_type' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:212:22: note: Technically the member function 'Form::ideal_to_const_type' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:182:19: note: Technically the member function 'Form::ideal_to_const_type' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:184:19: performance: Technically the member function 'Form::ideal_to_sReg_type' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:227:22: note: Technically the member function 'Form::ideal_to_sReg_type' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:184:19: note: Technically the member function 'Form::ideal_to_sReg_type' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:186:19: performance: Technically the member function 'Form::ideal_to_Reg_type' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:238:22: note: Technically the member function 'Form::ideal_to_Reg_type' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:186:19: note: Technically the member function 'Form::ideal_to_Reg_type' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:189:18: performance: Technically the member function 'Form::is_load_from_memory' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:251:22: note: Technically the member function 'Form::is_load_from_memory' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:189:18: note: Technically the member function 'Form::is_load_from_memory' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:191:18: performance: Technically the member function 'Form::is_store_to_memory' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:273:22: note: Technically the member function 'Form::is_store_to_memory' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:191:18: note: Technically the member function 'Form::is_store_to_memory' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:351:15: style: Technically the member function 'NameList::current' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:72:24: note: Technically the member function 'NameList::current' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:351:15: note: Technically the member function 'NameList::current' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:352:15: style: Technically the member function 'NameList::peek' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:73:24: note: Technically the member function 'NameList::peek' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:352:15: note: Technically the member function 'NameList::peek' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:355:9: performance: Technically the member function 'NameList::is_signal' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:82:17: note: Technically the member function 'NameList::is_signal' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:355:9: note: Technically the member function 'NameList::is_signal' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:359:15: style: Technically the member function 'NameList::name' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:107:24: note: Technically the member function 'NameList::name' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:359:15: note: Technically the member function 'NameList::name' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:362:9: style: Technically the member function 'NameList::output' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:113:18: note: Technically the member function 'NameList::output' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.hpp:362:9: note: Technically the member function 'NameList::output' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:43:3: style: Class 'NameList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:43:3: style: Class 'NameList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk8u112-b16/src/share/vm/adlc/forms.cpp:51:21: error: Common realloc mistake: '_names' nulled but not freed upon failure [memleakOnRealloc]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:225:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:568:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:573:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:96:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:107:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:114:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:120:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:178:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:182:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:186:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:252:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:265:36: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:289:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:311:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:423:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:546:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:609:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:42:36: style: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:101:31: note: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:42:36: note: Function 'addRegDef' argument 1 names different: declaration 'regName' definition 'name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:43:69: style: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:102:65: note: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:43:69: note: Function 'addRegDef' argument 6 names different: declaration 'concreteName' definition 'concrete'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:64:47: style: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:105:35: note: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:64:47: note: Function 'addAllocClass' argument 1 names different: declaration 'allocName' definition 'className'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:193:86: style: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:144:33: note: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:193:86: note: Function 'RegDef' argument 5 names different: declaration 'encoding' definition 'encode'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:206:38: style: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:148:36: note: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:206:38: note: Function 'set_register_num' argument 1 names different: declaration 'new_register_num' definition 'register_num'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:251:48: style: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:188:40: note: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:251:48: note: Function 'get_RegDef' argument 1 names different: declaration 'regDef_name' definition 'rd_name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:649:37: style: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:551:29: note: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:649:37: note: Function 'add_match' argument 1 names different: declaration 'only_one_match' definition 'match'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:662:41: style: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:553:33: note: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:662:41: note: Function 'add_replace' argument 1 names different: declaration 'only_one_replacement' definition 'replace'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:759:45: style: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:620:31: note: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:759:45: note: Function 'append' argument 1 names different: declaration 'next_peep_constraint' definition 'next_constraint'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:805:50: style: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:648:40: note: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:805:50: note: Function 'next_instruction' argument 1 names different: declaration 'root' definition 'inst'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:807:37: style: Variable 'inst_num' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:808:30: style: Variable 'inst_operand' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:811:22: style: Variable 'inst' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:33:15: warning: Member variable 'RegisterForm::_current_ac' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:366:22: warning: Member variable 'ConditionalRegClass::_rclasses' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:430:12: warning: Member variable 'FrameForm::_direction' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:430:12: warning: Member variable 'FrameForm::_sync_stack_slots' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:430:12: warning: Member variable 'FrameForm::_inline_cache_reg' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:430:12: warning: Member variable 'FrameForm::_interpreter_method_oop_reg' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:430:12: warning: Member variable 'FrameForm::_cisc_spilling_operand_name' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:430:12: warning: Member variable 'FrameForm::_return_addr_loc' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:430:12: warning: Member variable 'FrameForm::_c_return_addr_loc' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:134:15: style: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:197:5: note: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:134:15: note: Member variable 'RegDef::_concrete' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:172:15: style: Member variable 'RegClass::_classid' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:233:65: note: Member variable 'RegClass::_classid' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:172:15: note: Member variable 'RegClass::_classid' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:377:14: style: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:462:6: note: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:377:14: note: Member variable 'PipelineForm::_rescount' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:569:9: style: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:684:54: note: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:569:9: note: Member variable 'PeepMatch::_rule' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:601:19: style: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:743:51: note: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:601:19: note: Member variable 'PeepConstraint::_next' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:586:9: style: Technically the member function 'PeepMatch::max_position' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.cpp:702:18: note: Technically the member function 'PeepMatch::max_position' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/formsopt.hpp:586:9: note: Technically the member function 'PeepMatch::max_position' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1427:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1428:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1434:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1434:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1434:9: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1437:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1437:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1437:9: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1447:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2464:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2507:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2517:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2529:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2530:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2530:22: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2532:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2532:22: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2533:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2534:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2535:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2612:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2613:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2614:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2615:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2616:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:107:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:753:8: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:759:8: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:799:54: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:923:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:940:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:987:28: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1216:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1559:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1567:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1592:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1772:32: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1777:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1797:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1855:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1894:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1947:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1962:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2052:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2074:54: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2341:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2455:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2680:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2692:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2696:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2700:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2704:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2848:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2936:46: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2937:46: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2939:32: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3264:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3266:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3352:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3353:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3370:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3371:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3843:4: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1201:3: style: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1195:0: note: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1201:3: note: Variable 'cisc_spill_operand' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3553:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3557:3: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3553:8: note: Found duplicate branches for 'if' and 'else'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:631:16: warning: Redundant assignment of 'oper' to itself. [selfAssignment]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2315:19: warning: Redundant assignment of 'reg_class' to itself. [selfAssignment]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1361:10: style: The scope of the variable 'count' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2549:17: style: The scope of the variable 'type' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:175:46: style: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:145:49: note: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:175:46: note: Function 'append_peephole' argument 1 names different: declaration 'peep' definition 'peephole'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:185:51: style: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:151:46: note: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:185:51: note: Function 'ideal_Opcode' argument 1 names different: declaration 'globals' definition 'globalNames'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:495:31: style: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:182:80: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:495:31: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:502:31: style: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:183:80: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:502:31: note: Function 'is_chain_of_constant' argument 2 names different: declaration 'opType' definition 'opTypeParam'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:502:58: style: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:183:102: note: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:502:58: note: Function 'is_chain_of_constant' argument 3 names different: declaration 'result_type' definition 'resultParam'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1190:63: style: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:250:66: note: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1190:63: note: Function 'cisc_spills_to' argument 2 names different: declaration 'alternate' definition 'instr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1616:37: style: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:371:29: note: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1616:37: note: Function 'add_code' argument 1 names different: declaration 'string_preceding_replacement_var' definition 'code'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1694:56: style: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:421:57: note: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1694:56: note: Function 'as_opcode_type' argument 1 names different: declaration 'designator' definition 'param'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1756:42: style: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:449:34: note: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1756:42: note: Function 'add_encode' argument 1 names different: declaration 'encode_method_name' definition 'encoding'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2223:59: style: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:630:56: note: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2223:59: note: Function 'interface_ideal_type' argument 2 names different: declaration 'field_name' definition 'field'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2273:51: style: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:639:56: note: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2273:51: note: Function 'is_interface_field' argument 1 names different: declaration 'field_name' definition 'field'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2358:72: style: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:662:77: note: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2358:72: note: Function 'constant_position' argument 2 names different: declaration 'comp' definition 'last'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2386:67: style: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:663:72: note: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2386:67: note: Function 'constant_position' argument 2 names different: declaration 'local_name' definition 'name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2396:67: style: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:668:72: note: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2396:67: note: Function 'register_position' argument 2 names different: declaration 'regname' definition 'reg_name'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2527:50: style: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:684:54: note: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2527:50: note: Function 'format_constant' argument 2 names different: declaration 'con_index' definition 'const_index'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2527:68: style: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:684:70: note: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2527:68: note: Function 'format_constant' argument 3 names different: declaration 'con_type' definition 'const_type'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2543:54: style: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:665:65: note: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2543:54: note: Function 'constant_operand' argument 2 names different: declaration 'const_index' definition 'index'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2606:40: style: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:687:44: note: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2606:40: note: Function 'access_constant' argument 3 names different: declaration 'con_index' definition 'const_index'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3153:68: style: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:943:63: note: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3153:68: note: Function 'MatchNode' argument 3 names different: declaration 'expr' definition 'mexpr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3162:47: style: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:946:38: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3162:47: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3169:47: style: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:947:38: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3169:47: note: Function 'MatchNode' argument 2 names different: declaration 'mNode' definition 'mnode'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3192:40: style: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:953:36: note: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3192:40: note: Function 'find_type' argument 1 names different: declaration 'str' definition 'type'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3537:37: style: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:984:35: note: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3537:37: note: Function 'cisc_spill_merge' argument 1 names different: declaration 'left_result' definition 'left_spillable'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3537:57: style: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:984:52: note: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3537:57: note: Function 'cisc_spill_merge' argument 2 names different: declaration 'right_result' definition 'right_spillable'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3814:54: style: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:989:51: note: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3814:54: note: Function 'swap_commutative_op' argument 2 names different: declaration 'count' definition 'id'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3868:71: style: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1010:62: note: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3868:71: note: Function 'MatchRule' argument 4 names different: declaration 'construct' definition 'cnstr'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3895:36: style: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:1015:33: note: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3895:36: note: Function 'base_operand' argument 1 names different: declaration 'position' definition 'position0'.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:458:0: style: Variable 'matching_input' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:631:18: style: Variable 'oper' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1222:44: style: Variable 'stack_or_reg_mask_name' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2284:30: style: Variable 'constraint' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2548:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:30:15: warning: Member variable 'InstructForm::_uniq_idx_length' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:64:15: warning: Member variable 'InstructForm::_uniq_idx_length' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1939:15: warning: Member variable 'MachNodeForm::_machnode_pipe' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1921:14: warning: Member variable 'RewriteRule::_condition' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1921:14: warning: Member variable 'RewriteRule::_instrs' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1921:14: warning: Member variable 'RewriteRule::_opers' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1952:14: warning: Member variable 'OpClassForm::_minCode' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1952:14: warning: Member variable 'OpClassForm::_maxCode' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2811:16: warning: Member variable 'ConstructRule::_expr' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3857:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3862:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3868:12: warning: Member variable 'MatchRule::_machType' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:79:18: style: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:31:17: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:79:18: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:88:18: style: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:34:5: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:88:18: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:79:18: style: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:65:17: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:79:18: note: Member variable 'InstructForm::_ideal_only' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:88:18: style: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:68:5: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:88:18: note: Member variable 'InstructForm::_is_mach_constant' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:804:15: style: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2780:5: note: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:804:15: note: Member variable 'CondInterface::_not_equal' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:805:15: style: Member variable 'CondInterface::_less' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2781:5: note: Member variable 'CondInterface::_less' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:805:15: note: Member variable 'CondInterface::_less' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:806:15: style: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2782:5: note: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:806:15: note: Member variable 'CondInterface::_greater_equal' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:807:15: style: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2783:5: note: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:807:15: note: Member variable 'CondInterface::_less_equal' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:808:15: style: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2784:5: note: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:808:15: note: Member variable 'CondInterface::_greater' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:809:15: style: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2785:5: note: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:809:15: note: Member variable 'CondInterface::_overflow' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:810:15: style: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2786:5: note: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:810:15: note: Member variable 'CondInterface::_no_overflow' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:932:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3155:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:932:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:937:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3156:55: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:937:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:932:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3163:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:932:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:937:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3165:21: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:937:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:932:16: style: Member variable 'MatchNode::_result' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3170:14: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:932:16: note: Member variable 'MatchNode::_result' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:937:15: style: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3172:21: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:937:15: note: Member variable 'MatchNode::_numleaves' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:330:15: performance: Technically the member function 'EncodeForm::encClassPrototype' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1577:25: note: Technically the member function 'EncodeForm::encClassPrototype' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:330:15: note: Technically the member function 'EncodeForm::encClassPrototype' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:331:15: style: Technically the member function 'EncodeForm::encClassBody' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1564:25: note: Technically the member function 'EncodeForm::encClassBody' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:331:15: note: Technically the member function 'EncodeForm::encClassBody' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:364:8: performance: Technically the member function 'EncClass::check_parameter_types' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1610:16: note: Technically the member function 'EncClass::check_parameter_types' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:364:8: note: Technically the member function 'EncClass::check_parameter_types' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:684:23: performance: Technically the member function 'OperandForm::format_constant' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2527:19: note: Technically the member function 'OperandForm::format_constant' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:684:23: note: Technically the member function 'OperandForm::format_constant' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:905:15: style: Technically the member function 'Component::base_type' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:2894:24: note: Technically the member function 'Component::base_type' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:905:15: note: Technically the member function 'Component::base_type' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:910:15: style: Technically the member function 'Component::getUsedefName' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:1831:24: note: Technically the member function 'Component::getUsedefName' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:910:15: note: Technically the member function 'Component::getUsedefName' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:984:14: performance: Technically the member function 'MatchNode::cisc_spill_merge' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3537:16: note: Technically the member function 'MatchNode::cisc_spill_merge' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:984:14: note: Technically the member function 'MatchNode::cisc_spill_merge' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3175:5: style: Class 'MatchNode' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3175:5: style: Class 'MatchNode' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.cpp:3454:1: error: Memory leak: subtree [memleak]
hotspot-jdk8u112-b16/src/share/vm/adlc/main.cpp:454:9: style: The scope of the variable 'ep' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/main.cpp:367:50: style: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:185:43: note: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'.
hotspot-jdk8u112-b16/src/share/vm/adlc/main.cpp:367:50: note: Function 'open_file' argument 2 names different: declaration 'adf' definition 'ADF'.
hotspot-jdk8u112-b16/src/share/vm/adlc/main.cpp:402:52: style: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:186:45: note: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'.
hotspot-jdk8u112-b16/src/share/vm/adlc/main.cpp:402:52: note: Function 'close_file' argument 2 names different: declaration 'adf' definition 'ADF'.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:186:8: performance: Technically the member function 'ArchDesc::close_file' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/main.cpp:402:16: note: Technically the member function 'ArchDesc::close_file' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:186:8: note: Technically the member function 'ArchDesc::close_file' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/main.cpp:373:5: error: Resource leak: _fp [resourceLeak]
hotspot-jdk8u112-b16/src/share/vm/adlc/main.cpp:375:3: error: Resource leak: _fp [resourceLeak]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:476:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:476:7: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:763:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:763:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:769:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:769:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:774:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:774:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1474:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1478:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1487:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1490:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1496:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1496:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1515:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1515:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1515:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1543:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1545:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1553:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1554:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1558:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1559:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1560:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1566:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1570:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1586:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1611:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1611:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1615:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1639:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1645:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1649:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1660:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1665:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1670:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1753:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1753:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1759:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1759:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1759:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1779:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1779:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1782:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1783:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1783:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1785:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1785:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1786:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1786:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1786:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1791:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1791:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1794:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2764:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2797:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2800:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3222:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3907:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3995:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:196:6: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:202:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:224:15: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:230:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:268:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:345:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:423:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:457:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:815:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1529:42: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1547:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1655:25: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1694:27: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2857:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2877:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2950:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3074:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3136:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3146:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3173:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3199:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3217:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3237:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3260:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3285:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3309:23: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3319:20: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3507:15: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3520:16: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3543:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3554:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3568:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3579:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3831:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:4082:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:4281:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:4299:49: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:4322:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:4342:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:4349:24: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:4363:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:147:16: style: The scope of the variable 'rc_name' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:168:16: style: The scope of the variable 'rc_name' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1448:17: style: The scope of the variable 'cnt' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3497:17: style: The scope of the variable 'inst' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:146:45: style: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:262:38: note: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:146:45: note: Function 'declare_register_masks' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2464:51: style: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:314:51: note: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2464:51: note: Function 'defineSize' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2482:64: style: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:322:56: note: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2482:64: note: Function 'define_postalloc_expand' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2588:51: style: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:320:51: note: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2588:51: note: Function 'defineEmit' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2673:59: style: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:318:51: note: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2673:59: note: Function 'defineEvalConstant' argument 2 names different: declaration 'node' definition 'inst'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3051:36: style: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:333:28: note: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3051:36: note: Function 'defineClasses' argument 1 names different: declaration 'fp_cpp' definition 'fp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3950:61: style: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:258:64: note: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3950:61: note: Function 'declare_cisc_version' argument 2 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:4017:55: style: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/formssel.hpp:274:58: note: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:4017:55: note: Function 'declare_short_branch_methods' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:429:0: style: Variable 'commentlen' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:430:0: style: Variable 'max_cycles' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:432:20: style: Variable 'cyclelen' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2824:14: style: Variable 'is_ideal_bool' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3492:26: style: Variable 'fp_hpp' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3810:0: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3829:0: style: Variable 'opIndex' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:4086:27: style: Variable 'opcode' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:4306:22: style: Variable 'mrule2' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:1877:3: warning: Member variable 'DefineEmitState::_processing_noninput' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:314:8: performance: Technically the member function 'ArchDesc::defineSize' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2464:16: note: Technically the member function 'ArchDesc::defineSize' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:314:8: note: Technically the member function 'ArchDesc::defineSize' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:325:8: performance: Technically the member function 'ArchDesc::define_oper_interface' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2924:16: note: Technically the member function 'ArchDesc::define_oper_interface' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:325:8: note: Technically the member function 'ArchDesc::define_oper_interface' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:2277:15: performance: Technically the member function 'DefineEmitState::reg_conversion' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3339:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:400:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3339:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3340:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:401:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3340:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3341:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:402:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3341:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3344:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:404:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3344:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3349:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:403:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3349:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3357:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:408:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3357:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3362:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:405:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3362:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3374:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:400:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3374:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3375:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:401:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3375:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3376:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:402:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3376:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3379:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:404:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3379:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3380:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:403:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3380:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3385:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:405:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3385:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3390:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:408:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3390:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3404:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:400:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3404:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3405:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:401:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3405:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3406:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:402:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3406:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3409:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:404:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3409:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3410:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:403:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3410:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3415:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:405:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3415:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3420:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:408:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3420:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3434:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:400:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3434:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3435:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:401:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3435:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3436:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:402:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3436:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3439:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:404:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3439:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3440:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:403:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3440:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3441:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:405:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3441:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3442:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:408:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3442:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3452:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:400:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3452:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3453:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:401:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3453:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3454:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:402:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3454:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3457:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:403:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3457:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3461:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:404:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3461:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3462:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:405:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3462:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3463:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:408:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3463:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3473:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:400:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3473:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3474:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:401:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3474:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3475:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:402:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3475:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3478:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:404:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3478:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3479:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:403:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3479:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3480:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:405:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3480:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3481:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:408:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_c.cpp:3481:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:90:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:313:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:314:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:315:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:316:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:317:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:318:32: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:329:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:334:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:339:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:344:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:349:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:354:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:359:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:364:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:373:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:373:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:375:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:375:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:402:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:403:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:407:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:411:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:415:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:419:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:420:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:424:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:425:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:425:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:426:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:430:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:431:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:431:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:432:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:784:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:788:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:791:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:793:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:793:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:797:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:797:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:803:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:803:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:803:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:809:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:809:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:816:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:816:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:824:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:824:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:824:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:824:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:824:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:826:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:826:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:826:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:908:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:913:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1088:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1089:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1196:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1554:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1711:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1730:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1739:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1756:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:485:34: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:480:20: note: Assuming that condition 'form==NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:485:34: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:556:34: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:551:20: note: Assuming that condition 'form==NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:556:34: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:636:30: warning: Either the condition 'form==NULL' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:632:18: note: Assuming that condition 'form==NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:636:30: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1152:33: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1160:33: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1180:18: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1545:19: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1569:13: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1630:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1686:22: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:138:5: style: Variable 'reg_def' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:125:0: note: Variable 'reg_def' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:138:5: note: Variable 'reg_def' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:171:38: style: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:269:31: note: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:171:38: note: Function 'declareRegSizes' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1139:37: style: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:332:29: note: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:1139:37: note: Function 'declareClasses' argument 1 names different: declaration 'fp_hpp' definition 'fp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2223:43: style: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:273:35: note: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2223:43: note: Function 'build_pipeline_enums' argument 1 names different: declaration 'fp_cpp' definition 'fp_hpp'.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:931:19: style: Variable 'unitSize' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2163:3: warning: Member variable 'OutputMachOpcodes::begin_rematerialize' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2163:3: warning: Member variable 'OutputMachOpcodes::end_rematerialize' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:269:9: performance: Technically the member function 'ArchDesc::declareRegSizes' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:171:16: note: Technically the member function 'ArchDesc::declareRegSizes' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:269:9: note: Technically the member function 'ArchDesc::declareRegSizes' can be static.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:302:8: style: Technically the member function 'ArchDesc::defineStateClass' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2033:16: note: Technically the member function 'ArchDesc::defineStateClass' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:302:8: note: Technically the member function 'ArchDesc::defineStateClass' can be const.
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2119:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:400:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2119:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2120:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:401:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2120:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2121:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:402:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2121:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2124:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:404:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2124:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2129:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:403:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2129:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2134:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:405:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2134:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2140:8: style: The function 'do_instructions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:407:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2140:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2141:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:408:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2141:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2168:8: style: The function 'declaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:400:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2168:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2169:8: style: The function 'definition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:401:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2169:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2170:8: style: The function 'closing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:402:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2170:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2183:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:404:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2183:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2184:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:403:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2184:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2185:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:405:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2185:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2187:8: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:408:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2187:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2189:8: style: The function 'record_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/adlc/archDesc.hpp:410:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/adlc/output_h.cpp:2189:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/asm/assembler.cpp:232:67: style: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/asm/assembler.cpp:220:58: note: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'.
hotspot-jdk8u112-b16/src/share/vm/asm/assembler.cpp:232:67: note: Function 'add' argument 2 names different: declaration 'value_fn' definition 'cfn'.
hotspot-jdk8u112-b16/src/share/vm/asm/assembler.cpp:171:21: style: Variable 'target_sect' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/asm/assembler.cpp:221:8: style: Technically the member function 'DelayedConstant::match' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/asm/codeBuffer.cpp:188:8: warning: Either the condition 'next_cs!=NULL' is redundant or there is possible null pointer dereference: next_cs. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/asm/codeBuffer.cpp:177:15: note: Assuming that condition 'next_cs!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/asm/codeBuffer.cpp:188:8: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/c1/c1_CFGPrinter.cpp:108:19: warning: Member variable 'CFGPrinterOutput::_compilation' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_CFGPrinter.cpp:108:19: warning: Member variable 'CFGPrinterOutput::_do_print_HIR' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_CFGPrinter.cpp:108:19: warning: Member variable 'CFGPrinterOutput::_do_print_LIR' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_CFGPrinter.cpp:109:4: style: Class 'CFGPrinterOutput' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Canonicalizer.cpp:721:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Canonicalizer.cpp:759:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Canonicalizer.cpp:767:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Canonicalizer.cpp:790:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Canonicalizer.cpp:798:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Canonicalizer.cpp:308:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Canonicalizer.cpp:308:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 309. [shiftTooManyBits]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Canonicalizer.cpp:309:19: note: Assuming that condition 'shift==0' is not redundant
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Canonicalizer.cpp:308:26: note: Shift
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Compilation.cpp:194:25: style: Same expression on both sides of '==' because the value of 'instructions' and 'Instruction::number_of_instructions()' are the same. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Compilation.cpp:192:59: note: 'instructions' is assigned value 'Instruction::number_of_instructions()' here.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Compilation.cpp:194:25: note: Same expression on both sides of '==' because the value of 'instructions' and 'Instruction::number_of_instructions()' are the same.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Compilation.cpp:80:3: warning: Member variable 'PhaseTraceTime::_thread' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Compilation.cpp:80:3: style: Class 'PhaseTraceTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:3352:3: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:3346:0: note: Variable 'msg' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:3352:3: note: Variable 'msg' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:147:49: style: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:67:33: note: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:147:49: note: Function 'make_block_at' argument 1 names different: declaration 'bci' definition 'cur_bci'.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:385:46: style: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:77:31: note: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:385:46: note: Function 'mark_loops' argument 1 names different: declaration 'b' definition 'block'.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:1334:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:1383:24: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:4280:23: style: Variable 'op' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:4304:23: style: Variable 'op' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:4324:23: style: Variable 'op' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:50:16: style: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:101:4: note: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:50:16: note: Member variable 'BlockListBuilder::_active' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:52:16: style: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:104:4: note: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:52:16: note: Member variable 'BlockListBuilder::_loop_map' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:70:8: performance: Technically the member function 'BlockListBuilder::store_one' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:173:31: note: Technically the member function 'BlockListBuilder::store_one' can be static.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:70:8: note: Technically the member function 'BlockListBuilder::store_one' can be static.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:99:4: style: Class 'BlockListBuilder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:99:4: style: Class 'BlockListBuilder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_GraphBuilder.cpp:2483:3: style: Class 'PhiSimplifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_IR.cpp:854:62: style: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_IR.cpp:502:40: note: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_IR.cpp:854:62: note: Function 'sort_into_work_list' argument 1 names different: declaration 'b' definition 'cur'.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_IR.cpp:1300:20: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_IR.cpp:1021:11: warning: Assert statement calls a function which may have desired side effects: 'compute_dominators_iter'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_IR.cpp:459:14: style: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_IR.cpp:535:3: note: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_IR.cpp:459:14: note: Member variable 'ComputeLinearScanOrder::_linear_scan_order' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_IR.cpp:320:3: style: Class 'CriticalEdgeFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_LIRGenerator.cpp:2510:16: style: Variable 'hi_key' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_LinearScan.cpp:4205:10: warning: Possible null pointer dereference: result [nullPointer]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_LinearScan.cpp:4169:14: note: Assignment 'result=NULL', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/c1/c1_LinearScan.cpp:4205:10: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/c1/c1_LinearScan.cpp:1507:13: style: The scope of the variable 'v' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:788:14: warning: Either the condition 'local0!=NULL' is redundant or there is possible null pointer dereference: local0. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:790:18: note: Assuming that condition 'local0!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:788:14: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:1118:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:732:40: style: Function 'visit' argument 1 names different: declaration 'f' definition 'p'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:621:21: note: Function 'visit' argument 1 names different: declaration 'f' definition 'p'.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:732:40: note: Function 'visit' argument 1 names different: declaration 'f' definition 'p'.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:855:47: style: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:619:28: note: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:855:47: note: Function 'iterate' argument 1 names different: declaration 'root' definition 'block'.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:215:3: style: Variable 'cur_end' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:483:3: warning: Member variable 'NullCheckVisitor::_nce' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:45:7: style: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:51:59: note: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:45:7: note: Member variable 'CE_Eliminator::_hir' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:573:21: style: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:600:7: note: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:573:21: note: Member variable 'NullCheckEliminator::_block_states' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:553:21: style: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:601:7: note: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:553:21: note: Member variable 'NullCheckEliminator::_work_list' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:51:3: style: Class 'CE_Eliminator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:316:3: style: Class 'BlockMerger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Optimizer.cpp:596:3: style: Class 'NullCheckEliminator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_RangeCheckElimination.cpp:225:22: style: Variable 'y_bound' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_RangeCheckElimination.cpp:1061:14: style: Variable 'cond' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_Runtime1.cpp:1258:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/c1/c1_ValueMap.cpp:289:3: style: Class 'ShortLoopOptimizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:1276:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:61:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:60:11: note: Assignment 'e=MAXBIT', assigned value is 29
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:61:15: note: Shift
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:1334:15: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:1454:20: style: Variable 'printit' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:97:3: warning: Member variable 'StateInfo::_vars' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:97:3: warning: Member variable 'StateInfo::_stack' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:97:3: warning: Member variable 'StateInfo::_stack_height' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:97:3: warning: Member variable 'StateInfo::_max_stack' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:97:3: warning: Member variable 'StateInfo::_initialized' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:83:3: style: 'ArgumentMap::operator=' should return 'ArgumentMap &'. [operatorEq]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:65:43: performance: Variable '_bits' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:58:8: performance: Technically the member function 'ArgumentMap::int_to_bit' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:84:8: style: Technically the member function 'ArgumentMap::operator==' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:85:8: style: Technically the member function 'ArgumentMap::operator!=' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:52:1: warning: The class 'ArgumentMap' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
hotspot-jdk8u112-b16/src/share/vm/ci/bcEscapeAnalyzer.cpp:1066:54: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk8u112-b16/src/share/vm/ci/ciInstanceKlass.cpp:624:33: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk8u112-b16/src/share/vm/ci/ciInstanceKlass.cpp:629:41: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk8u112-b16/src/share/vm/ci/ciInstanceKlass.cpp:414:28: style: Member variable 'NonStaticFieldFiller::_arr' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/ci/ciInstanceKlass.cpp:418:22: note: Member variable 'NonStaticFieldFiller::_arr' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/ci/ciInstanceKlass.cpp:414:28: note: Member variable 'NonStaticFieldFiller::_arr' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/ci/ciMethod.cpp:1007:16: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/ci/ciMethodBlocks.cpp:55:68: warning: Either the condition 'former_block!=NULL' is redundant or there is possible null pointer dereference: former_block. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/ci/ciMethodBlocks.cpp:57:23: note: Assuming that condition 'former_block!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/ci/ciMethodBlocks.cpp:55:68: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/ci/ciObjectFactory.cpp:365:21: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/ci/ciReplay.cpp:629:16: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/ci/ciReplay.cpp:826:30: style: Variable 'klass_name' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/ci/ciReplay.cpp:143:12: warning: Assert statement calls a function which may have desired side effects: 'parse_int'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/ci/ciReplay.cpp:144:12: warning: Assert statement calls a function which may have desired side effects: 'parse_int'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/ci/ciReplay.cpp:145:19: warning: Assert statement calls a function which may have desired side effects: 'parse_string'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/ci/ciReplay.cpp:146:12: warning: Assert statement calls a function which may have desired side effects: 'parse_int'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/ci/ciReplay.cpp:147:19: warning: Assert statement calls a function which may have desired side effects: 'parse_string'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/ci/ciReplay.cpp:148:12: warning: Assert statement calls a function which may have desired side effects: 'parse_intptr_t'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/ci/ciReplay.cpp:149:19: warning: Assert statement calls a function which may have desired side effects: 'parse_quoted_string'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/ci/ciTypeFlow.cpp:674:28: style: Variable 'stack_type' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/classFileParser.cpp:1882:14: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/classfile/classFileParser.cpp:1903:15: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/classfile/classFileParser.cpp:5059:16: style: The scope of the variable 'args_size' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/classfile/classFileParser.cpp:1520:21: style: Variable 'cp_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/classFileParser.cpp:2012:17: style: Variable 'cp_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/classFileParser.cpp:2058:36: style: Variable 'exception_handlers' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/classFileParser.cpp:2707:17: style: Variable 'cp_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/classFileParser.cpp:3948:25: style: Variable 'fields' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/classFileParser.cpp:4575:0: error: Memory leak: result [memleak]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:868:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:895:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:925:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:344:3: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:343:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:344:3: note: Variable 'new_entry' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:768:5: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:766:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:768:5: note: Variable 'new_entry' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:673:34: style: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:665:23: note: 'error_msg' is assigned value 'NULL' here.
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:673:34: note: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same.
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:724:38: style: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:715:27: note: 'error_msg' is assigned value 'NULL' here.
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:724:38: note: Same expression on both sides of '==' because the value of 'error_msg' and 'NULL' are the same.
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:453:15: style: The scope of the variable 'known_version' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:455:7: style: The scope of the variable 'line_no' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:806:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:614:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:767:22: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/classLoader.cpp:911:3: style: Class 'PackageHashtable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:487:12: warning: Assert statement calls a function which may have desired side effects: 'throws_exception'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:122:0: style: The class 'HierarchyVisitor < PrintHierarchy >' does not have a constructor although it has private member variables. [noConstructor]
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:122:0: style: The class 'HierarchyVisitor < KeepAliveVisitor >' does not have a constructor although it has private member variables. [noConstructor]
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:122:0: style: The class 'HierarchyVisitor < FindMethodsByErasedSig >' does not have a constructor although it has private member variables. [noConstructor]
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:572:16: warning: Virtual function 'destroy' is called from destructor '~StateRestorer()' at line 570. Dynamic binding is not used. [virtualCallInConstructor]
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:570:22: note: Calling destroy
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:572:16: note: destroy is a virtual method
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:278:3: style: Class 'KeepAliveRegistrar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:305:3: style: Class 'KeepAliveVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:551:3: style: Class 'StatefulMethodFamily' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:599:3: style: Class 'EmptyVtableSlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:572:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:54:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/classfile/defaultMethods.cpp:572:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/classfile/dictionary.cpp:777:17: warning: Either the condition 'loader_data!=NULL' is redundant or there is possible null pointer dereference: loader_data. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/classfile/dictionary.cpp:776:29: note: Assuming that condition 'loader_data!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/classfile/dictionary.cpp:777:17: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/classfile/dictionary.cpp:778:17: warning: Either the condition 'loader_data!=NULL' is redundant or there is possible null pointer dereference: loader_data. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/classfile/dictionary.cpp:776:29: note: Assuming that condition 'loader_data!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/classfile/dictionary.cpp:778:17: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:92:13: style: Condition 'start!=-1' is always false [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:82:16: note: Assignment 'start=-1', assigned value is -1
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:92:13: note: Condition 'start!=-1' is always false
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:92:13: style: Same expression on both sides of '!=' because the value of 'start' and '-1' are the same. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:82:16: note: 'start' is assigned value '-1' here.
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:92:13: note: Same expression on both sides of '!=' because the value of 'start' and '-1' are the same.
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:81:7: style: The scope of the variable 'count' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:473:13: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:1321:19: style: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:1364:57: note: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:1321:19: note: Member variable 'BacktraceBuilder::_head' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:1371:5: performance: Variable '_methods' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:1364:3: style: Class 'BacktraceBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/classfile/javaClasses.cpp:1370:3: style: Class 'BacktraceBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/classfile/loaderConstraints.cpp:433:20: style: Variable 'thread' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/symbolTable.cpp:112:26: warning: Either the condition 's!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/classfile/symbolTable.cpp:114:16: note: Assuming that condition 's!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/classfile/symbolTable.cpp:112:26: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/classfile/systemDictionary.cpp:691:8: style: The scope of the variable 'throw_circularity_error' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/classfile/systemDictionary.cpp:1476:21: style: The scope of the variable 'probe' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/classfile/systemDictionary.cpp:340:31: style: Variable 'child_already_loaded' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/systemDictionary.cpp:365:36: style: Variable 'newprobe' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/systemDictionary.cpp:760:38: style: Variable 'newprobe' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/systemDictionary.cpp:1875:16: style: Variable 'sid' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/classfile/verifier.cpp:2658:13: style: The scope of the variable 'on_stack_sig_types_buffer' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/classfile/verifier.cpp:2461:0: error: Memory leak: bci_stack [memleak]
hotspot-jdk8u112-b16/src/share/vm/classfile/verifier.cpp:2461:0: error: Memory leak: visited_branches [memleak]
hotspot-jdk8u112-b16/src/share/vm/code/codeCache.cpp:80:7: style: Technically the member function 'CodeBlob_sizes::total' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/code/codeCache.cpp:81:8: style: Technically the member function 'CodeBlob_sizes::is_empty' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/code/compiledIC.cpp:369:3: style: Variable 'is_clean' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/code/compiledIC.cpp:367:0: note: Variable 'is_clean' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/code/compiledIC.cpp:369:3: note: Variable 'is_clean' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/code/dependencies.cpp:968:50: style: Condition '!participants_hide_witnesses' is always false [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/share/vm/code/dependencies.cpp:963:46: note: Assignment 'participants_hide_witnesses=true', assigned value is 1
hotspot-jdk8u112-b16/src/share/vm/code/dependencies.cpp:968:50: note: Condition '!participants_hide_witnesses' is always false
hotspot-jdk8u112-b16/src/share/vm/code/dependencies.cpp:947:12: warning: Assert statement calls a function which may have desired side effects: 'doing_subtype_search'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/code/dependencies.cpp:960:13: warning: Assert statement calls a function which may have desired side effects: 'doing_subtype_search'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/code/dependencies.cpp:1042:11: warning: Assert statement calls a function which may have desired side effects: 'is_participant'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/code/dependencies.cpp:799:8: style: Technically the member function 'ClassHierarchyWalker::doing_subtype_search' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/code/dependencies.cpp:803:7: style: Technically the member function 'ClassHierarchyWalker::num_participants' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/code/dependencies.cpp:787:3: style: Class 'ClassHierarchyWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/code/dependencies.cpp:791:3: style: Class 'ClassHierarchyWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/code/nmethod.cpp:3102:31: style: Variable 'out_preserve' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/code/nmethod.cpp:2745:14: warning: Assert statement calls a function which may have desired side effects: 'ok'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/code/nmethod.cpp:2695:3: style: Class 'VerifyOopsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/code/nmethod.cpp:2819:3: style: Class 'DebugScavengeRoot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/code/relocInfo.cpp:232:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/code/relocInfo.cpp:233:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/code/relocInfo.cpp:290:38: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/code/relocInfo.cpp:1027:8: style: The scope of the variable 'got_next' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/compiler/compileLog.cpp:216:16: style: Checking if unsigned variable 'nr' is less than zero. [unsignedLessThanZero]
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:232:17: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:245:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:812:7: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:810:13: note: Variable 'pos' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:812:7: note: Variable 'pos' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:833:7: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:831:13: note: Variable 'pos' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:833:7: note: Variable 'pos' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:689:8: style: The scope of the variable 'sig' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:442:16: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:49:18: style: Member variable 'MethodMatcher::_class_name' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:134:5: note: Member variable 'MethodMatcher::_class_name' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:49:18: note: Member variable 'MethodMatcher::_class_name' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:254:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:112:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/compiler/compilerOracle.cpp:254:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:412:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:418:21: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:309:40: style: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:200:30: note: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'.
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:309:40: note: Function 'print_address' argument 1 names different: declaration 'value' definition 'adr'.
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:381:43: warning: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit' [funcArgOrderDifferent]
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:199:33: note: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit'
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:381:43: note: Function 'print_insn_bytes' argument order different: declaration 'pc0, pc' definition 'pc, pc_limit'
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:451:13: style: Variable 'show_bytes' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:241:11: style: Technically the member function 'decode_env::cur_insn' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:242:7: style: Technically the member function 'decode_env::total_ticks' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/compiler/disassembler.cpp:244:15: style: Technically the member function 'decode_env::options' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/compiler/methodLiveness.cpp:204:8: style: The scope of the variable 'bailout' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/compiler/methodLiveness.cpp:416:0: error: Memory leak: jsr_exit_list [memleak]
hotspot-jdk8u112-b16/src/share/vm/compiler/methodLiveness.cpp:416:0: error: Memory leak: ret_list [memleak]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:889:3: style: Variable 'desired_eden' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:885:0: note: Variable 'desired_eden' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:889:3: note: Variable 'desired_eden' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:486:29: style: Variable 'STW_time_in_ms' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:979:23: style: Variable 'eden_limit' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp:1161:26: style: Variable 'tenured_limit' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp:1882:24: warning: Either the condition 'curr!=NULL' is redundant or there is possible null pointer dereference: curr. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp:1884:15: note: Assuming that condition 'curr!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp:1882:24: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp:1090:31: style: Variable 'fc' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp:7428:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/bufferingOopClosure.cpp:161:5: warning: Assert statement calls a function which may have desired side effects: 'narrow_oop_count'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/bufferingOopClosure.cpp:162:5: warning: Assert statement calls a function which may have desired side effects: 'full_oop_count'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/bufferingOopClosure.cpp:163:5: warning: Assert statement calls a function which may have desired side effects: 'all_oop_count'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp:122:22: style: Variable 'dcqs' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2420:52: style: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2388:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2420:52: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2450:52: style: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2389:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2450:52: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1923:20: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:890:3: warning: Member variable 'CheckBitmapClearHRClosure::_error' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3106:3: warning: Member variable 'VerifyNoCSetOopsClosure::_phase' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3106:3: warning: Member variable 'VerifyNoCSetOopsClosure::_info' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1661:11: style: Member variable 'G1ParVerifyFinalCountTask::_n_workers' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1678:7: note: Member variable 'G1ParVerifyFinalCountTask::_n_workers' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1661:11: note: Member variable 'G1ParVerifyFinalCountTask::_n_workers' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1842:19: style: Member variable 'G1NoteEndOfConcMarkClosure::_local_cleanup_list' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1857:5: note: Member variable 'G1NoteEndOfConcMarkClosure::_local_cleanup_list' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1842:19: note: Member variable 'G1NoteEndOfConcMarkClosure::_local_cleanup_list' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2261:19: style: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2267:5: note: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2261:19: note: Member variable 'G1CMKeepAliveAndDrainClosure::_ref_counter_limit' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3535:31: style: Member variable 'CMBitMapClosure::_cm' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3540:18: note: Member variable 'CMBitMapClosure::_cm' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3535:31: note: Member variable 'CMBitMapClosure::_cm' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3534:31: style: Member variable 'CMBitMapClosure::_nextMarkBitMap' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3540:27: note: Member variable 'CMBitMapClosure::_nextMarkBitMap' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:3534:31: note: Member variable 'CMBitMapClosure::_nextMarkBitMap' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:890:3: style: Class 'CheckBitmapClearHRClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:1216:3: style: Class 'CMRootRegionScanTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMark.cpp:2441:3: style: Class 'G1CMRefEnqueueTaskProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp:58:3: style: Class 'CMCheckpointRootsFinalClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp:70:3: style: Class 'CMCleanUp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CardCounts.cpp:136:3: style: Class 'G1CardCountsClearClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp:198:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp:208:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp:205:60: style: Function 'purge_list_append' argument 1 names different: declaration 'tbl' definition 'table'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp:73:51: note: Function 'purge_list_append' argument 1 names different: declaration 'tbl' definition 'table'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp:205:60: note: Function 'purge_list_append' argument 1 names different: declaration 'tbl' definition 'table'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp:55:3: style: Class 'CodeRootSetTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp:324:3: style: Class 'CleanCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp:302:5: style: Class 'PointsIntoHRDetectionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3184:12: style: The scope of the variable 'val' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5473:53: style: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5406:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5473:53: note: Function 'execute' argument 1 names different: declaration 'task' definition 'proc_task'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5505:53: style: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5407:37: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5505:53: note: Function 'execute' argument 1 names different: declaration 'task' definition 'enq_task'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:240:12: style: Variable 'last' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1275:31: style: Variable 'metadata_prev_used' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1296:22: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1513:20: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1551:16: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1564:16: style: Variable 'free_after_gc' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:4228:35: style: Variable 'bytes_before' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5913:24: style: Variable 'hr_capacity' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6019:36: style: Variable 'ct_bs' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6049:22: style: Variable 'bottom' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6228:0: style: Variable 'age_bound' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6329:3: warning: Member variable 'G1FreeHumongousRegionClosure::_proxy_set' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1185:22: style: Member variable 'RebuildRSOutOfRegionClosure::_g1h' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1192:5: note: Member variable 'RebuildRSOutOfRegionClosure::_g1h' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1185:22: note: Member variable 'RebuildRSOutOfRegionClosure::_g1h' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3012:12: style: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3055:44: note: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3012:12: note: Member variable 'G1VerifyCodeRootOopClosure::_nm' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:4612:19: style: Member variable 'G1KlassScanClosure::_closure' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:4617:50: note: Member variable 'G1KlassScanClosure::_closure' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:4612:19: note: Member variable 'G1KlassScanClosure::_closure' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:4811:9: style: Member variable 'G1StringSymbolTableUnlinkTask::_process_strings' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:4825:5: note: Member variable 'G1StringSymbolTableUnlinkTask::_process_strings' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:4811:9: note: Member variable 'G1StringSymbolTableUnlinkTask::_process_strings' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5010:8: style: Technically the member function 'G1CodeCacheUnloadingTask::barrier_wait' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1207:3: style: Class 'ParRebuildRSTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:1245:3: style: Class 'PostCompactionPrinterClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:2253:3: style: Class 'CheckGCTimeStampsHRClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:2572:3: style: Class 'IterateOopClosureRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:2591:3: style: Class 'IterateObjectClosureRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:2610:3: style: Class 'SpaceClosureRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:2982:3: style: Class 'VerifyRootsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3068:3: style: Class 'G1VerifyCodeRootBlobClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3084:3: style: Class 'YoungRefCounterClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3168:3: style: Class 'PrintObjsInRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3408:3: style: Class 'PrintRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:3547:3: style: Class 'PrintRSetsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5065:3: style: Class 'G1KlassCleaningTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5211:3: style: Class 'G1RedirtyLoggedCardsTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5260:3: style: Class 'G1AlwaysAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5279:3: style: Class 'G1KeepAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:5491:3: style: Class 'G1STWRefEnqueueTaskProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6329:3: style: Class 'G1FreeHumongousRegionClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6580:3: style: Class 'TearDownRegionSetsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp:6974:3: style: Class 'RebuildStrongCodeRootClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp:1085:12: style: The scope of the variable 'cost_per_card_ms' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp:1093:12: style: The scope of the variable 'cost_per_entry_ms' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp:1134:12: style: The scope of the variable 'cost_per_byte_ms' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp:1171:12: style: The scope of the variable 'survival_ratio' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp:1551:3: style: Class 'KnownGarbageClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:92:0: style: Member variable 'WorkerDataArray < double >::_length' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:115:0: note: Member variable 'WorkerDataArray < double >::_length' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:92:0: note: Member variable 'WorkerDataArray < double >::_length' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:99:0: style: Member variable 'WorkerDataArray < double >::_thread_work_items' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:116:0: note: Member variable 'WorkerDataArray < double >::_thread_work_items' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:99:0: note: Member variable 'WorkerDataArray < double >::_thread_work_items' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:97:0: style: Member variable 'WorkerDataArray < double >::_enabled' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:116:0: note: Member variable 'WorkerDataArray < double >::_enabled' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:97:0: note: Member variable 'WorkerDataArray < double >::_enabled' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:92:0: style: Member variable 'WorkerDataArray < unsigned long >::_length' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:115:0: note: Member variable 'WorkerDataArray < unsigned long >::_length' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:92:0: note: Member variable 'WorkerDataArray < unsigned long >::_length' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:99:0: style: Member variable 'WorkerDataArray < unsigned long >::_thread_work_items' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:116:0: note: Member variable 'WorkerDataArray < unsigned long >::_thread_work_items' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:99:0: note: Member variable 'WorkerDataArray < unsigned long >::_thread_work_items' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:97:0: style: Member variable 'WorkerDataArray < unsigned long >::_enabled' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:116:0: note: Member variable 'WorkerDataArray < unsigned long >::_enabled' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:97:0: note: Member variable 'WorkerDataArray < unsigned long >::_enabled' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp:430:3: style: Class 'G1GCParPhasePrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp:81:5: style: Variable 'longest_allowed' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp:82:21: style: Variable 'duration' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp:62:20: style: Variable 'sh' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1MonitoringSupport.cpp:118:14: style: Variable 'sampled' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1MonitoringSupport.cpp:235:25: style: Variable 'g1' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSet.cpp:364:29: style: Variable 'into_cset_n_buffers' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSet.cpp:106:23: style: Member variable 'ScanRSClosure::_cards' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSet.cpp:127:5: note: Member variable 'ScanRSClosure::_cards' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSet.cpp:106:23: note: Member variable 'ScanRSClosure::_cards' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSet.cpp:106:10: style: Member variable 'ScanRSClosure::_cards_done' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSet.cpp:128:5: note: Member variable 'ScanRSClosure::_cards_done' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSet.cpp:106:10: note: Member variable 'ScanRSClosure::_cards_done' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:213:21: style: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:238:34: note: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:213:21: note: Member variable 'HRRSStatsIter::_young' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:220:15: style: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:239:69: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:220:15: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz_region' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:219:10: style: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:240:5: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:219:10: note: Member variable 'HRRSStatsIter::_max_rs_mem_sz' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:41:3: style: Class 'GetRSThreadVTimeClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp:167:3: style: Class 'RegionTypeCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RootProcessor.cpp:77:3: style: Class 'G1CodeBlobClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1RootProcessor.cpp:60:5: style: Class 'HeapRegionGatheringOopClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1StringDedupStat.cpp:93:0: style: Variable 'young_percent' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1StringDedupStat.cpp:94:0: style: Variable 'old_percent' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp:134:51: style: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp:107:28: note: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp:134:51: note: Function 'set_max_size' argument 1 names different: declaration 'max_size' definition 'size'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/g1StringDedupTable.cpp:103:3: style: Class 'G1StringDedupEntryCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegion.cpp:700:12: style: The scope of the variable 'failed' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegion.cpp:762:12: style: The scope of the variable 'failed' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegion.cpp:736:18: style: Variable 'failed' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegion.cpp:531:3: warning: Member variable 'VerifyStrongCodeRootOopClosure::_nm' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegion.cpp:545:3: style: Class 'VerifyStrongCodeRootCodeBlobClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:193:29: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:211:9: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:576:10: style: The scope of the variable 'max_ind' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:594:19: style: Variable 'max_ind' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:46:19: style: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:72:5: note: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:46:19: note: Member variable 'PerRegionTable::_bm' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:50:19: style: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:73:33: note: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:50:19: note: Member variable 'PerRegionTable::_next' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp:69:3: style: Class 'PerRegionTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp:430:35: warning: Invalid test for overflow 'eden_start+alignment>=eden_start'. Condition is always true unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp:223:27: style: Variable 'gch' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp:245:16: style: Unsigned variable 'cur_chunk_index' can't be negative so it is unnecessary to test it. [unsignedPositive]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:929:47: warning: Either the condition 'workers!=NULL' is redundant or there is possible null pointer dereference: workers. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:971:18: note: Assuming that condition 'workers!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:929:47: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:930:36: warning: Either the condition 'workers!=NULL' is redundant or there is possible null pointer dereference: workers. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:971:18: note: Assuming that condition 'workers!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:930:36: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:932:3: warning: Either the condition 'workers!=NULL' is redundant or there is possible null pointer dereference: workers. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:971:18: note: Assuming that condition 'workers!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:932:3: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:338:21: style: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:303:49: note: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:338:21: note: Function 'ParScanThreadStateSet' argument 6 names different: declaration 'overflow_stacks_' definition 'overflow_stacks'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:369:39: style: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:312:18: note: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:369:39: note: Function 'reset' argument 1 names different: declaration 'active_workers' definition 'active_threads'.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:326:27: style: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:341:36: note: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:326:27: note: Member variable 'ParScanThreadStateSet::_term' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp:817:3: style: Class 'ParNewRefEnqueueTaskProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp:58:3: warning: Member variable 'CheckForUnmarkedOops::_unmarked_card' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp:269:14: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp:163:8: style: The scope of the variable 'eden_empty' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp:164:8: style: The scope of the variable 'survivors_empty' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp:165:8: style: The scope of the variable 'young_gen_empty' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:3023:10: style: The scope of the variable 'src_region_idx' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:506:24: style: Variable 'klass' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:1099:74: style: Variable 'full_count' is modified but its new value is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:1133:36: style: Variable 'top_cp' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:2075:33: style: Variable 'marked_for_unloading' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:3021:16: style: Variable 'region_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:924:3: warning: Member variable 'PreGCValues::_heap_used' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:924:3: warning: Member variable 'PreGCValues::_young_gen_used' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:924:3: warning: Member variable 'PreGCValues::_old_gen_used' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:924:3: warning: Member variable 'PreGCValues::_metadata_used' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp:925:3: style: Class 'PreGCValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp:92:3: style: Class 'PSKeepAliveClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp:118:3: style: Class 'PSEvacuateFollowersClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp:134:3: style: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp:111:0: note: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp:134:3: note: Variable 'new_active_workers' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/gcTraceSend.cpp:230:32: style: Variable 'old_summary' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/gcTraceSend.cpp:231:25: style: Variable 'old_space' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/gcTraceSend.cpp:232:32: style: Variable 'young_summary' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/gcTraceSend.cpp:233:25: style: Variable 'eden_space' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/gcTraceSend.cpp:234:25: style: Variable 'from_space' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/gcTraceSend.cpp:235:25: style: Variable 'to_space' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/gcTraceSend.cpp:284:3: style: Class 'PhaseSender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/gcUtil.cpp:146:10: style: The scope of the variable 'new_y' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp:622:70: style: Redundant condition: UseAdaptiveNUMAChunkSizing. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
hotspot-jdk8u112-b16/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp:620:0: style: Variable 'old_chunk_byte_size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/interpreter/bytecodeTracer.cpp:258:16: style: Variable 'ilimit' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/interpreter/bytecodeTracer.cpp:309:29: style: Variable 'constants' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/interpreter/bytecodeTracer.cpp:81:3: warning: Member variable 'BytecodePrinter::_current_method' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/interpreter/bytecodeTracer.cpp:83:5: performance: Variable '_code' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/interpreter/interpreterRuntime.cpp:212:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/interpreter/linkResolver.cpp:1574:49: warning: Possible null pointer dereference: method_name [nullPointer]
hotspot-jdk8u112-b16/src/share/vm/interpreter/linkResolver.cpp:1568:25: note: Assignment 'method_name=NULL', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/interpreter/linkResolver.cpp:1574:49: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/interpreter/linkResolver.cpp:1574:77: warning: Possible null pointer dereference: method_signature [nullPointer]
hotspot-jdk8u112-b16/src/share/vm/interpreter/linkResolver.cpp:1569:30: note: Assignment 'method_signature=NULL', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/interpreter/linkResolver.cpp:1574:77: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/interpreter/linkResolver.cpp:157:23: style: Variable 'vt' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/interpreter/oopMapCache.cpp:343:53: style: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/interpreter/oopMapCache.cpp:46:37: note: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'.
hotspot-jdk8u112-b16/src/share/vm/interpreter/oopMapCache.cpp:343:53: note: Function 'fill_for_native' argument 1 names different: declaration 'method' definition 'mh'.
hotspot-jdk8u112-b16/src/share/vm/interpreter/oopMapCache.cpp:414:10: warning: Assert statement calls a function which may have desired side effects: 'verify_mask'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/interpreter/oopMapCache.cpp:159:3: style: Class 'VerifyClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:261:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:262:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:263:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:264:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:265:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:266:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:267:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:268:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:269:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:270:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:271:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:272:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:273:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:274:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:275:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:276:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:277:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:278:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:279:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:280:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:281:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:282:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:283:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:284:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:285:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:286:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:287:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:288:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:289:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:290:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:291:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:292:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:293:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:294:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:295:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:296:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:297:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:298:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:299:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:300:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:301:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:302:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:303:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:304:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:305:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:306:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:307:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:308:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:309:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:310:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:311:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:312:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:313:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:314:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:315:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:316:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:317:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:318:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:319:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:320:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:321:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:322:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:323:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:324:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:325:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:326:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:327:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:328:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:329:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:330:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:331:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:332:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:333:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:334:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:335:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:336:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:337:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:338:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:339:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:340:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:341:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:342:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:343:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:344:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:345:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:346:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:347:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:348:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:349:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:350:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:351:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:352:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:353:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:354:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:355:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:356:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:357:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:358:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:359:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:360:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:361:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:362:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:363:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:364:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:365:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:366:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:367:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:368:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:369:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:370:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:371:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:372:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:373:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:374:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:375:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:376:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:377:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:378:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:379:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:380:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:381:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:382:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:383:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:384:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:385:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:386:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:387:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:388:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:389:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:390:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:391:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:392:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:393:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:394:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:395:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:396:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:397:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:398:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:399:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:400:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:401:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:402:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:403:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:404:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:405:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:406:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:407:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:408:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:409:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:410:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:411:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:412:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:413:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:414:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:415:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:416:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:417:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:418:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:419:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:420:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:421:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:422:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:423:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:424:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:425:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:426:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:427:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:429:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:430:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:431:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:432:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:439:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:440:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:441:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:442:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:448:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:449:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:450:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:451:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:452:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:453:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:454:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:456:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:457:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:458:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:459:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:460:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:461:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:462:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:465:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:466:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:467:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:468:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:469:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:470:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:471:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:472:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:473:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:474:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:475:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:480:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:481:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:482:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:483:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:484:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:485:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:486:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:487:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:489:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:490:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:491:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:492:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:493:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:494:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:495:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:496:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:497:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:499:45: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:500:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:501:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:502:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:504:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:505:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:506:50: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:510:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:511:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:513:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:514:55: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:520:46: style: Same expression on both sides of '|'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:188:13: style: Variable 'ubcp' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:189:13: style: Variable 'disp' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:190:13: style: Variable 'clvm' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:52:11: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
hotspot-jdk8u112-b16/src/share/vm/interpreter/templateTable.cpp:53:53: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
hotspot-jdk8u112-b16/src/share/vm/libadt/dict.cpp:86:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/libadt/dict.cpp:107:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/libadt/dict.cpp:143:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/libadt/dict.cpp:179:10: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/libadt/dict.cpp:193:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/libadt/dict.cpp:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/memory/allocation.cpp:259:4: style: Class 'ChunkPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:654:26: warning: Either the condition 'retTC!=NULL' is redundant or there is possible null pointer dereference: retTC. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:659:16: note: Assuming that condition 'retTC!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:654:26: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:655:18: warning: Either the condition 'retTC!=NULL' is redundant or there is possible null pointer dereference: retTC. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:659:16: note: Assuming that condition 'retTC!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:655:18: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:537:34: style: The scope of the variable 'newTL' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:537:42: style: The scope of the variable 'parentTL' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:555:8: style: The scope of the variable 'complicated_splice' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1273:23: style: Variable 'total' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1048:31: warning: Assert statement calls a function which may have desired side effects: 'found'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1049:32: warning: Assert statement calls a function which may have desired side effects: 'found'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1103:30: performance: Variable 'count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1029:3: style: Class 'EndTreeSearchClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1103:3: style: Class 'treeCountClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1122:3: style: Class 'setTreeSurplusClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1145:3: style: Class 'setTreeHintsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1307:3: style: Class 'PrintFreeListsClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:929:8: style: The function 'do_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:923:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:929:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:941:8: style: The function 'do_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:923:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:941:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1011:8: style: The function 'do_tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:990:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1011:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1030:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:988:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1030:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1068:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:921:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1068:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1084:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:921:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1084:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1104:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:921:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1104:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1311:8: style: The function 'do_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:921:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/memory/binaryTreeDictionary.cpp:1311:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/memory/blockOffsetTable.cpp:796:17: style: Unsigned variable 'result' can't be negative so it is unnecessary to test it. [unsignedPositive]
hotspot-jdk8u112-b16/src/share/vm/memory/blockOffsetTable.cpp:355:14: style: Variable 'last_p' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/memory/blockOffsetTable.cpp:356:18: style: Variable 'last_start' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/memory/blockOffsetTable.cpp:548:3: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/memory/cardTableRS.cpp:389:3: style: Class 'VerifyCTGenClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/filemap.cpp:414:56: style: Variable 'si' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/memory/genCollectedHeap.cpp:1369:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/memory/genCollectedHeap.cpp:1367:0: note: Variable 'result' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/memory/genCollectedHeap.cpp:1369:3: note: Variable 'result' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/memory/genCollectedHeap.cpp:362:8: style: The scope of the variable 'prepared_for_verification' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/memory/genCollectedHeap.cpp:123:18: style: Variable 'heap_address' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/memory/genCollectedHeap.cpp:1284:3: style: Class 'GenGCPrologueClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/genCollectedHeap.cpp:1307:3: style: Class 'GenGCEpilogueClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/genCollectedHeap.cpp:1382:3: style: Class 'GenTimeOfLastGCClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/generation.cpp:134:3: style: Class 'GenerationIsInReservedClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/generation.cpp:146:3: style: Class 'GenerationIsInClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/generation.cpp:249:3: style: Class 'GenerationBlockStartClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/generation.cpp:268:3: style: Class 'GenerationBlockSizeClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/generation.cpp:288:3: style: Class 'GenerationBlockIsObjClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/generation.cpp:304:3: style: Class 'GenerationOopIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/generation.cpp:326:3: style: Class 'GenerationObjIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/generation.cpp:341:3: style: Class 'GenerationSafeObjIterateClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/heap.cpp:502:20: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/memory/heapInspection.cpp:454:3: style: Class 'HistoClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:693:88: style: Same value in both branches of ternary operator. [duplicateValueTernary]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1566:27: style: Unsigned variable 'max_shrink_bytes' can't be negative so it is unnecessary to test it. [unsignedPositive]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:413:43: style: Function 'VirtualSpaceNode' argument 1 names different: declaration 'byte_size' definition 'bytes'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:311:27: note: Function 'VirtualSpaceNode' argument 1 names different: declaration 'byte_size' definition 'bytes'.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:413:43: note: Function 'VirtualSpaceNode' argument 1 names different: declaration 'byte_size' definition 'bytes'.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1789:49: style: Function 'free_chunks_get' argument 1 names different: declaration 'chunk_word_size' definition 'word_size'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:188:37: note: Function 'free_chunks_get' argument 1 names different: declaration 'chunk_word_size' definition 'word_size'.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1789:49: note: Function 'free_chunks_get' argument 1 names different: declaration 'chunk_word_size' definition 'word_size'.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1878:43: style: Function 'print_on' argument 1 names different: declaration 'st' definition 'out'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:250:31: note: Function 'print_on' argument 1 names different: declaration 'st' definition 'out'.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1878:43: note: Function 'print_on' argument 1 names different: declaration 'st' definition 'out'.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2031:45: style: Function 'calc_chunk_size' argument 1 names different: declaration 'allocation_word_size' definition 'word_size'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:749:33: note: Function 'calc_chunk_size' argument 1 names different: declaration 'allocation_word_size' definition 'word_size'.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2031:45: note: Function 'calc_chunk_size' argument 1 names different: declaration 'allocation_word_size' definition 'word_size'.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2359:41: style: Function 'add_chunk' argument 1 names different: declaration 'v' definition 'new_chunk'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:671:29: note: Function 'add_chunk' argument 1 names different: declaration 'v' definition 'new_chunk'.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2359:41: note: Function 'add_chunk' argument 1 names different: declaration 'v' definition 'new_chunk'.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3145:0: style: Variable 'cds_total' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:987:12: warning: Assert statement calls a function which may have desired side effects: 'reserved'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:989:28: warning: Assert statement calls a function which may have desired side effects: 'reserved'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:990:12: warning: Assert statement calls a function which may have desired side effects: 'reserved'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:992:29: warning: Assert statement calls a function which may have desired side effects: 'reserved'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1308:27: warning: Assert statement calls a function which may have desired side effects: 'current_virtual_space'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1697:10: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1700:12: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1711:10: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1714:12: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2057:25: warning: Assert statement calls a function which may have desired side effects: 'is_humongous'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2297:30: warning: Assert statement calls a function which may have desired side effects: 'smallest_chunk_size'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2300:51: warning: Assert statement calls a function which may have desired side effects: 'smallest_chunk_size'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2390:37: warning: Assert statement calls a function which may have desired side effects: 'medium_chunk_size'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2511:10: warning: Assert statement calls a function which may have desired side effects: 'is_humongous'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2512:32: warning: Assert statement calls a function which may have desired side effects: 'medium_chunk_size'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2513:32: warning: Assert statement calls a function which may have desired side effects: 'small_chunk_size'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2514:32: warning: Assert statement calls a function which may have desired side effects: 'specialized_chunk_size'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3800:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3811:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3812:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3833:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3834:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3850:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks_count'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3851:17: warning: Assert statement calls a function which may have desired side effects: 'sum_free_chunks'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3871:16: warning: Assert statement calls a function which may have desired side effects: 'initialize'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3879:5: warning: Assert statement calls a function which may have desired side effects: 'is_available'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3883:5: warning: Assert statement calls a function which may have desired side effects: 'is_available'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3889:16: warning: Assert statement calls a function which may have desired side effects: 'initialize'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3898:5: warning: Assert statement calls a function which may have desired side effects: 'is_available'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3904:16: warning: Assert statement calls a function which may have desired side effects: 'initialize'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:3918:5: warning: Assert statement calls a function which may have desired side effects: 'is_available'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:289:21: style: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:413:64: note: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:289:21: note: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:289:21: style: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:312:52: note: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:289:21: note: Member variable 'VirtualSpaceNode::_next' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:492:21: style: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1176:36: note: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:492:21: note: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:492:21: style: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:1188:36: note: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:492:21: note: Member variable 'VirtualSpaceList::_virtual_space_list' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:614:16: style: Member variable 'SpaceManager::_lock' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:2151:3: note: Member variable 'SpaceManager::_lock' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:614:16: note: Member variable 'SpaceManager::_lock' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:273:10: style: Technically the member function 'BlockFreelist::total_size' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:311:3: style: Class 'VirtualSpaceNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:312:3: style: Class 'VirtualSpaceNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:529:3: style: Class 'VirtualSpaceList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:530:3: style: Class 'VirtualSpaceList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspace.cpp:575:5: style: Class 'VirtualSpaceListIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/memory/metaspaceShared.cpp:271:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/memory/tenuredGeneration.cpp:115:7: style: Condition '!result' is always true [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/share/vm/memory/tenuredGeneration.cpp:114:17: note: Assignment 'result=false', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/memory/tenuredGeneration.cpp:115:7: note: Condition '!result' is always true
hotspot-jdk8u112-b16/src/share/vm/memory/tenuredGeneration.cpp:166:16: style: Variable 'capacity_after_gc' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/memory/universe.cpp:304:17: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:1221:9: style: Variable 'cOpStck[0]' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:1215:9: note: Variable 'cOpStck[0]' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:1221:9: note: Variable 'cOpStck[0]' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:1744:17: style: Variable 'change' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:127:3: warning: Member variable 'ComputeCallStack::_effect' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:127:3: warning: Member variable 'ComputeCallStack::_idx' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:181:3: warning: Member variable 'ComputeEntryStack::_effect' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:181:3: warning: Member variable 'ComputeEntryStack::_idx' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:127:3: style: Class 'ComputeCallStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:181:3: style: Class 'ComputeEntryStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:2433:4: style: Class 'RelocCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/oops/generateOopMap.cpp:2148:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
hotspot-jdk8u112-b16/src/share/vm/oops/instanceKlass.cpp:846:8: style: The scope of the variable 'wait' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/oops/instanceKlass.cpp:861:16: style: Variable 'wait' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/oops/instanceKlass.cpp:3537:22: style: Variable 'end_field_offset' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/oops/instanceRefKlass.cpp:50:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1100:7: warning: Either the condition 'm!=NULL' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1123:30: note: Assuming that condition 'm!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1118:45: note: Calling function 'interface_method_needs_itable_index', 1st argument 'm' value is 0
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1100:7: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1101:7: warning: Either the condition 'm!=NULL' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1123:30: note: Assuming that condition 'm!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1118:45: note: Calling function 'interface_method_needs_itable_index', 1st argument 'm' value is 0
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1101:7: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1119:15: warning: Either the condition 'm!=NULL' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1123:30: note: Assuming that condition 'm!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1119:15: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1393:5: performance: Variable '_klass_begin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1383:9: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1344:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1383:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1400:8: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1344:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/oops/klassVtable.cpp:1400:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/oops/method.cpp:632:7: style: The scope of the variable 'best_bci' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/oops/method.cpp:1751:19: style: Member variable 'JNIMethodBlock::_top' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/oops/method.cpp:1756:35: note: Member variable 'JNIMethodBlock::_top' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/oops/method.cpp:1751:19: note: Member variable 'JNIMethodBlock::_top' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/oops/objArrayKlass.cpp:338:42: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/oops/symbol.cpp:264:0: error: AST broken: endless recursion from 'NOT_PRODUCT' [internalAstError]
hotspot-jdk8u112-b16/src/share/vm/oops/typeArrayKlass.cpp:105:27: style: Variable 'ch' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/oops/typeArrayKlass.cpp:171:42: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/block.cpp:1561:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
hotspot-jdk8u112-b16/src/share/vm/opto/block.cpp:1430:16: warning: Assert statement modifies 'n'. [assignmentInAssert]
hotspot-jdk8u112-b16/src/share/vm/opto/buildOopMap.cpp:585:3: style: Variable 'safehash' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/opto/buildOopMap.cpp:582:0: note: Variable 'safehash' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/opto/buildOopMap.cpp:585:3: note: Variable 'safehash' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/opto/buildOopMap.cpp:225:15: debug: Wrong data detected by condition arguments.size() != 3U [DacaWrongData]
hotspot-jdk8u112-b16/src/share/vm/opto/bytecodeInfo.cpp:544:0: style: Variable 'hot' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/c2compiler.cpp:73:8: style: The scope of the variable 'callee_saved_floats' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:117:3: warning: Member variable 'DirectCallGenerator::_call_node' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:1100:5: performance: Variable '_reason' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:1101:5: performance: Variable '_action' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:279:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:122:21: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:279:21: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:423:16: style: The function 'do_late_inline_check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:268:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:423:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:432:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:279:21: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:432:21: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:443:16: style: The function 'print_inlining_late' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:296:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:443:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:480:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:279:21: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:480:21: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:503:21: style: The function 'generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:279:21: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/opto/callGenerator.cpp:503:21: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/opto/chaitin.cpp:1107:16: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/compile.cpp:2074:16: style: The scope of the variable 'loop_opts_cnt' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/compile.cpp:3483:15: style: Incrementing a variable of type 'bool' with postfix operator++ is deprecated by the C++ Standard. You should assign it the value 'true' instead. [incrementboolean]
hotspot-jdk8u112-b16/src/share/vm/opto/compile.cpp:459:3: style: Class 'CompileWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/opto/divnode.cpp:1281:0: style: Variable 'dproj' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/divnode.cpp:1282:0: style: Variable 'mproj' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/divnode.cpp:1293:0: style: Variable 'dproj' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/divnode.cpp:1294:0: style: Variable 'mproj' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/doCall.cpp:571:20: style: Variable 'cast' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/domgraph.cpp:324:29: style: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/opto/domgraph.cpp:56:23: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
hotspot-jdk8u112-b16/src/share/vm/opto/domgraph.cpp:324:29: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
hotspot-jdk8u112-b16/src/share/vm/opto/domgraph.cpp:586:30: style: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/opto/domgraph.cpp:374:23: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
hotspot-jdk8u112-b16/src/share/vm/opto/domgraph.cpp:586:30: note: Function 'setdepth' argument 1 names different: declaration 'size' definition 'stack_size'.
hotspot-jdk8u112-b16/src/share/vm/opto/domgraph.cpp:164:10: performance: Technically the member function 'Block_Stack::most_frequent_successor' can be static. [functionStatic]
hotspot-jdk8u112-b16/src/share/vm/opto/domgraph.cpp:211:19: note: Technically the member function 'Block_Stack::most_frequent_successor' can be static.
hotspot-jdk8u112-b16/src/share/vm/opto/domgraph.cpp:164:10: note: Technically the member function 'Block_Stack::most_frequent_successor' can be static.
hotspot-jdk8u112-b16/src/share/vm/opto/domgraph.cpp:196:10: style: Technically the member function 'Block_Stack::is_nonempty' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/opto/domgraph.cpp:197:10: style: Technically the member function 'Block_Stack::last_successor' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/opto/escape.cpp:1370:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/escape.cpp:1497:16: style: Variable 'C' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/escape.cpp:2362:19: style: Variable 'alias_idx' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/escape.cpp:2454:20: style: Variable 'igvn' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/graphKit.cpp:858:7: style: The scope of the variable 'inputs' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/graphKit.cpp:858:19: style: The scope of the variable 'depth' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/graphKit.cpp:601:21: style: Variable 'store' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/graphKit.cpp:1834:20: style: Variable 'init_mem' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/graphKit.cpp:3512:23: style: Variable 'header_size_min' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/graphKit.cpp:4007:19: style: Variable 'likely' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/graphKit.cpp:4014:30: style: Variable 'card_type' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/graphKit.cpp:1077:18: warning: Assert statement modifies 'rsize'. [assignmentInAssert]
hotspot-jdk8u112-b16/src/share/vm/opto/idealGraphPrinter.cpp:410:24: warning: Either the condition 't!=NULL' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/opto/idealGraphPrinter.cpp:486:11: note: Assuming that condition 't!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/opto/idealGraphPrinter.cpp:410:24: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/opto/idealGraphPrinter.cpp:290:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/idealGraphPrinter.cpp:339:18: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/idealGraphPrinter.cpp:351:35: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/ifg.cpp:74:23: style: Variable 'adjs_a' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/ifnode.cpp:684:14: style: Variable 'hi' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/ifnode.cpp:712:20: style: Variable 'lo' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5110:25: warning: Either the condition 'alloc!=NULL' is redundant or there is possible null pointer dereference: alloc. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5136:29: note: Assuming that condition 'alloc!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5110:25: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5111:25: warning: Either the condition 'alloc!=NULL' is redundant or there is possible null pointer dereference: alloc. [nullPointerRedundantCheck]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5136:29: note: Assuming that condition 'alloc!=NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5111:25: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:106:62: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5796:15: style: The scope of the variable 'stubName' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5992:15: style: The scope of the variable 'stubName' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:6052:15: style: The scope of the variable 'stubName' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5489:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5490:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5521:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:1413:91: style: Function 'string_indexOf' argument 3 names different: declaration 'offset' definition 'targetOffset_i'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:203:77: note: Function 'string_indexOf' argument 3 names different: declaration 'offset' definition 'targetOffset_i'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:1413:91: note: Function 'string_indexOf' argument 3 names different: declaration 'offset' definition 'targetOffset_i'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:2159:61: style: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:225:53: note: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:2159:61: note: Function 'generate_min_max' argument 2 names different: declaration 'x' definition 'x0'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:2159:71: style: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:225:62: note: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:2159:71: note: Function 'generate_min_max' argument 3 names different: declaration 'y' definition 'y0'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:3280:55: style: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:243:41: note: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:3280:55: note: Function 'inline_native_time_funcs' argument 1 names different: declaration 'method' definition 'funcAddr'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5475:44: style: Function 'generate_clear_array' argument 4 names different: declaration 'slice_off' definition 'slice_idx'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:274:35: note: Function 'generate_clear_array' argument 4 names different: declaration 'slice_off' definition 'slice_idx'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5475:44: note: Function 'generate_clear_array' argument 4 names different: declaration 'slice_off' definition 'slice_idx'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5477:44: style: Function 'generate_clear_array' argument 6 names different: declaration 'slice_end' definition 'dest_size'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:276:35: note: Function 'generate_clear_array' argument 6 names different: declaration 'slice_end' definition 'dest_size'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5477:44: note: Function 'generate_clear_array' argument 6 names different: declaration 'slice_end' definition 'dest_size'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:6684:54: style: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:316:40: note: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:6684:54: note: Function 'inline_sha_implCompressMB' argument 1 names different: declaration 'digestBaseObj' definition 'digestBase_obj'.
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:100:34: style: Variable 'ignored_callee' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:1443:28: style: Variable 'targetCount' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:1514:37: style: Variable 'string_type' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:2767:22: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:3118:24: style: Variable 'sig' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:3149:28: style: Variable 'value_type' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:3150:36: style: Variable 'alias_type' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:3160:13: style: Variable 'store' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5879:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:5927:17: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:6034:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:6088:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/library_call.cpp:1024:41: warning: Assert statement calls a function which may have desired side effects: 'result'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/opto/loopPredicate.cpp:779:21: warning: Assert statement calls a function which may have desired side effects: 'is_invariant'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/opto/loopPredicate.cpp:782:20: warning: Assert statement calls a function which may have desired side effects: 'is_invariant'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/opto/loopPredicate.cpp:805:22: warning: Assert statement calls a function which may have desired side effects: 'is_invariant'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/opto/loopPredicate.cpp:397:13: style: Member variable 'Invariance::_visited' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/opto/loopPredicate.cpp:502:5: note: Member variable 'Invariance::_visited' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/opto/loopPredicate.cpp:397:13: note: Member variable 'Invariance::_visited' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/opto/loopTransform.cpp:222:18: style: Variable 'inv2_c' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/loopTransform.cpp:891:18: style: Variable 'nrep' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/loopnode.cpp:2948:18: warning: Possible null pointer dereference: cfg [nullPointer]
hotspot-jdk8u112-b16/src/share/vm/opto/loopnode.cpp:2940:23: note: Assignment 'cfg=NULL', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/opto/loopnode.cpp:2948:18: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/opto/loopnode.cpp:2949:11: warning: Possible null pointer dereference: cfg [nullPointer]
hotspot-jdk8u112-b16/src/share/vm/opto/loopnode.cpp:2940:23: note: Assignment 'cfg=NULL', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/opto/loopnode.cpp:2949:11: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/opto/loopnode.cpp:2642:7: style: The scope of the variable 'fail' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/loopopts.cpp:398:37: style: Variable 'add_var_loop' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/macro.cpp:266:19: warning: Possible null pointer dereference: xorx [nullPointer]
hotspot-jdk8u112-b16/src/share/vm/opto/macro.cpp:257:18: note: Assignment 'xorx=NULL', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/opto/macro.cpp:266:19: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/opto/macro.cpp:1746:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/macro.cpp:1805:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/macro.cpp:1818:13: style: The scope of the variable 'prefetch_adr' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/macro.cpp:1439:18: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/macro.cpp:1780:0: style: Variable 'pf_phi_rawmem' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/matcher.cpp:2462:34: warning: Possible null pointer dereference: ctrl [nullPointer]
hotspot-jdk8u112-b16/src/share/vm/opto/matcher.cpp:2450:16: note: Assignment 'ctrl=NULL', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/opto/matcher.cpp:2462:34: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/opto/matcher.cpp:1158:20: style: The scope of the variable 'is_method_handle_invoke' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/matcher.cpp:2411:18: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/matcher.cpp:965:5: style: Class 'MStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/opto/memnode.cpp:3589:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
hotspot-jdk8u112-b16/src/share/vm/opto/memnode.cpp:373:65: warning: Identical condition 'dom==sub', second condition is always false [identicalConditionAfterEarlyExit]
hotspot-jdk8u112-b16/src/share/vm/opto/memnode.cpp:367:11: note: first condition
hotspot-jdk8u112-b16/src/share/vm/opto/memnode.cpp:373:65: note: second condition
hotspot-jdk8u112-b16/src/share/vm/opto/memnode.cpp:306:21: style: Variable 'alias_idx' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/memnode.cpp:2623:15: style: Variable 'opc' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/memnode.cpp:4501:16: style: Variable 'C' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/mulnode.cpp:875:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk8u112-b16/src/share/vm/opto/node.cpp:1272:12: warning: Identical condition 'up==sub', second condition is always false [identicalConditionAfterEarlyExit]
hotspot-jdk8u112-b16/src/share/vm/opto/node.cpp:1175:20: note: 'orig_sub' is assigned value 'sub' here.
hotspot-jdk8u112-b16/src/share/vm/opto/node.cpp:1269:12: note: first condition
hotspot-jdk8u112-b16/src/share/vm/opto/node.cpp:1272:12: note: second condition
hotspot-jdk8u112-b16/src/share/vm/opto/node.cpp:611:34: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
hotspot-jdk8u112-b16/src/share/vm/opto/node.cpp:610:21: note: Assignment 'out_array=(char*)(_out==((Node**)-1)?NULL:_out)', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/opto/node.cpp:611:34: note: Null pointer addition
hotspot-jdk8u112-b16/src/share/vm/opto/output.cpp:992:3: style: Class 'NonSafepointEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/opto/parse1.cpp:1242:0: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/parse2.cpp:741:20: style: Variable 'return_bci' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/parse2.cpp:243:1: style: The class 'SwitchRange' does not have a constructor although it has private member variables. [noConstructor]
hotspot-jdk8u112-b16/src/share/vm/opto/parse3.cpp:317:13: style: Variable 'store' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/phaseX.cpp:1177:15: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
hotspot-jdk8u112-b16/src/share/vm/opto/phaseX.cpp:219:9: style: The scope of the variable 'k' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:157:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:157:23: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:157:23: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:195:22: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:195:22: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:195:22: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:215:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:215:19: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:215:19: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:232:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:232:19: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:232:19: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:257:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:257:23: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:257:23: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:326:22: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:326:22: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:326:22: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:351:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:351:19: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:351:19: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:363:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:363:19: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/regmask.cpp:363:19: note: Opposite expression on both sides of '&'.
hotspot-jdk8u112-b16/src/share/vm/opto/runtime.cpp:1089:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/opto/stringopts.cpp:1404:18: style: Variable 'call' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/stringopts.cpp:44:23: style: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/opto/stringopts.cpp:69:5: note: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/opto/stringopts.cpp:44:23: note: Member variable 'StringConcat::_begin' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/opto/stringopts.cpp:43:23: style: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/opto/stringopts.cpp:71:5: note: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/opto/stringopts.cpp:43:23: note: Member variable 'StringConcat::_string_alloc' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/opto/stringopts.cpp:42:23: style: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/opto/stringopts.cpp:72:5: note: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/opto/stringopts.cpp:42:23: note: Member variable 'StringConcat::_stringopts' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/opto/stringopts.cpp:73:5: style: Class 'StringConcat' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
hotspot-jdk8u112-b16/src/share/vm/opto/superword.cpp:492:35: warning: Either the condition 'span>0' is redundant or there is division by zero at line 492. [zerodivcond]
hotspot-jdk8u112-b16/src/share/vm/opto/superword.cpp:488:16: note: Assuming that condition 'span>0' is not redundant
hotspot-jdk8u112-b16/src/share/vm/opto/superword.cpp:492:35: note: Division by zero
hotspot-jdk8u112-b16/src/share/vm/opto/type.cpp:4462:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
hotspot-jdk8u112-b16/src/share/vm/opto/type.cpp:3578:20: style: Variable 'tinst_xk' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/opto/type.cpp:3560:48: style: Boolean variable 'this_xk' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
hotspot-jdk8u112-b16/src/share/vm/opto/type.cpp:3560:71: style: Boolean variable 'this_xk' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
hotspot-jdk8u112-b16/src/share/vm/prims/jni.cpp:4062:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/prims/jniCheck.cpp:1991:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/prims/jvm.cpp:1217:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:1329:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:1321:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:1329:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:1344:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:1340:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:1344:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:3379:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:3375:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:3379:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:1232:7: style: The scope of the variable 'hidden_threads' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:2974:11: style: The scope of the variable 'r' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:2191:26: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnv.cpp:89:3: style: Class 'VM_JNIFunctionTableCopier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnvBase.cpp:1095:54: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnvBase.cpp:453:0: error: Memory leak: prefix_array [memleak]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnvThreadState.cpp:265:3: warning: Member variable 'VM_GetCurrentLocation::_bci' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEnvThreadState.cpp:265:3: style: Class 'VM_GetCurrentLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEventController.cpp:818:65: style: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEventController.cpp:304:50: note: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEventController.cpp:818:65: note: Function 'set_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEventController.cpp:829:67: style: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEventController.cpp:305:52: note: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEventController.cpp:829:67: note: Function 'clear_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEventController.cpp:840:70: style: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEventController.cpp:306:55: note: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEventController.cpp:840:70: note: Function 'clear_to_frame_pop' argument 1 names different: declaration 'env_thread' definition 'ets'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEventController.cpp:197:3: style: Class 'VM_EnterInterpOnlyMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiEventController.cpp:256:3: style: Class 'VM_ChangeSingleStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:616:18: style: Same expression on both sides of '!=' because the value of 'new_data' and 'NULL' are the same. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:594:31: note: 'new_data' is assigned value 'NULL' here.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:616:18: note: Same expression on both sides of '!=' because the value of 'new_data' and 'NULL' are the same.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:2203:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:2204:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:533:5: performance: Variable '_class_loader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:534:5: performance: Variable '_h_protection_domain' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:84:3: style: Class 'JvmtiJavaThreadEventTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:100:3: style: Class 'JvmtiThreadEventTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:137:3: style: Class 'JvmtiEventMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:215:3: style: Class 'JvmtiThreadEventMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiExport.cpp:2207:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiGetLoadedClasses.cpp:85:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiGetLoadedClasses.cpp:83:0: note: Variable 'result' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiGetLoadedClasses.cpp:85:5: note: Variable 'result' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiGetLoadedClasses.cpp:250:18: warning: Assert statement calls a function which may have desired side effects: 'available'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiGetLoadedClasses.cpp:39:3: style: Class 'LoadedClassesClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiGetLoadedClasses.cpp:105:3: style: Class 'JvmtiGetLoadedClassesClosure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiImpl.cpp:1051:18: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiRawMonitor.cpp:206:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiRawMonitor.cpp:204:19: note: outer condition: Node.TState==ObjectWaiter::TS_WAIT
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiRawMonitor.cpp:206:21: note: identical inner condition: Node.TState==ObjectWaiter::TS_WAIT
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiRawMonitor.cpp:351:17: style: Variable 'List' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiRedefineClasses.cpp:3694:3: style: Class 'TransferNativeFunctionRegistration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2817:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1378:53: style: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1374:22: note: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1378:53: note: Function 'do_object' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2188:76: style: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1878:57: note: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2188:76: note: Function 'invoke_advanced_object_reference_callback' argument 3 names different: declaration 'referree' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2247:82: style: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1898:74: note: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2247:82: note: Function 'report_simple_root' argument 2 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2264:64: style: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1915:56: note: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2264:64: note: Function 'report_primitive_array_values' argument 1 names different: declaration 'array' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2371:66: style: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1917:58: note: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2371:66: note: Function 'report_primitive_instance_field' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2383:64: style: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1918:56: note: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2383:64: note: Function 'report_primitive_static_field' argument 1 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2395:110: style: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1900:22: note: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2395:110: note: Function 'report_jni_local_root' argument 5 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2422:56: style: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1902:53: note: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2422:56: note: Function 'report_stack_ref_root' argument 7 names different: declaration 'o' definition 'obj'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2816:58: style: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'java_class'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2685:38: note: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'java_class'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2816:58: note: Function 'iterate_over_class' argument 1 names different: declaration 'o' definition 'java_class'.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:316:12: warning: Assert statement calls a function which may have desired side effects: 'find'. [assertWithSideEffect]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1789:3: warning: Member variable 'AdvancedHeapWalkContext::_heap_callbacks' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2534:1: style: The class 'SimpleRootsClosure' does not have a constructor although it has private member variables. [noConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2590:1: style: The class 'JNILocalRootsClosure' does not have a constructor although it has private member variables. [noConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:758:7: style: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:762:45: note: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:758:7: note: Member variable 'ClassFieldDescriptor::_field_offset' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1503:5: performance: Variable '_tag_count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2720:3: performance: Variable '_initial_object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:2737:3: performance: Variable '_initial_object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1504:5: style: Class 'TagObjectCollector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1504:5: style: Class 'TagObjectCollector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:881:3: style: Class 'JvmtiCachedClassFieldMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1228:3: style: Class 'VM_HeapIterateOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1737:3: style: Class 'HeapWalkContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1517:8: style: The function 'do_entry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:372:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiTagMap.cpp:1517:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/prims/jvmtiThreadState.cpp:232:22: style: Variable 'method' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/prims/methodHandles.cpp:1383:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk8u112-b16/src/share/vm/prims/methodHandles.cpp:1380:7: note: outer condition: enable_MH
hotspot-jdk8u112-b16/src/share/vm/prims/methodHandles.cpp:1383:9: note: identical inner condition: enable_MH
hotspot-jdk8u112-b16/src/share/vm/prims/methodHandles.cpp:1046:8: style: The scope of the variable 'ok' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/prims/methodHandles.cpp:465:29: style: Variable 'this_arg_pos' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/prims/methodHandles.cpp:838:23: style: Boolean variable 'search_superc' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
hotspot-jdk8u112-b16/src/share/vm/prims/nativeLookup.cpp:368:3: style: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/prims/nativeLookup.cpp:365:0: note: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/prims/nativeLookup.cpp:368:3: note: Variable 'entry' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/prims/wbtestmethods/parserTests.cpp:124:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/prims/whitebox.cpp:629:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/runtime/arguments.cpp:2632:9: style: The scope of the variable '_name' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/arguments.cpp:2634:10: style: The scope of the variable '_len_hprof' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/arguments.cpp:2634:22: style: The scope of the variable '_len_jdwp' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/arguments.cpp:2634:33: style: The scope of the variable '_len_prefix' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/arguments.cpp:350:3: style: Class 'SysClassPath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/basicLock.cpp:78:45: style: Variable 'dh' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/biasedLocking.cpp:49:3: style: Class 'VM_EnableBiasedLocking' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/biasedLocking.cpp:73:3: style: Class 'EnableBiasedLockingTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/biasedLocking.cpp:519:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/biasedLocking.cpp:462:21: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/biasedLocking.cpp:519:21: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/biasedLocking.cpp:520:16: style: The function 'doit_prologue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/biasedLocking.cpp:464:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/biasedLocking.cpp:520:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/biasedLocking.cpp:522:16: style: The function 'doit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/biasedLocking.cpp:484:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/biasedLocking.cpp:522:16: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/compilationPolicy.cpp:303:22: style: The scope of the variable 'c' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/compilationPolicy.cpp:468:15: style: The scope of the variable 'comment' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/compilationPolicy.cpp:481:15: style: The scope of the variable 'comment' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:790:12: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:851:7: style: The scope of the variable 'maxthreads' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:851:19: style: The scope of the variable 'suspendedthreadcount' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:1299:0: style: Variable 'array' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:399:6: performance: Variable '_class_loader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:439:6: performance: Variable '_class_loader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:477:6: performance: Variable '_class_loader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:271:9: style: Technically the member function 'ProfilerNode::operatordelete' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:389:20: note: Technically the member function 'ProfilerNode::operatordelete' can be const.
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:271:9: note: Technically the member function 'ProfilerNode::operatordelete' can be const.
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:286:7: style: Technically the member function 'ProfilerNode::total_ticks' can be const. [functionConst]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:518:4: style: Class 'adapterNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:625:3: style: Class 'vmNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:803:3: style: Class 'FlatProfilerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:403:9: style: The function 'is_interpreted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:288:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:403:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:405:9: style: The function 'interpreted_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:294:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:405:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:409:9: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:292:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:409:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:413:12: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:318:19: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:413:12: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:421:9: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:352:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:421:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:425:9: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:320:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:425:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:442:8: style: The function 'is_compiled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:289:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:442:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:444:8: style: The function 'compiled_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:295:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:444:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:448:11: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:318:19: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:448:11: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:450:8: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:292:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:450:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:460:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:352:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:460:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:464:8: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:320:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:464:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:482:9: style: The function 'is_stub' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:290:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:482:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:484:9: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:292:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:484:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:488:9: style: The function 'stub_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:296:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:488:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:492:12: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:318:19: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:492:12: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:500:9: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:352:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:500:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:504:9: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:320:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:504:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:521:8: style: The function 'is_compiled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:289:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:521:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:523:8: style: The function 'adapter_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:297:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:523:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:525:11: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:318:19: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:525:11: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:527:8: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:292:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:527:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:531:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:352:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:531:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:535:8: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:320:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:535:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:550:8: style: The function 'is_runtime_stub' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:291:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:550:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:552:8: style: The function 'runtimeStub_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:298:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:552:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:558:11: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:318:19: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:558:11: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:566:8: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:292:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:566:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:570:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:352:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:570:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:574:8: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:320:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:574:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:597:8: style: The function 'is_compiled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:289:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:597:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:599:8: style: The function 'unknown_compiled_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:299:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:599:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:606:11: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:318:19: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:606:11: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:608:8: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:292:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:608:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:612:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:352:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:612:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:616:8: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:320:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:616:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:636:8: style: The function 'is_compiled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:289:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:636:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:640:11: style: The function 'method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:318:19: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:640:11: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:656:8: style: The function 'oops_do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:292:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:656:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:660:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:352:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:660:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:664:8: style: The function 'print_method_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:320:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/fprofiler.cpp:664:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/frame.cpp:1090:23: style: Condition 'oop_adr!=NULL' is always false [knownConditionTrueFalse]
hotspot-jdk8u112-b16/src/share/vm/runtime/frame.cpp:1089:15: note: Assuming that condition 'oop_adr==NULL' is not redundant
hotspot-jdk8u112-b16/src/share/vm/runtime/frame.cpp:1090:23: note: Condition 'oop_adr!=NULL' is always false
hotspot-jdk8u112-b16/src/share/vm/runtime/frame.cpp:1148:6: error: Null pointer dereference: t [nullPointer]
hotspot-jdk8u112-b16/src/share/vm/runtime/frame.cpp:1147:15: note: Assignment 't=NULL', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/runtime/frame.cpp:1148:6: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/runtime/frame.cpp:948:8: style: The scope of the variable 'has_receiver' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/frame.cpp:1306:50: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/frame.cpp:1516:19: style: Variable 'min' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/frame.cpp:1048:5: performance: Variable '_fr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/runtime/globals.cpp:553:9: style: The scope of the variable 'score' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/java.cpp:187:7: style: The scope of the variable 'total_size' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/java.cpp:659:20: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/java.cpp:805:16: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/java.cpp:418:3: style: Class 'ExitProc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/javaCalls.cpp:507:10: style: The scope of the variable 'bad' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/javaCalls.cpp:459:5: performance: Variable '_return_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/runtime/jniHandles.cpp:511:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
hotspot-jdk8u112-b16/src/share/vm/runtime/jniPeriodicChecker.cpp:35:6: style: Class 'JniPeriodicCheckerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/memprofiler.cpp:73:15: style: The scope of the variable 'log_name' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/memprofiler.cpp:48:3: style: Class 'MemProfilerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/objectMonitor.cpp:1587:26: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
hotspot-jdk8u112-b16/src/share/vm/runtime/objectMonitor.cpp:1585:22: note: outer condition: node.TState==ObjectWaiter::TS_WAIT
hotspot-jdk8u112-b16/src/share/vm/runtime/objectMonitor.cpp:1587:26: note: identical inner condition: node.TState==ObjectWaiter::TS_WAIT
hotspot-jdk8u112-b16/src/share/vm/runtime/objectMonitor.cpp:2297:54: warning: Found calculation inside sizeof(). [sizeofCalculation]
hotspot-jdk8u112-b16/src/share/vm/runtime/objectMonitor.cpp:1374:41: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/objectMonitor.cpp:1400:41: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/os.cpp:477:9: style: The scope of the variable 'agent_function_name' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/os.cpp:444:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk8u112-b16/src/share/vm/runtime/perfData.cpp:403:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk8u112-b16/src/share/vm/runtime/perfData.cpp:421:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk8u112-b16/src/share/vm/runtime/perfData.cpp:444:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk8u112-b16/src/share/vm/runtime/perfData.cpp:462:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk8u112-b16/src/share/vm/runtime/perfData.cpp:483:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk8u112-b16/src/share/vm/runtime/perfData.cpp:505:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk8u112-b16/src/share/vm/runtime/perfData.cpp:523:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk8u112-b16/src/share/vm/runtime/perfData.cpp:544:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk8u112-b16/src/share/vm/runtime/perfData.cpp:566:3: error: Returning/dereferencing 'p' after it is deallocated / released [deallocret]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:260:30: style: C-style pointer casting [cstyleCast]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:454:20: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:74:8: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:47:17: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:74:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:76:8: style: The function 'is_widen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:50:17: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:76:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:78:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:61:17: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:78:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:87:8: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:47:17: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:87:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:89:8: style: The function 'is_jump_widen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:51:17: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:89:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:92:8: style: The function 'adjust' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:58:17: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:92:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:103:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:61:17: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:103:8: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:116:9: style: The function 'handle_code_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:47:17: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:116:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:118:9: style: The function 'is_switch_pad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:52:17: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:118:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:122:9: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:61:17: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/runtime/relocator.cpp:122:9: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/runtime/safepoint.cpp:776:27: style: The scope of the variable 'cur_state' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntime.cpp:2934:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrans.cpp:514:20: style: Same expression on both sides of '/'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrans.cpp:530:17: style: Same expression on both sides of '/'. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrans.cpp:114:10: style: The scope of the variable 'hfsq' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrans.cpp:444:15: style: The scope of the variable 'z_h' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrans.cpp:444:19: style: The scope of the variable 'z_l' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrans.cpp:361:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrans.cpp:475:24: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 473. [shiftTooManyBitsSigned]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrans.cpp:473:11: note: Assuming that condition 'k>20' is not redundant
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrans.cpp:475:24: note: Shift
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrans.cpp:523:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrans.cpp:450:31: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:425:11: portability: Casting from const double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:426:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:466:21: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:473:23: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:494:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:496:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:421:12: style: The scope of the variable 'w' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:421:14: style: The scope of the variable 't' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:421:16: style: The scope of the variable 'r' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:421:18: style: The scope of the variable 'fn' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:423:12: style: The scope of the variable 'j' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:605:10: style: The scope of the variable 'a' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:605:12: style: The scope of the variable 'h' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/sharedRuntimeTrig.cpp:496:5: style: Variable 'i0' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/statSampler.cpp:57:5: style: Class 'StatSamplerTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/sweeper.cpp:463:3: style: Class 'NMethodMarker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/synchronizer.cpp:1227:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:2010:12: warning: Possible null pointer dereference: ret [nullPointer]
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:2009:32: note: Assignment 'ret=op==NULL?NULL:(JavaThread*)op->calling_thread()', assigned value is 0
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:2010:12: note: Null pointer dereference
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:1582:3: style: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:1581:0: note: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:1582:3: note: Variable 'thr_type' is reassigned a value before the old one has been used if variable is no semaphore variable.
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:4252:7: style: The scope of the variable 'i' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:2116:30: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:2122:30: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:2128:30: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:2708:3: style: Class 'RememberProcessedThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/runtime/thread.cpp:3839:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
hotspot-jdk8u112-b16/src/share/vm/runtime/timer.cpp:183:10: style: The scope of the variable 'valid' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/timer.cpp:185:14: style: The scope of the variable 'real_secs' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/timer.cpp:186:14: style: The scope of the variable 'system_secs' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/timer.cpp:187:14: style: The scope of the variable 'user_secs' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/runtime/timer.cpp:46:27: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/vframe.cpp:505:20: style: Checking if unsigned variable 'prefix_len' is less than zero. [unsignedLessThanZero]
hotspot-jdk8u112-b16/src/share/vm/runtime/vframeArray.cpp:579:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/vmThread.cpp:232:22: style: Variable 'THREAD' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/runtime/vm_version.cpp:56:0: error: #error HOTSPOT_RELEASE_VERSION must be defined [preprocessorErrorDirective]
hotspot-jdk8u112-b16/src/share/vm/services/diagnosticCommand.cpp:576:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/services/diagnosticCommand.cpp:613:5: style: Variable 'comma' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:135:3: style: Class 'GCStatInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/services/gcNotifier.cpp:197:3: style: Class 'NotificationMark' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:109:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:83:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:109:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:110:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:85:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:110:15: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:117:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:83:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:117:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:118:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:85:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:118:15: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:186:10: style: The function 'is_gc_memory_manager' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:84:16: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:186:10: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:205:31: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:83:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:205:31: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:216:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:205:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:216:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:217:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:85:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:217:15: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:225:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:205:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:225:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:226:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:85:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:226:15: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:235:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:205:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:235:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:236:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:85:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:236:15: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:245:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:205:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:245:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:246:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:85:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:246:15: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:255:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:205:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:255:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:256:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:85:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:256:15: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:265:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:205:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:265:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:266:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:85:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:266:15: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:274:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:205:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:274:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:275:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:85:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:275:15: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:283:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:205:31: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:283:23: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:284:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:85:23: note: Virtual function in base class
hotspot-jdk8u112-b16/src/share/vm/services/memoryManager.hpp:284:15: note: Function in derived class
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:480:13: style: The scope of the variable 'n' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:1933:15: style: The scope of the variable 'dump_file_name' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:1934:15: style: The scope of the variable 'dump_file_ext' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:537:39: style: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:421:29: note: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'.
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:537:39: note: Function 'seek_to_offset' argument 1 names different: declaration 'pos' definition 'off'.
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:577:41: style: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:430:31: note: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'.
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:577:41: note: Function 'write_symbolID' argument 1 names different: declaration 'o' definition 's'.
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:1562:42: style: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'. [funcArgNamesDifferent]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:1353:29: note: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'.
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:1562:42: note: Function 'do_thread' argument 1 names different: declaration 'thread' definition 'java_thread'.
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:1165:5: performance: Variable '_thread_serial_num' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:1382:5: performance: Variable '_dump_start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:401:3: style: Class 'DumpWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:1138:3: style: Class 'SymbolTableDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:1194:3: style: Class 'JNIGlobalsDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:1223:3: style: Class 'MonitorUsedDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/services/heapDumper.cpp:1241:3: style: Class 'StickyClassDumper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/services/mallocSiteTable.cpp:112:29: style: The scope of the variable 'head' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/services/mallocSiteTable.cpp:210:29: style: The scope of the variable 'p' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/services/mallocTracker.cpp:136:3: style: Variable 'header' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/services/management.cpp:2240:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/services/memBaseline.cpp:201:32: style: The scope of the variable 'site' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/services/memReporter.cpp:91:23: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/services/memReporter.cpp:249:23: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/services/memReporter.cpp:283:23: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/services/memReporter.cpp:405:36: style: Variable 'class_count_diff' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/services/memReporter.cpp:464:42: style: Variable 'current_tracking_overhead' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/services/memReporter.cpp:465:42: style: Variable 'early_tracking_overhead' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/services/threadService.cpp:878:18: style: The scope of the variable 'waitingToLockMonitor' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/services/virtualMemoryTracker.cpp:302:41: style: The scope of the variable 'node' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/services/virtualMemoryTracker.cpp:203:56: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/shark/sharkBlock.cpp:41:15: style: The scope of the variable 'a' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/shark/sharkBuilder.cpp:502:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
hotspot-jdk8u112-b16/src/share/vm/shark/sharkBuilder.cpp:504:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
hotspot-jdk8u112-b16/src/share/vm/shark/sharkInliner.cpp:86:3: warning: Member variable 'SharkInlinerHelper::_locals' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/shark/sharkInliner.cpp:86:3: warning: Member variable 'SharkInlinerHelper::_stack' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/shark/sharkInliner.cpp:86:3: warning: Member variable 'SharkInlinerHelper::_sp' is not initialized in the constructor. [uninitMemberVar]
hotspot-jdk8u112-b16/src/share/vm/shark/sharkInliner.cpp:93:20: style: Member variable 'SharkInlinerHelper::_entry_state' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/shark/sharkInliner.cpp:88:7: note: Member variable 'SharkInlinerHelper::_entry_state' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/shark/sharkInliner.cpp:93:20: note: Member variable 'SharkInlinerHelper::_entry_state' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/shark/sharkInliner.cpp:92:20: style: Member variable 'SharkInlinerHelper::_iter' is in the wrong place in the initializer list. [initializerList]
hotspot-jdk8u112-b16/src/share/vm/shark/sharkInliner.cpp:89:7: note: Member variable 'SharkInlinerHelper::_iter' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/shark/sharkInliner.cpp:92:20: note: Member variable 'SharkInlinerHelper::_iter' is in the wrong place in the initializer list.
hotspot-jdk8u112-b16/src/share/vm/shark/sharkIntrinsics.cpp:252:19: style: Variable 'unsafe' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/shark/sharkRuntime.cpp:44:0: error: syntax error [syntaxError]
hotspot-jdk8u112-b16/src/share/vm/utilities/bitMap.cpp:357:25: style: Variable 'dest_map' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/utilities/debug.cpp:395:3: style: Class 'Command' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/utilities/elfStringTable.cpp:81:37: style: Checking if unsigned variable 'fread(buf,1,buflen,m_file)' is less than zero. [unsignedLessThanZero]
hotspot-jdk8u112-b16/src/share/vm/utilities/linkedlist.cpp:40:3: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/utilities/nativeCallStack.cpp:75:10: style: The scope of the variable 'pc' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/utilities/nativeCallStack.cpp:96:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/utilities/ostream.cpp:1133:13: style: Same expression on both sides of '!=' because the value of 'nl0' and '_newlines' are the same. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/utilities/ostream.cpp:1130:15: note: 'nl0' is assigned value '_newlines' here.
hotspot-jdk8u112-b16/src/share/vm/utilities/ostream.cpp:1133:13: note: Same expression on both sides of '!=' because the value of 'nl0' and '_newlines' are the same.
hotspot-jdk8u112-b16/src/share/vm/utilities/ostream.cpp:732:8: style: The scope of the variable 'renamed_file_name' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/utilities/ostream.cpp:606:20: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/utilities/ostream.cpp:656:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
hotspot-jdk8u112-b16/src/share/vm/utilities/utf8.cpp:217:20: style: Same expression on both sides of '-' because the value of 'ptr' and 'quoted_ascii_str' are the same. [duplicateExpression]
hotspot-jdk8u112-b16/src/share/vm/utilities/utf8.cpp:206:21: note: 'ptr' is assigned value 'quoted_ascii_str' here.
hotspot-jdk8u112-b16/src/share/vm/utilities/utf8.cpp:217:20: note: Same expression on both sides of '-' because the value of 'ptr' and 'quoted_ascii_str' are the same.
hotspot-jdk8u112-b16/src/share/vm/utilities/utf8.cpp:32:26: style: The scope of the variable 'ch3' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/utilities/utf8.cpp:149:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/utilities/vmError.cpp:861:14: style: The scope of the variable 'recursive_error_count' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/utilities/vmError.cpp:867:15: style: The scope of the variable 'transmit_report_done' can be reduced. [variableScope]
hotspot-jdk8u112-b16/src/share/vm/utilities/vmError.cpp:1076:3: style: Class 'VM_ReportJavaOutOfMemory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
hotspot-jdk8u112-b16/src/share/vm/utilities/workgroup.cpp:126:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
hotspot-jdk8u112-b16/src/share/vm/utilities/workgroup.cpp:123:0: note: Variable 'result' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/src/share/vm/utilities/workgroup.cpp:126:3: note: Variable 'result' is reassigned a value before the old one has been used.
hotspot-jdk8u112-b16/test/runtime/6929067/invoke.c:26:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[12:58]

ftp://ftp.se.debian.org/debian/pool/main/o/openjdk-9/openjdk-9_9~b181.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openjfx/openjfx_8u171-b11.orig.tar.xz
Checking rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/ArithProfile.cpp: __GCC__=1;__GCC__=1...

rt-8u171-b11/apps/experiments/PtyConsole/native/pty.c:67:19: style: Unused variable: slave_name [unusedVariable]
rt-8u171-b11/apps/experiments/PtyConsole/native/pty_fork.c:128:20: style: The scope of the variable 'pty_fd' can be reduced. [variableScope]
rt-8u171-b11/apps/experiments/PtyConsole/native/pty_fork.c:199:9: style: The scope of the variable 'pty_fd' can be reduced. [variableScope]
rt-8u171-b11/apps/experiments/PtyConsole/native/pty_fork.c:197:29: style: Function 'pty_fork1' argument 1 names different: declaration 'pts_name' definition 'pty'. [funcArgNamesDifferent]
rt-8u171-b11/apps/experiments/PtyConsole/native/pty_fork.h:46:33: note: Function 'pty_fork1' argument 1 names different: declaration 'pts_name' definition 'pty'.
rt-8u171-b11/apps/experiments/PtyConsole/native/pty_fork.c:197:29: note: Function 'pty_fork1' argument 1 names different: declaration 'pts_name' definition 'pty'.
rt-8u171-b11/modules/fxpackager/src/main/native/javapackager/win/javapackager.cpp:175:9: style: The scope of the variable 'res' can be reduced. [variableScope]
rt-8u171-b11/modules/fxpackager/src/main/native/javapackager/win/javapackager.cpp:230:9: style: The scope of the variable 'v1' can be reduced. [variableScope]
rt-8u171-b11/modules/fxpackager/src/main/native/javapackager/win/javapackager.cpp:453:26: style: Checking if unsigned variable 'javacmd.length()' is less than zero. [unsignedLessThanZero]
rt-8u171-b11/modules/fxpackager/src/main/native/javapackager/win/javapackager.cpp:44:21: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/fxpackager/src/main/native/javapackager/win/javapackager.cpp:191:13: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
rt-8u171-b11/modules/fxpackager/src/main/native/javapackager/win/javapackager.cpp:193:13: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
rt-8u171-b11/modules/fxpackager/src/main/native/javapackager/win/javapackager.cpp:446:15: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:80:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:126:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:153:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:97:0: warning: Member variable 'OrderedMap < TString , TString >::FAllowDuplicates' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:234:0: warning: Member variable 'OrderedMap < TString , TString >::FAllowDuplicates' is not assigned a value in 'OrderedMap < TString , TString >::operator='. [operatorEqVarError]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:240:0: warning: Member variable 'OrderedMap < TString , TString >::FAllowDuplicates' is not assigned a value in 'OrderedMap < TString , TString >::operator='. [operatorEqVarError]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:97:0: warning: Member variable 'OrderedMap < TString , IniSectionData * >::FAllowDuplicates' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:234:0: warning: Member variable 'OrderedMap < TString , IniSectionData * >::FAllowDuplicates' is not assigned a value in 'OrderedMap < TString , IniSectionData * >::operator='. [operatorEqVarError]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:240:0: warning: Member variable 'OrderedMap < TString , IniSectionData * >::FAllowDuplicates' is not assigned a value in 'OrderedMap < TString , IniSectionData * >::operator='. [operatorEqVarError]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:54:0: performance: Variable 'first' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:55:0: performance: Variable 'second' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:245:17: style: Technically the member function 'Platform::GetAppCDSState' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformString.h:80:12: style: Technically the member function 'DynamicBuffer::GetSize' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:246:0: style: Technically the member function 'OrderedMap < TString , TString >::Count' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:246:0: style: Technically the member function 'OrderedMap < TString , IniSectionData * >::Count' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:178:5: style: Class 'AutoFreePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:331:5: style: Class 'Library' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformString.h:69:5: style: Class 'DynamicBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformString.h:184:5: style: Class 'PlatformString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformString.h:185:5: style: Class 'PlatformString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformString.h:186:5: style: Class 'PlatformString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformString.h:187:5: style: Class 'PlatformString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformString.h:189:5: style: Class 'PlatformString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.h:48:5: style: Class 'IniSectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:51:5: style: Class 'PropertyFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:52:5: style: Class 'PropertyFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.h:57:5: style: Class 'Lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.h:57:18: style: The function 'GetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:216:18: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.h:57:18: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.h:58:20: style: The function 'GetCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:217:20: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.h:58:20: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.h:81:18: style: The function 'ContainsSection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:226:18: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.h:81:18: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.h:82:18: style: The function 'GetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:225:18: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.h:82:18: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:71:18: style: The function 'GetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:216:18: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:71:18: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:72:20: style: The function 'GetCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:217:20: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:72:20: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:161:80: performance: Function parameter 'Arguments' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/FilePath.cpp:301:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:80:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:126:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:153:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.cpp:147:106: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:97:5: warning: Member variable 'OrderedMap::FAllowDuplicates' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:234:17: warning: Member variable 'OrderedMap::FAllowDuplicates' is not assigned a value in 'OrderedMap::operator='. [operatorEqVarError]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:240:17: warning: Member variable 'OrderedMap::FAllowDuplicates' is not assigned a value in 'OrderedMap::operator='. [operatorEqVarError]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:54:9: performance: Variable 'first' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:55:9: performance: Variable 'second' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/OrderedMap.h:246:12: style: Technically the member function 'OrderedMap::Count' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:49:21: style: The function 'GetPackageAppDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:272:21: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:49:21: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:50:21: style: The function 'GetPackageLauncherDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:273:21: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:50:21: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:52:21: style: The function 'GetConfigFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:276:21: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:52:21: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:54:32: style: The function 'LoadFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:304:32: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:54:32: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:55:18: style: The function 'SaveToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:305:18: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:55:18: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:61:40: style: The function 'GetKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:302:40: note: Virtual function in base class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/GenericPlatform.h:61:40: note: Function in derived class
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Helpers.cpp:236:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Helpers.cpp:270:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.cpp:43:106: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.cpp:60:106: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.cpp:79:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.cpp:212:5: performance: Variable 'FMap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.h:52:34: style: Technically the member function 'IniSectionData::GetData' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.cpp:239:46: note: Technically the member function 'IniSectionData::GetData' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.h:52:34: note: Technically the member function 'IniSectionData::GetData' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/IniFile.cpp:211:61: performance: Function parameter 'Values' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:95:57: style: Function 'JavaException' argument 2 names different: declaration 'message' definition 'Message'. [funcArgNamesDifferent]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.h:66:55: note: Function 'JavaException' argument 2 names different: declaration 'message' definition 'Message'.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:95:57: note: Function 'JavaException' argument 2 names different: declaration 'message' definition 'Message'.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:288:66: style: Function 'JavaStringArray' argument 2 names different: declaration 'Array' definition 'Items'. [funcArgNamesDifferent]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.h:153:53: note: Function 'JavaStringArray' argument 2 names different: declaration 'Array' definition 'Items'.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:288:66: note: Function 'JavaStringArray' argument 2 names different: declaration 'Array' definition 'Items'.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:293:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:92:16: warning: Member variable 'JavaException::FEnv' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:102:5: performance: Variable 'FException' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:174:5: performance: Variable 'FClass' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:175:5: performance: Variable 'FMethod' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:198:5: performance: Variable 'FObj' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:199:5: performance: Variable 'FMethod' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:222:5: performance: Variable 'FClassName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:285:5: performance: Variable 'FData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.h:87:5: style: Technically the member function 'JavaStaticMethod::operatorjmethodID' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:190:19: note: Technically the member function 'JavaStaticMethod::operatorjmethodID' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.h:87:5: note: Technically the member function 'JavaStaticMethod::operatorjmethodID' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.h:108:5: style: Technically the member function 'JavaMethod::operatorjmethodID' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:214:13: note: Technically the member function 'JavaMethod::operatorjmethodID' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.h:108:5: note: Technically the member function 'JavaMethod::operatorjmethodID' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.h:131:5: style: Technically the member function 'JavaClass::operatorjclass' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:254:12: note: Technically the member function 'JavaClass::operatorjclass' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.h:131:5: note: Technically the member function 'JavaClass::operatorjclass' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.h:155:18: style: Technically the member function 'JavaStringArray::GetData' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:300:31: note: Technically the member function 'JavaStringArray::GetData' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.h:155:18: note: Technically the member function 'JavaStringArray::GetData' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Java.cpp:237:9: warning: Class JavaClass is not safe, destructor throws exception [exceptThrowInDestructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/JavaUserPreferences.cpp:46:26: style: Variable 'result' is not assigned a value. [unassignedVariable]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/JavaUserPreferences.h:53:34: style: Technically the member function 'JavaUserPreferences::GetData' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/JavaUserPreferences.cpp:62:51: note: Technically the member function 'JavaUserPreferences::GetData' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/JavaUserPreferences.h:53:34: note: Technically the member function 'JavaUserPreferences::GetData' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/JavaUserPreferences.cpp:56:12: error: Uninitialized variable: result [uninitvar]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/JavaVirtualMachine.cpp:235:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/JavaVirtualMachine.cpp:247:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/JavaVirtualMachine.cpp:269:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/JavaVirtualMachine.cpp:322:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/JavaVirtualMachine.cpp:302:12: style: Technically the member function 'JavaOptions::GetCount' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.h:53:10: performance: Technically the member function 'Lock::Initialize' can be static. [functionStatic]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.cpp:49:12: note: Technically the member function 'Lock::Initialize' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.h:53:10: note: Technically the member function 'Lock::Initialize' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.h:60:10: performance: Technically the member function 'Lock::Enter' can be static. [functionStatic]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.cpp:70:12: note: Technically the member function 'Lock::Enter' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.h:60:10: note: Technically the member function 'Lock::Enter' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.h:61:10: performance: Technically the member function 'Lock::Leave' can be static. [functionStatic]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.cpp:79:12: note: Technically the member function 'Lock::Leave' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.h:61:10: note: Technically the member function 'Lock::Leave' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.h:62:10: performance: Technically the member function 'Lock::TryEnter' can be static. [functionStatic]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.cpp:88:12: note: Technically the member function 'Lock::TryEnter' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Lock.h:62:10: note: Technically the member function 'Lock::TryEnter' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Macros.cpp:76:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:102:10: performance: Technically the member function 'Package::PromoteAppCDSState' can be static. [functionStatic]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.cpp:209:15: note: Technically the member function 'Package::PromoteAppCDSState' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:102:10: note: Technically the member function 'Package::PromoteAppCDSState' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:114:34: style: Technically the member function 'Package::GetJVMArgs' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.cpp:354:39: note: Technically the member function 'Package::GetJVMArgs' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:114:34: note: Technically the member function 'Package::GetJVMArgs' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:115:34: style: Technically the member function 'Package::GetDefaultJVMUserArgs' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.cpp:358:39: note: Technically the member function 'Package::GetDefaultJVMUserArgs' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:115:34: note: Technically the member function 'Package::GetDefaultJVMUserArgs' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:116:34: style: Technically the member function 'Package::GetJVMUserArgOverrides' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.cpp:362:39: note: Technically the member function 'Package::GetJVMUserArgOverrides' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:116:34: note: Technically the member function 'Package::GetJVMUserArgOverrides' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:118:34: style: Technically the member function 'Package::GetJVMUserArgs' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.cpp:428:39: note: Technically the member function 'Package::GetJVMUserArgs' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:118:34: note: Technically the member function 'Package::GetJVMUserArgs' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:145:16: style: Technically the member function 'Package::Debugging' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.cpp:628:21: note: Technically the member function 'Package::Debugging' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.h:145:16: note: Technically the member function 'Package::Debugging' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:178:0: style: Class 'AutoFreePtr < ISectionalPropertyContainer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:178:0: style: Class 'AutoFreePtr < JavaUserPreferences >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.cpp:403:67: performance: Function parameter 'Value' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.cpp:130:22: performance: Possible inefficient checking for 'FArgs' emptiness. [stlSize]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Package.cpp:332:13: performance: Possible inefficient checking for 'args' emptiness. [stlSize]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.cpp:94:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.cpp:110:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.cpp:175:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformString.cpp:164:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformThread.h:64:10: performance: Technically the member function 'PlatformThread::Run' can be static. [functionStatic]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformThread.cpp:60:22: note: Technically the member function 'PlatformThread::Run' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformThread.h:64:10: note: Technically the member function 'PlatformThread::Run' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformThread.h:65:10: performance: Technically the member function 'PlatformThread::Terminate' can be static. [functionStatic]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformThread.cpp:69:22: note: Technically the member function 'PlatformThread::Terminate' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformThread.h:65:10: note: Technically the member function 'PlatformThread::Terminate' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformThread.h:66:10: performance: Technically the member function 'PlatformThread::Wait' can be static. [functionStatic]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformThread.cpp:78:22: note: Technically the member function 'PlatformThread::Wait' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PlatformThread.h:66:10: note: Technically the member function 'PlatformThread::Wait' can be static.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.cpp:100:106: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.cpp:53:15: warning: Member variable 'PropertyFile::FReadOnly' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.cpp:53:15: warning: Member variable 'PropertyFile::FModified' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.cpp:62:5: performance: Variable 'FData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:56:10: style: Technically the member function 'PropertyFile::IsModified' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.cpp:75:20: note: Technically the member function 'PropertyFile::IsModified' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:56:10: note: Technically the member function 'PropertyFile::IsModified' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:57:10: style: Technically the member function 'PropertyFile::GetReadOnly' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.cpp:79:20: note: Technically the member function 'PropertyFile::GetReadOnly' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:57:10: note: Technically the member function 'PropertyFile::GetReadOnly' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:68:34: style: Technically the member function 'PropertyFile::GetData' can be const. [functionConst]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.cpp:187:44: note: Technically the member function 'PropertyFile::GetData' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:68:34: note: Technically the member function 'PropertyFile::GetData' can be const.
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/PropertyFile.h:41:1: warning: The class 'PropertyFile' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/main.cpp:86:14: style: The scope of the variable 'parentProcess' can be reduced. [variableScope]
rt-8u171-b11/modules/fxpackager/src/main/native/library/common/Platform.h:178:0: style: Class 'AutoFreePtr < Process >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/fxpackager/src/main/native/service/win/WinLauncherSvc.cpp:86:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
rt-8u171-b11/modules/fxpackager/src/main/native/service/win/WinLauncherSvc.cpp:671:27: style: Function 'SvcMain' argument 1 names different: declaration 'argc' definition 'dwArgc'. [funcArgNamesDifferent]
rt-8u171-b11/modules/fxpackager/src/main/native/service/win/WinLauncherSvc.cpp:54:27: note: Function 'SvcMain' argument 1 names different: declaration 'argc' definition 'dwArgc'.
rt-8u171-b11/modules/fxpackager/src/main/native/service/win/WinLauncherSvc.cpp:671:27: note: Function 'SvcMain' argument 1 names different: declaration 'argc' definition 'dwArgc'.
rt-8u171-b11/modules/fxpackager/src/main/native/service/win/WinLauncherSvc.cpp:671:43: style: Function 'SvcMain' argument 2 names different: declaration 'argv' definition 'lpszArgv'. [funcArgNamesDifferent]
rt-8u171-b11/modules/fxpackager/src/main/native/service/win/WinLauncherSvc.cpp:54:41: note: Function 'SvcMain' argument 2 names different: declaration 'argv' definition 'lpszArgv'.
rt-8u171-b11/modules/fxpackager/src/main/native/service/win/WinLauncherSvc.cpp:671:43: note: Function 'SvcMain' argument 2 names different: declaration 'argv' definition 'lpszArgv'.
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:141:5: warning: Either the condition 'lpid==NULL' is redundant or there is possible null pointer dereference: lpid. [nullPointerRedundantCheck]
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:150:14: note: Assuming that condition 'lpid==NULL' is not redundant
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:141:5: note: Null pointer dereference
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:142:5: warning: Either the condition 'lpid==NULL' is redundant or there is possible null pointer dereference: lpid. [nullPointerRedundantCheck]
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:150:14: note: Assuming that condition 'lpid==NULL' is not redundant
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:142:5: note: Null pointer dereference
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:143:5: warning: Either the condition 'lpid==NULL' is redundant or there is possible null pointer dereference: lpid. [nullPointerRedundantCheck]
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:150:14: note: Assuming that condition 'lpid==NULL' is not redundant
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:143:5: note: Null pointer dereference
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:145:64: warning: Either the condition 'lpid==NULL' is redundant or there is possible null pointer dereference: lpid. [nullPointerRedundantCheck]
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:150:14: note: Assuming that condition 'lpid==NULL' is not redundant
rt-8u171-b11/modules/fxpackager/src/main/native/tools/win/IconSwap.cpp:145:64: note: Null pointer dereference
rt-8u171-b11/modules/graphics/src/android/native/NativePipeReader.c:75:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/android/native/NativePipeReader.c:73:9: note: Variable 'status' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/android/native/NativePipeReader.c:75:9: note: Variable 'status' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/android/native/VMLauncher.c:131:0: error: Memory leak: argv [memleak]
rt-8u171-b11/modules/graphics/src/main/native-decora/SSEUtils.cc:98:26: style: Function 'laccumsample' argument 2 names different: declaration 'floc_x' definition 'fpix_x'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-decora/SSEUtils.h:47:26: note: Function 'laccumsample' argument 2 names different: declaration 'floc_x' definition 'fpix_x'.
rt-8u171-b11/modules/graphics/src/main/native-decora/SSEUtils.cc:98:26: note: Function 'laccumsample' argument 2 names different: declaration 'floc_x' definition 'fpix_x'.
rt-8u171-b11/modules/graphics/src/main/native-decora/SSEUtils.cc:98:41: style: Function 'laccumsample' argument 3 names different: declaration 'floc_y' definition 'fpix_y'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-decora/SSEUtils.h:47:41: note: Function 'laccumsample' argument 3 names different: declaration 'floc_y' definition 'fpix_y'.
rt-8u171-b11/modules/graphics/src/main/native-decora/SSEUtils.cc:98:41: note: Function 'laccumsample' argument 3 names different: declaration 'floc_y' definition 'fpix_y'.
rt-8u171-b11/modules/graphics/src/main/native-decora/SSEUtils.cc:144:22: style: Function 'fsample' argument 1 names different: declaration 'img' definition 'map'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-decora/SSEUtils.h:51:22: note: Function 'fsample' argument 1 names different: declaration 'img' definition 'map'.
rt-8u171-b11/modules/graphics/src/main/native-decora/SSEUtils.cc:144:22: note: Function 'fsample' argument 1 names different: declaration 'img' definition 'map'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassApplication.cpp:356:43: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassApplication.cpp:374:19: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:179:1: style: The class 'WindowContextBase' does not have a constructor although it has private member variables. [noConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_general.h:48:5: style: Struct 'jni_exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:220:10: style: The function 'isEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:106:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:220:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:221:10: style: The function 'hasIME' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:107:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:221:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:222:10: style: The function 'filterIME' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:108:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:222:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:223:10: style: The function 'enableOrResetIME' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:109:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:223:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:224:10: style: The function 'disableIME' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:110:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:224:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:225:10: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:111:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:225:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:226:16: style: The function 'get_gdk_window' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:163:24: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:226:16: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:227:13: style: The function 'get_jwindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:166:21: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:227:13: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:228:13: style: The function 'get_jview' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:165:21: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:228:13: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:230:10: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:159:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:230:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:231:10: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:160:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:231:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:232:10: style: The function 'show_or_hide_children' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:116:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:232:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:234:10: style: The function 'set_visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:117:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:234:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:235:10: style: The function 'is_visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:118:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:235:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:236:10: style: The function 'set_view' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:161:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:236:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:237:10: style: The function 'grab_focus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:123:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:237:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:238:10: style: The function 'grab_mouse_drag_focus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:124:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:238:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:239:10: style: The function 'ungrab_focus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:125:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:239:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:240:10: style: The function 'ungrab_mouse_drag_focus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:126:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:240:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:241:10: style: The function 'set_cursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:136:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:241:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:242:10: style: The function 'set_level' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:139:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:242:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:243:10: style: The function 'set_background' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:140:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:243:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:245:10: style: The function 'process_map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:144:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:245:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:246:10: style: The function 'process_focus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:145:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:246:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:247:10: style: The function 'process_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:146:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:247:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:248:10: style: The function 'process_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:147:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:248:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:249:10: style: The function 'process_expose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:148:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:249:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:250:10: style: The function 'process_mouse_button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:149:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:250:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:251:10: style: The function 'process_mouse_motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:150:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:251:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:252:10: style: The function 'process_mouse_scroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:151:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:252:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:253:10: style: The function 'process_mouse_cross' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:152:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:253:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:254:10: style: The function 'process_key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:153:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:254:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:255:10: style: The function 'process_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:154:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:255:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:257:10: style: The function 'notify_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:156:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:257:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:259:9: style: The function 'getEmbeddedX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:168:17: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:259:9: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:260:9: style: The function 'getEmbeddedY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:169:17: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:260:9: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:262:10: style: The function 'increment_events_counter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:172:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:262:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:263:10: style: The function 'decrement_events_counter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:173:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:263:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:264:12: style: The function 'get_events_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:174:20: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:264:12: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:265:10: style: The function 'is_dead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:175:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:265:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:277:10: style: The function 'set_view' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:161:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:277:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:278:10: style: The function 'set_bounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:119:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:278:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:280:24: style: The function 'get_frame_extents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:112:32: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:280:24: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:282:10: style: The function 'enter_fullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:114:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:282:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:283:10: style: The function 'exit_fullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:115:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:283:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:284:10: style: The function 'set_resizable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:120:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:284:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:285:10: style: The function 'request_focus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:121:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:285:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:286:10: style: The function 'set_focusable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:122:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:286:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:287:10: style: The function 'set_title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:127:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:287:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:288:10: style: The function 'set_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:128:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:288:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:289:10: style: The function 'set_enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:129:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:289:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:290:10: style: The function 'set_minimum_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:130:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:290:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:291:10: style: The function 'set_maximum_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:131:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:291:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:292:10: style: The function 'set_minimized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:132:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:292:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:293:10: style: The function 'set_maximized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:133:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:293:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:294:10: style: The function 'set_icon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:134:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:294:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:295:10: style: The function 'restack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:135:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:295:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:296:10: style: The function 'set_modal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:137:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:296:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:297:10: style: The function 'set_gravity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:138:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:297:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:298:10: style: The function 'process_property_notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:142:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:298:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:299:10: style: The function 'process_configure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:143:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:299:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:302:10: style: The function 'applyShapeMask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:269:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:302:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:306:16: style: The function 'get_gtk_window' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:164:24: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:306:16: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:323:10: style: The function 'process_mouse_button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:149:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:323:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:324:10: style: The function 'set_view' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:161:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:324:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:325:10: style: The function 'set_bounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:119:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:325:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:327:24: style: The function 'get_frame_extents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:112:32: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:327:24: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:329:10: style: The function 'enter_fullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:114:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:329:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:330:10: style: The function 'exit_fullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:115:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:330:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:331:10: style: The function 'set_resizable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:120:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:331:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:332:10: style: The function 'request_focus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:121:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:332:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:333:10: style: The function 'set_focusable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:122:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:333:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:334:10: style: The function 'set_title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:127:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:334:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:335:10: style: The function 'set_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:128:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:335:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:336:10: style: The function 'set_enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:129:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:336:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:337:10: style: The function 'set_minimum_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:130:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:337:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:338:10: style: The function 'set_maximum_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:131:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:338:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:339:10: style: The function 'set_minimized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:132:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:339:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:340:10: style: The function 'set_maximized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:133:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:340:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:341:10: style: The function 'set_icon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:134:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:341:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:342:10: style: The function 'restack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:135:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:342:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:343:10: style: The function 'set_modal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:137:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:343:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:344:10: style: The function 'set_gravity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:138:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:344:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:345:10: style: The function 'process_property_notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:142:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:345:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:346:10: style: The function 'process_configure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:143:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:346:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:347:10: style: The function 'process_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:146:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:347:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:348:10: style: The function 'set_visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:117:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:348:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:350:9: style: The function 'getEmbeddedX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:168:17: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:350:9: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:351:9: style: The function 'getEmbeddedY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:169:17: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:351:9: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:353:10: style: The function 'applyShapeMask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:269:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:353:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:357:16: style: The function 'get_gtk_window' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:164:24: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:357:16: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:387:10: style: The function 'process_map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:144:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:387:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:388:10: style: The function 'process_property_notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:142:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:388:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:389:10: style: The function 'process_configure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:143:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:389:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:390:10: style: The function 'process_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:146:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:390:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:393:24: style: The function 'get_frame_extents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:112:32: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:393:24: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:395:10: style: The function 'set_minimized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:132:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:395:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:396:10: style: The function 'set_maximized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:133:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:396:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:397:10: style: The function 'set_bounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:119:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:397:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:398:10: style: The function 'set_resizable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:120:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:398:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:399:10: style: The function 'request_focus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:121:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:399:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:400:10: style: The function 'set_focusable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:122:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:400:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:401:10: style: The function 'set_title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:127:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:401:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:402:10: style: The function 'set_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:128:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:402:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:403:10: style: The function 'set_enabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:129:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:403:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:404:10: style: The function 'set_minimum_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:130:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:404:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:405:10: style: The function 'set_maximum_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:131:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:405:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:406:10: style: The function 'set_icon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:134:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:406:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:407:10: style: The function 'restack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:135:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:407:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:408:10: style: The function 'set_modal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:137:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:408:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:409:10: style: The function 'set_gravity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:138:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:409:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:410:10: style: The function 'set_level' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:139:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:410:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:411:10: style: The function 'set_visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:117:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:411:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:412:10: style: The function 'notify_on_top' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:157:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:412:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:414:10: style: The function 'enter_fullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:114:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:414:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:415:10: style: The function 'exit_fullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:115:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:415:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:419:16: style: The function 'get_gtk_window' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:164:24: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:419:16: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:422:10: style: The function 'applyShapeMask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:269:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:422:10: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassCommonDialogs.cpp:92:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassSystemClipboard.cpp:345:19: style: The scope of the variable 'raw_data' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassSystemClipboard.cpp:540:12: style: The scope of the variable 'name' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassView.cpp:211:9: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassView.cpp:209:0: note: Variable 'data' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassView.cpp:211:9: note: Variable 'data' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassView.cpp:234:9: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassView.cpp:231:0: note: Variable 'data' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassView.cpp:234:9: note: Variable 'data' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassWindow.cpp:132:25: warning: Possible null pointer dereference: parent_ctx [nullPointer]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassWindow.cpp:109:37: note: Assignment 'parent_ctx=NULL', assigned value is 0
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassWindow.cpp:132:25: note: Null pointer dereference
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassWindow.cpp:117:22: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassWindow.cpp:112:5: style: Variable 'parent_window' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassWindow.cpp:107:0: note: Variable 'parent_window' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassWindow.cpp:112:5: note: Variable 'parent_window' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassWindow.cpp:457:16: style: Same expression on both sides of '!=' because the value of 'pixbuf' and 'NULL' are the same. [duplicateExpression]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassWindow.cpp:450:25: note: 'pixbuf' is assigned value 'NULL' here.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/GlassWindow.cpp:457:16: note: Same expression on both sides of '!=' because the value of 'pixbuf' and 'NULL' are the same.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:320:31: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1095:17: style: The scope of the variable 'w' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1095:24: style: The scope of the variable 'h' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1197:33: style: Function 'View' argument 1 names different: declaration 'pixbuf' definition '_pixbuf'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.h:62:25: note: Function 'View' argument 1 names different: declaration 'pixbuf' definition '_pixbuf'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1197:33: note: Function 'View' argument 1 names different: declaration 'pixbuf' definition '_pixbuf'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1197:51: style: Function 'View' argument 2 names different: declaration 'is_raw_image' definition '_is_raw_image'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.h:62:42: note: Function 'View' argument 2 names different: declaration 'is_raw_image' definition '_is_raw_image'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1197:51: note: Function 'View' argument 2 names different: declaration 'is_raw_image' definition '_is_raw_image'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1198:42: style: Function 'View' argument 3 names different: declaration 'is_offset_set' definition '_is_offset_set'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.h:62:65: note: Function 'View' argument 3 names different: declaration 'is_offset_set' definition '_is_offset_set'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1198:42: note: Function 'View' argument 3 names different: declaration 'is_offset_set' definition '_is_offset_set'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1198:63: style: Function 'View' argument 4 names different: declaration 'offset_x' definition '_offset_x'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.h:62:85: note: Function 'View' argument 4 names different: declaration 'offset_x' definition '_offset_x'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1198:63: note: Function 'View' argument 4 names different: declaration 'offset_x' definition '_offset_x'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1198:79: style: Function 'View' argument 5 names different: declaration 'offset_y' definition '_offset_y'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.h:62:100: note: Function 'View' argument 5 names different: declaration 'offset_y' definition '_offset_y'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1198:79: note: Function 'View' argument 5 names different: declaration 'offset_y' definition '_offset_y'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1285:9: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_dnd.cpp:1289:9: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_general.cpp:390:44: style: Function 'glass_throw_oom' argument 2 names different: declaration 'exceptionMessage' definition 'message'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_general.h:237:52: note: Function 'glass_throw_oom' argument 2 names different: declaration 'exceptionMessage' definition 'message'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_general.cpp:390:44: note: Function 'glass_throw_oom' argument 2 names different: declaration 'exceptionMessage' definition 'message'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_general.cpp:425:27: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.cpp:1464:10: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.cpp:1621:26: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.cpp:1815:22: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.cpp:1629:59: style: Function 'WindowContextChild' argument 4 names different: declaration 'parent_context' definition 'parent_ctx'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:359:85: note: Function 'WindowContextChild' argument 4 names different: declaration 'parent_context' definition 'parent_ctx'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.cpp:1629:59: note: Function 'WindowContextChild' argument 4 names different: declaration 'parent_context' definition 'parent_ctx'.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:432:10: style: Technically the member function 'WindowContextTop::on_top_inherited' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.cpp:1394:24: note: Technically the member function 'WindowContextTop::on_top_inherited' can be const.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:432:10: note: Technically the member function 'WindowContextTop::on_top_inherited' can be const.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:433:10: style: Technically the member function 'WindowContextTop::effective_on_top' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.cpp:1407:24: note: Technically the member function 'WindowContextTop::effective_on_top' can be const.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window.h:433:10: note: Technically the member function 'WindowContextTop::effective_on_top' can be const.
rt-8u171-b11/modules/graphics/src/main/native-glass/gtk/glass_window_ime.cpp:78:9: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensApplication.c:216:17: style: The scope of the variable 'liblens_porting' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensApplication.c:389:43: style: Function 'glass_application_notifyKeyEvent' argument 3 names different: declaration 'type' definition 'eventType'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensCommon.h:357:43: note: Function 'glass_application_notifyKeyEvent' argument 3 names different: declaration 'type' definition 'eventType'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensApplication.c:389:43: note: Function 'glass_application_notifyKeyEvent' argument 3 names different: declaration 'type' definition 'eventType'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensApplication.c:394:16: style: Variable 'lastKey' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensApplication.c:616:17: style: Unused variable: i [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensApplication.c:246:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensInputEvents.c:415:38: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensInputEvents.c:414:34: note: outer condition: keyMap[i].jfxKeyCode==jfxKeyCode
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensInputEvents.c:415:38: note: identical inner condition: keyMap[i].jfxKeyCode==jfxKeyCode
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensInputEvents.c:215:47: style: Function 'glass_inputEvents_updateKeyModifiers' argument 1 names different: declaration 'keyCode' definition 'key'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensCommon.h:1449:47: note: Function 'glass_inputEvents_updateKeyModifiers' argument 1 names different: declaration 'keyCode' definition 'key'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensInputEvents.c:215:47: note: Function 'glass_inputEvents_updateKeyModifiers' argument 1 names different: declaration 'keyCode' definition 'key'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensInputEvents.c:380:61: style: Function 'glass_inputEvents_getJavaKeycodeFromPlatformKeyCode' argument 1 names different: declaration 'platformKeyCode' definition 'platformKey'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensCommon.h:1437:61: note: Function 'glass_inputEvents_getJavaKeycodeFromPlatformKeyCode' argument 1 names different: declaration 'platformKeyCode' definition 'platformKey'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensInputEvents.c:380:61: note: Function 'glass_inputEvents_getJavaKeycodeFromPlatformKeyCode' argument 1 names different: declaration 'platformKeyCode' definition 'platformKey'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensLogger.c:144:13: style: The scope of the variable 'tagCount' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensLogger.c:145:13: style: The scope of the variable 'tagIndex' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensLogger.c:146:13: style: The scope of the variable 'index' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensLogger.c:209:35: style: Function 'glass_logf' argument 3 names different: declaration 'file' definition 'path'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensLogger.h:42:29: note: Function 'glass_logf' argument 3 names different: declaration 'file' definition 'path'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensLogger.c:209:35: note: Function 'glass_logf' argument 3 names different: declaration 'file' definition 'path'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensLogger.c:147:13: style: Unused variable: i [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensView.c:217:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:91:5: warning: Either the condition 'if(window)' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:175:12: note: Assuming that condition 'if(window)' is not redundant
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:174:48: note: Calling function 'glass_window_NativeWindow_release', 2nd argument 'window' value is 0
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:91:5: note: Null pointer dereference
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:99:9: warning: Either the condition 'if(window)' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:175:12: note: Assuming that condition 'if(window)' is not redundant
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:174:48: note: Calling function 'glass_window_NativeWindow_release', 2nd argument 'window' value is 0
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:99:9: note: Null pointer dereference
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:109:9: warning: Either the condition 'window?(int)window->id:-1' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:110:9: note: Assuming that condition 'window?(int)window->id:-1' is not redundant
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:109:9: note: Null pointer dereference
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:719:62: style: Function 'glass_window_check_bounds' argument 2 names different: declaration 'width' definition 'pWidth'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensCommon.h:946:41: note: Function 'glass_window_check_bounds' argument 2 names different: declaration 'width' definition 'pWidth'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:719:62: note: Function 'glass_window_check_bounds' argument 2 names different: declaration 'width' definition 'pWidth'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:719:75: style: Function 'glass_window_check_bounds' argument 3 names different: declaration 'height' definition 'pHeight'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensCommon.h:947:41: note: Function 'glass_window_check_bounds' argument 3 names different: declaration 'height' definition 'pHeight'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:719:75: note: Function 'glass_window_check_bounds' argument 3 names different: declaration 'height' definition 'pHeight'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/LensWindow.c:176:0: error: Deallocating a deallocated pointer: window [deallocDealloc]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:2450:20: warning: Either the condition 'if(device&&device->info)' is redundant or there is possible null pointer dereference: device. [nullPointerRedundantCheck]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:2452:8: note: Assuming that condition 'if(device&&device->info)' is not redundant
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:2450:20: note: Null pointer dereference
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:2451:20: warning: Either the condition 'if(device&&device->info)' is redundant or there is possible null pointer dereference: device. [nullPointerRedundantCheck]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:2452:8: note: Assuming that condition 'if(device&&device->info)' is not redundant
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:2451:20: note: Null pointer dereference
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:571:17: style: The scope of the variable 'key' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:1105:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:1143:9: style: The scope of the variable 'numOfEpollEvents' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:2192:9: style: The scope of the variable 'jfxKeyCode' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:2193:9: style: The scope of the variable 'eventType' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:2549:13: style: The scope of the variable 'matchedStrings' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:758:73: style: Function 'lens_input_mouseStateAllocateAndInit' argument 1 names different: declaration 'newDevice' definition 'device'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:294:73: note: Function 'lens_input_mouseStateAllocateAndInit' argument 1 names different: declaration 'newDevice' definition 'device'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:758:73: note: Function 'lens_input_mouseStateAllocateAndInit' argument 1 names different: declaration 'newDevice' definition 'device'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:680:18: style: Unused variable: vendorId [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:680:28: style: Unused variable: productId [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:760:42: style: Variable 'caps' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:1250:21: style: Unused variable: ret [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c:2337:24: style: Unused variable: epollEvent [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/lensRFB/rfb.c:334:9: style: Unused variable: eventType [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/lensport/initPlatform.c:110:53: style: Function 'prism_platform_initialize' argument 1 names different: declaration 'prismsPort' definition 'prismPort'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/lensport/lensPort.h:81:60: note: Function 'prism_platform_initialize' argument 1 names different: declaration 'prismsPort' definition 'prismPort'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/lensport/initPlatform.c:110:53: note: Function 'prism_platform_initialize' argument 1 names different: declaration 'prismsPort' definition 'prismPort'.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/lensport/wrapped_functions.c:220:28: style: Condition 'load_bcm_symbols()==0' is always false [knownConditionTrueFalse]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/lensport/wrapped_functions.c:216:20: style: Variable 'libbcm' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/wm/LensWindowManager.c:1115:9: style: The scope of the variable 'i' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/wm/LensWindowManager.c:1116:9: style: The scope of the variable 'dx' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/wm/LensWindowManager.c:1116:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/wm/LensWindowManager.c:1241:0: style: Variable 'reportMove' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/wm/robot.c:66:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/wm/robot.c:60:0: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/wm/robot.c:66:5: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/wm/screen/headlessScreen.c:132:10: style: The scope of the variable 'dst' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/wm/screen/headlessScreen.c:132:16: style: The scope of the variable 'src' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/wm/screen/headlessScreen.c:237:21: style: Variable 'ret_width' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/lens/wm/screen/headlessScreen.c:238:22: style: Variable 'ret_height' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/monocle/EGL.c:107:9: style: The scope of the variable 'i' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/monocle/android/dalvikInput.c:86:9: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
rt-8u171-b11/modules/graphics/src/main/native-glass/monocle/android/dalvikInput.c:164:9: style: Variable 'jlongids' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/monocle/android/dalvikInput.c:155:17: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/monocle/linux/LinuxSystem.c:73:42: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
rt-8u171-b11/modules/graphics/src/main/native-glass/monocle/linux/LinuxSystem.c:79:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
rt-8u171-b11/modules/graphics/src/main/native-glass/monocle/mx6/MX6AcceleratedScreen.c:39:23: style: Condition 'cachedDisplay==NULL' is always true [knownConditionTrueFalse]
rt-8u171-b11/modules/graphics/src/main/native-glass/monocle/mx6/MX6AcceleratedScreen.c:37:42: note: Assignment 'cachedDisplay=NULL', assigned value is 0
rt-8u171-b11/modules/graphics/src/main/native-glass/monocle/mx6/MX6AcceleratedScreen.c:39:23: note: Condition 'cachedDisplay==NULL' is always true
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:232:12: style: Member variable 'DNTString::m_length' is in the wrong place in the initializer list. [initializerList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:125:24: note: Member variable 'DNTString::m_length' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:232:12: note: Member variable 'DNTString::m_length' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:105:9: style: Technically the member function 'JString::length' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:141:12: style: Technically the member function 'DNTString::length' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:143:12: style: Technically the member function 'DNTString::limit' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:366:5: style: Technically the member function 'MemHolder::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:367:17: style: Technically the member function 'MemHolder::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:401:9: style: Technically the member function 'JArray::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:431:9: style: Technically the member function 'JBufferArray::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:87:10: style: Technically the member function 'BaseWnd::IsCommonDialogOwner' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:329:0: style: Technically the member function 'JGlobalRef < jobject >::operatorT' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:330:0: style: Technically the member function 'JGlobalRef < jobject >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:331:0: style: Technically the member function 'JGlobalRef < jobject >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:291:0: style: Technically the member function 'JLocalRef < jthrowable >::operatorT' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:292:0: style: Technically the member function 'JLocalRef < jthrowable >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:293:0: style: Technically the member function 'JLocalRef < jthrowable >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:291:0: style: Technically the member function 'JLocalRef < jclass >::operatorT' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:292:0: style: Technically the member function 'JLocalRef < jclass >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:293:0: style: Technically the member function 'JLocalRef < jclass >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:291:0: style: Technically the member function 'JLocalRef < jstring >::operatorT' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:292:0: style: Technically the member function 'JLocalRef < jstring >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:293:0: style: Technically the member function 'JLocalRef < jstring >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:127:9: style: Class 'DNTString' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:127:9: style: Class 'DNTString' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:124:5: style: Class 'DNTString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:345:5: style: Class 'MemHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:37:5: style: Struct 'MessageResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassApplication.h:75:5: style: Class 'GlassApplication' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:309:0: style: Class 'JGlobalRef < jobject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:342:1: warning: The class 'MemHolder' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassApplication.h:127:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:82:21: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassApplication.h:127:21: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassApplication.h:128:21: style: The function 'GetWindowClassNameSuffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:85:21: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassApplication.h:128:21: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:329:5: style: Technically the member function 'JGlobalRef::operatorT' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:330:5: style: Technically the member function 'JGlobalRef::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:331:10: style: Technically the member function 'JGlobalRef::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:309:5: style: Class 'JGlobalRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/CommonDialogs.cpp:36:9: style: Class 'CommonDialogOwner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:291:0: style: Technically the member function 'JLocalRef < jobjectArray >::operatorT' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:292:0: style: Technically the member function 'JLocalRef < jobjectArray >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:293:0: style: Technically the member function 'JLocalRef < jobjectArray >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:291:0: style: Technically the member function 'JLocalRef < jobject >::operatorT' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:292:0: style: Technically the member function 'JLocalRef < jobject >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:293:0: style: Technically the member function 'JLocalRef < jobject >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/CommonDialogs_Standard.cpp:160:40: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/CommonDialogs_Standard.cpp:142:18: style: The scope of the variable 'cbLength' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:39:16: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.cpp:420:28: style: Variable 'view' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.cpp:433:28: style: Variable 'view' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.cpp:48:5: performance: Variable 'm_animationStage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:56:10: performance: Technically the member function 'FullScreenWindow::HandleSizeEvent' can be static. [functionStatic]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.cpp:210:24: note: Technically the member function 'FullScreenWindow::HandleSizeEvent' can be static.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:56:10: note: Technically the member function 'FullScreenWindow::HandleSizeEvent' can be static.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassView.h:46:20: style: Technically the member function 'GlassView::GetView' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:53:13: style: Technically the member function 'GlassWindow::GetJObject' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:59:17: style: Technically the member function 'GlassWindow::IsFocusable' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:60:17: style: Technically the member function 'GlassWindow::IsTransparent' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:61:17: style: Technically the member function 'GlassWindow::IsResizable' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:62:17: style: Technically the member function 'GlassWindow::IsDecorated' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:86:17: style: Technically the member function 'GlassWindow::IsEnabled' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:100:10: style: Technically the member function 'GlassWindow::IsChild' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:134:10: style: Technically the member function 'GlassWindow::IsFocused' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:172:10: style: Technically the member function 'GlassWindow::IsInFullScreenMode' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassView.h:35:5: style: Class 'GlassView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassDnD.h:84:5: style: Class 'GlassDropSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:44:18: style: The function 'EnterFullScreenMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:60:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:44:18: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:45:18: style: The function 'ExitFullScreenMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:61:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:45:18: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:52:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:82:21: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:52:21: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:53:21: style: The function 'GetWindowClassNameSuffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:85:21: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:53:21: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:55:18: style: The function 'HandleViewTimerEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.h:76:22: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:55:18: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:96:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:82:21: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:96:21: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:97:21: style: The function 'GetWindowClassNameSuffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:85:21: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/FullScreenWindow.h:97:21: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:63:25: style: The function 'IsGlassWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:58:25: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:63:25: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:102:18: style: The function 'EnterFullScreenMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:60:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:102:18: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:103:18: style: The function 'ExitFullScreenMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:61:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:103:18: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:109:21: style: The function 'WindowProc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:82:21: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:109:21: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:111:21: style: The function 'GetWindowClassNameSuffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/BaseWnd.h:85:21: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:111:21: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassAccessible.cpp:1323:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassAccessible.cpp:1321:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassAccessible.cpp:1323:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassAccessible.cpp:256:5: performance: Variable 'm_jAccessible' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassAccessible.cpp:231:35: error: va_list 'vl' was opened but not closed by va_end(). [va_end_missing]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Timer.h:99:14: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassApplication.cpp:149:35: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassApplication.cpp:108:5: performance: Variable 'm_grefThis' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:251:5: warning: Member variable 'BinaryChunk::pdata' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:251:5: warning: Member variable 'BinaryChunk::cdata' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:251:5: warning: Member variable 'BinaryChunk::initialized' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:251:5: warning: Member variable 'BinaryChunk::data' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:252:18: warning: Member variable 'BinaryChunk::pdata' is not assigned a value in 'BinaryChunk::operator='. [operatorEqVarError]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:252:18: warning: Member variable 'BinaryChunk::cdata' is not assigned a value in 'BinaryChunk::operator='. [operatorEqVarError]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:252:18: warning: Member variable 'BinaryChunk::initialized' is not assigned a value in 'BinaryChunk::operator='. [operatorEqVarError]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:252:18: warning: Member variable 'BinaryChunk::data' is not assigned a value in 'BinaryChunk::operator='. [operatorEqVarError]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:371:15: style: Member variable 'BinaryChunk::pdata' is in the wrong place in the initializer list. [initializerList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:257:7: note: Member variable 'BinaryChunk::pdata' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:371:15: note: Member variable 'BinaryChunk::pdata' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Pixels.h:47:9: style: Technically the member function 'BaseBitmap::operatorHBITMAP' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Pixels.h:48:9: style: Technically the member function 'BaseBitmap::operatorHGDIOBJ' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Pixels.h:49:9: style: Technically the member function 'BaseBitmap::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Pixels.h:82:13: style: Technically the member function 'Pixels::GetWidth' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Pixels.h:83:13: style: Technically the member function 'Pixels::GetHeight' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:431:0: style: Technically the member function 'JBufferArray < jint >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:431:0: style: Technically the member function 'JBufferArray < jbyte >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:401:0: style: Technically the member function 'JArray < jint >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:401:0: style: Technically the member function 'JArray < jbyte >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:366:0: style: Technically the member function 'MemHolder < wchar_t >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:367:0: style: Technically the member function 'MemHolder < wchar_t >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:366:0: style: Technically the member function 'MemHolder < jbyte >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:367:0: style: Technically the member function 'MemHolder < jbyte >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:329:0: style: Technically the member function 'JGlobalRef < jobjectArray >::operatorT' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:330:0: style: Technically the member function 'JGlobalRef < jobjectArray >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:331:0: style: Technically the member function 'JGlobalRef < jobjectArray >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:329:0: style: Technically the member function 'JGlobalRef < jstring >::operatorT' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:330:0: style: Technically the member function 'JGlobalRef < jstring >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:331:0: style: Technically the member function 'JGlobalRef < jstring >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:329:0: style: Technically the member function 'JGlobalRef < jarray >::operatorT' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:330:0: style: Technically the member function 'JGlobalRef < jarray >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:331:0: style: Technically the member function 'JGlobalRef < jarray >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:291:0: style: Technically the member function 'JLocalRef < jbyteArray >::operatorT' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:292:0: style: Technically the member function 'JLocalRef < jbyteArray >::operatorbool' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:293:0: style: Technically the member function 'JLocalRef < jbyteArray >::operator!' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Pixels.h:61:9: style: Class 'Bitmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Pixels.h:66:9: style: Class 'DIBitmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassClipboard.cpp:964:9: style: Class 'ClipboardEnumFORMATETC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:345:0: style: Class 'MemHolder < wchar_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:345:0: style: Class 'MemHolder < jbyte >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:309:0: style: Class 'JGlobalRef < jobjectArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:309:0: style: Class 'JGlobalRef < jstring >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:309:0: style: Class 'JGlobalRef < jarray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:342:0: warning: The class 'MemHolder < wchar_t >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Utils.h:342:0: warning: The class 'MemHolder < jbyte >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassInputTextInfo.cpp:207:19: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassInputTextInfo.h:52:9: style: Technically the member function 'GlassInputTextInfo::GetAttributeInfo' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassInputTextInfo.cpp:285:25: note: Technically the member function 'GlassInputTextInfo::GetAttributeInfo' can be const.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassInputTextInfo.h:52:9: note: Technically the member function 'GlassInputTextInfo::GetAttributeInfo' can be const.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassInputTextInfo.h:41:5: style: Class 'GlassInputTextInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassScreen.cpp:511:13: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassTextRangeProvider.cpp:52:106: style: Function 'GlassTextRangeProvider' argument 3 names different: declaration 'glassProvider' definition 'glassAccessible'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassTextRangeProvider.h:36:86: note: Function 'GlassTextRangeProvider' argument 3 names different: declaration 'glassProvider' definition 'glassAccessible'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassTextRangeProvider.cpp:52:106: note: Function 'GlassTextRangeProvider' argument 3 names different: declaration 'glassProvider' definition 'glassAccessible'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassTextRangeProvider.cpp:55:5: performance: Variable 'm_jTextRangeProvider' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassView.cpp:306:24: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassView.cpp:48:5: performance: Variable 'm_grefThis' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.cpp:227:36: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.cpp:1302:39: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.cpp:199:37: style: Function 'SetFocusable' argument 1 names different: declaration 'val' definition 'isFocusable'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:57:28: note: Function 'SetFocusable' argument 1 names different: declaration 'val' definition 'isFocusable'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.cpp:199:37: note: Function 'SetFocusable' argument 1 names different: declaration 'val' definition 'isFocusable'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:139:16: style: Member variable 'GlassWindow::m_isTransparent' is in the wrong place in the initializer list. [initializerList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.cpp:72:5: note: Member variable 'GlassWindow::m_isTransparent' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:139:16: note: Member variable 'GlassWindow::m_isTransparent' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:146:10: style: Member variable 'GlassWindow::m_alpha' is in the wrong place in the initializer list. [initializerList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.cpp:76:5: note: Member variable 'GlassWindow::m_alpha' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:146:10: note: Member variable 'GlassWindow::m_alpha' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:142:16: style: Member variable 'GlassWindow::m_parent' is in the wrong place in the initializer list. [initializerList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.cpp:78:5: note: Member variable 'GlassWindow::m_parent' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:142:16: note: Member variable 'GlassWindow::m_parent' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:150:11: style: Member variable 'GlassWindow::m_hIcon' is in the wrong place in the initializer list. [initializerList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.cpp:84:5: note: Member variable 'GlassWindow::m_hIcon' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:150:11: note: Member variable 'GlassWindow::m_hIcon' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.cpp:86:5: performance: Variable 'm_grefThis' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:49:10: style: Technically the member function 'GlassWindow::updateMinMaxSize' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.cpp:176:19: note: Technically the member function 'GlassWindow::updateMinMaxSize' can be const.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/GlassWindow.h:49:10: note: Technically the member function 'GlassWindow::updateMinMaxSize' can be const.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:45:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:42:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:45:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:105:29: style: Function 'ManipulationDelta' argument 3 names different: declaration 'translationDeltaX' definition 'deltaX'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:49:15: note: Function 'ManipulationDelta' argument 3 names different: declaration 'translationDeltaX' definition 'deltaX'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:105:29: note: Function 'ManipulationDelta' argument 3 names different: declaration 'translationDeltaX' definition 'deltaX'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:105:43: style: Function 'ManipulationDelta' argument 4 names different: declaration 'translationDeltaY' definition 'deltaY'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:49:40: note: Function 'ManipulationDelta' argument 4 names different: declaration 'translationDeltaY' definition 'deltaY'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:105:43: note: Function 'ManipulationDelta' argument 4 names different: declaration 'translationDeltaY' definition 'deltaY'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:107:11: style: Function 'ManipulationDelta' argument 8 names different: declaration 'cumulativeTranslationX' definition 'cumulativeDeltaX'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:51:15: note: Function 'ManipulationDelta' argument 8 names different: declaration 'cumulativeTranslationX' definition 'cumulativeDeltaX'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:107:11: note: Function 'ManipulationDelta' argument 8 names different: declaration 'cumulativeTranslationX' definition 'cumulativeDeltaX'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:107:35: style: Function 'ManipulationDelta' argument 9 names different: declaration 'cumulativeTranslationY' definition 'cumulativeDeltaY'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:51:45: note: Function 'ManipulationDelta' argument 9 names different: declaration 'cumulativeTranslationY' definition 'cumulativeDeltaY'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:107:35: note: Function 'ManipulationDelta' argument 9 names different: declaration 'cumulativeTranslationY' definition 'cumulativeDeltaY'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:125:11: style: Function 'ManipulationCompleted' argument 3 names different: declaration 'cumulativeTranslationX' definition 'cumulativeDeltaX'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:56:15: note: Function 'ManipulationCompleted' argument 3 names different: declaration 'cumulativeTranslationX' definition 'cumulativeDeltaX'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:125:11: note: Function 'ManipulationCompleted' argument 3 names different: declaration 'cumulativeTranslationX' definition 'cumulativeDeltaX'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:125:35: style: Function 'ManipulationCompleted' argument 4 names different: declaration 'cumulativeTranslationY' definition 'cumulativeDeltaY'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:56:45: note: Function 'ManipulationCompleted' argument 4 names different: declaration 'cumulativeTranslationY' definition 'cumulativeDeltaY'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.cpp:125:35: note: Function 'ManipulationCompleted' argument 4 names different: declaration 'cumulativeTranslationY' definition 'cumulativeDeltaY'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:86:39: style: The function 'ManipulationStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:44:39: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:86:39: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:89:39: style: The function 'ManipulationCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:54:39: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ManipulationEvents.h:89:39: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:403:21: style: Condition 'hOldPalette!=NULL' is always false [knownConditionTrueFalse]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:336:28: note: Assignment 'hOldPalette=NULL', assigned value is 0
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:403:21: note: Condition 'hOldPalette!=NULL' is always false
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:123:5: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:122:5: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:123:5: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:125:5: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:123:5: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:125:5: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:126:5: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:125:5: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:126:5: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:139:5: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:126:5: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:139:5: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:140:5: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:139:5: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Robot.cpp:140:5: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Timer.cpp:60:22: style: The function 'TimerCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Timer.h:77:22: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/Timer.cpp:60:22: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.cpp:1424:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.cpp:1424:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.cpp:1424:9: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.cpp:1053:15: style: The scope of the variable 'cClauseW' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.cpp:1315:14: style: Function 'HandleViewTouchEvent' argument 1 names different: declaration 'hwnd' definition 'hWnd'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.h:107:48: note: Function 'HandleViewTouchEvent' argument 1 names different: declaration 'hwnd' definition 'hWnd'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.cpp:1315:14: note: Function 'HandleViewTouchEvent' argument 1 names different: declaration 'hwnd' definition 'hWnd'.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.cpp:1100:23: style: Variable 'env' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.h:38:16: style: Member variable 'ViewContainer::m_deadKeyWParam' is in the wrong place in the initializer list. [initializerList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.cpp:90:5: note: Member variable 'ViewContainer::m_deadKeyWParam' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.h:38:16: note: Member variable 'ViewContainer::m_deadKeyWParam' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.cpp:92:5: performance: Variable 'm_kbLayout' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.h:103:17: style: Technically the member function 'ViewContainer::GetView' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.cpp:98:24: note: Technically the member function 'ViewContainer::GetView' can be const.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.h:103:17: note: Technically the member function 'ViewContainer::GetView' can be const.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.h:120:14: performance: Technically the member function 'ViewContainer::StopTouchInputInertia' can be static. [functionStatic]
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.cpp:1557:21: note: Technically the member function 'ViewContainer::StopTouchInputInertia' can be static.
rt-8u171-b11/modules/graphics/src/main/native-glass/win/ViewContainer.h:120:14: note: Technically the member function 'ViewContainer::StopTouchInputInertia' can be static.
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1303:9: style: The scope of the variable 'h_samp0' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1303:18: style: The scope of the variable 'h_samp1' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1303:27: style: The scope of the variable 'h_samp2' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1304:9: style: The scope of the variable 'v_samp0' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1304:18: style: The scope of the variable 'v_samp1' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1304:27: style: The scope of the variable 'v_samp2' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1171:22: style: Checking if unsigned variable 'total_length' is less than zero. [unsignedLessThanZero]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1008:22: style: Variable 'reader' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1526:35: style: Variable 'src' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1604:35: style: Variable 'src' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1342:9: error: Memory leak: jerr_mgr [memleak]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1342:9: error: Memory leak: cinfo [memleak]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1361:9: error: Memory leak: jerr_mgr [memleak]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1377:9: error: Memory leak: jerr_mgr [memleak]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1382:38: error: Memory leak: jerr_mgr [memleak]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1407:9: error: Memory leak: jerr_mgr [memleak]
rt-8u171-b11/modules/graphics/src/main/native-iio/jpegloader.c:1614:9: error: Memory leak: scanline_ptr [memleak]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPipeline.h:56:0: error: failed to expand 'SAFE_RELEASE', Invalid ## usage when expanding 'SAFE_RELEASE'. [preprocessorErrorDirective]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPipeline.h:110:0: error: failed to expand 'DebugPrintD3DError', Invalid ## usage when expanding 'DebugPrintD3DError'. [preprocessorErrorDirective]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPipeline.h:147:20: style: Variable 'nCnt' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPipeline.h:153:20: style: Variable 'nCnt' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:115:26: warning: Member variable 'D3DResource::pResource' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:115:26: warning: Member variable 'D3DResource::pSwapChain' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:115:26: warning: Member variable 'D3DResource::pSurface' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:115:26: warning: Member variable 'D3DResource::pDepthSurface' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:115:26: warning: Member variable 'D3DResource::pTexture' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:151:26: style: Technically the member function 'D3DVertexBufferResource::GetFirstIndex' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:93:26: style: Class 'D3DResource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:95:26: style: Class 'D3DResource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:129:26: style: Class 'D3DPixelShaderResource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongShader.h:92:5: style: Class 'D3DPhongShader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:104:26: style: The function 'IsDefaultPool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:73:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:104:26: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:110:26: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:77:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:110:26: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:132:26: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:77:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:132:26: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:133:26: style: The function 'IsDefaultPool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:73:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:133:26: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:148:26: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:77:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:148:26: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:149:26: style: The function 'IsDefaultPool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:73:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DResourceManager.h:149:26: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:41:30: style: Function 'D3DMesh' argument 1 names different: declaration 'pCtx' definition 'ctx'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.h:37:25: note: Function 'D3DMesh' argument 1 names different: declaration 'pCtx' definition 'ctx'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:41:30: note: Function 'D3DMesh' argument 1 names different: declaration 'pCtx' definition 'ctx'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:103:38: style: Function 'buildBuffers' argument 1 names different: declaration 'vertexBuffer' definition 'vb'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.h:39:33: note: Function 'buildBuffers' argument 1 names different: declaration 'vertexBuffer' definition 'vb'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:103:38: note: Function 'buildBuffers' argument 1 names different: declaration 'vertexBuffer' definition 'vb'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:103:47: style: Function 'buildBuffers' argument 2 names different: declaration 'vertexBufferSize' definition 'vbSize'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.h:39:52: note: Function 'buildBuffers' argument 2 names different: declaration 'vertexBufferSize' definition 'vbSize'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:103:47: note: Function 'buildBuffers' argument 2 names different: declaration 'vertexBufferSize' definition 'vbSize'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:103:63: style: Function 'buildBuffers' argument 3 names different: declaration 'indexBuffer' definition 'ib'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.h:40:21: note: Function 'buildBuffers' argument 3 names different: declaration 'indexBuffer' definition 'ib'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:103:63: note: Function 'buildBuffers' argument 3 names different: declaration 'indexBuffer' definition 'ib'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:103:72: style: Function 'buildBuffers' argument 4 names different: declaration 'indexBufferSize' definition 'ibSize'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.h:40:39: note: Function 'buildBuffers' argument 4 names different: declaration 'indexBufferSize' definition 'ibSize'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:103:72: note: Function 'buildBuffers' argument 4 names different: declaration 'indexBufferSize' definition 'ibSize'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:151:38: style: Function 'buildBuffers' argument 1 names different: declaration 'vertexBuffer' definition 'vb'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.h:41:33: note: Function 'buildBuffers' argument 1 names different: declaration 'vertexBuffer' definition 'vb'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:151:38: note: Function 'buildBuffers' argument 1 names different: declaration 'vertexBuffer' definition 'vb'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:151:47: style: Function 'buildBuffers' argument 2 names different: declaration 'vertexBufferSize' definition 'vbSize'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.h:41:52: note: Function 'buildBuffers' argument 2 names different: declaration 'vertexBufferSize' definition 'vbSize'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:151:47: note: Function 'buildBuffers' argument 2 names different: declaration 'vertexBufferSize' definition 'vbSize'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:151:61: style: Function 'buildBuffers' argument 3 names different: declaration 'indexBuffer' definition 'ib'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.h:42:19: note: Function 'buildBuffers' argument 3 names different: declaration 'indexBuffer' definition 'ib'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:151:61: note: Function 'buildBuffers' argument 3 names different: declaration 'indexBuffer' definition 'ib'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:151:70: style: Function 'buildBuffers' argument 4 names different: declaration 'indexBufferSize' definition 'ibSize'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.h:42:37: note: Function 'buildBuffers' argument 4 names different: declaration 'indexBufferSize' definition 'ibSize'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:151:70: note: Function 'buildBuffers' argument 4 names different: declaration 'indexBufferSize' definition 'ibSize'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.cc:47:5: performance: Variable 'fvf' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMesh.h:37:5: style: Class 'D3DMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMeshView.cc:43:38: style: Function 'D3DMeshView' argument 1 names different: declaration 'pCtx' definition 'ctx'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMeshView.h:36:29: note: Function 'D3DMeshView' argument 1 names different: declaration 'pCtx' definition 'ctx'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DMeshView.cc:43:38: note: Function 'D3DMeshView' argument 1 names different: declaration 'pCtx' definition 'ctx'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.h:40:5: style: Class 'D3DPhongMaterial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.cc:43:48: style: Function 'D3DPhongMaterial' argument 1 names different: declaration 'pCtx' definition 'ctx'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.h:40:34: note: Function 'D3DPhongMaterial' argument 1 names different: declaration 'pCtx' definition 'ctx'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.cc:43:48: note: Function 'D3DPhongMaterial' argument 1 names different: declaration 'pCtx' definition 'ctx'.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.h:47:10: style: Technically the member function 'D3DPhongMaterial::isBumpMap' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.cc:83:24: note: Technically the member function 'D3DPhongMaterial::isBumpMap' can be const.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.h:47:10: note: Technically the member function 'D3DPhongMaterial::isBumpMap' can be const.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.h:48:10: style: Technically the member function 'D3DPhongMaterial::isSpecularMap' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.cc:87:24: note: Technically the member function 'D3DPhongMaterial::isSpecularMap' can be const.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.h:48:10: note: Technically the member function 'D3DPhongMaterial::isSpecularMap' can be const.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.h:49:10: style: Technically the member function 'D3DPhongMaterial::isSpecularColor' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.cc:95:24: note: Technically the member function 'D3DPhongMaterial::isSpecularColor' can be const.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.h:49:10: note: Technically the member function 'D3DPhongMaterial::isSpecularColor' can be const.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.h:50:10: style: Technically the member function 'D3DPhongMaterial::isSelfIllumMap' can be const. [functionConst]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.cc:91:24: note: Technically the member function 'D3DPhongMaterial::isSelfIllumMap' can be const.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongMaterial.h:50:10: note: Technically the member function 'D3DPhongMaterial::isSelfIllumMap' can be const.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongShader.h:95:9: performance: Technically the member function 'D3DPhongShader::getBumpMode' can be static. [functionStatic]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongShader.cc:114:21: note: Technically the member function 'D3DPhongShader::getBumpMode' can be static.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongShader.h:95:9: note: Technically the member function 'D3DPhongShader::getBumpMode' can be static.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongShader.h:96:9: performance: Technically the member function 'D3DPhongShader::getSpecularMode' can be static. [functionStatic]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongShader.cc:118:21: note: Technically the member function 'D3DPhongShader::getSpecularMode' can be static.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPhongShader.h:96:9: note: Technically the member function 'D3DPhongShader::getSpecularMode' can be static.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPipeline.cc:100:17: style: The function 'getInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPipelineManager.h:40:17: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPipeline.cc:100:17: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPipeline.cc:105:18: style: The function 'getBool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPipelineManager.h:41:18: note: Virtual function in base class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/D3DPipeline.cc:105:18: note: Function in derived class
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/TextureUploader.h:72:5: warning: Member variable 'TextureUpdater::format' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/TextureUploader.h:62:12: style: Member variable 'TextureUpdater::data' is in the wrong place in the initializer list. [initializerList]
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/TextureUploader.h:72:50: note: Member variable 'TextureUpdater::data' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/TextureUploader.h:62:12: note: Member variable 'TextureUpdater::data' is in the wrong place in the initializer list.
rt-8u171-b11/modules/graphics/src/main/native-prism-d3d/Trace.cc:38:13: style: The scope of the variable 'args' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/GLContext.c:539:11: style: The scope of the variable 'attrNameString' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/eglWrapper/eglWrapper.c:106:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/eglfb/EGLFBGLContext.c:92:9: style: Unused variable: interval [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/eglfb/EGLFBGLDrawable.c:122:9: style: Unused variable: value [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/eglfb/EGLFBGLFactory.c:57:12: style: Unused variable: surfaceType [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/eglfb/eglUtils.c:191:5: style: Variable 'ctxInfo' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/eglfb/eglUtils.c:184:0: note: Variable 'ctxInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/eglfb/eglUtils.c:191:5: note: Variable 'ctxInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/eglfb/eglUtils.c:165:47: style: Function 'eglContextFromConfig' argument 1 names different: declaration 'display' definition 'dpy'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/eglfb/eglUtils.h:36:54: note: Function 'eglContextFromConfig' argument 1 names different: declaration 'display' definition 'dpy'.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/eglfb/eglUtils.c:165:47: note: Function 'eglContextFromConfig' argument 1 names different: declaration 'display' definition 'dpy'.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/ios/IOSGLContext.c:61:64: style: Variable 'pfInfo' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/ios/IOSGLDrawable.c:48:5: style: Variable 'dInfo' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/ios/IOSGLDrawable.c:45:0: note: Variable 'dInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/ios/IOSGLDrawable.c:48:5: note: Variable 'dInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/ios/IOSGLDrawable.c:80:5: style: Variable 'dInfo' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/ios/IOSGLDrawable.c:72:0: note: Variable 'dInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/ios/IOSGLDrawable.c:80:5: note: Variable 'dInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/ios/IOSGLFactory.c:53:29: warning: Possible null pointer dereference: message [nullPointer]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/ios/IOSGLFactory.c:137:56: note: Calling function 'printAndReleaseResources', 3rd argument 'message' value is 0
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/ios/IOSGLFactory.c:53:29: note: Null pointer dereference
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/macosx/MacGLDrawable.c:47:5: style: Variable 'dInfo' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/macosx/MacGLDrawable.c:44:0: note: Variable 'dInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/macosx/MacGLDrawable.c:47:5: note: Variable 'dInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/macosx/MacGLDrawable.c:78:5: style: Variable 'dInfo' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/macosx/MacGLDrawable.c:70:0: note: Variable 'dInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/macosx/MacGLDrawable.c:78:5: note: Variable 'dInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/monocle/MonocleGLFactory.c:55:5: style: Variable 'ctxInfo' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/monocle/MonocleGLFactory.c:48:0: note: Variable 'ctxInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/monocle/MonocleGLFactory.c:55:5: note: Variable 'ctxInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/monocle/eglUtils.c:191:5: style: Variable 'ctxInfo' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/monocle/eglUtils.c:184:0: note: Variable 'ctxInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/monocle/eglUtils.c:191:5: note: Variable 'ctxInfo' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/monocle/eglUtils.c:165:47: style: Function 'eglContextFromConfig' argument 1 names different: declaration 'display' definition 'dpy'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/monocle/eglUtils.h:36:54: note: Function 'eglContextFromConfig' argument 1 names different: declaration 'display' definition 'dpy'.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/monocle/eglUtils.c:165:47: note: Function 'eglContextFromConfig' argument 1 names different: declaration 'display' definition 'dpy'.
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/windows/WinGLContext.c:64:52: style: Variable 'wglSwapIntervalEXT' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/x11/X11GLContext.c:56:9: style: Unused variable: numFBConfigs [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/x11/X11GLContext.c:56:23: style: Unused variable: index [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/x11/X11GLContext.c:56:30: style: Unused variable: visualID [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/x11/X11GLFactory.c:161:23: style: Unused variable: index [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-es2/x11/X11GLFactory.c:161:30: style: Unused variable: visualID [unusedVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesSurface.inl:59:14: warning: Function 'setRGB' argument order different: declaration 'src, srcScanLength, dst, dstScanLength, width, height' definition 'dst, dstScanLength, src, srcScanLength, width, height' [funcArgOrderDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesSurface.inl:40:26: note: Function 'setRGB' argument order different: declaration 'src, srcScanLength, dst, dstScanLength, width, height' definition 'dst, dstScanLength, src, srcScanLength, width, height'
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesSurface.inl:59:14: note: Function 'setRGB' argument order different: declaration 'src, srcScanLength, dst, dstScanLength, width, height' definition 'dst, dstScanLength, src, srcScanLength, width, height'
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/JPiscesRenderer.c:60:15: style: The scope of the variable 'rdr' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/JPiscesRenderer.c:61:14: style: The scope of the variable 'surface' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/JPiscesRenderer.c:378:45: warning: Shifting 32-bit value by 134 bits is undefined behaviour. See condition at line 382. [shiftTooManyBits]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/JPiscesRenderer.c:382:16: note: Assuming that condition 'ff!=0' is not redundant
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/JPiscesRenderer.c:376:17: note: Assignment 'shift=134-((ff>>23)&255)', assigned value is 134
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/JPiscesRenderer.c:378:45: note: Shift
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:165:15: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:293:15: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:366:15: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:417:16: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:464:15: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:520:16: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:570:15: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:622:16: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:672:16: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:725:15: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:783:16: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:99:12: style: Variable 'maxX' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:93:19: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:173:12: style: Variable 'maxX' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:233:12: style: Variable 'maxX' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesBlit.c:941:20: style: Variable 'dalpha' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesMath.c:113:15: style: The scope of the variable 'sign' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesMath.c:108:29: style: Function 'piscesmath_acos' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesMath.h:55:31: note: Function 'piscesmath_acos' argument 1 names different: declaration 'value' definition 'val'.
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesMath.c:108:29: note: Function 'piscesmath_acos' argument 1 names different: declaration 'value' definition 'val'.
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesMath.c:128:29: style: Function 'piscesmath_btan' argument 1 names different: declaration 'x' definition 'increment'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesMath.h:54:31: note: Function 'piscesmath_btan' argument 1 names different: declaration 'x' definition 'increment'.
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesMath.c:128:29: note: Function 'piscesmath_btan' argument 1 names different: declaration 'x' definition 'increment'.
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesMath.c:372:31: style: Function 'piscesmath_asin' argument 1 names different: declaration 'value' definition 'arg'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesMath.h:56:31: note: Function 'piscesmath_asin' argument 1 names different: declaration 'value' definition 'arg'.
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesMath.c:372:31: note: Function 'piscesmath_asin' argument 1 names different: declaration 'value' definition 'arg'.
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesMath.c:117:9: style: Variable 'sign' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:148:11: style: The scope of the variable 'txx' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:148:16: style: The scope of the variable 'tyy' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:148:21: style: The scope of the variable 'fxx' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:148:26: style: The scope of the variable 'fyy' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:148:31: style: The scope of the variable 'cfx' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:148:36: style: The scope of the variable 'cfy' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:149:11: style: The scope of the variable 'A' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:149:14: style: The scope of the variable 'B' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:149:17: style: The scope of the variable 'B2' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:149:21: style: The scope of the variable 'C' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:149:24: style: The scope of the variable 'C2' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:149:28: style: The scope of the variable 'U' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:149:31: style: The scope of the variable 'dU' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:149:35: style: The scope of the variable 'V' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:149:38: style: The scope of the variable 'dV' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:149:42: style: The scope of the variable 'ddV' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:149:47: style: The scope of the variable 'tmp' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:150:11: style: The scope of the variable '_Csq' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:150:17: style: The scope of the variable '_C' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:452:19: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:639:19: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:843:19: style: The scope of the variable 'am' can be reduced. [variableScope]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:112:12: style: Variable 'minX' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:113:12: style: Variable 'maxX' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:156:12: style: Variable 'minX' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:157:12: style: Variable 'maxX' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism-sw/PiscesPaint.c:174:9: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:225:41: style: Function 'Dasher_MoveTo' argument 1 names different: declaration 'pConsumer' definition 'pDasher'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:54:0: note: Function 'Dasher_MoveTo' argument 1 names different: declaration 'pConsumer' definition 'pDasher'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:225:41: note: Function 'Dasher_MoveTo' argument 1 names different: declaration 'pConsumer' definition 'pDasher'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:225:57: style: Function 'Dasher_MoveTo' argument 2 names different: declaration 'x0' definition 'newx0'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:54:0: note: Function 'Dasher_MoveTo' argument 2 names different: declaration 'x0' definition 'newx0'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:225:57: note: Function 'Dasher_MoveTo' argument 2 names different: declaration 'x0' definition 'newx0'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:225:71: style: Function 'Dasher_MoveTo' argument 3 names different: declaration 'y0' definition 'newy0'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:54:0: note: Function 'Dasher_MoveTo' argument 3 names different: declaration 'y0' definition 'newy0'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:225:71: note: Function 'Dasher_MoveTo' argument 3 names different: declaration 'y0' definition 'newy0'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:239:41: style: Function 'Dasher_LineTo' argument 1 names different: declaration 'pConsumer' definition 'pDasher'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:55:0: note: Function 'Dasher_LineTo' argument 1 names different: declaration 'pConsumer' definition 'pDasher'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:239:41: note: Function 'Dasher_LineTo' argument 1 names different: declaration 'pConsumer' definition 'pDasher'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:347:42: warning: Function 'Dasher_CurveTo' argument order different: declaration 'pConsumer, xc0, yc0, xc1, yc1, x1, y1' definition 'pDasher, x1, y1, x2, y2, x3, y3' [funcArgOrderDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:57:0: note: Function 'Dasher_CurveTo' argument order different: declaration 'pConsumer, xc0, yc0, xc1, yc1, x1, y1' definition 'pDasher, x1, y1, x2, y2, x3, y3'
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:347:42: note: Function 'Dasher_CurveTo' argument order different: declaration 'pConsumer, xc0, yc0, xc1, yc1, x1, y1' definition 'pDasher, x1, y1, x2, y2, x3, y3'
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:359:41: warning: Function 'Dasher_QuadTo' argument order different: declaration 'pConsumer, xc, yc, x1, y1' definition 'pDasher, x1, y1, x2, y2' [funcArgOrderDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:56:0: note: Function 'Dasher_QuadTo' argument order different: declaration 'pConsumer, xc, yc, x1, y1' definition 'pDasher, x1, y1, x2, y2'
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:359:41: note: Function 'Dasher_QuadTo' argument order different: declaration 'pConsumer, xc, yc, x1, y1' definition 'pDasher, x1, y1, x2, y2'
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:369:44: style: Function 'Dasher_ClosePath' argument 1 names different: declaration 'pConsumer' definition 'pDasher'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:58:0: note: Function 'Dasher_ClosePath' argument 1 names different: declaration 'pConsumer' definition 'pDasher'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:369:44: note: Function 'Dasher_ClosePath' argument 1 names different: declaration 'pConsumer' definition 'pDasher'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:380:43: style: Function 'Dasher_PathDone' argument 1 names different: declaration 'pConsumer' definition 'pDasher'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:59:0: note: Function 'Dasher_PathDone' argument 1 names different: declaration 'pConsumer' definition 'pDasher'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Dasher.c:380:43: note: Function 'Dasher_PathDone' argument 1 names different: declaration 'pConsumer' definition 'pDasher'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Helpers.c:76:41: style: Function 'Helpers_withinULP' argument 1 names different: declaration 'x' definition 'A'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Helpers.h:60:48: note: Function 'Helpers_withinULP' argument 1 names different: declaration 'x' definition 'A'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Helpers.c:76:41: note: Function 'Helpers_withinULP' argument 1 names different: declaration 'x' definition 'A'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Helpers.c:76:57: style: Function 'Helpers_withinULP' argument 2 names different: declaration 'y' definition 'B'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Helpers.h:60:64: note: Function 'Helpers_withinULP' argument 2 names different: declaration 'y' definition 'B'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Helpers.c:76:57: note: Function 'Helpers_withinULP' argument 2 names different: declaration 'y' definition 'B'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:442:43: style: Function 'Renderer_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:338:0: note: Function 'Renderer_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:442:43: note: Function 'Renderer_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:443:36: style: Function 'Renderer_moveTo' argument 2 names different: declaration 'x0' definition 'pix_x0'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:338:0: note: Function 'Renderer_moveTo' argument 2 names different: declaration 'x0' definition 'pix_x0'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:443:36: note: Function 'Renderer_moveTo' argument 2 names different: declaration 'x0' definition 'pix_x0'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:443:51: style: Function 'Renderer_moveTo' argument 3 names different: declaration 'y0' definition 'pix_y0'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:338:0: note: Function 'Renderer_moveTo' argument 3 names different: declaration 'y0' definition 'pix_y0'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:443:51: note: Function 'Renderer_moveTo' argument 3 names different: declaration 'y0' definition 'pix_y0'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:452:43: style: Function 'Renderer_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:339:0: note: Function 'Renderer_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:452:43: note: Function 'Renderer_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:453:36: style: Function 'Renderer_lineTo' argument 2 names different: declaration 'x1' definition 'pix_x1'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:339:0: note: Function 'Renderer_lineTo' argument 2 names different: declaration 'x1' definition 'pix_x1'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:453:36: note: Function 'Renderer_lineTo' argument 2 names different: declaration 'x1' definition 'pix_x1'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:453:51: style: Function 'Renderer_lineTo' argument 3 names different: declaration 'y1' definition 'pix_y1'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:339:0: note: Function 'Renderer_lineTo' argument 3 names different: declaration 'y1' definition 'pix_y1'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:453:51: note: Function 'Renderer_lineTo' argument 3 names different: declaration 'y1' definition 'pix_y1'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:462:44: warning: Function 'Renderer_curveTo' argument order different: declaration 'pConsumer, xc0, yc0, xc1, yc1, x1, y1' definition 'pRenderer, x1, y1, x2, y2, x3, y3' [funcArgOrderDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:341:0: note: Function 'Renderer_curveTo' argument order different: declaration 'pConsumer, xc0, yc0, xc1, yc1, x1, y1' definition 'pRenderer, x1, y1, x2, y2, x3, y3'
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:462:44: note: Function 'Renderer_curveTo' argument order different: declaration 'pConsumer, xc0, yc0, xc1, yc1, x1, y1' definition 'pRenderer, x1, y1, x2, y2, x3, y3'
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:479:36: warning: Function 'Renderer_quadTo' argument order different: declaration 'pConsumer, xc, yc, x1, y1' definition 'pRenderer, x1, y1, x2, y2' [funcArgOrderDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:340:0: note: Function 'Renderer_quadTo' argument order different: declaration 'pConsumer, xc, yc, x1, y1' definition 'pRenderer, x1, y1, x2, y2'
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:479:36: note: Function 'Renderer_quadTo' argument order different: declaration 'pConsumer, xc, yc, x1, y1' definition 'pRenderer, x1, y1, x2, y2'
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:494:46: style: Function 'Renderer_closePath' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:342:0: note: Function 'Renderer_closePath' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:494:46: note: Function 'Renderer_closePath' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:499:45: style: Function 'Renderer_pathDone' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:343:0: note: Function 'Renderer_pathDone' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Renderer.c:499:45: note: Function 'Renderer_pathDone' argument 1 names different: declaration 'pConsumer' definition 'pRenderer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:451:42: style: Function 'Stroker_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pStroker'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:45:0: note: Function 'Stroker_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pStroker'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:451:42: note: Function 'Stroker_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pStroker'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:462:42: style: Function 'Stroker_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pStroker'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:46:0: note: Function 'Stroker_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pStroker'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:462:42: note: Function 'Stroker_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pStroker'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:493:45: style: Function 'Stroker_closePath' argument 1 names different: declaration 'pConsumer' definition 'pStroker'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:49:0: note: Function 'Stroker_closePath' argument 1 names different: declaration 'pConsumer' definition 'pStroker'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:493:45: note: Function 'Stroker_closePath' argument 1 names different: declaration 'pConsumer' definition 'pStroker'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:531:44: style: Function 'Stroker_pathDone' argument 1 names different: declaration 'pConsumer' definition 'pStroker'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:50:0: note: Function 'Stroker_pathDone' argument 1 names different: declaration 'pConsumer' definition 'pStroker'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:531:44: note: Function 'Stroker_pathDone' argument 1 names different: declaration 'pConsumer' definition 'pStroker'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:1069:43: warning: Function 'Stroker_curveTo' argument order different: declaration 'pConsumer, xc0, yc0, xc1, yc1, x1, y1' definition 'pStroker, x1, y1, x2, y2, x3, y3' [funcArgOrderDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:48:0: note: Function 'Stroker_curveTo' argument order different: declaration 'pConsumer, xc0, yc0, xc1, yc1, x1, y1' definition 'pStroker, x1, y1, x2, y2, x3, y3'
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:1069:43: note: Function 'Stroker_curveTo' argument order different: declaration 'pConsumer, xc0, yc0, xc1, yc1, x1, y1' definition 'pStroker, x1, y1, x2, y2, x3, y3'
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:1180:42: warning: Function 'Stroker_quadTo' argument order different: declaration 'pConsumer, xc, yc, x1, y1' definition 'pStroker, x1, y1, x2, y2' [funcArgOrderDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:47:0: note: Function 'Stroker_quadTo' argument order different: declaration 'pConsumer, xc, yc, x1, y1' definition 'pStroker, x1, y1, x2, y2'
rt-8u171-b11/modules/graphics/src/main/native-prism/Stroker.c:1180:42: note: Function 'Stroker_quadTo' argument order different: declaration 'pConsumer, xc, yc, x1, y1' definition 'pStroker, x1, y1, x2, y2'
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:91:44: style: Function 'Translate_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:38:0: note: Function 'Translate_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:91:44: note: Function 'Translate_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:99:44: style: Function 'Translate_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:38:0: note: Function 'Translate_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:99:44: note: Function 'Translate_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:107:44: style: Function 'Translate_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:38:0: note: Function 'Translate_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:107:44: note: Function 'Translate_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:118:45: style: Function 'Translate_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:38:0: note: Function 'Translate_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:118:45: note: Function 'Translate_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:132:45: style: Function 'DeltaScale_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:39:0: note: Function 'DeltaScale_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:132:45: note: Function 'DeltaScale_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:140:45: style: Function 'DeltaScale_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:39:0: note: Function 'DeltaScale_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:140:45: note: Function 'DeltaScale_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:148:45: style: Function 'DeltaScale_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:39:0: note: Function 'DeltaScale_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:148:45: note: Function 'DeltaScale_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:159:46: style: Function 'DeltaScale_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:39:0: note: Function 'DeltaScale_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:159:46: note: Function 'DeltaScale_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:173:49: style: Function 'DeltaTransform_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:41:0: note: Function 'DeltaTransform_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:173:49: note: Function 'DeltaTransform_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:181:49: style: Function 'DeltaTransform_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:41:0: note: Function 'DeltaTransform_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:181:49: note: Function 'DeltaTransform_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:189:49: style: Function 'DeltaTransform_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:41:0: note: Function 'DeltaTransform_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:189:49: note: Function 'DeltaTransform_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:200:50: style: Function 'DeltaTransform_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:41:0: note: Function 'DeltaTransform_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:200:50: note: Function 'DeltaTransform_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:214:49: style: Function 'ScaleTranslate_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:40:0: note: Function 'ScaleTranslate_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:214:49: note: Function 'ScaleTranslate_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:222:49: style: Function 'ScaleTranslate_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:40:0: note: Function 'ScaleTranslate_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:222:49: note: Function 'ScaleTranslate_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:230:49: style: Function 'ScaleTranslate_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:40:0: note: Function 'ScaleTranslate_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:230:49: note: Function 'ScaleTranslate_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:241:50: style: Function 'ScaleTranslate_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:40:0: note: Function 'ScaleTranslate_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:241:50: note: Function 'ScaleTranslate_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:255:44: style: Function 'Transform_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:42:0: note: Function 'Transform_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:255:44: note: Function 'Transform_moveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:263:44: style: Function 'Transform_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:42:0: note: Function 'Transform_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:263:44: note: Function 'Transform_lineTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:271:44: style: Function 'Transform_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:42:0: note: Function 'Transform_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:271:44: note: Function 'Transform_quadTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:282:45: style: Function 'Transform_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:42:0: note: Function 'Transform_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:282:45: note: Function 'Transform_curveTo' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:296:49: style: Function 'Transformer_closePath' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:44:0: note: Function 'Transformer_closePath' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:296:49: note: Function 'Transformer_closePath' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:300:48: style: Function 'Transformer_pathDone' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:45:0: note: Function 'Transformer_pathDone' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/graphics/src/main/native-prism/Transformer.c:300:48: note: Function 'Transformer_pathDone' argument 1 names different: declaration 'pConsumer' definition 'pTransformer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:1175:14: style: The scope of the variable 'event_p' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c:389:3: style: Variable 'iec958_pcm_name' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c:366:0: note: Variable 'iec958_pcm_name' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c:389:3: note: Variable 'iec958_pcm_name' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c:109:17: style: The scope of the variable 's' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsamixer.c:489:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsamixer.c:485:0: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsamixer.c:489:3: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsamixer.c:887:22: style: The scope of the variable 'option' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsamixerelement.c:130:44: style: Function 'gst_alsa_mixer_element_finalize' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsamixerelement.c:50:56: note: Function 'gst_alsa_mixer_element_finalize' argument 1 names different: declaration 'object' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsamixerelement.c:130:44: note: Function 'gst_alsa_mixer_element_finalize' argument 1 names different: declaration 'object' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsamixertrack.c:173:44: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsamixertrack.c:129:53: style: Function 'gst_alsa_mixer_track_new' argument 7 names different: declaration 'label_append_capture' definition 'append_capture'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsamixertrack.h:73:73: note: Function 'gst_alsa_mixer_track_new' argument 7 names different: declaration 'label_append_capture' definition 'append_capture'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsamixertrack.c:129:53: note: Function 'gst_alsa_mixer_track_new' argument 7 names different: declaration 'label_append_capture' definition 'append_capture'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.c:480:33: style: Function 'gst_app_sink_dispose' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.c:162:45: note: Function 'gst_app_sink_dispose' argument 1 names different: declaration 'object' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.c:480:33: note: Function 'gst_app_sink_dispose' argument 1 names different: declaration 'object' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.c:512:34: style: Function 'gst_app_sink_finalize' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.c:163:46: note: Function 'gst_app_sink_finalize' argument 1 names different: declaration 'object' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.c:512:34: note: Function 'gst_app_sink_finalize' argument 1 names different: declaration 'object' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.c:834:41: style: Function 'gst_app_sink_render_list' argument 1 names different: declaration 'psink' definition 'sink'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.c:181:62: note: Function 'gst_app_sink_render_list' argument 1 names different: declaration 'psink' definition 'sink'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.c:834:41: note: Function 'gst_app_sink_render_list' argument 1 names different: declaration 'psink' definition 'sink'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsrc.c:510:3: style: Variable 'basesrc_class->get_size' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsrc.c:509:3: note: Variable 'basesrc_class->get_size' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsrc.c:510:3: note: Variable 'basesrc_class->get_size' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsrc.c:556:32: style: Function 'gst_app_src_dispose' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsrc.c:224:44: note: Function 'gst_app_src_dispose' argument 1 names different: declaration 'object' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsrc.c:556:32: note: Function 'gst_app_src_dispose' argument 1 names different: declaration 'object' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsrc.c:571:33: style: Function 'gst_app_src_finalize' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsrc.c:225:45: note: Function 'gst_app_src_finalize' argument 1 names different: declaration 'object' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsrc.c:571:33: note: Function 'gst_app_src_finalize' argument 1 names different: declaration 'object' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:56:3: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:52:0: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:56:3: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:124:3: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:119:0: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:124:3: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:112:8: style: The scope of the variable 'bytes' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:120:17: style: The scope of the variable 'structure' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:259:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:261:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:267:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosink.c:320:31: style: Function 'gst_audioringbuffer_init' argument 2 names different: declaration 'klass' definition 'g_class'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosink.c:120:31: note: Function 'gst_audioringbuffer_init' argument 2 names different: declaration 'klass' definition 'g_class'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosink.c:320:31: note: Function 'gst_audioringbuffer_init' argument 2 names different: declaration 'klass' definition 'g_class'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosrc.c:287:31: style: Function 'gst_audioringbuffer_init' argument 2 names different: declaration 'klass' definition 'g_class'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosrc.c:115:31: note: Function 'gst_audioringbuffer_init' argument 2 names different: declaration 'klass' definition 'g_class'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosrc.c:287:31: note: Function 'gst_audioringbuffer_init' argument 2 names different: declaration 'klass' definition 'g_class'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstbaseaudiosink.c:1577:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstbaseaudiosink.c:1387:62: style: Function 'gst_base_audio_sink_render' argument 2 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstbaseaudiosink.c:157:17: note: Function 'gst_base_audio_sink_render' argument 2 names different: declaration 'buffer' definition 'buf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstbaseaudiosink.c:1387:62: note: Function 'gst_base_audio_sink_render' argument 2 names different: declaration 'buffer' definition 'buf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstbaseaudiosrc.c:758:18: style: Function 'gst_base_audio_src_create' argument 4 names different: declaration 'buf' definition 'outbuf'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstbaseaudiosrc.c:139:48: note: Function 'gst_base_audio_src_create' argument 4 names different: declaration 'buf' definition 'outbuf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstbaseaudiosrc.c:758:18: note: Function 'gst_base_audio_src_create' argument 4 names different: declaration 'buf' definition 'outbuf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstringbuffer.c:801:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstringbuffer.c:796:0: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstringbuffer.c:801:3: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstringbuffer.c:1221:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstringbuffer.c:1215:0: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstringbuffer.c:1221:3: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstringbuffer.c:1319:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstringbuffer.c:1309:0: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstringbuffer.c:1319:3: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/mixerutils.c:211:30: style: Function 'gst_audio_default_registry_mixer_filter' argument 3 names different: declaration 'user_data' definition 'data'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/mixerutils.h:46:75: note: Function 'gst_audio_default_registry_mixer_filter' argument 3 names different: declaration 'user_data' definition 'data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/mixerutils.c:211:30: note: Function 'gst_audio_default_registry_mixer_filter' argument 3 names different: declaration 'user_data' definition 'data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/multichannel.c:237:31: style: The scope of the variable 'pos_val_entry' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f32.c:225:10: style: The scope of the variable 'k' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f32.c:421:39: style: Function 'kiss_fft_f32_stride' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f32.h:77:43: note: Function 'kiss_fft_f32_stride' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f32.c:421:39: note: Function 'kiss_fft_f32_stride' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f32.c:422:34: style: Function 'kiss_fft_f32_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f32.h:77:102: note: Function 'kiss_fft_f32_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f32.c:422:34: note: Function 'kiss_fft_f32_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f64.c:225:10: style: The scope of the variable 'k' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f64.c:421:39: style: Function 'kiss_fft_f64_stride' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f64.h:77:43: note: Function 'kiss_fft_f64_stride' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f64.c:421:39: note: Function 'kiss_fft_f64_stride' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f64.c:422:34: style: Function 'kiss_fft_f64_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f64.h:77:102: note: Function 'kiss_fft_f64_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f64.c:422:34: note: Function 'kiss_fft_f64_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s16.c:225:10: style: The scope of the variable 'k' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s16.c:421:39: style: Function 'kiss_fft_s16_stride' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s16.h:80:43: note: Function 'kiss_fft_s16_stride' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s16.c:421:39: note: Function 'kiss_fft_s16_stride' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s16.c:422:34: style: Function 'kiss_fft_s16_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s16.h:80:102: note: Function 'kiss_fft_s16_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s16.c:422:34: note: Function 'kiss_fft_s16_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s32.c:225:10: style: The scope of the variable 'k' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s32.c:421:39: style: Function 'kiss_fft_s32_stride' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s32.h:81:43: note: Function 'kiss_fft_s32_stride' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s32.c:421:39: note: Function 'kiss_fft_s32_stride' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s32.c:422:34: style: Function 'kiss_fft_s32_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s32.h:81:102: note: Function 'kiss_fft_s32_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_s32.c:422:34: note: Function 'kiss_fft_s32_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f32.c:73:34: style: Function 'kiss_fftr_f32' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f32.h:29:38: note: Function 'kiss_fftr_f32' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f32.c:73:34: note: Function 'kiss_fftr_f32' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f32.c:131:35: style: Function 'kiss_fftri_f32' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f32.h:35:39: note: Function 'kiss_fftri_f32' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f32.c:131:35: note: Function 'kiss_fftri_f32' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f64.c:74:34: style: Function 'kiss_fftr_f64' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f64.h:29:38: note: Function 'kiss_fftr_f64' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f64.c:74:34: note: Function 'kiss_fftr_f64' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f64.c:132:35: style: Function 'kiss_fftri_f64' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f64.h:35:39: note: Function 'kiss_fftri_f64' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f64.c:132:35: note: Function 'kiss_fftri_f64' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s16.c:74:34: style: Function 'kiss_fftr_s16' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s16.h:29:38: note: Function 'kiss_fftr_s16' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s16.c:74:34: note: Function 'kiss_fftr_s16' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s16.c:132:35: style: Function 'kiss_fftri_s16' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s16.h:35:39: note: Function 'kiss_fftri_s16' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s16.c:132:35: note: Function 'kiss_fftri_s16' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s32.c:74:34: style: Function 'kiss_fftr_s32' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s32.h:29:38: note: Function 'kiss_fftr_s32' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s32.c:74:34: note: Function 'kiss_fftr_s32' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s32.c:132:35: style: Function 'kiss_fftri_s32' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s32.h:35:39: note: Function 'kiss_fftri_s32' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_s32.c:132:35: note: Function 'kiss_fftri_s32' argument 1 names different: declaration 'cfg' definition 'st'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/colorbalancechannel.c:106:58: style: Function 'gst_color_balance_channel_init' argument 1 names different: declaration 'balance' definition 'channel'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/colorbalancechannel.c:48:70: note: Function 'gst_color_balance_channel_init' argument 1 names different: declaration 'balance' definition 'channel'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/colorbalancechannel.c:106:58: note: Function 'gst_color_balance_channel_init' argument 1 names different: declaration 'balance' definition 'channel'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:54:73: style: Function 'gst_interfaces_marshal_VOID__OBJECT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.h:12:72: note: Function 'gst_interfaces_marshal_VOID__OBJECT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:54:73: note: Function 'gst_interfaces_marshal_VOID__OBJECT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:57:76: style: Function 'gst_interfaces_marshal_VOID__OBJECT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.h:15:72: note: Function 'gst_interfaces_marshal_VOID__OBJECT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:57:76: note: Function 'gst_interfaces_marshal_VOID__OBJECT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:91:73: style: Function 'gst_interfaces_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.h:20:72: note: Function 'gst_interfaces_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:91:73: note: Function 'gst_interfaces_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:94:76: style: Function 'gst_interfaces_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.h:23:72: note: Function 'gst_interfaces_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:94:76: note: Function 'gst_interfaces_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:128:72: style: Function 'gst_interfaces_marshal_VOID__OBJECT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.h:28:71: note: Function 'gst_interfaces_marshal_VOID__OBJECT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:128:72: note: Function 'gst_interfaces_marshal_VOID__OBJECT_STRING' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:131:75: style: Function 'gst_interfaces_marshal_VOID__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.h:31:71: note: Function 'gst_interfaces_marshal_VOID__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:131:75: note: Function 'gst_interfaces_marshal_VOID__OBJECT_STRING' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:165:71: style: Function 'gst_interfaces_marshal_VOID__OBJECT_ULONG' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.h:36:70: note: Function 'gst_interfaces_marshal_VOID__OBJECT_ULONG' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:165:71: note: Function 'gst_interfaces_marshal_VOID__OBJECT_ULONG' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:168:74: style: Function 'gst_interfaces_marshal_VOID__OBJECT_ULONG' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.h:39:70: note: Function 'gst_interfaces_marshal_VOID__OBJECT_ULONG' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:168:74: note: Function 'gst_interfaces_marshal_VOID__OBJECT_ULONG' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:202:69: style: Function 'gst_interfaces_marshal_VOID__OBJECT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.h:44:68: note: Function 'gst_interfaces_marshal_VOID__OBJECT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:202:69: note: Function 'gst_interfaces_marshal_VOID__OBJECT_INT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:205:72: style: Function 'gst_interfaces_marshal_VOID__OBJECT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.h:47:68: note: Function 'gst_interfaces_marshal_VOID__OBJECT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/interfaces-marshal.c:205:72: note: Function 'gst_interfaces_marshal_VOID__OBJECT_INT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/mixeroptions.c:100:43: style: Function 'gst_mixer_options_init' argument 1 names different: declaration 'mixer' definition 'mixer_options'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/mixeroptions.c:49:55: note: Function 'gst_mixer_options_init' argument 1 names different: declaration 'mixer' definition 'mixer_options'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/mixeroptions.c:100:43: note: Function 'gst_mixer_options_init' argument 1 names different: declaration 'mixer' definition 'mixer_options'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/mixertrack.c:118:53: style: Same expression on both sides of '|'. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/mixertrack.c:199:39: style: Function 'gst_mixer_track_init' argument 1 names different: declaration 'mixer' definition 'mixer_track'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/mixertrack.c:68:51: note: Function 'gst_mixer_track_init' argument 1 names different: declaration 'mixer' definition 'mixer_track'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/mixertrack.c:199:39: note: Function 'gst_mixer_track_init' argument 1 names different: declaration 'mixer' definition 'mixer_track'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/navigation.c:725:23: style: The scope of the variable 's' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces/navigation.c:836:23: style: The scope of the variable 's' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c:710:25: warning: Logical conjunction always evaluates to false: level_id == 7 && level_id > 13. [incorrectLogicOperator]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c:593:22: style: The scope of the variable 'profiles' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:991:16: style: The scope of the variable 'comma' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/encoding-profile.c:827:17: style: The scope of the variable 'st' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/encoding-target.c:678:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/encoding-target.c:673:0: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/encoding-target.c:678:3: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/encoding-target.c:1063:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/encoding-target.c:1056:0: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/encoding-target.c:1063:3: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/encoding-target.c:432:11: style: Same expression on both sides of '==' because the value of 'loc' and 'NULL' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/encoding-target.c:415:21: note: 'loc' is assigned value 'NULL' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/encoding-target.c:432:11: note: Same expression on both sides of '==' because the value of 'loc' and 'NULL' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/encoding-target.c:534:11: style: The scope of the variable 'parent' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c:816:3: style: Variable 'nval' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c:812:0: note: Variable 'nval' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c:816:3: note: Variable 'nval' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c:1128:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c:328:35: style: Function 'gst_discoverer_dispose' argument 1 names different: declaration 'dc' definition 'obj'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c:166:47: note: Function 'gst_discoverer_dispose' argument 1 names different: declaration 'dc' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c:328:35: note: Function 'gst_discoverer_dispose' argument 1 names different: declaration 'dc' definition 'obj'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/missing-plugins.c:524:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/missing-plugins.c:526:9: note: Found duplicate branches for 'if' and 'else'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/missing-plugins.c:524:14: note: Found duplicate branches for 'if' and 'else'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:909:16: style: The scope of the variable 'copy' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1834:19: style: The scope of the variable 'one' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1901:19: style: The scope of the variable 'one' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1721:17: style: Function 'gst_riff_create_iavs_caps' argument 4 names different: declaration 'strf_data' definition 'init_data'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.h:52:60: note: Function 'gst_riff_create_iavs_caps' argument 4 names different: declaration 'strf_data' definition 'init_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1721:17: note: Function 'gst_riff_create_iavs_caps' argument 4 names different: declaration 'strf_data' definition 'init_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1721:40: style: Function 'gst_riff_create_iavs_caps' argument 5 names different: declaration 'strd_data' definition 'extra_data'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.h:53:60: note: Function 'gst_riff_create_iavs_caps' argument 5 names different: declaration 'strd_data' definition 'extra_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1721:40: note: Function 'gst_riff_create_iavs_caps' argument 5 names different: declaration 'strd_data' definition 'extra_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:56:21: warning: Either the condition '_offset!=NULL' is redundant or there is possible null pointer dereference: _offset. [nullPointerRedundantCheck]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:60:33: note: Assuming that condition '_offset!=NULL' is not redundant
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:56:21: note: Null pointer dereference
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:129:19: warning: Either the condition '_offset!=NULL' is redundant or there is possible null pointer dereference: _offset. [nullPointerRedundantCheck]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:133:33: note: Assuming that condition '_offset!=NULL' is not redundant
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:129:19: note: Null pointer dereference
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:51:29: style: Function 'gst_riff_read_chunk' argument 3 names different: declaration 'offset' definition '_offset'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.h:38:51: note: Function 'gst_riff_read_chunk' argument 3 names different: declaration 'offset' definition '_offset'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:51:29: note: Function 'gst_riff_read_chunk' argument 3 names different: declaration 'offset' definition '_offset'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:51:66: style: Function 'gst_riff_read_chunk' argument 5 names different: declaration 'chunk_data' definition '_chunk_data'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.h:40:51: note: Function 'gst_riff_read_chunk' argument 5 names different: declaration 'chunk_data' definition '_chunk_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:51:66: note: Function 'gst_riff_read_chunk' argument 5 names different: declaration 'chunk_data' definition '_chunk_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:124:13: style: Function 'gst_riff_parse_chunk' argument 3 names different: declaration 'offset' definition '_offset'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.h:51:51: note: Function 'gst_riff_parse_chunk' argument 3 names different: declaration 'offset' definition '_offset'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:124:13: note: Function 'gst_riff_parse_chunk' argument 3 names different: declaration 'offset' definition '_offset'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:124:32: style: Function 'gst_riff_parse_chunk' argument 4 names different: declaration 'fourcc' definition '_fourcc'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.h:52:51: note: Function 'gst_riff_parse_chunk' argument 4 names different: declaration 'fourcc' definition '_fourcc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:124:32: note: Function 'gst_riff_parse_chunk' argument 4 names different: declaration 'fourcc' definition '_fourcc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:272:39: style: Function 'gst_riff_parse_strh' argument 3 names different: declaration 'strh' definition '_strh'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.h:61:55: note: Function 'gst_riff_parse_strh' argument 3 names different: declaration 'strh' definition '_strh'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:272:39: note: Function 'gst_riff_parse_strh' argument 3 names different: declaration 'strh' definition '_strh'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:357:44: style: Function 'gst_riff_parse_strf_vids' argument 3 names different: declaration 'strf' definition '_strf'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.h:65:60: note: Function 'gst_riff_parse_strf_vids' argument 3 names different: declaration 'strf' definition '_strf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:357:44: note: Function 'gst_riff_parse_strf_vids' argument 3 names different: declaration 'strf' definition '_strf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:450:44: style: Function 'gst_riff_parse_strf_auds' argument 3 names different: declaration 'strf' definition '_strf'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.h:69:60: note: Function 'gst_riff_parse_strf_auds' argument 3 names different: declaration 'strf' definition '_strf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:450:44: note: Function 'gst_riff_parse_strf_auds' argument 3 names different: declaration 'strf' definition '_strf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:538:44: style: Function 'gst_riff_parse_strf_iavs' argument 3 names different: declaration 'strf' definition '_strf'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.h:73:60: note: Function 'gst_riff_parse_strf_iavs' argument 3 names different: declaration 'strf' definition '_strf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:538:44: note: Function 'gst_riff_parse_strf_iavs' argument 3 names different: declaration 'strf' definition '_strf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:602:36: style: Function 'gst_riff_parse_info' argument 3 names different: declaration 'taglist' definition '_taglist'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.h:78:52: note: Function 'gst_riff_parse_info' argument 3 names different: declaration 'taglist' definition '_taglist'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c:602:36: note: Function 'gst_riff_parse_info' argument 3 names different: declaration 'taglist' definition '_taglist'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstexiftag.c:2335:3: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstexiftag.c:2332:0: note: Variable 'value' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstexiftag.c:2335:3: note: Variable 'value' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstexiftag.c:1629:21: style: The scope of the variable 'data' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:213:35: style: Function 'gst_tag_demux_base_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:163:47: note: Function 'gst_tag_demux_base_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:213:35: note: Function 'gst_tag_demux_base_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:225:36: style: Function 'gst_tag_demux_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:164:48: note: Function 'gst_tag_demux_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:225:36: note: Function 'gst_tag_demux_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:281:35: style: Function 'gst_tag_demux_init' argument 1 names different: declaration 'obj' definition 'demux'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:165:47: note: Function 'gst_tag_demux_init' argument 1 names different: declaration 'obj' definition 'demux'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:281:35: note: Function 'gst_tag_demux_init' argument 1 names different: declaration 'obj' definition 'demux'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:281:61: style: Function 'gst_tag_demux_init' argument 2 names different: declaration 'klass' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:165:71: note: Function 'gst_tag_demux_init' argument 2 names different: declaration 'klass' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:281:61: note: Function 'gst_tag_demux_init' argument 2 names different: declaration 'klass' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:371:44: style: Function 'gst_tag_demux_remove_srcpad' argument 1 names different: declaration 'tagdemux' definition 'demux'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:150:60: note: Function 'gst_tag_demux_remove_srcpad' argument 1 names different: declaration 'tagdemux' definition 'demux'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:371:44: note: Function 'gst_tag_demux_remove_srcpad' argument 1 names different: declaration 'tagdemux' definition 'demux'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:1291:41: style: Function 'gst_tag_demux_read_range' argument 1 names different: declaration 'tagdemux' definition 'demux'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:141:62: note: Function 'gst_tag_demux_read_range' argument 1 names different: declaration 'tagdemux' definition 'demux'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:1291:41: note: Function 'gst_tag_demux_read_range' argument 1 names different: declaration 'tagdemux' definition 'demux'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:1440:50: style: Function 'gst_tag_demux_send_pending_events' argument 1 names different: declaration 'tagdemux' definition 'demux'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:159:62: note: Function 'gst_tag_demux_send_pending_events' argument 1 names different: declaration 'tagdemux' definition 'demux'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:1440:50: note: Function 'gst_tag_demux_send_pending_events' argument 1 names different: declaration 'tagdemux' definition 'demux'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:1459:45: style: Function 'gst_tag_demux_send_tag_event' argument 1 names different: declaration 'tagdemux' definition 'demux'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:160:57: note: Function 'gst_tag_demux_send_tag_event' argument 1 names different: declaration 'tagdemux' definition 'demux'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:1459:45: note: Function 'gst_tag_demux_send_tag_event' argument 1 names different: declaration 'tagdemux' definition 'demux'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:131:11: warning: Either the condition 'xmptag' is redundant or there is possible null pointer dereference: xmptag. [nullPointerRedundantCheck]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:1026:7: note: Assuming that condition 'xmptag' is not redundant
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:1031:40: note: Calling function 'xmp_tag_get_merge_mode', 1st argument 'xmptag' value is 0
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:131:11: note: Null pointer dereference
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:1113:11: style: Variable 'plus_pos' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:1106:0: note: Variable 'plus_pos' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:1113:11: note: Variable 'plus_pos' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:1114:11: style: Variable 'neg_pos' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:1107:0: note: Variable 'neg_pos' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:1114:11: note: Variable 'neg_pos' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:1535:3: style: Variable 'xmp_tag_array' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:1531:0: note: Variable 'xmp_tag_array' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:1535:3: note: Variable 'xmp_tag_array' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstxmptag.c:250:16: style: The scope of the variable 'schemaname' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/lang.c:198:7: style: The scope of the variable 'i' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tags.c:450:5: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tags.c:447:0: note: Variable 'env' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tags.c:450:5: note: Variable 'env' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/xmpwriter.c:111:11: style: The scope of the variable 'iter' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/xmpwriter.c:277:11: style: The scope of the variable 'iter' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/xmpwriter.c:301:11: style: The scope of the variable 'iter' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/convertframe.c:67:3: style: Variable 'encoders' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/convertframe.c:62:0: note: Variable 'encoders' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/convertframe.c:67:3: note: Variable 'encoders' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/convertframe.c:271:3: style: Variable 'to_caps_copy' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/convertframe.c:260:0: note: Variable 'to_caps_copy' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/convertframe.c:271:3: note: Variable 'to_caps_copy' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/convertframe.c:618:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/convertframe.c:604:0: note: Variable 'context' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/convertframe.c:618:3: note: Variable 'context' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/convertframe.c:254:37: style: Function 'gst_video_convert_frame' argument 4 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.h:492:51: note: Function 'gst_video_convert_frame' argument 4 names different: declaration 'error' definition 'err'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/convertframe.c:254:37: note: Function 'gst_video_convert_frame' argument 4 names different: declaration 'error' definition 'err'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c:80:3: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c:76:0: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c:80:3: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c:133:3: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c:125:0: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c:133:3: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c:658:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c:570:9: style: The scope of the variable 'alpha_mask' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c:751:17: style: The scope of the variable 'structure' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c:805:17: style: The scope of the variable 'structure' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvert.c:514:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvertorc-dist.c:288:12: style: The scope of the variable 'var34' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvertorc-dist.c:381:12: style: The scope of the variable 'var34' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvertorc-dist.c:2073:12: style: The scope of the variable 'var34' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvertorc-dist.c:2172:12: style: The scope of the variable 'var34' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvertorc-dist.c:3014:12: style: The scope of the variable 'var36' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvertorc-dist.c:3106:12: style: The scope of the variable 'var35' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvertorc-dist.c:4503:12: style: The scope of the variable 'var36' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvertorc-dist.c:4613:12: style: The scope of the variable 'var35' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:3124:44: warning: Logical conjunction always evaluates to false: EXPR < '0' && EXPR > '9'. [incorrectLogicOperator]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:1059:14: style: Condition 'prev_layer' is always false [knownConditionTrueFalse]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:1021:28: note: Assignment 'prev_layer=0', assigned value is 0
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:1059:14: note: Condition 'prev_layer' is always false
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:481:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:478:0: note: Variable 'data' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:481:3: note: Variable 'data' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:133:11: style: The scope of the variable 'data' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:1230:18: style: struct member 'ac3_frmsize::bit_rate' is never used. [unusedStructMember]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:3247:17: style: Variable 'matched' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:3603:10: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:3899:15: style: Variable 'hdr_len' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolume.c:496:3: style: Variable 'track' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolume.c:488:0: note: Variable 'track' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolume.c:496:3: note: Variable 'track' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolume.c:410:40: style: Function 'gst_volume_mixer_init' argument 1 names different: declaration 'iface' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolume.c:147:52: note: Function 'gst_volume_mixer_init' argument 1 names different: declaration 'iface' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolume.c:410:40: note: Function 'gst_volume_mixer_init' argument 1 names different: declaration 'iface' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:735:12: style: The scope of the variable 'var33' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:737:12: style: The scope of the variable 'var35' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:821:12: style: The scope of the variable 'var33' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:823:12: style: The scope of the variable 'var35' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:1983:12: style: The scope of the variable 'var35' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:1985:12: style: The scope of the variable 'var37' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioamplify.c:405:5: style: Function 'gst_audio_amplify_set_process_function' argument 2 names different: declaration 'clipping' definition 'clipping_method'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioamplify.c:135:18: note: Function 'gst_audio_amplify_set_process_function' argument 2 names different: declaration 'clipping' definition 'clipping_method'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioamplify.c:405:5: note: Function 'gst_audio_amplify_set_process_function' argument 2 names different: declaration 'clipping' definition 'clipping_method'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioamplify.c:468:43: style: Function 'gst_audio_amplify_setup' argument 1 names different: declaration 'filter' definition 'base'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioamplify.c:141:59: note: Function 'gst_audio_amplify_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioamplify.c:468:43: note: Function 'gst_audio_amplify_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiochebband.c:659:45: style: Function 'gst_audio_cheb_band_setup' argument 1 names different: declaration 'filter' definition 'base'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiochebband.c:111:61: note: Function 'gst_audio_cheb_band_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiochebband.c:659:45: note: Function 'gst_audio_cheb_band_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiocheblimit.c:561:46: style: Function 'gst_audio_cheb_limit_setup' argument 1 names different: declaration 'filter' definition 'base'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiocheblimit.c:107:62: note: Function 'gst_audio_cheb_limit_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiocheblimit.c:561:46: note: Function 'gst_audio_cheb_limit_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiodynamic.c:343:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiodynamic.c:341:0: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiodynamic.c:343:3: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiodynamic.c:338:43: style: Function 'gst_audio_dynamic_setup' argument 1 names different: declaration 'filter' definition 'base'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiodynamic.c:97:59: note: Function 'gst_audio_dynamic_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiodynamic.c:338:43: note: Function 'gst_audio_dynamic_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioecho.c:279:40: style: Function 'gst_audio_echo_setup' argument 1 names different: declaration 'self' definition 'base'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioecho.c:88:56: note: Function 'gst_audio_echo_setup' argument 1 names different: declaration 'self' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioecho.c:279:40: note: Function 'gst_audio_echo_setup' argument 1 names different: declaration 'self' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:637:11: style: The scope of the variable 'in' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:637:16: style: The scope of the variable 'out' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:629:70: style: Function 'gst_audio_fx_base_fir_filter_push_residue' argument 1 names different: declaration 'filter' definition 'self'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.h:95:74: note: Function 'gst_audio_fx_base_fir_filter_push_residue' argument 1 names different: declaration 'filter' definition 'self'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:629:70: note: Function 'gst_audio_fx_base_fir_filter_push_residue' argument 1 names different: declaration 'filter' definition 'self'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:1042:68: style: Function 'gst_audio_fx_base_fir_filter_set_kernel' argument 1 names different: declaration 'filter' definition 'self'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.h:94:72: note: Function 'gst_audio_fx_base_fir_filter_set_kernel' argument 1 names different: declaration 'filter' definition 'self'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:1042:68: note: Function 'gst_audio_fx_base_fir_filter_set_kernel' argument 1 names different: declaration 'filter' definition 'self'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:173:1: style: Variable 'buffer_length' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:174:1: style: Variable 'buffer_length' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:176:1: style: Variable 'buffer_length' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:177:1: style: Variable 'buffer_length' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:179:1: style: Variable 'buffer_length' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbasefirfilter.c:180:1: style: Variable 'buffer_length' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbaseiirfilter.c:93:40: style: The scope of the variable 'ctx' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbaseiirfilter.c:200:40: style: The scope of the variable 'ctx' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbaseiirfilter.c:228:40: style: The scope of the variable 'ctx' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbaseiirfilter.c:390:38: style: The scope of the variable 'ctx' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbaseiirfilter.c:246:54: style: Function 'gst_audio_fx_base_iir_filter_setup' argument 1 names different: declaration 'filter' definition 'base'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbaseiirfilter.c:52:70: note: Function 'gst_audio_fx_base_iir_filter_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofxbaseiirfilter.c:246:54: note: Function 'gst_audio_fx_base_iir_filter_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioinvert.c:187:42: style: Function 'gst_audio_invert_setup' argument 1 names different: declaration 'filter' definition 'base'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioinvert.c:92:58: note: Function 'gst_audio_invert_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audioinvert.c:187:42: note: Function 'gst_audio_invert_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiokaraoke.c:252:43: style: Function 'gst_audio_karaoke_setup' argument 1 names different: declaration 'filter' definition 'base'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiokaraoke.c:99:59: note: Function 'gst_audio_karaoke_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audiofx/audiokaraoke.c:252:43: note: Function 'gst_audio_karaoke_setup' argument 1 names different: declaration 'filter' definition 'base'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstaacparse.c:574:40: style: Function 'gst_aac_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstaacparse.c:80:40: note: Function 'gst_aac_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstaacparse.c:574:40: note: Function 'gst_aac_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstac3parse.c:388:40: style: Function 'gst_ac3_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstac3parse.c:163:40: note: Function 'gst_ac3_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstac3parse.c:388:40: note: Function 'gst_ac3_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstdcaparse.c:310:40: style: Function 'gst_dca_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstdcaparse.c:77:40: note: Function 'gst_dca_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstdcaparse.c:310:40: note: Function 'gst_dca_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstflacparse.c:415:23: style: Condition 'channels>10' is always true [knownConditionTrueFalse]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstflacparse.c:1078:36: style: The scope of the variable 'vorbiscomment' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:486:40: style: Function 'gst_mpeg_audio_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:92:40: note: Function 'gst_mpeg_audio_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:486:40: note: Function 'gst_mpeg_audio_parse_check_valid_frame' argument 3 names different: declaration 'size' definition 'framesize'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:715:25: style: Array index 'percent' is used before limits check. [arrayIndexThenCheck]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c:880:43: style: Function 'gst_iir_equalizer_setup' argument 1 names different: declaration 'filter' definition 'audio'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c:47:59: note: Function 'gst_iir_equalizer_setup' argument 1 names different: declaration 'filter' definition 'audio'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c:880:43: note: Function 'gst_iir_equalizer_setup' argument 1 names different: declaration 'filter' definition 'audio'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3224:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3227:7: note: Found duplicate branches for 'if' and 'else'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3224:5: note: Found duplicate branches for 'if' and 'else'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1311:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1298:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1311:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1340:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1326:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1340:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1357:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1347:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1357:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1391:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1382:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1391:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1408:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1398:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1408:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1427:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1415:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1427:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1504:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1473:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1504:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1527:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1511:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1527:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1628:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1609:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1628:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1644:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1635:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1644:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1661:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1651:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1661:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1676:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1668:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1676:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1693:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1683:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1693:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1710:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1700:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1710:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1746:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1717:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1746:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1786:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1753:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1786:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1814:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1793:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1814:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1842:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1821:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1842:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1868:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1849:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1868:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1929:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1907:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1929:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1990:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1936:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1990:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2065:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2041:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2065:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2124:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2090:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2124:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2146:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2131:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2146:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2170:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2153:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2170:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2193:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2177:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2193:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2209:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2200:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2209:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2235:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2216:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2235:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2252:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2242:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2252:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2270:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2259:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2270:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2288:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2277:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2288:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2310:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2295:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2310:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2334:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2317:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2334:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2350:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2341:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2350:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2371:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2357:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2371:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2398:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2378:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2398:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2435:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2405:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2435:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2453:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2442:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2453:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3353:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3344:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3353:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3383:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3360:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3383:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3433:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3390:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3433:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3451:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3440:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3451:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3486:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3458:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3486:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3519:57: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3495:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3519:57: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3522:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3495:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3522:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3869:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3825:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3869:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3890:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3876:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3890:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3913:37: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3898:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3913:37: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3918:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3898:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3918:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3827:14: style: The scope of the variable 'entry' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3988:9: style: The scope of the variable 'ext_atom' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:4229:13: style: The scope of the variable 'data' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1606:33: style: Function 'atom_stts_copy_data' argument 1 names different: declaration 'atom' definition 'stts'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.h:838:51: note: Function 'atom_stts_copy_data' argument 1 names different: declaration 'atom' definition 'stts'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1606:33: note: Function 'atom_stts_copy_data' argument 1 names different: declaration 'atom' definition 'stts'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1790:33: style: Function 'atom_stsz_copy_data' argument 1 names different: declaration 'atom' definition 'stsz'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.h:842:51: note: Function 'atom_stsz_copy_data' argument 1 names different: declaration 'atom' definition 'stsz'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1790:33: note: Function 'atom_stsz_copy_data' argument 1 names different: declaration 'atom' definition 'stsz'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1818:33: style: Function 'atom_stsc_copy_data' argument 1 names different: declaration 'atom' definition 'stsc'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.h:840:51: note: Function 'atom_stsc_copy_data' argument 1 names different: declaration 'atom' definition 'stsc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1818:33: note: Function 'atom_stsc_copy_data' argument 1 names different: declaration 'atom' definition 'stsc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1846:33: style: Function 'atom_ctts_copy_data' argument 1 names different: declaration 'atom' definition 'ctts'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.h:844:51: note: Function 'atom_ctts_copy_data' argument 1 names different: declaration 'atom' definition 'ctts'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1846:33: note: Function 'atom_ctts_copy_data' argument 1 names different: declaration 'atom' definition 'ctts'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1872:37: style: Function 'atom_stco64_copy_data' argument 1 names different: declaration 'atom' definition 'stco64'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.h:846:53: note: Function 'atom_stco64_copy_data' argument 1 names different: declaration 'atom' definition 'stco64'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1872:37: note: Function 'atom_stco64_copy_data' argument 1 names different: declaration 'atom' definition 'stco64'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1904:33: style: Function 'atom_stss_copy_data' argument 1 names different: declaration 'atom' definition 'stss'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.h:836:51: note: Function 'atom_stss_copy_data' argument 1 names different: declaration 'atom' definition 'stss'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:1904:33: note: Function 'atom_stss_copy_data' argument 1 names different: declaration 'atom' definition 'stss'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2213:33: style: Function 'atom_trak_copy_data' argument 1 names different: declaration 'atom' definition 'trak'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.h:832:52: note: Function 'atom_trak_copy_data' argument 1 names different: declaration 'atom' definition 'trak'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2213:33: note: Function 'atom_trak_copy_data' argument 1 names different: declaration 'atom' definition 'trak'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2940:54: style: Function 'atom_moov_add_xmp_tags' argument 2 names different: declaration 'xmp' definition 'xmpbuffer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.h:951:68: note: Function 'atom_moov_add_xmp_tags' argument 2 names different: declaration 'xmp' definition 'xmpbuffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:2940:54: note: Function 'atom_moov_add_xmp_tags' argument 2 names different: declaration 'xmp' definition 'xmpbuffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3207:40: style: Function 'atom_trak_set_video_type' argument 4 names different: declaration 'rate' definition 'scale'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.h:906:67: note: Function 'atom_trak_set_video_type' argument 4 names different: declaration 'rate' definition 'scale'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:3207:40: note: Function 'atom_trak_set_video_type' argument 4 names different: declaration 'rate' definition 'scale'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:4402:34: style: Function 'build_uuid_xmp_atom' argument 1 names different: declaration 'xmp' definition 'xmp_data'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.h:931:55: note: Function 'build_uuid_xmp_atom' argument 1 names different: declaration 'xmp' definition 'xmp_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atoms.c:4402:34: note: Function 'build_uuid_xmp_atom' argument 1 names different: declaration 'xmp' definition 'xmp_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/atomsrecovery.c:778:18: style: The scope of the variable 'trak' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:370:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:362:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:370:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:384:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:377:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:384:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:412:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:391:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:412:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:456:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:419:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:456:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:416:46: style: Function 'desc_es_descriptor_copy_data' argument 1 names different: declaration 'es' definition 'desc'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.h:142:67: note: Function 'desc_es_descriptor_copy_data' argument 1 names different: declaration 'es' definition 'desc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:416:46: note: Function 'desc_es_descriptor_copy_data' argument 1 names different: declaration 'es' definition 'desc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/descriptors.c:89:25: style: Expression '(X & 0x80) == 0x1' is always false. [comparisonError]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:742:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:738:0: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:742:3: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:1429:3: style: Variable 'ftyp' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:1421:0: note: Variable 'ftyp' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:1429:3: note: Variable 'ftyp' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:1471:3: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:1469:0: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:1471:3: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:2533:3: style: Variable 'qtpad' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:2519:0: note: Variable 'qtpad' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:2533:3: note: Variable 'qtpad' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:2855:3: style: Variable 'qtpad' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:2838:0: note: Variable 'qtpad' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:2855:3: note: Variable 'qtpad' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:3363:3: style: Variable 'qtmux->fast_start_file_path' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:3360:3: note: Variable 'qtmux->fast_start_file_path' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:3363:3: note: Variable 'qtmux->fast_start_file_path' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:242:19: style: The scope of the variable 'videosinktempl' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:242:36: style: The scope of the variable 'audiosinktempl' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:1037:15: style: The scope of the variable 'ainfo' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:1058:16: style: The scope of the variable 'tag' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:1058:22: style: The scope of the variable 'tag2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:3019:19: style: The scope of the variable 'seqh_value' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:3476:24: style: The scope of the variable 'params' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:3234:43: style: Function 'gst_qt_mux_request_new_pad' argument 3 names different: declaration 'name' definition 'req_name'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:223:43: note: Function 'gst_qt_mux_request_new_pad' argument 3 names different: declaration 'name' definition 'req_name'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmux.c:3234:43: note: Function 'gst_qt_mux_request_new_pad' argument 3 names different: declaration 'name' definition 'req_name'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmuxmap.c:303:33: style: Function 'gst_qt_mux_map_format_to_header' argument 4 names different: declaration 'verson' definition '_version'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmuxmap.h:77:83: note: Function 'gst_qt_mux_map_format_to_header' argument 4 names different: declaration 'verson' definition '_version'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/gstqtmuxmap.c:303:33: note: Function 'gst_qt_mux_map_format_to_header' argument 4 names different: declaration 'verson' definition '_version'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/properties.c:186:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/properties.c:182:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/properties.c:186:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/properties.c:209:18: style: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/properties.c:204:29: note: 'original_offset' is assigned value '*offset' here.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/properties.c:209:18: note: Same expression on both sides of '-' because the value of '*offset' and 'original_offset' are the same.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2656:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2653:0: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2656:3: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1710:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:3007:13: style: The scope of the variable 'event' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:4751:23: style: The scope of the variable 'buf' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:4753:13: style: The scope of the variable 'tlen' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:4856:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:4877:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:4903:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6607:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6681:17: style: The scope of the variable 'i' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6705:17: style: The scope of the variable 'i' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6790:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7158:16: style: The scope of the variable 'waveheadernode' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7162:25: style: The scope of the variable 'waveheader' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7249:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7491:13: style: The scope of the variable 'durations' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7920:7: style: The scope of the variable 'len' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7921:7: style: The scope of the variable 'type' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7922:7: style: The scope of the variable 'n1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7922:11: style: The scope of the variable 'n2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7950:7: style: The scope of the variable 'len' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7951:7: style: The scope of the variable 'type' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7952:7: style: The scope of the variable 'n1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7977:7: style: The scope of the variable 'len' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7978:7: style: The scope of the variable 'type' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:8004:7: style: The scope of the variable 'len' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:8005:7: style: The scope of the variable 'type' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:8006:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:8030:9: style: The scope of the variable 's' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:8031:7: style: The scope of the variable 'len' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:8032:7: style: The scope of the variable 'type' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:8378:10: style: The scope of the variable 'node' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:8532:17: style: The scope of the variable 'rmda' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:8532:24: style: The scope of the variable 'rdrf' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:8776:7: style: The scope of the variable 'tag' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1612:41: style: Function 'gst_qtdemux_handle_sink_event' argument 1 names different: declaration 'pad' definition 'sinkpad'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:415:57: note: Function 'gst_qtdemux_handle_sink_event' argument 1 names different: declaration 'pad' definition 'sinkpad'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1612:41: note: Function 'gst_qtdemux_handle_sink_event' argument 1 names different: declaration 'pad' definition 'sinkpad'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9556:36: style: Function 'qtdemux_sub_caps' argument 4 names different: declaration 'data' definition 'stsd_data'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:437:60: note: Function 'qtdemux_sub_caps' argument 4 names different: declaration 'data' definition 'stsd_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9556:36: note: Function 'qtdemux_sub_caps' argument 4 names different: declaration 'data' definition 'stsd_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_dump.c:534:56: style: Opposite expression on both sides of '||'. [oppositeExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_dump.c:534:56: note: Opposite expression on both sides of '||'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_dump.c:534:56: note: Opposite expression on both sides of '||'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_dump.c:616:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.c:335:23: style: The scope of the variable 'cd' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.c:364:25: style: The scope of the variable 'cd' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.c:1041:66: style: Function 'gst_spectrum_transform_ip' argument 2 names different: declaration 'in' definition 'buffer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.c:207:17: note: Function 'gst_spectrum_transform_ip' argument 2 names different: declaration 'in' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.c:1041:66: note: Function 'gst_spectrum_transform_ip' argument 2 names different: declaration 'in' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:1783:14: style: The scope of the variable 'event_p' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:1833:17: style: The scope of the variable 's' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:393:3: style: Variable 'track' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:390:0: note: Variable 'track' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:393:3: note: Variable 'track' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:670:3: style: Variable 'dsoundsink' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:668:0: note: Variable 'dsoundsink' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:670:3: note: Variable 'dsoundsink' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:724:3: style: Variable 'hRes' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:721:3: note: Variable 'hRes' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:724:3: note: Variable 'hRes' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:745:7: style: Variable 'hRes' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:742:7: note: Variable 'hRes' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:745:7: note: Variable 'hRes' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:854:5: style: Variable 'hRes' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:851:0: note: Variable 'hRes' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:854:5: note: Variable 'hRes' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:858:5: style: Variable 'hRes' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:854:5: note: Variable 'hRes' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:858:5: note: Variable 'hRes' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:344:42: style: Variable 'gstelement_class' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:346:54: style: Variable 'gstbaseaudiosink_class' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:866:11: style: Variable 'hRes' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:971:11: style: Unused variable: hRes [unusedVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:972:16: style: Unused variable: descSecondary [unusedVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/directsound/gstdirectsoundsink.c:973:16: style: Unused variable: wfx [unusedVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/osxaudio/gstosxaudiosink.c:163:42: style: Variable 'gstelement_class' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/osxaudio/gstosxaudiosink.c:164:44: style: Variable 'gstbasesink_class' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/osxaudio/gstosxaudiosrc.c:154:42: style: Variable 'gstelement_class' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/osxaudio/gstosxringbuffer.c:361:3: style: Variable 'layout' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/osxaudio/gstosxringbuffer.c:333:0: note: Variable 'layout' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/osxaudio/gstosxringbuffer.c:361:3: note: Variable 'layout' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/osxaudio/gstosxringbuffer.c:103:40: style: Variable 'gstobject_class' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/gstv4l2bufferpool.c:537:18: style: The scope of the variable 'pool_buffer' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/gstv4l2object.c:807:24: style: The scope of the variable 'fmt' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/gstv4l2object.c:1297:19: style: The scope of the variable 'structure' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/gstv4l2object.c:1721:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/gstv4l2sink.c:770:18: style: The scope of the variable 'v4l2buf' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/gstv4l2src.c:399:17: style: The scope of the variable 'structure' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/gstv4l2src.c:938:52: style: Function 'gst_v4l2src_create' argument 2 names different: declaration 'out' definition 'buf'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/gstv4l2src.c:204:73: note: Function 'gst_v4l2src_create' argument 2 names different: declaration 'out' definition 'buf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/gstv4l2src.c:938:52: note: Function 'gst_v4l2src_create' argument 2 names different: declaration 'out' definition 'buf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/v4l2_calls.c:715:29: style: Function 'gst_v4l2_signal_strength' argument 3 names different: declaration 'signal' definition 'signal_strength'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/v4l2_calls.h:127:42: note: Function 'gst_v4l2_signal_strength' argument 3 names different: declaration 'signal' definition 'signal_strength'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/v4l2_calls.c:715:29: note: Function 'gst_v4l2_signal_strength' argument 3 names different: declaration 'signal' definition 'signal_strength'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/v4l2_calls.c:749:9: style: Function 'gst_v4l2_get_attribute' argument 2 names different: declaration 'attribute' definition 'attribute_num'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/v4l2_calls.h:131:42: note: Function 'gst_v4l2_get_attribute' argument 2 names different: declaration 'attribute' definition 'attribute_num'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/v4l2_calls.c:749:9: note: Function 'gst_v4l2_get_attribute' argument 2 names different: declaration 'attribute' definition 'attribute_num'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/v4l2_calls.c:786:9: style: Function 'gst_v4l2_set_attribute' argument 2 names different: declaration 'attribute' definition 'attribute_num'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/v4l2_calls.h:134:42: note: Function 'gst_v4l2_set_attribute' argument 2 names different: declaration 'attribute' definition 'attribute_num'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-good/sys/v4l2/v4l2_calls.c:786:9: note: Function 'gst_v4l2_set_attribute' argument 2 names different: declaration 'attribute' definition 'attribute_num'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gst-i18n-lib.h:27:0: error: #error You must include config.h before including this header. [preprocessorErrorDirective]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:3847:15: style: The scope of the variable 'child' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:3021:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:397:35: style: Function 'gst_bin_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:325:1: note: Function 'gst_bin_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:397:35: note: Function 'gst_bin_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:531:24: style: Function 'gst_bin_init' argument 1 names different: declaration 'object' definition 'bin'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:325:1: note: Function 'gst_bin_init' argument 1 names different: declaration 'object' definition 'bin'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:531:24: note: Function 'gst_bin_init' argument 1 names different: declaration 'object' definition 'bin'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:531:43: style: Function 'gst_bin_init' argument 2 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:325:1: note: Function 'gst_bin_init' argument 2 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:531:43: note: Function 'gst_bin_init' argument 2 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbin.c:904:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbuffer.c:573:36: style: Function 'gst_buffer_create_sub' argument 1 names different: declaration 'parent' definition 'buffer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbuffer.h:474:61: note: Function 'gst_buffer_create_sub' argument 1 names different: declaration 'parent' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbuffer.c:573:36: note: Function 'gst_buffer_create_sub' argument 1 names different: declaration 'parent' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstbus.c:438:15: style: The scope of the variable 'message' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstcaps.c:305:17: style: The scope of the variable 'structure' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstcaps.c:326:17: style: The scope of the variable 'structure' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstcaps.c:801:19: style: The scope of the variable 'structure1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstcaps.c:890:17: style: The scope of the variable 'structure' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstcaps.c:1511:17: style: The scope of the variable 'struct1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstcaps.c:1611:17: style: The scope of the variable 'structure' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstcaps.c:1672:17: style: The scope of the variable 'sub' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstcaps.c:2016:17: style: The scope of the variable 'simplify' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:96:29: style: The scope of the variable 'property' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:99:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:99:16: style: The scope of the variable 'value_str' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:191:15: style: The scope of the variable 'target_element' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:192:11: style: The scope of the variable 'target_pad' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:192:24: style: The scope of the variable 'tmp_pad' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:195:10: style: The scope of the variable 'target_element_name' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:321:15: style: The scope of the variable 'peer_element' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:321:30: style: The scope of the variable 'target_element' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:322:22: style: The scope of the variable 'target_pad' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:322:35: style: The scope of the variable 'tmp_pad' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:323:12: style: The scope of the variable 'caps' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:323:19: style: The scope of the variable 'peer_caps' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:326:10: style: The scope of the variable 'pad_name' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:326:21: style: The scope of the variable 'element_name' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:327:10: style: The scope of the variable 'peer_pad_name' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:327:26: style: The scope of the variable 'peer_element_name' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:328:10: style: The scope of the variable 'target_pad_name' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstdebugutils.c:328:28: style: The scope of the variable 'target_element_name' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstelementfactory.c:168:21: style: The scope of the variable 'structure' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstevent.c:620:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstevent.c:752:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstevent.c:896:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstevent.c:1036:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstevent.c:1138:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstevent.c:1206:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstevent.c:1277:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinfo.c:953:5: style: Variable 'color' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinfo.c:948:0: note: Variable 'color' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinfo.c:953:5: note: Variable 'color' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinfo.c:510:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinfo.c:1575:10: style: The scope of the variable 'ptrname' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinterface.c:78:68: style: Function 'gst_implements_interface_class_init' argument 1 names different: declaration 'ifklass' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinterface.c:42:68: note: Function 'gst_implements_interface_class_init' argument 1 names different: declaration 'ifklass' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinterface.c:78:68: note: Function 'gst_implements_interface_class_init' argument 1 names different: declaration 'ifklass' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinterface.c:84:70: style: Function 'gst_implements_interface_supported_default' argument 1 names different: declaration 'iface' definition 'interface'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinterface.c:44:70: note: Function 'gst_implements_interface_supported_default' argument 1 names different: declaration 'iface' definition 'interface'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinterface.c:84:70: note: Function 'gst_implements_interface_supported_default' argument 1 names different: declaration 'iface' definition 'interface'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinterface.c:143:53: style: Function 'gst_implements_interface_cast' argument 2 names different: declaration 'type' definition 'iface_type'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinterface.h:75:40: note: Function 'gst_implements_interface_cast' argument 2 names different: declaration 'type' definition 'iface_type'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstinterface.c:143:53: note: Function 'gst_implements_interface_cast' argument 2 names different: declaration 'type' definition 'iface_type'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:389:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:416:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:445:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:545:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:575:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:629:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:658:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:683:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:722:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:754:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:784:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:856:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:884:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:957:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:1647:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:1771:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:1852:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:1938:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstmessage.c:2146:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstobject.c:745:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstobject.c:740:0: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstobject.c:745:3: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstobject.c:894:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstobject.c:889:0: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstobject.c:894:3: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstobject.c:518:36: style: The scope of the variable 'old_parent' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstobject.c:1128:10: style: The scope of the variable 'prevpath' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:1010:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:1005:0: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:1010:3: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:1059:3: style: Variable 'was_blocked' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:1053:0: note: Variable 'was_blocked' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:1059:3: note: Variable 'was_blocked' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:2327:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:2319:0: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:2327:3: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:3678:3: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:3671:0: note: Variable 'iter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:3678:3: note: Variable 'iter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:3935:11: style: The scope of the variable 'peer' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:4288:16: style: The scope of the variable 'group' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpad.c:4500:16: style: The scope of the variable 'group' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstparse.c:59:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstparse.c:56:0: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstparse.c:59:3: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstparse.c:201:3: style: Variable 'gstr' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstparse.c:197:0: note: Variable 'gstr' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstparse.c:201:3: note: Variable 'gstr' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstparse.c:257:25: style: The scope of the variable 'arg' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstparse.c:258:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstplugin.c:1300:23: style: The scope of the variable 'newplugin' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstplugin.c:197:5: error: Common realloc mistake: '_static_plugins' nulled but not freed upon failure [memleakOnRealloc]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:419:9: style: Condition 'c>3' is always false [knownConditionTrueFalse]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:407:11: note: Assignment 'c=0', assigned value is 0
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:415:8: note: c is incremented', new value is 1
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:416:8: note: c is incremented', new value is 2
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:417:8: note: c is incremented', new value is 3
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:419:9: note: Condition 'c>3' is always false
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:587:30: warning: Possible null pointer dereference: payload [nullPointer]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:173:41: note: Calling function 'put_packet', 4th argument 'payload' value is 0
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:587:30: note: Null pointer dereference
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:484:48: style: Function 'plugin_loader_cleanup_child' argument 1 names different: declaration 'loader' definition 'l'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:139:60: note: Function 'plugin_loader_cleanup_child' argument 1 names different: declaration 'loader' definition 'l'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:484:48: note: Function 'plugin_loader_cleanup_child' argument 1 names different: declaration 'loader' definition 'l'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:565:31: style: Function 'put_packet' argument 1 names different: declaration 'loader' definition 'l'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:131:43: note: Function 'put_packet' argument 1 names different: declaration 'loader' definition 'l'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpluginloader.c:565:31: note: Function 'put_packet' argument 1 names different: declaration 'loader' definition 'l'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpoll.c:1140:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpoll.c:1132:0: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstpoll.c:1140:3: note: Variable 'res' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstquery.c:1305:11: style: The scope of the variable 'last_array_value' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstquery.c:398:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstquery.c:470:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstquery.c:545:70: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstquery.c:632:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstquery.c:721:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstquery.c:858:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstquery.c:1109:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstquery.c:1437:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistrybinary.c:527:3: style: Variable 'timer' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistrybinary.c:517:0: note: Variable 'timer' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistrybinary.c:527:3: note: Variable 'timer' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistrybinary.c:530:3: style: Variable 'mapped' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistrybinary.c:508:0: note: Variable 'mapped' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistrybinary.c:530:3: note: Variable 'mapped' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistrybinary.c:299:7: style: The scope of the variable 'padsize' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstregistrychunks.c:301:12: style: The scope of the variable 'str' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2660:5: style: Variable 'best' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2651:0: note: Variable 'best' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2660:5: note: Variable 'best' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2753:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2748:0: note: Variable 'val' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2753:5: note: Variable 'val' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2822:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2817:0: note: Variable 'val' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2822:5: note: Variable 'val' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:824:22: style: The scope of the variable 'field' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2383:19: style: The scope of the variable 'list_value' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2452:19: style: The scope of the variable 'list_value' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2511:19: style: The scope of the variable 'list_value' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2571:19: style: The scope of the variable 'list_value' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2380:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2401:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2449:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2470:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2529:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2589:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:822:68: style: Function 'gst_structure_id_get_field' argument 2 names different: declaration 'field' definition 'field_id'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:92:23: note: Function 'gst_structure_id_get_field' argument 2 names different: declaration 'field' definition 'field_id'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:822:68: note: Function 'gst_structure_id_get_field' argument 2 names different: declaration 'field' definition 'field_id'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2067:44: style: Function 'gst_structure_parse_simple_string' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:99:60: note: Function 'gst_structure_parse_simple_string' argument 1 names different: declaration 's' definition 'str'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gststructure.c:2067:44: note: Function 'gst_structure_parse_simple_string' argument 1 names different: declaration 's' definition 'str'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gsturi.c:313:25: warning: Either the condition 'uri!=NULL' is redundant or there is possible null pointer dereference: check. [nullPointerRedundantCheck]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gsturi.c:310:17: note: Assuming that condition 'uri!=NULL' is not redundant
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gsturi.c:308:18: note: Assignment 'check=(gchar*)uri', assigned value is 0
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gsturi.c:313:25: note: Null pointer dereference
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gsturi.c:760:13: style: Variable 'new_uri' is allocated memory that is never used. [unusedAllocatedMemory]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:3346:3: style: Variable 'best' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:3339:0: note: Variable 'best' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:3346:3: note: Variable 'best' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:1275:60: style: Same expression on both sides of '&&'. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:130:11: style: The scope of the variable 'v' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:131:10: style: The scope of the variable 's_val' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:154:11: style: The scope of the variable 'list_value' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:158:10: style: The scope of the variable 'list_s' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:409:17: style: The scope of the variable 'src' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:623:11: style: The scope of the variable 'v1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:679:11: style: The scope of the variable 'v1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:680:11: style: The scope of the variable 'v2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:2524:16: style: The scope of the variable 'fl' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:2806:11: style: The scope of the variable 'min' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:2807:11: style: The scope of the variable 'max' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:3467:22: style: The scope of the variable 'union_info' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:3502:22: style: The scope of the variable 'union_info' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:3573:26: style: The scope of the variable 'intersect_info' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:3625:26: style: The scope of the variable 'intersect_info' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:3709:25: style: The scope of the variable 'info' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:3770:25: style: The scope of the variable 'info' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstvalue.c:3993:19: style: The scope of the variable 'kid' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstxml.c:231:15: style: Unused variable: encoding [unusedVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstxml.c:232:39: style: Variable 'handler' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstxml.c:233:7: style: Unused variable: indent [unusedVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstadapter.c:327:14: style: The scope of the variable 'cur' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstadapter.c:741:14: style: The scope of the variable 'cur' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstadapter.c:799:14: style: The scope of the variable 'cur' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:1218:5: style: Variable 'qres' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:1215:0: note: Variable 'qres' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:1218:5: note: Variable 'qres' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:1987:3: style: Variable 'send' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:1983:0: note: Variable 'send' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:1987:3: note: Variable 'send' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:2802:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:2795:0: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:2802:3: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:2823:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:2816:0: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:2823:3: note: Variable 'result' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:3253:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:3228:0: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:3253:3: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:3683:34: style: Same expression on both sides of '<='. [duplicateExpression]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:897:14: style: The scope of the variable 'eventp' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:1984:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:490:64: style: Function 'gst_base_parse_init' argument 2 names different: declaration 'klass' definition 'bclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:323:25: note: Function 'gst_base_parse_init' argument 2 names different: declaration 'klass' definition 'bclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:490:64: note: Function 'gst_base_parse_init' argument 2 names different: declaration 'klass' definition 'bclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:2814:45: style: Function 'gst_base_parse_sink_activate_pull' argument 1 names different: declaration 'pad' definition 'sinkpad'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:363:61: note: Function 'gst_base_parse_sink_activate_pull' argument 1 names different: declaration 'pad' definition 'sinkpad'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:2814:45: note: Function 'gst_base_parse_sink_activate_pull' argument 1 names different: declaration 'pad' definition 'sinkpad'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:1127:13: style: The scope of the variable 'query' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:3749:16: style: The scope of the variable 'group' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:671:35: style: Function 'gst_base_sink_init' argument 1 names different: declaration 'trans' definition 'basesink'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:331:47: note: Function 'gst_base_sink_init' argument 1 names different: declaration 'trans' definition 'basesink'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:671:35: note: Function 'gst_base_sink_init' argument 1 names different: declaration 'trans' definition 'basesink'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:3726:48: style: Function 'gst_base_sink_chain' argument 2 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:388:69: note: Function 'gst_base_sink_chain' argument 2 names different: declaration 'buffer' definition 'buf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:3726:48: note: Function 'gst_base_sink_chain' argument 2 names different: declaration 'buffer' definition 'buf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:3113:28: style: The scope of the variable 'event' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:397:33: style: Function 'gst_base_src_init' argument 1 names different: declaration 'src' definition 'basesrc'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:256:45: note: Function 'gst_base_src_init' argument 1 names different: declaration 'src' definition 'basesrc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:397:33: note: Function 'gst_base_src_init' argument 1 names different: declaration 'src' definition 'basesrc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:1530:39: style: Function 'gst_base_src_send_event' argument 1 names different: declaration 'elem' definition 'element'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:297:55: note: Function 'gst_base_src_send_event' argument 1 names different: declaration 'elem' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:1530:39: note: Function 'gst_base_src_send_event' argument 1 names different: declaration 'elem' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2302:52: style: Function 'gst_base_src_default_check_get_range' argument 1 names different: declaration 'bsrc' definition 'src'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:320:68: note: Function 'gst_base_src_default_check_get_range' argument 1 names different: declaration 'bsrc' definition 'src'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2302:52: note: Function 'gst_base_src_default_check_get_range' argument 1 names different: declaration 'bsrc' definition 'src'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/base/gstcollectpads.c:717:17: style: The scope of the variable 'buffer_p' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/controller/gstcontroller.c:189:26: style: The scope of the variable 'prop' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/controller/gstcontroller.c:304:10: style: The scope of the variable 'name' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/controller/gstcontroller.c:360:26: style: The scope of the variable 'prop' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/controller/gstcontroller.c:394:26: style: The scope of the variable 'prop' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/controller/gstcontroller.c:395:10: style: The scope of the variable 'name' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/controller/gstcontroller.c:489:26: style: The scope of the variable 'prop' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/controller/gstcontrolsource.c:149:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/controller/gstcontrolsource.c:143:0: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/controller/gstcontrolsource.c:149:3: note: Variable 'ret' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/libs/gst/controller/gstinterpolation.c:95:3: error: Address of auto-variable 'cp->value' returned [returnAddressOfAutoVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesink.c:400:25: style: The scope of the variable 's' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesink.c:472:56: style: Function 'gst_fake_sink_render' argument 2 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesink.c:132:17: note: Function 'gst_fake_sink_render' argument 2 names different: declaration 'buffer' definition 'buf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesink.c:472:56: note: Function 'gst_fake_sink_render' argument 2 names different: declaration 'buffer' definition 'buf'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesrc.c:429:42: style: Function 'gst_fake_src_event_handler' argument 1 names different: declaration 'src' definition 'basesrc'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesrc.c:220:58: note: Function 'gst_fake_src_event_handler' argument 1 names different: declaration 'src' definition 'basesrc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesrc.c:429:42: note: Function 'gst_fake_src_event_handler' argument 1 names different: declaration 'src' definition 'basesrc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesrc.c:792:35: style: Function 'gst_fake_src_create' argument 1 names different: declaration 'src' definition 'basesrc'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesrc.c:223:56: note: Function 'gst_fake_src_create' argument 1 names different: declaration 'src' definition 'basesrc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesrc.c:792:35: note: Function 'gst_fake_src_create' argument 1 names different: declaration 'src' definition 'basesrc'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesrc.c:793:18: style: Function 'gst_fake_src_create' argument 4 names different: declaration 'buf' definition 'ret'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesrc.c:224:32: note: Function 'gst_fake_src_create' argument 4 names different: declaration 'buf' definition 'ret'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gstfakesrc.c:793:18: note: Function 'gst_fake_src_create' argument 4 names different: declaration 'buf' definition 'ret'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.c:754:39: style: Function 'gst_type_find_element_chain' argument 1 names different: declaration 'sinkpad' definition 'pad'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.c:150:60: note: Function 'gst_type_find_element_chain' argument 1 names different: declaration 'sinkpad' definition 'pad'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.c:754:39: note: Function 'gst_type_find_element_chain' argument 1 names different: declaration 'sinkpad' definition 'pad'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:559:35: style: Function 'gst_file_index_commit' argument 1 names different: declaration 'index' definition '_index'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:140:47: note: Function 'gst_file_index_commit' argument 1 names different: declaration 'index' definition '_index'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:559:35: note: Function 'gst_file_index_commit' argument 1 names different: declaration 'index' definition '_index'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:559:48: style: Function 'gst_file_index_commit' argument 2 names different: declaration 'writer_id' definition '_writer_id'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:140:59: note: Function 'gst_file_index_commit' argument 2 names different: declaration 'writer_id' definition '_writer_id'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:559:48: note: Function 'gst_file_index_commit' argument 2 names different: declaration 'writer_id' definition '_writer_id'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:873:36: style: Function 'gst_file_index_get_assoc_entry' argument 7 names different: declaration 'func' definition '_ignore_func'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:145:54: note: Function 'gst_file_index_get_assoc_entry' argument 7 names different: declaration 'func' definition '_ignore_func'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:873:36: note: Function 'gst_file_index_get_assoc_entry' argument 7 names different: declaration 'func' definition '_ignore_func'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:873:59: style: Function 'gst_file_index_get_assoc_entry' argument 8 names different: declaration 'user_data' definition '_ignore_user_data'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:145:69: note: Function 'gst_file_index_get_assoc_entry' argument 8 names different: declaration 'user_data' definition '_ignore_user_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/gstreamer-lite/gstreamer/plugins/indexers/gstfileindex.c:873:59: note: Function 'gst_file_index_get_assoc_entry' argument 8 names different: declaration 'user_data' definition '_ignore_user_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:1337:14: warning: Either the condition 'NULL==dataPacketDescription' is redundant or there is possible null pointer dereference: dataPacketDescription. [nullPointerRedundantCheck]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:1338:21: note: Assuming that condition 'NULL==dataPacketDescription' is not redundant
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:1337:14: note: Null pointer dereference
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:953:13: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:948:13: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:953:13: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:149:36: style: Function 'audioconverter_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:81:49: note: Function 'audioconverter_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:149:36: note: Function 'audioconverter_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:171:50: style: Function 'audioconverter_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:82:61: note: Function 'audioconverter_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:171:50: note: Function 'audioconverter_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:185:39: style: Function 'audioconverter_init' argument 1 names different: declaration 'object' definition 'decode'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:83:50: note: Function 'audioconverter_init' argument 1 names different: declaration 'object' definition 'decode'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:185:39: note: Function 'audioconverter_init' argument 1 names different: declaration 'object' definition 'decode'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:186:44: style: Function 'audioconverter_init' argument 2 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:83:79: note: Function 'audioconverter_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:186:44: note: Function 'audioconverter_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/audioconverter/audioconverter.c:1313:59: portability: 'inputData' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:143:33: style: Function 'audiodecoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:88:45: note: Function 'audiodecoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:143:33: note: Function 'audiodecoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:164:57: style: Function 'audiodecoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:89:56: note: Function 'audiodecoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:164:57: note: Function 'audiodecoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:174:45: style: Function 'audiodecoder_init' argument 1 names different: declaration 'object' definition 'decoder'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:90:45: note: Function 'audiodecoder_init' argument 1 names different: declaration 'object' definition 'decoder'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:174:45: note: Function 'audiodecoder_init' argument 1 names different: declaration 'object' definition 'decoder'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:174:73: style: Function 'audiodecoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:90:72: note: Function 'audiodecoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/audiodecoder.c:174:73: note: Function 'audiodecoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/avelement.c:65:51: style: Function 'avelement_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/avelement.c:32:50: note: Function 'avelement_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/avelement.c:65:51: note: Function 'avelement_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/avelement.c:90:50: style: Function 'avelement_error_to_string' argument 1 names different: declaration 'avelement' definition 'element'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/avelement.h:62:50: note: Function 'avelement_error_to_string' argument 1 names different: declaration 'avelement' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/avelement.c:90:50: note: Function 'avelement_error_to_string' argument 1 names different: declaration 'avelement' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:248:48: style: Function 'mpegts_demuxer_init' argument 1 names different: declaration 'object' definition 'demuxer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:160:48: note: Function 'mpegts_demuxer_init' argument 1 names different: declaration 'object' definition 'demuxer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:248:48: note: Function 'mpegts_demuxer_init' argument 1 names different: declaration 'object' definition 'demuxer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:997:45: style: Function 'mpegts_demuxer_read_packet' argument 1 names different: declaration 'demuxer' definition 'opaque'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:236:62: note: Function 'mpegts_demuxer_read_packet' argument 1 names different: declaration 'demuxer' definition 'opaque'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:997:45: note: Function 'mpegts_demuxer_read_packet' argument 1 names different: declaration 'demuxer' definition 'opaque'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:997:62: style: Function 'mpegts_demuxer_read_packet' argument 2 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:236:80: note: Function 'mpegts_demuxer_read_packet' argument 2 names different: declaration 'buf' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:997:62: note: Function 'mpegts_demuxer_read_packet' argument 2 names different: declaration 'buf' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:997:74: style: Function 'mpegts_demuxer_read_packet' argument 3 names different: declaration 'buf_size' definition 'size'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:236:89: note: Function 'mpegts_demuxer_read_packet' argument 3 names different: declaration 'buf_size' definition 'size'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/mpegtsdemuxer.c:997:74: note: Function 'mpegts_demuxer_read_packet' argument 3 names different: declaration 'buf_size' definition 'size'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:114:45: style: Function 'videodecoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:73:45: note: Function 'videodecoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:114:45: note: Function 'videodecoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:140:56: style: Function 'videodecoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:74:56: note: Function 'videodecoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:140:56: note: Function 'videodecoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:145:45: style: Function 'videodecoder_init' argument 1 names different: declaration 'object' definition 'decoder'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:75:45: note: Function 'videodecoder_init' argument 1 names different: declaration 'object' definition 'decoder'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:145:45: note: Function 'videodecoder_init' argument 1 names different: declaration 'object' definition 'decoder'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:145:73: style: Function 'videodecoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:75:72: note: Function 'videodecoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/av/videodecoder.c:145:73: note: Function 'videodecoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:117:32: style: Function 'avcdecoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:68:44: note: Function 'avcdecoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:117:32: note: Function 'avcdecoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:137:42: style: Function 'avcdecoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:69:53: note: Function 'avcdecoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:137:42: note: Function 'avcdecoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:154:31: style: Function 'avcdecoder_init' argument 1 names different: declaration 'object' definition 'decode'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:70:42: note: Function 'avcdecoder_init' argument 1 names different: declaration 'object' definition 'decode'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:154:31: note: Function 'avcdecoder_init' argument 1 names different: declaration 'object' definition 'decode'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:155:36: style: Function 'avcdecoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:70:67: note: Function 'avcdecoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c:155:36: note: Function 'avcdecoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Allocator.cpp:40:19: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Allocator.cpp:81:24: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Sink.cpp:301:15: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Sink.cpp:318:15: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Sink.cpp:480:10: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Sink.cpp:534:10: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Sink.cpp:574:28: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Sink.cpp:596:28: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Sink.h:94:5: style: Class 'CSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Src.cpp:138:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Src.cpp:133:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Src.cpp:138:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Src.cpp:191:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Src.cpp:189:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Src.cpp:191:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Src.cpp:206:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Src.cpp:204:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Src.cpp:206:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/Src.h:83:5: style: Class 'CSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:658:47: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:654:39: note: outer condition: decoder->base_pts==GST_CLOCK_TIME_NONE
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:658:47: note: identical inner condition: decoder->base_pts==GST_CLOCK_TIME_NONE
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1002:20: warning: Either the condition 'decoder==NULL' is redundant or there is possible null pointer dereference: decoder. [nullPointerRedundantCheck]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1004:17: note: Assuming that condition 'decoder==NULL' is not redundant
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1002:20: note: Null pointer dereference
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:605:5: style: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:603:0: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:605:5: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1567:5: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1566:0: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1567:5: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1497:9: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1493:0: note: Variable 'v' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1497:9: note: Variable 'v' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1756:5: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1755:0: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:1756:5: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:2042:9: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:2041:0: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:2042:9: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:2087:9: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:2086:0: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:2087:9: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:3126:39: style: Function 'dshowwrapper_init' argument 1 names different: declaration 'aacdecoder' definition 'dshowwrapper'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.h:163:39: note: Function 'dshowwrapper_init' argument 1 names different: declaration 'aacdecoder' definition 'dshowwrapper'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:3126:39: note: Function 'dshowwrapper_init' argument 1 names different: declaration 'aacdecoder' definition 'dshowwrapper'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:2366:0: style: Variable 'PCR_PID' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp:2801:31: style: Variable 'decode' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:374:13: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:373:0: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:374:13: note: Variable 'caps' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:571:21: style: Variable 'wrong_state' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:567:0: note: Variable 'wrong_state' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:571:21: note: Variable 'wrong_state' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:198:54: style: Function 'java_source_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:121:57: note: Function 'java_source_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:198:54: note: Function 'java_source_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:310:42: style: Function 'java_source_init' argument 1 names different: declaration 'object' definition 'element'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:122:57: note: Function 'java_source_init' argument 1 names different: declaration 'object' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:310:42: note: Function 'java_source_init' argument 1 names different: declaration 'object' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:310:68: style: Function 'java_source_init' argument 2 names different: declaration 'g_class' definition 'element_klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:123:57: note: Function 'java_source_init' argument 2 names different: declaration 'g_class' definition 'element_klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:310:68: note: Function 'java_source_init' argument 2 names different: declaration 'g_class' definition 'element_klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:547:36: style: Function 'java_source_loop' argument 1 names different: declaration 'data' definition 'user_data'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:193:48: note: Function 'java_source_loop' argument 1 names different: declaration 'data' definition 'user_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:547:36: note: Function 'java_source_loop' argument 1 names different: declaration 'data' definition 'user_data'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:731:31: style: Function 'java_source_getrange' argument 4 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:192:31: note: Function 'java_source_getrange' argument 4 names different: declaration 'data' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:731:31: note: Function 'java_source_getrange' argument 4 names different: declaration 'data' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:756:67: style: Function 'java_source_change_state' argument 1 names different: declaration 'element' definition 'e'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:185:67: note: Function 'java_source_change_state' argument 1 names different: declaration 'element' definition 'e'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/javasource/javasource.c:756:67: note: Function 'java_source_change_state' argument 1 names different: declaration 'element' definition 'e'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:154:69: style: Function 'hls_progress_buffer_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:77:72: note: Function 'hls_progress_buffer_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:154:69: note: Function 'hls_progress_buffer_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:170:57: style: Function 'hls_progress_buffer_init' argument 1 names different: declaration 'object' definition 'element'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:78:72: note: Function 'hls_progress_buffer_init' argument 1 names different: declaration 'object' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:170:57: note: Function 'hls_progress_buffer_init' argument 1 names different: declaration 'object' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:170:90: style: Function 'hls_progress_buffer_init' argument 2 names different: declaration 'g_class' definition 'element_klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:78:105: note: Function 'hls_progress_buffer_init' argument 2 names different: declaration 'g_class' definition 'element_klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:170:90: note: Function 'hls_progress_buffer_init' argument 2 names different: declaration 'g_class' definition 'element_klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:265:63: style: Function 'hls_progress_buffer_flush_data' argument 1 names different: declaration 'buffer' definition 'element'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:147:79: note: Function 'hls_progress_buffer_flush_data' argument 1 names different: declaration 'buffer' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:265:63: note: Function 'hls_progress_buffer_flush_data' argument 1 names different: declaration 'buffer' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:575:75: style: Function 'hls_progress_buffer_change_state' argument 1 names different: declaration 'element' definition 'e'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:141:75: note: Function 'hls_progress_buffer_change_state' argument 1 names different: declaration 'element' definition 'e'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/hlsprogressbuffer.c:575:75: note: Function 'hls_progress_buffer_change_state' argument 1 names different: declaration 'element' definition 'e'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:211:62: style: Function 'progress_buffer_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:116:65: note: Function 'progress_buffer_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:211:62: note: Function 'progress_buffer_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:265:50: style: Function 'progress_buffer_init' argument 1 names different: declaration 'object' definition 'element'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:117:65: note: Function 'progress_buffer_init' argument 1 names different: declaration 'object' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:265:50: note: Function 'progress_buffer_init' argument 1 names different: declaration 'object' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:265:80: style: Function 'progress_buffer_init' argument 2 names different: declaration 'g_class' definition 'element_klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:118:65: note: Function 'progress_buffer_init' argument 2 names different: declaration 'g_class' definition 'element_klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:265:80: note: Function 'progress_buffer_init' argument 2 names different: declaration 'g_class' definition 'element_klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:498:56: style: Function 'progress_buffer_flush_data' argument 1 names different: declaration 'buffer' definition 'element'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:195:68: note: Function 'progress_buffer_flush_data' argument 1 names different: declaration 'buffer' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:498:56: note: Function 'progress_buffer_flush_data' argument 1 names different: declaration 'buffer' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:966:57: style: Function 'progress_buffer_bufferalloc' argument 5 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:193:95: note: Function 'progress_buffer_bufferalloc' argument 5 names different: declaration 'buf' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:966:57: note: Function 'progress_buffer_bufferalloc' argument 5 names different: declaration 'buf' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:1030:53: style: Function 'progress_buffer_getrange' argument 3 names different: declaration 'length' definition 'size'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:199:56: note: Function 'progress_buffer_getrange' argument 3 names different: declaration 'length' definition 'size'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:1030:53: note: Function 'progress_buffer_getrange' argument 3 names different: declaration 'length' definition 'size'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:1030:71: style: Function 'progress_buffer_getrange' argument 4 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:199:76: note: Function 'progress_buffer_getrange' argument 4 names different: declaration 'data' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:1030:71: note: Function 'progress_buffer_getrange' argument 4 names different: declaration 'data' definition 'buffer'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:1105:71: style: Function 'progress_buffer_change_state' argument 1 names different: declaration 'element' definition 'e'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:185:71: note: Function 'progress_buffer_change_state' argument 1 names different: declaration 'element' definition 'e'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/progressbuffer/progressbuffer.c:1105:71: note: Function 'progress_buffer_change_state' argument 1 names different: declaration 'element' definition 'e'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:552:9: style: Variable 'new_seg_event' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:550:0: note: Variable 'new_seg_event' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:552:9: note: Variable 'new_seg_event' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:758:9: style: Variable 'new_seg_event' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:756:0: note: Variable 'new_seg_event' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:758:9: note: Variable 'new_seg_event' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:847:25: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:846:0: note: Variable 'temp' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:847:25: note: Variable 'temp' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:138:31: style: Function 'flv_demux_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:64:53: note: Function 'flv_demux_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:138:31: note: Function 'flv_demux_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:159:39: style: Function 'flv_demux_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:65:53: note: Function 'flv_demux_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:159:39: note: Function 'flv_demux_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:178:28: style: Function 'flv_demux_init' argument 1 names different: declaration 'object' definition 'filter'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:66:53: note: Function 'flv_demux_init' argument 1 names different: declaration 'object' definition 'filter'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:178:28: note: Function 'flv_demux_init' argument 1 names different: declaration 'object' definition 'filter'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:179:21: style: Function 'flv_demux_init' argument 2 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:67:53: note: Function 'flv_demux_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvdemux.c:179:21: note: Function 'flv_demux_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvparser.c:325:30: style: Function 'flv_parser_read_script_data_tag' argument 4 names different: declaration 'reader' definition 'script_data_reader'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvparser.h:152:65: note: Function 'flv_parser_read_script_data_tag' argument 4 names different: declaration 'reader' definition 'script_data_reader'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/flvparser.c:325:30: note: Function 'flv_parser_read_script_data_tag' argument 4 names different: declaration 'reader' definition 'script_data_reader'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:320:5: style: Variable 'gobject_class' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:317:0: note: Variable 'gobject_class' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:320:5: note: Variable 'gobject_class' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:321:5: style: Variable 'gstelement_class' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:318:0: note: Variable 'gstelement_class' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:321:5: note: Variable 'gstelement_class' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:382:5: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:379:0: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:382:5: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:441:5: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:437:0: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:441:5: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:487:5: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:483:0: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:487:5: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:575:5: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:542:0: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:575:5: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:577:5: style: Variable 'is_keyframe' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:573:0: note: Variable 'is_keyframe' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:577:5: note: Variable 'is_keyframe' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:839:5: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:833:0: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:839:5: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:863:5: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:855:0: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:863:5: note: Variable 'filter' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:295:32: style: Function 'vp6decoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:66:53: note: Function 'vp6decoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:295:32: note: Function 'vp6decoder_base_init' argument 1 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:314:42: style: Function 'vp6decoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:67:53: note: Function 'vp6decoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:314:42: note: Function 'vp6decoder_class_init' argument 1 names different: declaration 'g_class' definition 'klass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:332:31: style: Function 'vp6decoder_init' argument 1 names different: declaration 'object' definition 'filter'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:68:53: note: Function 'vp6decoder_init' argument 1 names different: declaration 'object' definition 'filter'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:332:31: note: Function 'vp6decoder_init' argument 1 names different: declaration 'object' definition 'filter'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:332:57: style: Function 'vp6decoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:69:53: note: Function 'vp6decoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:332:57: note: Function 'vp6decoder_init' argument 2 names different: declaration 'g_class' definition 'gclass'.
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:320:38: style: Variable 'gobject_class' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:549:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/gstreamer/plugins/vp6/vp6decoder.c:808:18: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Locator/Locator.h:48:17: style: Technically the member function 'CLocator::GetType' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Locator/Locator.cpp:49:33: note: Technically the member function 'CLocator::GetType' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Locator/Locator.h:48:17: note: Technically the member function 'CLocator::GetType' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Locator/Locator.h:50:26: style: Technically the member function 'CLocator::GetContentType' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Locator/Locator.h:52:25: style: Technically the member function 'CLocator::GetLocation' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Locator/Locator.h:54:16: style: Technically the member function 'CLocator::GetSizeHint' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Locator/Locator.cpp:57:19: note: Technically the member function 'CLocator::GetSizeHint' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Locator/Locator.h:54:16: note: Technically the member function 'CLocator::GetSizeHint' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/MediaManagement/Media.cpp:80:5: style: Variable 'bValid' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/MediaManagement/Media.cpp:77:0: note: Variable 'bValid' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/MediaManagement/Media.cpp:80:5: note: Variable 'bValid' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/MediaManagement/Media.h:43:5: style: Class 'CMedia' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/MediaManagement/MediaManager.cpp:51:16: warning: Member variable 'CMediaManager::m_pWarningListener' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.h:71:5: warning: Member variable 'CTrack::m_trackEnabled' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.h:71:5: warning: Member variable 'CTrack::m_trackID' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.h:71:5: warning: Member variable 'CTrack::m_encoding' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/AudioTrack.cpp:40:50: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/AudioTrack.cpp:41:33: performance: Function parameter 'language' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/AudioSpectrum.h:37:1: style: The class 'CBandsHolder' does not have a constructor although it has private member variables. [noConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Pipeline.cpp:36:12: warning: Member variable 'CPipeline::m_bBufferingEnabled' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Pipeline.cpp:36:12: warning: Member variable 'CPipeline::m_lBufferingCapacity' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Pipeline.h:96:29: style: Member variable 'CPipeline::m_pEventDispatcher' is in the wrong place in the initializer list. [initializerList]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Pipeline.cpp:39:5: note: Member variable 'CPipeline::m_pEventDispatcher' is in the wrong place in the initializer list.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Pipeline.h:96:29: note: Member variable 'CPipeline::m_pEventDispatcher' is in the wrong place in the initializer list.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Pipeline.h:95:29: style: Member variable 'CPipeline::m_pOptions' is in the wrong place in the initializer list. [initializerList]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Pipeline.cpp:40:5: note: Member variable 'CPipeline::m_pOptions' is in the wrong place in the initializer list.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Pipeline.h:95:29: note: Member variable 'CPipeline::m_pOptions' is in the wrong place in the initializer list.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:74:25: style: Technically the member function 'CVideoFrame::GetFrameDirty' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/PipelineOptions.h:56:17: style: Technically the member function 'CPipelineOptions::GetPipelineType' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/PipelineOptions.h:59:17: style: Technically the member function 'CPipelineOptions::GetBufferingEnabled' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/PipelineOptions.h:62:16: style: Technically the member function 'CPipelineOptions::GetStreamMimeType' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/PipelineOptions.h:65:17: style: Technically the member function 'CPipelineOptions::GetHLSModeEnabled' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Pipeline.h:67:29: warning: Virtual function 'Dispose' is called from destructor '~CPipeline()' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Pipeline.cpp:57:5: note: Calling Dispose
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Pipeline.h:67:29: note: Dispose is a virtual method
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/SubtitleTrack.cpp:37:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/SubtitleTrack.cpp:38:33: performance: Function parameter 'language' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.h:65:10: style: Technically the member function 'CTrack::isEnabled' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.cpp:45:14: note: Technically the member function 'CTrack::isEnabled' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.h:65:10: note: Technically the member function 'CTrack::isEnabled' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.h:66:13: style: Technically the member function 'CTrack::GetTrackID' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.cpp:50:17: note: Technically the member function 'CTrack::GetTrackID' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.h:66:13: note: Technically the member function 'CTrack::GetTrackID' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.h:67:15: style: Technically the member function 'CTrack::GetName' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.cpp:55:16: note: Technically the member function 'CTrack::GetName' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.h:67:15: note: Technically the member function 'CTrack::GetName' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.h:68:15: style: Technically the member function 'CTrack::GetEncoding' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.cpp:60:26: note: Technically the member function 'CTrack::GetEncoding' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.h:68:15: note: Technically the member function 'CTrack::GetEncoding' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/Track.cpp:32:40: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:57:25: style: Technically the member function 'CVideoFrame::GetTime' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.cpp:82:21: note: Technically the member function 'CVideoFrame::GetTime' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:57:25: note: Technically the member function 'CVideoFrame::GetTime' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:59:25: style: Technically the member function 'CVideoFrame::GetWidth' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.cpp:52:18: note: Technically the member function 'CVideoFrame::GetWidth' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:59:25: note: Technically the member function 'CVideoFrame::GetWidth' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:60:25: style: Technically the member function 'CVideoFrame::GetHeight' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.cpp:57:18: note: Technically the member function 'CVideoFrame::GetHeight' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:60:25: note: Technically the member function 'CVideoFrame::GetHeight' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:61:25: style: Technically the member function 'CVideoFrame::GetEncodedWidth' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.cpp:62:18: note: Technically the member function 'CVideoFrame::GetEncodedWidth' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:61:25: note: Technically the member function 'CVideoFrame::GetEncodedWidth' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:62:25: style: Technically the member function 'CVideoFrame::GetEncodedHeight' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.cpp:67:18: note: Technically the member function 'CVideoFrame::GetEncodedHeight' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:62:25: note: Technically the member function 'CVideoFrame::GetEncodedHeight' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:64:25: style: Technically the member function 'CVideoFrame::GetType' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.cpp:72:37: note: Technically the member function 'CVideoFrame::GetType' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:64:25: note: Technically the member function 'CVideoFrame::GetType' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:65:25: style: Technically the member function 'CVideoFrame::HasAlpha' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.cpp:77:19: note: Technically the member function 'CVideoFrame::HasAlpha' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:65:25: note: Technically the member function 'CVideoFrame::HasAlpha' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:67:25: style: Technically the member function 'CVideoFrame::GetPlaneCount' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.cpp:87:18: note: Technically the member function 'CVideoFrame::GetPlaneCount' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:67:25: note: Technically the member function 'CVideoFrame::GetPlaneCount' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:69:25: style: Technically the member function 'CVideoFrame::GetSizeForPlane' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.cpp:100:28: note: Technically the member function 'CVideoFrame::GetSizeForPlane' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:69:25: note: Technically the member function 'CVideoFrame::GetSizeForPlane' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:70:25: style: Technically the member function 'CVideoFrame::GetStrideForPlane' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.cpp:108:18: note: Technically the member function 'CVideoFrame::GetStrideForPlane' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoFrame.h:70:25: note: Technically the member function 'CVideoFrame::GetStrideForPlane' can be const.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/PipelineManagement/VideoTrack.cpp:40:50: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:491:17: style: The scope of the variable 'iW' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:499:14: style: The scope of the variable 'px_y1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:499:22: style: The scope of the variable 'px_y2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:499:30: style: The scope of the variable 'px_a1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:499:38: style: The scope of the variable 'px_a2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:500:12: style: The scope of the variable 'pm_u' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:500:19: style: The scope of the variable 'pm_v' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:501:60: style: The scope of the variable 'pd1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:501:66: style: The scope of the variable 'pd2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:975:17: style: The scope of the variable 'iW' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:983:14: style: The scope of the variable 'px_y1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:983:22: style: The scope of the variable 'px_y2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:984:12: style: The scope of the variable 'pm_u' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:984:19: style: The scope of the variable 'pm_v' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:985:48: style: The scope of the variable 'pd1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:985:54: style: The scope of the variable 'pd2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1431:17: style: The scope of the variable 'iW' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1439:14: style: The scope of the variable 'px_y1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1439:22: style: The scope of the variable 'px_y2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1439:30: style: The scope of the variable 'px_a1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1439:38: style: The scope of the variable 'px_a2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1440:12: style: The scope of the variable 'pm_u' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1440:19: style: The scope of the variable 'pm_v' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1441:60: style: The scope of the variable 'pd1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1441:66: style: The scope of the variable 'pd2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1942:17: style: The scope of the variable 'iW' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1950:14: style: The scope of the variable 'px_y1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1950:22: style: The scope of the variable 'px_y2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1951:12: style: The scope of the variable 'pm_u' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1951:19: style: The scope of the variable 'pm_v' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1952:48: style: The scope of the variable 'pd1' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1952:54: style: The scope of the variable 'pd2' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1383:47: style: Function 'ColorConvert_YCbCr420p_to_BGRA32' argument 1 names different: declaration 'argb' definition 'bgra'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.h:59:51: note: Function 'ColorConvert_YCbCr420p_to_BGRA32' argument 1 names different: declaration 'argb' definition 'bgra'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1383:47: note: Function 'ColorConvert_YCbCr420p_to_BGRA32' argument 1 names different: declaration 'argb' definition 'bgra'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1384:46: style: Function 'ColorConvert_YCbCr420p_to_BGRA32' argument 2 names different: declaration 'argb_stride' definition 'bgra_stride'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.h:60:50: note: Function 'ColorConvert_YCbCr420p_to_BGRA32' argument 2 names different: declaration 'argb_stride' definition 'bgra_stride'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:1384:46: note: Function 'ColorConvert_YCbCr420p_to_BGRA32' argument 2 names different: declaration 'argb_stride' definition 'bgra_stride'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:2660:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:2663:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/ColorConverter.c:488:19: style: Variable 'x_one' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/posix/posix_critical_section.cpp:61:5: style: Variable 'new_critical_section' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/posix/posix_critical_section.cpp:60:0: note: Variable 'new_critical_section' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/posix/posix_critical_section.cpp:61:5: note: Variable 'new_critical_section' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/win32/WinExceptionHandler.cpp:73:5: style: Variable 'hFile' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/win32/WinExceptionHandler.cpp:69:0: note: Variable 'hFile' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/win32/WinExceptionHandler.cpp:73:5: note: Variable 'hFile' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/Utils/win32/WinExceptionHandler.cpp:70:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaBandsHolder.cpp:29:19: warning: Member variable 'CJavaBandsHolder::m_jvm' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaBandsHolder.cpp:29:19: warning: Member variable 'CJavaBandsHolder::m_Bands' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JniUtils.h:62:5: style: Class 'CJavaEnvironment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JniUtils.h:63:5: style: Class 'CJavaEnvironment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaInputStreamCallbacks.cpp:88:9: style: Variable 'klass' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaInputStreamCallbacks.cpp:87:0: note: Variable 'klass' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaInputStreamCallbacks.cpp:88:9: note: Variable 'klass' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaInputStreamCallbacks.cpp:81:10: style: The scope of the variable 'hasException' can be reduced. [variableScope]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaInputStreamCallbacks.cpp:45:28: warning: Member variable 'CJavaInputStreamCallbacks::m_jvm' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaMediaWarningListener.h:40:5: style: Class 'CJavaMediaWarningListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:88:9: style: Variable 'hasException' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:84:0: note: Variable 'hasException' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:88:9: note: Variable 'hasException' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:236:13: style: Variable 'jmessage' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:235:0: note: Variable 'jmessage' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:236:13: note: Variable 'jmessage' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:359:13: style: Variable 'name' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:357:0: note: Variable 'name' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:359:13: note: Variable 'name' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:421:13: style: Variable 'name' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:420:0: note: Variable 'name' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:421:13: note: Variable 'name' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:452:13: style: Variable 'name' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:450:0: note: Variable 'name' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:452:13: note: Variable 'name' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:488:13: style: Variable 'jname' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:487:0: note: Variable 'jname' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:488:13: note: Variable 'jname' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:227:82: style: Function 'SendPlayerHaltEvent' argument 2 names different: declaration 'mstTime' definition 'time'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.h:52:66: note: Function 'SendPlayerHaltEvent' argument 2 names different: declaration 'mstTime' definition 'time'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.cpp:227:82: note: Function 'SendPlayerHaltEvent' argument 2 names different: declaration 'mstTime' definition 'time'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JniUtils.h:73:13: style: Member variable 'CJavaEnvironment::environment' is in the wrong place in the initializer list. [initializerList]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JniUtils.cpp:124:5: note: Member variable 'CJavaEnvironment::environment' is in the wrong place in the initializer list.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/JniUtils.h:73:13: note: Member variable 'CJavaEnvironment::environment' is in the wrong place in the initializer list.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/jni/com_sun_media_jfxmediaimpl_NativeVideoConverter.cpp:66:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.h:66:5: warning: Member variable 'CGstVideoFrame::m_bIsValid' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.h:66:5: warning: Member variable 'CGstVideoFrame::m_bHasAlpha' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.h:66:5: warning: Member variable 'CGstVideoFrame::m_pvBufferBaseAddress' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.h:66:5: warning: Member variable 'CGstVideoFrame::m_ulBufferSize' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioEqualizer.h:66:5: style: Class 'CGstAudioEqualizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.h:47:5: style: Class 'CGstVideoFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.h:53:5: style: Class 'CGstVideoFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:46:26: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:90:25: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:46:26: note: Function in derived class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:47:26: style: The function 'PostBuildInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:91:25: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:47:26: note: Function in derived class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:48:26: style: The function 'Dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:92:25: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:48:26: note: Function in derived class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:50:18: style: The function 'IsCodecSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:119:18: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:50:18: note: Function in derived class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:51:18: style: The function 'CheckCodecSupport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:120:18: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:51:18: note: Function in derived class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:53:18: style: The function 'CheckQueueSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:122:18: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.h:53:18: note: Function in derived class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioEqualizer.cpp:108:52: style: Function 'CGstAudioEqualizer' argument 1 names different: declaration 'equalizer' definition 'pEqualizer'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioEqualizer.h:66:36: note: Function 'CGstAudioEqualizer' argument 1 names different: declaration 'equalizer' definition 'pEqualizer'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioEqualizer.cpp:108:52: note: Function 'CGstAudioEqualizer' argument 1 names different: declaration 'equalizer' definition 'pEqualizer'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioEqualizer.cpp:127:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioEqualizer.cpp:141:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioEqualizer.h:37:1: warning: The class 'CGstEqualizerBand' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:147:42: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:57:75: style: Same value in both branches of ternary operator. [duplicateValueTernary]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:604:49: style: Function 'Seek' argument 1 names different: declaration 'seek_time' definition 'dSeekTime'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:99:37: note: Function 'Seek' argument 1 names different: declaration 'seek_time' definition 'dSeekTime'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:604:49: note: Function 'Seek' argument 1 names different: declaration 'seek_time' definition 'dSeekTime'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:675:59: style: Function 'GetStreamTime' argument 1 names different: declaration 'dStreamTime' definition 'streamTime'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:102:47: note: Function 'GetStreamTime' argument 1 names different: declaration 'dStreamTime' definition 'streamTime'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:675:59: note: Function 'GetStreamTime' argument 1 names different: declaration 'dStreamTime' definition 'streamTime'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:733:51: style: Function 'SetRate' argument 1 names different: declaration 'rate' definition 'fRate'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:104:39: note: Function 'SetRate' argument 1 names different: declaration 'rate' definition 'fRate'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:733:51: note: Function 'SetRate' argument 1 names different: declaration 'rate' definition 'fRate'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:865:54: style: Function 'SetBalance' argument 1 names different: declaration 'balance' definition 'fBalance'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:110:42: note: Function 'SetBalance' argument 1 names different: declaration 'balance' definition 'fBalance'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:865:54: note: Function 'SetBalance' argument 1 names different: declaration 'balance' definition 'fBalance'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:924:61: style: Function 'GetAudioSyncDelay' argument 1 names different: declaration 'millis' definition 'audioSyncDelay'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:114:49: note: Function 'GetAudioSyncDelay' argument 1 names different: declaration 'millis' definition 'audioSyncDelay'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:924:61: note: Function 'GetAudioSyncDelay' argument 1 names different: declaration 'millis' definition 'audioSyncDelay'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:1022:57: style: Function 'BusCallback' argument 1 names different: declaration 'pBus' definition 'bus'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:128:45: note: Function 'BusCallback' argument 1 names different: declaration 'pBus' definition 'bus'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:1022:57: note: Function 'BusCallback' argument 1 names different: declaration 'pBus' definition 'bus'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:1022:74: style: Function 'BusCallback' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.h:128:63: note: Function 'BusCallback' argument 2 names different: declaration 'message' definition 'msg'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:1022:74: note: Function 'BusCallback' argument 2 names different: declaration 'message' definition 'msg'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:61:5: performance: Variable 'm_audioSourcePadProbeHID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:62:5: performance: Variable 'm_ulLastStreamTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.cpp:64:5: performance: Variable 'm_bIgnoreError' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioSpectrum.cpp:57:50: style: Function 'CGstAudioSpectrum' argument 1 names different: declaration 'spectrum' definition 'pSpectrum'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioSpectrum.h:35:35: note: Function 'CGstAudioSpectrum' argument 1 names different: declaration 'spectrum' definition 'pSpectrum'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioSpectrum.cpp:57:50: note: Function 'CGstAudioSpectrum' argument 1 names different: declaration 'spectrum' definition 'pSpectrum'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioSpectrum.cpp:81:41: style: Function 'SetEnabled' argument 1 names different: declaration 'isEnabled' definition 'enabled'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioSpectrum.h:39:39: note: Function 'SetEnabled' argument 1 names different: declaration 'isEnabled' definition 'enabled'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioSpectrum.cpp:81:41: note: Function 'SetEnabled' argument 1 names different: declaration 'isEnabled' definition 'enabled'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioSpectrum.cpp:93:59: style: Function 'SetBands' argument 2 names different: declaration 'updater' definition 'holder'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioSpectrum.h:41:57: note: Function 'SetBands' argument 2 names different: declaration 'updater' definition 'holder'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstAudioSpectrum.cpp:93:59: note: Function 'SetBands' argument 2 names different: declaration 'updater' definition 'holder'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstElementContainer.h:57:1: warning: The class 'GstElementContainer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstMediaManager.cpp:43:19: warning: Member variable 'CGstMediaManager::m_pRunloopMutex' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstMediaManager.cpp:43:19: warning: Member variable 'CGstMediaManager::m_pRunloopCond' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:816:14: style: Condition 'NULL==audiosink' is always true [knownConditionTrueFalse]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:815:52: note: Assignment 'audiosink=CreateAudioSinkElement()', assigned value is 0
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:816:14: note: Condition 'NULL==audiosink' is always true
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:673:6: warning: Either the condition 'NULL==ppPipeline' is redundant or there is possible null pointer dereference: ppPipeline. [nullPointerRedundantCheck]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:674:14: note: Assuming that condition 'NULL==ppPipeline' is not redundant
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:673:6: note: Null pointer dereference
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:414:91: style: Function 'AttachToSource' argument 3 names different: declaration 'demuxer' definition 'element'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.h:68:77: note: Function 'AttachToSource' argument 3 names different: declaration 'demuxer' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:414:91: note: Function 'AttachToSource' argument 3 names different: declaration 'demuxer' definition 'element'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:530:81: style: Function 'CreateFLVPipeline' argument 2 names different: declaration 'videosink' definition 'pVideoSink'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.h:59:67: note: Function 'CreateFLVPipeline' argument 2 names different: declaration 'videosink' definition 'pVideoSink'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:530:81: note: Function 'CreateFLVPipeline' argument 2 names different: declaration 'videosink' definition 'pVideoSink'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:566:81: style: Function 'CreateMP4Pipeline' argument 2 names different: declaration 'videosink' definition 'pVideoSink'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.h:60:67: note: Function 'CreateMP4Pipeline' argument 2 names different: declaration 'videosink' definition 'pVideoSink'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:566:81: note: Function 'CreateMP4Pipeline' argument 2 names different: declaration 'videosink' definition 'pVideoSink'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:750:59: style: Function 'CreateAudioBin' argument 6 names different: declaration 'pAudiobin' definition 'ppAudiobin'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.h:79:89: note: Function 'CreateAudioBin' argument 6 names different: declaration 'pAudiobin' definition 'ppAudiobin'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPipelineFactory.cpp:750:59: note: Function 'CreateAudioBin' argument 6 names different: declaration 'pAudiobin' definition 'ppAudiobin'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPlatform.cpp:85:9: style: Variable 'uErrorCode' is reassigned a value before the old one has been used. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPlatform.cpp:75:0: note: Variable 'uErrorCode' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstPlatform.cpp:85:9: note: Variable 'uErrorCode' is reassigned a value before the old one has been used.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.cpp:109:38: style: Function 'CGstVideoFrame' argument 1 names different: declaration 'bufferSize' definition 'size'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.h:47:26: note: Function 'CGstVideoFrame' argument 1 names different: declaration 'bufferSize' definition 'size'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.cpp:109:38: note: Function 'CGstVideoFrame' argument 1 names different: declaration 'bufferSize' definition 'size'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.cpp:109:17: warning: Member variable 'CGstVideoFrame::m_bHasAlpha' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.cpp:109:17: warning: Member variable 'CGstVideoFrame::m_pvBufferBaseAddress' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.cpp:109:17: warning: Member variable 'CGstVideoFrame::m_ulBufferSize' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.h:56:18: warning: Virtual function 'Dispose' is called from destructor '~CGstVideoFrame()' at line 147. Dynamic binding is not used. [virtualCallInConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.cpp:147:9: note: Calling Dispose
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/gstreamer/GstVideoFrame.h:56:18: note: Dispose is a virtual method
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.h:57:0: error: #error Unsupported Operating System [preprocessorErrorDirective]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.h:244:17: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.cpp:104:48: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.cpp:111:16: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.cpp:119:13: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.cpp:120:13: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.cpp:121:15: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.cpp:213:1: style: Label 'home' is not used. [unusedLabel]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.h:279:37: style: Unused variable: lock [unusedVariable]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.cpp:101:29: style: Unused variable: lock [unusedVariable]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.h:168:1: style: The class 'ComponentInitLocker' does not have a constructor although it has private member variables. [noConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.h:117:17: style: Class 'ComponentBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.h:291:9: style: Exception should be caught by reference. [catchExceptionByValue]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.cpp:109:5: style: Exception should be caught by reference. [catchExceptionByValue]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/AUBase/ComponentBase.cpp:125:5: style: Exception should be caught by reference. [catchExceptionByValue]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.cpp:316:46: style: C-style pointer casting [cstyleCast]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.cpp:360:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.cpp:358:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.cpp:360:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.cpp:353:73: style: Function 'Render' argument 3 names different: declaration 'inNumberFrames' definition 'nFrames'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.h:112:73: note: Function 'Render' argument 3 names different: declaration 'inNumberFrames' definition 'nFrames'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.cpp:353:73: note: Function 'Render' argument 3 names different: declaration 'inNumberFrames' definition 'nFrames'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.h:310:33: style: Technically the member function 'AUKernelBase::GetChannelNum' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.h:71:33: warning: Virtual function 'Cleanup' is called from destructor '~AUEffectBase()' at line 78. Dynamic binding is not used. [virtualCallInConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.cpp:78:5: note: Calling Cleanup
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.h:71:33: note: Cleanup is a virtual method
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/OtherBases/AUEffectBase.h:267:33: style: Class 'AUKernelBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/Utility/AUBuffer.h:163:5: warning: Member variable 'AUBufferList::mPtrState' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/Utility/AUBuffer.h:163:5: warning: Member variable 'AUBufferList::mExternalMemory' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/Utility/AUBuffer.h:163:5: warning: Member variable 'AUBufferList::mPtrs' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/Utility/AUBuffer.h:163:5: warning: Member variable 'AUBufferList::mMemory' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/Utility/AUBuffer.h:163:5: warning: Member variable 'AUBufferList::mAllocatedStreams' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/Utility/AUBuffer.h:163:5: warning: Member variable 'AUBufferList::mAllocatedFrames' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/Utility/AUBuffer.h:163:5: warning: Member variable 'AUBufferList::mAllocatedBytes' is not initialized in the constructor. [uninitMemberVarPrivate]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/AudioUnits/AUPublic/Utility/AUBuffer.h:70:1: warning: The class 'AUBufferList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAAutoDisposer.h:225:5: style: Class 'CAAutoFree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAAutoDisposer.h:326:5: style: Class 'CAAutoDelete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAAutoDisposer.h:363:5: style: Class 'CAAutoArrayDelete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAAutoDisposer.h:436:5: style: Class 'CAAutoArrayDelete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAReferenceCounted.h:70:9: style: Class 'Retainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAAudioChannelLayout.h:104:33: style: Class 'CAAudioChannelLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAAudioChannelLayout.h:106:33: style: Class 'CAAudioChannelLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAAudioChannelLayout.h:144:9: style: Class 'RefCountedLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CABitOperations.h:89:0: error: #error "Unsupported architecture" [preprocessorErrorDirective]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp:414:40: style: Condition 'theEndianString!=NULL' is always false [knownConditionTrueFalse]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp:336:47: note: Assignment 'theEndianString=NULL', assigned value is 0
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp:414:40: note: Condition 'theEndianString!=NULL' is always false
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp:478:9: style: Condition '!isDone' is always true [knownConditionTrueFalse]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp:473:19: note: Assignment 'isDone=false', assigned value is 0
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp:478:9: note: Condition '!isDone' is always true
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp:762:25: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp:126:60: style: Function 'AsString' argument 2 names different: declaration 'bufsize' definition '_bufsize'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.h:386:40: note: Function 'AsString' argument 2 names different: declaration 'bufsize' definition '_bufsize'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp:126:60: note: Function 'AsString' argument 2 names different: declaration 'bufsize' definition '_bufsize'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp:711:94: style: Function 'FromText' argument 2 names different: declaration 'outDesc' definition 'fmt'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.h:169:79: note: Function 'FromText' argument 2 names different: declaration 'outDesc' definition 'fmt'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.cpp:711:94: note: Function 'FromText' argument 2 names different: declaration 'outDesc' definition 'fmt'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/CoreAudioUtilityClasses/CoreAudio/PublicUtility/CAStreamBasicDescription.h:113:5: style: Class 'CAStreamBasicDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.cpp:163:72: style: Function 'SetupPeakFilter' argument 3 names different: declaration 'absGain' definition 'gain'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.h:106:58: note: Function 'SetupPeakFilter' argument 3 names different: declaration 'absGain' definition 'gain'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.cpp:163:72: note: Function 'SetupPeakFilter' argument 3 names different: declaration 'absGain' definition 'gain'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.cpp:181:76: style: Function 'SetupLowShelfFilter' argument 3 names different: declaration 'absGain' definition 'gain'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.h:107:62: note: Function 'SetupLowShelfFilter' argument 3 names different: declaration 'absGain' definition 'gain'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.cpp:181:76: note: Function 'SetupLowShelfFilter' argument 3 names different: declaration 'absGain' definition 'gain'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.cpp:199:77: style: Function 'SetupHighShelfFilter' argument 3 names different: declaration 'absGain' definition 'gain'. [funcArgNamesDifferent]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.h:108:63: note: Function 'SetupHighShelfFilter' argument 3 names different: declaration 'absGain' definition 'gain'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.cpp:199:77: note: Function 'SetupHighShelfFilter' argument 3 names different: declaration 'absGain' definition 'gain'.
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.cpp:289:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.cpp:376:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.cpp:406:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.h:129:27: style: The function 'NewKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFKernelProcessor.h:66:27: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.h:129:27: note: Function in derived class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.h:139:18: style: The function 'SetAudioUnit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFKernelProcessor.h:54:18: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioEqualizer.h:139:18: note: Function in derived class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioSpectrumUnit.h:63:22: style: The function 'ProcessBufferLists' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFKernelProcessor.h:70:22: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioSpectrumUnit.h:63:22: note: Function in derived class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioSpectrumUnit.h:68:18: style: The function 'StreamFormatChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFKernelProcessor.h:78:18: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioSpectrumUnit.h:68:18: note: Function in derived class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioSpectrumUnit.h:85:10: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFKernelProcessor.h:58:18: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioSpectrumUnit.h:85:10: note: Function in derived class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFSoundLevelUnit.h:55:13: style: Technically the member function 'AVFSoundLevelUnit::volume' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFSoundLevelUnit.h:67:13: style: Technically the member function 'AVFSoundLevelUnit::balance' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFSoundLevelUnit.h:80:13: style: Technically the member function 'AVFSoundLevelUnit::CalculateChannelLevel' can be const. [functionConst]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFSoundLevelUnit.h:53:27: style: The function 'NewKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFKernelProcessor.h:66:27: note: Virtual function in base class
rt-8u171-b11/modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFSoundLevelUnit.h:53:27: note: Function in derived class
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:78:5: style: Struct 'OpaqueJSString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSCallbackObjectFunctions.h:60:27: warning: Member variable 'JSCallbackObject::m_classInfo' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSCallbackObjectFunctions.h:467:93: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSCallbackObjectFunctions.h:69:27: warning: Member variable 'JSCallbackObject::m_classInfo' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSObjectRef.cpp:401:9: style: The scope of the variable 'vm' can be reduced. [variableScope]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSObjectRef.cpp:426:9: style: The scope of the variable 'vm' can be reduced. [variableScope]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSRetainPtr.h:46:5: style: Class 'JSRetainPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSObjectRef.cpp:614:5: style: Struct 'OpaqueJSPropertyNameArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/APIUtils.h:57:95: performance: Function parameter 'exception' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSScriptRef.cpp:145:42: style: Function 'JSScriptEvaluate' argument 1 names different: declaration 'ctx' definition 'context'. [funcArgNamesDifferent]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSScriptRefPrivate.h:92:52: note: Function 'JSScriptEvaluate' argument 1 names different: declaration 'ctx' definition 'context'.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSScriptRef.cpp:145:42: note: Function 'JSScriptEvaluate' argument 1 names different: declaration 'ctx' definition 'context'.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSScriptRef.cpp:145:82: style: Function 'JSScriptEvaluate' argument 3 names different: declaration 'thisValue' definition 'thisValueRef'. [funcArgNamesDifferent]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSScriptRefPrivate.h:92:88: note: Function 'JSScriptEvaluate' argument 3 names different: declaration 'thisValue' definition 'thisValueRef'.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSScriptRef.cpp:145:82: note: Function 'JSScriptEvaluate' argument 3 names different: declaration 'thisValue' definition 'thisValueRef'.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRefCF.cpp:58:49: style: Function 'JSStringCopyCFString' argument 1 names different: declaration 'alloc' definition 'allocator'. [funcArgNamesDifferent]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRefCF.h:54:59: note: Function 'JSStringCopyCFString' argument 1 names different: declaration 'alloc' definition 'allocator'.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRefCF.cpp:58:49: note: Function 'JSStringCopyCFString' argument 1 names different: declaration 'alloc' definition 'allocator'.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/JSWeakPrivate.cpp:37:5: style: Struct 'OpaqueJSWeak' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/CompareAndSwapTest.cpp:38:17: style: Technically the member function 'Bitmap::concurrentTestAndSet' can be const. [functionConst]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/CompareAndSwapTest.cpp:56:21: note: Technically the member function 'Bitmap::concurrentTestAndSet' can be const.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/CompareAndSwapTest.cpp:38:17: note: Technically the member function 'Bitmap::concurrentTestAndSet' can be const.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/CompareAndSwapTest.cpp:39:19: performance: Technically the member function 'Bitmap::numBits' can be static. [functionStatic]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/ExecutionTimeLimitTest.cpp:92:5: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/ExecutionTimeLimitTest.cpp:88:0: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/ExecutionTimeLimitTest.cpp:92:5: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/PingPongStackOverflowTest.cpp:163:5: style: Variable 'exception' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/PingPongStackOverflowTest.cpp:146:0: note: Variable 'exception' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/PingPongStackOverflowTest.cpp:163:5: note: Variable 'exception' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/PingPongStackOverflowTest.cpp:164:5: style: Variable 'scriptResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/PingPongStackOverflowTest.cpp:145:0: note: Variable 'scriptResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/PingPongStackOverflowTest.cpp:164:5: note: Variable 'scriptResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/minidom.c:118:13: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/testapi.c:89:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/testapi.c:983:9: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/testapi.c:1902:20: style: Variable 'globalObject' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/testapi.c:1900:9: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/testapi.c:1901:9: style: Variable 'o' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/testapi.c:1899:16: style: Variable 'function' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/testapi.c:1903:21: style: Variable 'myConstructor' is assigned a value that is never used. [unreadVariable]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/API/tests/testapi.c:1977:13: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:67:5: style: Class 'FunctionPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:74:5: style: Class 'FunctionPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:81:5: style: Class 'FunctionPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:88:5: style: Class 'FunctionPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:95:5: style: Class 'FunctionPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:102:5: style: Class 'FunctionPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:109:5: style: Class 'FunctionPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:305:5: style: Class 'MacroAssemblerCodePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:310:5: style: Class 'MacroAssemblerCodePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:356:5: style: Class 'MacroAssemblerCodeRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/Printer.h:121:5: warning: Member variable 'PrintRecord::printer' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/Printer.h:162:5: performance: Technically the member function 'JSC::Printer::Printer < const char * >::Printer' can be static. [functionStatic]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/Printer.h:169:5: performance: Technically the member function 'JSC::Printer::Printer < char * >::Printer' can be static. [functionStatic]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/Printer.h:176:5: performance: Technically the member function 'JSC::Printer::Printer < RawPointer >::Printer' can be static. [functionStatic]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/Printer.h:104:5: style: Struct 'PrintRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/Printer.h:109:5: style: Struct 'PrintRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/Printer.h:197:5: style: Struct 'Printer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/assembler/CPU.h:79:12: style: Condition '!is64Bit()' is always true [knownConditionTrueFalse]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bindings/ScriptFunctionCall.h:46:5: style: Class 'ScriptCallArgumentHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bindings/ScriptValue.h:50:43: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp:37:21: warning: Member variable 'BuiltinExecutables::m_vm' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/TypeLocation.h:42:5: warning: Member variable 'TypeLocation::m_globalVariableID' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/TypeLocation.h:42:5: warning: Member variable 'TypeLocation::m_sourceID' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/TypeLocation.h:42:5: warning: Member variable 'TypeLocation::m_divotStart' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/TypeLocation.h:42:5: warning: Member variable 'TypeLocation::m_divotEnd' is not initialized in the constructor. [uninitMemberVar]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/ObjectAllocationProfile.h:49:10: style: Technically the member function 'JSC::ObjectAllocationProfile::isNull' can be const. [functionConst]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/ObjectAllocationProfile.h:112:14: style: Technically the member function 'JSC::ObjectAllocationProfile::inlineCapacity' can be const. [functionConst]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/ArrayProfile.h:192:5: style: Class 'ArrayProfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/CodeOrigin.h:58:5: style: Struct 'CodeOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/DirectEvalCodeCache.h:50:13: style: Class 'CacheKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:63:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:73:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:80:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:88:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:109:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:111:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:112:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:113:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:114:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:115:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:116:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:117:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:118:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Instruction.h:119:5: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/PropertyCondition.h:51:5: style: Class 'PropertyCondition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:43:5: style: Class 'ObjectPropertyCondition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Watchpoint.h:54:5: style: Class 'StringFireDetail' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Watchpoint.h:97:23: style: Class 'WatchpointSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/Watchpoint.h:239:5: style: Class 'InlineWatchpointSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/ValueProfile.h:159:5: style: Struct 'MinimalValueProfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/ValueProfile.h:178:5: style: Struct 'ValueProfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/ValueProfile.h:190:5: style: Struct 'RareCaseProfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/LazyOperandValueProfile.h:47:5: style: Class 'LazyOperandValueProfileKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/StructureSet.h:47:5: style: Class 'StructureSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/ValueProfile.h:170:0: style: Struct 'JSC :: ValueProfileWithLogNumberOfBuckets < 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/ValueProfile.h:55:0: style: Struct 'JSC :: ValueProfileBase < 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
rt-8u171-b11/modules/web/src/main/native/Source/JavaScriptCore/bytecode/ValueProfile.h:55:0: style: Struct 'JSC :: ValueProfileBase < 1 << 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[12:59]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/o/openjpa/openjpa_2.4.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openjpeg/openjpeg_1.5.2.orig.tar.gz
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEG.c:783:5: style: Variable 'POC' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEG.c:780:0: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEG.c:783:5: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEG.c:1915:3: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEG.c:1912:3: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEG.c:1915:3: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEG.c:1352:44: style: The scope of the variable 'pack_nb' can be reduced. [variableScope]
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEG.c:1624:8: style: The scope of the variable 'max' can be reduced. [variableScope]
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEG.c:74:8: style: struct member 'dircnt::filename_buf' is never used. [unusedStructMember]
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEG.c:76:9: style: struct member 'dircnt::filename' is never used. [unusedStructMember]
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEG.c:734:5: warning: The buffer 'progression' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEGDecoder.c:800:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'jint *'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEGDecoder.c:869:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'jshort *'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEGDecoder.c:185:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/applications/JavaOpenJPEG/JavaOpenJPEGDecoder.c:186:21: style: The scope of the variable 'extension' can be reduced. [variableScope]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_deco_waitingUntilAllDone' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_parse_waitingUntilAllDone' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enco_waitingUntilAllDone' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_resizemethod' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enabledeco' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enableparse' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_reducefactor' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_qualitylayers' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_components' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_framenum' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_framewidth' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_frameheight' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enablecomm' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enableidx' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_multicomp' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_irreversible' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enablesop' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enableeph' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enablebypass' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enablereset' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enablerestart' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enablevsc' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enableerterm' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enablesegmark' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enablepoc' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_enablequality' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_resolutions' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_progression' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_showtoolbar' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_showbrowser' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_showpeeker' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_browserwidth' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::m_peekerheight' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:182:3: warning: Member variable 'OPJViewerApp::OPJconfig' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:323:5: warning: Member variable 'OPJMarkerTree::m_peektextCtrl' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:323:5: warning: Member variable 'OPJMarkerTree::m_childframe' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:323:5: warning: Member variable 'OPJMarkerTree::m_imageSize' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:323:5: warning: Member variable 'OPJMarkerTree::m_reverseSort' is not initialized in the constructor. [uninitMemberVar]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:297:159: performance: Variable 'm_start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:297:176: performance: Variable 'm_length' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:592:5: style: Class 'OPJEncoThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:612:5: style: Class 'OPJDecoThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:664:5: style: Class 'OPJDnDFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjpeg-1.5.2/applications/OPJViewer/source/OPJThreads.cpp:573:27: style: C-style pointer casting [cstyleCast]
openjpeg-1.5.2/applications/OPJViewer/source/OPJThreads.cpp:781:24: style: C-style pointer casting [cstyleCast]
openjpeg-1.5.2/applications/OPJViewer/source/OPJThreads.cpp:813:24: style: C-style pointer casting [cstyleCast]
openjpeg-1.5.2/applications/OPJViewer/source/OPJThreads.cpp:815:21: style: The scope of the variable 'pre_pos' can be reduced. [variableScope]
openjpeg-1.5.2/applications/OPJViewer/source/OPJThreads.cpp:294:2: performance: Variable 'm_parentid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjpeg-1.5.2/applications/OPJViewer/source/OPJThreads.cpp:887:2: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:912:29: style: C-style pointer casting [cstyleCast]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:932:15: style: C-style pointer casting [cstyleCast]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:956:29: style: C-style pointer casting [cstyleCast]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:1018:29: style: C-style pointer casting [cstyleCast]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:1271:3: style: C-style pointer casting [cstyleCast]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:1273:28: style: C-style pointer casting [cstyleCast]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:1401:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:974:28: style: Function 'Rescale' argument 1 names different: declaration 'scale' definition 'zooml'. [funcArgNamesDifferent]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:450:19: note: Function 'Rescale' argument 1 names different: declaration 'scale' definition 'zooml'.
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:974:28: note: Function 'Rescale' argument 1 names different: declaration 'scale' definition 'zooml'.
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:974:50: style: Function 'Rescale' argument 2 names different: declaration 'child' definition 'currframe'. [funcArgNamesDifferent]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.h:450:41: note: Function 'Rescale' argument 2 names different: declaration 'child' definition 'currframe'.
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:974:50: note: Function 'Rescale' argument 2 names different: declaration 'child' definition 'currframe'.
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:135:6: style: Unused variable: n [unusedVariable]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:389:6: style: Unused variable: n [unusedVariable]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:832:6: style: Unused variable: n [unusedVariable]
openjpeg-1.5.2/applications/OPJViewer/source/OPJViewer.cpp:1251:17: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:183:30: error: Array 'marker_val[19]' accessed at index 23, which is out of bounds. [arrayIndexOutOfBounds]
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:804:4: style: Variable 'subcurrid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:798:4: note: Variable 'subcurrid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:804:4: note: Variable 'subcurrid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:994:4: style: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:988:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:994:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1032:4: style: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1022:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1032:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1252:4: style: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1246:0: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1252:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1266:4: style: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1252:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1266:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1397:5: style: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1391:0: note: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1397:5: note: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1403:5: style: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1397:5: note: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxj2kparser.cpp:1403:5: note: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:436:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:428:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:436:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:480:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:474:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:480:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:486:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:480:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:486:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:492:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:486:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:492:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:551:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:543:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:551:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:557:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:551:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:557:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:673:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:668:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:673:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:678:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:673:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:678:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:612:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:606:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:612:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:617:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:612:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:617:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:622:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:617:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:622:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:643:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:638:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:643:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:648:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:643:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:648:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:653:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:648:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:653:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:726:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:720:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:726:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:802:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:794:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:802:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:836:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:831:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:836:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:842:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:836:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:842:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:875:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:869:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:875:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:880:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:875:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:880:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:885:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:880:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:885:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:906:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:901:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:906:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:911:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:906:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:911:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:916:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:911:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:916:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:951:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:945:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:951:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-1.5.2/applications/OPJViewer/source/wxjp2parser.cpp:989:16: style: The scope of the variable 'LBox' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:661:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/codec/convert.c:1302:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/applications/codec/convert.c:1280:0: note: Variable 'f' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/convert.c:1302:2: note: Variable 'f' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/convert.c:1519:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/applications/codec/convert.c:1517:17: note: Variable 's' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/convert.c:1519:5: note: Variable 's' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/convert.c:576:35: style: The scope of the variable 'pixel' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:610:18: style: The scope of the variable 'PAD' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:612:6: style: The scope of the variable 'x' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:612:9: style: The scope of the variable 'y' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:612:12: style: The scope of the variable 'index' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:852:8: style: The scope of the variable 'gray' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:852:15: style: The scope of the variable 'red' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:852:21: style: The scope of the variable 'green' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:852:29: style: The scope of the variable 'blue' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:854:10: style: The scope of the variable 'c' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1021:15: style: The scope of the variable 'adjustG' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1021:24: style: The scope of the variable 'adjustB' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1418:6: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1418:9: style: The scope of the variable 'h' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1870:15: style: The scope of the variable 'bit' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1871:19: style: The scope of the variable 'uc' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1909:13: style: The scope of the variable 'green' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1912:15: style: The scope of the variable 'adjustG' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1912:24: style: The scope of the variable 'adjustB' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1912:33: style: The scope of the variable 'adjustA' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1913:40: style: The scope of the variable 'triple' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:2935:6: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:2935:9: style: The scope of the variable 'h' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/convert.c:1309:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openjpeg-1.5.2/applications/codec/convert.c:766:0: error: Resource leak: IN [resourceLeak]
openjpeg-1.5.2/applications/codec/convert.c:1448:0: error: Memory leak: name [memleak]
openjpeg-1.5.2/applications/codec/convert.c:756:20: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openjpeg-1.5.2/applications/codec/convert.c:1126:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openjpeg-1.5.2/applications/codec/convert.c:1203:22: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openjpeg-1.5.2/applications/codec/image_to_j2k.c:920:5: style: Variable 'POC' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/applications/codec/image_to_j2k.c:917:0: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/image_to_j2k.c:920:5: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1705:5: style: Variable 'cio' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1691:0: note: Variable 'cio' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1705:5: note: Variable 'cio' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1756:5: style: Variable 'cinfo' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1753:0: note: Variable 'cinfo' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1756:5: note: Variable 'cinfo' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1766:5: style: Variable 'cio' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1751:0: note: Variable 'cio' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1766:5: note: Variable 'cio' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/codec/image_to_j2k.c:420:62: style: The scope of the variable 'outfilename' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/image_to_j2k.c:871:5: warning: The buffer 'progression' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1562:5: error: Memory leak: dirptr [memleak]
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1728:0: error: Resource leak: f [resourceLeak]
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1789:0: error: Resource leak: f [resourceLeak]
openjpeg-1.5.2/applications/codec/image_to_j2k.c:1562:5: error: Memory leak: parameters.cp_comment [memleak]
openjpeg-1.5.2/applications/codec/index.c:44:44: style: The scope of the variable 'pack_nb' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/j2k_dump.c:155:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/j2k_dump.c:156:21: style: The scope of the variable 'extension' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/j2k_dump.c:174:62: style: The scope of the variable 'outfilename' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/j2k_dump.c:335:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/j2k_dump.c:370:5: error: Memory leak: dirptr [memleak]
openjpeg-1.5.2/applications/codec/j2k_to_image.c:196:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/j2k_to_image.c:197:21: style: The scope of the variable 'extension' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/j2k_to_image.c:215:62: style: The scope of the variable 'outfilename' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/j2k_to_image.c:530:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/applications/codec/j2k_to_image.c:565:5: error: Memory leak: dirptr [memleak]
openjpeg-1.5.2/applications/common/color.c:159:34: style: The scope of the variable 'nr' can be reduced. [variableScope]
openjpeg-1.5.2/applications/common/color.c:159:39: style: The scope of the variable 'ng' can be reduced. [variableScope]
openjpeg-1.5.2/applications/common/color.c:159:44: style: The scope of the variable 'nb' can be reduced. [variableScope]
openjpeg-1.5.2/applications/common/color.c:160:27: style: The scope of the variable 'ny' can be reduced. [variableScope]
openjpeg-1.5.2/applications/jpip/libopenjpip/byte_manager.h:52:0: error: #error unsupported platform [preprocessorErrorDirective]
openjpeg-1.5.2/applications/jpip/libopenjpip/imgreg_manager.c:53:7: style: The scope of the variable 'px' can be reduced. [variableScope]
openjpeg-1.5.2/applications/jpip/libopenjpip/imgreg_manager.c:53:10: style: The scope of the variable 'py' can be reduced. [variableScope]
openjpeg-1.5.2/applications/jpip/libopenjpip/query_parser.c:365:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openjpeg-1.5.2/applications/jpip/libopenjpip/query_parser.c:223:9: style: The scope of the variable 'cclose' can be reduced. [variableScope]
openjpeg-1.5.2/applications/jpip/libopenjpip/query_parser.c:262:33: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openjpeg-1.5.2/applications/mj2/extract_j2k_from_mj2.c:157:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/mj2/extract_j2k_from_mj2.c:168:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/mj2/extract_j2k_from_mj2.c:178:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/mj2/frames_to_mj2.c:518:5: style: Variable 'POC' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/applications/mj2/frames_to_mj2.c:515:0: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/mj2/frames_to_mj2.c:518:5: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/mj2/frames_to_mj2.c:476:5: warning: The buffer 'progression' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-1.5.2/applications/mj2/meta_out.c:1836:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
openjpeg-1.5.2/applications/mj2/mj2.c:2736:2: warning: Either the condition 'mj2' is redundant or there is possible null pointer dereference: mj2. [nullPointerRedundantCheck]
openjpeg-1.5.2/applications/mj2/mj2.c:2733:5: note: Assuming that condition 'mj2' is not redundant
openjpeg-1.5.2/applications/mj2/mj2.c:2736:2: note: Null pointer dereference
openjpeg-1.5.2/applications/mj2/mj2.c:2737:22: warning: Either the condition 'mj2' is redundant or there is possible null pointer dereference: mj2. [nullPointerRedundantCheck]
openjpeg-1.5.2/applications/mj2/mj2.c:2733:5: note: Assuming that condition 'mj2' is not redundant
openjpeg-1.5.2/applications/mj2/mj2.c:2737:22: note: Null pointer dereference
openjpeg-1.5.2/applications/mj2/mj2.c:2814:2: warning: Either the condition 'mj2' is redundant or there is possible null pointer dereference: mj2. [nullPointerRedundantCheck]
openjpeg-1.5.2/applications/mj2/mj2.c:2810:5: note: Assuming that condition 'mj2' is not redundant
openjpeg-1.5.2/applications/mj2/mj2.c:2814:2: note: Null pointer dereference
openjpeg-1.5.2/applications/mj2/mj2.c:2815:22: warning: Either the condition 'mj2' is redundant or there is possible null pointer dereference: mj2. [nullPointerRedundantCheck]
openjpeg-1.5.2/applications/mj2/mj2.c:2810:5: note: Assuming that condition 'mj2' is not redundant
openjpeg-1.5.2/applications/mj2/mj2.c:2815:22: note: Null pointer dereference
openjpeg-1.5.2/applications/mj2/mj2.c:243:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2.c:243:19: style: The scope of the variable 'j' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2.c:243:25: style: The scope of the variable 'sampleno' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2.c:285:16: style: The scope of the variable 'intra_chunk_offset' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2.c:441:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2.c:489:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2.c:1260:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2.c:1514:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2.c:1552:20: style: The scope of the variable 'marker' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2.c:2611:44: style: Function 'mj2_read_struct' argument 2 names different: declaration 'mj2' definition 'movie'. [funcArgNamesDifferent]
openjpeg-1.5.2/applications/mj2/mj2.h:379:44: note: Function 'mj2_read_struct' argument 2 names different: declaration 'mj2' definition 'movie'.
openjpeg-1.5.2/applications/mj2/mj2.c:2611:44: note: Function 'mj2_read_struct' argument 2 names different: declaration 'mj2' definition 'movie'.
openjpeg-1.5.2/applications/mj2/mj2_convert.c:155:2: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:153:2: note: Variable 'v' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/mj2/mj2_convert.c:155:2: note: Variable 'v' is reassigned a value before the old one has been used.
openjpeg-1.5.2/applications/mj2/mj2_convert.c:105:21: style: The scope of the variable 'max' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:111:7: style: The scope of the variable 'data' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:274:7: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:274:9: style: The scope of the variable 'wr' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:274:12: style: The scope of the variable 'h' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:274:14: style: The scope of the variable 'hr' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:274:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:274:19: style: The scope of the variable 'pad' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:275:9: style: The scope of the variable 'f' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:298:9: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:63:5: error: Resource leak: f [resourceLeak]
openjpeg-1.5.2/applications/mj2/mj2_convert.c:365:29: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openjpeg-1.5.2/applications/mj2/mj2_to_frames.c:184:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/mj2/mj2_to_frames.c:230:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/mj2/mj2_to_frames.c:230:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/mj2/mj2_to_frames.c:236:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/mj2/mj2_to_metadata.c:289:23: warning: Either the condition 'if(dinfo)' is redundant or there is possible null pointer dereference: dinfo. [nullPointerRedundantCheck]
openjpeg-1.5.2/applications/mj2/mj2_to_metadata.c:305:4: note: Assuming that condition 'if(dinfo)' is not redundant
openjpeg-1.5.2/applications/mj2/mj2_to_metadata.c:289:23: note: Null pointer dereference
openjpeg-1.5.2/applications/mj2/mj2_to_metadata.c:290:20: warning: Either the condition 'if(dinfo)' is redundant or there is possible null pointer dereference: dinfo. [nullPointerRedundantCheck]
openjpeg-1.5.2/applications/mj2/mj2_to_metadata.c:305:4: note: Assuming that condition 'if(dinfo)' is not redundant
openjpeg-1.5.2/applications/mj2/mj2_to_metadata.c:290:20: note: Null pointer dereference
openjpeg-1.5.2/applications/mj2/mj2_to_metadata.c:269:0: error: Resource leak: file [resourceLeak]
openjpeg-1.5.2/applications/mj2/wrap_j2k_in_mj2.c:357:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/mj2/wrap_j2k_in_mj2.c:362:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-1.5.2/applications/mj2/wrap_j2k_in_mj2.c:215:19: style: The scope of the variable 'depth' can be reduced. [variableScope]
openjpeg-1.5.2/applications/mj2/wrap_j2k_in_mj2.c:254:12: style: Variable 'sign' is assigned a value that is never used. [unreadVariable]
openjpeg-1.5.2/libopenjpeg/cidx_manager.c:73:13: style: The scope of the variable 'EPHused' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/cidx_manager.c:145:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/dwt.c:790:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-1.5.2/libopenjpeg/dwt.c:835:8: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-1.5.2/libopenjpeg/dwt.c:335:2: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/dwt.c:328:0: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/dwt.c:335:2: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/dwt.c:418:2: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/dwt.c:411:0: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/dwt.c:418:2: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/dwt.c:504:6: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/dwt.c:519:60: style: Function 'dwt_decode_tile' argument 2 names different: declaration 'i' definition 'numres'. [funcArgNamesDifferent]
openjpeg-1.5.2/libopenjpeg/dwt.c:121:60: note: Function 'dwt_decode_tile' argument 2 names different: declaration 'i' definition 'numres'.
openjpeg-1.5.2/libopenjpeg/dwt.c:519:60: note: Function 'dwt_decode_tile' argument 2 names different: declaration 'i' definition 'numres'.
openjpeg-1.5.2/libopenjpeg/dwt.c:519:76: style: Function 'dwt_decode_tile' argument 3 names different: declaration 'fn' definition 'dwt_1D'. [funcArgNamesDifferent]
openjpeg-1.5.2/libopenjpeg/dwt.c:121:71: note: Function 'dwt_decode_tile' argument 3 names different: declaration 'fn' definition 'dwt_1D'.
openjpeg-1.5.2/libopenjpeg/dwt.c:519:76: note: Function 'dwt_decode_tile' argument 3 names different: declaration 'fn' definition 'dwt_1D'.
openjpeg-1.5.2/libopenjpeg/image.c:38:2: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/image.c:36:0: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/image.c:38:2: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/image.c:35:6: style: The scope of the variable 'compno' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/image.c:74:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:785:2: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/j2k.c:774:0: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/j2k.c:785:2: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/j2k.c:786:2: style: Variable 'tcp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/j2k.c:775:0: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/j2k.c:786:2: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/j2k.c:2072:2: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/j2k.c:2062:0: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/j2k.c:2072:2: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/j2k.c:2449:2: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/j2k.c:2442:0: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/j2k.c:2449:2: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/j2k.c:283:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:284:14: style: The scope of the variable 'tpend' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:666:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:667:6: style: The scope of the variable 'lenp' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:667:12: style: The scope of the variable 'len' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:702:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:881:6: style: The scope of the variable 'expn' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:881:12: style: The scope of the variable 'mant' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:1138:14: style: The scope of the variable 'Xcrg_i' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:1138:22: style: The scope of the variable 'Ycrg_i' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:1155:7: style: The scope of the variable 'Ttlm_i' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:1155:0: style: The scope of the variable 'Ptlm_i' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:1175:20: style: The scope of the variable 'Nplm' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:1201:36: style: The scope of the variable 'add' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:1219:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:1349:7: style: The scope of the variable 'status' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:1684:11: style: The scope of the variable 'success' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:2160:6: style: The scope of the variable 'tileno' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/j2k.c:2183:20: style: The scope of the variable 'numpocs_tile' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/jp2.c:442:16: style: The scope of the variable 'uc' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/jp2.c:525:32: style: The scope of the variable 'asoc' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/jp2.c:1283:16: style: The scope of the variable 'pos_cidx' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/jp2.c:1283:46: style: The scope of the variable 'len_cidx' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/jp2.c:1283:56: style: The scope of the variable 'end_pos' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/jp2.c:1283:65: style: The scope of the variable 'pos_fidx' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/jp2.c:1283:75: style: The scope of the variable 'len_fidx' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/jp2.c:1255:10: style: Variable 'sign' is assigned a value that is never used. [unreadVariable]
openjpeg-1.5.2/libopenjpeg/mqc.c:433:16: style: The scope of the variable 'bit_padding' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/phix_manager.c:90:29: style: The scope of the variable 'num_packet' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/phix_manager.c:91:7: style: The scope of the variable 'numOfres' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/pi.c:656:32: style: Redundant condition: !cp->cinema. 'cp->cinema || (!cp->cinema && t2_mode==FINAL_PASS)' is equivalent to 'cp->cinema || t2_mode==FINAL_PASS' [redundantCondition]
openjpeg-1.5.2/libopenjpeg/pi.c:417:2: style: Variable 'tcp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/pi.c:414:0: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/pi.c:417:2: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/pi.c:419:2: style: Variable 'pi' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/pi.c:413:0: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/pi.c:419:2: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/pi.c:552:2: style: Variable 'tcp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/pi.c:549:0: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/pi.c:552:2: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/pi.c:554:2: style: Variable 'pi' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/pi.c:548:0: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/pi.c:554:2: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/pi.c:411:6: style: The scope of the variable 'p' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/pi.c:411:9: style: The scope of the variable 'q' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/pi.c:544:6: style: The scope of the variable 'p' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/pi.c:544:9: style: The scope of the variable 'q' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/pi.c:689:6: style: The scope of the variable 'compno' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/pi.c:689:14: style: The scope of the variable 'pino' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/pi.c:740:14: warning: The buffer 'prog' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
openjpeg-1.5.2/libopenjpeg/pi.c:740:14: warning: The buffer 'prog' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-1.5.2/libopenjpeg/pi.c:742:14: warning: The buffer 'prog' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
openjpeg-1.5.2/libopenjpeg/pi.c:742:14: warning: The buffer 'prog' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-1.5.2/libopenjpeg/pi.c:744:14: warning: The buffer 'prog' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
openjpeg-1.5.2/libopenjpeg/pi.c:744:14: warning: The buffer 'prog' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-1.5.2/libopenjpeg/pi.c:746:14: warning: The buffer 'prog' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
openjpeg-1.5.2/libopenjpeg/pi.c:746:14: warning: The buffer 'prog' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-1.5.2/libopenjpeg/pi.c:748:14: warning: The buffer 'prog' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
openjpeg-1.5.2/libopenjpeg/pi.c:748:14: warning: The buffer 'prog' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-1.5.2/libopenjpeg/ppix_manager.c:94:29: style: The scope of the variable 'num_packet' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/ppix_manager.c:95:7: style: The scope of the variable 'numOfres' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:1564:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-1.5.2/libopenjpeg/t1.c:1213:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjpeg-1.5.2/libopenjpeg/t1.c:1217:6: note: Found duplicate branches for 'if' and 'else'.
openjpeg-1.5.2/libopenjpeg/t1.c:1213:4: note: Found duplicate branches for 'if' and 'else'.
openjpeg-1.5.2/libopenjpeg/t1.c:1225:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjpeg-1.5.2/libopenjpeg/t1.c:1229:7: note: Found duplicate branches for 'if' and 'else'.
openjpeg-1.5.2/libopenjpeg/t1.c:1225:5: note: Found duplicate branches for 'if' and 'else'.
openjpeg-1.5.2/libopenjpeg/t1.c:348:6: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:384:6: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:407:6: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:432:6: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:582:6: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:608:6: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:608:9: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:628:6: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:628:9: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:650:6: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:650:9: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:846:6: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:963:52: style: The scope of the variable 'vsc' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:1166:7: style: The scope of the variable 'type' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:1167:9: style: The scope of the variable 'tempwmsedec' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:1292:7: style: The scope of the variable 'type' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1.c:1072:8: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
openjpeg-1.5.2/libopenjpeg/t1.c:354:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-1.5.2/libopenjpeg/t1.c:589:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-1.5.2/libopenjpeg/t1.c:805:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-1.5.2/libopenjpeg/t1_generate_luts.c:187:9: style: The scope of the variable 'u' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1_generate_luts.c:187:12: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t1_generate_luts.c:187:15: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t2.c:626:6: style: The scope of the variable 'compno' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t2.c:628:6: style: The scope of the variable 'poc' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/t2.c:133:117: style: Function 't2_encode_packet' argument 5 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
openjpeg-1.5.2/libopenjpeg/t2.c:61:115: note: Function 't2_encode_packet' argument 5 names different: declaration 'len' definition 'length'.
openjpeg-1.5.2/libopenjpeg/t2.c:133:117: note: Function 't2_encode_packet' argument 5 names different: declaration 'len' definition 'length'.
openjpeg-1.5.2/libopenjpeg/tcd.c:1474:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-1.5.2/libopenjpeg/tcd.c:1475:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-1.5.2/libopenjpeg/tcd.c:1476:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-1.5.2/libopenjpeg/tcd.c:1530:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-1.5.2/libopenjpeg/tcd.c:1206:2: style: Variable 'tile' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/tcd.c:1191:0: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/tcd.c:1206:2: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/tcd.c:1207:2: style: Variable 'tcd_tcp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/tcd.c:1192:0: note: Variable 'tcd_tcp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/tcd.c:1207:2: note: Variable 'tcd_tcp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/tcd.c:1208:2: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/tcd.c:1193:0: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/tcd.c:1208:2: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/tcd.c:1350:2: style: Variable 'tile' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/tcd.c:1342:0: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/tcd.c:1350:2: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/tcd.c:622:47: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/tcd.c:622:50: style: The scope of the variable 'h' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/tcd.c:1103:10: style: The scope of the variable 'stable_thresh' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/tcd.c:1104:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/tcd.c:1120:12: style: The scope of the variable 'distoachieved' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/tcd.c:1190:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/tcd.c:1563:9: style: The scope of the variable 'compno' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/tcd.c:1563:16: style: The scope of the variable 'resno' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/tcd.c:1563:22: style: The scope of the variable 'bandno' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/tcd.c:1563:29: style: The scope of the variable 'precno' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/tcd.c:1563:36: style: The scope of the variable 'cblkno' can be reduced. [variableScope]
openjpeg-1.5.2/libopenjpeg/tgt.c:51:2: style: Variable 'tree' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/libopenjpeg/tgt.c:46:0: note: Variable 'tree' is reassigned a value before the old one has been used.
openjpeg-1.5.2/libopenjpeg/tgt.c:51:2: note: Variable 'tree' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:210:9: style: Variable 'resultT' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/tests/comparePGXimages.c:209:0: note: Variable 'resultT' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:210:9: note: Variable 'resultT' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:214:11: style: Variable 'resultB' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/tests/comparePGXimages.c:213:0: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:214:11: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:236:9: style: Variable 'resultT' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/tests/comparePGXimages.c:235:0: note: Variable 'resultT' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:236:9: note: Variable 'resultT' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:240:11: style: Variable 'resultB' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/tests/comparePGXimages.c:239:0: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:240:11: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:255:11: style: Variable 'resultB' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/tests/comparePGXimages.c:254:0: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:255:11: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:314:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-1.5.2/tests/comparePGXimages.c:313:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:314:3: note: Variable 'result' is reassigned a value before the old one has been used.
openjpeg-1.5.2/tests/comparePGXimages.c:101:7: style: The scope of the variable 'index' can be reduced. [variableScope]
openjpeg-1.5.2/tests/comparePGXimages.c:754:10: style: Variable 'it_compc' is assigned a value that is never used. [unreadVariable]
openjpeg-1.5.2/tests/compareRAWimages.c:68:6: style: The scope of the variable 'index' can be reduced. [variableScope]
openjpeg-1.5.2/tests/compare_dump_files.c:66:7: style: The scope of the variable 'index' can be reduced. [variableScope]
openjpeg-1.5.2/tests/compare_dump_files.c:123:7: style: The scope of the variable 'chbase' can be reduced. [variableScope]
openjpeg-1.5.2/tests/compare_dump_files.c:123:15: style: The scope of the variable 'chtest' can be reduced. [variableScope]
openjpeg-1.5.2/tests/compare_dump_files.c:173:0: error: Resource leak: fbase [resourceLeak]
openjpeg-1.5.2/tests/compare_dump_files.c:173:0: error: Resource leak: ftest [resourceLeak]
[12:59]

ftp://ftp.se.debian.org/debian/pool/main/o/openjpeg2/openjpeg2_2.3.0.orig.tar.gz
openjpeg-2.3.0/src/bin/common/color.c:988:11: style: The scope of the variable 'C' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/common/color.c:988:14: style: The scope of the variable 'M' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/common/color.c:988:17: style: The scope of the variable 'Y' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/common/color.c:988:20: style: The scope of the variable 'K' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/common/color.c:1054:9: style: The scope of the variable 'y' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/common/color.c:1054:12: style: The scope of the variable 'cb' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/common/color.c:1054:16: style: The scope of the variable 'cr' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/common/color.c:1054:34: style: The scope of the variable 'val' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/convert.c:1182:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jp2/convert.c:1159:0: note: Variable 'f' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/convert.c:1182:5: note: Variable 'f' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/convert.c:1318:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjpeg-2.3.0/src/bin/jp2/convert.c:1320:15: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/bin/jp2/convert.c:1318:13: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/bin/jp2/convert.c:1946:19: style: The scope of the variable 'bit' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/convert.c:1947:23: style: The scope of the variable 'uc' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/convert.c:1998:16: style: The scope of the variable 'green' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/convert.c:2002:18: style: The scope of the variable 'adjustG' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/convert.c:2002:27: style: The scope of the variable 'adjustB' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/convert.c:2002:36: style: The scope of the variable 'adjustA' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/convert.c:2003:43: style: The scope of the variable 'triple' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/convertbmp.c:144:5: style: Variable 'pSrc' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jp2/convertbmp.c:138:0: note: Variable 'pSrc' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/convertbmp.c:144:5: note: Variable 'pSrc' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/convertbmp.c:308:5: style: Variable 'pSrc' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jp2/convertbmp.c:303:0: note: Variable 'pSrc' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/convertbmp.c:308:5: note: Variable 'pSrc' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/convertbmp.c:864:18: style: The scope of the variable 'adjustG' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/convertbmp.c:864:27: style: The scope of the variable 'adjustB' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/convertpng.c:68:37: style: Function 'pngtoimage' argument 1 names different: declaration 'filename' definition 'read_idf'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/bin/jp2/convert.h:122:44: note: Function 'pngtoimage' argument 1 names different: declaration 'filename' definition 'read_idf'.
openjpeg-2.3.0/src/bin/jp2/convertpng.c:68:37: note: Function 'pngtoimage' argument 1 names different: declaration 'filename' definition 'read_idf'.
openjpeg-2.3.0/src/bin/jp2/convertpng.c:68:67: style: Function 'pngtoimage' argument 2 names different: declaration 'parameters' definition 'params'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/bin/jp2/convert.h:123:51: note: Function 'pngtoimage' argument 2 names different: declaration 'parameters' definition 'params'.
openjpeg-2.3.0/src/bin/jp2/convertpng.c:68:67: note: Function 'pngtoimage' argument 2 names different: declaration 'parameters' definition 'params'.
openjpeg-2.3.0/src/bin/jp2/converttif.c:48:0: error: #error OPJ_HAVE_LIBTIFF_NOT_DEFINED [preprocessorErrorDirective]
openjpeg-2.3.0/src/bin/jp2/index.c:51:47: style: The scope of the variable 'pack_nb' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:1985:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:1208:25: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:1216:45: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:989:13: style: Variable 'POC' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:986:0: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:989:13: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:534:10: style: The scope of the variable 'outfilename' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:701:19: style: The scope of the variable 'sep' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:887:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:943:13: warning: The buffer 'progression' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:764:33: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openjpeg-2.3.0/src/bin/jp2/opj_compress.c:1779:17: error: Memory leak: dirptr [memleak]
openjpeg-2.3.0/src/bin/jp2/opj_decompress.c:938:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jp2/opj_decompress.c:937:0: note: Variable 'result' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/opj_decompress.c:938:5: note: Variable 'result' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/opj_decompress.c:1059:5: style: Variable 'l_new_components' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jp2/opj_decompress.c:1057:0: note: Variable 'l_new_components' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/opj_decompress.c:1059:5: note: Variable 'l_new_components' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp2/opj_decompress.c:429:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/opj_decompress.c:430:24: style: The scope of the variable 'extension' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/opj_decompress.c:459:10: style: The scope of the variable 'outfilename' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/opj_dump.c:181:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/opj_dump.c:182:24: style: The scope of the variable 'extension' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp2/opj_dump.c:205:10: style: The scope of the variable 'outfilename' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:921:16: warning: Either the condition '!f' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/bin/jp3d/convert.c:919:9: note: Assuming that condition '!f' is not redundant
openjpeg-2.3.0/src/bin/jp3d/convert.c:921:16: note: Null pointer dereference
openjpeg-2.3.0/src/bin/jp3d/convert.c:521:5: style: Variable 'fimg' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jp3d/convert.c:512:0: note: Variable 'fimg' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp3d/convert.c:521:5: note: Variable 'fimg' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp3d/convert.c:833:5: style: Variable 'fimg' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jp3d/convert.c:824:0: note: Variable 'fimg' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp3d/convert.c:833:5: note: Variable 'fimg' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp3d/convert.c:165:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:166:44: style: The scope of the variable 'slicepos' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:172:28: style: The scope of the variable 'sign' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:178:20: style: The scope of the variable 'direntp' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:182:10: style: The scope of the variable 'tmpdirpath' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:183:10: style: The scope of the variable 'dirpath' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:184:10: style: The scope of the variable 'pattern' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:187:10: style: The scope of the variable 'tmpno' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:409:21: style: The scope of the variable 'h' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:409:36: style: The scope of the variable 'lr' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:715:9: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:715:12: style: The scope of the variable 'wr' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:715:21: style: The scope of the variable 'h' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:715:24: style: The scope of the variable 'hr' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:715:33: style: The scope of the variable 'l' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:715:36: style: The scope of the variable 'lr' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:715:45: style: The scope of the variable 'max' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/convert.c:448:17: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/jp3d/convert.c:453:18: style: Variable 'lr' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/jp3d/convert.c:734:14: style: Variable 'wr' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/jp3d/convert.c:737:13: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/jp3d/convert.c:738:14: style: Variable 'hr' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/jp3d/convert.c:742:14: style: Variable 'lr' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/jp3d/convert.c:745:16: style: Variable 'max' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/jp3d/convert.c:300:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openjpeg-2.3.0/src/bin/jp3d/convert.c:854:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openjpeg-2.3.0/src/bin/jp3d/convert.c:856:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openjpeg-2.3.0/src/bin/jp3d/convert.c:723:0: error: Resource leak: fdest [resourceLeak]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:763:37: warning: Logical conjunction always evaluates to false: EXPR >= 128 && EXPR <= -128. [incorrectLogicOperator]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:772:45: style: Condition 'parameters->numresolution[2]==1' is always true [knownConditionTrueFalse]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:572:13: style: Variable 'POC' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:569:0: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:572:13: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:253:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:254:24: style: The scope of the variable 'extension' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:468:17: style: The scope of the variable 'aux' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:852:10: style: The scope of the variable 'bSuccess' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:524:13: warning: The buffer 'progression' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:679:13: warning: The buffer 'coding' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_compress.c:578:20: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_decompress.c:57:9: style: Condition 'global' is always true [knownConditionTrueFalse]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_decompress.c:53:18: note: Assignment 'global=1', assigned value is 1
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_decompress.c:57:9: note: Condition 'global' is always true
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_decompress.c:51:17: style: The scope of the variable 'k' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_decompress.c:234:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_decompress.c:235:24: style: The scope of the variable 'extension' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_decompress.c:454:12: style: The scope of the variable 'psnr' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jp3d/opj_jp3d_decompress.c:454:18: style: The scope of the variable 'ssim' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:639:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1344:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1322:0: note: Variable 'f' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/convert.c:1344:5: note: Variable 'f' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/convert.c:1575:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1573:5: note: Variable 's' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/convert.c:1575:5: note: Variable 's' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/convert.c:591:21: style: The scope of the variable 'PAD' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:593:9: style: The scope of the variable 'x' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:593:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:871:14: style: The scope of the variable 'gray' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:871:21: style: The scope of the variable 'red' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:871:27: style: The scope of the variable 'green' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:871:35: style: The scope of the variable 'blue' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:873:16: style: The scope of the variable 'c' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1026:18: style: The scope of the variable 'adjustG' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1026:27: style: The scope of the variable 'adjustB' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1474:9: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1474:12: style: The scope of the variable 'h' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1984:19: style: The scope of the variable 'bit' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1985:23: style: The scope of the variable 'uc' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:2020:16: style: The scope of the variable 'green' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:2023:18: style: The scope of the variable 'adjustG' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:2023:27: style: The scope of the variable 'adjustB' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:2023:36: style: The scope of the variable 'adjustA' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:2024:43: style: The scope of the variable 'triple' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:3050:9: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:3050:12: style: The scope of the variable 'h' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/convert.c:136:32: style: Variable 'cmap_type' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/jpwl/convert.c:138:18: style: Variable 'cmap_index' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/jpwl/convert.c:143:16: style: Variable 'x_origin' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/jpwl/convert.c:144:16: style: Variable 'y_origin' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1351:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openjpeg-2.3.0/src/bin/jpwl/convert.c:467:0: error: Resource leak: fdest [resourceLeak]
openjpeg-2.3.0/src/bin/jpwl/convert.c:744:0: error: Resource leak: IN [resourceLeak]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1504:0: error: Memory leak: name [memleak]
openjpeg-2.3.0/src/bin/jpwl/convert.c:733:27: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1154:40: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/bin/jpwl/convert.c:1241:34: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/bin/jpwl/index.c:50:47: style: The scope of the variable 'pack_nb' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:507:5: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:506:5: note: Variable 'fname' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:507:5: note: Variable 'fname' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1026:13: style: Variable 'POC' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1023:0: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1026:13: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1827:13: style: Variable 'cio' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1813:0: note: Variable 'cio' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1827:13: note: Variable 'cio' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1881:13: style: Variable 'cinfo' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1878:0: note: Variable 'cinfo' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1881:13: note: Variable 'cinfo' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1891:13: style: Variable 'cio' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1876:0: note: Variable 'cio' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1891:13: note: Variable 'cio' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:515:10: style: The scope of the variable 'outfilename' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:980:13: warning: The buffer 'progression' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:507:5: error: Memory leak: fname [memleak]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1685:17: error: Memory leak: dirptr [memleak]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1852:0: error: Resource leak: f [resourceLeak]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1916:0: error: Resource leak: f [resourceLeak]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_compress.c:1685:17: error: Memory leak: parameters.cp_comment [memleak]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_decompress.c:225:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_decompress.c:226:24: style: The scope of the variable 'extension' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_decompress.c:248:10: style: The scope of the variable 'outfilename' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_decompress.c:566:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/jpwl/opj_jpwl_decompress.c:603:17: error: Memory leak: dirptr [memleak]
openjpeg-2.3.0/src/bin/mj2/meta_out.c:2424:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
openjpeg-2.3.0/src/bin/mj2/mj2_to_metadata.c:327:26: warning: Either the condition 'if(dinfo)' is redundant or there is possible null pointer dereference: dinfo. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/bin/mj2/mj2_to_metadata.c:342:8: note: Assuming that condition 'if(dinfo)' is not redundant
openjpeg-2.3.0/src/bin/mj2/mj2_to_metadata.c:327:26: note: Null pointer dereference
openjpeg-2.3.0/src/bin/mj2/mj2_to_metadata.c:328:23: warning: Either the condition 'if(dinfo)' is redundant or there is possible null pointer dereference: dinfo. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/bin/mj2/mj2_to_metadata.c:342:8: note: Assuming that condition 'if(dinfo)' is not redundant
openjpeg-2.3.0/src/bin/mj2/mj2_to_metadata.c:328:23: note: Null pointer dereference
openjpeg-2.3.0/src/bin/mj2/mj2_to_metadata.c:307:0: error: Resource leak: file [resourceLeak]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_compress.c:523:13: style: Variable 'POC' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_compress.c:520:0: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/mj2/opj_mj2_compress.c:523:13: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/bin/mj2/opj_mj2_compress.c:484:13: warning: The buffer 'progression' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_compress.c:711:0: error: Resource leak: mj2file [resourceLeak]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_decompress.c:213:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_decompress.c:224:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_decompress.c:238:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_decompress.c:238:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_decompress.c:253:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_decompress.c:104:9: error: Resource leak: outfile [resourceLeak]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_decompress.c:169:18: error: Common realloc mistake: 'frame_codestream' nulled but not freed upon failure [memleakOnRealloc]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_extract.c:143:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_extract.c:154:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_extract.c:118:26: warning: Either the condition 'if(dinfo)' is redundant or there is possible null pointer dereference: dinfo. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_extract.c:157:8: note: Assuming that condition 'if(dinfo)' is not redundant
openjpeg-2.3.0/src/bin/mj2/opj_mj2_extract.c:118:26: note: Null pointer dereference
openjpeg-2.3.0/src/bin/mj2/opj_mj2_extract.c:82:19: style: The scope of the variable 'sample' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_extract.c:83:20: style: The scope of the variable 'frame_codestream' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_extract.c:84:18: style: The scope of the variable 'outfile' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_extract.c:147:0: error: Memory leak: frame_codestream [memleak]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_wrap.c:449:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_wrap.c:456:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_wrap.c:259:21: style: The scope of the variable 'depth' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/mj2/opj_mj2_wrap.c:325:16: style: Variable 'sign' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_deco_waitingUntilAllDone' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_parse_waitingUntilAllDone' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enco_waitingUntilAllDone' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_resizemethod' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enabledeco' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enableparse' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_reducefactor' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_qualitylayers' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_components' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_framenum' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_framewidth' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_frameheight' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enablecomm' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enableidx' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_multicomp' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_irreversible' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enablesop' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enableeph' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enablebypass' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enablereset' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enablerestart' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enablevsc' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enableerterm' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enablesegmark' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enablepoc' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_enablequality' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_resolutions' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_progression' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_showtoolbar' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_showbrowser' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_showpeeker' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_browserwidth' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::m_peekerheight' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:187:5: warning: Member variable 'OPJViewerApp::OPJconfig' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:354:5: warning: Member variable 'OPJMarkerTree::m_peektextCtrl' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:354:5: warning: Member variable 'OPJMarkerTree::m_childframe' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:354:5: warning: Member variable 'OPJMarkerTree::m_imageSize' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:354:5: warning: Member variable 'OPJMarkerTree::m_reverseSort' is not initialized in the constructor. [uninitMemberVar]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:321:9: performance: Variable 'm_start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:322:9: performance: Variable 'm_length' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:640:5: style: Class 'OPJEncoThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:660:5: style: Class 'OPJDecoThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:716:5: style: Class 'OPJDnDFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJThreads.cpp:587:39: style: C-style pointer casting [cstyleCast]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJThreads.cpp:800:27: style: C-style pointer casting [cstyleCast]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJThreads.cpp:835:27: style: C-style pointer casting [cstyleCast]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJThreads.cpp:837:24: style: The scope of the variable 'pre_pos' can be reduced. [variableScope]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJThreads.cpp:304:5: performance: Variable 'm_parentid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:917:29: style: C-style pointer casting [cstyleCast]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:937:15: style: C-style pointer casting [cstyleCast]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:961:29: style: C-style pointer casting [cstyleCast]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:1023:29: style: C-style pointer casting [cstyleCast]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:1276:3: style: C-style pointer casting [cstyleCast]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:1278:28: style: C-style pointer casting [cstyleCast]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:1406:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:979:28: style: Function 'Rescale' argument 1 names different: declaration 'scale' definition 'zooml'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:497:22: note: Function 'Rescale' argument 1 names different: declaration 'scale' definition 'zooml'.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:979:28: note: Function 'Rescale' argument 1 names different: declaration 'scale' definition 'zooml'.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:979:50: style: Function 'Rescale' argument 2 names different: declaration 'child' definition 'currframe'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.h:497:44: note: Function 'Rescale' argument 2 names different: declaration 'child' definition 'currframe'.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:979:50: note: Function 'Rescale' argument 2 names different: declaration 'child' definition 'currframe'.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:140:6: style: Unused variable: n [unusedVariable]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:394:6: style: Unused variable: n [unusedVariable]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:837:6: style: Unused variable: n [unusedVariable]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/OPJViewer.cpp:1256:17: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:188:30: error: Array 'marker_val[19]' accessed at index 23, which is out of bounds. [arrayIndexOutOfBounds]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:809:4: style: Variable 'subcurrid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:803:4: note: Variable 'subcurrid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:809:4: note: Variable 'subcurrid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:999:4: style: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:993:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:999:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1037:4: style: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1027:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1037:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1257:4: style: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1251:0: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1257:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1271:4: style: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1257:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1271:4: note: Variable 'subcurrid3' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1402:5: style: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1396:0: note: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1402:5: note: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1408:5: style: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1402:5: note: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxj2kparser.cpp:1408:5: note: Variable 'subcurrid4' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:441:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:433:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:441:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:485:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:479:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:485:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:491:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:485:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:491:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:497:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:491:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:497:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:556:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:548:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:556:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:562:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:556:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:562:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:678:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:673:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:678:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:683:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:678:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:683:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:617:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:611:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:617:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:622:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:617:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:622:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:627:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:622:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:627:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:648:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:643:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:648:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:653:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:648:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:653:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:658:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:653:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:658:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:731:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:725:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:731:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:807:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:799:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:807:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:841:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:836:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:841:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:847:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:841:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:847:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:880:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:874:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:880:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:885:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:880:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:885:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:890:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:885:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:890:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:911:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:906:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:911:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:916:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:911:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:916:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:921:5: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:916:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:921:5: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:956:4: style: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:950:0: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:956:4: note: Variable 'currid' is reassigned a value before the old one has been used if variable is no semaphore variable.
openjpeg-2.3.0/src/bin/wx/OPJViewer/source/wxjp2parser.cpp:994:16: style: The scope of the variable 'LBox' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp2/opj_stdint.h:48:0: error: #error unsupported platform [preprocessorErrorDirective]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:293:5: style: Variable 'ai' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:291:0: note: Variable 'ai' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:293:5: note: Variable 'ai' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:294:5: style: Variable 'bi' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:292:0: note: Variable 'bi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:294:5: note: Variable 'bi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:317:5: style: Variable 'ai' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:315:0: note: Variable 'ai' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:317:5: note: Variable 'ai' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:318:5: style: Variable 'bi' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:316:0: note: Variable 'bi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:318:5: note: Variable 'bi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:341:5: style: Variable 'ai' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:339:0: note: Variable 'ai' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:341:5: note: Variable 'ai' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:342:5: style: Variable 'bi' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:340:0: note: Variable 'bi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:342:5: note: Variable 'bi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:775:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:757:0: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:775:5: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:911:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:906:0: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:911:5: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:556:29: style: The scope of the variable 'nLPSy' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:556:37: style: The scope of the variable 'nHPSy' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:556:45: style: The scope of the variable 'nLPSz' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:556:53: style: The scope of the variable 'nHPSz' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:552:46: style: Function 'dwt_calc_wtnorms' argument 4 names different: declaration 'wtfiltx' definition 'wtfiltX'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:105:46: note: Function 'dwt_calc_wtnorms' argument 4 names different: declaration 'wtfiltx' definition 'wtfiltX'.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:552:46: note: Function 'dwt_calc_wtnorms' argument 4 names different: declaration 'wtfiltx' definition 'wtfiltX'.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:552:70: style: Function 'dwt_calc_wtnorms' argument 5 names different: declaration 'wtfilty' definition 'wtfiltY'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:105:69: note: Function 'dwt_calc_wtnorms' argument 5 names different: declaration 'wtfilty' definition 'wtfiltY'.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:552:70: note: Function 'dwt_calc_wtnorms' argument 5 names different: declaration 'wtfilty' definition 'wtfiltY'.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:552:94: style: Function 'dwt_calc_wtnorms' argument 6 names different: declaration 'wtfiltz' definition 'wtfiltZ'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:105:92: note: Function 'dwt_calc_wtnorms' argument 6 names different: declaration 'wtfiltz' definition 'wtfiltZ'.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:552:94: note: Function 'dwt_calc_wtnorms' argument 6 names different: declaration 'wtfiltz' definition 'wtfiltZ'.
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:767:9: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:773:12: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:915:9: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/dwt.c:921:12: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:551:17: style: Condition 'dcotype==0' is always false [knownConditionTrueFalse]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:546:15: note: Assignment 'dcotype=1', assigned value is 1
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:551:17: note: Condition 'dcotype==0' is always false
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:555:24: style: Condition 'dcotype==1' is always true [knownConditionTrueFalse]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:546:15: note: Assignment 'dcotype=1', assigned value is 1
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:555:24: note: Condition 'dcotype==1' is always true
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:996:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:985:0: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:996:5: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:997:5: style: Variable 'tcp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:986:0: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:997:5: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1845:5: style: Variable 'volume' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1838:0: note: Variable 'volume' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1845:5: note: Variable 'volume' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2149:5: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2143:0: note: Variable 'stream' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2149:5: note: Variable 'stream' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2426:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2421:0: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2426:5: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2432:5: style: Variable 'volume_info' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2420:0: note: Variable 'volume_info' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2432:5: note: Variable 'volume_info' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:833:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:870:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:925:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1083:9: style: The scope of the variable 'expn' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1083:15: style: The scope of the variable 'mant' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1287:17: style: The scope of the variable 'Xcrg_i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1287:25: style: The scope of the variable 'Ycrg_i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1287:33: style: The scope of the variable 'Zcrg_i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1303:10: style: The scope of the variable 'Ttlm_i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1303:0: style: The scope of the variable 'Ptlm_i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1321:23: style: The scope of the variable 'Nplm' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1348:39: style: The scope of the variable 'add' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1366:24: style: The scope of the variable 'j' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1463:10: style: The scope of the variable 'status' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1638:12: style: The scope of the variable 'tileno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1768:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1945:23: style: The scope of the variable 'numpocs_tile' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2142:47: style: The scope of the variable 'pack_nb' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:492:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:544:20: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:577:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:575:20: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:601:28: style: Variable 'volume' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:641:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:637:28: style: Variable 'volume' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:757:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1025:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1074:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1292:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1294:18: style: Variable 'Xcrg_i' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1295:18: style: Variable 'Ycrg_i' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1296:18: style: Variable 'Zcrg_i' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1308:12: style: Variable 'Ztlm' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1314:18: style: Variable 'Ttlm_i' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1315:18: style: Variable 'Ptlm_i' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1353:12: style: Variable 'Zplt' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1468:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1491:14: style: Variable 'partno' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1492:16: style: Variable 'numparts' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1623:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:1625:14: style: Variable 'roisty' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2271:57: style: Variable 'pcz' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/jp3d.c:2373:48: style: Variable 'pcny' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/mqc.c:444:19: style: The scope of the variable 'bit_padding' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/pi.c:497:5: style: Variable 'tcp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/pi.c:493:0: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/pi.c:497:5: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/pi.c:500:5: style: Variable 'pi' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/pi.c:492:0: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/pi.c:500:5: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/pi.c:490:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/pi.c:490:12: style: The scope of the variable 'q' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/pi.c:490:15: style: The scope of the variable 'r' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/pi.c:647:9: style: The scope of the variable 'compno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/pi.c:647:17: style: The scope of the variable 'pino' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/pi.c:580:24: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:655:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:659:15: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openjp3d/t1.c:655:13: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openjp3d/t1.c:668:17: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:672:19: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openjp3d/t1.c:668:17: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openjp3d/t1.c:217:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:251:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:321:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:343:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:343:12: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:589:10: style: The scope of the variable 'type' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:723:10: style: The scope of the variable 'type' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:952:12: style: The scope of the variable 'u' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:952:15: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:952:18: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:568:14: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:1032:0: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:223:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:328:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/lib/openjp3d/t1.c:416:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:724:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:728:15: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:724:13: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:737:17: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:740:19: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:737:17: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:242:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:279:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:354:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:379:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:379:12: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:659:10: style: The scope of the variable 'type' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:792:10: style: The scope of the variable 'type' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:1072:12: style: The scope of the variable 'u' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:1072:15: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:1072:18: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:638:14: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:251:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:364:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/lib/openjp3d/t1_3d.c:460:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/lib/openjp3d/t2.c:603:5: style: Variable 'pi' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/t2.c:596:0: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/t2.c:603:5: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/t2.c:150:20: style: The scope of the variable 'sop' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/t2.c:150:30: style: The scope of the variable 'eph' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:205:5: style: Variable 'tile' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:189:0: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:205:5: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:517:5: style: Variable 'tile' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:508:0: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:517:5: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1569:5: style: Variable 'tile' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1557:0: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1569:5: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1572:5: style: Variable 'tcd_tcp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1558:0: note: Variable 'tcd_tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1572:5: note: Variable 'tcd_tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1574:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1559:0: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1574:5: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1691:13: style: Variable 't1' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1690:0: note: Variable 't1' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1691:13: note: Variable 't1' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1696:13: style: Variable 't1' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1695:0: note: Variable 't1' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1696:13: note: Variable 't1' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1768:5: style: Variable 'tile' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1762:0: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1768:5: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1793:13: style: Variable 't1' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1792:0: note: Variable 't1' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1793:13: note: Variable 't1' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1798:13: style: Variable 't1' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1797:0: note: Variable 't1' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1798:13: note: Variable 't1' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:862:15: style: The scope of the variable 'p' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:862:18: style: The scope of the variable 'q' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:862:21: style: The scope of the variable 'r' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:865:18: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:865:21: style: The scope of the variable 'h' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:865:24: style: The scope of the variable 'l' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1485:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1496:21: style: The scope of the variable 'l' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1497:24: style: The scope of the variable 'distoachieved' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1554:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1758:9: style: The scope of the variable 'l' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1760:23: style: The scope of the variable 't1_time' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:39:60: style: Function 'tcd_dump' argument 3 names different: declaration 'img' definition 'vol'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openjp3d/tcd.h:265:59: note: Function 'tcd_dump' argument 3 names different: declaration 'img' definition 'vol'.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:39:60: note: Function 'tcd_dump' argument 3 names different: declaration 'img' definition 'vol'.
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:357:29: style: Variable 'brcbgxend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:358:29: style: Variable 'brcbgyend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:359:29: style: Variable 'brcbgzend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:482:38: style: Variable 'prec' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:661:29: style: Variable 'brcbgxend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:662:29: style: Variable 'brcbgyend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:663:29: style: Variable 'brcbgzend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:780:38: style: Variable 'prec' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:988:33: style: Variable 'brcbgxend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:989:33: style: Variable 'brcbgyend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:990:33: style: Variable 'brcbgzend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1103:42: style: Variable 'prec' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1614:18: style: Variable 'tl' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tcd.c:1615:17: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjp3d/tgt.c:85:5: style: Variable 'tree' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/tgt.c:80:0: note: Variable 'tree' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tgt.c:85:5: note: Variable 'tree' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/tgt.c:81:18: style: Unused variable: p [unusedVariable]
openjpeg-2.3.0/src/lib/openjp3d/tgt.c:81:21: style: Unused variable: p0 [unusedVariable]
openjpeg-2.3.0/src/lib/openjp3d/volume.c:42:5: style: Variable 'volume' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjp3d/volume.c:40:0: note: Variable 'volume' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/volume.c:42:5: note: Variable 'volume' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjp3d/volume.c:39:9: style: The scope of the variable 'compno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjp3d/volume.c:86:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/auxtrans_manager.c:112:27: style: The scope of the variable 'auxresponse' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/auxtrans_manager.c:117:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/auxtrans_manager.c:110:72: style: Function 'send_responsedata_on_aux' argument 5 names different: declaration 'length' definition 'datalen'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openjpip/auxtrans_manager.h:72:72: note: Function 'send_responsedata_on_aux' argument 5 names different: declaration 'length' definition 'datalen'.
openjpeg-2.3.0/src/lib/openjpip/auxtrans_manager.c:110:72: note: Function 'send_responsedata_on_aux' argument 5 names different: declaration 'length' definition 'datalen'.
openjpeg-2.3.0/src/lib/openjpip/box_manager.c:63:18: style: The scope of the variable 'box' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/box_manager.c:177:13: style: The scope of the variable 'data' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/box_manager.c:246:13: style: The scope of the variable 'data' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/box_manager.c:247:13: style: The scope of the variable 'boxlen' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/box_manager.c:248:12: style: The scope of the variable 'headlen' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/box_manager.c:249:11: style: The scope of the variable 'boxtype' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/cachemodel_manager.c:65:22: style: The scope of the variable 'precpacket' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/cachemodel_manager.c:215:13: style: The scope of the variable 'Pmax' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/cachemodel_manager.c:217:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/imgreg_manager.c:54:9: style: The scope of the variable 'px' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/imgreg_manager.c:54:13: style: The scope of the variable 'py' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:157:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:157:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:159:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:159:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:161:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:161:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:163:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:163:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:165:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:165:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:187:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:187:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:513:40: style: The scope of the variable 'mhix_box' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:668:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:347:61: style: Function 'set_cidxdata' argument 2 names different: declaration 'codeidx' definition 'jp2idx'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:71:61: note: Function 'set_cidxdata' argument 2 names different: declaration 'codeidx' definition 'jp2idx'.
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:347:61: note: Function 'set_cidxdata' argument 2 names different: declaration 'codeidx' definition 'jp2idx'.
openjpeg-2.3.0/src/lib/openjpip/index_manager.c:287:12: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openjpip/j2kheader_manager.c:228:29: warning: Logical disjunction always evaluates to true: numOfdecomp >= 0 || numOfdecomp <= 255. [incorrectLogicOperator]
openjpeg-2.3.0/src/lib/openjpip/j2kheader_manager.c:121:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/jp2k_decoder.c:58:5: style: Variable 'l_stream' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjpip/jp2k_decoder.c:52:0: note: Variable 'l_stream' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjpip/jp2k_decoder.c:58:5: note: Variable 'l_stream' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjpip/jp2k_decoder.c:231:16: style: The scope of the variable 'g' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/jp2k_decoder.c:231:19: style: The scope of the variable 'b' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:352:17: warning: Either the condition 'if(j2kstream)' is redundant or there is possible null pointer dereference: j2kstream. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:357:8: note: Assuming that condition 'if(j2kstream)' is not redundant
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:352:17: note: Null pointer dereference
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:756:17: warning: Either the condition 'if(j2kstream)' is redundant or there is possible null pointer dereference: j2kstream. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:762:8: note: Assuming that condition 'if(j2kstream)' is not redundant
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:756:17: note: Null pointer dereference
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:789:17: warning: Either the condition 'if(jp2stream)' is redundant or there is possible null pointer dereference: jp2stream. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:795:8: note: Assuming that condition 'if(jp2stream)' is not redundant
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:789:17: note: Null pointer dereference
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:813:17: warning: Either the condition 'if(j2kstream)' is redundant or there is possible null pointer dereference: j2kstream. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:819:8: note: Assuming that condition 'if(j2kstream)' is not redundant
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:813:17: note: Null pointer dereference
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:832:17: warning: Either the condition 'if(j2kstream)' is redundant or there is possible null pointer dereference: j2kstream. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:837:8: note: Assuming that condition 'if(j2kstream)' is not redundant
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:832:17: note: Null pointer dereference
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:852:17: warning: Either the condition 'if(j2kstream)' is redundant or there is possible null pointer dereference: j2kstream. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:857:8: note: Assuming that condition 'if(j2kstream)' is not redundant
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:852:17: note: Null pointer dereference
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:195:13: style: The scope of the variable 'binOffset' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:262:13: style: The scope of the variable 'SOToffset' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:264:13: style: The scope of the variable 'binOffset' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:512:34: style: The scope of the variable 'numOfprcts' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:547:34: style: The scope of the variable 'numOfprcts' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:693:34: style: Function 'get_last_tileID' argument 3 names different: declaration 'isJPPstream' definition 'isjppstream'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:185:34: note: Function 'get_last_tileID' argument 3 names different: declaration 'isJPPstream' definition 'isjppstream'.
openjpeg-2.3.0/src/lib/openjpip/jp2k_encoder.c:693:34: note: Function 'get_last_tileID' argument 3 names different: declaration 'isJPPstream' definition 'isjppstream'.
openjpeg-2.3.0/src/lib/openjpip/jpip_parser.c:436:32: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjpeg-2.3.0/src/lib/openjpip/jpip_parser.c:441:27: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openjpip/jpip_parser.c:436:32: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openjpip/jpip_parser.c:136:11: style: The scope of the variable 'cclose' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/jpip_parser.c:137:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/metadata_manager.c:96:13: style: Variable 'boxlist' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openjpip/metadata_manager.c:90:0: note: Variable 'boxlist' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjpip/metadata_manager.c:96:13: note: Variable 'boxlist' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:222:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:170:22: style: The scope of the variable 'msg' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:208:24: style: The scope of the variable 'binLength' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:263:30: style: The scope of the variable 'binLength' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:360:22: style: The scope of the variable 'msg' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:378:22: style: The scope of the variable 'msg' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:447:16: style: The scope of the variable 'c' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:405:57: style: Function 'gene_metamsg' argument 2 names different: declaration 'binoffset' definition 'binOffset'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:353:57: note: Function 'gene_metamsg' argument 2 names different: declaration 'binoffset' definition 'binOffset'.
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:405:57: note: Function 'gene_metamsg' argument 2 names different: declaration 'binoffset' definition 'binOffset'.
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:711:29: style: Function 'parse_metadata' argument 3 names different: declaration 'stream' definition 'datastream'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:685:29: note: Function 'parse_metadata' argument 3 names different: declaration 'stream' definition 'datastream'.
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:711:29: note: Function 'parse_metadata' argument 3 names different: declaration 'stream' definition 'datastream'.
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:795:51: style: Function 'delete_message_in_msgqueue' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.h:93:51: note: Function 'delete_message_in_msgqueue' argument 1 names different: declaration 'message' definition 'msg'.
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:795:51: note: Function 'delete_message_in_msgqueue' argument 1 names different: declaration 'message' definition 'msg'.
openjpeg-2.3.0/src/lib/openjpip/msgqueue_manager.c:611:26: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/lib/openjpip/openjpip.c:428:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/openjpip.c:428:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/placeholder_manager.c:120:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/src/lib/openjpip/query_parser.c:409:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openjpeg-2.3.0/src/lib/openjpip/query_parser.c:241:11: style: The scope of the variable 'cclose' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openjpip/sock_manager.c:140:56: style: Function 'receive_line' argument 2 names different: declaration 'buf' definition 'p'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openjpip/sock_manager.h:69:56: note: Function 'receive_line' argument 2 names different: declaration 'buf' definition 'p'.
openjpeg-2.3.0/src/lib/openjpip/sock_manager.c:140:56: note: Function 'receive_line' argument 2 names different: declaration 'buf' definition 'p'.
openjpeg-2.3.0/src/lib/openmj2/dwt.c:894:31: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-2.3.0/src/lib/openmj2/dwt.c:942:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-2.3.0/src/lib/openmj2/dwt.c:389:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/dwt.c:382:0: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/dwt.c:389:5: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/dwt.c:482:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/dwt.c:475:0: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/dwt.c:482:5: note: Variable 'a' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/dwt.c:578:9: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/dwt.c:595:60: style: Function 'dwt_decode_tile' argument 2 names different: declaration 'i' definition 'numres'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openmj2/dwt.c:128:60: note: Function 'dwt_decode_tile' argument 2 names different: declaration 'i' definition 'numres'.
openjpeg-2.3.0/src/lib/openmj2/dwt.c:595:60: note: Function 'dwt_decode_tile' argument 2 names different: declaration 'i' definition 'numres'.
openjpeg-2.3.0/src/lib/openmj2/dwt.c:596:37: style: Function 'dwt_decode_tile' argument 3 names different: declaration 'fn' definition 'dwt_1D'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openmj2/dwt.c:128:71: note: Function 'dwt_decode_tile' argument 3 names different: declaration 'fn' definition 'dwt_1D'.
openjpeg-2.3.0/src/lib/openmj2/dwt.c:596:37: note: Function 'dwt_decode_tile' argument 3 names different: declaration 'fn' definition 'dwt_1D'.
openjpeg-2.3.0/src/lib/openmj2/image.c:46:5: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/image.c:44:0: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/image.c:46:5: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/image.c:43:9: style: The scope of the variable 'compno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/image.c:84:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:804:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:793:0: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/j2k.c:804:5: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/j2k.c:805:5: style: Variable 'tcp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:794:0: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/j2k.c:805:5: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/j2k.c:2121:5: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:2111:0: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/j2k.c:2121:5: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/j2k.c:2513:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:2506:0: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/j2k.c:2513:5: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/j2k.c:292:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:293:20: style: The scope of the variable 'tpend' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:677:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:678:9: style: The scope of the variable 'lenp' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:678:15: style: The scope of the variable 'len' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:716:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:905:9: style: The scope of the variable 'expn' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:905:15: style: The scope of the variable 'mant' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1165:17: style: The scope of the variable 'Xcrg_i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1165:25: style: The scope of the variable 'Ycrg_i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1180:10: style: The scope of the variable 'Ttlm_i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1180:0: style: The scope of the variable 'Ptlm_i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1198:23: style: The scope of the variable 'Nplm' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1225:39: style: The scope of the variable 'add' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1243:24: style: The scope of the variable 'j' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1381:10: style: The scope of the variable 'status' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1729:14: style: The scope of the variable 'success' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:2215:9: style: The scope of the variable 'tileno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:2242:23: style: The scope of the variable 'numpocs_tile' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:436:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:554:13: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:555:13: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:834:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:890:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1170:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1172:18: style: Variable 'Xcrg_i' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1173:18: style: Variable 'Ycrg_i' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1185:12: style: Variable 'Ztlm' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1191:18: style: Variable 'Ttlm_i' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1192:18: style: Variable 'Ptlm_i' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1230:12: style: Variable 'Zplt' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1386:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1683:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/j2k.c:1685:14: style: Variable 'roisty' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/jp2.c:448:19: style: The scope of the variable 'uc' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/jp2.c:534:30: style: The scope of the variable 'typ' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/jp2.c:534:35: style: The scope of the variable 'asoc' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/jp2.c:536:19: style: Variable 'color_space' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/jp2.c:547:15: style: Variable 'typ' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/jp2.c:1166:16: style: Variable 'sign' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/jp2.c:1197:16: style: Variable 'pos_iptr' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/jp2.c:1197:5: style: Variable 'pos_jp2c' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:1517:41: error: Array 'tk->urn[urn_num].name[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:1518:41: error: Array 'tk->urn[urn_num].name[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:1556:30: error: Array 'tk->urn[urn_num].name[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:1557:30: error: Array 'tk->urn[urn_num].name[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2861:5: warning: Either the condition 'mj2' is redundant or there is possible null pointer dereference: mj2. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2858:9: note: Assuming that condition 'mj2' is not redundant
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2861:5: note: Null pointer dereference
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2862:25: warning: Either the condition 'mj2' is redundant or there is possible null pointer dereference: mj2. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2858:9: note: Assuming that condition 'mj2' is not redundant
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2862:25: note: Null pointer dereference
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2957:5: warning: Either the condition 'mj2' is redundant or there is possible null pointer dereference: mj2. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2953:9: note: Assuming that condition 'mj2' is not redundant
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2957:5: note: Null pointer dereference
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2958:25: warning: Either the condition 'mj2' is redundant or there is possible null pointer dereference: mj2. [nullPointerRedundantCheck]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2953:9: note: Assuming that condition 'mj2' is not redundant
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2958:25: note: Null pointer dereference
openjpeg-2.3.0/src/lib/openmj2/mj2.c:269:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:269:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:269:27: style: The scope of the variable 'sampleno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:312:18: style: The scope of the variable 'intra_chunk_offset' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:471:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:521:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:1316:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:1581:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:1621:22: style: The scope of the variable 'marker' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2723:57: style: Function 'mj2_read_struct' argument 2 names different: declaration 'mj2' definition 'movie'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openmj2/mj2.h:382:65: note: Function 'mj2_read_struct' argument 2 names different: declaration 'mj2' definition 'movie'.
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2723:57: note: Function 'mj2_read_struct' argument 2 names different: declaration 'mj2' definition 'movie'.
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2824:5: error: Common realloc mistake: 'src' nulled but not freed upon failure [memleakOnRealloc]
openjpeg-2.3.0/src/lib/openmj2/mj2.c:2829:0: error: Memory leak: src [memleak]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:158:13: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:156:13: note: Variable 'v' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:158:13: note: Variable 'v' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:109:23: style: The scope of the variable 'max' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:115:10: style: The scope of the variable 'data' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:285:9: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:285:12: style: The scope of the variable 'wr' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:285:16: style: The scope of the variable 'h' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:285:19: style: The scope of the variable 'hr' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:285:23: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:285:26: style: The scope of the variable 'pad' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:286:11: style: The scope of the variable 'f' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:309:13: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:65:9: error: Resource leak: f [resourceLeak]
openjpeg-2.3.0/src/lib/openmj2/mj2_convert.c:376:41: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/lib/openmj2/mqc.c:458:19: style: The scope of the variable 'bit_padding' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/pi.c:715:37: style: Redundant condition: !cp->cinema. 'cp->cinema || (!cp->cinema && t2_mode==FINAL_PASS)' is equivalent to 'cp->cinema || t2_mode==FINAL_PASS' [redundantCondition]
openjpeg-2.3.0/src/lib/openmj2/pi.c:466:5: style: Variable 'tcp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/pi.c:463:0: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/pi.c:466:5: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/pi.c:468:5: style: Variable 'pi' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/pi.c:462:0: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/pi.c:468:5: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/pi.c:606:5: style: Variable 'tcp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/pi.c:603:0: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/pi.c:606:5: note: Variable 'tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/pi.c:608:5: style: Variable 'pi' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/pi.c:602:0: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/pi.c:608:5: note: Variable 'pi' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/pi.c:460:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/pi.c:460:12: style: The scope of the variable 'q' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/pi.c:598:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/pi.c:598:12: style: The scope of the variable 'q' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/pi.c:751:9: style: The scope of the variable 'compno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/pi.c:751:17: style: The scope of the variable 'pino' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/pi.c:806:9: warning: The buffer 'prog' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
openjpeg-2.3.0/src/lib/openmj2/pi.c:806:9: warning: The buffer 'prog' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-2.3.0/src/lib/openmj2/pi.c:809:9: warning: The buffer 'prog' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
openjpeg-2.3.0/src/lib/openmj2/pi.c:809:9: warning: The buffer 'prog' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-2.3.0/src/lib/openmj2/pi.c:812:9: warning: The buffer 'prog' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
openjpeg-2.3.0/src/lib/openmj2/pi.c:812:9: warning: The buffer 'prog' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-2.3.0/src/lib/openmj2/pi.c:815:9: warning: The buffer 'prog' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
openjpeg-2.3.0/src/lib/openmj2/pi.c:815:9: warning: The buffer 'prog' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-2.3.0/src/lib/openmj2/pi.c:818:9: warning: The buffer 'prog' is not null-terminated after the call to strncpy(). [bufferNotZeroTerminated]
openjpeg-2.3.0/src/lib/openmj2/pi.c:818:9: warning: The buffer 'prog' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-2.3.0/src/lib/openmj2/t1.c:1607:50: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-2.3.0/src/lib/openmj2/t1.c:1248:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjpeg-2.3.0/src/lib/openmj2/t1.c:1252:15: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openmj2/t1.c:1248:13: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openmj2/t1.c:1261:17: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openjpeg-2.3.0/src/lib/openmj2/t1.c:1265:19: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openmj2/t1.c:1261:17: note: Found duplicate branches for 'if' and 'else'.
openjpeg-2.3.0/src/lib/openmj2/t1.c:363:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:400:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:424:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:449:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:602:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:629:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:629:12: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:650:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:650:12: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:672:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:672:12: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:872:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:993:55: style: The scope of the variable 'vsc' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:1197:10: style: The scope of the variable 'type' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:1198:12: style: The scope of the variable 'tempwmsedec' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:1333:10: style: The scope of the variable 'type' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t1.c:1103:14: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/t1.c:370:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/lib/openmj2/t1.c:610:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/lib/openmj2/t1.c:831:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/src/lib/openmj2/t2.c:662:9: style: The scope of the variable 'compno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t2.c:664:9: style: The scope of the variable 'poc' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/t2.c:151:77: style: Function 't2_encode_packet' argument 5 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
openjpeg-2.3.0/src/lib/openmj2/t2.c:67:77: note: Function 't2_encode_packet' argument 5 names different: declaration 'len' definition 'length'.
openjpeg-2.3.0/src/lib/openmj2/t2.c:151:77: note: Function 't2_encode_packet' argument 5 names different: declaration 'len' definition 'length'.
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1540:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1541:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1542:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1588:34: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1266:5: style: Variable 'tile' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1251:0: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1266:5: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1267:5: style: Variable 'tcd_tcp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1252:0: note: Variable 'tcd_tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1267:5: note: Variable 'tcd_tcp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1268:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1253:0: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1268:5: note: Variable 'cp' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1423:5: style: Variable 'tile' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1415:0: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1423:5: note: Variable 'tile' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/tcd.c:651:50: style: The scope of the variable 'w' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:651:53: style: The scope of the variable 'h' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1154:16: style: The scope of the variable 'stable_thresh' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1155:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1173:24: style: The scope of the variable 'distoachieved' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1250:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1621:9: style: The scope of the variable 'compno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1621:17: style: The scope of the variable 'resno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1621:24: style: The scope of the variable 'bandno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1621:32: style: The scope of the variable 'precno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:1621:40: style: The scope of the variable 'cblkno' can be reduced. [variableScope]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:268:33: style: Variable 'brcbgxend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:269:33: style: Variable 'brcbgyend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:540:33: style: Variable 'brcbgxend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:541:33: style: Variable 'brcbgyend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:797:29: style: Variable 'brcbgxend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/tcd.c:798:29: style: Variable 'brcbgyend' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/src/lib/openmj2/tgt.c:58:5: style: Variable 'tree' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/src/lib/openmj2/tgt.c:53:0: note: Variable 'tree' is reassigned a value before the old one has been used.
openjpeg-2.3.0/src/lib/openmj2/tgt.c:58:5: note: Variable 'tree' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/compare_dump_files.c:66:7: style: The scope of the variable 'index' can be reduced. [variableScope]
openjpeg-2.3.0/tests/compare_images.c:276:7: style: Condition '!image_read' is always true [knownConditionTrueFalse]
openjpeg-2.3.0/tests/compare_images.c:250:29: note: Assignment 'image_read=NULL', assigned value is 0
openjpeg-2.3.0/tests/compare_images.c:276:7: note: Condition '!image_read' is always true
openjpeg-2.3.0/tests/compare_images.c:541:9: style: Variable 'resultT' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/tests/compare_images.c:540:0: note: Variable 'resultT' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/compare_images.c:541:9: note: Variable 'resultT' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/compare_images.c:545:11: style: Variable 'resultB' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/tests/compare_images.c:544:0: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/compare_images.c:545:11: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/compare_images.c:569:9: style: Variable 'resultT' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/tests/compare_images.c:568:0: note: Variable 'resultT' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/compare_images.c:569:9: note: Variable 'resultT' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/compare_images.c:573:11: style: Variable 'resultB' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/tests/compare_images.c:572:0: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/compare_images.c:573:11: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/compare_images.c:590:11: style: Variable 'resultB' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/tests/compare_images.c:589:0: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/compare_images.c:590:11: note: Variable 'resultB' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/compare_images.c:442:7: style: The scope of the variable 'index' can be reduced. [variableScope]
openjpeg-2.3.0/tests/compare_raw_files.c:68:7: style: The scope of the variable 'index' can be reduced. [variableScope]
openjpeg-2.3.0/tests/j2k_random_tile_access.c:47:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/tests/j2k_random_tile_access.c:48:21: style: The scope of the variable 'extension' can be reduced. [variableScope]
openjpeg-2.3.0/tests/pdf2jp2.c:60:10: style: The scope of the variable 'nread' can be reduced. [variableScope]
openjpeg-2.3.0/tests/test_decode_area.c:109:5: style: Variable 'l_stream' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/tests/test_decode_area.c:107:0: note: Variable 'l_stream' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/test_decode_area.c:109:5: note: Variable 'l_stream' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/test_decode_area.c:261:5: style: Variable 'l_codec' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/tests/test_decode_area.c:255:0: note: Variable 'l_codec' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/test_decode_area.c:261:5: note: Variable 'l_codec' is reassigned a value before the old one has been used.
openjpeg-2.3.0/tests/test_tile_decoder.c:64:22: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/tests/test_tile_decoder.c:65:28: style: The scope of the variable 'extension' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsalpha.c:451:25: style: The scope of the variable 'SourcePtr' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsalpha.c:452:25: style: The scope of the variable 'DestPtr' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscgats.c:513:9: style: The scope of the variable 'x' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscgats.c:513:12: style: The scope of the variable 'res' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscgats.c:754:29: style: The scope of the variable 'j' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscgats.c:2471:17: style: The scope of the variable 'data' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscgats.c:2494:17: style: The scope of the variable 'data' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscgats.c:2513:17: style: The scope of the variable 'fld' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:525:49: style: Function 'DefaultICCintents' argument 3 names different: declaration 'Intents' definition 'TheIntents'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:48:48: note: Function 'DefaultICCintents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:525:49: note: Function 'DefaultICCintents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:734:59: style: Function 'BlackPreservingKOnlyIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:61:59: note: Function 'BlackPreservingKOnlyIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:734:59: note: Function 'BlackPreservingKOnlyIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:926:59: style: Function 'BlackPreservingKPlaneIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:74:60: note: Function 'BlackPreservingKPlaneIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:926:59: note: Function 'BlackPreservingKPlaneIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:1133:55: style: Function '_cmsRegisterRenderingIntentPlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:360:55: note: Function '_cmsRegisterRenderingIntentPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:1133:55: note: Function '_cmsRegisterRenderingIntentPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:1133:74: style: Function '_cmsRegisterRenderingIntentPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:360:81: note: Function '_cmsRegisterRenderingIntentPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmscnvrt.c:1133:74: note: Function '_cmsRegisterRenderingIntentPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmserr.c:228:76: style: Function '_cmsRegisterMemHandlerPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:342:77: note: Function '_cmsRegisterMemHandlerPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmserr.c:228:76: note: Function '_cmsRegisterMemHandlerPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmserr.c:363:44: style: Function '_cmsSubAllocDestroy' argument 1 names different: declaration 's' definition 'sub'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:397:57: note: Function '_cmsSubAllocDestroy' argument 1 names different: declaration 's' definition 'sub'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmserr.c:363:44: note: Function '_cmsSubAllocDestroy' argument 1 names different: declaration 's' definition 'sub'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmserr.c:380:39: style: Function '_cmsSubAlloc' argument 1 names different: declaration 's' definition 'sub'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:398:50: note: Function '_cmsSubAlloc' argument 1 names different: declaration 's' definition 'sub'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmserr.c:380:39: note: Function '_cmsSubAlloc' argument 1 names different: declaration 's' definition 'sub'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmserr.c:595:71: style: Function '_cmsRegisterMutexPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:372:70: note: Function '_cmsRegisterMutexPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmserr.c:595:71: note: Function '_cmsRegisterMutexPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:876:24: style: Condition 'y1<y0' is always true [knownConditionTrueFalse]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:892:24: style: Condition 'y1<y0' is always true [knownConditionTrueFalse]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:826:5: style: Variable 'Yreversed' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:817:0: note: Variable 'Yreversed' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:826:5: note: Variable 'Yreversed' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:906:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:988:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:988:12: style: The scope of the variable 'i1' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:988:16: style: The scope of the variable 'i2' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:1107:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:126:81: style: Function '_cmsRegisterParametricCurvesPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:348:82: note: Function '_cmsRegisterParametricCurvesPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgamma.c:126:81: note: Function '_cmsRegisterParametricCurvesPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsgmt.c:297:15: style: The scope of the variable 'CLUT' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:1499:16: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:396:23: style: The scope of the variable 'd00' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:396:28: style: The scope of the variable 'd01' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:396:33: style: The scope of the variable 'd10' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:396:38: style: The scope of the variable 'd11' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:397:23: style: The scope of the variable 'dx0' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:397:28: style: The scope of the variable 'dx1' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:398:23: style: The scope of the variable 'dxy' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:527:23: style: The scope of the variable 'd000' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:527:29: style: The scope of the variable 'd001' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:527:35: style: The scope of the variable 'd010' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:527:41: style: The scope of the variable 'd011' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:528:23: style: The scope of the variable 'd100' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:528:29: style: The scope of the variable 'd101' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:528:35: style: The scope of the variable 'd110' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:528:41: style: The scope of the variable 'd111' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:529:23: style: The scope of the variable 'dx00' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:529:29: style: The scope of the variable 'dx01' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:529:35: style: The scope of the variable 'dx10' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:529:41: style: The scope of the variable 'dx11' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:530:23: style: The scope of the variable 'dxy0' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:530:29: style: The scope of the variable 'dxy1' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:530:35: style: The scope of the variable 'dxyz' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:60:72: style: Function '_cmsRegisterInterpPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:345:72: note: Function '_cmsRegisterInterpPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsintrp.c:60:72: note: Function '_cmsRegisterInterpPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsio0.c:105:5: style: Variable 'iohandler' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsio0.c:102:0: note: Variable 'iohandler' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsio0.c:105:5: note: Variable 'iohandler' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsio0.c:245:5: style: Variable 'iohandler' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsio0.c:240:0: note: Variable 'iohandler' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsio0.c:245:5: note: Variable 'iohandler' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsio0.c:376:5: style: Variable 'iohandler' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsio0.c:369:0: note: Variable 'iohandler' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsio0.c:376:5: note: Variable 'iohandler' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmslut.c:116:12: style: The scope of the variable 'ElemPtr' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmslut.c:752:36: style: The scope of the variable 'rest' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmslut.c:814:36: style: The scope of the variable 'rest' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmslut.c:874:29: style: The scope of the variable 'rest' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmslut.c:904:29: style: The scope of the variable 'rest' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmslut.c:1299:20: style: The scope of the variable 'NextPhase' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmslut.c:1325:20: style: The scope of the variable 'NextPhase' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsopt.c:142:16: style: The scope of the variable 'pt2' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsopt.c:191:19: style: The scope of the variable 'pt2' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsopt.c:461:28: style: The scope of the variable 'w0' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsopt.c:1841:78: style: Function '_cmsRegisterOptimizationPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:366:78: note: Function '_cmsRegisterOptimizationPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsopt.c:1841:78: note: Function '_cmsRegisterOptimizationPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsopt.c:1874:47: style: Function '_cmsOptimizePipeline' argument 2 names different: declaration 'Lut' definition 'PtrLut'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:911:56: note: Function '_cmsOptimizePipeline' argument 2 names different: declaration 'Lut' definition 'PtrLut'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsopt.c:1874:47: note: Function '_cmsOptimizePipeline' argument 2 names different: declaration 'Lut' definition 'PtrLut'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmspack.c:3269:76: style: Function '_cmsRegisterFormattersPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:351:76: note: Function '_cmsRegisterFormattersPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmspack.c:3269:76: note: Function '_cmsRegisterFormattersPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsplugin.c:673:44: style: Function '_cmsContextGetClientChunk' argument 1 names different: declaration 'id' definition 'ContextID'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:460:48: note: Function '_cmsContextGetClientChunk' argument 1 names different: declaration 'id' definition 'ContextID'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsplugin.c:673:44: note: Function '_cmsContextGetClientChunk' argument 1 names different: declaration 'id' definition 'ContextID'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsps2.c:836:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsps2.c:867:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmssamp.c:288:12: style: The scope of the variable 'd' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmssm.c:443:9: style: The scope of the variable 'a' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmssm.c:443:12: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmssm.c:276:14: style: Variable 'tN' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:178:5: style: Variable 'ElementOffsets' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:175:0: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:178:5: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:227:5: style: Variable 'ElementOffsets' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:224:0: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:227:5: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:700:5: style: Variable 'mlu' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:697:0: note: Variable 'mlu' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:700:5: note: Variable 'mlu' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:3735:5: style: Variable 'sc' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:3732:0: note: Variable 'sc' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:3735:5: note: Variable 'sc' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:3819:5: style: Variable 'vc' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:3817:0: note: Variable 'vc' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:3819:5: note: Variable 'vc' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:4468:5: style: Variable 'ElementOffsets' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:4455:0: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:4468:5: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5343:47: style: Function '_cmsRegisterTagTypePlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:354:47: note: Function '_cmsRegisterTagTypePlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5343:47: note: Function '_cmsRegisterTagTypePlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5343:66: style: Function '_cmsRegisterTagTypePlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:354:73: note: Function '_cmsRegisterTagTypePlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5343:66: note: Function '_cmsRegisterTagTypePlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5348:59: style: Function '_cmsRegisterMultiProcessElementPlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:363:59: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5348:59: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5348:78: style: Function '_cmsRegisterMultiProcessElementPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:363:85: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5348:78: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5527:43: style: Function '_cmsRegisterTagPlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:357:43: note: Function '_cmsRegisterTagPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5527:43: note: Function '_cmsRegisterTagPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5527:62: style: Function '_cmsRegisterTagPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:357:69: note: Function '_cmsRegisterTagPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmstypes.c:5527:62: note: Function '_cmsRegisterTagPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsvirt.c:945:5: style: Variable 'hICC' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsvirt.c:940:0: note: Variable 'hICC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsvirt.c:945:5: note: Variable 'hICC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmswtpnt.c:279:69: style: Function '_cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:1053:71: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmswtpnt.c:279:69: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmswtpnt.c:279:101: style: Function '_cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:1053:106: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmswtpnt.c:279:101: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:248:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:249:21: style: The scope of the variable 'output' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:313:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:314:21: style: The scope of the variable 'output' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:350:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:351:21: style: The scope of the variable 'output' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:387:30: style: The scope of the variable 'accum' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:388:30: style: The scope of the variable 'output' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:448:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:449:21: style: The scope of the variable 'output' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:485:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:486:21: style: The scope of the variable 'output' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:540:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:541:21: style: The scope of the variable 'output' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:683:75: style: Function '_cmsRegisterTransformPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/liblcms2/src/lcms2_internal.h:369:75: note: Function '_cmsRegisterTransformPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:683:75: note: Function '_cmsRegisterTransformPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
openjpeg-2.3.0/thirdparty/liblcms2/src/cmsxform.c:1158:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/thirdparty/libpng/pngconf.h:483:0: error: #error "libpng requires 8-bit bytes" [preprocessorErrorDirective]
openjpeg-2.3.0/thirdparty/libtiff/tif_aux.c:135:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_dir.c:1126:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-2.3.0/thirdparty/libtiff/tif_dir.c:1131:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openjpeg-2.3.0/thirdparty/libtiff/tif_dirinfo.c:311:51: style: Function '_TIFFSetupFields' argument 2 names different: declaration 'infoarray' definition 'fieldarray'. [funcArgNamesDifferent]
openjpeg-2.3.0/thirdparty/libtiff/tif_dir.h:258:63: note: Function '_TIFFSetupFields' argument 2 names different: declaration 'infoarray' definition 'fieldarray'.
openjpeg-2.3.0/thirdparty/libtiff/tif_dirinfo.c:311:51: note: Function '_TIFFSetupFields' argument 2 names different: declaration 'infoarray' definition 'fieldarray'.
openjpeg-2.3.0/thirdparty/libtiff/tif_dirread.c:4297:4: style: Variable 'typewidth' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/libtiff/tif_dirread.c:4295:0: note: Variable 'typewidth' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/libtiff/tif_dirread.c:4297:4: note: Variable 'typewidth' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/libtiff/tif_dirread.c:4268:16: style: The scope of the variable 'dp' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_getimage.c:684:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/thirdparty/libtiff/tif_getimage.c:852:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/thirdparty/libtiff/tif_getimage.c:942:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/thirdparty/libtiff/tif_getimage.c:1075:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/thirdparty/libtiff/tif_open.c:286:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/thirdparty/libtiff/tif_predict.c:724:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openjpeg-2.3.0/thirdparty/libtiff/tif_predict.c:477:17: style: The scope of the variable 'r1' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_predict.c:477:21: style: The scope of the variable 'g1' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_predict.c:477:25: style: The scope of the variable 'b1' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_predict.c:488:17: style: The scope of the variable 'r1' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_predict.c:488:21: style: The scope of the variable 'g1' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_predict.c:488:25: style: The scope of the variable 'b1' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_predict.c:488:29: style: The scope of the variable 'a1' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_print.c:265:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjpeg-2.3.0/thirdparty/libtiff/tif_print.c:521:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjpeg-2.3.0/thirdparty/libtiff/tif_print.c:542:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjpeg-2.3.0/thirdparty/libtiff/tif_print.c:657:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openjpeg-2.3.0/thirdparty/libtiff/tif_read.c:215:13: style: Condition '!whole_strip' is always false [knownConditionTrueFalse]
openjpeg-2.3.0/thirdparty/libtiff/tif_read.c:212:23: note: Assignment 'whole_strip=1', assigned value is 1
openjpeg-2.3.0/thirdparty/libtiff/tif_read.c:215:13: note: Condition '!whole_strip' is always false
openjpeg-2.3.0/thirdparty/libtiff/tif_read.c:226:21: style: Condition 'whole_strip' is always true [knownConditionTrueFalse]
openjpeg-2.3.0/thirdparty/libtiff/tif_read.c:212:23: note: Assignment 'whole_strip=1', assigned value is 1
openjpeg-2.3.0/thirdparty/libtiff/tif_read.c:226:21: note: Condition 'whole_strip' is always true
openjpeg-2.3.0/thirdparty/libtiff/tif_read.c:241:18: style: Condition '!whole_strip' is always false [knownConditionTrueFalse]
openjpeg-2.3.0/thirdparty/libtiff/tif_read.c:212:23: note: Assignment 'whole_strip=1', assigned value is 1
openjpeg-2.3.0/thirdparty/libtiff/tif_read.c:241:18: note: Condition '!whole_strip' is always false
openjpeg-2.3.0/thirdparty/libtiff/tif_strip.c:290:29: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openjpeg-2.3.0/thirdparty/libtiff/tif_strip.c:282:30: note: outer condition: td->td_samplesperpixel==3
openjpeg-2.3.0/thirdparty/libtiff/tif_strip.c:290:29: note: opposite inner condition: td->td_samplesperpixel!=3
openjpeg-2.3.0/thirdparty/libtiff/tif_swab.c:143:31: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjpeg-2.3.0/thirdparty/libtiff/tif_swab.c:160:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjpeg-2.3.0/thirdparty/libtiff/tif_swab.c:172:31: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjpeg-2.3.0/thirdparty/libtiff/tif_swab.c:191:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openjpeg-2.3.0/thirdparty/libtiff/tif_swab.c:76:25: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_swab.c:92:16: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_swab.c:108:25: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_swab.c:125:25: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_swab.c:156:25: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libtiff/tif_swab.c:187:25: style: The scope of the variable 't' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/adler32.c:71:14: style: The scope of the variable 'n' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/deflate.c:470:9: style: The scope of the variable 'put' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/deflate.c:572:12: style: The scope of the variable 'str' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/deflate.c:1154:21: style: The scope of the variable 'match' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/deflate.c:1395:14: style: The scope of the variable 'more' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/deflate.c:1572:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/deflate.c:1632:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/deflate.c:1734:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/deflate.c:155:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
openjpeg-2.3.0/thirdparty/libz/gzlib.c:367:14: style: The scope of the variable 'n' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/gzlib.c:292:9: error: Memory leak: path [memleak]
openjpeg-2.3.0/thirdparty/libz/gzread.c:488:20: style: The scope of the variable 'n' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/gzread.c:490:20: style: The scope of the variable 'eol' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/gzwrite.c:18:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/gzwrite.c:138:14: style: The scope of the variable 'n' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/gzwrite.c:249:14: style: The scope of the variable 'have' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/inflate.c:1497:5: style: Variable 'state->sane' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/thirdparty/libz/inflate.c:1493:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/libz/inflate.c:1497:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
openjpeg-2.3.0/thirdparty/libz/inflate.c:385:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/inflate.c:1297:19: style: The scope of the variable 'dictid' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/inflate.c:1382:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/inflate.c:1445:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/inflate.c:1507:61: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openjpeg-2.3.0/thirdparty/libz/inflate.c:683:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openjpeg-2.3.0/thirdparty/libz/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/trees.c:712:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/trees.c:757:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/trees.c:1065:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/trees.c:1066:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/trees.c:1067:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/trees.c:1068:14: style: The scope of the variable 'code' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/trees.c:1069:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
openjpeg-2.3.0/thirdparty/libz/zutil.c:309:31: style: Same expression on both sides of '-'. [duplicateExpression]
openjpeg-2.3.0/thirdparty/libz/zutil.c:14:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
openjpeg-2.3.0/tools/travis-ci/detect-avx2.c:62:0: error: #error "not supported" [preprocessorErrorDirective]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:865:13: style: Variable 'POC' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:862:0: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:865:13: note: Variable 'POC' is reassigned a value before the old one has been used.
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:2040:9: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:2037:9: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:2040:9: note: Variable 'image' is reassigned a value before the old one has been used.
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:1339:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:1436:47: style: The scope of the variable 'pack_nb' can be reduced. [variableScope]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:1737:12: style: The scope of the variable 'max' can be reduced. [variableScope]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:1939:18: style: The scope of the variable 'jbBody' can be reduced. [variableScope]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:76:11: style: struct member 'dircnt::filename_buf' is never used. [unusedStructMember]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:78:12: style: struct member 'dircnt::filename' is never used. [unusedStructMember]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:1964:5: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEG.c:819:13: warning: The buffer 'progression' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEGDecoder.c:785:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'jint *'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEGDecoder.c:854:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'jshort *'. [invalidPrintfArgType_sint]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEGDecoder.c:187:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openjpeg-2.3.0/wrapping/java/openjp2/JavaOpenJPEGDecoder.c:188:21: style: The scope of the variable 'extension' can be reduced. [variableScope]
openjpeg-2.3.0/wrapping/java/openjp2/index.c:44:44: style: The scope of the variable 'pack_nb' can be reduced. [variableScope]
[13:00]

ftp://ftp.se.debian.org/debian/pool/main/o/openlayer/openlayer_2.1.orig.tar.gz
openlayer-2.1.orig/cbuild.c:2403:9: style: Condition '0==1' is always false [knownConditionTrueFalse]
openlayer-2.1.orig/cbuild.c:2570:13: style: Condition 'pass!=0' is always false [knownConditionTrueFalse]
openlayer-2.1.orig/cbuild.c:2398:15: note: Assignment 'pass=0', assigned value is 0
openlayer-2.1.orig/cbuild.c:2570:13: note: Condition 'pass!=0' is always false
openlayer-2.1.orig/cbuild.c:2683:12: style: Condition 'val!=0' is always true [knownConditionTrueFalse]
openlayer-2.1.orig/cbuild.c:2659:14: note: Assignment 'val=1', assigned value is 1
openlayer-2.1.orig/cbuild.c:2683:12: note: Condition 'val!=0' is always true
openlayer-2.1.orig/cbuild.c:1950:12: warning: Either the condition '!ext' is redundant or there is possible null pointer dereference: ext. [nullPointerRedundantCheck]
openlayer-2.1.orig/cbuild.c:1950:25: note: Assuming that condition '!ext' is not redundant
openlayer-2.1.orig/cbuild.c:1950:12: note: Null pointer dereference
openlayer-2.1.orig/cbuild.c:3539:38: warning: Either the condition '!lbl' is redundant or there is possible null pointer dereference: lbl. [nullPointerRedundantCheck]
openlayer-2.1.orig/cbuild.c:3535:7: note: Assuming that condition '!lbl' is not redundant
openlayer-2.1.orig/cbuild.c:3539:38: note: Null pointer dereference
openlayer-2.1.orig/cbuild.c:1745:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openlayer-2.1.orig/cbuild.c:1742:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
openlayer-2.1.orig/cbuild.c:1745:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
openlayer-2.1.orig/cbuild.c:2857:9: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
openlayer-2.1.orig/cbuild.c:3121:10: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
openlayer-2.1.orig/cbuild.c:3240:9: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
openlayer-2.1.orig/cbuild.c:3320:9: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
openlayer-2.1.orig/cbuild.c:3422:10: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
openlayer-2.1.orig/cbuild.c:4351:9: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
openlayer-2.1.orig/cbuild.c:1368:11: style: The scope of the variable 'direc' can be reduced. [variableScope]
openlayer-2.1.orig/cbuild.c:2280:16: style: Checking if unsigned variable 'do_level' is less than zero. [unsignedLessThanZero]
openlayer-2.1.orig/cbuild.c:4378:10: style: Checking if unsigned variable 'b' is less than zero. [unsignedLessThanZero]
openlayer-2.1.orig/cbuild.c:4208:5: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
openlayer-2.1.orig/cbuild.c:4220:4: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
openlayer-2.1.orig/demos/collisiondemo/main.cpp:150:23: style: Variable 'collisionzoom' is assigned a value that is never used. [unreadVariable]
openlayer-2.1.orig/demos/collisiondemo/main.cpp:42:2: warning: Member variable 'MotionPoly::mass' is not initialized in the constructor. [uninitMemberVar]
openlayer-2.1.orig/demos/gamedemo/Demo.cpp:458:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/demos/gamedemo/Demo.cpp:617:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/demos/gamedemo/Demo.cpp:667:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/demos/gamedemo/Demo.cpp:52:4: warning: Member variable 'Particle::radius' is not initialized in the constructor. [uninitMemberVar]
openlayer-2.1.orig/demos/gamedemo/Demo.cpp:110:9: style: Member variable 'Particle::color' is in the wrong place in the initializer list. [initializerList]
openlayer-2.1.orig/demos/gamedemo/Demo.cpp:53:64: note: Member variable 'Particle::color' is in the wrong place in the initializer list.
openlayer-2.1.orig/demos/gamedemo/Demo.cpp:110:9: note: Member variable 'Particle::color' is in the wrong place in the initializer list.
openlayer-2.1.orig/src/Bitmap.cpp:951:20: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openlayer-2.1.orig/src/Bitmap.cpp:950:29: note: outer condition: index==1
openlayer-2.1.orig/src/Bitmap.cpp:951:20: note: identical inner condition: index==1
openlayer-2.1.orig/src/Bitmap.cpp:693:31: style: Condition 'colorMixes>0' is always false [knownConditionTrueFalse]
openlayer-2.1.orig/src/Bitmap.cpp:680:33: note: Assignment 'colorMixes=0', assigned value is 0
openlayer-2.1.orig/src/Bitmap.cpp:693:31: note: Condition 'colorMixes>0' is always false
openlayer-2.1.orig/src/Bitmap.cpp:951:20: style: Condition 'index==1' is always true [knownConditionTrueFalse]
openlayer-2.1.orig/src/Bitmap.cpp:950:29: note: Assuming that condition 'index==1' is not redundant
openlayer-2.1.orig/src/Bitmap.cpp:951:20: note: Condition 'index==1' is always true
openlayer-2.1.orig/src/Bitmap.cpp:693:31: style: Same expression on both sides of '>' because the value of 'colorMixes' and '0' are the same. [duplicateExpression]
openlayer-2.1.orig/src/Bitmap.cpp:680:33: note: 'colorMixes' is assigned value '0' here.
openlayer-2.1.orig/src/Bitmap.cpp:693:31: note: Same expression on both sides of '>' because the value of 'colorMixes' and '0' are the same.
openlayer-2.1.orig/src/Canvas.cpp:45:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/Collisions.cpp:32:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/Collisions.cpp:110:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/Collisions.cpp:120:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/Collisions.cpp:125:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/Effects.cpp:35:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/FpsCounter.cpp:70:27: style: Same expression on both sides of '/' because the value of 'fps' and 'lastFps' are the same. [duplicateExpression]
openlayer-2.1.orig/src/FpsCounter.cpp:66:23: note: 'lastFps' is assigned value 'fps' here.
openlayer-2.1.orig/src/FpsCounter.cpp:70:27: note: Same expression on both sides of '/' because the value of 'fps' and 'lastFps' are the same.
openlayer-2.1.orig/src/Framebuffer.cpp:261:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openlayer-2.1.orig/src/Framebuffer.cpp:61:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/Framebuffer.cpp:351:115: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/GarbageCollector.cpp:64:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/GarbageCollector.cpp:82:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/GarbageCollector.cpp:102:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/GarbageCollector.cpp:112:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/GfxRend.cpp:840:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/GlDriver.cpp:139:19: style: Variable 'useTemp' is assigned a value that is never used. [unreadVariable]
openlayer-2.1.orig/src/GlDriver.cpp:158:33: style: Variable 'useExtendedDimensions' is assigned a value that is never used. [unreadVariable]
openlayer-2.1.orig/src/GlDriver.cpp:162:20: style: Variable 'bitmapBpp' is assigned a value that is never used. [unreadVariable]
openlayer-2.1.orig/src/GlDriver.cpp:340:23: style: Variable 'bytesPerLine' is assigned a value that is never used. [unreadVariable]
openlayer-2.1.orig/src/LineStrip.cpp:66:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/LineStrip.cpp:80:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/Polygon.cpp:57:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/Polygon.cpp:111:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:29:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:44:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:100:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:116:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:133:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:156:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:160:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:226:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:230:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:261:16: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:274:16: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:330:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:354:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:395:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:424:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:486:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:490:16: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:498:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/TexturedPoly.cpp:522:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openlayer-2.1.orig/src/loadpng.c:86:25: style: The scope of the variable 'screen_gamma' can be reduced. [variableScope]
openlayer-2.1.orig/src/loadpng.c:157:19: style: The scope of the variable 'i' can be reduced. [variableScope]
openlayer-2.1.orig/src/loadpng.c:83:13: style: Variable 'tmppal' is not assigned a value. [unassignedVariable]
openlayer-2.1.orig/src/loadpng.c:115:18: style: Variable 'tRNS_to_alpha' is assigned a value that is never used. [unreadVariable]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:626:27: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:624:25: note: outer condition: x<glyph->width
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:626:27: note: identical inner condition: x<glyph->width
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_face.c:544:17: style: Condition 'b_size' is always false [knownConditionTrueFalse]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_face.c:495:30: note: Assignment 'b_size=0', assigned value is 0
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_face.c:544:17: note: Condition 'b_size' is always false
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_index.c:55:14: style: The scope of the variable 'a' can be reduced. [variableScope]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_index.c:55:16: style: The scope of the variable 'b' can be reduced. [variableScope]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_index.c:118:9: style: The scope of the variable 'a' can be reduced. [variableScope]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_index.c:118:11: style: The scope of the variable 'b' can be reduced. [variableScope]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_index.c:118:13: style: The scope of the variable 'c' can be reduced. [variableScope]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_face.c:154:52: style: Function 'gk_face_number_of_characters' argument 1 names different: declaration 'f' definition 'face'. [funcArgNamesDifferent]
openlayer-2.1.orig/utils/glyphkeeper/include/glyph.h:398:69: note: Function 'gk_face_number_of_characters' argument 1 names different: declaration 'f' definition 'face'.
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_face.c:154:52: note: Function 'gk_face_number_of_characters' argument 1 names different: declaration 'f' definition 'face'.
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_utils.c:119:5: style: Variable 'ss' is modified but its new value is never used. [unreadVariable]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:395:21: style: Variable 'xstr2' is assigned a value that is never used. [unreadVariable]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:396:21: style: Variable 'ystr2' is assigned a value that is never used. [unreadVariable]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:543:0: error: Memory leak: glyph [memleak]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:626:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:627:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:628:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:629:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:630:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:631:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:632:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openlayer-2.1.orig/utils/glyphkeeper/src/glyph_workout.c:633:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[13:00]

ftp://ftp.se.debian.org/debian/pool/main/o/openlayers/openlayers_2.13.1+ds2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openldap/openldap_2.4.46+dfsg.orig.tar.gz
openldap-2.4.46+dfsg/clients/tools/common.c:2329:38: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openldap-2.4.46+dfsg/clients/tools/common.c:1427:7: style: Condition 'nsctrls' is always false [knownConditionTrueFalse]
openldap-2.4.46+dfsg/clients/tools/common.c:1394:17: note: Assignment 'nsctrls=0', assigned value is 0
openldap-2.4.46+dfsg/clients/tools/common.c:1427:7: note: Condition 'nsctrls' is always false
openldap-2.4.46+dfsg/clients/tools/common.c:711:6: warning: Possible null pointer dereference: control [nullPointer]
openldap-2.4.46+dfsg/clients/tools/common.c:679:15: note: Assignment 'control=NULL', assigned value is 0
openldap-2.4.46+dfsg/clients/tools/common.c:711:6: note: Null pointer dereference
openldap-2.4.46+dfsg/clients/tools/common.c:2092:23: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openldap-2.4.46+dfsg/clients/tools/common.c:1612:13: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/clients/tools/common.c:1393:14: style: Variable 'sctrl' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/clients/tools/common.c:1564:8: error: Uninitialized variable: ctrls [uninitvar]
openldap-2.4.46+dfsg/clients/tools/ldapdelete.c:90:6: style: The scope of the variable 'ival' can be reduced. [variableScope]
openldap-2.4.46+dfsg/clients/tools/ldapexop.c:188:5: style: Variable 'p[-1]' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/clients/tools/ldapexop.c:186:5: note: Variable 'p[-1]' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/clients/tools/ldapexop.c:188:5: note: Variable 'p[-1]' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/clients/tools/ldapmodify.c:1013:3: warning: Either the condition 'ppctrls' is redundant or there is possible null pointer dereference: ppctrls. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/clients/tools/ldapmodify.c:922:6: note: Assuming that condition 'ppctrls' is not redundant
openldap-2.4.46+dfsg/clients/tools/ldapmodify.c:1013:3: note: Null pointer dereference
openldap-2.4.46+dfsg/clients/tools/ldapmodify.c:1224:6: style: Function 'process_response' argument 3 names different: declaration 'res' definition 'op'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/clients/tools/ldapmodify.c:119:6: note: Function 'process_response' argument 3 names different: declaration 'res' definition 'op'.
openldap-2.4.46+dfsg/clients/tools/ldapmodify.c:1224:6: note: Function 'process_response' argument 3 names different: declaration 'res' definition 'op'.
openldap-2.4.46+dfsg/clients/tools/ldapsearch.c:1530:5: style: Variable 'msgidber' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/clients/tools/ldapsearch.c:1528:0: note: Variable 'msgidber' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/clients/tools/ldapsearch.c:1530:5: note: Variable 'msgidber' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/clients/tools/ldapsearch.c:266:8: style: The scope of the variable 'p' can be reduced. [variableScope]
openldap-2.4.46+dfsg/clients/tools/ldapsearch.c:390:8: style: The scope of the variable 'num' can be reduced. [variableScope]
openldap-2.4.46+dfsg/clients/tools/ldapurl.c:75:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openldap-2.4.46+dfsg/clients/tools/ldapurl.c:78:5: note: Found duplicate branches for 'if' and 'else'.
openldap-2.4.46+dfsg/clients/tools/ldapurl.c:75:10: note: Found duplicate branches for 'if' and 'else'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAddRequest.cpp:66:25: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAddRequest.cpp:63:54: style: Function 'followReferral' argument 1 names different: declaration 'refs' definition 'ref'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAddRequest.h:24:54: note: Function 'followReferral' argument 1 names different: declaration 'refs' definition 'ref'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAddRequest.cpp:63:54: note: Function 'followReferral' argument 1 names different: declaration 'refs' definition 'ref'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.h:310:9: warning: Member variable 'LDAPAsynConnection::cur_session' is not initialized in the constructor. [uninitMemberVarPrivate]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.h:310:9: warning: Member variable 'LDAPAsynConnection::m_constr' is not initialized in the constructor. [uninitMemberVarPrivate]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.h:310:9: warning: Member variable 'LDAPAsynConnection::m_cacheEnabled' is not initialized in the constructor. [uninitMemberVarPrivate]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAddRequest.cpp:35:5: style: Class 'LDAPAddRequest' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPControl.h:43:9: style: Class 'LDAPCtrl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPControlSet.h:44:9: style: Class 'LDAPControlSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldapc++/src/StringList.h:41:9: style: Class 'StringList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.h:29:9: style: Class 'LDAPUrl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrlList.h:39:9: style: Class 'LDAPUrlList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPException.h:42:9: style: Class 'LDAPException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPException.h:91:9: style: Class 'LDAPReferralException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessage.h:112:9: style: Class 'LDAPMsg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessageQueue.h:36:9: style: Class 'LDAPMessageQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.h:45:1: warning: The class 'LDAPAsynConnection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAddRequest.h:15:1: warning: The class 'LDAPAddRequest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAddRequest.h:23:35: style: The function 'sendRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:67:35: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAddRequest.h:23:35: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAddRequest.h:24:30: style: The function 'followReferral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:68:30: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAddRequest.h:24:30: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAddRequest.cpp:70:7: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:258:18: style: The scope of the variable 'req' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:320:25: style: The scope of the variable 'tmpConn' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:207:28: style: Function 'modify' argument 2 names different: declaration 'modlist' definition 'mod'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.h:206:36: note: Function 'modify' argument 2 names different: declaration 'modlist' definition 'mod'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:207:28: note: Function 'modify' argument 2 names different: declaration 'modlist' definition 'mod'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:324:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:29:21: warning: Member variable 'LDAPAsynConnection::m_cacheEnabled' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.h:40:9: warning: Member variable 'LDAPSearchRequest::m_scope' is not initialized in the constructor. [uninitMemberVarPrivate]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.h:40:9: warning: Member variable 'LDAPSearchRequest::m_attrsOnly' is not initialized in the constructor. [uninitMemberVarPrivate]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.h:27:35: style: The function 'sendRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:67:35: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.h:27:35: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.h:36:35: style: The function 'sendRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:67:35: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.h:36:35: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.h:50:35: style: The function 'sendRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:67:35: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.h:50:35: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.h:51:26: style: The function 'getNextMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:44:26: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.h:51:26: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.h:21:35: style: The function 'sendRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:67:35: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.h:21:35: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.h:22:30: style: The function 'followReferral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:68:30: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.h:22:30: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPDeleteRequest.h:20:35: style: The function 'sendRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:67:35: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPDeleteRequest.h:20:35: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPDeleteRequest.h:21:30: style: The function 'followReferral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:68:30: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPDeleteRequest.h:21:30: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.h:20:35: style: The function 'sendRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:67:35: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.h:20:35: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.h:21:30: style: The function 'followReferral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:68:30: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.h:21:30: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.h:22:35: style: The function 'sendRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:67:35: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.h:22:35: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.h:23:30: style: The function 'followReferral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:68:30: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.h:23:30: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.h:25:35: style: The function 'sendRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:67:35: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.h:25:35: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.h:26:30: style: The function 'followReferral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:68:30: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.h:26:30: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.h:28:35: style: The function 'sendRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:67:35: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.h:28:35: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.h:29:30: style: The function 'followReferral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:68:30: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.h:29:30: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.h:30:22: style: The function 'equals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:74:22: note: Virtual function in base class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.h:30:22: note: Function in derived class
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:102:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:117:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:137:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:157:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:171:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:186:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:200:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:214:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:233:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAsynConnection.cpp:248:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttrType.cpp:51:35: style: Function 'setSingle' argument 1 names different: declaration 'at_single_value' definition 'at_single'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttrType.h:92:21: note: Function 'setSingle' argument 1 names different: declaration 'at_single_value' definition 'at_single'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttrType.cpp:51:35: note: Function 'setSingle' argument 1 names different: declaration 'at_single_value' definition 'at_single'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttrType.cpp:15:5: performance: Variable 'oid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttribute.cpp:135:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttribute.cpp:177:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttribute.cpp:194:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttribute.cpp:27:5: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttribute.cpp:34:2: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttribute.cpp:35:5: performance: Variable 'm_values' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttribute.cpp:53:5: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttribute.cpp:54:5: performance: Variable 'm_values' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttribute.h:21:1: warning: The class 'LDAPAttribute' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttributeList.cpp:54:22: style: The scope of the variable 'values' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttributeList.cpp:165:33: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttributeList.cpp:97:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttributeList.cpp:119:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttributeList.cpp:127:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttributeList.cpp:148:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttributeList.cpp:175:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttributeList.cpp:184:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttributeList.cpp:32:5: performance: Variable 'm_attrs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttributeList.h:22:1: warning: The class 'LDAPAttributeList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPAttributeList.cpp:114:23: performance: Use const reference for 'attrType' to avoid unnecessary data copying. [redundantCopyLocalConst]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.cpp:137:6: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.cpp:24:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.cpp:25:5: performance: Variable 'm_cred' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.cpp:26:5: performance: Variable 'm_mech' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.cpp:35:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.cpp:36:5: performance: Variable 'm_cred' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.cpp:37:5: performance: Variable 'm_mech' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/SaslInteraction.h:15:9: style: Class 'SaslInteraction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPBindRequest.h:14:1: warning: The class 'LDAPBindRequest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.cpp:67:25: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.cpp:64:58: style: Function 'followReferral' argument 1 names different: declaration 'urls' definition 'ref'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.h:22:54: note: Function 'followReferral' argument 1 names different: declaration 'urls' definition 'ref'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.cpp:64:58: note: Function 'followReferral' argument 1 names different: declaration 'urls' definition 'ref'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.cpp:21:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.cpp:22:5: performance: Variable 'm_attr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.cpp:35:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.cpp:36:5: performance: Variable 'm_attr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.h:14:1: warning: The class 'LDAPCompareRequest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPCompareRequest.cpp:71:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:39:15: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:73:15: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:108:15: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:148:15: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:183:15: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:218:15: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:256:15: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:337:15: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:40:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:74:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:109:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:149:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:184:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:219:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:257:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:297:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConnection.cpp:338:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConstraints.cpp:87:39: style: Function 'setHopLimit' argument 1 names different: declaration 'hop' definition 'limit'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConstraints.h:47:30: note: Function 'setHopLimit' argument 1 names different: declaration 'hop' definition 'limit'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConstraints.cpp:87:39: note: Function 'setHopLimit' argument 1 names different: declaration 'hop' definition 'limit'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConstraints.cpp:16:18: warning: Member variable 'LDAPConstraints::m_deref' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPConstraints.h:27:1: warning: The class 'LDAPConstraints' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPControl.cpp:18:5: performance: Variable 'm_oid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPControl.cpp:33:5: performance: Variable 'm_oid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPControl.cpp:35:5: performance: Variable 'm_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPControl.cpp:41:5: performance: Variable 'm_oid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPControlSet.cpp:68:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPControlSet.cpp:17:5: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPControlSet.h:19:1: warning: The class 'LDAPControlSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPDeleteRequest.cpp:61:24: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPDeleteRequest.cpp:22:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPDeleteRequest.cpp:33:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPDeleteRequest.h:13:1: warning: The class 'LDAPDeleteRequest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPDeleteRequest.cpp:65:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPEntry.cpp:47:23: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPEntry.cpp:18:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPEntryList.cpp:14:51: style: Function 'LDAPEntryList' argument 1 names different: declaration 'el' definition 'e'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPEntryList.h:30:44: note: Function 'LDAPEntryList' argument 1 names different: declaration 'el' definition 'e'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPEntryList.cpp:14:51: note: Function 'LDAPEntryList' argument 1 names different: declaration 'el' definition 'e'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPEntryList.cpp:15:5: performance: Variable 'm_entries' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPEntryList.h:21:1: warning: The class 'LDAPEntryList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPException.cpp:20:2: performance: Variable 'm_res_string' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.cpp:70:25: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.cpp:67:54: style: Function 'followReferral' argument 1 names different: declaration 'urls' definition 'ref'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.h:21:54: note: Function 'followReferral' argument 1 names different: declaration 'urls' definition 'ref'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.cpp:67:54: note: Function 'followReferral' argument 1 names different: declaration 'urls' definition 'ref'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.cpp:22:5: performance: Variable 'm_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.cpp:23:5: performance: Variable 'm_oid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.cpp:33:5: performance: Variable 'm_oid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.cpp:34:5: performance: Variable 'm_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.h:12:1: warning: The class 'LDAPExtRequest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPExtRequest.cpp:74:7: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessage.cpp:21:10: warning: Member variable 'LDAPMsg::msgID' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessage.h:86:13: style: Technically the member function 'LDAPMsg::getMessageType' can be const. [functionConst]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessage.cpp:55:14: note: Technically the member function 'LDAPMsg::getMessageType' can be const.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessage.h:86:13: note: Technically the member function 'LDAPMsg::getMessageType' can be const.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessage.h:92:13: style: Technically the member function 'LDAPMsg::getMsgID' can be const. [functionConst]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessage.cpp:60:14: note: Technically the member function 'LDAPMsg::getMsgID' can be const.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessage.h:92:13: note: Technically the member function 'LDAPMsg::getMsgID' can be const.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessageQueue.cpp:80:23: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessageQueue.cpp:116:31: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessageQueue.cpp:24:49: style: Function 'LDAPMessageQueue' argument 1 names different: declaration 'conn' definition 'req'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessageQueue.h:36:39: note: Function 'LDAPMessageQueue' argument 1 names different: declaration 'conn' definition 'req'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessageQueue.cpp:24:49: note: Function 'LDAPMessageQueue' argument 1 names different: declaration 'conn' definition 'req'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessageQueue.cpp:33:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessageQueue.cpp:52:6: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPMessageQueue.cpp:158:10: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.cpp:74:25: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.cpp:71:56: style: Function 'followReferral' argument 1 names different: declaration 'urls' definition 'ref'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.h:23:55: note: Function 'followReferral' argument 1 names different: declaration 'urls' definition 'ref'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.cpp:71:56: note: Function 'followReferral' argument 1 names different: declaration 'urls' definition 'ref'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.cpp:22:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.cpp:23:5: performance: Variable 'm_newRDN' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.cpp:24:5: performance: Variable 'm_newParentDN' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.cpp:40:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.cpp:41:5: performance: Variable 'm_newRDN' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.cpp:42:5: performance: Variable 'm_newParentDN' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.h:12:1: warning: The class 'LDAPModDNRequest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModDNRequest.cpp:78:7: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModList.cpp:36:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModList.cpp:21:5: performance: Variable 'm_modList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModList.h:18:1: warning: The class 'LDAPModList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModification.cpp:17:5: performance: Variable 'm_attr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.cpp:67:25: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.cpp:18:63: style: Function 'LDAPModifyRequest' argument 1 names different: declaration 'mod' definition 'req'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.h:20:52: note: Function 'LDAPModifyRequest' argument 1 names different: declaration 'mod' definition 'req'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.cpp:18:63: note: Function 'LDAPModifyRequest' argument 1 names different: declaration 'mod' definition 'req'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.cpp:29:28: style: Function 'LDAPModifyRequest' argument 6 names different: declaration 'req' definition 'parent'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.h:23:59: note: Function 'LDAPModifyRequest' argument 6 names different: declaration 'req' definition 'parent'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.cpp:29:28: note: Function 'LDAPModifyRequest' argument 6 names different: declaration 'req' definition 'parent'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.cpp:64:57: style: Function 'followReferral' argument 1 names different: declaration 'refs' definition 'ref'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.h:26:54: note: Function 'followReferral' argument 1 names different: declaration 'refs' definition 'ref'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.cpp:64:57: note: Function 'followReferral' argument 1 names different: declaration 'refs' definition 'ref'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.cpp:35:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.cpp:36:5: style: Class 'LDAPModifyRequest' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.h:14:1: warning: The class 'LDAPModifyRequest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPModifyRequest.cpp:71:7: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPObjClass.cpp:11:15: warning: Member variable 'LDAPObjClass::kind' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPObjClass.cpp:15:5: performance: Variable 'oid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPObjClass.cpp:27:5: performance: Variable 'oid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPObjClass.cpp:28:5: performance: Variable 'desc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPObjClass.cpp:29:5: performance: Variable 'names' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPObjClass.cpp:30:5: performance: Variable 'must' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPObjClass.cpp:31:5: performance: Variable 'may' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPObjClass.cpp:33:5: performance: Variable 'sup' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPObjClass.h:20:1: warning: The class 'LDAPObjClass' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRebindAuth.cpp:18:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRebindAuth.cpp:19:5: performance: Variable 'm_password' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRebindAuth.cpp:24:5: performance: Variable 'm_dn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRebindAuth.cpp:25:5: performance: Variable 'm_password' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRebindAuth.h:21:1: warning: The class 'LDAPRebindAuth' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPReferenceList.cpp:14:63: style: Function 'LDAPReferenceList' argument 1 names different: declaration 'rl' definition 'e'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPReferenceList.h:34:52: note: Function 'LDAPReferenceList' argument 1 names different: declaration 'rl' definition 'e'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPReferenceList.cpp:14:63: note: Function 'LDAPReferenceList' argument 1 names different: declaration 'rl' definition 'e'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPReferenceList.cpp:15:5: performance: Variable 'm_refs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPReferenceList.h:20:1: warning: The class 'LDAPReferenceList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:27:46: style: Function 'LDAPRequest' argument 1 names different: declaration 'conn' definition 'con'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:37:41: note: Function 'LDAPRequest' argument 1 names different: declaration 'conn' definition 'con'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:27:46: note: Function 'LDAPRequest' argument 1 names different: declaration 'conn' definition 'con'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:17:14: warning: Member variable 'LDAPRequest::m_requestType' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:27:14: warning: Member variable 'LDAPRequest::m_requestType' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:27:14: warning: Member variable 'LDAPRequest::m_msgID' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:13:14: warning: Member variable 'LDAPRequest::m_isReferral' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:13:14: warning: Member variable 'LDAPRequest::m_requestType' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:13:14: warning: Member variable 'LDAPRequest::m_cons' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:13:14: warning: Member variable 'LDAPRequest::m_connection' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:13:14: warning: Member variable 'LDAPRequest::m_parent' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:13:14: warning: Member variable 'LDAPRequest::m_hopCount' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:13:14: warning: Member variable 'LDAPRequest::m_msgID' is not initialized in the constructor. [uninitMemberVar]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.cpp:34:9: style: Class 'LDAPRequest' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPRequest.h:25:1: warning: The class 'LDAPRequest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:27:54: style: Function 'setObjectClasses' argument 1 names different: declaration 'oc' definition 'ocs'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.h:50:43: note: Function 'setObjectClasses' argument 1 names different: declaration 'oc' definition 'ocs'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:27:54: note: Function 'setObjectClasses' argument 1 names different: declaration 'oc' definition 'ocs'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:47:55: style: Function 'setAttributeTypes' argument 1 names different: declaration 'at' definition 'ats'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.h:59:44: note: Function 'setAttributeTypes' argument 1 names different: declaration 'at' definition 'ats'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:47:55: note: Function 'setAttributeTypes' argument 1 names different: declaration 'at' definition 'ats'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:32:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:36:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:39:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:52:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:56:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:59:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:70:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:79:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:67:55: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSchema.cpp:76:57: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.cpp:97:17: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.cpp:99:17: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.cpp:127:35: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.cpp:23:5: performance: Variable 'm_base' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.cpp:25:5: performance: Variable 'm_filter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.cpp:26:5: performance: Variable 'm_attrs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.cpp:45:5: performance: Variable 'm_base' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchRequest.h:17:1: warning: The class 'LDAPSearchRequest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchResult.cpp:20:5: style: Class 'LDAPSearchResult' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchResult.h:20:1: warning: The class 'LDAPSearchResult' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchResults.cpp:30:42: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchResults.cpp:33:44: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchResults.cpp:38:29: style: C-style pointer casting [cstyleCast]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchResults.cpp:50:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchResults.cpp:55:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPSearchResults.cpp:25:14: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.cpp:295:66: style: Function 'percentDecode' argument 2 names different: declaration 'dest' definition 'out'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.h:134:66: note: Function 'percentDecode' argument 2 names different: declaration 'dest' definition 'out'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.cpp:295:66: note: Function 'percentDecode' argument 2 names different: declaration 'dest' definition 'out'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.cpp:369:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.cpp:403:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.cpp:427:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.cpp:27:5: performance: Variable 'm_urlString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.cpp:28:5: performance: Variable 'm_Filter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.cpp:29:5: performance: Variable 'm_Scheme' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.h:134:14: performance: Technically the member function 'LDAPUrl::percentDecode' can be static. [functionStatic]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.cpp:295:15: note: Technically the member function 'LDAPUrl::percentDecode' can be static.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrl.h:134:14: note: Technically the member function 'LDAPUrl::percentDecode' can be static.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrlList.cpp:24:33: style: Function 'LDAPUrlList' argument 1 names different: declaration 'urls' definition 'url'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrlList.h:39:28: note: Function 'LDAPUrlList' argument 1 names different: declaration 'urls' definition 'url'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrlList.cpp:24:33: note: Function 'LDAPUrlList' argument 1 names different: declaration 'urls' definition 'url'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrlList.cpp:15:5: performance: Variable 'm_urls' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrlList.cpp:20:5: performance: Variable 'm_urls' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LDAPUrlList.h:16:1: warning: The class 'LDAPUrlList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifReader.cpp:221:42: style: Function 'getLdifLine' argument 1 names different: declaration 'line' definition 'ldifline'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifReader.h:40:38: note: Function 'getLdifLine' argument 1 names different: declaration 'line' definition 'ldifline'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifReader.cpp:221:42: note: Function 'getLdifLine' argument 1 names different: declaration 'line' definition 'ldifline'.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifReader.cpp:189:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifReader.cpp:192:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifReader.h:46:21: style: Unused private function: 'LdifReader::readIncludeLine' [unusedPrivateFunction]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifReader.h:46:21: performance: Technically the member function 'LdifReader::readIncludeLine' can be static. [functionStatic]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifReader.cpp:328:25: note: Technically the member function 'LdifReader::readIncludeLine' can be static.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifReader.h:46:21: note: Technically the member function 'LdifReader::readIncludeLine' can be static.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifReader.h:18:9: style: Class 'LdifReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifWriter.cpp:94:10: style: The scope of the variable 'first' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifWriter.cpp:48:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifWriter.cpp:52:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifWriter.h:22:14: performance: Technically the member function 'LdifWriter::breakline' can be static. [functionStatic]
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifWriter.cpp:90:18: note: Technically the member function 'LdifWriter::breakline' can be static.
openldap-2.4.46+dfsg/contrib/ldapc++/src/LdifWriter.h:22:14: note: Technically the member function 'LdifWriter::breakline' can be static.
openldap-2.4.46+dfsg/contrib/ldapc++/src/SaslInteractionHandler.cpp:45:17: style: Variable 'noecho' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/ldapc++/src/SaslInteractionHandler.cpp:44:17: note: Variable 'noecho' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/ldapc++/src/SaslInteractionHandler.cpp:45:17: note: Variable 'noecho' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/ldapc++/src/SaslInteractionHandler.cpp:30:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/SaslInteractionHandler.cpp:98:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/StringList.cpp:41:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/StringList.cpp:18:5: performance: Variable 'm_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openldap-2.4.46+dfsg/contrib/ldapc++/src/StringList.h:15:1: warning: The class 'StringList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openldap-2.4.46+dfsg/contrib/ldapc++/src/TlsOptions.h:155:9: style: Class 'TlsOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:140:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:197:21: style: The scope of the variable 'bvals' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:312:19: style: The scope of the variable 'entryMessage' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:460:12: style: The scope of the variable 'ldap_authInt' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:1135:11: style: The scope of the variable 'listObj' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:1136:7: style: The scope of the variable 'p' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:1136:16: style: The scope of the variable 'code' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:1366:8: style: The scope of the variable 'subOption' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:127:11: style: Unused variable: lderrno [unusedVariable]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:141:11: style: Unused variable: cmdObj [unusedVariable]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:199:14: style: Unused variable: lderrno [unusedVariable]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:1195:11: style: Unused variable: stringObj [unusedVariable]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:1363:0: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:1365:6: style: Unused variable: value [unusedVariable]
openldap-2.4.46+dfsg/contrib/ldaptcl/neoXldap.c:1367:8: style: Unused variable: subValue [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/addpartial/addpartial-overlay.c:51:5: style: Variable 'toAdd' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/addpartial/addpartial-overlay.c:46:0: note: Variable 'toAdd' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/addpartial/addpartial-overlay.c:51:5: note: Variable 'toAdd' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/addpartial/addpartial-overlay.c:218:17: style: Variable 'at' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/addpartial/addpartial-overlay.c:217:17: note: Variable 'at' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/addpartial/addpartial-overlay.c:218:17: note: Variable 'at' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/autogroup/autogroup.c:866:2: style: Variable 'sc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/autogroup/autogroup.c:860:0: note: Variable 'sc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/autogroup/autogroup.c:866:2: note: Variable 'sc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/autogroup/autogroup.c:869:2: style: Variable 'aa' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/autogroup/autogroup.c:861:0: note: Variable 'aa' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/autogroup/autogroup.c:869:2: note: Variable 'aa' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:44:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:43:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:44:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:48:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:47:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:48:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:123:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:122:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:123:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:220:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:219:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:220:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:266:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:265:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:266:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:270:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:269:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:270:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:348:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:347:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:348:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:464:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:463:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:464:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1781:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1780:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1781:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:36:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:258:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:520:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:814:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1050:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1547:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1648:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1706:25: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1773:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:87:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:88:0: style: Variable 'totalElmtsLen2' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:89:9: style: Unused variable: elmtLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:90:9: style: Unused variable: tagId2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:175:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:176:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:176:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:318:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:419:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:420:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:420:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:728:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:870:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:871:0: style: Variable 'totalElmtsLen2' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:874:0: style: Variable 'totalElmtsLen3' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:875:9: style: Unused variable: elmtLen3 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:876:9: style: Unused variable: tagId3 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:967:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:968:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:968:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1433:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1840:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1841:0: style: Variable 'totalElmtsLen2' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1842:9: style: Unused variable: elmtLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1843:9: style: Unused variable: tagId2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1962:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1963:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c:1963:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:102:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:101:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:102:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:106:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:105:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:106:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:190:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:189:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:190:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:532:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:531:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:532:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:804:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:803:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:804:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:808:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:807:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:808:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:881:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:880:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:881:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1019:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1018:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1019:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1246:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1245:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1246:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2362:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2361:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2362:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2996:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2995:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2996:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:94:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:320:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:524:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:796:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1011:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1238:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1459:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1573:30: style: The scope of the variable 'tmpVar' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1626:25: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1693:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1816:42: style: The scope of the variable 'tmpVar' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1873:25: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1940:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2054:46: style: The scope of the variable 'tmpVar' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2111:25: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2181:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2296:25: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2354:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2988:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:281:6: warning: Redundant assignment of 'rc' to itself. [selfAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:972:6: warning: Redundant assignment of 'rc' to itself. [selfAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:149:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:237:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:238:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:238:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:459:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:589:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:692:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:693:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:693:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:851:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:928:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:929:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:929:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1065:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1066:0: style: Variable 'totalElmtsLen2' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1067:9: style: Unused variable: elmtLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1068:9: style: Unused variable: tagId2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1156:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1157:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1157:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1294:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1377:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1378:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:1378:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2296:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2500:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2501:0: style: Variable 'totalElmtsLen2' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2758:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2759:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:2759:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:3055:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:3153:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:3154:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/certificate.c:3154:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:138:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:232:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:325:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:484:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:611:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:680:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:806:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:926:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:981:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1130:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1305:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1350:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1395:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1506:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1620:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1692:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1734:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:72:15: warning: Either the condition '!in' is redundant or there is possible null pointer dereference: in. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:73:7: note: Assuming that condition '!in' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:72:15: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:563:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:568:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:563:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:564:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:568:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:564:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:566:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:568:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:566:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:567:8: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:568:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:567:8: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:621:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:625:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:621:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:623:9: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:625:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:623:9: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:624:8: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:625:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:624:8: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:647:12: warning: Either the condition '!in' is redundant or there is possible null pointer dereference: in. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:648:7: note: Assuming that condition '!in' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:647:12: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:690:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:694:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:690:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:692:9: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:694:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:692:9: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:693:8: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:694:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:693:8: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:878:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:882:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:878:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:880:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:882:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:880:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:881:8: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:882:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:881:8: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:936:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:940:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:936:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:938:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:940:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:938:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:939:8: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:940:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:939:8: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:990:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:994:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:990:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:992:9: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:994:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:992:9: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:993:8: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:994:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:993:8: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1083:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1087:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1083:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1085:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1087:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1085:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1086:8: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1087:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1086:8: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1139:2: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1143:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1139:2: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1141:9: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1143:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1141:9: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1142:8: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1143:6: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1142:8: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1842:3: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1844:7: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1842:3: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1843:9: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1844:7: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1843:9: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1882:3: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1884:7: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1882:3: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1883:9: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1884:7: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1883:9: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1919:3: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1921:7: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1919:3: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1920:9: warning: Either the condition 'if(k)' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1921:7: note: Assuming that condition 'if(k)' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1920:9: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:2106:13: warning: Either the condition '!ad_type' is redundant or there is possible null pointer dereference: ad_type. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:2109:7: note: Assuming that condition '!ad_type' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:2106:13: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:2154:16: warning: Either the condition 'oid' is redundant or there is possible null pointer dereference: oid. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:2140:7: note: Assuming that condition 'oid' is not redundant
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:2154:16: note: Null pointer dereference
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:41:23: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:88:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:125:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:178:34: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:219:34: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:272:35: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:312:35: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:364:38: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:397:23: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:434:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:471:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:508:23: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:546:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:598:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:667:34: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:716:23: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:756:28: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:793:28: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:825:23: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:862:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:913:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:968:38: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1026:23: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1067:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1117:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1165:23: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1244:28: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1292:28: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1337:40: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1382:38: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1420:23: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1457:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1493:29: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1529:23: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1571:36: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1607:36: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1679:40: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1721:38: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1824:28: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1866:28: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1905:28: style: The scope of the variable 'k2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:2315:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:2349:15: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:37:57: style: Function 'MatchingComponentBits' argument 2 names different: declaration 'bits1' definition 'csi_attr'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:66:60: note: Function 'MatchingComponentBits' argument 2 names different: declaration 'bits1' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:37:57: note: Function 'MatchingComponentBits' argument 2 names different: declaration 'bits1' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:38:25: style: Function 'MatchingComponentBits' argument 3 names different: declaration 'bits2' definition 'csi_assert'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:66:89: note: Function 'MatchingComponentBits' argument 3 names different: declaration 'bits2' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:38:25: note: Function 'MatchingComponentBits' argument 3 names different: declaration 'bits2' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:68:47: style: Function 'GEncComponentBits' argument 2 names different: declaration 'bits' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:63:50: note: Function 'GEncComponentBits' argument 2 names different: declaration 'bits' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:68:47: note: Function 'GEncComponentBits' argument 2 names different: declaration 'bits' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:83:52: style: Function 'GDecComponentBits' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:64:55: note: Function 'GDecComponentBits' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:83:52: note: Function 'GDecComponentBits' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:119:78: style: Function 'BDecComponentBits' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:65:81: note: Function 'BDecComponentBits' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:119:78: note: Function 'BDecComponentBits' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:159:57: style: Function 'GEncComponentBMPString' argument 2 names different: declaration 'bmp' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:80:60: note: Function 'GEncComponentBMPString' argument 2 names different: declaration 'bmp' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:159:57: note: Function 'GEncComponentBMPString' argument 2 names different: declaration 'bmp' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:173:57: style: Function 'GDecComponentBMPString' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:81:60: note: Function 'GDecComponentBMPString' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:173:57: note: Function 'GDecComponentBMPString' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:213:83: style: Function 'BDecComponentBMPString' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:82:86: note: Function 'BDecComponentBMPString' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:213:83: note: Function 'BDecComponentBMPString' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:254:59: style: Function 'GEncComponentUTF8String' argument 2 names different: declaration 'utf_str' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:355:63: note: Function 'GEncComponentUTF8String' argument 2 names different: declaration 'utf_str' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:254:59: note: Function 'GEncComponentUTF8String' argument 2 names different: declaration 'utf_str' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:267:58: style: Function 'GDecComponentUTF8String' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:356:61: note: Function 'GDecComponentUTF8String' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:267:58: note: Function 'GDecComponentUTF8String' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:307:11: style: Function 'BDecComponentUTF8String' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:357:87: note: Function 'BDecComponentUTF8String' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:307:11: note: Function 'BDecComponentUTF8String' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:345:65: style: Function 'GEncComponentTeletexString' argument 2 names different: declaration 'tel_str' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:317:69: note: Function 'GEncComponentTeletexString' argument 2 names different: declaration 'tel_str' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:345:65: note: Function 'GEncComponentTeletexString' argument 2 names different: declaration 'tel_str' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:359:62: style: Function 'GDecComponentTeletexString' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:318:65: note: Function 'GDecComponentTeletexString' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:359:62: note: Function 'GDecComponentTeletexString' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:394:55: style: Function 'MatchingComponentBool' argument 2 names different: declaration 'a' definition 'csi_attr'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:101:60: note: Function 'MatchingComponentBool' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:394:55: note: Function 'MatchingComponentBool' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:395:46: style: Function 'MatchingComponentBool' argument 3 names different: declaration 'b' definition 'csi_assert'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:101:84: note: Function 'MatchingComponentBool' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:395:46: note: Function 'MatchingComponentBool' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:416:47: style: Function 'GEncComponentBool' argument 2 names different: declaration 'bool' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:98:51: note: Function 'GEncComponentBool' argument 2 names different: declaration 'bool' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:416:47: note: Function 'GEncComponentBool' argument 2 names different: declaration 'bool' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:430:52: style: Function 'GDecComponentBool' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:99:56: note: Function 'GDecComponentBool' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:430:52: note: Function 'GDecComponentBool' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:466:78: style: Function 'BDecComponentBool' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:100:82: note: Function 'BDecComponentBool' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:466:78: note: Function 'BDecComponentBool' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:504:57: style: Function 'MatchingComponentEnum' argument 2 names different: declaration 'a' definition 'csi_attr'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:120:60: note: Function 'MatchingComponentEnum' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:504:57: note: Function 'MatchingComponentEnum' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:505:25: style: Function 'MatchingComponentEnum' argument 3 names different: declaration 'b' definition 'csi_assert'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:120:85: note: Function 'MatchingComponentEnum' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:505:25: note: Function 'MatchingComponentEnum' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:527:47: style: Function 'GEncComponentEnum' argument 2 names different: declaration 'comp_enum' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:117:50: note: Function 'GEncComponentEnum' argument 2 names different: declaration 'comp_enum' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:527:47: note: Function 'GEncComponentEnum' argument 2 names different: declaration 'comp_enum' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:541:43: style: Function 'GDecComponentEnum' argument 2 names different: declaration 'a' definition 'b'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:118:47: note: Function 'GDecComponentEnum' argument 2 names different: declaration 'a' definition 'b'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:541:43: note: Function 'GDecComponentEnum' argument 2 names different: declaration 'a' definition 'b'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:541:52: style: Function 'GDecComponentEnum' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:118:56: note: Function 'GDecComponentEnum' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:541:52: note: Function 'GDecComponentEnum' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:592:78: style: Function 'BDecComponentEnum' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:119:82: note: Function 'BDecComponentEnum' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:592:78: note: Function 'BDecComponentEnum' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:661:83: style: Function 'BDecComponentIA5String' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:139:87: note: Function 'BDecComponentIA5String' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:661:83: note: Function 'BDecComponentIA5String' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:713:54: style: Function 'MatchingComponentInt' argument 2 names different: declaration 'a' definition 'csi_attr'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:160:59: note: Function 'MatchingComponentInt' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:713:54: note: Function 'MatchingComponentInt' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:714:46: style: Function 'MatchingComponentInt' argument 3 names different: declaration 'b' definition 'csi_assert'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:160:83: note: Function 'MatchingComponentInt' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:714:46: note: Function 'MatchingComponentInt' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:737:45: style: Function 'GEncComponentInt' argument 2 names different: declaration 'comp_int' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:157:48: note: Function 'GEncComponentInt' argument 2 names different: declaration 'comp_int' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:737:45: note: Function 'GEncComponentInt' argument 2 names different: declaration 'comp_int' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:751:51: style: Function 'GDecComponentInt' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:158:55: note: Function 'GDecComponentInt' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:751:51: note: Function 'GDecComponentInt' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:787:77: style: Function 'BDecComponentInt' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:159:81: note: Function 'BDecComponentInt' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:787:77: note: Function 'BDecComponentInt' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:822:57: style: Function 'MatchingComponentNull' argument 2 names different: declaration 'a' definition 'csi_attr'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:190:60: note: Function 'MatchingComponentNull' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:822:57: note: Function 'MatchingComponentNull' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:823:25: style: Function 'MatchingComponentNull' argument 3 names different: declaration 'b' definition 'csi_assert'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:190:84: note: Function 'MatchingComponentNull' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:823:25: note: Function 'MatchingComponentNull' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:843:47: style: Function 'GEncComponentNull' argument 2 names different: declaration 'comp_null' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:186:50: note: Function 'GEncComponentNull' argument 2 names different: declaration 'comp_null' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:843:47: note: Function 'GEncComponentNull' argument 2 names different: declaration 'comp_null' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:857:52: style: Function 'GDecComponentNull' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:187:56: note: Function 'GDecComponentNull' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:857:52: note: Function 'GDecComponentNull' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:907:78: style: Function 'BDecComponentNull' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:188:82: note: Function 'BDecComponentNull' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:907:78: note: Function 'BDecComponentNull' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:963:87: style: Function 'BDecComponentNumericString' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:207:91: note: Function 'BDecComponentNumericString' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:963:87: note: Function 'BDecComponentNumericString' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1014:36: style: Function 'FreeComponentOcts' argument 1 names different: declaration 'octs' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:230:40: note: Function 'FreeComponentOcts' argument 1 names different: declaration 'octs' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1014:36: note: Function 'FreeComponentOcts' argument 1 names different: declaration 'octs' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1022:57: style: Function 'MatchingComponentOcts' argument 2 names different: declaration 'a' definition 'csi_attr'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:228:60: note: Function 'MatchingComponentOcts' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1022:57: note: Function 'MatchingComponentOcts' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1023:25: style: Function 'MatchingComponentOcts' argument 3 names different: declaration 'b' definition 'csi_assert'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:228:84: note: Function 'MatchingComponentOcts' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1023:25: note: Function 'MatchingComponentOcts' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1048:47: style: Function 'GEncComponentOcts' argument 2 names different: declaration 'octs' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:224:50: note: Function 'GEncComponentOcts' argument 2 names different: declaration 'octs' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1048:47: note: Function 'GEncComponentOcts' argument 2 names different: declaration 'octs' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1062:52: style: Function 'GDecComponentOcts' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:225:55: note: Function 'GDecComponentOcts' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1062:52: note: Function 'GDecComponentOcts' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1111:78: style: Function 'BDecComponentOcts' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:227:81: note: Function 'BDecComponentOcts' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1111:78: note: Function 'BDecComponentOcts' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1161:56: style: Function 'MatchingComponentOid' argument 2 names different: declaration 'a' definition 'csi_attr'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:247:59: note: Function 'MatchingComponentOid' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1161:56: note: Function 'MatchingComponentOid' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1162:25: style: Function 'MatchingComponentOid' argument 3 names different: declaration 'b' definition 'csi_assert'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:247:83: note: Function 'MatchingComponentOid' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1162:25: note: Function 'MatchingComponentOid' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1186:45: style: Function 'GEncComponentOid' argument 2 names different: declaration 'oid' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:244:48: note: Function 'GEncComponentOid' argument 2 names different: declaration 'oid' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1186:45: note: Function 'GEncComponentOid' argument 2 names different: declaration 'oid' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1239:51: style: Function 'GDecComponentOid' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:245:54: note: Function 'GDecComponentOid' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1239:51: note: Function 'GDecComponentOid' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1286:77: style: Function 'BDecComponentOid' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:246:80: note: Function 'BDecComponentOid' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1286:77: note: Function 'BDecComponentOid' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1332:88: style: Function 'BDecComponentPrintableString' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:263:92: note: Function 'BDecComponentPrintableString' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1332:88: note: Function 'BDecComponentPrintableString' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1416:56: style: Function 'MatchingComponentReal' argument 2 names different: declaration 'a' definition 'csi_attr'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:283:60: note: Function 'MatchingComponentReal' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1416:56: note: Function 'MatchingComponentReal' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1417:25: style: Function 'MatchingComponentReal' argument 3 names different: declaration 'b' definition 'csi_assert'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:283:84: note: Function 'MatchingComponentReal' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1417:25: note: Function 'MatchingComponentReal' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1439:47: style: Function 'GEncComponentReal' argument 2 names different: declaration 'comp_real' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:280:50: note: Function 'GEncComponentReal' argument 2 names different: declaration 'comp_real' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1439:47: note: Function 'GEncComponentReal' argument 2 names different: declaration 'comp_real' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1452:52: style: Function 'GDecComponentReal' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:281:55: note: Function 'GDecComponentReal' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1452:52: note: Function 'GDecComponentReal' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1488:78: style: Function 'BDecComponentReal' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:282:81: note: Function 'BDecComponentReal' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1488:78: note: Function 'BDecComponentReal' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1525:64: style: Function 'MatchingComponentRelativeOid' argument 2 names different: declaration 'a' definition 'csi_attr'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:302:67: note: Function 'MatchingComponentRelativeOid' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1525:64: note: Function 'MatchingComponentRelativeOid' argument 2 names different: declaration 'a' definition 'csi_attr'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1526:27: style: Function 'MatchingComponentRelativeOid' argument 3 names different: declaration 'b' definition 'csi_assert'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:302:91: note: Function 'MatchingComponentRelativeOid' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1526:27: note: Function 'MatchingComponentRelativeOid' argument 3 names different: declaration 'b' definition 'csi_assert'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1552:61: style: Function 'GEncComponentRelativeOid' argument 2 names different: declaration 'r_oid' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:299:64: note: Function 'GEncComponentRelativeOid' argument 2 names different: declaration 'r_oid' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1552:61: note: Function 'GEncComponentRelativeOid' argument 2 names different: declaration 'r_oid' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1566:58: style: Function 'GDecComponentRelativeOid' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:300:63: note: Function 'GDecComponentRelativeOid' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1566:58: note: Function 'GDecComponentRelativeOid' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1602:85: style: Function 'BDecComponentRelativeOid' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:301:89: note: Function 'BDecComponentRelativeOid' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1602:85: note: Function 'BDecComponentRelativeOid' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1639:69: style: Function 'GEncComponentUniversalString' argument 2 names different: declaration 'uni_str' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:337:72: note: Function 'GEncComponentUniversalString' argument 2 names different: declaration 'uni_str' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1639:69: note: Function 'GEncComponentUniversalString' argument 2 names different: declaration 'uni_str' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1658:63: style: Function 'GDecComponentUniversalString' argument 3 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:338:67: note: Function 'GDecComponentUniversalString' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1658:63: note: Function 'GDecComponentUniversalString' argument 3 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1674:89: style: Function 'BDecComponentUniversalString' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:339:93: note: Function 'BDecComponentUniversalString' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1674:89: note: Function 'BDecComponentUniversalString' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1716:87: style: Function 'BDecComponentVisibleString' argument 5 names different: declaration 'result' definition 'v'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:375:90: note: Function 'BDecComponentVisibleString' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1716:87: note: Function 'BDecComponentVisibleString' argument 5 names different: declaration 'result' definition 'v'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1751:58: style: Function 'CheckSelectTypeCorrect' argument 2 names different: declaration 'v' definition 'cai'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:430:62: note: Function 'CheckSelectTypeCorrect' argument 2 names different: declaration 'v' definition 'cai'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1751:58: note: Function 'CheckSelectTypeCorrect' argument 2 names different: declaration 'v' definition 'cai'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1813:45: style: Function 'GEncComponentAny' argument 2 names different: declaration 'comp_any' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:420:48: note: Function 'GEncComponentAny' argument 2 names different: declaration 'comp_any' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1813:45: note: Function 'GEncComponentAny' argument 2 names different: declaration 'comp_any' definition 'in'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1941:48: style: Function 'MatchingComponentAny' argument 2 names different: declaration 'a' definition 'result'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:423:52: note: Function 'MatchingComponentAny' argument 2 names different: declaration 'a' definition 'result'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1941:48: note: Function 'MatchingComponentAny' argument 2 names different: declaration 'a' definition 'result'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1941:70: style: Function 'MatchingComponentAny' argument 3 names different: declaration 'b' definition 'result2'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.h:423:69: note: Function 'MatchingComponentAny' argument 3 names different: declaration 'b' definition 'result2'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1941:70: note: Function 'MatchingComponentAny' argument 3 names different: declaration 'b' definition 'result2'.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:85:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:86:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:86:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:87:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:122:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:123:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:123:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:124:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:175:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:176:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:176:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:177:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:216:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:217:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:217:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:218:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:269:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:270:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:270:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:271:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:309:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:310:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:310:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:311:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:361:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:362:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:362:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:363:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:432:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:433:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:433:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:469:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:470:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:470:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:543:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:544:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:544:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:545:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:595:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:596:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:596:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:597:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:664:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:665:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:665:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:666:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:753:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:754:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:754:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:755:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:790:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:791:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:791:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:809:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:792:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:859:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:860:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:860:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:861:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:910:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:911:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:911:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:912:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:965:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:966:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:966:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:967:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1025:13: style: Unused variable: rc [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1064:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1064:27: style: Unused variable: data [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1065:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1065:16: style: Unused variable: j [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1065:19: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1066:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1114:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1114:27: style: Unused variable: data [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1115:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1115:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1116:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1242:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1242:24: style: Unused variable: rc [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1243:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1289:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1290:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1290:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1291:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1334:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1335:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1335:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1336:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1379:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1380:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1380:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1381:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1454:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1455:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1455:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1456:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1490:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1491:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1491:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1492:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1568:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1569:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1569:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1570:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1604:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1605:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1605:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1606:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1676:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1677:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1677:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1678:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1718:15: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1719:13: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1719:16: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1737:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1720:15: style: Unused variable: component_values [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:1865:6: style: Unused variable: rc [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:2069:6: style: Unused variable: strLen [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/componentlib.c:2216:8: style: Unused variable: desc_ptr [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:44:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:43:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:44:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:1037:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:1036:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:1037:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:36:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:318:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:432:40: style: The scope of the variable 'tmpVar' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:488:25: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:557:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:1029:16: style: The scope of the variable 'mr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:101:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:102:0: style: Variable 'totalElmtsLen2' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:103:9: style: Unused variable: elmtLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:104:9: style: Unused variable: tagId2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:215:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:216:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:216:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:672:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:673:0: style: Variable 'totalElmtsLen2' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:854:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:855:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:855:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:1096:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:1197:19: style: Unused variable: peek_head2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:1198:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/crl.c:1198:16: style: Unused variable: strLen2 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:660:12: style: Expression is always false because 'else if' condition matches previous condition at line 656. [multiCondition]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:132:19: style: The scope of the variable 'asn_to_syn' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:526:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:594:6: style: The scope of the variable 'mode' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:596:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:47:21: style: Unused variable: curr_aa [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:123:2: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:201:8: style: Unused variable: peek_head [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:202:33: style: Unused variable: size [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:278:2: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:51:23: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openldap-2.4.46+dfsg/contrib/slapd-modules/comp_match/init.c:761:27: error: Uninitialized variable: size [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/dsaschema/dsaschema.c:389:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/dsaschema/dsaschema.c:158:6: style: Variable 'savelineno' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/dsaschema/dsaschema.c:392:2: error: Common realloc mistake: 'line' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/contrib/slapd-modules/dsaschema/dsaschema.c:424:3: error: Common realloc mistake: 'line' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/contrib/slapd-modules/dsaschema/dsaschema.c:185:0: error: Resource leak: fp [resourceLeak]
openldap-2.4.46+dfsg/contrib/slapd-modules/dsaschema/dsaschema.c:249:13: error: Uninitialized variable: savelineno [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/kinit/kinit.c:235:10: style: Variable 'task' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/alias.c:95:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/alias.c:108:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/alias.c:108:1: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/alias.c:95:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/ether.c:116:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/ether.c:116:4: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/ether.c:116:4: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/ether.c:116:4: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/ether.c:116:4: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/ether.c:116:4: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/ether.c:123:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/ether.c:137:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/ether.c:158:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/ether.c:158:1: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/ether.c:123:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/group.c:275:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/group.c:296:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/group.c:314:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/group.c:335:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/group.c:335:1: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/group.c:275:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/group.c:314:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/host.c:115:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/host.c:129:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/host.c:152:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/host.c:152:1: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/host.c:115:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/netgroup.c:52:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/netgroup.c:52:8: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/netgroup.c:51:10: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/netgroup.c:87:10: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/netgroup.c:154:10: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/netgroup.c:188:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/netgroup.c:188:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/network.c:115:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/network.c:129:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/network.c:152:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/network.c:152:1: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/network.c:115:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c:160:7: style: The scope of the variable 't' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c:162:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c:198:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c:201:10: style: The scope of the variable 'len' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c:297:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c:421:10: style: The scope of the variable 'fr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/nssov.c:950:3: warning: Suspicious use of ; at the end of 'if' statement. [suspiciousSemicolon]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/nssov.c:818:9: style: The scope of the variable 'sock' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/nssov.c:134:10: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/nssov.c:173:10: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:436:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:461:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:823:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:232:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:235:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:238:20: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:241:20: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:244:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:247:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:359:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:362:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:365:20: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:368:20: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:371:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:585:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:588:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:591:20: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:594:20: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:597:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:608:22: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:732:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:735:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:738:20: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:741:20: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:744:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:748:18: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/pam.c:751:15: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/passwd.c:79:36: style: Function 'isvalidusername' argument 1 names different: declaration 'name' definition 'bv'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/nssov.h:195:36: note: Function 'isvalidusername' argument 1 names different: declaration 'name' definition 'bv'.
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/passwd.c:79:36: note: Function 'isvalidusername' argument 1 names different: declaration 'name' definition 'bv'.
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/passwd.c:393:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/passwd.c:411:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/passwd.c:426:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/passwd.c:426:1: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/passwd.c:393:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/protocol.c:120:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/protocol.c:134:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/protocol.c:149:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/protocol.c:149:1: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/protocol.c:120:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/rpc.c:122:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/rpc.c:136:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/rpc.c:151:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/rpc.c:151:1: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/rpc.c:122:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/service.c:209:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/service.c:225:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/service.c:242:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/service.c:242:1: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/service.c:209:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/service.c:225:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/shadow.c:236:1: style: Variable 'tmpint32' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/shadow.c:249:1: style: Unused variable: tmpint32 [unusedVariable]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/shadow.c:249:1: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openldap-2.4.46+dfsg/contrib/slapd-modules/nssov/shadow.c:236:1: error: Uninitialized variable: tmpint32 [uninitvar]
openldap-2.4.46+dfsg/contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c:36:0: error: #error Unsupported crypto backend. [preprocessorErrorDirective]
openldap-2.4.46+dfsg/contrib/slapd-modules/passwd/sha2/sha2.c:571:15: style: The scope of the variable 'p' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/passwd/sha2/sha2.c:636:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/passwd/sha2/sha2.c:967:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/passwd/sha2/sha2.c:1042:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/contrib/slapd-modules/smbk5pwd/smbk5pwd.c:935:16: style: struct member 'Anonymous1::name' is never used. [unusedStructMember]
openldap-2.4.46+dfsg/contrib/slapd-modules/smbk5pwd/smbk5pwd.c:936:26: style: struct member 'Anonymous1::adp' is never used. [unusedStructMember]
openldap-2.4.46+dfsg/contrib/slapd-modules/smbk5pwd/smbk5pwd.c:412:17: style: Unused variable: ml [unusedVariable]
openldap-2.4.46+dfsg/libraries/liblber/bprint.c:102:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblber/decode.c:704:21: style: The scope of the variable 'sss' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblber/decode.c:705:39: style: The scope of the variable 'bvpp' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblber/decode.c:708:13: style: The scope of the variable 't' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblber/encode.c:116:12: style: The scope of the variable 'len' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblber/encode.c:350:7: style: struct member 'seqorset_header::xtagbuf' is never used. [unusedStructMember]
openldap-2.4.46+dfsg/libraries/liblber/encode.c:353:8: style: union member 'Anonymous0::padding' is never used. [unusedStructMember]
openldap-2.4.46+dfsg/libraries/liblber/memory.c:721:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblber/sockbuf.c:827:7: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblber/sockbuf.c:852:7: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/add.c:98:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/apitest.c:50:2: style: Variable 'api.ldapai_info_version' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/libraries/libldap/apitest.c:42:2: note: Variable 'api.ldapai_info_version' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/libldap/apitest.c:50:2: note: Variable 'api.ldapai_info_version' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/libldap/cancel.c:48:2: style: Variable 'cancelidber' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/libraries/libldap/cancel.c:44:0: note: Variable 'cancelidber' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/libldap/cancel.c:48:2: note: Variable 'cancelidber' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/libldap/cancel.c:68:2: style: Variable 'cancelidber' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/libraries/libldap/cancel.c:64:0: note: Variable 'cancelidber' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/libldap/cancel.c:68:2: note: Variable 'cancelidber' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/libldap/charray.c:121:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openldap-2.4.46+dfsg/libraries/libldap/charray.c:120:18: note: outer condition: *p!=NULL
openldap-2.4.46+dfsg/libraries/libldap/charray.c:121:11: note: identical inner condition: *p!=NULL
openldap-2.4.46+dfsg/libraries/libldap/dds.c:102:2: style: Variable 'ber' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/libraries/libldap/dds.c:92:0: note: Variable 'ber' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/libldap/dds.c:102:2: note: Variable 'ber' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/libldap/deref.c:236:15: style: Same expression on both sides of '!=' because the value of 'drhead' and 'NULL' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/libraries/libldap/deref.c:167:25: note: 'drhead' is assigned value 'NULL' here.
openldap-2.4.46+dfsg/libraries/libldap/deref.c:236:15: note: Same expression on both sides of '!=' because the value of 'drhead' and 'NULL' are the same.
openldap-2.4.46+dfsg/libraries/libldap/dntest.c:45:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/dntest.c:135:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/error.c:171:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/filter.c:73:0: error: syntax error [syntaxError]
openldap-2.4.46+dfsg/libraries/libldap/getdn.c:2199:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/getdn.c:2289:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/getdn.c:2613:46: style: Function 'rdn2DCEstr' argument 3 names different: declaration 'flag' definition 'flags'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/libraries/libldap/getdn.c:79:57: note: Function 'rdn2DCEstr' argument 3 names different: declaration 'flag' definition 'flags'.
openldap-2.4.46+dfsg/libraries/libldap/getdn.c:2613:46: note: Function 'rdn2DCEstr' argument 3 names different: declaration 'flag' definition 'flags'.
openldap-2.4.46+dfsg/libraries/libldap/init.c:368:8: style: The scope of the variable 'value' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/ldif.c:120:7: style: The scope of the variable 'nib' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/ldif.c:517:7: style: The scope of the variable 'pad' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/ldif.c:518:7: style: The scope of the variable 'namelen' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/modify.c:64:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/options.c:222:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/libraries/libldap/options.c:227:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/libraries/libldap/options.c:268:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/libraries/libldap/os-ip.c:282:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/os-ip.c:364:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/libraries/libldap/os-ip.c:454:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/libraries/libldap/print.c:41:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/libraries/libldap/request.c:1156:9: style: Condition '!ok' is always true [knownConditionTrueFalse]
openldap-2.4.46+dfsg/libraries/libldap/request.c:1150:13: note: Assignment 'ok=0', assigned value is 0
openldap-2.4.46+dfsg/libraries/libldap/request.c:1156:9: note: Condition '!ok' is always true
openldap-2.4.46+dfsg/libraries/libldap/request.c:420:9: style: The scope of the variable 'crit' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/request.c:421:8: style: The scope of the variable 'ext' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/request.c:685:15: style: The scope of the variable 'lcu' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/request.c:686:6: style: The scope of the variable 'lcu_port' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/request.c:732:20: style: The scope of the variable 'prevlc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/request.c:482:11: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/libraries/libldap/result.c:326:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/libraries/libldap/result.c:660:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/libraries/libldap/result.c:715:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/libraries/libldap/schema.c:271:14: style: Redundant condition: sa[0]. '!sa[0] || (sa[0] && sa[1])' is equivalent to '!sa[0] || sa[1]' [redundantCondition]
openldap-2.4.46+dfsg/libraries/libldap/schema.c:318:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/schema.c:340:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/schema.c:360:28: style: The scope of the variable 'ext' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/schema.c:1189:6: style: The scope of the variable 'size' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/schema.c:1190:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/schema.c:1339:6: style: The scope of the variable 'size' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/schema.c:1340:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/schema.c:1475:28: style: The scope of the variable 'ext' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/sort.c:63:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/sortctrl.c:297:10: warning: Either the condition 'ld==NULL' is redundant or there is possible null pointer dereference: ld. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/libraries/libldap/sortctrl.c:299:10: note: Assuming that condition 'ld==NULL' is not redundant
openldap-2.4.46+dfsg/libraries/libldap/sortctrl.c:297:10: note: Null pointer dereference
openldap-2.4.46+dfsg/libraries/libldap/sortctrl.c:414:10: warning: Either the condition 'ld==NULL' is redundant or there is possible null pointer dereference: ld. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/libraries/libldap/sortctrl.c:416:10: note: Assuming that condition 'ld==NULL' is not redundant
openldap-2.4.46+dfsg/libraries/libldap/sortctrl.c:414:10: note: Null pointer dereference
openldap-2.4.46+dfsg/libraries/libldap/sortctrl.c:497:10: warning: Either the condition 'ld==NULL' is redundant or there is possible null pointer dereference: ld. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/libraries/libldap/sortctrl.c:499:9: note: Assuming that condition 'ld==NULL' is not redundant
openldap-2.4.46+dfsg/libraries/libldap/sortctrl.c:497:10: note: Null pointer dereference
openldap-2.4.46+dfsg/libraries/libldap/sortctrl.c:187:23: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/string.c:139:29: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
openldap-2.4.46+dfsg/libraries/libldap/string.c:127:15: note: Assignment 's=NULL', assigned value is 0
openldap-2.4.46+dfsg/libraries/libldap/string.c:139:29: note: Null pointer subtraction
openldap-2.4.46+dfsg/libraries/libldap/string.c:174:29: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
openldap-2.4.46+dfsg/libraries/libldap/string.c:162:15: note: Assignment 's=NULL', assigned value is 0
openldap-2.4.46+dfsg/libraries/libldap/string.c:174:29: note: Null pointer subtraction
openldap-2.4.46+dfsg/libraries/libldap/string.c:112:11: style: The scope of the variable 's' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/string.c:147:11: style: The scope of the variable 's' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/test.c:107:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/test.c:276:19: style: The scope of the variable 'command1' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/test.c:276:29: style: The scope of the variable 'command2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/test.c:276:39: style: The scope of the variable 'command3' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/test.c:287:7: style: The scope of the variable 'copyoptions' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/test.c:151:8: style: Variable 'eof' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/libraries/libldap/test.c:90:4: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/libraries/libldap/test.c:97:2: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/libraries/libldap/tls2.c:1253:4: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/libraries/libldap/tls2.c:1252:4: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/libldap/tls2.c:1253:4: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/libldap/url.c:799:16: style: The scope of the variable 'r' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/url.c:1280:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap/utf-8.c:241:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap_r/rq.c:208:15: style: The scope of the variable 'e' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:937:28: error: Array 'ctx->ltu_key[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:926:2: note: After for loop, i has value 32
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:937:28: note: Array index out of bounds
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:329:13: warning: Identical condition 'ptr==task', second condition is always false [identicalConditionAfterEarlyExit]
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:328:14: note: first condition
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:329:13: note: second condition
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:568:11: warning: Identical condition 'pptr==pool', second condition is always false [identicalConditionAfterEarlyExit]
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:567:12: note: first condition
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:568:11: note: second condition
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:970:29: style: The scope of the variable 'ctx' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:615:8: style: Function 'ldap_int_thread_pool_wrapper' argument 1 names different: declaration 'pool' definition 'xpool'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:163:50: note: Function 'ldap_int_thread_pool_wrapper' argument 1 names different: declaration 'pool' definition 'xpool'.
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:615:8: note: Function 'ldap_int_thread_pool_wrapper' argument 1 names different: declaration 'pool' definition 'xpool'.
openldap-2.4.46+dfsg/libraries/libldap_r/tpool.c:937:21: error: Array 'ctx.ltu_key[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb.c:195:0: error: #error "Unknown or unsupported endianness (BYTE_ORDER)" [preprocessorErrorDirective]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_dump.c:136:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_dump.c:130:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_dump.c:114:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:76:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:86:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:97:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:107:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:117:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:127:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:143:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:148:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:158:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:216:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:409:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:424:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/mdb_load.c:444:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblmdb/midl.c:203:17: style: The scope of the variable 'merge_id' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblmdb/midl.c:318:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblmdb/midl.c:124:4: error: Common realloc mistake: 'ids' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/libraries/liblmdb/midl.c:135:2: error: Common realloc mistake: 'idn' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/libraries/liblmdb/mtest6.c:64:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openldap-2.4.46+dfsg/libraries/liblmdb/mtest6.c:71:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openldap-2.4.46+dfsg/libraries/liblmdb/mtest6.c:78:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openldap-2.4.46+dfsg/libraries/liblmdb/mtest6.c:31:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/libraries/liblmdb/mtest6.c:38:6: style: Unused variable: count [unusedVariable]
openldap-2.4.46+dfsg/libraries/liblmdb/mtest6.c:39:7: style: Unused variable: values [unusedVariable]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucdata.c:399:10: style: The scope of the variable 'm' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucdata.c:400:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucdata.c:596:15: style: The scope of the variable 'm' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucdata.c:858:16: style: The scope of the variable 'm' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucdata.c:890:16: style: The scope of the variable 'm' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucdata.c:1095:16: style: The scope of the variable 'm' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucdata.c:1202:16: style: The scope of the variable 'm' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucdata.c:1231:16: style: The scope of the variable 'm' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucgendat.c:1135:16: style: The scope of the variable 'm' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucgendat.c:1157:16: style: The scope of the variable 'dp' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucgendat.c:1210:22: style: The scope of the variable 's' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucgendat.c:1346:14: style: Variable 'bytes' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucgendat.c:481:12: error: Common realloc mistake: 'pdecomps' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucgendat.c:543:11: error: Common realloc mistake: 'title' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucgendat.c:590:11: error: Common realloc mistake: 'upper' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucgendat.c:637:11: error: Common realloc mistake: 'lower' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucgendat.c:672:11: error: Common realloc mistake: 'ccl' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucgendat.c:753:11: error: Common realloc mistake: 'nums' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucgendat.c:791:11: error: Common realloc mistake: 'ncodes' nulled but not freed upon failure [memleakOnRealloc]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucpgba.c:126:13: style: The scope of the variable 't' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucpgba.c:476:19: style: The scope of the variable 'size' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucpgba.c:514:19: style: The scope of the variable 'size' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucpgba.c:602:19: style: The scope of the variable 'size' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucdata/ucpgba.c:641:19: style: The scope of the variable 'size' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ucstr.c:111:51: style: The scope of the variable 'last' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ure/ure.c:1847:13: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblunicode/ure/ure.c:1862:25: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblunicode/ure/ure.c:1900:9: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblunicode/ure/ure.c:1934:17: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblunicode/ure/ure.c:1937:13: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/libraries/liblunicode/ure/ure.c:478:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ure/ure.c:678:19: style: The scope of the variable 'n' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ure/ure.c:1190:12: style: The scope of the variable 'c' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ure/ure.c:1954:12: style: The scope of the variable 'c' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblunicode/ure/ure.c:1859:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openldap-2.4.46+dfsg/libraries/liblunicode/ure/urestubs.c:120:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openldap-2.4.46+dfsg/libraries/liblunicode/utbm/utbm.h:114:0: error: #endif without #if [preprocessorErrorDirective]
openldap-2.4.46+dfsg/libraries/liblutil/avl.c:184:12: style: The scope of the variable 'side_bf' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/avl.c:184:30: style: The scope of the variable 'nside' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/avl.c:563:8: style: The scope of the variable 'res' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/base64.c:127:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/detach.c:55:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/detach.c:55:10: style: The scope of the variable 'sd' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/detach.c:55:21: style: The scope of the variable 'pid' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/getopt.c:74:14: style: The scope of the variable 'sw' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/lockf.c:61:8: warning: Redundant assignment of 'fd' to itself. [selfAssignment]
openldap-2.4.46+dfsg/libraries/liblutil/lockf.c:66:8: warning: Redundant assignment of 'fd' to itself. [selfAssignment]
openldap-2.4.46+dfsg/libraries/liblutil/meter.c:139:15: style: The scope of the variable 'cycle_length' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/meter.c:139:29: style: The scope of the variable 'speed' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/meter.c:324:24: style: The scope of the variable 'data' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/passfile.c:38:23: style: The scope of the variable 'nr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/tavl.c:193:12: style: The scope of the variable 'side_bf' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/tavl.c:460:16: style: The scope of the variable 'dir' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/utils.c:222:15: style: The scope of the variable 'fracs' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/utils.c:672:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/utils.c:674:15: style: The scope of the variable 'part' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/utils.c:750:17: style: The scope of the variable 'l' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/liblutil/uuid.c:390:16: style: The scope of the variable 'nibble' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/librewrite/context.c:182:16: style: Condition 'n<=0' is always true [knownConditionTrueFalse]
openldap-2.4.46+dfsg/libraries/librewrite/ldapmap.c:298:21: warning: Either the condition 'private!=NULL' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/libraries/librewrite/ldapmap.c:302:18: note: Assuming that condition 'private!=NULL' is not redundant
openldap-2.4.46+dfsg/libraries/librewrite/ldapmap.c:297:31: note: Assignment 'data=private', assigned value is 0
openldap-2.4.46+dfsg/libraries/librewrite/ldapmap.c:298:21: note: Null pointer dereference
openldap-2.4.46+dfsg/libraries/librewrite/map.c:466:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openldap-2.4.46+dfsg/libraries/librewrite/params.c:98:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/libraries/librewrite/params.c:140:10: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/libraries/librewrite/rewrite.c:49:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/libraries/librewrite/rule.c:149:2: style: Variable 'subst' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/libraries/librewrite/rule.c:131:0: note: Variable 'subst' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/librewrite/rule.c:149:2: note: Variable 'subst' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/librewrite/rule.c:433:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/libraries/librewrite/rule.c:406:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/libraries/librewrite/rule.c:433:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/acl.c:2506:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/acl.c:500:17: style: Function 'slap_acl_get' argument 1 names different: declaration 'ac' definition 'a'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/acl.c:51:17: note: Function 'slap_acl_get' argument 1 names different: declaration 'ac' definition 'a'.
openldap-2.4.46+dfsg/servers/slapd/acl.c:500:17: note: Function 'slap_acl_get' argument 1 names different: declaration 'ac' definition 'a'.
openldap-2.4.46+dfsg/servers/slapd/acl.c:1112:18: style: Function 'slap_acl_mask' argument 1 names different: declaration 'ac' definition 'a'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/acl.c:60:17: note: Function 'slap_acl_mask' argument 1 names different: declaration 'ac' definition 'a'.
openldap-2.4.46+dfsg/servers/slapd/acl.c:1112:18: note: Function 'slap_acl_mask' argument 1 names different: declaration 'ac' definition 'a'.
openldap-2.4.46+dfsg/servers/slapd/aclparse.c:2291:17: style: Function 'acl_regex_normalized_dn' argument 2 names different: declaration 'pat' definition 'pattern'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/aclparse.c:68:70: note: Function 'acl_regex_normalized_dn' argument 2 names different: declaration 'pat' definition 'pattern'.
openldap-2.4.46+dfsg/servers/slapd/aclparse.c:2291:17: note: Function 'acl_regex_normalized_dn' argument 2 names different: declaration 'pat' definition 'pattern'.
openldap-2.4.46+dfsg/servers/slapd/ad.c:396:15: style: The scope of the variable 'op' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/ad.c:1030:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/ad.c:1140:8: style: The scope of the variable 'c' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/add.c:352:4: style: Variable 'defref' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/add.c:350:0: note: Variable 'defref' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/add.c:352:4: note: Variable 'defref' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/add.c:150:15: style: Same expression on both sides of '==' because the value of 'modlist' and 'NULL' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/add.c:44:27: note: 'modlist' is assigned value 'NULL' here.
openldap-2.4.46+dfsg/servers/slapd/add.c:150:15: note: Same expression on both sides of '==' because the value of 'modlist' and 'NULL' are the same.
openldap-2.4.46+dfsg/servers/slapd/add.c:525:12: style: The scope of the variable 'count' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/at.c:319:17: style: The scope of the variable 'a' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/at.c:458:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/attr.c:218:15: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/attr.c:400:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/ava.c:115:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-bdb/cache.c:346:2: style: Variable 'ei2' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/back-bdb/cache.c:342:0: note: Variable 'ei2' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/cache.c:346:2: note: Variable 'ei2' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/cache.c:384:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:784:11: style: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:714:24: note: 'keys' is assigned value 'NULL' here.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:784:11: note: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:906:11: style: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:849:24: note: 'keys' is assigned value 'NULL' here.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:906:11: note: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:1022:11: style: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:969:24: note: 'keys' is assigned value 'NULL' here.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:1022:11: note: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:1138:11: style: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:1085:24: note: 'keys' is assigned value 'NULL' here.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:1138:11: note: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:568:6: style: Function 'list_candidates' argument 7 names different: declaration 'stack' definition 'save'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:67:6: note: Function 'list_candidates' argument 7 names different: declaration 'stack' definition 'save'.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:568:6: note: Function 'list_candidates' argument 7 names different: declaration 'stack' definition 'save'.
openldap-2.4.46+dfsg/servers/slapd/back-bdb/filterindex.c:547:11: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-bdb/monitor.c:226:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/bind.c:1101:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/bind.c:1170:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/bind.c:1345:16: style: Same expression on both sides of '==' because the value of 'binding' and '0' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/bind.c:1316:14: note: 'binding' is assigned value '0' here.
openldap-2.4.46+dfsg/servers/slapd/back-ldap/bind.c:1345:16: note: Same expression on both sides of '==' because the value of 'binding' and '0' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-ldap/bind.c:2894:21: style: Same expression on both sides of '==' because the value of 'j2' and '0' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/bind.c:2828:30: note: 'j2' is assigned value '0' here.
openldap-2.4.46+dfsg/servers/slapd/back-ldap/bind.c:2894:21: note: Same expression on both sides of '==' because the value of 'j2' and '0' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-ldap/bind.c:1400:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/chain.c:1017:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/chain.c:1031:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/config.c:617:10: style: The scope of the variable 'len' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/config.c:681:44: style: Function 'slap_idassert_authzfrom_parse' argument 1 names different: declaration 'ca' definition 'c'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/proto-ldap.h:104:65: note: Function 'slap_idassert_authzfrom_parse' argument 1 names different: declaration 'ca' definition 'c'.
openldap-2.4.46+dfsg/servers/slapd/back-ldap/config.c:681:44: note: Function 'slap_idassert_authzfrom_parse' argument 1 names different: declaration 'ca' definition 'c'.
openldap-2.4.46+dfsg/servers/slapd/back-ldap/config.c:800:34: style: Function 'slap_idassert_parse' argument 1 names different: declaration 'ca' definition 'c'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/proto-ldap.h:106:55: note: Function 'slap_idassert_parse' argument 1 names different: declaration 'ca' definition 'c'.
openldap-2.4.46+dfsg/servers/slapd/back-ldap/config.c:800:34: note: Function 'slap_idassert_parse' argument 1 names different: declaration 'ca' definition 'c'.
openldap-2.4.46+dfsg/servers/slapd/back-ldap/init.c:263:28: style: Function 'ldap_back_conn_free' argument 1 names different: declaration 'c' definition 'v_lc'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/proto-ldap.h:63:40: note: Function 'ldap_back_conn_free' argument 1 names different: declaration 'c' definition 'v_lc'.
openldap-2.4.46+dfsg/servers/slapd/back-ldap/init.c:263:28: note: Function 'ldap_back_conn_free' argument 1 names different: declaration 'c' definition 'v_lc'.
openldap-2.4.46+dfsg/servers/slapd/back-ldap/monitor.c:465:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/monitor.c:1038:21: style: The scope of the variable 'mbe' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ldap/monitor.c:1043:11: style: Variable 'mbe' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:862:7: style: Condition 'eq_unsafe' is always false [knownConditionTrueFalse]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:1283:13: style: Same expression on both sides of '!=' because the value of 'entry' and 'NULL' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:1248:17: note: 'entry' is assigned value 'NULL' here.
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:1283:13: note: Same expression on both sides of '!=' because the value of 'entry' and 'NULL' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:543:23: style: The scope of the variable 'res' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:545:8: style: The scope of the variable 'entry_as_string' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:944:9: style: The scope of the variable 'dir_end' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:1147:16: style: The scope of the variable 'mods' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:1440:7: style: The scope of the variable 'textbuf' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:1551:27: style: The scope of the variable 'trash' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:1552:10: style: The scope of the variable 'rename_res' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:1631:7: style: The scope of the variable 'textbuf' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:1632:10: style: The scope of the variable 'same_ndn' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ldif/ldif.c:162:6: style: struct member 'assert_safe_filenames::assert_safe_filenames' is never used. [unusedStructMember]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/attr.c:591:1: style: Label 'done' is not used. [unusedLabel]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/attr.c:33:60: style: Function 'mdb_attr_slot' argument 2 names different: declaration 'desc' definition 'ad'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:33:24: note: Function 'mdb_attr_slot' argument 2 names different: declaration 'desc' definition 'ad'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/attr.c:33:60: note: Function 'mdb_attr_slot' argument 2 names different: declaration 'desc' definition 'ad'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/attr.c:33:69: style: Function 'mdb_attr_slot' argument 3 names different: declaration 'insert' definition 'ins'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:33:35: note: Function 'mdb_attr_slot' argument 3 names different: declaration 'insert' definition 'ins'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/attr.c:33:69: note: Function 'mdb_attr_slot' argument 3 names different: declaration 'insert' definition 'ins'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/attr.c:93:26: style: Function 'mdb_attr_dbs_open' argument 2 names different: declaration 'txn' definition 'tx0'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:35:48: note: Function 'mdb_attr_dbs_open' argument 2 names different: declaration 'txn' definition 'tx0'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/attr.c:93:26: note: Function 'mdb_attr_dbs_open' argument 2 names different: declaration 'txn' definition 'tx0'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/config.c:148:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2entry.c:41:10: style: The scope of the variable 'rc2' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2entry.c:56:11: style: Variable 'rc2' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:211:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:566:57: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:568:12: style: The scope of the variable 'd' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:710:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:713:15: style: The scope of the variable 'nrlen' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:713:22: style: The scope of the variable 'rlen' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:801:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:803:15: style: The scope of the variable 'x' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:934:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:293:17: style: Function 'mdb_dn2id' argument 4 names different: declaration 'ndn' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:73:17: note: Function 'mdb_dn2id' argument 4 names different: declaration 'ndn' definition 'in'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:293:17: note: Function 'mdb_dn2id' argument 4 names different: declaration 'ndn' definition 'in'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:444:11: style: Function 'mdb_dn2sups' argument 2 names different: declaration 'tid' definition 'txn'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:101:11: note: Function 'mdb_dn2sups' argument 2 names different: declaration 'tid' definition 'txn'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:444:11: note: Function 'mdb_dn2sups' argument 2 names different: declaration 'tid' definition 'txn'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:445:17: style: Function 'mdb_dn2sups' argument 3 names different: declaration 'dn' definition 'in'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:102:17: note: Function 'mdb_dn2sups' argument 3 names different: declaration 'dn' definition 'in'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:445:17: note: Function 'mdb_dn2sups' argument 3 names different: declaration 'dn' definition 'in'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:446:6: style: Function 'mdb_dn2sups' argument 4 names different: declaration 'sups' definition 'ids'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:103:6: note: Function 'mdb_dn2sups' argument 4 names different: declaration 'sups' definition 'ids'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:446:6: note: Function 'mdb_dn2sups' argument 4 names different: declaration 'sups' definition 'ids'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:523:11: style: Function 'mdb_dn2id_children' argument 2 names different: declaration 'tid' definition 'txn'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:96:11: note: Function 'mdb_dn2id_children' argument 2 names different: declaration 'tid' definition 'txn'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:523:11: note: Function 'mdb_dn2id_children' argument 2 names different: declaration 'tid' definition 'txn'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:557:5: style: Function 'mdb_id2name' argument 4 names different: declaration 'eid' definition 'id'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:124:5: note: Function 'mdb_id2name' argument 4 names different: declaration 'eid' definition 'id'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:557:5: note: Function 'mdb_id2name' argument 4 names different: declaration 'eid' definition 'id'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/dn2id.c:535:7: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:777:11: style: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:710:24: note: 'keys' is assigned value 'NULL' here.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:777:11: note: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:898:11: style: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:841:24: note: 'keys' is assigned value 'NULL' here.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:898:11: note: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:1013:11: style: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:960:24: note: 'keys' is assigned value 'NULL' here.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:1013:11: note: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:1128:11: style: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:1075:24: note: 'keys' is assigned value 'NULL' here.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:1128:11: note: Same expression on both sides of '==' because the value of 'keys' and 'NULL' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:103:11: style: Function 'mdb_filter_candidates' argument 2 names different: declaration 'txn' definition 'rtxn'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:161:11: note: Function 'mdb_filter_candidates' argument 2 names different: declaration 'txn' definition 'rtxn'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:103:11: note: Function 'mdb_filter_candidates' argument 2 names different: declaration 'txn' definition 'rtxn'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:569:6: style: Function 'list_candidates' argument 7 names different: declaration 'stack' definition 'save'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:67:6: note: Function 'list_candidates' argument 7 names different: declaration 'stack' definition 'save'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/filterindex.c:569:6: note: Function 'list_candidates' argument 7 names different: declaration 'stack' definition 'save'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/id2entry.c:597:20: style: The scope of the variable 'l' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/id2entry.c:101:11: style: Function 'mdb_id2entry_add' argument 2 names different: declaration 'tid' definition 'txn'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:173:11: note: Function 'mdb_id2entry_add' argument 2 names different: declaration 'tid' definition 'txn'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/id2entry.c:101:11: note: Function 'mdb_id2entry_add' argument 2 names different: declaration 'tid' definition 'txn'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/id2entry.c:110:11: style: Function 'mdb_id2entry_update' argument 2 names different: declaration 'tid' definition 'txn'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:179:11: note: Function 'mdb_id2entry_update' argument 2 names different: declaration 'tid' definition 'txn'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/id2entry.c:110:11: note: Function 'mdb_id2entry_update' argument 2 names different: declaration 'tid' definition 'txn'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/id2entry.c:406:80: style: Function 'mdb_opinfo_get' argument 4 names different: declaration 'moi' definition 'moip'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:207:84: note: Function 'mdb_opinfo_get' argument 4 names different: declaration 'moi' definition 'moip'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/id2entry.c:406:80: note: Function 'mdb_opinfo_get' argument 4 names different: declaration 'moi' definition 'moip'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/id2entry.c:591:77: style: Function 'mdb_entry_encode' argument 4 names different: declaration 'ec' definition 'eh'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/id2entry.c:35:10: note: Function 'mdb_entry_encode' argument 4 names different: declaration 'ec' definition 'eh'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/id2entry.c:591:77: note: Function 'mdb_entry_encode' argument 4 names different: declaration 'ec' definition 'eh'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/idl.c:305:13: warning: Either the condition 'saved_cursor' is redundant or there is possible null pointer dereference: saved_cursor. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/idl.c:286:7: note: Assuming that condition 'saved_cursor' is not redundant
openldap-2.4.46+dfsg/servers/slapd/back-mdb/idl.c:305:13: note: Null pointer dereference
openldap-2.4.46+dfsg/servers/slapd/back-mdb/idl.c:1234:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/idl.c:219:8: style: Checking if unsigned variable 'x' is less than zero. [unsignedLessThanZero]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/index.c:402:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/index.c:479:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/init.c:234:4: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/init.c:232:4: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/init.c:234:4: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/init.c:306:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/key.c:37:6: style: Function 'mdb_key_read' argument 7 names different: declaration 'get_flags' definition 'get_flag'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:317:13: note: Function 'mdb_key_read' argument 7 names different: declaration 'get_flags' definition 'get_flag'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/key.c:37:6: note: Function 'mdb_key_read' argument 7 names different: declaration 'get_flags' definition 'get_flag'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/modify.c:83:8: style: The scope of the variable 'got_delete' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/monitor.c:429:21: style: The scope of the variable 'mbe' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/monitor.c:175:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/nextid.c:24:53: style: Function 'mdb_next_id' argument 3 names different: declaration 'id' definition 'out'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-mdb/proto-mdb.h:323:53: note: Function 'mdb_next_id' argument 3 names different: declaration 'id' definition 'out'.
openldap-2.4.46+dfsg/servers/slapd/back-mdb/nextid.c:24:53: note: Function 'mdb_next_id' argument 3 names different: declaration 'id' definition 'out'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/bind.c:1721:21: style: Same expression on both sides of '==' because the value of 'j2' and '0' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-meta/bind.c:1659:31: note: 'j2' is assigned value '0' here.
openldap-2.4.46+dfsg/servers/slapd/back-meta/bind.c:1721:21: note: Same expression on both sides of '==' because the value of 'j2' and '0' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-meta/bind.c:586:8: style: Function 'meta_back_single_dobind' argument 6 names different: declaration 'retries' definition 'nretries'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-meta/back-meta.h:565:8: note: Function 'meta_back_single_dobind' argument 6 names different: declaration 'retries' definition 'nretries'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/bind.c:586:8: note: Function 'meta_back_single_dobind' argument 6 names different: declaration 'retries' definition 'nretries'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/config.c:677:19: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-meta/conn.c:798:10: style: Condition 'binding' is always true [knownConditionTrueFalse]
openldap-2.4.46+dfsg/servers/slapd/back-meta/conn.c:779:49: note: Assignment 'binding=1', assigned value is 1
openldap-2.4.46+dfsg/servers/slapd/back-meta/conn.c:798:10: note: Condition 'binding' is always true
openldap-2.4.46+dfsg/servers/slapd/back-meta/conn.c:1023:4: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/back-meta/conn.c:1021:0: note: Variable 'data' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-meta/conn.c:1023:4: note: Variable 'data' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-meta/dncache.c:231:9: style: Function 'meta_dncache_free' argument 1 names different: declaration 'entry' definition 'e'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-meta/back-meta.h:683:26: note: Function 'meta_dncache_free' argument 1 names different: declaration 'entry' definition 'e'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/dncache.c:231:9: note: Function 'meta_dncache_free' argument 1 names different: declaration 'entry' definition 'e'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/map.c:145:71: style: Function 'ldap_back_map' argument 3 names different: declaration 'm' definition 'bv'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-meta/back-meta.h:110:76: note: Function 'ldap_back_map' argument 3 names different: declaration 'm' definition 'bv'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/map.c:145:71: note: Function 'ldap_back_map' argument 3 names different: declaration 'm' definition 'bv'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/map.c:176:18: style: Function 'ldap_back_map_attrs' argument 3 names different: declaration 'a' definition 'an'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-meta/back-meta.h:125:17: note: Function 'ldap_back_map_attrs' argument 3 names different: declaration 'a' definition 'an'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/map.c:176:18: note: Function 'ldap_back_map_attrs' argument 3 names different: declaration 'a' definition 'an'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/map.c:630:11: style: Unused variable: fdc [unusedVariable]
openldap-2.4.46+dfsg/servers/slapd/back-meta/map.c:631:16: style: Unused variable: ftmp [unusedVariable]
openldap-2.4.46+dfsg/servers/slapd/back-meta/map.c:632:15: style: Variable 'dmy' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-meta/search.c:2035:8: style: Function 'meta_send_entry' argument 4 names different: declaration 'i' definition 'target'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-meta/search.c:50:8: note: Function 'meta_send_entry' argument 4 names different: declaration 'i' definition 'target'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/search.c:2035:8: note: Function 'meta_send_entry' argument 4 names different: declaration 'i' definition 'target'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/suffixmassage.c:122:17: style: Function 'ldap_back_dn_massage' argument 2 names different: declaration 'dn' definition 'odn'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-meta/back-meta.h:96:55: note: Function 'ldap_back_dn_massage' argument 2 names different: declaration 'dn' definition 'odn'.
openldap-2.4.46+dfsg/servers/slapd/back-meta/suffixmassage.c:122:17: note: Function 'ldap_back_dn_massage' argument 2 names different: declaration 'dn' definition 'odn'.
openldap-2.4.46+dfsg/servers/slapd/back-monitor/cache.c:91:27: style: Variable 'mp' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-monitor/database.c:192:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openldap-2.4.46+dfsg/servers/slapd/back-monitor/database.c:123:2: style: Variable 'oi' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/back-monitor/database.c:116:0: note: Variable 'oi' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-monitor/database.c:123:2: note: Variable 'oi' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-monitor/log.c:260:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-monitor/log.c:321:27: style: The scope of the variable 'found' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/modify.cpp:208:16: style: The scope of the variable 'mod' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/modify.cpp:213:30: style: The scope of the variable 'myTable' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1290:6: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1283:10: note: Assignment 'beg=NULL', assigned value is 0
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1290:6: note: Null pointer addition
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:809:2: style: Variable 'oclist' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:794:0: note: Variable 'oclist' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:809:2: note: Variable 'oclist' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:118:17: style: The scope of the variable 'oc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:342:30: style: The scope of the variable 'myTable' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:699:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:725:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1031:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:69:49: style: Function 'ndb_ai_get' argument 2 names different: declaration 'at' definition 'aname'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/proto-ndb.h:105:49: note: Function 'ndb_ai_get' argument 2 names different: declaration 'at' definition 'aname'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:69:49: note: Function 'ndb_ai_get' argument 2 names different: declaration 'at' definition 'aname'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:242:68: style: Function 'ndb_oc_read' argument 2 names different: declaration 'dict' definition 'myDict'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/proto-ndb.h:114:68: note: Function 'ndb_oc_read' argument 2 names different: declaration 'dict' definition 'myDict'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:242:68: note: Function 'ndb_oc_read' argument 2 names different: declaration 'dict' definition 'myDict'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:718:11: style: Function 'ndb_entry_put_data' argument 2 names different: declaration 'args' definition 'NA'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/proto-ndb.h:71:11: note: Function 'ndb_entry_put_data' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:718:11: note: Function 'ndb_entry_put_data' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:782:11: style: Function 'ndb_entry_get_data' argument 2 names different: declaration 'args' definition 'NA'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/proto-ndb.h:65:11: note: Function 'ndb_entry_get_data' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:782:11: note: Function 'ndb_entry_get_data' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1060:11: style: Function 'ndb_entry_del_data' argument 2 names different: declaration 'args' definition 'NA'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/proto-ndb.h:76:11: note: Function 'ndb_entry_del_data' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1060:11: note: Function 'ndb_entry_del_data' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1082:11: style: Function 'ndb_dn2rdns' argument 2 names different: declaration 'buf' definition 'rdns'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/proto-ndb.h:99:11: note: Function 'ndb_dn2rdns' argument 2 names different: declaration 'buf' definition 'rdns'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1082:11: note: Function 'ndb_dn2rdns' argument 2 names different: declaration 'buf' definition 'rdns'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1142:11: style: Function 'ndb_entry_put_info' argument 2 names different: declaration 'args' definition 'NA'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/proto-ndb.h:81:11: note: Function 'ndb_entry_put_info' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1142:11: note: Function 'ndb_entry_put_info' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1324:11: style: Function 'ndb_entry_get_info' argument 2 names different: declaration 'args' definition 'NA'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/proto-ndb.h:87:11: note: Function 'ndb_entry_get_info' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1324:11: note: Function 'ndb_entry_get_info' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1457:11: style: Function 'ndb_entry_del_info' argument 2 names different: declaration 'args' definition 'NA'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/proto-ndb.h:94:11: note: Function 'ndb_entry_del_info' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1457:11: note: Function 'ndb_entry_del_info' argument 2 names different: declaration 'args' definition 'NA'.
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:329:9: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1460:44: style: Variable 'ni' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/ndbio.cpp:1484:44: style: Variable 'ni' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/tools.cpp:541:1: style: Label 'done' is not used. [unusedLabel]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/tools.cpp:519:44: style: Variable 'ni' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/tools.cpp:534:44: style: Variable 'ni' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/back-ndb/tools.cpp:535:6: style: Unused variable: rc [unusedVariable]
openldap-2.4.46+dfsg/servers/slapd/back-null/null.c:243:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/back-passwd/search.c:277:50: style: Function 'pw2entry' argument 3 names different: declaration 'ep' definition 'e'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-passwd/search.c:54:10: note: Function 'pw2entry' argument 3 names different: declaration 'ep' definition 'e'.
openldap-2.4.46+dfsg/servers/slapd/back-passwd/search.c:277:50: note: Function 'pw2entry' argument 3 names different: declaration 'ep' definition 'e'.
openldap-2.4.46+dfsg/servers/slapd/back-relay/op.c:120:12: style: The scope of the variable 'oex' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-relay/op.c:210:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/back-relay/op.c:47:2: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openldap-2.4.46+dfsg/servers/slapd/back-relay/op.c:49:2: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openldap-2.4.46+dfsg/servers/slapd/back-relay/op.c:50:2: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openldap-2.4.46+dfsg/servers/slapd/back-relay/op.c:51:2: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openldap-2.4.46+dfsg/servers/slapd/back-relay/op.c:52:2: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openldap-2.4.46+dfsg/servers/slapd/back-relay/op.c:53:2: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openldap-2.4.46+dfsg/servers/slapd/back-relay/op.c:54:2: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openldap-2.4.46+dfsg/servers/slapd/back-relay/op.c:56:2: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openldap-2.4.46+dfsg/servers/slapd/back-relay/op.c:59:2: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openldap-2.4.46+dfsg/servers/slapd/back-sock/opensock.c:56:3: warning: Either the condition 'sockpath?sockpath:"<null>"' is redundant or there is possible null pointer dereference: sockpath. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/servers/slapd/back-sock/opensock.c:59:13: note: Assuming that condition 'sockpath?sockpath:"<null>"' is not redundant
openldap-2.4.46+dfsg/servers/slapd/back-sock/opensock.c:56:3: note: Null pointer dereference
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:739:2: style: Variable 'at_rec' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:732:0: note: Variable 'at_rec' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:739:2: note: Variable 'at_rec' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:509:35: style: Same expression on both sides of '==' because the value of 'prc' and 'LDAP_SUCCESS' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:427:16: note: 'prc' is assigned value 'LDAP_SUCCESS' here.
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:509:35: note: Same expression on both sides of '==' because the value of 'prc' and 'LDAP_SUCCESS' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:667:35: style: Same expression on both sides of '==' because the value of 'prc' and 'LDAP_SUCCESS' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:586:16: note: 'prc' is assigned value 'LDAP_SUCCESS' here.
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:667:35: note: Same expression on both sides of '==' because the value of 'prc' and 'LDAP_SUCCESS' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:872:33: style: Same expression on both sides of '==' because the value of 'prc' and 'LDAP_SUCCESS' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:781:14: note: 'prc' is assigned value 'LDAP_SUCCESS' here.
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:872:33: note: Same expression on both sides of '==' because the value of 'prc' and 'LDAP_SUCCESS' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-sql/add.c:784:9: style: Unused variable: logbuf [unusedVariable]
openldap-2.4.46+dfsg/servers/slapd/back-sql/delete.c:96:2: style: Variable 'sth' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/back-sql/delete.c:90:0: note: Variable 'sth' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-sql/delete.c:96:2: note: Variable 'sth' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-sql/delete.c:154:32: style: Same expression on both sides of '==' because the value of 'prc' and 'LDAP_SUCCESS' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/servers/slapd/back-sql/delete.c:92:14: note: 'prc' is assigned value 'LDAP_SUCCESS' here.
openldap-2.4.46+dfsg/servers/slapd/back-sql/delete.c:154:32: note: Same expression on both sides of '==' because the value of 'prc' and 'LDAP_SUCCESS' are the same.
openldap-2.4.46+dfsg/servers/slapd/back-sql/entry-id.c:542:2: style: Variable 'validate' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/back-sql/entry-id.c:528:0: note: Variable 'validate' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-sql/entry-id.c:542:2: note: Variable 'validate' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-sql/entry-id.c:543:2: style: Variable 'pretty' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/back-sql/entry-id.c:529:0: note: Variable 'pretty' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-sql/entry-id.c:543:2: note: Variable 'pretty' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/back-sql/entry-id.c:1019:7: style: The scope of the variable 'ap' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-sql/entry-id.c:39:39: style: Function 'backsql_entryID_dup' argument 1 names different: declaration 'eid' definition 'src'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:140:39: note: Function 'backsql_entryID_dup' argument 1 names different: declaration 'eid' definition 'src'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/entry-id.c:39:39: note: Function 'backsql_entryID_dup' argument 1 names different: declaration 'eid' definition 'src'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/entry-id.c:911:60: style: Function 'backsql_id2entry' argument 2 names different: declaration 'id' definition 'eid'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:136:60: note: Function 'backsql_id2entry' argument 2 names different: declaration 'id' definition 'eid'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/entry-id.c:911:60: note: Function 'backsql_id2entry' argument 2 names different: declaration 'id' definition 'eid'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/dnreverse.cpp:126:3: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/dnreverse.cpp:138:5: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/dnreverse.cpp:259:3: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/dnreverse.cpp:275:3: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/dnreverse.cpp:301:3: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/dnreverse.cpp:313:3: style: Exception should be caught by reference. [catchExceptionByValue]
openldap-2.4.46+dfsg/servers/slapd/back-sql/schema-map.c:902:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-sql/schema-map.c:503:40: style: Function 'backsql_load_schema_map' argument 1 names different: declaration 'si' definition 'bi'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:154:44: note: Function 'backsql_load_schema_map' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/schema-map.c:503:40: note: Function 'backsql_load_schema_map' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/schema-map.c:770:30: style: Function 'backsql_oc2oc' argument 1 names different: declaration 'si' definition 'bi'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:156:50: note: Function 'backsql_oc2oc' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/schema-map.c:770:30: note: Function 'backsql_oc2oc' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/schema-map.c:797:32: style: Function 'backsql_name2oc' argument 1 names different: declaration 'si' definition 'bi'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:160:53: note: Function 'backsql_name2oc' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/schema-map.c:797:32: note: Function 'backsql_name2oc' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/schema-map.c:828:30: style: Function 'backsql_id2oc' argument 1 names different: declaration 'si' definition 'bi'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:158:50: note: Function 'backsql_id2oc' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/schema-map.c:828:30: note: Function 'backsql_id2oc' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/schema-map.c:1035:43: style: Function 'backsql_destroy_schema_map' argument 1 names different: declaration 'si' definition 'bi'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:169:47: note: Function 'backsql_destroy_schema_map' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/schema-map.c:1035:43: note: Function 'backsql_destroy_schema_map' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/search.c:378:7: style: The scope of the variable 'res' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-sql/search.c:430:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-sql/search.c:2784:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/back-sql/sql-wrap.c:341:36: style: Function 'backsql_init_db_env' argument 1 names different: declaration 'si' definition 'bi'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:232:40: note: Function 'backsql_init_db_env' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/sql-wrap.c:341:36: note: Function 'backsql_init_db_env' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/sql-wrap.c:363:36: style: Function 'backsql_free_db_env' argument 1 names different: declaration 'si' definition 'bi'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:234:40: note: Function 'backsql_free_db_env' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/sql-wrap.c:363:36: note: Function 'backsql_free_db_env' argument 1 names different: declaration 'si' definition 'bi'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/sql-wrap.c:492:46: style: Function 'backsql_get_db_conn' argument 2 names different: declaration 'dbh' definition 'dbhp'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:236:50: note: Function 'backsql_get_db_conn' argument 2 names different: declaration 'dbh' definition 'dbhp'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/sql-wrap.c:492:46: note: Function 'backsql_get_db_conn' argument 2 names different: declaration 'dbh' definition 'dbhp'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/util.c:376:3: warning: Either the condition 'dest_from!=NULL' is redundant or there is possible null pointer dereference: dest_from. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/servers/slapd/back-sql/util.c:344:17: note: Assuming that condition 'dest_from!=NULL' is not redundant
openldap-2.4.46+dfsg/servers/slapd/back-sql/util.c:376:3: note: Null pointer dereference
openldap-2.4.46+dfsg/servers/slapd/back-sql/util.c:331:9: style: The scope of the variable 's' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/back-sql/util.c:305:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openldap-2.4.46+dfsg/servers/slapd/back-sql/util.c:357:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openldap-2.4.46+dfsg/servers/slapd/back-sql/util.c:250:18: style: Function 'backsql_entry_addattr' argument 3 names different: declaration 'at_val' definition 'val'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:262:18: note: Function 'backsql_entry_addattr' argument 3 names different: declaration 'at_val' definition 'val'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/util.c:250:18: note: Function 'backsql_entry_addattr' argument 3 names different: declaration 'at_val' definition 'val'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/util.c:390:14: style: Function 'backsql_split_pattern' argument 1 names different: declaration 'pattern' definition '_pattern'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/back-sql/proto-sql.h:267:40: note: Function 'backsql_split_pattern' argument 1 names different: declaration 'pattern' definition '_pattern'.
openldap-2.4.46+dfsg/servers/slapd/back-sql/util.c:390:14: note: Function 'backsql_split_pattern' argument 1 names different: declaration 'pattern' definition '_pattern'.
openldap-2.4.46+dfsg/servers/slapd/backglue.c:1157:2: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
openldap-2.4.46+dfsg/servers/slapd/backglue.c:289:2: style: Variable 'be' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/backglue.c:288:0: note: Variable 'be' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/backglue.c:289:2: note: Variable 'be' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/backglue.c:837:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/backglue.c:837:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/backglue.c:837:12: style: The scope of the variable 'same' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/backglue.c:837:18: style: The scope of the variable 'bsame' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/backover.c:936:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/backover.c:233:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/backover.c:285:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/backover.c:346:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/backover.c:417:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/backover.c:495:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/backover.c:564:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/backover.c:724:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/backover.c:728:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:7197:3: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:7456:2: style: Variable 'ca.argv' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:7454:2: note: Variable 'ca.argv' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:7456:2: note: Variable 'ca.argv' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:1322:17: style: The scope of the variable 'ce' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:1360:17: style: The scope of the variable 'ce' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:1398:17: style: The scope of the variable 'ce' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:1463:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:3561:8: style: The scope of the variable 'next' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:3566:15: style: The scope of the variable 'tgt' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:6959:11: style: The scope of the variable 'oe' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:4152:52: style: Function 'config_register_schema' argument 2 names different: declaration 'co' definition 'ocs'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/config.h:191:56: note: Function 'config_register_schema' argument 2 names different: declaration 'co' definition 'ocs'.
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:4152:52: note: Function 'config_register_schema' argument 2 names different: declaration 'co' definition 'ocs'.
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:4975:7: style: Function 'config_add_internal' argument 5 names different: declaration 'renumber' definition 'renum'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:110:22: note: Function 'config_add_internal' argument 5 names different: declaration 'renumber' definition 'renum'.
openldap-2.4.46+dfsg/servers/slapd/bconfig.c:4975:7: note: Function 'config_add_internal' argument 5 names different: declaration 'renumber' definition 'renum'.
openldap-2.4.46+dfsg/servers/slapd/config.c:164:3: style: Variable 'ignored' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/config.c:159:0: note: Variable 'ignored' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/config.c:164:3: note: Variable 'ignored' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/config.c:346:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/config.c:449:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/config.c:561:9: style: The scope of the variable 'code' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/config.c:929:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/config.c:944:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/config.c:964:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/config.c:1000:6: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/config.c:1458:15: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/config.c:1564:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/config.c:2215:8: style: The scope of the variable 'p' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/config.c:122:47: style: Function 'config_find_keyword' argument 1 names different: declaration 'ct' definition 'Conf'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/config.h:205:48: note: Function 'config_find_keyword' argument 1 names different: declaration 'ct' definition 'Conf'.
openldap-2.4.46+dfsg/servers/slapd/config.c:122:47: note: Function 'config_find_keyword' argument 1 names different: declaration 'ct' definition 'Conf'.
openldap-2.4.46+dfsg/servers/slapd/config.c:415:34: style: Function 'config_add_vals' argument 1 names different: declaration 'ct' definition 'Conf'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/config.h:194:34: note: Function 'config_add_vals' argument 1 names different: declaration 'ct' definition 'Conf'.
openldap-2.4.46+dfsg/servers/slapd/config.c:415:34: note: Function 'config_add_vals' argument 1 names different: declaration 'ct' definition 'Conf'.
openldap-2.4.46+dfsg/servers/slapd/config.c:445:30: style: Function 'config_get_vals' argument 1 names different: declaration 'ct' definition 'cf'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/config.h:193:34: note: Function 'config_get_vals' argument 1 names different: declaration 'ct' definition 'cf'.
openldap-2.4.46+dfsg/servers/slapd/config.c:445:30: note: Function 'config_get_vals' argument 1 names different: declaration 'ct' definition 'cf'.
openldap-2.4.46+dfsg/servers/slapd/config.c:2136:61: style: Function 'strtok_quote' argument 4 names different: declaration 'inquote' definition 'iqp'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/config.c:97:73: note: Function 'strtok_quote' argument 4 names different: declaration 'inquote' definition 'iqp'.
openldap-2.4.46+dfsg/servers/slapd/config.c:2136:61: note: Function 'strtok_quote' argument 4 names different: declaration 'inquote' definition 'iqp'.
openldap-2.4.46+dfsg/servers/slapd/connection.c:728:45: style: Function 'connection_abandon' argument 1 names different: declaration 'conn' definition 'c'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/connection.c:90:45: note: Function 'connection_abandon' argument 1 names different: declaration 'conn' definition 'c'.
openldap-2.4.46+dfsg/servers/slapd/connection.c:728:45: note: Function 'connection_abandon' argument 1 names different: declaration 'conn' definition 'c'.
openldap-2.4.46+dfsg/servers/slapd/connection.c:1496:31: style: Function 'connection_input' argument 1 names different: declaration 'c' definition 'conn'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/connection.c:84:42: note: Function 'connection_input' argument 1 names different: declaration 'c' definition 'conn'.
openldap-2.4.46+dfsg/servers/slapd/connection.c:1496:31: note: Function 'connection_input' argument 1 names different: declaration 'c' definition 'conn'.
openldap-2.4.46+dfsg/servers/slapd/connection.c:547:7: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/connection.c:641:11: style: Variable 'connid' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/controls.c:407:23: style: The scope of the variable 'sc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/cr.c:102:15: style: The scope of the variable 'c' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/cr.c:219:10: style: The scope of the variable 'attrs1' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/cr.c:220:17: style: The scope of the variable 'sat' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/cr.c:255:10: style: The scope of the variable 'attrs1' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/cr.c:256:17: style: The scope of the variable 'sat' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/cr.c:293:10: style: The scope of the variable 'attrs1' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/cr.c:294:17: style: The scope of the variable 'sat' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/daemon.c:2013:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openldap-2.4.46+dfsg/servers/slapd/daemon.c:2366:12: style: The scope of the variable 'tdelta' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/daemon.c:2367:17: style: The scope of the variable 'rtask' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/delete.c:176:4: style: Variable 'org_req_dn' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/delete.c:167:0: note: Variable 'org_req_dn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/delete.c:176:4: note: Variable 'org_req_dn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/delete.c:177:4: style: Variable 'org_req_ndn' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/delete.c:168:0: note: Variable 'org_req_ndn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/delete.c:177:4: note: Variable 'org_req_ndn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/delete.c:178:4: style: Variable 'org_dn' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/delete.c:169:0: note: Variable 'org_dn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/delete.c:178:4: note: Variable 'org_dn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/delete.c:179:4: style: Variable 'org_ndn' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/delete.c:170:0: note: Variable 'org_ndn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/delete.c:179:4: note: Variable 'org_ndn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/dn.c:127:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/dn.c:240:12: style: The scope of the variable 'ava_j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/dn.c:401:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/entry.c:808:21: warning: Either the condition 'ndn!=NULL' is redundant or there is possible null pointer dereference: ndn. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/servers/slapd/entry.c:799:11: note: Assuming that condition 'ndn!=NULL' is not redundant
openldap-2.4.46+dfsg/servers/slapd/entry.c:808:21: note: Null pointer dereference
openldap-2.4.46+dfsg/servers/slapd/entry.c:792:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/entry.c:788:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/entry.c:792:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/entry.c:832:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/entry.c:825:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/entry.c:832:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/entry.c:820:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/entry.c:503:21: style: Variable 'tmp' is not assigned a value. [unassignedVariable]
openldap-2.4.46+dfsg/servers/slapd/filter.c:320:7: style: The scope of the variable 'err' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/filter.c:956:23: style: Function 'get_simple_vrFilter' argument 3 names different: declaration 'f' definition 'filt'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/filter.c:60:23: note: Function 'get_simple_vrFilter' argument 3 names different: declaration 'f' definition 'filt'.
openldap-2.4.46+dfsg/servers/slapd/filter.c:956:23: note: Function 'get_simple_vrFilter' argument 3 names different: declaration 'f' definition 'filt'.
openldap-2.4.46+dfsg/servers/slapd/filter.c:1240:56: style: Function 'simple_vrFilter2bv' argument 2 names different: declaration 'f' definition 'vrf'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/filter.c:54:22: note: Function 'simple_vrFilter2bv' argument 2 names different: declaration 'f' definition 'vrf'.
openldap-2.4.46+dfsg/servers/slapd/filter.c:1240:56: note: Function 'simple_vrFilter2bv' argument 2 names different: declaration 'f' definition 'vrf'.
openldap-2.4.46+dfsg/servers/slapd/init.c:284:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/servers/slapd/init.c:305:6: style: Unused variable: i [unusedVariable]
openldap-2.4.46+dfsg/servers/slapd/ldapsync.c:301:4: style: Variable 'sid_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/ldapsync.c:300:0: note: Variable 'sid_ptr' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/ldapsync.c:301:4: note: Variable 'sid_ptr' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/ldapsync.c:425:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/limits.c:899:17: style: The scope of the variable 'style' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/lock.c:55:3: error: Resource leak: lfp [resourceLeak]
openldap-2.4.46+dfsg/servers/slapd/lock.c:68:3: error: Resource leak: lfp [resourceLeak]
openldap-2.4.46+dfsg/servers/slapd/lock.c:71:2: error: Resource leak: lfp [resourceLeak]
openldap-2.4.46+dfsg/servers/slapd/main.c:278:8: warning: Either the condition 'arg' is redundant or there is possible null pointer dereference: arg. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/servers/slapd/main.c:252:7: note: Assuming that condition 'arg' is not redundant
openldap-2.4.46+dfsg/servers/slapd/main.c:278:8: note: Null pointer dereference
openldap-2.4.46+dfsg/servers/slapd/matchedValues.c:232:22: style: Function 'test_substrings_vrFilter' argument 3 names different: declaration 'f' definition 'vrf'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/matchedValues.c:37:22: note: Function 'test_substrings_vrFilter' argument 3 names different: declaration 'f' definition 'vrf'.
openldap-2.4.46+dfsg/servers/slapd/matchedValues.c:232:22: note: Function 'test_substrings_vrFilter' argument 3 names different: declaration 'f' definition 'vrf'.
openldap-2.4.46+dfsg/servers/slapd/modify.c:872:24: style: The scope of the variable 'modtail' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/modify.c:872:34: style: The scope of the variable 'modlast' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/modify.c:873:6: style: The scope of the variable 'gotcsn' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/modify.c:873:18: style: The scope of the variable 'gotmname' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/modify.c:873:32: style: The scope of the variable 'gotmtime' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:323:5: style: Variable 'org_req_dn' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:317:0: note: Variable 'org_req_dn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:323:5: note: Variable 'org_req_dn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:324:5: style: Variable 'org_req_ndn' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:318:0: note: Variable 'org_req_ndn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:324:5: note: Variable 'org_req_ndn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:325:5: style: Variable 'org_dn' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:319:0: note: Variable 'org_dn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:325:5: note: Variable 'org_dn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:326:5: style: Variable 'org_ndn' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:320:0: note: Variable 'org_ndn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/modrdn.c:326:5: note: Variable 'org_ndn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/mods.c:72:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/mr.c:88:16: style: The scope of the variable 'm' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/mr.c:350:19: style: The scope of the variable 'm' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oc.c:253:10: style: The scope of the variable 'attrs1' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oc.c:254:17: style: The scope of the variable 'sat' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oc.c:255:18: style: The scope of the variable 'satp' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oc.c:256:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oc.c:295:10: style: The scope of the variable 'attrs1' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oc.c:296:17: style: The scope of the variable 'sat' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oc.c:329:7: style: The scope of the variable 'code' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oc.c:331:7: style: The scope of the variable 'nsups' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oc.c:332:9: style: The scope of the variable 'sups1' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oc.c:333:7: style: The scope of the variable 'add_sups' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oc.c:604:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/oidm.c:83:12: style: The scope of the variable 'om' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/sasl.c:1855:3: style: Variable 'AVAs' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/saslauthz.c:1426:18: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/schema_check.c:394:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/schema_check.c:510:17: style: The scope of the variable 'at' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:294:3: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:293:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:294:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:387:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:385:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:387:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:521:3: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:519:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:521:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:528:3: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:525:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:528:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:535:3: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:532:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:535:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:542:3: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:539:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:542:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3653:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3652:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3653:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3654:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3653:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3654:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3676:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3674:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3676:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3657:3: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3656:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:3657:3: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4164:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4161:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4164:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4803:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4802:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4803:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4804:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4803:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4804:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4806:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4804:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4806:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4810:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4806:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4810:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4812:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4810:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4812:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4813:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4812:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4813:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4814:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4813:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4814:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4827:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4825:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4827:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4847:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4845:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:4847:2: note: Variable 'tag' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:1390:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:661:9: style: Variable 'slen' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:662:9: style: Variable 'mlen' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:698:9: style: Variable 'slen' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:699:9: style: Variable 'mlen' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:898:9: style: Variable 'slen' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:899:9: style: Variable 'mlen' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:1026:9: style: Variable 'slen' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/schema_init.c:1027:9: style: Variable 'mlen' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/search.c:213:21: style: The scope of the variable 'alen' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/sets.c:426:13: style: The scope of the variable 'last' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/shell-backends/passwd-shell.c:116:21: style: The scope of the variable 'entry' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/shell-backends/shellutil.c:155:25: style: The scope of the variable 'ip' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:305:6: style: Condition 'No_sl_malloc' is always false [knownConditionTrueFalse]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:427:6: style: Condition 'No_sl_malloc' is always false [knownConditionTrueFalse]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:502:6: style: Condition 'No_sl_malloc' is always false [knownConditionTrueFalse]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:578:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:628:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:138:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:198:22: style: The scope of the variable 'so' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:302:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:420:46: style: The scope of the variable 'nextp' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:497:23: style: The scope of the variable 'nextp' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:531:19: style: The scope of the variable 'order_size' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:533:17: style: The scope of the variable 'diff' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/sl_malloc.c:404:20: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/servers/slapd/slapacl.c:304:10: style: The scope of the variable 'accessmaskbuf' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/slapcommon.c:1178:6: style: The scope of the variable 'manage' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/slapi/plugin.c:231:3: warning: Either the condition 'ppFuncPtrs==NULL' is redundant or there is possible null pointer dereference: ppFuncPtrs. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/servers/slapd/slapi/plugin.c:233:18: note: Assuming that condition 'ppFuncPtrs==NULL' is not redundant
openldap-2.4.46+dfsg/servers/slapd/slapi/plugin.c:231:3: note: Null pointer dereference
openldap-2.4.46+dfsg/servers/slapd/slapi/plugin.c:78:2: style: Variable 'pPlugin' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/slapi/plugin.c:70:0: note: Variable 'pPlugin' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/slapi/plugin.c:78:2: note: Variable 'pPlugin' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/slapi/plugin.c:151:16: style: The scope of the variable 'pSavePB' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/slapi/plugin.c:312:26: style: The scope of the variable 'backExtOp' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3703:2: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3692:0: note: Variable 'dn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3703:2: note: Variable 'dn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3704:2: style: Variable 'ndn' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3693:0: note: Variable 'ndn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3704:2: note: Variable 'ndn' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3809:3: style: Variable 'comma' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3806:17: note: Variable 'comma' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3809:3: note: Variable 'comma' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3993:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3989:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3993:3: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:220:15: style: The scope of the variable 'l' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:508:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:2852:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3469:37: style: The scope of the variable 'np_prev' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3525:11: style: The scope of the variable 'cf' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:4419:6: style: The scope of the variable 'count' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:5519:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:5709:7: style: The scope of the variable 'isrunning' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:2831:17: style: Function 'presentlist_find' argument 2 names different: declaration 'syncUUID' definition 'val'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:136:60: note: Function 'presentlist_find' argument 2 names different: declaration 'syncUUID' definition 'val'.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:2831:17: note: Function 'presentlist_find' argument 2 names different: declaration 'syncUUID' definition 'val'.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:2870:17: style: Function 'presentlist_delete' argument 2 names different: declaration 'syncUUID' definition 'val'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:135:62: note: Function 'presentlist_delete' argument 2 names different: declaration 'syncUUID' definition 'val'.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:2870:17: note: Function 'presentlist_delete' argument 2 names different: declaration 'syncUUID' definition 'val'.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:2891:17: style: Function 'syncrepl_entry' argument 7 names different: declaration 'cookieCSN' definition 'syncCSN'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:147:21: note: Function 'syncrepl_entry' argument 7 names different: declaration 'cookieCSN' definition 'syncCSN'.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:2891:17: note: Function 'syncrepl_entry' argument 7 names different: declaration 'cookieCSN' definition 'syncCSN'.
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:4424:11: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:2395:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3411:6: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:3651:6: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:5292:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:5293:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/servers/slapd/syncrepl.c:5294:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openldap-2.4.46+dfsg/servers/slapd/syntax.c:114:10: style: The scope of the variable 's' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/syntax.c:133:20: style: The scope of the variable 'sir' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/value.c:347:17: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/value.c:347:20: style: The scope of the variable 'idx' can be reduced. [variableScope]
openldap-2.4.46+dfsg/servers/slapd/value.c:705:12: style: The scope of the variable 'k' can be reduced. [variableScope]
openldap-2.4.46+dfsg/tests/progs/ldif-filter.c:218:59: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openldap-2.4.46+dfsg/tests/progs/slapd-addel.c:341:16: style: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/tests/progs/slapd-addel.c:326:26: note: 'do_retry' is assigned value 'maxretries' here.
openldap-2.4.46+dfsg/tests/progs/slapd-addel.c:341:16: note: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same.
openldap-2.4.46+dfsg/tests/progs/slapd-addel.c:199:14: style: The scope of the variable 'j' can be reduced. [variableScope]
openldap-2.4.46+dfsg/tests/progs/slapd-addel.c:317:8: style: Function 'do_addel' argument 4 names different: declaration 'dn' definition 'entry'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/tests/progs/slapd-addel.c:46:8: note: Function 'do_addel' argument 4 names different: declaration 'dn' definition 'entry'.
openldap-2.4.46+dfsg/tests/progs/slapd-addel.c:317:8: note: Function 'do_addel' argument 4 names different: declaration 'dn' definition 'entry'.
openldap-2.4.46+dfsg/tests/progs/slapd-bind.c:454:39: warning: Either the condition 'pwattr!=NULL' is redundant or there is possible null pointer dereference: pwattr. [nullPointerRedundantCheck]
openldap-2.4.46+dfsg/tests/progs/slapd-bind.c:456:14: note: Assuming that condition 'pwattr!=NULL' is not redundant
openldap-2.4.46+dfsg/tests/progs/slapd-bind.c:454:39: note: Null pointer dereference
openldap-2.4.46+dfsg/tests/progs/slapd-modify.c:230:16: style: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/tests/progs/slapd-modify.c:203:26: note: 'do_retry' is assigned value 'maxretries' here.
openldap-2.4.46+dfsg/tests/progs/slapd-modify.c:230:16: note: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same.
openldap-2.4.46+dfsg/tests/progs/slapd-modrdn.c:224:16: style: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/tests/progs/slapd-modrdn.c:186:22: note: 'do_retry' is assigned value 'maxretries' here.
openldap-2.4.46+dfsg/tests/progs/slapd-modrdn.c:224:16: note: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:651:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:637:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:651:2: note: Variable 'rc' is reassigned a value before the old one has been used.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:596:16: style: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:579:19: note: 'do_retry' is assigned value 'maxretries' here.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:596:16: note: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:674:17: style: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:635:26: note: 'do_retry' is assigned value 'maxretries' here.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:674:17: note: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:790:16: style: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:785:26: note: 'do_retry' is assigned value 'maxretries' here.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:790:16: note: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:796:98: style: Same expression on both sides of '-' because the value of 'do_retry' and 'maxretries' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:785:26: note: 'do_retry' is assigned value 'maxretries' here.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:796:98: note: Same expression on both sides of '-' because the value of 'do_retry' and 'maxretries' are the same.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:404:13: style: The scope of the variable 'thisconn' can be reduced. [variableScope]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:407:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:466:13: style: The scope of the variable 'thisconn' can be reduced. [variableScope]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:467:17: style: The scope of the variable 'ld' can be reduced. [variableScope]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:476:7: style: The scope of the variable 'adds' can be reduced. [variableScope]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:477:7: style: The scope of the variable 'dels' can be reduced. [variableScope]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:478:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:575:9: style: Function 'do_conn' argument 4 names different: declaration 'ld' definition 'ldp'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:54:9: note: Function 'do_conn' argument 4 names different: declaration 'ld' definition 'ldp'.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:575:9: note: Function 'do_conn' argument 4 names different: declaration 'ld' definition 'ldp'.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:631:36: style: Function 'do_random' argument 4 names different: declaration 'attrs' definition 'srchattrs'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:63:36: note: Function 'do_random' argument 4 names different: declaration 'attrs' definition 'srchattrs'.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:631:36: note: Function 'do_random' argument 4 names different: declaration 'attrs' definition 'srchattrs'.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:707:36: style: Function 'do_random2' argument 4 names different: declaration 'attrs' definition 'srchattrs'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:69:36: note: Function 'do_random2' argument 4 names different: declaration 'attrs' definition 'srchattrs'.
openldap-2.4.46+dfsg/tests/progs/slapd-mtread.c:707:36: note: Function 'do_random2' argument 4 names different: declaration 'attrs' definition 'srchattrs'.
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:266:16: style: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:245:26: note: 'do_retry' is assigned value 'maxretries' here.
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:266:16: note: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same.
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:309:17: style: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:245:26: note: 'do_retry' is assigned value 'maxretries' here.
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:309:17: note: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same.
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:241:36: style: Function 'do_random' argument 6 names different: declaration 'attrs' definition 'srchattrs'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:51:36: note: Function 'do_random' argument 6 names different: declaration 'attrs' definition 'srchattrs'.
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:241:36: note: Function 'do_random' argument 6 names different: declaration 'attrs' definition 'srchattrs'.
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:341:9: style: Function 'do_read' argument 5 names different: declaration 'ld' definition 'ldp'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:45:22: note: Function 'do_read' argument 5 names different: declaration 'ld' definition 'ldp'.
openldap-2.4.46+dfsg/tests/progs/slapd-read.c:341:9: note: Function 'do_read' argument 5 names different: declaration 'ld' definition 'ldp'.
openldap-2.4.46+dfsg/tests/progs/slapd-search.c:292:16: style: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/tests/progs/slapd-search.c:271:26: note: 'do_retry' is assigned value 'maxretries' here.
openldap-2.4.46+dfsg/tests/progs/slapd-search.c:292:16: note: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same.
openldap-2.4.46+dfsg/tests/progs/slapd-search.c:351:17: style: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same. [duplicateExpression]
openldap-2.4.46+dfsg/tests/progs/slapd-search.c:271:26: note: 'do_retry' is assigned value 'maxretries' here.
openldap-2.4.46+dfsg/tests/progs/slapd-search.c:351:17: note: Same expression on both sides of '==' because the value of 'do_retry' and 'maxretries' are the same.
openldap-2.4.46+dfsg/tests/progs/slapd-search.c:267:9: style: Function 'do_random' argument 8 names different: declaration 'attrs' definition 'srchattrs'. [funcArgNamesDifferent]
openldap-2.4.46+dfsg/tests/progs/slapd-search.c:51:9: note: Function 'do_random' argument 8 names different: declaration 'attrs' definition 'srchattrs'.
openldap-2.4.46+dfsg/tests/progs/slapd-search.c:267:9: note: Function 'do_random' argument 8 names different: declaration 'attrs' definition 'srchattrs'.
openldap-2.4.46+dfsg/tests/progs/slapd-tester.c:971:8: style: The scope of the variable 'got_URL' can be reduced. [variableScope]
[13:01]

ftp://ftp.se.debian.org/debian/pool/main/o/openlibm/openlibm_0.6.0+dfsg.orig.tar.gz
openlibm-0.6.0/bsdsrc/b_exp.c:135:10: style: The scope of the variable 'z' can be reduced. [variableScope]
openlibm-0.6.0/bsdsrc/b_exp.c:135:12: style: The scope of the variable 'hi' can be reduced. [variableScope]
openlibm-0.6.0/bsdsrc/b_exp.c:135:15: style: The scope of the variable 'lo' can be reduced. [variableScope]
openlibm-0.6.0/bsdsrc/b_exp.c:136:6: style: The scope of the variable 'k' can be reduced. [variableScope]
openlibm-0.6.0/bsdsrc/b_tgamma.c:185:17: style: The scope of the variable 't' can be reduced. [variableScope]
openlibm-0.6.0/i387/fenv.c:74:6: style: The scope of the variable 'dx_features' can be reduced. [variableScope]
openlibm-0.6.0/ld128/e_acoshl.c:43:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld128/e_atanhl.c:55:20: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld128/e_fmodl.c:39:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
openlibm-0.6.0/ld128/e_fmodl.c:39:13: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/ld128/e_fmodl.c:39:13: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/ld128/e_fmodl.c:40:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld128/e_fmodl.c:71:11: warning: Shifting signed 64-bit value by 63 bits is undefined behaviour. See condition at line 70. [shiftTooManyBitsSigned]
openlibm-0.6.0/ld128/e_fmodl.c:70:10: note: Assuming that condition 'n<=63' is not redundant
openlibm-0.6.0/ld128/e_fmodl.c:71:11: note: Shift
openlibm-0.6.0/ld128/e_fmodl.c:83:11: warning: Shifting signed 64-bit value by 63 bits is undefined behaviour. See condition at line 82. [shiftTooManyBitsSigned]
openlibm-0.6.0/ld128/e_fmodl.c:82:10: note: Assuming that condition 'n<=63' is not redundant
openlibm-0.6.0/ld128/e_fmodl.c:83:11: note: Shift
openlibm-0.6.0/ld128/e_hypotl.c:52:24: style: The scope of the variable 'yy1' can be reduced. [variableScope]
openlibm-0.6.0/ld128/e_hypotl.c:52:28: style: The scope of the variable 'y2' can be reduced. [variableScope]
openlibm-0.6.0/ld128/e_hypotl.c:53:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openlibm-0.6.0/ld128/e_lgammal_r.c:761:21: style: The scope of the variable 'w' can be reduced. [variableScope]
openlibm-0.6.0/ld128/e_lgammal_r.c:761:27: style: The scope of the variable 'nx' can be reduced. [variableScope]
openlibm-0.6.0/ld128/e_lgammal_r.c:762:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openlibm-0.6.0/ld128/e_lgammal_r.c:762:10: style: The scope of the variable 'nn' can be reduced. [variableScope]
openlibm-0.6.0/ld128/e_log10l.c:192:20: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld128/e_log2l.c:186:20: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld128/e_powl.c:248:17: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld128/e_powl.c:259:20: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld128/e_powl.c:404:8: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openlibm-0.6.0/ld128/e_sinhl.c:57:18: style: The scope of the variable 'w' can be reduced. [variableScope]
openlibm-0.6.0/ld128/e_tgammal.c:33:15: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld128/s_erfl.c:752:11: style: The scope of the variable 'i' can be reduced. [variableScope]
openlibm-0.6.0/ld128/s_erfl.c:798:15: style: The scope of the variable 'y' can be reduced. [variableScope]
openlibm-0.6.0/ld128/s_erfl.c:798:21: style: The scope of the variable 'p' can be reduced. [variableScope]
openlibm-0.6.0/ld128/s_erfl.c:798:24: style: The scope of the variable 'r' can be reduced. [variableScope]
openlibm-0.6.0/ld128/s_nextafterl.c:66:31: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
openlibm-0.6.0/ld128/s_nexttoward.c:81:26: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
openlibm-0.6.0/ld128/s_nexttowardf.c:61:25: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
openlibm-0.6.0/ld128/s_remquol.c:78:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld128/s_remquol.c:114:5: warning: Redundant assignment of 'hy' to itself. [selfAssignment]
openlibm-0.6.0/ld128/s_tanhl.c:62:15: style: The scope of the variable 't' can be reduced. [variableScope]
openlibm-0.6.0/ld80/e_acoshl.c:42:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld80/e_atanhl.c:47:32: style: Opposite expression on both sides of '|'. [oppositeExpression]
openlibm-0.6.0/ld80/e_atanhl.c:47:32: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/ld80/e_atanhl.c:47:32: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/ld80/e_atanhl.c:49:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld80/e_fmodl.c:74:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld80/e_hypotl.c:52:28: style: The scope of the variable 'y2' can be reduced. [variableScope]
openlibm-0.6.0/ld80/e_log10l.c:136:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld80/e_powl.c:316:19: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld80/e_sinhl.c:40:16: style: The scope of the variable 'w' can be reduced. [variableScope]
openlibm-0.6.0/ld80/e_tgammal.c:242:19: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld80/e_tgammal.c:301:17: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld80/e_tgammal.c:189:19: style: The scope of the variable 'v' can be reduced. [variableScope]
openlibm-0.6.0/ld80/s_erfl.c:251:21: style: The scope of the variable 'P' can be reduced. [variableScope]
openlibm-0.6.0/ld80/s_erfl.c:251:24: style: The scope of the variable 'Q' can be reduced. [variableScope]
openlibm-0.6.0/ld80/s_erfl.c:251:30: style: The scope of the variable 'y' can be reduced. [variableScope]
openlibm-0.6.0/ld80/s_erfl.c:331:11: style: The scope of the variable 'hx' can be reduced. [variableScope]
openlibm-0.6.0/ld80/s_erfl.c:332:15: style: The scope of the variable 'R' can be reduced. [variableScope]
openlibm-0.6.0/ld80/s_erfl.c:332:18: style: The scope of the variable 'S' can be reduced. [variableScope]
openlibm-0.6.0/ld80/s_erfl.c:332:21: style: The scope of the variable 'P' can be reduced. [variableScope]
openlibm-0.6.0/ld80/s_erfl.c:332:24: style: The scope of the variable 'Q' can be reduced. [variableScope]
openlibm-0.6.0/ld80/s_erfl.c:332:30: style: The scope of the variable 'y' can be reduced. [variableScope]
openlibm-0.6.0/ld80/s_modfl.c:41:18: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 36. [shiftTooManyBitsSigned]
openlibm-0.6.0/ld80/s_modfl.c:36:8: note: Assuming that condition 'jj0<32' is not redundant
openlibm-0.6.0/ld80/s_modfl.c:41:18: note: Shift
openlibm-0.6.0/ld80/s_nexttowardf.c:63:25: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
openlibm-0.6.0/ld80/s_remquol.c:79:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/ld80/s_remquol.c:113:5: warning: Redundant assignment of 'hx' to itself. [selfAssignment]
openlibm-0.6.0/ld80/s_remquol.c:114:5: warning: Redundant assignment of 'lx' to itself. [selfAssignment]
openlibm-0.6.0/ld80/s_tanhl.c:46:14: style: The scope of the variable 't' can be reduced. [variableScope]
openlibm-0.6.0/src/e_acos.c:78:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_acosf.c:47:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_acosh.c:48:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_acoshf.c:34:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_acosl.c:57:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_asin.c:83:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_asin.c:73:21: style: The scope of the variable 'c' can be reduced. [variableScope]
openlibm-0.6.0/src/e_asin.c:73:23: style: The scope of the variable 'r' can be reduced. [variableScope]
openlibm-0.6.0/src/e_asinf.c:46:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_asinl.c:46:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_asinl.c:37:26: style: The scope of the variable 'c' can be reduced. [variableScope]
openlibm-0.6.0/src/e_asinl.c:37:28: style: The scope of the variable 'r' can be reduced. [variableScope]
openlibm-0.6.0/src/e_atan2.c:71:14: style: Opposite expression on both sides of '|'. [oppositeExpression]
openlibm-0.6.0/src/e_atan2.c:71:14: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_atan2.c:71:14: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_atan2.c:72:14: style: Opposite expression on both sides of '|'. [oppositeExpression]
openlibm-0.6.0/src/e_atan2.c:72:14: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_atan2.c:72:14: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_atan2.c:75:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openlibm-0.6.0/src/e_atan2f.c:47:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openlibm-0.6.0/src/e_atanh.c:51:14: style: Opposite expression on both sides of '|'. [oppositeExpression]
openlibm-0.6.0/src/e_atanh.c:51:14: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_atanh.c:51:14: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_atanh.c:52:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_atanhf.c:35:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_cosh.c:47:11: style: The scope of the variable 'w' can be reduced. [variableScope]
openlibm-0.6.0/src/e_coshf.c:28:10: style: The scope of the variable 'w' can be reduced. [variableScope]
openlibm-0.6.0/src/e_exp.c:155:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openlibm-0.6.0/src/e_expf.c:85:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openlibm-0.6.0/src/e_fmod.c:43:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
openlibm-0.6.0/src/e_fmod.c:43:13: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_fmod.c:43:13: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_fmod.c:44:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_fmod.c:75:18: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 74. [shiftTooManyBitsSigned]
openlibm-0.6.0/src/e_fmod.c:74:10: note: Assuming that condition 'n<=31' is not redundant
openlibm-0.6.0/src/e_fmod.c:75:18: note: Shift
openlibm-0.6.0/src/e_fmod.c:87:18: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 86. [shiftTooManyBitsSigned]
openlibm-0.6.0/src/e_fmod.c:86:10: note: Assuming that condition 'n<=31' is not redundant
openlibm-0.6.0/src/e_fmod.c:87:18: note: Shift
openlibm-0.6.0/src/e_fmodf.c:45:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_fmodl.c:83:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_hypot.c:57:19: style: The scope of the variable 'y1' can be reduced. [variableScope]
openlibm-0.6.0/src/e_hypot.c:57:22: style: The scope of the variable 'y2' can be reduced. [variableScope]
openlibm-0.6.0/src/e_hypot.c:58:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openlibm-0.6.0/src/e_hypotf.c:26:18: style: The scope of the variable 'y1' can be reduced. [variableScope]
openlibm-0.6.0/src/e_hypotf.c:26:21: style: The scope of the variable 'y2' can be reduced. [variableScope]
openlibm-0.6.0/src/e_hypotf.c:27:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openlibm-0.6.0/src/e_hypotl.c:51:28: style: The scope of the variable 'y1' can be reduced. [variableScope]
openlibm-0.6.0/src/e_hypotl.c:51:31: style: The scope of the variable 'y2' can be reduced. [variableScope]
openlibm-0.6.0/src/e_hypotl.c:52:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0.c:159:29: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_j0.c:90:14: style: The scope of the variable 'c' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0.c:90:16: style: The scope of the variable 'ss' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0.c:90:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0.c:90:26: style: The scope of the variable 'v' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0.c:151:12: style: The scope of the variable 's' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0.c:151:14: style: The scope of the variable 'c' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0.c:151:16: style: The scope of the variable 'ss' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0.c:151:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0f.c:113:29: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_j0f.c:44:13: style: The scope of the variable 'c' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0f.c:44:15: style: The scope of the variable 'ss' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0f.c:44:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0f.c:44:25: style: The scope of the variable 'v' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0f.c:105:11: style: The scope of the variable 's' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0f.c:105:13: style: The scope of the variable 'c' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0f.c:105:15: style: The scope of the variable 'ss' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j0f.c:105:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1.c:156:29: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_j1.c:91:14: style: The scope of the variable 'c' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1.c:91:16: style: The scope of the variable 'ss' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1.c:91:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1.c:91:24: style: The scope of the variable 'u' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1.c:91:26: style: The scope of the variable 'v' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1.c:148:12: style: The scope of the variable 's' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1.c:148:14: style: The scope of the variable 'c' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1.c:148:16: style: The scope of the variable 'ss' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1.c:148:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1f.c:109:29: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_j1f.c:44:13: style: The scope of the variable 'c' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1f.c:44:15: style: The scope of the variable 'ss' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1f.c:44:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1f.c:44:23: style: The scope of the variable 'u' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1f.c:44:25: style: The scope of the variable 'v' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1f.c:101:11: style: The scope of the variable 's' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1f.c:101:13: style: The scope of the variable 'c' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1f.c:101:15: style: The scope of the variable 'ss' can be reduced. [variableScope]
openlibm-0.6.0/src/e_j1f.c:101:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
openlibm-0.6.0/src/e_jn.c:67:24: style: Opposite expression on both sides of '|'. [oppositeExpression]
openlibm-0.6.0/src/e_jn.c:67:24: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_jn.c:67:24: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_jn.c:225:24: style: Opposite expression on both sides of '|'. [oppositeExpression]
openlibm-0.6.0/src/e_jn.c:225:24: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_jn.c:225:24: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/e_jn.c:227:22: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_jn.c:218:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openlibm-0.6.0/src/e_jn.c:220:9: style: The scope of the variable 'a' can be reduced. [variableScope]
openlibm-0.6.0/src/e_jn.c:75:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openlibm-0.6.0/src/e_jnf.c:179:22: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_jnf.c:172:14: style: The scope of the variable 'temp' can be reduced. [variableScope]
openlibm-0.6.0/src/e_jnf.c:50:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openlibm-0.6.0/src/e_log.c:89:9: style: The scope of the variable 'hfsq' can be reduced. [variableScope]
openlibm-0.6.0/src/e_logf.c:38:8: style: The scope of the variable 'hfsq' can be reduced. [variableScope]
openlibm-0.6.0/src/e_pow.c:174:13: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_pow.c:189:32: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_pow.c:100:14: style: The scope of the variable 'z_h' can be reduced. [variableScope]
openlibm-0.6.0/src/e_pow.c:100:18: style: The scope of the variable 'z_l' can be reduced. [variableScope]
openlibm-0.6.0/src/e_pow.c:133:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 131. [shiftTooManyBitsSigned]
openlibm-0.6.0/src/e_pow.c:131:7: note: Assuming that condition 'k>20' is not redundant
openlibm-0.6.0/src/e_pow.c:133:12: note: Shift
openlibm-0.6.0/src/e_powf.c:124:16: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_powf.c:134:32: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_powf.c:59:13: style: The scope of the variable 'z_h' can be reduced. [variableScope]
openlibm-0.6.0/src/e_powf.c:59:17: style: The scope of the variable 'z_l' can be reduced. [variableScope]
openlibm-0.6.0/src/e_powf.c:60:19: style: The scope of the variable 's' can be reduced. [variableScope]
openlibm-0.6.0/src/e_rem_pio2f.c:46:9: style: The scope of the variable 'w' can be reduced. [variableScope]
openlibm-0.6.0/src/e_rem_pio2f.c:46:11: style: The scope of the variable 'r' can be reduced. [variableScope]
openlibm-0.6.0/src/e_rem_pio2f.c:46:13: style: The scope of the variable 'fn' can be reduced. [variableScope]
openlibm-0.6.0/src/e_remainder.c:48:29: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_remainder.c:52:31: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_remainder.c:39:9: style: The scope of the variable 'p_half' can be reduced. [variableScope]
openlibm-0.6.0/src/e_remainderf.c:40:24: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_remainderf.c:43:31: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_remainderf.c:31:8: style: The scope of the variable 'p_half' can be reduced. [variableScope]
openlibm-0.6.0/src/e_sinh.c:44:9: style: The scope of the variable 't' can be reduced. [variableScope]
openlibm-0.6.0/src/e_sinhf.c:28:8: style: The scope of the variable 't' can be reduced. [variableScope]
openlibm-0.6.0/src/e_sqrt.c:113:15: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_sqrt.c:99:23: style: The scope of the variable 'i' can be reduced. [variableScope]
openlibm-0.6.0/src/e_sqrt.c:100:14: style: The scope of the variable 't1' can be reduced. [variableScope]
openlibm-0.6.0/src/e_sqrtf.c:41:15: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/e_sqrtf.c:27:19: style: The scope of the variable 't' can be reduced. [variableScope]
openlibm-0.6.0/src/e_sqrtf.c:27:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openlibm-0.6.0/src/e_sqrtl.c:100:19: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/k_exp.c:87:21: style: Function '__ldexp_cexp' argument 1 names different: declaration 'complex' definition 'z'. [funcArgNamesDifferent]
openlibm-0.6.0/src/math_private.h:331:36: note: Function '__ldexp_cexp' argument 1 names different: declaration 'complex' definition 'z'.
openlibm-0.6.0/src/k_exp.c:87:21: note: Function '__ldexp_cexp' argument 1 names different: declaration 'complex' definition 'z'.
openlibm-0.6.0/src/k_expf.c:70:21: style: Function '__ldexp_cexpf' argument 1 names different: declaration 'complex' definition 'z'. [funcArgNamesDifferent]
openlibm-0.6.0/src/math_private.h:351:35: note: Function '__ldexp_cexpf' argument 1 names different: declaration 'complex' definition 'z'.
openlibm-0.6.0/src/k_expf.c:70:21: note: Function '__ldexp_cexpf' argument 1 names different: declaration 'complex' definition 'z'.
openlibm-0.6.0/src/k_rem_pio2.c:419:3: warning: Redundant assignment of 'fw' to itself. [selfAssignment]
openlibm-0.6.0/src/s_cbrt.c:47:12: style: The scope of the variable 'high' can be reduced. [variableScope]
openlibm-0.6.0/src/s_cbrtf.c:38:12: style: The scope of the variable 'high' can be reduced. [variableScope]
openlibm-0.6.0/src/s_cbrtl.c:142:0: error: #error "Unsupported long double format" [preprocessorErrorDirective]
openlibm-0.6.0/src/s_ccos.c:61:9: style: The scope of the variable 'e' can be reduced. [variableScope]
openlibm-0.6.0/src/s_ccos.c:61:12: style: The scope of the variable 'ei' can be reduced. [variableScope]
openlibm-0.6.0/src/s_ccosf.c:59:11: style: The scope of the variable 'e' can be reduced. [variableScope]
openlibm-0.6.0/src/s_ccosf.c:59:14: style: The scope of the variable 'ei' can be reduced. [variableScope]
openlibm-0.6.0/src/s_ccosh.c:50:15: style: The scope of the variable 'h' can be reduced. [variableScope]
openlibm-0.6.0/src/s_ccoshf.c:44:14: style: The scope of the variable 'h' can be reduced. [variableScope]
openlibm-0.6.0/src/s_ccosl.c:59:14: style: The scope of the variable 'e' can be reduced. [variableScope]
openlibm-0.6.0/src/s_ccosl.c:59:17: style: The scope of the variable 'ei' can be reduced. [variableScope]
openlibm-0.6.0/src/s_cexp.c:42:15: style: The scope of the variable 'exp_x' can be reduced. [variableScope]
openlibm-0.6.0/src/s_cexpf.c:42:14: style: The scope of the variable 'exp_x' can be reduced. [variableScope]
openlibm-0.6.0/src/s_cos.c:57:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openlibm-0.6.0/src/s_cosl.c:44:0: error: #error "Unsupported long double format" [preprocessorErrorDirective]
openlibm-0.6.0/src/s_csin.c:63:9: style: The scope of the variable 'e' can be reduced. [variableScope]
openlibm-0.6.0/src/s_csin.c:63:12: style: The scope of the variable 'ei' can be reduced. [variableScope]
openlibm-0.6.0/src/s_csinf.c:60:11: style: The scope of the variable 'e' can be reduced. [variableScope]
openlibm-0.6.0/src/s_csinf.c:60:14: style: The scope of the variable 'ei' can be reduced. [variableScope]
openlibm-0.6.0/src/s_csinh.c:50:15: style: The scope of the variable 'h' can be reduced. [variableScope]
openlibm-0.6.0/src/s_csinhf.c:44:14: style: The scope of the variable 'h' can be reduced. [variableScope]
openlibm-0.6.0/src/s_csinl.c:61:14: style: The scope of the variable 'e' can be reduced. [variableScope]
openlibm-0.6.0/src/s_csinl.c:61:17: style: The scope of the variable 'ei' can be reduced. [variableScope]
openlibm-0.6.0/src/s_csqrt.c:67:15: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/s_csqrtf.c:58:15: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/s_csqrtl.c:66:15: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/s_erf.c:192:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erf.c:193:13: style: The scope of the variable 'P' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erf.c:193:15: style: The scope of the variable 'Q' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erf.c:193:19: style: The scope of the variable 'y' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erf.c:245:9: style: The scope of the variable 'R' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erf.c:245:11: style: The scope of the variable 'S' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erf.c:245:13: style: The scope of the variable 'P' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erf.c:245:15: style: The scope of the variable 'Q' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erf.c:245:19: style: The scope of the variable 'y' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erff.c:86:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erff.c:87:12: style: The scope of the variable 'P' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erff.c:87:14: style: The scope of the variable 'Q' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erff.c:87:18: style: The scope of the variable 'y' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erff.c:134:8: style: The scope of the variable 'R' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erff.c:134:10: style: The scope of the variable 'S' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erff.c:134:12: style: The scope of the variable 'P' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erff.c:134:14: style: The scope of the variable 'Q' can be reduced. [variableScope]
openlibm-0.6.0/src/s_erff.c:134:18: style: The scope of the variable 'y' can be reduced. [variableScope]
openlibm-0.6.0/src/s_exp2.c:344:20: style: The scope of the variable 'lx' can be reduced. [variableScope]
openlibm-0.6.0/src/s_expm1.c:134:11: style: The scope of the variable 'hi' can be reduced. [variableScope]
openlibm-0.6.0/src/s_expm1.c:134:14: style: The scope of the variable 'lo' can be reduced. [variableScope]
openlibm-0.6.0/src/s_expm1.c:134:34: style: The scope of the variable 'twopk' can be reduced. [variableScope]
openlibm-0.6.0/src/s_expm1.c:190:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openlibm-0.6.0/src/s_expm1f.c:43:10: style: The scope of the variable 'hi' can be reduced. [variableScope]
openlibm-0.6.0/src/s_expm1f.c:43:13: style: The scope of the variable 'lo' can be reduced. [variableScope]
openlibm-0.6.0/src/s_expm1f.c:43:33: style: The scope of the variable 'twopk' can be reduced. [variableScope]
openlibm-0.6.0/src/s_expm1f.c:96:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openlibm-0.6.0/src/s_fma.c:78:12: style: The scope of the variable 'hibits' can be reduced. [variableScope]
openlibm-0.6.0/src/s_fma.c:78:20: style: The scope of the variable 'lobits' can be reduced. [variableScope]
openlibm-0.6.0/src/s_fma.c:102:12: style: The scope of the variable 'hibits' can be reduced. [variableScope]
openlibm-0.6.0/src/s_fma.c:102:20: style: The scope of the variable 'lobits' can be reduced. [variableScope]
openlibm-0.6.0/src/s_fma.c:103:6: style: The scope of the variable 'bits_lost' can be reduced. [variableScope]
openlibm-0.6.0/src/s_fmal.c:99:6: style: The scope of the variable 'bits_lost' can be reduced. [variableScope]
openlibm-0.6.0/src/s_frexpl.c:36:0: error: #error "Unsupported long double format" [preprocessorErrorDirective]
openlibm-0.6.0/src/s_ilogb.c:31:16: style: The scope of the variable 'ix' can be reduced. [variableScope]
openlibm-0.6.0/src/s_ilogbf.c:27:13: style: The scope of the variable 'ix' can be reduced. [variableScope]
openlibm-0.6.0/src/s_ilogbl.c:28:6: style: The scope of the variable 'b' can be reduced. [variableScope]
openlibm-0.6.0/src/s_log1p.c:113:20: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/s_log1p.c:103:24: style: The scope of the variable 'u' can be reduced. [variableScope]
openlibm-0.6.0/src/s_log1pf.c:51:20: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/s_log1pf.c:41:23: style: The scope of the variable 'u' can be reduced. [variableScope]
openlibm-0.6.0/src/s_logbl.c:25:6: style: The scope of the variable 'b' can be reduced. [variableScope]
openlibm-0.6.0/src/s_nan.c:65:23: style: Function '__scan_nan' argument 1 names different: declaration '__words' definition 'words'. [funcArgNamesDifferent]
openlibm-0.6.0/src/math_private_openbsd.h:208:27: note: Function '__scan_nan' argument 1 names different: declaration '__words' definition 'words'.
openlibm-0.6.0/src/s_nan.c:65:23: note: Function '__scan_nan' argument 1 names different: declaration '__words' definition 'words'.
openlibm-0.6.0/src/s_nan.c:65:34: style: Function '__scan_nan' argument 2 names different: declaration '__num_words' definition 'num_words'. [funcArgNamesDifferent]
openlibm-0.6.0/src/math_private_openbsd.h:208:40: note: Function '__scan_nan' argument 2 names different: declaration '__num_words' definition 'num_words'.
openlibm-0.6.0/src/s_nan.c:65:34: note: Function '__scan_nan' argument 2 names different: declaration '__num_words' definition 'num_words'.
openlibm-0.6.0/src/s_nan.c:65:57: style: Function '__scan_nan' argument 3 names different: declaration '__s' definition 's'. [funcArgNamesDifferent]
openlibm-0.6.0/src/math_private_openbsd.h:208:65: note: Function '__scan_nan' argument 3 names different: declaration '__s' definition 's'.
openlibm-0.6.0/src/s_nan.c:65:57: note: Function '__scan_nan' argument 3 names different: declaration '__s' definition 's'.
openlibm-0.6.0/src/s_nextafterl.c:30:0: error: #error "Unsupported long double format" [preprocessorErrorDirective]
openlibm-0.6.0/src/s_nexttoward.c:29:0: error: #error "Unsupported long double format" [preprocessorErrorDirective]
openlibm-0.6.0/src/s_remquo.c:46:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
openlibm-0.6.0/src/s_remquo.c:46:13: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/s_remquo.c:46:13: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/s_remquo.c:47:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/s_remquo.c:83:18: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 82. [shiftTooManyBitsSigned]
openlibm-0.6.0/src/s_remquo.c:82:10: note: Assuming that condition 'n<=31' is not redundant
openlibm-0.6.0/src/s_remquo.c:83:18: note: Shift
openlibm-0.6.0/src/s_remquo.c:95:18: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 94. [shiftTooManyBitsSigned]
openlibm-0.6.0/src/s_remquo.c:94:10: note: Assuming that condition 'n<=31' is not redundant
openlibm-0.6.0/src/s_remquo.c:95:18: note: Shift
openlibm-0.6.0/src/s_remquof.c:45:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/s_remquol.c:89:18: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/src/s_rint.c:51:13: style: Opposite expression on both sides of '|'. [oppositeExpression]
openlibm-0.6.0/src/s_rint.c:51:13: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/s_rint.c:51:13: note: Opposite expression on both sides of '|'.
openlibm-0.6.0/src/s_rint.c:42:11: style: The scope of the variable 't' can be reduced. [variableScope]
openlibm-0.6.0/src/s_rint.c:44:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openlibm-0.6.0/src/s_rint.c:56:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openlibm-0.6.0/src/s_rint.c:83:47: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 76. [shiftTooManyBitsSigned]
openlibm-0.6.0/src/s_rint.c:76:15: note: Assuming that condition 'j0>51' is not redundant
openlibm-0.6.0/src/s_rint.c:83:47: note: Shift
openlibm-0.6.0/src/s_rintf.c:35:8: style: The scope of the variable 'w' can be reduced. [variableScope]
openlibm-0.6.0/src/s_rintf.c:35:10: style: The scope of the variable 't' can be reduced. [variableScope]
openlibm-0.6.0/src/s_rintf.c:37:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openlibm-0.6.0/src/s_rintf.c:45:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openlibm-0.6.0/src/s_rintl.c:42:0: error: #error "Unsupported long double format" [preprocessorErrorDirective]
openlibm-0.6.0/src/s_scalbln.c:75:9: style: Variable 'in' is assigned a value that is never used. [unreadVariable]
openlibm-0.6.0/src/s_scalbnl.c:35:0: error: #error "Unsupported long double format" [preprocessorErrorDirective]
openlibm-0.6.0/src/s_sin.c:57:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openlibm-0.6.0/src/s_sincosl.c:23:0: error: #error "Unsupported long double format" [preprocessorErrorDirective]
openlibm-0.6.0/src/s_sinl.c:39:0: error: #error "Unsupported long double format" [preprocessorErrorDirective]
openlibm-0.6.0/src/s_tan.c:56:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openlibm-0.6.0/src/s_tanh.c:49:9: style: The scope of the variable 't' can be reduced. [variableScope]
openlibm-0.6.0/src/s_tanhf.c:27:8: style: The scope of the variable 't' can be reduced. [variableScope]
openlibm-0.6.0/src/s_tanl.c:45:0: error: #error "Unsupported long double format" [preprocessorErrorDirective]
openlibm-0.6.0/test/inf_torture.c:11:57: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:12:69: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:13:82: portability: Casting from long double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:16:49: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:17:49: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:18:54: portability: Casting between integer* and long double* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:29:58: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:30:70: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:31:83: portability: Casting from long double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:34:49: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:35:49: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:36:54: portability: Casting between integer* and long double* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:46:52: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:47:64: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:48:77: portability: Casting from long double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:51:49: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:52:49: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:53:54: portability: Casting between integer* and long double* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:64:53: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:65:65: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:66:78: portability: Casting from long double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:69:49: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:70:49: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/inf_torture.c:71:54: portability: Casting between integer* and long double* which have an incompatible binary data representation. [invalidPointerCast]
openlibm-0.6.0/test/libm-bench.cpp:49:15: performance: Technically the member function 'stimer::current' can be static. [functionStatic]
openlibm-0.6.0/test/libm-bench.cpp:56:12: performance: Technically the member function 'stimer::span' can be static. [functionStatic]
openlibm-0.6.0/test/libm-test.c:4370:7: style: Condition 'output_ulps' is always false [knownConditionTrueFalse]
openlibm-0.6.0/test/libm-test.c:4352:17: note: Assignment 'output_ulps=0', assigned value is 0
openlibm-0.6.0/test/libm-test.c:4370:7: note: Condition 'output_ulps' is always false
openlibm-0.6.0/test/libm-test.c:4238:25: style: Same expression on both sides of '/'. [duplicateExpression]
openlibm-0.6.0/test/libm-test.c:728:3: warning: Return value of function acos() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:758:3: warning: Return value of function acosh() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:811:3: warning: Return value of function asinh() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:862:3: warning: Return value of function atanh() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:890:3: warning: Return value of function atan2() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:1469:3: warning: Return value of function cbrt() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:1935:3: warning: Return value of function cosh() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:2677:3: warning: Return value of function fmod() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:2760:3: warning: Return value of function lgamma() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:2803:3: warning: Return value of function hypot() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:3054:3: warning: Return value of function lgamma() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:3675:3: warning: Return value of function remainder() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:3705:3: warning: Return value of function remquo() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:3922:3: warning: Return value of function sinh() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:4005:3: warning: Return value of function tanh() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:4037:3: warning: Return value of function tgamma() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:740:74: error: Invalid acos() argument nr 1. The value is 1.1 but the valid values are '-1.0:1.0'. [invalidFunctionArg]
openlibm-0.6.0/test/libm-test.c:741:76: error: Invalid acos() argument nr 1. The value is -1.1 but the valid values are '-1.0:1.0'. [invalidFunctionArg]
openlibm-0.6.0/test/libm-test.c:793:74: error: Invalid asin() argument nr 1. The value is 1.1 but the valid values are '-1.0:1.0'. [invalidFunctionArg]
openlibm-0.6.0/test/libm-test.c:794:76: error: Invalid asin() argument nr 1. The value is -1.1 but the valid values are '-1.0:1.0'. [invalidFunctionArg]
openlibm-0.6.0/test/libm-test.c:3963:73: error: Invalid sqrt() argument nr 1. The value is -1 but the valid values are '0.0:'. [invalidFunctionArg]
openlibm-0.6.0/test/libm-test.c:903:38: warning: Passing values 0 and 0 to atan2() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:2695:62: warning: Passing values 3 and 0 to fmod() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3177:68: warning: Passing value 0 to log() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3182:59: warning: Passing value -1 to log() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3206:70: warning: Passing value 0 to log10() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3212:61: warning: Passing value -1 to log10() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3242:71: warning: Passing value -1 to log1p() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3243:61: warning: Passing value -2 to log1p() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3267:69: warning: Passing value 0 to log2() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3272:60: warning: Passing value -1 to log2() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3594:71: warning: Passing values 0 and -1 to pow() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3595:72: warning: Passing values 0 and -11 to pow() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3599:71: warning: Passing values 0 and -2 to pow() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3600:74: warning: Passing values 0 and -11.1L to pow() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:781:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:834:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:1909:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:2338:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:2366:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:2393:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:2454:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:2480:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:3171:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:3199:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:3232:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:3260:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:3499:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:3847:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:3949:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:3982:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openlibm-0.6.0/test/libm-test.c:728:3: warning: Return value of function acosf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:758:3: warning: Return value of function acoshf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:811:3: warning: Return value of function asinhf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:862:3: warning: Return value of function atanhf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:890:3: warning: Return value of function atan2f() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:1469:3: warning: Return value of function cbrtf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:1935:3: warning: Return value of function coshf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:2677:3: warning: Return value of function fmodf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:2760:3: warning: Return value of function lgammaf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:2803:3: warning: Return value of function hypotf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:3054:3: warning: Return value of function lgammaf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:3675:3: warning: Return value of function remainderf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:3705:3: warning: Return value of function remquof() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:3922:3: warning: Return value of function sinhf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:4005:3: warning: Return value of function tanhf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:4037:3: warning: Return value of function tgammaf() is not used. [ignoredReturnValue]
openlibm-0.6.0/test/libm-test.c:740:74: error: Invalid acosf() argument nr 1. The value is 1.1 but the valid values are '-1.0:1.0'. [invalidFunctionArg]
openlibm-0.6.0/test/libm-test.c:741:76: error: Invalid acosf() argument nr 1. The value is -1.1 but the valid values are '-1.0:1.0'. [invalidFunctionArg]
openlibm-0.6.0/test/libm-test.c:793:74: error: Invalid asinf() argument nr 1. The value is 1.1 but the valid values are '-1.0:1.0'. [invalidFunctionArg]
openlibm-0.6.0/test/libm-test.c:794:76: error: Invalid asinf() argument nr 1. The value is -1.1 but the valid values are '-1.0:1.0'. [invalidFunctionArg]
openlibm-0.6.0/test/libm-test.c:3963:73: error: Invalid sqrtf() argument nr 1. The value is -1 but the valid values are '0.0:'. [invalidFunctionArg]
openlibm-0.6.0/test/libm-test.c:903:38: warning: Passing values 0 and 0 to atan2f() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:2695:62: warning: Passing values 3 and 0 to fmodf() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3177:68: warning: Passing value 0 to logf() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3182:59: warning: Passing value -1 to logf() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3206:70: warning: Passing value 0 to log10f() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3212:61: warning: Passing value -1 to log10f() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3242:71: warning: Passing value -1 to log1pf() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3243:61: warning: Passing value -2 to log1pf() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3267:69: warning: Passing value 0 to log2f() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3272:60: warning: Passing value -1 to log2f() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3594:71: warning: Passing values 0 and -1 to powf() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3595:72: warning: Passing values 0 and -11 to powf() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3599:71: warning: Passing values 0 and -2 to powf() leads to implementation-defined result. [wrongmathcall]
openlibm-0.6.0/test/libm-test.c:3600:74: warning: Passing values 0 and -11.1L to powf() leads to implementation-defined result. [wrongmathcall]
[13:01]

ftp://ftp.se.debian.org/debian/pool/main/o/openload/openload_0.1.2.orig.tar.gz
openload-0.1.2/src/event_loop.cpp:79:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openload-0.1.2/src/event_loop.cpp:52:13: warning: Member variable 'CEventLoop::m_bContinue' is not initialized in the constructor. [uninitMemberVar]
openload-0.1.2/src/http_client.cpp:120:30: style: C-style pointer casting [cstyleCast]
openload-0.1.2/src/http_client.cpp:156:30: style: C-style pointer casting [cstyleCast]
openload-0.1.2/src/http_client.cpp:192:30: style: C-style pointer casting [cstyleCast]
openload-0.1.2/src/http_client.cpp:205:30: style: C-style pointer casting [cstyleCast]
openload-0.1.2/src/http_client.cpp:220:30: style: C-style pointer casting [cstyleCast]
openload-0.1.2/src/http_client.cpp:253:30: style: C-style pointer casting [cstyleCast]
openload-0.1.2/src/http_client.cpp:315:30: style: C-style pointer casting [cstyleCast]
openload-0.1.2/src/http_client.cpp:325:30: style: C-style pointer casting [cstyleCast]
openload-0.1.2/src/http_client.cpp:351:30: style: C-style pointer casting [cstyleCast]
openload-0.1.2/src/http_client.cpp:388:30: style: C-style pointer casting [cstyleCast]
openload-0.1.2/src/http_client.cpp:409:30: style: C-style pointer casting [cstyleCast]
openload-0.1.2/src/http_client.cpp:205:46: style: Variable 'pContext' is assigned a value that is never used. [unreadVariable]
openload-0.1.2/src/http_client.cpp:49:15: warning: Member variable 'CHttpRequest::m_pHeaders' is not initialized in the constructor. [uninitMemberVar]
openload-0.1.2/src/http_client.cpp:49:15: warning: Member variable 'CHttpRequest::m_Len' is not initialized in the constructor. [uninitMemberVar]
openload-0.1.2/src/http_client.cpp:62:16: warning: Member variable 'CHttpResponse::m_Len' is not initialized in the constructor. [uninitMemberVar]
openload-0.1.2/src/http_headers.h:34:10: style: Technically the member function 'CHttpHeaderList::Dump' can be const. [functionConst]
openload-0.1.2/src/http_headers.cpp:172:23: note: Technically the member function 'CHttpHeaderList::Dump' can be const.
openload-0.1.2/src/http_headers.h:34:10: note: Technically the member function 'CHttpHeaderList::Dump' can be const.
openload-0.1.2/src/http_test.cpp:294:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openload-0.1.2/src/http_test.cpp:343:13: warning: %d in format string (no. 8) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openload-0.1.2/src/sock.cpp:249:9: style: The scope of the variable 'res' can be reduced. [variableScope]
openload-0.1.2/src/sock.cpp:291:9: style: The scope of the variable 'res' can be reduced. [variableScope]
openload-0.1.2/src/sock.cpp:143:11: warning: Member variable 'CTcpSock::m_sock' is not initialized in the constructor. [uninitMemberVar]
openload-0.1.2/src/sock.cpp:143:11: warning: Member variable 'CTcpSock::m_wbuf' is not initialized in the constructor. [uninitMemberVar]
openload-0.1.2/src/sock.cpp:143:11: warning: Member variable 'CTcpSock::m_wlen' is not initialized in the constructor. [uninitMemberVar]
openload-0.1.2/src/sock.cpp:143:11: warning: Member variable 'CTcpSock::m_sent' is not initialized in the constructor. [uninitMemberVar]
openload-0.1.2/src/sock.cpp:143:11: warning: Member variable 'CTcpSock::m_rbuf' is not initialized in the constructor. [uninitMemberVar]
openload-0.1.2/src/sock.cpp:143:11: warning: Member variable 'CTcpSock::m_rlen' is not initialized in the constructor. [uninitMemberVar]
openload-0.1.2/src/sock.cpp:143:11: warning: Member variable 'CTcpSock::m_read' is not initialized in the constructor. [uninitMemberVar]
openload-0.1.2/src/tmplparmchunk.h:32:9: performance: Technically the member function 'CTmplParmChunk::Verify' can be static. [functionStatic]
openload-0.1.2/src/tmplparmchunk.cpp:31:21: note: Technically the member function 'CTmplParmChunk::Verify' can be static.
openload-0.1.2/src/tmplparmchunk.h:32:9: note: Technically the member function 'CTmplParmChunk::Verify' can be static.
openload-0.1.2/src/tmplparmchunk.h:34:10: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openload-0.1.2/src/tmplchunk.h:36:18: note: Virtual function in base class
openload-0.1.2/src/tmplparmchunk.h:34:10: note: Function in derived class
openload-0.1.2/src/tmpltxtchunk.cpp:50:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'const signed char *'. [invalidPrintfArgType_uint]
openload-0.1.2/src/tmpltxtchunk.h:34:10: style: The function 'Dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openload-0.1.2/src/tmplchunk.h:36:18: note: Virtual function in base class
openload-0.1.2/src/tmpltxtchunk.h:34:10: note: Function in derived class
openload-0.1.2/src/url.cpp:70:13: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
openload-0.1.2/src/url.h:6:1: warning: The class 'CUrl' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openload-0.1.2/src/verifier.h:38:7: style: Technically the member function 'CVerifier::Verify' can be const. [functionConst]
openload-0.1.2/src/verifier.cpp:140:16: note: Technically the member function 'CVerifier::Verify' can be const.
openload-0.1.2/src/verifier.h:38:7: note: Technically the member function 'CVerifier::Verify' can be const.
[13:01]

ftp://ftp.se.debian.org/debian/pool/main/o/openlp/openlp_2.4.6.orig.tar.gz
OpenLP-2.4.6/openlp/plugins/presentations/lib/pptviewlib/pptviewlib.cpp:340:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
OpenLP-2.4.6/openlp/plugins/presentations/lib/pptviewlib/pptviewlib.cpp:341:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
OpenLP-2.4.6/openlp/plugins/presentations/lib/pptviewlib/pptviewlib.cpp:733:13: style: The scope of the variable 'filename' can be reduced. [variableScope]
OpenLP-2.4.6/openlp/plugins/presentations/lib/pptviewlib/pptviewlib.cpp:576:38: style: Function 'GotoSlide' argument 2 names different: declaration 'slide_no' definition 'slideNo'. [funcArgNamesDifferent]
OpenLP-2.4.6/openlp/plugins/presentations/lib/pptviewlib/pptviewlib.h:35:38: note: Function 'GotoSlide' argument 2 names different: declaration 'slide_no' definition 'slideNo'.
OpenLP-2.4.6/openlp/plugins/presentations/lib/pptviewlib/pptviewlib.cpp:576:38: note: Function 'GotoSlide' argument 2 names different: declaration 'slide_no' definition 'slideNo'.
[13:01]

ftp://ftp.se.debian.org/debian/pool/main/o/openmama/openmama_2.2.2.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openmcdf/openmcdf_1.5.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openmeeg/openmeeg_2.0.0.dfsg.orig.tar.gz
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:347:47: style: Function 'tmult' argument 1 names different: declaration 'm' definition 'B'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:141:36: note: Function 'tmult' argument 1 names different: declaration 'm' definition 'B'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:347:47: note: Function 'tmult' argument 1 names different: declaration 'm' definition 'B'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:368:47: style: Function 'multt' argument 1 names different: declaration 'm' definition 'B'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:142:36: note: Function 'multt' argument 1 names different: declaration 'm' definition 'B'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:368:47: note: Function 'multt' argument 1 names different: declaration 'm' definition 'B'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:389:48: style: Function 'tmultt' argument 1 names different: declaration 'm' definition 'B'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:143:37: note: Function 'tmultt' argument 1 names different: declaration 'm' definition 'B'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:389:48: note: Function 'tmultt' argument 1 names different: declaration 'm' definition 'B'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:481:45: style: Function 'dot' argument 1 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:158:34: note: Function 'dot' argument 1 names different: declaration 'B' definition 'b'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:481:45: note: Function 'dot' argument 1 names different: declaration 'B' definition 'b'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:220:19: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:64:24: style: Variable 'tmp' is not assigned a value. [unassignedVariable]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:85:22: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:150:16: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:160:16: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:124:18: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:178:16: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:188:16: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:184:18: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:184:30: warning: Assert statement calls a function which may have desired side effects: 'ncol'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:258:26: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:258:38: warning: Assert statement calls a function which may have desired side effects: 'ncol'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:267:26: warning: Assert statement calls a function which may have desired side effects: 'ncol'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:267:38: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:460:16: warning: Assert statement calls a function which may have desired side effects: 'ncol'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:461:16: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:471:16: warning: Assert statement calls a function which may have desired side effects: 'ncol'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:472:16: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.h:88:24: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.h:89:24: warning: Assert statement calls a function which may have desired side effects: 'ncol'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/RC.H:78:19: warning: Member variable 'RCObject::refCount' is not assigned a value in 'RCObject::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/RC.H:78:19: warning: Member variable 'RCObject::shareable' is not assigned a value in 'RCObject::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:64:9: warning: Member variable 'LinOpInfo::num_lines' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:64:9: warning: Member variable 'LinOpInfo::num_cols' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:64:9: warning: Member variable 'LinOpInfo::storage' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:64:9: warning: Member variable 'LinOpInfo::dim' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:64:9: warning: Member variable 'LinOpInfo::DefaultIO' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:65:9: warning: Member variable 'LinOpInfo::DefaultIO' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:70:20: warning: Member variable 'LinOpInfo::DefaultIO' is not assigned a value in 'LinOpInfo::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/RC.H:62:14: style: Technically the member function 'utils::RCObject::addReference' can be const. [functionConst]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/RC.H:65:14: style: Technically the member function 'utils::RCObject::markUnsharable' can be const. [functionConst]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:106:16: performance: Technically the member function 'OpenMEEG::Vector::norm' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:202:27: note: Technically the member function 'OpenMEEG::Vector::norm' can be static.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:106:16: note: Technically the member function 'OpenMEEG::Vector::norm' can be static.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:104:19: performance: Technically the member function 'OpenMEEG::SymMatrix::inverse' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:315:33: note: Technically the member function 'OpenMEEG::SymMatrix::inverse' can be static.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:104:19: note: Technically the member function 'OpenMEEG::SymMatrix::inverse' can be static.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:149:16: performance: Technically the member function 'OpenMEEG::Matrix::inverse' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:291:27: note: Technically the member function 'OpenMEEG::Matrix::inverse' can be static.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:149:16: note: Technically the member function 'OpenMEEG::Matrix::inverse' can be static.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:61:32: performance: Technically the member function 'OpenMEEG::maths::AsciiIO::suffixes' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:269:18: performance: Technically the member function 'OpenMEEG::maths::AsciiIO::write_sparse' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:281:18: performance: Technically the member function 'OpenMEEG::maths::AsciiIO::write_symmetric' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:288:18: performance: Technically the member function 'OpenMEEG::maths::AsciiIO::write_full' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/RC.H:95:36: style: Value of pointer 'counter', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:126:37: style: Struct 'LinOpValue' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:126:37: style: Struct 'LinOpValue' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:54:13: style: Struct 'IOException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:64:13: style: Struct 'BadFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:105:13: style: Struct 'NoSuffix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:113:13: style: Struct 'BadHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:124:13: style: Struct 'ImpossibleObjectIdentification' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:136:13: style: Struct 'BadStorageType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:148:13: style: Struct 'BadData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:160:13: style: Struct 'BadVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:214:13: style: Struct 'UnknownFileFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:217:13: style: Struct 'UnknownFileFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:223:13: style: Struct 'UnknownFileSuffix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:228:13: style: Struct 'UnknownNamedFileFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/RC.H:15:9: style: Class 'RCPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/RC.H:90:9: style: Class 'RCIPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:126:9: style: Struct 'LinOpValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:76:13: style: Struct 'MathsIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:77:13: style: Struct 'MathsIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:64:9: style: Class 'Vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:63:9: style: Class 'SymMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:64:9: style: Class 'SymMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:79:9: style: Class 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:55:5: warning: The class 'LinOpInfo' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:41:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:41:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:59:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:59:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:67:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:67:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:81:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:81:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:95:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:95:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:107:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:107:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:115:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:115:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:127:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:127:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:139:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:139:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:151:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:151:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:165:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:165:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:183:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:183:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:203:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:203:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:219:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:219:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:224:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:224:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:229:27: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:30:35: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/Exceptions.H:229:27: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:73:16: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:115:24: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:73:16: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:114:14: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:116:24: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:114:14: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:69:16: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:115:24: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:69:16: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:70:14: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:116:24: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:70:14: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:72:17: style: The function 'ncol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:81:25: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:72:17: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:73:17: style: The function 'ncol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:82:25: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:73:17: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:99:16: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:115:24: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:99:16: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:173:14: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:116:24: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:173:14: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.h:93:16: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:115:24: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.h:93:16: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.h:107:14: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/linop.h:116:24: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.h:107:14: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:60:32: style: The function 'identity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:136:40: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:60:32: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:63:18: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:139:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:63:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:69:18: style: The function 'known' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:140:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:69:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:71:23: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:142:31: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:71:23: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:107:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:144:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:107:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:128:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:145:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:128:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:109:25: style: Unhandled exception specification when calling function SetCurrentFormat(). [unhandledExceptionSpecification]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:188:34: note: Unhandled exception specification when calling function SetCurrentFormat().
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:109:25: note: Unhandled exception specification when calling function SetCurrentFormat().
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/AsciiIO.H:66:31: error: Uninitialized variable: tmp [uninitvar]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:55:32: performance: Technically the member function 'OpenMEEG::maths::BrainVisaTextureIO::suffixes' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:54:32: style: The function 'identity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:136:40: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:54:32: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:57:18: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:139:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:57:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:63:18: style: The function 'known' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:140:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:63:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:67:23: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:142:31: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:67:23: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:71:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:144:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:71:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:111:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:145:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/BrainVisaTextureIO.H:111:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.C:13:13: style: Unhandled exception specification when calling function ReadTag(). [unhandledExceptionSpecification]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.C:110:44: note: Unhandled exception specification when calling function ReadTag().
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.C:13:13: note: Unhandled exception specification when calling function ReadTag().
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:104:18: performance: Technically the member function 'OpenMEEG::maths::details::helper < SymMatrix >::helper' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:155:32: performance: Technically the member function 'OpenMEEG::maths::MatlabIO::suffixes' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:274:18: performance: Technically the member function 'OpenMEEG::maths::MatlabIO::read_sparse' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:308:18: performance: Technically the member function 'OpenMEEG::maths::MatlabIO::write_symmetric' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:154:32: style: The function 'identity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:136:40: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:154:32: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:157:18: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:139:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:157:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:163:18: style: The function 'known' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:140:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:163:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:168:23: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:142:31: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:168:23: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:189:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:144:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:189:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:218:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:145:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MatlabIO.H:218:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:176:33: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:190:30: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:55:32: performance: Technically the member function 'OpenMEEG::maths::TrivialBinIO::suffixes' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:165:18: performance: Technically the member function 'OpenMEEG::maths::TrivialBinIO::read_sparse' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:182:18: performance: Technically the member function 'OpenMEEG::maths::TrivialBinIO::write_sparse' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:54:32: style: The function 'identity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:136:40: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:54:32: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:57:18: style: The function 'identify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:139:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:57:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:58:18: style: The function 'known' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:140:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:58:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:67:23: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:142:31: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:67:23: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:103:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:144:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:103:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:131:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/MathsIO.H:145:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/TrivialBinIO.H:131:18: note: Function in derived class
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/fast_sparse_matrix.h:171:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/fast_sparse_matrix.h:184:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/fast_sparse_matrix.h:206:72: style: Function 'FastSparseMatrix' argument 1 names different: declaration 'M' definition 'm'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/fast_sparse_matrix.h:70:58: note: Function 'FastSparseMatrix' argument 1 names different: declaration 'M' definition 'm'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/fast_sparse_matrix.h:206:72: note: Function 'FastSparseMatrix' argument 1 names different: declaration 'M' definition 'm'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/fast_sparse_matrix.h:80:9: style: 'FastSparseMatrix::operator=' should return 'FastSparseMatrix &'. [operatorEq]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/fast_sparse_matrix.h:64:21: style: Technically the member function 'OpenMEEG::FastSparseMatrix::destroy' can be const. [functionConst]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/fast_sparse_matrix.h:199:35: note: Technically the member function 'OpenMEEG::FastSparseMatrix::destroy' can be const.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/fast_sparse_matrix.h:64:21: note: Technically the member function 'OpenMEEG::FastSparseMatrix::destroy' can be const.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/fast_sparse_matrix.h:69:9: style: Class 'FastSparseMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.cpp:129:51: style: Function 'operator*' argument 1 names different: declaration 'B' definition 'mat'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:129:46: note: Function 'operator*' argument 1 names different: declaration 'B' definition 'mat'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.cpp:129:51: note: Function 'operator*' argument 1 names different: declaration 'B' definition 'mat'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:125:23: style: Technically the member function 'OpenMEEG::Matrix::set' can be const. [functionConst]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.cpp:54:27: note: Technically the member function 'OpenMEEG::Matrix::set' can be const.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:125:23: note: Technically the member function 'OpenMEEG::Matrix::set' can be const.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:168:14: style: Technically the member function 'OpenMEEG::Matrix::load' can be const. [functionConst]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.cpp:235:18: note: Technically the member function 'OpenMEEG::Matrix::load' can be const.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/matrix.h:168:14: note: Technically the member function 'OpenMEEG::Matrix::load' can be const.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.cpp:60:50: style: Function 'operator*' argument 1 names different: declaration 'm' definition 'mat'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.h:110:41: note: Function 'operator*' argument 1 names different: declaration 'm' definition 'mat'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.cpp:60:50: note: Function 'operator*' argument 1 names different: declaration 'm' definition 'mat'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.h:105:14: style: Technically the member function 'OpenMEEG::SparseMatrix::load' can be const. [functionConst]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.cpp:133:24: note: Technically the member function 'OpenMEEG::SparseMatrix::load' can be const.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/sparse_matrix.h:105:14: note: Technically the member function 'OpenMEEG::SparseMatrix::load' can be const.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.cpp:59:16: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:110:14: style: Technically the member function 'OpenMEEG::SymMatrix::load' can be const. [functionConst]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.cpp:152:21: note: Technically the member function 'OpenMEEG::SymMatrix::load' can be const.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/symmatrix.h:110:14: note: Technically the member function 'OpenMEEG::SymMatrix::load' can be const.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.cpp:57:40: style: Function 'kmult' argument 1 names different: declaration 'x' definition 'v'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:101:36: note: Function 'kmult' argument 1 names different: declaration 'x' definition 'v'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.cpp:57:40: note: Function 'kmult' argument 1 names different: declaration 'x' definition 'v'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.cpp:65:37: style: Function 'operator+' argument 1 names different: declaration 'i' definition 'x'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:95:33: note: Function 'operator+' argument 1 names different: declaration 'i' definition 'x'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.cpp:65:37: note: Function 'operator+' argument 1 names different: declaration 'i' definition 'x'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.cpp:73:37: style: Function 'operator-' argument 1 names different: declaration 'i' definition 'x'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:96:33: note: Function 'operator-' argument 1 names different: declaration 'i' definition 'x'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.cpp:73:37: note: Function 'operator-' argument 1 names different: declaration 'i' definition 'x'.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.cpp:83:16: warning: Assert statement calls a function which may have desired side effects: 'nlin'. [assertWithSideEffect]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:112:14: style: Technically the member function 'OpenMEEG::Vector::load' can be const. [functionConst]
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.cpp:142:18: note: Technically the member function 'OpenMEEG::Vector::load' can be const.
openmeeg-2.0.0.dfsg/libs/MatLib/MatLib/vector.h:112:14: note: Technically the member function 'OpenMEEG::Vector::load' can be const.
openmeeg-2.0.0.dfsg/src/assemble.cpp:167:52: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openmeeg-2.0.0.dfsg/src/vect3.h:70:9: warning: Member variable 'Vect3::m_x' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/vect3.h:70:9: warning: Member variable 'Vect3::m_y' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/vect3.h:70:9: warning: Member variable 'Vect3::m_z' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/triangle.h:62:9: warning: Member variable 'Triangle::m_area' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/triangle.h:66:9: warning: Member variable 'Triangle::m_s1' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/triangle.h:66:9: warning: Member variable 'Triangle::m_s2' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/triangle.h:66:9: warning: Member variable 'Triangle::m_s3' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/triangle.h:66:9: warning: Member variable 'Triangle::m_area' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/geometry.h:64:9: warning: Member variable 'Geometry::sigin' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/geometry.h:64:9: warning: Member variable 'Geometry::sigout' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/geometry.h:64:9: warning: Member variable 'Geometry::M' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/geometry.h:64:9: warning: Member variable 'Geometry::m_size' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/geometry.h:64:9: warning: Member variable 'Geometry::has_cond' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/triangle.h:63:37: performance: Variable 'n' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmeeg-2.0.0.dfsg/src/integrator.h:191:17: warning: Class 'Integrator' which has virtual members does not have a virtual destructor. [virtualDestructor]
openmeeg-2.0.0.dfsg/src/mesh3.h:91:18: performance: Technically the member function 'OpenMEEG::Mesh::load_vtk' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/src/integrator.h:233:23: performance: Technically the member function 'OpenMEEG::AdaptiveIntegrator::norm' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/src/integrator.h:236:23: performance: Technically the member function 'OpenMEEG::AdaptiveIntegrator::norm' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/src/sensors.h:153:14: style: Technically the member function 'OpenMEEG::Sensors::isEmpty' can be const. [functionConst]
openmeeg-2.0.0.dfsg/src/vect3.h:69:9: style: Class 'Vect3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/integrator.h:61:9: style: Class 'Vect3array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/integrator.h:190:9: style: Class 'Integrator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/integrator.h:231:9: style: Class 'AdaptiveIntegrator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/sensors.h:119:9: style: Class 'Sensors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/integrator.h:239:26: style: The function 'integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/src/integrator.h:198:26: note: Virtual function in base class
openmeeg-2.0.0.dfsg/src/integrator.h:239:26: note: Function in derived class
openmeeg-2.0.0.dfsg/src/triangle.h:62:52: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
openmeeg-2.0.0.dfsg/src/integrator.h:236:34: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
openmeeg-2.0.0.dfsg/src/om_utils.h:94:9: warning: Return value of function rand() is not used. [ignoredReturnValue]
openmeeg-2.0.0.dfsg/src/operators.h:450:16: style: The scope of the variable 'opS' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/src/analytics.h:70:9: warning: Member variable 'analyticS::norm2p2p1' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/analytics.h:70:9: warning: Member variable 'analyticS::norm2p1p0' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/analytics.h:70:9: warning: Member variable 'analyticS::norm2p0p2' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/analytics.h:70:9: warning: Member variable 'analyticS::tanTHETA0m' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/analytics.h:70:9: warning: Member variable 'analyticS::tanTHETA0p' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/analytics.h:70:9: warning: Member variable 'analyticS::tanTHETA1m' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/analytics.h:70:9: warning: Member variable 'analyticS::tanTHETA1p' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/analytics.h:70:9: warning: Member variable 'analyticS::tanTHETA2m' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/analytics.h:70:9: warning: Member variable 'analyticS::tanTHETA2p' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/analytics.h:136:9: warning: Member variable 'analyticD::i' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/analytics.h:136:9: warning: Member variable 'analyticD::aire' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/analytics.h:196:9: warning: Member variable 'analyticD3::aire' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/integrator.h:191:0: warning: Class 'OpenMEEG :: Integrator < double , analyticS >' which has virtual members does not have a virtual destructor. [virtualDestructor]
openmeeg-2.0.0.dfsg/src/integrator.h:190:0: style: Class 'OpenMEEG :: Integrator < double , analyticS >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/analytics.h:279:85: performance: Function parameter '_r0' should be passed by const reference. [passedByValue]
openmeeg-2.0.0.dfsg/src/operators.h:191:124: performance: Function parameter 'pt' should be passed by const reference. [passedByValue]
openmeeg-2.0.0.dfsg/src/operators.h:240:78: performance: Function parameter 'pt' should be passed by const reference. [passedByValue]
openmeeg-2.0.0.dfsg/src/operators.h:446:48: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
openmeeg-2.0.0.dfsg/src/om_utils.h:159:37: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
openmeeg-2.0.0.dfsg/src/operators.h:250:21: performance: Use const reference for 'P1' to avoid unnecessary data copying. [redundantCopyLocalConst]
openmeeg-2.0.0.dfsg/src/operators.h:251:21: performance: Use const reference for 'P2' to avoid unnecessary data copying. [redundantCopyLocalConst]
openmeeg-2.0.0.dfsg/src/operators.h:448:21: performance: Use const reference for 'P1' to avoid unnecessary data copying. [redundantCopyLocalConst]
openmeeg-2.0.0.dfsg/src/assembleHeadMat.cpp:198:23: style: Variable 'nbpoints' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/src/assembleHeadMat.cpp:199:23: style: Variable 'nbtriangles' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/src/assembleSensors.cpp:81:65: style: Function 'Head2EEGMat' argument 2 names different: declaration 'patches' definition 'positions'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/src/assemble.h:85:57: note: Function 'Head2EEGMat' argument 2 names different: declaration 'patches' definition 'positions'.
openmeeg-2.0.0.dfsg/src/assembleSensors.cpp:81:65: note: Function 'Head2EEGMat' argument 2 names different: declaration 'patches' definition 'positions'.
openmeeg-2.0.0.dfsg/src/assembleSensors.cpp:194:54: style: Function 'SurfSource2MEGMat' argument 1 names different: declaration 'sources' definition 'sources_mesh'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/src/assemble.h:97:40: note: Function 'SurfSource2MEGMat' argument 1 names different: declaration 'sources' definition 'sources_mesh'.
openmeeg-2.0.0.dfsg/src/assembleSensors.cpp:194:54: note: Function 'SurfSource2MEGMat' argument 1 names different: declaration 'sources' definition 'sources_mesh'.
openmeeg-2.0.0.dfsg/src/danielsson.cpp:131:16: style: The scope of the variable 'distance' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/src/gain.cpp:73:19: style: Variable 'Option' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/src/MeshDescription/Reader.H:141:9: style: Class 'Reader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/MeshReader.h:71:13: style: Struct 'Reader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/FileExceptions.H:101:13: style: Class 'io_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/FileExceptions.H:109:13: style: Class 'read_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/FileExceptions.H:125:17: style: Class 'file_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/FileExceptions.H:135:17: style: Class 'file_open_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/FileExceptions.H:137:17: style: Class 'file_open_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/FileExceptions.H:151:17: style: Class 'input_file_open_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/FileExceptions.H:160:17: style: Class 'output_file_open_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/Properties.H:57:13: style: Struct 'PropertyLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/Properties.H:117:13: style: Class 'Named' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/MeshReader.h:114:95: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
openmeeg-2.0.0.dfsg/src/MeshReader.h:124:67: note: Missing bounds check for extra iterator increment in loop.
openmeeg-2.0.0.dfsg/src/MeshReader.h:114:95: note: Missing bounds check for extra iterator increment in loop.
openmeeg-2.0.0.dfsg/src/inversers.h:238:16: style: The scope of the variable 'c_oold' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/src/inversers.h:238:23: style: The scope of the variable 's_oold' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/src/inversers.h:238:30: style: The scope of the variable 'r1_hat' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/src/inversers.h:238:37: style: The scope of the variable 'r1' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/src/inversers.h:238:40: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/src/inversers.h:238:43: style: The scope of the variable 'r3' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/src/inversers.h:238:46: style: The scope of the variable 'alpha' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/src/inversers.h:238:52: style: The scope of the variable 'beta_old' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/src/inversers.h:403:24: style: The scope of the variable 'f_v_dv' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:320:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:327:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:650:18: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:652:18: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:401:20: warning: Redundant assignment of 'pts[i]' to itself. [selfAssignment]
openmeeg-2.0.0.dfsg/src/Triangle_triangle_intersection.h:259:35: style: Function 'coplanar_tri_tri3d' argument 7 names different: declaration 'N1' definition 'normal_1'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/src/Triangle_triangle_intersection.h:101:36: note: Function 'coplanar_tri_tri3d' argument 7 names different: declaration 'N1' definition 'normal_1'.
openmeeg-2.0.0.dfsg/src/Triangle_triangle_intersection.h:259:35: note: Function 'coplanar_tri_tri3d' argument 7 names different: declaration 'N1' definition 'normal_1'.
openmeeg-2.0.0.dfsg/src/Triangle_triangle_intersection.h:259:55: style: Function 'coplanar_tri_tri3d' argument 8 names different: declaration 'N2' definition 'normal_2'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/src/Triangle_triangle_intersection.h:101:51: note: Function 'coplanar_tri_tri3d' argument 8 names different: declaration 'N2' definition 'normal_2'.
openmeeg-2.0.0.dfsg/src/Triangle_triangle_intersection.h:259:55: note: Function 'coplanar_tri_tri3d' argument 8 names different: declaration 'N2' definition 'normal_2'.
openmeeg-2.0.0.dfsg/src/mesh3.cpp:369:20: style: Variable 's' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:391:17: style: Variable 'nread' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:416:20: style: Variable 's' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:428:21: style: Unused variable: line [unusedVariable]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:482:20: style: Variable 's' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:521:20: style: Variable 's' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:801:25: style: Variable 'contains' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:86:11: warning: Member variable 'Mesh::ntrgs' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:86:11: warning: Member variable 'Mesh::pts' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:86:11: warning: Member variable 'Mesh::trgs' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:86:11: warning: Member variable 'Mesh::links' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:86:11: warning: Member variable 'Mesh::normals' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:86:11: warning: Member variable 'Mesh::streamFormat' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:90:11: warning: Member variable 'Mesh::streamFormat' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:103:17: warning: Member variable 'Mesh::npts' is not assigned a value in 'Mesh::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:103:17: warning: Member variable 'Mesh::ntrgs' is not assigned a value in 'Mesh::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:103:17: warning: Member variable 'Mesh::pts' is not assigned a value in 'Mesh::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:103:17: warning: Member variable 'Mesh::trgs' is not assigned a value in 'Mesh::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:103:17: warning: Member variable 'Mesh::links' is not assigned a value in 'Mesh::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:103:17: warning: Member variable 'Mesh::normals' is not assigned a value in 'Mesh::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:103:17: warning: Member variable 'Mesh::streamFormat' is not assigned a value in 'Mesh::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/src/mesh3.h:97:14: style: Technically the member function 'OpenMEEG::Mesh::save_vtk' can be const. [functionConst]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:546:16: note: Technically the member function 'OpenMEEG::Mesh::save_vtk' can be const.
openmeeg-2.0.0.dfsg/src/mesh3.h:97:14: note: Technically the member function 'OpenMEEG::Mesh::save_vtk' can be const.
openmeeg-2.0.0.dfsg/src/mesh3.h:98:14: style: Technically the member function 'OpenMEEG::Mesh::save_bnd' can be const. [functionConst]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:565:16: note: Technically the member function 'OpenMEEG::Mesh::save_bnd' can be const.
openmeeg-2.0.0.dfsg/src/mesh3.h:98:14: note: Technically the member function 'OpenMEEG::Mesh::save_bnd' can be const.
openmeeg-2.0.0.dfsg/src/mesh3.h:99:14: style: Technically the member function 'OpenMEEG::Mesh::save_tri' can be const. [functionConst]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:580:16: note: Technically the member function 'OpenMEEG::Mesh::save_tri' can be const.
openmeeg-2.0.0.dfsg/src/mesh3.h:99:14: note: Technically the member function 'OpenMEEG::Mesh::save_tri' can be const.
openmeeg-2.0.0.dfsg/src/mesh3.h:100:14: style: Technically the member function 'OpenMEEG::Mesh::save_off' can be const. [functionConst]
openmeeg-2.0.0.dfsg/src/mesh3.cpp:592:16: note: Technically the member function 'OpenMEEG::Mesh::save_off' can be const.
openmeeg-2.0.0.dfsg/src/mesh3.h:100:14: note: Technically the member function 'OpenMEEG::Mesh::save_off' can be const.
openmeeg-2.0.0.dfsg/src/mesh3.cpp:693:28: performance: Use const reference for 't' to avoid unnecessary data copying. [redundantCopyLocalConst]
openmeeg-2.0.0.dfsg/src/operators.cpp:71:55: style: Function 'operatorFerguson' argument 2 names different: declaration 'm1' definition 'm'. [funcArgNamesDifferent]
openmeeg-2.0.0.dfsg/src/operators.h:79:55: note: Function 'operatorFerguson' argument 2 names different: declaration 'm1' definition 'm'.
openmeeg-2.0.0.dfsg/src/operators.cpp:71:55: note: Function 'operatorFerguson' argument 2 names different: declaration 'm1' definition 'm'.
openmeeg-2.0.0.dfsg/src/integrator.h:191:0: warning: Class 'OpenMEEG :: Integrator < Vect3 , analyticDipPotDer >' which has virtual members does not have a virtual destructor. [virtualDestructor]
openmeeg-2.0.0.dfsg/src/integrator.h:191:0: warning: Class 'OpenMEEG :: Integrator < double , analyticDipPot >' which has virtual members does not have a virtual destructor. [virtualDestructor]
openmeeg-2.0.0.dfsg/src/integrator.h:233:0: performance: Technically the member function 'OpenMEEG :: AdaptiveIntegrator < Vect3 , analyticDipPotDer >::norm' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/src/integrator.h:236:0: performance: Technically the member function 'OpenMEEG :: AdaptiveIntegrator < Vect3 , analyticDipPotDer >::norm' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/src/integrator.h:233:0: performance: Technically the member function 'OpenMEEG :: AdaptiveIntegrator < double , analyticDipPot >::norm' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/src/integrator.h:236:0: performance: Technically the member function 'OpenMEEG :: AdaptiveIntegrator < double , analyticDipPot >::norm' can be static. [functionStatic]
openmeeg-2.0.0.dfsg/src/integrator.h:231:0: style: Class 'OpenMEEG :: AdaptiveIntegrator < Vect3 , analyticDipPotDer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/integrator.h:231:0: style: Class 'OpenMEEG :: AdaptiveIntegrator < double , analyticDipPot >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/integrator.h:190:0: style: Class 'OpenMEEG :: Integrator < Vect3 , analyticDipPotDer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/integrator.h:190:0: style: Class 'OpenMEEG :: Integrator < double , analyticDipPot >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmeeg-2.0.0.dfsg/src/integrator.h:239:0: style: The function 'integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmeeg-2.0.0.dfsg/src/integrator.h:198:0: note: Virtual function in base class
openmeeg-2.0.0.dfsg/src/integrator.h:239:0: note: Function in derived class
openmeeg-2.0.0.dfsg/src/sensors.cpp:198:37: style: Unused variable: coord [unusedVariable]
openmeeg-2.0.0.dfsg/src/sensors.cpp:174:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openmeeg-2.0.0.dfsg/src/sensors.cpp:193:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openmeeg-2.0.0.dfsg/src/sensors.cpp:204:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openmeeg-2.0.0.dfsg/src/sensors.cpp:211:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openmeeg-2.0.0.dfsg/src/sensors.h:120:9: warning: Member variable 'Sensors::m_weights' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/sensors.h:120:9: warning: Member variable 'Sensors::m_pointSensorIdx' is not initialized in the constructor. [uninitMemberVar]
openmeeg-2.0.0.dfsg/src/sensors.cpp:69:23: warning: Member variable 'Sensors::m_weights' is not assigned a value in 'Sensors::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/src/sensors.cpp:69:23: warning: Member variable 'Sensors::m_pointSensorIdx' is not assigned a value in 'Sensors::operator='. [operatorEqVarError]
openmeeg-2.0.0.dfsg/src/sensors.h:148:14: style: Technically the member function 'OpenMEEG::Sensors::hasSensor' can be const. [functionConst]
openmeeg-2.0.0.dfsg/src/sensors.cpp:74:19: note: Technically the member function 'OpenMEEG::Sensors::hasSensor' can be const.
openmeeg-2.0.0.dfsg/src/sensors.h:148:14: note: Technically the member function 'OpenMEEG::Sensors::hasSensor' can be const.
openmeeg-2.0.0.dfsg/src/sensors.h:149:16: style: Technically the member function 'OpenMEEG::Sensors::getSensorIdx' can be const. [functionConst]
openmeeg-2.0.0.dfsg/src/sensors.cpp:83:21: note: Technically the member function 'OpenMEEG::Sensors::getSensorIdx' can be const.
openmeeg-2.0.0.dfsg/src/sensors.h:149:16: note: Technically the member function 'OpenMEEG::Sensors::getSensorIdx' can be const.
openmeeg-2.0.0.dfsg/src/sensors.cpp:74:41: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
openmeeg-2.0.0.dfsg/src/sensors.cpp:83:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
openmeeg-2.0.0.dfsg/tests/compare_matrix.cpp:225:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/tests/compare_matrix.cpp:270:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/tests/compare_matrix.cpp:299:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmeeg-2.0.0.dfsg/tests/compare_matrix.cpp:22:33: style: Variable 'input_format1' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/tests/compare_matrix.cpp:24:33: style: Variable 'input_format2' is assigned a value that is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/tests/compare_matrix.cpp:114:7: style: Exception should be caught by reference. [catchExceptionByValue]
openmeeg-2.0.0.dfsg/tools/make_nerve.cpp:350:13: style: Variable 'trianglecounter' is modified but its new value is never used. [unreadVariable]
openmeeg-2.0.0.dfsg/tools/make_nerve.cpp:441:56: error: Resource leak: Fcond [resourceLeak]
openmeeg-2.0.0.dfsg/tools/make_nerve.cpp:442:56: error: Resource leak: Fgeom [resourceLeak]
openmeeg-2.0.0.dfsg/tools/make_nerve.cpp:354:0: error: Memory leak: P [memleak]
openmeeg-2.0.0.dfsg/tools/make_nerve.cpp:434:30: error: Uninitialized variable: Ea [uninitvar]
openmeeg-2.0.0.dfsg/tools/make_nerve.cpp:436:30: error: Uninitialized variable: Ea [uninitvar]
openmeeg-2.0.0.dfsg/tools/make_nerve.cpp:434:35: error: Uninitialized variable: Eb [uninitvar]
openmeeg-2.0.0.dfsg/tools/make_nerve.cpp:435:19: error: Uninitialized variable: Eb [uninitvar]
openmeeg-2.0.0.dfsg/tools/make_nerve.cpp:436:35: error: Uninitialized variable: Eb2 [uninitvar]
openmeeg-2.0.0.dfsg/tools/make_nerve.cpp:437:19: error: Uninitialized variable: Eb2 [uninitvar]
openmeeg-2.0.0.dfsg/tools/matrix_convert.cpp:83:7: style: Exception should be caught by reference. [catchExceptionByValue]
openmeeg-2.0.0.dfsg/tools/sparse_matrix_convert.cpp:90:7: style: Exception should be caught by reference. [catchExceptionByValue]
openmeeg-2.0.0.dfsg/tools/symmatrix_convert.cpp:90:7: style: Exception should be caught by reference. [catchExceptionByValue]
openmeeg-2.0.0.dfsg/tools/vector_convert.cpp:90:7: style: Exception should be caught by reference. [catchExceptionByValue]
[13:01]

ftp://ftp.se.debian.org/debian/pool/main/o/openmolar/openmolar_1.0.15-gd81f9e5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openmpi/openmpi_3.1.1.real.orig.tar.xz
openmpi-3.1.1.real/ompi/attribute/attribute.c:1039:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/attribute/attribute.c:1035:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/attribute/attribute.c:1039:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/attribute/attribute.c:1125:18: style: The scope of the variable 'in_node' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/attribute/attribute.c:539:34: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openmpi-3.1.1.real/ompi/attribute/attribute.c:546:42: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openmpi-3.1.1.real/ompi/communicator/comm.c:1752:5: warning: Either the condition 'NULL!=rcounts' is redundant or there is possible null pointer dereference: rcounts. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/communicator/comm.c:1764:15: note: Assuming that condition 'NULL!=rcounts' is not redundant
openmpi-3.1.1.real/ompi/communicator/comm.c:1752:5: note: Null pointer dereference
openmpi-3.1.1.real/ompi/communicator/comm.c:1192:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/communicator/comm.c:1188:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/communicator/comm.c:1192:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/communicator/comm.c:1891:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/communicator/comm.c:1888:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/communicator/comm.c:1891:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/communicator/comm.c:1439:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/communicator/comm_cid.c:1010:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/communicator/comm_cid.c:1008:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/communicator/comm_cid.c:1010:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/communicator/comm_cid.c:1053:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/communicator/comm_cid.c:627:67: style: Function 'ompi_comm_allreduce_intra_nb' argument 5 names different: declaration 'cid_context' definition 'context'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/communicator/comm_cid.c:137:89: note: Function 'ompi_comm_allreduce_intra_nb' argument 5 names different: declaration 'cid_context' definition 'context'.
openmpi-3.1.1.real/ompi/communicator/comm_cid.c:627:67: note: Function 'ompi_comm_allreduce_intra_nb' argument 5 names different: declaration 'cid_context' definition 'context'.
openmpi-3.1.1.real/ompi/communicator/comm_init.c:167:23: warning: Either the condition 'NULL!=str' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/communicator/comm_init.c:170:18: note: Assuming that condition 'NULL!=str' is not redundant
openmpi-3.1.1.real/ompi/communicator/comm_init.c:167:23: note: Null pointer dereference
openmpi-3.1.1.real/ompi/communicator/comm_init.c:268:26: style: The scope of the variable 'comm' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/datatype/ompi_datatype_args.c:395:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/datatype/ompi_datatype_create_darray.c:99:21: style: The scope of the variable 'blklens' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/datatype/ompi_datatype_get_elements.c:32:34: style: The scope of the variable 'total' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/datatype/ompi_datatype_get_elements.c:33:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/datatype/ompi_datatype_match_size.c:32:28: style: The scope of the variable 'datatype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/debuggers/ompi_common_dll.c:468:9: style: Checking if unsigned variable 'i_info->ompi_status_public_t.offset._ucount' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/debuggers/ompi_debuggers.c:165:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/debuggers/ompi_debuggers.c:166:12: style: The scope of the variable 'dirs' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/debuggers/ompi_msgq_dll.c:1298:16: warning: Either the condition '((void*)0)!=extra' is redundant or there is possible null pointer dereference: extra. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/debuggers/ompi_msgq_dll.c:1308:18: note: Assuming that condition '((void*)0)!=extra' is not redundant
openmpi-3.1.1.real/ompi/debuggers/ompi_msgq_dll.c:1298:16: note: Null pointer dereference
openmpi-3.1.1.real/ompi/debuggers/ompi_msgq_dll.c:681:13: style: Variable 'old->group' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/debuggers/ompi_msgq_dll.c:673:13: note: Variable 'old->group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/debuggers/ompi_msgq_dll.c:681:13: note: Variable 'old->group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/debuggers/ompi_msgq_dll.c:600:17: style: The scope of the variable 'comm_ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:54:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:55:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:56:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:56:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:57:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:57:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:58:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:58:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:59:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:59:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:60:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:60:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:61:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:61:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:62:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:62:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:63:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:63:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:64:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:64:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:65:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:65:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:66:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:66:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:67:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:67:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:68:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:68:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:69:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:69:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:74:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:74:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:76:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:76:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:77:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:77:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:78:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:78:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:82:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:83:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:84:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:84:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:85:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:85:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:86:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:86:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:87:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:87:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:88:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:88:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:89:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:89:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:93:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:94:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:95:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:95:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:96:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:96:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:97:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:97:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:98:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:98:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:99:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:99:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:100:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:100:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:101:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:101:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:102:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:102:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:106:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:107:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:108:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:108:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:109:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:109:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:110:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:110:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:111:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:111:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:112:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:112:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:113:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:113:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:117:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:118:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:122:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:123:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:124:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:124:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:125:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:125:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:126:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:126:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:127:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:127:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:128:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:128:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:129:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:129:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:130:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:130:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:131:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:131:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:132:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:132:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:133:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:133:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:137:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:138:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:139:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:139:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:140:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:140:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:141:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:141:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:145:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:146:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:147:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:147:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:148:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:148:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:149:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:149:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:150:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:150:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:151:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:151:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:152:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:152:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:153:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:153:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:154:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:154:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:155:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:155:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:156:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:156:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:157:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:157:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:158:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_gap_test.c:158:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/debuggers/predefined_pad_test.c:56:5: style: Checking if unsigned variable 'diff' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/debuggers/predefined_pad_test.c:57:5: style: Checking if unsigned variable 'diff' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/debuggers/predefined_pad_test.c:58:5: style: Checking if unsigned variable 'diff' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/debuggers/predefined_pad_test.c:59:5: style: Checking if unsigned variable 'diff' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/debuggers/predefined_pad_test.c:60:5: style: Checking if unsigned variable 'diff' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/debuggers/predefined_pad_test.c:61:5: style: Checking if unsigned variable 'diff' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/debuggers/predefined_pad_test.c:62:5: style: Checking if unsigned variable 'diff' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/debuggers/predefined_pad_test.c:63:5: style: Checking if unsigned variable 'diff' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/debuggers/predefined_pad_test.c:64:5: style: Checking if unsigned variable 'diff' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/debuggers/predefined_pad_test.c:65:5: style: Checking if unsigned variable 'diff' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/dpm/dpm.c:317:5: style: Variable 'members' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/dpm/dpm.c:312:5: note: Variable 'members' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/dpm/dpm.c:317:5: note: Variable 'members' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/dpm/dpm.c:1095:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/dpm/dpm.c:1091:0: note: Variable 'obj' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/dpm/dpm.c:1095:5: note: Variable 'obj' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/dpm/dpm.c:610:9: style: The scope of the variable 'have_wdir' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/dpm/dpm.c:1044:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/dpm/dpm.c:1044:11: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/dpm/dpm.c:1044:16: style: The scope of the variable 'max' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/dpm/dpm.c:1092:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/dpm/dpm.c:1180:16: warning: Size of pointer 'treq' used instead of size of its data. [pointerSize]
openmpi-3.1.1.real/ompi/errhandler/errcode.c:228:25: style: The scope of the variable 'errc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/errhandler/errhandler.c:262:58: style: Function 'ompi_errhandler_construct' argument 1 names different: declaration 'eh' definition 'new_errhandler'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/errhandler/errhandler.c:50:58: note: Function 'ompi_errhandler_construct' argument 1 names different: declaration 'eh' definition 'new_errhandler'.
openmpi-3.1.1.real/ompi/errhandler/errhandler.c:262:58: note: Function 'ompi_errhandler_construct' argument 1 names different: declaration 'eh' definition 'new_errhandler'.
openmpi-3.1.1.real/ompi/errhandler/errhandler.c:288:57: style: Function 'ompi_errhandler_destruct' argument 1 names different: declaration 'eh' definition 'errhandler'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/errhandler/errhandler.c:51:57: note: Function 'ompi_errhandler_destruct' argument 1 names different: declaration 'eh' definition 'errhandler'.
openmpi-3.1.1.real/ompi/errhandler/errhandler.c:288:57: note: Function 'ompi_errhandler_destruct' argument 1 names different: declaration 'eh' definition 'errhandler'.
openmpi-3.1.1.real/ompi/errhandler/errhandler_predefined.c:353:25: style: Condition 'NULL==name' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/errhandler/errhandler_predefined.c:194:5: style: Variable 'arg' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/errhandler/errhandler_predefined.c:182:0: note: Variable 'arg' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/errhandler/errhandler_predefined.c:194:5: note: Variable 'arg' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/errhandler/errhandler_predefined.c:320:13: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/errhandler/errhandler_predefined.c:321:14: style: The scope of the variable 'str' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/file/file.c:170:18: style: The scope of the variable 'file' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/file/file.c:226:43: style: Function 'file_constructor' argument 1 names different: declaration 'obj' definition 'file'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/file/file.c:55:43: note: Function 'file_constructor' argument 1 names different: declaration 'obj' definition 'file'.
openmpi-3.1.1.real/ompi/file/file.c:226:43: note: Function 'file_constructor' argument 1 names different: declaration 'obj' definition 'file'.
openmpi-3.1.1.real/ompi/file/file.c:276:42: style: Function 'file_destructor' argument 1 names different: declaration 'obj' definition 'file'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/file/file.c:56:42: note: Function 'file_destructor' argument 1 names different: declaration 'obj' definition 'file'.
openmpi-3.1.1.real/ompi/file/file.c:276:42: note: Function 'file_destructor' argument 1 names different: declaration 'obj' definition 'file'.
openmpi-3.1.1.real/ompi/group/group.c:566:9: style: Variable 'proc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/group/group.c:562:0: note: Variable 'proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/group/group.c:566:9: note: Variable 'proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/group/group.c:105:45: style: The scope of the variable 'proc2_pointer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/group/group.c:230:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/group/group.c:230:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/group/group.c:449:18: style: The scope of the variable 'proc1_pointer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/group/group.c:494:23: style: The scope of the variable 'match' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/group/group.c:497:18: style: The scope of the variable 'proc1_pointer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/group/group.c:225:12: error: Uninitialized variable: result [uninitvar]
openmpi-3.1.1.real/ompi/group/group_bitmap.c:151:25: style: The scope of the variable 'bit_set' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/group/group_init.c:83:5: style: Variable 'new_group' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/group/group_init.c:78:0: note: Variable 'new_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/group/group_init.c:83:5: note: Variable 'new_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/group/group_init.c:120:5: style: Variable 'new_group' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/group/group_init.c:115:0: note: Variable 'new_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/group/group_init.c:120:5: note: Variable 'new_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/group/group_init.c:162:5: style: Variable 'new_group' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/group/group_init.c:159:0: note: Variable 'new_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/group/group_init.c:162:5: note: Variable 'new_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/group/group_init.c:189:5: style: Variable 'new_group' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/group/group_init.c:184:0: note: Variable 'new_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/group/group_init.c:189:5: note: Variable 'new_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/group/group_init.c:222:19: style: The scope of the variable 'proc_pointer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/group/group_init.c:237:19: style: The scope of the variable 'proc_pointer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/group/group_plist.c:36:18: style: The scope of the variable 'proc1_pointer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/group/group_set_rank.c:33:9: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/info/info.c:288:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openmpi-3.1.1.real/ompi/info/info.c:287:35: note: outer condition: ompi_debug_show_handle_leaks
openmpi-3.1.1.real/ompi/info/info.c:288:21: note: identical inner condition: ompi_debug_show_handle_leaks
openmpi-3.1.1.real/ompi/mca/bml/base/bml_base_ft.c:36:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/ompi/mca/bml/base/bml_base_ft.c:39:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/bml/base/bml_base_ft.c:36:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/bml/base/bml_base_ft.c:60:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/ompi/mca/bml/base/bml_base_ft.c:63:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/bml/base/bml_base_ft.c:60:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/bml/r2/bml_r2.c:203:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/bml/r2/bml_r2.c:944:14: style: The scope of the variable 'ver' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/bml/r2/bml_r2.c:494:0: error: Memory leak: new_procs [memleak]
openmpi-3.1.1.real/ompi/mca/bml/r2/bml_r2_ft.c:41:29: style: Function 'mca_bml_r2_ft_event' argument 1 names different: declaration 'status' definition 'state'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/bml/r2/bml_r2.h:66:29: note: Function 'mca_bml_r2_ft_event' argument 1 names different: declaration 'status' definition 'state'.
openmpi-3.1.1.real/ompi/mca/bml/r2/bml_r2_ft.c:41:29: note: Function 'mca_bml_r2_ft_event' argument 1 names different: declaration 'status' definition 'state'.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_allgather.c:175:9: style: Variable 'free_buf' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_allgather.c:170:0: note: Variable 'free_buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_allgather.c:175:9: note: Variable 'free_buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_allgatherv.c:178:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_allgatherv.c:175:9: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_allgatherv.c:178:9: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_allreduce.c:159:34: warning: Either the condition 'NULL!=inplacebuf_free' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_allreduce.c:263:14: note: Assuming that condition 'NULL!=inplacebuf_free' is not redundant
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_allreduce.c:159:34: note: Null pointer subtraction
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_comm_select.c:112:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_comm_select.c:288:9: style: The scope of the variable 'priority' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_comm_select.c:399:64: style: Function 'query_2_0_0' argument 1 names different: declaration 'coll_component' definition 'component'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_comm_select.c:75:24: note: Function 'query_2_0_0' argument 1 names different: declaration 'coll_component' definition 'component'.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_comm_select.c:399:64: note: Function 'query_2_0_0' argument 1 names different: declaration 'coll_component' definition 'component'.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_find_available.c:67:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_find_available.c:123:52: style: Function 'init_query' argument 1 names different: declaration 'ls' definition 'component'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_find_available.c:46:52: note: Function 'init_query' argument 1 names different: declaration 'ls' definition 'component'.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_find_available.c:123:52: note: Function 'init_query' argument 1 names different: declaration 'ls' definition 'component'.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce.c:81:5: style: Variable 'sendtmpbuf' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce.c:67:0: note: Variable 'sendtmpbuf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce.c:81:5: note: Variable 'sendtmpbuf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce.c:526:5: style: Variable 'use_this_sendbuf' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce.c:497:0: note: Variable 'use_this_sendbuf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce.c:526:5: note: Variable 'use_this_sendbuf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce.c:527:5: style: Variable 'use_this_recvbuf' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce.c:498:0: note: Variable 'use_this_recvbuf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce.c:527:5: note: Variable 'use_this_recvbuf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce.c:697:15: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:599:37: warning: Either the condition 'NULL!=displs' is redundant or there is possible null pointer dereference: displs. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:606:14: note: Assuming that condition 'NULL!=displs' is not redundant
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:599:37: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:178:30: warning: Either the condition 'NULL==recv_buf_free' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:179:14: note: Assuming that condition 'NULL==recv_buf_free' is not redundant
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:178:30: note: Null pointer subtraction
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:513:30: warning: Either the condition 'NULL!=accumbuf_free' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:607:14: note: Assuming that condition 'NULL!=accumbuf_free' is not redundant
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:513:30: note: Null pointer subtraction
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:152:5: style: Variable 'disps' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:140:0: note: Variable 'disps' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:152:5: note: Variable 'disps' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:238:9: style: Variable 'tmp_rcounts' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:232:0: note: Variable 'tmp_rcounts' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:238:9: note: Variable 'tmp_rcounts' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:478:5: style: Variable 'displs' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:462:0: note: Variable 'displs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_reduce_scatter.c:478:5: note: Variable 'displs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:36:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:82:21: style: The scope of the variable 'schild' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:194:29: style: The scope of the variable 'rightsize' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:194:55: style: The scope of the variable 'lchild' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:194:63: style: The scope of the variable 'rchild' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:406:50: style: The scope of the variable 'remote' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:466:31: style: The scope of the variable 'head' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:466:37: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:608:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:79:62: style: Function 'ompi_coll_base_topo_build_tree' argument 2 names different: declaration 'com' definition 'comm'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.h:39:62: note: Function 'ompi_coll_base_topo_build_tree' argument 2 names different: declaration 'com' definition 'comm'.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:79:62: note: Function 'ompi_coll_base_topo_build_tree' argument 2 names different: declaration 'com' definition 'comm'.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:463:63: style: Function 'ompi_coll_base_topo_build_chain' argument 2 names different: declaration 'com' definition 'comm'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.h:52:63: note: Function 'ompi_coll_base_topo_build_chain' argument 2 names different: declaration 'com' definition 'comm'.
openmpi-3.1.1.real/ompi/mca/coll/base/coll_base_topo.c:463:63: note: Function 'ompi_coll_base_topo_build_chain' argument 2 names different: declaration 'com' definition 'comm'.
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_allgatherv.c:54:22: warning: Either the condition 'NULL==scounts' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_allgatherv.c:55:14: note: Assuming that condition 'NULL==scounts' is not redundant
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_allgatherv.c:54:22: note: Null pointer addition
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_alltoallv.c:55:11: style: The scope of the variable 'psnd' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_alltoallv.c:56:11: style: The scope of the variable 'prcv' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_exscan.c:97:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_exscan.c:93:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_exscan.c:97:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_gatherv.c:49:11: style: The scope of the variable 'ptmp' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_module.c:170:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_module.c:173:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_module.c:170:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_module.c:160:29: style: Function 'mca_coll_basic_ft_event' argument 1 names different: declaration 'status' definition 'state'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic.h:283:37: note: Function 'mca_coll_basic_ft_event' argument 1 names different: declaration 'status' definition 'state'.
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_module.c:160:29: note: Function 'mca_coll_basic_ft_event' argument 1 names different: declaration 'status' definition 'state'.
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c:196:11: warning: Identical condition '0==(indegree+outdegree)', second condition is always false [identicalConditionAfterEarlyExit]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c:191:11: note: first condition
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c:196:11: note: second condition
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce.c:314:34: warning: Either the condition 'NULL!=free_buffer' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce.c:322:22: note: Assuming that condition 'NULL!=free_buffer' is not redundant
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce.c:314:34: note: Null pointer subtraction
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:113:34: warning: Either the condition 'NULL==recv_buf_free' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:114:18: note: Assuming that condition 'NULL==recv_buf_free' is not redundant
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:113:34: note: Null pointer subtraction
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:325:38: warning: Either the condition 'NULL==recv_buf_free' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:326:22: note: Assuming that condition 'NULL==recv_buf_free' is not redundant
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:325:38: note: Null pointer subtraction
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:83:5: style: Variable 'disps' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:75:0: note: Variable 'disps' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:83:5: note: Variable 'disps' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:174:13: style: Variable 'tmp_rcounts' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:168:0: note: Variable 'tmp_rcounts' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter.c:174:13: note: Variable 'tmp_rcounts' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c:159:13: error: Memory leak: tmpbuf [memleak]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c:159:13: error: Memory leak: tmpbuf2 [memleak]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_scan.c:82:34: warning: Either the condition 'NULL!=free_buffer' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_scan.c:89:26: note: Assuming that condition 'NULL!=free_buffer' is not redundant
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_scan.c:82:34: note: Null pointer subtraction
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_scan.c:50:15: style: The scope of the variable 'dsize' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/basic/coll_basic_scatterv.c:50:11: style: The scope of the variable 'ptmp' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/cuda/coll_cuda_reduce.c:39:17: style: The scope of the variable 'sbuf2' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/cuda/coll_cuda_reduce.c:52:17: style: Variable 'sbuf2' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/coll/fca/coll_fca_component.c:1146:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/coll/fca/coll_fca_component.c:1146:5: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/coll/fca/coll_fca_component.c:1461:47: style: Same expression on both sides of '&&'. [duplicateExpression]
openmpi-3.1.1.real/ompi/mca/coll/fca/coll_fca_component.c:1485:47: style: Same expression on both sides of '&&'. [duplicateExpression]
openmpi-3.1.1.real/ompi/mca/coll/fca/coll_fca_module.c:93:20: style: The scope of the variable 'all_info_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/fca/coll_fca_module.c:98:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/fca/coll_fca_module.c:267:9: style: The scope of the variable 'act_deep' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/fca/coll_fca_module.c:438:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/fca/coll_fca_module.c:655:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/fca/coll_fca_module.c:638:5: error: Address of auto-variable 'fca_module->super' returned [returnAddressOfAutoVariable]
openmpi-3.1.1.real/ompi/mca/coll/hcoll/coll_hcoll_module.c:271:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/hcoll/coll_hcoll_module.c:272:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/hcoll/coll_hcoll_module.c:424:5: error: Address of auto-variable 'hcoll_module->super' returned [returnAddressOfAutoVariable]
openmpi-3.1.1.real/ompi/mca/coll/hcoll/coll_hcoll_rte.c:309:42: style: Function 'group_size' argument 1 names different: declaration 'group' definition 'grp_h'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/hcoll/coll_hcoll_rte.c:87:42: note: Function 'group_size' argument 1 names different: declaration 'group' definition 'grp_h'.
openmpi-3.1.1.real/ompi/mca/coll/hcoll/coll_hcoll_rte.c:309:42: note: Function 'group_size' argument 1 names different: declaration 'group' definition 'grp_h'.
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter.c:77:35: style: Function 'mca_coll_inter_init_query' argument 2 names different: declaration 'have_hidden_threads' definition 'have_hidden_user_threads'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter.h:49:36: note: Function 'mca_coll_inter_init_query' argument 2 names different: declaration 'have_hidden_threads' definition 'have_hidden_user_threads'.
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter.c:77:35: note: Function 'mca_coll_inter_init_query' argument 2 names different: declaration 'have_hidden_threads' definition 'have_hidden_user_threads'.
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_allreduce.c:59:5: style: Variable 'tmpbuf' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_allreduce.c:51:0: note: Variable 'tmpbuf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_allreduce.c:59:5: note: Variable 'tmpbuf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_gather.c:67:9: style: Variable 'ptmp_free' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_gather.c:60:0: note: Variable 'ptmp_free' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_gather.c:67:9: note: Variable 'ptmp_free' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_gather.c:83:0: error: Memory leak: ptmp_free [memleak]
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_reduce.c:69:27: warning: Either the condition 'NULL!=free_buffer' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_reduce.c:84:11: note: Assuming that condition 'NULL!=free_buffer' is not redundant
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_reduce.c:69:27: note: Null pointer subtraction
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_reduce.c:65:2: style: Variable 'free_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_reduce.c:59:0: note: Variable 'free_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_reduce.c:65:2: note: Variable 'free_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_reduce.c:80:0: error: Memory leak: free_buffer [memleak]
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_scatter.c:76:0: error: Memory leak: ptmp_free [memleak]
openmpi-3.1.1.real/ompi/mca/coll/inter/coll_inter_scatterv.c:89:0: error: Memory leak: ptmp_free [memleak]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc_component.c:262:43: style: The scope of the variable 'next' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc_component.c:263:9: style: The scope of the variable 'res' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_internal.h:489:18: style: The scope of the variable 'res' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_internal.h:490:9: style: The scope of the variable 'packbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc.c:316:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc.c:584:120: style: Function 'NBC_Init_handle' argument 3 names different: declaration 'module' definition 'comminfo'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_internal.h:263:120: note: Function 'NBC_Init_handle' argument 3 names different: declaration 'module' definition 'comminfo'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc.c:584:120: note: Function 'NBC_Init_handle' argument 3 names different: declaration 'module' definition 'comminfo'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc.c:643:49: style: Function 'NBC_Init_comm' argument 2 names different: declaration 'module' definition 'comminfo'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:154:61: note: Function 'NBC_Init_comm' argument 2 names different: declaration 'module' definition 'comminfo'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc.c:643:49: note: Function 'NBC_Init_comm' argument 2 names different: declaration 'module' definition 'comminfo'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iallgather.c:173:9: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iallgatherv.c:40:21: style: The scope of the variable 'speer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iallgatherv.c:40:28: style: The scope of the variable 'rpeer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iallreduce.c:408:42: style: Function 'allred_sched_ring' argument 1 names different: declaration 'rank' definition 'r'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iallreduce.c:29:41: note: Function 'allred_sched_ring' argument 1 names different: declaration 'rank' definition 'r'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iallreduce.c:408:42: note: Function 'allred_sched_ring' argument 1 names different: declaration 'rank' definition 'r'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iallreduce.c:608:53: style: Function 'allred_sched_linear' argument 2 names different: declaration 'p' definition 'rsize'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iallreduce.c:32:53: note: Function 'allred_sched_linear' argument 2 names different: declaration 'p' definition 'rsize'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iallreduce.c:608:53: note: Function 'allred_sched_linear' argument 2 names different: declaration 'p' definition 'rsize'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:106:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:109:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:106:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:67:9: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:67:16: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:71:13: style: The scope of the variable 'span' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:284:9: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:284:16: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:345:7: style: The scope of the variable 'res' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:401:12: style: The scope of the variable 'speer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:401:19: style: The scope of the variable 'rpeer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:401:36: style: The scope of the variable 'offset' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:401:44: style: The scope of the variable 'virtp' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoall.c:402:9: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallv.c:51:9: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallv.c:51:16: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallv.c:52:18: style: The scope of the variable 'span' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:51:13: style: The scope of the variable 'span' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:62:21: style: The scope of the variable 'lspan' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:43:45: style: Function 'ompi_coll_libnbc_ialltoallw' argument 1 names different: declaration 'sbuf' definition 'sendbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:174:45: note: Function 'ompi_coll_libnbc_ialltoallw' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:43:45: note: Function 'ompi_coll_libnbc_ialltoallw' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:43:65: style: Function 'ompi_coll_libnbc_ialltoallw' argument 2 names different: declaration 'scounts' definition 'sendcounts'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:174:62: note: Function 'ompi_coll_libnbc_ialltoallw' argument 2 names different: declaration 'scounts' definition 'sendcounts'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:43:65: note: Function 'ompi_coll_libnbc_ialltoallw' argument 2 names different: declaration 'scounts' definition 'sendcounts'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:43:88: style: Function 'ompi_coll_libnbc_ialltoallw' argument 3 names different: declaration 'sdisps' definition 'sdispls'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:174:82: note: Function 'ompi_coll_libnbc_ialltoallw' argument 3 names different: declaration 'sdisps' definition 'sdispls'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:43:88: note: Function 'ompi_coll_libnbc_ialltoallw' argument 3 names different: declaration 'sdisps' definition 'sdispls'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:44:65: style: Function 'ompi_coll_libnbc_ialltoallw' argument 4 names different: declaration 'sdtypes' definition 'sendtypes'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:174:122: note: Function 'ompi_coll_libnbc_ialltoallw' argument 4 names different: declaration 'sdtypes' definition 'sendtypes'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:44:65: note: Function 'ompi_coll_libnbc_ialltoallw' argument 4 names different: declaration 'sdtypes' definition 'sendtypes'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:44:82: style: Function 'ompi_coll_libnbc_ialltoallw' argument 5 names different: declaration 'rbuf' definition 'recvbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:175:39: note: Function 'ompi_coll_libnbc_ialltoallw' argument 5 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:44:82: note: Function 'ompi_coll_libnbc_ialltoallw' argument 5 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:44:102: style: Function 'ompi_coll_libnbc_ialltoallw' argument 6 names different: declaration 'rcounts' definition 'recvcounts'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:175:56: note: Function 'ompi_coll_libnbc_ialltoallw' argument 6 names different: declaration 'rcounts' definition 'recvcounts'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:44:102: note: Function 'ompi_coll_libnbc_ialltoallw' argument 6 names different: declaration 'rcounts' definition 'recvcounts'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:44:125: style: Function 'ompi_coll_libnbc_ialltoallw' argument 7 names different: declaration 'rdisps' definition 'rdispls'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:175:76: note: Function 'ompi_coll_libnbc_ialltoallw' argument 7 names different: declaration 'rdisps' definition 'rdispls'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:44:125: note: Function 'ompi_coll_libnbc_ialltoallw' argument 7 names different: declaration 'rdisps' definition 'rdispls'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:45:65: style: Function 'ompi_coll_libnbc_ialltoallw' argument 8 names different: declaration 'rdtypes' definition 'recvtypes'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:175:116: note: Function 'ompi_coll_libnbc_ialltoallw' argument 8 names different: declaration 'rdtypes' definition 'recvtypes'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:45:65: note: Function 'ompi_coll_libnbc_ialltoallw' argument 8 names different: declaration 'rdtypes' definition 'recvtypes'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:127:52: style: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 1 names different: declaration 'sbuf' definition 'sendbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:232:51: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:127:52: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:127:72: style: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 2 names different: declaration 'scounts' definition 'sendcounts'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:232:68: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 2 names different: declaration 'scounts' definition 'sendcounts'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:127:72: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 2 names different: declaration 'scounts' definition 'sendcounts'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:127:95: style: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 3 names different: declaration 'sdisps' definition 'sdispls'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:232:88: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 3 names different: declaration 'sdisps' definition 'sdispls'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:127:95: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 3 names different: declaration 'sdisps' definition 'sdispls'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:128:44: style: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 4 names different: declaration 'sdtypes' definition 'sendtypes'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:232:128: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 4 names different: declaration 'sdtypes' definition 'sendtypes'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:128:44: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 4 names different: declaration 'sdtypes' definition 'sendtypes'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:128:61: style: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 5 names different: declaration 'rbuf' definition 'recvbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:233:45: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 5 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:128:61: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 5 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:128:81: style: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 6 names different: declaration 'rcounts' definition 'recvcounts'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:233:62: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 6 names different: declaration 'rcounts' definition 'recvcounts'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:128:81: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 6 names different: declaration 'rcounts' definition 'recvcounts'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:128:104: style: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 7 names different: declaration 'rdisps' definition 'rdispls'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:233:82: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 7 names different: declaration 'rdisps' definition 'rdispls'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:128:104: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 7 names different: declaration 'rdisps' definition 'rdispls'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:129:44: style: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 8 names different: declaration 'rdtypes' definition 'recvtypes'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:233:122: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 8 names different: declaration 'rdtypes' definition 'recvtypes'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ialltoallw.c:129:44: note: Function 'ompi_coll_libnbc_ialltoallw_inter' argument 8 names different: declaration 'rdtypes' definition 'recvtypes'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ibarrier.c:27:31: style: The scope of the variable 'recvpeer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ibarrier.c:27:41: style: The scope of the variable 'sendpeer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ibcast.c:266:53: style: The scope of the variable 'thiscount' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ibcast.c:268:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iexscan.c:48:42: style: Function 'ompi_coll_libnbc_iexscan' argument 1 names different: declaration 'sbuf' definition 'sendbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:183:42: note: Function 'ompi_coll_libnbc_iexscan' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iexscan.c:48:42: note: Function 'ompi_coll_libnbc_iexscan' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iexscan.c:48:57: style: Function 'ompi_coll_libnbc_iexscan' argument 2 names different: declaration 'rbuf' definition 'recvbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:183:54: note: Function 'ompi_coll_libnbc_iexscan' argument 2 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iexscan.c:48:57: note: Function 'ompi_coll_libnbc_iexscan' argument 2 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iexscan.c:48:90: style: Function 'ompi_coll_libnbc_iexscan' argument 4 names different: declaration 'dtype' definition 'datatype'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:183:95: note: Function 'ompi_coll_libnbc_iexscan' argument 4 names different: declaration 'dtype' definition 'datatype'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iexscan.c:48:90: note: Function 'ompi_coll_libnbc_iexscan' argument 4 names different: declaration 'dtype' definition 'datatype'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_igatherv.c:38:9: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce.c:391:53: style: The scope of the variable 'thiscount' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce.c:392:8: style: The scope of the variable 'offset' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce.c:471:7: style: The scope of the variable 'tmprbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce.c:471:16: style: The scope of the variable 'tmplbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter.c:50:9: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:45:7: style: The scope of the variable 'peer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:47:18: style: The scope of the variable 'span' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:48:9: style: The scope of the variable 'redbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:48:18: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:42:56: style: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 1 names different: declaration 'sbuf' definition 'sendbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:199:56: note: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:42:56: note: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:42:71: style: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 2 names different: declaration 'rbuf' definition 'recvbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:199:68: note: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 2 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:42:71: note: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 2 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:42:84: style: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 3 names different: declaration 'rcount' definition 'recvcount'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:199:78: note: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 3 names different: declaration 'rcount' definition 'recvcount'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:42:84: note: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 3 names different: declaration 'rcount' definition 'recvcount'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:42:108: style: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 4 names different: declaration 'dtype' definition 'datatype'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:199:110: note: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 4 names different: declaration 'dtype' definition 'datatype'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:42:108: note: Function 'ompi_coll_libnbc_ireduce_scatter_block' argument 4 names different: declaration 'dtype' definition 'datatype'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:208:62: style: Function 'ompi_coll_libnbc_ireduce_scatter_block_inter' argument 1 names different: declaration 'sbuf' definition 'sendbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:254:62: note: Function 'ompi_coll_libnbc_ireduce_scatter_block_inter' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:208:62: note: Function 'ompi_coll_libnbc_ireduce_scatter_block_inter' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:208:77: style: Function 'ompi_coll_libnbc_ireduce_scatter_block_inter' argument 2 names different: declaration 'rbuf' definition 'recvbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/coll_libnbc.h:254:74: note: Function 'ompi_coll_libnbc_ireduce_scatter_block_inter' argument 2 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c:208:77: note: Function 'ompi_coll_libnbc_ireduce_scatter_block_inter' argument 2 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iscan.c:52:18: style: The scope of the variable 'span' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_iscatterv.c:37:9: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_neighbor_helpers.c:90:7: style: Variable 'sources[0][i]' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_neighbor_helpers.c:89:7: note: Variable 'sources[0][i]' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/libnbc/nbc_neighbor_helpers.c:90:7: note: Variable 'sources[0][i]' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/monitoring/coll_monitoring_scatterv.c:25:27: style: The scope of the variable 'data_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/monitoring/coll_monitoring_scatterv.c:55:27: style: The scope of the variable 'data_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_barrier.c:271:26: style: Function 'ompi_coll_portals4_ibarrier_intra' argument 2 names different: declaration 'request' definition 'ompi_req'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4.h:185:27: note: Function 'ompi_coll_portals4_ibarrier_intra' argument 2 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_barrier.c:271:26: note: Function 'ompi_coll_portals4_ibarrier_intra' argument 2 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_bcast.c:38:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_bcast.c:117:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_bcast.c:884:26: style: Function 'ompi_coll_portals4_ibcast_intra' argument 6 names different: declaration 'request' definition 'ompi_request'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4.h:195:26: note: Function 'ompi_coll_portals4_ibcast_intra' argument 6 names different: declaration 'request' definition 'ompi_request'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_bcast.c:884:26: note: Function 'ompi_coll_portals4_ibcast_intra' argument 6 names different: declaration 'request' definition 'ompi_request'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_component.c:693:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_gather.c:63:9: style: The scope of the variable 'max' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_gather.c:79:59: style: The scope of the variable 'remote' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_gather.c:1293:51: style: Function 'ompi_coll_portals4_igather_intra' argument 9 names different: declaration 'request' definition 'ompi_request'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4.h:233:55: note: Function 'ompi_coll_portals4_igather_intra' argument 9 names different: declaration 'request' definition 'ompi_request'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_gather.c:1293:51: note: Function 'ompi_coll_portals4_igather_intra' argument 9 names different: declaration 'request' definition 'ompi_request'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_gather.c:120:0: error: Memory leak: bmtree [memleak]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_reduce.c:365:45: style: Function 'ompi_coll_portals4_reduce_intra' argument 1 names different: declaration 'sbuf' definition 'sendbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4.h:199:49: note: Function 'ompi_coll_portals4_reduce_intra' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_reduce.c:365:45: note: Function 'ompi_coll_portals4_reduce_intra' argument 1 names different: declaration 'sbuf' definition 'sendbuf'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_reduce.c:365:60: style: Function 'ompi_coll_portals4_reduce_intra' argument 2 names different: declaration 'rbuf' definition 'recvbuf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4.h:199:61: note: Function 'ompi_coll_portals4_reduce_intra' argument 2 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_reduce.c:365:60: note: Function 'ompi_coll_portals4_reduce_intra' argument 2 names different: declaration 'rbuf' definition 'recvbuf'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_reduce.c:401:22: style: Function 'ompi_coll_portals4_ireduce_intra' argument 4 names different: declaration 'dype' definition 'dtype'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4.h:205:22: note: Function 'ompi_coll_portals4_ireduce_intra' argument 4 names different: declaration 'dype' definition 'dtype'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_reduce.c:401:22: note: Function 'ompi_coll_portals4_ireduce_intra' argument 4 names different: declaration 'dype' definition 'dtype'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_scatter.c:724:51: style: Function 'ompi_coll_portals4_iscatter_intra' argument 9 names different: declaration 'request' definition 'ompi_request'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4.h:246:56: note: Function 'ompi_coll_portals4_iscatter_intra' argument 9 names different: declaration 'request' definition 'ompi_request'.
openmpi-3.1.1.real/ompi/mca/coll/portals4/coll_portals4_scatter.c:724:51: note: Function 'ompi_coll_portals4_iscatter_intra' argument 9 names different: declaration 'request' definition 'ompi_request'.
openmpi-3.1.1.real/ompi/mca/coll/self/coll_self_module.c:114:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/ompi/mca/coll/self/coll_self_module.c:117:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/self/coll_self_module.c:114:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/self/coll_self_module.c:55:29: style: The scope of the variable 'module' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/sm/coll_sm_module.c:512:5: style: Variable 'lowest_name' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/coll/sm/coll_sm_module.c:503:0: note: Variable 'lowest_name' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/sm/coll_sm_module.c:512:5: note: Variable 'lowest_name' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/coll/sm/coll_sm_module.c:603:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/ompi/mca/coll/sm/coll_sm_module.c:606:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/sm/coll_sm_module.c:603:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/sync/coll_sync_module.c:194:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/ompi/mca/coll/sync/coll_sync_module.c:197:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/sync/coll_sync_module.c:194:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/sync/coll_sync_module.c:183:32: style: Function 'mca_coll_sync_ft_event' argument 1 names different: declaration 'status' definition 'state'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/coll/sync/coll_sync.h:116:32: note: Function 'mca_coll_sync_ft_event' argument 1 names different: declaration 'status' definition 'state'.
openmpi-3.1.1.real/ompi/mca/coll/sync/coll_sync_module.c:183:32: note: Function 'mca_coll_sync_ft_event' argument 1 names different: declaration 'status' definition 'state'.
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_allgather_decision.c:123:57: warning: Function 'ompi_coll_tuned_allgather_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module, algorithm, faninout, segsize' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned.h:96:45: note: Function 'ompi_coll_tuned_allgather_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_allgather_decision.c:123:57: note: Function 'ompi_coll_tuned_allgather_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c:122:58: warning: Function 'ompi_coll_tuned_allgatherv_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcounts, rdispls, rdtype, comm, module, algorithm, faninout, segsize' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned.h:102:46: note: Function 'ompi_coll_tuned_allgatherv_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcounts, rdispls, rdtype, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c:122:58: note: Function 'ompi_coll_tuned_allgatherv_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcounts, rdispls, rdtype, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c:122:57: warning: Function 'ompi_coll_tuned_allreduce_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , ' definition 'sbuf, rbuf, count, dtype, op, comm, module, algorithm, faninout, segsize' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned.h:108:45: note: Function 'ompi_coll_tuned_allreduce_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , ' definition 'sbuf, rbuf, count, dtype, op, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c:122:57: note: Function 'ompi_coll_tuned_allreduce_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , ' definition 'sbuf, rbuf, count, dtype, op, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c:142:56: warning: Function 'ompi_coll_tuned_alltoall_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, max_requests, , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module, algorithm, faninout, segsize, max_requests' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned.h:114:44: note: Function 'ompi_coll_tuned_alltoall_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, max_requests, , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module, algorithm, faninout, segsize, max_requests'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c:142:56: note: Function 'ompi_coll_tuned_alltoall_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, max_requests, , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module, algorithm, faninout, segsize, max_requests'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c:90:57: warning: Function 'ompi_coll_tuned_alltoallv_intra_do_this' argument order different: declaration ', algorithm, , , , , , , , , ' definition 'sbuf, scounts, sdisps, sdtype, rbuf, rcounts, rdisps, rdtype, comm, module, algorithm' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned.h:120:45: note: Function 'ompi_coll_tuned_alltoallv_intra_do_this' argument order different: declaration ', algorithm, , , , , , , , , ' definition 'sbuf, scounts, sdisps, sdtype, rbuf, rcounts, rdisps, rdtype, comm, module, algorithm'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c:90:57: note: Function 'ompi_coll_tuned_alltoallv_intra_do_this' argument order different: declaration ', algorithm, , , , , , , , , ' definition 'sbuf, scounts, sdisps, sdtype, rbuf, rcounts, rdisps, rdtype, comm, module, algorithm'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_barrier_decision.c:88:72: warning: Function 'ompi_coll_tuned_barrier_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, ' definition 'comm, module, algorithm, faninout, segsize' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned.h:126:43: note: Function 'ompi_coll_tuned_barrier_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, ' definition 'comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_barrier_decision.c:88:72: note: Function 'ompi_coll_tuned_barrier_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, ' definition 'comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_bcast_decision.c:121:47: warning: Function 'ompi_coll_tuned_bcast_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , ' definition 'buf, count, dtype, root, comm, module, algorithm, faninout, segsize' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned.h:132:41: note: Function 'ompi_coll_tuned_bcast_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , ' definition 'buf, count, dtype, root, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_bcast_decision.c:121:47: note: Function 'ompi_coll_tuned_bcast_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , ' definition 'buf, count, dtype, root, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_component.c:198:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_dynamic_file.c:260:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_dynamic_file.c:275:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_dynamic_rules.c:199:27: style: The scope of the variable 'msg_p' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_dynamic_rules.c:228:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_dynamic_rules.c:230:27: style: The scope of the variable 'com_p' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_gather_decision.c:122:50: warning: Function 'ompi_coll_tuned_gather_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, module, algorithm, faninout, segsize' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned.h:138:42: note: Function 'ompi_coll_tuned_gather_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_gather_decision.c:122:50: note: Function 'ompi_coll_tuned_gather_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_module.c:281:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_module.c:284:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_module.c:281:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_reduce_decision.c:145:54: warning: Function 'ompi_coll_tuned_reduce_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, max_oustanding_reqs, , , , , , , ' definition 'sbuf, rbuf, count, dtype, op, root, comm, module, algorithm, faninout, segsize, max_requests' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned.h:144:42: note: Function 'ompi_coll_tuned_reduce_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, max_oustanding_reqs, , , , , , , ' definition 'sbuf, rbuf, count, dtype, op, root, comm, module, algorithm, faninout, segsize, max_requests'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_reduce_decision.c:145:54: note: Function 'ompi_coll_tuned_reduce_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, max_oustanding_reqs, , , , , , , ' definition 'sbuf, rbuf, count, dtype, op, root, comm, module, algorithm, faninout, segsize, max_requests'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c:122:62: warning: Function 'ompi_coll_tuned_reduce_scatter_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , ' definition 'sbuf, rbuf, rcounts, dtype, op, comm, module, algorithm, faninout, segsize' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned.h:150:50: note: Function 'ompi_coll_tuned_reduce_scatter_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , ' definition 'sbuf, rbuf, rcounts, dtype, op, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c:122:62: note: Function 'ompi_coll_tuned_reduce_scatter_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , ' definition 'sbuf, rbuf, rcounts, dtype, op, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_scatter_decision.c:121:51: warning: Function 'ompi_coll_tuned_scatter_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, module, algorithm, faninout, segsize' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned.h:156:43: note: Function 'ompi_coll_tuned_scatter_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/coll/tuned/coll_tuned_scatter_decision.c:121:51: note: Function 'ompi_coll_tuned_scatter_intra_do_this' argument order different: declaration ', algorithm, faninout, segsize, , , , , , , , ' definition 'sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, module, algorithm, faninout, segsize'
openmpi-3.1.1.real/ompi/mca/common/monitoring/common_monitoring_coll.c:70:9: style: Variable 'world_size' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/monitoring/common_monitoring_coll.c:67:0: note: Variable 'world_size' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/monitoring/common_monitoring_coll.c:70:9: note: Variable 'world_size' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/monitoring/common_monitoring_coll.c:67:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/common/monitoring/common_monitoring_coll.c:67:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/common/monitoring/common_monitoring_coll.c:57:9: style: Unused variable: world_rank [unusedVariable]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_open.c:239:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_open.c:235:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_open.c:239:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_open.c:373:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_open.c:371:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_open.c:373:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_open.c:237:10: style: The scope of the variable 'name' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:163:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:157:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:163:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:188:5: style: Variable 'ompio_req' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:185:0: note: Variable 'ompio_req' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:188:5: note: Variable 'ompio_req' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:284:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:279:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:284:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:317:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:312:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:317:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:362:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_read.c:363:9: style: The scope of the variable 'k' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_view.c:265:9: style: The scope of the variable 'uniform' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_view.c:268:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:137:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:132:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:137:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:159:5: style: Variable 'ompio_req' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:156:0: note: Variable 'ompio_req' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:159:5: note: Variable 'ompio_req' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:251:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:246:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:251:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:285:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:280:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:285:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_file_write.c:337:15: style: The scope of the variable 'disp' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:41:5: warning: Either the condition 'NULL==q' is redundant or there is possible null pointer dereference: q. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:38:15: note: Assuming that condition 'NULL==q' is not redundant
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:41:5: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:42:5: warning: Either the condition 'NULL==q' is redundant or there is possible null pointer dereference: q. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:38:15: note: Assuming that condition 'NULL==q' is not redundant
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:42:5: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:43:5: warning: Either the condition 'NULL==q' is redundant or there is possible null pointer dereference: q. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:38:15: note: Assuming that condition 'NULL==q' is not redundant
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:43:5: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:37:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:34:0: note: Variable 'q' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:37:5: note: Variable 'q' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:109:5: style: Variable 'time_details' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:104:0: note: Variable 'time_details' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/common/ompio/common_ompio_print_queue.c:109:5: note: Variable 'time_details' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:6213:15: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:6216:20: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:6236:24: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:6259:56: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:6275:38: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5520:14: style: Condition 'NULL!=buffer' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5508:29: note: Assignment 'buffer=NULL', assigned value is 0
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5520:14: note: Condition 'NULL!=buffer' is always false
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:1590:5: style: Variable 'breq' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:1587:0: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:1590:5: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:1651:5: style: Variable 'breq' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:1647:0: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:1651:5: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:1808:5: style: Variable 'breq' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:1804:0: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:1808:5: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2070:5: style: Variable 'breq' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2065:0: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2070:5: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2188:5: style: Variable 'breq' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2185:0: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2188:5: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2274:5: style: Variable 'breq' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2270:0: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2274:5: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2519:5: style: Variable 'breq' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2515:0: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:2519:5: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3373:5: style: Variable 'breq' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3370:0: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3373:5: note: Variable 'breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3381:9: style: Variable 'content_ref' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3378:0: note: Variable 'content_ref' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3381:9: note: Variable 'content_ref' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3382:9: style: Variable 'loc_breq' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3379:0: note: Variable 'loc_breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3382:9: note: Variable 'loc_breq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5033:5: style: Variable 'prev_stall' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5020:0: note: Variable 'prev_stall' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5033:5: note: Variable 'prev_stall' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5748:5: style: Variable 'rb' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5741:0: note: Variable 'rb' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5748:5: note: Variable 'rb' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3144:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3150:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3144:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:1190:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:4089:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5158:28: style: The scope of the variable 'status' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5159:21: style: The scope of the variable 'req' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:6209:12: style: The scope of the variable 'barrier_start' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:6209:27: style: The scope of the variable 'barrier_stop' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:4714:17: style: Checking if unsigned variable 'req_size' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5754:5: style: Redundant pointer operation on 'comm_id' - it's already a pointer. [redundantPointerOp]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5756:5: style: Redundant pointer operation on 'rank' - it's already a pointer. [redundantPointerOp]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5760:5: style: Redundant pointer operation on 'tag' - it's already a pointer. [redundantPointerOp]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5762:5: style: Redundant pointer operation on 'count' - it's already a pointer. [redundantPointerOp]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5764:5: style: Redundant pointer operation on 'datatype_size' - it's already a pointer. [redundantPointerOp]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5768:5: style: Redundant pointer operation on 'p_num_sent' - it's already a pointer. [redundantPointerOp]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:696:77: style: Function 'ompi_crcp_bkmrk_pml_peer_ref_construct' argument 1 names different: declaration 'bkm_proc' definition 'peer_ref'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h:431:81: note: Function 'ompi_crcp_bkmrk_pml_peer_ref_construct' argument 1 names different: declaration 'bkm_proc' definition 'peer_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:696:77: note: Function 'ompi_crcp_bkmrk_pml_peer_ref_construct' argument 1 names different: declaration 'bkm_proc' definition 'peer_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:721:77: style: Function 'ompi_crcp_bkmrk_pml_peer_ref_destruct' argument 1 names different: declaration 'bkm_proc' definition 'peer_ref'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h:432:81: note: Function 'ompi_crcp_bkmrk_pml_peer_ref_destruct' argument 1 names different: declaration 'bkm_proc' definition 'peer_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:721:77: note: Function 'ompi_crcp_bkmrk_pml_peer_ref_destruct' argument 1 names different: declaration 'bkm_proc' definition 'peer_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3175:42: style: Function 'traffic_message_append' argument 6 names different: declaration 'ddt_size' definition 'in_ddt_size'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:154:42: note: Function 'traffic_message_append' argument 6 names different: declaration 'ddt_size' definition 'in_ddt_size'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3175:42: note: Function 'traffic_message_append' argument 6 names different: declaration 'ddt_size' definition 'in_ddt_size'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3286:76: style: Function 'traffic_message_move' argument 1 names different: declaration 'msg_ref' definition 'old_msg_ref'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:173:76: note: Function 'traffic_message_move' argument 1 names different: declaration 'msg_ref' definition 'old_msg_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3286:76: note: Function 'traffic_message_move' argument 1 names different: declaration 'msg_ref' definition 'old_msg_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3368:93: style: Function 'traffic_message_find_mark_persistent' argument 5 names different: declaration 'content_ref' definition 'c_ref'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:198:93: note: Function 'traffic_message_find_mark_persistent' argument 5 names different: declaration 'content_ref' definition 'c_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:3368:93: note: Function 'traffic_message_find_mark_persistent' argument 5 names different: declaration 'content_ref' definition 'c_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:4081:79: style: Function 'drain_message_copy_remove' argument 1 names different: declaration 'msg_ref' definition 'drain_msg_ref'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:286:79: note: Function 'drain_message_copy_remove' argument 1 names different: declaration 'msg_ref' definition 'drain_msg_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:4081:79: note: Function 'drain_message_copy_remove' argument 1 names different: declaration 'msg_ref' definition 'drain_msg_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:4082:82: style: Function 'drain_message_copy_remove' argument 2 names different: declaration 'content_ref' definition 'drain_content_ref'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:287:82: note: Function 'drain_message_copy_remove' argument 2 names different: declaration 'content_ref' definition 'drain_content_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:4082:82: note: Function 'drain_message_copy_remove' argument 2 names different: declaration 'content_ref' definition 'drain_content_ref'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5180:49: style: Function 'coord_request_wait' argument 1 names different: declaration 'request' definition 'req'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:462:49: note: Function 'coord_request_wait' argument 1 names different: declaration 'request' definition 'req'.
openmpi-3.1.1.real/ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c:5180:49: note: Function 'coord_request_wait' argument 1 names different: declaration 'request' definition 'req'.
openmpi-3.1.1.real/ompi/mca/fbtl/base/fbtl_base_file_select.c:77:11: style: The scope of the variable 'str' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fbtl/plfs/fbtl_plfs_ipwritev.c:28:55: style: Function 'mca_fbtl_plfs_ipwritev' argument 1 names different: declaration 'file' definition 'fh'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fbtl/plfs/fbtl_plfs.h:53:54: note: Function 'mca_fbtl_plfs_ipwritev' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/plfs/fbtl_plfs_ipwritev.c:28:55: note: Function 'mca_fbtl_plfs_ipwritev' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/plfs/fbtl_plfs_preadv.c:28:53: style: Function 'mca_fbtl_plfs_preadv' argument 1 names different: declaration 'file' definition 'fh'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fbtl/plfs/fbtl_plfs.h:49:52: note: Function 'mca_fbtl_plfs_preadv' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/plfs/fbtl_plfs_preadv.c:28:53: note: Function 'mca_fbtl_plfs_preadv' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/plfs/fbtl_plfs_pwritev.c:29:54: style: Function 'mca_fbtl_plfs_pwritev' argument 1 names different: declaration 'file' definition 'fh'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fbtl/plfs/fbtl_plfs.h:50:53: note: Function 'mca_fbtl_plfs_pwritev' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/plfs/fbtl_plfs_pwritev.c:29:54: note: Function 'mca_fbtl_plfs_pwritev' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c:36:54: style: Function 'mca_fbtl_posix_ipreadv' argument 1 names different: declaration 'file' definition 'fh'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix.h:53:54: note: Function 'mca_fbtl_posix_ipreadv' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c:36:54: note: Function 'mca_fbtl_posix_ipreadv' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c:35:56: style: Function 'mca_fbtl_posix_ipwritev' argument 1 names different: declaration 'file' definition 'fh'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix.h:55:55: note: Function 'mca_fbtl_posix_ipwritev' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c:35:56: note: Function 'mca_fbtl_posix_ipwritev' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix_lock.c:45:48: style: Function 'mca_fbtl_posix_lock' argument 4 names different: declaration 'iov_offset' definition 'offset'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix.h:62:48: note: Function 'mca_fbtl_posix_lock' argument 4 names different: declaration 'iov_offset' definition 'offset'.
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix_lock.c:45:48: note: Function 'mca_fbtl_posix_lock' argument 4 names different: declaration 'iov_offset' definition 'offset'.
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix_preadv.c:31:53: style: Function 'mca_fbtl_posix_preadv' argument 1 names different: declaration 'file' definition 'fh'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix.h:51:53: note: Function 'mca_fbtl_posix_preadv' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix_preadv.c:31:53: note: Function 'mca_fbtl_posix_preadv' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix_pwritev.c:33:54: style: Function 'mca_fbtl_posix_pwritev' argument 1 names different: declaration 'file' definition 'fh'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix.h:52:54: note: Function 'mca_fbtl_posix_pwritev' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/posix/fbtl_posix_pwritev.c:33:54: note: Function 'mca_fbtl_posix_pwritev' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c:35:54: style: Function 'mca_fbtl_pvfs2_preadv' argument 1 names different: declaration 'file' definition 'fh'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fbtl/pvfs2/fbtl_pvfs2.h:60:53: note: Function 'mca_fbtl_pvfs2_preadv' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c:35:54: note: Function 'mca_fbtl_pvfs2_preadv' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/pvfs2/fbtl_pvfs2_preadv.c:79:0: error: Memory leak: merge_buf [memleak]
openmpi-3.1.1.real/ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c:36:55: style: Function 'mca_fbtl_pvfs2_pwritev' argument 1 names different: declaration 'file' definition 'fh'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fbtl/pvfs2/fbtl_pvfs2.h:61:54: note: Function 'mca_fbtl_pvfs2_pwritev' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c:36:55: note: Function 'mca_fbtl_pvfs2_pwritev' argument 1 names different: declaration 'file' definition 'fh'.
openmpi-3.1.1.real/ompi/mca/fbtl/pvfs2/fbtl_pvfs2_pwritev.c:96:0: error: Memory leak: merge_buf [memleak]
openmpi-3.1.1.real/ompi/mca/fcoll/base/fcoll_base_coll_array.c:52:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fcoll/base/fcoll_base_coll_array.c:135:11: style: The scope of the variable 'ptmp' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fcoll/base/fcoll_base_coll_array.c:224:11: style: The scope of the variable 'ptmp' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fcoll/base/fcoll_base_sort.c:125:17: warning: Either the condition 'NULL!=temp_arr' is redundant or there is possible null pointer dereference: temp_arr. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/fcoll/base/fcoll_base_sort.c:127:14: note: Assuming that condition 'NULL!=temp_arr' is not redundant
openmpi-3.1.1.real/ompi/mca/fcoll/base/fcoll_base_sort.c:125:17: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c:1068:17: warning: Either the condition 'NULL!=temp_arr' is redundant or there is possible null pointer dereference: temp_arr. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c:1070:14: note: Assuming that condition 'NULL!=temp_arr' is not redundant
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c:1068:17: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c:988:5: style: Variable 'temp_arr' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c:986:0: note: Variable 'temp_arr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c:988:5: note: Variable 'temp_arr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c:819:23: style: The scope of the variable 'mem_address' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c:1178:17: warning: Either the condition 'NULL!=temp_arr' is redundant or there is possible null pointer dereference: temp_arr. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c:1180:14: note: Assuming that condition 'NULL!=temp_arr' is not redundant
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c:1178:17: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c:1098:5: style: Variable 'temp_arr' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c:1096:0: note: Variable 'temp_arr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c:1098:5: note: Variable 'temp_arr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c:1068:17: warning: Either the condition 'NULL!=temp_arr' is redundant or there is possible null pointer dereference: temp_arr. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c:1070:14: note: Assuming that condition 'NULL!=temp_arr' is not redundant
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c:1068:17: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c:988:5: style: Variable 'temp_arr' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c:986:0: note: Variable 'temp_arr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c:988:5: note: Variable 'temp_arr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c:819:23: style: The scope of the variable 'mem_address' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1702:17: warning: Either the condition 'NULL!=temp_arr' is redundant or there is possible null pointer dereference: temp_arr. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1704:14: note: Assuming that condition 'NULL!=temp_arr' is not redundant
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1702:17: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1302:5: style: Variable 'broken_mem_iovs' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1295:0: note: Variable 'broken_mem_iovs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1302:5: note: Variable 'broken_mem_iovs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1303:5: style: Variable 'broken_file_iovs' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1297:0: note: Variable 'broken_file_iovs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1303:5: note: Variable 'broken_file_iovs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1622:5: style: Variable 'temp_arr' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1620:0: note: Variable 'temp_arr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1622:5: note: Variable 'temp_arr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1345:22: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1287:60: style: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 1 names different: declaration 'decoded_iov' definition 'mem_iov'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:98:60: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 1 names different: declaration 'decoded_iov' definition 'mem_iov'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1287:60: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 1 names different: declaration 'decoded_iov' definition 'mem_iov'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1287:73: style: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 2 names different: declaration 'iov_count' definition 'mem_count'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:98:77: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 2 names different: declaration 'iov_count' definition 'mem_count'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1287:73: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 2 names different: declaration 'iov_count' definition 'mem_count'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1288:55: style: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 3 names different: declaration 'local_iov_array' definition 'file_iov'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:99:55: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 3 names different: declaration 'local_iov_array' definition 'file_iov'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1288:55: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 3 names different: declaration 'local_iov_array' definition 'file_iov'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1288:69: style: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 4 names different: declaration 'local_count' definition 'file_count'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:99:76: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 4 names different: declaration 'local_count' definition 'file_count'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1288:69: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 4 names different: declaration 'local_count' definition 'file_count'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1289:57: style: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 5 names different: declaration 'broken_decoded_iovs' definition 'ret_broken_mem_iovs'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:100:57: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 5 names different: declaration 'broken_decoded_iovs' definition 'ret_broken_mem_iovs'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1289:57: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 5 names different: declaration 'broken_decoded_iovs' definition 'ret_broken_mem_iovs'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1289:84: style: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 6 names different: declaration 'broken_iov_counts' definition 'ret_broken_mem_counts'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:100:84: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 6 names different: declaration 'broken_iov_counts' definition 'ret_broken_mem_counts'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1289:84: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 6 names different: declaration 'broken_iov_counts' definition 'ret_broken_mem_counts'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1290:57: style: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 7 names different: declaration 'broken_iov_arrays' definition 'ret_broken_file_iovs'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:101:57: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 7 names different: declaration 'broken_iov_arrays' definition 'ret_broken_file_iovs'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1290:57: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 7 names different: declaration 'broken_iov_arrays' definition 'ret_broken_file_iovs'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1290:85: style: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 8 names different: declaration 'broken_counts' definition 'ret_broken_file_counts'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:101:82: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 8 names different: declaration 'broken_counts' definition 'ret_broken_file_counts'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1290:85: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 8 names different: declaration 'broken_counts' definition 'ret_broken_file_counts'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1291:52: style: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 9 names different: declaration 'broken_total_lengths' definition 'ret_broken_total_lengths'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:102:52: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 9 names different: declaration 'broken_total_lengths' definition 'ret_broken_total_lengths'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1291:52: note: Function 'mca_fcoll_dynamic_gen2_break_file_view' argument 9 names different: declaration 'broken_total_lengths' definition 'ret_broken_total_lengths'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1556:96: style: Function 'mca_fcoll_dynamic_gen2_split_iov_array' argument 2 names different: declaration 'work_array' definition 'io_array'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:114:96: note: Function 'mca_fcoll_dynamic_gen2_split_iov_array' argument 2 names different: declaration 'work_array' definition 'io_array'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1556:96: note: Function 'mca_fcoll_dynamic_gen2_split_iov_array' argument 2 names different: declaration 'work_array' definition 'io_array'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1557:51: style: Function 'mca_fcoll_dynamic_gen2_split_iov_array' argument 4 names different: declaration 'last_array_pos' definition 'ret_array_pos'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:115:68: note: Function 'mca_fcoll_dynamic_gen2_split_iov_array' argument 4 names different: declaration 'last_array_pos' definition 'ret_array_pos'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1557:51: note: Function 'mca_fcoll_dynamic_gen2_split_iov_array' argument 4 names different: declaration 'last_array_pos' definition 'ret_array_pos'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1557:71: style: Function 'mca_fcoll_dynamic_gen2_split_iov_array' argument 5 names different: declaration 'last_pos_in_field' definition 'ret_pos'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:115:89: note: Function 'mca_fcoll_dynamic_gen2_split_iov_array' argument 5 names different: declaration 'last_pos_in_field' definition 'ret_pos'.
openmpi-3.1.1.real/ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c:1557:71: note: Function 'mca_fcoll_dynamic_gen2_split_iov_array' argument 5 names different: declaration 'last_pos_in_field' definition 'ret_pos'.
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_read_all.c:193:24: warning: Either the condition 'NULL!=local_iov_array' is redundant or there is possible null pointer dereference: local_iov_array. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_read_all.c:363:14: note: Assuming that condition 'NULL!=local_iov_array' is not redundant
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_read_all.c:193:24: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_read_all.c:194:24: warning: Either the condition 'NULL!=local_iov_array' is redundant or there is possible null pointer dereference: local_iov_array. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_read_all.c:363:14: note: Assuming that condition 'NULL!=local_iov_array' is not redundant
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_read_all.c:194:24: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_read_all.c:1151:17: warning: Either the condition 'NULL!=temp_arr' is redundant or there is possible null pointer dereference: temp_arr. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_read_all.c:1153:14: note: Assuming that condition 'NULL!=temp_arr' is not redundant
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_read_all.c:1151:17: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_read_all.c:877:23: style: The scope of the variable 'mem_address' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_write_all.c:160:24: error: Null pointer dereference: local_iov_array [nullPointer]
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_write_all.c:83:55: note: Assignment 'local_iov_array=NULL', assigned value is 0
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_write_all.c:160:24: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_write_all.c:161:24: error: Null pointer dereference: local_iov_array [nullPointer]
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_write_all.c:83:55: note: Assignment 'local_iov_array=NULL', assigned value is 0
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_write_all.c:161:24: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_write_all.c:1163:17: warning: Either the condition 'NULL!=temp_arr' is redundant or there is possible null pointer dereference: temp_arr. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_write_all.c:1165:14: note: Assuming that condition 'NULL!=temp_arr' is not redundant
openmpi-3.1.1.real/ompi/mca/fcoll/static/fcoll_static_file_write_all.c:1163:17: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:850:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:839:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:850:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:1083:5: style: Variable 'curr_from_proc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:1081:0: note: Variable 'curr_from_proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:1083:5: note: Variable 'curr_from_proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:1084:5: style: Variable 'done_from_proc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:1081:0: note: Variable 'done_from_proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:1084:5: note: Variable 'done_from_proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:1085:5: style: Variable 'recv_buf_idx' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:1081:0: note: Variable 'recv_buf_idx' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:1085:5: note: Variable 'recv_buf_idx' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:539:12: style: Function 'two_phase_read_and_exch' argument 14 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:69:12: note: Function 'two_phase_read_and_exch' argument 14 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:539:12: note: Function 'two_phase_read_and_exch' argument 14 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:823:33: style: Function 'two_phase_exchange_data' argument 3 names different: declaration 'offset_length' definition 'offset_len'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:73:23: note: Function 'two_phase_exchange_data' argument 3 names different: declaration 'offset_length' definition 'offset_len'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:823:33: note: Function 'two_phase_exchange_data' argument 3 names different: declaration 'offset_length' definition 'offset_len'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:835:12: style: Function 'two_phase_exchange_data' argument 21 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:87:32: note: Function 'two_phase_exchange_data' argument 21 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:835:12: note: Function 'two_phase_exchange_data' argument 21 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:1074:35: style: Function 'two_phase_fill_user_buffer' argument 16 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:106:16: note: Function 'two_phase_fill_user_buffer' argument 16 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c:1074:35: note: Function 'two_phase_fill_user_buffer' argument 16 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:956:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:947:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:956:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:602:13: style: Function 'two_phase_exch_and_write' argument 14 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:71:13: note: Function 'two_phase_exch_and_write' argument 14 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:602:13: note: Function 'two_phase_exch_and_write' argument 14 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:943:30: style: Function 'two_phase_exchage_data' argument 27 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:94:31: note: Function 'two_phase_exchage_data' argument 27 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:943:30: note: Function 'two_phase_exchage_data' argument 27 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:1272:24: style: Function 'two_phase_fill_send_buffer' argument 7 names different: declaration 'send_req' definition 'requests'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:104:24: note: Function 'two_phase_fill_send_buffer' argument 7 names different: declaration 'send_req' definition 'requests'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:1272:24: note: Function 'two_phase_fill_send_buffer' argument 7 names different: declaration 'send_req' definition 'requests'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:1283:34: style: Function 'two_phase_fill_send_buffer' argument 20 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:116:15: note: Function 'two_phase_fill_send_buffer' argument 20 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:1283:34: note: Function 'two_phase_fill_send_buffer' argument 20 names different: declaration 'num_io_procs' definition 'two_phase_num_io_procs'.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:1386:57: warning: Function 'two_phase_heap_merge' argument order different: declaration 'others_req, count, srt_off, srt_len, start_pos, myrank, nprocs, nprocs_recv, total_elements' definition 'others_req, count, srt_off, srt_len, start_pos, nprocs, myrank, nprocs_recv, total_elements' [funcArgOrderDifferent]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:123:56: note: Function 'two_phase_heap_merge' argument order different: declaration 'others_req, count, srt_off, srt_len, start_pos, myrank, nprocs, nprocs_recv, total_elements' definition 'others_req, count, srt_off, srt_len, start_pos, nprocs, myrank, nprocs_recv, total_elements'
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c:1386:57: note: Function 'two_phase_heap_merge' argument order different: declaration 'others_req, count, srt_off, srt_len, start_pos, myrank, nprocs, nprocs_recv, total_elements' definition 'others_req, count, srt_off, srt_len, start_pos, nprocs, myrank, nprocs_recv, total_elements'
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c:208:5: style: Variable 'count_others_req_per_proc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c:203:0: note: Variable 'count_others_req_per_proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c:208:5: note: Variable 'count_others_req_per_proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fs/lustre/fs_lustre_file_delete.c:38:34: style: Function 'mca_fs_lustre_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fs/lustre/fs_lustre.h:69:38: note: Function 'mca_fs_lustre_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'.
openmpi-3.1.1.real/ompi/mca/fs/lustre/fs_lustre_file_delete.c:38:34: note: Function 'mca_fs_lustre_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'.
openmpi-3.1.1.real/ompi/mca/fs/lustre/fs_lustre_file_open.c:67:9: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fs/lustre/fs_lustre_file_open.c:62:26: style: Function 'mca_fs_lustre_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fs/lustre/fs_lustre.h:63:34: note: Function 'mca_fs_lustre_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'.
openmpi-3.1.1.real/ompi/mca/fs/lustre/fs_lustre_file_open.c:62:26: note: Function 'mca_fs_lustre_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'.
openmpi-3.1.1.real/ompi/mca/fs/lustre/fs_lustre_file_open.c:41:15: style: Unused variable: join [unusedVariable]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs.c:79:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs.c:83:10: style: The scope of the variable 'wpath' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs.c:101:23: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_close.c:52:5: style: Variable 'plfs_ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_close.c:42:0: note: Variable 'plfs_ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_close.c:52:5: note: Variable 'plfs_ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_close.c:50:28: error: Undefined behavior: Variable 'wpath' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_delete.c:38:32: style: Function 'mca_fs_plfs_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs.h:61:36: note: Function 'mca_fs_plfs_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'.
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_delete.c:38:32: note: Function 'mca_fs_plfs_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'.
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_delete.c:44:28: error: Undefined behavior: Variable 'wpath' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_get_size.c:46:27: error: Undefined behavior: Variable 'wpath' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_open.c:53:9: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_open.c:47:26: style: Function 'mca_fs_plfs_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs.h:55:34: note: Function 'mca_fs_plfs_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'.
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_open.c:47:26: note: Function 'mca_fs_plfs_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'.
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_open.c:61:28: error: Undefined behavior: Variable 'wpath' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_set_size.c:36:49: style: Function 'mca_fs_plfs_file_set_size' argument 1 names different: declaration 'fh' definition 'file_handle'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs.h:64:53: note: Function 'mca_fs_plfs_file_set_size' argument 1 names different: declaration 'fh' definition 'file_handle'.
openmpi-3.1.1.real/ompi/mca/fs/plfs/fs_plfs_file_set_size.c:36:49: note: Function 'mca_fs_plfs_file_set_size' argument 1 names different: declaration 'fh' definition 'file_handle'.
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2_file_delete.c:74:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2_file_delete.c:72:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2_file_delete.c:74:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2_file_delete.c:49:12: style: The scope of the variable 'ncache_timeout' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2_file_delete.c:41:33: style: Function 'mca_fs_pvfs2_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2.h:79:37: note: Function 'mca_fs_pvfs2_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'.
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2_file_delete.c:41:33: note: Function 'mca_fs_pvfs2_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'.
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c:70:10: style: The scope of the variable 'pvfs2_path' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c:71:12: style: The scope of the variable 'ncache_timeout' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c:63:29: style: Function 'mca_fs_pvfs2_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2.h:73:33: note: Function 'mca_fs_pvfs2_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'.
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c:63:29: note: Function 'mca_fs_pvfs2_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'.
openmpi-3.1.1.real/ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c:100:0: error: Memory leak: pvfs2_fs [memleak]
openmpi-3.1.1.real/ompi/mca/fs/ufs/fs_ufs_file_delete.c:38:31: style: Function 'mca_fs_ufs_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fs/ufs/fs_ufs.h:65:35: note: Function 'mca_fs_ufs_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'.
openmpi-3.1.1.real/ompi/mca/fs/ufs/fs_ufs_file_delete.c:38:31: note: Function 'mca_fs_ufs_file_delete' argument 1 names different: declaration 'filename' definition 'file_name'.
openmpi-3.1.1.real/ompi/mca/fs/ufs/fs_ufs_file_open.c:52:9: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/fs/ufs/fs_ufs_file_open.c:47:13: style: Function 'mca_fs_ufs_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/fs/ufs/fs_ufs.h:59:31: note: Function 'mca_fs_ufs_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'.
openmpi-3.1.1.real/ompi/mca/fs/ufs/fs_ufs_file_open.c:47:13: note: Function 'mca_fs_ufs_file_open' argument 3 names different: declaration 'amode' definition 'access_mode'.
openmpi-3.1.1.real/ompi/mca/hook/base/hook_base.c:53:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/base/io_base_delete.c:189:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/base/io_base_delete.c:289:42: style: The scope of the variable 'ioc_200' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/base/io_base_delete.c:307:69: style: Function 'query_2_0_0' argument 1 names different: declaration 'io_component' definition 'component'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/base/io_base_delete.c:64:69: note: Function 'query_2_0_0' argument 1 names different: declaration 'io_component' definition 'component'.
openmpi-3.1.1.real/ompi/mca/io/base/io_base_delete.c:307:69: note: Function 'query_2_0_0' argument 1 names different: declaration 'io_component' definition 'component'.
openmpi-3.1.1.real/ompi/mca/io/base/io_base_file_select.c:287:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/base/io_base_file_select.c:385:42: style: The scope of the variable 'ioc_200' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/base/io_base_file_select.c:403:69: style: Function 'query_2_0_0' argument 1 names different: declaration 'io_component' definition 'component'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/base/io_base_file_select.c:78:69: note: Function 'query_2_0_0' argument 1 names different: declaration 'io_component' definition 'component'.
openmpi-3.1.1.real/ompi/mca/io/base/io_base_file_select.c:403:69: note: Function 'query_2_0_0' argument 1 names different: declaration 'io_component' definition 'component'.
openmpi-3.1.1.real/ompi/mca/io/base/io_base_find_available.c:96:51: style: Function 'init_query' argument 1 names different: declaration 'ls' definition 'm'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/base/io_base_find_available.c:39:51: note: Function 'init_query' argument 1 names different: declaration 'ls' definition 'm'.
openmpi-3.1.1.real/ompi/mca/io/base/io_base_find_available.c:96:51: note: Function 'init_query' argument 1 names different: declaration 'ls' definition 'm'.
openmpi-3.1.1.real/ompi/mca/io/base/io_base_find_available.c:147:57: style: Function 'init_query_2_0_0' argument 1 names different: declaration 'ls' definition 'component'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/base/io_base_find_available.c:42:57: note: Function 'init_query_2_0_0' argument 1 names different: declaration 'ls' definition 'component'.
openmpi-3.1.1.real/ompi/mca/io/base/io_base_find_available.c:147:57: note: Function 'init_query_2_0_0' argument 1 names different: declaration 'ls' definition 'component'.
openmpi-3.1.1.real/ompi/mca/io/base/io_base_register_datarep.c:39:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:633:17: warning: Either the condition 'NULL!=temp_arr' is redundant or there is possible null pointer dereference: temp_arr. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:635:14: note: Assuming that condition 'NULL!=temp_arr' is not redundant
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:633:17: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:57:5: style: Variable 'iov' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:50:0: note: Variable 'iov' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:57:5: note: Variable 'iov' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:135:9: style: Variable 'recvcounts' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:121:0: note: Variable 'recvcounts' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:135:9: note: Variable 'recvcounts' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:553:5: style: Variable 'temp_arr' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:551:0: note: Variable 'temp_arr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:553:5: note: Variable 'temp_arr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:125:28: style: The scope of the variable 'l' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:125:33: style: The scope of the variable 'm' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:126:6: style: The scope of the variable 'column_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:126:22: style: The scope of the variable 'r_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:132:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:424:46: style: Function 'ompi_io_ompio_decode_datatype' argument 7 names different: declaration 'iov_count' definition 'iovec_count'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:323:60: note: Function 'ompi_io_ompio_decode_datatype' argument 7 names different: declaration 'iov_count' definition 'iovec_count'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.c:424:46: note: Function 'ompi_io_ompio_decode_datatype' argument 7 names different: declaration 'iov_count' definition 'iovec_count'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:109:5: style: Variable 'dtime_threshold' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:71:0: note: Variable 'dtime_threshold' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:109:5: note: Variable 'dtime_threshold' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:114:5: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:79:0: note: Variable 'mode' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:114:5: note: Variable 'mode' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:317:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:311:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:317:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:573:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:564:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:573:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:875:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:867:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:875:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:70:12: style: The scope of the variable 'time' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:70:37: style: The scope of the variable 'dtime' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:70:48: style: The scope of the variable 'dtime_abs' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:70:63: style: The scope of the variable 'dtime_diff' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:62:39: style: Function 'mca_io_ompio_simple_grouping' argument 2 names different: declaration 'num_groups' definition 'num_groups_out'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.h:59:64: note: Function 'mca_io_ompio_simple_grouping' argument 2 names different: declaration 'num_groups' definition 'num_groups_out'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:62:39: note: Function 'mca_io_ompio_simple_grouping' argument 2 names different: declaration 'num_groups' definition 'num_groups_out'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:1418:37: style: Function 'cost_calc' argument 2 names different: declaration 'P_agg' definition 'P_a'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:57:37: note: Function 'cost_calc' argument 2 names different: declaration 'P_agg' definition 'P_a'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:1418:37: note: Function 'cost_calc' argument 2 names different: declaration 'P_agg' definition 'P_a'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:1418:49: style: Function 'cost_calc' argument 3 names different: declaration 'Data_proc' definition 'd_p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:57:51: note: Function 'cost_calc' argument 3 names different: declaration 'Data_proc' definition 'd_p'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:1418:49: note: Function 'cost_calc' argument 3 names different: declaration 'Data_proc' definition 'd_p'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:1418:61: style: Function 'cost_calc' argument 4 names different: declaration 'coll_buffer' definition 'b_c'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:57:69: note: Function 'cost_calc' argument 4 names different: declaration 'coll_buffer' definition 'b_c'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:1418:61: note: Function 'cost_calc' argument 4 names different: declaration 'coll_buffer' definition 'b_c'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_aggregators.c:725:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_component.c:354:44: style: Function 'delete_query' argument 5 names different: declaration 'priorty' definition 'priority'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_component.c:64:44: note: Function 'delete_query' argument 5 names different: declaration 'priorty' definition 'priority'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_component.c:354:44: note: Function 'delete_query' argument 5 names different: declaration 'priorty' definition 'priority'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:59:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:51:0: note: Variable 'data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:59:5: note: Variable 'data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:114:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:108:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:114:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:143:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:132:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:143:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:259:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:251:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:259:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:304:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:299:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:304:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:389:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:383:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:389:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:452:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:449:0: note: Variable 'data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:452:5: note: Variable 'data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:453:5: style: Variable 'fh' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:450:0: note: Variable 'fh' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:453:5: note: Variable 'fh' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:456:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:448:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:456:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:130:57: style: Function 'mca_io_ompio_file_preallocate' argument 2 names different: declaration 'size' definition 'diskspace'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:374:57: note: Function 'mca_io_ompio_file_preallocate' argument 2 names different: declaration 'size' definition 'diskspace'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:130:57: note: Function 'mca_io_ompio_file_preallocate' argument 2 names different: declaration 'size' definition 'diskspace'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:397:50: style: Function 'mca_io_ompio_file_seek' argument 2 names different: declaration 'offet' definition 'off'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:381:50: note: Function 'mca_io_ompio_file_seek' argument 2 names different: declaration 'offet' definition 'off'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:397:50: note: Function 'mca_io_ompio_file_seek' argument 2 names different: declaration 'offet' definition 'off'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:445:50: style: Function 'mca_io_ompio_file_get_position' argument 1 names different: declaration 'fh' definition 'fd'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:491:57: note: Function 'mca_io_ompio_file_get_position' argument 1 names different: declaration 'fh' definition 'fd'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:445:50: note: Function 'mca_io_ompio_file_get_position' argument 1 names different: declaration 'fh' definition 'fd'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:505:49: style: Function 'mca_io_ompio_file_seek_shared' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:528:56: note: Function 'mca_io_ompio_file_seek_shared' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:505:49: note: Function 'mca_io_ompio_file_seek_shared' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:532:57: style: Function 'mca_io_ompio_file_get_position_shared' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:531:64: note: Function 'mca_io_ompio_file_get_position_shared' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_open.c:532:57: note: Function 'mca_io_ompio_file_get_position_shared' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:63:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:58:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:63:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:81:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:76:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:81:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:98:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:93:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:98:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:117:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:112:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:117:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:138:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:132:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:138:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:165:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:162:0: note: Variable 'data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:165:5: note: Variable 'data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:166:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:163:0: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:166:5: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:200:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:195:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:200:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:218:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:213:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:218:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:393:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:387:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:393:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:410:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:408:0: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:410:5: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:432:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:429:0: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:432:5: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:433:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:427:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:433:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:52:42: style: Function 'mca_io_ompio_file_read' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:435:49: note: Function 'mca_io_ompio_file_read' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:52:42: note: Function 'mca_io_ompio_file_read' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:227:49: style: Function 'mca_io_ompio_file_read_shared' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:498:56: note: Function 'mca_io_ompio_file_read_shared' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_read.c:227:49: note: Function 'mca_io_ompio_file_read_shared' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_set_view.c:78:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_set_view.c:65:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_set_view.c:78:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_set_view.c:68:26: style: The scope of the variable 'sh' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_set_view.c:58:46: style: Function 'mca_io_ompio_file_set_view' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:351:53: note: Function 'mca_io_ompio_file_set_view' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_set_view.c:58:46: note: Function 'mca_io_ompio_file_set_view' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_set_view.c:89:53: style: Function 'mca_io_ompio_file_get_view' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:358:53: note: Function 'mca_io_ompio_file_get_view' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_set_view.c:89:53: note: Function 'mca_io_ompio_file_get_view' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:70:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:63:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:70:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:88:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:83:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:88:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:105:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:100:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:105:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:124:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:119:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:124:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:146:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:140:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:146:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:175:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:170:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:175:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:191:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:188:0: note: Variable 'data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:191:5: note: Variable 'data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:192:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:189:0: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:192:5: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:226:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:221:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:226:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:403:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:397:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:403:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:421:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:418:0: note: Variable 'data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:421:5: note: Variable 'data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:422:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:419:0: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:422:5: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:446:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:443:0: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:446:5: note: Variable 'fp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:447:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:441:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:447:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:57:43: style: Function 'mca_io_ompio_file_write' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:457:50: note: Function 'mca_io_ompio_file_write' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:57:43: note: Function 'mca_io_ompio_file_write' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:94:44: style: Function 'mca_io_ompio_file_iwrite' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:483:51: note: Function 'mca_io_ompio_file_iwrite' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:94:44: note: Function 'mca_io_ompio_file_iwrite' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:236:50: style: Function 'mca_io_ompio_file_write_shared' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:503:57: note: Function 'mca_io_ompio_file_write_shared' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:236:50: note: Function 'mca_io_ompio_file_write_shared' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:263:51: style: Function 'mca_io_ompio_file_iwrite_shared' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:513:58: note: Function 'mca_io_ompio_file_iwrite_shared' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:263:51: note: Function 'mca_io_ompio_file_iwrite_shared' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:290:51: style: Function 'mca_io_ompio_file_write_ordered' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:523:58: note: Function 'mca_io_ompio_file_write_ordered' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:290:51: note: Function 'mca_io_ompio_file_write_ordered' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:317:57: style: Function 'mca_io_ompio_file_write_ordered_begin' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:572:64: note: Function 'mca_io_ompio_file_write_ordered_begin' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:317:57: note: Function 'mca_io_ompio_file_write_ordered_begin' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:343:55: style: Function 'mca_io_ompio_file_write_ordered_end' argument 1 names different: declaration 'fh' definition 'fp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio.h:576:62: note: Function 'mca_io_ompio_file_write_ordered_end' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/ompio/io_ompio_file_write.c:343:55: note: Function 'mca_io_ompio_file_write_ordered_end' argument 1 names different: declaration 'fh' definition 'fp'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_aggrs.c:289:33: style: Variable 'naggs_small' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_close.c:22:15: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_flush.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_hints.c:70:15: style: The scope of the variable 'intval' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_hints.c:70:33: style: The scope of the variable 'nprocs_is_valid' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_hints.c:71:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_hints.c:110:2: style: Variable 'nprocs_is_valid' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_open.c:60:13: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_open.c:60:36: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_open.c:61:15: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c:440:18: style: The scope of the variable 'flag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c:1012:4: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c:1019:4: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_tuning.c:184:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:413:25: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:394:16: note: Assignment 'rc=0', assigned value is 0
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:413:25: note: Condition 'rc==0' is always true
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:437:25: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:418:16: note: Assignment 'rc=0', assigned value is 0
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:437:25: note: Condition 'rc==0' is always true
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:872:9: style: Condition 'needs_gpfs_access_cleanup' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:576:72: note: Assignment 'needs_gpfs_access_cleanup=0', assigned value is 0
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:872:9: note: Condition 'needs_gpfs_access_cleanup' is always false
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:413:25: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:394:16: note: 'rc' is assigned value '0' here.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:413:25: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:437:25: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:418:16: note: 'rc' is assigned value '0' here.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:437:25: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:516:51: style: The scope of the variable 'flag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:909:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:1436:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:1472:25: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c:1620:5: style: Variable 'jj' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c:304:9: style: The scope of the variable 'distance' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c:565:6: style: The scope of the variable 'startSortIndex' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c:566:6: style: The scope of the variable 'endSortIndex' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/bg/ad_bg_pset.c:118:8: style: Function 'ADIOI_BG_persInfo_init' argument 3 names different: declaration 's' definition 'size'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/bg/ad_bg_pset.h:78:11: note: Function 'ADIOI_BG_persInfo_init' argument 3 names different: declaration 's' definition 'size'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/bg/ad_bg_pset.c:118:8: note: Function 'ADIOI_BG_persInfo_init' argument 3 names different: declaration 's' definition 'size'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/bg/ad_bg_pset.c:118:18: style: Function 'ADIOI_BG_persInfo_init' argument 4 names different: declaration 'r' definition 'rank'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/bg/ad_bg_pset.h:78:18: note: Function 'ADIOI_BG_persInfo_init' argument 4 names different: declaration 'r' definition 'rank'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gpfs/bg/ad_bg_pset.c:118:18: note: Function 'ADIOI_BG_persInfo_init' argument 4 names different: declaration 'r' definition 'rank'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gridftp/ad_gridftp_close.c:13:9: style: Unused variable: err [unusedVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gridftp/ad_gridftp_hints.c:47:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gridftp/ad_gridftp_hints.c:48:11: style: The scope of the variable 'key' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gridftp/ad_gridftp_hints.c:48:34: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gridftp/ad_gridftp_open.c:54:10: style: The scope of the variable 'hintval' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gridftp/ad_gridftp_read.c:405:10: style: Variable 'myname' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gridftp/ad_gridftp_read.c:407:9: style: Unused variable: i [unusedVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gridftp/ad_gridftp_read.c:407:11: style: Unused variable: j [unusedVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gridftp/ad_gridftp_read.c:410:18: style: Unused variable: start [unusedVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gridftp/ad_gridftp_read.c:410:24: style: Unused variable: disp [unusedVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_gridftp/ad_gridftp_read.c:411:19: style: Unused variable: bytes_read [unusedVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_fcntl.c:112:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_open.c:16:15: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_open.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_read.c:58:10: style: Condition 'err==-1' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_read.c:18:20: note: Assignment 'err=-1', assigned value is -1
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_read.c:58:10: note: Condition 'err==-1' is always true
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_read.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_read.c:24:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_resize.c:14:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_write.c:57:13: style: Condition 'err==-1' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_write.c:18:20: note: Assignment 'err=-1', assigned value is -1
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_write.c:57:13: note: Condition 'err==-1' is always true
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_write.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_hfs/ad_hfs_write.c:24:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_lustre/ad_lustre_aggregate.c:26:25: style: The scope of the variable 'divisor' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_lustre/ad_lustre_hints.c:24:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_lustre/ad_lustre_hints.c:23:9: style: Unused variable: err [unusedVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_lustre/ad_lustre_wrcoll.c:83:53: style: The scope of the variable 'interleave_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_lustre/ad_lustre_wrcoll.c:642:9: style: The scope of the variable 'sum_recv' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_lustre/ad_lustre_wrcoll.c:644:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_lustre/ad_lustre_wrstr.c:155:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_lustre/ad_lustre_wrstr.c:155:18: style: The scope of the variable 'st_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_lustre/ad_lustre_wrstr.c:156:9: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_lustre/ad_lustre_wrstr.c:161:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_features.c:10:41: style: Function 'ADIOI_NFS_Feature' argument 2 names different: declaration 'feature_flag' definition 'flag'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs.h:81:41: note: Function 'ADIOI_NFS_Feature' argument 2 names different: declaration 'feature_flag' definition 'flag'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_features.c:10:41: note: Function 'ADIOI_NFS_Feature' argument 2 names different: declaration 'feature_flag' definition 'flag'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_getsh.c:15:56: style: Function 'ADIOI_NFS_Get_shared_fp' argument 2 names different: declaration 'size' definition 'incr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs.h:77:56: note: Function 'ADIOI_NFS_Get_shared_fp' argument 2 names different: declaration 'size' definition 'incr'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_getsh.c:15:56: note: Function 'ADIOI_NFS_Get_shared_fp' argument 2 names different: declaration 'size' definition 'incr'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_open.c:14:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:18:13: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:21:12: style: The scope of the variable 'rd_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:160:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:160:26: style: The scope of the variable 'brd_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:160:36: style: The scope of the variable 'st_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:161:9: style: The scope of the variable 'num' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:161:14: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:161:20: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:161:25: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:161:47: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:163:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:163:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:168:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:172:9: style: The scope of the variable 'st_n_filetypes' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_read.c:174:9: style: The scope of the variable 'new_brd_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_resize.c:23:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_setsh.c:35:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_write.c:18:13: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_nfs/ad_nfs_write.c:21:12: style: The scope of the variable 'wr_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_panfs/ad_panfs_hints.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_panfs/ad_panfs_open.c:17:15: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_panfs/ad_panfs_open.c:286:14: style: The scope of the variable 'temp_buffer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_done.c:14:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_fcntl.c:29:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_fcntl.c:28:3: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_fcntl.c:29:3: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_fcntl.c:15:9: style: The scope of the variable 'iomod' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_flush.c:35:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_flush.c:34:2: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_flush.c:35:2: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_flush.c:13:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_flush.c:35:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_hints.c:12:19: style: The scope of the variable 'value_in_fd' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_hints.c:13:24: style: The scope of the variable 'str_factor' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_hints.c:13:39: style: The scope of the variable 'str_unit' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_hints.c:13:52: style: The scope of the variable 'start_iodev' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_hints.c:15:22: style: The scope of the variable 'fd_sys' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_hints.c:15:30: style: The scope of the variable 'perm' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_hints.c:15:36: style: The scope of the variable 'amode' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_hints.c:15:43: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_iread.c:16:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_iwrite.c:16:9: style: Unused variable: err [unusedVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_open.c:12:22: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_open.c:12:51: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_open.c:13:11: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_open.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_read.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_wait.c:13:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_wait.c:14:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pfs/ad_pfs_write.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_hints.c:14:11: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_hints.c:14:19: style: The scope of the variable 'path' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_hints.c:14:26: style: The scope of the variable 'slash' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_hints.c:15:24: style: The scope of the variable 'str_factor' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_hints.c:15:39: style: The scope of the variable 'str_unit' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_hints.c:15:52: style: The scope of the variable 'start_iodev' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_hints.c:16:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_hints.c:16:22: style: The scope of the variable 'perm' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_hints.c:16:28: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_hints.c:16:38: style: The scope of the variable 'nioservers' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_hints.c:107:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_open.c:12:22: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_open.c:12:32: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_open.c:14:11: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_open.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_read.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:72:19: style: The scope of the variable 'iov' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:73:26: style: The scope of the variable 'bwr_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:73:36: style: The scope of the variable 'fwr_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:73:48: style: The scope of the variable 'st_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:74:9: style: The scope of the variable 'num' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:74:14: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:74:20: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:74:25: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:74:47: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:76:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:76:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:80:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:82:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:82:15: style: The scope of the variable 'new_bwr_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_piofs/ad_piofs_write.c:82:29: style: The scope of the variable 'new_fwr_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_close.c:13:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_delete.c:14:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_flush.c:13:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_hints.c:12:11: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_hints.c:13:24: style: The scope of the variable 'str_factor' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_hints.c:13:39: style: The scope of the variable 'str_unit' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_hints.c:13:52: style: The scope of the variable 'start_iodev' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_hints.c:14:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_open.c:12:22: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_open.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_read.c:24:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_resize.c:14:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:24:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:98:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:98:26: style: The scope of the variable 'bwr_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:98:36: style: The scope of the variable 'fwr_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:98:48: style: The scope of the variable 'st_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:99:9: style: The scope of the variable 'num' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:99:14: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:99:20: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:99:25: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:99:47: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:101:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:101:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:105:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:107:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:107:15: style: The scope of the variable 'new_bwr_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs/ad_pvfs_write.c:107:29: style: The scope of the variable 'new_fwr_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_common.c:22:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_common.c:52:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_delete.c:50:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_delete.c:48:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_delete.c:50:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_flush.c:22:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_hints.c:15:11: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_hints.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c:220:9: style: The scope of the variable 'arr_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c:283:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c:280:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c:283:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c:385:13: style: The scope of the variable 'cur_flat_buf_reg_left' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c:386:13: style: The scope of the variable 'cur_flat_file_reg_left' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c:360:41: style: Function 'gen_listio_arr' argument 1 names different: declaration 'flat_buf' definition 'flat_buf_p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io.h:29:41: note: Function 'gen_listio_arr' argument 1 names different: declaration 'flat_buf' definition 'flat_buf_p'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c:360:41: note: Function 'gen_listio_arr' argument 1 names different: declaration 'flat_buf' definition 'flat_buf_p'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c:365:27: style: Function 'gen_listio_arr' argument 6 names different: declaration 'flat_file' definition 'flat_file_p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io.h:34:41: note: Function 'gen_listio_arr' argument 6 names different: declaration 'flat_file' definition 'flat_file_p'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c:365:27: note: Function 'gen_listio_arr' argument 6 names different: declaration 'flat_file' definition 'flat_file_p'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_open.c:141:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_open.c:144:10: style: The scope of the variable 'pvfs_path' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_read.c:155:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_resize.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_pvfs2/ad_pvfs2_write.c:173:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_sfs/ad_sfs_fcntl.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_sfs/ad_sfs_open.c:12:15: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_sfs/ad_sfs_open.c:14:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_testfs/ad_testfs_seek.c:28:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_testfs/ad_testfs_seek.c:28:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_testfs/ad_testfs_seek.c:28:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_testfs/ad_testfs_seek.c:28:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_testfs/ad_testfs_seek.c:30:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_ufs/ad_ufs_open.c:12:15: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_ufs/ad_ufs_open.c:13:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_xfs/ad_xfs_hints.c:16:11: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_xfs/ad_xfs_hints.c:16:20: style: The scope of the variable 'c' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_xfs/ad_xfs_open.c:20:36: style: The scope of the variable 'factor' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_xfs/ad_xfs_open.c:21:18: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_xfs/ad_xfs_open.c:23:17: style: Variable 'myname' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_xfs/ad_xfs_read.c:25:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_xfs/ad_xfs_resize.c:13:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_zoidfs/ad_zoidfs_common.c:19:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_zoidfs/ad_zoidfs_common.c:49:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_zoidfs/ad_zoidfs_delete.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_zoidfs/ad_zoidfs_flush.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c:125:11: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c:717:31: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c:722:22: portability: 'mem_offsets[0]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_zoidfs/ad_zoidfs_resize.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c:139:11: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c:750:31: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c:756:22: portability: 'mem_offsets[0]' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_aggregate.c:442:17: style: The scope of the variable 'statuses' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_aggregate_new.c:176:10: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_aggregate_new.c:167:73: style: Function 'ADIOI_Calc_file_realms_aar' argument 3 names different: declaration 'pfr_enabled' definition 'cb_pfr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_aggregate_new.c:20:10: note: Function 'ADIOI_Calc_file_realms_aar' argument 3 names different: declaration 'pfr_enabled' definition 'cb_pfr'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_aggregate_new.c:167:73: note: Function 'ADIOI_Calc_file_realms_aar' argument 3 names different: declaration 'pfr_enabled' definition 'cb_pfr'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_close.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_coll_build_req_new.c:1529:3: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_coll_build_req_new.c:1538:3: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_coll_build_req_new.c:2002:3: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_coll_build_req_new.c:2011:3: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_coll_build_req_new.c:349:9: style: The scope of the variable 'skip_type_ct' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_coll_exch_new.c:131:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_delete.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_flush.c:16:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_flush.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_fstype.c:649:6: style: Condition '!have_nfs_enabled' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_fstype.c:626:23: note: Assignment 'have_nfs_enabled=0', assigned value is 0
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_fstype.c:649:6: note: Condition '!have_nfs_enabled' is always true
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_fstype.c:247:9: style: Unused variable: retry_cnt [unusedVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_hints.c:22:25: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_io_coll.c:704:9: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_io_coll.c:994:17: style: The scope of the variable 'send_statuses' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_io_coll.c:1074:21: style: Function 'post_aggregator_comm' argument 7 names different: declaration 'requests' definition 'requests_p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_io_coll.c:31:21: note: Function 'post_aggregator_comm' argument 7 names different: declaration 'requests' definition 'requests_p'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_io_coll.c:1074:21: note: Function 'post_aggregator_comm' argument 7 names different: declaration 'requests' definition 'requests_p'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_io_coll.c:1075:12: style: Function 'post_aggregator_comm' argument 8 names different: declaration 'aggregators_client_count_p' definition 'aggs_client_count_p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_io_coll.c:32:12: note: Function 'post_aggregator_comm' argument 8 names different: declaration 'aggregators_client_count_p' definition 'aggs_client_count_p'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_io_coll.c:1075:12: note: Function 'post_aggregator_comm' argument 8 names different: declaration 'aggregators_client_count_p' definition 'aggs_client_count_p'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_io_coll.c:199:15: style: Variable 'bufsize' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_open.c:221:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_open.c:261:10: style: The scope of the variable 'tmp_ranklist' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_open.c:262:9: style: The scope of the variable 'rank_ct' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_open.c:263:11: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read.c:28:13: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read.c:31:12: style: The scope of the variable 'rd_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_coll.c:286:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_coll.c:286:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_coll.c:286:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_coll.c:289:9: style: The scope of the variable 'st_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_coll.c:294:9: style: The scope of the variable 'contig_access_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_coll.c:524:18: style: The scope of the variable 'flag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_str.c:53:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_str.c:53:18: style: The scope of the variable 'st_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_str.c:55:9: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_str.c:60:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_str_naive.c:21:9: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_str_naive.c:27:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_read_str_naive.c:116:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_resize.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_seek.c:25:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_write.c:30:13: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_write.c:33:12: style: The scope of the variable 'wr_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_write_coll.c:320:51: style: The scope of the variable 'flag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_write_coll.c:588:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_write_nolock.c:30:12: style: The scope of the variable 'k' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_write_nolock.c:30:15: style: The scope of the variable 'st_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_write_nolock.c:39:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_write_nolock.c:41:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_write_str_naive.c:28:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/ad_write_str_naive.c:116:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/adi_close.c:19:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/byte_offset.c:17:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/cb_config_list.c:70:14: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/cb_config_list.c:131:62: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/cb_config_list.c:134:9: style: The scope of the variable 'alloc_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/cb_config_list.c:278:9: style: The scope of the variable 'token' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/cb_config_list.c:278:16: style: The scope of the variable 'max_procs' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/cb_config_list.c:468:9: style: The scope of the variable 'wildcard_proc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/cb_config_list.c:468:24: style: The scope of the variable 'cur_proc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/eof_offset.c:19:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/eof_offset.c:19:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/error.c:16:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/get_fp_posn.c:18:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/get_fp_posn.c:18:12: style: The scope of the variable 'flag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/hint_fns.c:15:9: style: The scope of the variable 'intval' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/hint_fns.c:147:12: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/malloc.c:69:27: warning: Either the condition '!new&&nelem' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/malloc.c:71:14: note: Assuming that condition '!new&&nelem' is not redundant
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/malloc.c:69:27: note: Invalid argument
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:218:23: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:216:79: note: outer condition: myOffsetEnd<=currentRoundFDEndForMyTargetAgg
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:218:23: note: opposite inner condition: myOffsetEnd>currentRoundFDEndForMyTargetAgg
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:783:23: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:781:79: note: outer condition: myOffsetEnd<=currentRoundFDEndForMySourceAgg
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:783:23: note: opposite inner condition: myOffsetEnd>currentRoundFDEndForMySourceAgg
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:389:10: style: Condition '!useIOBuffer' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:150:23: note: Assignment 'useIOBuffer=0', assigned value is 0
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:389:10: note: Condition '!useIOBuffer' is always true
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:655:10: style: Condition '!useIOBuffer' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:631:23: note: Assignment 'useIOBuffer=0', assigned value is 0
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:655:10: note: Condition '!useIOBuffer' is always true
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:677:10: style: Condition 'useIOBuffer' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:631:23: note: Assignment 'useIOBuffer=0', assigned value is 0
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:677:10: note: Condition 'useIOBuffer' is always false
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:880:9: style: Condition 'useIOBuffer' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:631:23: note: Assignment 'useIOBuffer=0', assigned value is 0
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/p2p_aggregation.c:880:9: note: Condition 'useIOBuffer' is always false
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/shfp_fname.c:41:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/shfp_fname.c:43:19: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/shfp_fname.c:43:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/adio/common/shfp_fname.c:44:9: style: The scope of the variable 'pid' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/deletef.c:116:75: style: Function 'mpi_file_delete' argument 1 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/deletef.c:108:60: note: Function 'mpi_file_delete' argument 1 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/deletef.c:116:75: note: Function 'mpi_file_delete' argument 1 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/get_viewf.c:152:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/get_viewf.c:148:146: style: Function 'mpi_file_get_view' argument 5 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/get_viewf.c:146:131: note: Function 'mpi_file_get_view' argument 5 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/get_viewf.c:148:146: note: Function 'mpi_file_get_view' argument 5 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/openf.c:155:88: style: Function 'mpi_file_open' argument 2 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/openf.c:152:73: note: Function 'mpi_file_open' argument 2 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/openf.c:155:88: note: Function 'mpi_file_open' argument 2 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/set_viewf.c:150:146: style: Function 'mpi_file_set_view' argument 5 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/set_viewf.c:148:131: note: Function 'mpi_file_set_view' argument 5 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/fortran/set_viewf.c:150:146: note: Function 'mpi_file_set_view' argument 5 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/get_amode.c:53:1: style: Label 'fn_exit' is not used. [unusedLabel]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/get_atom.c:53:1: style: Label 'fn_exit' is not used. [unusedLabel]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/get_extent.c:57:1: style: Label 'fn_exit' is not used. [unusedLabel]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/get_group.c:61:1: style: Label 'fn_exit' is not used. [unusedLabel]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/get_info.c:59:1: style: Label 'fn_exit' is not used. [unusedLabel]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/get_posn.c:57:1: style: Label 'fn_exit' is not used. [unusedLabel]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/get_posn_sh.c:62:1: style: Label 'fn_exit' is not used. [unusedLabel]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/glue/default/mpio_err.c:23:13: style: The scope of the variable 'Argp' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/glue/default/mpio_err.c:24:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/glue/mpich/mpio_err.c:56:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/glue/openmpi/mpio_err.c:23:13: style: The scope of the variable 'Argp' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/glue/openmpi/mpio_err.c:24:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/ioreq_f2c.c:44:9: style: Unused variable: error_code [unusedVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/ioreq_f2c.c:45:17: style: Variable 'myname' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/iread.c:59:5: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/iread.c:49:0: note: Variable 'error_code' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/iread.c:59:5: note: Variable 'error_code' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/iwrite.c:60:5: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/iwrite.c:50:0: note: Variable 'error_code' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/iwrite.c:60:5: note: Variable 'error_code' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/iwrite_sh.c:116:1: style: Label 'fn_exit' is not used. [unusedLabel]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpir-mpioinit.c:23:10: style: The scope of the variable 'myname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:25:5: style: Variable 'mpi_errno' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:21:0: note: Variable 'mpi_errno' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:25:5: note: Variable 'mpi_errno' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:44:9: style: Variable 'tmp_buf' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:43:0: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:44:9: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:88:5: style: Variable 'mpi_errno' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:84:0: note: Variable 'mpi_errno' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:88:5: note: Variable 'mpi_errno' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:102:9: style: Variable 'tmp_buf' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:101:0: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:102:9: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:136:5: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:132:0: note: Variable 'error_code' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/mpiu_external32.c:136:5: note: Variable 'error_code' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/set_info.c:64:1: style: Label 'fn_fail' is not used. [unusedLabel]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/mpi-io/set_view.c:199:1: style: Label 'fn_fail' is not used. [unusedLabel]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/file_realms_test.c:39:6: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/file_realms_test.c:39:6: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/file_realms_test.c:45:5: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/file_realms_test.c:45:5: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/file_realms_test.c:55:2: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/heap_test.c:191:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/heap_test.c:87:3: error: Memory leak: test.offsets [memleak]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/heap_test.c:118:6: error: Memory leak: test.offsets [memleak]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:123:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:123:2: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:128:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:128:2: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:149:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:149:2: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:154:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:154:2: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:179:5: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:186:2: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:201:5: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:201:5: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:35:9: style: The scope of the variable 'failed' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:90:11: style: Variable 'failed' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:103:9: style: Variable 'is_contig' is not assigned a value. [unassignedVariable]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test-internal/io_bounds_test.c:139:10: error: Uninitialized variable: is_contig [uninitvar]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/aggregation1.c:145:5: style: Variable 'verify_buf' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/aggregation1.c:143:0: note: Variable 'verify_buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/aggregation1.c:145:5: note: Variable 'verify_buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/aggregation1.c:51:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/aggregation1.c:52:10: style: The scope of the variable 'key' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/aggregation1.c:53:10: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/coll_perf.c:30:44: style: The scope of the variable 'write_bw' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/coll_perf.c:31:36: style: The scope of the variable 'read_bw' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/error.c:64:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/error.c:62:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/error.c:64:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/error.c:16:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/error.c:20:10: style: The scope of the variable 'string' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/excl.c:16:25: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/external32.c:54:30: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/external32.c:24:42: warning: Possible null pointer dereference: str [nullPointer]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/external32.c:63:9: note: Calling function 'handle_error', 2nd argument 'str' value is 0
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/external32.c:24:42: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/external32.c:81:0: error: Resource leak: fileh_std [resourceLeak]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/hindexed.c:59:18: style: The scope of the variable 'nr_errors' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/large_array.c:24:35: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/misc.c:24:45: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:78:62: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:185:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:186:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:186:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:200:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:201:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:201:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:215:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:216:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:216:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:236:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:237:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:237:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/noncontig_coll2.c:100:0: error: Memory leak: array [memleak]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/perf.c:18:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/perf.c:18:51: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/romio/test/status.c:17:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/io/romio314/src/io_romio314_component.c:228:44: style: Function 'delete_query' argument 5 names different: declaration 'priorty' definition 'priority'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/src/io_romio314_component.c:54:44: note: Function 'delete_query' argument 5 names different: declaration 'priorty' definition 'priority'.
openmpi-3.1.1.real/ompi/mca/io/romio314/src/io_romio314_component.c:228:44: note: Function 'delete_query' argument 5 names different: declaration 'priorty' definition 'priority'.
openmpi-3.1.1.real/ompi/mca/io/romio314/src/io_romio314_module.c:116:65: style: Function 'MPIR_Status_set_bytes' argument 3 names different: declaration 'size' definition 'nbytes'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/io/romio314/src/io_romio314_module.c:34:65: note: Function 'MPIR_Status_set_bytes' argument 3 names different: declaration 'size' definition 'nbytes'.
openmpi-3.1.1.real/ompi/mca/io/romio314/src/io_romio314_module.c:116:65: note: Function 'MPIR_Status_set_bytes' argument 3 names different: declaration 'size' definition 'nbytes'.
openmpi-3.1.1.real/ompi/mca/mtl/ofi/mtl_ofi_compat.h:65:0: error: #error OMPI version too old (< 1.7) [preprocessorErrorDirective]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4.c:350:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4.c:330:17: error: Memory leak: endpoint [memleak]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4.c:335:17: error: Memory leak: endpoint [memleak]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4.c:273:0: error: Memory leak: maptable [memleak]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_cancel.c:25:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_component.c:498:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_flowctl.c:299:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_probe.c:85:5: style: Variable 'match_bits' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_probe.c:85:5: note: Variable 'match_bits' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_probe.c:85:5: note: Variable 'match_bits' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_probe.c:163:5: style: Variable 'match_bits' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_probe.c:163:5: note: Variable 'match_bits' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_probe.c:163:5: note: Variable 'match_bits' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_recv.c:460:5: style: Variable 'match_bits' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_recv.c:460:5: note: Variable 'match_bits' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_recv.c:460:5: note: Variable 'match_bits' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_recv_short.c:279:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_send.c:584:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_send.c:576:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_send.c:584:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_send.c:619:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_send.c:612:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_send.c:619:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/portals4/mtl_portals4_send.c:129:18: error: Uninitialized variable: val [uninitvar]
openmpi-3.1.1.real/ompi/mca/mtl/psm/mtl_psm.c:274:5: style: Variable 'errs_out' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/mtl/psm/mtl_psm.c:266:0: note: Variable 'errs_out' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/psm/mtl_psm.c:274:5: note: Variable 'errs_out' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/psm/mtl_psm.c:99:53: error: Uninitialized variable: unique_job_key [uninitvar]
openmpi-3.1.1.real/ompi/mca/mtl/psm/mtl_psm_component.c:197:9: style: The scope of the variable 'devFile' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/mtl/psm2/mtl_psm2.c:262:5: style: Variable 'errs_out' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/mtl/psm2/mtl_psm2.c:254:0: note: Variable 'errs_out' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/psm2/mtl_psm2.c:262:5: note: Variable 'errs_out' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/mtl/psm2/mtl_psm2.c:99:53: error: Uninitialized variable: unique_job_key [uninitvar]
openmpi-3.1.1.real/ompi/mca/mtl/psm2/mtl_psm2_component.c:168:9: style: The scope of the variable 'devFile' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/op/base/op_base_find_available.c:95:52: style: Function 'init_query' argument 1 names different: declaration 'ls' definition 'c'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/op/base/op_base_find_available.c:42:52: note: Function 'init_query' argument 1 names different: declaration 'ls' definition 'c'.
openmpi-3.1.1.real/ompi/mca/op/base/op_base_find_available.c:95:52: note: Function 'init_query' argument 1 names different: declaration 'ls' definition 'c'.
openmpi-3.1.1.real/ompi/mca/op/base/op_base_find_available.c:144:58: style: Function 'init_query_1_0_0' argument 1 names different: declaration 'ls' definition 'component'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/op/base/op_base_find_available.c:45:58: note: Function 'init_query_1_0_0' argument 1 names different: declaration 'ls' definition 'component'.
openmpi-3.1.1.real/ompi/mca/op/base/op_base_find_available.c:144:58: note: Function 'init_query_1_0_0' argument 1 names different: declaration 'ls' definition 'component'.
openmpi-3.1.1.real/ompi/mca/op/base/op_base_op_select.c:230:9: style: The scope of the variable 'priority' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/op/base/op_base_op_select.c:232:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/op/base/op_base_op_select.c:323:62: style: Function 'query_1_0_0' argument 1 names different: declaration 'op_component' definition 'component'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/op/base/op_base_op_select.c:70:62: note: Function 'query_1_0_0' argument 1 names different: declaration 'op_component' definition 'component'.
openmpi-3.1.1.real/ompi/mca/op/base/op_base_op_select.c:323:62: note: Function 'query_1_0_0' argument 1 names different: declaration 'op_component' definition 'component'.
openmpi-3.1.1.real/ompi/mca/osc/base/osc_base_init.c:44:29: style: The scope of the variable 'priority' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/base/osc_base_obj_convert.c:54:5: style: Variable 'primitive_datatype' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/base/osc_base_obj_convert.c:51:0: note: Variable 'primitive_datatype' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/base/osc_base_obj_convert.c:54:5: note: Variable 'primitive_datatype' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/base/osc_base_obj_convert.c:111:9: style: Variable 'primitive_datatype' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/base/osc_base_obj_convert.c:104:0: note: Variable 'primitive_datatype' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/base/osc_base_obj_convert.c:111:9: note: Variable 'primitive_datatype' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/base/osc_base_obj_convert.c:171:14: style: The scope of the variable 'origin_iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_active_target.c:77:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_active_target.c:77:17: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_active_target.c:123:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_active_target.c:123:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_active_target.c:123:17: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:205:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:250:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:296:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:347:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:398:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:444:14: style: The scope of the variable 'iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:1206:32: style: The scope of the variable 'target_iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:1315:32: style: The scope of the variable 'target_iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:1419:32: style: The scope of the variable 'target_iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:1540:32: style: The scope of the variable 'target_iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:1641:32: style: The scope of the variable 'target_iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:1746:50: style: The scope of the variable 'target_iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:1891:50: style: The scope of the variable 'target_iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2028:48: style: Function 'ompi_osc_portals4_rput' argument 9 names different: declaration 'request' definition 'ompi_req'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:208:52: note: Function 'ompi_osc_portals4_rput' argument 9 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2028:48: note: Function 'ompi_osc_portals4_rput' argument 9 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2140:48: style: Function 'ompi_osc_portals4_rget' argument 9 names different: declaration 'request' definition 'ompi_req'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:218:52: note: Function 'ompi_osc_portals4_rget' argument 9 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2140:48: note: Function 'ompi_osc_portals4_rget' argument 9 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2246:55: style: Function 'ompi_osc_portals4_raccumulate' argument 10 names different: declaration 'request' definition 'ompi_req'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:229:59: note: Function 'ompi_osc_portals4_raccumulate' argument 10 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2246:55: note: Function 'ompi_osc_portals4_raccumulate' argument 10 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2447:59: style: Function 'ompi_osc_portals4_rget_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:233:63: note: Function 'ompi_osc_portals4_rget_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2447:59: note: Function 'ompi_osc_portals4_rget_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2450:59: style: Function 'ompi_osc_portals4_rget_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:236:63: note: Function 'ompi_osc_portals4_rget_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2450:59: note: Function 'ompi_osc_portals4_rget_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2451:39: style: Function 'ompi_osc_portals4_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:237:43: note: Function 'ompi_osc_portals4_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2451:39: note: Function 'ompi_osc_portals4_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2454:59: style: Function 'ompi_osc_portals4_rget_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:240:63: note: Function 'ompi_osc_portals4_rget_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2454:59: note: Function 'ompi_osc_portals4_rget_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2457:59: style: Function 'ompi_osc_portals4_rget_accumulate' argument 13 names different: declaration 'request' definition 'ompi_req'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:243:63: note: Function 'ompi_osc_portals4_rget_accumulate' argument 13 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:2457:59: note: Function 'ompi_osc_portals4_rget_accumulate' argument 13 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:3184:58: style: Function 'ompi_osc_portals4_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:189:62: note: Function 'ompi_osc_portals4_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:3184:58: note: Function 'ompi_osc_portals4_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:3187:58: style: Function 'ompi_osc_portals4_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:192:62: note: Function 'ompi_osc_portals4_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:3187:58: note: Function 'ompi_osc_portals4_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:3188:38: style: Function 'ompi_osc_portals4_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:193:42: note: Function 'ompi_osc_portals4_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:3188:38: note: Function 'ompi_osc_portals4_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:3191:58: style: Function 'ompi_osc_portals4_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4.h:196:62: note: Function 'ompi_osc_portals4_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_comm.c:3191:58: note: Function 'ompi_osc_portals4_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_passive_target.c:138:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/portals4/osc_portals4_passive_target.c:167:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt.h:725:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c:540:19: style: The scope of the variable 'group' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1119:58: style: Function 'ompi_osc_pt2pt_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt.h:374:58: note: Function 'ompi_osc_pt2pt_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1119:58: note: Function 'ompi_osc_pt2pt_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1121:58: style: Function 'ompi_osc_pt2pt_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt.h:377:58: note: Function 'ompi_osc_pt2pt_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1121:58: note: Function 'ompi_osc_pt2pt_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1122:38: style: Function 'ompi_osc_pt2pt_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt.h:378:38: note: Function 'ompi_osc_pt2pt_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1122:38: note: Function 'ompi_osc_pt2pt_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1123:76: style: Function 'ompi_osc_pt2pt_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt.h:381:58: note: Function 'ompi_osc_pt2pt_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1123:76: note: Function 'ompi_osc_pt2pt_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1136:59: style: Function 'ompi_osc_pt2pt_rget_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt.h:418:59: note: Function 'ompi_osc_pt2pt_rget_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1136:59: note: Function 'ompi_osc_pt2pt_rget_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1138:59: style: Function 'ompi_osc_pt2pt_rget_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt.h:421:59: note: Function 'ompi_osc_pt2pt_rget_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1138:59: note: Function 'ompi_osc_pt2pt_rget_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1139:39: style: Function 'ompi_osc_pt2pt_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt.h:422:39: note: Function 'ompi_osc_pt2pt_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1139:39: note: Function 'ompi_osc_pt2pt_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1140:77: style: Function 'ompi_osc_pt2pt_rget_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt.h:425:59: note: Function 'ompi_osc_pt2pt_rget_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_comm.c:1140:77: note: Function 'ompi_osc_pt2pt_rget_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_component.c:158:41: style: The scope of the variable 'next' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c:830:12: style: The scope of the variable 'buflen' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c:831:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c:967:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c:1699:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c:1764:85: style: Function 'ompi_osc_pt2pt_irecv_w_cb' argument 4 names different: declaration 'source' definition 'target'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h:94:85: note: Function 'ompi_osc_pt2pt_irecv_w_cb' argument 4 names different: declaration 'source' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c:1764:85: note: Function 'ompi_osc_pt2pt_irecv_w_cb' argument 4 names different: declaration 'source' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_frag.c:163:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_frag.c:157:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_frag.c:163:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_frag.c:63:55: style: Function 'ompi_osc_pt2pt_frag_start' argument 2 names different: declaration 'buffer' definition 'frag'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_frag.h:44:87: note: Function 'ompi_osc_pt2pt_frag_start' argument 2 names different: declaration 'buffer' definition 'frag'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_frag.c:63:55: note: Function 'ompi_osc_pt2pt_frag_start' argument 2 names different: declaration 'buffer' definition 'frag'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c:69:5: style: Variable 'acquired' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c:63:0: note: Variable 'acquired' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c:69:5: note: Variable 'acquired' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c:376:5: style: Variable 'lock' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c:368:0: note: Variable 'lock' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c:376:5: note: Variable 'lock' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c:246:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c:815:73: style: Function 'ompi_osc_pt2pt_process_lock_ack' argument 2 names different: declaration 'lock_header' definition 'lock_ack_header'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h:103:78: note: Function 'ompi_osc_pt2pt_process_lock_ack' argument 2 names different: declaration 'lock_header' definition 'lock_ack_header'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c:815:73: note: Function 'ompi_osc_pt2pt_process_lock_ack' argument 2 names different: declaration 'lock_header' definition 'lock_ack_header'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c:876:68: style: Function 'ompi_osc_pt2pt_process_unlock' argument 3 names different: declaration 'lock_header' definition 'unlock_header'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h:107:73: note: Function 'ompi_osc_pt2pt_process_unlock' argument 3 names different: declaration 'lock_header' definition 'unlock_header'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c:876:68: note: Function 'ompi_osc_pt2pt_process_unlock' argument 3 names different: declaration 'lock_header' definition 'unlock_header'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_sync.c:50:57: style: Function 'ompi_osc_pt2pt_sync_return' argument 1 names different: declaration 'pt2pt_sync' definition 'sync'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_sync.h:110:57: note: Function 'ompi_osc_pt2pt_sync_return' argument 1 names different: declaration 'pt2pt_sync' definition 'sync'.
openmpi-3.1.1.real/ompi/mca/osc/pt2pt/osc_pt2pt_sync.c:50:57: note: Function 'ompi_osc_pt2pt_sync_return' argument 1 names different: declaration 'pt2pt_sync' definition 'sync'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_frag.h:54:9: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_frag.h:52:0: note: Variable 'item' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_frag.h:54:9: note: Variable 'item' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_frag.h:42:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_lock.h:285:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_lock.h:345:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:45:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_accumulate.c:194:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_accumulate.c:269:14: style: The scope of the variable 'source_iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_accumulate.c:40:37: style: struct member 'ompi_osc_rdma_event_t::endpoint' is never used. [unusedStructMember]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_accumulate.c:41:11: style: struct member 'ompi_osc_rdma_event_t::local_address' is never used. [unusedStructMember]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_accumulate.c:42:41: style: struct member 'ompi_osc_rdma_event_t::local_handle' is never used. [unusedStructMember]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_accumulate.c:43:14: style: struct member 'ompi_osc_rdma_event_t::remote_address' is never used. [unusedStructMember]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_accumulate.c:44:41: style: struct member 'ompi_osc_rdma_event_t::remote_handle' is never used. [unusedStructMember]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_accumulate.c:45:14: style: struct member 'ompi_osc_rdma_event_t::length' is never used. [unusedStructMember]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_active_target.c:357:50: style: The scope of the variable 'next' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:188:31: style: The scope of the variable 'remote_iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:322:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:391:0: warning: Redundant assignment of 'request' to itself. [selfAssignment]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:420:0: warning: Redundant assignment of 'request' to itself. [selfAssignment]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:952:84: style: Function 'ompi_osc_rdma_put' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:84:84: note: Function 'ompi_osc_rdma_put' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:952:84: note: Function 'ompi_osc_rdma_put' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:953:28: style: Function 'ompi_osc_rdma_put' argument 4 names different: declaration 'target' definition 'target_rank'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:85:28: note: Function 'ompi_osc_rdma_put' argument 4 names different: declaration 'target' definition 'target_rank'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:953:28: note: Function 'ompi_osc_rdma_put' argument 4 names different: declaration 'target' definition 'target_rank'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:954:41: style: Function 'ompi_osc_rdma_put' argument 7 names different: declaration 'target_dt' definition 'target_datatype'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:86:41: note: Function 'ompi_osc_rdma_put' argument 7 names different: declaration 'target_dt' definition 'target_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:954:41: note: Function 'ompi_osc_rdma_put' argument 7 names different: declaration 'target_dt' definition 'target_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:973:85: style: Function 'ompi_osc_rdma_rput' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:92:85: note: Function 'ompi_osc_rdma_rput' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:973:85: note: Function 'ompi_osc_rdma_rput' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:974:29: style: Function 'ompi_osc_rdma_rput' argument 4 names different: declaration 'target' definition 'target_rank'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:93:29: note: Function 'ompi_osc_rdma_rput' argument 4 names different: declaration 'target' definition 'target_rank'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:974:29: note: Function 'ompi_osc_rdma_rput' argument 4 names different: declaration 'target' definition 'target_rank'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:975:42: style: Function 'ompi_osc_rdma_rput' argument 7 names different: declaration 'target_dt' definition 'target_datatype'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:94:42: note: Function 'ompi_osc_rdma_rput' argument 7 names different: declaration 'target_dt' definition 'target_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:975:42: note: Function 'ompi_osc_rdma_rput' argument 7 names different: declaration 'target_dt' definition 'target_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1008:78: style: Function 'ompi_osc_rdma_get' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:88:78: note: Function 'ompi_osc_rdma_get' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1008:78: note: Function 'ompi_osc_rdma_get' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1009:28: style: Function 'ompi_osc_rdma_get' argument 4 names different: declaration 'target' definition 'source_rank'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:89:28: note: Function 'ompi_osc_rdma_get' argument 4 names different: declaration 'target' definition 'source_rank'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1009:28: note: Function 'ompi_osc_rdma_get' argument 4 names different: declaration 'target' definition 'source_rank'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1009:51: style: Function 'ompi_osc_rdma_get' argument 5 names different: declaration 'target_disp' definition 'source_disp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:89:46: note: Function 'ompi_osc_rdma_get' argument 5 names different: declaration 'target_disp' definition 'source_disp'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1009:51: note: Function 'ompi_osc_rdma_get' argument 5 names different: declaration 'target_disp' definition 'source_disp'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1009:68: style: Function 'ompi_osc_rdma_get' argument 6 names different: declaration 'target_count' definition 'source_count'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:89:63: note: Function 'ompi_osc_rdma_get' argument 6 names different: declaration 'target_count' definition 'source_count'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1009:68: note: Function 'ompi_osc_rdma_get' argument 6 names different: declaration 'target_count' definition 'source_count'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1010:41: style: Function 'ompi_osc_rdma_get' argument 7 names different: declaration 'target_dt' definition 'source_datatype'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:90:41: note: Function 'ompi_osc_rdma_get' argument 7 names different: declaration 'target_dt' definition 'source_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1010:41: note: Function 'ompi_osc_rdma_get' argument 7 names different: declaration 'target_dt' definition 'source_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1029:79: style: Function 'ompi_osc_rdma_rget' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:97:79: note: Function 'ompi_osc_rdma_rget' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1029:79: note: Function 'ompi_osc_rdma_rget' argument 3 names different: declaration 'origin_dt' definition 'origin_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1030:29: style: Function 'ompi_osc_rdma_rget' argument 4 names different: declaration 'target' definition 'source_rank'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:98:29: note: Function 'ompi_osc_rdma_rget' argument 4 names different: declaration 'target' definition 'source_rank'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1030:29: note: Function 'ompi_osc_rdma_rget' argument 4 names different: declaration 'target' definition 'source_rank'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1030:52: style: Function 'ompi_osc_rdma_rget' argument 5 names different: declaration 'target_disp' definition 'source_disp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:98:47: note: Function 'ompi_osc_rdma_rget' argument 5 names different: declaration 'target_disp' definition 'source_disp'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1030:52: note: Function 'ompi_osc_rdma_rget' argument 5 names different: declaration 'target_disp' definition 'source_disp'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1030:69: style: Function 'ompi_osc_rdma_rget' argument 6 names different: declaration 'target_count' definition 'source_count'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:98:64: note: Function 'ompi_osc_rdma_rget' argument 6 names different: declaration 'target_count' definition 'source_count'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1030:69: note: Function 'ompi_osc_rdma_rget' argument 6 names different: declaration 'target_count' definition 'source_count'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1031:42: style: Function 'ompi_osc_rdma_rget' argument 7 names different: declaration 'target_dt' definition 'source_datatype'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.h:99:42: note: Function 'ompi_osc_rdma_rget' argument 7 names different: declaration 'target_dt' definition 'source_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_comm.c:1031:42: note: Function 'ompi_osc_rdma_rget' argument 7 names different: declaration 'target_dt' definition 'source_datatype'.
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_component.c:416:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_component.c:556:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_component.c:556:27: style: The scope of the variable 'total_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_dynamic.c:100:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_dynamic.c:371:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_dynamic.c:116:48: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_dynamic.c:198:52: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_dynamic.c:228:48: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_dynamic.c:267:52: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_dynamic.c:309:34: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
openmpi-3.1.1.real/ompi/mca/osc/rdma/osc_rdma_peer.c:174:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_active_target.c:223:9: style: The scope of the variable 'gsize' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:32:42: style: Function 'ompi_osc_sm_rput' argument 9 names different: declaration 'request' definition 'ompi_req'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:179:52: note: Function 'ompi_osc_sm_rput' argument 9 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:32:42: note: Function 'ompi_osc_sm_rput' argument 9 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:72:42: style: Function 'ompi_osc_sm_rget' argument 9 names different: declaration 'request' definition 'ompi_req'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:189:52: note: Function 'ompi_osc_sm_rget' argument 9 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:72:42: note: Function 'ompi_osc_sm_rget' argument 9 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:113:49: style: Function 'ompi_osc_sm_raccumulate' argument 10 names different: declaration 'request' definition 'ompi_req'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:200:59: note: Function 'ompi_osc_sm_raccumulate' argument 10 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:113:49: note: Function 'ompi_osc_sm_raccumulate' argument 10 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:154:59: style: Function 'ompi_osc_sm_rget_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:204:63: note: Function 'ompi_osc_sm_rget_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:154:59: note: Function 'ompi_osc_sm_rget_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:157:59: style: Function 'ompi_osc_sm_rget_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:207:63: note: Function 'ompi_osc_sm_rget_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:157:59: note: Function 'ompi_osc_sm_rget_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:158:39: style: Function 'ompi_osc_sm_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:208:43: note: Function 'ompi_osc_sm_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:158:39: note: Function 'ompi_osc_sm_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:161:59: style: Function 'ompi_osc_sm_rget_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:211:63: note: Function 'ompi_osc_sm_rget_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:161:59: note: Function 'ompi_osc_sm_rget_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:164:59: style: Function 'ompi_osc_sm_rget_accumulate' argument 13 names different: declaration 'request' definition 'ompi_req'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:214:63: note: Function 'ompi_osc_sm_rget_accumulate' argument 13 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:164:59: note: Function 'ompi_osc_sm_rget_accumulate' argument 13 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:314:52: style: Function 'ompi_osc_sm_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:160:62: note: Function 'ompi_osc_sm_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:314:52: note: Function 'ompi_osc_sm_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:317:52: style: Function 'ompi_osc_sm_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:163:62: note: Function 'ompi_osc_sm_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:317:52: note: Function 'ompi_osc_sm_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:318:32: style: Function 'ompi_osc_sm_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:164:42: note: Function 'ompi_osc_sm_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:318:32: note: Function 'ompi_osc_sm_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:321:52: style: Function 'ompi_osc_sm_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm.h:167:62: note: Function 'ompi_osc_sm_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_comm.c:321:52: note: Function 'ompi_osc_sm_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_passive_target.c:196:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/sm/osc_sm_passive_target.c:213:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_active_target.c:237:9: style: Variable 'ranks_in_grp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_active_target.c:232:0: note: Variable 'ranks_in_grp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_active_target.c:237:9: note: Variable 'ranks_in_grp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_active_target.c:238:9: style: Variable 'ranks_in_win_grp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_active_target.c:232:0: note: Variable 'ranks_in_win_grp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_active_target.c:238:9: note: Variable 'ranks_in_win_grp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_active_target.c:119:0: error: Memory leak: ranks_in_grp [memleak]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_active_target.c:119:0: error: Memory leak: ranks_in_win_grp [memleak]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_active_target.c:246:0: error: Memory leak: ranks_in_grp [memleak]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_active_target.c:246:0: error: Memory leak: ranks_in_win_grp [memleak]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:94:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:85:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:94:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:395:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:393:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:395:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:451:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:449:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:451:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:504:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:502:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:504:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:639:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:636:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:639:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:681:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:679:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:681:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:751:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:749:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:751:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:891:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:889:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:891:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:954:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:952:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:954:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:1012:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:1010:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:1012:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:1046:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:1044:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:1046:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:89:25: style: The scope of the variable 'iov_idx' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:163:16: style: The scope of the variable 'curr_len' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:741:57: style: Function 'ompi_osc_ucx_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx.h:161:57: note: Function 'ompi_osc_ucx_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:741:57: note: Function 'ompi_osc_ucx_get_accumulate' argument 3 names different: declaration 'origin_datatype' definition 'origin_dt'.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:743:57: style: Function 'ompi_osc_ucx_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx.h:163:57: note: Function 'ompi_osc_ucx_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:743:57: note: Function 'ompi_osc_ucx_get_accumulate' argument 6 names different: declaration 'result_datatype' definition 'result_dt'.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:744:37: style: Function 'ompi_osc_ucx_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx.h:164:37: note: Function 'ompi_osc_ucx_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:744:37: note: Function 'ompi_osc_ucx_get_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:745:75: style: Function 'ompi_osc_ucx_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx.h:165:75: note: Function 'ompi_osc_ucx_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:745:75: note: Function 'ompi_osc_ucx_get_accumulate' argument 10 names different: declaration 'target_datatype' definition 'target_dt'.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:1038:38: style: Function 'ompi_osc_ucx_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx.h:186:38: note: Function 'ompi_osc_ucx_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_comm.c:1038:38: note: Function 'ompi_osc_ucx_rget_accumulate' argument 7 names different: declaration 'target_rank' definition 'target'.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_component.c:223:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_component.c:218:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_component.c:223:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_component.c:705:28: style: The scope of the variable 'contain_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/osc/ucx/osc_ucx_passive_target.c:35:29: style: Unsigned variable 'result_value' can't be negative so it is unnecessary to test it. [unsignedPositive]
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_bsend.c:221:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_ft.c:45:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_ft.c:48:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_ft.c:45:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_ft.c:71:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_ft.c:74:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_ft.c:71:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:187:26: warning: Either the condition 'NULL==best_component' is redundant or there is possible null pointer dereference: best_component. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:167:14: note: Assuming that condition 'NULL==best_component' is not redundant
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:187:26: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:79:5: style: Variable 'best_component' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:65:0: note: Variable 'best_component' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:79:5: note: Variable 'best_component' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:80:5: style: Variable 'module' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:66:0: note: Variable 'module' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:80:5: note: Variable 'module' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:89:13: style: Variable 'tmp_val' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:88:0: note: Variable 'tmp_val' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:89:13: note: Variable 'tmp_val' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:174:13: style: Variable 'tmp_val' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:173:0: note: Variable 'tmp_val' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:174:13: note: Variable 'tmp_val' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_select.c:69:10: style: The scope of the variable 'found_pml' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_sendreq.c:35:78: style: Function 'mca_pml_base_send_request_construct' argument 1 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_sendreq.c:23:78: note: Function 'mca_pml_base_send_request_construct' argument 1 names different: declaration 'req' definition 'request'.
openmpi-3.1.1.real/ompi/mca/pml/base/pml_base_sendreq.c:35:78: note: Function 'mca_pml_base_send_request_construct' argument 1 names different: declaration 'req' definition 'request'.
openmpi-3.1.1.real/ompi/mca/pml/cm/pml_cm.h:341:19: style: The scope of the variable 'ompi_proc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/cm/pml_cm.h:159:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openmpi-3.1.1.real/ompi/mca/pml/cm/pml_cm_cancel.c:23:42: style: Function 'mca_pml_cm_cancel' argument 1 names different: declaration 'request' definition 'ompi_req'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/cm/pml_cm.h:557:67: note: Function 'mca_pml_cm_cancel' argument 1 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/pml/cm/pml_cm_cancel.c:23:42: note: Function 'mca_pml_cm_cancel' argument 1 names different: declaration 'request' definition 'ompi_req'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.h:159:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.h:436:25: style: The scope of the variable 'bml_btl' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.c:759:30: style: The scope of the variable 'frag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.c:653:36: style: Function 'mca_pml_ob1_send_fin' argument 4 names different: declaration 'size' definition 'rdma_size'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.h:283:39: note: Function 'mca_pml_ob1_send_fin' argument 4 names different: declaration 'size' definition 'rdma_size'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.c:653:36: note: Function 'mca_pml_ob1_send_fin' argument 4 names different: declaration 'size' definition 'rdma_size'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.c:526:72: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_iprobe.c:27:28: style: Function 'mca_pml_ob1_iprobe' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.h:118:36: note: Function 'mca_pml_ob1_iprobe' argument 1 names different: declaration 'dst' definition 'src'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_iprobe.c:27:28: note: Function 'mca_pml_ob1_iprobe' argument 1 names different: declaration 'dst' definition 'src'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_iprobe.c:57:27: style: Function 'mca_pml_ob1_probe' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.h:124:35: note: Function 'mca_pml_ob1_probe' argument 1 names different: declaration 'dst' definition 'src'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_iprobe.c:57:27: note: Function 'mca_pml_ob1_probe' argument 1 names different: declaration 'dst' definition 'src'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_iprobe.c:84:25: style: Function 'mca_pml_ob1_improbe' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.h:129:37: note: Function 'mca_pml_ob1_improbe' argument 1 names different: declaration 'dst' definition 'src'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_iprobe.c:84:25: note: Function 'mca_pml_ob1_improbe' argument 1 names different: declaration 'dst' definition 'src'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_iprobe.c:139:24: style: Function 'mca_pml_ob1_mprobe' argument 1 names different: declaration 'dst' definition 'src'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.h:136:36: note: Function 'mca_pml_ob1_mprobe' argument 1 names different: declaration 'dst' definition 'src'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_iprobe.c:139:24: note: Function 'mca_pml_ob1_mprobe' argument 1 names different: declaration 'dst' definition 'src'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_irecv.c:44:34: style: Function 'mca_pml_ob1_irecv_init' argument 1 names different: declaration 'buf' definition 'addr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.h:168:42: note: Function 'mca_pml_ob1_irecv_init' argument 1 names different: declaration 'buf' definition 'addr'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_irecv.c:44:34: note: Function 'mca_pml_ob1_irecv_init' argument 1 names different: declaration 'buf' definition 'addr'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_irecv.c:76:29: style: Function 'mca_pml_ob1_irecv' argument 1 names different: declaration 'buf' definition 'addr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.h:176:37: note: Function 'mca_pml_ob1_irecv' argument 1 names different: declaration 'buf' definition 'addr'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_irecv.c:76:29: note: Function 'mca_pml_ob1_irecv' argument 1 names different: declaration 'buf' definition 'addr'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_irecv.c:104:28: style: Function 'mca_pml_ob1_recv' argument 1 names different: declaration 'buf' definition 'addr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.h:184:36: note: Function 'mca_pml_ob1_recv' argument 1 names different: declaration 'buf' definition 'addr'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_irecv.c:104:28: note: Function 'mca_pml_ob1_recv' argument 1 names different: declaration 'buf' definition 'addr'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_isend.c:46:53: style: Function 'mca_pml_ob1_isend_init' argument 6 names different: declaration 'mode' definition 'sendmode'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.h:147:61: note: Function 'mca_pml_ob1_isend_init' argument 6 names different: declaration 'mode' definition 'sendmode'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_isend.c:46:53: note: Function 'mca_pml_ob1_isend_init' argument 6 names different: declaration 'mode' definition 'sendmode'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_isend.c:138:48: style: Function 'mca_pml_ob1_isend' argument 6 names different: declaration 'mode' definition 'sendmode'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.h:156:56: note: Function 'mca_pml_ob1_isend' argument 6 names different: declaration 'mode' definition 'sendmode'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_isend.c:138:48: note: Function 'mca_pml_ob1_isend' argument 6 names different: declaration 'mode' definition 'sendmode'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_isend.c:194:47: style: Function 'mca_pml_ob1_send' argument 6 names different: declaration 'mode' definition 'sendmode'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1.h:165:55: note: Function 'mca_pml_ob1_send' argument 6 names different: declaration 'mode' definition 'sendmode'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_isend.c:194:47: note: Function 'mca_pml_ob1_send' argument 6 names different: declaration 'mode' definition 'sendmode'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_rdma.c:40:30: style: Function 'mca_pml_ob1_rdma_btls' argument 1 names different: declaration 'endpoint' definition 'bml_endpoint'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_rdma.h:35:62: note: Function 'mca_pml_ob1_rdma_btls' argument 1 names different: declaration 'endpoint' definition 'bml_endpoint'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_rdma.c:40:30: note: Function 'mca_pml_ob1_rdma_btls' argument 1 names different: declaration 'endpoint' definition 'bml_endpoint'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_rdma.c:43:28: style: Function 'mca_pml_ob1_rdma_btls' argument 4 names different: declaration 'btls' definition 'rdma_btls'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_rdma.h:36:69: note: Function 'mca_pml_ob1_rdma_btls' argument 4 names different: declaration 'btls' definition 'rdma_btls'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_rdma.c:43:28: note: Function 'mca_pml_ob1_rdma_btls' argument 4 names different: declaration 'btls' definition 'rdma_btls'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_rdma.c:143:65: style: Function 'mca_pml_ob1_rdma_pipeline_btls' argument 1 names different: declaration 'endpoint' definition 'bml_endpoint'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_rdma.h:41:71: note: Function 'mca_pml_ob1_rdma_pipeline_btls' argument 1 names different: declaration 'endpoint' definition 'bml_endpoint'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_rdma.c:143:65: note: Function 'mca_pml_ob1_rdma_pipeline_btls' argument 1 names different: declaration 'endpoint' definition 'bml_endpoint'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:969:5: style: Variable 'match' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:952:0: note: Variable 'match' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:969:5: note: Variable 'match' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:325:70: style: Function 'mca_pml_ob1_recv_frag_callback_match' argument 3 names different: declaration 'descriptor' definition 'des'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.h:118:78: note: Function 'mca_pml_ob1_recv_frag_callback_match' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:325:70: note: Function 'mca_pml_ob1_recv_frag_callback_match' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:501:69: style: Function 'mca_pml_ob1_recv_frag_callback_rndv' argument 3 names different: declaration 'descriptor' definition 'des'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.h:127:77: note: Function 'mca_pml_ob1_recv_frag_callback_rndv' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:501:69: note: Function 'mca_pml_ob1_recv_frag_callback_rndv' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:518:69: style: Function 'mca_pml_ob1_recv_frag_callback_rget' argument 3 names different: declaration 'descriptor' definition 'des'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.h:135:77: note: Function 'mca_pml_ob1_recv_frag_callback_rget' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:518:69: note: Function 'mca_pml_ob1_recv_frag_callback_rget' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:537:68: style: Function 'mca_pml_ob1_recv_frag_callback_ack' argument 3 names different: declaration 'descriptor' definition 'des'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.h:144:76: note: Function 'mca_pml_ob1_recv_frag_callback_ack' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:537:68: note: Function 'mca_pml_ob1_recv_frag_callback_ack' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:608:69: style: Function 'mca_pml_ob1_recv_frag_callback_frag' argument 3 names different: declaration 'descriptor' definition 'des'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.h:152:77: note: Function 'mca_pml_ob1_recv_frag_callback_frag' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:608:69: note: Function 'mca_pml_ob1_recv_frag_callback_frag' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:645:68: style: Function 'mca_pml_ob1_recv_frag_callback_put' argument 3 names different: declaration 'descriptor' definition 'des'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.h:160:76: note: Function 'mca_pml_ob1_recv_frag_callback_put' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:645:68: note: Function 'mca_pml_ob1_recv_frag_callback_put' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:665:68: style: Function 'mca_pml_ob1_recv_frag_callback_fin' argument 3 names different: declaration 'descriptor' definition 'des'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.h:168:76: note: Function 'mca_pml_ob1_recv_frag_callback_fin' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvfrag.c:665:68: note: Function 'mca_pml_ob1_recv_frag_callback_fin' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:260:5: style: Variable 'bml_endpoint' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:258:0: note: Variable 'bml_endpoint' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:260:5: note: Variable 'bml_endpoint' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:53:33: style: The scope of the variable 'recvreq' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:54:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:630:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:937:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:218:59: style: Function 'mca_pml_ob1_recv_request_ack_send_btl' argument 5 names different: declaration 'hdr_rdma_offset' definition 'hdr_send_offset'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.h:429:18: note: Function 'mca_pml_ob1_recv_request_ack_send_btl' argument 5 names different: declaration 'hdr_rdma_offset' definition 'hdr_send_offset'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:218:59: note: Function 'mca_pml_ob1_recv_request_ack_send_btl' argument 5 names different: declaration 'hdr_rdma_offset' definition 'hdr_send_offset'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:488:74: style: Function 'mca_pml_ob1_recv_request_progress_frag' argument 1 names different: declaration 'req' definition 'recvreq'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.h:326:33: note: Function 'mca_pml_ob1_recv_request_progress_frag' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:488:74: note: Function 'mca_pml_ob1_recv_request_progress_frag' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:620:74: style: Function 'mca_pml_ob1_recv_request_progress_rget' argument 1 names different: declaration 'req' definition 'recvreq'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.h:359:33: note: Function 'mca_pml_ob1_recv_request_progress_rget' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:620:74: note: Function 'mca_pml_ob1_recv_request_progress_rget' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:775:74: style: Function 'mca_pml_ob1_recv_request_progress_rndv' argument 1 names different: declaration 'req' definition 'recvreq'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.h:349:33: note: Function 'mca_pml_ob1_recv_request_progress_rndv' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:775:74: note: Function 'mca_pml_ob1_recv_request_progress_rndv' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:843:75: style: Function 'mca_pml_ob1_recv_request_progress_match' argument 1 names different: declaration 'req' definition 'recvreq'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.h:316:33: note: Function 'mca_pml_ob1_recv_request_progress_match' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:843:75: note: Function 'mca_pml_ob1_recv_request_progress_match' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:897:74: style: Function 'mca_pml_ob1_recv_request_matched_probe' argument 1 names different: declaration 'req' definition 'recvreq'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.h:369:33: note: Function 'mca_pml_ob1_recv_request_matched_probe' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:897:74: note: Function 'mca_pml_ob1_recv_request_matched_probe' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:932:73: style: Function 'mca_pml_ob1_recv_request_schedule_once' argument 1 names different: declaration 'req' definition 'recvreq'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.h:379:33: note: Function 'mca_pml_ob1_recv_request_schedule_once' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ob1/pml_ob1_recvreq.c:932:73: note: Function 'mca_pml_ob1_recv_request_schedule_once' argument 1 names different: declaration 'req' definition 'recvreq'.
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx_request.h:161:13: style: The scope of the variable 'tag' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:322:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:533:44: style: Function 'mca_pml_ucx_recv' argument 7 names different: declaration 'status' definition 'mpi_status'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.h:110:46: note: Function 'mca_pml_ucx_recv' argument 7 names different: declaration 'status' definition 'mpi_status'.
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:533:44: note: Function 'mca_pml_ucx_recv' argument 7 names different: declaration 'status' definition 'mpi_status'.
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:811:62: style: Function 'mca_pml_ucx_iprobe' argument 5 names different: declaration 'status' definition 'mpi_status'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.h:127:62: note: Function 'mca_pml_ucx_iprobe' argument 5 names different: declaration 'status' definition 'mpi_status'.
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:811:62: note: Function 'mca_pml_ucx_iprobe' argument 5 names different: declaration 'status' definition 'mpi_status'.
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:833:47: style: Function 'mca_pml_ucx_probe' argument 4 names different: declaration 'status' definition 'mpi_status'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.h:130:47: note: Function 'mca_pml_ucx_probe' argument 4 names different: declaration 'status' definition 'mpi_status'.
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:833:47: note: Function 'mca_pml_ucx_probe' argument 4 names different: declaration 'status' definition 'mpi_status'.
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:856:49: style: Function 'mca_pml_ucx_improbe' argument 6 names different: declaration 'status' definition 'mpi_status'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.h:134:49: note: Function 'mca_pml_ucx_improbe' argument 6 names different: declaration 'status' definition 'mpi_status'.
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:856:49: note: Function 'mca_pml_ucx_improbe' argument 6 names different: declaration 'status' definition 'mpi_status'.
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:881:48: style: Function 'mca_pml_ucx_mprobe' argument 5 names different: declaration 'status' definition 'mpi_status'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.h:138:48: note: Function 'mca_pml_ucx_mprobe' argument 5 names different: declaration 'status' definition 'mpi_status'.
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:881:48: note: Function 'mca_pml_ucx_mprobe' argument 5 names different: declaration 'status' definition 'mpi_status'.
openmpi-3.1.1.real/ompi/mca/pml/ucx/pml_ucx.c:543:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openmpi-3.1.1.real/ompi/mca/pml/v/pml_v_component.c:170:5: style: Variable 'cli' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/pml/v/pml_v_component.c:163:0: note: Variable 'cli' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/v/pml_v_component.c:170:5: note: Variable 'cli' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/v/pml_v_output.c:25:10: style: The scope of the variable 'hostname' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/yalla/pml_yalla.c:73:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/pml/yalla/pml_yalla.c:69:5: note: Variable 'error' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/yalla/pml_yalla.c:73:5: note: Variable 'error' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/pml/yalla/pml_yalla.c:472:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/pml/yalla/pml_yalla.c:72:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openmpi-3.1.1.real/ompi/mca/rte/orte/rte_orte_module.c:135:18: style: The scope of the variable 'codes' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/rte/orte/rte_orte_module.c:138:9: style: The scope of the variable 'time' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/sharedfp/base/sharedfp_base_file_select.c:78:11: style: The scope of the variable 'str' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/sharedfp/base/sharedfp_base_find_available.c:48:37: style: The scope of the variable 'cli' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual.c:78:9: style: The scope of the variable 'valuelen' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual.c:79:10: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c:60:5: style: Variable 'headnode' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c:37:0: note: Variable 'headnode' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c:60:5: note: Variable 'headnode' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c:245:10: style: Condition '!headnode' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c:244:55: note: Assignment 'headnode=NULL', assigned value is 0
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c:245:10: note: Condition '!headnode' is always true
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c:84:5: style: Variable 'sh->selected_module_data' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c:81:5: note: Variable 'sh->selected_module_data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c:84:5: note: Variable 'sh->selected_module_data' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_gettime.c:24:2: style: Variable 'seconds' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_gettime.c:20:0: note: Variable 'seconds' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_gettime.c:24:2: note: Variable 'seconds' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_gettime.c:25:2: style: Variable 'microsec' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_gettime.c:21:0: note: Variable 'microsec' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_gettime.c:25:2: note: Variable 'microsec' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c:40:5: style: Variable 'headnode' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c:38:0: note: Variable 'headnode' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c:40:5: note: Variable 'headnode' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c:103:5: style: Variable 'headnode' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c:99:0: note: Variable 'headnode' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c:103:5: note: Variable 'headnode' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c:79:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c:75:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c:79:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c:221:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c:220:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c:221:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c:77:13: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c:57:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c:45:0: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c:57:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c:225:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c:224:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c:225:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c:225:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c:224:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c:225:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c:41:9: style: The scope of the variable 'fd_lockedfilehandle' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/sharedfp/sm/sharedfp_sm.c:73:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c:241:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openmpi-3.1.1.real/ompi/mca/sharedfp/sm/sharedfp_sm_iread.c:223:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/sm/sharedfp_sm_iread.c:222:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/sm/sharedfp_sm_iread.c:223:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c:226:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c:225:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c:226:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/sharedfp/sm/sharedfp_sm_seek.c:37:15: style: The scope of the variable 'status' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/base/topo_base_cart_coords.c:43:9: style: The scope of the variable 'dim' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/base/topo_base_cart_rank.c:47:8: style: The scope of the variable 'dim' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/base/topo_base_cart_rank.c:48:8: style: The scope of the variable 'ord' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/base/topo_base_cart_sub.c:52:15: style: The scope of the variable 'dim' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/base/topo_base_cart_sub.c:53:29: style: The scope of the variable 'dold' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/base/topo_base_cart_sub.c:53:59: style: The scope of the variable 'pold' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/base/topo_base_find_available.c:49:37: style: The scope of the variable 'cli' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/base/topo_base_graph_create.c:52:35: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/base/topo_base_lazy_init.c:39:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c:417:13: style: Variable 'obj_to_rank_in_comm' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c:412:0: note: Variable 'obj_to_rank_in_comm' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c:417:13: note: Variable 'obj_to_rank_in_comm' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c:433:21: style: Variable 'objs_per_node' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c:431:0: note: Variable 'objs_per_node' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c:433:21: note: Variable 'objs_per_node' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c:774:13: style: Variable 'comm_pattern' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c:772:0: note: Variable 'comm_pattern' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c:774:13: note: Variable 'comm_pattern' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/k-partitioning.c:28:3: style: Variable 'part' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/k-partitioning.c:25:0: note: Variable 'part' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/k-partitioning.c:28:3: note: Variable 'part' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/k-partitioning.c:108:7: style: The scope of the variable 'p' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/k-partitioning.c:202:7: style: The scope of the variable 'max_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:64:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:58:0: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:64:3: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:65:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:58:0: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:65:3: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:67:3: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:59:0: note: Variable 'tab' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:67:3: note: Variable 'tab' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:90:3: style: Variable 'pivot' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:87:0: note: Variable 'pivot' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:90:3: note: Variable 'pivot' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:119:3: style: Variable 'pivot_tree' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:116:0: note: Variable 'pivot_tree' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:119:3: note: Variable 'pivot_tree' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:192:3: style: Variable 'bucket' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:189:0: note: Variable 'bucket' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:192:3: note: Variable 'bucket' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:243:3: style: Variable 'pivot' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:240:0: note: Variable 'pivot' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:243:3: note: Variable 'pivot' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:245:3: style: Variable 'pivot_tree' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:240:0: note: Variable 'pivot_tree' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:245:3: note: Variable 'pivot_tree' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:88:17: style: The scope of the variable 'p' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:143:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:143:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:166:10: style: The scope of the variable 'inf' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:166:14: style: The scope of the variable 'sup' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:190:7: style: The scope of the variable 'N' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:190:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_bucket.c:190:11: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:242:3: style: Variable 'const_tab' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:237:0: note: Variable 'const_tab' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:242:3: note: Variable 'const_tab' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:290:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:285:0: note: Variable 'res' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:290:3: note: Variable 'res' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:360:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:355:0: note: Variable 'res' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:360:3: note: Variable 'res' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:41:10: style: The scope of the variable 'cost' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:41:16: style: The scope of the variable 'best_cost' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:238:25: style: The scope of the variable 'end' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:288:40: style: The scope of the variable 's' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:357:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:510:81: style: Function 'kpartition_build_tree_from_topology' argument 2 names different: declaration 'com_mat' definition 'comm'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.h:9:82: note: Function 'kpartition_build_tree_from_topology' argument 2 names different: declaration 'com_mat' definition 'comm'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_kpartitioning.c:510:81: note: Function 'kpartition_build_tree_from_topology' argument 2 names different: declaration 'com_mat' definition 'comm'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_malloc.c:58:5: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_malloc.c:76:5: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_malloc.c:122:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_malloc.c:150:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_malloc.c:175:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_malloc.c:213:38: warning: Either the condition '!ptr' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_malloc.c:216:6: note: Assuming that condition '!ptr' is not redundant
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_malloc.c:213:38: note: Null pointer subtraction
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_malloc.c:163:24: style: Function 'tm_realloc' argument 1 names different: declaration 'ptr' definition 'old_ptr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_malloc.h:7:24: note: Function 'tm_realloc' argument 1 names different: declaration 'ptr' definition 'old_ptr'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_malloc.c:163:24: note: Function 'tm_realloc' argument 1 names different: declaration 'ptr' definition 'old_ptr'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_mapping.c:160:3: style: Variable 'sum_row' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_mapping.c:158:0: note: Variable 'sum_row' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_mapping.c:160:3: note: Variable 'sum_row' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_mapping.c:303:3: style: Variable 'nodes_id' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_mapping.c:297:0: note: Variable 'nodes_id' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_mapping.c:303:3: note: Variable 'nodes_id' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_mapping.c:188:42: style: Function 'tm_load_aff_mat' argument 1 names different: declaration 'com_filename' definition 'filename'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/treematch.h:130:42: note: Function 'tm_load_aff_mat' argument 1 names different: declaration 'com_filename' definition 'filename'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_mapping.c:188:42: note: Function 'tm_load_aff_mat' argument 1 names different: declaration 'com_filename' definition 'filename'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_mapping.c:31:10: style: struct member 'hash2_t::val' is never used. [unusedStructMember]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_mapping.c:32:7: style: struct member 'hash2_t::key1' is never used. [unusedStructMember]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_mapping.c:33:7: style: struct member 'hash2_t::key2' is never used. [unusedStructMember]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:275:2: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:216:3: style: Variable 'sigma' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:213:0: note: Variable 'sigma' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:216:3: note: Variable 'sigma' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:302:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:300:0: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:302:3: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:303:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:300:0: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:303:3: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:316:3: style: Variable 'nodes_id' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:313:0: note: Variable 'nodes_id' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:316:3: note: Variable 'nodes_id' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:318:3: style: Variable 'hash_tab' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:311:0: note: Variable 'hash_tab' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:318:3: note: Variable 'hash_tab' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:319:3: style: Variable 'sol' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:312:0: note: Variable 'sol' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:319:3: note: Variable 'sol' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:421:3: style: Variable 'gain' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:415:0: note: Variable 'gain' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:421:3: note: Variable 'gain' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:422:3: style: Variable 'history' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:416:0: note: Variable 'history' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:422:3: note: Variable 'history' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:14:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:39:7: style: The scope of the variable 'arity' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:188:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_solution.c:188:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_thread_pool.c:45:7: style: The scope of the variable 'binding_res' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_thread_pool.c:246:7: style: The scope of the variable 'id' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:230:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:250:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:256:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:256:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:256:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:798:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:47:3: style: Variable 'pf' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:39:0: note: Variable 'pf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:47:3: note: Variable 'pf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:109:3: style: Variable 'objs' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:106:0: note: Variable 'objs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:109:3: note: Variable 'objs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:144:3: style: Variable 'arch' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:141:0: note: Variable 'arch' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:144:3: note: Variable 'arch' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:728:3: style: Variable 'topology' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:724:0: note: Variable 'topology' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:728:3: note: Variable 'topology' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:161:17: style: The scope of the variable 'arity' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:186:16: style: The scope of the variable 'nb_nodes' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:294:7: style: The scope of the variable 'nb_nodes' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:663:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:475:48: style: Function 'tm_topology_add_binding_constraints' argument 1 names different: declaration 'bind_filename' definition 'constraints_filename'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/treematch.h:138:47: note: Function 'tm_topology_add_binding_constraints' argument 1 names different: declaration 'bind_filename' definition 'constraints_filename'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_topology.c:475:48: note: Function 'tm_topology_add_binding_constraints' argument 1 names different: declaration 'bind_filename' definition 'constraints_filename'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1893:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:278:3: style: Variable 'new_mat' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:275:0: note: Variable 'new_mat' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:278:3: note: Variable 'new_mat' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:417:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:415:0: note: Variable 'res' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:417:3: note: Variable 'res' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:432:3: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:429:0: note: Variable 'tab' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:432:3: note: Variable 'tab' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:616:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:614:0: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:616:3: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:617:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:614:0: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:617:3: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:626:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:624:0: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:626:3: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:627:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:624:0: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:627:3: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:636:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:634:0: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:636:3: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:637:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:634:0: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:637:3: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:646:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:644:0: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:646:3: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:647:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:644:0: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:647:3: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:656:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:654:0: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:656:3: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:657:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:654:0: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:657:3: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1127:3: style: Variable 'nb_threads' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1126:3: note: Variable 'nb_threads' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1127:3: note: Variable 'nb_threads' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1378:3: style: Variable 'selection' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1374:0: note: Variable 'selection' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1378:3: note: Variable 'selection' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1545:3: style: Variable 'cur_group' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1541:0: note: Variable 'cur_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1545:3: note: Variable 'cur_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1613:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1611:0: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1613:3: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1614:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1611:0: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1614:3: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1623:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1621:0: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1623:3: note: Variable 'e1' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1624:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1621:0: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1624:3: note: Variable 'e2' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1767:3: style: Variable 'cost_mat' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1758:0: note: Variable 'cost_mat' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1767:3: note: Variable 'cost_mat' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1943:3: style: Variable 'old_mat' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1940:0: note: Variable 'old_mat' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1943:3: note: Variable 'old_mat' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1946:3: style: Variable 'new_mat' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1940:0: note: Variable 'new_mat' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1946:3: note: Variable 'new_mat' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1965:3: style: Variable 'old_tab' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1962:0: note: Variable 'old_tab' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1965:3: note: Variable 'old_tab' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2110:5: style: Variable 'list_child' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2109:0: note: Variable 'list_child' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2110:5: note: Variable 'list_child' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2180:3: style: Variable 'tab_node' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2177:0: note: Variable 'tab_node' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2180:3: note: Variable 'tab_node' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1188:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:112:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:143:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:274:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:274:13: style: The scope of the variable 'i1' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:274:17: style: The scope of the variable 'j1' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:274:21: style: The scope of the variable 'id1' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:274:26: style: The scope of the variable 'id2' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:363:10: style: The scope of the variable 'line' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:389:13: style: The scope of the variable 'id' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:389:17: style: The scope of the variable 'id1' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:452:10: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:665:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:667:10: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:738:7: style: The scope of the variable 'id_select' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1375:10: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1490:10: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1573:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1752:7: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1752:10: style: The scope of the variable 'l' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1753:17: style: The scope of the variable 'list_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1754:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1756:20: style: The scope of the variable 'last_best' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1757:7: style: The scope of the variable 'timeout' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:1760:10: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2214:7: style: The scope of the variable 'sorted' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2215:7: style: The scope of the variable 'last' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2216:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2216:10: style: The scope of the variable 'shift' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:153:30: style: Function 'tm_free_tree' argument 1 names different: declaration 'comm_tree' definition 'tree'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/treematch.h:164:30: note: Function 'tm_free_tree' argument 1 names different: declaration 'comm_tree' definition 'tree'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:153:30: note: Function 'tm_free_tree' argument 1 names different: declaration 'comm_tree' definition 'tree'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:360:36: style: Function 'display_tab' argument 2 names different: declaration 'N' definition 'mat_order'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.h:7:35: note: Function 'display_tab' argument 2 names different: declaration 'N' definition 'mat_order'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:360:36: note: Function 'display_tab' argument 2 names different: declaration 'N' definition 'mat_order'.
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2300:5: error: Memory pointed to by 'constraints' is freed twice. [doubleFree]
openmpi-3.1.1.real/ompi/mca/topo/treematch/treematch/tm_tree.c:2309:0: error: Dereferencing 'aff_mat' after it is deallocated / released [deallocuse]
openmpi-3.1.1.real/ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c:77:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/cart_rank.c:46:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/comm_join.c:162:12: style: The scope of the variable 's_num' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/comm_join.c:163:13: style: The scope of the variable 'a' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/comm_join.c:211:12: style: The scope of the variable 's_num' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/comm_join.c:212:13: style: The scope of the variable 'a' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/dims_create.c:163:9: style: The scope of the variable 'f' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/dims_create.c:219:26: style: Function 'getfactors' argument 2 names different: declaration 'nfators' definition 'nfactors'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mpi/c/dims_create.c:45:37: note: Function 'getfactors' argument 2 names different: declaration 'nfators' definition 'nfactors'.
openmpi-3.1.1.real/ompi/mpi/c/dims_create.c:219:26: note: Function 'getfactors' argument 2 names different: declaration 'nfators' definition 'nfactors'.
openmpi-3.1.1.real/ompi/mpi/c/dist_graph_create.c:42:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/dist_graph_create.c:42:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/dist_graph_create.c:42:15: style: The scope of the variable 'index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/dist_graph_create.c:42:27: style: The scope of the variable 'comm_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/dist_graph_create_adjacent.c:52:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/dist_graph_create_adjacent.c:52:12: style: The scope of the variable 'comm_size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/get_count.c:47:22: style: The scope of the variable 'internal_count' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/get_library_version.c:83:5: performance: Buffer 'tmp' is being written before its old content has been used. [redundantCopy]
openmpi-3.1.1.real/ompi/mpi/c/get_library_version.c:81:5: note: Buffer 'tmp' is being written before its old content has been used.
openmpi-3.1.1.real/ompi/mpi/c/get_library_version.c:83:5: note: Buffer 'tmp' is being written before its old content has been used.
openmpi-3.1.1.real/ompi/mpi/c/get_library_version.c:119:20: style: Variable 'len_left' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/ompi/mpi/c/group_excl.c:47:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/group_incl.c:46:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/group_range_excl.c:120:10: error: Uninitialized variable: elements_int_list [uninitvar]
openmpi-3.1.1.real/ompi/mpi/c/group_range_incl.c:121:10: error: Uninitialized variable: elements_int_list [uninitvar]
openmpi-3.1.1.real/ompi/mpi/c/info_delete.c:57:9: style: The scope of the variable 'key_length' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/info_get.c:67:9: style: The scope of the variable 'key_length' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/info_get_valuelen.c:65:9: style: The scope of the variable 'key_length' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/info_set.c:66:9: style: The scope of the variable 'key_length' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/info_set.c:67:9: style: The scope of the variable 'value_length' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/ireduce_scatter.c:49:23: style: Unused variable: count [unusedVariable]
openmpi-3.1.1.real/ompi/mpi/c/lookup_name.c:50:10: style: The scope of the variable 'range' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/publish_name.c:52:10: style: The scope of the variable 'range' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/request_get_status.c:93:11: style: Same expression on both sides of '==' because the value of '0' and 'do_it_once' are the same. [duplicateExpression]
openmpi-3.1.1.real/ompi/mpi/c/request_get_status.c:49:22: note: 'do_it_once' is assigned value '0' here.
openmpi-3.1.1.real/ompi/mpi/c/request_get_status.c:93:11: note: Same expression on both sides of '==' because the value of '0' and 'do_it_once' are the same.
openmpi-3.1.1.real/ompi/mpi/c/sendrecv_replace.c:127:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/mpi/c/sendrecv_replace.c:124:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mpi/c/sendrecv_replace.c:127:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/mpi/c/testall.c:55:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/testany.c:54:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/testsome.c:56:13: style: The scope of the variable 'indx' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/type_commit.c:46:37: warning: Either the condition 'NULL==type' is redundant or there is possible null pointer dereference: type. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mpi/c/type_commit.c:51:18: note: Assuming that condition 'NULL==type' is not redundant
openmpi-3.1.1.real/ompi/mpi/c/type_commit.c:46:37: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mpi/c/type_create_darray.c:55:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/type_create_darray.c:62:13: style: The scope of the variable 'prod_psize' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/type_create_f90_complex.c:48:14: style: The scope of the variable 'key' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/type_create_f90_real.c:48:14: style: The scope of the variable 'key' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/type_create_hindexed.c:49:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/type_create_subarray.c:52:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/type_free.c:46:28: warning: Either the condition 'NULL==type' is redundant or there is possible null pointer dereference: type. [nullPointerRedundantCheck]
openmpi-3.1.1.real/ompi/mpi/c/type_free.c:51:16: note: Assuming that condition 'NULL==type' is not redundant
openmpi-3.1.1.real/ompi/mpi/c/type_free.c:46:28: note: Null pointer dereference
openmpi-3.1.1.real/ompi/mpi/c/type_hindexed.c:45:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/type_indexed.c:48:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/unpublish_name.c:53:10: style: The scope of the variable 'range' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/waitall.c:53:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/waitany.c:54:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/c/waitsome.c:56:13: style: The scope of the variable 'indx' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:92:52: style: Function 'ompi_mpi_cxx_comm_errhandler_invoke' argument 1 names different: declaration 'mpi_comm' definition 'c_comm'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mpi/cxx/cxx_glue.h:65:53: note: Function 'ompi_mpi_cxx_comm_errhandler_invoke' argument 1 names different: declaration 'mpi_comm' definition 'c_comm'.
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:92:52: note: Function 'ompi_mpi_cxx_comm_errhandler_invoke' argument 1 names different: declaration 'mpi_comm' definition 'c_comm'.
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:109:52: style: Function 'ompi_mpi_cxx_file_errhandler_invoke' argument 1 names different: declaration 'mpi_comm' definition 'c_file'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mpi/cxx/cxx_glue.h:70:53: note: Function 'ompi_mpi_cxx_file_errhandler_invoke' argument 1 names different: declaration 'mpi_comm' definition 'c_file'.
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:109:52: note: Function 'ompi_mpi_cxx_file_errhandler_invoke' argument 1 names different: declaration 'mpi_comm' definition 'c_file'.
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:123:50: style: Function 'ompi_mpi_cxx_win_errhandler_invoke' argument 1 names different: declaration 'mpi_comm' definition 'c_win'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mpi/cxx/cxx_glue.h:67:51: note: Function 'ompi_mpi_cxx_win_errhandler_invoke' argument 1 names different: declaration 'mpi_comm' definition 'c_win'.
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:123:50: note: Function 'ompi_mpi_cxx_win_errhandler_invoke' argument 1 names different: declaration 'mpi_comm' definition 'c_win'.
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:245:70: style: Function 'ompi_mpi_cxx_op_intercept' argument 5 names different: declaration 'fn' definition 'c_fn'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mpi/cxx/mpicxx.h:102:70: note: Function 'ompi_mpi_cxx_op_intercept' argument 5 names different: declaration 'fn' definition 'c_fn'.
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:245:70: note: Function 'ompi_mpi_cxx_op_intercept' argument 5 names different: declaration 'fn' definition 'c_fn'.
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:256:48: style: Function 'ompi_mpi_cxx_comm_copy_attr_intercept' argument 1 names different: declaration 'oldcomm' definition 'comm'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mpi/cxx/mpicxx.h:108:48: note: Function 'ompi_mpi_cxx_comm_copy_attr_intercept' argument 1 names different: declaration 'oldcomm' definition 'comm'.
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:256:48: note: Function 'ompi_mpi_cxx_comm_copy_attr_intercept' argument 1 names different: declaration 'oldcomm' definition 'comm'.
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:505:60: style: Function 'ompi_mpi_cxx_grequest_cancel_fn_intercept' argument 2 names different: declaration 'canceled' definition 'cancelled'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mpi/cxx/mpicxx.h:143:60: note: Function 'ompi_mpi_cxx_grequest_cancel_fn_intercept' argument 2 names different: declaration 'canceled' definition 'cancelled'.
openmpi-3.1.1.real/ompi/mpi/cxx/intercepts.cc:505:60: note: Function 'ompi_mpi_cxx_grequest_cancel_fn_intercept' argument 2 names different: declaration 'canceled' definition 'cancelled'.
openmpi-3.1.1.real/ompi/mpi/fortran/base/strings.c:118:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/fortran/base/strings.c:166:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/fortran/base/strings.c:205:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/fortran/mpif-h/comm_create_keyval_f.c:77:14: style: The scope of the variable 'c_ierr' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/fortran/mpif-h/error_string_f.c:82:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/fortran/mpif-h/get_processor_name_f.c:82:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/fortran/mpif-h/keyval_create_f.c:76:14: style: The scope of the variable 'c_ierr' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/fortran/mpif-h/register_datarep_f.c:244:63: style: Function 'extent_intercept_fn' argument 2 names different: declaration 'file_extent' definition 'file_extent_f77'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mpi/fortran/mpif-h/register_datarep_f.c:87:63: note: Function 'extent_intercept_fn' argument 2 names different: declaration 'file_extent' definition 'file_extent_f77'.
openmpi-3.1.1.real/ompi/mpi/fortran/mpif-h/register_datarep_f.c:244:63: note: Function 'extent_intercept_fn' argument 2 names different: declaration 'file_extent' definition 'file_extent_f77'.
openmpi-3.1.1.real/ompi/mpi/fortran/mpif-h/type_create_keyval_f.c:75:14: style: The scope of the variable 'c_ierr' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/fortran/mpif-h/type_get_contents_f.c:83:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/fortran/mpif-h/win_create_keyval_f.c:75:14: style: The scope of the variable 'c_ierr' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/java/c/mpi_MPI.c:786:39: style: Function 'ompi_java_getReadPtrv' argument 6 names different: declaration 'off' definition 'offset'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mpi/java/c/mpiJava.h:94:39: note: Function 'ompi_java_getReadPtrv' argument 6 names different: declaration 'off' definition 'offset'.
openmpi-3.1.1.real/ompi/mpi/java/c/mpi_MPI.c:786:39: note: Function 'ompi_java_getReadPtrv' argument 6 names different: declaration 'off' definition 'offset'.
openmpi-3.1.1.real/ompi/mpi/java/c/mpi_MPI.c:893:39: style: Function 'ompi_java_releaseWritePtrv' argument 6 names different: declaration 'off' definition 'offset'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/mpi/java/c/mpiJava.h:123:39: note: Function 'ompi_java_releaseWritePtrv' argument 6 names different: declaration 'off' definition 'offset'.
openmpi-3.1.1.real/ompi/mpi/java/c/mpi_MPI.c:893:39: note: Function 'ompi_java_releaseWritePtrv' argument 6 names different: declaration 'off' definition 'offset'.
openmpi-3.1.1.real/ompi/mpi/tool/category_get_categories.c:30:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/tool/category_get_cvars.c:30:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpi/tool/category_get_pvars.c:30:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpiext/affinity/c/mpiext_affinity_str.c:183:12: style: The scope of the variable 'num_cores' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpiext/affinity/c/mpiext_affinity_str.c:379:9: style: The scope of the variable 'core_index' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpiext/cr/c/migrate.c:29:27: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/mpiext/cr/c/migrate.c:33:10: style: The scope of the variable 'info_value' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/op/op.c:445:42: style: Function 'ompi_op_construct' argument 1 names different: declaration 'eh' definition 'new_op'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/op/op.c:52:42: note: Function 'ompi_op_construct' argument 1 names different: declaration 'eh' definition 'new_op'.
openmpi-3.1.1.real/ompi/op/op.c:445:42: note: Function 'ompi_op_construct' argument 1 names different: declaration 'eh' definition 'new_op'.
openmpi-3.1.1.real/ompi/op/op.c:473:41: style: Function 'ompi_op_destruct' argument 1 names different: declaration 'eh' definition 'op'. [funcArgNamesDifferent]
openmpi-3.1.1.real/ompi/op/op.c:53:41: note: Function 'ompi_op_destruct' argument 1 names different: declaration 'eh' definition 'op'.
openmpi-3.1.1.real/ompi/op/op.c:473:41: note: Function 'ompi_op_destruct' argument 1 names different: declaration 'eh' definition 'op'.
openmpi-3.1.1.real/ompi/patterns/comm/allreduce.c:51:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/patterns/comm/allreduce.c:39:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/patterns/comm/allreduce.c:51:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/patterns/comm/bcast.c:51:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/patterns/comm/bcast.c:38:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/patterns/comm/bcast.c:51:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/patterns/net/netpatterns_knomial_tree.c:124:5: style: Variable 'stray' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/patterns/net/netpatterns_knomial_tree.c:117:5: note: Variable 'stray' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/patterns/net/netpatterns_knomial_tree.c:124:5: note: Variable 'stray' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/patterns/net/netpatterns_knomial_tree.c:682:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/proc/proc.c:732:5: style: Variable 'plist' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/ompi/proc/proc.c:728:0: note: Variable 'plist' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/proc/proc.c:732:5: note: Variable 'plist' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/ompi/proc/proc.c:632:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/request/req_test.c:91:11: style: Same expression on both sides of '==' because the value of '0' and 'do_it_once' are the same. [duplicateExpression]
openmpi-3.1.1.real/ompi/request/req_test.c:38:22: note: 'do_it_once' is assigned value '0' here.
openmpi-3.1.1.real/ompi/request/req_test.c:91:11: note: Same expression on both sides of '==' because the value of '0' and 'do_it_once' are the same.
openmpi-3.1.1.real/ompi/runtime/ompi_mpi_abort.c:147:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/runtime/ompi_mpi_params.c:175:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/runtime/ompi_mpi_params.c:323:23: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/runtime/ompi_mpi_params.c:339:13: error: Resource leak: fp [resourceLeak]
openmpi-3.1.1.real/ompi/runtime/ompi_mpi_preconnect.c:35:16: style: The scope of the variable 'next' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/runtime/ompi_mpi_preconnect.c:35:22: style: The scope of the variable 'prev' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/tools/mpisync/hpctimer.c:264:0: error: #error "Unsupported platform" [preprocessorErrorDirective]
openmpi-3.1.1.real/ompi/tools/ompi_info/ompi_info.c:188:14: style: Condition 'NULL!=app_env' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/tools/ompi_info/ompi_info.c:72:22: note: Assignment 'app_env=NULL', assigned value is 0
openmpi-3.1.1.real/ompi/tools/ompi_info/ompi_info.c:188:14: note: Condition 'NULL!=app_env' is always false
openmpi-3.1.1.real/ompi/tools/ompi_info/ompi_info.c:191:14: style: Condition 'NULL!=global_env' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/tools/ompi_info/ompi_info.c:72:43: note: Assignment 'global_env=NULL', assigned value is 0
openmpi-3.1.1.real/ompi/tools/ompi_info/ompi_info.c:191:14: note: Condition 'NULL!=global_env' is always false
openmpi-3.1.1.real/ompi/tools/ompi_info/ompi_info.c:77:32: style: The scope of the variable 'map' can be reduced. [variableScope]
openmpi-3.1.1.real/ompi/tools/ompi_info/param.c:218:13: style: Condition 'OMPI_BUILD_FORTRAN_F08_SUBARRAYS' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/tools/ompi_info/param.c:167:50: note: Assignment 'OMPI_BUILD_FORTRAN_F08_SUBARRAYS=0', assigned value is 0
openmpi-3.1.1.real/ompi/tools/ompi_info/param.c:218:13: note: Condition 'OMPI_BUILD_FORTRAN_F08_SUBARRAYS' is always false
openmpi-3.1.1.real/ompi/tools/ompi_info/param.c:232:17: style: Condition '!OMPI_BUILD_FORTRAN_F08_SUBARRAYS' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/ompi/tools/ompi_info/param.c:167:50: note: Assignment 'OMPI_BUILD_FORTRAN_F08_SUBARRAYS=0', assigned value is 0
openmpi-3.1.1.real/ompi/tools/ompi_info/param.c:232:17: note: Condition '!OMPI_BUILD_FORTRAN_F08_SUBARRAYS' is always true
openmpi-3.1.1.real/opal/class/opal_bitmap.c:111:24: style: The scope of the variable 'new_size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_bitmap.c:382:14: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_free_list.c:83:28: style: The scope of the variable 'fl_item' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_graph.c:629:43: style: The scope of the variable 'current_vertex' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_hash_table.c:237:31: style: The scope of the variable 'new_elt' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_hash_table.c:373:27: style: The scope of the variable 'elt' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_hash_table.c:507:27: style: The scope of the variable 'elt' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_hash_table.c:672:27: style: The scope of the variable 'elt' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_hotel.c:115:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_list.c:115:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_list.c:210:12: style: The scope of the variable 'change' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_list.c:211:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_object.c:173:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_rb_tree.c:187:9: style: The scope of the variable 'compvalue' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_rb_tree.c:209:9: style: The scope of the variable 'compvalue' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_tree.c:263:5: style: Variable 'parent_item' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/class/opal_tree.c:249:0: note: Variable 'parent_item' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:263:5: note: Variable 'parent_item' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:322:5: style: Variable 'parent_item' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/class/opal_tree.c:320:0: note: Variable 'parent_item' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:322:5: note: Variable 'parent_item' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:548:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/class/opal_tree.c:540:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:548:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:563:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/class/opal_tree.c:561:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:563:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:577:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/class/opal_tree.c:574:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:577:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:581:5: style: Variable 'new_item' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/class/opal_tree.c:575:0: note: Variable 'new_item' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:581:5: note: Variable 'new_item' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/class/opal_tree.c:408:23: style: The scope of the variable 'first_child' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_tree.c:409:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_tree.c:605:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/class/opal_tree.c:654:39: style: The scope of the variable 'first_child' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_copy_functions.c:172:0: error: #error No basic type for copy function for opal_datatype_float4 found [preprocessorErrorDirective]
openmpi-3.1.1.real/opal/datatype/opal_copy_functions_heterogeneous.c:311:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_add.c:108:43: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_add.c:111:41: style: The scope of the variable 'epsilon' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_copy.h:99:14: style: The scope of the variable '_i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_copy.h:182:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openmpi-3.1.1.real/opal/datatype/opal_datatype_fake_stack.c:115:23: style: The scope of the variable 'extent' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_fake_stack.c:40:69: style: Function 'opal_convertor_create_stack_with_pos_general' argument 1 names different: declaration 'convertor' definition 'pConvertor'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/datatype/opal_datatype_fake_stack.c:37:76: note: Function 'opal_convertor_create_stack_with_pos_general' argument 1 names different: declaration 'convertor' definition 'pConvertor'.
openmpi-3.1.1.real/opal/datatype/opal_datatype_fake_stack.c:40:69: note: Function 'opal_convertor_create_stack_with_pos_general' argument 1 names different: declaration 'convertor' definition 'pConvertor'.
openmpi-3.1.1.real/opal/datatype/opal_datatype_fake_stack.c:105:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openmpi-3.1.1.real/opal/datatype/opal_datatype_get_count.c:44:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openmpi-3.1.1.real/opal/datatype/opal_datatype_get_count.c:106:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openmpi-3.1.1.real/opal/datatype/opal_datatype_get_count.c:164:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openmpi-3.1.1.real/opal/datatype/opal_datatype_pack.c:73:5: style: Variable 'source_base' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/datatype/opal_datatype_pack.c:68:0: note: Variable 'source_base' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/datatype/opal_datatype_pack.c:73:5: note: Variable 'source_base' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/datatype/opal_datatype_pack.c:116:20: style: The scope of the variable 'user_memory' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_pack.c:116:34: style: The scope of the variable 'packed_buffer' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_pack.c:117:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_pack.c:118:12: style: The scope of the variable 'bConverted' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_pack.c:118:24: style: The scope of the variable 'remaining' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_unpack.c:72:20: style: The scope of the variable 'user_memory' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_unpack.c:72:34: style: The scope of the variable 'packed_buffer' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_unpack.c:74:12: style: The scope of the variable 'bConverted' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/datatype/opal_datatype_unpack.c:74:24: style: The scope of the variable 'remaining' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_compare.c:264:19: style: The scope of the variable 'diff' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_dump.c:41:27: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_lookup.c:26:11: style: The scope of the variable 'name' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_pack.c:59:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_pack.c:90:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_pack.c:111:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_pack.c:132:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_pack.c:152:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_pack.c:442:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_pack.c:470:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_pack.c:623:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_pack.c:705:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_pack.c:857:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_register.c:32:34: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_unpack.c:105:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_unpack.c:384:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_unpack.c:413:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_unpack.c:444:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_unpack.c:476:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_unpack.c:502:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_unpack.c:546:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_unpack.c:589:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_unpack.c:863:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_unpack.c:958:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/dss/dss_unpack.c:1119:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.c:81:11: style: Function 'mca_allocator_basic_component_init' argument 4 names different: declaration 'ctx' definition 'context'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.h:80:11: note: Function 'mca_allocator_basic_component_init' argument 4 names different: declaration 'ctx' definition 'context'.
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.c:81:11: note: Function 'mca_allocator_basic_component_init' argument 4 names different: declaration 'ctx' definition 'context'.
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.c:164:35: style: Function 'mca_allocator_basic_alloc' argument 1 names different: declaration 'mem' definition 'base'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.h:95:39: note: Function 'mca_allocator_basic_alloc' argument 1 names different: declaration 'mem' definition 'base'.
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.c:164:35: note: Function 'mca_allocator_basic_alloc' argument 1 names different: declaration 'mem' definition 'base'.
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.c:239:35: style: Function 'mca_allocator_basic_realloc' argument 1 names different: declaration 'mem' definition 'base'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.h:114:39: note: Function 'mca_allocator_basic_realloc' argument 1 names different: declaration 'mem' definition 'base'.
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.c:239:35: note: Function 'mca_allocator_basic_realloc' argument 1 names different: declaration 'mem' definition 'base'.
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.c:267:35: style: Function 'mca_allocator_basic_free' argument 1 names different: declaration 'mem' definition 'base'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.h:129:39: note: Function 'mca_allocator_basic_free' argument 1 names different: declaration 'mem' definition 'base'.
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.c:267:35: note: Function 'mca_allocator_basic_free' argument 1 names different: declaration 'mem' definition 'base'.
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.c:357:64: style: Function 'mca_allocator_basic_finalize' argument 1 names different: declaration 'mem' definition 'base'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.h:156:39: note: Function 'mca_allocator_basic_finalize' argument 1 names different: declaration 'mem' definition 'base'.
openmpi-3.1.1.real/opal/mca/allocator/basic/allocator_basic.c:357:64: note: Function 'mca_allocator_basic_finalize' argument 1 names different: declaration 'mem' definition 'base'.
openmpi-3.1.1.real/opal/mca/allocator/bucket/allocator_bucket_alloc.c:297:44: style: The scope of the variable 'segment_header' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/backtrace/execinfo/backtrace_execinfo.c:75:5: style: Variable 'funcs' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/backtrace/execinfo/backtrace_execinfo.c:72:0: note: Variable 'funcs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/backtrace/execinfo/backtrace_execinfo.c:75:5: note: Variable 'funcs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/backtrace/execinfo/backtrace_execinfo.c:38:12: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_cmd_line.c:53:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/base/mca_base_cmd_line.c:51:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/base/mca_base_cmd_line.c:53:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/base/mca_base_component_find.c:172:24: style: The scope of the variable 'can_use' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_framework.c:59:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_open.c:126:5: style: Variable 'var_id' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/base/mca_base_open.c:118:5: note: Variable 'var_id' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/base/mca_base_open.c:126:5: note: Variable 'var_id' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/base/mca_base_pvar.c:716:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/base/mca_base_pvar.c:714:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/base/mca_base_pvar.c:716:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/base/mca_base_pvar.c:120:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_pvar.c:187:14: style: The scope of the variable 'group_index' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_pvar.c:187:27: style: The scope of the variable 'pvar_index' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_pvar.c:439:12: style: The scope of the variable 'datatype_size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_pvar.c:566:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_pvar.c:823:19: style: The scope of the variable 'line_count' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_pvar.c:823:31: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_pvar.c:723:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1152:5: style: Variable 'search_path' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1145:0: note: Variable 'search_path' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1152:5: note: Variable 'search_path' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1153:5: style: Variable 'files' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1144:0: note: Variable 'files' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1153:5: note: Variable 'files' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:243:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:291:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1081:20: style: The scope of the variable 'object' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1082:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1083:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1083:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1254:25: style: The scope of the variable 'group_index' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:2015:12: style: The scope of the variable 'line_count' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1793:45: style: Function 'var_constructor' argument 1 names different: declaration 'p' definition 'var'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:140:46: note: Function 'var_constructor' argument 1 names different: declaration 'p' definition 'var'.
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1793:45: note: Function 'var_constructor' argument 1 names different: declaration 'p' definition 'var'.
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1806:44: style: Function 'var_destructor' argument 1 names different: declaration 'p' definition 'var'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:141:45: note: Function 'var_destructor' argument 1 names different: declaration 'p' definition 'var'.
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1806:44: note: Function 'var_destructor' argument 1 names different: declaration 'p' definition 'var'.
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1848:55: style: Function 'fv_constructor' argument 1 names different: declaration 'p' definition 'f'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:145:56: note: Function 'fv_constructor' argument 1 names different: declaration 'p' definition 'f'.
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1848:55: note: Function 'fv_constructor' argument 1 names different: declaration 'p' definition 'f'.
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1854:54: style: Function 'fv_destructor' argument 1 names different: declaration 'p' definition 'f'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:146:55: note: Function 'fv_destructor' argument 1 names different: declaration 'p' definition 'f'.
openmpi-3.1.1.real/opal/mca/base/mca_base_var.c:1854:54: note: Function 'fv_destructor' argument 1 names different: declaration 'p' definition 'f'.
openmpi-3.1.1.real/opal/mca/base/mca_base_var_enum.c:264:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var_enum.c:412:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var_enum.c:574:9: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var_enum.c:576:10: style: The scope of the variable 'is_int' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var_enum.c:681:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var_enum.c:682:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var_group.c:62:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var_group.c:88:20: style: The scope of the variable 'object' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var_group.c:89:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/base/mca_base_var_group.c:89:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:146:15: style: Condition '0!=ret' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:144:16: note: Assignment 'ret=-1', assigned value is -1
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:146:15: note: Condition '0!=ret' is always true
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:922:29: warning: Either the condition 'NULL==endpoint' is redundant or there is possible null pointer dereference: endpoint. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:923:13: note: Assuming that condition 'NULL==endpoint' is not redundant
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:922:29: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1405:14: warning: Either the condition 'NULL!=cfrag' is redundant or there is possible null pointer dereference: cfrag. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1406:34: note: Assuming that condition 'NULL!=cfrag' is not redundant
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1405:14: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:263:5: style: Variable 'dummy_srq' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:251:0: note: Variable 'dummy_srq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:263:5: note: Variable 'dummy_srq' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1631:32: style: The scope of the variable 'endpoint' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1632:9: style: The scope of the variable 'ep_index' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1728:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1435:37: style: Function 'mca_btl_openib_alloc' argument 2 names different: declaration 'endpoint' definition 'ep'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.h:814:41: note: Function 'mca_btl_openib_alloc' argument 2 names different: declaration 'endpoint' definition 'ep'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1435:37: note: Function 'mca_btl_openib_alloc' argument 2 names different: declaration 'endpoint' definition 'ep'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1580:37: style: Function 'mca_btl_openib_prepare_src' argument 2 names different: declaration 'peer' definition 'endpoint'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.h:840:87: note: Function 'mca_btl_openib_prepare_src' argument 2 names different: declaration 'peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1580:37: note: Function 'mca_btl_openib_prepare_src' argument 2 names different: declaration 'peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1891:37: style: Function 'mca_btl_openib_send' argument 2 names different: declaration 'btl_peer' definition 'ep'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.h:598:37: note: Function 'mca_btl_openib_send' argument 2 names different: declaration 'btl_peer' definition 'ep'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1891:37: note: Function 'mca_btl_openib_send' argument 2 names different: declaration 'btl_peer' definition 'ep'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1892:39: style: Function 'mca_btl_openib_send' argument 3 names different: declaration 'descriptor' definition 'des'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.h:599:39: note: Function 'mca_btl_openib_send' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.c:1892:39: note: Function 'mca_btl_openib_send' argument 3 names different: declaration 'descriptor' definition 'des'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_async.c:110:32: style: The scope of the variable 'ep' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_async.c:44:9: style: struct member 'mca_btl_openib_async_poll::active_poll_size' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_async.c:45:9: style: struct member 'mca_btl_openib_async_poll::poll_size' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_async.c:46:20: style: struct member 'mca_btl_openib_async_poll::async_pollfd' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_component.c:2350:14: style: Condition 'NULL==hwloc_distances' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_component.c:2337:49: note: Assignment 'hwloc_distances=NULL', assigned value is 0
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_component.c:2350:14: note: Condition 'NULL==hwloc_distances' is always true
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_component.c:1623:5: style: Variable 'dev_context' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_component.c:1620:0: note: Variable 'dev_context' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_component.c:1623:5: note: Variable 'dev_context' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_component.c:247:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_component.c:409:40: style: The scope of the variable 'reg' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_component.c:1168:37: style: The scope of the variable 'btl' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_endpoint.c:187:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_endpoint.c:609:35: style: The scope of the variable 'ep_item' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_endpoint.c:610:33: style: The scope of the variable 'frag' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_endpoint.c:611:32: style: The scope of the variable 'ep' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_endpoint.c:630:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_endpoint.c:1014:50: style: Function 'mca_btl_openib_endpoint_invoke_error' argument 1 names different: declaration 'endpoint' definition 'context'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_endpoint.h:362:50: note: Function 'mca_btl_openib_endpoint_invoke_error' argument 1 names different: declaration 'endpoint' definition 'context'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_endpoint.c:1014:50: note: Function 'mca_btl_openib_endpoint_invoke_error' argument 1 names different: declaration 'endpoint' definition 'context'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_get.c:41:85: style: Function 'mca_btl_openib_get' argument 2 names different: declaration 'endpoint' definition 'ep'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.h:709:85: note: Function 'mca_btl_openib_get' argument 2 names different: declaration 'endpoint' definition 'ep'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_get.c:41:85: note: Function 'mca_btl_openib_get' argument 2 names different: declaration 'endpoint' definition 'ep'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_ini.c:161:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_ini.c:308:48: style: Function 'parse_line' argument 1 names different: declaration 'item' definition 'sv'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_ini.c:98:48: note: Function 'parse_line' argument 1 names different: declaration 'item' definition 'sv'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_ini.c:308:48: note: Function 'parse_line' argument 1 names different: declaration 'item' definition 'sv'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_ini.c:603:38: style: Function 'opal_btl_openib_ini_intify' argument 1 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_ini.h:65:42: note: Function 'opal_btl_openib_ini_intify' argument 1 names different: declaration 'string' definition 'str'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_ini.c:603:38: note: Function 'opal_btl_openib_ini_intify' argument 1 names different: declaration 'string' definition 'str'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_ini.c:612:43: style: Function 'opal_btl_openib_ini_intify_list' argument 1 names different: declaration 'str' definition 'value'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_ini.h:66:47: note: Function 'opal_btl_openib_ini_intify_list' argument 1 names different: declaration 'str' definition 'value'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_ini.c:612:43: note: Function 'opal_btl_openib_ini_intify_list' argument 1 names different: declaration 'str' definition 'value'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_ini.c:417:44: style: Variable 'showed_unknown_field_warning' is assigned a value that is never used. [unreadVariable]
btl_openib_lex.c:1519:2: warning: Possible null pointer dereference: b [nullPointer]
btl_openib_lex.c:1408:32: note: Calling function 'btl_openib_ini_yy_init_buffer', 1st argument 'b' value is 0
btl_openib_lex.c:1519:2: note: Null pointer dereference
btl_openib_lex.c:1520:2: warning: Possible null pointer dereference: b [nullPointer]
btl_openib_lex.c:1408:32: note: Calling function 'btl_openib_ini_yy_init_buffer', 1st argument 'b' value is 0
btl_openib_lex.c:1520:2: note: Null pointer dereference
btl_openib_lex.c:1531:9: warning: Possible null pointer dereference: b [nullPointer]
btl_openib_lex.c:1408:32: note: Calling function 'btl_openib_ini_yy_init_buffer', 1st argument 'b' value is 0
btl_openib_lex.c:1531:9: note: Null pointer dereference
btl_openib_lex.c:1301:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
btl_openib_lex.c:367:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
btl_openib_lex.c:1301:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
btl_openib_lex.c:1704:63: style: Function 'btl_openib_ini_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
btl_openib_lex.c:320:62: note: Function 'btl_openib_ini_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
btl_openib_lex.c:1704:63: note: Function 'btl_openib_ini_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
btl_openib_lex.c:1717:63: style: Function 'btl_openib_ini_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
btl_openib_lex.c:321:61: note: Function 'btl_openib_ini_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
btl_openib_lex.c:1717:63: note: Function 'btl_openib_ini_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
btl_openib_lex.c:1717:77: style: Function 'btl_openib_ini_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
btl_openib_lex.c:321:71: note: Function 'btl_openib_ini_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
btl_openib_lex.c:1717:77: note: Function 'btl_openib_ini_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
btl_openib_lex.c:1849:39: style: Function 'btl_openib_ini_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
btl_openib_lex.c:629:38: note: Function 'btl_openib_ini_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
btl_openib_lex.c:1849:39: note: Function 'btl_openib_ini_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_mca.c:686:15: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:163:5: style: Variable 'ib_proc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:151:0: note: Variable 'ib_proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:163:5: note: Variable 'ib_proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:335:5: style: Variable 'ib_proc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:331:0: note: Variable 'ib_proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:335:5: note: Variable 'ib_proc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:330:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:63:59: style: Function 'mca_btl_openib_proc_construct' argument 1 names different: declaration 'proc' definition 'ib_proc'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:56:66: note: Function 'mca_btl_openib_proc_construct' argument 1 names different: declaration 'proc' definition 'ib_proc'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:63:59: note: Function 'mca_btl_openib_proc_construct' argument 1 names different: declaration 'proc' definition 'ib_proc'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:78:58: style: Function 'mca_btl_openib_proc_destruct' argument 1 names different: declaration 'proc' definition 'ib_proc'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:57:65: note: Function 'mca_btl_openib_proc_destruct' argument 1 names different: declaration 'proc' definition 'ib_proc'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:78:58: note: Function 'mca_btl_openib_proc_destruct' argument 1 names different: declaration 'proc' definition 'ib_proc'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:328:57: style: Function 'mca_btl_openib_proc_remove' argument 2 names different: declaration 'module_endpoint' definition 'endpoint'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.h:108:57: note: Function 'mca_btl_openib_proc_remove' argument 2 names different: declaration 'module_endpoint' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_proc.c:328:57: note: Function 'mca_btl_openib_proc_remove' argument 2 names different: declaration 'module_endpoint' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_put.c:40:85: style: Function 'mca_btl_openib_put' argument 2 names different: declaration 'endpoint' definition 'ep'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib.h:668:85: note: Function 'mca_btl_openib_put' argument 2 names different: declaration 'endpoint' definition 'ep'.
openmpi-3.1.1.real/opal/mca/btl/openib/btl_openib_put.c:40:85: note: Function 'mca_btl_openib_put' argument 2 names different: declaration 'endpoint' definition 'ep'.
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_base.c:250:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:899:11: style: The scope of the variable 'msg' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:1669:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:2194:30: style: The scope of the variable 'item2' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_rdmacm.c:366:0: error: Memory leak: line [memleak]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_sl.c:431:27: warning: Either the condition 'NULL==cache' is redundant or there is possible null pointer dereference: cache. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_sl.c:416:14: note: Assuming that condition 'NULL==cache' is not redundant
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_sl.c:431:27: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_sl.c:401:18: style: The scope of the variable 'req_mad' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_sl.c:401:28: style: The scope of the variable 'resp_mad' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_sl.c:225:43: style: Function 'get_pathrecord_info' argument 2 names different: declaration 'sa_mad' definition 'req_mad'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_sl.c:66:30: note: Function 'get_pathrecord_info' argument 2 names different: declaration 'sa_mad' definition 'req_mad'.
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_sl.c:225:43: note: Function 'get_pathrecord_info' argument 2 names different: declaration 'sa_mad' definition 'req_mad'.
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_sl.c:226:43: style: Function 'get_pathrecord_info' argument 3 names different: declaration 'sar' definition 'resp_mad'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_sl.c:67:30: note: Function 'get_pathrecord_info' argument 3 names different: declaration 'sar' definition 'resp_mad'.
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_sl.c:226:43: note: Function 'get_pathrecord_info' argument 3 names different: declaration 'sar' definition 'resp_mad'.
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:2156:31: warning: Either the condition 'NULL==m' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:2163:32: note: Assuming that condition 'NULL==m' is not redundant
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:2156:31: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1131:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1449:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1588:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:1985:14: style: The scope of the variable 'dir' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/openib/connect/btl_openib_connect_udcm.c:2158:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:613:5: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:609:0: note: Variable 'handle' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:613:5: note: Variable 'handle' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:646:5: style: Variable 'me.ignore_bits' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:643:5: note: Variable 'me.ignore_bits' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:646:5: note: Variable 'me.ignore_bits' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:566:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:672:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:386:60: style: Function 'mca_btl_portals4_add_procs' argument 4 names different: declaration 'peers' definition 'btl_peer_data'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.h:192:64: note: Function 'mca_btl_portals4_add_procs' argument 4 names different: declaration 'peers' definition 'btl_peer_data'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:386:60: note: Function 'mca_btl_portals4_add_procs' argument 4 names different: declaration 'peers' definition 'btl_peer_data'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:459:58: style: Function 'mca_btl_portals4_del_procs' argument 1 names different: declaration 'btl_base' definition 'btl'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.h:195:62: note: Function 'mca_btl_portals4_del_procs' argument 1 names different: declaration 'btl_base' definition 'btl'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:459:58: note: Function 'mca_btl_portals4_del_procs' argument 1 names different: declaration 'btl_base' definition 'btl'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:462:39: style: Function 'mca_btl_portals4_del_procs' argument 4 names different: declaration 'peers' definition 'btl_peer_data'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.h:198:64: note: Function 'mca_btl_portals4_del_procs' argument 4 names different: declaration 'peers' definition 'btl_peer_data'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:462:39: note: Function 'mca_btl_portals4_del_procs' argument 4 names different: declaration 'peers' definition 'btl_peer_data'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:602:54: style: Function 'mca_btl_portals4_register_mem' argument 1 names different: declaration 'btl' definition 'btl_base'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:44:54: note: Function 'mca_btl_portals4_register_mem' argument 1 names different: declaration 'btl' definition 'btl_base'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:602:54: note: Function 'mca_btl_portals4_register_mem' argument 1 names different: declaration 'btl' definition 'btl_base'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:669:56: style: Function 'mca_btl_portals4_deregister_mem' argument 1 names different: declaration 'btl' definition 'btl_base'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:50:60: note: Function 'mca_btl_portals4_deregister_mem' argument 1 names different: declaration 'btl' definition 'btl_base'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:669:56: note: Function 'mca_btl_portals4_deregister_mem' argument 1 names different: declaration 'btl' definition 'btl_base'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:695:57: style: Function 'mca_btl_portals4_finalize' argument 1 names different: declaration 'btl_base' definition 'btl'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.h:186:61: note: Function 'mca_btl_portals4_finalize' argument 1 names different: declaration 'btl_base' definition 'btl'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:695:57: note: Function 'mca_btl_portals4_finalize' argument 1 names different: declaration 'btl_base' definition 'btl'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:595:5: error: Uninitialized variable: frag [uninitvar]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:596:5: error: Uninitialized variable: frag [uninitvar]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.c:597:5: error: Uninitialized variable: frag [uninitvar]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4_component.c:770:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4_rdma.c:28:55: style: Function 'mca_btl_portals4_put' argument 3 names different: declaration 'decriptor' definition 'descriptor'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.h:238:59: note: Function 'mca_btl_portals4_put' argument 3 names different: declaration 'decriptor' definition 'descriptor'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4_rdma.c:28:55: note: Function 'mca_btl_portals4_put' argument 3 names different: declaration 'decriptor' definition 'descriptor'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4_recv.c:57:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4_send.c:31:54: style: Function 'mca_btl_portals4_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4.h:220:58: note: Function 'mca_btl_portals4_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/portals4/btl_portals4_send.c:31:54: note: Function 'mca_btl_portals4_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_add_procs.c:42:21: warning: Identical condition 'my_proc==opal_proc', second condition is always false [identicalConditionAfterEarlyExit]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_add_procs.c:37:21: note: first condition
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_add_procs.c:42:21: note: second condition
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_add_procs.c:72:21: warning: Identical condition 'my_proc==opal_proc', second condition is always false [identicalConditionAfterEarlyExit]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_add_procs.c:67:21: note: first condition
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_add_procs.c:72:21: note: second condition
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_add_procs.c:115:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_component.c:301:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_component.c:302:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_component.c:347:66: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_component.c:349:65: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_endpoint.c:197:46: warning: Possible null pointer dereference: ep [nullPointer]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_endpoint.c:154:35: note: Assignment 'ep=NULL', assigned value is 0
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_endpoint.c:197:46: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_endpoint.c:285:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_module.c:107:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_module.c:253:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_put.c:51:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_put.c:50:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_put.c:51:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_send.c:163:56: style: Function 'mca_btl_scif_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif.h:184:52: note: Function 'mca_btl_scif_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_send.c:163:56: note: Function 'mca_btl_scif_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_send.c:25:61: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_send.c:26:57: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_send.c:44:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_send.c:65:74: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_send.c:87:70: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/mca/btl/scif/btl_scif_send.c:89:69: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda.c:1270:22: warning: Either the condition 'NULL!=endpoint' is redundant or there is possible null pointer dereference: endpoint. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda.c:1271:14: note: Assuming that condition 'NULL!=endpoint' is not redundant
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda.c:1270:22: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda.c:236:17: style: The scope of the variable 'mynuma' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda.c:911:28: style: The scope of the variable 'frag' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda.c:1266:28: style: The scope of the variable 'frag' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda.c:801:32: style: Function 'mca_btl_smcuda_free' argument 2 names different: declaration 'segment' definition 'des'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda.h:429:32: note: Function 'mca_btl_smcuda_free' argument 2 names different: declaration 'segment' definition 'des'.
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda.c:801:32: note: Function 'mca_btl_smcuda_free' argument 2 names different: declaration 'segment' definition 'des'.
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda.c:326:9: error: Memory leak: res [memleak]
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda_component.c:969:37: style: The scope of the variable 'si' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/smcuda/btl_smcuda_component.c:235:49: style: Checking if unsigned variable 'mca_btl_smcuda_component.fifo_lazy_free' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.c:148:61: style: Function 'mca_btl_tcp_del_procs' argument 4 names different: declaration 'peers' definition 'endpoints'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.h:249:38: note: Function 'mca_btl_tcp_del_procs' argument 4 names different: declaration 'peers' definition 'endpoints'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.c:148:61: note: Function 'mca_btl_tcp_del_procs' argument 4 names different: declaration 'peers' definition 'endpoints'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.c:223:37: style: Function 'mca_btl_tcp_prepare_src' argument 2 names different: declaration 'peer' definition 'endpoint'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.h:334:37: note: Function 'mca_btl_tcp_prepare_src' argument 2 names different: declaration 'peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.c:223:37: note: Function 'mca_btl_tcp_prepare_src' argument 2 names different: declaration 'peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.c:309:55: style: Function 'mca_btl_tcp_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.h:264:37: note: Function 'mca_btl_tcp_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.c:309:55: note: Function 'mca_btl_tcp_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.c:497:53: style: Function 'mca_btl_tcp_dump' argument 1 names different: declaration 'btl' definition 'base_btl'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.h:343:48: note: Function 'mca_btl_tcp_dump' argument 1 names different: declaration 'btl' definition 'base_btl'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.c:497:53: note: Function 'mca_btl_tcp_dump' argument 1 names different: declaration 'btl' definition 'base_btl'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_component.c:1109:18: style: The scope of the variable 'index' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_component.c:1110:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_component.c:1120:13: style: The scope of the variable 'xfer_size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_component.c:1121:13: style: The scope of the variable 'current_addr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_component.c:1210:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_component.c:1206:57: style: Function 'mca_btl_tcp_component_init' argument 2 names different: declaration 'allow_multi_user_threads' definition 'enable_progress_threads'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.h:197:10: note: Function 'mca_btl_tcp_component_init' argument 2 names different: declaration 'allow_multi_user_threads' definition 'enable_progress_threads'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_component.c:1206:57: note: Function 'mca_btl_tcp_component_init' argument 2 names different: declaration 'allow_multi_user_threads' definition 'enable_progress_threads'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_component.c:1207:57: style: Function 'mca_btl_tcp_component_init' argument 3 names different: declaration 'have_hidden_threads' definition 'enable_mpi_threads'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp.h:198:10: note: Function 'mca_btl_tcp_component_init' argument 3 names different: declaration 'have_hidden_threads' definition 'enable_mpi_threads'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_component.c:1207:57: note: Function 'mca_btl_tcp_component_init' argument 3 names different: declaration 'have_hidden_threads' definition 'enable_mpi_threads'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_endpoint.c:672:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_frag.c:101:12: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_frag.c:185:20: style: Same expression on both sides of '==' because the value of '0' and 'dont_copy_data' are the same. [duplicateExpression]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_frag.c:170:43: note: 'dont_copy_data' is assigned value '0' here.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_frag.c:185:20: note: Same expression on both sides of '==' because the value of '0' and 'dont_copy_data' are the same.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_ft.c:45:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_ft.c:48:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_ft.c:45:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_proc.c:250:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_proc.c:741:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_proc.c:72:53: style: Function 'mca_btl_tcp_proc_construct' argument 1 names different: declaration 'proc' definition 'tcp_proc'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_proc.c:49:60: note: Function 'mca_btl_tcp_proc_construct' argument 1 names different: declaration 'proc' definition 'tcp_proc'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_proc.c:72:53: note: Function 'mca_btl_tcp_proc_construct' argument 1 names different: declaration 'proc' definition 'tcp_proc'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_proc.c:86:52: style: Function 'mca_btl_tcp_proc_destruct' argument 1 names different: declaration 'proc' definition 'tcp_proc'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_proc.c:50:59: note: Function 'mca_btl_tcp_proc_destruct' argument 1 names different: declaration 'proc' definition 'tcp_proc'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_proc.c:86:52: note: Function 'mca_btl_tcp_proc_destruct' argument 1 names different: declaration 'proc' definition 'tcp_proc'.
openmpi-3.1.1.real/opal/mca/btl/tcp/btl_tcp_proc.c:478:17: error: Common realloc mistake: 'peer_interfaces' nulled but not freed upon failure [memleakOnRealloc]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_device.h:215:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_add_procs.c:37:11: style: The scope of the variable 'mmap_start_addr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_add_procs.c:211:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_add_procs.c:149:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_component.c:260:18: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_component.c:591:37: style: The scope of the variable 'post_desc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_component.c:592:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_component.c:491:0: error: Memory leak: base_modules [memleak]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_get.c:117:5: style: Variable 'frag->ref_cnt' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_get.c:115:5: note: Variable 'frag->ref_cnt' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_get.c:117:5: note: Variable 'frag->ref_cnt' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_get.c:136:12: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_get.c:131:60: style: Function 'mca_btl_ugni_start_eager_get' argument 1 names different: declaration 'ep' definition 'endpoint'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_rdma.h:20:60: note: Function 'mca_btl_ugni_start_eager_get' argument 1 names different: declaration 'ep' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_get.c:131:60: note: Function 'mca_btl_ugni_start_eager_get' argument 1 names different: declaration 'ep' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_prepare.h:29:5: style: Variable 'frag' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_prepare.h:27:0: note: Variable 'frag' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_prepare.h:29:5: note: Variable 'frag' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_prepare.h:68:5: style: Variable 'frag' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_prepare.h:61:0: note: Variable 'frag' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_prepare.h:68:5: note: Variable 'frag' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_prepare.h:64:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_module.c:147:30: style: The scope of the variable 'ep' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_module.c:148:14: style: The scope of the variable 'key' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_module.c:149:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_progress_thread.c:110:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_progress_thread.c:101:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_progress_thread.c:110:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_send.c:120:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_send.c:46:56: style: Function 'mca_btl_ugni_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni.h:375:52: note: Function 'mca_btl_ugni_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/ugni/btl_ugni_send.c:46:56: note: Function 'mca_btl_ugni_send' argument 2 names different: declaration 'btl_peer' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/usnic/btl_usnic_compat.h:262:0: error: #error OMPI version too old (< 1.7) [preprocessorErrorDirective]
openmpi-3.1.1.real/opal/mca/btl/usnic/btl_usnic_module.h:224:32: style: The scope of the variable 'endpoint' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/usnic/btl_usnic_util.h:90:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openmpi-3.1.1.real/opal/mca/btl/usnic/btl_usnic_test.c:24:11: style: struct member 'test_info::name' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/btl/usnic/btl_usnic_test.c:25:30: style: struct member 'test_info::test_fn' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/btl/usnic/btl_usnic_test.c:26:11: style: struct member 'test_info::ctx' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/btl/usnic/btl_usnic_util.c:132:9: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/opal/mca/btl/usnic/btl_usnic_util.c:83:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/usnic/btl_usnic_util.c:125:9: style: The scope of the variable 'prefixlen' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/vader/btl_vader_component.c:605:26: style: The scope of the variable 'hdr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/vader/btl_vader_component.c:631:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/vader/btl_vader_component.c:560:96: style: Function 'mca_btl_vader_poll_handle_frag' argument 2 names different: declaration 'ep' definition 'endpoint'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/btl/vader/btl_vader_fbox.h:48:89: note: Function 'mca_btl_vader_poll_handle_frag' argument 2 names different: declaration 'ep' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/vader/btl_vader_component.c:560:96: note: Function 'mca_btl_vader_poll_handle_frag' argument 2 names different: declaration 'ep' definition 'endpoint'.
openmpi-3.1.1.real/opal/mca/btl/vader/btl_vader_component.c:583:9: style: Variable 'segments' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/btl/vader/btl_vader_module.c:407:26: style: Same expression on both sides of '!=' because the value of 'frag' and 'NULL' are the same. [duplicateExpression]
openmpi-3.1.1.real/opal/mca/btl/vader/btl_vader_module.c:396:34: note: 'frag' is assigned value 'NULL' here.
openmpi-3.1.1.real/opal/mca/btl/vader/btl_vader_module.c:407:26: note: Same expression on both sides of '!=' because the value of 'frag' and 'NULL' are the same.
openmpi-3.1.1.real/opal/mca/btl/vader/btl_vader_module.c:162:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/btl/vader/btl_vader_module.c:444:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/common/cuda/common_cuda.c:319:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/common/cuda/common_cuda.c:804:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/common/cuda/common_cuda.c:920:9: style: The scope of the variable 'res' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/common/cuda/common_cuda.c:964:9: style: The scope of the variable 'res' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/common/cuda/common_cuda.c:964:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/common/cuda/common_cuda.c:964:17: style: The scope of the variable 's' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/common/cuda/common_cuda.c:965:29: style: The scope of the variable 'mem_reg' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/common/cuda/common_cuda.c:1270:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/common/cuda/common_cuda.c:596:9: warning: Size of pointer 'cuda_event_ipc_array' used instead of size of its data. [pointerSize]
openmpi-3.1.1.real/opal/mca/common/cuda/common_cuda.c:634:9: warning: Size of pointer 'cuda_event_dtoh_array' used instead of size of its data. [pointerSize]
openmpi-3.1.1.real/opal/mca/common/cuda/common_cuda.c:670:9: warning: Size of pointer 'cuda_event_htod_array' used instead of size of its data. [pointerSize]
openmpi-3.1.1.real/opal/mca/common/sm/common_sm.c:158:9: error: Memory leak: seg_meta [memleak]
openmpi-3.1.1.real/opal/mca/common/verbs/common_verbs_find_max_inline.c:56:20: style: The scope of the variable 'qp' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/common/verbs/common_verbs_find_ports.c:218:47: style: Function 'opal_common_verbs_find_ports' argument 4 names different: declaration 'verbose_stream' definition 'stream'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/common/verbs/common_verbs.h:128:34: note: Function 'opal_common_verbs_find_ports' argument 4 names different: declaration 'verbose_stream' definition 'stream'.
openmpi-3.1.1.real/opal/mca/common/verbs/common_verbs_find_ports.c:218:47: note: Function 'opal_common_verbs_find_ports' argument 4 names different: declaration 'verbose_stream' definition 'stream'.
openmpi-3.1.1.real/opal/mca/compress/bzip/compress_bzip_module.c:76:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/compress/gzip/compress_gzip_module.c:76:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/crs/none/crs_none_module.c:91:53: style: Function 'opal_crs_none_restart' argument 1 names different: declaration 'snapshot' definition 'base_snapshot'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/crs/none/crs_none.h:56:61: note: Function 'opal_crs_none_restart' argument 1 names different: declaration 'snapshot' definition 'base_snapshot'.
openmpi-3.1.1.real/opal/mca/crs/none/crs_none_module.c:91:53: note: Function 'opal_crs_none_restart' argument 1 names different: declaration 'snapshot' definition 'base_snapshot'.
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:359:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:575:16: warning: Either the condition 'NULL==fn_ptr' is redundant or there is possible null pointer dereference: fn_ptr. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:576:14: note: Assuming that condition 'NULL==fn_ptr' is not redundant
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:575:16: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:551:29: style: Checking if unsigned variable 'strlen(prefix)' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:557:29: style: Checking if unsigned variable 'strlen(suffix)' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:109:56: style: Function 'opal_crs_self_construct' argument 1 names different: declaration 'obj' definition 'snapshot'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:87:63: note: Function 'opal_crs_self_construct' argument 1 names different: declaration 'obj' definition 'snapshot'.
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:109:56: note: Function 'opal_crs_self_construct' argument 1 names different: declaration 'obj' definition 'snapshot'.
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:114:56: style: Function 'opal_crs_self_destruct' argument 1 names different: declaration 'obj' definition 'snapshot'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:88:63: note: Function 'opal_crs_self_destruct' argument 1 names different: declaration 'obj' definition 'snapshot'.
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:114:56: note: Function 'opal_crs_self_destruct' argument 1 names different: declaration 'obj' definition 'snapshot'.
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:259:56: style: Function 'opal_crs_self_checkpoint' argument 2 names different: declaration 'snapshot' definition 'base_snapshot'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/crs/self/crs_self.h:75:61: note: Function 'opal_crs_self_checkpoint' argument 2 names different: declaration 'snapshot' definition 'base_snapshot'.
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:259:56: note: Function 'opal_crs_self_checkpoint' argument 2 names different: declaration 'snapshot' definition 'base_snapshot'.
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:374:53: style: Function 'opal_crs_self_restart' argument 1 names different: declaration 'snapshot' definition 'base_snapshot'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/crs/self/crs_self.h:79:61: note: Function 'opal_crs_self_restart' argument 1 names different: declaration 'snapshot' definition 'base_snapshot'.
openmpi-3.1.1.real/opal/mca/crs/self/crs_self_module.c:374:53: note: Function 'opal_crs_self_restart' argument 1 names different: declaration 'snapshot' definition 'base_snapshot'.
openmpi-3.1.1.real/opal/mca/dl/dlopen/dl_dlopen_module.c:171:5: style: Variable 'dirs' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/dl/dlopen/dl_dlopen_module.c:168:0: note: Variable 'dirs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/dl/dlopen/dl_dlopen_module.c:171:5: note: Variable 'dirs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/event/external/event_external_component.c:90:5: style: Variable 'avail' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/event/external/event_external_component.c:77:0: note: Variable 'avail' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/event/external/event_external_component.c:90:5: note: Variable 'avail' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/event/external/event_external_module.c:39:10: style: The scope of the variable 'dumpit' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/arc4random.c:110:16: style: The scope of the variable 'si' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/arc4random.c:128:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/buffer_iocp.c:100:20: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/buffer_iocp.c:170:56: style: Function 'evbuffer_launch_write' argument 2 names different: declaration 'n' definition 'at_most'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/iocp-internal.h:148:60: note: Function 'evbuffer_launch_write' argument 2 names different: declaration 'n' definition 'at_most'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/buffer_iocp.c:170:56: note: Function 'evbuffer_launch_write' argument 2 names different: declaration 'n' definition 'at_most'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/buffer_iocp.c:244:51: style: Function 'evbuffer_launch_read' argument 2 names different: declaration 'n' definition 'at_most'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/iocp-internal.h:134:55: note: Function 'evbuffer_launch_read' argument 2 names different: declaration 'n' definition 'at_most'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/buffer_iocp.c:244:51: note: Function 'evbuffer_launch_read' argument 2 names different: declaration 'n' definition 'at_most'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/bufferevent_openssl.c:570:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/epoll.c:179:6: style: The scope of the variable 'op' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/epoll.c:179:10: style: The scope of the variable 'events' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/epoll.c:337:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:853:6: style: The scope of the variable 'error' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:854:7: style: The scope of the variable 'addrbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:1396:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:2060:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:2829:18: style: The scope of the variable 'req' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:2868:18: style: The scope of the variable 'req' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:3331:62: style: The scope of the variable 'req' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:3332:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:4039:19: style: The scope of the variable 'hash' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:2697:12: style: Function 'request_new' argument 7 names different: declaration 'ptr' definition 'user_ptr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:398:166: note: Function 'request_new' argument 7 names different: declaration 'ptr' definition 'user_ptr'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:2697:12: note: Function 'request_new' argument 7 names different: declaration 'ptr' definition 'user_ptr'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:3198:45: style: Function 'search_try_next' argument 1 names different: declaration 'req' definition 'handle'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:394:56: note: Function 'search_try_next' argument 1 names different: declaration 'req' definition 'handle'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evdns.c:3198:45: note: Function 'search_try_next' argument 1 names different: declaration 'req' definition 'handle'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:1730:10: style: Condition 'res==0' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:1700:12: note: Assignment 'res=0', assigned value is 0
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:1730:10: note: Condition 'res==0' is always true
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:1730:10: style: Same expression on both sides of '==' because the value of 'res' and '0' are the same. [duplicateExpression]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:1700:12: note: 'res' is assigned value '0' here.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:1730:10: note: Same expression on both sides of '==' because the value of 'res' and '0' are the same.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:1054:6: style: The scope of the variable 'should_break' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:195:1: style: Function 'event_debug_map_HT_GROW' argument 1 names different: declaration 'ht' definition 'head'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:193:1: note: Function 'event_debug_map_HT_GROW' argument 1 names different: declaration 'ht' definition 'head'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:195:1: note: Function 'event_debug_map_HT_GROW' argument 1 names different: declaration 'ht' definition 'head'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:195:1: style: Function 'event_debug_map_HT_GROW' argument 2 names different: declaration 'min_capacity' definition 'size'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:193:1: note: Function 'event_debug_map_HT_GROW' argument 2 names different: declaration 'min_capacity' definition 'size'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:195:1: note: Function 'event_debug_map_HT_GROW' argument 2 names different: declaration 'min_capacity' definition 'size'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:195:1: style: Function 'event_debug_map_HT_CLEAR' argument 1 names different: declaration 'ht' definition 'head'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:193:1: note: Function 'event_debug_map_HT_CLEAR' argument 1 names different: declaration 'ht' definition 'head'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:195:1: note: Function 'event_debug_map_HT_CLEAR' argument 1 names different: declaration 'ht' definition 'head'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:195:1: style: Function '_event_debug_map_HT_REP_IS_BAD' argument 1 names different: declaration 'ht' definition 'head'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:193:1: note: Function '_event_debug_map_HT_REP_IS_BAD' argument 1 names different: declaration 'ht' definition 'head'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:195:1: note: Function '_event_debug_map_HT_REP_IS_BAD' argument 1 names different: declaration 'ht' definition 'head'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:2312:54: style: Function 'event_active_nolock' argument 3 names different: declaration 'count' definition 'ncalls'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event-internal.h:349:59: note: Function 'event_active_nolock' argument 3 names different: declaration 'count' definition 'ncalls'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:2312:54: note: Function 'event_active_nolock' argument 3 names different: declaration 'count' definition 'ncalls'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:2690:30: style: Function 'event_mm_strdup_' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/mm-internal.h:41:36: note: Function 'event_mm_strdup_' argument 1 names different: declaration 's' definition 'str'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:2690:30: note: Function 'event_mm_strdup_' argument 1 names different: declaration 's' definition 'str'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:2707:25: style: Function 'event_mm_realloc_' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/mm-internal.h:42:31: note: Function 'event_mm_realloc_' argument 1 names different: declaration 'p' definition 'ptr'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:2707:25: note: Function 'event_mm_realloc_' argument 1 names different: declaration 'p' definition 'ptr'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:2716:22: style: Function 'event_mm_free_' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/mm-internal.h:43:27: note: Function 'event_mm_free_' argument 1 names different: declaration 'p' definition 'ptr'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event.c:2716:22: note: Function 'event_mm_free_' argument 1 names different: declaration 'p' definition 'ptr'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event_iocp.c:238:9: style: The scope of the variable 'r' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event_iocp.c:277:35: style: Function 'event_iocp_activate_overlapped' argument 4 names different: declaration 'n_bytes' definition 'n'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/iocp-internal.h:177:35: note: Function 'event_iocp_activate_overlapped' argument 4 names different: declaration 'n_bytes' definition 'n'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event_iocp.c:277:35: note: Function 'event_iocp_activate_overlapped' argument 4 names different: declaration 'n_bytes' definition 'n'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap.c:418:47: style: Function 'evmap_signal_add' argument 2 names different: declaration 'signum' definition 'sig'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap-internal.h:84:51: note: Function 'evmap_signal_add' argument 2 names different: declaration 'signum' definition 'sig'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap.c:418:47: note: Function 'evmap_signal_add' argument 2 names different: declaration 'signum' definition 'sig'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap.c:444:47: style: Function 'evmap_signal_del' argument 2 names different: declaration 'signum' definition 'sig'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap-internal.h:85:51: note: Function 'evmap_signal_del' argument 2 names different: declaration 'signum' definition 'sig'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap.c:444:47: note: Function 'evmap_signal_del' argument 2 names different: declaration 'signum' definition 'sig'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap.c:466:62: style: Function 'evmap_signal_active' argument 2 names different: declaration 'signum' definition 'sig'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap-internal.h:86:67: note: Function 'evmap_signal_active' argument 2 names different: declaration 'signum' definition 'sig'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap.c:466:62: note: Function 'evmap_signal_active' argument 2 names different: declaration 'signum' definition 'sig'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap.c:480:42: style: Function 'evmap_io_get_fdinfo' argument 1 names different: declaration 'ctx' definition 'map'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap-internal.h:88:48: note: Function 'evmap_io_get_fdinfo' argument 1 names different: declaration 'ctx' definition 'map'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evmap.c:480:42: note: Function 'evmap_io_get_fdinfo' argument 1 names different: declaration 'ctx' definition 'map'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evport.c:454:20: error: Array 'evpd->ed_pending[8]' accessed at index 8, which is out of bounds. [arrayIndexOutOfBounds]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evport.c:423:2: note: After for loop, i has value 8
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evport.c:454:20: note: Array index out of bounds
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evport.c:358:3: style: Variable 'fdi' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evport.c:454:10: error: Array 'evpd.ed_pending[8]' accessed at index 8, which is out of bounds. [arrayIndexOutOfBounds]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evrpc.c:720:38: style: Function 'evrpc_schedule_request_closure' argument 1 names different: declaration 'ctx' definition 'arg'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evrpc.c:655:50: note: Function 'evrpc_schedule_request_closure' argument 1 names different: declaration 'ctx' definition 'arg'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evrpc.c:720:38: note: Function 'evrpc_schedule_request_closure' argument 1 names different: declaration 'ctx' definition 'arg'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evthread.c:294:36: style: Function '_evthread_is_debug_lock_held' argument 1 names different: declaration 'lock' definition 'lock_'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evthread-internal.h:356:40: note: Function '_evthread_is_debug_lock_held' argument 1 names different: declaration 'lock' definition 'lock_'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evthread.c:294:36: note: Function '_evthread_is_debug_lock_held' argument 1 names different: declaration 'lock' definition 'lock_'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evthread.c:308:37: style: Function '_evthread_debug_get_real_lock' argument 1 names different: declaration 'lock' definition 'lock_'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evthread-internal.h:357:43: note: Function '_evthread_debug_get_real_lock' argument 1 names different: declaration 'lock' definition 'lock_'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evthread.c:308:37: note: Function '_evthread_debug_get_real_lock' argument 1 names different: declaration 'lock' definition 'lock_'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/evutil.c:419:0: error: #error "I don't know how to parse 64-bit integers." [preprocessorErrorDirective]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:3226:2: style: Variable 'http' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:3224:0: note: Variable 'http' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:3226:2: note: Variable 'http' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:3243:2: style: Variable 'http' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:3241:0: note: Variable 'http' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:3243:2: note: Variable 'http' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:4234:2: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:4223:2: note: Variable 'token' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:4234:2: note: Variable 'token' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:2722:7: style: The scope of the variable 'c' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:2905:7: style: The scope of the variable 'c' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:3607:10: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:2720:49: style: Function 'evhttp_decode_uri_internal' argument 4 names different: declaration 'decode_plus' definition 'decode_plus_ctl'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:197:20: note: Function 'evhttp_decode_uri_internal' argument 4 names different: declaration 'decode_plus' definition 'decode_plus_ctl'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/http.c:2720:49: note: Function 'evhttp_decode_uri_internal' argument 4 names different: declaration 'decode_plus' definition 'decode_plus_ctl'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/log.c:177:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/signal.c:211:34: style: Function '_evsig_set_handler' argument 3 names different: declaration 'fn' definition 'handler'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/event-internal.h:345:13: note: Function '_evsig_set_handler' argument 3 names different: declaration 'fn' definition 'handler'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent/signal.c:211:34: note: Function '_evsig_set_handler' argument 3 names different: declaration 'fn' definition 'handler'.
openmpi-3.1.1.real/opal/mca/event/libevent2022/libevent2022_component.c:162:47: error: Array 'ompi_eventops[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_dt.c:25:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_dt.c:28:36: style: The scope of the variable 'support' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_dt.c:242:36: style: The scope of the variable 'support' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_frame.c:290:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_frame.c:291:33: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_frame.c:305:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_frame.c:324:15: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:129:28: style: The scope of the variable 'data' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:131:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:131:14: style: The scope of the variable 'cpu' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:131:19: style: The scope of the variable 'start' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:131:26: style: The scope of the variable 'end' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:231:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:480:28: style: The scope of the variable 'data' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:499:29: style: The scope of the variable 'rdata' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:500:14: style: The scope of the variable 'k' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:566:28: style: The scope of the variable 'data' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:856:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1419:10: style: The scope of the variable 'shared' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1597:17: style: The scope of the variable 'buff' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1621:11: style: The scope of the variable 't' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1621:22: style: The scope of the variable 'e' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1735:17: style: The scope of the variable 'isset' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1805:23: style: The scope of the variable 'core_index' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1891:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1955:9: style: The scope of the variable 'core_index' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1959:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:2155:9: style: The scope of the variable 'count' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1745:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1547:17: style: Unused variable: osdev [unusedVariable]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1548:14: style: Unused variable: i [unusedVariable]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1783:21: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1961:14: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/hwloc/base/hwloc_base_util.c:1632:9: error: Resource leak: fp [resourceLeak]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/base64.c:136:22: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/bind.c:544:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/bind.c:536:0: note: Variable 'p' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/bind.c:544:3: note: Variable 'p' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/bitmap.c:768:27: style: The scope of the variable 'endset' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/bitmap.c:840:27: style: The scope of the variable 'endset' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/components.c:59:0: error: #error No mutex implementation available [preprocessorErrorDirective]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:868:7: style: Variable 'groupobjs' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:863:0: note: Variable 'groupobjs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:868:7: note: Variable 'groupobjs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:869:7: style: Variable 'groupsizes' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:864:0: note: Variable 'groupsizes' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:869:7: note: Variable 'groupsizes' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:870:7: style: Variable 'groupdistances' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:865:0: note: Variable 'groupdistances' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:870:7: note: Variable 'groupdistances' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:482:18: style: The scope of the variable 'li' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:631:12: style: The scope of the variable 'nbobjs' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/distances.c:974:12: style: The scope of the variable 'nbobjs' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/misc.c:157:7: style: Condition '!name' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/misc.c:155:10: note: Assignment 'name=NULL', assigned value is 0
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/misc.c:157:7: note: Condition '!name' is always true
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/pci-common.c:265:7: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-bgq.c:25:15: style: The scope of the variable 'env' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-bgq.c:26:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-bgq.c:49:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-darwin.c:147:5: style: Variable 'cacheconfig' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-darwin.c:143:0: note: Variable 'cacheconfig' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-darwin.c:147:5: note: Variable 'cacheconfig' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-gl.c:202:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-hpux.c:93:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-hpux.c:191:72: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-hpux.c:199:76: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-hpux.c:210:78: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-hpux.c:217:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-hpux.c:245:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:1839:15: style: Condition 'root_fd!=-1' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:1809:18: note: Assignment 'root_fd=-1', assigned value is -1
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:1839:15: note: Condition 'root_fd!=-1' is always false
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:4704:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2697:3: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2693:0: note: Variable 'file' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2697:3: note: Variable 'file' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2970:9: style: Variable 'core' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2966:0: note: Variable 'core' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2970:9: note: Variable 'core' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:1839:15: style: Same expression on both sides of '!=' because the value of 'root_fd' and '-1' are the same. [duplicateExpression]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:1809:18: note: 'root_fd' is assigned value '-1' here.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:1839:15: note: Same expression on both sides of '!=' because the value of 'root_fd' and '-1' are the same.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:787:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:556:17: style: The scope of the variable 'nextfirst' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:1978:7: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2162:22: style: The scope of the variable 'number' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2198:18: style: The scope of the variable 'dirent' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2199:17: style: The scope of the variable 'index_' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2200:8: style: The scope of the variable 'line' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2201:8: style: The scope of the variable 'path' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:2339:12: style: The scope of the variable 'meminfo_hugepages_size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:3039:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:3530:27: style: The scope of the variable 'book' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:3562:12: style: The scope of the variable 'str2' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:4167:8: style: The scope of the variable 'line' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:4467:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:4786:14: style: The scope of the variable 'gidname' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:4843:9: style: The scope of the variable 'file' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:3085:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-linux.c:3088:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-nvml.c:146:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-nvml.c:71:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-nvml.c:68:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-nvml.c:71:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-nvml.c:73:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-nvml.c:71:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-nvml.c:73:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-osf.c:251:12: style: The scope of the variable 'distance' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-osf.c:214:17: style: Variable 'behavior' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-solaris.c:759:7: style: Condition '!alreadypus' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-solaris.c:744:20: note: Assignment 'alreadypus=0', assigned value is 0
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-solaris.c:759:7: note: Condition '!alreadypus' is always true
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-synthetic.c:698:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-synthetic.c:493:13: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-synthetic.c:1023:17: style: Variable 'tmplen' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-synthetic.c:1022:14: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-windows.c:161:14: style: union member '_PSAPI_WORKING_SET_EX_BLOCK::Valid' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-windows.c:162:14: style: union member '_PSAPI_WORKING_SET_EX_BLOCK::ShareCount' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-windows.c:163:14: style: union member '_PSAPI_WORKING_SET_EX_BLOCK::Win32Protection' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-windows.c:164:14: style: union member '_PSAPI_WORKING_SET_EX_BLOCK::Shared' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-windows.c:166:14: style: union member '_PSAPI_WORKING_SET_EX_BLOCK::Locked' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-windows.c:167:14: style: union member '_PSAPI_WORKING_SET_EX_BLOCK::LargePage' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-windows.c:452:88: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-windows.c:549:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-windows.c:598:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-x86.c:431:21: style: The scope of the variable 'apic_nextshift' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-x86.c:431:37: style: The scope of the variable 'apic_number' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-x86.c:431:50: style: The scope of the variable 'apic_type' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-x86.c:431:61: style: The scope of the variable 'apic_id' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-x86.c:431:74: style: The scope of the variable 'apic_shift' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-x86.c:431:90: style: The scope of the variable 'id' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:386:3: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:377:0: note: Variable 'doc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:386:3: note: Variable 'doc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:387:3: style: Variable 'root_node' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:378:0: note: Variable 'root_node' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:387:3: note: Variable 'root_node' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:451:3: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:442:0: note: Variable 'doc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:451:3: note: Variable 'doc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:452:3: style: Variable 'root_node' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:443:0: note: Variable 'root_node' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml-libxml.c:452:3: note: Variable 'root_node' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml.c:163:9: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml.c:1285:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml.c:1287:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology-xml.c:497:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology.c:169:9: style: Condition 'n>=1' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology.c:167:8: note: Assignment 'n=-1', assigned value is -1
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology.c:169:9: note: Condition 'n>=1' is always false
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology.c:185:21: style: The scope of the variable 'obj' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology.c:480:10: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology.c:1700:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology.c:1776:36: style: The scope of the variable 'pchild' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/src/topology.c:2296:20: style: The scope of the variable 'n_taken_objs' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/hwloc/hwloc1117/hwloc/include/hwloc/helper.h:746:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/opal/mca/if/base/if_base_components.c:38:0: error: syntax error [syntaxError]
openmpi-3.1.1.real/opal/mca/memory/malloc_solaris/memory_malloc_solaris_component.c:143:0: error: #error "Can not determine how to call munmap" [preprocessorErrorDirective]
openmpi-3.1.1.real/opal/mca/mpool/base/mpool_base_alloc.c:69:5: style: Variable 'mpool_tree_item' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/mpool/base/mpool_base_alloc.c:62:0: note: Variable 'mpool_tree_item' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/mpool/base/mpool_base_alloc.c:69:5: note: Variable 'mpool_tree_item' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/mpool/base/mpool_base_frame.c:110:37: style: The scope of the variable 'sm' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/mpool/base/mpool_base_lookup.c:59:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/mpool/hugepage/mpool_hugepage_component.c:145:34: style: The scope of the variable 'hugepage_module' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/mpool/hugepage/mpool_hugepage_component.c:147:23: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/mpool/hugepage/mpool_hugepage_component.c:281:62: style: Function 'mca_mpool_hugepage_query' argument 2 names different: declaration 'priority' definition 'priority_out'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/mpool/hugepage/mpool_hugepage_component.c:81:62: note: Function 'mca_mpool_hugepage_query' argument 2 names different: declaration 'priority' definition 'priority_out'.
openmpi-3.1.1.real/opal/mca/mpool/hugepage/mpool_hugepage_component.c:281:62: note: Function 'mca_mpool_hugepage_query' argument 2 names different: declaration 'priority' definition 'priority_out'.
openmpi-3.1.1.real/opal/mca/mpool/hugepage/mpool_hugepage_module.c:127:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/mpool/memkind/mpool_memkind_component.c:185:61: style: Function 'mca_mpool_memkind_query' argument 2 names different: declaration 'priority' definition 'priority_out'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/mpool/memkind/mpool_memkind_component.c:55:61: note: Function 'mca_mpool_memkind_query' argument 2 names different: declaration 'priority' definition 'priority_out'.
openmpi-3.1.1.real/opal/mca/mpool/memkind/mpool_memkind_component.c:185:61: note: Function 'mca_mpool_memkind_query' argument 2 names different: declaration 'priority' definition 'priority_out'.
openmpi-3.1.1.real/opal/mca/patcher/linux/patcher_linux_module.c:124:24: style: The scope of the variable 'proc_auxv_filename' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/patcher/linux/patcher_linux_module.c:127:14: style: The scope of the variable 'count' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/patcher/linux/patcher_linux_module.c:128:13: style: The scope of the variable 'nread' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/patcher/linux/patcher_linux_module.c:129:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/patcher/linux/patcher_linux_module.c:289:32: style: The scope of the variable 'patch' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/patcher/linux/patcher_linux_module.c:318:17: style: The scope of the variable 'error' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/patcher/overwrite/patcher_overwrite_module.c:316:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/patcher/overwrite/patcher_overwrite_module.c:345:11: style: The scope of the variable 'error' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/base/pmix_base_fns.c:341:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/base/pmix_base_fns.c:411:32: style: The scope of the variable 'pmikey' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/base/pmix_base_fns.c:412:21: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/base/pmix_base_fns.c:488:24: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/base/pmix_base_fns.c:491:13: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/base/pmix_base_fns.c:261:9: error: Memory leak: tmp [memleak]
openmpi-3.1.1.real/opal/mca/pmix/base/pmix_base_fns.c:353:9: error: Memory leak: tmp [memleak]
openmpi-3.1.1.real/opal/mca/pmix/base/pmix_base_fns.c:223:9: error: Common realloc mistake: 'pmi_packed_data' nulled but not freed upon failure [memleakOnRealloc]
openmpi-3.1.1.real/opal/mca/pmix/cray/pmix_cray.c:603:27: style: Function 'cray_abort' argument 1 names different: declaration 'flat' definition 'flag'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/cray/pmix_cray.c:40:27: note: Function 'cray_abort' argument 1 names different: declaration 'flat' definition 'flag'.
openmpi-3.1.1.real/opal/mca/pmix/cray/pmix_cray.c:603:27: note: Function 'cray_abort' argument 1 names different: declaration 'flat' definition 'flag'.
openmpi-3.1.1.real/opal/mca/pmix/cray/pmix_cray_component.c:117:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/pmix/cray/pmix_cray_component.c:112:0: note: Variable 'fd' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/cray/pmix_cray_component.c:117:5: note: Variable 'fd' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/cray/pmix_cray_component.c:113:10: style: The scope of the variable 'task_is_app_fname' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/cray/pmix_cray_component.c:138:5: error: Resource leak: fd [resourceLeak]
openmpi-3.1.1.real/opal/mca/pmix/cray/pmix_cray_component.c:138:12: error: Uninitialized variable: rc [uninitvar]
openmpi-3.1.1.real/opal/mca/pmix/cray/pmix_cray_pmap_parser.c:97:17: error: Common realloc mistake: 'lrs' nulled but not freed upon failure [memleakOnRealloc]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:1105:23: warning: Possible null pointer dereference: parray [nullPointer]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:1077:25: note: Assignment 'parray=NULL', assigned value is 0
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:1105:23: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:1107:13: warning: Possible null pointer dereference: parray [nullPointer]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:1077:25: note: Assignment 'parray=NULL', assigned value is 0
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:1107:13: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:1189:31: warning: Possible null pointer dereference: parray [nullPointer]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:1170:25: note: Assignment 'parray=NULL', assigned value is 0
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:1189:31: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:177:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:179:30: style: The scope of the variable 'job' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:222:30: style: The scope of the variable 'job' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:288:30: style: The scope of the variable 'job' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:350:30: style: The scope of the variable 'job' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:433:19: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:436:30: style: The scope of the variable 'job' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:553:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:554:19: style: The scope of the variable 'ival' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:555:30: style: The scope of the variable 'job' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:615:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:616:16: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:650:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:651:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:690:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:693:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:846:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:847:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:876:19: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:878:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:904:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:905:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:1080:30: style: The scope of the variable 'job' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:1260:20: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:408:33: style: Function 'pmix1_put' argument 1 names different: declaration 'scope' definition 'opal_scope'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x.h:103:54: note: Function 'pmix1_put' argument 1 names different: declaration 'scope' definition 'opal_scope'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_client.c:408:33: note: Function 'pmix1_put' argument 1 names different: declaration 'scope' definition 'opal_scope'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:408:12: style: The scope of the variable 'nd' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:408:18: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:535:10: style: The scope of the variable 'nspace' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:118:68: style: Function 'server_client_connected_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:48:69: note: Function 'server_client_connected_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:118:68: note: Function 'server_client_connected_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:139:68: style: Function 'server_client_finalized_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:49:68: note: Function 'server_client_finalized_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:139:68: note: Function 'server_client_finalized_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:169:57: style: Function 'server_abort_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:51:57: note: Function 'server_abort_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:169:57: note: Function 'server_abort_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:301:62: style: Function 'server_dmodex_req_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:59:62: note: Function 'server_dmodex_req_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:301:62: note: Function 'server_dmodex_req_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:352:59: style: Function 'server_publish_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:62:59: note: Function 'server_publish_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:352:59: note: Function 'server_publish_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:432:58: style: Function 'server_lookup_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:65:58: note: Function 'server_lookup_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:432:58: note: Function 'server_lookup_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:482:61: style: Function 'server_unpublish_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:68:61: note: Function 'server_unpublish_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:482:61: note: Function 'server_unpublish_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:546:57: style: Function 'server_spawn_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:71:57: note: Function 'server_spawn_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_north.c:546:57: note: Function 'server_spawn_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_south.c:130:19: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_south.c:132:16: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_south.c:231:19: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_south.c:231:24: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_south.c:233:16: style: The scope of the variable 'szmap' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_south.c:233:23: style: The scope of the variable 'm' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_south.c:233:26: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_south.c:237:18: style: The scope of the variable 'pmapinfo' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_south.c:420:19: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/ext1x/pmix1x_server_south.c:422:16: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/isolated/pmix_isolated.c:298:31: style: Function 'isolated_abort' argument 1 names different: declaration 'flat' definition 'flag'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/isolated/pmix_isolated.c:44:31: note: Function 'isolated_abort' argument 1 names different: declaration 'flat' definition 'flag'.
openmpi-3.1.1.real/opal/mca/pmix/isolated/pmix_isolated.c:298:31: note: Function 'isolated_abort' argument 1 names different: declaration 'flat' definition 'flag'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/pmi2.c:175:12: style: Unused variable: tmp_size [unusedVariable]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/pmi2_pmap_parser.c:98:17: error: Common realloc mistake: 'lrs' nulled but not freed upon failure [memleakOnRealloc]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/pmi_intra_perf.c:360:0: style: Same expression used in consecutive assignments of 'min_get_loc_time' and 'max_get_loc_time'. [duplicateAssignExpression]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/pmi_intra_perf.c:361:0: note: Same expression used in consecutive assignments of 'min_get_loc_time' and 'max_get_loc_time'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/pmi_intra_perf.c:360:0: note: Same expression used in consecutive assignments of 'min_get_loc_time' and 'max_get_loc_time'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/pmi_intra_perf.c:362:0: style: Same expression used in consecutive assignments of 'min_get_rem_time' and 'max_get_rem_time'. [duplicateAssignExpression]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/pmi_intra_perf.c:363:0: note: Same expression used in consecutive assignments of 'min_get_rem_time' and 'max_get_rem_time'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/pmi_intra_perf.c:362:0: note: Same expression used in consecutive assignments of 'min_get_rem_time' and 'max_get_rem_time'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/pmi_intra_perf.c:154:9: style: Unused variable: rc [unusedVariable]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/pmi_intra_perf.c:133:9: error: Resource leak: smaps [resourceLeak]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/pmi_intra_perf.c:516:0: error: Memory leak: remote_ranks [memleak]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/class/pmix_hash_table.c:187:31: style: The scope of the variable 'new_elt' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/class/pmix_hash_table.c:323:27: style: The scope of the variable 'elt' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/class/pmix_hash_table.c:457:27: style: The scope of the variable 'elt' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/class/pmix_hash_table.c:622:27: style: The scope of the variable 'elt' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/class/pmix_hotel.c:112:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/class/pmix_list.c:116:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/class/pmix_list.c:211:12: style: The scope of the variable 'change' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/class/pmix_list.c:212:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/class/pmix_object.c:174:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/class/pmix_object.c:217:9: error: Common realloc mistake: 'classes' nulled but not freed upon failure [memleakOnRealloc]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmi1.c:603:12: style: The scope of the variable 'rks' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmi1.c:604:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmi1.c:624:32: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client.c:456:54: warning: Either the condition 'NULL!=proc' is redundant or there is possible null pointer dereference: proc. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client.c:426:14: note: Assuming that condition 'NULL!=proc' is not redundant
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client.c:456:54: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client.c:457:45: warning: Either the condition 'NULL!=proc' is redundant or there is possible null pointer dereference: proc. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client.c:426:14: note: Assuming that condition 'NULL!=proc' is not redundant
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client.c:457:45: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client.c:353:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client.c:642:20: style: The scope of the variable 'msg' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client.c:645:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client.c:648:18: style: The scope of the variable 'peer' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_connect.c:139:28: style: Checking if unsigned variable 'nprocs' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_connect.c:276:28: style: Checking if unsigned variable 'nprocs' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_get.c:464:26: style: Function '_getnbfn' argument 1 names different: declaration 'sd' definition 'fd'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_get.c:70:26: note: Function '_getnbfn' argument 1 names different: declaration 'sd' definition 'fd'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_get.c:464:26: note: Function '_getnbfn' argument 1 names different: declaration 'sd' definition 'fd'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_get.c:464:36: style: Function '_getnbfn' argument 2 names different: declaration 'args' definition 'flags'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_get.c:70:36: note: Function '_getnbfn' argument 2 names different: declaration 'args' definition 'flags'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_get.c:464:36: note: Function '_getnbfn' argument 2 names different: declaration 'args' definition 'flags'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_pub.c:266:19: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_pub.c:417:15: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_pub.c:653:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/client/pmix_client_pub.c:653:15: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/common/pmix_data.c:94:44: warning: Either the condition 'NULL!=(peer=(pmix_peer_t*)pmix_pointer_array_get_item(&pmix_server_globals.clients,i))' is redundant or there is possible null pointer dereference: peer. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/common/pmix_data.c:91:22: note: Assuming that condition 'NULL!=(peer=(pmix_peer_t*)pmix_pointer_array_get_item(&pmix_server_globals.clients,i))' is not redundant
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/common/pmix_data.c:94:44: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/common/pmix_data.c:77:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/common/pmix_log.c:61:25: style: The scope of the variable 'cd' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/common/pmix_log.c:63:20: style: The scope of the variable 'msg' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/common/pmix_query.c:103:25: style: The scope of the variable 'cd' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/common/pmix_query.c:105:20: style: The scope of the variable 'msg' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/event/pmix_event_notification.c:791:26: style: The scope of the variable 'rbout' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/event/pmix_event_notification.c:796:10: style: The scope of the variable 'matched' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/event/pmix_event_notification.c:797:20: style: The scope of the variable 'bfr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/event/pmix_event_notification.c:1148:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/event/pmix_event_registration.c:773:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_component_find.c:177:24: style: The scope of the variable 'can_use' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_framework.c:59:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1201:5: style: Variable 'search_path' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1194:0: note: Variable 'search_path' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1201:5: note: Variable 'search_path' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1202:5: style: Variable 'files' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1193:0: note: Variable 'files' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1202:5: note: Variable 'files' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:243:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:322:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1131:20: style: The scope of the variable 'pmixect' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1132:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1133:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1133:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1303:25: style: The scope of the variable 'group_index' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:2065:12: style: The scope of the variable 'line_count' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1843:50: style: Function 'var_constructor' argument 1 names different: declaration 'p' definition 'var'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:140:51: note: Function 'var_constructor' argument 1 names different: declaration 'p' definition 'var'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1843:50: note: Function 'var_constructor' argument 1 names different: declaration 'p' definition 'var'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1856:49: style: Function 'var_destructor' argument 1 names different: declaration 'p' definition 'var'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:141:50: note: Function 'var_destructor' argument 1 names different: declaration 'p' definition 'var'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1856:49: note: Function 'var_destructor' argument 1 names different: declaration 'p' definition 'var'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1898:60: style: Function 'fv_constructor' argument 1 names different: declaration 'p' definition 'f'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:145:61: note: Function 'fv_constructor' argument 1 names different: declaration 'p' definition 'f'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1898:60: note: Function 'fv_constructor' argument 1 names different: declaration 'p' definition 'f'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1904:59: style: Function 'fv_destructor' argument 1 names different: declaration 'p' definition 'f'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:146:60: note: Function 'fv_destructor' argument 1 names different: declaration 'p' definition 'f'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var.c:1904:59: note: Function 'fv_destructor' argument 1 names different: declaration 'p' definition 'f'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var_enum.c:168:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var_enum.c:314:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var_enum.c:476:9: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var_enum.c:478:10: style: The scope of the variable 'is_int' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var_enum.c:575:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var_enum.c:576:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var_group.c:59:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var_group.c:85:20: style: The scope of the variable 'object' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var_group.c:86:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/base/pmix_mca_base_var_group.c:86:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/bfrop_base_copy.c:859:18: style: The scope of the variable 'd1' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/bfrop_base_copy.c:859:23: style: The scope of the variable 's1' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/bfrop_base_pack.c:469:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/bfrop_base_pack.c:495:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/bfrop_base_pack.c:518:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/bfrop_base_pack.c:541:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/bfrop_base_pack.c:565:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/bfrop_base_pack.c:597:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/bfrop_base_pack.c:632:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/bfrop_base_pack.c:687:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/base/bfrop_base_pack.c:710:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v12/bfrop_v12.c:368:29: style: The scope of the variable 'info' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v12/copy.c:230:18: style: The scope of the variable 'p1' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v12/copy.c:230:23: style: The scope of the variable 's1' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v12/unpack.c:67:40: style: Function 'pmix12_bfrop_unpack' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v12/internal.h:51:64: note: Function 'pmix12_bfrop_unpack' argument 2 names different: declaration 'dest' definition 'dst'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v12/unpack.c:67:40: note: Function 'pmix12_bfrop_unpack' argument 2 names different: declaration 'dest' definition 'dst'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v12/unpack.c:67:54: style: Function 'pmix12_bfrop_unpack' argument 3 names different: declaration 'max_num_vals' definition 'num_vals'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v12/internal.h:52:43: note: Function 'pmix12_bfrop_unpack' argument 3 names different: declaration 'max_num_vals' definition 'num_vals'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v12/unpack.c:67:54: note: Function 'pmix12_bfrop_unpack' argument 3 names different: declaration 'max_num_vals' definition 'num_vals'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c:386:29: style: The scope of the variable 'info' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v20/unpack.c:67:39: style: Function 'pmix20_bfrop_unpack' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v20/internal.h:52:64: note: Function 'pmix20_bfrop_unpack' argument 2 names different: declaration 'dest' definition 'dst'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v20/unpack.c:67:39: note: Function 'pmix20_bfrop_unpack' argument 2 names different: declaration 'dest' definition 'dst'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v20/unpack.c:67:53: style: Function 'pmix20_bfrop_unpack' argument 3 names different: declaration 'max_num_vals' definition 'num_vals'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v20/internal.h:53:44: note: Function 'pmix20_bfrop_unpack' argument 3 names different: declaration 'max_num_vals' definition 'num_vals'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v20/unpack.c:67:53: note: Function 'pmix20_bfrop_unpack' argument 3 names different: declaration 'max_num_vals' definition 'num_vals'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/bfrops/v21/bfrop_pmix21.c:391:29: style: The scope of the variable 'info' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/ds12/gds_dstore.h:37:0: error: #error No locking mechanism was found [preprocessorErrorDirective]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:602:26: warning: Either the condition 'NULL!=val' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:609:14: note: Assuming that condition 'NULL!=val' is not redundant
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:602:26: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:603:13: warning: Either the condition 'NULL!=val' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:609:14: note: Assuming that condition 'NULL!=val' is not redundant
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:603:13: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:629:30: warning: Either the condition 'NULL!=val' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:644:18: note: Assuming that condition 'NULL!=val' is not redundant
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:629:30: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:630:17: warning: Either the condition 'NULL!=val' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:644:18: note: Assuming that condition 'NULL!=val' is not redundant
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:630:17: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:168:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:168:15: style: The scope of the variable 'm' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:169:12: style: The scope of the variable 'options' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:201:12: style: The scope of the variable 'procs' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:1481:18: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:1157:61: style: Function 'hash_store_modex' argument 1 names different: declaration 'ns' definition 'nspace'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:65:61: note: Function 'hash_store_modex' argument 1 names different: declaration 'ns' definition 'nspace'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:1157:61: note: Function 'hash_store_modex' argument 1 names different: declaration 'ns' definition 'nspace'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:1248:45: style: Function 'hash_fetch' argument 5 names different: declaration 'info' definition 'qualifiers'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:72:45: note: Function 'hash_fetch' argument 5 names different: declaration 'info' definition 'qualifiers'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:1248:45: note: Function 'hash_fetch' argument 5 names different: declaration 'info' definition 'qualifiers'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:1248:66: style: Function 'hash_fetch' argument 6 names different: declaration 'ninfo' definition 'nqual'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:72:60: note: Function 'hash_fetch' argument 6 names different: declaration 'ninfo' definition 'nqual'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:1248:66: note: Function 'hash_fetch' argument 6 names different: declaration 'ninfo' definition 'nqual'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:1431:52: style: Function 'setup_fork' argument 1 names different: declaration 'peer' definition 'proc'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:75:52: note: Function 'setup_fork' argument 1 names different: declaration 'peer' definition 'proc'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:1431:52: note: Function 'setup_fork' argument 1 names different: declaration 'peer' definition 'proc'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:1453:46: style: Function 'assemb_kvs_req' argument 3 names different: declaration 'bo' definition 'buf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:85:46: note: Function 'assemb_kvs_req' argument 3 names different: declaration 'bo' definition 'buf'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/gds_hash.c:1453:46: note: Function 'assemb_kvs_req' argument 3 names different: declaration 'bo' definition 'buf'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c:178:5: style: Variable 'dirs' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c:175:0: note: Variable 'dirs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c:178:5: note: Variable 'dirs' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c:55:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/pif/solaris_ipv6/pif_solaris_ipv6.c:102:14: style: The scope of the variable 'kindex' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/pif/solaris_ipv6/pif_solaris_ipv6.c:159:18: style: Variable 'kindex' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/pnet/opa/pnet_opa.c:102:5: style: Variable 'string_key' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/pnet/opa/pnet_opa.c:96:0: note: Variable 'string_key' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/pnet/opa/pnet_opa.c:102:5: note: Variable 'string_key' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/pnet/opa/pnet_opa.c:165:12: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/pnet/opa/pnet_opa.c:119:9: error: Memory leak: string_key [memleak]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:83:15: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:83:20: style: The scope of the variable 'startnum' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:84:17: style: The scope of the variable 'fullval' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:305:19: style: The scope of the variable 'npn' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:737:18: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:1039:12: style: The scope of the variable 'rngs' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:79:49: style: Function 'generate_node_regex' argument 2 names different: declaration 'regex' definition 'regexp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:45:49: note: Function 'generate_node_regex' argument 2 names different: declaration 'regex' definition 'regexp'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:79:49: note: Function 'generate_node_regex' argument 2 names different: declaration 'regex' definition 'regexp'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:303:42: style: Function 'generate_ppn' argument 2 names different: declaration 'ppn' definition 'regexp'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:47:42: note: Function 'generate_ppn' argument 2 names different: declaration 'ppn' definition 'regexp'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/preg/native/preg_native.c:303:42: note: Function 'generate_ppn' argument 2 names different: declaration 'ppn' definition 'regexp'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/psec/munge/psec_munge.c:98:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/psec/native/psec_native.c:150:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/psec/native/psec_native.c:64:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/psec/native/psec_native.c:109:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/psec/native/psec_native.c:110:12: style: The scope of the variable 'ln' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c:264:56: style: Function 'check_heartbeat' argument 3 names different: declaration 'arg' definition 'cbdata'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c:147:56: note: Function 'check_heartbeat' argument 3 names different: declaration 'arg' definition 'cbdata'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c:264:56: note: Function 'check_heartbeat' argument 3 names different: declaration 'arg' definition 'cbdata'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/base/ptl_base_connect.c:88:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/base/ptl_base_listener.c:72:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c:60:34: style: The scope of the variable 'rnext' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c:61:24: style: The scope of the variable 'tcd' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c:62:41: style: The scope of the variable 'regnext' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c:63:35: style: The scope of the variable 'pnext' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c:64:23: style: The scope of the variable 'info' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c:64:30: style: The scope of the variable 'pinfo' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/tcp/ptl_tcp.c:94:17: style: The scope of the variable 'buff' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/tcp/ptl_tcp.c:862:10: style: The scope of the variable 'nspace' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/tcp/ptl_tcp.c:834:14: style: Variable 'csize' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/tcp/ptl_tcp.c:769:9: error: Memory leak: msg [memleak]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock.c:555:44: style: Function 'pmix_usock_send_handler' argument 2 names different: declaration 'args' definition 'flags'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock.h:45:44: note: Function 'pmix_usock_send_handler' argument 2 names different: declaration 'args' definition 'flags'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock.c:555:44: note: Function 'pmix_usock_send_handler' argument 2 names different: declaration 'args' definition 'flags'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock.c:692:44: style: Function 'pmix_usock_recv_handler' argument 2 names different: declaration 'args' definition 'flags'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock.h:47:44: note: Function 'pmix_usock_recv_handler' argument 2 names different: declaration 'args' definition 'flags'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock.c:692:44: note: Function 'pmix_usock_recv_handler' argument 2 names different: declaration 'args' definition 'flags'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock.c:907:33: style: Function 'pmix_usock_send' argument 1 names different: declaration 'fd' definition 'sd'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock.c:95:33: note: Function 'pmix_usock_send' argument 1 names different: declaration 'fd' definition 'sd'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock.c:907:33: note: Function 'pmix_usock_send' argument 1 names different: declaration 'fd' definition 'sd'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock.c:327:9: error: Memory leak: msg [memleak]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:95:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:95:15: style: The scope of the variable 'm' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:97:10: style: The scope of the variable 'protect' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:99:11: style: The scope of the variable 'protected' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:303:18: style: The scope of the variable 'peer' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:533:18: style: The scope of the variable 'peer' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:535:12: style: The scope of the variable 'sz' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:538:18: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:540:10: style: The scope of the variable 'first' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:543:22: style: The scope of the variable 'pn' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:544:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:1459:18: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server.c:2350:20: style: The scope of the variable 'reply' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:129:11: style: The scope of the variable 'data' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:130:12: style: The scope of the variable 'sz' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:131:18: style: The scope of the variable 'peer' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:497:23: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:397:63: style: Function 'create_local_tracker' argument 7 names different: declaration 'lcd' definition 'ld'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:94:63: note: Function 'create_local_tracker' argument 7 names different: declaration 'lcd' definition 'ld'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:397:63: note: Function 'create_local_tracker' argument 7 names different: declaration 'lcd' definition 'ld'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:489:54: style: Function '_satisfy_request' argument 1 names different: declaration 'ns' definition 'nptr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:87:54: note: Function '_satisfy_request' argument 1 names different: declaration 'ns' definition 'nptr'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:489:54: note: Function '_satisfy_request' argument 1 names different: declaration 'ns' definition 'nptr'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:492:59: style: Function '_satisfy_request' argument 6 names different: declaration 'scope' definition 'local'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:89:87: note: Function '_satisfy_request' argument 6 names different: declaration 'scope' definition 'local'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:492:59: note: Function '_satisfy_request' argument 6 names different: declaration 'scope' definition 'local'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:926:47: style: Function 'dmdx_cbfunc' argument 5 names different: declaration 'relfn' definition 'release_fn'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:86:47: note: Function 'dmdx_cbfunc' argument 5 names different: declaration 'relfn' definition 'release_fn'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:926:47: note: Function 'dmdx_cbfunc' argument 5 names different: declaration 'relfn' definition 'release_fn'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:926:65: style: Function 'dmdx_cbfunc' argument 6 names different: declaration 'relcbdata' definition 'release_cbdata'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:86:60: note: Function 'dmdx_cbfunc' argument 6 names different: declaration 'relcbdata' definition 'release_cbdata'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_get.c:926:65: note: Function 'dmdx_cbfunc' argument 6 names different: declaration 'relcbdata' definition 'release_cbdata'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_ops.c:1330:20: warning: Either the condition 'NULL!=affected' is redundant or there is possible null pointer dereference: affected. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_ops.c:1323:22: note: Assuming that condition 'NULL!=affected' is not redundant
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_ops.c:1330:20: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_ops.c:1339:20: warning: Either the condition 'NULL!=affected' is redundant or there is possible null pointer dereference: affected. [nullPointerRedundantCheck]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_ops.c:1332:22: note: Assuming that condition 'NULL!=affected' is not redundant
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_ops.c:1339:20: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/threads/thread.c:105:9: error: Common realloc mistake: 'pmix_tsd_key_values' nulled but not freed upon failure [memleakOnRealloc]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/tool/pmix_tool.c:196:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/tool/pmix_tool.c:696:18: style: The scope of the variable 'peer' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/argv.c:99:9: style: The scope of the variable 'argc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/argv.c:100:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/argv.c:187:10: style: The scope of the variable 'arglen' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/argv.c:501:9: style: The scope of the variable 'suffix_count' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/crc.c:1085:27: style: The scope of the variable 'crc_accum' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/crc.c:1111:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/crc.c:1171:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/crc.c:1172:30: style: The scope of the variable 't' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/fd.c:33:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/fd.c:58:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/getid.c:85:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
keyval_lex.c:1582:2: warning: Possible null pointer dereference: b [nullPointer]
keyval_lex.c:1471:34: note: Calling function 'pmix_util_keyval_yy_init_buffer', 1st argument 'b' value is 0
keyval_lex.c:1582:2: note: Null pointer dereference
keyval_lex.c:1583:2: warning: Possible null pointer dereference: b [nullPointer]
keyval_lex.c:1471:34: note: Calling function 'pmix_util_keyval_yy_init_buffer', 1st argument 'b' value is 0
keyval_lex.c:1583:2: note: Null pointer dereference
keyval_lex.c:1594:9: warning: Possible null pointer dereference: b [nullPointer]
keyval_lex.c:1471:34: note: Calling function 'pmix_util_keyval_yy_init_buffer', 1st argument 'b' value is 0
keyval_lex.c:1594:9: note: Null pointer dereference
keyval_lex.c:1359:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
keyval_lex.c:380:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
keyval_lex.c:1359:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
keyval_lex.c:1767:65: style: Function 'pmix_util_keyval_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
keyval_lex.c:333:64: note: Function 'pmix_util_keyval_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
keyval_lex.c:1767:65: note: Function 'pmix_util_keyval_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
keyval_lex.c:1780:65: style: Function 'pmix_util_keyval_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
keyval_lex.c:334:63: note: Function 'pmix_util_keyval_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
keyval_lex.c:1780:65: note: Function 'pmix_util_keyval_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
keyval_lex.c:1780:79: style: Function 'pmix_util_keyval_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
keyval_lex.c:334:73: note: Function 'pmix_util_keyval_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
keyval_lex.c:1780:79: note: Function 'pmix_util_keyval_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
keyval_lex.c:1912:41: style: Function 'pmix_util_keyval_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
keyval_lex.c:677:40: note: Function 'pmix_util_keyval_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
keyval_lex.c:1912:41: note: Function 'pmix_util_keyval_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/keyval_parse.c:269:9: style: The scope of the variable 'sz' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/keyval_parse.c:269:13: style: The scope of the variable 'varsz' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/keyval_parse.c:269:20: style: The scope of the variable 'valsz' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/keyval_parse.c:310:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:162:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:145:5: note: Variable 'str' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:162:5: note: Variable 'str' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:917:21: performance: Buffer 'buffer' is being written before its old content has been used. [redundantCopy]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:916:21: note: Buffer 'buffer' is being written before its old content has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:917:21: note: Buffer 'buffer' is being written before its old content has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:285:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:400:10: style: The scope of the variable 'out_buf' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:401:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:402:9: style: The scope of the variable 'out_pos' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:403:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:403:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:651:9: style: The scope of the variable 'flags' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:652:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:741:20: style: The scope of the variable 'ldi' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:470:38: style: Function 'construct' argument 1 names different: declaration 'stream' definition 'obj'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:88:38: note: Function 'construct' argument 1 names different: declaration 'stream' definition 'obj'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:470:38: note: Function 'construct' argument 1 names different: declaration 'stream' definition 'obj'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:487:37: style: Function 'destruct' argument 1 names different: declaration 'stream' definition 'obj'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:89:37: note: Function 'destruct' argument 1 names different: declaration 'stream' definition 'obj'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/output.c:487:37: note: Function 'destruct' argument 1 names different: declaration 'stream' definition 'obj'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/path.c:84:0: error: #error Must have either statfs() or statvfs() [preprocessorErrorDirective]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/pmix_environ.c:46:18: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/printf.c:216:14: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/printf.c:226:9: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/show_help.c:144:12: style: The scope of the variable 'base_len' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/show_help.c:145:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/show_help.c:210:9: style: The scope of the variable 'token' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/src/util/show_help.c:254:9: style: The scope of the variable 'token' can be reduced. [variableScope]
util/show_help_lex.c:1378:2: warning: Possible null pointer dereference: b [nullPointer]
util/show_help_lex.c:1267:32: note: Calling function 'pmix_show_help_yy_init_buffer', 1st argument 'b' value is 0
util/show_help_lex.c:1378:2: note: Null pointer dereference
util/show_help_lex.c:1379:2: warning: Possible null pointer dereference: b [nullPointer]
util/show_help_lex.c:1267:32: note: Calling function 'pmix_show_help_yy_init_buffer', 1st argument 'b' value is 0
util/show_help_lex.c:1379:2: note: Null pointer dereference
util/show_help_lex.c:1390:9: warning: Possible null pointer dereference: b [nullPointer]
util/show_help_lex.c:1267:32: note: Calling function 'pmix_show_help_yy_init_buffer', 1st argument 'b' value is 0
util/show_help_lex.c:1390:9: note: Null pointer dereference
util/show_help_lex.c:1158:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
util/show_help_lex.c:367:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
util/show_help_lex.c:1158:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
util/show_help_lex.c:1563:63: style: Function 'pmix_show_help_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
util/show_help_lex.c:320:62: note: Function 'pmix_show_help_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
util/show_help_lex.c:1563:63: note: Function 'pmix_show_help_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
util/show_help_lex.c:1576:63: style: Function 'pmix_show_help_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
util/show_help_lex.c:321:61: note: Function 'pmix_show_help_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
util/show_help_lex.c:1576:63: note: Function 'pmix_show_help_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
util/show_help_lex.c:1576:77: style: Function 'pmix_show_help_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
util/show_help_lex.c:321:71: note: Function 'pmix_show_help_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
util/show_help_lex.c:1576:77: note: Function 'pmix_show_help_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
util/show_help_lex.c:1708:39: style: Function 'pmix_show_help_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
util/show_help_lex.c:574:38: note: Function 'pmix_show_help_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
util/show_help_lex.c:1708:39: note: Function 'pmix_show_help_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/pmi2_client.c:498:10: style: The scope of the variable 'symb' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/pmi2_client.c:402:5: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/pmi_client.c:311:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/pmi_client.c:354:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/server_callbacks.c:168:9: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/simple/simptest.c:683:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/simple/simptest.c:861:12: style: struct member 'query_data_t::ndata' is never used. [unusedStructMember]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_common.c:206:9: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_common.c:205:0: note: Variable 'basename' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_common.c:206:9: note: Variable 'basename' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_common.c:472:18: style: The scope of the variable 'ech' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_common.c:496:18: style: The scope of the variable 'ech' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_common.c:603:9: style: The scope of the variable 'base_rank' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_common.c:604:12: style: The scope of the variable 'num_ranks' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_common.c:605:9: style: The scope of the variable 'num' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_fence.c:29:10: style: The scope of the variable 'participate' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_fence.c:30:20: style: The scope of the variable 'p' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_fence.c:58:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_fence.c:64:10: style: The scope of the variable 'participate' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_fence.c:385:17: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_fence.c:392:17: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_fence.c:398:17: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_fence.c:405:17: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_fence.c:412:13: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_internal.c:65:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_internal.c:65:5: note: outer condition: 1
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_internal.c:65:5: note: identical inner condition: 1
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_internal.c:65:5: warning: Possible null pointer dereference: info [nullPointer]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_internal.c:65:5: note: Assignment 'info=NULL', assigned value is 0
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_internal.c:65:5: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_internal.c:76:9: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_publish.c:81:11: style: The scope of the variable 'keys' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:75:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:75:5: note: outer condition: 1
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:75:5: note: identical inner condition: 1
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:105:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:105:5: note: outer condition: 1
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:105:5: note: identical inner condition: 1
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:75:5: warning: Possible null pointer dereference: info [nullPointer]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:75:5: note: Assignment 'info=NULL', assigned value is 0
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:75:5: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:105:5: warning: Possible null pointer dereference: info [nullPointer]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:105:5: note: Assignment 'info=NULL', assigned value is 0
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/test_replace.c:105:5: note: Null pointer dereference
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/utils.c:36:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/utils.c:181:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/utils.c:30:11: style: Checking if unsigned variable 'nprocs' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/utils.c:174:78: style: Function 'launch_clients' argument 4 names different: declaration 'client_argv' definition 'base_argv'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/utils.h:22:78: note: Function 'launch_clients' argument 4 names different: declaration 'client_argv' definition 'base_argv'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix/test/utils.c:174:78: note: Function 'launch_clients' argument 4 names different: declaration 'client_argv' definition 'base_argv'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:197:19: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:199:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:685:19: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:687:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:1166:19: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:1169:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:1171:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:1246:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:626:67: style: Function 'pmix2x_convert_persist' argument 1 names different: declaration 'scope' definition 'persist'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.h:330:88: note: Function 'pmix2x_convert_persist' argument 1 names different: declaration 'scope' definition 'persist'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:626:67: note: Function 'pmix2x_convert_persist' argument 1 names different: declaration 'scope' definition 'persist'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:644:71: style: Function 'pmix2x_convert_opalpersist' argument 1 names different: declaration 'scope' definition 'persist'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.h:331:92: note: Function 'pmix2x_convert_opalpersist' argument 1 names different: declaration 'scope' definition 'persist'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.c:644:71: note: Function 'pmix2x_convert_opalpersist' argument 1 names different: declaration 'scope' definition 'persist'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:68:19: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:69:19: style: The scope of the variable 'ival' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:167:34: style: The scope of the variable 'ev2' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:195:19: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:199:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:283:34: style: The scope of the variable 'ev2' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:328:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:329:22: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:330:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:372:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:439:22: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:440:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:500:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:501:22: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:503:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:580:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:582:20: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:585:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:693:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:694:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:777:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:778:16: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:819:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:820:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:865:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:867:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1019:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1020:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1055:19: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1057:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1090:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1091:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1301:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1347:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1399:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1445:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1498:20: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1610:22: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1611:19: style: The scope of the variable 'iptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:1613:11: style: The scope of the variable 'nsptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:550:34: style: Function 'pmix2x_put' argument 1 names different: declaration 'scope' definition 'opal_scope'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x.h:233:55: note: Function 'pmix2x_put' argument 1 names different: declaration 'scope' definition 'opal_scope'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_client.c:550:34: note: Function 'pmix2x_put' argument 1 names different: declaration 'scope' definition 'opal_scope'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:280:29: style: The scope of the variable 'dmdx' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:482:12: style: The scope of the variable 'nd' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:482:18: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:611:10: style: The scope of the variable 'nspace' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:918:19: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:919:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:1049:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:153:68: style: Function 'server_client_connected_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:49:68: note: Function 'server_client_connected_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:153:68: note: Function 'server_client_connected_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:180:68: style: Function 'server_client_finalized_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:51:68: note: Function 'server_client_finalized_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:180:68: note: Function 'server_client_finalized_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:214:57: style: Function 'server_abort_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:53:57: note: Function 'server_abort_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:214:57: note: Function 'server_abort_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:355:62: style: Function 'server_dmodex_req_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:61:62: note: Function 'server_dmodex_req_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:355:62: note: Function 'server_dmodex_req_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:425:59: style: Function 'server_publish_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:64:59: note: Function 'server_publish_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:425:59: note: Function 'server_publish_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:506:58: style: Function 'server_lookup_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:67:58: note: Function 'server_lookup_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:506:58: note: Function 'server_lookup_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:557:61: style: Function 'server_unpublish_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:70:61: note: Function 'server_unpublish_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:557:61: note: Function 'server_unpublish_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:622:57: style: Function 'server_spawn_fn' argument 1 names different: declaration 'proc' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:73:57: note: Function 'server_spawn_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:622:57: note: Function 'server_spawn_fn' argument 1 names different: declaration 'proc' definition 'p'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:949:49: style: Function 'server_query' argument 2 names different: declaration 'queryies' definition 'queries'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:94:49: note: Function 'server_query' argument 2 names different: declaration 'queryies' definition 'queries'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:949:49: note: Function 'server_query' argument 2 names different: declaration 'queryies' definition 'queries'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:1075:43: style: Function 'server_log' argument 1 names different: declaration 'client' definition 'proct'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:100:43: note: Function 'server_log' argument 1 names different: declaration 'client' definition 'proct'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:1075:43: note: Function 'server_log' argument 1 names different: declaration 'client' definition 'proct'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:1150:57: style: Function 'server_allocate' argument 1 names different: declaration 'client' definition 'proct'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:105:57: note: Function 'server_allocate' argument 1 names different: declaration 'client' definition 'proct'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:1150:57: note: Function 'server_allocate' argument 1 names different: declaration 'client' definition 'proct'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:1203:60: style: Function 'server_job_control' argument 1 names different: declaration 'requestor' definition 'proct'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:110:60: note: Function 'server_job_control' argument 1 names different: declaration 'requestor' definition 'proct'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_north.c:1203:60: note: Function 'server_job_control' argument 1 names different: declaration 'requestor' definition 'proct'.
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_south.c:96:9: style: The scope of the variable 'dbg' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_south.c:97:19: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_south.c:182:34: style: The scope of the variable 'ev2' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_south.c:241:19: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_south.c:241:24: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_south.c:243:16: style: The scope of the variable 'szmap' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_south.c:243:23: style: The scope of the variable 'm' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_south.c:243:26: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_south.c:246:18: style: The scope of the variable 'pmapinfo' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_south.c:509:19: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/pmix2x/pmix2x_server_south.c:511:16: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pmix/s2/pmi2_pmap_parser.c:95:17: error: Common realloc mistake: 'lrs' nulled but not freed upon failure [memleakOnRealloc]
openmpi-3.1.1.real/opal/mca/pstat/linux/pstat_linux_module.c:488:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pstat/linux/pstat_linux_module.c:530:35: style: Function 'local_getfields' argument 1 names different: declaration 'data' definition 'dptr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/pstat/linux/pstat_linux_module.c:74:35: note: Function 'local_getfields' argument 1 names different: declaration 'data' definition 'dptr'.
openmpi-3.1.1.real/opal/mca/pstat/linux/pstat_linux_module.c:530:35: note: Function 'local_getfields' argument 1 names different: declaration 'data' definition 'dptr'.
openmpi-3.1.1.real/opal/mca/pstat/test/pstat_test.c:67:12: style: The scope of the variable 'dtime' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/pstat/test/pstat_test.c:68:10: style: The scope of the variable 'hostname' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/rcache/base/rcache_base_frame.c:87:40: style: The scope of the variable 'sm' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/rcache/base/rcache_base_vma.c:116:65: style: Function 'mca_rcache_base_vma_insert' argument 2 names different: declaration 'registration' definition 'reg'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/rcache/base/rcache_base_vma.h:65:72: note: Function 'mca_rcache_base_vma_insert' argument 2 names different: declaration 'registration' definition 'reg'.
openmpi-3.1.1.real/opal/mca/rcache/base/rcache_base_vma.c:116:65: note: Function 'mca_rcache_base_vma_insert' argument 2 names different: declaration 'registration' definition 'reg'.
openmpi-3.1.1.real/opal/mca/rcache/base/rcache_base_vma.c:146:65: style: Function 'mca_rcache_base_vma_delete' argument 2 names different: declaration 'registration' definition 'reg'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/rcache/base/rcache_base_vma.h:69:72: note: Function 'mca_rcache_base_vma_delete' argument 2 names different: declaration 'registration' definition 'reg'.
openmpi-3.1.1.real/opal/mca/rcache/base/rcache_base_vma.c:146:65: note: Function 'mca_rcache_base_vma_delete' argument 2 names different: declaration 'registration' definition 'reg'.
openmpi-3.1.1.real/opal/mca/rcache/gpusm/rcache_gpusm_module.c:161:10: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/rcache/grdma/rcache_grdma_module.c:426:12: error: Uninitialized variable: rc [uninitvar]
openmpi-3.1.1.real/opal/mca/rcache/rgpusm/rcache_rgpusm_module.c:455:13: style: Variable 'bound' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/mca/rcache/udreg/rcache_udreg_module.c:129:62: style: Function 'mca_rcache_udreg_reg_func' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/rcache/udreg/rcache_udreg_module.c:58:62: note: Function 'mca_rcache_udreg_reg_func' argument 2 names different: declaration 'len' definition 'size'.
openmpi-3.1.1.real/opal/mca/rcache/udreg/rcache_udreg_module.c:129:62: note: Function 'mca_rcache_udreg_reg_func' argument 2 names different: declaration 'len' definition 'size'.
openmpi-3.1.1.real/opal/mca/reachable/base/reachable_base_alloc.c:45:5: warning: Size of pointer 'memory' used instead of size of its data. [pointerSize]
openmpi-3.1.1.real/opal/mca/reachable/netlink/reachable_netlink_module.c:68:5: style: Variable 'reachable_results' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/reachable/netlink/reachable_netlink_module.c:64:0: note: Variable 'reachable_results' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/reachable/netlink/reachable_netlink_module.c:68:5: note: Variable 'reachable_results' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/reachable/netlink/reachable_netlink_module.c:65:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/reachable/netlink/reachable_netlink_module.c:91:9: style: The scope of the variable 'outgoing_interface' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/reachable/netlink/reachable_netlink_module.c:91:29: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/reachable/netlink/reachable_netlink_utils_common.c:271:14: style: Function 'opal_reachable_netlink_rt_lookup' argument 3 names different: declaration 'oif' definition 'outgoing_interface'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/mca/reachable/netlink/libnl_utils.h:63:33: note: Function 'opal_reachable_netlink_rt_lookup' argument 3 names different: declaration 'oif' definition 'outgoing_interface'.
openmpi-3.1.1.real/opal/mca/reachable/netlink/reachable_netlink_utils_common.c:271:14: note: Function 'opal_reachable_netlink_rt_lookup' argument 3 names different: declaration 'oif' definition 'outgoing_interface'.
openmpi-3.1.1.real/opal/mca/reachable/weighted/reachable_weighted.c:92:5: style: Variable 'reachable_results' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/reachable/weighted/reachable_weighted.c:88:0: note: Variable 'reachable_results' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/reachable/weighted/reachable_weighted.c:92:5: note: Variable 'reachable_results' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/reachable/weighted/reachable_weighted.c:89:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/mca/shmem/mmap/shmem_mmap_component.c:125:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/mca/shmem/mmap/shmem_mmap_component.c:106:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/shmem/mmap/shmem_mmap_component.c:125:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/mca/shmem/mmap/shmem_mmap_module.c:288:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/opal/mca/shmem/mmap/shmem_mmap_module.c:280:9: error: Memory leak: uniq_name_buf [memleak]
openmpi-3.1.1.real/opal/runtime/opal_cr.c:1059:19: style: Condition 'sleeper==1' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/opal/runtime/opal_cr.c:1048:19: note: Assignment 'sleeper=1', assigned value is 1
openmpi-3.1.1.real/opal/runtime/opal_cr.c:1059:19: note: Condition 'sleeper==1' is always true
openmpi-3.1.1.real/opal/runtime/opal_cr.c:1059:19: style: Same expression on both sides of '==' because the value of 'sleeper' and '1' are the same. [duplicateExpression]
openmpi-3.1.1.real/opal/runtime/opal_cr.c:1048:19: note: 'sleeper' is assigned value '1' here.
openmpi-3.1.1.real/opal/runtime/opal_cr.c:1059:19: note: Same expression on both sides of '==' because the value of 'sleeper' and '1' are the same.
openmpi-3.1.1.real/opal/runtime/opal_info_support.c:247:32: style: The scope of the variable 'map' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/runtime/opal_info_support.c:450:18: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/runtime/opal_info_support.c:451:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/runtime/opal_info_support.c:565:11: style: The scope of the variable 'type' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/runtime/opal_info_support.c:859:17: style: The scope of the variable 'max_value_width' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/runtime/opal_info_support.c:862:20: style: The scope of the variable 'savev' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/runtime/opal_info_support.c:1025:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/runtime/opal_info_support.c:1029:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/runtime/opal_info_support.c:1030:32: style: The scope of the variable 'map' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/runtime/opal_info_support.c:1120:10: style: The scope of the variable 'printed' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/runtime/opal_info_support.c:1190:23: style: Variable 'printed' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/threads/thread.c:104:9: error: Common realloc mistake: 'opal_tsd_key_values' nulled but not freed upon failure [memleakOnRealloc]
openmpi-3.1.1.real/opal/tools/opal-checkpoint/opal-checkpoint.c:297:9: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/tools/opal-checkpoint/opal-checkpoint.c:296:0: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/tools/opal-checkpoint/opal-checkpoint.c:297:9: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/tools/opal-checkpoint/opal-checkpoint.c:364:89: style: Function 'notify_process_for_checkpoint' argument 4 names different: declaration 'state' definition 'cr_state'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/tools/opal-checkpoint/opal-checkpoint.c:80:65: note: Function 'notify_process_for_checkpoint' argument 4 names different: declaration 'state' definition 'cr_state'.
openmpi-3.1.1.real/opal/tools/opal-checkpoint/opal-checkpoint.c:364:89: note: Function 'notify_process_for_checkpoint' argument 4 names different: declaration 'state' definition 'cr_state'.
openmpi-3.1.1.real/opal/tools/opal-restart/opal-restart.c:535:9: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/tools/opal-restart/opal-restart.c:534:0: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/tools/opal-restart/opal-restart.c:535:9: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/tools/opal-restart/opal-restart.c:569:12: style: Checking if unsigned variable 'strlen(opal_restart_globals.snapshot_ref)' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/opal/tools/wrappers/opal_wrapper.c:168:5: error: Common realloc mistake: 'options_data' nulled but not freed upon failure [memleakOnRealloc]
openmpi-3.1.1.real/opal/util/arch.c:70:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openmpi-3.1.1.real/opal/util/arch.c:61:17: note: Assignment 'i=31', assigned value is 31
openmpi-3.1.1.real/opal/util/arch.c:70:25: note: Shift
openmpi-3.1.1.real/opal/util/arch.c:70:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/opal/util/argv.c:93:9: style: The scope of the variable 'argc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/argv.c:94:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/argv.c:181:10: style: The scope of the variable 'arglen' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/argv.c:495:9: style: The scope of the variable 'suffix_count' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/bipartite_graph.c:573:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openmpi-3.1.1.real/opal/util/cmd_line.c:175:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/cmd_line.c:765:28: style: The scope of the variable 'param' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/cmd_line.c:803:28: style: The scope of the variable 'param' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/cmd_line.c:1091:29: style: The scope of the variable 'option' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/cmd_line.c:1182:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/cmd_line.c:1307:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/cmd_line.c:884:56: style: Function 'option_constructor' argument 1 names different: declaration 'cmd' definition 'o'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/util/cmd_line.c:77:56: note: Function 'option_constructor' argument 1 names different: declaration 'cmd' definition 'o'.
openmpi-3.1.1.real/opal/util/cmd_line.c:884:56: note: Function 'option_constructor' argument 1 names different: declaration 'cmd' definition 'o'.
openmpi-3.1.1.real/opal/util/cmd_line.c:900:55: style: Function 'option_destructor' argument 1 names different: declaration 'cmd' definition 'o'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/util/cmd_line.c:78:55: note: Function 'option_destructor' argument 1 names different: declaration 'cmd' definition 'o'.
openmpi-3.1.1.real/opal/util/cmd_line.c:900:55: note: Function 'option_destructor' argument 1 names different: declaration 'cmd' definition 'o'.
openmpi-3.1.1.real/opal/util/cmd_line.c:917:54: style: Function 'param_constructor' argument 1 names different: declaration 'cmd' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/util/cmd_line.c:109:54: note: Function 'param_constructor' argument 1 names different: declaration 'cmd' definition 'p'.
openmpi-3.1.1.real/opal/util/cmd_line.c:917:54: note: Function 'param_constructor' argument 1 names different: declaration 'cmd' definition 'p'.
openmpi-3.1.1.real/opal/util/cmd_line.c:926:53: style: Function 'param_destructor' argument 1 names different: declaration 'cmd' definition 'p'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/util/cmd_line.c:110:53: note: Function 'param_destructor' argument 1 names different: declaration 'cmd' definition 'p'.
openmpi-3.1.1.real/opal/util/cmd_line.c:926:53: note: Function 'param_destructor' argument 1 names different: declaration 'cmd' definition 'p'.
openmpi-3.1.1.real/opal/util/cmd_line.c:1305:39: style: Function 'qsort_callback' argument 1 names different: declaration 'a' definition 'aa'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/util/cmd_line.c:145:39: note: Function 'qsort_callback' argument 1 names different: declaration 'a' definition 'aa'.
openmpi-3.1.1.real/opal/util/cmd_line.c:1305:39: note: Function 'qsort_callback' argument 1 names different: declaration 'a' definition 'aa'.
openmpi-3.1.1.real/opal/util/cmd_line.c:1305:55: style: Function 'qsort_callback' argument 2 names different: declaration 'b' definition 'bb'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/util/cmd_line.c:145:54: note: Function 'qsort_callback' argument 2 names different: declaration 'b' definition 'bb'.
openmpi-3.1.1.real/opal/util/cmd_line.c:1305:55: note: Function 'qsort_callback' argument 2 names different: declaration 'b' definition 'bb'.
openmpi-3.1.1.real/opal/util/cmd_line.c:1299:64: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
openmpi-3.1.1.real/opal/util/crc.c:1078:27: style: The scope of the variable 'crc_accum' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/crc.c:1104:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/crc.c:1164:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/crc.c:1165:30: style: The scope of the variable 't' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/error.c:114:19: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/util/error.c:143:15: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/util/error.c:168:19: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/opal/util/fd.c:38:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/fd.c:63:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info.c:81:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info.c:133:24: style: The scope of the variable 'new_info' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info.c:181:20: style: The scope of the variable 'pkey' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info.c:182:9: style: The scope of the variable 'is_IN_key' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info.c:183:9: style: The scope of the variable 'exists_IN_key' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info.c:183:24: style: The scope of the variable 'exists_reg_key' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info.c:495:24: style: The scope of the variable 'iterator' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info_subscriber.c:312:13: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/util/info_subscriber.c:311:13: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/util/info_subscriber.c:312:13: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/util/info_subscriber.c:397:13: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/util/info_subscriber.c:396:13: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/util/info_subscriber.c:397:13: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/util/info_subscriber.c:174:32: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info_subscriber.c:257:10: style: The scope of the variable 'modkey' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info_subscriber.c:258:15: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info_subscriber.c:288:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info_subscriber.c:289:24: style: The scope of the variable 'iterator' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info_subscriber.c:290:11: style: The scope of the variable 'updated_value' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/info_subscriber.c:349:32: style: The scope of the variable 'callback_list_item' can be reduced. [variableScope]
keyval_lex.c:1582:2: warning: Possible null pointer dereference: b [nullPointer]
keyval_lex.c:1471:34: note: Calling function 'opal_util_keyval_yy_init_buffer', 1st argument 'b' value is 0
keyval_lex.c:1582:2: note: Null pointer dereference
keyval_lex.c:1583:2: warning: Possible null pointer dereference: b [nullPointer]
keyval_lex.c:1471:34: note: Calling function 'opal_util_keyval_yy_init_buffer', 1st argument 'b' value is 0
keyval_lex.c:1583:2: note: Null pointer dereference
keyval_lex.c:1594:9: warning: Possible null pointer dereference: b [nullPointer]
keyval_lex.c:1471:34: note: Calling function 'opal_util_keyval_yy_init_buffer', 1st argument 'b' value is 0
keyval_lex.c:1594:9: note: Null pointer dereference
keyval_lex.c:1767:65: style: Function 'opal_util_keyval_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
keyval_lex.c:333:64: note: Function 'opal_util_keyval_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
keyval_lex.c:1767:65: note: Function 'opal_util_keyval_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
keyval_lex.c:1780:65: style: Function 'opal_util_keyval_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
keyval_lex.c:334:63: note: Function 'opal_util_keyval_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
keyval_lex.c:1780:65: note: Function 'opal_util_keyval_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
keyval_lex.c:1780:79: style: Function 'opal_util_keyval_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
keyval_lex.c:334:73: note: Function 'opal_util_keyval_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
keyval_lex.c:1780:79: note: Function 'opal_util_keyval_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
keyval_lex.c:1912:41: style: Function 'opal_util_keyval_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
keyval_lex.c:677:40: note: Function 'opal_util_keyval_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
keyval_lex.c:1912:41: note: Function 'opal_util_keyval_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
openmpi-3.1.1.real/opal/util/keyval_parse.c:277:9: style: The scope of the variable 'sz' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/keyval_parse.c:277:13: style: The scope of the variable 'varsz' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/keyval_parse.c:277:20: style: The scope of the variable 'valsz' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/keyval_parse.c:318:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/numtostr.c:34:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/util/numtostr.c:31:0: note: Variable 'buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/util/numtostr.c:34:5: note: Variable 'buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/util/numtostr.c:55:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/util/numtostr.c:52:0: note: Variable 'buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/util/numtostr.c:55:5: note: Variable 'buf' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/util/opal_environ.c:44:18: style: The scope of the variable 'value' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/opal_environ.c:116:0: error: Memory leak: newvalue [memleak]
openmpi-3.1.1.real/opal/util/opal_getcwd.c:40:11: style: The scope of the variable 'shortened' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/opal_getcwd.c:39:17: style: Unused variable: a [unusedVariable]
openmpi-3.1.1.real/opal/util/opal_getcwd.c:39:20: style: Unused variable: b [unusedVariable]
openmpi-3.1.1.real/opal/util/os_dirpath.c:267:10: style: The scope of the variable 'dp' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/os_dirpath.c:268:20: style: The scope of the variable 'ep' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/output.c:165:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/opal/util/output.c:149:5: note: Variable 'str' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/util/output.c:165:5: note: Variable 'str' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/opal/util/output.c:993:21: performance: Buffer 'buffer' is being written before its old content has been used. [redundantCopy]
openmpi-3.1.1.real/opal/util/output.c:992:21: note: Buffer 'buffer' is being written before its old content has been used.
openmpi-3.1.1.real/opal/util/output.c:993:21: note: Buffer 'buffer' is being written before its old content has been used.
openmpi-3.1.1.real/opal/util/output.c:329:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/output.c:411:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/output.c:435:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/output.c:724:9: style: The scope of the variable 'flags' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/output.c:725:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/output.c:814:20: style: The scope of the variable 'ldi' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/output.c:933:20: style: The scope of the variable 'ldi' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/output.c:524:38: style: Function 'construct' argument 1 names different: declaration 'stream' definition 'obj'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/util/output.c:89:38: note: Function 'construct' argument 1 names different: declaration 'stream' definition 'obj'.
openmpi-3.1.1.real/opal/util/output.c:524:38: note: Function 'construct' argument 1 names different: declaration 'stream' definition 'obj'.
openmpi-3.1.1.real/opal/util/output.c:541:37: style: Function 'destruct' argument 1 names different: declaration 'stream' definition 'obj'. [funcArgNamesDifferent]
openmpi-3.1.1.real/opal/util/output.c:90:37: note: Function 'destruct' argument 1 names different: declaration 'stream' definition 'obj'.
openmpi-3.1.1.real/opal/util/output.c:541:37: note: Function 'destruct' argument 1 names different: declaration 'stream' definition 'obj'.
openmpi-3.1.1.real/opal/util/path.c:85:0: error: #error Must have either statfs() or statvfs() [preprocessorErrorDirective]
openmpi-3.1.1.real/opal/util/printf.c:223:14: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
openmpi-3.1.1.real/opal/util/printf.c:233:9: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
openmpi-3.1.1.real/opal/util/show_help.c:143:12: style: The scope of the variable 'base_len' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/show_help.c:144:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/show_help.c:205:9: style: The scope of the variable 'token' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/show_help.c:249:9: style: The scope of the variable 'token' can be reduced. [variableScope]
show_help_lex.c:1377:2: warning: Possible null pointer dereference: b [nullPointer]
show_help_lex.c:1266:32: note: Calling function 'opal_show_help_yy_init_buffer', 1st argument 'b' value is 0
show_help_lex.c:1377:2: note: Null pointer dereference
show_help_lex.c:1378:2: warning: Possible null pointer dereference: b [nullPointer]
show_help_lex.c:1266:32: note: Calling function 'opal_show_help_yy_init_buffer', 1st argument 'b' value is 0
show_help_lex.c:1378:2: note: Null pointer dereference
show_help_lex.c:1389:9: warning: Possible null pointer dereference: b [nullPointer]
show_help_lex.c:1266:32: note: Calling function 'opal_show_help_yy_init_buffer', 1st argument 'b' value is 0
show_help_lex.c:1389:9: note: Null pointer dereference
show_help_lex.c:1157:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
show_help_lex.c:367:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
show_help_lex.c:1157:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
show_help_lex.c:1562:63: style: Function 'opal_show_help_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
show_help_lex.c:320:62: note: Function 'opal_show_help_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
show_help_lex.c:1562:63: note: Function 'opal_show_help_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
show_help_lex.c:1575:63: style: Function 'opal_show_help_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
show_help_lex.c:321:61: note: Function 'opal_show_help_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
show_help_lex.c:1575:63: note: Function 'opal_show_help_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
show_help_lex.c:1575:77: style: Function 'opal_show_help_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
show_help_lex.c:321:71: note: Function 'opal_show_help_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
show_help_lex.c:1575:77: note: Function 'opal_show_help_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
show_help_lex.c:1707:39: style: Function 'opal_show_help_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
show_help_lex.c:573:38: note: Function 'opal_show_help_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
show_help_lex.c:1707:39: note: Function 'opal_show_help_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
openmpi-3.1.1.real/opal/util/uri.c:49:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/opal/util/uri.c:49:18: style: The scope of the variable 'k' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/common/alps/common_alps.c:47:10: style: The scope of the variable 'task_is_app_fname' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/dfs/base/dfs_base_select.c:44:17: warning: Either the condition 'NULL!=best_module' is redundant or there is possible null pointer dereference: best_module. [nullPointerRedundantCheck]
openmpi-3.1.1.real/orte/mca/dfs/base/dfs_base_select.c:47:14: note: Assuming that condition 'NULL!=best_module' is not redundant
openmpi-3.1.1.real/orte/mca/dfs/base/dfs_base_select.c:44:17: note: Null pointer dereference
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:187:22: style: The scope of the variable 'wt' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:222:22: style: The scope of the variable 'wt' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:1066:23: style: The scope of the variable 'jfm' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:1070:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:1009:46: style: Function 'dfs_post_file_map' argument 1 names different: declaration 'bo' definition 'buffer'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:72:46: note: Function 'dfs_post_file_map' argument 1 names different: declaration 'bo' definition 'buffer'.
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:1009:46: note: Function 'dfs_post_file_map' argument 1 names different: declaration 'bo' definition 'buffer'.
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:1233:47: style: Function 'dfs_load_file_maps' argument 2 names different: declaration 'bo' definition 'buf'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:79:47: note: Function 'dfs_load_file_maps' argument 2 names different: declaration 'bo' definition 'buf'.
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:1233:47: note: Function 'dfs_load_file_maps' argument 2 names different: declaration 'bo' definition 'buf'.
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:2320:51: style: Function 'remote_read' argument 3 names different: declaration 'cbata' definition 'cbdata'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:179:51: note: Function 'remote_read' argument 3 names different: declaration 'cbata' definition 'cbdata'.
openmpi-3.1.1.real/orte/mca/dfs/orted/dfs_orted.c:2320:51: note: Function 'remote_read' argument 3 names different: declaration 'cbata' definition 'cbdata'.
openmpi-3.1.1.real/orte/mca/errmgr/base/errmgr_base_fns.c:92:5: style: Variable 'errstring' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/errmgr/base/errmgr_base_fns.c:90:0: note: Variable 'errstring' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/errmgr/base/errmgr_base_fns.c:92:5: note: Variable 'errstring' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/errmgr/base/errmgr_base_select.c:55:20: warning: Either the condition 'NULL!=best_module' is redundant or there is possible null pointer dereference: best_module. [nullPointerRedundantCheck]
openmpi-3.1.1.real/orte/mca/errmgr/base/errmgr_base_select.c:58:14: note: Assuming that condition 'NULL!=best_module' is not redundant
openmpi-3.1.1.real/orte/mca/errmgr/base/errmgr_base_select.c:55:20: note: Null pointer dereference
openmpi-3.1.1.real/orte/mca/errmgr/default_app/errmgr_default_app.c:153:11: style: The scope of the variable 'nodename' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/errmgr/default_hnp/errmgr_default_hnp.c:194:20: style: The scope of the variable 'answer' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/errmgr/default_hnp/errmgr_default_hnp.c:195:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/errmgr/default_orted/errmgr_default_orted.c:732:18: style: The scope of the variable 'child' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/errmgr/default_orted/errmgr_default_orted.c:781:18: style: The scope of the variable 'child' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/errmgr/default_orted/errmgr_default_orted.c:813:18: style: The scope of the variable 'child' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_fns.c:311:30: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_frame.c:133:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_frame.c:229:12: style: The scope of the variable 'sval' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_frame.c:230:12: style: The scope of the variable 'signals' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_frame.c:231:29: style: The scope of the variable 'sig' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_frame.c:232:10: style: The scope of the variable 'ignore' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_frame.c:232:18: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_std_app.c:388:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_std_app.c:389:11: style: The scope of the variable 'myfile' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_std_orted.c:696:29: style: The scope of the variable 'sig' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_std_orted.c:697:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/base/ess_base_std_tool.c:71:19: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/hnp/ess_hnp_module.c:800:11: style: The scope of the variable 'contact_path' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/hnp/ess_hnp_module.c:803:29: style: The scope of the variable 'sig' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/hnp/ess_hnp_module.c:804:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/hnp/ess_hnp_module.c:964:11: style: The scope of the variable 'msg' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/hnp/ess_hnp_module.c:961:39: style: Function 'abort_signal_callback' argument 1 names different: declaration 'signal' definition 'fd'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/ess/hnp/ess_hnp_module.c:124:39: note: Function 'abort_signal_callback' argument 1 names different: declaration 'signal' definition 'fd'.
openmpi-3.1.1.real/orte/mca/ess/hnp/ess_hnp_module.c:961:39: note: Function 'abort_signal_callback' argument 1 names different: declaration 'signal' definition 'fd'.
openmpi-3.1.1.real/orte/mca/ess/pmi/ess_pmi_module.c:495:27: style: Function 'rte_abort' argument 1 names different: declaration 'error_code' definition 'status'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/ess/pmi/ess_pmi_module.c:72:27: note: Function 'rte_abort' argument 1 names different: declaration 'error_code' definition 'status'.
openmpi-3.1.1.real/orte/mca/ess/pmi/ess_pmi_module.c:495:27: note: Function 'rte_abort' argument 1 names different: declaration 'error_code' definition 'status'.
openmpi-3.1.1.real/orte/mca/ess/singleton/ess_singleton_component.c:94:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/mca/ess/singleton/ess_singleton_module.c:352:19: style: The scope of the variable 'cptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/singleton/ess_singleton_module.c:354:9: style: The scope of the variable 'buffer_length' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/singleton/ess_singleton_module.c:354:24: style: The scope of the variable 'num_chars_read' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/singleton/ess_singleton_module.c:354:40: style: The scope of the variable 'chunk' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/singleton/ess_singleton_module.c:356:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/singleton/ess_singleton_module.c:356:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ess/singleton/ess_singleton_module.c:116:19: style: Checking if unsigned variable 'strlen(filename)' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/orte/mca/ess/singleton/ess_singleton_module.c:523:17: error: Common realloc mistake: 'orted_uri' nulled but not freed upon failure [memleakOnRealloc]
openmpi-3.1.1.real/orte/mca/filem/raw/filem_raw_module.c:260:10: style: The scope of the variable 'already_sent' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/filem/raw/filem_raw_module.c:580:31: style: The scope of the variable 'basedir' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/filem/raw/filem_raw_module.c:628:25: style: The scope of the variable 'bname' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/filem/raw/filem_raw_module.c:950:18: style: The scope of the variable 'session_dir' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/filem/raw/filem_raw_module.c:958:11: style: The scope of the variable 'cptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/filem/raw/filem_raw_module.c:1112:9: style: The scope of the variable 'num_written' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/grpcomm/base/grpcomm_base_stubs.c:156:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/grpcomm/base/grpcomm_base_stubs.c:141:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/grpcomm/base/grpcomm_base_stubs.c:156:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/grpcomm/base/grpcomm_base_stubs.c:142:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/grpcomm/base/grpcomm_base_stubs.c:231:22: style: The scope of the variable 'nm' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/grpcomm/base/grpcomm_base_stubs.c:233:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/grpcomm/base/grpcomm_base_stubs.c:322:12: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/grpcomm/base/grpcomm_base_stubs.c:326:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/grpcomm/base/grpcomm_base_stubs.c:330:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/grpcomm/direct/grpcomm_direct.c:170:20: style: The scope of the variable 'reply' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/grpcomm/direct/grpcomm_direct.c:258:62: style: Function 'xcast_recv' argument 4 names different: declaration 'tag' definition 'tg'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/grpcomm/direct/grpcomm_direct.c:61:62: note: Function 'xcast_recv' argument 4 names different: declaration 'tag' definition 'tg'.
openmpi-3.1.1.real/orte/mca/grpcomm/direct/grpcomm_direct.c:258:62: note: Function 'xcast_recv' argument 4 names different: declaration 'tag' definition 'tg'.
openmpi-3.1.1.real/orte/mca/grpcomm/direct/grpcomm_direct.c:248:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_frame.c:112:13: style: The scope of the variable 'xmlfd' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_frame.c:112:9: style: Unused variable: rc [unusedVariable]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_output.c:275:10: style: The scope of the variable 'dump' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_output.c:276:9: style: The scope of the variable 'num_written' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_output.c:278:30: style: The scope of the variable 'output' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_select.c:43:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_setup.c:103:13: style: Condition 'ret<0' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_setup.c:79:16: note: Assignment 'ret=-1', assigned value is -1
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_setup.c:103:13: note: Condition 'ret<0' is always true
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_setup.c:287:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_setup.c:289:9: style: The scope of the variable 'np' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_setup.c:289:13: style: The scope of the variable 'numdigs' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_setup.c:289:22: style: The scope of the variable 'fdout' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_setup.c:289:29: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_setup.c:290:11: style: The scope of the variable 'p' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_setup.c:290:16: style: The scope of the variable 's' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/base/iof_base_setup.c:291:10: style: The scope of the variable 'usejobid' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/hnp/iof_hnp.c:332:48: style: Function 'hnp_pull' argument 1 names different: declaration 'src_name' definition 'dst_name'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/iof/hnp/iof_hnp.c:66:48: note: Function 'hnp_pull' argument 1 names different: declaration 'src_name' definition 'dst_name'.
openmpi-3.1.1.real/orte/mca/iof/hnp/iof_hnp.c:332:48: note: Function 'hnp_pull' argument 1 names different: declaration 'src_name' definition 'dst_name'.
openmpi-3.1.1.real/orte/mca/iof/hnp/iof_hnp_read.c:106:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/hnp/iof_hnp_send.c:53:31: style: The scope of the variable 'sig' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/iof/orted/iof_orted.c:225:50: style: Function 'orted_pull' argument 1 names different: declaration 'src_name' definition 'dst_name'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/iof/orted/iof_orted.c:69:50: note: Function 'orted_pull' argument 1 names different: declaration 'src_name' definition 'dst_name'.
openmpi-3.1.1.real/orte/mca/iof/orted/iof_orted.c:225:50: note: Function 'orted_pull' argument 1 names different: declaration 'src_name' definition 'dst_name'.
openmpi-3.1.1.real/orte/mca/iof/orted/iof_orted.c:384:37: style: Function 'stdin_write_handler' argument 1 names different: declaration 'fd' definition '_fd'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/iof/orted/iof_orted.c:61:37: note: Function 'stdin_write_handler' argument 1 names different: declaration 'fd' definition '_fd'.
openmpi-3.1.1.real/orte/mca/iof/orted/iof_orted.c:384:37: note: Function 'stdin_write_handler' argument 1 names different: declaration 'fd' definition '_fd'.
openmpi-3.1.1.real/orte/mca/iof/orted/iof_orted_read.c:47:61: style: Function 'orte_iof_orted_read_handler' argument 3 names different: declaration 'data' definition 'cbdata'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/iof/orted/iof_orted.h:77:61: note: Function 'orte_iof_orted_read_handler' argument 3 names different: declaration 'data' definition 'cbdata'.
openmpi-3.1.1.real/orte/mca/iof/orted/iof_orted_read.c:47:61: note: Function 'orte_iof_orted_read_handler' argument 3 names different: declaration 'data' definition 'cbdata'.
openmpi-3.1.1.real/orte/mca/iof/tool/iof_tool.c:181:50: style: Function 'tool_close' argument 1 names different: declaration 'peer' definition 'src_name'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/iof/tool/iof_tool.c:52:50: note: Function 'tool_close' argument 1 names different: declaration 'peer' definition 'src_name'.
openmpi-3.1.1.real/orte/mca/iof/tool/iof_tool.c:181:50: note: Function 'tool_close' argument 1 names different: declaration 'peer' definition 'src_name'.
openmpi-3.1.1.real/orte/mca/iof/tool/iof_tool.c:182:38: style: Function 'tool_close' argument 2 names different: declaration 'source_tag' definition 'src_tag'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/iof/tool/iof_tool.c:53:39: note: Function 'tool_close' argument 2 names different: declaration 'source_tag' definition 'src_tag'.
openmpi-3.1.1.real/orte/mca/iof/tool/iof_tool.c:182:38: note: Function 'tool_close' argument 2 names different: declaration 'source_tag' definition 'src_tag'.
openmpi-3.1.1.real/orte/mca/odls/alps/odls_alps_module.c:299:5: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/odls/alps/odls_alps_module.c:295:0: note: Variable 'dir' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/odls/alps/odls_alps_module.c:299:5: note: Variable 'dir' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/odls/alps/odls_alps_module.c:385:13: style: The scope of the variable 'fdnull' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/alps/odls_alps_module.c:473:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/alps/odls_alps_module.c:169:11: style: Unused variable: pgrp [unusedVariable]
openmpi-3.1.1.real/orte/mca/odls/alps/odls_alps_utils.c:83:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/odls/alps/odls_alps_utils.c:77:9: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/odls/alps/odls_alps_utils.c:83:9: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/odls/base/odls_base_default_fns.c:109:13: style: The scope of the variable 'v' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/base/odls_base_default_fns.c:121:18: style: The scope of the variable 'modex' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/base/odls_base_default_fns.c:122:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/base/odls_base_default_fns.c:785:18: style: The scope of the variable 'child' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/base/odls_base_frame.c:104:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/base/odls_base_frame.c:140:16: style: The scope of the variable 'rank' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/base/odls_base_frame.c:142:10: style: The scope of the variable 'xterm_hold' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/default/odls_default_module.c:667:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/orte/mca/odls/default/odls_default_module.c:669:7: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/orte/mca/odls/default/odls_default_module.c:667:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/orte/mca/odls/default/odls_default_module.c:330:10: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/default/odls_default_module.c:372:13: style: The scope of the variable 'fdnull' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/default/odls_default_module.c:457:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/odls/default/odls_default_module.c:172:11: style: Unused variable: pgrp [unusedVariable]
openmpi-3.1.1.real/orte/mca/oob/base/oob_base_frame.c:80:31: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/base/oob_base_stubs.c:42:10: style: The scope of the variable 'reachable' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/base/oob_base_stubs.c:303:31: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp.c:250:40: style: Function 'recv_handler' argument 2 names different: declaration 'flags' definition 'flg'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp.c:91:40: note: Function 'recv_handler' argument 2 names different: declaration 'flags' definition 'flg'.
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp.c:250:40: note: Function 'recv_handler' argument 2 names different: declaration 'flags' definition 'flg'.
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp.c:250:51: style: Function 'recv_handler' argument 3 names different: declaration 'user' definition 'cbdata'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp.c:91:53: note: Function 'recv_handler' argument 3 names different: declaration 'user' definition 'cbdata'.
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp.c:250:51: note: Function 'recv_handler' argument 3 names different: declaration 'user' definition 'cbdata'.
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_component.c:666:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_component.c:668:24: style: The scope of the variable 'evb' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_component.c:772:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_component.c:772:29: style: The scope of the variable 'tp' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_component.c:824:25: style: The scope of the variable 'in' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_connection.c:90:9: style: The scope of the variable 'flags' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_connection.c:614:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_connection.c:712:15: style: The scope of the variable 'ui64' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_connection.c:422:15: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_connection.c:475:15: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_connection.c:891:15: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_connection.c:1131:20: style: Unused variable: optlen [unusedVariable]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_connection.c:412:9: error: Memory leak: msg [memleak]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_connection.c:467:9: error: Memory leak: msg [memleak]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_connection.c:822:9: error: Memory leak: msg [memleak]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_listener.c:185:14: style: The scope of the variable 'port' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_sendrecv.c:205:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_sendrecv.c:348:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_sendrecv.c:433:22: style: The scope of the variable 'snd' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_sendrecv.c:201:35: style: Function 'mca_oob_tcp_send_handler' argument 1 names different: declaration 'fd' definition 'sd'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp.h:87:56: note: Function 'mca_oob_tcp_send_handler' argument 1 names different: declaration 'fd' definition 'sd'.
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_sendrecv.c:201:35: note: Function 'mca_oob_tcp_send_handler' argument 1 names different: declaration 'fd' definition 'sd'.
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_sendrecv.c:201:45: style: Function 'mca_oob_tcp_send_handler' argument 2 names different: declaration 'args' definition 'flags'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp.h:87:66: note: Function 'mca_oob_tcp_send_handler' argument 2 names different: declaration 'args' definition 'flags'.
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_sendrecv.c:201:45: note: Function 'mca_oob_tcp_send_handler' argument 2 names different: declaration 'args' definition 'flags'.
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_sendrecv.c:429:35: style: Function 'mca_oob_tcp_recv_handler' argument 1 names different: declaration 'fd' definition 'sd'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp.h:88:56: note: Function 'mca_oob_tcp_recv_handler' argument 1 names different: declaration 'fd' definition 'sd'.
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_sendrecv.c:429:35: note: Function 'mca_oob_tcp_recv_handler' argument 1 names different: declaration 'fd' definition 'sd'.
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_sendrecv.c:429:45: style: Function 'mca_oob_tcp_recv_handler' argument 2 names different: declaration 'args' definition 'flags'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp.h:88:66: note: Function 'mca_oob_tcp_recv_handler' argument 2 names different: declaration 'args' definition 'flags'.
openmpi-3.1.1.real/orte/mca/oob/tcp/oob_tcp_sendrecv.c:429:45: note: Function 'mca_oob_tcp_recv_handler' argument 2 names different: declaration 'args' definition 'flags'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_req.h:217:9: style: The scope of the variable 'iov_index' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_component.c:594:82: style: Function 'mca_oob_ud_component_is_reachable' argument 2 names different: declaration 'peer' definition 'peer_name'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_component.c:44:83: note: Function 'mca_oob_ud_component_is_reachable' argument 2 names different: declaration 'peer' definition 'peer_name'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_component.c:594:82: note: Function 'mca_oob_ud_component_is_reachable' argument 2 names different: declaration 'peer' definition 'peer_name'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:341:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:319:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:341:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:379:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:355:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:379:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:118:9: style: The scope of the variable 'msg_num' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:316:111: style: Function 'mca_oob_ud_event_send_ack' argument 3 names different: declaration 'msg' definition 'msg_hdr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:19:111: note: Function 'mca_oob_ud_event_send_ack' argument 3 names different: declaration 'msg' definition 'msg_hdr'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:316:111: note: Function 'mca_oob_ud_event_send_ack' argument 3 names different: declaration 'msg' definition 'msg_hdr'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:352:112: style: Function 'mca_oob_ud_event_send_nack' argument 3 names different: declaration 'msg' definition 'msg_hdr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:20:112: note: Function 'mca_oob_ud_event_send_nack' argument 3 names different: declaration 'msg' definition 'msg_hdr'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:352:112: note: Function 'mca_oob_ud_event_send_nack' argument 3 names different: declaration 'msg' definition 'msg_hdr'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:405:95: style: Function 'mca_oob_ud_event_handle_completion' argument 2 names different: declaration 'msg' definition 'msg_hdr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:27:95: note: Function 'mca_oob_ud_event_handle_completion' argument 2 names different: declaration 'msg' definition 'msg_hdr'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:405:95: note: Function 'mca_oob_ud_event_handle_completion' argument 2 names different: declaration 'msg' definition 'msg_hdr'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:432:92: style: Function 'mca_oob_ud_event_handle_data_ok' argument 2 names different: declaration 'msg' definition 'msg_hdr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:28:92: note: Function 'mca_oob_ud_event_handle_data_ok' argument 2 names different: declaration 'msg' definition 'msg_hdr'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:432:92: note: Function 'mca_oob_ud_event_handle_data_ok' argument 2 names different: declaration 'msg' definition 'msg_hdr'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:475:88: style: Function 'mca_oob_ud_event_handle_rep' argument 2 names different: declaration 'msg' definition 'msg_hdr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:30:88: note: Function 'mca_oob_ud_event_handle_rep' argument 2 names different: declaration 'msg' definition 'msg_hdr'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_event.c:475:88: note: Function 'mca_oob_ud_event_handle_rep' argument 2 names different: declaration 'msg' definition 'msg_hdr'.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_peer.c:66:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_peer.c:68:26: style: The scope of the variable 'device' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_peer.c:204:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_ping.c:56:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_ping.c:53:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_ping.c:56:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_qp.c:198:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_qp.c:225:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_qp.c:284:28: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_recv.c:383:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_recv.c:383:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_recv.c:384:14: style: The scope of the variable 'expected' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_recv.c:385:10: style: The scope of the variable 'error' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_recv.c:385:25: style: The scope of the variable 'out_of_order' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_req.c:193:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/oob/ud/oob_ud_send.c:124:19: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/alps/plm_alps_module.c:588:9: style: Variable 'lib_base' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/plm/alps/plm_alps_module.c:581:0: note: Variable 'lib_base' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/plm/alps/plm_alps_module.c:588:9: note: Variable 'lib_base' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/plm/alps/plm_alps_module.c:589:9: style: Variable 'bin_base' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/plm/alps/plm_alps_module.c:581:0: note: Variable 'bin_base' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/plm/alps/plm_alps_module.c:589:9: note: Variable 'bin_base' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/plm/alps/plm_alps_module.c:559:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/base/plm_base_frame.c:70:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/base/plm_base_launch_support.c:388:14: style: The scope of the variable 'h' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/base/plm_base_launch_support.c:390:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/base/plm_base_launch_support.c:390:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/base/plm_base_launch_support.c:1414:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/base/plm_base_launch_support.c:1414:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/base/plm_base_launch_support.c:1414:15: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/base/plm_base_launch_support.c:1417:10: style: The scope of the variable 'ignore' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/base/plm_base_orted_cmds.c:157:9: style: The scope of the variable 'v' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/base/plm_base_orted_cmds.c:158:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/lsf/plm_lsf_module.c:349:9: style: Variable 'flattened_nodelist' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/plm/lsf/plm_lsf_module.c:348:0: note: Variable 'flattened_nodelist' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/plm/lsf/plm_lsf_module.c:349:9: note: Variable 'flattened_nodelist' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_component.c:361:11: style: The scope of the variable 'line' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_component.c:414:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_component.c:386:26: style: Checking if unsigned variable 'strlen(line)' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:602:46: style: Redundant condition: mca_plm_rsh_component.using_qrsh. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:604:49: style: Redundant condition: mca_plm_rsh_component.using_llspawn. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:1606:36: style: Condition 'ORTE_PLM_RSH_SHELL_UNKNOWN==local_shell' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:1589:19: note: Assignment 'local_shell=ORTE_PLM_RSH_SHELL_UNKNOWN', assigned value is 6
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:1606:36: note: Condition 'ORTE_PLM_RSH_SHELL_UNKNOWN==local_shell' is always true
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:263:17: style: The scope of the variable 'jdata' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:265:11: style: The scope of the variable 'rtmod' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:342:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:343:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:925:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:1323:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:1324:17: style: The scope of the variable 'jdata' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:1416:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:1480:34: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/rsh/plm_rsh_module.c:1586:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/slurm/plm_slurm_module.c:626:9: style: Variable 'lib_base' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/plm/slurm/plm_slurm_module.c:619:0: note: Variable 'lib_base' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/plm/slurm/plm_slurm_module.c:626:9: note: Variable 'lib_base' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/plm/slurm/plm_slurm_module.c:627:9: style: Variable 'bin_base' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/plm/slurm/plm_slurm_module.c:619:0: note: Variable 'bin_base' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/plm/slurm/plm_slurm_module.c:627:9: note: Variable 'bin_base' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/plm/slurm/plm_slurm_module.c:586:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/plm/tm/plm_tm_module.c:504:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/alps/ras_alps_component.c:102:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/alps/ras_alps_module.c:203:45: warning: Logical disjunction always evaluates to true: EXPR != ' ' || EXPR != '\t'. [incorrectLogicOperator]
openmpi-3.1.1.real/orte/mca/ras/alps/ras_alps_module.c:353:5: style: Variable 'input' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/ras/alps/ras_alps_module.c:351:0: note: Variable 'input' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/ras/alps/ras_alps_module.c:353:5: note: Variable 'input' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/ras/alps/ras_alps_module.c:395:22: style: The scope of the variable 'apInfo' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/alps/ras_alps_module.c:365:5: error: Memory leak: input [memleak]
openmpi-3.1.1.real/orte/mca/ras/base/ras_base_allocate.c:59:18: style: The scope of the variable 'alloc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/base/ras_base_allocate.c:461:18: style: The scope of the variable 'node' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/gridengine/ras_gridengine_module.c:63:73: style: Function 'orte_ras_gridengine_allocate' argument 2 names different: declaration 'nodes' definition 'nodelist'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/ras/gridengine/ras_gridengine_module.c:42:73: note: Function 'orte_ras_gridengine_allocate' argument 2 names different: declaration 'nodes' definition 'nodelist'.
openmpi-3.1.1.real/orte/mca/ras/gridengine/ras_gridengine_module.c:63:73: note: Function 'orte_ras_gridengine_allocate' argument 2 names different: declaration 'nodes' definition 'nodelist'.
openmpi-3.1.1.real/orte/mca/ras/lsf/ras_lsf_module.c:72:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/simulator/ras_sim_module.c:67:5: style: Variable 'node_cnt' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/ras/simulator/ras_sim_module.c:61:0: note: Variable 'node_cnt' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/ras/simulator/ras_sim_module.c:67:5: note: Variable 'node_cnt' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:738:9: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:125:25: style: The scope of the variable 'ap' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:152:9: style: The scope of the variable 'flags' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:153:21: style: The scope of the variable 'h' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:242:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:370:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:405:15: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:405:25: style: The scope of the variable 'count' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:411:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:668:27: style: The scope of the variable 'num_len' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:671:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:787:25: style: The scope of the variable 'aptrk' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:615:74: style: Function 'orte_ras_slurm_parse_ranges' argument 3 names different: declaration 'nodelist' definition 'names'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:85:74: note: Function 'orte_ras_slurm_parse_ranges' argument 3 names different: declaration 'nodelist' definition 'names'.
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:615:74: note: Function 'orte_ras_slurm_parse_ranges' argument 3 names different: declaration 'nodelist' definition 'names'.
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:664:72: style: Function 'orte_ras_slurm_parse_range' argument 3 names different: declaration 'nodelist' definition 'names'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:86:72: note: Function 'orte_ras_slurm_parse_range' argument 3 names different: declaration 'nodelist' definition 'names'.
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:664:72: note: Function 'orte_ras_slurm_parse_range' argument 3 names different: declaration 'nodelist' definition 'names'.
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:339:13: style: Variable 'cpus_per_task' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/mca/ras/slurm/ras_slurm_module.c:1190:9: error: Resource leak: fp [resourceLeak]
openmpi-3.1.1.real/orte/mca/ras/tm/ras_tm_component.c:88:5: style: Variable 'pbs_nodefile_env' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/ras/tm/ras_tm_component.c:76:0: note: Variable 'pbs_nodefile_env' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/ras/tm/ras_tm_component.c:88:5: note: Variable 'pbs_nodefile_env' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/ras/tm/ras_tm_module.c:130:22: style: The scope of the variable 'cppn' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/tm/ras_tm_module.c:132:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/ras/tm/ras_tm_module.c:241:17: style: The scope of the variable 'buff' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/regx/base/regx_base_default_fns.c:75:30: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/regx/base/regx_base_default_fns.c:786:18: style: The scope of the variable 'nptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/regx/base/regx_base_default_fns.c:1042:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/regx/base/regx_base_default_fns.c:1144:18: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/regx/reverse/regx_reverse.c:131:9: style: Variable 'startnum' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/regx/reverse/regx_reverse.c:121:9: note: Variable 'startnum' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/regx/reverse/regx_reverse.c:131:9: note: Variable 'startnum' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/regx/reverse/regx_reverse.c:133:9: style: Variable 'numdigits' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/regx/reverse/regx_reverse.c:123:9: note: Variable 'numdigits' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/regx/reverse/regx_reverse.c:133:9: note: Variable 'numdigits' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_binding.c:362:30: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_binding.c:394:18: style: The scope of the variable 'node' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_binding.c:590:18: style: The scope of the variable 'node' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_frame.c:761:12: style: The scope of the variable 'ck' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_frame.c:762:12: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_frame.c:161:14: style: Variable 'var_id' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_map_job.c:472:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_map_job.c:472:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_map_job.c:472:15: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_map_job.c:473:18: style: The scope of the variable 'node' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_map_job.c:475:10: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_print_fns.c:62:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_print_fns.c:63:33: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_print_fns.c:76:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_print_fns.c:96:15: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_ranking.c:57:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_ranking.c:187:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_ranking.c:305:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/base/rmaps_base_ranking.c:718:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/mindist/rmaps_mindist_module.c:443:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/ppr/rmaps_ppr.c:624:25: style: The scope of the variable 'app' can be reduced. [variableScope]
rmaps_rank_file_lex.c:1273:27: warning: Possible null pointer dereference: b [nullPointer]
rmaps_rank_file_lex.c:1270:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
rmaps_rank_file_lex.c:1273:27: note: Null pointer dereference
rmaps_rank_file_lex.c:1275:9: warning: Possible null pointer dereference: b [nullPointer]
rmaps_rank_file_lex.c:1270:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
rmaps_rank_file_lex.c:1275:9: note: Null pointer dereference
rmaps_rank_file_lex.c:1605:2: warning: Possible null pointer dereference: b [nullPointer]
rmaps_rank_file_lex.c:1494:36: note: Calling function 'orte_rmaps_rank_file__init_buffer', 1st argument 'b' value is 0
rmaps_rank_file_lex.c:1605:2: note: Null pointer dereference
rmaps_rank_file_lex.c:1606:2: warning: Possible null pointer dereference: b [nullPointer]
rmaps_rank_file_lex.c:1494:36: note: Calling function 'orte_rmaps_rank_file__init_buffer', 1st argument 'b' value is 0
rmaps_rank_file_lex.c:1606:2: note: Null pointer dereference
rmaps_rank_file_lex.c:1617:9: warning: Possible null pointer dereference: b [nullPointer]
rmaps_rank_file_lex.c:1494:36: note: Calling function 'orte_rmaps_rank_file__init_buffer', 1st argument 'b' value is 0
rmaps_rank_file_lex.c:1617:9: note: Null pointer dereference
rmaps_rank_file_lex.c:1383:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
rmaps_rank_file_lex.c:367:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
rmaps_rank_file_lex.c:1383:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
rmaps_rank_file_lex.c:1790:67: style: Function 'orte_rmaps_rank_file__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
rmaps_rank_file_lex.c:320:66: note: Function 'orte_rmaps_rank_file__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
rmaps_rank_file_lex.c:1790:67: note: Function 'orte_rmaps_rank_file__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
rmaps_rank_file_lex.c:1803:67: style: Function 'orte_rmaps_rank_file__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
rmaps_rank_file_lex.c:321:65: note: Function 'orte_rmaps_rank_file__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
rmaps_rank_file_lex.c:1803:67: note: Function 'orte_rmaps_rank_file__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
rmaps_rank_file_lex.c:1803:81: style: Function 'orte_rmaps_rank_file__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
rmaps_rank_file_lex.c:321:75: note: Function 'orte_rmaps_rank_file__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
rmaps_rank_file_lex.c:1803:81: note: Function 'orte_rmaps_rank_file__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
rmaps_rank_file_lex.c:1935:43: style: Function 'orte_rmaps_rank_file_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
rmaps_rank_file_lex.c:677:42: note: Function 'orte_rmaps_rank_file_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
rmaps_rank_file_lex.c:1935:43: note: Function 'orte_rmaps_rank_file_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
openmpi-3.1.1.real/orte/mca/rmaps/resilient/rmaps_resilient.c:300:17: style: The scope of the variable 'buff' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/resilient/rmaps_resilient.c:321:12: style: The scope of the variable 'nodes' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/resilient/rmaps_resilient.c:700:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/resilient/rmaps_resilient.c:381:54: style: Function 'get_ftgrp_target' argument 2 names different: declaration 'target' definition 'tgt'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/rmaps/resilient/rmaps_resilient.c:56:54: note: Function 'get_ftgrp_target' argument 2 names different: declaration 'target' definition 'tgt'.
openmpi-3.1.1.real/orte/mca/rmaps/resilient/rmaps_resilient.c:381:54: note: Function 'get_ftgrp_target' argument 2 names different: declaration 'target' definition 'tgt'.
openmpi-3.1.1.real/orte/mca/rmaps/resilient/rmaps_resilient.c:382:43: style: Function 'get_ftgrp_target' argument 3 names different: declaration 'nd' definition 'ndret'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/rmaps/resilient/rmaps_resilient.c:57:43: note: Function 'get_ftgrp_target' argument 3 names different: declaration 'nd' definition 'ndret'.
openmpi-3.1.1.real/orte/mca/rmaps/resilient/rmaps_resilient.c:382:43: note: Function 'get_ftgrp_target' argument 3 names different: declaration 'nd' definition 'ndret'.
openmpi-3.1.1.real/orte/mca/rmaps/resilient/rmaps_resilient.c:868:13: style: Variable 'num_assigned' is modified but its new value is never used. [unreadVariable]
openmpi-3.1.1.real/orte/mca/rmaps/resilient/rmaps_resilient_component.c:146:18: style: The scope of the variable 'node' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr_assign.c:43:18: style: The scope of the variable 'node' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr_assign.c:91:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr_mappers.c:218:30: style: The scope of the variable 'navg' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr_mappers.c:219:9: style: The scope of the variable 'extra_procs_to_assign' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr_mappers.c:219:34: style: The scope of the variable 'nxtra_nodes' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr_mappers.c:221:11: style: The scope of the variable 'balance' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr_mappers.c:222:10: style: The scope of the variable 'add_one' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr_mappers.c:44:38: style: Function 'orte_rmaps_rr_byslot' argument 5 names different: declaration 'nprocs' definition 'num_procs'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr.h:49:59: note: Function 'orte_rmaps_rr_byslot' argument 5 names different: declaration 'nprocs' definition 'num_procs'.
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr_mappers.c:44:38: note: Function 'orte_rmaps_rr_byslot' argument 5 names different: declaration 'nprocs' definition 'num_procs'.
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr_mappers.c:213:38: style: Function 'orte_rmaps_rr_bynode' argument 5 names different: declaration 'nprocs' definition 'num_procs'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr.h:44:59: note: Function 'orte_rmaps_rr_bynode' argument 5 names different: declaration 'nprocs' definition 'num_procs'.
openmpi-3.1.1.real/orte/mca/rmaps/round_robin/rmaps_rr_mappers.c:213:38: note: Function 'orte_rmaps_rr_bynode' argument 5 names different: declaration 'nprocs' definition 'num_procs'.
openmpi-3.1.1.real/orte/mca/rmaps/seq/rmaps_seq.c:533:17: style: The scope of the variable 'buff' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/base/rml_base_frame.c:101:29: style: The scope of the variable 'mod' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/base/rml_base_frame.c:174:9: style: The scope of the variable 'inserted' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/base/rml_base_stubs.c:56:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/base/rml_base_stubs.c:102:27: style: The scope of the variable 'comp' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/base/rml_base_stubs.c:282:29: style: The scope of the variable 'mod' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_component.c:383:25: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_component.c:377:26: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_component.c:383:25: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_component.c:329:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_component.c:945:48: style: The scope of the variable 'prov_num' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_component.c:947:21: style: The scope of the variable 'cur_fi' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_component.c:949:12: style: The scope of the variable 'comps' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_component.c:951:10: style: The scope of the variable 'choose_fabric' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_component.c:1106:12: style: Checking if unsigned variable 'orte_rml_ofi.ofi_prov_open_num' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:119:44: style: The scope of the variable 'next' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:178:22: style: The scope of the variable 'datalen' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:179:28: style: The scope of the variable 'nextpkt' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:181:55: style: The scope of the variable 'next' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:182:10: style: The scope of the variable 'msg_in_queue' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:515:27: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:522:38: style: The scope of the variable 'data_in_pkt' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:836:22: style: The scope of the variable 'rcv' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:837:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:839:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:840:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/ofi/rml_ofi_send.c:959:22: style: The scope of the variable 'rcv' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_component.c:278:51: style: Function 'close_conduit' argument 1 names different: declaration 'mod' definition 'md'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_component.c:62:51: note: Function 'close_conduit' argument 1 names different: declaration 'mod' definition 'md'.
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_component.c:278:51: note: Function 'close_conduit' argument 1 names different: declaration 'mod' definition 'md'.
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_send.c:81:22: style: The scope of the variable 'rcv' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_send.c:83:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_send.c:84:28: style: The scope of the variable 'xfer' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_send.c:85:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_send.c:86:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_send.c:188:22: style: The scope of the variable 'rcv' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_send.c:190:28: style: The scope of the variable 'xfer' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_send.c:75:40: style: Function 'orte_rml_oob_send_nb' argument 3 names different: declaration 'msg' definition 'iov'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob.h:53:40: note: Function 'orte_rml_oob_send_nb' argument 3 names different: declaration 'msg' definition 'iov'.
openmpi-3.1.1.real/orte/mca/rml/oob/rml_oob_send.c:75:40: note: Function 'orte_rml_oob_send_nb' argument 3 names different: declaration 'msg' definition 'iov'.
openmpi-3.1.1.real/orte/mca/routed/base/routed_base_fns.c:257:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/base/routed_base_fns.c:259:17: style: The scope of the variable 'daemons' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/binomial/routed_binomial.c:316:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/binomial/routed_binomial.c:317:25: style: The scope of the variable 'child' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/binomial/routed_binomial.c:393:20: style: The scope of the variable 'relations' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/binomial/routed_binomial.c:473:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/debruijn/routed_debruijn.c:305:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/debruijn/routed_debruijn.c:306:25: style: The scope of the variable 'child' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/debruijn/routed_debruijn.c:393:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/direct/routed_direct.c:218:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/direct/routed_direct.c:219:25: style: The scope of the variable 'child' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/radix/routed_radix.c:326:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/radix/routed_radix.c:327:25: style: The scope of the variable 'child' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/radix/routed_radix.c:441:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/routed/radix/routed_radix.c:466:9: style: Variable 'Level' is modified but its new value is never used. [unreadVariable]
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:386:26: style: Condition 'NULL!=tmp' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:365:25: note: Assignment 'tmp=NULL', assigned value is 0
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:386:26: note: Condition 'NULL!=tmp' is always false
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:392:22: style: Condition 'NULL!=tmp' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:365:25: note: Assignment 'tmp=NULL', assigned value is 0
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:392:22: note: Condition 'NULL!=tmp' is always false
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:256:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:249:29: style: Function 'set' argument 1 names different: declaration 'jdata' definition 'jobdat'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:54:29: note: Function 'set' argument 1 names different: declaration 'jdata' definition 'jobdat'.
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:249:29: note: Function 'set' argument 1 names different: declaration 'jdata' definition 'jobdat'.
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:250:30: style: Function 'set' argument 2 names different: declaration 'proc' definition 'child'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:55:30: note: Function 'set' argument 2 names different: declaration 'proc' definition 'child'.
openmpi-3.1.1.real/orte/mca/rtc/hwloc/rtc_hwloc.c:250:30: note: Function 'set' argument 2 names different: declaration 'proc' definition 'child'.
openmpi-3.1.1.real/orte/mca/schizo/alps/schizo_alps.c:119:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/flux/schizo_flux.c:91:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/moab/schizo_moab.c:101:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:519:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:520:10: style: The scope of the variable 'takeus' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:569:10: style: The scope of the variable 'takeus' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:665:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:670:10: style: The scope of the variable 'takeus' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:809:10: style: The scope of the variable 'takeus' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:941:11: style: The scope of the variable 'htmp' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:1063:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:1065:10: style: The scope of the variable 'takeus' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:800:43: style: Function 'setup_fork' argument 2 names different: declaration 'context' definition 'app'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:62:43: note: Function 'setup_fork' argument 2 names different: declaration 'context' definition 'app'.
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:800:43: note: Function 'setup_fork' argument 2 names different: declaration 'context' definition 'app'.
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:1057:36: style: Function 'setup_child' argument 1 names different: declaration 'jobdat' definition 'jdata'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:63:36: note: Function 'setup_child' argument 1 names different: declaration 'jobdat' definition 'jdata'.
openmpi-3.1.1.real/orte/mca/schizo/ompi/schizo_ompi.c:1057:36: note: Function 'setup_child' argument 1 names different: declaration 'jobdat' definition 'jdata'.
openmpi-3.1.1.real/orte/mca/schizo/orte/schizo_orte.c:86:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/schizo/singularity/schizo_singularity.c:38:62: style: Function 'setup_fork' argument 2 names different: declaration 'context' definition 'app'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/schizo/singularity/schizo_singularity.c:32:62: note: Function 'setup_fork' argument 2 names different: declaration 'context' definition 'app'.
openmpi-3.1.1.real/orte/mca/schizo/singularity/schizo_singularity.c:38:62: note: Function 'setup_fork' argument 2 names different: declaration 'context' definition 'app'.
openmpi-3.1.1.real/orte/mca/schizo/slurm/schizo_slurm.c:191:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_fns.c:359:5: style: Variable 'options' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_fns.c:356:0: note: Variable 'options' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_fns.c:359:5: note: Variable 'options' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_fns.c:361:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_fns.c:355:0: note: Variable 'n' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_fns.c:361:5: note: Variable 'n' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_fns.c:516:5: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_fns.c:514:0: note: Variable 'count' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_fns.c:516:5: note: Variable 'count' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_select.c:92:19: warning: Either the condition 'NULL!=best_module' is redundant or there is possible null pointer dereference: best_module. [nullPointerRedundantCheck]
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_select.c:95:14: note: Assuming that condition 'NULL!=best_module' is not redundant
openmpi-3.1.1.real/orte/mca/snapc/base/snapc_base_select.c:92:19: note: Null pointer dereference
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:564:9: warning: Either the condition 'NULL!=current_options' is redundant or there is possible null pointer dereference: current_options. [nullPointerRedundantCheck]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:577:14: note: Assuming that condition 'NULL!=current_options' is not redundant
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:564:9: note: Null pointer dereference
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:796:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:793:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:796:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:1206:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:1203:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:1206:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:1188:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:1192:5: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:1188:10: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:1200:88: style: Function 'snapc_full_app_ft_event_update_process_info' argument 2 names different: declaration 'pid' definition 'proc_pid'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:74:88: note: Function 'snapc_full_app_ft_event_update_process_info' argument 2 names different: declaration 'pid' definition 'proc_pid'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_app.c:1200:88: note: Function 'snapc_full_app_ft_event_update_process_info' argument 2 names different: declaration 'pid' definition 'proc_pid'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:485:25: warning: Either the condition 'NULL!=tmp_str' is redundant or there is possible null pointer dereference: tmp_str. [nullPointerRedundantCheck]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:487:14: note: Assuming that condition 'NULL!=tmp_str' is not redundant
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:485:25: note: Null pointer dereference
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:1178:5: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:1166:0: note: Variable 'count' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:1178:5: note: Variable 'count' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:1532:5: style: Variable 'orted_snapshot' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:1527:0: note: Variable 'orted_snapshot' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:1532:5: note: Variable 'orted_snapshot' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2125:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2115:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2125:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2554:5: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2549:0: note: Variable 'label' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2554:5: note: Variable 'label' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2555:5: style: Variable 'diff' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2548:0: note: Variable 'diff' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2555:5: note: Variable 'diff' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2614:5: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2609:0: note: Variable 'label' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2614:5: note: Variable 'label' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2615:5: style: Variable 'diff' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2608:0: note: Variable 'diff' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2615:5: note: Variable 'diff' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:1163:62: style: Function 'snapc_full_process_request_op_cmd' argument 2 names different: declaration 'buffer' definition 'sbuffer'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:98:62: note: Function 'snapc_full_process_request_op_cmd' argument 2 names different: declaration 'buffer' definition 'sbuffer'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:1163:62: note: Function 'snapc_full_process_request_op_cmd' argument 2 names different: declaration 'buffer' definition 'sbuffer'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2231:61: style: Function 'global_coord_job_state_update' argument 3 names different: declaration 'handle' definition 'ss_handle'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:124:61: note: Function 'global_coord_job_state_update' argument 3 names different: declaration 'handle' definition 'ss_handle'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:2231:61: note: Function 'global_coord_job_state_update' argument 3 names different: declaration 'handle' definition 'ss_handle'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_global.c:1936:62: error: Uninitialized variable: ss_handle [uninitvar]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_local.c:1263:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_local.c:1307:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_local.c:1301:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_local.c:1307:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_local.c:1693:5: style: Variable 'vpid_snapshot' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_local.c:1688:0: note: Variable 'vpid_snapshot' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_local.c:1693:5: note: Variable 'vpid_snapshot' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_local.c:1949:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_local.c:1926:18: style: Checking if unsigned variable 'list_len' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_local.c:859:61: error: Uninitialized variable: ss_handle [uninitvar]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_local.c:1738:9: error: Uninitialized variable: ckpt_state [uninitvar]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:81:72: style: Function 'orte_snapc_full_orted_construct' argument 1 names different: declaration 'obj' definition 'snapshot'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:54:72: note: Function 'orte_snapc_full_orted_construct' argument 1 names different: declaration 'obj' definition 'snapshot'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:81:72: note: Function 'orte_snapc_full_orted_construct' argument 1 names different: declaration 'obj' definition 'snapshot'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:88:72: style: Function 'orte_snapc_full_orted_destruct' argument 1 names different: declaration 'obj' definition 'snapshot'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:55:72: note: Function 'orte_snapc_full_orted_destruct' argument 1 names different: declaration 'obj' definition 'snapshot'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:88:72: note: Function 'orte_snapc_full_orted_destruct' argument 1 names different: declaration 'obj' definition 'snapshot'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:95:68: style: Function 'orte_snapc_full_app_construct' argument 1 names different: declaration 'obj' definition 'app_snapshot'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:65:68: note: Function 'orte_snapc_full_app_construct' argument 1 names different: declaration 'obj' definition 'app_snapshot'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:95:68: note: Function 'orte_snapc_full_app_construct' argument 1 names different: declaration 'obj' definition 'app_snapshot'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:112:68: style: Function 'orte_snapc_full_app_destruct' argument 1 names different: declaration 'obj' definition 'app_snapshot'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:66:68: note: Function 'orte_snapc_full_app_destruct' argument 1 names different: declaration 'obj' definition 'app_snapshot'.
openmpi-3.1.1.real/orte/mca/snapc/full/snapc_full_module.c:112:68: note: Function 'orte_snapc_full_app_destruct' argument 1 names different: declaration 'obj' definition 'app_snapshot'.
openmpi-3.1.1.real/orte/mca/sstore/base/sstore_base_fns.c:911:5: warning: Either the condition 'NULL!=local_token' is redundant or there is possible null pointer dereference: local_token. [nullPointerRedundantCheck]
openmpi-3.1.1.real/orte/mca/sstore/base/sstore_base_fns.c:914:14: note: Assuming that condition 'NULL!=local_token' is not redundant
openmpi-3.1.1.real/orte/mca/sstore/base/sstore_base_fns.c:911:5: note: Null pointer dereference
openmpi-3.1.1.real/orte/mca/sstore/base/sstore_base_fns.c:862:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/base/sstore_base_fns.c:855:0: note: Variable 'line' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/base/sstore_base_fns.c:862:5: note: Variable 'line' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/base/sstore_base_fns.c:899:13: style: Array index 'c' is used before limits check. [arrayIndexThenCheck]
openmpi-3.1.1.real/orte/mca/sstore/base/sstore_base_select.c:47:20: warning: Either the condition 'NULL!=best_module' is redundant or there is possible null pointer dereference: best_module. [nullPointerRedundantCheck]
openmpi-3.1.1.real/orte/mca/sstore/base/sstore_base_select.c:50:14: note: Assuming that condition 'NULL!=best_module' is not redundant
openmpi-3.1.1.real/orte/mca/sstore/base/sstore_base_select.c:47:20: note: Null pointer dereference
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:209:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:200:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:209:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:249:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:241:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:249:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:353:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:345:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:353:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:410:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:408:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:410:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:446:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:440:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:446:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:561:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:558:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:561:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:678:9: error: Resource leak: metadata [resourceLeak]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_app.c:681:4: error: Resource leak: metadata [resourceLeak]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:281:5: style: Variable 'exit_status' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:276:0: note: Variable 'exit_status' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:281:5: note: Variable 'exit_status' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:312:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:303:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:312:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:339:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:337:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:339:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:415:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:407:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:415:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:474:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:466:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:474:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:521:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:512:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:521:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:564:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:556:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:564:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:645:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:637:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:645:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:722:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:719:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:722:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:747:5: style: Variable 'jdata' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:720:0: note: Variable 'jdata' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:747:5: note: Variable 'jdata' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:891:5: style: Variable 'loc_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:885:0: note: Variable 'loc_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:891:5: note: Variable 'loc_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:784:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:787:15: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:784:13: note: Found duplicate branches for 'if' and 'else'.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:1074:9: error: Resource leak: metadata [resourceLeak]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_global.c:1077:4: error: Resource leak: metadata [resourceLeak]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:358:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:350:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:358:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:586:5: style: Variable 'app_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:584:0: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:586:5: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:717:5: style: Variable 'app_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:712:0: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:717:5: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:722:5: style: Variable 'loc_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:710:0: note: Variable 'loc_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:722:5: note: Variable 'loc_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:788:5: style: Variable 'app_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:783:0: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:788:5: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:913:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:907:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_local.c:913:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_module.c:246:27: style: Condition 'sleeper==1' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_module.c:245:27: note: Assignment 'sleeper=2', assigned value is 2
openmpi-3.1.1.real/orte/mca/sstore/central/sstore_central_module.c:246:27: note: Condition 'sleeper==1' is always false
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:209:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:200:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:209:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:249:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:241:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:249:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:342:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:334:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:342:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:399:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:397:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:399:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:435:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:429:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:435:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:542:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:539:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:542:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:658:9: error: Resource leak: metadata [resourceLeak]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_app.c:661:4: error: Resource leak: metadata [resourceLeak]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:370:5: style: Variable 'done' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:364:0: note: Variable 'done' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:370:5: note: Variable 'done' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:433:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:424:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:433:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:515:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:507:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:515:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:574:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:566:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:574:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:625:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:616:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:625:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:668:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:660:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:668:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:838:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:830:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:838:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:923:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:920:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:923:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:1105:5: style: Variable 'loc_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:1099:0: note: Variable 'loc_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:1105:5: note: Variable 'loc_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:1526:5: style: Variable 'loc_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:1520:0: note: Variable 'loc_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:1526:5: note: Variable 'loc_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:1581:9: error: Resource leak: metadata [resourceLeak]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_global.c:1584:4: error: Resource leak: metadata [resourceLeak]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:566:5: style: Variable 'handle_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:558:0: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:566:5: note: Variable 'handle_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1011:5: style: Variable 'app_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1009:0: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1011:5: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1352:5: style: Variable 'app_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1347:0: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1352:5: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1357:5: style: Variable 'loc_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1345:0: note: Variable 'loc_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1357:5: note: Variable 'loc_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1424:5: style: Variable 'app_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1419:0: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1424:5: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1554:5: style: Variable 'app_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1552:0: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1554:5: note: Variable 'app_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1701:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1695:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1701:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/mca/sstore/stage/sstore_stage_local.c:1878:11: style: Checking if unsigned variable 'list_size' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:861:43: warning: Either the condition 'NULL!=jdata' is redundant or there is possible null pointer dereference: jdata. [nullPointerRedundantCheck]
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:867:14: note: Assuming that condition 'NULL!=jdata' is not redundant
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:861:43: note: Null pointer dereference
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:862:48: warning: Either the condition 'NULL!=jdata' is redundant or there is possible null pointer dereference: jdata. [nullPointerRedundantCheck]
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:867:14: note: Assuming that condition 'NULL!=jdata' is not redundant
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:862:48: note: Null pointer dereference
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:178:19: style: The scope of the variable 'st' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:195:19: style: The scope of the variable 'st' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:213:19: style: The scope of the variable 'st' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:328:19: style: The scope of the variable 'st' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:346:19: style: The scope of the variable 'st' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:363:19: style: The scope of the variable 'st' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:381:19: style: The scope of the variable 'st' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:397:18: style: The scope of the variable 'p' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/base/state_base_fns.c:1063:18: style: The scope of the variable 'fdflags' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/base/state_base_select.c:44:19: warning: Either the condition 'NULL!=best_module' is redundant or there is possible null pointer dereference: best_module. [nullPointerRedundantCheck]
openmpi-3.1.1.real/orte/mca/state/base/state_base_select.c:47:14: note: Assuming that condition 'NULL!=best_module' is not redundant
openmpi-3.1.1.real/orte/mca/state/base/state_base_select.c:44:19: note: Null pointer dereference
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:242:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:243:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:245:31: style: The scope of the variable 'sig' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:246:20: style: The scope of the variable 'wireup' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:247:17: style: The scope of the variable 'jptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:251:23: style: The scope of the variable 'v' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:253:18: style: The scope of the variable 'modex' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:433:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:434:18: style: The scope of the variable 'node' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:435:21: style: The scope of the variable 'map' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:437:11: style: The scope of the variable 'rtmod' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:591:16: style: The scope of the variable 'mycaddy' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:227:31: style: Function 'init_complete' argument 1 names different: declaration 'fd' definition 'sd'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:50:31: note: Function 'init_complete' argument 1 names different: declaration 'fd' definition 'sd'.
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:227:31: note: Function 'init_complete' argument 1 names different: declaration 'fd' definition 'sd'.
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:239:48: style: Function 'vm_ready' argument 3 names different: declaration 'cbata' definition 'cbdata'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:51:48: note: Function 'vm_ready' argument 3 names different: declaration 'cbata' definition 'cbdata'.
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:239:48: note: Function 'vm_ready' argument 3 names different: declaration 'cbata' definition 'cbdata'.
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:549:29: style: Function 'cleanup_job' argument 1 names different: declaration 'fd' definition 'sd'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:53:29: note: Function 'cleanup_job' argument 1 names different: declaration 'fd' definition 'sd'.
openmpi-3.1.1.real/orte/mca/state/dvm/state_dvm.c:549:29: note: Function 'cleanup_job' argument 1 names different: declaration 'fd' definition 'sd'.
openmpi-3.1.1.real/orte/mca/state/orted/state_orted.c:551:18: style: The scope of the variable 'child' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/mca/state/orted/state_orted.c:548:45: style: Function 'pack_state_update' argument 1 names different: declaration 'buf' definition 'alert'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/mca/state/orted/state_orted.c:67:45: note: Function 'pack_state_update' argument 1 names different: declaration 'buf' definition 'alert'.
openmpi-3.1.1.real/orte/mca/state/orted/state_orted.c:548:45: note: Function 'pack_state_update' argument 1 names different: declaration 'buf' definition 'alert'.
openmpi-3.1.1.real/orte/orted/orted_main.c:242:5: style: Variable 'cmd_line' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/orted/orted_main.c:226:0: note: Variable 'cmd_line' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/orted_main.c:242:5: note: Variable 'cmd_line' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/orted_main.c:251:9: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/orted/orted_main.c:250:0: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/orted_main.c:251:9: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/orted_main.c:304:9: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/orted/orted_main.c:303:0: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/orted_main.c:304:9: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/orted_main.c:132:11: style: struct member 'Anonymous0::vpid_start' is never used. [unusedStructMember]
openmpi-3.1.1.real/orte/orted/orted_submit.c:2899:20: style: Condition '!MPIR_being_debugged' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/orte/orted/orted_submit.c:2894:9: note: Assuming that condition '!MPIR_being_debugged' is not redundant
openmpi-3.1.1.real/orte/orted/orted_submit.c:2899:20: note: Condition '!MPIR_being_debugged' is always true
openmpi-3.1.1.real/orte/orted/orted_submit.c:448:17: style: Variable 'tmp_basename' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/orted/orted_submit.c:440:0: note: Variable 'tmp_basename' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/orted_submit.c:448:17: note: Variable 'tmp_basename' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/orted_submit.c:2657:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/orted/orted_submit.c:2650:0: note: Variable 'line' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/orted_submit.c:2657:5: note: Variable 'line' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/orted_submit.c:438:20: style: The scope of the variable 'param_len' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:620:15: style: The scope of the variable 'trk' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:736:20: style: The scope of the variable 'req' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:737:13: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:741:32: style: The scope of the variable 'daemons' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:1554:20: style: The scope of the variable 'param_len' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:1879:15: style: The scope of the variable 'len' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:2026:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:2100:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:2871:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:2943:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:2943:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:2944:10: style: The scope of the variable 'mpir_arg' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/orted_submit.c:391:19: style: Checking if unsigned variable 'strlen(filename)' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/orte/orted/orted_submit.c:2671:22: style: Checking if unsigned variable 'strlen(line)' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/orte/orted/orted_submit.c:730:27: style: Function 'orte_submit_job' argument 1 names different: declaration 'cmd' definition 'argv'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/orted/orted_submit.h:34:41: note: Function 'orte_submit_job' argument 1 names different: declaration 'cmd' definition 'argv'.
openmpi-3.1.1.real/orte/orted/orted_submit.c:730:27: note: Function 'orte_submit_job' argument 1 names different: declaration 'cmd' definition 'argv'.
openmpi-3.1.1.real/orte/orted/orted_submit.c:1431:44: style: Function 'create_app' argument 4 names different: declaration 'app' definition 'app_ptr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/orted/orted_submit.c:134:44: note: Function 'create_app' argument 4 names different: declaration 'app' definition 'app_ptr'.
openmpi-3.1.1.real/orte/orted/orted_submit.c:1431:44: note: Function 'create_app' argument 4 names different: declaration 'app' definition 'app_ptr'.
openmpi-3.1.1.real/orte/orted/orted_submit.c:2485:64: style: Function 'orte_debugger_init_after_spawn' argument 3 names different: declaration 'arg' definition 'cbdata'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/orted/orted_submit.h:38:78: note: Function 'orte_debugger_init_after_spawn' argument 3 names different: declaration 'arg' definition 'cbdata'.
openmpi-3.1.1.real/orte/orted/orted_submit.c:2485:64: note: Function 'orte_debugger_init_after_spawn' argument 3 names different: declaration 'arg' definition 'cbdata'.
openmpi-3.1.1.real/orte/orted/orted_submit.c:3036:56: style: Function 'orte_debugger_detached' argument 3 names different: declaration 'arg' definition 'cbdata'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/orted/orted_submit.h:39:70: note: Function 'orte_debugger_detached' argument 3 names different: declaration 'arg' definition 'cbdata'.
openmpi-3.1.1.real/orte/orted/orted_submit.c:3036:56: note: Function 'orte_debugger_detached' argument 3 names different: declaration 'arg' definition 'cbdata'.
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_dyn.c:63:17: style: The scope of the variable 'jdata' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_fence.c:90:5: style: Variable 'cd' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_fence.c:84:0: note: Variable 'cd' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_fence.c:90:5: note: Variable 'cd' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_fence.c:87:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_gen.c:58:17: style: The scope of the variable 'jdata' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_gen.c:60:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_gen.c:109:17: style: The scope of the variable 'jdata' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_gen.c:111:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_gen.c:169:17: style: The scope of the variable 'jdata' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_gen.c:171:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_gen.c:310:30: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_gen.c:730:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_gen.c:731:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_gen.c:734:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_gen.c:735:19: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_pub.c:54:10: style: The scope of the variable 'input' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_pub.c:54:24: style: The scope of the variable 'filename' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_pub.c:55:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_pub.c:56:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/orted/pmix/pmix_server_pub.c:78:19: style: Checking if unsigned variable 'strlen(filename)' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_packing_fns.c:66:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_packing_fns.c:271:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_packing_fns.c:341:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_packing_fns.c:429:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_packing_fns.c:597:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_packing_fns.c:711:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_packing_fns.c:857:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_print_fns.c:176:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_print_fns.c:177:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_print_fns.c:474:14: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_print_fns.c:474:26: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_print_fns.c:619:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_print_fns.c:622:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_unpacking_fns.c:63:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_unpacking_fns.c:270:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_unpacking_fns.c:355:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_unpacking_fns.c:454:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_unpacking_fns.c:649:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_unpacking_fns.c:785:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/data_type_support/orte_dt_unpacking_fns.c:941:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/orte_cr.c:313:5: style: Variable 'tmp_dir' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/runtime/orte_cr.c:304:0: note: Variable 'tmp_dir' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/runtime/orte_cr.c:313:5: note: Variable 'tmp_dir' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/runtime/orte_data_server.c:162:25: style: The scope of the variable 'data' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/orte_globals.c:463:18: style: The scope of the variable 'proct' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/orte_globals.c:498:18: style: The scope of the variable 'proct' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/orte_globals.c:526:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/orte_globals.c:582:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/orte_globals.c:663:25: style: The scope of the variable 'app' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/orte_globals.c:759:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/runtime/orte_globals.c:854:18: style: The scope of the variable 'node' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/concurrent_spawn.c:18:10: style: The scope of the variable 'hostname' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/concurrent_spawn.c:20:11: style: The scope of the variable 'child_argv' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/crisscross.c:28:17: style: The scope of the variable 'rr_blank' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/crisscross.c:29:17: style: The scope of the variable 'rr_empty' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/crisscross.c:45:17: style: The scope of the variable 'loctime' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/crisscross.c:22:0: style: Variable 'tag2' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/test/mpi/crisscross.c:36:23: style: Unused variable: m [unusedVariable]
openmpi-3.1.1.real/orte/test/mpi/crisscross.c:88:24: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
openmpi-3.1.1.real/orte/test/mpi/hello.c:35:59: error: Uninitialized variable: rc [uninitvar]
openmpi-3.1.1.real/orte/test/mpi/info_spawn.c:13:14: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/info_spawn.c:13:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/info_spawn.c:16:10: style: The scope of the variable 'hostname' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/info_spawn.c:19:11: style: The scope of the variable 'keyval' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/info_spawn.c:19:20: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/mpi_spin.c:64:12: style: The scope of the variable 'pi' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/mpi_spin.c:84:14: style: Variable 'pi' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/test/mpi/pmix.c:102:13: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/orte/test/mpi/sendrecv_blaster.c:30:26: style: The scope of the variable 'count' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/sendrecv_blaster.c:32:11: style: The scope of the variable 'fraction' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/sendrecv_blaster.c:32:21: style: The scope of the variable 'randval' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/sendrecv_blaster.c:30:23: style: Unused variable: j [unusedVariable]
openmpi-3.1.1.real/orte/test/mpi/simple_spawn.c:11:14: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/singleton_client_server.c:49:8: style: The scope of the variable 'buff' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/singleton_client_server.c:60:7: style: The scope of the variable 'msg_count' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/singleton_client_server.c:145:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmpi-3.1.1.real/orte/test/mpi/spawn_multiple.c:14:10: style: The scope of the variable 'hostname' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/spawn_multiple.c:21:9: style: The scope of the variable 'maxprocs' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/mpi/spawn_multiple.c:16:9: style: Unused variable: i [unusedVariable]
openmpi-3.1.1.real/orte/test/mpi/spawn_tree.c:12:9: style: Unused variable: i [unusedVariable]
openmpi-3.1.1.real/orte/test/mpi/spawn_tree.c:13:15: style: Unused variable: size [unusedVariable]
openmpi-3.1.1.real/orte/test/system/iof_delay.c:15:9: style: The scope of the variable 'msgsize' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/system/iof_delay.c:19:19: style: The scope of the variable 'chr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/system/iof_delay.c:17:15: style: Unused variable: rc [unusedVariable]
openmpi-3.1.1.real/orte/test/system/iof_delay.c:18:12: style: Unused variable: maxpower [unusedVariable]
openmpi-3.1.1.real/orte/test/system/iof_delay.c:20:10: style: Unused variable: readstdin [unusedVariable]
openmpi-3.1.1.real/orte/test/system/iof_stress.c:20:19: style: The scope of the variable 'chr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/system/iof_stress.c:18:9: style: Unused variable: i [unusedVariable]
openmpi-3.1.1.real/orte/test/system/iof_stress.c:18:15: style: Unused variable: rc [unusedVariable]
openmpi-3.1.1.real/orte/test/system/iof_stress.c:19:12: style: Unused variable: maxpower [unusedVariable]
openmpi-3.1.1.real/orte/test/system/oob_stress.c:43:9: style: Unused variable: i [unusedVariable]
openmpi-3.1.1.real/orte/test/system/oob_stress.c:43:15: style: Unused variable: rc [unusedVariable]
openmpi-3.1.1.real/orte/test/system/orte_abort.c:24:12: style: The scope of the variable 'pi' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/system/orte_abort.c:48:14: style: Variable 'pi' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/test/system/orte_spawn.c:28:25: style: Unused variable: name [unusedVariable]
openmpi-3.1.1.real/orte/test/system/orte_spawn.c:29:18: style: Unused variable: msg [unusedVariable]
openmpi-3.1.1.real/orte/test/system/orte_spawn.c:30:17: style: Unused variable: i [unusedVariable]
openmpi-3.1.1.real/orte/test/system/reducer.c:28:12: style: The scope of the variable 'incnt' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/system/reducer.c:29:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/system/sigusr_trap.c:64:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openmpi-3.1.1.real/orte/test/system/sigusr_trap.c:73:12: style: The scope of the variable 'pi' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/system/sigusr_trap.c:71:9: style: Unused variable: rc [unusedVariable]
openmpi-3.1.1.real/orte/test/system/sigusr_trap.c:110:14: style: Variable 'pi' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/test/system/spin.c:24:14: style: Condition '0==j' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/orte/test/system/spin.c:15:14: note: Assignment 'j=0', assigned value is 0
openmpi-3.1.1.real/orte/test/system/spin.c:24:14: note: Condition '0==j' is always true
openmpi-3.1.1.real/orte/test/system/spin.c:24:14: style: Same expression on both sides of '==' because the value of '0' and 'j' are the same. [duplicateExpression]
openmpi-3.1.1.real/orte/test/system/spin.c:15:14: note: 'j' is assigned value '0' here.
openmpi-3.1.1.real/orte/test/system/spin.c:24:14: note: Same expression on both sides of '==' because the value of '0' and 'j' are the same.
openmpi-3.1.1.real/orte/test/system/spin.c:16:12: style: The scope of the variable 'pi' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/test/system/spin.c:26:14: style: Variable 'pi' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/tools/orte-clean/orte-clean.c:230:9: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/tools/orte-clean/orte-clean.c:229:0: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/tools/orte-clean/orte-clean.c:230:9: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/tools/orte-clean/orte-clean.c:249:17: style: The scope of the variable 'buff' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-clean/orte-clean.c:251:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-clean/orte-clean.c:277:11: style: The scope of the variable 'fullprocname' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-clean/orte-clean.c:279:11: style: The scope of the variable 'pidstr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-clean/orte-clean.c:280:11: style: The scope of the variable 'user' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-dvm/orte-dvm.c:191:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-dvm/orte-dvm.c:193:11: style: The scope of the variable 'param' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-dvm/orte-dvm.c:365:16: style: The scope of the variable 'param_len' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/components.c:92:32: style: The scope of the variable 'map' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/orte-info.c:83:11: style: The scope of the variable 'str' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/output.c:55:20: style: The scope of the variable 'max_value_width' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/output.c:58:20: style: The scope of the variable 'savev' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/output.c:84:25: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openmpi-3.1.1.real/orte/tools/orte-info/param.c:80:18: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/param.c:80:30: style: The scope of the variable 'str' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/param.c:81:10: style: The scope of the variable 'found' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/version.c:79:18: style: The scope of the variable 'count' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/version.c:80:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/version.c:81:18: style: The scope of the variable 'scope' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/version.c:81:26: style: The scope of the variable 'type' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/version.c:81:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/version.c:83:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/version.c:139:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/version.c:141:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/version.c:144:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/version.c:203:10: style: The scope of the variable 'printed' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-info/version.c:274:23: style: Variable 'printed' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/tools/orte-ps/orte-ps.c:346:9: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/tools/orte-ps/orte-ps.c:345:0: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/tools/orte-ps/orte-ps.c:346:9: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/tools/orte-ps/orte-ps.c:877:17: style: The scope of the variable 'job' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-ps/orte-ps.c:931:19: style: The scope of the variable 'nodes' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-server/orte-server.c:138:9: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/tools/orte-server/orte-server.c:137:0: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/tools/orte-server/orte-server.c:138:9: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:789:13: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:789:13: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:258:9: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:257:0: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:258:9: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:767:13: style: The scope of the variable 'minrank' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:837:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:840:11: style: The scope of the variable 'node' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:318:19: style: Checking if unsigned variable 'strlen(filename)' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:395:19: style: Checking if unsigned variable 'strlen(filename)' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:577:47: style: Function 'abort_exit_callback' argument 2 names different: declaration 'flags' definition 'ign'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:70:47: note: Function 'abort_exit_callback' argument 2 names different: declaration 'flags' definition 'ign'.
openmpi-3.1.1.real/orte/tools/orte-top/orte-top.c:577:47: note: Function 'abort_exit_callback' argument 2 names different: declaration 'flags' definition 'ign'.
openmpi-3.1.1.real/orte/tools/prun/prun.c:340:9: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/tools/prun/prun.c:339:0: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/tools/prun/prun.c:340:9: note: Variable 'args' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/tools/prun/prun.c:177:9: style: The scope of the variable 'jobstatus' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/tools/prun/prun.c:745:41: style: Function 'create_app' argument 4 names different: declaration 'app' definition 'app_ptr'. [funcArgNamesDifferent]
openmpi-3.1.1.real/orte/tools/prun/prun.c:104:41: note: Function 'create_app' argument 4 names different: declaration 'app' definition 'app_ptr'.
openmpi-3.1.1.real/orte/tools/prun/prun.c:745:41: note: Function 'create_app' argument 4 names different: declaration 'app' definition 'app_ptr'.
openmpi-3.1.1.real/orte/util/comm/comm.c:261:28: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/comm/comm.c:370:29: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/comm/comm.c:482:29: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/context_fns.c:60:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/dash_host/dash_host.c:69:5: style: Variable 'host_argv' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/util/dash_host/dash_host.c:55:0: note: Variable 'host_argv' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/util/dash_host/dash_host.c:69:5: note: Variable 'host_argv' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/util/dash_host/dash_host.c:333:5: style: Variable 'host_argv' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/util/dash_host/dash_host.c:331:0: note: Variable 'host_argv' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/util/dash_host/dash_host.c:333:5: note: Variable 'host_argv' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/util/hnp_contact.c:108:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/hnp_contact.c:177:17: style: The scope of the variable 'buff' can be reduced. [variableScope]
util/hostfile/hostfile_lex.c:1502:27: warning: Possible null pointer dereference: b [nullPointer]
util/hostfile/hostfile_lex.c:1499:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
util/hostfile/hostfile_lex.c:1502:27: note: Null pointer dereference
util/hostfile/hostfile_lex.c:1504:9: warning: Possible null pointer dereference: b [nullPointer]
util/hostfile/hostfile_lex.c:1499:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
util/hostfile/hostfile_lex.c:1504:9: note: Null pointer dereference
util/hostfile/hostfile_lex.c:1834:2: warning: Possible null pointer dereference: b [nullPointer]
util/hostfile/hostfile_lex.c:1723:34: note: Calling function 'orte_util_hostfile__init_buffer', 1st argument 'b' value is 0
util/hostfile/hostfile_lex.c:1834:2: note: Null pointer dereference
util/hostfile/hostfile_lex.c:1835:2: warning: Possible null pointer dereference: b [nullPointer]
util/hostfile/hostfile_lex.c:1723:34: note: Calling function 'orte_util_hostfile__init_buffer', 1st argument 'b' value is 0
util/hostfile/hostfile_lex.c:1835:2: note: Null pointer dereference
util/hostfile/hostfile_lex.c:1846:9: warning: Possible null pointer dereference: b [nullPointer]
util/hostfile/hostfile_lex.c:1723:34: note: Calling function 'orte_util_hostfile__init_buffer', 1st argument 'b' value is 0
util/hostfile/hostfile_lex.c:1846:9: note: Null pointer dereference
util/hostfile/hostfile_lex.c:1612:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
util/hostfile/hostfile_lex.c:367:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
util/hostfile/hostfile_lex.c:1612:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
util/hostfile/hostfile_lex.c:2019:65: style: Function 'orte_util_hostfile__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
util/hostfile/hostfile_lex.c:320:64: note: Function 'orte_util_hostfile__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
util/hostfile/hostfile_lex.c:2019:65: note: Function 'orte_util_hostfile__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
util/hostfile/hostfile_lex.c:2032:65: style: Function 'orte_util_hostfile__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
util/hostfile/hostfile_lex.c:321:63: note: Function 'orte_util_hostfile__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
util/hostfile/hostfile_lex.c:2032:65: note: Function 'orte_util_hostfile__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
util/hostfile/hostfile_lex.c:2032:79: style: Function 'orte_util_hostfile__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
util/hostfile/hostfile_lex.c:321:73: note: Function 'orte_util_hostfile__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
util/hostfile/hostfile_lex.c:2032:79: note: Function 'orte_util_hostfile__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
util/hostfile/hostfile_lex.c:2164:41: style: Function 'orte_util_hostfile_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
util/hostfile/hostfile_lex.c:762:40: note: Function 'orte_util_hostfile_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
util/hostfile/hostfile_lex.c:2164:41: note: Function 'orte_util_hostfile_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
openmpi-3.1.1.real/orte/util/name_fns.c:75:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/name_fns.c:76:32: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/name_fns.c:91:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/name_fns.c:291:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/name_fns.c:663:11: style: The scope of the variable 'fsecs' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/name_fns.c:111:15: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/orte/util/pre_condition_transports.c:76:5: style: Variable 'string_key' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/orte/util/pre_condition_transports.c:70:0: note: Variable 'string_key' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/util/pre_condition_transports.c:76:5: note: Variable 'string_key' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/orte/util/pre_condition_transports.c:136:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/pre_condition_transports.c:140:12: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/proc_info.c:97:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/proc_info.c:97:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/proc_info.c:100:12: style: The scope of the variable 'prefixes' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/proc_info.c:101:10: style: The scope of the variable 'match' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/proc_info.c:337:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/show_help.c:251:11: style: The scope of the variable 'p1' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/show_help.c:251:16: style: The scope of the variable 'p2' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/show_help.c:252:12: style: The scope of the variable 'min' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/show_help.c:338:24: style: The scope of the variable 'tli' can be reduced. [variableScope]
openmpi-3.1.1.real/orte/util/show_help.c:768:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/info/info.c:293:5: performance: Buffer 'tmp' is being written before its old content has been used. [redundantCopy]
openmpi-3.1.1.real/oshmem/info/info.c:291:5: note: Buffer 'tmp' is being written before its old content has been used.
openmpi-3.1.1.real/oshmem/info/info.c:293:5: note: Buffer 'tmp' is being written before its old content has been used.
openmpi-3.1.1.real/oshmem/info/info.c:284:64: style: Function 'oshmem_info_get_library_version' argument 2 names different: declaration 'len' definition 'resultlen'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/info/info.c:47:64: note: Function 'oshmem_info_get_library_version' argument 2 names different: declaration 'len' definition 'resultlen'.
openmpi-3.1.1.real/oshmem/info/info.c:284:64: note: Function 'oshmem_info_get_library_version' argument 2 names different: declaration 'len' definition 'resultlen'.
openmpi-3.1.1.real/oshmem/info/info.c:329:9: style: Variable 'len_left' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/oshmem/mca/atomic/base/atomic_base_available.c:51:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/atomic/base/atomic_base_available.c:87:52: style: Function 'init_query' argument 1 names different: declaration 'ls' definition 'component'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/atomic/base/atomic_base_available.c:30:52: note: Function 'init_query' argument 1 names different: declaration 'ls' definition 'component'.
openmpi-3.1.1.real/oshmem/mca/atomic/base/atomic_base_available.c:87:52: note: Function 'init_query' argument 1 names different: declaration 'ls' definition 'component'.
openmpi-3.1.1.real/oshmem/mca/atomic/base/atomic_base_frame.c:59:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/atomic/base/atomic_base_select.c:135:9: style: The scope of the variable 'priority' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/atomic/base/atomic_base_select.c:136:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/atomic/base/atomic_base_select.c:228:65: style: Function 'query_1_0_0' argument 1 names different: declaration 'atomic_component' definition 'component'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/atomic/base/atomic_base_select.c:58:66: note: Function 'query_1_0_0' argument 1 names different: declaration 'atomic_component' definition 'component'.
openmpi-3.1.1.real/oshmem/mca/atomic/base/atomic_base_select.c:228:65: note: Function 'query_1_0_0' argument 1 names different: declaration 'atomic_component' definition 'component'.
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_fadd.c:34:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_fadd.c:29:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_fadd.c:34:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_module.c:51:20: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_module.c:48:16: note: outer condition: rc==OSHMEM_SUCCESS
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_module.c:51:20: note: identical inner condition: rc==OSHMEM_SUCCESS
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_module.c:42:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_module.c:38:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_module.c:42:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_module.c:73:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_module.c:71:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/atomic/basic/atomic_basic_module.c:73:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_alloc.c:31:5: style: Variable 'seg_filename' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_alloc.c:25:0: note: Variable 'seg_filename' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_alloc.c:31:5: note: Variable 'seg_filename' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_alloc.c:32:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_alloc.c:24:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_alloc.c:32:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_mkey.c:317:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_mkey.c:320:11: style: The scope of the variable 'tmp_buf' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_mkey.c:462:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_mkey.c:458:51: style: Function 'memheap_oob_get_mkeys' argument 2 names different: declaration 'va_seg_num' definition 'seg'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_mkey.c:70:43: note: Function 'memheap_oob_get_mkeys' argument 2 names different: declaration 'va_seg_num' definition 'seg'.
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_mkey.c:458:51: note: Function 'memheap_oob_get_mkeys' argument 2 names different: declaration 'va_seg_num' definition 'seg'.
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_mkey.c:458:71: style: Function 'memheap_oob_get_mkeys' argument 3 names different: declaration 'mkey' definition 'mkeys'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_mkey.c:71:49: note: Function 'memheap_oob_get_mkeys' argument 3 names different: declaration 'mkey' definition 'mkeys'.
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_mkey.c:458:71: note: Function 'memheap_oob_get_mkeys' argument 3 names different: declaration 'mkey' definition 'mkeys'.
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_register.c:26:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_register.c:75:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_static.c:54:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_static.c:49:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_static.c:54:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/memheap/base/memheap_base_static.c:187:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmpi-3.1.1.real/oshmem/mca/memheap/buddy/memheap_buddy.c:635:25: warning: Either the condition 'if(tmp_buf)' is redundant or there is possible null pointer dereference: tmp_buf. [nullPointerRedundantCheck]
openmpi-3.1.1.real/oshmem/mca/memheap/buddy/memheap_buddy.c:639:13: note: Assuming that condition 'if(tmp_buf)' is not redundant
openmpi-3.1.1.real/oshmem/mca/memheap/buddy/memheap_buddy.c:635:25: note: Null pointer dereference
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4340:7: style: Condition 'was_enabled' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4337:17: note: Assignment 'was_enabled=(m)->mflags&((unsigned long)0)', assigned value is 0
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4340:7: note: Condition 'was_enabled' is always false
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3166:35: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3209:33: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3565:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3658:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3736:17: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3750:15: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3762:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3763:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3787:23: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3800:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3810:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3832:47: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3838:64: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3907:59: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3943:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3805:7: style: Variable 'br' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3802:0: note: Variable 'br' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3805:7: note: Variable 'br' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3806:7: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3803:0: note: Variable 'end' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:3806:7: note: Variable 'end' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4041:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4041:27: note: Opposite expression on both sides of '&'.
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4041:27: note: Opposite expression on both sides of '&'.
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4083:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4083:23: note: Opposite expression on both sides of '&'.
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4083:23: note: Opposite expression on both sides of '&'.
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4461:31: style: Opposite expression on both sides of '&'. [oppositeExpression]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4461:31: note: Opposite expression on both sides of '&'.
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4461:31: note: Opposite expression on both sides of '&'.
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:4298:13: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:660:23: style: struct member 'mallinfo::smblks' is never used. [unusedStructMember]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:661:23: style: struct member 'mallinfo::hblks' is never used. [unusedStructMember]
openmpi-3.1.1.real/oshmem/mca/memheap/ptmalloc/malloc.c:664:23: style: struct member 'mallinfo::fsmblks' is never used. [unusedStructMember]
openmpi-3.1.1.real/oshmem/mca/scoll/base/scoll_base_available.c:51:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/base/scoll_base_available.c:87:52: style: Function 'init_query' argument 1 names different: declaration 'ls' definition 'component'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/scoll/base/scoll_base_available.c:30:52: note: Function 'init_query' argument 1 names different: declaration 'ls' definition 'component'.
openmpi-3.1.1.real/oshmem/mca/scoll/base/scoll_base_available.c:87:52: note: Function 'init_query' argument 1 names different: declaration 'ls' definition 'component'.
openmpi-3.1.1.real/oshmem/mca/scoll/base/scoll_base_select.c:195:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/base/scoll_base_select.c:277:9: style: The scope of the variable 'priority' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/base/scoll_base_select.c:278:33: style: The scope of the variable 'component' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/base/scoll_base_select.c:372:64: style: Function 'query_1_0_0' argument 1 names different: declaration 'scoll_component' definition 'component'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/scoll/base/scoll_base_select.c:56:65: note: Function 'query_1_0_0' argument 1 names different: declaration 'scoll_component' definition 'component'.
openmpi-3.1.1.real/oshmem/mca/scoll/base/scoll_base_select.c:372:64: note: Function 'query_1_0_0' argument 1 names different: declaration 'scoll_component' definition 'component'.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_alltoall.c:125:9: style: The scope of the variable 'dst_pe' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_alltoall.c:162:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_alltoall.c:163:9: style: The scope of the variable 'dst_pe' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_alltoall.c:120:38: style: Function 'a2as_alg_simple' argument 4 names different: declaration 'dst' definition 'tst'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_alltoall.c:31:38: note: Function 'a2as_alg_simple' argument 4 names different: declaration 'dst' definition 'tst'.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_alltoall.c:120:38: note: Function 'a2as_alg_simple' argument 4 names different: declaration 'dst' definition 'tst'.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:266:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:256:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:266:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:347:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:343:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:347:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:409:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:395:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:409:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:486:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:481:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:486:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:117:13: style: The scope of the variable 'pe_cur' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:118:14: style: The scope of the variable 'wait_pe_count' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:310:9: style: The scope of the variable 'round' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:312:9: style: The scope of the variable 'exit_flag' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:451:9: style: The scope of the variable 'peer_id' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:452:9: style: The scope of the variable 'peer_pe' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_barrier.c:507:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_broadcast.c:124:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_broadcast.c:135:13: style: The scope of the variable 'pe_cur' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_broadcast.c:182:9: style: The scope of the variable 'peer_id' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:272:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:264:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:272:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:276:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:272:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:276:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:352:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:344:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:352:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:439:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:435:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:439:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:488:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:478:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:488:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:493:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:488:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:493:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:513:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:507:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:513:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:151:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:160:13: style: The scope of the variable 'pe_cur' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:380:9: style: The scope of the variable 'round' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:382:9: style: The scope of the variable 'exit_flag' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:536:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_collect.c:548:13: style: The scope of the variable 'pe_cur' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:192:9: style: Variable 'target_cur' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:190:0: note: Variable 'target_cur' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:192:9: note: Variable 'target_cur' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:270:5: style: Variable 'target_cur' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:261:0: note: Variable 'target_cur' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:270:5: note: Variable 'target_cur' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:322:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:314:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:322:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:326:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:322:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:326:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:434:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:426:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:434:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:438:9: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:434:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:438:9: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:499:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:491:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:499:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:504:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:499:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:504:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:531:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:525:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:531:13: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:680:5: style: Variable 'free_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:657:0: note: Variable 'free_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:680:5: note: Variable 'free_buffer' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:584:21: style: Same expression on both sides of '==' because the value of 'root_id' and 'size-1' are the same. [duplicateExpression]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:561:24: note: 'root_id' is assigned value 'size-1' here.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:584:21: note: Same expression on both sides of '==' because the value of 'root_id' and 'size-1' are the same.
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:183:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:189:13: style: The scope of the variable 'pe_cur' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:377:9: style: The scope of the variable 'round' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:379:9: style: The scope of the variable 'exit_flag' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:551:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:554:11: style: The scope of the variable 'inbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:555:9: style: The scope of the variable 'peer_id' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/basic/scoll_basic_reduce.c:556:9: style: The scope of the variable 'peer_pe' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_component.c:141:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_component.c:141:5: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_component.c:128:54: style: Function 'mca_scoll_fca_get_fca_lib' argument 1 names different: declaration 'comm' definition 'group'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca.h:107:54: note: Function 'mca_scoll_fca_get_fca_lib' argument 1 names different: declaration 'comm' definition 'group'.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_component.c:128:54: note: Function 'mca_scoll_fca_get_fca_lib' argument 1 names different: declaration 'comm' definition 'group'.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_module.c:223:9: style: Variable 'all_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_module.c:218:9: note: Variable 'all_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_module.c:223:9: note: Variable 'all_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_module.c:109:25: style: The scope of the variable 'proc' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_module.c:176:24: style: The scope of the variable 'all_info_size' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_module.c:357:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_module.c:556:5: error: Address of auto-variable 'fca_module->super' returned [returnAddressOfAutoVariable]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_ops.c:23:74: style: Function 'mca_scoll_fca_barrier' argument 3 names different: declaration 'algorithm_type' definition 'alg'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca.h:111:31: note: Function 'mca_scoll_fca_barrier' argument 3 names different: declaration 'algorithm_type' definition 'alg'.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_ops.c:23:74: note: Function 'mca_scoll_fca_barrier' argument 3 names different: declaration 'algorithm_type' definition 'alg'.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_ops.c:53:33: style: Function 'mca_scoll_fca_broadcast' argument 7 names different: declaration 'algorithm_type' definition 'alg'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca.h:118:33: note: Function 'mca_scoll_fca_broadcast' argument 7 names different: declaration 'algorithm_type' definition 'alg'.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_ops.c:53:33: note: Function 'mca_scoll_fca_broadcast' argument 7 names different: declaration 'algorithm_type' definition 'alg'.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_ops.c:100:31: style: Function 'mca_scoll_fca_collect' argument 7 names different: declaration 'algorithm_type' definition 'alg'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca.h:125:31: note: Function 'mca_scoll_fca_collect' argument 7 names different: declaration 'algorithm_type' definition 'alg'.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_ops.c:100:31: note: Function 'mca_scoll_fca_collect' argument 7 names different: declaration 'algorithm_type' definition 'alg'.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_ops.c:253:30: style: Function 'mca_scoll_fca_reduce' argument 8 names different: declaration 'algorithm_type' definition 'alg'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca.h:133:30: note: Function 'mca_scoll_fca_reduce' argument 8 names different: declaration 'algorithm_type' definition 'alg'.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_ops.c:253:30: note: Function 'mca_scoll_fca_reduce' argument 8 names different: declaration 'algorithm_type' definition 'alg'.
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_ops.c:102:9: style: Variable 'rc' is not assigned a value. [unassignedVariable]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_ops.c:102:13: style: Unused variable: i [unusedVariable]
openmpi-3.1.1.real/oshmem/mca/scoll/fca/scoll_fca_ops.c:164:12: error: Uninitialized variable: rc [uninitvar]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_module.c:110:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_module.c:110:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_module.c:111:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_module.c:117:10: style: The scope of the variable 'ranks' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_module.c:139:26: style: The scope of the variable 'ompi_proc' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_module.c:184:5: error: Address of auto-variable 'mpi_module->super' returned [returnAddressOfAutoVariable]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_ops.c:101:22: style: The scope of the variable 'stype' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_ops.c:102:22: style: The scope of the variable 'rtype' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_ops.c:104:11: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_ops.c:104:18: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_ops.c:73:16: error: Uninitialized variable: rc [uninitvar]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_ops.c:128:20: error: Uninitialized variable: rc [uninitvar]
openmpi-3.1.1.real/oshmem/mca/scoll/mpi/scoll_mpi_ops.c:197:16: error: Uninitialized variable: rc [uninitvar]
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_putreq.c:23:78: style: Function 'mca_spml_base_put_request_construct' argument 1 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_putreq.c:15:78: note: Function 'mca_spml_base_put_request_construct' argument 1 names different: declaration 'req' definition 'request'.
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_putreq.c:23:78: note: Function 'mca_spml_base_put_request_construct' argument 1 names different: declaration 'req' definition 'request'.
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:160:18: warning: Either the condition 'NULL==best_component' is redundant or there is possible null pointer dereference: best_component. [nullPointerRedundantCheck]
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:138:14: note: Assuming that condition 'NULL==best_component' is not redundant
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:160:18: note: Null pointer dereference
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:62:5: style: Variable 'best_component' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:52:0: note: Variable 'best_component' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:62:5: note: Variable 'best_component' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:63:5: style: Variable 'module' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:53:0: note: Variable 'module' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:63:5: note: Variable 'module' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:72:13: style: Variable 'tmp_val' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:71:0: note: Variable 'tmp_val' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:72:13: note: Variable 'tmp_val' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:145:13: style: Variable 'tmp_val' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:144:0: note: Variable 'tmp_val' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:145:13: note: Variable 'tmp_val' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/base/spml_base_select.c:56:10: style: The scope of the variable 'found_spml' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:319:5: style: Variable 'ep_info' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:307:0: note: Variable 'ep_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:319:5: note: Variable 'ep_info' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:279:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:791:16: style: The scope of the variable 'count' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:884:16: style: The scope of the variable 'count' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:985:17: style: The scope of the variable 'peer' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:640:11: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:795:25: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:181:79: style: Function 'mca_spml_ikrit_cache_mkeys' argument 3 names different: declaration 'remote_pe' definition 'dst_pe'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:152:75: note: Function 'mca_spml_ikrit_cache_mkeys' argument 3 names different: declaration 'remote_pe' definition 'dst_pe'.
openmpi-3.1.1.real/oshmem/mca/spml/ikrit/spml_ikrit.c:181:79: note: Function 'mca_spml_ikrit_cache_mkeys' argument 3 names different: declaration 'remote_pe' definition 'dst_pe'.
openmpi-3.1.1.real/oshmem/mca/spml/ucx/spml_ucx.c:630:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/spml/ucx/spml_ucx.c:628:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/ucx/spml_ucx.c:630:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/ucx/spml_ucx.c:649:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/spml/ucx/spml_ucx.c:647:0: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/ucx/spml_ucx.c:649:5: note: Variable 'rc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/spml/ucx/spml_ucx.c:121:15: style: The scope of the variable 'n' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/sshmem/base/sshmem_base_open.c:72:13: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/oshmem/mca/sshmem/base/sshmem_base_wrappers.c:68:9: error: Memory leak: file_name [memleak]
openmpi-3.1.1.real/oshmem/mca/sshmem/mmap/sshmem_mmap_module.c:124:5: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/sshmem/mmap/sshmem_mmap_module.c:117:0: note: Variable 'addr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/sshmem/mmap/sshmem_mmap_module.c:124:5: note: Variable 'addr' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/sshmem/sysv/sshmem_sysv_component.c:157:6: warning: Possible null pointer dereference: a [nullPointer]
openmpi-3.1.1.real/oshmem/mca/sshmem/sysv/sshmem_sysv_component.c:100:18: note: Assignment 'addr=NULL', assigned value is 0
openmpi-3.1.1.real/oshmem/mca/sshmem/sysv/sshmem_sysv_component.c:156:9: note: Assignment 'a=addr', assigned value is 0
openmpi-3.1.1.real/oshmem/mca/sshmem/sysv/sshmem_sysv_component.c:157:6: note: Null pointer dereference
openmpi-3.1.1.real/oshmem/mca/sshmem/sysv/sshmem_sysv_module.c:141:5: style: Variable 'shmid' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/mca/sshmem/sysv/sshmem_sysv_module.c:116:0: note: Variable 'shmid' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/sshmem/sysv/sshmem_sysv_module.c:141:5: note: Variable 'shmid' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/mca/sshmem/sysv/sshmem_sysv_module.c:304:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/sshmem/sysv/sshmem_sysv_module.c:306:11: style: The scope of the variable 'f' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/mca/sshmem/verbs/sshmem_verbs_component.c:112:0: error: #error unsupported ibv_get_device_list in infiniband/verbs.h [preprocessorErrorDirective]
openmpi-3.1.1.real/oshmem/mca/sshmem/verbs/sshmem_verbs_module.c:124:0: error: #error unsupported ibv_get_device_list in infiniband/verbs.h [preprocessorErrorDirective]
openmpi-3.1.1.real/oshmem/op/op.c:449:18: style: The scope of the variable 'op' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/proc/proc.c:138:5: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/proc/proc.c:132:0: note: Variable 'group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/proc/proc.c:138:5: note: Variable 'group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/proc/proc.c:107:21: style: The scope of the variable 'group' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/proc/proc.c:130:9: style: The scope of the variable 'cur_pe' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/proc/proc.c:130:17: style: The scope of the variable 'count_pe' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/proc/proc.c:131:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/proc/proc_group_cache.c:45:5: style: Variable 'cached_group' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/proc/proc_group_cache.c:44:0: note: Variable 'cached_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/proc/proc_group_cache.c:45:5: note: Variable 'cached_group' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/runtime/oshmem_info_support.c:83:17: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/runtime/oshmem_shmem_abort.c:79:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/shmem/c/shmem_addr_accessible.c:28:20: style: The scope of the variable 'mkey' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/shmem/c/shmem_collect.c:59:34: style: Function '_shmem_collect' argument 8 names different: declaration 'nlong_type' definition 'array_type'. [funcArgNamesDifferent]
openmpi-3.1.1.real/oshmem/shmem/c/shmem_collect.c:31:34: note: Function '_shmem_collect' argument 8 names different: declaration 'nlong_type' definition 'array_type'.
openmpi-3.1.1.real/oshmem/shmem/c/shmem_collect.c:59:34: note: Function '_shmem_collect' argument 8 names different: declaration 'nlong_type' definition 'array_type'.
openmpi-3.1.1.real/oshmem/shmem/c/shmem_lock.c:752:5: style: Variable 'prev_remote_value' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/oshmem/shmem/c/shmem_lock.c:750:0: note: Variable 'prev_remote_value' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/shmem/c/shmem_lock.c:752:5: note: Variable 'prev_remote_value' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/oshmem/shmem/c/shmem_lock.c:115:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openmpi-3.1.1.real/oshmem/shmem/c/shmem_lock.c:332:14: style: The scope of the variable 'temp' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/shmem/c/shmem_lock.c:383:14: style: The scope of the variable 'temp' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/shmem/c/shmem_ptr.c:35:20: style: The scope of the variable 'mkey' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/shmem/fortran/shmem_alltoall_f.c:189:1: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/oshmem/shmem/fortran/shmem_alltoall_f.c:190:1: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/oshmem/shmem/fortran/shmem_alltoall_f.c:191:1: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/oshmem/shmem/fortran/shmem_broadcast_f.c:135:1: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/oshmem/shmem/fortran/shmem_broadcast_f.c:136:1: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/oshmem/shmem/fortran/shmem_broadcast_f.c:137:1: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openmpi-3.1.1.real/oshmem/tools/oshmem_info/oshmem_info.c:68:32: style: The scope of the variable 'map' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/util/oshmem_util.c:22:13: style: The scope of the variable 'args' can be reduced. [variableScope]
openmpi-3.1.1.real/oshmem/util/oshmem_util.c:24:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/test/class/ompi_rb_tree.c:96:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmpi-3.1.1.real/test/class/ompi_rb_tree.c:314:12: style: The scope of the variable 'result' can be reduced. [variableScope]
openmpi-3.1.1.real/test/class/opal_bitmap.c:190:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/class/opal_bitmap.c:189:5: note: Variable 'result' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_bitmap.c:190:5: note: Variable 'result' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_bitmap.c:194:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/class/opal_bitmap.c:193:5: note: Variable 'result' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_bitmap.c:194:5: note: Variable 'result' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_bitmap.c:197:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/class/opal_bitmap.c:194:5: note: Variable 'result' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_bitmap.c:197:5: note: Variable 'result' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_fifo.c:46:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/test/class/opal_hash_table.c:125:9: style: Condition 'debug' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/test/class/opal_hash_table.c:119:23: note: Assignment 'debug=0', assigned value is 0
openmpi-3.1.1.real/test/class/opal_hash_table.c:125:9: note: Condition 'debug' is always false
openmpi-3.1.1.real/test/class/opal_hash_table.c:134:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/test/class/opal_hash_table.c:119:23: note: Assignment 'debug=0', assigned value is 0
openmpi-3.1.1.real/test/class/opal_hash_table.c:134:6: note: Condition 'debug' is always false
openmpi-3.1.1.real/test/class/opal_hash_table.c:135:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/test/class/opal_hash_table.c:139:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/test/class/opal_hash_table.c:144:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/test/class/opal_lifo.c:44:23: style: The scope of the variable 'item' can be reduced. [variableScope]
openmpi-3.1.1.real/test/class/opal_list.c:229:57: warning: Either the condition 'NULL!=elements' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/test/class/opal_list.c:344:14: note: Assuming that condition 'NULL!=elements' is not redundant
openmpi-3.1.1.real/test/class/opal_list.c:229:57: note: Null pointer addition
openmpi-3.1.1.real/test/class/opal_list.c:257:66: warning: Either the condition 'NULL!=elements' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/test/class/opal_list.c:344:14: note: Assuming that condition 'NULL!=elements' is not redundant
openmpi-3.1.1.real/test/class/opal_list.c:257:66: note: Null pointer addition
openmpi-3.1.1.real/test/class/opal_list.c:283:59: warning: Either the condition 'NULL!=elements' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openmpi-3.1.1.real/test/class/opal_list.c:344:14: note: Assuming that condition 'NULL!=elements' is not redundant
openmpi-3.1.1.real/test/class/opal_list.c:283:59: note: Null pointer addition
openmpi-3.1.1.real/test/class/opal_list.c:124:5: style: Variable 'ele' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/class/opal_list.c:123:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:124:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:145:5: style: Variable 'ele' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/class/opal_list.c:144:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:145:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:166:5: style: Variable 'ele' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/class/opal_list.c:165:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:166:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:188:5: style: Variable 'ele' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/class/opal_list.c:187:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:188:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:209:5: style: Variable 'ele' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/class/opal_list.c:208:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:209:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:231:5: style: Variable 'ele' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/class/opal_list.c:230:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:231:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:256:5: style: Variable 'ele' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/class/opal_list.c:255:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_list.c:256:5: note: Variable 'ele' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/class/opal_proc_table.c:95:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmpi-3.1.1.real/test/class/opal_tree.c:238:34: warning: Redundant assignment of 'serial2_tree->unpack_ptr' to itself. [selfAssignment]
openmpi-3.1.1.real/test/class/opal_tree.c:276:18: style: The scope of the variable 'ele' can be reduced. [variableScope]
openmpi-3.1.1.real/test/class/opal_value_array.c:39:17: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/test/datatype/ddt_lib.c:308:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/test/datatype/ddt_lib.c:342:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/test/datatype/ddt_lib.c:342:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/test/datatype/ddt_lib.c:344:42: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmpi-3.1.1.real/test/datatype/ddt_lib.c:458:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmpi-3.1.1.real/test/datatype/ddt_lib.c:305:12: style: The scope of the variable 'pMat' can be reduced. [variableScope]
openmpi-3.1.1.real/test/datatype/ddt_lib.c:573:12: style: struct member 'structure::not_transfered' is never used. [unusedStructMember]
openmpi-3.1.1.real/test/datatype/ddt_lib.c:605:9: style: struct member 'sdata_intern::gap' is never used. [unusedStructMember]
openmpi-3.1.1.real/test/datatype/ddt_lib.c:610:9: style: struct member 'sstrange::counter' is never used. [unusedStructMember]
openmpi-3.1.1.real/test/datatype/ddt_pack.c:64:12: style: Condition '_dbg' is always false [knownConditionTrueFalse]
openmpi-3.1.1.real/test/datatype/ddt_pack.c:63:16: note: Assignment '_dbg=0', assigned value is 0
openmpi-3.1.1.real/test/datatype/ddt_pack.c:64:12: note: Condition '_dbg' is always false
openmpi-3.1.1.real/test/datatype/ddt_raw.c:111:32: warning: Either the condition 'pdt==NULL' is redundant or there is possible null pointer dereference: pdt. [nullPointerRedundantCheck]
openmpi-3.1.1.real/test/datatype/ddt_raw.c:243:41: note: Assuming that condition 'pdt==NULL' is not redundant
openmpi-3.1.1.real/test/datatype/ddt_raw.c:242:28: note: Calling function 'local_copy_ddt_raw', 1st argument 'pdt' value is 0
openmpi-3.1.1.real/test/datatype/ddt_raw.c:111:32: note: Null pointer dereference
openmpi-3.1.1.real/test/datatype/ddt_raw.c:108:9: error: Memory leak: iov [memleak]
openmpi-3.1.1.real/test/datatype/ddt_test.c:69:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmpi-3.1.1.real/test/datatype/ddt_test.c:78:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openmpi-3.1.1.real/test/datatype/ddt_test.c:191:5: style: Variable 'pdst' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/datatype/ddt_test.c:179:0: note: Variable 'pdst' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/ddt_test.c:191:5: note: Variable 'pdst' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/ddt_test.c:192:5: style: Variable 'psrc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/datatype/ddt_test.c:179:0: note: Variable 'psrc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/ddt_test.c:192:5: note: Variable 'psrc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/ddt_test.c:193:5: style: Variable 'ptemp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/datatype/ddt_test.c:179:0: note: Variable 'ptemp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/ddt_test.c:193:5: note: Variable 'ptemp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/ddt_test.c:271:5: style: Variable 'pdst' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/datatype/ddt_test.c:260:0: note: Variable 'pdst' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/ddt_test.c:271:5: note: Variable 'pdst' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/ddt_test.c:272:5: style: Variable 'psrc' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/datatype/ddt_test.c:260:0: note: Variable 'psrc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/ddt_test.c:272:5: note: Variable 'psrc' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/ddt_test.c:273:5: style: Variable 'ptemp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/datatype/ddt_test.c:260:0: note: Variable 'ptemp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/ddt_test.c:273:5: note: Variable 'ptemp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/external32.c:52:18: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/test/datatype/external32.c:62:18: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/test/datatype/external32.c:85:18: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/test/datatype/external32.c:95:18: style: The scope of the variable 'val' can be reduced. [variableScope]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:390:38: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:395:42: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:400:46: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:405:46: portability: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:412:38: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:427:38: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:432:42: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:437:46: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:442:46: portability: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:449:38: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:85:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:94:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:226:5: style: Variable 'ptemp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:208:0: note: Variable 'ptemp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:226:5: note: Variable 'ptemp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:327:5: style: Variable 'ptemp' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:312:0: note: Variable 'ptemp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/opal_datatype_test.c:327:5: note: Variable 'ptemp' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/datatype/opal_ddt_lib.c:522:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/test/datatype/opal_ddt_lib.c:522:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openmpi-3.1.1.real/test/datatype/opal_ddt_lib.c:177:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmpi-3.1.1.real/test/datatype/opal_ddt_lib.c:524:42: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openmpi-3.1.1.real/test/datatype/opal_ddt_lib.c:284:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/test/datatype/opal_ddt_lib.c:326:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmpi-3.1.1.real/test/datatype/opal_ddt_lib.c:188:9: style: struct member 'sdata_intern::i1' is never used. [unusedStructMember]
openmpi-3.1.1.real/test/datatype/opal_ddt_lib.c:189:9: style: struct member 'sdata_intern::gap' is never used. [unusedStructMember]
openmpi-3.1.1.real/test/datatype/opal_ddt_lib.c:190:9: style: struct member 'sdata_intern::i2' is never used. [unusedStructMember]
openmpi-3.1.1.real/test/datatype/opal_ddt_lib.c:194:9: style: struct member 'sstrange::counter' is never used. [unusedStructMember]
openmpi-3.1.1.real/test/datatype/opal_ddt_lib.c:196:9: style: struct member 'sstrange::last' is never used. [unusedStructMember]
openmpi-3.1.1.real/test/datatype/position.c:262:18: style: Condition 'show_only_first_error' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/test/datatype/position.c:222:33: note: Assignment 'show_only_first_error=1', assigned value is 1
openmpi-3.1.1.real/test/datatype/position.c:262:18: note: Condition 'show_only_first_error' is always true
openmpi-3.1.1.real/test/datatype/position_noncontig.c:232:18: style: Condition 'show_only_first_error' is always true [knownConditionTrueFalse]
openmpi-3.1.1.real/test/datatype/position_noncontig.c:191:33: note: Assignment 'show_only_first_error=1', assigned value is 1
openmpi-3.1.1.real/test/datatype/position_noncontig.c:232:18: note: Condition 'show_only_first_error' is always true
openmpi-3.1.1.real/test/datatype/to_self.c:125:14: style: Same expression on both sides of '-='. [duplicateExpression]
openmpi-3.1.1.real/test/datatype/to_self.c:135:14: style: Same expression on both sides of '-='. [duplicateExpression]
openmpi-3.1.1.real/test/datatype/to_self.c:28:12: style: struct member 'structure::not_transfered' is never used. [unusedStructMember]
openmpi-3.1.1.real/test/datatype/to_self.c:109:8: style: struct member 'ddt_gap::gap1' is never used. [unusedStructMember]
openmpi-3.1.1.real/test/datatype/unpack_ooo.c:270:14: warning: The array 'test1' is too small, the function 'testcase' expects a bigger one. [argumentSize]
openmpi-3.1.1.real/test/datatype/unpack_ooo.c:275:14: warning: The array 'test2' is too small, the function 'testcase' expects a bigger one. [argumentSize]
openmpi-3.1.1.real/test/datatype/unpack_ooo.c:280:14: warning: The array 'test3' is too small, the function 'testcase' expects a bigger one. [argumentSize]
openmpi-3.1.1.real/test/datatype/unpack_ooo.c:285:14: warning: The array 'test4' is too small, the function 'testcase' expects a bigger one. [argumentSize]
openmpi-3.1.1.real/test/monitoring/monitoring_test.c:294:11: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openmpi-3.1.1.real/test/util/bipartite_graph.c:287:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/util/bipartite_graph.c:285:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/util/bipartite_graph.c:287:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/util/bipartite_graph.c:331:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/util/bipartite_graph.c:329:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/util/bipartite_graph.c:331:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/util/bipartite_graph.c:335:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/util/bipartite_graph.c:331:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/util/bipartite_graph.c:335:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/util/bipartite_graph.c:623:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/util/bipartite_graph.c:621:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/util/bipartite_graph.c:623:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/util/bipartite_graph.c:627:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openmpi-3.1.1.real/test/util/bipartite_graph.c:623:5: note: Variable 'err' is reassigned a value before the old one has been used.
openmpi-3.1.1.real/test/util/bipartite_graph.c:627:5: note: Variable 'err' is reassigned a value before the old one has been used.
[13:03]

ftp://ftp.se.debian.org/debian/pool/main/o/openmprtl/openmprtl_6.0.1.orig.tar.xz
openmp-6.0.1.src/libomptarget/plugins/common/elf_common.c:18:0: error: #error Include elf_common.c in the plugin source AFTER omptarget.h has been\ [preprocessorErrorDirective]
openmp-6.0.1.src/libomptarget/src/api.cpp:166:15: style: The scope of the variable 'DstDev' can be reduced. [variableScope]
openmp-6.0.1.src/libomptarget/src/api.cpp:43:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
openmp-6.0.1.src/libomptarget/src/api.cpp:129:30: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
openmp-6.0.1.src/libomptarget/src/api.cpp:238:40: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
openmp-6.0.1.src/libomptarget/src/device.h:118:13: warning: Member variable 'DeviceTy::InitFlag' is not assigned a value in 'DeviceTy::operator='. [operatorEqVarError]
openmp-6.0.1.src/libomptarget/src/device.h:118:13: warning: Member variable 'DeviceTy::DataMapMtx' is not assigned a value in 'DeviceTy::operator='. [operatorEqVarError]
openmp-6.0.1.src/libomptarget/src/device.h:118:13: warning: Member variable 'DeviceTy::PendingGlobalsMtx' is not assigned a value in 'DeviceTy::operator='. [operatorEqVarError]
openmp-6.0.1.src/libomptarget/src/device.h:118:13: warning: Member variable 'DeviceTy::ShadowMtx' is not assigned a value in 'DeviceTy::operator='. [operatorEqVarError]
openmp-6.0.1.src/libomptarget/src/rtl.h:89:5: performance: Variable 'Devices' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmp-6.0.1.src/libomptarget/src/device.h:102:3: style: Struct 'DeviceTy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmp-6.0.1.src/libomptarget/src/rtl.h:27:1: warning: The struct 'RTLInfoTy' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openmp-6.0.1.src/libomptarget/src/device.cpp:247:35: style: Function 'deallocTgtPtr' argument 1 names different: declaration 'TgtPtrBegin' definition 'HstPtrBegin'. [funcArgNamesDifferent]
openmp-6.0.1.src/libomptarget/src/device.h:139:27: note: Function 'deallocTgtPtr' argument 1 names different: declaration 'TgtPtrBegin' definition 'HstPtrBegin'.
openmp-6.0.1.src/libomptarget/src/device.cpp:247:35: note: Function 'deallocTgtPtr' argument 1 names different: declaration 'TgtPtrBegin' definition 'HstPtrBegin'.
openmp-6.0.1.src/libomptarget/src/interface.cpp:73:7: style: C-style pointer casting [cstyleCast]
openmp-6.0.1.src/libomptarget/src/interface.cpp:73:28: warning: Obsolete function 'alloca' called. [allocaCalled]
openmp-6.0.1.src/libomptarget/src/interface.cpp:77:31: warning: Obsolete function 'alloca' called. [allocaCalled]
openmp-6.0.1.src/libomptarget/src/interface.cpp:79:28: warning: Obsolete function 'alloca' called. [allocaCalled]
openmp-6.0.1.src/libomptarget/src/interface.cpp:81:40: warning: Obsolete function 'alloca' called. [allocaCalled]
openmp-6.0.1.src/libomptarget/src/interface.cpp:173:37: warning: Obsolete function 'alloca' called. [allocaCalled]
openmp-6.0.1.src/libomptarget/src/omptarget.cpp:374:36: error: Iterator 'it' used after element has been erased. [eraseDereference]
openmp-6.0.1.src/libomptarget/src/omptarget.cpp:353:7: note: Iterator 'it' used after element has been erased.
openmp-6.0.1.src/libomptarget/src/omptarget.cpp:374:36: note: Iterator 'it' used after element has been erased.
openmp-6.0.1.src/libomptarget/src/rtl.h:130:8: performance: Technically the member function 'RTLsTy::UnregisterLib' can be static. [functionStatic]
openmp-6.0.1.src/libomptarget/src/rtl.cpp:282:14: note: Technically the member function 'RTLsTy::UnregisterLib' can be static.
openmp-6.0.1.src/libomptarget/src/rtl.h:130:8: note: Technically the member function 'RTLsTy::UnregisterLib' can be static.
openmp-6.0.1.src/offload/src/cean_util.h:94:0: error: Failed to parse #define [preprocessorErrorDirective]
openmp-6.0.1.src/offload/src/offload_env.cpp:288:28: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true. [redundantCondition]
openmp-6.0.1.src/offload/src/offload_env.cpp:166:9: style: The scope of the variable 'num' can be reduced. [variableScope]
openmp-6.0.1.src/offload/src/offload_env.cpp:232:11: style: The scope of the variable 'env_var_name' can be reduced. [variableScope]
openmp-6.0.1.src/offload/src/offload_env.cpp:233:10: style: The scope of the variable 'env_var_name_length' can be reduced. [variableScope]
openmp-6.0.1.src/offload/src/offload_env.cpp:234:11: style: The scope of the variable 'env_var_def' can be reduced. [variableScope]
openmp-6.0.1.src/offload/src/offload_env.cpp:235:10: style: The scope of the variable 'var_is_quoted' can be reduced. [variableScope]
openmp-6.0.1.src/offload/src/offload_env.cpp:313:15: style: The scope of the variable 'var_value_find' can be reduced. [variableScope]
openmp-6.0.1.src/offload/src/offload_env.cpp:229:28: style: Function 'mic_parse_env_var_list' argument 2 names different: declaration 'env_var_def' definition 'env_vars_def_list'. [funcArgNamesDifferent]
openmp-6.0.1.src/offload/src/offload_env.h:83:64: note: Function 'mic_parse_env_var_list' argument 2 names different: declaration 'env_var_def' definition 'env_vars_def_list'.
openmp-6.0.1.src/offload/src/offload_env.cpp:229:28: note: Function 'mic_parse_env_var_list' argument 2 names different: declaration 'env_var_def' definition 'env_vars_def_list'.
openmp-6.0.1.src/offload/src/offload_env.cpp:24:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openmp-6.0.1.src/offload/src/offload_env.cpp:38:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openmp-6.0.1.src/offload/src/offload_env.cpp:53:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openmp-6.0.1.src/offload/src/offload_env.cpp:70:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openmp-6.0.1.src/offload/src/offload_env.cpp:330:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openmp-6.0.1.src/offload/src/offload_env.cpp:339:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openmp-6.0.1.src/offload/src/offload_env.h:73:9: style: Struct 'CardEnvVars' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmp-6.0.1.src/offload/src/offload_util.h:95:5: style: Struct 'mutex_locker_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:121:47: style: Same expression on both sides of '!=' because the value of '_length' and '*(unsigned int*)_data' are the same. [duplicateExpression]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:119:24: note: '_length' is assigned value '*(unsigned int*)_data' here.
openmp-6.0.1.src/runtime/src/extractExternal.cpp:121:47: note: Same expression on both sides of '!=' because the value of '_length' and '*(unsigned int*)_data' are the same.
openmp-6.0.1.src/runtime/src/extractExternal.cpp:161:12: style: Unused variable: s [unusedVariable]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:448:15: style: Variable 'nInternal' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:176:5: style: Class 'StringTable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:176:5: style: Class 'StringTable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:56:3: style: Class '_rstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:90:3: style: Class 'rstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:137:3: style: Class 'StringTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:157:3: style: Class 'StringTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:483:0: error: Memory leak: defined [memleak]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:483:0: error: Memory leak: undefined [memleak]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:282:11: error: Uninitialized struct member: e.sectionNum [uninitStructMember]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:281:9: error: Uninitialized struct member: e.storageClass [uninitStructMember]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:276:9: error: Uninitialized struct member: e.nAux [uninitStructMember]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:277:15: error: Uninitialized struct member: e.nAux [uninitStructMember]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:278:12: error: Uninitialized struct member: e.nAux [uninitStructMember]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:330:10: error: Uninitialized struct member: e.storageClass [uninitStructMember]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:324:9: error: Uninitialized struct member: e.nAux [uninitStructMember]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:325:12: error: Uninitialized struct member: e.nAux [uninitStructMember]
openmp-6.0.1.src/runtime/src/extractExternal.cpp:360:10: error: Uninitialized struct member: e.storageClass [uninitStructMember]
openmp-6.0.1.src/runtime/src/kmp_os.h:61:0: error: #error Unknown compiler [preprocessorErrorDirective]
openmp-6.0.1.src/runtime/src/thirdparty/ittnotify/ittnotify_static.c:841:53: style: Redundant condition: If 'EXPR > 128', the comparison 'EXPR != -1' is always true. [redundantCondition]
openmp-6.0.1.src/runtime/src/thirdparty/ittnotify/ittnotify_static.c:548:13: warning: Redundant assignment of 'namelen' to itself. [selfAssignment]
openmp-6.0.1.src/runtime/src/thirdparty/ittnotify/ittnotify_static.c:894:23: style: The scope of the variable '__itt_api_fini_ptr' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/api/has_openmp.c:17:7: style: Unused variable: i [unusedVariable]
openmp-6.0.1.src/runtime/test/api/kmp_aligned_malloc.c:24:14: style: The scope of the variable 'addr' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/api/omp_get_wtick.c:9:3: style: Variable 'tick' is reassigned a value before the old one has been used. [redundantAssignment]
openmp-6.0.1.src/runtime/test/api/omp_get_wtick.c:8:3: note: Variable 'tick' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/api/omp_get_wtick.c:9:3: note: Variable 'tick' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/api/omp_get_wtime.c:15:3: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
openmp-6.0.1.src/runtime/test/api/omp_get_wtime.c:13:3: note: Variable 'start' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/api/omp_get_wtime.c:15:3: note: Variable 'start' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/api/omp_get_wtime.c:17:3: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
openmp-6.0.1.src/runtime/test/api/omp_get_wtime.c:14:3: note: Variable 'end' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/api/omp_get_wtime.c:17:3: note: Variable 'end' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/api/omp_in_parallel.c:16:3: style: Variable 'serial' is reassigned a value before the old one has been used. [redundantAssignment]
openmp-6.0.1.src/runtime/test/api/omp_in_parallel.c:14:3: note: Variable 'serial' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/api/omp_in_parallel.c:16:3: note: Variable 'serial' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/atomic/omp_atomic.c:28:0: style: Variable 'logic_and' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/atomic/omp_atomic.c:29:0: style: Variable 'logic_or' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/atomic/omp_atomic.c:303:3: style: Variable 'logicsArray' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/barrier/omp_barrier.c:31:7: style: Unused variable: i [unusedVariable]
openmp-6.0.1.src/runtime/test/env/kmp_aff_disable_hwloc.c:14:7: style: Unused variable: i [unusedVariable]
openmp-6.0.1.src/runtime/test/env/kmp_aff_disable_hwloc.c:14:10: style: Unused variable: j [unusedVariable]
openmp-6.0.1.src/runtime/test/flush/omp_flush.c:31:47: error: Uninitialized variable: dummy [uninitvar]
openmp-6.0.1.src/runtime/test/lock/omp_lock.c:11:7: style: The scope of the variable 'nr_threads_in_single' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/lock/omp_lock.c:14:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/lock/omp_nest_lock.c:9:7: style: The scope of the variable 'nr_threads_in_single' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/lock/omp_nest_lock.c:12:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/lock/omp_test_lock.c:11:7: style: The scope of the variable 'nr_threads_in_single' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/lock/omp_test_lock.c:14:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/lock/omp_test_nest_lock.c:9:7: style: The scope of the variable 'nr_threads_in_single' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/lock/omp_test_nest_lock.c:12:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/master/omp_master.c:24:21: style: Condition 'nthreads==1' is always true [knownConditionTrueFalse]
openmp-6.0.1.src/runtime/test/master/omp_master.c:10:14: note: Assignment 'nthreads=0', assigned value is 0
openmp-6.0.1.src/runtime/test/master/omp_master.c:19:9: note: nthreads is incremented', new value is 1
openmp-6.0.1.src/runtime/test/master/omp_master.c:24:21: note: Condition 'nthreads==1' is always true
openmp-6.0.1.src/runtime/test/master/omp_master_3.c:30:21: style: Condition 'nthreads==1' is always true [knownConditionTrueFalse]
openmp-6.0.1.src/runtime/test/master/omp_master_3.c:11:14: note: Assignment 'nthreads=0', assigned value is 0
openmp-6.0.1.src/runtime/test/master/omp_master_3.c:25:9: note: nthreads is incremented', new value is 1
openmp-6.0.1.src/runtime/test/master/omp_master_3.c:30:21: note: Condition 'nthreads==1' is always true
openmp-6.0.1.src/runtime/test/misc_bugs/cancellation_for_sections.c:24:9: style: Variable 'result[0]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openmp-6.0.1.src/runtime/test/misc_bugs/cancellation_for_sections.c:22:9: note: Variable 'result[0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
openmp-6.0.1.src/runtime/test/misc_bugs/cancellation_for_sections.c:24:9: note: Variable 'result[0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
openmp-6.0.1.src/runtime/test/misc_bugs/cancellation_for_sections.c:37:13: style: Variable 'result[1]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openmp-6.0.1.src/runtime/test/misc_bugs/cancellation_for_sections.c:35:13: note: Variable 'result[1]' is reassigned a value before the old one has been used if variable is no semaphore variable.
openmp-6.0.1.src/runtime/test/misc_bugs/cancellation_for_sections.c:37:13: note: Variable 'result[1]' is reassigned a value before the old one has been used if variable is no semaphore variable.
openmp-6.0.1.src/runtime/test/misc_bugs/omp_foreign_thread_team_reuse.c:25:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/misc_bugs/teams-reduction.c:56:17: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/cancel/cancel_taskgroup.c:13:7: style: The scope of the variable 'condition' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/cancel/cancel_worksharing.c:27:9: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/parallel/nested.c:12:7: style: The scope of the variable 'condition' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/parallel/nested_lwt.c:12:7: style: The scope of the variable 'condition' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/synchronization/barrier/explicit.c:9:7: style: The scope of the variable 'x' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/synchronization/barrier/explicit.c:20:5: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/synchronization/barrier/for_loop.c:9:7: style: The scope of the variable 'y' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/synchronization/barrier/parallel_region.c:8:7: style: The scope of the variable 'x' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/synchronization/barrier/parallel_region.c:14:5: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/synchronization/barrier/sections.c:8:7: style: The scope of the variable 'x' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/synchronization/barrier/sections.c:25:9: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/synchronization/barrier/single.c:9:7: style: The scope of the variable 'x' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/synchronization/barrier/single.c:22:7: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/synchronization/flush.c:13:15: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/synchronization/taskgroup.c:12:7: style: The scope of the variable 'x' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/synchronization/taskgroup.c:11:0: style: Variable 'condition' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/synchronization/taskgroup.c:23:11: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/synchronization/taskwait.c:9:7: style: The scope of the variable 'x' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/synchronization/taskwait.c:16:9: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/tasks/dependences.c:34:3: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/tasks/explicit_task.c:10:7: style: The scope of the variable 'condition' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/tasks/serialized.c:22:25: style: Variable 't' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_in_joinbarrier.c:9:7: style: The scope of the variable 'condition' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types.c:25:7: style: Variable 'x' is not assigned a value. [unassignedVariable]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types.c:30:5: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types.c:40:7: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types.c:47:7: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types.c:54:7: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types.c:61:7: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types.c:66:9: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types_serialized.c:24:7: style: Variable 'x' is not assigned a value. [unassignedVariable]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types_serialized.c:29:5: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types_serialized.c:39:7: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types_serialized.c:46:7: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types_serialized.c:53:7: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types_serialized.c:60:7: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/task_types_serialized.c:65:9: error: Uninitialized variable: x [uninitvar]
openmp-6.0.1.src/runtime/test/ompt/tasks/taskyield.c:12:7: style: The scope of the variable 'condition' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/tasks/taskyield.c:12:20: style: The scope of the variable 'x' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/tasks/taskyield.c:25:11: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/ompt/tasks/untied_task.c:9:7: style: The scope of the variable 'condition' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/ompt/worksharing/for/base_split.h:12:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/parallel/omp_nested.c:32:19: style: Condition 'counter!=0' is always false [knownConditionTrueFalse]
openmp-6.0.1.src/runtime/test/parallel/omp_nested.c:17:17: note: Assignment 'counter=0', assigned value is 0
openmp-6.0.1.src/runtime/test/parallel/omp_nested.c:25:5: note: counter is incremented', new value is 1
openmp-6.0.1.src/runtime/test/parallel/omp_nested.c:29:7: note: counter is decremented', new value is 0
openmp-6.0.1.src/runtime/test/parallel/omp_nested.c:32:19: note: Condition 'counter!=0' is always false
openmp-6.0.1.src/runtime/test/parallel/omp_parallel_default.c:7:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/parallel/omp_parallel_default.c:9:7: style: The scope of the variable 'mysum' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/parallel/omp_parallel_if.c:7:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/parallel/omp_parallel_if.c:10:7: style: The scope of the variable 'mysum' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/parallel/omp_parallel_if.c:11:0: style: Variable 'control' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/parallel/omp_parallel_num_threads.c:9:7: style: The scope of the variable 'nthreads' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/parallel/omp_parallel_private.c:10:24: style: The scope of the variable 'sum1' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/parallel/omp_parallel_reduction.c:41:3: style: Variable 'dt' is reassigned a value before the old one has been used. [redundantAssignment]
openmp-6.0.1.src/runtime/test/parallel/omp_parallel_reduction.c:16:0: note: Variable 'dt' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/parallel/omp_parallel_reduction.c:41:3: note: Variable 'dt' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/parallel/omp_parallel_shared.c:7:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/kmp_task_reduction_nest.cpp:153:7: style: The scope of the variable 'err' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/kmp_task_reduction_nest.cpp:298:27: style: Variable 'err' is modified but its new value is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/tasking/kmp_task_reduction_nest.cpp:375:0: error: Memory leak: ptrs [memleak]
openmp-6.0.1.src/runtime/test/tasking/kmp_taskloop.c:95:14: style: The scope of the variable 'psh' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/kmp_taskloop.c:93:22: style: Variable 'gtid' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/tasking/omp_task_firstprivate.c:8:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_task_firstprivate.c:9:7: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_task_if.c:14:28: style: Condition 'count==1' is always false [knownConditionTrueFalse]
openmp-6.0.1.src/runtime/test/tasking/omp_task_if.c:13:9: note: Assignment 'count=0', assigned value is 0
openmp-6.0.1.src/runtime/test/tasking/omp_task_if.c:14:28: note: Condition 'count==1' is always false
openmp-6.0.1.src/runtime/test/tasking/omp_task_if.c:23:21: style: Condition '0==count' is always true [knownConditionTrueFalse]
openmp-6.0.1.src/runtime/test/tasking/omp_task_if.c:13:9: note: Assignment 'count=0', assigned value is 0
openmp-6.0.1.src/runtime/test/tasking/omp_task_if.c:23:21: note: Condition '0==count' is always true
openmp-6.0.1.src/runtime/test/tasking/omp_task_if.c:14:21: style: Variable 'condition_false' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/tasking/omp_task_if.c:26:7: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/tasking/omp_task_imp_firstprivate.c:9:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_task_imp_firstprivate.c:10:7: style: The scope of the variable 'k' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_task_imp_firstprivate.c:12:7: style: The scope of the variable 'task_result' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_task_private.c:9:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_task_private.c:11:7: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_task_shared.c:10:7: style: The scope of the variable 'k' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_taskloop_grainsize.c:21:21: style: The scope of the variable 'count' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_taskloop_grainsize.c:21:28: style: The scope of the variable 'tmp_count' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_taskloop_grainsize.c:21:39: style: The scope of the variable 'num_off' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_taskloop_grainsize.c:22:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_taskloop_num_tasks.c:21:8: style: The scope of the variable 'tids' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/tasking/omp_taskloop_num_tasks.c:23:7: style: The scope of the variable 'count' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/threadprivate/omp_threadprivate.c:24:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/threadprivate/omp_threadprivate.c:27:7: style: The scope of the variable 'size' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/threadprivate/omp_threadprivate.c:29:7: style: The scope of the variable 'my_random' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/bug_set_schedule_0.c:12:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_guided.c:131:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_guided.c:131:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_guided.c:283:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_guided.c:283:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_guided.c:58:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_guided.c:80:9: style: The scope of the variable 'cur' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_guided.c:210:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_guided.c:232:9: style: The scope of the variable 'cur' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c:134:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c:134:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c:95:9: style: The scope of the variable 'cur' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c:72:32: warning: Either the condition 'loop_st==0' is redundant or there is division by zero at line 72. [zerodivcond]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c:85:15: note: Assuming that condition 'loop_st==0' is not redundant
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c:72:32: note: Division by zero
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c:100:31: warning: Either the condition 'loop_st>0' is redundant or there is division by zero at line 100. [zerodivcond]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c:87:15: note: Assuming that condition 'loop_st>0' is not redundant
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c:100:31: note: Division by zero
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c:68:7: style: Unused variable: rc [unusedVariable]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c:72:13: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c:142:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c:142:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c:103:9: style: The scope of the variable 'cur' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c:80:32: warning: Either the condition 'loop_st==0' is redundant or there is division by zero at line 80. [zerodivcond]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c:93:15: note: Assuming that condition 'loop_st==0' is not redundant
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c:80:32: note: Division by zero
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c:108:31: warning: Either the condition 'loop_st>0' is redundant or there is division by zero at line 108. [zerodivcond]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c:95:15: note: Assuming that condition 'loop_st>0' is not redundant
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c:108:31: note: Division by zero
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c:76:7: style: Unused variable: rc [unusedVariable]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c:80:13: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c:135:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c:135:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c:96:9: style: The scope of the variable 'cur' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c:73:32: warning: Either the condition 'loop_st==0' is redundant or there is division by zero at line 73. [zerodivcond]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c:86:15: note: Assuming that condition 'loop_st==0' is not redundant
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c:73:32: note: Division by zero
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c:101:31: warning: Either the condition 'loop_st>0' is redundant or there is division by zero at line 101. [zerodivcond]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c:88:15: note: Assuming that condition 'loop_st>0' is not redundant
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c:101:31: note: Division by zero
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c:69:7: style: Unused variable: rc [unusedVariable]
openmp-6.0.1.src/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c:73:13: style: Variable 'tc' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_reduction.c:37:3: style: Variable 'product' is reassigned a value before the old one has been used. [redundantAssignment]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_reduction.c:16:0: note: Variable 'product' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_reduction.c:37:3: note: Variable 'product' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_reduction.c:325:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_dynamic.c:76:0: error: Memory leak: tmp [memleak]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_guided.c:85:14: style: Condition 'notout' is always true [knownConditionTrueFalse]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_guided.c:45:12: note: Assignment 'notout=1', assigned value is 1
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_guided.c:85:14: note: Condition 'notout' is always true
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_guided.c:35:9: style: The scope of the variable 'chunksizes' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_guided.c:39:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_guided.c:67:12: style: The scope of the variable 'count' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_guided.c:203:0: error: Memory leak: tids [memleak]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_guided.c:189:0: error: Memory leak: chunksizes [memleak]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_guided.c:189:0: error: Memory leak: local_chunknr [memleak]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_static.c:67:14: style: Condition 'notout' is always true [knownConditionTrueFalse]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_static.c:30:12: note: Assignment 'notout=1', assigned value is 1
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_static.c:67:14: note: Condition 'notout' is always true
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_static.c:50:12: style: The scope of the variable 'count' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_static.c:141:0: error: Memory leak: tids [memleak]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_static_3.c:74:14: style: Condition 'notout' is always true [knownConditionTrueFalse]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_static_3.c:35:12: note: Assignment 'notout=1', assigned value is 1
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_static_3.c:74:14: note: Condition 'notout' is always true
openmp-6.0.1.src/runtime/test/worksharing/for/omp_for_schedule_static_3.c:57:12: style: The scope of the variable 'count' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_parallel_for_if.c:17:3: style: Variable 'sum2' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_parallel_for_if.c:14:3: style: Variable 'control' is assigned a value that is never used. [unreadVariable]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_parallel_for_reduction.c:34:3: style: Variable 'dt' is reassigned a value before the old one has been used. [redundantAssignment]
openmp-6.0.1.src/runtime/test/worksharing/for/omp_parallel_for_reduction.c:16:0: note: Variable 'dt' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/worksharing/for/omp_parallel_for_reduction.c:34:3: note: Variable 'dt' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/worksharing/sections/omp_parallel_sections_lastprivate.c:9:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/sections/omp_parallel_sections_private.c:9:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/sections/omp_section_lastprivate.c:13:3: style: Variable 'i0' is reassigned a value before the old one has been used. [redundantAssignment]
openmp-6.0.1.src/runtime/test/worksharing/sections/omp_section_lastprivate.c:7:0: note: Variable 'i0' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/worksharing/sections/omp_section_lastprivate.c:13:3: note: Variable 'i0' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/worksharing/sections/omp_section_lastprivate.c:9:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/sections/omp_section_lastprivate.c:10:7: style: The scope of the variable 'sum0' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/sections/omp_section_private.c:9:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/sections/omp_sections_reduction.c:38:3: style: Variable 'dt' is reassigned a value before the old one has been used. [redundantAssignment]
openmp-6.0.1.src/runtime/test/worksharing/sections/omp_sections_reduction.c:12:0: note: Variable 'dt' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/worksharing/sections/omp_sections_reduction.c:38:3: note: Variable 'dt' is reassigned a value before the old one has been used.
openmp-6.0.1.src/runtime/test/worksharing/single/omp_single.c:10:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmp-6.0.1.src/runtime/test/worksharing/single/omp_single_private.c:15:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[13:03]

ftp://ftp.se.debian.org/debian/pool/main/o/openms/openms_2.4.0.orig.tar.gz
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:1470:21: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:687:17: style: Condition 'status==ERR_PROXY' is always false [knownConditionTrueFalse]
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:686:16: note: Assignment 'status=ST_URLOPEN', assigned value is 4
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:687:17: note: Condition 'status==ERR_PROXY' is always false
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:792:18: style: Condition 'status==ERR_PROXY' is always false [knownConditionTrueFalse]
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:791:17: note: Assignment 'status=ST_URLOPEN', assigned value is 4
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:792:18: note: Condition 'status==ERR_PROXY' is always false
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:925:18: style: Condition 'status!=ST_URLOPEN' is always false [knownConditionTrueFalse]
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:922:17: note: Assignment 'status=ST_URLOPEN', assigned value is 4
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:925:18: note: Condition 'status!=ST_URLOPEN' is always false
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:507:30: style: The scope of the variable 'movp' can be reduced. [variableScope]
openms-2.4.0/cmake/Windows/Contrib/Inetc/inetc.cpp:1056:37: style: The scope of the variable 'b' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/ANALYSIS/MAPMATCHING/FeatureGroupingAlgorithmKD.cpp:132:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openms-2.4.0/src/openms/source/ANALYSIS/OPENSWATH/DIAScoring.cpp:345:0: style: Same expression used in consecutive assignments of 'left' and 'right'. [duplicateAssignExpression]
openms-2.4.0/src/openms/source/ANALYSIS/OPENSWATH/DIAScoring.cpp:346:0: note: Same expression used in consecutive assignments of 'left' and 'right'.
openms-2.4.0/src/openms/source/ANALYSIS/OPENSWATH/DIAScoring.cpp:345:0: note: Same expression used in consecutive assignments of 'left' and 'right'.
openms-2.4.0/src/openms/source/ANALYSIS/OPENSWATH/DIAScoring.cpp:185:12: style: The scope of the variable 'mz' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/ANALYSIS/OPENSWATH/DIAScoring.cpp:185:16: style: The scope of the variable 'intensity' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/ANALYSIS/QUANTITATION/AbsoluteQuantitation.cpp:626:35: style: The scope of the variable 'component_aqm' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/CHEMISTRY/ModificationsDB.cpp:227:34: warning: Either the condition 'residue_!=nullptr' is redundant or there is possible null pointer dereference: residue_. [nullPointerRedundantCheck]
openms-2.4.0/src/openms/source/CHEMISTRY/ModificationsDB.cpp:226:22: note: Assuming that condition 'residue_!=nullptr' is not redundant
openms-2.4.0/src/openms/source/CHEMISTRY/ModificationsDB.cpp:227:34: note: Null pointer dereference
openms-2.4.0/src/openms/source/CHEMISTRY/ModificationsDB.cpp:228:11: warning: Either the condition 'residue_!=nullptr' is redundant or there is possible null pointer dereference: residue_. [nullPointerRedundantCheck]
openms-2.4.0/src/openms/source/CHEMISTRY/ModificationsDB.cpp:226:22: note: Assuming that condition 'residue_!=nullptr' is not redundant
openms-2.4.0/src/openms/source/CHEMISTRY/ModificationsDB.cpp:228:11: note: Null pointer dereference
openms-2.4.0/src/openms/source/FILTERING/SMOOTHING/FastLowessSmoothing.cpp:189:22: performance: Technically the member function 'c_lowess::TemplatedLowess::pow2' can be static. [functionStatic]
openms-2.4.0/src/openms/source/FILTERING/SMOOTHING/FastLowessSmoothing.cpp:190:22: performance: Technically the member function 'c_lowess::TemplatedLowess::pow3' can be static. [functionStatic]
openms-2.4.0/src/openms/source/FILTERING/SMOOTHING/FastLowessSmoothing.cpp:268:10: performance: Technically the member function 'c_lowess::TemplatedLowess::calculate_y_fit' can be static. [functionStatic]
openms-2.4.0/src/openms/source/FILTERING/SMOOTHING/FastLowessSmoothing.cpp:358:10: performance: Technically the member function 'c_lowess::TemplatedLowess::update_neighborhood' can be static. [functionStatic]
openms-2.4.0/src/openms/source/FILTERING/SMOOTHING/FastLowessSmoothing.cpp:388:10: performance: Technically the member function 'c_lowess::TemplatedLowess::update_indices' can be static. [functionStatic]
openms-2.4.0/src/openms/source/FILTERING/SMOOTHING/FastLowessSmoothing.cpp:433:10: performance: Technically the member function 'c_lowess::TemplatedLowess::interpolate_skipped_fits' can be static. [functionStatic]
openms-2.4.0/src/openms/source/FORMAT/HANDLERS/MzMLSqliteHandler.cpp:1050:48: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/FORMAT/HANDLERS/MzMLSqliteHandler.cpp:1075:48: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/FORMAT/HANDLERS/MzMLSqliteHandler.cpp:1265:48: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/FORMAT/HANDLERS/MzMLSqliteHandler.cpp:1290:48: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/FORMAT/PercolatorOutfile.cpp:137:18: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openms-2.4.0/src/openms/source/FORMAT/PercolatorOutfile.cpp:143:13: note: Found duplicate branches for 'if' and 'else'.
openms-2.4.0/src/openms/source/FORMAT/PercolatorOutfile.cpp:137:18: note: Found duplicate branches for 'if' and 'else'.
openms-2.4.0/src/openms/source/KERNEL/MassTrace.cpp:243:27: warning: Accessing an item in container 'tmp_ints'. Either the condition 'tmp_ints.empty()' is redundant or 'tmp_ints' can be empty. [containerOutOfBounds]
openms-2.4.0/src/openms/source/KERNEL/MassTrace.cpp:246:25: note: Assuming that condition 'tmp_ints.empty()' is not redundant
openms-2.4.0/src/openms/source/KERNEL/MassTrace.cpp:243:27: note: Access out of bounds
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:68:22: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:81:22: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:480:7: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:488:7: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:493:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:527:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:535:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:543:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:164:18: style: The scope of the variable 'mask' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:164:24: style: The scope of the variable 'm' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:257:9: style: The scope of the variable 'extrapol' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:258:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:282:12: style: The scope of the variable 'extrapol' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:283:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:370:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:375:12: style: The scope of the variable 'extrapol' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:376:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:472:9: style: The scope of the variable 'extrapol' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:516:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:516:12: style: The scope of the variable 'di' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:517:9: style: The scope of the variable 'extrapol' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:519:17: style: The scope of the variable 'fp' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:575:15: style: The scope of the variable 'x' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:687:9: style: The scope of the variable 'x' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:713:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:714:17: style: The scope of the variable 'x' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:741:17: style: The scope of the variable 'x' can be reduced. [variableScope]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:691:7: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:719:10: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
openms-2.4.0/src/openms/source/MATH/MISC/MSNumpress.cpp:752:18: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
openms-2.4.0/src/openms/source/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmMRM.cpp:320:27: warning: Possible null pointer dereference: model_rt [nullPointer]
openms-2.4.0/src/openms/source/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmMRM.cpp:303:42: note: Assignment 'model_rt=nullptr', assigned value is 0
openms-2.4.0/src/openms/source/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmMRM.cpp:320:27: note: Null pointer dereference
openms-2.4.0/src/openms/source/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmMRM.cpp:353:37: warning: Possible null pointer dereference: model_rt [nullPointer]
openms-2.4.0/src/openms/source/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmMRM.cpp:303:42: note: Assignment 'model_rt=nullptr', assigned value is 0
openms-2.4.0/src/openms/source/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmMRM.cpp:353:37: note: Null pointer dereference
openms-2.4.0/src/openms/source/TRANSFORMATIONS/RAW2PEAK/OptimizePeakDeconvolution.cpp:61:9: style: Technically the member function 'OpenMS::OPDFunctor::operator()' can be const. [functionConst]
openms-2.4.0/src/openms/source/TRANSFORMATIONS/RAW2PEAK/OptimizePeakDeconvolution.cpp:172:9: style: Technically the member function 'OpenMS::OPDFunctor::df' can be const. [functionConst]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSpline.cpp:105:9: style: The scope of the variable 'mx' can be reduced. [variableScope]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSpline.cpp:68:55: style: Function 'BSpline' argument 1 names different: declaration 'base' definition 'bb'. [funcArgNamesDifferent]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSpline.h:72:30: note: Function 'BSpline' argument 1 names different: declaration 'base' definition 'bb'.
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSpline.cpp:68:55: note: Function 'BSpline' argument 1 names different: declaration 'base' definition 'bb'.
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSplineBase.h:266:9: style: Technically the member function 'eol_bspline::BSplineBase::nNodes' can be const. [functionConst]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSplineBase.h:271:9: style: Technically the member function 'eol_bspline::BSplineBase::nX' can be const. [functionConst]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSplineBase.h:274:7: style: Technically the member function 'eol_bspline::BSplineBase::Xmin' can be const. [functionConst]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSplineBase.h:277:7: style: Technically the member function 'eol_bspline::BSplineBase::Xmax' can be const. [functionConst]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSplineBase.h:288:12: style: Technically the member function 'eol_bspline::BSplineBase::Alpha' can be const. [functionConst]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSplineBase.h:298:10: style: Technically the member function 'eol_bspline::BSplineBase::ok' can be const. [functionConst]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSpline.h:99:7: style: Technically the member function 'eol_bspline::BSpline::coefficient' can be const. [functionConst]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSpline.cpp:143:33: note: Technically the member function 'eol_bspline::BSpline::coefficient' can be const.
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSpline.h:99:7: note: Technically the member function 'eol_bspline::BSpline::coefficient' can be const.
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSpline.cpp:70:25: style: Class 'BSpline' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSpline.cpp:70:25: style: Class 'BSpline' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSplineBase.cpp:504:9: style: The scope of the variable 'mx' can be reduced. [variableScope]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BSplineBase.cpp:513:19: style: The scope of the variable 'pn' can be reduced. [variableScope]
openms-2.4.0/src/openms/thirdparty/eol-bspline/BSpline/BandedMatrix.h:131:0: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
openms-2.4.0/src/openms_gui/source/VISUAL/VISUALIZER/MetaInfoVisualizer.cpp:123:26: error: Iterator 'iter' used after element has been erased. [eraseDereference]
openms-2.4.0/src/openms_gui/source/VISUAL/VISUALIZER/MetaInfoVisualizer.cpp:114:5: note: Iterator 'iter' used after element has been erased.
openms-2.4.0/src/openms_gui/source/VISUAL/VISUALIZER/MetaInfoVisualizer.cpp:123:26: note: Iterator 'iter' used after element has been erased.
openms-2.4.0/src/openms_gui/source/VISUAL/VISUALIZER/MetaInfoVisualizer.cpp:138:27: error: Iterator 'iter2' used after element has been erased. [eraseDereference]
openms-2.4.0/src/openms_gui/source/VISUAL/VISUALIZER/MetaInfoVisualizer.cpp:129:5: note: Iterator 'iter2' used after element has been erased.
openms-2.4.0/src/openms_gui/source/VISUAL/VISUALIZER/MetaInfoVisualizer.cpp:138:27: note: Iterator 'iter2' used after element has been erased.
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:34:47: style: The scope of the variable 'thirdCheckSamples' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:34:99: style: The scope of the variable 'thirdCheckFeatures' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:35:8: style: The scope of the variable 'numArities' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:35:20: style: The scope of the variable 'errorTest' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:36:37: style: The scope of the variable 'targetVector' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:37:11: style: The scope of the variable 'matrix' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:37:20: style: The scope of the variable 'arities' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:39:27: style: The scope of the variable 'intArities' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:41:11: style: The scope of the variable 'jointOutput' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:41:25: style: The scope of the variable 'numJointStates' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:41:42: style: The scope of the variable 'firstOutput' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:41:56: style: The scope of the variable 'numFirstStates' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:41:73: style: The scope of the variable 'secondOutput' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/MIToolboxMex.c:41:88: style: The scope of the variable 'numSecondStates' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/RenyiMIToolboxMex.c:35:11: style: The scope of the variable 'dataVector' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:34:44: style: The scope of the variable 'thirdCheckSamples' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:34:96: style: The scope of the variable 'thirdCheckFeatures' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:36:37: style: The scope of the variable 'targetVector' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:37:11: style: The scope of the variable 'weightOutput' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:37:26: style: The scope of the variable 'jointWeight' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:37:40: style: The scope of the variable 'firstWeight' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:37:54: style: The scope of the variable 'secondWeight' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:37:69: style: The scope of the variable 'jointOutput' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:37:83: style: The scope of the variable 'firstOutput' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:37:97: style: The scope of the variable 'secondOutput' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:38:11: style: The scope of the variable 'numStates' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:38:23: style: The scope of the variable 'numJointStates' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:38:40: style: The scope of the variable 'numFirstStates' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/WeightedMIToolboxMex.c:38:57: style: The scope of the variable 'numSecondStates' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/CMIM_Mex.c:30:10: style: The scope of the variable 'score' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/CMIM_Mex.c:31:7: style: The scope of the variable 'iMinus' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/CMIM_Mex.c:118:11: style: The scope of the variable 'featureMatrix' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/CMIM_Mex.c:118:27: style: The scope of the variable 'targets' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/CMIM_Mex.c:118:37: style: The scope of the variable 'output' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/CMIM_Mex.c:67:14: style: Variable 'iMinus' is assigned a value that is never used. [unreadVariable]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/DISR_Mex.c:39:10: style: The scope of the variable 'score' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/DISR_Mex.c:39:17: style: The scope of the variable 'currentScore' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/DISR_Mex.c:39:31: style: The scope of the variable 'totalFeatureMI' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/DISR_Mex.c:40:7: style: The scope of the variable 'currentHighestFeature' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/DISR_Mex.c:161:11: style: The scope of the variable 'featureMatrix' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/DISR_Mex.c:161:27: style: The scope of the variable 'targets' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/DISR_Mex.c:161:37: style: The scope of the variable 'output' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/DISR_Mex.c:98:9: style: Variable 'totalFeatureMI' is assigned a value that is never used. [unreadVariable]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/mRMR_D_Mex.c:36:10: style: The scope of the variable 'score' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/mRMR_D_Mex.c:36:17: style: The scope of the variable 'currentScore' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/mRMR_D_Mex.c:36:31: style: The scope of the variable 'totalFeatureMI' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/mRMR_D_Mex.c:37:7: style: The scope of the variable 'currentHighestFeature' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/mRMR_D_Mex.c:144:11: style: The scope of the variable 'featureMatrix' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/mRMR_D_Mex.c:144:27: style: The scope of the variable 'targets' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/matlab/demonstration_algorithms/mRMR_D_Mex.c:144:37: style: The scope of the variable 'output' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/ArrayOperations.c:106:9: style: The scope of the variable 'found' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/ArrayOperations.c:107:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/ArrayOperations.c:143:9: style: The scope of the variable 'minVal' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/ArrayOperations.c:145:9: style: The scope of the variable 'currentValue' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/ArrayOperations.c:146:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/ArrayOperations.c:190:12: style: The scope of the variable 'curIndex' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/ArrayOperations.c:238:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/ArrayOperations.c:260:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/ArrayOperations.c:290:9: style: The scope of the variable 'currentIndex' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/ArrayOperations.c:316:9: style: The scope of the variable 'currentIndex' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/Entropy.c:24:12: style: The scope of the variable 'tempValue' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/Entropy.c:61:12: style: The scope of the variable 'tempValue' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/Entropy.c:97:12: style: The scope of the variable 'jointValue' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/Entropy.c:98:12: style: The scope of the variable 'condValue' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/MutualInformation.c:83:3: style: Variable 'mutualInformation' is reassigned a value before the old one has been used. [redundantAssignment]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/MutualInformation.c:72:0: note: Variable 'mutualInformation' is reassigned a value before the old one has been used.
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/MutualInformation.c:83:3: note: Variable 'mutualInformation' is reassigned a value before the old one has been used.
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/MutualInformation.c:109:3: style: Variable 'mutualInformation' is reassigned a value before the old one has been used. [redundantAssignment]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/MutualInformation.c:92:0: note: Variable 'mutualInformation' is reassigned a value before the old one has been used.
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/MutualInformation.c:109:3: note: Variable 'mutualInformation' is reassigned a value before the old one has been used.
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/MutualInformation.c:28:7: style: The scope of the variable 'firstIndex' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/MutualInformation.c:28:18: style: The scope of the variable 'secondIndex' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/RenyiEntropy.c:26:10: style: The scope of the variable 'tempValue' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/RenyiEntropy.c:64:10: style: The scope of the variable 'tempValue' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/RenyiMutualInformation.c:25:7: style: The scope of the variable 'firstIndex' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/RenyiMutualInformation.c:25:18: style: The scope of the variable 'secondIndex' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedEntropy.c:24:10: style: The scope of the variable 'tempValue' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedEntropy.c:60:10: style: The scope of the variable 'tempValue' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedEntropy.c:96:10: style: The scope of the variable 'jointValue' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedEntropy.c:97:10: style: The scope of the variable 'condValue' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedMutualInformation.c:78:3: style: Variable 'mutualInformation' is reassigned a value before the old one has been used. [redundantAssignment]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedMutualInformation.c:67:0: note: Variable 'mutualInformation' is reassigned a value before the old one has been used.
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedMutualInformation.c:78:3: note: Variable 'mutualInformation' is reassigned a value before the old one has been used.
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedMutualInformation.c:104:3: style: Variable 'mutualInformation' is reassigned a value before the old one has been used. [redundantAssignment]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedMutualInformation.c:87:0: note: Variable 'mutualInformation' is reassigned a value before the old one has been used.
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedMutualInformation.c:104:3: note: Variable 'mutualInformation' is reassigned a value before the old one has been used.
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedMutualInformation.c:28:7: style: The scope of the variable 'firstIndex' can be reduced. [variableScope]
openms-2.4.0/src/openswathalgo/thirdparty/MIToolbox/src/WeightedMutualInformation.c:28:18: style: The scope of the variable 'secondIndex' can be reduced. [variableScope]
openms-2.4.0/src/tests/class_tests/openms/source/AScore_test.cpp:379:38: style: Unused variable: sec [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/AbsoluteQuantitationMethodFile_test.cpp:268:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/AbsoluteQuantitationStandards_test.cpp:56:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/AbsoluteQuantitation_test.cpp:483:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/AccurateMassSearchEngine_test.cpp:352:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/AhoCorasickAmbiguous_test.cpp:336:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/AsymmetricStatistics_test.cpp:122:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/Base64_test.cpp:90:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/BaseModel_test.cpp:177:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/BasicStatistics_test.cpp:188:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/BernNorm_test.cpp:83:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/BiGaussModel_test.cpp:154:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/BilinearInterpolation_test.cpp:201:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/CalibrationData_test.cpp:68:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ChromatogramExtractor_test.cpp:67:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ChromatogramTools_test.cpp:74:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ClassTest_test.cpp:140:9: style: The scope of the variable 'e' can be reduced. [variableScope]
openms-2.4.0/src/tests/class_tests/openms/source/ClassTest_test.cpp:141:9: style: The scope of the variable 'f' can be reduced. [variableScope]
openms-2.4.0/src/tests/class_tests/openms/source/ClusterHierarchical_test.cpp:211:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ComparatorUtils_test.cpp:56:37: performance: Function parameter '_second' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/ComplementFilter_test.cpp:83:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ComplementMarker_test.cpp:85:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ConsensusFeature_test.cpp:204:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ConsensusMap_test.cpp:643:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ConstRefVector_test.cpp:1065:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ContinuousWaveletTransformNumIntegration_test.cpp:72:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ConversionHelper_test.cpp:51:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/CrossLinksDB_test.cpp:238:3: style: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openms-2.4.0/src/tests/class_tests/openms/source/CrossLinksDB_test.cpp:237:0: note: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable.
openms-2.4.0/src/tests/class_tests/openms/source/CrossLinksDB_test.cpp:238:3: note: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable.
openms-2.4.0/src/tests/class_tests/openms/source/CrossLinksDB_test.cpp:48:8: style: Technically the member function 'ResidueModificationOriginCmp::operator()' can be const. [functionConst]
openms-2.4.0/src/tests/class_tests/openms/source/CubicSpline2d_test.cpp:74:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/DBoundingBox_test.cpp:336:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/DIAPrescoring_test.cpp:84:46: style: Unused variable: binaryDataArrayPtrs [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/DIAScoring_test.cpp:66:46: style: Unused variable: binaryDataArrayPtrs [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/DIAScoring_test.cpp:405:46: style: Unused variable: binaryDataArrayPtrs [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/DIAScoring_test.cpp:435:23: style: Unused variable: bseries [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/DIAScoring_test.cpp:435:32: style: Unused variable: yseries [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/DIntervalBase_test.cpp:253:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/DTA2DFile_test.cpp:85:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/DTAFile_test.cpp:63:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/DataFilters_test.cpp:321:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/DistanceMatrix_test.cpp:249:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/EGHFitter1D_test.cpp:174:21: warning: Possible null pointer dereference: fitted_egh_model [nullPointer]
openms-2.4.0/src/tests/class_tests/openms/source/EGHFitter1D_test.cpp:167:42: note: Assignment 'fitted_egh_model=nullptr', assigned value is 0
openms-2.4.0/src/tests/class_tests/openms/source/EGHFitter1D_test.cpp:174:21: note: Null pointer dereference
openms-2.4.0/src/tests/class_tests/openms/source/EGHFitter1D_test.cpp:175:21: warning: Possible null pointer dereference: fitted_egh_model [nullPointer]
openms-2.4.0/src/tests/class_tests/openms/source/EGHFitter1D_test.cpp:167:42: note: Assignment 'fitted_egh_model=nullptr', assigned value is 0
openms-2.4.0/src/tests/class_tests/openms/source/EGHFitter1D_test.cpp:175:21: note: Null pointer dereference
openms-2.4.0/src/tests/class_tests/openms/source/ElutionPeakDetection_test.cpp:165:25: style: Unused variable: smoothed_data [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/EmgFitter1D_test.cpp:146:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/EmgGradientDescent_test.cpp:128:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/EmgModel_test.cpp:162:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/EmgScoring_test.cpp:89:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ExtendedIsotopeModel_test.cpp:138:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/Factory_test.cpp:49:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/FalseDiscoveryRate_test.cpp:183:59: style: Unused variable: pep_ids [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/FastLowessSmoothing_test.cpp:82:10: style: The scope of the variable 'xval' can be reduced. [variableScope]
openms-2.4.0/src/tests/class_tests/openms/source/FastLowessSmoothing_test.cpp:83:10: style: The scope of the variable 'yval' can be reduced. [variableScope]
openms-2.4.0/src/tests/class_tests/openms/source/FastLowessSmoothing_test.cpp:85:10: style: The scope of the variable 'ys_1' can be reduced. [variableScope]
openms-2.4.0/src/tests/class_tests/openms/source/FastLowessSmoothing_test.cpp:89:10: style: The scope of the variable 'ys_2' can be reduced. [variableScope]
openms-2.4.0/src/tests/class_tests/openms/source/FastLowessSmoothing_test.cpp:93:10: style: The scope of the variable 'ys_3' can be reduced. [variableScope]
openms-2.4.0/src/tests/class_tests/openms/source/FastLowessSmoothing_test.cpp:168:29: style: Unused variable: y_noisy [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/FeatureFinderAlgorithmMRM_test.cpp:107:3: style: Variable 'ptr2' is reassigned a value before the old one has been used. [redundantAssignment]
openms-2.4.0/src/tests/class_tests/openms/source/FeatureFinderAlgorithmMRM_test.cpp:106:0: note: Variable 'ptr2' is reassigned a value before the old one has been used.
openms-2.4.0/src/tests/class_tests/openms/source/FeatureFinderAlgorithmMRM_test.cpp:107:3: note: Variable 'ptr2' is reassigned a value before the old one has been used.
openms-2.4.0/src/tests/class_tests/openms/source/FeatureFinder_test.cpp:67:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/FeatureMap_test.cpp:657:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/Feature_test.cpp:397:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/FileHandler_test.cpp:145:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/FilterFunctor_test.cpp:87:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/GaussFilterAlgorithm_test.cpp:73:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/GaussFilter_test.cpp:64:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/GaussFitter_test.cpp:173:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/GaussModel_test.cpp:160:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/GoodDiffFilter_test.cpp:83:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/GridBasedClustering_test.cpp:61:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/HashGrid_test.cpp:138:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openms-2.4.0/src/tests/class_tests/openms/source/HashGrid_test.cpp:141:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openms-2.4.0/src/tests/class_tests/openms/source/HashGrid_test.cpp:144:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openms-2.4.0/src/tests/class_tests/openms/source/HashGrid_test.cpp:160:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openms-2.4.0/src/tests/class_tests/openms/source/HashGrid_test.cpp:163:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openms-2.4.0/src/tests/class_tests/openms/source/HashGrid_test.cpp:166:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openms-2.4.0/src/tests/class_tests/openms/source/IDFilter_test.cpp:96:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/IDMapper_test.cpp:109:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/InspectOutfile_test.cpp:423:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/IntensityBalanceFilter_test.cpp:83:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/InterpolationModel_test.cpp:219:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/IsotopeDiffFilter_test.cpp:83:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/IsotopeMarker_test.cpp:85:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/IsotopeModel_test.cpp:140:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/IsotopeWavelet_test.cpp:119:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/KroenikFile_test.cpp:69:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/LPWrapper_test.cpp:182:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/LinearInterpolation_test.cpp:131:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/LinearRegression_test.cpp:79:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/LinearResamplerAlign_test.cpp:90:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/LinearResampler_test.cpp:65:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ListUtilsIO_test.cpp:43:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ListUtils_test.cpp:43:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/LogStream_test.cpp:216:12: style: Unused variable: os [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/LogStream_test.cpp:229:12: style: Unused variable: os [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/LowessSmoothing_test.cpp:86:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:113:88: performance: Function parameter 'fragment_ion' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:226:60: performance: Function parameter 'sequence_size' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:242:101: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:259:101: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:318:116: performance: Function parameter 'sequences' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:318:161: performance: Function parameter 'mods_combs' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:360:98: performance: Function parameter 'sequence' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:378:103: performance: Function parameter 'sequence' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:396:155: performance: Function parameter 'fragment_types' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:396:191: performance: Function parameter 'fragment_charges' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:451:159: performance: Function parameter 'swathes' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:539:88: performance: Function parameter 'fragment_types' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:539:124: performance: Function parameter 'fragment_charges' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:539:263: performance: Function parameter 'swathes' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:635:88: performance: Function parameter 'fragment_types' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:635:124: performance: Function parameter 'fragment_charges' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMAssay_test.cpp:635:263: performance: Function parameter 'swathes' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMDecoy_test.cpp:94:107: performance: Function parameter 'sequence' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMDecoy_test.cpp:106:114: performance: Function parameter 'sequence' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMFeatureScoring_test.cpp:158:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openms-2.4.0/src/tests/class_tests/openms/source/MRMIonSeries_test.cpp:67:146: performance: Function parameter 'fragment_types' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMIonSeries_test.cpp:67:182: performance: Function parameter 'fragment_charges' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMIonSeries_test.cpp:259:250: performance: Function parameter 'fragment_types' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMIonSeries_test.cpp:259:286: performance: Function parameter 'fragment_charges' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMRTNormalizer_test.cpp:115:209: performance: Function parameter 'method' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MRMTransitionGroupPicker_test.cpp:271:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MS2File_test.cpp:69:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MSChromatogram_test.cpp:644:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MSExperiment_test.cpp:136:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MSQuantifications_test.cpp:64:169: performance: Function parameter 'labels' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MSQuantifications_test.cpp:178:112: performance: Function parameter 'labels' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MSQuantifications_test.cpp:184:159: performance: Function parameter 'labels' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/MSSim_test.cpp:105:3: style: Class 'FindConsensusFeature' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openms-2.4.0/src/tests/class_tests/openms/source/MSSim_test.cpp:138:3: style: Class 'SumFormulaValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openms-2.4.0/src/tests/class_tests/openms/source/MSSpectrum_test.cpp:475:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MZTrafoModel_test.cpp:67:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MapAlignmentAlgorithmIdentification_test.cpp:78:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MapAlignmentAlgorithmPoseClustering_test.cpp:66:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MarkerMower_test.cpp:82:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MascotGenericFile_test.cpp:71:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MascotInfile_test.cpp:298:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MascotXMLFile_test.cpp:212:11: style: Variable 'pes' is assigned a value that is never used. [unreadVariable]
openms-2.4.0/src/tests/class_tests/openms/source/MassTrace_test.cpp:109:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MasstraceCorrelator_test.cpp:186:14: style: Reading from empty STL container 'vec1' [reademptycontainer]
openms-2.4.0/src/tests/class_tests/openms/source/MasstraceCorrelator_test.cpp:187:14: style: Reading from empty STL container 'vec2' [reademptycontainer]
openms-2.4.0/src/tests/class_tests/openms/source/MasstraceCorrelator_test.cpp:208:14: style: Reading from empty STL container 'vec1' [reademptycontainer]
openms-2.4.0/src/tests/class_tests/openms/source/MasstraceCorrelator_test.cpp:209:14: style: Reading from empty STL container 'vec2' [reademptycontainer]
openms-2.4.0/src/tests/class_tests/openms/source/MathFunctions_test.cpp:99:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/Matrix_test.cpp:325:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MetaInfoInterfaceUtils_test.cpp:51:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ModificationsDB_test.cpp:252:3: style: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openms-2.4.0/src/tests/class_tests/openms/source/ModificationsDB_test.cpp:251:0: note: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable.
openms-2.4.0/src/tests/class_tests/openms/source/ModificationsDB_test.cpp:252:3: note: Variable 'index' is reassigned a value before the old one has been used if variable is no semaphore variable.
openms-2.4.0/src/tests/class_tests/openms/source/ModificationsDB_test.cpp:49:8: style: Technically the member function 'ResidueModificationOriginCmp::operator()' can be const. [functionConst]
openms-2.4.0/src/tests/class_tests/openms/source/MorphologicalFilter_test.cpp:258:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MsInspectFile_test.cpp:68:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MzDataFile_test.cpp:106:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MzIdentMLFile_test.cpp:352:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MzMLFile_test.cpp:292:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/MzXMLFile_test.cpp:525:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/NLargest_test.cpp:86:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/NNLS_test.cpp:89:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/NeutralLossDiffFilter_test.cpp:83:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/NeutralLossMarker_test.cpp:86:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/Normalizer_test.cpp:87:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/OPXLDataStructs_test.cpp:85:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/OPXLHelper_test.cpp:130:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/OPXLSpectrumProcessingAlgorithms_test.cpp:126:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/OfflinePrecursorIonSelection_test.cpp:75:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/OpenSwathHelper_test.cpp:123:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/OpenSwathSpectrumAccessOpenMS_test.cpp:221:86: performance: Function parameter 'RT' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/OpenSwathSpectrumAccessOpenMS_test.cpp:328:55: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/OptimizePeakDeconvolution_test.cpp:124:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/OptimizePick_test.cpp:91:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PSLPFormulation_test.cpp:71:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ParentPeakMower_test.cpp:81:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeakIndex_test.cpp:151:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeakIntegrator_test.cpp:98:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeakMarker_test.cpp:74:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeakPickerCWT_test.cpp:69:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeakPickerHiRes_test.cpp:95:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeakPickerIterative_test.cpp:76:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeakPickerMaxima_test.cpp:485:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeakPickerSH_test.cpp:70:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeakShape_test.cpp:104:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeakTypeEstimator_test.cpp:68:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PepNovoOutfile_test.cpp:124:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PepXMLFile_test.cpp:494:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeptideHit_test.cpp:250:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:127:3: style: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:123:3: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:127:3: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:131:3: style: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:127:3: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:131:3: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:205:3: style: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:196:3: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:205:3: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:173:120: style: Boolean variable 'is_CASIQK' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:174:45: style: Boolean variable 'is_CASIQK' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:173:155: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openms-2.4.0/src/tests/class_tests/openms/source/PeptideIndexing_test.cpp:174:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openms-2.4.0/src/tests/class_tests/openms/source/PoseClusteringAffineSuperimposer_test.cpp:75:3: style: Variable 'base_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openms-2.4.0/src/tests/class_tests/openms/source/PoseClusteringAffineSuperimposer_test.cpp:74:0: note: Variable 'base_ptr' is reassigned a value before the old one has been used.
openms-2.4.0/src/tests/class_tests/openms/source/PoseClusteringAffineSuperimposer_test.cpp:75:3: note: Variable 'base_ptr' is reassigned a value before the old one has been used.
openms-2.4.0/src/tests/class_tests/openms/source/ProteaseDigestion_test.cpp:99:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ProteinHit_test.cpp:268:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/QTClusterFinder_test.cpp:75:2: style: Variable 'base_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openms-2.4.0/src/tests/class_tests/openms/source/QTClusterFinder_test.cpp:74:0: note: Variable 'base_ptr' is reassigned a value before the old one has been used.
openms-2.4.0/src/tests/class_tests/openms/source/QTClusterFinder_test.cpp:75:2: note: Variable 'base_ptr' is reassigned a value before the old one has been used.
openms-2.4.0/src/tests/class_tests/openms/source/QuadraticRegression_test.cpp:80:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/RANSACModelQuadratic_test.cpp:100:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ROCCurve_test.cpp:71:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SVMWrapper_test.cpp:84:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SVOutStream_test.cpp:69:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SavitzkyGolayFilter_test.cpp:67:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/Scaler_test.cpp:82:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SimpleSVM_test.cpp:134:42: performance: Function parameter 'indexes' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/SingletonRegistry_test.cpp:52:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SpecArrayFile_test.cpp:69:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SpectraMerger_test.cpp:79:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SpectraSTSimilarityScore_test.cpp:93:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SpectrumAlignment_test.cpp:97:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SpectrumAnnotator_test.cpp:102:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SpectrumHelpers_test.cpp:57:46: style: Unused variable: binaryDataArrayPtrs [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/SpectrumLookup_test.cpp:88:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SpectrumMetaDataLookup_test.cpp:91:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SplineSpectrum_test.cpp:59:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SqrtMower_test.cpp:79:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/StatisticFunctions_test.cpp:57:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/String_test.cpp:202:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/SwathFile_test.cpp:131:66: performance: Function parameter 'file' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/SwathFile_test.cpp:177:71: performance: Function parameter 'file_list' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/SwathFile_test.cpp:241:68: performance: Function parameter 'file' should be passed by const reference. [passedByValue]
openms-2.4.0/src/tests/class_tests/openms/source/SysInfo_test.cpp:55:17: style: The scope of the variable 'after' can be reduced. [variableScope]
openms-2.4.0/src/tests/class_tests/openms/source/TICFilter_test.cpp:82:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/TMTSixPlexQuantitationMethod_test.cpp:143:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/TMTTenPlexQuantitationMethod_test.cpp:201:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/TOFCalibration_test.cpp:118:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/TOPPBase_test.cpp:722:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/TheoreticalSpectrumGenerator_test.cpp:404:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/ThresholdMower_test.cpp:80:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/TransformationModelBSpline_test.cpp:102:18: style: Unused variable: results [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/TransformationModelLowess_test.cpp:128:18: style: Unused variable: results [unusedVariable]
openms-2.4.0/src/tests/class_tests/openms/source/TwoDOptimization_test.cpp:103:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/UniqueIdIndexer_test.cpp:159:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/WindowMower_test.cpp:80:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/XMassFile_test.cpp:64:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openms/source/XQuestResultXMLFile_test.cpp:66:0: error: syntax error [syntaxError]
openms-2.4.0/src/tests/class_tests/openswathalgo/Scoring_test.cpp:204:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openms-2.4.0/src/tests/external/ExampleLibraryFile.h:49:10: performance: Technically the member function 'OpenMSExternal::ExampleLibraryFile::loadAndSaveFeatureXML' can be static. [functionStatic]
openms-2.4.0/src/tests/external/ExampleLibraryFile.cpp:52:28: note: Technically the member function 'OpenMSExternal::ExampleLibraryFile::loadAndSaveFeatureXML' can be static.
openms-2.4.0/src/tests/external/ExampleLibraryFile.h:49:10: note: Technically the member function 'OpenMSExternal::ExampleLibraryFile::loadAndSaveFeatureXML' can be static.
openms-2.4.0/src/topp/EICExtractor.cpp:141:5: performance: Variable 'header_description' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openms-2.4.0/src/topp/MaRaClusterAdapter.cpp:132:7: performance: Variable 'file_idx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openms-2.4.0/src/topp/MyriMatchAdapter.cpp:510:5: warning: Accessing an item in container 'protein_identifications'. Either the condition 'protein_identifications.empty()' is redundant or 'protein_identifications' can be empty. [containerOutOfBounds]
openms-2.4.0/src/topp/MyriMatchAdapter.cpp:514:39: note: Assuming that condition 'protein_identifications.empty()' is not redundant
openms-2.4.0/src/topp/MyriMatchAdapter.cpp:510:5: note: Access out of bounds
openms-2.4.0/src/topp/MyriMatchAdapter.cpp:511:5: warning: Accessing an item in container 'protein_identifications'. Either the condition 'protein_identifications.empty()' is redundant or 'protein_identifications' can be empty. [containerOutOfBounds]
openms-2.4.0/src/topp/MyriMatchAdapter.cpp:514:39: note: Assuming that condition 'protein_identifications.empty()' is not redundant
openms-2.4.0/src/topp/MyriMatchAdapter.cpp:511:5: note: Access out of bounds
openms-2.4.0/src/topp/MyriMatchAdapter.cpp:512:5: warning: Accessing an item in container 'protein_identifications'. Either the condition 'protein_identifications.empty()' is redundant or 'protein_identifications' can be empty. [containerOutOfBounds]
openms-2.4.0/src/topp/MyriMatchAdapter.cpp:514:39: note: Assuming that condition 'protein_identifications.empty()' is not redundant
openms-2.4.0/src/topp/MyriMatchAdapter.cpp:512:5: note: Access out of bounds
openms-2.4.0/src/topp/NoiseFilterGaussian.cpp:114:7: performance: Variable 'gf_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openms-2.4.0/src/topp/NoiseFilterSGolay.cpp:117:7: performance: Variable 'sgf_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openms-2.4.0/src/topp/PeakPickerHiRes.cpp:140:7: performance: Variable 'pp_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openms-2.4.0/src/utils/IDExtractor.cpp:189:9: warning: Return value of function rand() is not used. [ignoredReturnValue]
openms-2.4.0/src/utils/IDScoreSwitcher.cpp:74:3: warning: Member variable 'TOPPIDScoreSwitcher::higher_better_' is not initialized in the constructor. [uninitMemberVar]
openms-2.4.0/src/utils/ImageCreator.cpp:86:5: performance: Variable 'out_formats_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openms-2.4.0/src/utils/LowMemPeakPickerHiRes.cpp:134:7: performance: Variable 'pp_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openms-2.4.0/src/utils/SpecLibCreator.cpp:246:36: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openms-2.4.0/src/utils/SpecLibCreator.cpp:247:35: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openms-2.4.0/src/utils/SpecLibCreator.cpp:248:29: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openms-2.4.0/src/utils/SpecLibCreator.cpp:249:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openms-2.4.0/src/utils/TICCalculator.cpp:127:1: warning: The class 'FileAbstraction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openms-2.4.0/src/utils/XFDR.cpp:144:3: warning: Member variable 'TOPPXFDR::is_xquest_input' is not initialized in the constructor. [uninitMemberVar]
openms-2.4.0/src/utils/XFDR.cpp:144:3: warning: Member variable 'TOPPXFDR::arg_mindeltas' is not initialized in the constructor. [uninitMemberVar]
openms-2.4.0/src/utils/XFDR.cpp:144:3: warning: Member variable 'TOPPXFDR::arg_uniquex' is not initialized in the constructor. [uninitMemberVar]
[13:03]

ftp://ftp.se.debian.org/debian/pool/main/o/openmsx/openmsx_0.8.2.orig.tar.gz
Checking openmsx-0.8.2/src/sound/Y8950.cc: __GCC__=1;__GCC__=1...

openmsx-0.8.2/Contrib/openmsx-control-socket.cc:65:6: style: Condition '!result' is always true [knownConditionTrueFalse]
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:64:23: note: Assignment 'result=NULL', assigned value is 0
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:65:6: note: Condition '!result' is always true
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:315:29: style: Function 'start' argument 1 names different: declaration 'sd' definition 'sd_'. [funcArgNamesDifferent]
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:93:17: note: Function 'start' argument 1 names different: declaration 'sd' definition 'sd_'.
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:315:29: note: Function 'start' argument 1 names different: declaration 'sd' definition 'sd_'.
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:89:1: style: The class 'OpenMSXComm' does not have a constructor although it has private member variables. [noConstructor]
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:110:7: style: Technically the member function 'OpenMSXComm::doLog' can be const. [functionConst]
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:275:19: note: Technically the member function 'OpenMSXComm::doLog' can be const.
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:110:7: note: Technically the member function 'OpenMSXComm::doLog' can be const.
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:111:7: style: Technically the member function 'OpenMSXComm::doUpdate' can be const. [functionConst]
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:288:19: note: Technically the member function 'OpenMSXComm::doUpdate' can be const.
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:111:7: note: Technically the member function 'OpenMSXComm::doUpdate' can be const.
openmsx-0.8.2/Contrib/openmsx-control-socket.cc:42:2: style: Class 'ReadDir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:22:1: style: The class 'OpenMSXComm' does not have a constructor although it has private member variables. [noConstructor]
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:35:7: performance: Technically the member function 'OpenMSXComm::openmsx_cmd_info' can be static. [functionStatic]
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:118:19: note: Technically the member function 'OpenMSXComm::openmsx_cmd_info' can be static.
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:35:7: note: Technically the member function 'OpenMSXComm::openmsx_cmd_info' can be static.
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:36:7: performance: Technically the member function 'OpenMSXComm::openmsx_cmd_warning' can be static. [functionStatic]
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:123:19: note: Technically the member function 'OpenMSXComm::openmsx_cmd_warning' can be static.
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:36:7: note: Technically the member function 'OpenMSXComm::openmsx_cmd_warning' can be static.
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:37:7: performance: Technically the member function 'OpenMSXComm::openmsx_cmd_update' can be static. [functionStatic]
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:128:19: note: Technically the member function 'OpenMSXComm::openmsx_cmd_update' can be static.
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:37:7: note: Technically the member function 'OpenMSXComm::openmsx_cmd_update' can be static.
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:53:7: performance: Technically the member function 'OpenMSXComm::deprecated' can be static. [functionStatic]
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:133:19: note: Technically the member function 'OpenMSXComm::deprecated' can be static.
openmsx-0.8.2/Contrib/openmsx-control-stdio.cc:53:7: note: Technically the member function 'OpenMSXComm::deprecated' can be static.
openmsx-0.8.2/src/EmuDuration.hh:18:1: warning: The class 'EmuDuration' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openmsx-0.8.2/src/CartridgeSlotManager.cc:78:60: style: Function 'CartridgeSlotManager' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/CartridgeSlotManager.hh:20:48: note: Function 'CartridgeSlotManager' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/CartridgeSlotManager.cc:78:60: note: Function 'CartridgeSlotManager' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/CartridgeSlotManager.cc:430:58: style: Function 'CartridgeSlotInfo' argument 2 names different: declaration 'manger' definition 'manager_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/CartridgeSlotManager.cc:44:41: note: Function 'CartridgeSlotInfo' argument 2 names different: declaration 'manger' definition 'manager_'.
openmsx-0.8.2/src/CartridgeSlotManager.cc:430:58: note: Function 'CartridgeSlotInfo' argument 2 names different: declaration 'manger' definition 'manager_'.
openmsx-0.8.2/src/serialize_meta.hh:94:10: style: Technically the member function 'openmsx::MapConstrArgsEmpty::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_meta.hh:104:11: style: Technically the member function 'openmsx::MapConstrArgsCopy::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_meta.hh:161:2: style: Class 'PolymorphicSaver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:2: style: Struct 'RegisterSaverHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:310:2: style: Struct 'RegisterLoaderHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:2: style: Struct 'RegisterInitializerHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:165:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serialize_meta.hh:140:15: note: Virtual function in base class
openmsx-0.8.2/src/serialize_meta.hh:165:15: note: Function in derived class
openmsx-0.8.2/src/serialize_meta.hh:181:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serialize_meta.hh:147:16: note: Virtual function in base class
openmsx-0.8.2/src/serialize_meta.hh:181:16: note: Function in derived class
openmsx-0.8.2/src/serialize_meta.hh:199:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serialize_meta.hh:154:15: note: Virtual function in base class
openmsx-0.8.2/src/serialize_meta.hh:199:15: note: Function in derived class
openmsx-0.8.2/src/CliExtension.cc:13:47: style: Function 'CliExtension' argument 1 names different: declaration 'cmdLineParser' definition 'cmdLineParser_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/CliExtension.hh:15:43: note: Function 'CliExtension' argument 1 names different: declaration 'cmdLineParser' definition 'cmdLineParser_'.
openmsx-0.8.2/src/CliExtension.cc:13:47: note: Function 'CliExtension' argument 1 names different: declaration 'cmdLineParser' definition 'cmdLineParser_'.
openmsx-0.8.2/src/CliExtension.hh:17:15: style: The function 'parseOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:15:15: note: Virtual function in base class
openmsx-0.8.2/src/CliExtension.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/CliExtension.hh:19:29: style: The function 'optionHelp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:17:29: note: Virtual function in base class
openmsx-0.8.2/src/CliExtension.hh:19:29: note: Function in derived class
openmsx-0.8.2/src/CommandLineParser.cc:160:47: style: Function 'CommandLineParser' argument 1 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/CommandLineParser.hh:50:38: note: Function 'CommandLineParser' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/CommandLineParser.cc:160:47: note: Function 'CommandLineParser' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/CommandLineParser.cc:467:49: style: Function 'ControlOption' argument 1 names different: declaration 'parser' definition 'parser_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/CommandLineParser.cc:81:44: note: Function 'ControlOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/CommandLineParser.cc:467:49: note: Function 'ControlOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/CommandLineParser.cc:611:43: style: Function 'HelpOption' argument 1 names different: declaration 'parser' definition 'parser_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/CommandLineParser.cc:61:41: note: Function 'HelpOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/CommandLineParser.cc:611:43: note: Function 'HelpOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/CommandLineParser.cc:661:49: style: Function 'VersionOption' argument 1 names different: declaration 'parser' definition 'parser_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/CommandLineParser.cc:71:44: note: Function 'VersionOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/CommandLineParser.cc:661:49: note: Function 'VersionOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/CommandLineParser.cc:685:49: style: Function 'MachineOption' argument 1 names different: declaration 'parser' definition 'parser_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/CommandLineParser.cc:105:44: note: Function 'MachineOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/CommandLineParser.cc:685:49: note: Function 'MachineOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/CommandLineParser.cc:713:49: style: Function 'SettingOption' argument 1 names different: declaration 'parser' definition 'parser_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/CommandLineParser.cc:115:44: note: Function 'SettingOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/CommandLineParser.cc:713:49: note: Function 'SettingOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/CommandLineParser.cc:819:55: style: Function 'TestConfigOption' argument 1 names different: declaration 'parser' definition 'parser_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/CommandLineParser.cc:150:47: note: Function 'TestConfigOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/CommandLineParser.cc:819:55: note: Function 'TestConfigOption' argument 1 names different: declaration 'parser' definition 'parser_'.
openmsx-0.8.2/src/ReplayCLI.hh:17:15: style: The function 'parseOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:15:15: note: Virtual function in base class
openmsx-0.8.2/src/ReplayCLI.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/ReplayCLI.hh:19:29: style: The function 'optionHelp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:17:29: note: Virtual function in base class
openmsx-0.8.2/src/ReplayCLI.hh:19:29: note: Function in derived class
openmsx-0.8.2/src/ReplayCLI.hh:20:15: style: The function 'parseFileType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/ReplayCLI.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/ReplayCLI.hh:22:29: style: The function 'fileTypeHelp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:31:29: note: Virtual function in base class
openmsx-0.8.2/src/ReplayCLI.hh:22:29: note: Function in derived class
openmsx-0.8.2/src/SaveStateCLI.hh:17:15: style: The function 'parseOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:15:15: note: Virtual function in base class
openmsx-0.8.2/src/SaveStateCLI.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/SaveStateCLI.hh:19:29: style: The function 'optionHelp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:17:29: note: Virtual function in base class
openmsx-0.8.2/src/SaveStateCLI.hh:19:29: note: Function in derived class
openmsx-0.8.2/src/SaveStateCLI.hh:20:15: style: The function 'parseFileType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/SaveStateCLI.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/SaveStateCLI.hh:22:29: style: The function 'fileTypeHelp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:31:29: note: Virtual function in base class
openmsx-0.8.2/src/SaveStateCLI.hh:22:29: note: Function in derived class
openmsx-0.8.2/src/CommandLineParser.cc:94:15: style: The function 'parseFileType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/CommandLineParser.cc:94:15: note: Function in derived class
openmsx-0.8.2/src/CommandLineParser.cc:96:29: style: The function 'fileTypeHelp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/CLIOption.hh:31:29: note: Virtual function in base class
openmsx-0.8.2/src/CommandLineParser.cc:96:29: note: Function in derived class
openmsx-0.8.2/src/Connector.cc:11:42: style: Function 'Connector' argument 1 names different: declaration 'pluggingController' definition 'pluggingController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Connector.hh:75:32: note: Function 'Connector' argument 1 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/Connector.cc:11:42: note: Function 'Connector' argument 1 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/Connector.cc:12:41: style: Function 'Connector' argument 2 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Connector.hh:76:31: note: Function 'Connector' argument 2 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/Connector.cc:12:41: note: Function 'Connector' argument 2 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/Connector.cc:12:73: style: Function 'Connector' argument 3 names different: declaration 'dummy' definition 'dummy_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Connector.hh:76:62: note: Function 'Connector' argument 3 names different: declaration 'dummy' definition 'dummy_'.
openmsx-0.8.2/src/Connector.cc:12:73: note: Function 'Connector' argument 3 names different: declaration 'dummy' definition 'dummy_'.
openmsx-0.8.2/src/serialize_core.hh:451:7: style: Technically the member function 'openmsx::PrimitiveLoader::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:460:7: style: Technically the member function 'openmsx::EnumLoader::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:566:7: style: Technically the member function 'openmsx::PointerLoader::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:599:7: style: Technically the member function 'openmsx::IDLoader::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:626:7: style: Technically the member function 'openmsx::CollectionLoaderHelper::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:638:7: style: Technically the member function 'openmsx::CollectionLoaderHelper::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:648:7: style: Technically the member function 'openmsx::CollectionLoader::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize.hh:330:14: performance: Technically the member function 'openmsx::OutputArchiveBase2::isLoader' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:331:14: performance: Technically the member function 'openmsx::OutputArchiveBase2::versionAtLeast' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:335:14: performance: Technically the member function 'openmsx::OutputArchiveBase2::versionBelow' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:340:7: performance: Technically the member function 'openmsx::OutputArchiveBase2::skipSection' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:492:14: performance: Technically the member function 'openmsx::InputArchiveBase2::isLoader' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:494:7: performance: Technically the member function 'openmsx::InputArchiveBase2::beginSection' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:498:7: performance: Technically the member function 'openmsx::InputArchiveBase2::endSection' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:197:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemInputArchive >::needVersion' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:202:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemInputArchive >::translateEnumToString' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:221:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemInputArchive >::canHaveOptionalAttributes' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:227:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemInputArchive >::hasAttribute' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:235:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemInputArchive >::findAttribute' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:248:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemInputArchive >::canCountChildren' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:254:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemInputArchive >::countChildren' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:267:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemInputArchive >::beginTag' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:277:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemInputArchive >::endTag' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:197:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlInputArchive >::needVersion' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:202:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlInputArchive >::translateEnumToString' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:221:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlInputArchive >::canHaveOptionalAttributes' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:227:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlInputArchive >::hasAttribute' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:235:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlInputArchive >::findAttribute' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:248:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlInputArchive >::canCountChildren' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:254:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlInputArchive >::countChildren' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:267:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlInputArchive >::beginTag' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:277:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlInputArchive >::endTag' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:197:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemOutputArchive >::needVersion' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:202:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemOutputArchive >::translateEnumToString' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:221:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemOutputArchive >::canHaveOptionalAttributes' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:227:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemOutputArchive >::hasAttribute' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:235:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemOutputArchive >::findAttribute' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:248:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemOutputArchive >::canCountChildren' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:254:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemOutputArchive >::countChildren' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:267:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemOutputArchive >::beginTag' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:277:0: performance: Technically the member function 'openmsx :: ArchiveBase < MemOutputArchive >::endTag' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:197:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlOutputArchive >::needVersion' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:202:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlOutputArchive >::translateEnumToString' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:221:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlOutputArchive >::canHaveOptionalAttributes' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:227:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlOutputArchive >::hasAttribute' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:235:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlOutputArchive >::findAttribute' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:248:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlOutputArchive >::canCountChildren' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:254:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlOutputArchive >::countChildren' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:267:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlOutputArchive >::beginTag' can be static. [functionStatic]
openmsx-0.8.2/src/serialize.hh:277:0: performance: Technically the member function 'openmsx :: ArchiveBase < XmlOutputArchive >::endTag' can be static. [functionStatic]
openmsx-0.8.2/src/serialize_core.hh:391:0: style: Technically the member function 'openmsx :: CollectionSaver < T >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:374:0: style: Technically the member function 'openmsx :: IDSaver < T >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:347:0: style: Technically the member function 'openmsx :: PointerSaver < T >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:300:0: style: Technically the member function 'openmsx :: ClassSaver < T >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:286:0: style: Technically the member function 'openmsx :: EnumSaver < T >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:277:0: style: Technically the member function 'openmsx :: PrimitiveSaver < T >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_constr.hh:37:0: performance: Technically the member function 'openmsx :: SerializeConstructorArgs < T >::save' can be static. [functionStatic]
openmsx-0.8.2/src/serialize_constr.hh:39:0: performance: Technically the member function 'openmsx :: SerializeConstructorArgs < T >::load' can be static. [functionStatic]
openmsx-0.8.2/src/serialize_core.hh:87:2: style: Struct 'serialize_as_enum_impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize.hh:779:2: style: Class 'XmlOutputArchive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize.hh:833:2: style: Class 'XmlInputArchive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/DebugDevice.hh:20:15: warning: Virtual function 'reset' is called from constructor 'DebugDevice(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 25. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/DebugDevice.cc:25:2: note: Calling reset
openmsx-0.8.2/src/DebugDevice.hh:20:15: note: reset is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , DebugDevice >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , DebugDevice >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , DebugDevice >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , DebugDevice >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/DebugDevice.hh:20:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/DebugDevice.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/DebugDevice.hh:21:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/DebugDevice.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/serialize_meta.hh:199:0: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serialize_meta.hh:154:0: note: Virtual function in base class
openmsx-0.8.2/src/serialize_meta.hh:199:0: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:48:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:48:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:49:15: style: The function 'powerDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:62:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:49:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:50:15: style: The function 'readIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:96:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:50:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:51:15: style: The function 'peekIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:51:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:52:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:52:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:59:15: style: The function 'readA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:14:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:59:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:60:15: style: The function 'readB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:15:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:60:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:61:17: style: The function 'readC0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:16:17: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:61:17: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:62:17: style: The function 'readC1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:17:17: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:62:17: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:63:15: style: The function 'peekA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:63:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:64:15: style: The function 'peekB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:64:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:65:17: style: The function 'peekC0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:20:17: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:65:17: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:66:17: style: The function 'peekC1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:21:17: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:66:17: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:67:15: style: The function 'writeA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:22:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:67:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:68:15: style: The function 'writeB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:23:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:68:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:69:15: style: The function 'writeC0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:24:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:69:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:70:15: style: The function 'writeC1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/I8255Interface.hh:25:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPPI.hh:70:15: note: Function in derived class
openmsx-0.8.2/src/MSXE6Timer.hh:25:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXE6Timer.hh:25:15: note: Function in derived class
openmsx-0.8.2/src/MSXE6Timer.hh:26:15: style: The function 'readIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:96:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXE6Timer.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/MSXE6Timer.hh:27:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXE6Timer.hh:27:15: note: Function in derived class
openmsx-0.8.2/src/MSXE6Timer.hh:28:15: style: The function 'peekIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXE6Timer.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/MSXResetStatusRegister.hh:21:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXResetStatusRegister.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/MSXResetStatusRegister.hh:22:15: style: The function 'readIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:96:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXResetStatusRegister.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/MSXResetStatusRegister.hh:23:15: style: The function 'peekIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXResetStatusRegister.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/MSXResetStatusRegister.hh:24:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXResetStatusRegister.hh:24:15: note: Function in derived class
openmsx-0.8.2/src/MSXTurboRPause.hh:36:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXTurboRPause.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/MSXTurboRPause.hh:37:15: style: The function 'powerDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:62:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXTurboRPause.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/MSXTurboRPause.hh:39:15: style: The function 'readIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:96:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXTurboRPause.hh:39:15: note: Function in derived class
openmsx-0.8.2/src/MSXTurboRPause.hh:40:15: style: The function 'peekIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXTurboRPause.hh:40:15: note: Function in derived class
openmsx-0.8.2/src/MSXTurboRPause.hh:41:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXTurboRPause.hh:41:15: note: Function in derived class
openmsx-0.8.2/src/MSXS1985.hh:30:15: style: The function 'powerUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:69:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXS1985.hh:30:15: note: Function in derived class
openmsx-0.8.2/src/MSXS1985.hh:31:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXS1985.hh:31:15: note: Function in derived class
openmsx-0.8.2/src/MSXS1985.hh:34:15: style: The function 'readSwitchedIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXSwitchedDevice.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXS1985.hh:34:15: note: Function in derived class
openmsx-0.8.2/src/MSXS1985.hh:35:15: style: The function 'peekSwitchedIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXSwitchedDevice.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXS1985.hh:35:15: note: Function in derived class
openmsx-0.8.2/src/MSXS1985.hh:36:15: style: The function 'writeSwitchedIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXSwitchedDevice.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXS1985.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/MSXS1990.hh:25:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXS1990.hh:25:15: note: Function in derived class
openmsx-0.8.2/src/MSXS1990.hh:26:15: style: The function 'readIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:96:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXS1990.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/MSXS1990.hh:27:15: style: The function 'peekIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXS1990.hh:27:15: note: Function in derived class
openmsx-0.8.2/src/MSXS1990.hh:28:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXS1990.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/MSXKanji.hh:19:15: style: The function 'readIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:96:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXKanji.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/MSXKanji.hh:20:15: style: The function 'peekIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXKanji.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/MSXKanji.hh:21:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXKanji.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/MSXKanji.hh:22:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXKanji.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/MSXBunsetsu.hh:19:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXBunsetsu.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/MSXBunsetsu.hh:21:15: style: The function 'readMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:123:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXBunsetsu.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/MSXBunsetsu.hh:22:15: style: The function 'writeMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:130:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXBunsetsu.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/MSXBunsetsu.hh:23:22: style: The function 'getReadCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:143:22: note: Virtual function in base class
openmsx-0.8.2/src/MSXBunsetsu.hh:23:22: note: Function in derived class
openmsx-0.8.2/src/MSXBunsetsu.hh:24:16: style: The function 'getWriteCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:156:16: note: Virtual function in base class
openmsx-0.8.2/src/MSXBunsetsu.hh:24:16: note: Function in derived class
openmsx-0.8.2/src/MSXRTC.hh:20:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXRTC.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/MSXRTC.hh:21:15: style: The function 'readIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:96:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXRTC.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/MSXRTC.hh:22:15: style: The function 'peekIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXRTC.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/MSXRTC.hh:23:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXRTC.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/PasswordCart.hh:15:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/PasswordCart.hh:15:15: note: Function in derived class
openmsx-0.8.2/src/PasswordCart.hh:16:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/PasswordCart.hh:16:15: note: Function in derived class
openmsx-0.8.2/src/PasswordCart.hh:17:15: style: The function 'readIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:96:15: note: Virtual function in base class
openmsx-0.8.2/src/PasswordCart.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/PasswordCart.hh:18:15: style: The function 'peekIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/PasswordCart.hh:18:15: note: Function in derived class
openmsx-0.8.2/src/MSXPrinterPort.hh:22:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPrinterPort.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/MSXPrinterPort.hh:23:15: style: The function 'readIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:96:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPrinterPort.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/MSXPrinterPort.hh:24:15: style: The function 'peekIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPrinterPort.hh:24:15: note: Function in derived class
openmsx-0.8.2/src/MSXPrinterPort.hh:25:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPrinterPort.hh:25:15: note: Function in derived class
openmsx-0.8.2/src/MSXPrinterPort.hh:28:28: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Connector.hh:34:28: note: Virtual function in base class
openmsx-0.8.2/src/MSXPrinterPort.hh:28:28: note: Function in derived class
openmsx-0.8.2/src/MSXPrinterPort.hh:29:29: style: The function 'getClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Connector.hh:40:29: note: Virtual function in base class
openmsx-0.8.2/src/MSXPrinterPort.hh:29:29: note: Function in derived class
openmsx-0.8.2/src/MSXPrinterPort.hh:30:15: style: The function 'plug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Connector.hh:47:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXPrinterPort.hh:30:15: note: Function in derived class
openmsx-0.8.2/src/MSXMatsushita.hh:22:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXMatsushita.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/MSXMatsushita.hh:25:15: style: The function 'readSwitchedIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXSwitchedDevice.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXMatsushita.hh:25:15: note: Function in derived class
openmsx-0.8.2/src/MSXMatsushita.hh:26:15: style: The function 'peekSwitchedIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXSwitchedDevice.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXMatsushita.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/MSXMatsushita.hh:27:15: style: The function 'writeSwitchedIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXSwitchedDevice.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXMatsushita.hh:27:15: note: Function in derived class
openmsx-0.8.2/src/MSXCielTurbo.hh:18:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXCielTurbo.hh:18:15: note: Function in derived class
openmsx-0.8.2/src/MSXCielTurbo.hh:19:15: style: The function 'readIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:96:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXCielTurbo.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/MSXCielTurbo.hh:20:15: style: The function 'peekIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXCielTurbo.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/MSXCielTurbo.hh:21:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXCielTurbo.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/MSXKanji12.hh:21:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXKanji12.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/MSXKanji12.hh:24:15: style: The function 'readSwitchedIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXSwitchedDevice.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXKanji12.hh:24:15: note: Function in derived class
openmsx-0.8.2/src/MSXKanji12.hh:25:15: style: The function 'peekSwitchedIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXSwitchedDevice.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXKanji12.hh:25:15: note: Function in derived class
openmsx-0.8.2/src/MSXKanji12.hh:26:15: style: The function 'writeSwitchedIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXSwitchedDevice.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXKanji12.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/DummyDevice.hh:14:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/DummyDevice.hh:14:15: note: Function in derived class
openmsx-0.8.2/src/MSXDeviceSwitch.hh:68:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:45:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXDeviceSwitch.hh:68:15: note: Function in derived class
openmsx-0.8.2/src/MSXDeviceSwitch.hh:69:15: style: The function 'readIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:96:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXDeviceSwitch.hh:69:15: note: Function in derived class
openmsx-0.8.2/src/MSXDeviceSwitch.hh:70:15: style: The function 'peekIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXDeviceSwitch.hh:70:15: note: Function in derived class
openmsx-0.8.2/src/MSXDeviceSwitch.hh:71:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/MSXDevice.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXDeviceSwitch.hh:71:15: note: Function in derived class
openmsx-0.8.2/src/PrinterPortDevice.hh:38:29: style: The function 'getClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:27:29: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortDevice.hh:38:29: note: Function in derived class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:13:15: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:13:15: note: Function in derived class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:14:15: style: The function 'setStrobe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:14:15: note: Function in derived class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:15:15: style: The function 'writeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:35:15: note: Virtual function in base class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:15:15: note: Function in derived class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:16:28: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:31:28: note: Virtual function in base class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:16:28: note: Function in derived class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:17:15: style: The function 'plugHelper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:56:15: note: Virtual function in base class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:18:15: style: The function 'unplugHelper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:58:15: note: Virtual function in base class
openmsx-0.8.2/src/DummyPrinterPortDevice.hh:18:15: note: Function in derived class
openmsx-0.8.2/src/DynamicClock.hh:93:34: style: Public interface of DynamicClock is not safe. When calling DynamicClock::setFreq(), if parameter freq_num is 0 that leads to division by zero. [unsafeClassDivZero]
openmsx-0.8.2/src/EmptyPatch.cc:9:36: style: Function 'EmptyPatch' argument 1 names different: declaration 'block' definition 'block_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/EmptyPatch.hh:14:25: note: Function 'EmptyPatch' argument 1 names different: declaration 'block' definition 'block_'.
openmsx-0.8.2/src/EmptyPatch.cc:9:36: note: Function 'EmptyPatch' argument 1 names different: declaration 'block' definition 'block_'.
openmsx-0.8.2/src/EmptyPatch.cc:9:53: style: Function 'EmptyPatch' argument 2 names different: declaration 'size' definition 'size_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/EmptyPatch.hh:14:41: note: Function 'EmptyPatch' argument 2 names different: declaration 'size' definition 'size_'.
openmsx-0.8.2/src/EmptyPatch.cc:9:53: note: Function 'EmptyPatch' argument 2 names different: declaration 'size' definition 'size_'.
openmsx-0.8.2/src/EmptyPatch.hh:16:15: style: The function 'copyBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PatchInterface.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/EmptyPatch.hh:16:15: note: Function in derived class
openmsx-0.8.2/src/EmptyPatch.hh:17:19: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PatchInterface.hh:18:19: note: Virtual function in base class
openmsx-0.8.2/src/EmptyPatch.hh:17:19: note: Function in derived class
openmsx-0.8.2/src/EmptyPatch.hh:18:15: style: The function 'getFilenames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PatchInterface.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/EmptyPatch.hh:18:15: note: Function in derived class
openmsx-0.8.2/src/EmptyPatch.hh:19:15: style: The function 'isEmptyPatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PatchInterface.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/EmptyPatch.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/EmuTime.cc:13:59: style: Function 'operator<<' argument 2 names different: declaration 'e' definition 'et'. [funcArgNamesDifferent]
openmsx-0.8.2/src/EmuTime.hh:77:60: note: Function 'operator<<' argument 2 names different: declaration 'e' definition 'et'.
openmsx-0.8.2/src/EmuTime.cc:13:59: note: Function 'operator<<' argument 2 names different: declaration 'e' definition 'et'.
openmsx-0.8.2/src/FirmwareSwitch.cc:19:50: style: Function 'FirmwareSwitch' argument 2 names different: declaration 'config' definition 'config_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/FirmwareSwitch.hh:20:35: note: Function 'FirmwareSwitch' argument 2 names different: declaration 'config' definition 'config_'.
openmsx-0.8.2/src/FirmwareSwitch.cc:19:50: note: Function 'FirmwareSwitch' argument 2 names different: declaration 'config' definition 'config_'.
openmsx-0.8.2/src/GlobalSettings.cc:16:57: style: Function 'GlobalSettings' argument 1 names different: declaration 'commandController' definition 'commandController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/GlobalSettings.hh:29:51: note: Function 'GlobalSettings' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/GlobalSettings.cc:16:57: note: Function 'GlobalSettings' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/I8255.cc:27:68: style: Function 'I8255' argument 3 names different: declaration 'cliComm' definition 'cliComm_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/I8255.hh:25:17: note: Function 'I8255' argument 3 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/I8255.cc:27:68: note: Function 'I8255' argument 3 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/IPSPatch.cc:19:36: style: Function 'IPSPatch' argument 1 names different: declaration 'filename' definition 'filename_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/IPSPatch.hh:21:27: note: Function 'IPSPatch' argument 1 names different: declaration 'filename' definition 'filename_'.
openmsx-0.8.2/src/IPSPatch.cc:19:36: note: Function 'IPSPatch' argument 1 names different: declaration 'filename' definition 'filename_'.
openmsx-0.8.2/src/IPSPatch.cc:20:56: style: Function 'IPSPatch' argument 2 names different: declaration 'parent' definition 'parent_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/IPSPatch.hh:22:47: note: Function 'IPSPatch' argument 2 names different: declaration 'parent' definition 'parent_'.
openmsx-0.8.2/src/IPSPatch.cc:20:56: note: Function 'IPSPatch' argument 2 names different: declaration 'parent' definition 'parent_'.
openmsx-0.8.2/src/IPSPatch.hh:24:15: style: The function 'copyBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PatchInterface.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/IPSPatch.hh:24:15: note: Function in derived class
openmsx-0.8.2/src/IPSPatch.hh:25:19: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PatchInterface.hh:18:19: note: Virtual function in base class
openmsx-0.8.2/src/IPSPatch.hh:25:19: note: Function in derived class
openmsx-0.8.2/src/IPSPatch.hh:26:15: style: The function 'getFilenames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PatchInterface.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/IPSPatch.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/LedStatus.cc:24:15: style: Function 'LedStatus' argument 3 names different: declaration 'msxCliComm' definition 'msxCliComm_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/LedStatus.hh:35:15: note: Function 'LedStatus' argument 3 names different: declaration 'msxCliComm' definition 'msxCliComm_'.
openmsx-0.8.2/src/LedStatus.cc:24:15: note: Function 'LedStatus' argument 3 names different: declaration 'msxCliComm' definition 'msxCliComm_'.
openmsx-0.8.2/src/MSXBunsetsu.hh:19:15: warning: Virtual function 'reset' is called from constructor 'MSXBunsetsu(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 17. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXBunsetsu.cc:17:2: note: Calling reset
openmsx-0.8.2/src/MSXBunsetsu.hh:19:15: note: reset is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXBunsetsu >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXBunsetsu >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXBunsetsu >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXBunsetsu >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXCielTurbo.hh:18:15: warning: Virtual function 'reset' is called from constructor 'MSXCielTurbo(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 15. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXCielTurbo.cc:15:2: note: Calling reset
openmsx-0.8.2/src/MSXCielTurbo.hh:18:15: note: reset is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXCielTurbo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXCielTurbo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXCielTurbo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXCielTurbo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXDevice.cc:38:38: style: Function 'MSXDevice' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXDevice.hh:217:28: note: Function 'MSXDevice' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXDevice.cc:38:38: note: Function 'MSXDevice' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXE6Timer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXE6Timer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXE6Timer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXE6Timer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXException.cc:9:47: style: Function 'MSXException' argument 1 names different: declaration 'message' definition 'message_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXException.hh:13:43: note: Function 'MSXException' argument 1 names different: declaration 'message' definition 'message_'.
openmsx-0.8.2/src/MSXException.cc:9:47: note: Function 'MSXException' argument 1 names different: declaration 'message' definition 'message_'.
openmsx-0.8.2/src/MSXException.cc:14:40: style: Function 'MSXException' argument 1 names different: declaration 'message' definition 'message_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXException.hh:14:43: note: Function 'MSXException' argument 1 names different: declaration 'message' definition 'message_'.
openmsx-0.8.2/src/MSXException.cc:14:40: note: Function 'MSXException' argument 1 names different: declaration 'message' definition 'message_'.
openmsx-0.8.2/src/MSXException.cc:26:43: style: Function 'FatalError' argument 1 names different: declaration 'message' definition 'message_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXException.hh:28:41: note: Function 'FatalError' argument 1 names different: declaration 'message' definition 'message_'.
openmsx-0.8.2/src/MSXException.cc:26:43: note: Function 'FatalError' argument 1 names different: declaration 'message' definition 'message_'.
openmsx-0.8.2/src/MSXException.cc:31:36: style: Function 'FatalError' argument 1 names different: declaration 'message' definition 'message_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXException.hh:29:41: note: Function 'FatalError' argument 1 names different: declaration 'message' definition 'message_'.
openmsx-0.8.2/src/MSXException.cc:31:36: note: Function 'FatalError' argument 1 names different: declaration 'message' definition 'message_'.
openmsx-0.8.2/src/MSXKanji.hh:22:15: warning: Virtual function 'reset' is called from constructor 'MSXKanji(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 21. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXKanji.cc:21:2: note: Calling reset
openmsx-0.8.2/src/MSXKanji.hh:22:15: note: reset is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXKanji >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXKanji >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXKanji >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXKanji >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXKanji12.hh:21:15: warning: Virtual function 'reset' is called from constructor 'MSXKanji12(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 22. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXKanji12.cc:22:2: note: Calling reset
openmsx-0.8.2/src/MSXKanji12.hh:21:15: note: reset is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXKanji12 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXKanji12 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXKanji12 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXKanji12 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXMatsushita.cc:14:16: warning: Member variable 'MSXMatsushita::color1' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/MSXMatsushita.cc:14:16: warning: Member variable 'MSXMatsushita::color2' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/MSXMatsushita.hh:22:15: warning: Virtual function 'reset' is called from constructor 'MSXMatsushita(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 24. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXMatsushita.cc:24:2: note: Calling reset
openmsx-0.8.2/src/MSXMatsushita.hh:22:15: note: reset is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXMatsushita >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXMatsushita >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXMatsushita >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXMatsushita >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXMotherBoard.cc:318:19: style: Function 'MSXMotherBoardImpl' argument 1 names different: declaration 'self' definition 'self_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:73:37: note: Function 'MSXMotherBoardImpl' argument 1 names different: declaration 'self' definition 'self_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:318:19: note: Function 'MSXMotherBoardImpl' argument 1 names different: declaration 'self' definition 'self_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:318:35: style: Function 'MSXMotherBoardImpl' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:73:52: note: Function 'MSXMotherBoardImpl' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:318:35: note: Function 'MSXMotherBoardImpl' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:410:59: style: Function 'setMachineConfig' argument 1 names different: declaration 'machineConfig' definition 'machineConfig_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:93:40: note: Function 'setMachineConfig' argument 1 names different: declaration 'machineConfig' definition 'machineConfig_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:410:59: note: Function 'setMachineConfig' argument 1 names different: declaration 'machineConfig' definition 'machineConfig_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:456:56: style: Function 'loadExtension' argument 1 names different: declaration 'extensionName' definition 'name'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:100:37: note: Function 'loadExtension' argument 1 names different: declaration 'extensionName' definition 'name'.
openmsx-0.8.2/src/MSXMotherBoard.cc:456:56: note: Function 'loadExtension' argument 1 names different: declaration 'extensionName' definition 'name'.
openmsx-0.8.2/src/MSXMotherBoard.cc:808:40: style: Function 'activate' argument 1 names different: declaration 'active' definition 'active_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:87:21: note: Function 'activate' argument 1 names different: declaration 'active' definition 'active_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:808:40: note: Function 'activate' argument 1 names different: declaration 'active' definition 'active_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:932:54: style: Function 'AddRemoveUpdate' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:219:38: note: Function 'AddRemoveUpdate' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:932:54: note: Function 'AddRemoveUpdate' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:947:40: style: Function 'ResetCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:228:31: note: Function 'ResetCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:947:40: note: Function 'ResetCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:970:52: style: Function 'LoadMachineCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:239:37: note: Function 'LoadMachineCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:970:52: note: Function 'LoadMachineCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1002:44: style: Function 'ListExtCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:250:33: note: Function 'ListExtCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1002:44: note: Function 'ListExtCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1025:36: style: Function 'ExtCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:261:29: note: Function 'ExtCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1025:36: note: Function 'ExtCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1060:48: style: Function 'RemoveExtCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:273:35: note: Function 'RemoveExtCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1060:48: note: Function 'RemoveExtCmd' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1108:54: style: Function 'MachineNameInfo' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:285:38: note: Function 'MachineNameInfo' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1108:54: note: Function 'MachineNameInfo' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1128:44: style: Function 'DeviceInfo' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:296:33: note: Function 'DeviceInfo' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1128:44: note: Function 'DeviceInfo' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1182:58: style: Function 'FastForwardHelper' argument 1 names different: declaration 'msxMotherBoardImpl' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXMotherBoard.cc:308:40: note: Function 'FastForwardHelper' argument 1 names different: declaration 'msxMotherBoardImpl' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXMotherBoard.cc:1182:58: note: Function 'FastForwardHelper' argument 1 names different: declaration 'msxMotherBoardImpl' definition 'motherBoard_'.
openmsx-0.8.2/src/ReverseManager.hh:29:2: style: Class 'ReverseManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXMotherBoard.cc:219:2: style: Class 'AddRemoveUpdate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXMotherBoard.cc:228:2: style: Class 'ResetCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXMotherBoard.cc:239:2: style: Class 'LoadMachineCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXMotherBoard.cc:250:2: style: Class 'ListExtCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXMotherBoard.cc:261:2: style: Class 'ExtCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXMotherBoard.cc:273:2: style: Class 'RemoveExtCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXMotherBoard.cc:285:2: style: Class 'MachineNameInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXMotherBoard.cc:296:2: style: Class 'DeviceInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXMotherBoard.cc:308:2: style: Class 'FastForwardHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/ReverseManager.hh:97:15: style: The function 'executeUntil' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Schedulable.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/ReverseManager.hh:97:15: note: Function in derived class
openmsx-0.8.2/src/RealTime.hh:60:15: style: The function 'executeUntil' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Schedulable.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/RealTime.hh:60:15: note: Function in derived class
openmsx-0.8.2/src/MSXMotherBoard.cc:311:15: style: The function 'executeUntil' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Schedulable.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/MSXMotherBoard.cc:311:15: note: Function in derived class
openmsx-0.8.2/src/MSXPPI.hh:48:15: warning: Virtual function 'reset' is called from constructor 'MSXPPI(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXPPI.cc:54:2: note: Calling reset
openmsx-0.8.2/src/MSXPPI.hh:48:15: note: reset is a virtual method
openmsx-0.8.2/src/MSXPPI.hh:49:15: warning: Virtual function 'powerDown' is called from destructor '~MSXPPI()' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXPPI.cc:59:2: note: Calling powerDown
openmsx-0.8.2/src/MSXPPI.hh:49:15: note: powerDown is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXPPI >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXPPI >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXPPI >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXPPI >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXPrinterPort.cc:19:2: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmsx-0.8.2/src/MSXPrinterPort.hh:22:15: warning: Virtual function 'reset' is called from constructor 'MSXPrinterPort(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 21. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXPrinterPort.cc:21:2: note: Calling reset
openmsx-0.8.2/src/MSXPrinterPort.hh:22:15: note: reset is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXPrinterPort >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXPrinterPort >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXPrinterPort >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXPrinterPort >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXRTC.hh:20:15: warning: Virtual function 'reset' is called from constructor 'MSXRTC(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 18. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXRTC.cc:18:2: note: Calling reset
openmsx-0.8.2/src/MSXRTC.hh:20:15: note: reset is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXRTC >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXRTC >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXRTC >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXRTC >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXResetStatusRegister.hh:21:15: warning: Virtual function 'reset' is called from constructor 'MSXResetStatusRegister(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 13. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXResetStatusRegister.cc:13:2: note: Calling reset
openmsx-0.8.2/src/MSXResetStatusRegister.hh:21:15: note: reset is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXResetStatusRegister >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXResetStatusRegister >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXResetStatusRegister >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXResetStatusRegister >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXS1985.cc:11:11: warning: Member variable 'MSXS1985::address' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXS1985 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXS1985 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXS1985 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXS1985 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXS1990.cc:117:73: style: Function 'S1990Debuggable' argument 2 names different: declaration 's1990' definition 's1990_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXS1990.cc:17:57: note: Function 'S1990Debuggable' argument 2 names different: declaration 's1990' definition 's1990_'.
openmsx-0.8.2/src/MSXS1990.cc:117:73: note: Function 'S1990Debuggable' argument 2 names different: declaration 's1990' definition 's1990_'.
openmsx-0.8.2/src/MSXS1990.hh:25:15: warning: Virtual function 'reset' is called from constructor 'MSXS1990(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 31. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXS1990.cc:31:2: note: Calling reset
openmsx-0.8.2/src/MSXS1990.hh:25:15: note: reset is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXS1990 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXS1990 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXS1990 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXS1990 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/MSXSwitchedDevice.cc:9:54: style: Function 'MSXSwitchedDevice' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXSwitchedDevice.hh:22:36: note: Function 'MSXSwitchedDevice' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXSwitchedDevice.cc:9:54: note: Function 'MSXSwitchedDevice' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/MSXSwitchedDevice.cc:9:73: style: Function 'MSXSwitchedDevice' argument 2 names different: declaration 'id' definition 'id_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXSwitchedDevice.hh:22:54: note: Function 'MSXSwitchedDevice' argument 2 names different: declaration 'id' definition 'id_'.
openmsx-0.8.2/src/MSXSwitchedDevice.cc:9:73: note: Function 'MSXSwitchedDevice' argument 2 names different: declaration 'id' definition 'id_'.
openmsx-0.8.2/src/MSXTurboRPause.cc:31:47: style: Function 'powerDown' argument 1 names different: declaration 'time' definition 'dummy'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXTurboRPause.hh:37:40: note: Function 'powerDown' argument 1 names different: declaration 'time' definition 'dummy'.
openmsx-0.8.2/src/MSXTurboRPause.cc:31:47: note: Function 'powerDown' argument 1 names different: declaration 'time' definition 'dummy'.
openmsx-0.8.2/src/MSXTurboRPause.cc:36:43: style: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'. [funcArgNamesDifferent]
openmsx-0.8.2/src/MSXTurboRPause.hh:36:36: note: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'.
openmsx-0.8.2/src/MSXTurboRPause.cc:36:43: note: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'.
openmsx-0.8.2/src/MSXTurboRPause.hh:36:15: warning: Virtual function 'reset' is called from constructor 'MSXTurboRPause(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 22. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXTurboRPause.cc:22:2: note: Calling reset
openmsx-0.8.2/src/MSXTurboRPause.hh:36:15: note: reset is a virtual method
openmsx-0.8.2/src/MSXTurboRPause.hh:37:15: warning: Virtual function 'powerDown' is called from destructor '~MSXTurboRPause()' at line 27. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/MSXTurboRPause.cc:27:2: note: Calling powerDown
openmsx-0.8.2/src/MSXTurboRPause.hh:37:15: note: powerDown is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , MSXTurboRPause >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , MSXTurboRPause >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , MSXTurboRPause >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , MSXTurboRPause >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/PasswordCart.hh:15:15: warning: Virtual function 'reset' is called from constructor 'PasswordCart(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 23. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/PasswordCart.cc:23:2: note: Calling reset
openmsx-0.8.2/src/PasswordCart.hh:15:15: note: reset is a virtual method
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , PasswordCart >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , PasswordCart >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , PasswordCart >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , PasswordCart >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/Pluggable.cc:28:33: style: Function 'plug' argument 1 names different: declaration 'connector' definition 'newConnector'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Pluggable.hh:37:23: note: Function 'plug' argument 1 names different: declaration 'connector' definition 'newConnector'.
openmsx-0.8.2/src/Pluggable.cc:28:33: note: Function 'plug' argument 1 names different: declaration 'connector' definition 'newConnector'.
openmsx-0.8.2/src/PrinterPortLogger.hh:23:15: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortLogger.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/PrinterPortLogger.hh:24:15: style: The function 'setStrobe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortLogger.hh:24:15: note: Function in derived class
openmsx-0.8.2/src/PrinterPortLogger.hh:25:15: style: The function 'writeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:35:15: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortLogger.hh:25:15: note: Function in derived class
openmsx-0.8.2/src/PrinterPortLogger.hh:28:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:22:29: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortLogger.hh:28:29: note: Function in derived class
openmsx-0.8.2/src/PrinterPortLogger.hh:29:28: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:31:28: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortLogger.hh:29:28: note: Function in derived class
openmsx-0.8.2/src/PrinterPortLogger.hh:30:15: style: The function 'plugHelper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:56:15: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortLogger.hh:30:15: note: Function in derived class
openmsx-0.8.2/src/PrinterPortLogger.hh:31:15: style: The function 'unplugHelper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:58:15: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortLogger.hh:31:15: note: Function in derived class
openmsx-0.8.2/src/PrinterPortSimpl.hh:21:15: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortSimpl.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/PrinterPortSimpl.hh:22:15: style: The function 'setStrobe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortSimpl.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/PrinterPortSimpl.hh:23:15: style: The function 'writeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:35:15: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortSimpl.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/PrinterPortSimpl.hh:26:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:22:29: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortSimpl.hh:26:29: note: Function in derived class
openmsx-0.8.2/src/PrinterPortSimpl.hh:27:28: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:31:28: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortSimpl.hh:27:28: note: Function in derived class
openmsx-0.8.2/src/PrinterPortSimpl.hh:28:15: style: The function 'plugHelper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:56:15: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortSimpl.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/PrinterPortSimpl.hh:29:15: style: The function 'unplugHelper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:58:15: note: Virtual function in base class
openmsx-0.8.2/src/PrinterPortSimpl.hh:29:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:32:15: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:32:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:33:15: style: The function 'setStrobe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:33:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:34:15: style: The function 'writeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/PrinterPortDevice.hh:35:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:34:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:37:15: style: The function 'plugHelper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:56:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:38:15: style: The function 'unplugHelper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:58:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:38:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:74:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:43:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:74:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:75:15: style: The function 'forceFormFeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:44:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:75:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:180:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:22:29: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:180:29: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:181:28: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:31:28: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:181:28: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:190:15: style: The function 'getNumberOfDots' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:89:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:190:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:191:15: style: The function 'resetSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:90:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:191:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:192:19: style: The function 'calcEscSequenceLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:91:19: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:192:19: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:193:15: style: The function 'processEscSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:92:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:193:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:194:15: style: The function 'processCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:93:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:194:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:204:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:22:29: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:204:29: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:205:28: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Pluggable.hh:31:28: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:205:28: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:213:15: style: The function 'getNumberOfDots' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:89:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:213:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:214:15: style: The function 'resetSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:90:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:214:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:215:19: style: The function 'calcEscSequenceLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:91:19: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:215:19: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:216:15: style: The function 'processEscSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:92:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:216:15: note: Function in derived class
openmsx-0.8.2/src/Printer.hh:217:15: style: The function 'processCharacter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/Printer.hh:93:15: note: Virtual function in base class
openmsx-0.8.2/src/Printer.hh:217:15: note: Function in derived class
openmsx-0.8.2/src/PluggingController.cc:492:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openmsx-0.8.2/src/PluggingController.cc:169:38: style: Function 'PlugCmd' argument 4 names different: declaration 'pluggingController' definition 'pluggingController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/PluggingController.cc:31:30: note: Function 'PlugCmd' argument 4 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/PluggingController.cc:169:38: note: Function 'PlugCmd' argument 4 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/PluggingController.cc:267:42: style: Function 'UnplugCmd' argument 4 names different: declaration 'pluggingController' definition 'pluggingController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/PluggingController.cc:46:32: note: Function 'UnplugCmd' argument 4 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/PluggingController.cc:267:42: note: Function 'UnplugCmd' argument 4 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/PluggingController.cc:355:50: style: Function 'PluggableInfo' argument 2 names different: declaration 'pluggingController' definition 'pluggingController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/PluggingController.cc:58:29: note: Function 'PluggableInfo' argument 2 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/PluggingController.cc:355:50: note: Function 'PluggableInfo' argument 2 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/PluggingController.cc:405:50: style: Function 'ConnectorInfo' argument 2 names different: declaration 'pluggingController' definition 'pluggingController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/PluggingController.cc:71:29: note: Function 'ConnectorInfo' argument 2 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/PluggingController.cc:405:50: note: Function 'ConnectorInfo' argument 2 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/PluggingController.cc:454:23: style: Function 'ConnectionClassInfo' argument 2 names different: declaration 'pluggingController' definition 'pluggingController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/PluggingController.cc:84:28: note: Function 'ConnectionClassInfo' argument 2 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/PluggingController.cc:454:23: note: Function 'ConnectionClassInfo' argument 2 names different: declaration 'pluggingController' definition 'pluggingController_'.
openmsx-0.8.2/src/Printer.cc:122:44: style: Function 'ImagePrinter' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Printer.hh:78:31: note: Function 'ImagePrinter' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/Printer.cc:122:44: note: Function 'ImagePrinter' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/Printer.cc:122:63: style: Function 'ImagePrinter' argument 2 names different: declaration 'graphicsHiLo' definition 'graphicsHiLo_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Printer.hh:78:49: note: Function 'ImagePrinter' argument 2 names different: declaration 'graphicsHiLo' definition 'graphicsHiLo_'.
openmsx-0.8.2/src/Printer.cc:122:63: note: Function 'ImagePrinter' argument 2 names different: declaration 'graphicsHiLo' definition 'graphicsHiLo_'.
openmsx-0.8.2/src/Printer.cc:1767:25: style: Function 'plot' argument 1 names different: declaration 'x' definition 'xPos'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Printer.cc:34:19: note: Function 'plot' argument 1 names different: declaration 'x' definition 'xPos'.
openmsx-0.8.2/src/Printer.cc:1767:25: note: Function 'plot' argument 1 names different: declaration 'x' definition 'xPos'.
openmsx-0.8.2/src/Printer.cc:1767:38: style: Function 'plot' argument 2 names different: declaration 'y' definition 'yPos'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Printer.cc:34:29: note: Function 'plot' argument 2 names different: declaration 'y' definition 'yPos'.
openmsx-0.8.2/src/Printer.cc:1767:38: note: Function 'plot' argument 2 names different: declaration 'y' definition 'yPos'.
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::graphDensity' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::fontDensity' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::hpos' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::vpos' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::pageTop' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::lineFeed' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::pageHeight' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::pixelSizeX' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::pixelSizeY' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::leftBorder' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::rightBorder' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::fontWidth' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::lines' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/Printer.cc:122:15: warning: Member variable 'ImagePrinter::fontInfo' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , ImagePrinterMSX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , ImagePrinterMSX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , ImagePrinterEpson >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , ImagePrinterEpson >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , ImagePrinterMSX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , ImagePrinterMSX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , ImagePrinterEpson >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , ImagePrinterEpson >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , PrinterPortLogger >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , PrinterPortLogger >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , PrinterPortLogger >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , PrinterPortLogger >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/PrinterPortSimpl.cc:10:46: style: Function 'PrinterPortSimpl' argument 1 names different: declaration 'mixer' definition 'mixer_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/PrinterPortSimpl.hh:18:38: note: Function 'PrinterPortSimpl' argument 1 names different: declaration 'mixer' definition 'mixer_'.
openmsx-0.8.2/src/PrinterPortSimpl.cc:10:46: note: Function 'PrinterPortSimpl' argument 1 names different: declaration 'mixer' definition 'mixer_'.
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < MemInputArchive , PrinterPortSimpl >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:318:0: style: Struct 'openmsx :: RegisterInitializerHelper < XmlInputArchive , PrinterPortSimpl >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , PrinterPortSimpl >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , PrinterPortSimpl >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/RP5C01.cc:53:60: style: Function 'RP5C01' argument 2 names different: declaration 'regs' definition 'regs_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/RP5C01.hh:28:53: note: Function 'RP5C01' argument 2 names different: declaration 'regs' definition 'regs_'.
openmsx-0.8.2/src/RP5C01.cc:53:60: note: Function 'RP5C01' argument 2 names different: declaration 'regs' definition 'regs_'.
openmsx-0.8.2/src/Reactor.cc:647:44: style: Function 'QuitCommand' argument 2 names different: declaration 'distributor' definition 'distributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Reactor.cc:58:70: note: Function 'QuitCommand' argument 2 names different: declaration 'distributor' definition 'distributor_'.
openmsx-0.8.2/src/Reactor.cc:647:44: note: Function 'QuitCommand' argument 2 names different: declaration 'distributor' definition 'distributor_'.
openmsx-0.8.2/src/Reactor.cc:668:41: style: Function 'MachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Reactor.cc:68:64: note: Function 'MachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:668:41: note: Function 'MachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:708:49: style: Function 'TestMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Reactor.cc:79:68: note: Function 'TestMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:708:49: note: Function 'TestMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:746:49: style: Function 'CreateMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Reactor.cc:90:70: note: Function 'CreateMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:746:49: note: Function 'CreateMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:778:49: style: Function 'DeleteMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Reactor.cc:100:70: note: Function 'DeleteMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:778:49: note: Function 'DeleteMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:810:49: style: Function 'ListMachinesCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Reactor.cc:111:69: note: Function 'ListMachinesCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:810:49: note: Function 'ListMachinesCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:833:49: style: Function 'ActivateMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Reactor.cc:122:72: note: Function 'ActivateMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:833:49: note: Function 'ActivateMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:872:49: style: Function 'StoreMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Reactor.cc:133:69: note: Function 'StoreMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:872:49: note: Function 'StoreMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:927:49: style: Function 'RestoreMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Reactor.cc:144:71: note: Function 'RestoreMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:927:49: note: Function 'RestoreMachineCommand' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/Reactor.cc:1009:58: style: Function 'PollEventGenerator' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Reactor.cc:155:48: note: Function 'PollEventGenerator' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/Reactor.cc:1009:58: note: Function 'PollEventGenerator' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/Reactor.cc:1030:31: style: Function 'ConfigInfo' argument 2 names different: declaration 'configName' definition 'configName_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Reactor.cc:165:60: note: Function 'ConfigInfo' argument 2 names different: declaration 'configName' definition 'configName_'.
openmsx-0.8.2/src/Reactor.cc:1030:31: note: Function 'ConfigInfo' argument 2 names different: declaration 'configName' definition 'configName_'.
openmsx-0.8.2/src/Reactor.cc:177:2: style: Class 'RealTimeInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/RealTime.cc:25:19: style: Function 'RealTime' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/RealTime.hh:27:19: note: Function 'RealTime' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/RealTime.cc:25:19: note: Function 'RealTime' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/RealTime.cc:26:15: style: Function 'RealTime' argument 3 names different: declaration 'eventDelay' definition 'eventDelay_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/RealTime.hh:28:15: note: Function 'RealTime' argument 3 names different: declaration 'eventDelay' definition 'eventDelay_'.
openmsx-0.8.2/src/RealTime.cc:26:15: note: Function 'RealTime' argument 3 names different: declaration 'eventDelay' definition 'eventDelay_'.
openmsx-0.8.2/src/ReverseManager.cc:161:48: style: Function 'ReverseManager' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ReverseManager.hh:29:33: note: Function 'ReverseManager' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ReverseManager.cc:161:48: note: Function 'ReverseManager' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ReverseManager.cc:186:49: style: Function 'registerKeyboard' argument 1 names different: declaration 'keyboard' definition 'keyboard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ReverseManager.hh:35:34: note: Function 'registerKeyboard' argument 1 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/ReverseManager.cc:186:49: note: Function 'registerKeyboard' argument 1 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/ReverseManager.cc:190:53: style: Function 'registerEventDelay' argument 1 names different: declaration 'eventDelay' definition 'eventDelay_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ReverseManager.hh:39:38: note: Function 'registerEventDelay' argument 1 names different: declaration 'eventDelay' definition 'eventDelay_'.
openmsx-0.8.2/src/ReverseManager.cc:190:53: note: Function 'registerEventDelay' argument 1 names different: declaration 'eventDelay' definition 'eventDelay_'.
openmsx-0.8.2/src/ReverseManager.cc:195:48: style: Function 'setReRecordCount' argument 1 names different: declaration 'reRecordCount' definition 'reRecordCount_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ReverseManager.hh:44:33: note: Function 'setReRecordCount' argument 1 names different: declaration 'reRecordCount' definition 'reRecordCount_'.
openmsx-0.8.2/src/ReverseManager.cc:195:48: note: Function 'setReRecordCount' argument 1 names different: declaration 'reRecordCount' definition 'reRecordCount_'.
openmsx-0.8.2/src/ReverseManager.cc:354:42: style: Function 'goTo' argument 1 names different: declaration 'targetTime' definition 'target'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ReverseManager.hh:85:27: note: Function 'goTo' argument 1 names different: declaration 'targetTime' definition 'target'.
openmsx-0.8.2/src/ReverseManager.cc:354:42: note: Function 'goTo' argument 1 names different: declaration 'targetTime' definition 'target'.
openmsx-0.8.2/src/ReverseManager.cc:365:17: style: Function 'goTo' argument 1 names different: declaration 'targetTime' definition 'target'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ReverseManager.hh:86:27: note: Function 'goTo' argument 1 names different: declaration 'targetTime' definition 'target'.
openmsx-0.8.2/src/ReverseManager.cc:365:17: note: Function 'goTo' argument 1 names different: declaration 'targetTime' definition 'target'.
openmsx-0.8.2/src/ReverseManager.cc:946:40: style: Function 'ReverseCmd' argument 1 names different: declaration 'manager' definition 'manager_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ReverseManager.cc:101:29: note: Function 'ReverseCmd' argument 1 names different: declaration 'manager' definition 'manager_'.
openmsx-0.8.2/src/ReverseManager.cc:946:40: note: Function 'ReverseCmd' argument 1 names different: declaration 'manager' definition 'manager_'.
openmsx-0.8.2/src/ReverseManager.cc:96:1: style: struct member 'SerializeClassVersion < Replay >::value' is never used. [unusedStructMember]
openmsx-0.8.2/src/ReverseManager.cc:490:20: warning: Assert statement calls a function which may have desired side effects: 'getReverseManager'. [assertWithSideEffect]
openmsx-0.8.2/src/ReverseManager.cc:128:31: warning: Member variable 'ReverseChunk::eventCount' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/ReverseManager.cc:56:2: warning: Member variable 'Replay::events' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/ReverseManager.cc:56:2: warning: Member variable 'Replay::reRecordCount' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/ReverseManager.hh:105:15: warning: Virtual function 'isReplaying' is called from constructor 'ReverseManager(MSXMotherBoard&motherBoard)' at line 176. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/ReverseManager.cc:176:10: note: Calling isReplaying
openmsx-0.8.2/src/ReverseManager.hh:105:15: note: isReplaying is a virtual method
openmsx-0.8.2/src/ReverseManager.hh:105:15: warning: Virtual function 'isReplaying' is called from destructor '~ReverseManager()' at line 181. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/ReverseManager.cc:181:2: note: Calling stop
openmsx-0.8.2/src/ReverseManager.cc:235:10: note: Calling isReplaying
openmsx-0.8.2/src/ReverseManager.hh:105:15: note: isReplaying is a virtual method
openmsx-0.8.2/src/ReverseManager.cc:56:2: style: Struct 'Replay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/ReverseManager.cc:142:2: style: Class 'EndLogEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:310:0: style: Struct 'openmsx :: RegisterLoaderHelper < MemInputArchive , EndLogEvent >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:310:0: style: Struct 'openmsx :: RegisterLoaderHelper < XmlInputArchive , EndLogEvent >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < MemOutputArchive , EndLogEvent >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/serialize_meta.hh:302:0: style: Struct 'openmsx :: RegisterSaverHelper < XmlOutputArchive , EndLogEvent >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/Schedulable.cc:11:37: style: Function 'Schedulable' argument 1 names different: declaration 'scheduler' definition 'scheduler_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Schedulable.hh:51:34: note: Function 'Schedulable' argument 1 names different: declaration 'scheduler' definition 'scheduler_'.
openmsx-0.8.2/src/Schedulable.cc:11:37: note: Function 'Schedulable' argument 1 names different: declaration 'scheduler' definition 'scheduler_'.
openmsx-0.8.2/src/Scheduler.cc:61:53: style: Function 'FindSchedulable' argument 1 names different: declaration 'schedulable' definition 'schedulable_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Scheduler.cc:57:46: note: Function 'FindSchedulable' argument 1 names different: declaration 'schedulable' definition 'schedulable_'.
openmsx-0.8.2/src/Scheduler.cc:61:53: note: Function 'FindSchedulable' argument 1 names different: declaration 'schedulable' definition 'schedulable_'.
openmsx-0.8.2/src/Scheduler.cc:91:45: style: Function 'setSyncPoint' argument 1 names different: declaration 'timestamp' definition 'time'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Scheduler.hh:95:35: note: Function 'setSyncPoint' argument 1 names different: declaration 'timestamp' definition 'time'.
openmsx-0.8.2/src/Scheduler.cc:91:45: note: Function 'setSyncPoint' argument 1 names different: declaration 'timestamp' definition 'time'.
openmsx-0.8.2/src/Scheduler.cc:116:58: style: Function 'removeSyncPoint' argument 2 names different: declaration 'userdata' definition 'userData'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Scheduler.hh:107:48: note: Function 'removeSyncPoint' argument 2 names different: declaration 'userdata' definition 'userData'.
openmsx-0.8.2/src/Scheduler.cc:116:58: note: Function 'removeSyncPoint' argument 2 names different: declaration 'userdata' definition 'userData'.
openmsx-0.8.2/src/Scheduler.cc:137:59: style: Function 'pendingSyncPoint' argument 2 names different: declaration 'userdata' definition 'userData'. [funcArgNamesDifferent]
openmsx-0.8.2/src/Scheduler.hh:116:49: note: Function 'pendingSyncPoint' argument 2 names different: declaration 'userdata' definition 'userData'.
openmsx-0.8.2/src/Scheduler.cc:137:59: note: Function 'pendingSyncPoint' argument 2 names different: declaration 'userdata' definition 'userData'.
openmsx-0.8.2/src/ThrottleManager.cc:62:53: style: Function 'LoadingIndicator' argument 1 names different: declaration 'throttleManager' definition 'throttleManager_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ThrottleManager.hh:66:45: note: Function 'LoadingIndicator' argument 1 names different: declaration 'throttleManager' definition 'throttleManager_'.
openmsx-0.8.2/src/ThrottleManager.cc:62:53: note: Function 'LoadingIndicator' argument 1 names different: declaration 'throttleManager' definition 'throttleManager_'.
openmsx-0.8.2/src/cassette/CasImage.cc:46:36: style: Function 'CasImage' argument 1 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cassette/CasImage.hh:22:27: note: Function 'CasImage' argument 1 names different: declaration 'fileName' definition 'filename'.
openmsx-0.8.2/src/cassette/CasImage.cc:46:36: note: Function 'CasImage' argument 1 names different: declaration 'fileName' definition 'filename'.
openmsx-0.8.2/src/cassette/CasImage.hh:25:16: style: The function 'getSampleAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteImage.hh:17:16: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CasImage.hh:25:16: note: Function in derived class
openmsx-0.8.2/src/cassette/CasImage.hh:26:18: style: The function 'getEndTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteImage.hh:18:18: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CasImage.hh:26:18: note: Function in derived class
openmsx-0.8.2/src/cassette/CasImage.hh:27:19: style: The function 'getFrequency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteImage.hh:19:19: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CasImage.hh:27:19: note: Function in derived class
openmsx-0.8.2/src/cassette/CasImage.hh:28:15: style: The function 'fillBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteImage.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CasImage.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/cassette/CassetteImage.cc:40:51: style: Function 'setSha1Sum' argument 1 names different: declaration 'sha1sum' definition 'sha1sum_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cassette/CassetteImage.hh:37:37: note: Function 'setSha1Sum' argument 1 names different: declaration 'sha1sum' definition 'sha1sum_'.
openmsx-0.8.2/src/cassette/CassetteImage.cc:40:51: note: Function 'setSha1Sum' argument 1 names different: declaration 'sha1sum' definition 'sha1sum_'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:83:22: style: Function 'CassettePlayer' argument 1 names different: declaration 'commandController' definition 'commandController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cassette/CassettePlayer.hh:36:36: note: Function 'CassettePlayer' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:83:22: note: Function 'CassettePlayer' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:84:43: style: Function 'CassettePlayer' argument 3 names different: declaration 'Scheduler' definition 'scheduler'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cassette/CassettePlayer.hh:37:57: note: Function 'CassettePlayer' argument 3 names different: declaration 'Scheduler' definition 'scheduler'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:84:43: note: Function 'CassettePlayer' argument 3 names different: declaration 'Scheduler' definition 'scheduler'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:86:21: style: Function 'CassettePlayer' argument 5 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cassette/CassettePlayer.hh:39:35: note: Function 'CassettePlayer' argument 5 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:86:21: note: Function 'CassettePlayer' argument 5 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:87:12: style: Function 'CassettePlayer' argument 6 names different: declaration 'cliComm' definition 'cliComm_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cassette/CassettePlayer.hh:40:26: note: Function 'CassettePlayer' argument 6 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:87:12: note: Function 'CassettePlayer' argument 6 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:88:13: style: Function 'CassettePlayer' argument 7 names different: declaration 'filePool' definition 'filePool_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cassette/CassettePlayer.hh:41:27: note: Function 'CassettePlayer' argument 7 names different: declaration 'filePool' definition 'filePool_'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:88:13: note: Function 'CassettePlayer' argument 7 names different: declaration 'filePool' definition 'filePool_'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:548:45: style: Function 'generateChannels' argument 1 names different: declaration 'bufs' definition 'buffers'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cassette/CassettePlayer.hh:57:38: note: Function 'generateChannels' argument 1 names different: declaration 'bufs' definition 'buffers'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:548:45: note: Function 'generateChannels' argument 1 names different: declaration 'bufs' definition 'buffers'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:609:42: style: Function 'TapeCommand' argument 4 names different: declaration 'cassettePlayer' definition 'cassettePlayer_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cassette/CassettePlayer.cc:72:30: note: Function 'TapeCommand' argument 4 names different: declaration 'cassettePlayer' definition 'cassettePlayer_'.
openmsx-0.8.2/src/cassette/CassettePlayer.cc:609:42: note: Function 'TapeCommand' argument 4 names different: declaration 'cassettePlayer' definition 'cassettePlayer_'.
openmsx-0.8.2/src/cassette/CassettePlayer.hh:51:29: warning: Virtual function 'getName' is called from constructor 'CassettePlayer(CommandController&commandController,MSXMotherBoard&motherBoard,Scheduler&Scheduler,StateChangeDistributor&stateChangeDistributor,EventDistributor&eventDistributor,CliComm&cliComm,FilePool&filePool,ThrottleManager&throttleManager)' at line 124. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/cassette/CassettePlayer.cc:124:36: note: Calling getName
openmsx-0.8.2/src/cassette/CassettePlayer.hh:51:29: note: getName is a virtual method
openmsx-0.8.2/src/cassette/CassettePlayer.hh:51:29: warning: Virtual function 'getName' is called from destructor '~CassettePlayer()' at line 134. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/cassette/CassettePlayer.cc:134:36: note: Calling getName
openmsx-0.8.2/src/cassette/CassettePlayer.hh:51:29: note: getName is a virtual method
openmsx-0.8.2/src/cassette/CassettePlayer.hh:46:15: style: The function 'setMotor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteDevice.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CassettePlayer.hh:46:15: note: Function in derived class
openmsx-0.8.2/src/cassette/CassettePlayer.hh:47:16: style: The function 'readSample' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteDevice.hh:22:16: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CassettePlayer.hh:47:16: note: Function in derived class
openmsx-0.8.2/src/cassette/CassettePlayer.hh:48:15: style: The function 'setSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteDevice.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CassettePlayer.hh:48:15: note: Function in derived class
openmsx-0.8.2/src/cassette/CassettePort.hh:69:15: style: The function 'setMotor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassettePort.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CassettePort.hh:69:15: note: Function in derived class
openmsx-0.8.2/src/cassette/CassettePort.hh:70:15: style: The function 'cassetteOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassettePort.hh:37:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CassettePort.hh:70:15: note: Function in derived class
openmsx-0.8.2/src/cassette/CassettePort.hh:71:15: style: The function 'cassetteIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassettePort.hh:53:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CassettePort.hh:71:15: note: Function in derived class
openmsx-0.8.2/src/cassette/CassettePort.hh:75:15: style: The function 'lastOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassettePort.hh:43:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CassettePort.hh:75:15: note: Function in derived class
openmsx-0.8.2/src/cassette/CassettePort.hh:102:15: style: The function 'setMotor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassettePort.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CassettePort.hh:102:15: note: Function in derived class
openmsx-0.8.2/src/cassette/CassettePort.hh:103:15: style: The function 'cassetteOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassettePort.hh:37:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CassettePort.hh:103:15: note: Function in derived class
openmsx-0.8.2/src/cassette/CassettePort.hh:104:15: style: The function 'cassetteIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassettePort.hh:53:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CassettePort.hh:104:15: note: Function in derived class
openmsx-0.8.2/src/cassette/CassettePort.hh:108:15: style: The function 'lastOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassettePort.hh:43:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/CassettePort.hh:108:15: note: Function in derived class
openmsx-0.8.2/src/cassette/WavImage.hh:23:16: style: The function 'getSampleAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteImage.hh:17:16: note: Virtual function in base class
openmsx-0.8.2/src/cassette/WavImage.hh:23:16: note: Function in derived class
openmsx-0.8.2/src/cassette/WavImage.hh:24:18: style: The function 'getEndTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteImage.hh:18:18: note: Virtual function in base class
openmsx-0.8.2/src/cassette/WavImage.hh:24:18: note: Function in derived class
openmsx-0.8.2/src/cassette/WavImage.hh:25:19: style: The function 'getFrequency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteImage.hh:19:19: note: Virtual function in base class
openmsx-0.8.2/src/cassette/WavImage.hh:25:19: note: Function in derived class
openmsx-0.8.2/src/cassette/WavImage.hh:26:15: style: The function 'fillBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteImage.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/WavImage.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/cassette/CassettePort.cc:59:44: style: Function 'CassettePort' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cassette/CassettePort.hh:67:40: note: Function 'CassettePort' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/cassette/CassettePort.cc:59:44: note: Function 'CassettePort' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/cassette/CassettePort.hh:80:15: warning: Virtual function 'unplug' is called from destructor '~CassettePort()' at line 83. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/cassette/CassettePort.cc:83:2: note: Calling unplug
openmsx-0.8.2/src/cassette/CassettePort.hh:80:15: note: unplug is a virtual method
openmsx-0.8.2/src/cassette/DummyCassetteDevice.hh:13:15: style: The function 'setMotor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteDevice.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/DummyCassetteDevice.hh:13:15: note: Function in derived class
openmsx-0.8.2/src/cassette/DummyCassetteDevice.hh:14:15: style: The function 'setSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteDevice.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/cassette/DummyCassetteDevice.hh:14:15: note: Function in derived class
openmsx-0.8.2/src/cassette/DummyCassetteDevice.hh:15:16: style: The function 'readSample' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cassette/CassetteDevice.hh:22:16: note: Virtual function in base class
openmsx-0.8.2/src/cassette/DummyCassetteDevice.hh:15:16: note: Function in derived class
openmsx-0.8.2/src/commands/Command.hh:53:15: style: The function 'tabCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/Completer.hh:30:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/Command.hh:53:15: note: Function in derived class
openmsx-0.8.2/src/commands/Command.hh:75:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/Command.hh:44:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/Command.hh:75:15: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:54:17: style: The function 'registerCompleter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:26:17: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:54:17: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:56:15: style: The function 'unregisterCompleter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:56:15: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:58:17: style: The function 'registerCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:34:17: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:58:17: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:60:15: style: The function 'unregisterCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:36:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:60:15: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:62:15: style: The function 'hasCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:42:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:62:15: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:63:22: style: The function 'executeCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:47:22: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:63:22: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:74:15: style: The function 'splitList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:50:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:74:15: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:76:15: style: The function 'registerSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:55:17: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:76:15: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:77:15: style: The function 'unregisterSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:56:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:77:15: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:78:19: style: The function 'findSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:57:19: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:78:19: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:79:15: style: The function 'changeSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:58:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:79:15: note: Function in derived class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:80:19: style: The function 'getCliComm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:60:19: note: Virtual function in base class
openmsx-0.8.2/src/commands/GlobalCommandController.hh:80:19: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:41:17: style: The function 'registerCompleter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:26:17: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:41:17: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:43:15: style: The function 'unregisterCompleter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:43:15: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:45:17: style: The function 'registerCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:34:17: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:45:17: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:47:15: style: The function 'unregisterCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:36:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:47:15: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:49:15: style: The function 'hasCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:42:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:49:15: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:50:22: style: The function 'executeCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:47:22: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:50:22: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:52:15: style: The function 'splitList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:50:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:52:15: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:54:15: style: The function 'registerSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:55:17: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:54:15: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:55:15: style: The function 'unregisterSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:56:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:55:15: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:56:19: style: The function 'findSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:57:19: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:56:19: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:57:15: style: The function 'changeSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:58:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:57:15: note: Function in derived class
openmsx-0.8.2/src/commands/MSXCommandController.hh:58:19: style: The function 'getCliComm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/CommandController.hh:60:19: note: Virtual function in base class
openmsx-0.8.2/src/commands/MSXCommandController.hh:58:19: note: Function in derived class
openmsx-0.8.2/src/commands/Completer.cc:184:46: style: Function 'setOutput' argument 1 names different: declaration 'output' definition 'output_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/Completer.hh:42:43: note: Function 'setOutput' argument 1 names different: declaration 'output' definition 'output_'.
openmsx-0.8.2/src/commands/Completer.cc:184:46: note: Function 'setOutput' argument 1 names different: declaration 'output' definition 'output_'.
openmsx-0.8.2/src/commands/GlobalCommandController.cc:81:17: style: Function 'GlobalCommandController' argument 2 names different: declaration 'cliComm' definition 'cliComm_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/GlobalCommandController.hh:34:41: note: Function 'GlobalCommandController' argument 2 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/commands/GlobalCommandController.cc:81:17: note: Function 'GlobalCommandController' argument 2 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/commands/GlobalCommandController.cc:81:36: style: Function 'GlobalCommandController' argument 3 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/GlobalCommandController.hh:35:35: note: Function 'GlobalCommandController' argument 3 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/commands/GlobalCommandController.cc:81:36: note: Function 'GlobalCommandController' argument 3 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/commands/GlobalCommandController.cc:557:43: style: Function 'HelpCmd' argument 1 names different: declaration 'controller' definition 'controller_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/GlobalCommandController.cc:36:44: note: Function 'HelpCmd' argument 1 names different: declaration 'controller' definition 'controller_'.
openmsx-0.8.2/src/commands/GlobalCommandController.cc:557:43: note: Function 'HelpCmd' argument 1 names different: declaration 'controller' definition 'controller_'.
openmsx-0.8.2/src/commands/GlobalCommandController.cc:619:61: style: Function 'TabCompletionCmd' argument 1 names different: declaration 'controller' definition 'controller_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/GlobalCommandController.cc:48:53: note: Function 'TabCompletionCmd' argument 1 names different: declaration 'controller' definition 'controller_'.
openmsx-0.8.2/src/commands/GlobalCommandController.cc:619:61: note: Function 'TabCompletionCmd' argument 1 names different: declaration 'controller' definition 'controller_'.
openmsx-0.8.2/src/commands/GlobalCommandController.cc:652:37: style: Function 'UpdateCmd' argument 2 names different: declaration 'cliComm' definition 'cliComm_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/GlobalCommandController.cc:60:27: note: Function 'UpdateCmd' argument 2 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/commands/GlobalCommandController.cc:652:37: note: Function 'UpdateCmd' argument 2 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/commands/ProxyCommand.hh:17:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/Command.hh:44:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/ProxyCommand.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/commands/ProxyCommand.hh:19:22: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/Completer.hh:23:22: note: Virtual function in base class
openmsx-0.8.2/src/commands/ProxyCommand.hh:19:22: note: Function in derived class
openmsx-0.8.2/src/commands/ProxyCommand.hh:20:15: style: The function 'tabCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/Command.hh:53:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/ProxyCommand.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/commands/InfoTopic.hh:33:22: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/Completer.hh:23:22: note: Virtual function in base class
openmsx-0.8.2/src/commands/InfoTopic.hh:33:22: note: Function in derived class
openmsx-0.8.2/src/commands/InfoTopic.hh:41:15: style: The function 'tabCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/Completer.hh:30:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/InfoTopic.hh:41:15: note: Function in derived class
openmsx-0.8.2/src/commands/InfoCommand.hh:24:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/Command.hh:44:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/InfoCommand.hh:24:15: note: Function in derived class
openmsx-0.8.2/src/commands/InfoCommand.hh:26:22: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/Completer.hh:23:22: note: Virtual function in base class
openmsx-0.8.2/src/commands/InfoCommand.hh:26:22: note: Function in derived class
openmsx-0.8.2/src/commands/InfoCommand.hh:27:15: style: The function 'tabCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/commands/Command.hh:53:15: note: Virtual function in base class
openmsx-0.8.2/src/commands/InfoCommand.hh:27:15: note: Function in derived class
openmsx-0.8.2/src/commands/Interpreter.cc:164:12: style: The scope of the variable 'command' can be reduced. [variableScope]
openmsx-0.8.2/src/commands/Interpreter.cc:73:44: style: Function 'Interpreter' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/Interpreter.hh:26:41: note: Function 'Interpreter' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/commands/Interpreter.cc:73:44: note: Function 'Interpreter' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/commands/Interpreter.cc:123:48: style: Function 'setOutput' argument 1 names different: declaration 'output' definition 'output_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/Interpreter.hh:29:36: note: Function 'setOutput' argument 1 names different: declaration 'output' definition 'output_'.
openmsx-0.8.2/src/commands/Interpreter.cc:123:48: note: Function 'setOutput' argument 1 names different: declaration 'output' definition 'output_'.
openmsx-0.8.2/src/commands/MSXCommandController.cc:22:28: style: Function 'MSXCommandController' argument 1 names different: declaration 'globalCommandController' definition 'globalCommandController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/MSXCommandController.hh:24:48: note: Function 'MSXCommandController' argument 1 names different: declaration 'globalCommandController' definition 'globalCommandController_'.
openmsx-0.8.2/src/commands/MSXCommandController.cc:22:28: note: Function 'MSXCommandController' argument 1 names different: declaration 'globalCommandController' definition 'globalCommandController_'.
openmsx-0.8.2/src/commands/MSXCommandController.cc:23:12: style: Function 'MSXCommandController' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/MSXCommandController.hh:25:32: note: Function 'MSXCommandController' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/commands/MSXCommandController.cc:23:12: note: Function 'MSXCommandController' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/commands/MSXCommandController.cc:24:19: style: Function 'MSXCommandController' argument 3 names different: declaration 'motherboard' definition 'motherboard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/MSXCommandController.hh:25:57: note: Function 'MSXCommandController' argument 3 names different: declaration 'motherboard' definition 'motherboard_'.
openmsx-0.8.2/src/commands/MSXCommandController.cc:24:19: note: Function 'MSXCommandController' argument 3 names different: declaration 'motherboard' definition 'motherboard_'.
openmsx-0.8.2/src/commands/MSXCommandController.cc:25:24: style: Function 'MSXCommandController' argument 4 names different: declaration 'msxEventDistributor' definition 'msxEventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/MSXCommandController.hh:26:44: note: Function 'MSXCommandController' argument 4 names different: declaration 'msxEventDistributor' definition 'msxEventDistributor_'.
openmsx-0.8.2/src/commands/MSXCommandController.cc:25:24: note: Function 'MSXCommandController' argument 4 names different: declaration 'msxEventDistributor' definition 'msxEventDistributor_'.
openmsx-0.8.2/src/commands/MSXCommandController.cc:26:22: style: Function 'MSXCommandController' argument 5 names different: declaration 'machineID' definition 'machineID_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/MSXCommandController.hh:27:42: note: Function 'MSXCommandController' argument 5 names different: declaration 'machineID' definition 'machineID_'.
openmsx-0.8.2/src/commands/MSXCommandController.cc:26:22: note: Function 'MSXCommandController' argument 5 names different: declaration 'machineID' definition 'machineID_'.
openmsx-0.8.2/src/commands/ProxyCommand.cc:15:60: style: Function 'ProxyCmd' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/ProxyCommand.hh:16:51: note: Function 'ProxyCmd' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/commands/ProxyCommand.cc:15:60: note: Function 'ProxyCmd' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/commands/TclObject.cc:15:34: style: Function 'TclObject' argument 1 names different: declaration 'interp' definition 'interp_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/TclObject.hh:19:24: note: Function 'TclObject' argument 1 names different: declaration 'interp' definition 'interp_'.
openmsx-0.8.2/src/commands/TclObject.cc:15:34: note: Function 'TclObject' argument 1 names different: declaration 'interp' definition 'interp_'.
openmsx-0.8.2/src/commands/TclObject.cc:15:52: style: Function 'TclObject' argument 2 names different: declaration 'object' definition 'obj_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/TclObject.hh:19:41: note: Function 'TclObject' argument 2 names different: declaration 'object' definition 'obj_'.
openmsx-0.8.2/src/commands/TclObject.cc:15:52: note: Function 'TclObject' argument 2 names different: declaration 'object' definition 'obj_'.
openmsx-0.8.2/src/commands/TclObject.cc:32:34: style: Function 'TclObject' argument 1 names different: declaration 'interp' definition 'interp_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/TclObject.hh:22:33: note: Function 'TclObject' argument 1 names different: declaration 'interp' definition 'interp_'.
openmsx-0.8.2/src/commands/TclObject.cc:32:34: note: Function 'TclObject' argument 1 names different: declaration 'interp' definition 'interp_'.
openmsx-0.8.2/src/commands/TclObject.cc:38:35: style: Function 'TclObject' argument 1 names different: declaration 'interp' definition 'interp_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/commands/TclObject.hh:23:34: note: Function 'TclObject' argument 1 names different: declaration 'interp' definition 'interp_'.
openmsx-0.8.2/src/commands/TclObject.cc:38:35: note: Function 'TclObject' argument 1 names different: declaration 'interp' definition 'interp_'.
openmsx-0.8.2/src/config/HardwareConfig.cc:223:58: style: Function 'setConfig' argument 1 names different: declaration 'config' definition 'newConfig'. [funcArgNamesDifferent]
openmsx-0.8.2/src/config/HardwareConfig.hh:51:43: note: Function 'setConfig' argument 1 names different: declaration 'config' definition 'newConfig'.
openmsx-0.8.2/src/config/HardwareConfig.cc:223:58: note: Function 'setConfig' argument 1 names different: declaration 'config' definition 'newConfig'.
openmsx-0.8.2/src/config/XMLElement.hh:31:2: style: 'XMLElement::operator=' should return 'XMLElement &'. [operatorEq]
openmsx-0.8.2/src/config/HardwareConfig.hh:84:34: performance: Technically the member function 'openmsx::SerializeConstructorArgs < HardwareConfig >::save' can be static. [functionStatic]
openmsx-0.8.2/src/config/HardwareConfig.hh:89:34: performance: Technically the member function 'openmsx::SerializeConstructorArgs < HardwareConfig >::load' can be static. [functionStatic]
openmsx-0.8.2/src/config/XMLElement.hh:145:34: performance: Technically the member function 'openmsx::SerializeConstructorArgs < XMLElement >::save' can be static. [functionStatic]
openmsx-0.8.2/src/config/XMLElement.hh:150:34: performance: Technically the member function 'openmsx::SerializeConstructorArgs < XMLElement >::load' can be static. [functionStatic]
openmsx-0.8.2/src/config/HardwareConfig.cc:226:11: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
openmsx-0.8.2/src/config/SettingsConfig.cc:53:11: style: Function 'SettingsConfig' argument 2 names different: declaration 'hotKey' definition 'hotKey_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/config/SettingsConfig.hh:25:25: note: Function 'SettingsConfig' argument 2 names different: declaration 'hotKey' definition 'hotKey_'.
openmsx-0.8.2/src/config/SettingsConfig.cc:53:11: note: Function 'SettingsConfig' argument 2 names different: declaration 'hotKey' definition 'hotKey_'.
openmsx-0.8.2/src/config/SettingsConfig.cc:132:19: style: Function 'SaveSettingsCommand' argument 2 names different: declaration 'settingsConfig' definition 'settingsConfig_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/config/SettingsConfig.cc:30:24: note: Function 'SaveSettingsCommand' argument 2 names different: declaration 'settingsConfig' definition 'settingsConfig_'.
openmsx-0.8.2/src/config/SettingsConfig.cc:132:19: note: Function 'SaveSettingsCommand' argument 2 names different: declaration 'settingsConfig' definition 'settingsConfig_'.
openmsx-0.8.2/src/config/SettingsConfig.cc:175:19: style: Function 'LoadSettingsCommand' argument 2 names different: declaration 'settingsConfig' definition 'settingsConfig_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/config/SettingsConfig.cc:42:24: note: Function 'LoadSettingsCommand' argument 2 names different: declaration 'settingsConfig' definition 'settingsConfig_'.
openmsx-0.8.2/src/config/SettingsConfig.cc:175:19: note: Function 'LoadSettingsCommand' argument 2 names different: declaration 'settingsConfig' definition 'settingsConfig_'.
openmsx-0.8.2/src/config/XMLElement.cc:23:36: style: Function 'XMLElement' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/config/XMLElement.hh:27:34: note: Function 'XMLElement' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/config/XMLElement.cc:23:36: note: Function 'XMLElement' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/config/XMLElement.cc:33:36: style: Function 'XMLElement' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/config/XMLElement.hh:29:25: note: Function 'XMLElement' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/config/XMLElement.cc:33:36: note: Function 'XMLElement' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/config/XMLElement.cc:33:55: style: Function 'XMLElement' argument 2 names different: declaration 'data' definition 'data_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/config/XMLElement.hh:29:43: note: Function 'XMLElement' argument 2 names different: declaration 'data' definition 'data_'.
openmsx-0.8.2/src/config/XMLElement.cc:33:55: note: Function 'XMLElement' argument 2 names different: declaration 'data' definition 'data_'.
openmsx-0.8.2/src/config/XMLElement.cc:85:72: style: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/config/XMLElement.hh:130:49: note: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/config/XMLElement.cc:85:72: note: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/config/XMLElement.cc:96:78: style: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/config/XMLElement.hh:131:55: note: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/config/XMLElement.cc:96:78: note: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/config/XMLElement.cc:177:47: style: Function 'findChild' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/config/XMLElement.hh:87:36: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/config/XMLElement.cc:177:47: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/config/XMLElement.cc:379:12: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
openmsx-0.8.2/src/config/XMLLoader.cc:57:18: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
openmsx-0.8.2/src/console/CommandConsole.cc:43:28: style: Function 'CommandConsole' argument 1 names different: declaration 'commandController' definition 'commandController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/CommandConsole.hh:28:42: note: Function 'CommandConsole' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/console/CommandConsole.cc:43:28: note: Function 'CommandConsole' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/console/CommandConsole.cc:44:21: style: Function 'CommandConsole' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/CommandConsole.hh:29:35: note: Function 'CommandConsole' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/console/CommandConsole.cc:44:21: note: Function 'CommandConsole' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/console/CommandConsole.cc:45:12: style: Function 'CommandConsole' argument 3 names different: declaration 'display' definition 'display_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/CommandConsole.hh:30:26: note: Function 'CommandConsole' argument 3 names different: declaration 'display' definition 'display_'.
openmsx-0.8.2/src/console/CommandConsole.cc:45:12: note: Function 'CommandConsole' argument 3 names different: declaration 'display' definition 'display_'.
openmsx-0.8.2/src/console/CommandConsole.cc:308:42: style: Function 'setColumns' argument 1 names different: declaration 'columns' definition 'columns_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/CommandConsole.hh:39:27: note: Function 'setColumns' argument 1 names different: declaration 'columns' definition 'columns_'.
openmsx-0.8.2/src/console/CommandConsole.cc:308:42: note: Function 'setColumns' argument 1 names different: declaration 'columns' definition 'columns_'.
openmsx-0.8.2/src/console/CommandConsole.cc:318:39: style: Function 'setRows' argument 1 names different: declaration 'rows' definition 'rows_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/CommandConsole.hh:41:24: note: Function 'setRows' argument 1 names different: declaration 'rows' definition 'rows_'.
openmsx-0.8.2/src/console/CommandConsole.cc:318:39: note: Function 'setRows' argument 1 names different: declaration 'rows' definition 'rows_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:56:12: style: Function 'OSDConsoleRenderer' argument 1 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDConsoleRenderer.hh:29:30: note: Function 'OSDConsoleRenderer' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:56:12: note: Function 'OSDConsoleRenderer' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:56:38: style: Function 'OSDConsoleRenderer' argument 2 names different: declaration 'console' definition 'console_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDConsoleRenderer.hh:29:55: note: Function 'OSDConsoleRenderer' argument 2 names different: declaration 'console' definition 'console_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:56:38: note: Function 'OSDConsoleRenderer' argument 2 names different: declaration 'console' definition 'console_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:57:12: style: Function 'OSDConsoleRenderer' argument 3 names different: declaration 'screenW' definition 'screenW_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDConsoleRenderer.hh:30:30: note: Function 'OSDConsoleRenderer' argument 3 names different: declaration 'screenW' definition 'screenW_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:57:12: note: Function 'OSDConsoleRenderer' argument 3 names different: declaration 'screenW' definition 'screenW_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:57:31: style: Function 'OSDConsoleRenderer' argument 4 names different: declaration 'screenH' definition 'screenH_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDConsoleRenderer.hh:30:48: note: Function 'OSDConsoleRenderer' argument 4 names different: declaration 'screenH' definition 'screenH_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:57:31: note: Function 'OSDConsoleRenderer' argument 4 names different: declaration 'screenH' definition 'screenH_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:58:8: style: Function 'OSDConsoleRenderer' argument 5 names different: declaration 'openGL' definition 'openGL_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDConsoleRenderer.hh:30:62: note: Function 'OSDConsoleRenderer' argument 5 names different: declaration 'openGL' definition 'openGL_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:58:8: note: Function 'OSDConsoleRenderer' argument 5 names different: declaration 'openGL' definition 'openGL_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:178:41: style: Function 'setActive' argument 1 names different: declaration 'active' definition 'active_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDConsoleRenderer.hh:42:22: note: Function 'setActive' argument 1 names different: declaration 'active' definition 'active_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:178:41: note: Function 'setActive' argument 1 names different: declaration 'active' definition 'active_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:395:58: style: Function 'OSDSettingChecker' argument 1 names different: declaration 'renderer' definition 'renderer_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:45:40: note: Function 'OSDSettingChecker' argument 1 names different: declaration 'renderer' definition 'renderer_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:395:58: note: Function 'OSDSettingChecker' argument 1 names different: declaration 'renderer' definition 'renderer_'.
openmsx-0.8.2/src/console/OSDConsoleRenderer.cc:45:2: style: Class 'OSDSettingChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/console/OSDGUI.cc:50:63: style: Function 'OSDGUI' argument 2 names different: declaration 'display' definition 'display_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDGUI.hh:19:56: note: Function 'OSDGUI' argument 2 names different: declaration 'display' definition 'display_'.
openmsx-0.8.2/src/console/OSDGUI.cc:50:63: note: Function 'OSDGUI' argument 2 names different: declaration 'display' definition 'display_'.
openmsx-0.8.2/src/console/OSDGUI.cc:79:32: style: Function 'OSDCommand' argument 1 names different: declaration 'gui' definition 'gui_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDGUI.cc:27:21: note: Function 'OSDCommand' argument 1 names different: declaration 'gui' definition 'gui_'.
openmsx-0.8.2/src/console/OSDGUI.cc:79:32: note: Function 'OSDCommand' argument 1 names different: declaration 'gui' definition 'gui_'.
openmsx-0.8.2/src/console/OSDGUI.cc:50:9: warning: Member variable 'OSDGUI::openGL' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/console/OSDTopWidget.hh:14:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:42:22: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDTopWidget.hh:14:22: note: Function in derived class
openmsx-0.8.2/src/console/OSDTopWidget.hh:15:15: style: The function 'getWidthHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:54:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDTopWidget.hh:15:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDTopWidget.hh:19:15: style: The function 'invalidateLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:62:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDTopWidget.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDTopWidget.hh:20:15: style: The function 'paintSDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:63:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDTopWidget.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDTopWidget.hh:21:15: style: The function 'paintGL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:64:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDTopWidget.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:24:15: style: The function 'getProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:38:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:24:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:25:15: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:39:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:25:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:26:15: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:40:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:27:17: style: The function 'getRecursiveFadeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:41:17: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:27:17: note: Function in derived class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:33:15: style: The function 'invalidateLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:62:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:33:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:34:15: style: The function 'paintSDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:63:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:34:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:35:15: style: The function 'paintGL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:64:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:35:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDRectangle.hh:19:15: style: The function 'getProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:24:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDRectangle.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDRectangle.hh:20:15: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:25:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDRectangle.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDRectangle.hh:21:15: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDRectangle.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDRectangle.hh:22:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:42:22: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDRectangle.hh:22:22: note: Function in derived class
openmsx-0.8.2/src/console/OSDRectangle.hh:27:15: style: The function 'getWidthHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:54:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDRectangle.hh:27:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDRectangle.hh:29:15: style: The function 'getFadedAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:22:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDRectangle.hh:29:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDRectangle.hh:30:21: style: The function 'createSDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:36:21: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDRectangle.hh:30:21: note: Function in derived class
openmsx-0.8.2/src/console/OSDRectangle.hh:31:21: style: The function 'createGL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:37:21: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDRectangle.hh:31:21: note: Function in derived class
openmsx-0.8.2/src/console/OSDText.hh:20:15: style: The function 'getProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:24:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDText.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDText.hh:21:15: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:25:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDText.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDText.hh:22:15: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDText.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDText.hh:23:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:42:22: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDText.hh:23:22: note: Function in derived class
openmsx-0.8.2/src/console/OSDText.hh:26:15: style: The function 'invalidateLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:33:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDText.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDText.hh:27:15: style: The function 'getWidthHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDWidget.hh:54:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDText.hh:27:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDText.hh:29:15: style: The function 'getFadedAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:22:15: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDText.hh:29:15: note: Function in derived class
openmsx-0.8.2/src/console/OSDText.hh:30:21: style: The function 'createSDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:36:21: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDText.hh:30:21: note: Function in derived class
openmsx-0.8.2/src/console/OSDText.hh:31:21: style: The function 'createGL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/console/OSDImageBasedWidget.hh:37:21: note: Virtual function in base class
openmsx-0.8.2/src/console/OSDText.hh:31:21: note: Function in derived class
openmsx-0.8.2/src/console/OSDGUILayer.cc:11:34: style: Function 'OSDGUILayer' argument 1 names different: declaration 'gui' definition 'gui_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDGUILayer.hh:21:31: note: Function 'OSDGUILayer' argument 1 names different: declaration 'gui' definition 'gui_'.
openmsx-0.8.2/src/console/OSDGUILayer.cc:11:34: note: Function 'OSDGUILayer' argument 1 names different: declaration 'gui' definition 'gui_'.
openmsx-0.8.2/src/console/OSDText.cc:366:11: style: Technically the member function 'openmsx::SplitAtChar::operator()' can be const. [functionConst]
openmsx-0.8.2/src/console/OSDText.cc:365:2: style: Struct 'SplitAtChar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/console/OSDWidget.cc:152:38: style: Function 'setParent' argument 1 names different: declaration 'parent' definition 'parent_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDWidget.hh:71:28: note: Function 'setParent' argument 1 names different: declaration 'parent' definition 'parent_'.
openmsx-0.8.2/src/console/OSDWidget.cc:152:38: note: Function 'setParent' argument 1 names different: declaration 'parent' definition 'parent_'.
openmsx-0.8.2/src/console/OSDWidget.cc:360:54: style: Function 'getScaleFactor' argument 1 names different: declaration 'surface' definition 'output'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/OSDWidget.hh:48:44: note: Function 'getScaleFactor' argument 1 names different: declaration 'surface' definition 'output'.
openmsx-0.8.2/src/console/OSDWidget.cc:360:54: note: Function 'getScaleFactor' argument 1 names different: declaration 'surface' definition 'output'.
openmsx-0.8.2/src/console/OSDWidget.hh:46:7: performance: Technically the member function 'openmsx::OSDWidget::paintGLRecursive' can be static. [functionStatic]
openmsx-0.8.2/src/console/OSDWidget.cc:339:17: note: Technically the member function 'openmsx::OSDWidget::paintGLRecursive' can be static.
openmsx-0.8.2/src/console/OSDWidget.hh:46:7: note: Technically the member function 'openmsx::OSDWidget::paintGLRecursive' can be static.
openmsx-0.8.2/src/console/TTFFont.cc:144:37: style: Function 'TTFFont' argument 1 names different: declaration 'font' definition 'filename'. [funcArgNamesDifferent]
openmsx-0.8.2/src/console/TTFFont.hh:19:29: note: Function 'TTFFont' argument 1 names different: declaration 'font' definition 'filename'.
openmsx-0.8.2/src/console/TTFFont.cc:144:37: note: Function 'TTFFont' argument 1 names different: declaration 'font' definition 'filename'.
openmsx-0.8.2/src/cpu/BreakPoint.cc:10:39: style: Function 'BreakPoint' argument 1 names different: declaration 'CliComm' definition 'cliComm'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/BreakPoint.hh:20:28: note: Function 'BreakPoint' argument 1 names different: declaration 'CliComm' definition 'cliComm'.
openmsx-0.8.2/src/cpu/BreakPoint.cc:10:39: note: Function 'BreakPoint' argument 1 names different: declaration 'CliComm' definition 'cliComm'.
openmsx-0.8.2/src/cpu/BreakPoint.cc:10:53: style: Function 'BreakPoint' argument 2 names different: declaration 'address' definition 'address_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/BreakPoint.hh:20:42: note: Function 'BreakPoint' argument 2 names different: declaration 'address' definition 'address_'.
openmsx-0.8.2/src/cpu/BreakPoint.cc:10:53: note: Function 'BreakPoint' argument 2 names different: declaration 'address' definition 'address_'.
openmsx-0.8.2/src/cpu/BreakPointBase.cc:11:47: style: Function 'BreakPointBase' argument 1 names different: declaration 'cliComm' definition 'cliComm_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/BreakPointBase.hh:35:32: note: Function 'BreakPointBase' argument 1 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/cpu/BreakPointBase.cc:11:47: note: Function 'BreakPointBase' argument 1 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/cpu/BreakPointBase.cc:12:57: style: Function 'BreakPointBase' argument 2 names different: declaration 'command' definition 'command_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/BreakPointBase.hh:36:42: note: Function 'BreakPointBase' argument 2 names different: declaration 'command' definition 'command_'.
openmsx-0.8.2/src/cpu/BreakPointBase.cc:12:57: note: Function 'BreakPointBase' argument 2 names different: declaration 'command' definition 'command_'.
openmsx-0.8.2/src/cpu/BreakPointBase.cc:13:57: style: Function 'BreakPointBase' argument 3 names different: declaration 'condition' definition 'condition_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/BreakPointBase.hh:37:42: note: Function 'BreakPointBase' argument 3 names different: declaration 'condition' definition 'condition_'.
openmsx-0.8.2/src/cpu/BreakPointBase.cc:13:57: note: Function 'BreakPointBase' argument 3 names different: declaration 'condition' definition 'condition_'.
openmsx-0.8.2/src/cpu/CPU.hh:154:3: warning: Member variable 'CPURegs::IFF1_' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/cpu/CPU.hh:154:3: warning: Member variable 'CPURegs::IFF2_' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/cpu/CPU.hh:154:3: style: Class 'CPURegs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/cpu/CPUClock.cc:9:52: style: Function 'CPUClock' argument 2 names different: declaration 'scheduler' definition 'scheduler_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/CPUClock.hh:21:43: note: Function 'CPUClock' argument 2 names different: declaration 'scheduler' definition 'scheduler_'.
openmsx-0.8.2/src/cpu/CPUClock.cc:9:52: note: Function 'CPUClock' argument 2 names different: declaration 'scheduler' definition 'scheduler_'.
openmsx-0.8.2/src/cpu/CPUClock.hh:101:7: style: Technically the member function 'openmsx::CPUClock::serialize' can be const. [functionConst]
openmsx-0.8.2/src/cpu/CPUClock.cc:53:16: note: Technically the member function 'openmsx::CPUClock::serialize' can be const.
openmsx-0.8.2/src/cpu/CPUClock.hh:101:7: note: Technically the member function 'openmsx::CPUClock::serialize' can be const.
openmsx-0.8.2/src/cpu/CPUCore.cc:482:54: style: Function 'setFreq' argument 1 names different: declaration 'freq' definition 'freq_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/CPUCore.hh:81:24: note: Function 'setFreq' argument 1 names different: declaration 'freq' definition 'freq_'.
openmsx-0.8.2/src/cpu/CPUCore.cc:482:54: note: Function 'setFreq' argument 1 names different: declaration 'freq' definition 'freq_'.
openmsx-0.8.2/src/cpu/CPUCore.cc:3243:83: style: Function 'bit_N_xix' argument 1 names different: declaration 'a' definition 'addr'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/CPUCore.hh:281:54: note: Function 'bit_N_xix' argument 1 names different: declaration 'a' definition 'addr'.
openmsx-0.8.2/src/cpu/CPUCore.cc:3243:83: note: Function 'bit_N_xix' argument 1 names different: declaration 'a' definition 'addr'.
openmsx-0.8.2/src/cpu/CPUCore.cc:728:20: warning: Assert statement calls a function which may have desired side effects: 'readIRQVector'. [assertWithSideEffect]
openmsx-0.8.2/src/cpu/Z80.hh:19:2: warning: Member variable 'Z80TYPE::memptr' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/cpu/Z80.hh:24:25: performance: Technically the member function 'openmsx::Z80TYPE::haltStates' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/Z80.hh:25:21: performance: Technically the member function 'openmsx::Z80TYPE::isR800' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/Z80.hh:27:43: performance: Technically the member function 'openmsx::Z80TYPE::PRE_MEM' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/Z80.hh:28:43: performance: Technically the member function 'openmsx::Z80TYPE::POST_MEM' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/Z80.hh:29:43: performance: Technically the member function 'openmsx::Z80TYPE::PRE_WORD' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/Z80.hh:30:43: performance: Technically the member function 'openmsx::Z80TYPE::POST_WORD' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/Z80.hh:32:21: performance: Technically the member function 'openmsx::Z80TYPE::R800Refresh' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/Z80.hh:33:21: performance: Technically the member function 'openmsx::Z80TYPE::R800ForcePageBreak' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/R800.hh:35:25: performance: Technically the member function 'openmsx::R800TYPE::haltStates' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/R800.hh:36:21: performance: Technically the member function 'openmsx::R800TYPE::isR800' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/R800.hh:161:21: performance: Technically the member function 'openmsx::R800TYPE::setMemPtr' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/R800.hh:162:25: performance: Technically the member function 'openmsx::R800TYPE::getMemPtr' can be static. [functionStatic]
openmsx-0.8.2/src/cpu/CPUCore.hh:40:15: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cpu/CPU.hh:390:15: note: Virtual function in base class
openmsx-0.8.2/src/cpu/CPUCore.hh:40:15: note: Function in derived class
openmsx-0.8.2/src/cpu/CPUCore.hh:41:15: style: The function 'exitCPULoopSync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cpu/CPU.hh:397:15: note: Virtual function in base class
openmsx-0.8.2/src/cpu/CPUCore.hh:41:15: note: Function in derived class
openmsx-0.8.2/src/cpu/CPUCore.hh:42:15: style: The function 'exitCPULoopAsync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cpu/CPU.hh:402:15: note: Virtual function in base class
openmsx-0.8.2/src/cpu/CPUCore.hh:42:15: note: Function in derived class
openmsx-0.8.2/src/cpu/CPUCore.hh:43:15: style: The function 'warp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cpu/CPU.hh:408:15: note: Virtual function in base class
openmsx-0.8.2/src/cpu/CPUCore.hh:43:15: note: Function in derived class
openmsx-0.8.2/src/cpu/CPUCore.hh:44:25: style: The function 'getCurrentTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cpu/CPU.hh:413:25: note: Virtual function in base class
openmsx-0.8.2/src/cpu/CPUCore.hh:44:25: note: Function in derived class
openmsx-0.8.2/src/cpu/CPUCore.hh:45:15: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cpu/CPU.hh:419:15: note: Virtual function in base class
openmsx-0.8.2/src/cpu/CPUCore.hh:45:15: note: Function in derived class
openmsx-0.8.2/src/cpu/CPUCore.hh:46:15: style: The function 'waitCycles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cpu/CPU.hh:425:15: note: Virtual function in base class
openmsx-0.8.2/src/cpu/CPUCore.hh:46:15: note: Function in derived class
openmsx-0.8.2/src/cpu/CPUCore.hh:47:15: style: The function 'setNextSyncPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cpu/CPU.hh:429:15: note: Virtual function in base class
openmsx-0.8.2/src/cpu/CPUCore.hh:47:15: note: Function in derived class
openmsx-0.8.2/src/cpu/CPUCore.hh:48:15: style: The function 'invalidateMemCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cpu/CPU.hh:435:15: note: Virtual function in base class
openmsx-0.8.2/src/cpu/CPUCore.hh:48:15: note: Function in derived class
openmsx-0.8.2/src/cpu/CPUCore.hh:49:15: style: The function 'isM1Cycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cpu/CPU.hh:438:15: note: Virtual function in base class
openmsx-0.8.2/src/cpu/CPUCore.hh:49:15: note: Function in derived class
openmsx-0.8.2/src/cpu/CPUCore.hh:51:15: style: The function 'disasmCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/cpu/CPU.hh:442:15: note: Virtual function in base class
openmsx-0.8.2/src/cpu/CPUCore.hh:51:15: note: Function in derived class
openmsx-0.8.2/src/cpu/DebugCondition.cc:10:47: style: Function 'DebugCondition' argument 1 names different: declaration 'CliComm' definition 'cliComm'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/DebugCondition.hh:16:32: note: Function 'DebugCondition' argument 1 names different: declaration 'CliComm' definition 'cliComm'.
openmsx-0.8.2/src/cpu/DebugCondition.cc:10:47: note: Function 'DebugCondition' argument 1 names different: declaration 'CliComm' definition 'cliComm'.
openmsx-0.8.2/src/cpu/IRQHelper.cc:12:30: style: Function 'IRQSource' argument 1 names different: declaration 'cpu' definition 'cpu_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/IRQHelper.hh:26:29: note: Function 'IRQSource' argument 1 names different: declaration 'cpu' definition 'cpu_'.
openmsx-0.8.2/src/cpu/IRQHelper.cc:12:30: note: Function 'IRQSource' argument 1 names different: declaration 'cpu' definition 'cpu_'.
openmsx-0.8.2/src/cpu/IRQHelper.cc:30:30: style: Function 'NMISource' argument 1 names different: declaration 'cpu' definition 'cpu_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/IRQHelper.hh:37:29: note: Function 'NMISource' argument 1 names different: declaration 'cpu' definition 'cpu_'.
openmsx-0.8.2/src/cpu/IRQHelper.cc:30:30: note: Function 'NMISource' argument 1 names different: declaration 'cpu' definition 'cpu_'.
openmsx-0.8.2/src/cpu/IRQHelper.cc:48:38: style: Function 'DynamicSource' argument 1 names different: declaration 'cpu' definition 'cpu_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/IRQHelper.hh:51:33: note: Function 'DynamicSource' argument 1 names different: declaration 'cpu' definition 'cpu_'.
openmsx-0.8.2/src/cpu/IRQHelper.cc:48:38: note: Function 'DynamicSource' argument 1 names different: declaration 'cpu' definition 'cpu_'.
openmsx-0.8.2/src/cpu/MSXCPU.cc:59:32: style: Function 'MSXCPU' argument 1 names different: declaration 'motherboard' definition 'motherboard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPU.hh:30:34: note: Function 'MSXCPU' argument 1 names different: declaration 'motherboard' definition 'motherboard_'.
openmsx-0.8.2/src/cpu/MSXCPU.cc:59:32: note: Function 'MSXCPU' argument 1 names different: declaration 'motherboard' definition 'motherboard_'.
openmsx-0.8.2/src/cpu/MSXCPU.cc:94:44: style: Function 'setInterface' argument 1 names different: declaration 'interf' definition 'interface'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPU.hh:118:37: note: Function 'setInterface' argument 1 names different: declaration 'interf' definition 'interface'.
openmsx-0.8.2/src/cpu/MSXCPU.cc:94:44: note: Function 'setInterface' argument 1 names different: declaration 'interf' definition 'interface'.
openmsx-0.8.2/src/cpu/MSXCPU.cc:271:38: style: Function 'TimeInfoTopic' argument 2 names different: declaration 'msxcpu' definition 'msxcpu_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPU.cc:28:24: note: Function 'TimeInfoTopic' argument 2 names different: declaration 'msxcpu' definition 'msxcpu_'.
openmsx-0.8.2/src/cpu/MSXCPU.cc:271:38: note: Function 'TimeInfoTopic' argument 2 names different: declaration 'msxcpu' definition 'msxcpu_'.
openmsx-0.8.2/src/cpu/MSXCPU.cc:293:66: style: Function 'CPUFreqInfoTopic' argument 3 names different: declaration 'clock' definition 'clock_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPU.cc:40:49: note: Function 'CPUFreqInfoTopic' argument 3 names different: declaration 'clock' definition 'clock_'.
openmsx-0.8.2/src/cpu/MSXCPU.cc:293:66: note: Function 'CPUFreqInfoTopic' argument 3 names different: declaration 'clock' definition 'clock_'.
openmsx-0.8.2/src/cpu/MSXCPU.cc:332:73: style: Function 'MSXCPUDebuggable' argument 2 names different: declaration 'cpu' definition 'cpu_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPU.cc:51:56: note: Function 'MSXCPUDebuggable' argument 2 names different: declaration 'cpu' definition 'cpu_'.
openmsx-0.8.2/src/cpu/MSXCPU.cc:332:73: note: Function 'MSXCPUDebuggable' argument 2 names different: declaration 'cpu' definition 'cpu_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:153:50: style: Function 'MSXCPUInterface' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.hh:38:43: note: Function 'MSXCPUInterface' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:153:50: note: Function 'MSXCPUInterface' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:537:25: style: Function 'registerMemDevice' argument 2 names different: declaration 'primSl' definition 'ps'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.hh:64:29: note: Function 'registerMemDevice' argument 2 names different: declaration 'primSl' definition 'ps'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:537:25: note: Function 'registerMemDevice' argument 2 names different: declaration 'primSl' definition 'ps'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:537:33: style: Function 'registerMemDevice' argument 3 names different: declaration 'secSL' definition 'ss'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.hh:64:41: note: Function 'registerMemDevice' argument 3 names different: declaration 'secSL' definition 'ss'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:537:33: note: Function 'registerMemDevice' argument 3 names different: declaration 'secSL' definition 'ss'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:549:25: style: Function 'unregisterMemDevice' argument 2 names different: declaration 'primSl' definition 'ps'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.hh:66:31: note: Function 'unregisterMemDevice' argument 2 names different: declaration 'primSl' definition 'ps'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:549:25: note: Function 'unregisterMemDevice' argument 2 names different: declaration 'primSl' definition 'ps'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:549:33: style: Function 'unregisterMemDevice' argument 3 names different: declaration 'secSL' definition 'ss'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.hh:66:43: note: Function 'unregisterMemDevice' argument 3 names different: declaration 'secSL' definition 'ss'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:549:33: note: Function 'unregisterMemDevice' argument 3 names different: declaration 'secSL' definition 'ss'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:994:20: style: Function 'MemoryDebug' argument 1 names different: declaration 'interface' definition 'interface_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:55:31: note: Function 'MemoryDebug' argument 1 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:994:20: note: Function 'MemoryDebug' argument 1 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1016:20: style: Function 'SlottedMemoryDebug' argument 1 names different: declaration 'interface' definition 'interface_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:66:38: note: Function 'SlottedMemoryDebug' argument 1 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1016:20: note: Function 'SlottedMemoryDebug' argument 1 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1047:37: style: Function 'SlotInfo' argument 2 names different: declaration 'interface' definition 'interface_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:89:28: note: Function 'SlotInfo' argument 2 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1047:37: note: Function 'SlotInfo' argument 2 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1078:49: style: Function 'SubSlottedInfo' argument 2 names different: declaration 'interface' definition 'interface_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:101:27: note: Function 'SubSlottedInfo' argument 2 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1078:49: note: Function 'SubSlottedInfo' argument 2 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1103:58: style: Function 'ExternalSlotInfo' argument 2 names different: declaration 'manager' definition 'manager_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:113:27: note: Function 'ExternalSlotInfo' argument 2 names different: declaration 'manager' definition 'manager_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1103:58: note: Function 'ExternalSlotInfo' argument 2 names different: declaration 'manager' definition 'manager_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1136:35: style: Function 'IODebug' argument 1 names different: declaration 'interface' definition 'interface_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:77:27: note: Function 'IODebug' argument 1 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1136:35: note: Function 'IODebug' argument 1 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1157:33: style: Function 'IOInfo' argument 2 names different: declaration 'interface' definition 'interface_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:125:26: note: Function 'IOInfo' argument 2 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1157:33: note: Function 'IOInfo' argument 2 names different: declaration 'interface' definition 'interface_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1157:50: style: Function 'IOInfo' argument 3 names different: declaration 'input' definition 'input_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:125:42: note: Function 'IOInfo' argument 3 names different: declaration 'input' definition 'input_'.
openmsx-0.8.2/src/cpu/MSXCPUInterface.cc:1157:50: note: Function 'IOInfo' argument 3 names different: declaration 'input' definition 'input_'.
openmsx-0.8.2/src/cpu/MSXWatchIODevice.cc:84:41: style: Function 'MSXWatchIODevice' argument 2 names different: declaration 'watchIO' definition 'watchIO_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/MSXWatchIODevice.hh:42:32: note: Function 'MSXWatchIODevice' argument 2 names different: declaration 'watchIO' definition 'watchIO_'.
openmsx-0.8.2/src/cpu/MSXWatchIODevice.cc:84:41: note: Function 'MSXWatchIODevice' argument 2 names different: declaration 'watchIO' definition 'watchIO_'.
openmsx-0.8.2/src/cpu/WatchPoint.cc:11:39: style: Function 'WatchPoint' argument 1 names different: declaration 'CliComm' definition 'cliComm'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/WatchPoint.hh:21:28: note: Function 'WatchPoint' argument 1 names different: declaration 'CliComm' definition 'cliComm'.
openmsx-0.8.2/src/cpu/WatchPoint.cc:11:39: note: Function 'WatchPoint' argument 1 names different: declaration 'CliComm' definition 'cliComm'.
openmsx-0.8.2/src/cpu/WatchPoint.cc:14:29: style: Function 'WatchPoint' argument 4 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/WatchPoint.hh:24:18: note: Function 'WatchPoint' argument 4 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/cpu/WatchPoint.cc:14:29: note: Function 'WatchPoint' argument 4 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/cpu/WatchPoint.cc:14:45: style: Function 'WatchPoint' argument 5 names different: declaration 'beginAddr' definition 'beginAddr_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/WatchPoint.hh:24:33: note: Function 'WatchPoint' argument 5 names different: declaration 'beginAddr' definition 'beginAddr_'.
openmsx-0.8.2/src/cpu/WatchPoint.cc:14:45: note: Function 'WatchPoint' argument 5 names different: declaration 'beginAddr' definition 'beginAddr_'.
openmsx-0.8.2/src/cpu/WatchPoint.cc:14:66: style: Function 'WatchPoint' argument 6 names different: declaration 'endAddr' definition 'endAddr_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/cpu/WatchPoint.hh:24:53: note: Function 'WatchPoint' argument 6 names different: declaration 'endAddr' definition 'endAddr_'.
openmsx-0.8.2/src/cpu/WatchPoint.cc:14:66: note: Function 'WatchPoint' argument 6 names different: declaration 'endAddr' definition 'endAddr_'.
openmsx-0.8.2/src/debugger/Debugger.cc:102:36: style: Function 'Debugger' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/Debugger.hh:26:36: note: Function 'Debugger' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/debugger/Debugger.cc:102:36: note: Function 'Debugger' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/debugger/Debugger.cc:123:31: style: Function 'setCPU' argument 1 names different: declaration 'cpu' definition 'cpu_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/Debugger.hh:38:22: note: Function 'setCPU' argument 1 names different: declaration 'cpu' definition 'cpu_'.
openmsx-0.8.2/src/debugger/Debugger.cc:123:31: note: Function 'setCPU' argument 1 names different: declaration 'cpu' definition 'cpu_'.
openmsx-0.8.2/src/debugger/Debugger.cc:319:57: style: Function 'DebugCmd' argument 4 names different: declaration 'cliComm' definition 'cliComm_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/Debugger.cc:39:48: note: Function 'DebugCmd' argument 4 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/debugger/Debugger.cc:319:57: note: Function 'DebugCmd' argument 4 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/debugger/Debugger.cc:320:30: style: Function 'DebugCmd' argument 5 names different: declaration 'debugger' definition 'debugger_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/Debugger.cc:40:21: note: Function 'DebugCmd' argument 5 names different: declaration 'debugger' definition 'debugger_'.
openmsx-0.8.2/src/debugger/Debugger.cc:320:30: note: Function 'DebugCmd' argument 5 names different: declaration 'debugger' definition 'debugger_'.
openmsx-0.8.2/src/debugger/Probe.hh:52:22: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/debugger/Probe.hh:19:22: note: Virtual function in base class
openmsx-0.8.2/src/debugger/Probe.hh:52:22: note: Function in derived class
openmsx-0.8.2/src/debugger/Probe.hh:80:22: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/debugger/Probe.hh:19:22: note: Virtual function in base class
openmsx-0.8.2/src/debugger/Probe.hh:80:22: note: Function in derived class
openmsx-0.8.2/src/debugger/Probe.cc:8:32: style: Function 'ProbeBase' argument 1 names different: declaration 'debugger' definition 'debugger_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/Probe.hh:22:22: note: Function 'ProbeBase' argument 1 names different: declaration 'debugger' definition 'debugger_'.
openmsx-0.8.2/src/debugger/Probe.cc:8:32: note: Function 'ProbeBase' argument 1 names different: declaration 'debugger' definition 'debugger_'.
openmsx-0.8.2/src/debugger/Probe.cc:8:62: style: Function 'ProbeBase' argument 2 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/Probe.hh:22:51: note: Function 'ProbeBase' argument 2 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/debugger/Probe.cc:8:62: note: Function 'ProbeBase' argument 2 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/debugger/Probe.cc:9:41: style: Function 'ProbeBase' argument 3 names different: declaration 'description' definition 'description_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/Probe.hh:23:31: note: Function 'ProbeBase' argument 3 names different: declaration 'description' definition 'description_'.
openmsx-0.8.2/src/debugger/Probe.cc:9:41: note: Function 'ProbeBase' argument 3 names different: declaration 'description' definition 'description_'.
openmsx-0.8.2/src/debugger/ProbeBreakPoint.cc:13:18: style: Function 'ProbeBreakPoint' argument 1 names different: declaration 'CliComm' definition 'cliComm'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/ProbeBreakPoint.hh:18:33: note: Function 'ProbeBreakPoint' argument 1 names different: declaration 'CliComm' definition 'cliComm'.
openmsx-0.8.2/src/debugger/ProbeBreakPoint.cc:13:18: note: Function 'ProbeBreakPoint' argument 1 names different: declaration 'CliComm' definition 'cliComm'.
openmsx-0.8.2/src/debugger/ProbeBreakPoint.cc:16:13: style: Function 'ProbeBreakPoint' argument 4 names different: declaration 'debugger' definition 'debugger_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/ProbeBreakPoint.hh:21:28: note: Function 'ProbeBreakPoint' argument 4 names different: declaration 'debugger' definition 'debugger_'.
openmsx-0.8.2/src/debugger/ProbeBreakPoint.cc:16:13: note: Function 'ProbeBreakPoint' argument 4 names different: declaration 'debugger' definition 'debugger_'.
openmsx-0.8.2/src/debugger/ProbeBreakPoint.cc:17:14: style: Function 'ProbeBreakPoint' argument 5 names different: declaration 'probe' definition 'probe_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/ProbeBreakPoint.hh:22:29: note: Function 'ProbeBreakPoint' argument 5 names different: declaration 'probe' definition 'probe_'.
openmsx-0.8.2/src/debugger/ProbeBreakPoint.cc:17:14: note: Function 'ProbeBreakPoint' argument 5 names different: declaration 'probe' definition 'probe_'.
openmsx-0.8.2/src/debugger/SimpleDebuggable.cc:11:19: style: Function 'SimpleDebuggable' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:16:35: note: Function 'SimpleDebuggable' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/debugger/SimpleDebuggable.cc:11:19: note: Function 'SimpleDebuggable' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/debugger/SimpleDebuggable.cc:11:52: style: Function 'SimpleDebuggable' argument 2 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:16:67: note: Function 'SimpleDebuggable' argument 2 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/debugger/SimpleDebuggable.cc:11:52: note: Function 'SimpleDebuggable' argument 2 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/debugger/SimpleDebuggable.cc:12:22: style: Function 'SimpleDebuggable' argument 3 names different: declaration 'description' definition 'description_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:17:38: note: Function 'SimpleDebuggable' argument 3 names different: declaration 'description' definition 'description_'.
openmsx-0.8.2/src/debugger/SimpleDebuggable.cc:12:22: note: Function 'SimpleDebuggable' argument 3 names different: declaration 'description' definition 'description_'.
openmsx-0.8.2/src/debugger/SimpleDebuggable.cc:12:45: style: Function 'SimpleDebuggable' argument 4 names different: declaration 'size' definition 'size_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:17:60: note: Function 'SimpleDebuggable' argument 4 names different: declaration 'size' definition 'size_'.
openmsx-0.8.2/src/debugger/SimpleDebuggable.cc:12:45: note: Function 'SimpleDebuggable' argument 4 names different: declaration 'size' definition 'size_'.
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:20:19: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/debugger/Debuggable.hh:14:19: note: Virtual function in base class
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:20:19: note: Function in derived class
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:22:29: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/debugger/Debuggable.hh:15:29: note: Virtual function in base class
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:22:29: note: Function in derived class
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:24:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/debugger/Debuggable.hh:16:15: note: Virtual function in base class
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:24:15: note: Function in derived class
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:26:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/debugger/Debuggable.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/debugger/SimpleDebuggable.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/events/AfterCommand.cc:125:37: style: Function 'AfterCommand' argument 1 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.hh:26:24: note: Function 'AfterCommand' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/events/AfterCommand.cc:125:37: note: Function 'AfterCommand' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/events/AfterCommand.cc:126:46: style: Function 'AfterCommand' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.hh:27:33: note: Function 'AfterCommand' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/AfterCommand.cc:126:46: note: Function 'AfterCommand' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/AfterCommand.cc:481:34: style: Function 'AfterCmd' argument 1 names different: declaration 'afterCommand' definition 'afterCommand_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.cc:39:25: note: Function 'AfterCmd' argument 1 names different: declaration 'afterCommand' definition 'afterCommand_'.
openmsx-0.8.2/src/events/AfterCommand.cc:481:34: note: Function 'AfterCmd' argument 1 names different: declaration 'afterCommand' definition 'afterCommand_'.
openmsx-0.8.2/src/events/AfterCommand.cc:481:63: style: Function 'AfterCmd' argument 2 names different: declaration 'command' definition 'command_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.cc:40:18: note: Function 'AfterCmd' argument 2 names different: declaration 'command' definition 'command_'.
openmsx-0.8.2/src/events/AfterCommand.cc:481:63: note: Function 'AfterCmd' argument 2 names different: declaration 'command' definition 'command_'.
openmsx-0.8.2/src/events/AfterCommand.cc:532:33: style: Function 'AfterTimedCmd' argument 4 names different: declaration 'time' definition 'time_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.cc:57:39: note: Function 'AfterTimedCmd' argument 4 names different: declaration 'time' definition 'time_'.
openmsx-0.8.2/src/events/AfterCommand.cc:532:33: note: Function 'AfterTimedCmd' argument 4 names different: declaration 'time' definition 'time_'.
openmsx-0.8.2/src/events/AfterCommand.cc:617:54: style: Function 'AfterInputEventCmd' argument 2 names different: declaration 'event' definition 'event_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.cc:99:44: note: Function 'AfterInputEventCmd' argument 2 names different: declaration 'event' definition 'event_'.
openmsx-0.8.2/src/events/AfterCommand.cc:617:54: note: Function 'AfterInputEventCmd' argument 2 names different: declaration 'event' definition 'event_'.
openmsx-0.8.2/src/events/AfterCommand.cc:632:49: style: Function 'AfterRealTimeCmd' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.cc:111:37: note: Function 'AfterRealTimeCmd' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/AfterCommand.cc:632:49: note: Function 'AfterRealTimeCmd' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/AfterCommand.cc:601:0: style: Function 'openmsx :: AfterEventCmd < OPENMSX_FINISH_FRAME_EVENT >' argument 2 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.cc:88:0: note: Function 'openmsx :: AfterEventCmd < OPENMSX_FINISH_FRAME_EVENT >' argument 2 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/AfterCommand.cc:601:0: note: Function 'openmsx :: AfterEventCmd < OPENMSX_FINISH_FRAME_EVENT >' argument 2 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/AfterCommand.cc:601:0: style: Function 'openmsx :: AfterEventCmd < OPENMSX_BREAK_EVENT >' argument 2 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.cc:88:0: note: Function 'openmsx :: AfterEventCmd < OPENMSX_BREAK_EVENT >' argument 2 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/AfterCommand.cc:601:0: note: Function 'openmsx :: AfterEventCmd < OPENMSX_BREAK_EVENT >' argument 2 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/AfterCommand.cc:601:0: style: Function 'openmsx :: AfterEventCmd < OPENMSX_BOOT_EVENT >' argument 2 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.cc:88:0: note: Function 'openmsx :: AfterEventCmd < OPENMSX_BOOT_EVENT >' argument 2 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/AfterCommand.cc:601:0: note: Function 'openmsx :: AfterEventCmd < OPENMSX_BOOT_EVENT >' argument 2 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/AfterCommand.cc:601:0: style: Function 'openmsx :: AfterEventCmd < OPENMSX_QUIT_EVENT >' argument 2 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.cc:88:0: note: Function 'openmsx :: AfterEventCmd < OPENMSX_QUIT_EVENT >' argument 2 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/AfterCommand.cc:601:0: note: Function 'openmsx :: AfterEventCmd < OPENMSX_QUIT_EVENT >' argument 2 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/AfterCommand.cc:601:0: style: Function 'openmsx :: AfterEventCmd < OPENMSX_MACHINE_LOADED_EVENT >' argument 2 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/AfterCommand.cc:88:0: note: Function 'openmsx :: AfterEventCmd < OPENMSX_MACHINE_LOADED_EVENT >' argument 2 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/AfterCommand.cc:601:0: note: Function 'openmsx :: AfterEventCmd < OPENMSX_MACHINE_LOADED_EVENT >' argument 2 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/AfterCommand.cc:486:2: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmsx-0.8.2/src/events/Event.hh:109:2: style: Class 'SimpleEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/events/AfterCommand.cc:437:2: style: Struct 'AfterInputEventPred' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/events/AfterCommand.hh:51:14: style: The function 'signalEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/EventListener.hh:26:14: note: Virtual function in base class
openmsx-0.8.2/src/events/AfterCommand.hh:51:14: note: Function in derived class
openmsx-0.8.2/src/events/AfterCommand.cc:71:17: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/AfterCommand.cc:36:17: note: Virtual function in base class
openmsx-0.8.2/src/events/AfterCommand.cc:71:17: note: Function in derived class
openmsx-0.8.2/src/events/AfterCommand.cc:80:17: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/AfterCommand.cc:36:17: note: Virtual function in base class
openmsx-0.8.2/src/events/AfterCommand.cc:80:17: note: Function in derived class
openmsx-0.8.2/src/events/AfterCommand.cc:101:17: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/AfterCommand.cc:36:17: note: Virtual function in base class
openmsx-0.8.2/src/events/AfterCommand.cc:101:17: note: Function in derived class
openmsx-0.8.2/src/events/AfterCommand.cc:114:17: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/AfterCommand.cc:36:17: note: Virtual function in base class
openmsx-0.8.2/src/events/AfterCommand.cc:114:17: note: Function in derived class
openmsx-0.8.2/src/events/CliConnection.cc:59:49: style: Function 'CliConnection' argument 1 names different: declaration 'commandController' definition 'commandController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/CliConnection.hh:30:35: note: Function 'CliConnection' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/events/CliConnection.cc:59:49: note: Function 'CliConnection' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/events/CliConnection.cc:60:48: style: Function 'CliConnection' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/CliConnection.hh:31:34: note: Function 'CliConnection' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/CliConnection.cc:60:48: note: Function 'CliConnection' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/CliConnection.cc:403:43: style: Function 'SocketConnection' argument 3 names different: declaration 'sd' definition 'sd_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/CliConnection.hh:142:26: note: Function 'SocketConnection' argument 3 names different: declaration 'sd' definition 'sd_'.
openmsx-0.8.2/src/events/CliConnection.cc:403:43: note: Function 'SocketConnection' argument 3 names different: declaration 'sd' definition 'sd_'.
openmsx-0.8.2/src/events/CliConnection.hh:66:15: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliListener.hh:16:15: note: Virtual function in base class
openmsx-0.8.2/src/events/CliConnection.hh:66:15: note: Function in derived class
openmsx-0.8.2/src/events/CliConnection.hh:67:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliListener.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/events/CliConnection.hh:67:15: note: Function in derived class
openmsx-0.8.2/src/events/CliConnection.hh:71:14: style: The function 'signalEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/EventListener.hh:26:14: note: Virtual function in base class
openmsx-0.8.2/src/events/CliConnection.hh:71:14: note: Function in derived class
openmsx-0.8.2/src/events/CliConnection.hh:108:15: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliConnection.hh:33:15: note: Virtual function in base class
openmsx-0.8.2/src/events/CliConnection.hh:108:15: note: Function in derived class
openmsx-0.8.2/src/events/CliConnection.hh:111:15: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliConnection.hh:50:15: note: Virtual function in base class
openmsx-0.8.2/src/events/CliConnection.hh:111:15: note: Function in derived class
openmsx-0.8.2/src/events/CliConnection.hh:145:15: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliConnection.hh:33:15: note: Virtual function in base class
openmsx-0.8.2/src/events/CliConnection.hh:145:15: note: Function in derived class
openmsx-0.8.2/src/events/CliConnection.hh:148:15: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliConnection.hh:50:15: note: Virtual function in base class
openmsx-0.8.2/src/events/CliConnection.hh:148:15: note: Function in derived class
openmsx-0.8.2/src/events/CliServer.cc:221:41: style: Function 'CliServer' argument 1 names different: declaration 'commandController' definition 'commandController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/CliServer.hh:19:31: note: Function 'CliServer' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/events/CliServer.cc:221:41: note: Function 'CliServer' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/events/CliServer.cc:222:40: style: Function 'CliServer' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/CliServer.hh:20:30: note: Function 'CliServer' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/CliServer.cc:222:40: note: Function 'CliServer' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/CliServer.cc:223:37: style: Function 'CliServer' argument 3 names different: declaration 'cliComm' definition 'cliComm_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/CliServer.hh:21:27: note: Function 'CliServer' argument 3 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/events/CliServer.cc:223:37: note: Function 'CliServer' argument 3 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/events/GlobalCliComm.hh:28:15: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliComm.hh:35:15: note: Virtual function in base class
openmsx-0.8.2/src/events/GlobalCliComm.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/events/GlobalCliComm.hh:29:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliComm.hh:36:15: note: Virtual function in base class
openmsx-0.8.2/src/events/GlobalCliComm.hh:29:15: note: Function in derived class
openmsx-0.8.2/src/events/Event.cc:11:24: style: Function 'Event' argument 1 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/Event.hh:96:27: note: Function 'Event' argument 1 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/Event.cc:11:24: note: Function 'Event' argument 1 names different: declaration 'type' definition 'type_'.
openmsx-0.8.2/src/events/EventDistributor.cc:15:45: style: Function 'EventDistributor' argument 1 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/EventDistributor.hh:32:37: note: Function 'EventDistributor' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/events/EventDistributor.cc:15:45: note: Function 'EventDistributor' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/events/HotKey.cc:181:15: style: The scope of the variable 'elem' can be reduced. [variableScope]
openmsx-0.8.2/src/events/HotKey.cc:57:41: style: Function 'HotKey' argument 1 names different: declaration 'commandController' definition 'commandController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/HotKey.hh:33:34: note: Function 'HotKey' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/events/HotKey.cc:57:41: note: Function 'HotKey' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/events/HotKey.cc:58:34: style: Function 'HotKey' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/HotKey.hh:34:27: note: Function 'HotKey' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/HotKey.cc:58:34: note: Function 'HotKey' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/HotKey.cc:318:64: style: Function 'BindCmd' argument 2 names different: declaration 'hotKey' definition 'hotKey_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/HotKey.cc:33:56: note: Function 'BindCmd' argument 2 names different: declaration 'hotKey' definition 'hotKey_'.
openmsx-0.8.2/src/events/HotKey.cc:318:64: note: Function 'BindCmd' argument 2 names different: declaration 'hotKey' definition 'hotKey_'.
openmsx-0.8.2/src/events/HotKey.cc:319:23: style: Function 'BindCmd' argument 3 names different: declaration 'defaultCmd' definition 'defaultCmd_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/HotKey.cc:34:15: note: Function 'BindCmd' argument 3 names different: declaration 'defaultCmd' definition 'defaultCmd_'.
openmsx-0.8.2/src/events/HotKey.cc:319:23: note: Function 'BindCmd' argument 3 names different: declaration 'defaultCmd' definition 'defaultCmd_'.
openmsx-0.8.2/src/events/HotKey.cc:399:30: style: Function 'UnbindCmd' argument 2 names different: declaration 'hotKey' definition 'hotKey_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/HotKey.cc:47:58: note: Function 'UnbindCmd' argument 2 names different: declaration 'hotKey' definition 'hotKey_'.
openmsx-0.8.2/src/events/HotKey.cc:399:30: note: Function 'UnbindCmd' argument 2 names different: declaration 'hotKey' definition 'hotKey_'.
openmsx-0.8.2/src/events/HotKey.cc:399:44: style: Function 'UnbindCmd' argument 3 names different: declaration 'defaultCmd' definition 'defaultCmd_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/HotKey.cc:48:17: note: Function 'UnbindCmd' argument 3 names different: declaration 'defaultCmd' definition 'defaultCmd_'.
openmsx-0.8.2/src/events/HotKey.cc:399:44: note: Function 'UnbindCmd' argument 3 names different: declaration 'defaultCmd' definition 'defaultCmd_'.
openmsx-0.8.2/src/events/HotKey.hh:42:3: warning: Member variable 'HotKeyInfo::repeat' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/events/HotKey.hh:60:14: style: The function 'signalEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/EventListener.hh:26:14: note: Virtual function in base class
openmsx-0.8.2/src/events/HotKey.hh:60:14: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:36:15: style: The function 'toStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:99:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:37:15: style: The function 'lessImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:100:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:73:15: style: The function 'lessImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:100:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:73:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:82:15: style: The function 'toStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:99:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:82:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:90:15: style: The function 'toStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:99:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:90:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:101:15: style: The function 'toStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:99:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:101:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:102:15: style: The function 'lessImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:100:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:102:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:118:15: style: The function 'lessImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:100:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:118:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:133:15: style: The function 'lessImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/InputEvents.hh:119:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:133:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:142:15: style: The function 'toStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:99:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:142:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:150:15: style: The function 'toStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:99:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:150:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:164:15: style: The function 'toStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:99:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:164:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:165:15: style: The function 'lessImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/InputEvents.hh:119:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:165:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:179:15: style: The function 'toStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:99:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:179:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:180:15: style: The function 'lessImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:100:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:180:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:194:15: style: The function 'toStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:99:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:194:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:195:15: style: The function 'lessImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:100:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:195:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:206:15: style: The function 'toStringImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:99:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:206:15: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.hh:207:15: style: The function 'lessImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/Event.hh:100:15: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEvents.hh:207:15: note: Function in derived class
openmsx-0.8.2/src/events/HotKey.cc:130:3: warning: Unsafe allocation. If HotKeyInfo() throws, memory could be leaked. Use make_shared<constEvent>() instead. [leakUnsafeArgAlloc]
openmsx-0.8.2/src/events/HotKey.cc:132:3: warning: Unsafe allocation. If HotKeyInfo() throws, memory could be leaked. Use make_shared<constEvent>() instead. [leakUnsafeArgAlloc]
openmsx-0.8.2/src/events/HotKey.cc:134:3: warning: Unsafe allocation. If HotKeyInfo() throws, memory could be leaked. Use make_shared<constEvent>() instead. [leakUnsafeArgAlloc]
openmsx-0.8.2/src/events/HotKey.cc:136:3: warning: Unsafe allocation. If HotKeyInfo() throws, memory could be leaked. Use make_shared<constEvent>() instead. [leakUnsafeArgAlloc]
openmsx-0.8.2/src/events/HotKey.cc:138:3: warning: Unsafe allocation. If HotKeyInfo() throws, memory could be leaked. Use make_shared<constEvent>() instead. [leakUnsafeArgAlloc]
openmsx-0.8.2/src/events/HotKey.cc:140:3: warning: Unsafe allocation. If HotKeyInfo() throws, memory could be leaked. Use make_shared<constEvent>() instead. [leakUnsafeArgAlloc]
openmsx-0.8.2/src/events/HotKey.cc:142:3: warning: Unsafe allocation. If HotKeyInfo() throws, memory could be leaked. Use make_shared<constEvent>() instead. [leakUnsafeArgAlloc]
openmsx-0.8.2/src/events/HotKey.cc:145:3: warning: Unsafe allocation. If HotKeyInfo() throws, memory could be leaked. Use make_shared<constEvent>() instead. [leakUnsafeArgAlloc]
openmsx-0.8.2/src/events/HotKey.cc:148:3: warning: Unsafe allocation. If HotKeyInfo() throws, memory could be leaked. Use make_shared<constEvent>() instead. [leakUnsafeArgAlloc]
openmsx-0.8.2/src/events/InputEventGenerator.cc:32:60: style: Function 'InputEventGenerator' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEventGenerator.hh:26:40: note: Function 'InputEventGenerator' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/InputEventGenerator.cc:32:60: note: Function 'InputEventGenerator' argument 2 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/events/InputEventGenerator.cc:201:51: style: Function 'handle' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEventGenerator.hh:51:31: note: Function 'handle' argument 1 names different: declaration 'event' definition 'evt'.
openmsx-0.8.2/src/events/InputEventGenerator.cc:201:51: note: Function 'handle' argument 1 names different: declaration 'event' definition 'evt'.
openmsx-0.8.2/src/events/InputEventGenerator.cc:351:51: style: Function 'EscapeGrabCmd' argument 2 names different: declaration 'inputEventGenerator' definition 'inputEventGenerator_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEventGenerator.cc:23:30: note: Function 'EscapeGrabCmd' argument 2 names different: declaration 'inputEventGenerator' definition 'inputEventGenerator_'.
openmsx-0.8.2/src/events/InputEventGenerator.cc:351:51: note: Function 'EscapeGrabCmd' argument 2 names different: declaration 'inputEventGenerator' definition 'inputEventGenerator_'.
openmsx-0.8.2/src/events/InputEventGenerator.hh:58:14: style: The function 'signalEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/EventListener.hh:26:14: note: Virtual function in base class
openmsx-0.8.2/src/events/InputEventGenerator.hh:58:14: note: Function in derived class
openmsx-0.8.2/src/events/InputEvents.cc:33:50: style: Function 'KeyEvent' argument 2 names different: declaration 'keyCode' definition 'keyCode_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEvents.hh:33:41: note: Function 'KeyEvent' argument 2 names different: declaration 'keyCode' definition 'keyCode_'.
openmsx-0.8.2/src/events/InputEvents.cc:33:50: note: Function 'KeyEvent' argument 2 names different: declaration 'keyCode' definition 'keyCode_'.
openmsx-0.8.2/src/events/InputEvents.cc:33:65: style: Function 'KeyEvent' argument 3 names different: declaration 'unicode' definition 'unicode_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEvents.hh:33:55: note: Function 'KeyEvent' argument 3 names different: declaration 'unicode' definition 'unicode_'.
openmsx-0.8.2/src/events/InputEvents.cc:33:65: note: Function 'KeyEvent' argument 3 names different: declaration 'unicode' definition 'unicode_'.
openmsx-0.8.2/src/events/InputEvents.cc:148:40: style: Function 'MouseMotionEvent' argument 1 names different: declaration 'xrel' definition 'xrel_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEvents.hh:96:23: note: Function 'MouseMotionEvent' argument 1 names different: declaration 'xrel' definition 'xrel_'.
openmsx-0.8.2/src/events/InputEvents.cc:148:40: note: Function 'MouseMotionEvent' argument 1 names different: declaration 'xrel' definition 'xrel_'.
openmsx-0.8.2/src/events/InputEvents.cc:148:51: style: Function 'MouseMotionEvent' argument 2 names different: declaration 'yrel' definition 'yrel_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEvents.hh:96:33: note: Function 'MouseMotionEvent' argument 2 names different: declaration 'yrel' definition 'yrel_'.
openmsx-0.8.2/src/events/InputEvents.cc:148:51: note: Function 'MouseMotionEvent' argument 2 names different: declaration 'yrel' definition 'yrel_'.
openmsx-0.8.2/src/events/InputEvents.cc:183:55: style: Function 'JoystickEvent' argument 2 names different: declaration 'joystick' definition 'joystick_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEvents.hh:114:41: note: Function 'JoystickEvent' argument 2 names different: declaration 'joystick' definition 'joystick_'.
openmsx-0.8.2/src/events/InputEvents.cc:183:55: note: Function 'JoystickEvent' argument 2 names different: declaration 'joystick' definition 'joystick_'.
openmsx-0.8.2/src/events/InputEvents.cc:211:47: style: Function 'JoystickButtonEvent' argument 3 names different: declaration 'button' definition 'button_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEvents.hh:129:66: note: Function 'JoystickButtonEvent' argument 3 names different: declaration 'button' definition 'button_'.
openmsx-0.8.2/src/events/InputEvents.cc:211:47: note: Function 'JoystickButtonEvent' argument 3 names different: declaration 'button' definition 'button_'.
openmsx-0.8.2/src/events/InputEvents.cc:266:31: style: Function 'JoystickAxisMotionEvent' argument 2 names different: declaration 'axis' definition 'axis_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEvents.hh:159:54: note: Function 'JoystickAxisMotionEvent' argument 2 names different: declaration 'axis' definition 'axis_'.
openmsx-0.8.2/src/events/InputEvents.cc:266:31: note: Function 'JoystickAxisMotionEvent' argument 2 names different: declaration 'axis' definition 'axis_'.
openmsx-0.8.2/src/events/InputEvents.cc:266:44: style: Function 'JoystickAxisMotionEvent' argument 3 names different: declaration 'value' definition 'value_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEvents.hh:159:66: note: Function 'JoystickAxisMotionEvent' argument 3 names different: declaration 'value' definition 'value_'.
openmsx-0.8.2/src/events/InputEvents.cc:266:44: note: Function 'JoystickAxisMotionEvent' argument 3 names different: declaration 'value' definition 'value_'.
openmsx-0.8.2/src/events/InputEvents.cc:301:29: style: Function 'FocusEvent' argument 1 names different: declaration 'gain' definition 'gain_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEvents.hh:174:27: note: Function 'FocusEvent' argument 1 names different: declaration 'gain' definition 'gain_'.
openmsx-0.8.2/src/events/InputEvents.cc:301:29: note: Function 'FocusEvent' argument 1 names different: declaration 'gain' definition 'gain_'.
openmsx-0.8.2/src/events/InputEvents.cc:327:35: style: Function 'ResizeEvent' argument 1 names different: declaration 'x' definition 'x_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEvents.hh:188:23: note: Function 'ResizeEvent' argument 1 names different: declaration 'x' definition 'x_'.
openmsx-0.8.2/src/events/InputEvents.cc:327:35: note: Function 'ResizeEvent' argument 1 names different: declaration 'x' definition 'x_'.
openmsx-0.8.2/src/events/InputEvents.cc:327:48: style: Function 'ResizeEvent' argument 2 names different: declaration 'y' definition 'y_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/InputEvents.hh:188:35: note: Function 'ResizeEvent' argument 2 names different: declaration 'y' definition 'y_'.
openmsx-0.8.2/src/events/InputEvents.cc:327:48: note: Function 'ResizeEvent' argument 2 names different: declaration 'y' definition 'y_'.
openmsx-0.8.2/src/events/InputEvents.cc:321:16: style: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator. [comparisonOfFuncReturningBoolError]
openmsx-0.8.2/src/events/MSXCliComm.cc:12:40: style: Function 'MSXCliComm' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/MSXCliComm.hh:18:29: note: Function 'MSXCliComm' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/events/MSXCliComm.cc:12:40: note: Function 'MSXCliComm' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/events/MSXCliComm.cc:12:69: style: Function 'MSXCliComm' argument 2 names different: declaration 'cliComm' definition 'cliComm_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/MSXCliComm.hh:18:57: note: Function 'MSXCliComm' argument 2 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/events/MSXCliComm.cc:12:69: note: Function 'MSXCliComm' argument 2 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/events/MSXCliComm.hh:20:15: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliComm.hh:35:15: note: Virtual function in base class
openmsx-0.8.2/src/events/MSXCliComm.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/events/MSXCliComm.hh:21:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliComm.hh:36:15: note: Virtual function in base class
openmsx-0.8.2/src/events/MSXCliComm.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/events/StdioMessages.hh:13:15: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliListener.hh:16:15: note: Virtual function in base class
openmsx-0.8.2/src/events/StdioMessages.hh:13:15: note: Function in derived class
openmsx-0.8.2/src/events/StdioMessages.hh:15:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliListener.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/events/StdioMessages.hh:15:15: note: Function in derived class
openmsx-0.8.2/src/events/TclCallbackMessages.cc:14:57: style: Function 'TclCallbackMessages' argument 1 names different: declaration 'cliComm' definition 'cliComm_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/events/TclCallbackMessages.hh:18:37: note: Function 'TclCallbackMessages' argument 1 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/events/TclCallbackMessages.cc:14:57: note: Function 'TclCallbackMessages' argument 1 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/events/TclCallbackMessages.hh:21:15: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliListener.hh:16:15: note: Virtual function in base class
openmsx-0.8.2/src/events/TclCallbackMessages.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/events/TclCallbackMessages.hh:23:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/events/CliListener.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/events/TclCallbackMessages.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DSKDiskImage.cc:8:44: style: Function 'DSKDiskImage' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DSKDiskImage.hh:16:40: note: Function 'DSKDiskImage' argument 1 names different: declaration 'filename' definition 'fileName'.
openmsx-0.8.2/src/fdc/DSKDiskImage.cc:8:44: note: Function 'DSKDiskImage' argument 1 names different: declaration 'filename' definition 'fileName'.
openmsx-0.8.2/src/fdc/DSKDiskImage.cc:15:44: style: Function 'DSKDiskImage' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DSKDiskImage.hh:17:31: note: Function 'DSKDiskImage' argument 1 names different: declaration 'filename' definition 'fileName'.
openmsx-0.8.2/src/fdc/DSKDiskImage.cc:15:44: note: Function 'DSKDiskImage' argument 1 names different: declaration 'filename' definition 'fileName'.
openmsx-0.8.2/src/fdc/DSKDiskImage.cc:15:74: style: Function 'DSKDiskImage' argument 2 names different: declaration 'file' definition 'file_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DSKDiskImage.hh:17:61: note: Function 'DSKDiskImage' argument 2 names different: declaration 'file' definition 'file_'.
openmsx-0.8.2/src/fdc/DSKDiskImage.cc:15:74: note: Function 'DSKDiskImage' argument 2 names different: declaration 'file' definition 'file_'.
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:16:15: style: The function 'detectGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/Disk.hh:39:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:16:15: note: Function in derived class
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:22:19: style: The function 'getNbSectorsImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:65:19: note: Virtual function in base class
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:22:19: note: Function in derived class
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:23:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/Disk.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:25:15: style: The function 'readTrackData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/Disk.hh:30:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:25:15: note: Function in derived class
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:26:15: style: The function 'writeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/Disk.hh:44:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:28:15: style: The function 'writeTrackDataImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/Disk.hh:46:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/SectorBasedDisk.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DSKDiskImage.hh:21:15: style: The function 'readSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:63:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DSKDiskImage.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DSKDiskImage.hh:22:15: style: The function 'writeSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:64:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DSKDiskImage.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DSKDiskImage.hh:23:15: style: The function 'isWriteProtectedImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:66:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DSKDiskImage.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DSKDiskImage.hh:24:22: style: The function 'getSha1Sum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:42:22: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DSKDiskImage.hh:24:22: note: Function in derived class
openmsx-0.8.2/src/fdc/DirAsDSK.cc:115:37: style: Function 'readFAT' argument 1 names different: declaration 'clnr' definition 'cluster'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DirAsDSK.hh:88:28: note: Function 'readFAT' argument 1 names different: declaration 'clnr' definition 'cluster'.
openmsx-0.8.2/src/fdc/DirAsDSK.cc:115:37: note: Function 'readFAT' argument 1 names different: declaration 'clnr' definition 'cluster'.
openmsx-0.8.2/src/fdc/DirAsDSK.cc:124:38: style: Function 'readFAT2' argument 1 names different: declaration 'clnr' definition 'cluster'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DirAsDSK.hh:89:29: note: Function 'readFAT2' argument 1 names different: declaration 'clnr' definition 'cluster'.
openmsx-0.8.2/src/fdc/DirAsDSK.cc:124:38: note: Function 'readFAT2' argument 1 names different: declaration 'clnr' definition 'cluster'.
openmsx-0.8.2/src/fdc/DirAsDSK.cc:130:36: style: Function 'writeFAT12' argument 1 names different: declaration 'clnr' definition 'cluster'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DirAsDSK.hh:90:27: note: Function 'writeFAT12' argument 1 names different: declaration 'clnr' definition 'cluster'.
openmsx-0.8.2/src/fdc/DirAsDSK.cc:130:36: note: Function 'writeFAT12' argument 1 names different: declaration 'clnr' definition 'cluster'.
openmsx-0.8.2/src/fdc/DirAsDSK.cc:138:35: style: Function 'writeFAT2' argument 1 names different: declaration 'clnr' definition 'cluster'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DirAsDSK.hh:91:27: note: Function 'writeFAT2' argument 1 names different: declaration 'clnr' definition 'cluster'.
openmsx-0.8.2/src/fdc/DirAsDSK.cc:138:35: note: Function 'writeFAT2' argument 1 names different: declaration 'clnr' definition 'cluster'.
openmsx-0.8.2/src/fdc/DirAsDSK.cc:262:29: style: Function 'DirAsDSK' argument 1 names different: declaration 'cliComm' definition 'cliComm_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DirAsDSK.hh:42:20: note: Function 'DirAsDSK' argument 1 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/fdc/DirAsDSK.cc:262:29: note: Function 'DirAsDSK' argument 1 names different: declaration 'cliComm' definition 'cliComm_'.
openmsx-0.8.2/src/fdc/DirAsDSK.cc:263:12: style: Function 'DirAsDSK' argument 3 names different: declaration 'syncMode' definition 'syncMode_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DirAsDSK.hh:43:20: note: Function 'DirAsDSK' argument 3 names different: declaration 'syncMode' definition 'syncMode_'.
openmsx-0.8.2/src/fdc/DirAsDSK.cc:263:12: note: Function 'DirAsDSK' argument 3 names different: declaration 'syncMode' definition 'syncMode_'.
openmsx-0.8.2/src/fdc/DirAsDSK.hh:48:15: style: The function 'readSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:63:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DirAsDSK.hh:48:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DirAsDSK.hh:49:15: style: The function 'writeSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:64:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DirAsDSK.hh:49:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DirAsDSK.hh:50:15: style: The function 'isWriteProtectedImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:66:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DirAsDSK.hh:50:15: note: Function in derived class
openmsx-0.8.2/src/fdc/Disk.cc:10:28: style: Function 'Disk' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/Disk.hh:35:32: note: Function 'Disk' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/fdc/Disk.cc:10:28: note: Function 'Disk' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/fdc/Disk.cc:10:7: warning: Member variable 'Disk::sectorsPerTrack' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/fdc/DiskChanger.cc:228:39: style: Function 'DiskCommand' argument 2 names different: declaration 'diskChanger' definition 'diskChanger_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DiskChanger.cc:43:27: note: Function 'DiskCommand' argument 2 names different: declaration 'diskChanger' definition 'diskChanger_'.
openmsx-0.8.2/src/fdc/DiskChanger.cc:228:39: note: Function 'DiskCommand' argument 2 names different: declaration 'diskChanger' definition 'diskChanger_'.
openmsx-0.8.2/src/fdc/DiskContainer.hh:31:7: performance: Technically the member function 'openmsx::DiskContainer::serialize' can be static. [functionStatic]
openmsx-0.8.2/src/fdc/DiskChanger.cc:442:7: performance: Technically the member function 'openmsx::SerializeConstructorArgs < DiskChanger >::save' can be static. [functionStatic]
openmsx-0.8.2/src/fdc/DiskChanger.cc:447:34: performance: Technically the member function 'openmsx::SerializeConstructorArgs < DiskChanger >::load' can be static. [functionStatic]
openmsx-0.8.2/src/fdc/DiskChanger.hh:50:32: style: The function 'getSectorAccessibleDisk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskContainer.hh:20:32: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskChanger.hh:50:32: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskChanger.hh:51:29: style: The function 'getContainerName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskContainer.hh:21:29: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskChanger.hh:51:29: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskChanger.hh:52:15: style: The function 'diskChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskContainer.hh:22:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskChanger.hh:52:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskChanger.hh:53:14: style: The function 'insertDisk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskContainer.hh:26:14: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskChanger.hh:53:14: note: Function in derived class
openmsx-0.8.2/src/fdc/DummyDisk.hh:14:15: style: The function 'isDummyDisk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:32:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DummyDisk.hh:14:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DummyDisk.hh:17:15: style: The function 'readSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:63:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DummyDisk.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DummyDisk.hh:18:15: style: The function 'writeSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:64:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DummyDisk.hh:18:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DummyDisk.hh:19:15: style: The function 'isWriteProtectedImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:66:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DummyDisk.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RamDSKDiskImage.hh:19:15: style: The function 'readSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:63:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RamDSKDiskImage.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RamDSKDiskImage.hh:20:15: style: The function 'writeSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:64:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RamDSKDiskImage.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RamDSKDiskImage.hh:21:15: style: The function 'isWriteProtectedImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:66:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RamDSKDiskImage.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskChanger.cc:218:9: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
openmsx-0.8.2/src/fdc/NowindRomDisk.hh:13:32: style: The function 'getSectorAccessibleDisk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskContainer.hh:20:32: note: Virtual function in base class
openmsx-0.8.2/src/fdc/NowindRomDisk.hh:13:32: note: Function in derived class
openmsx-0.8.2/src/fdc/NowindRomDisk.hh:14:29: style: The function 'getContainerName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskContainer.hh:21:29: note: Virtual function in base class
openmsx-0.8.2/src/fdc/NowindRomDisk.hh:14:29: note: Function in derived class
openmsx-0.8.2/src/fdc/NowindRomDisk.hh:15:15: style: The function 'diskChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskContainer.hh:22:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/NowindRomDisk.hh:15:15: note: Function in derived class
openmsx-0.8.2/src/fdc/NowindRomDisk.hh:16:14: style: The function 'insertDisk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskContainer.hh:26:14: note: Virtual function in base class
openmsx-0.8.2/src/fdc/NowindRomDisk.hh:16:14: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:127:15: style: The function 'isDiskInserted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:22:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:127:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:128:15: style: The function 'isWriteProtected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:128:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:129:15: style: The function 'isDoubleSided' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:30:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:129:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:130:15: style: The function 'isTrack00' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:34:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:130:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:131:15: style: The function 'setSide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:40:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:131:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:132:15: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:47:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:132:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:133:15: style: The function 'setMotor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:54:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:133:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:134:15: style: The function 'indexPulse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:59:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:134:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:135:14: style: The function 'indexPulseCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:66:14: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:135:14: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:137:18: style: The function 'getTimeTillSector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:77:18: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:137:18: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:138:18: style: The function 'getTimeTillIndexPulse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:84:18: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:138:18: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:139:15: style: The function 'setHeadLoaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:91:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:139:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:140:15: style: The function 'headLoaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:95:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:140:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:141:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:100:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:141:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:144:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:144:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:147:15: style: The function 'getSectorHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:106:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:147:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:148:15: style: The function 'getTrackHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:107:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:148:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:149:15: style: The function 'writeTrackData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:108:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:149:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:150:15: style: The function 'diskChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:112:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:150:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:151:15: style: The function 'peekDiskChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:151:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskDrive.hh:152:15: style: The function 'isDummyDrive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:117:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskDrive.hh:152:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskFactory.cc:23:35: style: Function 'DiskFactory' argument 1 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DiskFactory.hh:18:32: note: Function 'DiskFactory' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/fdc/DiskFactory.cc:23:35: note: Function 'DiskFactory' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/fdc/XSADiskImage.hh:27:15: style: The function 'readSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:63:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/XSADiskImage.hh:27:15: note: Function in derived class
openmsx-0.8.2/src/fdc/XSADiskImage.hh:28:15: style: The function 'writeSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:64:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/XSADiskImage.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/fdc/XSADiskImage.hh:29:15: style: The function 'isWriteProtectedImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:66:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/XSADiskImage.hh:29:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskPartition.hh:31:15: style: The function 'readSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:63:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskPartition.hh:31:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskPartition.hh:32:15: style: The function 'writeSectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:64:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskPartition.hh:32:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskPartition.hh:33:15: style: The function 'isWriteProtectedImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/SectorAccessibleDisk.hh:66:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DiskPartition.hh:33:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DiskImageCLI.cc:14:47: style: Function 'DiskImageCLI' argument 1 names different: declaration 'cmdLineParser' definition 'commandLineParser'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DiskImageCLI.hh:16:43: note: Function 'DiskImageCLI' argument 1 names different: declaration 'cmdLineParser' definition 'commandLineParser'.
openmsx-0.8.2/src/fdc/DiskImageCLI.cc:14:47: note: Function 'DiskImageCLI' argument 1 names different: declaration 'cmdLineParser' definition 'commandLineParser'.
openmsx-0.8.2/src/fdc/DiskManipulator.cc:37:43: style: Function 'DiskManipulator' argument 2 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DiskManipulator.hh:23:36: note: Function 'DiskManipulator' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/fdc/DiskManipulator.cc:37:43: note: Function 'DiskManipulator' argument 2 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/fdc/DiskManipulator.cc:57:9: warning: Assert statement calls a function which may have desired side effects: 'findDriveSettings'. [assertWithSideEffect]
openmsx-0.8.2/src/fdc/DiskPartition.cc:30:63: style: Function 'DiskPartition' argument 3 names different: declaration 'owned' definition 'owned_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DiskPartition.hh:24:49: note: Function 'DiskPartition' argument 3 names different: declaration 'owned' definition 'owned_'.
openmsx-0.8.2/src/fdc/DiskPartition.cc:30:63: note: Function 'DiskPartition' argument 3 names different: declaration 'owned' definition 'owned_'.
openmsx-0.8.2/src/fdc/DiskPartition.cc:51:52: style: Function 'DiskPartition' argument 1 names different: declaration 'parent' definition 'parent_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DiskPartition.hh:27:38: note: Function 'DiskPartition' argument 1 names different: declaration 'parent' definition 'parent_'.
openmsx-0.8.2/src/fdc/DiskPartition.cc:51:52: note: Function 'DiskPartition' argument 1 names different: declaration 'parent' definition 'parent_'.
openmsx-0.8.2/src/fdc/DiskPartition.cc:52:39: style: Function 'DiskPartition' argument 2 names different: declaration 'start' definition 'start_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DiskPartition.hh:28:25: note: Function 'DiskPartition' argument 2 names different: declaration 'start' definition 'start_'.
openmsx-0.8.2/src/fdc/DiskPartition.cc:52:39: note: Function 'DiskPartition' argument 2 names different: declaration 'start' definition 'start_'.
openmsx-0.8.2/src/fdc/DriveMultiplexer.cc:8:47: style: Function 'DriveMultiplexer' argument 1 names different: declaration 'drive' definition 'drv'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:26:39: note: Function 'DriveMultiplexer' argument 1 names different: declaration 'drive' definition 'drv'.
openmsx-0.8.2/src/fdc/DriveMultiplexer.cc:8:47: note: Function 'DriveMultiplexer' argument 1 names different: declaration 'drive' definition 'drv'.
openmsx-0.8.2/src/fdc/DriveMultiplexer.cc:50:37: style: Function 'setSide' argument 1 names different: declaration 'side' definition 'side_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:35:28: note: Function 'setSide' argument 1 names different: declaration 'side' definition 'side_'.
openmsx-0.8.2/src/fdc/DriveMultiplexer.cc:50:37: note: Function 'setSide' argument 1 names different: declaration 'side' definition 'side_'.
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:31:15: style: The function 'isDiskInserted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:22:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:31:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:32:15: style: The function 'isWriteProtected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:32:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:33:15: style: The function 'isDoubleSided' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:30:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:33:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:34:15: style: The function 'isTrack00' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:34:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:34:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:35:15: style: The function 'setSide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:40:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:35:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:36:15: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:47:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:37:15: style: The function 'setMotor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:54:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:38:15: style: The function 'indexPulse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:59:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:38:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:39:14: style: The function 'indexPulseCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:66:14: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:39:14: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:41:18: style: The function 'getTimeTillSector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:77:18: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:41:18: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:42:18: style: The function 'getTimeTillIndexPulse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:84:18: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:42:18: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:43:15: style: The function 'setHeadLoaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:91:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:43:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:44:15: style: The function 'headLoaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:95:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:44:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:45:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:100:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:45:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:48:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:48:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:51:15: style: The function 'getSectorHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:106:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:51:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:52:15: style: The function 'getTrackHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:107:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:52:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:53:15: style: The function 'writeTrackData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:108:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:53:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:54:15: style: The function 'diskChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:112:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:54:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:55:15: style: The function 'peekDiskChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:55:15: note: Function in derived class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:56:15: style: The function 'isDummyDrive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:117:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/DriveMultiplexer.hh:56:15: note: Function in derived class
openmsx-0.8.2/src/fdc/EmptyDiskPatch.cc:9:54: style: Function 'EmptyDiskPatch' argument 1 names different: declaration 'disk' definition 'disk_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/EmptyDiskPatch.hh:15:48: note: Function 'EmptyDiskPatch' argument 1 names different: declaration 'disk' definition 'disk_'.
openmsx-0.8.2/src/fdc/EmptyDiskPatch.cc:9:54: note: Function 'EmptyDiskPatch' argument 1 names different: declaration 'disk' definition 'disk_'.
openmsx-0.8.2/src/fdc/RealDrive.hh:26:15: style: The function 'isDiskInserted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:22:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:27:15: style: The function 'isWriteProtected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:27:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:28:15: style: The function 'isDoubleSided' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:30:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:29:15: style: The function 'isTrack00' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:34:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:29:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:30:15: style: The function 'setSide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:40:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:30:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:31:15: style: The function 'step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:47:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:31:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:32:15: style: The function 'setMotor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:54:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:32:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:33:15: style: The function 'indexPulse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:59:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:33:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:34:14: style: The function 'indexPulseCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:66:14: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:34:14: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:36:18: style: The function 'getTimeTillSector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:77:18: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:36:18: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:37:18: style: The function 'getTimeTillIndexPulse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:84:18: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:37:18: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:38:15: style: The function 'setHeadLoaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:91:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:38:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:39:15: style: The function 'headLoaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:95:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:39:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:40:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:100:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:40:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:43:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:43:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:46:15: style: The function 'getSectorHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:106:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:46:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:47:15: style: The function 'getTrackHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:107:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:47:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:48:15: style: The function 'writeTrackData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:108:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:48:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:49:15: style: The function 'diskChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:112:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:49:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:50:15: style: The function 'peekDiskChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:50:15: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.hh:51:15: style: The function 'isDummyDrive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/DiskDrive.hh:117:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/RealDrive.hh:51:15: note: Function in derived class
openmsx-0.8.2/src/fdc/MSXtar.cc:157:38: style: Function 'MSXtar' argument 1 names different: declaration 'disk' definition 'sectordisk'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/MSXtar.hh:24:40: note: Function 'MSXtar' argument 1 names different: declaration 'disk' definition 'sectordisk'.
openmsx-0.8.2/src/fdc/MSXtar.cc:157:38: note: Function 'MSXtar' argument 1 names different: declaration 'disk' definition 'sectordisk'.
openmsx-0.8.2/src/fdc/MSXtar.cc:728:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmsx-0.8.2/src/fdc/MSXtar.cc:729:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmsx-0.8.2/src/fdc/MSXtar.cc:730:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmsx-0.8.2/src/fdc/MSXtar.cc:731:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmsx-0.8.2/src/fdc/MSXtar.cc:732:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openmsx-0.8.2/src/fdc/NationalFDC.hh:15:15: style: The function 'readMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/MSXFDC.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/NationalFDC.hh:15:15: note: Function in derived class
openmsx-0.8.2/src/fdc/NationalFDC.hh:16:15: style: The function 'peekMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/MSXFDC.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/NationalFDC.hh:16:15: note: Function in derived class
openmsx-0.8.2/src/fdc/NationalFDC.hh:18:22: style: The function 'getReadCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/MSXFDC.hh:20:22: note: Virtual function in base class
openmsx-0.8.2/src/fdc/NationalFDC.hh:18:22: note: Function in derived class
openmsx-0.8.2/src/fdc/NowindHost.cc:94:29: style: Function 'write' argument 1 names different: declaration 'value' definition 'data'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/NowindHost.hh:36:18: note: Function 'write' argument 1 names different: declaration 'value' definition 'data'.
openmsx-0.8.2/src/fdc/NowindHost.cc:94:29: note: Function 'write' argument 1 names different: declaration 'value' definition 'data'.
openmsx-0.8.2/src/fdc/NowindInterface.hh:26:15: warning: Virtual function 'reset' is called from constructor 'NowindInterface(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/fdc/NowindInterface.cc:60:2: note: Calling reset
openmsx-0.8.2/src/fdc/NowindInterface.hh:26:15: note: reset is a virtual method
openmsx-0.8.2/src/fdc/NowindRomDisk.hh:19:7: performance: Technically the member function 'openmsx::NowindRomDisk::serialize' can be static. [functionStatic]
openmsx-0.8.2/src/fdc/NowindRomDisk.cc:31:21: note: Technically the member function 'openmsx::NowindRomDisk::serialize' can be static.
openmsx-0.8.2/src/fdc/NowindRomDisk.hh:19:7: note: Technically the member function 'openmsx::NowindRomDisk::serialize' can be static.
openmsx-0.8.2/src/fdc/PhilipsFDC.hh:15:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/WD2793BasedFDC.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/PhilipsFDC.hh:15:15: note: Function in derived class
openmsx-0.8.2/src/fdc/PhilipsFDC.hh:16:15: style: The function 'readMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/MSXFDC.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/PhilipsFDC.hh:16:15: note: Function in derived class
openmsx-0.8.2/src/fdc/PhilipsFDC.hh:17:15: style: The function 'peekMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/MSXFDC.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/PhilipsFDC.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/fdc/PhilipsFDC.hh:19:22: style: The function 'getReadCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/MSXFDC.hh:20:22: note: Virtual function in base class
openmsx-0.8.2/src/fdc/PhilipsFDC.hh:19:22: note: Function in derived class
openmsx-0.8.2/src/fdc/RealDrive.cc:25:38: style: Function 'RealDrive' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/RealDrive.hh:22:28: note: Function 'RealDrive' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/fdc/RealDrive.cc:25:38: note: Function 'RealDrive' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/fdc/RealDrive.cc:103:30: style: Function 'setSide' argument 1 names different: declaration 'side' definition 'side_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/RealDrive.hh:30:28: note: Function 'setSide' argument 1 names different: declaration 'side' definition 'side_'.
openmsx-0.8.2/src/fdc/RealDrive.cc:103:30: note: Function 'setSide' argument 1 names different: declaration 'side' definition 'side_'.
openmsx-0.8.2/src/fdc/TC8566AF.cc:59:53: style: Function 'TC8566AF' argument 2 names different: declaration 'drive' definition 'drv'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/TC8566AF.hh:19:44: note: Function 'TC8566AF' argument 2 names different: declaration 'drive' definition 'drv'.
openmsx-0.8.2/src/fdc/TC8566AF.cc:59:53: note: Function 'TC8566AF' argument 2 names different: declaration 'drive' definition 'drv'.
openmsx-0.8.2/src/fdc/TurboRFDC.hh:20:15: warning: Virtual function 'reset' is called from constructor 'TurboRFDC(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 25. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/fdc/TurboRFDC.cc:25:2: note: Calling reset
openmsx-0.8.2/src/fdc/TurboRFDC.hh:20:15: note: reset is a virtual method
openmsx-0.8.2/src/fdc/TurboRFDC.hh:22:15: style: The function 'readMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/MSXFDC.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/TurboRFDC.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/fdc/TurboRFDC.hh:23:15: style: The function 'peekMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/MSXFDC.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/fdc/TurboRFDC.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/fdc/TurboRFDC.hh:25:22: style: The function 'getReadCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/fdc/MSXFDC.hh:20:22: note: Virtual function in base class
openmsx-0.8.2/src/fdc/TurboRFDC.hh:25:22: note: Function in derived class
openmsx-0.8.2/src/fdc/WD2793.cc:288:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openmsx-0.8.2/src/fdc/WD2793.cc:290:7: note: Found duplicate branches for 'if' and 'else'.
openmsx-0.8.2/src/fdc/WD2793.cc:288:5: note: Found duplicate branches for 'if' and 'else'.
openmsx-0.8.2/src/fdc/WD2793.cc:41:49: style: Function 'WD2793' argument 2 names different: declaration 'drive' definition 'drive_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/WD2793.hh:18:42: note: Function 'WD2793' argument 2 names different: declaration 'drive' definition 'drive_'.
openmsx-0.8.2/src/fdc/WD2793.cc:41:49: note: Function 'WD2793' argument 2 names different: declaration 'drive' definition 'drive_'.
openmsx-0.8.2/src/fdc/WD2793.cc:436:52: style: Function 'executeUntil' argument 2 names different: declaration 'state' definition 'userData'. [funcArgNamesDifferent]
openmsx-0.8.2/src/fdc/WD2793.hh:59:53: note: Function 'executeUntil' argument 2 names different: declaration 'state' definition 'userData'.
openmsx-0.8.2/src/fdc/WD2793.cc:436:52: note: Function 'executeUntil' argument 2 names different: declaration 'state' definition 'userData'.
openmsx-0.8.2/src/fdc/WD2793.cc:117:9: style: Boolean variable 'INTRQ' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openmsx-0.8.2/src/file/CompressedFileAdapter.cc:19:70: style: Function 'CompressedFileAdapter' argument 1 names different: declaration 'file' definition 'file_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:38:57: note: Function 'CompressedFileAdapter' argument 1 names different: declaration 'file' definition 'file_'.
openmsx-0.8.2/src/file/CompressedFileAdapter.cc:19:70: note: Function 'CompressedFileAdapter' argument 1 names different: declaration 'file' definition 'file_'.
openmsx-0.8.2/src/file/CompressedFileAdapter.cc:86:43: style: Function 'seek' argument 1 names different: declaration 'pos' definition 'newpos'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:28:29: note: Function 'seek' argument 1 names different: declaration 'pos' definition 'newpos'.
openmsx-0.8.2/src/file/CompressedFileAdapter.cc:86:43: note: Function 'seek' argument 1 names different: declaration 'pos' definition 'newpos'.
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:23:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:24:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:24:15: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:25:22: style: The function 'mmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:24:22: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:25:22: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:26:15: style: The function 'munmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:25:15: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:27:19: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:27:19: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:27:19: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:28:15: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:29:19: style: The function 'getPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:29:19: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:29:19: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:30:15: style: The function 'truncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:30:15: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:30:15: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:31:15: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:31:15: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:32:28: style: The function 'getURL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:33:28: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:32:28: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:33:28: style: The function 'getOriginalName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:35:28: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:33:28: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:34:15: style: The function 'isReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:36:15: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:34:15: note: Function in derived class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:35:17: style: The function 'getModificationDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:37:17: note: Virtual function in base class
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:35:17: note: Function in derived class
openmsx-0.8.2/src/file/File.cc:150:34: style: Function 'setFilePool' argument 1 names different: declaration 'filepool' definition 'filepool_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/File.hh:143:29: note: Function 'setFilePool' argument 1 names different: declaration 'filepool' definition 'filepool_'.
openmsx-0.8.2/src/file/File.cc:150:34: note: Function 'setFilePool' argument 1 names different: declaration 'filepool' definition 'filepool_'.
openmsx-0.8.2/src/file/LocalFile.hh:25:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/file/LocalFile.hh:25:15: note: Function in derived class
openmsx-0.8.2/src/file/LocalFile.hh:26:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/file/LocalFile.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/file/LocalFile.hh:31:19: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:27:19: note: Virtual function in base class
openmsx-0.8.2/src/file/LocalFile.hh:31:19: note: Function in derived class
openmsx-0.8.2/src/file/LocalFile.hh:32:15: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/file/LocalFile.hh:32:15: note: Function in derived class
openmsx-0.8.2/src/file/LocalFile.hh:33:19: style: The function 'getPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:29:19: note: Virtual function in base class
openmsx-0.8.2/src/file/LocalFile.hh:33:19: note: Function in derived class
openmsx-0.8.2/src/file/LocalFile.hh:37:15: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/file/LocalFile.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/file/LocalFile.hh:38:28: style: The function 'getURL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:33:28: note: Virtual function in base class
openmsx-0.8.2/src/file/LocalFile.hh:38:28: note: Function in derived class
openmsx-0.8.2/src/file/LocalFile.hh:39:28: style: The function 'getLocalReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:34:28: note: Virtual function in base class
openmsx-0.8.2/src/file/LocalFile.hh:39:28: note: Function in derived class
openmsx-0.8.2/src/file/LocalFile.hh:40:15: style: The function 'isReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:36:15: note: Virtual function in base class
openmsx-0.8.2/src/file/LocalFile.hh:40:15: note: Function in derived class
openmsx-0.8.2/src/file/LocalFile.hh:41:17: style: The function 'getModificationDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/FileBase.hh:37:17: note: Virtual function in base class
openmsx-0.8.2/src/file/LocalFile.hh:41:17: note: Function in derived class
openmsx-0.8.2/src/file/GZFileAdapter.hh:16:15: style: The function 'decompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:40:15: note: Virtual function in base class
openmsx-0.8.2/src/file/GZFileAdapter.hh:16:15: note: Function in derived class
openmsx-0.8.2/src/file/ZipFileAdapter.hh:16:15: style: The function 'decompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/file/CompressedFileAdapter.hh:40:15: note: Virtual function in base class
openmsx-0.8.2/src/file/ZipFileAdapter.hh:16:15: note: Function in derived class
openmsx-0.8.2/src/file/FileBase.cc:37:34: style: Function 'truncate' argument 1 names different: declaration 'size' definition 'newSize'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/FileBase.hh:30:33: note: Function 'truncate' argument 1 names different: declaration 'size' definition 'newSize'.
openmsx-0.8.2/src/file/FileBase.cc:37:34: note: Function 'truncate' argument 1 names different: declaration 'size' definition 'newSize'.
openmsx-0.8.2/src/file/FileBase.hh:25:15: warning: Virtual function 'munmap' is called from destructor '~FileBase()' at line 18. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/file/FileBase.cc:18:2: note: Calling munmap
openmsx-0.8.2/src/file/FileBase.hh:25:15: note: munmap is a virtual method
openmsx-0.8.2/src/file/FileOperations.cc:668:6: style: Condition '!result' is always true [knownConditionTrueFalse]
openmsx-0.8.2/src/file/FileOperations.cc:667:23: note: Assignment 'result=NULL', assigned value is 0
openmsx-0.8.2/src/file/FileOperations.cc:668:6: note: Condition '!result' is always true
openmsx-0.8.2/src/file/FilePool.cc:252:11: style: The scope of the variable 'time' can be reduced. [variableScope]
openmsx-0.8.2/src/file/FilePool.cc:60:39: style: Function 'FilePool' argument 1 names different: declaration 'controler' definition 'controller'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/FilePool.hh:29:30: note: Function 'FilePool' argument 1 names different: declaration 'controler' definition 'controller'.
openmsx-0.8.2/src/file/FilePool.cc:60:39: note: Function 'FilePool' argument 1 names different: declaration 'controler' definition 'controller'.
openmsx-0.8.2/src/file/FilePool.cc:60:69: style: Function 'FilePool' argument 2 names different: declaration 'distributor' definition 'distributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/FilePool.hh:29:59: note: Function 'FilePool' argument 2 names different: declaration 'distributor' definition 'distributor_'.
openmsx-0.8.2/src/file/FilePool.cc:60:69: note: Function 'FilePool' argument 2 names different: declaration 'distributor' definition 'distributor_'.
openmsx-0.8.2/src/file/GZFileAdapter.cc:17:54: style: Function 'GZFileAdapter' argument 1 names different: declaration 'file' definition 'file_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/GZFileAdapter.hh:13:49: note: Function 'GZFileAdapter' argument 1 names different: declaration 'file' definition 'file_'.
openmsx-0.8.2/src/file/GZFileAdapter.cc:17:54: note: Function 'GZFileAdapter' argument 1 names different: declaration 'file' definition 'file_'.
openmsx-0.8.2/src/file/LocalFile.cc:70:41: style: Function 'LocalFile' argument 1 names different: declaration 'filename' definition 'filename_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/LocalFile.hh:23:31: note: Function 'LocalFile' argument 1 names different: declaration 'filename' definition 'filename_'.
openmsx-0.8.2/src/file/LocalFile.cc:70:41: note: Function 'LocalFile' argument 1 names different: declaration 'filename' definition 'filename_'.
openmsx-0.8.2/src/file/LocalFileReference.cc:37:37: style: Function 'init' argument 1 names different: declaration 'url' definition 'file'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/LocalFileReference.hh:48:18: note: Function 'init' argument 1 names different: declaration 'url' definition 'file'.
openmsx-0.8.2/src/file/LocalFileReference.cc:37:37: note: Function 'init' argument 1 names different: declaration 'url' definition 'file'.
openmsx-0.8.2/src/file/PreCacheFile.cc:11:47: style: Function 'PreCacheFile' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/PreCacheFile.hh:22:43: note: Function 'PreCacheFile' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/file/PreCacheFile.cc:11:47: note: Function 'PreCacheFile' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/file/ZipFileAdapter.cc:9:56: style: Function 'ZipFileAdapter' argument 1 names different: declaration 'file' definition 'file_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/ZipFileAdapter.hh:13:50: note: Function 'ZipFileAdapter' argument 1 names different: declaration 'file' definition 'file_'.
openmsx-0.8.2/src/file/ZipFileAdapter.cc:9:56: note: Function 'ZipFileAdapter' argument 1 names different: declaration 'file' definition 'file_'.
openmsx-0.8.2/src/file/ZlibInflate.cc:12:38: style: Function 'ZlibInflate' argument 1 names different: declaration 'buffer' definition 'input'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/ZlibInflate.hh:17:26: note: Function 'ZlibInflate' argument 1 names different: declaration 'buffer' definition 'input'.
openmsx-0.8.2/src/file/ZlibInflate.cc:12:38: note: Function 'ZlibInflate' argument 1 names different: declaration 'buffer' definition 'input'.
openmsx-0.8.2/src/file/ZlibInflate.cc:12:54: style: Function 'ZlibInflate' argument 2 names different: declaration 'len' definition 'inputLen'. [funcArgNamesDifferent]
openmsx-0.8.2/src/file/ZlibInflate.hh:17:43: note: Function 'ZlibInflate' argument 2 names different: declaration 'len' definition 'inputLen'.
openmsx-0.8.2/src/file/ZlibInflate.cc:12:54: note: Function 'ZlibInflate' argument 2 names different: declaration 'len' definition 'inputLen'.
openmsx-0.8.2/src/ide/AbstractIDEDevice.cc:15:54: style: Function 'AbstractIDEDevice' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:40:45: note: Function 'AbstractIDEDevice' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ide/AbstractIDEDevice.cc:15:54: note: Function 'AbstractIDEDevice' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:164:7: performance: Technically the member function 'openmsx::AbstractIDEDevice::diagnostic' can be static. [functionStatic]
openmsx-0.8.2/src/ide/AbstractIDEDevice.cc:32:25: note: Technically the member function 'openmsx::AbstractIDEDevice::diagnostic' can be static.
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:164:7: note: Technically the member function 'openmsx::AbstractIDEDevice::diagnostic' can be static.
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:17:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/IDEDevice.hh:15:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:19:15: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/IDEDevice.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:20:15: style: The function 'readReg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/IDEDevice.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:22:15: style: The function 'writeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/IDEDevice.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:23:15: style: The function 'writeReg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/IDEDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/ide/CDImageCLI.cc:14:43: style: Function 'CDImageCLI' argument 1 names different: declaration 'cmdLineParser' definition 'commandLineParser'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/CDImageCLI.hh:16:41: note: Function 'CDImageCLI' argument 1 names different: declaration 'cmdLineParser' definition 'commandLineParser'.
openmsx-0.8.2/src/ide/CDImageCLI.cc:14:43: note: Function 'CDImageCLI' argument 1 names different: declaration 'cmdLineParser' definition 'commandLineParser'.
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:21:7: performance: Technically the member function 'openmsx::DummyIDEDevice::serialize' can be static. [functionStatic]
openmsx-0.8.2/src/ide/DummyIDEDevice.cc:35:22: note: Technically the member function 'openmsx::DummyIDEDevice::serialize' can be static.
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:21:7: note: Technically the member function 'openmsx::DummyIDEDevice::serialize' can be static.
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:14:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/IDEDevice.hh:15:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:14:15: note: Function in derived class
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:15:15: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/IDEDevice.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:15:15: note: Function in derived class
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:16:15: style: The function 'readReg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/IDEDevice.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:16:15: note: Function in derived class
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:17:15: style: The function 'writeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/IDEDevice.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:18:15: style: The function 'writeReg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/IDEDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummyIDEDevice.hh:18:15: note: Function in derived class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:28:7: performance: Technically the member function 'openmsx::DummySCSIDevice::serialize' can be static. [functionStatic]
openmsx-0.8.2/src/ide/DummySCSIDevice.cc:68:23: note: Technically the member function 'openmsx::DummySCSIDevice::serialize' can be static.
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:28:7: note: Technically the member function 'openmsx::DummySCSIDevice::serialize' can be static.
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:13:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:13:15: note: Function in derived class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:14:15: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:14:15: note: Function in derived class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:15:19: style: The function 'executeCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:30:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:15:19: note: Function in derived class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:17:19: style: The function 'executingCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:32:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:17:19: note: Function in derived class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:18:15: style: The function 'getStatusCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:33:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:18:15: note: Function in derived class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:19:14: style: The function 'msgOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:34:14: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:19:14: note: Function in derived class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:20:15: style: The function 'msgIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:35:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:21:15: style: The function 'disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:36:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:22:15: style: The function 'busReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:37:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:24:19: style: The function 'dataIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:39:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:24:19: note: Function in derived class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:25:19: style: The function 'dataOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:40:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/DummySCSIDevice.hh:25:19: note: Function in derived class
openmsx-0.8.2/src/ide/GoudaSCSI.hh:20:15: warning: Virtual function 'reset' is called from constructor 'GoudaSCSI(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 16. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/ide/GoudaSCSI.cc:16:2: note: Calling reset
openmsx-0.8.2/src/ide/GoudaSCSI.hh:20:15: note: reset is a virtual method
openmsx-0.8.2/src/ide/HD.cc:26:24: style: Function 'HD' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/HD.hh:24:21: note: Function 'HD' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ide/HD.cc:26:24: note: Function 'HD' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ide/HD.cc:128:38: style: Function 'switchImage' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/HD.hh:29:35: note: Function 'switchImage' argument 1 names different: declaration 'filename' definition 'name'.
openmsx-0.8.2/src/ide/HD.cc:128:38: note: Function 'switchImage' argument 1 names different: declaration 'filename' definition 'name'.
openmsx-0.8.2/src/ide/HDCommand.cc:23:48: style: Function 'HDCommand' argument 4 names different: declaration 'hd' definition 'hd_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/HDCommand.hh:24:38: note: Function 'HDCommand' argument 4 names different: declaration 'hd' definition 'hd_'.
openmsx-0.8.2/src/ide/HDCommand.cc:23:48: note: Function 'HDCommand' argument 4 names different: declaration 'hd' definition 'hd_'.
openmsx-0.8.2/src/ide/HDCommand.cc:24:38: style: Function 'HDCommand' argument 5 names different: declaration 'powerSetting' definition 'powerSetting_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/HDCommand.hh:24:58: note: Function 'HDCommand' argument 5 names different: declaration 'powerSetting' definition 'powerSetting_'.
openmsx-0.8.2/src/ide/HDCommand.cc:24:38: note: Function 'HDCommand' argument 5 names different: declaration 'powerSetting' definition 'powerSetting_'.
openmsx-0.8.2/src/ide/HDImageCLI.cc:14:43: style: Function 'HDImageCLI' argument 1 names different: declaration 'cmdLineParser' definition 'commandLineParser'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/HDImageCLI.hh:16:41: note: Function 'HDImageCLI' argument 1 names different: declaration 'cmdLineParser' definition 'commandLineParser'.
openmsx-0.8.2/src/ide/HDImageCLI.cc:14:43: note: Function 'HDImageCLI' argument 1 names different: declaration 'cmdLineParser' definition 'commandLineParser'.
openmsx-0.8.2/src/ide/IDECDROM.cc:42:36: style: Function 'IDECDROM' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/IDECDROM.hh:21:27: note: Function 'IDECDROM' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ide/IDECDROM.cc:42:36: note: Function 'IDECDROM' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ide/IDECDROM.cc:354:56: style: Function 'CDXCommand' argument 4 names different: declaration 'cd' definition 'cd_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/IDECDROM.cc:29:45: note: Function 'CDXCommand' argument 4 names different: declaration 'cd' definition 'cd_'.
openmsx-0.8.2/src/ide/IDECDROM.cc:354:56: note: Function 'CDXCommand' argument 4 names different: declaration 'cd' definition 'cd_'.
openmsx-0.8.2/src/ide/IDECDROM.hh:32:15: style: The function 'isPacketDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:46:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDECDROM.hh:32:15: note: Function in derived class
openmsx-0.8.2/src/ide/IDECDROM.hh:33:29: style: The function 'getDeviceName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:52:29: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDECDROM.hh:33:29: note: Function in derived class
openmsx-0.8.2/src/ide/IDECDROM.hh:34:15: style: The function 'fillIdentifyBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:59:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDECDROM.hh:34:15: note: Function in derived class
openmsx-0.8.2/src/ide/IDECDROM.hh:35:19: style: The function 'readBlockStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:70:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDECDROM.hh:35:19: note: Function in derived class
openmsx-0.8.2/src/ide/IDECDROM.hh:36:15: style: The function 'readEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:75:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDECDROM.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/ide/IDECDROM.hh:37:15: style: The function 'writeBlockComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:82:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDECDROM.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/ide/IDECDROM.hh:38:15: style: The function 'executeCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:88:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDECDROM.hh:38:15: note: Function in derived class
openmsx-0.8.2/src/ide/IDECDROM.cc:343:9: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
openmsx-0.8.2/src/ide/IDEHD.hh:28:15: style: The function 'isPacketDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:46:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDEHD.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/ide/IDEHD.hh:29:29: style: The function 'getDeviceName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:52:29: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDEHD.hh:29:29: note: Function in derived class
openmsx-0.8.2/src/ide/IDEHD.hh:30:15: style: The function 'fillIdentifyBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:59:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDEHD.hh:30:15: note: Function in derived class
openmsx-0.8.2/src/ide/IDEHD.hh:31:19: style: The function 'readBlockStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:70:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDEHD.hh:31:19: note: Function in derived class
openmsx-0.8.2/src/ide/IDEHD.hh:32:15: style: The function 'writeBlockComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:82:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDEHD.hh:32:15: note: Function in derived class
openmsx-0.8.2/src/ide/IDEHD.hh:33:15: style: The function 'executeCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/AbstractIDEDevice.hh:88:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/IDEHD.hh:33:15: note: Function in derived class
openmsx-0.8.2/src/ide/MB89352.cc:533:34: error: Array 'dev[8]' accessed at index 8, which is out of bounds. [arrayIndexOutOfBounds]
openmsx-0.8.2/src/ide/MB89352.cc:526:5: note: After for loop, targetId has value 8
openmsx-0.8.2/src/ide/MB89352.cc:533:34: note: Array index out of bounds
openmsx-0.8.2/src/ide/SCSIHD.hh:37:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSIHD.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSIHD.hh:38:15: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSIHD.hh:38:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSIHD.hh:39:19: style: The function 'executeCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:30:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSIHD.hh:39:19: note: Function in derived class
openmsx-0.8.2/src/ide/SCSIHD.hh:41:19: style: The function 'executingCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:32:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSIHD.hh:41:19: note: Function in derived class
openmsx-0.8.2/src/ide/SCSIHD.hh:42:15: style: The function 'getStatusCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:33:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSIHD.hh:42:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSIHD.hh:43:14: style: The function 'msgOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:34:14: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSIHD.hh:43:14: note: Function in derived class
openmsx-0.8.2/src/ide/SCSIHD.hh:44:15: style: The function 'msgIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:35:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSIHD.hh:44:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSIHD.hh:45:15: style: The function 'disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:36:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSIHD.hh:45:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSIHD.hh:46:15: style: The function 'busReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:37:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSIHD.hh:46:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSIHD.hh:48:19: style: The function 'dataIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:39:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSIHD.hh:48:19: note: Function in derived class
openmsx-0.8.2/src/ide/SCSIHD.hh:49:19: style: The function 'dataOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:40:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSIHD.hh:49:19: note: Function in derived class
openmsx-0.8.2/src/ide/SCSILS120.hh:54:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSILS120.hh:54:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSILS120.hh:55:15: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSILS120.hh:55:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSILS120.hh:56:19: style: The function 'executeCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:30:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSILS120.hh:56:19: note: Function in derived class
openmsx-0.8.2/src/ide/SCSILS120.hh:57:19: style: The function 'executingCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:32:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSILS120.hh:57:19: note: Function in derived class
openmsx-0.8.2/src/ide/SCSILS120.hh:58:15: style: The function 'getStatusCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:33:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSILS120.hh:58:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSILS120.hh:59:14: style: The function 'msgOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:34:14: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSILS120.hh:59:14: note: Function in derived class
openmsx-0.8.2/src/ide/SCSILS120.hh:60:15: style: The function 'msgIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:35:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSILS120.hh:60:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSILS120.hh:61:15: style: The function 'disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:36:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSILS120.hh:61:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSILS120.hh:62:15: style: The function 'busReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:37:15: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSILS120.hh:62:15: note: Function in derived class
openmsx-0.8.2/src/ide/SCSILS120.hh:66:19: style: The function 'dataIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:39:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSILS120.hh:66:19: note: Function in derived class
openmsx-0.8.2/src/ide/SCSILS120.hh:67:19: style: The function 'dataOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/ide/SCSIDevice.hh:40:19: note: Virtual function in base class
openmsx-0.8.2/src/ide/SCSILS120.hh:67:19: note: Function in derived class
openmsx-0.8.2/src/ide/MegaSCSI.cc:129:45: style: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/MegaSCSI.hh:25:44: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/ide/MegaSCSI.cc:129:45: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/ide/MegaSCSI.cc:164:40: style: Function 'getWriteCacheLine' argument 1 names different: declaration 'start' definition 'address'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/MegaSCSI.hh:26:39: note: Function 'getWriteCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/ide/MegaSCSI.cc:164:40: note: Function 'getWriteCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/ide/MegaSCSI.cc:72:11: warning: Member variable 'MegaSCSI::isWriteable' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/ide/SCSIHD.cc:70:32: style: Function 'SCSIHD' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/SCSIHD.hh:28:25: note: Function 'SCSIHD' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ide/SCSIHD.cc:70:32: note: Function 'SCSIHD' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ide/SCSIHD.cc:71:42: style: Function 'SCSIHD' argument 4 names different: declaration 'mode' definition 'mode_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/SCSIHD.hh:29:29: note: Function 'SCSIHD' argument 4 names different: declaration 'mode' definition 'mode_'.
openmsx-0.8.2/src/ide/SCSIHD.cc:71:42: note: Function 'SCSIHD' argument 4 names different: declaration 'mode' definition 'mode_'.
openmsx-0.8.2/src/ide/SCSIHD.cc:378:41: style: Function 'executeCmd' argument 1 names different: declaration 'cdb' definition 'cdb_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/SCSIHD.hh:39:42: note: Function 'executeCmd' argument 1 names different: declaration 'cdb' definition 'cdb_'.
openmsx-0.8.2/src/ide/SCSIHD.cc:378:41: note: Function 'executeCmd' argument 1 names different: declaration 'cdb' definition 'cdb_'.
openmsx-0.8.2/src/ide/SCSIHD.hh:37:15: warning: Virtual function 'reset' is called from constructor 'SCSIHD(MSXMotherBoard&motherBoard,const XMLElement&targetconfig,byte*const buf,int mode)' at line 78. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/ide/SCSIHD.cc:78:2: note: Calling reset
openmsx-0.8.2/src/ide/SCSIHD.hh:37:15: note: reset is a virtual method
openmsx-0.8.2/src/ide/SCSILS120.cc:109:38: style: Function 'SCSILS120' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/SCSILS120.hh:32:28: note: Function 'SCSILS120' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ide/SCSILS120.cc:109:38: note: Function 'SCSILS120' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/ide/SCSILS120.cc:110:29: style: Function 'SCSILS120' argument 4 names different: declaration 'mode' definition 'mode_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/SCSILS120.hh:33:38: note: Function 'SCSILS120' argument 4 names different: declaration 'mode' definition 'mode_'.
openmsx-0.8.2/src/ide/SCSILS120.cc:110:29: note: Function 'SCSILS120' argument 4 names different: declaration 'mode' definition 'mode_'.
openmsx-0.8.2/src/ide/SCSILS120.cc:541:44: style: Function 'executeCmd' argument 1 names different: declaration 'cdb' definition 'cdb_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/SCSILS120.hh:56:42: note: Function 'executeCmd' argument 1 names different: declaration 'cdb' definition 'cdb_'.
openmsx-0.8.2/src/ide/SCSILS120.cc:541:44: note: Function 'executeCmd' argument 1 names different: declaration 'cdb' definition 'cdb_'.
openmsx-0.8.2/src/ide/SCSILS120.cc:831:57: style: Function 'LSXCommand' argument 4 names different: declaration 'ls' definition 'ls_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/ide/SCSILS120.cc:97:46: note: Function 'LSXCommand' argument 4 names different: declaration 'ls' definition 'ls_'.
openmsx-0.8.2/src/ide/SCSILS120.cc:831:57: note: Function 'LSXCommand' argument 4 names different: declaration 'ls' definition 'ls_'.
openmsx-0.8.2/src/ide/SCSILS120.hh:54:15: warning: Virtual function 'reset' is called from constructor 'SCSILS120(MSXMotherBoard&motherBoard,const XMLElement&targetconfig,byte*const buf,int mode)' at line 139. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/ide/SCSILS120.cc:139:2: note: Calling reset
openmsx-0.8.2/src/ide/SCSILS120.hh:54:15: note: reset is a virtual method
openmsx-0.8.2/src/ide/SCSILS120.cc:532:9: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
openmsx-0.8.2/src/ide/SunriseIDE.hh:20:15: warning: Virtual function 'powerUp' is called from constructor 'SunriseIDE(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 24. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/ide/SunriseIDE.cc:24:2: note: Calling powerUp
openmsx-0.8.2/src/ide/SunriseIDE.hh:20:15: note: powerUp is a virtual method
openmsx-0.8.2/src/input/ArkanoidPad.cc:56:47: style: Function 'ArkanoidPad' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/ArkanoidPad.hh:20:44: note: Function 'ArkanoidPad' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/ArkanoidPad.cc:56:47: note: Function 'ArkanoidPad' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/ArkanoidPad.cc:57:50: style: Function 'ArkanoidPad' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/ArkanoidPad.hh:21:47: note: Function 'ArkanoidPad' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'.
openmsx-0.8.2/src/input/ArkanoidPad.cc:57:50: note: Function 'ArkanoidPad' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'.
openmsx-0.8.2/src/input/ArkanoidPad.cc:35:2: warning: Member variable 'ArkanoidState::delta' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/input/ArkanoidPad.cc:35:2: warning: Member variable 'ArkanoidState::press' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/input/ArkanoidPad.cc:35:2: warning: Member variable 'ArkanoidState::release' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/input/StateChange.hh:33:2: style: Class 'StateChange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/input/ArkanoidPad.hh:35:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/input/ArkanoidPad.hh:35:15: note: Function in derived class
openmsx-0.8.2/src/input/ArkanoidPad.hh:36:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/input/ArkanoidPad.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/input/ArkanoidPad.hh:39:15: style: The function 'signalEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/MSXEventListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/ArkanoidPad.hh:39:15: note: Function in derived class
openmsx-0.8.2/src/input/ArkanoidPad.hh:42:15: style: The function 'signalStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/ArkanoidPad.hh:42:15: note: Function in derived class
openmsx-0.8.2/src/input/ArkanoidPad.hh:43:15: style: The function 'stopReplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/input/ArkanoidPad.hh:43:15: note: Function in derived class
openmsx-0.8.2/src/input/DummyJoystick.hh:13:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/input/DummyJoystick.hh:13:15: note: Function in derived class
openmsx-0.8.2/src/input/DummyJoystick.hh:14:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/input/DummyJoystick.hh:14:15: note: Function in derived class
openmsx-0.8.2/src/input/EventDelay.cc:18:42: style: Function 'EventDelay' argument 3 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/EventDelay.hh:31:31: note: Function 'EventDelay' argument 3 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/EventDelay.cc:18:42: note: Function 'EventDelay' argument 3 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/EventDelay.cc:19:45: style: Function 'EventDelay' argument 4 names different: declaration 'msxEventDistributor' definition 'msxEventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/EventDelay.hh:32:34: note: Function 'EventDelay' argument 4 names different: declaration 'msxEventDistributor' definition 'msxEventDistributor_'.
openmsx-0.8.2/src/input/EventDelay.cc:19:45: note: Function 'EventDelay' argument 4 names different: declaration 'msxEventDistributor' definition 'msxEventDistributor_'.
openmsx-0.8.2/src/input/EventDelay.cc:80:38: style: Function 'sync' argument 1 names different: declaration 'time' definition 'curEmu'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/EventDelay.hh:36:27: note: Function 'sync' argument 1 names different: declaration 'time' definition 'curEmu'.
openmsx-0.8.2/src/input/EventDelay.cc:80:38: note: Function 'sync' argument 1 names different: declaration 'time' definition 'curEmu'.
openmsx-0.8.2/src/input/JoyMega.cc:87:39: style: Function 'JoyMega' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/JoyMega.hh:46:31: note: Function 'JoyMega' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/JoyMega.cc:87:39: note: Function 'JoyMega' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/JoyMega.cc:88:42: style: Function 'JoyMega' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/JoyMega.hh:47:35: note: Function 'JoyMega' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'.
openmsx-0.8.2/src/input/JoyMega.cc:88:42: note: Function 'JoyMega' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'.
openmsx-0.8.2/src/input/JoyMega.cc:89:32: style: Function 'JoyMega' argument 3 names different: declaration 'joystick' definition 'joystick_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/JoyMega.hh:48:25: note: Function 'JoyMega' argument 3 names different: declaration 'joystick' definition 'joystick_'.
openmsx-0.8.2/src/input/JoyMega.cc:89:32: note: Function 'JoyMega' argument 3 names different: declaration 'joystick' definition 'joystick_'.
openmsx-0.8.2/src/input/JoyMega.cc:87:10: warning: Member variable 'JoyMega::status' is not initialized in the constructor. [uninitMemberVarPrivate]
openmsx-0.8.2/src/input/JoyMega.cc:56:2: warning: Member variable 'JoyMegaState::joyNum' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/input/JoyMega.cc:56:2: warning: Member variable 'JoyMegaState::press' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/input/JoyMega.cc:56:2: warning: Member variable 'JoyMegaState::release' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/input/JoyMega.hh:36:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/input/JoyMega.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/input/JoyMega.hh:37:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/input/JoyMega.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/input/JoyMega.hh:57:15: style: The function 'signalEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/MSXEventListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/JoyMega.hh:57:15: note: Function in derived class
openmsx-0.8.2/src/input/JoyMega.hh:60:15: style: The function 'signalStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/JoyMega.hh:60:15: note: Function in derived class
openmsx-0.8.2/src/input/JoyMega.hh:61:15: style: The function 'stopReplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/input/JoyMega.hh:61:15: note: Function in derived class
openmsx-0.8.2/src/input/JoyTap.hh:36:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/input/JoyTap.hh:36:7: note: Function in derived class
openmsx-0.8.2/src/input/JoyTap.hh:37:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/input/JoyTap.hh:37:7: note: Function in derived class
openmsx-0.8.2/src/input/Joystick.cc:88:41: style: Function 'Joystick' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Joystick.hh:53:32: note: Function 'Joystick' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/Joystick.cc:88:41: note: Function 'Joystick' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/Joystick.cc:89:44: style: Function 'Joystick' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Joystick.hh:54:35: note: Function 'Joystick' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'.
openmsx-0.8.2/src/input/Joystick.cc:89:44: note: Function 'Joystick' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'.
openmsx-0.8.2/src/input/Joystick.cc:90:34: style: Function 'Joystick' argument 3 names different: declaration 'joystick' definition 'joystick_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Joystick.hh:55:25: note: Function 'Joystick' argument 3 names different: declaration 'joystick' definition 'joystick_'.
openmsx-0.8.2/src/input/Joystick.cc:90:34: note: Function 'Joystick' argument 3 names different: declaration 'joystick' definition 'joystick_'.
openmsx-0.8.2/src/input/Joystick.cc:58:2: warning: Member variable 'JoyState::joyNum' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/input/Joystick.hh:43:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Joystick.hh:43:15: note: Function in derived class
openmsx-0.8.2/src/input/Joystick.hh:44:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Joystick.hh:44:15: note: Function in derived class
openmsx-0.8.2/src/input/Joystick.hh:63:15: style: The function 'signalEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/MSXEventListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Joystick.hh:63:15: note: Function in derived class
openmsx-0.8.2/src/input/Joystick.hh:66:15: style: The function 'signalStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Joystick.hh:66:15: note: Function in derived class
openmsx-0.8.2/src/input/Joystick.hh:67:15: style: The function 'stopReplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Joystick.hh:67:15: note: Function in derived class
openmsx-0.8.2/src/input/KeyJoystick.hh:40:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/input/KeyJoystick.hh:40:15: note: Function in derived class
openmsx-0.8.2/src/input/KeyJoystick.hh:41:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/input/KeyJoystick.hh:41:15: note: Function in derived class
openmsx-0.8.2/src/input/KeyJoystick.hh:44:15: style: The function 'signalEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/MSXEventListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/KeyJoystick.hh:44:15: note: Function in derived class
openmsx-0.8.2/src/input/KeyJoystick.hh:47:15: style: The function 'signalStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/KeyJoystick.hh:47:15: note: Function in derived class
openmsx-0.8.2/src/input/KeyJoystick.hh:48:15: style: The function 'stopReplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/input/KeyJoystick.hh:48:15: note: Function in derived class
openmsx-0.8.2/src/input/Keyboard.cc:963:35: style: Function 'KeyMatrixUpCmd' argument 4 names different: declaration 'keyboard' definition 'keyboard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Keyboard.cc:53:49: note: Function 'KeyMatrixUpCmd' argument 4 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.cc:963:35: note: Function 'KeyMatrixUpCmd' argument 4 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.cc:987:35: style: Function 'KeyMatrixDownCmd' argument 4 names different: declaration 'keyboard' definition 'keyboard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Keyboard.cc:65:51: note: Function 'KeyMatrixDownCmd' argument 4 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.cc:987:35: note: Function 'KeyMatrixDownCmd' argument 4 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.cc:1009:68: style: Function 'MsxKeyEventQueue' argument 2 names different: declaration 'keyboard' definition 'keyboard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Keyboard.cc:75:51: note: Function 'MsxKeyEventQueue' argument 2 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.cc:1009:68: note: Function 'MsxKeyEventQueue' argument 2 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.cc:1064:35: style: Function 'KeyInserter' argument 4 names different: declaration 'keyboard' definition 'keyboard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Keyboard.cc:93:46: note: Function 'KeyInserter' argument 4 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.cc:1064:35: note: Function 'KeyInserter' argument 4 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.cc:1186:52: style: Function 'CapsLockAligner' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Keyboard.cc:121:36: note: Function 'CapsLockAligner' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/Keyboard.cc:1186:52: note: Function 'CapsLockAligner' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/Keyboard.cc:1187:55: style: Function 'CapsLockAligner' argument 2 names different: declaration 'msxEventDistributor' definition 'msxEventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Keyboard.cc:122:39: note: Function 'CapsLockAligner' argument 2 names different: declaration 'msxEventDistributor' definition 'msxEventDistributor_'.
openmsx-0.8.2/src/input/Keyboard.cc:1187:55: note: Function 'CapsLockAligner' argument 2 names different: declaration 'msxEventDistributor' definition 'msxEventDistributor_'.
openmsx-0.8.2/src/input/Keyboard.cc:1188:66: style: Function 'CapsLockAligner' argument 4 names different: declaration 'keyboard' definition 'keyboard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Keyboard.cc:123:50: note: Function 'CapsLockAligner' argument 4 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.cc:1188:66: note: Function 'CapsLockAligner' argument 4 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.cc:1276:71: style: Function 'KeybDebuggable' argument 2 names different: declaration 'keyboard' definition 'keyboard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Keyboard.cc:147:56: note: Function 'KeybDebuggable' argument 2 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.cc:1276:71: note: Function 'KeybDebuggable' argument 2 names different: declaration 'keyboard' definition 'keyboard_'.
openmsx-0.8.2/src/input/Keyboard.hh:78:15: style: The function 'signalEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/MSXEventListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Keyboard.hh:78:15: note: Function in derived class
openmsx-0.8.2/src/input/Keyboard.hh:81:15: style: The function 'signalStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Keyboard.hh:81:15: note: Function in derived class
openmsx-0.8.2/src/input/Keyboard.hh:82:15: style: The function 'stopReplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Keyboard.hh:82:15: note: Function in derived class
openmsx-0.8.2/src/input/RecordedCommand.hh:93:15: style: The function 'signalStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/RecordedCommand.hh:93:15: note: Function in derived class
openmsx-0.8.2/src/input/RecordedCommand.hh:94:15: style: The function 'stopReplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/input/RecordedCommand.hh:94:15: note: Function in derived class
openmsx-0.8.2/src/input/MagicKey.hh:20:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/input/MagicKey.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/input/MagicKey.hh:21:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/input/MagicKey.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/input/Mouse.cc:58:35: style: Function 'Mouse' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Mouse.hh:21:29: note: Function 'Mouse' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/Mouse.cc:58:35: note: Function 'Mouse' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/Mouse.cc:59:38: style: Function 'Mouse' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Mouse.hh:22:32: note: Function 'Mouse' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'.
openmsx-0.8.2/src/input/Mouse.cc:59:38: note: Function 'Mouse' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'.
openmsx-0.8.2/src/input/Mouse.cc:33:2: warning: Member variable 'MouseState::deltaX' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/input/Mouse.cc:33:2: warning: Member variable 'MouseState::deltaY' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/input/Mouse.cc:64:2: performance: Variable 'status' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmsx-0.8.2/src/input/Mouse.hh:36:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Mouse.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/input/Mouse.hh:37:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Mouse.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/input/Mouse.hh:40:15: style: The function 'signalEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/MSXEventListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Mouse.hh:40:15: note: Function in derived class
openmsx-0.8.2/src/input/Mouse.hh:43:15: style: The function 'signalStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Mouse.hh:43:15: note: Function in derived class
openmsx-0.8.2/src/input/Mouse.hh:44:15: style: The function 'stopReplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Mouse.hh:44:15: note: Function in derived class
openmsx-0.8.2/src/input/NinjaTap.cc:13:2: performance: Variable 'status' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmsx-0.8.2/src/input/NinjaTap.cc:14:2: performance: Variable 'previous' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmsx-0.8.2/src/input/NinjaTap.hh:17:28: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoyTap.hh:31:28: note: Virtual function in base class
openmsx-0.8.2/src/input/NinjaTap.hh:17:28: note: Function in derived class
openmsx-0.8.2/src/input/NinjaTap.hh:18:15: style: The function 'plugHelper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoyTap.hh:32:15: note: Virtual function in base class
openmsx-0.8.2/src/input/NinjaTap.hh:18:15: note: Function in derived class
openmsx-0.8.2/src/input/NinjaTap.hh:21:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/input/NinjaTap.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/input/NinjaTap.hh:22:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/input/NinjaTap.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/input/SETetrisDongle.cc:11:2: performance: Variable 'status' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmsx-0.8.2/src/input/SETetrisDongle.hh:22:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/input/SETetrisDongle.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/input/SETetrisDongle.hh:23:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/input/SETetrisDongle.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/input/StateChangeDistributor.cc:40:68: style: Function 'registerRecorder' argument 1 names different: declaration 'recorder' definition 'recorder_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/StateChangeDistributor.hh:38:47: note: Function 'registerRecorder' argument 1 names different: declaration 'recorder' definition 'recorder_'.
openmsx-0.8.2/src/input/StateChangeDistributor.cc:40:68: note: Function 'registerRecorder' argument 1 names different: declaration 'recorder' definition 'recorder_'.
openmsx-0.8.2/src/input/StateChangeDistributor.cc:46:70: style: Function 'unregisterRecorder' argument 1 names different: declaration 'recorder' definition 'recorder_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/StateChangeDistributor.hh:39:47: note: Function 'unregisterRecorder' argument 1 names different: declaration 'recorder' definition 'recorder_'.
openmsx-0.8.2/src/input/StateChangeDistributor.cc:46:70: note: Function 'unregisterRecorder' argument 1 names different: declaration 'recorder' definition 'recorder_'.
openmsx-0.8.2/src/input/Trackball.cc:55:43: style: Function 'Trackball' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Trackball.hh:19:33: note: Function 'Trackball' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/Trackball.cc:55:43: note: Function 'Trackball' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/input/Trackball.cc:56:46: style: Function 'Trackball' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/input/Trackball.hh:20:36: note: Function 'Trackball' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'.
openmsx-0.8.2/src/input/Trackball.cc:56:46: note: Function 'Trackball' argument 2 names different: declaration 'stateChangeDistributor' definition 'stateChangeDistributor_'.
openmsx-0.8.2/src/input/Trackball.cc:29:2: warning: Member variable 'TrackballState::deltaX' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/input/Trackball.cc:29:2: warning: Member variable 'TrackballState::deltaY' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/input/Trackball.hh:37:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Trackball.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/input/Trackball.hh:38:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/JoystickDevice.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Trackball.hh:38:15: note: Function in derived class
openmsx-0.8.2/src/input/Trackball.hh:41:15: style: The function 'signalEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/MSXEventListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Trackball.hh:41:15: note: Function in derived class
openmsx-0.8.2/src/input/Trackball.hh:44:15: style: The function 'signalStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Trackball.hh:44:15: note: Function in derived class
openmsx-0.8.2/src/input/Trackball.hh:45:15: style: The function 'stopReplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/input/StateChangeListener.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/input/Trackball.hh:45:15: note: Function in derived class
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:47:22: style: Function 'LaserdiscCommand' argument 1 names different: declaration 'commandController' definition 'commandController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:34:38: note: Function 'LaserdiscCommand' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:47:22: note: Function 'LaserdiscCommand' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:49:42: style: Function 'LaserdiscCommand' argument 4 names different: declaration 'laserdiscPlayer' definition 'laserdiscPlayer_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:37:22: note: Function 'LaserdiscCommand' argument 4 names different: declaration 'laserdiscPlayer' definition 'laserdiscPlayer_'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:49:42: note: Function 'LaserdiscCommand' argument 4 names different: declaration 'laserdiscPlayer' definition 'laserdiscPlayer_'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:107:19: style: Function 'LaserdiscPlayer' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.hh:35:34: note: Function 'LaserdiscPlayer' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:107:19: note: Function 'LaserdiscPlayer' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:107:51: style: Function 'LaserdiscPlayer' argument 2 names different: declaration 'ldcontrol' definition 'ldcontrol_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.hh:36:22: note: Function 'LaserdiscPlayer' argument 2 names different: declaration 'ldcontrol' definition 'ldcontrol_'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:107:51: note: Function 'LaserdiscPlayer' argument 2 names different: declaration 'ldcontrol' definition 'ldcontrol_'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:676:61: style: Function 'executeUntil' argument 2 names different: declaration 'userData' definition 'userdata'. [funcArgNamesDifferent]
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.hh:128:45: note: Function 'executeUntil' argument 2 names different: declaration 'userData' definition 'userdata'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:676:61: note: Function 'executeUntil' argument 2 names different: declaration 'userData' definition 'userdata'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:881:46: style: Function 'generateChannels' argument 1 names different: declaration 'bufs' definition 'buffers'. [funcArgNamesDifferent]
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.hh:123:38: note: Function 'generateChannels' argument 1 names different: declaration 'bufs' definition 'buffers'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:881:46: note: Function 'generateChannels' argument 1 names different: declaration 'bufs' definition 'buffers'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:1095:37: style: Function 'seekFrame' argument 1 names different: declaration 'frame' definition 'toframe'. [funcArgNamesDifferent]
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.hh:104:21: note: Function 'seekFrame' argument 1 names different: declaration 'frame' definition 'toframe'.
openmsx-0.8.2/src/laserdisc/LaserdiscPlayer.cc:1095:37: note: Function 'seekFrame' argument 1 names different: declaration 'frame' definition 'toframe'.
openmsx-0.8.2/src/laserdisc/OggReader.cc:22:57: style: Function 'OggReader' argument 2 names different: declaration 'cli' definition 'cli_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/laserdisc/OggReader.hh:43:47: note: Function 'OggReader' argument 2 names different: declaration 'cli' definition 'cli_'.
openmsx-0.8.2/src/laserdisc/OggReader.cc:22:57: note: Function 'OggReader' argument 2 names different: declaration 'cli' definition 'cli_'.
openmsx-0.8.2/src/laserdisc/OggReader.cc:604:38: style: Function 'getFrameNo' argument 1 names different: declaration 'frame' definition 'rawFrame'. [funcArgNamesDifferent]
openmsx-0.8.2/src/laserdisc/OggReader.hh:48:28: note: Function 'getFrameNo' argument 1 names different: declaration 'frame' definition 'rawFrame'.
openmsx-0.8.2/src/laserdisc/OggReader.cc:604:38: note: Function 'getFrameNo' argument 1 names different: declaration 'frame' definition 'rawFrame'.
openmsx-0.8.2/src/laserdisc/OggReader.cc:935:37: style: Function 'seek' argument 2 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
openmsx-0.8.2/src/laserdisc/OggReader.hh:46:27: note: Function 'seek' argument 2 names different: declaration 'sample' definition 'samples'.
openmsx-0.8.2/src/laserdisc/OggReader.cc:935:37: note: Function 'seek' argument 2 names different: declaration 'sample' definition 'samples'.
openmsx-0.8.2/src/laserdisc/PioneerLDControl.cc:164:48: style: Function 'getWriteCacheLine' argument 1 names different: declaration 'address' definition 'start'. [funcArgNamesDifferent]
openmsx-0.8.2/src/laserdisc/PioneerLDControl.hh:29:39: note: Function 'getWriteCacheLine' argument 1 names different: declaration 'address' definition 'start'.
openmsx-0.8.2/src/laserdisc/PioneerLDControl.cc:164:48: note: Function 'getWriteCacheLine' argument 1 names different: declaration 'address' definition 'start'.
openmsx-0.8.2/src/laserdisc/PioneerLDControl.hh:24:15: warning: Virtual function 'reset' is called from constructor 'PioneerLDControl(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/laserdisc/PioneerLDControl.cc:52:2: note: Calling reset
openmsx-0.8.2/src/laserdisc/PioneerLDControl.hh:24:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/ESE_RAM.cc:81:44: style: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/ESE_RAM.hh:23:44: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/ESE_RAM.cc:81:44: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/ESE_RAM.cc:106:39: style: Function 'getWriteCacheLine' argument 1 names different: declaration 'start' definition 'address'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/ESE_RAM.hh:24:39: note: Function 'getWriteCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/ESE_RAM.cc:106:39: note: Function 'getWriteCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/ESE_RAM.hh:19:15: warning: Virtual function 'reset' is called from constructor 'ESE_RAM(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/ESE_RAM.cc:54:2: note: Calling reset
openmsx-0.8.2/src/memory/ESE_RAM.hh:19:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/ESE_SCC.cc:205:44: style: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/ESE_SCC.hh:28:44: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/ESE_SCC.cc:205:44: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/MSXHBI55.hh:23:15: warning: Virtual function 'reset' is called from constructor 'MSXHBI55(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/MSXHBI55.cc:50:2: note: Calling reset
openmsx-0.8.2/src/memory/MSXHBI55.hh:23:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/MSXMapperIO.cc:112:53: style: Function 'MapperIODebuggable' argument 2 names different: declaration 'mapperIO' definition 'mapperIO_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/MSXMapperIO.cc:19:63: note: Function 'MapperIODebuggable' argument 2 names different: declaration 'mapperIO' definition 'mapperIO_'.
openmsx-0.8.2/src/memory/MSXMapperIO.cc:112:53: note: Function 'MapperIODebuggable' argument 2 names different: declaration 'mapperIO' definition 'mapperIO_'.
openmsx-0.8.2/src/memory/MSXMapperIO.hh:20:15: warning: Virtual function 'reset' is called from constructor 'MSXMapperIO(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/MSXMapperIO.cc:46:2: note: Calling reset
openmsx-0.8.2/src/memory/MSXMapperIO.hh:20:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/MSXMegaRam.hh:20:15: warning: Virtual function 'powerUp' is called from constructor 'MSXMegaRam(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/MSXMegaRam.cc:46:2: note: Calling powerUp
openmsx-0.8.2/src/memory/MSXMegaRam.hh:20:15: note: powerUp is a virtual method
openmsx-0.8.2/src/memory/MSXPac.hh:19:15: warning: Virtual function 'reset' is called from constructor 'MSXPac(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 17. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/MSXPac.cc:17:2: note: Calling reset
openmsx-0.8.2/src/memory/MSXPac.hh:19:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/MSXRam.cc:13:9: warning: Member variable 'MSXRam::base' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/memory/MSXRam.cc:13:9: warning: Member variable 'MSXRam::size' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/memory/MSXRom.cc:11:35: style: Function 'MSXRom' argument 3 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/MSXRom.hh:25:28: note: Function 'MSXRom' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/MSXRom.cc:11:35: note: Function 'MSXRom' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/MSXRomCLI.cc:15:41: style: Function 'MSXRomCLI' argument 1 names different: declaration 'cmdLineParser' definition 'cmdLineParser_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/MSXRomCLI.hh:15:40: note: Function 'MSXRomCLI' argument 1 names different: declaration 'cmdLineParser' definition 'cmdLineParser_'.
openmsx-0.8.2/src/memory/MSXRomCLI.cc:15:41: note: Function 'MSXRomCLI' argument 1 names different: declaration 'cmdLineParser' definition 'cmdLineParser_'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:349:24: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:30:22: style: Function 'MegaFlashRomSCCPlus' argument 3 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:20:22: note: Function 'MegaFlashRomSCCPlus' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:30:22: note: Function 'MegaFlashRomSCCPlus' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:94:51: style: Function 'getSubslot' argument 1 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:44:31: note: Function 'getSubslot' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:94:51: note: Function 'getSubslot' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:122:40: style: Function 'peekMem' argument 1 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:25:28: note: Function 'peekMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:122:40: note: Function 'peekMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:149:40: style: Function 'readMem' argument 1 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:26:28: note: Function 'readMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:149:40: note: Function 'readMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:176:56: style: Function 'getReadCacheLine' argument 1 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:27:44: note: Function 'getReadCacheLine' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:176:56: note: Function 'getReadCacheLine' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:204:41: style: Function 'writeMem' argument 1 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:28:29: note: Function 'writeMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:204:41: note: Function 'writeMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:23:15: warning: Virtual function 'powerUp' is called from constructor 'MegaFlashRomSCCPlus(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.cc:40:2: note: Calling powerUp
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:23:15: note: powerUp is a virtual method
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:28:15: style: The function 'writeMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:29:16: style: The function 'getWriteCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:19:16: note: Virtual function in base class
openmsx-0.8.2/src/memory/MegaFlashRomSCCPlus.hh:29:16: note: Function in derived class
openmsx-0.8.2/src/memory/PanasonicMemory.cc:34:40: style: Function 'registerRam' argument 1 names different: declaration 'ram' definition 'ram_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/PanasonicMemory.hh:27:24: note: Function 'registerRam' argument 1 names different: declaration 'ram' definition 'ram_'.
openmsx-0.8.2/src/memory/PanasonicMemory.cc:34:40: note: Function 'registerRam' argument 1 names different: declaration 'ram' definition 'ram_'.
openmsx-0.8.2/src/memory/PanasonicMemory.cc:101:36: style: Function 'setDRAM' argument 1 names different: declaration 'dram' definition 'dram_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/PanasonicMemory.hh:36:20: note: Function 'setDRAM' argument 1 names different: declaration 'dram' definition 'dram_'.
openmsx-0.8.2/src/memory/PanasonicMemory.cc:101:36: note: Function 'setDRAM' argument 1 names different: declaration 'dram' definition 'dram_'.
openmsx-0.8.2/src/memory/PanasonicMemory.cc:23:18: warning: Member variable 'PanasonicMemory::ramSize' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/memory/PanasonicRam.hh:17:15: style: The function 'writeMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXMemoryMapper.hh:24:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/PanasonicRam.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/memory/PanasonicRam.hh:18:16: style: The function 'getWriteCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXMemoryMapper.hh:26:16: note: Virtual function in base class
openmsx-0.8.2/src/memory/PanasonicRam.hh:18:16: note: Function in derived class
openmsx-0.8.2/src/memory/Ram.cc:52:67: style: Function 'RamDebuggable' argument 4 names different: declaration 'ram' definition 'ram_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/Ram.cc:14:53: note: Function 'RamDebuggable' argument 4 names different: declaration 'ram' definition 'ram_'.
openmsx-0.8.2/src/memory/Ram.cc:52:67: note: Function 'RamDebuggable' argument 4 names different: declaration 'ram' definition 'ram_'.
openmsx-0.8.2/src/memory/Rom.cc:360:40: style: Function 'RomDebuggable' argument 1 names different: declaration 'debugger' definition 'debugger_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/Rom.cc:34:26: note: Function 'RomDebuggable' argument 1 names different: declaration 'debugger' definition 'debugger_'.
openmsx-0.8.2/src/memory/Rom.cc:360:40: note: Function 'RomDebuggable' argument 1 names different: declaration 'debugger' definition 'debugger_'.
openmsx-0.8.2/src/memory/Rom.cc:360:56: style: Function 'RomDebuggable' argument 2 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/Rom.cc:34:41: note: Function 'RomDebuggable' argument 2 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/Rom.cc:360:56: note: Function 'RomDebuggable' argument 2 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomArc.hh:17:15: warning: Virtual function 'reset' is called from constructor 'RomArc(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 22. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomArc.cc:22:2: note: Calling reset
openmsx-0.8.2/src/memory/RomArc.hh:17:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomAscii16_2.cc:37:41: style: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomAscii16_2.hh:17:36: note: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'.
openmsx-0.8.2/src/memory/RomAscii16_2.cc:37:41: note: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'.
openmsx-0.8.2/src/memory/RomAscii16_2.hh:17:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/RomAscii16kB.hh:16:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomAscii16_2.hh:17:15: note: Function in derived class
openmsx-0.8.2/src/memory/RomAscii16_2.hh:20:15: style: The function 'writeMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/RomAscii16kB.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomAscii16_2.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/memory/RomAscii16_2.hh:21:16: style: The function 'getWriteCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/RomAscii16kB.hh:18:16: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomAscii16_2.hh:21:16: note: Function in derived class
openmsx-0.8.2/src/memory/RomAscii16kB.hh:16:15: warning: Virtual function 'reset' is called from constructor 'RomAscii16kB(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 24. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomAscii16kB.cc:24:2: note: Calling reset
openmsx-0.8.2/src/memory/RomAscii16kB.hh:16:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomAscii8_8.cc:27:22: style: Function 'RomAscii8_8' argument 3 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomAscii8_8.hh:15:33: note: Function 'RomAscii8_8' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomAscii8_8.cc:27:22: note: Function 'RomAscii8_8' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomAscii8_8.hh:18:15: warning: Virtual function 'reset' is called from constructor 'RomAscii8_8(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom,SubType subType)' at line 37. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomAscii8_8.cc:37:2: note: Calling reset
openmsx-0.8.2/src/memory/RomAscii8_8.hh:18:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomAscii8kB.hh:16:15: warning: Virtual function 'reset' is called from constructor 'RomAscii8kB(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 24. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomAscii8kB.cc:24:2: note: Calling reset
openmsx-0.8.2/src/memory/RomAscii8kB.hh:16:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomBlocks.cc:84:57: style: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomBlocks.hh:21:44: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/RomBlocks.cc:84:57: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/RomBlocks.cc:43:48: style: struct member 'int_::value' is never used. [unusedStructMember]
openmsx-0.8.2/src/memory/RomCrossBlaim.cc:34:42: style: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomCrossBlaim.hh:16:36: note: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'.
openmsx-0.8.2/src/memory/RomCrossBlaim.cc:34:42: note: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'.
openmsx-0.8.2/src/memory/RomCrossBlaim.hh:16:15: warning: Virtual function 'reset' is called from constructor 'RomCrossBlaim(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 31. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomCrossBlaim.cc:31:2: note: Calling reset
openmsx-0.8.2/src/memory/RomCrossBlaim.hh:16:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomDRAM.cc:34:44: style: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomDRAM.hh:19:44: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/RomDRAM.cc:34:44: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/RomDatabase.cc:273:51: style: Function 'SoftwareInfoTopic' argument 2 names different: declaration 'romDatabase' definition 'romDatabase_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomDatabase.cc:31:73: note: Function 'SoftwareInfoTopic' argument 2 names different: declaration 'romDatabase' definition 'romDatabase_'.
openmsx-0.8.2/src/memory/RomDatabase.cc:273:51: note: Function 'SoftwareInfoTopic' argument 2 names different: declaration 'romDatabase' definition 'romDatabase_'.
openmsx-0.8.2/src/memory/RomDooly.cc:18:2: performance: Variable 'conversion' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmsx-0.8.2/src/memory/RomDooly.hh:20:15: style: The function 'writeMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomDooly.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/memory/RomDooly.hh:21:16: style: The function 'getWriteCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:19:16: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomDooly.hh:21:16: note: Function in derived class
openmsx-0.8.2/src/memory/RomFSA1FM.cc:51:46: style: Function 'RomFSA1FMSram' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomFSA1FM.hh:18:32: note: Function 'RomFSA1FMSram' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/memory/RomFSA1FM.cc:51:46: note: Function 'RomFSA1FMSram' argument 1 names different: declaration 'motherBoard' definition 'motherBoard_'.
openmsx-0.8.2/src/memory/RomFSA1FM.cc:84:43: style: Function 'RomFSA1FM1' argument 3 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomFSA1FM.hh:29:32: note: Function 'RomFSA1FM1' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomFSA1FM.cc:84:43: note: Function 'RomFSA1FM1' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomFSA1FM.hh:54:15: warning: Virtual function 'reset' is called from constructor 'RomFSA1FM2(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 197. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomFSA1FM.cc:197:2: note: Calling reset
openmsx-0.8.2/src/memory/RomFSA1FM.hh:54:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomFSA1FM.hh:36:15: style: The function 'writeMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomFSA1FM.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/memory/RomFSA1FM.hh:38:16: style: The function 'getWriteCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:19:16: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomFSA1FM.hh:38:16: note: Function in derived class
openmsx-0.8.2/src/memory/RomPadial8kB.hh:16:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/RomAscii8kB.hh:16:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomPadial8kB.hh:16:15: note: Function in derived class
openmsx-0.8.2/src/memory/RomPadial16kB.hh:16:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/RomAscii16kB.hh:16:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomPadial16kB.hh:16:15: note: Function in derived class
openmsx-0.8.2/src/memory/RomMajutsushi.hh:19:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/RomKonami.hh:16:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomMajutsushi.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/memory/RomMajutsushi.hh:20:15: style: The function 'writeMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/RomKonami.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomMajutsushi.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/memory/RomMajutsushi.hh:21:16: style: The function 'getWriteCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/RomKonami.hh:18:16: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomMajutsushi.hh:21:16: note: Function in derived class
openmsx-0.8.2/src/memory/RomHolyQuran2.hh:21:15: style: The function 'writeMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomHolyQuran2.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/memory/RomHolyQuran2.hh:23:16: style: The function 'getWriteCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:19:16: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomHolyQuran2.hh:23:16: note: Function in derived class
openmsx-0.8.2/src/memory/RomManbow2.hh:28:15: style: The function 'writeMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomManbow2.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/memory/RomManbow2.hh:30:16: style: The function 'getWriteCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:19:16: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomManbow2.hh:30:16: note: Function in derived class
openmsx-0.8.2/src/memory/RomMatraInk.hh:25:15: style: The function 'writeMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomMatraInk.hh:25:15: note: Function in derived class
openmsx-0.8.2/src/memory/RomMatraInk.hh:27:16: style: The function 'getWriteCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/memory/MSXRom.hh:19:16: note: Virtual function in base class
openmsx-0.8.2/src/memory/RomMatraInk.hh:27:16: note: Function in derived class
openmsx-0.8.2/src/memory/RomGameMaster2.hh:17:15: warning: Virtual function 'reset' is called from constructor 'RomGameMaster2(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomGameMaster2.cc:54:2: note: Calling reset
openmsx-0.8.2/src/memory/RomGameMaster2.hh:17:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomGeneric16kB.hh:16:15: warning: Virtual function 'reset' is called from constructor 'RomGeneric16kB(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 14. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomGeneric16kB.cc:14:2: note: Calling reset
openmsx-0.8.2/src/memory/RomGeneric16kB.hh:16:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomGeneric8kB.hh:16:15: warning: Virtual function 'reset' is called from constructor 'RomGeneric8kB(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 14. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomGeneric8kB.cc:14:2: note: Calling reset
openmsx-0.8.2/src/memory/RomGeneric8kB.hh:16:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomHalnote.cc:38:43: style: Function 'RomHalnote' argument 3 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomHalnote.hh:14:32: note: Function 'RomHalnote' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomHalnote.cc:38:43: note: Function 'RomHalnote' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomHalnote.hh:17:15: warning: Virtual function 'reset' is called from constructor 'RomHalnote(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomHalnote.cc:46:2: note: Calling reset
openmsx-0.8.2/src/memory/RomHalnote.hh:17:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomHarryFox.hh:16:15: warning: Virtual function 'reset' is called from constructor 'RomHarryFox(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 22. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomHarryFox.cc:22:2: note: Calling reset
openmsx-0.8.2/src/memory/RomHarryFox.hh:16:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomHolyQuran.hh:16:15: warning: Virtual function 'reset' is called from constructor 'RomHolyQuran(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 19. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomHolyQuran.cc:19:2: note: Calling reset
openmsx-0.8.2/src/memory/RomHolyQuran.hh:16:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomHolyQuran2.cc:25:22: style: Function 'RomHolyQuran2' argument 3 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomHolyQuran2.hh:16:34: note: Function 'RomHolyQuran2' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomHolyQuran2.cc:25:22: note: Function 'RomHolyQuran2' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomHolyQuran2.cc:86:50: style: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomHolyQuran2.hh:22:44: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/RomHolyQuran2.cc:86:50: note: Function 'getReadCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/RomHolyQuran2.cc:95:45: style: Function 'getWriteCacheLine' argument 1 names different: declaration 'start' definition 'address'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomHolyQuran2.hh:23:39: note: Function 'getWriteCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/RomHolyQuran2.cc:95:45: note: Function 'getWriteCacheLine' argument 1 names different: declaration 'start' definition 'address'.
openmsx-0.8.2/src/memory/RomHolyQuran2.hh:18:15: warning: Virtual function 'reset' is called from constructor 'RomHolyQuran2(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomHolyQuran2.cc:43:2: note: Calling reset
openmsx-0.8.2/src/memory/RomHolyQuran2.hh:18:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomKonamiKeyboardMaster.hh:19:15: warning: Virtual function 'reset' is called from constructor 'RomKonamiKeyboardMaster(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 25. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomKonamiKeyboardMaster.cc:25:2: note: Calling reset
openmsx-0.8.2/src/memory/RomKonamiKeyboardMaster.hh:19:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomKonamiSCC.hh:19:15: warning: Virtual function 'powerUp' is called from constructor 'RomKonamiSCC(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 29. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomKonamiSCC.cc:29:2: note: Calling powerUp
openmsx-0.8.2/src/memory/RomKonamiSCC.hh:19:15: note: powerUp is a virtual method
openmsx-0.8.2/src/memory/RomMSXDOS2.cc:14:22: style: Function 'RomMSXDOS2' argument 3 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomMSXDOS2.hh:14:32: note: Function 'RomMSXDOS2' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomMSXDOS2.cc:14:22: note: Function 'RomMSXDOS2' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomMSXDOS2.hh:16:15: warning: Virtual function 'reset' is called from constructor 'RomMSXDOS2(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 21. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomMSXDOS2.cc:21:2: note: Calling reset
openmsx-0.8.2/src/memory/RomMSXDOS2.hh:16:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomManbow2.cc:33:43: style: Function 'RomManbow2' argument 3 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomManbow2.hh:21:32: note: Function 'RomManbow2' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomManbow2.cc:33:43: note: Function 'RomManbow2' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomManbow2.hh:24:15: warning: Virtual function 'powerUp' is called from constructor 'RomManbow2(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom,RomType type)' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomManbow2.cc:43:2: note: Calling powerUp
openmsx-0.8.2/src/memory/RomManbow2.hh:24:15: note: powerUp is a virtual method
openmsx-0.8.2/src/memory/RomMatraInk.cc:12:22: style: Function 'RomMatraInk' argument 3 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomMatraInk.hh:19:33: note: Function 'RomMatraInk' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomMatraInk.cc:12:22: note: Function 'RomMatraInk' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomMatraInk.hh:22:15: warning: Virtual function 'reset' is called from constructor 'RomMatraInk(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 18. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomMatraInk.cc:18:2: note: Calling reset
openmsx-0.8.2/src/memory/RomMatraInk.hh:22:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomNational.hh:17:15: warning: Virtual function 'reset' is called from constructor 'RomNational(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 16. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomNational.cc:16:2: note: Calling reset
openmsx-0.8.2/src/memory/RomNational.hh:17:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomNettouYakyuu.hh:18:15: warning: Virtual function 'reset' is called from constructor 'RomNettouYakyuu(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomNettouYakyuu.cc:58:2: note: Calling reset
openmsx-0.8.2/src/memory/RomNettouYakyuu.hh:18:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomPanasonic.cc:20:22: style: Function 'RomPanasonic' argument 3 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomPanasonic.hh:16:34: note: Function 'RomPanasonic' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomPanasonic.cc:20:22: note: Function 'RomPanasonic' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomPanasonic.hh:19:15: warning: Virtual function 'reset' is called from constructor 'RomPanasonic(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomPanasonic.cc:44:2: note: Calling reset
openmsx-0.8.2/src/memory/RomPanasonic.hh:19:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomPlain.cc:26:39: style: Function 'RomPlain' argument 3 names different: declaration 'rom' definition 'rom_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomPlain.hh:18:30: note: Function 'RomPlain' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomPlain.cc:26:39: note: Function 'RomPlain' argument 3 names different: declaration 'rom' definition 'rom_'.
openmsx-0.8.2/src/memory/RomPlayBall.hh:19:15: warning: Virtual function 'reset' is called from constructor 'RomPlayBall(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 23. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomPlayBall.cc:23:2: note: Calling reset
openmsx-0.8.2/src/memory/RomPlayBall.hh:19:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomRType.hh:16:15: warning: Virtual function 'reset' is called from constructor 'RomRType(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 23. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomRType.cc:23:2: note: Calling reset
openmsx-0.8.2/src/memory/RomRType.hh:16:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomSuperLodeRunner.hh:17:15: warning: Virtual function 'reset' is called from constructor 'RomSuperLodeRunner(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 18. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomSuperLodeRunner.cc:18:2: note: Calling reset
openmsx-0.8.2/src/memory/RomSuperLodeRunner.hh:17:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomSynthesizer.hh:19:15: warning: Virtual function 'reset' is called from constructor 'RomSynthesizer(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomSynthesizer.cc:42:2: note: Calling reset
openmsx-0.8.2/src/memory/RomSynthesizer.hh:19:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomZemina126in1.hh:16:15: warning: Virtual function 'reset' is called from constructor 'RomZemina126in1(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 22. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomZemina126in1.cc:22:2: note: Calling reset
openmsx-0.8.2/src/memory/RomZemina126in1.hh:16:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomZemina80in1.hh:16:15: warning: Virtual function 'reset' is called from constructor 'RomZemina80in1(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 23. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomZemina80in1.cc:23:2: note: Calling reset
openmsx-0.8.2/src/memory/RomZemina80in1.hh:16:15: note: reset is a virtual method
openmsx-0.8.2/src/memory/RomZemina90in1.cc:38:43: style: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'. [funcArgNamesDifferent]
openmsx-0.8.2/src/memory/RomZemina90in1.hh:17:36: note: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'.
openmsx-0.8.2/src/memory/RomZemina90in1.cc:38:43: note: Function 'reset' argument 1 names different: declaration 'time' definition 'dummy'.
openmsx-0.8.2/src/memory/RomZemina90in1.hh:17:15: warning: Virtual function 'reset' is called from constructor 'RomZemina90in1(MSXMotherBoard&motherBoard,const XMLElement&config,std::auto_ptr<Rom>rom)' at line 29. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/memory/RomZemina90in1.cc:29:2: note: Calling reset
openmsx-0.8.2/src/memory/RomZemina90in1.hh:17:15: note: reset is a virtual method
openmsx-0.8.2/src/serial/ClockPin.cc:11:60: style: Function 'ClockPin' argument 2 names different: declaration 'listener' definition 'listener_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/ClockPin.hh:26:60: note: Function 'ClockPin' argument 2 names different: declaration 'listener' definition 'listener_'.
openmsx-0.8.2/src/serial/ClockPin.cc:11:60: note: Function 'ClockPin' argument 2 names different: declaration 'listener' definition 'listener_'.
openmsx-0.8.2/src/serial/ClockPin.cc:18:30: style: Function 'setState' argument 1 names different: declaration 'status' definition 'newStatus'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/ClockPin.hh:29:21: note: Function 'setState' argument 1 names different: declaration 'status' definition 'newStatus'.
openmsx-0.8.2/src/serial/ClockPin.cc:18:30: note: Function 'setState' argument 1 names different: declaration 'status' definition 'newStatus'.
openmsx-0.8.2/src/serial/DummyMidiInDevice.hh:13:15: style: The function 'signal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/MidiInDevice.hh:16:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/DummyMidiInDevice.hh:13:15: note: Function in derived class
openmsx-0.8.2/src/serial/MidiOutDevice.hh:18:15: style: The function 'setDataBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MidiOutDevice.hh:18:15: note: Function in derived class
openmsx-0.8.2/src/serial/MidiOutDevice.hh:19:15: style: The function 'setStopBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MidiOutDevice.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/serial/MidiOutDevice.hh:20:15: style: The function 'setParityBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MidiOutDevice.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/serial/DummyMidiOutDevice.hh:14:15: style: The function 'recvByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/DummyMidiOutDevice.hh:14:15: note: Function in derived class
openmsx-0.8.2/src/serial/RS232Device.hh:21:15: style: The function 'setDataBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/RS232Device.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/serial/RS232Device.hh:22:15: style: The function 'setStopBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/RS232Device.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/serial/RS232Device.hh:23:15: style: The function 'setParityBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/RS232Device.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/serial/DummyRS232Device.hh:13:15: style: The function 'signal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/RS232Device.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/DummyRS232Device.hh:13:15: note: Function in derived class
openmsx-0.8.2/src/serial/DummyRS232Device.hh:19:15: style: The function 'recvByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/DummyRS232Device.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/serial/I8251.cc:55:52: style: Function 'I8251' argument 2 names different: declaration 'interf' definition 'interf_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/I8251.hh:30:46: note: Function 'I8251' argument 2 names different: declaration 'interf' definition 'interf_'.
openmsx-0.8.2/src/serial/I8251.cc:55:52: note: Function 'I8251' argument 2 names different: declaration 'interf' definition 'interf_'.
openmsx-0.8.2/src/serial/I8251.cc:156:26: style: Function 'setMode' argument 1 names different: declaration 'mode' definition 'value'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/I8251.hh:58:20: note: Function 'setMode' argument 1 names different: declaration 'mode' definition 'value'.
openmsx-0.8.2/src/serial/I8251.cc:156:26: note: Function 'setMode' argument 1 names different: declaration 'mode' definition 'value'.
openmsx-0.8.2/src/serial/I8251.hh:41:15: style: The function 'setDataBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/I8251.hh:41:15: note: Function in derived class
openmsx-0.8.2/src/serial/I8251.hh:42:15: style: The function 'setStopBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/I8251.hh:42:15: note: Function in derived class
openmsx-0.8.2/src/serial/I8251.hh:43:15: style: The function 'setParityBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/I8251.hh:43:15: note: Function in derived class
openmsx-0.8.2/src/serial/I8251.hh:44:15: style: The function 'recvByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/I8251.hh:44:15: note: Function in derived class
openmsx-0.8.2/src/serial/I8254.cc:164:30: style: Function 'setGate' argument 1 names different: declaration 'counter' definition 'cntr'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/I8254.hh:36:24: note: Function 'setGate' argument 1 names different: declaration 'counter' definition 'cntr'.
openmsx-0.8.2/src/serial/I8254.cc:164:30: note: Function 'setGate' argument 1 names different: declaration 'counter' definition 'cntr'.
openmsx-0.8.2/src/serial/I8254.cc:376:34: style: Function 'setGateStatus' argument 1 names different: declaration 'status' definition 'newStatus'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/I8254.cc:28:26: note: Function 'setGateStatus' argument 1 names different: declaration 'status' definition 'newStatus'.
openmsx-0.8.2/src/serial/I8254.cc:376:34: note: Function 'setGateStatus' argument 1 names different: declaration 'status' definition 'newStatus'.
openmsx-0.8.2/src/serial/I8254.cc:411:8: style: Boolean variable 'gate' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openmsx-0.8.2/src/serial/I8254.cc:192:2: performance: Variable 'counterLoad' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmsx-0.8.2/src/serial/MSXMidi.cc:233:49: style: Function 'MSXMidiI8251Interf' argument 1 names different: declaration 'midi' definition 'midi_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/MSXMidi.cc:40:39: note: Function 'MSXMidiI8251Interf' argument 1 names different: declaration 'midi' definition 'midi_'.
openmsx-0.8.2/src/serial/MSXMidi.cc:233:49: note: Function 'MSXMidiI8251Interf' argument 1 names different: declaration 'midi' definition 'midi_'.
openmsx-0.8.2/src/serial/MSXMidi.cc:295:43: style: Function 'MSXMidiCounter0' argument 1 names different: declaration 'midi' definition 'midi_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/MSXMidi.cc:18:36: note: Function 'MSXMidiCounter0' argument 1 names different: declaration 'midi' definition 'midi_'.
openmsx-0.8.2/src/serial/MSXMidi.cc:295:43: note: Function 'MSXMidiCounter0' argument 1 names different: declaration 'midi' definition 'midi_'.
openmsx-0.8.2/src/serial/MSXMidi.cc:323:43: style: Function 'MSXMidiCounter2' argument 1 names different: declaration 'midi' definition 'midi_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/MSXMidi.cc:29:36: note: Function 'MSXMidiCounter2' argument 1 names different: declaration 'midi' definition 'midi_'.
openmsx-0.8.2/src/serial/MSXMidi.cc:323:43: note: Function 'MSXMidiCounter2' argument 1 names different: declaration 'midi' definition 'midi_'.
openmsx-0.8.2/src/serial/MSXMidi.hh:26:15: warning: Virtual function 'reset' is called from constructor 'MSXMidi(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 81. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/serial/MSXMidi.cc:81:2: note: Calling reset
openmsx-0.8.2/src/serial/MSXMidi.hh:26:15: note: reset is a virtual method
openmsx-0.8.2/src/serial/MSXMidi.hh:32:15: style: The function 'ready' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/MidiInConnector.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.hh:32:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.hh:33:15: style: The function 'acceptsData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/MidiInConnector.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.hh:33:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.hh:34:15: style: The function 'setDataBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.hh:34:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.hh:35:15: style: The function 'setStopBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.hh:35:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.hh:36:15: style: The function 'setParityBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.hh:37:15: style: The function 'recvByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/serial/MidiOutConnector.hh:27:15: style: The function 'setDataBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MidiOutConnector.hh:27:15: note: Function in derived class
openmsx-0.8.2/src/serial/MidiOutConnector.hh:28:15: style: The function 'setStopBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MidiOutConnector.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/serial/MidiOutConnector.hh:29:15: style: The function 'setParityBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MidiOutConnector.hh:29:15: note: Function in derived class
openmsx-0.8.2/src/serial/MidiOutConnector.hh:30:15: style: The function 'recvByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MidiOutConnector.hh:30:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:20:15: style: The function 'signal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/ClockPin.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:20:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:21:15: style: The function 'signalPosEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/ClockPin.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:21:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:31:15: style: The function 'signal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/ClockPin.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:31:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:32:15: style: The function 'signalPosEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/ClockPin.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:32:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:42:15: style: The function 'setRxRDY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:42:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:43:15: style: The function 'setDTR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:43:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:44:15: style: The function 'setRTS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:44:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:45:15: style: The function 'getDSR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:22:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:45:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:46:15: style: The function 'getCTS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:23:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:46:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:47:15: style: The function 'setDataBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:47:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:48:15: style: The function 'setStopBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:48:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:49:15: style: The function 'setParityBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:49:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:50:15: style: The function 'recvByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:50:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXMidi.cc:51:15: style: The function 'signal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:24:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXMidi.cc:51:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:315:36: style: Function 'I8251Interf' argument 1 names different: declaration 'rs232' definition 'rs232_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/MSXRS232.cc:47:33: note: Function 'I8251Interf' argument 1 names different: declaration 'rs232' definition 'rs232_'.
openmsx-0.8.2/src/serial/MSXRS232.cc:315:36: note: Function 'I8251Interf' argument 1 names different: declaration 'rs232' definition 'rs232_'.
openmsx-0.8.2/src/serial/MSXRS232.cc:377:30: style: Function 'Counter0' argument 1 names different: declaration 'rs232' definition 'rs232_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/MSXRS232.cc:25:30: note: Function 'Counter0' argument 1 names different: declaration 'rs232' definition 'rs232_'.
openmsx-0.8.2/src/serial/MSXRS232.cc:377:30: note: Function 'Counter0' argument 1 names different: declaration 'rs232' definition 'rs232_'.
openmsx-0.8.2/src/serial/MSXRS232.cc:405:30: style: Function 'Counter1' argument 1 names different: declaration 'rs232' definition 'rs232_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/MSXRS232.cc:36:30: note: Function 'Counter1' argument 1 names different: declaration 'rs232' definition 'rs232_'.
openmsx-0.8.2/src/serial/MSXRS232.cc:405:30: note: Function 'Counter1' argument 1 names different: declaration 'rs232' definition 'rs232_'.
openmsx-0.8.2/src/serial/MSXRS232.hh:28:15: warning: Virtual function 'powerUp' is called from constructor 'MSXRS232(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 92. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/serial/MSXRS232.cc:92:2: note: Calling powerUp
openmsx-0.8.2/src/serial/MSXRS232.hh:28:15: note: powerUp is a virtual method
openmsx-0.8.2/src/serial/RS232Connector.hh:28:15: style: The function 'setDataBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/RS232Connector.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/serial/RS232Connector.hh:29:15: style: The function 'setStopBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/RS232Connector.hh:29:15: note: Function in derived class
openmsx-0.8.2/src/serial/RS232Connector.hh:30:15: style: The function 'setParityBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/RS232Connector.hh:30:15: note: Function in derived class
openmsx-0.8.2/src/serial/RS232Connector.hh:31:15: style: The function 'recvByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/RS232Connector.hh:31:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.hh:40:15: style: The function 'setDataBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/RS232Connector.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.hh:40:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.hh:41:15: style: The function 'setStopBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/RS232Connector.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.hh:41:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.hh:42:15: style: The function 'setParityBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/RS232Connector.hh:30:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.hh:42:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.hh:43:15: style: The function 'recvByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/RS232Connector.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.hh:43:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.hh:44:15: style: The function 'ready' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/RS232Connector.hh:32:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.hh:44:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.hh:45:15: style: The function 'acceptsData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/RS232Connector.hh:33:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.hh:45:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:27:15: style: The function 'signal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/ClockPin.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:27:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:28:15: style: The function 'signalPosEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/ClockPin.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:28:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:38:15: style: The function 'signal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/ClockPin.hh:17:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:38:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:39:15: style: The function 'signalPosEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/ClockPin.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:39:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:49:15: style: The function 'setRxRDY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:49:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:50:15: style: The function 'setDTR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:20:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:50:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:51:15: style: The function 'setRTS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:51:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:52:15: style: The function 'getDSR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:22:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:52:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:53:15: style: The function 'getCTS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:23:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:53:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:54:15: style: The function 'setDataBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:26:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:54:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:55:15: style: The function 'setStopBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:55:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:56:15: style: The function 'setParityBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:28:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:56:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:57:15: style: The function 'recvByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:57:15: note: Function in derived class
openmsx-0.8.2/src/serial/MSXRS232.cc:58:15: style: The function 'signal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/I8251.hh:24:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MSXRS232.cc:58:15: note: Function in derived class
openmsx-0.8.2/src/serial/MidiInReader.cc:126:9: warning: Return value of function queue.empty() is not used. [ignoredReturnValue]
openmsx-0.8.2/src/serial/MidiInReader.cc:20:46: style: Function 'MidiInReader' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/MidiInReader.hh:26:33: note: Function 'MidiInReader' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/serial/MidiInReader.cc:20:46: note: Function 'MidiInReader' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/serial/MidiInReader.cc:21:39: style: Function 'MidiInReader' argument 2 names different: declaration 'scheduler' definition 'scheduler_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/MidiInReader.hh:26:62: note: Function 'MidiInReader' argument 2 names different: declaration 'scheduler' definition 'scheduler_'.
openmsx-0.8.2/src/serial/MidiInReader.cc:21:39: note: Function 'MidiInReader' argument 2 names different: declaration 'scheduler' definition 'scheduler_'.
openmsx-0.8.2/src/serial/MidiInReader.cc:39:42: style: Function 'plugHelper' argument 1 names different: declaration 'connector' definition 'connector_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/MidiInReader.hh:31:37: note: Function 'plugHelper' argument 1 names different: declaration 'connector' definition 'connector_'.
openmsx-0.8.2/src/serial/MidiInReader.cc:39:42: note: Function 'plugHelper' argument 1 names different: declaration 'connector' definition 'connector_'.
openmsx-0.8.2/src/serial/MidiInReader.hh:37:15: style: The function 'signal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/MidiInDevice.hh:16:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MidiInReader.hh:37:15: note: Function in derived class
openmsx-0.8.2/src/serial/MidiInReader.cc:126:3: warning: Ineffective call of function 'empty()'. Did you intend to call 'clear()' instead? [uselessCallsEmpty]
openmsx-0.8.2/src/serial/MidiOutLogger.hh:28:15: style: The function 'recvByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/MidiOutLogger.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/serial/RS232Tester.cc:135:9: warning: Return value of function queue.empty() is not used. [ignoredReturnValue]
openmsx-0.8.2/src/serial/RS232Tester.cc:14:44: style: Function 'RS232Tester' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/RS232Tester.hh:27:32: note: Function 'RS232Tester' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/serial/RS232Tester.cc:14:44: note: Function 'RS232Tester' argument 1 names different: declaration 'eventDistributor' definition 'eventDistributor_'.
openmsx-0.8.2/src/serial/RS232Tester.cc:15:37: style: Function 'RS232Tester' argument 2 names different: declaration 'scheduler' definition 'scheduler_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/RS232Tester.hh:27:61: note: Function 'RS232Tester' argument 2 names different: declaration 'scheduler' definition 'scheduler_'.
openmsx-0.8.2/src/serial/RS232Tester.cc:15:37: note: Function 'RS232Tester' argument 2 names different: declaration 'scheduler' definition 'scheduler_'.
openmsx-0.8.2/src/serial/RS232Tester.cc:37:41: style: Function 'plugHelper' argument 1 names different: declaration 'connector' definition 'connector_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serial/RS232Tester.hh:32:37: note: Function 'plugHelper' argument 1 names different: declaration 'connector' definition 'connector_'.
openmsx-0.8.2/src/serial/RS232Tester.cc:37:41: note: Function 'plugHelper' argument 1 names different: declaration 'connector' definition 'connector_'.
openmsx-0.8.2/src/serial/RS232Tester.hh:38:15: style: The function 'signal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/RS232Device.hh:18:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/RS232Tester.hh:38:15: note: Function in derived class
openmsx-0.8.2/src/serial/RS232Tester.hh:41:15: style: The function 'recvByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/serial/SerialDataInterface.hh:29:15: note: Virtual function in base class
openmsx-0.8.2/src/serial/RS232Tester.hh:41:15: note: Function in derived class
openmsx-0.8.2/src/serial/RS232Tester.cc:135:3: warning: Ineffective call of function 'empty()'. Did you intend to call 'clear()' instead? [uselessCallsEmpty]
openmsx-0.8.2/src/serial/YM2148.cc:103:9: warning: Member variable 'YM2148::txPending' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/serial/YM2148.cc:103:9: warning: Member variable 'YM2148::rxPending' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/serial/YM2148.cc:103:9: warning: Member variable 'YM2148::rxHead' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/serial/YM2148.cc:103:9: warning: Member variable 'YM2148::charTime' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/serial/YM2148.cc:103:9: warning: Member variable 'YM2148::timeRecv' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/serial/YM2148.cc:103:9: warning: Member variable 'YM2148::timeTrans' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/serial/YM2148.hh:46:7: style: Unused private function: 'YM2148::midiInCallback' [unusedPrivateFunction]
openmsx-0.8.2/src/serial/YM2148.hh:47:7: style: Unused private function: 'YM2148::onRecv' [unusedPrivateFunction]
openmsx-0.8.2/src/serial/YM2148.hh:48:7: style: Unused private function: 'YM2148::onTrans' [unusedPrivateFunction]
openmsx-0.8.2/src/serialize.cc:87:12: style: Expression is always false because 'else if' condition matches previous condition at line 83. [multiCondition]
openmsx-0.8.2/src/serialize.cc:434:28: style: Technically the member function 'openmsx::ConditionalNegate < true >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize.cc:439:28: style: Technically the member function 'openmsx::ConditionalNegate < false >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:648:0: style: Technically the member function 'openmsx :: CollectionLoader < string >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:566:0: style: Technically the member function 'openmsx :: PointerLoader < string >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:460:0: style: Technically the member function 'openmsx :: EnumLoader < string >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:451:0: style: Technically the member function 'openmsx :: PrimitiveLoader < string >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:391:0: style: Technically the member function 'openmsx :: CollectionSaver < string >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:347:0: style: Technically the member function 'openmsx :: PointerSaver < string >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:300:0: style: Technically the member function 'openmsx :: ClassSaver < string >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:286:0: style: Technically the member function 'openmsx :: EnumSaver < string >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_core.hh:277:0: style: Technically the member function 'openmsx :: PrimitiveSaver < string >::operator()' can be const. [functionConst]
openmsx-0.8.2/src/serialize_constr.hh:37:0: performance: Technically the member function 'openmsx :: SerializeConstructorArgs < string >::save' can be static. [functionStatic]
openmsx-0.8.2/src/serialize_constr.hh:39:0: performance: Technically the member function 'openmsx :: SerializeConstructorArgs < string >::load' can be static. [functionStatic]
openmsx-0.8.2/src/serialize_meta.cc:93:14: style: Function 'registerHelper' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serialize_meta.hh:267:34: note: Function 'registerHelper' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/serialize_meta.cc:93:14: note: Function 'registerHelper' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/serialize_meta.cc:147:14: style: Function 'registerHelper' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/serialize_meta.hh:292:34: note: Function 'registerHelper' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/serialize_meta.cc:147:14: note: Function 'registerHelper' argument 1 names different: declaration 'name' definition 'name_'.
openmsx-0.8.2/src/settings/SettingImpl.hh:198:0: style: Function 'setChecker' argument 1 names different: declaration 'checker' definition 'checker_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/settings/SettingImpl.hh:74:0: note: Function 'setChecker' argument 1 names different: declaration 'checker' definition 'checker_'.
openmsx-0.8.2/src/settings/SettingImpl.hh:198:0: note: Function 'setChecker' argument 1 names different: declaration 'checker' definition 'checker_'.
openmsx-0.8.2/src/settings/SettingPolicy.hh:21:7: performance: Technically the member function 'openmsx::SettingPolicy::checkSetValue' can be static. [functionStatic]
openmsx-0.8.2/src/settings/SettingPolicy.hh:35:24: note: Technically the member function 'openmsx::SettingPolicy::checkSetValue' can be static.
openmsx-0.8.2/src/settings/SettingPolicy.hh:21:7: note: Technically the member function 'openmsx::SettingPolicy::checkSetValue' can be static.
openmsx-0.8.2/src/settings/SettingPolicy.hh:22:4: performance: Technically the member function 'openmsx::SettingPolicy::checkGetValue' can be static. [functionStatic]
openmsx-0.8.2/src/settings/SettingPolicy.hh:25:7: performance: Technically the member function 'openmsx::SettingPolicy::tabCompletion' can be static. [functionStatic]
openmsx-0.8.2/src/settings/SettingPolicy.hh:40:24: note: Technically the member function 'openmsx::SettingPolicy::tabCompletion' can be static.
openmsx-0.8.2/src/settings/SettingPolicy.hh:25:7: note: Technically the member function 'openmsx::SettingPolicy::tabCompletion' can be static.
openmsx-0.8.2/src/settings/SettingPolicy.hh:26:7: performance: Technically the member function 'openmsx::SettingPolicy::additionalInfo' can be static. [functionStatic]
openmsx-0.8.2/src/settings/SettingPolicy.hh:45:24: note: Technically the member function 'openmsx::SettingPolicy::additionalInfo' can be static.
openmsx-0.8.2/src/settings/SettingPolicy.hh:26:7: note: Technically the member function 'openmsx::SettingPolicy::additionalInfo' can be static.
openmsx-0.8.2/src/settings/SettingImpl.hh:198:62: style: Function 'setChecker' argument 1 names different: declaration 'checker' definition 'checker_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/settings/SettingImpl.hh:74:42: note: Function 'setChecker' argument 1 names different: declaration 'checker' definition 'checker_'.
openmsx-0.8.2/src/settings/SettingImpl.hh:198:62: note: Function 'setChecker' argument 1 names different: declaration 'checker' definition 'checker_'.
openmsx-0.8.2/src/settings/EnumSetting.hh:47:14: performance: Technically the member function 'openmsx::EnumSettingPolicy::getTypeString' can be static. [functionStatic]
openmsx-0.8.2/src/settings/EnumSetting.hh:124:35: note: Technically the member function 'openmsx::EnumSettingPolicy::getTypeString' can be static.
openmsx-0.8.2/src/settings/EnumSetting.hh:47:14: note: Technically the member function 'openmsx::EnumSettingPolicy::getTypeString' can be static.
openmsx-0.8.2/src/settings/EnumSetting.hh:40:2: style: Class 'EnumSettingPolicy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/settings/SettingImpl.hh:77:22: style: The function 'getTypeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:31:22: note: Virtual function in base class
openmsx-0.8.2/src/settings/SettingImpl.hh:77:22: note: Function in derived class
openmsx-0.8.2/src/settings/SettingImpl.hh:78:22: style: The function 'getValueString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:50:22: note: Virtual function in base class
openmsx-0.8.2/src/settings/SettingImpl.hh:78:22: note: Function in derived class
openmsx-0.8.2/src/settings/SettingImpl.hh:79:22: style: The function 'getDefaultValueString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:54:22: note: Virtual function in base class
openmsx-0.8.2/src/settings/SettingImpl.hh:79:22: note: Function in derived class
openmsx-0.8.2/src/settings/SettingImpl.hh:80:22: style: The function 'getRestoreValueString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:58:22: note: Virtual function in base class
openmsx-0.8.2/src/settings/SettingImpl.hh:80:22: note: Function in derived class
openmsx-0.8.2/src/settings/SettingImpl.hh:81:15: style: The function 'setValueStringDirect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:63:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/SettingImpl.hh:81:15: note: Function in derived class
openmsx-0.8.2/src/settings/SettingImpl.hh:82:15: style: The function 'restoreDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:67:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/SettingImpl.hh:82:15: note: Function in derived class
openmsx-0.8.2/src/settings/SettingImpl.hh:83:15: style: The function 'hasDefaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:71:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/SettingImpl.hh:83:15: note: Function in derived class
openmsx-0.8.2/src/settings/SettingImpl.hh:84:15: style: The function 'tabCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:78:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/SettingImpl.hh:84:15: note: Function in derived class
openmsx-0.8.2/src/settings/SettingImpl.hh:85:15: style: The function 'additionalInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/SettingImpl.hh:85:15: note: Function in derived class
openmsx-0.8.2/src/settings/SettingImpl.hh:89:15: style: The function 'setValueString2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/SettingImpl.hh:23:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/SettingImpl.hh:89:15: note: Function in derived class
openmsx-0.8.2/src/settings/EnumSetting.hh:51:15: style: The function 'checkSetValueBase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/EnumSetting.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/EnumSetting.hh:51:15: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:19:22: style: The function 'getTypeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:31:22: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:19:22: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:20:22: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:39:22: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:20:22: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:21:22: style: The function 'getValueString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:50:22: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:21:22: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:22:22: style: The function 'getDefaultValueString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:54:22: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:22:22: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:23:22: style: The function 'getRestoreValueString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:58:22: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:23:22: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:24:15: style: The function 'setValueStringDirect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:63:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:24:15: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:25:15: style: The function 'restoreDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:67:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:25:15: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:26:15: style: The function 'hasDefaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:71:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:26:15: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:27:15: style: The function 'tabCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:78:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:27:15: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:28:15: style: The function 'needLoadSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:82:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:29:15: style: The function 'setDontSaveValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:86:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:29:15: note: Function in derived class
openmsx-0.8.2/src/settings/ProxySetting.hh:30:15: style: The function 'additionalInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/settings/Setting.hh:103:15: note: Virtual function in base class
openmsx-0.8.2/src/settings/ProxySetting.hh:30:15: note: Function in derived class
openmsx-0.8.2/src/settings/Setting.cc:72:51: style: Function 'setDontSaveValue' argument 1 names different: declaration 'dontSaveValue' definition 'dontSaveValue_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/settings/Setting.hh:86:51: note: Function 'setDontSaveValue' argument 1 names different: declaration 'dontSaveValue' definition 'dontSaveValue_'.
openmsx-0.8.2/src/settings/Setting.cc:72:51: note: Function 'setDontSaveValue' argument 1 names different: declaration 'dontSaveValue' definition 'dontSaveValue_'.
openmsx-0.8.2/src/settings/SettingsManager.cc:156:43: style: Function 'SettingInfo' argument 2 names different: declaration 'manager' definition 'manager_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/settings/SettingsManager.cc:24:64: note: Function 'SettingInfo' argument 2 names different: declaration 'manager' definition 'manager_'.
openmsx-0.8.2/src/settings/SettingsManager.cc:156:43: note: Function 'SettingInfo' argument 2 names different: declaration 'manager' definition 'manager_'.
openmsx-0.8.2/src/settings/SettingsManager.cc:212:45: style: Function 'SetCompleter' argument 2 names different: declaration 'manager' definition 'manager_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/settings/SettingsManager.cc:37:32: note: Function 'SetCompleter' argument 2 names different: declaration 'manager' definition 'manager_'.
openmsx-0.8.2/src/settings/SettingsManager.cc:212:45: note: Function 'SetCompleter' argument 2 names different: declaration 'manager' definition 'manager_'.
openmsx-0.8.2/src/settings/SettingsManager.cc:255:58: style: Function 'SettingCompleter' argument 2 names different: declaration 'manager' definition 'manager_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/settings/SettingsManager.cc:48:36: note: Function 'SettingCompleter' argument 2 names different: declaration 'manager' definition 'manager_'.
openmsx-0.8.2/src/settings/SettingsManager.cc:255:58: note: Function 'SettingCompleter' argument 2 names different: declaration 'manager' definition 'manager_'.
openmsx-0.8.2/src/settings/UserSettings.cc:50:47: style: Function 'UserSettings' argument 1 names different: declaration 'commandController' definition 'commandController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/settings/UserSettings.hh:22:43: note: Function 'UserSettings' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/settings/UserSettings.cc:50:47: note: Function 'UserSettings' argument 1 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/settings/UserSettings.cc:101:54: style: Function 'UserSettingCommand' argument 1 names different: declaration 'userSettings' definition 'userSettings_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/settings/UserSettings.cc:25:35: note: Function 'UserSettingCommand' argument 1 names different: declaration 'userSettings' definition 'userSettings_'.
openmsx-0.8.2/src/settings/UserSettings.cc:101:54: note: Function 'UserSettingCommand' argument 1 names different: declaration 'userSettings' definition 'userSettings_'.
openmsx-0.8.2/src/sound/AY8910.cc:352:51: style: Function 'Envelope' argument 1 names different: declaration 'envVolTable' definition 'envVolTable_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/AY8910.hh:140:44: note: Function 'Envelope' argument 1 names different: declaration 'envVolTable' definition 'envVolTable_'.
openmsx-0.8.2/src/sound/AY8910.cc:352:51: note: Function 'Envelope' argument 1 names different: declaration 'envVolTable' definition 'envVolTable_'.
openmsx-0.8.2/src/sound/AY8910.cc:713:52: style: Function 'generateChannels' argument 2 names different: declaration 'num' definition 'length'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/AY8910.hh:167:53: note: Function 'generateChannels' argument 2 names different: declaration 'num' definition 'length'.
openmsx-0.8.2/src/sound/AY8910.cc:713:52: note: Function 'generateChannels' argument 2 names different: declaration 'num' definition 'length'.
openmsx-0.8.2/src/sound/AY8910.cc:1005:73: style: Function 'AY8910Debuggable' argument 2 names different: declaration 'ay8910' definition 'ay8910_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/AY8910.cc:35:56: note: Function 'AY8910Debuggable' argument 2 names different: declaration 'ay8910' definition 'ay8910_'.
openmsx-0.8.2/src/sound/AY8910.cc:1005:73: note: Function 'AY8910Debuggable' argument 2 names different: declaration 'ay8910' definition 'ay8910_'.
openmsx-0.8.2/src/sound/AY8910.cc:95:20: warning: Member variable 'Generator::period' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/sound/ResampledSoundDevice.hh:35:15: style: The function 'setOutputRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:93:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/ResampledSoundDevice.hh:35:15: note: Function in derived class
openmsx-0.8.2/src/sound/ResampledSoundDevice.hh:36:15: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/ResampledSoundDevice.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/sound/AY8910.hh:167:15: style: The function 'generateChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:130:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/AY8910.hh:167:15: note: Function in derived class
openmsx-0.8.2/src/sound/DummyAudioInputDevice.hh:16:16: style: The function 'readSample' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/AudioInputDevice.hh:16:16: note: Virtual function in base class
openmsx-0.8.2/src/sound/DummyAudioInputDevice.hh:16:16: note: Function in derived class
openmsx-0.8.2/src/sound/DACSound16S.hh:28:15: style: The function 'setOutputRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:93:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/DACSound16S.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/sound/DACSound16S.hh:29:15: style: The function 'generateChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:130:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/DACSound16S.hh:29:15: note: Function in derived class
openmsx-0.8.2/src/sound/DACSound16S.hh:30:15: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:113:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/DACSound16S.hh:30:15: note: Function in derived class
openmsx-0.8.2/src/sound/DummyY8950KeyboardDevice.hh:13:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/Y8950KeyboardDevice.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/DummyY8950KeyboardDevice.hh:13:15: note: Function in derived class
openmsx-0.8.2/src/sound/DummyY8950KeyboardDevice.hh:14:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/Y8950KeyboardDevice.hh:30:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/DummyY8950KeyboardDevice.hh:14:15: note: Function in derived class
openmsx-0.8.2/src/sound/EmuTimer.cc:51:60: style: Function 'EmuTimer' argument 2 names different: declaration 'cb' definition 'cb_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/EmuTimer.hh:45:51: note: Function 'EmuTimer' argument 2 names different: declaration 'cb' definition 'cb_'.
openmsx-0.8.2/src/sound/EmuTimer.cc:51:60: note: Function 'EmuTimer' argument 2 names different: declaration 'cb' definition 'cb_'.
openmsx-0.8.2/src/sound/EmuTimer.cc:52:25: style: Function 'EmuTimer' argument 3 names different: declaration 'flag' definition 'flag_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/EmuTimer.hh:46:16: note: Function 'EmuTimer' argument 3 names different: declaration 'flag' definition 'flag_'.
openmsx-0.8.2/src/sound/EmuTimer.cc:52:25: note: Function 'EmuTimer' argument 3 names different: declaration 'flag' definition 'flag_'.
openmsx-0.8.2/src/sound/EmuTimer.cc:53:29: style: Function 'EmuTimer' argument 6 names different: declaration 'maxval' definition 'maxval_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/EmuTimer.hh:47:20: note: Function 'EmuTimer' argument 6 names different: declaration 'maxval' definition 'maxval_'.
openmsx-0.8.2/src/sound/EmuTimer.cc:53:29: note: Function 'EmuTimer' argument 6 names different: declaration 'maxval' definition 'maxval_'.
openmsx-0.8.2/src/sound/KeyClick.cc:23:30: style: Function 'setClick' argument 1 names different: declaration 'status' definition 'newStatus'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/KeyClick.hh:23:21: note: Function 'setClick' argument 1 names different: declaration 'status' definition 'newStatus'.
openmsx-0.8.2/src/sound/KeyClick.cc:23:30: note: Function 'setClick' argument 1 names different: declaration 'status' definition 'newStatus'.
openmsx-0.8.2/src/sound/LibAOSoundDriver.cc:13:45: style: Function 'LibAOSoundDriver' argument 1 names different: declaration 'sampleRate' definition 'sampleRate_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:18:28: note: Function 'LibAOSoundDriver' argument 1 names different: declaration 'sampleRate' definition 'sampleRate_'.
openmsx-0.8.2/src/sound/LibAOSoundDriver.cc:13:45: note: Function 'LibAOSoundDriver' argument 1 names different: declaration 'sampleRate' definition 'sampleRate_'.
openmsx-0.8.2/src/sound/LibAOSoundDriver.cc:13:67: style: Function 'LibAOSoundDriver' argument 2 names different: declaration 'bufferSize' definition 'bufferSize_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:18:49: note: Function 'LibAOSoundDriver' argument 2 names different: declaration 'bufferSize' definition 'bufferSize_'.
openmsx-0.8.2/src/sound/LibAOSoundDriver.cc:13:67: note: Function 'LibAOSoundDriver' argument 2 names different: declaration 'bufferSize' definition 'bufferSize_'.
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:21:15: style: The function 'mute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:15:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:22:15: style: The function 'unmute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:24:19: style: The function 'getFrequency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:24:19: note: Virtual function in base class
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:24:19: note: Function in derived class
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:25:19: style: The function 'getSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:29:19: note: Virtual function in base class
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:25:19: note: Function in derived class
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:27:15: style: The function 'uploadBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/LibAOSoundDriver.hh:27:15: note: Function in derived class
openmsx-0.8.2/src/sound/MSXAudio.hh:27:15: warning: Virtual function 'powerUp' is called from constructor 'MSXAudio(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/sound/MSXAudio.cc:33:2: note: Calling powerUp
openmsx-0.8.2/src/sound/MSXAudio.hh:27:15: note: powerUp is a virtual method
openmsx-0.8.2/src/sound/MSXFmPac.cc:13:11: warning: Member variable 'MSXFmPac::sramEnabled' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/sound/MSXFmPac.hh:20:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/MSXMusic.hh:21:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/MSXFmPac.hh:20:15: note: Function in derived class
openmsx-0.8.2/src/sound/MSXFmPac.hh:21:15: style: The function 'writeIO' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/MSXMusic.hh:22:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/MSXFmPac.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/sound/MSXFmPac.hh:22:15: style: The function 'readMem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/MSXMusic.hh:23:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/MSXFmPac.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/sound/MSXFmPac.hh:24:22: style: The function 'getReadCacheLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/MSXMusic.hh:24:22: note: Virtual function in base class
openmsx-0.8.2/src/sound/MSXFmPac.hh:24:22: note: Function in derived class
openmsx-0.8.2/src/sound/MSXMixer.cc:48:27: style: Function 'MSXMixer' argument 1 names different: declaration 'mixer' definition 'mixer_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/MSXMixer.hh:34:18: note: Function 'MSXMixer' argument 1 names different: declaration 'mixer' definition 'mixer_'.
openmsx-0.8.2/src/sound/MSXMixer.cc:48:27: note: Function 'MSXMixer' argument 1 names different: declaration 'mixer' definition 'mixer_'.
openmsx-0.8.2/src/sound/MSXMixer.cc:49:42: style: Function 'MSXMixer' argument 3 names different: declaration 'msxCommandController' definition 'msxCommandController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/MSXMixer.hh:35:33: note: Function 'MSXMixer' argument 3 names different: declaration 'msxCommandController' definition 'msxCommandController_'.
openmsx-0.8.2/src/sound/MSXMixer.cc:49:42: note: Function 'MSXMixer' argument 3 names different: declaration 'msxCommandController' definition 'msxCommandController_'.
openmsx-0.8.2/src/sound/MSXMixer.cc:199:32: style: Function 'generate' argument 1 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/MSXMixer.hh:129:23: note: Function 'generate' argument 1 names different: declaration 'buffer' definition 'output'.
openmsx-0.8.2/src/sound/MSXMixer.cc:199:32: note: Function 'generate' argument 1 names different: declaration 'buffer' definition 'output'.
openmsx-0.8.2/src/sound/MSXMixer.cc:526:40: style: Function 'setMixerParams' argument 1 names different: declaration 'fragmentSize' definition 'newFragmentSize'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/MSXMixer.hh:87:31: note: Function 'setMixerParams' argument 1 names different: declaration 'fragmentSize' definition 'newFragmentSize'.
openmsx-0.8.2/src/sound/MSXMixer.cc:526:40: note: Function 'setMixerParams' argument 1 names different: declaration 'fragmentSize' definition 'newFragmentSize'.
openmsx-0.8.2/src/sound/MSXMixer.cc:526:66: style: Function 'setMixerParams' argument 2 names different: declaration 'sampleRate' definition 'newSampleRate'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/MSXMixer.hh:87:54: note: Function 'setMixerParams' argument 2 names different: declaration 'sampleRate' definition 'newSampleRate'.
openmsx-0.8.2/src/sound/MSXMixer.cc:526:66: note: Function 'setMixerParams' argument 2 names different: declaration 'sampleRate' definition 'newSampleRate'.
openmsx-0.8.2/src/sound/MSXMixer.cc:546:41: style: Function 'setRecorder' argument 1 names different: declaration 'recorder' definition 'newRecorder'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/MSXMixer.hh:102:32: note: Function 'setRecorder' argument 1 names different: declaration 'recorder' definition 'newRecorder'.
openmsx-0.8.2/src/sound/MSXMixer.cc:546:41: note: Function 'setRecorder' argument 1 names different: declaration 'recorder' definition 'newRecorder'.
openmsx-0.8.2/src/sound/MSXMixer.cc:700:46: style: Function 'SoundDeviceInfoTopic' argument 2 names different: declaration 'mixer' definition 'mixer_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/MSXMixer.cc:38:66: note: Function 'SoundDeviceInfoTopic' argument 2 names different: declaration 'mixer' definition 'mixer_'.
openmsx-0.8.2/src/sound/MSXMixer.cc:700:46: note: Function 'SoundDeviceInfoTopic' argument 2 names different: declaration 'mixer' definition 'mixer_'.
openmsx-0.8.2/src/sound/MSXMixer.cc:125:19: error: Uninitialized struct member: info.left1 [uninitStructMember]
openmsx-0.8.2/src/sound/MSXMixer.cc:125:19: error: Uninitialized struct member: info.right1 [uninitStructMember]
openmsx-0.8.2/src/sound/MSXMixer.cc:125:19: error: Uninitialized struct member: info.left2 [uninitStructMember]
openmsx-0.8.2/src/sound/MSXMixer.cc:125:19: error: Uninitialized struct member: info.right2 [uninitStructMember]
openmsx-0.8.2/src/sound/MSXMoonSound.hh:21:15: warning: Virtual function 'powerUp' is called from constructor 'MSXMoonSound(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/sound/MSXMoonSound.cc:63:2: note: Calling powerUp
openmsx-0.8.2/src/sound/MSXMoonSound.hh:21:15: note: powerUp is a virtual method
openmsx-0.8.2/src/sound/MSXMusic.hh:21:15: warning: Virtual function 'reset' is called from constructor 'MSXMusic(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 15. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/sound/MSXMusic.cc:15:2: note: Calling reset
openmsx-0.8.2/src/sound/MSXMusic.hh:21:15: note: reset is a virtual method
openmsx-0.8.2/src/sound/YM2413.hh:34:15: style: The function 'generateChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:130:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/YM2413.hh:34:15: note: Function in derived class
openmsx-0.8.2/src/sound/YM2413.hh:35:14: style: The function 'getAmplificationFactor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:49:14: note: Virtual function in base class
openmsx-0.8.2/src/sound/YM2413.hh:35:14: note: Function in derived class
openmsx-0.8.2/src/sound/MSXOPL3Cartridge.hh:19:15: warning: Virtual function 'reset' is called from constructor 'MSXOPL3Cartridge(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 15. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/sound/MSXOPL3Cartridge.cc:15:2: note: Calling reset
openmsx-0.8.2/src/sound/MSXOPL3Cartridge.hh:19:15: note: reset is a virtual method
openmsx-0.8.2/src/sound/MSXPSG.cc:121:75: style: Function 'JoyPortDebuggable' argument 2 names different: declaration 'psg' definition 'psg_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/MSXPSG.cc:19:57: note: Function 'JoyPortDebuggable' argument 2 names different: declaration 'psg' definition 'psg_'.
openmsx-0.8.2/src/sound/MSXPSG.cc:121:75: note: Function 'JoyPortDebuggable' argument 2 names different: declaration 'psg' definition 'psg_'.
openmsx-0.8.2/src/sound/MSXPSG.hh:24:15: warning: Virtual function 'reset' is called from constructor 'MSXPSG(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/sound/MSXPSG.cc:44:2: note: Calling reset
openmsx-0.8.2/src/sound/MSXPSG.hh:24:15: note: reset is a virtual method
openmsx-0.8.2/src/sound/MSXPSG.hh:25:15: warning: Virtual function 'powerDown' is called from destructor '~MSXPSG()' at line 49. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/sound/MSXPSG.cc:49:2: note: Calling powerDown
openmsx-0.8.2/src/sound/MSXPSG.hh:25:15: note: powerDown is a virtual method
openmsx-0.8.2/src/sound/MSXPSG.hh:35:15: style: The function 'readA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/AY8910Periphery.hh:27:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/MSXPSG.hh:35:15: note: Function in derived class
openmsx-0.8.2/src/sound/MSXPSG.hh:36:15: style: The function 'writeB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/AY8910Periphery.hh:40:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/MSXPSG.hh:36:15: note: Function in derived class
openmsx-0.8.2/src/sound/MSXSCCPlusCart.cc:87:35: style: Function 'readMem' argument 1 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/MSXSCCPlusCart.hh:25:28: note: Function 'readMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/sound/MSXSCCPlusCart.cc:87:35: note: Function 'readMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/sound/MSXSCCPlusCart.cc:99:35: style: Function 'peekMem' argument 1 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/MSXSCCPlusCart.hh:26:28: note: Function 'peekMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/sound/MSXSCCPlusCart.cc:99:35: note: Function 'peekMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/sound/MSXSCCPlusCart.hh:23:15: warning: Virtual function 'powerUp' is called from constructor 'MSXSCCPlusCart(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/sound/MSXSCCPlusCart.cc:63:2: note: Calling powerUp
openmsx-0.8.2/src/sound/MSXSCCPlusCart.hh:23:15: note: powerUp is a virtual method
openmsx-0.8.2/src/sound/SCC.hh:39:14: style: The function 'getAmplificationFactor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:49:14: note: Virtual function in base class
openmsx-0.8.2/src/sound/SCC.hh:39:14: note: Function in derived class
openmsx-0.8.2/src/sound/SCC.hh:40:15: style: The function 'generateChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:130:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/SCC.hh:40:15: note: Function in derived class
openmsx-0.8.2/src/sound/MSXTurboRPCM.hh:22:15: warning: Virtual function 'reset' is called from constructor 'MSXTurboRPCM(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 23. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/sound/MSXTurboRPCM.cc:23:2: note: Calling reset
openmsx-0.8.2/src/sound/MSXTurboRPCM.hh:22:15: note: reset is a virtual method
openmsx-0.8.2/src/sound/MSXYamahaSFG.hh:21:15: warning: Virtual function 'reset' is called from constructor 'MSXYamahaSFG(MSXMotherBoard&motherBoard,const XMLElement&config)' at line 18. Dynamic binding is not used. [virtualCallInConstructor]
openmsx-0.8.2/src/sound/MSXYamahaSFG.cc:18:2: note: Calling reset
openmsx-0.8.2/src/sound/MSXYamahaSFG.hh:21:15: note: reset is a virtual method
openmsx-0.8.2/src/sound/Mixer.cc:27:23: style: Function 'Mixer' argument 1 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/Mixer.hh:25:17: note: Function 'Mixer' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/sound/Mixer.cc:27:23: note: Function 'Mixer' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/sound/Mixer.cc:27:52: style: Function 'Mixer' argument 2 names different: declaration 'commandController' definition 'commandController_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/Mixer.hh:25:45: note: Function 'Mixer' argument 2 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/sound/Mixer.cc:27:52: note: Function 'Mixer' argument 2 names different: declaration 'commandController' definition 'commandController_'.
openmsx-0.8.2/src/sound/NullSoundDriver.hh:13:15: style: The function 'mute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:15:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/NullSoundDriver.hh:13:15: note: Function in derived class
openmsx-0.8.2/src/sound/NullSoundDriver.hh:14:15: style: The function 'unmute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/NullSoundDriver.hh:14:15: note: Function in derived class
openmsx-0.8.2/src/sound/NullSoundDriver.hh:16:19: style: The function 'getFrequency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:24:19: note: Virtual function in base class
openmsx-0.8.2/src/sound/NullSoundDriver.hh:16:19: note: Function in derived class
openmsx-0.8.2/src/sound/NullSoundDriver.hh:17:19: style: The function 'getSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:29:19: note: Virtual function in base class
openmsx-0.8.2/src/sound/NullSoundDriver.hh:17:19: note: Function in derived class
openmsx-0.8.2/src/sound/NullSoundDriver.hh:19:15: style: The function 'uploadBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/NullSoundDriver.hh:19:15: note: Function in derived class
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:22:15: style: The function 'mute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:15:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:22:15: note: Function in derived class
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:23:15: style: The function 'unmute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:19:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:23:15: note: Function in derived class
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:25:19: style: The function 'getFrequency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:24:19: note: Virtual function in base class
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:25:19: note: Function in derived class
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:26:19: style: The function 'getSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:29:19: note: Virtual function in base class
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:26:19: note: Function in derived class
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:28:15: style: The function 'uploadBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDriver.hh:31:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:28:15: note: Function in derived class
openmsx-0.8.2/src/sound/ResampleBlip.cc:98:0: error: Array 'results[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
openmsx-0.8.2/src/sound/ResampleBlip.cc:29:68: style: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/ResampleBlip.hh:21:53: note: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'.
openmsx-0.8.2/src/sound/ResampleBlip.cc:29:68: note: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'.
openmsx-0.8.2/src/sound/ResampleBlip.hh:21:15: style: The function 'generateOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/ResampleAlgo.hh:14:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/ResampleBlip.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/sound/ResampleHQ.cc:435:36: style: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/ResampleHQ.hh:21:53: note: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'.
openmsx-0.8.2/src/sound/ResampleHQ.cc:435:36: note: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'.
openmsx-0.8.2/src/sound/ResampleHQ.hh:21:15: style: The function 'generateOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/ResampleAlgo.hh:14:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/ResampleHQ.hh:21:15: note: Function in derived class
openmsx-0.8.2/src/sound/ResampleLQ.cc:92:0: style: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/ResampleLQ.hh:55:0: note: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'.
openmsx-0.8.2/src/sound/ResampleLQ.cc:92:0: note: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'.
openmsx-0.8.2/src/sound/ResampleLQ.cc:131:0: style: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/ResampleLQ.hh:43:0: note: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'.
openmsx-0.8.2/src/sound/ResampleLQ.cc:131:0: note: Function 'generateOutput' argument 2 names different: declaration 'num' definition 'hostNum'.
openmsx-0.8.2/src/sound/ResampleTrivial.cc:10:56: style: Function 'ResampleTrivial' argument 1 names different: declaration 'input' definition 'input_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/ResampleTrivial.hh:15:40: note: Function 'ResampleTrivial' argument 1 names different: declaration 'input' definition 'input_'.
openmsx-0.8.2/src/sound/ResampleTrivial.cc:10:56: note: Function 'ResampleTrivial' argument 1 names different: declaration 'input' definition 'input_'.
openmsx-0.8.2/src/sound/ResampleTrivial.hh:15:2: style: Class 'ResampleTrivial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-0.8.2/src/sound/ResampleTrivial.hh:16:15: style: The function 'generateOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/ResampleAlgo.hh:14:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/ResampleTrivial.hh:16:15: note: Function in derived class
openmsx-0.8.2/src/sound/ResampleLQ.hh:43:15: style: The function 'generateOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/ResampleAlgo.hh:14:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/ResampleLQ.hh:43:15: note: Function in derived class
openmsx-0.8.2/src/sound/ResampleLQ.hh:55:15: style: The function 'generateOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/ResampleAlgo.hh:14:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/ResampleLQ.hh:55:15: note: Function in derived class
openmsx-0.8.2/src/sound/SCC.cc:206:24: style: Function 'readMem' argument 1 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/SCC.hh:29:20: note: Function 'readMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/sound/SCC.cc:206:24: note: Function 'readMem' argument 1 names different: declaration 'address' definition 'addr'.
openmsx-0.8.2/src/sound/SCC.cc:367:48: style: Function 'writeWave' argument 2 names different: declaration 'offset' definition 'address'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/SCC.hh:44:44: note: Function 'writeWave' argument 2 names different: declaration 'offset' definition 'address'.
openmsx-0.8.2/src/sound/SCC.cc:367:48: note: Function 'writeWave' argument 2 names different: declaration 'offset' definition 'address'.
openmsx-0.8.2/src/sound/SCC.cc:562:64: style: Function 'SCCDebuggable' argument 2 names different: declaration 'scc' definition 'scc_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/SCC.cc:114:50: note: Function 'SCCDebuggable' argument 2 names different: declaration 'scc' definition 'scc_'.
openmsx-0.8.2/src/sound/SCC.cc:562:64: note: Function 'SCCDebuggable' argument 2 names different: declaration 'scc' definition 'scc_'.
openmsx-0.8.2/src/sound/SDLSoundDriver.cc:21:41: style: Function 'SDLSoundDriver' argument 1 names different: declaration 'reactor' definition 'reactor_'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:18:26: note: Function 'SDLSoundDriver' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/sound/SDLSoundDriver.cc:21:41: note: Function 'SDLSoundDriver' argument 1 names different: declaration 'reactor' definition 'reactor_'.
openmsx-0.8.2/src/sound/SDLSoundDriver.cc:22:41: style: Function 'SDLSoundDriver' argument 2 names different: declaration 'frequency' definition 'wantedFreq'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:19:26: note: Function 'SDLSoundDriver' argument 2 names different: declaration 'frequency' definition 'wantedFreq'.
openmsx-0.8.2/src/sound/SDLSoundDriver.cc:22:41: note: Function 'SDLSoundDriver' argument 2 names different: declaration 'frequency' definition 'wantedFreq'.
openmsx-0.8.2/src/sound/SDLSoundDriver.cc:22:62: style: Function 'SDLSoundDriver' argument 3 names different: declaration 'samples' definition 'wantedSamples'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/SDLSoundDriver.hh:19:46: note: Function 'SDLSoundDriver' argument 3 names different: declaration 'samples' definition 'wantedSamples'.
openmsx-0.8.2/src/sound/SDLSoundDriver.cc:22:62: note: Function 'SDLSoundDriver' argument 3 names different: declaration 'samples' definition 'wantedSamples'.
openmsx-0.8.2/src/sound/SamplePlayer.cc:15:15: warning: Member variable 'SamplePlayer::sampBuf' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/sound/SamplePlayer.cc:15:15: warning: Member variable 'SamplePlayer::bufferSize' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/sound/SamplePlayer.cc:15:15: warning: Member variable 'SamplePlayer::bits8' is not initialized in the constructor. [uninitMemberVar]
openmsx-0.8.2/src/sound/SamplePlayer.hh:57:15: style: The function 'generateChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:130:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/SamplePlayer.hh:57:15: note: Function in derived class
openmsx-0.8.2/src/sound/SoundDevice.cc:183:54: style: Function 'mixChannels' argument 2 names different: declaration 'num' definition 'samples'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/SoundDevice.hh:144:42: note: Function 'mixChannels' argument 2 names different: declaration 'num' definition 'samples'.
openmsx-0.8.2/src/sound/SoundDevice.cc:183:54: note: Function 'mixChannels' argument 2 names different: declaration 'num' definition 'samples'.
openmsx-0.8.2/src/sound/VLM5030.cc:398:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openmsx-0.8.2/src/sound/VLM5030.cc:304:57: style: Function 'generateChannels' argument 2 names different: declaration 'num' definition 'length'. [funcArgNamesDifferent]
openmsx-0.8.2/src/sound/VLM5030.cc:111:53: note: Function 'generateChannels' argument 2 names different: declaration 'num' definition 'length'.
openmsx-0.8.2/src/sound/VLM5030.cc:304:57: note: Function 'generateChannels' argument 2 names different: declaration 'num' definition 'length'.
openmsx-0.8.2/src/sound/VLM5030.cc:111:15: style: The function 'generateChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/SoundDevice.hh:130:15: note: Virtual function in base class
openmsx-0.8.2/src/sound/VLM5030.cc:111:15: note: Function in derived class
openmsx-0.8.2/src/sound/WavAudioInput.hh:30:16: style: The function 'readSample' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-0.8.2/src/sound/AudioInputDevice.hh:16:16: note: Virtual function in base class
openmsx-0.8.2/src/sound/WavAudioInput.hh:30:16: note: Function in derived class
[13:04]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/o/openmsx-catapult/openmsx-catapult_0.8.2.orig.tar.gz
openmsx-catapult-0.8.2/src/AboutDlg.h:15:2: style: Class 'AboutDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/AudioControlPage.cpp:116:13: style: The scope of the variable 'child' can be reduced. [variableScope]
openmsx-catapult-0.8.2/src/AudioControlPage.cpp:182:44: style: Function 'AddChannel' argument 1 names different: declaration 'label' definition 'labeltext'. [funcArgNamesDifferent]
openmsx-catapult-0.8.2/src/AudioControlPage.h:56:29: note: Function 'AddChannel' argument 1 names different: declaration 'label' definition 'labeltext'.
openmsx-catapult-0.8.2/src/AudioControlPage.cpp:182:44: note: Function 'AddChannel' argument 1 names different: declaration 'label' definition 'labeltext'.
openmsx-catapult-0.8.2/src/openMSXController.h:61:8: style: Technically the member function 'openMSXController::IsOpenMSXRunning' can be const. [functionConst]
openmsx-catapult-0.8.2/src/CatapultXMLParser.h:19:3: style: Class 'CatapultXMLParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/StatusPage.h:18:3: style: Class 'StatusPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/wxCatapultFrm.h:28:3: style: Class 'wxCatapultFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/StatusPage.h:21:8: style: The function 'HandleFocusChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/CatapultPage.h:27:15: note: Virtual function in base class
openmsx-catapult-0.8.2/src/StatusPage.h:21:8: note: Function in derived class
openmsx-catapult-0.8.2/src/AudioControlPage.h:50:8: style: The function 'HandleFocusChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/CatapultPage.h:27:15: note: Virtual function in base class
openmsx-catapult-0.8.2/src/AudioControlPage.h:50:8: note: Function in derived class
openmsx-catapult-0.8.2/src/CatapultConfigDlg.cpp:120:6: style: C-style pointer casting [cstyleCast]
openmsx-catapult-0.8.2/src/CatapultPage.cpp:275:16: style: C-style pointer casting [cstyleCast]
openmsx-catapult-0.8.2/src/CatapultPage.cpp:299:16: style: C-style pointer casting [cstyleCast]
openmsx-catapult-0.8.2/src/CatapultPage.cpp:160:7: style: The scope of the variable 'value' can be reduced. [variableScope]
openmsx-catapult-0.8.2/src/CatapultPage.cpp:162:6: style: The scope of the variable 'sendvalue' can be reduced. [variableScope]
openmsx-catapult-0.8.2/src/CatapultPage.cpp:253:7: style: The scope of the variable 'sendvalue' can be reduced. [variableScope]
openmsx-catapult-0.8.2/src/CatapultPage.cpp:254:7: style: The scope of the variable 'savedvalue' can be reduced. [variableScope]
openmsx-catapult-0.8.2/src/CatapultPage.cpp:113:41: style: Function 'AddSetting' argument 1 names different: declaration 'settings' definition 'setting'. [funcArgNamesDifferent]
openmsx-catapult-0.8.2/src/CatapultPage.h:43:28: note: Function 'AddSetting' argument 1 names different: declaration 'settings' definition 'setting'.
openmsx-catapult-0.8.2/src/CatapultPage.cpp:113:41: note: Function 'AddSetting' argument 1 names different: declaration 'settings' definition 'setting'.
openmsx-catapult-0.8.2/src/CatapultPage.cpp:251:81: style: Function 'UpdateMenuSetting' argument 3 names different: declaration 'selection' definition 'control'. [funcArgNamesDifferent]
openmsx-catapult-0.8.2/src/CatapultPage.h:52:68: note: Function 'UpdateMenuSetting' argument 3 names different: declaration 'selection' definition 'control'.
openmsx-catapult-0.8.2/src/CatapultPage.cpp:251:81: note: Function 'UpdateMenuSetting' argument 3 names different: declaration 'selection' definition 'control'.
openmsx-catapult-0.8.2/src/CatapultPage.cpp:260:4: style: Variable 'savedvalue' is assigned a value that is never used. [unreadVariable]
openmsx-catapult-0.8.2/src/VideoControlPage.h:62:8: style: The function 'HandleFocusChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/CatapultPage.h:27:15: note: Virtual function in base class
openmsx-catapult-0.8.2/src/VideoControlPage.h:62:8: note: Function in derived class
openmsx-catapult-0.8.2/src/CatapultXMLParser.h:18:8: performance: Technically the member function 'CatapultXMLParser::ParseXmlInput' can be static. [functionStatic]
openmsx-catapult-0.8.2/src/CatapultXMLParser.cpp:147:25: note: Technically the member function 'CatapultXMLParser::ParseXmlInput' can be static.
openmsx-catapult-0.8.2/src/CatapultXMLParser.h:18:8: note: Technically the member function 'CatapultXMLParser::ParseXmlInput' can be static.
openmsx-catapult-0.8.2/src/CatapultXMLParser.h:77:9: performance: Technically the member function 'CatapultXMLParser::parseReply' can be static. [functionStatic]
openmsx-catapult-0.8.2/src/CatapultXMLParser.cpp:153:25: note: Technically the member function 'CatapultXMLParser::parseReply' can be static.
openmsx-catapult-0.8.2/src/CatapultXMLParser.h:77:9: note: Technically the member function 'CatapultXMLParser::parseReply' can be static.
openmsx-catapult-0.8.2/src/CatapultXMLParser.h:78:9: performance: Technically the member function 'CatapultXMLParser::parseLog' can be static. [functionStatic]
openmsx-catapult-0.8.2/src/CatapultXMLParser.cpp:169:25: note: Technically the member function 'CatapultXMLParser::parseLog' can be static.
openmsx-catapult-0.8.2/src/CatapultXMLParser.h:78:9: note: Technically the member function 'CatapultXMLParser::parseLog' can be static.
openmsx-catapult-0.8.2/src/CatapultXMLParser.h:79:9: performance: Technically the member function 'CatapultXMLParser::parseUpdate' can be static. [functionStatic]
openmsx-catapult-0.8.2/src/CatapultXMLParser.cpp:185:25: note: Technically the member function 'CatapultXMLParser::parseUpdate' can be static.
openmsx-catapult-0.8.2/src/CatapultXMLParser.h:79:9: note: Technically the member function 'CatapultXMLParser::parseUpdate' can be static.
openmsx-catapult-0.8.2/src/CheckConfigsDlg.cpp:84:28: style: C-style pointer casting [cstyleCast]
openmsx-catapult-0.8.2/src/CheckConfigsDlg.cpp:262:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openmsx-catapult-0.8.2/src/CheckConfigsDlg.cpp:257:0: note: Variable 'result' is reassigned a value before the old one has been used.
openmsx-catapult-0.8.2/src/CheckConfigsDlg.cpp:262:2: note: Variable 'result' is reassigned a value before the old one has been used.
openmsx-catapult-0.8.2/src/CheckConfigsDlg.cpp:143:38: warning: Member variable 'CheckConfigsThread::m_running' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/CheckConfigsDlg.cpp:143:38: warning: Member variable 'CheckConfigsThread::m_machines' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/CheckConfigsDlg.cpp:143:38: warning: Member variable 'CheckConfigsThread::m_extensions' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/CheckConfigsDlg.h:18:2: style: Class 'CheckConfigsDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/CheckConfigsDlg.h:37:3: style: Class 'CheckConfigsThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/ConfigurationData.h:26:8: style: Technically the member function 'ConfigurationData::GetParameter' can be const. [functionConst]
openmsx-catapult-0.8.2/src/ConfigurationData.cpp:141:25: note: Technically the member function 'ConfigurationData::GetParameter' can be const.
openmsx-catapult-0.8.2/src/ConfigurationData.h:26:8: note: Technically the member function 'ConfigurationData::GetParameter' can be const.
openmsx-catapult-0.8.2/src/ConfigurationData.h:27:8: style: Technically the member function 'ConfigurationData::GetParameter' can be const. [functionConst]
openmsx-catapult-0.8.2/src/ConfigurationData.cpp:204:25: note: Technically the member function 'ConfigurationData::GetParameter' can be const.
openmsx-catapult-0.8.2/src/ConfigurationData.h:27:8: note: Technically the member function 'ConfigurationData::GetParameter' can be const.
openmsx-catapult-0.8.2/src/FullScreenDlg.h:15:2: style: Class 'FullScreenDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/IPSSelectionDlg.h:15:2: style: Class 'IPSSelectionDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/InputPage.h:25:8: style: The function 'HandleFocusChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/CatapultPage.h:27:15: note: Virtual function in base class
openmsx-catapult-0.8.2/src/InputPage.h:25:8: note: Function in derived class
openmsx-catapult-0.8.2/src/MiscControlPage.cpp:132:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
openmsx-catapult-0.8.2/src/MiscControlPage.cpp:412:11: style: Unsigned variable 'num' can't be negative so it is unnecessary to test it. [unsignedPositive]
openmsx-catapult-0.8.2/src/MiscControlPage.cpp:433:11: style: Unsigned variable 'num' can't be negative so it is unnecessary to test it. [unsignedPositive]
openmsx-catapult-0.8.2/src/SessionPage.h:103:5: performance: Variable 'contents' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmsx-catapult-0.8.2/src/SessionPage.h:24:2: style: Class 'SessionDropTarget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/SessionPage.h:101:4: style: Struct 'mediaInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/SessionPage.h:77:8: style: The function 'HandleFocusChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/CatapultPage.h:27:15: note: Virtual function in base class
openmsx-catapult-0.8.2/src/SessionPage.h:77:8: note: Function in derived class
openmsx-catapult-0.8.2/src/MiscControlPage.h:54:8: style: The function 'HandleFocusChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/CatapultPage.h:27:15: note: Virtual function in base class
openmsx-catapult-0.8.2/src/MiscControlPage.h:54:8: note: Function in derived class
openmsx-catapult-0.8.2/src/PipeConnectThread.h:22:3: style: Class 'PipeConnectThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/PipeReadThread.cpp:23:17: warning: Member variable 'PipeReadThread::m_descriptor' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/RomTypeDlg.cpp:39:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
openmsx-catapult-0.8.2/src/RomTypeDlg.h:15:2: style: Class 'RomTypeDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/ScreenShotDlg.h:16:2: style: Class 'ScreenshotDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/SessionPage.cpp:1221:7: style: The scope of the variable 'enable' can be reduced. [variableScope]
openmsx-catapult-0.8.2/src/SessionPage.cpp:1270:7: style: The scope of the variable 'enable' can be reduced. [variableScope]
openmsx-catapult-0.8.2/src/SessionPage.cpp:952:47: style: Function 'getHardware' argument 1 names different: declaration 'hardware' definition 'parameters'. [funcArgNamesDifferent]
openmsx-catapult-0.8.2/src/SessionPage.h:84:36: note: Function 'getHardware' argument 1 names different: declaration 'hardware' definition 'parameters'.
openmsx-catapult-0.8.2/src/SessionPage.cpp:952:47: note: Function 'getHardware' argument 1 names different: declaration 'hardware' definition 'parameters'.
openmsx-catapult-0.8.2/src/SessionPage.cpp:1460:39: style: Function 'AddRomType' argument 1 names different: declaration 'romtype' definition 'type'. [funcArgNamesDifferent]
openmsx-catapult-0.8.2/src/SessionPage.h:89:29: note: Function 'AddRomType' argument 1 names different: declaration 'romtype' definition 'type'.
openmsx-catapult-0.8.2/src/SessionPage.cpp:1460:39: note: Function 'AddRomType' argument 1 names different: declaration 'romtype' definition 'type'.
openmsx-catapult-0.8.2/src/SessionPage.cpp:1465:47: style: Function 'SetRomTypeFullName' argument 1 names different: declaration 'romtype' definition 'type'. [funcArgNamesDifferent]
openmsx-catapult-0.8.2/src/SessionPage.h:90:37: note: Function 'SetRomTypeFullName' argument 1 names different: declaration 'romtype' definition 'type'.
openmsx-catapult-0.8.2/src/SessionPage.cpp:1465:47: note: Function 'SetRomTypeFullName' argument 1 names different: declaration 'romtype' definition 'type'.
openmsx-catapult-0.8.2/src/SessionPage.cpp:1470:41: style: Function 'SetupRomType' argument 1 names different: declaration 'romtype' definition 'type'. [funcArgNamesDifferent]
openmsx-catapult-0.8.2/src/SessionPage.h:91:31: note: Function 'SetupRomType' argument 1 names different: declaration 'romtype' definition 'type'.
openmsx-catapult-0.8.2/src/SessionPage.cpp:1470:41: note: Function 'SetupRomType' argument 1 names different: declaration 'romtype' definition 'type'.
openmsx-catapult-0.8.2/src/VideoControlPage.cpp:305:16: style: The scope of the variable 'num' can be reduced. [variableScope]
openmsx-catapult-0.8.2/src/VideoControlPage.cpp:530:6: style: The scope of the variable 'countersize' can be reduced. [variableScope]
openmsx-catapult-0.8.2/src/VideoControlPage.cpp:273:11: style: Unsigned variable 'num' can't be negative so it is unnecessary to test it. [unsignedPositive]
openmsx-catapult-0.8.2/src/VideoControlPage.cpp:293:11: style: Unsigned variable 'num' can't be negative so it is unnecessary to test it. [unsignedPositive]
openmsx-catapult-0.8.2/src/VideoControlPage.cpp:337:11: style: Unsigned variable 'num' can't be negative so it is unnecessary to test it. [unsignedPositive]
openmsx-catapult-0.8.2/src/openMSXController.cpp:41:16: style: C-style pointer casting [cstyleCast]
openmsx-catapult-0.8.2/src/openMSXController.cpp:1153:53: style: Function 'EnableCassettePort' argument 1 names different: declaration 'cmd' definition 'dummy'. [funcArgNamesDifferent]
openmsx-catapult-0.8.2/src/openMSXController.h:136:36: note: Function 'EnableCassettePort' argument 1 names different: declaration 'cmd' definition 'dummy'.
openmsx-catapult-0.8.2/src/openMSXController.cpp:1153:53: note: Function 'EnableCassettePort' argument 1 names different: declaration 'cmd' definition 'dummy'.
openmsx-catapult-0.8.2/src/openMSXController.cpp:1159:50: style: Function 'SetCassetteMode' argument 1 names different: declaration 'cmd' definition 'dummy'. [funcArgNamesDifferent]
openmsx-catapult-0.8.2/src/openMSXController.h:137:33: note: Function 'SetCassetteMode' argument 1 names different: declaration 'cmd' definition 'dummy'.
openmsx-catapult-0.8.2/src/openMSXController.cpp:1159:50: note: Function 'SetCassetteMode' argument 1 names different: declaration 'cmd' definition 'dummy'.
openmsx-catapult-0.8.2/src/openMSXController.cpp:38:20: warning: Member variable 'openMSXController::m_parser' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/openMSXController.cpp:38:20: warning: Member variable 'openMSXController::m_socket' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/openMSXController.cpp:38:20: warning: Member variable 'openMSXController::wait' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/openMSXController.cpp:38:20: warning: Member variable 'openMSXController::sendStep' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/openMSXController.cpp:38:20: warning: Member variable 'openMSXController::recvStep' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/openMSXController.cpp:38:20: warning: Member variable 'openMSXController::sendLoop' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/openMSXController.cpp:38:20: warning: Member variable 'openMSXController::recvLoop' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/openMSXController.h:111:7: performance: Technically the member function 'openMSXController::tokenize' can be static. [functionStatic]
openmsx-catapult-0.8.2/src/openMSXController.cpp:833:24: note: Technically the member function 'openMSXController::tokenize' can be static.
openmsx-catapult-0.8.2/src/openMSXController.h:111:7: note: Technically the member function 'openMSXController::tokenize' can be static.
openmsx-catapult-0.8.2/src/openMSXController.cpp:124:4: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
openmsx-catapult-0.8.2/src/openMSXLinuxController.cpp:98:33: warning: Obsolete function 'alloca' called. [allocaCalled]
openmsx-catapult-0.8.2/src/openMSXLinuxController.cpp:23:26: warning: Member variable 'openMSXLinuxController::m_stdErrThread' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/openMSXLinuxController.cpp:23:26: warning: Member variable 'openMSXLinuxController::m_stdOutThread' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/openMSXLinuxController.cpp:23:26: warning: Member variable 'openMSXLinuxController::m_socket' is not initialized in the constructor. [uninitMemberVar]
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:31:8: performance: Technically the member function 'openMSXLinuxController::execute' can be static. [functionStatic]
openmsx-catapult-0.8.2/src/openMSXLinuxController.cpp:66:30: note: Technically the member function 'openMSXLinuxController::execute' can be static.
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:31:8: note: Technically the member function 'openMSXLinuxController::execute' can be static.
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:37:7: warning: The class 'openMSXLinuxController' defines member variable with name 'm_socket' also defined in its parent class 'openMSXController'. [duplInheritedMember]
openmsx-catapult-0.8.2/src/openMSXController.h:69:20: note: Parent variable 'openMSXController::m_socket'
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:37:7: note: Derived variable 'openMSXLinuxController::m_socket'
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:28:3: style: Class 'openMSXLinuxController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:24:8: style: The function 'WriteMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/openMSXController.h:53:16: note: Virtual function in base class
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:24:8: note: Function in derived class
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:25:16: style: The function 'Launch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/openMSXController.h:54:16: note: Virtual function in base class
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:25:16: note: Function in derived class
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:26:20: style: The function 'GetOpenMSXVersionInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/openMSXController.h:56:20: note: Virtual function in base class
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:26:20: note: Function in derived class
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:27:16: style: The function 'HandleNativeEndProcess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/openMSXController.h:55:16: note: Virtual function in base class
openmsx-catapult-0.8.2/src/openMSXLinuxController.h:27:16: note: Function in derived class
openmsx-catapult-0.8.2/src/openMSXWindowsController.cpp:360:27: style: C-style pointer casting [cstyleCast]
openmsx-catapult-0.8.2/src/openMSXWindowsController.cpp:31:2: performance: Variable 'm_namedPipeHandle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:41:8: performance: Technically the member function 'openMSXWindowsController::CloseHandles' can be static. [functionStatic]
openmsx-catapult-0.8.2/src/openMSXWindowsController.cpp:248:32: note: Technically the member function 'openMSXWindowsController::CloseHandles' can be static.
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:41:8: note: Technically the member function 'openMSXWindowsController::CloseHandles' can be static.
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:43:8: performance: Technically the member function 'openMSXWindowsController::ShowError' can be static. [functionStatic]
openmsx-catapult-0.8.2/src/openMSXWindowsController.cpp:241:32: note: Technically the member function 'openMSXWindowsController::ShowError' can be static.
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:43:8: note: Technically the member function 'openMSXWindowsController::ShowError' can be static.
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:47:8: performance: Technically the member function 'openMSXWindowsController::DetermenNamedPipeUsage' can be static. [functionStatic]
openmsx-catapult-0.8.2/src/openMSXWindowsController.cpp:129:32: note: Technically the member function 'openMSXWindowsController::DetermenNamedPipeUsage' can be static.
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:47:8: note: Technically the member function 'openMSXWindowsController::DetermenNamedPipeUsage' can be static.
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:29:3: style: Class 'openMSXWindowsController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:23:8: style: The function 'WriteMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/openMSXController.h:53:16: note: Virtual function in base class
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:23:8: note: Function in derived class
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:25:16: style: The function 'Launch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/openMSXController.h:54:16: note: Virtual function in base class
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:25:16: note: Function in derived class
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:26:16: style: The function 'HandleMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/openMSXController.h:57:16: note: Virtual function in base class
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:26:16: note: Function in derived class
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:27:20: style: The function 'GetOpenMSXVersionInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/openMSXController.h:56:20: note: Virtual function in base class
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:27:20: note: Function in derived class
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:28:16: style: The function 'HandleNativeEndProcess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openmsx-catapult-0.8.2/src/openMSXController.h:55:16: note: Virtual function in base class
openmsx-catapult-0.8.2/src/openMSXWindowsController.h:28:16: note: Function in derived class
openmsx-catapult-0.8.2/src/wxCatapultFrm.cpp:568:25: style: C-style pointer casting [cstyleCast]
openmsx-catapult-0.8.2/src/wxCatapultFrm.cpp:583:10: style: C-style pointer casting [cstyleCast]
openmsx-catapult-0.8.2/src/wxCatapultFrm.cpp:587:10: style: C-style pointer casting [cstyleCast]
openmsx-catapult-0.8.2/src/wxCatapultFrm.cpp:598:25: style: C-style pointer casting [cstyleCast]
openmsx-catapult-0.8.2/src/wxCatapultFrm.cpp:305:39: style: Function 'EditConfig' argument 1 names different: declaration 'fatalIfFailed' definition 'fatalIfFails'. [funcArgNamesDifferent]
openmsx-catapult-0.8.2/src/wxCatapultFrm.h:89:24: note: Function 'EditConfig' argument 1 names different: declaration 'fatalIfFailed' definition 'fatalIfFails'.
openmsx-catapult-0.8.2/src/wxCatapultFrm.cpp:305:39: note: Function 'EditConfig' argument 1 names different: declaration 'fatalIfFailed' definition 'fatalIfFails'.
[13:04]

ftp://ftp.se.debian.org/debian/pool/main/o/openmsx-debugger/openmsx-debugger_0.1~git20170806.orig.tar.gz
debugger-master/src/BitMapViewer.cpp:145:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
debugger-master/src/BitMapViewer.h:13:2: style: Class 'BitMapViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/VramBitMappedView.h:15:2: style: Class 'VramBitMappedView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/OpenMSXConnection.h:28:2: style: Class 'SimpleCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/OpenMSXConnection.h:67:2: style: Class 'OpenMSXConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/OpenMSXConnection.h:29:18: style: The function 'getCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:18:18: note: Virtual function in base class
debugger-master/src/OpenMSXConnection.h:29:18: note: Function in derived class
debugger-master/src/OpenMSXConnection.h:30:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:19:15: note: Virtual function in base class
debugger-master/src/OpenMSXConnection.h:30:15: note: Function in derived class
debugger-master/src/OpenMSXConnection.h:31:15: style: The function 'replyNok' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:20:15: note: Virtual function in base class
debugger-master/src/OpenMSXConnection.h:31:15: note: Function in derived class
debugger-master/src/OpenMSXConnection.h:32:15: style: The function 'cancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:21:15: note: Virtual function in base class
debugger-master/src/OpenMSXConnection.h:32:15: note: Function in derived class
debugger-master/src/SimpleHexRequest.h:33:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/SimpleHexRequest.h:33:15: note: Function in derived class
debugger-master/src/SimpleHexRequest.h:34:15: style: The function 'cancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:32:15: note: Virtual function in base class
debugger-master/src/SimpleHexRequest.h:34:15: note: Function in derived class
debugger-master/src/VDPDataStore.h:26:15: style: The function 'DataHexRequestReceived' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/SimpleHexRequest.h:20:15: note: Virtual function in base class
debugger-master/src/VDPDataStore.h:26:15: note: Function in derived class
debugger-master/src/BreakpointDialog.cpp:208:40: style: Function 'typeChanged' argument 1 names different: declaration 'i' definition 's'. [funcArgNamesDifferent]
debugger-master/src/BreakpointDialog.h:44:23: note: Function 'typeChanged' argument 1 names different: declaration 'i' definition 's'.
debugger-master/src/BreakpointDialog.cpp:208:40: note: Function 'typeChanged' argument 1 names different: declaration 'i' definition 's'.
debugger-master/src/BreakpointDialog.cpp:263:40: style: Function 'slotChanged' argument 1 names different: declaration 'i' definition 's'. [funcArgNamesDifferent]
debugger-master/src/BreakpointDialog.h:45:23: note: Function 'slotChanged' argument 1 names different: declaration 'i' definition 's'.
debugger-master/src/BreakpointDialog.cpp:263:40: note: Function 'slotChanged' argument 1 names different: declaration 'i' definition 's'.
debugger-master/src/CPURegsViewer.cpp:10:16: warning: Member variable 'CPURegsViewer::leftRegPos' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/CPURegsViewer.cpp:10:16: warning: Member variable 'CPURegsViewer::leftValuePos' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/CPURegsViewer.cpp:10:16: warning: Member variable 'CPURegsViewer::rightRegPos' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/CPURegsViewer.cpp:10:16: warning: Member variable 'CPURegsViewer::rightValuePos' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/CPURegsViewer.cpp:10:16: warning: Member variable 'CPURegsViewer::rowHeight' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/CPURegsViewer.cpp:10:16: warning: Member variable 'CPURegsViewer::regsCopy' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/CPURegsViewer.h:12:2: style: Class 'CPURegsViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/ConnectDialog.cpp:171:18: style: Function 'ConnectionInfoRequest' argument 1 names different: declaration 'dialog' definition 'dialog_'. [funcArgNamesDifferent]
debugger-master/src/ConnectDialog.h:50:39: note: Function 'ConnectionInfoRequest' argument 1 names different: declaration 'dialog' definition 'dialog_'.
debugger-master/src/ConnectDialog.cpp:171:18: note: Function 'ConnectionInfoRequest' argument 1 names different: declaration 'dialog' definition 'dialog_'.
debugger-master/src/ConnectDialog.cpp:171:46: style: Function 'ConnectionInfoRequest' argument 2 names different: declaration 'connection' definition 'connection_'. [funcArgNamesDifferent]
debugger-master/src/ConnectDialog.h:50:66: note: Function 'ConnectionInfoRequest' argument 2 names different: declaration 'connection' definition 'connection_'.
debugger-master/src/ConnectDialog.cpp:171:46: note: Function 'ConnectionInfoRequest' argument 2 names different: declaration 'connection' definition 'connection_'.
debugger-master/src/ConnectDialog.h:23:2: style: Class 'ConnectDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/ConnectDialog.h:52:18: style: The function 'getCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:18:18: note: Virtual function in base class
debugger-master/src/ConnectDialog.h:52:18: note: Function in derived class
debugger-master/src/ConnectDialog.h:53:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:19:15: note: Virtual function in base class
debugger-master/src/ConnectDialog.h:53:15: note: Function in derived class
debugger-master/src/ConnectDialog.h:54:15: style: The function 'replyNok' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:20:15: note: Virtual function in base class
debugger-master/src/ConnectDialog.h:54:15: note: Function in derived class
debugger-master/src/ConnectDialog.h:55:15: style: The function 'cancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:21:15: note: Virtual function in base class
debugger-master/src/ConnectDialog.h:55:15: note: Function in derived class
debugger-master/src/DebugSession.cpp:104:42: style: Function 'saveAs' argument 1 names different: declaration 'file' definition 'newFileName'. [funcArgNamesDifferent]
debugger-master/src/DebugSession.h:20:29: note: Function 'saveAs' argument 1 names different: declaration 'file' definition 'newFileName'.
debugger-master/src/DebugSession.cpp:104:42: note: Function 'saveAs' argument 1 names different: declaration 'file' definition 'newFileName'.
debugger-master/src/DebuggableViewer.h:13:2: style: Class 'DebuggableViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/HexViewer.h:14:2: style: Class 'HexViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/DebuggerData.cpp:7:15: warning: Member variable 'MemoryLayout::romBlock' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DebuggerData.h:43:6: performance: Technically the member function 'Breakpoints::findBreakpoint' can be static. [functionStatic]
debugger-master/src/DebuggerData.cpp:328:18: note: Technically the member function 'Breakpoints::findBreakpoint' can be static.
debugger-master/src/DebuggerData.h:43:6: note: Technically the member function 'Breakpoints::findBreakpoint' can be static.
debugger-master/src/DebuggerData.h:44:6: performance: Technically the member function 'Breakpoints::findNextBreakpoint' can be static. [functionStatic]
debugger-master/src/DebuggerData.cpp:335:18: note: Technically the member function 'Breakpoints::findNextBreakpoint' can be static.
debugger-master/src/DebuggerData.h:44:6: note: Technically the member function 'Breakpoints::findNextBreakpoint' can be static.
debugger-master/src/DebuggerData.h:72:7: performance: Technically the member function 'Breakpoints::parseCondition' can be static. [functionStatic]
debugger-master/src/DebuggerData.cpp:221:19: note: Technically the member function 'Breakpoints::parseCondition' can be static.
debugger-master/src/DebuggerData.h:72:7: note: Technically the member function 'Breakpoints::parseCondition' can be static.
debugger-master/src/DebuggerData.h:74:7: style: Technically the member function 'Breakpoints::inCurrentSlot' can be const. [functionConst]
debugger-master/src/DebuggerData.cpp:253:19: note: Technically the member function 'Breakpoints::inCurrentSlot' can be const.
debugger-master/src/DebuggerData.h:74:7: note: Technically the member function 'Breakpoints::inCurrentSlot' can be const.
debugger-master/src/DebuggerForm.cpp:120:2: warning: Member variable 'CPURegRequest::buf' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DockableWidgetLayout.h:18:2: style: Class 'DockableWidgetLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/DebuggerForm.h:28:2: style: Class 'DebuggerForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/DockableWidgetArea.h:14:2: style: Class 'DockableWidgetArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/DisasmViewer.h:18:2: style: Class 'DisasmViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/MainMemoryViewer.h:16:2: style: Class 'MainMemoryViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/FlagsViewer.h:15:2: style: Class 'FlagsViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/StackViewer.h:14:2: style: Class 'StackViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/SlotViewer.h:13:2: style: Class 'SlotViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/PreferencesDialog.h:11:2: style: Class 'PreferencesDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/VDPRegViewer.h:35:2: style: Class 'VDPRegViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/VDPStatusRegViewer.h:43:2: style: Class 'VDPStatusRegViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/VDPCommandRegViewer.h:140:2: style: Class 'VDPCommandRegViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/DebuggerForm.cpp:43:2: style: Class 'QueryPauseHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/DebuggerForm.cpp:66:2: style: Class 'QueryBreakedHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/DebuggerForm.cpp:120:2: style: Class 'CPURegRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/DebuggerForm.cpp:142:2: style: Class 'ListDebuggablesHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/VDPRegViewer.h:51:22: style: The function 'DataHexRequestReceived' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/SimpleHexRequest.h:20:15: note: Virtual function in base class
debugger-master/src/VDPRegViewer.h:51:22: note: Function in derived class
debugger-master/src/VDPStatusRegViewer.h:55:15: style: The function 'DataHexRequestReceived' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/SimpleHexRequest.h:20:15: note: Virtual function in base class
debugger-master/src/VDPStatusRegViewer.h:55:15: note: Function in derived class
debugger-master/src/VDPCommandRegViewer.h:144:15: style: The function 'DataHexRequestReceived' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/SimpleHexRequest.h:20:15: note: Virtual function in base class
debugger-master/src/VDPCommandRegViewer.h:144:15: note: Function in derived class
debugger-master/src/DebuggerForm.cpp:49:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/DebuggerForm.cpp:49:15: note: Function in derived class
debugger-master/src/DebuggerForm.cpp:72:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/DebuggerForm.cpp:72:15: note: Function in derived class
debugger-master/src/DebuggerForm.cpp:91:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/DebuggerForm.cpp:91:15: note: Function in derived class
debugger-master/src/DebuggerForm.cpp:126:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/DebuggerForm.cpp:126:15: note: Function in derived class
debugger-master/src/DebuggerForm.cpp:148:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/DebuggerForm.cpp:148:15: note: Function in derived class
debugger-master/src/DebuggerForm.cpp:168:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/DebuggerForm.cpp:168:15: note: Function in derived class
debugger-master/src/DisasmViewer.cpp:20:2: warning: Member variable 'CommMemoryRequest::address' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DisasmViewer.cpp:20:2: warning: Member variable 'CommMemoryRequest::line' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DisasmViewer.cpp:20:2: warning: Member variable 'CommMemoryRequest::method' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DisasmViewer.cpp:28:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/DisasmViewer.cpp:28:15: note: Function in derived class
debugger-master/src/DisasmViewer.cpp:34:15: style: The function 'cancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:32:15: note: Virtual function in base class
debugger-master/src/DisasmViewer.cpp:34:15: note: Function in derived class
debugger-master/src/DockableWidgetArea.cpp:28:20: style: Function 'addWidget' argument 4 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
debugger-master/src/DockableWidgetArea.h:22:35: note: Function 'addWidget' argument 4 names different: declaration 'width' definition 'w'.
debugger-master/src/DockableWidgetArea.cpp:28:20: note: Function 'addWidget' argument 4 names different: declaration 'width' definition 'w'.
debugger-master/src/DockableWidgetArea.cpp:28:27: style: Function 'addWidget' argument 5 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
debugger-master/src/DockableWidgetArea.h:22:51: note: Function 'addWidget' argument 5 names different: declaration 'height' definition 'h'.
debugger-master/src/DockableWidgetArea.cpp:28:27: note: Function 'addWidget' argument 5 names different: declaration 'height' definition 'h'.
debugger-master/src/DockableWidgetLayout.cpp:119:46: style: Function 'addWidget' argument 3 names different: declaration 'distance' definition 'dist'. [funcArgNamesDifferent]
debugger-master/src/DockableWidgetLayout.h:25:60: note: Function 'addWidget' argument 3 names different: declaration 'distance' definition 'dist'.
debugger-master/src/DockableWidgetLayout.cpp:119:46: note: Function 'addWidget' argument 3 names different: declaration 'distance' definition 'dist'.
debugger-master/src/DockableWidgetLayout.cpp:119:56: style: Function 'addWidget' argument 4 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
debugger-master/src/DockableWidgetLayout.h:26:21: note: Function 'addWidget' argument 4 names different: declaration 'width' definition 'w'.
debugger-master/src/DockableWidgetLayout.cpp:119:56: note: Function 'addWidget' argument 4 names different: declaration 'width' definition 'w'.
debugger-master/src/DockableWidgetLayout.cpp:119:63: style: Function 'addWidget' argument 5 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
debugger-master/src/DockableWidgetLayout.h:26:37: note: Function 'addWidget' argument 5 names different: declaration 'height' definition 'h'.
debugger-master/src/DockableWidgetLayout.cpp:119:63: note: Function 'addWidget' argument 5 names different: declaration 'height' definition 'h'.
debugger-master/src/DockableWidgetLayout.cpp:10:23: warning: Member variable 'DockableWidgetLayout::layoutWidth' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DockableWidgetLayout.cpp:10:23: warning: Member variable 'DockableWidgetLayout::layoutHeight' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DockableWidgetLayout.cpp:10:23: warning: Member variable 'DockableWidgetLayout::checkWidth' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DockableWidgetLayout.cpp:10:23: warning: Member variable 'DockableWidgetLayout::checkHeight' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DockableWidgetLayout.cpp:19:23: warning: Member variable 'DockableWidgetLayout::layoutWidth' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DockableWidgetLayout.cpp:19:23: warning: Member variable 'DockableWidgetLayout::layoutHeight' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DockableWidgetLayout.cpp:19:23: warning: Member variable 'DockableWidgetLayout::checkWidth' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/DockableWidgetLayout.cpp:19:23: warning: Member variable 'DockableWidgetLayout::checkHeight' is not initialized in the constructor. [uninitMemberVar]
debugger-master/src/HexViewer.cpp:538:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
debugger-master/src/HexViewer.cpp:542:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
debugger-master/src/HexViewer.cpp:546:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
debugger-master/src/HexViewer.cpp:550:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
debugger-master/src/HexViewer.cpp:554:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
debugger-master/src/HexViewer.cpp:558:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
debugger-master/src/HexViewer.cpp:563:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
debugger-master/src/HexViewer.cpp:568:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
debugger-master/src/HexViewer.cpp:190:6: style: The scope of the variable 'w' can be reduced. [variableScope]
debugger-master/src/HexViewer.cpp:26:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/HexViewer.cpp:26:15: note: Function in derived class
debugger-master/src/HexViewer.cpp:32:15: style: The function 'cancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:32:15: note: Virtual function in base class
debugger-master/src/HexViewer.cpp:32:15: note: Function in derived class
debugger-master/src/InteractiveButton.cpp:28:61: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
debugger-master/src/InteractiveButton.cpp:28:51: style: Boolean variable '_mustBeSet' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
debugger-master/src/InteractiveButton.h:10:2: style: Class 'InteractiveButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/InteractiveLabel.h:10:2: style: Class 'InteractiveLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/OpenMSXConnection.cpp:7:45: style: Function 'SimpleCommand' argument 1 names different: declaration 'command' definition 'command_'. [funcArgNamesDifferent]
debugger-master/src/OpenMSXConnection.h:28:31: note: Function 'SimpleCommand' argument 1 names different: declaration 'command' definition 'command_'.
debugger-master/src/OpenMSXConnection.cpp:7:45: note: Function 'SimpleCommand' argument 1 names different: declaration 'command' definition 'command_'.
debugger-master/src/OpenMSXConnection.cpp:43:12: style: Function 'ReadDebugBlockCommand' argument 2 names different: declaration 'size' definition 'size_'. [funcArgNamesDifferent]
debugger-master/src/OpenMSXConnection.h:44:63: note: Function 'ReadDebugBlockCommand' argument 2 names different: declaration 'size' definition 'size_'.
debugger-master/src/OpenMSXConnection.cpp:43:12: note: Function 'ReadDebugBlockCommand' argument 2 names different: declaration 'size' definition 'size_'.
debugger-master/src/OpenMSXConnection.cpp:43:34: style: Function 'ReadDebugBlockCommand' argument 3 names different: declaration 'target' definition 'target_'. [funcArgNamesDifferent]
debugger-master/src/OpenMSXConnection.h:45:39: note: Function 'ReadDebugBlockCommand' argument 3 names different: declaration 'target' definition 'target_'.
debugger-master/src/OpenMSXConnection.cpp:43:34: note: Function 'ReadDebugBlockCommand' argument 3 names different: declaration 'target' definition 'target_'.
debugger-master/src/OpenMSXConnection.cpp:50:29: style: Function 'ReadDebugBlockCommand' argument 3 names different: declaration 'size' definition 'size_'. [funcArgNamesDifferent]
debugger-master/src/OpenMSXConnection.h:46:77: note: Function 'ReadDebugBlockCommand' argument 3 names different: declaration 'size' definition 'size_'.
debugger-master/src/OpenMSXConnection.cpp:50:29: note: Function 'ReadDebugBlockCommand' argument 3 names different: declaration 'size' definition 'size_'.
debugger-master/src/OpenMSXConnection.cpp:50:51: style: Function 'ReadDebugBlockCommand' argument 4 names different: declaration 'target' definition 'target_'. [funcArgNamesDifferent]
debugger-master/src/OpenMSXConnection.h:47:39: note: Function 'ReadDebugBlockCommand' argument 4 names different: declaration 'target' definition 'target_'.
debugger-master/src/OpenMSXConnection.cpp:50:51: note: Function 'ReadDebugBlockCommand' argument 4 names different: declaration 'target' definition 'target_'.
debugger-master/src/OpenMSXConnection.cpp:68:29: style: Function 'WriteDebugBlockCommand' argument 3 names different: declaration 'size' definition 'size_'. [funcArgNamesDifferent]
debugger-master/src/OpenMSXConnection.h:58:78: note: Function 'WriteDebugBlockCommand' argument 3 names different: declaration 'size' definition 'size_'.
debugger-master/src/OpenMSXConnection.cpp:68:29: note: Function 'WriteDebugBlockCommand' argument 3 names different: declaration 'size' definition 'size_'.
debugger-master/src/OpenMSXConnection.cpp:68:51: style: Function 'WriteDebugBlockCommand' argument 4 names different: declaration 'source' definition 'source_'. [funcArgNamesDifferent]
debugger-master/src/OpenMSXConnection.h:59:39: note: Function 'WriteDebugBlockCommand' argument 4 names different: declaration 'source' definition 'source_'.
debugger-master/src/OpenMSXConnection.cpp:68:51: note: Function 'WriteDebugBlockCommand' argument 4 names different: declaration 'source' definition 'source_'.
debugger-master/src/OpenMSXConnection.cpp:88:55: style: Function 'OpenMSXConnection' argument 1 names different: declaration 'socket' definition 'socket_'. [funcArgNamesDifferent]
debugger-master/src/OpenMSXConnection.h:67:37: note: Function 'OpenMSXConnection' argument 1 names different: declaration 'socket' definition 'socket_'.
debugger-master/src/OpenMSXConnection.cpp:88:55: note: Function 'OpenMSXConnection' argument 1 names different: declaration 'socket' definition 'socket_'.
debugger-master/src/SimpleHexRequest.cpp:9:48: style: Function 'SimpleHexRequest' argument 4 names different: declaration 'user' definition 'user_'. [funcArgNamesDifferent]
debugger-master/src/SimpleHexRequest.h:29:58: note: Function 'SimpleHexRequest' argument 4 names different: declaration 'user' definition 'user_'.
debugger-master/src/SimpleHexRequest.cpp:9:48: note: Function 'SimpleHexRequest' argument 4 names different: declaration 'user' definition 'user_'.
debugger-master/src/SimpleHexRequest.cpp:18:39: style: Function 'SimpleHexRequest' argument 2 names different: declaration 'offset' definition 'offset_'. [funcArgNamesDifferent]
debugger-master/src/SimpleHexRequest.h:30:55: note: Function 'SimpleHexRequest' argument 2 names different: declaration 'offset' definition 'offset_'.
debugger-master/src/SimpleHexRequest.cpp:18:39: note: Function 'SimpleHexRequest' argument 2 names different: declaration 'offset' definition 'offset_'.
debugger-master/src/SimpleHexRequest.cpp:19:48: style: Function 'SimpleHexRequest' argument 5 names different: declaration 'user' definition 'user_'. [funcArgNamesDifferent]
debugger-master/src/SimpleHexRequest.h:31:58: note: Function 'SimpleHexRequest' argument 5 names different: declaration 'user' definition 'user_'.
debugger-master/src/SimpleHexRequest.cpp:19:48: note: Function 'SimpleHexRequest' argument 5 names different: declaration 'user' definition 'user_'.
debugger-master/src/SlotViewer.cpp:13:2: style: Class 'DebugMemMapperHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/SlotViewer.cpp:19:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/SlotViewer.cpp:19:15: note: Function in derived class
debugger-master/src/StackViewer.cpp:21:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/StackViewer.cpp:21:15: note: Function in derived class
debugger-master/src/StackViewer.cpp:27:15: style: The function 'cancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:32:15: note: Virtual function in base class
debugger-master/src/StackViewer.cpp:27:15: note: Function in derived class
debugger-master/src/SymbolManager.cpp:205:17: style: C-style pointer casting [cstyleCast]
debugger-master/src/SymbolManager.cpp:318:17: style: C-style pointer casting [cstyleCast]
debugger-master/src/SymbolManager.cpp:533:16: style: C-style pointer casting [cstyleCast]
debugger-master/src/SymbolManager.cpp:557:16: style: C-style pointer casting [cstyleCast]
debugger-master/src/SymbolManager.cpp:574:16: style: C-style pointer casting [cstyleCast]
debugger-master/src/SymbolManager.cpp:583:16: style: C-style pointer casting [cstyleCast]
debugger-master/src/SymbolManager.cpp:628:16: style: C-style pointer casting [cstyleCast]
debugger-master/src/SymbolTable.cpp:365:11: style: The scope of the variable 'sym' can be reduced. [variableScope]
debugger-master/src/SymbolTable.cpp:134:43: style: Function 'getAddressSymbol' argument 1 names different: declaration 'val' definition 'addr'. [funcArgNamesDifferent]
debugger-master/src/SymbolTable.h:105:31: note: Function 'getAddressSymbol' argument 1 names different: declaration 'val' definition 'addr'.
debugger-master/src/SymbolTable.cpp:134:43: note: Function 'getAddressSymbol' argument 1 names different: declaration 'val' definition 'addr'.
debugger-master/src/SymbolTable.cpp:735:2: performance: Variable 'symText' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
debugger-master/src/SymbolTable.cpp:738:2: performance: Variable 'symSegments' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
debugger-master/src/SymbolTable.h:16:1: warning: The class 'Symbol' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
debugger-master/src/VDPDataStore.cpp:62:2: style: Class 'VDPDataStore' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
debugger-master/src/VDPDataStore.cpp:62:2: style: Class 'VDPDataStore' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
debugger-master/src/VDPDataStore.cpp:7:2: style: Class 'VDPDataStoreVersionCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/VDPDataStore.cpp:35:2: style: Class 'VDPDataStoreVRAMSizeCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
debugger-master/src/VDPDataStore.cpp:13:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/VDPDataStore.cpp:13:15: note: Function in derived class
debugger-master/src/VDPDataStore.cpp:20:15: style: The function 'replyNok' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:31:15: note: Virtual function in base class
debugger-master/src/VDPDataStore.cpp:20:15: note: Function in derived class
debugger-master/src/VDPDataStore.cpp:41:15: style: The function 'replyOk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:30:15: note: Virtual function in base class
debugger-master/src/VDPDataStore.cpp:41:15: note: Function in derived class
debugger-master/src/VDPDataStore.cpp:47:15: style: The function 'replyNok' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
debugger-master/src/OpenMSXConnection.h:31:15: note: Virtual function in base class
debugger-master/src/VDPDataStore.cpp:47:15: note: Function in derived class
debugger-master/src/VDPRegViewer.cpp:42:2: style: Variable 'vdpid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
debugger-master/src/VDPRegViewer.cpp:41:2: note: Variable 'vdpid' is reassigned a value before the old one has been used if variable is no semaphore variable.
debugger-master/src/VDPRegViewer.cpp:42:2: note: Variable 'vdpid' is reassigned a value before the old one has been used if variable is no semaphore variable.
debugger-master/src/VDPRegViewer.cpp:676:49: style: Function 'doConnect' argument 1 names different: declaration 'lab' definition 'but'. [funcArgNamesDifferent]
debugger-master/src/VDPRegViewer.h:45:36: note: Function 'doConnect' argument 1 names different: declaration 'lab' definition 'but'.
debugger-master/src/VDPRegViewer.cpp:676:49: note: Function 'doConnect' argument 1 names different: declaration 'lab' definition 'but'.
debugger-master/src/VDPRegViewer.cpp:385:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
debugger-master/src/VDPRegViewer.cpp:416:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
debugger-master/src/VramBitMappedView.cpp:48:2: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[13:04]

ftp://ftp.se.debian.org/debian/pool/main/o/openmx/openmx_3.8.5+dfsg1.orig.tar.gz
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:553:21: warning: Logical disjunction always evaluates to true: EXPR != ' ' || EXPR != '\t'. [incorrectLogicOperator]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:617:19: style: Condition 'printlevel>10' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:621:21: style: Condition 'printlevel>10' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:625:30: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:665:16: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:704:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:745:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:780:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:816:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:859:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:905:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:955:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:417:10: warning: Either the condition 'fp3!=NULL' is redundant or there is possible null pointer dereference: fp3. [nullPointerRedundantCheck]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:397:10: note: Assuming that condition 'fp3!=NULL' is not redundant
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:417:10: note: Null pointer dereference
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:606:14: style: The scope of the variable 'lenstrval' can be reduced. [variableScope]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:979:14: style: The scope of the variable 'buflen' can be reduced. [variableScope]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:228:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:231:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:234:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:237:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:657:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:697:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:735:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:772:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:809:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:850:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:856:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:895:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:901:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:942:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:951:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:985:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/DFT_DATA13/PAO/mpao.c:1006:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:397:14: style: Condition 'po==0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:333:8: note: Assignment 'po=0', assigned value is 0
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:397:14: note: Condition 'po==0' is always true
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:266:19: warning: Redundant assignment of 'DiDn_Hn[SCFi]' to itself. [selfAssignment]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:308:29: warning: Redundant assignment of 'DiDn_HjHn[SCFi][SCFj]' to itself. [selfAssignment]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:494:25: warning: Redundant assignment of 'A[SCFi-1][SCFj-1]' to itself. [selfAssignment]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:33:29: style: The scope of the variable 'size_iOptRDM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:35:26: style: The scope of the variable 'F' can be reduced. [variableScope]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:879:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:880:10: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:29:14: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:850:13: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:39:20: style: Unused variable: bunsi [unusedVariable]
openmx-3.8.5.orig/source/ADIIS_Mixing_DM.c:39:26: style: Unused variable: bunbo [unusedVariable]
openmx-3.8.5.orig/source/Allocate_Arrays.c:8:38: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Allocate_Arrays.c:9:7: style: The scope of the variable 'Lmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Allocate_Arrays.c:9:16: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Allocate_Arrays.c:9:18: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Allocate_Arrays.c:9:20: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Col.c:2783:14: warning: Either the condition '(fp_EV=fopen(file_EV,"w"))!=NULL' is redundant or there is possible null pointer dereference: fp_EV. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Band_DFT_Col.c:2739:38: note: Assuming that condition '(fp_EV=fopen(file_EV,"w"))!=NULL' is not redundant
openmx-3.8.5.orig/source/Band_DFT_Col.c:2783:14: note: Null pointer dereference
openmx-3.8.5.orig/source/Band_DFT_Col.c:644:5: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_Col.c:643:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_Col.c:644:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_Col.c:1844:7: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_Col.c:1843:7: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_Col.c:1844:7: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:3170:13: style: Condition 'spin==0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:3154:10: note: Assignment 'spin=0', assigned value is 0
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:3170:13: note: Condition 'spin==0' is always true
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:733:18: warning: Redundant assignment of 'C[j1][l]' to itself. [selfAssignment]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:3617:18: warning: Redundant assignment of 'C[j1][l]' to itself. [selfAssignment]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:107:7: style: The scope of the variable 'MA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:113:7: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:148:8: style: The scope of the variable 'file_ev' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:148:25: style: The scope of the variable 'file_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:149:16: style: The scope of the variable 'fp_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:154:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1168:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1451:7: style: The scope of the variable 'MA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1456:7: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1496:8: style: The scope of the variable 'file_ev' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1496:25: style: The scope of the variable 'file_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1497:16: style: The scope of the variable 'fp_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1503:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:2531:9: style: The scope of the variable 'ii' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:2531:12: style: The scope of the variable 'jj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:2531:15: style: The scope of the variable 'kk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:3981:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:5579:9: style: The scope of the variable 'ii' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:5579:12: style: The scope of the variable 'jj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:5579:15: style: The scope of the variable 'kk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:108:32: style: Unused variable: RnB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1378:13: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:112:22: style: Unused variable: n1min [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:113:12: style: Unused variable: e1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:113:15: style: Unused variable: s1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:119:32: style: Unused variable: Redum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:119:39: style: Unused variable: Resum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:121:0: style: Variable 'OLP_eigen_cut' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:150:8: style: Unused variable: buf1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:151:8: style: Unused variable: buf2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:152:24: style: Unused variable: ID1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:152:28: style: Unused variable: ID2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:152:32: style: Unused variable: tag [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:850:15: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:156:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:157:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1166:12: style: Unused variable: x0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1166:15: style: Unused variable: y0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1166:18: style: Unused variable: z0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1449:23: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1452:32: style: Unused variable: RnB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1455:22: style: Unused variable: iemin0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1455:29: style: Unused variable: iemax0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1455:36: style: Unused variable: n1min [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1455:42: style: Unused variable: mn [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1456:12: style: Unused variable: e1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1456:15: style: Unused variable: s1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:2747:13: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1465:10: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1465:14: style: Unused variable: sumi [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1469:10: style: Unused variable: Redum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1469:17: style: Unused variable: Resum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1469:23: style: Unused variable: Imdum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1471:0: style: Variable 'OLP_eigen_cut' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1474:19: style: Unused variable: N_ko [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1474:25: style: Unused variable: i_ko [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1478:22: style: Unused variable: N_H [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1478:28: style: Unused variable: i_H [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1479:22: style: Unused variable: N_S [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1479:28: style: Unused variable: i_S [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1482:22: style: Unused variable: N_C [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1482:28: style: Unused variable: i_C [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1498:8: style: Unused variable: buf1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1499:8: style: Unused variable: buf2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1500:24: style: Unused variable: ID1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1500:28: style: Unused variable: ID2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1500:32: style: Unused variable: tag [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:2147:13: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1505:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:1506:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:2533:12: style: Unused variable: x0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:2533:15: style: Unused variable: y0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:2533:18: style: Unused variable: z0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:3979:12: style: Unused variable: x0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:3979:15: style: Unused variable: y0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:3979:18: style: Unused variable: z0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:5581:12: style: Unused variable: x0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:5581:15: style: Unused variable: y0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:5581:18: style: Unused variable: z0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_Dosout.c:4603:24: error: Uninitialized variable: kloop [uninitvar]
openmx-3.8.5.orig/source/Band_DFT_MO.c:783:9: warning: Either the condition '(fp_EV=fopen(file_EV,"a"))!=NULL' is redundant or there is possible null pointer dereference: fp_EV. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Band_DFT_MO.c:627:40: note: Assuming that condition '(fp_EV=fopen(file_EV,"a"))!=NULL' is not redundant
openmx-3.8.5.orig/source/Band_DFT_MO.c:783:9: note: Null pointer dereference
openmx-3.8.5.orig/source/Band_DFT_MO.c:1709:9: warning: Either the condition '(fp_EV=fopen(file_EV,"a"))!=NULL' is redundant or there is possible null pointer dereference: fp_EV. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Band_DFT_MO.c:1562:40: note: Assuming that condition '(fp_EV=fopen(file_EV,"a"))!=NULL' is not redundant
openmx-3.8.5.orig/source/Band_DFT_MO.c:1709:9: note: Null pointer dereference
openmx-3.8.5.orig/source/Band_DFT_MO.c:212:5: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_MO.c:211:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:212:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1070:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_MO.c:1069:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1070:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1071:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_MO.c:1070:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1071:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1072:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_MO.c:1071:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1072:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1073:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_MO.c:1072:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1073:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1082:5: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_MO.c:1081:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1082:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1083:5: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_MO.c:1082:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:1083:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_MO.c:59:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:64:18: style: The scope of the variable 'nhomos' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:64:25: style: The scope of the variable 'nlumos' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:68:20: style: The scope of the variable 'av_num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:69:31: style: The scope of the variable 'k1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:69:34: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:69:37: style: The scope of the variable 'k3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:873:18: style: The scope of the variable 'nhomos' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:873:25: style: The scope of the variable 'nlumos' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:879:31: style: The scope of the variable 'k1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:879:34: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:879:37: style: The scope of the variable 'k3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:909:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_MO.c:59:17: style: Unused variable: wan [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:61:13: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:61:21: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:212:15: style: Variable 'size_H1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:62:7: style: Unused variable: num2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:62:12: style: Unused variable: RnB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:63:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:63:13: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:65:7: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:65:10: style: Unused variable: ij [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:65:13: style: Unused variable: ik [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:68:10: style: Unused variable: time0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:69:10: style: Unused variable: snum_i [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:69:17: style: Unused variable: snum_j [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:69:24: style: Unused variable: snum_k [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:69:49: style: Unused variable: Num_State [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:70:12: style: Unused variable: Dnum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:70:17: style: Unused variable: Dnum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:70:23: style: Unused variable: AcP [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:70:27: style: Unused variable: ChemP_MAX [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:70:37: style: Unused variable: ChemP_MIN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:76:10: style: Unused variable: u2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:76:13: style: Unused variable: v2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:76:16: style: Unused variable: uv [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:76:19: style: Unused variable: vu [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:77:10: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:77:14: style: Unused variable: sumE [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:78:10: style: Unused variable: Resum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:78:16: style: Unused variable: ResumE [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:78:23: style: Unused variable: Redum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:78:29: style: Unused variable: Redum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:78:36: style: Unused variable: Imdum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:79:35: style: Unused variable: EiloopTime [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:80:0: style: Variable 'FermiEps' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:82:0: style: Variable 'OLP_eigen_cut' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:87:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:864:17: style: Unused variable: wan [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:864:23: style: Unused variable: ii1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:870:13: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:870:16: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:870:21: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:1083:15: style: Variable 'size_H1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:871:7: style: Unused variable: num2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:871:12: style: Unused variable: RnB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:872:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:872:13: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:874:7: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:874:10: style: Unused variable: ij [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:874:13: style: Unused variable: ik [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:878:10: style: Unused variable: time0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:879:10: style: Unused variable: snum_i [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:879:17: style: Unused variable: snum_j [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:879:24: style: Unused variable: snum_k [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:879:40: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:879:44: style: Unused variable: sumi [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:879:49: style: Unused variable: Num_State [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:880:12: style: Unused variable: Dnum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:880:17: style: Unused variable: Dnum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:880:23: style: Unused variable: AcP [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:880:27: style: Unused variable: ChemP_MAX [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:880:37: style: Unused variable: ChemP_MIN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:891:10: style: Unused variable: EV_cut0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:895:10: style: Unused variable: u2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:895:13: style: Unused variable: v2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:895:16: style: Unused variable: uv [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:895:19: style: Unused variable: vu [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:896:10: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:896:14: style: Unused variable: sumE [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:897:10: style: Unused variable: Resum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:897:16: style: Unused variable: ResumE [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:897:23: style: Unused variable: Redum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:897:29: style: Unused variable: Redum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:897:36: style: Unused variable: Imdum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:898:35: style: Unused variable: EiloopTime [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:899:0: style: Variable 'FermiEps' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:901:0: style: Variable 'OLP_eigen_cut' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:907:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_MO.c:1423:16: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:2728:14: warning: Either the condition '(fp_EV=fopen(file_EV,"w"))!=NULL' is redundant or there is possible null pointer dereference: fp_EV. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:2694:38: note: Assuming that condition '(fp_EV=fopen(file_EV,"w"))!=NULL' is not redundant
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:2728:14: note: Null pointer dereference
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:696:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:695:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:696:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:697:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:696:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:697:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:698:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:697:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:698:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:699:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:698:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:699:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:708:5: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:707:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:708:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:709:5: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:708:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:709:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:41:20: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:52:10: style: The scope of the variable 'snum_i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:52:17: style: The scope of the variable 'snum_j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:52:24: style: The scope of the variable 'snum_k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:59:10: style: The scope of the variable 'av_num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:60:12: style: The scope of the variable 'Dnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:10: style: The scope of the variable 'd1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:13: style: The scope of the variable 'd2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:16: style: The scope of the variable 'd3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:19: style: The scope of the variable 'd4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:22: style: The scope of the variable 'd5' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:25: style: The scope of the variable 'd6' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:28: style: The scope of the variable 'd7' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:31: style: The scope of the variable 'd8' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:34: style: The scope of the variable 'd9' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:37: style: The scope of the variable 'd10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:41: style: The scope of the variable 'd11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:62:45: style: The scope of the variable 'd12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:69:14: style: The scope of the variable 'E_knum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:78:25: style: The scope of the variable 'RedumA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:78:40: style: The scope of the variable 'ImdumA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:79:17: style: The scope of the variable 'RedumB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:79:32: style: The scope of the variable 'ImdumB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:80:17: style: The scope of the variable 'RedumC' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:80:32: style: The scope of the variable 'ImdumC' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:90:8: style: The scope of the variable 'file_EV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:91:9: style: The scope of the variable 'fp_EV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:136:12: style: The scope of the variable 'ks' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:136:15: style: The scope of the variable 'i0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:137:10: style: The scope of the variable 'ID0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:42:7: style: Unused variable: ii1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:42:11: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:42:13: style: Unused variable: mn [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:42:16: style: Unused variable: lmn [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:45:7: style: Unused variable: num2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:46:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:46:13: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:2598:14: style: Variable 'Anum' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:49:10: style: Unused variable: Imdum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:49:17: style: Unused variable: Imsum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:49:23: style: Unused variable: ImsumE [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:2603:16: style: Variable 'Bnum' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:52:40: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:52:44: style: Unused variable: sumi [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:60:17: style: Unused variable: Dnum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:60:23: style: Unused variable: AcP [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:69:28: style: Unused variable: e1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:69:31: style: Unused variable: s1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:72:10: style: Unused variable: u2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:72:13: style: Unused variable: v2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:72:16: style: Unused variable: uv [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:72:19: style: Unused variable: vu [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:74:17: style: Unused variable: Fkw [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:75:17: style: Unused variable: sumE [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:76:10: style: Unused variable: Resum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:76:16: style: Unused variable: ResumE [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:76:23: style: Unused variable: Redum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:76:29: style: Unused variable: Redum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:76:36: style: Unused variable: Imdum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:78:10: style: Unused variable: ResumA [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:78:17: style: Unused variable: ResumEA [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:78:32: style: Unused variable: Redum2A [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:79:10: style: Unused variable: ResumB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:79:24: style: Unused variable: Redum2B [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:80:10: style: Unused variable: ResumC [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:80:24: style: Unused variable: Redum2C [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:81:10: style: Unused variable: Imdum2D [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:81:18: style: Unused variable: ImsumED [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:82:10: style: Unused variable: u2A [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:82:14: style: Unused variable: v2A [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:82:18: style: Unused variable: uvA [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:82:22: style: Unused variable: vuA [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:83:10: style: Unused variable: u2B [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:83:14: style: Unused variable: v2B [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:83:18: style: Unused variable: uvB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:83:22: style: Unused variable: vuB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:84:10: style: Unused variable: u2C [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:84:14: style: Unused variable: v2C [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:84:18: style: Unused variable: uvC [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:84:22: style: Unused variable: vuC [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:92:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:137:14: style: Unused variable: ID1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:182:3: style: Variable 'time18' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:2331:11: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_NonCol.c:655:15: error: Memory is allocated but not initialized: Comm_World_StartID1 [uninitdata]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:74:18: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:96:8: style: The scope of the variable 'file_Band' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:97:9: style: The scope of the variable 'fp_Band' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:725:18: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:751:8: style: The scope of the variable 'file_Band' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:752:9: style: The scope of the variable 'fp_Band' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:70:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:70:17: style: Unused variable: wan [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:72:13: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:72:30: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:73:7: style: Unused variable: num2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:73:12: style: Unused variable: RnB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:73:16: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:73:19: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:73:22: style: Unused variable: l3 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:74:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:74:13: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:74:23: style: Unused variable: tnoA [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:74:28: style: Unused variable: wanB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:74:33: style: Unused variable: tnoB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:75:7: style: Unused variable: GA_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:75:13: style: Unused variable: Anum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:76:10: style: Unused variable: time0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:77:7: style: Unused variable: LB_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:77:13: style: Unused variable: GB_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:77:19: style: Unused variable: Bnum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:78:10: style: Unused variable: snum_i [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:78:17: style: Unused variable: snum_j [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:78:24: style: Unused variable: snum_k [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:78:40: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:78:44: style: Unused variable: sumi [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:78:49: style: Unused variable: Num_State [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:78:59: style: Unused variable: FermiF [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:79:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:79:12: style: Unused variable: Dnum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:79:17: style: Unused variable: Dnum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:79:23: style: Unused variable: AcP [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:79:27: style: Unused variable: ChemP_MAX [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:79:37: style: Unused variable: ChemP_MIN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:86:7: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:86:10: style: Unused variable: ij [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:87:10: style: Unused variable: u2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:87:13: style: Unused variable: v2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:87:16: style: Unused variable: uv [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:87:19: style: Unused variable: vu [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:88:10: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:88:14: style: Unused variable: sumE [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:88:19: style: Unused variable: kRn [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:88:23: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:88:26: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:89:10: style: Unused variable: Resum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:89:16: style: Unused variable: ResumE [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:89:23: style: Unused variable: Redum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:89:29: style: Unused variable: Redum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:89:36: style: Unused variable: Imdum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:90:36: style: Unused variable: EiloopTime [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:98:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:721:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:721:17: style: Unused variable: wan [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:723:13: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:723:16: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:724:7: style: Unused variable: num2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:724:12: style: Unused variable: RnB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:724:16: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:724:19: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:724:22: style: Unused variable: l3 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:724:25: style: Unused variable: ii1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:724:29: style: Unused variable: jj1 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:724:33: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:725:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:725:13: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:725:23: style: Unused variable: tnoA [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:725:28: style: Unused variable: wanB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:725:33: style: Unused variable: tnoB [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:726:7: style: Unused variable: GA_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:726:13: style: Unused variable: Anum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:727:10: style: Unused variable: time0 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:728:7: style: Unused variable: LB_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:728:13: style: Unused variable: GB_AN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:728:19: style: Unused variable: Bnum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:730:10: style: Unused variable: snum_i [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:730:17: style: Unused variable: snum_j [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:730:24: style: Unused variable: snum_k [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:730:40: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:730:44: style: Unused variable: sumi [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:730:49: style: Unused variable: Num_State [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:730:59: style: Unused variable: FermiF [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:731:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:731:12: style: Unused variable: Dnum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:731:17: style: Unused variable: Dnum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:731:23: style: Unused variable: AcP [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:731:27: style: Unused variable: ChemP_MAX [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:731:37: style: Unused variable: ChemP_MIN [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:738:7: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:738:10: style: Unused variable: ij [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:740:10: style: Unused variable: u2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:740:13: style: Unused variable: v2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:740:16: style: Unused variable: uv [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:740:19: style: Unused variable: vu [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:741:10: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:741:14: style: Unused variable: sumE [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:741:19: style: Unused variable: kRn [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:741:23: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:741:26: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:742:10: style: Unused variable: Resum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:742:16: style: Unused variable: ResumE [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:742:23: style: Unused variable: Redum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:742:29: style: Unused variable: Redum2 [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:742:36: style: Unused variable: Imdum [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:743:36: style: Unused variable: EiloopTime [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:746:26: style: Unused variable: mn [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:819:30: style: Variable 'spinsize' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:750:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:599:0: error: Memory leak: arpo [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:599:0: error: Memory leak: M1 [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:599:0: error: Memory leak: koS [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:599:0: error: Memory leak: Dummy_ImNL [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:599:0: error: Memory leak: H [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:599:0: error: Memory leak: ik_list [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:599:0: error: Memory leak: i_perk_list [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:1218:0: error: Memory leak: M1 [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:1218:0: error: Memory leak: koS [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:1218:0: error: Memory leak: H [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:1218:0: error: Memory leak: ik_list [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:1218:0: error: Memory leak: i_perk_list [memleak]
openmx-3.8.5.orig/source/Band_DFT_kpath.c:1218:0: error: Memory leak: arpo [memleak]
openmx-3.8.5.orig/source/BentNT.c:40:13: style: The scope of the variable 'dj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BentNT.c:42:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BentNT.c:35:13: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/BentNT.c:35:16: style: Unused variable: j1 [unusedVariable]
openmx-3.8.5.orig/source/BentNT.c:40:16: style: Unused variable: dk [unusedVariable]
openmx-3.8.5.orig/source/BentNT.c:43:19: style: Unused variable: scaleF [unusedVariable]
openmx-3.8.5.orig/source/BroadCast_ComplexMatrix.c:26:7: style: The scope of the variable 'tag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BroadCast_ComplexMatrix.c:27:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BroadCast_ComplexMatrix.c:27:0: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BroadCast_ComplexMatrix.c:27:0: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BroadCast_ComplexMatrix.c:28:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BroadCast_ComplexMatrix.c:28:0: style: The scope of the variable 'k0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BroadCast_ComplexMatrix.c:28:0: style: The scope of the variable 'k1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BroadCast_ComplexMatrix.c:28:0: style: The scope of the variable 'num0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BroadCast_ComplexMatrix.c:28:0: style: The scope of the variable 'num1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BroadCast_ComplexMatrix.c:20:39: style: Function 'BroadCast_ComplexMatrix' argument 1 names different: declaration 'MPI_Current_Comm_WD' definition 'MPI_Curret_Comm_WD'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:3121:39: note: Function 'BroadCast_ComplexMatrix' argument 1 names different: declaration 'MPI_Current_Comm_WD' definition 'MPI_Curret_Comm_WD'.
openmx-3.8.5.orig/source/BroadCast_ComplexMatrix.c:20:39: note: Function 'BroadCast_ComplexMatrix' argument 1 names different: declaration 'MPI_Current_Comm_WD' definition 'MPI_Curret_Comm_WD'.
openmx-3.8.5.orig/source/BroadCast_ReMatrix.c:28:0: style: The scope of the variable 'k1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/BroadCast_ReMatrix.c:28:0: style: The scope of the variable 'num1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:555:11: warning: Redundant assignment of 'i1s' to itself. [selfAssignment]
openmx-3.8.5.orig/source/Cluster_DFT.c:1491:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1491:24: style: The scope of the variable 'i1s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1493:7: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1495:7: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1495:12: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1495:15: style: The scope of the variable 'num0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1495:20: style: The scope of the variable 'num1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1496:7: style: The scope of the variable 'mul' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1496:11: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1496:13: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1496:18: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1497:16: style: The scope of the variable 'lumos' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1498:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1498:20: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1498:25: style: The scope of the variable 'wanB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1498:30: style: The scope of the variable 'tnoB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1499:7: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1499:13: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1499:18: style: The scope of the variable 'loopN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1500:7: style: The scope of the variable 'MA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1500:13: style: The scope of the variable 'LB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1500:19: style: The scope of the variable 'GB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1500:25: style: The scope of the variable 'Bnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1512:29: style: The scope of the variable 'max_x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1514:10: style: The scope of the variable 'Num_State' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1514:20: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1514:22: style: The scope of the variable 'FermiF' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1514:29: style: The scope of the variable 'Dnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1515:10: style: The scope of the variable 'FermiF2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1515:18: style: The scope of the variable 'x2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1515:21: style: The scope of the variable 'diffF' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1516:10: style: The scope of the variable 'dum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1516:14: style: The scope of the variable 'ChemP_MAX' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1516:24: style: The scope of the variable 'ChemP_MIN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1518:10: style: The scope of the variable 'FermiEps' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1520:9: style: The scope of the variable 'Name_Angular' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1521:9: style: The scope of the variable 'Name_Multiple' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1522:8: style: The scope of the variable 'file_EV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1523:9: style: The scope of the variable 'fp_EV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2630:36: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2632:19: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2638:8: style: The scope of the variable 'file_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2638:26: style: The scope of the variable 'file_ev' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2645:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2880:7: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2880:12: style: The scope of the variable 'ie' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2880:39: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2882:19: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2883:7: style: The scope of the variable 'sAN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2883:11: style: The scope of the variable 'eAN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2887:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2890:8: style: The scope of the variable 'file_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2890:26: style: The scope of the variable 'file_ev' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:2897:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT.c:1491:31: style: Unused variable: k1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1492:7: style: Unused variable: ii1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1492:19: style: Unused variable: ki [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1492:22: style: Unused variable: kj [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1493:11: style: Unused variable: HOMO0 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1493:17: style: Unused variable: HOMO1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1498:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1504:12: style: Unused variable: Ctmp1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1504:18: style: Unused variable: Ctmp2 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1506:10: style: Unused variable: sum_i [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1506:16: style: Unused variable: sum_r [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1512:13: style: Unused variable: my_sum [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1512:20: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1512:24: style: Unused variable: sumE [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1514:34: style: Unused variable: Dnum2 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:1524:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:2267:13: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT.c:659:9: error: Uninitialized variable: lumos [uninitvar]
openmx-3.8.5.orig/source/Cluster_DFT.c:1918:9: error: Uninitialized variable: lumos [uninitvar]
openmx-3.8.5.orig/source/Cluster_DFT_Dosout.c:1483:20: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_Dosout.c:1483:26: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:210:21: style: The scope of the variable 'np' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:821:7: style: The scope of the variable 'FNAN_min' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:821:16: style: The scope of the variable 'OG_max' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:821:30: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:822:7: style: The scope of the variable 'OG_min0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:822:15: style: The scope of the variable 'OG_max0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:822:23: style: The scope of the variable 'diff_n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:822:30: style: The scope of the variable 'nmin0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:822:36: style: The scope of the variable 'nmax0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1270:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3129:16: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3131:39: style: The scope of the variable 'nj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3132:7: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3132:33: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3165:7: style: The scope of the variable 'Num_Comm_World2B' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3688:16: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3690:39: style: The scope of the variable 'nj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3691:7: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3691:33: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3704:10: style: The scope of the variable 'x3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3704:13: style: The scope of the variable 'y3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3727:7: style: The scope of the variable 'Num_Comm_World2B' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4554:10: style: The scope of the variable 'z0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4554:13: style: The scope of the variable 'z1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4554:16: style: The scope of the variable 'z2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4554:19: style: The scope of the variable 'a1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4554:22: style: The scope of the variable 'a2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4554:25: style: The scope of the variable 'a3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4554:28: style: The scope of the variable 'det' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4555:10: style: The scope of the variable 'a11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4555:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4555:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4555:22: style: The scope of the variable 'a21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4555:26: style: The scope of the variable 'a22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4555:30: style: The scope of the variable 'a23' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4555:34: style: The scope of the variable 'a31' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4555:38: style: The scope of the variable 'a32' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4555:42: style: The scope of the variable 'a33' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:819:23: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:819:34: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:820:24: style: Unused variable: OGh_AN [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1060:5: style: Variable 'abc_OG_max' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1181:8: style: Variable 'n0' is modified but its new value is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1183:8: style: Variable 'n1' is modified but its new value is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1182:8: style: Variable 'nb' is modified but its new value is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1243:7: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1243:16: style: Unused variable: TNZE3 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1244:21: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1244:23: style: Unused variable: q [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1247:10: style: Unused variable: tol [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1252:10: style: Unused variable: ctmp [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1252:0: style: Unused variable: ctmp3 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1254:7: style: Unused variable: io [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1254:10: style: Unused variable: jo [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1254:13: style: Unused variable: jo_min [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1256:7: style: Unused variable: n0 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1261:19: style: Unused variable: dcsum1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1261:26: style: Unused variable: dcsum2 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1261:33: style: Unused variable: dcsum3 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1261:40: style: Unused variable: dcsum4 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1262:10: style: Unused variable: csum2 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1262:0: style: Unused variable: csum3 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:1262:0: style: Unused variable: csum4 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:2663:13: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3125:14: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3128:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3129:13: style: Unused variable: k2 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3129:37: style: Unused variable: column [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3130:23: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3130:26: style: Unused variable: j1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3130:29: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3131:36: style: Unused variable: ni [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3132:37: style: Unused variable: num4 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3133:30: style: Unused variable: NEV [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3133:34: style: Unused variable: imax [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3139:10: style: Unused variable: eachsum [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3139:18: style: Unused variable: totalsum [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3139:27: style: Unused variable: pChemP [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3213:10: style: Variable 'TZ' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3140:13: style: Unused variable: ChemP_MIN [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3140:23: style: Unused variable: ChemP_MAX [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3140:33: style: Unused variable: ymax [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3141:10: style: Unused variable: Dnum [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3141:15: style: Unused variable: spin_degeneracy [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3142:10: style: Unused variable: totalsum1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3142:20: style: Unused variable: f0 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3142:23: style: Unused variable: f1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3142:26: style: Unused variable: x1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3142:29: style: Unused variable: y1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3142:32: style: Unused variable: x0 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3142:35: style: Unused variable: y0 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3143:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3143:12: style: Unused variable: Trial_ChemP [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3143:24: style: Unused variable: dE_step [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3144:10: style: Unused variable: cTrial_ChemP [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3144:23: style: Unused variable: ChemP0 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3145:10: style: Unused variable: My_Eele1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3146:7: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3146:10: style: Unused variable: po3 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3146:14: style: Unused variable: po4 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3146:18: style: Unused variable: po6 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3146:22: style: Unused variable: loopN [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3147:7: style: Unused variable: num_loop [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3147:16: style: Unused variable: end_flag [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3156:7: style: Unused variable: numprocs1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3156:17: style: Unused variable: myid1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3164:7: style: Unused variable: numprocs2B [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3164:18: style: Unused variable: myid2B [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3684:14: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3687:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3688:13: style: Unused variable: k2 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3688:37: style: Unused variable: column [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3689:23: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3689:26: style: Unused variable: j1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3690:36: style: Unused variable: ni [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3691:37: style: Unused variable: num4 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3692:30: style: Unused variable: NEV [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3692:34: style: Unused variable: imax [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3698:27: style: Unused variable: pChemP [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3699:33: style: Unused variable: ymax [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3700:10: style: Unused variable: Dnum [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3700:15: style: Unused variable: spin_degeneracy [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3701:10: style: Unused variable: totalsum1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3701:26: style: Unused variable: x1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3701:29: style: Unused variable: y1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3701:32: style: Unused variable: x0 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3701:35: style: Unused variable: y0 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3708:7: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3708:10: style: Unused variable: po3 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3708:14: style: Unused variable: po4 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3708:22: style: Unused variable: loopN [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3718:7: style: Unused variable: numprocs1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3718:17: style: Unused variable: myid1 [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3726:7: style: Unused variable: numprocs2B [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:3726:18: style: Unused variable: myid2B [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4552:16: style: Unused variable: d [unusedVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4872:6: style: Variable 'F' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cluster_DFT_ON2.c:4970:2: style: Variable 'flag_nan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cont_Matrix0.c:20:18: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cont_Matrix0.c:21:23: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cont_Matrix0.c:20:7: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix0.c:20:41: style: Unused variable: L [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix0.c:20:43: style: Unused variable: L1 [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix0.c:20:46: style: Unused variable: M1 [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix1.c:20:18: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cont_Matrix1.c:20:35: style: The scope of the variable 'Mh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cont_Matrix1.c:21:23: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cont_Matrix1.c:20:7: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix1.c:31:15: style: Variable 'Mh_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cont_Matrix1.c:21:9: style: Unused variable: q [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix1.c:21:14: style: Unused variable: q0 [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix1.c:22:15: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix2.c:21:18: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cont_Matrix2.c:22:23: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cont_Matrix2.c:22:28: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cont_Matrix2.c:21:7: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix2.c:22:9: style: Unused variable: q [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix2.c:22:14: style: Unused variable: q0 [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix2.c:48:14: style: Variable 'Hwan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Cont_Matrix2.c:23:15: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix3.c:20:18: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cont_Matrix3.c:21:23: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cont_Matrix3.c:20:7: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix3.c:20:29: style: Unused variable: L [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix3.c:20:31: style: Unused variable: L1 [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix3.c:20:34: style: Unused variable: M1 [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix4.c:20:18: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cont_Matrix4.c:20:7: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix4.c:20:29: style: Unused variable: L [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix4.c:20:31: style: Unused variable: L1 [unusedVariable]
openmx-3.8.5.orig/source/Cont_Matrix4.c:20:34: style: Unused variable: M1 [unusedVariable]
openmx-3.8.5.orig/source/Contract_Hamiltonian.c:22:12: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Contract_Hamiltonian.c:23:23: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Contract_iHNL.c:20:10: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Contract_iHNL.c:21:23: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Contract_iHNL.c:22:21: style: Unused variable: sumS [unusedVariable]
openmx-3.8.5.orig/source/Cutoff.c:18:12: style: The scope of the variable 'len' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Cutoff.c:97:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DFT.c:79:14: style: The scope of the variable 'size_H1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DFT.c:2984:0: error: Resource leak: fp [resourceLeak]
openmx-3.8.5.orig/source/DFT.c:1675:27: error: Uninitialized variable: TotalE [uninitvar]
openmx-3.8.5.orig/source/DFT.c:1472:7: error: Uninitialized variable: myworld2 [uninitvar]
openmx-3.8.5.orig/source/DFTDvdW_init.c:30:11: style: The scope of the variable 'iZ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DFTDvdW_init.c:29:10: style: Unused variable: maxlentv [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_DM.c:28:14: style: The scope of the variable 'firsttime' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_DM.c:864:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_DM.c:865:10: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_DM.c:835:13: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_DM.c:429:14: style: Variable 'Av_dia' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_DM.c:37:17: style: Unused variable: IAv_dia [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_DM.c:37:25: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_DM.c:39:20: style: Unused variable: bunsi [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_DM.c:39:26: style: Unused variable: bunbo [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1570:18: style: Condition 'method_flag==0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1568:19: note: Assignment 'method_flag=1', assigned value is 1
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1570:18: note: Condition 'method_flag==0' is always false
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1692:23: style: Condition 'method_flag==1' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1568:19: note: Assignment 'method_flag=1', assigned value is 1
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1692:23: note: Condition 'method_flag==1' is always true
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1692:23: style: Same expression on both sides of '==' because the value of 'method_flag' and '1' are the same. [duplicateExpression]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1568:19: note: 'method_flag' is assigned value '1' here.
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1692:23: note: Same expression on both sides of '==' because the value of 'method_flag' and '1' are the same.
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:119:14: style: The scope of the variable 'firsttime' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:122:37: style: The scope of the variable 'k1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:122:40: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:122:43: style: The scope of the variable 'k3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:125:11: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:136:10: style: The scope of the variable 'Gx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:136:13: style: The scope of the variable 'Gy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:136:16: style: The scope of the variable 'Gz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:136:19: style: The scope of the variable 'G2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:862:14: style: The scope of the variable 'firsttime' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:865:43: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:865:46: style: The scope of the variable 'k3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:868:11: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:877:10: style: The scope of the variable 'Gx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:877:13: style: The scope of the variable 'Gy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:877:16: style: The scope of the variable 'Gz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:877:19: style: The scope of the variable 'G2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1579:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1580:10: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1950:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1951:10: style: The scope of the variable 'w2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1951:13: style: The scope of the variable 're' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1951:16: style: The scope of the variable 'im' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:120:12: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:120:18: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:120:24: style: Unused variable: wan1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:120:29: style: Unused variable: TNO1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:120:34: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:120:39: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:121:7: style: Unused variable: wan2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:121:12: style: Unused variable: TNO2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:344:18: style: Variable 'NumSlide' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:122:12: style: Unused variable: SCFj [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:122:17: style: Unused variable: tno1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:122:22: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:122:27: style: Unused variable: Cwan [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:122:32: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:122:46: style: Unused variable: kk2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:124:15: style: Unused variable: MN [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:124:27: style: Unused variable: refiter [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:124:35: style: Unused variable: po3 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:124:39: style: Unused variable: po4 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:124:43: style: Unused variable: refiter2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:125:18: style: Unused variable: N3 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:127:24: style: Unused variable: scale [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:132:15: style: Unused variable: itmp0 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:133:10: style: Unused variable: im1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:133:14: style: Unused variable: im2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:133:18: style: Unused variable: re1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:133:22: style: Unused variable: re2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:134:10: style: Unused variable: OptRNorm [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:134:19: style: Unused variable: My_OptRNorm [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:134:31: style: Unused variable: sum0 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:134:36: style: Unused variable: sum1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:135:10: style: Unused variable: dum1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:135:15: style: Unused variable: dum2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:135:20: style: Unused variable: bunsi [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:135:26: style: Unused variable: bunbo [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:135:32: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:136:34: style: Unused variable: F [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:136:36: style: Unused variable: F0 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:147:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:147:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:147:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:147:27: style: Unused variable: Nloop [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:147:33: style: Unused variable: Nthrds0 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:863:12: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:863:18: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:863:24: style: Unused variable: wan1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:863:29: style: Unused variable: TNO1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:863:34: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:863:39: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:864:7: style: Unused variable: wan2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:864:12: style: Unused variable: TNO2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:1107:18: style: Variable 'NumSlide' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:865:12: style: Unused variable: SCFj [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:865:17: style: Unused variable: tno1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:865:22: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:865:27: style: Unused variable: Cwan [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:865:32: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:865:49: style: Unused variable: kk2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:867:15: style: Unused variable: MN [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:868:18: style: Unused variable: N3 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:868:24: style: Unused variable: BN_AB [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:872:27: style: Unused variable: My_A_thrds [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:874:15: style: Unused variable: itmp0 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:874:26: style: Unused variable: im1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:874:30: style: Unused variable: im2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:874:34: style: Unused variable: re1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:874:38: style: Unused variable: re2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:875:10: style: Unused variable: OptRNorm [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:875:19: style: Unused variable: My_OptRNorm [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:875:31: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:875:33: style: Unused variable: wt [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:876:10: style: Unused variable: dum1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:876:15: style: Unused variable: dum2 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:876:20: style: Unused variable: bunsi [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:876:26: style: Unused variable: bunbo [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:876:32: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:877:22: style: Unused variable: G12 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:881:10: style: Unused variable: sk1 [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:888:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:888:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:888:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:888:27: style: Unused variable: Nloop [unusedVariable]
openmx-3.8.5.orig/source/DIIS_Mixing_Rhok.c:888:33: style: Unused variable: Nthrds0 [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:102:27: style: The scope of the variable 'NUM1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:103:7: style: The scope of the variable 'ih' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:103:10: style: The scope of the variable 'ig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:103:13: style: The scope of the variable 'ian' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:103:19: style: The scope of the variable 'kl' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:103:22: style: The scope of the variable 'jg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:103:25: style: The scope of the variable 'jan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:103:29: style: The scope of the variable 'Bnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:103:34: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:104:12: style: The scope of the variable 'j1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:104:15: style: The scope of the variable 'P_min' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:105:7: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:105:10: style: The scope of the variable 'loopN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:106:7: style: The scope of the variable 'MA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:106:13: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:106:19: style: The scope of the variable 'GB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:106:25: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:106:30: style: The scope of the variable 'tnoB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:106:35: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:107:19: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:107:23: style: The scope of the variable 'FermiF' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:108:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:109:33: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:109:35: style: The scope of the variable 'Dnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:112:10: style: The scope of the variable 'max_x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:113:10: style: The scope of the variable 'ChemP_MAX' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:113:20: style: The scope of the variable 'ChemP_MIN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:113:30: style: The scope of the variable 'spin_degeneracy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:114:30: style: The scope of the variable 'M1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:126:10: style: The scope of the variable 'OLP_eigen_cut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:130:10: style: The scope of the variable 'sum1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:130:15: style: The scope of the variable 'sum2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:130:20: style: The scope of the variable 'sum3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:130:25: style: The scope of the variable 'sum4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:131:12: style: The scope of the variable 'j1s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1478:27: style: The scope of the variable 'NUM1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1479:7: style: The scope of the variable 'ih' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1479:10: style: The scope of the variable 'ig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1479:13: style: The scope of the variable 'ian' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1479:19: style: The scope of the variable 'kl' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1479:22: style: The scope of the variable 'jg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1479:25: style: The scope of the variable 'jan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1479:29: style: The scope of the variable 'Bnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1479:34: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1479:43: style: The scope of the variable 'so' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1480:7: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1480:12: style: The scope of the variable 'j1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1480:15: style: The scope of the variable 'P_min' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1482:7: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1482:9: style: The scope of the variable 'ii1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1482:13: style: The scope of the variable 'jj1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1482:17: style: The scope of the variable 'k1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1482:20: style: The scope of the variable 'l1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1485:10: style: The scope of the variable 'sum_r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1485:16: style: The scope of the variable 'sum_i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1485:27: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1486:10: style: The scope of the variable 'sum1_r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1486:17: style: The scope of the variable 'sum1_i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1486:24: style: The scope of the variable 'sum2_r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1486:31: style: The scope of the variable 'sum2_i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1491:22: style: The scope of the variable 'M1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:1505:10: style: The scope of the variable 'OLP_eigen_cut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:2977:14: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:2977:19: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:2981:8: style: The scope of the variable 'file_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3106:18: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3106:23: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3106:29: style: The scope of the variable 'tno1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3107:14: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3107:19: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3111:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3111:16: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3111:20: style: The scope of the variable 'sit' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3111:24: style: The scope of the variable 'cot' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3111:28: style: The scope of the variable 'sip' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3111:32: style: The scope of the variable 'cop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:3113:8: style: The scope of the variable 'file_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer.c:666:13: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:131:7: style: Unused variable: i1s [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:1285:16: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:2208:13: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:1483:19: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:1488:22: style: Unused variable: My_Eele1 [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:1490:30: style: Unused variable: spin_degeneracy [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:2829:16: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:2980:7: style: Unused variable: i_vec [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:2983:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:2983:24: style: Unused variable: tag [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:2986:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:2986:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:2986:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:3106:7: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:3109:25: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:3112:7: style: Unused variable: i_vec [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:3115:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:3115:24: style: Unused variable: tag [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:3118:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:3118:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:3118:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer.c:84:10: error: Uninitialized variable: time0 [uninitvar]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:69:24: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:72:15: style: The scope of the variable 'P_min' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:73:37: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:80:12: style: The scope of the variable 'S_DC' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:80:20: style: The scope of the variable 'H_DC' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:80:30: style: The scope of the variable 'M1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:81:20: style: The scope of the variable 'D' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:92:9: style: The scope of the variable 'fp_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1030:24: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1031:27: style: The scope of the variable 'NUM1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1033:15: style: The scope of the variable 'P_min' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1035:37: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1042:10: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1042:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1042:20: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1042:25: style: The scope of the variable 'SDup' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1042:30: style: The scope of the variable 'SDdn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1043:10: style: The scope of the variable 'Re11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1043:15: style: The scope of the variable 'Re22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1043:20: style: The scope of the variable 'Re12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1043:25: style: The scope of the variable 'Im12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1044:10: style: The scope of the variable 'cot' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1044:14: style: The scope of the variable 'sit' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1044:18: style: The scope of the variable 'cop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1044:22: style: The scope of the variable 'sip' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1044:26: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1044:32: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1045:12: style: The scope of the variable 'S_DC' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1045:22: style: The scope of the variable 'M1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1057:9: style: The scope of the variable 'fp_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:563:11: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:73:7: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:73:10: style: Unused variable: loopN [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:74:14: style: Unused variable: FermiF [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:75:10: style: Unused variable: My_Num_State [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:75:23: style: Unused variable: Num_State [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:75:33: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:75:35: style: Unused variable: Dnum [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:77:10: style: Unused variable: My_Eele0 [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:77:22: style: Unused variable: My_Eele1 [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:78:0: style: Variable 'max_x' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:79:10: style: Unused variable: ChemP_MAX [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:79:20: style: Unused variable: ChemP_MIN [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:79:30: style: Unused variable: spin_degeneracy [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:93:8: style: Unused variable: buf1 [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:94:8: style: Unused variable: buf2 [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1524:11: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1035:7: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1035:10: style: Unused variable: loopN [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1036:10: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1036:14: style: Unused variable: FermiF [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1037:10: style: Unused variable: My_Num_State [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1037:23: style: Unused variable: Num_State [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1037:33: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1037:35: style: Unused variable: Dnum [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1039:10: style: Unused variable: My_Eele0 [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1039:22: style: Unused variable: My_Eele1 [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1040:0: style: Variable 'max_x' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1041:10: style: Unused variable: ChemP_MAX [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1041:20: style: Unused variable: ChemP_MIN [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1041:30: style: Unused variable: spin_degeneracy [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1058:8: style: Unused variable: buf1 [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:1059:8: style: Unused variable: buf2 [unusedVariable]
openmx-3.8.5.orig/source/Divide_Conquer_Dosout.c:60:10: error: Uninitialized variable: time0 [uninitvar]
openmx-3.8.5.orig/source/DosMain.c:585:10: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:583:8: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:585:10: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:758:10: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:756:8: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:758:10: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:907:10: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:905:8: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:907:10: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:1094:10: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:1092:8: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:1094:10: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:1301:22: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:1292:18: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:1301:22: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:1408:16: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:1399:12: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:1408:16: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:1652:22: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:1643:18: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:1652:22: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:1749:22: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:1740:18: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:1749:22: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:2092:22: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:2083:18: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:2092:22: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:2196:22: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:2187:18: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:2196:22: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:2405:22: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:2396:18: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:2405:22: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:2511:22: style: Condition 'sw==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/DosMain.c:2502:18: note: Assignment 'sw=2', assigned value is 2
openmx-3.8.5.orig/source/DosMain.c:2511:22: note: Condition 'sw==1' is always false
openmx-3.8.5.orig/source/DosMain.c:138:7: style: The scope of the variable 'Dos_N' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:491:10: style: The scope of the variable 'sw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:492:10: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:671:10: style: The scope of the variable 'sw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:672:10: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:843:9: style: The scope of the variable 'sw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:844:10: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:990:10: style: The scope of the variable 'sw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:991:10: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2615:15: style: The scope of the variable 'id' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2654:9: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2656:7: style: The scope of the variable 'N_ko' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2656:13: style: The scope of the variable 'i_ko' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2657:18: style: The scope of the variable 'ie' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2657:21: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2938:7: style: The scope of the variable 'N_ev' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2938:13: style: The scope of the variable 'i_ev' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2939:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2939:18: style: The scope of the variable 'ie' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2939:21: style: The scope of the variable 'i1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2939:30: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2940:7: style: The scope of the variable 'ii' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2940:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2940:13: style: The scope of the variable 'kk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2944:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:2945:8: style: The scope of the variable 'keyword' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:3225:18: style: The scope of the variable 'buf2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:3225:30: style: The scope of the variable 'c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/DosMain.c:25:32: style: struct member 'DCOMPLEX::r' is never used. [unusedStructMember]
openmx-3.8.5.orig/source/DosMain.c:25:34: style: struct member 'DCOMPLEX::i' is never used. [unusedStructMember]
openmx-3.8.5.orig/source/DosMain.c:372:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:487:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:660:14: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:660:16: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:667:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:827:10: style: Unused variable: pi2 [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:828:7: style: Unused variable: iewidth [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:830:22: style: Unused variable: iecenter [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:832:10: style: Unused variable: eg [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:832:13: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:832:15: style: Unused variable: xa [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:832:18: style: Unused variable: factor [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:839:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:986:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:1175:20: style: Unused variable: MulP [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:1175:28: style: Unused variable: dE [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:1179:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:1524:14: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:1524:16: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:1526:15: style: Unused variable: rval [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:1528:7: style: Unused variable: N_Dos [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:1528:14: style: Unused variable: i_Dos [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:1537:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:1854:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2306:10: style: Unused variable: eg [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2306:13: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2306:20: style: Unused variable: xa [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2309:10: style: Unused variable: pi2 [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2309:14: style: Unused variable: factor [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2310:8: style: Unused variable: iewidth [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2310:19: style: Unused variable: iecenter [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2313:20: style: Unused variable: MulP [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2313:28: style: Unused variable: dE [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2317:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2939:24: style: Unused variable: j1 [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2939:27: style: Unused variable: k1 [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2946:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/DosMain.c:2065:0: error: Resource leak: fp_Dos [resourceLeak]
openmx-3.8.5.orig/source/Dr_KumoF.c:69:9: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Dr_KumoF.c:76:17: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/Dr_RadialF.c:24:10: style: Unused variable: result [unusedVariable]
openmx-3.8.5.orig/source/Dr_VH_AtomF.c:30:15: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/Dr_VH_AtomF.c:76:9: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Dr_VNAF.c:32:5: style: Variable 'po' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Dr_VNAF.c:122:10: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Dr_VNAF.c:64:9: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EC.c:3367:19: style: Variable 'sigma' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/EC.c:3366:19: note: Variable 'sigma' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/EC.c:3367:19: note: Variable 'sigma' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/EC.c:120:23: style: The scope of the variable 'NUM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:123:21: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:123:24: style: The scope of the variable 'loopN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:124:7: style: The scope of the variable 'MA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:124:13: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:124:19: style: The scope of the variable 'GB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:124:25: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:124:30: style: The scope of the variable 'tnoB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:124:35: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:126:20: style: The scope of the variable 'FermiF' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:128:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:129:33: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:129:35: style: The scope of the variable 'Dnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:132:10: style: The scope of the variable 'max_x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:133:10: style: The scope of the variable 'ChemP_MAX' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:133:20: style: The scope of the variable 'ChemP_MIN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:133:30: style: The scope of the variable 'spin_degeneracy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1543:23: style: The scope of the variable 'NUM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1546:19: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1546:22: style: The scope of the variable 'loopN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1547:7: style: The scope of the variable 'MA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1547:13: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1547:19: style: The scope of the variable 'GB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1547:25: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1547:30: style: The scope of the variable 'tnoB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1547:35: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1549:20: style: The scope of the variable 'FermiF' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1551:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1552:33: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1552:35: style: The scope of the variable 'Dnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1555:10: style: The scope of the variable 'max_x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1556:10: style: The scope of the variable 'ChemP_MAX' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1556:20: style: The scope of the variable 'ChemP_MIN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1556:30: style: The scope of the variable 'spin_degeneracy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2770:23: style: The scope of the variable 'NUM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2773:10: style: The scope of the variable 'loopN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2774:7: style: The scope of the variable 'MA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2774:13: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2774:19: style: The scope of the variable 'GB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2774:25: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2774:30: style: The scope of the variable 'tnoB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2776:20: style: The scope of the variable 'FermiF' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2778:10: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2779:33: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2779:35: style: The scope of the variable 'Dnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2782:10: style: The scope of the variable 'max_x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2783:10: style: The scope of the variable 'ChemP_MAX' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2783:20: style: The scope of the variable 'ChemP_MIN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:2783:30: style: The scope of the variable 'spin_degeneracy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4004:27: style: The scope of the variable 'NUM1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4005:7: style: The scope of the variable 'ih' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4005:10: style: The scope of the variable 'ig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4005:13: style: The scope of the variable 'ian' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4005:19: style: The scope of the variable 'kl' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4005:22: style: The scope of the variable 'jg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4005:25: style: The scope of the variable 'jan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4005:29: style: The scope of the variable 'Bnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4005:34: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4005:43: style: The scope of the variable 'so' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4006:7: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4006:12: style: The scope of the variable 'j1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4006:15: style: The scope of the variable 'P_min' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4008:7: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4008:9: style: The scope of the variable 'ii1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4008:13: style: The scope of the variable 'jj1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4008:17: style: The scope of the variable 'k1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4008:20: style: The scope of the variable 'l1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4011:10: style: The scope of the variable 'sum_r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4011:16: style: The scope of the variable 'sum_i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4011:27: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4012:10: style: The scope of the variable 'sum1_r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4012:17: style: The scope of the variable 'sum1_i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4012:24: style: The scope of the variable 'sum2_r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4012:31: style: The scope of the variable 'sum2_i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4017:22: style: The scope of the variable 'M1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:4031:10: style: The scope of the variable 'OLP_eigen_cut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5503:14: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5503:19: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5507:8: style: The scope of the variable 'file_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5632:18: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5632:23: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5632:29: style: The scope of the variable 'tno1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5633:14: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5633:19: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5637:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5637:16: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5637:20: style: The scope of the variable 'sit' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5637:24: style: The scope of the variable 'cot' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5637:28: style: The scope of the variable 'sip' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5637:32: style: The scope of the variable 'cop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:5639:8: style: The scope of the variable 'file_eig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EC.c:1527:3: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EC.c:120:27: style: Unused variable: NUM1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:121:29: style: Unused variable: kg [unusedVariable]
openmx-3.8.5.orig/source/EC.c:121:32: style: Unused variable: kan [unusedVariable]
openmx-3.8.5.orig/source/EC.c:122:21: style: Unused variable: P_min [unusedVariable]
openmx-3.8.5.orig/source/EC.c:122:27: style: Unused variable: m_size [unusedVariable]
openmx-3.8.5.orig/source/EC.c:126:16: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/EC.c:128:10: style: Unused variable: Emax [unusedVariable]
openmx-3.8.5.orig/source/EC.c:128:20: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:134:10: style: Unused variable: e [unusedVariable]
openmx-3.8.5.orig/source/EC.c:134:12: style: Unused variable: e0 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:134:15: style: Unused variable: e1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:134:18: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/EC.c:134:20: style: Unused variable: h0 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:134:23: style: Unused variable: h1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:134:26: style: Unused variable: xmin [unusedVariable]
openmx-3.8.5.orig/source/EC.c:134:31: style: Unused variable: xmax [unusedVariable]
openmx-3.8.5.orig/source/EC.c:134:36: style: Unused variable: sigma [unusedVariable]
openmx-3.8.5.orig/source/EC.c:134:42: style: Unused variable: ReG [unusedVariable]
openmx-3.8.5.orig/source/EC.c:134:46: style: Unused variable: d [unusedVariable]
openmx-3.8.5.orig/source/EC.c:141:0: style: Variable 'OLP_eigen_cut' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EC.c:145:15: style: Unused variable: sum2 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:145:20: style: Unused variable: sum3 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:145:25: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:145:30: style: Unused variable: sumf [unusedVariable]
openmx-3.8.5.orig/source/EC.c:145:35: style: Unused variable: sums [unusedVariable]
openmx-3.8.5.orig/source/EC.c:146:7: style: Unused variable: i1s [unusedVariable]
openmx-3.8.5.orig/source/EC.c:146:12: style: Unused variable: j1s [unusedVariable]
openmx-3.8.5.orig/source/EC.c:152:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/EC.c:152:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/EC.c:152:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2750:3: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EC.c:2620:13: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EC.c:1543:27: style: Unused variable: NUM1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1544:29: style: Unused variable: kg [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1544:32: style: Unused variable: kan [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1545:21: style: Unused variable: P_min [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1545:27: style: Unused variable: m_size [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1549:16: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1551:20: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1557:12: style: Unused variable: e0 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1557:15: style: Unused variable: e1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1557:18: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1557:20: style: Unused variable: h0 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1557:23: style: Unused variable: h1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1557:26: style: Unused variable: xmin [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1557:31: style: Unused variable: xmax [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1557:36: style: Unused variable: sigma [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1557:42: style: Unused variable: ReG [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1557:46: style: Unused variable: d [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1564:0: style: Variable 'OLP_eigen_cut' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EC.c:1568:10: style: Unused variable: sum1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1568:15: style: Unused variable: sum2 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1568:20: style: Unused variable: sum3 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1568:25: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1568:30: style: Unused variable: sumf [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1568:35: style: Unused variable: sums [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1569:7: style: Unused variable: i1s [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1569:12: style: Unused variable: j1s [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1575:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1575:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/EC.c:1575:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/EC.c:3980:3: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EC.c:3132:11: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EC.c:2770:27: style: Unused variable: NUM1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2772:21: style: Unused variable: P_min [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2772:27: style: Unused variable: m_size [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2778:15: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2784:10: style: Unused variable: e [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2784:12: style: Unused variable: e0 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2784:15: style: Unused variable: e1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2784:18: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2784:20: style: Unused variable: h0 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2784:23: style: Unused variable: h1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2784:26: style: Unused variable: xmin [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2784:31: style: Unused variable: xmax [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2784:42: style: Unused variable: ReG [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2791:0: style: Variable 'OLP_eigen_cut' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EC.c:2795:10: style: Unused variable: sum1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2795:15: style: Unused variable: sum2 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2795:20: style: Unused variable: sum3 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2795:25: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2795:30: style: Unused variable: sumf [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2795:35: style: Unused variable: sums [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2796:7: style: Unused variable: i1s [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2796:12: style: Unused variable: j1s [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2802:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2802:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/EC.c:2802:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/EC.c:4734:13: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EC.c:4009:19: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/EC.c:4014:22: style: Unused variable: My_Eele1 [unusedVariable]
openmx-3.8.5.orig/source/EC.c:4016:30: style: Unused variable: spin_degeneracy [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5355:16: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EC.c:5506:7: style: Unused variable: i_vec [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5509:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5509:24: style: Unused variable: tag [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5512:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5512:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5512:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5632:7: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5635:25: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5638:7: style: Unused variable: i_vec [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5641:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5641:24: style: Unused variable: tag [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5644:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5644:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/EC.c:5644:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/EC.c:104:10: error: Uninitialized variable: time0 [uninitvar]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:107:7: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:215:7: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:216:17: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:219:7: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:219:11: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:219:16: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:220:11: style: The scope of the variable 'tmp_array' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:223:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:224:10: style: The scope of the variable 'Resum00' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:224:18: style: The scope of the variable 'Resum11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:224:26: style: The scope of the variable 'Resum01' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:225:10: style: The scope of the variable 'Imsum00' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:225:18: style: The scope of the variable 'Imsum11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:225:26: style: The scope of the variable 'Imsum01' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:226:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:226:24: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:226:28: style: The scope of the variable 'IDR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:226:32: style: The scope of the variable 'tag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:569:7: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:573:10: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:574:10: style: The scope of the variable 'Resum00' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:574:18: style: The scope of the variable 'Resum11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:574:26: style: The scope of the variable 'Resum01' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:575:10: style: The scope of the variable 'Imsum00' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:575:18: style: The scope of the variable 'Imsum11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:575:26: style: The scope of the variable 'Imsum01' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:32:7: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:32:12: style: Unused variable: a [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:32:14: style: Unused variable: b [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:33:7: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:33:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:33:17: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:33:22: style: Unused variable: kg [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:33:25: style: Unused variable: ig [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:33:28: style: Unused variable: wakg [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:33:33: style: Unused variable: waig [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:33:38: style: Unused variable: kl [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:33:41: style: Unused variable: il1 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:33:45: style: Unused variable: il2 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:34:17: style: Unused variable: Mul1 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:34:32: style: Unused variable: tno2 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:79:12: style: Variable 'Mj_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:35:25: style: Unused variable: Mi_AN [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:35:31: style: Unused variable: Mk_AN [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:36:10: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:107:12: style: Unused variable: a [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:107:14: style: Unused variable: b [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:108:7: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:108:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:108:17: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:108:22: style: Unused variable: kg [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:108:25: style: Unused variable: ig [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:108:28: style: Unused variable: wakg [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:108:33: style: Unused variable: waig [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:108:38: style: Unused variable: kl [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:108:41: style: Unused variable: il1 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:108:45: style: Unused variable: il2 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:109:17: style: Unused variable: Mul1 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:109:32: style: Unused variable: tno2 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:171:10: style: Variable 'Mj_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:110:25: style: Unused variable: Mi_AN [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:110:31: style: Unused variable: Mk_AN [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:216:7: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:216:25: style: Unused variable: ig [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:216:33: style: Unused variable: waig [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:216:41: style: Unused variable: il1 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:216:45: style: Unused variable: il2 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:217:17: style: Unused variable: Mul1 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:218:25: style: Unused variable: Mi_AN [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:223:14: style: Unused variable: sum0 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:569:12: style: Unused variable: a [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:569:14: style: Unused variable: b [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:570:7: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:570:17: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:570:22: style: Unused variable: kg [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:570:25: style: Unused variable: ig [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:570:28: style: Unused variable: wakg [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:570:33: style: Unused variable: waig [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:570:38: style: Unused variable: kl [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:570:41: style: Unused variable: il1 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:570:45: style: Unused variable: il2 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:571:17: style: Unused variable: Mul1 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:571:32: style: Unused variable: tno2 [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:572:25: style: Unused variable: Mi_AN [unusedVariable]
openmx-3.8.5.orig/source/Eff_Hub_Pot.c:572:31: style: Unused variable: Mk_AN [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:171:16: warning: Redundant assignment of 'u[i+1].i' to itself. [selfAssignment]
openmx-3.8.5.orig/source/EigenBand_lapack.c:54:10: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EigenBand_lapack.c:54:13: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EigenBand_lapack.c:54:16: style: The scope of the variable 's3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EigenBand_lapack.c:55:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EigenBand_lapack.c:60:18: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EigenBand_lapack.c:61:24: style: The scope of the variable 'ks' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EigenBand_lapack.c:61:27: style: The scope of the variable 'i1s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EigenBand_lapack.c:62:14: style: The scope of the variable 'nn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/EigenBand_lapack.c:16:7: style: Unused variable: info [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:52:31: style: Unused variable: p10 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:52:35: style: Unused variable: p11 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:52:39: style: Unused variable: p12 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:52:43: style: Unused variable: p13 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:56:10: style: Unused variable: a1 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:56:13: style: Unused variable: a2 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:56:16: style: Unused variable: a3 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:56:19: style: Unused variable: a4 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:56:22: style: Unused variable: a5 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:56:25: style: Unused variable: a6 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:56:28: style: Unused variable: b7 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:56:31: style: Unused variable: r0 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:56:34: style: Unused variable: r1 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:56:37: style: Unused variable: r2 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:57:10: style: Unused variable: r3 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:57:13: style: Unused variable: x1 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:57:16: style: Unused variable: x2 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:57:19: style: Unused variable: xap [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:58:10: style: Unused variable: bb [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:58:13: style: Unused variable: bb1 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:58:17: style: Unused variable: ui [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:58:20: style: Unused variable: uj [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:58:23: style: Unused variable: uij [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:60:7: style: Unused variable: jj [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:60:10: style: Unused variable: jj1 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:60:14: style: Unused variable: jj2 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:60:20: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:60:23: style: Unused variable: ll [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:60:26: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:60:29: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:60:32: style: Unused variable: j2 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:61:15: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:61:21: style: Unused variable: ik [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:62:7: style: Unused variable: jk [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:62:10: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:62:17: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:65:10: style: Unused variable: Stime1 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:65:18: style: Unused variable: Etime1 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:66:10: style: Unused variable: Stime2 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:66:18: style: Unused variable: Etime2 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:67:10: style: Unused variable: time1 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:67:16: style: Unused variable: time2 [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:542:0: style: Variable 'JOBZ0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:547:16: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:558:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/EigenBand_lapack.c:558:13: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:523:16: warning: Redundant assignment of 'u[i+1].i' to itself. [selfAssignment]
openmx-3.8.5.orig/source/Eigen_PHH.c:1144:16: warning: Redundant assignment of 'u[i+1].i' to itself. [selfAssignment]
openmx-3.8.5.orig/source/Eigen_PHH.c:76:34: style: The scope of the variable 'node' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:288:10: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:288:13: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:288:16: style: The scope of the variable 's3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:289:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:295:14: style: The scope of the variable 'i1s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:296:17: style: The scope of the variable 'count' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:971:10: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:971:13: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:971:16: style: The scope of the variable 's3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:972:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:984:10: style: The scope of the variable 'av_num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PHH.c:973:10: style: Unused variable: a1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:973:13: style: Unused variable: a2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:973:16: style: Unused variable: a3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:973:19: style: Unused variable: a4 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:973:22: style: Unused variable: a5 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:973:25: style: Unused variable: a6 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:973:28: style: Unused variable: b7 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:973:31: style: Unused variable: r1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:973:34: style: Unused variable: r2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:974:10: style: Unused variable: r3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:974:13: style: Unused variable: x1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:974:16: style: Unused variable: x2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:974:19: style: Unused variable: xap [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:975:10: style: Unused variable: bb [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:975:13: style: Unused variable: bb1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:975:17: style: Unused variable: ui [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:975:20: style: Unused variable: uj [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:975:23: style: Unused variable: uij [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:977:7: style: Unused variable: jj [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:977:10: style: Unused variable: jj1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:977:14: style: Unused variable: jj2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:977:20: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:977:23: style: Unused variable: ll [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:977:26: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:977:29: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:977:32: style: Unused variable: j2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:978:17: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:978:23: style: Unused variable: ik [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:979:7: style: Unused variable: jk [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:979:10: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:979:17: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:985:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:987:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PHH.c:988:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:95:34: style: The scope of the variable 'node' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:292:22: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:305:10: style: The scope of the variable 'av_num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:649:21: style: The scope of the variable 'i1s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:650:24: style: The scope of the variable 'count' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:656:10: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:656:13: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:656:16: style: The scope of the variable 's3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:656:19: style: The scope of the variable 's20' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:656:23: style: The scope of the variable 's21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:656:27: style: The scope of the variable 's22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:656:31: style: The scope of the variable 's23' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:658:25: style: The scope of the variable 'av_num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1040:5: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1040:8: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1040:11: style: The scope of the variable 's3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1041:22: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1051:10: style: The scope of the variable 'av_num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_PReHH.c:291:5: style: Unused variable: s1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:291:8: style: Unused variable: s2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:291:11: style: Unused variable: s3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:291:17: style: Unused variable: u1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:291:20: style: Unused variable: u2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:291:23: style: Unused variable: r [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:291:25: style: Unused variable: p1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:291:28: style: Unused variable: my_r [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:291:33: style: Unused variable: my_s2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:292:5: style: Unused variable: xsum [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:292:10: style: Unused variable: bunbo [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:292:16: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:292:19: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:293:5: style: Unused variable: a1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:293:8: style: Unused variable: a2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:293:11: style: Unused variable: a3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:293:14: style: Unused variable: a4 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:293:17: style: Unused variable: a5 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:293:20: style: Unused variable: a6 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:293:23: style: Unused variable: b7 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:293:26: style: Unused variable: r1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:293:29: style: Unused variable: r2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:294:5: style: Unused variable: r3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:294:8: style: Unused variable: x1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:294:11: style: Unused variable: x2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:294:14: style: Unused variable: xap [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:295:5: style: Unused variable: bb [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:295:8: style: Unused variable: bb1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:295:12: style: Unused variable: ui [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:295:15: style: Unused variable: uj [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:295:18: style: Unused variable: uij [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:297:5: style: Unused variable: s20 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:297:9: style: Unused variable: s21 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:297:13: style: Unused variable: s22 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:297:17: style: Unused variable: s23 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:299:7: style: Unused variable: jj [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:299:10: style: Unused variable: jj1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:299:14: style: Unused variable: jj2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:299:20: style: Unused variable: k0 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:299:23: style: Unused variable: k1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:299:26: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:299:29: style: Unused variable: ll [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:299:32: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:299:35: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:299:38: style: Unused variable: j2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:300:9: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:300:12: style: Unused variable: j1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:300:15: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:300:21: style: Unused variable: ik [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:300:27: style: Unused variable: i1s [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:301:5: style: Unused variable: jk [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:301:8: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:301:15: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:301:21: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:301:25: style: Unused variable: num0 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:303:7: style: Unused variable: is0 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:307:16: style: Unused variable: nump [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:307:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:307:37: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:307:41: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:307:45: style: Unused variable: ID0 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:307:49: style: Unused variable: ID1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:308:10: style: Unused variable: Stime1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:308:18: style: Unused variable: Etime1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:379:3: style: Variable 'time1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:380:3: style: Variable 'time2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:309:10: style: Unused variable: time1a [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:309:17: style: Unused variable: time1b [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:309:24: style: Unused variable: time1c [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:309:31: style: Unused variable: time1d [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:309:38: style: Unused variable: time1e [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:311:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:312:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1040:28: style: Unused variable: my_r [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1041:5: style: Unused variable: xsum [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1041:10: style: Unused variable: bunbo [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1041:16: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1041:19: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1042:5: style: Unused variable: a1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1042:8: style: Unused variable: a2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1042:11: style: Unused variable: a3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1042:14: style: Unused variable: a4 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1042:17: style: Unused variable: a5 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1042:20: style: Unused variable: a6 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1042:23: style: Unused variable: b7 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1042:26: style: Unused variable: r1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1042:29: style: Unused variable: r2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1043:5: style: Unused variable: r3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1043:8: style: Unused variable: x1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1043:11: style: Unused variable: x2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1043:14: style: Unused variable: xap [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1044:5: style: Unused variable: bb [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1044:8: style: Unused variable: bb1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1044:12: style: Unused variable: ui [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1044:15: style: Unused variable: uj [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1044:18: style: Unused variable: uij [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1046:7: style: Unused variable: jj [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1046:10: style: Unused variable: jj1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1046:14: style: Unused variable: jj2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1046:20: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1046:23: style: Unused variable: ll [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1046:26: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1046:29: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1046:32: style: Unused variable: j2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1047:15: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1047:21: style: Unused variable: ik [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1048:5: style: Unused variable: jk [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1048:8: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1048:15: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1048:21: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1051:18: style: Unused variable: ac1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1053:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1056:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Eigen_PReHH.c:1057:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:31:13: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:121:9: style: The scope of the variable 'name' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:217:16: style: The scope of the variable 'name' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:309:16: style: The scope of the variable 'name' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:417:17: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:417:20: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:417:23: style: The scope of the variable 's3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:418:17: style: The scope of the variable 's20' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:418:21: style: The scope of the variable 's21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:418:25: style: The scope of the variable 's22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:418:29: style: The scope of the variable 's23' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:419:34: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:429:35: style: The scope of the variable 'i1s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:872:17: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:872:20: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:874:38: style: The scope of the variable 'r1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:874:41: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:875:17: style: The scope of the variable 'r3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:875:20: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:875:23: style: The scope of the variable 'x2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:878:7: style: The scope of the variable 'jj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack.c:109:49: style: Function 'Eigen_lapack_x' argument 3 names different: declaration 'n' definition 'n0'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Eigen_lapack.c:22:56: note: Function 'Eigen_lapack_x' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Eigen_lapack.c:109:49: note: Function 'Eigen_lapack_x' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Eigen_lapack.c:205:49: style: Function 'Eigen_lapack_d' argument 3 names different: declaration 'n' definition 'n0'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Eigen_lapack.c:23:56: note: Function 'Eigen_lapack_d' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Eigen_lapack.c:205:49: note: Function 'Eigen_lapack_d' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Eigen_lapack.c:297:49: style: Function 'Eigen_lapack_r' argument 3 names different: declaration 'n' definition 'n0'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Eigen_lapack.c:24:56: note: Function 'Eigen_lapack_r' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Eigen_lapack.c:297:49: note: Function 'Eigen_lapack_r' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Eigen_lapack.c:224:10: style: Unused variable: VL [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:224:13: style: Unused variable: VU [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:247:3: style: Variable 'IL' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:248:8: style: Variable 'IU' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:226:0: style: Variable 'ABSTOL' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:227:11: style: Unused variable: M [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:230:15: style: Variable 'LDZ' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:419:17: style: Unused variable: xsum [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:419:22: style: Unused variable: bunbo [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:419:28: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:419:31: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:420:17: style: Unused variable: a1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:420:20: style: Unused variable: a2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:420:23: style: Unused variable: a3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:420:26: style: Unused variable: a4 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:420:29: style: Unused variable: a5 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:420:32: style: Unused variable: a6 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:420:35: style: Unused variable: b7 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:421:17: style: Unused variable: x1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:421:20: style: Unused variable: x2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:421:23: style: Unused variable: xap [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:422:17: style: Unused variable: bb [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:422:20: style: Unused variable: bb1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:422:24: style: Unused variable: ui [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:422:27: style: Unused variable: uj [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:422:30: style: Unused variable: uij [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:429:7: style: Unused variable: jj [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:429:10: style: Unused variable: jj1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:429:14: style: Unused variable: jj2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:429:20: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:429:23: style: Unused variable: ll [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:429:26: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:429:29: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:429:32: style: Unused variable: j2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:430:24: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:430:30: style: Unused variable: ik [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:431:14: style: Unused variable: jk [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:431:17: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:431:24: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:434:10: style: Unused variable: Stime1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:434:18: style: Unused variable: Etime1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:435:10: style: Unused variable: Stime2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:435:18: style: Unused variable: Etime2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:436:10: style: Unused variable: time1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:436:16: style: Unused variable: time2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:874:35: style: Unused variable: b7 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:876:20: style: Unused variable: bb1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:876:24: style: Unused variable: ui [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:876:27: style: Unused variable: uj [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack.c:876:30: style: Unused variable: uij [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:74:5: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack2.c:74:8: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack2.c:74:11: style: The scope of the variable 's3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack2.c:75:5: style: The scope of the variable 's20' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack2.c:75:9: style: The scope of the variable 's21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack2.c:75:13: style: The scope of the variable 's22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack2.c:75:17: style: The scope of the variable 's23' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack2.c:76:22: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack2.c:86:35: style: The scope of the variable 'i1s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Eigen_lapack2.c:501:59: style: Function 'Eigen_lapack_x2' argument 4 names different: declaration 'n' definition 'n0'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Eigen_lapack2.c:25:66: note: Function 'Eigen_lapack_x2' argument 4 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Eigen_lapack2.c:501:59: note: Function 'Eigen_lapack_x2' argument 4 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Eigen_lapack2.c:595:59: style: Function 'Eigen_lapack_d2' argument 4 names different: declaration 'n' definition 'n0'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Eigen_lapack2.c:24:66: note: Function 'Eigen_lapack_d2' argument 4 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Eigen_lapack2.c:595:59: note: Function 'Eigen_lapack_d2' argument 4 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Eigen_lapack2.c:34:10: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:76:5: style: Unused variable: xsum [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:76:10: style: Unused variable: bunbo [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:76:16: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:76:19: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:77:5: style: Unused variable: a1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:77:8: style: Unused variable: a2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:77:11: style: Unused variable: a3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:77:14: style: Unused variable: a4 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:77:17: style: Unused variable: a5 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:77:20: style: Unused variable: a6 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:77:23: style: Unused variable: b7 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:78:5: style: Unused variable: x1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:78:8: style: Unused variable: x2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:78:11: style: Unused variable: xap [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:79:5: style: Unused variable: bb [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:79:8: style: Unused variable: bb1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:79:12: style: Unused variable: ui [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:79:15: style: Unused variable: uj [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:79:18: style: Unused variable: uij [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:86:7: style: Unused variable: jj [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:86:10: style: Unused variable: jj1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:86:14: style: Unused variable: jj2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:86:20: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:86:23: style: Unused variable: ll [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:86:26: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:86:29: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:86:32: style: Unused variable: j2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:87:15: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:87:21: style: Unused variable: ik [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:88:5: style: Unused variable: jk [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:88:8: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:88:15: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:91:10: style: Unused variable: Stime1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:91:18: style: Unused variable: Etime1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:92:10: style: Unused variable: Stime2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:92:18: style: Unused variable: Etime2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:93:10: style: Unused variable: time1 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:93:16: style: Unused variable: time2 [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:614:10: style: Unused variable: VL [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:614:13: style: Unused variable: VU [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:637:3: style: Variable 'IL' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:638:8: style: Variable 'IU' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:616:0: style: Variable 'ABSTOL' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:617:11: style: Unused variable: M [unusedVariable]
openmx-3.8.5.orig/source/Eigen_lapack2.c:620:15: style: Variable 'LDZ' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Eigen_lapack3.c:28:10: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:31:20: style: Unused variable: d1 [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:31:23: style: Unused variable: d2 [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:31:26: style: Unused variable: d3 [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:31:29: style: Unused variable: d4 [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:32:10: style: Unused variable: cop [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:32:14: style: Unused variable: sip [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:32:18: style: Unused variable: sit [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:32:22: style: Unused variable: cot [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:32:26: style: Unused variable: tmp [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:32:30: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:32:35: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:32:40: style: Unused variable: prod [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:35:12: style: Unused variable: bunbo [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:35:18: style: Unused variable: bunsi [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:36:12: style: Unused variable: cd1 [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:36:16: style: Unused variable: cd2 [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:36:20: style: Unused variable: cd3 [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:36:24: style: Unused variable: cd4 [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:36:28: style: Unused variable: cNup [unusedVariable]
openmx-3.8.5.orig/source/EulerAngle_Spin.c:36:33: style: Unused variable: cNdown [unusedVariable]
openmx-3.8.5.orig/source/FT_NLP.c:30:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:31:13: style: The scope of the variable 'NumSpe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:32:9: style: The scope of the variable 'kj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:32:12: style: The scope of the variable 'num_k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:33:7: style: The scope of the variable 'Lspe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:33:18: style: The scope of the variable 'GL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:33:21: style: The scope of the variable 'MaxGL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:35:13: style: The scope of the variable 'norm_k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:36:10: style: The scope of the variable 'rmin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:36:15: style: The scope of the variable 'rmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:36:20: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:36:22: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:36:25: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:37:12: style: The scope of the variable 'SphB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:38:21: style: The scope of the variable 'tmp_SphBp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:44:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:44:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:44:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:49:10: style: The scope of the variable 'size' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_NLP.c:30:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/FT_NLP.c:31:7: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/FT_NLP.c:41:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/FT_NLP.c:42:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/FT_NLP.c:144:11: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/FT_NLP.c:47:8: style: Unused variable: operate [unusedVariable]
openmx-3.8.5.orig/source/FT_PAO.c:31:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:32:13: style: The scope of the variable 'NumSpe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:33:9: style: The scope of the variable 'kj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:33:12: style: The scope of the variable 'num_k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:34:7: style: The scope of the variable 'Lspe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:36:13: style: The scope of the variable 'norm_k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:36:20: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:37:10: style: The scope of the variable 'rmin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:37:15: style: The scope of the variable 'rmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:37:20: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:37:22: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:37:25: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:40:12: style: The scope of the variable 'SphB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:41:21: style: The scope of the variable 'tmp_SphBp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:47:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:47:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:47:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:50:8: style: The scope of the variable 'operate' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:52:10: style: The scope of the variable 'size' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_PAO.c:31:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/FT_PAO.c:32:7: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/FT_PAO.c:38:10: style: Unused variable: sy [unusedVariable]
openmx-3.8.5.orig/source/FT_PAO.c:38:13: style: Unused variable: sjp [unusedVariable]
openmx-3.8.5.orig/source/FT_PAO.c:38:17: style: Unused variable: syp [unusedVariable]
openmx-3.8.5.orig/source/FT_PAO.c:39:10: style: Unused variable: Sr [unusedVariable]
openmx-3.8.5.orig/source/FT_PAO.c:39:13: style: Unused variable: Dr [unusedVariable]
openmx-3.8.5.orig/source/FT_PAO.c:39:16: style: Unused variable: dum0 [unusedVariable]
openmx-3.8.5.orig/source/FT_PAO.c:44:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/FT_PAO.c:45:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/FT_PAO.c:141:11: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:30:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:31:13: style: The scope of the variable 'NumSpe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:32:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:33:7: style: The scope of the variable 'Lspe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:35:10: style: The scope of the variable 'Sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:35:13: style: The scope of the variable 'Dr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:36:19: style: The scope of the variable 'dum0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:37:10: style: The scope of the variable 'rmin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:37:15: style: The scope of the variable 'rmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:37:20: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:40:11: style: The scope of the variable 'SumTmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:41:10: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:42:12: style: The scope of the variable 'SphB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:43:21: style: The scope of the variable 'tmp_SphBp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:49:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:49:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:49:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:54:10: style: The scope of the variable 'size' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:30:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:31:7: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:33:16: style: Unused variable: GL [unusedVariable]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:36:17: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:37:22: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:41:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:46:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:47:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:161:11: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/FT_ProExpn_VNA.c:52:8: style: Unused variable: operate [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:31:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:32:13: style: The scope of the variable 'NumSpe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:33:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:33:13: style: The scope of the variable 'kj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:34:7: style: The scope of the variable 'Lspe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:34:16: style: The scope of the variable 'GL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:36:10: style: The scope of the variable 'Sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:36:13: style: The scope of the variable 'Dr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:38:10: style: The scope of the variable 'rmin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:38:15: style: The scope of the variable 'rmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:38:20: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:39:10: style: The scope of the variable 'sj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:41:10: style: The scope of the variable 'Tmp_RGL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:42:10: style: The scope of the variable 'SumTmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:44:13: style: The scope of the variable 'GL_PAO' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:46:21: style: The scope of the variable 'tmp_SphBp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:52:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:52:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:52:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:57:10: style: The scope of the variable 'size' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_ProductPAO.c:31:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:32:7: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:33:7: style: Unused variable: L [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:37:17: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:37:19: style: Unused variable: dum0 [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:38:22: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:39:13: style: Unused variable: sy [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:39:16: style: Unused variable: sjp [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:39:20: style: Unused variable: syp [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:43:10: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:43:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:49:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:50:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:199:11: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/FT_ProductPAO.c:55:8: style: Unused variable: operate [unusedVariable]
openmx-3.8.5.orig/source/FT_VNA.c:31:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:32:13: style: The scope of the variable 'NumSpe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:33:7: style: The scope of the variable 'L' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:33:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:34:7: style: The scope of the variable 'Lspe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:34:19: style: The scope of the variable 'Mul' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:37:17: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:38:10: style: The scope of the variable 'xmin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:38:15: style: The scope of the variable 'xmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:38:20: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:38:22: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:38:24: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:39:10: style: The scope of the variable 'sj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:41:21: style: The scope of the variable 'tmp_SphBp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:47:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:47:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:47:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:52:10: style: The scope of the variable 'size' can be reduced. [variableScope]
openmx-3.8.5.orig/source/FT_VNA.c:31:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/FT_VNA.c:32:7: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/FT_VNA.c:34:16: style: Unused variable: GL [unusedVariable]
openmx-3.8.5.orig/source/FT_VNA.c:36:10: style: Unused variable: Sr [unusedVariable]
openmx-3.8.5.orig/source/FT_VNA.c:36:13: style: Unused variable: Dr [unusedVariable]
openmx-3.8.5.orig/source/FT_VNA.c:37:19: style: Unused variable: dum0 [unusedVariable]
openmx-3.8.5.orig/source/FT_VNA.c:40:10: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/FT_VNA.c:40:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/FT_VNA.c:44:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/FT_VNA.c:45:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/FT_VNA.c:151:11: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/FT_VNA.c:50:8: style: Unused variable: operate [unusedVariable]
openmx-3.8.5.orig/source/File_CntCoes.c:44:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/File_CntCoes.c:49:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/File_CntCoes.c:107:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/File_CntCoes.c:111:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/File_CntCoes.c:50:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/File_CntCoes.c:112:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Find_CGrids.c:20:19: style: Unused variable: N [unusedVariable]
openmx-3.8.5.orig/source/Force.c:87:7: style: The scope of the variable 'Nc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:87:10: style: The scope of the variable 'GNc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:87:14: style: The scope of the variable 'GRc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:87:23: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:87:26: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:88:19: style: The scope of the variable 'MNc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:88:23: style: The scope of the variable 'start_q_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:89:10: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:89:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:89:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:89:40: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:90:10: style: The scope of the variable 'xx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:90:13: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:90:16: style: The scope of the variable 'tot_den' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:91:10: style: The scope of the variable 'sumx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:91:15: style: The scope of the variable 'sumy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:91:20: style: The scope of the variable 'sumz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:91:25: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:91:27: style: The scope of the variable 'dege' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:91:32: style: The scope of the variable 'pref' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:92:20: style: The scope of the variable 'Qwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:92:28: style: The scope of the variable 'p0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:92:31: style: The scope of the variable 'q' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:92:33: style: The scope of the variable 'q0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:93:18: style: The scope of the variable 'q_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:93:23: style: The scope of the variable 'Gq_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:94:7: style: The scope of the variable 'ian' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:94:11: style: The scope of the variable 'jan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:94:31: style: The scope of the variable 'al' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:94:34: style: The scope of the variable 'be' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:94:37: style: The scope of the variable 'p' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:95:28: style: The scope of the variable 'Mq_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:99:10: style: The scope of the variable 'dum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:100:10: style: The scope of the variable 'dEx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:100:14: style: The scope of the variable 'dEy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:100:18: style: The scope of the variable 'dEz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:103:15: style: The scope of the variable 'Hx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:104:15: style: The scope of the variable 'Hy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:105:15: style: The scope of the variable 'Hz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:109:16: style: The scope of the variable 'NC_HUx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:110:16: style: The scope of the variable 'NC_HUy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:111:16: style: The scope of the variable 'NC_HUz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:119:10: style: The scope of the variable 'Re00x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:119:16: style: The scope of the variable 'Re00y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:119:22: style: The scope of the variable 'Re00z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:120:10: style: The scope of the variable 'Re11x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:120:16: style: The scope of the variable 'Re11y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:120:22: style: The scope of the variable 'Re11z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:121:10: style: The scope of the variable 'Re01x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:121:16: style: The scope of the variable 'Re01y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:121:22: style: The scope of the variable 'Re01z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:122:10: style: The scope of the variable 'Im00x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:122:16: style: The scope of the variable 'Im00y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:122:22: style: The scope of the variable 'Im00z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:123:10: style: The scope of the variable 'Im11x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:123:16: style: The scope of the variable 'Im11y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:123:22: style: The scope of the variable 'Im11z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:124:10: style: The scope of the variable 'Im01x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:124:16: style: The scope of the variable 'Im01y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:124:22: style: The scope of the variable 'Im01z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:827:18: style: The scope of the variable 'x0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:827:21: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2626:7: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2626:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2626:19: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2626:24: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2626:29: style: The scope of the variable 'NO0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2626:33: style: The scope of the variable 'NO1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2627:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2627:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2627:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2627:13: style: The scope of the variable 'Nc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2627:16: style: The scope of the variable 'Nh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2627:19: style: The scope of the variable 'GNc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2627:23: style: The scope of the variable 'GRc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2627:27: style: The scope of the variable 'MNc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2628:7: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2628:12: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2628:18: style: The scope of the variable 'Mh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2628:24: style: The scope of the variable 'Rnh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2628:28: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2628:33: style: The scope of the variable 'Nog' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2629:13: style: The scope of the variable 'dDen_Grid' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2630:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2630:14: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2630:21: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2630:24: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2630:27: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2631:10: style: The scope of the variable 'sumx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2631:15: style: The scope of the variable 'sumy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2631:20: style: The scope of the variable 'sumz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2632:10: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2632:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2632:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2632:25: style: The scope of the variable 'Vpt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2634:20: style: The scope of the variable 'orbs1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2635:10: style: The scope of the variable 'ReVpt11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2635:18: style: The scope of the variable 'ReVpt22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2635:26: style: The scope of the variable 'ReVpt21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2635:34: style: The scope of the variable 'ImVpt21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2638:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2638:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:2638:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:3010:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:3010:19: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:3010:29: style: The scope of the variable 'NO0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:3015:10: style: The scope of the variable 'sumx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:3015:15: style: The scope of the variable 'sumy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:3015:20: style: The scope of the variable 'sumz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:3098:14: style: The scope of the variable 'km' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:3106:18: style: The scope of the variable 'jg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:4551:18: style: The scope of the variable 'LL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:4551:21: style: The scope of the variable 'Mul1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:4557:27: style: The scope of the variable 'Sh_wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:4558:18: style: The scope of the variable 'jg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:4562:22: style: The scope of the variable 'ene' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5739:46: style: The scope of the variable 'Mj_AN2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5740:15: style: The scope of the variable 'somax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5741:39: style: The scope of the variable 'deri_dmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5742:10: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5742:15: style: The scope of the variable 'tmpy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5742:20: style: The scope of the variable 'tmpz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5742:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5742:29: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5743:10: style: The scope of the variable 'x0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5743:13: style: The scope of the variable 'y0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5743:16: style: The scope of the variable 'z0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5743:19: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5743:22: style: The scope of the variable 'y1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5743:25: style: The scope of the variable 'z1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5743:28: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5743:31: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:5743:34: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6681:29: style: The scope of the variable 'deri_dmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6681:38: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6682:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6682:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6682:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6682:19: style: The scope of the variable 'x0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6682:22: style: The scope of the variable 'y0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6682:25: style: The scope of the variable 'z0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6682:28: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6682:31: style: The scope of the variable 'y1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6682:34: style: The scope of the variable 'z1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:6682:37: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7073:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7075:10: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7075:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7075:20: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7076:10: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7076:15: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7076:20: style: The scope of the variable 'tmp5' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7076:25: style: The scope of the variable 'tmp6' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7077:10: style: The scope of the variable 'deri' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7612:21: style: The scope of the variable 'kl' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7612:24: style: The scope of the variable 'kl1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:7612:28: style: The scope of the variable 'kl2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:8141:21: style: The scope of the variable 'kl' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:8141:24: style: The scope of the variable 'kl1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:8141:28: style: The scope of the variable 'kl2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:8143:22: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:8143:25: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force.c:92:13: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Force.c:2116:13: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:1030:12: style: Variable 'Mq_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:96:7: style: Unused variable: wanA [unusedVariable]
openmx-3.8.5.orig/source/Force.c:96:12: style: Unused variable: wanB [unusedVariable]
openmx-3.8.5.orig/source/Force.c:96:17: style: Unused variable: Gc_BN [unusedVariable]
openmx-3.8.5.orig/source/Force.c:99:14: style: Unused variable: dge [unusedVariable]
openmx-3.8.5.orig/source/Force.c:1501:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:2266:12: style: Variable 'MNc' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:2315:12: style: Variable 'Rnh' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:2627:31: style: Unused variable: GNh [unusedVariable]
openmx-3.8.5.orig/source/Force.c:2627:35: style: Unused variable: GRh [unusedVariable]
openmx-3.8.5.orig/source/Force.c:2735:8: style: Variable 'Rnh' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:2630:19: style: Unused variable: r [unusedVariable]
openmx-3.8.5.orig/source/Force.c:2632:16: style: Unused variable: x1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:2632:19: style: Unused variable: y1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:2632:22: style: Unused variable: z1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:2636:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:2636:29: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Force.c:2636:32: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/Force.c:2636:36: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/Force.c:2680:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:3010:24: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3027:11: style: Variable 'NO0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:3010:33: style: Unused variable: NO1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3011:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3011:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3011:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3011:16: style: Unused variable: Nh [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3012:7: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3012:12: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3012:18: style: Unused variable: Mh_AN [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3012:24: style: Unused variable: Rnh [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3012:28: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3012:33: style: Unused variable: Nog [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3013:10: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Force.c:4329:12: style: Variable 'Mq_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:4333:16: style: Variable 'km' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:3099:7: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3099:10: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3099:13: style: Unused variable: l3 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3099:16: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3099:18: style: Unused variable: LL [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3099:21: style: Unused variable: Mul1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3099:26: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3099:31: style: Unused variable: ncp [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3100:41: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3412:9: style: Variable 'jg' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:3109:10: style: Unused variable: rcutA [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3109:16: style: Unused variable: rcutB [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3109:22: style: Unused variable: rcut [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3110:22: style: Unused variable: ene [unusedVariable]
openmx-3.8.5.orig/source/Force.c:4310:11: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:3127:10: style: Unused variable: stime1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:3127:17: style: Unused variable: etime1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:5567:12: style: Variable 'Mq_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:4551:40: style: Unused variable: ncp [unusedVariable]
openmx-3.8.5.orig/source/Force.c:4552:41: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:5388:13: style: Variable 'Sh_wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:4963:11: style: Variable 'jg' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:4561:10: style: Unused variable: rcutA [unusedVariable]
openmx-3.8.5.orig/source/Force.c:4561:16: style: Unused variable: rcutB [unusedVariable]
openmx-3.8.5.orig/source/Force.c:4561:22: style: Unused variable: rcut [unusedVariable]
openmx-3.8.5.orig/source/Force.c:5548:11: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:6391:13: style: Variable 'kan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:5737:29: style: Unused variable: deri_kind [unusedVariable]
openmx-3.8.5.orig/source/Force.c:5741:10: style: Unused variable: PF [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6677:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6677:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6677:22: style: Unused variable: kan [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6677:26: style: Unused variable: so [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6677:29: style: Unused variable: deri_kind [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6922:9: style: Variable 'wakg' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:6679:12: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6679:15: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6679:18: style: Unused variable: l3 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6699:11: style: Variable 'Mi_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:6680:25: style: Unused variable: ene [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6683:10: style: Unused variable: PFp [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6683:14: style: Unused variable: PFm [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6683:18: style: Unused variable: ene_p [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6683:24: style: Unused variable: ene_m [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6684:10: style: Unused variable: sumx0 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6684:16: style: Unused variable: sumy0 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6684:22: style: Unused variable: sumz0 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6685:10: style: Unused variable: sumx1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6685:16: style: Unused variable: sumy1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6685:22: style: Unused variable: sumz1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6686:10: style: Unused variable: sumx2 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6686:16: style: Unused variable: sumy2 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6686:22: style: Unused variable: sumz2 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6687:7: style: Unused variable: L [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6687:9: style: Unused variable: LL [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6687:12: style: Unused variable: Mul1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:6689:14: style: Variable 'Num_RVNA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force.c:7611:24: style: Unused variable: so [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7611:27: style: Unused variable: deri_kind [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7613:18: style: Unused variable: l3 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7615:10: style: Unused variable: PF [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7616:10: style: Unused variable: tmpx [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7616:15: style: Unused variable: tmpy [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7616:20: style: Unused variable: tmpz [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7619:10: style: Unused variable: PFp [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7619:14: style: Unused variable: PFm [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7619:18: style: Unused variable: ene_p [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7619:24: style: Unused variable: ene_m [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7621:10: style: Unused variable: sumx0 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7621:16: style: Unused variable: sumy0 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7621:22: style: Unused variable: sumz0 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7622:10: style: Unused variable: sumx1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7622:16: style: Unused variable: sumy1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7622:22: style: Unused variable: sumz1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7623:10: style: Unused variable: sumx2 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7623:16: style: Unused variable: sumy2 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7623:22: style: Unused variable: sumz2 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8140:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8140:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8140:24: style: Unused variable: so [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8140:27: style: Unused variable: deri_kind [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8141:32: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8142:18: style: Unused variable: l3 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8143:17: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8143:19: style: Unused variable: p0 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8144:10: style: Unused variable: PF [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8144:16: style: Unused variable: sumx [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8144:21: style: Unused variable: sumy [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8144:26: style: Unused variable: sumz [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8145:10: style: Unused variable: tmpx [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8145:15: style: Unused variable: tmpy [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8145:20: style: Unused variable: tmpz [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8146:10: style: Unused variable: Lsum0 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8146:16: style: Unused variable: Lsum1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8146:22: style: Unused variable: Lsum2 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8146:28: style: Unused variable: Lsum3 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8147:10: style: Unused variable: Rsum0 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8147:16: style: Unused variable: Rsum1 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8147:22: style: Unused variable: Rsum2 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8147:28: style: Unused variable: Rsum3 [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8148:10: style: Unused variable: PFp [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8148:14: style: Unused variable: PFm [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8148:18: style: Unused variable: ene_p [unusedVariable]
openmx-3.8.5.orig/source/Force.c:8148:24: style: Unused variable: ene_m [unusedVariable]
openmx-3.8.5.orig/source/Force.c:7023:38: error: Uninitialized variable: dx [uninitvar]
openmx-3.8.5.orig/source/Force.c:7024:38: error: Uninitialized variable: dy [uninitvar]
openmx-3.8.5.orig/source/Force.c:7025:38: error: Uninitialized variable: dz [uninitvar]
openmx-3.8.5.orig/source/Force_HNL.c:15:27: style: The scope of the variable 'Sh_wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force_HNL.c:16:18: style: The scope of the variable 'jg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force_HNL.c:559:14: style: Variable 'Cwan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force_HNL.c:824:12: style: Variable 'Mq_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force_HNL.c:9:7: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:9:10: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:9:13: style: Unused variable: l3 [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:9:16: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:9:18: style: Unused variable: LL [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:9:21: style: Unused variable: Mul1 [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:9:26: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:9:31: style: Unused variable: ncp [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:10:41: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:657:13: style: Variable 'Sh_wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force_HNL.c:281:9: style: Variable 'jg' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force_HNL.c:19:10: style: Unused variable: rcutA [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:19:16: style: Unused variable: rcutB [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:19:22: style: Unused variable: rcut [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:20:22: style: Unused variable: ene [unusedVariable]
openmx-3.8.5.orig/source/Force_HNL.c:805:11: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force_HNL.c:951:0: error: Memory leak: Snd_DS_NL_Size [memleak]
openmx-3.8.5.orig/source/Force_HNL.c:951:0: error: Memory leak: Rcv_DS_NL_Size [memleak]
openmx-3.8.5.orig/source/Force_HNL.c:355:0: error: Uninitialized variable: kk [uninitvar]
openmx-3.8.5.orig/source/Force_test.c:322:5: style: Variable 'time1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Force_test.c:313:5: note: Variable 'time1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Force_test.c:322:5: note: Variable 'time1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Force_test.c:323:5: style: Variable 'time2' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Force_test.c:314:5: note: Variable 'time2' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Force_test.c:323:5: note: Variable 'time2' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Force_test.c:64:8: style: The scope of the variable 'fname_dat' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force_test.c:245:7: style: The scope of the variable 'time1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force_test.c:245:13: style: The scope of the variable 'time2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force_test.c:245:19: style: The scope of the variable 'MD_iter' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force_test.c:250:10: style: The scope of the variable 'Utot1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force_test.c:250:16: style: The scope of the variable 'Utot2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force_test.c:250:22: style: The scope of the variable 'Utot3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force_test.c:251:9: style: The scope of the variable 'fp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force_test.c:252:8: style: The scope of the variable 'fname1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Force_test.c:52:28: style: Unused variable: fp3 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:53:22: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:53:24: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:54:7: style: Unused variable: Num_Atoms [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:55:7: style: Unused variable: NGrid1_1 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:55:16: style: Unused variable: NGrid1_2 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:55:25: style: Unused variable: NGrid1_3 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:56:7: style: Unused variable: NGrid2_1 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:56:16: style: Unused variable: NGrid2_2 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:56:25: style: Unused variable: NGrid2_3 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:57:10: style: Unused variable: Utot1 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:57:16: style: Unused variable: Utot2 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:57:22: style: Unused variable: dU [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:57:25: style: Unused variable: dF [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:58:10: style: Unused variable: gx [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:58:13: style: Unused variable: gy [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:58:16: style: Unused variable: gz [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:58:19: style: Unused variable: fx [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:58:22: style: Unused variable: fy [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:58:25: style: Unused variable: fz [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:59:10: style: Unused variable: sum1 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:59:15: style: Unused variable: sum2 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:60:8: style: Unused variable: fname [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:65:8: style: Unused variable: fname_dat2 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:66:8: style: Unused variable: fname_out1 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:67:8: style: Unused variable: fname_out2 [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:68:8: style: Unused variable: ftmp [unusedVariable]
openmx-3.8.5.orig/source/Force_test.c:322:13: style: Variable 'time1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force_test.c:323:13: style: Variable 'time2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force_test.c:298:13: style: Variable 'Utot1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Force_test.c:177:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Free_Arrays.c:24:18: style: The scope of the variable 'L' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:24:22: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:24:33: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:24:40: style: The scope of the variable 'tno' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:24:49: style: The scope of the variable 'Nc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:25:7: style: The scope of the variable 'tno0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:25:12: style: The scope of the variable 'tno1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:25:17: style: The scope of the variable 'tno2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:25:50: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:25:53: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:26:23: style: The scope of the variable 'Lmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:26:43: style: The scope of the variable 'fan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:27:11: style: The scope of the variable 'n2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:27:14: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:27:19: style: The scope of the variable 'wanB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:27:24: style: The scope of the variable 'Gi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:27:33: style: The scope of the variable 'Mh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:27:39: style: The scope of the variable 'NO1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Free_Arrays.c:14:22: style: Function 'Free_Arrays' argument 1 names different: declaration 'dokokara' definition 'wherefrom'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:3151:22: note: Function 'Free_Arrays' argument 1 names different: declaration 'dokokara' definition 'wherefrom'.
openmx-3.8.5.orig/source/Free_Arrays.c:14:22: note: Function 'Free_Arrays' argument 1 names different: declaration 'dokokara' definition 'wherefrom'.
openmx-3.8.5.orig/source/Free_Arrays.c:24:13: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:1481:10: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:24:37: style: Unused variable: al [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:1798:13: style: Variable 'tno0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:26:7: style: Unused variable: q_AN [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:26:12: style: Unused variable: Gq_AN [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:26:18: style: Unused variable: Qwan [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:26:28: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:26:32: style: Unused variable: ns [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:26:35: style: Unused variable: nc [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:27:27: style: Unused variable: MAnum [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:276:14: style: Variable 'Mh_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:278:12: style: Variable 'NO1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:28:7: style: Unused variable: Anum [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:28:12: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:28:14: style: Unused variable: vsize [unusedVariable]
openmx-3.8.5.orig/source/Free_Arrays.c:28:20: style: Unused variable: NUM [unusedVariable]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:28:16: style: The scope of the variable 'Gp_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:28:33: style: The scope of the variable 'Rnp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:29:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:29:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:29:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:29:19: style: The scope of the variable 'xp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:29:22: style: The scope of the variable 'yp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:29:25: style: The scope of the variable 'zp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:30:17: style: The scope of the variable 'ri' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:99:13: style: The scope of the variable 'f1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:28:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:28:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:98:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Fuzzy_Weight.c:98:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/GR_Pulay_DM.c:27:14: style: The scope of the variable 'firsttime' can be reduced. [variableScope]
openmx-3.8.5.orig/source/GR_Pulay_DM.c:568:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/GR_Pulay_DM.c:569:10: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/GR_Pulay_DM.c:542:18: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Gaunt.c:28:7: style: Unused variable: Ls [unusedVariable]
openmx-3.8.5.orig/source/Gauss_Legendre.c:395:18: style: The scope of the variable 'index' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Gauss_Legendre.c:466:13: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1820:25: style: Condition '0==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:1830:27: style: Condition '0==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:4155:23: style: Condition 'SpinP_switch==3' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:4205:22: style: Condition '0==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:4985:10: style: Condition 'debug31' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:4931:11: note: Assignment 'debug31=0', assigned value is 0
openmx-3.8.5.orig/source/Generate_Wannier.c:4985:10: note: Condition 'debug31' is always false
openmx-3.8.5.orig/source/Generate_Wannier.c:5096:10: style: Condition 'debug31' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:4931:11: note: Assignment 'debug31=0', assigned value is 0
openmx-3.8.5.orig/source/Generate_Wannier.c:5096:10: note: Condition 'debug31' is always false
openmx-3.8.5.orig/source/Generate_Wannier.c:5155:7: style: Condition 'debug31' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:4931:11: note: Assignment 'debug31=0', assigned value is 0
openmx-3.8.5.orig/source/Generate_Wannier.c:5155:7: note: Condition 'debug31' is always false
openmx-3.8.5.orig/source/Generate_Wannier.c:5159:5: style: Condition 'debug31' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:4931:11: note: Assignment 'debug31=0', assigned value is 0
openmx-3.8.5.orig/source/Generate_Wannier.c:5159:5: note: Condition 'debug31' is always false
openmx-3.8.5.orig/source/Generate_Wannier.c:5163:10: style: Condition 'debug31' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:4931:11: note: Assignment 'debug31=0', assigned value is 0
openmx-3.8.5.orig/source/Generate_Wannier.c:5163:10: note: Condition 'debug31' is always false
openmx-3.8.5.orig/source/Generate_Wannier.c:5175:7: style: Condition 'debug31' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:4931:11: note: Assignment 'debug31=0', assigned value is 0
openmx-3.8.5.orig/source/Generate_Wannier.c:5175:7: note: Condition 'debug31' is always false
openmx-3.8.5.orig/source/Generate_Wannier.c:5179:5: style: Condition 'debug31' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:4931:11: note: Assignment 'debug31=0', assigned value is 0
openmx-3.8.5.orig/source/Generate_Wannier.c:5179:5: note: Condition 'debug31' is always false
openmx-3.8.5.orig/source/Generate_Wannier.c:9314:11: style: Condition 'nosym==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:9312:9: note: Assignment 'nosym=0', assigned value is 0
openmx-3.8.5.orig/source/Generate_Wannier.c:9314:11: note: Condition 'nosym==1' is always false
openmx-3.8.5.orig/source/Generate_Wannier.c:9319:11: style: Condition 'nosym==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generate_Wannier.c:9312:9: note: Assignment 'nosym=0', assigned value is 0
openmx-3.8.5.orig/source/Generate_Wannier.c:9319:11: note: Condition 'nosym==1' is always false
openmx-3.8.5.orig/source/Generate_Wannier.c:1653:3: style: Variable 'find_w' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Generate_Wannier.c:1652:3: note: Variable 'find_w' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Generate_Wannier.c:1653:3: note: Variable 'find_w' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Generate_Wannier.c:3550:7: style: Variable 'step' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Generate_Wannier.c:3547:7: note: Variable 'step' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Generate_Wannier.c:3550:7: note: Variable 'step' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Generate_Wannier.c:187:13: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:187:18: style: The scope of the variable 'TNO1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:379:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:379:38: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:381:42: style: The scope of the variable 'Sk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:381:45: style: The scope of the variable 'Dk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:384:30: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:390:26: style: The scope of the variable 'siT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:390:30: style: The scope of the variable 'coT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:390:34: style: The scope of the variable 'siP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:390:38: style: The scope of the variable 'coP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:852:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:855:13: style: The scope of the variable 'Rnh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1197:7: style: The scope of the variable 'n1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1197:25: style: The scope of the variable 'itmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1198:7: style: The scope of the variable 'itmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1198:13: style: The scope of the variable 'itmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1198:19: style: The scope of the variable 'itmp3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1198:31: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1198:33: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1198:35: style: The scope of the variable 'm1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1202:13: style: The scope of the variable 'tno0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1202:18: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1202:23: style: The scope of the variable 'tno1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1203:7: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1203:13: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1204:7: style: The scope of the variable 'odloop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1204:14: style: The scope of the variable 'odloop_num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1222:10: style: The scope of the variable 'norm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1230:10: style: The scope of the variable 'Cxyz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1231:13: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1248:30: style: The scope of the variable 'delta_old' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1249:29: style: The scope of the variable 'beta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1250:10: style: The scope of the variable 'epcg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1250:23: style: The scope of the variable 'sigma_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1253:7: style: The scope of the variable 'searching_scheme' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1257:10: style: The scope of the variable 'alpha' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1257:16: style: The scope of the variable 'conv_total_omega' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1262:7: style: The scope of the variable 'step' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1263:7: style: The scope of the variable 'sec_step' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1263:17: style: The scope of the variable 'sec_max' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1266:28: style: The scope of the variable 'fpwn90' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1266:44: style: The scope of the variable 'fptmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1269:8: style: The scope of the variable 'fname2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1271:8: style: The scope of the variable 'fname4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1283:21: style: The scope of the variable 'startbv' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1292:10: style: The scope of the variable 'omega' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1293:10: style: The scope of the variable 'omega_prev' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1293:22: style: The scope of the variable 'omega_I_prev' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1293:36: style: The scope of the variable 'omega_OD_prev' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:1293:51: style: The scope of the variable 'omega_D_prev' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:2007:16: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:2047:16: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:2589:12: style: The scope of the variable 'bk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:2589:24: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:4084:38: style: The scope of the variable 'oindx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:4614:8: style: The scope of the variable 'fname' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:5981:26: style: The scope of the variable 'sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:5981:29: style: The scope of the variable 'si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:7296:12: style: The scope of the variable 'copy_Amatrix' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:7297:12: style: The scope of the variable 'Umatrix' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:7298:12: style: The scope of the variable 'Dmatrix' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:7306:12: style: The scope of the variable 'VTmatrix' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:7315:57: style: The scope of the variable 'realshellindx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:7316:19: style: The scope of the variable 'old_shell_size' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:7933:31: style: The scope of the variable 'sumr2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:8155:37: style: The scope of the variable 'iter' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:8157:10: style: The scope of the variable 'omega_I' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:8157:19: style: The scope of the variable 'omega_I_prev' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:8157:33: style: The scope of the variable 'delta_OI' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:8787:13: style: The scope of the variable 'kpb' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:8787:18: style: The scope of the variable 'kpb_band' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:8891:27: style: The scope of the variable 'num_kpath' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:8893:12: style: The scope of the variable 'kpath' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:10351:10: style: The scope of the variable 'Re_rho00' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:10351:19: style: The scope of the variable 'Re_rho01' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:10351:28: style: The scope of the variable 'Re_rho10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:10351:37: style: The scope of the variable 'Re_rho11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:10352:10: style: The scope of the variable 'Im_rho00' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:10352:19: style: The scope of the variable 'Im_rho01' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:10352:28: style: The scope of the variable 'Im_rho10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:10352:37: style: The scope of the variable 'Im_rho11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:10542:21: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:10636:21: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:10729:23: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generate_Wannier.c:7750:37: style: Function 'Gradient_at_next_x' argument 1 names different: declaration 'g' definition 'Gmnk'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Generate_Wannier.c:107:37: note: Function 'Gradient_at_next_x' argument 1 names different: declaration 'g' definition 'Gmnk'.
openmx-3.8.5.orig/source/Generate_Wannier.c:7750:37: note: Function 'Gradient_at_next_x' argument 1 names different: declaration 'g' definition 'Gmnk'.
openmx-3.8.5.orig/source/Generate_Wannier.c:7750:83: style: Function 'Gradient_at_next_x' argument 4 names different: declaration 'Uk' definition 'Ukmatrix'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Generate_Wannier.c:107:80: note: Function 'Gradient_at_next_x' argument 4 names different: declaration 'Uk' definition 'Ukmatrix'.
openmx-3.8.5.orig/source/Generate_Wannier.c:7750:83: note: Function 'Gradient_at_next_x' argument 4 names different: declaration 'Uk' definition 'Ukmatrix'.
openmx-3.8.5.orig/source/Generate_Wannier.c:7750:106: style: Function 'Gradient_at_next_x' argument 5 names different: declaration 'm' definition 'Mmnkb_zero'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Generate_Wannier.c:107:97: note: Function 'Gradient_at_next_x' argument 5 names different: declaration 'm' definition 'Mmnkb_zero'.
openmx-3.8.5.orig/source/Generate_Wannier.c:7750:106: note: Function 'Gradient_at_next_x' argument 5 names different: declaration 'm' definition 'Mmnkb_zero'.
openmx-3.8.5.orig/source/Generate_Wannier.c:10538:38: style: Function 'Overlap_Band_Wannier' argument 1 names different: declaration 'OLP' definition 'fOLP'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Generate_Wannier.c:129:38: note: Function 'Overlap_Band_Wannier' argument 1 names different: declaration 'OLP' definition 'fOLP'.
openmx-3.8.5.orig/source/Generate_Wannier.c:10538:38: note: Function 'Overlap_Band_Wannier' argument 1 names different: declaration 'OLP' definition 'fOLP'.
openmx-3.8.5.orig/source/Generate_Wannier.c:52:8: style: struct member 'timeval2::tv_sec' is never used. [unusedStructMember]
openmx-3.8.5.orig/source/Generate_Wannier.c:53:8: style: struct member 'timeval2::tv_usec' is never used. [unusedStructMember]
openmx-3.8.5.orig/source/Generate_Wannier.c:286:15: style: Variable 'tno' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:377:14: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:380:21: style: Unused variable: size_SumS0 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:380:32: style: Unused variable: size_TmpOLP [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:488:12: style: Variable 'Sk' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:489:12: style: Variable 'Dk' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:583:26: style: Variable 'tmp4' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:385:10: style: Unused variable: ReC0 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:385:15: style: Unused variable: ImC0 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:385:20: style: Unused variable: ReC1 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:385:25: style: Unused variable: ImC1 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:385:33: style: Unused variable: sy [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:385:40: style: Unused variable: syp [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:386:10: style: Unused variable: ReC2 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:386:15: style: Unused variable: ImC2 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:386:20: style: Unused variable: ReC3 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:386:25: style: Unused variable: ImC3 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:386:35: style: Unused variable: coe1 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:386:42: style: Unused variable: time0 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:476:13: style: Variable 'siT' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:477:13: style: Variable 'coT' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:478:13: style: Variable 'siP' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:479:13: style: Variable 'coP' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:393:19: style: Unused variable: CsumSr [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:393:26: style: Unused variable: CsumSt [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:393:33: style: Unused variable: CsumSp [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:622:14: style: Variable 'CYt1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:623:14: style: Variable 'CYp1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:397:10: style: Unused variable: TStime [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:397:17: style: Unused variable: TEtime [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:399:10: style: Unused variable: Stime_atom [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:399:22: style: Unused variable: Etime_atom [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:1134:11: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:853:7: style: Unused variable: succeed_open [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:959:8: style: Variable 'Rnh' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4605:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4605:34: style: Unused variable: TNO1 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4605:40: style: Unused variable: TNO2 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4606:13: style: Unused variable: Rn [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4608:53: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4610:10: style: Unused variable: sr [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4610:14: style: Unused variable: pxr [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4610:19: style: Unused variable: pxi [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4610:24: style: Unused variable: pyr [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4610:29: style: Unused variable: pyi [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4610:34: style: Unused variable: pzr [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4610:39: style: Unused variable: pzi [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5539:7: style: Unused variable: ki [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5539:10: style: Unused variable: kj [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5540:10: style: Unused variable: kpb [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5547:9: style: Unused variable: fp [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5655:21: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5656:7: style: Unused variable: ki [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5656:10: style: Unused variable: kj [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5657:10: style: Unused variable: kpb [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5663:9: style: Unused variable: fp [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5889:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5889:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5890:14: style: Unused variable: nindx [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:5891:15: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6172:2: style: Variable 'sr' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6173:2: style: Variable 'si' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6257:10: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6558:7: style: Unused variable: ik [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6558:22: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6559:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6559:13: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6559:18: style: Unused variable: mu1 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6559:22: style: Unused variable: mu2 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6560:7: style: Unused variable: Anum [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6560:12: style: Unused variable: Bnum [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6560:17: style: Unused variable: tnoA [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6560:22: style: Unused variable: tnoB [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6562:7: style: Unused variable: Rnh [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6562:11: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6562:17: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6562:20: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6562:23: style: Unused variable: l3 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6614:8: style: Variable 'kx' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6615:8: style: Variable 'ky' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6616:8: style: Variable 'kz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6566:10: style: Unused variable: tmp1r [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6566:16: style: Unused variable: tmp1i [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6567:10: style: Unused variable: tmp2r [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6567:16: style: Unused variable: tmp2i [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6568:10: style: Unused variable: tmp3r [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6568:16: style: Unused variable: tmp3i [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6569:10: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6569:13: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6569:16: style: Unused variable: kRn [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6569:20: style: Unused variable: k1da [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6569:25: style: Unused variable: k1db [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6569:30: style: Unused variable: k1dc [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6576:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:6576:24: style: Unused variable: ID1 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:7127:32: style: Unused variable: wb [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:7128:28: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:7130:8: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:7712:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:7757:15: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:7758:36: style: Unused variable: wk [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:8030:11: style: Unused variable: wk [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:8078:14: style: Unused variable: bindx [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:8155:21: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:8155:31: style: Unused variable: nindx [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:8787:34: style: Unused variable: id [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:8787:37: style: Unused variable: jd [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:8788:14: style: Unused variable: info [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:8891:38: style: Unused variable: npath [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:8946:8: style: Variable 'BAND' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9304:31: style: Unused variable: rdotk [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9949:13: style: Unused variable: Mh_AN [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9949:19: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9949:24: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9949:30: style: Unused variable: Rnh [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9949:34: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9950:7: style: Unused variable: NO1 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9950:20: style: Unused variable: Nog [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9950:24: style: Unused variable: RnG [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9950:28: style: Unused variable: Nh [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9951:16: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9954:10: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9954:13: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9954:16: style: Unused variable: k1 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9954:19: style: Unused variable: k2 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9954:22: style: Unused variable: k3 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9954:25: style: Unused variable: kRn [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9961:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:9963:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10191:10: style: Unused variable: cmd [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10282:10: style: Unused variable: cmd [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10337:13: style: Unused variable: Mh_AN [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10337:19: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10337:24: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10337:30: style: Unused variable: Rnh [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10337:34: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10338:7: style: Unused variable: NO1 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10338:20: style: Unused variable: Nog [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10338:24: style: Unused variable: RnG [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10338:28: style: Unused variable: Nh [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10339:16: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10339:22: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10339:24: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10339:35: style: Unused variable: spinmax [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10342:10: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10342:13: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10342:16: style: Unused variable: k1 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10342:19: style: Unused variable: k2 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10342:22: style: Unused variable: k3 [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10342:25: style: Unused variable: kRn [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10393:5: style: Variable 'Re_rho10' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10390:5: style: Variable 'Im_rho00' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10394:5: style: Variable 'Im_rho10' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10396:5: style: Variable 'Im_rho11' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10354:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10542:11: style: Unused variable: wanA [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10542:16: style: Unused variable: wanB [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10636:11: style: Unused variable: wanA [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10636:16: style: Unused variable: wanB [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10729:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10729:13: style: Unused variable: wanA [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10729:18: style: Unused variable: wanB [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:10735:20: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/Generate_Wannier.c:4076:0: error: Resource leak: fp [resourceLeak]
openmx-3.8.5.orig/source/Generate_Wannier.c:4076:0: error: Resource leak: fpwn90 [resourceLeak]
openmx-3.8.5.orig/source/Generate_Wannier.c:7504:0: error: Memory leak: qvector [memleak]
openmx-3.8.5.orig/source/Generate_Wannier.c:7504:0: error: Memory leak: Amatrix [memleak]
openmx-3.8.5.orig/source/Generate_Wannier.c:7504:0: error: Memory leak: copy_Amatrix [memleak]
openmx-3.8.5.orig/source/Generate_Wannier.c:7504:0: error: Memory leak: Umatrix [memleak]
openmx-3.8.5.orig/source/Generate_Wannier.c:7504:0: error: Memory leak: Dmatrix [memleak]
openmx-3.8.5.orig/source/Generate_Wannier.c:7504:0: error: Memory leak: VTmatrix [memleak]
openmx-3.8.5.orig/source/Generate_Wannier.c:5817:28: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
openmx-3.8.5.orig/source/Generate_Wannier.c:5823:28: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
openmx-3.8.5.orig/source/Generate_Wannier.c:5941:32: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
openmx-3.8.5.orig/source/Generate_Wannier.c:5946:32: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
openmx-3.8.5.orig/source/Generate_Wannier.c:6084:30: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
openmx-3.8.5.orig/source/Generate_Wannier.c:6089:30: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
openmx-3.8.5.orig/source/Generate_Wannier.c:9723:28: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
openmx-3.8.5.orig/source/Generate_Wannier.c:9741:28: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
openmx-3.8.5.orig/source/Generate_Wannier.c:9780:28: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
openmx-3.8.5.orig/source/Generate_Wannier.c:9799:28: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
openmx-3.8.5.orig/source/Generate_Wannier.c:1893:13: error: Uninitialized variable: fpkpt [uninitvar]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1813:14: style: Condition '1==1' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1854:14: style: Condition '1==1' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1628:3: style: Variable 'omega' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1627:3: note: Variable 'omega' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1628:3: note: Variable 'omega' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1813:14: style: Same expression on both sides of '=='. [duplicateExpression]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1854:14: style: Same expression on both sides of '=='. [duplicateExpression]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:367:24: style: The scope of the variable 'inv' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:367:31: style: The scope of the variable 'tmpsym' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:367:41: style: The scope of the variable 'tmpisym' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:374:12: style: The scope of the variable 'transok' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:462:13: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3779:25: style: The scope of the variable 'pure_point' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3187:3: warning: Size of pointer 'ordering' used instead of size of its data. [pointerSize]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1611:10: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1611:13: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1625:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1643:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1691:16: style: Unused variable: ibi [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1693:25: style: Unused variable: tmp [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1695:8: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1960:22: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1960:24: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:1961:8: style: Unused variable: ch [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3149:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3169:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3169:21: style: Unused variable: num_y [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3620:8: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:513:0: error: Memory leak: sym_op [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:513:0: error: Memory leak: pureGsym [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:513:0: error: Memory leak: trans_op_vec [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:513:0: error: Memory leak: rlatt [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:513:0: error: Memory leak: platt [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:513:0: error: Memory leak: lattice_vector [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:513:0: error: Memory leak: klatt [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: symgen [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: inv [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot3D [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot6Z [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot2hex [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot2Ybc [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot2Zbc [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot2Ybas [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot2Yfc [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot2Zfc [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot2Tri [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot4Zpri [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot2Ypri [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot4Zbc [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot4Zfc [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:3100:0: error: Memory leak: rot2Zpri [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:4203:0: error: Memory leak: tmpWeight [memleak]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:257:15: error: Uninitialized variable: MG_SpeciesNum [uninitvar]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:293:18: error: Uninitialized variable: MG_SpeciesNum [uninitvar]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:4031:24: error: Uninitialized variable: jp [uninitvar]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:4032:24: error: Uninitialized variable: jp [uninitvar]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:4033:24: error: Uninitialized variable: jp [uninitvar]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:4043:24: error: Uninitialized variable: kp [uninitvar]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:4044:24: error: Uninitialized variable: kp [uninitvar]
openmx-3.8.5.orig/source/Generating_MP_Special_Kpt.c:4045:24: error: Uninitialized variable: kp [uninitvar]
openmx-3.8.5.orig/source/Get_Cnt_Orbitals.c:21:15: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_Orbitals.c:24:10: style: The scope of the variable 'siQ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_Orbitals.c:24:14: style: The scope of the variable 'coQ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_Orbitals.c:24:18: style: The scope of the variable 'siP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_Orbitals.c:24:22: style: The scope of the variable 'coP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_Orbitals.c:28:10: style: The scope of the variable 'dSHt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_Orbitals.c:29:10: style: The scope of the variable 'dSHp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_Orbitals.c:20:14: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Get_Cnt_Orbitals.c:21:28: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/Get_Cnt_Orbitals.c:56:3: style: Variable 'Rmin' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:21:15: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:25:10: style: The scope of the variable 'siQ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:25:14: style: The scope of the variable 'coQ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:25:18: style: The scope of the variable 'siP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:25:22: style: The scope of the variable 'coP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:20:14: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:21:28: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:354:24: error: Uninitialized variable: dRx [uninitvar]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:355:24: error: Uninitialized variable: dRy [uninitvar]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:356:24: error: Uninitialized variable: dRz [uninitvar]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:354:36: error: Uninitialized variable: dQx [uninitvar]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:355:36: error: Uninitialized variable: dQy [uninitvar]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:356:36: error: Uninitialized variable: dQz [uninitvar]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:354:48: error: Uninitialized variable: dPx [uninitvar]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:355:48: error: Uninitialized variable: dPy [uninitvar]
openmx-3.8.5.orig/source/Get_Cnt_dOrbitals.c:356:48: error: Uninitialized variable: dPz [uninitvar]
openmx-3.8.5.orig/source/Get_OneD_HS_Col.c:25:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_OneD_HS_Col.c:25:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_OneD_HS_Col.c:28:7: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_OneD_HS_Col.c:26:31: style: Unused variable: AN [unusedVariable]
openmx-3.8.5.orig/source/Get_OneD_HS_Col.c:27:32: style: Unused variable: Bnum [unusedVariable]
openmx-3.8.5.orig/source/Get_OneD_HS_Col.c:113:9: style: Variable 'NUM' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Get_OneD_HS_Col.c:28:16: style: Unused variable: num_orbitals [unusedVariable]
openmx-3.8.5.orig/source/Get_OneD_HS_Col.c:29:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Get_OneD_HS_Col.c:32:10: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Get_OneD_HS_Col.c:35:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Get_OneD_HS_Col.c:36:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Get_Orbitals.c:108:14: style: Condition 'm==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Get_Orbitals.c:79:9: note: Assignment 'm=4', assigned value is 4
openmx-3.8.5.orig/source/Get_Orbitals.c:108:14: note: Condition 'm==1' is always false
openmx-3.8.5.orig/source/Get_Orbitals.c:20:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Orbitals.c:23:10: style: The scope of the variable 'siQ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Orbitals.c:23:14: style: The scope of the variable 'coQ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Orbitals.c:23:18: style: The scope of the variable 'siP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Orbitals.c:23:22: style: The scope of the variable 'coP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Orbitals.c:24:16: style: The scope of the variable 'sum0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Orbitals.c:24:21: style: The scope of the variable 'sum1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Orbitals.c:28:10: style: The scope of the variable 'dSHt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Orbitals.c:29:10: style: The scope of the variable 'dSHp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_Orbitals.c:19:14: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Get_Orbitals.c:55:3: style: Variable 'Rmin' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:143:14: style: Condition 'm==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Get_dOrbitals.c:114:9: note: Assignment 'm=4', assigned value is 4
openmx-3.8.5.orig/source/Get_dOrbitals.c:143:14: note: Condition 'm==1' is always false
openmx-3.8.5.orig/source/Get_dOrbitals.c:21:21: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_dOrbitals.c:25:10: style: The scope of the variable 'siQ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_dOrbitals.c:25:14: style: The scope of the variable 'coQ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_dOrbitals.c:25:18: style: The scope of the variable 'siP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_dOrbitals.c:25:22: style: The scope of the variable 'coP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_dOrbitals.c:37:30: style: The scope of the variable 'sum0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_dOrbitals.c:37:35: style: The scope of the variable 'sum1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Get_dOrbitals.c:18:36: style: Function 'Get_dOrbitals' argument 2 names different: declaration 'R' definition 'x'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:2600:36: note: Function 'Get_dOrbitals' argument 2 names different: declaration 'R' definition 'x'.
openmx-3.8.5.orig/source/Get_dOrbitals.c:18:36: note: Function 'Get_dOrbitals' argument 2 names different: declaration 'R' definition 'x'.
openmx-3.8.5.orig/source/Get_dOrbitals.c:18:46: style: Function 'Get_dOrbitals' argument 3 names different: declaration 'Q' definition 'y'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:2600:46: note: Function 'Get_dOrbitals' argument 3 names different: declaration 'Q' definition 'y'.
openmx-3.8.5.orig/source/Get_dOrbitals.c:18:46: note: Function 'Get_dOrbitals' argument 3 names different: declaration 'Q' definition 'y'.
openmx-3.8.5.orig/source/Get_dOrbitals.c:18:56: style: Function 'Get_dOrbitals' argument 4 names different: declaration 'P' definition 'z'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:2600:56: note: Function 'Get_dOrbitals' argument 4 names different: declaration 'P' definition 'z'.
openmx-3.8.5.orig/source/Get_dOrbitals.c:18:56: note: Function 'Get_dOrbitals' argument 4 names different: declaration 'P' definition 'z'.
openmx-3.8.5.orig/source/Get_dOrbitals.c:20:14: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:21:12: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:21:15: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:21:18: style: Unused variable: i4 [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:21:23: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:21:25: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:26:10: style: Unused variable: dx [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:26:16: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:26:21: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:26:26: style: Unused variable: id [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:27:10: style: Unused variable: drx [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:27:14: style: Unused variable: dry [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:27:18: style: Unused variable: drz [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:34:31: style: Unused variable: dfx [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:34:35: style: Unused variable: dfx2 [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:35:41: style: Unused variable: df2 [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:37:28: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/Get_dOrbitals.c:423:24: error: Uninitialized variable: dRx [uninitvar]
openmx-3.8.5.orig/source/Get_dOrbitals.c:424:24: error: Uninitialized variable: dRy [uninitvar]
openmx-3.8.5.orig/source/Get_dOrbitals.c:425:24: error: Uninitialized variable: dRz [uninitvar]
openmx-3.8.5.orig/source/Get_dOrbitals.c:423:36: error: Uninitialized variable: dQx [uninitvar]
openmx-3.8.5.orig/source/Get_dOrbitals.c:424:36: error: Uninitialized variable: dQy [uninitvar]
openmx-3.8.5.orig/source/Get_dOrbitals.c:425:36: error: Uninitialized variable: dQz [uninitvar]
openmx-3.8.5.orig/source/Get_dOrbitals.c:423:48: error: Uninitialized variable: dPx [uninitvar]
openmx-3.8.5.orig/source/Get_dOrbitals.c:424:48: error: Uninitialized variable: dPy [uninitvar]
openmx-3.8.5.orig/source/Get_dOrbitals.c:425:48: error: Uninitialized variable: dPz [uninitvar]
openmx-3.8.5.orig/source/Hamiltonian_Band.c:32:7: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Hamiltonian_Band.c:31:23: style: Unused variable: ih [unusedVariable]
openmx-3.8.5.orig/source/Hamiltonian_Band_NC.c:33:7: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Hamiltonian_Band_NC.c:32:20: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/Hamiltonian_Cluster.c:25:7: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Hamiltonian_Cluster.c:25:16: style: Unused variable: num_orbitals [unusedVariable]
openmx-3.8.5.orig/source/Hamiltonian_Cluster.c:26:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Hamiltonian_Cluster.c:30:14: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Hamiltonian_Cluster.c:32:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Hamiltonian_Cluster.c:33:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Hamiltonian_Cluster_NC.c:23:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Hamiltonian_Cluster_NC.c:26:7: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:880:21: style: Condition 'Second_switch==0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Initial_CntCoes.c:458:19: note: Assignment 'Second_switch=1', assigned value is 1
openmx-3.8.5.orig/source/Initial_CntCoes.c:880:21: note: Condition 'Second_switch==0' is always false
openmx-3.8.5.orig/source/Initial_CntCoes.c:910:26: style: Condition 'Second_switch==1' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Initial_CntCoes.c:458:19: note: Assignment 'Second_switch=1', assigned value is 1
openmx-3.8.5.orig/source/Initial_CntCoes.c:910:26: note: Condition 'Second_switch==1' is always true
openmx-3.8.5.orig/source/Initial_CntCoes.c:24:15: style: The scope of the variable 'n2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:26:7: style: The scope of the variable 'P_min' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:26:13: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:31:17: style: The scope of the variable 'deg_on' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:31:24: style: The scope of the variable 'deg_num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:34:13: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:34:23: style: The scope of the variable 'NUM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:34:27: style: The scope of the variable 'NUM1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:36:10: style: The scope of the variable 'Beta0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:37:15: style: The scope of the variable 'C0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:38:12: style: The scope of the variable 'S' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:38:16: style: The scope of the variable 'Hks' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:38:22: style: The scope of the variable 'D' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:38:34: style: The scope of the variable 'M1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:39:8: style: The scope of the variable 'jun' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:39:13: style: The scope of the variable 'ponu' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:40:25: style: The scope of the variable 'rc1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:41:14: style: The scope of the variable 'TZ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:43:10: style: The scope of the variable 'LChemP_MAX' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:43:21: style: The scope of the variable 'LChemP_MIN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Initial_CntCoes.c:48:12: style: The scope of the variable 'dege' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:47:13: style: The scope of the variable 'fp_check' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:49:7: style: The scope of the variable 'num_wannier_total_projectors' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:50:9: style: The scope of the variable 'mul' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:55:8: style: The scope of the variable 'OrbPol' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:57:10: style: The scope of the variable 'mx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:57:13: style: The scope of the variable 'my' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:57:16: style: The scope of the variable 'mz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:57:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:58:10: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:58:15: style: The scope of the variable 'tmpy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:58:20: style: The scope of the variable 'tmpz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:60:10: style: The scope of the variable 'length' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:1851:7: style: The scope of the variable 'chk_vs4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:3007:17: style: The scope of the variable 'jmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:3007:22: style: The scope of the variable 'jm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:4479:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:4489:9: style: The scope of the variable 'unitstr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:4596:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:4635:53: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:4753:14: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Input_std.c:45:22: style: Function 'Input_std' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:2889:22: note: Function 'Input_std' argument 1 names different: declaration 'filename' definition 'file'.
openmx-3.8.5.orig/source/Input_std.c:45:22: note: Function 'Input_std' argument 1 names different: declaration 'filename' definition 'file'.
openmx-3.8.5.orig/source/Input_std.c:366:10: style: Variable 'a3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Input_std.c:448:10: style: Variable 'a3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Input_std.c:210:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Input_std.c:765:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Input_std.c:769:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Input_std.c:801:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Input_std.c:1207:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Input_std.c:1278:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Input_std.c:1921:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Input_std.c:1926:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Input_std.c:2084:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Input_std.c:2569:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Input_std.c:2872:4: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Input_std.c:2926:4: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:72:21: warning: Logical disjunction always evaluates to true: EXPR != ' ' || EXPR != '\t'. [incorrectLogicOperator]
openmx-3.8.5.orig/source/Inputtools.c:136:19: style: Condition 'printlevel>10' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Inputtools.c:140:21: style: Condition 'printlevel>10' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Inputtools.c:144:30: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Inputtools.c:184:16: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Inputtools.c:223:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Inputtools.c:264:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Inputtools.c:299:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Inputtools.c:340:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Inputtools.c:384:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Inputtools.c:430:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Inputtools.c:480:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Inputtools.c:124:14: style: The scope of the variable 'lenstrval' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Inputtools.c:504:14: style: The scope of the variable 'buflen' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Inputtools.c:176:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:216:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:254:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:291:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:329:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:375:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:381:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:420:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:426:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:467:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:476:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:510:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Inputtools.c:531:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:117:28: style: The scope of the variable 'k1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:117:31: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:117:34: style: The scope of the variable 'k3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:118:20: style: The scope of the variable 'p0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:118:23: style: The scope of the variable 'p1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:119:7: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:122:10: style: The scope of the variable 'Gx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:122:13: style: The scope of the variable 'Gy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:122:16: style: The scope of the variable 'Gz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:122:19: style: The scope of the variable 'G2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:480:34: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:480:37: style: The scope of the variable 'k3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:481:20: style: The scope of the variable 'p0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:481:23: style: The scope of the variable 'p1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:482:17: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:485:10: style: The scope of the variable 'Gx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:485:13: style: The scope of the variable 'Gy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:485:16: style: The scope of the variable 'Gz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:485:19: style: The scope of the variable 'G2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:116:7: style: Unused variable: ian [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:116:11: style: Unused variable: jan [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:116:15: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:116:21: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:117:7: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:117:12: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:117:18: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:117:20: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:117:24: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:118:7: style: Unused variable: MN [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:119:24: style: Unused variable: N3 [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:120:10: style: Unused variable: Mix_wgt2 [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:125:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:128:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:128:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:128:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:128:27: style: Unused variable: Nloop [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:128:33: style: Unused variable: Nthrds0 [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:479:7: style: Unused variable: ian [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:479:11: style: Unused variable: jan [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:479:15: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:479:21: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:480:7: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:480:12: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:480:18: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:480:20: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:480:27: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:481:7: style: Unused variable: MN [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:482:7: style: Unused variable: BN_AB [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:482:24: style: Unused variable: N3 [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:483:10: style: Unused variable: Mix_wgt2 [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:486:10: style: Unused variable: sk1 [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:486:22: style: Unused variable: G12 [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:489:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:492:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:492:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:492:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:492:27: style: Unused variable: Nloop [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:492:33: style: Unused variable: Nthrds0 [unusedVariable]
openmx-3.8.5.orig/source/Kerker_Mixing_Rhok.c:493:11: style: Unused variable: My_Norm_threads [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:180:42: style: The scope of the variable 'Residues_size' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:183:13: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:183:19: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:183:35: style: The scope of the variable 'ct_on' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:192:35: style: The scope of the variable 'Dnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:775:15: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:775:21: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:777:9: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:777:28: style: The scope of the variable 'NUM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:777:32: style: The scope of the variable 'n2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:780:9: style: The scope of the variable 'KU_d1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:780:16: style: The scope of the variable 'KU_d2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:784:16: style: The scope of the variable 'KU' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:1742:26: style: The scope of the variable 'm1s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:1751:34: style: The scope of the variable 'time10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:3165:39: style: The scope of the variable 'm1s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:3777:34: style: The scope of the variable 'time5' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:3777:40: style: The scope of the variable 'time6' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:3777:46: style: The scope of the variable 'time7' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:3777:52: style: The scope of the variable 'time8' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:4810:19: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:4810:29: style: The scope of the variable 'ih' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:4811:17: style: The scope of the variable 'ig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:4811:20: style: The scope of the variable 'ian' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5097:19: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5098:7: style: The scope of the variable 'ig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5098:10: style: The scope of the variable 'ian' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5098:14: style: The scope of the variable 'ih' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5180:14: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5180:19: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5330:42: style: The scope of the variable 'Residues_size' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5333:13: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5333:19: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5333:35: style: The scope of the variable 'ct_on' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5342:35: style: The scope of the variable 'Dnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5922:15: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5922:21: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5924:9: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5924:28: style: The scope of the variable 'NUM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5924:32: style: The scope of the variable 'n2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5927:9: style: The scope of the variable 'KU_d1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5927:16: style: The scope of the variable 'KU_d2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:5931:16: style: The scope of the variable 'KU' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6910:43: style: The scope of the variable 'm1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6910:46: style: The scope of the variable 'n1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6911:26: style: The scope of the variable 'm1s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6912:7: style: The scope of the variable 'rl00' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6912:12: style: The scope of the variable 'rl01' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6912:17: style: The scope of the variable 'rl02' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6912:22: style: The scope of the variable 'rl03' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6913:7: style: The scope of the variable 'mm0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6913:11: style: The scope of the variable 'mm1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6913:15: style: The scope of the variable 'mm2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6913:19: style: The scope of the variable 'mm3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:6920:34: style: The scope of the variable 'time10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:8393:39: style: The scope of the variable 'm1s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:10047:19: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:10047:29: style: The scope of the variable 'ih' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:10048:17: style: The scope of the variable 'ig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:10048:20: style: The scope of the variable 'ian' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:10048:24: style: The scope of the variable 'info' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:10529:16: style: The scope of the variable 'name' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Krylov.c:9001:32: style: Function 'Embedding_Matrix_trd' argument 10 names different: declaration 'tmpvec1' definition 'tmpvec'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Krylov.c:104:39: note: Function 'Embedding_Matrix_trd' argument 10 names different: declaration 'tmpvec1' definition 'tmpvec'.
openmx-3.8.5.orig/source/Krylov.c:9001:32: note: Function 'Embedding_Matrix_trd' argument 10 names different: declaration 'tmpvec1' definition 'tmpvec'.
openmx-3.8.5.orig/source/Krylov.c:10336:48: style: Function 'Eigen_lapack_x' argument 3 names different: declaration 'n' definition 'n0'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Krylov.c:107:55: note: Function 'Eigen_lapack_x' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Krylov.c:10336:48: note: Function 'Eigen_lapack_x' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Krylov.c:10428:48: style: Function 'Eigen_lapack_d' argument 3 names different: declaration 'n' definition 'n0'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Krylov.c:108:55: note: Function 'Eigen_lapack_d' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Krylov.c:10428:48: note: Function 'Eigen_lapack_d' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Krylov.c:10517:48: style: Function 'Eigen_lapack_r' argument 3 names different: declaration 'n' definition 'n0'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Krylov.c:109:55: note: Function 'Eigen_lapack_r' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Krylov.c:10517:48: note: Function 'Eigen_lapack_r' argument 3 names different: declaration 'n' definition 'n0'.
openmx-3.8.5.orig/source/Krylov.c:176:21: style: Unused variable: is [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:176:24: style: Unused variable: js [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:176:44: style: Unused variable: Anum [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:177:11: style: Unused variable: NUM0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:177:20: style: Unused variable: NUM1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:177:38: style: Unused variable: Rn2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:179:7: style: Unused variable: ih [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:179:10: style: Unused variable: ig [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:179:13: style: Unused variable: ian [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:179:19: style: Unused variable: kl [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:179:22: style: Unused variable: jg [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:179:25: style: Unused variable: jan [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:179:29: style: Unused variable: Bnum [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:179:34: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:179:43: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:179:46: style: Unused variable: ip [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:180:14: style: Unused variable: j1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:180:17: style: Unused variable: P_min [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:180:30: style: Unused variable: q1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:180:33: style: Unused variable: q2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:180:36: style: Unused variable: csize [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:181:7: style: Unused variable: h_AN1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:181:13: style: Unused variable: Mh_AN1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:181:20: style: Unused variable: h_AN2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:181:26: style: Unused variable: Gh_AN1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:181:33: style: Unused variable: Gh_AN2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:181:40: style: Unused variable: wan1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:181:45: style: Unused variable: wan2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:182:10: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:182:41: style: Unused variable: rl1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:182:45: style: Unused variable: rl2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:182:49: style: Unused variable: rl [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:323:13: style: Variable 'ct_on' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:186:16: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:186:33: style: Unused variable: srt [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:187:10: style: Unused variable: sum00 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:187:16: style: Unused variable: sum10 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:187:22: style: Unused variable: sum20 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:187:28: style: Unused variable: sum30 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:188:10: style: Unused variable: sum01 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:188:16: style: Unused variable: sum11 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:188:22: style: Unused variable: sum21 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:188:28: style: Unused variable: sum31 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:189:10: style: Unused variable: sum02 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:189:16: style: Unused variable: sum12 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:189:22: style: Unused variable: sum22 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:189:28: style: Unused variable: sum32 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:190:10: style: Unused variable: sum03 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:190:16: style: Unused variable: sum13 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:190:22: style: Unused variable: sum23 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:190:28: style: Unused variable: sum33 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:191:10: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:191:20: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:191:25: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:191:30: style: Unused variable: b2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:191:33: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:191:36: style: Unused variable: x0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:191:39: style: Unused variable: Sx [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:191:42: style: Unused variable: Dx [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:191:45: style: Unused variable: xmin [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:191:50: style: Unused variable: xmax [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:193:10: style: Unused variable: emin [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:193:15: style: Unused variable: emax [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:193:20: style: Unused variable: de [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:199:10: style: Unused variable: Erange [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:203:10: style: Unused variable: spetrum_radius [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:210:8: style: Unused variable: MP [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:224:8: style: Unused variable: Msize5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1536:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:801:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:837:13: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:776:38: style: Unused variable: rl [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:777:41: style: Unused variable: is [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:777:44: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:778:12: style: Unused variable: rl1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:778:16: style: Unused variable: js [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:860:15: style: Variable 'KU_d1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:861:15: style: Variable 'KU_d2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:788:12: style: Unused variable: sum00 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:788:18: style: Unused variable: sum10 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:788:24: style: Unused variable: sum20 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:788:30: style: Unused variable: sum30 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:788:36: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:789:12: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:789:22: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:789:27: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1740:14: style: Unused variable: rl1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1743:27: style: Unused variable: rl04 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1743:32: style: Unused variable: rl05 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1743:37: style: Unused variable: rl06 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1743:42: style: Unused variable: rl07 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1744:23: style: Unused variable: mm4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1744:27: style: Unused variable: mm5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1744:31: style: Unused variable: mm6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1744:35: style: Unused variable: mm7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1772:13: style: Variable 'csize' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:1747:92: style: Unused variable: mmTmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1747:100: style: Unused variable: mmTmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1747:108: style: Unused variable: mmTmp4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1747:116: style: Unused variable: mmTmp5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1830:5: style: Variable 'time10' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:1753:30: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1753:35: style: Unused variable: sum5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1753:40: style: Unused variable: sum6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1753:45: style: Unused variable: sum7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1754:33: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:1767:11: style: Variable 'rcutA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:3154:14: style: Unused variable: rl1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3176:11: style: Variable 'ct_on' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:3156:15: style: Unused variable: rl_half [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3181:13: style: Variable 'csize' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:3158:14: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3158:18: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3158:33: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3164:27: style: Unused variable: rl04 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3164:32: style: Unused variable: rl05 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3164:37: style: Unused variable: rl06 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3164:42: style: Unused variable: rl07 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3165:23: style: Unused variable: mm4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3165:27: style: Unused variable: mm5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3165:31: style: Unused variable: mm6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3165:35: style: Unused variable: mm7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3166:92: style: Unused variable: mmTmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3166:100: style: Unused variable: mmTmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3166:108: style: Unused variable: mmTmp4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3166:116: style: Unused variable: mmTmp5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3169:30: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3169:35: style: Unused variable: sum5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3169:40: style: Unused variable: sum6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3169:45: style: Unused variable: sum7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3784:11: style: Variable 'ct_on' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:3789:13: style: Variable 'csize' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:3772:92: style: Unused variable: mmTmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3772:100: style: Unused variable: mmTmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3772:108: style: Unused variable: mmTmp4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3772:116: style: Unused variable: mmTmp5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3775:30: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3775:35: style: Unused variable: sum5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3775:40: style: Unused variable: sum6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3775:45: style: Unused variable: sum7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:3799:5: style: Variable 'time5' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:3800:5: style: Variable 'time6' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:3801:5: style: Variable 'time7' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:3802:5: style: Variable 'time8' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:4363:11: style: Variable 'ct_on' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:4351:43: style: Unused variable: m1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4351:46: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4352:19: style: Unused variable: Neumann_series [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4352:34: style: Unused variable: ns [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4353:33: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4364:11: style: Variable 'rcutA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:5063:7: style: Variable 'ZeroNum' is modified but its new value is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:4813:10: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4813:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4813:20: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4813:25: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4814:92: style: Unused variable: mmTmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4814:100: style: Unused variable: mmTmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4814:108: style: Unused variable: mmTmp4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4814:116: style: Unused variable: mmTmp5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4816:30: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4816:35: style: Unused variable: sum5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4816:40: style: Unused variable: sum6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:4816:45: style: Unused variable: sum7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5157:11: style: Variable 'lwork' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:5097:17: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5097:24: style: Unused variable: Gi [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5097:27: style: Unused variable: wanA [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5097:32: style: Unused variable: time1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5097:38: style: Unused variable: time2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5099:10: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5099:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5183:7: style: Unused variable: i_vec [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5186:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5186:24: style: Unused variable: tag [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5189:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5189:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5189:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5326:21: style: Unused variable: is [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5326:24: style: Unused variable: js [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5326:44: style: Unused variable: Anum [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5327:11: style: Unused variable: NUM0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5327:20: style: Unused variable: NUM1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5327:38: style: Unused variable: Rn2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5329:7: style: Unused variable: ih [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5329:10: style: Unused variable: ig [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5329:13: style: Unused variable: ian [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5329:19: style: Unused variable: kl [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5329:22: style: Unused variable: jg [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5329:25: style: Unused variable: jan [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5329:29: style: Unused variable: Bnum [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5329:34: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5329:43: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5329:46: style: Unused variable: ip [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5330:14: style: Unused variable: j1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5330:17: style: Unused variable: P_min [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5330:30: style: Unused variable: q1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5330:33: style: Unused variable: q2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5330:36: style: Unused variable: csize [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5331:7: style: Unused variable: h_AN1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5331:13: style: Unused variable: Mh_AN1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5331:20: style: Unused variable: h_AN2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5331:26: style: Unused variable: Gh_AN1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5331:33: style: Unused variable: Gh_AN2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5331:40: style: Unused variable: wan1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5331:45: style: Unused variable: wan2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5332:10: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5332:41: style: Unused variable: rl1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5332:45: style: Unused variable: rl2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5332:49: style: Unused variable: rl [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5473:13: style: Variable 'ct_on' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:5336:16: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5336:33: style: Unused variable: srt [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5337:10: style: Unused variable: sum00 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5337:16: style: Unused variable: sum10 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5337:22: style: Unused variable: sum20 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5337:28: style: Unused variable: sum30 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5338:10: style: Unused variable: sum01 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5338:16: style: Unused variable: sum11 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5338:22: style: Unused variable: sum21 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5338:28: style: Unused variable: sum31 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5339:10: style: Unused variable: sum02 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5339:16: style: Unused variable: sum12 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5339:22: style: Unused variable: sum22 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5339:28: style: Unused variable: sum32 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5340:10: style: Unused variable: sum03 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5340:16: style: Unused variable: sum13 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5340:22: style: Unused variable: sum23 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5340:28: style: Unused variable: sum33 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5341:10: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5341:20: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5341:25: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5341:30: style: Unused variable: b2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5341:33: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5341:36: style: Unused variable: x0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5341:39: style: Unused variable: Sx [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5341:42: style: Unused variable: Dx [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5341:45: style: Unused variable: xmin [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5341:50: style: Unused variable: xmax [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5343:10: style: Unused variable: emin [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5343:15: style: Unused variable: emax [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5343:20: style: Unused variable: de [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5349:10: style: Unused variable: Erange [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5353:10: style: Unused variable: spetrum_radius [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5360:8: style: Unused variable: MP [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5374:8: style: Unused variable: Msize5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5384:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5384:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5384:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5921:15: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5921:22: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5992:13: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:5923:38: style: Unused variable: rl [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5924:41: style: Unused variable: is [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5924:44: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5925:12: style: Unused variable: rl1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5925:16: style: Unused variable: js [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6015:15: style: Variable 'KU_d1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:6016:15: style: Variable 'KU_d2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:5935:12: style: Unused variable: sum00 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5935:18: style: Unused variable: sum10 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5935:24: style: Unused variable: sum20 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5935:30: style: Unused variable: sum30 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5935:36: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5936:12: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5936:22: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5936:27: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5944:13: style: Unused variable: mmSum00 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5944:21: style: Unused variable: mmSum01 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5944:29: style: Unused variable: mmSum10 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5944:37: style: Unused variable: mmSum11 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5945:13: style: Unused variable: mmSum20 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5945:21: style: Unused variable: mmSum21 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5945:29: style: Unused variable: mmSum30 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5945:37: style: Unused variable: mmSum31 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5946:13: style: Unused variable: mmTmp0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5946:21: style: Unused variable: mmTmp1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5946:29: style: Unused variable: mmTmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5946:37: style: Unused variable: mmTmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5947:13: style: Unused variable: mmTmp4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:5947:21: style: Unused variable: mmTmp5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6909:14: style: Unused variable: rl1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6912:27: style: Unused variable: rl04 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6912:32: style: Unused variable: rl05 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6912:37: style: Unused variable: rl06 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6912:42: style: Unused variable: rl07 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6913:23: style: Unused variable: mm4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6913:27: style: Unused variable: mm5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6913:31: style: Unused variable: mm6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6913:35: style: Unused variable: mm7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6944:13: style: Variable 'csize' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:6916:92: style: Unused variable: mmTmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6916:100: style: Unused variable: mmTmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6916:108: style: Unused variable: mmTmp4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6916:116: style: Unused variable: mmTmp5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:7002:5: style: Variable 'time10' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:6922:30: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6922:35: style: Unused variable: sum5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6922:40: style: Unused variable: sum6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6922:45: style: Unused variable: sum7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6923:33: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:6939:11: style: Variable 'rcutA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:8108:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:8382:14: style: Unused variable: rl1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8404:11: style: Variable 'ct_on' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:8384:15: style: Unused variable: rl_half [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8409:13: style: Variable 'csize' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:8386:14: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8386:18: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8386:33: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8392:27: style: Unused variable: rl04 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8392:32: style: Unused variable: rl05 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8392:37: style: Unused variable: rl06 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8392:42: style: Unused variable: rl07 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8393:23: style: Unused variable: mm4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8393:27: style: Unused variable: mm5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8393:31: style: Unused variable: mm6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8393:35: style: Unused variable: mm7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8394:92: style: Unused variable: mmTmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8394:100: style: Unused variable: mmTmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8394:108: style: Unused variable: mmTmp4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8394:116: style: Unused variable: mmTmp5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8397:30: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8397:35: style: Unused variable: sum5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8397:40: style: Unused variable: sum6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:8397:45: style: Unused variable: sum7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:9026:11: style: Variable 'ct_on' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:9031:13: style: Variable 'csize' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:9016:30: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:9016:35: style: Unused variable: sum5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:9016:40: style: Unused variable: sum6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:9016:45: style: Unused variable: sum7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:9320:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:9584:11: style: Variable 'ct_on' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:9572:43: style: Unused variable: m1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:9572:46: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:9573:19: style: Unused variable: Neumann_series [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:9573:34: style: Unused variable: ns [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:9574:33: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:9585:11: style: Variable 'rcutA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:10307:7: style: Variable 'ZeroNum' is modified but its new value is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:10050:10: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10050:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10050:20: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10050:25: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10051:92: style: Unused variable: mmTmp2 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10051:100: style: Unused variable: mmTmp3 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10051:108: style: Unused variable: mmTmp4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10051:116: style: Unused variable: mmTmp5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10053:30: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10053:35: style: Unused variable: sum5 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10053:40: style: Unused variable: sum6 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10053:45: style: Unused variable: sum7 [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10348:0: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:10440:16: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:10447:10: style: Unused variable: VL [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10447:13: style: Unused variable: VU [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10470:3: style: Variable 'IL' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:10471:8: style: Variable 'IU' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:10449:0: style: Variable 'ABSTOL' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:10450:11: style: Unused variable: M [unusedVariable]
openmx-3.8.5.orig/source/Krylov.c:10453:15: style: Variable 'LDZ' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Krylov.c:5264:0: error: Resource leak: fp_eig [resourceLeak]
openmx-3.8.5.orig/source/Krylov.c:157:10: error: Uninitialized variable: time0 [uninitvar]
openmx-3.8.5.orig/source/Krylov.c:5264:22: error: Uninitialized variable: file_eig [uninitvar]
openmx-3.8.5.orig/source/KumoF.c:77:17: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/LU_inverse.c:20:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Lapack_LU_inverse.c:141:18: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5310:12: style: Condition 'isp!=0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/MD_pac.c:5295:11: note: Assignment 'isp=0', assigned value is 0
openmx-3.8.5.orig/source/MD_pac.c:5310:12: note: Condition 'isp!=0' is always false
openmx-3.8.5.orig/source/MD_pac.c:179:8: style: The scope of the variable 'fileCoord' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:180:9: style: The scope of the variable 'fp_crd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:181:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:181:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:181:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:184:8: style: The scope of the variable 'fileE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:246:15: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:248:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:522:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:693:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:693:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:694:42: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:694:47: style: The scope of the variable 'scale' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:696:8: style: The scope of the variable 'fileCoord' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:697:8: style: The scope of the variable 'fileSD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:698:9: style: The scope of the variable 'fp_crd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:698:17: style: The scope of the variable 'fp_SD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:699:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:700:15: style: The scope of the variable 'MaxStep' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:702:8: style: The scope of the variable 'fileE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:968:47: style: The scope of the variable 'scale' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:970:8: style: The scope of the variable 'fileCoord' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:971:8: style: The scope of the variable 'fileSD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:972:9: style: The scope of the variable 'fp_crd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:972:17: style: The scope of the variable 'fp_SD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:974:15: style: The scope of the variable 'MaxStep' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:976:8: style: The scope of the variable 'fileE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:1606:11: style: The scope of the variable 'iatom' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:1606:17: style: The scope of the variable 'icell' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:1867:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:1867:9: style: The scope of the variable 'iatom' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:1867:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:2039:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:2039:9: style: The scope of the variable 'iatom' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:2039:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:2212:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:2212:9: style: The scope of the variable 'iatom' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:2212:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:2381:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:2381:9: style: The scope of the variable 'iatom' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:2381:15: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5630:17: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5630:28: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5633:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5634:8: style: The scope of the variable 'fileE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5840:17: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5841:17: style: The scope of the variable 'rt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5841:20: style: The scope of the variable 'rt_mdt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5841:27: style: The scope of the variable 'rt_pdt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5842:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5842:26: style: The scope of the variable 'Lang_sig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5843:10: style: The scope of the variable 'vtt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5843:14: style: The scope of the variable 'ft_mdt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5843:21: style: The scope of the variable 'ftt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5843:25: style: The scope of the variable 'ft' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5843:28: style: The scope of the variable 'vtt_pdt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5844:10: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5844:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5846:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:5847:8: style: The scope of the variable 'fileE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:6192:19: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:6193:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:6195:8: style: The scope of the variable 'fileE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:6415:17: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:6420:19: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:6421:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:6423:8: style: The scope of the variable 'fileE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:6659:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:7121:11: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:7122:8: style: The scope of the variable 'fileE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:7125:17: style: The scope of the variable 'Cell_Volume0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:7203:8: style: The scope of the variable 'fileE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:7274:15: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:7275:17: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:7474:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:7474:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:7474:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:7635:15: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:8039:43: style: The scope of the variable 'r3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:8044:14: style: The scope of the variable 'Qold' can be reduced. [variableScope]
openmx-3.8.5.orig/source/MD_pac.c:180:17: style: Unused variable: fp_SD [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:182:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:183:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:248:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/MD_pac.c:251:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:252:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:530:9: style: Variable 'dt2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/MD_pac.c:519:17: style: Unused variable: back [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:521:21: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:521:23: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:693:13: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:770:3: style: Variable 'Atom_W' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/MD_pac.c:700:10: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:701:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:967:7: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:1170:3: style: Variable 'Atom_W' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/MD_pac.c:973:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:974:10: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:975:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:1608:10: style: Unused variable: sMD_TimeStep [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:1616:7: style: Unused variable: everyiter [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:1616:17: style: Unused variable: buf_iter [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:1617:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:1868:10: style: Unused variable: sMD_TimeStep [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:1876:7: style: Unused variable: everyiter [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:1876:17: style: Unused variable: buf_iter [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:1877:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2040:10: style: Unused variable: sMD_TimeStep [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2048:7: style: Unused variable: everyiter [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2048:17: style: Unused variable: buf_iter [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2049:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2213:10: style: Unused variable: sMD_TimeStep [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2221:7: style: Unused variable: everyiter [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2221:17: style: Unused variable: buf_iter [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2222:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2382:10: style: Unused variable: sMD_TimeStep [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2390:7: style: Unused variable: everyiter [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2390:17: style: Unused variable: buf_iter [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:2391:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5630:30: style: Unused variable: t [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5630:32: style: Unused variable: xyz0 [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5630:40: style: Unused variable: xyz0_l [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5632:23: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5632:25: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5840:28: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5840:30: style: Unused variable: t [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5841:44: style: Unused variable: vt_pdt [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5844:20: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5844:25: style: Unused variable: tmp4 [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5844:30: style: Unused variable: tmp5 [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5844:35: style: Unused variable: tmp6 [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5845:23: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:5845:25: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6187:28: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6187:30: style: Unused variable: t [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6187:32: style: Unused variable: xyz0 [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6187:40: style: Unused variable: xyz0_l [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6192:23: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6192:25: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6415:28: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6415:30: style: Unused variable: t [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6418:11: style: Unused variable: Atomic_Temp [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6418:24: style: Unused variable: Atomic_Ukc [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6418:36: style: Unused variable: Atomic_Scale [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6420:25: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6658:23: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6658:25: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6674:9: style: Variable 'dt2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/MD_pac.c:6661:35: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6661:37: style: Unused variable: t [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6661:39: style: Unused variable: xyz0 [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6661:47: style: Unused variable: xyz0_l [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:6662:30: style: Unused variable: back [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:7142:20: style: Variable 'Cell_Volume0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/MD_pac.c:7279:3: style: Variable 'dt' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/MD_pac.c:7275:31: style: Unused variable: v [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:7476:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/MD_pac.c:8575:14: style: Variable 'r3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/MD_pac.c:8586:9: style: Variable 'sr11' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/MD_pac.c:7468:10: error: Uninitialized variable: success_flag [uninitvar]
openmx-3.8.5.orig/source/MD_pac.c:7167:7: error: Uninitialized variable: scaling_factor [uninitvar]
openmx-3.8.5.orig/source/Make_Comm_Worlds.c:32:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_Comm_Worlds.c:35:7: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_Comm_Worlds.c:36:10: style: The scope of the variable 'avnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_Comm_Worlds.c:37:8: style: The scope of the variable 'new_ranks' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_Comm_Worlds.c:103:17: style: Variable 'numprocs1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Make_Comm_Worlds.c:34:17: style: Unused variable: myid1 [unusedVariable]
openmx-3.8.5.orig/source/Make_FracCoord.c:28:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_FracCoord.c:28:9: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_FracCoord.c:28:17: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_FracCoord.c:29:7: style: The scope of the variable 'itmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_FracCoord.c:31:10: style: The scope of the variable 'Cxyz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_FracCoord.c:32:8: style: The scope of the variable 'fname1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_FracCoord.c:33:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_FracCoord.c:28:11: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/Make_FracCoord.c:28:23: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/Make_FracCoord.c:30:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Make_FracCoord.c:30:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Make_FracCoord.c:35:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Make_FracCoord.c:36:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:131:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:127:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:131:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:135:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:131:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:135:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:147:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:143:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:147:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:151:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:147:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:151:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:173:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:169:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:173:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:177:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:173:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:177:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:435:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:431:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:435:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:439:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:435:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:439:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:451:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:447:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:451:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:455:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:451:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:455:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:496:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:492:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:496:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:500:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:496:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:500:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:512:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:508:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:512:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:516:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:512:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:516:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:556:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:552:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:556:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:560:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:556:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:560:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:572:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:568:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:572:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:576:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:572:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:576:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:49:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:49:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:50:7: style: The scope of the variable 'restart_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:50:20: style: The scope of the variable 'fixed_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:51:7: style: The scope of the variable 'geoopt_restart_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:52:7: style: The scope of the variable 'velocity_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:53:7: style: The scope of the variable 'MD_Current_Iter_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:54:7: style: The scope of the variable 'Atoms_UnitVectors_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:55:7: style: The scope of the variable 'Atoms_UnitVectors_Unit_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:57:10: style: The scope of the variable 'c1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:57:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:57:16: style: The scope of the variable 'c3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:58:10: style: The scope of the variable 'vx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:58:13: style: The scope of the variable 'vy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:58:16: style: The scope of the variable 'vz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:59:10: style: The scope of the variable 'tmpxyz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:60:8: style: The scope of the variable 'st' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:61:8: style: The scope of the variable 'st1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:64:8: style: The scope of the variable 'fname1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:66:9: style: The scope of the variable 'fp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:66:14: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:67:9: style: The scope of the variable 'tp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:363:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:364:7: style: The scope of the variable 'restart_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:364:20: style: The scope of the variable 'fixed_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:365:7: style: The scope of the variable 'velocity_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:368:8: style: The scope of the variable 'st' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:369:8: style: The scope of the variable 'st1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:372:8: style: The scope of the variable 'fname1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:374:9: style: The scope of the variable 'fp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:374:14: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:375:9: style: The scope of the variable 'tp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:49:11: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:49:17: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:49:19: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:49:22: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:56:7: style: Unused variable: rstfile_num [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:62:8: style: Unused variable: rm_operate [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:63:8: style: Unused variable: fname [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:65:8: style: Unused variable: fname2 [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:363:9: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:363:15: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:363:17: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:363:20: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:366:7: style: Unused variable: rstfile_num [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:367:10: style: Unused variable: c1 [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:367:13: style: Unused variable: c2 [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:367:16: style: Unused variable: c3 [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:370:8: style: Unused variable: rm_operate [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:371:8: style: Unused variable: fname [unusedVariable]
openmx-3.8.5.orig/source/Make_InputFile_with_FinalCoord.c:373:8: style: Unused variable: fname2 [unusedVariable]
openmx-3.8.5.orig/source/Maketest.c:32:27: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Maketest.c:36:15: style: The scope of the variable 'fname_dat' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Maketest.c:37:15: style: The scope of the variable 'fname_dat2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Maketest.c:31:19: style: Unused variable: fp2 [unusedVariable]
openmx-3.8.5.orig/source/Maketest.c:107:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Maketest.c:88:48: error: Uninitialized variable: dir [uninitvar]
openmx-3.8.5.orig/source/Memory_Leak_test.c:35:20: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Memory_Leak_test.c:46:8: style: The scope of the variable 'fname_dat' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Memory_Leak_test.c:183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Memory_Leak_test.c:183:9: style: The scope of the variable 'max' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Memory_Leak_test.c:189:8: style: The scope of the variable 'tmpline' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Memory_Leak_test.c:34:28: style: Unused variable: fp3 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:35:22: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:35:24: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:36:7: style: Unused variable: Num_Atoms [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:37:7: style: Unused variable: NGrid1_1 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:37:16: style: Unused variable: NGrid1_2 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:37:25: style: Unused variable: NGrid1_3 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:38:7: style: Unused variable: NGrid2_1 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:38:16: style: Unused variable: NGrid2_2 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:38:25: style: Unused variable: NGrid2_3 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:39:10: style: Unused variable: Utot1 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:39:16: style: Unused variable: Utot2 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:39:22: style: Unused variable: dU [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:39:25: style: Unused variable: dF [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:40:10: style: Unused variable: gx [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:40:13: style: Unused variable: gy [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:40:16: style: Unused variable: gz [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:40:19: style: Unused variable: fx [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:40:22: style: Unused variable: fy [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:40:25: style: Unused variable: fz [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:41:10: style: Unused variable: sum1 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:41:15: style: Unused variable: sum2 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:42:8: style: Unused variable: fname [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:47:8: style: Unused variable: fname_dat2 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:48:8: style: Unused variable: fname_out1 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:49:8: style: Unused variable: fname_out2 [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:50:8: style: Unused variable: ftmp [unusedVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:268:9: style: Variable 'line' is modified but its new value is never used. [unreadVariable]
openmx-3.8.5.orig/source/Memory_Leak_test.c:101:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Memory_Leak_test.c:213:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Memory_Leak_test.c:313:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Merge_LogFile.c:27:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:27:9: style: The scope of the variable 'NumFile' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:27:17: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:27:23: style: The scope of the variable 'c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:28:8: style: The scope of the variable 'operate' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:29:8: style: The scope of the variable 'rm_operate' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:30:8: style: The scope of the variable 'fname' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:31:8: style: The scope of the variable 'fname1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:32:8: style: The scope of the variable 'fname2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:33:8: style: The scope of the variable 'fexn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:34:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:34:13: style: The scope of the variable 'fp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:34:18: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:36:14: style: The scope of the variable 'date' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Merge_LogFile.c:27:25: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Merge_LogFile.c:27:28: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Merge_LogFile.c:89:26: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
openmx-3.8.5.orig/source/Merge_LogFile.c:80:5: warning: Repositioning operation performed on a file opened in append mode has no effect. [seekOnAppendedFile]
openmx-3.8.5.orig/source/Merge_LogFile.c:105:7: warning: Repositioning operation performed on a file opened in append mode has no effect. [seekOnAppendedFile]
openmx-3.8.5.orig/source/Mio_tester.c:168:0: error: Memory leak: V1 [memleak]
openmx-3.8.5.orig/source/Mio_tester2.c:52:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_DM.c:23:7: style: Unused variable: pSCF_iter [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:23:17: style: Unused variable: NumMix [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:23:24: style: Unused variable: NumSlide [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:24:7: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:24:12: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:24:18: style: Unused variable: wan1 [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:24:23: style: Unused variable: TNO1 [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:24:28: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:24:33: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:24:39: style: Unused variable: wan2 [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:25:7: style: Unused variable: TNO2 [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:25:12: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:25:14: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:25:16: style: Unused variable: ian [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:25:20: style: Unused variable: jan [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:25:24: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:25:26: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:26:7: style: Unused variable: spinmax [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:26:15: style: Unused variable: k1 [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:26:18: style: Unused variable: k2 [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:26:21: style: Unused variable: k3 [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:27:7: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:27:13: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/Mixing_DM.c:30:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Mixing_H.c:74:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:75:12: style: The scope of the variable 'r10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:75:16: style: The scope of the variable 'r11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:75:20: style: The scope of the variable 'r12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:75:24: style: The scope of the variable 'r13' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:75:28: style: The scope of the variable 'r20' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:75:32: style: The scope of the variable 'r21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:75:36: style: The scope of the variable 'r22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:76:10: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:76:12: style: The scope of the variable 'h10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:76:16: style: The scope of the variable 'h11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:76:20: style: The scope of the variable 'h12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:76:24: style: The scope of the variable 'h13' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:76:28: style: The scope of the variable 'h20' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:76:32: style: The scope of the variable 'h21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:76:36: style: The scope of the variable 'h22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:987:10: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:987:12: style: The scope of the variable 'r10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:987:16: style: The scope of the variable 'r11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:987:20: style: The scope of the variable 'r12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:987:24: style: The scope of the variable 'r13' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:987:28: style: The scope of the variable 'r20' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:987:32: style: The scope of the variable 'r21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:987:36: style: The scope of the variable 'r22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:988:10: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:988:12: style: The scope of the variable 'h10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:988:16: style: The scope of the variable 'h11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:988:20: style: The scope of the variable 'h12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:988:24: style: The scope of the variable 'h13' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:988:28: style: The scope of the variable 'h20' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:988:32: style: The scope of the variable 'h21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:988:36: style: The scope of the variable 'h22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1738:12: style: The scope of the variable 'r10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1738:16: style: The scope of the variable 'r11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1738:20: style: The scope of the variable 'r12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1738:24: style: The scope of the variable 'r13' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1738:28: style: The scope of the variable 'r20' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1738:32: style: The scope of the variable 'r21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1738:36: style: The scope of the variable 'r22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1739:10: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1739:12: style: The scope of the variable 'h10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1739:16: style: The scope of the variable 'h11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1739:20: style: The scope of the variable 'h12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1739:24: style: The scope of the variable 'h13' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1739:28: style: The scope of the variable 'h20' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1739:32: style: The scope of the variable 'h21' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:1739:36: style: The scope of the variable 'h22' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:2320:27: style: The scope of the variable 'ian' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:2320:31: style: The scope of the variable 'jan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:2320:35: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:2322:10: style: The scope of the variable 'd0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:2322:13: style: The scope of the variable 'd1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:2322:16: style: The scope of the variable 'd2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:2322:19: style: The scope of the variable 'd3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:2322:22: style: The scope of the variable 'd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:2322:24: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:2803:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:2804:10: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mixing_H.c:21:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Mixing_H.c:739:5: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Mixing_H.c:77:28: style: Unused variable: norm [unusedVariable]
openmx-3.8.5.orig/source/Mixing_H.c:77:43: style: Unused variable: be [unusedVariable]
openmx-3.8.5.orig/source/Mixing_H.c:2307:13: style: Variable 'tno' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Mixing_H.c:1737:33: style: Unused variable: max_diff [unusedVariable]
openmx-3.8.5.orig/source/Mixing_H.c:2324:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:27:33: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:27:35: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:27:37: style: The scope of the variable 'mul' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:31:32: style: The scope of the variable 'MagML' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:33:10: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:33:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:33:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:48:10: style: The scope of the variable 'my_data' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:54:9: style: The scope of the variable 'Name_Angular' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:55:8: style: The scope of the variable 'file_MC' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:56:9: style: The scope of the variable 'fp_MC' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:488:9: style: The scope of the variable 'tmp_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Mulliken_Charge.c:27:19: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:27:24: style: Unused variable: Cwan [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:28:21: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:31:10: style: Unused variable: MulP_LA [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:31:21: style: Unused variable: MulP_LB [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:32:10: style: Unused variable: summx [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:32:16: style: Unused variable: summy [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:32:22: style: Unused variable: summz [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:96:3: style: Variable 'My_Total_OrbitalMoment' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:97:3: style: Variable 'My_Total_OrbitalMomentx' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:98:3: style: Variable 'My_Total_OrbitalMomenty' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:99:3: style: Variable 'My_Total_OrbitalMomentz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:41:15: style: Unused variable: tmp [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:41:24: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:41:29: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:43:10: style: Unused variable: tmpA0 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:43:16: style: Unused variable: tmpA1 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:43:22: style: Unused variable: tmpA2 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:44:10: style: Unused variable: tmpB0 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:44:16: style: Unused variable: tmpB1 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:44:22: style: Unused variable: tmpB2 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:45:30: style: Unused variable: d1 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:45:33: style: Unused variable: d2 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:45:36: style: Unused variable: d3 [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:46:42: style: Unused variable: sit [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:46:46: style: Unused variable: cot [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:46:50: style: Unused variable: sip [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:46:54: style: Unused variable: cop [unusedVariable]
openmx-3.8.5.orig/source/Mulliken_Charge.c:58:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:846:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:846:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:885:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:885:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:922:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:922:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:979:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:979:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:1036:11: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:1130:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:1130:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:1334:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:1334:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:1565:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:1565:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:1596:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:1596:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:1600:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:1600:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:1642:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:1642:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:1654:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:1654:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:1690:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:1690:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:1731:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:1731:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:1752:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:1752:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:1796:11: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:1954:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:1954:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2068:8: style: Condition '1<0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:2080:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2080:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2103:8: style: Condition '1<0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:2138:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2138:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2152:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2152:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2181:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2181:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2223:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2223:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2248:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2248:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2278:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2278:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2321:11: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:2516:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2516:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2543:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2543:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2587:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2587:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2650:11: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:2813:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2813:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2884:12: style: Condition '1<0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:2928:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2928:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2932:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2932:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2965:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2965:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:2969:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:2969:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3011:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3011:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3021:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3021:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3025:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3025:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3062:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3062:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3094:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3094:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3139:11: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:3331:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3331:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3364:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3364:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3532:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3532:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3543:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3543:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3547:6: style: Condition '1<0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:3565:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3565:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3625:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3625:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3639:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3639:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3649:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3649:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3670:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3670:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3710:11: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:3749:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3749:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3780:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3780:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3798:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:3798:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:3844:11: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:4040:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4040:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4071:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4071:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4115:15: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4115:15: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4156:6: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:4322:15: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4322:15: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4354:15: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4354:15: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4403:15: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4403:15: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4417:15: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4417:15: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4427:15: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4427:15: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4448:15: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4448:15: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4473:15: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4473:15: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4491:15: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4491:15: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4536:6: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:4730:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4730:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4835:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4835:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4868:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4868:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4872:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4872:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4914:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4914:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4926:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4926:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4962:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4962:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:4994:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:4994:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:5039:11: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:5232:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:5232:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:5298:11: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:5391:20: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Cluster.c:5391:20: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Cluster.c:5799:8: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:6371:8: style: Condition '1<0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Cluster.c:5932:21: style: Same expression on both sides of '==' because the value of 'outputlev' and '0' are the same. [duplicateExpression]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: 'outputlev' is assigned value '0' here.
openmx-3.8.5.orig/source/NBO_Cluster.c:5932:21: note: Same expression on both sides of '==' because the value of 'outputlev' and '0' are the same.
openmx-3.8.5.orig/source/NBO_Cluster.c:6025:17: style: Same expression on both sides of '==' because the value of 'outputlev' and '0' are the same. [duplicateExpression]
openmx-3.8.5.orig/source/NBO_Cluster.c:37:19: note: 'outputlev' is assigned value '0' here.
openmx-3.8.5.orig/source/NBO_Cluster.c:6025:17: note: Same expression on both sides of '==' because the value of 'outputlev' and '0' are the same.
openmx-3.8.5.orig/source/NBO_Cluster.c:76:10: style: The scope of the variable 'time11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Cluster.c:76:17: style: The scope of the variable 'time12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Cluster.c:76:24: style: The scope of the variable 'time13' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Cluster.c:76:31: style: The scope of the variable 'time14' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Cluster.c:76:38: style: The scope of the variable 'time15' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Cluster.c:5554:13: style: The scope of the variable 'Gb2_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Cluster.c:38:46: style: Unused variable: tmp_ele4 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:99:5: style: Variable 'time11' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:100:5: style: Variable 'time12' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:101:5: style: Variable 'time13' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:102:5: style: Variable 'time14' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:103:5: style: Variable 'time15' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:79:24: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:79:28: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:79:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:81:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:82:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:5554:34: style: Unused variable: Nc [unusedVariable]
openmx-3.8.5.orig/source/NBO_Cluster.c:5554:37: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3249:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:3249:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:3262:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:3262:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:3273:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:3273:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:3546:14: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:3546:14: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:3591:14: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:3591:14: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:3632:14: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:3632:14: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:3678:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:3678:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:3770:5: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3866:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:3866:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4067:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4067:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4282:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4282:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4312:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4312:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4316:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4316:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4360:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4360:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4372:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4372:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4408:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4408:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4449:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4449:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4470:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4470:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4513:5: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:4673:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4673:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4769:11: style: Condition '1<0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:4781:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4781:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4804:11: style: Condition '1<0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:4840:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4840:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4854:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4854:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4883:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4883:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4925:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4925:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4950:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4950:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:4981:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:4981:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5023:5: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:5227:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5227:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5254:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5254:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5301:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5301:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5366:5: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:5528:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5528:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5601:8: style: Condition '1<0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:5647:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5647:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5651:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5651:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5684:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5684:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5688:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5688:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5730:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5730:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5744:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5744:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5781:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5781:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5813:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:5813:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:5857:5: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:6049:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6049:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6082:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6082:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6228:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6228:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6238:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6238:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6243:12: style: Condition '1<0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:6261:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6261:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6323:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6323:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6337:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6337:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6366:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6366:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6405:5: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:6444:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6444:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6474:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6474:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6492:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6492:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6537:5: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:6732:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6732:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6766:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6766:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6810:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:6810:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:6851:5: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:7012:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7012:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7047:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7047:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7096:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7096:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7110:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7110:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7139:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7139:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7164:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7164:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7182:19: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7182:19: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7227:5: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:7421:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7421:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7532:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7532:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7565:17: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7565:17: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7569:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7569:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7611:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7611:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7623:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7623:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7659:16: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7659:16: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7691:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7691:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:7737:5: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:7931:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:7931:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:8001:5: style: Condition '1>0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:8105:18: style: Condition 'outputlev==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:3170:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:8105:18: note: Condition 'outputlev==1' is always false
openmx-3.8.5.orig/source/NBO_Krylov.c:8148:5: style: Condition '1<0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:8913:19: style: Condition 'outputlev==0' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:8642:20: note: Assignment 'outputlev=0', assigned value is 0
openmx-3.8.5.orig/source/NBO_Krylov.c:8913:19: note: Condition 'outputlev==0' is always true
openmx-3.8.5.orig/source/NBO_Krylov.c:9057:9: style: Condition '1<0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/NBO_Krylov.c:8913:19: style: Same expression on both sides of '==' because the value of 'outputlev' and '0' are the same. [duplicateExpression]
openmx-3.8.5.orig/source/NBO_Krylov.c:8642:20: note: 'outputlev' is assigned value '0' here.
openmx-3.8.5.orig/source/NBO_Krylov.c:8913:19: note: Same expression on both sides of '==' because the value of 'outputlev' and '0' are the same.
openmx-3.8.5.orig/source/NBO_Krylov.c:9049:19: style: Same expression on both sides of '==' because the value of 'outputlev' and '0' are the same. [duplicateExpression]
openmx-3.8.5.orig/source/NBO_Krylov.c:8642:20: note: 'outputlev' is assigned value '0' here.
openmx-3.8.5.orig/source/NBO_Krylov.c:9049:19: note: Same expression on both sides of '==' because the value of 'outputlev' and '0' are the same.
openmx-3.8.5.orig/source/NBO_Krylov.c:77:30: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:82:32: style: The scope of the variable 'csize2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:87:14: style: The scope of the variable 'FermiF' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:93:10: style: The scope of the variable 'max_x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:451:15: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:451:21: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:453:9: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:453:28: style: The scope of the variable 'NUM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:453:32: style: The scope of the variable 'n2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:458:14: style: The scope of the variable 'C' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:459:14: style: The scope of the variable 'H_DC' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:459:20: style: The scope of the variable 'ko' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:467:14: style: The scope of the variable 'H_DCn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:467:22: style: The scope of the variable 'OLP0n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:467:30: style: The scope of the variable 'Cn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:467:35: style: The scope of the variable 'CDMn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:1137:42: style: The scope of the variable 'tmp_max_num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:1140:24: style: The scope of the variable 'Num_NBO_SCenter2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:1787:45: style: The scope of the variable 'Total_NP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:3164:36: style: The scope of the variable 'i2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:3164:39: style: The scope of the variable 'j2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:3211:11: style: The scope of the variable 'time11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:3211:18: style: The scope of the variable 'time12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:3211:25: style: The scope of the variable 'time13' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:3211:32: style: The scope of the variable 'time14' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:3211:39: style: The scope of the variable 'time15' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:8639:18: style: The scope of the variable 'snum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:8653:15: style: The scope of the variable 'Gb2_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/NBO_Krylov.c:3164:20: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3167:13: style: Unused variable: pnum [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3167:18: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8254:15: style: Variable 'wan1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3168:13: style: Unused variable: wan2 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3168:45: style: Unused variable: mtps1 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3168:51: style: Unused variable: mtps2 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3169:14: style: Unused variable: posi2 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3169:26: style: Unused variable: leng2 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3171:47: style: Unused variable: tmp_ele4 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3191:12: style: Unused variable: Tmp_Vec0 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3191:22: style: Unused variable: Tmp_Vec1 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3191:32: style: Unused variable: Tmp_Vec2 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3191:42: style: Unused variable: Tmp_Vec3 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3233:5: style: Variable 'time11' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3234:5: style: Variable 'time12' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3235:5: style: Variable 'time13' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3236:5: style: Variable 'time14' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3237:5: style: Variable 'time15' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3214:22: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3214:25: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3214:29: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3214:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3216:15: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:3217:16: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8636:26: style: Unused variable: FS_AN [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8636:32: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8639:32: style: Unused variable: is [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8640:28: style: Unused variable: tmp_num1 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8640:37: style: Unused variable: tmp_num2 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8640:46: style: Unused variable: tmp_num3 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8640:55: style: Unused variable: mtps1 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8640:61: style: Unused variable: mtps2 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8641:38: style: Unused variable: Mmax1 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8641:44: style: Unused variable: Mmax2 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8643:25: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8644:11: style: Unused variable: tmp_ele0 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8644:29: style: Unused variable: tmp_ele2 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8644:38: style: Unused variable: tmp_ele3 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8644:47: style: Unused variable: tmp_ele4 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8645:11: style: Unused variable: tmp_ele00 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8645:21: style: Unused variable: tmp_ele01 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8645:31: style: Unused variable: tmp_ele02 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8645:41: style: Unused variable: tmp_ele03 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8646:11: style: Unused variable: tmp_ele10 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8646:21: style: Unused variable: tmp_ele11 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8646:31: style: Unused variable: tmp_ele12 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8646:41: style: Unused variable: tmp_ele13 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8647:11: style: Unused variable: tmp_ele20 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8647:21: style: Unused variable: tmp_ele21 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8647:31: style: Unused variable: tmp_ele22 [unusedVariable]
openmx-3.8.5.orig/source/NBO_Krylov.c:8647:41: style: Unused variable: tmp_ele23 [unusedVariable]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:8:10: style: The scope of the variable 'h1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:8:13: style: The scope of the variable 'h2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:8:16: style: The scope of the variable 'h3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:8:19: style: The scope of the variable 'f1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:8:22: style: The scope of the variable 'f2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:8:25: style: The scope of the variable 'f3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:8:28: style: The scope of the variable 'f4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:9:10: style: The scope of the variable 'g1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:9:13: style: The scope of the variable 'g2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:9:16: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:9:19: style: The scope of the variable 'x2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:9:22: style: The scope of the variable 'y1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:9:25: style: The scope of the variable 'y2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:9:28: style: The scope of the variable 'f' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:5:29: style: Function 'Nonlocal_RadialF' argument 1 names different: declaration 'Gensi' definition 'spe'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:2581:29: note: Function 'Nonlocal_RadialF' argument 1 names different: declaration 'Gensi' definition 'spe'.
openmx-3.8.5.orig/source/Nonlocal_RadialF.c:5:29: note: Function 'Nonlocal_RadialF' argument 1 names different: declaration 'Gensi' definition 'spe'.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5385:3: style: Variable 'ct2' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5375:3: note: Variable 'ct2' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5385:3: note: Variable 'ct2' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5393:3: style: Variable 'ct4' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5387:3: note: Variable 'ct4' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5393:3: note: Variable 'ct4' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5585:3: style: Variable 'ct3' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5574:3: note: Variable 'ct3' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5585:3: note: Variable 'ct3' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6191:3: style: Variable 'ct2' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6181:3: note: Variable 'ct2' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6191:3: note: Variable 'ct2' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6199:3: style: Variable 'ct4' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6193:3: note: Variable 'ct4' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6199:3: note: Variable 'ct4' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6394:3: style: Variable 'ct3' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6383:3: note: Variable 'ct3' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6394:3: note: Variable 'ct3' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:61:7: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:138:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:138:19: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:208:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:209:7: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:453:21: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:454:40: style: The scope of the variable 'p' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:454:42: style: The scope of the variable 'p0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:459:24: style: The scope of the variable 'ocn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:460:10: style: The scope of the variable 'ReOcn00' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:460:18: style: The scope of the variable 'ReOcn11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:460:26: style: The scope of the variable 'ReOcn01' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:461:10: style: The scope of the variable 'ImOcn00' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:461:18: style: The scope of the variable 'ImOcn11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:461:26: style: The scope of the variable 'ImOcn01' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:7: style: The scope of the variable 'l1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:10: style: The scope of the variable 'l2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:13: style: The scope of the variable 'mul1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:18: style: The scope of the variable 'mul2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:23: style: The scope of the variable 'mul3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:28: style: The scope of the variable 'mul4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:33: style: The scope of the variable 'm1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:36: style: The scope of the variable 'm2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:39: style: The scope of the variable 'to1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:43: style: The scope of the variable 'to2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:47: style: The scope of the variable 'to3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1378:51: style: The scope of the variable 'to4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1379:19: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1379:24: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1379:38: style: The scope of the variable 'kl' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1382:7: style: The scope of the variable 'tno0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1382:12: style: The scope of the variable 'tno1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1382:17: style: The scope of the variable 'tno2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1382:22: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1385:10: style: The scope of the variable 'ReOcn00' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1385:18: style: The scope of the variable 'ReOcn11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1385:26: style: The scope of the variable 'ReOcn01' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1386:10: style: The scope of the variable 'ImOcn00' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1386:18: style: The scope of the variable 'ImOcn11' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1386:26: style: The scope of the variable 'ImOcn01' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1391:11: style: The scope of the variable 'tmp_array' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1394:15: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1394:20: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1396:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1396:24: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1396:28: style: The scope of the variable 'IDR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1396:32: style: The scope of the variable 'tag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2402:18: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2403:15: style: The scope of the variable 'to2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2403:27: style: The scope of the variable 'm0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2403:33: style: The scope of the variable 'm2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2403:36: style: The scope of the variable 'm3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2406:10: style: The scope of the variable 'sum1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2406:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2406:20: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2407:10: style: The scope of the variable 'toccpn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2408:10: style: The scope of the variable 'Ncut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2584:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2584:17: style: The scope of the variable 'to2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2584:29: style: The scope of the variable 'm0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2584:35: style: The scope of the variable 'm2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2584:38: style: The scope of the variable 'm3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2587:10: style: The scope of the variable 'sum1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2588:10: style: The scope of the variable 'toccpn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2589:10: style: The scope of the variable 'Ncut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2754:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2754:17: style: The scope of the variable 'to2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2754:29: style: The scope of the variable 'm0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2754:35: style: The scope of the variable 'm2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2754:38: style: The scope of the variable 'm3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2758:10: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2759:10: style: The scope of the variable 'toccpn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2760:10: style: The scope of the variable 'Ncut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2923:29: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:3164:31: style: The scope of the variable 'to1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:3165:29: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:3174:16: style: The scope of the variable 'L' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:4780:26: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:4781:12: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:4782:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:4788:8: style: The scope of the variable 'file_DM_onsite' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5006:26: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5007:12: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5009:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5015:8: style: The scope of the variable 'file_DM_onsite' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:7: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:10: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:13: style: Unused variable: mul1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:18: style: Unused variable: mul2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:23: style: Unused variable: mul3 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:28: style: Unused variable: mul4 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:33: style: Unused variable: m1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:36: style: Unused variable: m2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:39: style: Unused variable: to1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:43: style: Unused variable: to2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:47: style: Unused variable: to3 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:60:51: style: Unused variable: to4 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:61:13: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:61:19: style: Unused variable: Cwan [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:61:24: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:61:28: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:61:30: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:61:32: style: Unused variable: mul [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:61:36: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:61:38: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:61:40: style: Unused variable: tno1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:61:45: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:62:7: style: Unused variable: wan1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:62:12: style: Unused variable: wan2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:62:17: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:62:19: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:62:21: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:62:26: style: Unused variable: size1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:62:32: style: Unused variable: size2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:63:10: style: Unused variable: sden [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:63:15: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:63:20: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:63:24: style: Unused variable: Uvalue [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:64:10: style: Unused variable: Stime_atom [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:64:22: style: Unused variable: Etime_atom [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:65:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:65:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:208:19: style: Unused variable: Cwan [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:208:24: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:208:28: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:208:30: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:208:32: style: Unused variable: mul [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:209:12: style: Unused variable: wan2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:210:10: style: Unused variable: Re11 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:210:15: style: Unused variable: Re22 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:210:20: style: Unused variable: Re12 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:210:25: style: Unused variable: Im12 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:210:30: style: Unused variable: d1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:210:33: style: Unused variable: d2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:210:36: style: Unused variable: d3 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:211:10: style: Unused variable: theta [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:211:16: style: Unused variable: phi [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:211:20: style: Unused variable: sit [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:211:24: style: Unused variable: cot [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:211:28: style: Unused variable: sip [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:211:32: style: Unused variable: cop [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:213:10: style: Unused variable: sden [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:213:15: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:7: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:10: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:13: style: Unused variable: mul1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:18: style: Unused variable: mul2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:23: style: Unused variable: mul3 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:28: style: Unused variable: mul4 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:33: style: Unused variable: m1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:36: style: Unused variable: m2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:39: style: Unused variable: to1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:43: style: Unused variable: to2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:47: style: Unused variable: to3 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:450:51: style: Unused variable: to4 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:451:28: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:451:34: style: Unused variable: mul [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1124:16: style: Variable 'MR_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:453:12: style: Unused variable: wan2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1356:13: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:455:10: style: Unused variable: Re11 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:455:15: style: Unused variable: Re22 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:455:20: style: Unused variable: Re12 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:455:25: style: Unused variable: Im12 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:455:30: style: Unused variable: d1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:455:33: style: Unused variable: d2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:455:36: style: Unused variable: d3 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:456:10: style: Unused variable: theta [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:456:16: style: Unused variable: phi [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:456:20: style: Unused variable: sit [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:456:24: style: Unused variable: cot [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:456:28: style: Unused variable: sip [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:456:32: style: Unused variable: cop [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:459:10: style: Unused variable: sden [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:459:15: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:459:20: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1379:28: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1379:34: style: Unused variable: mul [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1379:41: style: Unused variable: hL_AN [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1379:47: style: Unused variable: hR_AN [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1380:7: style: Unused variable: MR_AN [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1380:13: style: Unused variable: ML_AN [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1380:19: style: Unused variable: GR_AN [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1380:25: style: Unused variable: GL_AN [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1380:31: style: Unused variable: Rwan [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1380:36: style: Unused variable: Lwan [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2326:13: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1382:40: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1382:42: style: Unused variable: p0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1383:10: style: Unused variable: Re11 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1383:15: style: Unused variable: Re22 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1383:20: style: Unused variable: Re12 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1383:25: style: Unused variable: Im12 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1383:30: style: Unused variable: d1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1383:33: style: Unused variable: d2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1383:36: style: Unused variable: d3 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1384:10: style: Unused variable: theta [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1384:16: style: Unused variable: phi [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1384:20: style: Unused variable: sit [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1384:24: style: Unused variable: cot [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1384:28: style: Unused variable: sip [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1384:32: style: Unused variable: cop [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1394:10: style: Unused variable: sden [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:1394:24: style: Unused variable: ocn [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2403:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2583:18: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2596:24: style: Variable 'spinmax' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2587:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2587:20: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2754:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2758:15: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2921:13: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2921:23: style: Unused variable: tno2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:2928:11: style: Unused variable: tmp_array0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:3163:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:3163:23: style: Unused variable: tno2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:3163:39: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:3170:11: style: Unused variable: tmp_array0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:4567:11: style: Variable 'L' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:3174:36: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:3180:18: style: Unused variable: csum2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:4781:7: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:4781:22: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:4781:25: style: Unused variable: mul1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:4781:30: style: Unused variable: m1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:4781:33: style: Unused variable: to1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:4790:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5006:21: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5007:7: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5007:22: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5007:25: style: Unused variable: mul1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5007:30: style: Unused variable: m1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5007:33: style: Unused variable: to1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5018:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5258:10: style: Unused variable: dphi0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5258:16: style: Unused variable: dtheta0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5259:22: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5324:12: style: Variable 'dphi11' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5325:12: style: Variable 'dphi22' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5311:9: style: Variable 'cop' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5312:9: style: Variable 'sip' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5284:12: style: Unused variable: coe0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:5285:40: style: Unused variable: ct8 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6059:10: style: Unused variable: dphi0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6059:16: style: Unused variable: dtheta0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6060:12: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6060:17: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6060:22: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6086:12: style: Unused variable: coe0 [unusedVariable]
openmx-3.8.5.orig/source/Occupation_Number_LDA_U.c:6087:40: style: Unused variable: ct8 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:156:7: style: The scope of the variable 'his1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:156:12: style: The scope of the variable 'his2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:160:24: style: The scope of the variable 'sum1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:160:29: style: The scope of the variable 'sum2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:161:10: style: The scope of the variable 'coef_OptG' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:699:7: style: The scope of the variable 'his1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:699:12: style: The scope of the variable 'his2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:701:7: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:701:12: style: The scope of the variable 'al1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:701:16: style: The scope of the variable 'p1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:701:19: style: The scope of the variable 'wan2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:701:24: style: The scope of the variable 'al2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:701:28: style: The scope of the variable 'p2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:703:22: style: The scope of the variable 'c0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:703:25: style: The scope of the variable 'c1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:703:28: style: The scope of the variable 'MinKo' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:704:10: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:704:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:704:20: style: The scope of the variable 'd1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:704:23: style: The scope of the variable 'd2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:704:26: style: The scope of the variable 'd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:705:24: style: The scope of the variable 'sum1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:705:29: style: The scope of the variable 'sum2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:706:10: style: The scope of the variable 'coef_OptG' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:706:25: style: The scope of the variable 'mixing_coef' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:715:29: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:830:17: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:830:23: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1388:7: style: The scope of the variable 'his1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1388:12: style: The scope of the variable 'his2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1390:7: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1390:12: style: The scope of the variable 'al1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1390:16: style: The scope of the variable 'p1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1390:19: style: The scope of the variable 'wan2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1390:24: style: The scope of the variable 'al2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1390:28: style: The scope of the variable 'p2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1392:22: style: The scope of the variable 'c0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1392:25: style: The scope of the variable 'c1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1392:28: style: The scope of the variable 'MinKo' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1393:10: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1393:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1393:20: style: The scope of the variable 'd1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1393:23: style: The scope of the variable 'd2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1393:26: style: The scope of the variable 'd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1394:24: style: The scope of the variable 'sum1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1394:29: style: The scope of the variable 'sum2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1395:10: style: The scope of the variable 'coef_OptG' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1395:25: style: The scope of the variable 'mixing_coef' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:1404:29: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:2071:11: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:2072:27: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:2247:11: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:2491:7: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:2491:18: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:2491:28: style: The scope of the variable 'al' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:2525:28: style: The scope of the variable 'al' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:2565:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:2566:10: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Opt_Contraction.c:158:10: style: Unused variable: nd [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:158:16: style: Unused variable: x01 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:158:20: style: Unused variable: x12 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:158:24: style: Unused variable: x20 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:158:28: style: Unused variable: y12 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:158:32: style: Unused variable: y01 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:159:10: style: Unused variable: a [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:159:12: style: Unused variable: b [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:159:14: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:159:16: style: Unused variable: alpha [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:700:7: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:700:9: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:700:17: style: Unused variable: size1 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:700:23: style: Unused variable: size2 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:702:10: style: Unused variable: nd [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:702:16: style: Unused variable: x01 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:702:20: style: Unused variable: x12 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:702:24: style: Unused variable: x20 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:702:28: style: Unused variable: y12 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:702:32: style: Unused variable: y01 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:703:10: style: Unused variable: a [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:703:12: style: Unused variable: b [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:703:14: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:703:16: style: Unused variable: alpha [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:715:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:715:32: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:715:36: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:717:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:718:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1389:7: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1389:9: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1389:17: style: Unused variable: size1 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1389:23: style: Unused variable: size2 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1391:10: style: Unused variable: nd [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1391:16: style: Unused variable: x01 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1391:20: style: Unused variable: x12 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1391:24: style: Unused variable: x20 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1391:28: style: Unused variable: y12 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1391:32: style: Unused variable: y01 [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1392:10: style: Unused variable: a [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1392:12: style: Unused variable: b [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1392:14: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1392:16: style: Unused variable: alpha [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1404:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1404:32: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1404:36: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1406:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:1407:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:2491:26: style: Unused variable: q [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:2525:12: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:2525:18: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:2525:26: style: Unused variable: q [unusedVariable]
openmx-3.8.5.orig/source/Opt_Contraction.c:141:10: error: Uninitialized variable: norm_deri [uninitvar]
openmx-3.8.5.orig/source/OpticalConductivityMain.c:200:13: warning: Either the condition '(fp=fopen(fileout,"w"))==NULL' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/OpticalConductivityMain.c:198:31: note: Assuming that condition '(fp=fopen(fileout,"w"))==NULL' is not redundant
openmx-3.8.5.orig/source/OpticalConductivityMain.c:200:13: note: Null pointer dereference
openmx-3.8.5.orig/source/OpticalConductivityMain.c:54:8: style: The scope of the variable 'ie' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OpticalConductivityMain.c:196:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OpticalConductivityMain.c:75:3: style: Variable 'erange' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/OpticalConductivityMain.c:50:21: style: Unused variable: d_vec [unusedVariable]
openmx-3.8.5.orig/source/OpticalConductivityMain.c:53:8: style: Unused variable: i_vec [unusedVariable]
openmx-3.8.5.orig/source/OpticalConductivityMain.c:53:18: style: Unused variable: i_vec2 [unusedVariable]
openmx-3.8.5.orig/source/OpticalConductivityMain.c:55:11: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OpticalConductivityMain.c:55:14: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/Orbital_Moment.c:48:13: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:48:19: style: The scope of the variable 'mul' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:55:10: style: The scope of the variable 'summx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:55:16: style: The scope of the variable 'summy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:55:22: style: The scope of the variable 'summz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:71:9: style: The scope of the variable 'Name_Angular' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:72:9: style: The scope of the variable 'Name_Multiple' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:73:8: style: The scope of the variable 'file_OM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:74:9: style: The scope of the variable 'fp_OM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:735:13: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:735:15: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:735:17: style: The scope of the variable 'mul' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:736:17: style: The scope of the variable 'tno0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:737:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:741:10: style: The scope of the variable 'summx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:741:16: style: The scope of the variable 'summy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:741:22: style: The scope of the variable 'summz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:752:9: style: The scope of the variable 'Name_Angular' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:753:9: style: The scope of the variable 'Name_Multiple' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:754:8: style: The scope of the variable 'file_OM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:755:9: style: The scope of the variable 'fp_OM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Orbital_Moment.c:688:11: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Orbital_Moment.c:52:25: style: Unused variable: tmp [unusedVariable]
openmx-3.8.5.orig/source/Orbital_Moment.c:330:3: style: Variable 'My_Total_OrbitalMoment' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Orbital_Moment.c:60:32: style: Unused variable: MagML [unusedVariable]
openmx-3.8.5.orig/source/Orbital_Moment.c:75:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Orbital_Moment.c:928:14: style: Variable 'tno0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Orbital_Moment.c:784:3: style: Variable 'My_Total_OrbitalMoment' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Orbital_Moment.c:746:32: style: Unused variable: MagML [unusedVariable]
openmx-3.8.5.orig/source/Orbital_Moment.c:756:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1195:19: style: Expression is always false because 'else if' condition matches previous condition at line 1193. [multiCondition]
openmx-3.8.5.orig/source/OutData.c:3571:21: style: Redundant condition: Solver==4. 'Solver!=4 || (Solver==4 && atv_ijk[GRc][1]==0)' is equivalent to 'Solver!=4 || atv_ijk[GRc][1]==0' [redundantCondition]
openmx-3.8.5.orig/source/OutData.c:2084:13: warning: Either the condition '(fp=fopen(file1,"w"))!=NULL' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/OutData.c:2073:34: note: Assuming that condition '(fp=fopen(file1,"w"))!=NULL' is not redundant
openmx-3.8.5.orig/source/OutData.c:2084:13: note: Null pointer dereference
openmx-3.8.5.orig/source/OutData.c:58:8: style: The scope of the variable 'operate' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:59:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:200:7: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:200:29: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:200:31: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:201:10: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:202:16: style: The scope of the variable 'vx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:202:19: style: The scope of the variable 'vy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:202:22: style: The scope of the variable 'vz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:203:10: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:203:14: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:203:20: style: The scope of the variable 'sden' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:203:25: style: The scope of the variable 'oden' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:210:8: style: The scope of the variable 'file9' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:211:8: style: The scope of the variable 'file10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:212:8: style: The scope of the variable 'file12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:214:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:521:24: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:521:28: style: The scope of the variable 'IDR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:688:24: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:688:28: style: The scope of the variable 'IDR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:844:7: style: The scope of the variable 'N' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:844:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:845:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:847:10: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:847:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:847:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:849:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:850:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:894:29: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:894:31: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:894:33: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:894:35: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:895:8: style: The scope of the variable 'filexyz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:896:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:897:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:939:29: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:939:33: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:939:35: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:940:8: style: The scope of the variable 'filexsf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:941:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:942:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:991:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:991:9: style: The scope of the variable 'i1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:991:12: style: The scope of the variable 'i2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:991:15: style: The scope of the variable 'i3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:991:18: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:991:24: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:991:26: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:991:28: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:992:10: style: The scope of the variable 'tx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:992:13: style: The scope of the variable 'ty' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:992:16: style: The scope of the variable 'tz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:992:19: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:992:21: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:992:23: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:993:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:994:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:995:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1233:40: style: The scope of the variable 'tnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1234:38: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1234:40: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1235:10: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1235:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1235:20: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1239:10: style: The scope of the variable 'Leng_A' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1239:17: style: The scope of the variable 'Leng_B' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1239:24: style: The scope of the variable 'Leng_C' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1240:10: style: The scope of the variable 'SCell_A1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1240:19: style: The scope of the variable 'SCell_A2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1240:28: style: The scope of the variable 'SCell_B1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1240:37: style: The scope of the variable 'SCell_B2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1240:46: style: The scope of the variable 'SCell_C1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1240:55: style: The scope of the variable 'SCell_C2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1241:7: style: The scope of the variable 'SCell_Grid_A1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1241:21: style: The scope of the variable 'SCell_Grid_A2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1241:35: style: The scope of the variable 'SCell_Grid_B1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1241:49: style: The scope of the variable 'SCell_Grid_B2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1241:63: style: The scope of the variable 'SCell_Grid_C1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1241:77: style: The scope of the variable 'SCell_Grid_C2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:1243:22: style: The scope of the variable 'SCell_Grid_Origin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2137:7: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2173:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2174:7: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2201:24: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2202:8: style: The scope of the variable 'operate' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2322:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2322:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2322:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2322:24: style: The scope of the variable 'GridNum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2323:7: style: The scope of the variable 'GN_AB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2327:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2328:8: style: The scope of the variable 'operate' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2460:11: style: The scope of the variable 'natom' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2460:17: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2461:23: style: The scope of the variable 'pmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2461:28: style: The scope of the variable 'Mul1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2462:7: style: The scope of the variable 'al1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2462:11: style: The scope of the variable 'al0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2463:14: style: The scope of the variable 'Max0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2464:13: style: The scope of the variable 'tmp_coes' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2467:8: style: The scope of the variable 'ExtPAO' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2468:8: style: The scope of the variable 'FN_PAO' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2469:8: style: The scope of the variable 'EndLine' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2470:8: style: The scope of the variable 'fname2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2471:8: style: The scope of the variable 'command0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2472:10: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2472:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2475:9: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2476:13: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3119:7: style: The scope of the variable 'MN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3214:19: style: The scope of the variable 'Mh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3216:7: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3216:12: style: The scope of the variable 'NO0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3216:16: style: The scope of the variable 'NO1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3216:25: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3216:32: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3219:7: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3219:12: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3219:18: style: The scope of the variable 'Rnh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3219:27: style: The scope of the variable 'Nc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3219:34: style: The scope of the variable 'Nh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3219:37: style: The scope of the variable 'Nog' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3220:7: style: The scope of the variable 'Nc_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3220:12: style: The scope of the variable 'Nc_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3220:17: style: The scope of the variable 'Nc_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3220:22: style: The scope of the variable 'Nc_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3220:27: style: The scope of the variable 'Nh_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3220:32: style: The scope of the variable 'Nh_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3220:37: style: The scope of the variable 'Nh_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3220:42: style: The scope of the variable 'Nh_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3223:10: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3223:40: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3224:10: style: The scope of the variable 'tmp0_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3224:17: style: The scope of the variable 'tmp0_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3224:24: style: The scope of the variable 'tmp0_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3224:31: style: The scope of the variable 'tmp0_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3225:10: style: The scope of the variable 'sum_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3225:16: style: The scope of the variable 'sum_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3225:22: style: The scope of the variable 'sum_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3225:28: style: The scope of the variable 'sum_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3234:11: style: The scope of the variable 'orbs0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3234:18: style: The scope of the variable 'orbs1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3235:11: style: The scope of the variable 'orbs0_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3235:20: style: The scope of the variable 'orbs0_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3235:29: style: The scope of the variable 'orbs0_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3235:38: style: The scope of the variable 'orbs0_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3236:11: style: The scope of the variable 'orbs1_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3236:20: style: The scope of the variable 'orbs1_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3236:29: style: The scope of the variable 'orbs1_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3236:38: style: The scope of the variable 'orbs1_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3238:13: style: The scope of the variable 'tmp_CDM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3239:32: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3239:36: style: The scope of the variable 'IDR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3246:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3246:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:3246:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData.c:2199:59: style: Function 'Print_CubeData' argument 3 names different: declaration 'data' definition 'data0'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/OutData.c:48:59: note: Function 'Print_CubeData' argument 3 names different: declaration 'data' definition 'data0'.
openmx-3.8.5.orig/source/OutData.c:2199:59: note: Function 'Print_CubeData' argument 3 names different: declaration 'data' definition 'data0'.
openmx-3.8.5.orig/source/OutData.c:59:9: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:59:11: style: Unused variable: fd [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:61:8: style: Unused variable: fname1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:62:8: style: Unused variable: fname2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:63:9: style: Unused variable: fp1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:63:14: style: Unused variable: fp2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:64:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:65:8: style: Unused variable: buf1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:66:8: style: Unused variable: buf2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:200:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:200:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:200:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:200:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:200:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:200:33: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:202:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:202:12: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:202:14: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:204:10: style: Unused variable: xmin [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:204:15: style: Unused variable: ymin [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:204:20: style: Unused variable: zmin [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:204:25: style: Unused variable: xmax [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:204:30: style: Unused variable: ymax [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:204:35: style: Unused variable: zmax [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:216:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:445:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:445:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:445:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:445:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:445:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:445:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:445:29: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:445:31: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:445:33: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:449:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:478:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:478:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:478:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:478:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:478:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:478:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:478:29: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:478:31: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:478:33: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:482:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:512:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:512:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:512:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:512:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:512:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:512:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:679:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:679:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:679:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:679:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:679:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:679:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:846:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:894:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:894:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:894:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:894:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:894:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:894:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:898:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:939:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:939:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:939:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:939:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:939:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:939:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:939:31: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:943:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:996:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1055:16: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1055:22: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1055:25: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1055:28: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1061:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1233:36: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1234:20: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1234:26: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1234:29: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1234:32: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1234:35: style: Unused variable: so [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1246:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1248:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1649:16: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1649:22: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1649:25: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1649:28: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1654:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1656:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1865:13: style: Unused variable: Mh_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1865:19: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1865:24: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1865:30: style: Unused variable: Rnh [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1865:34: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1866:7: style: Unused variable: NO1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1866:20: style: Unused variable: Nog [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1866:24: style: Unused variable: RnG [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1866:28: style: Unused variable: Nh [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1867:16: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1867:22: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1867:24: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1867:27: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1867:30: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:1876:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:2322:13: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:2322:16: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:2322:19: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:2322:22: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:2330:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:2331:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:2492:9: style: Variable 'buf' is allocated memory that is never used. [unusedAllocatedMemory]
openmx-3.8.5.orig/source/OutData.c:3118:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3118:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3118:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3118:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3118:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3118:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3118:29: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3118:31: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3118:33: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3120:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3120:12: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3120:14: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3120:16: style: Unused variable: vx [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3120:19: style: Unused variable: vy [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3120:22: style: Unused variable: vz [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3121:10: style: Unused variable: phi [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3121:14: style: Unused variable: theta [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3121:20: style: Unused variable: sden [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3121:25: style: Unused variable: oden [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3122:10: style: Unused variable: xmin [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3122:15: style: Unused variable: ymin [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3122:20: style: Unused variable: zmin [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3122:25: style: Unused variable: xmax [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3122:30: style: Unused variable: ymax [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3122:35: style: Unused variable: zmax [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3128:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3213:7: style: Unused variable: al [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3213:10: style: Unused variable: L0 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3213:13: style: Unused variable: Mul0 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3213:18: style: Unused variable: M0 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3213:21: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3213:23: style: Unused variable: size1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3213:29: style: Unused variable: size2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3568:15: style: Variable 'Gc_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/OutData.c:3214:25: style: Unused variable: MN [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3215:7: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3215:10: style: Unused variable: n2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3215:13: style: Unused variable: n3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3215:16: style: Unused variable: k1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3215:19: style: Unused variable: k2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3215:22: style: Unused variable: k3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3216:20: style: Unused variable: Rn [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3216:23: style: Unused variable: N [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3216:34: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3216:36: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3217:7: style: Unused variable: Max_Size [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3217:16: style: Unused variable: My_Max [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3217:23: style: Unused variable: top_num [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3218:10: style: Unused variable: time0 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3329:8: style: Variable 'Rnh' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/OutData.c:3222:22: style: Unused variable: GNc [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3223:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3223:20: style: Unused variable: sk1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3223:24: style: Unused variable: sk2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3223:28: style: Unused variable: sk3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3223:32: style: Unused variable: tot_den [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3227:10: style: Unused variable: d1 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3227:13: style: Unused variable: d2 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3227:16: style: Unused variable: d3 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3227:19: style: Unused variable: cop [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3227:23: style: Unused variable: sip [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3227:27: style: Unused variable: sit [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3227:31: style: Unused variable: cot [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3228:10: style: Unused variable: Re11 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3228:15: style: Unused variable: Re22 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3228:20: style: Unused variable: Re12 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3228:25: style: Unused variable: Im12 [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3228:30: style: Unused variable: phi [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3228:34: style: Unused variable: theta [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3229:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3229:12: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3229:14: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3229:16: style: Unused variable: Cxyz [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3230:10: style: Unused variable: TStime [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3230:17: style: Unused variable: TEtime [unusedVariable]
openmx-3.8.5.orig/source/OutData.c:3305:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1260:19: style: Expression is always false because 'else if' condition matches previous condition at line 1258. [multiCondition]
openmx-3.8.5.orig/source/OutData_Binary.c:3148:21: style: Redundant condition: Solver==4. 'Solver!=4 || (Solver==4 && atv_ijk[GRc][1]==0)' is equivalent to 'Solver!=4 || atv_ijk[GRc][1]==0' [redundantCondition]
openmx-3.8.5.orig/source/OutData_Binary.c:1708:13: warning: Either the condition '(fp=fopen(file1,"wb"))!=NULL' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/OutData_Binary.c:1696:35: note: Assuming that condition '(fp=fopen(file1,"wb"))!=NULL' is not redundant
openmx-3.8.5.orig/source/OutData_Binary.c:1708:13: note: Null pointer dereference
openmx-3.8.5.orig/source/OutData_Binary.c:51:8: style: The scope of the variable 'operate' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:52:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:52:9: style: The scope of the variable 'c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:54:8: style: The scope of the variable 'fname1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:55:8: style: The scope of the variable 'fname2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:56:9: style: The scope of the variable 'fp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:56:14: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:186:7: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:186:29: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:186:31: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:188:16: style: The scope of the variable 'vx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:188:19: style: The scope of the variable 'vy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:188:22: style: The scope of the variable 'vz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:189:10: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:189:14: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:189:20: style: The scope of the variable 'sden' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:189:25: style: The scope of the variable 'oden' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:196:8: style: The scope of the variable 'file9' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:197:8: style: The scope of the variable 'file10' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:198:8: style: The scope of the variable 'file12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:546:24: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:546:28: style: The scope of the variable 'IDR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:724:24: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:724:28: style: The scope of the variable 'IDR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:889:9: style: The scope of the variable 'n1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:889:12: style: The scope of the variable 'n2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:889:15: style: The scope of the variable 'n3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:889:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:890:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:892:10: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:892:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:892:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:893:11: style: The scope of the variable 'dlist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:895:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:960:29: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:960:31: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:960:33: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:961:8: style: The scope of the variable 'filexyz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:963:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1004:29: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1004:33: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1005:8: style: The scope of the variable 'filexsf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1007:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1055:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1055:9: style: The scope of the variable 'i1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1055:12: style: The scope of the variable 'i2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1055:15: style: The scope of the variable 'i3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1055:18: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1055:24: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1055:26: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1056:10: style: The scope of the variable 'tx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1056:13: style: The scope of the variable 'ty' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1056:16: style: The scope of the variable 'tz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1056:19: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1056:21: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1056:23: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1057:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1059:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1760:7: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1809:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1809:46: style: The scope of the variable 'c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1810:8: style: The scope of the variable 'operate' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1810:21: style: The scope of the variable 'operate1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1810:35: style: The scope of the variable 'operate2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1811:9: style: The scope of the variable 'fp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1811:14: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1923:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1923:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1923:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1923:24: style: The scope of the variable 'c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1924:7: style: The scope of the variable 'GN_AB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1930:8: style: The scope of the variable 'operate' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1931:8: style: The scope of the variable 'operate1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1932:8: style: The scope of the variable 'operate2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1933:8: style: The scope of the variable 'clist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1934:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1937:9: style: The scope of the variable 'fp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1937:14: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2108:11: style: The scope of the variable 'natom' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2108:17: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2109:23: style: The scope of the variable 'pmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2109:28: style: The scope of the variable 'Mul1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2110:7: style: The scope of the variable 'al1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2110:11: style: The scope of the variable 'al0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2111:14: style: The scope of the variable 'Max0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2112:13: style: The scope of the variable 'tmp_coes' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2115:8: style: The scope of the variable 'ExtPAO' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2116:8: style: The scope of the variable 'FN_PAO' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2117:8: style: The scope of the variable 'EndLine' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2118:8: style: The scope of the variable 'fname2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2119:8: style: The scope of the variable 'command0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2120:10: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2120:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2123:9: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2124:13: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2682:7: style: The scope of the variable 'MN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2791:19: style: The scope of the variable 'Mh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2793:7: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2793:12: style: The scope of the variable 'NO0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2793:16: style: The scope of the variable 'NO1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2793:25: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2793:32: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2796:7: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2796:12: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2796:18: style: The scope of the variable 'Rnh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2796:27: style: The scope of the variable 'Nc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2796:34: style: The scope of the variable 'Nh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2796:37: style: The scope of the variable 'Nog' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2797:7: style: The scope of the variable 'Nc_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2797:12: style: The scope of the variable 'Nc_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2797:17: style: The scope of the variable 'Nc_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2797:22: style: The scope of the variable 'Nc_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2797:27: style: The scope of the variable 'Nh_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2797:32: style: The scope of the variable 'Nh_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2797:37: style: The scope of the variable 'Nh_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2797:42: style: The scope of the variable 'Nh_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2800:10: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2800:40: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2801:10: style: The scope of the variable 'tmp0_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2801:17: style: The scope of the variable 'tmp0_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2801:24: style: The scope of the variable 'tmp0_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2801:31: style: The scope of the variable 'tmp0_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2802:10: style: The scope of the variable 'sum_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2802:16: style: The scope of the variable 'sum_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2802:22: style: The scope of the variable 'sum_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2802:28: style: The scope of the variable 'sum_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2811:11: style: The scope of the variable 'orbs0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2811:18: style: The scope of the variable 'orbs1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2812:11: style: The scope of the variable 'orbs0_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2812:20: style: The scope of the variable 'orbs0_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2812:29: style: The scope of the variable 'orbs0_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2812:38: style: The scope of the variable 'orbs0_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2813:11: style: The scope of the variable 'orbs1_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2813:20: style: The scope of the variable 'orbs1_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2813:29: style: The scope of the variable 'orbs1_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2813:38: style: The scope of the variable 'orbs1_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2815:13: style: The scope of the variable 'tmp_CDM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2816:32: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2816:36: style: The scope of the variable 'IDR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2823:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2823:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:2823:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/OutData_Binary.c:1807:59: style: Function 'Print_CubeData' argument 3 names different: declaration 'data' definition 'data0'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/OutData_Binary.c:44:59: note: Function 'Print_CubeData' argument 3 names different: declaration 'data' definition 'data0'.
openmx-3.8.5.orig/source/OutData_Binary.c:1807:59: note: Function 'Print_CubeData' argument 3 names different: declaration 'data' definition 'data0'.
openmx-3.8.5.orig/source/OutData_Binary.c:57:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:58:8: style: Unused variable: buf1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:59:8: style: Unused variable: buf2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:186:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:186:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:186:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:186:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:186:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:186:33: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:188:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:188:12: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:188:14: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:190:10: style: Unused variable: xmin [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:190:15: style: Unused variable: ymin [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:190:20: style: Unused variable: zmin [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:190:25: style: Unused variable: xmax [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:190:30: style: Unused variable: ymax [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:190:35: style: Unused variable: zmax [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:201:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:202:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:457:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:457:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:457:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:457:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:457:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:457:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:457:29: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:457:31: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:457:33: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:461:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:462:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:496:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:496:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:496:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:496:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:496:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:496:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:496:29: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:496:31: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:496:33: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:500:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:501:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:536:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:536:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:536:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:536:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:536:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:536:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:544:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:714:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:714:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:714:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:714:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:714:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:714:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:723:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:889:7: style: Unused variable: N [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:891:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:894:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:960:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:960:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:960:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:960:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:960:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:960:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:962:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:964:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1004:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1004:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1004:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1004:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1004:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1004:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1004:31: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1006:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1008:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1058:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1060:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1119:16: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1119:22: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1119:25: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1119:28: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1123:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1125:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1298:16: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1298:22: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1298:25: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1298:28: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1302:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1304:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1500:13: style: Unused variable: Mh_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1500:19: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1500:24: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1500:30: style: Unused variable: Rnh [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1500:34: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1501:7: style: Unused variable: NO1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1501:20: style: Unused variable: Nog [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1501:24: style: Unused variable: RnG [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1501:28: style: Unused variable: Nh [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1502:16: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1502:22: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1502:24: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1502:27: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1502:30: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1509:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1511:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1809:30: style: Unused variable: n3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1809:33: style: Unused variable: cmd [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1923:13: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1923:16: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1923:19: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1935:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:1936:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2140:9: style: Variable 'buf' is allocated memory that is never used. [unusedAllocatedMemory]
openmx-3.8.5.orig/source/OutData_Binary.c:2681:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2681:13: style: Unused variable: spe [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2681:17: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2681:20: style: Unused variable: i2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2681:23: style: Unused variable: i3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2681:26: style: Unused variable: GN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2681:29: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2681:31: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2681:33: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2683:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2683:12: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2683:14: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2683:16: style: Unused variable: vx [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2683:19: style: Unused variable: vy [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2683:22: style: Unused variable: vz [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2684:10: style: Unused variable: phi [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2684:14: style: Unused variable: theta [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2684:20: style: Unused variable: sden [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2684:25: style: Unused variable: oden [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2685:10: style: Unused variable: xmin [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2685:15: style: Unused variable: ymin [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2685:20: style: Unused variable: zmin [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2685:25: style: Unused variable: xmax [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2685:30: style: Unused variable: ymax [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2685:35: style: Unused variable: zmax [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2691:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2692:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2790:7: style: Unused variable: al [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2790:10: style: Unused variable: L0 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2790:13: style: Unused variable: Mul0 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2790:18: style: Unused variable: M0 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2790:21: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2790:23: style: Unused variable: size1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2790:29: style: Unused variable: size2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:3145:15: style: Variable 'Gc_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2791:25: style: Unused variable: MN [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2792:7: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2792:10: style: Unused variable: n2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2792:13: style: Unused variable: n3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2792:16: style: Unused variable: k1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2792:19: style: Unused variable: k2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2792:22: style: Unused variable: k3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2793:20: style: Unused variable: Rn [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2793:23: style: Unused variable: N [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2793:34: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2793:36: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2794:7: style: Unused variable: Max_Size [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2794:16: style: Unused variable: My_Max [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2794:23: style: Unused variable: top_num [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2795:10: style: Unused variable: time0 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2906:8: style: Variable 'Rnh' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2799:22: style: Unused variable: GNc [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2800:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2800:20: style: Unused variable: sk1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2800:24: style: Unused variable: sk2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2800:28: style: Unused variable: sk3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2800:32: style: Unused variable: tot_den [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2804:10: style: Unused variable: d1 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2804:13: style: Unused variable: d2 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2804:16: style: Unused variable: d3 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2804:19: style: Unused variable: cop [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2804:23: style: Unused variable: sip [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2804:27: style: Unused variable: sit [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2804:31: style: Unused variable: cot [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2805:10: style: Unused variable: Re11 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2805:15: style: Unused variable: Re22 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2805:20: style: Unused variable: Re12 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2805:25: style: Unused variable: Im12 [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2805:30: style: Unused variable: phi [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2805:34: style: Unused variable: theta [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2806:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2806:12: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2806:14: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2806:16: style: Unused variable: Cxyz [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2807:10: style: Unused variable: TStime [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2807:17: style: Unused variable: TEtime [unusedVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:2882:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/OutData_Binary.c:157:4: warning: Repositioning operation performed on a file opened in append mode has no effect. [seekOnAppendedFile]
openmx-3.8.5.orig/source/OutData_Binary.c:1896:2: warning: Repositioning operation performed on a file opened in append mode has no effect. [seekOnAppendedFile]
openmx-3.8.5.orig/source/OutData_Binary.c:2082:2: warning: Repositioning operation performed on a file opened in append mode has no effect. [seekOnAppendedFile]
openmx-3.8.5.orig/source/Output_CompTime.c:24:7: style: The scope of the variable 'ID_Mintime1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_CompTime.c:24:19: style: The scope of the variable 'ID_Maxtime1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_CompTime.c:27:10: style: The scope of the variable 'Mintime1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_CompTime.c:27:19: style: The scope of the variable 'Maxtime1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_CompTime.c:32:8: style: The scope of the variable 'file_CompTime' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_CompTime.c:33:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:24:33: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:24:35: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:24:39: style: The scope of the variable 'mul' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:27:20: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:29:9: style: The scope of the variable 'Name_Angular' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:30:8: style: The scope of the variable 'file_DecE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:31:9: style: The scope of the variable 'fp_DecE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:32:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:24:19: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:24:24: style: Unused variable: Cwan [unusedVariable]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:25:12: style: Unused variable: wan2 [unusedVariable]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:25:19: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:25:21: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:25:23: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:26:10: style: Unused variable: Stime_atom [unusedVariable]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:26:21: style: Unused variable: Etime_atom [unusedVariable]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:27:10: style: Unused variable: sum0 [unusedVariable]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:27:15: style: Unused variable: sum1 [unusedVariable]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:27:24: style: Unused variable: time0 [unusedVariable]
openmx-3.8.5.orig/source/Output_Energy_Decomposition.c:33:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Overlap_Band.c:32:7: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Overlap_Cluster.c:25:7: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Overlap_Cluster.c:25:16: style: Unused variable: num_orbitals [unusedVariable]
openmx-3.8.5.orig/source/Overlap_Cluster.c:26:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Overlap_Cluster.c:30:14: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Overlap_Cluster.c:32:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Overlap_Cluster.c:33:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Poisson.c:34:7: style: The scope of the variable 'k1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Poisson.c:34:10: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Poisson.c:34:13: style: The scope of the variable 'k3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Poisson.c:35:15: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Poisson.c:39:10: style: The scope of the variable 'Gx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Poisson.c:39:13: style: The scope of the variable 'Gy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Poisson.c:39:16: style: The scope of the variable 'Gz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Poisson.c:39:19: style: The scope of the variable 'fac_invG2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Poisson.c:40:24: style: The scope of the variable 'etime' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Poisson.c:32:24: style: Function 'Poisson' argument 2 names different: declaration 'ReDenk' definition 'ReRhok'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:2781:24: note: Function 'Poisson' argument 2 names different: declaration 'ReDenk' definition 'ReRhok'.
openmx-3.8.5.orig/source/Poisson.c:32:24: note: Function 'Poisson' argument 2 names different: declaration 'ReDenk' definition 'ReRhok'.
openmx-3.8.5.orig/source/Poisson.c:32:40: style: Function 'Poisson' argument 3 names different: declaration 'ImDenk' definition 'ImRhok'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:2781:40: note: Function 'Poisson' argument 3 names different: declaration 'ImDenk' definition 'ImRhok'.
openmx-3.8.5.orig/source/Poisson.c:32:40: note: Function 'Poisson' argument 3 names different: declaration 'ImDenk' definition 'ImRhok'.
openmx-3.8.5.orig/source/Poisson.c:803:28: style: Function 'FFT_Density' argument 2 names different: declaration 'ReDenk' definition 'ReRhok'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:2784:28: note: Function 'FFT_Density' argument 2 names different: declaration 'ReDenk' definition 'ReRhok'.
openmx-3.8.5.orig/source/Poisson.c:803:28: note: Function 'FFT_Density' argument 2 names different: declaration 'ReDenk' definition 'ReRhok'.
openmx-3.8.5.orig/source/Poisson.c:803:44: style: Function 'FFT_Density' argument 3 names different: declaration 'ImDenk' definition 'ImRhok'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:2784:44: note: Function 'FFT_Density' argument 3 names different: declaration 'ImDenk' definition 'ImRhok'.
openmx-3.8.5.orig/source/Poisson.c:803:44: note: Function 'FFT_Density' argument 3 names different: declaration 'ImDenk' definition 'ImRhok'.
openmx-3.8.5.orig/source/Poisson.c:36:7: style: Unused variable: N3 [unusedVariable]
openmx-3.8.5.orig/source/Poisson.c:60:35: style: Variable 'etime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Poisson.c:41:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Poisson.c:41:29: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Poisson.c:41:32: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/Poisson.c:41:36: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/Poisson.c:42:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Poisson.c:43:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Poisson.c:126:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Poisson.c:127:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Poisson.c:485:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Poisson.c:486:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:41:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:41:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:41:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:41:22: style: Unused variable: kz1 [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:90:14: style: Variable 'GridArea' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:45:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:45:12: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:45:14: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:50:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:50:20: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:50:25: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:50:30: style: Unused variable: tmp4 [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:50:35: style: Unused variable: tmp5 [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:50:40: style: Unused variable: tmp6 [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:53:9: style: Unused variable: fp [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:54:8: style: Unused variable: fname [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:57:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:57:29: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:57:32: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:57:36: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:58:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Poisson_ESM.c:59:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Pot_NeutralAtom.c:19:12: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Pot_NeutralAtom.c:19:18: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Pot_NeutralAtom.c:19:22: style: The scope of the variable 'Rn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Pot_NeutralAtom.c:20:14: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Pot_NeutralAtom.c:20:16: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Pot_NeutralAtom.c:20:18: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Pot_NeutralAtom.c:20:20: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Pot_NeutralAtom.c:20:23: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Pot_NeutralAtom.c:20:26: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Pot_NeutralAtom.c:20:29: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:20:10: style: The scope of the variable 'h1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:20:13: style: The scope of the variable 'h2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:20:16: style: The scope of the variable 'h3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:20:19: style: The scope of the variable 'f1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:20:22: style: The scope of the variable 'f2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:20:25: style: The scope of the variable 'f3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:20:28: style: The scope of the variable 'f4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:21:10: style: The scope of the variable 'g1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:21:13: style: The scope of the variable 'g2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:21:16: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:21:19: style: The scope of the variable 'x2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:21:22: style: The scope of the variable 'y1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:21:25: style: The scope of the variable 'y2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RF_BesselF.c:21:28: style: The scope of the variable 'f' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RadialF.c:18:20: style: Function 'RadialF' argument 1 names different: declaration 'Gensi' definition 'spe'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:2585:20: note: Function 'RadialF' argument 1 names different: declaration 'Gensi' definition 'spe'.
openmx-3.8.5.orig/source/RadialF.c:18:20: note: Function 'RadialF' argument 1 names different: declaration 'Gensi' definition 'spe'.
openmx-3.8.5.orig/source/ReLU_inverse.c:21:18: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/ReLU_inverse.c:22:17: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:104:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:105:7: style: The scope of the variable 'flag_nan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:105:16: style: The scope of the variable 'flag_improper' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:106:7: style: The scope of the variable 'NumHis' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:107:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:108:12: style: The scope of the variable 'A' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:108:16: style: The scope of the variable 'IA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:108:20: style: The scope of the variable 'B' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:109:8: style: The scope of the variable 'nanchar' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:349:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:351:7: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:351:17: style: The scope of the variable 'TNO1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:359:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:596:7: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:596:17: style: The scope of the variable 'TNO1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:596:35: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:599:8: style: The scope of the variable 'operate' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:747:8: style: The scope of the variable 'file_check' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:834:7: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:834:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:834:14: style: The scope of the variable 'BN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:837:8: style: The scope of the variable 'fileCD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:839:11: style: The scope of the variable 'tmp_array' can be reduced. [variableScope]
openmx-3.8.5.orig/source/RestartFileDFT.c:349:28: style: Unused variable: can [unusedVariable]
openmx-3.8.5.orig/source/RestartFileDFT.c:350:13: style: Unused variable: pSCF [unusedVariable]
openmx-3.8.5.orig/source/RestartFileDFT.c:352:20: style: Unused variable: Rn0 [unusedVariable]
openmx-3.8.5.orig/source/RestartFileDFT.c:353:24: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/RestartFileDFT.c:361:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/RestartFileDFT.c:595:26: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/RestartFileDFT.c:595:28: style: Unused variable: can [unusedVariable]
openmx-3.8.5.orig/source/RestartFileDFT.c:602:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:44:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Runtest.c:68:8: style: The scope of the variable 'operate' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Runtest.c:71:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Runtest.c:74:8: style: The scope of the variable 'dp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Runtest.c:75:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Runtest.c:44:13: style: Unused variable: fp0 [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:44:18: style: Unused variable: fp1 [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:45:26: style: Unused variable: fp_OK [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:58:8: style: Unused variable: fname [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:59:8: style: Unused variable: fname0 [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:60:8: style: Unused variable: fname1 [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:77:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:78:15: style: Unused variable: status [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:416:19: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:416:22: style: Unused variable: ip [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:420:8: style: Unused variable: fileRestart [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:421:8: style: Unused variable: operate [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:425:7: style: Unused variable: tag [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:426:7: style: Unused variable: complete [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:427:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:428:15: style: Unused variable: status [unusedVariable]
openmx-3.8.5.orig/source/Runtest.c:278:4: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Runtest.c:328:4: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Runtest.c:197:23: error: Uninitialized variable: output_file [uninitvar]
openmx-3.8.5.orig/source/SCF2File.c:37:8: style: The scope of the variable 'fname' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:39:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:288:19: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:289:36: style: The scope of the variable 'Rn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:289:39: style: The scope of the variable 'count' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:292:18: style: The scope of the variable 'p_vec' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:294:19: style: The scope of the variable 'd_vec' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:295:9: style: The scope of the variable 'fp_inp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:296:8: style: The scope of the variable 'strg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:860:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:861:11: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:861:21: style: The scope of the variable 'NO0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:862:7: style: The scope of the variable 'Rnh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SCF2File.c:270:9: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/SCF2File.c:38:8: style: Unused variable: operate [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:40:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:42:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:288:34: style: Unused variable: can [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:290:7: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:290:9: style: Unused variable: Mh_AN [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:290:15: style: Unused variable: Rnh [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:290:19: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:290:24: style: Unused variable: NO0 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:290:28: style: Unused variable: NO1 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:290:32: style: Unused variable: Qwan [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:291:7: style: Unused variable: q_AN [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:291:12: style: Unused variable: Mq_AN [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:291:18: style: Unused variable: Gq_AN [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:291:24: style: Unused variable: Rnq [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:297:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:859:10: style: Unused variable: time0 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:861:29: style: Unused variable: spinmax [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:965:13: style: Variable 'Rnh' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/SCF2File.c:862:11: style: Unused variable: Rnk [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:862:15: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:862:20: style: Unused variable: N [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:862:22: style: Unused variable: NumC [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:863:7: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:863:10: style: Unused variable: n2 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:863:13: style: Unused variable: n3 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:863:16: style: Unused variable: L0 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:863:19: style: Unused variable: Mul0 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:863:24: style: Unused variable: M0 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:863:27: style: Unused variable: L1 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:863:30: style: Unused variable: Mul1 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:863:35: style: Unused variable: M1 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:864:25: style: Unused variable: MN [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:864:28: style: Unused variable: XC_P_switch [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:865:16: style: Unused variable: dx [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:865:19: style: Unused variable: dy [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:865:22: style: Unused variable: dz [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:866:10: style: Unused variable: bc [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:866:13: style: Unused variable: dv [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:866:16: style: Unused variable: r [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:866:18: style: Unused variable: theta [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:866:24: style: Unused variable: phi [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:866:28: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:866:32: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:866:37: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:867:10: style: Unused variable: xo [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:867:13: style: Unused variable: yo [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:867:16: style: Unused variable: zo [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:867:19: style: Unused variable: S_coordinate [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:879:10: style: Unused variable: TStime [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:879:17: style: Unused variable: TEtime [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:880:10: style: Unused variable: TStime0 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:880:18: style: Unused variable: TEtime0 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:881:10: style: Unused variable: TStime1 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:881:18: style: Unused variable: TEtime1 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:882:10: style: Unused variable: TStime2 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:882:18: style: Unused variable: TEtime2 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:883:10: style: Unused variable: TStime3 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:883:18: style: Unused variable: TEtime3 [unusedVariable]
openmx-3.8.5.orig/source/SCF2File.c:884:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/SCF2File.c:884:29: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:280:11: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:483:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:483:23: style: The scope of the variable 'file2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:607:7: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:607:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:607:19: style: The scope of the variable 'L' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:607:21: style: The scope of the variable 'ii' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:609:41: style: The scope of the variable 'dumping' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:610:40: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:610:43: style: The scope of the variable 'dif' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:612:17: style: The scope of the variable 'phi2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:1371:26: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:1499:11: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:2045:13: style: The scope of the variable 'cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:2045:21: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:2046:10: style: The scope of the variable 'charge' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:2092:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:2093:10: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:2209:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:2209:19: style: The scope of the variable 'itmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:2210:17: style: The scope of the variable 'Cxyz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/SetPara_DFT.c:1392:24: style: Function 'V_Hart_atom' argument 1 names different: declaration 'Gensi' definition 'spe'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/SetPara_DFT.c:30:31: note: Function 'V_Hart_atom' argument 1 names different: declaration 'Gensi' definition 'spe'.
openmx-3.8.5.orig/source/SetPara_DFT.c:1392:24: note: Function 'V_Hart_atom' argument 1 names different: declaration 'Gensi' definition 'spe'.
openmx-3.8.5.orig/source/SetPara_DFT.c:281:7: style: Unused variable: tmp_remake_headfile [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:289:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:291:10: style: Unused variable: TZ [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:292:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:292:9: style: Unused variable: wanA [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:483:38: style: Unused variable: file3 [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:607:24: style: Unused variable: jj [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:607:47: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:610:10: style: Unused variable: VNA_width [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:610:20: style: Unused variable: rmin [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:610:25: style: Unused variable: rmax [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:610:30: style: Unused variable: Sr [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:610:33: style: Unused variable: Dr [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:614:7: style: Unused variable: i_vec [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:1395:31: style: Unused variable: dx [unusedVariable]
openmx-3.8.5.orig/source/SetPara_DFT.c:2225:17: style: Variable 'Cell_Volume' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:369:21: style: Redundant condition: Solver==4. 'Solver!=4 || (Solver==4 && atv_ijk[GRc][1]==0)' is equivalent to 'Solver!=4 || atv_ijk[GRc][1]==0' [redundantCondition]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:31:7: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:30:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:30:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:37:26: style: Unused variable: r [unusedVariable]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:38:21: style: Unused variable: M [unusedVariable]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:42:18: style: Unused variable: Nup [unusedVariable]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:42:22: style: Unused variable: Ndown [unusedVariable]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:55:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:56:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:63:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:123:79: error: Uninitialized variable: mul [uninitvar]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:124:79: error: Uninitialized variable: mul [uninitvar]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:125:80: error: Uninitialized variable: mul [uninitvar]
openmx-3.8.5.orig/source/Set_Aden_Grid.c:126:80: error: Uninitialized variable: mul [uninitvar]
openmx-3.8.5.orig/source/Set_Allocate_Atom2CPU.c:26:44: style: Function 'Set_Allocate_Atom2CPU' argument 2 names different: declaration 'isw' definition 'species_flag'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:3898:44: note: Function 'Set_Allocate_Atom2CPU' argument 2 names different: declaration 'isw' definition 'species_flag'.
openmx-3.8.5.orig/source/Set_Allocate_Atom2CPU.c:26:44: note: Function 'Set_Allocate_Atom2CPU' argument 2 names different: declaration 'isw' definition 'species_flag'.
openmx-3.8.5.orig/source/Set_Allocate_Atom2CPU.c:47:43: style: Function 'Allocation_Atoms_3D' argument 2 names different: declaration 'NL_switch' definition 'weight_flag'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/Set_Allocate_Atom2CPU.c:22:50: note: Function 'Allocation_Atoms_3D' argument 2 names different: declaration 'NL_switch' definition 'weight_flag'.
openmx-3.8.5.orig/source/Set_Allocate_Atom2CPU.c:47:43: note: Function 'Allocation_Atoms_3D' argument 2 names different: declaration 'NL_switch' definition 'weight_flag'.
openmx-3.8.5.orig/source/Set_Allocate_Atom2CPU.c:53:27: style: Unused variable: n0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:721:21: style: Redundant condition: Solver==4. 'Solver!=4 || (Solver==4 && atv_ijk[GRc][1]==0)' is equivalent to 'Solver!=4 || atv_ijk[GRc][1]==0' [redundantCondition]
openmx-3.8.5.orig/source/Set_Density_Grid.c:29:7: style: The scope of the variable 'al' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:29:10: style: The scope of the variable 'L0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:29:13: style: The scope of the variable 'Mul0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:29:18: style: The scope of the variable 'M0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:29:21: style: The scope of the variable 'p' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:30:19: style: The scope of the variable 'Mh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:32:16: style: The scope of the variable 'NO1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:32:25: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:32:34: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:32:36: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:39:12: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:39:18: style: The scope of the variable 'Rnh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:39:34: style: The scope of the variable 'Nh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:39:37: style: The scope of the variable 'Nog' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:40:7: style: The scope of the variable 'Nc_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:40:12: style: The scope of the variable 'Nc_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:40:17: style: The scope of the variable 'Nc_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:40:22: style: The scope of the variable 'Nc_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:40:27: style: The scope of the variable 'Nh_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:40:32: style: The scope of the variable 'Nh_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:40:37: style: The scope of the variable 'Nh_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:40:42: style: The scope of the variable 'Nh_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:43:40: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:44:10: style: The scope of the variable 'tmp0_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:44:17: style: The scope of the variable 'tmp0_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:44:24: style: The scope of the variable 'tmp0_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:44:31: style: The scope of the variable 'tmp0_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:45:10: style: The scope of the variable 'sum_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:45:16: style: The scope of the variable 'sum_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:45:22: style: The scope of the variable 'sum_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:45:28: style: The scope of the variable 'sum_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:52:11: style: The scope of the variable 'tmp_array' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:54:11: style: The scope of the variable 'orbs0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:54:18: style: The scope of the variable 'orbs1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:55:11: style: The scope of the variable 'orbs0_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:55:20: style: The scope of the variable 'orbs0_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:55:29: style: The scope of the variable 'orbs0_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:55:38: style: The scope of the variable 'orbs0_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:56:11: style: The scope of the variable 'orbs1_0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:56:20: style: The scope of the variable 'orbs1_1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:56:29: style: The scope of the variable 'orbs1_2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:56:38: style: The scope of the variable 'orbs1_3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:57:13: style: The scope of the variable 'tmp_CDM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:71:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:71:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:802:32: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:979:32: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1098:32: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1270:7: style: The scope of the variable 'BN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1270:10: style: The scope of the variable 'DN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Density_Grid.c:718:15: style: Variable 'Gc_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:30:34: style: Unused variable: CN [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:31:7: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:31:10: style: Unused variable: n2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:31:13: style: Unused variable: n3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:31:16: style: Unused variable: k1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:31:19: style: Unused variable: k2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:31:22: style: Unused variable: k3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:32:20: style: Unused variable: Rn [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:32:23: style: Unused variable: N [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:393:8: style: Variable 'Rnh' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:42:10: style: Unused variable: threshold [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:43:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:43:20: style: Unused variable: sk1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:43:24: style: Unused variable: sk2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:43:28: style: Unused variable: sk3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:43:32: style: Unused variable: tot_den [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:46:10: style: Unused variable: d1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:46:13: style: Unused variable: d2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:46:16: style: Unused variable: d3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:46:19: style: Unused variable: cop [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:46:23: style: Unused variable: sip [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:46:27: style: Unused variable: sit [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:46:31: style: Unused variable: cot [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:47:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:47:12: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:47:14: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:47:16: style: Unused variable: Cxyz [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:309:7: style: Variable 'OneD_Nloop' is modified but its new value is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:799:16: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:799:21: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:803:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:804:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:976:16: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:976:21: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:980:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:981:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1095:16: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1095:21: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1099:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1100:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1270:13: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1270:19: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1270:25: style: Unused variable: Nog [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1270:29: style: Unused variable: GRc [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1272:26: style: Unused variable: sit [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1272:30: style: Unused variable: cot [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1272:34: style: Unused variable: sip [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1272:38: style: Unused variable: cop [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1273:10: style: Unused variable: d1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1273:13: style: Unused variable: d2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1273:16: style: Unused variable: d3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1273:19: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1273:21: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1273:23: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/Set_Density_Grid.c:1273:25: style: Unused variable: Cxyz [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:44:31: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:43:19: style: Unused variable: Mh_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:44:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:44:23: style: Unused variable: NO0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:44:27: style: Unused variable: NO1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:44:36: style: Unused variable: N [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:44:38: style: Unused variable: NOLG [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:45:7: style: Unused variable: Nc [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:45:10: style: Unused variable: Ncs [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:45:14: style: Unused variable: GNc [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:45:18: style: Unused variable: GRc [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:45:22: style: Unused variable: Nog [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:45:26: style: Unused variable: Nh [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:45:29: style: Unused variable: MN [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:48:28: style: Unused variable: mflops [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:49:8: style: Unused variable: Num_C0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:49:15: style: Unused variable: Num_C1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:194:19: style: Unused variable: Mh_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:194:30: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:195:7: style: Unused variable: Nh0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:195:11: style: Unused variable: Nh1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:195:15: style: Unused variable: Nh2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:195:19: style: Unused variable: Nh3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:196:7: style: Unused variable: Nc0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:196:11: style: Unused variable: Nc1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:196:15: style: Unused variable: Nc2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:196:19: style: Unused variable: Nc3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:197:7: style: Unused variable: MN0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:197:11: style: Unused variable: MN1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:197:15: style: Unused variable: MN2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:197:19: style: Unused variable: MN3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:199:8: style: Unused variable: OneD2spin [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:201:10: style: Unused variable: time0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:201:28: style: Unused variable: mflops [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:245:15: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:245:20: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:245:26: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:245:31: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:245:37: style: Unused variable: Mh_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:245:43: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:245:48: style: Unused variable: NOLG [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:246:9: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:246:15: style: Unused variable: Cwan [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:246:20: style: Unused variable: NO0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:246:24: style: Unused variable: NO1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:246:0: style: Variable 'spin0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:246:0: style: Variable 'Mc_AN0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:247:9: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:247:13: style: Unused variable: Nc [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:247:16: style: Unused variable: MN [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:247:19: style: Unused variable: GNA [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:247:23: style: Unused variable: Nog [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:247:27: style: Unused variable: Nh [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:247:30: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:247:36: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:248:9: style: Unused variable: M [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:248:11: style: Unused variable: N [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:248:13: style: Unused variable: K [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:248:15: style: Unused variable: lda [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:248:19: style: Unused variable: ldb [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:248:23: style: Unused variable: ldc [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:248:27: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:248:30: style: Unused variable: jj [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:249:12: style: Unused variable: alpha [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:249:18: style: Unused variable: beta [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:249:23: style: Unused variable: Vpot [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:250:12: style: Unused variable: sum0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:250:17: style: Unused variable: sum1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:250:22: style: Unused variable: sum2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:250:27: style: Unused variable: sum3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:250:32: style: Unused variable: sum4 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:251:13: style: Unused variable: ChiV0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:251:20: style: Unused variable: Chi1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:251:26: style: Unused variable: ChiV0_2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:251:35: style: Unused variable: C [unusedVariable]
openmx-3.8.5.orig/source/Set_Hamiltonian.c:298:17: style: Variable 'GNA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Initial_DM.c:28:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Initial_DM.c:28:34: style: The scope of the variable 'dn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:150:9: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:150:15: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:150:22: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:150:29: style: The scope of the variable 'Nloop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:151:9: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:151:15: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:151:20: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:151:26: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:151:31: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:152:9: style: The scope of the variable 'Rnh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:152:13: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:152:18: style: The scope of the variable 'so' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:152:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:152:23: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:152:25: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:152:27: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:152:29: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:153:9: style: The scope of the variable 'LL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:153:12: style: The scope of the variable 'L0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:153:15: style: The scope of the variable 'L1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:153:18: style: The scope of the variable 'L' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:153:20: style: The scope of the variable 'Mul0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:153:25: style: The scope of the variable 'M0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:153:28: style: The scope of the variable 'M1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:153:31: style: The scope of the variable 'num0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:153:36: style: The scope of the variable 'num1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:154:9: style: The scope of the variable 'Lmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:154:14: style: The scope of the variable 'Lmax_Four_Int' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:154:28: style: The scope of the variable 'Ls' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:156:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:156:15: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:156:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:156:21: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:158:12: style: The scope of the variable 'siT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:158:16: style: The scope of the variable 'coT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:158:20: style: The scope of the variable 'siP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:158:24: style: The scope of the variable 'coP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:159:12: style: The scope of the variable 'gant' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:159:17: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:159:23: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:160:12: style: The scope of the variable 'SH' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:160:18: style: The scope of the variable 'dSHt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:160:26: style: The scope of the variable 'dSHp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:162:12: style: The scope of the variable 'Normk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:162:18: style: The scope of the variable 'kmin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:162:23: style: The scope of the variable 'kmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:163:12: style: The scope of the variable 'Bessel_Pro0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:163:24: style: The scope of the variable 'Bessel_Pro1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:164:12: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:164:14: style: The scope of the variable 'coe0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:164:19: style: The scope of the variable 'sj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:164:22: style: The scope of the variable 'sjp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:165:12: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:165:17: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:165:22: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:165:27: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:165:32: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:168:15: style: The scope of the variable 'SumNL0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:169:15: style: The scope of the variable 'SumNLr0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:178:16: style: The scope of the variable 'CmatNL0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:179:16: style: The scope of the variable 'CmatNLr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:180:16: style: The scope of the variable 'CmatNLt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:181:16: style: The scope of the variable 'CmatNLp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1119:9: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1119:15: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1119:17: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1119:23: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1119:28: style: The scope of the variable 'fan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1119:32: style: The scope of the variable 'jg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1120:9: style: The scope of the variable 'Mj_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1122:12: style: The scope of the variable 'rcutA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1274:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1274:14: style: The scope of the variable 'ene' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1635:10: style: The scope of the variable 'h1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1635:13: style: The scope of the variable 'h2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1635:16: style: The scope of the variable 'h3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1635:19: style: The scope of the variable 'f1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1635:22: style: The scope of the variable 'f2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1635:25: style: The scope of the variable 'f3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1635:28: style: The scope of the variable 'f4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1636:10: style: The scope of the variable 'g1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1636:13: style: The scope of the variable 'g2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1636:16: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1636:19: style: The scope of the variable 'x2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1636:22: style: The scope of the variable 'y1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1636:25: style: The scope of the variable 'y2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1636:28: style: The scope of the variable 'f' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Nonlocal.c:65:7: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:65:30: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:65:36: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:67:7: style: Unused variable: size_NLH [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:68:7: style: Unused variable: Mj_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:77:10: style: Unused variable: TStime [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:77:17: style: Unused variable: TEtime [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:283:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1144:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1121:15: style: Unused variable: L [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1121:17: style: Unused variable: L1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1121:20: style: Unused variable: L2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1121:23: style: Unused variable: L3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1122:29: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1122:33: style: Unused variable: ene [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1124:12: style: Unused variable: ene_m [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1124:18: style: Unused variable: ene_p [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1125:12: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1125:17: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1125:22: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1125:27: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1125:32: style: Unused variable: tmp4 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1125:37: style: Unused variable: tmp5 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1125:42: style: Unused variable: tmp6 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1126:12: style: Unused variable: PFp [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1126:16: style: Unused variable: PFm [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1128:14: style: Unused variable: sum0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1128:19: style: Unused variable: sum1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Nonlocal.c:1128:24: style: Unused variable: sum2 [unusedVariable]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:49:7: style: The scope of the variable 'size_SumS0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:49:18: style: The scope of the variable 'size_TmpOLP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:123:9: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:123:15: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:123:20: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:123:26: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:124:9: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:124:15: style: The scope of the variable 'Rnh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:124:19: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:128:9: style: The scope of the variable 'num0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:131:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:131:15: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:131:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:133:12: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:133:18: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:133:22: style: The scope of the variable 'h' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:136:12: style: The scope of the variable 'siT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:136:16: style: The scope of the variable 'coT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:136:20: style: The scope of the variable 'siP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:136:24: style: The scope of the variable 'coP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:137:12: style: The scope of the variable 'kmin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:137:17: style: The scope of the variable 'kmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:137:22: style: The scope of the variable 'Sk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:137:25: style: The scope of the variable 'Dk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:137:28: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:202:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:127:11: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:127:19: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:257:12: style: Variable 'Sk' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_OLP_Kin.c:258:12: style: Variable 'Dk' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:218:8: style: Condition 'm==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:189:10: note: Assignment 'm=4', assigned value is 4
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:218:8: note: Condition 'm==1' is always false
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:613:12: style: Condition 'm==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:584:7: note: Assignment 'm=4', assigned value is 4
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:613:12: note: Condition 'm==1' is always false
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:26:25: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:26:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:26:11: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:28:8: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:30:16: style: Unused variable: dx [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:30:19: style: Unused variable: dy [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:30:22: style: Unused variable: dz [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:33:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:33:29: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:33:32: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:33:36: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:36:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:37:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:494:13: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:65:14: style: Unused variable: Cxyz0 [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:69:14: style: Unused variable: S_coordinate [unusedVariable]
openmx-3.8.5.orig/source/Set_Orbitals_Grid.c:462:11: style: Unused variable: S_coordinate [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:254:19: style: The scope of the variable 'num0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:255:9: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:255:15: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:255:20: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:255:26: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:255:31: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:256:9: style: The scope of the variable 'Rnh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:256:13: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:258:9: style: The scope of the variable 'Lmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:260:12: style: The scope of the variable 'rcutA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:260:18: style: The scope of the variable 'rcutB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:260:24: style: The scope of the variable 'rcut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:261:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:261:15: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:261:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:262:12: style: The scope of the variable 'kmin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:262:17: style: The scope of the variable 'kmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:262:22: style: The scope of the variable 'Sk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:262:25: style: The scope of the variable 'Dk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:265:12: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:265:14: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:265:20: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:267:12: style: The scope of the variable 'siT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:267:16: style: The scope of the variable 'coT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:267:20: style: The scope of the variable 'siP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:267:24: style: The scope of the variable 'coP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1220:15: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1220:21: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1220:26: style: The scope of the variable 'fan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1224:12: style: The scope of the variable 'rcutA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1400:7: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1457:9: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1457:15: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1457:20: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1457:26: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1457:31: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1458:9: style: The scope of the variable 'Rnh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1458:13: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1459:9: style: The scope of the variable 'Lmax_Four_Int' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1459:33: style: The scope of the variable 'num0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1460:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1460:15: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1460:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1461:12: style: The scope of the variable 'siT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1461:16: style: The scope of the variable 'coT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1461:20: style: The scope of the variable 'siP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1461:24: style: The scope of the variable 'coP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1462:18: style: The scope of the variable 'kmin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1462:23: style: The scope of the variable 'kmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1462:28: style: The scope of the variable 'Sk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1462:31: style: The scope of the variable 'Dk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1463:17: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1463:19: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1463:25: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2177:9: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2177:15: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2177:20: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2177:26: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2177:31: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2178:9: style: The scope of the variable 'Rnh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2178:13: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2179:9: style: The scope of the variable 'Lmax_Four_Int' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2179:33: style: The scope of the variable 'num0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2180:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2180:15: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2180:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2181:12: style: The scope of the variable 'siT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2181:16: style: The scope of the variable 'coT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2181:20: style: The scope of the variable 'siP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2181:24: style: The scope of the variable 'coP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2182:18: style: The scope of the variable 'kmin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2182:23: style: The scope of the variable 'kmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2182:28: style: The scope of the variable 'Sk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2182:31: style: The scope of the variable 'Dk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2183:17: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2183:19: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2183:25: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2813:7: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2815:10: style: The scope of the variable 'invx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2815:15: style: The scope of the variable 'vsb0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2815:20: style: The scope of the variable 'vsb1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2815:25: style: The scope of the variable 'vsb2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2815:30: style: The scope of the variable 'vsbi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2816:10: style: The scope of the variable 'j0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2816:13: style: The scope of the variable 'j1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2816:24: style: The scope of the variable 'sf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2816:27: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2816:31: style: The scope of the variable 'si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2816:34: style: The scope of the variable 'co' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2816:37: style: The scope of the variable 'ix' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2816:40: style: The scope of the variable 'ix2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:73:7: style: Unused variable: kk [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:73:10: style: Unused variable: Ls [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:74:7: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:74:22: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:74:24: style: Unused variable: q [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:74:26: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:77:7: style: Unused variable: Mc_AN2 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:77:14: style: Unused variable: Gc_AN2 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:188:8: style: Variable 'Sk' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:82:15: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:82:20: style: Unused variable: tmp4 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:82:25: style: Unused variable: tmp5 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:85:18: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:85:20: style: Unused variable: coe0 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:85:25: style: Unused variable: sj [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:85:28: style: Unused variable: sy [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:85:31: style: Unused variable: sjp [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:85:35: style: Unused variable: syp [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:96:12: style: Unused variable: sum0 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:96:17: style: Unused variable: sum1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:96:22: style: Unused variable: sum2 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:205:13: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:391:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:416:14: style: Variable 'rcut' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:448:12: style: Variable 'Sk' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:449:12: style: Variable 'Dk' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1238:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1397:7: style: Unused variable: L2 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1397:10: style: Unused variable: L3 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1397:13: style: Unused variable: L [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1397:15: style: Unused variable: GL [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1398:7: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1398:9: style: Unused variable: kl [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1398:17: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1398:23: style: Unused variable: Rnh [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1398:27: style: Unused variable: Ls [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1398:30: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1399:7: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1399:12: style: Unused variable: tno1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1399:17: style: Unused variable: tno2 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1399:22: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1399:25: style: Unused variable: j1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1399:28: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1400:12: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1400:17: style: Unused variable: fan [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1400:21: style: Unused variable: jg [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1400:24: style: Unused variable: kg [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1400:27: style: Unused variable: wakg [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1400:32: style: Unused variable: Lmax [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1402:19: style: Unused variable: Mj_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1402:25: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1402:29: style: Unused variable: size1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1402:35: style: Unused variable: size2 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1404:10: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1404:15: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1404:20: style: Unused variable: tmp4 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1404:25: style: Unused variable: tmp5 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1406:7: style: Unused variable: Num_RVNA [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1578:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1632:12: style: Variable 'Sk' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1471:32: style: Unused variable: Cpow [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1728:12: style: Variable 'Csumr' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1474:25: style: Unused variable: CY1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1474:29: style: Unused variable: CYt1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:1474:34: style: Unused variable: CYp1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2116:7: style: Unused variable: L2 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2116:10: style: Unused variable: L3 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2116:13: style: Unused variable: L [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2116:15: style: Unused variable: GL [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2116:18: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2116:20: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2117:7: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2117:9: style: Unused variable: kl [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2117:17: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2117:23: style: Unused variable: Rnh [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2117:27: style: Unused variable: Ls [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2117:30: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2118:7: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2118:12: style: Unused variable: tno1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2118:17: style: Unused variable: tno2 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2118:22: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2118:25: style: Unused variable: j1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2118:28: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2119:7: style: Unused variable: Cwan [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2119:12: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2119:17: style: Unused variable: fan [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2119:21: style: Unused variable: jg [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2119:24: style: Unused variable: kg [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2119:27: style: Unused variable: wakg [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2119:32: style: Unused variable: Lmax [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2121:19: style: Unused variable: Mj_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2121:25: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2121:29: style: Unused variable: size1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2121:35: style: Unused variable: size2 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2123:10: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2123:15: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2123:20: style: Unused variable: tmp4 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2123:25: style: Unused variable: tmp5 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2125:7: style: Unused variable: Num_RVNA [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2298:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2352:12: style: Variable 'Sk' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2191:32: style: Unused variable: Cpow [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2449:12: style: Variable 'Csumr' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2194:25: style: Unused variable: CY1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2194:29: style: Unused variable: CYt1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2194:34: style: Unused variable: CYp1 [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2816:16: style: Unused variable: j0p [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2816:20: style: Unused variable: j1p [unusedVariable]
openmx-3.8.5.orig/source/Set_ProExpn_VNA.c:2889:11: style: Variable 'ix2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:35:35: style: The scope of the variable 'BN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:35:38: style: The scope of the variable 'DN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:35:41: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:36:7: style: The scope of the variable 'N2D' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:36:11: style: The scope of the variable 'GNs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:36:15: style: The scope of the variable 'BN_AB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:36:21: style: The scope of the variable 'GN_AB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:38:7: style: The scope of the variable 'hNgrid1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:38:15: style: The scope of the variable 'hNgrid2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:38:23: style: The scope of the variable 'hNgrid3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:40:10: style: The scope of the variable 'Cxyz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:40:18: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:40:21: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:40:24: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:40:29: style: The scope of the variable 'xc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:40:32: style: The scope of the variable 'yc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:40:35: style: The scope of the variable 'zc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:279:16: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:289:32: style: The scope of the variable 'IDS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:289:36: style: The scope of the variable 'IDR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:290:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_Vpot.c:34:15: style: Unused variable: nmax [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:34:20: style: Unused variable: ri [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:34:23: style: Unused variable: Mc_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:34:29: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:34:35: style: Unused variable: Rn [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:34:38: style: Unused variable: GNc [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:34:42: style: Unused variable: GRc [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:35:7: style: Unused variable: Nc [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:35:10: style: Unused variable: Nd [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:35:13: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:35:16: style: Unused variable: n2 [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:35:19: style: Unused variable: n3 [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:35:22: style: Unused variable: Cwan [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:37:7: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:37:12: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:37:18: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:37:23: style: Unused variable: Rnh [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:113:15: style: Variable 'hNgrid1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:114:15: style: Variable 'hNgrid2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:115:15: style: Variable 'hNgrid3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:39:10: style: Unused variable: Gx [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:39:13: style: Unused variable: Gy [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:39:16: style: Unused variable: Gz [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:39:19: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:39:23: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:39:25: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:39:27: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:40:27: style: Unused variable: r [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:42:10: style: Unused variable: Stime_atom [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:42:21: style: Unused variable: Etime_atom [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:45:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:45:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:45:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:278:24: style: Unused variable: CN [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:351:16: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:292:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Set_Vpot.c:293:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Set_XC_Grid.c:52:21: style: The scope of the variable 'Vx_unif' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:52:32: style: The scope of the variable 'tot_den' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:53:16: style: The scope of the variable 'GDENS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:54:19: style: The scope of the variable 'DECDD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:55:23: style: The scope of the variable 'DECDGD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:56:10: style: The scope of the variable 'up_x_a' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:56:17: style: The scope of the variable 'up_x_b' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:56:24: style: The scope of the variable 'up_x_c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:57:10: style: The scope of the variable 'up_y_a' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:57:17: style: The scope of the variable 'up_y_b' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:57:24: style: The scope of the variable 'up_y_c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:58:10: style: The scope of the variable 'up_z_a' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:58:17: style: The scope of the variable 'up_z_b' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:58:24: style: The scope of the variable 'up_z_c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:59:10: style: The scope of the variable 'dn_x_a' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:59:17: style: The scope of the variable 'dn_x_b' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:59:24: style: The scope of the variable 'dn_x_c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:60:10: style: The scope of the variable 'dn_y_a' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:60:17: style: The scope of the variable 'dn_y_b' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:60:24: style: The scope of the variable 'dn_y_c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:61:10: style: The scope of the variable 'dn_z_a' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:61:17: style: The scope of the variable 'dn_z_b' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:61:24: style: The scope of the variable 'dn_z_c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:62:10: style: The scope of the variable 'up_a' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:62:15: style: The scope of the variable 'up_b' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:62:20: style: The scope of the variable 'up_c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:63:10: style: The scope of the variable 'dn_a' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:63:15: style: The scope of the variable 'dn_b' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:63:20: style: The scope of the variable 'dn_c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:66:10: style: The scope of the variable 'cot' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:66:14: style: The scope of the variable 'sit' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:66:18: style: The scope of the variable 'sip' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:66:22: style: The scope of the variable 'cop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:66:26: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:66:30: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:67:10: style: The scope of the variable 'detA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Set_XC_Grid.c:767:0: error: Memory leak: dEXC_dGD [memleak]
openmx-3.8.5.orig/source/Set_XC_Grid.c:767:0: error: Memory leak: dDen_Grid [memleak]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:40:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:64:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:67:8: style: The scope of the variable 'dp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:68:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:40:13: style: Unused variable: fp0 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:40:18: style: Unused variable: fp1 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:40:23: style: Unused variable: fp2 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:40:28: style: Unused variable: fp3 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:41:22: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:41:26: style: Unused variable: fp_OK [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:42:7: style: Unused variable: Num_Atoms [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:43:7: style: Unused variable: NGrid1_1 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:43:16: style: Unused variable: NGrid1_2 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:43:25: style: Unused variable: NGrid1_3 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:44:7: style: Unused variable: NGrid2_1 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:44:16: style: Unused variable: NGrid2_2 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:44:25: style: Unused variable: NGrid2_3 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:45:10: style: Unused variable: Utot1 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:45:16: style: Unused variable: Utot2 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:45:22: style: Unused variable: dU [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:45:25: style: Unused variable: dF [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:46:10: style: Unused variable: gx [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:46:13: style: Unused variable: gy [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:46:16: style: Unused variable: gz [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:46:19: style: Unused variable: fx [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:46:22: style: Unused variable: fy [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:46:25: style: Unused variable: fz [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:47:10: style: Unused variable: sum1 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:47:15: style: Unused variable: sum2 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:48:10: style: Unused variable: time1 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:48:16: style: Unused variable: TotalTime [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:52:8: style: Unused variable: fname [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:53:8: style: Unused variable: fname0 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:54:8: style: Unused variable: fname1 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:55:8: style: Unused variable: fname2 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:57:8: style: Unused variable: fname_dat2 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:58:8: style: Unused variable: fname_out1 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:59:8: style: Unused variable: fname_out2 [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:60:8: style: Unused variable: ftmp [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:66:9: style: Unused variable: output_file [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:70:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:71:15: style: Unused variable: status [unusedVariable]
openmx-3.8.5.orig/source/Show_DFT_DATA.c:151:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/Simple_Mixing_DM.c:40:10: style: The scope of the variable 'Mix_wgt1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Simple_Mixing_DM.c:40:19: style: The scope of the variable 'Mix_wgt2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Simple_Mixing_DM.c:40:41: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Simple_Mixing_DM.c:43:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Smoothing_Func.c:34:5: style: Variable 'c1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Spherical_Bessel.c:24:7: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:26:10: style: The scope of the variable 'invx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:26:15: style: The scope of the variable 'vsb0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:26:20: style: The scope of the variable 'vsb1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:26:25: style: The scope of the variable 'vsb2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:26:30: style: The scope of the variable 'vsbi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:27:10: style: The scope of the variable 'j0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:27:13: style: The scope of the variable 'j1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:27:24: style: The scope of the variable 'sf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:27:27: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:27:31: style: The scope of the variable 'si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:27:34: style: The scope of the variable 'co' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:27:37: style: The scope of the variable 'ix' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:27:40: style: The scope of the variable 'ix2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Spherical_Bessel.c:24:16: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/Spherical_Bessel.c:27:16: style: Unused variable: j0p [unusedVariable]
openmx-3.8.5.orig/source/Spherical_Bessel.c:27:20: style: Unused variable: j1p [unusedVariable]
openmx-3.8.5.orig/source/Spherical_Bessel.c:114:11: style: Variable 'ix2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:4109:14: style: Condition 'MD_iter==1' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Stress.c:4108:13: note: Assignment 'MD_iter=1', assigned value is 1
openmx-3.8.5.orig/source/Stress.c:4109:14: note: Condition 'MD_iter==1' is always true
openmx-3.8.5.orig/source/Stress.c:4252:14: style: Condition 'MD_iter==1' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Stress.c:4108:13: note: Assignment 'MD_iter=1', assigned value is 1
openmx-3.8.5.orig/source/Stress.c:4252:14: note: Condition 'MD_iter==1' is always true
openmx-3.8.5.orig/source/Stress.c:97:7: style: The scope of the variable 'Nc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:97:10: style: The scope of the variable 'GNc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:97:14: style: The scope of the variable 'GRc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:97:29: style: The scope of the variable 'BN_AB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:98:19: style: The scope of the variable 'MNc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:98:23: style: The scope of the variable 'start_q_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:99:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:99:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:99:25: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:99:30: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:99:35: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:100:10: style: The scope of the variable 'xx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:100:13: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:100:16: style: The scope of the variable 'tot_den' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:101:10: style: The scope of the variable 'sumx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:101:15: style: The scope of the variable 'sumy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:101:20: style: The scope of the variable 'sumz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:101:32: style: The scope of the variable 'pref' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:102:20: style: The scope of the variable 'Qwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:103:18: style: The scope of the variable 'q_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:103:23: style: The scope of the variable 'Gq_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:104:7: style: The scope of the variable 'ian' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:104:11: style: The scope of the variable 'jan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:104:15: style: The scope of the variable 'kl' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:104:49: style: The scope of the variable 'size_iDM0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:105:22: style: The scope of the variable 'Mh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:105:28: style: The scope of the variable 'Mq_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:107:7: style: The scope of the variable 'XC_P_switch' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:109:10: style: The scope of the variable 'dum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:110:10: style: The scope of the variable 'dEx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:110:14: style: The scope of the variable 'dEy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:110:18: style: The scope of the variable 'dEz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:113:15: style: The scope of the variable 'Hx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:114:15: style: The scope of the variable 'Hy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:115:15: style: The scope of the variable 'Hz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:157:19: style: The scope of the variable 'sumt2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:157:28: style: The scope of the variable 'sumt3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:157:37: style: The scope of the variable 'sumt4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:157:46: style: The scope of the variable 'sumt5' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:158:14: style: The scope of the variable 'Rn2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:159:10: style: The scope of the variable 'lx1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:159:14: style: The scope of the variable 'ly1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:159:18: style: The scope of the variable 'lz1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:159:22: style: The scope of the variable 'lx2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:159:26: style: The scope of the variable 'ly2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:159:30: style: The scope of the variable 'lz2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:671:12: style: The scope of the variable 'aden' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:1065:29: style: The scope of the variable 'sumr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:1065:39: style: The scope of the variable 're' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:1065:42: style: The scope of the variable 'Sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:1065:45: style: The scope of the variable 'Dr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2195:7: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2196:7: style: The scope of the variable 'Ng1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2196:11: style: The scope of the variable 'Ng2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2196:15: style: The scope of the variable 'Ng3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2196:19: style: The scope of the variable 'DN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2196:22: style: The scope of the variable 'BN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2197:7: style: The scope of the variable 'XC_P_switch_stress' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2459:22: style: The scope of the variable 'sumt1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2854:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2854:19: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2854:29: style: The scope of the variable 'NO0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2859:10: style: The scope of the variable 'sumx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2859:15: style: The scope of the variable 'sumy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2859:20: style: The scope of the variable 'sumz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2999:18: style: The scope of the variable 'LL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:2999:21: style: The scope of the variable 'Mul1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3000:29: style: The scope of the variable 'kk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3006:18: style: The scope of the variable 'jg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3010:22: style: The scope of the variable 'ene' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3895:7: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3895:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3895:19: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3895:24: style: The scope of the variable 'Rn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3895:27: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3895:32: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3895:38: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3897:25: style: The scope of the variable 'Zc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3897:28: style: The scope of the variable 'Zh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3897:31: style: The scope of the variable 'dum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3897:35: style: The scope of the variable 'dum2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3899:10: style: The scope of the variable 'TmpEcore' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3899:19: style: The scope of the variable 'dEx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3899:23: style: The scope of the variable 'dEy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3899:27: style: The scope of the variable 'dEz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3899:31: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3899:33: style: The scope of the variable 'lx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3899:36: style: The scope of the variable 'ly' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3899:39: style: The scope of the variable 'lz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3903:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3903:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:3903:28: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4066:7: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4066:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4066:19: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4066:24: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4066:34: style: The scope of the variable 'gnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4067:7: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4067:21: style: The scope of the variable 'Nd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4067:24: style: The scope of the variable 'n1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4067:30: style: The scope of the variable 'n3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4068:10: style: The scope of the variable 'bc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4068:13: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4068:16: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4068:18: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4068:20: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4068:22: style: The scope of the variable 'r1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4068:25: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4068:28: style: The scope of the variable 'rho0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4068:33: style: The scope of the variable 'xx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4069:10: style: The scope of the variable 'Scale_Grid_Ecut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4070:10: style: The scope of the variable 'EH0ij' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4072:22: style: The scope of the variable 'Dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4072:25: style: The scope of the variable 'Sx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4073:10: style: The scope of the variable 'Z1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4073:13: style: The scope of the variable 'Z2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4073:16: style: The scope of the variable 'factor' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4088:10: style: The scope of the variable 'Rn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4089:10: style: The scope of the variable 'lx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4089:13: style: The scope of the variable 'ly' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4089:16: style: The scope of the variable 'lz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4469:7: style: The scope of the variable 'k1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4469:10: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4469:13: style: The scope of the variable 'k3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4470:15: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4474:10: style: The scope of the variable 'Gx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4474:13: style: The scope of the variable 'Gy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4474:16: style: The scope of the variable 'Gz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4485:15: style: The scope of the variable 'invG4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4485:21: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4486:15: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4617:18: style: The scope of the variable 'jg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4633:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4633:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:4633:28: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:5912:27: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:5912:33: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6060:29: style: The scope of the variable 'deri_dmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6061:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6061:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6061:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6061:19: style: The scope of the variable 'x0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6061:22: style: The scope of the variable 'y0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6061:25: style: The scope of the variable 'z0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6061:28: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6061:31: style: The scope of the variable 'y1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6061:34: style: The scope of the variable 'z1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6061:37: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6555:46: style: The scope of the variable 'Mj_AN2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6556:19: style: The scope of the variable 'somax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6557:39: style: The scope of the variable 'deri_dmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6558:10: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6558:15: style: The scope of the variable 'tmpy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6558:20: style: The scope of the variable 'tmpz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6558:29: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6559:10: style: The scope of the variable 'x0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6559:13: style: The scope of the variable 'y0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6559:16: style: The scope of the variable 'z0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6559:19: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6559:22: style: The scope of the variable 'y1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6559:25: style: The scope of the variable 'z1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6559:28: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6559:31: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:6559:34: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:7893:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:7895:10: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:7895:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:7895:20: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:7896:10: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:7896:15: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:7896:20: style: The scope of the variable 'tmp5' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:7896:25: style: The scope of the variable 'tmp6' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:7897:10: style: The scope of the variable 'deri' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11603:21: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11603:24: style: The scope of the variable 'xx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11603:27: style: The scope of the variable 'va0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11603:31: style: The scope of the variable 'rho0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11604:10: style: The scope of the variable 'z2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11604:37: style: The scope of the variable 'wt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11677:7: style: The scope of the variable 'n1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11678:13: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11678:15: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11678:17: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11678:22: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11678:25: style: The scope of the variable 'va0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11678:29: style: The scope of the variable 'rho0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11679:10: style: The scope of the variable 'z2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11679:37: style: The scope of the variable 'wt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11679:40: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11679:42: style: The scope of the variable 'xx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11681:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11681:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:11681:28: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress.c:96:14: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:97:23: style: Unused variable: s1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:97:26: style: Unused variable: s2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:99:40: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:101:27: style: Unused variable: dege [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:102:13: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:102:28: style: Unused variable: p0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:102:31: style: Unused variable: q [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:102:33: style: Unused variable: q0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:104:23: style: Unused variable: spinmax [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:104:31: style: Unused variable: al [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:104:34: style: Unused variable: be [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:104:37: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2144:13: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:1490:12: style: Variable 'Mq_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:106:7: style: Unused variable: wanA [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:106:12: style: Unused variable: wanB [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:106:17: style: Unused variable: Gc_BN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:109:14: style: Unused variable: dge [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:112:11: style: Unused variable: Fx [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:112:15: style: Unused variable: Fy [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:112:19: style: Unused variable: Fz [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:129:10: style: Unused variable: Re00x [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:129:16: style: Unused variable: Re00y [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:129:22: style: Unused variable: Re00z [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:130:10: style: Unused variable: Re11x [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:130:16: style: Unused variable: Re11y [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:130:22: style: Unused variable: Re11z [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:131:10: style: Unused variable: Re01x [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:131:16: style: Unused variable: Re01y [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:131:22: style: Unused variable: Re01z [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:132:10: style: Unused variable: Im00x [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:132:16: style: Unused variable: Im00y [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:132:22: style: Unused variable: Im00z [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:133:10: style: Unused variable: Im11x [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:133:16: style: Unused variable: Im11y [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:133:22: style: Unused variable: Im11z [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:134:10: style: Unused variable: Im01x [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:134:16: style: Unused variable: Im01y [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:134:22: style: Unused variable: Im01z [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:1914:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:156:10: style: Unused variable: sumv1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:156:19: style: Unused variable: sumv2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:156:28: style: Unused variable: sumv3 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:761:4: style: Variable 'sumt5' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:673:9: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:674:9: style: Unused variable: Ng1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:674:13: style: Unused variable: Ng2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:674:17: style: Unused variable: Ng3 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:674:21: style: Unused variable: DN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:675:9: style: Unused variable: XC_P_switch_stress [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:678:12: style: Unused variable: Stress2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:814:15: style: Unused variable: exc0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:1065:17: style: Unused variable: vxc0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:1065:48: style: Unused variable: sumtx [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:1065:54: style: Unused variable: sumty [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:1065:60: style: Unused variable: sumtz [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:1067:13: style: Unused variable: My_sumr [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2273:18: style: Variable 'Nthrds' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:2321:12: style: Variable 'MNc' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:2375:12: style: Variable 'Rnh' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:2456:0: style: Variable 'sum' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:2463:21: style: Variable 'sumt1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:2610:11: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2854:24: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2893:11: style: Variable 'NO0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:2854:33: style: Unused variable: NO1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2855:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2855:16: style: Unused variable: Nh [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2856:7: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2856:12: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2856:18: style: Unused variable: Mh_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2856:24: style: Unused variable: Rnh [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2856:28: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2856:33: style: Unused variable: Nog [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2857:10: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2997:44: style: Unused variable: start_q_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:2999:40: style: Unused variable: ncp [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3000:39: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3003:7: style: Unused variable: S_comm_flag [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3003:19: style: Unused variable: R_comm_flag [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3004:7: style: Unused variable: SA_num [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3004:14: style: Unused variable: q [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3004:16: style: Unused variable: Sc_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3004:22: style: Unused variable: GSc_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3005:7: style: Unused variable: Sc_wan [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3005:14: style: Unused variable: Sh_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3005:20: style: Unused variable: GSh_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3005:27: style: Unused variable: Sh_wan [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3006:7: style: Unused variable: Sh_AN2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3447:11: style: Variable 'jg' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:3009:10: style: Unused variable: rcutA [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3009:16: style: Unused variable: rcutB [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3009:22: style: Unused variable: rcut [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3675:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:3023:35: style: Unused variable: Nloop [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3023:41: style: Unused variable: ODNloop [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3024:8: style: Unused variable: OneD2h_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3024:19: style: Unused variable: OneD2q_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3025:11: style: Unused variable: dEx_threads [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3026:11: style: Unused variable: dEy_threads [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3027:11: style: Unused variable: dEz_threads [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3029:10: style: Unused variable: stime1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3029:17: style: Unused variable: etime1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3896:9: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3896:14: style: Unused variable: spinmax [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3897:10: style: Unused variable: My_Ecore [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3897:19: style: Unused variable: Ecore [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3898:11: style: Unused variable: My_Ecore_threads [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:3985:8: style: Variable 'dEx' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:3986:8: style: Variable 'dEy' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:3987:8: style: Variable 'dEz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:3951:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:4066:30: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4067:27: style: Unused variable: n2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4067:33: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4067:38: style: Unused variable: spinmax [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4069:26: style: Unused variable: TmpEH0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4070:19: style: Unused variable: My_EH0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4070:26: style: Unused variable: EH0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4071:11: style: Unused variable: Fx [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4071:15: style: Unused variable: Fy [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4071:19: style: Unused variable: Fz [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4072:10: style: Unused variable: dEx [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4072:14: style: Unused variable: dEy [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4072:18: style: Unused variable: dEz [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4074:10: style: Unused variable: My_dEx [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4074:17: style: Unused variable: My_dEy [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4074:24: style: Unused variable: My_dEz [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4075:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4313:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:4079:35: style: Unused variable: Nloop [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4087:15: style: Unused variable: sumt [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4471:7: style: Unused variable: N3 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4595:11: style: Variable 'time0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:4474:19: style: Unused variable: fac_invG2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4519:11: style: Variable 'etime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:4476:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:4476:29: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4476:32: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4476:36: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4477:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4478:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4484:15: style: Unused variable: sumt [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4608:48: style: Unused variable: start_q_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4609:14: style: Unused variable: km [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4610:7: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4610:10: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4610:13: style: Unused variable: l3 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4610:16: style: Unused variable: l [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4610:18: style: Unused variable: LL [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4610:21: style: Unused variable: Mul1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4610:26: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4610:31: style: Unused variable: ncp [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4611:31: style: Unused variable: kk [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4611:41: style: Unused variable: po1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4614:7: style: Unused variable: S_comm_flag [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4614:19: style: Unused variable: R_comm_flag [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4615:7: style: Unused variable: SA_num [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4615:14: style: Unused variable: q [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4615:16: style: Unused variable: Sc_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4615:22: style: Unused variable: GSc_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4615:29: style: Unused variable: smul [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4616:7: style: Unused variable: Sc_wan [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4616:14: style: Unused variable: Sh_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4616:20: style: Unused variable: GSh_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4616:27: style: Unused variable: Sh_wan [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4617:7: style: Unused variable: Sh_AN2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4956:9: style: Variable 'jg' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:4620:10: style: Unused variable: rcutA [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4620:16: style: Unused variable: rcutB [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4620:22: style: Unused variable: rcut [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4621:22: style: Unused variable: ene [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:5437:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:4633:35: style: Unused variable: Nloop [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4633:41: style: Unused variable: ODNloop [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4634:8: style: Unused variable: OneD2h_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4634:19: style: Unused variable: OneD2q_AN [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4635:11: style: Unused variable: dEx_threads [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4636:11: style: Unused variable: dEy_threads [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4637:11: style: Unused variable: dEz_threads [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4639:10: style: Unused variable: stime1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:4639:17: style: Unused variable: etime1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:5883:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:5884:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:5912:21: style: Unused variable: so [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:5923:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:6056:22: style: Unused variable: kan [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6056:26: style: Unused variable: so [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6056:29: style: Unused variable: deri_kind [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6383:9: style: Variable 'wakg' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:6058:12: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6058:15: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6058:18: style: Unused variable: l3 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6079:11: style: Variable 'Mi_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:6059:25: style: Unused variable: ene [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6062:10: style: Unused variable: PFp [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6062:14: style: Unused variable: PFm [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6062:18: style: Unused variable: ene_p [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6062:24: style: Unused variable: ene_m [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6063:10: style: Unused variable: sumx0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6063:16: style: Unused variable: sumy0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6063:22: style: Unused variable: sumz0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6064:10: style: Unused variable: sumx1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6064:16: style: Unused variable: sumy1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6064:22: style: Unused variable: sumz1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6065:10: style: Unused variable: sumx2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6065:16: style: Unused variable: sumy2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6065:22: style: Unused variable: sumz2 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6067:7: style: Unused variable: L [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6067:9: style: Unused variable: LL [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6067:12: style: Unused variable: Mul1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6069:14: style: Variable 'Num_RVNA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:7493:13: style: Variable 'kan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:6553:29: style: Unused variable: deri_kind [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:6557:10: style: Unused variable: PF [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:11678:19: style: Unused variable: r1 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:11678:34: style: Unused variable: dr_va0 [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:11679:17: style: Unused variable: sumr [unusedVariable]
openmx-3.8.5.orig/source/Stress.c:11708:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress.c:2742:25: error: Array 'Axc_D[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openmx-3.8.5.orig/source/Stress.c:2742:4: error: Array 'Axc_B[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openmx-3.8.5.orig/source/Stress.c:2764:52: error: Array 'Axc_B[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openmx-3.8.5.orig/source/Stress.c:2767:52: error: Array 'Axc_B[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openmx-3.8.5.orig/source/Stress.c:2770:52: error: Array 'Axc_B[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openmx-3.8.5.orig/source/Stress.c:2746:26: error: Array 'dDen_D[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openmx-3.8.5.orig/source/Stress.c:2746:4: error: Array 'dDen_B[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openmx-3.8.5.orig/source/Stress.c:2768:32: error: Array 'dDen_B[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openmx-3.8.5.orig/source/Stress.c:2769:32: error: Array 'dDen_B[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openmx-3.8.5.orig/source/Stress.c:2770:32: error: Array 'dDen_B[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
openmx-3.8.5.orig/source/Stress.c:6524:38: error: Uninitialized variable: dx [uninitvar]
openmx-3.8.5.orig/source/Stress.c:6525:38: error: Uninitialized variable: dy [uninitvar]
openmx-3.8.5.orig/source/Stress.c:6526:38: error: Uninitialized variable: dz [uninitvar]
openmx-3.8.5.orig/source/Stress_test.c:64:8: style: The scope of the variable 'fname_dat' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress_test.c:253:16: style: The scope of the variable 'Utot2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress_test.c:253:22: style: The scope of the variable 'Utot3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress_test.c:254:9: style: The scope of the variable 'fp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress_test.c:255:8: style: The scope of the variable 'fname1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Stress_test.c:52:28: style: Unused variable: fp3 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:53:22: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:53:24: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:54:7: style: Unused variable: Num_Atoms [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:55:7: style: Unused variable: NGrid1_1 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:55:16: style: Unused variable: NGrid1_2 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:55:25: style: Unused variable: NGrid1_3 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:56:7: style: Unused variable: NGrid2_1 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:56:16: style: Unused variable: NGrid2_2 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:56:25: style: Unused variable: NGrid2_3 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:57:10: style: Unused variable: Utot1 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:57:16: style: Unused variable: Utot2 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:57:22: style: Unused variable: dU [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:57:25: style: Unused variable: dF [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:58:10: style: Unused variable: gx [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:58:13: style: Unused variable: gy [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:58:16: style: Unused variable: gz [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:58:19: style: Unused variable: fx [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:58:22: style: Unused variable: fy [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:58:25: style: Unused variable: fz [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:59:10: style: Unused variable: sum1 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:59:15: style: Unused variable: sum2 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:60:8: style: Unused variable: fname [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:65:8: style: Unused variable: fname_dat2 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:66:8: style: Unused variable: fname_out1 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:67:8: style: Unused variable: fname_out2 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:68:8: style: Unused variable: ftmp [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:424:13: style: Variable 'time1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress_test.c:425:13: style: Variable 'time2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Stress_test.c:253:10: style: Unused variable: Utot1 [unusedVariable]
openmx-3.8.5.orig/source/Stress_test.c:177:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Add_ADensity_Lead.c:38:13: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Allocate.c:54:8: style: Unused variable: MP [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Allocate.c:112:8: style: Unused variable: MP [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Allocate_NC.c:53:8: style: Unused variable: MP [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Allocate_NC.c:102:8: style: Unused variable: MP [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Allocate_NC.c:103:9: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Apply_Bias2e.c:54:15: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Apply_Bias2e.c:54:20: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:18:14: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:21:17: style: The scope of the variable 'Rn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:82:14: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:189:16: style: The scope of the variable 'Jtot' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:322:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:432:14: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:432:18: style: The scope of the variable 'k3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:433:7: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:434:20: style: The scope of the variable 'Gx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:434:24: style: The scope of the variable 'Gy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:434:28: style: The scope of the variable 'Gz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:435:15: style: The scope of the variable 'Gpara2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:588:7: style: The scope of the variable 'i1p' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:589:7: style: The scope of the variable 'i1m' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:649:10: style: The scope of the variable 'CDensity0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:670:7: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:698:7: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:757:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:757:11: style: The scope of the variable 'ispin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:757:18: style: The scope of the variable 'igrid' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:758:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:760:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:760:24: style: The scope of the variable 'Out_Extention' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:760:48: style: The scope of the variable 'write_mode' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:837:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:838:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:838:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:838:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:838:16: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:841:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:908:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:909:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:909:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:909:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:909:16: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:910:7: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:913:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:914:8: style: The scope of the variable 'clist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:915:11: style: The scope of the variable 'dlist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1005:24: style: The scope of the variable 'numcur' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1007:18: style: The scope of the variable 'avecur' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1007:35: style: The scope of the variable 'maxcur' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1079:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1080:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1080:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1080:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1082:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1211:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1212:13: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1212:17: style: The scope of the variable 'iaxis' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1213:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1214:10: style: The scope of the variable 'MaxJ0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:1214:17: style: The scope of the variable 'MaxJ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:43:14: style: Variable 'Rn' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_CDen_Main.c:763:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Calc_CentGreenLesser.c:57:7: style: Unused variable: side [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Calc_GridBound.c:56:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Calc_GridBound.c:181:16: style: Variable 'MaxGridNum' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Calc_GridBound.c:70:26: style: Variable 'R' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:356:16: style: The scope of the variable 'wr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:356:19: style: The scope of the variable 'wi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:357:10: style: The scope of the variable 'tempx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:357:16: style: The scope of the variable 'tempy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:358:10: style: The scope of the variable 'eps' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:360:13: style: The scope of the variable 'move' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:512:10: style: The scope of the variable 'ar' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:512:13: style: The scope of the variable 'ai' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:512:16: style: The scope of the variable 'br' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:512:19: style: The scope of the variable 'bi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:563:76: style: The scope of the variable 'tempi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:646:9: style: The scope of the variable 'kr1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:646:13: style: The scope of the variable 'kr2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:646:17: style: The scope of the variable 'ki1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:646:21: style: The scope of the variable 'ki2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:354:9: style: Unused variable: fp [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:513:10: style: Unused variable: at [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:513:13: style: Unused variable: bt [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Calc_SurfGreen_Sanvito.c:590:15: style: Variable 'tempi' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Channel_Functions.c:34:10: style: The scope of the variable 'sortmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Functions.c:248:10: style: The scope of the variable 'ecabs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:27:7: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:69:7: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:412:18: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:412:25: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:412:31: style: The scope of the variable 'NO0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:412:40: style: The scope of the variable 'fd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:421:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:421:24: style: The scope of the variable 'Out_Extention' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:421:48: style: The scope of the variable 'write_mode' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:422:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:573:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:574:13: style: The scope of the variable 'kloop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:574:20: style: The scope of the variable 'iw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:574:24: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:575:8: style: The scope of the variable 'file1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:176:10: style: Unused variable: sumeval [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Channel_Output.c:424:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Input.c:26:9: style: Unused variable: fp [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Input.c:28:7: style: Unused variable: i_vec [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Input.c:29:10: style: Unused variable: r_vec [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Input.c:32:8: style: Unused variable: Species [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Input.c:33:10: style: Unused variable: Length_C [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Input.c:33:20: style: Unused variable: Length_L [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Input.c:33:30: style: Unused variable: Length_R [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Input.c:34:10: style: Unused variable: angleCL [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Input.c:34:19: style: Unused variable: angleCR [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Input.c:35:10: style: Unused variable: Lsign [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Input.c:35:17: style: Unused variable: Rsign [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Check_Region_Lead.c:34:7: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Check_Region_Lead.c:35:10: style: The scope of the variable 'rcutA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Check_Region_Lead.c:41:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:195:24: style: The scope of the variable 'time5' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:621:23: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:622:13: style: The scope of the variable 'k_op' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:622:21: style: The scope of the variable 'l2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:622:24: style: The scope of the variable 'l3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:623:9: style: The scope of the variable 'E_knum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:624:21: style: The scope of the variable 'kloop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:921:15: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1223:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1223:13: style: The scope of the variable 'iside' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1225:8: style: The scope of the variable 'iw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1225:11: style: The scope of the variable 'iw_method' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1233:14: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1233:21: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1233:27: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1233:33: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1234:7: style: The scope of the variable 'LB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1234:14: style: The scope of the variable 'GB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1234:21: style: The scope of the variable 'wanB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1234:27: style: The scope of the variable 'tnoB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1234:33: style: The scope of the variable 'Bnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1400:9: style: The scope of the variable 'l1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1401:17: style: The scope of the variable 'itot' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:1401:22: style: The scope of the variable 'itot0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT.c:447:13: style: Variable 'time5' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:494:10: style: Variable 'n2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:976:14: style: Variable 'l2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:977:14: style: Variable 'l3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:932:14: style: Variable 'Anum' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:921:20: style: Unused variable: Bnum [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:922:12: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:922:15: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:922:18: style: Unused variable: kRn [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:1231:10: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:1232:10: style: Unused variable: TStime [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:1232:17: style: Unused variable: TEtime [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:1233:7: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:1236:14: style: Variable 'ID' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:1237:11: style: Unused variable: iw0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:1494:9: style: Variable 'l1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT.c:472:6: error: Uninitialized variable: myworld2 [uninitvar]
openmx-3.8.5.orig/source/TRAN_DFT.c:473:6: error: Uninitialized variable: NPROCS_ID2 [uninitvar]
openmx-3.8.5.orig/source/TRAN_DFT.c:474:6: error: Uninitialized variable: NPROCS_WD2 [uninitvar]
openmx-3.8.5.orig/source/TRAN_DFT.c:475:6: error: Uninitialized variable: Comm_World2 [uninitvar]
openmx-3.8.5.orig/source/TRAN_DFT.c:476:6: error: Uninitialized variable: Comm_World_StartID2 [uninitvar]
openmx-3.8.5.orig/source/TRAN_DFT.c:477:6: error: Uninitialized variable: MPI_CommWD2 [uninitvar]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:86:7: style: The scope of the variable 'iw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:519:39: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:520:22: style: The scope of the variable 'k_op' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:521:21: style: The scope of the variable 'kloop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:521:27: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:522:22: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:522:28: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:522:33: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:524:7: style: The scope of the variable 'E_knum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:792:9: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:792:11: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:999:7: style: The scope of the variable 'iw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1435:39: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1436:22: style: The scope of the variable 'k_op' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1437:21: style: The scope of the variable 'kloop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1437:27: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1438:22: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1438:28: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1438:33: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1440:7: style: The scope of the variable 'E_knum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1712:9: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1712:11: style: The scope of the variable 'MaxL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:84:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:86:10: style: Unused variable: iw_method [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:87:15: style: Unused variable: w_weight [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:92:10: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:92:14: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:94:10: style: Unused variable: TStime [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:94:17: style: Unused variable: TEtime [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:95:7: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:102:7: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:103:28: style: Unused variable: iw0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:522:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:522:16: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:523:7: style: Unused variable: LB_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:523:13: style: Unused variable: GB_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:523:19: style: Unused variable: wanB [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:523:24: style: Unused variable: tnoB [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:719:13: style: Variable 'size_H1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:999:10: style: Unused variable: iw_method [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1000:15: style: Unused variable: w_weight [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1005:10: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1007:10: style: Unused variable: TStime [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1007:17: style: Unused variable: TEtime [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1008:7: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1013:7: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1014:28: style: Unused variable: iw0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1438:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1438:16: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1439:7: style: Unused variable: LB_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1439:13: style: Unused variable: GB_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1439:19: style: Unused variable: wanB [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1439:24: style: Unused variable: tnoB [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1642:13: style: Variable 'size_H1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT_Dosout.c:1902:24: style: Unused variable: time5 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:173:24: style: The scope of the variable 'time5' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:264:23: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:265:13: style: The scope of the variable 'k_op' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:265:21: style: The scope of the variable 'l2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:265:24: style: The scope of the variable 'l3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:266:9: style: The scope of the variable 'E_knum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:267:21: style: The scope of the variable 'kloop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:570:15: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:903:13: style: The scope of the variable 'iside' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:905:8: style: The scope of the variable 'iw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:905:11: style: The scope of the variable 'iw_method' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:913:14: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:913:21: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:913:27: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:913:33: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:914:7: style: The scope of the variable 'LB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:914:14: style: The scope of the variable 'GB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:914:21: style: The scope of the variable 'wanB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:914:27: style: The scope of the variable 'tnoB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:914:33: style: The scope of the variable 'Bnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:1126:9: style: The scope of the variable 'l1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:1127:17: style: The scope of the variable 'itot' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:1127:22: style: The scope of the variable 'itot0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:222:13: style: Variable 'time5' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:634:14: style: Variable 'l2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:635:14: style: Variable 'l3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:585:14: style: Variable 'Anum' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:570:20: style: Unused variable: Bnum [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:571:12: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:571:15: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:571:18: style: Unused variable: kRn [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:1002:29: style: Variable 'spinsize' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:911:10: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:912:10: style: Unused variable: TStime [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:912:17: style: Unused variable: TEtime [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:913:7: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:917:14: style: Variable 'ID' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:918:11: style: Unused variable: iw0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_DFT_NC.c:1230:9: style: Variable 'l1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:22:12: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:159:13: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:48:15: style: Variable 'ScaleSize_t' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:51:16: style: Variable 'SpeciesNum_t' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:52:15: style: Variable 'Max_FSNAN_t' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:54:14: style: Variable 'Matomnum_t' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:55:15: style: Variable 'MatomnumF_t' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:56:15: style: Variable 'MatomnumS_t' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:48:27: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:49:33: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:50:23: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:51:29: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:52:27: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:53:25: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:54:25: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:55:27: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:56:27: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:57:31: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:58:35: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:59:33: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:60:17: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:61:17: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:62:15: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:63:23: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:64:15: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:65:11: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:66:13: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:67:27: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:68:31: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Deallocate_RestartFile.c:69:17: error: Uninitialized variable: side [uninitvar]
openmx-3.8.5.orig/source/TRAN_Input_std.c:38:9: style: Unused variable: fp [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Input_std.c:43:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:31:7: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:32:7: style: The scope of the variable 'idim' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:40:11: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:40:15: style: The scope of the variable 'spe_e' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:42:10: style: The scope of the variable 'GO_XR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:42:16: style: The scope of the variable 'GO_YR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:42:22: style: The scope of the variable 'GO_ZR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:43:10: style: The scope of the variable 'GO_XL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:43:16: style: The scope of the variable 'GO_YL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:43:22: style: The scope of the variable 'GO_ZL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:253:9: style: Variable 'po' is modified but its new value is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:38:10: style: Unused variable: r_vec [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:358:10: style: Variable 'spe' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:359:10: style: Variable 'spe_e' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:121:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:184:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:282:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:344:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:403:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms.c:464:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:478:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:40:11: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:40:15: style: The scope of the variable 'spe_e' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:31:0: style: Variable 'po' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:38:10: style: Unused variable: r_vec [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:190:15: style: Variable 'spe' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:191:15: style: Variable 'spe_e' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:114:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:176:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:233:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:295:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:350:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms0.c:411:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:526:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:31:7: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:32:7: style: The scope of the variable 'idim' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:40:11: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:40:15: style: The scope of the variable 'spe_e' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:42:10: style: The scope of the variable 'GO_XR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:42:16: style: The scope of the variable 'GO_YR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:42:22: style: The scope of the variable 'GO_ZR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:43:10: style: The scope of the variable 'GO_XL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:43:16: style: The scope of the variable 'GO_YL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:43:22: style: The scope of the variable 'GO_ZL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:253:9: style: Variable 'po' is modified but its new value is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:38:10: style: Unused variable: r_vec [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:358:10: style: Variable 'spe' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:359:10: style: Variable 'spe_e' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:121:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:184:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:282:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:344:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:403:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Input_std_Atoms2.c:464:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:1825:4: style: Variable 'Cwan' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:1824:4: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:1825:4: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:1964:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:1955:63: note: Variable 'i' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:1964:5: note: Variable 'i' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2158:4: style: Variable 'Cwan' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2157:4: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2158:4: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:4319:11: style: Variable 'Cwan' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:4318:11: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:4319:11: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:429:34: style: The scope of the variable 'k_op' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:439:24: style: The scope of the variable 'Num_Comm_World2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:440:21: style: The scope of the variable 'NPROCS_ID2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:441:22: style: The scope of the variable 'Comm_World2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:442:21: style: The scope of the variable 'NPROCS_WD2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:445:14: style: The scope of the variable 'eigentrans' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:445:29: style: The scope of the variable 'eigentrans_sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:446:17: style: The scope of the variable 'EChannel' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:1413:7: style: The scope of the variable 'inconsistency' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2480:7: style: The scope of the variable 'iw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2809:10: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2933:10: style: The scope of the variable 'w0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2936:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3135:9: style: The scope of the variable 'i2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3135:12: style: The scope of the variable 'i3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3137:10: style: The scope of the variable 'r_vec' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3141:15: style: The scope of the variable 'f0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3141:18: style: The scope of the variable 'f1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3146:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3147:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3476:16: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3476:22: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3778:16: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3778:22: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3778:28: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3853:18: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3853:24: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3853:30: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3854:11: style: The scope of the variable 'GA_AN_e' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3854:20: style: The scope of the variable 'Anum_e' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3904:18: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3904:24: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3904:30: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3905:11: style: The scope of the variable 'GA_AN_e' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3905:20: style: The scope of the variable 'Anum_e' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:4187:22: style: The scope of the variable 'i2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:4187:26: style: The scope of the variable 'i3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:427:7: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:427:13: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:427:18: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:428:13: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:428:18: style: Unused variable: tno1 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:428:23: style: Unused variable: Cwan [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:428:28: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:724:14: style: Variable 'k_op' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:1409:13: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2261:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2265:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2266:14: style: Unused variable: status [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2481:7: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2482:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2486:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2487:14: style: Unused variable: status [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2703:10: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2808:7: style: Unused variable: iw [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2811:12: style: Unused variable: w [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3135:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3142:18: style: Unused variable: tmpx0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3142:24: style: Unused variable: tmpx1 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3526:10: style: Unused variable: s [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3526:12: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3528:10: style: Unused variable: epscutoff2 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3532:8: style: Unused variable: msg [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:4187:10: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:2213:0: error: Resource leak: fp [resourceLeak]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:1062:57: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:849:15: error: Uninitialized variable: T_knum [uninitvar]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3550:29: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3552:29: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3563:31: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3572:34: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Main_Analysis.c:3628:34: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:1796:4: style: Variable 'Cwan' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:1795:4: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:1796:4: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:1979:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:1970:63: note: Variable 'i' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:1979:5: note: Variable 'i' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2203:4: style: Variable 'Cwan' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2202:4: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2203:4: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4562:11: style: Variable 'Cwan' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4561:11: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4562:11: note: Variable 'Cwan' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:425:27: style: The scope of the variable 'iw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:428:34: style: The scope of the variable 'k_op' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:438:24: style: The scope of the variable 'Num_Comm_World2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:439:21: style: The scope of the variable 'NPROCS_ID2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:440:22: style: The scope of the variable 'Comm_World2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:441:21: style: The scope of the variable 'NPROCS_WD2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:444:13: style: The scope of the variable 'eigentrans' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:445:13: style: The scope of the variable 'eigentrans_sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:1344:7: style: The scope of the variable 'inconsistency' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2556:7: style: The scope of the variable 'iw' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2895:10: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3019:10: style: The scope of the variable 'w0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3022:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3207:9: style: The scope of the variable 'i2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3207:12: style: The scope of the variable 'i3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3209:10: style: The scope of the variable 'r_vec' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3213:15: style: The scope of the variable 'f0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3213:18: style: The scope of the variable 'f1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3218:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3219:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3544:16: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3544:22: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3590:7: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3590:19: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3590:25: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3899:22: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3899:28: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3899:34: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4005:25: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4005:31: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4005:37: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4109:25: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4109:31: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4109:37: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4443:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4443:14: style: The scope of the variable 'i3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:425:17: style: Unused variable: ii2 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:425:21: style: Unused variable: ii3 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:426:7: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:426:13: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:426:18: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:427:13: style: Unused variable: tno0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:427:18: style: Unused variable: tno1 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:427:23: style: Unused variable: Cwan [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:427:28: style: Unused variable: Hwan [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:704:14: style: Variable 'k_op' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:1340:13: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2336:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2340:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2341:14: style: Unused variable: status [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2557:7: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2558:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2562:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2563:14: style: Unused variable: status [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2791:10: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2894:7: style: Unused variable: iw [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2924:8: style: Variable 'crt1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2897:12: style: Unused variable: w [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3016:10: style: Unused variable: ii2 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3016:14: style: Unused variable: ii3 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3207:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3214:18: style: Unused variable: tmpx0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3214:24: style: Unused variable: tmpx1 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3591:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3595:7: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3595:12: style: Unused variable: MN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3610:3: style: Variable 'SpinP_switch_e' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3599:10: style: Unused variable: s [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3599:12: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3600:17: style: Variable 'epscutoff' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3601:10: style: Unused variable: epscutoff2 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3606:8: style: Unused variable: msg [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3899:9: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3901:13: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3901:15: style: Unused variable: q [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3901:17: style: Unused variable: AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3904:12: style: Unused variable: tmp [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3904:16: style: Unused variable: s0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3904:19: style: Unused variable: h0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4005:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4009:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4109:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4113:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4216:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4218:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4289:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:4291:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:2288:0: error: Resource leak: fp [resourceLeak]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:1008:57: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:815:15: error: Uninitialized variable: T_knum [uninitvar]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3625:44: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3626:29: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Main_Analysis_NC.c:3646:34: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:99:7: style: The scope of the variable 'i_vec' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:100:11: style: The scope of the variable 'd_vec' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:101:9: style: The scope of the variable 'id' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:102:7: style: The scope of the variable 'size1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:103:8: style: The scope of the variable 'ia_vec' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:219:11: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:285:9: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:353:9: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:99:18: style: Unused variable: i2_vec [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:102:13: style: Unused variable: size [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:104:60: style: Unused variable: N [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:219:9: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:496:61: error: Uninitialized variable: fp [uninitvar]
openmx-3.8.5.orig/source/TRAN_Output_HKS.c:502:33: error: Uninitialized variable: fp [uninitvar]
openmx-3.8.5.orig/source/TRAN_Output_HKS_Write_Grid.c:34:13: style: The scope of the variable 'Nb' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_HKS_Write_Grid.c:37:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:205:10: style: The scope of the variable 'v' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:206:7: style: The scope of the variable 'iv' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:209:7: style: The scope of the variable 'iside' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:210:19: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:210:25: style: The scope of the variable 'GB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:210:31: style: The scope of the variable 'LB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:212:7: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:212:12: style: The scope of the variable 'wanB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:212:17: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:212:22: style: The scope of the variable 'tnoB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:214:8: style: The scope of the variable 'name' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:337:11: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:406:9: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:479:11: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:554:11: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:767:10: style: The scope of the variable 'v' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:768:7: style: The scope of the variable 'iv' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:774:7: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:776:8: style: The scope of the variable 'name' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:923:11: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:994:9: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:1067:11: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:1140:11: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:1251:13: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:1322:11: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:1396:6: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:209:13: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:215:29: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:337:9: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:554:9: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:771:13: style: Unused variable: spin [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:772:19: style: Unused variable: GA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:772:25: style: Unused variable: GB_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:772:31: style: Unused variable: LB_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:774:12: style: Unused variable: wanB [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:774:17: style: Unused variable: tnoA [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:774:22: style: Unused variable: tnoB [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:777:29: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:923:9: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:1140:9: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Output_Trans_HS.c:1251:11: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:74:19: style: The scope of the variable 'k1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:74:22: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:74:25: style: The scope of the variable 'k3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:79:10: style: The scope of the variable 'Gx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:79:13: style: The scope of the variable 'Gy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:79:16: style: The scope of the variable 'Gz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:79:19: style: The scope of the variable 'fac_invG2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:80:10: style: The scope of the variable 'gateV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:80:16: style: The scope of the variable 'cv' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:80:24: style: The scope of the variable 'b' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:80:26: style: The scope of the variable 'v' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:80:28: style: The scope of the variable 'v0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:81:10: style: The scope of the variable 'v1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:81:19: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:268:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:268:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:268:16: style: The scope of the variable 'k2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:268:19: style: The scope of the variable 'k3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:270:22: style: The scope of the variable 'Gx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:270:25: style: The scope of the variable 'Gy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:270:28: style: The scope of the variable 'Gz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:271:14: style: The scope of the variable 'Gpara2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:271:26: style: The scope of the variable 'cv' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:271:29: style: The scope of the variable 'gateV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:1024:25: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:1031:22: style: The scope of the variable 'Gx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:1031:25: style: The scope of the variable 'Gy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:1031:28: style: The scope of the variable 'Gz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:1031:31: style: The scope of the variable 'Gpara2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Poisson.c:248:9: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:76:7: style: Unused variable: LN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:76:10: style: Unused variable: BN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:76:13: style: Unused variable: CN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:76:16: style: Unused variable: N3 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:86:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:86:29: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:86:32: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:86:36: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:87:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:88:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:406:9: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:270:10: style: Unused variable: sk1 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:298:11: style: Variable 'etime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:1085:11: style: Variable 'etime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Poisson.c:1320:0: error: Memory leak: VHart_Boundary_a [memleak]
openmx-3.8.5.orig/source/TRAN_Poisson.c:1320:0: error: Memory leak: VHart_Boundary_b [memleak]
openmx-3.8.5.orig/source/TRAN_Poisson.c:201:20: error: Uninitialized variable: ip [uninitvar]
openmx-3.8.5.orig/source/TRAN_Poisson.c:202:51: error: Uninitialized variable: ip [uninitvar]
openmx-3.8.5.orig/source/TRAN_Poisson.c:238:24: error: Uninitialized variable: ip [uninitvar]
openmx-3.8.5.orig/source/TRAN_Poisson.c:396:24: error: Uninitialized variable: ip [uninitvar]
openmx-3.8.5.orig/source/TRAN_Print.c:189:7: style: The scope of the variable 'i0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Print.c:189:10: style: The scope of the variable 'i1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Print.c:190:7: style: The scope of the variable 'count' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Print.c:170:2: style: Variable 'total' is modified but its new value is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Print.c:142:0: error: Resource leak: fp [resourceLeak]
openmx-3.8.5.orig/source/TRAN_Print_Grid.c:16:13: style: The scope of the variable 'ie' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Print_Grid.c:50:7: style: The scope of the variable 'ie' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_RestartFile.c:130:18: style: Unused variable: i2_vec [unusedVariable]
openmx-3.8.5.orig/source/TRAN_RestartFile.c:133:13: style: Unused variable: size [unusedVariable]
openmx-3.8.5.orig/source/TRAN_RestartFile.c:136:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/TRAN_RestartFile.c:525:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:110:15: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:110:22: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:110:28: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:110:34: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:184:25: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:184:31: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:184:37: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:234:25: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:234:31: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:234:37: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:110:9: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:115:12: style: Unused variable: tmp [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:115:16: style: Unused variable: s0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:115:19: style: Unused variable: h0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:184:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:234:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:287:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap.c:332:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:143:15: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:143:22: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:143:28: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:143:34: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:253:25: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:253:31: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:253:37: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:332:25: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:332:31: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:332:37: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:112:7: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:143:9: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:145:13: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:148:12: style: Unused variable: tmp [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:148:16: style: Unused variable: s0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:148:19: style: Unused variable: h0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:253:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:257:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:332:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:336:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:414:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:416:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:494:11: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_CentOverlap_NC.c:496:15: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:434:13: style: The scope of the variable 'vr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:434:17: style: The scope of the variable 'vi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:434:21: style: The scope of the variable 'xg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:73:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:75:13: style: Unused variable: MA_AN [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:75:19: style: Unused variable: Nc [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:77:28: style: Unused variable: GRc [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:81:7: style: Unused variable: id [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:82:22: style: Unused variable: r [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:83:10: style: Unused variable: dx [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:83:13: style: Unused variable: dy [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:83:16: style: Unused variable: dz [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:89:10: style: Unused variable: offset [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:90:10: style: Unused variable: R [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:93:0: style: Variable 'idim' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:432:12: style: Unused variable: Num [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:441:75: error: Uninitialized variable: ip [uninitvar]
openmx-3.8.5.orig/source/TRAN_Set_Electrode_Grid.c:452:75: error: Uninitialized variable: ip [uninitvar]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:59:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:59:11: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:62:10: style: The scope of the variable 'Dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:62:13: style: The scope of the variable 'Sx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:62:16: style: The scope of the variable 'xs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:62:19: style: The scope of the variable 'xe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:63:10: style: The scope of the variable 'Av_ChemP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:64:10: style: The scope of the variable 'x0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:64:13: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:66:9: style: The scope of the variable 's_vec' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:67:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:68:8: style: The scope of the variable 'file' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:336:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:341:22: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:621:13: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:59:14: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:266:10: style: Variable 'Dx' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:265:10: style: Variable 'Sx' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:65:10: style: Unused variable: tmpx0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:65:16: style: Unused variable: tmpx1 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:331:9: style: Unused variable: p [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:331:11: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:331:14: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:331:16: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:333:7: style: Unused variable: side [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:333:12: style: Unused variable: side0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:333:18: style: Unused variable: side1 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:335:18: style: Unused variable: dx [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:337:10: style: Unused variable: Av_ChemP [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:337:19: style: Unused variable: dtheta [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:339:13: style: Unused variable: x1 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:339:16: style: Unused variable: f0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:339:19: style: Unused variable: f1 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:341:10: style: Unused variable: tmpx0 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_IntegPath.c:341:16: style: Unused variable: tmpx1 [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_MP.c:23:16: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_MP.c:23:22: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap.c:51:7: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap.c:51:19: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap.c:51:25: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap.c:58:10: style: Unused variable: s [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap.c:58:12: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap.c:59:17: style: Variable 'epscutoff' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap.c:63:8: style: Unused variable: msg [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap.c:81:28: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap.c:83:28: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap.c:94:31: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap.c:103:34: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap_NC.c:55:7: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap_NC.c:55:19: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap_NC.c:55:25: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap_NC.c:56:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap_NC.c:62:10: style: Unused variable: s [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap_NC.c:62:12: style: Unused variable: h [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap_NC.c:64:17: style: Variable 'epscutoff' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap_NC.c:67:8: style: Unused variable: msg [unusedVariable]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap_NC.c:86:44: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap_NC.c:87:28: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_Set_SurfOverlap_NC.c:107:34: error: Uninitialized variable: iside [uninitvar]
openmx-3.8.5.orig/source/TRAN_adjust_Ngrid.c:23:28: style: Variable 'ID' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Tetrahedron_Blochl.c:146:11: style: Variable 'a32' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Timetool.c:54:15: style: The scope of the variable 'subtotal' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Timetool.c:52:0: style: Variable 'nbuf' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Timetool.c:166:20: style: Unused variable: tmp [unusedVariable]
openmx-3.8.5.orig/source/Timetool.c:222:20: style: Unused variable: tmp [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:276:16: style: The scope of the variable 'spinmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:485:16: style: The scope of the variable 'spinmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:696:16: style: The scope of the variable 'spinmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:956:7: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:956:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:956:19: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:956:24: style: The scope of the variable 'Rn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:956:27: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:956:32: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:956:38: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:957:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:957:9: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:957:14: style: The scope of the variable 'spinmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:958:25: style: The scope of the variable 'Zc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:958:28: style: The scope of the variable 'Zh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:958:31: style: The scope of the variable 'dum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:958:35: style: The scope of the variable 'dum2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:960:10: style: The scope of the variable 'TmpEcore' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:960:19: style: The scope of the variable 'dEx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:960:23: style: The scope of the variable 'dEy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:960:27: style: The scope of the variable 'dEz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:960:31: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:960:33: style: The scope of the variable 'lx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:960:36: style: The scope of the variable 'ly' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:960:39: style: The scope of the variable 'lz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:964:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:964:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:964:28: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1092:19: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1092:24: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1092:34: style: The scope of the variable 'gnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1092:39: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1093:7: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1093:21: style: The scope of the variable 'Nd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1093:24: style: The scope of the variable 'n1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1093:30: style: The scope of the variable 'n3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1093:33: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1093:38: style: The scope of the variable 'spinmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1094:10: style: The scope of the variable 'bc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1094:13: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1094:16: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1094:18: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1094:20: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1094:22: style: The scope of the variable 'r1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1094:25: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1094:28: style: The scope of the variable 'rho0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1094:33: style: The scope of the variable 'xx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1095:10: style: The scope of the variable 'Scale_Grid_Ecut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1095:26: style: The scope of the variable 'TmpEH0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1096:10: style: The scope of the variable 'EH0ij' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1098:22: style: The scope of the variable 'Dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1098:25: style: The scope of the variable 'Sx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1099:10: style: The scope of the variable 'Z1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1099:13: style: The scope of the variable 'Z2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1099:16: style: The scope of the variable 'factor' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1101:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1446:9: style: The scope of the variable 'n1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1446:12: style: The scope of the variable 'n2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1446:15: style: The scope of the variable 'n3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1446:32: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1447:7: style: The scope of the variable 'GNc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1447:11: style: The scope of the variable 'GRc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1447:15: style: The scope of the variable 'MNc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1448:7: style: The scope of the variable 'GN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1448:17: style: The scope of the variable 'DN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1449:25: style: The scope of the variable 'tot_den' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1456:29: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1460:18: style: The scope of the variable 'tden' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1463:19: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1464:20: style: The scope of the variable 'charge' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1477:10: style: The scope of the variable 'sumr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1484:8: style: The scope of the variable 'file_DPM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1485:9: style: The scope of the variable 'fp_DPM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1490:28: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1493:7: style: The scope of the variable 'Nc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1493:10: style: The scope of the variable 'Nh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1493:13: style: The scope of the variable 'MN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1493:16: style: The scope of the variable 'Nog' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1493:20: style: The scope of the variable 'Mh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1493:26: style: The scope of the variable 'spin0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1493:32: style: The scope of the variable 'spin1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1494:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1494:14: style: The scope of the variable 'vpot' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1494:25: style: The scope of the variable 'pccden' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1494:32: style: The scope of the variable 'sum0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:1494:37: style: The scope of the variable 'sum1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2912:21: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2912:24: style: The scope of the variable 'xx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2912:27: style: The scope of the variable 'va0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2912:31: style: The scope of the variable 'rho0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2913:10: style: The scope of the variable 'z2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2913:37: style: The scope of the variable 'wt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2997:7: style: The scope of the variable 'n1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2998:13: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2998:15: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2998:17: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2998:22: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2998:25: style: The scope of the variable 'va0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2998:29: style: The scope of the variable 'rho0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2999:10: style: The scope of the variable 'z2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2999:37: style: The scope of the variable 'wt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2999:40: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:2999:42: style: The scope of the variable 'xx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3001:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3001:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3001:28: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3082:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3082:19: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3300:13: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3300:19: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3305:7: style: The scope of the variable 'per_flag1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3309:10: style: The scope of the variable 'E' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3309:12: style: The scope of the variable 'dEx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3309:16: style: The scope of the variable 'dEy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3309:20: style: The scope of the variable 'dEz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:3309:24: style: The scope of the variable 'dist7' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Total_Energy.c:277:24: style: Unused variable: Rn [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:278:23: style: Unused variable: Zc [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:278:26: style: Unused variable: Zh [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:278:29: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:278:33: style: Unused variable: dum2 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:373:16: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Total_Energy.c:486:24: style: Unused variable: Rn [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:487:21: style: Unused variable: Zc [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:487:24: style: Unused variable: Zh [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:487:27: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:487:31: style: Unused variable: dum2 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:587:16: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Total_Energy.c:697:24: style: Unused variable: Rn [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:698:21: style: Unused variable: Zc [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:698:24: style: Unused variable: Zh [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:698:27: style: Unused variable: dum [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:698:31: style: Unused variable: dum2 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:798:16: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Total_Energy.c:991:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1092:30: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1093:27: style: Unused variable: n2 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1098:10: style: Unused variable: dEx [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1098:14: style: Unused variable: dEy [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1098:18: style: Unused variable: dEz [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1100:10: style: Unused variable: My_dEx [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1100:17: style: Unused variable: My_dEy [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1100:24: style: Unused variable: My_dEz [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1311:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1443:14: style: Variable 'firsttime' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1445:7: style: Unused variable: numS [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1445:12: style: Unused variable: numR [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1445:17: style: Unused variable: My_GNum [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1448:20: style: Unused variable: LN [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1448:27: style: Unused variable: n2D [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1448:31: style: Unused variable: N3 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1455:10: style: Unused variable: sum_charge [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1455:21: style: Unused variable: My_charge [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1456:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1456:32: style: Unused variable: IDS [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1456:36: style: Unused variable: IDR [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1459:10: style: Unused variable: time0 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1459:16: style: Unused variable: time1 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1473:16: style: Unused variable: ts [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1473:19: style: Unused variable: te [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1473:22: style: Unused variable: ps [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1473:25: style: Unused variable: pe [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1474:10: style: Unused variable: Sp [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1474:13: style: Unused variable: Dp [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1474:16: style: Unused variable: St [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1474:19: style: Unused variable: Dt [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1475:22: style: Unused variable: dx1 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1475:26: style: Unused variable: dy1 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1475:30: style: Unused variable: dz1 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1478:16: style: Unused variable: sumtx [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1479:16: style: Unused variable: sumty [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1480:16: style: Unused variable: sumtz [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1481:16: style: Unused variable: vxc0 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1482:11: style: Unused variable: My_sumr [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1482:20: style: Unused variable: My_sumrx [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1482:30: style: Unused variable: My_sumry [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1482:40: style: Unused variable: My_sumrz [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1486:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1487:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1488:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:1731:16: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Total_Energy.c:2998:19: style: Unused variable: r1 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:2998:34: style: Unused variable: dr_va0 [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:2999:17: style: Unused variable: sumr [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:3028:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Total_Energy.c:3086:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:3299:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:3302:7: style: Unused variable: nrm [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:3302:11: style: Unused variable: nr [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:3303:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:3307:10: style: Unused variable: test_ene [unusedVariable]
openmx-3.8.5.orig/source/Total_Energy.c:3409:23: style: Variable 'dist7' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Unfolding_Bands.c:447:14: warning: Either the condition '(fp_EV=fopen(file_EV,"a"))!=NULL' is redundant or there is possible null pointer dereference: fp_EV. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:374:38: note: Assuming that condition '(fp_EV=fopen(file_EV,"a"))!=NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:447:14: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:458:9: warning: Either the condition 'fp_EV==NULL' is redundant or there is possible null pointer dereference: fp_EV. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:456:17: note: Assuming that condition 'fp_EV==NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:458:9: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:467:9: warning: Either the condition 'fp_EV1==NULL' is redundant or there is possible null pointer dereference: fp_EV1. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:465:18: note: Assuming that condition 'fp_EV1==NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:467:9: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:477:9: warning: Either the condition 'fp_EV==NULL' is redundant or there is possible null pointer dereference: fp_EV. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:475:17: note: Assuming that condition 'fp_EV==NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:477:9: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:484:9: warning: Either the condition 'fp_EV1==NULL' is redundant or there is possible null pointer dereference: fp_EV1. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:482:18: note: Assuming that condition 'fp_EV1==NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:484:9: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:491:9: warning: Either the condition 'fp_EV2==NULL' is redundant or there is possible null pointer dereference: fp_EV2. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:489:18: note: Assuming that condition 'fp_EV2==NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:491:9: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:498:9: warning: Either the condition 'fp_EV3==NULL' is redundant or there is possible null pointer dereference: fp_EV3. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:496:18: note: Assuming that condition 'fp_EV3==NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:498:9: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:514:14: warning: Either the condition 'fp_EV0==NULL' is redundant or there is possible null pointer dereference: fp_EV0. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:512:16: note: Assuming that condition 'fp_EV0==NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:514:14: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:1680:14: warning: Either the condition '(fp_EV=fopen(file_EV,"a"))!=NULL' is redundant or there is possible null pointer dereference: fp_EV. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1608:38: note: Assuming that condition '(fp_EV=fopen(file_EV,"a"))!=NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:1680:14: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:1688:14: warning: Either the condition 'fp_EV==NULL' is redundant or there is possible null pointer dereference: fp_EV. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1686:15: note: Assuming that condition 'fp_EV==NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:1688:14: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:1695:14: warning: Either the condition 'fp_EV1==NULL' is redundant or there is possible null pointer dereference: fp_EV1. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1693:16: note: Assuming that condition 'fp_EV1==NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:1695:14: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:1710:14: warning: Either the condition 'fp_EV0==NULL' is redundant or there is possible null pointer dereference: fp_EV0. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1708:16: note: Assuming that condition 'fp_EV0==NULL' is not redundant
openmx-3.8.5.orig/source/Unfolding_Bands.c:1710:14: note: Null pointer dereference
openmx-3.8.5.orig/source/Unfolding_Bands.c:307:5: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Unfolding_Bands.c:306:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:307:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1513:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1512:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1513:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1514:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1513:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1514:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1515:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1514:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1515:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1516:3: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1515:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1516:3: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1525:5: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1524:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1525:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1526:5: style: Variable 'size_H1' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1525:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:1526:5: note: Variable 'size_H1' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/Unfolding_Bands.c:110:20: style: The scope of the variable 'av_num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1016:17: style: The scope of the variable 'iorb' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Unfolding_Bands.c:1302:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Unfolding_Bands.c:2283:15: style: The scope of the variable 'iorb' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Unfolding_Bands.c:2515:37: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Unfolding_Bands.c:2515:40: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Unfolding_Bands.c:2613:14: style: The scope of the variable 'wan1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Unfolding_Bands.c:2613:20: style: The scope of the variable 'TNO1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Unfolding_Bands.c:2691:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Unfolding_Bands.c:3041:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/Unfolding_Bands.c:2654:0: error: Deallocating a deallocated pointer: tmpRlist [deallocDealloc]
openmx-3.8.5.orig/source/VH_AtomF.c:30:15: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:24:7: style: The scope of the variable 'Mc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:25:7: style: The scope of the variable 'Cwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:25:12: style: The scope of the variable 'GNc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:25:16: style: The scope of the variable 'GRc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:25:20: style: The scope of the variable 'Nog' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:25:27: style: The scope of the variable 'MN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:26:10: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:26:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:26:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:28:10: style: The scope of the variable 'FuzzyW' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:28:17: style: The scope of the variable 'sum0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:28:22: style: The scope of the variable 'sum1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:29:10: style: The scope of the variable 'magx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:29:15: style: The scope of the variable 'magy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:29:20: style: The scope of the variable 'magz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:30:10: style: The scope of the variable 'tmagx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:30:16: style: The scope of the variable 'tmagy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:30:22: style: The scope of the variable 'tmagz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:31:10: style: The scope of the variable 'tden' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:31:15: style: The scope of the variable 'tmag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:31:20: style: The scope of the variable 'theta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:31:26: style: The scope of the variable 'phi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:31:30: style: The scope of the variable 'rho' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:31:34: style: The scope of the variable 'mag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:32:10: style: The scope of the variable 'den0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:32:15: style: The scope of the variable 'den1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:32:20: style: The scope of the variable 'vol' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:38:9: style: The scope of the variable 'fp_VC' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:39:8: style: The scope of the variable 'file_VC' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:46:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:46:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:46:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Charge.c:288:11: style: Variable 'time0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:24:19: style: Unused variable: Mh_AN [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:24:25: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:24:30: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:81:14: style: Variable 'Cwan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:25:24: style: Unused variable: Nh [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:26:16: style: Unused variable: dx [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:26:19: style: Unused variable: dy [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:26:22: style: Unused variable: dz [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:26:25: style: Unused variable: fw [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:37:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:40:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:42:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:43:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Charge.c:76:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:757:14: style: Condition 'm==1' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:720:9: note: Assignment 'm=4', assigned value is 4
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:757:14: note: Condition 'm==1' is always false
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:34:19: style: The scope of the variable 'MR_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:40:20: style: The scope of the variable 'MagL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:41:25: style: The scope of the variable 'lx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:41:28: style: The scope of the variable 'ly' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:41:31: style: The scope of the variable 'lz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:686:10: style: The scope of the variable 'siQ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:686:14: style: The scope of the variable 'coQ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:686:18: style: The scope of the variable 'siP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:686:22: style: The scope of the variable 'coP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:630:11: style: Variable 'tno1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:497:17: style: Variable 'MR_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:36:9: style: Unused variable: fp_VOM [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:37:8: style: Unused variable: file_VOM [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:38:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:683:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:683:20: style: Unused variable: i1 [unusedVariable]
openmx-3.8.5.orig/source/Voronoi_Orbital_Moment.c:696:3: style: Variable 'Rmin' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:29:10: style: The scope of the variable 'dum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:29:14: style: The scope of the variable 'rs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:29:17: style: The scope of the variable 'coe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:30:10: style: The scope of the variable 'Vxc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:30:28: style: The scope of the variable 'Exc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:30:32: style: The scope of the variable 'dExc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:31:10: style: The scope of the variable 'ExP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:31:14: style: The scope of the variable 'EcP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:31:18: style: The scope of the variable 'dExP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:31:23: style: The scope of the variable 'dEcP' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:32:10: style: The scope of the variable 'ExF' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:32:14: style: The scope of the variable 'EcF' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:32:18: style: The scope of the variable 'dExF' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:32:23: style: The scope of the variable 'dEcF' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:33:10: style: The scope of the variable 'zeta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:33:15: style: The scope of the variable 'fzeta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:33:21: style: The scope of the variable 'dfzeta' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:34:10: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:34:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:34:20: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:35:10: style: The scope of the variable 'z0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:35:13: style: The scope of the variable 'z1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:35:16: style: The scope of the variable 'z02' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:35:20: style: The scope of the variable 'z04' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:35:24: style: The scope of the variable 'z12' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:35:28: style: The scope of the variable 'z14' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:225:13: style: Variable 'Vxc' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:30:14: style: Unused variable: Ex [unusedVariable]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:30:17: style: Unused variable: Ec [unusedVariable]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:30:20: style: Unused variable: dEx [unusedVariable]
openmx-3.8.5.orig/source/XC_CA_LSDA.c:30:24: style: Unused variable: dEc [unusedVariable]
openmx-3.8.5.orig/source/XC_Ceperly_Alder.c:30:10: style: The scope of the variable 'dum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_Ceperly_Alder.c:30:14: style: The scope of the variable 'rs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_Ceperly_Alder.c:30:17: style: The scope of the variable 'coe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_Ceperly_Alder.c:31:10: style: The scope of the variable 'Ex' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_Ceperly_Alder.c:31:13: style: The scope of the variable 'Ec' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_Ceperly_Alder.c:31:16: style: The scope of the variable 'dEx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_Ceperly_Alder.c:31:20: style: The scope of the variable 'dEc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_Ceperly_Alder.c:32:10: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_Ceperly_Alder.c:32:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_EX.c:39:10: style: The scope of the variable 'D0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_EX.c:39:13: style: The scope of the variable 'D1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_EX.c:53:10: error: Uninitialized variable: D0 [uninitvar]
openmx-3.8.5.orig/source/XC_EX.c:53:15: error: Uninitialized variable: D1 [uninitvar]
openmx-3.8.5.orig/source/XC_PBE.c:45:10: style: The scope of the variable 'DECUDD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:45:17: style: The scope of the variable 'DPDD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:45:22: style: The scope of the variable 'DTDD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:45:33: style: The scope of the variable 'DF2DD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:45:39: style: The scope of the variable 'DF3DD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:45:45: style: The scope of the variable 'DF4DD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:45:51: style: The scope of the variable 'DADD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:46:10: style: The scope of the variable 'DHDD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:47:16: style: The scope of the variable 'GDMS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:47:21: style: The scope of the variable 'KFS' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:47:25: style: The scope of the variable 's' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:47:27: style: The scope of the variable 'f' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:47:29: style: The scope of the variable 'DFDD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:48:20: style: The scope of the variable 'DSDD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PBE.c:160:3: style: Variable 'DRSDD' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/XC_PBE.c:138:25: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
openmx-3.8.5.orig/source/XC_PW92C.c:31:24: style: The scope of the variable 'b' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PW92C.c:31:28: style: The scope of the variable 'dbdrs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PW92C.c:31:34: style: The scope of the variable 'dcdrs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/XC_PW92C.c:44:10: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/add_gcube.c:31:32: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/add_gcube.c:31:18: style: Variable 'itmp' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/add_gcube.c:212:7: style: Variable 'po' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/add_gcube.c:42:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/add_gcube.c:42:18: style: Unused variable: buf2 [unusedVariable]
openmx-3.8.5.orig/source/add_gcube.c:42:30: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/add_gcube.c:44:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/add_gcube.c:64:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/add_gcube.c:65:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/add_gcube.c:120:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/add_gcube.c:121:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/analysis_example.c:44:18: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/analysis_example.c:45:16: style: Variable 'fp' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/analysis_example.c:47:10: style: Unused variable: Ebond [unusedVariable]
openmx-3.8.5.orig/source/analysis_example.c:47:20: style: Unused variable: Es [unusedVariable]
openmx-3.8.5.orig/source/analysis_example.c:47:23: style: Unused variable: Ep [unusedVariable]
openmx-3.8.5.orig/source/analysis_example_original.c:44:18: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/analysis_example_original.c:45:16: style: Variable 'fp' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/bandgnu13.c:89:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/bandgnu13.c:106:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/bandgnu13.c:171:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/bandgnu13.c:297:47: error: Undefined behavior: Variable 'fnamedat1[spin]' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
openmx-3.8.5.orig/source/bandgnu13.c:373:24: error: Undefined behavior: Variable 'fname' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
openmx-3.8.5.orig/source/bin2txt.c:64:14: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:65:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:65:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:65:13: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:65:15: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:67:8: style: The scope of the variable 'clist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:70:11: style: The scope of the variable 'dlist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:162:14: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:163:15: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:167:8: style: The scope of the variable 'clist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:170:11: style: The scope of the variable 'dlist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:245:14: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:246:13: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:246:15: style: The scope of the variable 'n1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:246:18: style: The scope of the variable 'n2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:246:21: style: The scope of the variable 'n3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:248:8: style: The scope of the variable 'clist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:251:10: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:251:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:251:14: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/bin2txt.c:62:25: style: Function 'convert_cube' argument 1 names different: declaration 'fname' definition 'fname1'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/bin2txt.c:14:25: note: Function 'convert_cube' argument 1 names different: declaration 'fname' definition 'fname1'.
openmx-3.8.5.orig/source/bin2txt.c:62:25: note: Function 'convert_cube' argument 1 names different: declaration 'fname' definition 'fname1'.
openmx-3.8.5.orig/source/bin2txt.c:163:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/bin2txt.c:163:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/bin2txt.c:163:13: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/bin2txt.c:164:15: style: Unused variable: Ngrid1 [unusedVariable]
openmx-3.8.5.orig/source/bin2txt.c:164:22: style: Unused variable: Ngrid2 [unusedVariable]
openmx-3.8.5.orig/source/bin2txt.c:164:29: style: Unused variable: Ngrid3 [unusedVariable]
openmx-3.8.5.orig/source/bin2txt.c:165:10: style: Unused variable: Grid_Origin [unusedVariable]
openmx-3.8.5.orig/source/bin2txt.c:246:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/bin2txt.c:246:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/bin2txt.c:247:10: style: Unused variable: Grid_Origin [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:46:7: style: The scope of the variable 'MD_iter' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cellopt.c:52:20: style: The scope of the variable 'Cell_Volume0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cellopt.c:248:7: style: The scope of the variable 'MD_iter' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cellopt.c:254:20: style: The scope of the variable 'Cell_Volume0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cellopt.c:30:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:30:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:30:11: style: Unused variable: flag [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:32:7: style: Unused variable: i_vec [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:44:24: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:47:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:49:28: style: Unused variable: gf0 [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:49:32: style: Unused variable: gf1 [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:49:36: style: Unused variable: v_step [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:49:45: style: Unused variable: v0 [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:49:48: style: Unused variable: v1 [unusedVariable]
openmx-3.8.5.orig/source/cellopt.c:109:17: style: Variable 'Cell_Volume0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/cellopt.c:54:15: style: Variable 'fileE' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/cellopt.c:55:15: style: Variable 'fileDRC' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/check_lead.c:843:18: style: Variable 'i_vec[1]' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/check_lead.c:843:5: note: Variable 'i_vec[1]' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/check_lead.c:843:18: note: Variable 'i_vec[1]' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/check_lead.c:66:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:67:9: style: The scope of the variable 'sp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:67:14: style: The scope of the variable 'sp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:67:19: style: The scope of the variable 'sp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:68:9: style: The scope of the variable 'sp3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:68:14: style: The scope of the variable 'sp4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:68:19: style: The scope of the variable 'sp5' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:70:8: style: The scope of the variable 'command0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:71:14: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:71:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:71:23: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:71:27: style: The scope of the variable 'cell' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:71:32: style: The scope of the variable 'spe' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:72:17: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:72:19: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:72:21: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:501:11: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:1056:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/check_lead.c:66:13: style: Unused variable: fp1 [unusedVariable]
openmx-3.8.5.orig/source/check_lead.c:71:17: style: Variable 'po1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/check_lead.c:503:10: style: Unused variable: r_vec [unusedVariable]
openmx-3.8.5.orig/source/check_lead.c:503:20: style: Unused variable: r_vec2 [unusedVariable]
openmx-3.8.5.orig/source/check_lead.c:504:17: style: Unused variable: i_vec2 [unusedVariable]
openmx-3.8.5.orig/source/check_lead.c:507:8: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/check_lead.c:508:10: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/check_lead.c:508:15: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/check_lead.c:1105:22: style: Variable 'spe' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/check_lead.c:591:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/check_lead.c:724:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/check_lead.c:756:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/check_lead.c:790:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/check_lead.c:1085:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/check_lead.c:1086:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/check_lead.c:1091:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/check_lead.c:1092:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/check_lead.c:1097:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/check_lead.c:1098:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/cube2xsf.c:52:15: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:53:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:53:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:53:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:53:20: style: The scope of the variable 'jj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:53:24: style: The scope of the variable 'kk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:53:28: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:53:31: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:55:8: style: The scope of the variable 'clist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:175:15: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:176:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:176:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:176:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:176:20: style: The scope of the variable 'jj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:176:24: style: The scope of the variable 'kk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:176:28: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:176:31: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:178:8: style: The scope of the variable 'clist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/cube2xsf.c:181:11: style: The scope of the variable 'dlist' can be reduced. [variableScope]
openmx-3.8.5.orig/source/dampingF.c:71:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/dampingF.c:72:10: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/dampingF.c:22:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/dampingF.c:22:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/dampingF.c:22:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/dampingF.c:43:3: style: Variable 'c0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/dampingF.c:44:3: style: Variable 'c1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/dampingF.c:45:3: style: Variable 'c2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/deri_dampingF.c:73:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/deri_dampingF.c:74:10: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/deri_dampingF.c:23:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/deri_dampingF.c:23:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/deri_dampingF.c:23:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/deri_dampingF.c:44:3: style: Variable 'c0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/deri_dampingF.c:45:3: style: Variable 'c1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/deri_dampingF.c:46:3: style: Variable 'c2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/deri_dampingF.c:56:8: style: Variable 'r5' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/diff_gcube.c:31:32: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_gcube.c:31:18: style: Variable 'itmp' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/diff_gcube.c:212:7: style: Variable 'po' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/diff_gcube.c:42:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/diff_gcube.c:42:18: style: Unused variable: buf2 [unusedVariable]
openmx-3.8.5.orig/source/diff_gcube.c:42:30: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/diff_gcube.c:44:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/diff_gcube.c:64:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/diff_gcube.c:65:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/diff_gcube.c:120:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/diff_gcube.c:121:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/diff_geo.c:415:17: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:415:20: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:415:23: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:415:26: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:440:15: style: The scope of the variable 'stmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:764:17: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:764:20: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:764:23: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:764:26: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:819:14: style: The scope of the variable 'AN1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:820:17: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:820:20: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:820:23: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/diff_geo.c:78:7: style: Variable 'po_d' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/diff_geo.c:442:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/diff_geo.c:821:17: style: Variable 'xmin' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/diff_geo.c:821:22: style: Variable 'ymin' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/diff_geo.c:821:27: style: Variable 'zmin' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/diff_geo.c:821:32: style: Variable 'xmax' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/diff_geo.c:821:37: style: Variable 'ymax' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/diff_geo.c:821:42: style: Variable 'zmax' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/diff_geo.c:824:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/diff_geo.c:463:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/diff_geo.c:490:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/dtime.c:12:8: style: struct member 'timeval2::tv_sec' is never used. [unusedStructMember]
openmx-3.8.5.orig/source/dtime.c:13:8: style: struct member 'timeval2::tv_usec' is never used. [unusedStructMember]
openmx-3.8.5.orig/source/esp.c:252:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:252:18: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:252:20: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:254:18: style: The scope of the variable 'EZ' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:255:22: style: The scope of the variable 'A2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:256:17: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:256:19: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:256:21: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:257:17: style: The scope of the variable 'tdp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:257:21: style: The scope of the variable 'dpx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:257:25: style: The scope of the variable 'dpy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:257:29: style: The scope of the variable 'dpz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:260:33: style: The scope of the variable 'IPIV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:763:16: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:763:22: style: The scope of the variable 'n1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:763:25: style: The scope of the variable 'n2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:763:28: style: The scope of the variable 'n3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:766:15: style: The scope of the variable 'ctmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:894:16: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:894:22: style: The scope of the variable 'n1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:894:25: style: The scope of the variable 'n2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:894:28: style: The scope of the variable 'n3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:897:15: style: The scope of the variable 'ctmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:963:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:964:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:1105:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/esp.c:88:16: style: Variable 'po_MK' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:259:15: style: Variable 'ctmp1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:261:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/esp.c:384:29: style: Variable 'po' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:384:32: style: Variable 'spe' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:672:32: style: Variable 'wsp' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:675:14: style: Variable 'nn1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:763:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:767:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/esp.c:894:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:898:8: style: Unused variable: fp_buf [unusedVariable]
openmx-3.8.5.orig/source/esp.c:957:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:957:16: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:957:18: style: Variable 'spe' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:957:22: style: Variable 'po' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:958:14: style: Variable 'coordinates_unit' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:959:14: style: Variable 'ct_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/esp.c:960:10: style: Unused variable: r_vec [unusedVariable]
openmx-3.8.5.orig/source/esp.c:960:20: style: Unused variable: r_vec2 [unusedVariable]
openmx-3.8.5.orig/source/esp.c:961:7: style: Unused variable: i_vec [unusedVariable]
openmx-3.8.5.orig/source/esp.c:961:17: style: Unused variable: i_vec2 [unusedVariable]
openmx-3.8.5.orig/source/esp.c:962:19: style: Unused variable: Species [unusedVariable]
openmx-3.8.5.orig/source/esp.c:775:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/esp.c:776:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/esp.c:906:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/esp.c:907:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/esp.c:974:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/esp.c:975:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/esp.c:976:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:381:21: warning: Logical disjunction always evaluates to true: EXPR != ' ' || EXPR != '\t'. [incorrectLogicOperator]
openmx-3.8.5.orig/source/expao.c:445:19: style: Condition 'printlevel>10' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/expao.c:449:21: style: Condition 'printlevel>10' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/expao.c:453:30: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/expao.c:493:16: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/expao.c:532:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/expao.c:573:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/expao.c:608:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/expao.c:644:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/expao.c:687:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/expao.c:733:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/expao.c:783:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/expao.c:434:14: style: The scope of the variable 'lenstrval' can be reduced. [variableScope]
openmx-3.8.5.orig/source/expao.c:807:14: style: The scope of the variable 'buflen' can be reduced. [variableScope]
openmx-3.8.5.orig/source/expao.c:485:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:525:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:563:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:600:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:637:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:678:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:684:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:723:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:729:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:770:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:779:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:813:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/expao.c:834:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/exx.c:90:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx.c:86:17: style: Function 'EXX_New' argument 10 names different: declaration 'mode' definition 'system_type'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx.h:47:17: note: Function 'EXX_New' argument 10 names different: declaration 'mode' definition 'system_type'.
openmx-3.8.5.orig/source/exx.c:86:17: note: Function 'EXX_New' argument 10 names different: declaration 'mode' definition 'system_type'.
openmx-3.8.5.orig/source/exx_debug.c:20:23: style: The scope of the variable 'nb' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_debug.c:121:20: style: The scope of the variable 'GA_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_debug.c:121:27: style: The scope of the variable 'GB_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_debug.c:121:38: style: Variable 'spin' is not assigned a value. [unassignedVariable]
openmx-3.8.5.orig/source/exx_debug.c:189:33: style: Unused variable: Anum [unusedVariable]
openmx-3.8.5.orig/source/exx_debug.c:191:7: style: Unused variable: ia1 [unusedVariable]
openmx-3.8.5.orig/source/exx_debug.c:191:12: style: Unused variable: ia2 [unusedVariable]
openmx-3.8.5.orig/source/exx_debug.c:145:17: error: Uninitialized variable: spin [uninitvar]
openmx-3.8.5.orig/source/exx_debug.c:137:15: error: Uninitialized variable: spin [uninitvar]
openmx-3.8.5.orig/source/exx_debug.c:138:15: error: Uninitialized variable: spin [uninitvar]
openmx-3.8.5.orig/source/exx_debug.c:144:17: error: Uninitialized variable: spin [uninitvar]
openmx-3.8.5.orig/source/exx_file_eri.c:74:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:73:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:74:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:75:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:74:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:75:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:76:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:75:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:76:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:77:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:76:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:77:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:78:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:77:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:78:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:79:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:78:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:79:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:80:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:79:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:80:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:84:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:80:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:84:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:94:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:84:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:94:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:97:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:94:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:97:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:175:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:174:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:175:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:176:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:175:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:176:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:177:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:176:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:177:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:178:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:177:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:178:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:179:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:178:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:179:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:180:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:179:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:180:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:157:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:156:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:157:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:158:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:157:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:158:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:159:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:158:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:159:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:160:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:159:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:160:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:161:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:160:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:161:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:162:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:161:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:162:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:235:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:234:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:235:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:236:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:235:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:236:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:237:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:236:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:237:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:238:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:237:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:238:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:239:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:238:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:239:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:240:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:239:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:240:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:217:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:216:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:217:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:218:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:217:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:218:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:219:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:218:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:219:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:220:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:219:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:220:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:221:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:220:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:221:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:222:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_file_eri.c:221:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:222:5: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_file_eri.c:139:10: style: The scope of the variable 'cb' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_file_eri.c:200:14: style: The scope of the variable 'cb' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_file_eri.c:127:15: style: Function 'EXX_File_ERI_Read_Data_Head' argument 3 names different: declaration 'iop1' definition 'out_iop1'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_file_eri.h:30:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 3 names different: declaration 'iop1' definition 'out_iop1'.
openmx-3.8.5.orig/source/exx_file_eri.c:127:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 3 names different: declaration 'iop1' definition 'out_iop1'.
openmx-3.8.5.orig/source/exx_file_eri.c:128:15: style: Function 'EXX_File_ERI_Read_Data_Head' argument 4 names different: declaration 'iop2' definition 'out_iop2'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_file_eri.h:31:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 4 names different: declaration 'iop2' definition 'out_iop2'.
openmx-3.8.5.orig/source/exx_file_eri.c:128:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 4 names different: declaration 'iop2' definition 'out_iop2'.
openmx-3.8.5.orig/source/exx_file_eri.c:129:15: style: Function 'EXX_File_ERI_Read_Data_Head' argument 5 names different: declaration 'nb1' definition 'out_nb1'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_file_eri.h:32:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 5 names different: declaration 'nb1' definition 'out_nb1'.
openmx-3.8.5.orig/source/exx_file_eri.c:129:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 5 names different: declaration 'nb1' definition 'out_nb1'.
openmx-3.8.5.orig/source/exx_file_eri.c:130:15: style: Function 'EXX_File_ERI_Read_Data_Head' argument 6 names different: declaration 'nb2' definition 'out_nb2'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_file_eri.h:33:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 6 names different: declaration 'nb2' definition 'out_nb2'.
openmx-3.8.5.orig/source/exx_file_eri.c:130:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 6 names different: declaration 'nb2' definition 'out_nb2'.
openmx-3.8.5.orig/source/exx_file_eri.c:131:15: style: Function 'EXX_File_ERI_Read_Data_Head' argument 7 names different: declaration 'nb3' definition 'out_nb3'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_file_eri.h:34:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 7 names different: declaration 'nb3' definition 'out_nb3'.
openmx-3.8.5.orig/source/exx_file_eri.c:131:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 7 names different: declaration 'nb3' definition 'out_nb3'.
openmx-3.8.5.orig/source/exx_file_eri.c:132:15: style: Function 'EXX_File_ERI_Read_Data_Head' argument 8 names different: declaration 'nb4' definition 'out_nb4'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_file_eri.h:35:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 8 names different: declaration 'nb4' definition 'out_nb4'.
openmx-3.8.5.orig/source/exx_file_eri.c:132:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 8 names different: declaration 'nb4' definition 'out_nb4'.
openmx-3.8.5.orig/source/exx_file_eri.c:133:15: style: Function 'EXX_File_ERI_Read_Data_Head' argument 9 names different: declaration 'nrn' definition 'out_nrn'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_file_eri.h:36:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 9 names different: declaration 'nrn' definition 'out_nrn'.
openmx-3.8.5.orig/source/exx_file_eri.c:133:15: note: Function 'EXX_File_ERI_Read_Data_Head' argument 9 names different: declaration 'nrn' definition 'out_nrn'.
openmx-3.8.5.orig/source/exx_file_eri.c:194:15: style: Function 'EXX_File_ERI_Read' argument 8 names different: declaration 'in_n' definition 'in_neri'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_file_eri.h:48:15: note: Function 'EXX_File_ERI_Read' argument 8 names different: declaration 'in_n' definition 'in_neri'.
openmx-3.8.5.orig/source/exx_file_eri.c:194:15: note: Function 'EXX_File_ERI_Read' argument 8 names different: declaration 'in_n' definition 'in_neri'.
openmx-3.8.5.orig/source/exx_file_eri.c:43:8: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_file_eri.c:62:17: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/exx_file_eri.c:97:8: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_file_eri.c:116:8: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_file_eri.c:180:8: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_file_eri.c:256:23: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_file_overlap.c:29:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_file_overlap.c:30:14: style: The scope of the variable 'sz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_file_overlap.c:35:11: style: The scope of the variable 'buf_s' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_file_overlap.c:36:19: style: The scope of the variable 'iproc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_file_overlap.c:28:22: style: Unused variable: nd1 [unusedVariable]
openmx-3.8.5.orig/source/exx_index.c:218:10: style: The scope of the variable 'nop' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_index.c:265:10: style: The scope of the variable 'nep' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_index.c:331:24: style: The scope of the variable 'rc1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_index.c:416:19: style: The scope of the variable 'rc1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_index.c:564:10: style: The scope of the variable 'rc1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_index.c:688:19: style: The scope of the variable 'rc1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_index.c:800:19: style: The scope of the variable 'rc1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_index.c:325:17: style: Function 'EXX_Index_OP' argument 6 names different: declaration 'ap_atm1' definition 'op_atm1'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_index.h:73:17: note: Function 'EXX_Index_OP' argument 6 names different: declaration 'ap_atm1' definition 'op_atm1'.
openmx-3.8.5.orig/source/exx_index.c:325:17: note: Function 'EXX_Index_OP' argument 6 names different: declaration 'ap_atm1' definition 'op_atm1'.
openmx-3.8.5.orig/source/exx_index.c:326:17: style: Function 'EXX_Index_OP' argument 7 names different: declaration 'ap_atm2' definition 'op_atm2'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_index.h:74:17: note: Function 'EXX_Index_OP' argument 7 names different: declaration 'ap_atm2' definition 'op_atm2'.
openmx-3.8.5.orig/source/exx_index.c:326:17: note: Function 'EXX_Index_OP' argument 7 names different: declaration 'ap_atm2' definition 'op_atm2'.
openmx-3.8.5.orig/source/exx_index.c:327:17: style: Function 'EXX_Index_OP' argument 8 names different: declaration 'ap_cell' definition 'op_cell'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_index.h:75:17: note: Function 'EXX_Index_OP' argument 8 names different: declaration 'ap_cell' definition 'op_cell'.
openmx-3.8.5.orig/source/exx_index.c:327:17: note: Function 'EXX_Index_OP' argument 8 names different: declaration 'ap_cell' definition 'op_cell'.
openmx-3.8.5.orig/source/exx_index.c:404:17: style: Function 'EXX_Index_EQ' argument 7 names different: declaration 'q_atom1' definition 'eq_atom1'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_index.h:86:17: note: Function 'EXX_Index_EQ' argument 7 names different: declaration 'q_atom1' definition 'eq_atom1'.
openmx-3.8.5.orig/source/exx_index.c:404:17: note: Function 'EXX_Index_EQ' argument 7 names different: declaration 'q_atom1' definition 'eq_atom1'.
openmx-3.8.5.orig/source/exx_index.c:405:17: style: Function 'EXX_Index_EQ' argument 8 names different: declaration 'q_atom2' definition 'eq_atom2'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_index.h:87:17: note: Function 'EXX_Index_EQ' argument 8 names different: declaration 'q_atom2' definition 'eq_atom2'.
openmx-3.8.5.orig/source/exx_index.c:405:17: note: Function 'EXX_Index_EQ' argument 8 names different: declaration 'q_atom2' definition 'eq_atom2'.
openmx-3.8.5.orig/source/exx_index.c:406:17: style: Function 'EXX_Index_EQ' argument 9 names different: declaration 'q_atom3' definition 'eq_atom3'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_index.h:88:17: note: Function 'EXX_Index_EQ' argument 9 names different: declaration 'q_atom3' definition 'eq_atom3'.
openmx-3.8.5.orig/source/exx_index.c:406:17: note: Function 'EXX_Index_EQ' argument 9 names different: declaration 'q_atom3' definition 'eq_atom3'.
openmx-3.8.5.orig/source/exx_index.c:407:17: style: Function 'EXX_Index_EQ' argument 10 names different: declaration 'q_atom4' definition 'eq_atom4'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_index.h:89:17: note: Function 'EXX_Index_EQ' argument 10 names different: declaration 'q_atom4' definition 'eq_atom4'.
openmx-3.8.5.orig/source/exx_index.c:407:17: note: Function 'EXX_Index_EQ' argument 10 names different: declaration 'q_atom4' definition 'eq_atom4'.
openmx-3.8.5.orig/source/exx_index.c:408:17: style: Function 'EXX_Index_EQ' argument 11 names different: declaration 'q_cell1' definition 'eq_cell1'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_index.h:90:17: note: Function 'EXX_Index_EQ' argument 11 names different: declaration 'q_cell1' definition 'eq_cell1'.
openmx-3.8.5.orig/source/exx_index.c:408:17: note: Function 'EXX_Index_EQ' argument 11 names different: declaration 'q_cell1' definition 'eq_cell1'.
openmx-3.8.5.orig/source/exx_index.c:409:17: style: Function 'EXX_Index_EQ' argument 12 names different: declaration 'q_cell2' definition 'eq_cell2'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_index.h:91:17: note: Function 'EXX_Index_EQ' argument 12 names different: declaration 'q_cell2' definition 'eq_cell2'.
openmx-3.8.5.orig/source/exx_index.c:409:17: note: Function 'EXX_Index_EQ' argument 12 names different: declaration 'q_cell2' definition 'eq_cell2'.
openmx-3.8.5.orig/source/exx_index.c:410:17: style: Function 'EXX_Index_EQ' argument 13 names different: declaration 'q_cell3' definition 'eq_cell3'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_index.h:92:17: note: Function 'EXX_Index_EQ' argument 13 names different: declaration 'q_cell3' definition 'eq_cell3'.
openmx-3.8.5.orig/source/exx_index.c:410:17: note: Function 'EXX_Index_EQ' argument 13 names different: declaration 'q_cell3' definition 'eq_cell3'.
openmx-3.8.5.orig/source/exx_index.c:96:15: style: Variable 'ic0_op' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_index.c:331:34: style: Unused variable: cc [unusedVariable]
openmx-3.8.5.orig/source/exx_index.c:331:41: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/exx_index.c:331:44: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/exx_index.c:331:47: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/exx_index.c:425:13: style: Variable 'ic0_op' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_index.c:418:10: style: Unused variable: cc1 [unusedVariable]
openmx-3.8.5.orig/source/exx_index.c:418:18: style: Unused variable: cc2 [unusedVariable]
openmx-3.8.5.orig/source/exx_index.c:571:13: style: Variable 'ic0_op' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_index.c:702:12: style: Variable 'ic0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_index.c:697:13: style: Variable 'ic0_op' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_index.c:690:10: style: Unused variable: cc1 [unusedVariable]
openmx-3.8.5.orig/source/exx_index.c:690:18: style: Unused variable: cc2 [unusedVariable]
openmx-3.8.5.orig/source/exx_index.c:815:12: style: Variable 'ic0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_index.c:810:13: style: Variable 'ic0_op' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_index.c:802:10: style: Unused variable: cc1 [unusedVariable]
openmx-3.8.5.orig/source/exx_index.c:802:18: style: Unused variable: cc2 [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:756:10: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:758:20: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:758:45: style: The scope of the variable 'tnoB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:761:11: style: The scope of the variable 'neri' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:971:17: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:971:24: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:971:31: style: The scope of the variable 'ian' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:971:36: style: The scope of the variable 'jan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1033:33: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1035:11: style: The scope of the variable 'neri' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1037:8: style: The scope of the variable 'iRm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1047:31: style: The scope of the variable 'co2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1047:36: style: The scope of the variable 'si2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1221:13: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1221:26: style: The scope of the variable 'Bnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1223:55: style: The scope of the variable 'icell1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1223:63: style: The scope of the variable 'icell2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1231:7: style: The scope of the variable 'neri' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1234:8: style: The scope of the variable 'iRm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1337:13: style: The scope of the variable 'iatm1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1337:20: style: The scope of the variable 'iatm2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1338:12: style: The scope of the variable 'nb' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1338:29: style: The scope of the variable 'nb1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1338:34: style: The scope of the variable 'nb2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_interface_openmx.c:646:14: style: Variable 'nep' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:746:13: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:746:24: style: Unused variable: irn [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:746:29: style: Unused variable: nep [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:773:14: style: Variable 'op_atom1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:774:14: style: Variable 'op_atom2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:856:14: style: Variable 'tnoA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:861:14: style: Variable 'tnoB' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:764:20: style: Unused variable: iproc [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:765:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1021:13: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1021:29: style: Unused variable: nep [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1069:14: style: Variable 'op_atom1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1070:14: style: Variable 'op_atom2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1043:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1149:17: style: Variable 'co2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1148:17: style: Variable 'si2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1218:22: style: Unused variable: iproc [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1219:13: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1219:29: style: Unused variable: nep [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1221:7: style: Unused variable: GA_AN [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1289:16: style: Variable 'Anum' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1221:19: style: Unused variable: GB_AN [unusedVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1290:16: style: Variable 'Bnum' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1281:18: style: Variable 'icell1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1282:18: style: Variable 'icell2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1249:14: style: Variable 'op_atom1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1250:14: style: Variable 'op_atom2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_interface_openmx.c:1237:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/exx_log.c:52:11: style: The scope of the variable 'argp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_log.c:72:11: style: The scope of the variable 'argp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_log.c:214:39: style: Function 'EXX_Log_Trace_Vector' argument 1 names different: declaration 'ket' definition 'key'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/exx_log.h:36:39: note: Function 'EXX_Log_Trace_Vector' argument 1 names different: declaration 'ket' definition 'key'.
openmx-3.8.5.orig/source/exx_log.c:214:39: note: Function 'EXX_Log_Trace_Vector' argument 1 names different: declaration 'ket' definition 'key'.
openmx-3.8.5.orig/source/exx_rhox.c:39:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_rhox.c:36:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:39:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:42:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_rhox.c:39:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:42:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:45:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_rhox.c:42:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:45:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:46:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_rhox.c:45:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:46:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:47:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_rhox.c:46:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:47:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:48:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_rhox.c:47:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:48:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:136:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_rhox.c:135:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:136:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:137:3: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/exx_rhox.c:136:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:137:3: note: Variable 'sz' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/exx_rhox.c:15:7: style: Unused variable: myrank [unusedVariable]
openmx-3.8.5.orig/source/exx_rhox.c:15:15: style: Unused variable: nproc [unusedVariable]
openmx-3.8.5.orig/source/exx_rhox.c:16:24: style: Unused variable: iatm1 [unusedVariable]
openmx-3.8.5.orig/source/exx_rhox.c:16:31: style: Unused variable: iatm2 [unusedVariable]
openmx-3.8.5.orig/source/exx_rhox.c:16:38: style: Unused variable: icell [unusedVariable]
openmx-3.8.5.orig/source/exx_rhox.c:48:8: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_rhox.c:87:24: style: Unused variable: iatm1 [unusedVariable]
openmx-3.8.5.orig/source/exx_rhox.c:87:31: style: Unused variable: iatm2 [unusedVariable]
openmx-3.8.5.orig/source/exx_rhox.c:87:38: style: Unused variable: icell [unusedVariable]
openmx-3.8.5.orig/source/exx_rhox.c:137:8: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_step1.c:34:7: style: The scope of the variable 'iatom1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step1.c:34:15: style: The scope of the variable 'iatom2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step1.c:34:23: style: The scope of the variable 'icell' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step1.c:34:30: style: The scope of the variable 'ispec1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step1.c:34:38: style: The scope of the variable 'ispec2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step1.c:39:33: style: The scope of the variable 'rc1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step1.c:39:38: style: The scope of the variable 'rc2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step1.c:39:43: style: The scope of the variable 'd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step1.c:33:10: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/exx_step1.c:39:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/exx_step1.c:39:13: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/exx_step1.c:39:16: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/exx_step1.c:55:7: style: Unused variable: nq_full [unusedVariable]
openmx-3.8.5.orig/source/exx_step1.c:55:16: style: Unused variable: nq_sig [unusedVariable]
openmx-3.8.5.orig/source/exx_step1.c:63:14: style: Unused variable: mpistat [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:62:13: style: The scope of the variable 'f' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:65:7: style: The scope of the variable 'ib1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:65:12: style: The scope of the variable 'ib2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:65:17: style: The scope of the variable 'ib3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:65:22: style: The scope of the variable 'ib4' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:84:10: style: The scope of the variable 'scr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:88:17: style: The scope of the variable 'glf1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:88:24: style: The scope of the variable 'glf2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:108:12: style: The scope of the variable 'irn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:343:7: style: The scope of the variable 'srank' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:343:30: style: The scope of the variable 'nrun' can be reduced. [variableScope]
openmx-3.8.5.orig/source/exx_step2.c:62:10: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:62:16: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:122:11: style: Variable 'nop' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_step2.c:123:11: style: Variable 'natom' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_step2.c:87:7: style: Unused variable: lmax [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:87:22: style: Unused variable: ngrid [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:93:7: style: Unused variable: np1 [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:93:12: style: Unused variable: np2 [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:93:17: style: Unused variable: ip1 [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:93:22: style: Unused variable: ip2 [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:94:17: style: Unused variable: glf1_max [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:95:17: style: Unused variable: glf2_max [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:120:3: style: Variable 'thresh' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/exx_step2.c:102:34: style: Unused variable: cnt3 [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:108:17: style: Unused variable: nrn0 [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:113:10: style: Unused variable: I4 [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:113:22: style: Unused variable: X [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:116:11: style: Unused variable: mm_A [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:116:27: style: Unused variable: glY [unusedVariable]
openmx-3.8.5.orig/source/exx_step2.c:332:15: error: Uninitialized variable: cnt1 [uninitvar]
openmx-3.8.5.orig/source/exx_step2.c:333:15: error: Uninitialized variable: cnt2 [uninitvar]
openmx-3.8.5.orig/source/find_Emin.c:78:21: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/find_Emin.c:78:26: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/find_Emin2.c:76:21: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/find_Emin2.c:76:26: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/find_Emin_withS.c:81:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openmx-3.8.5.orig/source/find_Emin_withS.c:104:18: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/find_Emin_withS.c:104:20: style: Variable 'k1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/find_Emin_withS.c:104:23: style: Variable 'k2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:16:22: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:16:26: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:16:28: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:16:30: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:16:32: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:16:34: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:16:37: style: Variable 'i2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:16:40: style: Variable 'j1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:16:43: style: Variable 'j2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:18:17: style: Variable 'ka1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:18:21: style: Variable 'ka2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:18:25: style: Variable 'ka3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:18:29: style: Variable 'al' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:18:32: style: Variable 'be' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:18:35: style: Variable 'ga' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:18:38: style: Variable 'c1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:18:41: style: Variable 'c2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:18:44: style: Variable 'c3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:18:47: style: Variable 's2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:18:50: style: Variable 's3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:19:23: style: Variable 'rxyz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:22:17: style: Variable 'la1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:22:21: style: Variable 'la2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:22:25: style: Variable 'la3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:22:29: style: Variable 'ang1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:22:34: style: Variable 'ang2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:22:39: style: Variable 'ang3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:23:17: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:23:19: style: Variable 'dx' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:23:22: style: Variable 'dy' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:23:25: style: Variable 'dz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/frac2xyz.c:41:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/frac2xyz.c:137:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/frac2xyz.c:138:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/frac2xyz.c:143:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/frac2xyz.c:144:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/frac2xyz.c:149:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/frac2xyz.c:150:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/frac2xyz.c:164:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/frac2xyz.c:165:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/init.c:31:11: style: The scope of the variable 'wsp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/init.c:32:10: style: The scope of the variable 'kappa' can be reduced. [variableScope]
openmx-3.8.5.orig/source/init.c:32:16: style: The scope of the variable 'R' can be reduced. [variableScope]
openmx-3.8.5.orig/source/init.c:32:18: style: The scope of the variable 'R1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/init.c:32:21: style: The scope of the variable 'R2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/init.c:524:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/init.c:524:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
openmx-3.8.5.orig/source/init.c:524:16: style: The scope of the variable 'az' can be reduced. [variableScope]
openmx-3.8.5.orig/source/init.c:524:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/init.c:524:30: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/init.c:524:34: style: The scope of the variable 'v' can be reduced. [variableScope]
openmx-3.8.5.orig/source/intensity_map.c:148:19: warning: %lf in format string (no. 1) requires 'double *' but the argument type is 'signed char *'. [invalidScanfArgType_float]
openmx-3.8.5.orig/source/intensity_map.c:35:28: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/intensity_map.c:35:30: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/intensity_map.c:35:33: style: The scope of the variable 'ret' can be reduced. [variableScope]
openmx-3.8.5.orig/source/intensity_map.c:37:25: style: The scope of the variable 'nelement' can be reduced. [variableScope]
openmx-3.8.5.orig/source/intensity_map.c:37:34: style: The scope of the variable 'tnelement' can be reduced. [variableScope]
openmx-3.8.5.orig/source/intensity_map.c:43:10: style: The scope of the variable 'kv' can be reduced. [variableScope]
openmx-3.8.5.orig/source/intensity_map.c:44:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
openmx-3.8.5.orig/source/intensity_map.c:44:14: style: Unused variable: token [unusedVariable]
openmx-3.8.5.orig/source/intensity_map.c:45:14: style: Unused variable: fp2 [unusedVariable]
openmx-3.8.5.orig/source/intensity_map.c:228:0: error: Memory leak: momentum [memleak]
openmx-3.8.5.orig/source/intensity_map.c:228:0: error: Memory leak: energy [memleak]
openmx-3.8.5.orig/source/intensity_map.c:228:0: error: Memory leak: weight [memleak]
openmx-3.8.5.orig/source/intensity_map.c:228:0: error: Memory leak: buf [memleak]
openmx-3.8.5.orig/source/intensity_map.c:185:15: error: Uninitialized variable: nline [uninitvar]
openmx-3.8.5.orig/source/iterout.c:162:14: warning: Either the condition '(fp=fopen(fileSDRC,"a"))!=NULL' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/iterout.c:43:36: note: Assuming that condition '(fp=fopen(fileSDRC,"a"))!=NULL' is not redundant
openmx-3.8.5.orig/source/iterout.c:162:14: note: Null pointer dereference
openmx-3.8.5.orig/source/iterout.c:200:12: warning: Either the condition '(fp=fopen(fileXYZ,"w"))!=NULL' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/iterout.c:171:33: note: Assuming that condition '(fp=fopen(fileXYZ,"w"))!=NULL' is not redundant
openmx-3.8.5.orig/source/iterout.c:200:12: note: Null pointer dereference
openmx-3.8.5.orig/source/iterout.c:20:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/iterout.c:20:13: style: The scope of the variable 'kk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/iterout.c:22:10: style: The scope of the variable 'angle0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/iterout.c:22:17: style: The scope of the variable 'angle1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/iterout.c:18:43: style: Function 'iterout' argument 3 names different: declaration 'fileE' definition 'filepath'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:3091:43: note: Function 'iterout' argument 3 names different: declaration 'fileE' definition 'filepath'.
openmx-3.8.5.orig/source/iterout.c:18:43: note: Function 'iterout' argument 3 names different: declaration 'fileE' definition 'filepath'.
openmx-3.8.5.orig/source/iterout.c:18:66: style: Function 'iterout' argument 4 names different: declaration 'fileDRC' definition 'filename'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:3091:63: note: Function 'iterout' argument 4 names different: declaration 'fileDRC' definition 'filename'.
openmx-3.8.5.orig/source/iterout.c:18:66: note: Function 'iterout' argument 4 names different: declaration 'fileDRC' definition 'filename'.
openmx-3.8.5.orig/source/iterout.c:21:10: style: Unused variable: dt [unusedVariable]
openmx-3.8.5.orig/source/iterout.c:21:13: style: Unused variable: itermax [unusedVariable]
openmx-3.8.5.orig/source/iterout.c:21:21: style: Unused variable: aa [unusedVariable]
openmx-3.8.5.orig/source/iterout.c:21:24: style: Unused variable: dx [unusedVariable]
openmx-3.8.5.orig/source/iterout.c:21:27: style: Unused variable: dy [unusedVariable]
openmx-3.8.5.orig/source/iterout.c:21:30: style: Unused variable: dz [unusedVariable]
openmx-3.8.5.orig/source/iterout.c:21:33: style: Unused variable: xido [unusedVariable]
openmx-3.8.5.orig/source/iterout.c:21:38: style: Unused variable: yido [unusedVariable]
openmx-3.8.5.orig/source/iterout.c:21:43: style: Unused variable: zido [unusedVariable]
openmx-3.8.5.orig/source/iterout.c:26:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:18:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:18:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:18:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:19:10: style: Unused variable: dt [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:19:13: style: Unused variable: itermax [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:19:21: style: Unused variable: aa [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:19:24: style: Unused variable: dx [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:19:27: style: Unused variable: dy [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:19:30: style: Unused variable: dz [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:19:33: style: Unused variable: xido [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:19:38: style: Unused variable: yido [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:19:43: style: Unused variable: zido [unusedVariable]
openmx-3.8.5.orig/source/iterout_md.c:21:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/jx.c:702:19: style: The scope of the variable 'Rn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/jx.c:1556:19: style: The scope of the variable 'Rn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/jx.c:1984:28: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/jx.c:2076:28: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/jx.c:60:20: style: Variable 'h_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:60:25: style: Variable 'Gh_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:60:37: style: Variable 'TNO1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:60:42: style: Variable 'TNO2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:61:19: style: Variable 'Rn' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:63:7: style: Unused variable: spin1 [unusedVariable]
openmx-3.8.5.orig/source/jx.c:63:13: style: Unused variable: spin2 [unusedVariable]
openmx-3.8.5.orig/source/jx.c:64:10: style: Unused variable: jj [unusedVariable]
openmx-3.8.5.orig/source/jx.c:64:13: style: Unused variable: ll [unusedVariable]
openmx-3.8.5.orig/source/jx.c:65:7: style: Unused variable: II [unusedVariable]
openmx-3.8.5.orig/source/jx.c:65:10: style: Unused variable: JJ [unusedVariable]
openmx-3.8.5.orig/source/jx.c:67:7: style: Unused variable: Number_Choo [unusedVariable]
openmx-3.8.5.orig/source/jx.c:68:7: style: Unused variable: TNumOrbs [unusedVariable]
openmx-3.8.5.orig/source/jx.c:68:16: style: Unused variable: TNumOrbs3 [unusedVariable]
openmx-3.8.5.orig/source/jx.c:70:7: style: Unused variable: SPI [unusedVariable]
openmx-3.8.5.orig/source/jx.c:70:11: style: Unused variable: SPJ [unusedVariable]
openmx-3.8.5.orig/source/jx.c:71:7: style: Unused variable: optEV [unusedVariable]
openmx-3.8.5.orig/source/jx.c:85:8: style: Unused variable: T_k_op [unusedVariable]
openmx-3.8.5.orig/source/jx.c:451:2: style: Variable 'Ji' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:106:18: style: Variable 'n2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:106:30: style: Variable 'l1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:107:26: style: Variable 'sum1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:111:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/jx.c:112:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/jx.c:830:11: style: Variable 'Rn' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:704:7: style: Unused variable: spin1 [unusedVariable]
openmx-3.8.5.orig/source/jx.c:704:13: style: Unused variable: spin2 [unusedVariable]
openmx-3.8.5.orig/source/jx.c:705:7: style: Unused variable: ii [unusedVariable]
openmx-3.8.5.orig/source/jx.c:705:10: style: Unused variable: jj [unusedVariable]
openmx-3.8.5.orig/source/jx.c:705:13: style: Unused variable: ll [unusedVariable]
openmx-3.8.5.orig/source/jx.c:708:7: style: Unused variable: Number_Choo [unusedVariable]
openmx-3.8.5.orig/source/jx.c:709:7: style: Unused variable: TNumOrbs [unusedVariable]
openmx-3.8.5.orig/source/jx.c:709:16: style: Unused variable: TNumOrbs3 [unusedVariable]
openmx-3.8.5.orig/source/jx.c:722:18: style: Variable 'n2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:722:21: style: Variable 'n1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:722:30: style: Variable 'k1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:722:33: style: Variable 'l1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:725:21: style: Variable 'sum1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:1648:11: style: Variable 'Rn' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:1984:18: style: Variable 'wanA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:1984:23: style: Variable 'wanB' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:2076:18: style: Variable 'wanA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/jx.c:2076:23: style: Variable 'wanB' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/lapack_dstedc1.c:25:11: style: Unused variable: IL [unusedVariable]
openmx-3.8.5.orig/source/lapack_dstedc1.c:25:14: style: Unused variable: IU [unusedVariable]
openmx-3.8.5.orig/source/lapack_dstedc1.c:26:0: style: Variable 'ABSTOL_GR' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/lapack_dstedc2.c:25:11: style: Unused variable: IL [unusedVariable]
openmx-3.8.5.orig/source/lapack_dstedc2.c:25:14: style: Unused variable: IU [unusedVariable]
openmx-3.8.5.orig/source/lapack_dstedc2.c:26:0: style: Variable 'ABSTOL_GR' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/lapack_dstedc3.c:25:11: style: Unused variable: IL [unusedVariable]
openmx-3.8.5.orig/source/lapack_dstedc3.c:25:14: style: Unused variable: IU [unusedVariable]
openmx-3.8.5.orig/source/lapack_dstedc3.c:26:0: style: Variable 'ABSTOL_GR' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/lapack_dstevx2.c:23:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/lapack_dstevx2.c:25:10: style: The scope of the variable 'JOBZN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/lapack_dstevx2.c:26:10: style: The scope of the variable 'JOBZV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/lapack_dstevx5.c:23:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/lapack_dstevx5.c:25:10: style: The scope of the variable 'JOBZN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/lapack_dstevx5.c:26:10: style: The scope of the variable 'JOBZV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:264:10: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:264:13: style: The scope of the variable 'af' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:264:21: style: The scope of the variable 'dk' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:305:22: style: The scope of the variable 'x0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:305:26: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:305:30: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:305:34: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:305:37: style: The scope of the variable 'f' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:337:21: style: The scope of the variable 'x0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:337:25: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:337:29: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:337:32: style: The scope of the variable 'r2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:337:36: style: The scope of the variable 'f' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:37:24: style: Function 'ERI_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:178:11: note: Function 'ERI_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:37:24: note: Function 'ERI_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:38:24: style: Function 'ERI_Overlap' argument 2 names different: declaration 'F' definition 'glF'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:179:11: note: Function 'ERI_Overlap' argument 2 names different: declaration 'F' definition 'glF'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:38:24: note: Function 'ERI_Overlap' argument 2 names different: declaration 'F' definition 'glF'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:39:24: style: Function 'ERI_Overlap' argument 3 names different: declaration 'dF' definition 'dglF'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:180:11: note: Function 'ERI_Overlap' argument 3 names different: declaration 'dF' definition 'dglF'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:39:24: note: Function 'ERI_Overlap' argument 3 names different: declaration 'dF' definition 'dglF'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:177:24: style: Function 'ERI_Integral' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:207:11: note: Function 'ERI_Integral' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:177:24: note: Function 'ERI_Integral' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:402:24: style: Function 'ERI_Center_r2' argument 1 names different: declaration 'orb1' definition 'pA'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:245:24: note: Function 'ERI_Center_r2' argument 1 names different: declaration 'orb1' definition 'pA'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:402:24: note: Function 'ERI_Center_r2' argument 1 names different: declaration 'orb1' definition 'pA'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:403:24: style: Function 'ERI_Center_r2' argument 2 names different: declaration 'orb2' definition 'pB'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:246:24: note: Function 'ERI_Center_r2' argument 2 names different: declaration 'orb2' definition 'pB'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:403:24: note: Function 'ERI_Center_r2' argument 2 names different: declaration 'orb2' definition 'pB'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:419:10: style: Function 'ERI_Center_DK' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:263:17: note: Function 'ERI_Center_DK' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:419:10: note: Function 'ERI_Center_DK' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:420:24: style: Function 'ERI_Center_DK' argument 2 names different: declaration 'orb1' definition 'pA'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:264:24: note: Function 'ERI_Center_DK' argument 2 names different: declaration 'orb1' definition 'pA'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:420:24: note: Function 'ERI_Center_DK' argument 2 names different: declaration 'orb1' definition 'pA'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:421:24: style: Function 'ERI_Center_DK' argument 3 names different: declaration 'orb2' definition 'pB'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:265:24: note: Function 'ERI_Center_DK' argument 3 names different: declaration 'orb2' definition 'pB'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:421:24: note: Function 'ERI_Center_DK' argument 3 names different: declaration 'orb2' definition 'pB'.
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:55:11: style: Variable 'ngrid' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:57:11: style: Variable 'jmax' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:45:26: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:191:11: style: Unused variable: clk1 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:191:17: style: Unused variable: clk2 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:191:23: style: Unused variable: clk3 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri.c:271:12: style: Variable 'kmesh' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_gtbl.c:72:7: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_gtbl.c:72:10: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_gtbl.c:106:7: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_gtbl.c:106:10: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_gtbl.c:106:43: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_gtbl.c:72:24: style: Unused variable: j1 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_gtbl.c:72:36: style: Unused variable: j2 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:148:11: style: The scope of the variable 'D' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:148:15: style: The scope of the variable 'DL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:209:11: style: The scope of the variable 'D' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:209:15: style: The scope of the variable 'DL' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:29:17: style: Function 'ERI_Interpolate_Linear_Real' argument 2 names different: declaration 'in' definition 'sx'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.h:17:17: note: Function 'ERI_Interpolate_Linear_Real' argument 2 names different: declaration 'in' definition 'sx'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:29:17: note: Function 'ERI_Interpolate_Linear_Real' argument 2 names different: declaration 'in' definition 'sx'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:30:17: style: Function 'ERI_Interpolate_Linear_Real' argument 3 names different: declaration 'xmesh' definition 'sy'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.h:18:17: note: Function 'ERI_Interpolate_Linear_Real' argument 3 names different: declaration 'xmesh' definition 'sy'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:30:17: note: Function 'ERI_Interpolate_Linear_Real' argument 3 names different: declaration 'xmesh' definition 'sy'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:31:17: style: Function 'ERI_Interpolate_Linear_Real' argument 4 names different: declaration 'nmesh' definition 'ns'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.h:19:17: note: Function 'ERI_Interpolate_Linear_Real' argument 4 names different: declaration 'nmesh' definition 'ns'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:31:17: note: Function 'ERI_Interpolate_Linear_Real' argument 4 names different: declaration 'nmesh' definition 'ns'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:62:17: style: Function 'ERI_Interpolate_Linear_Complex' argument 3 names different: declaration 'in' definition 'sx'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.h:26:17: note: Function 'ERI_Interpolate_Linear_Complex' argument 3 names different: declaration 'in' definition 'sx'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:62:17: note: Function 'ERI_Interpolate_Linear_Complex' argument 3 names different: declaration 'in' definition 'sx'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:63:17: style: Function 'ERI_Interpolate_Linear_Complex' argument 4 names different: declaration 'xmesh' definition 'sy'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.h:27:17: note: Function 'ERI_Interpolate_Linear_Complex' argument 4 names different: declaration 'xmesh' definition 'sy'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:63:17: note: Function 'ERI_Interpolate_Linear_Complex' argument 4 names different: declaration 'xmesh' definition 'sy'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:64:17: style: Function 'ERI_Interpolate_Linear_Complex' argument 5 names different: declaration 'nmesh' definition 'ns'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.h:28:17: note: Function 'ERI_Interpolate_Linear_Complex' argument 5 names different: declaration 'nmesh' definition 'ns'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:64:17: note: Function 'ERI_Interpolate_Linear_Complex' argument 5 names different: declaration 'nmesh' definition 'ns'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:299:8: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:319:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openmx-3.8.5.orig/source/liberi-091216/source/eri_interpolate.c:347:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:139:8: style: Condition '0==g_itbl_flag' is always true [knownConditionTrueFalse]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:513:3: style: Variable 'gmax' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:491:0: note: Variable 'gmax' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:513:3: note: Variable 'gmax' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2206:3: style: Variable 'ngl' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2195:3: note: Variable 'ngl' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2206:3: note: Variable 'ngl' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2208:3: style: Variable 'jmax' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2197:3: note: Variable 'jmax' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2208:3: note: Variable 'jmax' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2210:3: style: Variable 'glx' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2199:3: note: Variable 'glx' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2210:3: note: Variable 'glx' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2211:3: style: Variable 'glw' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2200:3: note: Variable 'glw' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2211:3: note: Variable 'glw' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:109:7: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:109:10: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:109:13: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:755:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:755:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:755:13: style: The scope of the variable 'ir' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:755:21: style: The scope of the variable 'j2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:755:25: style: The scope of the variable 'l1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:755:29: style: The scope of the variable 'm1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:755:33: style: The scope of the variable 'l2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:755:37: style: The scope of the variable 'm2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:756:11: style: The scope of the variable 'ia_base' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:756:20: style: The scope of the variable 'ig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:756:24: style: The scope of the variable 'ig_base' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:758:35: style: The scope of the variable 'fpg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:765:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:765:14: style: The scope of the variable 'y1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:765:18: style: The scope of the variable 'z1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:765:22: style: The scope of the variable 'x2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:765:26: style: The scope of the variable 'y2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:765:30: style: The scope of the variable 'z2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:765:34: style: The scope of the variable 'x3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:765:38: style: The scope of the variable 'y3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:772:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:772:10: style: The scope of the variable 'igtbl' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1688:10: style: The scope of the variable 'scr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1688:15: style: The scope of the variable 'scr_a' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1875:34: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1901:10: style: The scope of the variable 'scr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1901:15: style: The scope of the variable 'scr_a' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1903:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2186:10: style: The scope of the variable 'R0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2188:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2315:34: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2412:34: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2488:34: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2550:11: style: The scope of the variable 'imR' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2551:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:263:22: style: Function 'ERI_Free' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:98:22: note: Function 'ERI_Free' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:263:22: note: Function 'ERI_Free' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:281:27: style: Function 'ERI_lmax' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:106:48: note: Function 'ERI_lmax' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:281:27: note: Function 'ERI_lmax' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:282:30: style: Function 'ERI_lmax_gl' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:107:48: note: Function 'ERI_lmax_gl' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:282:30: note: Function 'ERI_lmax_gl' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:283:26: style: Function 'ERI_ngl' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:108:48: note: Function 'ERI_ngl' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:283:26: note: Function 'ERI_ngl' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:284:27: style: Function 'ERI_rcsh' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:111:48: note: Function 'ERI_rcsh' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:284:27: note: Function 'ERI_rcsh' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:286:47: style: Function 'ERI_Mesh_Array_glx' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:138:47: note: Function 'ERI_Mesh_Array_glx' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:286:47: note: Function 'ERI_Mesh_Array_glx' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:291:47: style: Function 'ERI_Mesh_Array_glw' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:139:47: note: Function 'ERI_Mesh_Array_glw' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:291:47: note: Function 'ERI_Mesh_Array_glw' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:296:28: style: Function 'ERI_ngrid' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:110:48: note: Function 'ERI_ngrid' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:296:28: note: Function 'ERI_ngrid' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:301:32: style: Function 'ERI_Mesh_r' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:118:46: note: Function 'ERI_Mesh_r' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:301:32: note: Function 'ERI_Mesh_r' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:307:32: style: Function 'ERI_Mesh_k' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:119:46: note: Function 'ERI_Mesh_k' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:307:32: note: Function 'ERI_Mesh_k' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:313:45: style: Function 'ERI_Mesh_Array_r' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:129:46: note: Function 'ERI_Mesh_Array_r' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:313:45: note: Function 'ERI_Mesh_Array_r' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:319:45: style: Function 'ERI_Mesh_Array_k' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:130:46: note: Function 'ERI_Mesh_Array_k' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:319:45: note: Function 'ERI_Mesh_Array_k' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:325:33: style: Function 'ERI_Mesh_dr' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:120:46: note: Function 'ERI_Mesh_dr' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:325:33: note: Function 'ERI_Mesh_dr' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:331:33: style: Function 'ERI_Mesh_dk' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:121:46: note: Function 'ERI_Mesh_dk' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:331:33: note: Function 'ERI_Mesh_dk' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:341:41: style: Function 'ERI_Size_of_Orbital' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:280:42: note: Function 'ERI_Size_of_Orbital' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:341:41: note: Function 'ERI_Size_of_Orbital' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:348:39: style: Function 'ERI_Size_of_Gamma' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:281:42: note: Function 'ERI_Size_of_Gamma' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:348:39: note: Function 'ERI_Size_of_Gamma' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:362:39: style: Function 'ERI_Size_of_Alpha' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:282:42: note: Function 'ERI_Size_of_Alpha' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:362:39: note: Function 'ERI_Size_of_Alpha' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:382:41: style: Function 'ERI_Size_of_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:283:42: note: Function 'ERI_Size_of_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:382:41: note: Function 'ERI_Size_of_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:402:37: style: Function 'ERI_Size_of_GLF' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:284:42: note: Function 'ERI_Size_of_GLF' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:402:37: note: Function 'ERI_Size_of_GLF' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:430:17: style: Function 'ERI_Transform_Orbital' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:312:17: note: Function 'ERI_Transform_Orbital' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:430:17: note: Function 'ERI_Transform_Orbital' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:479:17: style: Function 'ERI_LL_Gamma' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:467:17: note: Function 'ERI_LL_Gamma' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:479:17: note: Function 'ERI_LL_Gamma' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:587:17: style: Function 'ERI_LL_Alpha' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:363:17: note: Function 'ERI_LL_Alpha' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:587:17: note: Function 'ERI_LL_Alpha' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:742:17: style: Function 'ERI_LL_Alpha_d' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:495:17: note: Function 'ERI_LL_Alpha_d' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:742:17: note: Function 'ERI_LL_Alpha_d' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1021:17: style: Function 'ERI_LL_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:389:17: note: Function 'ERI_LL_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1021:17: note: Function 'ERI_LL_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1167:17: style: Function 'ERI_LL_Overlap_d' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:528:17: note: Function 'ERI_LL_Overlap_d' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1167:17: note: Function 'ERI_LL_Overlap_d' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1457:17: style: Function 'ERI_Transform_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:416:17: note: Function 'ERI_Transform_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1457:17: note: Function 'ERI_Transform_Overlap' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1458:17: style: Function 'ERI_Transform_Overlap' argument 2 names different: declaration 'f' definition 'F'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:417:17: note: Function 'ERI_Transform_Overlap' argument 2 names different: declaration 'f' definition 'F'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1458:17: note: Function 'ERI_Transform_Overlap' argument 2 names different: declaration 'f' definition 'F'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1459:17: style: Function 'ERI_Transform_Overlap' argument 3 names different: declaration 'p' definition 'P'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:418:17: note: Function 'ERI_Transform_Overlap' argument 3 names different: declaration 'p' definition 'P'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1459:17: note: Function 'ERI_Transform_Overlap' argument 3 names different: declaration 'p' definition 'P'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1556:17: style: Function 'ERI_GL_Interpolate' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:444:17: note: Function 'ERI_GL_Interpolate' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1556:17: note: Function 'ERI_GL_Interpolate' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1557:17: style: Function 'ERI_GL_Interpolate' argument 2 names different: declaration 'glf' definition 'glF'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:445:17: note: Function 'ERI_GL_Interpolate' argument 2 names different: declaration 'glf' definition 'glF'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1557:17: note: Function 'ERI_GL_Interpolate' argument 2 names different: declaration 'glf' definition 'glF'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1558:17: style: Function 'ERI_GL_Interpolate' argument 3 names different: declaration 'f' definition 'F'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:446:17: note: Function 'ERI_GL_Interpolate' argument 3 names different: declaration 'f' definition 'F'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1558:17: note: Function 'ERI_GL_Interpolate' argument 3 names different: declaration 'f' definition 'F'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1656:17: style: Function 'ERI_Integral_GL' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:559:17: note: Function 'ERI_Integral_GL' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1656:17: note: Function 'ERI_Integral_GL' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1658:17: style: Function 'ERI_Integral_GL' argument 3 names different: declaration 'p12' definition 'F1'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:561:17: note: Function 'ERI_Integral_GL' argument 3 names different: declaration 'p12' definition 'F1'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1658:17: note: Function 'ERI_Integral_GL' argument 3 names different: declaration 'p12' definition 'F1'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1659:17: style: Function 'ERI_Integral_GL' argument 4 names different: declaration 'p34' definition 'F2'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:562:17: note: Function 'ERI_Integral_GL' argument 4 names different: declaration 'p34' definition 'F2'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1659:17: note: Function 'ERI_Integral_GL' argument 4 names different: declaration 'p34' definition 'F2'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1660:17: style: Function 'ERI_Integral_GL' argument 5 names different: declaration 'rd' definition 'R'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:563:17: note: Function 'ERI_Integral_GL' argument 5 names different: declaration 'rd' definition 'R'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1660:17: note: Function 'ERI_Integral_GL' argument 5 names different: declaration 'rd' definition 'R'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1857:17: style: Function 'ERI_Integral_GL_d' argument 1 names different: declaration 'ptr' definition 'solver'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:572:17: note: Function 'ERI_Integral_GL_d' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:1857:17: note: Function 'ERI_Integral_GL_d' argument 1 names different: declaration 'ptr' definition 'solver'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2475:17: style: Function 'ERI_Integral_GL_X' argument 2 names different: declaration 'X4' definition 'X'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/eri.h:687:17: note: Function 'ERI_Integral_GL_X' argument 2 names different: declaration 'X4' definition 'X'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2475:17: note: Function 'ERI_Integral_GL_X' argument 2 names different: declaration 'X4' definition 'X'.
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2314:30: style: Unused variable: lphase [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2315:37: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2315:41: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2316:15: style: Unused variable: sh [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2411:30: style: Unused variable: lphase [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2412:37: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2412:41: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2413:15: style: Unused variable: sh [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2487:30: style: Unused variable: lphase [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2488:7: style: Unused variable: iR [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2488:37: style: Unused variable: l1 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_ll.c:2488:41: style: Unused variable: l2 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:116:10: style: The scope of the variable 'na' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:116:14: style: The scope of the variable 'nb' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:413:14: style: The scope of the variable 'Pm1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:413:19: style: The scope of the variable 'f' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:414:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:414:10: style: The scope of the variable 'll' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:487:10: style: The scope of the variable 'L0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:653:10: style: The scope of the variable 'err' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:251:9: style: Variable 'ix2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:528:10: style: Unused variable: tmp0 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:528:16: style: Unused variable: tmp1 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:528:22: style: Unused variable: tmp2 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:528:28: style: Unused variable: tmp3 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/eri_sf.c:529:10: style: Unused variable: result [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:68:10: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:115:10: style: The scope of the variable 'ddx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:115:15: style: The scope of the variable 'dyCrddx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:115:24: style: The scope of the variable 'dyCiddx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:116:10: style: The scope of the variable 'k0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:116:14: style: The scope of the variable 'k0k0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:116:20: style: The scope of the variable 'k0k0k0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:117:10: style: The scope of the variable 'yC0r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:117:22: style: The scope of the variable 'dyC0r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:118:10: style: The scope of the variable 'yC0i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:118:22: style: The scope of the variable 'dyC0i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:119:10: style: The scope of the variable 'c2_cr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:119:17: style: The scope of the variable 'c3_cr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:119:24: style: The scope of the variable 'c2_ci' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:119:31: style: The scope of the variable 'c3_ci' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:120:10: style: The scope of the variable 'A_cr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:120:16: style: The scope of the variable 'B_cr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:120:22: style: The scope of the variable 'C_cr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:120:28: style: The scope of the variable 'A_ci' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:120:34: style: The scope of the variable 'B_ci' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:120:40: style: The scope of the variable 'C_ci' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:205:10: style: The scope of the variable 'ddx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:205:15: style: The scope of the variable 'dySrddx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:205:24: style: The scope of the variable 'dySiddx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:206:10: style: The scope of the variable 'k0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:206:14: style: The scope of the variable 'k0k0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:206:20: style: The scope of the variable 'k0k0k0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:207:10: style: The scope of the variable 'yS0r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:207:22: style: The scope of the variable 'dyS0r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:208:10: style: The scope of the variable 'yS0i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:208:22: style: The scope of the variable 'dyS0i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:209:10: style: The scope of the variable 'c2_sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:209:16: style: The scope of the variable 'c3_sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:209:23: style: The scope of the variable 'c2_si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:209:29: style: The scope of the variable 'c3_si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:210:10: style: The scope of the variable 'A_sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:210:16: style: The scope of the variable 'B_sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:210:22: style: The scope of the variable 'C_sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:210:28: style: The scope of the variable 'A_si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:210:34: style: The scope of the variable 'B_si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:210:40: style: The scope of the variable 'C_si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:296:10: style: The scope of the variable 'ddx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:296:15: style: The scope of the variable 'dyCrddx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:296:24: style: The scope of the variable 'dyCiddx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:296:33: style: The scope of the variable 'dySrddx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:296:42: style: The scope of the variable 'dySiddx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:297:10: style: The scope of the variable 'k0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:297:14: style: The scope of the variable 'k0k0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:297:20: style: The scope of the variable 'k0k0k0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:298:10: style: The scope of the variable 'yC0r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:298:22: style: The scope of the variable 'yS0r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:298:34: style: The scope of the variable 'dyC0r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:298:48: style: The scope of the variable 'dyS0r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:299:10: style: The scope of the variable 'yC0i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:299:22: style: The scope of the variable 'yS0i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:299:34: style: The scope of the variable 'dyC0i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:299:48: style: The scope of the variable 'dyS0i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:300:10: style: The scope of the variable 'c2_cr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:300:17: style: The scope of the variable 'c2_sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:300:24: style: The scope of the variable 'c3_cr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:300:31: style: The scope of the variable 'c3_sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:301:10: style: The scope of the variable 'c2_ci' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:301:17: style: The scope of the variable 'c2_si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:301:24: style: The scope of the variable 'c3_ci' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:301:31: style: The scope of the variable 'c3_si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:302:10: style: The scope of the variable 'A_cr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:302:16: style: The scope of the variable 'B_cr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:302:22: style: The scope of the variable 'C_cr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:302:28: style: The scope of the variable 'A_sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:302:34: style: The scope of the variable 'B_sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:302:40: style: The scope of the variable 'C_sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:303:10: style: The scope of the variable 'A_ci' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:303:16: style: The scope of the variable 'B_ci' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:303:22: style: The scope of the variable 'C_ci' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:303:28: style: The scope of the variable 'A_si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:303:34: style: The scope of the variable 'B_si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:303:40: style: The scope of the variable 'C_si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:448:10: style: The scope of the variable 'sr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:448:14: style: The scope of the variable 'si' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:452:10: style: The scope of the variable 'powk0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:848:10: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:294:10: style: Unused variable: dx [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:294:14: style: Unused variable: dy [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:294:18: style: Unused variable: c0r [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:294:23: style: Unused variable: c0i [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:294:28: style: Unused variable: c1r [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:294:33: style: Unused variable: c1i [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:294:38: style: Unused variable: c2r [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:294:43: style: Unused variable: c2i [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:294:48: style: Unused variable: c3r [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:294:53: style: Unused variable: c3i [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:454:40: style: Unused variable: dn7 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:600:13: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:602:40: style: Unused variable: dn7 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:793:10: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:793:17: style: Unused variable: tmp [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:793:22: style: Unused variable: g2 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:793:26: style: Unused variable: g3 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:793:30: style: Unused variable: g4 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:793:34: style: Unused variable: g5 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:793:38: style: Unused variable: g6 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:793:42: style: Unused variable: g7 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:941:7: style: Unused variable: n [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:941:10: style: Unused variable: ieven [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:941:17: style: Unused variable: iodd [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:961:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:999:10: style: Unused variable: fact [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:999:16: style: Unused variable: twop [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/linear/eri_linfsbt.c:999:22: style: Unused variable: twon [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:68:42: style: The scope of the variable 'norm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:149:14: style: The scope of the variable 'rho' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:247:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:247:15: style: The scope of the variable 'p' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:247:18: style: The scope of the variable 'c' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:247:21: style: The scope of the variable 's' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:247:24: style: The scope of the variable 'e' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:285:10: style: The scope of the variable 'im' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:286:15: style: The scope of the variable 'kap' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:286:20: style: The scope of the variable 't' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:286:32: style: The scope of the variable 'e' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:344:10: style: The scope of the variable 'im' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:345:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:345:15: style: The scope of the variable 'kap' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:345:20: style: The scope of the variable 't' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:145:10: style: Function 'ERI_FSBT_Init' argument 4 names different: declaration 'drho' definition 'dt'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.h:27:10: note: Function 'ERI_FSBT_Init' argument 4 names different: declaration 'drho' definition 'dt'.
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:145:10: note: Function 'ERI_FSBT_Init' argument 4 names different: declaration 'drho' definition 'dt'.
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:616:43: style: Function 'ERI_FSBT_Mesh_dk' argument 1 names different: declaration 'pre' definition 'ptr'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.h:44:50: note: Function 'ERI_FSBT_Mesh_dk' argument 1 names different: declaration 'pre' definition 'ptr'.
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:616:43: note: Function 'ERI_FSBT_Mesh_dk' argument 1 names different: declaration 'pre' definition 'ptr'.
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:255:27: style: Variable 'Mmesh' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_fsbt.c:286:10: style: Unused variable: rho [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_logfsbt.c:77:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_logfsbt.c:105:17: style: The scope of the variable 'j0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_logfsbt.c:105:21: style: The scope of the variable 'j1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_logfsbt.c:106:21: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_logfsbt.c:319:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_logfsbt.c:319:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_logfsbt.c:319:13: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_logfsbt.c:320:10: style: The scope of the variable 'dq' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/source/sbt/log/eri_logfsbt.c:320:14: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/demo/demo.c:19:10: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo.c:21:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo.c:25:15: style: The scope of the variable 'card1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo.c:26:15: style: The scope of the variable 'card2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo.c:29:10: style: The scope of the variable 'err1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo.c:29:16: style: The scope of the variable 'err2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:18:14: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:68:14: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:114:10: style: The scope of the variable 'rcut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:17:10: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:17:13: style: Unused variable: kmax [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:21:8: style: Variable 'pi' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:129:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:133:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:138:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:143:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:148:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:153:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:196:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:202:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:203:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_sub.c:206:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test1.c:64:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test1.c:102:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test1.c:14:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:30:3: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:99:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:137:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:51:10: style: The scope of the variable 'rmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:56:15: style: The scope of the variable 'pao_file' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:62:15: style: The scope of the variable 'pao_l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:63:15: style: The scope of the variable 'pao_m' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:64:15: style: The scope of the variable 'pao_n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:36:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:43:15: style: Variable 'sec_sum' is not assigned a value. [unassignedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:44:11: style: Unused variable: clk0 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:44:17: style: Unused variable: clk1 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:143:5: style: Variable 'ngrid' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test2.c:144:5: style: Variable 'rmax' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test3.c:143:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test3.c:180:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test3.c:21:13: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test3.c:105:15: style: The scope of the variable 'pao_file' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test3.c:107:15: style: The scope of the variable 'pao_l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test3.c:108:15: style: The scope of the variable 'pao_m' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test3.c:109:15: style: The scope of the variable 'pao_n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test3.c:32:14: style: Variable 'xyz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test3.c:100:10: style: Unused variable: rmax [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test4.c:103:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test4.c:141:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test4.c:23:10: style: The scope of the variable 'scr' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test4.c:55:10: style: The scope of the variable 'rmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test4.c:60:15: style: The scope of the variable 'pao_file' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test4.c:66:15: style: The scope of the variable 'pao_l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test4.c:67:15: style: The scope of the variable 'pao_m' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test4.c:68:15: style: The scope of the variable 'pao_n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test4.c:47:15: style: Variable 'sec_sum' is not assigned a value. [unassignedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test4.c:48:11: style: Unused variable: clk0 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/selfcheck/demo_test4.c:48:17: style: Unused variable: clk1 [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/test/test.c:121:10: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
openmx-3.8.5.orig/source/liberi-091216/test/test/test.c:190:10: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/liberi-091216/test/test/test.c:108:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/test/test.c:108:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/liberi-091216/test/test/test.c:192:18: style: Unused variable: s3 [unusedVariable]
openmx-3.8.5.orig/source/malloc_multidimarray.c:102:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/md2axsf.c:58:5: warning: %ld in format string (no. 1) requires 'long *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openmx-3.8.5.orig/source/md2axsf.c:31:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/md2axsf.c:31:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/md2axsf.c:31:13: style: The scope of the variable 'ns' can be reduced. [variableScope]
openmx-3.8.5.orig/source/md2axsf.c:31:16: style: The scope of the variable 'na' can be reduced. [variableScope]
openmx-3.8.5.orig/source/md2axsf.c:31:11: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/md2axsf.c:78:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/md2axsf.c:80:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/md2axsf.c:81:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/md2axsf.c:82:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/md2axsf.c:83:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/md2axsf.c:84:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/md2axsf.c:85:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/md2axsf.c:86:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/md2axsf.c:113:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/md2axsf.c:65:17: error: Uninitialized variable: nline [uninitvar]
openmx-3.8.5.orig/source/md2axsf.c:65:24: error: Uninitialized variable: atomnum [uninitvar]
openmx-3.8.5.orig/source/mpao.c:549:21: warning: Logical disjunction always evaluates to true: EXPR != ' ' || EXPR != '\t'. [incorrectLogicOperator]
openmx-3.8.5.orig/source/mpao.c:613:19: style: Condition 'printlevel>10' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/mpao.c:617:21: style: Condition 'printlevel>10' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/mpao.c:621:30: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/mpao.c:661:16: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/mpao.c:700:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/mpao.c:741:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/mpao.c:776:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/mpao.c:812:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/mpao.c:855:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/mpao.c:901:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/mpao.c:951:21: style: Condition 'printlevel>0' is always false [knownConditionTrueFalse]
openmx-3.8.5.orig/source/mpao.c:413:10: warning: Either the condition 'fp3!=NULL' is redundant or there is possible null pointer dereference: fp3. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/mpao.c:393:10: note: Assuming that condition 'fp3!=NULL' is not redundant
openmx-3.8.5.orig/source/mpao.c:413:10: note: Null pointer dereference
openmx-3.8.5.orig/source/mpao.c:602:14: style: The scope of the variable 'lenstrval' can be reduced. [variableScope]
openmx-3.8.5.orig/source/mpao.c:975:14: style: The scope of the variable 'buflen' can be reduced. [variableScope]
openmx-3.8.5.orig/source/mpao.c:228:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:231:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:234:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:237:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:653:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:693:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:731:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:768:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:805:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:846:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:852:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:891:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:897:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:938:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:947:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:981:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpao.c:1002:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/mpi_multi_world.c:141:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/mpi_multi_world.c:144:7: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/mpi_multi_world.c:145:10: style: The scope of the variable 'avnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/mpi_multi_world.c:146:8: style: The scope of the variable 'new_ranks' can be reduced. [variableScope]
openmx-3.8.5.orig/source/mpi_multi_world.c:28:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/mpi_multi_world.c:28:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/mpi_multi_world.c:29:23: style: Unused variable: ID0 [unusedVariable]
openmx-3.8.5.orig/source/mpi_multi_world.c:31:7: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/mpi_multi_world.c:42:3: style: Variable 'myworld0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/mpi_multi_world.c:208:17: style: Variable 'numprocs1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/mpi_multi_world.c:143:17: style: Unused variable: myid1 [unusedVariable]
openmx-3.8.5.orig/source/mpi_multi_world2.c:123:7: style: The scope of the variable 'ID0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/mpi_multi_world2.c:124:7: style: The scope of the variable 'numprocs1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/mpi_multi_world2.c:125:7: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/mpi_multi_world2.c:126:10: style: The scope of the variable 'avnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/mpi_multi_world2.c:127:8: style: The scope of the variable 'new_ranks' can be reduced. [variableScope]
openmx-3.8.5.orig/source/mpi_multi_world2.c:28:7: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/mpi_multi_world2.c:28:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/mpi_multi_world2.c:29:23: style: Unused variable: ID0 [unusedVariable]
openmx-3.8.5.orig/source/mpi_multi_world2.c:31:7: style: Unused variable: num [unusedVariable]
openmx-3.8.5.orig/source/mpi_multi_world2.c:43:3: style: Variable 'myworld0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/mpi_multi_world2.c:38:12: style: Unused variable: comm [unusedVariable]
openmx-3.8.5.orig/source/mpi_multi_world2.c:142:27: style: Variable 'numprocs1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/mpi_multi_world2.c:124:17: style: Unused variable: myid1 [unusedVariable]
openmx-3.8.5.orig/source/mpi_multi_world2.c:129:12: style: Unused variable: new_comm [unusedVariable]
openmx-3.8.5.orig/source/mpi_non_blocking.c:24:10: style: Unused variable: TStime [unusedVariable]
openmx-3.8.5.orig/source/mpi_non_blocking.c:24:17: style: Unused variable: TEtime [unusedVariable]
openmx-3.8.5.orig/source/mpi_non_blocking.c:25:10: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/mpi_non_blocking.c:27:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/mpi_non_blocking.c:28:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/neb.c:1579:14: warning: Either the condition '(fp=fopen(fname,"w"))!=NULL' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
openmx-3.8.5.orig/source/neb.c:1553:33: note: Assuming that condition '(fp=fopen(fname,"w"))!=NULL' is not redundant
openmx-3.8.5.orig/source/neb.c:1579:14: note: Null pointer dereference
openmx-3.8.5.orig/source/neb.c:1351:6: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/neb.c:1347:6: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:1351:6: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:1355:6: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/neb.c:1351:6: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:1355:6: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:1392:6: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/neb.c:1388:6: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:1392:6: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:1396:6: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/neb.c:1392:6: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:1396:6: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:1502:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/neb.c:1498:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:1502:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:1506:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/neb.c:1502:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:1506:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:2484:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/neb.c:2480:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:2484:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:2488:8: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/neb.c:2484:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:2488:8: note: Variable 'tp' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/neb.c:109:58: style: The scope of the variable 'sumtime' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1281:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1281:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1281:22: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1281:24: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1282:7: style: The scope of the variable 'restart_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1283:7: style: The scope of the variable 'unit_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1286:8: style: The scope of the variable 'st' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1287:8: style: The scope of the variable 'st1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1289:8: style: The scope of the variable 'fname1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1291:8: style: The scope of the variable 'keyword' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1292:9: style: The scope of the variable 'fp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1292:14: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1293:9: style: The scope of the variable 'tp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1542:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1543:7: style: The scope of the variable 'p' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1543:9: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1543:11: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1543:13: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1593:15: style: The scope of the variable 'dis' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1593:19: style: The scope of the variable 'dif' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1595:19: style: The scope of the variable 'sum_E' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1595:25: style: The scope of the variable 'sum_dis' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1597:8: style: The scope of the variable 'fileOPT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1598:9: style: The scope of the variable 'fp_OPT' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1599:8: style: The scope of the variable 'fileE' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1600:9: style: The scope of the variable 'fp_E' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2207:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2207:14: style: The scope of the variable 'prod1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2208:10: style: The scope of the variable 'sconst' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2209:22: style: The scope of the variable 'vm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2209:25: style: The scope of the variable 'vi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2209:28: style: The scope of the variable 'vp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2210:10: style: The scope of the variable 'dis1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2210:15: style: The scope of the variable 'dis2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2398:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2398:9: style: The scope of the variable 'p' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2399:7: style: The scope of the variable 'restart_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2399:20: style: The scope of the variable 'fixed_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2400:7: style: The scope of the variable 'unit_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2400:17: style: The scope of the variable 'level_flag' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2403:8: style: The scope of the variable 'st' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2404:8: style: The scope of the variable 'st1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2407:8: style: The scope of the variable 'fname1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2409:9: style: The scope of the variable 'fp1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2409:14: style: The scope of the variable 'fp2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2410:9: style: The scope of the variable 'tp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2614:10: style: The scope of the variable 'dif' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2615:10: style: The scope of the variable 'xc0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2615:14: style: The scope of the variable 'yc0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2615:18: style: The scope of the variable 'zc0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2615:22: style: The scope of the variable 'xc1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2615:26: style: The scope of the variable 'yc1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2615:30: style: The scope of the variable 'zc1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2616:10: style: The scope of the variable 'xc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2616:13: style: The scope of the variable 'yc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2616:16: style: The scope of the variable 'zc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:2620:8: style: The scope of the variable 'keyword' can be reduced. [variableScope]
openmx-3.8.5.orig/source/neb.c:1279:33: style: Function 'Generate_Restart_File' argument 1 names different: declaration 'fname' definition 'fname_original'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/neb.c:50:40: note: Function 'Generate_Restart_File' argument 1 names different: declaration 'fname' definition 'fname_original'.
openmx-3.8.5.orig/source/neb.c:1279:33: note: Function 'Generate_Restart_File' argument 1 names different: declaration 'fname' definition 'fname_original'.
openmx-3.8.5.orig/source/neb.c:79:14: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/neb.c:900:5: style: Variable 'parallel1_flag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/neb.c:937:7: style: Variable 'parallel2_flag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/neb.c:518:24: style: Unused variable: bb [unusedVariable]
openmx-3.8.5.orig/source/neb.c:882:22: style: Unused variable: bb [unusedVariable]
openmx-3.8.5.orig/source/neb.c:1281:11: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/neb.c:1281:17: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/neb.c:1281:19: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:1284:10: style: Unused variable: c1 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:1284:13: style: Unused variable: c2 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:1284:16: style: Unused variable: c3 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:1285:10: style: Unused variable: tmpxyz [unusedVariable]
openmx-3.8.5.orig/source/neb.c:1288:8: style: Unused variable: rm_operate [unusedVariable]
openmx-3.8.5.orig/source/neb.c:1290:8: style: Unused variable: fname2 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:1545:8: style: Unused variable: file_neb_utot [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2206:10: style: Unused variable: dtmp1 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2206:16: style: Unused variable: dtmp2 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2398:11: style: Unused variable: Gc_AN [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2398:17: style: Unused variable: c [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2398:19: style: Unused variable: n1 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2398:22: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2401:10: style: Unused variable: c1 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2401:13: style: Unused variable: c2 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2401:16: style: Unused variable: c3 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2402:10: style: Unused variable: tmpxyz [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2405:8: style: Unused variable: rm_operate [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2406:8: style: Unused variable: fname [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2408:8: style: Unused variable: fname2 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2605:7: style: Unused variable: po [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2608:7: style: Unused variable: itmp1 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2608:19: style: Unused variable: itmp3 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2608:25: style: Unused variable: itmp4 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2612:16: style: Unused variable: dtmp7 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2612:22: style: Unused variable: dtmp8 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2612:28: style: Unused variable: dtmp9 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2614:14: style: Unused variable: sx [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2614:17: style: Unused variable: sy [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2614:20: style: Unused variable: sz [unusedVariable]
openmx-3.8.5.orig/source/neb.c:3235:13: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/neb.c:3236:22: style: Unused variable: j2 [unusedVariable]
openmx-3.8.5.orig/source/neb.c:2728:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/neb.c:2747:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/neb.c:2865:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/neb.c:2884:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/neb.c:3003:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/neb.c:653:9: error: Resource leak: fp [resourceLeak]
openmx-3.8.5.orig/source/openmx_common.c:26:13: style: The scope of the variable 'dj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:168:10: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:168:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:168:14: style: The scope of the variable 'w' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:168:16: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:427:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:679:13: style: The scope of the variable 'Pm1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:679:17: style: The scope of the variable 'f' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:680:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:680:9: style: The scope of the variable 'll' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:811:7: style: The scope of the variable 'N1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:811:10: style: The scope of the variable 'N18' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:811:14: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:811:22: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/openmx_common.c:23:25: style: Function 'Generation_ATV' argument 1 names different: declaration 'CpyCell' definition 'N'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:3089:25: note: Function 'Generation_ATV' argument 1 names different: declaration 'CpyCell' definition 'N'.
openmx-3.8.5.orig/source/openmx_common.c:23:25: note: Function 'Generation_ATV' argument 1 names different: declaration 'CpyCell' definition 'N'.
openmx-3.8.5.orig/source/openmx_common.c:79:15: style: Function 'R_atv' argument 1 names different: declaration 'CpyCell' definition 'N'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:3087:15: note: Function 'R_atv' argument 1 names different: declaration 'CpyCell' definition 'N'.
openmx-3.8.5.orig/source/openmx_common.c:79:15: note: Function 'R_atv' argument 1 names different: declaration 'CpyCell' definition 'N'.
openmx-3.8.5.orig/source/openmx_common.c:358:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:359:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:364:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:365:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:370:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:371:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:388:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:389:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:394:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:395:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:400:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:401:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:418:8: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/openmx_common.c:419:8: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/outputfile1.c:12:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/outputfile1.c:14:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/pdb2pao.c:45:14: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:45:17: style: The scope of the variable 'po1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:45:21: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:45:25: style: The scope of the variable 'cres' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:45:35: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:47:8: style: The scope of the variable 'buffer0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:47:24: style: The scope of the variable 'buffer1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:48:8: style: The scope of the variable 'res' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:49:8: style: The scope of the variable 'atom' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:49:21: style: The scope of the variable 'pao' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:50:8: style: The scope of the variable 'x' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:50:18: style: The scope of the variable 'y' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:50:28: style: The scope of the variable 'z' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:51:8: style: The scope of the variable 'list_pao' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:238:22: style: The scope of the variable 'ia' can be reduced. [variableScope]
openmx-3.8.5.orig/source/pdb2pao.c:90:2: style: Variable 'po' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/pdb2pao.c:48:20: style: Unused variable: res1 [unusedVariable]
openmx-3.8.5.orig/source/pdb2pao.c:257:12: style: Variable 'ia' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:812:3: style: Variable 'AbsD' is reassigned a value before the old one has been used. [redundantAssignment]
openmx-3.8.5.orig/source/polB.c:788:3: note: Variable 'AbsD' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/polB.c:812:3: note: Variable 'AbsD' is reassigned a value before the old one has been used.
openmx-3.8.5.orig/source/polB.c:2152:16: warning: Redundant assignment of 'u[i+1].i' to itself. [selfAssignment]
openmx-3.8.5.orig/source/polB.c:101:14: style: The scope of the variable 'd' can be reduced. [variableScope]
openmx-3.8.5.orig/source/polB.c:1683:28: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/polB.c:1778:28: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/polB.c:1884:30: style: The scope of the variable 'tnoA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/polB.c:2063:5: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/polB.c:2063:8: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/polB.c:2063:11: style: The scope of the variable 's3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/polB.c:2064:5: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/polB.c:79:20: style: Unused variable: wan [unusedVariable]
openmx-3.8.5.orig/source/polB.c:79:29: style: Unused variable: valnonmag [unusedVariable]
openmx-3.8.5.orig/source/polB.c:83:7: style: Unused variable: hog [unusedVariable]
openmx-3.8.5.orig/source/polB.c:88:25: style: Unused variable: Cdpi [unusedVariable]
openmx-3.8.5.orig/source/polB.c:95:15: style: Unused variable: Pion0 [unusedVariable]
openmx-3.8.5.orig/source/polB.c:328:5: style: Variable 'Gabs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:96:18: style: Unused variable: Parb [unusedVariable]
openmx-3.8.5.orig/source/polB.c:97:10: style: Unused variable: Phidden [unusedVariable]
openmx-3.8.5.orig/source/polB.c:97:22: style: Unused variable: Phidden0 [unusedVariable]
openmx-3.8.5.orig/source/polB.c:101:10: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/polB.c:103:10: style: Unused variable: pele [unusedVariable]
openmx-3.8.5.orig/source/polB.c:103:15: style: Unused variable: piony [unusedVariable]
openmx-3.8.5.orig/source/polB.c:103:21: style: Unused variable: pall [unusedVariable]
openmx-3.8.5.orig/source/polB.c:104:10: style: Unused variable: gdd [unusedVariable]
openmx-3.8.5.orig/source/polB.c:109:10: style: Unused variable: TZ [unusedVariable]
openmx-3.8.5.orig/source/polB.c:110:7: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/polB.c:110:13: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/polB.c:131:7: style: Unused variable: ik1 [unusedVariable]
openmx-3.8.5.orig/source/polB.c:131:34: style: Unused variable: abcount [unusedVariable]
openmx-3.8.5.orig/source/polB.c:138:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/polB.c:139:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1078:22: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1088:10: style: Unused variable: tmp2r [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1088:16: style: Unused variable: tmp2i [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1090:10: style: Unused variable: si [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1090:13: style: Unused variable: co [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1090:20: style: Unused variable: k1da [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1090:25: style: Unused variable: k1db [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1090:30: style: Unused variable: k1dc [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1094:10: style: Unused variable: dx [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1094:13: style: Unused variable: dy [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1094:16: style: Unused variable: dz [unusedVariable]
openmx-3.8.5.orig/source/polB.c:1137:9: style: Variable 'k1x' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:1138:9: style: Variable 'k1y' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:1139:9: style: Variable 'k1z' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:1683:18: style: Variable 'wanA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:1683:23: style: Variable 'wanB' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:1778:18: style: Variable 'wanA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:1778:23: style: Variable 'wanB' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:1884:18: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:1884:20: style: Variable 'wanA' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:1884:25: style: Variable 'wanB' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:1890:27: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2065:5: style: Variable 'a1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2065:8: style: Variable 'a2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2065:11: style: Variable 'a3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2065:14: style: Variable 'a4' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2065:17: style: Variable 'a5' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2065:20: style: Variable 'a6' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2065:23: style: Variable 'b7' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2065:26: style: Variable 'r1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2065:29: style: Variable 'r2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2066:5: style: Variable 'r3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2066:8: style: Variable 'x1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2066:11: style: Variable 'x2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2066:14: style: Variable 'xap' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2067:5: style: Variable 'bb' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2067:8: style: Variable 'bb1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2067:12: style: Variable 'ui' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2067:15: style: Variable 'uj' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2067:18: style: Variable 'uij' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2069:14: style: Variable 'jj' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2069:17: style: Variable 'jj1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2069:21: style: Variable 'jj2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2069:27: style: Variable 'ii' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2069:30: style: Variable 'll' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2069:33: style: Variable 'i3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2069:36: style: Variable 'i2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2069:39: style: Variable 'j2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2070:15: style: Variable 'n1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2070:21: style: Variable 'ik' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2071:5: style: Variable 'jk' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2071:8: style: Variable 'po1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2071:15: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2074:17: style: Variable 'Stime1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2074:25: style: Variable 'Etime1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2075:17: style: Variable 'Stime2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2075:25: style: Variable 'Etime2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2076:17: style: Variable 'time1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2076:23: style: Variable 'time2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2465:11: style: Variable 'lwork' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/polB.c:2574:14: style: Unused variable: sum [unusedVariable]
openmx-3.8.5.orig/source/polB.c:950:0: error: Memory leak: arpo [memleak]
openmx-3.8.5.orig/source/polB.c:950:0: error: Memory leak: psiAB [memleak]
openmx-3.8.5.orig/source/polB.c:950:0: error: Memory leak: AB_Nk2 [memleak]
openmx-3.8.5.orig/source/polB.c:950:0: error: Memory leak: AB_Nk3 [memleak]
openmx-3.8.5.orig/source/read_scfout.c:54:15: style: The scope of the variable 'strg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/read_scfout.c:27:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/read_scfout.c:48:14: style: Variable 'Gc_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/read_scfout.c:48:35: style: Variable 'can' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/read_scfout.c:49:14: style: Variable 'wan1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/read_scfout.c:49:19: style: Variable 'wan2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/read_scfout.c:50:14: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/read_scfout.c:50:16: style: Variable 'q_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/read_scfout.c:50:21: style: Variable 'Gq_AN' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/read_scfout.c:56:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/readfile.c:27:8: style: Unused variable: fileMemory [unusedVariable]
openmx-3.8.5.orig/source/readfile.c:28:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/rmmpi.c:12:14: style: The scope of the variable 'pid' can be reduced. [variableScope]
openmx-3.8.5.orig/source/rmmpi.c:13:15: style: The scope of the variable 'st' can be reduced. [variableScope]
openmx-3.8.5.orig/source/rmmpi.c:13:23: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openmx-3.8.5.orig/source/rot.c:16:27: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/rot.c:71:9: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/test_mpi.c:16:21: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/test_mpi.c:16:24: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/test_mpi.c:16:30: style: Unused variable: tag [unusedVariable]
openmx-3.8.5.orig/source/test_mpi.c:16:36: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/test_mpi.c:18:7: style: Unused variable: ID0 [unusedVariable]
openmx-3.8.5.orig/source/test_mpi.c:18:11: style: Unused variable: vsize0 [unusedVariable]
openmx-3.8.5.orig/source/test_mpi.c:19:11: style: Unused variable: v0 [unusedVariable]
openmx-3.8.5.orig/source/test_mpi.c:22:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/test_mpi.c:23:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/test_mpi2.c:18:24: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/test_mpi2.c:18:34: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/test_mpi2.c:18:36: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/test_mpi2.c:18:38: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/test_mpi3.c:17:24: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/test_mpi3.c:17:36: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/test_mpi3.c:17:38: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/test_mpi4.c:18:24: style: Unused variable: count [unusedVariable]
openmx-3.8.5.orig/source/test_mpi4.c:18:36: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/test_mpi4.c:18:38: style: Unused variable: k [unusedVariable]
openmx-3.8.5.orig/source/test_openmp.c:27:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp.c:27:9: style: The scope of the variable 'is' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp.c:27:12: style: The scope of the variable 'ie' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp.c:27:15: style: The scope of the variable 'id' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp.c:28:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp2.c:23:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp2.c:23:9: style: The scope of the variable 'id' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp2.c:23:12: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp2.c:23:19: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp2.c:23:30: style: The scope of the variable 'kp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp2.c:24:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp2.c:24:19: style: The scope of the variable 'tsum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp3.c:24:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp3.c:24:9: style: The scope of the variable 'id' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp3.c:24:12: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp3.c:24:19: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp3.c:24:30: style: The scope of the variable 'kp' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp3.c:25:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/test_openmp3.c:25:19: style: The scope of the variable 'tsum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3165:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openmx-3.8.5.orig/source/truncation.c:47:15: style: The scope of the variable 'ct_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:48:17: style: The scope of the variable 'tno2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:48:32: style: The scope of the variable 'N' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:49:7: style: The scope of the variable 'num' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:49:27: style: The scope of the variable 'NO1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:50:7: style: The scope of the variable 'Anum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:50:12: style: The scope of the variable 'Bnum' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:50:21: style: The scope of the variable 'csize' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:50:27: style: The scope of the variable 'NUM' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:51:7: style: The scope of the variable 'size_Orbs_Grid' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:51:22: style: The scope of the variable 'size_COrbs_Grid' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:52:7: style: The scope of the variable 'size_Orbs_Grid_FNAN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:68:38: style: The scope of the variable 'size_SubSpace_EC' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:71:21: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:72:10: style: The scope of the variable 'r0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:72:13: style: The scope of the variable 'scale_rc0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:73:7: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:73:10: style: The scope of the variable 'po0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:82:8: style: The scope of the variable 'file_TRN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:84:9: style: The scope of the variable 'fp_TRN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3211:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3211:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3211:13: style: The scope of the variable 'l' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3211:17: style: The scope of the variable 'Rn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3211:32: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3211:37: style: The scope of the variable 'wanB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3212:37: style: The scope of the variable 'size_array' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3214:10: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3214:12: style: The scope of the variable 'rcutA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3214:18: style: The scope of the variable 'rcutB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3214:24: style: The scope of the variable 'rcut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3214:29: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3214:32: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3214:35: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3214:38: style: The scope of the variable 'rcut_max' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3218:29: style: The scope of the variable 'ID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3221:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3221:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3221:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3411:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3411:17: style: The scope of the variable 'Rn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3411:20: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3411:25: style: The scope of the variable 'wanB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3412:10: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3412:12: style: The scope of the variable 'rcutA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3412:18: style: The scope of the variable 'rcutB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3412:24: style: The scope of the variable 'rcut' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3413:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3413:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3413:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3413:19: style: The scope of the variable 'rcut_max' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3420:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3420:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3420:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3609:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3609:11: style: The scope of the variable 'k' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3610:7: style: The scope of the variable 'fan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3610:11: style: The scope of the variable 'san' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3610:15: style: The scope of the variable 'can' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3610:19: style: The scope of the variable 'wan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3610:23: style: The scope of the variable 'ig' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3610:26: style: The scope of the variable 'Rni' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3610:30: style: The scope of the variable 'jg' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3610:33: style: The scope of the variable 'Rnj' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3611:7: style: The scope of the variable 'l1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3611:10: style: The scope of the variable 'l2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3611:13: style: The scope of the variable 'l3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3611:16: style: The scope of the variable 'm1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3611:19: style: The scope of the variable 'm2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3611:22: style: The scope of the variable 'm3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3611:25: style: The scope of the variable 'Rn' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3612:13: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3616:7: style: The scope of the variable 'OMPID' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3616:13: style: The scope of the variable 'Nthrds' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3616:20: style: The scope of the variable 'Nprocs' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3754:11: style: The scope of the variable 'Gc_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3889:7: style: The scope of the variable 'size_GListTAtoms1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3890:7: style: The scope of the variable 'po' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3893:36: style: The scope of the variable 'Ng1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3893:40: style: The scope of the variable 'Ng2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3893:44: style: The scope of the variable 'Ng3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:7: style: The scope of the variable 'p' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:9: style: The scope of the variable 'q' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:11: style: The scope of the variable 'r' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:13: style: The scope of the variable 's' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:15: style: The scope of the variable 'pmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:20: style: The scope of the variable 'qmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:25: style: The scope of the variable 'rmax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:30: style: The scope of the variable 'smax' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:35: style: The scope of the variable 'popt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:40: style: The scope of the variable 'qopt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:45: style: The scope of the variable 'ropt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3894:50: style: The scope of the variable 'sopt' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3895:7: style: The scope of the variable 'Nct' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3896:26: style: The scope of the variable 'h_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3896:31: style: The scope of the variable 'h_AN0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3896:37: style: The scope of the variable 'Mh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3896:43: style: The scope of the variable 'Gh_AN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3896:49: style: The scope of the variable 'Nh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3896:52: style: The scope of the variable 'Rh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3896:55: style: The scope of the variable 'Nog' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3896:59: style: The scope of the variable 'GNh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3896:63: style: The scope of the variable 'GRh' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3897:7: style: The scope of the variable 'll1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3897:11: style: The scope of the variable 'll2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3897:15: style: The scope of the variable 'll3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3898:7: style: The scope of the variable 'lll1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3898:12: style: The scope of the variable 'lll2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3898:17: style: The scope of the variable 'lll3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3898:22: style: The scope of the variable 'GRh1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3899:8: style: The scope of the variable 'TAtoms0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3899:17: style: The scope of the variable 'TCells0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3902:10: style: The scope of the variable 'LgTN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3902:15: style: The scope of the variable 'LgN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3902:19: style: The scope of the variable 'Lg2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3902:23: style: The scope of the variable 'Lg3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3902:27: style: The scope of the variable 'Lg5' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3902:31: style: The scope of the variable 'Lg7' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3902:35: style: The scope of the variable 'DouN' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3902:43: style: The scope of the variable 'A1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3902:46: style: The scope of the variable 'A2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3902:49: style: The scope of the variable 'A3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3903:10: style: The scope of the variable 'MinD' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3903:20: style: The scope of the variable 'CutR2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3906:19: style: The scope of the variable 'xm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3906:22: style: The scope of the variable 'ym' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3906:25: style: The scope of the variable 'zm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3907:19: style: The scope of the variable 'sn1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3907:23: style: The scope of the variable 'sn2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3907:27: style: The scope of the variable 'sn3' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3908:10: style: The scope of the variable 'B2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3908:13: style: The scope of the variable 'C2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3908:16: style: The scope of the variable 'CellV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:3910:10: style: The scope of the variable 'GVolume' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5155:14: style: The scope of the variable 'firsttime' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5156:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5156:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5156:11: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5217:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5217:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5217:11: style: The scope of the variable 'n' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5255:13: style: The scope of the variable 'm' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5255:32: style: The scope of the variable 'Hwan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5256:7: style: The scope of the variable 'tno0' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5256:12: style: The scope of the variable 'tno1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5256:17: style: The scope of the variable 'tno2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5256:22: style: The scope of the variable 'tno' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5256:31: style: The scope of the variable 'so' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5256:34: style: The scope of the variable 's1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5256:37: style: The scope of the variable 's2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5257:15: style: The scope of the variable 'n2' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5257:18: style: The scope of the variable 'wanA' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5257:23: style: The scope of the variable 'wanB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5257:28: style: The scope of the variable 'Gi' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5257:31: style: The scope of the variable 'Nc' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5258:19: style: The scope of the variable 'spin' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:5258:24: style: The scope of the variable 'fan' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:8040:0: style: The scope of the variable 'BN_CB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:8040:0: style: The scope of the variable 'BN_C' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:8043:0: style: The scope of the variable 'GN_CB' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:8043:0: style: The scope of the variable 'GN_C' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:8058:20: style: The scope of the variable 'coef' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:8058:25: style: The scope of the variable 'MinV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:8058:30: style: The scope of the variable 'MaxV' can be reduced. [variableScope]
openmx-3.8.5.orig/source/truncation.c:2461:11: style: Variable 'tno0' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:95:29: style: Variable 'time17' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:95:42: style: Variable 'time18' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:95:55: style: Variable 'time19' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:76:45: style: Unused variable: time20 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:76:52: style: Unused variable: time21 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:85:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3211:15: style: Unused variable: m [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3211:20: style: Unused variable: fan [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3211:24: style: Unused variable: san [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3211:28: style: Unused variable: tan [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3211:42: style: Unused variable: po0 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3212:13: style: Unused variable: h_AN [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3212:18: style: Unused variable: m2 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3212:21: style: Unused variable: m3 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3212:24: style: Unused variable: i0 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3212:27: style: Unused variable: size_RMI1 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3213:25: style: Unused variable: Gh_AN [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3213:31: style: Unused variable: LT_switch [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3213:41: style: Unused variable: Nloop [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3218:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:3219:10: style: Unused variable: Stime_atom [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3219:22: style: Unused variable: Etime_atom [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3250:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:3414:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:3414:29: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3417:7: style: Unused variable: spe1 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3417:12: style: Unused variable: spe2 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3439:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:3422:14: style: Unused variable: stat [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3423:15: style: Unused variable: request [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3688:13: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:3612:7: style: Unused variable: i_rlt [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3613:0: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:3613:29: style: Unused variable: ID [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3678:14: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:3754:9: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3755:7: style: Unused variable: hops [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3759:7: style: Unused variable: OMPID [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3759:13: style: Unused variable: Nthrds [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3759:20: style: Unused variable: Nprocs [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3806:18: style: Unused variable: i [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3806:20: style: Unused variable: j [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3806:22: style: Unused variable: can [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3892:14: style: Unused variable: nn1 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3892:18: style: Unused variable: nn2 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3892:22: style: Unused variable: nn3 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3892:35: style: Unused variable: lmax [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3893:32: style: Unused variable: Rn1 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:5052:11: style: Variable 'Ng1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:3895:11: style: Unused variable: MinN [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3895:16: style: Unused variable: Scale [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3895:22: style: Unused variable: ScaleA [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3895:29: style: Unused variable: ScaleB [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3895:36: style: Unused variable: ScaleC [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3895:43: style: Unused variable: Nm [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3896:13: style: Unused variable: Mc_AN0 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3897:19: style: Unused variable: Nnb [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3903:15: style: Unused variable: MinR [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3904:10: style: Unused variable: sa [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3904:13: style: Unused variable: sa_cri [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3909:10: style: Unused variable: S_Lng [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3909:16: style: Unused variable: L_Lng [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3909:22: style: Unused variable: LngA [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3909:27: style: Unused variable: LngB [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3909:32: style: Unused variable: LngC [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3909:37: style: Unused variable: x [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3909:39: style: Unused variable: y [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3909:41: style: Unused variable: z [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:4058:15: style: Variable 'GVolume' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:3910:18: style: Unused variable: buffer_scale [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3931:42: style: Variable 'time8' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:3931:55: style: Variable 'time9' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:3913:22: style: Unused variable: time10 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3913:29: style: Unused variable: time11 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3913:36: style: Unused variable: time12 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3913:43: style: Unused variable: time13 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3913:50: style: Unused variable: time14 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:3920:8: style: Unused variable: buf [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:5069:11: style: Variable 'Nprocs' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/truncation.c:5156:13: style: Unused variable: n2 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:5157:8: style: Unused variable: n3 [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:5217:13: style: Unused variable: Nc [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:5255:15: style: Unused variable: ct_AN [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:5257:11: style: Unused variable: wan [unusedVariable]
openmx-3.8.5.orig/source/truncation.c:8244:12: style: Variable 'wan' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:16:22: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:16:26: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:16:28: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:16:30: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:16:32: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:16:34: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:16:37: style: Variable 'i2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:16:40: style: Variable 'j1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:16:43: style: Variable 'j2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:18:17: style: Variable 'ka1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:18:21: style: Variable 'ka2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:18:25: style: Variable 'ka3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:18:29: style: Variable 'al' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:18:32: style: Variable 'be' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:18:35: style: Variable 'ga' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:18:38: style: Variable 'c1' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:18:41: style: Variable 'c2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:18:44: style: Variable 'c3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:18:47: style: Variable 's2' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:18:50: style: Variable 's3' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:19:23: style: Variable 'rxyz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:23:17: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:23:19: style: Variable 'dx' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:23:22: style: Variable 'dy' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:23:25: style: Variable 'dz' is assigned a value that is never used. [unreadVariable]
openmx-3.8.5.orig/source/unit2xyz.c:54:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
openmx-3.8.5.orig/source/unit2xyz.c:150:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/unit2xyz.c:151:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/unit2xyz.c:156:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/unit2xyz.c:157:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/unit2xyz.c:162:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/unit2xyz.c:163:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/unit2xyz.c:177:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/unit2xyz.c:178:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openmx-3.8.5.orig/source/xyz2spherical.c:21:38: style: The scope of the variable 'dum1' can be reduced. [variableScope]
openmx-3.8.5.orig/source/zero_cfrac.c:251:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openmx-3.8.5.orig/source/zero_cfrac.c:32:22: style: Function 'zero_cfrac' argument 1 names different: declaration 'n' definition 'N'. [funcArgNamesDifferent]
openmx-3.8.5.orig/source/openmx_common.h:2765:21: note: Function 'zero_cfrac' argument 1 names different: declaration 'n' definition 'N'.
openmx-3.8.5.orig/source/zero_cfrac.c:32:22: note: Function 'zero_cfrac' argument 1 names different: declaration 'n' definition 'N'.
openmx-3.8.5.orig/source/zero_cfrac.c:280:20: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
[13:06]

ftp://ftp.se.debian.org/debian/pool/main/o/opennebula/opennebula_4.12.3+dfsg.orig.tar.xz
one-release-4.12.3/src/acl/AclManager.cc:406:5: style: Variable 'auth' is reassigned a value before the old one has been used. [redundantAssignment]
one-release-4.12.3/src/acl/AclManager.cc:403:0: note: Variable 'auth' is reassigned a value before the old one has been used.
one-release-4.12.3/src/acl/AclManager.cc:406:5: note: Variable 'auth' is reassigned a value before the old one has been used.
one-release-4.12.3/src/acl/AclManager.cc:184:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:363:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:473:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:552:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:667:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:728:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:840:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:847:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:867:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:877:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:896:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:906:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:984:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:991:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:997:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/acl/AclManager.cc:1206:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/cluster/Cluster.cc:160:21: style: The scope of the variable 'ds' can be reduced. [variableScope]
one-release-4.12.3/src/cluster/Cluster.cc:162:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/common/Attribute.cc:117:20: style: The scope of the variable 'epos' can be reduced. [variableScope]
one-release-4.12.3/src/common/Attribute.cc:117:25: style: The scope of the variable 'mpos' can be reduced. [variableScope]
one-release-4.12.3/src/common/Attribute.cc:54:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/common/Attribute.cc:91:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/common/Attribute.cc:185:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/common/mem_collector.c:66:12: style: The scope of the variable 'i' can be reduced. [variableScope]
one-release-4.12.3/src/common/mem_collector.c:66:15: style: The scope of the variable 'old_size' can be reduced. [variableScope]
one-release-4.12.3/src/datastore/Datastore.cc:773:17: style: The scope of the variable 'free_limited' can be reduced. [variableScope]
one-release-4.12.3/src/datastore/Datastore.cc:142:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/dm/DispatchManagerActions.cc:1489:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/dm/DispatchManagerActions.cc:1509:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/dm/DispatchManagerStates.cc:199:22: style: The scope of the variable 'tmpl' can be reduced. [variableScope]
one-release-4.12.3/src/dm/DispatchManagerStates.cc:201:9: style: The scope of the variable 'uid' can be reduced. [variableScope]
one-release-4.12.3/src/dm/DispatchManagerStates.cc:202:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
one-release-4.12.3/src/host/Host.cc:259:11: style: The scope of the variable 'val' can be reduced. [variableScope]
one-release-4.12.3/src/host/Host.cc:705:19: style: The scope of the variable 'encrypted' can be reduced. [variableScope]
one-release-4.12.3/src/host/Host.cc:218:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/host/Host.cc:336:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/host/Host.cc:409:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/host/Host.cc:436:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/host/HostShare.cc:143:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/im/InformationManager.cc:57:33: style: The scope of the variable 'im_mad' can be reduced. [variableScope]
one-release-4.12.3/src/im/InformationManager.cc:60:33: style: The scope of the variable 'vattr' can be reduced. [variableScope]
one-release-4.12.3/src/im/InformationManager.cc:61:33: style: The scope of the variable 'rc' can be reduced. [variableScope]
one-release-4.12.3/src/im/InformationManager.cc:290:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/im/MonitorThread.cc:109:17: style: The scope of the variable 'ds' can be reduced. [variableScope]
one-release-4.12.3/src/im/MonitorThread.cc:88:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/im/MonitorThread.cc:142:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/im/MonitorThread.cc:227:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/im/MonitorThread.cc:250:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/im_mad/collectd/ListenerThread.cc:56:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
one-release-4.12.3/src/im_mad/collectd/ListenerThread.h:72:15: style: Technically the member function 'ListenerThread::thread_id' can be const. [functionConst]
one-release-4.12.3/src/im_mad/collectd/ListenerThread.h:37:5: style: Class 'ListenerThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
one-release-4.12.3/src/im_mad/collectd/OpenNebulaDriver.cc:74:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
one-release-4.12.3/src/im_mad/collectd/OpenNebulaDriver.h:81:5: warning: Member variable 'IMCollectorDriver::pool' is not initialized in the constructor. [uninitMemberVar]
one-release-4.12.3/src/im_mad/collectd/OpenNebulaDriver.h:38:10: performance: Technically the member function 'OpenNebulaDriver::write2one' can be static. [functionStatic]
one-release-4.12.3/src/im_mad/collectd/OpenNebulaDriver.h:61:9: performance: Technically the member function 'OpenNebulaDriver::read_one' can be static. [functionStatic]
one-release-4.12.3/src/im_mad/collectd/OpenNebulaDriver.cc:34:23: note: Technically the member function 'OpenNebulaDriver::read_one' can be static.
one-release-4.12.3/src/im_mad/collectd/OpenNebulaDriver.h:61:9: note: Technically the member function 'OpenNebulaDriver::read_one' can be static.
one-release-4.12.3/src/im_mad/collectd/OpenNebulaDriver.h:95:10: style: The function 'driver_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
one-release-4.12.3/src/im_mad/collectd/OpenNebulaDriver.h:66:18: note: Virtual function in base class
one-release-4.12.3/src/im_mad/collectd/OpenNebulaDriver.h:95:10: note: Function in derived class
one-release-4.12.3/src/im_mad/collectd/OpenNebulaDriver.h:81:35: performance: Function parameter 'address' should be passed by const reference. [passedByValue]
one-release-4.12.3/src/image/Image.cc:643:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/image/ImageManager.cc:177:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/image/ImagePool.cc:321:13: style: The scope of the variable 'datastore_id' can be reduced. [variableScope]
one-release-4.12.3/src/image/ImagePool.cc:56:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/image/ImagePool.cc:63:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/lcm/LifeCycleStates.cc:1456:23: style: The scope of the variable 'disk' can be reduced. [variableScope]
one-release-4.12.3/src/lcm/LifeCycleStates.cc:1458:9: style: The scope of the variable 'uid' can be reduced. [variableScope]
one-release-4.12.3/src/lcm/LifeCycleStates.cc:1459:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
one-release-4.12.3/src/lcm/LifeCycleStates.cc:1460:9: style: The scope of the variable 'oid' can be reduced. [variableScope]
one-release-4.12.3/src/lcm/LifeCycleStates.cc:1742:23: style: The scope of the variable 'nic' can be reduced. [variableScope]
one-release-4.12.3/src/lcm/LifeCycleStates.cc:1744:9: style: The scope of the variable 'uid' can be reduced. [variableScope]
one-release-4.12.3/src/lcm/LifeCycleStates.cc:1745:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
one-release-4.12.3/src/lcm/LifeCycleStates.cc:1746:9: style: The scope of the variable 'oid' can be reduced. [variableScope]
one-release-4.12.3/src/log/Log.cc:83:17: style: The scope of the variable 'str' can be reduced. [variableScope]
one-release-4.12.3/src/log/Log.cc:84:17: style: The scope of the variable 'the_time' can be reduced. [variableScope]
one-release-4.12.3/src/log/Log.cc:127:17: style: The scope of the variable 'str' can be reduced. [variableScope]
one-release-4.12.3/src/log/Log.cc:128:17: style: The scope of the variable 'the_time' can be reduced. [variableScope]
one-release-4.12.3/src/mad/MadManager.cc:218:21: style: The scope of the variable 'rc' can be reduced. [variableScope]
one-release-4.12.3/src/nebula/NebulaTemplate.cc:36:17: style: The scope of the variable 'attr' can be reduced. [variableScope]
one-release-4.12.3/src/nebula/NebulaTemplate.cc:63:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/nebula/SystemDB.cc:124:21: style: Unused variable: iss [unusedVariable]
one-release-4.12.3/src/nebula/SystemDB.cc:326:21: style: Unused variable: iss [unusedVariable]
one-release-4.12.3/src/pool/ObjectCollection.cc:36:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/pool/ObjectCollection.cc:66:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/pool/PoolSQL.cc:169:41: style: The scope of the variable 'rc' can be reduced. [variableScope]
one-release-4.12.3/src/pool/PoolSQL.cc:284:22: style: The scope of the variable 'rc' can be reduced. [variableScope]
one-release-4.12.3/src/pool/PoolSQL.cc:385:21: style: The scope of the variable 'the_object' can be reduced. [variableScope]
one-release-4.12.3/src/pool/PoolSQL.cc:421:10: style: The scope of the variable 'oid' can be reduced. [variableScope]
one-release-4.12.3/src/pool/PoolSQL.cc:79:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/pool/PoolSQL.cc:489:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/pool/PoolSQL.cc:537:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/pool/PoolSQL.cc:562:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/pool/PoolSQL.cc:733:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/pool/PoolSQL.cc:738:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/pool/PoolSQL.cc:743:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/pool/PoolSQL.cc:772:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/pool/PoolSQL.cc:784:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/pool/PoolSQL.cc:800:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/rm/Request.cc:255:21: style: The scope of the variable 'object' can be reduced. [variableScope]
one-release-4.12.3/src/rm/RequestManagerAllocate.cc:136:21: style: The scope of the variable 'cluster' can be reduced. [variableScope]
one-release-4.12.3/src/rm/RequestManagerChown.cc:160:21: style: The scope of the variable 'obj_oid' can be reduced. [variableScope]
one-release-4.12.3/src/rm/RequestManagerDelete.cc:283:17: style: The scope of the variable 'group' can be reduced. [variableScope]
one-release-4.12.3/src/rm/RequestManagerDelete.cc:285:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/rm/RequestManagerPoolInfoFilter.cc:64:12: style: Unused variable: usr_str [unusedVariable]
one-release-4.12.3/src/rm/RequestManagerRename.cc:165:25: style: The scope of the variable 'host' can be reduced. [variableScope]
one-release-4.12.3/src/rm/RequestManagerRename.cc:168:25: style: The scope of the variable 'ds' can be reduced. [variableScope]
one-release-4.12.3/src/rm/RequestManagerRename.cc:171:25: style: The scope of the variable 'vnet' can be reduced. [variableScope]
one-release-4.12.3/src/rm/RequestManagerRename.cc:243:17: style: The scope of the variable 'image' can be reduced. [variableScope]
one-release-4.12.3/src/rm/RequestManagerRename.cc:283:26: style: The scope of the variable 'vm' can be reduced. [variableScope]
one-release-4.12.3/src/rm/RequestManagerRename.cc:174:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/rm/RequestManagerRename.cc:190:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/rm/RequestManagerRename.cc:206:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/rm/RequestManagerRename.cc:246:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/rm/RequestManagerRename.cc:286:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/rm/RequestManagerUser.cc:368:12: style: Unused variable: error_str [unusedVariable]
one-release-4.12.3/src/rm/RequestManagerVirtualMachine.cc:150:20: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
one-release-4.12.3/src/rm/RequestManagerVirtualMachine.cc:181:20: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
one-release-4.12.3/src/scheduler/src/pool/AclXML.cc:82:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/pool/AclXML.cc:106:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/pool/HostPoolXML.cc:102:9: style: The scope of the variable 'cluster_id' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/pool/HostPoolXML.cc:105:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/pool/HostXML.cc:67:9: style: The scope of the variable 'id' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/pool/HostXML.cc:68:15: style: The scope of the variable 'disk' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/pool/HostXML.cc:99:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/pool/VirtualMachinePoolXML.cc:246:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/pool/VirtualMachineXML.cc:437:19: style: The scope of the variable 'ds' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/pool/VirtualMachineXML.cc:460:19: style: The scope of the variable 'ds' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/pool/VirtualMachineXML.cc:247:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/pool/VirtualMachineXML.cc:259:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/pool/VirtualMachineXML.cc:320:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/pool/VirtualMachineXML.cc:439:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/pool/VirtualMachineXML.cc:462:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:718:25: style: The scope of the variable 'vm' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:724:9: style: The scope of the variable 'n_resources' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:725:9: style: The scope of the variable 'n_matched' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:726:9: style: The scope of the variable 'n_auth' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:727:9: style: The scope of the variable 'n_error' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:728:9: style: The scope of the variable 'n_fits' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:1196:24: style: The scope of the variable 'vm' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:1291:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:414:37: style: Unused variable: oss [unusedVariable]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:415:37: style: Unused variable: it [unusedVariable]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:416:37: style: Unused variable: shares [unusedVariable]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:749:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:786:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:849:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:875:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:947:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:1017:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:1046:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:1101:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:1216:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/scheduler/src/sched/Scheduler.cc:1223:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/secgroup/SecurityGroup.cc:82:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/secgroup/SecurityGroup.cc:296:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/secgroup/SecurityGroup.cc:438:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/sunstone/public/bower_components/no-vnc/utils/rebind.c:48:12: style: The scope of the variable 'PORT_OLD' can be reduced. [variableScope]
one-release-4.12.3/src/sunstone/public/bower_components/no-vnc/utils/rebind.c:48:24: style: The scope of the variable 'PORT_NEW' can be reduced. [variableScope]
one-release-4.12.3/src/sunstone/public/bower_components/no-vnc/utils/rebind.c:49:14: style: The scope of the variable 'oldport' can be reduced. [variableScope]
one-release-4.12.3/src/sunstone/public/bower_components/no-vnc/utils/rebind.c:50:24: style: Variable 'askaddr' is assigned a value that is never used. [unreadVariable]
one-release-4.12.3/src/template/Template.cc:659:19: warning: Redundant assignment of 'child' to itself. [selfAssignment]
one-release-4.12.3/src/template/Template.cc:194:45: style: The scope of the variable 'attr' can be reduced. [variableScope]
one-release-4.12.3/src/template/Template.cc:548:45: style: The scope of the variable 's' can be reduced. [variableScope]
one-release-4.12.3/src/template/Template.cc:574:45: style: The scope of the variable 's' can be reduced. [variableScope]
one-release-4.12.3/src/template/Template.cc:647:25: style: The scope of the variable 'grandchild' can be reduced. [variableScope]
one-release-4.12.3/src/template/Template.cc:811:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
one-release-4.12.3/src/template/Template.cc:828:41: style: The scope of the variable 'attr' can be reduced. [variableScope]
one-release-4.12.3/src/template/Template.cc:885:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
one-release-4.12.3/src/template/Template.cc:902:35: style: The scope of the variable 'attr' can be reduced. [variableScope]
one-release-4.12.3/src/template/Template.cc:929:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
one-release-4.12.3/src/template/Template.cc:948:35: style: The scope of the variable 'attr' can be reduced. [variableScope]
one-release-4.12.3/src/template/Template.cc:34:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:196:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:224:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:249:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:277:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:307:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:333:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:360:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:382:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:552:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:576:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:755:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:974:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:981:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/template/Template.cc:988:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
template_parser.c:1488:2: warning: Possible null pointer dereference: b [nullPointer]
template_parser.c:1381:24: note: Calling function 'template__init_buffer', 1st argument 'b' value is 0
template_parser.c:1488:2: note: Null pointer dereference
template_parser.c:1489:2: warning: Possible null pointer dereference: b [nullPointer]
template_parser.c:1381:24: note: Calling function 'template__init_buffer', 1st argument 'b' value is 0
template_parser.c:1489:2: note: Null pointer dereference
template_parser.c:1500:9: warning: Possible null pointer dereference: b [nullPointer]
template_parser.c:1381:24: note: Calling function 'template__init_buffer', 1st argument 'b' value is 0
template_parser.c:1500:9: note: Null pointer dereference
template_parser.c:1148:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
template_parser.c:1161:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
template_parser.c:1265:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
template_parser.c:389:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
template_parser.c:1265:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
template_parser.c:1673:55: style: Function 'template__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
template_parser.c:342:54: note: Function 'template__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
template_parser.c:1673:55: note: Function 'template__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
template_parser.c:1686:55: style: Function 'template__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
template_parser.c:343:53: note: Function 'template__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
template_parser.c:1686:55: note: Function 'template__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
template_parser.c:1686:75: style: Function 'template__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
template_parser.c:343:69: note: Function 'template__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
template_parser.c:1686:75: note: Function 'template__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
template_parser.c:1818:31: style: Function 'template_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
template_parser.c:618:30: note: Function 'template_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
template_parser.c:1818:31: note: Function 'template_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
* yacc.c:358  *:893:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
* yacc.c:358  *:909:68: style: Function 'template__parse' argument 3 names different: declaration 'errmsg' definition 'error_msg'. [funcArgNamesDifferent]
* yacc.c:339  *:30:70: note: Function 'template__parse' argument 3 names different: declaration 'errmsg' definition 'error_msg'.
* yacc.c:358  *:909:68: note: Function 'template__parse' argument 3 names different: declaration 'errmsg' definition 'error_msg'.
* yacc.c:358  *:756:53: warning: Either the condition 'yytoken!=-2' is redundant, otherwise there is negative array index -2. [negativeIndex]
* yacc.c:358  *:790:15: note: Assuming that condition 'yytoken!=-2' is not redundant
* yacc.c:358  *:756:53: note: Negative array index
one-release-4.12.3/src/tm/TransferManager.cc:1823:10: warning: Either the condition 'vm==0' is redundant or there is possible null pointer dereference: vm. [nullPointerRedundantCheck]
one-release-4.12.3/src/tm/TransferManager.cc:1821:12: note: Assuming that condition 'vm==0' is not redundant
one-release-4.12.3/src/tm/TransferManager.cc:1823:10: note: Null pointer dereference
one-release-4.12.3/src/tm/TransferManager.cc:1706:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
one-release-4.12.3/src/tm/TransferManager.cc:1705:5: note: Variable 'rc' is reassigned a value before the old one has been used.
one-release-4.12.3/src/tm/TransferManager.cc:1706:5: note: Variable 'rc' is reassigned a value before the old one has been used.
one-release-4.12.3/src/um/Quota.cc:96:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/um/Quotas.cc:253:13: style: The scope of the variable 'user' can be reduced. [variableScope]
one-release-4.12.3/src/um/Quotas.cc:254:13: style: The scope of the variable 'group' can be reduced. [variableScope]
one-release-4.12.3/src/um/UserPool.cc:462:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
one-release-4.12.3/src/um/UserPool.cc:438:0: note: Variable 'result' is reassigned a value before the old one has been used.
one-release-4.12.3/src/um/UserPool.cc:462:5: note: Variable 'result' is reassigned a value before the old one has been used.
one-release-4.12.3/src/um/UserPool.cc:854:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:194:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:226:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:290:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:446:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:468:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:504:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:519:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:527:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:555:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:570:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:583:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:614:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vdc/Vdc.cc:658:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:1724:12: style: The scope of the variable 'index' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2114:26: style: The scope of the variable 'disk' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2143:26: style: The scope of the variable 'disk' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2170:26: style: The scope of the variable 'disk' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2390:26: style: The scope of the variable 'nic' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2417:26: style: The scope of the variable 'nic' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2467:26: style: The scope of the variable 'nic' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2602:26: style: The scope of the variable 'snap' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2634:26: style: The scope of the variable 'snap' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2662:26: style: The scope of the variable 'snap' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2689:26: style: The scope of the variable 'snap' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2727:27: style: The scope of the variable 'nic' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2906:24: style: The scope of the variable 'sgroup' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:2972:25: style: The scope of the variable 'sgroup' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:3301:26: style: The scope of the variable 'disk' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:3427:26: style: The scope of the variable 'disk' can be reduced. [variableScope]
one-release-4.12.3/src/vm/VirtualMachine.cc:667:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:952:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:1050:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:1207:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:1780:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:1785:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:1921:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:2373:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:2452:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:2739:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:2767:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:2916:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:2933:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:2977:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:3114:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:3529:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:3899:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachine.cc:4052:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachinePool.cc:831:28: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
one-release-4.12.3/src/vm/VirtualMachinePool.cc:828:26: note: outer condition: h_stime!=0
one-release-4.12.3/src/vm/VirtualMachinePool.cc:831:28: note: identical inner condition: h_stime!=0
one-release-4.12.3/src/vm/VirtualMachinePool.cc:791:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachinePool.cc:822:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachinePool.cc:900:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vm/VirtualMachinePool.cc:904:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
* yacc.c:358  *:889:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
* yacc.c:1906  *:7:22: style: Function 'vm_file_var__error' argument 5 names different: declaration 'errmsg' definition 'error_msg'. [funcArgNamesDifferent]
* yacc.c:339  *:31:26: note: Function 'vm_file_var__error' argument 5 names different: declaration 'errmsg' definition 'error_msg'.
* yacc.c:1906  *:7:22: note: Function 'vm_file_var__error' argument 5 names different: declaration 'errmsg' definition 'error_msg'.
* yacc.c:358  *:751:53: warning: Either the condition 'yytoken!=-2' is redundant, otherwise there is negative array index -2. [negativeIndex]
* yacc.c:358  *:785:15: note: Assuming that condition 'yytoken!=-2' is not redundant
* yacc.c:358  *:751:53: note: Negative array index
vm_var_parser.c:1449:2: warning: Possible null pointer dereference: b [nullPointer]
vm_var_parser.c:1342:22: note: Calling function 'vm_var__init_buffer', 1st argument 'b' value is 0
vm_var_parser.c:1449:2: note: Null pointer dereference
vm_var_parser.c:1450:2: warning: Possible null pointer dereference: b [nullPointer]
vm_var_parser.c:1342:22: note: Calling function 'vm_var__init_buffer', 1st argument 'b' value is 0
vm_var_parser.c:1450:2: note: Null pointer dereference
vm_var_parser.c:1461:9: warning: Possible null pointer dereference: b [nullPointer]
vm_var_parser.c:1342:22: note: Calling function 'vm_var__init_buffer', 1st argument 'b' value is 0
vm_var_parser.c:1461:9: note: Null pointer dereference
vm_var_parser.c:1109:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
vm_var_parser.c:1122:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
vm_var_parser.c:1226:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
vm_var_parser.c:389:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
vm_var_parser.c:1226:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
vm_var_parser.c:1634:53: style: Function 'vm_var__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
vm_var_parser.c:342:52: note: Function 'vm_var__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
vm_var_parser.c:1634:53: note: Function 'vm_var__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
vm_var_parser.c:1647:53: style: Function 'vm_var__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
vm_var_parser.c:343:51: note: Function 'vm_var__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
vm_var_parser.c:1647:53: note: Function 'vm_var__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
vm_var_parser.c:1647:73: style: Function 'vm_var__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
vm_var_parser.c:343:67: note: Function 'vm_var__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
vm_var_parser.c:1647:73: note: Function 'vm_var__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
vm_var_parser.c:1779:29: style: Function 'vm_var_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
vm_var_parser.c:575:28: note: Function 'vm_var_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
vm_var_parser.c:1779:29: note: Function 'vm_var_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
* yacc.c:339  *:158:31: style: The scope of the variable 'net' can be reduced. [variableScope]
* yacc.c:1906  *:7:22: style: Function 'vm_var__error' argument 5 names different: declaration 'errmsg' definition 'error_msg'. [funcArgNamesDifferent]
* yacc.c:339  *:30:26: note: Function 'vm_var__error' argument 5 names different: declaration 'errmsg' definition 'error_msg'.
* yacc.c:1906  *:7:22: note: Function 'vm_var__error' argument 5 names different: declaration 'errmsg' definition 'error_msg'.
one-release-4.12.3/src/vmm/LibVirtDriverKVM.cc:52:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vmm/LibVirtDriverKVM.cc:369:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vmm/LibVirtDriverVMware.cc:196:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vmm/VirtualMachineManager.cc:1491:27: style: The scope of the variable 'vm' can be reduced. [variableScope]
one-release-4.12.3/src/vmm/VirtualMachineManager.cc:1530:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vmm/VirtualMachineManagerDriver.cc:34:21: style: The scope of the variable 'cfile' can be reduced. [variableScope]
one-release-4.12.3/src/vmm/VirtualMachineManagerDriver.cc:36:21: style: The scope of the variable 'rc' can be reduced. [variableScope]
one-release-4.12.3/src/vmm/VirtualMachineManagerDriver.cc:724:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
one-release-4.12.3/src/vmm/XenDriver.cc:257:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRange.cc:408:18: style: The scope of the variable 'rc' can be reduced. [variableScope]
one-release-4.12.3/src/vnm/AddressRange.cc:481:25: style: The scope of the variable 'is_in' can be reduced. [variableScope]
one-release-4.12.3/src/vnm/AddressRange.cc:666:19: style: The scope of the variable 'temp_byte' can be reduced. [variableScope]
one-release-4.12.3/src/vnm/AddressRange.cc:1519:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
one-release-4.12.3/src/vnm/AddressRange.cc:1083:16: style: Checking if unsigned variable 'index' is less than zero. [unsignedLessThanZero]
one-release-4.12.3/src/vnm/AddressRange.cc:1111:12: style: Unsigned variable 'index' can't be negative so it is unnecessary to test it. [unsignedPositive]
one-release-4.12.3/src/vnm/AddressRange.cc:1167:12: style: Unsigned variable 'index' can't be negative so it is unnecessary to test it. [unsignedPositive]
one-release-4.12.3/src/vnm/AddressRange.cc:417:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRange.cc:485:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRange.cc:831:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRange.cc:857:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRange.cc:1144:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRange.cc:1192:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRange.cc:1482:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRange.cc:1521:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRange.cc:1542:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:403:26: style: Same expression on both sides of '-' because the value of 'used_addr_ini' and 'used_addr' are the same. [duplicateExpression]
one-release-4.12.3/src/vnm/AddressRangePool.cc:396:34: note: 'used_addr_ini' is assigned value 'used_addr' here.
one-release-4.12.3/src/vnm/AddressRangePool.cc:403:26: note: Same expression on both sides of '-' because the value of 'used_addr_ini' and 'used_addr' are the same.
one-release-4.12.3/src/vnm/AddressRangePool.cc:29:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:94:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:204:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:241:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:264:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:285:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:306:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:364:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:381:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:398:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:503:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:542:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:586:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:606:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/AddressRangePool.cc:701:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/VirtualNetwork.cc:596:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/VirtualNetwork.cc:663:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
one-release-4.12.3/src/vnm/VirtualNetworkPool.cc:83:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
* yacc.c:358  *:909:80: style: Function 'expr_arith__parse' argument 4 names different: declaration 'errmsg' definition 'error_msg'. [funcArgNamesDifferent]
* yacc.c:339  *:35:43: note: Function 'expr_arith__parse' argument 4 names different: declaration 'errmsg' definition 'error_msg'.
* yacc.c:358  *:909:80: note: Function 'expr_arith__parse' argument 4 names different: declaration 'errmsg' definition 'error_msg'.
* yacc.c:358  *:755:53: warning: Either the condition 'yytoken!=-2' is redundant, otherwise there is negative array index -2. [negativeIndex]
* yacc.c:358  *:789:15: note: Assuming that condition 'yytoken!=-2' is not redundant
* yacc.c:358  *:755:53: note: Negative array index
* yacc.c:358  *:896:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
* yacc.c:358  *:912:92: style: Function 'expr_bool__parse' argument 4 names different: declaration 'errmsg' definition 'error_msg'. [funcArgNamesDifferent]
* yacc.c:339  *:35:42: note: Function 'expr_bool__parse' argument 4 names different: declaration 'errmsg' definition 'error_msg'.
* yacc.c:358  *:912:92: note: Function 'expr_bool__parse' argument 4 names different: declaration 'errmsg' definition 'error_msg'.
* yacc.c:358  *:758:53: warning: Either the condition 'yytoken!=-2' is redundant, otherwise there is negative array index -2. [negativeIndex]
* yacc.c:358  *:792:15: note: Assuming that condition 'yytoken!=-2' is not redundant
* yacc.c:358  *:758:53: note: Negative array index
expr_parser.c:1393:2: warning: Possible null pointer dereference: b [nullPointer]
expr_parser.c:1286:20: note: Calling function 'expr__init_buffer', 1st argument 'b' value is 0
expr_parser.c:1393:2: note: Null pointer dereference
expr_parser.c:1394:2: warning: Possible null pointer dereference: b [nullPointer]
expr_parser.c:1286:20: note: Calling function 'expr__init_buffer', 1st argument 'b' value is 0
expr_parser.c:1394:2: note: Null pointer dereference
expr_parser.c:1405:9: warning: Possible null pointer dereference: b [nullPointer]
expr_parser.c:1286:20: note: Calling function 'expr__init_buffer', 1st argument 'b' value is 0
expr_parser.c:1405:9: note: Null pointer dereference
expr_parser.c:1053:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
expr_parser.c:1066:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
expr_parser.c:1170:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
expr_parser.c:389:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
expr_parser.c:1170:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
expr_parser.c:1578:51: style: Function 'expr__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
expr_parser.c:342:50: note: Function 'expr__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
expr_parser.c:1578:51: note: Function 'expr__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
expr_parser.c:1591:51: style: Function 'expr__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
expr_parser.c:343:49: note: Function 'expr__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
expr_parser.c:1591:51: note: Function 'expr__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
expr_parser.c:1591:71: style: Function 'expr__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
expr_parser.c:343:65: note: Function 'expr__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
expr_parser.c:1591:71: note: Function 'expr__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
expr_parser.c:1723:27: style: Function 'expr_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
expr_parser.c:560:26: note: Function 'expr_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
expr_parser.c:1723:27: note: Function 'expr_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
[13:06]

ftp://ftp.se.debian.org/debian/pool/main/o/opennebula-context/opennebula-context_4.8.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openni/openni_1.5.4.0.orig.tar.gz
OpenNI-OpenNI-e263e59/Externals/LibJPEG/jconfig.h:10:0: error: #error "LibJPEG: Unsupported Platform!" [preprocessorErrorDirective]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:7414:36: style: Condition '!AlwaysTrue()' is always false [knownConditionTrueFalse]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:7665:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:7645:0: note: Variable 'result' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:7665:3: note: Variable 'result' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:2281:49: style: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17356:60: note: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:2281:49: note: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:3039:50: style: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:3184:61: note: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:3039:50: note: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:3494:32: style: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17718:24: note: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:3494:32: note: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:3495:32: style: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17718:52: note: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:3495:32: note: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:3695:32: style: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17779:24: note: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:3695:32: note: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4278:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4213:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4278:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4279:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4215:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4279:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4280:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4217:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4280:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4281:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4218:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4281:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4282:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4219:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4282:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4283:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4222:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4283:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4284:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4216:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4284:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4285:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4223:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4285:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4286:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4220:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4286:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4287:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4221:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4287:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4288:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4225:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:4288:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:5607:30: style: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:650:41: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:5607:30: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:5608:30: style: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:651:41: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:5608:30: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:5652:37: style: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:657:48: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:5652:37: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:8509:46: style: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:2830:46: note: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:8509:46: note: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:8519:49: style: Function 'Int32FromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:2831:60: note: Function 'Int32FromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:8519:49: note: Function 'Int32FromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:8541:62: style: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:2832:62: note: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:8541:62: note: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:7170:33: style: Function 'MatcherCast' argument 1 names different: declaration 'm' definition 'matcher'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5004:26: note: Function 'MatcherCast' argument 1 names different: declaration 'm' definition 'matcher'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:7170:33: note: Function 'MatcherCast' argument 1 names different: declaration 'm' definition 'matcher'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:9645:46: style: Function 'ExpectationBase' argument 1 names different: declaration 'file' definition 'a_file'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8284:31: note: Function 'ExpectationBase' argument 1 names different: declaration 'file' definition 'a_file'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:9645:46: note: Function 'ExpectationBase' argument 1 names different: declaration 'file' definition 'a_file'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:9646:38: style: Function 'ExpectationBase' argument 2 names different: declaration 'line' definition 'a_line'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8284:41: note: Function 'ExpectationBase' argument 2 names different: declaration 'line' definition 'a_line'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:9646:38: note: Function 'ExpectationBase' argument 2 names different: declaration 'line' definition 'a_line'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:9647:48: style: Function 'ExpectationBase' argument 3 names different: declaration 'source_text' definition 'a_source_text'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8284:61: note: Function 'ExpectationBase' argument 3 names different: declaration 'source_text' definition 'a_source_text'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:9647:48: note: Function 'ExpectationBase' argument 3 names different: declaration 'source_text' definition 'a_source_text'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:9666:61: style: Function 'SpecifyCardinality' argument 1 names different: declaration 'cardinality' definition 'a_cardinality'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8343:46: note: Function 'SpecifyCardinality' argument 1 names different: declaration 'cardinality' definition 'a_cardinality'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:9666:61: note: Function 'SpecifyCardinality' argument 1 names different: declaration 'cardinality' definition 'a_cardinality'.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:7570:0: warning: Found function call inside sizeof(). [sizeofFunctionCall]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:9043:1: style: The class 'linked_ptr_internal' does not have a constructor although it has private member variables. [noConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10259:5: warning: Member variable 'Iterator::value_' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:551:3: warning: Member variable 'GTestFlagSaver::pretty_' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:3133:3: style: 'String::operator=' should return 'String &'. [operatorEq]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17949:42: style: Unused private function: 'Environment::Setup' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:555:5: performance: Variable 'color_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:556:5: performance: Variable 'death_test_style_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:558:5: performance: Variable 'filter_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:559:5: performance: Variable 'internal_run_death_test_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:561:5: performance: Variable 'output_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:563:5: performance: Variable 'random_seed_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:564:5: performance: Variable 'repeat_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:566:5: performance: Variable 'stack_trace_depth_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:567:5: performance: Variable 'stream_result_to_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:2464:8: performance: Technically the member function 'testing::internal::Mutex::AssertHeld' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:9075:8: style: Technically the member function 'testing::internal::linked_ptr_internal::depart' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18703:20: performance: Technically the member function 'testing::WithParamInterface::GetParam' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:1007:10: performance: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:2063:22: note: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:1007:10: note: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:1108:7: style: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:5681:19: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:1108:7: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:1111:8: style: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:5735:20: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:1111:8: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4351:1: performance: Technically the member function 'testing::InvokeArgumentAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4358:1: performance: Technically the member function 'testing::InvokeArgumentActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4365:1: performance: Technically the member function 'testing::InvokeArgumentActionP2::GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4372:1: performance: Technically the member function 'testing::InvokeArgumentActionP3::GMOCK_INTERNAL_INIT_AND_3_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4379:1: performance: Technically the member function 'testing::InvokeArgumentActionP4::GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4386:1: performance: Technically the member function 'testing::InvokeArgumentActionP5::GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4393:1: performance: Technically the member function 'testing::InvokeArgumentActionP6::GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4400:1: performance: Technically the member function 'testing::InvokeArgumentActionP7::GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4407:1: performance: Technically the member function 'testing::InvokeArgumentActionP8::GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4414:1: performance: Technically the member function 'testing::InvokeArgumentActionP9::GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4421:1: performance: Technically the member function 'testing::InvokeArgumentActionP10::GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4433:1: performance: Technically the member function 'testing::ReturnNewAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4439:1: performance: Technically the member function 'testing::ReturnNewActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4445:1: performance: Technically the member function 'testing::ReturnNewActionP2::GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4451:1: performance: Technically the member function 'testing::ReturnNewActionP3::GMOCK_INTERNAL_INIT_AND_3_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4457:1: performance: Technically the member function 'testing::ReturnNewActionP4::GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4463:1: performance: Technically the member function 'testing::ReturnNewActionP5::GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4469:1: performance: Technically the member function 'testing::ReturnNewActionP6::GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4475:1: performance: Technically the member function 'testing::ReturnNewActionP7::GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4481:1: performance: Technically the member function 'testing::ReturnNewActionP8::GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4487:1: performance: Technically the member function 'testing::ReturnNewActionP9::GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4493:1: performance: Technically the member function 'testing::ReturnNewActionP10::GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5364:8: performance: Technically the member function 'testing::internal::IsNullMatcher::MatchAndExplain' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5369:8: performance: Technically the member function 'testing::internal::IsNullMatcher::DescribeTo' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5370:8: performance: Technically the member function 'testing::internal::IsNullMatcher::DescribeNegationTo' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5380:8: performance: Technically the member function 'testing::internal::NotNullMatcher::MatchAndExplain' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5385:8: performance: Technically the member function 'testing::internal::NotNullMatcher::DescribeTo' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5386:8: performance: Technically the member function 'testing::internal::NotNullMatcher::DescribeNegationTo' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5757:1: performance: Technically the member function 'testing::internal::Eq2Matcher::Matcher' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5758:1: performance: Technically the member function 'testing::internal::Ge2Matcher::Matcher' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5760:1: performance: Technically the member function 'testing::internal::Gt2Matcher::Matcher' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5762:1: performance: Technically the member function 'testing::internal::Le2Matcher::Matcher' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5764:1: performance: Technically the member function 'testing::internal::Lt2Matcher::Matcher' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:5766:1: performance: Technically the member function 'testing::internal::Ne2Matcher::Matcher' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:6018:8: performance: Technically the member function 'testing::internal::TrulyMatcher::DescribeTo' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:6022:8: performance: Technically the member function 'testing::internal::TrulyMatcher::DescribeNegationTo' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8360:8: style: Technically the member function 'testing::internal::ExpectationBase::RetireAllPreRequisites' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:9672:23: note: Technically the member function 'testing::internal::ExpectationBase::RetireAllPreRequisites' can be const.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8360:8: note: Technically the member function 'testing::internal::ExpectationBase::RetireAllPreRequisites' can be const.
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:12434:1: performance: Technically the member function 'testing::ReturnArgAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:12442:1: performance: Technically the member function 'testing::SaveArgActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:12450:1: performance: Technically the member function 'testing::SaveArgPointeeActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:12458:1: performance: Technically the member function 'testing::SetArgRefereeActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:12475:1: performance: Technically the member function 'testing::SetArrayArgumentActionP2::GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:12492:1: performance: Technically the member function 'testing::DeleteArgAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9072:16: warning: Virtual function 'ClearDefaultActionsLocked' is called from destructor '~FunctionMockerBase()' at line 9005. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9005:5: note: Calling ClearDefaultActionsLocked
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9072:16: note: ClearDefaultActionsLocked is a virtual method
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:790:3: style: Class 'tuple' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1878:3: style: Class 'RE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:1886:3: style: Class 'RE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:3045:3: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:3076:3: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:7420:3: style: Struct 'ConstCharPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:8293:3: style: Class 'CapturedStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:283:3: style: Class 'IgnoredValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8094:3: style: Class 'Expectation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8168:3: style: Class 'ExpectationSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8175:3: style: Class 'ExpectationSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:12499:1: style: Class 'ReturnPointeeActionP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:4876:0: style: Class 'testing :: Matcher < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:9100:0: style: Class 'testing :: internal :: linked_ptr < const RE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:9100:0: style: Class 'testing :: internal :: linked_ptr < internal :: ExpectationBase >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:9100:0: style: Class 'testing :: internal :: linked_ptr < testing :: ActionInterface < F > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:9100:0: style: Class 'testing :: internal :: linked_ptr < const testing :: internal :: ParamGeneratorInterface < bool > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10219:3: warning: The class 'Iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:1146:0: warning: The class 'testing :: Action < F >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:7209:17: style: The function 'CreateTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:7195:17: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:7209:17: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10292:17: style: The function 'CreateTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:7195:17: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10292:17: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10331:28: style: The function 'CreateTestFactory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10312:28: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10331:28: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10391:25: style: The function 'GetTestCaseName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10354:25: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10391:25: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10393:18: style: The function 'GetTestCaseTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10356:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10393:18: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10421:16: style: The function 'RegisterTests' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10361:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:10421:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18009:16: style: The function 'OnTestProgramStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17959:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18009:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18010:16: style: The function 'OnTestIterationStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17964:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18010:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18012:16: style: The function 'OnEnvironmentsSetUpStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17968:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18012:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18013:16: style: The function 'OnEnvironmentsSetUpEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17971:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18013:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18014:16: style: The function 'OnTestCaseStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17974:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18014:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18015:16: style: The function 'OnTestStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17977:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18015:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18016:16: style: The function 'OnTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17980:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18016:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18017:16: style: The function 'OnTestEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17983:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18017:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18018:16: style: The function 'OnTestCaseEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17986:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18018:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18019:16: style: The function 'OnEnvironmentsTearDownStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17989:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18019:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18020:16: style: The function 'OnEnvironmentsTearDownEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17992:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18020:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18021:16: style: The function 'OnTestIterationEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17995:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18021:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18023:16: style: The function 'OnTestProgramEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:17999:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:18023:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:151:16: style: The function 'ReportTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gtest/gtest.h:16804:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:151:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:833:18: style: The function 'CurrentStackTrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:818:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:833:18: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:834:16: style: The function 'UponLeavingGTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:823:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:834:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8653:16: style: The function 'MaybeDescribeExtraMatcherTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8307:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8653:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8667:23: style: The function 'GetHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8329:23: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8667:23: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8924:16: style: The function 'PrintAsActionResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8904:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8924:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8963:16: style: The function 'PrintAsActionResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8904:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:8963:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9047:42: style: The function 'UntypedPerformDefaultAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:7750:42: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9047:42: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9059:42: style: The function 'UntypedPerformAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:7757:42: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9059:42: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9072:16: style: The function 'ClearDefaultActionsLocked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:7739:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9072:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9160:16: style: The function 'UntypedDescribeUninterestingCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:7765:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9160:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9187:34: style: The function 'UntypedFindMatchingExpectation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:7775:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9187:34: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9212:16: style: The function 'UntypedPrintArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:7781:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:9212:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:9386:16: style: The function 'ReportFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock/gmock.h:721:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/PSCommon/Testing/gmock-gtest-all.cc:9386:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinystr.h:240:7: style: Technically the member function 'TiXmlString::quit' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinystr.h:79:17: style: Class 'TiXmlString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:150:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:172:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:52:70: style: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:262:67: note: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:52:70: note: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:186:48: style: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:593:38: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:186:48: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:361:54: style: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:524:44: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:361:54: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:373:53: style: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:534:43: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:373:53: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:399:59: style: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:568:49: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:399:59: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:525:42: style: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:944:29: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:525:42: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:661:61: style: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:985:48: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:661:61: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:670:71: style: Function 'QueryUnsignedAttribute' argument 2 names different: declaration '_value' definition 'value'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:987:58: note: Function 'QueryUnsignedAttribute' argument 2 names different: declaration '_value' definition 'value'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:670:71: note: Function 'QueryUnsignedAttribute' argument 2 names different: declaration '_value' definition 'value'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:683:63: style: Function 'QueryBoolAttribute' argument 2 names different: declaration '_value' definition 'bval'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:992:50: note: Function 'QueryBoolAttribute' argument 2 names different: declaration '_value' definition 'bval'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:683:63: note: Function 'QueryBoolAttribute' argument 2 names different: declaration '_value' definition 'bval'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:720:67: style: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:994:54: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:720:67: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:740:57: style: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1070:44: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:740:57: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:760:66: style: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1075:53: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:760:66: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:780:47: style: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1050:33: note: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:780:47: note: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:780:67: style: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1050:52: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:780:67: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:965:43: style: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1419:30: note: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:965:43: note: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1156:43: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1537:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1156:43: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1236:41: style: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:831:26: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1236:41: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1243:47: style: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:833:32: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1243:47: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1360:39: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1254:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1360:39: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1482:42: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1375:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1482:42: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1514:46: style: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:909:28: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1514:46: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1529:49: style: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:910:31: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1529:49: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1572:54: style: Function 'Find' argument 1 names different: declaration '_name' definition 'name'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:917:36: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1572:54: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1680:37: style: Function 'Child' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1663:25: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1680:37: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1699:56: style: Function 'Child' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1659:44: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1699:56: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1718:44: style: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1673:32: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1718:44: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1737:63: style: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1668:51: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1737:63: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:189:16: warning: Assert statement calls a function which may have desired side effects: 'GetDocument'. [assertWithSideEffect]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:351:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1645:2: style: 'TiXmlHandle::operator=' should return 'TiXmlHandle &'. [operatorEq]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:805:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:806:3: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1384:2: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1385:2: performance: Variable 'encoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1386:2: performance: Variable 'standalone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:910:7: style: Technically the member function 'TiXmlAttributeSet::Remove' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.cpp:1529:25: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:910:7: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1759:14: style: Technically the member function 'TiXmlPrinter::Indent' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1766:14: style: Technically the member function 'TiXmlPrinter::LineBreak' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1775:14: style: Technically the member function 'TiXmlPrinter::CStr' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1777:9: style: Technically the member function 'TiXmlPrinter::Size' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:944:2: style: Class 'TiXmlElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1168:2: style: Class 'TiXmlComment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1220:2: style: Class 'TiXmlText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1399:2: style: Class 'TiXmlDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1642:2: style: Class 'TiXmlHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:867:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:255:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:867:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:870:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:213:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:870:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1124:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:714:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1124:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1126:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:213:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1126:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1131:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:255:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1131:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1133:34: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:698:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1133:34: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1134:34: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:705:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1134:34: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1138:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:738:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1138:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1177:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:714:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1177:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1179:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:213:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1179:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1184:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:255:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1184:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1186:31: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:699:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1186:31: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1187:28: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:706:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1187:28: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1191:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:738:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1191:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1240:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:213:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1240:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1247:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:255:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1247:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1249:27: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:701:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1249:27: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1250:27: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:708:33: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1250:27: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1254:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:738:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1254:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1258:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:714:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1258:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1316:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:714:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1316:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1319:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:213:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1319:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1323:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:255:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1323:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1325:34: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:702:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1325:34: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1326:34: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:709:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1326:34: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1330:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:738:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1330:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1364:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:714:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1364:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1366:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:213:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1366:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1368:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:255:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1368:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1370:34: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:700:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1370:34: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1371:34: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:707:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1371:34: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1375:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:738:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1375:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1532:34: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:697:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1532:34: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1533:34: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:704:34: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1533:34: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1537:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:738:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1537:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1541:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:714:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1541:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1743:15: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:134:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1743:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1744:15: style: The function 'VisitExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:136:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1744:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1746:15: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:139:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1746:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1747:15: style: The function 'VisitExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:141:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1747:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1749:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:144:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1749:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1750:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:146:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1750:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1751:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:148:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1751:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1752:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:150:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1752:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:445:14: style: Redundant condition: If 'EXPR == '#'', the comparison 'EXPR' is always true. [redundantCondition]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:823:16: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:1126:18: style: Redundant condition: If 'EXPR == '>'', the comparison 'EXPR' is always true. [redundantCondition]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:1285:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:1411:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '='' is always true. [redundantCondition]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:430:9: warning: Either the condition 'p' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:420:11: note: Assuming that condition 'p' is not redundant
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:430:9: note: Null pointer subtraction
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:438:47: style: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:323:44: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:438:47: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:535:21: style: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:367:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:535:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:574:46: style: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:315:43: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:574:46: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:576:15: style: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:317:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:576:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:578:15: style: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:319:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:578:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:704:68: style: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1446:62: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:704:68: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:798:52: style: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1530:38: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:798:52: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:798:78: style: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1530:71: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:798:78: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:818:45: style: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:753:35: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:818:45: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:1179:50: style: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1153:37: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:1179:50: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:1179:71: style: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1153:59: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:1179:71: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:1572:91: style: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxml.h:1323:82: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
OpenNI-OpenNI-e263e59/Externals/TinyXml/tinyxmlparser.cpp:1572:91: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/core.c:1193:6: style: Function 'libusb_claim_interface' argument 2 names different: declaration 'iface' definition 'interface_number'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusb.h:804:59: note: Function 'libusb_claim_interface' argument 2 names different: declaration 'iface' definition 'interface_number'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/core.c:1193:6: note: Function 'libusb_claim_interface' argument 2 names different: declaration 'iface' definition 'interface_number'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/core.c:1230:6: style: Function 'libusb_release_interface' argument 2 names different: declaration 'iface' definition 'interface_number'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusb.h:805:61: note: Function 'libusb_release_interface' argument 2 names different: declaration 'iface' definition 'interface_number'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/core.c:1230:6: note: Function 'libusb_release_interface' argument 2 names different: declaration 'iface' definition 'interface_number'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/core.c:1455:47: style: Function 'libusb_init' argument 1 names different: declaration 'ctx' definition 'context'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusb.h:774:34: note: Function 'libusb_init' argument 1 names different: declaration 'ctx' definition 'context'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/core.c:1455:47: note: Function 'libusb_init' argument 1 names different: declaration 'ctx' definition 'context'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusbi.h:276:28: portability: '(void*)transfer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusbi.h:277:3: portability: '((void*)transfer)+sizeof(struct usbi_transfer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusbi.h:278:3: portability: '((void*)transfer)+sizeof(struct usbi_transfer)+sizeof(struct libusb_transfer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/descriptor.c:159:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/descriptor.c:160:6: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/descriptor.c:676:10: style: Function 'libusb_get_string_descriptor_ascii' argument 2 names different: declaration 'index' definition 'desc_index'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusb.h:1176:10: note: Function 'libusb_get_string_descriptor_ascii' argument 2 names different: declaration 'index' definition 'desc_index'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/descriptor.c:676:10: note: Function 'libusb_get_string_descriptor_ascii' argument 2 names different: declaration 'index' definition 'desc_index'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/descriptor.c:200:3: error: Common realloc mistake: 'altsetting' nulled but not freed upon failure [memleakOnRealloc]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/io.c:2277:24: style: The scope of the variable 'to_cancel' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/io.c:1068:3: portability: '(void*)(transfer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/io.c:1075:3: portability: '(void*)(transfer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/io.c:1099:31: portability: '(void*)(transfer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/io.c:1179:9: portability: '(void*)(itransfer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/io.c:1208:14: portability: '(void*)(transfer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/io.c:1227:3: portability: '(void*)(transfer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/io.c:1282:3: portability: '(void*)(transfer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/io.c:1365:3: portability: '(void*)(itransfer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/io.c:1681:3: portability: '(void*)(itransfer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/io.c:2299:8: portability: '(void*)(cur)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/os/darwin_usb.h:68:0: error: #error "IOUSBFamily is too old. Please upgrade your OS" [preprocessorErrorDirective]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/os/linux_usbfs.c:198:31: warning: Possible null pointer dereference: ret [nullPointer]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/os/linux_usbfs.c:187:20: note: Assignment 'ret=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/os/linux_usbfs.c:198:31: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/os/linux_usbfs.c:1351:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/os/linux_usbfs.c:366:8: style: Checking if unsigned variable 'r' is less than zero. [unsignedLessThanZero]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/os/linux_usbfs.c:1094:6: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:110:11: style: Condition '!completed' is always true [knownConditionTrueFalse]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:104:9: note: Assuming that condition '!completed' is not redundant
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:110:11: note: Condition '!completed' is always true
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:180:11: style: Condition '!completed' is always true [knownConditionTrueFalse]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:174:9: note: Assuming that condition '!completed' is not redundant
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:180:11: note: Condition '!completed' is always true
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:73:10: style: Function 'libusb_control_transfer' argument 2 names different: declaration 'request_type' definition 'bmRequestType'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusb.h:1122:10: note: Function 'libusb_control_transfer' argument 2 names different: declaration 'request_type' definition 'bmRequestType'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:73:10: note: Function 'libusb_control_transfer' argument 2 names different: declaration 'request_type' definition 'bmRequestType'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:73:33: style: Function 'libusb_control_transfer' argument 3 names different: declaration 'request' definition 'bRequest'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusb.h:1122:32: note: Function 'libusb_control_transfer' argument 3 names different: declaration 'request' definition 'bRequest'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:73:33: note: Function 'libusb_control_transfer' argument 3 names different: declaration 'request' definition 'bRequest'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:73:52: style: Function 'libusb_control_transfer' argument 4 names different: declaration 'value' definition 'wValue'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusb.h:1122:50: note: Function 'libusb_control_transfer' argument 4 names different: declaration 'value' definition 'wValue'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:73:52: note: Function 'libusb_control_transfer' argument 4 names different: declaration 'value' definition 'wValue'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:73:69: style: Function 'libusb_control_transfer' argument 5 names different: declaration 'index' definition 'wIndex'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusb.h:1122:66: note: Function 'libusb_control_transfer' argument 5 names different: declaration 'index' definition 'wIndex'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:73:69: note: Function 'libusb_control_transfer' argument 5 names different: declaration 'index' definition 'wIndex'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:74:32: style: Function 'libusb_control_transfer' argument 7 names different: declaration 'length' definition 'wLength'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusb.h:1123:32: note: Function 'libusb_control_transfer' argument 7 names different: declaration 'length' definition 'wLength'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:74:32: note: Function 'libusb_control_transfer' argument 7 names different: declaration 'length' definition 'wLength'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:256:64: style: Function 'libusb_bulk_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusb.h:1127:7: note: Function 'libusb_bulk_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:256:64: note: Function 'libusb_bulk_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:306:40: style: Function 'libusb_interrupt_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/libusb.h:1131:7: note: Function 'libusb_interrupt_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'.
OpenNI-OpenNI-e263e59/Platform/Android/jni/External/libusb-1.0.8/libusb/sync.c:306:40: note: Function 'libusb_interrupt_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:264:20: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:266:21: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:267:16: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:274:20: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:276:21: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:277:16: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/fourcc.h:84:21: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:228:16: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:232:16: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:515:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:516:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:519:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:521:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:522:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:525:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:527:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:529:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:535:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:537:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:539:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:541:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/fourcc.h:68:28: style: Function 'FOURCCMap' argument 1 names different: declaration 'Fourcc' definition 'fourcc'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/fourcc.h:36:21: note: Function 'FOURCCMap' argument 1 names different: declaration 'Fourcc' definition 'fourcc'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/fourcc.h:68:28: note: Function 'FOURCCMap' argument 1 names different: declaration 'Fourcc' definition 'fourcc'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:89:9: warning: Member variable 'CNode::m_pPrev' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:89:9: warning: Member variable 'CNode::m_pNext' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:89:9: warning: Member variable 'CNode::m_pObject' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:160:13: style: Member variable 'CNodeCache::m_iUsed' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:126:38: note: Member variable 'CNodeCache::m_iUsed' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:160:13: note: Member variable 'CNodeCache::m_iUsed' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/msgthrd.h:44:31: style: Member variable 'CMsgThread::m_hSem' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/msgthrd.h:52:9: note: Member variable 'CMsgThread::m_hSem' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/msgthrd.h:44:31: note: Member variable 'CMsgThread::m_hSem' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/msgthrd.h:42:31: style: Member variable 'CMsgThread::m_ThreadQueue' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/msgthrd.h:54:9: note: Member variable 'CMsgThread::m_ThreadQueue' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/msgthrd.h:42:31: note: Member variable 'CMsgThread::m_ThreadQueue' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/reftime.h:62:9: performance: Variable 'm_time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/reftime.h:67:9: performance: Variable 'm_time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/reftime.h:72:9: performance: Variable 'm_time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/msgthrd.h:58:6: warning: Class 'CMsgThread' which has virtual members does not have a virtual destructor. [virtualDestructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxdebug.h:314:5: style: Technically the member function 'CDisp::operatorLPCTSTR' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ctlutil.h:206:5: style: Technically the member function 'COARefTime::operatordouble' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ctlutil.h:210:5: style: Technically the member function 'COARefTime::operatorREFERENCE_TIME' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/winutil.h:215:10: performance: Technically the member function 'CDrawImage::NotifyStartDraw' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/winutil.h:221:10: performance: Technically the member function 'CDrawImage::NotifyEndDraw' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:138:10: warning: The class 'CVideoTransformFilter' defines member variable with name 'm_bQualityChanged' also defined in its parent class 'CTransformFilter'. [duplInheritedMember]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:277:10: note: Parent variable 'CTransformFilter::m_bQualityChanged'
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:138:10: note: Derived variable 'CVideoTransformFilter::m_bQualityChanged'
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/reftime.h:65:5: style: Class 'CRefTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/reftime.h:70:5: style: Class 'CRefTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxdebug.h:302:5: style: Class 'CDisp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxdebug.h:303:5: style: Class 'CDisp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.h:94:5: style: Class 'CAutoLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.h:120:5: style: Class 'CAMEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.h:144:5: style: Class 'CAMMsgEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.h:282:5: style: Class 'CQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.h:488:2: style: Class 'QzCComPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/combase.h:182:5: style: Class 'CBaseObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:195:5: style: Class 'CBaseList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:124:9: style: Class 'CNodeCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/mtype.h:24:5: style: Class 'CMediaType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/fourcc.h:36:5: style: Class 'FOURCCMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/fourcc.h:37:5: style: Class 'FOURCCMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ctlutil.h:192:5: style: Class 'COARefTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ctlutil.h:197:5: style: Class 'COARefTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ctlutil.h:202:5: style: Class 'COARefTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ctlutil.h:771:5: style: Class 'CCmdQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/winutil.h:190:5: style: Class 'CDrawImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/strmctl.h:82:5: style: Class 'CBaseStreamControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:511:0: style: Class 'CGenericList < CMsg >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:511:0: style: Class 'CGenericList < CDeferredCommand >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:511:0: style: Class 'CGenericList < CBasePin >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:511:0: style: Class 'CGenericList < IMediaSample >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/reftime.h:49:1: warning: The class 'CRefTime' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ctlutil.h:381:13: style: The function 'GetMediaTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ctlutil.h:316:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ctlutil.h:381:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:738:21: style: The function 'CompleteConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:534:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:738:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:768:13: style: The function 'CheckConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:530:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:768:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:769:13: style: The function 'BreakConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:533:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:769:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:772:13: style: The function 'Active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:514:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:772:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:773:13: style: The function 'Inactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:517:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:773:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:904:13: style: The function 'BreakConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:533:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:904:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:935:21: style: The function 'Inactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:517:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:935:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:990:13: style: The function 'DeliverBeginFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:788:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:990:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:991:13: style: The function 'DeliverEndFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:789:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:991:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:993:13: style: The function 'Inactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:517:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:993:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:994:13: style: The function 'Active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:514:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:994:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:995:21: style: The function 'CompleteConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:738:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:995:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1546:10: style: The function 'Free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1450:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1546:10: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1553:13: style: The function 'Alloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1453:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1553:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:63:13: style: The function 'CheckConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:530:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:63:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:64:13: style: The function 'BreakConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:533:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:64:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:65:13: style: The function 'CompleteConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:534:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:65:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:68:13: style: The function 'CheckMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:523:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:68:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:71:13: style: The function 'SetMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:526:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:71:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:96:21: style: The function 'CheckStreaming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:918:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:96:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:146:13: style: The function 'CheckConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:530:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:146:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:147:13: style: The function 'BreakConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:533:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:147:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:148:13: style: The function 'CompleteConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:738:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:148:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:151:13: style: The function 'CheckMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:523:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:151:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:154:13: style: The function 'SetMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:526:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:154:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:158:13: style: The function 'DecideBufferSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:749:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:158:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:163:13: style: The function 'GetMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:537:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:163:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:182:17: style: The function 'GetPinCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:306:17: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:182:17: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:183:24: style: The function 'GetPin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:307:23: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:183:24: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:63:13: style: The function 'CheckMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:523:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:63:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:81:13: style: The function 'CompleteConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:534:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:81:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:119:13: style: The function 'CheckMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:523:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:119:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:133:13: style: The function 'CompleteConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:738:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:133:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:146:23: style: The function 'GetPin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:183:24: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:146:23: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:165:13: style: The function 'GetMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:222:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:165:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:171:13: style: The function 'DecideBufferSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:217:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:171:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:177:13: style: The function 'CheckTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:211:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:177:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:187:13: style: The function 'CompleteConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:243:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:187:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:190:21: style: The function 'Receive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:246:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:190:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:54:15: style: The function 'GetPinCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:306:17: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:54:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:55:15: style: The function 'GetPin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:307:23: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:55:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:130:13: style: The function 'Active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:514:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:130:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:131:13: style: The function 'Inactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:517:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:131:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:157:21: style: The function 'CheckMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:523:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:157:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:158:21: style: The function 'GetMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:537:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:158:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:36:13: style: The function 'BreakConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:533:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:36:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:37:13: style: The function 'CompleteConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:534:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:37:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:38:13: style: The function 'SetMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:526:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:38:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:39:13: style: The function 'CheckMediaType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:523:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:39:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:40:13: style: The function 'Active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:514:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:40:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:41:13: style: The function 'Inactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:935:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:41:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:135:17: style: The function 'GetPinCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:306:17: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:135:17: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:136:23: style: The function 'GetPin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:307:23: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:136:23: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:424:10: style: The function 'OnRenderStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:153:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:424:10: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:425:10: style: The function 'OnRenderEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:154:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:425:10: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:426:10: style: The function 'OnWaitStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:157:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:426:10: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:427:10: style: The function 'OnWaitEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:158:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:427:10: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:428:13: style: The function 'OnStartStreaming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:155:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:428:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:429:13: style: The function 'OnStopStreaming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:156:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:429:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:438:10: style: The function 'ScheduleSample' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:171:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:438:10: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/winutil.h:288:13: style: The function 'Alloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1453:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/winutil.h:288:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/winutil.h:289:10: style: The function 'Free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1450:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/winutil.h:289:10: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/winctrl.h:44:17: style: The function 'PossiblyEatMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/winutil.h:112:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/winctrl.h:44:17: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:20:13: style: The function 'EndFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:254:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:20:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:118:21: style: The function 'StartStreaming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:231:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:118:21: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:122:13: style: The function 'Receive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:246:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:122:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:124:13: style: The function 'AlterQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:235:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:124:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amextra.h:42:13: style: The function 'Active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:514:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amextra.h:42:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amextra.h:43:13: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:520:21: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amextra.h:43:13: note: Function in derived class
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:1727:32: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:2076:25: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:2226:10: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:2298:33: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:3013:25: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4752:23: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4807:21: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:895:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:889:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:895:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:936:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:930:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:936:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:5066:29: style: Opposite expression on both sides of '&'. [oppositeExpression]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:5066:29: note: Opposite expression on both sides of '&'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:5066:29: note: Opposite expression on both sides of '&'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:5190:19: style: The scope of the variable 'pSample' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:5249:19: style: The scope of the variable 'pSample' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:2190:24: style: Function 'ConnectedTo' argument 1 names different: declaration 'pPin' definition 'ppPin'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:435:49: note: Function 'ConnectedTo' argument 1 names different: declaration 'pPin' definition 'ppPin'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:2190:24: note: Function 'ConnectedTo' argument 1 names different: declaration 'pPin' definition 'ppPin'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:2575:81: style: Function 'DecideAllocator' argument 2 names different: declaration 'pAlloc' definition 'ppAlloc'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:742:87: note: Function 'DecideAllocator' argument 2 names different: declaration 'pAlloc' definition 'ppAlloc'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:2575:81: note: Function 'DecideAllocator' argument 2 names different: declaration 'pAlloc' definition 'ppAlloc'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:2809:35: style: Function 'CBaseInputPin' argument 5 names different: declaration 'pName' definition 'pPinName'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:846:26: note: Function 'CBaseInputPin' argument 5 names different: declaration 'pName' definition 'pPinName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:2809:35: note: Function 'CBaseInputPin' argument 5 names different: declaration 'pName' definition 'pPinName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:3587:37: style: Function 'SetDiscontinuity' argument 1 names different: declaration 'bDiscontinuity' definition 'bDiscont'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1297:40: note: Function 'SetDiscontinuity' argument 1 names different: declaration 'bDiscontinuity' definition 'bDiscont'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:3587:37: note: Function 'SetDiscontinuity' argument 1 names different: declaration 'bDiscontinuity' definition 'bDiscont'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4552:49: style: Function 'CBaseAllocator' argument 1 names different: declaration 'LPCTSTR' definition 'pName'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1458:18: note: Function 'CBaseAllocator' argument 1 names different: declaration 'LPCTSTR' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4552:49: note: Function 'CBaseAllocator' argument 1 names different: declaration 'LPCTSTR' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4553:54: style: Function 'CBaseAllocator' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1458:40: note: Function 'CBaseAllocator' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4553:54: note: Function 'CBaseAllocator' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4713:34: style: Function 'GetProperties' argument 1 names different: declaration 'pProps' definition 'pActual'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1478:35: note: Function 'GetProperties' argument 1 names different: declaration 'pProps' definition 'pActual'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4713:34: note: Function 'GetProperties' argument 1 names different: declaration 'pProps' definition 'pActual'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4791:46: style: Function 'ReleaseBuffer' argument 1 names different: declaration 'pBuffer' definition 'pSample'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1503:46: note: Function 'ReleaseBuffer' argument 1 names different: declaration 'pBuffer' definition 'pSample'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4791:46: note: Function 'ReleaseBuffer' argument 1 names different: declaration 'pBuffer' definition 'pSample'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:5019:63: style: Function 'CreateInstance' argument 1 names different: declaration 'LPUNKNOWN' definition 'pUnk'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1557:49: note: Function 'CreateInstance' argument 1 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:5019:63: note: Function 'CreateInstance' argument 1 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:5026:22: style: Function 'CMemAllocator' argument 1 names different: declaration 'LPCTSTR' definition 'pName'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1563:28: note: Function 'CMemAllocator' argument 1 names different: declaration 'LPCTSTR' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:5026:22: note: Function 'CMemAllocator' argument 1 names different: declaration 'LPCTSTR' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:5027:27: style: Function 'CMemAllocator' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1563:50: note: Function 'CMemAllocator' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:5027:27: note: Function 'CMemAllocator' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:3259:15: warning: Member variable 'CMediaSample::m_pNext' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.h:507:0: style: 'QzCComPtr < IPinConnection >::operator=' should return 'QzCComPtr < IPinConnection > &'. [operatorEq]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:69:15: style: Member variable 'CBaseMediaFilter::m_clsid' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:106:5: note: Member variable 'CBaseMediaFilter::m_clsid' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:69:15: note: Member variable 'CBaseMediaFilter::m_clsid' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:62:21: style: Member variable 'CBaseMediaFilter::m_State' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:107:5: note: Member variable 'CBaseMediaFilter::m_State' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:62:21: note: Member variable 'CBaseMediaFilter::m_State' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:159:15: style: Member variable 'CBaseFilter::m_clsid' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:336:5: note: Member variable 'CBaseFilter::m_clsid' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:159:15: note: Member variable 'CBaseFilter::m_clsid' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:156:21: style: Member variable 'CBaseFilter::m_State' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:337:5: note: Member variable 'CBaseFilter::m_State' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:156:21: note: Member variable 'CBaseFilter::m_State' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:163:22: style: Member variable 'CBaseFilter::m_pName' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:341:5: note: Member variable 'CBaseFilter::m_pName' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:163:22: note: Member variable 'CBaseFilter::m_pName' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:159:15: style: Member variable 'CBaseFilter::m_clsid' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:360:5: note: Member variable 'CBaseFilter::m_clsid' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:159:15: note: Member variable 'CBaseFilter::m_clsid' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:156:21: style: Member variable 'CBaseFilter::m_State' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:361:5: note: Member variable 'CBaseFilter::m_State' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:156:21: note: Member variable 'CBaseFilter::m_State' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:163:22: style: Member variable 'CBaseFilter::m_pName' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:365:5: note: Member variable 'CBaseFilter::m_pName' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:163:22: note: Member variable 'CBaseFilter::m_pName' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:338:22: style: Member variable 'CBasePin::m_pLock' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:1489:5: note: Member variable 'CBasePin::m_pLock' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:338:22: note: Member variable 'CBasePin::m_pLock' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:335:21: style: Member variable 'CBasePin::m_pName' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:1490:5: note: Member variable 'CBasePin::m_pName' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:335:21: note: Member variable 'CBasePin::m_pName' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:340:21: style: Member variable 'CBasePin::m_bCanReconnectWhenActive' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:1498:5: note: Member variable 'CBasePin::m_bCanReconnectWhenActive' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:340:21: note: Member variable 'CBasePin::m_bCanReconnectWhenActive' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1046:17: style: Member variable 'CDynamicOutputPin::m_BlockState' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:3896:9: note: Member variable 'CDynamicOutputPin::m_BlockState' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1046:17: note: Member variable 'CDynamicOutputPin::m_BlockState' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1037:12: style: Member variable 'CDynamicOutputPin::m_hUnblockOutputPinEvent' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:3897:9: note: Member variable 'CDynamicOutputPin::m_hUnblockOutputPinEvent' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1037:12: note: Member variable 'CDynamicOutputPin::m_hUnblockOutputPinEvent' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1217:22: style: Member variable 'CMediaSample::m_lActual' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:3266:5: note: Member variable 'CMediaSample::m_lActual' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1217:22: note: Member variable 'CMediaSample::m_lActual' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1211:22: style: Member variable 'CMediaSample::m_dwFlags' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:3268:5: note: Member variable 'CMediaSample::m_dwFlags' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1211:22: note: Member variable 'CMediaSample::m_dwFlags' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1215:22: style: Member variable 'CMediaSample::m_dwTypeSpecificFlags' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:3270:5: note: Member variable 'CMediaSample::m_dwTypeSpecificFlags' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1215:22: note: Member variable 'CMediaSample::m_dwTypeSpecificFlags' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1219:22: style: Member variable 'CMediaSample::m_pAllocator' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:3272:5: note: Member variable 'CMediaSample::m_pAllocator' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1219:22: note: Member variable 'CMediaSample::m_pAllocator' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1432:10: style: Member variable 'CBaseAllocator::m_lSize' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4563:5: note: Member variable 'CBaseAllocator::m_lSize' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1432:10: note: Member variable 'CBaseAllocator::m_lSize' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1430:10: style: Member variable 'CBaseAllocator::m_lCount' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4564:5: note: Member variable 'CBaseAllocator::m_lCount' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1430:10: note: Member variable 'CBaseAllocator::m_lCount' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1428:12: style: Member variable 'CBaseAllocator::m_hSem' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4567:5: note: Member variable 'CBaseAllocator::m_hSem' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1428:12: note: Member variable 'CBaseAllocator::m_hSem' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1444:38: style: Member variable 'CBaseAllocator::m_pNotify' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.cpp:4570:5: note: Member variable 'CBaseAllocator::m_pNotify' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amfilter.h:1444:38: note: Member variable 'CBaseAllocator::m_pNotify' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.h:488:0: style: Class 'QzCComPtr < IPinConnection >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amvideo.cpp:127:17: style: The scope of the variable 'pMediaSubtype' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/amvideo.cpp:153:17: style: The scope of the variable 'pMediaSubtype' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/arithutil.cpp:77:71: style: Function 'llMulDiv' argument 4 names different: declaration 'rnd' definition 'd'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.h:445:71: note: Function 'llMulDiv' argument 4 names different: declaration 'rnd' definition 'd'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/arithutil.cpp:77:71: note: Function 'llMulDiv' argument 4 names different: declaration 'rnd' definition 'd'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/arithutil.cpp:243:64: style: Function 'Int64x32Div32' argument 4 names different: declaration 'rnd' definition 'd'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.h:446:64: note: Function 'Int64x32Div32' argument 4 names different: declaration 'rnd' definition 'd'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/arithutil.cpp:243:64: note: Function 'Int64x32Div32' argument 4 names different: declaration 'rnd' definition 'd'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/combase.cpp:110:37: style: Function 'CUnknown' argument 1 names different: declaration 'Name' definition 'pName'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/combase.h:216:31: note: Function 'CUnknown' argument 1 names different: declaration 'Name' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/combase.cpp:110:37: note: Function 'CUnknown' argument 1 names different: declaration 'Name' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/combase.h:204:21: style: Member variable 'CUnknown::m_pUnknown' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/combase.cpp:99:3: note: Member variable 'CUnknown::m_pUnknown' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/combase.h:204:21: note: Member variable 'CUnknown::m_pUnknown' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/combase.h:204:21: style: Member variable 'CUnknown::m_pUnknown' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/combase.cpp:113:5: note: Member variable 'CUnknown::m_pUnknown' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/combase.h:204:21: note: Member variable 'CUnknown::m_pUnknown' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.cpp:143:29: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/streams.h:135:0: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.cpp:364:24: style: The scope of the variable 'pPropertyPage' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.cpp:189:50: style: Function 'Activate' argument 2 names different: declaration 'prect' definition 'pRect'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.h:82:52: note: Function 'Activate' argument 2 names different: declaration 'prect' definition 'pRect'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.cpp:189:50: note: Function 'Activate' argument 2 names different: declaration 'prect' definition 'pRect'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.cpp:220:46: style: Function 'Move' argument 1 names different: declaration 'prect' definition 'pRect'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.h:87:31: note: Function 'Move' argument 1 names different: declaration 'prect' definition 'pRect'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.cpp:220:46: note: Function 'Move' argument 1 names different: declaration 'prect' definition 'pRect'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.h:41:9: style: Member variable 'CBasePropertyPage::m_TitleId' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.cpp:25:5: note: Member variable 'CBasePropertyPage::m_TitleId' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.h:41:9: note: Member variable 'CBasePropertyPage::m_TitleId' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.h:38:10: style: Member variable 'CBasePropertyPage::m_hwnd' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.cpp:26:5: note: Member variable 'CBasePropertyPage::m_hwnd' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.h:38:10: note: Member variable 'CBasePropertyPage::m_hwnd' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.h:37:24: style: Member variable 'CBasePropertyPage::m_pPageSite' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.cpp:28:5: note: Member variable 'CBasePropertyPage::m_pPageSite' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.h:37:24: note: Member variable 'CBasePropertyPage::m_pPageSite' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.h:40:10: style: Member variable 'CBasePropertyPage::m_bDirty' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.cpp:30:5: note: Member variable 'CBasePropertyPage::m_bDirty' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/cprop.h:40:10: note: Member variable 'CBasePropertyPage::m_bDirty' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/ctlutil.cpp:1081:0: error: syntax error [syntaxError]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllentry.cpp:292:24: style: Function '_DllEntryPoint' argument 3 names different: declaration 'LPVOID' definition 'pv'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllentry.cpp:265:69: note: Function '_DllEntryPoint' argument 3 names different: declaration 'LPVOID' definition 'pv'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllentry.cpp:292:24: note: Function '_DllEntryPoint' argument 3 names different: declaration 'LPVOID' definition 'pv'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllentry.cpp:41:35: style: Member variable 'CClassFactory::m_pTemplate' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllentry.cpp:70:3: note: Member variable 'CClassFactory::m_pTemplate' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllentry.cpp:41:35: note: Member variable 'CClassFactory::m_pTemplate' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllentry.cpp:47:5: style: Class 'CClassFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllsetup.cpp:236:3: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllsetup.cpp:225:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllsetup.cpp:236:3: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllsetup.cpp:434:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllsetup.cpp:426:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/dllsetup.cpp:434:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/mtype.cpp:29:37: style: Function 'CMediaType' argument 1 names different: declaration 'majortype' definition 'type'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/mtype.h:24:29: note: Function 'CMediaType' argument 1 names different: declaration 'majortype' definition 'type'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/mtype.cpp:29:37: note: Function 'CMediaType' argument 1 names different: declaration 'majortype' definition 'type'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.cpp:186:34: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.cpp:275:39: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.cpp:737:25: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:105:27: style: Member variable 'COutputQueue::m_bBatchExact' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.cpp:54:17: note: Member variable 'COutputQueue::m_bBatchExact' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:105:27: note: Member variable 'COutputQueue::m_bBatchExact' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:109:27: style: Member variable 'COutputQueue::m_hSem' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.cpp:56:17: note: Member variable 'COutputQueue::m_hSem' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:109:27: note: Member variable 'COutputQueue::m_hSem' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:108:27: style: Member variable 'COutputQueue::m_List' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.cpp:57:17: note: Member variable 'COutputQueue::m_List' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:108:27: note: Member variable 'COutputQueue::m_List' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:103:27: style: Member variable 'COutputQueue::m_pPin' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.cpp:58:17: note: Member variable 'COutputQueue::m_pPin' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:103:27: note: Member variable 'COutputQueue::m_pPin' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:110:29: style: Member variable 'COutputQueue::m_evFlushComplete' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.cpp:61:17: note: Member variable 'COutputQueue::m_evFlushComplete' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:110:29: note: Member variable 'COutputQueue::m_evFlushComplete' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:104:27: style: Member variable 'COutputQueue::m_pInputPin' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.cpp:62:17: note: Member variable 'COutputQueue::m_pInputPin' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:104:27: note: Member variable 'COutputQueue::m_pInputPin' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:118:27: style: Member variable 'COutputQueue::m_bFlushing' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.cpp:65:17: note: Member variable 'COutputQueue::m_bFlushing' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/outputq.h:118:27: note: Member variable 'COutputQueue::m_bFlushing' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/pstream.h:87:23: warning: Virtual function 'GetSoftwareVersion' is called from constructor 'CPersistStream(IUnknown*punk,__inout HRESULT*phr)' at line 24. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/pstream.cpp:24:25: note: Calling GetSoftwareVersion
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/pstream.h:87:23: note: GetSoftwareVersion is a virtual method
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/pullpin.h:38:15: style: Member variable 'CPullPin::m_State' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/pullpin.cpp:22:5: note: Member variable 'CPullPin::m_State' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/pullpin.h:38:15: note: Member variable 'CPullPin::m_State' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/refclock.cpp:74:69: style: Function 'CBaseReferenceClock' argument 4 names different: declaration 'pSched' definition 'pShed'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/refclock.h:83:51: note: Function 'CBaseReferenceClock' argument 4 names different: declaration 'pSched' definition 'pShed'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/refclock.cpp:74:69: note: Function 'CBaseReferenceClock' argument 4 names different: declaration 'pSched' definition 'pShed'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/refclock.cpp:319:71: style: Function 'AdviseThreadFunction' argument 1 names different: declaration 'LPVOID' definition 'p'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/refclock.h:175:54: note: Function 'AdviseThreadFunction' argument 1 names different: declaration 'LPVOID' definition 'p'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/refclock.cpp:319:71: note: Function 'AdviseThreadFunction' argument 1 names different: declaration 'LPVOID' definition 'p'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/refclock.h:172:20: style: Member variable 'CBaseReferenceClock::m_hThread' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/refclock.cpp:80:3: note: Member variable 'CBaseReferenceClock::m_hThread' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/refclock.h:172:20: note: Member variable 'CBaseReferenceClock::m_hThread' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:1064:17: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:1222:32: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:2743:34: warning: Either the condition 's>=0' is redundant or there is division by zero at line 2743. [zerodivcond]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:2743:18: note: Assuming that condition 's>=0' is not redundant
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:2743:34: note: Division by zero
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:2744:34: warning: Either the condition 's>=0' is redundant or there is division by zero at line 2744. [zerodivcond]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:2744:18: note: Assuming that condition 's>=0' is not redundant
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:2744:34: note: Division by zero
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:1126:46: style: Function 'Receive' argument 1 names different: declaration 'pMediaSample' definition 'pSample'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:213:43: note: Function 'Receive' argument 1 names different: declaration 'pMediaSample' definition 'pSample'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:1126:46: note: Function 'Receive' argument 1 names different: declaration 'pMediaSample' definition 'pSample'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:1564:55: style: Function 'CRendererInputPin' argument 3 names different: declaration 'Name' definition 'pPinName'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:32:40: note: Function 'CRendererInputPin' argument 3 names different: declaration 'Name' definition 'pPinName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:1564:55: note: Function 'CRendererInputPin' argument 3 names different: declaration 'Name' definition 'pPinName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:1635:55: style: Function 'Receive' argument 1 names different: declaration 'pMediaSample' definition 'pSample'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:49:40: note: Function 'Receive' argument 1 names different: declaration 'pMediaSample' definition 'pSample'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:1635:55: note: Function 'Receive' argument 1 names different: declaration 'pMediaSample' definition 'pSample'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:2637:73: style: Function 'get_FramesDroppedInRenderer' argument 1 names different: declaration 'cFramesDropped' definition 'pcFramesDropped'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:464:57: note: Function 'get_FramesDroppedInRenderer' argument 1 names different: declaration 'cFramesDropped' definition 'pcFramesDropped'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:2637:73: note: Function 'get_FramesDroppedInRenderer' argument 1 names different: declaration 'cFramesDropped' definition 'pcFramesDropped'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:73:14: style: Member variable 'CBaseRenderer::m_RenderEvent' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:37:5: note: Member variable 'CBaseRenderer::m_RenderEvent' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:73:14: note: Member variable 'CBaseRenderer::m_RenderEvent' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:72:27: style: Member variable 'CBaseRenderer::m_pPosition' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:39:5: note: Member variable 'CBaseRenderer::m_pPosition' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:72:27: note: Member variable 'CBaseRenderer::m_pPosition' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:79:19: style: Member variable 'CBaseRenderer::m_pMediaSample' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:44:5: note: Member variable 'CBaseRenderer::m_pMediaSample' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:79:19: note: Member variable 'CBaseRenderer::m_pMediaSample' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:78:15: style: Member variable 'CBaseRenderer::m_dwAdvise' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:45:5: note: Member variable 'CBaseRenderer::m_dwAdvise' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:78:15: note: Member variable 'CBaseRenderer::m_dwAdvise' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:82:24: style: Member variable 'CBaseRenderer::m_pInputPin' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:47:5: note: Member variable 'CBaseRenderer::m_pInputPin' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:82:24: note: Member variable 'CBaseRenderer::m_pInputPin' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:88:20: style: Member variable 'CBaseRenderer::m_bInReceive' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:50:5: note: Member variable 'CBaseRenderer::m_bInReceive' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:88:20: note: Member variable 'CBaseRenderer::m_bInReceive' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:282:10: style: Member variable 'CBaseVideoRenderer::m_bSupplierHandlingQuality' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:1779:5: note: Member variable 'CBaseVideoRenderer::m_bSupplierHandlingQuality' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:282:10: note: Member variable 'CBaseVideoRenderer::m_bSupplierHandlingQuality' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:200:21: warning: Virtual function 'StopStreaming' is called from destructor '~CBaseRenderer()' at line 74. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:74:5: note: Calling StopStreaming
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:200:21: note: StopStreaming is a virtual method
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:193:21: warning: Virtual function 'ClearPendingSample' is called from destructor '~CBaseRenderer()' at line 75. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:75:5: note: Calling ClearPendingSample
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:193:21: note: ClearPendingSample is a virtual method
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:437:21: warning: Virtual function 'ResetStreamingTimes' is called from constructor 'CBaseVideoRenderer(REFCLSID RenderClass,__in_opt LPCTSTR pName,__inout_opt LPUNKNOWN pUnk,__inout HRESULT*phr)' at line 1781. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.cpp:1781:5: note: Calling ResetStreamingTimes
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/renbase.h:437:21: note: ResetStreamingTimes is a virtual method
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/seekpt.cpp:54:42: style: Function 'Init' argument 1 names different: declaration 'bSupportRendering' definition 'bRendererSeeking'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/seekpt.h:24:28: note: Function 'Init' argument 1 names different: declaration 'bSupportRendering' definition 'bRendererSeeking'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/seekpt.cpp:54:42: note: Function 'Init' argument 1 names different: declaration 'bSupportRendering' definition 'bRendererSeeking'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.cpp:224:22: style: Function 'CSourceStream' argument 3 names different: declaration 'pms' definition 'ps'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:93:36: note: Function 'CSourceStream' argument 3 names different: declaration 'pms' definition 'ps'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.cpp:224:22: note: Function 'CSourceStream' argument 3 names different: declaration 'pms' definition 'ps'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.cpp:225:22: style: Function 'CSourceStream' argument 4 names different: declaration 'pName' definition 'pPinName'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.h:94:36: note: Function 'CSourceStream' argument 4 names different: declaration 'pName' definition 'pPinName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/source.cpp:225:22: note: Function 'CSourceStream' argument 4 names different: declaration 'pName' definition 'pPinName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:109:21: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:938:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:932:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:938:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:19:53: style: Function 'CTransformFilter' argument 1 names different: declaration 'LPCTSTR' definition 'pName'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:193:31: note: Function 'CTransformFilter' argument 1 names different: declaration 'LPCTSTR' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:19:53: note: Function 'CTransformFilter' argument 1 names different: declaration 'LPCTSTR' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:20:58: style: Function 'CTransformFilter' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:193:53: note: Function 'CTransformFilter' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:20:58: note: Function 'CTransformFilter' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:645:54: style: Function 'CheckMediaType' argument 1 names different: declaration 'mtIn' definition 'pmt'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:68:46: note: Function 'CheckMediaType' argument 1 names different: declaration 'mtIn' definition 'pmt'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:645:54: note: Function 'CheckMediaType' argument 1 names different: declaration 'mtIn' definition 'pmt'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:671:52: style: Function 'SetMediaType' argument 1 names different: declaration 'mt' definition 'mtIn'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:71:44: note: Function 'SetMediaType' argument 1 names different: declaration 'mt' definition 'mtIn'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:671:52: note: Function 'SetMediaType' argument 1 names different: declaration 'mt' definition 'mtIn'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:797:22: style: Function 'CTransformOutputPin' argument 4 names different: declaration 'pName' definition 'pPinName'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:124:26: note: Function 'CTransformOutputPin' argument 4 names different: declaration 'pName' definition 'pPinName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:797:22: note: Function 'CTransformOutputPin' argument 4 names different: declaration 'pName' definition 'pPinName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:912:55: style: Function 'CheckMediaType' argument 1 names different: declaration 'mtOut' definition 'pmtOut'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:151:46: note: Function 'CheckMediaType' argument 1 names different: declaration 'mtOut' definition 'pmtOut'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:912:55: note: Function 'CheckMediaType' argument 1 names different: declaration 'mtOut' definition 'pmtOut'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:930:53: style: Function 'SetMediaType' argument 1 names different: declaration 'pmt' definition 'pmtOut'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:154:44: note: Function 'SetMediaType' argument 1 names different: declaration 'pmt' definition 'pmtOut'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:930:53: note: Function 'SetMediaType' argument 1 names different: declaration 'pmt' definition 'pmtOut'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:960:21: style: Function 'DecideBufferSize' argument 1 names different: declaration 'pAlloc' definition 'pAllocator'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:159:33: note: Function 'DecideBufferSize' argument 1 names different: declaration 'pAlloc' definition 'pAllocator'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:960:21: note: Function 'DecideBufferSize' argument 1 names different: declaration 'pAlloc' definition 'pAllocator'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:275:10: style: Member variable 'CTransformFilter::m_bEOSDelivered' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:25:5: note: Member variable 'CTransformFilter::m_bEOSDelivered' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:275:10: note: Member variable 'CTransformFilter::m_bEOSDelivered' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:276:10: style: Member variable 'CTransformFilter::m_bSampleSkipped' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:27:5: note: Member variable 'CTransformFilter::m_bSampleSkipped' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.h:276:10: note: Member variable 'CTransformFilter::m_bSampleSkipped' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:250:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transfrm.cpp:252:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.cpp:264:26: style: Function 'CTransInPlaceFilter' argument 1 names different: declaration 'LPCTSTR' definition 'pName'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:154:34: note: Function 'CTransInPlaceFilter' argument 1 names different: declaration 'LPCTSTR' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.cpp:264:26: note: Function 'CTransInPlaceFilter' argument 1 names different: declaration 'LPCTSTR' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.cpp:265:29: style: Function 'CTransInPlaceFilter' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:154:55: note: Function 'CTransInPlaceFilter' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.cpp:265:29: note: Function 'CTransInPlaceFilter' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.cpp:889:22: style: Function 'CTransInPlaceOutputPin' argument 4 names different: declaration 'pName' definition 'pPinName'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:104:39: note: Function 'CTransInPlaceOutputPin' argument 4 names different: declaration 'pName' definition 'pPinName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.cpp:889:22: note: Function 'CTransInPlaceOutputPin' argument 4 names different: declaration 'pName' definition 'pPinName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.cpp:556:33: style: Variable 'lSourceSize' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:46:33: style: Member variable 'CTransInPlaceInputPin::m_pTIPFilter' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.cpp:672:7: note: Member variable 'CTransInPlaceInputPin::m_pTIPFilter' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/transip.h:46:33: note: Member variable 'CTransInPlaceInputPin::m_pTIPFilter' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.cpp:15:24: style: Function 'CVideoTransformFilter' argument 1 names different: declaration 'LPCTSTR' definition 'pName'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:18:36: note: Function 'CVideoTransformFilter' argument 1 names different: declaration 'LPCTSTR' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.cpp:15:24: note: Function 'CVideoTransformFilter' argument 1 names different: declaration 'LPCTSTR' definition 'pName'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.cpp:15:53: style: Function 'CVideoTransformFilter' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:18:57: note: Function 'CVideoTransformFilter' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.cpp:15:53: note: Function 'CVideoTransformFilter' argument 2 names different: declaration 'LPUNKNOWN' definition 'pUnk'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.cpp:14:24: warning: Member variable 'CVideoTransformFilter::m_nWaitForKey' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:103:9: style: Member variable 'CVideoTransformFilter::m_nKeyFramePeriod' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.cpp:18:7: note: Member variable 'CVideoTransformFilter::m_nKeyFramePeriod' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/vtrans.h:103:9: note: Member variable 'CVideoTransformFilter::m_nKeyFramePeriod' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/checkbmi.h:11:0: error: syntax error [syntaxError]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxdebug.cpp:1114:10: style: The scope of the variable 'digit' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:185:12: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:192:12: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:231:17: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:233:10: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:257:18: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:265:18: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:301:20: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:319:20: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:340:23: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:403:13: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:436:12: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:452:13: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:482:12: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:549:21: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:556:20: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:587:12: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:618:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:623:21: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:655:12: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:708:17: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:724:9: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:773:17: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:789:9: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:332:54: style: Function 'RemoveI' argument 1 names different: declaration 'p' definition 'pos'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:314:47: note: Function 'RemoveI' argument 1 names different: declaration 'p' definition 'pos'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:332:54: note: Function 'RemoveI' argument 1 names different: declaration 'p' definition 'pos'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:393:51: style: Function 'AddTailI' argument 1 names different: declaration 'pObj' definition 'pObject'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:321:45: note: Function 'AddTailI' argument 1 names different: declaration 'pObj' definition 'pObject'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:393:51: note: Function 'AddTailI' argument 1 names different: declaration 'pObj' definition 'pObject'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:444:51: style: Function 'AddHeadI' argument 1 names different: declaration 'pObj' definition 'pObject'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:346:45: note: Function 'AddHeadI' argument 1 names different: declaration 'pObj' definition 'pObject'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:444:51: note: Function 'AddHeadI' argument 1 names different: declaration 'pObj' definition 'pObject'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:541:60: style: Function 'AddAfterI' argument 1 names different: declaration 'p' definition 'pos'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:365:52: note: Function 'AddAfterI' argument 1 names different: declaration 'p' definition 'pos'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:541:60: note: Function 'AddAfterI' argument 1 names different: declaration 'p' definition 'pos'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:611:60: style: Function 'AddBeforeI' argument 1 names different: declaration 'p' definition 'pos'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.h:384:53: note: Function 'AddBeforeI' argument 1 names different: declaration 'p' definition 'pos'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxlist.cpp:611:60: note: Function 'AddBeforeI' argument 1 names different: declaration 'p' definition 'pos'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.cpp:306:26: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.cpp:571:32: style: Function 'AMGetWideString' argument 1 names different: declaration 'pszString' definition 'psz'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.h:458:32: note: Function 'AMGetWideString' argument 1 names different: declaration 'pszString' definition 'psz'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.cpp:571:32: note: Function 'AMGetWideString' argument 1 names different: declaration 'pszString' definition 'psz'.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.cpp:19:5: performance: Variable 'm_hEvent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/DirectShowBaseClasses/wxutil.cpp:29:5: performance: Variable 'm_hEvent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoSource.h:104:3: style: Class 'VideoProcAmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoSource.h:122:3: style: Class 'CameraControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnAdditionalControlsPropertyPage.h:38:2: style: Class 'XnAdditionalControlsPropertyPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoSource.h:98:14: style: Member variable 'XnVideoSource::m_Dump' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoSource.cpp:40:2: note: Member variable 'XnVideoSource::m_Dump' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoSource.h:98:14: note: Member variable 'XnVideoSource::m_Dump' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoStream.cpp:489:27: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoStream.cpp:322:2: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoStream.cpp:309:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoStream.cpp:322:2: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoStream.h:54:18: warning: Virtual function 'SetMediaType' is called from constructor 'XnVideoStream(HRESULT*phr,XnVideoSource*pParent,xn::ImageGenerator&imageGen,LPCWSTR pPinName)' at line 84. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoStream.cpp:84:2: note: Calling SetMediaType
OpenNI-OpenNI-e263e59/Platform/Win32/Build/Utils/OpenNIFilter/XnVideoStream.h:54:18: note: SetMediaType is a virtual method
OpenNI-OpenNI-e263e59/Platform/Win32/Driver/Build/sys/PSDrvDevice.c:293:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Platform/Win32/Driver/Build/sys/PSDrvDevice.c:285:0: note: Variable 'status' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Platform/Win32/Driver/Build/sys/PSDrvDevice.c:293:5: note: Variable 'status' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Platform/Win32/Driver/Build/sys/PSDrvIso.c:336:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenNI-OpenNI-e263e59/Platform/Win32/Driver/Build/sys/PSDrvIso.c:344:9: note: Found duplicate branches for 'if' and 'else'.
OpenNI-OpenNI-e263e59/Platform/Win32/Driver/Build/sys/PSDrvIso.c:336:9: note: Found duplicate branches for 'if' and 'else'.
OpenNI-OpenNI-e263e59/Platform/Win32/Driver/Build/sys/PSDrvIso.c:619:22: style: Variable 'tempStatus' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Samples/NiAudioSample/NiAudioSample.cpp:186:2: error: Mismatching allocation and deallocation: pAudioBuffers [mismatchAllocDealloc]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:424:15: style: Member variable 'CyclicBuffer::m_pFrames' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:288:3: note: Member variable 'CyclicBuffer::m_pFrames' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:424:15: note: Member variable 'CyclicBuffer::m_pFrames' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:71:3: performance: Variable 'bRecordDepth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:72:3: performance: Variable 'bRecordImage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:74:3: performance: Variable 'bMirrorIndicated' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:75:3: performance: Variable 'bMirror' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:77:3: performance: Variable 'bRegister' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:78:3: performance: Variable 'bFrameSync' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:79:3: performance: Variable 'bVerbose' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:81:3: performance: Variable 'nDumpTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:290:3: performance: Variable 'm_bDepth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:291:3: performance: Variable 'm_bImage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:292:3: performance: Variable 'm_nNextWrite' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:293:3: performance: Variable 'm_nBufferSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiBackRecorder/main.cpp:294:3: performance: Variable 'm_nBufferCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiCRead/NiCRead.c:66:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiCRead/NiCRead.c:56:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Samples/NiCRead/NiCRead.c:66:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiHandTracker.h:38:2: style: Class 'HandTracker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.h:47:2: style: Class 'SimpleViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiHandViewer.h:38:2: style: Class 'HandViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiHandViewer.h:34:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.h:43:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiHandViewer.h:34:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiHandViewer.h:35:19: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.h:44:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiHandViewer.h:35:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiHandViewer.h:40:15: style: The function 'DisplayPostDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.h:51:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiHandViewer.h:40:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiHandViewer.h:42:19: style: The function 'InitOpenGL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.h:55:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiHandViewer.h:42:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiHandViewer.cpp:82:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.cpp:198:2: style: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.cpp:195:0: note: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.cpp:198:2: note: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.cpp:81:15: warning: Member variable 'SimpleViewer::m_pDepthHist' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.h:60:16: style: Member variable 'SimpleViewer::m_rContext' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.cpp:86:2: note: Member variable 'SimpleViewer::m_rContext' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.h:60:16: note: Member variable 'SimpleViewer::m_rContext' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.h:56:7: performance: Technically the member function 'SimpleViewer::InitOpenGLHooks' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.cpp:186:20: note: Technically the member function 'SimpleViewer::InitOpenGLHooks' can be static.
OpenNI-OpenNI-e263e59/Samples/NiHandTracker/NiSimpleViewer.h:56:7: note: Technically the member function 'SimpleViewer::InitOpenGLHooks' can be static.
OpenNI-OpenNI-e263e59/Samples/NiRecordRaw/NiRecordRaw.cpp:63:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiRecordRaw/NiRecordRaw.cpp:62:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiRecordRaw/NiRecordRaw.cpp:63:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiRecordSynthetic/NiRecordSynthetic.cpp:70:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiRecordSynthetic/NiRecordSynthetic.cpp:69:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiRecordSynthetic/NiRecordSynthetic.cpp:70:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleExtensionModule/RotatingDeviceExtension.h:61:4: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiSampleExtensionModule/RotatingDeviceExtension.h:60:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleExtensionModule/RotatingDeviceExtension.h:61:4: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleExtensionModule/ExportedRotatingDevice.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiSampleExtensionModule/ExportedRotatingDevice.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleExtensionModule/ExportedRotatingDevice.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleExtensionModule/Registration.cpp:34:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiSampleExtensionModule/Registration.cpp:32:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleExtensionModule/Registration.cpp:34:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleExtensionModule/RotatingDeviceExtension.cpp:88:44: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiSampleExtensionModule/RotatingDeviceExtension.cpp:123:44: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiSampleModule/ExportedSampleDepth.cpp:44:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiSampleModule/ExportedSampleDepth.cpp:38:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleModule/ExportedSampleDepth.cpp:44:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleModule/ExportedSampleDepth.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiSampleModule/ExportedSampleDepth.cpp:52:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleModule/ExportedSampleDepth.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleModule/SampleDepth.cpp:301:23: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiSampleModule/SampleDepth.cpp:73:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiSampleModule/SampleDepth.cpp:68:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSampleModule/SampleDepth.cpp:73:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSimpleCreate/NiSimpleCreate.cpp:50:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiSimpleCreate/NiSimpleCreate.cpp:47:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSimpleCreate/NiSimpleCreate.cpp:50:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSimpleViewer/NiSimpleViewer.cpp:82:2: style: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiSimpleViewer/NiSimpleViewer.cpp:79:0: note: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSimpleViewer/NiSimpleViewer.cpp:82:2: note: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiSkeletonBenchmark/NiSkeletonBenchmark.cpp:341:4: warning: %f in format string (no. 5) requires 'double' but the argument type is 'long double'. [invalidPrintfArgType_float]
OpenNI-OpenNI-e263e59/Samples/NiSkeletonBenchmark/NiSkeletonBenchmark.cpp:318:0: style: Variable 'numTracked' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Samples/NiSkeletonBenchmark/NiSkeletonBenchmark.cpp:319:0: style: Variable 'userToPrint' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Samples/NiUseExtension/NiUseExtension.cpp:63:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiUseExtension/NiUseExtension.cpp:58:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiUseExtension/NiUseExtension.cpp:63:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ClosestUserSelector.cpp:94:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ClosestUserSelector.cpp:241:31: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelectionStructures.h:55:9: performance: Variable 'm_subState' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.h:90:11: style: Technically the member function 'UserSelector::IsValid' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/TrackingInitializer.h:60:12: style: Technically the member function 'TrackingInitializer::IsValid' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ClosestUserSelector.h:87:12: style: Technically the member function 'ClosestUserSelector::TestIfShouldTrack' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ClosestUserSelector.cpp:192:29: note: Technically the member function 'ClosestUserSelector::TestIfShouldTrack' can be const.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ClosestUserSelector.h:87:12: note: Technically the member function 'ClosestUserSelector::TestIfShouldTrack' can be const.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.h:110:5: style: Class 'UserSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ClosestUserSelector.h:53:18: style: The function 'UpdateFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.h:71:17: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ClosestUserSelector.h:53:18: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ClosestUserSelector.h:55:33: style: The function 'CreateUserSelectionState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.h:135:33: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ClosestUserSelector.h:55:33: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ClosestUserSelector.h:58:22: style: The function 'UpdateUserSelectionState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.h:144:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ClosestUserSelector.h:58:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/DefaultTrackingInitializer.cpp:156:61: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/DefaultTrackingInitializer.cpp:162:61: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/DefaultTrackingInitializer.cpp:168:61: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/DefaultTrackingInitializer.h:70:22: style: Member variable 'DefaultTrackingInitializer::m_hInProgressCallback' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/DefaultTrackingInitializer.cpp:31:59: note: Member variable 'DefaultTrackingInitializer::m_hInProgressCallback' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/DefaultTrackingInitializer.h:70:22: note: Member variable 'DefaultTrackingInitializer::m_hInProgressCallback' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/DefaultTrackingInitializer.h:51:5: style: Class 'DefaultTrackingInitializer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/DefaultTrackingInitializer.h:45:22: style: The function 'StartTracking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/TrackingInitializer.h:52:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/DefaultTrackingInitializer.h:45:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/DefaultTrackingInitializer.h:46:22: style: The function 'AbortTracking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/TrackingInitializer.h:58:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/DefaultTrackingInitializer.h:46:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ExitPoseDetector.cpp:121:32: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ExitPoseDetector.cpp:136:32: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ExitPoseDetector.cpp:143:32: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ExitPoseDetector.cpp:149:32: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ExitPoseDetector.h:53:12: style: Technically the member function 'ExitPoseDetector::Valid' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/ExitPoseDetector.h:47:5: style: Class 'ExitPoseDetector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseToggleUserSelector.cpp:176:47: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:66:22: style: The function 'AddNewUser' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.h:117:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:66:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:69:22: style: The function 'RemoveUser' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.h:124:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:69:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseToggleUserSelector.h:65:22: style: The function 'DetectPose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:82:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseToggleUserSelector.h:65:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseToggleUserSelector.h:68:22: style: The function 'AddNewUser' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:66:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseToggleUserSelector.h:68:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseToggleUserSelector.h:71:22: style: The function 'RemoveUser' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:69:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseToggleUserSelector.h:71:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.cpp:162:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.cpp:172:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.cpp:180:74: style: Function 'GetPoseErrorString' argument 1 names different: declaration 'eError' definition 'error'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:88:60: note: Function 'GetPoseErrorString' argument 1 names different: declaration 'eError' definition 'error'.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.cpp:180:74: note: Function 'GetPoseErrorString' argument 1 names different: declaration 'eError' definition 'error'.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:93:22: style: Member variable 'PoseUserSelector::m_hPoseDetectCallback' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.cpp:57:63: note: Member variable 'PoseUserSelector::m_hPoseDetectCallback' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:93:22: note: Member variable 'PoseUserSelector::m_hPoseDetectCallback' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:92:22: style: Member variable 'PoseUserSelector::m_hPoseInProgressCallback' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.cpp:58:63: note: Member variable 'PoseUserSelector::m_hPoseInProgressCallback' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:92:22: note: Member variable 'PoseUserSelector::m_hPoseInProgressCallback' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:88:19: performance: Technically the member function 'PoseUserSelector::GetPoseErrorString' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.cpp:180:33: note: Technically the member function 'PoseUserSelector::GetPoseErrorString' can be static.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:88:19: note: Technically the member function 'PoseUserSelector::GetPoseErrorString' can be static.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.h:70:12: style: Technically the member function 'UserTracker::Valid' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:46:18: warning: Virtual function 'Cleanup' is called from destructor '~SampleManager()' at line 107. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.cpp:107:5: note: Calling Cleanup
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:46:18: note: Cleanup is a virtual method
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:102:5: style: Class 'MultipleWaveSampleManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:119:5: style: Class 'ClosestSampleManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:71:22: style: The function 'SetSelectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:57:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:71:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:89:27: style: The function 'CreateUserSelector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:76:27: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:89:27: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:104:27: style: The function 'CreateUserSelector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:76:27: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:104:27: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:121:27: style: The function 'CreateUserSelector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:76:27: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SampleManager.h:121:27: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SinglePoseUserSelector.h:50:22: style: The function 'StartTracking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/PoseUserSelector.h:63:22: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SinglePoseUserSelector.h:50:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.cpp:426:48: style: Function 'glInit' argument 2 names different: declaration 'pargv' definition 'argv'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.h:130:39: note: Function 'glInit' argument 2 names different: declaration 'pargv' definition 'argv'.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.cpp:426:48: note: Function 'glInit' argument 2 names different: declaration 'pargv' definition 'argv'.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.cpp:100:14: warning: Member variable 'SceneDrawer::m_pSample' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.cpp:103:5: performance: Variable 'g_bDrawBackground' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.cpp:104:5: performance: Variable 'g_bDrawPixels' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.cpp:105:5: performance: Variable 'g_bDrawSkeleton' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.cpp:106:5: performance: Variable 'g_bPrintID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.cpp:107:5: performance: Variable 'g_bPrintState' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.cpp:108:5: performance: Variable 'g_bPause' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.h:130:10: performance: Technically the member function 'SceneDrawer::glInit' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.cpp:426:19: note: Technically the member function 'SceneDrawer::glInit' can be static.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/SceneDrawer.h:130:10: note: Technically the member function 'SceneDrawer::glInit' can be static.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/TrackingInitializer.cpp:27:61: style: Function 'TrackingInitializer' argument 1 names different: declaration 'pUserGenerator' definition 'pUserGenerato'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/TrackingInitializer.h:75:44: note: Function 'TrackingInitializer' argument 1 names different: declaration 'pUserGenerator' definition 'pUserGenerato'.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/TrackingInitializer.cpp:27:61: note: Function 'TrackingInitializer' argument 1 names different: declaration 'pUserGenerator' definition 'pUserGenerato'.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.cpp:93:120: warning: Either the condition 'pState==NULL' is redundant or there is possible null pointer dereference: pState. [nullPointerRedundantCheck]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.cpp:91:15: note: Assuming that condition 'pState==NULL' is not redundant
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.cpp:93:120: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.cpp:110:120: warning: Either the condition 'pState==NULL' is redundant or there is possible null pointer dereference: pState. [nullPointerRedundantCheck]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.cpp:108:15: note: Assuming that condition 'pState==NULL' is not redundant
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.cpp:110:120: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.cpp:150:33: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.cpp:155:33: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.h:149:24: style: Member variable 'UserSelector::m_pUserGenerator' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.cpp:42:65: note: Member variable 'UserSelector::m_pUserGenerator' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.h:149:24: note: Member variable 'UserSelector::m_pUserGenerator' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.h:130:19: performance: Technically the member function 'UserSelector::GetCalibrationErrorString' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.cpp:159:29: note: Technically the member function 'UserSelector::GetCalibrationErrorString' can be static.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserSelector.h:130:19: note: Technically the member function 'UserSelector::GetCalibrationErrorString' can be static.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.cpp:317:41: style: Function 'GetLimbs' argument 1 names different: declaration 'nUserId' definition 'nUserID'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.h:132:32: note: Function 'GetLimbs' argument 1 names different: declaration 'nUserId' definition 'nUserID'.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.cpp:317:41: note: Function 'GetLimbs' argument 1 names different: declaration 'nUserId' definition 'nUserID'.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.cpp:62:14: warning: Member variable 'UserTracker::m_pUserSelector' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.cpp:62:14: warning: Member variable 'UserTracker::m_pTrackingInitializer' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.h:182:14: style: Member variable 'UserTracker::m_timeSpanForExitPose' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.cpp:63:81: note: Member variable 'UserTracker::m_timeSpanForExitPose' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.h:182:14: note: Member variable 'UserTracker::m_timeSpanForExitPose' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.h:181:23: style: Member variable 'UserTracker::m_pExitPoseDetector' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.cpp:64:81: note: Member variable 'UserTracker::m_pExitPoseDetector' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.h:181:23: note: Member variable 'UserTracker::m_pExitPoseDetector' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.cpp:66:5: performance: Variable 'm_bRecord' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.h:139:14: performance: Technically the member function 'UserTracker::GetUserColor' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.cpp:274:23: note: Technically the member function 'UserTracker::GetUserColor' can be static.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.h:139:14: note: Technically the member function 'UserTracker::GetUserColor' can be static.
OpenNI-OpenNI-e263e59/Samples/NiUserSelection/UserTracker.cpp:321:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenNI-OpenNI-e263e59/Samples/NiUserTracker/SceneDrawer.cpp:271:8: style: The scope of the variable 'topLeftX' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Samples/NiUserTracker/SceneDrawer.cpp:272:8: style: The scope of the variable 'topLeftY' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Samples/NiUserTracker/SceneDrawer.cpp:273:8: style: The scope of the variable 'bottomRightY' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Samples/NiUserTracker/SceneDrawer.cpp:274:8: style: The scope of the variable 'bottomRightX' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Samples/NiUserTracker/SceneDrawer.cpp:275:8: style: The scope of the variable 'texXpos' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Samples/NiUserTracker/SceneDrawer.cpp:276:8: style: The scope of the variable 'texYpos' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Samples/NiUserTracker/SceneDrawer.cpp:301:15: style: The scope of the variable 'nHistValue' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Samples/NiUserTracker/SceneDrawer.cpp:289:14: style: Variable 'topLeftX' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Samples/NiUserTracker/SceneDrawer.cpp:290:3: style: Variable 'topLeftY' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Samples/NiUserTracker/SceneDrawer.cpp:291:18: style: Variable 'bottomRightY' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Samples/NiUserTracker/SceneDrawer.cpp:292:3: style: Variable 'bottomRightX' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Samples/NiViewer/Capture.cpp:188:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiViewer/Capture.cpp:186:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiViewer/Capture.cpp:188:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.cpp:132:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.cpp:123:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.cpp:132:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.cpp:188:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.cpp:186:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.cpp:188:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.cpp:202:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.cpp:198:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.cpp:202:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.cpp:342:30: style: Function 'changePrimaryStream' argument 1 names different: declaration 'nValue' definition 'nIndex'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.h:77:30: note: Function 'changePrimaryStream' argument 1 names different: declaration 'nValue' definition 'nIndex'.
OpenNI-OpenNI-e263e59/Samples/NiViewer/Device.cpp:342:30: note: Function 'changePrimaryStream' argument 1 names different: declaration 'nValue' definition 'nIndex'.
OpenNI-OpenNI-e263e59/Samples/NiViewer/Draw.cpp:1140:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
OpenNI-OpenNI-e263e59/Samples/NiViewer/Draw.cpp:1168:14: style: Variable 'nYLocation' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Samples/NiViewer/Keyboard.cpp:100:30: style: Function 'handleKey' argument 1 names different: declaration 'key' definition 'k'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Samples/NiViewer/Keyboard.h:49:30: note: Function 'handleKey' argument 1 names different: declaration 'key' definition 'k'.
OpenNI-OpenNI-e263e59/Samples/NiViewer/Keyboard.cpp:100:30: note: Function 'handleKey' argument 1 names different: declaration 'key' definition 'k'.
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:95:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:102:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:109:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:116:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:123:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:130:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:137:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:144:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:151:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:158:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:165:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:287:4: warning: Member variable 'glut_perspective_reshaper::width' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:287:4: warning: Member variable 'glut_perspective_reshaper::height' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:287:4: warning: Member variable 'glut_perspective_reshaper::aspect' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:357:2: warning: Member variable 'glut_simple_interactor::mode' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_obs.h:85:8: performance: Technically the member function 'glh::display_list::end_list' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_obs.h:70:3: style: Class 'display_list' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_obs.h:203:12: style: Class 'tex_object_1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_obs.h:206:12: style: Class 'tex_object_2D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_obs.h:209:12: style: Class 'tex_object_3D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:521:2: style: Struct 'glut_simple_mouse_interactor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:235:15: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:71:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:235:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:238:15: style: The function 'idle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:72:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:238:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:241:15: style: The function 'keyboard' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:73:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:241:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:244:15: style: The function 'menu_status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:74:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:244:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:247:15: style: The function 'motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:75:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:247:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:250:15: style: The function 'mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:76:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:250:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:253:15: style: The function 'passive_motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:77:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:253:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:256:15: style: The function 'reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:78:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:256:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:259:15: style: The function 'special' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:79:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:259:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:262:15: style: The function 'timer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:80:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:262:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:265:15: style: The function 'visibility' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:81:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:265:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:290:9: style: The function 'reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:78:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:290:9: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:365:15: style: The function 'mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:76:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:365:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:391:15: style: The function 'motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:75:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:391:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:401:7: style: The function 'reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:78:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:401:7: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:441:7: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:411:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:441:7: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:450:7: style: The function 'apply_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:406:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:450:7: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:456:7: style: The function 'apply_inverse_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:407:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:456:7: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:462:11: style: The function 'get_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:408:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:462:11: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:467:11: style: The function 'get_inverse_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:409:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:467:11: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:479:7: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:411:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:479:7: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:488:7: style: The function 'apply_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:406:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:488:7: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:495:7: style: The function 'apply_inverse_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:407:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:495:7: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:502:11: style: The function 'get_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:408:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:502:11: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:507:11: style: The function 'get_inverse_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:409:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:507:11: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:527:7: style: The function 'enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:83:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:527:7: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:533:7: style: The function 'disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:84:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:533:7: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:612:15: style: The function 'motion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:75:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:612:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:618:15: style: The function 'mouse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:76:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:618:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:624:15: style: The function 'reshape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:78:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Samples/NiViewer/glh/glh_glut2.h:624:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Samples/NiViewer/Statistics.cpp:159:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:84:11: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:314:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:313:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:314:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:326:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:325:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:326:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:339:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:337:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:339:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:353:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:351:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:353:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:424:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:423:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:424:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:436:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:435:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:436:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:448:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:447:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:448:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:462:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:461:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:462:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:513:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:512:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:513:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:525:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:524:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:525:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:636:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:635:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:636:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:650:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:649:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:650:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:836:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:835:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:836:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:846:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:845:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:846:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:885:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:884:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:885:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:893:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:892:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:893:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:948:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:947:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:948:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:961:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:960:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:961:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:176:29: style: Function 'Read' argument 1 names different: declaration 'pData' definition 'pDest'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:99:22: note: Function 'Read' argument 1 names different: declaration 'pData' definition 'pDest'.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:176:29: note: Function 'Read' argument 1 names different: declaration 'pData' definition 'pDest'.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:132:19: style: Member variable 'Record::m_nReadOffset' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:40:2: note: Member variable 'Record::m_nReadOffset' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:132:19: note: Member variable 'Record::m_nReadOffset' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:132:19: style: Member variable 'Record::m_nReadOffset' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:54:2: note: Member variable 'Record::m_nReadOffset' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:132:19: note: Member variable 'Record::m_nReadOffset' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:85:7: style: Technically the member function 'Record::ResetRead' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:247:14: note: Technically the member function 'Record::ResetRead' can be const.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:85:7: note: Technically the member function 'Record::ResetRead' can be const.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:94:11: performance: Technically the member function 'Record::FinishWrite' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:164:18: note: Technically the member function 'Record::FinishWrite' can be static.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:94:11: note: Technically the member function 'Record::FinishWrite' can be static.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:96:11: style: Technically the member function 'Record::StartRead' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:170:18: note: Technically the member function 'Record::StartRead' can be const.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:96:11: note: Technically the member function 'Record::StartRead' can be const.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:103:11: performance: Technically the member function 'Record::FinishRead' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:252:18: note: Technically the member function 'Record::FinishRead' can be static.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:103:11: note: Technically the member function 'Record::FinishRead' can be static.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:206:11: style: Technically the member function 'NodeAddedRecord::GetSeekTablePosition' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.cpp:505:27: note: Technically the member function 'NodeAddedRecord::GetSeekTablePosition' can be const.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:206:11: note: Technically the member function 'NodeAddedRecord::GetSeekTablePosition' can be const.
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:147:2: style: Class 'NodeAdded_1_0_0_4_Record' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:174:2: style: Class 'NodeAdded_1_0_0_5_Record' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:202:2: style: Class 'NodeAddedRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:220:2: style: Class 'NodeRemovedRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:231:2: style: Class 'GeneralPropRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:255:2: style: Class 'IntPropRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:268:2: style: Class 'RealPropRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:281:2: style: Class 'StringPropRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:297:2: style: Class 'NodeDataBeginRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:314:2: style: Class 'NodeStateReadyRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:331:2: style: Class 'NewDataRecordHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:372:2: style: Class 'DataIndexRecordHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:383:2: style: Class 'EndRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/Common/DataRecords.h:63:1: warning: The class 'Record' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/ExportedCodec.cpp:49:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/ExportedCodec.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/ExportedCodec.cpp:49:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zCodec.h:35:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:48:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zCodec.h:35:18: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zCodec.h:36:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:47:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zCodec.h:36:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zCodec.h:39:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:49:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zCodec.h:39:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zCodec.h:40:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:50:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zCodec.h:40:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zCodec.h:47:19: style: The function 'CreateCodec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/ExportedCodec.h:43:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zCodec.h:47:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.cpp:41:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:39:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:42:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:39:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:40:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:48:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:40:18: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:41:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:47:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:41:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:43:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:49:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:43:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:44:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:50:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:44:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:53:19: style: The function 'CreateCodec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/ExportedCodec.h:43:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn16zEmbTablesCodec.h:53:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn8zCodec.h:39:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:48:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn8zCodec.h:39:18: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn8zCodec.h:40:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:47:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn8zCodec.h:40:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn8zCodec.h:43:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:49:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn8zCodec.h:43:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn8zCodec.h:44:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:50:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn8zCodec.h:44:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn8zCodec.h:51:19: style: The function 'CreateCodec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/ExportedCodec.h:43:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/Xn8zCodec.h:51:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.cpp:69:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.cpp:63:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.cpp:69:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnUncompressedCodec.h:38:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:48:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnUncompressedCodec.h:38:18: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnUncompressedCodec.h:39:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:47:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnUncompressedCodec.h:39:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnUncompressedCodec.h:42:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:49:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnUncompressedCodec.h:42:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnUncompressedCodec.h:43:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:50:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnUncompressedCodec.h:43:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnUncompressedCodec.h:50:19: style: The function 'CreateCodec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/ExportedCodec.h:43:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnUncompressedCodec.h:50:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:41:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:42:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:41:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:42:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:48:18: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:42:18: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:43:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:47:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:43:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:46:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:49:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:46:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:47:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnCodec.h:50:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:47:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:71:19: style: The function 'CreateCodec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/ExportedCodec.h:43:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:71:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.cpp:209:23: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.cpp:75:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.cpp:73:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.cpp:75:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.cpp:165:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.cpp:160:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.cpp:165:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:56:9: style: Member variable 'XnJpegCodec::m_bValid' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.cpp:34:2: note: Member variable 'XnJpegCodec::m_bValid' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:56:9: note: Member variable 'XnJpegCodec::m_bValid' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:55:17: style: Member variable 'XnJpegCodec::m_image' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.cpp:37:2: note: Member variable 'XnJpegCodec::m_image' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:55:17: note: Member variable 'XnJpegCodec::m_image' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:53:10: style: Member variable 'XnJpegCodec::m_context' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.cpp:38:2: note: Member variable 'XnJpegCodec::m_context' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnJpegCodec.h:53:10: note: Member variable 'XnJpegCodec::m_context' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnStreamCompression.cpp:1070:2: style: Variable 'pjCompStruct' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnStreamCompression.cpp:1062:0: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnStreamCompression.cpp:1070:2: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnStreamCompression.cpp:1129:2: style: Variable 'pjCompStruct' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnStreamCompression.cpp:1121:0: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/Modules/nimCodecs/XnStreamCompression.cpp:1129:2: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:51:36: style: The function 'CreateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:40:36: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:51:36: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:59:36: style: The function 'CreateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:40:36: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:59:36: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:67:36: style: The function 'CreateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:40:36: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:67:36: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:75:36: style: The function 'CreateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:40:36: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:75:36: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:83:36: style: The function 'CreateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:40:36: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:83:36: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:91:36: style: The function 'CreateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:40:36: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:91:36: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:99:36: style: The function 'CreateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:40:36: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:99:36: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:107:36: style: The function 'CreateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:40:36: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/ExportedMockNodes.h:107:36: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:42:17: style: The function 'IsCapabilitySupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.h:39:17: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:42:17: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:43:19: style: The function 'SetIntProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.h:40:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:43:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:44:19: style: The function 'SetStringProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.h:42:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:44:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:45:19: style: The function 'SetGeneralProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.h:43:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:45:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:80:11: style: The function 'OnStateReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.h:57:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:80:11: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.cpp:509:25: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.cpp:515:25: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.cpp:348:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.cpp:346:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.cpp:348:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:119:11: style: Member variable 'MockGenerator::m_nCurrentDataIdx' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.cpp:33:2: note: Member variable 'MockGenerator::m_nCurrentDataIdx' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockGenerator.h:119:11: note: Member variable 'MockGenerator::m_nCurrentDataIdx' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.cpp:176:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.cpp:172:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.cpp:176:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.h:71:9: style: Member variable 'MockProductionNode::m_bStateReady' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.cpp:31:2: note: Member variable 'MockProductionNode::m_bStateReady' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.h:71:9: note: Member variable 'MockProductionNode::m_bStateReady' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.h:64:14: style: Member variable 'MockProductionNode::m_context' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.cpp:32:2: note: Member variable 'MockProductionNode::m_context' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimMockNodes/MockProductionNode.h:64:14: note: Member variable 'MockProductionNode::m_context' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/ExportedPlayer.cpp:64:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/ExportedPlayer.cpp:61:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/ExportedPlayer.cpp:64:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/ExportedRecorder.cpp:66:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/ExportedRecorder.cpp:63:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/ExportedRecorder.cpp:66:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/ExportedRecorder.cpp:79:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/ExportedRecorder.cpp:74:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/ExportedRecorder.cpp:79:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.h:34:2: style: Class 'RecorderNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:1687:15: warning: Possible null pointer dereference: pRecordUndoInfo [nullPointer]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:1684:36: note: Assignment 'pRecordUndoInfo=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:1687:15: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:1688:19: warning: Possible null pointer dereference: pRecordUndoInfo [nullPointer]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:1684:36: note: Assignment 'pRecordUndoInfo=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:1688:19: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:847:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:841:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:847:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:883:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:881:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:883:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:952:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:950:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:952:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:969:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:967:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:969:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:1399:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:1396:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:1399:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:267:6: style: The scope of the variable 'mid' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:331:69: style: Function 'SeekToFrameAbsolute' argument 2 names different: declaration 'nFrameNumber' definition 'nDestFrame'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:97:58: note: Function 'SeekToFrameAbsolute' argument 2 names different: declaration 'nFrameNumber' definition 'nDestFrame'.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:331:69: note: Function 'SeekToFrameAbsolute' argument 2 names different: declaration 'nFrameNumber' definition 'nDestFrame'.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:756:58: style: Function 'HandleRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bHandlePayload'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:110:47: note: Function 'HandleRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bHandlePayload'.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:756:58: note: Function 'HandleRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bHandlePayload'.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:1307:77: style: Function 'HandleNewDataRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bReadPayload'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:120:66: note: Function 'HandleNewDataRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bReadPayload'.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:1307:77: note: Function 'HandleNewDataRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bReadPayload'.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:150:11: style: Member variable 'PlayerNode::m_pRecordBuffer' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:79:2: note: Member variable 'PlayerNode::m_pRecordBuffer' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:150:11: note: Member variable 'PlayerNode::m_pRecordBuffer' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:157:9: style: Member variable 'PlayerNode::m_bDataBegun' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:82:2: note: Member variable 'PlayerNode::m_bDataBegun' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:157:9: note: Member variable 'PlayerNode::m_bDataBegun' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:158:9: style: Member variable 'PlayerNode::m_bEOF' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:87:2: note: Member variable 'PlayerNode::m_bEOF' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:158:9: note: Member variable 'PlayerNode::m_bEOF' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:168:15: style: Member variable 'PlayerNode::m_hSelf' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:89:2: note: Member variable 'PlayerNode::m_hSelf' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:168:15: note: Member variable 'PlayerNode::m_hSelf' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:149:9: style: Member variable 'PlayerNode::m_bIs32bitFileFormat' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:90:2: note: Member variable 'PlayerNode::m_bIs32bitFileFormat' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:149:9: note: Member variable 'PlayerNode::m_bIs32bitFileFormat' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:41:19: warning: Virtual function 'Destroy' is called from destructor '~PlayerNode()' at line 99. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.cpp:99:2: note: Calling Destroy
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/PlayerNode.h:41:19: note: Destroy is a virtual method
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.cpp:96:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.cpp:86:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.cpp:96:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.cpp:75:46: style: Function 'SetOutputStream' argument 1 names different: declaration 'pStreamToken' definition 'pStreamCookie'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.h:42:41: note: Function 'SetOutputStream' argument 1 names different: declaration 'pStreamToken' definition 'pStreamCookie'.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.cpp:75:46: note: Function 'SetOutputStream' argument 1 names different: declaration 'pStreamToken' definition 'pStreamCookie'.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.h:106:9: style: Member variable 'RecorderNode::m_bOpen' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.cpp:39:2: note: Member variable 'RecorderNode::m_bOpen' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.h:106:9: note: Member variable 'RecorderNode::m_bOpen' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.h:108:11: style: Member variable 'RecorderNode::m_pPayloadData' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.cpp:42:2: note: Member variable 'RecorderNode::m_pPayloadData' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.h:108:11: note: Member variable 'RecorderNode::m_pPayloadData' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.h:39:19: warning: Virtual function 'Destroy' is called from destructor '~RecorderNode()' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.cpp:52:2: note: Calling Destroy
OpenNI-OpenNI-e263e59/Source/Modules/nimRecorder/RecorderNode.h:39:19: note: Destroy is a virtual method
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyFiles.cpp:260:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyFiles.cpp:254:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyFiles.cpp:260:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyINI.cpp:65:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyINI.cpp:61:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyINI.cpp:65:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyMemory.cpp:58:2: style: Variable 'pMemBlock' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyMemory.cpp:54:0: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyMemory.cpp:58:2: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyStrings.cpp:124:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyStrings.cpp:104:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyStrings.cpp:124:11: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyStrings.cpp:125:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyStrings.cpp:104:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyStrings.cpp:125:11: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyStrings.cpp:128:25: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyStrings.cpp:104:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyStrings.cpp:128:25: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyTime.cpp:52:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyTime.cpp:50:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyTime.cpp:52:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyTime.cpp:66:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyTime.cpp:62:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/FilesOnly/FilesOnlyTime.cpp:66:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:46:12: warning: Possible null pointer dereference: pEvent [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:43:25: note: Assignment 'pEvent=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:46:12: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:77:12: warning: Possible null pointer dereference: pEvent [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:69:30: note: Assignment 'pEvent=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:77:12: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:134:25: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:143:25: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:159:25: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:46:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:36:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:46:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:77:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:61:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:77:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:120:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:111:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.cpp:120:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:76:9: style: Member variable 'XnLinuxNamedEvent::m_bCreate' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:57:130: note: Member variable 'XnLinuxNamedEvent::m_bCreate' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:76:9: note: Member variable 'XnLinuxNamedEvent::m_bCreate' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxPosixEvents.h:27:2: style: Class 'XnLinuxPosixEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:59:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:43:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:59:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxPosixEvents.h:29:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:43:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxPosixEvents.h:29:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxPosixEvents.h:30:19: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:44:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxPosixEvents.h:30:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxPosixEvents.h:31:19: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:45:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxPosixEvents.h:31:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxPosixEvents.h:32:19: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:46:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxPosixEvents.h:32:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxPosixEvents.h:33:19: style: The function 'Wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:47:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxPosixEvents.h:33:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:42:19: style: The function 'CreateNamed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:72:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:42:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:43:19: style: The function 'OpenNamed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:73:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:43:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:44:19: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:44:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:44:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:45:19: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:45:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:45:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:46:19: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:46:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:46:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:47:19: style: The function 'Wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxEvents.h:47:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:47:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxFiles.cpp:489:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxFiles.cpp:485:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxFiles.cpp:489:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxFiles.cpp:508:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxFiles.cpp:504:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxFiles.cpp:508:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxINI.cpp:65:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxINI.cpp:61:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxINI.cpp:65:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMemory.cpp:71:2: style: Variable 'pMemBlock' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMemory.cpp:67:0: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMemory.cpp:71:2: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMutex.cpp:198:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMutex.cpp:188:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMutex.cpp:198:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMutex.cpp:229:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMutex.cpp:219:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMutex.cpp:229:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMutex.cpp:143:25: style: union member 'semun::buf' is never used. [unusedStructMember]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMutex.cpp:144:25: style: union member 'semun::array' is never used. [unusedStructMember]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMutex.cpp:145:25: style: union member 'semun::__buf' is never used. [unusedStructMember]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMutex.cpp:189:0: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxMutex.cpp:220:0: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxNetwork.cpp:88:2: style: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxNetwork.cpp:80:0: note: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxNetwork.cpp:88:2: note: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSharedMemory.cpp:111:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSharedMemory.cpp:98:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSharedMemory.cpp:111:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxStrings.cpp:124:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxStrings.cpp:104:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxStrings.cpp:124:11: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxStrings.cpp:125:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxStrings.cpp:104:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxStrings.cpp:125:11: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxStrings.cpp:128:25: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxStrings.cpp:104:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxStrings.cpp:128:25: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.cpp:212:47: style: Function 'Wait' argument 1 names different: declaration 'nTimeout' definition 'nMilliseconds'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.h:47:33: note: Function 'Wait' argument 1 names different: declaration 'nTimeout' definition 'nMilliseconds'.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.cpp:212:47: note: Function 'Wait' argument 1 names different: declaration 'nTimeout' definition 'nMilliseconds'.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.cpp:46:33: style: union member 'semun::buf' is never used. [unusedStructMember]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.cpp:47:33: style: union member 'semun::array' is never used. [unusedStructMember]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.cpp:48:33: style: union member 'semun::__buf' is never used. [unusedStructMember]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.cpp:56:24: warning: Member variable 'XnLinuxSysVNamedEvent::m_hSem' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxSysVNamedEvents.cpp:56:24: warning: Member variable 'XnLinuxSysVNamedEvent::m_hSemFile' is not initialized in the constructor. [uninitMemberVar]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxTime.cpp:58:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxTime.cpp:55:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxTime.cpp:58:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxTime.cpp:79:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxTime.cpp:71:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxTime.cpp:79:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxUSBDevice.cpp:576:25: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/LinuxUSBDevice.cpp:696:25: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/XnUSBLinux.cpp:385:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/XnUSBLinux.cpp:1377:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/XnUSBLinux.cpp:1367:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Linux/XnUSBLinux.cpp:1377:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Debug.cpp:151:0: error: #error "Platform not supported!" [preprocessorErrorDirective]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:97:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:92:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:97:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:124:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:115:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:124:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:149:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:143:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:149:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:171:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:165:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Events.cpp:171:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:49:2: style: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:37:0: note: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:49:2: note: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:186:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:177:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:186:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:220:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:210:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:220:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:246:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:235:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:246:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:409:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:404:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:409:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:481:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:473:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:481:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:515:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:507:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:515:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:538:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:533:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:538:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:570:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:563:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Files.cpp:570:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:175:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:161:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:175:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:207:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:191:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:207:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:239:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:223:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:239:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:271:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:255:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32INI.cpp:271:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Memory.cpp:57:2: style: Variable 'pMemBlock' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Memory.cpp:53:0: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Memory.cpp:57:2: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Mutex.cpp:98:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Mutex.cpp:87:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Mutex.cpp:98:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Mutex.cpp:156:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Mutex.cpp:150:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Mutex.cpp:156:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Network.cpp:106:2: style: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Network.cpp:98:0: note: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Network.cpp:106:2: note: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32SharedMemory.cpp:98:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32SharedMemory.cpp:92:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32SharedMemory.cpp:98:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32SharedMemory.cpp:168:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32SharedMemory.cpp:162:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32SharedMemory.cpp:168:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Strings.cpp:125:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Strings.cpp:105:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Strings.cpp:125:11: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Strings.cpp:126:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Strings.cpp:105:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Strings.cpp:126:11: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Strings.cpp:129:25: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Strings.cpp:105:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Strings.cpp:129:25: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Threads.cpp:59:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Threads.cpp:49:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Threads.cpp:59:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Threads.cpp:88:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Threads.cpp:79:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Threads.cpp:88:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:50:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:47:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:50:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:71:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:63:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:71:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:96:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:90:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:96:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:113:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:111:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/Win32Time.cpp:113:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:179:2: style: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:168:0: note: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:179:2: note: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:230:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:221:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:230:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:254:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:250:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:254:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:271:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:267:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:271:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:339:2: style: Variable 'pInterfaceGuid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:329:0: note: Variable 'pInterfaceGuid' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:339:2: note: Variable 'pInterfaceGuid' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:390:2: style: Variable 'hDevInfo' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:378:0: note: Variable 'hDevInfo' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:390:2: note: Variable 'hDevInfo' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:415:4: style: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:405:0: note: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:415:4: note: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:505:2: style: Variable 'pDevHandle' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:484:0: note: Variable 'pDevHandle' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:505:2: note: Variable 'pDevHandle' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:508:2: style: Variable 'pInterfaceGuid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:483:0: note: Variable 'pInterfaceGuid' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:508:2: note: Variable 'pInterfaceGuid' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:511:2: style: Variable 'hDevInfo' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:486:0: note: Variable 'hDevInfo' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:511:2: note: Variable 'hDevInfo' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:709:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:700:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:709:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:740:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:727:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:740:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:777:2: style: Variable 'pEPHandle' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:765:0: note: Variable 'pEPHandle' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:777:2: note: Variable 'pEPHandle' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:780:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:757:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:780:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:993:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:985:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:993:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1019:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1011:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1019:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1049:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1032:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1049:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1504:2: style: Variable 'pThreadData' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1493:0: note: Variable 'pThreadData' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1504:2: note: Variable 'pThreadData' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1567:2: style: Variable 'pThreadData' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1560:0: note: Variable 'pThreadData' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1567:2: note: Variable 'pThreadData' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1636:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1623:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/Win32/XnUSBWin32.cpp:1636:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnDump.cpp:307:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnDump.cpp:303:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnDump.cpp:307:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnEnumerationErrors.cpp:99:2: warning: Possible null pointer dereference: pModuleError [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnEnumerationErrors.cpp:96:32: note: Assignment 'pModuleError=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnEnumerationErrors.cpp:99:2: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnEnumerationErrors.cpp:100:2: warning: Possible null pointer dereference: pModuleError [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnEnumerationErrors.cpp:96:32: note: Assignment 'pModuleError=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnEnumerationErrors.cpp:100:2: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnEnumerationErrors.cpp:114:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnEnumerationErrors.cpp:109:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnEnumerationErrors.cpp:114:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnInternalTypes.h:70:19: style: Technically the member function 'xn::DepthPrivateData::GetRealWorldXtoZ' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnInternalTypes.h:71:19: style: Technically the member function 'xn::DepthPrivateData::GetRealWorldYtoZ' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnInternalTypes.h:66:16: style: The function 'BeforeNodeDestroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnInternalTypes.h:58:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnInternalTypes.h:66:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnInternalTypes.h:89:22: style: The function 'BeforeNodeDestroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnInternalTypes.h:58:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnInternalTypes.h:89:22: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:69:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:66:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:69:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:131:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:129:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:131:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:146:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:142:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:146:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:173:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:170:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:173:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:188:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:184:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:188:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:207:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:204:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:207:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:240:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:237:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:240:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:274:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:271:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:274:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:295:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:291:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:295:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:328:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:325:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:328:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:344:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:339:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:344:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLicensing.cpp:50:2: style: Class 'XnLicenseXml' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:376:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:374:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:376:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:397:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:394:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:397:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:412:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:409:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:412:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:457:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:455:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:457:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:682:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:678:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnLog.cpp:682:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1437:12: warning: Possible null pointer dereference: pLoaded [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1420:31: note: Assignment 'pLoaded=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1437:12: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:144:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:142:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:144:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:159:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:155:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:159:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:187:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:183:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:187:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:244:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:241:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:244:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:314:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:312:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:314:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:331:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:326:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:331:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:360:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:355:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:360:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:497:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:494:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:497:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:601:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:593:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:601:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:860:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:852:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:860:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:888:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:880:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:888:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:911:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:903:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:911:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:934:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:926:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:934:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:957:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:949:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:957:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:980:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:972:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:980:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1003:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:995:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1003:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1041:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1039:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1041:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1054:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1052:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1054:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1087:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1084:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1087:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1112:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1109:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1112:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1133:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1130:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1133:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1152:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1149:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1152:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1166:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1163:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1166:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1189:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1186:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1189:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1204:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1201:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1204:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1233:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1230:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1233:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1252:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1249:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1252:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1286:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1283:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1286:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1311:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1309:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1311:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1326:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1324:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1326:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1421:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1417:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1421:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1475:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1472:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1475:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1555:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1552:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1555:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1593:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1587:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1593:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:430:115: style: Function 'AddExportedNode' argument 2 names different: declaration 'pInterface' definition 'pExportedInterface'. [funcArgNamesDifferent]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.h:66:100: note: Function 'AddExportedNode' argument 2 names different: declaration 'pInterface' definition 'pExportedInterface'.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:430:115: note: Function 'AddExportedNode' argument 2 names different: declaration 'pInterface' definition 'pExportedInterface'.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.h:69:7: performance: Technically the member function 'XnModuleLoader::DestroyModuleInstance' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1445:22: note: Technically the member function 'XnModuleLoader::DestroyModuleInstance' can be static.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.h:69:7: note: Technically the member function 'XnModuleLoader::DestroyModuleInstance' can be static.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.h:115:11: performance: Technically the member function 'XnModuleLoader::ValidateNodeNotifications' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.cpp:1337:26: note: Technically the member function 'XnModuleLoader::ValidateNodeNotifications' can be static.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnModuleLoader.h:115:11: note: Technically the member function 'XnModuleLoader::ValidateNodeNotifications' can be static.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:351:28: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:363:28: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:375:28: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:553:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:569:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:647:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:797:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:814:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:915:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:969:26: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:988:26: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:38:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:148:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:145:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:148:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:214:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:212:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:214:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:273:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:271:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:273:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:315:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:313:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:315:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:751:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:748:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:751:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:178:31: style: Unused private function: 'DepthWatcher::HandleUserPositionChange' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:59:23: style: Member variable 'NodeWatcher::m_notifications' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:130:2: note: Member variable 'NodeWatcher::m_notifications' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:59:23: note: Member variable 'NodeWatcher::m_notifications' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:128:19: style: Member variable 'MapWatcher::m_hMapOutputModeChangeCB' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:431:2: note: Member variable 'MapWatcher::m_hMapOutputModeChangeCB' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:128:19: note: Member variable 'MapWatcher::m_hMapOutputModeChangeCB' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:149:19: style: Member variable 'ImageWatcher::m_hPixelFormatChangeCB' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:591:2: note: Member variable 'ImageWatcher::m_hPixelFormatChangeCB' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:149:19: note: Member variable 'ImageWatcher::m_hPixelFormatChangeCB' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:181:19: style: Member variable 'DepthWatcher::m_hFieldOfViewChangeCB' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:675:2: note: Member variable 'DepthWatcher::m_hFieldOfViewChangeCB' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:181:19: note: Member variable 'DepthWatcher::m_hFieldOfViewChangeCB' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:203:19: style: Member variable 'AudioWatcher::m_hOutputModeChangeCB' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:837:2: note: Member variable 'AudioWatcher::m_hOutputModeChangeCB' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:203:19: note: Member variable 'AudioWatcher::m_hOutputModeChangeCB' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:233:19: style: Member variable 'GestureWatcher::m_hGestureCB' is in the wrong place in the initializer list. [initializerList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:932:2: note: Member variable 'GestureWatcher::m_hGestureCB' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:233:19: note: Member variable 'GestureWatcher::m_hGestureCB' is in the wrong place in the initializer list.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:83:15: warning: Virtual function 'Unregister' is called from destructor '~GeneratorWatcher()' at line 207. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:207:2: note: Calling Unregister
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:83:15: note: Unregister is a virtual method
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:116:15: warning: Virtual function 'Unregister' is called from destructor '~MapWatcher()' at line 438. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:438:2: note: Calling Unregister
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:116:15: note: Unregister is a virtual method
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:142:15: warning: Virtual function 'Unregister' is called from destructor '~ImageWatcher()' at line 597. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:597:2: note: Calling Unregister
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:142:15: note: Unregister is a virtual method
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:172:15: warning: Virtual function 'Unregister' is called from destructor '~DepthWatcher()' at line 682. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:682:2: note: Calling Unregister
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:172:15: note: Unregister is a virtual method
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:194:15: warning: Virtual function 'Unregister' is called from destructor '~AudioWatcher()' at line 843. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:843:2: note: Calling Unregister
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:194:15: note: Unregister is a virtual method
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:215:15: warning: Virtual function 'Unregister' is called from destructor '~GestureWatcher()' at line 938. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.cpp:938:2: note: Calling Unregister
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:215:15: note: Unregister is a virtual method
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:82:19: style: The function 'Register' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:46:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:82:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:83:15: style: The function 'Unregister' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:47:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:83:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:84:19: style: The function 'Watch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:49:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:84:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:85:19: style: The function 'GetTimestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:50:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:85:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:88:19: style: The function 'NotifyStateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:53:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:88:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:115:19: style: The function 'Register' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:82:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:115:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:116:15: style: The function 'Unregister' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:83:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:116:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:117:19: style: The function 'NotifyStateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:88:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:117:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:141:19: style: The function 'Register' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:115:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:141:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:142:15: style: The function 'Unregister' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:116:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:142:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:143:19: style: The function 'NotifyStateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:117:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:143:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:171:19: style: The function 'Register' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:115:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:171:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:172:15: style: The function 'Unregister' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:116:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:172:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:173:19: style: The function 'NotifyStateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:117:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:173:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:193:19: style: The function 'Register' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:82:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:193:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:194:15: style: The function 'Unregister' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:83:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:194:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:195:19: style: The function 'NotifyStateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:88:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:195:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:214:19: style: The function 'Register' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:82:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:214:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:215:15: style: The function 'Unregister' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:83:15: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:215:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:216:19: style: The function 'NotifyStateImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:88:19: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnNodeWatcher.h:216:19: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:91:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:86:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:91:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:107:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:102:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:107:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:166:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:160:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:166:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:193:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:187:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:193:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:216:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:212:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOS.cpp:216:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1445:13: warning: Possible null pointer dereference: pRecorderImpl [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1443:37: note: Assignment 'pRecorderImpl=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1445:13: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1458:13: warning: Possible null pointer dereference: pPlayerImpl [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1456:33: note: Assignment 'pPlayerImpl=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1458:13: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1470:13: warning: Possible null pointer dereference: pDepthPrivateData [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1468:45: note: Assignment 'pDepthPrivateData=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1470:13: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3000:2: warning: Possible null pointer dereference: pModuleCookie [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2998:39: note: Assignment 'pModuleCookie=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3000:2: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3001:2: warning: Possible null pointer dereference: pModuleCookie [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2998:39: note: Assignment 'pModuleCookie=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3001:2: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3002:2: warning: Possible null pointer dereference: pModuleCookie [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2998:39: note: Assignment 'pModuleCookie=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3002:2: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3140:2: warning: Possible null pointer dereference: pModuleCookie [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3138:39: note: Assignment 'pModuleCookie=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3140:2: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3141:2: warning: Possible null pointer dereference: pModuleCookie [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3138:39: note: Assignment 'pModuleCookie=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3141:2: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3142:2: warning: Possible null pointer dereference: pModuleCookie [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3138:39: note: Assignment 'pModuleCookie=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3142:2: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2470:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2631:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3460:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3469:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3478:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3491:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3505:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3514:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3524:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3532:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3541:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3549:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3557:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3578:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3604:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3612:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3620:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3628:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3869:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3946:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3956:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3966:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3975:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3994:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4005:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4017:43: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4049:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4058:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4068:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4077:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4089:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4099:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4109:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4118:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4128:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4137:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4149:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4174:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4199:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4215:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4230:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4239:46: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4252:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4260:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4269:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4277:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4286:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4294:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4302:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4324:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4333:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4343:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4352:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4365:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4374:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4384:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4393:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4676:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4686:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4696:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4705:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4783:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4801:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4811:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4820:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4830:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4839:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4860:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4888:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4897:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4905:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4914:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4922:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4948:48: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4976:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4986:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4996:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5006:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5017:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5027:56: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5074:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5083:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5091:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5127:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5151:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5161:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5168:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5203:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5235:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5272:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5304:53: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5335:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5343:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5369:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5378:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5386:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5394:49: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5430:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5455:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5483:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5515:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5535:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5564:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5628:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5653:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5664:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5672:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5681:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5690:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5719:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5743:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5759:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5767:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5776:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5784:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5792:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5801:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5809:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5819:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5829:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5838:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5847:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5855:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5863:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5871:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5879:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5888:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5897:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5905:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5913:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5921:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5929:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5937:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5946:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5954:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5962:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5970:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5979:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:5987:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6080:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6115:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6162:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6194:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6238:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6272:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6294:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6304:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6314:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6374:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6382:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6390:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6486:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6520:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6542:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6576:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6623:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6655:50: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6687:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6694:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6701:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6709:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6716:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6724:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6731:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6819:42: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6827:42: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6835:42: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6843:42: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6853:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6861:51: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6949:47: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6958:47: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6967:47: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6977:47: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:134:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:129:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:134:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:264:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:261:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:264:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:285:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:276:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:285:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:318:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:309:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:318:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:345:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:342:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:345:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:366:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:357:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:366:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:390:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:387:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:390:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:565:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:562:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:565:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:621:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:614:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:621:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1179:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1172:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1179:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1213:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1204:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1213:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1356:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1350:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:1356:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2043:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2035:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2043:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2059:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2051:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2059:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2492:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2487:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2492:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2573:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2564:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2573:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2600:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2590:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2600:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2620:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2612:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2620:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2656:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2647:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2656:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2677:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2668:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2677:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2788:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2782:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2788:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2810:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2804:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2810:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2832:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2826:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2832:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2850:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2848:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2850:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2870:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2861:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2870:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2892:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2887:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2892:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2941:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2935:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2941:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2965:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2963:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2965:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3004:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:2996:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3004:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3144:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3136:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3144:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3647:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3641:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3647:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3741:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3734:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3741:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3816:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3812:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:3816:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4429:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4427:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4429:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6758:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6754:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6758:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6875:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6872:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:6875:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:7077:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:7075:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:7077:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4459:5: performance: Variable 'm_numPoses' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4461:5: performance: Variable 'm_userCallbacksHandle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4462:5: performance: Variable 'm_poseDetectHandle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4463:5: performance: Variable 'm_outOfPoseHandle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4464:5: performance: Variable 'm_inProgressHandle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnOpenNI.cpp:4465:5: performance: Variable 'm_hUserGenerator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:44:16: style: The function 'BeforeNodeDestroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnInternalTypes.h:58:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:44:16: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:42:15: style: The function 'BeforeNodeDestroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnInternalTypes.h:58:16: note: Virtual function in base class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:42:15: note: Function in derived class
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:244:10: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:302:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:309:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:317:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:324:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:331:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:338:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:345:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:431:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:438:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:445:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:452:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:459:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:466:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:473:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:480:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:754:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:789:22: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:170:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:168:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:170:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:199:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:197:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:199:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:264:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:255:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:264:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:288:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:279:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:288:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:536:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:532:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:536:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:558:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:555:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:558:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:582:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:579:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:582:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:606:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:603:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:606:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:630:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:627:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:630:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:726:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:723:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:726:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:59:35: style: Unused private function: 'PlayerImpl::OpenFile' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:60:35: style: Unused private function: 'PlayerImpl::ReadFile' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:61:35: style: Unused private function: 'PlayerImpl::SeekFile' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:62:35: style: Unused private function: 'PlayerImpl::SeekFile64' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:63:35: style: Unused private function: 'PlayerImpl::TellFile' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:64:35: style: Unused private function: 'PlayerImpl::TellFile64' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:65:31: style: Unused private function: 'PlayerImpl::CloseFile' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:76:35: style: Unused private function: 'PlayerImpl::OnNodeAdded' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:78:35: style: Unused private function: 'PlayerImpl::OnNodeRemoved' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:79:35: style: Unused private function: 'PlayerImpl::OnNodeIntPropChanged' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:81:35: style: Unused private function: 'PlayerImpl::OnNodeRealPropChanged' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:83:35: style: Unused private function: 'PlayerImpl::OnNodeStringPropChanged' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:85:35: style: Unused private function: 'PlayerImpl::OnNodeGeneralPropChanged' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:87:35: style: Unused private function: 'PlayerImpl::OnNodeStateReady' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:88:35: style: Unused private function: 'PlayerImpl::OnNodeNewData' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:48:11: style: Technically the member function 'xn::PlayerImpl::GetPlaybackSpeed' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:232:22: note: Technically the member function 'xn::PlayerImpl::GetPlaybackSpeed' can be const.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:48:11: note: Technically the member function 'xn::PlayerImpl::GetPlaybackSpeed' can be const.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:56:21: style: Technically the member function 'xn::PlayerImpl::ModuleHandle' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.cpp:248:32: note: Technically the member function 'xn::PlayerImpl::ModuleHandle' can be const.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnPlayerImpl.h:56:21: note: Technically the member function 'xn::PlayerImpl::ModuleHandle' can be const.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnProfiling.cpp:168:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnProfiling.cpp:163:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnProfiling.cpp:168:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnProfiling.cpp:75:6: style: The scope of the variable 'nReportChars' can be reduced. [variableScope]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.cpp:299:10: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.cpp:305:10: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.cpp:444:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.cpp:451:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.cpp:459:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.cpp:466:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.cpp:473:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.cpp:480:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.cpp:487:24: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:79:36: style: Unused private function: 'RecorderImpl::OpenFile' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:80:36: style: Unused private function: 'RecorderImpl::WriteFile' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:82:36: style: Unused private function: 'RecorderImpl::SeekFile' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:83:36: style: Unused private function: 'RecorderImpl::SeekFile64' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:84:36: style: Unused private function: 'RecorderImpl::TellFile' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:85:36: style: Unused private function: 'RecorderImpl::TellFile64' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:86:32: style: Unused private function: 'RecorderImpl::CloseFile' [unusedPrivateFunction]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:67:22: style: Technically the member function 'xn::RecorderImpl::ModuleHandle' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.cpp:309:34: note: Technically the member function 'xn::RecorderImpl::ModuleHandle' can be const.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:67:22: note: Technically the member function 'xn::RecorderImpl::ModuleHandle' can be const.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:96:13: performance: Technically the member function 'xn::RecorderImpl::GetDefaultCodecID' can be static. [functionStatic]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.cpp:571:25: note: Technically the member function 'xn::RecorderImpl::GetDefaultCodecID' can be static.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnRecorderImpl.h:96:13: note: Technically the member function 'xn::RecorderImpl::GetDefaultCodecID' can be static.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:158:6: warning: Possible null pointer dereference: pScheduler [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:210:28: note: Assignment 'pScheduler=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:215:2: note: Calling function 'FreeScheduler', 1st argument 'pScheduler' value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:158:6: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:173:6: warning: Possible null pointer dereference: pScheduler [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:210:28: note: Assignment 'pScheduler=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:215:2: note: Calling function 'FreeScheduler', 1st argument 'pScheduler' value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:173:6: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:178:6: warning: Possible null pointer dereference: pScheduler [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:210:28: note: Assignment 'pScheduler=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:215:2: note: Calling function 'FreeScheduler', 1st argument 'pScheduler' value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:178:6: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:183:9: warning: Possible null pointer dereference: pScheduler [nullPointer]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:210:28: note: Assignment 'pScheduler=NULL', assigned value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:215:2: note: Calling function 'FreeScheduler', 1st argument 'pScheduler' value is 0
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:183:9: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:311:3: warning: Either the condition 'pBefore!=NULL' is redundant or there is possible null pointer dereference: pBefore. [nullPointerRedundantCheck]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:308:18: note: Assuming that condition 'pBefore!=NULL' is not redundant
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:311:3: note: Null pointer dereference
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:93:28: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:214:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:203:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:214:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:264:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:243:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:264:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:326:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:317:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:326:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:357:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:351:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnScheduler.cpp:357:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnTypeManager.cpp:127:43: warning: Either the condition 'type>500' is redundant or the array 'm_pTypesArray[500]' is accessed at index 500, which is out of bounds. [arrayIndexOutOfBoundsCond]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnTypeManager.cpp:122:11: note: Assuming that condition 'type>500' is not redundant
OpenNI-OpenNI-e263e59/Source/OpenNI/XnTypeManager.cpp:127:43: note: Array index out of bounds
OpenNI-OpenNI-e263e59/Source/OpenNI/XnTypeManager.cpp:186:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnTypeManager.cpp:183:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnTypeManager.cpp:186:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnTypeManager.h:50:33: style: Technically the member function 'TypeManager::GetPredefinedBaseType' can be const. [functionConst]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnTypeManager.cpp:204:45: note: Technically the member function 'TypeManager::GetPredefinedBaseType' can be const.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnTypeManager.h:50:33: note: Technically the member function 'TypeManager::GetPredefinedBaseType' can be const.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:68:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:66:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:68:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:143:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:137:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:143:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:345:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:340:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:345:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:363:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:358:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:363:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:381:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:376:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:381:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:399:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:394:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:399:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:417:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:412:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:417:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:435:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:430:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:435:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:453:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:448:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnUtils.cpp:453:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:38:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:35:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:38:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:89:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:86:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:89:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:115:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:112:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:115:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:133:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:130:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:133:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:151:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:148:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:151:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:171:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:168:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:171:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:191:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:188:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXml.cpp:191:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:39:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:37:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:39:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:55:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:53:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:55:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:71:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:69:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:71:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:94:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:91:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:94:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:114:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:111:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:114:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:134:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:132:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:134:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:148:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:145:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:148:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:162:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:159:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:162:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:176:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:173:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:176:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:190:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:187:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:190:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:204:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:201:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:204:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:219:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:215:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:219:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:233:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:230:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:233:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:294:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:289:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:294:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:363:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:360:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.cpp:363:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Source/OpenNI/XnXmlScriptNode.h:38:2: style: Class 'XnXmlScriptNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI-OpenNI-e263e59/Testing/OpenNITester/EventTests.cpp:53:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Testing/OpenNITester/EventTests.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/EventTests.cpp:53:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/EventTests.cpp:110:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Testing/OpenNITester/EventTests.cpp:101:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/EventTests.cpp:110:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_C.cpp:102:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_C.cpp:99:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_C.cpp:102:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_C.cpp:167:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_C.cpp:164:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_C.cpp:167:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_Cpp.cpp:105:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_Cpp.cpp:102:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_Cpp.cpp:105:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_Cpp.cpp:170:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_Cpp.cpp:167:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/ProductionGraphEvents_Cpp.cpp:170:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/QueueTests.cpp:26:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI-OpenNI-e263e59/Testing/OpenNITester/QueueTests.cpp:19:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Testing/OpenNITester/QueueTests.cpp:26:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:409:42: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:423:42: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:532:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:548:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:555:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:571:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:578:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:595:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:1291:42: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:1935:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:1942:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:1975:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:1989:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2004:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2017:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2123:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2154:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2167:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2180:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2345:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2357:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2363:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2375:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2388:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2477:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2491:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2504:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2511:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2525:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2545:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2550:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2592:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2615:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2627:30: style: C-style pointer casting [cstyleCast]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:1842:2: style: Variable 'nativeGestures' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:1841:0: note: Variable 'nativeGestures' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:1842:2: note: Variable 'nativeGestures' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:1881:2: style: Variable 'nativeGestures' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:1880:0: note: Variable 'nativeGestures' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:1881:2: note: Variable 'nativeGestures' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2404:2: style: Variable 'nativePoses' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2401:0: note: Variable 'nativePoses' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2404:2: note: Variable 'nativePoses' is reassigned a value before the old one has been used.
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:96:13: warning: Redundant assignment of 'this->mid' to itself. [selfAssignment]
OpenNI-OpenNI-e263e59/Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:49:2: style: Technically the member function 'JavaString::operatorconstchar*' can be const. [functionConst]
[13:06]

ftp://ftp.se.debian.org/debian/pool/main/o/openni-sensor-pointclouds/openni-sensor-pointclouds_5.1.0.41.9.orig.tar.gz
Sensor-Stable-5.1.0.41.9/Source/External/LibJPEG/jconfig.h:11:0: error: #error "LibJPEG: Unsupported Platform!" [preprocessorErrorDirective]
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnBuffer.h:149:11: style: Member variable 'XnBuffer::m_nSize' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnBuffer.h:40:45: note: Member variable 'XnBuffer::m_nSize' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnBuffer.h:149:11: note: Member variable 'XnBuffer::m_nSize' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnBuffer.h:96:24: style: Technically the member function 'XnBuffer::GetData' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnBuffer.h:101:18: style: Technically the member function 'XnBuffer::GetSize' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnBuffer.h:106:18: style: Technically the member function 'XnBuffer::GetMaxSize' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnBuffer.h:126:18: style: Technically the member function 'XnBuffer::GetFreeSpaceInBuffer' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnCore.cpp:79:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnCore.cpp:73:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnCore.cpp:79:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnCore.cpp:103:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnCore.cpp:97:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnCore.cpp:103:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnIOFileStream.cpp:39:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnIOFileStream.cpp:37:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnIOFileStream.cpp:39:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnIOFileStream.cpp:60:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnIOFileStream.cpp:57:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnIOFileStream.cpp:60:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnIONetworkStream.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnIONetworkStream.cpp:54:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnCore/XnIONetworkStream.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualGeneralProperty.cpp:82:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualGeneralProperty.cpp:80:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualGeneralProperty.cpp:82:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualPropertiesHash.cpp:213:35: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualPropertiesHash.cpp:220:37: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualPropertiesHash.cpp:227:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualPropertiesHash.cpp:158:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualPropertiesHash.cpp:155:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualPropertiesHash.cpp:158:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualPropertiesHash.cpp:175:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualPropertiesHash.cpp:171:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualPropertiesHash.cpp:175:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:59:16: performance: Technically the member function 'XnProperty::IsReadOnly' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualPropertiesHash.h:38:2: style: Class 'XnActualPropertiesHash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualPropertyFactory.cpp:65:39: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnAudioStream.cpp:96:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnAudioStream.cpp:102:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnAudioStream.cpp:49:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnAudioStream.cpp:46:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnAudioStream.cpp:49:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnAudioStream.cpp:68:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnAudioStream.cpp:66:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnAudioStream.cpp:68:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnAudioStream.cpp:78:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnAudioStream.cpp:76:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnAudioStream.cpp:78:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBackwardsCompatibility36.cpp:226:2: style: Variable 'cpToken' is reassigned a value before the old one has been used. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBackwardsCompatibility36.cpp:223:0: note: Variable 'cpToken' is reassigned a value before the old one has been used.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBackwardsCompatibility36.cpp:226:2: note: Variable 'cpToken' is reassigned a value before the old one has been used.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.cpp:161:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.cpp:176:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.cpp:49:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.cpp:49:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.cpp:78:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.cpp:70:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.cpp:78:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.h:81:11: style: Member variable 'XnBufferPool::m_nBufferSize' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.cpp:33:2: note: Member variable 'XnBufferPool::m_nBufferSize' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.h:81:11: note: Member variable 'XnBufferPool::m_nBufferSize' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:184:36: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:191:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:198:39: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:87:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:84:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:87:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:105:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:101:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:105:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:242:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:240:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:242:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:333:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:331:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:333:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:347:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:343:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:347:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:376:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:372:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:376:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:394:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:392:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:394:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:427:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:425:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:427:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:441:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:437:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:441:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:459:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:457:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:459:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:492:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:490:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:492:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:506:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:502:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:506:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:524:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:522:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:524:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:557:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:555:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:557:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:571:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:567:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:571:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:594:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:592:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:594:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:633:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:631:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:633:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:648:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:643:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:648:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:789:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:784:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:789:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:837:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:832:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:837:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:849:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:845:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:849:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:974:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:970:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:974:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:1005:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:1001:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:1005:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:1053:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:1049:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:1053:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:1087:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:1081:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:1087:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:164:72: style: Function 'WritePropertySetProperties' argument 1 names different: declaration 'pPropertySet' definition 'pSet'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.h:276:59: note: Function 'WritePropertySetProperties' argument 1 names different: declaration 'pPropertySet' definition 'pSet'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:164:72: note: Function 'WritePropertySetProperties' argument 1 names different: declaration 'pPropertySet' definition 'pSet'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:251:59: style: Function 'ReadPropertySetImpl' argument 1 names different: declaration 'pSet' definition 'pPropertySet'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.h:283:46: note: Function 'ReadPropertySetImpl' argument 1 names different: declaration 'pSet' definition 'pPropertySet'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:251:59: note: Function 'ReadPropertySetImpl' argument 1 names different: declaration 'pSet' definition 'pPropertySet'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:843:50: style: Function 'WriteString' argument 1 names different: declaration 'pcsString' definition 'strString'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.h:281:37: note: Function 'WriteString' argument 1 names different: declaration 'pcsString' definition 'strString'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:843:50: note: Function 'WriteString' argument 1 names different: declaration 'pcsString' definition 'strString'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.h:299:22: style: Member variable 'XnDataPacker::m_pCurrentHeader' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.cpp:72:2: note: Member variable 'XnDataPacker::m_pCurrentHeader' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDataPacker.h:299:22: note: Member variable 'XnDataPacker::m_pCurrentHeader' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDepthStream.cpp:156:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDepthStream.cpp:162:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDepthStream.cpp:168:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDepthStream.cpp:63:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDepthStream.cpp:60:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDepthStream.cpp:63:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:83:88: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:177:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:291:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:397:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:423:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:447:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:464:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1071:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1197:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1212:32: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1306:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1522:23: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1537:16: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1549:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1604:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1726:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1732:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1738:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:115:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:112:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:115:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:135:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:130:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:135:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:235:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:232:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:235:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:311:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:309:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:311:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:354:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:346:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:354:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:376:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:368:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:376:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:487:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:479:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:487:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:523:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:516:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:523:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:608:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:605:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:608:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:807:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:802:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:807:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:828:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:825:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:828:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:842:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:839:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:842:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:856:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:853:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:856:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:870:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:867:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:870:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:884:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:881:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:884:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:898:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:895:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:898:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:912:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:909:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:912:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:926:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:923:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:926:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:940:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:937:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:940:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:992:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:990:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:992:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1027:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1022:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1027:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1054:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1049:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1054:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1089:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1086:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1089:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1121:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1112:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1121:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1179:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1176:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1179:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1276:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1272:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1276:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1495:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1485:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1495:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1679:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1674:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1679:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1700:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1695:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1700:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:709:50: style: Function 'WriteStream' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:108:45: note: Function 'WriteStream' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:709:50: note: Function 'WriteStream' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:738:47: style: Function 'Write' argument 1 names different: declaration 'pStreamOutputSet' definition 'pStreamDataSet'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:109:42: note: Function 'Write' argument 1 names different: declaration 'pStreamOutputSet' definition 'pStreamDataSet'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:738:47: note: Function 'Write' argument 1 names different: declaration 'pStreamOutputSet' definition 'pStreamDataSet'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:879:113: style: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:117:108: note: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:879:113: note: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:935:113: style: Function 'GetProperty' argument 3 names different: declaration 'pValue' definition 'gbValue'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:121:108: note: Function 'GetProperty' argument 3 names different: declaration 'pValue' definition 'gbValue'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:935:113: note: Function 'GetProperty' argument 3 names different: declaration 'pValue' definition 'gbValue'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1608:64: style: Function 'HasPrimaryStreamAdvanced' argument 1 names different: declaration 'pSet' definition 'pOutputSet'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:238:51: note: Function 'HasPrimaryStreamAdvanced' argument 1 names different: declaration 'pSet' definition 'pOutputSet'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1608:64: note: Function 'HasPrimaryStreamAdvanced' argument 1 names different: declaration 'pSet' definition 'pOutputSet'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1660:61: style: Function 'HasPrimaryStreamAdvancedCallback' argument 1 names different: declaration 'pSet' definition 'pCookie'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:259:72: note: Function 'HasPrimaryStreamAdvancedCallback' argument 1 names different: declaration 'pSet' definition 'pCookie'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1660:61: note: Function 'HasPrimaryStreamAdvancedCallback' argument 1 names different: declaration 'pSet' definition 'pCookie'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1666:54: style: Function 'HasStreamAdvancedCallback' argument 1 names different: declaration 'pStream' definition 'pCookie'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:260:65: note: Function 'HasStreamAdvancedCallback' argument 1 names different: declaration 'pStream' definition 'pCookie'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:1666:54: note: Function 'HasStreamAdvancedCallback' argument 1 names different: declaration 'pStream' definition 'pCookie'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:275:22: style: Member variable 'XnDeviceBase::m_ReadWriteMode' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:82:2: note: Member variable 'XnDeviceBase::m_ReadWriteMode' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:275:22: note: Member variable 'XnDeviceBase::m_ReadWriteMode' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:279:26: style: Member variable 'XnDeviceBase::m_SDKVersionProp' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:86:2: note: Member variable 'XnDeviceBase::m_SDKVersionProp' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:279:26: note: Member variable 'XnDeviceBase::m_SDKVersionProp' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:276:22: style: Member variable 'XnDeviceBase::m_SharingMode' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.cpp:87:2: note: Member variable 'XnDeviceBase::m_SharingMode' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:276:22: note: Member variable 'XnDeviceBase::m_SharingMode' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualRealProperty.h:47:14: performance: Technically the member function 'XnActualRealProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualRealProperty.h:57:14: performance: Technically the member function 'XnActualRealProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualStringProperty.h:47:14: performance: Technically the member function 'XnActualStringProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualStringProperty.h:57:14: performance: Technically the member function 'XnActualStringProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualGeneralProperty.h:51:14: performance: Technically the member function 'XnActualGeneralProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualGeneralProperty.h:61:14: performance: Technically the member function 'XnActualGeneralProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:61:14: performance: Technically the member function 'XnIntProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:66:14: performance: Technically the member function 'XnIntProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:61:14: performance: Technically the member function 'XnRealProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:66:14: performance: Technically the member function 'XnRealProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:63:14: performance: Technically the member function 'XnStringProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:68:14: performance: Technically the member function 'XnStringProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:63:14: performance: Technically the member function 'XnGeneralProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:68:14: performance: Technically the member function 'XnGeneralProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:46:2: style: Class 'XnDeviceModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualGeneralProperty.h:72:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnActualGeneralProperty.h:72:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:71:19: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:70:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:71:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:73:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:73:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:79:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:103:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:79:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:80:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:104:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:80:17: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:81:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:81:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:82:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:106:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:82:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:83:17: style: The function 'ConvertValueToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:107:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.h:83:17: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:71:19: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:70:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:71:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:73:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:73:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:79:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:103:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:79:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:80:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:104:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:80:17: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:81:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:81:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:82:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:106:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:82:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:83:17: style: The function 'ConvertValueToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:107:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.h:83:17: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:73:11: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:70:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:73:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:75:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:75:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:81:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:103:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:81:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:82:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:104:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:82:17: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:83:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:83:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:84:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:106:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:84:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:85:17: style: The function 'ConvertValueToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:107:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.h:85:17: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:73:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:73:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:79:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:103:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:79:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:80:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:104:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:80:17: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:81:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:81:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:82:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:106:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:82:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:83:19: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnProperty.h:70:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnGeneralProperty.h:83:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:40:85: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:288:2: style: Class 'XnDeviceBaseProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:47:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:42:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:47:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:53:19: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:43:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:53:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:59:19: style: The function 'GetSupportedStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:59:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:65:19: style: The function 'CreateStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:60:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:65:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:71:19: style: The function 'DestroyStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:67:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:71:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:77:19: style: The function 'OpenStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:74:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:77:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:83:19: style: The function 'CloseStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:81:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:83:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:89:19: style: The function 'GetStreamNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:89:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:89:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:95:19: style: The function 'DoesModuleExist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:97:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:95:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:101:19: style: The function 'OpenAllStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:102:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:101:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:107:19: style: The function 'CloseAllStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:107:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:107:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:113:19: style: The function 'RegisterToStreamsChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:116:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:113:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:119:19: style: The function 'UnregisterFromStreamsChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:123:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:119:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:125:19: style: The function 'CreateStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:131:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:125:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:131:19: style: The function 'RegisterToNewStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:140:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:131:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:137:19: style: The function 'UnregisterFromNewStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:147:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:137:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:143:19: style: The function 'IsNewDataAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:155:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:143:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:149:19: style: The function 'ReadStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:162:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:149:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:155:19: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:169:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:155:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:161:19: style: The function 'WriteStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:176:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:161:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:167:19: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:183:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:167:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:173:19: style: The function 'Tell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:190:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:173:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:179:19: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:197:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:179:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:185:19: style: The function 'TellFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:205:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:185:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:191:19: style: The function 'SeekFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:213:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:191:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:197:19: style: The function 'DoesPropertyExist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:222:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:197:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:203:19: style: The function 'GetPropertyType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:231:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:203:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:209:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:240:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:209:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:215:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:249:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:215:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:221:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:258:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:221:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:227:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:267:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:227:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:233:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:276:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:233:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:239:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:285:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:239:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:245:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:294:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:245:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:251:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:303:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:251:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:257:19: style: The function 'LoadConfigFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:311:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:257:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:263:19: style: The function 'BatchConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:318:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:263:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:269:19: style: The function 'GetAllProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:325:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:269:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:275:19: style: The function 'RegisterToPropertyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:336:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:275:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:281:19: style: The function 'UnregisterFromPropertyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:345:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBaseProxy.h:281:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceManager.cpp:150:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceManager.cpp:140:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceManager.cpp:150:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:441:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:448:35: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:455:37: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:462:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:486:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:493:35: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:500:37: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:507:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:546:26: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:54:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:52:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:54:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:106:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:101:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:106:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:122:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:119:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:122:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:167:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:164:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:167:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:181:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:178:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:181:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:195:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:192:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:195:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:210:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:207:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:210:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:224:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:221:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:224:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:238:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:235:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:238:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:252:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:249:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:252:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:266:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:263:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:266:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:280:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:277:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:280:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:294:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:291:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:294:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:308:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:305:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:308:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:322:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:319:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:322:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:336:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:333:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:336:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:350:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:347:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:350:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:384:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:381:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:384:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:149:52: style: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:60:37: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:149:52: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:359:52: style: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:90:37: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:359:52: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:364:52: style: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:91:37: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:364:52: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:369:52: style: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:92:37: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:369:52: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:374:52: style: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:93:37: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:374:52: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:374:78: style: Function 'GetProperty' argument 2 names different: declaration 'ppGeneralProperty' definition 'ppPtrProperty'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:93:66: note: Function 'GetProperty' argument 2 names different: declaration 'ppGeneralProperty' definition 'ppPtrProperty'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:374:78: note: Function 'GetProperty' argument 2 names different: declaration 'ppGeneralProperty' definition 'ppPtrProperty'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:79:11: style: Technically the member function 'XnDeviceModule::RegisterForOnPropertyValueChanged' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:331:26: note: Technically the member function 'XnDeviceModule::RegisterForOnPropertyValueChanged' can be const.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:79:11: note: Technically the member function 'XnDeviceModule::RegisterForOnPropertyValueChanged' can be const.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:80:11: style: Technically the member function 'XnDeviceModule::UnregisterFromOnPropertyValueChanged' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:345:26: note: Technically the member function 'XnDeviceModule::UnregisterFromOnPropertyValueChanged' can be const.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:80:11: note: Technically the member function 'XnDeviceModule::UnregisterFromOnPropertyValueChanged' can be const.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:50:19: warning: Virtual function 'Free' is called from destructor '~XnDeviceModule()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.cpp:47:2: note: Calling Free
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:50:19: note: Free is a virtual method
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:151:4: warning: Possible null pointer dereference: pNewGeneralProp [nullPointer]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:149:47: note: Assignment 'pNewGeneralProp=NULL', assigned value is 0
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:151:4: note: Null pointer dereference
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:127:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:133:36: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:139:37: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:194:43: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:195:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:202:45: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:203:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:210:46: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:211:43: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:42:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:40:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:42:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.h:50:11: performance: Technically the member function 'XnDeviceModuleHolder::UnsafeSetProperty' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.cpp:173:32: note: Technically the member function 'XnDeviceModuleHolder::UnsafeSetProperty' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.h:50:11: note: Technically the member function 'XnDeviceModuleHolder::UnsafeSetProperty' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:70:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:66:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:70:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:86:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:82:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:86:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:181:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:174:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:181:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:197:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:192:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceProxy.cpp:197:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:51:19: warning: Virtual function 'Destroy' is called from destructor '~XnDeviceInterfaceAdapter()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:43:3: note: Calling Destroy
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:51:19: note: Destroy is a virtual method
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:37:2: style: Class 'XnDeviceInterfaceAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:46:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:42:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:46:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:51:19: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:43:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:51:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:56:19: style: The function 'GetSupportedStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:56:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:61:19: style: The function 'CreateStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:60:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:61:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:66:19: style: The function 'DestroyStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:67:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:66:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:71:19: style: The function 'OpenStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:74:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:71:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:76:19: style: The function 'CloseStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:81:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:76:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:81:19: style: The function 'DoesModuleExist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:97:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:81:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:86:19: style: The function 'OpenAllStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:102:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:86:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:91:19: style: The function 'CloseAllStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:107:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:91:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:96:19: style: The function 'RegisterToStreamsChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:116:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:96:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:101:19: style: The function 'UnregisterFromStreamsChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:123:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:101:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:106:19: style: The function 'CreateStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:131:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:106:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:111:19: style: The function 'RegisterToNewStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:140:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:111:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:116:19: style: The function 'UnregisterFromNewStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:147:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:116:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:121:19: style: The function 'IsNewDataAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:155:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:121:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:126:19: style: The function 'ReadStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:162:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:126:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:131:19: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:169:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:131:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:136:19: style: The function 'WriteStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:176:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:136:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:141:19: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:183:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:141:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:146:19: style: The function 'Tell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:190:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:146:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:151:19: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:197:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:151:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:156:19: style: The function 'DoesPropertyExist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:222:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:156:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:161:19: style: The function 'GetPropertyType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:231:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:161:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:166:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:240:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:166:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:171:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:249:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:171:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:176:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:258:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:176:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:186:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:276:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:186:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:191:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:285:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:191:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:196:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:294:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:196:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:206:19: style: The function 'LoadConfigFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:311:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:206:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:211:19: style: The function 'GetAllProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:325:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:211:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:216:19: style: The function 'RegisterToPropertyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/IXnDevice.h:336:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceInterfaceAdapter.h:216:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:233:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:239:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:252:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:258:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:51:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:48:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:51:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:79:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:77:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:79:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:89:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:87:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:89:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:99:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:97:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:99:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:109:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:107:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:109:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:149:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:146:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:149:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:207:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:201:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:207:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:222:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:219:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:222:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:144:45: style: Function 'Read' argument 1 names different: declaration 'pStreamData' definition 'pStreamOutput'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:51:38: note: Function 'Read' argument 1 names different: declaration 'pStreamData' definition 'pStreamOutput'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:144:45: note: Function 'Read' argument 1 names different: declaration 'pStreamData' definition 'pStreamOutput'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.cpp:31:17: warning: Member variable 'XnDeviceStream::m_pNewDataCallbackCookie' is not initialized in the constructor. [uninitMemberVar]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameBufferManager.cpp:51:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameBufferManager.cpp:49:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameBufferManager.cpp:51:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameBufferManager.cpp:78:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameBufferManager.cpp:74:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameBufferManager.cpp:78:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameBufferManager.h:40:2: style: Class 'XnFrameBufferManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:218:25: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:224:25: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:230:25: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:237:25: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:64:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:61:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:64:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:121:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:115:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:121:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:144:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:142:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:144:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:154:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:152:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:154:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:164:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:162:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:164:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:176:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:174:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:176:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:200:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:186:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:200:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:210:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:208:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:210:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:172:44: style: Function 'Read' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:55:30: note: Function 'Read' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:172:44: note: Function 'Read' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:206:62: style: Function 'GetLastRawFrame' argument 1 names different: declaration 'gbValue' definition 'pBuffer'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:86:48: note: Function 'GetLastRawFrame' argument 1 names different: declaration 'gbValue' definition 'pBuffer'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:206:62: note: Function 'GetLastRawFrame' argument 1 names different: declaration 'gbValue' definition 'pBuffer'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:100:11: style: Member variable 'XnFrameStream::m_nLastReadFrame' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:37:2: note: Member variable 'XnFrameStream::m_nLastReadFrame' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:100:11: note: Member variable 'XnFrameStream::m_nLastReadFrame' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:96:24: style: Member variable 'XnFrameStream::m_pBufferManager' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.cpp:39:2: note: Member variable 'XnFrameStream::m_pBufferManager' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:96:24: note: Member variable 'XnFrameStream::m_pBufferManager' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnSimpleBufferPool.h:37:2: style: Class 'XnSimpleBufferPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:54:11: style: The function 'CreateStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:48:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:54:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:55:11: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:55:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:82:11: style: The function 'ReadImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnFrameStream.h:82:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnSimpleBufferPool.h:41:19: style: The function 'AllocateBuffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.h:77:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnSimpleBufferPool.h:41:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnSimpleBufferPool.h:42:15: style: The function 'DestroyBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnBufferPool.h:78:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnSimpleBufferPool.h:42:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.cpp:44:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.cpp:40:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.cpp:44:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.cpp:88:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.cpp:85:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntProperty.cpp:88:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntPropertySynchronizer.cpp:71:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntPropertySynchronizer.cpp:68:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntPropertySynchronizer.cpp:62:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntPropertySynchronizer.cpp:68:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntPropertySynchronizer.cpp:100:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntPropertySynchronizer.cpp:95:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnIntPropertySynchronizer.cpp:100:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:364:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:370:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:376:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:382:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:388:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:394:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:400:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:448:25: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:53:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:100:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:98:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:100:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:142:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:140:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:142:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:155:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:150:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:155:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:175:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:170:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:175:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:192:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:190:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:192:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:319:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:316:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:319:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.h:132:24: style: Member variable 'XnPixelStream::m_supportedModesData' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.cpp:45:2: note: Member variable 'XnPixelStream::m_supportedModesData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPixelStream.h:132:24: note: Member variable 'XnPixelStream::m_supportedModesData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:563:32: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:585:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:607:35: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:667:39: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:674:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:681:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:131:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:123:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:131:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:158:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:152:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:158:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:177:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:169:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:177:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:197:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:189:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:197:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:218:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:209:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:218:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:239:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:230:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:239:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:259:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:251:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:259:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:366:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:357:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:366:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:621:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:615:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:621:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:636:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:629:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:636:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:647:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:644:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:647:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnPropertySet.cpp:39:2: style: Struct 'XnPropertySetModuleEnumerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.cpp:87:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.cpp:84:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnRealProperty.cpp:87:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:277:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:283:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:289:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:295:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:49:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:42:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:49:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:143:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:138:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:143:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:205:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:203:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:205:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:219:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:216:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:219:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:239:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:233:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:239:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamData.cpp:41:29: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamData.cpp:65:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamData.cpp:63:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamData.cpp:65:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDeviceStreamHolder.h:44:46: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDevice.cpp:109:14: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDevice.cpp:79:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDevice.cpp:76:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDevice.cpp:79:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDevice.cpp:105:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDevice.cpp:102:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDevice.cpp:105:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDevice.cpp:30:17: warning: Member variable 'XnStreamDevice::m_pIOStream' is not initialized in the constructor. [uninitMemberVar]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:45:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:45:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:46:11: style: The function 'Free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDeviceStreamHolder.h:41:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.h:40:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDeviceStreamHolder.h:41:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDeviceStreamHolder.h:42:19: style: The function 'Free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModuleHolder.h:45:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDeviceStreamHolder.h:42:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDevice.h:41:11: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:89:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDevice.h:41:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDeviceStreamHolder.cpp:224:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:134:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:489:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:48:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:42:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:48:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:84:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:80:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:84:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:195:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:191:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:195:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:263:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:256:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:263:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:289:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:287:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:289:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:302:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:297:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:302:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:316:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:314:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:316:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:331:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:324:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:331:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:371:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:364:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:371:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:386:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:382:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:386:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:405:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:398:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:405:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:420:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:416:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:420:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:439:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:432:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:439:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:454:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:450:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:454:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:471:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:466:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:471:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:486:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:482:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.cpp:486:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStreamHolder.h:37:2: style: Class 'XnStreamReaderStreamHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.h:39:11: style: The function 'InitImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:135:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.h:39:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.h:42:11: style: The function 'CreateStreamModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:190:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.h:42:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.h:43:7: style: The function 'DestroyStreamModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:192:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderDevice.h:43:7: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:39:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:40:11: style: The function 'Free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceModule.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:43:15: style: The function 'NewDataAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:65:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:43:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:48:11: style: The function 'WriteImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:107:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:48:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:49:11: style: The function 'ReadImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:49:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:50:11: style: The function 'Mirror' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:109:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:50:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:52:11: style: The function 'CalcRequiredSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:111:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:52:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStreamHolder.h:40:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDeviceStreamHolder.h:41:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStreamHolder.h:40:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStreamHolder.h:41:19: style: The function 'Free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamDeviceStreamHolder.h:42:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStreamHolder.h:41:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.cpp:133:32: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.cpp:46:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.cpp:46:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.cpp:125:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.cpp:123:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.cpp:125:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.cpp:71:55: style: Function 'ReadImpl' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.h:49:34: note: Function 'ReadImpl' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStream.cpp:71:55: note: Function 'ReadImpl' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStreamHolder.cpp:44:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStreamHolder.cpp:42:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamReaderStreamHolder.cpp:44:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:168:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:42:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:75:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:73:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:75:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:90:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:87:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:90:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:137:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:134:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:137:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:155:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:149:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:155:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:217:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:210:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:217:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:238:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:235:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:238:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:256:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:253:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:256:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:274:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:271:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:274:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:292:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:289:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:292:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:269:112: style: Function 'SetProperty' argument 3 names different: declaration 'csValue' definition 'strValue'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:54:91: note: Function 'SetProperty' argument 3 names different: declaration 'csValue' definition 'strValue'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:269:112: note: Function 'SetProperty' argument 3 names different: declaration 'csValue' definition 'strValue'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:287:121: style: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:55:100: note: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:287:121: note: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:305:126: style: Function 'CreateStreamModule' argument 3 names different: declaration 'ppModuleHolder' definition 'ppStreamHolder'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:58:105: note: Function 'CreateStreamModule' argument 3 names different: declaration 'ppModuleHolder' definition 'ppStreamHolder'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.cpp:305:126: note: Function 'CreateStreamModule' argument 3 names different: declaration 'ppModuleHolder' definition 'ppStreamHolder'.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.h:40:18: style: Technically the member function 'XnStreamWriterStream::GetFrameID' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:43:11: style: The function 'InitImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:135:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:43:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:44:11: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:89:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:44:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:46:11: style: The function 'CreateStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:91:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:47:11: style: The function 'DestroyStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:92:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:47:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:49:11: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:109:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:49:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:50:11: style: The function 'WriteStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:108:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:50:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:52:11: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:114:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:52:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:53:11: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:115:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:53:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:54:11: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:116:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:54:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:55:11: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:117:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:55:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:58:11: style: The function 'CreateStreamModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:190:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:58:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:59:7: style: The function 'DestroyStreamModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceBase.h:192:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterDevice.h:59:7: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.h:44:11: style: The function 'WriteImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:107:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.h:44:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.h:45:11: style: The function 'ReadImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.h:45:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.h:46:11: style: The function 'Mirror' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:109:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.h:48:11: style: The function 'CalcRequiredSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnDeviceStream.h:111:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.h:48:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.h:51:11: style: Member variable 'XnStreamWriterStream::m_nFrameID' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.cpp:33:2: note: Member variable 'XnStreamWriterStream::m_nFrameID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamWriterStream.h:51:11: note: Member variable 'XnStreamWriterStream::m_nFrameID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamingStream.cpp:65:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamingStream.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamingStream.cpp:40:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamingStream.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamingStream.cpp:57:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamingStream.cpp:55:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStreamingStream.cpp:57:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.cpp:41:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.cpp:38:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.cpp:41:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.cpp:85:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.cpp:82:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDDK/XnStringProperty.cpp:85:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFile.cpp:101:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFile.cpp:98:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFile.cpp:101:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:797:30: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:70:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:68:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:70:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:87:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:85:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:87:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:114:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:108:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:114:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:136:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:132:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:136:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:317:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:312:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:317:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:390:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:387:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:390:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:423:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:420:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:423:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.h:94:11: style: Member variable 'XnDeviceFileReader::m_nFileVersion' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:50:2: note: Member variable 'XnDeviceFileReader::m_nFileVersion' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.h:94:11: note: Member variable 'XnDeviceFileReader::m_nFileVersion' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.h:92:9: style: Member variable 'XnDeviceFileReader::m_bFileHasData' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.cpp:53:2: note: Member variable 'XnDeviceFileReader::m_bFileHasData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.h:92:9: note: Member variable 'XnDeviceFileReader::m_bFileHasData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:263:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:261:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:263:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:385:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:383:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:385:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:456:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:454:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:456:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:511:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:508:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:511:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:835:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:827:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:835:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:959:50: style: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReader.h:89:31: note: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:959:50: note: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:251:14: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:59:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:56:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:59:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:82:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:78:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:82:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:111:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:108:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:111:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:144:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:137:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:144:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:226:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:221:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:226:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:248:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:245:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnDeviceFileWriter.cpp:248:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnExportedFileDevice.cpp:58:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnExportedFileDevice.cpp:54:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnExportedFileDevice.cpp:58:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:693:85: error: Null pointer dereference: pComp [nullPointer]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:689:31: note: Assignment 'pComp=NULL', assigned value is 0
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:693:85: note: Null pointer dereference
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:696:97: warning: Possible null pointer dereference: pComp [nullPointer]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:689:31: note: Assignment 'pComp=NULL', assigned value is 0
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:696:97: note: Null pointer dereference
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:82:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:80:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:82:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:134:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:130:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:134:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:242:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:238:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:242:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:477:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:474:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:477:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:525:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:522:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:525:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:538:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:536:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:538:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:568:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:565:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:568:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:628:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:621:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:628:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:868:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:863:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:868:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:885:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:880:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:885:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:949:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:942:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:949:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1156:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1149:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1156:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1169:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1167:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1169:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1211:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1204:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1211:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1224:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1222:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1224:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1239:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1232:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1239:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1273:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1269:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1273:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1303:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1300:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1303:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1390:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1386:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1390:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1443:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1440:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1443:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1499:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1491:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1499:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1562:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1559:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:1562:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:298:69: style: Function 'SeekTo' argument 2 names different: declaration 'strNode' definition 'strNodeName'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.h:92:56: note: Function 'SeekTo' argument 2 names different: declaration 'strNode' definition 'strNodeName'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:298:69: note: Function 'SeekTo' argument 2 names different: declaration 'strNode' definition 'strNodeName'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:298:91: style: Function 'SeekTo' argument 3 names different: declaration 'nFrameID' definition 'nMinFrameID'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.h:92:74: note: Function 'SeekTo' argument 3 names different: declaration 'nFrameID' definition 'nMinFrameID'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:298:91: note: Function 'SeekTo' argument 3 names different: declaration 'nFrameID' definition 'nMinFrameID'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.h:130:9: style: Member variable 'XnFileDevice::m_bRepeat' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.cpp:65:2: note: Member variable 'XnFileDevice::m_bRepeat' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.h:130:9: note: Member variable 'XnFileDevice::m_bRepeat' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDeviceBC.cpp:331:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDeviceBC.cpp:323:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDeviceBC.cpp:331:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDeviceBC.cpp:443:44: style: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDevice.h:105:31: note: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileDeviceBC.cpp:443:44: note: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileWriterStream.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileWriterStream.cpp:43:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileWriterStream.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileWriterStream.cpp:57:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileWriterStream.cpp:55:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceFile/XnFileWriterStream.cpp:57:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Bayer.cpp:99:41: style: Same expression on both sides of '-' because the value of 'rgb_line_step' and 'width*3' are the same. [duplicateExpression]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Bayer.cpp:96:33: note: 'rgb_line_step' is assigned value 'width*3' here.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Bayer.cpp:99:41: note: Same expression on both sides of '-' because the value of 'rgb_line_step' and 'width*3' are the same.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:85:23: style: Technically the member function 'XnSensorIO::GetCurrentInterface' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:75:2: style: Class 'XnSensorIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:81:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:77:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:81:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:275:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:271:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:275:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:397:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:383:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:397:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.h:58:12: style: Member variable 'XnRegistration::m_pDepthToShiftTable' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:34:2: note: Member variable 'XnRegistration::m_pDepthToShiftTable' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.h:58:12: note: Member variable 'XnRegistration::m_pDepthToShiftTable' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.h:56:23: style: Member variable 'XnRegistration::m_pDevicePrivateData' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:35:2: note: Member variable 'XnRegistration::m_pDevicePrivateData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.h:56:23: note: Member variable 'XnRegistration::m_pDevicePrivateData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.h:54:9: style: Member variable 'XnRegistration::m_bInitialized' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:37:2: note: Member variable 'XnRegistration::m_bInitialized' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.h:54:9: note: Member variable 'XnRegistration::m_bInitialized' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.h:59:9: style: Member variable 'XnRegistration::m_bD2SAlloc' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.cpp:39:2: note: Member variable 'XnRegistration::m_bD2SAlloc' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.h:59:9: note: Member variable 'XnRegistration::m_bD2SAlloc' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:43:3: warning: Class 'IXnSensorStream' which has virtual members does not have a virtual destructor. [virtualDestructor]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/Registration.h:45:16: style: Technically the member function 'XnRegistration::IsInitialized' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.h:90:18: style: Technically the member function 'XnSensorStreamHelper::StartFirmwareTransaction' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.h:91:18: style: Technically the member function 'XnSensorStreamHelper::CommitFirmwareTransaction' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.h:92:18: style: Technically the member function 'XnSensorStreamHelper::CommitFirmwareTransactionAsBatch' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.h:93:18: style: Technically the member function 'XnSensorStreamHelper::RollbackFirmwareTransaction' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareCommands.h:41:2: style: Class 'XnFirmwareCommands' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:43:2: style: Class 'XnFirmwareStreams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmware.h:39:2: style: Class 'XnSensorFirmware' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.h:41:2: style: Class 'XnSensorStreamHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:82:11: style: The function 'ConfigureStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:82:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:83:11: style: The function 'OpenStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:47:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:83:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:84:11: style: The function 'CloseStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:48:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:84:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:85:11: style: The function 'CreateDataProcessor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:85:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:86:11: style: The function 'MapPropertiesToFirmware' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:86:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:87:7: style: The function 'GetFirmwareStreamConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:45:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:87:7: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:89:28: style: The function 'GetSharedMemoryBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:51:36: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:89:28: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnAudioProcessor.cpp:129:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnAudioProcessor.cpp:50:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnAudioProcessor.cpp:48:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnAudioProcessor.cpp:50:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnAudioProcessor.h:62:14: style: Member variable 'XnAudioProcessor::m_AudioInDump' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnAudioProcessor.cpp:35:2: note: Member variable 'XnAudioProcessor::m_AudioInDump' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnAudioProcessor.h:62:14: note: Member variable 'XnAudioProcessor::m_AudioInDump' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnWholePacketProcessor.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnWholePacketProcessor.h:39:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnWholePacketProcessor.h:45:7: style: The function 'ProcessPacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:67:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnWholePacketProcessor.h:45:7: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:66:11: style: The function 'ConfigureStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:66:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:67:11: style: The function 'OpenStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:47:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:67:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:68:11: style: The function 'CloseStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:48:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:68:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:69:11: style: The function 'CreateDataProcessor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:69:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:70:11: style: The function 'MapPropertiesToFirmware' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:70:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:71:7: style: The function 'GetFirmwareStreamConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:45:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:71:7: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:72:28: style: The function 'GetSharedMemoryBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:51:36: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:72:28: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnAudioProcessor.h:41:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnAudioProcessor.h:41:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnAudioProcessor.h:47:15: style: The function 'ProcessWholePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnWholePacketProcessor.h:51:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnAudioProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:54:10: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnBayerImageProcessor.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnBayerImageProcessor.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnBayerImageProcessor.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:57:11: style: Technically the member function 'XnImageProcessor::GetActualXRes' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:58:11: style: Technically the member function 'XnImageProcessor::GetActualYRes' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:60:15: style: The function 'ProcessPacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:67:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:60:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:61:15: style: The function 'OnPacketLost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:68:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:61:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:90:11: style: The function 'ConfigureStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:90:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:91:11: style: The function 'OpenStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:47:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:91:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:92:11: style: The function 'CloseStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:48:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:92:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:93:11: style: The function 'CreateDataProcessor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:93:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:94:11: style: The function 'MapPropertiesToFirmware' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:94:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:95:7: style: The function 'GetFirmwareStreamConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:45:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:95:7: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:97:28: style: The function 'GetSharedMemoryBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:51:36: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:97:28: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:89:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:47:15: style: The function 'OnFrameReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:97:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:47:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:72:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:89:10: style: Member variable 'XnDataProcessor::m_nLastPacketID' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.cpp:35:2: note: Member variable 'XnDataProcessor::m_nLastPacketID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:89:10: note: Member variable 'XnDataProcessor::m_nLastPacketID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:87:11: style: Member variable 'XnDataProcessor::m_nBytesReceived' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.cpp:36:2: note: Member variable 'XnDataProcessor::m_nBytesReceived' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:87:11: note: Member variable 'XnDataProcessor::m_nBytesReceived' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessorHolder.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessorHolder.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessorHolder.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessorHolder.h:48:29: style: Member variable 'XnDataProcessorHolder::m_hLock' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessorHolder.cpp:33:2: note: Member variable 'XnDataProcessorHolder::m_hLock' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessorHolder.h:48:29: note: Member variable 'XnDataProcessorHolder::m_hLock' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:68:10: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.cpp:58:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.cpp:55:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.cpp:58:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:83:11: style: Member variable 'XnDepthProcessor::m_nPaddingPixelsOnEnd' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.cpp:40:2: note: Member variable 'XnDepthProcessor::m_nPaddingPixelsOnEnd' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:83:11: note: Member variable 'XnDepthProcessor::m_nPaddingPixelsOnEnd' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:71:22: style: Technically the member function 'XnDepthProcessor::GetOutput' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:53:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:53:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:59:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:72:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:59:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:60:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:89:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:60:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:61:15: style: The function 'OnFrameReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:97:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:61:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensor.cpp:103:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensor.cpp:100:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensor.cpp:103:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:367:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:362:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:367:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:385:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:383:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:385:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:453:94: style: Function 'IsSensorLowBandwidth' argument 2 names different: declaration 'pbIsLowband' definition 'pbIsLowBandwidth'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:79:90: note: Function 'IsSensorLowBandwidth' argument 2 names different: declaration 'pbIsLowband' definition 'pbIsLowBandwidth'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:453:94: note: Function 'IsSensorLowBandwidth' argument 2 names different: declaration 'pbIsLowband' definition 'pbIsLowBandwidth'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:92:11: performance: Technically the member function 'XnSensorIO::SetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:481:22: note: Technically the member function 'XnSensorIO::SetCallback' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:92:11: note: Technically the member function 'XnSensorIO::SetCallback' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:94:16: style: Technically the member function 'XnSensorIO::GetDevicePath' can be const. [functionConst]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:489:27: note: Technically the member function 'XnSensorIO::GetDevicePath' can be const.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:94:16: note: Technically the member function 'XnSensorIO::GetDevicePath' can be const.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:41:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:249:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:247:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:249:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:180:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:175:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:180:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:205:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:202:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:205:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:237:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:233:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:237:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:159:30: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:164:30: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:74:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:68:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:74:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:123:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:120:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:123:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:207:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:204:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:207:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorsManager.h:37:2: style: Class 'XnSensorsManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorServer.h:44:2: style: Class 'XnSensorServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.h:99:2: warning: The class 'XnLockedServerStreamsHash' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:63:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:49:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:63:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:166:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:159:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:166:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.h:46:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.h:71:15: style: The function 'FilterProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.h:83:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.h:71:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:50:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:50:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:91:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:87:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:91:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:162:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:159:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:162:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:186:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:182:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:186:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:209:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:205:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:209:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:228:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:224:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:228:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:247:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:243:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:247:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:49:11: performance: Technically the member function 'XnFirmwareStreams::ReleaseStream' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:180:29: note: Technically the member function 'XnFirmwareStreams::ReleaseStream' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:49:11: note: Technically the member function 'XnFirmwareStreams::ReleaseStream' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:50:11: performance: Technically the member function 'XnFirmwareStreams::LockStreamProcessor' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:203:29: note: Technically the member function 'XnFirmwareStreams::LockStreamProcessor' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:50:11: note: Technically the member function 'XnFirmwareStreams::LockStreamProcessor' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:51:11: performance: Technically the member function 'XnFirmwareStreams::UnlockStreamProcessor' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:222:29: note: Technically the member function 'XnFirmwareStreams::UnlockStreamProcessor' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:51:11: note: Technically the member function 'XnFirmwareStreams::UnlockStreamProcessor' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:52:11: performance: Technically the member function 'XnFirmwareStreams::ReplaceStreamProcessor' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:241:29: note: Technically the member function 'XnFirmwareStreams::ReplaceStreamProcessor' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:52:11: note: Technically the member function 'XnFirmwareStreams::ReplaceStreamProcessor' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:53:9: performance: Technically the member function 'XnFirmwareStreams::IsClaimed' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:262:27: note: Technically the member function 'XnFirmwareStreams::IsClaimed' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:53:9: note: Technically the member function 'XnFirmwareStreams::IsClaimed' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:58:11: performance: Technically the member function 'XnFirmwareStreams::CheckClaimStream' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:85:29: note: Technically the member function 'XnFirmwareStreams::CheckClaimStream' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFirmwareStreams.h:58:11: note: Technically the member function 'XnFirmwareStreams::CheckClaimStream' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1480:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1475:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1480:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1499:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1494:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1499:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1522:90: style: Function 'XnHostProtocolSetCmosBlanking' argument 2 names different: declaration 'nLines' definition 'nUnits'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnHostProtocol.h:216:91: note: Function 'XnHostProtocolSetCmosBlanking' argument 2 names different: declaration 'nLines' definition 'nUnits'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1522:90: note: Function 'XnHostProtocolSetCmosBlanking' argument 2 names different: declaration 'nLines' definition 'nUnits'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.h:59:10: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.cpp:54:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.h:56:11: performance: Technically the member function 'XnIRProcessor::Unpack10to16' can be static. [functionStatic]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.cpp:73:25: note: Technically the member function 'XnIRProcessor::Unpack10to16' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.h:56:11: note: Technically the member function 'XnIRProcessor::Unpack10to16' can be static.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:71:11: style: The function 'ConfigureStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:71:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:72:11: style: The function 'OpenStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:47:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:72:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:73:11: style: The function 'CloseStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:48:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:73:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:74:11: style: The function 'CreateDataProcessor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:74:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:75:11: style: The function 'MapPropertiesToFirmware' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:75:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:76:7: style: The function 'GetFirmwareStreamConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:45:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:76:7: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:78:28: style: The function 'GetSharedMemoryBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/IXnSensorStream.h:51:36: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:78:28: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.h:41:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.h:41:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.h:47:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:89:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.h:49:19: style: The function 'GetTimeStamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnIRProcessor.h:49:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.cpp:131:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.cpp:53:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.cpp:51:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.cpp:53:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegImageProcessor.h:42:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegImageProcessor.h:42:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:41:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:41:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:47:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:48:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:72:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:49:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:49:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.cpp:85:37: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.cpp:42:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.h:69:15: style: The function 'OnModulePropertyChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.h:48:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.h:69:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.cpp:41:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.cpp:41:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:47:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:59:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:60:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:47:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:72:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.cpp:67:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.cpp:65:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.cpp:67:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:47:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:59:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDepthProcessor.h:60:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:476:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:554:46: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1242:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1248:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1254:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1260:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1266:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1272:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1278:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1285:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1292:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1299:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1305:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1311:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1318:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1325:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1332:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1338:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1349:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1356:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1363:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1370:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:152:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:149:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:152:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:167:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:160:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:167:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:290:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:289:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:290:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:291:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:290:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:291:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:345:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:343:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:345:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:381:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:379:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:381:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:467:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:457:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:467:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:536:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:533:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:536:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:551:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:548:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:551:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:673:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:670:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:673:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:713:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:707:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:713:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:761:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:758:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:761:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:824:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:822:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:824:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:844:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:841:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:844:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:857:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:855:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:857:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1132:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1130:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1132:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1183:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1181:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:1183:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:391:114: style: Function 'CreateStreamModule' argument 3 names different: declaration 'ppStream' definition 'ppStreamHolder'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.h:102:105: note: Function 'CreateStreamModule' argument 3 names different: declaration 'ppStream' definition 'ppStreamHolder'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:391:114: note: Function 'CreateStreamModule' argument 3 names different: declaration 'ppStream' definition 'ppStreamHolder'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.h:186:22: style: Member variable 'XnSensor::m_CloseStreamsOnShutdown' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:83:2: note: Member variable 'XnSensor::m_CloseStreamsOnShutdown' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.h:186:22: note: Member variable 'XnSensor::m_CloseStreamsOnShutdown' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.h:195:20: style: Member variable 'XnSensor::m_InstancePointer' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:85:2: note: Member variable 'XnSensor::m_InstancePointer' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.h:195:20: note: Member variable 'XnSensor::m_InstancePointer' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.h:206:14: style: Member variable 'XnSensor::m_FPS' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.cpp:94:2: note: Member variable 'XnSensor::m_FPS' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensor.h:206:14: note: Member variable 'XnSensor::m_FPS' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:39:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:37:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:39:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:184:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:182:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:184:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:46:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:60:15: style: The function 'FilterProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.h:71:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:60:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:74:19: style: The function 'IsSupportedForDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:74:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:75:29: style: The function 'CreateGenerator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:47:29: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:75:29: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:520:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:526:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:532:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:538:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:66:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:63:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:66:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:115:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:113:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:115:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:133:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:129:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:133:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:178:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:176:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:178:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:191:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:189:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:191:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:235:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:233:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:235:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:251:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:249:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:251:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:428:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:426:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:428:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:438:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:436:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:438:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:107:23: style: Member variable 'XnSensorAudioStream::m_Helper' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:46:2: note: Member variable 'XnSensorAudioStream::m_Helper' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:107:23: note: Member variable 'XnSensorAudioStream::m_Helper' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:111:25: style: Member variable 'XnSensorAudioStream::m_SharedBufferName' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:50:2: note: Member variable 'XnSensorAudioStream::m_SharedBufferName' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorAudioStream.h:111:25: note: Member variable 'XnSensorAudioStream::m_SharedBufferName' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:608:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:845:26: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:87:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:85:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:87:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:190:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:185:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:190:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:305:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:302:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:305:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:333:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:330:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:333:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:360:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:357:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:360:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:387:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:384:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:387:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:451:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:447:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:451:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:466:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:462:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:466:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:481:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:477:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:481:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:496:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:492:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:496:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:600:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:598:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:600:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:638:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:635:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:638:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:670:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:664:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:670:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:683:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:681:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:683:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:761:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:759:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:761:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:884:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:879:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:884:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.h:94:18: style: Member variable 'XnSensorClient::m_bShouldRun' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.cpp:52:2: note: Member variable 'XnSensorClient::m_bShouldRun' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClient.h:94:18: note: Member variable 'XnSensorClient::m_bShouldRun' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.h:83:11: style: The function 'OpenSharedMemory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.h:43:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.h:83:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:72:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:70:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:72:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:90:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:87:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:90:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:132:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:129:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:132:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:158:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:152:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:158:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:188:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:186:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:188:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:217:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:215:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:217:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.h:91:11: style: Member variable 'XnSensorClientAudioStream::m_nFrameID' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:177:2: note: Member variable 'XnSensorClientAudioStream::m_nFrameID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorClientStream.h:91:11: note: Member variable 'XnSensorClientAudioStream::m_nFrameID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:137:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:54:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:52:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:54:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:119:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:116:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:119:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:163:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:158:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:163:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:197:70: style: Function 'IsSensorImageNode' argument 1 names different: declaration 'Other' definition 'OtherNode'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:88:47: note: Function 'IsSensorImageNode' argument 1 names different: declaration 'Other' definition 'OtherNode'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:197:70: note: Function 'IsSensorImageNode' argument 1 names different: declaration 'Other' definition 'OtherNode'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:47:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:47:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:66:15: style: The function 'FilterProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.h:71:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:66:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:49:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:49:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:84:15: style: The function 'FilterProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:66:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:84:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:104:29: style: The function 'CreateGenerator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:47:29: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:104:29: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:873:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:879:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:885:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:891:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:897:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:903:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:909:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:921:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:932:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:938:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:944:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:950:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:83:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:81:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:83:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:252:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:250:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:252:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:290:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:286:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:290:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:356:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:354:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:356:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:384:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:382:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:384:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:430:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:423:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:430:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:449:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:447:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:449:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:465:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:463:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:465:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:522:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:520:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:522:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:532:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:530:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:532:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:542:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:540:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:542:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:569:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:566:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:569:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:580:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:578:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:580:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:610:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:604:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:610:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:626:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:624:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:626:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:148:22: style: Member variable 'XnSensorDepthStream::m_FirmwareMirror' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:66:2: note: Member variable 'XnSensorDepthStream::m_FirmwareMirror' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorDepthStream.h:148:22: note: Member variable 'XnSensorDepthStream::m_FirmwareMirror' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedDepthProcessor.h:44:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedDepthProcessor.h:44:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmware.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmware.cpp:41:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmware.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:641:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:647:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:653:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:659:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:665:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:671:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:103:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:99:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:103:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:246:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:237:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:246:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:264:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:262:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:264:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:552:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:548:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:552:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:580:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:577:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:580:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.h:58:22: style: Member variable 'XnSensorFirmwareParams::m_FrameSyncEnabled' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:34:2: note: Member variable 'XnSensorFirmwareParams::m_FrameSyncEnabled' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.h:58:22: note: Member variable 'XnSensorFirmwareParams::m_FrameSyncEnabled' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.h:97:22: style: Member variable 'XnSensorFirmwareParams::m_ImageMirror' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:74:2: note: Member variable 'XnSensorFirmwareParams::m_ImageMirror' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFirmwareParams.h:97:22: note: Member variable 'XnSensorFirmwareParams::m_ImageMirror' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFixedParams.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFixedParams.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorFixedParams.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:116:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:192:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:43:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:64:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:62:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:64:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:104:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:100:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:104:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:121:56: style: Function 'IsNewDataAvailable' argument 1 names different: declaration 'pnTimestamp' definition 'nTimestamp'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.h:57:38: note: Function 'IsNewDataAvailable' argument 1 names different: declaration 'pnTimestamp' definition 'nTimestamp'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:121:56: note: Function 'IsNewDataAvailable' argument 1 names different: declaration 'pnTimestamp' definition 'nTimestamp'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRGenerator.cpp:97:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRGenerator.cpp:42:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRGenerator.cpp:40:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRGenerator.cpp:42:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRGenerator.h:45:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRGenerator.h:45:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRGenerator.h:67:29: style: The function 'CreateGenerator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:47:29: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRGenerator.h:67:29: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:476:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:482:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:59:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:57:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:59:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:140:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:138:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:140:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:164:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:160:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:164:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:216:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:214:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:216:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:246:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:244:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:246:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:287:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:285:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:287:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:303:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:301:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:303:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:319:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:317:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:319:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:96:22: style: Member variable 'XnSensorIRStream::m_InputFormat' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:42:2: note: Member variable 'XnSensorIRStream::m_InputFormat' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorIRStream.h:96:22: note: Member variable 'XnSensorIRStream::m_InputFormat' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageGenerator.cpp:432:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageGenerator.cpp:430:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageGenerator.cpp:432:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:71:15: style: The function 'FilterProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:66:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:71:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:83:19: style: The function 'IsSupportedForDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:83:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:84:29: style: The function 'CreateGenerator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:47:29: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:84:29: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:997:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1003:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1009:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1015:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1021:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1027:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1033:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1039:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1045:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1051:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:87:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:85:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:87:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:345:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:343:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:345:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:449:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:445:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:449:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:533:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:531:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:533:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:561:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:559:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:561:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:609:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:602:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:609:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:628:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:626:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:628:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:644:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:642:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:644:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:683:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:681:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:683:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:704:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:702:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:704:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:773:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:771:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:773:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:784:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:781:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:784:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:803:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:801:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:803:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:813:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:811:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:813:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:824:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:821:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:824:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:843:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:841:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:843:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:151:22: style: Member variable 'XnSensorImageStream::m_Exposure' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:58:2: note: Member variable 'XnSensorImageStream::m_Exposure' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:151:22: note: Member variable 'XnSensorImageStream::m_Exposure' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:164:22: style: Member variable 'XnSensorImageStream::m_FirmwareExposure' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:70:2: note: Member variable 'XnSensorImageStream::m_FirmwareExposure' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorImageStream.h:164:22: note: Member variable 'XnSensorImageStream::m_FirmwareExposure' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:47:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVImageProcessor.h:44:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVImageProcessor.h:44:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:47:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:72:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:58:22: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:50:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:48:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:50:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:178:66: style: Function 'GetMapOutputMode' argument 1 names different: declaration 'Mode' definition 'OutputMode'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:55:45: note: Function 'GetMapOutputMode' argument 1 names different: declaration 'Mode' definition 'OutputMode'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:178:66: note: Function 'GetMapOutputMode' argument 1 names different: declaration 'Mode' definition 'OutputMode'.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:74:17: style: Member variable 'XnSensorMapGenerator::m_aSupportedModes' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:33:2: note: Member variable 'XnSensorMapGenerator::m_aSupportedModes' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:74:17: note: Member variable 'XnSensorMapGenerator::m_aSupportedModes' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:239:45: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:140:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:136:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:140:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:222:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:217:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:222:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorServer.cpp:321:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorServer.cpp:318:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorServer.cpp:321:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:90:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:192:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:225:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:249:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:307:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:389:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:407:44: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:75:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:70:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:75:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:108:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:101:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:108:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:143:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:141:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:143:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:158:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:155:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:158:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:189:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:185:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:189:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:207:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:200:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:207:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:222:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:219:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:222:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:246:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:243:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:246:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:304:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:301:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:304:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:335:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:333:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:335:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:386:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:383:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:386:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorsManager.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorsManager.cpp:54:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorsManager.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorsManager.cpp:89:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorsManager.cpp:84:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorsManager.cpp:89:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorsManager.h:64:29: style: Member variable 'XnSensorsManager::m_hLock' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorsManager.cpp:39:2: note: Member variable 'XnSensorsManager::m_hLock' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnSensorsManager.h:64:29: note: Member variable 'XnSensorsManager::m_hLock' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:626:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:633:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:639:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:645:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:55:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:53:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:55:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:250:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:245:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:250:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:290:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:286:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:290:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:314:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:309:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:314:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:349:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:344:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:349:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:380:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:377:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:380:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:393:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:390:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:393:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:407:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:403:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:407:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:477:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:473:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:477:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:519:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:513:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:519:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:565:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:560:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:565:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:581:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:578:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:581:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1191:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1203:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:66:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:64:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:66:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:155:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:150:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:155:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:193:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:188:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:193:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:220:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:218:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:220:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:277:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:271:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:277:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:295:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:290:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:295:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:312:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:306:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:312:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:330:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:325:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:330:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:347:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:341:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:347:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:365:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:360:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:365:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:382:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:376:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:382:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:400:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:395:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:400:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:416:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:411:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:416:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:438:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:435:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:438:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:454:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:449:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:454:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:476:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:473:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:476:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:492:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:487:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:492:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:514:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:511:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:514:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:532:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:525:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:532:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:555:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:552:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:555:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:571:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:566:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:571:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:600:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:595:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:600:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:643:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:636:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:643:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:666:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:662:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:666:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:719:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:715:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:719:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:736:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:733:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:736:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:781:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:775:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:781:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:798:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:794:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:798:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:819:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:813:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:819:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:836:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:832:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:836:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:856:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:851:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:856:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:881:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:878:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:881:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:909:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:900:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:909:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:926:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:920:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:926:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:937:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:934:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:937:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1096:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1088:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1096:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1107:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1104:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1107:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1123:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1118:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1123:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1180:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1169:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnServerSession.cpp:1180:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.cpp:46:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.cpp:46:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnWholePacketProcessor.cpp:42:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnWholePacketProcessor.cpp:40:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnDeviceSensorV2/XnWholePacketProcessor.cpp:42:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:73:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:67:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:73:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:51:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:49:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:51:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zEmbTablesCodec.h:37:2: style: Class 'Xn16zEmbTablesCodec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnNiCodec.h:37:2: style: Class 'XnNiCodec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:42:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodec.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:42:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:44:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodec.h:48:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:44:31: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:46:11: style: The function 'Compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodec.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:65:11: style: The function 'Decompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodec.h:52:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:65:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnUncompressedCodec.h:39:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:44:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnUncompressedCodec.h:39:31: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnUncompressedCodec.h:40:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:80:18: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnUncompressedCodec.h:40:18: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnUncompressedCodec.h:41:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnUncompressedCodec.h:41:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnUncompressedCodec.h:44:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:83:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnUncompressedCodec.h:44:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnUncompressedCodec.h:56:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:84:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnUncompressedCodec.h:56:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zCodec.h:37:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:44:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zCodec.h:37:31: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zCodec.h:39:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:80:18: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zCodec.h:39:18: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zCodec.h:40:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zCodec.h:40:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zCodec.h:43:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:83:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zCodec.h:43:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zCodec.h:48:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:84:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zCodec.h:48:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zEmbTablesCodec.h:39:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:44:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zEmbTablesCodec.h:39:31: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zEmbTablesCodec.h:41:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:80:18: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zEmbTablesCodec.h:41:18: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zEmbTablesCodec.h:42:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zEmbTablesCodec.h:42:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zEmbTablesCodec.h:45:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:83:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zEmbTablesCodec.h:45:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zEmbTablesCodec.h:50:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:84:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn16zEmbTablesCodec.h:50:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn8zCodec.h:37:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:44:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn8zCodec.h:37:31: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn8zCodec.h:38:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:80:18: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn8zCodec.h:38:18: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn8zCodec.h:39:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn8zCodec.h:39:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn8zCodec.h:42:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:83:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn8zCodec.h:42:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn8zCodec.h:47:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:84:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/Xn8zCodec.h:47:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:47:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:42:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:47:11: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:64:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:44:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:64:31: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:65:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:80:18: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:65:18: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:66:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:66:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:71:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:83:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:71:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:83:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodecBase.h:84:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnJpegCodec.h:83:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnNiCodec.h:40:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodec.h:48:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnNiCodec.h:40:31: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnNiCodec.h:42:19: style: The function 'Compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodec.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnNiCodec.h:42:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnNiCodec.h:47:19: style: The function 'Decompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnCodec.h:52:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnNiCodec.h:47:19: note: Function in derived class
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnStreamCompression.cpp:1019:2: style: Variable 'pjCompStruct' is reassigned a value before the old one has been used. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnStreamCompression.cpp:1011:0: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnStreamCompression.cpp:1019:2: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnStreamCompression.cpp:1066:2: style: Variable 'pjCompStruct' is reassigned a value before the old one has been used. [redundantAssignment]
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnStreamCompression.cpp:1058:0: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
Sensor-Stable-5.1.0.41.9/Source/XnFormats/XnStreamCompression.cpp:1066:2: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
[13:07]

ftp://ftp.se.debian.org/debian/pool/main/o/openni-sensor-primesense/openni-sensor-primesense_5.1.0.41.orig.tar.gz
Sensor-Stable-5.1.0.41/Source/External/LibJPEG/jconfig.h:11:0: error: #error "LibJPEG: Unsupported Platform!" [preprocessorErrorDirective]
Sensor-Stable-5.1.0.41/Source/XnCore/XnBuffer.h:149:11: style: Member variable 'XnBuffer::m_nSize' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnCore/XnBuffer.h:40:45: note: Member variable 'XnBuffer::m_nSize' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnCore/XnBuffer.h:149:11: note: Member variable 'XnBuffer::m_nSize' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnCore/XnBuffer.h:96:24: style: Technically the member function 'XnBuffer::GetData' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnCore/XnBuffer.h:101:18: style: Technically the member function 'XnBuffer::GetSize' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnCore/XnBuffer.h:106:18: style: Technically the member function 'XnBuffer::GetMaxSize' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnCore/XnBuffer.h:126:18: style: Technically the member function 'XnBuffer::GetFreeSpaceInBuffer' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnCore/XnCore.cpp:79:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnCore/XnCore.cpp:73:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnCore/XnCore.cpp:79:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnCore/XnCore.cpp:103:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnCore/XnCore.cpp:97:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnCore/XnCore.cpp:103:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnCore/XnIOFileStream.cpp:39:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnCore/XnIOFileStream.cpp:37:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnCore/XnIOFileStream.cpp:39:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnCore/XnIOFileStream.cpp:60:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnCore/XnIOFileStream.cpp:57:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnCore/XnIOFileStream.cpp:60:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnCore/XnIONetworkStream.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnCore/XnIONetworkStream.cpp:54:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnCore/XnIONetworkStream.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualGeneralProperty.cpp:82:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualGeneralProperty.cpp:80:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualGeneralProperty.cpp:82:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualPropertiesHash.cpp:213:35: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualPropertiesHash.cpp:220:37: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualPropertiesHash.cpp:227:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualPropertiesHash.cpp:158:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualPropertiesHash.cpp:155:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualPropertiesHash.cpp:158:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualPropertiesHash.cpp:175:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualPropertiesHash.cpp:171:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualPropertiesHash.cpp:175:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:59:16: performance: Technically the member function 'XnProperty::IsReadOnly' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualPropertiesHash.h:38:2: style: Class 'XnActualPropertiesHash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualPropertyFactory.cpp:65:39: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnAudioStream.cpp:96:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnAudioStream.cpp:102:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnAudioStream.cpp:49:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnAudioStream.cpp:46:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnAudioStream.cpp:49:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnAudioStream.cpp:68:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnAudioStream.cpp:66:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnAudioStream.cpp:68:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnAudioStream.cpp:78:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnAudioStream.cpp:76:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnAudioStream.cpp:78:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBackwardsCompatibility36.cpp:226:2: style: Variable 'cpToken' is reassigned a value before the old one has been used. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBackwardsCompatibility36.cpp:223:0: note: Variable 'cpToken' is reassigned a value before the old one has been used.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBackwardsCompatibility36.cpp:226:2: note: Variable 'cpToken' is reassigned a value before the old one has been used.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.cpp:161:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.cpp:176:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.cpp:49:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.cpp:49:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.cpp:78:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.cpp:70:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.cpp:78:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.h:81:11: style: Member variable 'XnBufferPool::m_nBufferSize' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.cpp:33:2: note: Member variable 'XnBufferPool::m_nBufferSize' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.h:81:11: note: Member variable 'XnBufferPool::m_nBufferSize' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:184:36: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:191:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:198:39: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:87:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:84:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:87:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:105:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:101:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:105:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:242:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:240:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:242:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:333:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:331:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:333:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:347:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:343:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:347:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:376:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:372:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:376:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:394:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:392:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:394:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:427:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:425:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:427:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:441:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:437:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:441:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:459:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:457:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:459:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:492:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:490:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:492:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:506:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:502:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:506:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:524:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:522:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:524:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:557:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:555:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:557:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:571:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:567:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:571:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:594:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:592:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:594:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:633:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:631:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:633:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:648:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:643:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:648:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:789:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:784:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:789:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:837:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:832:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:837:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:849:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:845:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:849:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:974:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:970:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:974:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:1005:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:1001:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:1005:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:1053:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:1049:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:1053:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:1087:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:1081:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:1087:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:164:72: style: Function 'WritePropertySetProperties' argument 1 names different: declaration 'pPropertySet' definition 'pSet'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.h:276:59: note: Function 'WritePropertySetProperties' argument 1 names different: declaration 'pPropertySet' definition 'pSet'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:164:72: note: Function 'WritePropertySetProperties' argument 1 names different: declaration 'pPropertySet' definition 'pSet'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:251:59: style: Function 'ReadPropertySetImpl' argument 1 names different: declaration 'pSet' definition 'pPropertySet'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.h:283:46: note: Function 'ReadPropertySetImpl' argument 1 names different: declaration 'pSet' definition 'pPropertySet'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:251:59: note: Function 'ReadPropertySetImpl' argument 1 names different: declaration 'pSet' definition 'pPropertySet'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:843:50: style: Function 'WriteString' argument 1 names different: declaration 'pcsString' definition 'strString'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.h:281:37: note: Function 'WriteString' argument 1 names different: declaration 'pcsString' definition 'strString'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:843:50: note: Function 'WriteString' argument 1 names different: declaration 'pcsString' definition 'strString'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.h:299:22: style: Member variable 'XnDataPacker::m_pCurrentHeader' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.cpp:72:2: note: Member variable 'XnDataPacker::m_pCurrentHeader' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDataPacker.h:299:22: note: Member variable 'XnDataPacker::m_pCurrentHeader' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDepthStream.cpp:156:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDepthStream.cpp:162:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDepthStream.cpp:168:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDepthStream.cpp:63:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDepthStream.cpp:60:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDepthStream.cpp:63:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:83:88: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:177:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:291:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:397:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:423:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:447:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:464:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1071:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1197:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1212:32: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1306:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1522:23: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1537:16: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1549:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1604:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1726:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1732:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1738:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:115:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:112:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:115:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:135:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:130:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:135:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:235:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:232:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:235:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:311:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:309:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:311:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:354:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:346:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:354:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:376:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:368:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:376:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:487:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:479:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:487:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:523:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:516:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:523:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:608:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:605:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:608:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:807:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:802:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:807:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:828:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:825:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:828:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:842:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:839:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:842:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:856:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:853:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:856:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:870:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:867:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:870:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:884:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:881:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:884:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:898:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:895:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:898:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:912:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:909:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:912:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:926:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:923:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:926:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:940:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:937:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:940:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:992:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:990:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:992:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1027:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1022:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1027:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1054:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1049:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1054:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1089:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1086:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1089:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1121:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1112:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1121:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1179:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1176:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1179:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1276:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1272:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1276:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1495:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1485:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1495:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1679:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1674:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1679:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1700:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1695:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1700:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:709:50: style: Function 'WriteStream' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:108:45: note: Function 'WriteStream' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:709:50: note: Function 'WriteStream' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:738:47: style: Function 'Write' argument 1 names different: declaration 'pStreamOutputSet' definition 'pStreamDataSet'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:109:42: note: Function 'Write' argument 1 names different: declaration 'pStreamOutputSet' definition 'pStreamDataSet'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:738:47: note: Function 'Write' argument 1 names different: declaration 'pStreamOutputSet' definition 'pStreamDataSet'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:879:113: style: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:117:108: note: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:879:113: note: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:935:113: style: Function 'GetProperty' argument 3 names different: declaration 'pValue' definition 'gbValue'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:121:108: note: Function 'GetProperty' argument 3 names different: declaration 'pValue' definition 'gbValue'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:935:113: note: Function 'GetProperty' argument 3 names different: declaration 'pValue' definition 'gbValue'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1608:64: style: Function 'HasPrimaryStreamAdvanced' argument 1 names different: declaration 'pSet' definition 'pOutputSet'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:238:51: note: Function 'HasPrimaryStreamAdvanced' argument 1 names different: declaration 'pSet' definition 'pOutputSet'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1608:64: note: Function 'HasPrimaryStreamAdvanced' argument 1 names different: declaration 'pSet' definition 'pOutputSet'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1660:61: style: Function 'HasPrimaryStreamAdvancedCallback' argument 1 names different: declaration 'pSet' definition 'pCookie'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:259:72: note: Function 'HasPrimaryStreamAdvancedCallback' argument 1 names different: declaration 'pSet' definition 'pCookie'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1660:61: note: Function 'HasPrimaryStreamAdvancedCallback' argument 1 names different: declaration 'pSet' definition 'pCookie'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1666:54: style: Function 'HasStreamAdvancedCallback' argument 1 names different: declaration 'pStream' definition 'pCookie'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:260:65: note: Function 'HasStreamAdvancedCallback' argument 1 names different: declaration 'pStream' definition 'pCookie'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:1666:54: note: Function 'HasStreamAdvancedCallback' argument 1 names different: declaration 'pStream' definition 'pCookie'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:275:22: style: Member variable 'XnDeviceBase::m_ReadWriteMode' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:82:2: note: Member variable 'XnDeviceBase::m_ReadWriteMode' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:275:22: note: Member variable 'XnDeviceBase::m_ReadWriteMode' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:279:26: style: Member variable 'XnDeviceBase::m_SDKVersionProp' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:86:2: note: Member variable 'XnDeviceBase::m_SDKVersionProp' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:279:26: note: Member variable 'XnDeviceBase::m_SDKVersionProp' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:276:22: style: Member variable 'XnDeviceBase::m_SharingMode' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.cpp:87:2: note: Member variable 'XnDeviceBase::m_SharingMode' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:276:22: note: Member variable 'XnDeviceBase::m_SharingMode' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualRealProperty.h:47:14: performance: Technically the member function 'XnActualRealProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualRealProperty.h:57:14: performance: Technically the member function 'XnActualRealProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualStringProperty.h:47:14: performance: Technically the member function 'XnActualStringProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualStringProperty.h:57:14: performance: Technically the member function 'XnActualStringProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualGeneralProperty.h:51:14: performance: Technically the member function 'XnActualGeneralProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualGeneralProperty.h:61:14: performance: Technically the member function 'XnActualGeneralProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:61:14: performance: Technically the member function 'XnIntProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:66:14: performance: Technically the member function 'XnIntProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:61:14: performance: Technically the member function 'XnRealProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:66:14: performance: Technically the member function 'XnRealProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:63:14: performance: Technically the member function 'XnStringProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:68:14: performance: Technically the member function 'XnStringProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:63:14: performance: Technically the member function 'XnGeneralProperty::UpdateSetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:68:14: performance: Technically the member function 'XnGeneralProperty::UpdateGetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:46:2: style: Class 'XnDeviceModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualGeneralProperty.h:72:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnActualGeneralProperty.h:72:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:71:19: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:70:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:71:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:73:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:73:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:79:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:103:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:79:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:80:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:104:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:80:17: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:81:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:81:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:82:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:106:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:82:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:83:17: style: The function 'ConvertValueToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:107:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.h:83:17: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:71:19: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:70:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:71:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:73:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:73:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:79:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:103:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:79:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:80:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:104:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:80:17: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:81:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:81:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:82:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:106:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:82:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:83:17: style: The function 'ConvertValueToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:107:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.h:83:17: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:73:11: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:70:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:73:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:75:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:75:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:81:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:103:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:81:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:82:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:104:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:82:17: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:83:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:83:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:84:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:106:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:84:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:85:17: style: The function 'ConvertValueToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:107:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.h:85:17: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:73:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:73:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:79:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:103:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:79:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:80:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:104:17: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:80:17: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:81:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:81:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:82:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:106:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:82:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:83:19: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnProperty.h:70:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnGeneralProperty.h:83:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:40:85: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:288:2: style: Class 'XnDeviceBaseProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:47:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:42:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:47:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:53:19: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:43:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:53:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:59:19: style: The function 'GetSupportedStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:59:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:65:19: style: The function 'CreateStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:60:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:65:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:71:19: style: The function 'DestroyStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:67:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:71:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:77:19: style: The function 'OpenStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:74:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:77:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:83:19: style: The function 'CloseStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:81:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:83:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:89:19: style: The function 'GetStreamNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:89:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:89:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:95:19: style: The function 'DoesModuleExist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:97:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:95:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:101:19: style: The function 'OpenAllStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:102:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:101:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:107:19: style: The function 'CloseAllStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:107:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:107:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:113:19: style: The function 'RegisterToStreamsChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:116:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:113:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:119:19: style: The function 'UnregisterFromStreamsChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:123:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:119:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:125:19: style: The function 'CreateStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:131:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:125:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:131:19: style: The function 'RegisterToNewStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:140:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:131:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:137:19: style: The function 'UnregisterFromNewStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:147:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:137:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:143:19: style: The function 'IsNewDataAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:155:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:143:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:149:19: style: The function 'ReadStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:162:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:149:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:155:19: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:169:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:155:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:161:19: style: The function 'WriteStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:176:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:161:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:167:19: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:183:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:167:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:173:19: style: The function 'Tell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:190:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:173:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:179:19: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:197:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:179:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:185:19: style: The function 'TellFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:205:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:185:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:191:19: style: The function 'SeekFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:213:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:191:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:197:19: style: The function 'DoesPropertyExist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:222:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:197:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:203:19: style: The function 'GetPropertyType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:231:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:203:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:209:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:240:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:209:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:215:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:249:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:215:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:221:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:258:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:221:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:227:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:267:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:227:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:233:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:276:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:233:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:239:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:285:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:239:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:245:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:294:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:245:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:251:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:303:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:251:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:257:19: style: The function 'LoadConfigFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:311:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:257:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:263:19: style: The function 'BatchConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:318:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:263:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:269:19: style: The function 'GetAllProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:325:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:269:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:275:19: style: The function 'RegisterToPropertyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:336:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:275:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:281:19: style: The function 'UnregisterFromPropertyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:345:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBaseProxy.h:281:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceManager.cpp:150:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceManager.cpp:140:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceManager.cpp:150:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:441:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:448:35: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:455:37: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:462:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:486:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:493:35: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:500:37: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:507:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:546:26: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:54:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:52:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:54:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:106:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:101:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:106:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:122:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:119:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:122:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:167:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:164:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:167:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:181:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:178:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:181:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:195:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:192:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:195:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:210:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:207:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:210:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:224:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:221:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:224:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:238:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:235:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:238:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:252:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:249:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:252:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:266:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:263:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:266:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:280:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:277:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:280:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:294:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:291:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:294:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:308:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:305:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:308:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:322:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:319:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:322:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:336:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:333:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:336:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:350:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:347:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:350:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:384:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:381:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:384:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:149:52: style: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:60:37: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:149:52: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:359:52: style: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:90:37: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:359:52: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:364:52: style: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:91:37: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:364:52: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:369:52: style: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:92:37: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:369:52: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:374:52: style: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:93:37: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:374:52: note: Function 'GetProperty' argument 1 names different: declaration 'strName' definition 'Name'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:374:78: style: Function 'GetProperty' argument 2 names different: declaration 'ppGeneralProperty' definition 'ppPtrProperty'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:93:66: note: Function 'GetProperty' argument 2 names different: declaration 'ppGeneralProperty' definition 'ppPtrProperty'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:374:78: note: Function 'GetProperty' argument 2 names different: declaration 'ppGeneralProperty' definition 'ppPtrProperty'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:79:11: style: Technically the member function 'XnDeviceModule::RegisterForOnPropertyValueChanged' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:331:26: note: Technically the member function 'XnDeviceModule::RegisterForOnPropertyValueChanged' can be const.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:79:11: note: Technically the member function 'XnDeviceModule::RegisterForOnPropertyValueChanged' can be const.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:80:11: style: Technically the member function 'XnDeviceModule::UnregisterFromOnPropertyValueChanged' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:345:26: note: Technically the member function 'XnDeviceModule::UnregisterFromOnPropertyValueChanged' can be const.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:80:11: note: Technically the member function 'XnDeviceModule::UnregisterFromOnPropertyValueChanged' can be const.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:50:19: warning: Virtual function 'Free' is called from destructor '~XnDeviceModule()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.cpp:47:2: note: Calling Free
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:50:19: note: Free is a virtual method
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:151:4: warning: Possible null pointer dereference: pNewGeneralProp [nullPointer]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:149:47: note: Assignment 'pNewGeneralProp=NULL', assigned value is 0
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:151:4: note: Null pointer dereference
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:127:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:133:36: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:139:37: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:194:43: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:195:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:202:45: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:203:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:210:46: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:211:43: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:42:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:40:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:42:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.h:50:11: performance: Technically the member function 'XnDeviceModuleHolder::UnsafeSetProperty' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.cpp:173:32: note: Technically the member function 'XnDeviceModuleHolder::UnsafeSetProperty' can be static.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.h:50:11: note: Technically the member function 'XnDeviceModuleHolder::UnsafeSetProperty' can be static.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:70:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:66:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:70:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:86:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:82:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:86:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:181:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:174:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:181:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:197:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:192:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceProxy.cpp:197:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:51:19: warning: Virtual function 'Destroy' is called from destructor '~XnDeviceInterfaceAdapter()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:43:3: note: Calling Destroy
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:51:19: note: Destroy is a virtual method
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:37:2: style: Class 'XnDeviceInterfaceAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:46:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:42:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:46:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:51:19: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:43:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:51:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:56:19: style: The function 'GetSupportedStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:56:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:61:19: style: The function 'CreateStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:60:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:61:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:66:19: style: The function 'DestroyStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:67:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:66:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:71:19: style: The function 'OpenStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:74:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:71:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:76:19: style: The function 'CloseStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:81:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:76:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:81:19: style: The function 'DoesModuleExist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:97:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:81:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:86:19: style: The function 'OpenAllStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:102:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:86:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:91:19: style: The function 'CloseAllStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:107:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:91:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:96:19: style: The function 'RegisterToStreamsChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:116:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:96:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:101:19: style: The function 'UnregisterFromStreamsChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:123:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:101:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:106:19: style: The function 'CreateStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:131:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:106:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:111:19: style: The function 'RegisterToNewStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:140:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:111:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:116:19: style: The function 'UnregisterFromNewStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:147:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:116:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:121:19: style: The function 'IsNewDataAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:155:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:121:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:126:19: style: The function 'ReadStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:162:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:126:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:131:19: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:169:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:131:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:136:19: style: The function 'WriteStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:176:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:136:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:141:19: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:183:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:141:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:146:19: style: The function 'Tell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:190:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:146:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:151:19: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:197:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:151:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:156:19: style: The function 'DoesPropertyExist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:222:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:156:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:161:19: style: The function 'GetPropertyType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:231:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:161:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:166:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:240:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:166:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:171:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:249:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:171:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:176:19: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:258:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:176:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:186:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:276:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:186:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:191:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:285:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:191:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:196:19: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:294:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:196:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:206:19: style: The function 'LoadConfigFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:311:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:206:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:211:19: style: The function 'GetAllProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:325:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:211:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:216:19: style: The function 'RegisterToPropertyChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/IXnDevice.h:336:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceInterfaceAdapter.h:216:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:233:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:239:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:252:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:258:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:51:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:48:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:51:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:79:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:77:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:79:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:89:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:87:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:89:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:99:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:97:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:99:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:109:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:107:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:109:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:149:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:146:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:149:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:207:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:201:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:207:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:222:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:219:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:222:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:144:45: style: Function 'Read' argument 1 names different: declaration 'pStreamData' definition 'pStreamOutput'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:51:38: note: Function 'Read' argument 1 names different: declaration 'pStreamData' definition 'pStreamOutput'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:144:45: note: Function 'Read' argument 1 names different: declaration 'pStreamData' definition 'pStreamOutput'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.cpp:31:17: warning: Member variable 'XnDeviceStream::m_pNewDataCallbackCookie' is not initialized in the constructor. [uninitMemberVar]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameBufferManager.cpp:51:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameBufferManager.cpp:49:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameBufferManager.cpp:51:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameBufferManager.cpp:78:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameBufferManager.cpp:74:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameBufferManager.cpp:78:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameBufferManager.h:40:2: style: Class 'XnFrameBufferManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:218:25: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:224:25: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:230:25: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:237:25: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:64:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:61:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:64:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:121:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:115:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:121:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:144:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:142:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:144:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:154:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:152:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:154:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:164:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:162:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:164:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:176:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:174:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:176:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:200:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:186:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:200:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:210:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:208:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:210:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:172:44: style: Function 'Read' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:55:30: note: Function 'Read' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:172:44: note: Function 'Read' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:206:62: style: Function 'GetLastRawFrame' argument 1 names different: declaration 'gbValue' definition 'pBuffer'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:86:48: note: Function 'GetLastRawFrame' argument 1 names different: declaration 'gbValue' definition 'pBuffer'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:206:62: note: Function 'GetLastRawFrame' argument 1 names different: declaration 'gbValue' definition 'pBuffer'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:100:11: style: Member variable 'XnFrameStream::m_nLastReadFrame' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:37:2: note: Member variable 'XnFrameStream::m_nLastReadFrame' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:100:11: note: Member variable 'XnFrameStream::m_nLastReadFrame' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:96:24: style: Member variable 'XnFrameStream::m_pBufferManager' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.cpp:39:2: note: Member variable 'XnFrameStream::m_pBufferManager' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:96:24: note: Member variable 'XnFrameStream::m_pBufferManager' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnSimpleBufferPool.h:37:2: style: Class 'XnSimpleBufferPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:54:11: style: The function 'CreateStreamData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:48:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:54:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:55:11: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:55:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:82:11: style: The function 'ReadImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnFrameStream.h:82:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnSimpleBufferPool.h:41:19: style: The function 'AllocateBuffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.h:77:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnSimpleBufferPool.h:41:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnSimpleBufferPool.h:42:15: style: The function 'DestroyBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnBufferPool.h:78:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnSimpleBufferPool.h:42:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.cpp:44:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.cpp:40:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.cpp:44:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.cpp:88:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.cpp:85:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntProperty.cpp:88:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntPropertySynchronizer.cpp:71:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntPropertySynchronizer.cpp:68:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntPropertySynchronizer.cpp:62:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntPropertySynchronizer.cpp:68:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntPropertySynchronizer.cpp:100:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntPropertySynchronizer.cpp:95:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnIntPropertySynchronizer.cpp:100:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:364:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:370:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:376:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:382:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:388:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:394:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:400:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:448:25: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:53:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:100:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:98:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:100:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:142:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:140:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:142:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:155:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:150:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:155:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:175:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:170:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:175:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:192:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:190:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:192:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:319:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:316:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:319:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.h:132:24: style: Member variable 'XnPixelStream::m_supportedModesData' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.cpp:45:2: note: Member variable 'XnPixelStream::m_supportedModesData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPixelStream.h:132:24: note: Member variable 'XnPixelStream::m_supportedModesData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:563:32: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:585:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:607:35: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:667:39: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:674:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:681:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:131:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:123:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:131:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:158:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:152:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:158:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:177:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:169:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:177:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:197:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:189:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:197:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:218:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:209:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:218:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:239:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:230:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:239:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:259:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:251:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:259:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:366:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:357:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:366:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:621:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:615:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:621:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:636:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:629:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:636:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:647:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:644:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:647:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnPropertySet.cpp:39:2: style: Struct 'XnPropertySetModuleEnumerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.cpp:87:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.cpp:84:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnRealProperty.cpp:87:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:277:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:283:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:289:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:295:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:49:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:42:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:49:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:143:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:138:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:143:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:205:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:203:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:205:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:219:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:216:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:219:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:239:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:233:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnShiftToDepthStreamHelper.cpp:239:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamData.cpp:41:29: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamData.cpp:65:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamData.cpp:63:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamData.cpp:65:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDeviceStreamHolder.h:44:46: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDevice.cpp:109:14: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDevice.cpp:79:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDevice.cpp:76:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDevice.cpp:79:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDevice.cpp:105:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDevice.cpp:102:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDevice.cpp:105:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDevice.cpp:30:17: warning: Member variable 'XnStreamDevice::m_pIOStream' is not initialized in the constructor. [uninitMemberVar]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:45:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:45:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:46:11: style: The function 'Free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDeviceStreamHolder.h:41:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.h:40:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDeviceStreamHolder.h:41:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDeviceStreamHolder.h:42:19: style: The function 'Free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModuleHolder.h:45:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDeviceStreamHolder.h:42:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDevice.h:41:11: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:89:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDevice.h:41:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDeviceStreamHolder.cpp:224:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:134:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:489:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:48:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:42:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:48:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:84:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:80:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:84:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:195:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:191:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:195:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:263:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:256:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:263:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:289:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:287:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:289:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:302:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:297:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:302:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:316:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:314:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:316:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:331:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:324:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:331:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:371:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:364:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:371:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:386:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:382:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:386:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:405:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:398:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:405:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:420:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:416:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:420:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:439:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:432:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:439:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:454:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:450:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:454:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:471:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:466:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:471:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:486:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:482:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.cpp:486:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStreamHolder.h:37:2: style: Class 'XnStreamReaderStreamHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.h:39:11: style: The function 'InitImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:135:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.h:39:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.h:42:11: style: The function 'CreateStreamModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:190:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.h:42:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.h:43:7: style: The function 'DestroyStreamModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:192:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderDevice.h:43:7: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:39:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:40:11: style: The function 'Free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceModule.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:43:15: style: The function 'NewDataAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:65:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:43:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:48:11: style: The function 'WriteImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:107:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:48:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:49:11: style: The function 'ReadImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:49:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:50:11: style: The function 'Mirror' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:109:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:50:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:52:11: style: The function 'CalcRequiredSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:111:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:52:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStreamHolder.h:40:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDeviceStreamHolder.h:41:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStreamHolder.h:40:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStreamHolder.h:41:19: style: The function 'Free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamDeviceStreamHolder.h:42:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStreamHolder.h:41:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.cpp:133:32: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.cpp:46:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.cpp:46:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.cpp:125:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.cpp:123:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.cpp:125:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.cpp:71:55: style: Function 'ReadImpl' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.h:49:34: note: Function 'ReadImpl' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStream.cpp:71:55: note: Function 'ReadImpl' argument 1 names different: declaration 'pStreamOutput' definition 'pStreamData'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStreamHolder.cpp:44:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStreamHolder.cpp:42:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamReaderStreamHolder.cpp:44:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:168:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:42:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:75:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:73:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:75:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:90:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:87:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:90:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:137:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:134:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:137:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:155:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:149:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:155:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:217:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:210:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:217:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:238:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:235:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:238:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:256:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:253:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:256:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:274:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:271:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:274:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:292:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:289:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:292:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:269:112: style: Function 'SetProperty' argument 3 names different: declaration 'csValue' definition 'strValue'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:54:91: note: Function 'SetProperty' argument 3 names different: declaration 'csValue' definition 'strValue'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:269:112: note: Function 'SetProperty' argument 3 names different: declaration 'csValue' definition 'strValue'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:287:121: style: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:55:100: note: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:287:121: note: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:305:126: style: Function 'CreateStreamModule' argument 3 names different: declaration 'ppModuleHolder' definition 'ppStreamHolder'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:58:105: note: Function 'CreateStreamModule' argument 3 names different: declaration 'ppModuleHolder' definition 'ppStreamHolder'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.cpp:305:126: note: Function 'CreateStreamModule' argument 3 names different: declaration 'ppModuleHolder' definition 'ppStreamHolder'.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.h:40:18: style: Technically the member function 'XnStreamWriterStream::GetFrameID' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:43:11: style: The function 'InitImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:135:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:43:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:44:11: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:89:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:44:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:46:11: style: The function 'CreateStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:91:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:47:11: style: The function 'DestroyStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:92:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:47:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:49:11: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:109:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:49:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:50:11: style: The function 'WriteStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:108:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:50:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:52:11: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:114:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:52:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:53:11: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:115:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:53:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:54:11: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:116:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:54:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:55:11: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:117:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:55:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:58:11: style: The function 'CreateStreamModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:190:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:58:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:59:7: style: The function 'DestroyStreamModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceBase.h:192:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterDevice.h:59:7: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.h:44:11: style: The function 'WriteImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:107:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.h:44:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.h:45:11: style: The function 'ReadImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:105:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.h:45:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.h:46:11: style: The function 'Mirror' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:109:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.h:48:11: style: The function 'CalcRequiredSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnDeviceStream.h:111:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.h:48:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.h:51:11: style: Member variable 'XnStreamWriterStream::m_nFrameID' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.cpp:33:2: note: Member variable 'XnStreamWriterStream::m_nFrameID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamWriterStream.h:51:11: note: Member variable 'XnStreamWriterStream::m_nFrameID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamingStream.cpp:65:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamingStream.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamingStream.cpp:40:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamingStream.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamingStream.cpp:57:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamingStream.cpp:55:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStreamingStream.cpp:57:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.cpp:41:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.cpp:38:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.cpp:41:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.cpp:85:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.cpp:82:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDDK/XnStringProperty.cpp:85:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFile.cpp:101:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFile.cpp:98:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFile.cpp:101:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:797:30: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:70:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:68:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:70:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:87:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:85:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:87:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:114:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:108:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:114:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:136:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:132:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:136:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:317:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:312:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:317:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:390:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:387:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:390:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:423:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:420:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:423:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.h:94:11: style: Member variable 'XnDeviceFileReader::m_nFileVersion' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:50:2: note: Member variable 'XnDeviceFileReader::m_nFileVersion' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.h:94:11: note: Member variable 'XnDeviceFileReader::m_nFileVersion' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.h:92:9: style: Member variable 'XnDeviceFileReader::m_bFileHasData' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.cpp:53:2: note: Member variable 'XnDeviceFileReader::m_bFileHasData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.h:92:9: note: Member variable 'XnDeviceFileReader::m_bFileHasData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:263:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:261:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:263:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:385:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:383:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:385:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:456:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:454:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:456:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:511:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:508:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:511:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:835:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:827:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:835:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:959:50: style: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReader.h:89:31: note: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileReaderBC.cpp:959:50: note: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:251:14: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:59:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:56:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:59:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:82:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:78:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:82:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:111:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:108:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:111:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:144:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:137:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:144:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:226:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:221:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:226:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:248:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:245:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnDeviceFileWriter.cpp:248:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnExportedFileDevice.cpp:58:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnExportedFileDevice.cpp:54:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnExportedFileDevice.cpp:58:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:693:85: error: Null pointer dereference: pComp [nullPointer]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:689:31: note: Assignment 'pComp=NULL', assigned value is 0
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:693:85: note: Null pointer dereference
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:696:97: warning: Possible null pointer dereference: pComp [nullPointer]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:689:31: note: Assignment 'pComp=NULL', assigned value is 0
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:696:97: note: Null pointer dereference
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:82:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:80:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:82:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:134:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:130:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:134:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:242:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:238:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:242:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:477:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:474:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:477:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:525:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:522:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:525:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:538:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:536:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:538:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:568:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:565:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:568:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:628:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:621:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:628:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:868:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:863:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:868:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:885:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:880:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:885:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:949:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:942:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:949:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1156:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1149:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1156:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1169:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1167:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1169:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1211:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1204:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1211:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1224:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1222:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1224:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1239:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1232:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1239:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1273:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1269:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1273:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1303:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1300:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1303:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1390:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1386:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1390:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1443:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1440:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1443:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1499:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1491:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1499:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1562:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1559:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:1562:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:298:69: style: Function 'SeekTo' argument 2 names different: declaration 'strNode' definition 'strNodeName'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.h:92:56: note: Function 'SeekTo' argument 2 names different: declaration 'strNode' definition 'strNodeName'.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:298:69: note: Function 'SeekTo' argument 2 names different: declaration 'strNode' definition 'strNodeName'.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:298:91: style: Function 'SeekTo' argument 3 names different: declaration 'nFrameID' definition 'nMinFrameID'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.h:92:74: note: Function 'SeekTo' argument 3 names different: declaration 'nFrameID' definition 'nMinFrameID'.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:298:91: note: Function 'SeekTo' argument 3 names different: declaration 'nFrameID' definition 'nMinFrameID'.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.h:130:9: style: Member variable 'XnFileDevice::m_bRepeat' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.cpp:65:2: note: Member variable 'XnFileDevice::m_bRepeat' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.h:130:9: note: Member variable 'XnFileDevice::m_bRepeat' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDeviceBC.cpp:331:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDeviceBC.cpp:323:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDeviceBC.cpp:331:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDeviceBC.cpp:443:44: style: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDevice.h:105:31: note: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileDeviceBC.cpp:443:44: note: Function 'BCReadFrame' argument 1 names different: declaration 'pbRewind' definition 'pbWrapOccured'.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileWriterStream.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileWriterStream.cpp:43:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileWriterStream.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileWriterStream.cpp:57:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileWriterStream.cpp:55:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceFile/XnFileWriterStream.cpp:57:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Bayer.cpp:83:17: style: The scope of the variable 'pCurrBayer' can be reduced. [variableScope]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Bayer.cpp:84:11: style: The scope of the variable 'pCurrRGB' can be reduced. [variableScope]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:85:23: style: Technically the member function 'XnSensorIO::GetCurrentInterface' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:75:2: style: Class 'XnSensorIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:81:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:77:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:81:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:275:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:271:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:275:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:397:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:383:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:397:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.h:58:12: style: Member variable 'XnRegistration::m_pDepthToShiftTable' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:34:2: note: Member variable 'XnRegistration::m_pDepthToShiftTable' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.h:58:12: note: Member variable 'XnRegistration::m_pDepthToShiftTable' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.h:56:23: style: Member variable 'XnRegistration::m_pDevicePrivateData' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:35:2: note: Member variable 'XnRegistration::m_pDevicePrivateData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.h:56:23: note: Member variable 'XnRegistration::m_pDevicePrivateData' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.h:54:9: style: Member variable 'XnRegistration::m_bInitialized' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:37:2: note: Member variable 'XnRegistration::m_bInitialized' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.h:54:9: note: Member variable 'XnRegistration::m_bInitialized' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.h:59:9: style: Member variable 'XnRegistration::m_bD2SAlloc' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.cpp:39:2: note: Member variable 'XnRegistration::m_bD2SAlloc' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.h:59:9: note: Member variable 'XnRegistration::m_bD2SAlloc' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:43:3: warning: Class 'IXnSensorStream' which has virtual members does not have a virtual destructor. [virtualDestructor]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/Registration.h:45:16: style: Technically the member function 'XnRegistration::IsInitialized' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.h:90:18: style: Technically the member function 'XnSensorStreamHelper::StartFirmwareTransaction' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.h:91:18: style: Technically the member function 'XnSensorStreamHelper::CommitFirmwareTransaction' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.h:92:18: style: Technically the member function 'XnSensorStreamHelper::CommitFirmwareTransactionAsBatch' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.h:93:18: style: Technically the member function 'XnSensorStreamHelper::RollbackFirmwareTransaction' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareCommands.h:41:2: style: Class 'XnFirmwareCommands' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:43:2: style: Class 'XnFirmwareStreams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmware.h:39:2: style: Class 'XnSensorFirmware' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.h:41:2: style: Class 'XnSensorStreamHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:82:11: style: The function 'ConfigureStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:82:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:83:11: style: The function 'OpenStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:47:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:83:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:84:11: style: The function 'CloseStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:48:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:84:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:85:11: style: The function 'CreateDataProcessor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:85:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:86:11: style: The function 'MapPropertiesToFirmware' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:86:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:87:7: style: The function 'GetFirmwareStreamConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:45:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:87:7: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:89:28: style: The function 'GetSharedMemoryBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:51:36: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:89:28: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnAudioProcessor.cpp:129:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnAudioProcessor.cpp:50:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnAudioProcessor.cpp:48:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnAudioProcessor.cpp:50:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnAudioProcessor.h:62:14: style: Member variable 'XnAudioProcessor::m_AudioInDump' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnAudioProcessor.cpp:35:2: note: Member variable 'XnAudioProcessor::m_AudioInDump' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnAudioProcessor.h:62:14: note: Member variable 'XnAudioProcessor::m_AudioInDump' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnWholePacketProcessor.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnWholePacketProcessor.h:39:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnWholePacketProcessor.h:45:7: style: The function 'ProcessPacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:67:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnWholePacketProcessor.h:45:7: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:66:11: style: The function 'ConfigureStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:66:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:67:11: style: The function 'OpenStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:47:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:67:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:68:11: style: The function 'CloseStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:48:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:68:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:69:11: style: The function 'CreateDataProcessor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:69:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:70:11: style: The function 'MapPropertiesToFirmware' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:70:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:71:7: style: The function 'GetFirmwareStreamConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:45:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:71:7: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:72:28: style: The function 'GetSharedMemoryBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:51:36: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:72:28: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnAudioProcessor.h:41:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnAudioProcessor.h:41:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnAudioProcessor.h:47:15: style: The function 'ProcessWholePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnWholePacketProcessor.h:51:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnAudioProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:54:10: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnBayerImageProcessor.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnBayerImageProcessor.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnBayerImageProcessor.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:57:11: style: Technically the member function 'XnImageProcessor::GetActualXRes' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:58:11: style: Technically the member function 'XnImageProcessor::GetActualYRes' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:60:15: style: The function 'ProcessPacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:67:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:60:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:61:15: style: The function 'OnPacketLost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:68:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:61:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:90:11: style: The function 'ConfigureStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:90:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:91:11: style: The function 'OpenStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:47:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:91:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:92:11: style: The function 'CloseStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:48:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:92:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:93:11: style: The function 'CreateDataProcessor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:93:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:94:11: style: The function 'MapPropertiesToFirmware' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:94:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:95:7: style: The function 'GetFirmwareStreamConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:45:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:95:7: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:97:28: style: The function 'GetSharedMemoryBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:51:36: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:97:28: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:89:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:47:15: style: The function 'OnFrameReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:97:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:47:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:72:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnBayerImageProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:89:11: style: Member variable 'XnDataProcessor::m_nLastPacketID' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.cpp:35:2: note: Member variable 'XnDataProcessor::m_nLastPacketID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:89:11: note: Member variable 'XnDataProcessor::m_nLastPacketID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:87:11: style: Member variable 'XnDataProcessor::m_nBytesReceived' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.cpp:36:2: note: Member variable 'XnDataProcessor::m_nBytesReceived' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:87:11: note: Member variable 'XnDataProcessor::m_nBytesReceived' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessorHolder.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessorHolder.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessorHolder.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessorHolder.h:48:29: style: Member variable 'XnDataProcessorHolder::m_hLock' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessorHolder.cpp:33:2: note: Member variable 'XnDataProcessorHolder::m_hLock' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessorHolder.h:48:29: note: Member variable 'XnDataProcessorHolder::m_hLock' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:68:10: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.cpp:58:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.cpp:55:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.cpp:58:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:83:11: style: Member variable 'XnDepthProcessor::m_nPaddingPixelsOnEnd' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.cpp:40:2: note: Member variable 'XnDepthProcessor::m_nPaddingPixelsOnEnd' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:83:11: note: Member variable 'XnDepthProcessor::m_nPaddingPixelsOnEnd' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:71:22: style: Technically the member function 'XnDepthProcessor::GetOutput' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:53:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:53:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:59:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:72:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:59:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:60:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:89:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:60:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:61:15: style: The function 'OnFrameReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:97:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:61:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensor.cpp:103:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensor.cpp:100:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensor.cpp:103:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:366:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:361:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:366:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:384:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:382:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:384:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:473:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:470:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:473:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:439:94: style: Function 'IsSensorLowBandwidth' argument 2 names different: declaration 'pbIsLowband' definition 'pbIsLowBandwidth'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:79:90: note: Function 'IsSensorLowBandwidth' argument 2 names different: declaration 'pbIsLowband' definition 'pbIsLowBandwidth'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:439:94: note: Function 'IsSensorLowBandwidth' argument 2 names different: declaration 'pbIsLowband' definition 'pbIsLowBandwidth'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:92:11: performance: Technically the member function 'XnSensorIO::SetCallback' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:467:22: note: Technically the member function 'XnSensorIO::SetCallback' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:92:11: note: Technically the member function 'XnSensorIO::SetCallback' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:94:16: style: Technically the member function 'XnSensorIO::GetDevicePath' can be const. [functionConst]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:478:27: note: Technically the member function 'XnSensorIO::GetDevicePath' can be const.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorIO.h:94:16: note: Technically the member function 'XnSensorIO::GetDevicePath' can be const.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:41:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:249:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:247:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp:249:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:180:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:175:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:180:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:205:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:202:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:205:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:237:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:233:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp:237:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:159:30: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:164:30: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:74:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:68:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:74:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:123:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:120:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:123:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:207:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:204:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp:207:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorsManager.h:37:2: style: Class 'XnSensorsManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorServer.h:44:2: style: Class 'XnSensorServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:63:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:49:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:63:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:166:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:159:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp:166:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.h:46:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.h:71:15: style: The function 'FilterProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.h:83:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.h:71:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:50:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:50:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:91:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:87:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:91:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:174:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:171:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:174:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:198:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:194:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:198:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:221:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:217:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:221:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:240:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:236:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:240:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:259:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:255:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:259:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:49:11: performance: Technically the member function 'XnFirmwareStreams::ReleaseStream' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:192:29: note: Technically the member function 'XnFirmwareStreams::ReleaseStream' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:49:11: note: Technically the member function 'XnFirmwareStreams::ReleaseStream' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:50:11: performance: Technically the member function 'XnFirmwareStreams::LockStreamProcessor' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:215:29: note: Technically the member function 'XnFirmwareStreams::LockStreamProcessor' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:50:11: note: Technically the member function 'XnFirmwareStreams::LockStreamProcessor' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:51:11: performance: Technically the member function 'XnFirmwareStreams::UnlockStreamProcessor' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:234:29: note: Technically the member function 'XnFirmwareStreams::UnlockStreamProcessor' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:51:11: note: Technically the member function 'XnFirmwareStreams::UnlockStreamProcessor' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:52:11: performance: Technically the member function 'XnFirmwareStreams::ReplaceStreamProcessor' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:253:29: note: Technically the member function 'XnFirmwareStreams::ReplaceStreamProcessor' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:52:11: note: Technically the member function 'XnFirmwareStreams::ReplaceStreamProcessor' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:53:9: performance: Technically the member function 'XnFirmwareStreams::IsClaimed' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:274:27: note: Technically the member function 'XnFirmwareStreams::IsClaimed' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:53:9: note: Technically the member function 'XnFirmwareStreams::IsClaimed' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:58:11: performance: Technically the member function 'XnFirmwareStreams::CheckClaimStream' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.cpp:85:29: note: Technically the member function 'XnFirmwareStreams::CheckClaimStream' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFirmwareStreams.h:58:11: note: Technically the member function 'XnFirmwareStreams::CheckClaimStream' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1480:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1475:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1480:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1499:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1494:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1499:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1522:90: style: Function 'XnHostProtocolSetCmosBlanking' argument 2 names different: declaration 'nLines' definition 'nUnits'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnHostProtocol.h:216:91: note: Function 'XnHostProtocolSetCmosBlanking' argument 2 names different: declaration 'nLines' definition 'nUnits'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnHostProtocol.cpp:1522:90: note: Function 'XnHostProtocolSetCmosBlanking' argument 2 names different: declaration 'nLines' definition 'nUnits'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.h:59:10: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.cpp:54:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.h:56:11: performance: Technically the member function 'XnIRProcessor::Unpack10to16' can be static. [functionStatic]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.cpp:73:25: note: Technically the member function 'XnIRProcessor::Unpack10to16' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.h:56:11: note: Technically the member function 'XnIRProcessor::Unpack10to16' can be static.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:71:11: style: The function 'ConfigureStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:71:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:72:11: style: The function 'OpenStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:47:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:72:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:73:11: style: The function 'CloseStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:48:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:73:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:74:11: style: The function 'CreateDataProcessor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:49:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:74:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:75:11: style: The function 'MapPropertiesToFirmware' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:75:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:76:7: style: The function 'GetFirmwareStreamConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:45:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:76:7: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:78:28: style: The function 'GetSharedMemoryBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/IXnSensorStream.h:51:36: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:78:28: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.h:41:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.h:41:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.h:47:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:89:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.h:49:19: style: The function 'GetTimeStamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnIRProcessor.h:49:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.cpp:131:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.cpp:53:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.cpp:51:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.cpp:53:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegImageProcessor.h:42:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegImageProcessor.h:42:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:41:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:41:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:47:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:48:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:72:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:49:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnJpegToRGBImageProcessor.h:49:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.cpp:85:37: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.cpp:42:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.h:69:15: style: The function 'OnModulePropertyChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.h:48:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnMultiPropChangedHandler.h:69:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.cpp:41:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.cpp:41:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:47:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:59:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:60:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:47:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:72:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.cpp:67:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.cpp:65:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.cpp:67:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:47:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:59:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDepthProcessor.h:60:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnPacked11DepthProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:476:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:554:46: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1242:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1248:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1254:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1260:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1266:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1272:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1278:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1285:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1292:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1299:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1305:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1311:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1318:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1325:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1332:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1338:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1349:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1356:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1363:20: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1370:24: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:152:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:149:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:152:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:167:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:160:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:167:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:290:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:289:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:290:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:291:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:290:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:291:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:345:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:343:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:345:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:381:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:379:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:381:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:467:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:457:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:467:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:536:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:533:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:536:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:551:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:548:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:551:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:673:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:670:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:673:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:713:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:707:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:713:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:761:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:758:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:761:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:824:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:822:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:824:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:844:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:841:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:844:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:857:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:855:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:857:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1132:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1130:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1132:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1183:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1181:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:1183:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:391:114: style: Function 'CreateStreamModule' argument 3 names different: declaration 'ppStream' definition 'ppStreamHolder'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.h:102:105: note: Function 'CreateStreamModule' argument 3 names different: declaration 'ppStream' definition 'ppStreamHolder'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:391:114: note: Function 'CreateStreamModule' argument 3 names different: declaration 'ppStream' definition 'ppStreamHolder'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.h:186:22: style: Member variable 'XnSensor::m_CloseStreamsOnShutdown' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:83:2: note: Member variable 'XnSensor::m_CloseStreamsOnShutdown' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.h:186:22: note: Member variable 'XnSensor::m_CloseStreamsOnShutdown' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.h:195:20: style: Member variable 'XnSensor::m_InstancePointer' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:85:2: note: Member variable 'XnSensor::m_InstancePointer' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.h:195:20: note: Member variable 'XnSensor::m_InstancePointer' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.h:206:14: style: Member variable 'XnSensor::m_FPS' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.cpp:94:2: note: Member variable 'XnSensor::m_FPS' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensor.h:206:14: note: Member variable 'XnSensor::m_FPS' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:39:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:37:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:39:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:184:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:182:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp:184:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:46:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:60:15: style: The function 'FilterProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.h:71:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:60:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:74:19: style: The function 'IsSupportedForDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:74:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:75:29: style: The function 'CreateGenerator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:47:29: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioGenerator.h:75:29: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:520:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:526:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:532:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:538:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:66:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:63:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:66:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:115:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:113:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:115:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:133:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:129:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:133:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:178:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:176:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:178:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:191:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:189:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:191:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:235:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:233:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:235:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:251:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:249:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:251:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:428:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:426:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:428:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:438:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:436:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:438:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:107:23: style: Member variable 'XnSensorAudioStream::m_Helper' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:46:2: note: Member variable 'XnSensorAudioStream::m_Helper' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:107:23: note: Member variable 'XnSensorAudioStream::m_Helper' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:111:25: style: Member variable 'XnSensorAudioStream::m_SharedBufferName' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.cpp:50:2: note: Member variable 'XnSensorAudioStream::m_SharedBufferName' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorAudioStream.h:111:25: note: Member variable 'XnSensorAudioStream::m_SharedBufferName' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:608:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:845:26: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:87:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:85:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:87:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:190:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:185:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:190:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:305:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:302:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:305:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:333:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:330:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:333:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:360:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:357:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:360:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:387:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:384:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:387:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:451:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:447:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:451:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:466:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:462:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:466:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:481:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:477:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:481:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:496:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:492:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:496:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:600:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:598:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:600:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:638:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:635:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:638:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:670:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:664:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:670:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:683:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:681:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:683:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:761:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:759:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:761:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:884:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:879:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:884:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.h:94:18: style: Member variable 'XnSensorClient::m_bShouldRun' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp:52:2: note: Member variable 'XnSensorClient::m_bShouldRun' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.h:94:18: note: Member variable 'XnSensorClient::m_bShouldRun' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.h:83:11: style: The function 'OpenSharedMemory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.h:43:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.h:83:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:72:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:70:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:72:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:90:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:87:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:90:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:132:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:129:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:132:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:158:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:152:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:158:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:188:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:186:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:188:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:217:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:215:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:217:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.h:91:11: style: Member variable 'XnSensorClientAudioStream::m_nFrameID' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.cpp:177:2: note: Member variable 'XnSensorClientAudioStream::m_nFrameID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClientStream.h:91:11: note: Member variable 'XnSensorClientAudioStream::m_nFrameID' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:137:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:54:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:52:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:54:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:119:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:116:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:119:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:163:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:158:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:163:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:197:70: style: Function 'IsSensorImageNode' argument 1 names different: declaration 'Other' definition 'OtherNode'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:88:47: note: Function 'IsSensorImageNode' argument 1 names different: declaration 'Other' definition 'OtherNode'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp:197:70: note: Function 'IsSensorImageNode' argument 1 names different: declaration 'Other' definition 'OtherNode'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:47:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:47:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:66:15: style: The function 'FilterProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.h:71:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:66:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:49:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:49:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:84:15: style: The function 'FilterProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:66:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:84:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:104:29: style: The function 'CreateGenerator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:47:29: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthGenerator.h:104:29: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:872:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:878:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:884:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:890:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:896:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:902:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:908:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:920:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:931:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:937:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:943:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:949:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:83:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:81:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:83:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:252:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:250:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:252:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:290:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:286:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:290:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:355:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:353:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:355:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:383:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:381:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:383:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:429:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:422:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:429:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:448:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:446:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:448:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:464:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:462:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:464:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:521:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:519:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:521:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:531:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:529:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:531:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:541:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:539:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:541:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:568:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:565:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:568:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:579:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:577:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:579:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:609:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:603:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:609:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:625:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:623:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:625:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:148:22: style: Member variable 'XnSensorDepthStream::m_FirmwareMirror' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.cpp:66:2: note: Member variable 'XnSensorDepthStream::m_FirmwareMirror' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorDepthStream.h:148:22: note: Member variable 'XnSensorDepthStream::m_FirmwareMirror' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedDepthProcessor.h:44:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedDepthProcessor.h:44:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmware.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmware.cpp:41:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmware.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:645:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:651:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:657:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:663:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:669:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:675:34: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:103:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:99:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:103:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:246:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:237:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:246:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:264:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:262:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:264:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:556:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:552:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:556:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:584:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:581:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:584:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.h:58:22: style: Member variable 'XnSensorFirmwareParams::m_FrameSyncEnabled' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:34:2: note: Member variable 'XnSensorFirmwareParams::m_FrameSyncEnabled' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.h:58:22: note: Member variable 'XnSensorFirmwareParams::m_FrameSyncEnabled' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.h:97:22: style: Member variable 'XnSensorFirmwareParams::m_ImageMirror' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp:74:2: note: Member variable 'XnSensorFirmwareParams::m_ImageMirror' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFirmwareParams.h:97:22: note: Member variable 'XnSensorFirmwareParams::m_ImageMirror' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFixedParams.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFixedParams.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorFixedParams.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:116:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:192:38: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:43:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:64:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:62:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:64:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:104:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:100:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:104:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:121:56: style: Function 'IsNewDataAvailable' argument 1 names different: declaration 'pnTimestamp' definition 'nTimestamp'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.h:57:38: note: Function 'IsNewDataAvailable' argument 1 names different: declaration 'pnTimestamp' definition 'nTimestamp'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorGenerator.cpp:121:56: note: Function 'IsNewDataAvailable' argument 1 names different: declaration 'pnTimestamp' definition 'nTimestamp'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRGenerator.cpp:97:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRGenerator.cpp:42:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRGenerator.cpp:40:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRGenerator.cpp:42:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRGenerator.h:45:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.h:75:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRGenerator.h:45:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRGenerator.h:67:29: style: The function 'CreateGenerator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:47:29: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRGenerator.h:67:29: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:474:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:480:28: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:59:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:57:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:59:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:138:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:136:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:138:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:162:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:158:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:162:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:214:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:212:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:214:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:244:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:242:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:244:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:285:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:283:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:285:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:301:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:299:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:301:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:317:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:315:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:317:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:96:22: style: Member variable 'XnSensorIRStream::m_InputFormat' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.cpp:42:2: note: Member variable 'XnSensorIRStream::m_InputFormat' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorIRStream.h:96:22: note: Member variable 'XnSensorIRStream::m_InputFormat' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageGenerator.cpp:432:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageGenerator.cpp:430:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageGenerator.cpp:432:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:71:15: style: The function 'FilterProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:66:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:71:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:83:19: style: The function 'IsSupportedForDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:83:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:84:29: style: The function 'CreateGenerator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnExportedSensorGenerator.h:47:29: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageGenerator.h:84:29: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:965:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:971:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:977:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:983:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:989:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:995:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1001:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1007:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1013:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:1019:31: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:87:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:85:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:87:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:313:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:311:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:313:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:417:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:413:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:417:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:501:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:499:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:501:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:529:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:527:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:529:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:577:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:570:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:577:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:596:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:594:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:596:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:612:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:610:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:612:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:651:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:649:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:651:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:672:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:670:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:672:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:741:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:739:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:741:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:752:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:749:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:752:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:771:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:769:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:771:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:781:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:779:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:781:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:792:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:789:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:792:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:811:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:809:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:811:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:151:22: style: Member variable 'XnSensorImageStream::m_Exposure' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:58:2: note: Member variable 'XnSensorImageStream::m_Exposure' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:151:22: note: Member variable 'XnSensorImageStream::m_Exposure' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:164:22: style: Member variable 'XnSensorImageStream::m_FirmwareExposure' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.cpp:70:2: note: Member variable 'XnSensorImageStream::m_FirmwareExposure' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorImageStream.h:164:22: note: Member variable 'XnSensorImageStream::m_FirmwareExposure' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:47:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVImageProcessor.h:44:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVImageProcessor.h:44:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnDataProcessor.h:51:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:40:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:82:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:46:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:47:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnFrameStreamProcessor.h:72:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:47:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnImageProcessor.h:46:15: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.h:48:15: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:58:22: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:50:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:48:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:50:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:178:66: style: Function 'GetMapOutputMode' argument 1 names different: declaration 'Mode' definition 'OutputMode'. [funcArgNamesDifferent]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:55:45: note: Function 'GetMapOutputMode' argument 1 names different: declaration 'Mode' definition 'OutputMode'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:178:66: note: Function 'GetMapOutputMode' argument 1 names different: declaration 'Mode' definition 'OutputMode'.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:74:17: style: Member variable 'XnSensorMapGenerator::m_aSupportedModes' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp:33:2: note: Member variable 'XnSensorMapGenerator::m_aSupportedModes' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorMapGenerator.h:74:17: note: Member variable 'XnSensorMapGenerator::m_aSupportedModes' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:239:45: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:140:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:136:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:140:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:222:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:217:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorProductionNode.cpp:222:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorServer.cpp:321:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorServer.cpp:318:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorServer.cpp:321:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:90:41: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:192:40: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:225:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:249:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:307:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:389:42: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:407:44: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:75:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:70:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:75:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:108:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:101:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:108:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:143:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:141:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:143:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:158:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:155:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:158:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:189:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:185:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:189:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:207:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:200:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:207:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:222:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:219:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:222:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:246:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:243:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:246:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:304:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:301:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:304:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:335:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:333:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:335:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:386:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:383:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp:386:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorsManager.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorsManager.cpp:54:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorsManager.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorsManager.cpp:89:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorsManager.cpp:84:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorsManager.cpp:89:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorsManager.h:64:29: style: Member variable 'XnSensorsManager::m_hLock' is in the wrong place in the initializer list. [initializerList]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorsManager.cpp:39:2: note: Member variable 'XnSensorsManager::m_hLock' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnSensorsManager.h:64:29: note: Member variable 'XnSensorsManager::m_hLock' is in the wrong place in the initializer list.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:626:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:633:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:639:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:645:33: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:55:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:53:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:55:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:250:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:245:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:250:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:290:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:286:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:290:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:314:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:309:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:314:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:349:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:344:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:349:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:380:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:377:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:380:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:393:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:390:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:393:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:407:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:403:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:407:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:477:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:473:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:477:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:519:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:513:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:519:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:565:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:560:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:565:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:581:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:578:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSensorInvoker.cpp:581:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1191:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1203:27: style: C-style pointer casting [cstyleCast]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:66:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:64:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:66:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:155:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:150:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:155:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:193:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:188:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:193:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:220:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:218:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:220:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:277:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:271:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:277:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:295:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:290:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:295:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:312:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:306:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:312:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:330:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:325:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:330:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:347:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:341:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:347:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:365:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:360:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:365:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:382:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:376:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:382:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:400:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:395:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:400:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:416:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:411:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:416:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:438:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:435:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:438:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:454:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:449:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:454:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:476:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:473:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:476:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:492:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:487:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:492:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:514:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:511:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:514:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:532:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:525:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:532:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:555:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:552:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:555:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:571:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:566:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:571:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:600:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:595:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:600:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:643:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:636:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:643:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:666:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:662:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:666:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:719:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:715:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:719:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:736:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:733:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:736:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:781:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:775:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:781:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:798:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:794:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:798:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:819:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:813:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:819:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:836:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:832:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:836:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:856:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:851:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:856:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:881:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:878:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:881:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:909:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:900:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:909:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:926:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:920:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:926:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:937:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:934:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:937:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1096:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1088:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1096:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1107:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1104:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1107:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1123:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1118:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1123:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1180:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1169:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnServerSession.cpp:1180:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.cpp:46:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.cpp:46:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnWholePacketProcessor.cpp:42:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnWholePacketProcessor.cpp:40:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnDeviceSensorV2/XnWholePacketProcessor.cpp:42:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:73:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:67:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:73:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:51:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:49:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:51:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zEmbTablesCodec.h:37:2: style: Class 'Xn16zEmbTablesCodec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnNiCodec.h:37:2: style: Class 'XnNiCodec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:42:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodec.h:46:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:42:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:44:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodec.h:48:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:44:31: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:46:11: style: The function 'Compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodec.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:46:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:65:11: style: The function 'Decompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodec.h:52:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:65:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnUncompressedCodec.h:39:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:44:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnUncompressedCodec.h:39:31: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnUncompressedCodec.h:40:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:80:18: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnUncompressedCodec.h:40:18: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnUncompressedCodec.h:41:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnUncompressedCodec.h:41:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnUncompressedCodec.h:44:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:83:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnUncompressedCodec.h:44:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnUncompressedCodec.h:56:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:84:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnUncompressedCodec.h:56:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zCodec.h:37:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:44:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zCodec.h:37:31: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zCodec.h:39:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:80:18: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zCodec.h:39:18: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zCodec.h:40:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zCodec.h:40:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zCodec.h:43:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:83:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zCodec.h:43:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zCodec.h:48:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:84:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zCodec.h:48:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zEmbTablesCodec.h:39:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:44:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zEmbTablesCodec.h:39:31: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zEmbTablesCodec.h:41:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:80:18: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zEmbTablesCodec.h:41:18: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zEmbTablesCodec.h:42:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zEmbTablesCodec.h:42:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zEmbTablesCodec.h:45:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:83:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zEmbTablesCodec.h:45:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zEmbTablesCodec.h:50:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:84:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn16zEmbTablesCodec.h:50:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn8zCodec.h:37:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:44:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn8zCodec.h:37:31: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn8zCodec.h:38:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:80:18: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn8zCodec.h:38:18: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn8zCodec.h:39:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn8zCodec.h:39:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn8zCodec.h:42:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:83:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn8zCodec.h:42:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn8zCodec.h:47:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:84:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/Xn8zCodec.h:47:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:47:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:42:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:47:11: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:64:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:44:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:64:31: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:65:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:80:18: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:65:18: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:66:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:79:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:66:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:71:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:83:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:71:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:83:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodecBase.h:84:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnJpegCodec.h:83:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnNiCodec.h:40:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodec.h:48:31: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnNiCodec.h:40:31: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnNiCodec.h:42:19: style: The function 'Compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodec.h:50:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnNiCodec.h:42:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnNiCodec.h:47:19: style: The function 'Decompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnCodec.h:52:19: note: Virtual function in base class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnNiCodec.h:47:19: note: Function in derived class
Sensor-Stable-5.1.0.41/Source/XnFormats/XnStreamCompression.cpp:1019:2: style: Variable 'pjCompStruct' is reassigned a value before the old one has been used. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnStreamCompression.cpp:1011:0: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
Sensor-Stable-5.1.0.41/Source/XnFormats/XnStreamCompression.cpp:1019:2: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
Sensor-Stable-5.1.0.41/Source/XnFormats/XnStreamCompression.cpp:1066:2: style: Variable 'pjCompStruct' is reassigned a value before the old one has been used. [redundantAssignment]
Sensor-Stable-5.1.0.41/Source/XnFormats/XnStreamCompression.cpp:1058:0: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
Sensor-Stable-5.1.0.41/Source/XnFormats/XnStreamCompression.cpp:1066:2: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
[13:07]

ftp://ftp.se.debian.org/debian/pool/main/o/openni2/openni2_2.2.0.33+dfsg.orig.tar.gz
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/ClosestPointViewer/Viewer.cpp:55:15: warning: Member variable 'SampleViewer::m_pDepthHist' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/ClosestPointViewer/Viewer.cpp:55:15: warning: Member variable 'SampleViewer::m_pTexMap' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/ClosestPointViewer/Viewer.cpp:55:15: warning: Member variable 'SampleViewer::m_nTexMapX' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/ClosestPointViewer/Viewer.cpp:55:15: warning: Member variable 'SampleViewer::m_nTexMapY' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/ClosestPointViewer/Viewer.h:76:7: performance: Technically the member function 'SampleViewer::initOpenGLHooks' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/ClosestPointViewer/Viewer.cpp:261:20: note: Technically the member function 'SampleViewer::initOpenGLHooks' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/ClosestPointViewer/Viewer.h:76:7: note: Technically the member function 'SampleViewer::initOpenGLHooks' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/EventBasedRead/main.cpp:40:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/EventBasedRead/main.cpp:45:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MWClosestPoint/MWClosestPoint.cpp:33:2: warning: Member variable 'ClosestPointInternal::m_oniOwner' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MWClosestPoint/MWClosestPoint.cpp:85:2: style: Class 'ClosestPoint' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MWClosestPoint/MWClosestPoint.cpp:85:2: style: Class 'ClosestPoint' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MWClosestPoint/MWClosestPoint.h:59:2: style: Class 'ClosestPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MWClosestPoint/MWClosestPoint.h:60:2: style: Class 'ClosestPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MWClosestPoint/MWClosestPoint.cpp:33:2: style: Struct 'ClosestPointInternal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MWClosestPoint/MWClosestPoint.cpp:56:2: style: Class 'StreamListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/Viewer.cpp:65:15: warning: Member variable 'SampleViewer::m_pDepthHist' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/Viewer.cpp:65:15: warning: Member variable 'SampleViewer::m_nTexMapX' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/Viewer.cpp:65:15: warning: Member variable 'SampleViewer::m_nTexMapY' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/Viewer.cpp:65:15: warning: Member variable 'SampleViewer::m_width' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/Viewer.cpp:65:15: warning: Member variable 'SampleViewer::m_height' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/Viewer.h:51:7: performance: Technically the member function 'SampleViewer::initOpenGLHooks' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/Viewer.cpp:327:20: note: Technically the member function 'SampleViewer::initOpenGLHooks' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/Viewer.h:51:7: note: Technically the member function 'SampleViewer::initOpenGLHooks' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/Viewer.h:56:7: style: Technically the member function 'SampleViewer::displayFrame' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/Viewer.cpp:118:20: note: Technically the member function 'SampleViewer::displayFrame' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/Viewer.h:56:7: note: Technically the member function 'SampleViewer::displayFrame' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/main.cpp:33:2: style: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/main.cpp:27:0: note: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultiDepthViewer/main.cpp:33:2: note: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultipleStreamRead/main.cpp:42:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/MultipleStreamRead/main.cpp:47:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleRead/main.cpp:96:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleViewer/Viewer.cpp:65:15: warning: Member variable 'SampleViewer::m_pDepthHist' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleViewer/Viewer.cpp:65:15: warning: Member variable 'SampleViewer::m_nTexMapX' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleViewer/Viewer.cpp:65:15: warning: Member variable 'SampleViewer::m_nTexMapY' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleViewer/Viewer.cpp:65:15: warning: Member variable 'SampleViewer::m_width' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleViewer/Viewer.cpp:65:15: warning: Member variable 'SampleViewer::m_height' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleViewer/Viewer.h:51:7: performance: Technically the member function 'SampleViewer::initOpenGLHooks' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleViewer/Viewer.cpp:318:20: note: Technically the member function 'SampleViewer::initOpenGLHooks' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleViewer/Viewer.h:51:7: note: Technically the member function 'SampleViewer::initOpenGLHooks' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleViewer/main.cpp:40:2: style: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleViewer/main.cpp:36:2: note: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Samples/SimpleViewer/main.cpp:40:2: note: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:638:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:676:22: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:713:28: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:899:22: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:909:22: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:919:22: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:1040:19: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:804:92: style: Function 'enableFrameSyncEx' argument 3 names different: declaration 'pDriver' definition 'pDeviceDriver'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.h:92:84: note: Function 'enableFrameSyncEx' argument 3 names different: declaration 'pDriver' definition 'pDeviceDriver'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:804:92: note: Function 'enableFrameSyncEx' argument 3 names different: declaration 'pDriver' definition 'pDeviceDriver'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.h:47:7: style: Technically the member function 'oni::implementation::DeviceDriver::isValid' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.h:72:12: performance: Technically the member function 'oni::implementation::Context::releaseDeviceList' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:375:20: note: Technically the member function 'oni::implementation::Context::releaseDeviceList' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.h:72:12: note: Technically the member function 'oni::implementation::Context::releaseDeviceList' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.h:75:12: performance: Technically the member function 'oni::implementation::Context::deviceClose' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:460:20: note: Technically the member function 'oni::implementation::Context::deviceClose' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.h:75:12: note: Technically the member function 'oni::implementation::Context::deviceClose' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.h:77:23: performance: Technically the member function 'oni::implementation::Context::getSensorInfo' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.cpp:474:31: note: Technically the member function 'oni::implementation::Context::getSensorInfo' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniContext.h:77:23: note: Technically the member function 'oni::implementation::Context::getSensorInfo' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDriverServices.h:31:2: style: Class 'DriverServices' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:42:20: style: The function 'readFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:44:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:42:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:45:20: style: The function 'processNewFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:47:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:45:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:48:20: style: The function 'peekFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:50:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:48:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:51:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:53:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:51:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:54:15: style: The function 'setStreamEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:56:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:54:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:57:15: style: The function 'getStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:59:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:57:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:60:14: style: The function 'getNumStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:62:14: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:60:14: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:42:20: style: The function 'readFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:44:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:42:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:45:20: style: The function 'processNewFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:47:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:45:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:48:20: style: The function 'peekFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:50:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:48:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:51:15: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:53:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:51:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:54:15: style: The function 'getStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:59:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:54:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:57:14: style: The function 'getNumStreams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:62:14: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:57:14: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:60:15: style: The function 'setStreamEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameHolder.h:56:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:60:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:216:19: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:296:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:32:66: style: Function 'Device' argument 2 names different: declaration 'libraryHandler' definition 'driverHandler'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:40:59: note: Function 'Device' argument 2 names different: declaration 'libraryHandler' definition 'driverHandler'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:32:66: note: Function 'Device' argument 2 names different: declaration 'libraryHandler' definition 'driverHandler'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:101:53: style: Function 'getSensorInfoList' argument 1 names different: declaration 'pSensors' definition 'pSensorInfos'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:46:46: note: Function 'getSensorInfoList' argument 1 names different: declaration 'pSensors' definition 'pSensorInfos'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:101:53: note: Function 'getSensorInfoList' argument 1 names different: declaration 'pSensors' definition 'pSensorInfos'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:46:12: style: Technically the member function 'oni::implementation::Device::getSensorInfoList' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:101:19: note: Technically the member function 'oni::implementation::Device::getSensorInfoList' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:46:12: note: Technically the member function 'oni::implementation::Device::getSensorInfoList' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:55:7: style: Technically the member function 'oni::implementation::Device::notifyAllProperties' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:199:14: note: Technically the member function 'oni::implementation::Device::notifyAllProperties' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:55:7: note: Technically the member function 'oni::implementation::Device::notifyAllProperties' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:56:12: style: Technically the member function 'oni::implementation::Device::invoke' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:203:19: note: Technically the member function 'oni::implementation::Device::invoke' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:56:12: note: Technically the member function 'oni::implementation::Device::invoke' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:57:10: style: Technically the member function 'oni::implementation::Device::isCommandSupported' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:225:17: note: Technically the member function 'oni::implementation::Device::isCommandSupported' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:57:10: note: Technically the member function 'oni::implementation::Device::isCommandSupported' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:62:10: style: Technically the member function 'oni::implementation::Device::isImageRegistrationModeSupported' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:300:17: note: Technically the member function 'oni::implementation::Device::isImageRegistrationModeSupported' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:62:10: note: Technically the member function 'oni::implementation::Device::isImageRegistrationModeSupported' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:63:12: style: Technically the member function 'oni::implementation::Device::tryManualTrigger' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:229:19: note: Technically the member function 'oni::implementation::Device::tryManualTrigger' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:63:12: note: Technically the member function 'oni::implementation::Device::tryManualTrigger' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:69:10: style: Technically the member function 'oni::implementation::Device::isDepthColorSyncEnabled' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:289:17: note: Technically the member function 'oni::implementation::Device::isDepthColorSyncEnabled' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.h:69:10: note: Technically the member function 'oni::implementation::Device::isDepthColorSyncEnabled' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDevice.cpp:223:65: error: Dead pointer usage. Pointer 'data' is dead if it has been assigned '&seek' at line 219. [deadpointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.cpp:140:44: warning: Either the condition 'pDriver!=NULL' is redundant or there is possible null pointer dereference: pDriver. [nullPointerRedundantCheck]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.cpp:141:14: note: Assuming that condition 'pDriver!=NULL' is not redundant
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.cpp:140:44: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.cpp:138:26: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.cpp:149:26: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.cpp:155:26: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.cpp:60:40: style: Function 'DeviceDriver' argument 1 names different: declaration 'strDriverFileName' definition 'strDriverFilename'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.h:43:27: note: Function 'DeviceDriver' argument 1 names different: declaration 'strDriverFileName' definition 'strDriverFilename'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.cpp:60:40: note: Function 'DeviceDriver' argument 1 names different: declaration 'strDriverFileName' definition 'strDriverFilename'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.h:59:7: style: Technically the member function 'oni::implementation::DeviceDriver::disableFrameSync' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.cpp:173:20: note: Technically the member function 'oni::implementation::DeviceDriver::disableFrameSync' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniDeviceDriver.h:59:7: note: Technically the member function 'oni::implementation::DeviceDriver::disableFrameSync' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameManager.cpp:45:32: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniFrameManager.cpp:53:32: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniRecorder.cpp:159:14: style: Technically the member function 'oni::implementation::Memento::GetPosition' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniRecorder.cpp:104:5: style: Class 'Memento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSensor.cpp:137:18: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSensor.cpp:143:18: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSensor.cpp:190:19: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSensor.cpp:218:18: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSensor.cpp:224:18: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSensor.cpp:230:18: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSensor.cpp:236:18: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSensor.cpp:242:18: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSensor.cpp:202:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSensor.cpp:198:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSensor.cpp:202:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:315:28: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:376:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:34:114: style: Function 'VideoStream' argument 4 names different: declaration 'driverHandler' definition 'libraryHandler'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:43:102: note: Function 'VideoStream' argument 4 names different: declaration 'driverHandler' definition 'libraryHandler'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:34:114: note: Function 'VideoStream' argument 4 names different: declaration 'driverHandler' definition 'libraryHandler'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:52:10: style: Technically the member function 'oni::implementation::VideoStream::isStarted' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:172:22: note: Technically the member function 'oni::implementation::VideoStream::isStarted' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:52:10: note: Technically the member function 'oni::implementation::VideoStream::isStarted' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:57:7: performance: Technically the member function 'oni::implementation::VideoStream::lockFrame' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:182:19: note: Technically the member function 'oni::implementation::VideoStream::lockFrame' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:57:7: note: Technically the member function 'oni::implementation::VideoStream::lockFrame' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:58:7: performance: Technically the member function 'oni::implementation::VideoStream::unlockFrame' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:187:19: note: Technically the member function 'oni::implementation::VideoStream::unlockFrame' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:58:7: note: Technically the member function 'oni::implementation::VideoStream::unlockFrame' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:62:10: style: Technically the member function 'oni::implementation::VideoStream::isPropertySupported' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:226:22: note: Technically the member function 'oni::implementation::VideoStream::isPropertySupported' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:62:10: note: Technically the member function 'oni::implementation::VideoStream::isPropertySupported' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:63:12: style: Technically the member function 'oni::implementation::VideoStream::invoke' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:235:24: note: Technically the member function 'oni::implementation::VideoStream::invoke' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:63:12: note: Technically the member function 'oni::implementation::VideoStream::invoke' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:64:10: style: Technically the member function 'oni::implementation::VideoStream::isCommandSupported' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:239:22: note: Technically the member function 'oni::implementation::VideoStream::isCommandSupported' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:64:10: note: Technically the member function 'oni::implementation::VideoStream::isCommandSupported' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:65:7: style: Technically the member function 'oni::implementation::VideoStream::notifyAllProperties' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:230:19: note: Technically the member function 'oni::implementation::VideoStream::notifyAllProperties' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:65:7: note: Technically the member function 'oni::implementation::VideoStream::notifyAllProperties' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:76:7: performance: Technically the member function 'oni::implementation::VideoStream::setFrameHolder' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:364:19: note: Technically the member function 'oni::implementation::VideoStream::setFrameHolder' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:76:7: note: Technically the member function 'oni::implementation::VideoStream::setFrameHolder' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:91:6: style: Technically the member function 'oni::implementation::VideoStream::getRequiredFrameSize' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.cpp:465:18: note: Technically the member function 'oni::implementation::VideoStream::getRequiredFrameSize' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStream.h:91:6: note: Technically the member function 'oni::implementation::VideoStream::getRequiredFrameSize' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:51:15: warning: Virtual function 'clear' is called from destructor '~StreamFrameHolder()' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.cpp:33:2: note: Calling clear
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniStreamFrameHolder.h:51:15: note: clear is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:51:15: warning: Virtual function 'clear' is called from destructor '~SyncedStreamsFrameHolder()' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.cpp:48:2: note: Calling clear
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OniSyncedStreamsFrameHolder.h:51:15: note: clear is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OpenNI.cpp:81:35: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OpenNI.cpp:282:39: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Core/OpenNI.cpp:311:39: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtils.cpp:9:73: style: Function 'DepthUtilsInitialize' argument 1 names different: declaration 'pCalibrationInfo' definition 'pDepthParameters'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtils.h:87:60: note: Function 'DepthUtilsInitialize' argument 1 names different: declaration 'pCalibrationInfo' definition 'pDepthParameters'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtils.cpp:9:73: note: Function 'DepthUtilsInitialize' argument 1 names different: declaration 'pCalibrationInfo' definition 'pDepthParameters'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtils.cpp:41:88: style: Function 'DepthUtilsTranslateDepthMap' argument 2 names different: declaration 'depthMap' definition 'depth'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtils.h:91:75: note: Function 'DepthUtilsTranslateDepthMap' argument 2 names different: declaration 'depthMap' definition 'depth'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtils.cpp:41:88: note: Function 'DepthUtilsTranslateDepthMap' argument 2 names different: declaration 'depthMap' definition 'depth'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.cpp:24:17: warning: Member variable 'DepthUtilsImpl::m_blob' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.cpp:24:17: warning: Member variable 'DepthUtilsImpl::m_pPadInfo' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.cpp:24:17: warning: Member variable 'DepthUtilsImpl::m_pRegistrationInfo' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.cpp:24:17: warning: Member variable 'DepthUtilsImpl::m_pRegTable' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.cpp:24:17: warning: Member variable 'DepthUtilsImpl::m_pDepth2ShiftTable' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.cpp:24:17: warning: Member variable 'DepthUtilsImpl::m_isMirrored' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.cpp:24:17: warning: Member variable 'DepthUtilsImpl::m_depthResolution' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.cpp:24:17: warning: Member variable 'DepthUtilsImpl::m_colorResolution' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.h:26:7: style: Technically the member function 'DepthUtilsImpl::BuildDepthToShiftTable' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.cpp:297:22: note: Technically the member function 'DepthUtilsImpl::BuildDepthToShiftTable' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.h:26:7: note: Technically the member function 'DepthUtilsImpl::BuildDepthToShiftTable' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.h:40:7: performance: Technically the member function 'DepthUtilsImpl::CreateDXDYTablesInternal' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.cpp:443:22: note: Technically the member function 'DepthUtilsImpl::CreateDXDYTablesInternal' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/DepthUtils/DepthUtilsImpl.h:40:7: note: Technically the member function 'DepthUtilsImpl::CreateDXDYTablesInternal' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:88:23: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:365:2: style: Class 'OzDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:106:12: style: The function 'SetVideoMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:50:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:106:12: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:107:12: style: The function 'GetVideoMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:51:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:107:12: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:118:7: style: The function 'Mainloop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:83:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:118:7: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:183:12: style: The function 'SetVideoMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:50:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:183:12: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:184:12: style: The function 'GetVideoMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:51:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:184:12: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:195:7: style: The function 'Mainloop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:83:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/DummyDevice/DummyDevice.cpp:195:7: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.cpp:55:4: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.cpp:91:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.cpp:116:4: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.cpp:125:4: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.cpp:151:56: style: Function 'SetVideoMode' argument 1 names different: declaration 'pVideoMode' definition 'videoMode'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:39:47: note: Function 'SetVideoMode' argument 1 names different: declaration 'pVideoMode' definition 'videoMode'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.cpp:151:56: note: Function 'SetVideoMode' argument 1 names different: declaration 'pVideoMode' definition 'videoMode'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectStreamImpl.h:31:7: style: Technically the member function 'kinect_device::KinectStreamImpl::isRunning' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectStreamImpl.h:33:16: style: Technically the member function 'kinect_device::KinectStreamImpl::getSensorType' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:31:15: warning: Virtual function 'stop' is called from destructor '~BaseKinectStream()' at line 24. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.cpp:24:2: note: Calling destroy
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.cpp:43:2: note: Calling stop
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:31:15: note: stop is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/ColorKinectStream.h:13:2: style: Class 'ColorKinectStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/ColorKinectStream.h:15:20: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:29:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/ColorKinectStream.h:15:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/ColorKinectStream.h:17:15: style: The function 'frameReceived' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:49:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/ColorKinectStream.h:17:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/ColorKinectStream.h:19:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:33:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/ColorKinectStream.h:19:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/ColorKinectStream.h:21:20: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:35:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/ColorKinectStream.h:21:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/ColorKinectStream.h:23:18: style: The function 'isPropertySupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:37:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/ColorKinectStream.h:23:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/DepthKinectStream.cpp:341:3: warning: Variable 'status' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/DepthKinectStream.cpp:339:3: note: Variable 'status' is reassigned a value before the old one has been used. 'break;' missing?
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/DepthKinectStream.cpp:341:3: note: Variable 'status' is reassigned a value before the old one has been used. 'break;' missing?
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/DepthKinectStream.h:13:2: style: Class 'DepthKinectStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/DepthKinectStream.h:15:15: style: The function 'frameReceived' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:49:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/DepthKinectStream.h:15:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/DepthKinectStream.h:19:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:33:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/DepthKinectStream.h:19:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/DepthKinectStream.h:21:18: style: The function 'isPropertySupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:37:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/DepthKinectStream.h:21:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/IRKinectStream.h:13:2: style: Class 'IRKinectStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/IRKinectStream.h:15:20: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:29:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/IRKinectStream.h:15:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/IRKinectStream.h:17:15: style: The function 'frameReceived' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/BaseKinectStream.h:49:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/IRKinectStream.h:17:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDevice.cpp:86:74: style: Function 'getSensorInfoList' argument 2 names different: declaration 'numSources' definition 'numSensors'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDevice.h:20:69: note: Function 'getSensorInfoList' argument 2 names different: declaration 'numSources' definition 'numSensors'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDevice.cpp:86:74: note: Function 'getSensorInfoList' argument 2 names different: declaration 'numSources' definition 'numSensors'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDevice.cpp:93:54: style: Function 'createStream' argument 1 names different: declaration 'streamSource' definition 'sensorType'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDevice.h:22:62: note: Function 'createStream' argument 1 names different: declaration 'streamSource' definition 'sensorType'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDevice.cpp:93:54: note: Function 'createStream' argument 1 names different: declaration 'streamSource' definition 'sensorType'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDevice.h:34:15: style: Member variable 'KinectDevice::m_pNuiSensor' is in the wrong place in the initializer list. [initializerList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDevice.cpp:12:96: note: Member variable 'KinectDevice::m_pNuiSensor' is in the wrong place in the initializer list.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDevice.h:34:15: note: Member variable 'KinectDevice::m_pNuiSensor' is in the wrong place in the initializer list.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDevice.h:17:2: style: Class 'KinectDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDriver.cpp:52:16: style: Variable 'newsize' is assigned a value that is never used. [unreadVariable]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDriver.cpp:156:15: style: Variable 'newsize' is assigned a value that is never used. [unreadVariable]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDriver.cpp:202:15: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/Kinect/KinectDriver.h:14:2: style: Class 'KinectDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:93:11: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:323:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:322:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:323:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:335:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:334:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:335:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:348:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:346:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:348:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:362:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:360:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:362:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:433:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:432:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:433:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:445:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:444:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:445:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:457:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:456:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:457:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:471:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:470:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:471:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:522:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:521:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:522:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:534:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:533:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:534:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:645:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:644:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:645:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:659:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:658:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:659:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:845:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:844:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:845:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:855:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:854:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:855:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:894:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:893:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:894:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:902:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:901:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:902:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:957:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:956:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:957:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:970:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:969:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:970:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:185:29: style: Function 'Read' argument 1 names different: declaration 'pData' definition 'pDest'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:98:22: note: Function 'Read' argument 1 names different: declaration 'pData' definition 'pDest'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:185:29: note: Function 'Read' argument 1 names different: declaration 'pData' definition 'pDest'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:84:7: style: Technically the member function 'Record::ResetRead' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:256:14: note: Technically the member function 'Record::ResetRead' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:84:7: note: Technically the member function 'Record::ResetRead' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:93:11: performance: Technically the member function 'Record::FinishWrite' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:173:18: note: Technically the member function 'Record::FinishWrite' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:93:11: note: Technically the member function 'Record::FinishWrite' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:95:11: style: Technically the member function 'Record::StartRead' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:179:18: note: Technically the member function 'Record::StartRead' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:95:11: note: Technically the member function 'Record::StartRead' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:102:11: performance: Technically the member function 'Record::FinishRead' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:261:18: note: Technically the member function 'Record::FinishRead' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:102:11: note: Technically the member function 'Record::FinishRead' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:205:11: style: Technically the member function 'NodeAddedRecord::GetSeekTablePosition' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.cpp:514:27: note: Technically the member function 'NodeAddedRecord::GetSeekTablePosition' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:205:11: note: Technically the member function 'NodeAddedRecord::GetSeekTablePosition' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:146:2: style: Class 'NodeAdded_1_0_0_4_Record' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:173:2: style: Class 'NodeAdded_1_0_0_5_Record' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:201:2: style: Class 'NodeAddedRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:219:2: style: Class 'NodeRemovedRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:230:2: style: Class 'GeneralPropRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:254:2: style: Class 'IntPropRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:267:2: style: Class 'RealPropRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:280:2: style: Class 'StringPropRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:296:2: style: Class 'NodeDataBeginRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:313:2: style: Class 'NodeStateReadyRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:330:2: style: Class 'NewDataRecordHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:371:2: style: Class 'DataIndexRecordHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:382:2: style: Class 'EndRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/DataRecords.h:62:1: warning: The class 'Record' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnStreamCompression.cpp:1071:2: style: Variable 'pjCompStruct' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnStreamCompression.cpp:1063:0: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnStreamCompression.cpp:1071:2: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnStreamCompression.cpp:1130:2: style: Variable 'pjCompStruct' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnStreamCompression.cpp:1122:0: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnStreamCompression.cpp:1130:2: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:72:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:66:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:72:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:53:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:51:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:53:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:37:2: warning: Member variable 'XnJpegCodec::m_CompJPEGContext' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:37:2: warning: Member variable 'XnJpegCodec::m_UncompJPEGContext' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerProperties.h:110:7: performance: Technically the member function 'oni_file::PlayerProperties::DestroyBuffer' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:37:2: style: Class 'Xn16zEmbTablesCodec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:41:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodec.h:43:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:41:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:43:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodec.h:45:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:43:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:45:11: style: The function 'Compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodec.h:47:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:45:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:64:11: style: The function 'Decompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodec.h:49:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:64:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:39:20: style: The function 'GetCodecID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodec.h:41:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:39:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:41:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:43:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:41:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:42:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:79:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:42:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:43:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:78:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:43:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:46:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:82:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:46:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:58:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:83:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnUncompressedCodec.h:58:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:37:20: style: The function 'GetCodecID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodec.h:41:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:37:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:38:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:43:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:38:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:40:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:79:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:40:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:41:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:78:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:41:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:44:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:82:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:44:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:49:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:83:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zCodec.h:49:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:39:20: style: The function 'GetCodecID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodec.h:41:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:39:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:40:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:43:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:40:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:42:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:79:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:42:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:43:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:78:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:43:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:46:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:82:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:46:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:51:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:83:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn16zEmbTablesCodec.h:51:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:37:20: style: The function 'GetCodecID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodec.h:41:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:37:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:38:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:43:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:38:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:39:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:79:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:39:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:40:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:78:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:40:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:43:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:82:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:43:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:48:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:83:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/Xn8zCodec.h:48:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:47:20: style: The function 'GetCodecID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodec.h:41:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:47:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:49:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:41:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:49:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:66:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:43:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:66:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:67:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:79:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:67:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:68:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:78:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:68:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:73:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:82:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:73:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:85:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnCodecBase.h:83:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/Formats/XnJpegCodec.h:85:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:315:19: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:437:17: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:600:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:606:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:614:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:686:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:795:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:812:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:829:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:964:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:1039:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:1075:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:1081:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:1100:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:1107:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:1113:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:1125:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:1123:103: style: Function 'CodecCreate' argument 3 names different: declaration 'nCodecId' definition 'nCodecID'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.h:129:97: note: Function 'CodecCreate' argument 3 names different: declaration 'nCodecId' definition 'nCodecID'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:1123:103: note: Function 'CodecCreate' argument 3 names different: declaration 'nCodecId' definition 'nCodecID'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.cpp:93:15: warning: Member variable 'PlayerDevice::m_seek' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:49:2: style: Class 'PlayerNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerStream.h:62:5: style: Class 'PlayerStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDevice.h:46:5: style: Class 'PlayerDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDriver.cpp:110:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDriver.cpp:116:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDriver.cpp:125:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDriver.cpp:132:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerDriver.h:41:5: style: Class 'PlayerDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1768:15: warning: Possible null pointer dereference: pRecordUndoInfo [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1765:36: note: Assignment 'pRecordUndoInfo=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1768:15: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1769:19: warning: Possible null pointer dereference: pRecordUndoInfo [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1765:36: note: Assignment 'pRecordUndoInfo=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1769:19: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:927:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:921:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:927:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:963:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:961:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:963:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1032:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1030:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1032:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1049:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1047:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1049:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1479:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1476:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1479:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:278:6: style: The scope of the variable 'mid' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:161:48: style: Function 'SetNodeCodecFactory' argument 1 names different: declaration 'pFactoryCookie' definition 'pPlayerNodeCodecFactoryCookie'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:60:45: note: Function 'SetNodeCodecFactory' argument 1 names different: declaration 'pFactoryCookie' definition 'pPlayerNodeCodecFactoryCookie'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:161:48: note: Function 'SetNodeCodecFactory' argument 1 names different: declaration 'pFactoryCookie' definition 'pPlayerNodeCodecFactoryCookie'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:342:69: style: Function 'SeekToFrameAbsolute' argument 2 names different: declaration 'nFrameNumber' definition 'nDestFrame'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:113:58: note: Function 'SeekToFrameAbsolute' argument 2 names different: declaration 'nFrameNumber' definition 'nDestFrame'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:342:69: note: Function 'SeekToFrameAbsolute' argument 2 names different: declaration 'nFrameNumber' definition 'nDestFrame'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:824:58: style: Function 'HandleRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bHandlePayload'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:129:47: note: Function 'HandleRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bHandlePayload'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:824:58: note: Function 'HandleRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bHandlePayload'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1384:77: style: Function 'HandleNewDataRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bReadPayload'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:139:66: note: Function 'HandleNewDataRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bReadPayload'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1384:77: note: Function 'HandleNewDataRecord' argument 2 names different: declaration 'bHandleRecord' definition 'bReadPayload'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:76:13: warning: Member variable 'PlayerNode::m_pNodeCodecFactoryCookie' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:76:13: warning: Member variable 'PlayerNode::m_pNodeCodecFactory' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:127:9: performance: Technically the member function 'oni_file::PlayerNode::IsTypeGenerator' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:906:20: note: Technically the member function 'oni_file::PlayerNode::IsTypeGenerator' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:127:9: note: Technically the member function 'oni_file::PlayerNode::IsTypeGenerator' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:148:11: performance: Technically the member function 'oni_file::PlayerNode::SaveRecordUndoInfo' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1750:22: note: Technically the member function 'oni_file::PlayerNode::SaveRecordUndoInfo' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:148:11: note: Technically the member function 'oni_file::PlayerNode::SaveRecordUndoInfo' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:149:11: performance: Technically the member function 'oni_file::PlayerNode::GetRecordUndoInfo' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:1763:22: note: Technically the member function 'oni_file::PlayerNode::GetRecordUndoInfo' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:149:11: note: Technically the member function 'oni_file::PlayerNode::GetRecordUndoInfo' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:54:19: warning: Virtual function 'Destroy' is called from destructor '~PlayerNode()' at line 101. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.cpp:101:2: note: Calling Destroy
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerNode.h:54:19: note: Destroy is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerStream.cpp:144:26: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerStream.h:79:18: warning: Virtual function 'stop' is called from destructor '~PlayerStream()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerStream.cpp:43:2: note: Calling destroy
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerStream.cpp:61:2: note: Calling stop
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/OniFile/PlayerStream.h:79:18: note: stop is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnBuffer.h:39:2: warning: Member variable 'XnBuffer::m_pCookie' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnBuffer.h:102:18: style: Technically the member function 'XnBuffer::GetSize' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnBuffer.h:107:18: style: Technically the member function 'XnBuffer::GetMaxSize' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnBuffer.h:127:18: style: Technically the member function 'XnBuffer::GetFreeSpaceInBuffer' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnIOFileStream.cpp:38:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnIOFileStream.cpp:36:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnIOFileStream.cpp:38:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnIOFileStream.cpp:59:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnIOFileStream.cpp:56:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnIOFileStream.cpp:59:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnIONetworkStream.cpp:55:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnIONetworkStream.cpp:53:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Core/XnIONetworkStream.cpp:55:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualGeneralProperty.cpp:82:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualGeneralProperty.cpp:80:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualGeneralProperty.cpp:82:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualPropertiesHash.cpp:201:34: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualPropertiesHash.cpp:208:35: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualPropertiesHash.cpp:215:37: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualPropertiesHash.cpp:222:38: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualPropertiesHash.cpp:158:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualPropertiesHash.cpp:155:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualPropertiesHash.cpp:158:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualPropertiesHash.cpp:170:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualPropertiesHash.cpp:166:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualPropertiesHash.cpp:170:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:62:16: performance: Technically the member function 'XnProperty::IsReadOnly' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualPropertiesHash.h:37:2: style: Class 'XnActualPropertiesHash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnAudioStream.cpp:95:27: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnAudioStream.cpp:101:27: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnAudioStream.cpp:48:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnAudioStream.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnAudioStream.cpp:48:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnAudioStream.cpp:67:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnAudioStream.cpp:65:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnAudioStream.cpp:67:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnAudioStream.cpp:77:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnAudioStream.cpp:75:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnAudioStream.cpp:77:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDepthStream.cpp:125:27: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDepthStream.cpp:131:27: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDepthStream.cpp:60:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDepthStream.cpp:57:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDepthStream.cpp:60:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:649:110: warning: Possible null pointer dereference: pRealCookie [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:645:36: note: Assignment 'pRealCookie=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:649:110: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:670:36: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:761:32: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:855:42: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:1126:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:1132:38: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:1142:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:60:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:58:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:60:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:84:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:79:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:84:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:176:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:173:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:176:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:261:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:253:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:261:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:283:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:275:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:283:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:394:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:386:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:394:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:428:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:423:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:428:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:449:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:446:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:449:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:463:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:460:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:463:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:477:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:474:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:477:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:491:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:488:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:491:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:505:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:502:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:505:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:519:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:516:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:519:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:533:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:530:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:533:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:547:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:544:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:547:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:561:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:558:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:561:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:574:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:572:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:574:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:607:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:602:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:607:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:642:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:639:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:642:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:673:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:665:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:673:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:728:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:725:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:728:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:825:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:821:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:825:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:1034:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:1022:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:1034:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:500:107: style: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.h:92:102: note: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:500:107: note: Function 'SetProperty' argument 3 names different: declaration 'Value' definition 'gbValue'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:556:107: style: Function 'GetProperty' argument 3 names different: declaration 'pValue' definition 'gbValue'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.h:96:102: note: Function 'GetProperty' argument 3 names different: declaration 'pValue' definition 'gbValue'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:556:107: note: Function 'GetProperty' argument 3 names different: declaration 'pValue' definition 'gbValue'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualIntProperty.h:46:14: performance: Technically the member function 'XnActualIntProperty::UpdateSetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualIntProperty.h:56:14: performance: Technically the member function 'XnActualIntProperty::UpdateGetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualRealProperty.h:46:14: performance: Technically the member function 'XnActualRealProperty::UpdateSetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualRealProperty.h:56:14: performance: Technically the member function 'XnActualRealProperty::UpdateGetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualStringProperty.h:46:14: performance: Technically the member function 'XnActualStringProperty::UpdateSetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualStringProperty.h:56:14: performance: Technically the member function 'XnActualStringProperty::UpdateGetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualGeneralProperty.h:50:14: performance: Technically the member function 'XnActualGeneralProperty::UpdateSetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualGeneralProperty.h:60:14: performance: Technically the member function 'XnActualGeneralProperty::UpdateGetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.h:192:11: performance: Technically the member function 'XnDeviceBase::ValidateOnlyModule' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.cpp:864:24: note: Technically the member function 'XnDeviceBase::ValidateOnlyModule' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceBase.h:192:11: note: Technically the member function 'XnDeviceBase::ValidateOnlyModule' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:60:14: performance: Technically the member function 'XnIntProperty::UpdateSetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:65:14: performance: Technically the member function 'XnIntProperty::UpdateGetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:60:14: performance: Technically the member function 'XnRealProperty::UpdateSetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:65:14: performance: Technically the member function 'XnRealProperty::UpdateGetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:62:14: performance: Technically the member function 'XnStringProperty::UpdateSetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:67:14: performance: Technically the member function 'XnStringProperty::UpdateGetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:62:14: performance: Technically the member function 'XnGeneralProperty::UpdateSetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:67:14: performance: Technically the member function 'XnGeneralProperty::UpdateGetCallback' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.h:44:2: style: Class 'XnDeviceModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModuleHolder.h:37:2: style: Class 'XnDeviceModuleHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualGeneralProperty.h:71:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:74:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnActualGeneralProperty.h:71:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:70:19: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:71:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:70:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:72:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:74:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:72:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:78:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:102:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:78:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:79:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:103:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:79:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:80:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:104:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:80:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:81:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:105:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:81:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:82:17: style: The function 'ConvertValueToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:106:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.h:82:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:70:19: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:71:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:70:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:72:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:74:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:72:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:78:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:102:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:78:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:79:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:103:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:79:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:80:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:104:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:80:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:81:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:105:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:81:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:82:17: style: The function 'ConvertValueToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:106:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.h:82:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:72:11: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:71:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:72:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:74:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:74:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:74:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:80:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:102:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:80:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:81:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:103:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:81:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:82:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:104:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:82:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:83:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:105:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:83:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:84:17: style: The function 'ConvertValueToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:106:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.h:84:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:72:11: style: The function 'AddToPropertySet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:74:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:72:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:78:19: style: The function 'CopyValueImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:102:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:78:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:79:17: style: The function 'IsEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:103:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:79:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:80:19: style: The function 'CallSetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:104:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:80:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:81:19: style: The function 'CallGetCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:105:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:81:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:82:19: style: The function 'ReadValueFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnProperty.h:71:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnGeneralProperty.h:82:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:630:34: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:637:35: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:644:37: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:651:38: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:675:34: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:682:35: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:689:37: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:696:38: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:735:26: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:53:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:51:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:53:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:105:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:100:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:105:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:121:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:118:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:121:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:166:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:163:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:166:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:180:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:177:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:180:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:194:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:191:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:194:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:209:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:206:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:209:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:223:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:220:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:223:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:327:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:324:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:327:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:341:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:338:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:341:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:355:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:352:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:355:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:369:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:366:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:369:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:383:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:380:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:383:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:469:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:466:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:469:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:483:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:480:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:483:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:497:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:494:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:497:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:511:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:508:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:511:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:525:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:522:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:525:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:539:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:536:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:539:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:573:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:570:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:573:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:563:79: style: Function 'GetProperty' argument 2 names different: declaration 'ppGeneralProperty' definition 'ppPtrProperty'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.h:93:64: note: Function 'GetProperty' argument 2 names different: declaration 'ppGeneralProperty' definition 'ppPtrProperty'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:563:79: note: Function 'GetProperty' argument 2 names different: declaration 'ppGeneralProperty' definition 'ppPtrProperty'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.h:79:11: style: Technically the member function 'XnDeviceModule::RegisterForOnPropertyValueChanged' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:520:26: note: Technically the member function 'XnDeviceModule::RegisterForOnPropertyValueChanged' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.h:79:11: note: Technically the member function 'XnDeviceModule::RegisterForOnPropertyValueChanged' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.h:80:11: style: Technically the member function 'XnDeviceModule::UnregisterFromOnPropertyValueChanged' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:534:26: note: Technically the member function 'XnDeviceModule::UnregisterFromOnPropertyValueChanged' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.h:80:11: note: Technically the member function 'XnDeviceModule::UnregisterFromOnPropertyValueChanged' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.h:48:19: warning: Virtual function 'Free' is called from destructor '~XnDeviceModule()' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.cpp:46:2: note: Calling Free
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModule.h:48:19: note: Free is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModuleHolder.cpp:41:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModuleHolder.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceModuleHolder.cpp:41:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:179:28: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:185:28: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:198:28: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:204:28: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:52:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:49:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:52:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:84:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:82:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:84:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:96:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:94:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:96:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:106:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:104:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:106:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:116:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:114:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:116:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:153:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:147:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:153:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:168:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:165:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:168:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.cpp:30:17: warning: Member variable 'XnDeviceStream::m_pNewDataCallbackCookie' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameBufferManager.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameBufferManager.cpp:54:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameBufferManager.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.cpp:88:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.cpp:94:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.cpp:40:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.cpp:61:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.cpp:59:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.cpp:61:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.cpp:80:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.cpp:78:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.cpp:80:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.h:53:19: style: The function 'Close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnDeviceStream.h:80:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnFrameStream.h:53:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.cpp:43:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.cpp:43:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.cpp:87:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.cpp:84:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntProperty.cpp:87:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntPropertySynchronizer.cpp:70:40: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntPropertySynchronizer.cpp:67:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntPropertySynchronizer.cpp:61:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntPropertySynchronizer.cpp:67:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntPropertySynchronizer.cpp:99:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntPropertySynchronizer.cpp:94:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnIntPropertySynchronizer.cpp:99:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:363:27: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:369:27: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:375:27: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:381:27: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:387:27: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:393:27: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:399:27: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:447:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:55:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:52:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:55:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:99:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:97:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:99:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:141:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:139:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:141:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:154:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:149:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:154:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:174:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:169:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:174:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:191:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:189:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPixelStream.cpp:191:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:166:12: warning: Possible null pointer dereference: pModule [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:161:36: note: Assignment 'pModule=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:166:12: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:185:12: warning: Possible null pointer dereference: pModule [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:180:36: note: Assignment 'pModule=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:185:12: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:205:12: warning: Possible null pointer dereference: pModule [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:200:36: note: Assignment 'pModule=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:205:12: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:225:12: warning: Possible null pointer dereference: pModule [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:220:36: note: Assignment 'pModule=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:225:12: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:244:12: warning: Possible null pointer dereference: pModule [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:239:36: note: Assignment 'pModule=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:244:12: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:629:50: warning: Possible null pointer dereference: pModuleProps [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:622:41: note: Assignment 'pModuleProps=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:629:50: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:524:31: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:541:32: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:558:34: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:575:35: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:636:37: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:643:39: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:650:40: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:657:41: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:117:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:109:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:117:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:144:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:138:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:144:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:162:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:155:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:162:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:181:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:174:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:181:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:201:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:193:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:201:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:221:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:213:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:221:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:240:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:233:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:240:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:361:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:353:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:361:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:589:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:583:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:589:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:623:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:620:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnPropertySet.cpp:623:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.cpp:42:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.cpp:38:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.cpp:42:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.cpp:86:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.cpp:83:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnRealProperty.cpp:86:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:306:40: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:312:40: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:318:40: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:324:40: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:49:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:42:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:49:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:152:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:147:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:152:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:230:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:228:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:230:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:244:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:241:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:244:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:264:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:258:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnShiftToDepthStreamHelper.cpp:264:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStreamingStream.cpp:64:31: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStreamingStream.cpp:42:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStreamingStream.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStreamingStream.cpp:42:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStreamingStream.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStreamingStream.cpp:54:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStreamingStream.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.cpp:40:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.cpp:37:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.cpp:40:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.cpp:84:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.cpp:81:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DDK/XnStringProperty.cpp:84:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:62:16: style: Technically the member function 'XnDataProcessor::ShouldUseHostTimestamps' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorIO.h:75:2: style: Class 'XnSensorIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFixedParams.h:43:2: style: Class 'XnSensorFixedParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareCommands.h:40:2: style: Class 'XnFirmwareCommands' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.h:42:2: style: Class 'XnFirmwareStreams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmware.h:39:2: style: Class 'XnSensorFirmware' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDriver.h:40:2: style: Class 'XnOniDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDriver.h:66:3: style: Class 'XnOpenNILogWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.h:39:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniStream.h:45:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.h:39:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.h:41:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniStream.h:52:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.h:41:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.h:42:19: style: The function 'SetPropertyImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniStream.h:62:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.h:42:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.h:43:18: style: The function 'isPropertySupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniStream.h:54:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.h:43:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDepthStream.h:38:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.h:41:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDepthStream.h:38:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDepthStream.h:39:18: style: The function 'isPropertySupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.h:43:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDepthStream.h:39:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDepthStream.h:40:15: style: The function 'notifyAllProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.h:44:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDepthStream.h:40:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.h:134:46: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.h:105:3: warning: Member variable 'XnSensorStreamHelperCookie::pStreamProp' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.h:105:3: warning: Member variable 'XnSensorStreamHelperCookie::pFirmwareProp' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.h:105:3: warning: Member variable 'XnSensorStreamHelperCookie::pStreamToFirmwareFunc' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.h:88:18: style: Technically the member function 'XnSensorStreamHelper::StartFirmwareTransaction' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.h:89:18: style: Technically the member function 'XnSensorStreamHelper::CommitFirmwareTransaction' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.h:90:18: style: Technically the member function 'XnSensorStreamHelper::CommitFirmwareTransactionAsBatch' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.h:91:18: style: Technically the member function 'XnSensorStreamHelper::RollbackFirmwareTransaction' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.h:39:2: style: Class 'XnSensorStreamHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:91:11: style: The function 'ConfigureStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:44:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:91:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:92:11: style: The function 'OpenStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:45:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:92:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:93:11: style: The function 'CloseStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:46:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:93:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:94:11: style: The function 'CreateDataProcessor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:47:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:94:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:95:11: style: The function 'MapPropertiesToFirmware' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:48:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:95:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:96:7: style: The function 'GetFirmwareStreamConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:43:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.h:96:7: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDepthStream.cpp:60:11: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDepthStream.cpp:137:38: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDepthStream.cpp:147:3: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDepthStream.cpp:154:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:89:11: style: The function 'ConfigureStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:44:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:89:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:90:11: style: The function 'OpenStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:45:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:90:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:91:11: style: The function 'CloseStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:46:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:91:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:92:11: style: The function 'CreateDataProcessor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:47:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:92:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:93:11: style: The function 'MapPropertiesToFirmware' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:48:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:93:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:94:7: style: The function 'GetFirmwareStreamConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:43:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:94:7: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDevice.cpp:57:2: style: Variable 'pSupportedModes' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDevice.cpp:51:0: note: Variable 'pSupportedModes' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDevice.cpp:57:2: note: Variable 'pSupportedModes' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDriver.cpp:163:53: warning: Either the condition 'pStreams==NULL' is redundant or there is possible null pointer dereference: pStreams. [nullPointerRedundantCheck]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDriver.cpp:164:16: note: Assuming that condition 'pStreams==NULL' is not redundant
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDriver.cpp:163:53: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDriver.cpp:224:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDriver.cpp:229:23: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDriver.cpp:274:23: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniDriver.cpp:280:23: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.cpp:52:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.cpp:50:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.cpp:52:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.cpp:306:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.cpp:302:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniMapStream.cpp:306:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniStream.cpp:167:23: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniStream.cpp:48:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniStream.cpp:46:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniStream.cpp:48:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/DriverImpl/XnOniStream.cpp:30:14: warning: Member variable 'XnOniStream::m_pDeviceStream' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:72:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:66:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:72:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:50:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:48:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:50:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zEmbTablesCodec.h:36:2: style: Class 'Xn16zEmbTablesCodec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:41:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodec.h:46:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:41:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:43:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodec.h:48:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:43:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:45:11: style: The function 'Compress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodec.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:45:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:64:11: style: The function 'Decompress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodec.h:52:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:64:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnUncompressedCodec.h:38:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:43:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnUncompressedCodec.h:38:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnUncompressedCodec.h:39:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:79:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnUncompressedCodec.h:39:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnUncompressedCodec.h:40:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:78:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnUncompressedCodec.h:40:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnUncompressedCodec.h:43:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:82:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnUncompressedCodec.h:43:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnUncompressedCodec.h:55:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:83:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnUncompressedCodec.h:55:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zCodec.h:36:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:43:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zCodec.h:36:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zCodec.h:38:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:79:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zCodec.h:38:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zCodec.h:39:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:78:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zCodec.h:39:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zCodec.h:42:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:82:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zCodec.h:42:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zCodec.h:47:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:83:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zCodec.h:47:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zEmbTablesCodec.h:38:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:43:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zEmbTablesCodec.h:38:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zEmbTablesCodec.h:40:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:79:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zEmbTablesCodec.h:40:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zEmbTablesCodec.h:41:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:78:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zEmbTablesCodec.h:41:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zEmbTablesCodec.h:44:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:82:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zEmbTablesCodec.h:44:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zEmbTablesCodec.h:49:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:83:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn16zEmbTablesCodec.h:49:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn8zCodec.h:36:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:43:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn8zCodec.h:36:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn8zCodec.h:37:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:79:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn8zCodec.h:37:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn8zCodec.h:38:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:78:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn8zCodec.h:38:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn8zCodec.h:41:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:82:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn8zCodec.h:41:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn8zCodec.h:46:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:83:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/Xn8zCodec.h:46:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:46:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:41:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:46:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:63:31: style: The function 'GetCompressionFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:43:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:63:31: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:64:18: style: The function 'GetWorseCompressionRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:79:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:64:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:65:19: style: The function 'GetOverheadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:78:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:65:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:70:19: style: The function 'CompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:82:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:70:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:82:19: style: The function 'DecompressImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnCodecBase.h:83:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnJpegCodec.h:82:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnStreamCompression.cpp:1020:2: style: Variable 'pjCompStruct' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnStreamCompression.cpp:1012:0: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnStreamCompression.cpp:1020:2: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnStreamCompression.cpp:1067:2: style: Variable 'pjCompStruct' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnStreamCompression.cpp:1059:0: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Formats/XnStreamCompression.cpp:1067:2: note: Variable 'pjCompStruct' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/PS1080Console/PS1080Console.cpp:93:24: style: The scope of the variable 'next' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/Bayer.cpp:45:41: style: Same expression on both sides of '-' because the value of 'rgb_line_step' and 'width*3' are the same. [duplicateExpression]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/Bayer.cpp:42:33: note: 'rgb_line_step' is assigned value 'width*3' here.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/Bayer.cpp:45:41: note: Same expression on both sides of '-' because the value of 'rgb_line_step' and 'width*3' are the same.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:53:10: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnBayerImageProcessor.cpp:46:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnBayerImageProcessor.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnBayerImageProcessor.cpp:46:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:56:11: style: Technically the member function 'XnImageProcessor::GetActualXRes' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:57:11: style: Technically the member function 'XnImageProcessor::GetActualYRes' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:59:15: style: The function 'ProcessPacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:68:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:59:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:60:15: style: The function 'OnPacketLost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:69:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:60:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:39:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:45:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:88:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:45:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:46:15: style: The function 'OnFrameReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:96:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnBayerImageProcessor.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnBayerImageProcessor.h:39:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnBayerImageProcessor.h:45:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnBayerImageProcessor.h:45:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnBayerImageProcessor.h:46:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:71:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnBayerImageProcessor.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnBayerImageProcessor.h:47:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:45:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnBayerImageProcessor.h:47:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.cpp:40:2: performance: Variable 'm_bUseHostTimestamps' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessorHolder.cpp:46:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessorHolder.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessorHolder.cpp:46:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:67:10: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.cpp:59:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.cpp:56:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.cpp:59:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:70:23: style: Technically the member function 'XnDepthProcessor::GetOutput' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:75:18: style: Technically the member function 'XnDepthProcessor::GetExpectedSize' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:52:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:52:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:58:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:71:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:58:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:59:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:88:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:59:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:60:15: style: The function 'OnFrameReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:96:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:60:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceEnumeration.cpp:157:66: style: Function 'IsSensorLowBandwidth' argument 1 names different: declaration 'connectionString' definition 'uri'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceEnumeration.h:44:53: note: Function 'IsSensorLowBandwidth' argument 1 names different: declaration 'connectionString' definition 'uri'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceEnumeration.cpp:157:66: note: Function 'IsSensorLowBandwidth' argument 1 names different: declaration 'connectionString' definition 'uri'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceEnumeration.cpp:157:79: style: Function 'IsSensorLowBandwidth' argument 2 names different: declaration 'pbIsLowband' definition 'pbIsLowBandwidth'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceEnumeration.h:44:79: note: Function 'IsSensorLowBandwidth' argument 2 names different: declaration 'pbIsLowband' definition 'pbIsLowBandwidth'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceEnumeration.cpp:157:79: note: Function 'IsSensorLowBandwidth' argument 2 names different: declaration 'pbIsLowband' definition 'pbIsLowBandwidth'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorIO.cpp:32:13: warning: Member variable 'XnSensorIO::m_pCallbackData' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorIO.h:89:16: style: Technically the member function 'XnSensorIO::GetDevicePath' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorIO.cpp:313:27: note: Technically the member function 'XnSensorIO::GetDevicePath' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorIO.h:89:16: note: Technically the member function 'XnSensorIO::GetDevicePath' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorInit.cpp:41:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorInit.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorInit.cpp:41:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorInit.cpp:209:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorInit.cpp:204:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorInit.cpp:209:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorProtocol.cpp:173:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorProtocol.cpp:168:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorProtocol.cpp:173:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorProtocol.cpp:398:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDeviceSensorProtocol.cpp:417:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:140:6: warning: Possible null pointer dereference: pStreamData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:136:38: note: Assignment 'pStreamData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:140:6: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:152:7: warning: Possible null pointer dereference: pIRStreamData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:148:41: note: Assignment 'pIRStreamData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:152:7: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:174:7: warning: Possible null pointer dereference: pImageStreamData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:170:44: note: Assignment 'pImageStreamData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:174:7: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:184:7: warning: Possible null pointer dereference: pDepthStreamData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:180:44: note: Assignment 'pDepthStreamData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:184:7: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:232:2: warning: Possible null pointer dereference: pData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:227:32: note: Assignment 'pData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:232:2: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:233:2: warning: Possible null pointer dereference: pData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:227:32: note: Assignment 'pData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:233:2: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:234:2: warning: Possible null pointer dereference: pData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:227:32: note: Assignment 'pData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:234:2: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:250:6: warning: Possible null pointer dereference: pData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:246:32: note: Assignment 'pData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:250:6: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:273:6: warning: Possible null pointer dereference: pData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:269:32: note: Assignment 'pData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:273:6: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:292:6: warning: Possible null pointer dereference: pData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:288:32: note: Assignment 'pData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:292:6: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:311:6: warning: Possible null pointer dereference: pData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:307:32: note: Assignment 'pData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:311:6: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:54:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:48:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:54:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:137:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:133:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:137:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:223:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:220:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:223:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:247:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:243:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:247:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:270:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:266:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:270:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:289:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:285:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:289:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:308:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:304:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFirmwareStreams.cpp:308:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWavelengthCorrectionDebugProcessor.h:35:2: style: Class 'XnWavelengthCorrectionDebugProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnGMCDebugProcessor.h:36:2: style: Class 'XnGMCDebugProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnTecDebugProcessor.h:36:2: style: Class 'XnTecDebugProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnNesaDebugProcessor.h:36:2: style: Class 'XnNesaDebugProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnGeneralDebugProcessor.h:29:2: style: Class 'XnGeneralDebugProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWholePacketProcessor.h:38:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWholePacketProcessor.h:38:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWholePacketProcessor.h:44:7: style: The function 'ProcessPacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:68:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWholePacketProcessor.h:44:7: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWavelengthCorrectionDebugProcessor.h:42:15: style: The function 'ProcessWholePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWholePacketProcessor.h:50:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWavelengthCorrectionDebugProcessor.h:42:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnGMCDebugProcessor.h:43:15: style: The function 'ProcessWholePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWholePacketProcessor.h:50:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnGMCDebugProcessor.h:43:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnTecDebugProcessor.h:43:15: style: The function 'ProcessWholePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWholePacketProcessor.h:50:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnTecDebugProcessor.h:43:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnNesaDebugProcessor.h:43:15: style: The function 'ProcessWholePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWholePacketProcessor.h:50:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnNesaDebugProcessor.h:43:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnGeneralDebugProcessor.h:33:15: style: The function 'ProcessPacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:68:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnGeneralDebugProcessor.h:33:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:2553:2: style: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:2551:0: note: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:2553:2: note: Variable 'rc' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:3131:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:3126:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:3131:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:3150:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:3145:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:3150:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:2319:16: style: The scope of the variable 'pFlashEntry' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:3173:90: style: Function 'XnHostProtocolSetCmosBlanking' argument 2 names different: declaration 'nLines' definition 'nUnits'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.h:338:91: note: Function 'XnHostProtocolSetCmosBlanking' argument 2 names different: declaration 'nLines' definition 'nUnits'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:3173:90: note: Function 'XnHostProtocolSetCmosBlanking' argument 2 names different: declaration 'nLines' definition 'nUnits'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnHostProtocol.cpp:2611:2: style: Variable '__pBuffer' is assigned a value that is never used. [unreadVariable]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:58:10: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.cpp:56:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.cpp:54:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.cpp:56:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:55:11: performance: Technically the member function 'XnIRProcessor::Unpack10to16' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.cpp:76:25: note: Technically the member function 'XnIRProcessor::Unpack10to16' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:55:11: note: Technically the member function 'XnIRProcessor::Unpack10to16' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:68:11: style: The function 'ConfigureStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:44:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:68:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:69:11: style: The function 'OpenStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:45:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:69:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:70:11: style: The function 'CloseStreamImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:46:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:70:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:71:11: style: The function 'CreateDataProcessor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:47:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:71:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:72:11: style: The function 'MapPropertiesToFirmware' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:48:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:72:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:73:7: style: The function 'GetFirmwareStreamConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/IXnSensorStream.h:43:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.h:73:7: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:40:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:47:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:88:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:47:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:48:19: style: The function 'CreateTimestampFromDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:80:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:48:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:49:15: style: The function 'OnFrameReady' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:96:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnIRProcessor.h:49:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.cpp:157:28: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.cpp:52:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.cpp:50:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.cpp:52:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegImageProcessor.h:41:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegImageProcessor.h:41:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegToRGBImageProcessor.cpp:46:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegToRGBImageProcessor.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegToRGBImageProcessor.cpp:46:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegToRGBImageProcessor.h:40:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegToRGBImageProcessor.h:40:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegToRGBImageProcessor.h:46:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegToRGBImageProcessor.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegToRGBImageProcessor.h:47:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:71:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegToRGBImageProcessor.h:47:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegToRGBImageProcessor.h:48:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:45:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnJpegToRGBImageProcessor.h:48:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedDepthProcessor.cpp:40:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedDepthProcessor.cpp:38:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedDepthProcessor.cpp:40:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedDepthProcessor.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedDepthProcessor.h:39:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedDepthProcessor.h:45:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedDepthProcessor.h:45:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedDepthProcessor.h:46:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:58:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedDepthProcessor.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedDepthProcessor.h:47:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:59:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedDepthProcessor.h:47:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedImageProcessor.cpp:46:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedImageProcessor.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedImageProcessor.cpp:46:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedImageProcessor.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedImageProcessor.h:39:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedImageProcessor.h:45:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedImageProcessor.h:45:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedImageProcessor.h:46:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:71:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedImageProcessor.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedImageProcessor.h:47:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:45:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPSCompressedImageProcessor.h:47:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked11DepthProcessor.cpp:69:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked11DepthProcessor.cpp:67:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked11DepthProcessor.cpp:69:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked11DepthProcessor.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked11DepthProcessor.h:39:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked11DepthProcessor.h:45:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked11DepthProcessor.h:45:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked11DepthProcessor.h:46:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:58:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked11DepthProcessor.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked11DepthProcessor.h:47:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:59:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked11DepthProcessor.h:47:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked12DepthProcessor.cpp:69:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked12DepthProcessor.cpp:67:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked12DepthProcessor.cpp:69:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked12DepthProcessor.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked12DepthProcessor.h:39:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked12DepthProcessor.h:45:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked12DepthProcessor.h:45:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked12DepthProcessor.h:46:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:58:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked12DepthProcessor.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked12DepthProcessor.h:47:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDepthProcessor.h:59:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPacked12DepthProcessor.h:47:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPassThroughImageProcessor.h:43:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnPassThroughImageProcessor.h:43:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:505:24: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:568:46: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1428:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1434:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1628:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1634:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1640:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1647:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1654:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1661:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1667:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1673:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1680:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1687:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1694:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1700:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1711:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1718:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1725:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1732:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1751:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1758:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1765:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1772:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1779:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1786:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1793:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1800:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1806:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1812:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1818:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1824:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1830:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1836:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1843:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1849:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1855:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1861:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1868:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1875:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1882:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1889:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1896:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1903:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1910:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1917:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1923:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1930:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1937:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1944:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1953:20: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:198:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:194:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:198:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:249:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:243:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:249:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:364:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:362:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:364:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:404:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:402:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:404:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:496:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:486:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:496:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:565:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:562:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:565:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:582:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:576:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:582:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:611:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:606:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:611:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:729:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:727:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:729:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:749:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:746:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:749:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:762:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:760:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:762:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:772:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:770:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:772:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:782:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:780:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:782:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:802:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:800:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:802:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:860:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:858:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:860:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:870:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:868:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:870:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:880:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:878:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:880:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:890:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:888:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:890:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:900:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:898:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:900:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:910:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:908:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:910:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1030:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1028:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1030:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1040:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1038:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1040:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1070:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1067:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1070:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1202:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1199:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1202:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1212:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1210:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1212:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1234:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1232:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1234:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1244:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1242:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1244:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1258:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1255:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1258:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1268:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1266:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1268:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1278:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1276:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1278:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1288:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1286:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1288:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1298:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1296:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1298:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1308:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1306:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1308:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1318:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1316:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1318:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1330:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1326:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1330:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1380:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1378:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1380:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1420:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1418:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:1420:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:414:114: style: Function 'CreateStreamModule' argument 3 names different: declaration 'ppStream' definition 'ppStreamHolder'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.h:97:105: note: Function 'CreateStreamModule' argument 3 names different: declaration 'ppStream' definition 'ppStreamHolder'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:414:114: note: Function 'CreateStreamModule' argument 3 names different: declaration 'ppStream' definition 'ppStreamHolder'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:768:39: style: Function 'ReadAHB' argument 1 names different: declaration 'pData' definition 'pAHB'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.h:127:30: note: Function 'ReadAHB' argument 1 names different: declaration 'pData' definition 'pAHB'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:768:39: note: Function 'ReadAHB' argument 1 names different: declaration 'pData' definition 'pAHB'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:778:46: style: Function 'WriteAHB' argument 1 names different: declaration 'pData' definition 'pAHB'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.h:151:37: note: Function 'WriteAHB' argument 1 names different: declaration 'pData' definition 'pAHB'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:778:46: note: Function 'WriteAHB' argument 1 names different: declaration 'pData' definition 'pAHB'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:60:12: style: struct member 'XnWaitForSycnhedFrameData::pThis' is never used. [unusedStructMember]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:61:16: style: struct member 'XnWaitForSycnhedFrameData::strDepthStream' is never used. [unusedStructMember]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensor.cpp:62:16: style: struct member 'XnWaitForSycnhedFrameData::strImageStream' is never used. [unusedStructMember]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1121:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1127:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1133:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1139:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1145:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1151:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1157:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1163:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1169:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1175:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1181:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1187:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1198:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1209:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1215:31: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1221:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1227:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1280:31: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:90:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:87:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:90:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:280:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:278:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:280:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:326:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:322:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:326:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:398:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:395:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:398:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:437:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:435:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:437:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:494:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:487:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:494:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:520:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:518:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:520:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:536:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:534:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:536:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:605:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:603:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:605:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:615:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:613:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:615:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:625:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:623:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:625:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:651:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:649:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:651:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:696:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:694:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:696:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:706:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:704:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:706:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:716:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:714:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:716:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:726:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:724:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:726:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:756:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:750:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:756:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:774:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:770:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:774:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:913:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:910:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:913:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1021:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1019:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1021:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1029:74: style: Function 'GetSensorCalibrationInfo' argument 2 names different: declaration 'dataSize' definition 'pDataSize'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.h:97:54: note: Function 'GetSensorCalibrationInfo' argument 2 names different: declaration 'dataSize' definition 'pDataSize'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorDepthStream.cpp:1029:74: note: Function 'GetSensorCalibrationInfo' argument 2 names different: declaration 'dataSize' definition 'pDataSize'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedDepthProcessor.h:43:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedDepthProcessor.h:43:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmware.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmware.cpp:41:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmware.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:629:34: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:635:34: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:641:34: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:647:34: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:653:34: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:108:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:104:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:108:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:262:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:253:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:262:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:280:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:278:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:280:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:528:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:519:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:528:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:540:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:536:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:540:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:568:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:565:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFirmwareParams.cpp:568:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFixedParams.cpp:55:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFixedParams.cpp:51:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorFixedParams.cpp:55:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:476:28: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:482:28: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:488:30: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:62:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:56:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:62:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:111:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:109:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:111:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:135:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:131:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:135:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:187:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:185:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:187:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:235:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:233:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:235:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:276:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:274:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:276:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:292:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:290:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:292:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:310:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:306:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:310:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:448:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:445:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorIRStream.cpp:448:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:893:31: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:899:31: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:905:31: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:911:31: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:917:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:923:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:929:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:935:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:941:33: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:77:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:71:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:77:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:189:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:187:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:189:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:292:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:288:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:292:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:356:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:354:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:356:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:400:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:398:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:400:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:449:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:442:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:449:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:468:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:466:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:468:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:484:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:482:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:484:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:524:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:522:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:524:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:547:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:543:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:547:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:640:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:637:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:640:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:687:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:684:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:687:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:824:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:821:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorImageStream.cpp:824:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedBayerProcessor.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedBayerProcessor.h:39:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedBayerProcessor.h:45:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedBayerProcessor.h:45:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedBayerProcessor.h:46:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:45:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedBayerProcessor.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUV422toRGBImageProcessor.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUV422toRGBImageProcessor.h:39:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUV422toRGBImageProcessor.h:45:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUV422toRGBImageProcessor.h:45:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUV422toRGBImageProcessor.h:46:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:71:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUV422toRGBImageProcessor.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUV422toRGBImageProcessor.h:47:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:45:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUV422toRGBImageProcessor.h:47:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUYVtoRGBImageProcessor.h:39:11: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnDataProcessor.h:50:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUYVtoRGBImageProcessor.h:39:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUYVtoRGBImageProcessor.h:45:15: style: The function 'ProcessFramePacketChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:81:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUYVtoRGBImageProcessor.h:45:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUYVtoRGBImageProcessor.h:46:15: style: The function 'OnStartOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnFrameStreamProcessor.h:71:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUYVtoRGBImageProcessor.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUYVtoRGBImageProcessor.h:47:15: style: The function 'OnEndOfFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnImageProcessor.h:45:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUYVtoRGBImageProcessor.h:47:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:198:6: warning: Possible null pointer dereference: pPropData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:192:42: note: Assignment 'pPropData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:198:6: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:218:2: warning: Possible null pointer dereference: pPropData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:214:42: note: Assignment 'pPropData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:218:2: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:219:2: warning: Possible null pointer dereference: pPropData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:214:42: note: Assignment 'pPropData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:219:2: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:225:7: warning: Possible null pointer dereference: pPropData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:214:42: note: Assignment 'pPropData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:225:7: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:274:6: warning: Possible null pointer dereference: pPropData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:270:42: note: Assignment 'pPropData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:274:6: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:354:12: warning: Possible null pointer dereference: pPropData [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:350:42: note: Assignment 'pPropData=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:354:12: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:51:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:46:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:51:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:78:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:71:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:78:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:113:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:111:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:113:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:128:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:125:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:128:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:166:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:162:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:166:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:182:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:176:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:182:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:193:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:190:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:193:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:215:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:212:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:215:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:271:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:268:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:271:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:300:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:298:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:300:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:351:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:348:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:351:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.h:95:25: style: Technically the member function 'XnSensorStreamHelper::GetFirmwareCroppingMode' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.cpp:403:46: note: Technically the member function 'XnSensorStreamHelper::GetFirmwareCroppingMode' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnSensorStreamHelper.h:95:25: note: Technically the member function 'XnSensorStreamHelper::GetFirmwareCroppingMode' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedBayerProcessor.cpp:46:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedBayerProcessor.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedBayerProcessor.cpp:46:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUV422toRGBImageProcessor.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUV422toRGBImageProcessor.cpp:43:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUV422toRGBImageProcessor.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUYVtoRGBImageProcessor.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUYVtoRGBImageProcessor.cpp:43:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnUncompressedYUYVtoRGBImageProcessor.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWholePacketProcessor.cpp:41:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWholePacketProcessor.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PS1080/Sensor/XnWholePacketProcessor.cpp:41:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDriver.h:40:2: style: Class 'LinkOniDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDriver.h:70:3: style: Class 'LinkOpenNILogWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.h:39:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniStream.h:47:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.h:39:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.h:41:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniStream.h:56:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.h:41:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.h:42:20: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniStream.h:57:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.h:42:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.h:43:18: style: The function 'isPropertySupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniStream.h:58:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.h:43:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.h:37:20: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.h:41:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.h:37:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.h:38:18: style: The function 'isPropertySupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.h:43:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.h:38:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.h:39:15: style: The function 'notifyAllProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.h:44:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.h:39:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.cpp:226:55: warning: Possible null pointer dereference: pTables [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.cpp:223:40: note: Assignment 'pTables=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.cpp:226:55: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.cpp:228:55: warning: Possible null pointer dereference: pTables [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.cpp:223:40: note: Assignment 'pTables=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDepthStream.cpp:228:55: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDriver.cpp:281:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniDriver.cpp:287:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.cpp:52:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.cpp:50:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniMapStream.cpp:52:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/DriverImpl/LinkOniStream.cpp:167:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientSocketInConnection.cpp:23:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientSocketInConnection.cpp:21:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientSocketInConnection.cpp:23:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:18:19: style: The function 'Connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:12:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:18:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:19:17: style: The function 'IsConnected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:14:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:19:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:20:15: style: The function 'Disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:13:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:20:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:21:19: style: The function 'GetMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:15:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:21:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:23:19: style: The function 'SetDataDestination' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IAsyncInputConnection.h:22:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:23:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientSocketInConnection.h:15:19: style: The function 'ConnectSocket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:31:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientSocketInConnection.h:15:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:25:15: warning: Virtual function 'Shutdown' is called from destructor '~ClientUSBConnectionFactory()' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.cpp:33:2: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:25:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.h:15:2: style: Class 'ClientUSBControlEndpoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:19:2: style: Class 'ClientUSBOutDataEndpoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ISyncIOConnection.h:25:19: style: The function 'Receive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ISyncInputConnection.h:14:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ISyncIOConnection.h:25:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ISyncIOConnection.h:33:19: style: The function 'Send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IOutputConnection.h:20:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ISyncIOConnection.h:33:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.h:29:19: style: The function 'Receive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ISyncIOConnection.h:25:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.h:29:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.h:30:19: style: The function 'Send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ISyncIOConnection.h:33:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.h:30:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:24:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:18:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:24:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:25:15: style: The function 'Shutdown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:19:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:25:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:26:17: style: The function 'IsInitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:20:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:26:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:31:19: style: The function 'GetNumOutputDataConnections' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:22:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:31:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:32:19: style: The function 'GetNumInputDataConnections' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:21:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:32:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:34:19: style: The function 'GetControlConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:34:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:35:19: style: The function 'CreateOutputDataConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:28:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:35:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:36:19: style: The function 'CreateInputDataConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:29:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBConnectionFactory.h:36:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:24:19: style: The function 'Connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:12:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:24:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:25:15: style: The function 'Disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:13:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:25:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:26:17: style: The function 'IsConnected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:14:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:26:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:27:19: style: The function 'Send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IOutputConnection.h:20:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:27:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:28:19: style: The function 'GetMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:15:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:28:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:25:19: style: The function 'Connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:12:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:25:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:26:15: style: The function 'Disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:13:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:26:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:27:17: style: The function 'IsConnected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:14:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:27:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:28:19: style: The function 'GetMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:15:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:28:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:29:19: style: The function 'SetDataDestination' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IAsyncInputConnection.h:22:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:29:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.cpp:70:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.cpp:62:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.cpp:70:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.cpp:80:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.cpp:79:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.cpp:80:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBControlEndpoint.cpp:21:2: performance: Variable 'm_nPreControlReceiveSleep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.cpp:55:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.cpp:51:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.cpp:55:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.cpp:36:2: performance: Variable 'm_nEndpointID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.cpp:37:2: performance: Variable 'm_nMaxPacketSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.cpp:39:2: performance: Variable 'm_bConnected' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:24:15: warning: Virtual function 'Shutdown' is called from destructor '~ClientUSBInDataEndpoint()' at line 45. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.cpp:45:2: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBInDataEndpoint.h:24:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.cpp:17:2: performance: Variable 'm_nMaxPacketSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.cpp:18:2: performance: Variable 'm_endpointType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.cpp:19:2: performance: Variable 'm_bConnected' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:23:15: warning: Virtual function 'Shutdown' is called from destructor '~ClientUSBOutDataEndpoint()' at line 24. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.cpp:24:2: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnClientUSBOutDataEndpoint.h:23:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink11BitS2DParser.h:13:2: style: Class 'Link11BitS2DParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink11BitS2DParser.h:17:19: style: The function 'ParsePacketImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink11BitS2DParser.h:17:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink12BitS2DParser.h:29:11: style: Technically the member function 'xn::Link12BitS2DParser::Unpack12to16' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink12BitS2DParser.cpp:125:30: note: Technically the member function 'xn::Link12BitS2DParser::Unpack12to16' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink12BitS2DParser.h:29:11: note: Technically the member function 'xn::Link12BitS2DParser::Unpack12to16' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink12BitS2DParser.h:18:2: style: Class 'Link12BitS2DParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink12BitS2DParser.h:22:19: style: The function 'ParsePacketImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink12BitS2DParser.h:22:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink16zParser.h:22:23: style: Technically the member function 'xn::Link16zParser::TranslatePixel' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink16zParser.cpp:28:43: note: Technically the member function 'xn::Link16zParser::TranslatePixel' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink16zParser.h:22:23: note: Technically the member function 'xn::Link16zParser::TranslatePixel' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink16zParser.h:12:2: style: Class 'Link16zParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink16zParser.h:16:19: style: The function 'ParsePacketImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink16zParser.h:16:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink24zYuv422Parser.h:26:11: performance: Technically the member function 'xn::Link24zYuv422Parser::Uncompress24z' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink24zYuv422Parser.cpp:101:31: note: Technically the member function 'xn::Link24zYuv422Parser::Uncompress24z' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink24zYuv422Parser.h:26:11: note: Technically the member function 'xn::Link24zYuv422Parser::Uncompress24z' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink24zYuv422Parser.h:15:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:15:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink24zYuv422Parser.h:15:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink24zYuv422Parser.h:18:19: style: The function 'ParsePacketImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink24zYuv422Parser.h:18:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink6BitParser.h:16:19: style: The function 'ParsePacketImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink6BitParser.h:16:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.cpp:17:22: warning: Member variable 'LinkContInputStream::m_pWorkingBuffer' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnCyclicBuffer.h:15:3: performance: Variable 'm_nBegin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnCyclicBuffer.h:16:3: performance: Variable 'm_nEnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnCyclicBuffer.h:17:3: performance: Variable 'm_nBufferSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.cpp:19:2: performance: Variable 'm_bInitialized' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.cpp:20:5: performance: Variable 'm_bStreaming' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.cpp:21:2: performance: Variable 'm_bNewDataAvailable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.cpp:22:2: performance: Variable 'm_hCriticalSection' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.cpp:23:2: performance: Variable 'm_nUserBufferMaxSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.cpp:25:2: performance: Variable 'm_nUserBufferCurrentSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:28:15: warning: Virtual function 'Shutdown' is called from destructor '~LinkContInputStream()' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.cpp:33:2: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:28:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:62:9: warning: The class 'LinkContInputStream' defines member variable with name 'm_bStreaming' also defined in its parent class 'LinkInputStream'. [duplInheritedMember]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:64:18: note: Parent variable 'LinkInputStream::m_bStreaming'
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:62:9: note: Derived variable 'LinkContInputStream::m_bStreaming'
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkLogParser.h:19:19: style: The function 'ParsePacketImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkLogParser.h:19:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:22:22: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:21:22: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:22:22: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:27:20: style: The function 'IsInitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:26:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:27:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:28:15: style: The function 'Shutdown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:27:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:28:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:29:19: style: The function 'HandlePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:37:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:29:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:39:20: style: The function 'IsStreaming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:32:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:39:20: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:41:28: style: The function 'GetStreamFragLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:49:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:41:28: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:48:18: style: The function 'SetDumpName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:39:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:48:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:49:18: style: The function 'SetDumpOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:40:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:49:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:52:19: style: The function 'StartImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:55:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:52:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:53:19: style: The function 'StopImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:56:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkContInputStream.h:53:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkResponseMsgParser.h:12:19: style: The function 'ParsePacketImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkResponseMsgParser.h:12:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:194:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:185:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:194:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:230:5: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:224:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:230:5: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:255:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:249:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:255:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:279:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:274:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:279:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:297:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:291:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:297:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:324:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:317:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:324:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:436:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:428:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:436:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:486:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:481:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:486:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:580:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:553:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:580:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:746:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:733:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:746:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:781:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:776:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:781:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:796:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:791:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:796:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:811:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:806:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:811:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:826:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:821:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:826:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:845:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:837:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:845:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:864:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:856:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:864:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:884:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:876:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:884:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:904:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:895:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:904:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:954:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:940:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:954:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:976:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:964:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:976:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1003:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:993:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1003:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1023:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1013:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1023:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1048:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1040:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1048:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1065:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1059:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1065:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1082:5: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1075:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1082:5: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1114:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1104:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1114:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1149:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1139:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1149:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1194:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1185:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1194:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1220:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1215:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1220:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1243:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1230:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1243:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1257:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1251:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1257:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1290:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1286:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1290:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1318:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1314:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1318:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1363:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1356:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1363:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1399:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1392:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1399:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1422:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1421:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1422:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1465:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1460:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1465:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1480:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1475:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1480:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1504:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1490:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1504:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1521:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1514:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1521:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1547:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1541:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1547:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1562:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1556:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1562:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1577:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1571:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1577:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1605:5: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1600:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1605:5: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1652:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1645:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1652:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1698:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1690:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1698:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1716:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1708:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1716:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1734:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1726:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1734:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:835:83: style: Function 'GetSupportedI2CDevices' argument 1 names different: declaration 'supporteddevices' definition 'supportedDevices'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.h:71:63: note: Function 'GetSupportedI2CDevices' argument 1 names different: declaration 'supporteddevices' definition 'supportedDevices'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:835:83: note: Function 'GetSupportedI2CDevices' argument 1 names different: declaration 'supporteddevices' definition 'supportedDevices'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1416:78: style: Function 'ValidateResponsePacket' argument 1 names different: declaration 'pResponsePacket' definition 'pPacketHeader'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.h:126:58: note: Function 'ValidateResponsePacket' argument 1 names different: declaration 'pResponsePacket' definition 'pPacketHeader'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1416:78: note: Function 'ValidateResponsePacket' argument 1 names different: declaration 'pResponsePacket' definition 'pPacketHeader'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1554:79: style: Function 'GetSupportedProperties' argument 1 names different: declaration 'supportedProperties' definition 'supportedProps'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.h:57:59: note: Function 'GetSupportedProperties' argument 1 names different: declaration 'supportedProperties' definition 'supportedProps'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:1554:79: note: Function 'GetSupportedProperties' argument 1 names different: declaration 'supportedProperties' definition 'supportedProps'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:27:5: performance: Variable 'm_nMaxOutMsgSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:30:5: performance: Variable 'm_nMaxResponseSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:31:2: performance: Variable 'm_bInitialized' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:32:2: performance: Variable 'm_bConnected' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:34:2: performance: Variable 'm_nMaxPacketSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkControlEndpoint.cpp:35:2: performance: Variable 'm_hMutex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:224:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:221:15: note: outer condition: nRetVal!=XN_STATUS_OK
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:224:16: note: identical inner condition: nRetVal!=XN_STATUS_OK
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:787:32: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:793:32: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:253:4: style: Variable 'm_pCurrFrame->frameIndex' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:251:4: note: Variable 'm_pCurrFrame->frameIndex' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:253:4: note: Variable 'm_pCurrFrame->frameIndex' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:754:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:752:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:754:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:156:69: style: Function 'HandlePacket' argument 1 names different: declaration 'header' definition 'origHeader'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:44:56: note: Function 'HandlePacket' argument 1 names different: declaration 'header' definition 'origHeader'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:156:69: note: Function 'HandlePacket' argument 1 names different: declaration 'header' definition 'origHeader'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:94:14: style: Unused private function: 'LinkFrameInputStream::Swap' [unusedPrivateFunction]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:26:2: performance: Variable 'm_bInitialized' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:43:15: warning: Virtual function 'Shutdown' is called from destructor '~LinkFrameInputStream()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.cpp:47:5: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:43:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkUnpackedS2DParser.h:13:2: style: Class 'LinkUnpackedS2DParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink16zParser.h:12:0: style: Class 'xn :: Link16zParser < false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLink16zParser.h:12:0: style: Class 'xn :: Link16zParser < true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:31:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:21:22: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:31:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:40:15: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:28:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:40:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:42:17: style: The function 'IsInitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:26:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:42:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:43:15: style: The function 'Shutdown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:27:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:43:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:44:19: style: The function 'HandlePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:37:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:44:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:46:15: style: The function 'SetDumpName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:39:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:46:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:47:18: style: The function 'SetDumpOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:40:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:47:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:49:28: style: The function 'GetStreamFragLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:49:31: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:49:28: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:54:17: style: The function 'IsOutputFormatSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:43:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:54:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:72:19: style: The function 'StartImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:55:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:72:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:73:19: style: The function 'StopImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:56:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:73:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:75:25: style: The function 'CreateLinkMsgParser' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:58:25: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkFrameInputStream.h:75:25: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkPacked10BitParser.h:15:19: style: The function 'ParsePacketImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkPacked10BitParser.h:15:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkUnpackedS2DParser.h:16:19: style: The function 'ParsePacketImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkUnpackedS2DParser.h:16:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkYuv422ToRgb888Parser.h:16:19: style: The function 'ParsePacketImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkYuv422ToRgb888Parser.h:16:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.cpp:138:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.cpp:136:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.cpp:138:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.cpp:18:2: performance: Variable 'm_bInitialized' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.cpp:19:2: performance: Variable 'm_nConnected' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.cpp:21:2: performance: Variable 'm_nEndpointID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.cpp:24:5: performance: Variable 'm_hCriticalSection' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:35:11: style: The function 'Connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:12:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:35:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:36:7: style: The function 'Disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:13:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:36:7: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:37:9: style: The function 'IsConnected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:14:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:37:9: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:38:11: style: The function 'GetMaxPacketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnection.h:15:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:38:11: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:41:19: style: The function 'IncomingData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IAsyncInputConnection.h:14:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:41:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:42:15: style: The function 'HandleDisconnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IAsyncInputConnection.h:15:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputDataEndpoint.h:42:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.cpp:10:18: warning: Member variable 'LinkInputStream::m_streamingRefcount' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:28:18: warning: Virtual function 'Reset' is called from constructor 'LinkInputStream()' at line 12. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.cpp:12:5: note: Calling Reset
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:28:18: note: Reset is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:27:18: warning: Virtual function 'Shutdown' is called from destructor '~LinkInputStream()' at line 17. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.cpp:17:5: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStream.h:27:18: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStreamsMgr.h:24:11: performance: Technically the member function 'xn::LinkInputStreamsMgr::Init' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStreamsMgr.cpp:35:31: note: Technically the member function 'xn::LinkInputStreamsMgr::Init' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkInputStreamsMgr.h:24:11: note: Technically the member function 'xn::LinkInputStreamsMgr::Init' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgEncoder.cpp:30:62: style: Function 'Init' argument 2 names different: declaration 'nPacketSize' definition 'nMaxPacketSize'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgEncoder.h:19:55: note: Function 'Init' argument 2 names different: declaration 'nPacketSize' definition 'nMaxPacketSize'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgEncoder.cpp:30:62: note: Function 'Init' argument 2 names different: declaration 'nPacketSize' definition 'nMaxPacketSize'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgEncoder.cpp:11:2: performance: Variable 'm_nMaxMsgSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgEncoder.cpp:12:2: performance: Variable 'm_nMaxPacketSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgEncoder.cpp:13:2: performance: Variable 'm_nMaxNumPackets' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgEncoder.cpp:14:2: performance: Variable 'm_nBufferSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgEncoder.cpp:16:2: performance: Variable 'm_nEncodedSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgEncoder.h:20:15: warning: Virtual function 'Shutdown' is called from destructor '~LinkMsgEncoder()' at line 27. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgEncoder.cpp:27:2: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgEncoder.h:20:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.cpp:46:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:16:15: warning: Virtual function 'Shutdown' is called from destructor '~LinkMsgParser()' at line 19. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.cpp:19:2: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:16:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputDataEndpoint.cpp:16:2: performance: Variable 'm_bInitialized' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputDataEndpoint.cpp:17:2: performance: Variable 'm_bConnected' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputDataEndpoint.cpp:18:2: performance: Variable 'm_nEndpointID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.cpp:83:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.cpp:78:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.cpp:83:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.cpp:11:2: performance: Variable 'm_bInitialized' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.cpp:12:2: performance: Variable 'm_nStreamID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.cpp:13:2: performance: Variable 'm_compression' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.cpp:16:2: performance: Variable 'm_nPacketID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.h:18:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ILinkOutputStream.h:19:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.h:18:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.h:25:17: style: The function 'IsInitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ILinkOutputStream.h:26:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.h:25:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.h:26:15: style: The function 'Shutdown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ILinkOutputStream.h:27:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.h:26:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.h:27:32: style: The function 'GetCompression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ILinkOutputStream.h:28:32: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.h:27:32: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.h:29:19: style: The function 'SendData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ILinkOutputStream.h:30:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStream.h:29:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStreamsMgr.h:22:11: performance: Technically the member function 'xn::LinkOutputStreamsMgr::Init' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStreamsMgr.cpp:20:32: note: Technically the member function 'xn::LinkOutputStreamsMgr::Init' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkOutputStreamsMgr.h:22:11: note: Technically the member function 'xn::LinkOutputStreamsMgr::Init' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkPacked10BitParser.cpp:10:2: performance: Variable 'm_nState' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkProtoUtils.cpp:311:71: style: Function 'xnLinkParseIDSet' argument 2 names different: declaration 'pIDSet' definition 'pLinkIDSet'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkProtoUtils.h:83:71: note: Function 'xnLinkParseIDSet' argument 2 names different: declaration 'pIDSet' definition 'pLinkIDSet'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkProtoUtils.cpp:311:71: note: Function 'xnLinkParseIDSet' argument 2 names different: declaration 'pIDSet' definition 'pLinkIDSet'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkProtoUtils.cpp:709:69: style: Function 'xnLinkParseBitSet' argument 2 names different: declaration 'pBitSet' definition 'pLinkBitSet'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkProtoUtils.h:113:69: note: Function 'xnLinkParseBitSet' argument 2 names different: declaration 'pBitSet' definition 'pLinkBitSet'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkProtoUtils.cpp:709:69: note: Function 'xnLinkParseBitSet' argument 2 names different: declaration 'pBitSet' definition 'pLinkBitSet'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkProtoUtils.cpp:944:74: style: Function 'xnLinkParseSupportedI2CDevices' argument 1 names different: declaration 'pSupportedTests' definition 'pDevicesList'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkProtoUtils.h:155:74: note: Function 'xnLinkParseSupportedI2CDevices' argument 1 names different: declaration 'pSupportedTests' definition 'pDevicesList'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkProtoUtils.cpp:944:74: note: Function 'xnLinkParseSupportedI2CDevices' argument 1 names different: declaration 'pSupportedTests' definition 'pDevicesList'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkUnpackedDataReductionParser.h:19:19: style: The function 'ParsePacketImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkMsgParser.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkUnpackedDataReductionParser.h:19:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkYuv422ToRgb888Parser.cpp:22:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkYuv422ToRgb888Parser.cpp:19:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkYuv422ToRgb888Parser.cpp:22:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkYuvToRgb.cpp:29:68: style: Function 'Yuv422ToRgb888' argument 2 names different: declaration 'srcBytes' definition 'srcSize'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkYuvToRgb.h:15:62: note: Function 'Yuv422ToRgb888' argument 2 names different: declaration 'srcBytes' definition 'srcSize'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnLinkYuvToRgb.cpp:29:68: note: Function 'Yuv422ToRgb888' argument 2 names different: declaration 'srcBytes' definition 'srcSize'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnServerSocketInConnection.cpp:25:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnServerSocketInConnection.cpp:21:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnServerSocketInConnection.cpp:25:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnServerSocketInConnection.h:17:19: style: The function 'ConnectSocket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:31:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnServerSocketInConnection.h:17:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:224:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:223:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:224:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:238:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:234:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:238:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:267:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:264:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:267:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:334:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:329:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:334:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:426:2: style: Variable 'pColon' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:422:0: note: Variable 'pColon' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:426:2: note: Variable 'pColon' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:455:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:453:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:455:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:134:76: style: Function 'GetControlConnection' argument 1 names different: declaration 'pConnection' definition 'pConn'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:27:60: note: Function 'GetControlConnection' argument 1 names different: declaration 'pConnection' definition 'pConn'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:134:76: note: Function 'GetControlConnection' argument 1 names different: declaration 'pConnection' definition 'pConn'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:153:96: style: Function 'CreateOutputDataConnection' argument 2 names different: declaration 'pConnection' definition 'pConn'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:30:80: note: Function 'CreateOutputDataConnection' argument 2 names different: declaration 'pConnection' definition 'pConn'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:153:96: note: Function 'CreateOutputDataConnection' argument 2 names different: declaration 'pConnection' definition 'pConn'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:186:99: style: Function 'CreateInputDataConnection' argument 2 names different: declaration 'pConnection' definition 'pConn'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:33:83: note: Function 'CreateInputDataConnection' argument 2 names different: declaration 'pConnection' definition 'pConn'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:186:99: note: Function 'CreateInputDataConnection' argument 2 names different: declaration 'pConnection' definition 'pConn'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:20:15: warning: Virtual function 'Shutdown' is called from destructor '~SocketConnectionFactory()' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.cpp:40:2: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:20:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:17:2: style: Class 'SocketConnectionFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.h:33:19: style: The function 'Receive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ISyncIOConnection.h:25:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.h:33:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.h:34:19: style: The function 'Send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/ISyncIOConnection.h:33:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.h:34:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.h:20:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.h:22:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.h:20:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.h:24:19: style: The function 'Connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.h:31:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.h:24:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.h:35:19: style: The function 'ConnectSocket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnServerSocketInConnection.h:17:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.h:35:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:19:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:18:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:19:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:20:15: style: The function 'Shutdown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:19:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:20:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:21:17: style: The function 'IsInitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:20:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:21:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:22:19: style: The function 'GetNumInputDataConnections' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:21:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:22:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:23:19: style: The function 'GetNumOutputDataConnections' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:22:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:23:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:27:19: style: The function 'GetControlConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:26:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:27:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:30:19: style: The function 'CreateOutputDataConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:28:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:30:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:33:19: style: The function 'CreateInputDataConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/IConnectionFactory.h:29:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketConnectionFactory.h:33:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:46:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:45:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:46:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:72:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:70:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:72:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:147:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:139:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:147:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:214:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:206:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:214:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:38:11: style: Technically the member function 'xn::SocketInConnection::ReceiveExactly' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:249:30: note: Technically the member function 'xn::SocketInConnection::ReceiveExactly' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:38:11: note: Technically the member function 'xn::SocketInConnection::ReceiveExactly' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:17:15: warning: Virtual function 'Shutdown' is called from destructor '~SocketInConnection()' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.cpp:39:2: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSocketInConnection.h:17:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.cpp:43:23: style: Function 'Init' argument 4 names different: declaration 'nFirstOutputDataPort' definition 'nFirstDataPort'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.h:58:18: note: Function 'Init' argument 4 names different: declaration 'nFirstOutputDataPort' definition 'nFirstDataPort'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.cpp:43:23: note: Function 'Init' argument 4 names different: declaration 'nFirstOutputDataPort' definition 'nFirstDataPort'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.cpp:15:2: performance: Variable 'm_nDataOutSockets' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.cpp:16:2: performance: Variable 'm_nMaxControlPacketSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.cpp:17:2: performance: Variable 'm_nMaxDataOutPacketSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.cpp:18:2: performance: Variable 'm_nMaxDataInPacketSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.h:63:15: warning: Virtual function 'Shutdown' is called from destructor '~SyncServerSocketListener()' at line 36. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.cpp:36:3: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncServerSocketConnection.h:63:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.cpp:133:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.cpp:128:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.cpp:133:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.cpp:43:45: warning: Member variable 'SyncSocketConnection::m_bInitialized' is not assigned a value in 'SyncSocketConnection::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.h:23:15: warning: Virtual function 'Shutdown' is called from destructor '~SyncSocketConnection()' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.cpp:40:2: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/LinkProtoLib/XnSyncSocketConnection.h:23:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.cpp:85:9: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.cpp:90:10: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.cpp:103:1: style: The class 'UsbEndpointTester' does not have a constructor although it has private member variables. [noConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.cpp:19:2: performance: Variable 'm_hInputInterruptCallback' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.cpp:20:2: performance: Variable 'm_bInitialized' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.h:19:15: warning: Virtual function 'Shutdown' is called from destructor '~PS1200Device()' at line 25. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.cpp:25:2: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.h:19:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.h:18:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.h:32:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.h:18:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.h:19:15: style: The function 'Shutdown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.h:33:15: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.h:19:15: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.h:20:17: style: The function 'IsInitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.h:34:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.h:20:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.h:30:22: style: The function 'CreateConnectionFactory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.h:96:30: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PS1200Device.h:30:22: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:627:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:1634:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:354:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:351:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:354:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:872:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:868:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:872:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:1099:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:1095:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:1099:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:306:38: style: Function 'ExecuteCommandsFromStream' argument 1 names different: declaration 'inputStream' definition 'pStream'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:96:38: note: Function 'ExecuteCommandsFromStream' argument 1 names different: declaration 'inputStream' definition 'pStream'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PSLinkConsole/PSLinkConsole.cpp:306:38: note: Function 'ExecuteCommandsFromStream' argument 1 names different: declaration 'inputStream' definition 'pStream'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:42:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:39:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:42:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:240:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:237:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:240:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:263:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:259:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:263:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:282:3: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:281:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:282:3: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:414:5: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:409:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:414:5: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:480:5: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:478:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:480:5: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:523:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:517:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:523:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:254:54: style: Function 'CreateInputStream' argument 1 names different: declaration 'nodeType' definition 'streamType'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.h:72:53: note: Function 'CreateInputStream' argument 1 names different: declaration 'nodeType' definition 'streamType'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:254:54: note: Function 'CreateInputStream' argument 1 names different: declaration 'nodeType' definition 'streamType'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:21:2: performance: Variable 'm_bInitialized' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:22:5: performance: Variable 'm_bConnected' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.h:33:15: warning: Virtual function 'Shutdown' is called from destructor '~PrimeClient()' at line 34. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:34:2: note: Calling Shutdown
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.h:33:15: note: Shutdown is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/PSLink/PrimeClient.cpp:541:3: error: Resource leak: pFile [resourceLeak]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:64:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:79:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:88:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:111:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:32:2: warning: Member variable 'TestStream::m_running' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:351:2: style: Class 'TestDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:166:12: style: The function 'SetVideoMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:55:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:166:12: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:167:12: style: The function 'GetVideoMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:56:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:167:12: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:176:14: style: The function 'GetBytesPerPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:104:14: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:176:14: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:180:14: style: The function 'BuildFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:144:14: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:180:14: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:213:12: style: The function 'SetVideoMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:55:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:213:12: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:214:12: style: The function 'GetVideoMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:56:20: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:214:12: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:223:14: style: The function 'GetBytesPerPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:104:14: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:223:14: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:227:14: style: The function 'BuildFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:144:14: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Drivers/TestDevice/TestDevice.cpp:227:14: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.cpp:477:2: style: Variable 'pStream' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.cpp:474:0: note: Variable 'pStream' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.cpp:477:2: note: Variable 'pStream' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.cpp:493:2: style: Variable 'pStream' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.cpp:490:0: note: Variable 'pStream' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.cpp:493:2: note: Variable 'pStream' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.cpp:344:29: style: Function 'changeRegistration' argument 1 names different: declaration 'nValue' definition 'value'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.h:77:29: note: Function 'changeRegistration' argument 1 names different: declaration 'nValue' definition 'value'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.cpp:344:29: note: Function 'changeRegistration' argument 1 names different: declaration 'nValue' definition 'value'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.cpp:887:74: style: Function 'convertDepthPointToColor' argument 3 names different: declaration 'DepthZ' definition 'depthZ'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.h:143:74: note: Function 'convertDepthPointToColor' argument 3 names different: declaration 'DepthZ' definition 'depthZ'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Device.cpp:887:74: note: Function 'convertDepthPointToColor' argument 3 names different: declaration 'DepthZ' definition 'depthZ'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Draw.cpp:1348:14: style: Variable 'nYLocation' is assigned a value that is never used. [unreadVariable]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Keyboard.cpp:131:30: style: Function 'handleKey' argument 1 names different: declaration 'key' definition 'k'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Keyboard.h:51:30: note: Function 'handleKey' argument 1 names different: declaration 'key' definition 'k'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/Source/Tools/NiViewer/Keyboard.cpp:131:30: note: Function 'handleKey' argument 1 names different: declaration 'key' definition 'k'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/LibJPEG/jconfig.h:11:0: error: #error "LibJPEG: Unsupported Platform!" [preprocessorErrorDirective]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:7414:36: style: Condition '!AlwaysTrue()' is always false [knownConditionTrueFalse]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:7665:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:7645:0: note: Variable 'result' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:7665:3: note: Variable 'result' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:2281:49: style: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17356:60: note: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:2281:49: note: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:3039:50: style: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:3184:61: note: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:3039:50: note: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:3494:32: style: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17718:24: note: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:3494:32: note: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:3495:32: style: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17718:52: note: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:3495:32: note: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:3695:32: style: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17779:24: note: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:3695:32: note: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4278:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4213:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4278:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4279:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4215:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4279:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4280:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4217:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4280:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4281:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4218:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4281:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4282:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4219:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4282:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4283:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4222:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4283:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4284:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4216:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4284:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4285:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4223:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4285:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4286:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4220:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4286:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4287:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4221:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4287:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4288:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4225:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:4288:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:5607:30: style: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:650:41: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:5607:30: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:5608:30: style: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:651:41: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:5608:30: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:5652:37: style: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:657:48: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:5652:37: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:8509:46: style: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:2830:46: note: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:8509:46: note: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:8519:49: style: Function 'Int32FromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:2831:60: note: Function 'Int32FromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:8519:49: note: Function 'Int32FromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:8541:62: style: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:2832:62: note: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:8541:62: note: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:7170:33: style: Function 'MatcherCast' argument 1 names different: declaration 'm' definition 'matcher'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5004:26: note: Function 'MatcherCast' argument 1 names different: declaration 'm' definition 'matcher'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:7170:33: note: Function 'MatcherCast' argument 1 names different: declaration 'm' definition 'matcher'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:9645:46: style: Function 'ExpectationBase' argument 1 names different: declaration 'file' definition 'a_file'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8284:31: note: Function 'ExpectationBase' argument 1 names different: declaration 'file' definition 'a_file'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:9645:46: note: Function 'ExpectationBase' argument 1 names different: declaration 'file' definition 'a_file'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:9646:38: style: Function 'ExpectationBase' argument 2 names different: declaration 'line' definition 'a_line'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8284:41: note: Function 'ExpectationBase' argument 2 names different: declaration 'line' definition 'a_line'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:9646:38: note: Function 'ExpectationBase' argument 2 names different: declaration 'line' definition 'a_line'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:9647:48: style: Function 'ExpectationBase' argument 3 names different: declaration 'source_text' definition 'a_source_text'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8284:61: note: Function 'ExpectationBase' argument 3 names different: declaration 'source_text' definition 'a_source_text'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:9647:48: note: Function 'ExpectationBase' argument 3 names different: declaration 'source_text' definition 'a_source_text'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:9666:61: style: Function 'SpecifyCardinality' argument 1 names different: declaration 'cardinality' definition 'a_cardinality'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8343:46: note: Function 'SpecifyCardinality' argument 1 names different: declaration 'cardinality' definition 'a_cardinality'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:9666:61: note: Function 'SpecifyCardinality' argument 1 names different: declaration 'cardinality' definition 'a_cardinality'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:7570:0: warning: Found function call inside sizeof(). [sizeofFunctionCall]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:752:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:755:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:757:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:760:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:785:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:788:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:792:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:795:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:828:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:831:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:833:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:836:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:866:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:869:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:872:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:875:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:907:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:911:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:914:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:917:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:952:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:956:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:959:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:962:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:999:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1003:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1006:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1009:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1049:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1053:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1056:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1059:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1164:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1167:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:9043:1: style: The class 'linked_ptr_internal' does not have a constructor although it has private member variables. [noConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10259:5: warning: Member variable 'Iterator::value_' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:551:3: warning: Member variable 'GTestFlagSaver::pretty_' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:3133:3: style: 'String::operator=' should return 'String &'. [operatorEq]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17949:42: style: Unused private function: 'Environment::Setup' [unusedPrivateFunction]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:555:5: performance: Variable 'color_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:556:5: performance: Variable 'death_test_style_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:558:5: performance: Variable 'filter_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:559:5: performance: Variable 'internal_run_death_test_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:561:5: performance: Variable 'output_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:563:5: performance: Variable 'random_seed_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:564:5: performance: Variable 'repeat_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:566:5: performance: Variable 'stack_trace_depth_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:567:5: performance: Variable 'stream_result_to_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:2464:8: performance: Technically the member function 'testing::internal::Mutex::AssertHeld' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:9075:8: style: Technically the member function 'testing::internal::linked_ptr_internal::depart' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18703:20: performance: Technically the member function 'testing::WithParamInterface::GetParam' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:1007:10: performance: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:2063:22: note: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:1007:10: note: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:1108:7: style: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:5681:19: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:1108:7: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:1111:8: style: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:5735:20: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:1111:8: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4351:1: performance: Technically the member function 'testing::InvokeArgumentAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4358:1: performance: Technically the member function 'testing::InvokeArgumentActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4365:1: performance: Technically the member function 'testing::InvokeArgumentActionP2::GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4372:1: performance: Technically the member function 'testing::InvokeArgumentActionP3::GMOCK_INTERNAL_INIT_AND_3_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4379:1: performance: Technically the member function 'testing::InvokeArgumentActionP4::GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4386:1: performance: Technically the member function 'testing::InvokeArgumentActionP5::GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4393:1: performance: Technically the member function 'testing::InvokeArgumentActionP6::GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4400:1: performance: Technically the member function 'testing::InvokeArgumentActionP7::GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4407:1: performance: Technically the member function 'testing::InvokeArgumentActionP8::GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4414:1: performance: Technically the member function 'testing::InvokeArgumentActionP9::GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4421:1: performance: Technically the member function 'testing::InvokeArgumentActionP10::GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4433:1: performance: Technically the member function 'testing::ReturnNewAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4439:1: performance: Technically the member function 'testing::ReturnNewActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4445:1: performance: Technically the member function 'testing::ReturnNewActionP2::GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4451:1: performance: Technically the member function 'testing::ReturnNewActionP3::GMOCK_INTERNAL_INIT_AND_3_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4457:1: performance: Technically the member function 'testing::ReturnNewActionP4::GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4463:1: performance: Technically the member function 'testing::ReturnNewActionP5::GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4469:1: performance: Technically the member function 'testing::ReturnNewActionP6::GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4475:1: performance: Technically the member function 'testing::ReturnNewActionP7::GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4481:1: performance: Technically the member function 'testing::ReturnNewActionP8::GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4487:1: performance: Technically the member function 'testing::ReturnNewActionP9::GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4493:1: performance: Technically the member function 'testing::ReturnNewActionP10::GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5364:8: performance: Technically the member function 'testing::internal::IsNullMatcher::MatchAndExplain' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5369:8: performance: Technically the member function 'testing::internal::IsNullMatcher::DescribeTo' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5370:8: performance: Technically the member function 'testing::internal::IsNullMatcher::DescribeNegationTo' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5380:8: performance: Technically the member function 'testing::internal::NotNullMatcher::MatchAndExplain' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5385:8: performance: Technically the member function 'testing::internal::NotNullMatcher::DescribeTo' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5386:8: performance: Technically the member function 'testing::internal::NotNullMatcher::DescribeNegationTo' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5757:1: performance: Technically the member function 'testing::internal::Eq2Matcher::Matcher' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5758:1: performance: Technically the member function 'testing::internal::Ge2Matcher::Matcher' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5760:1: performance: Technically the member function 'testing::internal::Gt2Matcher::Matcher' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5762:1: performance: Technically the member function 'testing::internal::Le2Matcher::Matcher' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5764:1: performance: Technically the member function 'testing::internal::Lt2Matcher::Matcher' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:5766:1: performance: Technically the member function 'testing::internal::Ne2Matcher::Matcher' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:6018:8: performance: Technically the member function 'testing::internal::TrulyMatcher::DescribeTo' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:6022:8: performance: Technically the member function 'testing::internal::TrulyMatcher::DescribeNegationTo' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8360:8: style: Technically the member function 'testing::internal::ExpectationBase::RetireAllPreRequisites' can be const. [functionConst]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:9672:23: note: Technically the member function 'testing::internal::ExpectationBase::RetireAllPreRequisites' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8360:8: note: Technically the member function 'testing::internal::ExpectationBase::RetireAllPreRequisites' can be const.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:12434:1: performance: Technically the member function 'testing::ReturnArgAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:12442:1: performance: Technically the member function 'testing::SaveArgActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:12450:1: performance: Technically the member function 'testing::SaveArgPointeeActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:12458:1: performance: Technically the member function 'testing::SetArgRefereeActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:12475:1: performance: Technically the member function 'testing::SetArrayArgumentActionP2::GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:12492:1: performance: Technically the member function 'testing::DeleteArgAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9072:16: warning: Virtual function 'ClearDefaultActionsLocked' is called from destructor '~FunctionMockerBase()' at line 9005. Dynamic binding is not used. [virtualCallInConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9005:5: note: Calling ClearDefaultActionsLocked
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9072:16: note: ClearDefaultActionsLocked is a virtual method
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:790:3: style: Class 'tuple' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1878:3: style: Class 'RE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:1886:3: style: Class 'RE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:3045:3: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:3076:3: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:7420:3: style: Struct 'ConstCharPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:8293:3: style: Class 'CapturedStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:283:3: style: Class 'IgnoredValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8094:3: style: Class 'Expectation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8168:3: style: Class 'ExpectationSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8175:3: style: Class 'ExpectationSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:12499:1: style: Class 'ReturnPointeeActionP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:4876:0: style: Class 'testing :: Matcher < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:9100:0: style: Class 'testing :: internal :: linked_ptr < const RE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:9100:0: style: Class 'testing :: internal :: linked_ptr < internal :: ExpectationBase >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:9100:0: style: Class 'testing :: internal :: linked_ptr < testing :: ActionInterface < F > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:9100:0: style: Class 'testing :: internal :: linked_ptr < const testing :: internal :: ParamGeneratorInterface < bool > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10219:3: warning: The class 'Iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:1146:0: warning: The class 'testing :: Action < F >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:7209:17: style: The function 'CreateTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:7195:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:7209:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10292:17: style: The function 'CreateTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:7195:17: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10292:17: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10331:28: style: The function 'CreateTestFactory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10312:28: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10331:28: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10391:25: style: The function 'GetTestCaseName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10354:25: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10391:25: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10393:18: style: The function 'GetTestCaseTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10356:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10393:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10421:16: style: The function 'RegisterTests' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10361:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:10421:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18009:16: style: The function 'OnTestProgramStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17959:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18009:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18010:16: style: The function 'OnTestIterationStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17964:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18010:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18012:16: style: The function 'OnEnvironmentsSetUpStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17968:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18012:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18013:16: style: The function 'OnEnvironmentsSetUpEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17971:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18013:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18014:16: style: The function 'OnTestCaseStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17974:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18014:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18015:16: style: The function 'OnTestStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17977:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18015:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18016:16: style: The function 'OnTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17980:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18016:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18017:16: style: The function 'OnTestEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17983:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18017:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18018:16: style: The function 'OnTestCaseEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17986:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18018:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18019:16: style: The function 'OnEnvironmentsTearDownStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17989:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18019:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18020:16: style: The function 'OnEnvironmentsTearDownEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17992:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18020:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18021:16: style: The function 'OnTestIterationEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17995:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18021:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18023:16: style: The function 'OnTestProgramEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:17999:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:18023:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:151:16: style: The function 'ReportTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gtest/gtest.h:16804:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:151:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:833:18: style: The function 'CurrentStackTrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:818:18: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:833:18: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:834:16: style: The function 'UponLeavingGTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:823:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:834:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8653:16: style: The function 'MaybeDescribeExtraMatcherTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8307:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8653:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8667:23: style: The function 'GetHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8329:23: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8667:23: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8924:16: style: The function 'PrintAsActionResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8904:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8924:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8963:16: style: The function 'PrintAsActionResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8904:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:8963:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9047:42: style: The function 'UntypedPerformDefaultAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:7750:42: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9047:42: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9059:42: style: The function 'UntypedPerformAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:7757:42: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9059:42: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9072:16: style: The function 'ClearDefaultActionsLocked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:7739:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9072:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9160:16: style: The function 'UntypedDescribeUninterestingCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:7765:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9160:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9187:34: style: The function 'UntypedFindMatchingExpectation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:7775:34: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9187:34: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9212:16: style: The function 'UntypedPrintArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:7781:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:9212:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:9386:16: style: The function 'ReportFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock/gmock.h:721:16: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/Testing/gmock-gtest-all.cc:9386:16: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:45:12: warning: Possible null pointer dereference: pEvent [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:42:25: note: Assignment 'pEvent=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:45:12: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:76:12: warning: Possible null pointer dereference: pEvent [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:68:30: note: Assignment 'pEvent=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:76:12: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:133:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:142:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:156:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:45:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:35:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:45:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:76:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:60:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:76:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:119:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:110:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.cpp:119:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxPosixEvents.h:26:2: style: Class 'XnLinuxPosixEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:59:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:43:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:59:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxPosixEvents.h:28:19: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:43:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxPosixEvents.h:28:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxPosixEvents.h:29:19: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:44:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxPosixEvents.h:29:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxPosixEvents.h:30:19: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:45:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxPosixEvents.h:30:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxPosixEvents.h:31:19: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:46:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxPosixEvents.h:31:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxPosixEvents.h:32:19: style: The function 'Wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:47:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxPosixEvents.h:32:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:41:19: style: The function 'CreateNamed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:72:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:41:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:42:19: style: The function 'OpenNamed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:73:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:42:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:43:19: style: The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:44:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:43:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:44:19: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:45:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:44:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:45:19: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:46:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:45:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:46:19: style: The function 'Wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxEvents.h:47:19: note: Virtual function in base class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:46:19: note: Function in derived class
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxFiles.cpp:553:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxFiles.cpp:549:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxFiles.cpp:553:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxFiles.cpp:572:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxFiles.cpp:568:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxFiles.cpp:572:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxINI.cpp:63:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxINI.cpp:59:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxINI.cpp:63:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMemory.cpp:70:2: style: Variable 'pMemBlock' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMemory.cpp:66:0: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMemory.cpp:70:2: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMutex.cpp:193:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMutex.cpp:184:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMutex.cpp:193:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMutex.cpp:223:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMutex.cpp:214:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMutex.cpp:223:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMutex.cpp:139:25: style: union member 'semun::buf' is never used. [unusedStructMember]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMutex.cpp:140:25: style: union member 'semun::array' is never used. [unusedStructMember]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxMutex.cpp:141:25: style: union member 'semun::__buf' is never used. [unusedStructMember]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxNetwork.cpp:87:2: style: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxNetwork.cpp:79:0: note: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxNetwork.cpp:87:2: note: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxProcesses.cpp:128:11: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSharedMemory.cpp:110:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSharedMemory.cpp:97:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSharedMemory.cpp:110:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxStrings.cpp:123:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxStrings.cpp:103:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxStrings.cpp:123:11: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxStrings.cpp:124:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxStrings.cpp:103:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxStrings.cpp:124:11: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxStrings.cpp:127:25: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxStrings.cpp:103:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxStrings.cpp:127:25: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.cpp:211:47: style: Function 'Wait' argument 1 names different: declaration 'nTimeout' definition 'nMilliseconds'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.h:46:33: note: Function 'Wait' argument 1 names different: declaration 'nTimeout' definition 'nMilliseconds'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.cpp:211:47: note: Function 'Wait' argument 1 names different: declaration 'nTimeout' definition 'nMilliseconds'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.cpp:45:33: style: union member 'semun::buf' is never used. [unusedStructMember]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.cpp:46:33: style: union member 'semun::array' is never used. [unusedStructMember]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.cpp:47:33: style: union member 'semun::__buf' is never used. [unusedStructMember]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.cpp:55:24: warning: Member variable 'XnLinuxSysVNamedEvent::m_hSem' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxSysVNamedEvents.cpp:55:24: warning: Member variable 'XnLinuxSysVNamedEvent::m_hSemFile' is not initialized in the constructor. [uninitMemberVar]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxTime.cpp:58:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxTime.cpp:55:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxTime.cpp:58:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxTime.cpp:79:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxTime.cpp:71:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxTime.cpp:79:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxUSB.cpp:673:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxUSB.cpp:1707:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxUSB.cpp:1695:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxUSB.cpp:1707:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxUSBDevice.cpp:569:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Linux/XnLinuxUSBDevice.cpp:688:25: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Files.cpp:52:5: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Files.cpp:52:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Files.cpp:169:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Files.cpp:163:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Files.cpp:169:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Memory.cpp:53:2: style: Variable 'pMemBlock' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Memory.cpp:49:0: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Memory.cpp:53:2: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Strings.cpp:124:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Strings.cpp:104:26: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Strings.cpp:124:11: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Strings.cpp:125:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Strings.cpp:104:26: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Strings.cpp:125:11: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Strings.cpp:128:25: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Strings.cpp:104:26: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Strings.cpp:128:25: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Time.cpp:52:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Time.cpp:49:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Time.cpp:52:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Time.cpp:74:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Time.cpp:65:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3Time.cpp:74:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3USB.cpp:51:2: style: Variable 'USBDevDesc' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3USB.cpp:48:0: note: Variable 'USBDevDesc' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/PS3/XnPS3USB.cpp:51:2: note: Variable 'USBDevDesc' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:194:2: style: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:183:0: note: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:194:2: note: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:245:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:236:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:245:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:269:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:265:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:269:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:286:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:282:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:286:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:366:2: style: Variable 'pInterfaceGuid' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:356:0: note: Variable 'pInterfaceGuid' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:366:2: note: Variable 'pInterfaceGuid' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:442:4: style: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:432:0: note: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:442:4: note: Variable 'pDevInterfaceDetailData' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:689:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:680:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:689:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:1616:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:1603:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnUSBWin32.cpp:1616:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Debug.cpp:148:0: error: #error "Platform not supported!" [preprocessorErrorDirective]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:90:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:85:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:90:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:117:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:108:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:117:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:142:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:136:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:142:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:164:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:158:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Events.cpp:164:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:48:2: style: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:37:0: note: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:48:2: note: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:90:2: style: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:78:0: note: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:90:2: note: Variable 'hFind' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:227:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:218:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:227:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:261:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:251:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:261:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:287:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:276:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:287:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:483:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:478:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:483:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:555:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:547:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:555:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:589:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:581:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:589:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:612:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:607:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:612:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:644:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:637:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Files.cpp:644:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:171:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:157:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:171:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:203:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:187:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:203:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:235:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:219:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:235:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:267:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:251:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32INI.cpp:267:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Memory.cpp:48:2: style: Variable 'pMemBlock' is reassigned a value before the old one has been used. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Memory.cpp:44:0: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Memory.cpp:48:2: note: Variable 'pMemBlock' is reassigned a value before the old one has been used.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Mutex.cpp:97:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Mutex.cpp:86:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Mutex.cpp:97:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Mutex.cpp:155:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Mutex.cpp:149:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Mutex.cpp:155:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Network.cpp:105:2: style: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Network.cpp:97:0: note: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Network.cpp:105:2: note: Variable 'Socket' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32SharedMemory.cpp:97:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32SharedMemory.cpp:91:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32SharedMemory.cpp:97:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32SharedMemory.cpp:167:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32SharedMemory.cpp:161:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32SharedMemory.cpp:167:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Strings.cpp:116:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Strings.cpp:96:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Strings.cpp:116:11: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Strings.cpp:117:11: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Strings.cpp:96:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Strings.cpp:117:11: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Strings.cpp:120:25: warning: Possible null pointer dereference: cpTempBuffer [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Strings.cpp:96:25: note: Assignment 'cpTempBuffer=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Strings.cpp:120:25: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Threads.cpp:51:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Threads.cpp:41:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Threads.cpp:51:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Threads.cpp:80:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Threads.cpp:71:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Threads.cpp:80:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:47:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:44:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:47:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:68:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:60:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:68:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:93:2: style: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:87:0: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:93:2: note: Variable 'bRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:110:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:108:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/Win32/XnWin32Time.cpp:110:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnDump.cpp:306:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnDump.cpp:302:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnDump.cpp:306:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnFiles.cpp:66:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnFiles.cpp:60:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnFiles.cpp:66:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnFiles.cpp:93:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnFiles.cpp:87:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnFiles.cpp:93:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:363:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:361:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:363:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:384:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:381:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:384:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:405:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:396:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:405:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:589:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:585:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnLog.cpp:589:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnOS.cpp:36:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnOS.cpp:32:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnOS.cpp:36:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnProfiling.cpp:167:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnProfiling.cpp:162:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnProfiling.cpp:167:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnProfiling.cpp:74:6: style: The scope of the variable 'nReportChars' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:157:6: warning: Possible null pointer dereference: pScheduler [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:209:28: note: Assignment 'pScheduler=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:214:2: note: Calling function 'FreeScheduler', 1st argument 'pScheduler' value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:157:6: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:172:6: warning: Possible null pointer dereference: pScheduler [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:209:28: note: Assignment 'pScheduler=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:214:2: note: Calling function 'FreeScheduler', 1st argument 'pScheduler' value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:172:6: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:177:6: warning: Possible null pointer dereference: pScheduler [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:209:28: note: Assignment 'pScheduler=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:214:2: note: Calling function 'FreeScheduler', 1st argument 'pScheduler' value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:177:6: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:182:9: warning: Possible null pointer dereference: pScheduler [nullPointer]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:209:28: note: Assignment 'pScheduler=NULL', assigned value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:214:2: note: Calling function 'FreeScheduler', 1st argument 'pScheduler' value is 0
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:182:9: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:310:3: warning: Either the condition 'pBefore!=NULL' is redundant or there is possible null pointer dereference: pBefore. [nullPointerRedundantCheck]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:307:18: note: Assuming that condition 'pBefore!=NULL' is not redundant
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:310:3: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:92:28: style: C-style pointer casting [cstyleCast]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:213:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:202:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:213:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:263:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:242:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:263:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:325:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:316:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:325:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:356:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:350:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnScheduler.cpp:356:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnStrings.cpp:40:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnStrings.cpp:35:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnStrings.cpp:40:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnThreads.cpp:31:2: style: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnThreads.cpp:26:0: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/Source/XnThreads.cpp:31:2: note: Variable 'nRetVal' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/core.c:45:0: error: #error "Unsupported OS" [preprocessorErrorDirective]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/descriptor.c:160:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/descriptor.c:161:6: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/descriptor.c:201:3: error: Common realloc mistake: 'altsetting' nulled but not freed upon failure [memleakOnRealloc]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/io.c:2429:24: style: The scope of the variable 'to_cancel' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/darwin_usb.h:69:0: error: #error "IOUSBFamily is too old. Please upgrade your OS" [preprocessorErrorDirective]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/linux_usbfs.c:231:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/linux_usbfs.c:861:10: style: The scope of the variable 'speed' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/linux_usbfs.c:1634:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/openbsd_usb.c:280:10: style: The scope of the variable 'err' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/openbsd_usb.c:490:17: style: The scope of the variable 'pollfd' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/openbsd_usb.c:664:8: style: The scope of the variable 's' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/openbsd_usb.c:664:11: style: The scope of the variable 'devnode' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/openbsd_usb.c:665:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/poll_windows.c:603:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/poll_windows.c:605:5: note: Found duplicate branches for 'if' and 'else'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/poll_windows.c:603:3: note: Found duplicate branches for 'if' and 'else'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/poll_windows.c:124:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/poll_windows.c:209:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:848:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:848:6: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:191:2: warning: Either the condition 'path==NULL' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:191:2: note: Assuming that condition 'path==NULL' is not redundant
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:191:2: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:507:30: warning: Either the condition 'str==NULL' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:507:35: note: Assuming that condition 'str==NULL' is not redundant
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:507:30: note: Null pointer dereference
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:138:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:139:23: style: The scope of the variable 'format_error' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:432:22: style: The scope of the variable 'hval2' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:668:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:971:11: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:1513:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:1985:6: style: The scope of the variable 'timer_index' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:2377:10: style: The scope of the variable 'endpoint_address' can be reduced. [variableScope]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:246:13: style: Checking if unsigned variable '_index' is less than zero. [unsignedLessThanZero]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:286:13: style: Checking if unsigned variable '_index' is less than zero. [unsignedLessThanZero]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/os/windows_usb.c:1408:7: error: Common realloc mistake: 'unref_list' nulled but not freed upon failure [memleakOnRealloc]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/sync.c:73:10: style: Function 'libusb_control_transfer' argument 2 names different: declaration 'request_type' definition 'bmRequestType'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/libusb.h:1316:10: note: Function 'libusb_control_transfer' argument 2 names different: declaration 'request_type' definition 'bmRequestType'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/sync.c:73:10: note: Function 'libusb_control_transfer' argument 2 names different: declaration 'request_type' definition 'bmRequestType'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/sync.c:259:64: style: Function 'libusb_bulk_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/libusb.h:1321:7: note: Function 'libusb_bulk_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/sync.c:259:64: note: Function 'libusb_bulk_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/sync.c:309:40: style: Function 'libusb_interrupt_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'. [funcArgNamesDifferent]
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/libusb.h:1325:7: note: Function 'libusb_interrupt_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'.
OpenNI2-7bef8f639e4d64a85a794e85fe3049dbb2acd32e/ThirdParty/PSCommon/XnLib/ThirdParty/libusb-1.0.9-Android/libusb/sync.c:309:40: note: Function 'libusb_interrupt_transfer' argument 5 names different: declaration 'actual_length' definition 'transferred'.
[13:07]

ftp://ftp.se.debian.org/debian/pool/main/o/openntpd/openntpd_6.2p3.orig.tar.gz
openntpd-6.2p3/compat/adjfreq_freebsd.c:34:10: style: The scope of the variable 'newfreq' can be reduced. [variableScope]
openntpd-6.2p3/compat/adjfreq_linux.c:34:10: style: The scope of the variable 'newfreq' can be reduced. [variableScope]
openntpd-6.2p3/compat/adjfreq_netbsd.c:35:10: style: The scope of the variable 'newfreq' can be reduced. [variableScope]
openntpd-6.2p3/compat/adjfreq_solaris.c:34:10: style: The scope of the variable 'newfreq' can be reduced. [variableScope]
openntpd-6.2p3/compat/arc4random.h:25:0: error: #error "No arc4random hooks defined for this platform." [preprocessorErrorDirective]
openntpd-6.2p3/compat/arc4random_uniform.c:41:21: style: Opposite expression on both sides of '%'. [oppositeExpression]
openntpd-6.2p3/compat/arc4random_uniform.c:41:21: note: Opposite expression on both sides of '%'.
openntpd-6.2p3/compat/arc4random_uniform.c:41:21: note: Opposite expression on both sides of '%'.
openntpd-6.2p3/compat/getentropy_solaris.c:303:4: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openntpd-6.2p3/compat/getifaddrs_solaris.c:92:9: style: The scope of the variable 'slen' can be reduced. [variableScope]
openntpd-6.2p3/compat/getifaddrs_solaris.c:122:9: style: The scope of the variable 'slen' can be reduced. [variableScope]
openntpd-6.2p3/compat/imsg.c:128:16: style: The scope of the variable 'left' can be reduced. [variableScope]
openntpd-6.2p3/compat/sha2.c:90:0: error: #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN [preprocessorErrorDirective]
openntpd-6.2p3/src/config.c:118:28: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openntpd-6.2p3/src/constraint.c:440:10: style: The scope of the variable 'signame' can be reduced. [variableScope]
openntpd-6.2p3/src/log.c:122:12: style: The scope of the variable 'ap' can be reduced. [variableScope]
openntpd-6.2p3/src/log.c:169:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
openntpd-6.2p3/src/ntp.c:496:9: warning: Either the condition 'peer==NULL' is redundant or there is possible null pointer dereference: peer. [nullPointerRedundantCheck]
openntpd-6.2p3/src/ntp.c:498:13: note: Assuming that condition 'peer==NULL' is not redundant
openntpd-6.2p3/src/ntp.c:496:9: note: Null pointer dereference
openntpd-6.2p3/src/ntp.c:72:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openntpd-6.2p3/src/ntp.c:72:27: style: The scope of the variable 'idx_peers' can be reduced. [variableScope]
openntpd-6.2p3/src/ntp.c:89:12: style: The scope of the variable 'nextaction' can be reduced. [variableScope]
openntpd-6.2p3/src/ntp_dns.c:56:9: style: The scope of the variable 'nfds' can be reduced. [variableScope]
openntpd-6.2p3/src/ntpd.c:366:21: style: Redundant condition: pid==-1. 'pid!=-1 || (pid==-1 && errno==EINTR)' is equivalent to 'pid!=-1 || errno==EINTR' [redundantCondition]
openntpd-6.2p3/src/ntpd.c:135:13: style: The scope of the variable 'nfds' can be reduced. [variableScope]
openntpd-6.2p3/src/ntpd.c:588:13: style: The scope of the variable 'warnonce' can be reduced. [variableScope]
openntpd-6.2p3/src/ntpd.c:616:13: style: The scope of the variable 'n' can be reduced. [variableScope]
openntpd-6.2p3/src/ntpd.c:789:12: style: The scope of the variable 'clock_offset' can be reduced. [variableScope]
* yacc.c:358  *:851:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
* yacc.c:1646  *:1:18: style: The scope of the variable 'path' can be reduced. [variableScope]
* yacc.c:1906  *:78:10: style: The scope of the variable 'next' can be reduced. [variableScope]
openntpd-6.2p3/src/sensors.c:51:13: style: The scope of the variable 'err' can be reduced. [variableScope]
[13:07]

ftp://ftp.se.debian.org/debian/pool/main/o/openocd/openocd_0.9.0.orig.tar.gz
openocd-0.9.0/contrib/itmdump.c:81:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/contrib/itmdump.c:188:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/contrib/libdcc/dcc_stdio.c:73:0: error: #error unsupported target [preprocessorErrorDirective]
openocd-0.9.0/contrib/loaders/flash/at91sam7x/main.c:81:9: style: The scope of the variable 'cmd' can be reduced. [variableScope]
openocd-0.9.0/contrib/remote_bitbang/remote_bitbang_sysfsgpio.c:298:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:3432:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:16525:23: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:16500:19: note: outer condition: i<argc-2
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:16525:23: note: opposite inner condition: i>=argc-2
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19283:11: warning: snprintf format string requires 2 parameters but 5 are given. [wrongPrintfScanfArgNum]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:7796:41: warning: Possible null pointer dereference: s [nullPointer]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:14712:46: note: Calling function 'Jim_NewStringObjNoAlloc', 2nd argument 's' value is 0
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:7796:41: note: Null pointer dereference
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19995:2: style: Variable 'preg->proglen' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19992:2: note: Variable 'preg->proglen' is reassigned a value before the old one has been used.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19995:2: note: Variable 'preg->proglen' is reassigned a value before the old one has been used.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:8939:18: style: The scope of the variable 'varPtr' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:9378:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:14170:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:14398:18: style: The scope of the variable 'si' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:14398:22: style: The scope of the variable 'sj' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:16202:9: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:16431:23: style: The scope of the variable 'listObjPtr' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:16844:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:16920:18: style: The scope of the variable 'objPtr' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:17226:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:18725:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19975:6: style: The scope of the variable 'longest' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19976:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:20124:6: style: The scope of the variable 'latest' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:20614:6: style: The scope of the variable 'temp' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:20954:6: style: The scope of the variable 'next' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19170:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19324:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19335:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19344:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19351:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19353:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19355:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19363:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19382:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19383:106: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19461:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:6261:79: style: Function 'Jim_InitHashTable' argument 3 names different: declaration 'privdata' definition 'privDataPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:647:46: note: Function 'Jim_InitHashTable' argument 3 names different: declaration 'privdata' definition 'privDataPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:6261:79: note: Function 'Jim_InitHashTable' argument 3 names different: declaration 'privdata' definition 'privDataPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:8909:55: style: Function 'Jim_CreateCommand' argument 2 names different: declaration 'cmdName' definition 'cmdNameStr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:725:21: note: Function 'Jim_CreateCommand' argument 2 names different: declaration 'cmdName' definition 'cmdNameStr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:8909:55: note: Function 'Jim_CreateCommand' argument 2 names different: declaration 'cmdName' definition 'cmdNameStr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:9091:55: style: Function 'Jim_DeleteCommand' argument 2 names different: declaration 'cmdName' definition 'name'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:728:21: note: Function 'Jim_DeleteCommand' argument 2 names different: declaration 'cmdName' definition 'name'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:9091:55: note: Function 'Jim_DeleteCommand' argument 2 names different: declaration 'cmdName' definition 'name'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:9687:57: style: Function 'JimDictSugarSet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:9334:57: note: Function 'JimDictSugarSet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:9687:57: note: Function 'JimDictSugarSet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:9754:62: style: Function 'JimDictSugarGet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:9335:62: note: Function 'JimDictSugarGet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:9754:62: note: Function 'JimDictSugarGet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:11326:71: style: Function 'Jim_ListInsertElements' argument 3 names different: declaration 'listindex' definition 'idx'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:774:31: note: Function 'Jim_ListInsertElements' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:11326:71: note: Function 'Jim_ListInsertElements' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:11351:48: style: Function 'Jim_ListIndex' argument 2 names different: declaration 'listPrt' definition 'listPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:780:60: note: Function 'Jim_ListIndex' argument 2 names different: declaration 'listPrt' definition 'listPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:11351:48: note: Function 'Jim_ListIndex' argument 2 names different: declaration 'listPrt' definition 'listPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:11351:61: style: Function 'Jim_ListIndex' argument 3 names different: declaration 'listindex' definition 'idx'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:781:13: note: Function 'Jim_ListIndex' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:11351:61: note: Function 'Jim_ListIndex' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:11351:91: style: Function 'Jim_ListIndex' argument 5 names different: declaration 'seterr' definition 'flags'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:781:49: note: Function 'Jim_ListIndex' argument 5 names different: declaration 'seterr' definition 'flags'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:11351:91: note: Function 'Jim_ListIndex' argument 5 names different: declaration 'seterr' definition 'flags'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:11363:67: style: Function 'ListSetIndex' argument 3 names different: declaration 'listindex' definition 'idx'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:5677:67: note: Function 'ListSetIndex' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:11363:67: note: Function 'ListSetIndex' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:14756:50: style: Function 'Jim_EvalObjList' argument 2 names different: declaration 'listObj' definition 'listPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:628:61: note: Function 'Jim_EvalObjList' argument 2 names different: declaration 'listObj' definition 'listPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:14756:50: note: Function 'Jim_EvalObjList' argument 2 names different: declaration 'listObj' definition 'listPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:18071:64: style: Function 'Jim_DictKeys' argument 3 names different: declaration 'patternObj' definition 'patternObjPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:806:75: note: Function 'Jim_DictKeys' argument 3 names different: declaration 'patternObj' definition 'patternObjPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:18071:64: note: Function 'Jim_DictKeys' argument 3 names different: declaration 'patternObj' definition 'patternObjPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:18080:49: style: Function 'Jim_DictValues' argument 2 names different: declaration 'dictObjPtr' definition 'objPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:807:60: note: Function 'Jim_DictValues' argument 2 names different: declaration 'dictObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:18080:49: note: Function 'Jim_DictValues' argument 2 names different: declaration 'dictObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19972:40: style: Function 'regcomp' argument 2 names different: declaration 'regex' definition 'exp'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:1013:40: note: Function 'regcomp' argument 2 names different: declaration 'regex' definition 'exp'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19972:40: note: Function 'regcomp' argument 2 names different: declaration 'regex' definition 'exp'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:20809:38: style: Function 'reg_range_find' argument 1 names different: declaration 'string' definition 'range'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19951:38: note: Function 'reg_range_find' argument 1 names different: declaration 'string' definition 'range'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:20809:38: note: Function 'reg_range_find' argument 1 names different: declaration 'string' definition 'range'.
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:254:13: style: union member 'Anonymous0::intval' is never used. [unusedStructMember]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:341:19: style: struct member 'Anonymous2::ptr1' is never used. [unusedStructMember]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:342:19: style: struct member 'Anonymous2::ptr2' is never used. [unusedStructMember]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:15270:9: error: Resource leak: fp [resourceLeak]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:20217:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:20220:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/jimtcl/autosetup/jimsh0.c:19286:5: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openocd-0.9.0/jimtcl/examples.api/jim_hello.c:42:2: style: Variable 'interp' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/jimtcl/examples.api/jim_hello.c:39:2: note: Variable 'interp' is reassigned a value before the old one has been used.
openocd-0.9.0/jimtcl/examples.api/jim_hello.c:42:2: note: Variable 'interp' is reassigned a value before the old one has been used.
openocd-0.9.0/jimtcl/examples.api/jim_obj.c:60:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/jimtcl/examples.api/jim_obj.c:46:2: note: Variable 'obj' is reassigned a value before the old one has been used.
openocd-0.9.0/jimtcl/examples.api/jim_obj.c:60:2: note: Variable 'obj' is reassigned a value before the old one has been used.
openocd-0.9.0/jimtcl/examples.api/jim_obj.c:63:2: style: Variable 'obj_desc' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/jimtcl/examples.api/jim_obj.c:47:2: note: Variable 'obj_desc' is reassigned a value before the old one has been used.
openocd-0.9.0/jimtcl/examples.api/jim_obj.c:63:2: note: Variable 'obj_desc' is reassigned a value before the old one has been used.
openocd-0.9.0/jimtcl/jim-array.c:160:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim-eventloop.c:464:18: style: The scope of the variable 'id' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim-eventloop.c:616:23: style: The scope of the variable 'idObjPtr' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim-file.c:515:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openocd-0.9.0/jimtcl/jim-format.c:304:31: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openocd-0.9.0/jimtcl/jim-mk.cpp:375:17: style: The scope of the variable 'rep' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim-mk.cpp:630:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim-mk.cpp:1328:17: style: The scope of the variable 'rep' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim-mk.cpp:1329:9: style: The scope of the variable 'reverse' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim-mk.cpp:1330:14: style: The scope of the variable 'propObj' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim-mk.cpp:199:60: style: Function 'JimToMkDescription' argument 2 names different: declaration 'obj' definition 'descrObj'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim-mk.cpp:41:60: note: Function 'JimToMkDescription' argument 2 names different: declaration 'obj' definition 'descrObj'.
openocd-0.9.0/jimtcl/jim-mk.cpp:199:60: note: Function 'JimToMkDescription' argument 2 names different: declaration 'obj' definition 'descrObj'.
openocd-0.9.0/jimtcl/jim-mk.cpp:421:87: style: Function 'JimGetProperty' argument 4 names different: declaration 'what' definition 'name'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim-mk.cpp:50:31: note: Function 'JimGetProperty' argument 4 names different: declaration 'what' definition 'name'.
openocd-0.9.0/jimtcl/jim-mk.cpp:421:87: note: Function 'JimGetProperty' argument 4 names different: declaration 'what' definition 'name'.
openocd-0.9.0/jimtcl/jim-mk.cpp:724:9: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
openocd-0.9.0/jimtcl/jim-package.c:78:9: style: The scope of the variable 'retCode' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim-readdir.c:73:20: style: The scope of the variable 'entryPtr' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim-signal.c:467:17: style: The scope of the variable 'signame' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim-signal.c:268:23: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/jimtcl/jim-subcmd.c:35:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim-subcmd.c:46:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim-subcmd.c:55:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim-subcmd.c:62:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim-subcmd.c:64:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim-subcmd.c:66:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim-subcmd.c:74:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim-subcmd.c:93:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim-subcmd.c:94:106: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim-subcmd.c:172:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim.c:12333:23: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openocd-0.9.0/jimtcl/jim.c:12308:19: note: outer condition: i<argc-2
openocd-0.9.0/jimtcl/jim.c:12333:23: note: opposite inner condition: i>=argc-2
openocd-0.9.0/jimtcl/jim.c:14184:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/jimtcl/jim.c:14184:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/jimtcl/jim.c:14190:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/jimtcl/jim.c:15442:11: warning: snprintf format string requires 1 parameter but 5 are given. [wrongPrintfScanfArgNum]
openocd-0.9.0/jimtcl/jim.c:2451:43: warning: Possible null pointer dereference: s [nullPointer]
openocd-0.9.0/jimtcl/jim.c:10394:46: note: Calling function 'Jim_NewStringObjNoAlloc', 2nd argument 's' value is 0
openocd-0.9.0/jimtcl/jim.c:2451:43: note: Null pointer dereference
openocd-0.9.0/jimtcl/jim.c:3937:40: style: The scope of the variable 'nameObjPtr' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:3938:18: style: The scope of the variable 'varPtr' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:4415:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:9783:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:10028:18: style: The scope of the variable 'si' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:10028:22: style: The scope of the variable 'sj' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:12003:9: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:12237:23: style: The scope of the variable 'listObjPtr' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:12659:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:13272:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:14502:26: style: The scope of the variable 'fileNameObj' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:14861:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/jim.c:15312:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openocd-0.9.0/jimtcl/jim.c:723:79: style: Function 'Jim_InitHashTable' argument 3 names different: declaration 'privdata' definition 'privDataPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:652:46: note: Function 'Jim_InitHashTable' argument 3 names different: declaration 'privdata' definition 'privDataPtr'.
openocd-0.9.0/jimtcl/jim.c:723:79: note: Function 'Jim_InitHashTable' argument 3 names different: declaration 'privdata' definition 'privDataPtr'.
openocd-0.9.0/jimtcl/jim.c:3908:55: style: Function 'Jim_CreateCommand' argument 2 names different: declaration 'cmdName' definition 'cmdNameStr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:730:21: note: Function 'Jim_CreateCommand' argument 2 names different: declaration 'cmdName' definition 'cmdNameStr'.
openocd-0.9.0/jimtcl/jim.c:3908:55: note: Function 'Jim_CreateCommand' argument 2 names different: declaration 'cmdName' definition 'cmdNameStr'.
openocd-0.9.0/jimtcl/jim.c:3909:0: style: Function 'Jim_CreateCommand' argument 4 names different: declaration 'privData' definition 'argc'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:730:57: note: Function 'Jim_CreateCommand' argument 4 names different: declaration 'privData' definition 'argc'.
openocd-0.9.0/jimtcl/jim.c:3909:0: note: Function 'Jim_CreateCommand' argument 4 names different: declaration 'privData' definition 'argc'.
openocd-0.9.0/jimtcl/jim.c:4092:55: style: Function 'Jim_DeleteCommand' argument 2 names different: declaration 'cmdName' definition 'name'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:733:21: note: Function 'Jim_DeleteCommand' argument 2 names different: declaration 'cmdName' definition 'name'.
openocd-0.9.0/jimtcl/jim.c:4092:55: note: Function 'Jim_DeleteCommand' argument 2 names different: declaration 'cmdName' definition 'name'.
openocd-0.9.0/jimtcl/jim.c:4746:57: style: Function 'JimDictSugarSet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.c:4366:57: note: Function 'JimDictSugarSet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/jim.c:4746:57: note: Function 'JimDictSugarSet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/jim.c:4808:62: style: Function 'JimDictSugarGet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.c:4367:62: note: Function 'JimDictSugarGet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/jim.c:4808:62: note: Function 'JimDictSugarGet' argument 2 names different: declaration 'ObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/jim.c:6742:71: style: Function 'Jim_ListInsertElements' argument 3 names different: declaration 'listindex' definition 'idx'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:778:31: note: Function 'Jim_ListInsertElements' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/jim.c:6742:71: note: Function 'Jim_ListInsertElements' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/jim.c:6767:48: style: Function 'Jim_ListIndex' argument 2 names different: declaration 'listPrt' definition 'listPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:784:60: note: Function 'Jim_ListIndex' argument 2 names different: declaration 'listPrt' definition 'listPtr'.
openocd-0.9.0/jimtcl/jim.c:6767:48: note: Function 'Jim_ListIndex' argument 2 names different: declaration 'listPrt' definition 'listPtr'.
openocd-0.9.0/jimtcl/jim.c:6767:61: style: Function 'Jim_ListIndex' argument 3 names different: declaration 'listindex' definition 'idx'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:785:13: note: Function 'Jim_ListIndex' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/jim.c:6767:61: note: Function 'Jim_ListIndex' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/jim.c:6767:91: style: Function 'Jim_ListIndex' argument 5 names different: declaration 'seterr' definition 'flags'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:785:49: note: Function 'Jim_ListIndex' argument 5 names different: declaration 'seterr' definition 'flags'.
openocd-0.9.0/jimtcl/jim.c:6767:91: note: Function 'Jim_ListIndex' argument 5 names different: declaration 'seterr' definition 'flags'.
openocd-0.9.0/jimtcl/jim.c:6779:67: style: Function 'ListSetIndex' argument 3 names different: declaration 'listindex' definition 'idx'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.c:130:67: note: Function 'ListSetIndex' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/jim.c:6779:67: note: Function 'ListSetIndex' argument 3 names different: declaration 'listindex' definition 'idx'.
openocd-0.9.0/jimtcl/jim.c:10449:50: style: Function 'Jim_EvalObjList' argument 2 names different: declaration 'listObj' definition 'listPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:633:61: note: Function 'Jim_EvalObjList' argument 2 names different: declaration 'listObj' definition 'listPtr'.
openocd-0.9.0/jimtcl/jim.c:10449:50: note: Function 'Jim_EvalObjList' argument 2 names different: declaration 'listObj' definition 'listPtr'.
openocd-0.9.0/jimtcl/jim.c:14146:64: style: Function 'Jim_DictKeys' argument 3 names different: declaration 'patternObj' definition 'patternObjPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:810:75: note: Function 'Jim_DictKeys' argument 3 names different: declaration 'patternObj' definition 'patternObjPtr'.
openocd-0.9.0/jimtcl/jim.c:14146:64: note: Function 'Jim_DictKeys' argument 3 names different: declaration 'patternObj' definition 'patternObjPtr'.
openocd-0.9.0/jimtcl/jim.c:14155:49: style: Function 'Jim_DictValues' argument 2 names different: declaration 'dictObjPtr' definition 'objPtr'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:811:60: note: Function 'Jim_DictValues' argument 2 names different: declaration 'dictObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/jim.c:14155:49: note: Function 'Jim_DictValues' argument 2 names different: declaration 'dictObjPtr' definition 'objPtr'.
openocd-0.9.0/jimtcl/jim.c:15457:54: style: Function 'Jim_AioFilehandle' argument 2 names different: declaration 'command' definition 'fhObj'. [funcArgNamesDifferent]
openocd-0.9.0/jimtcl/jim.h:898:65: note: Function 'Jim_AioFilehandle' argument 2 names different: declaration 'command' definition 'fhObj'.
openocd-0.9.0/jimtcl/jim.c:15457:54: note: Function 'Jim_AioFilehandle' argument 2 names different: declaration 'command' definition 'fhObj'.
openocd-0.9.0/jimtcl/jim.c:11022:9: error: Resource leak: fp [resourceLeak]
openocd-0.9.0/jimtcl/linenoise.c:894:13: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
openocd-0.9.0/jimtcl/sqlite3/jim-sqlite3.c:433:20: style: The scope of the variable 'pPreStmt' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/sqlite3/jim-sqlite3.c:681:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/sqlite3/jim-sqlite3.c:1268:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/sqlite3/jim-sqlite3.c:1316:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/sqlite3/jim-sqlite3.c:1861:10: style: The scope of the variable 'zLineNum' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/sqlite3/jim-sqlite3.c:2692:15: style: The scope of the variable 'pKey' can be reduced. [variableScope]
openocd-0.9.0/jimtcl/sqlite3/jim-sqlite3.c:2722:14: style: Variable 'pKey' is assigned a value that is never used. [unreadVariable]
openocd-0.9.0/jimtcl/sqlite3/jim-sqlite3.c:906:7: error: Common realloc mistake: 'zLine' nulled but not freed upon failure [memleakOnRealloc]
openocd-0.9.0/jimtcl/sqlite3/jim-sqlite3.c:925:3: error: Common realloc mistake: 'zLine' nulled but not freed upon failure [memleakOnRealloc]
openocd-0.9.0/src/flash/mflash.c:135:17: style: The scope of the variable 'mask' can be reduced. [variableScope]
openocd-0.9.0/src/flash/mflash.c:167:17: style: The scope of the variable 'mask' can be reduced. [variableScope]
openocd-0.9.0/src/flash/mflash.c:218:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openocd-0.9.0/src/flash/mflash.c:953:6: style: The scope of the variable 'M' can be reduced. [variableScope]
openocd-0.9.0/src/flash/mflash.c:1268:9: style: The scope of the variable 'fin' can be reduced. [variableScope]
openocd-0.9.0/src/flash/mflash.c:1268:14: style: The scope of the variable 'fout' can be reduced. [variableScope]
openocd-0.9.0/src/flash/mflash.c:1164:2: error: Buffer is accessed out of bounds: pSegIdDrvInfo.reserved7 [bufferAccessOutOfBounds]
openocd-0.9.0/src/flash/nand/core.c:39:3: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
openocd-0.9.0/src/flash/nand/core.c:37:10: note: Assuming that condition 'p' is not redundant
openocd-0.9.0/src/flash/nand/core.c:39:3: note: Null pointer dereference
openocd-0.9.0/src/flash/nand/core.c:234:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/core.c:501:11: style: The scope of the variable 'page' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/core.c:503:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/davinci.c:222:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/ecc.c:73:10: style: The scope of the variable 'idx' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/ecc_kw.c:101:68: style: Function 'nand_calculate_ecc_kw' argument 2 names different: declaration 'dat' definition 'data'. [funcArgNamesDifferent]
openocd-0.9.0/src/flash/nand/core.h:217:21: note: Function 'nand_calculate_ecc_kw' argument 2 names different: declaration 'dat' definition 'data'.
openocd-0.9.0/src/flash/nand/ecc_kw.c:101:68: note: Function 'nand_calculate_ecc_kw' argument 2 names different: declaration 'dat' definition 'data'.
openocd-0.9.0/src/flash/nand/ecc_kw.c:101:83: style: Function 'nand_calculate_ecc_kw' argument 3 names different: declaration 'ecc_code' definition 'ecc'. [funcArgNamesDifferent]
openocd-0.9.0/src/flash/nand/core.h:217:35: note: Function 'nand_calculate_ecc_kw' argument 3 names different: declaration 'ecc_code' definition 'ecc'.
openocd-0.9.0/src/flash/nand/ecc_kw.c:101:83: note: Function 'nand_calculate_ecc_kw' argument 3 names different: declaration 'ecc_code' definition 'ecc'.
openocd-0.9.0/src/flash/nand/lpc3180.c:103:6: style: The scope of the variable 'hclk_pll' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/lpc3180.c:576:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/lpc3180.c:576:14: style: The scope of the variable 'target_mem_base' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/lpc3180.c:577:12: style: The scope of the variable 'ecc_flash_buffer' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/lpc3180.c:965:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/lpc3180.c:965:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/lpc3180.c:965:18: style: The scope of the variable 'target_mem_base' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/lpc3180.c:966:12: style: The scope of the variable 'ecc_hw_buffer' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/lpc3180.c:967:12: style: The scope of the variable 'ecc_flash_buffer' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/lpc3180.c:657:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc3180.c:662:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc3180.c:681:79: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc3180.c:707:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc3180.c:712:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc3180.c:739:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc3180.c:744:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc3180.c:1036:78: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc3180.c:1041:79: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc3180.c:1061:78: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc3180.c:1080:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc3180.c:242:45: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openocd-0.9.0/src/flash/nand/lpc3180.c:242:65: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
openocd-0.9.0/src/flash/nand/lpc32xx.c:138:6: style: The scope of the variable 'hclk_pll' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/lpc32xx.c:797:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc32xx.c:812:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc32xx.c:828:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc32xx.c:888:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/lpc32xx.c:337:10: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openocd-0.9.0/src/flash/nand/lpc32xx.c:337:30: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
openocd-0.9.0/src/flash/nand/mx3.c:287:4: warning: Variable 'in_sram_address' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
openocd-0.9.0/src/flash/nand/mx3.c:285:4: note: Variable 'in_sram_address' is reassigned a value before the old one has been used. 'break;' missing?
openocd-0.9.0/src/flash/nand/mx3.c:287:4: note: Variable 'in_sram_address' is reassigned a value before the old one has been used. 'break;' missing?
openocd-0.9.0/src/flash/nand/mx3.c:517:64: style: Function 'test_iomux_settings' argument 2 names different: declaration 'value' definition 'address'. [funcArgNamesDifferent]
openocd-0.9.0/src/flash/nand/mx3.c:52:64: note: Function 'test_iomux_settings' argument 2 names different: declaration 'value' definition 'address'.
openocd-0.9.0/src/flash/nand/mx3.c:517:64: note: Function 'test_iomux_settings' argument 2 names different: declaration 'value' definition 'address'.
openocd-0.9.0/src/flash/nand/mxc.c:467:18: style: The scope of the variable 'swap2' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/mxc.c:467:25: style: The scope of the variable 'new_swap1' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/mxc.c:469:6: style: The scope of the variable 'poll_result' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/mxc.c:596:25: style: The scope of the variable 'new_swap1' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/mxc.c:897:10: style: The scope of the variable 'err' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nand/mxc.c:230:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/nuc910.c:72:62: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nand/s3c2440.c:129:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/aduc702x.c:88:6: style: The scope of the variable 'x' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/aduc702x.c:89:6: style: The scope of the variable 'count' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/aduc702x.c:111:17: style: The scope of the variable 'adr' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam3.c:2180:12: style: The scope of the variable 'ms_now' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam3.c:2398:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam3.c:2400:11: style: The scope of the variable 'pg' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam3.c:2429:11: style: The scope of the variable 'pg' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam3.c:2431:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam3.c:2924:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam3.c:2964:11: style: The scope of the variable 'regval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam4.c:858:12: style: The scope of the variable 'ms_now' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam4.c:1123:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam4.c:1125:11: style: The scope of the variable 'pg' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam4.c:1154:11: style: The scope of the variable 'pg' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam4.c:1156:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam4.c:1652:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam4.c:1673:11: style: The scope of the variable 'regval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:195:25: style: The scope of the variable 'mainfreq' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:262:11: style: The scope of the variable 'fmr' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:262:16: style: The scope of the variable 'fmcn' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:262:26: style: The scope of the variable 'fws' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:867:11: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:867:19: style: The scope of the variable 'pos' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:868:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:919:11: style: The scope of the variable 'pagen' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:959:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:962:30: style: The scope of the variable 'wcount' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:963:41: style: The scope of the variable 'buffer_pos' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91sam7.c:1115:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/at91samd.c:866:19: style: Redundant condition: CMD_ARGC>=1. 'CMD_ARGC<1 || (CMD_ARGC>=1 && strcmp(CMD_ARGV[0],"enable"))' is equivalent to 'CMD_ARGC<1 || strcmp(CMD_ARGV[0],"enable")' [redundantCondition]
openocd-0.9.0/src/flash/nor/avrf.c:434:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/cfi.c:3012:12: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openocd-0.9.0/src/flash/nor/cfi.c:3012:12: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openocd-0.9.0/src/flash/nor/cfi.c:3012:12: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openocd-0.9.0/src/flash/nor/cfi.c:3012:12: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openocd-0.9.0/src/flash/nor/cfi.c:285:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/cfi.c:283:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/cfi.c:285:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/cfi.c:851:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/cfi.c:889:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/cfi.c:1393:11: style: The scope of the variable 'status' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/cfi.c:1608:11: style: The scope of the variable 'status' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/cfi.c:2467:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/core.c:190:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/core.c:311:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/dsp5680xx_flash.c:93:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/dsp5680xx_flash.c:89:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/dsp5680xx_flash.c:93:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/efm32.c:998:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openocd-0.9.0/src/flash/nor/efm32.c:400:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/efm32.c:392:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/efm32.c:400:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/em357.c:167:2: style: Variable 'em357_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/em357.c:164:0: note: Variable 'em357_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/em357.c:167:2: note: Variable 'em357_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/em357.c:197:2: style: Variable 'em357_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/em357.c:194:0: note: Variable 'em357_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/em357.c:197:2: note: Variable 'em357_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/em357.c:243:2: style: Variable 'em357_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/em357.c:240:0: note: Variable 'em357_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/em357.c:243:2: note: Variable 'em357_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/em357.c:407:2: style: Variable 'em357_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/em357.c:400:0: note: Variable 'em357_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/em357.c:407:2: note: Variable 'em357_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/em357.c:321:6: style: The scope of the variable 'set' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/em357.c:403:9: style: The scope of the variable 'reg' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/em357.c:403:14: style: The scope of the variable 'bit' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/em357.c:871:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/faux.c:52:2: warning: Either the condition 'info==NULL' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck]
openocd-0.9.0/src/flash/nor/faux.c:53:11: note: Assuming that condition 'info==NULL' is not redundant
openocd-0.9.0/src/flash/nor/faux.c:52:2: note: Null pointer dereference
openocd-0.9.0/src/flash/nor/fm3.c:948:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/kinetis.c:275:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/kinetis.c:824:6: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/kinetis.c:866:11: style: The scope of the variable 'wc' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/lpc2000.c:1462:6: style: The scope of the variable 'status' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/lpc2900.c:1066:11: style: The scope of the variable 'num_bytes' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/lpcspifi.c:163:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/lpcspifi.c:159:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/lpcspifi.c:163:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/lpcspifi.c:264:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/lpcspifi.c:260:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/lpcspifi.c:264:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/lpcspifi.c:316:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/lpcspifi.c:314:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/lpcspifi.c:316:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/lpcspifi.c:373:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/lpcspifi.c:371:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/lpcspifi.c:373:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/lpcspifi.c:407:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/lpcspifi.c:405:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/lpcspifi.c:407:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/lpcspifi.c:344:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/non_cfi.c:543:3: style: Variable 'pri_ext->EraseSuspend' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/non_cfi.c:542:3: note: Variable 'pri_ext->EraseSuspend' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/non_cfi.c:543:3: note: Variable 'pri_ext->EraseSuspend' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/nrf51.c:390:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/nuc1x.c:304:11: style: The scope of the variable 'timeout' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/nuc1x.c:385:14: style: The scope of the variable 'timeout' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/nuc1x.c:584:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/nuc1x.c:348:18: style: Checking if unsigned variable 'timeout--' is less than zero. [unsignedLessThanZero]
openocd-0.9.0/src/flash/nor/nuc1x.c:437:18: style: Checking if unsigned variable 'timeout--' is less than zero. [unsignedLessThanZero]
openocd-0.9.0/src/flash/nor/ocl.c:124:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/ocl.c:126:12: style: The scope of the variable 'dcc_bufptr' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/ocl.c:127:6: style: The scope of the variable 'byteofs' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/ocl.c:129:11: style: The scope of the variable 'chksum' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/pic32mx.c:771:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/flash/nor/pic32mx.c:581:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/psoc4.c:448:2: style: Variable 'sysrq_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/psoc4.c:439:0: note: Variable 'sysrq_buffer' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/psoc4.c:448:2: note: Variable 'sysrq_buffer' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/psoc4.c:387:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/psoc4.c:287:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nor/sim3x.c:223:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/sim3x.c:571:10: style: The scope of the variable 'lock_word' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/sim3x.c:935:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/stellaris.c:605:2: style: Variable 'stellaris_info->rcc' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/stellaris.c:604:2: note: Variable 'stellaris_info->rcc' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stellaris.c:605:2: note: Variable 'stellaris_info->rcc' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stellaris.c:1280:2: style: Variable 'stellaris_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/stellaris.c:1277:0: note: Variable 'stellaris_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stellaris.c:1280:2: note: Variable 'stellaris_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stellaris.c:1281:2: style: Variable 'target' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/stellaris.c:1276:0: note: Variable 'target' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stellaris.c:1281:2: note: Variable 'target' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stellaris.c:1132:11: style: The scope of the variable 'bytes_written' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/stellaris.c:1133:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/stellaris.c:1326:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/stellaris.c:618:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nor/stm32f1x.c:230:2: style: Variable 'stm32x_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/stm32f1x.c:227:0: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f1x.c:230:2: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f1x.c:262:2: style: Variable 'stm32x_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/stm32f1x.c:259:0: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f1x.c:262:2: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f1x.c:308:2: style: Variable 'stm32x_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/stm32f1x.c:305:0: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f1x.c:308:2: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f1x.c:479:2: style: Variable 'stm32x_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/stm32f1x.c:472:0: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f1x.c:479:2: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f1x.c:1564:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/stm32f1x.c:386:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nor/stm32f2x.c:306:2: style: Variable 'stm32x_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/stm32f2x.c:303:0: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f2x.c:306:2: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f2x.c:339:2: style: Variable 'stm32x_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/stm32f2x.c:335:0: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f2x.c:339:2: note: Variable 'stm32x_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/stm32f2x.c:1102:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/stm32f2x.c:244:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nor/stm32f2x.c:260:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nor/stm32f2x.c:445:80: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nor/stm32f2x.c:707:50: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nor/stm32f2x.c:1093:80: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/flash/nor/stm32lx.c:265:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/stm32lx.c:317:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/stm32lx.c:676:11: style: The scope of the variable 'second_bank_base' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/stm32lx.c:1072:11: style: The scope of the variable 'reg32' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/stmsmi.c:215:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/str7x.c:244:6: style: The scope of the variable 'err' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/str7x.c:392:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/str7x.c:571:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/str9x.c:230:11: style: The scope of the variable 'adr' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/str9x.c:317:11: style: The scope of the variable 'adr' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/str9x.c:470:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/str9xpec.c:468:2: style: Variable 'str9xpec_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/str9xpec.c:466:0: note: Variable 'str9xpec_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/str9xpec.c:468:2: note: Variable 'str9xpec_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/str9xpec.c:823:2: style: Variable 'str9xpec_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/flash/nor/str9xpec.c:821:0: note: Variable 'str9xpec_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/str9xpec.c:823:2: note: Variable 'str9xpec_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/flash/nor/str9xpec.c:512:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/tcl.c:57:4: warning: Either the condition '(bank)?ERROR_OK:ERROR_FAIL' is redundant or there is possible null pointer dereference: bank. [nullPointerRedundantCheck]
openocd-0.9.0/src/flash/nor/tcl.c:58:19: note: Assuming that condition '(bank)?ERROR_OK:ERROR_FAIL' is not redundant
openocd-0.9.0/src/flash/nor/tcl.c:57:4: note: Null pointer dereference
openocd-0.9.0/src/flash/nor/tcl.c:73:6: style: The scope of the variable 'j' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/tcl.c:84:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openocd-0.9.0/src/flash/nor/tcl.c:236:13: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
openocd-0.9.0/src/flash/nor/tms470.c:392:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/flash/nor/tms470.c:393:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/flash/nor/tms470.c:748:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/flash/nor/tms470.c:752:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/flash/nor/tms470.c:1116:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/flash/nor/tms470.c:1119:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/helper/binarybuffer.c:379:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openocd-0.9.0/src/helper/list.h:229:20: style: The scope of the variable 'first' can be reduced. [variableScope]
openocd-0.9.0/src/helper/binarybuffer.c:50:39: style: Function 'buf_cpy' argument 2 names different: declaration 'to' definition '_to'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:189:39: note: Function 'buf_cpy' argument 2 names different: declaration 'to' definition '_to'.
openocd-0.9.0/src/helper/binarybuffer.c:50:39: note: Function 'buf_cpy' argument 2 names different: declaration 'to' definition '_to'.
openocd-0.9.0/src/helper/binarybuffer.c:77:26: style: Function 'buf_cmp' argument 1 names different: declaration 'buf1' definition '_buf1'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:178:26: note: Function 'buf_cmp' argument 1 names different: declaration 'buf1' definition '_buf1'.
openocd-0.9.0/src/helper/binarybuffer.c:77:26: note: Function 'buf_cmp' argument 1 names different: declaration 'buf1' definition '_buf1'.
openocd-0.9.0/src/helper/binarybuffer.c:77:45: style: Function 'buf_cmp' argument 2 names different: declaration 'buf2' definition '_buf2'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:178:44: note: Function 'buf_cmp' argument 2 names different: declaration 'buf2' definition '_buf2'.
openocd-0.9.0/src/helper/binarybuffer.c:77:45: note: Function 'buf_cmp' argument 2 names different: declaration 'buf2' definition '_buf2'.
openocd-0.9.0/src/helper/binarybuffer.c:94:31: style: Function 'buf_cmp_mask' argument 1 names different: declaration 'buf1' definition '_buf1'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:179:31: note: Function 'buf_cmp_mask' argument 1 names different: declaration 'buf1' definition '_buf1'.
openocd-0.9.0/src/helper/binarybuffer.c:94:31: note: Function 'buf_cmp_mask' argument 1 names different: declaration 'buf1' definition '_buf1'.
openocd-0.9.0/src/helper/binarybuffer.c:94:50: style: Function 'buf_cmp_mask' argument 2 names different: declaration 'buf2' definition '_buf2'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:179:49: note: Function 'buf_cmp_mask' argument 2 names different: declaration 'buf2' definition '_buf2'.
openocd-0.9.0/src/helper/binarybuffer.c:94:50: note: Function 'buf_cmp_mask' argument 2 names different: declaration 'buf2' definition '_buf2'.
openocd-0.9.0/src/helper/binarybuffer.c:95:14: style: Function 'buf_cmp_mask' argument 3 names different: declaration 'mask' definition '_mask'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:180:15: note: Function 'buf_cmp_mask' argument 3 names different: declaration 'mask' definition '_mask'.
openocd-0.9.0/src/helper/binarybuffer.c:95:14: note: Function 'buf_cmp_mask' argument 3 names different: declaration 'mask' definition '_mask'.
openocd-0.9.0/src/helper/binarybuffer.c:113:26: style: Function 'buf_set_ones' argument 1 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:197:26: note: Function 'buf_set_ones' argument 1 names different: declaration 'buf' definition '_buf'.
openocd-0.9.0/src/helper/binarybuffer.c:113:26: note: Function 'buf_set_ones' argument 1 names different: declaration 'buf' definition '_buf'.
openocd-0.9.0/src/helper/binarybuffer.c:128:31: style: Function 'buf_set_buf' argument 1 names different: declaration 'src' definition '_src'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:199:31: note: Function 'buf_set_buf' argument 1 names different: declaration 'src' definition '_src'.
openocd-0.9.0/src/helper/binarybuffer.c:128:31: note: Function 'buf_set_buf' argument 1 names different: declaration 'src' definition '_src'.
openocd-0.9.0/src/helper/binarybuffer.c:129:8: style: Function 'buf_set_buf' argument 3 names different: declaration 'dst' definition '_dst'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:200:11: note: Function 'buf_set_buf' argument 3 names different: declaration 'dst' definition '_dst'.
openocd-0.9.0/src/helper/binarybuffer.c:129:8: note: Function 'buf_set_buf' argument 3 names different: declaration 'dst' definition '_dst'.
openocd-0.9.0/src/helper/binarybuffer.c:173:48: style: Function 'flip_u32' argument 2 names different: declaration 'width' definition 'num'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:176:44: note: Function 'flip_u32' argument 2 names different: declaration 'width' definition 'num'.
openocd-0.9.0/src/helper/binarybuffer.c:173:48: note: Function 'flip_u32' argument 2 names different: declaration 'width' definition 'num'.
openocd-0.9.0/src/helper/binarybuffer.c:199:30: style: Function 'buf_to_str' argument 1 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:204:30: note: Function 'buf_to_str' argument 1 names different: declaration 'buf' definition '_buf'.
openocd-0.9.0/src/helper/binarybuffer.c:199:30: note: Function 'buf_to_str' argument 1 names different: declaration 'buf' definition '_buf'.
openocd-0.9.0/src/helper/binarybuffer.c:199:45: style: Function 'buf_to_str' argument 2 names different: declaration 'size' definition 'buf_len'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:204:44: note: Function 'buf_to_str' argument 2 names different: declaration 'size' definition 'buf_len'.
openocd-0.9.0/src/helper/binarybuffer.c:199:45: note: Function 'buf_to_str' argument 2 names different: declaration 'size' definition 'buf_len'.
openocd-0.9.0/src/helper/binarybuffer.c:265:42: style: Function 'str_to_buf' argument 2 names different: declaration 'len' definition 'str_len'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:202:42: note: Function 'str_to_buf' argument 2 names different: declaration 'len' definition 'str_len'.
openocd-0.9.0/src/helper/binarybuffer.c:265:42: note: Function 'str_to_buf' argument 2 names different: declaration 'len' definition 'str_len'.
openocd-0.9.0/src/helper/binarybuffer.c:266:8: style: Function 'str_to_buf' argument 3 names different: declaration 'bin_buf' definition '_buf'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:203:9: note: Function 'str_to_buf' argument 3 names different: declaration 'bin_buf' definition '_buf'.
openocd-0.9.0/src/helper/binarybuffer.c:266:8: note: Function 'str_to_buf' argument 3 names different: declaration 'bin_buf' definition '_buf'.
openocd-0.9.0/src/helper/binarybuffer.c:266:23: style: Function 'str_to_buf' argument 4 names different: declaration 'buf_size' definition 'buf_len'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/binarybuffer.h:203:27: note: Function 'str_to_buf' argument 4 names different: declaration 'buf_size' definition 'buf_len'.
openocd-0.9.0/src/helper/binarybuffer.c:266:23: note: Function 'str_to_buf' argument 4 names different: declaration 'buf_size' definition 'buf_len'.
openocd-0.9.0/src/helper/command.c:131:51: style: Function 'script_debug' argument 2 names different: declaration 'cmd' definition 'name'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/command.h:417:51: note: Function 'script_debug' argument 2 names different: declaration 'cmd' definition 'name'.
openocd-0.9.0/src/helper/command.c:131:51: note: Function 'script_debug' argument 2 names different: declaration 'cmd' definition 'name'.
openocd-0.9.0/src/helper/command.c:387:58: style: Function 'register_command' argument 1 names different: declaration 'cmd_ctx' definition 'context'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/command.h:241:58: note: Function 'register_command' argument 1 names different: declaration 'cmd_ctx' definition 'context'.
openocd-0.9.0/src/helper/command.c:387:58: note: Function 'register_command' argument 1 names different: declaration 'cmd_ctx' definition 'context'.
openocd-0.9.0/src/helper/command.c:388:61: style: Function 'register_command' argument 3 names different: declaration 'rec' definition 'cr'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/command.h:242:65: note: Function 'register_command' argument 3 names different: declaration 'rec' definition 'cr'.
openocd-0.9.0/src/helper/command.c:388:61: note: Function 'register_command' argument 3 names different: declaration 'rec' definition 'cr'.
openocd-0.9.0/src/helper/command.c:453:53: style: Function 'unregister_all_commands' argument 1 names different: declaration 'cmd_ctx' definition 'context'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/command.h:278:53: note: Function 'unregister_all_commands' argument 1 names different: declaration 'cmd_ctx' definition 'context'.
openocd-0.9.0/src/helper/command.c:453:53: note: Function 'unregister_all_commands' argument 1 names different: declaration 'cmd_ctx' definition 'context'.
openocd-0.9.0/src/helper/command.c:469:48: style: Function 'unregister_command' argument 1 names different: declaration 'cmd_ctx' definition 'context'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/command.h:270:48: note: Function 'unregister_command' argument 1 names different: declaration 'cmd_ctx' definition 'context'.
openocd-0.9.0/src/helper/command.c:469:48: note: Function 'unregister_command' argument 1 names different: declaration 'cmd_ctx' definition 'context'.
openocd-0.9.0/src/helper/command.c:723:70: style: Function 'copy_command_context' argument 1 names different: declaration 'cmd_ctx' definition 'context'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/command.h:320:70: note: Function 'copy_command_context' argument 1 names different: declaration 'cmd_ctx' definition 'context'.
openocd-0.9.0/src/helper/command.c:723:70: note: Function 'copy_command_context' argument 1 names different: declaration 'cmd_ctx' definition 'context'.
openocd-0.9.0/src/helper/command.c:732:43: style: Function 'command_done' argument 1 names different: declaration 'context' definition 'cmd_ctx'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/command.h:326:43: note: Function 'command_done' argument 1 names different: declaration 'context' definition 'cmd_ctx'.
openocd-0.9.0/src/helper/command.c:732:43: note: Function 'command_done' argument 1 names different: declaration 'context' definition 'cmd_ctx'.
openocd-0.9.0/src/helper/command.c:1344:50: style: Function 'command_context_mode' argument 1 names different: declaration 'context' definition 'cmd_ctx'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/command.h:300:50: note: Function 'command_context_mode' argument 1 names different: declaration 'context' definition 'cmd_ctx'.
openocd-0.9.0/src/helper/command.c:1344:50: note: Function 'command_context_mode' argument 1 names different: declaration 'context' definition 'cmd_ctx'.
openocd-0.9.0/src/helper/configuration.c:68:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/helper/configuration.c:59:0: note: Variable 'fp' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/configuration.c:68:2: note: Variable 'fp' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/configuration.c:102:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/helper/configuration.c:101:0: note: Variable 'fp' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/configuration.c:102:3: note: Variable 'fp' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/configuration.c:61:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
openocd-0.9.0/src/helper/configuration.c:110:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/helper/configuration.c:57:29: style: Function 'find_file' argument 1 names different: declaration 'name' definition 'file'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/configuration.h:42:29: note: Function 'find_file' argument 1 names different: declaration 'name' definition 'file'.
openocd-0.9.0/src/helper/configuration.c:57:29: note: Function 'find_file' argument 1 names different: declaration 'name' definition 'file'.
openocd-0.9.0/src/helper/configuration.c:39:2: error: Common realloc mistake: 'script_search_dirs' nulled but not freed upon failure [memleakOnRealloc]
openocd-0.9.0/src/helper/configuration.c:50:2: error: Common realloc mistake: 'config_file_names' nulled but not freed upon failure [memleakOnRealloc]
openocd-0.9.0/src/helper/fileio.c:81:39: style: Redundant condition: If 'EXPR == 3', the comparison 'EXPR != 2' is always true. [redundantCondition]
openocd-0.9.0/src/helper/fileio.c:103:32: style: Function 'fileio_open' argument 1 names different: declaration 'fileio' definition 'fileio_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/fileio.h:51:32: note: Function 'fileio_open' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:103:32: note: Function 'fileio_open' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:137:33: style: Function 'fileio_close' argument 1 names different: declaration 'fileio' definition 'fileio_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/fileio.h:53:33: note: Function 'fileio_close' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:137:33: note: Function 'fileio_close' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:153:32: style: Function 'fileio_seek' argument 1 names different: declaration 'fileio' definition 'fileio_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/fileio.h:55:32: note: Function 'fileio_seek' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:153:32: note: Function 'fileio_seek' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:174:32: style: Function 'fileio_read' argument 1 names different: declaration 'fileio' definition 'fileio_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/fileio.h:58:32: note: Function 'fileio_read' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:174:32: note: Function 'fileio_read' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:181:36: style: Function 'fileio_read_u32' argument 1 names different: declaration 'fileio' definition 'fileio_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/fileio.h:63:36: note: Function 'fileio_read_u32' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:181:36: note: Function 'fileio_read_u32' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:203:33: style: Function 'fileio_fgets' argument 1 names different: declaration 'fileio' definition 'fileio_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/fileio.h:56:33: note: Function 'fileio_fgets' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:203:33: note: Function 'fileio_fgets' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:217:33: style: Function 'fileio_write' argument 1 names different: declaration 'fileio' definition 'fileio_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/fileio.h:60:33: note: Function 'fileio_write' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:217:33: note: Function 'fileio_write' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:227:37: style: Function 'fileio_write_u32' argument 1 names different: declaration 'fileio' definition 'fileio_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/fileio.h:64:37: note: Function 'fileio_write_u32' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:227:37: note: Function 'fileio_write_u32' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:248:32: style: Function 'fileio_size' argument 1 names different: declaration 'fileio' definition 'fileio_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/fileio.h:65:32: note: Function 'fileio_size' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/fileio.c:248:32: note: Function 'fileio_size' argument 1 names different: declaration 'fileio' definition 'fileio_p'.
openocd-0.9.0/src/helper/ioutil.c:132:2: style: Variable 'config_file' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/helper/ioutil.c:131:0: note: Variable 'config_file' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/ioutil.c:132:2: note: Variable 'config_file' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/ioutil.c:168:2: style: Variable 'config_file' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/helper/ioutil.c:166:0: note: Variable 'config_file' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/ioutil.c:168:2: note: Variable 'config_file' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/ioutil.c:383:2: style: Variable 'dirp' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/helper/ioutil.c:382:0: note: Variable 'dirp' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/ioutil.c:383:2: note: Variable 'dirp' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/ioutil.c:390:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/helper/ioutil.c:389:0: note: Variable 'entry' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/ioutil.c:390:3: note: Variable 'entry' is reassigned a value before the old one has been used.
openocd-0.9.0/src/helper/ioutil.c:255:10: style: The scope of the variable 'done' can be reduced. [variableScope]
openocd-0.9.0/src/helper/ioutil.c:255:16: style: The scope of the variable 'wrote' can be reduced. [variableScope]
openocd-0.9.0/src/helper/ioutil.c:170:3: warning: Repositioning operation performed on a file opened in append mode has no effect. [seekOnAppendedFile]
openocd-0.9.0/src/helper/jim-nvp.c:212:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
openocd-0.9.0/src/helper/jim-nvp.c:66:51: style: Function 'Jim_Nvp_name2value_simple' argument 1 names different: declaration 'nvp_table' definition 'p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:95:51: note: Function 'Jim_Nvp_name2value_simple' argument 1 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:66:51: note: Function 'Jim_Nvp_name2value_simple' argument 1 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:76:58: style: Function 'Jim_Nvp_name2value_nocase_simple' argument 1 names different: declaration 'nvp_table' definition 'p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:96:58: note: Function 'Jim_Nvp_name2value_nocase_simple' argument 1 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:76:58: note: Function 'Jim_Nvp_name2value_nocase_simple' argument 1 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:86:63: style: Function 'Jim_Nvp_name2value_obj' argument 2 names different: declaration 'nvp_table' definition 'p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:110:18: note: Function 'Jim_Nvp_name2value_obj' argument 2 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:86:63: note: Function 'Jim_Nvp_name2value_obj' argument 2 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:86:75: style: Function 'Jim_Nvp_name2value_obj' argument 3 names different: declaration 'name_obj' definition 'o'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:111:12: note: Function 'Jim_Nvp_name2value_obj' argument 3 names different: declaration 'name_obj' definition 'o'.
openocd-0.9.0/src/helper/jim-nvp.c:86:75: note: Function 'Jim_Nvp_name2value_obj' argument 3 names different: declaration 'name_obj' definition 'o'.
openocd-0.9.0/src/helper/jim-nvp.c:91:59: style: Function 'Jim_Nvp_name2value' argument 2 names different: declaration 'nvp_table' definition '_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:100:18: note: Function 'Jim_Nvp_name2value' argument 2 names different: declaration 'nvp_table' definition '_p'.
openocd-0.9.0/src/helper/jim-nvp.c:91:59: note: Function 'Jim_Nvp_name2value' argument 2 names different: declaration 'nvp_table' definition '_p'.
openocd-0.9.0/src/helper/jim-nvp.c:109:17: style: Function 'Jim_Nvp_name2value_obj_nocase' argument 2 names different: declaration 'nvp_table' definition 'p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:114:18: note: Function 'Jim_Nvp_name2value_obj_nocase' argument 2 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:109:17: note: Function 'Jim_Nvp_name2value_obj_nocase' argument 2 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:110:11: style: Function 'Jim_Nvp_name2value_obj_nocase' argument 3 names different: declaration 'name_obj' definition 'o'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:115:12: note: Function 'Jim_Nvp_name2value_obj_nocase' argument 3 names different: declaration 'name_obj' definition 'o'.
openocd-0.9.0/src/helper/jim-nvp.c:110:11: note: Function 'Jim_Nvp_name2value_obj_nocase' argument 3 names different: declaration 'name_obj' definition 'o'.
openocd-0.9.0/src/helper/jim-nvp.c:111:12: style: Function 'Jim_Nvp_name2value_obj_nocase' argument 4 names different: declaration 'result' definition 'puthere'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:116:13: note: Function 'Jim_Nvp_name2value_obj_nocase' argument 4 names different: declaration 'result' definition 'puthere'.
openocd-0.9.0/src/helper/jim-nvp.c:111:12: note: Function 'Jim_Nvp_name2value_obj_nocase' argument 4 names different: declaration 'result' definition 'puthere'.
openocd-0.9.0/src/helper/jim-nvp.c:116:66: style: Function 'Jim_Nvp_name2value_nocase' argument 2 names different: declaration 'nvp_table' definition '_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:104:18: note: Function 'Jim_Nvp_name2value_nocase' argument 2 names different: declaration 'nvp_table' definition '_p'.
openocd-0.9.0/src/helper/jim-nvp.c:116:66: note: Function 'Jim_Nvp_name2value_nocase' argument 2 names different: declaration 'nvp_table' definition '_p'.
openocd-0.9.0/src/helper/jim-nvp.c:117:12: style: Function 'Jim_Nvp_name2value_nocase' argument 4 names different: declaration 'result' definition 'puthere'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:106:13: note: Function 'Jim_Nvp_name2value_nocase' argument 4 names different: declaration 'result' definition 'puthere'.
openocd-0.9.0/src/helper/jim-nvp.c:117:12: note: Function 'Jim_Nvp_name2value_nocase' argument 4 names different: declaration 'result' definition 'puthere'.
openocd-0.9.0/src/helper/jim-nvp.c:132:63: style: Function 'Jim_Nvp_value2name_obj' argument 2 names different: declaration 'nvp_table' definition 'p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:118:18: note: Function 'Jim_Nvp_value2name_obj' argument 2 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:132:63: note: Function 'Jim_Nvp_value2name_obj' argument 2 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:132:75: style: Function 'Jim_Nvp_value2name_obj' argument 3 names different: declaration 'value_obj' definition 'o'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:119:12: note: Function 'Jim_Nvp_value2name_obj' argument 3 names different: declaration 'value_obj' definition 'o'.
openocd-0.9.0/src/helper/jim-nvp.c:132:75: note: Function 'Jim_Nvp_value2name_obj' argument 3 names different: declaration 'value_obj' definition 'o'.
openocd-0.9.0/src/helper/jim-nvp.c:144:51: style: Function 'Jim_Nvp_value2name_simple' argument 1 names different: declaration 'nvp_table' definition 'p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:97:51: note: Function 'Jim_Nvp_value2name_simple' argument 1 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:144:51: note: Function 'Jim_Nvp_value2name_simple' argument 1 names different: declaration 'nvp_table' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:144:58: style: Function 'Jim_Nvp_value2name_simple' argument 2 names different: declaration 'v' definition 'value'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:97:66: note: Function 'Jim_Nvp_value2name_simple' argument 2 names different: declaration 'v' definition 'value'.
openocd-0.9.0/src/helper/jim-nvp.c:144:58: note: Function 'Jim_Nvp_value2name_simple' argument 2 names different: declaration 'v' definition 'value'.
openocd-0.9.0/src/helper/jim-nvp.c:154:59: style: Function 'Jim_Nvp_value2name' argument 2 names different: declaration 'nvp_table' definition '_p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:107:59: note: Function 'Jim_Nvp_value2name' argument 2 names different: declaration 'nvp_table' definition '_p'.
openocd-0.9.0/src/helper/jim-nvp.c:154:59: note: Function 'Jim_Nvp_value2name' argument 2 names different: declaration 'nvp_table' definition '_p'.
openocd-0.9.0/src/helper/jim-nvp.c:169:38: style: Function 'Jim_GetOpt_Setup' argument 1 names different: declaration 'goi' definition 'p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:223:38: note: Function 'Jim_GetOpt_Setup' argument 1 names different: declaration 'goi' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:169:38: note: Function 'Jim_GetOpt_Setup' argument 1 names different: declaration 'goi' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:179:39: style: Function 'Jim_GetOpt_Debug' argument 1 names different: declaration 'goi' definition 'p'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:232:39: note: Function 'Jim_GetOpt_Debug' argument 1 names different: declaration 'goi' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:179:39: note: Function 'Jim_GetOpt_Debug' argument 1 names different: declaration 'goi' definition 'p'.
openocd-0.9.0/src/helper/jim-nvp.c:258:56: style: Function 'Jim_GetOpt_Nvp' argument 2 names different: declaration 'lookup' definition 'nvp'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:272:56: note: Function 'Jim_GetOpt_Nvp' argument 2 names different: declaration 'lookup' definition 'nvp'.
openocd-0.9.0/src/helper/jim-nvp.c:258:56: note: Function 'Jim_GetOpt_Nvp' argument 2 names different: declaration 'lookup' definition 'nvp'.
openocd-0.9.0/src/helper/jim-nvp.c:274:64: style: Function 'Jim_GetOpt_NvpUnknown' argument 2 names different: declaration 'lookup' definition 'nvptable'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:317:64: note: Function 'Jim_GetOpt_NvpUnknown' argument 2 names different: declaration 'lookup' definition 'nvptable'.
openocd-0.9.0/src/helper/jim-nvp.c:274:64: note: Function 'Jim_GetOpt_NvpUnknown' argument 2 names different: declaration 'lookup' definition 'nvptable'.
openocd-0.9.0/src/helper/jim-nvp.c:297:60: style: Function 'Jim_SetResult_NvpUnknown' argument 4 names different: declaration 'nvp_table' definition 'nvp'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/jim-nvp.h:126:18: note: Function 'Jim_SetResult_NvpUnknown' argument 4 names different: declaration 'nvp_table' definition 'nvp'.
openocd-0.9.0/src/helper/jim-nvp.c:297:60: note: Function 'Jim_SetResult_NvpUnknown' argument 4 names different: declaration 'nvp_table' definition 'nvp'.
openocd-0.9.0/src/helper/options.c:143:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openocd-0.9.0/src/helper/options.c:48:58: style: Function 'configuration_output_handler' argument 1 names different: declaration 'cmd_ctx' definition 'context'. [funcArgNamesDifferent]
openocd-0.9.0/src/helper/configuration.h:37:58: note: Function 'configuration_output_handler' argument 1 names different: declaration 'cmd_ctx' definition 'context'.
openocd-0.9.0/src/helper/options.c:48:58: note: Function 'configuration_output_handler' argument 1 names different: declaration 'cmd_ctx' definition 'context'.
openocd-0.9.0/src/jtag/aice/aice_interface.c:67:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_pipe.c:600:8: style: The scope of the variable 'received_line' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_pipe.c:601:11: style: The scope of the variable 'received_len' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_transport.c:70:6: style: The scope of the variable 'e' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:3790:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/jtag/aice/aice_usb.c:3787:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/jtag/aice/aice_usb.c:3790:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/jtag/aice/aice_usb.c:545:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:681:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:732:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:784:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:837:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:889:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:939:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:996:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1047:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1104:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1119:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1189:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1244:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1245:6: style: The scope of the variable 'retry_times' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1300:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1301:6: style: The scope of the variable 'retry_times' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1356:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1357:6: style: The scope of the variable 'retry_times' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1412:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1463:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1520:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1571:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1622:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1674:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:1720:10: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:3285:11: style: The scope of the variable 'packet_size' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:3310:11: style: The scope of the variable 'packet_size' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:3734:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/aice/aice_usb.c:2812:17: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
openocd-0.9.0/src/jtag/commands.c:91:7: style: union member 'worse_case_align::i' is never used. [unusedStructMember]
openocd-0.9.0/src/jtag/commands.c:92:8: style: union member 'worse_case_align::l' is never used. [unusedStructMember]
openocd-0.9.0/src/jtag/commands.c:93:9: style: union member 'worse_case_align::f' is never used. [unusedStructMember]
openocd-0.9.0/src/jtag/commands.c:94:9: style: union member 'worse_case_align::v' is never used. [unusedStructMember]
openocd-0.9.0/src/jtag/core.c:227:48: style: Function 'jtag_tap_by_position' argument 1 names different: declaration 'abs_position' definition 'n'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:171:48: note: Function 'jtag_tap_by_position' argument 1 names different: declaration 'abs_position' definition 'n'.
openocd-0.9.0/src/jtag/core.c:227:48: note: Function 'jtag_tap_by_position' argument 1 names different: declaration 'abs_position' definition 'n'.
openocd-0.9.0/src/jtag/core.c:237:49: style: Function 'jtag_tap_by_string' argument 1 names different: declaration 'dotted_name' definition 's'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:169:49: note: Function 'jtag_tap_by_string' argument 1 names different: declaration 'dotted_name' definition 's'.
openocd-0.9.0/src/jtag/core.c:237:49: note: Function 'jtag_tap_by_string' argument 1 names different: declaration 'dotted_name' definition 's'.
openocd-0.9.0/src/jtag/core.c:282:55: style: Function 'jtag_register_event_callback' argument 1 names different: declaration 'f' definition 'callback'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:229:55: note: Function 'jtag_register_event_callback' argument 1 names different: declaration 'f' definition 'callback'.
openocd-0.9.0/src/jtag/core.c:282:55: note: Function 'jtag_register_event_callback' argument 1 names different: declaration 'f' definition 'callback'.
openocd-0.9.0/src/jtag/core.c:282:71: style: Function 'jtag_register_event_callback' argument 2 names different: declaration 'x' definition 'priv'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:229:64: note: Function 'jtag_register_event_callback' argument 2 names different: declaration 'x' definition 'priv'.
openocd-0.9.0/src/jtag/core.c:282:71: note: Function 'jtag_register_event_callback' argument 2 names different: declaration 'x' definition 'priv'.
openocd-0.9.0/src/jtag/core.c:303:57: style: Function 'jtag_unregister_event_callback' argument 1 names different: declaration 'f' definition 'callback'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:230:57: note: Function 'jtag_unregister_event_callback' argument 1 names different: declaration 'f' definition 'callback'.
openocd-0.9.0/src/jtag/core.c:303:57: note: Function 'jtag_unregister_event_callback' argument 1 names different: declaration 'f' definition 'callback'.
openocd-0.9.0/src/jtag/core.c:303:73: style: Function 'jtag_unregister_event_callback' argument 2 names different: declaration 'x' definition 'priv'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:230:66: note: Function 'jtag_unregister_event_callback' argument 2 names different: declaration 'x' definition 'priv'.
openocd-0.9.0/src/jtag/core.c:303:73: note: Function 'jtag_unregister_event_callback' argument 2 names different: declaration 'x' definition 'priv'.
openocd-0.9.0/src/jtag/core.c:356:49: style: Function 'jtag_add_ir_scan_noverify' argument 1 names different: declaration 'tap' definition 'active'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:353:49: note: Function 'jtag_add_ir_scan_noverify' argument 1 names different: declaration 'tap' definition 'active'.
openocd-0.9.0/src/jtag/core.c:356:49: note: Function 'jtag_add_ir_scan_noverify' argument 1 names different: declaration 'tap' definition 'active'.
openocd-0.9.0/src/jtag/core.c:356:82: style: Function 'jtag_add_ir_scan_noverify' argument 2 names different: declaration 'fields' definition 'in_fields'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:354:28: note: Function 'jtag_add_ir_scan_noverify' argument 2 names different: declaration 'fields' definition 'in_fields'.
openocd-0.9.0/src/jtag/core.c:356:82: note: Function 'jtag_add_ir_scan_noverify' argument 2 names different: declaration 'fields' definition 'in_fields'.
openocd-0.9.0/src/jtag/core.c:374:40: style: Function 'jtag_add_ir_scan' argument 1 names different: declaration 'tap' definition 'active'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:347:40: note: Function 'jtag_add_ir_scan' argument 1 names different: declaration 'tap' definition 'active'.
openocd-0.9.0/src/jtag/core.c:374:40: note: Function 'jtag_add_ir_scan' argument 1 names different: declaration 'tap' definition 'active'.
openocd-0.9.0/src/jtag/core.c:374:67: style: Function 'jtag_add_ir_scan' argument 2 names different: declaration 'fields' definition 'in_fields'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:348:22: note: Function 'jtag_add_ir_scan' argument 2 names different: declaration 'fields' definition 'in_fields'.
openocd-0.9.0/src/jtag/core.c:374:67: note: Function 'jtag_add_ir_scan' argument 2 names different: declaration 'fields' definition 'in_fields'.
openocd-0.9.0/src/jtag/core.c:374:90: style: Function 'jtag_add_ir_scan' argument 3 names different: declaration 'endstate' definition 'state'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:348:42: note: Function 'jtag_add_ir_scan' argument 3 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:374:90: note: Function 'jtag_add_ir_scan' argument 3 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:393:14: style: Function 'jtag_add_plain_ir_scan' argument 4 names different: declaration 'endstate' definition 'state'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:361:15: note: Function 'jtag_add_plain_ir_scan' argument 4 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:393:14: note: Function 'jtag_add_plain_ir_scan' argument 4 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:440:46: style: Function 'jtag_add_dr_scan_check' argument 1 names different: declaration 'tap' definition 'active'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:372:46: note: Function 'jtag_add_dr_scan_check' argument 1 names different: declaration 'tap' definition 'active'.
openocd-0.9.0/src/jtag/core.c:440:46: note: Function 'jtag_add_dr_scan_check' argument 1 names different: declaration 'tap' definition 'active'.
openocd-0.9.0/src/jtag/core.c:441:6: style: Function 'jtag_add_dr_scan_check' argument 2 names different: declaration 'num_fields' definition 'in_num_fields'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:372:55: note: Function 'jtag_add_dr_scan_check' argument 2 names different: declaration 'num_fields' definition 'in_num_fields'.
openocd-0.9.0/src/jtag/core.c:441:6: note: Function 'jtag_add_dr_scan_check' argument 2 names different: declaration 'num_fields' definition 'in_num_fields'.
openocd-0.9.0/src/jtag/core.c:442:21: style: Function 'jtag_add_dr_scan_check' argument 3 names different: declaration 'fields' definition 'in_fields'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:373:22: note: Function 'jtag_add_dr_scan_check' argument 3 names different: declaration 'fields' definition 'in_fields'.
openocd-0.9.0/src/jtag/core.c:442:21: note: Function 'jtag_add_dr_scan_check' argument 3 names different: declaration 'fields' definition 'in_fields'.
openocd-0.9.0/src/jtag/core.c:443:14: style: Function 'jtag_add_dr_scan_check' argument 4 names different: declaration 'endstate' definition 'state'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:373:42: note: Function 'jtag_add_dr_scan_check' argument 4 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:443:14: note: Function 'jtag_add_dr_scan_check' argument 4 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:452:40: style: Function 'jtag_add_dr_scan' argument 1 names different: declaration 'tap' definition 'active'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:369:40: note: Function 'jtag_add_dr_scan' argument 1 names different: declaration 'tap' definition 'active'.
openocd-0.9.0/src/jtag/core.c:452:40: note: Function 'jtag_add_dr_scan' argument 1 names different: declaration 'tap' definition 'active'.
openocd-0.9.0/src/jtag/core.c:453:6: style: Function 'jtag_add_dr_scan' argument 2 names different: declaration 'num_fields' definition 'in_num_fields'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:369:49: note: Function 'jtag_add_dr_scan' argument 2 names different: declaration 'num_fields' definition 'in_num_fields'.
openocd-0.9.0/src/jtag/core.c:453:6: note: Function 'jtag_add_dr_scan' argument 2 names different: declaration 'num_fields' definition 'in_num_fields'.
openocd-0.9.0/src/jtag/core.c:454:27: style: Function 'jtag_add_dr_scan' argument 3 names different: declaration 'fields' definition 'in_fields'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:370:28: note: Function 'jtag_add_dr_scan' argument 3 names different: declaration 'fields' definition 'in_fields'.
openocd-0.9.0/src/jtag/core.c:454:27: note: Function 'jtag_add_dr_scan' argument 3 names different: declaration 'fields' definition 'in_fields'.
openocd-0.9.0/src/jtag/core.c:455:14: style: Function 'jtag_add_dr_scan' argument 4 names different: declaration 'endstate' definition 'state'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:370:48: note: Function 'jtag_add_dr_scan' argument 4 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:455:14: note: Function 'jtag_add_dr_scan' argument 4 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:467:14: style: Function 'jtag_add_plain_dr_scan' argument 4 names different: declaration 'endstate' definition 'state'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:380:58: note: Function 'jtag_add_plain_dr_scan' argument 4 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:467:14: note: Function 'jtag_add_plain_dr_scan' argument 4 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:503:73: style: Function 'jtag_add_tms_seq' argument 3 names different: declaration 't' definition 'state'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:540:73: note: Function 'jtag_add_tms_seq' argument 3 names different: declaration 't' definition 'state'.
openocd-0.9.0/src/jtag/core.c:503:73: note: Function 'jtag_add_tms_seq' argument 3 names different: declaration 't' definition 'state'.
openocd-0.9.0/src/jtag/core.c:593:51: style: Function 'jtag_add_runtest' argument 2 names different: declaration 'endstate' definition 'state'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:511:51: note: Function 'jtag_add_runtest' argument 2 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:593:51: note: Function 'jtag_add_runtest' argument 2 names different: declaration 'endstate' definition 'state'.
openocd-0.9.0/src/jtag/core.c:661:46: style: Function 'jtag_add_reset' argument 2 names different: declaration 'srst' definition 'req_srst'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:536:46: note: Function 'jtag_add_reset' argument 2 names different: declaration 'srst' definition 'req_srst'.
openocd-0.9.0/src/jtag/core.c:661:46: note: Function 'jtag_add_reset' argument 2 names different: declaration 'srst' definition 'req_srst'.
openocd-0.9.0/src/jtag/core.c:1662:34: style: Function 'jtag_get_speed_readable' argument 1 names different: declaration 'speed' definition 'khz'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:245:34: note: Function 'jtag_get_speed_readable' argument 1 names different: declaration 'speed' definition 'khz'.
openocd-0.9.0/src/jtag/core.c:1662:34: note: Function 'jtag_get_speed_readable' argument 1 names different: declaration 'speed' definition 'khz'.
openocd-0.9.0/src/jtag/drivers/OpenULINK/src/protocol.c:208:7: style: The scope of the variable 'last_command' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/OpenULINK/src/usb.c:244:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/OpenULINK/src/usb.c:247:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/OpenULINK/src/usb.c:250:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/OpenULINK/src/usb.c:253:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/OpenULINK/src/usb.c:256:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/OpenULINK/src/usb.c:259:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/OpenULINK/src/usb.c:262:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/amt_jtagaccel.c:221:10: style: The scope of the variable 'aw_scan_tms_5' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/amt_jtagaccel.c:222:10: style: The scope of the variable 'aw_scan_tms_1to4' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/amt_jtagaccel.c:253:10: style: The scope of the variable 'aw_tdi_option' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/arm-jtag-ew.c:283:6: style: The scope of the variable 'tms' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/arm-jtag-ew.c:595:6: style: The scope of the variable 'byte_length' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/arm-jtag-ew.c:596:6: style: The scope of the variable 'tms_offset' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/arm-jtag-ew.c:597:6: style: The scope of the variable 'tdi_offset' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/arm-jtag-ew.c:598:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/arm-jtag-ew.c:599:6: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/bcm2835gpio.c:95:34: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openocd-0.9.0/src/jtag/drivers/bitbang.c:361:6: style: The scope of the variable 'tdi' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/bitbang.c:447:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/bitbang.c:448:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/bitbang.c:506:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/bitbang.c:507:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/bitq.c:167:17: style: The scope of the variable 'out_ptr' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/buspirate.c:518:13: style: The scope of the variable 'tms' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/buspirate.c:829:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/buspirate.c:965:6: style: The scope of the variable 'len' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/buspirate.c:1071:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/buspirate.c:734:42: style: Function 'buspirate_tap_make_space' argument 1 names different: declaration 'scan' definition 'scans'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/drivers/buspirate.c:105:42: note: Function 'buspirate_tap_make_space' argument 1 names different: declaration 'scan' definition 'scans'.
openocd-0.9.0/src/jtag/drivers/buspirate.c:734:42: note: Function 'buspirate_tap_make_space' argument 1 names different: declaration 'scan' definition 'scans'.
openocd-0.9.0/src/jtag/drivers/cmsis_dap_usb.c:595:20: style: The scope of the variable 'last_read' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/cmsis_dap_usb.c:533:16: error: Expression 'buffer[idx++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
openocd-0.9.0/src/jtag/drivers/cmsis_dap_usb.c:543:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/cmsis_dap_usb.c:544:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/dummy.c:41:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/jtag/drivers/ep93xx.c:127:40: portability: 'syscon' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openocd-0.9.0/src/jtag/drivers/ep93xx.c:128:28: portability: 'syscon' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openocd-0.9.0/src/jtag/drivers/ep93xx.c:129:28: portability: 'syscon' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openocd-0.9.0/src/jtag/drivers/ep93xx.c:186:39: portability: 'gpio_controller' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openocd-0.9.0/src/jtag/drivers/ep93xx.c:187:49: portability: 'gpio_controller' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openocd-0.9.0/src/jtag/drivers/ft2232.c:96:0: error: #error "BUILD_FT2232_FTD2XX || BUILD_FT2232_LIBFTDI must be chosen" [preprocessorErrorDirective]
openocd-0.9.0/src/jtag/drivers/ftdi.c:974:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/ftdi.c:975:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/ftdi.c:978:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/gw16012.c:161:13: style: The scope of the variable 'tms' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/jlink.c:535:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/jlink.c:615:6: style: The scope of the variable 'tms' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/jlink.c:906:11: style: The scope of the variable 'jlink_max_size' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/jlink.c:1730:10: style: The scope of the variable 'data_parity_trn' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/jlink.c:411:29: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openocd-0.9.0/src/jtag/drivers/jlink.c:412:29: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openocd-0.9.0/src/jtag/drivers/libusb1_common.c:170:2: style: Variable 'retCode' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/jtag/drivers/libusb1_common.c:165:0: note: Variable 'retCode' is reassigned a value before the old one has been used.
openocd-0.9.0/src/jtag/drivers/libusb1_common.c:170:2: note: Variable 'retCode' is reassigned a value before the old one has been used.
openocd-0.9.0/src/jtag/drivers/mpsse.c:446:10: style: Redundant condition: !out. 'out || (!out && !in)' is equivalent to 'out || !in' [redundantCondition]
openocd-0.9.0/src/jtag/drivers/mpsse.c:453:53: style: Redundant condition: !out. 'out || (!out && !in)' is equivalent to 'out || !in' [redundantCondition]
openocd-0.9.0/src/jtag/drivers/mpsse.c:476:13: style: Redundant condition: !out. 'out || (!out && !in)' is equivalent to 'out || !in' [redundantCondition]
openocd-0.9.0/src/jtag/drivers/opendous.c:423:6: style: The scope of the variable 'tms' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/opendous.c:620:6: style: The scope of the variable 'byte_length' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/opendous.c:621:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/opendous.c:621:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/opendous.c:622:6: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/openjtag.c:75:0: error: #error "BUILD_OPENJTAG_FTD2XX || BUILD_OPENJTAG_LIBFTDI must be chosen" [preprocessorErrorDirective]
openocd-0.9.0/src/jtag/drivers/presto.c:45:0: error: #error "BUG: either FTD2XX and LIBFTDI has to be used" [preprocessorErrorDirective]
openocd-0.9.0/src/jtag/drivers/rlink.c:204:6: style: The scope of the variable 'usb_ret' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/rlink.c:626:6: style: The scope of the variable 'bit_cnt' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/rlink.c:627:6: style: The scope of the variable 'x' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/rlink.c:628:11: style: The scope of the variable 'dtc_p' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/rlink.c:628:19: style: The scope of the variable 'tdo_p' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/rlink.c:629:20: style: The scope of the variable 'tdo_mask' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/rlink.c:827:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/rlink.c:855:13: style: The scope of the variable 'tms' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/rlink.c:1020:6: style: The scope of the variable 'chunk_bits' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/rlink.c:1021:6: style: The scope of the variable 'chunk_bytes' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/rlink.c:139:16: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
openocd-0.9.0/src/jtag/drivers/stlink_usb.c:1004:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/jtag/drivers/stlink_usb.c:992:0: note: Variable 'res' is reassigned a value before the old one has been used.
openocd-0.9.0/src/jtag/drivers/stlink_usb.c:1004:2: note: Variable 'res' is reassigned a value before the old one has been used.
openocd-0.9.0/src/jtag/drivers/stlink_usb.c:418:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/stlink_usb.c:1075:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/stlink_usb.c:1097:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/stlink_usb.c:1388:11: style: The scope of the variable 'bytes_remaining' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/stlink_usb.c:1458:11: style: The scope of the variable 'bytes_remaining' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/ti_icdi_usb.c:597:11: style: The scope of the variable 'bytes_remaining' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/ti_icdi_usb.c:625:11: style: The scope of the variable 'bytes_remaining' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/ulink.c:660:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/ulink.c:710:25: style: The scope of the variable 'index_in' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/ulink.c:903:11: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/ulink.c:1750:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/ulink.c:1899:23: style: The scope of the variable 'openocd_cmd' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/ulink.c:2161:17: style: The scope of the variable 'dummy' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/ulink.c:513:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/ulink.c:514:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/ulink.c:515:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/ulink.c:516:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/ulink.c:517:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/ulink.c:518:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/jtag/drivers/usb_blaster/ublast2_access_libusb.c:184:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/usb_blaster/ublast_access_ftdi.c:41:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/usb_blaster/usb_blaster.c:582:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/jtag/drivers/usb_blaster/usb_blaster.c:570:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openocd-0.9.0/src/jtag/drivers/usb_blaster/usb_blaster.c:582:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openocd-0.9.0/src/jtag/drivers/usb_blaster/usb_blaster.c:614:6: style: The scope of the variable 'nbfree_in_packet' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/usb_blaster/usb_blaster.c:942:10: style: The scope of the variable 'out_value' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/usbprog.c:602:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/versaloon/usbtoxxx/usbtoxxx.c:330:11: style: The scope of the variable 'len_tmp' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/vsllink.c:623:30: style: The scope of the variable 'pending_scan_result' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/drivers/vsllink.c:662:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/hla/hla_tcl.c:74:6: style: The scope of the variable 'e' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/interface.c:236:46: style: Function 'tap_state_transition' argument 1 names different: declaration 'current_state' definition 'cur_state'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/interface.h:162:46: note: Function 'tap_state_transition' argument 1 names different: declaration 'current_state' definition 'cur_state'.
openocd-0.9.0/src/jtag/interface.c:236:46: note: Function 'tap_state_transition' argument 1 names different: declaration 'current_state' definition 'cur_state'.
openocd-0.9.0/src/jtag/minidummy/minidummy.c:118:6: style: The scope of the variable 'tms' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/minidummy/minidummy.c:128:4: style: Variable 'tms' is assigned a value that is never used. [unreadVariable]
openocd-0.9.0/src/jtag/tcl.c:508:6: style: The scope of the variable 'e' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/tcl.c:62:67: style: Function 'jtag_tap_by_jim_obj' argument 2 names different: declaration 'obj' definition 'o'. [funcArgNamesDifferent]
openocd-0.9.0/src/jtag/jtag.h:170:67: note: Function 'jtag_tap_by_jim_obj' argument 2 names different: declaration 'obj' definition 'o'.
openocd-0.9.0/src/jtag/tcl.c:62:67: note: Function 'jtag_tap_by_jim_obj' argument 2 names different: declaration 'obj' definition 'o'.
openocd-0.9.0/src/jtag/zy1000/zy1000.c:319:11: style: The scope of the variable 'empty' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/zy1000/zy1000.c:413:6: style: The scope of the variable 'scan_size' can be reduced. [variableScope]
openocd-0.9.0/src/jtag/zy1000/zy1000.c:524:6: style: The scope of the variable 'tms' can be reduced. [variableScope]
openocd-0.9.0/src/pld/xilinx_bit.c:106:3: error: Resource leak: input_file [resourceLeak]
openocd-0.9.0/src/rtos/ChibiOS.c:243:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/rtos/embKernel.c:301:2: style: Variable 'rtos->thread_count' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/rtos/embKernel.c:300:2: note: Variable 'rtos->thread_count' is reassigned a value before the old one has been used.
openocd-0.9.0/src/rtos/embKernel.c:301:2: note: Variable 'rtos->thread_count' is reassigned a value before the old one has been used.
openocd-0.9.0/src/rtos/linux.c:1572:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openocd-0.9.0/src/rtos/linux.c:1578:5: note: Found duplicate branches for 'if' and 'else'.
openocd-0.9.0/src/rtos/linux.c:1572:5: note: Found duplicate branches for 'if' and 'else'.
openocd-0.9.0/src/rtos/linux.c:189:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/rtos/linux.c:481:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
openocd-0.9.0/src/rtos/linux.c:482:11: style: The scope of the variable 'val' can be reduced. [variableScope]
openocd-0.9.0/src/rtos/linux.c:483:11: style: The scope of the variable 'ti_addr' can be reduced. [variableScope]
openocd-0.9.0/src/rtos/linux.c:518:13: style: The scope of the variable 'cpu' can be reduced. [variableScope]
openocd-0.9.0/src/rtos/linux.c:769:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/rtos/linux.c:856:18: style: The scope of the variable 'old' can be reduced. [variableScope]
openocd-0.9.0/src/rtos/linux.c:1217:10: style: The scope of the variable 'pid_current' can be reduced. [variableScope]
openocd-0.9.0/src/rtos/linux.c:566:12: style: Function 'cpu_context_read' argument 3 names different: declaration 'info_addr' definition 'thread_info_addr_old'. [funcArgNamesDifferent]
openocd-0.9.0/src/rtos/linux.c:98:20: note: Function 'cpu_context_read' argument 3 names different: declaration 'info_addr' definition 'thread_info_addr_old'.
openocd-0.9.0/src/rtos/linux.c:566:12: note: Function 'cpu_context_read' argument 3 names different: declaration 'info_addr' definition 'thread_info_addr_old'.
openocd-0.9.0/src/rtos/mqx.c:180:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/rtos/mqx.c:179:0: note: Variable 'status' is reassigned a value before the old one has been used.
openocd-0.9.0/src/rtos/mqx.c:180:2: note: Variable 'status' is reassigned a value before the old one has been used.
openocd-0.9.0/src/rtos/rtos.c:347:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/server/gdb_server.c:476:2: style: Variable 'gdb_con->busy' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/server/gdb_server.c:474:2: note: Variable 'gdb_con->busy' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/gdb_server.c:476:2: note: Variable 'gdb_con->busy' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/gdb_server.c:684:2: style: Variable 'gdb_con->busy' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/server/gdb_server.c:682:2: note: Variable 'gdb_con->busy' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/gdb_server.c:684:2: note: Variable 'gdb_con->busy' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/gdb_server.c:2059:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/server/gdb_server.c:2050:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/gdb_server.c:2059:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/gdb_server.c:2233:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/server/gdb_server.c:2227:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/gdb_server.c:2233:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/gdb_server.c:2340:3: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/server/gdb_server.c:2333:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/gdb_server.c:2340:3: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/gdb_server.c:718:7: style: The scope of the variable 'stop_reason' can be reduced. [variableScope]
openocd-0.9.0/src/server/gdb_server.c:719:7: style: The scope of the variable 'current_thread' can be reduced. [variableScope]
openocd-0.9.0/src/server/gdb_server.c:721:6: style: The scope of the variable 'signal_var' can be reduced. [variableScope]
openocd-0.9.0/src/server/gdb_server.c:1357:8: style: The scope of the variable 'hex_buffer' can be reduced. [variableScope]
openocd-0.9.0/src/server/gdb_server.c:2083:6: style: The scope of the variable 'current_feature' can be reduced. [variableScope]
openocd-0.9.0/src/server/gdb_server.c:2299:9: style: The scope of the variable 'gdb_reply' can be reduced. [variableScope]
openocd-0.9.0/src/server/gdb_server.c:2566:8: style: The scope of the variable 'parsing_point' can be reduced. [variableScope]
openocd-0.9.0/src/server/gdb_server.c:2636:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/server/gdb_server.c:2909:18: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/server/gdb_server.c:3161:51: style: Function 'gdb_register_commands' argument 1 names different: declaration 'command_context' definition 'cmd_ctx'. [funcArgNamesDifferent]
openocd-0.9.0/src/server/gdb_server.h:40:51: note: Function 'gdb_register_commands' argument 1 names different: declaration 'command_context' definition 'cmd_ctx'.
openocd-0.9.0/src/server/gdb_server.c:3161:51: note: Function 'gdb_register_commands' argument 1 names different: declaration 'command_context' definition 'cmd_ctx'.
openocd-0.9.0/src/server/server.c:346:6: style: The scope of the variable 'fd_max' can be reduced. [variableScope]
openocd-0.9.0/src/server/server.c:191:18: style: Function 'add_service' argument 5 names different: declaration 'in_handler' definition 'input_handler'. [funcArgNamesDifferent]
openocd-0.9.0/src/server/server.h:75:19: note: Function 'add_service' argument 5 names different: declaration 'in_handler' definition 'input_handler'.
openocd-0.9.0/src/server/server.c:191:18: note: Function 'add_service' argument 5 names different: declaration 'in_handler' definition 'input_handler'.
openocd-0.9.0/src/server/server.c:192:30: style: Function 'add_service' argument 6 names different: declaration 'close_handler' definition 'connection_closed_handler'. [funcArgNamesDifferent]
openocd-0.9.0/src/server/server.h:75:59: note: Function 'add_service' argument 6 names different: declaration 'close_handler' definition 'connection_closed_handler'.
openocd-0.9.0/src/server/server.c:192:30: note: Function 'add_service' argument 6 names different: declaration 'close_handler' definition 'connection_closed_handler'.
openocd-0.9.0/src/server/server.c:652:54: style: Function 'server_register_commands' argument 1 names different: declaration 'context' definition 'cmd_ctx'. [funcArgNamesDifferent]
openocd-0.9.0/src/server/server.h:85:54: note: Function 'server_register_commands' argument 1 names different: declaration 'context' definition 'cmd_ctx'.
openocd-0.9.0/src/server/server.c:652:54: note: Function 'server_register_commands' argument 1 names different: declaration 'context' definition 'cmd_ctx'.
openocd-0.9.0/src/server/tcl_server.c:188:4: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/server/tcl_server.c:186:4: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/tcl_server.c:188:4: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/server/tcl_server.c:78:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openocd-0.9.0/src/server/tcl_server.c:95:59: style: Function 'tcl_output' argument 2 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
openocd-0.9.0/src/server/tcl_server.c:45:66: note: Function 'tcl_output' argument 2 names different: declaration 'buf' definition 'data'.
openocd-0.9.0/src/server/tcl_server.c:95:59: note: Function 'tcl_output' argument 2 names different: declaration 'buf' definition 'data'.
openocd-0.9.0/src/server/telnet_server.c:135:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openocd-0.9.0/src/server/telnet_server.c:136:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/server/telnet_server.c:171:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/server/telnet_server.c:172:6: style: The scope of the variable 'num' can be reduced. [variableScope]
openocd-0.9.0/src/server/telnet_server.c:666:54: style: Function 'telnet_register_commands' argument 1 names different: declaration 'command_context' definition 'cmd_ctx'. [funcArgNamesDifferent]
openocd-0.9.0/src/server/telnet_server.h:70:54: note: Function 'telnet_register_commands' argument 1 names different: declaration 'command_context' definition 'cmd_ctx'.
openocd-0.9.0/src/server/telnet_server.c:666:54: note: Function 'telnet_register_commands' argument 1 names different: declaration 'command_context' definition 'cmd_ctx'.
openocd-0.9.0/src/svf/svf.c:1298:26: warning: Logical conjunction always evaluates to false: num_of_argu < 3 && num_of_argu > 11. [incorrectLogicOperator]
openocd-0.9.0/src/svf/svf.c:858:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openocd-0.9.0/src/svf/svf.c:858:14: style: The scope of the variable 'index_var' can be reduced. [variableScope]
openocd-0.9.0/src/svf/svf.c:322:35: style: Function 'svf_add_statemove' argument 1 names different: declaration 'goal_state' definition 'state_to'. [funcArgNamesDifferent]
openocd-0.9.0/src/svf/svf.h:39:35: note: Function 'svf_add_statemove' argument 1 names different: declaration 'goal_state' definition 'state_to'.
openocd-0.9.0/src/svf/svf.c:322:35: note: Function 'svf_add_statemove' argument 1 names different: declaration 'goal_state' definition 'state_to'.
openocd-0.9.0/src/svf/svf.c:680:6: error: Common realloc mistake: 'svf_command_buffer' nulled but not freed upon failure [memleakOnRealloc]
openocd-0.9.0/src/target/arm_adi_v5.h:388:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openocd-0.9.0/src/target/algorithm.c:28:100: style: Function 'init_mem_param' argument 4 names different: declaration 'dir' definition 'direction'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/algorithm.h:45:57: note: Function 'init_mem_param' argument 4 names different: declaration 'dir' definition 'direction'.
openocd-0.9.0/src/target/algorithm.c:28:100: note: Function 'init_mem_param' argument 4 names different: declaration 'dir' definition 'direction'.
openocd-0.9.0/src/target/algorithm.c:42:98: style: Function 'init_reg_param' argument 4 names different: declaration 'dir' definition 'direction'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/algorithm.h:49:55: note: Function 'init_reg_param' argument 4 names different: declaration 'dir' definition 'direction'.
openocd-0.9.0/src/target/algorithm.c:42:98: note: Function 'init_reg_param' argument 4 names different: declaration 'dir' definition 'direction'.
openocd-0.9.0/src/target/arm11.c:231:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm11.c:320:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm11.c:734:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm11_dbgtap.c:88:45: warning: Function 'arm11_setup_field' argument order different: declaration 'arm11, num_bits, in_data, out_data, field' definition 'arm11, num_bits, out_data, in_data, field' [funcArgOrderDifferent]
openocd-0.9.0/src/target/arm11_dbgtap.h:30:45: note: Function 'arm11_setup_field' argument order different: declaration 'arm11, num_bits, in_data, out_data, field' definition 'arm11, num_bits, out_data, in_data, field'
openocd-0.9.0/src/target/arm11_dbgtap.c:88:45: note: Function 'arm11_setup_field' argument order different: declaration 'arm11, num_bits, in_data, out_data, field' definition 'arm11, num_bits, out_data, in_data, field'
openocd-0.9.0/src/target/arm720t.c:337:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm720t.c:331:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm720t.c:337:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7_9_common.c:431:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm7_9_common.c:428:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7_9_common.c:431:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7_9_common.c:729:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm7_9_common.c:724:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7_9_common.c:729:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7_9_common.c:985:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm7_9_common.c:972:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7_9_common.c:985:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7_9_common.c:2515:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm7_9_common.c:2512:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7_9_common.c:2515:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7_9_common.c:2831:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm7_9_common.c:2826:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7_9_common.c:2831:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7_9_common.c:1405:12: style: The scope of the variable 'mask' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm7_9_common.c:1406:13: style: The scope of the variable 'reg_p' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm7_9_common.c:1491:6: style: The scope of the variable 'dirty' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm7_9_common.c:1492:6: style: The scope of the variable 'mode_change' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm7_9_common.c:1697:6: style: The scope of the variable 'err' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm7_9_common.c:1982:12: style: The scope of the variable 'reg_p' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm7_9_common.c:2038:11: style: The scope of the variable 'reg' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm7_9_common.c:2480:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm7_9_common.c:1567:6: style: Variable 'num_regs' is modified but its new value is never used. [unreadVariable]
openocd-0.9.0/src/target/arm7tdmi.c:142:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm7tdmi.c:139:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7tdmi.c:142:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7tdmi.c:187:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm7tdmi.c:184:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm7tdmi.c:187:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm920t.c:752:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm920t.c:746:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm920t.c:752:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm920t.c:874:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm920t.c:859:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm920t.c:874:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm920t.c:1156:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm920t.c:1140:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm920t.c:1156:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm920t.c:257:2: warning: The array 'regs' is too small, the function 'arm9tdmi_write_core_regs' expects a bigger one. [argumentSize]
openocd-0.9.0/src/target/arm920t.c:306:2: warning: The array 'regs' is too small, the function 'arm9tdmi_write_core_regs' expects a bigger one. [argumentSize]
openocd-0.9.0/src/target/arm920t.c:894:0: error: Resource leak: output [resourceLeak]
openocd-0.9.0/src/target/arm920t.c:1176:0: error: Resource leak: output [resourceLeak]
openocd-0.9.0/src/target/arm926ejs.c:67:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm926ejs.c:56:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm926ejs.c:67:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm926ejs.c:153:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm926ejs.c:140:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm926ejs.c:153:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm926ejs.c:547:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm926ejs.c:541:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm926ejs.c:547:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm946e.c:139:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm946e.c:132:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm946e.c:139:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm946e.c:191:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm946e.c:181:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm946e.c:191:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm946e.c:362:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm946e.c:387:11: style: The scope of the variable 'cur_addr' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm946e.c:388:21: style: The scope of the variable 'set' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm946e.c:448:11: style: The scope of the variable 'cur_addr' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm946e.c:449:21: style: The scope of the variable 'set' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm966e.c:87:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm966e.c:80:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm966e.c:87:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm966e.c:141:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm966e.c:131:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm966e.c:141:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm9tdmi.c:205:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm9tdmi.c:202:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm9tdmi.c:205:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm9tdmi.c:257:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm9tdmi.c:254:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm9tdmi.c:257:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm9tdmi.c:353:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm9tdmi.c:314:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm9tdmi.c:353:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm_adi_v5.c:869:39: style: The scope of the variable 'component_base' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm_adi_v5.c:870:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm_adi_v5.c:167:44: style: Function 'dap_setup_accessport' argument 1 names different: declaration 'swjdp' definition 'dap'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/arm_adi_v5.h:421:44: note: Function 'dap_setup_accessport' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_adi_v5.c:167:44: note: Function 'dap_setup_accessport' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_adi_v5.c:190:39: style: Function 'mem_ap_read_u32' argument 1 names different: declaration 'swjdp' definition 'dap'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/arm_adi_v5.h:425:39: note: Function 'mem_ap_read_u32' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_adi_v5.c:190:39: note: Function 'mem_ap_read_u32' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_adi_v5.c:218:46: style: Function 'mem_ap_read_atomic_u32' argument 1 names different: declaration 'swjdp' definition 'dap'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/arm_adi_v5.h:429:46: note: Function 'mem_ap_read_atomic_u32' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_adi_v5.c:218:46: note: Function 'mem_ap_read_atomic_u32' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_adi_v5.c:241:40: style: Function 'mem_ap_write_u32' argument 1 names different: declaration 'swjdp' definition 'dap'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/arm_adi_v5.h:426:40: note: Function 'mem_ap_write_u32' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_adi_v5.c:241:40: note: Function 'mem_ap_write_u32' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_adi_v5.c:269:47: style: Function 'mem_ap_write_atomic_u32' argument 1 names different: declaration 'swjdp' definition 'dap'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/arm_adi_v5.h:431:47: note: Function 'mem_ap_write_atomic_u32' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_adi_v5.c:269:47: note: Function 'mem_ap_write_atomic_u32' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_adi_v5.c:423:12: style: Function 'mem_ap_read' argument 5 names different: declaration 'address' definition 'adr'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/arm_adi_v5.h:448:28: note: Function 'mem_ap_read' argument 5 names different: declaration 'address' definition 'adr'.
openocd-0.9.0/src/target/arm_adi_v5.c:423:12: note: Function 'mem_ap_read' argument 5 names different: declaration 'address' definition 'adr'.
openocd-0.9.0/src/target/arm_adi_v5.c:643:44: style: Function 'ahbap_debugport_init' argument 1 names different: declaration 'swjdp' definition 'dap'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/arm_adi_v5.h:466:44: note: Function 'ahbap_debugport_init' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_adi_v5.c:643:44: note: Function 'ahbap_debugport_init' argument 1 names different: declaration 'swjdp' definition 'dap'.
openocd-0.9.0/src/target/arm_disassembler.c:633:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:633:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:639:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:639:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:639:3: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:749:3: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:770:3: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:791:4: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:835:4: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:900:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:900:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3255:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3258:3: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3289:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3299:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3309:4: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3322:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3331:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3331:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3335:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3335:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3343:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3413:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3413:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3420:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3420:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3446:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3446:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3537:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:3545:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4052:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openocd-0.9.0/src/target/arm_disassembler.c:4103:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4113:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4133:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4151:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4193:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4201:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4221:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4228:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4276:4: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4282:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4302:4: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:4311:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openocd-0.9.0/src/target/arm_disassembler.c:281:44: style: Same expression on both sides of '||'. [duplicateExpression]
openocd-0.9.0/src/target/arm_disassembler.c:1501:16: style: Expression '(X & 0x600000) == 0x100000' is always false. [comparisonError]
openocd-0.9.0/src/target/arm_disassembler.c:1523:15: style: Expression '(X & 0x600000) == 0x300000' is always false. [comparisonError]
openocd-0.9.0/src/target/arm_disassembler.c:1544:16: style: Expression '(X & 0x600000) == 0x100000' is always false. [comparisonError]
openocd-0.9.0/src/target/arm_dpm.c:874:56: style: Function 'arm_dpm_report_wfar' argument 2 names different: declaration 'wfar' definition 'addr'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/arm_dpm.h:141:53: note: Function 'arm_dpm_report_wfar' argument 2 names different: declaration 'wfar' definition 'addr'.
openocd-0.9.0/src/target/arm_dpm.c:874:56: note: Function 'arm_dpm_report_wfar' argument 2 names different: declaration 'wfar' definition 'addr'.
openocd-0.9.0/src/target/arm_dpm.c:897:56: style: Function 'arm_dpm_report_dscr' argument 2 names different: declaration 'dcsr' definition 'dscr'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/arm_dpm.h:201:56: note: Function 'arm_dpm_report_dscr' argument 2 names different: declaration 'dcsr' definition 'dscr'.
openocd-0.9.0/src/target/arm_dpm.c:897:56: note: Function 'arm_dpm_report_dscr' argument 2 names different: declaration 'dcsr' definition 'dscr'.
openocd-0.9.0/src/target/arm_jtag.c:67:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/arm_jtag.c:61:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm_jtag.c:67:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/arm_semihosting.c:389:12: style: The scope of the variable 'cmd' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm_semihosting.c:473:15: style: The scope of the variable 'lr' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm_semihosting.c:473:19: style: The scope of the variable 'spsr' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm_simulator.c:591:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/target/arm_simulator.c:44:22: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 43. [shiftTooManyBits]
openocd-0.9.0/src/target/arm_simulator.c:43:43: note: Assuming that condition 'shift_amount<=32' is not redundant
openocd-0.9.0/src/target/arm_simulator.c:44:22: note: Shift
openocd-0.9.0/src/target/arm_simulator.c:53:22: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 52. [shiftTooManyBits]
openocd-0.9.0/src/target/arm_simulator.c:52:43: note: Assuming that condition 'shift_amount<=32' is not redundant
openocd-0.9.0/src/target/arm_simulator.c:53:22: note: Shift
openocd-0.9.0/src/target/arm_simulator.c:67:22: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 61. [shiftTooManyBits]
openocd-0.9.0/src/target/arm_simulator.c:61:43: note: Assuming that condition 'shift_amount<=32' is not redundant
openocd-0.9.0/src/target/arm_simulator.c:67:22: note: Shift
openocd-0.9.0/src/target/arm_simulator.c:389:40: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
openocd-0.9.0/src/target/arm_simulator.c:391:40: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
openocd-0.9.0/src/target/armv7a.c:99:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/armv7a.c:95:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/armv7a.c:99:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/armv7a.c:290:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/armv7a.c:284:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/armv7a.c:290:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/armv7a.c:468:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/armv7a.c:461:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/armv7a.c:468:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/armv7a.c:589:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/armv7a.c:585:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/armv7a.c:589:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/armv7a.c:441:18: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/armv7a.c:516:17: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/armv7a.c:609:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/target/armv7m.c:235:59: portability: 'armv7m->arm.core_cache->reg_list[num].value' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openocd-0.9.0/src/target/avr32_jtag.c:31:6: style: The scope of the variable 'busy' can be reduced. [variableScope]
openocd-0.9.0/src/target/avr32_mem.c:32:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/avr32_mem.c:150:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/avr32_mem.c:105:10: style: Variable 'data' is not assigned a value. [unassignedVariable]
openocd-0.9.0/src/target/avrt.c:209:61: style: Function 'mcu_write_dr_u32' argument 2 names different: declaration 'ir_in' definition 'dr_in'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/avrt.c:50:61: note: Function 'mcu_write_dr_u32' argument 2 names different: declaration 'ir_in' definition 'dr_in'.
openocd-0.9.0/src/target/avrt.c:209:61: note: Function 'mcu_write_dr_u32' argument 2 names different: declaration 'ir_in' definition 'dr_in'.
openocd-0.9.0/src/target/avrt.c:210:12: style: Function 'mcu_write_dr_u32' argument 3 names different: declaration 'ir_out' definition 'dr_out'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/avrt.c:50:77: note: Function 'mcu_write_dr_u32' argument 3 names different: declaration 'ir_out' definition 'dr_out'.
openocd-0.9.0/src/target/avrt.c:210:12: note: Function 'mcu_write_dr_u32' argument 3 names different: declaration 'ir_out' definition 'dr_out'.
openocd-0.9.0/src/target/breakpoints.c:230:18: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/breakpoints.c:254:18: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/breakpoints.c:276:18: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/breakpoints.c:340:6: style: The scope of the variable 'found' can be reduced. [variableScope]
openocd-0.9.0/src/target/breakpoints.c:343:18: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/breakpoints.c:368:18: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/breakpoints.c:123:3: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
openocd-0.9.0/src/target/breakpoints.c:175:3: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
openocd-0.9.0/src/target/cortex_a.c:1353:6: style: Condition 'handle_breakpoints' is always true [knownConditionTrueFalse]
openocd-0.9.0/src/target/cortex_a.c:1352:23: note: Assignment 'handle_breakpoints=1', assigned value is 1
openocd-0.9.0/src/target/cortex_a.c:1353:6: note: Condition 'handle_breakpoints' is always true
openocd-0.9.0/src/target/cortex_a.c:262:11: warning: Either the condition 'if(dscr_p)' is redundant or there is possible null pointer dereference: dscr. [nullPointerRedundantCheck]
openocd-0.9.0/src/target/cortex_a.c:319:5: note: Assuming that condition 'if(dscr_p)' is not redundant
openocd-0.9.0/src/target/cortex_a.c:296:43: note: Calling function 'cortex_a_wait_instrcmpl', 2nd argument 'dscr' value is 0
openocd-0.9.0/src/target/cortex_a.c:262:11: note: Null pointer dereference
openocd-0.9.0/src/target/cortex_a.c:336:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/cortex_a.c:332:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:336:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:427:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/cortex_a.c:418:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:427:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:927:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/cortex_a.c:918:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:927:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:1186:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/cortex_a.c:1175:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:1186:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:2840:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/cortex_a.c:2834:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:2840:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:2993:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/cortex_a.c:2990:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:2993:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_a.c:716:0: style: Same expression used in consecutive assignments of 'vr' and 'cr'. [duplicateAssignExpression]
openocd-0.9.0/src/target/cortex_a.c:717:0: note: Same expression used in consecutive assignments of 'vr' and 'cr'.
openocd-0.9.0/src/target/cortex_a.c:716:0: note: Same expression used in consecutive assignments of 'vr' and 'cr'.
openocd-0.9.0/src/target/cortex_a.c:802:17: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:819:17: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:1119:17: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:1139:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:1173:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:1174:11: style: The scope of the variable 'regfile' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:1420:6: style: The scope of the variable 'brp_i' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:1421:11: style: The scope of the variable 'control' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:1422:10: style: The scope of the variable 'byte_addr_select' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:1876:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:1998:19: style: The scope of the variable 'upper4' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:2358:11: style: The scope of the variable 'new_dscr' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:2606:11: style: The scope of the variable 'virt' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:2743:11: style: The scope of the variable 'virt' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:2796:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:3143:17: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:3162:17: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_a.c:1433:18: style: Array index 'brp_i' is used before limits check. [arrayIndexThenCheck]
openocd-0.9.0/src/target/cortex_m.c:498:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/cortex_m.c:492:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_m.c:498:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/cortex_m.c:1127:6: style: The scope of the variable 'fp_num' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_m.c:1128:11: style: The scope of the variable 'hilo' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_m.c:1881:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/target/cortex_m.c:1141:25: style: Array index 'fp_num' is used before limits check. [arrayIndexThenCheck]
openocd-0.9.0/src/target/cortex_m.c:460:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/target/dsp563xx.c:1089:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/dsp563xx.c:1088:3: note: Variable 'err' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/dsp563xx.c:1089:3: note: Variable 'err' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/dsp563xx.c:1090:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/dsp563xx.c:1089:3: note: Variable 'err' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/dsp563xx.c:1090:3: note: Variable 'err' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/dsp563xx.c:747:28: style: The scope of the variable 'arch_info' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp563xx.c:797:28: style: The scope of the variable 'arch_info' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp563xx.c:876:28: style: The scope of the variable 'arch_info' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp563xx.c:925:11: style: The scope of the variable 'chip' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp563xx.c:1320:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp563xx.c:1514:11: style: The scope of the variable 'data' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp563xx.c:1695:11: style: The scope of the variable 'data' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp563xx.c:2153:22: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp563xx.c:2156:20: style: The scope of the variable 'b' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp563xx.c:1090:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openocd-0.9.0/src/target/dsp5680xx.c:748:2: warning: Either the condition 'tap_chp==NULL' is redundant or there is possible null pointer dereference: tap_chp. [nullPointerRedundantCheck]
openocd-0.9.0/src/target/dsp5680xx.c:736:14: note: Assuming that condition 'tap_chp==NULL' is not redundant
openocd-0.9.0/src/target/dsp5680xx.c:748:2: note: Null pointer dereference
openocd-0.9.0/src/target/dsp5680xx.c:749:2: warning: Either the condition 'tap_cpu==NULL' is redundant or there is possible null pointer dereference: tap_cpu. [nullPointerRedundantCheck]
openocd-0.9.0/src/target/dsp5680xx.c:742:14: note: Assuming that condition 'tap_cpu==NULL' is not redundant
openocd-0.9.0/src/target/dsp5680xx.c:749:2: note: Null pointer dereference
openocd-0.9.0/src/target/dsp5680xx.c:769:2: warning: Either the condition 'tap_chp==NULL' is redundant or there is possible null pointer dereference: tap_chp. [nullPointerRedundantCheck]
openocd-0.9.0/src/target/dsp5680xx.c:736:14: note: Assuming that condition 'tap_chp==NULL' is not redundant
openocd-0.9.0/src/target/dsp5680xx.c:769:2: note: Null pointer dereference
openocd-0.9.0/src/target/dsp5680xx.c:1129:5: warning: Either the condition 'protected==NULL' is redundant or there is possible null pointer dereference: data_read. [nullPointerRedundantCheck]
openocd-0.9.0/src/target/dsp5680xx.c:1602:16: note: Assuming that condition 'protected==NULL' is not redundant
openocd-0.9.0/src/target/dsp5680xx.c:1610:7: note: Calling function 'dsp5680xx_read_16_single', 3rd argument 'data_read' value is 0
openocd-0.9.0/src/target/dsp5680xx.c:1129:5: note: Null pointer dereference
openocd-0.9.0/src/target/dsp5680xx.c:2165:2: warning: Either the condition 'tap_chp==NULL' is redundant or there is possible null pointer dereference: tap_chp. [nullPointerRedundantCheck]
openocd-0.9.0/src/target/dsp5680xx.c:2140:14: note: Assuming that condition 'tap_chp==NULL' is not redundant
openocd-0.9.0/src/target/dsp5680xx.c:2165:2: note: Null pointer dereference
openocd-0.9.0/src/target/dsp5680xx.c:2179:2: warning: Either the condition 'tap_chp==NULL' is redundant or there is possible null pointer dereference: tap_chp. [nullPointerRedundantCheck]
openocd-0.9.0/src/target/dsp5680xx.c:2140:14: note: Assuming that condition 'tap_chp==NULL' is not redundant
openocd-0.9.0/src/target/dsp5680xx.c:2179:2: note: Null pointer dereference
openocd-0.9.0/src/target/dsp5680xx.c:2219:2: warning: Either the condition 'tap_cpu==NULL' is redundant or there is possible null pointer dereference: tap_cpu. [nullPointerRedundantCheck]
openocd-0.9.0/src/target/dsp5680xx.c:2146:14: note: Assuming that condition 'tap_cpu==NULL' is not redundant
openocd-0.9.0/src/target/dsp5680xx.c:2219:2: note: Null pointer dereference
openocd-0.9.0/src/target/dsp5680xx.c:2220:2: warning: Either the condition 'tap_chp==NULL' is redundant or there is possible null pointer dereference: tap_chp. [nullPointerRedundantCheck]
openocd-0.9.0/src/target/dsp5680xx.c:2140:14: note: Assuming that condition 'tap_chp==NULL' is not redundant
openocd-0.9.0/src/target/dsp5680xx.c:2220:2: note: Null pointer dereference
openocd-0.9.0/src/target/dsp5680xx.c:2261:2: warning: Either the condition 'tap_cpu==NULL' is redundant or there is possible null pointer dereference: tap_cpu. [nullPointerRedundantCheck]
openocd-0.9.0/src/target/dsp5680xx.c:2254:14: note: Assuming that condition 'tap_cpu==NULL' is not redundant
openocd-0.9.0/src/target/dsp5680xx.c:2261:2: note: Null pointer dereference
openocd-0.9.0/src/target/dsp5680xx.c:2262:2: warning: Either the condition 'tap_chp==NULL' is redundant or there is possible null pointer dereference: tap_chp. [nullPointerRedundantCheck]
openocd-0.9.0/src/target/dsp5680xx.c:2248:14: note: Assuming that condition 'tap_chp==NULL' is not redundant
openocd-0.9.0/src/target/dsp5680xx.c:2262:2: note: Null pointer dereference
openocd-0.9.0/src/target/dsp5680xx.c:727:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/dsp5680xx.c:716:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/dsp5680xx.c:727:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/dsp5680xx.c:1188:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/dsp5680xx.c:1184:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/dsp5680xx.c:1188:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/dsp5680xx.c:1264:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/dsp5680xx.c:1262:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/dsp5680xx.c:1264:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/dsp5680xx.c:130:11: style: The scope of the variable 'tap_ir_len' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp5680xx.c:1294:11: style: The scope of the variable 'data_16' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp5680xx.c:1566:11: style: The scope of the variable 'sim_addr' can be reduced. [variableScope]
openocd-0.9.0/src/target/dsp5680xx.c:1986:35: style: Function 'dsp5680xx_f_wr' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/dsp5680xx.h:320:35: note: Function 'dsp5680xx_f_wr' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/dsp5680xx.c:1986:35: note: Function 'dsp5680xx_f_wr' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/dsp5680xx.c:1986:53: style: Function 'dsp5680xx_f_wr' argument 2 names different: declaration 'buffer' definition 'b'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/dsp5680xx.h:320:59: note: Function 'dsp5680xx_f_wr' argument 2 names different: declaration 'buffer' definition 'b'.
openocd-0.9.0/src/target/dsp5680xx.c:1986:53: note: Function 'dsp5680xx_f_wr' argument 2 names different: declaration 'buffer' definition 'b'.
openocd-0.9.0/src/target/dsp5680xx.c:1986:65: style: Function 'dsp5680xx_f_wr' argument 3 names different: declaration 'address' definition 'a'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/dsp5680xx.h:320:76: note: Function 'dsp5680xx_f_wr' argument 3 names different: declaration 'address' definition 'a'.
openocd-0.9.0/src/target/dsp5680xx.c:1986:65: note: Function 'dsp5680xx_f_wr' argument 3 names different: declaration 'address' definition 'a'.
openocd-0.9.0/src/target/embeddedice.c:392:2: style: Variable 'field1_out[0]' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/embeddedice.c:367:2: note: Variable 'field1_out[0]' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/embeddedice.c:392:2: note: Variable 'field1_out[0]' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/embeddedice.c:312:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/embeddedice.c:392:2: style: Variable 'field1_out' is assigned a value that is never used. [unreadVariable]
openocd-0.9.0/src/target/embeddedice.c:375:2: style: Variable 'field2_out' is assigned a value that is never used. [unreadVariable]
openocd-0.9.0/src/target/embeddedice.c:443:4: style: Variable 'field1_out' is assigned a value that is never used. [unreadVariable]
openocd-0.9.0/src/target/embeddedice.c:433:2: style: Variable 'field2_out' is assigned a value that is never used. [unreadVariable]
openocd-0.9.0/src/target/embeddedice.c:549:2: style: Variable 'field1_out' is assigned a value that is never used. [unreadVariable]
openocd-0.9.0/src/target/embeddedice.c:554:2: style: Variable 'field2_out' is assigned a value that is never used. [unreadVariable]
openocd-0.9.0/src/target/embeddedice.c:606:2: style: Variable 'field1_out' is assigned a value that is never used. [unreadVariable]
openocd-0.9.0/src/target/embeddedice.c:611:2: style: Variable 'field2_out' is assigned a value that is never used. [unreadVariable]
openocd-0.9.0/src/target/etb.c:135:2: style: Variable 'reg_list' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/etb.c:129:0: note: Variable 'reg_list' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/etb.c:135:2: note: Variable 'reg_list' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/etb.c:136:2: style: Variable 'arch_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/etb.c:130:0: note: Variable 'arch_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/etb.c:136:2: note: Variable 'arch_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/etb.c:475:6: style: The scope of the variable 'etb_timeout' can be reduced. [variableScope]
openocd-0.9.0/src/target/etm.c:305:2: style: Variable 'reg_list' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/etm.c:300:0: note: Variable 'reg_list' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/etm.c:305:2: note: Variable 'reg_list' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/etm.c:306:2: style: Variable 'arch_info' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/etm.c:301:0: note: Variable 'arch_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/etm.c:306:2: note: Variable 'arch_info' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/etm.c:841:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/etm.c:325:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/target/hla_target.c:418:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/target/image.c:560:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openocd-0.9.0/src/target/image.c:698:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/image.c:696:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/image.c:698:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/image.c:475:9: style: The scope of the variable 'read_size' can be reduced. [variableScope]
openocd-0.9.0/src/target/image.c:476:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/image.c:818:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/image.c:1023:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/target/lakemont.c:864:33: style: Redundant condition: If 'EXPR == 1', the comparison 'EXPR != 4' is always true. [redundantCondition]
openocd-0.9.0/src/target/lakemont.c:317:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/lakemont.c:312:0: note: Variable 'err' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/lakemont.c:317:2: note: Variable 'err' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/lakemont.c:925:5: style: Variable 'bp' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/lakemont.c:924:0: note: Variable 'bp' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/lakemont.c:925:5: note: Variable 'bp' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/lakemont.c:1039:13: style: Same expression on both sides of '==' because the value of 'retval' and 'ERROR_OK' are the same. [duplicateExpression]
openocd-0.9.0/src/target/lakemont.c:1033:15: note: 'retval' is assigned value 'ERROR_OK' here.
openocd-0.9.0/src/target/lakemont.c:1039:13: note: Same expression on both sides of '==' because the value of 'retval' and 'ERROR_OK' are the same.
openocd-0.9.0/src/target/lakemont.c:260:11: style: The scope of the variable 'data' can be reduced. [variableScope]
openocd-0.9.0/src/target/lakemont.c:298:40: style: Function 'save_context' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/lakemont.c:48:40: note: Function 'save_context' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/lakemont.c:298:40: note: Function 'save_context' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/lakemont.c:310:43: style: Function 'restore_context' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/lakemont.c:49:43: note: Function 'restore_context' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/lakemont.c:310:43: note: Function 'restore_context' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/lakemont.c:372:59: style: Function 'lakemont_build_reg_cache' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/lakemont.c:63:20: note: Function 'lakemont_build_reg_cache' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/lakemont.c:372:59: note: Function 'lakemont_build_reg_cache' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/lakemont.c:80:11: style: struct member 'Anonymous2::bits' is never used. [unusedStructMember]
openocd-0.9.0/src/target/lakemont.c:511:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/target/lakemont.c:512:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/target/lakemont.c:520:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/target/lakemont.c:521:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openocd-0.9.0/src/target/mips32_dmaacc.c:371:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips32_dmaacc.c:385:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips32_dmaacc.c:399:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips32_dmaacc.c:427:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips32_dmaacc.c:441:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips32_dmaacc.c:455:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips32_pracc.c:79:12: style: struct member 'mips32_pracc_context::local_oparam' is never used. [unusedStructMember]
openocd-0.9.0/src/target/mips32_pracc.c:80:6: style: struct member 'mips32_pracc_context::num_oparam' is never used. [unusedStructMember]
openocd-0.9.0/src/target/mips32_pracc.c:81:18: style: struct member 'mips32_pracc_context::code' is never used. [unusedStructMember]
openocd-0.9.0/src/target/mips32_pracc.c:82:6: style: struct member 'mips32_pracc_context::code_len' is never used. [unusedStructMember]
openocd-0.9.0/src/target/mips32_pracc.c:83:11: style: struct member 'mips32_pracc_context::stack' is never used. [unusedStructMember]
openocd-0.9.0/src/target/mips32_pracc.c:84:6: style: struct member 'mips32_pracc_context::stack_offset' is never used. [unusedStructMember]
openocd-0.9.0/src/target/mips32_pracc.c:85:21: style: struct member 'mips32_pracc_context::ejtag_info' is never used. [unusedStructMember]
openocd-0.9.0/src/target/mips_ejtag.c:438:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/target/mips_m4k.c:1183:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/mips_m4k.c:1182:0: note: Variable 't' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/mips_m4k.c:1183:2: note: Variable 't' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/mips_m4k.c:57:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips_m4k.c:129:17: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips_m4k.c:145:17: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips_m4k.c:404:17: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips_m4k.c:691:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips_m4k.c:1272:17: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips_m4k.c:1291:17: style: The scope of the variable 'curr' can be reduced. [variableScope]
openocd-0.9.0/src/target/mips_m4k.c:202:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/target/mips_m4k.c:205:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/target/mips_m4k.c:610:25: style: Array index 'bp_num' is used before limits check. [arrayIndexThenCheck]
openocd-0.9.0/src/target/mips_m4k.c:816:24: style: Array index 'wp_num' is used before limits check. [arrayIndexThenCheck]
openocd-0.9.0/src/target/nds32.c:637:11: style: The scope of the variable 'dlm_start' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32.c:637:22: style: The scope of the variable 'dlm_end' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32.c:638:11: style: The scope of the variable 'ilm_start' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32.c:638:22: style: The scope of the variable 'ilm_end' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32.c:774:7: style: The scope of the variable 'read_len' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32.c:897:7: style: The scope of the variable 'write_len' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32.c:1993:11: style: The scope of the variable 'passcode_length' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32.c:1994:7: style: The scope of the variable 'command_sequence' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32.c:1996:7: style: The scope of the variable 'code_str' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32.c:1997:11: style: The scope of the variable 'copy_length' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32.c:2251:7: style: The scope of the variable 'backup_virtual_hosting_setting' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32.c:1789:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/target/nds32.c:1791:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/target/nds32.c:1820:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/target/nds32.c:1842:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/target/nds32.c:1844:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/target/nds32.c:1862:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openocd-0.9.0/src/target/nds32_cmd.c:83:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openocd-0.9.0/src/target/nds32_cmd.c:85:3: note: Found duplicate branches for 'if' and 'else'.
openocd-0.9.0/src/target/nds32_cmd.c:83:8: note: Found duplicate branches for 'if' and 'else'.
openocd-0.9.0/src/target/nds32_cmd.c:164:6: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32_cmd.c:237:6: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32_cmd.c:292:6: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32_cmd.c:758:6: style: The scope of the variable 'result' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32_cmd.c:759:11: style: The scope of the variable 'address' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32_disassembler.c:3435:7: style: Variable 'instruction->info.rt' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/nds32_disassembler.c:3434:7: note: Variable 'instruction->info.rt' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/nds32_disassembler.c:3435:7: note: Variable 'instruction->info.rt' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/nds32_v2.c:393:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32_v3.c:233:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32_v3.c:262:12: style: The scope of the variable 'interrupt_level' can be reduced. [variableScope]
openocd-0.9.0/src/target/nds32_v3m.c:225:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/oocd_trace.c:36:24: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
openocd-0.9.0/src/target/oocd_trace.c:78:10: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
openocd-0.9.0/src/target/openrisc/or1k.c:237:2: error: Common realloc mistake: 'or1k_core_reg_list_arch_info' nulled but not freed upon failure [memleakOnRealloc]
openocd-0.9.0/src/target/openrisc/or1k_du_adv.c:1015:25: style: The scope of the variable 'wrapbit' can be reduced. [variableScope]
openocd-0.9.0/src/target/smp.c:84:6: style: The scope of the variable 'coreid' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:6128:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/target.c:6127:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/target.c:6128:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/target.c:2089:11: style: The scope of the variable 'i' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:2726:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:2727:22: style: The scope of the variable 'cur' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:3093:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:3131:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:3866:11: style: The scope of the variable 'count' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:3869:13: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:4055:11: style: The scope of the variable 'count' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:4058:13: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:5384:14: style: The scope of the variable 'targetname' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:5515:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:5561:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:5686:8: style: The scope of the variable 'display' can be reduced. [variableScope]
openocd-0.9.0/src/target/target.c:275:46: style: Function 'target_state_name' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/target.h:588:46: note: Function 'target_state_name' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/target.c:275:46: note: Function 'target_state_name' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/target.c:1108:23: style: Function 'target_hit_watchpoint' argument 2 names different: declaration 'watchpoint' definition 'hit_watchpoint'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/target.h:442:23: note: Function 'target_hit_watchpoint' argument 2 names different: declaration 'watchpoint' definition 'hit_watchpoint'.
openocd-0.9.0/src/target/target.c:1108:23: note: Function 'target_hit_watchpoint' argument 2 names different: declaration 'watchpoint' definition 'hit_watchpoint'.
openocd-0.9.0/src/target/target.c:4197:41: style: Function 'target_handle_event' argument 1 names different: declaration 't' definition 'target'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/target.h:656:41: note: Function 'target_handle_event' argument 1 names different: declaration 't' definition 'target'.
openocd-0.9.0/src/target/target.c:4197:41: note: Function 'target_handle_event' argument 1 names different: declaration 't' definition 'target'.
openocd-0.9.0/src/target/target_request.c:217:30: style: The scope of the variable 'p' can be reduced. [variableScope]
openocd-0.9.0/src/target/x86_32_common.c:91:49: style: Function 'x86_32_common_init_arch_info' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/x86_32_common.h:303:49: note: Function 'x86_32_common_init_arch_info' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/x86_32_common.c:91:49: note: Function 'x86_32_common_init_arch_info' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/x86_32_common.c:1115:42: style: Function 'set_breakpoint' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/x86_32_common.c:57:42: note: Function 'set_breakpoint' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/x86_32_common.c:1115:42: note: Function 'set_breakpoint' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/x86_32_common.c:1115:64: style: Function 'set_breakpoint' argument 2 names different: declaration 'breakpoint' definition 'bp'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/x86_32_common.c:58:23: note: Function 'set_breakpoint' argument 2 names different: declaration 'breakpoint' definition 'bp'.
openocd-0.9.0/src/target/x86_32_common.c:1115:64: note: Function 'set_breakpoint' argument 2 names different: declaration 'breakpoint' definition 'bp'.
openocd-0.9.0/src/target/x86_32_common.c:1148:44: style: Function 'unset_breakpoint' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/x86_32_common.c:59:44: note: Function 'unset_breakpoint' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/x86_32_common.c:1148:44: note: Function 'unset_breakpoint' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/x86_32_common.c:1148:66: style: Function 'unset_breakpoint' argument 2 names different: declaration 'breakpoint' definition 'bp'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/x86_32_common.c:60:23: note: Function 'unset_breakpoint' argument 2 names different: declaration 'breakpoint' definition 'bp'.
openocd-0.9.0/src/target/x86_32_common.c:1148:66: note: Function 'unset_breakpoint' argument 2 names different: declaration 'breakpoint' definition 'bp'.
openocd-0.9.0/src/target/x86_32_common.c:1173:42: style: Function 'set_watchpoint' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/x86_32_common.c:61:42: note: Function 'set_watchpoint' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/x86_32_common.c:1173:42: note: Function 'set_watchpoint' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/x86_32_common.c:1173:64: style: Function 'set_watchpoint' argument 2 names different: declaration 'watchpoint' definition 'wp'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/x86_32_common.c:62:23: note: Function 'set_watchpoint' argument 2 names different: declaration 'watchpoint' definition 'wp'.
openocd-0.9.0/src/target/x86_32_common.c:1173:64: note: Function 'set_watchpoint' argument 2 names different: declaration 'watchpoint' definition 'wp'.
openocd-0.9.0/src/target/x86_32_common.c:1230:44: style: Function 'unset_watchpoint' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/x86_32_common.c:63:44: note: Function 'unset_watchpoint' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/x86_32_common.c:1230:44: note: Function 'unset_watchpoint' argument 1 names different: declaration 'target' definition 't'.
openocd-0.9.0/src/target/x86_32_common.c:1230:66: style: Function 'unset_watchpoint' argument 2 names different: declaration 'watchpoint' definition 'wp'. [funcArgNamesDifferent]
openocd-0.9.0/src/target/x86_32_common.c:64:23: note: Function 'unset_watchpoint' argument 2 names different: declaration 'watchpoint' definition 'wp'.
openocd-0.9.0/src/target/x86_32_common.c:1230:66: note: Function 'unset_watchpoint' argument 2 names different: declaration 'watchpoint' definition 'wp'.
openocd-0.9.0/src/target/x86_32_common.c:973:23: style: Array index 'hwbp_num' is used before limits check. [arrayIndexThenCheck]
openocd-0.9.0/src/target/x86_32_common.c:1191:23: style: Array index 'wp_num' is used before limits check. [arrayIndexThenCheck]
openocd-0.9.0/src/target/xscale.c:1222:4: style: Variable 'xscale->trace.mode' is reassigned a value before the old one has been used. [redundantAssignment]
openocd-0.9.0/src/target/xscale.c:1216:4: note: Variable 'xscale->trace.mode' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/xscale.c:1222:4: note: Variable 'xscale->trace.mode' is reassigned a value before the old one has been used.
openocd-0.9.0/src/target/xscale.c:257:6: style: The scope of the variable 'words_scheduled' can be reduced. [variableScope]
openocd-0.9.0/src/target/xscale.c:2167:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openocd-0.9.0/src/target/xscale.c:3217:11: style: The scope of the variable 'catch' can be reduced. [variableScope]
openocd-0.9.0/src/target/xscale.c:1841:0: error: Memory leak: buf32 [memleak]
openocd-0.9.0/src/transport/transport.c:278:6: style: The scope of the variable 'res' can be reduced. [variableScope]
[13:08]

ftp://ftp.se.debian.org/debian/pool/main/o/openoffice-python/openoffice-python_0.1+20110209.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openoffice.org-dictionaries/openoffice.org-dictionaries_3.3.0~rc10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openoffice.org-en-au/openoffice.org-en-au_2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openoffice.org-hyphenation-pl/openoffice.org-hyphenation-pl_3.0a.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openoffice.org-thesaurus-pl/openoffice.org-thesaurus-pl_1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openopt/openopt_0.38+svn1589.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openorienteering-mapper/openorienteering-mapper_0.8.1.1.orig.tar.gz
mapper-0.8.1.1/3rd-party/qtsingleapplication/src/qtlockedfile.h:73:5: style: Class 'QtLockedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/3rd-party/qtsingleapplication/src/qtsingleapplication.cpp:167:57: style: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'. [funcArgNamesDifferent]
mapper-0.8.1.1/3rd-party/qtsingleapplication/src/qtsingleapplication.h:70:40: note: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'.
mapper-0.8.1.1/3rd-party/qtsingleapplication/src/qtsingleapplication.cpp:167:57: note: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'.
mapper-0.8.1.1/3rd-party/qtsingleapplication/src/qtsinglecoreapplication.cpp:86:65: style: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'. [funcArgNamesDifferent]
mapper-0.8.1.1/3rd-party/qtsingleapplication/src/qtsinglecoreapplication.h:54:44: note: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'.
mapper-0.8.1.1/3rd-party/qtsingleapplication/src/qtsinglecoreapplication.cpp:86:65: note: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'.
mapper-0.8.1.1/src/core/autosave.cpp:35:1: error: Member variable 'document' is initialized by itself. [selfInitialization]
mapper-0.8.1.1/src/core/autosave_p.h:44:2: style: Class 'AutosavePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/crs_template.cpp:49:59: style: Function 'CRSTemplateParameter' argument 1 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/crs_template.h:79:38: note: Function 'CRSTemplateParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template.cpp:49:59: note: Function 'CRSTemplateParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template.cpp:49:79: style: Function 'CRSTemplateParameter' argument 2 names different: declaration 'name' definition 'description'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/crs_template.h:79:57: note: Function 'CRSTemplateParameter' argument 2 names different: declaration 'name' definition 'description'.
mapper-0.8.1.1/src/core/crs_template.cpp:49:79: note: Function 'CRSTemplateParameter' argument 2 names different: declaration 'name' definition 'description'.
mapper-0.8.1.1/src/core/crs_template.cpp:71:24: style: Function 'CRSTemplate' argument 1 names different: declaration 'template_id' definition 'id'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/crs_template.h:167:25: note: Function 'CRSTemplate' argument 1 names different: declaration 'template_id' definition 'id'.
mapper-0.8.1.1/src/core/crs_template.cpp:71:24: note: Function 'CRSTemplate' argument 1 names different: declaration 'template_id' definition 'id'.
mapper-0.8.1.1/src/core/crs_template.cpp:72:24: style: Function 'CRSTemplate' argument 2 names different: declaration 'template_name' definition 'name'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/crs_template.h:168:25: note: Function 'CRSTemplate' argument 2 names different: declaration 'template_name' definition 'name'.
mapper-0.8.1.1/src/core/crs_template.cpp:72:24: note: Function 'CRSTemplate' argument 2 names different: declaration 'template_name' definition 'name'.
mapper-0.8.1.1/src/core/crs_template_implementation.cpp:105:45: style: Function 'TextParameter' argument 1 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/crs_template_implementation.h:59:31: note: Function 'TextParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template_implementation.cpp:105:45: note: Function 'TextParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template_implementation.cpp:138:53: style: Function 'FullSpecParameter' argument 1 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/crs_template_implementation.h:78:35: note: Function 'FullSpecParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template_implementation.cpp:138:53: note: Function 'FullSpecParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template_implementation.cpp:167:51: style: Function 'UTMZoneParameter' argument 1 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/crs_template_implementation.h:91:34: note: Function 'UTMZoneParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template_implementation.cpp:167:51: note: Function 'UTMZoneParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template_implementation.cpp:236:53: style: Function 'IntRangeParameter' argument 1 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/crs_template_implementation.h:116:35: note: Function 'IntRangeParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template_implementation.cpp:236:53: note: Function 'IntRangeParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template_implementation.cpp:242:53: style: Function 'IntRangeParameter' argument 1 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/crs_template_implementation.h:117:35: note: Function 'IntRangeParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template_implementation.cpp:242:53: note: Function 'IntRangeParameter' argument 1 names different: declaration 'id' definition 'key'.
mapper-0.8.1.1/src/core/crs_template_implementation.cpp:209:58: performance: Function parameter 'lat_lon' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/georeferencing.cpp:218:2: style: Variable 'projected_ref_point' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
mapper-0.8.1.1/src/core/georeferencing.cpp:215:2: note: Variable 'projected_ref_point' is reassigned a value before the old one has been used if variable is no semaphore variable.
mapper-0.8.1.1/src/core/georeferencing.cpp:218:2: note: Variable 'projected_ref_point' is reassigned a value before the old one has been used if variable is no semaphore variable.
mapper-0.8.1.1/src/core/georeferencing.cpp:257:24: style: Checking if unsigned variable 'scale_denominator' is less than zero. [unsignedLessThanZero]
mapper-0.8.1.1/src/core/georeferencing.cpp:173:54: style: Function 'Georeferencing' argument 1 names different: declaration 'georeferencing' definition 'other'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/georeferencing.h:150:39: note: Function 'Georeferencing' argument 1 names different: declaration 'georeferencing' definition 'other'.
mapper-0.8.1.1/src/core/georeferencing.cpp:173:54: note: Function 'Georeferencing' argument 1 names different: declaration 'georeferencing' definition 'other'.
mapper-0.8.1.1/src/core/georeferencing.cpp:484:44: style: Function 'setDeclination' argument 1 names different: declaration 'declination' definition 'value'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/georeferencing.h:271:29: note: Function 'setDeclination' argument 1 names different: declaration 'declination' definition 'value'.
mapper-0.8.1.1/src/core/georeferencing.cpp:484:44: note: Function 'setDeclination' argument 1 names different: declaration 'declination' definition 'value'.
mapper-0.8.1.1/src/core/georeferencing.cpp:491:42: style: Function 'setGrivation' argument 1 names different: declaration 'grivation' definition 'value'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/georeferencing.h:310:27: note: Function 'setGrivation' argument 1 names different: declaration 'grivation' definition 'value'.
mapper-0.8.1.1/src/core/georeferencing.cpp:491:42: note: Function 'setGrivation' argument 1 names different: declaration 'grivation' definition 'value'.
mapper-0.8.1.1/src/core/map_color.cpp:165:48: style: Function 'setSpotColorName' argument 1 names different: declaration 'spot_color_id' definition 'spot_color_name'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/map_color.h:272:39: note: Function 'setSpotColorName' argument 1 names different: declaration 'spot_color_id' definition 'spot_color_name'.
mapper-0.8.1.1/src/core/map_color.cpp:165:48: note: Function 'setSpotColorName' argument 1 names different: declaration 'spot_color_id' definition 'spot_color_name'.
mapper-0.8.1.1/src/core/map_color.cpp:225:44: style: Function 'setCmyk' argument 1 names different: declaration 'cmyk' definition 'new_cmyk'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/map_color.h:320:35: note: Function 'setCmyk' argument 1 names different: declaration 'cmyk' definition 'new_cmyk'.
mapper-0.8.1.1/src/core/map_color.cpp:225:44: note: Function 'setCmyk' argument 1 names different: declaration 'cmyk' definition 'new_cmyk'.
mapper-0.8.1.1/src/core/map_color.cpp:251:42: style: Function 'setRgb' argument 1 names different: declaration 'rgb' definition 'new_rgb'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/map_color.h:355:33: note: Function 'setRgb' argument 1 names different: declaration 'rgb' definition 'new_rgb'.
mapper-0.8.1.1/src/core/map_color.cpp:251:42: note: Function 'setRgb' argument 1 names different: declaration 'rgb' definition 'new_rgb'.
mapper-0.8.1.1/src/core/map_color.h:493:20: style: Technically the member function 'OpenOrienteering::MapColorMap::operator[]' can be const. [functionConst]
mapper-0.8.1.1/src/core/map_color.h:819:32: note: Technically the member function 'OpenOrienteering::MapColorMap::operator[]' can be const.
mapper-0.8.1.1/src/core/map_color.h:493:20: note: Technically the member function 'OpenOrienteering::MapColorMap::operator[]' can be const.
mapper-0.8.1.1/src/core/map_color.h:65:2: style: Struct 'MapColorCmyk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/map_color.h:112:2: style: Struct 'MapColorRgb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/map_color.h:210:2: style: Class 'MapColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/map_coord.h:956:38: style: Function 'operator/=' argument 1 names different: declaration 'scalar' definition 'divisor'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/map_coord.h:399:30: note: Function 'operator/=' argument 1 names different: declaration 'scalar' definition 'divisor'.
mapper-0.8.1.1/src/core/map_coord.h:956:38: note: Function 'operator/=' argument 1 names different: declaration 'scalar' definition 'divisor'.
mapper-0.8.1.1/src/core/map_coord.cpp:203:40: style: Function 'fromNative64' argument 1 names different: declaration 'x' definition 'x64'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/map_coord.h:258:38: note: Function 'fromNative64' argument 1 names different: declaration 'x' definition 'x64'.
mapper-0.8.1.1/src/core/map_coord.cpp:203:40: note: Function 'fromNative64' argument 1 names different: declaration 'x' definition 'x64'.
mapper-0.8.1.1/src/core/map_coord.cpp:203:52: style: Function 'fromNative64' argument 2 names different: declaration 'y' definition 'y64'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/map_coord.h:258:48: note: Function 'fromNative64' argument 2 names different: declaration 'y' definition 'y64'.
mapper-0.8.1.1/src/core/map_coord.cpp:203:52: note: Function 'fromNative64' argument 2 names different: declaration 'y' definition 'y64'.
mapper-0.8.1.1/src/core/map_coord.cpp:212:50: style: Function 'fromNative64withOffset' argument 1 names different: declaration 'x' definition 'x64'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/map_coord.h:266:48: note: Function 'fromNative64withOffset' argument 1 names different: declaration 'x' definition 'x64'.
mapper-0.8.1.1/src/core/map_coord.cpp:212:50: note: Function 'fromNative64withOffset' argument 1 names different: declaration 'x' definition 'x64'.
mapper-0.8.1.1/src/core/map_coord.cpp:212:62: style: Function 'fromNative64withOffset' argument 2 names different: declaration 'y' definition 'y64'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/map_coord.h:266:58: note: Function 'fromNative64withOffset' argument 2 names different: declaration 'y' definition 'y64'.
mapper-0.8.1.1/src/core/map_coord.cpp:212:62: note: Function 'fromNative64withOffset' argument 2 names different: declaration 'y' definition 'y64'.
mapper-0.8.1.1/src/core/map_coord.h:180:2: style: Class 'MapCoord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/map_coord.h:423:2: style: Class 'MapCoord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/map_grid.cpp:84:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/map_grid.cpp:87:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/map_grid.cpp:88:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/map_grid.cpp:89:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/map_grid.cpp:90:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/map_grid.cpp:59:2: performance: Variable 'color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/core/map_printer.cpp:271:20: style: Checking if unsigned variable 'options.scale' is less than zero. This might be a false warning. [unsignedLessThanZero]
mapper-0.8.1.1/src/core/map_printer.h:178:2: style: Class 'MapPrinterConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/map_view.cpp:104:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/map_view.cpp:105:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/map_view.cpp:126:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/map_view.cpp:139:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/map_view.cpp:295:44: style: Function 'calculateViewedRect' argument 1 names different: declaration 'view_rect' definition 'rect'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/map_view.h:179:36: note: Function 'calculateViewedRect' argument 1 names different: declaration 'view_rect' definition 'rect'.
mapper-0.8.1.1/src/core/map_view.cpp:295:44: note: Function 'calculateViewedRect' argument 1 names different: declaration 'view_rect' definition 'rect'.
mapper-0.8.1.1/src/core/map_view.cpp:309:49: style: Function 'calculateViewBoundingBox' argument 1 names different: declaration 'map_rect' definition 'rect'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/map_view.h:185:41: note: Function 'calculateViewBoundingBox' argument 1 names different: declaration 'map_rect' definition 'rect'.
mapper-0.8.1.1/src/core/map_view.cpp:309:49: note: Function 'calculateViewBoundingBox' argument 1 names different: declaration 'map_rect' definition 'rect'.
mapper-0.8.1.1/src/core/map_view.h:113:2: style: Class 'MapView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/objects/boolean_tool.h:125:7: style: Technically the member function 'OpenOrienteering::BooleanTool::executeForLine' can be const. [functionConst]
mapper-0.8.1.1/src/core/objects/boolean_tool.cpp:347:19: note: Technically the member function 'OpenOrienteering::BooleanTool::executeForLine' can be const.
mapper-0.8.1.1/src/core/objects/boolean_tool.h:125:7: note: Technically the member function 'OpenOrienteering::BooleanTool::executeForLine' can be const.
mapper-0.8.1.1/src/core/objects/object.cpp:312:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/objects/object.cpp:322:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/objects/object.cpp:333:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/objects/object.cpp:868:32: warning: Function 'PathPart' argument order different: declaration 'object, path' definition 'path, proto' [funcArgOrderDifferent]
mapper-0.8.1.1/src/core/objects/object.h:349:22: note: Function 'PathPart' argument order different: declaration 'object, path' definition 'path, proto'
mapper-0.8.1.1/src/core/objects/object.cpp:868:32: note: Function 'PathPart' argument order different: declaration 'object, path' definition 'path, proto'
mapper-0.8.1.1/src/core/objects/object.cpp:1477:110: style: Function 'removeFromLine' argument 3 names different: declaration 'end' definition 'end_index'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/objects/object.h:728:16: note: Function 'removeFromLine' argument 3 names different: declaration 'end' definition 'end_index'.
mapper-0.8.1.1/src/core/objects/object.cpp:1477:110: note: Function 'removeFromLine' argument 3 names different: declaration 'end' definition 'end_index'.
mapper-0.8.1.1/src/core/objects/object.h:1241:28: warning: Member variable 'ObjectPathCoord::object' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/core/objects/object.h:247:7: style: Technically the member function 'OpenOrienteering::Object::setOutputDirty' can be const. [functionConst]
mapper-0.8.1.1/src/core/objects/object.h:1094:14: note: Technically the member function 'OpenOrienteering::Object::setOutputDirty' can be const.
mapper-0.8.1.1/src/core/objects/object.h:247:7: note: Technically the member function 'OpenOrienteering::Object::setOutputDirty' can be const.
mapper-0.8.1.1/src/core/objects/object.h:767:7: style: Technically the member function 'OpenOrienteering::PathObject::reverse' can be const. [functionConst]
mapper-0.8.1.1/src/core/objects/object.cpp:2121:18: note: Technically the member function 'OpenOrienteering::PathObject::reverse' can be const.
mapper-0.8.1.1/src/core/objects/object.h:767:7: note: Technically the member function 'OpenOrienteering::PathObject::reverse' can be const.
mapper-0.8.1.1/src/core/objects/object.h:770:7: style: Technically the member function 'OpenOrienteering::PathObject::closeAllParts' can be const. [functionConst]
mapper-0.8.1.1/src/core/objects/object.cpp:2129:18: note: Technically the member function 'OpenOrienteering::PathObject::closeAllParts' can be const.
mapper-0.8.1.1/src/core/objects/object.h:770:7: note: Technically the member function 'OpenOrienteering::PathObject::closeAllParts' can be const.
mapper-0.8.1.1/src/core/objects/object.h:839:7: style: Technically the member function 'OpenOrienteering::PathObject::partSizeChanged' can be const. [functionConst]
mapper-0.8.1.1/src/core/objects/object.cpp:1199:18: note: Technically the member function 'OpenOrienteering::PathObject::partSizeChanged' can be const.
mapper-0.8.1.1/src/core/objects/object.h:839:7: note: Technically the member function 'OpenOrienteering::PathObject::partSizeChanged' can be const.
mapper-0.8.1.1/src/core/objects/object.h:1042:2: style: Struct 'ObjectPathCoord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/objects/object.h:330:1: warning: The class 'PathPart' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
mapper-0.8.1.1/src/core/objects/object_query.cpp:514:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
mapper-0.8.1.1/src/core/objects/object_query.h:224:1: style: The class 'ObjectQueryParser' does not have a constructor although it has private member variables. [noConstructor]
mapper-0.8.1.1/src/core/objects/object_query.h:135:2: style: Class 'ObjectQuery' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/objects/text_object.cpp:83:37: style: Function 'getX' argument 1 names different: declaration 'pos' definition 'index'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/objects/text_object.h:101:18: note: Function 'getX' argument 1 names different: declaration 'pos' definition 'index'.
mapper-0.8.1.1/src/core/objects/text_object.cpp:83:37: note: Function 'getX' argument 1 names different: declaration 'pos' definition 'index'.
mapper-0.8.1.1/src/core/objects/text_object.cpp:342:44: style: Function 'calcTextPositionAt' argument 1 names different: declaration 'coord' definition 'point'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/objects/text_object.h:307:33: note: Function 'calcTextPositionAt' argument 1 names different: declaration 'coord' definition 'point'.
mapper-0.8.1.1/src/core/objects/text_object.cpp:342:44: note: Function 'calcTextPositionAt' argument 1 names different: declaration 'coord' definition 'point'.
mapper-0.8.1.1/src/core/path_coord.h:266:57: performance: Function parameter 'index' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/path_coord.h:266:75: performance: Function parameter 'param' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/path_coord.cpp:517:70: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/path_coord.cpp:523:46: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/renderables/renderable.h:262:2: style: Class 'ObjectRenderables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/renderables/renderable.h:329:2: style: Class 'MapRenderables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/renderables/renderable.cpp:181:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
mapper-0.8.1.1/src/core/symbols/area_symbol.cpp:79:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/symbols/area_symbol.cpp:121:54: style: Function 'save' argument 1 names different: declaration 'file' definition 'xml'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/symbols/area_symbol.h:135:31: note: Function 'save' argument 1 names different: declaration 'file' definition 'xml'.
mapper-0.8.1.1/src/core/symbols/area_symbol.cpp:121:54: note: Function 'save' argument 1 names different: declaration 'file' definition 'xml'.
mapper-0.8.1.1/src/core/symbols/symbol.h:338:14: style: Technically the member function 'OpenOrienteering::Symbol::setHidden' can be const. [functionConst]
mapper-0.8.1.1/src/core/symbols/symbol.h:397:3: style: Struct 'compareByColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/symbols/area_symbol.cpp:525:36: performance: Function parameter 'second' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/symbols/line_symbol.cpp:514:18: style: Condition 'miter_limit<=0.0' is always false [knownConditionTrueFalse]
mapper-0.8.1.1/src/core/symbols/line_symbol.cpp:513:27: note: Assignment 'miter_limit=2.0*miterLimit()', assigned value is 2.0
mapper-0.8.1.1/src/core/symbols/line_symbol.cpp:514:18: note: Condition 'miter_limit<=0.0' is always false
mapper-0.8.1.1/src/core/symbols/line_symbol.cpp:1109:8: style: The scope of the variable 'path_coords' can be reduced. [variableScope]
mapper-0.8.1.1/src/core/symbols/point_symbol.cpp:221:15: style: The scope of the variable 'symbol' can be reduced. [variableScope]
mapper-0.8.1.1/src/core/symbols/symbol.cpp:269:14: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
mapper-0.8.1.1/src/core/symbols/symbol.cpp:267:61: note: outer condition: index>=0
mapper-0.8.1.1/src/core/symbols/symbol.cpp:269:14: note: opposite inner condition: index==-1
mapper-0.8.1.1/src/core/symbols/symbol_icon_decorator.cpp:47:44: style: Function 'draw' argument 1 names different: declaration 'p' definition 'painter'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/symbols/symbol_icon_decorator.h:60:22: note: Function 'draw' argument 1 names different: declaration 'p' definition 'painter'.
mapper-0.8.1.1/src/core/symbols/symbol_icon_decorator.cpp:47:44: note: Function 'draw' argument 1 names different: declaration 'p' definition 'painter'.
mapper-0.8.1.1/src/core/symbols/symbol_icon_decorator.cpp:83:47: style: Function 'draw' argument 1 names different: declaration 'p' definition 'painter'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/symbols/symbol_icon_decorator.h:81:22: note: Function 'draw' argument 1 names different: declaration 'p' definition 'painter'.
mapper-0.8.1.1/src/core/symbols/symbol_icon_decorator.cpp:83:47: note: Function 'draw' argument 1 names different: declaration 'p' definition 'painter'.
mapper-0.8.1.1/src/core/symbols/text_symbol.cpp:330:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/symbols/text_symbol.cpp:334:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/core/symbols/text_symbol.cpp:246:47: style: Function 'colorDeleted' argument 1 names different: declaration 'color' definition 'c'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/symbols/text_symbol.h:103:36: note: Function 'colorDeleted' argument 1 names different: declaration 'color' definition 'c'.
mapper-0.8.1.1/src/core/symbols/text_symbol.cpp:246:47: note: Function 'colorDeleted' argument 1 names different: declaration 'color' definition 'c'.
mapper-0.8.1.1/src/core/symbols/text_symbol.cpp:270:48: style: Function 'containsColor' argument 1 names different: declaration 'color' definition 'c'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/symbols/text_symbol.h:104:37: note: Function 'containsColor' argument 1 names different: declaration 'color' definition 'c'.
mapper-0.8.1.1/src/core/symbols/text_symbol.cpp:270:48: note: Function 'containsColor' argument 1 names different: declaration 'color' definition 'c'.
mapper-0.8.1.1/src/core/symbols/text_symbol.cpp:64:2: performance: Variable 'font_family' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/core/virtual_path.cpp:86:8: style: The scope of the variable 'flags' can be reduced. [variableScope]
mapper-0.8.1.1/src/core/virtual_path.cpp:783:8: style: The scope of the variable 'flags' can be reduced. [variableScope]
mapper-0.8.1.1/src/core/virtual_path.cpp:84:85: style: Function 'update' argument 1 names different: declaration 'first' definition 'part_start'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/core/virtual_path.h:78:69: note: Function 'update' argument 1 names different: declaration 'first' definition 'part_start'.
mapper-0.8.1.1/src/core/virtual_path.cpp:84:85: note: Function 'update' argument 1 names different: declaration 'first' definition 'part_start'.
mapper-0.8.1.1/src/core/virtual_path.h:48:2: style: Class 'PathCoordVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/virtual_path.h:52:2: style: Class 'PathCoordVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/core/virtual_path.cpp:282:66: performance: Function parameter 'first' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/virtual_path.cpp:282:83: performance: Function parameter 'last' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/virtual_path.cpp:297:70: performance: Function parameter 'first' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/virtual_path.cpp:297:87: performance: Function parameter 'last' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/virtual_path.cpp:312:96: performance: Function parameter 'first' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/virtual_path.cpp:312:113: performance: Function parameter 'last' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/virtual_path.cpp:348:19: performance: Function parameter 'start_index' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/virtual_path.cpp:349:19: performance: Function parameter 'end_index' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/virtual_path.cpp:443:62: performance: Function parameter 'base_index' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/virtual_path.cpp:503:51: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/virtual_path.cpp:523:77: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/core/virtual_path.cpp:555:19: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/fileformats/file_format.h:51:2: style: Class 'FileFormatException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/fileformats/file_format.h:56:2: style: Class 'FileFormatException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/fileformats/file_format.h:45:1: warning: The class 'FileFormatException' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:178:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:181:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:186:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:187:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:189:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:190:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:194:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:195:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:240:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:251:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:252:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:253:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:254:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/native_file_format.cpp:295:22: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/fileformats/ocad8_file_format.cpp:152:22: style: Condition 'num_separations<0' is always false [knownConditionTrueFalse]
mapper-0.8.1.1/src/fileformats/ocad8_file_format.cpp:150:20: note: Assignment 'num_separations=0', assigned value is 0
mapper-0.8.1.1/src/fileformats/ocad8_file_format.cpp:152:22: note: Condition 'num_separations<0' is always false
mapper-0.8.1.1/src/fileformats/ocad8_file_format.cpp:866:75: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
mapper-0.8.1.1/src/fileformats/ocad8_file_format.cpp:886:77: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
mapper-0.8.1.1/src/fileformats/ocad8_file_format.cpp:1493:46: style: Function 'convertPoint' argument 1 names different: declaration 'c' definition 'coord'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/fileformats/ocad8_file_format_p.h:116:30: note: Function 'convertPoint' argument 1 names different: declaration 'c' definition 'coord'.
mapper-0.8.1.1/src/fileformats/ocad8_file_format.cpp:1493:46: note: Function 'convertPoint' argument 1 names different: declaration 'c' definition 'coord'.
mapper-0.8.1.1/src/fileformats/ocad8_file_format.cpp:120:0: error: Memory leak: buffer [memleak]
mapper-0.8.1.1/src/fileformats/ocd_file_import.h:118:3: style: Class 'OcdImportedPathObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/fileformats/ocd_types.h:809:2: performance: Variable 'byte_array' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/fileformats/ocd_types.h:482:11: performance: Technically the member function 'OcdEntityIndex::end' can be static. [functionStatic]
mapper-0.8.1.1/src/fileformats/ocd_types.h:795:61: note: Technically the member function 'OcdEntityIndex::end' can be static.
mapper-0.8.1.1/src/fileformats/ocd_types.h:482:11: note: Technically the member function 'OcdEntityIndex::end' can be static.
mapper-0.8.1.1/src/fileformats/ocd_types.h:520:2: style: Class 'OcdFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/fileformats/xml_file_format.cpp:483:18: warning: Member variable 'XMLFileImporter::georef_offset_adjusted' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/fileformats/xml_file_format.cpp:660:2: style: Struct 'XMLFileImporterColorBacklogItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/gdal/gdal_manager.cpp:110:33: performance: Technically the member function 'OpenOrienteering::GdalManagerPrivate::supportedRasterExtensions' can be static. [functionStatic]
mapper-0.8.1.1/src/gdal/gdal_manager.cpp:232:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
mapper-0.8.1.1/src/gdal/ogr_file_format.cpp:315:16: warning: Member variable 'OgrFileImport::empty_geometries' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gdal/ogr_file_format.cpp:315:16: warning: Member variable 'OgrFileImport::no_transformation' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gdal/ogr_file_format.cpp:315:16: warning: Member variable 'OgrFileImport::failed_transformation' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gdal/ogr_file_format.cpp:315:16: warning: Member variable 'OgrFileImport::unsupported_geometry_type' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gdal/ogr_file_format.cpp:315:16: warning: Member variable 'OgrFileImport::too_few_coordinates' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/about_dialog.h:45:2: style: Class 'AboutDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/gui/autosave_dialog.cpp:35:47: style: Function 'AutosaveDialog' argument 1 names different: declaration 'original_path' definition 'path'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/gui/autosave_dialog.h:60:32: note: Function 'AutosaveDialog' argument 1 names different: declaration 'original_path' definition 'path'.
mapper-0.8.1.1/src/gui/autosave_dialog.cpp:35:47: note: Function 'AutosaveDialog' argument 1 names different: declaration 'original_path' definition 'path'.
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::controller' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::create_menu' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::show_menu' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::shortcuts_blocked' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::general_toolbar' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::file_menu' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::save_act' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::open_recent_menu' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::open_recent_menu_inserted' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::recent_file_act' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::settings_act' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::close_act' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::status_label' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::has_opened_file' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::has_unsaved_changes' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::has_autosave_conflict' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::maximized_before_fullscreen' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::homescreen_disabled' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/main_window.cpp:73:13: warning: Member variable 'MainWindow::central_widget' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/map/map_editor.cpp:2371:72: warning: Possible null pointer dereference: first_selected_symbol [nullPointer]
mapper-0.8.1.1/src/gui/map/map_editor.cpp:2255:54: note: Assignment 'first_selected_symbol=have_selection?map->getFirstSelectedObject()->getSymbol():nullptr', assigned value is 0
mapper-0.8.1.1/src/gui/map/map_editor.cpp:2371:72: note: Null pointer dereference
mapper-0.8.1.1/src/gui/map/map_editor.cpp:1394:2: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
mapper-0.8.1.1/src/gui/map/map_editor.cpp:1387:66: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/map/map_editor.cpp:1394:2: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/map/map_editor.cpp:1412:2: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
mapper-0.8.1.1/src/gui/map/map_editor.cpp:1405:54: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/map/map_editor.cpp:1412:2: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/map/map_editor.cpp:1426:2: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
mapper-0.8.1.1/src/gui/map/map_editor.cpp:1423:45: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/map/map_editor.cpp:1426:2: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/map/map_editor.cpp:2253:7: style: The scope of the variable 'uniform_symbol_selected' can be reduced. [variableScope]
mapper-0.8.1.1/src/gui/map/map_editor.cpp:2928:12: style: The scope of the variable 'distance_sq' can be reduced. [variableScope]
mapper-0.8.1.1/src/gui/map/map_editor.cpp:3292:17: style: The scope of the variable 'gps_track_draw_update_interval' can be reduced. [variableScope]
mapper-0.8.1.1/src/gui/map/map_find_feature.cpp:198:6: style: Condition '!next_object' is always true [knownConditionTrueFalse]
mapper-0.8.1.1/src/gui/map/map_find_feature.cpp:172:24: note: Assignment 'next_object=nullptr', assigned value is 0
mapper-0.8.1.1/src/gui/map/map_find_feature.cpp:198:6: note: Condition '!next_object' is always true
mapper-0.8.1.1/src/gui/map/map_find_feature.cpp:206:6: style: Condition 'next_object' is always false [knownConditionTrueFalse]
mapper-0.8.1.1/src/gui/map/map_find_feature.cpp:172:24: note: Assignment 'next_object=nullptr', assigned value is 0
mapper-0.8.1.1/src/gui/map/map_find_feature.cpp:206:6: note: Condition 'next_object' is always false
mapper-0.8.1.1/src/gui/map/map_find_feature.h:52:2: style: Class 'MapFindFeature' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/gui/map/new_map_dialog.cpp:143:9: warning: Either the condition '!item' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
mapper-0.8.1.1/src/gui/map/new_map_dialog.cpp:136:6: note: Assuming that condition '!item' is not redundant
mapper-0.8.1.1/src/gui/map/new_map_dialog.cpp:143:9: note: Null pointer dereference
mapper-0.8.1.1/src/gui/map/new_map_dialog.h:52:2: style: Class 'NewMapDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/gui/select_crs_dialog.h:41:1: style: The class 'SelectCRSDialog' does not have a constructor although it has private member variables. [noConstructor]
mapper-0.8.1.1/src/gui/settings_dialog.h:64:15: warning: Virtual function 'addPages' is called from constructor 'SettingsDialog(QWidget*parent=nullptr)' at line 110. Dynamic binding is not used. [virtualCallInConstructor]
mapper-0.8.1.1/src/gui/settings_dialog.cpp:110:2: note: Calling addPages
mapper-0.8.1.1/src/gui/settings_dialog.h:64:15: note: addPages is a virtual method
mapper-0.8.1.1/src/gui/symbols/combined_symbol_settings.cpp:124:17: warning: Either the condition 'symbol?"nullptr":qPrintable(symbol->getPlainTextName())' is redundant or there is possible null pointer dereference: symbol. [nullPointerRedundantCheck]
mapper-0.8.1.1/src/gui/symbols/combined_symbol_settings.cpp:126:48: note: Assuming that condition 'symbol?"nullptr":qPrintable(symbol->getPlainTextName())' is not redundant
mapper-0.8.1.1/src/gui/symbols/combined_symbol_settings.cpp:124:17: note: Null pointer dereference
mapper-0.8.1.1/src/gui/symbols/line_symbol_settings.cpp:138:9: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
mapper-0.8.1.1/src/gui/symbols/line_symbol_settings.cpp:137:68: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/symbols/line_symbol_settings.cpp:138:9: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/symbols/line_symbol_settings.cpp:250:9: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
mapper-0.8.1.1/src/gui/symbols/line_symbol_settings.cpp:249:64: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/symbols/line_symbol_settings.cpp:250:9: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/symbols/line_symbol_settings.cpp:283:9: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
mapper-0.8.1.1/src/gui/symbols/line_symbol_settings.cpp:280:68: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/symbols/line_symbol_settings.cpp:283:9: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/symbols/point_symbol_editor_widget.cpp:932:69: style: Function 'insertElement' argument 2 names different: declaration 'symbol' definition 'element_symbol'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/gui/symbols/point_symbol_editor_widget.h:131:45: note: Function 'insertElement' argument 2 names different: declaration 'symbol' definition 'element_symbol'.
mapper-0.8.1.1/src/gui/symbols/point_symbol_editor_widget.cpp:932:69: note: Function 'insertElement' argument 2 names different: declaration 'symbol' definition 'element_symbol'.
mapper-0.8.1.1/src/gui/symbols/point_symbol_settings.cpp:72:17: warning: Either the condition 'symbol?"nullptr":qPrintable(symbol->getPlainTextName())' is redundant or there is possible null pointer dereference: symbol. [nullPointerRedundantCheck]
mapper-0.8.1.1/src/gui/symbols/point_symbol_settings.cpp:74:45: note: Assuming that condition 'symbol?"nullptr":qPrintable(symbol->getPlainTextName())' is not redundant
mapper-0.8.1.1/src/gui/symbols/point_symbol_settings.cpp:72:17: note: Null pointer dereference
mapper-0.8.1.1/src/gui/symbols/symbol_properties_widget.cpp:124:9: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
mapper-0.8.1.1/src/gui/symbols/symbol_properties_widget.cpp:121:41: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/symbols/symbol_properties_widget.cpp:124:9: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/symbols/symbol_properties_widget.cpp:128:9: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
mapper-0.8.1.1/src/gui/symbols/symbol_properties_widget.cpp:126:36: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/symbols/symbol_properties_widget.cpp:128:9: note: Variable 'col' is reassigned a value before the old one has been used.
mapper-0.8.1.1/src/gui/touch_cursor.cpp:37:14: warning: Member variable 'TouchCursor::first_move_event_received' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/gui/touch_cursor.h:91:8: performance: Technically the member function 'OpenOrienteering::TouchCursor::touchPosOffsetPx' can be static. [functionStatic]
mapper-0.8.1.1/src/gui/touch_cursor.cpp:200:20: note: Technically the member function 'OpenOrienteering::TouchCursor::touchPosOffsetPx' can be static.
mapper-0.8.1.1/src/gui/touch_cursor.h:91:8: note: Technically the member function 'OpenOrienteering::TouchCursor::touchPosOffsetPx' can be static.
mapper-0.8.1.1/src/gui/touch_cursor.h:94:8: performance: Technically the member function 'OpenOrienteering::TouchCursor::controlRingRadiusPx' can be static. [functionStatic]
mapper-0.8.1.1/src/gui/touch_cursor.cpp:205:20: note: Technically the member function 'OpenOrienteering::TouchCursor::controlRingRadiusPx' can be static.
mapper-0.8.1.1/src/gui/touch_cursor.h:94:8: note: Technically the member function 'OpenOrienteering::TouchCursor::controlRingRadiusPx' can be static.
mapper-0.8.1.1/src/gui/touch_cursor.h:95:8: performance: Technically the member function 'OpenOrienteering::TouchCursor::controlRingStrokeRadiusPx' can be static. [functionStatic]
mapper-0.8.1.1/src/gui/touch_cursor.cpp:210:20: note: Technically the member function 'OpenOrienteering::TouchCursor::controlRingStrokeRadiusPx' can be static.
mapper-0.8.1.1/src/gui/touch_cursor.h:95:8: note: Technically the member function 'OpenOrienteering::TouchCursor::controlRingStrokeRadiusPx' can be static.
mapper-0.8.1.1/src/gui/touch_cursor.h:97:8: performance: Technically the member function 'OpenOrienteering::TouchCursor::standardCursorRadiusPx' can be static. [functionStatic]
mapper-0.8.1.1/src/gui/touch_cursor.cpp:215:20: note: Technically the member function 'OpenOrienteering::TouchCursor::standardCursorRadiusPx' can be static.
mapper-0.8.1.1/src/gui/touch_cursor.h:97:8: note: Technically the member function 'OpenOrienteering::TouchCursor::standardCursorRadiusPx' can be static.
mapper-0.8.1.1/src/gui/touch_cursor.h:51:2: style: Class 'TouchCursor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/gui/widgets/action_grid_bar.cpp:36:55: style: Function 'ActionGridBar' argument 2 names different: declaration 'height_items' definition 'rows'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/gui/widgets/action_grid_bar.h:62:41: note: Function 'ActionGridBar' argument 2 names different: declaration 'height_items' definition 'rows'.
mapper-0.8.1.1/src/gui/widgets/action_grid_bar.cpp:36:55: note: Function 'ActionGridBar' argument 2 names different: declaration 'height_items' definition 'rows'.
mapper-0.8.1.1/src/gui/widgets/compass_display.h:52:2: style: Class 'CompassDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/gui/widgets/crs_param_widgets.cpp:89:42: style: Function 'setText' argument 1 names different: declaration 'text' definition 'value'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/gui/widgets/crs_param_widgets.h:43:30: note: Function 'setText' argument 1 names different: declaration 'text' definition 'value'.
mapper-0.8.1.1/src/gui/widgets/crs_param_widgets.cpp:89:42: note: Function 'setText' argument 1 names different: declaration 'text' definition 'value'.
mapper-0.8.1.1/src/gui/widgets/home_screen_widget.cpp:326:2: performance: Variable 'title_pixmap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/gui/widgets/key_button_bar.cpp:154:20: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
mapper-0.8.1.1/src/gui/widgets/mapper_proxystyle.h:53:2: style: Class 'MapperProxyStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/gui/widgets/pie_menu.h:64:2: style: Class 'PieMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/gui/widgets/symbol_tooltip.cpp:188:78: style: Function 'scheduleShow' argument 3 names different: declaration 'rect' definition 'icon_rect'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/gui/widgets/symbol_tooltip.h:84:64: note: Function 'scheduleShow' argument 3 names different: declaration 'rect' definition 'icon_rect'.
mapper-0.8.1.1/src/gui/widgets/symbol_tooltip.cpp:188:78: note: Function 'scheduleShow' argument 3 names different: declaration 'rect' definition 'icon_rect'.
mapper-0.8.1.1/src/gui/widgets/tag_select_widget.h:47:2: style: Class 'TagSelectWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/gui/widgets/tags_widget.cpp:138:6: style: The scope of the variable 'row' can be reduced. [variableScope]
mapper-0.8.1.1/src/gui/widgets/template_list_widget.cpp:1140:6: style: The scope of the variable 'group' can be reduced. [variableScope]
mapper-0.8.1.1/src/gui/widgets/template_list_widget.cpp:1157:11: style: Variable 'group' is assigned a value that is never used. [unreadVariable]
mapper-0.8.1.1/src/gui/widgets/text_browser.h:44:2: style: Class 'TextBrowser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/libocad/array.c:45:12: style: Checking if unsigned variable 'start' is less than zero. [unsignedLessThanZero]
mapper-0.8.1.1/src/libocad/array.c:72:12: style: Checking if unsigned variable 'index' is less than zero. [unsignedLessThanZero]
mapper-0.8.1.1/src/libocad/array.c:78:12: style: Checking if unsigned variable 'index' is less than zero. [unsignedLessThanZero]
mapper-0.8.1.1/src/libocad/array.c:88:12: style: Checking if unsigned variable 'index' is less than zero. [unsignedLessThanZero]
mapper-0.8.1.1/src/libocad/array.c:96:12: style: Checking if unsigned variable 'start' is less than zero. [unsignedLessThanZero]
mapper-0.8.1.1/src/libocad/array.c:111:12: style: Checking if unsigned variable 'index' is less than zero. [unsignedLessThanZero]
mapper-0.8.1.1/src/libocad/array.c:128:10: style: Checking if unsigned variable 'pos' is less than zero. [unsignedLessThanZero]
mapper-0.8.1.1/src/libocad/array.c:94:45: style: Function 'array_remove_range' argument 2 names different: declaration 'index' definition 'start'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/libocad/array.h:96:45: note: Function 'array_remove_range' argument 2 names different: declaration 'index' definition 'start'.
mapper-0.8.1.1/src/libocad/array.c:94:45: note: Function 'array_remove_range' argument 2 names different: declaration 'index' definition 'start'.
mapper-0.8.1.1/src/libocad/array.c:118:50: style: Function 'array_splice' argument 3 names different: declaration 'del' definition 'delete'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/libocad/array.h:106:50: note: Function 'array_splice' argument 3 names different: declaration 'del' definition 'delete'.
mapper-0.8.1.1/src/libocad/array.c:118:50: note: Function 'array_splice' argument 3 names different: declaration 'del' definition 'delete'.
mapper-0.8.1.1/src/libocad/array.c:127:56: style: Function 'array_splice_array' argument 3 names different: declaration 'del' definition 'delete'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/libocad/array.h:111:56: note: Function 'array_splice_array' argument 3 names different: declaration 'del' definition 'delete'.
mapper-0.8.1.1/src/libocad/array.c:127:56: note: Function 'array_splice_array' argument 3 names different: declaration 'del' definition 'delete'.
mapper-0.8.1.1/src/libocad/file.c:184:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
mapper-0.8.1.1/src/libocad/file.c:411:40: style: Function 'ocad_export' argument 2 names different: declaration 'options' definition 'opts'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/libocad/libocad.h:772:40: note: Function 'ocad_export' argument 2 names different: declaration 'options' definition 'opts'.
mapper-0.8.1.1/src/libocad/file.c:411:40: note: Function 'ocad_export' argument 2 names different: declaration 'options' definition 'opts'.
mapper-0.8.1.1/src/libocad/file.c:416:67: style: Function 'ocad_export_file' argument 3 names different: declaration 'options' definition 'opts'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/libocad/libocad.h:779:67: note: Function 'ocad_export_file' argument 3 names different: declaration 'options' definition 'opts'.
mapper-0.8.1.1/src/libocad/file.c:416:67: note: Function 'ocad_export_file' argument 3 names different: declaration 'options' definition 'opts'.
mapper-0.8.1.1/src/libocad/file.c:281:20: error: Memory leak: pnew [memleak]
mapper-0.8.1.1/src/libocad/file.c:220:0: error: Memory leak: file [memleak]
mapper-0.8.1.1/src/libocad/path.c:233:38: style: Function 'ocad_path_bounds_rect' argument 1 names different: declaration 'prect' definition 'rect'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/libocad/libocad.h:666:38: note: Function 'ocad_path_bounds_rect' argument 1 names different: declaration 'prect' definition 'rect'.
mapper-0.8.1.1/src/libocad/path.c:233:38: note: Function 'ocad_path_bounds_rect' argument 1 names different: declaration 'prect' definition 'rect'.
mapper-0.8.1.1/src/libocad/path.c:246:28: style: Function 'ocad_path_bounds' argument 1 names different: declaration 'prect' definition 'rect'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/libocad/libocad.h:659:28: note: Function 'ocad_path_bounds' argument 1 names different: declaration 'prect' definition 'rect'.
mapper-0.8.1.1/src/libocad/path.c:246:28: note: Function 'ocad_path_bounds' argument 1 names different: declaration 'prect' definition 'rect'.
mapper-0.8.1.1/src/libocad/path.c:296:32: style: Function 'ocad_rect_union' argument 1 names different: declaration 'into' definition 'r1'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/libocad/libocad.h:1099:32: note: Function 'ocad_rect_union' argument 1 names different: declaration 'into' definition 'r1'.
mapper-0.8.1.1/src/libocad/path.c:296:32: note: Function 'ocad_rect_union' argument 1 names different: declaration 'into' definition 'r1'.
mapper-0.8.1.1/src/libocad/path.c:296:52: style: Function 'ocad_rect_union' argument 2 names different: declaration 'other' definition 'r2'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/libocad/libocad.h:1099:54: note: Function 'ocad_rect_union' argument 2 names different: declaration 'other' definition 'r2'.
mapper-0.8.1.1/src/libocad/path.c:296:52: note: Function 'ocad_rect_union' argument 2 names different: declaration 'other' definition 'r2'.
mapper-0.8.1.1/src/libocad/types.c:64:30: style: Function 'ocad_str2' argument 1 names different: declaration 'buf' definition 'pbuf'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/libocad/libocad.h:649:30: note: Function 'ocad_str2' argument 1 names different: declaration 'buf' definition 'pbuf'.
mapper-0.8.1.1/src/libocad/types.c:64:30: note: Function 'ocad_str2' argument 1 names different: declaration 'buf' definition 'pbuf'.
mapper-0.8.1.1/src/util/qoverload.h:37:0: error: syntax error [syntaxError]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:161:40: style: Function 'ByteStream' argument 1 names different: declaration 'ba' definition 'byteArray'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf_p.h:76:41: note: Function 'ByteStream' argument 1 names different: declaration 'ba' definition 'byteArray'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:161:40: note: Function 'ByteStream' argument 1 names different: declaration 'ba' definition 'byteArray'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:928:64: style: Function 'AdvancedPdfEngine' argument 1 names different: declaration 'd' definition 'dd'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf_p.h:176:49: note: Function 'AdvancedPdfEngine' argument 1 names different: declaration 'd' definition 'dd'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:928:64: note: Function 'AdvancedPdfEngine' argument 1 names different: declaration 'd' definition 'dd'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1046:55: style: Function 'drawPath' argument 1 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf_p.h:190:41: note: Function 'drawPath' argument 1 names different: declaration 'path' definition 'p'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1046:55: note: Function 'drawPath' argument 1 names different: declaration 'path' definition 'p'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1104:49: style: Function 'drawImage' argument 1 names different: declaration 'r' definition 'rectangle'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf_p.h:195:34: note: Function 'drawImage' argument 1 names different: declaration 'r' definition 'rectangle'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1104:49: note: Function 'drawImage' argument 1 names different: declaration 'r' definition 'rectangle'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1104:74: style: Function 'drawImage' argument 2 names different: declaration 'pm' definition 'image'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf_p.h:195:51: note: Function 'drawImage' argument 2 names different: declaration 'pm' definition 'image'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1104:74: note: Function 'drawImage' argument 2 names different: declaration 'pm' definition 'image'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1288:60: style: Function 'updateClipPath' argument 1 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf_p.h:213:46: note: Function 'updateClipPath' argument 1 names different: declaration 'path' definition 'p'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1288:60: note: Function 'updateClipPath' argument 1 names different: declaration 'path' definition 'p'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:2235:65: style: Function 'addBrushPattern' argument 1 names different: declaration 'matrix' definition 'm'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf_p.h:243:43: note: Function 'addBrushPattern' argument 1 names different: declaration 'matrix' definition 'm'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:2235:65: note: Function 'addBrushPattern' argument 1 names different: declaration 'matrix' definition 'm'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:2324:54: style: Function 'addImage' argument 1 names different: declaration 'image' definition 'img'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf_p.h:241:32: note: Function 'addImage' argument 1 names different: declaration 'image' definition 'img'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:2324:54: note: Function 'addImage' argument 1 names different: declaration 'image' definition 'img'.
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1476:27: warning: Member variable 'AdvancedPdfEnginePrivate::pdev' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1476:27: warning: Member variable 'AdvancedPdfEnginePrivate::pageRoot' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1476:27: warning: Member variable 'AdvancedPdfEnginePrivate::catalog' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1476:27: warning: Member variable 'AdvancedPdfEnginePrivate::info' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1476:27: warning: Member variable 'AdvancedPdfEnginePrivate::graphicsState' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:1476:27: warning: Member variable 'AdvancedPdfEnginePrivate::patternColorSpace' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:162:15: style: Class 'ByteStream' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:162:15: style: Class 'ByteStream' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf_p.h:176:5: style: Class 'AdvancedPdfEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:2459:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:2538:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:2543:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/advanced_pdf.cpp:2587:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/printengine_advanced_pdf.cpp:91:5: performance: Variable 'state' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/printengine_advanced_pdf.cpp:97:5: performance: Variable 'state' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/printengine_advanced_pdf_p.h:87:5: style: Class 'AdvancedPdfPrintEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/printengine_advanced_pdf_p.h:108:5: style: Class 'AdvancedPdfPrintEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/printengine_advanced_pdf_p.h:118:5: style: Class 'AdvancedPdfPrintEnginePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/qfontsubset.cpp:320:5: style: Class 'QTtfStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.2.1/qfontsubset_agl.cpp:115:20: style: struct member 'AGLEntry::index' is never used. [unusedStructMember]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:158:40: style: Function 'ByteStream' argument 1 names different: declaration 'ba' definition 'byteArray'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf_p.h:75:41: note: Function 'ByteStream' argument 1 names different: declaration 'ba' definition 'byteArray'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:158:40: note: Function 'ByteStream' argument 1 names different: declaration 'ba' definition 'byteArray'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:742:64: style: Function 'AdvancedPdfEngine' argument 1 names different: declaration 'd' definition 'dd'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf_p.h:172:49: note: Function 'AdvancedPdfEngine' argument 1 names different: declaration 'd' definition 'dd'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:742:64: note: Function 'AdvancedPdfEngine' argument 1 names different: declaration 'd' definition 'dd'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:860:55: style: Function 'drawPath' argument 1 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf_p.h:188:41: note: Function 'drawPath' argument 1 names different: declaration 'path' definition 'p'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:860:55: note: Function 'drawPath' argument 1 names different: declaration 'path' definition 'p'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:918:49: style: Function 'drawImage' argument 1 names different: declaration 'r' definition 'rectangle'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf_p.h:193:34: note: Function 'drawImage' argument 1 names different: declaration 'r' definition 'rectangle'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:918:49: note: Function 'drawImage' argument 1 names different: declaration 'r' definition 'rectangle'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:918:74: style: Function 'drawImage' argument 2 names different: declaration 'pm' definition 'image'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf_p.h:193:51: note: Function 'drawImage' argument 2 names different: declaration 'pm' definition 'image'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:918:74: note: Function 'drawImage' argument 2 names different: declaration 'pm' definition 'image'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:1107:60: style: Function 'updateClipPath' argument 1 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf_p.h:219:46: note: Function 'updateClipPath' argument 1 names different: declaration 'path' definition 'p'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:1107:60: note: Function 'updateClipPath' argument 1 names different: declaration 'path' definition 'p'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:2042:83: style: Function 'generateLinearGradientShader' argument 1 names different: declaration 'lg' definition 'gradient'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf_p.h:282:61: note: Function 'generateLinearGradientShader' argument 1 names different: declaration 'lg' definition 'gradient'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:2042:83: note: Function 'generateLinearGradientShader' argument 1 names different: declaration 'lg' definition 'gradient'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:2288:65: style: Function 'addBrushPattern' argument 1 names different: declaration 'matrix' definition 'm'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf_p.h:236:43: note: Function 'addBrushPattern' argument 1 names different: declaration 'matrix' definition 'm'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:2288:65: note: Function 'addBrushPattern' argument 1 names different: declaration 'matrix' definition 'm'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:2381:54: style: Function 'addImage' argument 1 names different: declaration 'image' definition 'img'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf_p.h:234:32: note: Function 'addImage' argument 1 names different: declaration 'image' definition 'img'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:2381:54: note: Function 'addImage' argument 1 names different: declaration 'image' definition 'img'.
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:1333:27: warning: Member variable 'AdvancedPdfEnginePrivate::pdev' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:1333:27: warning: Member variable 'AdvancedPdfEnginePrivate::pageRoot' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:1333:27: warning: Member variable 'AdvancedPdfEnginePrivate::catalog' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:1333:27: warning: Member variable 'AdvancedPdfEnginePrivate::info' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:1333:27: warning: Member variable 'AdvancedPdfEnginePrivate::graphicsState' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:1333:27: warning: Member variable 'AdvancedPdfEnginePrivate::patternColorSpace' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:159:15: style: Class 'ByteStream' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:159:15: style: Class 'ByteStream' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf_p.h:172:5: style: Class 'AdvancedPdfEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:2513:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:2589:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:2594:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/advanced_pdf.cpp:2638:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/printengine_advanced_pdf.cpp:56:5: performance: Variable 'state' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/printengine_advanced_pdf.cpp:62:5: performance: Variable 'state' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/printengine_advanced_pdf_p.h:78:5: style: Class 'AdvancedPdfPrintEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/printengine_advanced_pdf_p.h:99:5: style: Class 'AdvancedPdfPrintEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/printengine_advanced_pdf_p.h:109:5: style: Class 'AdvancedPdfPrintEnginePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/qfontsubset.cpp:315:5: style: Class 'QTtfStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/printsupport/qt-5.5.1/qfontsubset_agl.cpp:115:20: style: struct member 'AGLEntry::index' is never used. [unusedStructMember]
mapper-0.8.1.1/src/sensors/gps_track.cpp:542:8: style: Condition 'ok' is always true [knownConditionTrueFalse]
mapper-0.8.1.1/src/sensors/gps_track.cpp:540:14: note: Assignment 'ok=true', assigned value is 1
mapper-0.8.1.1/src/sensors/gps_track.cpp:542:8: note: Condition 'ok' is always true
mapper-0.8.1.1/src/sensors/gps_track.cpp:249:59: style: Function 'changeMapGeoreferencing' argument 1 names different: declaration 'new_georef' definition 'new_map_georef'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/sensors/gps_track.h:111:53: note: Function 'changeMapGeoreferencing' argument 1 names different: declaration 'new_georef' definition 'new_map_georef'.
mapper-0.8.1.1/src/sensors/gps_track.cpp:249:59: note: Function 'changeMapGeoreferencing' argument 1 names different: declaration 'new_georef' definition 'new_map_georef'.
mapper-0.8.1.1/src/sensors/gps_track.cpp:49:2: performance: Variable 'gps_coord' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/sensors/gps_track.cpp:51:8: performance: Variable 'datetime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/sensors/gps_track.cpp:87:2: performance: Variable 'waypoints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/sensors/gps_track.cpp:88:2: performance: Variable 'waypoint_names' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/sensors/gps_track.cpp:90:2: performance: Variable 'segment_points' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/sensors/gps_track.cpp:91:2: performance: Variable 'segment_starts' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/sensors/gps_track.cpp:92:2: performance: Variable 'segment_names' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/sensors/gps_track.cpp:96:2: performance: Variable 'element_tags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/sensors/gps_track.cpp:98:2: performance: Variable 'map_georef' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/sensors/gps_track.h:71:2: style: Class 'Track' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/templates/template.cpp:119:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/templates/template.cpp:120:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/templates/template.cpp:121:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/templates/template.cpp:536:67: style: Function 'tryToFindTemplateFile' argument 2 names different: declaration 'out_found_from_map_dir' definition 'out_found_in_map_dir'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/templates/template.h:251:58: note: Function 'tryToFindTemplateFile' argument 2 names different: declaration 'out_found_from_map_dir' definition 'out_found_in_map_dir'.
mapper-0.8.1.1/src/templates/template.cpp:536:67: note: Function 'tryToFindTemplateFile' argument 2 names different: declaration 'out_found_from_map_dir' definition 'out_found_in_map_dir'.
mapper-0.8.1.1/src/templates/template.cpp:177:2: performance: Variable 'template_path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/templates/template.cpp:54:2: style: Class 'ScopedOffsetReversal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/templates/template.cpp:724:85: performance: Function parameter 'color' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/templates/template_adjust.cpp:529:86: style: Function 'TemplateAdjustEditTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/templates/template_adjust.h:159:63: note: Function 'TemplateAdjustEditTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'.
mapper-0.8.1.1/src/templates/template_adjust.cpp:529:86: note: Function 'TemplateAdjustEditTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'.
mapper-0.8.1.1/src/templates/template_adjust.cpp:585:84: style: Function 'TemplateAdjustAddTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/templates/template_adjust.h:177:62: note: Function 'TemplateAdjustAddTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'.
mapper-0.8.1.1/src/templates/template_adjust.cpp:585:84: note: Function 'TemplateAdjustAddTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'.
mapper-0.8.1.1/src/templates/template_adjust.cpp:692:86: style: Function 'TemplateAdjustMoveTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/templates/template_adjust.h:203:63: note: Function 'TemplateAdjustMoveTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'.
mapper-0.8.1.1/src/templates/template_adjust.cpp:692:86: note: Function 'TemplateAdjustMoveTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'.
mapper-0.8.1.1/src/templates/template_adjust.cpp:827:90: style: Function 'TemplateAdjustDeleteTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/templates/template_adjust.h:227:65: note: Function 'TemplateAdjustDeleteTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'.
mapper-0.8.1.1/src/templates/template_adjust.cpp:827:90: note: Function 'TemplateAdjustDeleteTool' argument 2 names different: declaration 'tool_action' definition 'tool_button'.
mapper-0.8.1.1/src/templates/template_adjust.cpp:529:25: warning: Member variable 'TemplateAdjustEditTool::active_point_is_src' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/templates/template_adjust.cpp:96:66: performance: Function parameter 'midpoint' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/templates/template_dialog_reopen.h:65:3: style: Class 'OpenTemplateList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/templates/template_position_dock_widget.cpp:149:20: style: C-style pointer casting [cstyleCast]
mapper-0.8.1.1/src/templates/template_positioning_dialog.h:44:2: style: Class 'TemplatePositioningDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/templates/template_tool_paint.cpp:178:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
mapper-0.8.1.1/src/templates/template_tool_paint.h:110:2: style: Class 'PaintOnTemplatePaletteWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/templates/template_track.cpp:55:2: performance: Variable 'track_crs_spec' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/templates/world_file.h:45:2: style: Struct 'WorldFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/tools/cut_tool.cpp:78:10: warning: Member variable 'CutTool::reverse_drag' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/tools/cutout_tool.cpp:52:13: warning: Member variable 'CutoutTool::cutout_object' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/tools/cutout_tool.cpp:52:13: warning: Member variable 'CutoutTool::cutout_object_index' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/tools/tool_base.h:123:12: style: Technically the member function 'OpenOrienteering::MapEditorToolBase::ObjectsRange::begin' can be const. [functionConst]
mapper-0.8.1.1/src/tools/tool_base.h:124:12: style: Technically the member function 'OpenOrienteering::MapEditorToolBase::ObjectsRange::end' can be const. [functionConst]
mapper-0.8.1.1/src/tools/tool_base.h:83:3: style: Struct 'EditedItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/tools/draw_line_and_area_tool.cpp:61:4: error: Return value of allocation function 'createPreviewPoints' is not stored. [leakReturnValNotUsed]
mapper-0.8.1.1/src/tools/draw_line_and_area_tool.cpp:110:3: error: Return value of allocation function 'createPreviewPoints' is not stored. [leakReturnValNotUsed]
mapper-0.8.1.1/src/tools/draw_path_tool.cpp:1041:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
mapper-0.8.1.1/src/tools/draw_path_tool.cpp:1043:2: note: Found duplicate branches for 'if' and 'else'.
mapper-0.8.1.1/src/tools/draw_path_tool.cpp:1041:2: note: Found duplicate branches for 'if' and 'else'.
mapper-0.8.1.1/src/tools/draw_point_tool.cpp:317:49: performance: Function parameter 'mouse_pos' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/tools/edit_point_tool.cpp:87:16: warning: Member variable 'EditPointTool::old_horz_alignment' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/tools/edit_point_tool.cpp:87:16: warning: Member variable 'EditPointTool::old_vert_alignment' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/tools/object_selector.h:67:7: performance: Technically the member function 'OpenOrienteering::ObjectSelector::selectionInfosEqual' can be static. [functionStatic]
mapper-0.8.1.1/src/tools/object_selector.cpp:176:22: note: Technically the member function 'OpenOrienteering::ObjectSelector::selectionInfosEqual' can be static.
mapper-0.8.1.1/src/tools/object_selector.h:67:7: note: Technically the member function 'OpenOrienteering::ObjectSelector::selectionInfosEqual' can be static.
mapper-0.8.1.1/src/tools/object_selector.h:43:2: style: Class 'ObjectSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/tools/point_handles.cpp:178:13: style: The scope of the variable 'handle_radius' can be reduced. [variableScope]
mapper-0.8.1.1/src/tools/point_handles.h:85:2: style: Class 'PointHandles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/tools/text_object_editor_helper.cpp:580:78: performance: Function parameter 'map_coord' should be passed by const reference. [passedByValue]
mapper-0.8.1.1/src/tools/tool_base.cpp:111:20: warning: Member variable 'MapEditorToolBase::snapped_to_pos' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/tools/tool_base.cpp:63:32: warning: Member variable 'EditedItem::active_object' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/tools/tool_base.cpp:63:32: warning: Member variable 'EditedItem::duplicate' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/tools/tool_helpers.cpp:422:26: style: Variable 'closest_distance_sq' is assigned a value that is never used. [unreadVariable]
mapper-0.8.1.1/src/tools/tool_helpers.cpp:528:23: warning: Member variable 'FollowPathToolHelper::part_index' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/tools/tool_helpers.cpp:528:23: warning: Member variable 'FollowPathToolHelper::drag_forward' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/undo/map_part_undo.h:70:2: style: Class 'MapPartUndoStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/undo/object_undo.cpp:446:62: style: Function 'SwitchPartUndoStep' argument 2 names different: declaration 'source_index' definition 'source'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/undo/object_undo.h:330:43: note: Function 'SwitchPartUndoStep' argument 2 names different: declaration 'source_index' definition 'source'.
mapper-0.8.1.1/src/undo/object_undo.cpp:446:62: note: Function 'SwitchPartUndoStep' argument 2 names different: declaration 'source_index' definition 'source'.
mapper-0.8.1.1/src/undo/object_undo.h:260:2: style: Class 'ReplaceObjectsUndoStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/undo/object_undo.h:279:2: style: Class 'DeleteObjectsUndoStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/undo/object_undo.h:300:2: style: Class 'AddObjectsUndoStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/undo/object_undo.h:332:2: style: Class 'SwitchPartUndoStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/undo/object_undo.h:359:2: style: Class 'SwitchSymbolUndoStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/undo/object_undo.h:399:2: style: Class 'SwitchDashesUndoStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/undo/object_undo.h:417:2: style: Class 'ObjectTagsUndoStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/undo/undo.h:226:2: style: Class 'CombinedUndoStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/undo/undo_manager.h:58:2: style: Class 'UndoManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/undo/undo_manager.h:283:3: style: Struct 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/util/dxfparser.cpp:574:55: style: Function 'parseExtminmax' argument 2 names different: declaration 'p' definition 'point'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/util/dxfparser.h:113:45: note: Function 'parseExtminmax' argument 2 names different: declaration 'p' definition 'point'.
mapper-0.8.1.1/src/util/dxfparser.cpp:574:55: note: Function 'parseExtminmax' argument 2 names different: declaration 'p' definition 'point'.
mapper-0.8.1.1/src/util/dxfparser.h:151:12: warning: Member variable 'DXFParser::in_vertex' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/util/dxfparser.h:151:12: warning: Member variable 'DXFParser::current_section' is not initialized in the constructor. [uninitMemberVar]
mapper-0.8.1.1/src/util/dxfparser.h:114:7: style: Unused private function: 'DXFParser::parseUnknown' [unusedPrivateFunction]
mapper-0.8.1.1/src/util/dxfparser.h:84:17: style: Technically the member function 'OpenOrienteering::DXFParser::getData' can be const. [functionConst]
mapper-0.8.1.1/src/util/dxfparser.h:85:9: style: Technically the member function 'OpenOrienteering::DXFParser::getSize' can be const. [functionConst]
mapper-0.8.1.1/src/util/dxfparser.h:101:7: performance: Technically the member function 'OpenOrienteering::DXFParser::parseCommon' can be static. [functionStatic]
mapper-0.8.1.1/src/util/dxfparser.cpp:174:17: note: Technically the member function 'OpenOrienteering::DXFParser::parseCommon' can be static.
mapper-0.8.1.1/src/util/dxfparser.h:101:7: note: Technically the member function 'OpenOrienteering::DXFParser::parseCommon' can be static.
mapper-0.8.1.1/src/util/dxfparser.h:116:7: performance: Technically the member function 'OpenOrienteering::DXFParser::atEntityEnd' can be static. [functionStatic]
mapper-0.8.1.1/src/util/dxfparser.cpp:156:17: note: Technically the member function 'OpenOrienteering::DXFParser::atEntityEnd' can be static.
mapper-0.8.1.1/src/util/dxfparser.h:116:7: note: Technically the member function 'OpenOrienteering::DXFParser::atEntityEnd' can be static.
mapper-0.8.1.1/src/util/dxfparser.h:56:2: style: Class 'DXFPath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/util/item_delegates.cpp:155:2: performance: Variable 'unit' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/util/item_delegates.cpp:162:2: performance: Variable 'unit' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
mapper-0.8.1.1/src/util/item_delegates.h:55:2: style: Class 'ColorItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/util/item_delegates.h:154:2: style: Class 'PercentageDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/util/matrix.cpp:48:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/util/overriding_shortcut.h:58:2: style: Class 'OverridingShortcut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/util/scoped_signals_blocker.h:80:7: performance: Technically the member function 'OpenOrienteering::ScopedMultiSignalsBlocker::add' can be static. [functionStatic]
mapper-0.8.1.1/src/util/scoped_signals_blocker.h:109:33: note: Technically the member function 'OpenOrienteering::ScopedMultiSignalsBlocker::add' can be static.
mapper-0.8.1.1/src/util/scoped_signals_blocker.h:80:7: note: Technically the member function 'OpenOrienteering::ScopedMultiSignalsBlocker::add' can be static.
mapper-0.8.1.1/src/util/scoped_signals_blocker.h:65:2: style: Class 'ScopedMultiSignalsBlocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/util/transformation.cpp:52:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
mapper-0.8.1.1/src/util/translation_util.cpp:113:67: style: Function 'load' argument 1 names different: declaration 'translation_name' definition 'base_name'. [funcArgNamesDifferent]
mapper-0.8.1.1/src/util/translation_util.h:147:51: note: Function 'load' argument 1 names different: declaration 'translation_name' definition 'base_name'.
mapper-0.8.1.1/src/util/translation_util.cpp:113:67: note: Function 'load' argument 1 names different: declaration 'translation_name' definition 'base_name'.
mapper-0.8.1.1/src/util/translation_util.h:154:7: performance: Technically the member function 'OpenOrienteering::TranslationUtil::load' can be static. [functionStatic]
mapper-0.8.1.1/src/util/translation_util.cpp:124:23: note: Technically the member function 'OpenOrienteering::TranslationUtil::load' can be static.
mapper-0.8.1.1/src/util/translation_util.h:154:7: note: Technically the member function 'OpenOrienteering::TranslationUtil::load' can be static.
mapper-0.8.1.1/src/util/translation_util.h:85:2: style: Class 'TranslationUtil' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/util/xml_stream_util.h:92:2: style: Class 'XmlRecoveryHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/src/util/xml_stream_util.h:292:2: style: Class 'XmlElementReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/test/autosave_t.h:39:2: style: Class 'AutosaveTestDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/test/object_query_t.cpp:95:11: warning: Access of moved variable 'single_query_is_false_2'. [accessMoved]
mapper-0.8.1.1/test/object_query_t.cpp:93:27: note: Calling std::move(single_query_is_false_2)
mapper-0.8.1.1/test/object_query_t.cpp:95:11: note: $symbol:single_query_is_false_2
Access of moved variable '$symbol'.
mapper-0.8.1.1/test/object_query_t.cpp:97:31: warning: Access of moved variable 'single_query_is_false_2'. [accessMoved]
mapper-0.8.1.1/test/object_query_t.cpp:93:27: note: Calling std::move(single_query_is_false_2)
mapper-0.8.1.1/test/object_query_t.cpp:97:31: note: $symbol:single_query_is_false_2
Access of moved variable '$symbol'.
mapper-0.8.1.1/test/object_query_t.cpp:211:11: warning: Access of moved variable 'single_query_and_right_true_left_false'. [accessMoved]
mapper-0.8.1.1/test/object_query_t.cpp:209:27: note: Calling std::move(single_query_and_right_true_left_false)
mapper-0.8.1.1/test/object_query_t.cpp:211:11: note: $symbol:single_query_and_right_true_left_false
Access of moved variable '$symbol'.
mapper-0.8.1.1/test/symbol_set_t.h:50:1: style: The class 'SymbolSetTool' does not have a constructor although it has private member variables. [noConstructor]
mapper-0.8.1.1/test/tools_t.cpp:88:2: style: Struct 'TestMap' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
mapper-0.8.1.1/test/tools_t.cpp:88:2: style: Struct 'TestMap' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
mapper-0.8.1.1/test/tools_t.cpp:70:2: style: Struct 'TestMapEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
mapper-0.8.1.1/test/tst_qglobal.cpp:44:10: performance: Technically the member function 'Overloaded::foo' can be static. [functionStatic]
mapper-0.8.1.1/test/tst_qglobal.cpp:45:10: performance: Technically the member function 'Overloaded::foo' can be static. [functionStatic]
mapper-0.8.1.1/test/tst_qglobal.cpp:46:10: performance: Technically the member function 'Overloaded::foo' can be static. [functionStatic]
mapper-0.8.1.1/test/tst_qglobal.cpp:48:10: performance: Technically the member function 'Overloaded::constFoo' can be static. [functionStatic]
mapper-0.8.1.1/test/tst_qglobal.cpp:49:10: performance: Technically the member function 'Overloaded::constFoo' can be static. [functionStatic]
mapper-0.8.1.1/test/tst_qglobal.cpp:50:10: performance: Technically the member function 'Overloaded::constFoo' can be static. [functionStatic]
mapper-0.8.1.1/test/tst_qglobal.cpp:52:10: performance: Technically the member function 'Overloaded::mixedFoo' can be static. [functionStatic]
mapper-0.8.1.1/test/tst_qglobal.cpp:53:10: performance: Technically the member function 'Overloaded::mixedFoo' can be static. [functionStatic]
mapper-0.8.1.1/test/undo_manager_t.h:29:1: style: The class 'UndoManagerTest' does not have a constructor although it has private member variables. [noConstructor]
[13:08]

ftp://ftp.se.debian.org/debian/pool/main/o/openoverlayrouter/openoverlayrouter_1.2.1+ds1.orig.tar.gz
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:195:5: style: Variable 'host_if_name' is reassigned a value before the old one has been used. [redundantAssignment]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:193:0: note: Variable 'host_if_name' is reassigned a value before the old one has been used.
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:195:5: note: Variable 'host_if_name' is reassigned a value before the old one has been used.
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:95:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:306:17: style: The scope of the variable 'vpp_msg_h' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:307:23: style: The scope of the variable 'vpp_link_info' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:308:9: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:308:17: style: The scope of the variable 'error' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:351:17: style: The scope of the variable 'vpp_msg_h' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:352:23: style: The scope of the variable 'vpp_addr_info' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:353:9: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:353:17: style: The scope of the variable 'error' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:400:17: style: The scope of the variable 'vpp_msg_h' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:401:23: style: The scope of the variable 'vpp_addr_info' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:402:9: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:402:17: style: The scope of the variable 'error' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:191:46: style: Unused variable: rmp [unusedVariable]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl.c:197:10: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl_test.c:109:21: style: Condition 'sw_if_index==~0' is always true [knownConditionTrueFalse]
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl_test.c:94:23: note: Assignment 'sw_if_index=~0', assigned value is -1
oor-1.2.1/VPP/oor_ctrl-plugin/oor_ctrl/oor_ctrl_test.c:109:21: note: Condition 'sw_if_index==~0' is always true
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:475:3: style: Variable 'host_if_name' is reassigned a value before the old one has been used. [redundantAssignment]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:472:0: note: Variable 'host_if_name' is reassigned a value before the old one has been used.
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:475:3: note: Variable 'host_if_name' is reassigned a value before the old one has been used.
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:93:10: style: The scope of the variable 'vpp_if_name' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:95:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:318:21: style: The scope of the variable 'drop_dpo' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:620:21: style: The scope of the variable 'dpo0' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:709:21: style: The scope of the variable 'dpo0' can be reduced. [variableScope]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:470:48: style: Unused variable: rmp [unusedVariable]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:478:8: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:487:48: style: Unused variable: rmp [unusedVariable]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:491:9: style: Unused variable: rv [unusedVariable]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:508:46: style: Unused variable: rmp [unusedVariable]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:509:33: style: Variable 'sm' is assigned a value that is never used. [unreadVariable]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss.c:511:9: style: Unused variable: rv [unusedVariable]
oor-1.2.1/VPP/oor_pkt_miss-plugin/oor_pkt_miss/oor_pkt_miss_test.c:98:10: style: The scope of the variable 'ip_addr' can be reduced. [variableScope]
oor-1.2.1/oor/lib/mem_util.h:53:0: error: #error "Can't determine endianness" [preprocessorErrorDirective]
oor-1.2.1/oor/cmdline.c:641:8: style: Condition 'error_occurred' is always false [knownConditionTrueFalse]
oor-1.2.1/oor/cmdline.c:517:24: note: Assignment 'error_occurred=0', assigned value is 0
oor-1.2.1/oor/cmdline.c:641:8: note: Condition 'error_occurred' is always false
oor-1.2.1/oor/cmdline.c:415:78: warning: Either the condition 'if(field_given&&*field_given&&!override)' is redundant or there is possible null pointer dereference: field_given. [nullPointerRedundantCheck]
oor-1.2.1/oor/cmdline.c:441:6: note: Assuming that condition 'if(field_given&&*field_given&&!override)' is not redundant
oor-1.2.1/oor/cmdline.c:415:78: note: Null pointer dereference
oor-1.2.1/oor/cmdline.c:236:7: style: The scope of the variable 'found' can be reduced. [variableScope]
oor-1.2.1/oor/cmdline.c:409:10: style: The scope of the variable 'string_field' can be reduced. [variableScope]
oor-1.2.1/oor/elibs/mbedtls/sha1.c:245:5: style: Variable 'W' is assigned a value that is never used. [unreadVariable]
oor-1.2.1/oor/oor_jni.c:56:5: style: Variable 'meth_protect' is reassigned a value before the old one has been used. [redundantAssignment]
oor-1.2.1/oor/oor_jni.c:54:0: note: Variable 'meth_protect' is reassigned a value before the old one has been used.
oor-1.2.1/oor/oor_jni.c:56:5: note: Variable 'meth_protect' is reassigned a value before the old one has been used.
oor-1.2.1/tests/tcp_echo_client.c:20:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
oor-1.2.1/tests/tcp_echo_client.c:15:9: style: Unused variable: port [unusedVariable]
oor-1.2.1/tests/tcp_echo_client.c:15:28: style: Variable 'slen' is assigned a value that is never used. [unreadVariable]
oor-1.2.1/tests/tcp_echo_client.c:17:10: style: Unused variable: srv_addr [unusedVariable]
oor-1.2.1/tests/tcp_echo_client.c:18:12: style: Unused variable: readfds [unusedVariable]
oor-1.2.1/tests/tcp_echo_client.c:19:20: style: Unused variable: tv [unusedVariable]
oor-1.2.1/tests/tcp_echo_server.c:20:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
oor-1.2.1/tests/tcp_echo_server.c:15:9: style: Unused variable: port [unusedVariable]
oor-1.2.1/tests/tcp_echo_server.c:15:28: style: Variable 'slen' is assigned a value that is never used. [unreadVariable]
oor-1.2.1/tests/tcp_echo_server.c:17:10: style: Unused variable: srv_addr [unusedVariable]
oor-1.2.1/tests/tcp_echo_server.c:18:12: style: Unused variable: readfds [unusedVariable]
oor-1.2.1/tests/tcp_echo_server.c:19:20: style: Unused variable: tv [unusedVariable]
[13:08]

ftp://ftp.se.debian.org/debian/pool/main/o/openpgp-applet/openpgp-applet_1.1.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/o/openpref/openpref_0.1.3.orig.tar.gz
openpref-0.1.3/src/desk/desktop.cpp:729:25: style: Condition 'npasscounter<2' is always true [knownConditionTrueFalse]
openpref-0.1.3/src/desk/desktop.cpp:726:20: note: Assignment 'npasscounter=0', assigned value is 0
openpref-0.1.3/src/desk/desktop.cpp:729:25: note: Condition 'npasscounter<2' is always true
openpref-0.1.3/src/desk/desktop.cpp:316:22: style: The scope of the variable 'faceN' can be reduced. [variableScope]
openpref-0.1.3/src/desk/desktop.cpp:317:22: style: The scope of the variable 'suitN' can be reduced. [variableScope]
openpref-0.1.3/src/desk/desktop.cpp:373:21: style: The scope of the variable 'CurrBullet' can be reduced. [variableScope]
openpref-0.1.3/src/desk/desktop.cpp:1188:7: style: The scope of the variable 'm' can be reduced. [variableScope]
openpref-0.1.3/src/desk/desktop.cpp:385:64: style: Function 'whoseTrick' argument 4 names different: declaration 'koz' definition 'trump'. [funcArgNamesDifferent]
openpref-0.1.3/src/desk/desktop.h:94:53: note: Function 'whoseTrick' argument 4 names different: declaration 'koz' definition 'trump'.
openpref-0.1.3/src/desk/desktop.cpp:385:64: note: Function 'whoseTrick' argument 4 names different: declaration 'koz' definition 'trump'.
openpref-0.1.3/src/desk/desktop.cpp:393:12: style: Variable 'maxC' is assigned a value that is never used. [unreadVariable]
openpref-0.1.3/src/desk/desktop.h:38:3: style: Class 'PrefDesktop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openpref-0.1.3/src/desk/desktop.cpp:257:6: error: Uninitialized variable: aiPlr [uninitvar]
openpref-0.1.3/src/desk/desktop.cpp:258:37: error: Uninitialized variable: aiPlr [uninitvar]
openpref-0.1.3/src/desk/desktop.cpp:259:11: error: Uninitialized variable: aiPlr [uninitvar]
openpref-0.1.3/src/desk/desktop.cpp:260:16: error: Uninitialized variable: aiPlr [uninitvar]
openpref-0.1.3/src/desk/desktop.cpp:262:12: error: Uninitialized variable: aiPlr [uninitvar]
openpref-0.1.3/src/desk/deskview.cpp:276:7: style: The scope of the variable 'x' can be reduced. [variableScope]
openpref-0.1.3/src/desk/deskview.cpp:276:10: style: The scope of the variable 'y' can be reduced. [variableScope]
openpref-0.1.3/src/forms/formbid.h:40:3: style: Class 'FormBid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openpref-0.1.3/src/forms/helpbrowser.h:34:3: style: Class 'HelpBrowser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openpref-0.1.3/src/forms/newgameform.h:34:3: style: Class 'NewGameDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openpref-0.1.3/src/forms/optform.h:34:3: style: Class 'OptDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openpref-0.1.3/src/logic/aialphabeta.cpp:275:44: warning: Either the condition 'crdNext<=10' is redundant or the array 'hand->suits[10]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
openpref-0.1.3/src/logic/aialphabeta.cpp:275:24: note: Assuming that condition 'crdNext<=10' is not redundant
openpref-0.1.3/src/logic/aialphabeta.cpp:275:44: note: Array index out of bounds
openpref-0.1.3/src/logic/aialphabeta.cpp:275:79: warning: Either the condition 'crdNext<=10' is redundant or the array 'hand->faces[10]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
openpref-0.1.3/src/logic/aialphabeta.cpp:275:24: note: Assuming that condition 'crdNext<=10' is not redundant
openpref-0.1.3/src/logic/aialphabeta.cpp:275:79: note: Array index out of bounds
openpref-0.1.3/src/logic/aialphabeta.cpp:576:18: style: Variable 'movePlrObj' is assigned a value that is never used. [unreadVariable]
openpref-0.1.3/src/logic/aiplayer.h:40:17: style: The function 'moveSelectCard' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:53:17: note: Virtual function in base class
openpref-0.1.3/src/logic/aiplayer.h:40:17: note: Function in derived class
openpref-0.1.3/src/logic/aiplayer.h:41:20: style: The function 'moveBidding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:54:20: note: Virtual function in base class
openpref-0.1.3/src/logic/aiplayer.h:41:20: note: Function in derived class
openpref-0.1.3/src/logic/aiplayer.h:42:20: style: The function 'moveFinalBid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:55:20: note: Virtual function in base class
openpref-0.1.3/src/logic/aiplayer.h:42:20: note: Function in derived class
openpref-0.1.3/src/logic/aiplayer.h:43:20: style: The function 'dropForGame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:56:20: note: Virtual function in base class
openpref-0.1.3/src/logic/aiplayer.h:43:20: note: Function in derived class
openpref-0.1.3/src/logic/aiplayer.h:44:20: style: The function 'dropForMisere' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:57:20: note: Virtual function in base class
openpref-0.1.3/src/logic/aiplayer.h:44:20: note: Function in derived class
openpref-0.1.3/src/logic/aiplayer.h:46:16: style: The function 'chooseClosedWhist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:60:16: note: Virtual function in base class
openpref-0.1.3/src/logic/aiplayer.h:46:16: note: Function in derived class
openpref-0.1.3/src/logic/aiplayer.h:48:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:42:16: note: Virtual function in base class
openpref-0.1.3/src/logic/aiplayer.h:48:16: note: Function in derived class
openpref-0.1.3/src/logic/aialphabeta.h:40:9: style: The function 'moveSelectCard' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/aiplayer.h:40:17: note: Virtual function in base class
openpref-0.1.3/src/logic/aialphabeta.h:40:9: note: Function in derived class
openpref-0.1.3/src/logic/aiplayer.cpp:773:9: style: Condition '!cur' is always true [knownConditionTrueFalse]
openpref-0.1.3/src/logic/aiplayer.cpp:757:15: note: Assignment 'cur=0', assigned value is 0
openpref-0.1.3/src/logic/aiplayer.cpp:773:9: note: Condition '!cur' is always true
openpref-0.1.3/src/logic/aiplayer.cpp:379:19: warning: Either the condition 'LeftMax!=0' is redundant or there is possible null pointer dereference: LeftMax. [nullPointerRedundantCheck]
openpref-0.1.3/src/logic/aiplayer.cpp:376:26: note: Assuming that condition 'LeftMax!=0' is not redundant
openpref-0.1.3/src/logic/aiplayer.cpp:379:19: note: Null pointer dereference
openpref-0.1.3/src/logic/aiplayer.cpp:1045:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openpref-0.1.3/src/logic/aiplayer.cpp:1048:11: note: Found duplicate branches for 'if' and 'else'.
openpref-0.1.3/src/logic/aiplayer.cpp:1045:9: note: Found duplicate branches for 'if' and 'else'.
openpref-0.1.3/src/logic/aiplayer.cpp:71:20: style: The scope of the variable 'koef1' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:102:9: style: The scope of the variable 'MyCard' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:102:18: style: The scope of the variable 'tmpCard' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:124:9: style: The scope of the variable 'MyCard' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:124:18: style: The scope of the variable 'tmpCard' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:148:9: style: The scope of the variable 'MyCard' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:148:18: style: The scope of the variable 'tmpCard' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:187:9: style: The scope of the variable 'MyCardMin' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:187:21: style: The scope of the variable 'EnemyCardMax' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:224:9: style: The scope of the variable 'MyCardMax' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:224:44: style: The scope of the variable 'EnemyCardMin' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:264:21: style: The scope of the variable 'EnemyCardMax' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:841:9: style: The scope of the variable 'maxInSuit' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:988:9: style: The scope of the variable 'maxInSuit' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:1133:8: style: The scope of the variable 's' can be reduced. [variableScope]
openpref-0.1.3/src/logic/aiplayer.cpp:1272:72: style: Function 'moveFinalBid' argument 3 names different: declaration 'nGamerWhist' definition 'nGamerPass'. [funcArgNamesDifferent]
openpref-0.1.3/src/logic/aiplayer.h:42:72: note: Function 'moveFinalBid' argument 3 names different: declaration 'nGamerWhist' definition 'nGamerPass'.
openpref-0.1.3/src/logic/aiplayer.cpp:1272:72: note: Function 'moveFinalBid' argument 3 names different: declaration 'nGamerWhist' definition 'nGamerPass'.
openpref-0.1.3/src/logic/aiplayer.cpp:697:5: style: Variable 'Naparnik' is assigned a value that is never used. [unreadVariable]
openpref-0.1.3/src/logic/aiplayer.cpp:901:15: style: Variable 'aFriend' is assigned a value that is never used. [unreadVariable]
openpref-0.1.3/src/logic/aiplayer.cpp:957:15: style: Variable 'aFriend' is assigned a value that is never used. [unreadVariable]
openpref-0.1.3/src/logic/aiplayer.cpp:1000:15: style: Variable 'aFriend' is assigned a value that is never used. [unreadVariable]
openpref-0.1.3/src/logic/aiplayer.cpp:1105:0: style: Variable 'doRest' is assigned a value that is never used. [unreadVariable]
openpref-0.1.3/src/logic/aiplayer.h:58:14: performance: Technically the member function 'AiPlayer::calcProbsForMax' can be static. [functionStatic]
openpref-0.1.3/src/logic/aiplayer.cpp:219:22: note: Technically the member function 'AiPlayer::calcProbsForMax' can be static.
openpref-0.1.3/src/logic/aiplayer.h:58:14: note: Technically the member function 'AiPlayer::calcProbsForMax' can be static.
openpref-0.1.3/src/logic/aiplayer.h:59:14: performance: Technically the member function 'AiPlayer::calcProbsForMaxH23' can be static. [functionStatic]
openpref-0.1.3/src/logic/aiplayer.cpp:259:22: note: Technically the member function 'AiPlayer::calcProbsForMaxH23' can be static.
openpref-0.1.3/src/logic/aiplayer.h:59:14: note: Technically the member function 'AiPlayer::calcProbsForMaxH23' can be static.
openpref-0.1.3/src/logic/aiplayer.h:60:14: performance: Technically the member function 'AiPlayer::calcProbsForMin' can be static. [functionStatic]
openpref-0.1.3/src/logic/aiplayer.cpp:182:22: note: Technically the member function 'AiPlayer::calcProbsForMin' can be static.
openpref-0.1.3/src/logic/aiplayer.h:60:14: note: Technically the member function 'AiPlayer::calcProbsForMin' can be static.
openpref-0.1.3/src/logic/human.cpp:221:74: style: Function 'moveFinalBid' argument 3 names different: declaration 'nGamerVist' definition 'nGamerPass'. [funcArgNamesDifferent]
openpref-0.1.3/src/logic/human.h:46:71: note: Function 'moveFinalBid' argument 3 names different: declaration 'nGamerVist' definition 'nGamerPass'.
openpref-0.1.3/src/logic/human.cpp:221:74: note: Function 'moveFinalBid' argument 3 names different: declaration 'nGamerVist' definition 'nGamerPass'.
openpref-0.1.3/src/logic/human.h:42:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:42:16: note: Virtual function in base class
openpref-0.1.3/src/logic/human.h:42:16: note: Function in derived class
openpref-0.1.3/src/logic/human.h:45:20: style: The function 'moveBidding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:54:20: note: Virtual function in base class
openpref-0.1.3/src/logic/human.h:45:20: note: Function in derived class
openpref-0.1.3/src/logic/human.h:46:20: style: The function 'moveFinalBid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:55:20: note: Virtual function in base class
openpref-0.1.3/src/logic/human.h:46:20: note: Function in derived class
openpref-0.1.3/src/logic/human.h:47:20: style: The function 'dropForGame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:56:20: note: Virtual function in base class
openpref-0.1.3/src/logic/human.h:47:20: note: Function in derived class
openpref-0.1.3/src/logic/human.h:48:20: style: The function 'dropForMisere' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:57:20: note: Virtual function in base class
openpref-0.1.3/src/logic/human.h:48:20: note: Function in derived class
openpref-0.1.3/src/logic/human.h:50:16: style: The function 'chooseClosedWhist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:60:16: note: Virtual function in base class
openpref-0.1.3/src/logic/human.h:50:16: note: Function in derived class
openpref-0.1.3/src/logic/human.h:52:16: style: The function 'hilightCard' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openpref-0.1.3/src/logic/player.h:64:16: note: Virtual function in base class
openpref-0.1.3/src/logic/human.h:52:16: note: Function in derived class
openpref-0.1.3/src/logic/player.cpp:32:9: warning: Member variable 'Player::mClickX' is not initialized in the constructor. [uninitMemberVar]
openpref-0.1.3/src/logic/player.cpp:32:9: warning: Member variable 'Player::mClickY' is not initialized in the constructor. [uninitMemberVar]
openpref-0.1.3/src/logic/player.cpp:37:9: warning: Member variable 'Player::mScore' is not initialized in the constructor. [uninitMemberVar]
openpref-0.1.3/src/logic/player.cpp:37:9: warning: Member variable 'Player::mClickX' is not initialized in the constructor. [uninitMemberVar]
openpref-0.1.3/src/logic/player.cpp:37:9: warning: Member variable 'Player::mClickY' is not initialized in the constructor. [uninitMemberVar]
openpref-0.1.3/src/logic/player.cpp:37:9: warning: Member variable 'Player::mIStart' is not initialized in the constructor. [uninitMemberVar]
openpref-0.1.3/src/logic/player.cpp:53:17: warning: Member variable 'Player::mScore' is not assigned a value in 'Player::operator='. [operatorEqVarError]
openpref-0.1.3/src/logic/player.cpp:53:17: warning: Member variable 'Player::mClickX' is not assigned a value in 'Player::operator='. [operatorEqVarError]
openpref-0.1.3/src/logic/player.cpp:53:17: warning: Member variable 'Player::mClickY' is not assigned a value in 'Player::operator='. [operatorEqVarError]
openpref-0.1.3/src/logic/player.cpp:53:17: warning: Member variable 'Player::mWaitingForClick' is not assigned a value in 'Player::operator='. [operatorEqVarError]
openpref-0.1.3/src/logic/player.cpp:53:17: warning: Member variable 'Player::mIStart' is not assigned a value in 'Player::operator='. [operatorEqVarError]
openpref-0.1.3/src/logic/player.h:108:7: style: Member variable 'Player::mPlayerNo' is in the wrong place in the initializer list. [initializerList]
openpref-0.1.3/src/logic/player.cpp:32:93: note: Member variable 'Player::mPlayerNo' is in the wrong place in the initializer list.
openpref-0.1.3/src/logic/player.h:108:7: note: Member variable 'Player::mPlayerNo' is in the wrong place in the initializer list.
openpref-0.1.3/src/logic/player.h:79:16: warning: Virtual function 'internalInit' is called from constructor 'Player(int aMyNumber,DeskView*aDeskView=0)' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
openpref-0.1.3/src/logic/player.cpp:33:3: note: Calling internalInit
openpref-0.1.3/src/logic/player.h:79:16: note: internalInit is a virtual method
openpref-0.1.3/src/logic/player.h:79:16: warning: Virtual function 'internalInit' is called from copy constructor 'Player(const Player&pl)' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
openpref-0.1.3/src/logic/player.cpp:38:3: note: Calling internalInit
openpref-0.1.3/src/logic/player.h:79:16: note: internalInit is a virtual method
openpref-0.1.3/src/logic/player.h:80:16: warning: Virtual function 'clone' is called from copy constructor 'Player(const Player&pl)' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
openpref-0.1.3/src/logic/player.cpp:39:3: note: Calling clone
openpref-0.1.3/src/logic/player.h:80:16: note: clone is a virtual method
openpref-0.1.3/src/logic/player.h:42:16: warning: Virtual function 'clear' is called from destructor '~Player()' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
openpref-0.1.3/src/logic/player.cpp:44:3: note: Calling clear
openpref-0.1.3/src/logic/player.h:42:16: note: clear is a virtual method
openpref-0.1.3/src/score/plscore.cpp:182:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openpref-0.1.3/src/score/plscore.cpp:186:9: note: Found duplicate branches for 'if' and 'else'.
openpref-0.1.3/src/score/plscore.cpp:182:7: note: Found duplicate branches for 'if' and 'else'.
openpref-0.1.3/src/score/plscore.h:44:8: style: Technically the member function 'ScoreBoard::whistsAdd' can be const. [functionConst]
openpref-0.1.3/src/score/plscore.cpp:101:18: note: Technically the member function 'ScoreBoard::whistsAdd' can be const.
openpref-0.1.3/src/score/plscore.h:44:8: note: Technically the member function 'ScoreBoard::whistsAdd' can be const.
[13:08]

ftp://ftp.se.debian.org/debian/pool/main/o/openpyxl/openpyxl_2.4.9.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openr2/openr2_1.3.3.orig.tar.gz
openr2-1.3.3/misc/dtmf_detect.c:92:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openr2-1.3.3/misc/dtmf_detect.c:55:7: style: The scope of the variable 'digit' can be reduced. [variableScope]
openr2-1.3.3/misc/mfdetectors.c:38:0: error: #error "define detector type!" [preprocessorErrorDirective]
openr2-1.3.3/src/openr2/r2hwcompat.h:33:0: error: #error "wtf? Some zaptel/dahdi implementation should be present" [preprocessorErrorDirective]
openr2-1.3.3/src/openr2/r2engine.h:254:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openr2-1.3.3/src/r2context.c:193:97: style: Function 'openr2_context_new' argument 2 names different: declaration 'callmgmt' definition 'evmanager'. [funcArgNamesDifferent]
openr2-1.3.3/src/openr2/r2context.h:199:97: note: Function 'openr2_context_new' argument 2 names different: declaration 'callmgmt' definition 'evmanager'.
openr2-1.3.3/src/r2context.c:193:97: note: Function 'openr2_context_new' argument 2 names different: declaration 'callmgmt' definition 'evmanager'.
openr2-1.3.3/src/r2context.c:673:85: style: Function 'openr2_context_set_dtmf_detection_end_timeout' argument 2 names different: declaration 'dtmf_end' definition 'ms'. [funcArgNamesDifferent]
openr2-1.3.3/src/openr2/r2context.h:228:85: note: Function 'openr2_context_set_dtmf_detection_end_timeout' argument 2 names different: declaration 'dtmf_end' definition 'ms'.
openr2-1.3.3/src/r2context.c:673:85: note: Function 'openr2_context_set_dtmf_detection_end_timeout' argument 2 names different: declaration 'dtmf_end' definition 'ms'.
openr2-1.3.3/src/r2dtmf_detect.c:54:7: style: The scope of the variable 'digit' can be reduced. [variableScope]
openr2-1.3.3/src/r2engine.c:189:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openr2-1.3.3/src/r2engine.c:190:29: style: The scope of the variable 'tones' can be reduced. [variableScope]
openr2-1.3.3/src/r2engine.c:509:9: style: The scope of the variable 'limit' can be reduced. [variableScope]
openr2-1.3.3/src/r2log.c:93:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
openr2-1.3.3/src/r2log.c:94:10: style: The scope of the variable 'aplog' can be reduced. [variableScope]
openr2-1.3.3/src/r2log.c:111:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
openr2-1.3.3/src/r2test.c:687:6: style: The scope of the variable 'ms' can be reduced. [variableScope]
openr2-1.3.3/src/r2test.c:687:18: style: The scope of the variable 'res' can be reduced. [variableScope]
openr2-1.3.3/src/r2test.c:742:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openr2-1.3.3/src/r2test.c:742:19: style: The scope of the variable 'ms' can be reduced. [variableScope]
openr2-1.3.3/src/r2test.c:505:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:507:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:516:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:525:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:534:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:543:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:552:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:561:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:569:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:588:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:596:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:604:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:613:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:630:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:632:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:634:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:641:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:647:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:655:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openr2-1.3.3/src/r2test.c:663:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[13:08]

ftp://ftp.se.debian.org/debian/pool/main/o/openrc/openrc_0.34.orig.tar.xz
openrc-0.34/src/libeinfo/libeinfo.c:410:7: style: Condition '!_af' is always true [knownConditionTrueFalse]
openrc-0.34/src/libeinfo/libeinfo.c:347:20: note: Assignment '_af=NULL', assigned value is 0
openrc-0.34/src/libeinfo/libeinfo.c:410:7: note: Condition '!_af' is always true
openrc-0.34/src/libeinfo/libeinfo.c:412:7: style: Condition '!_ce' is always true [knownConditionTrueFalse]
openrc-0.34/src/libeinfo/libeinfo.c:347:33: note: Assignment '_ce=NULL', assigned value is 0
openrc-0.34/src/libeinfo/libeinfo.c:412:7: note: Condition '!_ce' is always true
openrc-0.34/src/libeinfo/libeinfo.c:414:7: style: Condition '!_ch' is always true [knownConditionTrueFalse]
openrc-0.34/src/libeinfo/libeinfo.c:347:46: note: Assignment '_ch=NULL', assigned value is 0
openrc-0.34/src/libeinfo/libeinfo.c:414:7: note: Condition '!_ch' is always true
openrc-0.34/src/libeinfo/libeinfo.c:416:7: style: Condition '!_md' is always true [knownConditionTrueFalse]
openrc-0.34/src/libeinfo/libeinfo.c:348:20: note: Assignment '_md=NULL', assigned value is 0
openrc-0.34/src/libeinfo/libeinfo.c:416:7: note: Condition '!_md' is always true
openrc-0.34/src/libeinfo/libeinfo.c:418:7: style: Condition '!_me' is always true [knownConditionTrueFalse]
openrc-0.34/src/libeinfo/libeinfo.c:348:33: note: Assignment '_me=NULL', assigned value is 0
openrc-0.34/src/libeinfo/libeinfo.c:418:7: note: Condition '!_me' is always true
openrc-0.34/src/libeinfo/libeinfo.c:420:7: style: Condition '!_up' is always true [knownConditionTrueFalse]
openrc-0.34/src/libeinfo/libeinfo.c:348:46: note: Assignment '_up=NULL', assigned value is 0
openrc-0.34/src/libeinfo/libeinfo.c:420:7: note: Condition '!_up' is always true
openrc-0.34/src/libeinfo/libeinfo.c:494:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openrc-0.34/src/libeinfo/libeinfo.c:826:10: style: The scope of the variable 'apc' can be reduced. [variableScope]
openrc-0.34/src/libeinfo/libeinfo.c:633:35: style: Function 'einfon' argument 1 names different: declaration '__EINFO_RESTRICT' definition 'fmt'. [funcArgNamesDifferent]
openrc-0.34/src/libeinfo/einfo.h:77:25: note: Function 'einfon' argument 1 names different: declaration '__EINFO_RESTRICT' definition 'fmt'.
openrc-0.34/src/libeinfo/libeinfo.c:633:35: note: Function 'einfon' argument 1 names different: declaration '__EINFO_RESTRICT' definition 'fmt'.
openrc-0.34/src/librc/librc-daemon.c:310:0: error: #error "Platform not supported!" [preprocessorErrorDirective]
openrc-0.34/src/librc/librc-depend.c:900:0: error: syntax error [syntaxError]
openrc-0.34/src/librc/librc-misc.c:334:17: style: The scope of the variable 'd' can be reduced. [variableScope]
openrc-0.34/src/librc/librc-misc.c:336:13: style: The scope of the variable 'fname' can be reduced. [variableScope]
openrc-0.34/src/librc/librc-misc.c:337:17: style: The scope of the variable 'rc_conf_d_list' can be reduced. [variableScope]
openrc-0.34/src/librc/librc-misc.c:338:7: style: The scope of the variable 'path' can be reduced. [variableScope]
openrc-0.34/src/librc/librc-misc.c:339:13: style: The scope of the variable 'line' can be reduced. [variableScope]
openrc-0.34/src/librc/librc-misc.c:417:17: style: The scope of the variable 'old' can be reduced. [variableScope]
openrc-0.34/src/librc/librc-misc.c:419:8: style: The scope of the variable 'p' can be reduced. [variableScope]
openrc-0.34/src/librc/librc.c:69:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
openrc-0.34/src/librc/librc.c:63:0: note: Variable 'list' is reassigned a value before the old one has been used.
openrc-0.34/src/librc/librc.c:69:2: note: Variable 'list' is reassigned a value before the old one has been used.
openrc-0.34/src/librc/librc.c:376:14: style: The scope of the variable 'nextlevel' can be reduced. [variableScope]
openrc-0.34/src/rc/_usage.c:64:6: style: The scope of the variable 'len' can be reduced. [variableScope]
openrc-0.34/src/rc/_usage.c:65:8: style: The scope of the variable 'lo' can be reduced. [variableScope]
openrc-0.34/src/rc/_usage.c:67:8: style: The scope of the variable 'token' can be reduced. [variableScope]
openrc-0.34/src/rc/checkpath.c:76:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
openrc-0.34/src/rc/checkpath.c:76:10: style: The scope of the variable 'flags' can be reduced. [variableScope]
openrc-0.34/src/rc/checkpath.c:77:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openrc-0.34/src/rc/checkpath.c:78:6: style: The scope of the variable 'u' can be reduced. [variableScope]
openrc-0.34/src/rc/do_e.c:56:9: style: The scope of the variable 'l' can be reduced. [variableScope]
openrc-0.34/src/rc/do_e.c:59:6: style: The scope of the variable 'level' can be reduced. [variableScope]
openrc-0.34/src/rc/do_mark_service.c:39:8: style: The scope of the variable 'openrc_pid' can be reduced. [variableScope]
openrc-0.34/src/rc/do_value.c:40:8: style: The scope of the variable 'option' can be reduced. [variableScope]
openrc-0.34/src/rc/fstabinfo.c:174:20: style: The scope of the variable 'file_np' can be reduced. [variableScope]
openrc-0.34/src/rc/mountinfo.c:357:0: error: #error "Operating system not supported!" [preprocessorErrorDirective]
openrc-0.34/src/rc/openrc-init.c:155:8: style: The scope of the variable 'fifo' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:355:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openrc-0.34/src/rc/openrc-run.c:291:2: style: Variable 'lock_fd' is reassigned a value before the old one has been used. [redundantAssignment]
openrc-0.34/src/rc/openrc-run.c:285:0: note: Variable 'lock_fd' is reassigned a value before the old one has been used.
openrc-0.34/src/rc/openrc-run.c:291:2: note: Variable 'lock_fd' is reassigned a value before the old one has been used.
openrc-0.34/src/rc/openrc-run.c:174:13: style: The scope of the variable 'svc' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:343:6: style: The scope of the variable 's' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:489:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:635:7: style: The scope of the variable 'first' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:636:19: style: The scope of the variable 'svc2' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:638:33: style: The scope of the variable 'n' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:639:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:640:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:784:19: style: The scope of the variable 'svc2' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:1104:7: style: The scope of the variable 'doneone' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:1109:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:1111:9: style: The scope of the variable 'l' can be reduced. [variableScope]
openrc-0.34/src/rc/openrc-run.c:1112:15: style: The scope of the variable 'file' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-depend.c:67:17: style: The scope of the variable 'list' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-depend.c:71:13: style: The scope of the variable 's' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-depend.c:74:7: style: The scope of the variable 'first' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-logger.c:155:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openrc-0.34/src/rc/rc-logger.c:134:28: style: Function 'rc_logger_open' argument 1 names different: declaration 'runlevel' definition 'level'. [funcArgNamesDifferent]
openrc-0.34/src/rc/rc-logger.h:20:33: note: Function 'rc_logger_open' argument 1 names different: declaration 'runlevel' definition 'level'.
openrc-0.34/src/rc/rc-logger.c:134:28: note: Function 'rc_logger_open' argument 1 names different: declaration 'runlevel' definition 'level'.
openrc-0.34/src/rc/rc-logger.c:108:56: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
openrc-0.34/src/rc/rc-misc.c:134:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-misc.c:327:16: style: The scope of the variable 'l' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-misc.c:356:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-misc.c:357:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-misc.c:359:6: style: The scope of the variable 'merrno' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-misc.c:364:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-misc.c:410:10: style: The scope of the variable 'pid' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-plugin.c:141:10: style: The scope of the variable 'nr' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-service.c:114:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openrc-0.34/src/rc/rc-status.c:82:8: style: The scope of the variable 'start_count' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-status.c:83:9: style: The scope of the variable 'now' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-status.c:84:8: style: The scope of the variable 'start_time_string' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-status.c:85:9: style: The scope of the variable 'start_time' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-status.c:86:9: style: The scope of the variable 'time_diff' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-update.c:167:17: style: The scope of the variable 'in' can be reduced. [variableScope]
openrc-0.34/src/rc/rc-update.c:168:7: style: The scope of the variable 'inone' can be reduced. [variableScope]
openrc-0.34/src/rc/rc.c:121:13: warning: Either the condition 'if(path)' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
openrc-0.34/src/rc/rc.c:122:7: note: Assuming that condition 'if(path)' is not redundant
openrc-0.34/src/rc/rc.c:121:13: note: Null pointer dereference
openrc-0.34/src/rc/rc.c:519:2: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
openrc-0.34/src/rc/rc.c:518:2: note: Variable 'dir' is reassigned a value before the old one has been used.
openrc-0.34/src/rc/rc.c:519:2: note: Variable 'dir' is reassigned a value before the old one has been used.
openrc-0.34/src/rc/rc.c:106:17: style: The scope of the variable 'd' can be reduced. [variableScope]
openrc-0.34/src/rc/rc.c:107:9: style: The scope of the variable 'l' can be reduced. [variableScope]
openrc-0.34/src/rc/rc.c:108:8: style: The scope of the variable 'path' can be reduced. [variableScope]
openrc-0.34/src/rc/shell_var.c:25:8: style: The scope of the variable 'p' can be reduced. [variableScope]
openrc-0.34/src/rc/start-stop-daemon.c:485:8: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openrc-0.34/src/rc/start-stop-daemon.c:849:50: style: Same expression on both sides of '&&' because the value of 'strcmp(token,RC_LIBEXECDIR"/bin")!=0' and 'strcmp(token,RC_LIBEXECDIR"/sbin")!=0' are the same. [duplicateExpression]
openrc-0.34/src/rc/start-stop-daemon.c:245:6: style: The scope of the variable 'devnull_fd' can be reduced. [variableScope]
openrc-0.34/src/rc/start-stop-daemon.c:278:6: style: The scope of the variable 'stdin_fd' can be reduced. [variableScope]
openrc-0.34/src/rc/start-stop-daemon.c:279:6: style: The scope of the variable 'stdout_fd' can be reduced. [variableScope]
openrc-0.34/src/rc/start-stop-daemon.c:280:6: style: The scope of the variable 'stderr_fd' can be reduced. [variableScope]
openrc-0.34/src/rc/start-stop-daemon.c:284:17: style: The scope of the variable 'env_list' can be reduced. [variableScope]
openrc-0.34/src/rc/start-stop-daemon.c:285:13: style: The scope of the variable 'env' can be reduced. [variableScope]
openrc-0.34/src/rc/start-stop-daemon.c:286:14: style: The scope of the variable 'newpath' can be reduced. [variableScope]
openrc-0.34/src/rc/supervise-daemon.c:353:49: style: Same expression on both sides of '&&' because the value of 'strcmp(token,RC_LIBEXECDIR"/bin")!=0' and 'strcmp(token,RC_LIBEXECDIR"/sbin")!=0' are the same. [duplicateExpression]
openrc-0.34/src/rc/supervise-daemon.c:233:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openrc-0.34/src/rc/supervise-daemon.c:234:8: style: The scope of the variable 'newpath' can be reduced. [variableScope]
openrc-0.34/src/rc/supervise-daemon.c:238:9: style: The scope of the variable 'start_time' can be reduced. [variableScope]
openrc-0.34/src/rc/supervise-daemon.c:239:7: style: The scope of the variable 'start_count_string' can be reduced. [variableScope]
openrc-0.34/src/rc/supervise-daemon.c:240:7: style: The scope of the variable 'start_time_string' can be reduced. [variableScope]
[13:08]

ftp://ftp.se.debian.org/debian/pool/main/o/openresolv/openresolv_3.8.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openrocket/openrocket_12.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openrpt/openrpt_3.3.7.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/opensaml/opensaml_3.0.0.orig.tar.bz2.asc

ftp://ftp.se.debian.org/debian/pool/main/o/opensaml2/opensaml2_2.6.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/opensc/opensc_0.18.0.orig.tar.gz
OpenSC-0.18.0/src/common/compat_getopt.c:233:11: style: Variable 'charind' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/common/compat_getopt.c:232:43: note: Variable 'charind' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/common/compat_getopt.c:233:11: note: Variable 'charind' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/common/simclist.c:133:14: style: struct member 'list_dump_header_s::ver' is never used. [unusedStructMember]
OpenSC-0.18.0/src/common/simclist.c:134:13: style: struct member 'list_dump_header_s::timestamp' is never used. [unusedStructMember]
OpenSC-0.18.0/src/common/simclist.c:135:13: style: struct member 'list_dump_header_s::rndterm' is never used. [unusedStructMember]
OpenSC-0.18.0/src/common/simclist.c:137:14: style: struct member 'list_dump_header_s::totlistlen' is never used. [unusedStructMember]
OpenSC-0.18.0/src/common/simclist.c:139:14: style: struct member 'list_dump_header_s::elemlen' is never used. [unusedStructMember]
OpenSC-0.18.0/src/common/simclist.c:140:13: style: struct member 'list_dump_header_s::listhash' is never used. [unusedStructMember]
OpenSC-0.18.0/src/common/simclist.c:482:0: error: Memory leak: lent [memleak]
OpenSC-0.18.0/src/libopensc/asn1.c:170:30: warning: Either the condition '!line_end' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
OpenSC-0.18.0/src/libopensc/asn1.c:171:7: note: Assuming that condition '!line_end' is not redundant
OpenSC-0.18.0/src/libopensc/asn1.c:170:30: note: Null pointer subtraction
OpenSC-0.18.0/src/libopensc/asn1.c:2000:0: style: Same expression used in consecutive assignments of 'r_len' and 's_len'. [duplicateAssignExpression]
OpenSC-0.18.0/src/libopensc/asn1.c:2000:0: note: Same expression used in consecutive assignments of 'r_len' and 's_len'.
OpenSC-0.18.0/src/libopensc/asn1.c:2000:0: note: Same expression used in consecutive assignments of 'r_len' and 's_len'.
OpenSC-0.18.0/src/libopensc/asn1.c:66:25: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/asn1.c:243:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/asn1.c:243:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/asn1.c:352:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/asn1.c:629:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/asn1.c:1886:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/asn1.c:735:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
OpenSC-0.18.0/src/libopensc/asn1.c:469:30: style: Function 'sc_asn1_find_tag' argument 4 names different: declaration 'tag' definition 'tag_in'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/asn1.h:78:35: note: Function 'sc_asn1_find_tag' argument 4 names different: declaration 'tag' definition 'tag_in'.
OpenSC-0.18.0/src/libopensc/asn1.c:469:30: note: Function 'sc_asn1_find_tag' argument 4 names different: declaration 'tag' definition 'tag_in'.
OpenSC-0.18.0/src/libopensc/asn1.c:469:46: style: Function 'sc_asn1_find_tag' argument 5 names different: declaration 'taglen' definition 'taglen_in'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/asn1.h:78:48: note: Function 'sc_asn1_find_tag' argument 5 names different: declaration 'taglen' definition 'taglen_in'.
OpenSC-0.18.0/src/libopensc/asn1.c:469:46: note: Function 'sc_asn1_find_tag' argument 5 names different: declaration 'taglen' definition 'taglen_in'.
OpenSC-0.18.0/src/libopensc/asn1.c:507:20: style: Function 'sc_asn1_skip_tag' argument 4 names different: declaration 'tag' definition 'tag_in'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/asn1.h:82:36: note: Function 'sc_asn1_skip_tag' argument 4 names different: declaration 'tag' definition 'tag_in'.
OpenSC-0.18.0/src/libopensc/asn1.c:507:20: note: Function 'sc_asn1_skip_tag' argument 4 names different: declaration 'tag' definition 'tag_in'.
OpenSC-0.18.0/src/libopensc/asn1.c:507:36: style: Function 'sc_asn1_skip_tag' argument 5 names different: declaration 'taglen' definition 'taglen_out'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/asn1.h:82:49: note: Function 'sc_asn1_skip_tag' argument 5 names different: declaration 'taglen' definition 'taglen_out'.
OpenSC-0.18.0/src/libopensc/asn1.c:507:36: note: Function 'sc_asn1_skip_tag' argument 5 names different: declaration 'taglen' definition 'taglen_out'.
OpenSC-0.18.0/src/libopensc/asn1.c:556:22: style: Function 'sc_asn1_verify_tag' argument 4 names different: declaration 'tag' definition 'tag_in'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/asn1.h:80:37: note: Function 'sc_asn1_verify_tag' argument 4 names different: declaration 'tag' definition 'tag_in'.
OpenSC-0.18.0/src/libopensc/asn1.c:556:22: note: Function 'sc_asn1_verify_tag' argument 4 names different: declaration 'tag' definition 'tag_in'.
OpenSC-0.18.0/src/libopensc/asn1.c:556:38: style: Function 'sc_asn1_verify_tag' argument 5 names different: declaration 'taglen' definition 'taglen_out'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/asn1.h:80:50: note: Function 'sc_asn1_verify_tag' argument 5 names different: declaration 'taglen' definition 'taglen_out'.
OpenSC-0.18.0/src/libopensc/asn1.c:556:38: note: Function 'sc_asn1_verify_tag' argument 5 names different: declaration 'taglen' definition 'taglen_out'.
OpenSC-0.18.0/src/libopensc/asn1.c:1655:57: style: Function 'sc_asn1_decode' argument 6 names different: declaration 'left' definition 'len_left'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/asn1.h:64:57: note: Function 'sc_asn1_decode' argument 6 names different: declaration 'left' definition 'len_left'.
OpenSC-0.18.0/src/libopensc/asn1.c:1655:57: note: Function 'sc_asn1_decode' argument 6 names different: declaration 'left' definition 'len_left'.
OpenSC-0.18.0/src/libopensc/asn1.c:1661:57: style: Function 'sc_asn1_decode_choice' argument 6 names different: declaration 'left' definition 'len_left'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/asn1.h:66:57: note: Function 'sc_asn1_decode_choice' argument 6 names different: declaration 'left' definition 'len_left'.
OpenSC-0.18.0/src/libopensc/asn1.c:1661:57: note: Function 'sc_asn1_decode_choice' argument 6 names different: declaration 'left' definition 'len_left'.
OpenSC-0.18.0/src/libopensc/asn1.c:1923:11: style: Function 'sc_asn1_encode' argument 3 names different: declaration 'buf' definition 'ptr'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/asn1.h:68:11: note: Function 'sc_asn1_encode' argument 3 names different: declaration 'buf' definition 'ptr'.
OpenSC-0.18.0/src/libopensc/asn1.c:1923:11: note: Function 'sc_asn1_encode' argument 3 names different: declaration 'buf' definition 'ptr'.
OpenSC-0.18.0/src/libopensc/asn1.c:1923:24: style: Function 'sc_asn1_encode' argument 4 names different: declaration 'bufsize' definition 'size'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/asn1.h:68:24: note: Function 'sc_asn1_encode' argument 4 names different: declaration 'bufsize' definition 'size'.
OpenSC-0.18.0/src/libopensc/asn1.c:1923:24: note: Function 'sc_asn1_encode' argument 4 names different: declaration 'bufsize' definition 'size'.
OpenSC-0.18.0/src/libopensc/asn1.c:391:72: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
OpenSC-0.18.0/src/libopensc/asn1.c:380:3: note: After for loop, i has value 3
OpenSC-0.18.0/src/libopensc/asn1.c:391:72: note: Shift
OpenSC-0.18.0/src/libopensc/base64.c:162:15: style: Checking if unsigned variable 'outlen' is less than zero. [unsignedLessThanZero]
OpenSC-0.18.0/src/libopensc/card-akis.c:489:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-akis.c:88:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSC-0.18.0/src/libopensc/card-asepcos.c:214:9: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-atrust-acos.c:243:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-atrust-acos.c:437:48: style: Checking if unsigned variable 'pathlen' is less than zero. [unsignedLessThanZero]
OpenSC-0.18.0/src/libopensc/card-belpic.c:342:11: warning: Either the condition 'card!=NULL' is redundant or there is possible null pointer dereference: card. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-belpic.c:345:14: note: Assuming that condition 'card!=NULL' is not redundant
OpenSC-0.18.0/src/libopensc/card-belpic.c:342:11: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-belpic.c:343:5: warning: Either the condition 'env!=NULL' is redundant or there is possible null pointer dereference: env. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-belpic.c:345:29: note: Assuming that condition 'env!=NULL' is not redundant
OpenSC-0.18.0/src/libopensc/card-belpic.c:343:5: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-belpic.c:217:6: style: The scope of the variable 'key_size' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-belpic.c:218:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-cac.c:1027:30: warning: Either the condition 'card!=NULL' is redundant or there is possible null pointer dereference: card. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-cac.c:1029:14: note: Assuming that condition 'card!=NULL' is not redundant
OpenSC-0.18.0/src/libopensc/card-cac.c:1027:30: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-cac.c:1406:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-cardos.c:137:24: style: The scope of the variable 'q' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1917:34: warning: Either the condition 'card!=NULL' is redundant or there is possible null pointer dereference: card. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1920:14: note: Assuming that condition 'card!=NULL' is not redundant
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1917:34: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1351:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1346:0: note: Variable 'label' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1351:2: note: Variable 'label' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1352:2: style: Variable 'manufacturer_id' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1347:0: note: Variable 'manufacturer_id' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1352:2: note: Variable 'manufacturer_id' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1353:2: style: Variable 'serial_number' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1348:0: note: Variable 'serial_number' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1353:2: note: Variable 'serial_number' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-coolkey.c:805:31: style: The scope of the variable 'o' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-coolkey.c:1555:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-coolkey.c:859:8: style: struct member 'coolkey_error_codes_st::description' is never used. [unusedStructMember]
OpenSC-0.18.0/src/libopensc/card-coolkey.c:715:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/card-flex.c:626:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-flex.c:664:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-flex.c:988:12: style: The scope of the variable 'i2' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-flex.c:1271:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSC-0.18.0/src/libopensc/card-gemsafeV1.c:167:2: style: Variable 'exdata' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-gemsafeV1.c:160:0: note: Variable 'exdata' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-gemsafeV1.c:167:2: note: Variable 'exdata' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-gemsafeV1.c:455:9: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-isoApplet.c:197:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-isoApplet.c:199:16: style: The scope of the variable 'ext_flags' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-itacns.c:371:6: style: The scope of the variable 'requested' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-itacns.c:372:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-jcop.c:277:18: warning: Either the condition 'fileptr' is redundant or there is possible null pointer dereference: fileptr. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-jcop.c:272:8: note: Assuming that condition 'fileptr' is not redundant
OpenSC-0.18.0/src/libopensc/card-jcop.c:277:18: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-jcop.c:278:5: warning: Either the condition 'fileptr' is redundant or there is possible null pointer dereference: fileptr. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-jcop.c:272:8: note: Assuming that condition 'fileptr' is not redundant
OpenSC-0.18.0/src/libopensc/card-jcop.c:278:5: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-jcop.c:609:36: warning: Either the condition 'card!=NULL' is redundant or there is possible null pointer dereference: card. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-jcop.c:611:21: note: Assuming that condition 'card!=NULL' is not redundant
OpenSC-0.18.0/src/libopensc/card-jcop.c:609:36: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-jcop.c:706:36: warning: Either the condition 'card!=NULL' is redundant or there is possible null pointer dereference: card. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-jcop.c:708:21: note: Assuming that condition 'card!=NULL' is not redundant
OpenSC-0.18.0/src/libopensc/card-jcop.c:706:36: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-jcop.c:756:36: warning: Either the condition 'card!=NULL' is redundant or there is possible null pointer dereference: card. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-jcop.c:758:21: note: Assuming that condition 'card!=NULL' is not redundant
OpenSC-0.18.0/src/libopensc/card-jcop.c:756:36: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-jcop.c:319:10: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-jcop.c:346:10: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-jcop.c:410:10: style: The scope of the variable 'sa' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-mcrd.c:1200:32: warning: Either the condition 'card!=NULL' is redundant or there is possible null pointer dereference: card. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-mcrd.c:1207:14: note: Assuming that condition 'card!=NULL' is not redundant
OpenSC-0.18.0/src/libopensc/card-mcrd.c:1200:32: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-mcrd.c:1373:32: warning: Either the condition 'card==NULL' is redundant or there is possible null pointer dereference: card. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-mcrd.c:1378:11: note: Assuming that condition 'card==NULL' is not redundant
OpenSC-0.18.0/src/libopensc/card-mcrd.c:1373:32: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-mcrd.c:677:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-mcrd.c:671:0: note: Variable 'tag' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-mcrd.c:677:2: note: Variable 'tag' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-mcrd.c:325:23: style: The scope of the variable 'ext_flags' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-mcrd.c:528:9: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-mcrd.c:529:12: style: The scope of the variable 'p' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-mcrd.c:905:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-mcrd.c:1477:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-mcrd.c:717:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/card-miocos.c:121:13: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-muscle.c:82:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-muscle.c:568:4: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSC-0.18.0/src/libopensc/card-muscle.c:584:4: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSC-0.18.0/src/libopensc/card-muscle.c:481:3: error: Memory pointed to by 'drv_data' is freed twice. [doubleFree]
OpenSC-0.18.0/src/libopensc/card-myeid.c:834:25: style: Redundant condition: If 'datalen > 3', the comparison 'datalen' is always true. [redundantCondition]
OpenSC-0.18.0/src/libopensc/card-myeid.c:1102:18: warning: Either the condition 'card!=NULL' is redundant or there is possible null pointer dereference: card. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-myeid.c:1105:14: note: Assuming that condition 'card!=NULL' is not redundant
OpenSC-0.18.0/src/libopensc/card-myeid.c:1102:18: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-myeid.c:1103:17: warning: Either the condition 'card!=NULL' is redundant or there is possible null pointer dereference: card. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-myeid.c:1105:14: note: Assuming that condition 'card!=NULL' is not redundant
OpenSC-0.18.0/src/libopensc/card-myeid.c:1103:17: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-myeid.c:148:27: style: The scope of the variable 'ext_flags' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-myeid.c:405:24: style: The scope of the variable 'read' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-myeid.c:405:31: style: The scope of the variable 'update' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-myeid.c:405:40: style: The scope of the variable 'delete' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-myeid.c:405:49: style: The scope of the variable 'generate' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-myeid.c:406:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-myeid.c:963:9: style: The scope of the variable 'field_length' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-myeid.c:1340:10: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-npa.c:690:6: style: Condition 'p' is always false [knownConditionTrueFalse]
OpenSC-0.18.0/src/libopensc/card-npa.c:634:12: note: Assignment 'p=NULL', assigned value is 0
OpenSC-0.18.0/src/libopensc/card-npa.c:690:6: note: Condition 'p' is always false
OpenSC-0.18.0/src/libopensc/card-npa.c:205:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-npa.c:248:23: style: The scope of the variable 'drv_data' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:2874:22: warning: Logical conjunction always evaluates to false: *(keyref) < 130 && *(keyref) > 149. [incorrectLogicOperator]
OpenSC-0.18.0/src/libopensc/card-piv.c:1278:12: warning: Either the condition 'if(sbuf)' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/libopensc/card-piv.c:1326:5: note: Assuming that condition 'if(sbuf)' is not redundant
OpenSC-0.18.0/src/libopensc/card-piv.c:1325:34: note: Calling function 'piv_put_data', 3rd argument 'buf' value is 0
OpenSC-0.18.0/src/libopensc/card-piv.c:1278:12: note: Null pointer dereference
OpenSC-0.18.0/src/libopensc/card-piv.c:875:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-piv.c:863:0: note: Variable 'f' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-piv.c:875:2: note: Variable 'f' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-piv.c:1307:2: style: Variable 'sbuf' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-piv.c:1295:0: note: Variable 'sbuf' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-piv.c:1307:2: note: Variable 'sbuf' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-piv.c:3387:4: style: Variable 'priv->pin_cmd_noparse' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-piv.c:3384:4: note: Variable 'priv->pin_cmd_noparse' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-piv.c:3387:4: note: Variable 'priv->pin_cmd_noparse' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-piv.c:3485:2: style: Variable 'priv->pin_cmd_verify' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-piv.c:3483:2: note: Variable 'priv->pin_cmd_verify' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-piv.c:3485:2: note: Variable 'priv->pin_cmd_verify' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-piv.c:3501:3: style: Variable 'priv->pin_cmd_verify' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-piv.c:3499:3: note: Variable 'priv->pin_cmd_verify' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-piv.c:3501:3: note: Variable 'priv->pin_cmd_verify' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-piv.c:796:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenSC-0.18.0/src/libopensc/card-piv.c:800:9: note: Found duplicate branches for 'if' and 'else'.
OpenSC-0.18.0/src/libopensc/card-piv.c:796:7: note: Found duplicate branches for 'if' and 'else'.
OpenSC-0.18.0/src/libopensc/card-piv.c:769:12: style: The scope of the variable 'tag' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:771:12: style: The scope of the variable 'pix' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:1079:6: style: The scope of the variable 'compressed' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:2087:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:2090:12: style: The scope of the variable 'body' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:2091:12: style: The scope of the variable 'fascn' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:2092:12: style: The scope of the variable 'guid' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:2235:10: style: The scope of the variable 'q' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:2342:12: style: The scope of the variable 'tag' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:2344:12: style: The scope of the variable 'body' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:2510:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:2936:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:3001:9: style: The scope of the variable 'i7e' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:3001:14: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:3002:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:3003:10: style: The scope of the variable 'pe' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:3354:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-piv.c:1239:12: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
OpenSC-0.18.0/src/libopensc/card-piv.c:238:15: style: struct member 'piv_object::oidstring' is never used. [unusedStructMember]
OpenSC-0.18.0/src/libopensc/card-rtecp.c:57:2: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-rtecp.c:56:0: note: Variable 'i' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-rtecp.c:57:2: note: Variable 'i' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-rtecp.c:705:33: style: Same expression on both sides of '-' because the value of 'p' and 'out' are the same. [duplicateExpression]
OpenSC-0.18.0/src/libopensc/card-rtecp.c:702:19: note: 'p' is assigned value 'out' here.
OpenSC-0.18.0/src/libopensc/card-rtecp.c:705:33: note: Same expression on both sides of '-' because the value of 'p' and 'out' are the same.
OpenSC-0.18.0/src/libopensc/card-rtecp.c:98:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-rtecp.c:558:12: style: The scope of the variable 'tag' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-rtecp.c:560:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-rutoken.c:481:33: style: Same expression on both sides of '-' because the value of 'p' and 'out' are the same. [duplicateExpression]
OpenSC-0.18.0/src/libopensc/card-rutoken.c:475:19: note: 'p' is assigned value 'out' here.
OpenSC-0.18.0/src/libopensc/card-rutoken.c:481:33: note: Same expression on both sides of '-' because the value of 'p' and 'out' are the same.
OpenSC-0.18.0/src/libopensc/card-rutoken.c:821:50: style: Same expression on both sides of '-' because the value of 'p' and 'data' are the same. [duplicateExpression]
OpenSC-0.18.0/src/libopensc/card-rutoken.c:814:19: note: 'p' is assigned value 'data' here.
OpenSC-0.18.0/src/libopensc/card-rutoken.c:821:50: note: Same expression on both sides of '-' because the value of 'p' and 'data' are the same.
OpenSC-0.18.0/src/libopensc/card-rutoken.c:241:12: style: The scope of the variable 'tag' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-rutoken.c:243:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-rutoken.c:450:23: style: The scope of the variable 'tag' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-rutoken.c:543:24: style: The scope of the variable 'entry' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-rutoken.c:996:9: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-rutoken.c:1083:9: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-rutoken.c:1140:9: style: The scope of the variable 'n' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-sc-hsm.c:261:7: style: The scope of the variable 'digit' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-sc-hsm.c:1123:9: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-sc-hsm.c:1400:18: style: The scope of the variable 'cpo' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-sc-hsm.c:361:1: style: Label 'err' is not used. [unusedLabel]
OpenSC-0.18.0/src/libopensc/card-sc-hsm.c:403:1: style: Label 'err' is not used. [unusedLabel]
OpenSC-0.18.0/src/libopensc/card-sc-hsm.c:671:4: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSC-0.18.0/src/libopensc/card-setcos.c:231:12: style: The scope of the variable 'pin_key_info' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-setcos.c:232:6: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-setcos.c:420:15: style: The scope of the variable 'bMethod' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-setcos.c:783:7: style: The scope of the variable 'iMethod' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-setcos.c:784:7: style: The scope of the variable 'iPinCount' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-starcos.c:455:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-starcos.c:692:48: style: Checking if unsigned variable 'pathlen' is less than zero. [unsignedLessThanZero]
OpenSC-0.18.0/src/libopensc/card-starcos.c:811:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/card-starcos.c:813:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/card-tcos.c:458:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-westcos.c:299:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/card-westcos.c:297:0: note: Variable 'tag' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-westcos.c:299:2: note: Variable 'tag' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/card-westcos.c:122:16: style: The scope of the variable 'chBlock' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-westcos.c:209:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-westcos.c:852:15: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card-westcos.c:794:4: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSC-0.18.0/src/libopensc/card.c:1056:30: style: The scope of the variable 's' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/card.c:1056:33: style: The scope of the variable 'matr_len' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/ctx.c:662:2: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/ctx.c:655:0: note: Variable 'debug' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/ctx.c:662:2: note: Variable 'debug' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/ctx.c:975:2: style: Variable 'conf_block' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/ctx.c:971:0: note: Variable 'conf_block' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/ctx.c:975:2: note: Variable 'conf_block' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/ctx.c:694:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenSC-0.18.0/src/libopensc/ctx.c:696:3: note: Found duplicate branches for 'if' and 'else'.
OpenSC-0.18.0/src/libopensc/ctx.c:694:3: note: Found duplicate branches for 'if' and 'else'.
OpenSC-0.18.0/src/libopensc/ctx.c:467:14: style: Same expression on both sides of '==' because the value of 'modinit' and 'NULL' are the same. [duplicateExpression]
OpenSC-0.18.0/src/libopensc/ctx.c:446:35: note: 'modinit' is assigned value 'NULL' here.
OpenSC-0.18.0/src/libopensc/ctx.c:467:14: note: Same expression on both sides of '==' because the value of 'modinit' and 'NULL' are the same.
OpenSC-0.18.0/src/libopensc/ctx.c:467:22: style: Same expression on both sides of '||' because the value of 'modinit==NULL' and 'modversion==NULL' are the same. [duplicateExpression]
OpenSC-0.18.0/src/libopensc/ctx.c:446:35: note: 'modinit' is assigned value 'NULL' here.
OpenSC-0.18.0/src/libopensc/ctx.c:448:36: note: 'modversion' is assigned value 'NULL' here.
OpenSC-0.18.0/src/libopensc/ctx.c:467:22: note: Same expression on both sides of '||' because the value of 'modinit==NULL' and 'modversion==NULL' are the same.
OpenSC-0.18.0/src/libopensc/ctx.c:467:36: style: Same expression on both sides of '==' because the value of 'modversion' and 'NULL' are the same. [duplicateExpression]
OpenSC-0.18.0/src/libopensc/ctx.c:448:36: note: 'modversion' is assigned value 'NULL' here.
OpenSC-0.18.0/src/libopensc/ctx.c:467:36: note: Same expression on both sides of '==' because the value of 'modversion' and 'NULL' are the same.
OpenSC-0.18.0/src/libopensc/ctx.c:510:33: style: The scope of the variable 'ent' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/ctx.c:945:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/dir.c:94:3: style: Variable 'blocks' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/dir.c:89:0: note: Variable 'blocks' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/dir.c:94:3: note: Variable 'blocks' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/dir.c:160:9: style: The scope of the variable 'file_size' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/dir.c:378:9: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/dir.c:35:14: style: struct member 'app_entry::desc' is never used. [unusedStructMember]
OpenSC-0.18.0/src/libopensc/dir.c:137:4: error: Memory pointed to by 'app' is freed twice. [doubleFree]
OpenSC-0.18.0/src/libopensc/ef-atr.c:46:2: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/ef-atr.c:38:0: note: Variable 'tag' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/ef-atr.c:46:2: note: Variable 'tag' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/errors.c:148:14: style: The scope of the variable 'no_errors' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/errors.c:31:29: style: Function 'sc_strerror' argument 1 names different: declaration 'sc_errno' definition 'error'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/errors.h:131:29: note: Function 'sc_strerror' argument 1 names different: declaration 'sc_errno' definition 'error'.
OpenSC-0.18.0/src/libopensc/errors.c:31:29: note: Function 'sc_strerror' argument 1 names different: declaration 'sc_errno' definition 'error'.
OpenSC-0.18.0/src/libopensc/iso7816.c:1134:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSC-0.18.0/src/libopensc/iso7816.c:371:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/log.c:257:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/muscle.c:117:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/muscle.c:222:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/muscle.c:142:91: style: Function 'msc_create_object' argument 4 names different: declaration 'read' definition 'readAcl'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/muscle.h:41:91: note: Function 'msc_create_object' argument 4 names different: declaration 'read' definition 'readAcl'.
OpenSC-0.18.0/src/libopensc/muscle.c:142:91: note: Function 'msc_create_object' argument 4 names different: declaration 'read' definition 'readAcl'.
OpenSC-0.18.0/src/libopensc/muscle.c:142:115: style: Function 'msc_create_object' argument 5 names different: declaration 'write' definition 'writeAcl'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/muscle.h:41:112: note: Function 'msc_create_object' argument 5 names different: declaration 'write' definition 'writeAcl'.
OpenSC-0.18.0/src/libopensc/muscle.c:142:115: note: Function 'msc_create_object' argument 5 names different: declaration 'write' definition 'writeAcl'.
OpenSC-0.18.0/src/libopensc/muscle.c:142:140: style: Function 'msc_create_object' argument 6 names different: declaration 'deletion' definition 'deleteAcl'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/muscle.h:41:134: note: Function 'msc_create_object' argument 6 names different: declaration 'deletion' definition 'deleteAcl'.
OpenSC-0.18.0/src/libopensc/muscle.c:142:140: note: Function 'msc_create_object' argument 6 names different: declaration 'deletion' definition 'deleteAcl'.
OpenSC-0.18.0/src/libopensc/muscle.c:940:5: error: Memory pointed to by 'buffer' is freed twice. [doubleFree]
OpenSC-0.18.0/src/libopensc/muscle.c:947:2: error: Memory pointed to by 'buffer' is freed twice. [doubleFree]
OpenSC-0.18.0/src/libopensc/padding.c:238:13: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/padding.c:110:7: style: Function 'sc_pkcs1_strip_01_padding' argument 4 names different: declaration 'out_dat' definition 'out'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/internal.h:144:7: note: Function 'sc_pkcs1_strip_01_padding' argument 4 names different: declaration 'out_dat' definition 'out'.
OpenSC-0.18.0/src/libopensc/padding.c:110:7: note: Function 'sc_pkcs1_strip_01_padding' argument 4 names different: declaration 'out_dat' definition 'out'.
OpenSC-0.18.0/src/libopensc/padding.c:144:78: style: Function 'sc_pkcs1_strip_02_padding' argument 4 names different: declaration 'out_dat' definition 'out'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/internal.h:146:7: note: Function 'sc_pkcs1_strip_02_padding' argument 4 names different: declaration 'out_dat' definition 'out'.
OpenSC-0.18.0/src/libopensc/padding.c:144:78: note: Function 'sc_pkcs1_strip_02_padding' argument 4 names different: declaration 'out_dat' definition 'out'.
OpenSC-0.18.0/src/libopensc/padding.c:236:23: style: Function 'sc_pkcs1_encode' argument 4 names different: declaration 'inlen' definition 'in_len'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/internal.h:162:24: note: Function 'sc_pkcs1_encode' argument 4 names different: declaration 'inlen' definition 'in_len'.
OpenSC-0.18.0/src/libopensc/padding.c:236:23: note: Function 'sc_pkcs1_encode' argument 4 names different: declaration 'inlen' definition 'in_len'.
OpenSC-0.18.0/src/libopensc/padding.c:236:48: style: Function 'sc_pkcs1_encode' argument 6 names different: declaration 'outlen' definition 'out_len'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/internal.h:162:48: note: Function 'sc_pkcs1_encode' argument 6 names different: declaration 'outlen' definition 'out_len'.
OpenSC-0.18.0/src/libopensc/padding.c:236:48: note: Function 'sc_pkcs1_encode' argument 6 names different: declaration 'outlen' definition 'out_len'.
OpenSC-0.18.0/src/libopensc/padding.c:236:64: style: Function 'sc_pkcs1_encode' argument 7 names different: declaration 'modlen' definition 'mod_len'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/internal.h:162:63: note: Function 'sc_pkcs1_encode' argument 7 names different: declaration 'modlen' definition 'mod_len'.
OpenSC-0.18.0/src/libopensc/padding.c:236:64: note: Function 'sc_pkcs1_encode' argument 7 names different: declaration 'modlen' definition 'mod_len'.
OpenSC-0.18.0/src/libopensc/padding.c:280:40: style: Function 'sc_get_encoding_flags' argument 5 names different: declaration 'salg' definition 'sflags'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/internal.h:174:41: note: Function 'sc_get_encoding_flags' argument 5 names different: declaration 'salg' definition 'sflags'.
OpenSC-0.18.0/src/libopensc/padding.c:280:40: note: Function 'sc_get_encoding_flags' argument 5 names different: declaration 'salg' definition 'sflags'.
OpenSC-0.18.0/src/libopensc/pkcs15-algo.c:504:2: style: Variable 'alg_info' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/pkcs15-algo.c:487:0: note: Variable 'alg_info' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-algo.c:504:2: note: Variable 'alg_info' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-algo.c:573:4: error: Memory pointed to by 'obj' is freed twice. [doubleFree]
OpenSC-0.18.0/src/libopensc/pkcs15-algo.c:579:3: error: Memory pointed to by 'obj' is freed twice. [doubleFree]
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:162:2: style: Variable 'rdn' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:156:0: note: Variable 'rdn' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:162:2: note: Variable 'rdn' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:160:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:252:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:129:1: style: Label 'err' is not used. [unusedLabel]
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:358:51: style: Function 'sc_pkcs15_read_certificate' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:724:55: note: Function 'sc_pkcs15_read_certificate' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:358:51: note: Function 'sc_pkcs15_read_certificate' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:359:27: style: Function 'sc_pkcs15_read_certificate' argument 3 names different: declaration 'cert' definition 'cert_out'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:726:35: note: Function 'sc_pkcs15_read_certificate' argument 3 names different: declaration 'cert' definition 'cert_out'.
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:359:27: note: Function 'sc_pkcs15_read_certificate' argument 3 names different: declaration 'cert' definition 'cert_out'.
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:434:28: style: Function 'sc_pkcs15_decode_cdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:850:35: note: Function 'sc_pkcs15_decode_cdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:434:28: note: Function 'sc_pkcs15_decode_cdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:390:3: error: Memory pointed to by 'value' is freed twice. [doubleFree]
OpenSC-0.18.0/src/libopensc/pkcs15-cert.c:394:2: error: Memory pointed to by 'value' is freed twice. [doubleFree]
OpenSC-0.18.0/src/libopensc/pkcs15-coolkey.c:272:16: style: The scope of the variable 'object_id' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-data.c:49:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-data.c:94:36: style: Function 'sc_pkcs15_decode_dodf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:853:35: note: Function 'sc_pkcs15_decode_dodf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-data.c:94:36: note: Function 'sc_pkcs15_decode_dodf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-data.c:183:59: style: Function 'sc_pkcs15_free_data_info' argument 1 names different: declaration 'data' definition 'info'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:895:54: note: Function 'sc_pkcs15_free_data_info' argument 1 names different: declaration 'data' definition 'info'.
OpenSC-0.18.0/src/libopensc/pkcs15-data.c:183:59: note: Function 'sc_pkcs15_free_data_info' argument 1 names different: declaration 'data' definition 'info'.
OpenSC-0.18.0/src/libopensc/pkcs15-din-66291.c:116:12: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-dnie.c:295:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/pkcs15-dnie.c:280:0: note: Variable 'r' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-dnie.c:295:2: note: Variable 'r' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-gemsafeGPK.c:138:8: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-gemsafeGPK.c:518:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
OpenSC-0.18.0/src/libopensc/pkcs15-infocamere.c:177:14: style: The scope of the variable 'calabel' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-infocamere.c:178:14: style: The scope of the variable 'authlabel' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-infocamere.c:195:14: style: The scope of the variable 'infocamere_auth_path' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-infocamere.c:225:14: style: The scope of the variable 'authPIN' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-infocamere.c:228:14: style: The scope of the variable 'authPRKEY' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-openpgp.c:394:9: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:85:28: style: Function 'sc_pkcs15_decode_aodf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:856:36: note: Function 'sc_pkcs15_decode_aodf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:85:28: note: Function 'sc_pkcs15_decode_aodf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:210:24: style: Function 'sc_pkcs15_encode_aodf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:842:12: note: Function 'sc_pkcs15_encode_aodf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:210:24: note: Function 'sc_pkcs15_encode_aodf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:295:45: style: Function 'sc_pkcs15_verify_pin' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:770:49: note: Function 'sc_pkcs15_verify_pin' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:295:45: note: Function 'sc_pkcs15_verify_pin' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:479:49: style: Function 'sc_pkcs15_change_pin' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:777:49: note: Function 'sc_pkcs15_change_pin' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:479:49: note: Function 'sc_pkcs15_change_pin' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:481:15: style: Function 'sc_pkcs15_change_pin' argument 3 names different: declaration 'oldpincode' definition 'oldpin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:779:15: note: Function 'sc_pkcs15_change_pin' argument 3 names different: declaration 'oldpincode' definition 'oldpin'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:481:15: note: Function 'sc_pkcs15_change_pin' argument 3 names different: declaration 'oldpincode' definition 'oldpin'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:482:15: style: Function 'sc_pkcs15_change_pin' argument 5 names different: declaration 'newpincode' definition 'newpin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:780:15: note: Function 'sc_pkcs15_change_pin' argument 5 names different: declaration 'newpincode' definition 'newpin'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:482:15: note: Function 'sc_pkcs15_change_pin' argument 5 names different: declaration 'newpincode' definition 'newpin'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:569:50: style: Function 'sc_pkcs15_unblock_pin' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:781:50: note: Function 'sc_pkcs15_unblock_pin' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:569:50: note: Function 'sc_pkcs15_unblock_pin' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:680:51: style: Function 'sc_pkcs15_get_pin_info' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:785:51: note: Function 'sc_pkcs15_get_pin_info' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15-pin.c:680:51: note: Function 'sc_pkcs15_get_pin_info' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15-piv.c:136:16: style: The scope of the variable 'fbit' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-piv.c:136:22: style: The scope of the variable 'fbits' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-piv.c:136:29: style: The scope of the variable 'fbyte' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-piv.c:136:36: style: The scope of the variable 'fbyte2' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-piv.c:136:44: style: The scope of the variable 'fnibble' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-piv.c:137:17: style: The scope of the variable 'f5p' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-piv.c:137:23: style: The scope of the variable 'f8p' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-piv.c:613:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-piv.c:112:6: style: struct member 'common_key_info_st::not_present' is never used. [unusedStructMember]
OpenSC-0.18.0/src/libopensc/pkcs15-prkey.c:172:31: style: Function 'sc_pkcs15_decode_prkdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:859:30: note: Function 'sc_pkcs15_decode_prkdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-prkey.c:172:31: note: Function 'sc_pkcs15_decode_prkdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-prkey.c:354:24: style: Function 'sc_pkcs15_encode_prkdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:830:12: note: Function 'sc_pkcs15_encode_prkdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-prkey.c:354:24: note: Function 'sc_pkcs15_encode_prkdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-prkey.c:560:46: style: Function 'sc_pkcs15_free_prkey' argument 1 names different: declaration 'prkey' definition 'key'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:706:51: note: Function 'sc_pkcs15_free_prkey' argument 1 names different: declaration 'prkey' definition 'key'.
OpenSC-0.18.0/src/libopensc/pkcs15-prkey.c:560:46: note: Function 'sc_pkcs15_free_prkey' argument 1 names different: declaration 'prkey' definition 'key'.
OpenSC-0.18.0/src/libopensc/pkcs15-prkey.c:613:63: style: Function 'sc_pkcs15_convert_bignum' argument 2 names different: declaration 'bignum' definition 'src'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:947:67: note: Function 'sc_pkcs15_convert_bignum' argument 2 names different: declaration 'bignum' definition 'src'.
OpenSC-0.18.0/src/libopensc/pkcs15-prkey.c:613:63: note: Function 'sc_pkcs15_convert_bignum' argument 2 names different: declaration 'bignum' definition 'src'.
OpenSC-0.18.0/src/libopensc/pkcs15-prkey.c:632:49: style: Function 'sc_pkcs15_convert_prkey' argument 1 names different: declaration 'key' definition 'pkcs15_key'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:948:53: note: Function 'sc_pkcs15_convert_prkey' argument 1 names different: declaration 'key' definition 'pkcs15_key'.
OpenSC-0.18.0/src/libopensc/pkcs15-prkey.c:632:49: note: Function 'sc_pkcs15_convert_prkey' argument 1 names different: declaration 'key' definition 'pkcs15_key'.
OpenSC-0.18.0/src/libopensc/pkcs15-pteid.c:109:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-pteid.c:109:12: style: The scope of the variable 'type' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:838:4: style: Variable 'ec_params' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:833:0: note: Variable 'ec_params' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:838:4: note: Variable 'ec_params' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:1331:2: style: Variable 'tmp_buf' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:1324:0: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:1331:2: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:991:1: style: Label 'err' is not used. [unusedLabel]
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:1407:1: style: Label 'err' is not used. [unusedLabel]
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:213:28: style: Function 'sc_pkcs15_decode_pukdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:862:30: note: Function 'sc_pkcs15_decode_pukdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:213:28: note: Function 'sc_pkcs15_decode_pukdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:369:32: style: Function 'sc_pkcs15_encode_pukdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:833:12: note: Function 'sc_pkcs15_encode_pukdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:369:32: note: Function 'sc_pkcs15_encode_pukdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:1219:53: style: Function 'sc_pkcs15_free_pubkey_info' argument 1 names different: declaration 'key' definition 'info'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:893:58: note: Function 'sc_pkcs15_free_pubkey_info' argument 1 names different: declaration 'key' definition 'info'.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:1219:53: note: Function 'sc_pkcs15_free_pubkey_info' argument 1 names different: declaration 'key' definition 'info'.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:1576:51: style: Function 'sc_pkcs15_convert_pubkey' argument 1 names different: declaration 'key' definition 'pkcs15_key'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:949:55: note: Function 'sc_pkcs15_convert_pubkey' argument 1 names different: declaration 'key' definition 'pkcs15_key'.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:1576:51: note: Function 'sc_pkcs15_convert_pubkey' argument 1 names different: declaration 'key' definition 'pkcs15_key'.
OpenSC-0.18.0/src/libopensc/pkcs15-pubkey.c:1465:14: style: struct member 'ec_curve_info::oid_encoded' is never used. [unusedStructMember]
OpenSC-0.18.0/src/libopensc/pkcs15-sc-hsm.c:187:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15-sec.c:95:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/pkcs15-sec.c:91:0: note: Variable 'r' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-sec.c:95:2: note: Variable 'r' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-sec.c:201:34: style: Function 'sc_pkcs15_decipher' argument 2 names different: declaration 'prkey_obj' definition 'obj'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:654:41: note: Function 'sc_pkcs15_decipher' argument 2 names different: declaration 'prkey_obj' definition 'obj'.
OpenSC-0.18.0/src/libopensc/pkcs15-sec.c:201:34: note: Function 'sc_pkcs15_decipher' argument 2 names different: declaration 'prkey_obj' definition 'obj'.
OpenSC-0.18.0/src/libopensc/pkcs15-sec.c:246:34: style: Function 'sc_pkcs15_derive' argument 2 names different: declaration 'prkey_obj' definition 'obj'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:659:41: note: Function 'sc_pkcs15_derive' argument 2 names different: declaration 'prkey_obj' definition 'obj'.
OpenSC-0.18.0/src/libopensc/pkcs15-sec.c:246:34: note: Function 'sc_pkcs15_derive' argument 2 names different: declaration 'prkey_obj' definition 'obj'.
OpenSC-0.18.0/src/libopensc/pkcs15-sec.c:307:36: style: Function 'sc_pkcs15_compute_signature' argument 2 names different: declaration 'prkey_obj' definition 'obj'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:664:36: note: Function 'sc_pkcs15_compute_signature' argument 2 names different: declaration 'prkey_obj' definition 'obj'.
OpenSC-0.18.0/src/libopensc/pkcs15-sec.c:307:36: note: Function 'sc_pkcs15_compute_signature' argument 2 names different: declaration 'prkey_obj' definition 'obj'.
OpenSC-0.18.0/src/libopensc/pkcs15-sec.c:308:19: style: Function 'sc_pkcs15_compute_signature' argument 3 names different: declaration 'alg_flags' definition 'flags'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:665:19: note: Function 'sc_pkcs15_compute_signature' argument 3 names different: declaration 'alg_flags' definition 'flags'.
OpenSC-0.18.0/src/libopensc/pkcs15-sec.c:308:19: note: Function 'sc_pkcs15_compute_signature' argument 3 names different: declaration 'alg_flags' definition 'flags'.
OpenSC-0.18.0/src/libopensc/pkcs15-skey.c:92:28: style: Function 'sc_pkcs15_decode_skdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:865:30: note: Function 'sc_pkcs15_decode_skdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-skey.c:92:28: note: Function 'sc_pkcs15_decode_skdf_entry' argument 4 names different: declaration 'bufsize' definition 'buflen'.
OpenSC-0.18.0/src/libopensc/pkcs15-syn.c:117:2: style: Variable 'conf_block' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/pkcs15-syn.c:115:2: note: Variable 'conf_block' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-syn.c:117:2: note: Variable 'conf_block' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15-tccardos.c:108:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/pkcs15-westcos.c:180:13: style: Condition 'pkey==NULL' is always true [knownConditionTrueFalse]
OpenSC-0.18.0/src/libopensc/pkcs15-westcos.c:131:35: note: Assignment 'pkey=NULL', assigned value is 0
OpenSC-0.18.0/src/libopensc/pkcs15-westcos.c:180:13: note: Condition 'pkey==NULL' is always true
OpenSC-0.18.0/src/libopensc/pkcs15.c:972:3: style: Variable 'blocks' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/pkcs15.c:968:0: note: Variable 'blocks' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15.c:972:3: note: Variable 'blocks' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15.c:2227:2: style: Variable 'unusedspace' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/libopensc/pkcs15.c:2222:0: note: Variable 'unusedspace' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15.c:2227:2: note: Variable 'unusedspace' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/libopensc/pkcs15.c:635:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15.c:635:12: style: The scope of the variable 'type' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15.c:951:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15.c:2284:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/pkcs15.c:1394:24: style: Checking if unsigned variable 'ret_size' is less than zero. [unsignedLessThanZero]
OpenSC-0.18.0/src/libopensc/pkcs15.c:665:69: style: Function 'sc_pkcs15_encode_odf' argument 2 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:819:27: note: Function 'sc_pkcs15_encode_odf' argument 2 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:665:69: note: Function 'sc_pkcs15_encode_odf' argument 2 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1227:27: style: Function 'sc_pkcs15_bind' argument 3 names different: declaration 'pkcs15_card' definition 'p15card_out'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:631:30: note: Function 'sc_pkcs15_bind' argument 3 names different: declaration 'pkcs15_card' definition 'p15card_out'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1227:27: note: Function 'sc_pkcs15_bind' argument 3 names different: declaration 'pkcs15_card' definition 'p15card_out'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1309:41: style: Function 'sc_pkcs15_unbind' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:634:45: note: Function 'sc_pkcs15_unbind' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1309:41: note: Function 'sc_pkcs15_unbind' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1406:46: style: Function 'sc_pkcs15_get_objects' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:637:50: note: Function 'sc_pkcs15_get_objects' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1406:46: note: Function 'sc_pkcs15_get_objects' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1407:41: style: Function 'sc_pkcs15_get_objects' argument 4 names different: declaration 'ret_count' definition 'ret_size'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:638:44: note: Function 'sc_pkcs15_get_objects' argument 4 names different: declaration 'ret_count' definition 'ret_size'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1407:41: note: Function 'sc_pkcs15_get_objects' argument 4 names different: declaration 'ret_count' definition 'ret_size'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1600:51: style: Function 'sc_pkcs15_get_objects_cond' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:639:55: note: Function 'sc_pkcs15_get_objects_cond' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1600:51: note: Function 'sc_pkcs15_get_objects_cond' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1602:57: style: Function 'sc_pkcs15_get_objects_cond' argument 6 names different: declaration 'ret_count' definition 'ret_size'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:642:49: note: Function 'sc_pkcs15_get_objects_cond' argument 6 names different: declaration 'ret_count' definition 'ret_size'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1602:57: note: Function 'sc_pkcs15_get_objects_cond' argument 6 names different: declaration 'ret_count' definition 'ret_size'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1629:50: style: Function 'sc_pkcs15_find_cert_by_id' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:728:54: note: Function 'sc_pkcs15_find_cert_by_id' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1629:50: note: Function 'sc_pkcs15_find_cert_by_id' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1637:51: style: Function 'sc_pkcs15_find_prkey_by_id' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:753:55: note: Function 'sc_pkcs15_find_prkey_by_id' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1637:51: note: Function 'sc_pkcs15_find_prkey_by_id' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1645:52: style: Function 'sc_pkcs15_find_pubkey_by_id' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:763:56: note: Function 'sc_pkcs15_find_pubkey_by_id' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1645:52: note: Function 'sc_pkcs15_find_pubkey_by_id' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1653:50: style: Function 'sc_pkcs15_find_skey_by_id' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:766:54: note: Function 'sc_pkcs15_find_skey_by_id' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1653:50: note: Function 'sc_pkcs15_find_skey_by_id' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1661:54: style: Function 'sc_pkcs15_find_pin_by_auth_id' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:787:58: note: Function 'sc_pkcs15_find_pin_by_auth_id' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1661:54: note: Function 'sc_pkcs15_find_pin_by_auth_id' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1669:56: style: Function 'sc_pkcs15_find_pin_by_reference' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:790:60: note: Function 'sc_pkcs15_find_pin_by_reference' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1669:56: note: Function 'sc_pkcs15_find_pin_by_reference' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1684:65: style: Function 'sc_pkcs15_find_pin_by_type_and_reference' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:793:69: note: Function 'sc_pkcs15_find_pin_by_type_and_reference' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1684:65: note: Function 'sc_pkcs15_find_pin_by_type_and_reference' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1721:46: style: Function 'sc_pkcs15_find_so_pin' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:797:50: note: Function 'sc_pkcs15_find_so_pin' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1721:46: note: Function 'sc_pkcs15_find_so_pin' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1824:57: style: Function 'sc_pkcs15_find_prkey_by_id_usage' argument 1 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:756:61: note: Function 'sc_pkcs15_find_prkey_by_id_usage' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1824:57: note: Function 'sc_pkcs15_find_prkey_by_id_usage' argument 1 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1980:19: style: Function 'sc_pkcs15_encode_df' argument 4 names different: declaration 'buf' definition 'buf_out'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:824:9: note: Function 'sc_pkcs15_encode_df' argument 4 names different: declaration 'buf' definition 'buf_out'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1980:19: note: Function 'sc_pkcs15_encode_df' argument 4 names different: declaration 'buf' definition 'buf_out'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1980:36: style: Function 'sc_pkcs15_encode_df' argument 5 names different: declaration 'bufsize' definition 'bufsize_out'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:824:22: note: Function 'sc_pkcs15_encode_df' argument 5 names different: declaration 'bufsize' definition 'bufsize_out'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:1980:36: note: Function 'sc_pkcs15_encode_df' argument 5 names different: declaration 'bufsize' definition 'bufsize_out'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:2280:93: style: Function 'sc_pkcs15_parse_unusedspace' argument 3 names different: declaration 'card' definition 'p15card'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:883:27: note: Function 'sc_pkcs15_parse_unusedspace' argument 3 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:2280:93: note: Function 'sc_pkcs15_parse_unusedspace' argument 3 names different: declaration 'card' definition 'p15card'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:2334:75: style: Function 'sc_pkcs15_read_file' argument 2 names different: declaration 'path' definition 'in_path'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:901:26: note: Function 'sc_pkcs15_read_file' argument 2 names different: declaration 'path' definition 'in_path'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:2334:75: note: Function 'sc_pkcs15_read_file' argument 2 names different: declaration 'path' definition 'in_path'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:2467:33: style: Function 'sc_pkcs15_format_id' argument 1 names different: declaration 'id_in' definition 'str'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:916:38: note: Function 'sc_pkcs15_format_id' argument 1 names different: declaration 'id_in' definition 'str'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:2467:33: note: Function 'sc_pkcs15_format_id' argument 1 names different: declaration 'id_in' definition 'str'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:2467:59: style: Function 'sc_pkcs15_format_id' argument 2 names different: declaration 'id_out' definition 'id'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/libopensc/pkcs15.h:916:66: note: Function 'sc_pkcs15_format_id' argument 2 names different: declaration 'id_out' definition 'id'.
OpenSC-0.18.0/src/libopensc/pkcs15.c:2467:59: note: Function 'sc_pkcs15_format_id' argument 2 names different: declaration 'id_out' definition 'id'.
OpenSC-0.18.0/src/libopensc/reader-tr03119.c:479:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/reader-tr03119.c:587:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/reader-tr03119.c:899:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/reader-tr03119.c:905:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/reader-tr03119.c:911:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/reader-tr03119.c:917:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/libopensc/sc.c:848:9: style: Condition '!locked' is always true [knownConditionTrueFalse]
OpenSC-0.18.0/src/libopensc/sc.c:832:18: note: Assignment 'locked=0', assigned value is 0
OpenSC-0.18.0/src/libopensc/sc.c:848:9: note: Condition '!locked' is always true
OpenSC-0.18.0/src/libopensc/sc.c:131:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/sc.c:759:9: style: The scope of the variable 'FI' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/sc.c:759:13: style: The scope of the variable 'DI' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/sc.c:874:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/sc.c:954:13: style: The scope of the variable 'jj' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/sc.c:956:16: style: The scope of the variable 'index' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/sc.c:956:23: style: The scope of the variable 'long_c' can be reduced. [variableScope]
OpenSC-0.18.0/src/libopensc/sc.c:91:12: style: Checking if unsigned variable 'left' is less than zero. [unsignedLessThanZero]
OpenSC-0.18.0/src/pkcs11/debug.c:240:14: style: The scope of the variable 'buffer' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1308:9: warning: Either the condition 'obj' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1304:7: note: Assuming that condition 'obj' is not redundant
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1308:9: note: Null pointer dereference
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1363:7: warning: Either the condition 'obj' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1360:7: note: Assuming that condition 'obj' is not redundant
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1363:7: note: Null pointer dereference
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1376:94: warning: Either the condition 'obj' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1373:41: note: Assuming that condition 'obj' is not redundant
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1376:94: note: Null pointer dereference
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:400:2: style: Variable 'conf_block' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:395:0: note: Variable 'conf_block' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:400:2: note: Variable 'conf_block' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:407:3: style: Variable 'blocks' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:402:0: note: Variable 'blocks' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:407:3: note: Variable 'blocks' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:648:2: style: Variable 'p15_info' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:642:0: note: Variable 'p15_info' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:648:2: note: Variable 'p15_info' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1210:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1205:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1210:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1395:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1385:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1395:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1516:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1510:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1516:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1627:3: style: Variable 'pin_info->auth_method' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1625:3: note: Variable 'pin_info->auth_method' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1627:3: note: Variable 'pin_info->auth_method' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1694:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1690:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1694:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1737:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1731:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1737:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3163:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3160:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3163:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3301:2: style: Variable 'p11card' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3295:0: note: Variable 'p11card' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3301:2: note: Variable 'p11card' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3302:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3297:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3302:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3403:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3398:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3403:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3500:2: style: Variable 'p11card' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3493:0: note: Variable 'p11card' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3500:2: note: Variable 'p11card' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3501:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3494:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3501:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3698:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3691:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3698:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3802:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3795:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3802:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3875:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3866:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:3875:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:4032:2: style: Variable 'p11card' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:4024:0: note: Variable 'p11card' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:4032:2: note: Variable 'p11card' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:4033:2: style: Variable 'cert' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:4026:0: note: Variable 'cert' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:4033:2: note: Variable 'cert' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:4035:2: style: Variable 'fw_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:4027:0: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:4035:2: note: Variable 'fw_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:304:8: style: The scope of the variable 'ck_rv' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:851:41: style: The scope of the variable 'pp' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:1389:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:522:59: style: Function 'C_GetTokenInfo' argument 2 names different: declaration 'info' definition 'pInfo'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:813:1: note: Function 'C_GetTokenInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:522:59: note: Function 'C_GetTokenInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:154:22: style: struct member 'Anonymous1::oid' is never used. [unusedStructMember]
OpenSC-0.18.0/src/pkcs11/framework-pkcs15.c:155:21: style: struct member 'Anonymous1::oid_size' is never used. [unusedStructMember]
OpenSC-0.18.0/src/pkcs11/mechanism.c:74:30: style: The scope of the variable 'mt' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/mechanism.c:910:8: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:183:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:812:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:835:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:838:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:895:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:896:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:897:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:898:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:899:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:900:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:901:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:902:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:903:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:904:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:931:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:1043:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:141:0: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:214:0: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:214:0: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:215:11: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:831:0: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:919:0: style: The scope of the variable 'imech' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:982:6: style: The scope of the variable 'found' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/pkcs11-display.c:1013:6: style: The scope of the variable 'found' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:495:17: style: The scope of the variable 'now' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:215:32: style: Function 'C_Initialize' argument 1 names different: declaration 'init_args' definition 'pInitArgs'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:802:1: note: Function 'C_Initialize' argument 1 names different: declaration 'init_args' definition 'pInitArgs'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:215:32: note: Function 'C_Initialize' argument 1 names different: declaration 'init_args' definition 'pInitArgs'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:344:29: style: Function 'C_GetInfo' argument 1 names different: declaration 'info' definition 'pInfo'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:804:1: note: Function 'C_GetInfo' argument 1 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:344:29: note: Function 'C_GetInfo' argument 1 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:373:50: style: Function 'C_GetFunctionList' argument 1 names different: declaration 'function_list' definition 'ppFunctionList'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:805:1: note: Function 'C_GetFunctionList' argument 1 names different: declaration 'function_list' definition 'ppFunctionList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:373:50: note: Function 'C_GetFunctionList' argument 1 names different: declaration 'function_list' definition 'ppFunctionList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:382:36: style: Function 'C_GetSlotList' argument 1 names different: declaration 'token_present' definition 'tokenPresent'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:808:1: note: Function 'C_GetSlotList' argument 1 names different: declaration 'token_present' definition 'tokenPresent'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:382:36: note: Function 'C_GetSlotList' argument 1 names different: declaration 'token_present' definition 'tokenPresent'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:383:22: style: Function 'C_GetSlotList' argument 2 names different: declaration 'slot_list' definition 'pSlotList'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:808:1: note: Function 'C_GetSlotList' argument 2 names different: declaration 'slot_list' definition 'pSlotList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:383:22: note: Function 'C_GetSlotList' argument 2 names different: declaration 'slot_list' definition 'pSlotList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:384:22: style: Function 'C_GetSlotList' argument 3 names different: declaration 'count' definition 'pulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:808:1: note: Function 'C_GetSlotList' argument 3 names different: declaration 'count' definition 'pulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:384:22: note: Function 'C_GetSlotList' argument 3 names different: declaration 'count' definition 'pulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:492:57: style: Function 'C_GetSlotInfo' argument 2 names different: declaration 'info' definition 'pInfo'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:811:1: note: Function 'C_GetSlotInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:492:57: note: Function 'C_GetSlotInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:551:27: style: Function 'C_GetMechanismList' argument 2 names different: declaration 'mechanism_list' definition 'pMechanismList'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:817:1: note: Function 'C_GetMechanismList' argument 2 names different: declaration 'mechanism_list' definition 'pMechanismList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:551:27: note: Function 'C_GetMechanismList' argument 2 names different: declaration 'mechanism_list' definition 'pMechanismList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:552:39: style: Function 'C_GetMechanismList' argument 3 names different: declaration 'count' definition 'pulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:817:1: note: Function 'C_GetMechanismList' argument 3 names different: declaration 'count' definition 'pulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:552:39: note: Function 'C_GetMechanismList' argument 3 names different: declaration 'count' definition 'pulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:574:27: style: Function 'C_GetMechanismInfo' argument 3 names different: declaration 'info' definition 'pInfo'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:821:1: note: Function 'C_GetMechanismInfo' argument 3 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:574:27: note: Function 'C_GetMechanismInfo' argument 3 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:595:17: style: Function 'C_InitToken' argument 2 names different: declaration 'pin' definition 'pPin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:824:1: note: Function 'C_InitToken' argument 2 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:595:17: note: Function 'C_InitToken' argument 2 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:596:0: style: Function 'C_InitToken' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:824:1: note: Function 'C_InitToken' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:596:0: note: Function 'C_InitToken' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:597:17: style: Function 'C_InitToken' argument 4 names different: declaration 'label' definition 'pLabel'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:824:1: note: Function 'C_InitToken' argument 4 names different: declaration 'label' definition 'pLabel'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:597:17: note: Function 'C_InitToken' argument 4 names different: declaration 'label' definition 'pLabel'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:644:20: style: Function 'C_WaitForSlotEvent' argument 2 names different: declaration 'slot' definition 'pSlot'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:815:1: note: Function 'C_WaitForSlotEvent' argument 2 names different: declaration 'slot' definition 'pSlot'.
OpenSC-0.18.0/src/pkcs11/pkcs11-global.c:644:20: note: Function 'C_WaitForSlotEvent' argument 2 names different: declaration 'slot' definition 'pSlot'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:131:34: style: Function 'C_CreateObject' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:859:1: note: Function 'C_CreateObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:131:34: note: Function 'C_CreateObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:132:20: style: Function 'C_CreateObject' argument 2 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:859:1: note: Function 'C_CreateObject' argument 2 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:132:20: note: Function 'C_CreateObject' argument 2 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:133:0: style: Function 'C_CreateObject' argument 3 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:859:1: note: Function 'C_CreateObject' argument 3 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:133:0: note: Function 'C_CreateObject' argument 3 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:134:24: style: Function 'C_CreateObject' argument 4 names different: declaration 'object' definition 'phObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:859:1: note: Function 'C_CreateObject' argument 4 names different: declaration 'object' definition 'phObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:134:24: note: Function 'C_CreateObject' argument 4 names different: declaration 'object' definition 'phObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:141:32: style: Function 'C_CopyObject' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:863:1: note: Function 'C_CopyObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:141:32: note: Function 'C_CopyObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:142:20: style: Function 'C_CopyObject' argument 2 names different: declaration 'object' definition 'hObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:863:1: note: Function 'C_CopyObject' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:142:20: note: Function 'C_CopyObject' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:143:20: style: Function 'C_CopyObject' argument 3 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:863:1: note: Function 'C_CopyObject' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:143:20: note: Function 'C_CopyObject' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:144:0: style: Function 'C_CopyObject' argument 4 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:863:1: note: Function 'C_CopyObject' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:144:0: note: Function 'C_CopyObject' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:145:24: style: Function 'C_CopyObject' argument 5 names different: declaration 'new_object' definition 'phNewObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:863:1: note: Function 'C_CopyObject' argument 5 names different: declaration 'new_object' definition 'phNewObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:145:24: note: Function 'C_CopyObject' argument 5 names different: declaration 'new_object' definition 'phNewObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:152:35: style: Function 'C_DestroyObject' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:867:1: note: Function 'C_DestroyObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:152:35: note: Function 'C_DestroyObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:153:20: style: Function 'C_DestroyObject' argument 2 names different: declaration 'object' definition 'hObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:867:1: note: Function 'C_DestroyObject' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:153:20: note: Function 'C_DestroyObject' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:188:35: style: Function 'C_GetObjectSize' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:870:1: note: Function 'C_GetObjectSize' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:188:35: note: Function 'C_GetObjectSize' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:189:26: style: Function 'C_GetObjectSize' argument 2 names different: declaration 'object' definition 'hObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:870:1: note: Function 'C_GetObjectSize' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:189:26: note: Function 'C_GetObjectSize' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:190:22: style: Function 'C_GetObjectSize' argument 3 names different: declaration 'size' definition 'pulSize'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:870:1: note: Function 'C_GetObjectSize' argument 3 names different: declaration 'size' definition 'pulSize'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:190:22: note: Function 'C_GetObjectSize' argument 3 names different: declaration 'size' definition 'pulSize'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:197:39: style: Function 'C_GetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:874:1: note: Function 'C_GetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:197:39: note: Function 'C_GetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:198:20: style: Function 'C_GetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:874:1: note: Function 'C_GetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:198:20: note: Function 'C_GetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:199:20: style: Function 'C_GetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:874:1: note: Function 'C_GetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:199:20: note: Function 'C_GetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:200:0: style: Function 'C_GetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:874:1: note: Function 'C_GetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:200:0: note: Function 'C_GetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:266:39: style: Function 'C_SetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:879:1: note: Function 'C_SetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:266:39: note: Function 'C_SetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:267:20: style: Function 'C_SetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:879:1: note: Function 'C_SetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:267:20: note: Function 'C_SetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:268:20: style: Function 'C_SetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:879:1: note: Function 'C_SetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:268:20: note: Function 'C_SetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:269:0: style: Function 'C_SetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:879:1: note: Function 'C_SetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:269:0: note: Function 'C_SetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:311:37: style: Function 'C_FindObjectsInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:884:1: note: Function 'C_FindObjectsInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:311:37: note: Function 'C_FindObjectsInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:312:20: style: Function 'C_FindObjectsInit' argument 2 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:884:1: note: Function 'C_FindObjectsInit' argument 2 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:312:20: note: Function 'C_FindObjectsInit' argument 2 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:313:0: style: Function 'C_FindObjectsInit' argument 3 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:884:1: note: Function 'C_FindObjectsInit' argument 3 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:313:0: note: Function 'C_FindObjectsInit' argument 3 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:419:33: style: Function 'C_FindObjects' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:888:1: note: Function 'C_FindObjects' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:419:33: note: Function 'C_FindObjects' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:420:24: style: Function 'C_FindObjects' argument 2 names different: declaration 'object' definition 'phObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:888:1: note: Function 'C_FindObjects' argument 2 names different: declaration 'object' definition 'phObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:420:24: note: Function 'C_FindObjects' argument 2 names different: declaration 'object' definition 'phObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:421:0: style: Function 'C_FindObjects' argument 3 names different: declaration 'max_object_count' definition 'ulMaxObjectCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:888:1: note: Function 'C_FindObjects' argument 3 names different: declaration 'max_object_count' definition 'ulMaxObjectCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:421:0: note: Function 'C_FindObjects' argument 3 names different: declaration 'max_object_count' definition 'ulMaxObjectCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:422:16: style: Function 'C_FindObjects' argument 4 names different: declaration 'object_count' definition 'pulObjectCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:888:1: note: Function 'C_FindObjects' argument 4 names different: declaration 'object_count' definition 'pulObjectCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:422:16: note: Function 'C_FindObjects' argument 4 names different: declaration 'object_count' definition 'pulObjectCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:460:38: style: Function 'C_FindObjectsFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:893:1: note: Function 'C_FindObjectsFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:460:38: note: Function 'C_FindObjectsFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:486:32: style: Function 'C_DigestInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:934:1: note: Function 'C_DigestInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:486:32: note: Function 'C_DigestInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:487:20: style: Function 'C_DigestInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:934:1: note: Function 'C_DigestInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:487:20: note: Function 'C_DigestInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:511:28: style: Function 'C_Digest' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:937:1: note: Function 'C_Digest' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:511:28: note: Function 'C_Digest' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:512:15: style: Function 'C_Digest' argument 2 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:937:1: note: Function 'C_Digest' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:512:15: note: Function 'C_Digest' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:513:0: style: Function 'C_Digest' argument 3 names different: declaration 'data_len' definition 'ulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:937:1: note: Function 'C_Digest' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:513:0: note: Function 'C_Digest' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:514:15: style: Function 'C_Digest' argument 4 names different: declaration 'digest' definition 'pDigest'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:937:1: note: Function 'C_Digest' argument 4 names different: declaration 'digest' definition 'pDigest'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:514:15: note: Function 'C_Digest' argument 4 names different: declaration 'digest' definition 'pDigest'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:515:16: style: Function 'C_Digest' argument 5 names different: declaration 'digest_len' definition 'pulDigestLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:937:1: note: Function 'C_Digest' argument 5 names different: declaration 'digest_len' definition 'pulDigestLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:515:16: note: Function 'C_Digest' argument 5 names different: declaration 'digest_len' definition 'pulDigestLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:556:34: style: Function 'C_DigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:942:1: note: Function 'C_DigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:556:34: note: Function 'C_DigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:557:15: style: Function 'C_DigestUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:942:1: note: Function 'C_DigestUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:557:15: note: Function 'C_DigestUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:558:0: style: Function 'C_DigestUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:942:1: note: Function 'C_DigestUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:558:0: note: Function 'C_DigestUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:578:31: style: Function 'C_DigestKey' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:945:1: note: Function 'C_DigestKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:578:31: note: Function 'C_DigestKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:579:20: style: Function 'C_DigestKey' argument 2 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:945:1: note: Function 'C_DigestKey' argument 2 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:579:20: note: Function 'C_DigestKey' argument 2 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:586:33: style: Function 'C_DigestFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:947:1: note: Function 'C_DigestFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:586:33: note: Function 'C_DigestFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:587:15: style: Function 'C_DigestFinal' argument 2 names different: declaration 'digest' definition 'pDigest'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:947:1: note: Function 'C_DigestFinal' argument 2 names different: declaration 'digest' definition 'pDigest'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:587:15: note: Function 'C_DigestFinal' argument 2 names different: declaration 'digest' definition 'pDigest'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:588:16: style: Function 'C_DigestFinal' argument 3 names different: declaration 'digest_len' definition 'pulDigestLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:947:1: note: Function 'C_DigestFinal' argument 3 names different: declaration 'digest_len' definition 'pulDigestLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:588:16: note: Function 'C_DigestFinal' argument 3 names different: declaration 'digest_len' definition 'pulDigestLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:608:30: style: Function 'C_SignInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:952:1: note: Function 'C_SignInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:608:30: note: Function 'C_SignInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:609:20: style: Function 'C_SignInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:952:1: note: Function 'C_SignInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:609:20: note: Function 'C_SignInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:610:20: style: Function 'C_SignInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:952:1: note: Function 'C_SignInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:610:20: note: Function 'C_SignInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:660:26: style: Function 'C_Sign' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:956:1: note: Function 'C_Sign' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:660:26: note: Function 'C_Sign' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:661:15: style: Function 'C_Sign' argument 2 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:956:1: note: Function 'C_Sign' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:661:15: note: Function 'C_Sign' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:662:0: style: Function 'C_Sign' argument 3 names different: declaration 'data_len' definition 'ulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:956:1: note: Function 'C_Sign' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:662:0: note: Function 'C_Sign' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:663:15: style: Function 'C_Sign' argument 4 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:956:1: note: Function 'C_Sign' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:663:15: note: Function 'C_Sign' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:664:16: style: Function 'C_Sign' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:956:1: note: Function 'C_Sign' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:664:16: note: Function 'C_Sign' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:708:32: style: Function 'C_SignUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:961:1: note: Function 'C_SignUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:708:32: note: Function 'C_SignUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:709:15: style: Function 'C_SignUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:961:1: note: Function 'C_SignUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:709:15: note: Function 'C_SignUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:710:0: style: Function 'C_SignUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:961:1: note: Function 'C_SignUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:710:0: note: Function 'C_SignUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:730:31: style: Function 'C_SignFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:964:1: note: Function 'C_SignFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:730:31: note: Function 'C_SignFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:731:15: style: Function 'C_SignFinal' argument 2 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:964:1: note: Function 'C_SignFinal' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:731:15: note: Function 'C_SignFinal' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:732:16: style: Function 'C_SignFinal' argument 3 names different: declaration 'signature_len' definition 'pulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:964:1: note: Function 'C_SignFinal' argument 3 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:732:16: note: Function 'C_SignFinal' argument 3 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:772:37: style: Function 'C_SignRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:968:1: note: Function 'C_SignRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:772:37: note: Function 'C_SignRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:773:20: style: Function 'C_SignRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:968:1: note: Function 'C_SignRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:773:20: note: Function 'C_SignRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:774:20: style: Function 'C_SignRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:968:1: note: Function 'C_SignRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:774:20: note: Function 'C_SignRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:781:33: style: Function 'C_SignRecover' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:972:1: note: Function 'C_SignRecover' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:781:33: note: Function 'C_SignRecover' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:782:15: style: Function 'C_SignRecover' argument 2 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:972:1: note: Function 'C_SignRecover' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:782:15: note: Function 'C_SignRecover' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:783:0: style: Function 'C_SignRecover' argument 3 names different: declaration 'data_len' definition 'ulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:972:1: note: Function 'C_SignRecover' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:783:0: note: Function 'C_SignRecover' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:784:15: style: Function 'C_SignRecover' argument 4 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:972:1: note: Function 'C_SignRecover' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:784:15: note: Function 'C_SignRecover' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:785:16: style: Function 'C_SignRecover' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:972:1: note: Function 'C_SignRecover' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:785:16: note: Function 'C_SignRecover' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:792:33: style: Function 'C_EncryptInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:896:1: note: Function 'C_EncryptInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:792:33: note: Function 'C_EncryptInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:793:20: style: Function 'C_EncryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:896:1: note: Function 'C_EncryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:793:20: note: Function 'C_EncryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:794:20: style: Function 'C_EncryptInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:896:1: note: Function 'C_EncryptInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:794:20: note: Function 'C_EncryptInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:800:35: style: Function 'C_Encrypt' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:900:1: note: Function 'C_Encrypt' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:800:35: note: Function 'C_Encrypt' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:801:15: style: Function 'C_Encrypt' argument 2 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:900:1: note: Function 'C_Encrypt' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:801:15: note: Function 'C_Encrypt' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:802:0: style: Function 'C_Encrypt' argument 3 names different: declaration 'data_len' definition 'ulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:900:1: note: Function 'C_Encrypt' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:802:0: note: Function 'C_Encrypt' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:803:15: style: Function 'C_Encrypt' argument 4 names different: declaration 'encrypted_data' definition 'pEncryptedData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:900:1: note: Function 'C_Encrypt' argument 4 names different: declaration 'encrypted_data' definition 'pEncryptedData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:803:15: note: Function 'C_Encrypt' argument 4 names different: declaration 'encrypted_data' definition 'pEncryptedData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:804:16: style: Function 'C_Encrypt' argument 5 names different: declaration 'encrypted_data_len' definition 'pulEncryptedDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:900:1: note: Function 'C_Encrypt' argument 5 names different: declaration 'encrypted_data_len' definition 'pulEncryptedDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:804:16: note: Function 'C_Encrypt' argument 5 names different: declaration 'encrypted_data_len' definition 'pulEncryptedDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:809:41: style: Function 'C_EncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:905:1: note: Function 'C_EncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:809:41: note: Function 'C_EncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:810:21: style: Function 'C_EncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:905:1: note: Function 'C_EncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:810:21: note: Function 'C_EncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:811:0: style: Function 'C_EncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:905:1: note: Function 'C_EncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:811:0: note: Function 'C_EncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:812:21: style: Function 'C_EncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:905:1: note: Function 'C_EncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:812:21: note: Function 'C_EncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:813:22: style: Function 'C_EncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:905:1: note: Function 'C_EncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:813:22: note: Function 'C_EncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:818:40: style: Function 'C_EncryptFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:910:1: note: Function 'C_EncryptFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:818:40: note: Function 'C_EncryptFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:819:20: style: Function 'C_EncryptFinal' argument 2 names different: declaration 'last_encrypted_part' definition 'pLastEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:910:1: note: Function 'C_EncryptFinal' argument 2 names different: declaration 'last_encrypted_part' definition 'pLastEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:819:20: note: Function 'C_EncryptFinal' argument 2 names different: declaration 'last_encrypted_part' definition 'pLastEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:820:21: style: Function 'C_EncryptFinal' argument 3 names different: declaration 'last_encrypted_part_len' definition 'pulLastEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:910:1: note: Function 'C_EncryptFinal' argument 3 names different: declaration 'last_encrypted_part_len' definition 'pulLastEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:820:21: note: Function 'C_EncryptFinal' argument 3 names different: declaration 'last_encrypted_part_len' definition 'pulLastEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:825:39: style: Function 'C_DecryptInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:915:1: note: Function 'C_DecryptInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:825:39: note: Function 'C_DecryptInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:826:24: style: Function 'C_DecryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:915:1: note: Function 'C_DecryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:826:24: note: Function 'C_DecryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:827:24: style: Function 'C_DecryptInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:915:1: note: Function 'C_DecryptInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:827:24: note: Function 'C_DecryptInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:880:35: style: Function 'C_Decrypt' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:919:1: note: Function 'C_Decrypt' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:880:35: note: Function 'C_Decrypt' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:881:15: style: Function 'C_Decrypt' argument 2 names different: declaration 'encrypted_data' definition 'pEncryptedData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:919:1: note: Function 'C_Decrypt' argument 2 names different: declaration 'encrypted_data' definition 'pEncryptedData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:881:15: note: Function 'C_Decrypt' argument 2 names different: declaration 'encrypted_data' definition 'pEncryptedData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:882:0: style: Function 'C_Decrypt' argument 3 names different: declaration 'encrypted_data_len' definition 'ulEncryptedDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:919:1: note: Function 'C_Decrypt' argument 3 names different: declaration 'encrypted_data_len' definition 'ulEncryptedDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:882:0: note: Function 'C_Decrypt' argument 3 names different: declaration 'encrypted_data_len' definition 'ulEncryptedDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:883:15: style: Function 'C_Decrypt' argument 4 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:919:1: note: Function 'C_Decrypt' argument 4 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:883:15: note: Function 'C_Decrypt' argument 4 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:884:16: style: Function 'C_Decrypt' argument 5 names different: declaration 'data_len' definition 'pulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:919:1: note: Function 'C_Decrypt' argument 5 names different: declaration 'data_len' definition 'pulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:884:16: note: Function 'C_Decrypt' argument 5 names different: declaration 'data_len' definition 'pulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:908:41: style: Function 'C_DecryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:924:1: note: Function 'C_DecryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:908:41: note: Function 'C_DecryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:909:21: style: Function 'C_DecryptUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:924:1: note: Function 'C_DecryptUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:909:21: note: Function 'C_DecryptUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:910:0: style: Function 'C_DecryptUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:924:1: note: Function 'C_DecryptUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:910:0: note: Function 'C_DecryptUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:911:21: style: Function 'C_DecryptUpdate' argument 4 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:924:1: note: Function 'C_DecryptUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:911:21: note: Function 'C_DecryptUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:912:22: style: Function 'C_DecryptUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:924:1: note: Function 'C_DecryptUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:912:22: note: Function 'C_DecryptUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:917:40: style: Function 'C_DecryptFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:929:1: note: Function 'C_DecryptFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:917:40: note: Function 'C_DecryptFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:918:20: style: Function 'C_DecryptFinal' argument 2 names different: declaration 'last_part' definition 'pLastPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:929:1: note: Function 'C_DecryptFinal' argument 2 names different: declaration 'last_part' definition 'pLastPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:918:20: note: Function 'C_DecryptFinal' argument 2 names different: declaration 'last_part' definition 'pLastPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:919:21: style: Function 'C_DecryptFinal' argument 3 names different: declaration 'last_part_len' definition 'pulLastPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:929:1: note: Function 'C_DecryptFinal' argument 3 names different: declaration 'last_part_len' definition 'pulLastPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:919:21: note: Function 'C_DecryptFinal' argument 3 names different: declaration 'last_part_len' definition 'pulLastPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:924:47: style: Function 'C_DigestEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1005:1: note: Function 'C_DigestEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:924:47: note: Function 'C_DigestEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:925:20: style: Function 'C_DigestEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1005:1: note: Function 'C_DigestEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:925:20: note: Function 'C_DigestEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:926:0: style: Function 'C_DigestEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1005:1: note: Function 'C_DigestEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:926:0: note: Function 'C_DigestEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:927:20: style: Function 'C_DigestEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1005:1: note: Function 'C_DigestEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:927:20: note: Function 'C_DigestEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:928:21: style: Function 'C_DigestEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1005:1: note: Function 'C_DigestEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:928:21: note: Function 'C_DigestEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:933:47: style: Function 'C_DecryptDigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1010:1: note: Function 'C_DecryptDigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:933:47: note: Function 'C_DecryptDigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:934:20: style: Function 'C_DecryptDigestUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1010:1: note: Function 'C_DecryptDigestUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:934:20: note: Function 'C_DecryptDigestUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:935:0: style: Function 'C_DecryptDigestUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1010:1: note: Function 'C_DecryptDigestUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:935:0: note: Function 'C_DecryptDigestUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:936:20: style: Function 'C_DecryptDigestUpdate' argument 4 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1010:1: note: Function 'C_DecryptDigestUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:936:20: note: Function 'C_DecryptDigestUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:937:21: style: Function 'C_DecryptDigestUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1010:1: note: Function 'C_DecryptDigestUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:937:21: note: Function 'C_DecryptDigestUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:942:45: style: Function 'C_SignEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1016:1: note: Function 'C_SignEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:942:45: note: Function 'C_SignEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:943:18: style: Function 'C_SignEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1016:1: note: Function 'C_SignEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:943:18: note: Function 'C_SignEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:944:0: style: Function 'C_SignEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1016:1: note: Function 'C_SignEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:944:0: note: Function 'C_SignEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:945:18: style: Function 'C_SignEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1016:1: note: Function 'C_SignEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:945:18: note: Function 'C_SignEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:946:19: style: Function 'C_SignEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1016:1: note: Function 'C_SignEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:946:19: note: Function 'C_SignEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:951:47: style: Function 'C_DecryptVerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1021:1: note: Function 'C_DecryptVerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:951:47: note: Function 'C_DecryptVerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:952:20: style: Function 'C_DecryptVerifyUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1021:1: note: Function 'C_DecryptVerifyUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:952:20: note: Function 'C_DecryptVerifyUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:953:0: style: Function 'C_DecryptVerifyUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1021:1: note: Function 'C_DecryptVerifyUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:953:0: note: Function 'C_DecryptVerifyUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:954:20: style: Function 'C_DecryptVerifyUpdate' argument 4 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1021:1: note: Function 'C_DecryptVerifyUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:954:20: note: Function 'C_DecryptVerifyUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:955:21: style: Function 'C_DecryptVerifyUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1021:1: note: Function 'C_DecryptVerifyUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:955:21: note: Function 'C_DecryptVerifyUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:960:39: style: Function 'C_GenerateKey' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1028:1: note: Function 'C_GenerateKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:960:39: note: Function 'C_GenerateKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:961:24: style: Function 'C_GenerateKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1028:1: note: Function 'C_GenerateKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:961:24: note: Function 'C_GenerateKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:962:24: style: Function 'C_GenerateKey' argument 3 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1028:1: note: Function 'C_GenerateKey' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:962:24: note: Function 'C_GenerateKey' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:963:0: style: Function 'C_GenerateKey' argument 4 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1028:1: note: Function 'C_GenerateKey' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:963:0: note: Function 'C_GenerateKey' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:964:28: style: Function 'C_GenerateKey' argument 5 names different: declaration 'key' definition 'phKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1028:1: note: Function 'C_GenerateKey' argument 5 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:964:28: note: Function 'C_GenerateKey' argument 5 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:969:43: style: Function 'C_GenerateKeyPair' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:969:43: note: Function 'C_GenerateKeyPair' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:970:21: style: Function 'C_GenerateKeyPair' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:970:21: note: Function 'C_GenerateKeyPair' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:971:21: style: Function 'C_GenerateKeyPair' argument 3 names different: declaration 'public_key_template' definition 'pPublicKeyTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 3 names different: declaration 'public_key_template' definition 'pPublicKeyTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:971:21: note: Function 'C_GenerateKeyPair' argument 3 names different: declaration 'public_key_template' definition 'pPublicKeyTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:972:0: style: Function 'C_GenerateKeyPair' argument 4 names different: declaration 'public_key_attribute_count' definition 'ulPublicKeyAttributeCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 4 names different: declaration 'public_key_attribute_count' definition 'ulPublicKeyAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:972:0: note: Function 'C_GenerateKeyPair' argument 4 names different: declaration 'public_key_attribute_count' definition 'ulPublicKeyAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:973:21: style: Function 'C_GenerateKeyPair' argument 5 names different: declaration 'private_key_template' definition 'pPrivateKeyTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 5 names different: declaration 'private_key_template' definition 'pPrivateKeyTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:973:21: note: Function 'C_GenerateKeyPair' argument 5 names different: declaration 'private_key_template' definition 'pPrivateKeyTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:974:0: style: Function 'C_GenerateKeyPair' argument 6 names different: declaration 'private_key_attribute_count' definition 'ulPrivateKeyAttributeCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 6 names different: declaration 'private_key_attribute_count' definition 'ulPrivateKeyAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:974:0: note: Function 'C_GenerateKeyPair' argument 6 names different: declaration 'private_key_attribute_count' definition 'ulPrivateKeyAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:975:25: style: Function 'C_GenerateKeyPair' argument 7 names different: declaration 'public_key' definition 'phPublicKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 7 names different: declaration 'public_key' definition 'phPublicKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:975:25: note: Function 'C_GenerateKeyPair' argument 7 names different: declaration 'public_key' definition 'phPublicKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:976:25: style: Function 'C_GenerateKeyPair' argument 8 names different: declaration 'private_key' definition 'phPrivateKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 8 names different: declaration 'private_key' definition 'phPrivateKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:976:25: note: Function 'C_GenerateKeyPair' argument 8 names different: declaration 'private_key' definition 'phPrivateKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1022:35: style: Function 'C_WrapKey' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1022:35: note: Function 'C_WrapKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1023:20: style: Function 'C_WrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1023:20: note: Function 'C_WrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1024:20: style: Function 'C_WrapKey' argument 3 names different: declaration 'wrapping_key' definition 'hWrappingKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 3 names different: declaration 'wrapping_key' definition 'hWrappingKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1024:20: note: Function 'C_WrapKey' argument 3 names different: declaration 'wrapping_key' definition 'hWrappingKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1025:20: style: Function 'C_WrapKey' argument 4 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 4 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1025:20: note: Function 'C_WrapKey' argument 4 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1026:15: style: Function 'C_WrapKey' argument 5 names different: declaration 'wrapped_key' definition 'pWrappedKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 5 names different: declaration 'wrapped_key' definition 'pWrappedKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1026:15: note: Function 'C_WrapKey' argument 5 names different: declaration 'wrapped_key' definition 'pWrappedKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1027:16: style: Function 'C_WrapKey' argument 6 names different: declaration 'wrapped_key_len' definition 'pulWrappedKeyLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 6 names different: declaration 'wrapped_key_len' definition 'pulWrappedKeyLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1027:16: note: Function 'C_WrapKey' argument 6 names different: declaration 'wrapped_key_len' definition 'pulWrappedKeyLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1032:37: style: Function 'C_UnwrapKey' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1032:37: note: Function 'C_UnwrapKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1033:22: style: Function 'C_UnwrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1033:22: note: Function 'C_UnwrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1034:22: style: Function 'C_UnwrapKey' argument 3 names different: declaration 'unwrapping_key' definition 'hUnwrappingKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 3 names different: declaration 'unwrapping_key' definition 'hUnwrappingKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1034:22: note: Function 'C_UnwrapKey' argument 3 names different: declaration 'unwrapping_key' definition 'hUnwrappingKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1035:17: style: Function 'C_UnwrapKey' argument 4 names different: declaration 'wrapped_key' definition 'pWrappedKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 4 names different: declaration 'wrapped_key' definition 'pWrappedKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1035:17: note: Function 'C_UnwrapKey' argument 4 names different: declaration 'wrapped_key' definition 'pWrappedKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1036:0: style: Function 'C_UnwrapKey' argument 5 names different: declaration 'wrapped_key_len' definition 'ulWrappedKeyLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 5 names different: declaration 'wrapped_key_len' definition 'ulWrappedKeyLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1036:0: note: Function 'C_UnwrapKey' argument 5 names different: declaration 'wrapped_key_len' definition 'ulWrappedKeyLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1037:22: style: Function 'C_UnwrapKey' argument 6 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 6 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1037:22: note: Function 'C_UnwrapKey' argument 6 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1038:0: style: Function 'C_UnwrapKey' argument 7 names different: declaration 'attribute_count' definition 'ulAttributeCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 7 names different: declaration 'attribute_count' definition 'ulAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1038:0: note: Function 'C_UnwrapKey' argument 7 names different: declaration 'attribute_count' definition 'ulAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1039:26: style: Function 'C_UnwrapKey' argument 8 names different: declaration 'key' definition 'phKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 8 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1039:26: note: Function 'C_UnwrapKey' argument 8 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1044:37: style: Function 'C_DeriveKey' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1044:37: note: Function 'C_DeriveKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1045:22: style: Function 'C_DeriveKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1045:22: note: Function 'C_DeriveKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1046:22: style: Function 'C_DeriveKey' argument 3 names different: declaration 'base_key' definition 'hBaseKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 3 names different: declaration 'base_key' definition 'hBaseKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1046:22: note: Function 'C_DeriveKey' argument 3 names different: declaration 'base_key' definition 'hBaseKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1047:22: style: Function 'C_DeriveKey' argument 4 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 4 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1047:22: note: Function 'C_DeriveKey' argument 4 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1048:0: style: Function 'C_DeriveKey' argument 5 names different: declaration 'attribute_count' definition 'ulAttributeCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 5 names different: declaration 'attribute_count' definition 'ulAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1048:0: note: Function 'C_DeriveKey' argument 5 names different: declaration 'attribute_count' definition 'ulAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1049:26: style: Function 'C_DeriveKey' argument 6 names different: declaration 'key' definition 'phKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 6 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1049:26: note: Function 'C_DeriveKey' argument 6 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1126:38: style: Function 'C_SeedRandom' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1067:1: note: Function 'C_SeedRandom' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1126:38: note: Function 'C_SeedRandom' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1127:18: style: Function 'C_SeedRandom' argument 2 names different: declaration 'seed' definition 'pSeed'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1067:1: note: Function 'C_SeedRandom' argument 2 names different: declaration 'seed' definition 'pSeed'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1127:18: note: Function 'C_SeedRandom' argument 2 names different: declaration 'seed' definition 'pSeed'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1128:0: style: Function 'C_SeedRandom' argument 3 names different: declaration 'seed_len' definition 'ulSeedLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1067:1: note: Function 'C_SeedRandom' argument 3 names different: declaration 'seed_len' definition 'ulSeedLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1128:0: note: Function 'C_SeedRandom' argument 3 names different: declaration 'seed_len' definition 'ulSeedLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1133:42: style: Function 'C_GenerateRandom' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1070:1: note: Function 'C_GenerateRandom' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1133:42: note: Function 'C_GenerateRandom' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1134:22: style: Function 'C_GenerateRandom' argument 2 names different: declaration 'random_data' definition 'RandomData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1070:1: note: Function 'C_GenerateRandom' argument 2 names different: declaration 'random_data' definition 'RandomData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1134:22: note: Function 'C_GenerateRandom' argument 2 names different: declaration 'random_data' definition 'RandomData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1135:0: style: Function 'C_GenerateRandom' argument 3 names different: declaration 'random_len' definition 'ulRandomLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1070:1: note: Function 'C_GenerateRandom' argument 3 names different: declaration 'random_len' definition 'ulRandomLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1135:0: note: Function 'C_GenerateRandom' argument 3 names different: declaration 'random_len' definition 'ulRandomLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1159:45: style: Function 'C_GetFunctionStatus' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1075:1: note: Function 'C_GetFunctionStatus' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1159:45: note: Function 'C_GetFunctionStatus' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1164:42: style: Function 'C_CancelFunction' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1076:1: note: Function 'C_CancelFunction' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1164:42: note: Function 'C_CancelFunction' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1169:38: style: Function 'C_VerifyInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:978:1: note: Function 'C_VerifyInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1169:38: note: Function 'C_VerifyInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1170:23: style: Function 'C_VerifyInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:978:1: note: Function 'C_VerifyInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1170:23: note: Function 'C_VerifyInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1171:23: style: Function 'C_VerifyInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:978:1: note: Function 'C_VerifyInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1171:23: note: Function 'C_VerifyInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1211:34: style: Function 'C_Verify' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:982:1: note: Function 'C_Verify' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1211:34: note: Function 'C_Verify' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1212:21: style: Function 'C_Verify' argument 2 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:982:1: note: Function 'C_Verify' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1212:21: note: Function 'C_Verify' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1213:0: style: Function 'C_Verify' argument 3 names different: declaration 'data_len' definition 'ulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:982:1: note: Function 'C_Verify' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1213:0: note: Function 'C_Verify' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1214:21: style: Function 'C_Verify' argument 4 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:982:1: note: Function 'C_Verify' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1214:21: note: Function 'C_Verify' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1215:0: style: Function 'C_Verify' argument 5 names different: declaration 'signature_len' definition 'ulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:982:1: note: Function 'C_Verify' argument 5 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1215:0: note: Function 'C_Verify' argument 5 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1246:40: style: Function 'C_VerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:987:1: note: Function 'C_VerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1246:40: note: Function 'C_VerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1247:20: style: Function 'C_VerifyUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:987:1: note: Function 'C_VerifyUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1247:20: note: Function 'C_VerifyUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1248:0: style: Function 'C_VerifyUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:987:1: note: Function 'C_VerifyUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1248:0: note: Function 'C_VerifyUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1270:39: style: Function 'C_VerifyFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:990:1: note: Function 'C_VerifyFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1270:39: note: Function 'C_VerifyFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1271:19: style: Function 'C_VerifyFinal' argument 2 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:990:1: note: Function 'C_VerifyFinal' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1271:19: note: Function 'C_VerifyFinal' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1272:0: style: Function 'C_VerifyFinal' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:990:1: note: Function 'C_VerifyFinal' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1272:0: note: Function 'C_VerifyFinal' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1298:45: style: Function 'C_VerifyRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:994:1: note: Function 'C_VerifyRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1298:45: note: Function 'C_VerifyRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1299:23: style: Function 'C_VerifyRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:994:1: note: Function 'C_VerifyRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1299:23: note: Function 'C_VerifyRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1300:23: style: Function 'C_VerifyRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:994:1: note: Function 'C_VerifyRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1300:23: note: Function 'C_VerifyRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1305:41: style: Function 'C_VerifyRecover' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:998:1: note: Function 'C_VerifyRecover' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1305:41: note: Function 'C_VerifyRecover' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1306:21: style: Function 'C_VerifyRecover' argument 2 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:998:1: note: Function 'C_VerifyRecover' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1306:21: note: Function 'C_VerifyRecover' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1307:0: style: Function 'C_VerifyRecover' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:998:1: note: Function 'C_VerifyRecover' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1307:0: note: Function 'C_VerifyRecover' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1308:21: style: Function 'C_VerifyRecover' argument 4 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:998:1: note: Function 'C_VerifyRecover' argument 4 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1308:21: note: Function 'C_VerifyRecover' argument 4 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1309:22: style: Function 'C_VerifyRecover' argument 5 names different: declaration 'data_len' definition 'pulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:998:1: note: Function 'C_VerifyRecover' argument 5 names different: declaration 'data_len' definition 'pulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-object.c:1309:22: note: Function 'C_VerifyRecover' argument 5 names different: declaration 'data_len' definition 'pulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:138:28: style: The scope of the variable 'session' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:40:19: style: Function 'C_OpenSession' argument 3 names different: declaration 'application' definition 'pApplication'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:835:1: note: Function 'C_OpenSession' argument 3 names different: declaration 'application' definition 'pApplication'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:40:19: note: Function 'C_OpenSession' argument 3 names different: declaration 'application' definition 'pApplication'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:41:17: style: Function 'C_OpenSession' argument 4 names different: declaration 'notify' definition 'Notify'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:835:1: note: Function 'C_OpenSession' argument 4 names different: declaration 'notify' definition 'Notify'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:41:17: note: Function 'C_OpenSession' argument 4 names different: declaration 'notify' definition 'Notify'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:42:29: style: Function 'C_OpenSession' argument 5 names different: declaration 'session' definition 'phSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:835:1: note: Function 'C_OpenSession' argument 5 names different: declaration 'session' definition 'phSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:42:29: note: Function 'C_OpenSession' argument 5 names different: declaration 'session' definition 'phSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:150:40: style: Function 'C_CloseSession' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:839:1: note: Function 'C_CloseSession' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:150:40: note: Function 'C_CloseSession' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:188:42: style: Function 'C_GetSessionInfo' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:841:1: note: Function 'C_GetSessionInfo' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:188:42: note: Function 'C_GetSessionInfo' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:189:30: style: Function 'C_GetSessionInfo' argument 2 names different: declaration 'info' definition 'pInfo'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:841:1: note: Function 'C_GetSessionInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:189:30: note: Function 'C_GetSessionInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:234:45: style: Function 'C_GetOperationState' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:844:1: note: Function 'C_GetOperationState' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:234:45: note: Function 'C_GetOperationState' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:235:18: style: Function 'C_GetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:844:1: note: Function 'C_GetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:235:18: note: Function 'C_GetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:236:19: style: Function 'C_GetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'pulOperationStateLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:844:1: note: Function 'C_GetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'pulOperationStateLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:236:19: note: Function 'C_GetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'pulOperationStateLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:241:45: style: Function 'C_SetOperationState' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:848:1: note: Function 'C_SetOperationState' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:241:45: note: Function 'C_SetOperationState' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:242:18: style: Function 'C_SetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:848:1: note: Function 'C_SetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:242:18: note: Function 'C_SetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:243:0: style: Function 'C_SetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'ulOperationStateLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:848:1: note: Function 'C_SetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'ulOperationStateLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:243:0: note: Function 'C_SetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'ulOperationStateLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:244:23: style: Function 'C_SetOperationState' argument 4 names different: declaration 'encryption_key' definition 'hEncryptionKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:848:1: note: Function 'C_SetOperationState' argument 4 names different: declaration 'encryption_key' definition 'hEncryptionKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:244:23: note: Function 'C_SetOperationState' argument 4 names different: declaration 'encryption_key' definition 'hEncryptionKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:245:23: style: Function 'C_SetOperationState' argument 5 names different: declaration 'authentication_key' definition 'hAuthenticationKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:848:1: note: Function 'C_SetOperationState' argument 5 names different: declaration 'authentication_key' definition 'hAuthenticationKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:245:23: note: Function 'C_SetOperationState' argument 5 names different: declaration 'authentication_key' definition 'hAuthenticationKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:250:33: style: Function 'C_Login' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:854:1: note: Function 'C_Login' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:250:33: note: Function 'C_Login' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:251:21: style: Function 'C_Login' argument 2 names different: declaration 'user_type' definition 'userType'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:854:1: note: Function 'C_Login' argument 2 names different: declaration 'user_type' definition 'userType'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:251:21: note: Function 'C_Login' argument 2 names different: declaration 'user_type' definition 'userType'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:252:20: style: Function 'C_Login' argument 3 names different: declaration 'pin' definition 'pPin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:854:1: note: Function 'C_Login' argument 3 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:252:20: note: Function 'C_Login' argument 3 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:253:0: style: Function 'C_Login' argument 4 names different: declaration 'pin_len' definition 'ulPinLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:854:1: note: Function 'C_Login' argument 4 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:253:0: note: Function 'C_Login' argument 4 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:326:34: style: Function 'C_Logout' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:857:1: note: Function 'C_Logout' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:326:34: note: Function 'C_Logout' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:360:35: style: Function 'C_InitPIN' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:827:1: note: Function 'C_InitPIN' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:360:35: note: Function 'C_InitPIN' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:360:57: style: Function 'C_InitPIN' argument 2 names different: declaration 'pin' definition 'pPin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:827:1: note: Function 'C_InitPIN' argument 2 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:360:57: note: Function 'C_InitPIN' argument 2 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:360:0: style: Function 'C_InitPIN' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:827:1: note: Function 'C_InitPIN' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:360:0: note: Function 'C_InitPIN' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:404:34: style: Function 'C_SetPIN' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:830:1: note: Function 'C_SetPIN' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:404:34: note: Function 'C_SetPIN' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:405:21: style: Function 'C_SetPIN' argument 2 names different: declaration 'old_pin' definition 'pOldPin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:830:1: note: Function 'C_SetPIN' argument 2 names different: declaration 'old_pin' definition 'pOldPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:405:21: note: Function 'C_SetPIN' argument 2 names different: declaration 'old_pin' definition 'pOldPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:405:0: style: Function 'C_SetPIN' argument 3 names different: declaration 'old_len' definition 'ulOldLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:830:1: note: Function 'C_SetPIN' argument 3 names different: declaration 'old_len' definition 'ulOldLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:405:0: note: Function 'C_SetPIN' argument 3 names different: declaration 'old_len' definition 'ulOldLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:405:61: style: Function 'C_SetPIN' argument 4 names different: declaration 'new_pin' definition 'pNewPin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:830:1: note: Function 'C_SetPIN' argument 4 names different: declaration 'new_pin' definition 'pNewPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:405:61: note: Function 'C_SetPIN' argument 4 names different: declaration 'new_pin' definition 'pNewPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:405:0: style: Function 'C_SetPIN' argument 5 names different: declaration 'new_len' definition 'ulNewLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:830:1: note: Function 'C_SetPIN' argument 5 names different: declaration 'new_len' definition 'ulNewLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-session.c:405:0: note: Function 'C_SetPIN' argument 5 names different: declaration 'new_len' definition 'ulNewLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:267:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:308:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:315:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:323:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:331:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:371:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:342:27: style: Function 'C_GetFunctionList' argument 1 names different: declaration 'function_list' definition 'ppFunctionList'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:805:1: note: Function 'C_GetFunctionList' argument 1 names different: declaration 'function_list' definition 'ppFunctionList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:342:27: note: Function 'C_GetFunctionList' argument 1 names different: declaration 'function_list' definition 'ppFunctionList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:356:26: style: Function 'C_Initialize' argument 1 names different: declaration 'init_args' definition 'pInitArgs'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:802:1: note: Function 'C_Initialize' argument 1 names different: declaration 'init_args' definition 'pInitArgs'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:356:26: note: Function 'C_Initialize' argument 1 names different: declaration 'init_args' definition 'pInitArgs'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:393:23: style: Function 'C_GetInfo' argument 1 names different: declaration 'info' definition 'pInfo'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:804:1: note: Function 'C_GetInfo' argument 1 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:393:23: note: Function 'C_GetInfo' argument 1 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:407:24: style: Function 'C_GetSlotList' argument 1 names different: declaration 'token_present' definition 'tokenPresent'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:808:1: note: Function 'C_GetSlotList' argument 1 names different: declaration 'token_present' definition 'tokenPresent'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:407:24: note: Function 'C_GetSlotList' argument 1 names different: declaration 'token_present' definition 'tokenPresent'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:407:53: style: Function 'C_GetSlotList' argument 2 names different: declaration 'slot_list' definition 'pSlotList'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:808:1: note: Function 'C_GetSlotList' argument 2 names different: declaration 'slot_list' definition 'pSlotList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:407:53: note: Function 'C_GetSlotList' argument 2 names different: declaration 'slot_list' definition 'pSlotList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:408:16: style: Function 'C_GetSlotList' argument 3 names different: declaration 'count' definition 'pulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:808:1: note: Function 'C_GetSlotList' argument 3 names different: declaration 'count' definition 'pulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:408:16: note: Function 'C_GetSlotList' argument 3 names different: declaration 'count' definition 'pulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:424:51: style: Function 'C_GetSlotInfo' argument 2 names different: declaration 'info' definition 'pInfo'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:811:1: note: Function 'C_GetSlotInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:424:51: note: Function 'C_GetSlotInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:440:23: style: Function 'C_GetTokenInfo' argument 2 names different: declaration 'info' definition 'pInfo'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:813:1: note: Function 'C_GetTokenInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:440:23: note: Function 'C_GetTokenInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:455:62: style: Function 'C_GetMechanismList' argument 2 names different: declaration 'mechanism_list' definition 'pMechanismList'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:817:1: note: Function 'C_GetMechanismList' argument 2 names different: declaration 'mechanism_list' definition 'pMechanismList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:455:62: note: Function 'C_GetMechanismList' argument 2 names different: declaration 'mechanism_list' definition 'pMechanismList'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:456:17: style: Function 'C_GetMechanismList' argument 3 names different: declaration 'count' definition 'pulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:817:1: note: Function 'C_GetMechanismList' argument 3 names different: declaration 'count' definition 'pulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:456:17: note: Function 'C_GetMechanismList' argument 3 names different: declaration 'count' definition 'pulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:472:25: style: Function 'C_GetMechanismInfo' argument 3 names different: declaration 'info' definition 'pInfo'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:821:1: note: Function 'C_GetMechanismInfo' argument 3 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:472:25: note: Function 'C_GetMechanismInfo' argument 3 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:493:49: style: Function 'C_InitToken' argument 2 names different: declaration 'pin' definition 'pPin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:824:1: note: Function 'C_InitToken' argument 2 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:493:49: note: Function 'C_InitToken' argument 2 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:493:0: style: Function 'C_InitToken' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:824:1: note: Function 'C_InitToken' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:493:0: note: Function 'C_InitToken' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:494:19: style: Function 'C_InitToken' argument 4 names different: declaration 'label' definition 'pLabel'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:824:1: note: Function 'C_InitToken' argument 4 names different: declaration 'label' definition 'pLabel'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:494:19: note: Function 'C_InitToken' argument 4 names different: declaration 'label' definition 'pLabel'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:507:29: style: Function 'C_InitPIN' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:827:1: note: Function 'C_InitPIN' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:507:29: note: Function 'C_InitPIN' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:507:55: style: Function 'C_InitPIN' argument 2 names different: declaration 'pin' definition 'pPin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:827:1: note: Function 'C_InitPIN' argument 2 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:507:55: note: Function 'C_InitPIN' argument 2 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:507:0: style: Function 'C_InitPIN' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:827:1: note: Function 'C_InitPIN' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:507:0: note: Function 'C_InitPIN' argument 3 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:519:28: style: Function 'C_SetPIN' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:830:1: note: Function 'C_SetPIN' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:519:28: note: Function 'C_SetPIN' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:519:54: style: Function 'C_SetPIN' argument 2 names different: declaration 'old_pin' definition 'pOldPin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:830:1: note: Function 'C_SetPIN' argument 2 names different: declaration 'old_pin' definition 'pOldPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:519:54: note: Function 'C_SetPIN' argument 2 names different: declaration 'old_pin' definition 'pOldPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:519:0: style: Function 'C_SetPIN' argument 3 names different: declaration 'old_len' definition 'ulOldLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:830:1: note: Function 'C_SetPIN' argument 3 names different: declaration 'old_len' definition 'ulOldLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:519:0: note: Function 'C_SetPIN' argument 3 names different: declaration 'old_len' definition 'ulOldLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:520:22: style: Function 'C_SetPIN' argument 4 names different: declaration 'new_pin' definition 'pNewPin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:830:1: note: Function 'C_SetPIN' argument 4 names different: declaration 'new_pin' definition 'pNewPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:520:22: note: Function 'C_SetPIN' argument 4 names different: declaration 'new_pin' definition 'pNewPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:520:0: style: Function 'C_SetPIN' argument 5 names different: declaration 'new_len' definition 'ulNewLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:830:1: note: Function 'C_SetPIN' argument 5 names different: declaration 'new_len' definition 'ulNewLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:520:0: note: Function 'C_SetPIN' argument 5 names different: declaration 'new_len' definition 'ulNewLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:533:65: style: Function 'C_OpenSession' argument 3 names different: declaration 'application' definition 'pApplication'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:835:1: note: Function 'C_OpenSession' argument 3 names different: declaration 'application' definition 'pApplication'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:533:65: note: Function 'C_OpenSession' argument 3 names different: declaration 'application' definition 'pApplication'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:534:14: style: Function 'C_OpenSession' argument 4 names different: declaration 'notify' definition 'Notify'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:835:1: note: Function 'C_OpenSession' argument 4 names different: declaration 'notify' definition 'Notify'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:534:14: note: Function 'C_OpenSession' argument 4 names different: declaration 'notify' definition 'Notify'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:534:44: style: Function 'C_OpenSession' argument 5 names different: declaration 'session' definition 'phSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:835:1: note: Function 'C_OpenSession' argument 5 names different: declaration 'session' definition 'phSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:534:44: note: Function 'C_OpenSession' argument 5 names different: declaration 'session' definition 'phSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:549:34: style: Function 'C_CloseSession' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:839:1: note: Function 'C_CloseSession' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:549:34: note: Function 'C_CloseSession' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:570:36: style: Function 'C_GetSessionInfo' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:841:1: note: Function 'C_GetSessionInfo' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:570:36: note: Function 'C_GetSessionInfo' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:570:66: style: Function 'C_GetSessionInfo' argument 2 names different: declaration 'info' definition 'pInfo'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:841:1: note: Function 'C_GetSessionInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:570:66: note: Function 'C_GetSessionInfo' argument 2 names different: declaration 'info' definition 'pInfo'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:585:39: style: Function 'C_GetOperationState' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:844:1: note: Function 'C_GetOperationState' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:585:39: note: Function 'C_GetOperationState' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:585:61: style: Function 'C_GetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:844:1: note: Function 'C_GetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:585:61: note: Function 'C_GetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:586:16: style: Function 'C_GetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'pulOperationStateLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:844:1: note: Function 'C_GetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'pulOperationStateLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:586:16: note: Function 'C_GetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'pulOperationStateLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:599:39: style: Function 'C_SetOperationState' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:848:1: note: Function 'C_SetOperationState' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:599:39: note: Function 'C_SetOperationState' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:599:61: style: Function 'C_SetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:848:1: note: Function 'C_SetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:599:61: note: Function 'C_SetOperationState' argument 2 names different: declaration 'operation_state' definition 'pOperationState'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:599:0: style: Function 'C_SetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'ulOperationStateLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:848:1: note: Function 'C_SetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'ulOperationStateLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:599:0: note: Function 'C_SetOperationState' argument 3 names different: declaration 'operation_state_len' definition 'ulOperationStateLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:600:20: style: Function 'C_SetOperationState' argument 4 names different: declaration 'encryption_key' definition 'hEncryptionKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:848:1: note: Function 'C_SetOperationState' argument 4 names different: declaration 'encryption_key' definition 'hEncryptionKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:600:20: note: Function 'C_SetOperationState' argument 4 names different: declaration 'encryption_key' definition 'hEncryptionKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:600:53: style: Function 'C_SetOperationState' argument 5 names different: declaration 'authentication_key' definition 'hAuthenticationKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:848:1: note: Function 'C_SetOperationState' argument 5 names different: declaration 'authentication_key' definition 'hAuthenticationKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:600:53: note: Function 'C_SetOperationState' argument 5 names different: declaration 'authentication_key' definition 'hAuthenticationKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:615:27: style: Function 'C_Login' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:854:1: note: Function 'C_Login' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:615:27: note: Function 'C_Login' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:615:50: style: Function 'C_Login' argument 2 names different: declaration 'user_type' definition 'userType'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:854:1: note: Function 'C_Login' argument 2 names different: declaration 'user_type' definition 'userType'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:615:50: note: Function 'C_Login' argument 2 names different: declaration 'user_type' definition 'userType'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:616:19: style: Function 'C_Login' argument 3 names different: declaration 'pin' definition 'pPin'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:854:1: note: Function 'C_Login' argument 3 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:616:19: note: Function 'C_Login' argument 3 names different: declaration 'pin' definition 'pPin'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:616:0: style: Function 'C_Login' argument 4 names different: declaration 'pin_len' definition 'ulPinLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:854:1: note: Function 'C_Login' argument 4 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:616:0: note: Function 'C_Login' argument 4 names different: declaration 'pin_len' definition 'ulPinLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:630:28: style: Function 'C_Logout' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:857:1: note: Function 'C_Logout' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:630:28: note: Function 'C_Logout' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:640:34: style: Function 'C_CreateObject' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:859:1: note: Function 'C_CreateObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:640:34: note: Function 'C_CreateObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:640:61: style: Function 'C_CreateObject' argument 2 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:859:1: note: Function 'C_CreateObject' argument 2 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:640:61: note: Function 'C_CreateObject' argument 2 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:640:0: style: Function 'C_CreateObject' argument 3 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:859:1: note: Function 'C_CreateObject' argument 3 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:640:0: note: Function 'C_CreateObject' argument 3 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:641:24: style: Function 'C_CreateObject' argument 4 names different: declaration 'object' definition 'phObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:859:1: note: Function 'C_CreateObject' argument 4 names different: declaration 'object' definition 'phObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:641:24: note: Function 'C_CreateObject' argument 4 names different: declaration 'object' definition 'phObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:655:32: style: Function 'C_CopyObject' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:863:1: note: Function 'C_CopyObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:655:32: note: Function 'C_CopyObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:656:27: style: Function 'C_CopyObject' argument 2 names different: declaration 'object' definition 'hObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:863:1: note: Function 'C_CopyObject' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:656:27: note: Function 'C_CopyObject' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:657:27: style: Function 'C_CopyObject' argument 3 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:863:1: note: Function 'C_CopyObject' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:657:27: note: Function 'C_CopyObject' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:658:0: style: Function 'C_CopyObject' argument 4 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:863:1: note: Function 'C_CopyObject' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:658:0: note: Function 'C_CopyObject' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:659:31: style: Function 'C_CopyObject' argument 5 names different: declaration 'new_object' definition 'phNewObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:863:1: note: Function 'C_CopyObject' argument 5 names different: declaration 'new_object' definition 'phNewObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:659:31: note: Function 'C_CopyObject' argument 5 names different: declaration 'new_object' definition 'phNewObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:675:35: style: Function 'C_DestroyObject' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:867:1: note: Function 'C_DestroyObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:675:35: note: Function 'C_DestroyObject' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:675:62: style: Function 'C_DestroyObject' argument 2 names different: declaration 'object' definition 'hObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:867:1: note: Function 'C_DestroyObject' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:675:62: note: Function 'C_DestroyObject' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:687:35: style: Function 'C_GetObjectSize' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:870:1: note: Function 'C_GetObjectSize' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:687:35: note: Function 'C_GetObjectSize' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:687:62: style: Function 'C_GetObjectSize' argument 2 names different: declaration 'object' definition 'hObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:870:1: note: Function 'C_GetObjectSize' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:687:62: note: Function 'C_GetObjectSize' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:687:84: style: Function 'C_GetObjectSize' argument 3 names different: declaration 'size' definition 'pulSize'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:870:1: note: Function 'C_GetObjectSize' argument 3 names different: declaration 'size' definition 'pulSize'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:687:84: note: Function 'C_GetObjectSize' argument 3 names different: declaration 'size' definition 'pulSize'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:702:39: style: Function 'C_GetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:874:1: note: Function 'C_GetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:702:39: note: Function 'C_GetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:702:66: style: Function 'C_GetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:874:1: note: Function 'C_GetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:702:66: note: Function 'C_GetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:703:20: style: Function 'C_GetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:874:1: note: Function 'C_GetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:703:20: note: Function 'C_GetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:703:0: style: Function 'C_GetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:874:1: note: Function 'C_GetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:703:0: note: Function 'C_GetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:726:39: style: Function 'C_SetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:879:1: note: Function 'C_SetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:726:39: note: Function 'C_SetAttributeValue' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:726:66: style: Function 'C_SetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:879:1: note: Function 'C_SetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:726:66: note: Function 'C_SetAttributeValue' argument 2 names different: declaration 'object' definition 'hObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:727:20: style: Function 'C_SetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:879:1: note: Function 'C_SetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:727:20: note: Function 'C_SetAttributeValue' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:727:0: style: Function 'C_SetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:879:1: note: Function 'C_SetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:727:0: note: Function 'C_SetAttributeValue' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:740:37: style: Function 'C_FindObjectsInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:884:1: note: Function 'C_FindObjectsInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:740:37: note: Function 'C_FindObjectsInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:740:64: style: Function 'C_FindObjectsInit' argument 2 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:884:1: note: Function 'C_FindObjectsInit' argument 2 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:740:64: note: Function 'C_FindObjectsInit' argument 2 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:740:0: style: Function 'C_FindObjectsInit' argument 3 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:884:1: note: Function 'C_FindObjectsInit' argument 3 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:740:0: note: Function 'C_FindObjectsInit' argument 3 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:752:33: style: Function 'C_FindObjects' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:888:1: note: Function 'C_FindObjects' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:752:33: note: Function 'C_FindObjects' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:752:64: style: Function 'C_FindObjects' argument 2 names different: declaration 'object' definition 'phObject'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:888:1: note: Function 'C_FindObjects' argument 2 names different: declaration 'object' definition 'phObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:752:64: note: Function 'C_FindObjects' argument 2 names different: declaration 'object' definition 'phObject'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:752:0: style: Function 'C_FindObjects' argument 3 names different: declaration 'max_object_count' definition 'ulMaxObjectCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:888:1: note: Function 'C_FindObjects' argument 3 names different: declaration 'max_object_count' definition 'ulMaxObjectCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:752:0: note: Function 'C_FindObjects' argument 3 names different: declaration 'max_object_count' definition 'ulMaxObjectCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:753:17: style: Function 'C_FindObjects' argument 4 names different: declaration 'object_count' definition 'pulObjectCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:888:1: note: Function 'C_FindObjects' argument 4 names different: declaration 'object_count' definition 'pulObjectCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:753:17: note: Function 'C_FindObjects' argument 4 names different: declaration 'object_count' definition 'pulObjectCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:771:38: style: Function 'C_FindObjectsFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:893:1: note: Function 'C_FindObjectsFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:771:38: note: Function 'C_FindObjectsFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:782:33: style: Function 'C_EncryptInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:896:1: note: Function 'C_EncryptInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:782:33: note: Function 'C_EncryptInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:782:60: style: Function 'C_EncryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:896:1: note: Function 'C_EncryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:782:60: note: Function 'C_EncryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:782:89: style: Function 'C_EncryptInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:896:1: note: Function 'C_EncryptInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:782:89: note: Function 'C_EncryptInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:795:29: style: Function 'C_Encrypt' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:900:1: note: Function 'C_Encrypt' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:795:29: note: Function 'C_Encrypt' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:795:51: style: Function 'C_Encrypt' argument 2 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:900:1: note: Function 'C_Encrypt' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:795:51: note: Function 'C_Encrypt' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:795:0: style: Function 'C_Encrypt' argument 3 names different: declaration 'data_len' definition 'ulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:900:1: note: Function 'C_Encrypt' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:795:0: note: Function 'C_Encrypt' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:796:15: style: Function 'C_Encrypt' argument 4 names different: declaration 'encrypted_data' definition 'pEncryptedData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:900:1: note: Function 'C_Encrypt' argument 4 names different: declaration 'encrypted_data' definition 'pEncryptedData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:796:15: note: Function 'C_Encrypt' argument 4 names different: declaration 'encrypted_data' definition 'pEncryptedData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:796:44: style: Function 'C_Encrypt' argument 5 names different: declaration 'encrypted_data_len' definition 'pulEncryptedDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:900:1: note: Function 'C_Encrypt' argument 5 names different: declaration 'encrypted_data_len' definition 'pulEncryptedDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:796:44: note: Function 'C_Encrypt' argument 5 names different: declaration 'encrypted_data_len' definition 'pulEncryptedDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:810:35: style: Function 'C_EncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:905:1: note: Function 'C_EncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:810:35: note: Function 'C_EncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:810:57: style: Function 'C_EncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:905:1: note: Function 'C_EncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:810:57: note: Function 'C_EncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:810:0: style: Function 'C_EncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:905:1: note: Function 'C_EncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:810:0: note: Function 'C_EncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:811:15: style: Function 'C_EncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:905:1: note: Function 'C_EncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:811:15: note: Function 'C_EncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:811:44: style: Function 'C_EncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:905:1: note: Function 'C_EncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:811:44: note: Function 'C_EncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:825:34: style: Function 'C_EncryptFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:910:1: note: Function 'C_EncryptFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:825:34: note: Function 'C_EncryptFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:825:56: style: Function 'C_EncryptFinal' argument 2 names different: declaration 'last_encrypted_part' definition 'pLastEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:910:1: note: Function 'C_EncryptFinal' argument 2 names different: declaration 'last_encrypted_part' definition 'pLastEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:825:56: note: Function 'C_EncryptFinal' argument 2 names different: declaration 'last_encrypted_part' definition 'pLastEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:825:89: style: Function 'C_EncryptFinal' argument 3 names different: declaration 'last_encrypted_part_len' definition 'pulLastEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:910:1: note: Function 'C_EncryptFinal' argument 3 names different: declaration 'last_encrypted_part_len' definition 'pulLastEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:825:89: note: Function 'C_EncryptFinal' argument 3 names different: declaration 'last_encrypted_part_len' definition 'pulLastEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:840:33: style: Function 'C_DecryptInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:915:1: note: Function 'C_DecryptInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:840:33: note: Function 'C_DecryptInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:840:60: style: Function 'C_DecryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:915:1: note: Function 'C_DecryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:840:60: note: Function 'C_DecryptInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:840:89: style: Function 'C_DecryptInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:915:1: note: Function 'C_DecryptInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:840:89: note: Function 'C_DecryptInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:873:29: style: Function 'C_Decrypt' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:919:1: note: Function 'C_Decrypt' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:873:29: note: Function 'C_Decrypt' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:873:51: style: Function 'C_Decrypt' argument 2 names different: declaration 'encrypted_data' definition 'pEncryptedData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:919:1: note: Function 'C_Decrypt' argument 2 names different: declaration 'encrypted_data' definition 'pEncryptedData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:873:51: note: Function 'C_Decrypt' argument 2 names different: declaration 'encrypted_data' definition 'pEncryptedData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:873:0: style: Function 'C_Decrypt' argument 3 names different: declaration 'encrypted_data_len' definition 'ulEncryptedDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:919:1: note: Function 'C_Decrypt' argument 3 names different: declaration 'encrypted_data_len' definition 'ulEncryptedDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:873:0: note: Function 'C_Decrypt' argument 3 names different: declaration 'encrypted_data_len' definition 'ulEncryptedDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:874:15: style: Function 'C_Decrypt' argument 4 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:919:1: note: Function 'C_Decrypt' argument 4 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:874:15: note: Function 'C_Decrypt' argument 4 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:874:35: style: Function 'C_Decrypt' argument 5 names different: declaration 'data_len' definition 'pulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:919:1: note: Function 'C_Decrypt' argument 5 names different: declaration 'data_len' definition 'pulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:874:35: note: Function 'C_Decrypt' argument 5 names different: declaration 'data_len' definition 'pulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:889:35: style: Function 'C_DecryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:924:1: note: Function 'C_DecryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:889:35: note: Function 'C_DecryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:889:57: style: Function 'C_DecryptUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:924:1: note: Function 'C_DecryptUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:889:57: note: Function 'C_DecryptUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:889:0: style: Function 'C_DecryptUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:924:1: note: Function 'C_DecryptUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:889:0: note: Function 'C_DecryptUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:890:15: style: Function 'C_DecryptUpdate' argument 4 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:924:1: note: Function 'C_DecryptUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:890:15: note: Function 'C_DecryptUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:890:35: style: Function 'C_DecryptUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:924:1: note: Function 'C_DecryptUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:890:35: note: Function 'C_DecryptUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:905:34: style: Function 'C_DecryptFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:929:1: note: Function 'C_DecryptFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:905:34: note: Function 'C_DecryptFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:905:56: style: Function 'C_DecryptFinal' argument 2 names different: declaration 'last_part' definition 'pLastPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:929:1: note: Function 'C_DecryptFinal' argument 2 names different: declaration 'last_part' definition 'pLastPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:905:56: note: Function 'C_DecryptFinal' argument 2 names different: declaration 'last_part' definition 'pLastPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:905:80: style: Function 'C_DecryptFinal' argument 3 names different: declaration 'last_part_len' definition 'pulLastPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:929:1: note: Function 'C_DecryptFinal' argument 3 names different: declaration 'last_part_len' definition 'pulLastPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:905:80: note: Function 'C_DecryptFinal' argument 3 names different: declaration 'last_part_len' definition 'pulLastPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:919:32: style: Function 'C_DigestInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:934:1: note: Function 'C_DigestInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:919:32: note: Function 'C_DigestInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:919:59: style: Function 'C_DigestInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:934:1: note: Function 'C_DigestInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:919:59: note: Function 'C_DigestInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:931:28: style: Function 'C_Digest' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:937:1: note: Function 'C_Digest' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:931:28: note: Function 'C_Digest' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:931:50: style: Function 'C_Digest' argument 2 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:937:1: note: Function 'C_Digest' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:931:50: note: Function 'C_Digest' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:931:0: style: Function 'C_Digest' argument 3 names different: declaration 'data_len' definition 'ulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:937:1: note: Function 'C_Digest' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:931:0: note: Function 'C_Digest' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:932:15: style: Function 'C_Digest' argument 4 names different: declaration 'digest' definition 'pDigest'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:937:1: note: Function 'C_Digest' argument 4 names different: declaration 'digest' definition 'pDigest'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:932:15: note: Function 'C_Digest' argument 4 names different: declaration 'digest' definition 'pDigest'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:932:37: style: Function 'C_Digest' argument 5 names different: declaration 'digest_len' definition 'pulDigestLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:937:1: note: Function 'C_Digest' argument 5 names different: declaration 'digest_len' definition 'pulDigestLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:932:37: note: Function 'C_Digest' argument 5 names different: declaration 'digest_len' definition 'pulDigestLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:947:34: style: Function 'C_DigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:942:1: note: Function 'C_DigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:947:34: note: Function 'C_DigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:947:56: style: Function 'C_DigestUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:942:1: note: Function 'C_DigestUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:947:56: note: Function 'C_DigestUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:947:0: style: Function 'C_DigestUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:942:1: note: Function 'C_DigestUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:947:0: note: Function 'C_DigestUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:959:31: style: Function 'C_DigestKey' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:945:1: note: Function 'C_DigestKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:959:31: note: Function 'C_DigestKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:959:58: style: Function 'C_DigestKey' argument 2 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:945:1: note: Function 'C_DigestKey' argument 2 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:959:58: note: Function 'C_DigestKey' argument 2 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:971:33: style: Function 'C_DigestFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:947:1: note: Function 'C_DigestFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:971:33: note: Function 'C_DigestFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:971:55: style: Function 'C_DigestFinal' argument 2 names different: declaration 'digest' definition 'pDigest'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:947:1: note: Function 'C_DigestFinal' argument 2 names different: declaration 'digest' definition 'pDigest'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:971:55: note: Function 'C_DigestFinal' argument 2 names different: declaration 'digest' definition 'pDigest'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:971:77: style: Function 'C_DigestFinal' argument 3 names different: declaration 'digest_len' definition 'pulDigestLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:947:1: note: Function 'C_DigestFinal' argument 3 names different: declaration 'digest_len' definition 'pulDigestLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:971:77: note: Function 'C_DigestFinal' argument 3 names different: declaration 'digest_len' definition 'pulDigestLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:985:30: style: Function 'C_SignInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:952:1: note: Function 'C_SignInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:985:30: note: Function 'C_SignInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:985:57: style: Function 'C_SignInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:952:1: note: Function 'C_SignInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:985:57: note: Function 'C_SignInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:985:86: style: Function 'C_SignInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:952:1: note: Function 'C_SignInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:985:86: note: Function 'C_SignInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1019:26: style: Function 'C_Sign' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:956:1: note: Function 'C_Sign' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1019:26: note: Function 'C_Sign' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1019:48: style: Function 'C_Sign' argument 2 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:956:1: note: Function 'C_Sign' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1019:48: note: Function 'C_Sign' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1019:0: style: Function 'C_Sign' argument 3 names different: declaration 'data_len' definition 'ulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:956:1: note: Function 'C_Sign' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1019:0: note: Function 'C_Sign' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1020:15: style: Function 'C_Sign' argument 4 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:956:1: note: Function 'C_Sign' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1020:15: note: Function 'C_Sign' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1020:40: style: Function 'C_Sign' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:956:1: note: Function 'C_Sign' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1020:40: note: Function 'C_Sign' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1035:32: style: Function 'C_SignUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:961:1: note: Function 'C_SignUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1035:32: note: Function 'C_SignUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1035:54: style: Function 'C_SignUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:961:1: note: Function 'C_SignUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1035:54: note: Function 'C_SignUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1035:0: style: Function 'C_SignUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:961:1: note: Function 'C_SignUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1035:0: note: Function 'C_SignUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1047:31: style: Function 'C_SignFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:964:1: note: Function 'C_SignFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1047:31: note: Function 'C_SignFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1047:53: style: Function 'C_SignFinal' argument 2 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:964:1: note: Function 'C_SignFinal' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1047:53: note: Function 'C_SignFinal' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1047:78: style: Function 'C_SignFinal' argument 3 names different: declaration 'signature_len' definition 'pulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:964:1: note: Function 'C_SignFinal' argument 3 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1047:78: note: Function 'C_SignFinal' argument 3 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1061:37: style: Function 'C_SignRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:968:1: note: Function 'C_SignRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1061:37: note: Function 'C_SignRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1061:64: style: Function 'C_SignRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:968:1: note: Function 'C_SignRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1061:64: note: Function 'C_SignRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1061:93: style: Function 'C_SignRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:968:1: note: Function 'C_SignRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1061:93: note: Function 'C_SignRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1075:33: style: Function 'C_SignRecover' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:972:1: note: Function 'C_SignRecover' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1075:33: note: Function 'C_SignRecover' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1075:55: style: Function 'C_SignRecover' argument 2 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:972:1: note: Function 'C_SignRecover' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1075:55: note: Function 'C_SignRecover' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1075:0: style: Function 'C_SignRecover' argument 3 names different: declaration 'data_len' definition 'ulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:972:1: note: Function 'C_SignRecover' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1075:0: note: Function 'C_SignRecover' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1076:15: style: Function 'C_SignRecover' argument 4 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:972:1: note: Function 'C_SignRecover' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1076:15: note: Function 'C_SignRecover' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1076:40: style: Function 'C_SignRecover' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:972:1: note: Function 'C_SignRecover' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1076:40: note: Function 'C_SignRecover' argument 5 names different: declaration 'signature_len' definition 'pulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1090:32: style: Function 'C_VerifyInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:978:1: note: Function 'C_VerifyInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1090:32: note: Function 'C_VerifyInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1090:59: style: Function 'C_VerifyInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:978:1: note: Function 'C_VerifyInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1090:59: note: Function 'C_VerifyInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1090:88: style: Function 'C_VerifyInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:978:1: note: Function 'C_VerifyInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1090:88: note: Function 'C_VerifyInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1103:28: style: Function 'C_Verify' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:982:1: note: Function 'C_Verify' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1103:28: note: Function 'C_Verify' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1103:50: style: Function 'C_Verify' argument 2 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:982:1: note: Function 'C_Verify' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1103:50: note: Function 'C_Verify' argument 2 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1103:0: style: Function 'C_Verify' argument 3 names different: declaration 'data_len' definition 'ulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:982:1: note: Function 'C_Verify' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1103:0: note: Function 'C_Verify' argument 3 names different: declaration 'data_len' definition 'ulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1104:15: style: Function 'C_Verify' argument 4 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:982:1: note: Function 'C_Verify' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1104:15: note: Function 'C_Verify' argument 4 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1104:0: style: Function 'C_Verify' argument 5 names different: declaration 'signature_len' definition 'ulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:982:1: note: Function 'C_Verify' argument 5 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1104:0: note: Function 'C_Verify' argument 5 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1117:34: style: Function 'C_VerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:987:1: note: Function 'C_VerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1117:34: note: Function 'C_VerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1117:56: style: Function 'C_VerifyUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:987:1: note: Function 'C_VerifyUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1117:56: note: Function 'C_VerifyUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1117:0: style: Function 'C_VerifyUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:987:1: note: Function 'C_VerifyUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1117:0: note: Function 'C_VerifyUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1129:33: style: Function 'C_VerifyFinal' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:990:1: note: Function 'C_VerifyFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1129:33: note: Function 'C_VerifyFinal' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1129:55: style: Function 'C_VerifyFinal' argument 2 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:990:1: note: Function 'C_VerifyFinal' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1129:55: note: Function 'C_VerifyFinal' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1129:0: style: Function 'C_VerifyFinal' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:990:1: note: Function 'C_VerifyFinal' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1129:0: note: Function 'C_VerifyFinal' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1142:39: style: Function 'C_VerifyRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:994:1: note: Function 'C_VerifyRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1142:39: note: Function 'C_VerifyRecoverInit' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1142:66: style: Function 'C_VerifyRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:994:1: note: Function 'C_VerifyRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1142:66: note: Function 'C_VerifyRecoverInit' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1143:20: style: Function 'C_VerifyRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:994:1: note: Function 'C_VerifyRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1143:20: note: Function 'C_VerifyRecoverInit' argument 3 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1156:35: style: Function 'C_VerifyRecover' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:998:1: note: Function 'C_VerifyRecover' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1156:35: note: Function 'C_VerifyRecover' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1156:57: style: Function 'C_VerifyRecover' argument 2 names different: declaration 'signature' definition 'pSignature'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:998:1: note: Function 'C_VerifyRecover' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1156:57: note: Function 'C_VerifyRecover' argument 2 names different: declaration 'signature' definition 'pSignature'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1156:0: style: Function 'C_VerifyRecover' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:998:1: note: Function 'C_VerifyRecover' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1156:0: note: Function 'C_VerifyRecover' argument 3 names different: declaration 'signature_len' definition 'ulSignatureLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1157:15: style: Function 'C_VerifyRecover' argument 4 names different: declaration 'data' definition 'pData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:998:1: note: Function 'C_VerifyRecover' argument 4 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1157:15: note: Function 'C_VerifyRecover' argument 4 names different: declaration 'data' definition 'pData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1157:35: style: Function 'C_VerifyRecover' argument 5 names different: declaration 'data_len' definition 'pulDataLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:998:1: note: Function 'C_VerifyRecover' argument 5 names different: declaration 'data_len' definition 'pulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1157:35: note: Function 'C_VerifyRecover' argument 5 names different: declaration 'data_len' definition 'pulDataLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1171:41: style: Function 'C_DigestEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1005:1: note: Function 'C_DigestEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1171:41: note: Function 'C_DigestEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1171:63: style: Function 'C_DigestEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1005:1: note: Function 'C_DigestEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1171:63: note: Function 'C_DigestEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1171:0: style: Function 'C_DigestEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1005:1: note: Function 'C_DigestEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1171:0: note: Function 'C_DigestEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1172:15: style: Function 'C_DigestEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1005:1: note: Function 'C_DigestEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1172:15: note: Function 'C_DigestEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1172:44: style: Function 'C_DigestEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1005:1: note: Function 'C_DigestEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1172:44: note: Function 'C_DigestEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1187:41: style: Function 'C_DecryptDigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1010:1: note: Function 'C_DecryptDigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1187:41: note: Function 'C_DecryptDigestUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1187:63: style: Function 'C_DecryptDigestUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1010:1: note: Function 'C_DecryptDigestUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1187:63: note: Function 'C_DecryptDigestUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1187:0: style: Function 'C_DecryptDigestUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1010:1: note: Function 'C_DecryptDigestUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1187:0: note: Function 'C_DecryptDigestUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1188:15: style: Function 'C_DecryptDigestUpdate' argument 4 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1010:1: note: Function 'C_DecryptDigestUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1188:15: note: Function 'C_DecryptDigestUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1188:35: style: Function 'C_DecryptDigestUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1010:1: note: Function 'C_DecryptDigestUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1188:35: note: Function 'C_DecryptDigestUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1202:39: style: Function 'C_SignEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1016:1: note: Function 'C_SignEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1202:39: note: Function 'C_SignEncryptUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1202:61: style: Function 'C_SignEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1016:1: note: Function 'C_SignEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1202:61: note: Function 'C_SignEncryptUpdate' argument 2 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1202:0: style: Function 'C_SignEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1016:1: note: Function 'C_SignEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1202:0: note: Function 'C_SignEncryptUpdate' argument 3 names different: declaration 'part_len' definition 'ulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1203:15: style: Function 'C_SignEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1016:1: note: Function 'C_SignEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1203:15: note: Function 'C_SignEncryptUpdate' argument 4 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1203:44: style: Function 'C_SignEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1016:1: note: Function 'C_SignEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1203:44: note: Function 'C_SignEncryptUpdate' argument 5 names different: declaration 'encrypted_part_len' definition 'pulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1218:41: style: Function 'C_DecryptVerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1021:1: note: Function 'C_DecryptVerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1218:41: note: Function 'C_DecryptVerifyUpdate' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1218:63: style: Function 'C_DecryptVerifyUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1021:1: note: Function 'C_DecryptVerifyUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1218:63: note: Function 'C_DecryptVerifyUpdate' argument 2 names different: declaration 'encrypted_part' definition 'pEncryptedPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1218:0: style: Function 'C_DecryptVerifyUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1021:1: note: Function 'C_DecryptVerifyUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1218:0: note: Function 'C_DecryptVerifyUpdate' argument 3 names different: declaration 'encrypted_part_len' definition 'ulEncryptedPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1219:15: style: Function 'C_DecryptVerifyUpdate' argument 4 names different: declaration 'part' definition 'pPart'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1021:1: note: Function 'C_DecryptVerifyUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1219:15: note: Function 'C_DecryptVerifyUpdate' argument 4 names different: declaration 'part' definition 'pPart'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1219:35: style: Function 'C_DecryptVerifyUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1021:1: note: Function 'C_DecryptVerifyUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1219:35: note: Function 'C_DecryptVerifyUpdate' argument 5 names different: declaration 'part_len' definition 'pulPartLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1234:33: style: Function 'C_GenerateKey' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1028:1: note: Function 'C_GenerateKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1234:33: note: Function 'C_GenerateKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1234:60: style: Function 'C_GenerateKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1028:1: note: Function 'C_GenerateKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1234:60: note: Function 'C_GenerateKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1235:20: style: Function 'C_GenerateKey' argument 3 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1028:1: note: Function 'C_GenerateKey' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1235:20: note: Function 'C_GenerateKey' argument 3 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1235:0: style: Function 'C_GenerateKey' argument 4 names different: declaration 'count' definition 'ulCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1028:1: note: Function 'C_GenerateKey' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1235:0: note: Function 'C_GenerateKey' argument 4 names different: declaration 'count' definition 'ulCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1236:24: style: Function 'C_GenerateKey' argument 5 names different: declaration 'key' definition 'phKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1028:1: note: Function 'C_GenerateKey' argument 5 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1236:24: note: Function 'C_GenerateKey' argument 5 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1252:37: style: Function 'C_GenerateKeyPair' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1252:37: note: Function 'C_GenerateKeyPair' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1252:64: style: Function 'C_GenerateKeyPair' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1252:64: note: Function 'C_GenerateKeyPair' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1253:20: style: Function 'C_GenerateKeyPair' argument 3 names different: declaration 'public_key_template' definition 'pPublicKeyTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 3 names different: declaration 'public_key_template' definition 'pPublicKeyTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1253:20: note: Function 'C_GenerateKeyPair' argument 3 names different: declaration 'public_key_template' definition 'pPublicKeyTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1253:0: style: Function 'C_GenerateKeyPair' argument 4 names different: declaration 'public_key_attribute_count' definition 'ulPublicKeyAttributeCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 4 names different: declaration 'public_key_attribute_count' definition 'ulPublicKeyAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1253:0: note: Function 'C_GenerateKeyPair' argument 4 names different: declaration 'public_key_attribute_count' definition 'ulPublicKeyAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1254:20: style: Function 'C_GenerateKeyPair' argument 5 names different: declaration 'private_key_template' definition 'pPrivateKeyTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 5 names different: declaration 'private_key_template' definition 'pPrivateKeyTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1254:20: note: Function 'C_GenerateKeyPair' argument 5 names different: declaration 'private_key_template' definition 'pPrivateKeyTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1254:0: style: Function 'C_GenerateKeyPair' argument 6 names different: declaration 'private_key_attribute_count' definition 'ulPrivateKeyAttributeCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 6 names different: declaration 'private_key_attribute_count' definition 'ulPrivateKeyAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1254:0: note: Function 'C_GenerateKeyPair' argument 6 names different: declaration 'private_key_attribute_count' definition 'ulPrivateKeyAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1255:24: style: Function 'C_GenerateKeyPair' argument 7 names different: declaration 'public_key' definition 'phPublicKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 7 names different: declaration 'public_key' definition 'phPublicKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1255:24: note: Function 'C_GenerateKeyPair' argument 7 names different: declaration 'public_key' definition 'phPublicKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1255:58: style: Function 'C_GenerateKeyPair' argument 8 names different: declaration 'private_key' definition 'phPrivateKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1034:1: note: Function 'C_GenerateKeyPair' argument 8 names different: declaration 'private_key' definition 'phPrivateKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1255:58: note: Function 'C_GenerateKeyPair' argument 8 names different: declaration 'private_key' definition 'phPrivateKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1276:29: style: Function 'C_WrapKey' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1276:29: note: Function 'C_WrapKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1276:56: style: Function 'C_WrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1276:56: note: Function 'C_WrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1277:20: style: Function 'C_WrapKey' argument 3 names different: declaration 'wrapping_key' definition 'hWrappingKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 3 names different: declaration 'wrapping_key' definition 'hWrappingKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1277:20: note: Function 'C_WrapKey' argument 3 names different: declaration 'wrapping_key' definition 'hWrappingKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1277:51: style: Function 'C_WrapKey' argument 4 names different: declaration 'key' definition 'hKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 4 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1277:51: note: Function 'C_WrapKey' argument 4 names different: declaration 'key' definition 'hKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1278:15: style: Function 'C_WrapKey' argument 5 names different: declaration 'wrapped_key' definition 'pWrappedKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 5 names different: declaration 'wrapped_key' definition 'pWrappedKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1278:15: note: Function 'C_WrapKey' argument 5 names different: declaration 'wrapped_key' definition 'pWrappedKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1278:41: style: Function 'C_WrapKey' argument 6 names different: declaration 'wrapped_key_len' definition 'pulWrappedKeyLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1043:1: note: Function 'C_WrapKey' argument 6 names different: declaration 'wrapped_key_len' definition 'pulWrappedKeyLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1278:41: note: Function 'C_WrapKey' argument 6 names different: declaration 'wrapped_key_len' definition 'pulWrappedKeyLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1295:31: style: Function 'C_UnwrapKey' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1295:31: note: Function 'C_UnwrapKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1295:58: style: Function 'C_UnwrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1295:58: note: Function 'C_UnwrapKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1296:20: style: Function 'C_UnwrapKey' argument 3 names different: declaration 'unwrapping_key' definition 'hUnwrappingKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 3 names different: declaration 'unwrapping_key' definition 'hUnwrappingKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1296:20: note: Function 'C_UnwrapKey' argument 3 names different: declaration 'unwrapping_key' definition 'hUnwrappingKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1296:49: style: Function 'C_UnwrapKey' argument 4 names different: declaration 'wrapped_key' definition 'pWrappedKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 4 names different: declaration 'wrapped_key' definition 'pWrappedKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1296:49: note: Function 'C_UnwrapKey' argument 4 names different: declaration 'wrapped_key' definition 'pWrappedKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1296:0: style: Function 'C_UnwrapKey' argument 5 names different: declaration 'wrapped_key_len' definition 'ulWrappedKeyLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 5 names different: declaration 'wrapped_key_len' definition 'ulWrappedKeyLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1296:0: note: Function 'C_UnwrapKey' argument 5 names different: declaration 'wrapped_key_len' definition 'ulWrappedKeyLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1297:20: style: Function 'C_UnwrapKey' argument 6 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 6 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1297:20: note: Function 'C_UnwrapKey' argument 6 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1297:0: style: Function 'C_UnwrapKey' argument 7 names different: declaration 'attribute_count' definition 'ulAttributeCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 7 names different: declaration 'attribute_count' definition 'ulAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1297:0: note: Function 'C_UnwrapKey' argument 7 names different: declaration 'attribute_count' definition 'ulAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1298:24: style: Function 'C_UnwrapKey' argument 8 names different: declaration 'key' definition 'phKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1050:1: note: Function 'C_UnwrapKey' argument 8 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1298:24: note: Function 'C_UnwrapKey' argument 8 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1316:31: style: Function 'C_DeriveKey' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1316:31: note: Function 'C_DeriveKey' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1316:58: style: Function 'C_DeriveKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1316:58: note: Function 'C_DeriveKey' argument 2 names different: declaration 'mechanism' definition 'pMechanism'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1316:87: style: Function 'C_DeriveKey' argument 3 names different: declaration 'base_key' definition 'hBaseKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 3 names different: declaration 'base_key' definition 'hBaseKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1316:87: note: Function 'C_DeriveKey' argument 3 names different: declaration 'base_key' definition 'hBaseKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1317:20: style: Function 'C_DeriveKey' argument 4 names different: declaration 'templ' definition 'pTemplate'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 4 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1317:20: note: Function 'C_DeriveKey' argument 4 names different: declaration 'templ' definition 'pTemplate'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1317:0: style: Function 'C_DeriveKey' argument 5 names different: declaration 'attribute_count' definition 'ulAttributeCount'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 5 names different: declaration 'attribute_count' definition 'ulAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1317:0: note: Function 'C_DeriveKey' argument 5 names different: declaration 'attribute_count' definition 'ulAttributeCount'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1317:80: style: Function 'C_DeriveKey' argument 6 names different: declaration 'key' definition 'phKey'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1059:1: note: Function 'C_DeriveKey' argument 6 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1317:80: note: Function 'C_DeriveKey' argument 6 names different: declaration 'key' definition 'phKey'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1334:32: style: Function 'C_SeedRandom' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1067:1: note: Function 'C_SeedRandom' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1334:32: note: Function 'C_SeedRandom' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1334:54: style: Function 'C_SeedRandom' argument 2 names different: declaration 'seed' definition 'pSeed'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1067:1: note: Function 'C_SeedRandom' argument 2 names different: declaration 'seed' definition 'pSeed'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1334:54: note: Function 'C_SeedRandom' argument 2 names different: declaration 'seed' definition 'pSeed'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1334:0: style: Function 'C_SeedRandom' argument 3 names different: declaration 'seed_len' definition 'ulSeedLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1067:1: note: Function 'C_SeedRandom' argument 3 names different: declaration 'seed_len' definition 'ulSeedLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1334:0: note: Function 'C_SeedRandom' argument 3 names different: declaration 'seed_len' definition 'ulSeedLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1346:36: style: Function 'C_GenerateRandom' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1070:1: note: Function 'C_GenerateRandom' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1346:36: note: Function 'C_GenerateRandom' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1346:58: style: Function 'C_GenerateRandom' argument 2 names different: declaration 'random_data' definition 'RandomData'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1070:1: note: Function 'C_GenerateRandom' argument 2 names different: declaration 'random_data' definition 'RandomData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1346:58: note: Function 'C_GenerateRandom' argument 2 names different: declaration 'random_data' definition 'RandomData'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1346:0: style: Function 'C_GenerateRandom' argument 3 names different: declaration 'random_len' definition 'ulRandomLen'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1070:1: note: Function 'C_GenerateRandom' argument 3 names different: declaration 'random_len' definition 'ulRandomLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1346:0: note: Function 'C_GenerateRandom' argument 3 names different: declaration 'random_len' definition 'ulRandomLen'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1359:39: style: Function 'C_GetFunctionStatus' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1075:1: note: Function 'C_GetFunctionStatus' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1359:39: note: Function 'C_GetFunctionStatus' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1370:36: style: Function 'C_CancelFunction' argument 1 names different: declaration 'session' definition 'hSession'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:1076:1: note: Function 'C_CancelFunction' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1370:36: note: Function 'C_CancelFunction' argument 1 names different: declaration 'session' definition 'hSession'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1381:51: style: Function 'C_WaitForSlotEvent' argument 2 names different: declaration 'slot' definition 'pSlot'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:815:1: note: Function 'C_WaitForSlotEvent' argument 2 names different: declaration 'slot' definition 'pSlot'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1381:51: note: Function 'C_WaitForSlotEvent' argument 2 names different: declaration 'slot' definition 'pSlot'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1381:70: style: Function 'C_WaitForSlotEvent' argument 3 names different: declaration 'pReserved' definition 'pRserved'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/pkcs11/pkcs11.h:815:1: note: Function 'C_WaitForSlotEvent' argument 3 names different: declaration 'pReserved' definition 'pRserved'.
OpenSC-0.18.0/src/pkcs11/pkcs11-spy.c:1381:70: note: Function 'C_WaitForSlotEvent' argument 3 names different: declaration 'pReserved' definition 'pRserved'.
OpenSC-0.18.0/src/pkcs11/slot.c:161:2: style: Variable 'conf_block' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/slot.c:158:0: note: Variable 'conf_block' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/slot.c:161:2: note: Variable 'conf_block' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/slot.c:323:4: style: Variable 'atrblock' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs11/slot.c:320:0: note: Variable 'atrblock' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/slot.c:323:4: note: Variable 'atrblock' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs11/slot.c:156:8: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-cardos.c:413:9: style: The scope of the variable 'keybits' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-cardos.c:418:10: style: The scope of the variable 'abignum' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-epass2003.c:431:6: style: Same expression on both sides of '||'. [duplicateExpression]
OpenSC-0.18.0/src/pkcs15init/pkcs15-gpk.c:741:21: style: The scope of the variable 'tag' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-gpk.c:822:18: style: The scope of the variable 'size' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-gpk.c:1099:9: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:1963:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:1956:0: note: Variable 'label' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:1963:2: note: Variable 'label' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:427:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:651:14: style: The scope of the variable 'nfids' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:2065:10: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:2066:18: style: The scope of the variable 'tid' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:2330:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:3344:13: style: The scope of the variable 'stored_in_ef' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:4204:10: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:1279:1: style: Label 'err' is not used. [unusedLabel]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:1368:1: style: Label 'err' is not used. [unusedLabel]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:1858:1: style: Label 'err' is not used. [unusedLabel]
OpenSC-0.18.0/src/pkcs15init/pkcs15-lib.c:953:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSC-0.18.0/src/pkcs15init/pkcs15-myeid.c:839:40: warning: Either the condition 'dataptr==NULL' is redundant or there is possible null pointer dereference: dataptr. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/pkcs15init/pkcs15-myeid.c:824:16: note: Assuming that condition 'dataptr==NULL' is not redundant
OpenSC-0.18.0/src/pkcs15init/pkcs15-myeid.c:839:40: note: Null pointer dereference
OpenSC-0.18.0/src/pkcs15init/pkcs15-myeid.c:318:2: performance: Buffer 'data' is being written before its old content has been used. [redundantCopy]
OpenSC-0.18.0/src/pkcs15init/pkcs15-myeid.c:317:2: note: Buffer 'data' is being written before its old content has been used.
OpenSC-0.18.0/src/pkcs15init/pkcs15-myeid.c:318:2: note: Buffer 'data' is being written before its old content has been used.
OpenSC-0.18.0/src/pkcs15init/pkcs15-myeid.c:201:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-myeid.c:202:21: style: The scope of the variable 'create_dfs' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-myeid.c:501:16: style: The scope of the variable 'sec_attrs' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-myeid.c:502:40: style: The scope of the variable 'pin_reference' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-oberthur.c:113:1: style: Label 'err' is not used. [unusedLabel]
OpenSC-0.18.0/src/pkcs15init/pkcs15-oberthur.c:717:1: style: Label 'err' is not used. [unusedLabel]
OpenSC-0.18.0/src/pkcs15init/pkcs15-openpgp.c:216:3: error: Memory pointed to by 'modulus' is freed twice. [doubleFree]
OpenSC-0.18.0/src/pkcs15init/pkcs15-rtecp.c:173:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-rtecp.c:296:16: style: The scope of the variable 'prkey_sec' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-rtecp.c:297:16: style: The scope of the variable 'pbkey_sec' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-rtecp.c:298:25: style: The scope of the variable 'paramset' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-rutoken.c:281:11: style: The scope of the variable 'ret_end' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-starcos.c:582:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-starcos.c:607:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/pkcs15-starcos.c:759:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/pkcs15init/profile.c:1382:15: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/profile.c:1406:15: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/profile.c:1696:10: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/profile.c:1716:14: style: The scope of the variable 'name' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/profile.c:1871:14: style: The scope of the variable 'str' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/profile.c:1966:14: style: The scope of the variable 'cmd' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/profile.c:2043:18: style: The scope of the variable 'fp_path' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/profile.c:2043:28: style: The scope of the variable 'fpp_path' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/profile.c:2359:28: style: The scope of the variable 'new_pri' can be reduced. [variableScope]
OpenSC-0.18.0/src/pkcs15init/profile.c:2360:14: style: The scope of the variable 'op' can be reduced. [variableScope]
OpenSC-0.18.0/src/scconf/parse.c:249:6: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSC-0.18.0/src/scconf/scconf.c:210:2: style: Variable 'next' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/scconf/scconf.c:208:0: note: Variable 'next' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/scconf/scconf.c:210:2: note: Variable 'next' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/scconf/scconf.c:282:3: style: Variable '_dst' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/scconf/scconf.c:280:0: note: Variable '_dst' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/scconf/scconf.c:282:3: note: Variable '_dst' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/scconf/scconf.c:310:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
OpenSC-0.18.0/src/scconf/sclex.c:102:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/scconf/sclex.c:127:6: style: The scope of the variable 'this_char' can be reduced. [variableScope]
OpenSC-0.18.0/src/scconf/sclex.c:193:65: style: Function 'scconf_lex_parse_string' argument 2 names different: declaration 'config_string' definition 'string'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/scconf/internal.h:54:20: note: Function 'scconf_lex_parse_string' argument 2 names different: declaration 'config_string' definition 'string'.
OpenSC-0.18.0/src/scconf/sclex.c:193:65: note: Function 'scconf_lex_parse_string' argument 2 names different: declaration 'config_string' definition 'string'.
OpenSC-0.18.0/src/scconf/write.c:56:9: warning: Either the condition '(data)==NULL' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/scconf/write.c:52:15: note: Assuming that condition '(data)==NULL' is not redundant
OpenSC-0.18.0/src/scconf/write.c:56:9: note: Null pointer dereference
OpenSC-0.18.0/src/scconf/write.c:47:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/scconf/write.c:79:6: style: The scope of the variable 'datalen' can be reduced. [variableScope]
OpenSC-0.18.0/src/scconf/write.c:79:31: style: The scope of the variable 'quote' can be reduced. [variableScope]
OpenSC-0.18.0/src/sm/sm-common.c:40:0: error: #error "Need OpenSSL" [preprocessorErrorDirective]
OpenSC-0.18.0/src/sm/sm-eac.c:2413:59: style: Function 'perform_chip_authentication_ex' argument 2 names different: declaration 'eacsmctx' definition 'eac_ctx'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/sm/sm-eac.h:178:59: note: Function 'perform_chip_authentication_ex' argument 2 names different: declaration 'eacsmctx' definition 'eac_ctx'.
OpenSC-0.18.0/src/sm/sm-eac.c:2413:59: note: Function 'perform_chip_authentication_ex' argument 2 names different: declaration 'eacsmctx' definition 'eac_ctx'.
OpenSC-0.18.0/src/smm/sm-card-authentic.c:115:2: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/smm/sm-card-authentic.c:110:0: note: Variable 'rv' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/smm/sm-card-authentic.c:115:2: note: Variable 'rv' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/smm/sm-card-authentic.c:124:69: style: Function 'sm_authentic_get_apdus' argument 5 names different: declaration 'out' definition 'rdata'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/smm/sm-module.h:70:69: note: Function 'sm_authentic_get_apdus' argument 5 names different: declaration 'out' definition 'rdata'.
OpenSC-0.18.0/src/smm/sm-card-authentic.c:124:69: note: Function 'sm_authentic_get_apdus' argument 5 names different: declaration 'out' definition 'rdata'.
OpenSC-0.18.0/src/smm/sm-card-iasecc.c:585:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenSC-0.18.0/src/smm/sm-card-iasecc.c:504:75: style: Function 'sm_iasecc_get_apdus' argument 5 names different: declaration 'out' definition 'rdata'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/smm/sm-module.h:74:69: note: Function 'sm_iasecc_get_apdus' argument 5 names different: declaration 'out' definition 'rdata'.
OpenSC-0.18.0/src/smm/sm-card-iasecc.c:504:75: note: Function 'sm_iasecc_get_apdus' argument 5 names different: declaration 'out' definition 'rdata'.
OpenSC-0.18.0/src/smm/sm-card-iasecc.c:328:27: style: Array index 'ii' is used before limits check. [arrayIndexThenCheck]
OpenSC-0.18.0/src/smm/sm-card-iasecc.c:455:35: style: Array index 'ii' is used before limits check. [arrayIndexThenCheck]
OpenSC-0.18.0/src/smm/sm-cwa14890.c:186:16: style: The scope of the variable 'buff' can be reduced. [variableScope]
OpenSC-0.18.0/src/smm/sm-cwa14890.c:234:91: style: Function 'sm_cwa_initialize' argument 3 names different: declaration 'out' definition 'rdata'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/smm/sm-module.h:57:26: note: Function 'sm_cwa_initialize' argument 3 names different: declaration 'out' definition 'rdata'.
OpenSC-0.18.0/src/smm/sm-cwa14890.c:234:91: note: Function 'sm_cwa_initialize' argument 3 names different: declaration 'out' definition 'rdata'.
OpenSC-0.18.0/src/smm/sm-cwa14890.c:160:3: error: Memory pointed to by 'decrypted' is freed twice. [doubleFree]
OpenSC-0.18.0/src/smm/sm-cwa14890.c:165:3: error: Memory pointed to by 'decrypted' is freed twice. [doubleFree]
OpenSC-0.18.0/src/smm/sm-cwa14890.c:170:3: error: Memory pointed to by 'decrypted' is freed twice. [doubleFree]
OpenSC-0.18.0/src/smm/sm-cwa14890.c:176:2: error: Memory pointed to by 'decrypted' is freed twice. [doubleFree]
OpenSC-0.18.0/src/smm/sm-global-platform.c:367:2: style: Variable 'apdu_data' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/smm/sm-global-platform.c:356:0: note: Variable 'apdu_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/smm/sm-global-platform.c:367:2: note: Variable 'apdu_data' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/smm/sm-global-platform.c:56:91: style: Function 'sm_gp_initialize' argument 3 names different: declaration 'out' definition 'rdata'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/smm/sm-module.h:47:26: note: Function 'sm_gp_initialize' argument 3 names different: declaration 'out' definition 'rdata'.
OpenSC-0.18.0/src/smm/sm-global-platform.c:56:91: note: Function 'sm_gp_initialize' argument 3 names different: declaration 'out' definition 'rdata'.
OpenSC-0.18.0/src/smm/sm-global-platform.c:251:69: style: Function 'sm_gp_external_authentication' argument 5 names different: declaration 'out' definition 'rdata'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/smm/sm-module.h:43:26: note: Function 'sm_gp_external_authentication' argument 5 names different: declaration 'out' definition 'rdata'.
OpenSC-0.18.0/src/smm/sm-global-platform.c:251:69: note: Function 'sm_gp_external_authentication' argument 5 names different: declaration 'out' definition 'rdata'.
OpenSC-0.18.0/src/tests/lottery.c:23:12: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/tests/p15dump.c:42:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
OpenSC-0.18.0/src/tests/p15dump.c:21:13: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/tests/print.c:58:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/tests/print.c:100:9: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/cryptoflex-tool.c:640:2: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/tools/cryptoflex-tool.c:637:0: note: Variable 'in' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/cryptoflex-tool.c:640:2: note: Variable 'in' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/cryptoflex-tool.c:119:7: style: The scope of the variable 'prompt' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/cryptoflex-tool.c:463:9: style: The scope of the variable 'keysize' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/cryptoflex-tool.c:304:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
OpenSC-0.18.0/src/tools/egk-tool-cmdline.c:311:19: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/egk-tool-cmdline.c:320:15: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/egk-tool-cmdline.c:320:15: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/egk-tool-cmdline.c:330:15: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/egk-tool-cmdline.c:340:15: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/egk-tool-cmdline.c:1059:78: warning: Either the condition 'if(field_given&&*field_given&&!override)' is redundant or there is possible null pointer dereference: field_given. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/tools/egk-tool-cmdline.c:1074:6: note: Assuming that condition 'if(field_given&&*field_given&&!override)' is not redundant
OpenSC-0.18.0/src/tools/egk-tool-cmdline.c:1059:78: note: Null pointer dereference
OpenSC-0.18.0/src/tools/egk-tool-cmdline.c:967:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/egk-tool.c:88:15: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/gids-tool.c:364:6: style: The scope of the variable 'recordcount' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/gids-tool.c:365:6: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/gids-tool.c:412:8: style: The scope of the variable 'keymaprecordnum' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/netkey-tool.c:117:6: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/netkey-tool.c:410:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/netkey-tool.c:578:77: warning: Either the condition 'i1<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
OpenSC-0.18.0/src/tools/netkey-tool.c:576:9: note: Assuming that condition 'i1<0' is not redundant
OpenSC-0.18.0/src/tools/netkey-tool.c:578:77: note: Negative array index
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:724:17: style: Redundant condition: If 'EXPR == ','', the comparison 'EXPR' is always true. [redundantCondition]
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:781:19: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:790:15: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:790:15: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:800:15: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:810:15: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:1533:78: warning: Either the condition 'if(field_given&&*field_given&&!override)' is redundant or there is possible null pointer dereference: field_given. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:1548:6: note: Assuming that condition 'if(field_given&&*field_given&&!override)' is not redundant
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:1533:78: note: Null pointer dereference
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:431:16: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:1440:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:1527:10: style: The scope of the variable 'string_field' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:1661:26: style: The scope of the variable 'tmp' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/npa-tool-cmdline.c:1684:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/openpgp-tool.c:383:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/openpgp-tool.c:384:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/opensc-asn1-cmdline.c:835:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/opensc-explorer.c:1311:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/opensc-explorer.c:1486:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/opensc-explorer.c:530:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/opensc-explorer.c:594:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/opensc-explorer.c:744:11: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/opensc-explorer.c:1559:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/opensc-notify-cmdline.c:978:78: warning: Either the condition 'if(field_given&&*field_given&&!override)' is redundant or there is possible null pointer dereference: field_given. [nullPointerRedundantCheck]
OpenSC-0.18.0/src/tools/opensc-notify-cmdline.c:993:6: note: Assuming that condition 'if(field_given&&*field_given&&!override)' is not redundant
OpenSC-0.18.0/src/tools/opensc-notify-cmdline.c:978:78: note: Null pointer dereference
OpenSC-0.18.0/src/tools/opensc-notify-cmdline.c:885:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/opensc-notify-cmdline.c:972:10: style: The scope of the variable 'string_field' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/opensc-tool.c:279:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSC-0.18.0/src/tools/opensc-tool.c:221:3: warning: Possible null pointer dereference: key [nullPointer]
OpenSC-0.18.0/src/tools/opensc-tool.c:213:21: note: Assignment 'key=name==NULL?NULL:strchr(name+1,':')', assigned value is 0
OpenSC-0.18.0/src/tools/opensc-tool.c:221:3: note: Null pointer dereference
OpenSC-0.18.0/src/tools/opensc-tool.c:222:5: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
OpenSC-0.18.0/src/tools/opensc-tool.c:213:21: note: Assignment 'key=name==NULL?NULL:strchr(name+1,':')', assigned value is 0
OpenSC-0.18.0/src/tools/opensc-tool.c:222:5: note: Null pointer addition
OpenSC-0.18.0/src/tools/opensc-tool.c:465:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/opensc-tool.c:503:15: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/opensc-tool.c:279:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/tools/opensc-tool.c:280:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/tools/opensc-tool.c:294:96: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSC-0.18.0/src/tools/piv-tool.c:347:3: style: Variable 'newkey' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/tools/piv-tool.c:344:0: note: Variable 'newkey' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/piv-tool.c:347:3: note: Variable 'newkey' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/piv-tool.c:293:16: style: The scope of the variable 'expl' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/piv-tool.c:417:15: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/piv-tool.c:498:4: error: Common realloc mistake: 'opt_apdus' nulled but not freed upon failure [memleakOnRealloc]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:4610:6: style: Expression is always false because 'else if' condition matches previous condition at line 4606. [multiCondition]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:4717:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:3536:4: style: Variable 'bytes' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:3532:0: note: Variable 'bytes' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/pkcs11-tool.c:3536:4: note: Variable 'bytes' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/pkcs11-tool.c:3562:4: style: Variable 'bytes' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:3561:4: note: Variable 'bytes' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/pkcs11-tool.c:3562:4: note: Variable 'bytes' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/pkcs11-tool.c:4131:2: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:4130:2: note: Variable 'id' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/pkcs11-tool.c:4131:2: note: Variable 'id' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/pkcs11-tool.c:3528:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:1343:26: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:1461:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:1508:7: style: The scope of the variable 'new_buf' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:1511:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:1571:7: style: The scope of the variable 'new_buf' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:1675:29: style: The scope of the variable 'modlen' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:3428:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:3428:10: style: The scope of the variable 'fd' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:3763:16: style: The scope of the variable 'n' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:5041:10: style: The scope of the variable 'label' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:5178:10: style: The scope of the variable 'label' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:5229:6: style: The scope of the variable 'errors' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:5848:12: style: Checking if unsigned variable 'left' is less than zero. [unsignedLessThanZero]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:84:9: style: struct member 'ec_curve_info::size' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:353:16: style: struct member 'x509cert_info::subject' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:354:7: style: struct member 'x509cert_info::subject_len' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:355:16: style: struct member 'x509cert_info::issuer' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:356:7: style: struct member 'x509cert_info::issuer_len' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:357:16: style: struct member 'x509cert_info::serialnum' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:358:7: style: struct member 'x509cert_info::serialnum_len' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:361:17: style: struct member 'rsakey_info::modulus' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:362:7: style: struct member 'rsakey_info::modulus_len' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:363:17: style: struct member 'rsakey_info::public_exponent' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:364:7: style: struct member 'rsakey_info::public_exponent_len' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:365:17: style: struct member 'rsakey_info::private_exponent' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:366:7: style: struct member 'rsakey_info::private_exponent_len' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:367:17: style: struct member 'rsakey_info::prime_1' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:368:7: style: struct member 'rsakey_info::prime_1_len' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:369:17: style: struct member 'rsakey_info::prime_2' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:370:7: style: struct member 'rsakey_info::prime_2_len' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:371:17: style: struct member 'rsakey_info::exponent_1' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:372:7: style: struct member 'rsakey_info::exponent_1_len' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:373:17: style: struct member 'rsakey_info::exponent_2' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:374:7: style: struct member 'rsakey_info::exponent_2_len' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:375:17: style: struct member 'rsakey_info::coefficient' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:376:7: style: struct member 'rsakey_info::coefficient_len' is never used. [unusedStructMember]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:2715:19: style: Variable 'certdata_len' is assigned a value that is never used. [unreadVariable]
OpenSC-0.18.0/src/tools/pkcs11-tool.c:5272:3: style: Variable 'errors' is modified but its new value is never used. [unreadVariable]
OpenSC-0.18.0/src/tools/pkcs15-crypt.c:134:8: style: The scope of the variable 'pincode' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs15-init.c:1138:25: style: The scope of the variable 'cinfo' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs15-init.c:2098:21: style: The scope of the variable 'prompt' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs15-init.c:2196:13: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs15-init.c:2929:23: style: The scope of the variable 'name' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs15-init.c:1951:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSC-0.18.0/src/tools/pkcs15-init.c:1952:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSC-0.18.0/src/tools/pkcs15-init.c:1953:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSC-0.18.0/src/tools/pkcs15-tool.c:329:2: style: Variable 'buf_len' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/tools/pkcs15-tool.c:323:0: note: Variable 'buf_len' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/pkcs15-tool.c:329:2: note: Variable 'buf_len' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/pkcs15-tool.c:1420:2: style: Variable 'auth_info->auth_method' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSC-0.18.0/src/tools/pkcs15-tool.c:1417:2: note: Variable 'auth_info->auth_method' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/pkcs15-tool.c:1420:2: note: Variable 'auth_info->auth_method' is reassigned a value before the old one has been used.
OpenSC-0.18.0/src/tools/pkcs15-tool.c:1188:6: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs15-tool.c:1465:14: style: The scope of the variable 'pin_types' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/pkcs15-tool.c:1468:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/sc-hsm-tool.c:314:18: style: The scope of the variable 'sp_j' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/sc-hsm-tool.c:1008:6: style: The scope of the variable 'l' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/sc-hsm-tool.c:1513:3: error: Resource leak: in [resourceLeak]
OpenSC-0.18.0/src/tools/util.c:292:15: style: The scope of the variable 'acl' can be reduced. [variableScope]
OpenSC-0.18.0/src/tools/util.c:391:39: style: Function 'util_getpass' argument 2 names different: declaration 'n' definition 'len'. [funcArgNamesDifferent]
OpenSC-0.18.0/src/tools/util.h:52:43: note: Function 'util_getpass' argument 2 names different: declaration 'n' definition 'len'.
OpenSC-0.18.0/src/tools/util.c:391:39: note: Function 'util_getpass' argument 2 names different: declaration 'n' definition 'len'.
[13:09]

ftp://ftp.se.debian.org/debian/pool/main/o/openscad/openscad_2015.03-2+dfsg.orig.tar.gz
Checking openscad-2015.03-2+dfsg/src/PlatformUtils-posix.cc: __GCC__=1;__GCC__=1...

openscad-2015.03-2+dfsg/cgal/decompose.cpp:231:7: style: The scope of the variable 'parts' can be reduced. [variableScope]
openscad-2015.03-2+dfsg/cgal/decompose.cpp:457:11: style: union member 'stl_facet::data32' is never used. [unusedStructMember]
openscad-2015.03-2+dfsg/cgal/decompose.cpp:459:10: style: struct member 'facet_data::i' is never used. [unusedStructMember]
openscad-2015.03-2+dfsg/cgal/decompose.cpp:459:13: style: struct member 'facet_data::j' is never used. [unusedStructMember]
openscad-2015.03-2+dfsg/cgal/decompose.cpp:459:16: style: struct member 'facet_data::k' is never used. [unusedStructMember]
openscad-2015.03-2+dfsg/cgal/decompose.cpp:463:13: style: struct member 'facet_data::attribute_byte_count' is never used. [unusedStructMember]
openscad-2015.03-2+dfsg/cgal/decompose.cpp:221:8: performance: Technically the member function 'Shell_explorer::visit' can be static. [functionStatic]
openscad-2015.03-2+dfsg/cgal/decompose.cpp:222:8: performance: Technically the member function 'Shell_explorer::visit' can be static. [functionStatic]
openscad-2015.03-2+dfsg/cgal/decompose.cpp:223:8: performance: Technically the member function 'Shell_explorer::visit' can be static. [functionStatic]
openscad-2015.03-2+dfsg/cgal/decompose.cpp:224:8: performance: Technically the member function 'Shell_explorer::visit' can be static. [functionStatic]
openscad-2015.03-2+dfsg/cgal/decompose.cpp:225:8: performance: Technically the member function 'Shell_explorer::visit' can be static. [functionStatic]
openscad-2015.03-2+dfsg/cgal/export_nef.cpp:23:11: style: union member 'stl_facet::data32' is never used. [unusedStructMember]
openscad-2015.03-2+dfsg/cgal/export_nef.cpp:25:10: style: struct member 'facet_data::i' is never used. [unusedStructMember]
openscad-2015.03-2+dfsg/cgal/export_nef.cpp:25:13: style: struct member 'facet_data::j' is never used. [unusedStructMember]
openscad-2015.03-2+dfsg/cgal/export_nef.cpp:25:16: style: struct member 'facet_data::k' is never used. [unusedStructMember]
openscad-2015.03-2+dfsg/cgal/export_nef.cpp:29:13: style: struct member 'facet_data::attribute_byte_count' is never used. [unusedStructMember]
openscad-2015.03-2+dfsg/cgal/polyhole-tessellator-libtess2.cpp:151:13: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
openscad-2015.03-2+dfsg/cgal/polyhole-tessellator.cpp:136:13: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
openscad-2015.03-2+dfsg/scripts/chrpath_linux.c:146:0: error: #error "Unknown word size (SIZEOF_VOID_P)!" [preprocessorErrorDirective]
openscad-2015.03-2+dfsg/src/AppleEvents.cc:32:1: style: Label 'CantInstallAppleEventHandler' is not used. [unusedLabel]
openscad-2015.03-2+dfsg/src/value.h:83:9: style: Technically the member function 'RangeType::begin_value' can be const. [functionConst]
openscad-2015.03-2+dfsg/src/value.h:84:9: style: Technically the member function 'RangeType::step_value' can be const. [functionConst]
openscad-2015.03-2+dfsg/src/value.h:85:9: style: Technically the member function 'RangeType::end_value' can be const. [functionConst]
openscad-2015.03-2+dfsg/src/printutils.h:66:2: style: Class 'logstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:20:2: style: Class 'QuotedString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:28:2: style: Class 'Filename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:105:3: style: Class 'ValuePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:106:3: style: Class 'ValuePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:107:3: style: Class 'ValuePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:108:3: style: Class 'ValuePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:109:3: style: Class 'ValuePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:110:3: style: Class 'ValuePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:111:3: style: Class 'ValuePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:112:3: style: Class 'ValuePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:152:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:153:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:154:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:155:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:156:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:157:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:158:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/value.h:159:3: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/typedefs.h:11:5: style: Class 'Assignment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/context.h:14:2: style: Class 'Context' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/module.h:20:2: style: Class 'ModuleInstantiation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/module.h:66:9: style: Class 'AbstractModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/module.h:80:2: style: Class 'Module' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/node.h:29:2: style: Class 'AbstractNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/node.h:61:2: style: Class 'AbstractIntersectionNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/node.h:71:2: style: Class 'AbstractPolyNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/Tree.h:14:2: style: Class 'Tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/MainWindow.h:89:2: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/module.h:55:22: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/module.h:24:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/module.h:55:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/module.h:84:22: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/module.h:71:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/module.h:84:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/modcontext.h:48:19: style: The function 'evaluate_function' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/modcontext.h:21:19: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/modcontext.h:48:19: note: Function in derived class
openscad-2015.03-2+dfsg/src/modcontext.h:50:24: style: The function 'instantiate_module' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/modcontext.h:23:24: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/modcontext.h:50:24: note: Function in derived class
openscad-2015.03-2+dfsg/src/node.h:63:20: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:31:20: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/node.h:63:20: note: Function in derived class
openscad-2015.03-2+dfsg/src/node.h:64:22: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:32:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/node.h:64:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/node.h:65:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:36:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/node.h:65:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/node.h:73:20: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:31:20: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/node.h:73:20: note: Function in derived class
openscad-2015.03-2+dfsg/src/node.h:86:20: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:73:20: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/node.h:86:20: note: Function in derived class
openscad-2015.03-2+dfsg/src/typedefs.h:11:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/typedefs.h:12:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/module.h:106:44: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/AutoUpdater.h:11:2: warning: Member variable 'AutoUpdater::updateMenu' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/cache.h:151:0: style: Function 'insert' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent]
openscad-2015.03-2+dfsg/src/cache.h:113:0: note: Function 'insert' argument 1 names different: declaration 'key' definition 'akey'.
openscad-2015.03-2+dfsg/src/cache.h:151:0: note: Function 'insert' argument 1 names different: declaration 'key' definition 'akey'.
openscad-2015.03-2+dfsg/src/cache.h:151:0: style: Function 'insert' argument 2 names different: declaration 'object' definition 'aobject'. [funcArgNamesDifferent]
openscad-2015.03-2+dfsg/src/cache.h:113:0: note: Function 'insert' argument 2 names different: declaration 'object' definition 'aobject'.
openscad-2015.03-2+dfsg/src/cache.h:151:0: note: Function 'insert' argument 2 names different: declaration 'object' definition 'aobject'.
openscad-2015.03-2+dfsg/src/cache.h:151:0: style: Function 'insert' argument 3 names different: declaration 'cost' definition 'acost'. [funcArgNamesDifferent]
openscad-2015.03-2+dfsg/src/cache.h:113:0: note: Function 'insert' argument 3 names different: declaration 'cost' definition 'acost'.
openscad-2015.03-2+dfsg/src/cache.h:151:0: note: Function 'insert' argument 3 names different: declaration 'cost' definition 'acost'.
openscad-2015.03-2+dfsg/src/cache.h:55:0: warning: Member variable 'Node::t' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/cache.h:55:0: warning: Member variable 'Node::c' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/cache.h:55:0: warning: Member variable 'Node::p' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/cache.h:55:0: warning: Member variable 'Node::n' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/CGALCache.h:11:2: style: Class 'CGALCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/CGALCache.h:29:3: style: Struct 'cache_entry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:12:2: style: Class 'CGAL_Nef_polyhedron' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:16:17: style: The function 'memsize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:19:17: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:16:17: note: Function in derived class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:18:22: style: The function 'getBoundingBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:20:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:18:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:19:22: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:21:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:19:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:20:23: style: The function 'getDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:22:23: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:20:23: note: Function in derived class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:22:15: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:23:15: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:22:15: note: Function in derived class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:23:20: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:24:20: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:23:20: note: Function in derived class
openscad-2015.03-2+dfsg/src/CGALCache.cc:54:6: performance: Possible inefficient checking for 'print_messages_stack' emptiness. [stlSize]
openscad-2015.03-2+dfsg/src/OGL_helper.h:542:26: style: Same expression on both sides of '||' because the value of 'cull_backfaces' and 'color_backfaces' are the same. [duplicateExpression]
openscad-2015.03-2+dfsg/src/OGL_helper.h:43:29: note: 'cull_backfaces' is assigned value 'false' here.
openscad-2015.03-2+dfsg/src/OGL_helper.h:44:30: note: 'color_backfaces' is assigned value 'false' here.
openscad-2015.03-2+dfsg/src/OGL_helper.h:542:26: note: Same expression on both sides of '||' because the value of 'cull_backfaces' and 'color_backfaces' are the same.
openscad-2015.03-2+dfsg/src/OGL_helper.h:552:23: style: Same expression on both sides of '||' because the value of 'cull_backfaces' and 'color_backfaces' are the same. [duplicateExpression]
openscad-2015.03-2+dfsg/src/OGL_helper.h:43:29: note: 'cull_backfaces' is assigned value 'false' here.
openscad-2015.03-2+dfsg/src/OGL_helper.h:44:30: note: 'color_backfaces' is assigned value 'false' here.
openscad-2015.03-2+dfsg/src/OGL_helper.h:552:23: note: Same expression on both sides of '||' because the value of 'cull_backfaces' and 'color_backfaces' are the same.
openscad-2015.03-2+dfsg/src/OGL_helper.h:266:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscad-2015.03-2+dfsg/src/OGL_helper.h:82:5: warning: Member variable 'DPoint::m_' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/OGL_helper.h:94:5: warning: Member variable 'DSegment::m_' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/OGL_helper.h:151:5: warning: Member variable 'DFacet::mark_' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/OGL_helper.h:679:17: style: Unused private function: 'Nef3_Converter::same_orientation' [unusedPrivateFunction]
openscad-2015.03-2+dfsg/src/OGL_helper.h:157:7: performance: Variable 'coords_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscad-2015.03-2+dfsg/src/OGL_helper.h:158:7: performance: Variable 'fc_ends_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscad-2015.03-2+dfsg/src/OGL_helper.h:159:7: performance: Variable 'normal_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscad-2015.03-2+dfsg/src/OGL_helper.h:296:7: performance: Variable 'object_list_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscad-2015.03-2+dfsg/src/OGL_helper.h:126:12: style: Technically the member function 'CGAL::OGL::Double_triple::operator[]' can be const. [functionConst]
openscad-2015.03-2+dfsg/src/colormap.h:50:9: style: Class 'RenderColorScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/polyset.h:21:2: style: Class 'PolySet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/CGALRenderer.h:9:2: style: Class 'CGALRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/CGAL_OGL_Polyhedron.h:53:2: style: Class 'CGAL_OGL_Polyhedron' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/Polygon2d.h:21:17: style: The function 'memsize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:19:17: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/Polygon2d.h:21:17: note: Function in derived class
openscad-2015.03-2+dfsg/src/Polygon2d.h:22:22: style: The function 'getBoundingBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:20:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/Polygon2d.h:22:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/Polygon2d.h:23:22: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:21:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/Polygon2d.h:23:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/Polygon2d.h:24:23: style: The function 'getDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:22:23: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/Polygon2d.h:24:23: note: Function in derived class
openscad-2015.03-2+dfsg/src/Polygon2d.h:25:15: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:23:15: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/Polygon2d.h:25:15: note: Function in derived class
openscad-2015.03-2+dfsg/src/Polygon2d.h:26:20: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:24:20: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/Polygon2d.h:26:20: note: Function in derived class
openscad-2015.03-2+dfsg/src/polyset.h:24:17: style: The function 'memsize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:19:17: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/polyset.h:24:17: note: Function in derived class
openscad-2015.03-2+dfsg/src/polyset.h:25:22: style: The function 'getBoundingBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:20:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/polyset.h:25:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/polyset.h:26:22: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:21:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/polyset.h:26:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/polyset.h:27:23: style: The function 'getDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:22:23: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/polyset.h:27:23: note: Function in derived class
openscad-2015.03-2+dfsg/src/polyset.h:28:15: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:23:15: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/polyset.h:28:15: note: Function in derived class
openscad-2015.03-2+dfsg/src/polyset.h:29:20: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/Geometry.h:24:20: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/polyset.h:29:20: note: Function in derived class
openscad-2015.03-2+dfsg/src/CGALRenderer.h:11:15: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/renderer.h:17:15: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/CGALRenderer.h:11:15: note: Function in derived class
openscad-2015.03-2+dfsg/src/CGALRenderer.h:12:15: style: The function 'setColorScheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/renderer.h:48:15: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/CGALRenderer.h:12:15: note: Function in derived class
openscad-2015.03-2+dfsg/src/CGALRenderer.h:13:22: style: The function 'getBoundingBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/renderer.h:18:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/CGALRenderer.h:13:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.cc:14:22: warning: Member variable 'CGAL_Nef_polyhedron::p3' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/CGAL_Nef_polyhedron.h:9:1: warning: The class 'CGAL_Nef_polyhedron' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscad-2015.03-2+dfsg/src/CSGTermEvaluator.h:13:2: warning: Member variable 'CSGTermEvaluator::root' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/cgaladvnode.h:19:2: warning: Member variable 'CgaladvNode::level' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/state.h:11:9: performance: Variable 'matrix_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscad-2015.03-2+dfsg/src/state.h:9:3: style: Class 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/transformnode.h:10:2: style: Class 'TransformNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/colornode.h:10:2: style: Class 'ColorNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/rendernode.h:10:2: style: Class 'RenderNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/GeometryEvaluator.h:16:2: style: Class 'GeometryEvaluator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/GeometryEvaluator.h:41:3: style: Class 'ResultObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/GeometryEvaluator.h:42:3: style: Class 'ResultObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/GeometryEvaluator.h:43:3: style: Class 'ResultObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/GeometryEvaluator.h:44:3: style: Class 'ResultObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/csgnode.h:15:22: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:32:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/csgnode.h:15:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/csgnode.h:16:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:36:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/csgnode.h:16:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/transformnode.h:14:22: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:32:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/transformnode.h:14:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/transformnode.h:15:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:36:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/transformnode.h:15:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/colornode.h:14:22: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:32:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/colornode.h:14:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/colornode.h:15:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:36:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/colornode.h:15:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/rendernode.h:14:22: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:32:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/rendernode.h:14:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/rendernode.h:15:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:36:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/rendernode.h:15:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/cgaladvnode.h:26:22: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:32:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/cgaladvnode.h:26:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/cgaladvnode.h:27:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:36:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/cgaladvnode.h:27:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/Camera.cc:5:9: warning: Member variable 'Camera::height' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/Camera.h:33:9: style: Technically the member function 'Camera::zoomValue' can be const. [functionConst]
openscad-2015.03-2+dfsg/src/Camera.cc:111:16: note: Technically the member function 'Camera::zoomValue' can be const.
openscad-2015.03-2+dfsg/src/Camera.h:33:9: note: Technically the member function 'Camera::zoomValue' can be const.
openscad-2015.03-2+dfsg/src/Camera.h:28:2: style: Class 'Camera' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/Dock.h:12:9: style: Class 'Dock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/DrawingCallback.cc:34:18: warning: Member variable 'DrawingCallback::polygon' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/DrawingCallback.h:42:32: style: Technically the member function 'DrawingCallback::get_result' can be const. [functionConst]
openscad-2015.03-2+dfsg/src/DrawingCallback.cc:62:48: note: Technically the member function 'DrawingCallback::get_result' can be const.
openscad-2015.03-2+dfsg/src/DrawingCallback.h:42:32: note: Technically the member function 'DrawingCallback::get_result' can be const.
openscad-2015.03-2+dfsg/src/DrawingCallback.h:35:5: style: Class 'DrawingCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/FontCache.cc:342:7: style: Condition '!charmap_set' is always true [knownConditionTrueFalse]
openscad-2015.03-2+dfsg/src/FontCache.cc:341:22: note: Assignment 'charmap_set=false', assigned value is 0
openscad-2015.03-2+dfsg/src/FontCache.cc:342:7: note: Condition '!charmap_set' is always true
openscad-2015.03-2+dfsg/src/FontCache.cc:93:58: style: Function 'defaultInitHandler' argument 1 names different: declaration 'delegate' definition 'initializer'. [funcArgNamesDifferent]
openscad-2015.03-2+dfsg/src/FontCache.h:103:58: note: Function 'defaultInitHandler' argument 1 names different: declaration 'delegate' definition 'initializer'.
openscad-2015.03-2+dfsg/src/FontCache.cc:93:58: note: Function 'defaultInitHandler' argument 1 names different: declaration 'delegate' definition 'initializer'.
openscad-2015.03-2+dfsg/src/FontCache.cc:244:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscad-2015.03-2+dfsg/src/FontCache.cc:257:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscad-2015.03-2+dfsg/src/FontCache.h:85:10: performance: Technically the member function 'FontCache::is_windows_symbol_font' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/FontCache.cc:380:17: note: Technically the member function 'FontCache::is_windows_symbol_font' can be static.
openscad-2015.03-2+dfsg/src/FontCache.h:85:10: note: Technically the member function 'FontCache::is_windows_symbol_font' can be static.
openscad-2015.03-2+dfsg/src/FontCache.h:114:10: performance: Technically the member function 'FontCache::init_pattern' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/FontCache.cc:295:17: note: Technically the member function 'FontCache::init_pattern' can be static.
openscad-2015.03-2+dfsg/src/FontCache.h:114:10: note: Technically the member function 'FontCache::init_pattern' can be static.
openscad-2015.03-2+dfsg/src/FontCache.h:69:5: style: Class 'FontCacheInitializer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/FontListDialog.cc:95:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.cc:276:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.cc:298:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:39:5: style: The class 'Params' does not have a constructor although it has private member variables. [noConstructor]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:140:10: performance: Technically the member function 'FreetypeRenderer::is_ignored_script' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.cc:139:24: note: Technically the member function 'FreetypeRenderer::is_ignored_script' can be static.
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:140:10: note: Technically the member function 'FreetypeRenderer::is_ignored_script' can be static.
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:144:12: performance: Technically the member function 'FreetypeRenderer::calc_x_offset' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.cc:97:26: note: Technically the member function 'FreetypeRenderer::calc_x_offset' can be static.
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:144:12: note: Technically the member function 'FreetypeRenderer::calc_x_offset' can be static.
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:145:12: performance: Technically the member function 'FreetypeRenderer::calc_y_offset' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.cc:111:26: note: Technically the member function 'FreetypeRenderer::calc_y_offset' can be static.
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:145:12: note: Technically the member function 'FreetypeRenderer::calc_y_offset' can be static.
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:59:35: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:62:35: performance: Function parameter 'font' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:65:40: performance: Function parameter 'direction' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:68:39: performance: Function parameter 'language' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:71:37: performance: Function parameter 'script' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:74:37: performance: Function parameter 'halign' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.h:77:37: performance: Function parameter 'valign' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.cc:97:52: performance: Function parameter 'halign' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/FreetypeRenderer.cc:111:52: performance: Function parameter 'valign' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/GLView.cc:22:9: warning: Member variable 'GLView::width' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/GLView.cc:22:9: warning: Member variable 'GLView::height' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/GLView.cc:22:9: warning: Member variable 'GLView::aspectratio' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/GLView.cc:22:9: warning: Member variable 'GLView::orthomode' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/GLView.h:81:7: performance: Technically the member function 'GLView::decodeMarkerValue' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/GLView.cc:590:14: note: Technically the member function 'GLView::decodeMarkerValue' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:81:7: note: Technically the member function 'GLView::decodeMarkerValue' can be static.
openscad-2015.03-2+dfsg/src/GeometryCache.h:10:2: style: Class 'GeometryCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/GeometryCache.h:28:3: style: Struct 'cache_entry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/GeometryCache.cc:54:6: performance: Possible inefficient checking for 'print_messages_stack' emptiness. [stlSize]
openscad-2015.03-2+dfsg/src/GeometryEvaluator.cc:638:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openscad-2015.03-2+dfsg/src/GeometryEvaluator.cc:447:35: style: C-style pointer casting [cstyleCast]
openscad-2015.03-2+dfsg/src/GeometryEvaluator.cc:593:38: style: C-style pointer casting [cstyleCast]
openscad-2015.03-2+dfsg/src/offsetnode.h:11:2: warning: Member variable 'OffsetNode::chamfer' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/projectionnode.h:10:2: warning: Member variable 'ProjectionNode::convexity' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/textnode.h:14:2: warning: Member variable 'TextNode::params' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/polyclipping/clipper.hpp:227:8: style: Technically the member function 'ClipperLib::ClipperBase::PreserveCollinear' can be const. [functionConst]
openscad-2015.03-2+dfsg/src/polyclipping/clipper.hpp:263:8: style: Technically the member function 'ClipperLib::Clipper::ReverseSolution' can be const. [functionConst]
openscad-2015.03-2+dfsg/src/polyclipping/clipper.hpp:265:8: style: Technically the member function 'ClipperLib::Clipper::StrictlySimple' can be const. [functionConst]
openscad-2015.03-2+dfsg/src/polyclipping/clipper.hpp:120:3: style: Struct 'DoublePoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/polyclipping/clipper.hpp:253:3: style: Class 'Clipper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/polyclipping/clipper.hpp:383:5: style: Class 'clipperException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/offsetnode.h:11:2: style: Class 'OffsetNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/linearextrudenode.h:10:2: style: Class 'LinearExtrudeNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/rotateextrudenode.h:10:2: style: Class 'RotateExtrudeNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/projectionnode.h:10:2: style: Class 'ProjectionNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/textnode.h:14:2: style: Class 'TextNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/polyclipping/clipper.hpp:272:8: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/polyclipping/clipper.hpp:233:16: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/polyclipping/clipper.hpp:272:8: note: Function in derived class
openscad-2015.03-2+dfsg/src/offsetnode.h:15:22: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:32:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/offsetnode.h:15:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/offsetnode.h:16:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:36:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/offsetnode.h:16:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/linearextrudenode.h:20:22: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:32:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/linearextrudenode.h:20:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/linearextrudenode.h:21:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:36:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/linearextrudenode.h:21:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/rotateextrudenode.h:18:22: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:32:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/rotateextrudenode.h:18:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/rotateextrudenode.h:19:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:36:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/rotateextrudenode.h:19:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/projectionnode.h:16:22: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:32:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/projectionnode.h:16:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/projectionnode.h:17:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:36:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/projectionnode.h:17:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/textnode.h:20:22: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:32:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/textnode.h:20:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/textnode.h:21:22: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/node.h:36:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/textnode.h:21:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/GeometryEvaluator.cc:110:6: performance: Possible inefficient checking for 'children' emptiness. [stlSize]
openscad-2015.03-2+dfsg/src/GeometryEvaluator.cc:164:6: performance: Possible inefficient checking for 'points' emptiness. [stlSize]
openscad-2015.03-2+dfsg/src/GeometryUtils.cc:152:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscad-2015.03-2+dfsg/src/Reindexer.h:46:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscad-2015.03-2+dfsg/src/grid.h:32:2: style: Class 'Grid2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/grid.h:107:2: style: Class 'Grid3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/version_check.h:29:0: error: #error GNU GMP library missing or version too old. See README.md. To force compile, run qmake CONFIG+=skip-version-check [preprocessorErrorDirective]
openscad-2015.03-2+dfsg/src/LibraryInfoDialog.h:14:5: style: Class 'LibraryInfoDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::renderer' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::colorscheme' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::far_far_away' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::width' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::height' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::aspectratio' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::orthomode' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::showaxes' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::showfaces' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::showedges' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::showcrosshairs' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/NULLGL.cc:3:9: warning: Member variable 'GLView::showscale' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/GLView.h:38:7: performance: Technically the member function 'GLView::initializeGL' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/NULLGL.cc:5:14: note: Technically the member function 'GLView::initializeGL' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:38:7: note: Technically the member function 'GLView::initializeGL' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:39:7: performance: Technically the member function 'GLView::resizeGL' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/NULLGL.cc:6:14: note: Technically the member function 'GLView::resizeGL' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:39:7: note: Technically the member function 'GLView::resizeGL' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:42:7: performance: Technically the member function 'GLView::setCamera' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/NULLGL.cc:7:14: note: Technically the member function 'GLView::setCamera' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:42:7: note: Technically the member function 'GLView::setCamera' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:45:7: performance: Technically the member function 'GLView::setColorScheme' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/NULLGL.cc:12:14: note: Technically the member function 'GLView::setColorScheme' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:45:7: note: Technically the member function 'GLView::setColorScheme' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:46:7: performance: Technically the member function 'GLView::setColorScheme' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/NULLGL.cc:13:14: note: Technically the member function 'GLView::setColorScheme' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:46:7: note: Technically the member function 'GLView::setColorScheme' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:77:7: performance: Technically the member function 'GLView::showCrosshairs' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/NULLGL.cc:11:14: note: Technically the member function 'GLView::showCrosshairs' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:77:7: note: Technically the member function 'GLView::showCrosshairs' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:78:7: performance: Technically the member function 'GLView::showAxes' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/NULLGL.cc:10:14: note: Technically the member function 'GLView::showAxes' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:78:7: note: Technically the member function 'GLView::showAxes' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:79:7: performance: Technically the member function 'GLView::showSmallaxes' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/NULLGL.cc:9:14: note: Technically the member function 'GLView::showSmallaxes' can be static.
openscad-2015.03-2+dfsg/src/GLView.h:79:7: note: Technically the member function 'GLView::showSmallaxes' can be static.
openscad-2015.03-2+dfsg/src/ThrownTogetherRenderer.h:13:7: performance: Technically the member function 'ThrownTogetherRenderer::renderCSGChain' can be static. [functionStatic]
openscad-2015.03-2+dfsg/src/NULLGL.cc:20:30: note: Technically the member function 'ThrownTogetherRenderer::renderCSGChain' can be static.
openscad-2015.03-2+dfsg/src/ThrownTogetherRenderer.h:13:7: note: Technically the member function 'ThrownTogetherRenderer::renderCSGChain' can be static.
openscad-2015.03-2+dfsg/src/ThrownTogetherRenderer.h:10:15: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/renderer.h:17:15: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/ThrownTogetherRenderer.h:10:15: note: Function in derived class
openscad-2015.03-2+dfsg/src/ThrownTogetherRenderer.h:11:22: style: The function 'getBoundingBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/renderer.h:18:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/ThrownTogetherRenderer.h:11:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/OffscreenContextGLX.cc:234:28: error: Memory is allocated but not initialized: ctx [uninitdata]
openscad-2015.03-2+dfsg/src/OffscreenContextGLX.cc:239:35: error: Memory is allocated but not initialized: ctx [uninitdata]
openscad-2015.03-2+dfsg/src/OffscreenContextNULL.cc:40:28: error: Memory is allocated but not initialized: ctx [uninitdata]
openscad-2015.03-2+dfsg/src/OffscreenContextWGL.cc:205:28: error: Memory is allocated but not initialized: ctx [uninitdata]
openscad-2015.03-2+dfsg/src/OffscreenContextWGL.cc:210:35: error: Memory is allocated but not initialized: ctx [uninitdata]
openscad-2015.03-2+dfsg/src/OffscreenView.h:23:7: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/GLView.h:49:15: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/OffscreenView.h:23:7: note: Function in derived class
openscad-2015.03-2+dfsg/src/OffscreenView.h:24:14: style: The function 'getRendererInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/GLView.h:50:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/OffscreenView.h:24:14: note: Function in derived class
openscad-2015.03-2+dfsg/src/OpenCSGRenderer.cc:39:2: warning: Member variable 'OpenCSGPrim::csgmode' is not initialized in the constructor. [uninitMemberVar]
openscad-2015.03-2+dfsg/src/OpenCSGRenderer.h:11:15: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/renderer.h:17:15: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/OpenCSGRenderer.h:11:15: note: Function in derived class
openscad-2015.03-2+dfsg/src/OpenCSGRenderer.h:12:22: style: The function 'getBoundingBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscad-2015.03-2+dfsg/src/renderer.h:18:22: note: Virtual function in base class
openscad-2015.03-2+dfsg/src/OpenCSGRenderer.h:12:22: note: Function in derived class
openscad-2015.03-2+dfsg/src/OpenCSGWarningDialog.h:10:2: style: Class 'OpenCSGWarningDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscad-2015.03-2+dfsg/src/settings.h:29:37: performance: Function parameter 'category' should be passed by const reference. [passedByValue]
openscad-2015.03-2+dfsg/src/settings.h:29:65: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
[13:09]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/o/openscad-mcad/openscad-mcad_2014.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openscap/openscap_1.2.9.orig.tar.gz
openscap-1.2.9/lib/memchr.c:95:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
openscap-1.2.9/lib/xsize.h:31:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
openscap-1.2.9/src/CCE/cce.c:87:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openscap-1.2.9/src/CCE/cce.c:62:39: style: Function 'cce_entry_free' argument 1 names different: declaration 'ref' definition 'cce'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/cce_priv.h:68:39: note: Function 'cce_entry_free' argument 1 names different: declaration 'ref' definition 'cce'.
openscap-1.2.9/src/CCE/cce.c:62:39: note: Function 'cce_entry_free' argument 1 names different: declaration 'ref' definition 'cce'.
openscap-1.2.9/src/CCE/cce.c:137:1: style: Function 'cce_get_entries' argument 1 names different: declaration 'cce' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/public/cce.h:67:62: note: Function 'cce_get_entries' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:137:1: note: Function 'cce_get_entries' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:138:5: style: Function 'cce_get_entry' argument 1 names different: declaration 'cce' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/public/cce.h:74:51: note: Function 'cce_get_entry' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:138:5: note: Function 'cce_get_entry' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:138:5: style: Function 'cce_get_entry' argument 2 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/public/cce.h:74:68: note: Function 'cce_get_entry' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/CCE/cce.c:138:5: note: Function 'cce_get_entry' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/CCE/cce.c:141:1: style: Function 'cce_entry_get_id' argument 1 names different: declaration 'cce' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/public/cce.h:80:54: note: Function 'cce_entry_get_id' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:141:1: note: Function 'cce_entry_get_id' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:142:1: style: Function 'cce_entry_get_description' argument 1 names different: declaration 'cce' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/public/cce.h:86:63: note: Function 'cce_entry_get_description' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:142:1: note: Function 'cce_entry_get_description' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:143:1: style: Function 'cce_entry_get_params' argument 1 names different: declaration 'cce' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/public/cce.h:92:76: note: Function 'cce_entry_get_params' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:143:1: note: Function 'cce_entry_get_params' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:144:1: style: Function 'cce_entry_get_tech_mechs' argument 1 names different: declaration 'cce' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/public/cce.h:98:80: note: Function 'cce_entry_get_tech_mechs' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:144:1: note: Function 'cce_entry_get_tech_mechs' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:144:52: style: Function 'cce_entry_get_references' argument 1 names different: declaration 'cce' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/public/cce.h:104:81: note: Function 'cce_entry_get_references' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:144:52: note: Function 'cce_entry_get_references' argument 1 names different: declaration 'cce' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:145:2: style: Function 'cce_reference_get_source' argument 1 names different: declaration 'ref' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/public/cce.h:110:66: note: Function 'cce_reference_get_source' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:145:2: note: Function 'cce_reference_get_source' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:145:52: style: Function 'cce_reference_get_value' argument 1 names different: declaration 'ref' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/public/cce.h:116:65: note: Function 'cce_reference_get_value' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CCE/cce.c:145:52: note: Function 'cce_reference_get_value' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CCE/cce_priv.c:115:2: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/CCE/cce_priv.c:112:0: note: Variable 'source' is reassigned a value before the old one has been used.
openscap-1.2.9/src/CCE/cce_priv.c:115:2: note: Variable 'source' is reassigned a value before the old one has been used.
openscap-1.2.9/src/CCE/cce_priv.c:55:56: style: Function 'process_node' argument 2 names different: declaration 'cce' definition 'cce_list'. [funcArgNamesDifferent]
openscap-1.2.9/src/CCE/cce_priv.h:60:56: note: Function 'process_node' argument 2 names different: declaration 'cce' definition 'cce_list'.
openscap-1.2.9/src/CCE/cce_priv.c:55:56: note: Function 'process_node' argument 2 names different: declaration 'cce' definition 'cce_list'.
openscap-1.2.9/src/CPE/cpedict.c:134:42: style: Function 'cpe_name_match_dict_str' argument 1 names different: declaration 'cpe' definition 'cpestr'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:895:42: note: Function 'cpe_name_match_dict_str' argument 1 names different: declaration 'cpe' definition 'cpestr'.
openscap-1.2.9/src/CPE/cpedict.c:134:42: note: Function 'cpe_name_match_dict_str' argument 1 names different: declaration 'cpe' definition 'cpestr'.
openscap-1.2.9/src/CPE/cpedict_priv.c:97:1: style: Function 'cpe_item_set_deprecation_date' argument 1 names different: declaration 'item' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:440:53: note: Function 'cpe_item_set_deprecation_date' argument 1 names different: declaration 'item' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:97:1: note: Function 'cpe_item_set_deprecation_date' argument 1 names different: declaration 'item' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:97:1: style: Function 'cpe_item_set_deprecation_date' argument 2 names different: declaration 'new_deprecation_date' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:440:71: note: Function 'cpe_item_set_deprecation_date' argument 2 names different: declaration 'new_deprecation_date' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:97:1: note: Function 'cpe_item_set_deprecation_date' argument 2 names different: declaration 'new_deprecation_date' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:99:1: warning: Function 'cpe_item_add_reference' argument order different: declaration 'item, new_reference' definition 'obj, item' [funcArgOrderDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:509:46: note: Function 'cpe_item_add_reference' argument order different: declaration 'item, new_reference' definition 'obj, item'
openscap-1.2.9/src/CPE/cpedict_priv.c:99:1: note: Function 'cpe_item_add_reference' argument order different: declaration 'item, new_reference' definition 'obj, item'
openscap-1.2.9/src/CPE/cpedict_priv.c:100:1: warning: Function 'cpe_item_add_check' argument order different: declaration 'item, new_check' definition 'obj, item' [funcArgOrderDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:512:42: note: Function 'cpe_item_add_check' argument order different: declaration 'item, new_check' definition 'obj, item'
openscap-1.2.9/src/CPE/cpedict_priv.c:100:1: note: Function 'cpe_item_add_check' argument order different: declaration 'item, new_check' definition 'obj, item'
openscap-1.2.9/src/CPE/cpedict_priv.c:101:1: warning: Function 'cpe_item_add_title' argument order different: declaration 'item, new_title' definition 'obj, item' [funcArgOrderDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:515:42: note: Function 'cpe_item_add_title' argument order different: declaration 'item, new_title' definition 'obj, item'
openscap-1.2.9/src/CPE/cpedict_priv.c:101:1: note: Function 'cpe_item_add_title' argument order different: declaration 'item, new_title' definition 'obj, item'
openscap-1.2.9/src/CPE/cpedict_priv.c:118:1: style: Function 'cpe_item_metadata_set_modification_date' argument 1 names different: declaration 'item_metadata' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:443:72: note: Function 'cpe_item_metadata_set_modification_date' argument 1 names different: declaration 'item_metadata' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:118:1: note: Function 'cpe_item_metadata_set_modification_date' argument 1 names different: declaration 'item_metadata' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:118:1: style: Function 'cpe_item_metadata_set_modification_date' argument 2 names different: declaration 'new_modification_date' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:444:23: note: Function 'cpe_item_metadata_set_modification_date' argument 2 names different: declaration 'new_modification_date' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:118:1: note: Function 'cpe_item_metadata_set_modification_date' argument 2 names different: declaration 'new_modification_date' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:119:5: style: Function 'cpe_item_metadata_set_status' argument 1 names different: declaration 'item_metadata' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:447:61: note: Function 'cpe_item_metadata_set_status' argument 1 names different: declaration 'item_metadata' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:119:5: note: Function 'cpe_item_metadata_set_status' argument 1 names different: declaration 'item_metadata' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:119:5: style: Function 'cpe_item_metadata_set_status' argument 2 names different: declaration 'new_status' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:447:88: note: Function 'cpe_item_metadata_set_status' argument 2 names different: declaration 'new_status' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:119:5: note: Function 'cpe_item_metadata_set_status' argument 2 names different: declaration 'new_status' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:120:5: style: Function 'cpe_item_metadata_set_nvd_id' argument 1 names different: declaration 'item_metadata' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:450:61: note: Function 'cpe_item_metadata_set_nvd_id' argument 1 names different: declaration 'item_metadata' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:120:5: note: Function 'cpe_item_metadata_set_nvd_id' argument 1 names different: declaration 'item_metadata' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:120:5: style: Function 'cpe_item_metadata_set_nvd_id' argument 2 names different: declaration 'new_nvd_id' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:450:88: note: Function 'cpe_item_metadata_set_nvd_id' argument 2 names different: declaration 'new_nvd_id' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:120:5: note: Function 'cpe_item_metadata_set_nvd_id' argument 2 names different: declaration 'new_nvd_id' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:121:5: style: Function 'cpe_item_metadata_set_deprecated_by_nvd_id' argument 1 names different: declaration 'item_metadata' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:453:75: note: Function 'cpe_item_metadata_set_deprecated_by_nvd_id' argument 1 names different: declaration 'item_metadata' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:121:5: note: Function 'cpe_item_metadata_set_deprecated_by_nvd_id' argument 1 names different: declaration 'item_metadata' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:121:5: style: Function 'cpe_item_metadata_set_deprecated_by_nvd_id' argument 2 names different: declaration 'new_deprecated_by_nvd_id' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:454:19: note: Function 'cpe_item_metadata_set_deprecated_by_nvd_id' argument 2 names different: declaration 'new_deprecated_by_nvd_id' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:121:5: note: Function 'cpe_item_metadata_set_deprecated_by_nvd_id' argument 2 names different: declaration 'new_deprecated_by_nvd_id' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:130:1: style: Function 'cpe_check_set_system' argument 1 names different: declaration 'check' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:457:45: note: Function 'cpe_check_set_system' argument 1 names different: declaration 'check' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:130:1: note: Function 'cpe_check_set_system' argument 1 names different: declaration 'check' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:130:1: style: Function 'cpe_check_set_system' argument 2 names different: declaration 'new_system' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:457:64: note: Function 'cpe_check_set_system' argument 2 names different: declaration 'new_system' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:130:1: note: Function 'cpe_check_set_system' argument 2 names different: declaration 'new_system' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:131:5: style: Function 'cpe_check_set_href' argument 1 names different: declaration 'check' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:460:43: note: Function 'cpe_check_set_href' argument 1 names different: declaration 'check' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:131:5: note: Function 'cpe_check_set_href' argument 1 names different: declaration 'check' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:131:5: style: Function 'cpe_check_set_href' argument 2 names different: declaration 'new_href' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:460:62: note: Function 'cpe_check_set_href' argument 2 names different: declaration 'new_href' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:131:5: note: Function 'cpe_check_set_href' argument 2 names different: declaration 'new_href' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:132:5: style: Function 'cpe_check_set_identifier' argument 1 names different: declaration 'check' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:463:49: note: Function 'cpe_check_set_identifier' argument 1 names different: declaration 'check' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:132:5: note: Function 'cpe_check_set_identifier' argument 1 names different: declaration 'check' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:132:5: style: Function 'cpe_check_set_identifier' argument 2 names different: declaration 'new_identifier' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:463:68: note: Function 'cpe_check_set_identifier' argument 2 names different: declaration 'new_identifier' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:132:5: note: Function 'cpe_check_set_identifier' argument 2 names different: declaration 'new_identifier' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:140:1: style: Function 'cpe_reference_set_href' argument 1 names different: declaration 'reference' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:466:51: note: Function 'cpe_reference_set_href' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:140:1: note: Function 'cpe_reference_set_href' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:140:1: style: Function 'cpe_reference_set_href' argument 2 names different: declaration 'new_href' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:466:74: note: Function 'cpe_reference_set_href' argument 2 names different: declaration 'new_href' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:140:1: note: Function 'cpe_reference_set_href' argument 2 names different: declaration 'new_href' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:141:5: style: Function 'cpe_reference_set_content' argument 1 names different: declaration 'reference' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:469:54: note: Function 'cpe_reference_set_content' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:141:5: note: Function 'cpe_reference_set_content' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:141:5: style: Function 'cpe_reference_set_content' argument 2 names different: declaration 'new_content' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:469:77: note: Function 'cpe_reference_set_content' argument 2 names different: declaration 'new_content' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:141:5: note: Function 'cpe_reference_set_content' argument 2 names different: declaration 'new_content' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:151:1: style: Function 'cpe_generator_set_product_name' argument 1 names different: declaration 'generator' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:472:59: note: Function 'cpe_generator_set_product_name' argument 1 names different: declaration 'generator' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:151:1: note: Function 'cpe_generator_set_product_name' argument 1 names different: declaration 'generator' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:151:1: style: Function 'cpe_generator_set_product_name' argument 2 names different: declaration 'new_product_name' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:472:82: note: Function 'cpe_generator_set_product_name' argument 2 names different: declaration 'new_product_name' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:151:1: note: Function 'cpe_generator_set_product_name' argument 2 names different: declaration 'new_product_name' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:152:5: style: Function 'cpe_generator_set_product_version' argument 1 names different: declaration 'generator' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:475:62: note: Function 'cpe_generator_set_product_version' argument 1 names different: declaration 'generator' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:152:5: note: Function 'cpe_generator_set_product_version' argument 1 names different: declaration 'generator' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:152:5: style: Function 'cpe_generator_set_product_version' argument 2 names different: declaration 'new_product_version' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:475:85: note: Function 'cpe_generator_set_product_version' argument 2 names different: declaration 'new_product_version' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:152:5: note: Function 'cpe_generator_set_product_version' argument 2 names different: declaration 'new_product_version' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:153:5: style: Function 'cpe_generator_set_schema_version' argument 1 names different: declaration 'generator' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:478:61: note: Function 'cpe_generator_set_schema_version' argument 1 names different: declaration 'generator' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:153:5: note: Function 'cpe_generator_set_schema_version' argument 1 names different: declaration 'generator' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:153:5: style: Function 'cpe_generator_set_schema_version' argument 2 names different: declaration 'new_schema_version' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:478:84: note: Function 'cpe_generator_set_schema_version' argument 2 names different: declaration 'new_schema_version' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:153:5: note: Function 'cpe_generator_set_schema_version' argument 2 names different: declaration 'new_schema_version' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:154:5: style: Function 'cpe_generator_set_timestamp' argument 1 names different: declaration 'generator' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:481:56: note: Function 'cpe_generator_set_timestamp' argument 1 names different: declaration 'generator' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:154:5: note: Function 'cpe_generator_set_timestamp' argument 1 names different: declaration 'generator' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:154:5: style: Function 'cpe_generator_set_timestamp' argument 2 names different: declaration 'new_timestamp' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:481:79: note: Function 'cpe_generator_set_timestamp' argument 2 names different: declaration 'new_timestamp' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:154:5: note: Function 'cpe_generator_set_timestamp' argument 2 names different: declaration 'new_timestamp' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:157:1: style: Function 'cpe_dict_model_set_base_version' argument 1 names different: declaration 'item' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:275:61: note: Function 'cpe_dict_model_set_base_version' argument 1 names different: declaration 'item' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:157:1: note: Function 'cpe_dict_model_set_base_version' argument 1 names different: declaration 'item' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:157:1: style: Function 'cpe_dict_model_set_base_version' argument 2 names different: declaration 'base_version' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:275:71: note: Function 'cpe_dict_model_set_base_version' argument 2 names different: declaration 'base_version' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:157:1: note: Function 'cpe_dict_model_set_base_version' argument 2 names different: declaration 'base_version' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:160:1: style: Function 'cpe_dict_model_add_vendor' argument 1 names different: declaration 'dict' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:525:55: note: Function 'cpe_dict_model_add_vendor' argument 1 names different: declaration 'dict' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:160:1: note: Function 'cpe_dict_model_add_vendor' argument 1 names different: declaration 'dict' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:160:1: style: Function 'cpe_dict_model_add_vendor' argument 2 names different: declaration 'new_vendor' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:525:80: note: Function 'cpe_dict_model_add_vendor' argument 2 names different: declaration 'new_vendor' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:160:1: note: Function 'cpe_dict_model_add_vendor' argument 2 names different: declaration 'new_vendor' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:172:1: style: Function 'cpe_vendor_set_value' argument 1 names different: declaration 'vendor' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:484:46: note: Function 'cpe_vendor_set_value' argument 1 names different: declaration 'vendor' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:172:1: note: Function 'cpe_vendor_set_value' argument 1 names different: declaration 'vendor' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:172:1: style: Function 'cpe_vendor_set_value' argument 2 names different: declaration 'new_value' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:484:66: note: Function 'cpe_vendor_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:172:1: note: Function 'cpe_vendor_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:173:5: style: Function 'cpe_vendor_add_title' argument 1 names different: declaration 'vendor' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:528:46: note: Function 'cpe_vendor_add_title' argument 1 names different: declaration 'vendor' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:173:5: note: Function 'cpe_vendor_add_title' argument 1 names different: declaration 'vendor' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:173:5: style: Function 'cpe_vendor_add_title' argument 2 names different: declaration 'new_title' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:528:73: note: Function 'cpe_vendor_add_title' argument 2 names different: declaration 'new_title' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:173:5: note: Function 'cpe_vendor_add_title' argument 2 names different: declaration 'new_title' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:174:5: style: Function 'cpe_vendor_add_product' argument 1 names different: declaration 'vendor' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:531:48: note: Function 'cpe_vendor_add_product' argument 1 names different: declaration 'vendor' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:174:5: note: Function 'cpe_vendor_add_product' argument 1 names different: declaration 'vendor' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:174:5: style: Function 'cpe_vendor_add_product' argument 2 names different: declaration 'new_product' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:531:76: note: Function 'cpe_vendor_add_product' argument 2 names different: declaration 'new_product' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:174:5: note: Function 'cpe_vendor_add_product' argument 2 names different: declaration 'new_product' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:184:1: style: Function 'cpe_product_set_value' argument 1 names different: declaration 'product' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:487:48: note: Function 'cpe_product_set_value' argument 1 names different: declaration 'product' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:184:1: note: Function 'cpe_product_set_value' argument 1 names different: declaration 'product' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:184:1: style: Function 'cpe_product_set_value' argument 2 names different: declaration 'new_value' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:487:69: note: Function 'cpe_product_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:184:1: note: Function 'cpe_product_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:185:5: style: Function 'cpe_product_set_part' argument 1 names different: declaration 'product' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:490:47: note: Function 'cpe_product_set_part' argument 1 names different: declaration 'product' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:185:5: note: Function 'cpe_product_set_part' argument 1 names different: declaration 'product' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:185:5: style: Function 'cpe_product_set_part' argument 2 names different: declaration 'new_part' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:490:67: note: Function 'cpe_product_set_part' argument 2 names different: declaration 'new_part' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:185:5: note: Function 'cpe_product_set_part' argument 2 names different: declaration 'new_part' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:186:5: style: Function 'cpe_product_add_version' argument 1 names different: declaration 'product' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:534:50: note: Function 'cpe_product_add_version' argument 1 names different: declaration 'product' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:186:5: note: Function 'cpe_product_add_version' argument 1 names different: declaration 'product' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:186:5: style: Function 'cpe_product_add_version' argument 2 names different: declaration 'new_version' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:534:79: note: Function 'cpe_product_add_version' argument 2 names different: declaration 'new_version' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:186:5: note: Function 'cpe_product_add_version' argument 2 names different: declaration 'new_version' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:195:1: style: Function 'cpe_version_set_value' argument 1 names different: declaration 'version' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:493:48: note: Function 'cpe_version_set_value' argument 1 names different: declaration 'version' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:195:1: note: Function 'cpe_version_set_value' argument 1 names different: declaration 'version' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:195:1: style: Function 'cpe_version_set_value' argument 2 names different: declaration 'new_value' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:493:69: note: Function 'cpe_version_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:195:1: note: Function 'cpe_version_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:196:5: style: Function 'cpe_version_add_update' argument 1 names different: declaration 'version' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:537:49: note: Function 'cpe_version_add_update' argument 1 names different: declaration 'version' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:196:5: note: Function 'cpe_version_add_update' argument 1 names different: declaration 'version' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:196:5: style: Function 'cpe_version_add_update' argument 2 names different: declaration 'new_update' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:537:77: note: Function 'cpe_version_add_update' argument 2 names different: declaration 'new_update' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:196:5: note: Function 'cpe_version_add_update' argument 2 names different: declaration 'new_update' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:205:1: style: Function 'cpe_update_set_value' argument 1 names different: declaration 'update' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:496:46: note: Function 'cpe_update_set_value' argument 1 names different: declaration 'update' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:205:1: note: Function 'cpe_update_set_value' argument 1 names different: declaration 'update' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:205:1: style: Function 'cpe_update_set_value' argument 2 names different: declaration 'new_value' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:496:66: note: Function 'cpe_update_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:205:1: note: Function 'cpe_update_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:206:5: style: Function 'cpe_update_add_edition' argument 1 names different: declaration 'update' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:540:48: note: Function 'cpe_update_add_edition' argument 1 names different: declaration 'update' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:206:5: note: Function 'cpe_update_add_edition' argument 1 names different: declaration 'update' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:206:5: style: Function 'cpe_update_add_edition' argument 2 names different: declaration 'new_edition' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:540:76: note: Function 'cpe_update_add_edition' argument 2 names different: declaration 'new_edition' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:206:5: note: Function 'cpe_update_add_edition' argument 2 names different: declaration 'new_edition' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:215:1: style: Function 'cpe_edition_set_value' argument 1 names different: declaration 'edition' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:499:48: note: Function 'cpe_edition_set_value' argument 1 names different: declaration 'edition' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:215:1: note: Function 'cpe_edition_set_value' argument 1 names different: declaration 'edition' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:215:1: style: Function 'cpe_edition_set_value' argument 2 names different: declaration 'new_value' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:499:69: note: Function 'cpe_edition_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:215:1: note: Function 'cpe_edition_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:216:5: style: Function 'cpe_edition_add_language' argument 1 names different: declaration 'edition' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:543:51: note: Function 'cpe_edition_add_language' argument 1 names different: declaration 'edition' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:216:5: note: Function 'cpe_edition_add_language' argument 1 names different: declaration 'edition' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:216:5: style: Function 'cpe_edition_add_language' argument 2 names different: declaration 'new_language' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:543:81: note: Function 'cpe_edition_add_language' argument 2 names different: declaration 'new_language' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:216:5: note: Function 'cpe_edition_add_language' argument 2 names different: declaration 'new_language' definition 'item'.
openscap-1.2.9/src/CPE/cpedict_priv.c:224:1: style: Function 'cpe_language_set_value' argument 1 names different: declaration 'language' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:502:50: note: Function 'cpe_language_set_value' argument 1 names different: declaration 'language' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:224:1: note: Function 'cpe_language_set_value' argument 1 names different: declaration 'language' definition 'obj'.
openscap-1.2.9/src/CPE/cpedict_priv.c:224:1: style: Function 'cpe_language_set_value' argument 2 names different: declaration 'new_value' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_dict.h:502:72: note: Function 'cpe_language_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpedict_priv.c:224:1: note: Function 'cpe_language_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CPE/cpelang.c:186:133: style: Function 'cpe_platform_applicable_lang_model' argument 4 names different: declaration 'dict_cb' definition 'dict_fn'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:194:133: note: Function 'cpe_platform_applicable_lang_model' argument 4 names different: declaration 'dict_cb' definition 'dict_fn'.
openscap-1.2.9/src/CPE/cpelang.c:186:133: note: Function 'cpe_platform_applicable_lang_model' argument 4 names different: declaration 'dict_cb' definition 'dict_fn'.
openscap-1.2.9/src/CPE/cpelang.c:108:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/CPE/cpelang_priv.c:322:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/CPE/cpelang_priv.c:317:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openscap-1.2.9/src/CPE/cpelang_priv.c:322:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openscap-1.2.9/src/CPE/cpelang_priv.c:80:1: style: Function 'cpe_platform_set_id' argument 1 names different: declaration 'platform' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:257:47: note: Function 'cpe_platform_set_id' argument 1 names different: declaration 'platform' definition 'obj'.
openscap-1.2.9/src/CPE/cpelang_priv.c:80:1: note: Function 'cpe_platform_set_id' argument 1 names different: declaration 'platform' definition 'obj'.
openscap-1.2.9/src/CPE/cpelang_priv.c:80:1: style: Function 'cpe_platform_set_id' argument 2 names different: declaration 'new_id' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:257:69: note: Function 'cpe_platform_set_id' argument 2 names different: declaration 'new_id' definition 'newval'.
openscap-1.2.9/src/CPE/cpelang_priv.c:80:1: note: Function 'cpe_platform_set_id' argument 2 names different: declaration 'new_id' definition 'newval'.
openscap-1.2.9/src/CPE/cpelang_priv.c:81:1: style: Function 'cpe_platform_set_remark' argument 1 names different: declaration 'platform' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:262:51: note: Function 'cpe_platform_set_remark' argument 1 names different: declaration 'platform' definition 'obj'.
openscap-1.2.9/src/CPE/cpelang_priv.c:81:1: note: Function 'cpe_platform_set_remark' argument 1 names different: declaration 'platform' definition 'obj'.
openscap-1.2.9/src/CPE/cpelang_priv.c:81:1: style: Function 'cpe_platform_set_remark' argument 2 names different: declaration 'new_remark' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:262:73: note: Function 'cpe_platform_set_remark' argument 2 names different: declaration 'new_remark' definition 'newval'.
openscap-1.2.9/src/CPE/cpelang_priv.c:81:1: note: Function 'cpe_platform_set_remark' argument 2 names different: declaration 'new_remark' definition 'newval'.
openscap-1.2.9/src/CPE/cpelang_priv.c:82:1: style: Function 'cpe_platform_add_title' argument 1 names different: declaration 'platform' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:237:50: note: Function 'cpe_platform_add_title' argument 1 names different: declaration 'platform' definition 'obj'.
openscap-1.2.9/src/CPE/cpelang_priv.c:82:1: note: Function 'cpe_platform_add_title' argument 1 names different: declaration 'platform' definition 'obj'.
openscap-1.2.9/src/CPE/cpelang_priv.c:82:1: style: Function 'cpe_platform_add_title' argument 2 names different: declaration 'title' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:237:79: note: Function 'cpe_platform_add_title' argument 2 names different: declaration 'title' definition 'item'.
openscap-1.2.9/src/CPE/cpelang_priv.c:82:1: note: Function 'cpe_platform_add_title' argument 2 names different: declaration 'title' definition 'item'.
openscap-1.2.9/src/CPE/cpelang_priv.c:653:85: style: Function 'cpe_testexpr_get_meta_expr' argument 1 names different: declaration 'item' definition 'expr'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:137:85: note: Function 'cpe_testexpr_get_meta_expr' argument 1 names different: declaration 'item' definition 'expr'.
openscap-1.2.9/src/CPE/cpelang_priv.c:653:85: note: Function 'cpe_testexpr_get_meta_expr' argument 1 names different: declaration 'item' definition 'expr'.
openscap-1.2.9/src/CPE/cpelang_priv.c:661:77: style: Function 'cpe_testexpr_get_meta_cpe' argument 1 names different: declaration 'item' definition 'expr'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:144:77: note: Function 'cpe_testexpr_get_meta_cpe' argument 1 names different: declaration 'item' definition 'expr'.
openscap-1.2.9/src/CPE/cpelang_priv.c:661:77: note: Function 'cpe_testexpr_get_meta_cpe' argument 1 names different: declaration 'item' definition 'expr'.
openscap-1.2.9/src/CPE/cpelang_priv.c:669:75: style: Function 'cpe_testexpr_get_meta_check_system' argument 1 names different: declaration 'item' definition 'expr'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:151:75: note: Function 'cpe_testexpr_get_meta_check_system' argument 1 names different: declaration 'item' definition 'expr'.
openscap-1.2.9/src/CPE/cpelang_priv.c:669:75: note: Function 'cpe_testexpr_get_meta_check_system' argument 1 names different: declaration 'item' definition 'expr'.
openscap-1.2.9/src/CPE/cpelang_priv.c:677:73: style: Function 'cpe_testexpr_get_meta_check_href' argument 1 names different: declaration 'item' definition 'expr'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:158:73: note: Function 'cpe_testexpr_get_meta_check_href' argument 1 names different: declaration 'item' definition 'expr'.
openscap-1.2.9/src/CPE/cpelang_priv.c:677:73: note: Function 'cpe_testexpr_get_meta_check_href' argument 1 names different: declaration 'item' definition 'expr'.
openscap-1.2.9/src/CPE/cpelang_priv.c:685:71: style: Function 'cpe_testexpr_get_meta_check_id' argument 1 names different: declaration 'item' definition 'expr'. [funcArgNamesDifferent]
openscap-1.2.9/src/CPE/public/cpe_lang.h:165:71: note: Function 'cpe_testexpr_get_meta_check_id' argument 1 names different: declaration 'item' definition 'expr'.
openscap-1.2.9/src/CPE/cpelang_priv.c:685:71: note: Function 'cpe_testexpr_get_meta_check_id' argument 1 names different: declaration 'item' definition 'expr'.
openscap-1.2.9/src/CPE/cpelang_priv.c:384:3: style: Variable 'elem_cnt' is modified but its new value is never used. [unreadVariable]
openscap-1.2.9/src/CPE/cpename.c:229:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openscap-1.2.9/src/CPE/cpename.c:570:26: style: The scope of the variable 'tcpe' can be reduced. [variableScope]
openscap-1.2.9/src/CPE/cpename.c:712:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
openscap-1.2.9/src/CPE/cpename.c:293:23: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openscap-1.2.9/src/CVE/cve_priv.c:70:5: style: Function 'cve_model_get_entries' argument 1 names different: declaration 'cve_model' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:94:74: note: Function 'cve_model_get_entries' argument 1 names different: declaration 'cve_model' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:70:5: note: Function 'cve_model_get_entries' argument 1 names different: declaration 'cve_model' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:70:5: style: Function 'cve_model_add_entry' argument 1 names different: declaration 'model' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:241:44: note: Function 'cve_model_add_entry' argument 1 names different: declaration 'model' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:70:5: note: Function 'cve_model_add_entry' argument 1 names different: declaration 'model' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:70:5: style: Function 'cve_model_add_entry' argument 2 names different: declaration 'new_entry' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:241:69: note: Function 'cve_model_add_entry' argument 2 names different: declaration 'new_entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:70:5: note: Function 'cve_model_add_entry' argument 2 names different: declaration 'new_entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:84:1: style: Function 'cve_reference_get_value' argument 1 names different: declaration 'ref' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:129:65: note: Function 'cve_reference_get_value' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:84:1: note: Function 'cve_reference_get_value' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:84:1: style: Function 'cve_reference_set_value' argument 1 names different: declaration 'reference' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:311:52: note: Function 'cve_reference_set_value' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:84:1: note: Function 'cve_reference_set_value' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:84:1: style: Function 'cve_reference_set_value' argument 2 names different: declaration 'new_value' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:311:75: note: Function 'cve_reference_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:84:1: note: Function 'cve_reference_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:85:5: style: Function 'cve_reference_get_href' argument 1 names different: declaration 'ref' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:136:64: note: Function 'cve_reference_get_href' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:85:5: note: Function 'cve_reference_get_href' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:85:5: style: Function 'cve_reference_set_href' argument 1 names different: declaration 'reference' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:319:51: note: Function 'cve_reference_set_href' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:85:5: note: Function 'cve_reference_set_href' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:85:5: style: Function 'cve_reference_set_href' argument 2 names different: declaration 'new_href' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:319:74: note: Function 'cve_reference_set_href' argument 2 names different: declaration 'new_href' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:85:5: note: Function 'cve_reference_set_href' argument 2 names different: declaration 'new_href' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:86:5: style: Function 'cve_reference_get_type' argument 1 names different: declaration 'ref' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:143:64: note: Function 'cve_reference_get_type' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:86:5: note: Function 'cve_reference_get_type' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:86:5: style: Function 'cve_reference_set_type' argument 1 names different: declaration 'reference' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:327:51: note: Function 'cve_reference_set_type' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:86:5: note: Function 'cve_reference_set_type' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:86:5: style: Function 'cve_reference_set_type' argument 2 names different: declaration 'new_type' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:327:74: note: Function 'cve_reference_set_type' argument 2 names different: declaration 'new_type' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:86:5: note: Function 'cve_reference_set_type' argument 2 names different: declaration 'new_type' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:87:5: style: Function 'cve_reference_get_source' argument 1 names different: declaration 'ref' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:150:66: note: Function 'cve_reference_get_source' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:87:5: note: Function 'cve_reference_get_source' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:87:5: style: Function 'cve_reference_set_source' argument 1 names different: declaration 'reference' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:335:53: note: Function 'cve_reference_set_source' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:87:5: note: Function 'cve_reference_set_source' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:87:5: style: Function 'cve_reference_set_source' argument 2 names different: declaration 'new_source' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:335:76: note: Function 'cve_reference_set_source' argument 2 names different: declaration 'new_source' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:87:5: note: Function 'cve_reference_set_source' argument 2 names different: declaration 'new_source' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:88:5: style: Function 'cve_reference_get_lang' argument 1 names different: declaration 'ref' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:152:64: note: Function 'cve_reference_get_lang' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:88:5: note: Function 'cve_reference_get_lang' argument 1 names different: declaration 'ref' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:88:5: style: Function 'cve_reference_set_lang' argument 1 names different: declaration 'reference' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:338:51: note: Function 'cve_reference_set_lang' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:88:5: note: Function 'cve_reference_set_lang' argument 1 names different: declaration 'reference' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:88:5: style: Function 'cve_reference_set_lang' argument 2 names different: declaration 'new_lang' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:338:74: note: Function 'cve_reference_set_lang' argument 2 names different: declaration 'new_lang' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:88:5: note: Function 'cve_reference_set_lang' argument 2 names different: declaration 'new_lang' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:95:1: style: Function 'cve_summary_get_summary' argument 1 names different: declaration 'summary' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:159:63: note: Function 'cve_summary_get_summary' argument 1 names different: declaration 'summary' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:95:1: note: Function 'cve_summary_get_summary' argument 1 names different: declaration 'summary' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:95:1: style: Function 'cve_summary_set_summary' argument 1 names different: declaration 'summary' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:363:50: note: Function 'cve_summary_set_summary' argument 1 names different: declaration 'summary' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:95:1: note: Function 'cve_summary_set_summary' argument 1 names different: declaration 'summary' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:95:1: style: Function 'cve_summary_set_summary' argument 2 names different: declaration 'new_summary' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:363:71: note: Function 'cve_summary_set_summary' argument 2 names different: declaration 'new_summary' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:95:1: note: Function 'cve_summary_set_summary' argument 2 names different: declaration 'new_summary' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:102:1: style: Function 'cve_product_get_value' argument 1 names different: declaration 'product' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:165:61: note: Function 'cve_product_get_value' argument 1 names different: declaration 'product' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:102:1: note: Function 'cve_product_get_value' argument 1 names different: declaration 'product' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:102:1: style: Function 'cve_product_set_value' argument 1 names different: declaration 'product' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:355:48: note: Function 'cve_product_set_value' argument 1 names different: declaration 'product' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:102:1: note: Function 'cve_product_set_value' argument 1 names different: declaration 'product' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:102:1: style: Function 'cve_product_set_value' argument 2 names different: declaration 'new_value' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:355:69: note: Function 'cve_product_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:102:1: note: Function 'cve_product_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:109:1: style: Function 'cwe_entry_get_value' argument 1 names different: declaration 'entry' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:171:57: note: Function 'cwe_entry_get_value' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:109:1: note: Function 'cwe_entry_get_value' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:109:1: style: Function 'cwe_entry_set_value' argument 1 names different: declaration 'entry' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:302:44: note: Function 'cwe_entry_set_value' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:109:1: note: Function 'cwe_entry_set_value' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:109:1: style: Function 'cwe_entry_set_value' argument 2 names different: declaration 'new_value' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:302:63: note: Function 'cwe_entry_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:109:1: note: Function 'cwe_entry_set_value' argument 2 names different: declaration 'new_value' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:117:1: style: Function 'cve_configuration_get_id' argument 1 names different: declaration 'conf' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:177:70: note: Function 'cve_configuration_get_id' argument 1 names different: declaration 'conf' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:117:1: note: Function 'cve_configuration_get_id' argument 1 names different: declaration 'conf' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:117:1: style: Function 'cve_configuration_set_id' argument 1 names different: declaration 'conf' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:347:57: note: Function 'cve_configuration_set_id' argument 1 names different: declaration 'conf' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:117:1: note: Function 'cve_configuration_set_id' argument 1 names different: declaration 'conf' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:117:1: style: Function 'cve_configuration_set_id' argument 2 names different: declaration 'new_id' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:347:75: note: Function 'cve_configuration_set_id' argument 2 names different: declaration 'new_id' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:117:1: note: Function 'cve_configuration_set_id' argument 2 names different: declaration 'new_id' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:134:1: style: Function 'cve_entry_set_id' argument 1 names different: declaration 'entry' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:262:41: note: Function 'cve_entry_set_id' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:134:1: note: Function 'cve_entry_set_id' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:134:1: style: Function 'cve_entry_set_id' argument 2 names different: declaration 'new_id' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:262:60: note: Function 'cve_entry_set_id' argument 2 names different: declaration 'new_id' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:134:1: note: Function 'cve_entry_set_id' argument 2 names different: declaration 'new_id' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:135:5: style: Function 'cve_entry_get_published' argument 1 names different: declaration 'entry' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:183:61: note: Function 'cve_entry_get_published' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:135:5: note: Function 'cve_entry_get_published' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:135:5: style: Function 'cve_entry_set_published' argument 1 names different: declaration 'entry' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:270:48: note: Function 'cve_entry_set_published' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:135:5: note: Function 'cve_entry_set_published' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:135:5: style: Function 'cve_entry_set_published' argument 2 names different: declaration 'new_published' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:270:67: note: Function 'cve_entry_set_published' argument 2 names different: declaration 'new_published' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:135:5: note: Function 'cve_entry_set_published' argument 2 names different: declaration 'new_published' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:136:5: style: Function 'cve_entry_get_modified' argument 1 names different: declaration 'entry' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:189:60: note: Function 'cve_entry_get_modified' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:136:5: note: Function 'cve_entry_get_modified' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:136:5: style: Function 'cve_entry_set_modified' argument 1 names different: declaration 'entry' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:278:47: note: Function 'cve_entry_set_modified' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:136:5: note: Function 'cve_entry_set_modified' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:136:5: style: Function 'cve_entry_set_modified' argument 2 names different: declaration 'new_modified' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:278:66: note: Function 'cve_entry_set_modified' argument 2 names different: declaration 'new_modified' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:136:5: note: Function 'cve_entry_set_modified' argument 2 names different: declaration 'new_modified' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:137:5: style: Function 'cve_entry_get_sec_protection' argument 1 names different: declaration 'entry' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:195:66: note: Function 'cve_entry_get_sec_protection' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:137:5: note: Function 'cve_entry_get_sec_protection' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:137:5: style: Function 'cve_entry_set_sec_protection' argument 1 names different: declaration 'entry' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:286:53: note: Function 'cve_entry_set_sec_protection' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:137:5: note: Function 'cve_entry_set_sec_protection' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:137:5: style: Function 'cve_entry_set_sec_protection' argument 2 names different: declaration 'new_protection' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:286:72: note: Function 'cve_entry_set_sec_protection' argument 2 names different: declaration 'new_protection' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:137:5: note: Function 'cve_entry_set_sec_protection' argument 2 names different: declaration 'new_protection' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:138:5: style: Function 'cve_entry_set_cwe' argument 1 names different: declaration 'entry' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:294:42: note: Function 'cve_entry_set_cwe' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:138:5: note: Function 'cve_entry_set_cwe' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:138:5: style: Function 'cve_entry_set_cwe' argument 2 names different: declaration 'cwe' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:294:61: note: Function 'cve_entry_set_cwe' argument 2 names different: declaration 'cwe' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:138:5: note: Function 'cve_entry_set_cwe' argument 2 names different: declaration 'cwe' definition 'newval'.
openscap-1.2.9/src/CVE/cve_priv.c:139:5: style: Function 'cve_entry_get_products' argument 1 names different: declaration 'entry' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:202:77: note: Function 'cve_entry_get_products' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:139:5: note: Function 'cve_entry_get_products' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:139:5: style: Function 'cve_entry_add_product' argument 1 names different: declaration 'entry' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:244:46: note: Function 'cve_entry_add_product' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:139:5: note: Function 'cve_entry_add_product' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:139:5: style: Function 'cve_entry_add_product' argument 2 names different: declaration 'new_product' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:244:73: note: Function 'cve_entry_add_product' argument 2 names different: declaration 'new_product' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:139:5: note: Function 'cve_entry_add_product' argument 2 names different: declaration 'new_product' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:140:5: style: Function 'cve_entry_add_reference' argument 1 names different: declaration 'entry' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:247:48: note: Function 'cve_entry_add_reference' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:140:5: note: Function 'cve_entry_add_reference' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:140:5: style: Function 'cve_entry_add_reference' argument 2 names different: declaration 'new_reference' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:247:77: note: Function 'cve_entry_add_reference' argument 2 names different: declaration 'new_reference' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:140:5: note: Function 'cve_entry_add_reference' argument 2 names different: declaration 'new_reference' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:141:5: style: Function 'cve_entry_add_summary' argument 1 names different: declaration 'entry' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:250:46: note: Function 'cve_entry_add_summary' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:141:5: note: Function 'cve_entry_add_summary' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:141:5: style: Function 'cve_entry_add_summary' argument 2 names different: declaration 'new_summary' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:250:73: note: Function 'cve_entry_add_summary' argument 2 names different: declaration 'new_summary' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:141:5: note: Function 'cve_entry_add_summary' argument 2 names different: declaration 'new_summary' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:142:5: style: Function 'cve_entry_get_configurations' argument 1 names different: declaration 'entry' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:208:89: note: Function 'cve_entry_get_configurations' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:142:5: note: Function 'cve_entry_get_configurations' argument 1 names different: declaration 'entry' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:142:5: style: Function 'cve_entry_add_configuration' argument 1 names different: declaration 'entry' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:253:52: note: Function 'cve_entry_add_configuration' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:142:5: note: Function 'cve_entry_add_configuration' argument 1 names different: declaration 'entry' definition 'obj'.
openscap-1.2.9/src/CVE/cve_priv.c:142:5: style: Function 'cve_entry_add_configuration' argument 2 names different: declaration 'new_configuration' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:253:85: note: Function 'cve_entry_add_configuration' argument 2 names different: declaration 'new_configuration' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:142:5: note: Function 'cve_entry_add_configuration' argument 2 names different: declaration 'new_configuration' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:197:87: style: Function 'cve_configuration_get_expr' argument 1 names different: declaration 'conf' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVE/public/cve_nvd.h:214:87: note: Function 'cve_configuration_get_expr' argument 1 names different: declaration 'conf' definition 'item'.
openscap-1.2.9/src/CVE/cve_priv.c:197:87: note: Function 'cve_configuration_get_expr' argument 1 names different: declaration 'conf' definition 'item'.
openscap-1.2.9/src/CVSS/cvss.c:273:65: style: Function 'cvss_impact_clone' argument 1 names different: declaration 'impact' definition 'imp'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVSS/public/cvss_score.h:173:65: note: Function 'cvss_impact_clone' argument 1 names different: declaration 'impact' definition 'imp'.
openscap-1.2.9/src/CVSS/cvss.c:273:65: note: Function 'cvss_impact_clone' argument 1 names different: declaration 'impact' definition 'imp'.
openscap-1.2.9/src/CVSS/cvss.c:562:68: style: Function 'cvss_metrics_clone' argument 1 names different: declaration 'metrics' definition 'met'. [funcArgNamesDifferent]
openscap-1.2.9/src/CVSS/public/cvss_score.h:317:68: note: Function 'cvss_metrics_clone' argument 1 names different: declaration 'metrics' definition 'met'.
openscap-1.2.9/src/CVSS/cvss.c:562:68: note: Function 'cvss_metrics_clone' argument 1 names different: declaration 'metrics' definition 'met'.
openscap-1.2.9/src/DS/sds.c:648:21: style: The scope of the variable 'cpe_xpath' can be reduced. [variableScope]
openscap-1.2.9/src/DS/sds_index.c:247:70: style: Function 'ds_sds_index_get_stream' argument 1 names different: declaration 's' definition 'sds'. [funcArgNamesDifferent]
openscap-1.2.9/src/DS/public/scap_ds.h:255:70: note: Function 'ds_sds_index_get_stream' argument 1 names different: declaration 's' definition 'sds'.
openscap-1.2.9/src/DS/sds_index.c:247:70: note: Function 'ds_sds_index_get_stream' argument 1 names different: declaration 's' definition 'sds'.
openscap-1.2.9/src/OVAL/fts_sun.c:254:19: style: The scope of the variable 'freep' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/fts_sun.c:255:6: style: The scope of the variable 'saved_errno' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/fts_sun.c:1114:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_affected.c:172:71: style: Function 'oval_affected_add_platform' argument 2 names different: declaration 'platform_name' definition 'platform'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:1921:63: note: Function 'oval_affected_add_platform' argument 2 names different: declaration 'platform_name' definition 'platform'.
openscap-1.2.9/src/OVAL/oval_affected.c:172:71: note: Function 'oval_affected_add_platform' argument 2 names different: declaration 'platform_name' definition 'platform'.
openscap-1.2.9/src/OVAL/oval_affected.c:179:70: style: Function 'oval_affected_add_product' argument 2 names different: declaration 'product_name' definition 'product'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:1926:62: note: Function 'oval_affected_add_product' argument 2 names different: declaration 'product_name' definition 'product'.
openscap-1.2.9/src/OVAL/oval_affected.c:179:70: note: Function 'oval_affected_add_product' argument 2 names different: declaration 'product_name' definition 'product'.
openscap-1.2.9/src/OVAL/oval_agent.c:525:26: style: The scope of the variable 'oval_def' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_agent.c:527:14: style: The scope of the variable 'id' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_agent.c:596:26: style: The scope of the variable 'oval_def' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_component.c:2246:13: style: Condition 'nval!=NULL' is always false [knownConditionTrueFalse]
openscap-1.2.9/src/OVAL/oval_component.c:2206:17: note: Assignment 'nval=NULL', assigned value is 0
openscap-1.2.9/src/OVAL/oval_component.c:2246:13: note: Condition 'nval!=NULL' is always false
openscap-1.2.9/src/OVAL/oval_component.c:1971:7: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/oval_component.c:1971:7: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/oval_component.c:1971:7: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/oval_component.c:1971:7: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/oval_component.c:1971:7: warning: %u in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/oval_component.c:1971:7: warning: %u in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/oval_component.c:2246:13: style: Same expression on both sides of '!=' because the value of 'nval' and 'NULL' are the same. [duplicateExpression]
openscap-1.2.9/src/OVAL/oval_component.c:2206:17: note: 'nval' is assigned value 'NULL' here.
openscap-1.2.9/src/OVAL/oval_component.c:2246:13: note: Same expression on both sides of '!=' because the value of 'nval' and 'NULL' are the same.
openscap-1.2.9/src/OVAL/oval_component.c:1613:9: style: The scope of the variable 'rotate' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_component.c:1899:19: style: The scope of the variable 'r' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_component.c:1963:14: style: The scope of the variable 'fmt_str1' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_component.c:2175:6: style: Unused variable: rc [unusedVariable]
openscap-1.2.9/src/OVAL/oval_component.c:2176:8: style: Unused variable: pattern [unusedVariable]
openscap-1.2.9/src/OVAL/oval_component.c:2205:17: style: Variable 'text' is assigned a value that is never used. [unreadVariable]
openscap-1.2.9/src/OVAL/oval_criteriaNode.c:317:76: style: Function 'oval_criteria_node_set_comment' argument 2 names different: declaration 'comment' definition 'comm'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:2129:72: note: Function 'oval_criteria_node_set_comment' argument 2 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/oval_criteriaNode.c:317:76: note: Function 'oval_criteria_node_set_comment' argument 2 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/oval_criteriaNode.c:334:64: warning: Function 'oval_criteria_node_add_subnode' argument order different: declaration ', node' definition 'node, subnode' [funcArgOrderDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:2148:37: note: Function 'oval_criteria_node_add_subnode' argument order different: declaration ', node' definition 'node, subnode'
openscap-1.2.9/src/OVAL/oval_criteriaNode.c:334:64: note: Function 'oval_criteria_node_add_subnode' argument order different: declaration ', node' definition 'node, subnode'
openscap-1.2.9/src/OVAL/oval_defModel.c:284:111: style: Function 'oval_definition_model_get_definition' argument 2 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:693:106: note: Function 'oval_definition_model_get_definition' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/OVAL/oval_defModel.c:284:111: note: Function 'oval_definition_model_get_definition' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/OVAL/oval_defModel.c:291:99: style: Function 'oval_definition_model_get_test' argument 2 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:702:99: note: Function 'oval_definition_model_get_test' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/OVAL/oval_defModel.c:291:99: note: Function 'oval_definition_model_get_test' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/OVAL/oval_defModel.c:298:103: style: Function 'oval_definition_model_get_object' argument 2 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:711:103: note: Function 'oval_definition_model_get_object' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/OVAL/oval_defModel.c:298:103: note: Function 'oval_definition_model_get_object' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/OVAL/oval_defModel.c:305:101: style: Function 'oval_definition_model_get_state' argument 2 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:720:101: note: Function 'oval_definition_model_get_state' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/OVAL/oval_defModel.c:305:101: note: Function 'oval_definition_model_get_state' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/OVAL/oval_defModel.c:312:107: style: Function 'oval_definition_model_get_variable' argument 2 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:729:107: note: Function 'oval_definition_model_get_variable' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/OVAL/oval_defModel.c:312:107: note: Function 'oval_definition_model_get_variable' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/OVAL/oval_definition.c:316:95: style: Function 'oval_definition_add_reference' argument 2 names different: declaration 'reference' definition 'ref'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:884:85: note: Function 'oval_definition_add_reference' argument 2 names different: declaration 'reference' definition 'ref'.
openscap-1.2.9/src/OVAL/oval_definition.c:316:95: note: Function 'oval_definition_add_reference' argument 2 names different: declaration 'reference' definition 'ref'.
openscap-1.2.9/src/OVAL/oval_directives.c:404:14: style: The scope of the variable 'class_str' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_directives.c:390:14: style: Variable 'content' is assigned a value that is never used. [unreadVariable]
openscap-1.2.9/src/OVAL/oval_directives.c:445:16: style: Variable 'class_str' is assigned a value that is never used. [unreadVariable]
openscap-1.2.9/src/OVAL/oval_entity.c:179:69: style: Function 'oval_entity_clone' argument 1 names different: declaration 'model' definition 'new_model'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:2611:69: note: Function 'oval_entity_clone' argument 1 names different: declaration 'model' definition 'new_model'.
openscap-1.2.9/src/OVAL/oval_entity.c:179:69: note: Function 'oval_entity_clone' argument 1 names different: declaration 'model' definition 'new_model'.
openscap-1.2.9/src/OVAL/oval_enumerations.c:101:64: style: Function 'oval_syschar_status_get_text' argument 1 names different: declaration 'status' definition 'idx'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_system_characteristics.h:79:64: note: Function 'oval_syschar_status_get_text' argument 1 names different: declaration 'status' definition 'idx'.
openscap-1.2.9/src/OVAL/oval_enumerations.c:101:64: note: Function 'oval_syschar_status_get_text' argument 1 names different: declaration 'status' definition 'idx'.
openscap-1.2.9/src/OVAL/oval_generator.c:184:11: style: The scope of the variable 'nodestr' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_generator.c:184:21: style: The scope of the variable 'nodelst' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_generator.c:185:11: style: The scope of the variable 'docstr' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_object.c:276:64: style: Function 'oval_object_set_comment' argument 2 names different: declaration 'comment' definition 'comm'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:1273:58: note: Function 'oval_object_set_comment' argument 2 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/oval_object.c:276:64: note: Function 'oval_object_set_comment' argument 2 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/oval_probe.c:527:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openscap-1.2.9/src/OVAL/oval_probe.c:529:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openscap-1.2.9/src/OVAL/oval_probe.c:237:26: style: The scope of the variable 'vm' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_probe.c:456:52: style: The scope of the variable 'node' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_probe_ext.c:1162:19: style: Condition 'probe_dir==NULL' is always true [knownConditionTrueFalse]
openscap-1.2.9/src/OVAL/oval_probe_ext.c:1160:17: note: Assignment 'probe_dir=NULL', assigned value is 0
openscap-1.2.9/src/OVAL/oval_probe_ext.c:1162:19: note: Condition 'probe_dir==NULL' is always true
openscap-1.2.9/src/OVAL/oval_probe_ext.c:228:53: warning: Either the condition 'arg!=NULL' is redundant or there is possible null pointer dereference: pext. [nullPointerRedundantCheck]
openscap-1.2.9/src/OVAL/oval_probe_ext.c:220:24: note: Assuming that condition 'arg!=NULL' is not redundant
openscap-1.2.9/src/OVAL/oval_probe_ext.c:215:22: note: Assignment 'pext=(struct oval_pext*)arg', assigned value is 0
openscap-1.2.9/src/OVAL/oval_probe_ext.c:228:53: note: Null pointer dereference
openscap-1.2.9/src/OVAL/oval_probe_ext.c:243:30: warning: Either the condition 'arg!=NULL' is redundant or there is possible null pointer dereference: pext. [nullPointerRedundantCheck]
openscap-1.2.9/src/OVAL/oval_probe_ext.c:220:24: note: Assuming that condition 'arg!=NULL' is not redundant
openscap-1.2.9/src/OVAL/oval_probe_ext.c:215:22: note: Assignment 'pext=(struct oval_pext*)arg', assigned value is 0
openscap-1.2.9/src/OVAL/oval_probe_ext.c:243:30: note: Null pointer dereference
openscap-1.2.9/src/OVAL/oval_probe_ext.c:1162:19: style: Same expression on both sides of '==' because the value of 'probe_dir' and 'NULL' are the same. [duplicateExpression]
openscap-1.2.9/src/OVAL/oval_probe_ext.c:1160:17: note: 'probe_dir' is assigned value 'NULL' here.
openscap-1.2.9/src/OVAL/oval_probe_ext.c:1162:19: note: Same expression on both sides of '==' because the value of 'probe_dir' and 'NULL' are the same.
openscap-1.2.9/src/OVAL/oval_probe_ext.c:746:20: style: The scope of the variable 'pd' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_probe_ext.c:114:43: style: Function 'oval_pdtbl_free' argument 1 names different: declaration 'table' definition 'tbl'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/oval_probe_ext.c:54:52: note: Function 'oval_pdtbl_free' argument 1 names different: declaration 'table' definition 'tbl'.
openscap-1.2.9/src/OVAL/oval_probe_ext.c:114:43: note: Function 'oval_pdtbl_free' argument 1 names different: declaration 'table' definition 'tbl'.
openscap-1.2.9/src/OVAL/oval_probe_ext.c:145:41: style: Function 'oval_pdtbl_add' argument 1 names different: declaration 'table' definition 'tbl'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/oval_probe_ext.c:55:51: note: Function 'oval_pdtbl_add' argument 1 names different: declaration 'table' definition 'tbl'.
openscap-1.2.9/src/OVAL/oval_probe_ext.c:145:41: note: Function 'oval_pdtbl_add' argument 1 names different: declaration 'table' definition 'tbl'.
openscap-1.2.9/src/OVAL/oval_probe_ext.c:169:49: style: Function 'oval_pdtbl_get' argument 1 names different: declaration 'table' definition 'tbl'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/oval_probe_ext.c:56:51: note: Function 'oval_pdtbl_get' argument 1 names different: declaration 'table' definition 'tbl'.
openscap-1.2.9/src/OVAL/oval_probe_ext.c:169:49: note: Function 'oval_pdtbl_get' argument 1 names different: declaration 'table' definition 'tbl'.
openscap-1.2.9/src/OVAL/oval_probe_session.c:124:15: style: The scope of the variable 'handler_arg' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:928:2: style: Variable 'sysitem' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/oval_sexp.c:922:0: note: Variable 'sysitem' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/oval_sexp.c:928:2: note: Variable 'sysitem' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/oval_sexp.c:159:20: style: The scope of the variable 'val_sexp' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:163:21: style: The scope of the variable 'val' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:324:27: style: The scope of the variable 'subset' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:340:24: style: The scope of the variable 'obj' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:379:8: style: The scope of the variable 'attr_name' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:379:20: style: The scope of the variable 'attr_val' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:383:24: style: The scope of the variable 'behavior' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:412:47: style: The scope of the variable 'lst' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:413:15: style: The scope of the variable 'r1' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:413:20: style: The scope of the variable 'r2' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:418:30: style: The scope of the variable 'content' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:958:22: style: The scope of the variable 'sysent' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sexp.c:295:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openscap-1.2.9/src/OVAL/oval_sexp.c:439:97: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openscap-1.2.9/src/OVAL/oval_state.c:219:58: style: Function 'oval_state_add_note' argument 2 names different: declaration 'note' definition 'notes'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:1472:53: note: Function 'oval_state_add_note' argument 2 names different: declaration 'note' definition 'notes'.
openscap-1.2.9/src/OVAL/oval_state.c:219:58: note: Function 'oval_state_add_note' argument 2 names different: declaration 'note' definition 'notes'.
openscap-1.2.9/src/OVAL/oval_state.c:225:61: style: Function 'oval_state_set_comment' argument 2 names different: declaration 'comment' definition 'comm'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:1478:56: note: Function 'oval_state_set_comment' argument 2 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/oval_state.c:225:61: note: Function 'oval_state_set_comment' argument 2 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/oval_stateContent.c:249:3: style: Variable 'field_ns' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/oval_stateContent.c:248:0: note: Variable 'field_ns' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/oval_stateContent.c:249:3: note: Variable 'field_ns' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/oval_sysEnt.c:188:75: style: Function 'oval_sysent_set_datatype' argument 2 names different: declaration 'type' definition 'datatype'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_system_characteristics.h:751:75: note: Function 'oval_sysent_set_datatype' argument 2 names different: declaration 'type' definition 'datatype'.
openscap-1.2.9/src/OVAL/oval_sysEnt.c:188:75: note: Function 'oval_sysent_set_datatype' argument 2 names different: declaration 'type' definition 'datatype'.
openscap-1.2.9/src/OVAL/oval_sysEnt.c:276:77: style: Function 'oval_sysent_to_dom' argument 3 names different: declaration 'tag_parent' definition 'parent'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/oval_system_characteristics_impl.h:64:77: note: Function 'oval_sysent_to_dom' argument 3 names different: declaration 'tag_parent' definition 'parent'.
openscap-1.2.9/src/OVAL/oval_sysEnt.c:276:77: note: Function 'oval_sysent_to_dom' argument 3 names different: declaration 'tag_parent' definition 'parent'.
openscap-1.2.9/src/OVAL/oval_sysInfo.c:308:18: style: The scope of the variable 'nodestr' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sysInfo.c:308:28: style: The scope of the variable 'nodelst' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sysInfo.c:309:18: style: The scope of the variable 'docstr' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sysInfo.c:310:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_sysItem.c:76:100: style: Function 'oval_sysitem_clone' argument 2 names different: declaration 'old_data' definition 'old_item'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_system_characteristics.h:627:100: note: Function 'oval_sysitem_clone' argument 2 names different: declaration 'old_data' definition 'old_item'.
openscap-1.2.9/src/OVAL/oval_sysItem.c:76:100: note: Function 'oval_sysitem_clone' argument 2 names different: declaration 'old_data' definition 'old_item'.
openscap-1.2.9/src/OVAL/oval_syschar.c:67:49: style: Function 'oval_syschar_set_flag' argument 1 names different: declaration 'model' definition 'syschar'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_system_characteristics.h:439:49: note: Function 'oval_syschar_set_flag' argument 1 names different: declaration 'model' definition 'syschar'.
openscap-1.2.9/src/OVAL/oval_syschar.c:67:49: note: Function 'oval_syschar_set_flag' argument 1 names different: declaration 'model' definition 'syschar'.
openscap-1.2.9/src/OVAL/oval_test.c:221:30: style: The scope of the variable 'ste_itr' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/oval_test.c:296:58: style: Function 'oval_test_set_comment' argument 2 names different: declaration 'comment' definition 'comm'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:1059:54: note: Function 'oval_test_set_comment' argument 2 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/oval_test.c:296:58: note: Function 'oval_test_set_comment' argument 2 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/oval_varModel.c:169:90: style: Function 'oval_variable_model_add' argument 3 names different: declaration 'comment' definition 'comm'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_variables.h:99:90: note: Function 'oval_variable_model_add' argument 3 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/oval_varModel.c:169:90: note: Function 'oval_variable_model_add' argument 3 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/oval_variable.c:1002:2: style: Variable 'tagname' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/oval_variable.c:995:0: note: Variable 'tagname' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/oval_variable.c:1002:2: note: Variable 'tagname' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/oval_variable.c:665:82: style: Function 'oval_variable_set_type' argument 2 names different: declaration 'type' definition 'new_type'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/oval_definitions_impl.h:63:82: note: Function 'oval_variable_set_type' argument 2 names different: declaration 'type' definition 'new_type'.
openscap-1.2.9/src/OVAL/oval_variable.c:665:82: note: Function 'oval_variable_set_type' argument 2 names different: declaration 'type' definition 'new_type'.
openscap-1.2.9/src/OVAL/oval_variable.c:711:70: style: Function 'oval_variable_set_comment' argument 2 names different: declaration 'comment' definition 'comm'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/public/oval_definitions.h:1694:62: note: Function 'oval_variable_set_comment' argument 2 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/oval_variable.c:711:70: note: Function 'oval_variable_set_comment' argument 2 names different: declaration 'comment' definition 'comm'.
openscap-1.2.9/src/OVAL/probes/SEAP/generic/bfind.c:36:13: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/bfind.c:61:13: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_i32.c:87:26: style: The scope of the variable 'n_key' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_i32.c:217:26: style: The scope of the variable 'n_key' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_i32.c:372:33: style: The scope of the variable 'n_key' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_i64.c:86:26: style: The scope of the variable 'n_key' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_i64.c:216:26: style: The scope of the variable 'n_key' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_i64.c:371:33: style: The scope of the variable 'n_key' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_str.c:88:24: style: The scope of the variable 'n_key' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_str.c:89:23: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_str.c:211:24: style: The scope of the variable 'n_key' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_str.c:212:22: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_str.c:368:32: style: The scope of the variable 'n_key' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/rbt/rbt_str.c:369:24: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/spb.c:307:18: style: The scope of the variable 'l_off' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/spb.c:324:18: style: The scope of the variable 'l_off' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/spb.c:57:45: style: Function 'spb_bindex' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/spb.h:77:45: note: Function 'spb_bindex' argument 2 names different: declaration 'index' definition 'idx'.
openscap-1.2.9/src/OVAL/probes/SEAP/generic/spb.c:57:45: note: Function 'spb_bindex' argument 2 names different: declaration 'index' definition 'idx'.
openscap-1.2.9/src/OVAL/probes/SEAP/generic/spb.c:142:56: portability: 'spb->buffer[b_idx].base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/spb.c:200:60: portability: 'spb->buffer[b_idx].base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/strbuf.c:59:24: style: The scope of the variable 'blk' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/strbuf.c:93:16: style: The scope of the variable 'cpylen' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/strbuf.c:282:24: style: The scope of the variable 'wsize' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/strbuf.c:285:24: style: The scope of the variable 'ioc' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/strbuf.c:83:9: warning: Size of pointer 'blk' used instead of size of its data. [pointerSize]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/strto.c:178:23: style: The scope of the variable 'c' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/strto.c:228:23: style: The scope of the variable 'c' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/generic/strto.c:277:23: style: The scope of the variable 'c' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/sch_pipe.c:271:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-command-backendS.c:184:19: style: The scope of the variable 'i' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-command.c:238:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-message.c:115:52: style: Function 'SEAP_msgattr_set' argument 2 names different: declaration 'name' definition 'attr'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/public/seap-message.h:55:56: note: Function 'SEAP_msgattr_set' argument 2 names different: declaration 'name' definition 'attr'.
openscap-1.2.9/src/OVAL/probes/SEAP/seap-message.c:115:52: note: Function 'SEAP_msgattr_set' argument 2 names different: declaration 'name' definition 'attr'.
openscap-1.2.9/src/OVAL/probes/SEAP/seap-packet.c:107:17: style: The scope of the variable 'attr_name' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-packet.c:234:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-packet.c:238:9: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-packet.c:391:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-packet.c:394:9: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-packet.c:402:17: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-packet.c:435:9: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-packet.c:556:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-packet.c:429:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/SEAP/seap-scheme.c:62:13: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-datatype.c:92:75: style: Function 'SEXP_datatype_get' argument 2 names different: declaration 'name' definition 'k'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/_sexp-datatype.h:76:74: note: Function 'SEXP_datatype_get' argument 2 names different: declaration 'name' definition 'k'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-datatype.c:92:75: note: Function 'SEXP_datatype_get' argument 2 names different: declaration 'name' definition 'k'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-datatype.c:128:68: style: Function 'SEXP_datatype_add' argument 2 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/_sexp-datatype.h:77:68: note: Function 'SEXP_datatype_add' argument 2 names different: declaration 'name' definition 'n'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-datatype.c:128:68: note: Function 'SEXP_datatype_add' argument 2 names different: declaration 'name' definition 'n'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:554:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:668:20: style: The scope of the variable 'c' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:701:20: style: The scope of the variable 'c' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:819:20: style: The scope of the variable 's_str' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:577:48: style: Function 'SEXP_number_type' argument 1 names different: declaration 'sexp' definition 's_exp'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/public/sexp-manip.h:217:48: note: Function 'SEXP_number_type' argument 1 names different: declaration 'sexp' definition 's_exp'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:577:48: note: Function 'SEXP_number_type' argument 1 names different: declaration 'sexp' definition 's_exp'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:602:54: style: Function 'SEXP_string_new' argument 2 names different: declaration 'strlen' definition 'length'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/public/sexp-manip.h:228:54: note: Function 'SEXP_string_new' argument 2 names different: declaration 'strlen' definition 'length'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:602:54: note: Function 'SEXP_string_new' argument 2 names different: declaration 'strlen' definition 'length'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:1076:68: style: Function 'SEXP_list_replace' argument 3 names different: declaration 's_exp' definition 'n_val'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/public/sexp-manip.h:420:68: note: Function 'SEXP_list_replace' argument 3 names different: declaration 's_exp' definition 'n_val'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:1076:68: note: Function 'SEXP_list_replace' argument 3 names different: declaration 's_exp' definition 'n_val'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:1528:57: style: Function 'SEXP_lstack_push' argument 2 names different: declaration 'ref' definition 's_exp'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/_sexp-manip.h:48:57: note: Function 'SEXP_lstack_push' argument 2 names different: declaration 'ref' definition 's_exp'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:1528:57: note: Function 'SEXP_lstack_push' argument 2 names different: declaration 'ref' definition 's_exp'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:1613:33: style: Function 'SEXP_ref' argument 1 names different: declaration 's_exp' definition 's_exp_o'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/public/sexp-manip.h:506:33: note: Function 'SEXP_ref' argument 1 names different: declaration 's_exp' definition 's_exp_o'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:1613:33: note: Function 'SEXP_ref' argument 1 names different: declaration 's_exp' definition 's_exp_o'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:1673:31: style: Function 'SEXP_softref' argument 1 names different: declaration 's_exp' definition 's_exp_o'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/public/sexp-manip.h:514:31: note: Function 'SEXP_softref' argument 1 names different: declaration 's_exp' definition 's_exp_o'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip.c:1673:31: note: Function 'SEXP_softref' argument 1 names different: declaration 's_exp' definition 's_exp_o'.
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-manip_r.c:284:20: style: The scope of the variable 'b_exp' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:860:41: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:919:41: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:981:41: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:997:33: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1211:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:530:9: style: Label 'L_DQUOTE' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:534:9: style: Label 'L_SQUOTE' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:538:9: style: Label 'L_DOT' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:564:9: style: Label 'L_PLUS' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:565:9: style: Label 'L_MINUS' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:616:9: style: Label 'L_NUMBER' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:721:25: style: Label 'L_NUMBER_final_exp2' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1009:9: style: Label 'L_HASH' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1084:9: style: Label 'L_WHITESPACE' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1093:9: style: Label 'L_PAROPEN' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1126:9: style: Label 'L_PARCLOSE' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1151:9: style: Label 'L_BRACKETOPEN' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1179:9: style: Label 'L_BRACEOPEN' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1189:9: style: Label 'L_VERTBAR' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1201:9: style: Label 'L_NUL' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1202:9: style: Label 'L_BRACECLOSE' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1203:9: style: Label 'L_BRACKETCLOSE' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-parser.c:1204:9: style: Label 'L_INVALID' is not used. [unusedLabel]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-template.c:79:26: style: Unused variable: i [unusedVariable]
openscap-1.2.9/src/OVAL/probes/SEAP/sexp-value.c:134:18: style: The scope of the variable 'refs' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/SEAP/sm_alloc.c:122:45: style: Function '__sm_alloc_dbg' argument 2 names different: declaration 'f' definition 'func'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/public/sm_alloc.h:51:47: note: Function '__sm_alloc_dbg' argument 2 names different: declaration 'f' definition 'func'.
openscap-1.2.9/src/OVAL/probes/SEAP/sm_alloc.c:122:45: note: Function '__sm_alloc_dbg' argument 2 names different: declaration 'f' definition 'func'.
openscap-1.2.9/src/OVAL/probes/SEAP/sm_alloc.c:122:58: style: Function '__sm_alloc_dbg' argument 3 names different: declaration 'l' definition 'line'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/SEAP/public/sm_alloc.h:51:57: note: Function '__sm_alloc_dbg' argument 3 names different: declaration 'l' definition 'line'.
openscap-1.2.9/src/OVAL/probes/SEAP/sm_alloc.c:122:58: note: Function '__sm_alloc_dbg' argument 3 names different: declaration 'l' definition 'line'.
openscap-1.2.9/src/OVAL/probes/crapi/md5.c:153:0: error: #error "No crypto library available!" [preprocessorErrorDirective]
openscap-1.2.9/src/OVAL/probes/crapi/rmd160.c:181:0: error: #error "No crypto library available!" [preprocessorErrorDirective]
openscap-1.2.9/src/OVAL/probes/crapi/sha1.c:153:0: error: #error "No crypto library available!" [preprocessorErrorDirective]
openscap-1.2.9/src/OVAL/probes/crapi/sha2.c:407:0: error: #error "No crypto library available!" [preprocessorErrorDirective]
openscap-1.2.9/src/OVAL/probes/findfile.c:102:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/findfile.c:88:0: note: Variable 'path' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/findfile.c:102:2: note: Variable 'path' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/findfile.c:104:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/findfile.c:88:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/findfile.c:104:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/findfile.c:110:2: style: Variable 'setting' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/findfile.c:89:0: note: Variable 'setting' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/findfile.c:110:2: note: Variable 'setting' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/findfile.c:344:24: style: The scope of the variable 'token' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/fsdev.c:56:0: error: #error "Sorry, your OS isn't supported." [preprocessorErrorDirective]
openscap-1.2.9/src/OVAL/probes/independent/environmentvariable.c:59:9: style: The scope of the variable 'env_name_size' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/independent/environmentvariable.c:60:10: style: The scope of the variable 'env_name' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/independent/environmentvariable.c:60:21: style: The scope of the variable 'env_value' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/independent/environmentvariable58.c:213:31: error: Expression 'pid_ent,pid,pid=-1' depends on order of evaluation of side effects [unknownEvaluationOrder]
openscap-1.2.9/src/OVAL/probes/independent/filehash.c:221:15: style: The scope of the variable 'ofts_ent' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/independent/filehash58.c:163:3: style: Variable 'hash_dstlen' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/independent/filehash58.c:157:0: note: Variable 'hash_dstlen' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/independent/filehash58.c:163:3: note: Variable 'hash_dstlen' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/independent/filemd5.c:198:15: style: The scope of the variable 'ofts_ent' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/independent/filemd5.c:79:23: style: Unused variable: r0 [unusedVariable]
openscap-1.2.9/src/OVAL/probes/independent/filemd5.c:79:28: style: Unused variable: r1 [unusedVariable]
openscap-1.2.9/src/OVAL/probes/independent/ldap57.c:85:9: style: Variable 'se_ldap_behaviors' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/independent/ldap57.c:64:0: note: Variable 'se_ldap_behaviors' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/independent/ldap57.c:85:9: note: Variable 'se_ldap_behaviors' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/independent/ldap57.c:245:33: style: Variable 'berbuf' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/independent/ldap57.c:242:0: note: Variable 'berbuf' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/independent/ldap57.c:245:33: note: Variable 'berbuf' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/independent/ldap57.c:251:33: style: Variable 'se_value' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/independent/ldap57.c:239:0: note: Variable 'se_value' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/independent/ldap57.c:251:33: note: Variable 'se_value' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/independent/sql57.c:359:61: style: The scope of the variable 'field' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/independent/sql57.c:360:53: style: The scope of the variable 'col_val' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/independent/sql57.c:360:63: style: The scope of the variable 'col_name' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/independent/system_info.c:88:0: error: #error "Sorry, your OS isn't supported." [preprocessorErrorDirective]
openscap-1.2.9/src/OVAL/probes/independent/textfilecontent.c:186:17: style: The scope of the variable 'r0' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/independent/textfilecontent.c:342:15: style: The scope of the variable 'ofts_ent' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/independent/textfilecontent.c:199:10: style: Variable 'text' is assigned a value that is never used. [unreadVariable]
openscap-1.2.9/src/OVAL/probes/independent/textfilecontent54.c:171:10: style: The scope of the variable 'r0' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/independent/textfilecontent54.c:184:10: style: Variable 'text' is assigned a value that is never used. [unreadVariable]
openscap-1.2.9/src/OVAL/probes/independent/xmlfilecontent.c:279:15: style: The scope of the variable 'ofts_ent' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/oval_fts.c:653:7: style: The scope of the variable 'cstr_file' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:62:16: style: The scope of the variable 'ns' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:62:21: style: The scope of the variable 'val' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:62:27: style: The scope of the variable 'ent' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:224:19: style: The scope of the variable 'ste' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:239:12: style: The scope of the variable 'ielm' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:340:16: style: The scope of the variable 'ns' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:340:21: style: The scope of the variable 'val' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:340:27: style: The scope of the variable 'ent' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:406:26: style: The scope of the variable 'ent_name' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:960:21: style: The scope of the variable 'ent' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:1037:16: style: The scope of the variable 'val_idx' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:1751:29: style: The scope of the variable 'ent_name' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe-api.c:112:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openscap-1.2.9/src/OVAL/probes/probe-api.c:1615:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openscap-1.2.9/src/OVAL/probes/probe-api.c:1557:74: style: Function 'probe_ent_getoperation' argument 2 names different: declaration 'op' definition 'default_op'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/public/probe-api.h:566:74: note: Function 'probe_ent_getoperation' argument 2 names different: declaration 'op' definition 'default_op'.
openscap-1.2.9/src/OVAL/probes/probe-api.c:1557:74: note: Function 'probe_ent_getoperation' argument 2 names different: declaration 'op' definition 'default_op'.
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:61:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:55:0: note: Variable 'result' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:61:2: note: Variable 'result' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:85:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:81:0: note: Variable 'result' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:85:2: note: Variable 'result' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:127:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:121:0: note: Variable 'result' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:127:2: note: Variable 'result' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:161:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:155:0: note: Variable 'result' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:161:2: note: Variable 'result' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:175:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:171:0: note: Variable 'result' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:175:2: note: Variable 'result' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/probe/entcmp.c:224:41: style: The scope of the variable 'r0' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/rcache.c:114:66: style: Function 'probe_rcache_cstr_get' argument 2 names different: declaration 'id' definition 'k'. [funcArgNamesDifferent]
openscap-1.2.9/src/OVAL/probes/probe/rcache.h:106:66: note: Function 'probe_rcache_cstr_get' argument 2 names different: declaration 'id' definition 'k'.
openscap-1.2.9/src/OVAL/probes/probe/rcache.c:114:66: note: Function 'probe_rcache_cstr_get' argument 2 names different: declaration 'id' definition 'k'.
openscap-1.2.9/src/OVAL/probes/probe/worker.c:67:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:640:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:47:22: style: The scope of the variable 'obj' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:47:28: style: The scope of the variable 'oid' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:168:27: style: The scope of the variable 'val_cnt' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:169:10: style: The scope of the variable 'ent_name' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:169:21: style: The scope of the variable 'ent' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:169:36: style: The scope of the variable 'val_lst' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:170:10: style: The scope of the variable 'r0' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:170:20: style: The scope of the variable 'r2' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:170:25: style: The scope of the variable 'r3' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:171:10: style: The scope of the variable 'vid' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:317:16: style: The scope of the variable 'ste' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/probe/worker.c:317:22: style: The scope of the variable 'id' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/file.c:84:0: error: #error "Sorry, your OS isn't supported." [preprocessorErrorDirective]
openscap-1.2.9/src/OVAL/probes/unix/fileextendedattribute.c:75:0: error: #error "Sorry, your OS isn't supported." [preprocessorErrorDirective]
openscap-1.2.9/src/OVAL/probes/unix/gconf.c:197:30: style: The scope of the variable 'ofts_ent' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/gconf.c:198:22: style: The scope of the variable 'gconf_addr' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/dpkginfo-helper.cxx:121:24: style: Condition '_init_done==0' is always true [knownConditionTrueFalse]
openscap-1.2.9/src/OVAL/probes/unix/linux/dpkginfo-helper.cxx:67:29: style: Variable 'P' is assigned a value that is never used. [unreadVariable]
openscap-1.2.9/src/OVAL/probes/unix/linux/iflisteners.c:254:34: style: The scope of the variable 'e' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/iflisteners.c:356:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:388:3: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:418:3: warning: %X in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:418:3: warning: %X in format string (no. 9) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:418:3: warning: %d in format string (no. 12) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:418:3: error: Width 512 given in format string (no. 15) is larger than destination buffer 'more[512]', use %511s to prevent overflowing it. [invalidScanfFormatWidth]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:469:3: warning: %X in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:469:3: warning: %X in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:469:3: warning: %X in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:469:3: warning: %X in format string (no. 9) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:469:3: error: Width 512 given in format string (no. 15) is larger than destination buffer 'more[512]', use %511s to prevent overflowing it. [invalidScanfFormatWidth]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:520:3: warning: %X in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:520:3: warning: %X in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:520:3: warning: %X in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:520:3: warning: %X in format string (no. 9) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:520:3: error: Width 512 given in format string (no. 15) is larger than destination buffer 'more[512]', use %511s to prevent overflowing it. [invalidScanfFormatWidth]
openscap-1.2.9/src/OVAL/probes/unix/linux/inetlisteningservers.c:255:34: style: The scope of the variable 'e' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpminfo.c:127:2: style: Variable 'epoch_override' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpminfo.c:115:0: note: Variable 'epoch_override' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/rpminfo.c:127:2: note: Variable 'epoch_override' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/rpminfo.c:149:10: style: The scope of the variable 'keyid_start' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpminfo.c:149:23: style: The scope of the variable 'keyid_length' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpminfo.c:374:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpminfo.c:466:33: style: The scope of the variable 'name' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpminfo.c:488:22: style: The scope of the variable 'bh_value' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:320:22: style: The scope of the variable 'i' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:370:25: style: The scope of the variable 'aval' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:267:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:268:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:269:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:270:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:271:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:272:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:273:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:274:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:278:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:279:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:280:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:281:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverify.c:282:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverifyfile.c:88:7: style: The scope of the variable 'ent_str' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverifyfile.c:419:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverifyfile.c:468:11: style: The scope of the variable 'aval' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverifypackage.c:110:7: style: The scope of the variable 'ent_str' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverifypackage.c:358:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverifypackage.c:382:11: style: The scope of the variable 'aval' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverifypackage.c:328:86: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverifypackage.c:334:88: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverifypackage.c:340:88: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverifypackage.c:346:91: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/src/OVAL/probes/unix/linux/rpmverifypackage.c:116:34: warning: Unnecessary comparison of static strings. [staticStringCompare]
openscap-1.2.9/src/OVAL/probes/unix/linux/selinuxboolean.c:60:6: style: The scope of the variable 'err' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/selinuxboolean.c:61:10: style: The scope of the variable 'boolean' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/selinuxsecuritycontext.c:77:8: style: The scope of the variable 'level' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/selinuxsecuritycontext.c:189:14: style: The scope of the variable 'user' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/selinuxsecuritycontext.c:189:21: style: The scope of the variable 'role' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/selinuxsecuritycontext.c:189:28: style: The scope of the variable 'type' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/selinuxsecuritycontext.c:189:35: style: The scope of the variable 'range' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:72:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:67:0: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:72:2: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:106:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:103:27: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:106:2: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:143:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:139:0: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:143:2: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:172:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:169:27: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:172:2: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:326:2: style: Variable 'conn' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:321:0: note: Variable 'conn' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdshared.h:326:2: note: Variable 'conn' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitdependency.c:45:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitdependency.c:41:0: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitdependency.c:45:2: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitdependency.c:83:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitdependency.c:80:27: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitdependency.c:83:2: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitproperty.c:44:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitproperty.c:41:0: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitproperty.c:44:2: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitproperty.c:78:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitproperty.c:75:27: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/linux/systemdunitproperty.c:78:2: note: Variable 'msg' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:133:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:214:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:217:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:219:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:220:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:221:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:222:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:223:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:224:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:225:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:226:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:227:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:228:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:229:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:230:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:231:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:232:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:233:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:234:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:236:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:237:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:238:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:239:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:240:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:241:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:242:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:243:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:244:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:252:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:253:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:254:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:255:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:256:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/process58-devname.c:257:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/OVAL/probes/unix/runlevel.c:389:0: error: #error "Sorry, your OS isn't supported." [preprocessorErrorDirective]
openscap-1.2.9/src/OVAL/probes/unix/xinetd.c:611:28: style: The scope of the variable 'l_pend' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/xinetd.c:612:19: style: The scope of the variable 'bufidx' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/probes/unix/xinetd.c:1562:46: style: The scope of the variable 'item' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/results/oval_cmp_basic.c:129:6: style: Unused variable: ret [unusedVariable]
openscap-1.2.9/src/OVAL/results/oval_cmp_evr_string.c:289:90: style: Same expression on both sides of '==' because the value of 'result' and '-1' are the same. [duplicateExpression]
openscap-1.2.9/src/OVAL/results/oval_cmp_evr_string.c:287:16: note: 'result' is assigned value '-1' here.
openscap-1.2.9/src/OVAL/results/oval_cmp_evr_string.c:289:90: note: Same expression on both sides of '==' because the value of 'result' and '-1' are the same.
openscap-1.2.9/src/OVAL/results/oval_cmp_evr_string.c:166:7: style: The scope of the variable 'oldch1' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/results/oval_cmp_evr_string.c:166:15: style: The scope of the variable 'oldch2' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/results/oval_cmp_evr_string.c:169:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/results/oval_cmp_evr_string.c:177:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openscap-1.2.9/src/OVAL/results/oval_cmp_evr_string.c:178:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openscap-1.2.9/src/OVAL/results/oval_cmp_ip_address.c:212:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openscap-1.2.9/src/OVAL/results/oval_cmp_ip_address.c:259:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openscap-1.2.9/src/OVAL/results/oval_resultCriteriaNode.c:500:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openscap-1.2.9/src/OVAL/results/oval_resultSystem.c:418:34: style: The scope of the variable 'directives' can be reduced. [variableScope]
openscap-1.2.9/src/OVAL/results/oval_resultTest.c:413:4: style: Variable 'state_entity_val_text' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/OVAL/results/oval_resultTest.c:409:0: note: Variable 'state_entity_val_text' is reassigned a value before the old one has been used.
openscap-1.2.9/src/OVAL/results/oval_resultTest.c:413:4: note: Variable 'state_entity_val_text' is reassigned a value before the old one has been used.
openscap-1.2.9/src/SCE/sce_engine.c:346:8: style: The scope of the variable 'argvp' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF/benchmark.c:682:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF/benchmark.c:127:77: style: Function 'xccdf_benchmark_clone' argument 1 names different: declaration 'benchmark' definition 'old_benchmark'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:774:81: note: Function 'xccdf_benchmark_clone' argument 1 names different: declaration 'benchmark' definition 'old_benchmark'.
openscap-1.2.9/src/XCCDF/benchmark.c:127:77: note: Function 'xccdf_benchmark_clone' argument 1 names different: declaration 'benchmark' definition 'old_benchmark'.
openscap-1.2.9/src/XCCDF/benchmark.c:437:1: style: Function 'xccdf_benchmark_get_style' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1834:69: note: Function 'xccdf_benchmark_get_style' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:437:1: note: Function 'xccdf_benchmark_get_style' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:438:1: style: Function 'xccdf_benchmark_get_style_href' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1838:74: note: Function 'xccdf_benchmark_get_style_href' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:438:1: note: Function 'xccdf_benchmark_get_style_href' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:440:1: style: Function 'xccdf_benchmark_get_front_matter' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1842:92: note: Function 'xccdf_benchmark_get_front_matter' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:440:1: note: Function 'xccdf_benchmark_get_front_matter' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:441:1: style: Function 'xccdf_benchmark_get_rear_matter' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1846:91: note: Function 'xccdf_benchmark_get_rear_matter' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:441:1: note: Function 'xccdf_benchmark_get_rear_matter' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:442:1: style: Function 'xccdf_benchmark_get_notices' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1916:89: note: Function 'xccdf_benchmark_get_notices' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:442:1: note: Function 'xccdf_benchmark_get_notices' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:443:1: style: Function 'xccdf_benchmark_get_models' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1923:87: note: Function 'xccdf_benchmark_get_models' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:443:1: note: Function 'xccdf_benchmark_get_models' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:444:1: style: Function 'xccdf_benchmark_get_content' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1939:87: note: Function 'xccdf_benchmark_get_content' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:444:1: note: Function 'xccdf_benchmark_get_content' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:445:1: style: Function 'xccdf_benchmark_get_results' argument 1 names different: declaration 'bench' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1874:89: note: Function 'xccdf_benchmark_get_results' argument 1 names different: declaration 'bench' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:445:1: note: Function 'xccdf_benchmark_get_results' argument 1 names different: declaration 'bench' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:447:1: style: Function 'xccdf_benchmark_get_profiles' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1930:91: note: Function 'xccdf_benchmark_get_profiles' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:447:1: note: Function 'xccdf_benchmark_get_profiles' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:452:1: style: Function 'xccdf_benchmark_get_item' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1900:75: note: Function 'xccdf_benchmark_get_item' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:452:1: note: Function 'xccdf_benchmark_get_item' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:452:1: style: Function 'xccdf_benchmark_get_item' argument 2 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1900:98: note: Function 'xccdf_benchmark_get_item' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/XCCDF/benchmark.c:452:1: note: Function 'xccdf_benchmark_get_item' argument 2 names different: declaration 'id' definition 'key'.
openscap-1.2.9/src/XCCDF/benchmark.c:453:1: style: Function 'xccdf_benchmark_get_status_current' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1866:88: note: Function 'xccdf_benchmark_get_status_current' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:453:1: note: Function 'xccdf_benchmark_get_status_current' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:458:1: style: Function 'xccdf_benchmark_add_group' argument 2 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:3163:87: note: Function 'xccdf_benchmark_add_group' argument 2 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:458:1: note: Function 'xccdf_benchmark_add_group' argument 2 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:459:1: style: Function 'xccdf_benchmark_add_value' argument 2 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:3165:87: note: Function 'xccdf_benchmark_add_value' argument 2 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:459:1: note: Function 'xccdf_benchmark_add_value' argument 2 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:460:1: warning: Function 'xccdf_benchmark_add_profile' argument order different: declaration 'item, newval' definition 'benchmark, item' [funcArgOrderDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:3157:58: note: Function 'xccdf_benchmark_add_profile' argument order different: declaration 'item, newval' definition 'benchmark, item'
openscap-1.2.9/src/XCCDF/benchmark.c:460:1: note: Function 'xccdf_benchmark_add_profile' argument order different: declaration 'item, newval' definition 'benchmark, item'
openscap-1.2.9/src/XCCDF/benchmark.c:462:57: style: Function 'xccdf_benchmark_add_result' argument 1 names different: declaration 'bench' definition 'benchmark'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:3132:57: note: Function 'xccdf_benchmark_add_result' argument 1 names different: declaration 'bench' definition 'benchmark'.
openscap-1.2.9/src/XCCDF/benchmark.c:462:57: note: Function 'xccdf_benchmark_add_result' argument 1 names different: declaration 'bench' definition 'benchmark'.
openscap-1.2.9/src/XCCDF/benchmark.c:462:89: style: Function 'xccdf_benchmark_add_result' argument 2 names different: declaration 'result' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:3132:85: note: Function 'xccdf_benchmark_add_result' argument 2 names different: declaration 'result' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:462:89: note: Function 'xccdf_benchmark_add_result' argument 2 names different: declaration 'result' definition 'item'.
openscap-1.2.9/src/XCCDF/benchmark.c:532:74: style: Function 'xccdf_benchmark_get_plain_text' argument 1 names different: declaration 'benchmark' definition 'bench'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1891:74: note: Function 'xccdf_benchmark_get_plain_text' argument 1 names different: declaration 'benchmark' definition 'bench'.
openscap-1.2.9/src/XCCDF/benchmark.c:532:74: note: Function 'xccdf_benchmark_get_plain_text' argument 1 names different: declaration 'benchmark' definition 'bench'.
openscap-1.2.9/src/XCCDF/benchmark.c:545:59: style: Function 'xccdf_benchmark_set_cpe_list' argument 1 names different: declaration 'item' definition 'benchmark'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2772:59: note: Function 'xccdf_benchmark_set_cpe_list' argument 1 names different: declaration 'item' definition 'benchmark'.
openscap-1.2.9/src/XCCDF/benchmark.c:545:59: note: Function 'xccdf_benchmark_set_cpe_list' argument 1 names different: declaration 'item' definition 'benchmark'.
openscap-1.2.9/src/XCCDF/benchmark.c:568:65: style: Function 'xccdf_benchmark_set_cpe_lang_model' argument 1 names different: declaration 'item' definition 'benchmark'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2774:65: note: Function 'xccdf_benchmark_set_cpe_lang_model' argument 1 names different: declaration 'item' definition 'benchmark'.
openscap-1.2.9/src/XCCDF/benchmark.c:568:65: note: Function 'xccdf_benchmark_set_cpe_lang_model' argument 1 names different: declaration 'item' definition 'benchmark'.
openscap-1.2.9/src/XCCDF/benchmark.c:50:22: style: struct member 'xccdf_backref::ptr' is never used. [unusedStructMember]
openscap-1.2.9/src/XCCDF/item.c:271:11: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openscap-1.2.9/src/XCCDF/item.c:291:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openscap-1.2.9/src/XCCDF/item.c:519:2: style: Variable 'warning_node' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/XCCDF/item.c:516:0: note: Variable 'warning_node' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/item.c:519:2: note: Variable 'warning_node' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/item.c:1323:5: style: Variable 'input' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/XCCDF/item.c:1315:0: note: Variable 'input' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/item.c:1323:5: note: Variable 'input' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/item.c:1325:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/XCCDF/item.c:1316:0: note: Variable 'doc' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/item.c:1325:5: note: Variable 'doc' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/item.c:821:26: style: Function 'xccdf_profile_get_benchmark' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1979:81: note: Function 'xccdf_profile_get_benchmark' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:821:26: note: Function 'xccdf_profile_get_benchmark' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:821:53: style: Function 'xccdf_rule_get_benchmark' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2487:75: note: Function 'xccdf_rule_get_benchmark' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:821:53: note: Function 'xccdf_rule_get_benchmark' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:822:1: style: Function 'xccdf_group_get_benchmark' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2494:77: note: Function 'xccdf_group_get_benchmark' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:822:1: note: Function 'xccdf_group_get_benchmark' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:822:26: style: Function 'xccdf_value_get_benchmark' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2441:77: note: Function 'xccdf_value_get_benchmark' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:822:26: note: Function 'xccdf_value_get_benchmark' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:859:1: style: Function 'xccdf_benchmark_get_id' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1810:66: note: Function 'xccdf_benchmark_get_id' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:859:1: note: Function 'xccdf_benchmark_get_id' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:859:1: style: Function 'xccdf_profile_get_id' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1959:62: note: Function 'xccdf_profile_get_id' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:859:1: note: Function 'xccdf_profile_get_id' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:859:1: style: Function 'xccdf_rule_get_id' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2039:56: note: Function 'xccdf_rule_get_id' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:859:1: note: Function 'xccdf_rule_get_id' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:859:1: style: Function 'xccdf_value_get_id' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2234:58: note: Function 'xccdf_value_get_id' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:859:1: note: Function 'xccdf_value_get_id' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:859:1: style: Function 'xccdf_group_get_id' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2185:58: note: Function 'xccdf_group_get_id' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:859:1: note: Function 'xccdf_group_get_id' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:861:1: style: Function 'xccdf_benchmark_get_question' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:66:88: note: Function 'xccdf_benchmark_get_question' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:861:1: note: Function 'xccdf_benchmark_get_question' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:861:1: style: Function 'xccdf_profile_get_question' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:72:84: note: Function 'xccdf_profile_get_question' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:861:1: note: Function 'xccdf_profile_get_question' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:861:1: style: Function 'xccdf_rule_get_question' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2055:78: note: Function 'xccdf_rule_get_question' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:861:1: note: Function 'xccdf_rule_get_question' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:861:1: style: Function 'xccdf_value_get_question' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2433:80: note: Function 'xccdf_value_get_question' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:861:1: note: Function 'xccdf_value_get_question' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:861:1: style: Function 'xccdf_group_get_question' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2193:80: note: Function 'xccdf_group_get_question' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:861:1: note: Function 'xccdf_group_get_question' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:862:1: style: Function 'xccdf_benchmark_get_rationale' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:70:89: note: Function 'xccdf_benchmark_get_rationale' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:862:1: note: Function 'xccdf_benchmark_get_rationale' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:862:1: style: Function 'xccdf_profile_get_rationale' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:69:85: note: Function 'xccdf_profile_get_rationale' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:862:1: note: Function 'xccdf_profile_get_rationale' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:862:1: style: Function 'xccdf_rule_get_rationale' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2063:79: note: Function 'xccdf_rule_get_rationale' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:862:1: note: Function 'xccdf_rule_get_rationale' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:862:1: style: Function 'xccdf_value_get_rationale' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:71:81: note: Function 'xccdf_value_get_rationale' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:862:1: note: Function 'xccdf_value_get_rationale' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:862:1: style: Function 'xccdf_group_get_rationale' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2197:81: note: Function 'xccdf_group_get_rationale' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:862:1: note: Function 'xccdf_group_get_rationale' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:863:1: style: Function 'xccdf_benchmark_get_title' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1818:85: note: Function 'xccdf_benchmark_get_title' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:863:1: note: Function 'xccdf_benchmark_get_title' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:863:1: style: Function 'xccdf_profile_get_title' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1963:81: note: Function 'xccdf_profile_get_title' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:863:1: note: Function 'xccdf_profile_get_title' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:863:1: style: Function 'xccdf_rule_get_title' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2043:75: note: Function 'xccdf_rule_get_title' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:863:1: note: Function 'xccdf_rule_get_title' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:863:1: style: Function 'xccdf_value_get_title' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2232:77: note: Function 'xccdf_value_get_title' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:863:1: note: Function 'xccdf_value_get_title' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:863:1: style: Function 'xccdf_group_get_title' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2187:77: note: Function 'xccdf_group_get_title' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:863:1: note: Function 'xccdf_group_get_title' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:864:1: style: Function 'xccdf_benchmark_get_description' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1822:91: note: Function 'xccdf_benchmark_get_description' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:864:1: note: Function 'xccdf_benchmark_get_description' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:864:1: style: Function 'xccdf_profile_get_description' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1967:87: note: Function 'xccdf_profile_get_description' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:864:1: note: Function 'xccdf_profile_get_description' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:864:1: style: Function 'xccdf_rule_get_description' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2047:81: note: Function 'xccdf_rule_get_description' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:864:1: note: Function 'xccdf_rule_get_description' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:864:1: style: Function 'xccdf_value_get_description' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2236:83: note: Function 'xccdf_value_get_description' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:864:1: note: Function 'xccdf_value_get_description' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:864:1: style: Function 'xccdf_group_get_description' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2189:83: note: Function 'xccdf_group_get_description' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:864:1: note: Function 'xccdf_group_get_description' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:870:1: style: Function 'xccdf_benchmark_get_version' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1826:71: note: Function 'xccdf_benchmark_get_version' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:870:1: note: Function 'xccdf_benchmark_get_version' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:870:1: style: Function 'xccdf_profile_get_version' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1971:67: note: Function 'xccdf_profile_get_version' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:870:1: note: Function 'xccdf_profile_get_version' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:870:1: style: Function 'xccdf_rule_get_version' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2051:61: note: Function 'xccdf_rule_get_version' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:870:1: note: Function 'xccdf_rule_get_version' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:870:1: style: Function 'xccdf_value_get_version' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2431:63: note: Function 'xccdf_value_get_version' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:870:1: note: Function 'xccdf_value_get_version' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:870:1: style: Function 'xccdf_group_get_version' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2191:63: note: Function 'xccdf_group_get_version' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:870:1: note: Function 'xccdf_group_get_version' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:871:1: style: Function 'xccdf_benchmark_get_cluster_id' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:68:74: note: Function 'xccdf_benchmark_get_cluster_id' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:871:1: note: Function 'xccdf_benchmark_get_cluster_id' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:871:1: style: Function 'xccdf_profile_get_cluster_id' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:67:70: note: Function 'xccdf_profile_get_cluster_id' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:871:1: note: Function 'xccdf_profile_get_cluster_id' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:871:1: style: Function 'xccdf_rule_get_cluster_id' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2067:64: note: Function 'xccdf_rule_get_cluster_id' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:871:1: note: Function 'xccdf_rule_get_cluster_id' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:871:1: style: Function 'xccdf_value_get_cluster_id' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2445:66: note: Function 'xccdf_value_get_cluster_id' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:871:1: note: Function 'xccdf_value_get_cluster_id' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:871:1: style: Function 'xccdf_group_get_cluster_id' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2199:66: note: Function 'xccdf_group_get_cluster_id' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:871:1: note: Function 'xccdf_group_get_cluster_id' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:872:1: style: Function 'xccdf_benchmark_get_version_update' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2469:78: note: Function 'xccdf_benchmark_get_version_update' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:872:1: note: Function 'xccdf_benchmark_get_version_update' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:872:1: style: Function 'xccdf_profile_get_version_update' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2474:74: note: Function 'xccdf_profile_get_version_update' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:872:1: note: Function 'xccdf_profile_get_version_update' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:872:1: style: Function 'xccdf_rule_get_version_update' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2483:68: note: Function 'xccdf_rule_get_version_update' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:872:1: note: Function 'xccdf_rule_get_version_update' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:872:1: style: Function 'xccdf_value_get_version_update' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2437:70: note: Function 'xccdf_value_get_version_update' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:872:1: note: Function 'xccdf_value_get_version_update' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:872:1: style: Function 'xccdf_group_get_version_update' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2492:70: note: Function 'xccdf_group_get_version_update' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:872:1: note: Function 'xccdf_group_get_version_update' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:873:1: style: Function 'xccdf_benchmark_get_version_time' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2471:76: note: Function 'xccdf_benchmark_get_version_time' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:873:1: note: Function 'xccdf_benchmark_get_version_time' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:873:1: style: Function 'xccdf_profile_get_version_time' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2476:72: note: Function 'xccdf_profile_get_version_time' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:873:1: note: Function 'xccdf_profile_get_version_time' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:873:1: style: Function 'xccdf_rule_get_version_time' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2485:66: note: Function 'xccdf_rule_get_version_time' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:873:1: note: Function 'xccdf_rule_get_version_time' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:873:1: style: Function 'xccdf_value_get_version_time' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2439:68: note: Function 'xccdf_value_get_version_time' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:873:1: note: Function 'xccdf_value_get_version_time' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:873:1: style: Function 'xccdf_group_get_version_time' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2490:68: note: Function 'xccdf_group_get_version_time' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:873:1: note: Function 'xccdf_group_get_version_time' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:874:1: style: Function 'xccdf_benchmark_get_weight' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:77:64: note: Function 'xccdf_benchmark_get_weight' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:874:1: note: Function 'xccdf_benchmark_get_weight' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:874:1: style: Function 'xccdf_profile_get_weight' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:76:60: note: Function 'xccdf_profile_get_weight' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:874:1: note: Function 'xccdf_profile_get_weight' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:874:1: style: Function 'xccdf_rule_get_weight' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2071:54: note: Function 'xccdf_rule_get_weight' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:874:1: note: Function 'xccdf_rule_get_weight' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:874:1: style: Function 'xccdf_value_get_weight' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:78:56: note: Function 'xccdf_value_get_weight' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:874:1: note: Function 'xccdf_value_get_weight' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:874:1: style: Function 'xccdf_group_get_weight' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2201:56: note: Function 'xccdf_group_get_weight' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:874:1: note: Function 'xccdf_group_get_weight' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:875:1: style: Function 'xccdf_benchmark_get_parent' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:75:77: note: Function 'xccdf_benchmark_get_parent' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:875:1: note: Function 'xccdf_benchmark_get_parent' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:875:1: style: Function 'xccdf_profile_get_parent' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:65:73: note: Function 'xccdf_profile_get_parent' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:875:1: note: Function 'xccdf_profile_get_parent' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:875:1: style: Function 'xccdf_rule_get_parent' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2034:67: note: Function 'xccdf_rule_get_parent' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:875:1: note: Function 'xccdf_rule_get_parent' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:875:1: style: Function 'xccdf_value_get_parent' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2328:69: note: Function 'xccdf_value_get_parent' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:875:1: note: Function 'xccdf_value_get_parent' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:875:1: style: Function 'xccdf_group_get_parent' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2170:69: note: Function 'xccdf_group_get_parent' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:875:1: note: Function 'xccdf_group_get_parent' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:876:1: style: Function 'xccdf_profile_get_extends' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1975:67: note: Function 'xccdf_profile_get_extends' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:876:1: note: Function 'xccdf_profile_get_extends' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:876:1: style: Function 'xccdf_rule_get_extends' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2079:61: note: Function 'xccdf_rule_get_extends' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:876:1: note: Function 'xccdf_rule_get_extends' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:876:1: style: Function 'xccdf_value_get_extends' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2238:63: note: Function 'xccdf_value_get_extends' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:876:1: note: Function 'xccdf_value_get_extends' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:876:1: style: Function 'xccdf_group_get_extends' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2205:63: note: Function 'xccdf_group_get_extends' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:876:1: note: Function 'xccdf_group_get_extends' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:877:1: style: Function 'xccdf_benchmark_get_resolved' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1814:65: note: Function 'xccdf_benchmark_get_resolved' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:877:1: note: Function 'xccdf_benchmark_get_resolved' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:877:1: style: Function 'xccdf_profile_get_resolved' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:55:61: note: Function 'xccdf_profile_get_resolved' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:877:1: note: Function 'xccdf_profile_get_resolved' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:877:1: style: Function 'xccdf_rule_get_resolved' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:48:55: note: Function 'xccdf_rule_get_resolved' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:877:1: note: Function 'xccdf_rule_get_resolved' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:877:1: style: Function 'xccdf_group_get_resolved' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:41:57: note: Function 'xccdf_group_get_resolved' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:877:1: note: Function 'xccdf_group_get_resolved' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:877:1: style: Function 'xccdf_value_get_resolved' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:53:57: note: Function 'xccdf_value_get_resolved' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:877:1: note: Function 'xccdf_value_get_resolved' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:878:1: style: Function 'xccdf_benchmark_get_hidden' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:29:63: note: Function 'xccdf_benchmark_get_hidden' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:878:1: note: Function 'xccdf_benchmark_get_hidden' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:878:1: style: Function 'xccdf_profile_get_hidden' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:56:59: note: Function 'xccdf_profile_get_hidden' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:878:1: note: Function 'xccdf_profile_get_hidden' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:878:1: style: Function 'xccdf_rule_get_hidden' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2091:53: note: Function 'xccdf_rule_get_hidden' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:878:1: note: Function 'xccdf_rule_get_hidden' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:878:1: style: Function 'xccdf_group_get_hidden' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2211:55: note: Function 'xccdf_group_get_hidden' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:878:1: note: Function 'xccdf_group_get_hidden' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:878:1: style: Function 'xccdf_value_get_hidden' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2244:55: note: Function 'xccdf_value_get_hidden' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:878:1: note: Function 'xccdf_value_get_hidden' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:879:1: style: Function 'xccdf_benchmark_get_selected' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:30:65: note: Function 'xccdf_benchmark_get_selected' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:879:1: note: Function 'xccdf_benchmark_get_selected' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:879:1: style: Function 'xccdf_profile_get_selected' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:57:61: note: Function 'xccdf_profile_get_selected' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:879:1: note: Function 'xccdf_profile_get_selected' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:879:1: style: Function 'xccdf_rule_get_selected' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2095:55: note: Function 'xccdf_rule_get_selected' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:879:1: note: Function 'xccdf_rule_get_selected' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:879:1: style: Function 'xccdf_group_get_selected' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2213:57: note: Function 'xccdf_group_get_selected' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:879:1: note: Function 'xccdf_group_get_selected' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:879:1: style: Function 'xccdf_value_get_selected' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:54:57: note: Function 'xccdf_value_get_selected' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:879:1: note: Function 'xccdf_value_get_selected' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: style: Function 'xccdf_benchmark_get_metadata' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1944:90: note: Function 'xccdf_benchmark_get_metadata' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: note: Function 'xccdf_benchmark_get_metadata' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: style: Function 'xccdf_profile_get_metadata' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2027:86: note: Function 'xccdf_profile_get_metadata' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: note: Function 'xccdf_profile_get_metadata' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: style: Function 'xccdf_rule_get_metadata' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2163:80: note: Function 'xccdf_rule_get_metadata' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: note: Function 'xccdf_rule_get_metadata' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: style: Function 'xccdf_value_get_metadata' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2268:82: note: Function 'xccdf_value_get_metadata' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: note: Function 'xccdf_value_get_metadata' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: style: Function 'xccdf_group_get_metadata' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2229:82: note: Function 'xccdf_group_get_metadata' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: note: Function 'xccdf_group_get_metadata' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: style: Function 'xccdf_result_get_metadata' argument 1 names different: declaration 'result' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2591:84: note: Function 'xccdf_result_get_metadata' argument 1 names different: declaration 'result' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:880:1: note: Function 'xccdf_result_get_metadata' argument 1 names different: declaration 'result' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:881:1: style: Function 'xccdf_item_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2750:67: note: Function 'xccdf_item_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:881:1: note: Function 'xccdf_item_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:882:1: style: Function 'xccdf_benchmark_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2770:77: note: Function 'xccdf_benchmark_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:882:1: note: Function 'xccdf_benchmark_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:883:1: style: Function 'xccdf_profile_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2794:73: note: Function 'xccdf_profile_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:883:1: note: Function 'xccdf_profile_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:884:1: style: Function 'xccdf_group_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2850:69: note: Function 'xccdf_group_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:884:1: note: Function 'xccdf_group_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:885:1: style: Function 'xccdf_rule_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2827:67: note: Function 'xccdf_rule_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:885:1: note: Function 'xccdf_rule_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:886:1: style: Function 'xccdf_value_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2877:69: note: Function 'xccdf_value_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:886:1: note: Function 'xccdf_value_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:887:1: style: Function 'xccdf_result_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:3023:71: note: Function 'xccdf_result_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:887:1: note: Function 'xccdf_result_add_metadata' argument 2 names different: declaration 'metadata' definition 'newval'.
openscap-1.2.9/src/XCCDF/item.c:888:1: style: Function 'xccdf_benchmark_get_multiple' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:31:65: note: Function 'xccdf_benchmark_get_multiple' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:888:1: note: Function 'xccdf_benchmark_get_multiple' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:888:1: style: Function 'xccdf_profile_get_multiple' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:58:61: note: Function 'xccdf_profile_get_multiple' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:888:1: note: Function 'xccdf_profile_get_multiple' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:888:1: style: Function 'xccdf_rule_get_multiple' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2099:55: note: Function 'xccdf_rule_get_multiple' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:888:1: note: Function 'xccdf_rule_get_multiple' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:888:1: style: Function 'xccdf_group_get_multiple' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:42:57: note: Function 'xccdf_group_get_multiple' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:888:1: note: Function 'xccdf_group_get_multiple' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:888:1: style: Function 'xccdf_value_get_multiple' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:50:57: note: Function 'xccdf_value_get_multiple' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:888:1: note: Function 'xccdf_value_get_multiple' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:889:1: style: Function 'xccdf_benchmark_get_prohibit_changes' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:32:73: note: Function 'xccdf_benchmark_get_prohibit_changes' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:889:1: note: Function 'xccdf_benchmark_get_prohibit_changes' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:889:1: style: Function 'xccdf_profile_get_prohibit_changes' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1987:69: note: Function 'xccdf_profile_get_prohibit_changes' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:889:1: note: Function 'xccdf_profile_get_prohibit_changes' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:889:1: style: Function 'xccdf_rule_get_prohibit_changes' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2087:63: note: Function 'xccdf_rule_get_prohibit_changes' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:889:1: note: Function 'xccdf_rule_get_prohibit_changes' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:889:1: style: Function 'xccdf_group_get_prohibit_changes' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2209:65: note: Function 'xccdf_group_get_prohibit_changes' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:889:1: note: Function 'xccdf_group_get_prohibit_changes' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:889:1: style: Function 'xccdf_value_get_prohibit_changes' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2242:65: note: Function 'xccdf_value_get_prohibit_changes' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:889:1: note: Function 'xccdf_value_get_prohibit_changes' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:890:1: style: Function 'xccdf_benchmark_get_abstract' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:33:65: note: Function 'xccdf_benchmark_get_abstract' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:890:1: note: Function 'xccdf_benchmark_get_abstract' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:890:1: style: Function 'xccdf_profile_get_abstract' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1983:61: note: Function 'xccdf_profile_get_abstract' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:890:1: note: Function 'xccdf_profile_get_abstract' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:890:1: style: Function 'xccdf_rule_get_abstract' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2083:55: note: Function 'xccdf_rule_get_abstract' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:890:1: note: Function 'xccdf_rule_get_abstract' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:890:1: style: Function 'xccdf_group_get_abstract' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2207:57: note: Function 'xccdf_group_get_abstract' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:890:1: note: Function 'xccdf_group_get_abstract' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:890:1: style: Function 'xccdf_value_get_abstract' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2240:57: note: Function 'xccdf_value_get_abstract' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:890:1: note: Function 'xccdf_value_get_abstract' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:891:1: style: Function 'xccdf_benchmark_get_interactive' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:34:68: note: Function 'xccdf_benchmark_get_interactive' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:891:1: note: Function 'xccdf_benchmark_get_interactive' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:891:1: style: Function 'xccdf_profile_get_interactive' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:59:64: note: Function 'xccdf_profile_get_interactive' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:891:1: note: Function 'xccdf_profile_get_interactive' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:891:1: style: Function 'xccdf_rule_get_interactive' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:49:58: note: Function 'xccdf_rule_get_interactive' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:891:1: note: Function 'xccdf_rule_get_interactive' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:891:1: style: Function 'xccdf_group_get_interactive' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:43:60: note: Function 'xccdf_group_get_interactive' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:891:1: note: Function 'xccdf_group_get_interactive' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:891:1: style: Function 'xccdf_value_get_interactive' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2246:60: note: Function 'xccdf_value_get_interactive' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:891:1: note: Function 'xccdf_value_get_interactive' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:892:1: style: Function 'xccdf_benchmark_get_platforms' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1862:91: note: Function 'xccdf_benchmark_get_platforms' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:892:1: note: Function 'xccdf_benchmark_get_platforms' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:892:1: style: Function 'xccdf_profile_get_platforms' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1991:87: note: Function 'xccdf_profile_get_platforms' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:892:1: note: Function 'xccdf_profile_get_platforms' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:892:1: style: Function 'xccdf_rule_get_platforms' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2103:81: note: Function 'xccdf_rule_get_platforms' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:892:1: note: Function 'xccdf_rule_get_platforms' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:892:1: style: Function 'xccdf_value_get_platforms' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:73:83: note: Function 'xccdf_value_get_platforms' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:892:1: note: Function 'xccdf_value_get_platforms' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:892:1: style: Function 'xccdf_group_get_platforms' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2215:83: note: Function 'xccdf_group_get_platforms' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:892:1: note: Function 'xccdf_group_get_platforms' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:894:1: style: Function 'xccdf_benchmark_get_warnings' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2467:91: note: Function 'xccdf_benchmark_get_warnings' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:894:1: note: Function 'xccdf_benchmark_get_warnings' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:894:1: style: Function 'xccdf_profile_get_warnings' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/unused.h:27:87: note: Function 'xccdf_profile_get_warnings' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:894:1: note: Function 'xccdf_profile_get_warnings' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:894:1: style: Function 'xccdf_rule_get_warnings' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2059:81: note: Function 'xccdf_rule_get_warnings' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:894:1: note: Function 'xccdf_rule_get_warnings' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:894:1: style: Function 'xccdf_value_get_warnings' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2435:83: note: Function 'xccdf_value_get_warnings' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:894:1: note: Function 'xccdf_value_get_warnings' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:894:1: style: Function 'xccdf_group_get_warnings' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2195:83: note: Function 'xccdf_group_get_warnings' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:894:1: note: Function 'xccdf_group_get_warnings' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:895:1: style: Function 'xccdf_benchmark_get_statuses' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1850:90: note: Function 'xccdf_benchmark_get_statuses' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:895:1: note: Function 'xccdf_benchmark_get_statuses' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:895:1: style: Function 'xccdf_profile_get_statuses' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1995:86: note: Function 'xccdf_profile_get_statuses' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:895:1: note: Function 'xccdf_profile_get_statuses' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:895:1: style: Function 'xccdf_rule_get_statuses' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2107:80: note: Function 'xccdf_rule_get_statuses' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:895:1: note: Function 'xccdf_rule_get_statuses' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:895:1: style: Function 'xccdf_value_get_statuses' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2248:82: note: Function 'xccdf_value_get_statuses' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:895:1: note: Function 'xccdf_value_get_statuses' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:895:1: style: Function 'xccdf_group_get_statuses' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2217:82: note: Function 'xccdf_group_get_statuses' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:895:1: note: Function 'xccdf_group_get_statuses' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:919:95: style: Function 'xccdf_benchmark_get_references' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1858:95: note: Function 'xccdf_benchmark_get_references' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:919:95: note: Function 'xccdf_benchmark_get_references' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:920:96: style: Function 'xccdf_benchmark_get_dc_statuses' argument 1 names different: declaration 'benchmark' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1854:96: note: Function 'xccdf_benchmark_get_dc_statuses' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:920:96: note: Function 'xccdf_benchmark_get_dc_statuses' argument 1 names different: declaration 'benchmark' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:921:87: style: Function 'xccdf_value_get_references' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2252:87: note: Function 'xccdf_value_get_references' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:921:87: note: Function 'xccdf_value_get_references' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:922:88: style: Function 'xccdf_value_get_dc_statuses' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2250:88: note: Function 'xccdf_value_get_dc_statuses' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:922:88: note: Function 'xccdf_value_get_dc_statuses' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:923:87: style: Function 'xccdf_group_get_references' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2221:87: note: Function 'xccdf_group_get_references' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:923:87: note: Function 'xccdf_group_get_references' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:924:88: style: Function 'xccdf_group_get_dc_statuses' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2219:88: note: Function 'xccdf_group_get_dc_statuses' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:924:88: note: Function 'xccdf_group_get_dc_statuses' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:925:85: style: Function 'xccdf_rule_get_references' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2115:85: note: Function 'xccdf_rule_get_references' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:925:85: note: Function 'xccdf_rule_get_references' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:926:86: style: Function 'xccdf_rule_get_dc_statuses' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2111:86: note: Function 'xccdf_rule_get_dc_statuses' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:926:86: note: Function 'xccdf_rule_get_dc_statuses' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:927:91: style: Function 'xccdf_profile_get_references' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2003:91: note: Function 'xccdf_profile_get_references' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:927:91: note: Function 'xccdf_profile_get_references' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:928:92: style: Function 'xccdf_profile_get_dc_statuses' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:1999:92: note: Function 'xccdf_profile_get_dc_statuses' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:928:92: note: Function 'xccdf_profile_get_dc_statuses' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/item.c:1071:48: style: Function 'xccdf_warning_free' argument 1 names different: declaration 'warn' definition 'w'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:911:48: note: Function 'xccdf_warning_free' argument 1 names different: declaration 'warn' definition 'w'.
openscap-1.2.9/src/XCCDF/item.c:1071:48: note: Function 'xccdf_warning_free' argument 1 names different: declaration 'warn' definition 'w'.
openscap-1.2.9/src/XCCDF/item.c:1093:77: style: Function 'xccdf_benchmark_item_clone' argument 1 names different: declaration 'clone' definition 'parent'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/item.h:512:77: note: Function 'xccdf_benchmark_item_clone' argument 1 names different: declaration 'clone' definition 'parent'.
openscap-1.2.9/src/XCCDF/item.c:1093:77: note: Function 'xccdf_benchmark_item_clone' argument 1 names different: declaration 'clone' definition 'parent'.
openscap-1.2.9/src/XCCDF/profile.c:86:88: style: Function 'xccdf_refine_value_clone' argument 1 names different: declaration 'old_value' definition 'value'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2987:88: note: Function 'xccdf_refine_value_clone' argument 1 names different: declaration 'old_value' definition 'value'.
openscap-1.2.9/src/XCCDF/profile.c:86:88: note: Function 'xccdf_refine_value_clone' argument 1 names different: declaration 'old_value' definition 'value'.
openscap-1.2.9/src/XCCDF/profile.c:103:85: style: Function 'xccdf_refine_rule_clone' argument 1 names different: declaration 'old_rule' definition 'rule'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2972:85: note: Function 'xccdf_refine_rule_clone' argument 1 names different: declaration 'old_rule' definition 'rule'.
openscap-1.2.9/src/XCCDF/profile.c:103:85: note: Function 'xccdf_refine_rule_clone' argument 1 names different: declaration 'old_rule' definition 'rule'.
openscap-1.2.9/src/XCCDF/profile.c:115:71: style: Function 'xccdf_refine_rule_weight_defined' argument 1 names different: declaration 'item' definition 'rule'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2527:71: note: Function 'xccdf_refine_rule_weight_defined' argument 1 names different: declaration 'item' definition 'rule'.
openscap-1.2.9/src/XCCDF/profile.c:115:71: note: Function 'xccdf_refine_rule_weight_defined' argument 1 names different: declaration 'item' definition 'rule'.
openscap-1.2.9/src/XCCDF/profile.c:127:69: style: Function 'xccdf_select_clone' argument 1 names different: declaration 'select' definition 'sel'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:902:69: note: Function 'xccdf_select_clone' argument 1 names different: declaration 'select' definition 'sel'.
openscap-1.2.9/src/XCCDF/profile.c:127:69: note: Function 'xccdf_select_clone' argument 1 names different: declaration 'select' definition 'sel'.
openscap-1.2.9/src/XCCDF/profile.c:146:55: style: Function 'xccdf_refine_rule_free' argument 1 names different: declaration 'obj' definition 'rr'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:914:55: note: Function 'xccdf_refine_rule_free' argument 1 names different: declaration 'obj' definition 'rr'.
openscap-1.2.9/src/XCCDF/profile.c:146:55: note: Function 'xccdf_refine_rule_free' argument 1 names different: declaration 'obj' definition 'rr'.
openscap-1.2.9/src/XCCDF/profile.c:204:72: style: Function 'xccdf_profile_clone' argument 1 names different: declaration 'profile' definition 'old_profile'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:790:74: note: Function 'xccdf_profile_clone' argument 1 names different: declaration 'profile' definition 'old_profile'.
openscap-1.2.9/src/XCCDF/profile.c:204:72: note: Function 'xccdf_profile_clone' argument 1 names different: declaration 'profile' definition 'old_profile'.
openscap-1.2.9/src/XCCDF/profile.c:483:1: style: Function 'xccdf_profile_get_status_current' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2007:84: note: Function 'xccdf_profile_get_status_current' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:483:1: note: Function 'xccdf_profile_get_status_current' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:484:1: style: Function 'xccdf_profile_get_note_tag' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2480:68: note: Function 'xccdf_profile_get_note_tag' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:484:1: note: Function 'xccdf_profile_get_note_tag' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:485:1: style: Function 'xccdf_profile_set_tailoring' argument 2 names different: declaration 'tailoring' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2792:67: note: Function 'xccdf_profile_set_tailoring' argument 2 names different: declaration 'tailoring' definition 'newval'.
openscap-1.2.9/src/XCCDF/profile.c:485:1: note: Function 'xccdf_profile_set_tailoring' argument 2 names different: declaration 'tailoring' definition 'newval'.
openscap-1.2.9/src/XCCDF/profile.c:485:1: style: Function 'xccdf_profile_get_tailoring' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2478:62: note: Function 'xccdf_profile_get_tailoring' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:485:1: note: Function 'xccdf_profile_get_tailoring' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:486:1: style: Function 'xccdf_profile_get_selects' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2011:85: note: Function 'xccdf_profile_get_selects' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:486:1: note: Function 'xccdf_profile_get_selects' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:487:1: style: Function 'xccdf_profile_get_setvalues' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2015:89: note: Function 'xccdf_profile_get_setvalues' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:487:1: note: Function 'xccdf_profile_get_setvalues' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:488:1: style: Function 'xccdf_profile_get_refine_values' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2019:97: note: Function 'xccdf_profile_get_refine_values' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:488:1: note: Function 'xccdf_profile_get_refine_values' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:489:1: style: Function 'xccdf_profile_get_refine_rules' argument 1 names different: declaration 'profile' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2023:95: note: Function 'xccdf_profile_get_refine_rules' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/profile.c:489:1: note: Function 'xccdf_profile_get_refine_rules' argument 1 names different: declaration 'profile' definition 'item'.
openscap-1.2.9/src/XCCDF/resolve.c:340:31: style: The scope of the variable 'inst_child' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF/result.c:470:82: style: Function 'xccdf_target_identifier_get_xml_node' argument 1 names different: declaration 'item' definition 'ti'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2664:82: note: Function 'xccdf_target_identifier_get_xml_node' argument 1 names different: declaration 'item' definition 'ti'.
openscap-1.2.9/src/XCCDF/result.c:470:82: note: Function 'xccdf_target_identifier_get_xml_node' argument 1 names different: declaration 'item' definition 'ti'.
openscap-1.2.9/src/XCCDF/result.c:492:86: style: Function 'xccdf_target_identifier_get_system' argument 1 names different: declaration 'item' definition 'ti'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2666:86: note: Function 'xccdf_target_identifier_get_system' argument 1 names different: declaration 'item' definition 'ti'.
openscap-1.2.9/src/XCCDF/result.c:492:86: note: Function 'xccdf_target_identifier_get_system' argument 1 names different: declaration 'item' definition 'ti'.
openscap-1.2.9/src/XCCDF/result.c:514:84: style: Function 'xccdf_target_identifier_get_href' argument 1 names different: declaration 'item' definition 'ti'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2668:84: note: Function 'xccdf_target_identifier_get_href' argument 1 names different: declaration 'item' definition 'ti'.
openscap-1.2.9/src/XCCDF/result.c:514:84: note: Function 'xccdf_target_identifier_get_href' argument 1 names different: declaration 'item' definition 'ti'.
openscap-1.2.9/src/XCCDF/result.c:536:84: style: Function 'xccdf_target_identifier_get_name' argument 1 names different: declaration 'item' definition 'ti'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2670:84: note: Function 'xccdf_target_identifier_get_name' argument 1 names different: declaration 'item' definition 'ti'.
openscap-1.2.9/src/XCCDF/result.c:536:84: note: Function 'xccdf_target_identifier_get_name' argument 1 names different: declaration 'item' definition 'ti'.
openscap-1.2.9/src/XCCDF/result.c:1157:121: style: Function 'xccdf_rule_result_override' argument 3 names different: declaration 'time' definition 'waiver_time'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2603:121: note: Function 'xccdf_rule_result_override' argument 3 names different: declaration 'time' definition 'waiver_time'.
openscap-1.2.9/src/XCCDF/result.c:1157:121: note: Function 'xccdf_rule_result_override' argument 3 names different: declaration 'time' definition 'waiver_time'.
openscap-1.2.9/src/XCCDF/result.c:1339:1: style: Function 'xccdf_rule_result_set_time_current' argument 1 names different: declaration 'item' definition 'r'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/item.h:485:66: note: Function 'xccdf_rule_result_set_time_current' argument 1 names different: declaration 'item' definition 'r'.
openscap-1.2.9/src/XCCDF/result.c:1339:1: note: Function 'xccdf_rule_result_set_time_current' argument 1 names different: declaration 'item' definition 'r'.
openscap-1.2.9/src/XCCDF/result.c:1340:1: style: Function 'xccdf_result_set_start_time_current' argument 1 names different: declaration 'item' definition 'r'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/item.h:486:62: note: Function 'xccdf_result_set_start_time_current' argument 1 names different: declaration 'item' definition 'r'.
openscap-1.2.9/src/XCCDF/result.c:1340:1: note: Function 'xccdf_result_set_start_time_current' argument 1 names different: declaration 'item' definition 'r'.
openscap-1.2.9/src/XCCDF/result.c:1341:1: style: Function 'xccdf_result_set_end_time_current' argument 1 names different: declaration 'item' definition 'r'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/item.h:487:60: note: Function 'xccdf_result_set_end_time_current' argument 1 names different: declaration 'item' definition 'r'.
openscap-1.2.9/src/XCCDF/result.c:1341:1: note: Function 'xccdf_result_set_end_time_current' argument 1 names different: declaration 'item' definition 'r'.
openscap-1.2.9/src/XCCDF/result.c:174:18: style: Unused variable: ifaddr [unusedVariable]
openscap-1.2.9/src/XCCDF/result.c:174:27: style: Unused variable: ifa [unusedVariable]
openscap-1.2.9/src/XCCDF/result.c:175:6: style: Unused variable: fd [unusedVariable]
openscap-1.2.9/src/XCCDF/result_scoring.c:62:30: style: The scope of the variable 'ch_score' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF/result_scoring.c:63:28: style: The scope of the variable 'rule_result' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF/result_scoring.c:64:21: style: The scope of the variable 'child' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF/result_scoring.c:162:27: style: The scope of the variable 'ch_score' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF/result_scoring.c:163:28: style: The scope of the variable 'rule_result' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF/result_scoring.c:164:21: style: The scope of the variable 'child' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF/rule.c:516:1: style: Function 'xccdf_ident_get_id' argument 1 names different: declaration 'ident' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2345:58: note: Function 'xccdf_ident_get_id' argument 1 names different: declaration 'ident' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:516:1: note: Function 'xccdf_ident_get_id' argument 1 names different: declaration 'ident' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:516:47: style: Function 'xccdf_ident_get_system' argument 1 names different: declaration 'ident' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2347:62: note: Function 'xccdf_ident_get_system' argument 1 names different: declaration 'ident' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:516:47: note: Function 'xccdf_ident_get_system' argument 1 names different: declaration 'ident' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1104:1: style: Function 'xccdf_rule_get_status_current' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2119:78: note: Function 'xccdf_rule_get_status_current' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1104:1: note: Function 'xccdf_rule_get_status_current' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1105:1: style: Function 'xccdf_group_get_status_current' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2223:80: note: Function 'xccdf_group_get_status_current' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1105:1: note: Function 'xccdf_group_get_status_current' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1106:1: style: Function 'xccdf_group_get_content' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2179:79: note: Function 'xccdf_group_get_content' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1106:1: note: Function 'xccdf_group_get_content' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1107:1: style: Function 'xccdf_group_get_values' argument 1 names different: declaration 'group' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2182:79: note: Function 'xccdf_group_get_values' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1107:1: note: Function 'xccdf_group_get_values' argument 1 names different: declaration 'group' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1124:1: style: Function 'xccdf_rule_get_impact_metric' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2123:67: note: Function 'xccdf_rule_get_impact_metric' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1124:1: note: Function 'xccdf_rule_get_impact_metric' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1125:1: style: Function 'xccdf_rule_get_role' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2127:59: note: Function 'xccdf_rule_get_role' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1125:1: note: Function 'xccdf_rule_get_role' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1126:1: style: Function 'xccdf_rule_get_severity' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2131:64: note: Function 'xccdf_rule_get_severity' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1126:1: note: Function 'xccdf_rule_get_severity' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1127:1: style: Function 'xccdf_rule_get_idents' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2135:77: note: Function 'xccdf_rule_get_idents' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1127:1: note: Function 'xccdf_rule_get_idents' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1128:1: style: Function 'xccdf_rule_get_checks' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2139:77: note: Function 'xccdf_rule_get_checks' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1128:1: note: Function 'xccdf_rule_get_checks' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1129:1: style: Function 'xccdf_rule_get_profile_notes' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2143:91: note: Function 'xccdf_rule_get_profile_notes' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1129:1: note: Function 'xccdf_rule_get_profile_notes' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1130:1: style: Function 'xccdf_rule_get_fixes' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2147:74: note: Function 'xccdf_rule_get_fixes' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1130:1: note: Function 'xccdf_rule_get_fixes' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1131:1: style: Function 'xccdf_rule_get_fixtexts' argument 1 names different: declaration 'rule' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2151:81: note: Function 'xccdf_rule_get_fixtexts' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/rule.c:1131:1: note: Function 'xccdf_rule_get_fixtexts' argument 1 names different: declaration 'rule' definition 'item'.
openscap-1.2.9/src/XCCDF/value.c:116:31: style: The scope of the variable 'val' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF/value.c:272:48: style: Function 'xccdf_value_set_oper' argument 1 names different: declaration 'item' definition 'value'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2873:48: note: Function 'xccdf_value_set_oper' argument 1 names different: declaration 'item' definition 'value'.
openscap-1.2.9/src/XCCDF/value.c:272:48: note: Function 'xccdf_value_set_oper' argument 1 names different: declaration 'item' definition 'value'.
openscap-1.2.9/src/XCCDF/value.c:375:1: style: Function 'xccdf_value_get_status_current' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2254:80: note: Function 'xccdf_value_get_status_current' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/value.c:375:1: note: Function 'xccdf_value_get_status_current' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/value.c:376:1: style: Function 'xccdf_value_get_type' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2256:67: note: Function 'xccdf_value_get_type' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/value.c:376:1: note: Function 'xccdf_value_get_type' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/value.c:377:1: style: Function 'xccdf_value_get_interface_hint' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2258:81: note: Function 'xccdf_value_get_interface_hint' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/value.c:377:1: note: Function 'xccdf_value_get_interface_hint' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/value.c:378:1: style: Function 'xccdf_value_get_oper' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2260:65: note: Function 'xccdf_value_get_oper' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/value.c:378:1: note: Function 'xccdf_value_get_oper' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/value.c:380:1: style: Function 'xccdf_value_get_sources' argument 1 names different: declaration 'value' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF/public/xccdf_benchmark.h:2443:81: note: Function 'xccdf_value_get_sources' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/value.c:380:1: note: Function 'xccdf_value_get_sources' argument 1 names different: declaration 'value' definition 'item'.
openscap-1.2.9/src/XCCDF/xccdf_session.c:1121:4: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscap-1.2.9/src/XCCDF/xccdf_session.c:644:2: style: Variable 'xccdf_path_cpy' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/XCCDF/xccdf_session.c:639:0: note: Variable 'xccdf_path_cpy' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/xccdf_session.c:644:2: note: Variable 'xccdf_path_cpy' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/xccdf_session.c:645:2: style: Variable 'dir_path' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/XCCDF/xccdf_session.c:640:0: note: Variable 'dir_path' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/xccdf_session.c:645:2: note: Variable 'dir_path' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/xccdf_session.c:647:2: style: Variable 'resources' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/XCCDF/xccdf_session.c:632:0: note: Variable 'resources' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/xccdf_session.c:647:2: note: Variable 'resources' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/xccdf_session.c:650:2: style: Variable 'files' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/XCCDF/xccdf_session.c:633:0: note: Variable 'files' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/xccdf_session.c:650:2: note: Variable 'files' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/xccdf_session.c:651:2: style: Variable 'files_it' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/XCCDF/xccdf_session.c:634:0: note: Variable 'files_it' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/xccdf_session.c:651:2: note: Variable 'files_it' is reassigned a value before the old one has been used.
openscap-1.2.9/src/XCCDF/xccdf_session.c:624:3: error: Common realloc mistake: 'resources' nulled but not freed upon failure [memleakOnRealloc]
openscap-1.2.9/src/XCCDF_POLICY/check_engine_plugin.c:188:0: error: #error "LT_CURRENT_MINUS_AGE has not been defined! It is necessary to figure out plugin paths to load." [preprocessorErrorDirective]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:422:39: style: The scope of the variable 'check' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:423:39: style: The scope of the variable 'value' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:425:39: style: The scope of the variable 'binding' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:427:39: style: The scope of the variable 'r_value' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:428:39: style: The scope of the variable 's_value' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:481:47: style: The scope of the variable 'child_it' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:482:47: style: The scope of the variable 'child' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:483:47: style: The scope of the variable 'content_it' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:484:47: style: The scope of the variable 'content' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:485:47: style: The scope of the variable 'content_name' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:486:47: style: The scope of the variable 'system_name' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:487:47: style: The scope of the variable 'href' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:488:47: style: The scope of the variable 'bindings' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:490:47: style: The scope of the variable 'ret2' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1014:34: style: The scope of the variable 'content' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1015:14: style: The scope of the variable 'content_name' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1016:14: style: The scope of the variable 'href' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1096:39: style: The scope of the variable 'child_it' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1097:39: style: The scope of the variable 'child' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1227:47: style: The scope of the variable 'child_it' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1228:47: style: The scope of the variable 'child' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1229:47: style: The scope of the variable 'content_it' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1230:47: style: The scope of the variable 'content' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1232:20: style: The scope of the variable 'href' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1235:47: style: The scope of the variable 'sub_files' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1282:35: style: The scope of the variable 'child' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1284:35: style: The scope of the variable 'check' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1348:47: style: The scope of the variable 'child_it' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1349:47: style: The scope of the variable 'child' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1350:47: style: The scope of the variable 'content_it' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1351:47: style: The scope of the variable 'content' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1354:47: style: The scope of the variable 'sub_names' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1391:35: style: The scope of the variable 'child' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1393:35: style: The scope of the variable 'check' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1606:39: style: The scope of the variable 'result' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1770:36: style: The scope of the variable 'item' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1874:43: style: The scope of the variable 'r_rule' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1875:43: style: The scope of the variable 'item' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:1986:39: style: The scope of the variable 'ret' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:2067:123: style: Function 'xccdf_policy_get_score' argument 3 names different: declaration 'system' definition 'scsystem'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF_POLICY/public/xccdf_policy.h:703:123: note: Function 'xccdf_policy_get_score' argument 3 names different: declaration 'system' definition 'scsystem'.
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy.c:2067:123: note: Function 'xccdf_policy_get_score' argument 3 names different: declaration 'system' definition 'scsystem'.
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy_engine.c:52:61: style: Function 'xccdf_policy_engine_filter' argument 1 names different: declaration 'cb' definition 'engine'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy_engine_priv.h:55:61: note: Function 'xccdf_policy_engine_filter' argument 1 names different: declaration 'cb' definition 'engine'.
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy_engine.c:52:61: note: Function 'xccdf_policy_engine_filter' argument 1 names different: declaration 'cb' definition 'engine'.
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy_remediate.c:408:6: style: The scope of the variable 'report' can be reduced. [variableScope]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy_resolve.c:89:121: style: Function 'xccdf_policy_get_refine_rule_by_item' argument 2 names different: declaration 'item' definition 'rule'. [funcArgNamesDifferent]
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy_resolve.h:49:122: note: Function 'xccdf_policy_get_refine_rule_by_item' argument 2 names different: declaration 'item' definition 'rule'.
openscap-1.2.9/src/XCCDF_POLICY/xccdf_policy_resolve.c:89:121: note: Function 'xccdf_policy_get_refine_rule_by_item' argument 2 names different: declaration 'item' definition 'rule'.
openscap-1.2.9/src/common/alloc.c:120:47: style: Function '__oscap_alloc_dbg' argument 2 names different: declaration 'f' definition 'func'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/alloc.h:102:47: note: Function '__oscap_alloc_dbg' argument 2 names different: declaration 'f' definition 'func'.
openscap-1.2.9/src/common/alloc.c:120:47: note: Function '__oscap_alloc_dbg' argument 2 names different: declaration 'f' definition 'func'.
openscap-1.2.9/src/common/alloc.c:120:60: style: Function '__oscap_alloc_dbg' argument 3 names different: declaration 'l' definition 'line'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/alloc.h:102:57: note: Function '__oscap_alloc_dbg' argument 3 names different: declaration 'l' definition 'line'.
openscap-1.2.9/src/common/alloc.c:120:60: note: Function '__oscap_alloc_dbg' argument 3 names different: declaration 'l' definition 'line'.
openscap-1.2.9/src/common/bfind.c:38:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openscap-1.2.9/src/common/bfind.c:63:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
openscap-1.2.9/src/common/list.c:163:33: style: The scope of the variable 'to_del' can be reduced. [variableScope]
openscap-1.2.9/src/common/memusage.c:194:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscap-1.2.9/src/common/memusage.c:212:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscap-1.2.9/src/common/text.c:50:1: style: Function 'oscap_text_get_text' argument 1 names different: declaration 'text' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/public/oscap_text.h:110:58: note: Function 'oscap_text_get_text' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/text.c:50:1: note: Function 'oscap_text_get_text' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/text.c:50:1: style: Function 'oscap_text_set_text' argument 1 names different: declaration 'text' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/public/oscap_text.h:159:45: note: Function 'oscap_text_set_text' argument 1 names different: declaration 'text' definition 'obj'.
openscap-1.2.9/src/common/text.c:50:1: note: Function 'oscap_text_set_text' argument 1 names different: declaration 'text' definition 'obj'.
openscap-1.2.9/src/common/text.c:50:1: style: Function 'oscap_text_set_text' argument 2 names different: declaration 'string' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/public/oscap_text.h:159:64: note: Function 'oscap_text_set_text' argument 2 names different: declaration 'string' definition 'newval'.
openscap-1.2.9/src/common/text.c:50:1: note: Function 'oscap_text_set_text' argument 2 names different: declaration 'string' definition 'newval'.
openscap-1.2.9/src/common/text.c:51:1: style: Function 'oscap_text_get_lang' argument 1 names different: declaration 'text' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/public/oscap_text.h:112:58: note: Function 'oscap_text_get_lang' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/text.c:51:1: note: Function 'oscap_text_get_lang' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/text.c:51:1: style: Function 'oscap_text_set_lang' argument 1 names different: declaration 'text' definition 'obj'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/public/oscap_text.h:161:45: note: Function 'oscap_text_set_lang' argument 1 names different: declaration 'text' definition 'obj'.
openscap-1.2.9/src/common/text.c:51:1: note: Function 'oscap_text_set_lang' argument 1 names different: declaration 'text' definition 'obj'.
openscap-1.2.9/src/common/text.c:51:1: style: Function 'oscap_text_set_lang' argument 2 names different: declaration 'string' definition 'newval'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/public/oscap_text.h:161:63: note: Function 'oscap_text_set_lang' argument 2 names different: declaration 'string' definition 'newval'.
openscap-1.2.9/src/common/text.c:51:1: note: Function 'oscap_text_set_lang' argument 2 names different: declaration 'string' definition 'newval'.
openscap-1.2.9/src/common/text.c:52:1: style: Function 'oscap_text_get_is_html' argument 1 names different: declaration 'text' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/public/oscap_text.h:124:54: note: Function 'oscap_text_get_is_html' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/text.c:52:1: note: Function 'oscap_text_get_is_html' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/text.c:53:1: style: Function 'oscap_text_get_can_substitute' argument 1 names different: declaration 'text' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/public/oscap_text.h:129:61: note: Function 'oscap_text_get_can_substitute' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/text.c:53:1: note: Function 'oscap_text_get_can_substitute' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/text.c:54:1: style: Function 'oscap_text_get_can_override' argument 1 names different: declaration 'text' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/public/oscap_text.h:134:59: note: Function 'oscap_text_get_can_override' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/text.c:54:1: note: Function 'oscap_text_get_can_override' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/text.c:55:1: style: Function 'oscap_text_get_overrides' argument 1 names different: declaration 'text' definition 'item'. [funcArgNamesDifferent]
openscap-1.2.9/src/common/public/oscap_text.h:139:56: note: Function 'oscap_text_get_overrides' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/text.c:55:1: note: Function 'oscap_text_get_overrides' argument 1 names different: declaration 'text' definition 'item'.
openscap-1.2.9/src/common/util.c:198:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/src/common/util.c:195:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openscap-1.2.9/src/common/util.c:198:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/CCE/test_api_cce.c:130:3: style: Variable 'reference_it' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/tests/API/CCE/test_api_cce.c:121:0: note: Variable 'reference_it' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/CCE/test_api_cce.c:130:3: note: Variable 'reference_it' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/CPE/lang/test_api_cpe_lang.c:188:3: style: Variable 'name1' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/tests/API/CPE/lang/test_api_cpe_lang.c:183:0: note: Variable 'name1' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/CPE/lang/test_api_cpe_lang.c:188:3: note: Variable 'name1' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/CPE/lang/test_api_cpe_lang.c:189:3: style: Variable 'name2' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/tests/API/CPE/lang/test_api_cpe_lang.c:184:0: note: Variable 'name2' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/CPE/lang/test_api_cpe_lang.c:189:3: note: Variable 'name2' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/CPE/lang/test_api_cpe_lang.c:278:28: style: The scope of the variable 'content' can be reduced. [variableScope]
openscap-1.2.9/tests/API/CPE/lang/test_api_cpe_lang.c:278:38: style: The scope of the variable 'language' can be reduced. [variableScope]
openscap-1.2.9/tests/API/OVAL/glob_to_regex/test_glob_to_regex.c:107:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openscap-1.2.9/tests/API/OVAL/schema_version/test_schema_version.c:37:9: error: Uninitialized variable: result [uninitvar]
openscap-1.2.9/tests/API/OVAL/test_api_results.c:20:2: style: Variable 'definition_model' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/tests/API/OVAL/test_api_results.c:18:0: note: Variable 'definition_model' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/OVAL/test_api_results.c:20:2: note: Variable 'definition_model' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/OVAL/test_api_results.c:21:2: style: Variable 'results_model' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/tests/API/OVAL/test_api_results.c:17:0: note: Variable 'results_model' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/OVAL/test_api_results.c:21:2: note: Variable 'results_model' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/SEAP/test_api_seap_concurency.c:128:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openscap-1.2.9/tests/API/SEAP/test_api_seap_number.c:20:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openscap-1.2.9/tests/API/SEAP/test_api_seap_parser.c:64:0: error: #error "FIXME" [preprocessorErrorDirective]
openscap-1.2.9/tests/API/SEAP/test_api_seap_spb.c:122:35: style: The scope of the variable 'b_idx2' can be reduced. [variableScope]
openscap-1.2.9/tests/API/SEAP/test_api_seap_spb.c:73:47: portability: 'r_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openscap-1.2.9/tests/API/SEAP/test_api_seap_spb.c:236:64: portability: 'p_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openscap-1.2.9/tests/API/SEAP/test_api_seap_spb.c:236:91: portability: 'r_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openscap-1.2.9/tests/API/SEAP/test_api_seap_spb.c:69:0: error: Memory leak: r_buf [memleak]
openscap-1.2.9/tests/API/SEAP/test_api_seap_spb.c:240:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscap-1.2.9/tests/API/SEAP/test_api_sexp_ID.c:54:0: error: #error "FIXME" [preprocessorErrorDirective]
openscap-1.2.9/tests/API/probes/oval_fts_list.c:21:2: style: Variable 'psetup' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/tests/API/probes/oval_fts_list.c:18:0: note: Variable 'psetup' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/probes/oval_fts_list.c:21:2: note: Variable 'psetup' is reassigned a value before the old one has been used.
openscap-1.2.9/tests/API/probes/oval_fts_list.c:14:15: style: The scope of the variable 'ofts_ent' can be reduced. [variableScope]
openscap-1.2.9/tests/probes/xinetd/test_probe_xinetd.c:14:9: style: The scope of the variable 'string_array_pos' can be reduced. [variableScope]
openscap-1.2.9/tests/probes/xinetd/test_probe_xinetd.c:14:27: style: The scope of the variable 'bufpos' can be reduced. [variableScope]
openscap-1.2.9/utils/oscap-cve.c:118:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/utils/oscap-cve.c:107:0: note: Variable 'model' is reassigned a value before the old one has been used.
openscap-1.2.9/utils/oscap-cve.c:118:2: note: Variable 'model' is reassigned a value before the old one has been used.
openscap-1.2.9/utils/oscap-ds.c:368:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/utils/oscap-ds.c:366:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openscap-1.2.9/utils/oscap-ds.c:368:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openscap-1.2.9/utils/oscap-info.c:67:7: style: The scope of the variable 'timeStr' can be reduced. [variableScope]
openscap-1.2.9/utils/oscap-xccdf.c:568:2: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/utils/oscap-xccdf.c:566:0: note: Variable 'session' is reassigned a value before the old one has been used.
openscap-1.2.9/utils/oscap-xccdf.c:568:2: note: Variable 'session' is reassigned a value before the old one has been used.
openscap-1.2.9/utils/oscap-xccdf.c:618:2: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/utils/oscap-xccdf.c:616:0: note: Variable 'session' is reassigned a value before the old one has been used.
openscap-1.2.9/utils/oscap-xccdf.c:618:2: note: Variable 'session' is reassigned a value before the old one has been used.
openscap-1.2.9/utils/oscap-xccdf.c:735:2: style: Variable 'benchmark' is reassigned a value before the old one has been used. [redundantAssignment]
openscap-1.2.9/utils/oscap-xccdf.c:728:0: note: Variable 'benchmark' is reassigned a value before the old one has been used.
openscap-1.2.9/utils/oscap-xccdf.c:735:2: note: Variable 'benchmark' is reassigned a value before the old one has been used.
[13:09]

ftp://ftp.se.debian.org/debian/pool/main/o/openscap-daemon/openscap-daemon_0.1.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openscenegraph/openscenegraph_3.2.3+dfsg1.orig.tar.gz
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/OrientationConverter.h:24:9: warning: Member variable 'OrientationConverter::R' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/OrientationConverter.h:24:9: warning: Member variable 'OrientationConverter::T' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/OrientationConverter.h:24:9: warning: Member variable 'OrientationConverter::S' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/OrientationConverter.h:24:9: warning: Member variable 'OrientationConverter::_trans_set' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/OrientationConverter.h:24:9: warning: Member variable 'OrientationConverter::_use_world_frame' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/OrientationConverter.h:25:31: warning: Member variable 'OrientationConverter::R' is not assigned a value in 'OrientationConverter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/OrientationConverter.h:25:31: warning: Member variable 'OrientationConverter::T' is not assigned a value in 'OrientationConverter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/OrientationConverter.h:25:31: warning: Member variable 'OrientationConverter::S' is not assigned a value in 'OrientationConverter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/OrientationConverter.h:25:31: warning: Member variable 'OrientationConverter::_trans_set' is not assigned a value in 'OrientationConverter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/OrientationConverter.h:25:31: warning: Member variable 'OrientationConverter::_use_world_frame' is not assigned a value in 'OrientationConverter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/osgconv.cpp:49:13: performance: Variable '_gc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/osgconv.cpp:114:5: style: Class 'CompressTexturesVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgconv/osgconv.cpp:236:5: style: Class 'FixTransparencyVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgviewer/osgviewer.cpp:221:25: warning: Either the condition 'apm' is redundant or there is possible null pointer dereference: apm. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/applications/osgviewer/osgviewer.cpp:221:17: note: Assuming that condition 'apm' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/applications/osgviewer/osgviewer.cpp:221:25: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/Cluster.cpp:56:0: error: #error Teach me how to build on this system [preprocessorErrorDirective]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/PointsEventHandler.cpp:19:5: performance: Variable '_point' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/ReadShowFile.cpp:107:42: style: Function 'readEnvVars' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/ReadShowFile.h:27:37: note: Function 'readEnvVars' argument 1 names different: declaration 'filename' definition 'fileName'.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/ReadShowFile.cpp:107:42: note: Function 'readEnvVars' argument 1 names different: declaration 'filename' definition 'fileName'.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.cpp:46:45: style: Function 'checkXml' argument 1 names different: declaration 'xmlNode' definition 'node'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.h:28:39: note: Function 'checkXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.cpp:46:45: note: Function 'checkXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.cpp:118:43: style: Function 'stripXml' argument 1 names different: declaration 'xmlNode' definition 'node'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.h:44:39: note: Function 'stripXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.cpp:118:43: note: Function 'stripXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.cpp:173:57: style: Function 'simplifyXml' argument 1 names different: declaration 'xmlNode' definition 'node'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.h:47:53: note: Function 'simplifyXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.cpp:173:57: note: Function 'simplifyXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.h:29:14: performance: Technically the member function 'p3d::SpellChecker::checkWords' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.cpp:60:20: note: Technically the member function 'p3d::SpellChecker::checkWords' can be static.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.h:29:14: note: Technically the member function 'p3d::SpellChecker::checkWords' can be static.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.h:31:14: performance: Technically the member function 'p3d::SpellChecker::isCorrect' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.cpp:83:20: note: Technically the member function 'p3d::SpellChecker::isCorrect' can be static.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.h:31:14: note: Technically the member function 'p3d::SpellChecker::isCorrect' can be static.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.h:34:18: performance: Technically the member function 'p3d::SpellChecker::suggest' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.cpp:89:38: note: Technically the member function 'p3d::SpellChecker::suggest' can be static.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/SpellChecker.h:34:18: note: Technically the member function 'p3d::SpellChecker::suggest' can be static.
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/present3D.cpp:499:9: style: Condition 'assignLeftCullMaskForMono' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/present3D.cpp:498:38: note: Assignment 'assignLeftCullMaskForMono=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/present3D.cpp:499:9: note: Condition 'assignLeftCullMaskForMono' is always true
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/present3D.cpp:522:25: warning: Either the condition 'apm' is redundant or there is possible null pointer dereference: apm. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/present3D.cpp:522:17: note: Assuming that condition 'apm' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/present3D.cpp:522:25: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/Cluster.h:305:62: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/Cluster.h:306:62: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/Cluster.h:314:56: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/Cluster.h:315:58: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/Cluster.h:133:14: style: Technically the member function 'CameraPacket::getModelView' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/Cluster.h:330:22: style: Technically the member function 'DataConverter::numBytes' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/Cluster.h:170:27: style: Class 'DataConverter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/Cluster.h:170:27: style: Class 'DataConverter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/Cluster.h:164:9: style: Class 'DataConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/applications/present3D/present3D.cpp:137:5: style: Class 'ForwardToDeviceEventHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:657:19: warning: Identical condition 'status!=0', second condition is always false [identicalConditionAfterEarlyExit]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:639:15: note: first condition
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:657:19: note: second condition
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:668:15: warning: Identical condition 'status!=0', second condition is always false [identicalConditionAfterEarlyExit]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:639:15: note: first condition
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:668:15: note: second condition
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:688:15: warning: Identical condition 'status!=0', second condition is always false [identicalConditionAfterEarlyExit]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:639:15: note: first condition
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:688:15: note: second condition
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:688:15: warning: Identical condition 'status!=0', second condition is always false [identicalConditionAfterEarlyExit]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:668:15: note: first condition
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThread.cpp:688:15: note: second condition
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadPrivateData.h:43:5: warning: Member variable 'PThreadPrivateData::stackSize' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadPrivateData.h:43:5: warning: Member variable 'PThreadPrivateData::stackSizeLocked' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadPrivateData.h:43:5: warning: Member variable 'PThreadPrivateData::isRunning' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadPrivateData.h:43:5: warning: Member variable 'PThreadPrivateData::isCanceled' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadPrivateData.h:43:5: warning: Member variable 'PThreadPrivateData::idSet' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadPrivateData.h:43:5: warning: Member variable 'PThreadPrivateData::uniqueId' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadPrivateData.h:43:5: warning: Member variable 'PThreadPrivateData::cpunum' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadBarrier.cpp:240:5: style: Variable 'numBlocked' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadBarrier.cpp:238:0: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadBarrier.cpp:240:5: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadBarrier.cpp:164:9: style: The scope of the variable 'my_phase' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadBarrierPrivateData.h:34:5: warning: Member variable 'PThreadBarrierPrivateData::maxcnt' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadBarrierPrivateData.h:34:5: warning: Member variable 'PThreadBarrierPrivateData::cnt' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/pthreads/PThreadBarrierPrivateData.h:34:5: warning: Member variable 'PThreadBarrierPrivateData::phase' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtBarrier.cpp:143:5: style: Variable 'numBlocked' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtBarrier.cpp:141:0: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtBarrier.cpp:143:5: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtBarrier.cpp:80:9: style: The scope of the variable 'my_phase' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtBarrierPrivateData.h:28:5: warning: Member variable 'QtBarrierPrivateData::maxcnt' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtBarrierPrivateData.h:28:5: warning: Member variable 'QtBarrierPrivateData::cnt' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtBarrierPrivateData.h:28:5: warning: Member variable 'QtBarrierPrivateData::phase' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtMutexPrivateData.h:28:5: style: Class 'QtMutexPrivateData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::stackSize' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::cpunum' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::uniqueId' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::cancelMode' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::cancelled' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::detached' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::isRunning' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: style: Class 'QtThreadPrivateData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SharedArena.c++:171:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocBarrier.c++:225:5: style: Variable 'numBlocked' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocBarrier.c++:223:0: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocBarrier.c++:225:5: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocBarrierPrivateData.h:39:5: warning: Member variable 'SprocBarrierPrivateData::maxcnt' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocBarrierPrivateData.h:39:5: warning: Member variable 'SprocBarrierPrivateData::cnt' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocBarrierPrivateData.h:39:5: warning: Member variable 'SprocBarrierPrivateData::phase' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocCondition.c++:136:18: style: The scope of the variable 'sec' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocCondition.c++:137:18: style: The scope of the variable 'usec' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocConditionPrivateData.h:44:5: warning: Member variable 'SemaLink::next' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocConditionPrivateData.h:44:5: warning: Member variable 'SemaLink::sema' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocConditionPrivateData.h:44:5: warning: Member variable 'SemaLink::select_cond' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThread.c++:199:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThread.c++:204:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThread.c++:217:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThread.c++:189:28: style: The scope of the variable 'min_priority' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThread.c++:189:42: style: The scope of the variable 'max_priority' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::stackSize' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::stackSizeLocked' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::isRunning' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::isCanceled' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::idSet' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::cancelActive' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::detached' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::dieFlag' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::uniqueId' is not initialized in the constructor. [uninitMemberVarPrivate]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/win32/HandleHolder.h:75:9: style: Technically the member function 'OpenThreads::HandleHolder::operatorbool' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/win32/Win32Thread.cpp:240:5: performance: Variable 'threadPriority' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/win32/Win32Thread.cpp:241:5: performance: Variable 'threadPolicy' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/win32/Win32ThreadBarrier.cpp:143:5: style: Variable 'numBlocked' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/win32/Win32ThreadBarrier.cpp:141:0: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/win32/Win32ThreadBarrier.cpp:143:5: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/OpenThreads/win32/Win32ThreadBarrier.cpp:76:9: style: The scope of the variable 'my_phase' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ApplicationUsage.cpp:80:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ApplicationUsage.cpp:71:12: note: outer condition: key!=0
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ApplicationUsage.cpp:80:21: note: identical inner condition: key!=0
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ApplicationUsage.cpp:173:14: style: The scope of the variable 'firstInLine' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ApplicationUsage.cpp:288:21: style: Variable 'needspace' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ArrayDispatchers.cpp:290:31: style: Variable 'texCoordDispatcher' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ArrayDispatchers.cpp:44:9: style: Class 'TemplateAttributeDispatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ClusterCullingCallback.cpp:75:15: style: Technically the member function 'ComputeAveragesFunctor::center' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/CollectOccludersVisitor.cpp:66:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/CollectOccludersVisitor.cpp:67:5: note: Found duplicate branches for 'if' and 'else'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/CollectOccludersVisitor.cpp:66:5: note: Found duplicate branches for 'if' and 'else'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/CollectOccludersVisitor.cpp:197:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/DisplaySettings.cpp:642:14: style: The scope of the variable 'delimitor' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/FrameBufferObject.cpp:548:29: style: The scope of the variable 'tobj' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/FrameBufferObject.cpp:327:1: warning: The struct 'Pimpl' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/GLExtensions.cpp:95:19: style: The scope of the variable 'extensionSet' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:347:9: style: Condition 'handleVertexAttributes' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:346:35: note: Assignment 'handleVertexAttributes=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:347:9: note: Condition 'handleVertexAttributes' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:492:36: style: Unused variable: vboList [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:518:37: style: Unused variable: eboList [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:844:39: warning: Member variable 'AttributeFunctorArrayVisitor::_af' is not assigned a value in 'AttributeFunctorArrayVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:844:39: warning: Member variable 'AttributeFunctorArrayVisitor::_type' is not assigned a value in 'AttributeFunctorArrayVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:917:44: warning: Member variable 'ConstAttributeFunctorArrayVisitor::_af' is not assigned a value in 'ConstAttributeFunctorArrayVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:917:44: warning: Member variable 'ConstAttributeFunctorArrayVisitor::_type' is not assigned a value in 'ConstAttributeFunctorArrayVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:810:9: style: Class 'AttributeFunctorArrayVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:883:9: style: Class 'ConstAttributeFunctorArrayVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:806:1: warning: The class 'AttributeFunctorArrayVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Geometry.cpp:879:1: warning: The class 'ConstAttributeFunctorArrayVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/GraphicsCostEstimator.cpp:196:5: style: Class 'CollectCompileCosts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/GraphicsCostEstimator.cpp:270:5: style: Class 'CollectDrawCosts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Image.cpp:1700:56: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Image.cpp:1873:69: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:110:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H2' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:191:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H2' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:110:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H2' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:111:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H4' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:199:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H4' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:111:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H4' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:112:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:208:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:112:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:113:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H2' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:226:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H2' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:113:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H2' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:114:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H4' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:234:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H4' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:114:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H4' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:115:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:243:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:115:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:116:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H2' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:255:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H2' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:116:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H2' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:117:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H4' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:270:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H4' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:117:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H4' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:118:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:283:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:118:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:85:1: warning: The class 'dxtc_pixels' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:153:54: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:167:72: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:503:17: performance: Technically the member function 'osg::ModulateAlphaByLuminanceOperator::luminance' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:504:17: performance: Technically the member function 'osg::ModulateAlphaByLuminanceOperator::alpha' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:505:17: performance: Technically the member function 'osg::ModulateAlphaByLuminanceOperator::luminance_alpha' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:506:17: performance: Technically the member function 'osg::ModulateAlphaByLuminanceOperator::rgb' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:507:17: performance: Technically the member function 'osg::ModulateAlphaByLuminanceOperator::rgba' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:626:17: performance: Technically the member function 'osg::ModulateAlphaByColorOperator::luminance' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:627:17: performance: Technically the member function 'osg::ModulateAlphaByColorOperator::alpha' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:629:17: performance: Technically the member function 'osg::ModulateAlphaByColorOperator::rgb' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:637:17: performance: Technically the member function 'osg::ReplaceAlphaWithLuminanceOperator::luminance' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:638:17: performance: Technically the member function 'osg::ReplaceAlphaWithLuminanceOperator::alpha' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:639:17: performance: Technically the member function 'osg::ReplaceAlphaWithLuminanceOperator::luminance_alpha' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:640:17: performance: Technically the member function 'osg::ReplaceAlphaWithLuminanceOperator::rgb' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:641:17: performance: Technically the member function 'osg::ReplaceAlphaWithLuminanceOperator::rgba' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:173:5: style: Struct 'RecordRowOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:188:5: style: Struct 'WriteRowOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:327:5: style: Struct 'SetToColourOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ImageUtils.cpp:621:5: style: Struct 'ModulateAlphaByColorOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:478:78: style: Function 'intersect' argument 2 names different: declaration 's' definition 'ls'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:452:65: note: Function 'intersect' argument 2 names different: declaration 's' definition 'ls'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:478:78: note: Function 'intersect' argument 2 names different: declaration 's' definition 'ls'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:478:99: style: Function 'intersect' argument 3 names different: declaration 'e' definition 'le'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:452:85: note: Function 'intersect' argument 3 names different: declaration 'e' definition 'le'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:478:99: note: Function 'intersect' argument 3 names different: declaration 'e' definition 'le'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:387:31: style: Variable 'insitueDivision' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:53:18: warning: Member variable 'BuildKdTree::_kdTree' is not assigned a value in 'BuildKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:53:18: warning: Member variable 'BuildKdTree::_bb' is not assigned a value in 'BuildKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:53:18: warning: Member variable 'BuildKdTree::_axisStack' is not assigned a value in 'BuildKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:53:18: warning: Member variable 'BuildKdTree::_primitiveIndices' is not assigned a value in 'BuildKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:53:18: warning: Member variable 'BuildKdTree::_centers' is not assigned a value in 'BuildKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_intersections' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_s' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_e' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_d' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_length' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_inverse_length' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_d_invX' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_d_invY' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_d_invZ' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:442:9: performance: Variable '_d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:31:5: style: Struct 'BuildKdTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:29:1: warning: The struct 'BuildKdTree' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/KdTree.cpp:428:1: warning: The struct 'IntersectKdTree' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/MatrixDecomposition.cpp:343:35: style: The scope of the variable 'MadjT_one' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/MatrixDecomposition.cpp:343:46: style: The scope of the variable 'MadjT_inf' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/MatrixDecomposition.cpp:343:64: style: The scope of the variable 'gamma' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/MatrixDecomposition.cpp:343:71: style: The scope of the variable 'g1' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/MatrixDecomposition.cpp:343:75: style: The scope of the variable 'g2' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Matrix_implementation.cpp:754:18: style: The scope of the variable 'pivinv' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Matrix_implementation.cpp:754:31: style: The scope of the variable 'big' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Node.cpp:32:9: style: Class 'CollectParentPaths' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/NodeTrackerCallback.cpp:28:9: style: Class 'ApplyMatrixVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Notify.cpp:134:9: performance: Variable '_notifyLevel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/OcclusionQueryNode.cpp:284:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/OcclusionQueryNode.cpp:398:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/OcclusionQueryNode.cpp:112:5: warning: Member variable 'RetrieveQueriesCallback::_extensionsFallback' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/OcclusionQueryNode.cpp:230:5: warning: Member variable 'ClearQueriesCallback::_rqcb' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/OcclusionQueryNode.cpp:107:5: style: Struct 'RetrieveQueriesCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Quat.cpp:311:12: style: The scope of the variable 'omega' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Quat.cpp:311:29: style: The scope of the variable 'sinomega' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Referenced.cpp:42:0: style: Struct 'osg :: ResetPointer < OpenThreads :: Mutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Referenced.cpp:42:0: style: Struct 'osg :: ResetPointer < DeleteHandler >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:620:11: style: The scope of the variable 'topr' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:1651:11: style: The scope of the variable 'topr' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:1644:16: style: Variable 'normalz' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:63:27: warning: Member variable 'DrawShapeVisitor::_state' is not assigned a value in 'DrawShapeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:63:27: warning: Member variable 'DrawShapeVisitor::_hints' is not assigned a value in 'DrawShapeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:1084:35: warning: Member variable 'ComputeBoundShapeVisitor::_bb' is not assigned a value in 'ComputeBoundShapeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:1354:32: warning: Member variable 'PrimitiveShapeVisitor::_functor' is not assigned a value in 'PrimitiveShapeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:1354:32: warning: Member variable 'PrimitiveShapeVisitor::_hints' is not assigned a value in 'PrimitiveShapeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:1065:9: style: Class 'ComputeBoundShapeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:29:1: warning: The class 'DrawShapeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:1061:1: warning: The class 'ComputeBoundShapeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/ShapeDrawable.cpp:1328:1: warning: The class 'PrimitiveShapeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/State.cpp:468:50: style: Same expression on both sides of '==' because the value of 'previousLastAppliedProgramObject' and '_lastAppliedProgramObject' are the same. [duplicateExpression]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/State.cpp:461:78: note: 'previousLastAppliedProgramObject' is assigned value '_lastAppliedProgramObject' here.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/State.cpp:468:50: note: Same expression on both sides of '==' because the value of 'previousLastAppliedProgramObject' and '_lastAppliedProgramObject' are the same.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Transform.cpp:89:27: warning: Member variable 'TransformVisitor::_coordMode' is not assigned a value in 'TransformVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Transform.cpp:89:27: warning: Member variable 'TransformVisitor::_matrix' is not assigned a value in 'TransformVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Transform.cpp:89:27: warning: Member variable 'TransformVisitor::_ignoreCameras' is not assigned a value in 'TransformVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/Transform.cpp:20:1: warning: The class 'TransformVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:187:21: style: Condition '!foundAlpha' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:186:31: note: Assignment 'foundAlpha=false', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:187:21: note: Condition '!foundAlpha' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:195:29: style: Condition '!foundAlpha' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:187:21: note: Assuming that condition '!foundAlpha' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:195:29: note: Condition '!foundAlpha' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:170:40: style: Function 'CompressedImageTranslucent' argument 1 names different: declaration 'Width' definition 'width'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:81:40: note: Function 'CompressedImageTranslucent' argument 1 names different: declaration 'Width' definition 'width'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:170:40: note: Function 'CompressedImageTranslucent' argument 1 names different: declaration 'Width' definition 'width'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:170:54: style: Function 'CompressedImageTranslucent' argument 2 names different: declaration 'Height' definition 'height'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:81:54: note: Function 'CompressedImageTranslucent' argument 2 names different: declaration 'Height' definition 'height'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:170:54: note: Function 'CompressedImageTranslucent' argument 2 names different: declaration 'Height' definition 'height'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:170:69: style: Function 'CompressedImageTranslucent' argument 3 names different: declaration 'Format' definition 'format'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:81:69: note: Function 'CompressedImageTranslucent' argument 3 names different: declaration 'Format' definition 'format'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:170:69: note: Function 'CompressedImageTranslucent' argument 3 names different: declaration 'Format' definition 'format'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:170:84: style: Function 'CompressedImageTranslucent' argument 4 names different: declaration 'pPixels' definition 'imageData'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.h:81:84: note: Function 'CompressedImageTranslucent' argument 4 names different: declaration 'pPixels' definition 'imageData'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/dxtctool.cpp:170:84: note: Function 'CompressedImageTranslucent' argument 4 names different: declaration 'pPixels' definition 'imageData'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/dict.cpp:43:16: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/dict.cpp:81:13: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/mesh.cpp:50:11: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/mesh.cpp:55:11: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/mesh.cpp:609:19: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/mesh.cpp:108:3: error: Address of auto-variable 'pair->e' returned [returnAddressOfAutoVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/normal.cpp:246:46: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:62:19: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:108:29: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:116:29: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:139:24: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:249:22: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:102:19: style: The scope of the variable 'hChild' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:103:8: style: The scope of the variable 'child' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:132:19: style: The scope of the variable 'hParent' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:133:8: style: The scope of the variable 'parent' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:165:10: style: Function '__gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.h:99:10: note: Function '__gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:165:10: note: Function '__gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:236:6: style: Function '__gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.h:101:7: note: Function '__gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-heap.cpp:236:6: note: Function '__gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq.cpp:52:19: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq.cpp:212:9: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq.cpp:233:9: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq.cpp:204:18: style: The scope of the variable 'heapMin' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq.cpp:225:18: style: The scope of the variable 'heapMin' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq.cpp:173:10: style: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-sort.h:110:10: note: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq.cpp:173:10: note: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq.cpp:247:6: style: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq-sort.h:112:7: note: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/priorityq.cpp:247:6: note: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:238:63: style: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:65:63: note: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:238:63: note: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:248:66: style: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:69:66: note: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:248:66: note: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:283:58: style: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:63:58: note: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:283:58: note: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:305:60: style: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:64:60: note: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/render.cpp:305:60: note: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'.
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:223:26: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:1027:11: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:1135:23: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:1181:17: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:1325:15: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:1327:15: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:1344:15: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:1352:18: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:183:16: style: The scope of the variable 'e' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:300:16: style: The scope of the variable 'e' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:626:16: style: The scope of the variable 'e' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:771:16: style: The scope of the variable 'eUp' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:771:22: style: The scope of the variable 'eLo' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:1019:28: style: The scope of the variable 'eNew' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libtess/sweep.cpp:1284:16: style: The scope of the variable 'e' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:5565:10: warning: Redundant assignment of 'isSwap' to itself. [selfAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:5601:10: warning: Redundant assignment of 'isSwap' to itself. [selfAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:8564:10: warning: Redundant assignment of 'isSwap' to itself. [selfAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:8578:10: warning: Redundant assignment of 'isSwap' to itself. [selfAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1321:11: style: The scope of the variable 'y' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1429:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1429:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1431:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1431:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1646:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1646:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1648:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1648:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1864:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1864:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1866:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:1866:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2144:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2144:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2146:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2146:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2438:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2438:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2440:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2440:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2725:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2725:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2727:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:2727:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:3021:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:3021:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:3023:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:3023:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:6119:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:6119:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:6121:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:6121:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osg/glu/libutil/mipmap.cpp:6946:11: style: The scope of the variable 'z' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/Animation.cpp:48:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/RigGeometry.cpp:27:5: style: Class 'RigComputeBoundingBoxCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/StatsHandler.cpp:339:19: style: The scope of the variable 'startBlocks' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/StatsHandler.cpp:662:108: style: Function 'init' argument 5 names different: declaration 'heigh' definition 'height'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/StatsHandler.cpp:295:104: note: Function 'init' argument 5 names different: declaration 'heigh' definition 'height'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/StatsHandler.cpp:662:108: note: Function 'init' argument 5 names different: declaration 'heigh' definition 'height'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/StatsHandler.cpp:412:25: style: Variable 'font' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/StatsHandler.cpp:443:17: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/StatsHandler.cpp:450:17: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/StatsHandler.cpp:242:5: warning: Member variable 'ValueTextDrawCallback::_tmpText' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/StatsHandler.cpp:294:39: performance: Variable '_fade' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgAnimation/StatsVisitor.cpp:83:18: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:753:13: style: The scope of the variable 'frameNumberLastRequest' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:377:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_pager' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:377:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_changeAutoUnRef' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:377:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_valueAutoUnRef' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:377:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_changeAnisotropy' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:377:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_valueAnisotropy' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:377:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_kdTreeBuilder' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:1789:27: warning: Member variable 'FindPagedLODsVisitor::_activePagedLODList' is not assigned a value in 'FindPagedLODsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:1789:27: warning: Member variable 'FindPagedLODsVisitor::_frameNumber' is not assigned a value in 'FindPagedLODsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:297:5: style: Class 'FindCompileableGLObjectsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:294:1: warning: The class 'FindCompileableGLObjectsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DatabasePager.cpp:1761:1: warning: The class 'FindPagedLODsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/DotOsgWrapper.cpp:181:5: style: Struct 'concrete_wrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FieldReader.cpp:251:25: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FieldReader.cpp:249:33: note: outer condition: !escape
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FieldReader.cpp:251:25: note: opposite inner condition: escape
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FieldReader.cpp:251:25: style: Condition 'escape' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FieldReader.cpp:249:33: note: Assuming that condition '!escape' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FieldReader.cpp:251:25: note: Condition 'escape' is always false
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FieldReader.cpp:123:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FieldReader.cpp:178:18: style: The scope of the variable 'c' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FieldReader.cpp:238:18: style: The scope of the variable 'c' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FieldReader.cpp:303:18: style: The scope of the variable 'c' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FieldReaderIterator.cpp:325:21: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true. [redundantCondition]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileNameUtils.cpp:377:17: style: Technically the member function 'osgDB::PathIterator::operator*' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileNameUtils.cpp:399:34: note: Technically the member function 'osgDB::PathIterator::operator*' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileNameUtils.cpp:377:17: note: Technically the member function 'osgDB::PathIterator::operator*' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileNameUtils.cpp:385:33: style: Technically the member function 'osgDB::PathIterator::skipSeparators' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileNameUtils.cpp:405:50: note: Technically the member function 'osgDB::PathIterator::skipSeparators' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileNameUtils.cpp:385:33: note: Technically the member function 'osgDB::PathIterator::skipSeparators' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileNameUtils.cpp:374:5: style: Class 'PathIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileUtils.cpp:441:55: style: Condition '!win32' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileUtils.cpp:387:22: note: Assignment 'win32=false', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileUtils.cpp:441:55: note: Condition '!win32' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileUtils.cpp:261:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileUtils.cpp:271:10: style: The scope of the variable 'delimitor' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/FileUtils.cpp:589:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/InputStream.cpp:871:15: warning: Either the condition '!compressor' is redundant or there is possible null pointer dereference: compressor. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/InputStream.cpp:865:14: note: Assuming that condition '!compressor' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/InputStream.cpp:871:15: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/InputStream.cpp:636:0: error: Memory leak: data [memleak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/Output.cpp:178:5: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/OutputStream.cpp:483:38: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/OutputStream.cpp:476:30: note: Assuming that condition '!data' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/OutputStream.cpp:483:38: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/OutputStream.cpp:746:21: style: Unused variable: propertiesString [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/ReadFile.cpp:164:17: style: Condition 'useTextureRectangle' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/ReadFile.cpp:163:40: note: Assignment 'useTextureRectangle=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/ReadFile.cpp:164:17: note: Condition 'useTextureRectangle' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/Registry.cpp:92:36: warning: Member variable 'AvailableReaderWriterIterator::_rwList' is not assigned a value in 'AvailableReaderWriterIterator::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/Registry.cpp:92:36: warning: Member variable 'AvailableReaderWriterIterator::_pluginMutex' is not assigned a value in 'AvailableReaderWriterIterator::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/Registry.cpp:92:36: warning: Member variable 'AvailableReaderWriterIterator::_rwUsed' is not assigned a value in 'AvailableReaderWriterIterator::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/Registry.cpp:136:31: warning: Member variable 'AvailableArchiveIterator::_archives' is not assigned a value in 'AvailableArchiveIterator::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/Registry.cpp:136:31: warning: Member variable 'AvailableArchiveIterator::_mutex' is not assigned a value in 'AvailableArchiveIterator::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/Registry.cpp:136:31: warning: Member variable 'AvailableArchiveIterator::_archivesUsed' is not assigned a value in 'AvailableArchiveIterator::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/Registry.cpp:71:1: warning: The class 'AvailableReaderWriterIterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgDB/Registry.cpp:115:1: warning: The class 'AvailableArchiveIterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgFX/BumpMapping.cpp:514:17: style: Condition 'selfShadowing' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgFX/BumpMapping.cpp:513:34: note: Assignment 'selfShadowing=false', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgFX/BumpMapping.cpp:514:17: note: Condition 'selfShadowing' is always false
openscenegraph-3.2.3/OpenSceneGraph/src/osgFX/BumpMapping.cpp:32:9: style: Class 'TsgVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgGA/CameraViewSwitchManipulator.cpp:13:5: style: Class 'CollectCameraViewsNodeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgGA/Device.cpp:39:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgGA/DriveManipulator.cpp:252:27: style: Variable 'positionSet' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgGA/MultiTouchTrackballManipulator.cpp:86:36: style: Condition 'eventTimeDelta<0.' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgGA/MultiTouchTrackballManipulator.cpp:85:41: note: Assignment 'eventTimeDelta=0.0166666666667', assigned value is 0.0166666666667
openscenegraph-3.2.3/OpenSceneGraph/src/osgGA/MultiTouchTrackballManipulator.cpp:86:36: note: Condition 'eventTimeDelta<0.' is always false
openscenegraph-3.2.3/OpenSceneGraph/src/osgGA/OrbitManipulator.cpp:521:14: style: The scope of the variable 't' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgGA/TerrainManipulator.cpp:236:10: style: The scope of the variable 'hitFound' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgGA/TerrainManipulator.cpp:128:24: style: Variable 'hitFound' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgGA/UFOManipulator.cpp:539:19: style: Unused variable: intersections [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgManipulator/AntiSquish.cpp:24:13: style: Class 'AntiSquishCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgParticle/ConnectedParticleSystem.cpp:45:40: warning: Either the condition 'if(particle)' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgParticle/ConnectedParticleSystem.cpp:47:8: note: Assuming that condition 'if(particle)' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgParticle/ConnectedParticleSystem.cpp:45:40: note: Null pointer subtraction
openscenegraph-3.2.3/OpenSceneGraph/src/osgParticle/ParticleSystem.cpp:382:11: style: The scope of the variable 'xScale' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgParticle/ParticleSystem.cpp:383:11: style: The scope of the variable 'yScale' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgParticle/PrecipitationEffect.cpp:420:18: style: The scope of the variable 'quadRenderBin' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgParticle/PrecipitationEffect.cpp:421:18: style: The scope of the variable 'lineRenderBin' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgParticle/PrecipitationEffect.cpp:422:18: style: The scope of the variable 'pointRenderBin' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgParticle/PrecipitationEffect.cpp:741:0: style: Variable 'numTested' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgParticle/PrecipitationEffect.cpp:741:0: style: Variable 'numInFrustum' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3dc/ReaderWriter3DC.cpp:28:31: warning: Member variable 'Writer3DCNodeVisitor::_fout' is not assigned a value in 'Writer3DCNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3dc/ReaderWriter3DC.cpp:17:9: style: Class 'Writer3DCNodeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3dc/ReaderWriter3DC.cpp:14:1: warning: The class 'Writer3DCNodeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:1144:113: style: Function 'createTexture' argument 3 names different: declaration 'transparancy' definition 'transparency'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:209:89: note: Function 'createTexture' argument 3 names different: declaration 'transparancy' definition 'transparency'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:1144:113: note: Function 'createTexture' argument 3 names different: declaration 'transparancy' definition 'transparency'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:1229:93: style: Function 'createStateSet' argument 1 names different: declaration 'materials' definition 'mat'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:210:53: note: Function 'createStateSet' argument 1 names different: declaration 'materials' definition 'mat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:1229:93: note: Function 'createStateSet' argument 1 names different: declaration 'materials' definition 'mat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:1313:13: style: Variable 'unit' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_succeeded' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_directory' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_srcDirectory' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_file3ds' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_stateSetStack' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_currentStateSet' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_nodePrefixMap' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_imagePrefixMap' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_nodeNameMap' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_imageNameMap' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_materialMap' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_lastMaterialIndex' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_lastMeshIndex' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_cur3dsNode' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_options' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_imageCount' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_extendedFilePaths' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_imageSet' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:120:17: warning: Member variable 'Material::shininess' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:120:17: warning: Member variable 'Material::transparency' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:120:17: warning: Member variable 'Material::double_sided' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:120:17: warning: Member variable 'Material::texture_transparency' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:120:17: warning: Member variable 'Material::texture_no_tile' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:157:19: warning: Member variable 'PrintVisitor::_out' is not assigned a value in 'PrintVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:157:19: warning: Member variable 'PrintVisitor::_indent' is not assigned a value in 'PrintVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:157:19: warning: Member variable 'PrintVisitor::_step' is not assigned a value in 'PrintVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:121:5: style: Class 'PrintVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:203:9: style: Class 'ReaderObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:54:1: warning: The class 'WriterNodeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/ReaderWriter3DS.cpp:118:1: warning: The class 'PrintVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:574:65: style: Function 'getUniqueName' argument 1 names different: declaration 'defaultvalue' definition '_defaultValue'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:193:54: note: Function 'getUniqueName' argument 1 names different: declaration 'defaultvalue' definition '_defaultValue'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:574:65: note: Function 'getUniqueName' argument 1 names different: declaration 'defaultvalue' definition '_defaultValue'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:574:117: style: Function 'getUniqueName' argument 3 names different: declaration 'defaultPrefix' definition '_defaultPrefix'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:193:105: note: Function 'getUniqueName' argument 3 names different: declaration 'defaultPrefix' definition '_defaultPrefix'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:574:117: note: Function 'getUniqueName' argument 3 names different: declaration 'defaultPrefix' definition '_defaultPrefix'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:720:55: style: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.h:191:44: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:720:55: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:284:27: warning: Member variable 'PrimitiveIndexWriter::_drawable_n' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:284:27: warning: Member variable 'PrimitiveIndexWriter::_listTriangles' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:284:27: warning: Member variable 'PrimitiveIndexWriter::_modeCache' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:284:27: warning: Member variable 'PrimitiveIndexWriter::_indexCache' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:284:27: warning: Member variable 'PrimitiveIndexWriter::_hasNormalCoords' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:284:27: warning: Member variable 'PrimitiveIndexWriter::_hasTexCoords' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:284:27: warning: Member variable 'PrimitiveIndexWriter::_geo' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:284:27: warning: Member variable 'PrimitiveIndexWriter::_lastFaceIndex' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:284:27: warning: Member variable 'PrimitiveIndexWriter::_material' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/WriterNodeVisitor.cpp:127:1: warning: The class 'PrimitiveIndexWriter' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_atmosphere.c:65:9: style: The scope of the variable 'have_lin' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_background.c:25:9: style: The scope of the variable 'have_lin' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_camera.c:54:34: style: Function 'lib3ds_camera_free' argument 1 names different: declaration 'mesh' definition 'camera'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds.h:635:56: note: Function 'lib3ds_camera_free' argument 1 names different: declaration 'mesh' definition 'camera'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_camera.c:54:34: note: Function 'lib3ds_camera_free' argument 1 names different: declaration 'mesh' definition 'camera'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:598:14: style: The scope of the variable 'chunk' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1102:21: style: The scope of the variable 'q' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1132:21: style: The scope of the variable 'q' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1422:17: style: The scope of the variable 'p' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1173:73: style: Function 'lib3ds_file_insert_node' argument 3 names different: declaration 'at' definition 'before'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds.h:585:95: note: Function 'lib3ds_file_insert_node' argument 3 names different: declaration 'at' definition 'before'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1173:73: note: Function 'lib3ds_file_insert_node' argument 3 names different: declaration 'at' definition 'before'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1078:34: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_light.c:38:32: style: Function 'lib3ds_light_free' argument 1 names different: declaration 'mesh' definition 'light'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds.h:637:54: note: Function 'lib3ds_light_free' argument 1 names different: declaration 'mesh' definition 'light'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_light.c:38:32: note: Function 'lib3ds_light_free' argument 1 names different: declaration 'mesh' definition 'light'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_math.c:25:12: style: The scope of the variable 'a' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_matrix.c:232:11: style: The scope of the variable 'pvt_val' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_matrix.c:423:28: style: Function 'lib3ds_matrix_camera' argument 1 names different: declaration 'm' definition 'matrix'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds.h:789:50: note: Function 'lib3ds_matrix_camera' argument 1 names different: declaration 'm' definition 'matrix'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_matrix.c:423:28: note: Function 'lib3ds_matrix_camera' argument 1 names different: declaration 'm' definition 'matrix'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_mesh.c:179:24: style: The scope of the variable 'weight' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_mesh.c:240:14: style: The scope of the variable 'chunk' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_mesh.c:241:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_mesh.c:264:25: style: The scope of the variable 'index' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_node.c:492:21: style: The scope of the variable 'q' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_node.c:519:21: style: The scope of the variable 'q' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_node.c:880:29: style: The scope of the variable 'name' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_quat.c:52:12: style: The scope of the variable 'omega' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_quat.c:52:19: style: The scope of the variable 's' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_quat.c:129:15: style: The scope of the variable 'm' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_quat.c:150:15: style: The scope of the variable 'm' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_track.c:58:63: style: The scope of the variable 'c' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_track.c:59:11: style: The scope of the variable 'dt' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_track.c:109:63: style: The scope of the variable 'c' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_track.c:110:11: style: The scope of the variable 'dt' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/3ds/lib3ds/lib3ds_vector.c:147:14: style: The scope of the variable 'm' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:559:40: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:584:40: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:610:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:627:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:644:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:706:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:801:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:863:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:1318:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:1393:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:1520:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2009:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2057:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2116:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2196:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2220:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2232:36: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:115:37: style: The scope of the variable 'stack' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:269:38: style: Function 'convert' argument 1 names different: declaration 'rootIVNode' definition 'ivRootNode'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:26:36: note: Function 'convert' argument 1 names different: declaration 'rootIVNode' definition 'ivRootNode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:269:38: note: Function 'convert' argument 1 names different: declaration 'rootIVNode' definition 'ivRootNode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:510:47: style: Function 'ivPopState' argument 2 names different: declaration 'initator' definition 'initiator'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:223:71: note: Function 'ivPopState' argument 2 names different: declaration 'initator' definition 'initiator'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:510:47: note: Function 'ivPopState' argument 2 names different: declaration 'initator' definition 'initiator'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:87:22: warning: Member variable 'ConvertFromInventor::vertexOrder' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:184:13: warning: Member variable 'IvStateItem::keepChildrenOrderParent' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:199:13: warning: Member variable 'IvStateItem::keepChildrenOrderParent' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:65:43: style: Unused private function: 'ConvertFromInventor::preShaderProgram' [unusedPrivateFunction]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:73:43: style: Unused private function: 'ConvertFromInventor::preInfo' [unusedPrivateFunction]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:103:14: style: Unused private function: 'ConvertFromInventor::transformLight' [unusedPrivateFunction]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:107:14: style: Unused private function: 'ConvertFromInventor::transposeMatrix' [unusedPrivateFunction]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:36:14: performance: Technically the member function 'ConvertFromInventor::preprocess' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:240:22: note: Technically the member function 'ConvertFromInventor::preprocess' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:36:14: note: Technically the member function 'ConvertFromInventor::preprocess' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:103:14: performance: Technically the member function 'ConvertFromInventor::transformLight' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:1373:27: note: Technically the member function 'ConvertFromInventor::transformLight' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:103:14: note: Technically the member function 'ConvertFromInventor::transformLight' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:107:14: performance: Technically the member function 'ConvertFromInventor::transposeMatrix' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:839:22: note: Technically the member function 'ConvertFromInventor::transposeMatrix' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.h:107:14: note: Technically the member function 'ConvertFromInventor::transposeMatrix' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertFromInventor.cpp:154:37: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::ivHead' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::ivTexture' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::ivMaterial' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgMaterial' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexture2Enabled' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexture' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexEnv' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexGenS' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexGenT' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexGen' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgLighting' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTwoSided' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgCullFaceEnabled' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgBlendEnabled' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgBlendFunc' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:107:5: style: Struct 'InventorState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.cpp:1800:5: style: Class 'MyShapeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ConvertToInventor.h:88:3: warning: The struct 'InventorState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/PendulumCallback.cpp:9:5: performance: Variable '_axis' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ReaderWriterIV.cpp:173:45: style: Function 'readNode' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ReaderWriterIV.h:22:56: note: Function 'readNode' argument 1 names different: declaration 'filename' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ReaderWriterIV.cpp:173:45: note: Function 'readNode' argument 1 names different: declaration 'filename' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ReaderWriterIV.cpp:262:69: style: Function 'writeNode' argument 2 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ReaderWriterIV.h:28:81: note: Function 'writeNode' argument 2 names different: declaration 'filename' definition 'fileName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ReaderWriterIV.cpp:262:69: note: Function 'writeNode' argument 2 names different: declaration 'filename' definition 'fileName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ReaderWriterIV.cpp:305:49: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ReaderWriterIV.cpp:312:49: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ShuttleCallback.cpp:9:5: performance: Variable '_startPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/Inventor/ShuttleCallback.cpp:10:5: performance: Variable '_endPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Registry.h:134:5: style: Struct 'RecordFunctionProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:78:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:78:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:115:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:115:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:38:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:38:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:44:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:44:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:99:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:99:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:105:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:105:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:127:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:127:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:133:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:133:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:167:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:167:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:180:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:180:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:247:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:247:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:266:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:266:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:302:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:302:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:308:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:308:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:328:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:328:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:334:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:334:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::texels_u' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::texels_v' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::direction_u' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::direction_v' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::x_up' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::y_up' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::fileFormat' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::minFilterMode' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::magFilterMode' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::wrapMode' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::wrapMode_u' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::wrapMode_v' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::modifyFlag' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::pivot_x' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::pivot_y' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::texEnvMode' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::intensityAsAlpha' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::size_u' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::size_v' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::originCode' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::kernelVersion' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::intFormat' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::extFormat' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::useMips' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::of_mips' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::useLodScale' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod0' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale0' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod1' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale1' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod2' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale2' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod3' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale3' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod4' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale4' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod5' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale5' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod6' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale6' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod7' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale7' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::clamp' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::magFilterAlpha' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::magFilterColor' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lambertMeridian' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lambertUpperLat' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lambertlowerLat' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::useDetail' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txDetail_j' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txDetail_k' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txDetail_m' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txDetail_n' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txDetail_s' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::useTile' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txTile_ll_u' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txTile_ll_v' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txTile_ur_u' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txTile_ur_v' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::projection' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::earthModel' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::utmZone' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::imageOrigin' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::geoUnits' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::hemisphere' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::comments' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::attrVersion' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::controlPoints' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::reserved10' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::numSubtextures' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/AttrData.h:30:1: warning: The class 'AttrData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:39:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:39:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:41:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:41:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:63:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:63:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:65:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:65:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:102:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:102:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:104:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:104:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:126:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:126:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:128:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:128:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:150:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:150:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:152:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:152:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:175:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:175:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:177:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:177:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:200:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:200:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:202:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:202:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:224:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:224:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:226:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ControlRecords.cpp:226:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Document.cpp:50:5: performance: Variable '_subsurfaceDepth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltWriteResult.h:43:5: style: Class 'FltWriteResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ExportOptions.h:44:5: style: Class 'ExportOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.cpp:210:36: style: Function 'apply' argument 1 names different: declaration 'node' definition 'lodNode'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.h:74:35: note: Function 'apply' argument 1 names different: declaration 'node' definition 'lodNode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.cpp:210:36: note: Function 'apply' argument 1 names different: declaration 'node' definition 'lodNode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.h:245:15: warning: Member variable 'IdHelper::dos_' is not assigned a value in 'IdHelper::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.h:274:20: warning: Member variable 'SubfaceHelper::_polygonOffsetOn' is not assigned a value in 'SubfaceHelper::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightSourcePaletteManager.h:72:32: warning: Member variable 'LightSourcePaletteManager::_currIndex' is not assigned a value in 'LightSourcePaletteManager::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightSourcePaletteManager.h:72:32: warning: Member variable 'LightSourcePaletteManager::_lightPalette' is not assigned a value in 'LightSourcePaletteManager::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/MaterialPaletteManager.h:70:29: warning: Member variable 'MaterialPaletteManager::_currIndex' is not assigned a value in 'MaterialPaletteManager::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/MaterialPaletteManager.h:70:29: warning: Member variable 'MaterialPaletteManager::_materialPalette' is not assigned a value in 'MaterialPaletteManager::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/TexturePaletteManager.h:49:28: warning: Member variable 'TexturePaletteManager::_currIndex' is not assigned a value in 'TexturePaletteManager::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/TexturePaletteManager.h:49:28: warning: Member variable 'TexturePaletteManager::_indexMap' is not assigned a value in 'TexturePaletteManager::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightSourcePaletteManager.h:39:7: style: Class 'LightSourcePaletteManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/MaterialPaletteManager.h:38:7: style: Class 'MaterialPaletteManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexPaletteManager.h:46:5: style: Class 'VertexPaletteManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.h:220:1: warning: The struct 'IdHelper' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.h:253:1: warning: The struct 'SubfaceHelper' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightSourcePaletteManager.h:36:1: warning: The class 'LightSourcePaletteManager' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/MaterialPaletteManager.h:35:1: warning: The class 'MaterialPaletteManager' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/TexturePaletteManager.h:38:1: warning: The class 'TexturePaletteManager' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:267:13: style: Condition 'strict' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:266:23: note: Assignment 'strict=false', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:267:13: note: Condition 'strict' is always false
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:171:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:171:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:173:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:173:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:174:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:174:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:175:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:175:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:236:18: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:236:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:243:18: style: The function 'addVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:86:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:243:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:305:18: style: The function 'addVertexUV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:87:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:305:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:311:18: style: The function 'addMorphVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:88:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:311:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:349:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:349:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:555:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:555:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:687:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:687:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:689:18: style: The function 'addVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:86:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:689:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:696:18: style: The function 'addVertexUV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:87:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:696:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:707:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:707:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:757:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:757:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:759:18: style: The function 'addVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:86:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:759:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:789:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:789:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:858:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:858:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:860:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:860:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:861:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:861:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:862:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:862:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:923:18: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:923:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:937:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:937:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1113:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1113:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1214:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1214:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1220:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1220:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1326:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1326:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1332:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1332:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:112:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:112:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:114:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:114:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:115:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:115:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:116:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:116:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:119:18: style: The function 'addVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:86:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:119:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:181:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:181:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:263:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:263:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:265:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:265:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:266:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:266:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:267:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:267:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:270:18: style: The function 'addVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:86:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:270:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:376:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:376:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:443:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:443:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:444:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:444:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:450:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:450:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:486:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/LightPointRecords.cpp:486:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:269:32: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:58:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:58:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:64:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:64:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:93:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:93:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:99:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:99:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:174:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:174:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:180:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:180:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:195:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:195:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:201:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:201:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:248:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:248:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:254:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:254:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:304:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:304:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:472:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:472:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:520:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:520:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:526:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:526:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:539:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:539:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:545:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:545:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:558:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:558:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:564:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:564:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:577:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:577:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:590:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:590:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:657:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:657:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:663:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:663:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:740:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:740:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:746:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:746:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:799:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:799:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:805:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:805:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:820:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:820:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:826:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:826:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:841:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:841:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:854:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PaletteRecords.cpp:854:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Pools.cpp:79:5: performance: Variable '_defaultMaterial' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:855:30: style: Variable 'siteId' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:58:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:58:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:60:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:60:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:61:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:61:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:62:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:62:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:63:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:63:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:69:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:69:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:139:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:139:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:189:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:189:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:191:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:191:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:192:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:192:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:193:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:193:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:194:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:194:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:200:10: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:200:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:242:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:242:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:329:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:329:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:331:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:331:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:332:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:332:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:333:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:333:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:334:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:334:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:335:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:335:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:340:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:340:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:477:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:477:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:479:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:479:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:480:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:480:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:481:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:481:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:482:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:482:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:483:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:483:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:488:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:488:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:533:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:533:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:535:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:535:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:536:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:536:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:537:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:537:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:538:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:538:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:539:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:539:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:544:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:544:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:594:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:594:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:596:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:596:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:597:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:597:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:598:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:598:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:599:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:599:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:601:18: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:601:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:618:18: style: The function 'setMultiSwitchValueName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:89:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:618:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:629:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:629:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:684:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:684:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:686:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:686:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:687:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:687:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:688:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:688:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:689:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:689:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:690:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:690:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:695:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:695:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:760:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:760:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:762:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:762:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:763:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:763:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:764:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:764:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:765:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:765:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:770:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:770:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:778:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:778:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:808:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:808:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:813:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:813:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:841:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:841:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:843:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:843:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:844:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:844:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:845:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:845:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:846:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:846:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:847:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:847:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:852:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:852:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:888:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:888:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:890:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:890:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:891:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:891:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:892:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:892:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:896:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:896:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:923:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:923:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:990:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:990:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:992:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:992:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:993:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:993:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:994:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:994:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:999:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:999:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp:60:74: style: Function 'readObject' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp:55:58: note: Function 'readObject' argument 1 names different: declaration 'fileName' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp:60:74: note: Function 'readObject' argument 1 names different: declaration 'fileName' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp:562:13: style: Variable 'wr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp:561:0: note: Variable 'wr' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp:562:13: note: Variable 'wr' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp:155:5: style: Class 'ReadExternalsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:39:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:39:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:41:9: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:41:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:42:9: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:42:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:43:9: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:43:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:44:9: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:44:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:45:9: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:45:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:50:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:50:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:76:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:76:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:78:9: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:78:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:79:9: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:79:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:80:9: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:80:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:81:9: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:81:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:82:9: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:82:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:87:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:87:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:115:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:115:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:117:9: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:117:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:118:9: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:118:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:119:9: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:119:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:120:9: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:120:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:121:9: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:121:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:126:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/RoadRecords.cpp:126:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/TexturePaletteManager.cpp:84:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Vertex.h:31:1: warning: The class 'Vertex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexPaletteManager.cpp:68:31: warning: Either the condition 'if(v&&!v3)' is redundant or there is possible null pointer dereference: v. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexPaletteManager.cpp:73:8: note: Assuming that condition 'if(v&&!v3)' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexPaletteManager.cpp:68:31: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexPaletteManager.h:78:18: style: Technically the member function 'flt::VertexPaletteManager::recordSize' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexPaletteManager.cpp:197:23: note: Technically the member function 'flt::VertexPaletteManager::recordSize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexPaletteManager.h:78:18: note: Technically the member function 'flt::VertexPaletteManager::recordSize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:53:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:53:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:57:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:57:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:94:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:94:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:100:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:100:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:139:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:139:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:145:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:145:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:184:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:184:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:190:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:190:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:250:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:250:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:256:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:256:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:292:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:292:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:298:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:298:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:341:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:341:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:347:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/VertexRecords.cpp:347:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expGeometryRecords.cpp:191:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expGeometryRecords.cpp:201:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expGeometryRecords.cpp:555:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expGeometryRecords.cpp:997:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expGeometryRecords.cpp:1010:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:176:49: style: Function 'writeGroup' argument 1 names different: declaration 'node' definition 'group'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.h:87:40: note: Function 'writeGroup' argument 1 names different: declaration 'node' definition 'group'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:176:49: note: Function 'writeGroup' argument 1 names different: declaration 'node' definition 'group'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:220:55: style: Function 'writeSequence' argument 1 names different: declaration 'node' definition 'sequence'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.h:93:46: note: Function 'writeSequence' argument 1 names different: declaration 'node' definition 'sequence'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:220:55: note: Function 'writeSequence' argument 1 names different: declaration 'node' definition 'sequence'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:278:50: style: Function 'writeObject' argument 1 names different: declaration 'node' definition 'group'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.h:94:41: note: Function 'writeObject' argument 1 names different: declaration 'node' definition 'group'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:278:50: note: Function 'writeObject' argument 1 names different: declaration 'node' definition 'group'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:412:65: style: Function 'writeExternalReference' argument 1 names different: declaration 'node' definition 'proxy'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.h:96:56: note: Function 'writeExternalReference' argument 1 names different: declaration 'node' definition 'proxy'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:412:65: note: Function 'writeExternalReference' argument 1 names different: declaration 'node' definition 'proxy'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:480:61: style: Function 'writeLightSource' argument 1 names different: declaration 'ls' definition 'node'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.h:99:52: note: Function 'writeLightSource' argument 1 names different: declaration 'ls' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:480:61: note: Function 'writeLightSource' argument 1 names different: declaration 'ls' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:580:51: style: Function 'writeSwitch' argument 1 names different: declaration 'ms' definition 'sw'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/FltExportVisitor.h:101:42: note: Function 'writeSwitch' argument 1 names different: declaration 'ms' definition 'sw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:580:51: note: Function 'writeSwitch' argument 1 names different: declaration 'ms' definition 'sw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:52:61: style: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXCoreVideoTexture.h:34:56: note: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:52:61: note: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:19:22: warning: Member variable 'OSXCoreVideoTexture::_textureWidth' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:19:22: warning: Member variable 'OSXCoreVideoTexture::_textureHeight' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:38:22: warning: Member variable 'OSXCoreVideoTexture::_textureWidth' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:38:22: warning: Member variable 'OSXCoreVideoTexture::_textureHeight' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:38:22: warning: Member variable 'OSXCoreVideoTexture::_modifiedCount' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:38:22: warning: Member variable 'OSXCoreVideoTexture::_mutex' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/VideoFrameDispatcher.h:93:5: style: Class 'VideoFrameDispatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXCoreVideoTexture.h:28:9: style: Class 'OSXCoreVideoTexture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXCoreVideoTexture.h:22:1: warning: The class 'OSXCoreVideoTexture' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXQTKitVideo.h:62:18: style: The function 'decodeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/VideoFrameDispatcher.h:38:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXQTKitVideo.h:62:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXQTKitVideo.h:79:18: style: The function 'needsDispatching' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/VideoFrameDispatcher.h:36:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/OSXQTKitVideo.h:79:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/VideoFrameDispatcher.cpp:83:22: style: The scope of the variable 'num_items' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/VideoFrameDispatcher.h:29:1: warning: The class 'VideoImageStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:224:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:224:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:196:43: performance: Function parameter 'request_path' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:253:105: style: Function 'operator()' argument 2 names different: declaration 'rep' definition 'reply'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:245:83: note: Function 'operator()' argument 2 names different: declaration 'rep' definition 'reply'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:253:105: note: Function 'operator()' argument 2 names different: declaration 'rep' definition 'reply'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:260:124: style: Function 'RestHttpDevice' argument 3 names different: declaration 'doc_path' definition 'doc_root'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:133:112: note: Function 'RestHttpDevice' argument 3 names different: declaration 'doc_path' definition 'doc_root'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:260:124: note: Function 'RestHttpDevice' argument 3 names different: declaration 'doc_path' definition 'doc_root'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:347:55: style: Function 'handleRequest' argument 1 names different: declaration 'request_path' definition 'in_request_path'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:138:43: note: Function 'handleRequest' argument 1 names different: declaration 'request_path' definition 'in_request_path'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:347:55: note: Function 'handleRequest' argument 1 names different: declaration 'request_path' definition 'in_request_path'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:106:5: style: Class 'KeyCodeRequestHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:173:5: style: Class 'MouseButtonRequestHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:239:5: style: Class 'RequestHandlerDispatcherCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:44:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:44:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:66:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:66:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:94:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:94:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:127:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:127:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:160:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:160:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:215:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:215:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:247:25: style: The function 'applyTemplateVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/request_handler.hpp:35:33: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:247:25: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/connection.cpp:20:13: warning: Member variable 'connection::request_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/RestHttpDevice/connection.cpp:20:13: warning: Member variable 'connection::reply_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/Exception.cpp:6:5: performance: Variable '_error' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/Exception.h:12:17: style: Technically the member function 'ac3d::Exception::getError' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/Exception.h:10:5: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/Exception.cpp:5:34: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/Geode.cpp:28:9: style: The scope of the variable 'LocalTexIndex' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/Geode.cpp:709:63: style: Function 'ProcessGeometry' argument 2 names different: declaration 'igeode' definition 'ioffset'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/Geode.h:13:69: note: Function 'ProcessGeometry' argument 2 names different: declaration 'igeode' definition 'ioffset'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/Geode.cpp:709:63: note: Function 'ProcessGeometry' argument 2 names different: declaration 'igeode' definition 'ioffset'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:136:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:159:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:258:5: warning: Member variable 'MaterialData::mTranslucent' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:586:5: warning: Member variable 'VertexSet::_cosCreaseAngle' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:407:9: performance: Variable 'mModulateTexEnv' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:403:5: style: Class 'FileData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:492:5: style: Struct 'VertexData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:728:18: style: The function 'beginPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:669:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:728:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:740:18: style: The function 'vertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:670:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:740:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:748:18: style: The function 'endPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:671:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:748:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:771:25: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:673:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:771:25: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:817:18: style: The function 'beginPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:669:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:817:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:829:18: style: The function 'vertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:670:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:829:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:837:18: style: The function 'endPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:671:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:837:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:981:25: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:673:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ac/ac3d.cpp:981:25: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.cpp:64:73: style: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.h:32:56: note: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.cpp:64:73: note: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.cpp:49:34: warning: Member variable 'OSXAVFoundationCoreVideoTexture::_modifiedCount' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.h:26:9: style: Class 'OSXAVFoundationCoreVideoTexture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.h:20:1: warning: The class 'OSXAVFoundationCoreVideoTexture' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/avfoundation/OSXAVFoundationVideo.h:82:18: style: The function 'decodeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/VideoFrameDispatcher.h:38:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/avfoundation/OSXAVFoundationVideo.h:82:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/avfoundation/OSXAVFoundationVideo.h:101:18: style: The function 'needsDispatching' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/QTKit/VideoFrameDispatcher.h:36:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/avfoundation/OSXAVFoundationVideo.h:101:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/BITSET.h:19:3: warning: Member variable 'BITSET::m_bits_aux' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:536:15: style: The scope of the variable 'py' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:36:47: style: Function 'readFile' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.h:45:38: note: Function 'readFile' argument 1 names different: declaration 'fileName' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:36:47: note: Function 'readFile' argument 1 names different: declaration 'fileName' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:39:23: style: Variable 'ext' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:116:5: warning: Member variable 'BSP_BIQUADRATIC_PATCH::m_controlPoints' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:116:5: warning: Member variable 'BSP_BIQUADRATIC_PATCH::m_tessellation' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:145:5: warning: Member variable 'BSP_PATCH::m_textureIndex' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:145:5: warning: Member variable 'BSP_PATCH::m_lightmapIndex' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:145:5: warning: Member variable 'BSP_PATCH::m_width' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:145:5: warning: Member variable 'BSP_PATCH::m_height' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:145:5: warning: Member variable 'BSP_PATCH::m_numQuadraticPatches' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:32:5: performance: Variable 'root_node' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.h:48:30: style: Technically the member function 'bsp::Q3BSPReader::getRootNode' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:57:39: note: Technically the member function 'bsp::Q3BSPReader::getRootNode' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.h:48:30: note: Technically the member function 'bsp::Q3BSPReader::getRootNode' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.h:73:17: performance: Technically the member function 'bsp::Q3BSPReader::loadTextures' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:438:19: note: Technically the member function 'bsp::Q3BSPReader::loadTextures' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.h:73:17: note: Technically the member function 'bsp::Q3BSPReader::loadTextures' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.h:77:17: performance: Technically the member function 'bsp::Q3BSPReader::loadLightMaps' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.cpp:479:19: note: Technically the member function 'bsp::Q3BSPReader::loadLightMaps' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/Q3BSPReader.h:77:17: note: Technically the member function 'bsp::Q3BSPReader::loadLightMaps' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPData.cpp:219:48: style: Function 'addDispVertex' argument 1 names different: declaration 'newDispVert' definition 'newDispVertex'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPData.h:264:63: note: Function 'addDispVertex' argument 1 names different: declaration 'newDispVert' definition 'newDispVertex'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPData.cpp:219:48: note: Function 'addDispVertex' argument 1 names different: declaration 'newDispVert' definition 'newDispVertex'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.cpp:377:25: style: The scope of the variable 'texName' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.cpp:516:22: style: Unused variable: modelFile [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:50:13: performance: Technically the member function 'bsp::VBSPEntity::processEnv' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.cpp:69:18: note: Technically the member function 'bsp::VBSPEntity::processEnv' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:50:13: note: Technically the member function 'bsp::VBSPEntity::processEnv' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:53:13: performance: Technically the member function 'bsp::VBSPEntity::processInfoDecal' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.cpp:170:18: note: Technically the member function 'bsp::VBSPEntity::processInfoDecal' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:53:13: note: Technically the member function 'bsp::VBSPEntity::processInfoDecal' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:54:13: performance: Technically the member function 'bsp::VBSPEntity::processItem' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.cpp:176:18: note: Technically the member function 'bsp::VBSPEntity::processItem' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:54:13: note: Technically the member function 'bsp::VBSPEntity::processItem' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:56:20: performance: Technically the member function 'bsp::VBSPEntity::getVector' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.cpp:182:19: note: Technically the member function 'bsp::VBSPEntity::getVector' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:56:20: note: Technically the member function 'bsp::VBSPEntity::getVector' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:57:20: performance: Technically the member function 'bsp::VBSPEntity::getToken' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.cpp:226:25: note: Technically the member function 'bsp::VBSPEntity::getToken' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:57:20: note: Technically the member function 'bsp::VBSPEntity::getToken' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:68:33: style: Technically the member function 'bsp::VBSPEntity::getClass' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.cpp:574:25: note: Technically the member function 'bsp::VBSPEntity::getClass' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:68:33: note: Technically the member function 'bsp::VBSPEntity::getClass' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:69:33: style: Technically the member function 'bsp::VBSPEntity::isVisible' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.cpp:580:18: note: Technically the member function 'bsp::VBSPEntity::isVisible' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.h:69:33: note: Technically the member function 'bsp::VBSPEntity::isVisible' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.h:42:9: style: Class 'VBSPGeometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPEntity.cpp:510:0: error: Memory leak: vbspGeomList [memleak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:257:23: style: The scope of the variable 'dist' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:261:23: style: The scope of the variable 'currentSurfEdge' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:511:27: style: The scope of the variable 'edgeIndex' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:512:27: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:513:27: style: The scope of the variable 'currentSurfEdge' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:516:27: style: The scope of the variable 'texUOffset' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:517:27: style: The scope of the variable 'texUScale' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:519:27: style: The scope of the variable 'texVOffset' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:520:27: style: The scope of the variable 'texVScale' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:521:27: style: The scope of the variable 'u' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:521:30: style: The scope of the variable 'v' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:20:5: performance: Variable 'vertex_array' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.h:33:22: performance: Technically the member function 'bsp::VBSPGeometry::doesEdgeExist' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.cpp:45:20: note: Technically the member function 'bsp::VBSPGeometry::doesEdgeExist' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPGeometry.h:33:22: note: Technically the member function 'bsp::VBSPGeometry::doesEdgeExist' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:72:21: style: The scope of the variable 'entityLen' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:325:19: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:326:19: style: The scope of the variable 'index' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:361:19: style: The scope of the variable 'index' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:977:33: style: The scope of the variable 'texName' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:561:58: style: Function 'readTextureFile' argument 1 names different: declaration 'file' definition 'textureName'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.h:269:63: note: Function 'readTextureFile' argument 1 names different: declaration 'file' definition 'textureName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:561:58: note: Function 'readTextureFile' argument 1 names different: declaration 'file' definition 'textureName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:642:60: style: Function 'readMaterialFile' argument 1 names different: declaration 'file' definition 'materialName'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.h:270:64: note: Function 'readMaterialFile' argument 1 names different: declaration 'file' definition 'materialName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:642:60: note: Function 'readMaterialFile' argument 1 names different: declaration 'file' definition 'materialName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:653:29: style: Unused variable: texName [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:654:29: style: Unused variable: tex2Name [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:992:33: style: Unused variable: propFile [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:43:5: performance: Variable 'root_node' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:46:5: performance: Variable 'bsp_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.h:263:23: performance: Technically the member function 'bsp::VBSPReader::getToken' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:519:25: note: Technically the member function 'bsp::VBSPReader::getToken' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.h:263:23: note: Technically the member function 'bsp::VBSPReader::getToken' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.h:269:35: performance: Technically the member function 'bsp::VBSPReader::readTextureFile' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:561:30: note: Technically the member function 'bsp::VBSPReader::readTextureFile' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.h:269:35: note: Technically the member function 'bsp::VBSPReader::readTextureFile' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.h:281:31: style: Technically the member function 'bsp::VBSPReader::getRootNode' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.cpp:1218:27: note: Technically the member function 'bsp::VBSPReader::getRootNode' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bsp/VBSPReader.h:281:31: note: Technically the member function 'bsp::VBSPReader::getRootNode' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/bvh/ReaderWriterBVH.cpp:269:36: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:92:37: style: Function 'setViewByLookat' argument 1 names different: declaration 'eyex' definition 'eyeX'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:330:37: note: Function 'setViewByLookat' argument 1 names different: declaration 'eyex' definition 'eyeX'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:92:37: note: Function 'setViewByLookat' argument 1 names different: declaration 'eyex' definition 'eyeX'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:92:49: style: Function 'setViewByLookat' argument 2 names different: declaration 'eyey' definition 'eyeY'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:330:49: note: Function 'setViewByLookat' argument 2 names different: declaration 'eyey' definition 'eyeY'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:92:49: note: Function 'setViewByLookat' argument 2 names different: declaration 'eyey' definition 'eyeY'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:92:61: style: Function 'setViewByLookat' argument 3 names different: declaration 'eyez' definition 'eyeZ'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:330:61: note: Function 'setViewByLookat' argument 3 names different: declaration 'eyez' definition 'eyeZ'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:92:61: note: Function 'setViewByLookat' argument 3 names different: declaration 'eyez' definition 'eyeZ'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:93:37: style: Function 'setViewByLookat' argument 4 names different: declaration 'centerx' definition 'centerX'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:331:29: note: Function 'setViewByLookat' argument 4 names different: declaration 'centerx' definition 'centerX'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:93:37: note: Function 'setViewByLookat' argument 4 names different: declaration 'centerx' definition 'centerX'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:93:52: style: Function 'setViewByLookat' argument 5 names different: declaration 'centery' definition 'centerY'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:331:44: note: Function 'setViewByLookat' argument 5 names different: declaration 'centery' definition 'centerY'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:93:52: note: Function 'setViewByLookat' argument 5 names different: declaration 'centery' definition 'centerY'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:93:67: style: Function 'setViewByLookat' argument 6 names different: declaration 'centerz' definition 'centerZ'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:331:59: note: Function 'setViewByLookat' argument 6 names different: declaration 'centerz' definition 'centerZ'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:93:67: note: Function 'setViewByLookat' argument 6 names different: declaration 'centerz' definition 'centerZ'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:94:37: style: Function 'setViewByLookat' argument 7 names different: declaration 'upx' definition 'upX'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:332:29: note: Function 'setViewByLookat' argument 7 names different: declaration 'upx' definition 'upX'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:94:37: note: Function 'setViewByLookat' argument 7 names different: declaration 'upx' definition 'upX'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:94:48: style: Function 'setViewByLookat' argument 8 names different: declaration 'upy' definition 'upY'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:332:40: note: Function 'setViewByLookat' argument 8 names different: declaration 'upy' definition 'upY'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:94:48: note: Function 'setViewByLookat' argument 8 names different: declaration 'upy' definition 'upY'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:94:59: style: Function 'setViewByLookat' argument 9 names different: declaration 'upz' definition 'upZ'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:332:51: note: Function 'setViewByLookat' argument 9 names different: declaration 'upz' definition 'upZ'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:94:59: note: Function 'setViewByLookat' argument 9 names different: declaration 'upz' definition 'upZ'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:395:35: style: Function 'setClearColor' argument 1 names different: declaration 'red' definition 'r'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:350:35: note: Function 'setClearColor' argument 1 names different: declaration 'red' definition 'r'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:395:35: note: Function 'setClearColor' argument 1 names different: declaration 'red' definition 'r'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:395:44: style: Function 'setClearColor' argument 2 names different: declaration 'green' definition 'g'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:350:46: note: Function 'setClearColor' argument 2 names different: declaration 'green' definition 'g'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:395:44: note: Function 'setClearColor' argument 2 names different: declaration 'green' definition 'g'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:395:53: style: Function 'setClearColor' argument 3 names different: declaration 'blue' definition 'b'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:350:59: note: Function 'setClearColor' argument 3 names different: declaration 'blue' definition 'b'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:395:53: note: Function 'setClearColor' argument 3 names different: declaration 'blue' definition 'b'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:395:62: style: Function 'setClearColor' argument 4 names different: declaration 'alpha' definition 'a'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:350:71: note: Function 'setClearColor' argument 4 names different: declaration 'alpha' definition 'a'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:395:62: note: Function 'setClearColor' argument 4 names different: declaration 'alpha' definition 'a'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:593:33: style: Function 'setOffset' argument 1 names different: declaration '_xshear' definition 'xshear'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:343:32: note: Function 'setOffset' argument 1 names different: declaration '_xshear' definition 'xshear'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:593:33: note: Function 'setOffset' argument 1 names different: declaration '_xshear' definition 'xshear'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:593:48: style: Function 'setOffset' argument 2 names different: declaration '_yshear' definition 'yshear'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.h:343:48: note: Function 'setOffset' argument 2 names different: declaration '_yshear' definition 'yshear'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/Camera.cpp:593:48: note: Function 'setOffset' argument 2 names different: declaration '_yshear' definition 'yshear'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/VisualChooser.h:173:17: style: Struct 'VisualAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/VisualChooser.h:185:17: style: Struct 'VisualAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/RenderSurface.h:63:9: warning: The struct 'InputRectangle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/CameraConfig.cpp:620:20: style: Condition 'numScreens==0' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/CameraConfig.cpp:619:50: note: Assignment 'numScreens=getNumberOfScreens()', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/CameraConfig.cpp:620:20: note: Condition 'numScreens==0' is always false
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/CameraConfig.cpp:283:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/CameraConfig.cpp:455:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/CameraConfig.cpp:470:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/CameraConfig.h:196:57: performance: Function parameter 'setStereoCommand' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/CameraConfig.h:196:87: performance: Function parameter 'restoreMonoCommand' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/CameraConfig.cpp:616:16: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:58:14: style: Technically the member function 'FlexLexer::YYText' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:59:6: style: Technically the member function 'FlexLexer::YYLeng' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:111:7: style: The function 'yy_switch_to_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:62:3: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:111:7: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:112:26: style: The function 'yy_create_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:64:3: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:112:26: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:113:7: style: The function 'yy_delete_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:65:15: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:113:7: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:114:7: style: The function 'yyrestart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:66:15: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:114:7: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:116:14: style: The function 'ConfigParser_lex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:68:14: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:116:14: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:117:15: style: The function 'switch_streams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:79:15: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/FlexLexer.h:117:15: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/ReaderWriterCFG.cpp:100:20: style: The scope of the variable 'rs' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/ReaderWriterCFG.cpp:46:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/RenderSurface.cpp:393:62: style: Function 'setInputRectangle' argument 1 names different: declaration 'ir' definition 'inputRectangle'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/RenderSurface.h:111:55: note: Function 'setInputRectangle' argument 1 names different: declaration 'ir' definition 'inputRectangle'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/RenderSurface.cpp:393:62: note: Function 'setInputRectangle' argument 1 names different: declaration 'ir' definition 'inputRectangle'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/RenderSurface.cpp:47:16: warning: Member variable 'RenderSurface::_refreshRate' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/RenderSurface.cpp:47:16: warning: Member variable 'RenderSurface::_parentWindowHeight' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/RenderSurface.cpp:47:16: warning: Member variable 'RenderSurface::_frameCount' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/RenderSurface.cpp:50:5: performance: Variable '_hostname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/cfg/VisualChooser.cpp:24:16: warning: Member variable 'VisualChooser::_visual_id' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.cpp:126:24: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.cpp:545:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.cpp:301:68: style: Function 'processResponse' argument 1 names different: declaration 'responseCode' definition 'res'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.h:86:66: note: Function 'processResponse' argument 1 names different: declaration 'responseCode' definition 'res'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.cpp:301:68: note: Function 'processResponse' argument 1 names different: declaration 'responseCode' definition 'res'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.cpp:719:21: style: Unused variable: data [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.h:82:9: warning: Member variable 'EasyCurl::_previousPassword' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.h:82:9: warning: Member variable 'EasyCurl::_previousHttpAuthentication' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.h:82:9: warning: Member variable 'EasyCurl::_connectTimeout' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.h:82:9: warning: Member variable 'EasyCurl::_timeout' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.h:83:19: warning: Member variable 'EasyCurl::_curl' is not assigned a value in 'EasyCurl::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.h:83:19: warning: Member variable 'EasyCurl::_previousPassword' is not assigned a value in 'EasyCurl::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.h:83:19: warning: Member variable 'EasyCurl::_previousHttpAuthentication' is not assigned a value in 'EasyCurl::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.h:83:19: warning: Member variable 'EasyCurl::_connectTimeout' is not assigned a value in 'EasyCurl::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/curl/ReaderWriterCURL.h:83:19: warning: Member variable 'EasyCurl::_timeout' is not assigned a value in 'EasyCurl::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeReader.h:289:10: performance: Technically the member function 'osgDAE::daeReader::extractTargetName' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRAnimations.cpp:865:17: note: Technically the member function 'osgDAE::daeReader::extractTargetName' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeReader.h:289:10: note: Technically the member function 'osgDAE::daeReader::extractTargetName' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/domSourceReader.h:48:11: style: Technically the member function 'osgDAE::domSourceReader::getFloat' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/domSourceReader.h:50:22: style: Technically the member function 'osgDAE::domSourceReader::getVec2' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/domSourceReader.h:52:22: style: Technically the member function 'osgDAE::domSourceReader::getVec3' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/domSourceReader.h:54:22: style: Technically the member function 'osgDAE::domSourceReader::getVec4' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/domSourceReader.h:56:23: style: Technically the member function 'osgDAE::domSourceReader::getVec2d' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/domSourceReader.h:58:23: style: Technically the member function 'osgDAE::domSourceReader::getVec3d' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/domSourceReader.h:60:23: style: Technically the member function 'osgDAE::domSourceReader::getVec4d' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/domSourceReader.h:62:25: style: Technically the member function 'osgDAE::domSourceReader::getMatrix' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRGeometry.cpp:523:28: style: The scope of the variable 'pDrawTriangles' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRGeometry.cpp:34:57: style: Function 'getOrCreateGeometry' argument 1 names different: declaration 'geom' definition 'pDomGeometry'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeReader.h:304:50: note: Function 'getOrCreateGeometry' argument 1 names different: declaration 'geom' definition 'pDomGeometry'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRGeometry.cpp:34:57: note: Function 'getOrCreateGeometry' argument 1 names different: declaration 'geom' definition 'pDomGeometry'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRGeometry.cpp:134:71: style: Function 'processInstanceGeometry' argument 1 names different: declaration 'ig' definition 'pDomInstanceGeometry'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeReader.h:307:64: note: Function 'processInstanceGeometry' argument 1 names different: declaration 'ig' definition 'pDomInstanceGeometry'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRGeometry.cpp:134:71: note: Function 'processInstanceGeometry' argument 1 names different: declaration 'ig' definition 'pDomInstanceGeometry'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRGeometry.cpp:315:74: style: Function 'processInstanceController' argument 1 names different: declaration 'ictrl' definition 'pDomInstanceController'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeReader.h:321:67: note: Function 'processInstanceController' argument 1 names different: declaration 'ictrl' definition 'pDomInstanceController'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRGeometry.cpp:315:74: note: Function 'processInstanceController' argument 1 names different: declaration 'ictrl' definition 'pDomInstanceController'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRGeometry.cpp:779:16: performance: Technically the member function 'VertexIndices::get' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRGeometry.cpp:791:27: note: Technically the member function 'VertexIndices::get' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRGeometry.cpp:779:16: note: Technically the member function 'VertexIndices::get' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRMaterials.cpp:353:109: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRMaterials.cpp:358:92: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRMaterials.cpp:427:109: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRMaterials.cpp:432:92: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRMaterials.cpp:499:109: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRMaterials.cpp:504:92: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRMaterials.cpp:578:48: style: Function 'processColorOrTextureType' argument 7 names different: declaration 'normalizeShininess' definition 'blinn'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeReader.h:350:42: note: Function 'processColorOrTextureType' argument 7 names different: declaration 'normalizeShininess' definition 'blinn'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRMaterials.cpp:578:48: note: Function 'processColorOrTextureType' argument 7 names different: declaration 'normalizeShininess' definition 'blinn'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeReader.h:281:10: performance: Technically the member function 'osgDAE::daeReader::findInvertTransparency' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRMaterials.cpp:87:17: note: Technically the member function 'osgDAE::daeReader::findInvertTransparency' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeReader.h:281:10: note: Technically the member function 'osgDAE::daeReader::findInvertTransparency' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeReader.h:359:17: performance: Technically the member function 'osgDAE::daeReader::processImagePath' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRMaterials.cpp:884:24: note: Technically the member function 'osgDAE::daeReader::processImagePath' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeReader.h:359:17: note: Technically the member function 'osgDAE::daeReader::processImagePath' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeRSceneObjects.cpp:376:0: error: Memory leak: lightsource [memleak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeWriter.h:294:22: style: Technically the member function 'osgDAE::daeWriter::ArrayNIndices::getDAESize' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeWGeometry.cpp:30:40: note: Technically the member function 'osgDAE::daeWriter::ArrayNIndices::getDAESize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeWriter.h:294:22: note: Technically the member function 'osgDAE::daeWriter::ArrayNIndices::getDAESize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeWriter.cpp:125:11: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeWriter.cpp:212:53: style: Function 'uniquify' argument 1 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeWriter.h:321:50: note: Function 'uniquify' argument 1 names different: declaration 'name' definition '_name'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeWriter.cpp:212:53: note: Function 'uniquify' argument 1 names different: declaration 'name' definition '_name'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dae/daeWriter.cpp:174:25: style: Variable 'fname' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dds/ReaderWriterDDS.cpp:203:20: style: struct member 'DXT1TexelsBlock::color_0' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dds/ReaderWriterDDS.cpp:204:20: style: struct member 'DXT1TexelsBlock::color_1' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dds/ReaderWriterDDS.cpp:205:20: style: struct member 'DXT1TexelsBlock::texels4x4' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dds/ReaderWriterDDS.cpp:398:28: style: struct member 'OSG_DDS_HEADER_DXT10::miscFlag' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dds/ReaderWriterDDS.cpp:399:28: style: struct member 'OSG_DDS_HEADER_DXT10::arraySize' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dds/ReaderWriterDDS.cpp:400:28: style: struct member 'OSG_DDS_HEADER_DXT10::reserved' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1173:42: warning: Possible null pointer dereference: cap [nullPointer]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1167:18: note: Assignment 'cap=0', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1173:42: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1369:81: style: Function 'openCaptureDevices' argument 1 names different: declaration 'options' definition 'o'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture:96:67: note: Function 'openCaptureDevices' argument 1 names different: declaration 'options' definition 'o'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1369:81: note: Function 'openCaptureDevices' argument 1 names different: declaration 'options' definition 'o'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1563:60: style: Function 'CTextureRenderer' argument 1 names different: declaration 'imageStream' definition 'is'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture:90:45: note: Function 'CTextureRenderer' argument 1 names different: declaration 'imageStream' definition 'is'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1563:60: note: Function 'CTextureRenderer' argument 1 names different: declaration 'imageStream' definition 'is'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1656:58: style: Function 'DoRenderSample' argument 1 names different: declaration 'pMediaSample' definition 'pSample'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture:113:42: note: Function 'DoRenderSample' argument 1 names different: declaration 'pMediaSample' definition 'pSample'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1656:58: note: Function 'DoRenderSample' argument 1 names different: declaration 'pMediaSample' definition 'pSample'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:75: style: Function 'DirectShowImageStream' argument 1 names different: declaration 'image' definition 'd'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture:49:57: note: Function 'DirectShowImageStream' argument 1 names different: declaration 'image' definition 'd'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:75: note: Function 'DirectShowImageStream' argument 1 names different: declaration 'image' definition 'd'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:96: style: Function 'DirectShowImageStream' argument 2 names different: declaration 'copyop' definition 'c'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture:49:84: note: Function 'DirectShowImageStream' argument 2 names different: declaration 'copyop' definition 'c'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:96: note: Function 'DirectShowImageStream' argument 2 names different: declaration 'copyop' definition 'c'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1037:0: style: Variable 'device' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1617:24: style: Variable 'pvi' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1381:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1845:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:24: warning: Member variable 'DirectShowImageStream::_renderer' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:24: warning: Member variable 'DirectShowImageStream::_mutex' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:24: warning: Member variable 'DirectShowImageStream::_options' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1563:19: warning: Member variable 'CTextureRenderer::_width' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1563:19: warning: Member variable 'CTextureRenderer::_height' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:1563:19: warning: Member variable 'CTextureRenderer::_pitch' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:848:17: style: Technically the member function 'ListDeviceAvailable::getDevice' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:829:5: style: Struct 'ListDeviceAvailable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture.cpp:953:5: style: Struct 'ListCapDeviceAvailable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/DirectShowTexture:36:1: warning: The class 'DirectShowImageStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/directshow/ReaderWriterDirectShow.cpp:79:30: style: Redundant condition: options. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.cpp:66:62: style: Function 'run' argument 2 names different: declaration 'ostream' definition 'fout'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.h:44:46: note: Function 'run' argument 2 names different: declaration 'ostream' definition 'fout'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.cpp:66:62: note: Function 'run' argument 2 names different: declaration 'ostream' definition 'fout'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.cpp:29:5: performance: Variable '_rankdir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:33:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.h:57:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:33:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:34:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.h:58:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:34:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:35:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.h:59:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:35:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:37:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.h:60:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:37:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:38:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.h:61:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:38:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:40:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.h:63:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:40:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:41:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.h:65:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:41:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:42:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.h:64:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:42:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:43:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/BaseDotVisitor.h:66:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:43:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.cpp:31:45: style: Function 'handle' argument 1 names different: declaration 'geode' definition 'node'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:34:37: note: Function 'handle' argument 1 names different: declaration 'geode' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.cpp:31:45: note: Function 'handle' argument 1 names different: declaration 'geode' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.cpp:67:45: style: Function 'handle' argument 1 names different: declaration 'geometry' definition 'geode'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.h:41:37: note: Function 'handle' argument 1 names different: declaration 'geometry' definition 'geode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dot/SimpleDotVisitor.cpp:67:45: note: Function 'handle' argument 1 names different: declaration 'geometry' definition 'geode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:438:9: style: Variable 'drw' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:437:0: note: Variable 'drw' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:438:9: note: Variable 'drw' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:587:14: style: The scope of the variable 'buff' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:513:5: warning: Member variable '_dwedge::e1' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:513:5: warning: Member variable '_dwedge::e2' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:522:5: warning: Member variable '_dwobj::themat' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:522:5: warning: Member variable '_dwobj::nedges' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:46:43: performance: Variable 'fname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:47:9: performance: Variable 'ctx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:47:19: performance: Variable 'tx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:360:9: performance: Variable 'vertices' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:361:9: performance: Variable 'normals' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:362:9: performance: Variable 'txc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:363:9: performance: Variable 'txcoords' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:522:59: performance: Variable 'tmat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:106:16: style: Technically the member function 'dwmaterial::isTextured' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:167:16: style: Technically the member function 'dwmaterial::getcolour' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:208:10: performance: Technically the member function '_face::norm' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:304:16: style: Technically the member function '_face::getnv' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:305:16: style: Technically the member function '_face::getvert' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:306:16: style: Technically the member function '_face::complete' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:410:10: performance: Technically the member function 'prims::combine' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:707:13: note: Technically the member function 'prims::combine' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:410:10: note: Technically the member function 'prims::combine' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:645:10: style: Technically the member function '_dwobj::makeuv' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:586:9: warning: Possible leak in public function. The pointer 'faces' is not deallocated before it is allocated. [publicAllocationError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:569:9: warning: Possible leak in public function. The pointer 'edges' is not deallocated before it is allocated. [publicAllocationError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:213:64: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:235:42: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:240:71: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:313:42: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:323:72: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:412:44: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:496:47: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dw/ReaderWriterDW.cpp:506:91: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:430:67: style: Function 'getLayerName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:259:53: note: Function 'getLayerName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:430:67: note: Function 'getLayerName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:475:59: style: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:257:45: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:475:59: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:444:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:591:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:167:9: warning: Member variable 'DXFWriterNodeVisitor::_count' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_fout' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_nameStack' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_stateSetStack' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_currentStateSet' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_count' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_layers' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_firstPass' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_writeTriangleAs3DFace' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_fout' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_modeCache' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_indexCache' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_geo' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_m' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_writeTriangleAs3DFace' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:96:10: performance: Technically the member function 'AcadColor::hsv' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:167:9: style: Class 'DXFWriterNodeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:164:1: warning: The class 'DXFWriterNodeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:62:1: warning: The class 'DxfPrimitiveIndexWriter' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:51:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/scene.h:365:9: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/scene.h:357:0: note: Variable 'root' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/scene.h:365:9: note: Variable 'root' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:376:13: performance: Variable '_rw' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:53:5: style: Class 'readerText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfTable.h:39:2: style: Class 'dxfLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/scene.h:150:5: style: Class 'sceneLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/scene.h:301:5: style: Class 'scene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:329:5: style: Class 'dxfEntity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfFile.h:29:5: style: Class 'dxfFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:60:18: style: The function 'readGroupCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:40:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:60:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:61:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:41:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:61:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:62:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:42:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:62:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:63:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:43:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:63:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:64:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:44:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:64:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:65:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:45:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:65:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:66:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:46:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:66:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:80:18: style: The function 'readGroupCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:40:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:80:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:81:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:41:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:81:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:82:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:42:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:82:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:83:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:43:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:83:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:84:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:44:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:84:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:85:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:45:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:85:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:86:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:46:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.h:86:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfTable.h:57:15: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfTable.h:32:15: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfTable.h:57:15: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:94:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:94:29: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:99:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:99:25: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:100:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:100:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:101:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:101:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:113:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:113:29: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:119:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:119:25: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:120:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:120:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:121:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:121:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:135:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:135:29: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:136:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:136:25: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:137:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:137:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:138:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:138:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:150:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:150:29: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:151:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:151:25: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:152:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:152:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:153:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:153:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:171:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:171:29: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:172:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:172:25: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:173:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:173:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:174:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:174:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:184:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:184:29: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:185:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:185:25: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:186:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:186:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:215:36: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:215:36: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:216:36: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:216:36: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:217:33: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:217:33: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:219:33: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:219:33: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:249:36: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:249:36: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:250:36: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:250:36: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:251:33: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:251:33: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:253:33: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:253:33: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:275:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:275:29: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:276:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:276:25: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:277:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:277:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:278:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:278:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:308:36: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:308:36: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:309:36: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:309:36: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:310:36: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:310:36: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:311:36: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:311:36: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSection.h:50:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSectionBase.h:27:15: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSection.h:50:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSection.h:64:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSectionBase.h:27:15: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSection.h:64:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSection.h:84:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSectionBase.h:27:15: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSection.h:84:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSection.h:98:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSectionBase.h:27:15: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSection.h:98:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfTable.h:39:23: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/scene.h:150:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:329:27: performance: Function parameter 's' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfFile.h:29:25: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.cpp:484:10: style: The scope of the variable 'invert_order' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfEntity.h:376:0: performance: Variable '_rw' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfReader.cpp:79:49: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/dxf/dxfSection.cpp:22:34: style: Reading from empty STL container 'var' [reademptycontainer]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/exr/ReaderWriterEXR.cpp:357:9: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/exr/ReaderWriterEXR.cpp:349:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/exr/ReaderWriterEXR.cpp:357:9: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/exr/ReaderWriterEXR.cpp:37:5: style: Class 'C_IStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/exr/ReaderWriterEXR.cpp:64:5: style: Class 'C_OStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/ReaderWriterFBX.h:14:0: error: #error Wrong FBX SDK version [preprocessorErrorDirective]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterCompareTriangle.cpp:87:37: style: Unsigned variable 'x' can't be negative so it is unnecessary to test it. [unsignedPositive]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterCompareTriangle.cpp:89:41: style: Unsigned variable 'y' can't be negative so it is unnecessary to test it. [unsignedPositive]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterCompareTriangle.h:25:9: performance: Technically the member function 'WriterCompareTriangle::setMaxMin' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterCompareTriangle.cpp:36:24: note: Technically the member function 'WriterCompareTriangle::setMaxMin' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterCompareTriangle.h:25:9: note: Technically the member function 'WriterCompareTriangle::setMaxMin' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterNodeVisitor.cpp:291:11: style: The scope of the variable 'shininess' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterNodeVisitor.cpp:292:11: style: The scope of the variable 'transparency' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterNodeVisitor.cpp:372:61: style: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterNodeVisitor.h:227:50: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterNodeVisitor.cpp:372:61: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterNodeVisitor.cpp:450:68: style: Function 'setControlPointAndNormalsAndUV' argument 4 names different: declaration 'fbxMesh' definition 'mesh'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterNodeVisitor.h:212:62: note: Function 'setControlPointAndNormalsAndUV' argument 4 names different: declaration 'fbxMesh' definition 'mesh'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterNodeVisitor.cpp:450:68: note: Function 'setControlPointAndNormalsAndUV' argument 4 names different: declaration 'fbxMesh' definition 'mesh'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterNodeVisitor.cpp:52:9: performance: Variable '_normalBinding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/WriterNodeVisitor.h:46:1: warning: The struct 'VertexIndex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.cpp:220:72: style: Function 'fbxTextureToOsgTexture' argument 1 names different: declaration 'pOsgTex' definition 'fbx'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:98:50: note: Function 'fbxTextureToOsgTexture' argument 1 names different: declaration 'pOsgTex' definition 'fbx'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.cpp:220:72: note: Function 'fbxTextureToOsgTexture' argument 1 names different: declaration 'pOsgTex' definition 'fbx'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::diffuseScaleU' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::diffuseScaleV' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::opacityScaleU' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::opacityScaleV' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::emissiveScaleU' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::emissiveScaleV' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::ambientScaleU' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::ambientScaleV' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegAudioStream.cpp:25:20: warning: Member variable 'FFmpegAudioStream::m_decoder' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegAudioStream.hpp:20:22: warning: Virtual function 'setAudioSink' is called from destructor '~FFmpegAudioStream()' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegAudioStream.cpp:33:5: note: Calling setAudioSink
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegAudioStream.hpp:20:22: note: setAudioSink is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegAudioStream.hpp:15:9: style: Class 'FFmpegAudioStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegAudioStream.hpp:11:5: warning: The class 'FFmpegAudioStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:38:16: warning: Member variable 'FFmpegDecoder::m_audio_index' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:38:16: warning: Member variable 'FFmpegDecoder::m_video_index' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:38:16: warning: Member variable 'FFmpegDecoder::m_duration' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:38:16: warning: Member variable 'FFmpegDecoder::m_start' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:17:20: warning: Member variable 'FFmpegImageStream::m_seek_time' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:33:20: warning: Member variable 'FFmpegImageStream::m_decoder' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:33:20: warning: Member variable 'FFmpegImageStream::m_commands' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:33:20: warning: Member variable 'FFmpegImageStream::m_mutex' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:33:20: warning: Member variable 'FFmpegImageStream::m_frame_published_cond' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:33:20: warning: Member variable 'FFmpegImageStream::m_frame_published_flag' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:33:20: warning: Member variable 'FFmpegImageStream::m_seek_time' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegImageStream.hpp:36:22: warning: Virtual function 'quit' is called from destructor '~FFmpegImageStream()' at line 45. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:45:5: note: Calling quit
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegImageStream.hpp:36:22: note: quit is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegImageStream.hpp:21:5: warning: The class 'FFmpegImageStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/freetype/FreeTypeFont.cpp:177:26: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/freetype/FreeTypeFont.cpp:183:26: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/freetype/FreeTypeFont.cpp:189:26: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/freetype/FreeTypeFont.cpp:195:26: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/freetype/FreeTypeFont.cpp:518:111: style: Function 'getKerning' argument 3 names different: declaration '_kerningType' definition 'kerningType'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/freetype/FreeTypeFont.h:40:109: note: Function 'getKerning' argument 3 names different: declaration '_kerningType' definition 'kerningType'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/freetype/FreeTypeFont.cpp:518:111: note: Function 'getKerning' argument 3 names different: declaration '_kerningType' definition 'kerningType'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/freetype/FreeTypeFont.cpp:31:5: style: Struct 'Char3DInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/freetype/FreeTypeLibrary.cpp:170:0: error: Boolean value assigned to pointer. [assignBoolToPointer]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/DataSetLayer.h:39:22: warning: Virtual function 'open' is called from constructor 'DataSetLayer(const std::string&fileName)' at line 36. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/DataSetLayer.cpp:36:5: note: Calling open
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/DataSetLayer.h:39:22: note: open is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/DataSetLayer.h:39:22: warning: Virtual function 'open' is called from copy constructor 'DataSetLayer(const DataSetLayer&dataSetLayer,const osg::CopyOp&copyop=osg::CopyOp::SHALLOW_COPY)' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/DataSetLayer.cpp:42:32: note: Calling open
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/DataSetLayer.h:39:22: note: open is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/DataSetLayer.h:41:22: warning: Virtual function 'close' is called from destructor '~DataSetLayer()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/DataSetLayer.cpp:47:5: note: Calling close
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/DataSetLayer.h:41:22: note: close is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/DataSetLayer.h:30:9: style: Class 'DataSetLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/DataSetLayer.h:24:1: warning: The class 'DataSetLayer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:753:17: style: Condition '!bandSelected' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:752:44: note: Assignment 'bandSelected=0', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:753:17: note: Condition '!bandSelected' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:152:21: style: The scope of the variable 'margin' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:345:17: style: The scope of the variable 'r' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:596:49: style: The scope of the variable 'texCoordRange' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:603:21: style: The scope of the variable 'margin' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:788:0: error: Memory leak: texCoordRange [memleak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:508:23: warning: Either the condition '*obj&&obj' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:508:27: note: Assuming that condition '*obj&&obj' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:508:23: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:591:13: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:585:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:591:13: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:303:19: style: The scope of the variable 'col' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:120:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:239:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:95:18: warning: Virtual function 'quit' is called from destructor '~GifImageStream()' at line 236. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:236:13: note: Calling quit
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gif/ReaderWriterGIF.cpp:95:18: note: quit is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gz/ReaderWriterGZ.cpp:304:14: style: The scope of the variable 'have' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gz/ReaderWriterGZ.cpp:189:149: style: Function 'writeFile' argument 4 names different: declaration 'fin' definition 'fout'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gz/ReaderWriterGZ.cpp:102:120: note: Function 'writeFile' argument 4 names different: declaration 'fin' definition 'fout'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/gz/ReaderWriterGZ.cpp:189:149: note: Function 'writeFile' argument 4 names different: declaration 'fin' definition 'fout'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/ReaderWriterHDR.cpp:180:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrwriter.h:82:9: style: The scope of the variable 'f' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:103:17: style: The scope of the variable 'oldc' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:51:39: style: Function 'isHDRFile' argument 1 names different: declaration 'fileName' definition '_fileName'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.h:46:39: note: Function 'isHDRFile' argument 1 names different: declaration 'fileName' definition '_fileName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:51:39: note: Function 'isHDRFile' argument 1 names different: declaration 'fileName' definition '_fileName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:71:34: style: Function 'load' argument 1 names different: declaration 'fileName' definition '_fileName'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.h:47:34: note: Function 'load' argument 1 names different: declaration 'fileName' definition '_fileName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:71:34: note: Function 'load' argument 1 names different: declaration 'fileName' definition '_fileName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:71:56: style: Function 'load' argument 2 names different: declaration 'rawRGBE' definition '_rawRGBE'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.h:47:55: note: Function 'load' argument 2 names different: declaration 'rawRGBE' definition '_rawRGBE'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:71:56: note: Function 'load' argument 2 names different: declaration 'rawRGBE' definition '_rawRGBE'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:71:83: style: Function 'load' argument 3 names different: declaration 'res' definition '_res'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.h:47:81: note: Function 'load' argument 3 names different: declaration 'res' definition '_res'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:71:83: note: Function 'load' argument 3 names different: declaration 'res' definition '_res'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:158:35: style: Function 'rawRGBEData' argument 2 names different: declaration 'len' definition '_len'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:46:41: note: Function 'rawRGBEData' argument 2 names different: declaration 'len' definition '_len'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:158:35: note: Function 'rawRGBEData' argument 2 names different: declaration 'len' definition '_len'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:158:48: style: Function 'rawRGBEData' argument 3 names different: declaration 'cols' definition '_cols'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:46:53: note: Function 'rawRGBEData' argument 3 names different: declaration 'cols' definition '_cols'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:158:48: note: Function 'rawRGBEData' argument 3 names different: declaration 'cols' definition '_cols'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:177:34: style: Function 'workOnRGBE' argument 2 names different: declaration 'len' definition '_len'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:47:40: note: Function 'workOnRGBE' argument 2 names different: declaration 'len' definition '_len'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:177:34: note: Function 'workOnRGBE' argument 2 names different: declaration 'len' definition '_len'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:177:47: style: Function 'workOnRGBE' argument 3 names different: declaration 'cols' definition '_cols'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:47:52: note: Function 'workOnRGBE' argument 3 names different: declaration 'cols' definition '_cols'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:177:47: note: Function 'workOnRGBE' argument 3 names different: declaration 'cols' definition '_cols'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:191:36: style: Function 'decrunch' argument 2 names different: declaration 'len' definition '_len'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:48:42: note: Function 'decrunch' argument 2 names different: declaration 'len' definition '_len'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:191:36: note: Function 'decrunch' argument 2 names different: declaration 'len' definition '_len'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:191:48: style: Function 'decrunch' argument 3 names different: declaration 'file' definition '_file'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:48:53: note: Function 'decrunch' argument 3 names different: declaration 'file' definition '_file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:191:48: note: Function 'decrunch' argument 3 names different: declaration 'file' definition '_file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:234:39: style: Function 'oldDecrunch' argument 2 names different: declaration 'len' definition '_len'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:49:45: note: Function 'oldDecrunch' argument 2 names different: declaration 'len' definition '_len'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:234:39: note: Function 'oldDecrunch' argument 2 names different: declaration 'len' definition '_len'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:234:51: style: Function 'oldDecrunch' argument 3 names different: declaration 'file' definition '_file'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:49:56: note: Function 'oldDecrunch' argument 3 names different: declaration 'file' definition '_file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:234:51: note: Function 'oldDecrunch' argument 3 names different: declaration 'file' definition '_file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:168:9: style: Variable 'ii' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrloader.cpp:187:9: style: Variable 'ii' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrwriter.cpp:131:14: style: The scope of the variable 'beg_run' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrwriter.cpp:131:23: style: The scope of the variable 'run_count' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrwriter.cpp:131:34: style: The scope of the variable 'old_run_count' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrwriter.cpp:85:67: style: Function 'writeNoRLE' argument 2 names different: declaration 'image' definition 'img'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrwriter.h:42:67: note: Function 'writeNoRLE' argument 2 names different: declaration 'image' definition 'img'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/hdr/hdrwriter.cpp:85:67: note: Function 'writeNoRLE' argument 2 names different: declaration 'image' definition 'img'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:200:5: style: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:197:0: note: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:200:5: note: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:769:5: style: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:761:0: note: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:769:5: note: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:373:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:720:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:764:10: style: The scope of the variable 'found_png_option' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:902:10: style: The scope of the variable 'found_png_option' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:805:36: style: Variable 'found_png_option' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:924:36: style: Variable 'found_png_option' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:372:0: error: Memory leak: image_data [memleak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/AlphaFunc.cpp:44:12: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.h:118:10: style: Technically the member function 'ive::DataInputStream::getLoadExternalReferenceFiles' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.h:41:18: performance: Technically the member function 'ive::DataOutputStream::getVersion' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Exception.h:16:2: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.h:139:34: performance: Function parameter 'newFileName' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/AnimationPath.cpp:51:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/AnimationPathCallback.cpp:56:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/AnisotropicLighting.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/AutoTransform.cpp:57:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/AzimElevationSector.cpp:39:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/AzimSector.cpp:35:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Billboard.cpp:52:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/BlendColor.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/BlendEquation.cpp:52:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/BlinkSequence.cpp:58:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/BumpMapping.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Camera.cpp:98:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/CameraView.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Cartoon.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ClipNode.cpp:54:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ClipPlane.cpp:47:12: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ClusterCullingCallback.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ColorMask.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/CompositeLayer.cpp:58:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ConeSector.cpp:33:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ConvexPlanarOccluder.cpp:51:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ConvexPlanarPolygon.cpp:47:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/CoordinateSystemNode.cpp:52:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/CullFace.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DOFTransform.cpp:63:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:395:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:399:35: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:433:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:437:35: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:872:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:902:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:928:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:1111:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:1141:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:1167:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:750:61: style: Function 'readPackedFloatArray' argument 1 names different: declaration 'floatArray' definition 'a'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.h:81:48: note: Function 'readPackedFloatArray' argument 1 names different: declaration 'floatArray' definition 'a'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:750:61: note: Function 'readPackedFloatArray' argument 1 names different: declaration 'floatArray' definition 'a'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:1219:52: style: Function 'readImage' argument 1 names different: declaration 's' definition 'filename'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.h:96:39: note: Function 'readImage' argument 1 names different: declaration 's' definition 'filename'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:1219:52: note: Function 'readImage' argument 1 names different: declaration 's' definition 'filename'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:154:5: performance: Variable '_options' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.h:141:10: performance: Technically the member function 'ive::DataInputStream::uncompress' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:288:23: note: Technically the member function 'ive::DataInputStream::uncompress' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.h:141:10: note: Technically the member function 'ive::DataInputStream::uncompress' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:203:13: style: Class 'DataInputStream' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataInputStream.cpp:203:13: style: Class 'DataInputStream' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:374:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:392:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:974:71: style: Function 'writeStateAttribute' argument 1 names different: declaration 'sa' definition 'attribute'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.h:95:57: note: Function 'writeStateAttribute' argument 1 names different: declaration 'sa' definition 'attribute'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:974:71: note: Function 'writeStateAttribute' argument 1 names different: declaration 'sa' definition 'attribute'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:1206:59: style: Function 'writeDrawable' argument 1 names different: declaration 'sa' definition 'drawable'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.h:98:45: note: Function 'writeDrawable' argument 1 names different: declaration 'sa' definition 'drawable'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:1206:59: note: Function 'writeDrawable' argument 1 names different: declaration 'sa' definition 'drawable'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:1241:53: style: Function 'writeShape' argument 1 names different: declaration 'sa' definition 'shape'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.h:99:39: note: Function 'writeShape' argument 1 names different: declaration 'sa' definition 'shape'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:1241:53: note: Function 'writeShape' argument 1 names different: declaration 'sa' definition 'shape'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:1282:51: style: Function 'writeNode' argument 1 names different: declaration 'sa' definition 'node'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.h:100:37: note: Function 'writeNode' argument 1 names different: declaration 'sa' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:1282:51: note: Function 'writeNode' argument 1 names different: declaration 'sa' definition 'node'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:1775:71: style: Function 'writeVolumeProperty' argument 1 names different: declaration 'propety' definition 'property'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.h:109:57: note: Function 'writeVolumeProperty' argument 1 names different: declaration 'propety' definition 'property'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:1775:71: note: Function 'writeVolumeProperty' argument 1 names different: declaration 'propety' definition 'property'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:154:5: performance: Variable '_options' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.h:148:10: performance: Technically the member function 'ive::DataOutputStream::compress' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.cpp:323:24: note: Technically the member function 'ive::DataOutputStream::compress' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DataOutputStream.h:148:10: note: Technically the member function 'ive::DataOutputStream::compress' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Depth.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DirectionalSector.cpp:35:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DrawArrayLengths.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DrawArrays.cpp:43:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DrawElementsUByte.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DrawElementsUInt.cpp:46:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/DrawElementsUShort.cpp:45:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Drawable.cpp:86:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Effect.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ElevationSector.cpp:33:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/EllipsoidModel.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Exception.cpp:20:5: performance: Variable '_error' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Exception.cpp:19:34: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/FadeText.cpp:47:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Fog.cpp:47:12: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/FragmentProgram.cpp:55:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/FrontFace.cpp:42:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Geode.cpp:61:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Geometry.cpp:188:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Group.cpp:51:35: style: Function 'read' argument 1 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Group.h:11:29: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Group.cpp:51:35: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Group.cpp:56:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/HeightFieldLayer.cpp:93:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Image.cpp:89:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ImageLayer.cpp:54:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ImageSequence.cpp:62:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Impostor.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/LOD.cpp:55:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Layer.cpp:80:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Layer.cpp:283:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Layer.h:32:14: performance: Technically the member function 'ive::LayerHelper::writeLocator' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Layer.cpp:214:19: note: Technically the member function 'ive::LayerHelper::writeLocator' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Layer.h:32:14: note: Technically the member function 'ive::LayerHelper::writeLocator' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Light.cpp:51:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/LightModel.cpp:46:12: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/LightPoint.cpp:73:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/LightPointNode.cpp:55:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/LightSource.cpp:50:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/LineStipple.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/LineWidth.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Locator.cpp:59:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Material.cpp:63:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/MatrixTransform.cpp:43:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/MultiSwitch.cpp:53:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/MultiTextureControl.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Multisample.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Node.cpp:112:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Object.cpp:54:36: style: Function 'read' argument 1 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Object.h:13:29: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Object.cpp:54:36: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/OccluderNode.cpp:45:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/OcclusionQueryNode.cpp:47:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/PagedLOD.cpp:119:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Point.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/PointSprite.cpp:42:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/PolygonMode.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/PolygonOffset.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/PolygonStipple.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/PositionAttitudeTransform.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/PrimitiveSet.cpp:47:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Program.cpp:65:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ProxyNode.cpp:156:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Scissor.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Scribe.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Sequence.cpp:94:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ShadeModel.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Shader.cpp:49:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Shape.cpp:370:30: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Shape.cpp:53:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Shape.cpp:105:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Shape.cpp:159:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Shape.cpp:214:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Shape.cpp:269:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Shape.cpp:339:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ShapeAttributeList.cpp:43:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ShapeAttributeList.cpp:31:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/ShapeDrawable.cpp:69:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/SpecularHighlights.cpp:42:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/StateSet.cpp:103:38: style: Function 'read' argument 1 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/StateSet.h:11:29: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/StateSet.cpp:103:38: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Stencil.cpp:52:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/StencilTwoSided.cpp:60:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Switch.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/SwitchLayer.cpp:44:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Terrain.cpp:49:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/TerrainTile.cpp:163:82: style: Function 'readTerrainTechnique' argument 1 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/TerrainTile.h:31:84: note: Function 'readTerrainTechnique' argument 1 names different: declaration 'out' definition 'in'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/TerrainTile.cpp:163:82: note: Function 'readTerrainTechnique' argument 1 names different: declaration 'out' definition 'in'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/TerrainTile.cpp:86:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/TexEnv.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/TexEnvCombine.cpp:62:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/TexGen.cpp:50:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/TexGenNode.cpp:50:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/TexMat.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Text.cpp:152:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Text3D.cpp:133:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Texture.cpp:81:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Texture1D.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Texture2D.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Texture2DArray.cpp:52:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Texture3D.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/TextureCubeMap.cpp:71:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/TextureRectangle.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Transform.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VertexProgram.cpp:47:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Viewport.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VisibilityGroup.cpp:42:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/Volume.cpp:39:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeCompositeLayer.cpp:57:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeCompositeProperty.cpp:50:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeImageLayer.cpp:52:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeLayer.cpp:50:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeLocator.cpp:46:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumePropertyAdjustmentCallback.cpp:50:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeScalarProperty.cpp:45:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeSwitchProperty.cpp:45:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeTile.cpp:82:78: style: Function 'readVolumeTechnique' argument 1 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeTile.h:31:74: note: Function 'readVolumeTechnique' argument 1 names different: declaration 'out' definition 'in'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeTile.cpp:82:78: note: Function 'readVolumeTechnique' argument 1 names different: declaration 'out' definition 'in'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeTile.cpp:50:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ive/VolumeTransferFunctionProperty.cpp:79:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:829:13: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:824:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:829:13: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:683:60: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:162:14: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:44:42: warning: Either the condition 'cv!=NULL' is redundant or there is possible null pointer dereference: cv. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:51:41: note: Assuming that condition 'cv!=NULL' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:44:42: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:45:33: warning: Either the condition 'logos!=NULL' is redundant or there is possible null pointer dereference: logos. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:51:27: note: Assuming that condition 'logos!=NULL' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:45:33: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:129:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:152:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:89:9: warning: Member variable 'Logos::_logos' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:89:9: warning: Member variable 'Logos::_viewport' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:89:9: warning: Member variable 'Logos::_contextID' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:209:16: warning: Member variable 'Logos::_logos' is not assigned a value in 'Logos::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:209:16: warning: Member variable 'Logos::_viewport' is not assigned a value in 'Logos::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:209:16: warning: Member variable 'Logos::_contextID' is not assigned a value in 'Logos::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:265:21: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:260:0: error: Memory leak: geode [memleak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/logo/ReaderWriterLOGO.cpp:134:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:54:18: warning: Member variable 'GenericParser::chunks_' is not assigned a value in 'GenericParser::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:54:18: warning: Member variable 'GenericParser::os_' is not assigned a value in 'GenericParser::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Block.h:80:3: warning: Member variable 'Image_map::projection' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Block.h:80:3: warning: Member variable 'Image_map::axis' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: warning: Virtual function 'free_on_destroy' is called from destructor '~Chunk()' at line 23. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:23:22: note: Calling free_on_destroy
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: note: free_on_destroy is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Block.h:111:3: style: Class 'Block' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:35:2: warning: The class 'GenericParser' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:36:3: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:36:3: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:114:4: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:114:4: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:155:4: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:155:4: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:244:4: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:244:4: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:389:5: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:389:5: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:397:6: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:397:6: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:404:7: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:404:7: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:495:6: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:495:6: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:520:6: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:520:6: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:564:6: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2chunks.h:564:6: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Clip.h:21:3: style: Class 'Clip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Polygon.h:69:15: style: Technically the member function 'lwosg::Polygon::dirty_normal' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:63:3: style: Class 'Object' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2parser.h:23:9: style: Class 'parser_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2parser.h:30:9: style: Class 'Parser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:43:20: style: The function 'fix_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:30:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:43:20: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:44:20: style: The function 'fix_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:31:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:44:20: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:45:20: style: The function 'fix_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:32:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:45:20: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:46:20: style: The function 'fix_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:33:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:46:20: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:47:15: style: The function 'invert_winding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:34:23: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Object.h:47:15: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2parser.h:35:29: style: The function 'parse_chunk_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/iffparser.h:48:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2parser.h:35:29: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2parser.h:322:0: error: Memory leak: chk [memleak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.h:71:5: performance: Variable 'r' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.h:72:5: performance: Variable 'g' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.h:73:5: performance: Variable 'b' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Surface.cpp:131:125: style: Function 'generate_stateset' argument 3 names different: declaration 'options' definition 'db_options'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Surface.h:49:124: note: Function 'generate_stateset' argument 3 names different: declaration 'options' definition 'db_options'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Surface.cpp:131:125: note: Function 'generate_stateset' argument 3 names different: declaration 'options' definition 'db_options'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/Surface.cpp:40:10: warning: Member variable 'Surface::color_map_intensity_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/lwo2read.h:74:0: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:110:19: style: The scope of the variable 'current_tag_name' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:111:19: style: The scope of the variable 'current_tag_size' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:337:24: style: The scope of the variable 'n' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:338:15: style: The scope of the variable 'u' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:339:15: style: The scope of the variable 'v' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:374:24: style: The scope of the variable 'vertex_count' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:421:15: style: The scope of the variable 'polygon_index' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:422:15: style: The scope of the variable 'tag_index' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:467:15: style: The scope of the variable 'point_index' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:468:15: style: The scope of the variable 'polygon_index' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:469:15: style: The scope of the variable 'u' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:470:15: style: The scope of the variable 'v' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:510:18: style: The scope of the variable 'type' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:555:19: style: The scope of the variable 'current_tag_name' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:556:20: style: The scope of the variable 'current_tag_size' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:55:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:61:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:655:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:698:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.h:78:8: performance: Technically the member function 'Lwo2::_print_tag' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:226:7: note: Technically the member function 'Lwo2::_print_tag' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.h:78:8: note: Technically the member function 'Lwo2::_print_tag' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.h:79:8: performance: Technically the member function 'Lwo2::_print_type' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.cpp:238:7: note: Technically the member function 'Lwo2::_print_type' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2.h:79:8: note: Technically the member function 'Lwo2::_print_type' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:91:8: style: The scope of the variable 'have_texture_coords' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:398:7: style: Variable 'polygon_index' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:55:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:66:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:69:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:79:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:111:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:140:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:145:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:178:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:182:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:203:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:207:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:332:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:397:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:409:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.h:100:7: performance: Technically the member function 'Lwo2Layer::_find_triangle_begins_with' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.cpp:404:12: note: Technically the member function 'Lwo2Layer::_find_triangle_begins_with' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_Lwo2Layer.h:100:7: note: Technically the member function 'Lwo2Layer::_find_triangle_begins_with' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:122:23: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:134:19: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:271:19: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:310:15: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:378:15: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:356:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:349:0: note: Variable 'f' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:356:3: note: Variable 'f' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:473:42: style: Function 'lw_object_radius' argument 1 names different: declaration 'lw_object' definition 'lwo'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.h:130:44: note: Function 'lw_object_radius' argument 1 names different: declaration 'lw_object' definition 'lwo'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:473:42: note: Function 'lw_object_radius' argument 1 names different: declaration 'lw_object' definition 'lwo'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:489:32: style: Function 'lw_object_scale' argument 1 names different: declaration 'lw_object' definition 'lwo'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.h:131:38: note: Function 'lw_object_scale' argument 1 names different: declaration 'lw_object' definition 'lwo'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lwo/old_lw.cpp:489:32: note: Function 'lw_object_scale' argument 1 names different: declaration 'lw_object' definition 'lwo'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:63:9: style: Class 'SceneLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:41:26: style: The function 'fix_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:28:27: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:41:26: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:42:26: style: The function 'fix_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:29:27: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:42:26: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:43:26: style: The function 'fix_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:30:27: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:43:26: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:44:26: style: The function 'fix_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:31:27: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:44:26: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:45:21: style: The function 'invert_winding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:32:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.h:45:21: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.cpp:72:14: warning: Member variable 'SceneLoader::current_channel_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.cpp:72:14: warning: Member variable 'SceneLoader::channel_count_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.cpp:72:14: warning: Member variable 'SceneLoader::version_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.cpp:78:14: warning: Member variable 'SceneLoader::current_channel_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.cpp:78:14: warning: Member variable 'SceneLoader::channel_count_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/lws/SceneLoader.cpp:78:14: warning: Member variable 'SceneLoader::version_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/md2/ReaderWriterMD2.cpp:122:9: style: struct member 'MD2_GLCOMMANDVERTEX::vertexIndex' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/BodyPart.cpp:41:32: style: Function 'getModel' argument 1 names different: declaration 'modelIndex' definition 'partIndex'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/BodyPart.h:43:35: note: Function 'getModel' argument 1 names different: declaration 'modelIndex' definition 'partIndex'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/BodyPart.cpp:41:32: note: Function 'getModel' argument 1 names different: declaration 'modelIndex' definition 'partIndex'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/BodyPart.h:42:22: style: Technically the member function 'mdl::BodyPart::getNumModels' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/BodyPart.cpp:35:15: note: Technically the member function 'mdl::BodyPart::getNumModels' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/BodyPart.h:42:22: note: Technically the member function 'mdl::BodyPart::getNumModels' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Mesh.h:61:5: style: Class 'Mesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Model.h:60:5: style: Class 'Model' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/BodyPart.h:36:5: style: Class 'BodyPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:503:22: style: The scope of the variable 'modelNode' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:536:20: style: The scope of the variable 'meshNode' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:595:23: style: The scope of the variable 'offset' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:597:23: style: The scope of the variable 'partNode' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:228:59: style: Function 'readMaterialFile' argument 1 names different: declaration 'mtlName' definition 'materialName'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.h:174:64: note: Function 'readMaterialFile' argument 1 names different: declaration 'mtlName' definition 'materialName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:228:59: note: Function 'readMaterialFile' argument 1 names different: declaration 'mtlName' definition 'materialName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:240:30: style: Unused variable: texName [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:241:30: style: Unused variable: tex2Name [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:589:23: style: Unused variable: baseName [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:97:5: performance: Variable 'root_node' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.h:170:19: performance: Technically the member function 'mdl::MDLReader::getToken' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:106:24: note: Technically the member function 'mdl::MDLReader::getToken' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.h:170:19: note: Technically the member function 'mdl::MDLReader::getToken' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.h:173:35: performance: Technically the member function 'mdl::MDLReader::readTextureFile' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:149:29: note: Technically the member function 'mdl::MDLReader::readTextureFile' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.h:173:35: note: Technically the member function 'mdl::MDLReader::readTextureFile' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.h:187:30: style: Technically the member function 'mdl::MDLReader::getRootNode' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.cpp:736:26: note: Technically the member function 'mdl::MDLReader::getRootNode' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLReader.h:187:30: note: Technically the member function 'mdl::MDLReader::getRootNode' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLRoot.h:29:19: style: Technically the member function 'mdl::MDLRoot::getNumBodyParts' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLRoot.cpp:25:14: note: Technically the member function 'mdl::MDLRoot::getNumBodyParts' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/MDLRoot.h:29:19: note: Technically the member function 'mdl::MDLRoot::getNumBodyParts' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Mesh.cpp:14:5: performance: Variable 'state_set' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Mesh.h:69:24: style: Technically the member function 'mdl::Mesh::getNumLODVertices' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Mesh.cpp:43:11: note: Technically the member function 'mdl::Mesh::getNumLODVertices' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Mesh.h:69:24: note: Technically the member function 'mdl::Mesh::getNumLODVertices' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Model.h:65:19: style: Technically the member function 'mdl::Model::getVertexBase' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Model.cpp:29:12: note: Technically the member function 'mdl::Model::getVertexBase' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Model.h:65:19: note: Technically the member function 'mdl::Model::getVertexBase' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Model.h:68:19: style: Technically the member function 'mdl::Model::getNumMeshes' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Model.cpp:43:12: note: Technically the member function 'mdl::Model::getNumMeshes' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/Model.h:68:19: note: Technically the member function 'mdl::Model::getNumMeshes' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VTXReader.cpp:42:23: style: The scope of the variable 'currentModel' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VTXReader.cpp:170:22: style: The scope of the variable 'currentMesh' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VTXReader.cpp:256:31: style: The scope of the variable 'vertexID' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VTXReader.cpp:372:25: style: The scope of the variable 'currentPart' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VTXReader.cpp:28:5: performance: Variable 'model_root' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VTXReader.h:205:39: performance: Technically the member function 'mdl::VTXReader::processStrip' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VTXReader.cpp:326:34: note: Technically the member function 'mdl::VTXReader::processStrip' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VTXReader.h:205:39: note: Technically the member function 'mdl::VTXReader::processStrip' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VTXReader.h:216:31: style: Technically the member function 'mdl::VTXReader::getModel' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VTXReader.cpp:422:26: note: Technically the member function 'mdl::VTXReader::getModel' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VTXReader.h:216:31: note: Technically the member function 'mdl::VTXReader::getModel' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.cpp:28:12: warning: Member variable 'VVDReader::fixup_table' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.h:88:17: style: Technically the member function 'mdl::VVDReader::getNumLODVertices' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.cpp:139:16: note: Technically the member function 'mdl::VVDReader::getNumLODVertices' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.h:88:17: note: Technically the member function 'mdl::VVDReader::getNumLODVertices' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.h:90:17: style: Technically the member function 'mdl::VVDReader::getVertex' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.cpp:145:17: note: Technically the member function 'mdl::VVDReader::getVertex' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.h:90:17: note: Technically the member function 'mdl::VVDReader::getVertex' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.h:91:17: style: Technically the member function 'mdl::VVDReader::getNormal' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.cpp:151:17: note: Technically the member function 'mdl::VVDReader::getNormal' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.h:91:17: note: Technically the member function 'mdl::VVDReader::getNormal' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.h:92:17: style: Technically the member function 'mdl::VVDReader::getTexCoords' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.cpp:157:17: note: Technically the member function 'mdl::VVDReader::getTexCoords' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.h:92:17: note: Technically the member function 'mdl::VVDReader::getTexCoords' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.h:79:23: style: Class 'VVDReader' is unsafe, 'VVDReader::fixup_table' can leak by wrong usage. [unsafeClassCanLeak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/mdl/VVDReader.cpp:71:0: error: Memory leak: vvdFile [memleak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/normals/Normals.cpp:134:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/normals/Normals.cpp:135:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/normals/Normals.cpp:38:5: performance: Variable '_local_coords' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/normals/Normals.cpp:39:5: performance: Variable '_mat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:217:42: style: Function 'process' argument 1 names different: declaration 'texture' definition 'image'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:16:31: note: Function 'process' argument 1 names different: declaration 'texture' definition 'image'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:217:42: note: Function 'process' argument 1 names different: declaration 'texture' definition 'image'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:86:39: warning: Member variable 'OSGImageOutputHandler::_width' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:86:39: warning: Member variable 'OSGImageOutputHandler::_height' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:86:39: warning: Member variable 'OSGImageOutputHandler::_currentMipLevel' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:86:39: warning: Member variable 'OSGImageOutputHandler::_currentNumberOfWritenBytes' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:460:68: style: Function 'getUniqueName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:146:54: note: Function 'getUniqueName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:460:68: note: Function 'getUniqueName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:498:59: style: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:144:45: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:498:59: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_fout' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_nameStack' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_stateSetStack' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_currentStateSet' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_nameMap' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_lastVertexIndex' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_lastNormalIndex' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_lastTexIndex' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_materialMap' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:74:23: warning: Member variable 'ValueVisitor::_fout' is not assigned a value in 'ValueVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:74:23: warning: Member variable 'ValueVisitor::_m' is not assigned a value in 'ValueVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:74:23: warning: Member variable 'ValueVisitor::_applyMatrix' is not assigned a value in 'ValueVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:74:23: warning: Member variable 'ValueVisitor::_isNormal' is not assigned a value in 'ValueVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:74:23: warning: Member variable 'ValueVisitor::_origin' is not assigned a value in 'ValueVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_fout' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_modeCache' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_indexCache' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_lastVertexIndex' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_lastNormalIndex' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_lastTexIndex' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_hasNormalCoords' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_hasTexCoords' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_geo' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_normalIndex' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:420:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:50:1: warning: The class 'OBJWriterNodeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:25:1: warning: The class 'ValueVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:83:1: warning: The class 'ObjPrimitiveIndexWriter' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/OBJWriterNodeVisitor.h:53:68: performance: Function parameter 'materialFileName' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/ReaderWriterOBJ.cpp:855:78: style: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/ReaderWriterOBJ.cpp:78:52: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/ReaderWriterOBJ.cpp:855:78: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.h:207:9: style: Technically the member function 'obj::Model::remapVertexIndex' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.h:208:9: style: Technically the member function 'obj::Model::remapNormalIndex' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.h:209:9: style: Technically the member function 'obj::Model::remapTexCoordIndex' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.h:129:5: style: Class 'Element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.cpp:195:9: style: Condition 'changeTabsToSpaces' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.cpp:122:31: note: Assignment 'changeTabsToSpaces=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.cpp:195:9: note: Condition 'changeTabsToSpaces' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.cpp:228:17: style: Unused variable: filename [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.h:196:17: performance: Technically the member function 'obj::Model::lastComponent' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.cpp:208:20: note: Technically the member function 'obj::Model::lastComponent' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.h:196:17: note: Technically the member function 'obj::Model::lastComponent' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.h:200:10: performance: Technically the member function 'obj::Model::readline' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.cpp:117:13: note: Technically the member function 'obj::Model::readline' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/obj/obj.h:200:10: note: Technically the member function 'obj::Model::readline' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ogr/ReaderWriterOGR.cpp:291:0: error: Memory leak: geom [memleak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscHostEndianness.h:86:0: error: #error please edit OscHostEndianness.h to configure endianness [preprocessorErrorDirective]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscTypes.h:137:5: warning: Member variable 'RgbaColor::value' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscTypes.h:146:5: warning: Member variable 'MidiMessage::value' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscTypes.h:155:5: warning: Member variable 'TimeTag::value' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscTypes.h:164:5: warning: Member variable 'Symbol::value' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscTypes.h:173:5: warning: Member variable 'Blob::data' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscTypes.h:173:5: warning: Member variable 'Blob::size' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscException.h:41:5: warning: Member variable 'Exception::what_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscReceivedElements.h:139:10: style: Unused private function: 'ReceivedBundleElementIterator::IsEqualTo' [unusedPrivateFunction]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/ip/IpEndpointName.h:42:5: style: Class 'IpEndpointName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/ip/UdpSocket.h:121:2: style: Class 'UdpTransmitSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/ip/UdpSocket.h:128:2: style: Class 'UdpReceiveSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscException.h:44:5: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscOutboundPacketStream.h:41:5: style: Class 'OutOfBufferMemoryException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscOutboundPacketStream.h:47:5: style: Class 'BundleNotInProgressException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscOutboundPacketStream.h:54:5: style: Class 'MessageInProgressException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscOutboundPacketStream.h:61:5: style: Class 'MessageNotInProgressException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscReceivedElements.h:44:5: style: Class 'MalformedMessageException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscReceivedElements.h:50:5: style: Class 'MalformedBundleException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscReceivedElements.h:56:5: style: Class 'WrongArgumentTypeException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscReceivedElements.h:62:5: style: Class 'MissingArgumentException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscReceivedElements.h:68:5: style: Class 'ExcessArgumentException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscReceivedElements.h:93:5: style: Class 'ReceivedBundleElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscReceivedElements.h:111:2: style: Class 'ReceivedBundleElementIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:77:18: style: The function 'ProcessMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscPacketListener.h:55:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:77:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:78:18: style: The function 'ProcessPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscPacketListener.h:59:15: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:78:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:79:18: style: The function 'ProcessBundle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/osc/OscPacketListener.h:41:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:79:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:117:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:40:22: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:117:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:125:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:44:22: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/OscReceivingDevice.hpp:125:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/ip/posix/UdpSocket.cpp:320:5: warning: Member variable 'Implementation::break_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/ip/posix/UdpSocket.cpp:226:9: style: Technically the member function 'Implementation::Socket' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/ip/posix/UdpSocket.cpp:310:12: performance: Technically the member function 'Implementation::GetCurrentTimeMs' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/ip/win32/UdpSocket.cpp:313:5: warning: Member variable 'Implementation::break_' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/ip/win32/UdpSocket.cpp:100:8: performance: Variable 'socket_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/ip/win32/UdpSocket.cpp:315:3: performance: Variable 'breakEvent_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osc/ip/win32/UdpSocket.cpp:303:9: performance: Technically the member function 'Implementation::GetCurrentTimeMs' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/ReaderWriterOSG.cpp:135:17: warning: Identical condition '_wrappersLoaded', second condition is always false [identicalConditionAfterEarlyExit]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/ReaderWriterOSG.cpp:132:17: note: first condition
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/ReaderWriterOSG.cpp:135:17: note: second condition
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/ReaderWriterOSG.cpp:208:18: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/ReaderWriterOSG.cpp:212:13: note: Found duplicate branches for 'if' and 'else'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/ReaderWriterOSG.cpp:208:18: note: Found duplicate branches for 'if' and 'else'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/BinaryStreamOperator.h:59:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/BinaryStreamOperator.h:62:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/BinaryStreamOperator.h:187:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/BinaryStreamOperator.h:188:42: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/BinaryStreamOperator.h:193:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/BinaryStreamOperator.h:194:42: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/AsciiStreamOperator.h:313:28: style: Checking if unsigned variable 'blocks' is less than zero. [unsignedLessThanZero]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/XmlStreamOperator.h:455:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/XmlStreamOperator.h:464:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/XmlStreamOperator.h:471:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/XmlStreamOperator.h:313:9: performance: Variable '_root' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/AsciiStreamOperator.h:138:5: style: Class 'AsciiInputIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/BinaryStreamOperator.h:18:5: style: Class 'BinaryOutputIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osg/XmlStreamOperator.h:310:5: style: Class 'XmlInputIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.cpp:397:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.cpp:440:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.cpp:443:32: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.cpp:349:47: style: Checking if unsigned variable 'file_size' is less than zero. This might be a false warning. [unsignedLessThanZero]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.cpp:653:88: style: Checking if unsigned variable 'ARCHIVE_POS(_streambuf->pubseekpos(STREAM_POS(_startPos+newpos),which))' is less than zero. This might be a false warning. [unsignedLessThanZero]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.cpp:329:89: style: Function 'open' argument 3 names different: declaration 'indexBlockSizeHint' definition 'indexBlockSize'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.h:39:91: note: Function 'open' argument 3 names different: declaration 'indexBlockSizeHint' definition 'indexBlockSize'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.cpp:329:89: note: Function 'open' argument 3 names different: declaration 'indexBlockSizeHint' definition 'indexBlockSize'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.cpp:425:40: style: Function '_open' argument 1 names different: declaration 'fin' definition 'input'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.h:210:34: note: Function '_open' argument 1 names different: declaration 'fin' definition 'input'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.cpp:425:40: note: Function '_open' argument 1 names different: declaration 'fin' definition 'input'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.cpp:319:15: warning: Member variable 'OSGA_Archive::_version' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.h:45:22: warning: Virtual function 'close' is called from destructor '~OSGA_Archive()' at line 325. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.cpp:325:5: note: Calling close
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.h:45:22: note: close is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/osga/OSGA_Archive.h:114:13: style: Class 'IndexBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:1450:107: style: Function 'parseTimeout' argument 2 names different: declaration 'cur' definition 'root'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:135:90: note: Function 'parseTimeout' argument 2 names different: declaration 'cur' definition 'root'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:1450:107: note: Function 'parseTimeout' argument 2 names different: declaration 'cur' definition 'root'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:1752:105: style: Function 'parseLayer' argument 2 names different: declaration 'cur' definition 'root'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:139:88: note: Function 'parseLayer' argument 2 names different: declaration 'cur' definition 'root'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:1752:105: note: Function 'parseLayer' argument 2 names different: declaration 'cur' definition 'root'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:2072:106: style: Function 'parseSlide' argument 2 names different: declaration 'cur' definition 'root'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:146:89: note: Function 'parseSlide' argument 2 names different: declaration 'cur' definition 'root'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:2072:106: note: Function 'parseSlide' argument 2 names different: declaration 'cur' definition 'root'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:2544:81: style: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:116:52: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:2544:81: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/p3d/ReaderWriterP3D.cpp:2600:47: style: Variable 'fileNameSansNestedExtension' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pdf/ReaderWriterPDF.cpp:28:9: style: Class 'CairoImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pfb/ConvertFromPerformer.cpp:532:62: style: Function 'visitGeoSet' argument 1 names different: declaration 'osgParent' definition 'osgGeode'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pfb/ConvertFromPerformer.h:51:48: note: Function 'visitGeoSet' argument 1 names different: declaration 'osgParent' definition 'osgGeode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pfb/ConvertFromPerformer.cpp:532:62: note: Function 'visitGeoSet' argument 1 names different: declaration 'osgParent' definition 'osgGeode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pfb/ConvertFromPerformer.cpp:981:67: style: Function 'visitGeoState' argument 1 names different: declaration 'osgDrawble' definition 'osgDrawable'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pfb/ConvertFromPerformer.h:52:53: note: Function 'visitGeoState' argument 1 names different: declaration 'osgDrawble' definition 'osgDrawable'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pfb/ConvertFromPerformer.cpp:981:67: note: Function 'visitGeoState' argument 1 names different: declaration 'osgDrawble' definition 'osgDrawable'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pfb/ConvertFromPerformer.h:50:13: performance: Technically the member function 'ConvertFromPerformer::getNumVerts' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pfb/ConvertFromPerformer.cpp:486:27: note: Technically the member function 'ConvertFromPerformer::getNumVerts' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pfb/ConvertFromPerformer.h:50:13: note: Technically the member function 'ConvertFromPerformer::getNumVerts' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pic/ReaderWriterPIC.cpp:160:19: warning: Either the condition 'if(tmpbuf)' is redundant or there is possible null pointer dereference: tmpbuf. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pic/ReaderWriterPIC.cpp:164:16: note: Assuming that condition 'if(tmpbuf)' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pic/ReaderWriterPIC.cpp:160:19: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pic/ReaderWriterPIC.cpp:219:13: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pic/ReaderWriterPIC.cpp:214:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pic/ReaderWriterPIC.cpp:219:13: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2014:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2018:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2546:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2550:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:699:9: style: Variable 'item_size' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:691:9: note: Variable 'item_size' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:699:9: note: Variable 'item_size' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:807:15: style: The scope of the variable 'elem' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:1024:18: style: The scope of the variable 'prop' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:1405:14: style: The scope of the variable 'other' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:1435:14: style: The scope of the variable 'other' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:1490:15: style: The scope of the variable 'elem' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:1623:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:1634:7: style: The scope of the variable 'store_it' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:1635:10: style: The scope of the variable 'store_array' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:1745:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:1754:7: style: The scope of the variable 'store_it' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:1755:10: style: The scope of the variable 'store_array' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:1941:7: error: Common realloc mistake: 'words' nulled but not freed upon failure [memleakOnRealloc]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:56:42: style: Function 'readVertices' argument 3 names different: declaration 'vertexFields' definition 'fields'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.h:64:38: note: Function 'readVertices' argument 3 names different: declaration 'vertexFields' definition 'fields'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:56:42: note: Function 'readVertices' argument 3 names different: declaration 'vertexFields' definition 'fields'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:255:49: style: Function 'readPlyFile' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.h:42:45: note: Function 'readPlyFile' argument 1 names different: declaration 'file' definition 'filename'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:255:49: note: Function 'readPlyFile' argument 1 names different: declaration 'file' definition 'filename'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:80:25: style: struct member '_Vertex::specular_coeff' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:81:25: style: struct member '_Vertex::specular_power' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:44:5: performance: Variable '_vertices' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:45:5: performance: Variable '_colors' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:46:5: performance: Variable '_normals' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:47:5: performance: Variable '_triangles' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:48:5: performance: Variable '_diffuse' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:49:5: performance: Variable '_ambient' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:50:5: performance: Variable '_specular' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/png/ReaderWriterPNG.cpp:103:13: style: Variable 'png' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/png/ReaderWriterPNG.cpp:96:0: note: Variable 'png' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/png/ReaderWriterPNG.cpp:103:13: note: Variable 'png' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/png/ReaderWriterPNG.cpp:164:17: style: The scope of the variable 'trans' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/png/ReaderWriterPNG.cpp:168:27: style: The scope of the variable 'header' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/png/ReaderWriterPNG.cpp:173:25: style: The scope of the variable 'row_p' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/png/ReaderWriterPNG.cpp:40:9: performance: Variable '_message' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/png/ReaderWriterPNG.cpp:38:5: style: Class 'PNGError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:643:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:183:26: warning: Member variable 'PovVec3WriterVisitor::_fout' is not assigned a value in 'PovVec3WriterVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:183:26: warning: Member variable 'PovVec3WriterVisitor::_m' is not assigned a value in 'PovVec3WriterVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:183:26: warning: Member variable 'PovVec3WriterVisitor::_applyMatrix' is not assigned a value in 'PovVec3WriterVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:183:26: warning: Member variable 'PovVec3WriterVisitor::_isNormal' is not assigned a value in 'PovVec3WriterVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:183:26: warning: Member variable 'PovVec3WriterVisitor::_origin' is not assigned a value in 'PovVec3WriterVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:248:26: warning: Member variable 'PovVec2WriterVisitor::_fout' is not assigned a value in 'PovVec2WriterVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:248:26: warning: Member variable 'PovVec2WriterVisitor::_m' is not assigned a value in 'PovVec2WriterVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:248:26: warning: Member variable 'PovVec2WriterVisitor::_applyMatrix' is not assigned a value in 'PovVec2WriterVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:248:26: warning: Member variable 'PovVec2WriterVisitor::_isNormal' is not assigned a value in 'PovVec2WriterVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:248:26: warning: Member variable 'PovVec2WriterVisitor::_origin' is not assigned a value in 'PovVec2WriterVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:262:4: style: Class 'ArrayValueFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:428:4: style: Class 'TriangleWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:442:4: style: Class 'TriangleStripWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:458:4: style: Class 'TriangleFanWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:129:1: warning: The class 'PovVec3WriterVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:193:1: warning: The class 'PovVec2WriterVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:430:17: style: The function 'processIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:384:17: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:430:17: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:444:17: style: The function 'processIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:384:17: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:444:17: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:460:17: style: The function 'processIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:384:17: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:460:17: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/ReaderWriterPOV.cpp:36:11: style: The scope of the variable 'fovy' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/ReaderWriterPOV.cpp:36:17: style: The scope of the variable 'aspectRatio' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pov/ReaderWriterPOV.cpp:36:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pvr/ReaderWriterPVR.cpp:154:18: style: The scope of the variable 'width' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pvr/ReaderWriterPVR.cpp:154:25: style: The scope of the variable 'height' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pvr/ReaderWriterPVR.cpp:70:8: performance: Technically the member function '_PVRTexHeader::needsBytesSwapped' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/pvr/ReaderWriterPVR.cpp:84:15: performance: Technically the member function '_PVRTexHeader::swapBytes' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.cpp:39:53: style: Function 'load' argument 2 names different: declaration 'fileName' definition 'afilename'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.h:42:54: note: Function 'load' argument 2 names different: declaration 'fileName' definition 'afilename'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.cpp:39:53: note: Function 'load' argument 2 names different: declaration 'fileName' definition 'afilename'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_movieWidth' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_movieHeight' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_textureWidth' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_textureHeight' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_timescale' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_movieRate' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_preRolled' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.h:59:27: style: Technically the member function 'MovieData::getCachedMovieRate' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/MovieData.h:122:54: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:298:9: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:292:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:298:9: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:468:9: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:465:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:468:9: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:201:27: style: The scope of the variable 'newBytes' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:278:9: style: The scope of the variable 'rowStride' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:45:54: style: Function 'flipImage' argument 1 names different: declaration 'buffer' definition 'pixels'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.h:41:39: note: Function 'flipImage' argument 1 names different: declaration 'buffer' definition 'pixels'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:45:54: note: Function 'flipImage' argument 1 names different: declaration 'buffer' definition 'pixels'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:274:60: style: Function 'doImport' argument 1 names different: declaration 'buffer' definition 'data'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.h:53:45: note: Function 'doImport' argument 1 names different: declaration 'buffer' definition 'data'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:274:60: note: Function 'doImport' argument 1 names different: declaration 'buffer' definition 'data'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:274:79: style: Function 'doImport' argument 2 names different: declaration 'dataSize' definition 'sizeData'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.h:53:66: note: Function 'doImport' argument 2 names different: declaration 'dataSize' definition 'sizeData'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:274:79: note: Function 'doImport' argument 2 names different: declaration 'dataSize' definition 'sizeData'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.h:33:27: style: Technically the member function 'QuicktimeImportExport::getLastErrorString' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.h:36:14: style: Technically the member function 'QuicktimeImportExport::success' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.h:41:14: performance: Technically the member function 'QuicktimeImportExport::flipImage' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.cpp:45:29: note: Technically the member function 'QuicktimeImportExport::flipImage' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTImportExport.h:41:14: note: Technically the member function 'QuicktimeImportExport::flipImage' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:236:9: style: Variable 'vid_err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:222:9: note: Variable 'vid_err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:236:9: note: Variable 'vid_err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:414:27: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:412:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:414:27: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:471:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:469:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:471:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:476:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:471:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:476:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:504:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:500:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:504:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:574:27: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:572:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:574:27: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:625:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:621:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:625:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:627:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:625:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:627:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:652:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:651:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:652:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:657:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:652:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:657:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:659:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:657:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:659:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:715:27: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:713:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:715:27: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:727:35: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:723:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:727:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:729:35: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:727:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:729:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:747:35: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:746:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:747:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:51:32: style: Function 'pstr_printable' argument 1 names different: declaration 'src' definition 'src_pstr'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.h:86:32: note: Function 'pstr_printable' argument 1 names different: declaration 'src' definition 'src_pstr'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:51:32: note: Function 'pstr_printable' argument 1 names different: declaration 'src' definition 'src_pstr'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:42: style: Function 'get_video_device_bounds_idstr' argument 1 names different: declaration 'videoDeviceID' definition 'deviceID'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.h:98:42: note: Function 'get_video_device_bounds_idstr' argument 1 names different: declaration 'videoDeviceID' definition 'deviceID'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:42: note: Function 'get_video_device_bounds_idstr' argument 1 names different: declaration 'videoDeviceID' definition 'deviceID'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:58: style: Function 'get_video_device_bounds_idstr' argument 2 names different: declaration 'videoDeviceInputID' definition 'deviceInputID'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.h:98:63: note: Function 'get_video_device_bounds_idstr' argument 2 names different: declaration 'videoDeviceInputID' definition 'deviceInputID'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:58: note: Function 'get_video_device_bounds_idstr' argument 2 names different: declaration 'videoDeviceInputID' definition 'deviceInputID'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:117: style: Function 'get_video_device_bounds_idstr' argument 5 names different: declaration 'out_videoDeviceIDStr' definition 'out_deviceIDStr'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.h:98:127: note: Function 'get_video_device_bounds_idstr' argument 5 names different: declaration 'out_videoDeviceIDStr' definition 'out_deviceIDStr'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:117: note: Function 'get_video_device_bounds_idstr' argument 5 names different: declaration 'out_videoDeviceIDStr' definition 'out_deviceIDStr'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeImageStream.h:87:17: warning: Virtual function 'quit' is called from destructor '~QuicktimeImageStream()' at line 70. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeImageStream.cpp:70:7: note: Calling quit
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeImageStream.h:87:17: note: quit is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeImageStream.h:47:4: style: Class 'QuicktimeImageStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:590:11: style: Condition '!done' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:586:29: note: Assignment 'done=false', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:590:11: note: Condition '!done' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:341:38: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:427:38: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:195:4: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:194:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:195:4: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:254:17: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:253:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:254:17: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:298:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:297:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:298:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:300:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:298:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:300:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:308:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:300:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:308:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:309:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:308:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:309:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:310:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:309:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:310:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:312:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:310:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:312:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:315:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:312:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:315:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:316:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:315:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:316:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:406:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:402:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:406:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:407:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:406:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:407:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:411:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:407:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:411:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:414:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:411:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:414:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:437:4: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:434:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:437:4: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:470:5: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:468:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:470:5: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:77:42: style: Function 'quit' argument 1 names different: declaration 'waitForThreadToExit' definition 'wiatForThreadToExit'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.h:65:26: note: Function 'quit' argument 1 names different: declaration 'waitForThreadToExit' definition 'wiatForThreadToExit'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:77:42: note: Function 'quit' argument 1 names different: declaration 'waitForThreadToExit' definition 'wiatForThreadToExit'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.h:49:3: style: Class 'QuicktimeLiveImageStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:35:64: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:93:49: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:568:64: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:105:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:105:23: style: The scope of the variable 'b2' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:119:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:119:23: style: The scope of the variable 'b2' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:119:27: style: The scope of the variable 'b3' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:119:31: style: The scope of the variable 'b4' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:161:9: style: The scope of the variable 'x' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:275:20: style: The scope of the variable 'iPtr' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:275:27: style: The scope of the variable 'oPtr' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:277:9: style: The scope of the variable 'count' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:277:16: style: The scope of the variable 'done' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:278:21: style: The scope of the variable 'tempShort' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:61:10: performance: Technically the member function '_rawImageRec::needsBytesSwapped' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/rgb/ReaderWriterRGB.cpp:75:17: performance: Technically the member function '_rawImageRec::swapBytes' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:122:5: style: Struct 'ShapeObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:102:1: warning: The struct 'Box' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:111:1: warning: The struct 'Range' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:127:1: warning: The struct 'Point' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:145:1: warning: The struct 'MultiPoint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:162:1: warning: The struct 'PolyLine' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:181:1: warning: The struct 'Polygon' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:200:1: warning: The struct 'PointM' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:223:1: warning: The struct 'MultiPointM' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:243:1: warning: The struct 'PolyLineM' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:263:1: warning: The struct 'PolygonM' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:290:1: warning: The struct 'PointZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:303:1: warning: The struct 'MultiPointZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:326:1: warning: The struct 'PolyLineZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:348:1: warning: The struct 'PolygonZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShape.h:374:1: warning: The struct 'MultiPatch' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:610:79: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:249:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:269:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:289:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:319:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:357:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:375:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:396:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:426:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:455:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:473:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:494:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:524:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:554:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.h:14:9: style: Class 'ArrayHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.cpp:15:53: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/XBaseParser.h:65:9: style: Class 'XBaseParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/ESRIShapeParser.h:64:44: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/XBaseParser.h:54:10: style: Technically the member function 'ESRIShape::XBaseFieldDescriptor::print' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/XBaseParser.cpp:52:28: note: Technically the member function 'ESRIShape::XBaseFieldDescriptor::print' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/XBaseParser.h:54:10: note: Technically the member function 'ESRIShape::XBaseFieldDescriptor::print' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/XBaseParser.cpp:143:37: error: Uninitialized struct member: _xBaseHeader._numRecord [uninitStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/shp/XBaseParser.cpp:150:29: error: Uninitialized struct member: _xBaseHeader._numRecord [uninitStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:344:78: style: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:69:52: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:344:78: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:141:14: style: Technically the member function 'ReaderWriterSTL::ReaderObject::isEmpty' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:173:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:93:28: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:173:20: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:185:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:93:28: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:185:20: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:507:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/stl/ReaderWriterSTL.cpp:541:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tga/ReaderWriterTGA.cpp:486:13: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tga/ReaderWriterTGA.cpp:481:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tga/ReaderWriterTGA.cpp:486:13: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tga/ReaderWriterTGA.cpp:188:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tga/ReaderWriterTGA.cpp:260:9: style: The scope of the variable 'indexsize' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tga/ReaderWriterTGA.cpp:264:19: style: The scope of the variable 'rleCurrent' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:645:45: warning: Either the condition 'if(buffer)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:750:12: note: Assuming that condition 'if(buffer)' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:645:45: note: Null pointer addition
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:650:22: warning: Either the condition 'if(buffer)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:750:12: note: Assuming that condition 'if(buffer)' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:650:22: note: Null pointer addition
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:359:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:360:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:418:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:419:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:420:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:421:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:466:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:467:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:468:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:469:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:470:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:793:13: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:787:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:793:13: note: Variable 'imageData' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:376:18: style: The scope of the variable 'ix' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/trk/ReaderWriterTRK.cpp:289:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/trk/ReaderWriterTRK.cpp:295:30: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/trk/ReaderWriterTRK.cpp:65:10: performance: Technically the member function 'AssignDirectionColour::assign' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txf/TXFFont.h:25:5: style: Class 'TXFFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/ReaderWriterTXP.cpp:223:13: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/ReaderWriterTXP.cpp:222:0: note: Variable 'status' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/ReaderWriterTXP.cpp:223:13: note: Variable 'status' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:268:5: warning: Member variable 'trpg2dPoint::x' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:268:5: warning: Member variable 'trpg2dPoint::y' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:281:5: warning: Member variable 'trpg2iPoint::x' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:281:5: warning: Member variable 'trpg2iPoint::y' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:288:5: warning: Member variable 'trpg3dPoint::x' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:288:5: warning: Member variable 'trpg3dPoint::y' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:288:5: warning: Member variable 'trpg3dPoint::z' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:302:5: warning: Member variable 'trpgColor::red' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:302:5: warning: Member variable 'trpgColor::green' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:302:5: warning: Member variable 'trpgColor::blue' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:654:5: warning: Member variable 'trpgwAppFile::ness' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:654:5: warning: Member variable 'trpgwAppFile::cpuNess' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:654:5: warning: Member variable 'trpgwAppFile::fp' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:654:5: warning: Member variable 'trpgwAppFile::lengthSoFar' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:679:5: warning: Member variable 'trpgrAppFile::ness' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:679:5: warning: Member variable 'trpgrAppFile::cpuNess' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:679:5: warning: Member variable 'trpgrAppFile::fp' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:699:5: warning: Member variable 'trpgrAppFileCache::baseName' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:699:5: warning: Member variable 'trpgrAppFileCache::ext' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:699:5: warning: Member variable 'trpgrAppFileCache::timeCount' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::dir' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::ness' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::matTable' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::texTable' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::texCache' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::geotypCache' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::separateGeoTyp' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPArchive.h:123:13: warning: Member variable 'TileLocationInfo::zmin' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPArchive.h:123:13: warning: Member variable 'TileLocationInfo::zmax' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TileMapper.h:97:5: warning: Member variable 'TileMapper::_containsGeode' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/ReaderWriterTXP.cpp:689:17: warning: Member variable 'SeamFinder::_x' is not assigned a value in 'SeamFinder::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/ReaderWriterTXP.cpp:689:17: warning: Member variable 'SeamFinder::_y' is not assigned a value in 'SeamFinder::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/ReaderWriterTXP.cpp:689:17: warning: Member variable 'SeamFinder::_lod' is not assigned a value in 'SeamFinder::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/ReaderWriterTXP.cpp:689:17: warning: Member variable 'SeamFinder::_archive' is not assigned a value in 'SeamFinder::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:303:10: style: Technically the member function 'trpgColor::operator==' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:542:9: style: Technically the member function 'trpgMemReadBuffer::GetLength' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1065:16: style: Technically the member function 'trpgRangeTable::GetNumRanges' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:380:5: style: Class 'trpgMemWriteBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:535:5: style: Class 'trpgMemReadBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/ReaderWriterTXP.cpp:661:1: warning: The class 'SeamFinder' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:390:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:390:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:392:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:392:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:396:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:330:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:396:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:400:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:400:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:402:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:402:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:405:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:405:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:408:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:408:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:414:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:414:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:416:18: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:342:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:416:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:421:18: style: The function 'Begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:344:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:421:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:423:18: style: The function 'End' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:346:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:423:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:426:18: style: The function 'Push' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:348:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:426:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:429:18: style: The function 'Pop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:350:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:429:18: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:538:10: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:500:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:538:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:548:10: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:512:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:548:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:549:10: style: The function 'GetDataRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:517:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:549:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:550:10: style: The function 'Skip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:520:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:550:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:105:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:105:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:174:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:174:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:176:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:176:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:178:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:178:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:303:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:303:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:305:17: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:305:17: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:307:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:307:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:309:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:309:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:487:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:487:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:489:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:489:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:491:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:491:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:493:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:493:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:796:10: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:796:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:799:10: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:799:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:802:10: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:802:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:808:10: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:808:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:879:10: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:879:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:882:10: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:882:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:885:10: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:885:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:888:10: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:888:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:934:10: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:934:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:937:10: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:937:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:940:10: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:940:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:943:10: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:943:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:999:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:999:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1002:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1002:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1005:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1005:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1008:10: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1008:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1076:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1076:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1079:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1079:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1082:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1082:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1085:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1085:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1182:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1182:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1185:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1185:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1187:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1187:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1189:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1189:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1366:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1366:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1369:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1369:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1371:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1371:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1373:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1373:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1478:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1478:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1481:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1481:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1483:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1483:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1485:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1485:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1580:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1580:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1583:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1583:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1587:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1587:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1651:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1651:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1654:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1654:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1656:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1656:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1658:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1658:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1710:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1710:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1713:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1713:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1715:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1715:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1717:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1717:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1832:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1832:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1835:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1835:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1837:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1837:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1839:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1839:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1955:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1955:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1958:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1958:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1960:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1960:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1962:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1962:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2289:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2289:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2292:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2292:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2294:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2294:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2296:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2296:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2346:21: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2369:21: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2369:21: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2371:17: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2371:17: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2373:17: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2373:17: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2447:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2447:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2464:13: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2367:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2464:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2466:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2369:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2466:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2468:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2468:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2470:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2470:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2482:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2482:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2502:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2502:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2504:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2504:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2506:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2506:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2573:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2573:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2576:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2369:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2576:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2578:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2578:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2580:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2580:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2663:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2663:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2666:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2666:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2668:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2668:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2670:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2670:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2706:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2369:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2706:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2708:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2708:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2710:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2710:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2713:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2713:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2735:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2369:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2735:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2737:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2737:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2739:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2739:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2742:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2742:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2782:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2782:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2784:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2784:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2786:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2786:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2789:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2789:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2840:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2840:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2842:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2842:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2844:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2844:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2847:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2847:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2882:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2882:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2885:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2885:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2887:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2887:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2889:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2889:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2931:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2931:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2933:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2933:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2935:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2935:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2938:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2938:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2971:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2971:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2974:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2974:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2976:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2976:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2978:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2978:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3024:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3024:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3026:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3026:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3028:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3028:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3031:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3031:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3066:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3066:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3069:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3069:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3071:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3071:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3073:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3073:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3170:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3170:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3172:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3172:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3174:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3174:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3177:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:3177:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:463:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:463:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPArchive.cpp:410:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPArchive.cpp:414:5: note: Found duplicate branches for 'if' and 'else'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPArchive.cpp:410:10: note: Found duplicate branches for 'if' and 'else'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPArchive.cpp:672:107: style: Function 'addLightAttribute' argument 3 names different: declaration 'attitude' definition 'att'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPArchive.h:97:104: note: Function 'addLightAttribute' argument 3 names different: declaration 'attitude' definition 'att'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPArchive.cpp:672:107: note: Function 'addLightAttribute' argument 3 names different: declaration 'attitude' definition 'att'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPArchive.cpp:469:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPArchive.cpp:483:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPArchive.cpp:634:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:385:5: style: Class 'geomRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:397:5: style: Class 'groupRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:408:5: style: Class 'attachRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:421:5: style: Class 'childRefRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:457:5: style: Class 'lodRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:468:5: style: Class 'tileHeaderRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:480:5: style: Class 'modelRefRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:491:5: style: Class 'billboardRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:502:5: style: Class 'lightRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:513:5: style: Class 'layerRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:524:5: style: Class 'labelRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.h:77:1: warning: The class 'GeodeGroup' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPIO.cpp:68:15: warning: Member variable 'Dump2Osg::_fw' is not assigned a value in 'Dump2Osg::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPIO.cpp:56:5: style: Class 'Dump2Osg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPIO.cpp:53:1: warning: The class 'Dump2Osg' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_archiveName' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_options' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_mutex' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_archive' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_pageManager' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_extents' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_nodesToAdd' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_nodesToRemove' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPNode.h:49:1: warning: The class 'TXPNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPPagedLOD.cpp:29:10: style: The scope of the variable 'forceUseOfFirstChild' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPPagedLOD.h:43:5: warning: The class 'TXPPagedLOD' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:835:17: style: Variable 'lobeHorz' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:831:0: note: Variable 'lobeHorz' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:835:17: note: Variable 'lobeHorz' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:838:17: style: Variable 'lobeVert' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:831:0: note: Variable 'lobeVert' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:838:17: note: Variable 'lobeVert' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:841:17: style: Variable 'lobeRoll' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:831:0: note: Variable 'lobeRoll' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:841:17: note: Variable 'lobeRoll' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:853:17: style: Variable 'lobeHorz' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:849:0: note: Variable 'lobeHorz' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:853:17: note: Variable 'lobeHorz' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:856:17: style: Variable 'lobeVert' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:849:0: note: Variable 'lobeVert' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:856:17: note: Variable 'lobeVert' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:859:17: style: Variable 'lobeRoll' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:849:0: note: Variable 'lobeRoll' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:859:17: note: Variable 'lobeRoll' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:149:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:297:29: warning: Member variable 'FindEmptyGroupsVisitor::_nl' is not assigned a value in 'FindEmptyGroupsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:1273:9: performance: Variable '_m' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:284:5: style: Class 'FindEmptyGroupsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:1271:5: style: Class 'TransformFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPParser.cpp:281:1: warning: The class 'FindEmptyGroupsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPSeamLOD.cpp:26:13: warning: Member variable 'TXPSeamLOD::_center' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPSeamLOD.cpp:29:5: performance: Variable '_tid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/TXPSeamLOD.h:47:1: warning: The class 'TXPSeamLOD' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.cpp:44:7: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.cpp:193:7: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.cpp:230:7: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.cpp:50:15: style: The scope of the variable 'matTok' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.cpp:51:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.cpp:52:10: style: The scope of the variable 'status' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.cpp:53:22: style: The scope of the variable 'k' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.cpp:235:11: style: The scope of the variable 'numTex' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.cpp:137:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.cpp:176:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.cpp:267:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:34:5: style: Class 'trpgMatTable1_0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:56:5: style: Class 'trpgTexTable1_0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:91:5: style: Class 'trpgTileTable1_0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:39:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:39:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:43:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:43:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:61:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:61:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:65:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:65:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:79:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:79:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:81:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:81:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:93:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_compat.h:93:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:314:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:320:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:326:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:333:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:340:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:350:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:361:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:374:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:402:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:414:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:427:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:438:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:444:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:450:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:456:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:462:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:467:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:473:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:757:27: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:641:15: style: The scope of the variable 'primType' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:641:24: style: The scope of the variable 'bind' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:641:29: style: The scope of the variable 'type' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:646:11: style: The scope of the variable 'hasPrimLen' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:101:46: style: Function 'SetMaterial' argument 2 names different: declaration 'matID' definition 'mat'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2116:39: note: Function 'SetMaterial' argument 2 names different: declaration 'matID' definition 'mat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:101:46: note: Function 'SetMaterial' argument 2 names different: declaration 'matID' definition 'mat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:108:39: style: Function 'SetMaterials' argument 1 names different: declaration 'numMat' definition 'num'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2119:32: note: Function 'SetMaterials' argument 1 names different: declaration 'numMat' definition 'num'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:108:39: note: Function 'SetMaterials' argument 1 names different: declaration 'numMat' definition 'num'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:108:56: style: Function 'SetMaterials' argument 2 names different: declaration 'matIDs' definition 'mat'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2119:52: note: Function 'SetMaterials' argument 2 names different: declaration 'matIDs' definition 'mat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:108:56: note: Function 'SetMaterials' argument 2 names different: declaration 'matIDs' definition 'mat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:114:35: style: Function 'AddMaterial' argument 1 names different: declaration 'matID' definition 'mat'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2123:32: note: Function 'AddMaterial' argument 1 names different: declaration 'matID' definition 'mat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:114:35: note: Function 'AddMaterial' argument 1 names different: declaration 'matID' definition 'mat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:223:35: style: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2043:26: note: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:223:35: note: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:231:35: style: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2044:26: note: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:231:35: note: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:312:42: style: Function 'GetPrimType' argument 1 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2199:35: note: Function 'GetPrimType' argument 1 names different: declaration 'type' definition 't'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:312:42: note: Function 'GetPrimType' argument 1 names different: declaration 'type' definition 't'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:318:37: style: Function 'GetNumPrims' argument 1 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2204:30: note: Function 'GetNumPrims' argument 1 names different: declaration 'num' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:318:37: note: Function 'GetNumPrims' argument 1 names different: declaration 'num' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:324:40: style: Function 'GetPrimLengths' argument 1 names different: declaration 'lenArray' definition 'ret'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2212:33: note: Function 'GetPrimLengths' argument 1 names different: declaration 'lenArray' definition 'ret'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:324:40: note: Function 'GetPrimLengths' argument 1 names different: declaration 'lenArray' definition 'ret'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:331:40: style: Function 'GetNumMaterial' argument 1 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2217:33: note: Function 'GetNumMaterial' argument 1 names different: declaration 'num' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:331:40: note: Function 'GetNumMaterial' argument 1 names different: declaration 'num' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:337:36: style: Function 'GetMaterial' argument 1 names different: declaration 'num' definition 'id'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2223:29: note: Function 'GetMaterial' argument 1 names different: declaration 'num' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:337:36: note: Function 'GetMaterial' argument 1 names different: declaration 'num' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:337:46: style: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'm'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2223:40: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'm'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:337:46: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'm'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:348:38: style: Function 'GetNumVertex' argument 1 names different: declaration 'num' definition 'v'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2228:31: note: Function 'GetNumVertex' argument 1 names different: declaration 'num' definition 'v'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:348:38: note: Function 'GetNumVertex' argument 1 names different: declaration 'num' definition 'v'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:383:34: style: Function 'GetVertex' argument 1 names different: declaration 'id' definition 'n'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2240:27: note: Function 'GetVertex' argument 1 names different: declaration 'id' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:383:34: note: Function 'GetVertex' argument 1 names different: declaration 'id' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:400:40: style: Function 'GetNumNormal' argument 1 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2244:31: note: Function 'GetNumNormal' argument 1 names different: declaration 'num' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:400:40: note: Function 'GetNumNormal' argument 1 names different: declaration 'num' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:436:41: style: Function 'GetNumColorSets' argument 1 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2257:34: note: Function 'GetNumColorSets' argument 1 names different: declaration 'num' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:436:41: note: Function 'GetNumColorSets' argument 1 names different: declaration 'num' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:465:40: style: Function 'GetNumEdgeFlag' argument 1 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2281:33: note: Function 'GetNumEdgeFlag' argument 1 names different: declaration 'num' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:465:40: note: Function 'GetNumEdgeFlag' argument 1 names different: declaration 'num' definition 'n'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:678:44: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:673:21: note: Assuming that condition 'num<0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:678:44: note: Invalid argument
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:693:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:688:21: note: Assuming that condition 'num<0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:693:47: note: Invalid argument
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:708:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:703:21: note: Assuming that condition 'num<0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:708:47: note: Invalid argument
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:724:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:719:21: note: Assuming that condition 'num<0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:724:47: note: Invalid argument
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:740:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:735:21: note: Assuming that condition 'num<0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:740:47: note: Invalid argument
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:757:48: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:750:21: note: Assuming that condition 'num<0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:757:48: note: Invalid argument
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:773:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:768:21: note: Assuming that condition 'num<0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:773:47: note: Invalid argument
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:789:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:784:21: note: Assuming that condition 'num<0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:789:47: note: Invalid argument
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:189:16: warning: Member variable 'trpgColorInfo::type' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:189:16: warning: Member variable 'trpgColorInfo::bind' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:217:14: warning: Member variable 'trpgTexData::bind' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2287:13: performance: Technically the member function 'trpgGeometry::isValid' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:481:20: note: Technically the member function 'trpgGeometry::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2287:13: note: Technically the member function 'trpgGeometry::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:634:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.cpp:634:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:294:11: style: The scope of the variable 'i8' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:295:15: style: The scope of the variable 'tok' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:296:10: style: The scope of the variable 'status' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:297:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:338:13: style: The scope of the variable 'range' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:91:35: style: Function 'SetVersion' argument 1 names different: declaration 'major' definition 'vmaj'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:55:28: note: Function 'SetVersion' argument 1 names different: declaration 'major' definition 'vmaj'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:91:35: note: Function 'SetVersion' argument 1 names different: declaration 'major' definition 'vmaj'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:91:46: style: Function 'SetVersion' argument 2 names different: declaration 'minor' definition 'vmin'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:55:38: note: Function 'SetVersion' argument 2 names different: declaration 'minor' definition 'vmin'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:91:46: note: Function 'SetVersion' argument 2 names different: declaration 'minor' definition 'vmin'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:96:37: style: Function 'SetDbVersion' argument 1 names different: declaration 'major' definition 'vmaj'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:57:30: note: Function 'SetDbVersion' argument 1 names different: declaration 'major' definition 'vmaj'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:96:37: note: Function 'SetDbVersion' argument 1 names different: declaration 'major' definition 'vmaj'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:96:48: style: Function 'SetDbVersion' argument 2 names different: declaration 'minor' definition 'vmin'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:57:40: note: Function 'SetDbVersion' argument 2 names different: declaration 'minor' definition 'vmin'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:96:48: note: Function 'SetDbVersion' argument 2 names different: declaration 'minor' definition 'vmin'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:101:34: style: Function 'SetTileSize' argument 1 names different: declaration 'lod' definition 'id'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:63:29: note: Function 'SetTileSize' argument 1 names different: declaration 'lod' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:101:34: note: Function 'SetTileSize' argument 1 names different: declaration 'lod' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:101:56: style: Function 'SetTileSize' argument 2 names different: declaration 'size' definition 'pt'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:63:52: note: Function 'SetTileSize' argument 2 names different: declaration 'size' definition 'pt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:101:56: note: Function 'SetTileSize' argument 2 names different: declaration 'size' definition 'pt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:110:48: style: Function 'SetExtents' argument 1 names different: declaration 'sw' definition 'in_sw'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:67:43: note: Function 'SetExtents' argument 1 names different: declaration 'sw' definition 'in_sw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:110:48: note: Function 'SetExtents' argument 1 names different: declaration 'sw' definition 'in_sw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:110:73: style: Function 'SetExtents' argument 2 names different: declaration 'ne' definition 'in_ne'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:67:65: note: Function 'SetExtents' argument 2 names different: declaration 'ne' definition 'in_ne'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:110:73: note: Function 'SetExtents' argument 2 names different: declaration 'ne' definition 'in_ne'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:127:33: style: Function 'SetLodSize' argument 1 names different: declaration 'lod' definition 'no'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:81:28: note: Function 'SetLodSize' argument 1 names different: declaration 'lod' definition 'no'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:127:33: note: Function 'SetLodSize' argument 1 names different: declaration 'lod' definition 'no'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:151:44: style: Function 'AddLod' argument 1 names different: declaration 'size' definition 'pt'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:89:39: note: Function 'AddLod' argument 1 names different: declaration 'size' definition 'pt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:151:44: note: Function 'AddLod' argument 1 names different: declaration 'size' definition 'pt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:151:66: style: Function 'AddLod' argument 2 names different: declaration 'ext' definition 'sz'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:89:63: note: Function 'AddLod' argument 2 names different: declaration 'ext' definition 'sz'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:151:66: note: Function 'AddLod' argument 2 names different: declaration 'ext' definition 'sz'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:151:77: style: Function 'AddLod' argument 3 names different: declaration 'range' definition 'r'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:89:75: note: Function 'AddLod' argument 3 names different: declaration 'range' definition 'r'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:151:77: note: Function 'AddLod' argument 3 names different: declaration 'range' definition 'r'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:158:44: style: Function 'SetLod' argument 1 names different: declaration 'size' definition 'pt'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:92:39: note: Function 'SetLod' argument 1 names different: declaration 'size' definition 'pt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:158:44: note: Function 'SetLod' argument 1 names different: declaration 'size' definition 'pt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:158:66: style: Function 'SetLod' argument 2 names different: declaration 'ext' definition 'sz'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:92:63: note: Function 'SetLod' argument 2 names different: declaration 'ext' definition 'sz'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:158:66: note: Function 'SetLod' argument 2 names different: declaration 'ext' definition 'sz'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:158:77: style: Function 'SetLod' argument 3 names different: declaration 'range' definition 'r'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:92:75: note: Function 'SetLod' argument 3 names different: declaration 'range' definition 'r'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:158:77: note: Function 'SetLod' argument 3 names different: declaration 'range' definition 'r'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:278:42: style: Function 'GetExtents' argument 1 names different: declaration 'sw' definition 'osw'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:127:37: note: Function 'GetExtents' argument 1 names different: declaration 'sw' definition 'osw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:278:42: note: Function 'GetExtents' argument 1 names different: declaration 'sw' definition 'osw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:278:59: style: Function 'GetExtents' argument 2 names different: declaration 'ne' definition 'one'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:127:53: note: Function 'GetExtents' argument 2 names different: declaration 'ne' definition 'one'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_header.cpp:278:59: note: Function 'GetExtents' argument 2 names different: declaration 'ne' definition 'one'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:142:9: style: The scope of the variable 'iVal' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:143:13: style: The scope of the variable 'fVal' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:308:15: style: The scope of the variable 'styleTok' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:309:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:310:10: style: The scope of the variable 'status' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:311:9: style: The scope of the variable 'numStyle' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:312:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:410:9: style: The scope of the variable 'iVal' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:553:15: style: The scope of the variable 'styleTok' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:554:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:555:10: style: The scope of the variable 'status' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:556:9: style: The scope of the variable 'numStyle' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:557:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:666:9: style: The scope of the variable 'iVal' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:813:15: style: The scope of the variable 'propertyTok' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:814:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:815:10: style: The scope of the variable 'status' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:816:9: style: The scope of the variable 'numProperty' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:817:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:1010:9: style: The scope of the variable 'numSupport' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:1010:20: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:1012:9: style: The scope of the variable 'iVal' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:241:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:261:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:297:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:485:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:507:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:542:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:741:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:763:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:800:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2941:17: performance: Technically the member function 'trpgSupportStyle::isValid' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:450:24: note: Technically the member function 'trpgSupportStyle::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2941:17: note: Technically the member function 'trpgSupportStyle::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:135:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:135:12: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:404:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:404:12: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:660:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_label.cpp:660:12: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:801:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:815:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:832:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:462:20: style: The scope of the variable 'type_data' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:463:20: style: The scope of the variable 'directionality_data' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:465:20: style: The scope of the variable 'float64_data' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:467:18: style: The scope of the variable 'int32_data' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:468:20: style: The scope of the variable 'quality_data' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:469:17: style: The scope of the variable 'commentStr' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:799:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:812:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:813:18: style: The scope of the variable 'j' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:829:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:830:18: style: The scope of the variable 'j' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:1042:18: style: The scope of the variable 'numLights' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:1043:18: style: The scope of the variable 'lightTok' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:1044:18: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:947:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:973:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:987:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:1007:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:40:16: warning: Member variable 'trpgLightAttr::LightFlags' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:46:16: warning: Member variable 'trpgLightAttr::LightFlags' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:599:31: warning: Member variable 'trpgLightAttr::LightFlags' is not assigned a value in 'trpgLightAttr::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:599:31: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:752:10: style: Technically the member function 'trpgLightAttr::GetFrontColor' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:235:21: note: Technically the member function 'trpgLightAttr::GetFrontColor' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:752:10: note: Technically the member function 'trpgLightAttr::GetFrontColor' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:753:10: style: Technically the member function 'trpgLightAttr::GetFrontIntensity' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:239:21: note: Technically the member function 'trpgLightAttr::GetFrontIntensity' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:753:10: note: Technically the member function 'trpgLightAttr::GetFrontIntensity' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:754:10: style: Technically the member function 'trpgLightAttr::GetBackColor' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:243:21: note: Technically the member function 'trpgLightAttr::GetBackColor' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:754:10: note: Technically the member function 'trpgLightAttr::GetBackColor' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:755:10: style: Technically the member function 'trpgLightAttr::GetBackIntensity' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:247:21: note: Technically the member function 'trpgLightAttr::GetBackIntensity' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:755:10: note: Technically the member function 'trpgLightAttr::GetBackIntensity' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:756:10: style: Technically the member function 'trpgLightAttr::GetNormal' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:251:21: note: Technically the member function 'trpgLightAttr::GetNormal' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:756:10: note: Technically the member function 'trpgLightAttr::GetNormal' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:757:10: style: Technically the member function 'trpgLightAttr::GetSMC' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:255:21: note: Technically the member function 'trpgLightAttr::GetSMC' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:757:10: note: Technically the member function 'trpgLightAttr::GetSMC' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:758:10: style: Technically the member function 'trpgLightAttr::GetFID' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:259:21: note: Technically the member function 'trpgLightAttr::GetFID' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:758:10: note: Technically the member function 'trpgLightAttr::GetFID' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:759:10: style: Technically the member function 'trpgLightAttr::GetFlags' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:263:21: note: Technically the member function 'trpgLightAttr::GetFlags' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:759:10: note: Technically the member function 'trpgLightAttr::GetFlags' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:760:10: style: Technically the member function 'trpgLightAttr::GetHLobeAngle' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:267:21: note: Technically the member function 'trpgLightAttr::GetHLobeAngle' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:760:10: note: Technically the member function 'trpgLightAttr::GetHLobeAngle' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:761:10: style: Technically the member function 'trpgLightAttr::GetVLobeAngle' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:271:21: note: Technically the member function 'trpgLightAttr::GetVLobeAngle' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:761:10: note: Technically the member function 'trpgLightAttr::GetVLobeAngle' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:762:10: style: Technically the member function 'trpgLightAttr::GetLobeRollAngle' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:275:21: note: Technically the member function 'trpgLightAttr::GetLobeRollAngle' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:762:10: note: Technically the member function 'trpgLightAttr::GetLobeRollAngle' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:763:10: style: Technically the member function 'trpgLightAttr::GetLobeFalloff' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:279:21: note: Technically the member function 'trpgLightAttr::GetLobeFalloff' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:763:10: note: Technically the member function 'trpgLightAttr::GetLobeFalloff' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:764:10: style: Technically the member function 'trpgLightAttr::GetAmbient' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:283:21: note: Technically the member function 'trpgLightAttr::GetAmbient' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:764:10: note: Technically the member function 'trpgLightAttr::GetAmbient' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:766:10: style: Technically the member function 'trpgLightAttr::GetRascalSignificance' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:291:21: note: Technically the member function 'trpgLightAttr::GetRascalSignificance' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:766:10: note: Technically the member function 'trpgLightAttr::GetRascalSignificance' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:769:10: style: Technically the member function 'trpgLightAttr::GetCalligraphicDrawOrder' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:303:21: note: Technically the member function 'trpgLightAttr::GetCalligraphicDrawOrder' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:769:10: note: Technically the member function 'trpgLightAttr::GetCalligraphicDrawOrder' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:770:10: style: Technically the member function 'trpgLightAttr::GetCalligraphicMinDefocus' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:307:21: note: Technically the member function 'trpgLightAttr::GetCalligraphicMinDefocus' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:770:10: note: Technically the member function 'trpgLightAttr::GetCalligraphicMinDefocus' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:771:10: style: Technically the member function 'trpgLightAttr::GetCalligraphicMaxDefocus' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:311:21: note: Technically the member function 'trpgLightAttr::GetCalligraphicMaxDefocus' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:771:10: note: Technically the member function 'trpgLightAttr::GetCalligraphicMaxDefocus' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:773:10: style: Technically the member function 'trpgLightAttr::GetPerformerFlags' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:319:21: note: Technically the member function 'trpgLightAttr::GetPerformerFlags' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:773:10: note: Technically the member function 'trpgLightAttr::GetPerformerFlags' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:774:10: style: Technically the member function 'trpgLightAttr::GetPerformerMinPixelSize' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:323:21: note: Technically the member function 'trpgLightAttr::GetPerformerMinPixelSize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:774:10: note: Technically the member function 'trpgLightAttr::GetPerformerMinPixelSize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:775:10: style: Technically the member function 'trpgLightAttr::GetPerformerMaxPixelSize' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:327:21: note: Technically the member function 'trpgLightAttr::GetPerformerMaxPixelSize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:775:10: note: Technically the member function 'trpgLightAttr::GetPerformerMaxPixelSize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:776:10: style: Technically the member function 'trpgLightAttr::GetPerformerActualSize' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:331:21: note: Technically the member function 'trpgLightAttr::GetPerformerActualSize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:776:10: note: Technically the member function 'trpgLightAttr::GetPerformerActualSize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:777:10: style: Technically the member function 'trpgLightAttr::GetPerformerTpPixelSize' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:335:21: note: Technically the member function 'trpgLightAttr::GetPerformerTpPixelSize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:777:10: note: Technically the member function 'trpgLightAttr::GetPerformerTpPixelSize' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:778:10: style: Technically the member function 'trpgLightAttr::GetPerformerTpFalloffExp' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:339:21: note: Technically the member function 'trpgLightAttr::GetPerformerTpFalloffExp' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:778:10: note: Technically the member function 'trpgLightAttr::GetPerformerTpFalloffExp' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:779:10: style: Technically the member function 'trpgLightAttr::GetPerformerTpScale' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:343:21: note: Technically the member function 'trpgLightAttr::GetPerformerTpScale' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:779:10: note: Technically the member function 'trpgLightAttr::GetPerformerTpScale' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:780:10: style: Technically the member function 'trpgLightAttr::GetPerformerTpClamp' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:347:21: note: Technically the member function 'trpgLightAttr::GetPerformerTpClamp' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:780:10: note: Technically the member function 'trpgLightAttr::GetPerformerTpClamp' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:781:10: style: Technically the member function 'trpgLightAttr::GetPerformerFogScale' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:351:21: note: Technically the member function 'trpgLightAttr::GetPerformerFogScale' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:781:10: note: Technically the member function 'trpgLightAttr::GetPerformerFogScale' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:783:10: style: Technically the member function 'trpgLightAttr::GetAnimationPeriod' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:359:21: note: Technically the member function 'trpgLightAttr::GetAnimationPeriod' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:783:10: note: Technically the member function 'trpgLightAttr::GetAnimationPeriod' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:784:10: style: Technically the member function 'trpgLightAttr::GetAnimationPhaseDelay' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:363:21: note: Technically the member function 'trpgLightAttr::GetAnimationPhaseDelay' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:784:10: note: Technically the member function 'trpgLightAttr::GetAnimationPhaseDelay' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:785:10: style: Technically the member function 'trpgLightAttr::GetAnimationTimeOn' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:367:21: note: Technically the member function 'trpgLightAttr::GetAnimationTimeOn' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:785:10: note: Technically the member function 'trpgLightAttr::GetAnimationTimeOn' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:786:10: style: Technically the member function 'trpgLightAttr::GetAnimationVector' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:371:21: note: Technically the member function 'trpgLightAttr::GetAnimationVector' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:786:10: note: Technically the member function 'trpgLightAttr::GetAnimationVector' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:787:10: style: Technically the member function 'trpgLightAttr::GetAnimationFlags' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:375:21: note: Technically the member function 'trpgLightAttr::GetAnimationFlags' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:787:10: note: Technically the member function 'trpgLightAttr::GetAnimationFlags' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:788:17: style: Technically the member function 'trpgLightAttr::GetComment' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:379:28: note: Technically the member function 'trpgLightAttr::GetComment' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:788:17: note: Technically the member function 'trpgLightAttr::GetComment' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:805:10: performance: Technically the member function 'trpgLightAttr::isValid' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:594:21: note: Technically the member function 'trpgLightAttr::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:805:10: note: Technically the member function 'trpgLightAttr::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:876:10: performance: Technically the member function 'trpgLight::isValid' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:852:17: note: Technically the member function 'trpgLight::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:876:10: note: Technically the member function 'trpgLight::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:457:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:457:12: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:70:46: performance: Function parameter 'in_frontColor' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:78:45: performance: Function parameter 'in_backColor' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:86:44: performance: Function parameter 'in_normal' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_light.cpp:207:53: performance: Function parameter 'in_vector' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:1008:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:77:38: style: Function 'SetTileLoc' argument 1 names different: declaration 'x' definition 'inX'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:65:25: note: Function 'SetTileLoc' argument 1 names different: declaration 'x' definition 'inX'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:77:38: note: Function 'SetTileLoc' argument 1 names different: declaration 'x' definition 'inX'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:77:46: style: Function 'SetTileLoc' argument 2 names different: declaration 'y' definition 'inY'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:65:31: note: Function 'SetTileLoc' argument 2 names different: declaration 'y' definition 'inY'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:77:46: note: Function 'SetTileLoc' argument 2 names different: declaration 'y' definition 'inY'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:77:54: style: Function 'SetTileLoc' argument 3 names different: declaration 'lod' definition 'inLod'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:65:37: note: Function 'SetTileLoc' argument 3 names different: declaration 'lod' definition 'inLod'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:77:54: note: Function 'SetTileLoc' argument 3 names different: declaration 'lod' definition 'inLod'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:88:39: style: Function 'GetTileLoc' argument 1 names different: declaration 'x' definition 'retx'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:67:26: note: Function 'GetTileLoc' argument 1 names different: declaration 'x' definition 'retx'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:88:39: note: Function 'GetTileLoc' argument 1 names different: declaration 'x' definition 'retx'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:88:49: style: Function 'GetTileLoc' argument 2 names different: declaration 'y' definition 'rety'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:67:33: note: Function 'GetTileLoc' argument 2 names different: declaration 'y' definition 'rety'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:88:49: note: Function 'GetTileLoc' argument 2 names different: declaration 'y' definition 'rety'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:88:59: style: Function 'GetTileLoc' argument 3 names different: declaration 'lod' definition 'retLod'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:67:40: note: Function 'GetTileLoc' argument 3 names different: declaration 'lod' definition 'retLod'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:88:59: note: Function 'GetTileLoc' argument 3 names different: declaration 'lod' definition 'retLod'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:1081:43: style: Function 'RandomTest' argument 1 names different: declaration 'no' definition 'num'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:506:25: note: Function 'RandomTest' argument 1 names different: declaration 'no' definition 'num'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:1081:43: note: Function 'RandomTest' argument 1 names different: declaration 'no' definition 'num'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::archive' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::lastLoad' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::lastLod' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::lastTile' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::majorVersion' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::minorVersion' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::lod' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::maxNumTiles' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::activeLoad' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::activeUnload' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::majorVersion' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::minorVersion' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::tileTable' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:1053:23: warning: Member variable 'trpgPageManageTester::printBuf' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:1053:23: warning: Member variable 'trpgPageManageTester::majorVersion' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:1053:23: warning: Member variable 'trpgPageManageTester::minorVersion' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:60:10: style: Technically the member function 'trpgManagedTile::IsLoaded' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:72:23: note: Technically the member function 'trpgManagedTile::IsLoaded' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:60:10: note: Technically the member function 'trpgManagedTile::IsLoaded' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:79:27: style: Technically the member function 'trpgManagedTile::GetTileHead' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:178:40: note: Technically the member function 'trpgManagedTile::GetTileHead' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:79:27: note: Technically the member function 'trpgManagedTile::GetTileHead' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:361:14: performance: Technically the member function 'trpgPageManager::LodPageInfo::isWithin' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:421:36: note: Technically the member function 'trpgPageManager::LodPageInfo::isWithin' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:361:14: note: Technically the member function 'trpgPageManager::LodPageInfo::isWithin' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:348:22: warning: Virtual function 'Clean' is called from destructor '~LodPageInfo()' at line 258. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.cpp:258:5: note: Calling Clean
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_managers.h:348:22: note: Clean is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:56:5: style: Class 'trpgFilePrintBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:57:5: style: Class 'trpgFilePrintBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:61:10: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:35:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:61:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:64:10: style: The function 'prnLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:38:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:64:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:131:10: style: The function 'StartChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:266:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:131:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:132:10: style: The function 'EndChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:267:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.h:132:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:357:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:363:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:369:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:375:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:382:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:102:9: style: The scope of the variable 'baseMat' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:235:15: style: The scope of the variable 'matTok' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:236:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:237:10: style: The scope of the variable 'status' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:238:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:238:11: style: The scope of the variable 'j' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:239:9: style: The scope of the variable 'nMat' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:239:14: style: The scope of the variable 'nTable' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:398:9: style: The scope of the variable 'envMode' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:399:9: style: The scope of the variable 'minFilter' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:400:9: style: The scope of the variable 'magFilter' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:401:9: style: The scope of the variable 'wrapS' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:401:15: style: The scope of the variable 'wrapT' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:854:13: style: The scope of the variable 'shininess' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:855:9: style: The scope of the variable 'shadeModel' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:856:13: style: The scope of the variable 'size' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:857:9: style: The scope of the variable 'cullMode' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:858:9: style: The scope of the variable 'alphaFunc' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:859:13: style: The scope of the variable 'alphaRef' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:859:22: style: The scope of the variable 'alpha' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:860:10: style: The scope of the variable 'autoNormal' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:861:9: style: The scope of the variable 'numTex' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:861:16: style: The scope of the variable 'texId' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:862:15: style: The scope of the variable 'envTok' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:864:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:864:15: style: The scope of the variable 'numtile' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:865:10: style: The scope of the variable 'status' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:866:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1394:10: style: The scope of the variable 'texName' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1775:11: style: The scope of the variable 'numTex' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1776:15: style: The scope of the variable 'texTok' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1777:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:211:36: style: Function 'GetMaterial' argument 1 names different: declaration 'subTable' definition 'nt'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1170:29: note: Function 'GetMaterial' argument 1 names different: declaration 'subTable' definition 'nt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:211:36: note: Function 'GetMaterial' argument 1 names different: declaration 'subTable' definition 'nt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:211:43: style: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'nm'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1170:42: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'nm'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:211:43: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'nm'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:820:46: style: Function 'GetAttr' argument 2 names different: declaration 'val' definition 'ret'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:482:39: note: Function 'GetAttr' argument 2 names different: declaration 'val' definition 'ret'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:820:46: note: Function 'GetAttr' argument 2 names different: declaration 'val' definition 'ret'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1104:33: style: Function 'GetName' argument 1 names different: declaration 'retStr' definition 'outName'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1280:27: note: Function 'GetName' argument 1 names different: declaration 'retStr' definition 'outName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1104:33: note: Function 'GetName' argument 1 names different: declaration 'retStr' definition 'outName'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1104:45: style: Function 'GetName' argument 2 names different: declaration 'strLen' definition 'outLen'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1280:38: note: Function 'GetName' argument 2 names different: declaration 'strLen' definition 'outLen'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1104:45: note: Function 'GetName' argument 2 names different: declaration 'strLen' definition 'outLen'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1678:35: style: Function 'SetTexture' argument 1 names different: declaration 'texID' definition 'id'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1463:28: note: Function 'SetTexture' argument 1 names different: declaration 'texID' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1678:35: note: Function 'SetTexture' argument 1 names different: declaration 'texID' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1730:35: style: Function 'GetTexture' argument 1 names different: declaration 'texID' definition 'id'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1468:28: note: Function 'GetTexture' argument 1 names different: declaration 'texID' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1730:35: note: Function 'GetTexture' argument 1 names different: declaration 'texID' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1829:47: style: Function 'SetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1770:35: note: Function 'SetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1829:47: note: Function 'SetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1829:62: style: Function 'SetBaseMaterial' argument 2 names different: declaration 'matID' definition 'inMatID'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1770:53: note: Function 'SetBaseMaterial' argument 2 names different: declaration 'matID' definition 'inMatID'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1829:62: note: Function 'SetBaseMaterial' argument 2 names different: declaration 'matID' definition 'inMatID'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1847:48: style: Function 'GetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1785:36: note: Function 'GetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1847:48: note: Function 'GetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1322:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:61:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:110:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:178:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1637:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1670:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1690:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1711:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1759:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1002:14: warning: Member variable 'trpgTexture::numMipMap' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1020:14: warning: Member variable 'trpgTexture::numMipMap' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1020:14: warning: Member variable 'trpgTexture::storageSize' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1020:14: warning: Member variable 'trpgTexture::levelOffset' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1252:27: warning: Member variable 'trpgTexture::numMipMap' is not assigned a value in 'trpgTexture::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1252:27: warning: Member variable 'trpgTexture::storageSize' is not assigned a value in 'trpgTexture::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1252:27: warning: Member variable 'trpgTexture::levelOffset' is not assigned a value in 'trpgTexture::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1814:20: warning: Member variable 'trpgLocalMaterial::baseMatTable' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:301:17: performance: Technically the member function 'trpgTextureEnv::isValid' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:291:22: note: Technically the member function 'trpgTextureEnv::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:301:17: note: Technically the member function 'trpgTextureEnv::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1132:13: performance: Technically the member function 'trpgMatTable::SetNumMaterial' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:77:20: note: Technically the member function 'trpgMatTable::SetNumMaterial' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1132:13: note: Technically the member function 'trpgMatTable::SetNumMaterial' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1449:13: performance: Technically the member function 'trpgTexTable::SetNumTextures' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1648:20: note: Technically the member function 'trpgTexTable::SetNumTextures' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1449:13: note: Technically the member function 'trpgTexTable::SetNumTextures' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:392:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:392:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:848:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:848:12: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1514:47: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_material.cpp:1515:47: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:244:10: style: The scope of the variable 'tmpName' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:442:11: style: The scope of the variable 'numModel' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:443:15: style: The scope of the variable 'tok' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:444:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:445:10: style: The scope of the variable 'status' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:219:31: style: Function 'GetName' argument 1 names different: declaration 'ret' definition 'str'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1568:27: note: Function 'GetName' argument 1 names different: declaration 'ret' definition 'str'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:219:31: note: Function 'GetName' argument 1 names different: declaration 'ret' definition 'str'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:416:35: style: Function 'GetModel' argument 1 names different: declaration 'modID' definition 'id'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1640:26: note: Function 'GetModel' argument 1 names different: declaration 'modID' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:416:35: note: Function 'GetModel' argument 1 names different: declaration 'modID' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:349:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:360:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:375:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:396:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:122:23: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1565:13: style: Technically the member function 'trpgModel::GetType' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:213:17: note: Technically the member function 'trpgModel::GetType' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1565:13: note: Technically the member function 'trpgModel::GetType' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1625:13: performance: Technically the member function 'trpgModelTable::SetNumModels' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_model.cpp:320:22: note: Technically the member function 'trpgModelTable::SetNumModels' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1625:13: note: Technically the member function 'trpgModelTable::SetNumModels' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_nodes.cpp:258:11: style: The scope of the variable 'uChar' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_nodes.cpp:323:50: style: Function 'SetLOD' argument 3 names different: declaration 'width' definition 'wid'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2636:48: note: Function 'SetLOD' argument 3 names different: declaration 'width' definition 'wid'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_nodes.cpp:323:50: note: Function 'SetLOD' argument 3 names different: declaration 'width' definition 'wid'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_nodes.cpp:372:53: style: Function 'GetLOD' argument 3 names different: declaration 'width' definition 'wid'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2644:51: note: Function 'GetLOD' argument 3 names different: declaration 'width' definition 'wid'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_nodes.cpp:372:53: note: Function 'GetLOD' argument 3 names different: declaration 'width' definition 'wid'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_nodes.cpp:808:15: warning: Member variable 'trpgChildRef::zmin' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_nodes.cpp:808:15: warning: Member variable 'trpgChildRef::zmax' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2346:21: warning: Virtual function 'Reset' is called from constructor 'trpgGroup()' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_nodes.cpp:38:5: note: Calling Reset
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Reset is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2346:21: warning: Virtual function 'Reset' is called from destructor '~trpgGroup()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_nodes.cpp:43:5: note: Calling Reset
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Reset is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:181:19: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:47:64: style: Function 'trpgr_Token' argument 3 names different: declaration 'destroy' definition 'in_dest'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:47:43: note: Function 'trpgr_Token' argument 3 names different: declaration 'destroy' definition 'in_dest'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:47:64: note: Function 'trpgr_Token' argument 3 names different: declaration 'destroy' definition 'in_dest'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:51:62: style: Function 'init' argument 3 names different: declaration 'destroy' definition 'in_dest'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:49:41: note: Function 'init' argument 3 names different: declaration 'destroy' definition 'in_dest'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:51:62: note: Function 'init' argument 3 names different: declaration 'destroy' definition 'in_dest'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:89:70: style: Function 'AddCallback' argument 3 names different: declaration 'destroy' definition 'in_dest'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:68:62: note: Function 'AddCallback' argument 3 names different: declaration 'destroy' definition 'in_dest'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:89:70: note: Function 'AddCallback' argument 3 names different: declaration 'destroy' definition 'in_dest'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:144:63: style: Function 'SetDefaultCallback' argument 2 names different: declaration 'destroy' definition 'in_dest'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:73:59: note: Function 'SetDefaultCallback' argument 2 names different: declaration 'destroy' definition 'in_dest'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:144:63: note: Function 'SetDefaultCallback' argument 2 names different: declaration 'destroy' definition 'in_dest'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:39:14: warning: Member variable 'trpgr_Token::Token' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:65:10: performance: Technically the member function 'trpgr_Parser::isValid' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:82:20: note: Technically the member function 'trpgr_Parser::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:65:10: note: Technically the member function 'trpgr_Parser::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:99:5: style: Class 'WriteWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:241:5: style: Class 'trpgSceneHelperPush' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:259:5: style: Class 'trpgSceneHelperPop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:283:5: style: Class 'trpgSceneHelperDefault' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:100:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:100:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:244:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:244:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:261:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:261:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:284:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_parse.cpp:284:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_pparse.cpp:343:10: style: The scope of the variable 'ls' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_pparse.cpp:377:9: style: The scope of the variable 'nl' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:51:17: performance: Technically the member function 'trpgMBR::inRange' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:77:9: style: Technically the member function 'trpgReadGroupBase::GetNumChildren' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:76:10: style: The function 'isGroupType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:62:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:76:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:79:13: style: The function 'GetMBR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:64:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:79:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:95:10: style: The function 'isGroupType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:62:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:95:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:97:13: style: The function 'GetMBR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:64:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:97:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:110:10: style: The function 'isGroupType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:62:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:110:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:112:13: style: The function 'GetMBR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:64:21: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:112:13: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:148:9: style: The function 'isGroupType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:62:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:148:9: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:235:10: style: The function 'StartChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:266:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:235:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:236:10: style: The function 'EndChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:267:18: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:236:10: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:331:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:339:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:369:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:393:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:405:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:716:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:618:5: performance: Buffer 'ls' is being written before its old content has been used. [redundantCopy]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:617:5: note: Buffer 'ls' is being written before its old content has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:618:5: note: Buffer 'ls' is being written before its old content has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:213:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:262:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:283:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:861:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:921:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:991:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:1029:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:1069:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:777:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:779:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:781:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:783:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:785:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:792:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:805:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:807:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:809:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:811:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:836:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:838:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_print.cpp:840:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:91:10: warning: Either the condition 'cat' is redundant or there is possible null pointer dereference: cat. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:88:21: note: Assuming that condition 'cat' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:91:10: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:95:10: warning: Either the condition 'subCat' is redundant or there is possible null pointer dereference: subCat. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:92:24: note: Assuming that condition 'subCat' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:95:10: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:180:10: style: The scope of the variable 'catStr' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:180:23: style: The scope of the variable 'subStr' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:317:11: style: The scope of the variable 'numRange' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:318:15: style: The scope of the variable 'tok' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:319:11: style: The scope of the variable 'len' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:86:43: style: Function 'GetCategory' argument 2 names different: declaration 'maxCatLen' definition 'catLen'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:979:39: note: Function 'GetCategory' argument 2 names different: declaration 'maxCatLen' definition 'catLen'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:86:43: note: Function 'GetCategory' argument 2 names different: declaration 'maxCatLen' definition 'catLen'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:86:67: style: Function 'GetCategory' argument 4 names different: declaration 'maxSubCatLen' definition 'subCatLen'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:979:66: note: Function 'GetCategory' argument 4 names different: declaration 'maxSubCatLen' definition 'subCatLen'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:86:67: note: Function 'GetCategory' argument 4 names different: declaration 'maxSubCatLen' definition 'subCatLen'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:282:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:305:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_range.cpp:351:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1055:11: warning: The class 'trpgRangeTable' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:375:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:375:9: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:375:9: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:379:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:379:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:379:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:507:47: style: Function 'trpgrImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:103:33: note: Function 'trpgrImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:507:47: note: Function 'trpgrImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:507:60: style: Function 'trpgrImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:103:44: note: Function 'trpgrImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:507:60: note: Function 'trpgrImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:513:40: style: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:105:34: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:513:40: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:513:53: style: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:105:45: note: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:513:53: note: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:554:75: style: Function 'GetLocalGL' argument 3 names different: declaration 'dataSize' definition 'size'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:111:66: note: Function 'GetLocalGL' argument 3 names different: declaration 'dataSize' definition 'size'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:554:75: note: Function 'GetLocalGL' argument 3 names different: declaration 'dataSize' definition 'size'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:733:79: style: Function 'GetImagePath' argument 3 names different: declaration 'len' definition 'pathLen'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:157:62: note: Function 'GetImagePath' argument 3 names different: declaration 'len' definition 'pathLen'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:733:79: note: Function 'GetImagePath' argument 3 names different: declaration 'len' definition 'pathLen'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:57:5: warning: The buffer 'dir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:31:16: warning: Member variable 'trpgr_Archive::headerRead' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:31:16: warning: Member variable 'trpgr_Archive::fid' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:105:18: warning: Virtual function 'Init' is called from constructor 'trpgrImageHelper(trpgEndian ness,char*dir,const trpgMatTable&,const trpgTexTable&,bool separateGeoTyp)' at line 510. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_rarchive.cpp:510:5: note: Calling Init
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:105:18: note: Init is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:198:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:212:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:589:50: style: Function 'trpgrAppFileCache' argument 1 names different: declaration 'prefix' definition 'inPre'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:700:35: note: Function 'trpgrAppFileCache' argument 1 names different: declaration 'prefix' definition 'inPre'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:589:50: note: Function 'trpgrAppFileCache' argument 1 names different: declaration 'prefix' definition 'inPre'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:589:68: style: Function 'trpgrAppFileCache' argument 2 names different: declaration 'ext' definition 'inExt'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:700:54: note: Function 'trpgrAppFileCache' argument 2 names different: declaration 'ext' definition 'inExt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:589:68: note: Function 'trpgrAppFileCache' argument 2 names different: declaration 'ext' definition 'inExt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:594:42: style: Function 'Init' argument 1 names different: declaration 'prefix' definition 'inPre'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:702:35: note: Function 'Init' argument 1 names different: declaration 'prefix' definition 'inPre'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:594:42: note: Function 'Init' argument 1 names different: declaration 'prefix' definition 'inPre'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:594:60: style: Function 'Init' argument 2 names different: declaration 'ext' definition 'inExt'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:702:54: note: Function 'Init' argument 2 names different: declaration 'ext' definition 'inExt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:594:60: note: Function 'Init' argument 2 names different: declaration 'ext' definition 'inExt'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:708:30: warning: Member variable 'OpenFile::row' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:708:30: warning: Member variable 'OpenFile::col' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:682:18: warning: Virtual function 'Init' is called from constructor 'trpgrAppFile(trpgEndian,const char*)' at line 462. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:462:5: note: Calling Init
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:682:18: note: Init is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:702:18: warning: Virtual function 'Init' is called from constructor 'trpgrAppFileCache(const char*prefix,const char*ext,int noFiles=32)' at line 591. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_readbuf.cpp:591:5: note: Calling Init
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:702:18: note: Init is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:457:16: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:496:26: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:529:19: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:82:35: style: Function 'GetMBR' argument 1 names different: declaration 'll' definition 'oll'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:42:30: note: Function 'GetMBR' argument 1 names different: declaration 'll' definition 'oll'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:82:35: note: Function 'GetMBR' argument 1 names different: declaration 'll' definition 'oll'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:82:52: style: Function 'GetMBR' argument 2 names different: declaration 'ur' definition 'our'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:42:46: note: Function 'GetMBR' argument 2 names different: declaration 'ur' definition 'our'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:82:52: note: Function 'GetMBR' argument 2 names different: declaration 'ur' definition 'our'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:101:42: style: Function 'Overlap' argument 1 names different: declaration 'll' definition 'ill'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:47:37: note: Function 'Overlap' argument 1 names different: declaration 'll' definition 'ill'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:101:42: note: Function 'Overlap' argument 1 names different: declaration 'll' definition 'ill'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:101:66: style: Function 'Overlap' argument 2 names different: declaration 'ur' definition 'iur'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:47:60: note: Function 'Overlap' argument 2 names different: declaration 'ur' definition 'iur'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:101:66: note: Function 'Overlap' argument 2 names different: declaration 'ur' definition 'iur'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:160:40: style: Function 'unRefChild' argument 1 names different: declaration 'i' definition 'id'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.h:80:25: note: Function 'unRefChild' argument 1 names different: declaration 'i' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:160:40: note: Function 'unRefChild' argument 1 names different: declaration 'i' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:234:5: style: Class 'trpgReadGeometryHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:263:5: style: Class 'trpgReadGroupHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:288:5: style: Class 'trpgReadBillboardHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:313:5: style: Class 'trpgReadAttachHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:339:5: style: Class 'trpgReadChildRefHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:362:5: style: Class 'trpgReadLodHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:387:5: style: Class 'trpgReadModelRefHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:407:5: style: Class 'trpgReadTileHeaderHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:235:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:235:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:264:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:264:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:289:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:289:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:314:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:314:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:340:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:340:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:363:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:363:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:388:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:388:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:408:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:408:11: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:248:9: error: Returning/dereferencing 'geom' after it is deallocated / released [deallocret]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:355:9: error: Returning/dereferencing 'childRef' after it is deallocated / released [deallocret]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_scene.cpp:400:9: error: Returning/dereferencing 'mod' after it is deallocated / released [deallocret]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_swap.cpp:154:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_swap.cpp:164:22: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_swap.cpp:176:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_swap.cpp:188:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:389:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:407:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:415:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:421:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:428:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:434:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:441:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:500:11: style: The scope of the variable 'no' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:500:14: style: The scope of the variable 'id' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:500:17: style: The scope of the variable 'date' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:500:22: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:72:37: style: Function 'SetNumTiles' argument 1 names different: declaration 'numX' definition 'nx'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1698:29: note: Function 'SetNumTiles' argument 1 names different: declaration 'numX' definition 'nx'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:72:37: note: Function 'SetNumTiles' argument 1 names different: declaration 'numX' definition 'nx'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:72:44: style: Function 'SetNumTiles' argument 2 names different: declaration 'numY' definition 'ny'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1698:38: note: Function 'SetNumTiles' argument 2 names different: declaration 'numY' definition 'ny'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:72:44: note: Function 'SetNumTiles' argument 2 names different: declaration 'numY' definition 'ny'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:115:78: style: Function 'SetTile' argument 5 names different: declaration 'min' definition 'zmin'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1700:67: note: Function 'SetTile' argument 5 names different: declaration 'min' definition 'zmin'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:115:78: note: Function 'SetTile' argument 5 names different: declaration 'min' definition 'zmin'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:115:91: style: Function 'SetTile' argument 6 names different: declaration 'max' definition 'zmax'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1700:79: note: Function 'SetTile' argument 6 names different: declaration 'max' definition 'zmax'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:115:91: note: Function 'SetTile' argument 6 names different: declaration 'max' definition 'zmax'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:151:79: style: Function 'GetTile' argument 5 names different: declaration 'min' definition 'zmin'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1705:68: note: Function 'GetTile' argument 5 names different: declaration 'min' definition 'zmin'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:151:79: note: Function 'GetTile' argument 5 names different: declaration 'min' definition 'zmin'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:151:93: style: Function 'GetTile' argument 6 names different: declaration 'max' definition 'zmax'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1705:81: note: Function 'GetTile' argument 6 names different: declaration 'max' definition 'zmax'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:151:93: note: Function 'GetTile' argument 6 names different: declaration 'max' definition 'zmax'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:395:45: style: Function 'GetLocalMaterial' argument 1 names different: declaration 'nth' definition 'id'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1944:36: note: Function 'GetLocalMaterial' argument 1 names different: declaration 'nth' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:395:45: note: Function 'GetLocalMaterial' argument 1 names different: declaration 'nth' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:395:67: style: Function 'GetLocalMaterial' argument 2 names different: declaration 'locMat' definition 'retMat'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1944:59: note: Function 'GetLocalMaterial' argument 2 names different: declaration 'locMat' definition 'retMat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:395:67: note: Function 'GetLocalMaterial' argument 2 names different: declaration 'locMat' definition 'retMat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:419:40: style: Function 'GetMaterial' argument 1 names different: declaration 'nth' definition 'id'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1930:31: note: Function 'GetMaterial' argument 1 names different: declaration 'nth' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:419:40: note: Function 'GetMaterial' argument 1 names different: declaration 'nth' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:419:50: style: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'mat'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1930:42: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'mat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:419:50: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'mat'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:432:37: style: Function 'GetModel' argument 1 names different: declaration 'nth' definition 'id'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1935:28: note: Function 'GetModel' argument 1 names different: declaration 'nth' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:432:37: note: Function 'GetModel' argument 1 names different: declaration 'nth' definition 'id'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:432:47: style: Function 'GetModel' argument 2 names different: declaration 'modID' definition 'm'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1935:39: note: Function 'GetModel' argument 2 names different: declaration 'modID' definition 'm'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:432:47: note: Function 'GetModel' argument 2 names different: declaration 'modID' definition 'm'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:326:17: warning: Member variable 'trpgTileHeader::date' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1953:13: performance: Technically the member function 'trpgTileHeader::isValid' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:447:22: note: Technically the member function 'trpgTileHeader::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_geom.h:1953:13: note: Technically the member function 'trpgTileHeader::isValid' can be static.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:494:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_tile.cpp:494:12: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::ness' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::dir' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::texTable' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::texFile' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::geotypFile' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::separateGeoTypical' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::maxTexFileLen' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::isRegenerate' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::ness' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::cpuNess' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::majorVersion' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::minorVersion' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::dir' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::numLod' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::tileMode' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::tileFile' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::tileFileCount' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::maxTileFileLen' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::fp' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::firstHeaderWrite' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::errMess' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:247:5: style: Class 'trpgwArchive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:837:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:837:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:837:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1514:5: style: Variable 'thefile' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1511:5: note: Variable 'thefile' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1514:5: note: Variable 'thefile' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1007:13: style: The scope of the variable 'id1' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1007:17: style: The scope of the variable 'id2' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1178:22: style: The scope of the variable 'loop' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:39:39: style: Function 'trpgwArchive' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:244:29: note: Function 'trpgwArchive' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:39:39: note: Function 'trpgwArchive' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:39:69: style: Function 'trpgwArchive' argument 2 names different: declaration 'tileMode' definition 'inTileMode'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:244:56: note: Function 'trpgwArchive' argument 2 names different: declaration 'tileMode' definition 'inTileMode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:39:69: note: Function 'trpgwArchive' argument 2 names different: declaration 'tileMode' definition 'inTileMode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:44:36: style: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:245:34: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:44:36: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:44:67: style: Function 'Init' argument 2 names different: declaration 'tileMode' definition 'inTileMode'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:245:61: note: Function 'Init' argument 2 names different: declaration 'tileMode' definition 'inTileMode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:44:67: note: Function 'Init' argument 2 names different: declaration 'tileMode' definition 'inTileMode'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:70:34: style: Function 'trpgwArchive' argument 1 names different: declaration 'baseDir' definition 'inDir'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:241:24: note: Function 'trpgwArchive' argument 1 names different: declaration 'baseDir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:70:34: note: Function 'trpgwArchive' argument 1 names different: declaration 'baseDir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:70:46: style: Function 'trpgwArchive' argument 2 names different: declaration 'name' definition 'inFile'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:241:38: note: Function 'trpgwArchive' argument 2 names different: declaration 'name' definition 'inFile'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:70:46: note: Function 'trpgwArchive' argument 2 names different: declaration 'name' definition 'inFile'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:70:66: style: Function 'trpgwArchive' argument 3 names different: declaration 'll' definition 'sw'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:241:56: note: Function 'trpgwArchive' argument 3 names different: declaration 'll' definition 'sw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:70:66: note: Function 'trpgwArchive' argument 3 names different: declaration 'll' definition 'sw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:70:83: style: Function 'trpgwArchive' argument 4 names different: declaration 'ur' definition 'ne'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:241:72: note: Function 'trpgwArchive' argument 4 names different: declaration 'ur' definition 'ne'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:70:83: note: Function 'trpgwArchive' argument 4 names different: declaration 'ur' definition 'ne'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:75:31: style: Function 'Init' argument 1 names different: declaration 'baseDir' definition 'inDir'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:242:29: note: Function 'Init' argument 1 names different: declaration 'baseDir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:75:31: note: Function 'Init' argument 1 names different: declaration 'baseDir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:75:43: style: Function 'Init' argument 2 names different: declaration 'name' definition 'inFile'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:242:43: note: Function 'Init' argument 2 names different: declaration 'name' definition 'inFile'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:75:43: note: Function 'Init' argument 2 names different: declaration 'name' definition 'inFile'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:75:63: style: Function 'Init' argument 3 names different: declaration 'll' definition 'sw'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:242:61: note: Function 'Init' argument 3 names different: declaration 'll' definition 'sw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:75:63: note: Function 'Init' argument 3 names different: declaration 'll' definition 'sw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:75:80: style: Function 'Init' argument 4 names different: declaration 'ur' definition 'ne'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:242:77: note: Function 'Init' argument 4 names different: declaration 'ur' definition 'ne'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:75:80: note: Function 'Init' argument 4 names different: declaration 'ur' definition 'ne'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:308:45: style: Function 'SetMaxTileFileLength' argument 1 names different: declaration 'len' definition 'max'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:252:43: note: Function 'SetMaxTileFileLength' argument 1 names different: declaration 'len' definition 'max'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:308:45: note: Function 'SetMaxTileFileLength' argument 1 names different: declaration 'len' definition 'max'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:951:61: style: Function 'trpgwGeomHelper' argument 2 names different: declaration 'dataType' definition 'dtype'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:80:43: note: Function 'trpgwGeomHelper' argument 2 names different: declaration 'dataType' definition 'dtype'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:951:61: note: Function 'trpgwGeomHelper' argument 2 names different: declaration 'dataType' definition 'dtype'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:955:54: style: Function 'init' argument 2 names different: declaration 'dataType' definition 'dtype'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:81:37: note: Function 'init' argument 2 names different: declaration 'dataType' definition 'dtype'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:955:54: note: Function 'init' argument 2 names different: declaration 'dataType' definition 'dtype'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1114:42: style: Function 'GetZMinMax' argument 1 names different: declaration 'min' definition 'outZmin'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:103:37: note: Function 'GetZMinMax' argument 1 names different: declaration 'min' definition 'outZmin'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1114:42: note: Function 'GetZMinMax' argument 1 names different: declaration 'min' definition 'outZmin'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1114:58: style: Function 'GetZMinMax' argument 2 names different: declaration 'max' definition 'outZmax'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:103:49: note: Function 'GetZMinMax' argument 2 names different: declaration 'max' definition 'outZmax'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1114:58: note: Function 'GetZMinMax' argument 2 names different: declaration 'max' definition 'outZmax'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1374:47: style: Function 'trpgwImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:158:33: note: Function 'trpgwImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1374:47: note: Function 'trpgwImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1374:60: style: Function 'trpgwImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:158:44: note: Function 'trpgwImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1374:60: note: Function 'trpgwImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1379:40: style: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:160:34: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1379:40: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1379:53: style: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:160:45: note: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1379:53: note: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:938:18: warning: Member variable 'trpgwGeomHelper::dataType' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:938:18: warning: Member variable 'trpgwGeomHelper::zmin' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:938:18: warning: Member variable 'trpgwGeomHelper::zmax' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:951:18: warning: Member variable 'trpgwGeomHelper::mode' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:39:15: warning: Member variable 'trpgwArchive::numLod' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:39:15: warning: Member variable 'trpgwArchive::errMess' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1231:10: warning: Member variable 'optVert::valid' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1222:66: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1222:74: performance: Variable 'n' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1223:79: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1223:87: performance: Variable 'n' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1223:95: performance: Variable 'tex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1233:5: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1234:5: performance: Variable 'n' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:245:18: warning: Virtual function 'Init' is called from constructor 'trpgwArchive(trpgEndian ness=LittleEndian,TileMode tileMode=TileLocal,int majorVer=2,int minorVer=2)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:41:5: note: Calling Init
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:245:18: note: Init is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:242:18: warning: Virtual function 'Init' is called from constructor 'trpgwArchive(char*baseDir,char*name,trpg2dPoint&ll,trpg2dPoint&ur,int majorVer=2,int minorVer=2)' at line 72. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:72:5: note: Calling Init
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:242:18: note: Init is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:160:18: warning: Virtual function 'Init' is called from constructor 'trpgwImageHelper(trpgEndian ness,char*dir,trpgTexTable&,bool separateGeoTypical)' at line 1376. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:1376:5: note: Calling Init
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_write.h:160:18: note: Init is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_warchive.cpp:725:16: error: Uninitialized variable: space [uninitvar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:662:18: warning: Virtual function 'Init' is called from constructor 'trpgwAppFile(trpgEndian,const char*,bool reuse=false)' at line 337. Dynamic binding is not used. [virtualCallInConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_writebuf.cpp:337:5: note: Calling Init
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/txp/trpage_io.h:662:18: note: Init is a virtual method
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vnc/ReaderWriterVNC.cpp:208:26: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vnc/ReaderWriterVNC.cpp:285:26: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vnc/ReaderWriterVNC.cpp:323:26: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vnc/ReaderWriterVNC.cpp:136:14: warning: Member variable 'LibVncImage::_timeOfLastRender' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vnc/ReaderWriterVNC.cpp:141:5: performance: Variable '_inactiveBlock' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vrml/ConvertToVRML.cpp:855:15: warning: Return value of function nameInput.substr() is not used. [ignoredReturnValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vrml/ConvertToVRML.cpp:906:17: style: Unused variable: newName [unusedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vrml/ConvertToVRML.cpp:796:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vrml/ConvertToVRML.cpp:878:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vrml/ConvertToVRML.cpp:67:0: error: Memory leak: ret [memleak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vrml/ReaderWriterVRML2.cpp:268:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vrml/ReaderWriterVRML2.cpp:306:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vrml/ReaderWriterVRML2.cpp:96:26: style: Unhandled exception specification when calling function url(). [unhandledExceptionSpecification]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vrml/ReaderWriterVRML2.cpp:96:26: note: Unhandled exception specification when calling function url().
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vrml/ReaderWriterVRML2.cpp:96:26: note: Unhandled exception specification when calling function url().
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vtf/ReaderWriterVTF.cpp:388:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vtf/ReaderWriterVTF.cpp:361:23: style: The scope of the variable 'mip' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vtf/ReaderWriterVTF.cpp:362:23: style: The scope of the variable 'mipSize' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vtf/ReaderWriterVTF.cpp:363:23: style: The scope of the variable 'mipOffset' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vtf/ReaderWriterVTF.cpp:624:13: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vtf/ReaderWriterVTF.cpp:159:20: style: struct member 'DXT1TexelsBlock::color_0' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vtf/ReaderWriterVTF.cpp:160:20: style: struct member 'DXT1TexelsBlock::color_1' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/vtf/ReaderWriterVTF.cpp:161:20: style: struct member 'DXT1TexelsBlock::texels4x4' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/x/mesh.h:38:9: style: Class 'Mesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/ReaderWriterXine.cpp:191:44: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_xine' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_vo' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_ao' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_visual' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_stream' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_event_queue' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_ready' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_volume' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/ReaderWriterXine.cpp:23:1: warning: The class 'XineImageStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:1097:24: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:1657:24: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:1767:24: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:55:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:52:10: note: outer condition: _zipLoaded
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:55:14: note: identical inner condition: _zipLoaded
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:121:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:116:10: note: outer condition: !_zipLoaded
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:121:14: note: identical inner condition: !_zipLoaded
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:154:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:149:10: note: outer condition: !_zipLoaded
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:154:14: note: identical inner condition: !_zipLoaded
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:601:9: warning: Either the condition 'if(buf)' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:603:12: note: Assuming that condition 'if(buf)' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:601:9: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:114:42: style: Function 'open' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.h:29:46: note: Function 'open' argument 1 names different: declaration 'filename' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:114:42: note: Function 'open' argument 1 names different: declaration 'filename' definition 'file'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:374:135: style: Function 'ReadFromZipEntry' argument 3 names different: declaration 'streamIn' definition 'buffer'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.h:67:131: note: Function 'ReadFromZipEntry' argument 3 names different: declaration 'streamIn' definition 'buffer'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:374:135: note: Function 'ReadFromZipEntry' argument 3 names different: declaration 'streamIn' definition 'buffer'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/ZipArchive.cpp:40:13: warning: Member variable 'ZipArchive::_mainRecord' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2573:9: style: Condition 'w<0' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2543:12: note: Assignment 'w=-15', assigned value is -15
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2573:9: note: Condition 'w<0' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3120:23: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3606:2: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3613:29: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3606:2: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3607:2: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3613:29: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3607:2: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3608:2: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3613:29: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3608:2: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3609:2: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3613:29: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3609:2: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3611:6: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3613:29: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3611:6: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3892:2: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3893:35: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3892:2: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2455:31: style: Same expression on both sides of '-'. [duplicateExpression]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2541:73: style: Same expression on both sides of '!=' because the value of 'stream_size' and 'sizeof(struct z_stream_s)' are the same. [duplicateExpression]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2540:63: note: 'stream_size' is assigned value 'sizeof(struct z_stream_s)' here.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2541:73: note: Same expression on both sides of '!=' because the value of 'stream_size' and 'sizeof(struct z_stream_s)' are the same.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:1593:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:1593:17: style: The scope of the variable 'j' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:1807:8: style: The scope of the variable 'a' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2405:9: style: The scope of the variable 'k' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3581:6: style: The scope of the variable 'err' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2514:28: style: Function 'inflateReset' argument 1 names different: declaration 'strm' definition 'z'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:571:29: note: Function 'inflateReset' argument 1 names different: declaration 'strm' definition 'z'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2514:28: note: Function 'inflateReset' argument 1 names different: declaration 'strm' definition 'z'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2526:26: style: Function 'inflateEnd' argument 1 names different: declaration 'strm' definition 'z'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:520:27: note: Function 'inflateEnd' argument 1 names different: declaration 'strm' definition 'z'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2526:26: note: Function 'inflateEnd' argument 1 names different: declaration 'strm' definition 'z'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2607:23: style: Function 'inflate' argument 1 names different: declaration 'strm' definition 'z'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:451:24: note: Function 'inflate' argument 1 names different: declaration 'strm' definition 'z'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2607:23: note: Function 'inflate' argument 1 names different: declaration 'strm' definition 'z'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2607:30: style: Function 'inflate' argument 2 names different: declaration 'flush' definition 'f'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:451:34: note: Function 'inflate' argument 2 names different: declaration 'flush' definition 'f'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2607:30: note: Function 'inflate' argument 2 names different: declaration 'flush' definition 'f'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:4144:35: style: Function 'Find' argument 1 names different: declaration 'name' definition 'tname'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3951:29: note: Function 'Find' argument 1 names different: declaration 'name' definition 'tname'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:4144:35: note: Function 'Find' argument 1 names different: declaration 'name' definition 'tname'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:713:10: style: union member 'Anonymous0::pad' is never used. [unusedStructMember]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2974:17: style: Variable 'c' is not assigned a value. [unassignedVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:4198:5: style: Variable 'name' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:2915:5: warning: Member variable 'unz_ss::cur_file_info' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3934:3: warning: Member variable 'TUnzip::cze' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3938:9: style: Class 'TUnzip' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3938:9: style: Class 'TUnzip' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPlugins/zip/unzip.cpp:3934:3: style: Class 'TUnzip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/PropertyManager.cpp:234:54: warning: Either the condition 'if(obj_2)' is redundant or there is possible null pointer dereference: obj_2. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/PropertyManager.cpp:251:25: note: Assuming that condition 'if(obj_2)' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/PropertyManager.cpp:234:54: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideEventHandler.cpp:1342:9: style: Condition '_useSlideFilePaths' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideEventHandler.cpp:1341:31: note: Assignment '_useSlideFilePaths=false', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideEventHandler.cpp:1342:9: note: Condition '_useSlideFilePaths' is always false
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideEventHandler.cpp:823:17: style: Variable 'alpha' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideEventHandler.cpp:822:0: note: Variable 'alpha' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideEventHandler.cpp:823:17: note: Variable 'alpha' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideEventHandler.cpp:134:5: style: Struct 'InteractiveImageSequenceOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideEventHandler.cpp:172:5: style: Struct 'ImageStreamOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideEventHandler.cpp:703:5: style: Class 'FindNamedSwitchVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideShowConstructor.cpp:423:17: style: Condition 'useTextureRectangle' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideShowConstructor.cpp:414:40: note: Assignment 'useTextureRectangle=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideShowConstructor.cpp:423:17: note: Condition 'useTextureRectangle' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideShowConstructor.cpp:837:20: style: The scope of the variable 'stateset' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/SlideShowConstructor.cpp:940:29: style: Variable 'foundFile' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/Timeout.cpp:312:38: style: Opposite expression on both sides of '&&'. [oppositeExpression]
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/Timeout.cpp:312:38: note: Opposite expression on both sides of '&&'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/Timeout.cpp:312:38: note: Opposite expression on both sides of '&&'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgPresentation/Timeout.cpp:32:5: style: Class 'OperationVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgQt/QGraphicsViewAdapter.cpp:131:33: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgQt/QGraphicsViewAdapter.cpp:136:41: style: C-style pointer casting [cstyleCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ConvexPolyhedron.cpp:1167:19: style: Same expression on both sides of '&&' because the value of 'result' and 'convex' are the same. [duplicateExpression]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ConvexPolyhedron.cpp:1045:19: note: 'result' is assigned value 'true' here.
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ConvexPolyhedron.cpp:1046:19: note: 'convex' is assigned value 'true' here.
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ConvexPolyhedron.cpp:1167:19: note: Same expression on both sides of '&&' because the value of 'result' and 'convex' are the same.
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ConvexPolyhedron.cpp:392:15: style: The scope of the variable 'face' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ConvexPolyhedron.cpp:400:25: style: The scope of the variable 'va' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ConvexPolyhedron.cpp:401:25: style: The scope of the variable 'vb' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ConvexPolyhedron.cpp:1319:25: style: The scope of the variable 'va' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ConvexPolyhedron.cpp:1320:25: style: The scope of the variable 'vb' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/DebugShadowMap.cpp:485:28: style: The scope of the variable 'pg' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/DebugShadowMap.cpp:486:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/DebugShadowMap.cpp:437:5: style: Class 'DrawableDrawWithDepthShadowComparisonOffCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/MinimalCullBoundsShadowMap.cpp:135:8: style: Technically the member function 'CompareRenderLeavesByMatrices::operator()' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/OccluderGeometry.cpp:187:5: warning: Member variable 'TriangleCollector::_vertices' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/OccluderGeometry.cpp:187:5: warning: Member variable 'TriangleCollector::_triangleIndices' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ParallelSplitShadowMap.cpp:639:125: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ViewDependentShadowMap.cpp:2214:5: style: Variable 'min_x_ratio' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ViewDependentShadowMap.cpp:2209:0: note: Variable 'min_x_ratio' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ViewDependentShadowMap.cpp:2214:5: note: Variable 'min_x_ratio' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ViewDependentShadowMap.cpp:1754:16: style: The scope of the variable 'ratio' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ViewDependentShadowMap.cpp:1776:16: style: The scope of the variable 'ratio' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgShadow/ViewDependentShadowMap.cpp:1810:5: warning: Member variable 'RenderLeafBounds::numLeaves' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/ElevationSlice.cpp:149:1: warning: The struct 'DistanceHeightXYZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/Impostor.cpp:247:9: style: Condition 'isPerspectiveProjection' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/Impostor.cpp:221:36: note: Assignment 'isPerspectiveProjection=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/Impostor.cpp:247:9: note: Condition 'isPerspectiveProjection' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/Impostor.cpp:27:5: style: Class 'ImpostorTraverseNodeCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/InsertImpostorsVisitor.cpp:80:9: style: Condition '_insertImpostorsAboveGroups' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/InsertImpostorsVisitor.cpp:76:40: note: Assignment '_insertImpostorsAboveGroups=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/InsertImpostorsVisitor.cpp:80:9: note: Condition '_insertImpostorsAboveGroups' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/InsertImpostorsVisitor.cpp:127:9: style: Condition '_replaceLODsByImpostors' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/InsertImpostorsVisitor.cpp:77:36: note: Assignment '_replaceLODsByImpostors=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/InsertImpostorsVisitor.cpp:127:9: note: Condition '_replaceLODsByImpostors' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.cpp:46:21: warning: Member variable 'LightPointDrawable::_depthOff' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.cpp:46:21: warning: Member variable 'LightPointDrawable::_depthOn' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.cpp:46:21: warning: Member variable 'LightPointDrawable::_blendOne' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.cpp:46:21: warning: Member variable 'LightPointDrawable::_blendOneMinusSrcAlpha' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.cpp:46:21: warning: Member variable 'LightPointDrawable::_colorMaskOff' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.h:53:13: warning: Member variable 'ColorPosition::first' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.h:33:1: warning: The class 'LightPointDrawable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.h:35:30: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.h:42:30: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.h:35:30: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.h:36:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.h:43:30: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.h:36:30: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.h:37:22: style: The function 'isSameKindAs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.h:44:22: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.h:37:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.h:38:29: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.h:45:29: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.h:38:29: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.h:42:22: style: The function 'drawImplementation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointDrawable.h:83:22: note: Virtual function in base class
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.h:42:22: note: Function in derived class
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.cpp:26:27: warning: Member variable 'LightPointSpriteDrawable::_sprite' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.cpp:23:5: performance: Variable '_sprite' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/LightPointSpriteDrawable.h:26:1: warning: The class 'LightPointSpriteDrawable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/OverlayNode.cpp:1436:9: style: Variable 'znear' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/OverlayNode.cpp:1429:0: note: Variable 'znear' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/OverlayNode.cpp:1436:9: note: Variable 'znear' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/OverlayNode.cpp:1437:9: style: Variable 'zfar' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/OverlayNode.cpp:1430:0: note: Variable 'zfar' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/OverlayNode.cpp:1437:9: note: Variable 'zfar' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/OverlayNode.cpp:650:33: style: The scope of the variable 'va' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/OverlayNode.cpp:651:33: style: The scope of the variable 'vb' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/ScalarBar.cpp:218:9: style: Variable 'texts' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/ShapeAttribute.cpp:161:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:694:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:669:13: note: outer condition: drawBackSide
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:694:21: note: identical inner condition: drawBackSide
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:416:13: style: Condition 'drawBackSide' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:412:29: note: Assignment 'drawBackSide=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:416:13: note: Condition 'drawBackSide' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:462:13: style: Condition 'drawFrontSide' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:413:30: note: Assignment 'drawFrontSide=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:462:13: note: Condition 'drawFrontSide' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:669:13: style: Condition 'drawBackSide' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:662:29: note: Assignment 'drawBackSide=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:669:13: note: Condition 'drawBackSide' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:663:14: style: The scope of the variable 'drawFrontSide' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:664:13: style: The scope of the variable 'start' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:664:20: style: The scope of the variable 'end' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:664:25: style: The scope of the variable 'delta' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2081:45: style: Variable 'possible2' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2144:49: style: Variable 'possible2' is assigned a value that is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:1190:22: warning: Member variable 'SortFunctor::_vertices' is not assigned a value in 'SortFunctor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2606:31: warning: Member variable 'AzimPlaneIntersector::_plane' is not assigned a value in 'AzimPlaneIntersector::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2606:31: warning: Member variable 'AzimPlaneIntersector::_endPlane' is not assigned a value in 'AzimPlaneIntersector::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2606:31: warning: Member variable 'AzimPlaneIntersector::_lowerOutside' is not assigned a value in 'AzimPlaneIntersector::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2747:31: warning: Member variable 'ElevationIntersector::_elev' is not assigned a value in 'ElevationIntersector::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2747:31: warning: Member variable 'ElevationIntersector::_lowerOutside' is not assigned a value in 'ElevationIntersector::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2737:16: style: Technically the member function 'SphereSegmentIntersector::ElevationIntersector::distance' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2833:19: style: Technically the member function 'SphereSegmentIntersector::RadiusIntersector::intersectionPoint' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2869:16: style: Technically the member function 'SphereSegmentIntersector::RadiusIntersector::distance' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:40:5: style: Class 'Surface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:87:5: style: Class 'EdgeLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:894:5: style: Struct 'ActivateTransparencyOnType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:919:5: style: Struct 'DeactivateTransparencyOnType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:1178:9: style: Struct 'SortFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2202:13: style: Struct 'LinePair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2753:9: style: Struct 'RadiusIntersector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:37:1: warning: The class 'Surface' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:84:1: warning: The class 'EdgeLine' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:142:1: warning: The class 'Side' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:196:1: warning: The class 'Spoke' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:892:1: warning: The struct 'ActivateTransparencyOnType' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:917:1: warning: The struct 'DeactivateTransparencyOnType' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:1174:5: warning: The struct 'SortFunctor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2503:5: warning: The struct 'AzimPlaneIntersector' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2609:5: warning: The struct 'ElevationIntersector' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgSim/SphereSegment.cpp:2751:5: warning: The struct 'RadiusIntersector' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgTerrain/GeometryTechnique.cpp:423:118: style: Function 'VertexNormalGenerator' argument 4 names different: declaration 'numColmns' definition 'numColumns'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgTerrain/GeometryTechnique.cpp:243:103: note: Function 'VertexNormalGenerator' argument 4 names different: declaration 'numColmns' definition 'numColumns'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgTerrain/GeometryTechnique.cpp:423:118: note: Function 'VertexNormalGenerator' argument 4 names different: declaration 'numColmns' definition 'numColumns'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgTerrain/GeometryTechnique.cpp:251:14: style: Technically the member function 'VertexNormalGenerator::computeNormals' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgTerrain/GeometryTechnique.cpp:737:29: note: Technically the member function 'VertexNormalGenerator::computeNormals' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgTerrain/GeometryTechnique.cpp:251:14: note: Technically the member function 'VertexNormalGenerator::computeNormals' can be const.
openscenegraph-3.2.3/OpenSceneGraph/src/osgTerrain/Layer.cpp:175:66: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgTerrain/Layer.cpp:255:23: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/DefaultFont.cpp:85:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/FadeText.cpp:25:5: style: Struct 'FadeTextData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/FadeText.cpp:53:5: style: Struct 'FadeTextPolytopeData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/Glyph.cpp:653:9: style: Condition 'smooth' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/Glyph.cpp:605:19: note: Assignment 'smooth=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/Glyph.cpp:653:9: note: Condition 'smooth' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/Glyph.cpp:604:11: style: The scope of the variable 'creaseAngle' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/GlyphGeometry.cpp:82:15: performance: Technically the member function 'osgText::Boundary::computeRayIntersectionPoint' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/GlyphGeometry.cpp:101:15: performance: Technically the member function 'osgText::Boundary::computeBisectorNormal' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/String.cpp:62:26: warning: Member variable 'look_ahead_iterator::_index' is not assigned a value in 'look_ahead_iterator::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/String.cpp:62:26: warning: Member variable 'look_ahead_iterator::_nullCharacter' is not assigned a value in 'look_ahead_iterator::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/String.cpp:16:5: style: Struct 'look_ahead_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/String.cpp:14:1: warning: The struct 'look_ahead_iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/Text.cpp:250:18: style: The scope of the variable 'linelength' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgText/Text3D.cpp:83:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/CullVisitor.cpp:1492:16: style: The scope of the variable 'originalModelView' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/CullVisitor.cpp:177:9: style: Variable 'numTests' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/CullVisitor.cpp:207:9: style: Variable 'numTests' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/CullVisitor.cpp:670:17: performance: Technically the member function 'LessComparator::less' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/CullVisitor.cpp:671:17: performance: Technically the member function 'LessComparator::lessEqual' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/CullVisitor.cpp:672:17: performance: Technically the member function 'LessComparator::greaterEqual' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/CullVisitor.cpp:673:36: performance: Technically the member function 'LessComparator::minimum' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/CullVisitor.cpp:679:17: performance: Technically the member function 'GreaterComparator::less' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/CullVisitor.cpp:680:17: performance: Technically the member function 'GreaterComparator::lessEqual' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/CullVisitor.cpp:681:17: performance: Technically the member function 'GreaterComparator::greaterEqual' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/CullVisitor.cpp:682:36: performance: Technically the member function 'GreaterComparator::minimum' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:609:9: style: The scope of the variable 'nrem' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:652:18: style: The scope of the variable 'ipr' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:400:9: style: Variable 'idx' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:957:33: style: Variable 'it' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:1046:37: style: Variable 'ntr' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:426:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:644:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:689:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:710:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:724:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:770:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:924:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:1061:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:1183:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:1301:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:320:10: performance: Technically the member function 'osgUtil::Triangle::intersect' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:152:1: warning: The class 'Triangle' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:1000:61: error: Uninitialized variable: e2 [uninitvar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/DelaunayTriangulator.cpp:1001:60: error: Uninitialized variable: e1 [uninitvar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/EdgeCollector.cpp:434:41: warning: Member variable 'CopyVertexArrayToPointsVisitor::_pointList' is not assigned a value in 'CopyVertexArrayToPointsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/EdgeCollector.cpp:349:9: style: Class 'CopyVertexArrayToPointsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/EdgeCollector.cpp:346:1: warning: The class 'CopyVertexArrayToPointsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_index' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_r1' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_v1' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_r2' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_v2' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_r3' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_v3' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/IntersectVisitor.cpp:403:1: warning: The struct 'TriangleHit' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/IntersectionVisitor.cpp:115:44: style: Variable 'numTested' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/IntersectionVisitor.cpp:316:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/IntersectionVisitor.cpp:335:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/LineSegmentIntersector.cpp:53:31: warning: Member variable 'TriangleIntersection::_index' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/LineSegmentIntersector.cpp:53:31: warning: Member variable 'TriangleIntersection::_r1' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/LineSegmentIntersector.cpp:53:31: warning: Member variable 'TriangleIntersection::_v1' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/LineSegmentIntersector.cpp:53:31: warning: Member variable 'TriangleIntersection::_r2' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/LineSegmentIntersector.cpp:53:31: warning: Member variable 'TriangleIntersection::_v2' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/LineSegmentIntersector.cpp:53:31: warning: Member variable 'TriangleIntersection::_r3' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/LineSegmentIntersector.cpp:53:31: warning: Member variable 'TriangleIntersection::_v3' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/LineSegmentIntersector.cpp:30:5: warning: The struct 'TriangleIntersection' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:616:5: warning: Member variable 'TriangleAddOperator::vertexTris' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:616:5: warning: Member variable 'TriangleAddOperator::triangles' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:445:10: style: Technically the member function 'osgUtil::::LRUCache::empty' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:651:10: style: Technically the member function 'osgUtil::::CompareTriangle::operator()' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:931:10: style: Technically the member function 'osgUtil::::FIFOCache::empty' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:62:5: style: Struct 'GeometryArrayGatherer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:105:5: style: Struct 'VertexAttribComparitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:145:9: style: Class 'RemapArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:413:5: style: Struct 'LRUCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:603:5: style: Struct 'TriangleCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:912:5: style: Struct 'FIFOCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:963:5: style: Struct 'CacheRecorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:1003:5: style: Class 'Remapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:1087:5: style: Struct 'VertexReorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:142:1: warning: The class 'RemapArray' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/MeshOptimizers.cpp:833:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Optimizer.cpp:728:9: style: Class 'CollectLowestTransformsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/PerlinNoise.cpp:194:14: style: The scope of the variable 'k' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/PerlinNoise.cpp:237:11: style: The scope of the variable 'val' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/PerlinNoise.cpp:253:11: style: The scope of the variable 'val' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/PerlinNoise.cpp:271:11: style: The scope of the variable 'val' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/PerlinNoise.cpp:301:12: style: The scope of the variable 'inci' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/PerlinNoise.cpp:303:14: style: The scope of the variable 'ptr' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/PlaneIntersector.cpp:345:14: performance: Technically the member function 'PlaneIntersectorUtils::PolylineConnector::fuse' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/PlaneIntersector.cpp:381:23: performance: Technically the member function 'PlaneIntersectorUtils::TriangleIntersector::distance' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/PolytopeIntersector.cpp:94:20: performance: Technically the member function 'PolytopeIntersectorUtils::PolytopePrimitiveIntersector::eps' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/RenderBin.cpp:471:9: style: Condition 'draw_forward' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/RenderBin.cpp:468:25: note: Assignment 'draw_forward=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/RenderBin.cpp:471:9: note: Condition 'draw_forward' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/RenderBin.cpp:543:32: warning: Either the condition 'if(dw)' is redundant or there is possible null pointer dereference: dw. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/RenderBin.cpp:554:12: note: Assuming that condition 'if(dw)' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/RenderBin.cpp:543:32: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/RenderBin.cpp:575:36: warning: Either the condition 'if(dw)' is redundant or there is possible null pointer dereference: dw. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/RenderBin.cpp:582:16: note: Assuming that condition 'if(dw)' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/RenderBin.cpp:575:36: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/RenderStage.cpp:637:42: style: The scope of the variable 'attachment' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/ReversePrimitiveFunctor.cpp:168:0: error: Memory leak: dePtr [memleak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/SceneView.cpp:757:13: style: Variable 'computeNearFar' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/SceneView.cpp:749:0: note: Variable 'computeNearFar' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/SceneView.cpp:757:13: note: Variable 'computeNearFar' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1358:35: warning: Member variable 'CopyArrayToPointsVisitor::_pointList' is not assigned a value in 'CopyArrayToPointsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1414:41: warning: Member variable 'CopyVertexArrayToPointsVisitor::_pointList' is not assigned a value in 'CopyVertexArrayToPointsVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1578:35: warning: Member variable 'CopyPointsToArrayVisitor::_pointList' is not assigned a value in 'CopyPointsToArrayVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1578:35: warning: Member variable 'CopyPointsToArrayVisitor::_index' is not assigned a value in 'CopyPointsToArrayVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1648:41: warning: Member variable 'CopyPointsToVertexArrayVisitor::_pointList' is not assigned a value in 'CopyPointsToVertexArrayVisitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:50:17: style: Technically the member function 'dereference_clear::operator()' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:85:18: style: Technically the member function 'EdgeCollapse::getNumOfTriangles' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1103:18: performance: Technically the member function 'EdgeCollapse::testEdge' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1195:18: performance: Technically the member function 'EdgeCollapse::testPoint' can be static. [functionStatic]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1275:9: style: Class 'CopyArrayToPointsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1364:9: style: Class 'CopyVertexArrayToPointsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1486:9: style: Class 'CopyPointsToArrayVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1606:9: style: Class 'CopyPointsToVertexArrayVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1272:1: warning: The class 'CopyArrayToPointsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1361:1: warning: The class 'CopyVertexArrayToPointsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1483:1: warning: The class 'CopyPointsToArrayVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/Simplifier.cpp:1603:1: warning: The class 'CopyPointsToVertexArrayVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/SmoothingVisitor.cpp:621:18: style: Redundant condition: normals. '!normals || (normals && normals->size()!=vertices->size())' is equivalent to '!normals || normals->size()!=vertices->size()' [redundantCondition]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/SmoothingVisitor.cpp:225:5: warning: Member variable 'FindSharpEdgesFunctor::_geometry' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/SmoothingVisitor.cpp:225:5: warning: Member variable 'FindSharpEdgesFunctor::_creaseAngle' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/SmoothingVisitor.cpp:368:10: style: Technically the member function 'Smoother::FindSharpEdgesFunctor::checkDeviation' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/SmoothingVisitor.cpp:374:15: style: Technically the member function 'Smoother::FindSharpEdgesFunctor::computeNormal' can be const. [functionConst]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/SmoothingVisitor.cpp:261:9: style: Struct 'ProblemVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/SmoothingVisitor.cpp:414:13: style: Class 'DuplicateVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/TriStripVisitor.cpp:396:9: style: Variable 'in_numVertices' is modified but its new value is never used. [unreadVariable]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/graph_array.h:107:23: warning: Member variable 'node::m_Arcs' is not assigned a value in 'node::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/graph_array.h:107:23: warning: Member variable 'node::m_Begin' is not assigned a value in 'node::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/graph_array.h:107:23: warning: Member variable 'node::m_End' is not assigned a value in 'node::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/graph_array.h:107:23: warning: Member variable 'node::m_Elem' is not assigned a value in 'node::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/graph_array.h:107:23: warning: Member variable 'node::m_Marker' is not assigned a value in 'node::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/types.h:26:5: warning: Member variable 'triangle::m_A' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/types.h:26:5: warning: Member variable 'triangle::m_B' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/types.h:26:5: warning: Member variable 'triangle::m_C' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/types.h:26:5: warning: Member variable 'triangle::m_StripID' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/TriStripVisitor.cpp:53:21: warning: Member variable 'WriteValue::_o' is not assigned a value in 'WriteValue::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/TriStripVisitor.cpp:148:29: warning: Member variable 'VertexAttribComparitor::_arrayList' is not assigned a value in 'VertexAttribComparitor::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/graph_array.h:59:9: style: Class 'arc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/graph_array.h:98:9: style: Class 'node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/TriStripVisitor.cpp:35:9: style: Class 'WriteValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/TriStripVisitor.cpp:59:5: style: Struct 'VertexAttribComparitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/TriStripVisitor.cpp:155:9: style: Class 'RemapArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/tristripper/include/detail/graph_array.h:72:5: warning: The class 'node' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/TriStripVisitor.cpp:32:1: warning: The class 'WriteValue' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/TriStripVisitor.cpp:57:1: warning: The struct 'VertexAttribComparitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgUtil/TriStripVisitor.cpp:152:1: warning: The class 'RemapArray' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:618:9: style: Condition 'grabFocus' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:617:22: note: Assignment 'grabFocus=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:618:9: note: Condition 'grabFocus' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:741:38: warning: Either the condition 'view?view->findSlaveForCamera(camera):0' is redundant or there is possible null pointer dereference: view. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:767:40: note: Assuming that condition 'view?view->findSlaveForCamera(camera):0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:741:38: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:856:13: warning: Either the condition 'camera?camera->getViewport():0' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:859:46: note: Assuming that condition 'camera?camera->getViewport():0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:856:13: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:857:13: warning: Either the condition 'camera?camera->getViewport():0' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:859:46: note: Assuming that condition 'camera?camera->getViewport():0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:857:13: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:877:64: warning: Possible null pointer dereference: viewport [nullPointer]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:875:42: note: Assignment 'viewport=camera?camera->getViewport():0', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:877:64: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:878:64: warning: Possible null pointer dereference: viewport [nullPointer]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:875:42: note: Assignment 'viewport=camera?camera->getViewport():0', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:878:64: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindow.cpp:28:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindow.cpp:56:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindowWin32.cpp:1020:98: style: Function 'enumerateScreenSettings' argument 1 names different: declaration 'screenIdentifier' definition 'si'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindowWin32.cpp:345:88: note: Function 'enumerateScreenSettings' argument 1 names different: declaration 'screenIdentifier' definition 'si'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindowWin32.cpp:1020:98: note: Function 'enumerateScreenSettings' argument 1 names different: declaration 'screenIdentifier' definition 'si'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindowWin32.cpp:1020:145: style: Function 'enumerateScreenSettings' argument 2 names different: declaration 'resolution' definition 'resolutionList'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindowWin32.cpp:345:149: note: Function 'enumerateScreenSettings' argument 2 names different: declaration 'resolution' definition 'resolutionList'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindowWin32.cpp:1020:145: note: Function 'enumerateScreenSettings' argument 2 names different: declaration 'resolution' definition 'resolutionList'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindowWin32.cpp:1918:17: performance: Variable '_hdc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindowX11.cpp:1214:17: style: Same expression on both sides of '>' because the value of 'baseTime' and '_timeOfLastCheckEvents' are the same. [duplicateExpression]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindowX11.cpp:1210:23: note: 'baseTime' is assigned value '_timeOfLastCheckEvents' here.
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/GraphicsWindowX11.cpp:1214:17: note: Same expression on both sides of '>' because the value of 'baseTime' and '_timeOfLastCheckEvents' are the same.
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Keystone.cpp:247:18: style: The scope of the variable 'numIntervals' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Keystone.cpp:96:5: style: Struct 'KeystoneCullCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Keystone.cpp:113:5: style: Struct 'KeystoneUpdateCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/PixelBufferWin32.cpp:209:5: warning: Member variable 'TemporaryWindow::_classname' is not initialized in the constructor. [uninitMemberVar]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/PixelBufferWin32.cpp:215:22: warning: Member variable 'TemporaryWindow::_handle' is not assigned a value in 'TemporaryWindow::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/PixelBufferWin32.cpp:215:22: warning: Member variable 'TemporaryWindow::_dc' is not assigned a value in 'TemporaryWindow::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/PixelBufferWin32.cpp:215:22: warning: Member variable 'TemporaryWindow::_context' is not assigned a value in 'TemporaryWindow::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/PixelBufferWin32.cpp:215:22: warning: Member variable 'TemporaryWindow::_instance' is not assigned a value in 'TemporaryWindow::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/PixelBufferWin32.cpp:215:22: warning: Member variable 'TemporaryWindow::_classname' is not assigned a value in 'TemporaryWindow::operator='. [operatorEqVarError]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Renderer.cpp:235:51: warning: Shifting 32-bit value by 63 bits is undefined behaviour. See condition at line 226. [shiftTooManyBits]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Renderer.cpp:226:23: note: Assuming that condition 'tbits<64' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Renderer.cpp:235:51: note: Shift
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Renderer.cpp:235:51: warning: Either the condition 'tbits<64' is redundant or there is signed integer overflow for expression '1<<tbits'. [integerOverflowCond]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Renderer.cpp:226:23: note: Assuming that condition 'tbits<64' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Renderer.cpp:235:51: note: Integer overflow
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Scene.cpp:143:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/ScreenCaptureHandler.cpp:145:5: performance: Variable '_previousFrameTick' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/View.cpp:1573:21: style: Condition 'useTwoTexture' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/View.cpp:1571:38: note: Assignment 'useTwoTexture=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/View.cpp:1573:21: note: Condition 'useTwoTexture' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/View.cpp:547:20: style: The scope of the variable 'minZNearRatio' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/View.cpp:92:5: style: Class 'ViewerCoordinateFrameCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:557:9: style: Condition 'grabFocus' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:556:22: note: Assignment 'grabFocus=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:557:9: note: Condition 'grabFocus' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:787:13: warning: Either the condition 'camera?camera->getViewport():0' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:791:46: note: Assuming that condition 'camera?camera->getViewport():0' is not redundant
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:787:13: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:809:64: warning: Possible null pointer dereference: viewport [nullPointer]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:807:42: note: Assignment 'viewport=camera?camera->getViewport():0', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:809:64: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:810:64: warning: Possible null pointer dereference: viewport [nullPointer]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:807:42: note: Assignment 'viewport=camera?camera->getViewport():0', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/Viewer.cpp:810:64: note: Null pointer dereference
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/ViewerBase.cpp:664:9: style: Condition '_outputMasterCameraLocation' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/ViewerBase.cpp:663:40: note: Assignment '_outputMasterCameraLocation=false', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/ViewerBase.cpp:664:9: note: Condition '_outputMasterCameraLocation' is always false
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/AcrossAllScreens.cpp:79:13: style: Variable 'traits->screenNum' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/AcrossAllScreens.cpp:78:13: note: Variable 'traits->screenNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/AcrossAllScreens.cpp:79:13: note: Variable 'traits->screenNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/PanoramicSphericalDisplay.cpp:263:13: style: Condition '!applyIntensityMapAsColours' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/PanoramicSphericalDisplay.cpp:198:39: note: Assignment 'applyIntensityMapAsColours=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/PanoramicSphericalDisplay.cpp:263:13: note: Condition '!applyIntensityMapAsColours' is always false
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/PanoramicSphericalDisplay.cpp:198:10: style: The scope of the variable 'applyIntensityMapAsColours' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/SphericalDisplay.cpp:76:9: style: Condition 'centerProjection' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/SphericalDisplay.cpp:39:29: note: Assignment 'centerProjection=false', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/SphericalDisplay.cpp:76:9: note: Condition 'centerProjection' is always false
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/SphericalDisplay.cpp:379:13: style: Condition '!applyIntensityMapAsColours' is always false [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/SphericalDisplay.cpp:226:39: note: Assignment 'applyIntensityMapAsColours=true', assigned value is 1
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/SphericalDisplay.cpp:379:13: note: Condition '!applyIntensityMapAsColours' is always false
openscenegraph-3.2.3/OpenSceneGraph/src/osgViewer/config/SphericalDisplay.cpp:226:10: style: The scope of the variable 'applyIntensityMapAsColours' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgVolume/Property.cpp:272:9: style: Class 'CycleSwitchVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgVolume/RayTracedTechnique.cpp:37:9: style: Class 'TransformLocatorCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Input.cpp:145:36: style: The scope of the variable 'previous_g' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Input.cpp:120:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Input.cpp:656:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Input.cpp:17:5: style: Class 'BlinkCursorCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Input.cpp:518:18: style: Reading from empty STL container 'data' [reademptycontainer]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Table.cpp:74:9: style: The scope of the variable 'wrem' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Table.cpp:75:9: style: The scope of the variable 'hrem' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Window.cpp:317:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Window.cpp:676:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Window.cpp:716:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Window.cpp:772:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/Window.cpp:800:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/WindowManager.cpp:227:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWidget/WindowManager.cpp:319:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osg/FragmentProgram.cpp:110:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osg/FragmentProgram.cpp:117:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osg/Material.cpp:112:11: style: The scope of the variable 'shininess' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osg/Program.cpp:114:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:717:61: style: Function 'StateSet_getModeStr' argument 1 names different: declaration 'mode' definition 'value'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:38:61: note: Function 'StateSet_getModeStr' argument 1 names different: declaration 'mode' definition 'value'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:717:61: note: Function 'StateSet_getModeStr' argument 1 names different: declaration 'mode' definition 'value'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osg/VertexProgram.cpp:113:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osg/VertexProgram.cpp:120:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:955:17: style: Variable 'drawable' is reassigned a value before the old one has been used. [redundantAssignment]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:954:0: note: Variable 'drawable' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:955:17: note: Variable 'drawable' is reassigned a value before the old one has been used.
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:172:11: style: The scope of the variable 'weight' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:244:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:253:28: style: The scope of the variable 'v' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:254:27: style: The scope of the variable 'time' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:281:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:290:27: style: The scope of the variable 'v' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:291:27: style: The scope of the variable 'time' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:318:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:328:27: style: The scope of the variable 'time' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:356:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:366:27: style: The scope of the variable 'time' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:395:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:405:27: style: The scope of the variable 'time' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:435:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:445:27: style: The scope of the variable 'time' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:491:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:867:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgParticle/IO_AngularDampingOperator.cpp:38:11: style: The scope of the variable 'low' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgParticle/IO_DampingOperator.cpp:38:11: style: The scope of the variable 'low' can be reduced. [variableScope]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:22:48: style: Function 'ParticleEffect_readLocalData' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:10:49: note: Function 'ParticleEffect_readLocalData' argument 1 names different: declaration 'obj' definition 'object'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:22:48: note: Function 'ParticleEffect_readLocalData' argument 1 names different: declaration 'obj' definition 'object'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:192:55: style: Function 'ParticleEffect_writeLocalData' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:11:56: note: Function 'ParticleEffect_writeLocalData' argument 1 names different: declaration 'obj' definition 'object'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:192:55: note: Function 'ParticleEffect_writeLocalData' argument 1 names different: declaration 'obj' definition 'object'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleSystemUpdater.cpp:36:64: style: Function 'PSU_writeLocalData' argument 2 names different: declaration 'fr' definition 'fw'. [funcArgNamesDifferent]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleSystemUpdater.cpp:10:65: note: Function 'PSU_writeLocalData' argument 2 names different: declaration 'fr' definition 'fw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleSystemUpdater.cpp:36:64: note: Function 'PSU_writeLocalData' argument 2 names different: declaration 'fr' definition 'fw'.
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgSim/IO_LightPointNode.cpp:111:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgText/IO_Text3D.cpp:27:77: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgVolume/ImageLayer.cpp:47:17: style: Condition '!deferExternalLayerLoading' is always true [knownConditionTrueFalse]
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgVolume/ImageLayer.cpp:43:46: note: Assignment 'deferExternalLayerLoading=false', assigned value is 0
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/deprecated-dotosg/osgVolume/ImageLayer.cpp:47:17: note: Condition '!deferExternalLayerLoading' is always true
openscenegraph-3.2.3/OpenSceneGraph/src/osgWrappers/serializers/osg/Geometry.cpp:135:10: style: The scope of the variable 'value' can be reduced. [variableScope]
[13:10]

ftp://ftp.se.debian.org/debian/pool/main/o/openscenegraph-3.4/openscenegraph-3.4_3.4.1+dfsg1.orig.tar.gz
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/OrientationConverter.h:24:9: warning: Member variable 'OrientationConverter::R' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/OrientationConverter.h:24:9: warning: Member variable 'OrientationConverter::T' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/OrientationConverter.h:24:9: warning: Member variable 'OrientationConverter::S' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/OrientationConverter.h:24:9: warning: Member variable 'OrientationConverter::_trans_set' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/OrientationConverter.h:24:9: warning: Member variable 'OrientationConverter::_use_world_frame' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/OrientationConverter.h:25:31: warning: Member variable 'OrientationConverter::R' is not assigned a value in 'OrientationConverter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/OrientationConverter.h:25:31: warning: Member variable 'OrientationConverter::T' is not assigned a value in 'OrientationConverter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/OrientationConverter.h:25:31: warning: Member variable 'OrientationConverter::S' is not assigned a value in 'OrientationConverter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/OrientationConverter.h:25:31: warning: Member variable 'OrientationConverter::_trans_set' is not assigned a value in 'OrientationConverter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/OrientationConverter.h:25:31: warning: Member variable 'OrientationConverter::_use_world_frame' is not assigned a value in 'OrientationConverter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/osgconv.cpp:49:13: performance: Variable '_gc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/osgconv.cpp:114:5: style: Class 'CompressTexturesVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgconv/osgconv.cpp:237:5: style: Class 'FixTransparencyVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgviewer/osgviewer.cpp:116:25: warning: Either the condition 'apm' is redundant or there is possible null pointer dereference: apm. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgviewer/osgviewer.cpp:116:17: note: Assuming that condition 'apm' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/osgviewer/osgviewer.cpp:116:25: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/Cluster.cpp:58:0: error: #error Teach me how to build on this system [preprocessorErrorDirective]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/PointsEventHandler.cpp:19:5: performance: Variable '_point' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/ReadShowFile.cpp:107:42: style: Function 'readEnvVars' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/ReadShowFile.h:27:37: note: Function 'readEnvVars' argument 1 names different: declaration 'filename' definition 'fileName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/ReadShowFile.cpp:107:42: note: Function 'readEnvVars' argument 1 names different: declaration 'filename' definition 'fileName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.cpp:46:45: style: Function 'checkXml' argument 1 names different: declaration 'xmlNode' definition 'node'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.h:28:39: note: Function 'checkXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.cpp:46:45: note: Function 'checkXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.cpp:118:43: style: Function 'stripXml' argument 1 names different: declaration 'xmlNode' definition 'node'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.h:44:39: note: Function 'stripXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.cpp:118:43: note: Function 'stripXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.cpp:173:57: style: Function 'simplifyXml' argument 1 names different: declaration 'xmlNode' definition 'node'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.h:47:53: note: Function 'simplifyXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.cpp:173:57: note: Function 'simplifyXml' argument 1 names different: declaration 'xmlNode' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.h:29:14: performance: Technically the member function 'p3d::SpellChecker::checkWords' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.cpp:60:20: note: Technically the member function 'p3d::SpellChecker::checkWords' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.h:29:14: note: Technically the member function 'p3d::SpellChecker::checkWords' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.h:31:14: performance: Technically the member function 'p3d::SpellChecker::isCorrect' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.cpp:83:20: note: Technically the member function 'p3d::SpellChecker::isCorrect' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.h:31:14: note: Technically the member function 'p3d::SpellChecker::isCorrect' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.h:34:18: performance: Technically the member function 'p3d::SpellChecker::suggest' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.cpp:89:38: note: Technically the member function 'p3d::SpellChecker::suggest' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/SpellChecker.h:34:18: note: Technically the member function 'p3d::SpellChecker::suggest' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/present3D.cpp:467:9: style: Condition 'assignLeftCullMaskForMono' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/present3D.cpp:466:38: note: Assignment 'assignLeftCullMaskForMono=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/present3D.cpp:467:9: note: Condition 'assignLeftCullMaskForMono' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/present3D.cpp:490:25: warning: Either the condition 'apm' is redundant or there is possible null pointer dereference: apm. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/present3D.cpp:490:17: note: Assuming that condition 'apm' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/present3D.cpp:490:25: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/Cluster.h:305:62: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/Cluster.h:306:62: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/Cluster.h:314:56: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/Cluster.h:315:58: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/present3D.cpp:205:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/Cluster.h:133:14: style: Technically the member function 'CameraPacket::getModelView' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/Cluster.h:330:22: style: Technically the member function 'DataConverter::numBytes' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/Cluster.h:170:27: style: Class 'DataConverter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/Cluster.h:170:27: style: Class 'DataConverter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/Cluster.h:164:9: style: Class 'DataConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:663:19: warning: Identical condition 'status!=0', second condition is always false [identicalConditionAfterEarlyExit]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:645:15: note: first condition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:663:19: note: second condition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:674:15: warning: Identical condition 'status!=0', second condition is always false [identicalConditionAfterEarlyExit]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:645:15: note: first condition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:674:15: note: second condition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:694:15: warning: Identical condition 'status!=0', second condition is always false [identicalConditionAfterEarlyExit]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:645:15: note: first condition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:694:15: note: second condition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:694:15: warning: Identical condition 'status!=0', second condition is always false [identicalConditionAfterEarlyExit]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:674:15: note: first condition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThread.cpp:694:15: note: second condition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadPrivateData.h:44:5: warning: Member variable 'PThreadPrivateData::stackSize' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadPrivateData.h:44:5: warning: Member variable 'PThreadPrivateData::stackSizeLocked' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadPrivateData.h:44:5: warning: Member variable 'PThreadPrivateData::isCanceled' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadPrivateData.h:44:5: warning: Member variable 'PThreadPrivateData::idSet' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadPrivateData.h:44:5: warning: Member variable 'PThreadPrivateData::uniqueId' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadPrivateData.h:44:5: warning: Member variable 'PThreadPrivateData::cpunum' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadBarrier.cpp:240:5: style: Variable 'numBlocked' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadBarrier.cpp:238:0: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadBarrier.cpp:240:5: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadBarrier.cpp:164:9: style: The scope of the variable 'my_phase' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadBarrierPrivateData.h:34:5: warning: Member variable 'PThreadBarrierPrivateData::maxcnt' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadBarrierPrivateData.h:34:5: warning: Member variable 'PThreadBarrierPrivateData::cnt' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/pthreads/PThreadBarrierPrivateData.h:34:5: warning: Member variable 'PThreadBarrierPrivateData::phase' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtBarrier.cpp:143:5: style: Variable 'numBlocked' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtBarrier.cpp:141:0: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtBarrier.cpp:143:5: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtBarrier.cpp:80:9: style: The scope of the variable 'my_phase' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtBarrierPrivateData.h:28:5: warning: Member variable 'QtBarrierPrivateData::maxcnt' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtBarrierPrivateData.h:28:5: warning: Member variable 'QtBarrierPrivateData::cnt' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtBarrierPrivateData.h:28:5: warning: Member variable 'QtBarrierPrivateData::phase' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtMutexPrivateData.h:28:5: style: Class 'QtMutexPrivateData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::stackSize' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::cpunum' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::uniqueId' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::cancelMode' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::cancelled' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::detached' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: warning: Member variable 'QtThreadPrivateData::isRunning' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/qt/QtThreadPrivateData.h:42:5: style: Class 'QtThreadPrivateData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SharedArena.c++:171:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocBarrier.c++:225:5: style: Variable 'numBlocked' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocBarrier.c++:223:0: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocBarrier.c++:225:5: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocBarrierPrivateData.h:39:5: warning: Member variable 'SprocBarrierPrivateData::maxcnt' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocBarrierPrivateData.h:39:5: warning: Member variable 'SprocBarrierPrivateData::cnt' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocBarrierPrivateData.h:39:5: warning: Member variable 'SprocBarrierPrivateData::phase' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocCondition.c++:136:18: style: The scope of the variable 'sec' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocCondition.c++:137:18: style: The scope of the variable 'usec' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocConditionPrivateData.h:44:5: warning: Member variable 'SemaLink::next' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocConditionPrivateData.h:44:5: warning: Member variable 'SemaLink::sema' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocConditionPrivateData.h:44:5: warning: Member variable 'SemaLink::select_cond' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThread.c++:199:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThread.c++:204:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThread.c++:217:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThread.c++:189:28: style: The scope of the variable 'min_priority' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThread.c++:189:42: style: The scope of the variable 'max_priority' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::stackSize' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::stackSizeLocked' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::isRunning' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::isCanceled' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::idSet' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::cancelActive' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::detached' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::dieFlag' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/sproc/SprocThreadPrivateData.h:46:5: warning: Member variable 'SprocThreadPrivateData::uniqueId' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/win32/HandleHolder.h:75:9: style: Technically the member function 'OpenThreads::HandleHolder::operatorbool' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/win32/Win32Thread.cpp:240:5: performance: Variable 'threadPriority' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/win32/Win32Thread.cpp:241:5: performance: Variable 'threadPolicy' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/win32/Win32ThreadBarrier.cpp:143:5: style: Variable 'numBlocked' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/win32/Win32ThreadBarrier.cpp:141:0: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/win32/Win32ThreadBarrier.cpp:143:5: note: Variable 'numBlocked' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/OpenThreads/win32/Win32ThreadBarrier.cpp:76:9: style: The scope of the variable 'my_phase' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ApplicationUsage.cpp:80:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ApplicationUsage.cpp:71:12: note: outer condition: key!=0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ApplicationUsage.cpp:80:21: note: identical inner condition: key!=0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ApplicationUsage.cpp:173:14: style: The scope of the variable 'firstInLine' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ApplicationUsage.cpp:288:21: style: Variable 'needspace' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ArrayDispatchers.cpp:290:31: style: Variable 'texCoordDispatcher' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ArrayDispatchers.cpp:44:9: style: Class 'TemplateAttributeDispatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ClusterCullingCallback.cpp:75:15: style: Technically the member function 'ComputeAveragesFunctor::center' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/CollectOccludersVisitor.cpp:66:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/CollectOccludersVisitor.cpp:67:5: note: Found duplicate branches for 'if' and 'else'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/CollectOccludersVisitor.cpp:66:5: note: Found duplicate branches for 'if' and 'else'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/CollectOccludersVisitor.cpp:197:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/DisplaySettings.cpp:691:14: style: The scope of the variable 'delimitor' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/FrameBufferObject.cpp:458:29: style: The scope of the variable 'tobj' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/FrameBufferObject.cpp:237:1: warning: The struct 'Pimpl' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/GLExtensions.cpp:97:19: style: The scope of the variable 'extensionSet' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Geometry.cpp:382:9: style: Condition 'handleVertexAttributes' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Geometry.cpp:381:35: note: Assignment 'handleVertexAttributes=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Geometry.cpp:382:9: note: Condition 'handleVertexAttributes' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Geometry.cpp:527:36: style: Unused variable: vboList [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Geometry.cpp:553:37: style: Unused variable: eboList [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/GraphicsCostEstimator.cpp:196:5: style: Class 'CollectCompileCosts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/GraphicsCostEstimator.cpp:270:5: style: Class 'CollectDrawCosts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Image.cpp:1758:56: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Image.cpp:1931:69: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Image.cpp:1932:69: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Image.cpp:1977:70: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Image.cpp:1978:70: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:110:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H2' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:191:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H2' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:110:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H2' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:111:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H4' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:199:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H4' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:111:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color_H4' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:112:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:208:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:112:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Color' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:113:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H2' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:226:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H2' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:113:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H2' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:114:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H4' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:234:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H4' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:114:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3_H4' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:115:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:243:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:115:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT3' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:116:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H2' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:255:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H2' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:116:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H2' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:117:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H4' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:270:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H4' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:117:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5_H4' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:118:17: performance: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:283:26: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:118:17: note: Technically the member function 'dxtc_tool::dxtc_pixels::BVF_Alpha_DXT5' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:85:1: warning: The class 'dxtc_pixels' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:155:54: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:169:72: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:505:17: performance: Technically the member function 'osg::ModulateAlphaByLuminanceOperator::luminance' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:506:17: performance: Technically the member function 'osg::ModulateAlphaByLuminanceOperator::alpha' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:507:17: performance: Technically the member function 'osg::ModulateAlphaByLuminanceOperator::luminance_alpha' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:508:17: performance: Technically the member function 'osg::ModulateAlphaByLuminanceOperator::rgb' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:509:17: performance: Technically the member function 'osg::ModulateAlphaByLuminanceOperator::rgba' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:628:17: performance: Technically the member function 'osg::ModulateAlphaByColorOperator::luminance' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:629:17: performance: Technically the member function 'osg::ModulateAlphaByColorOperator::alpha' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:631:17: performance: Technically the member function 'osg::ModulateAlphaByColorOperator::rgb' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:639:17: performance: Technically the member function 'osg::ReplaceAlphaWithLuminanceOperator::luminance' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:640:17: performance: Technically the member function 'osg::ReplaceAlphaWithLuminanceOperator::alpha' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:641:17: performance: Technically the member function 'osg::ReplaceAlphaWithLuminanceOperator::luminance_alpha' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:642:17: performance: Technically the member function 'osg::ReplaceAlphaWithLuminanceOperator::rgb' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:643:17: performance: Technically the member function 'osg::ReplaceAlphaWithLuminanceOperator::rgba' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:175:5: style: Struct 'RecordRowOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:190:5: style: Struct 'WriteRowOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:329:5: style: Struct 'SetToColourOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ImageUtils.cpp:623:5: style: Struct 'ModulateAlphaByColorOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:478:78: style: Function 'intersect' argument 2 names different: declaration 's' definition 'ls'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:452:65: note: Function 'intersect' argument 2 names different: declaration 's' definition 'ls'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:478:78: note: Function 'intersect' argument 2 names different: declaration 's' definition 'ls'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:478:99: style: Function 'intersect' argument 3 names different: declaration 'e' definition 'le'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:452:85: note: Function 'intersect' argument 3 names different: declaration 'e' definition 'le'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:478:99: note: Function 'intersect' argument 3 names different: declaration 'e' definition 'le'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:387:31: style: Variable 'insitueDivision' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:53:18: warning: Member variable 'BuildKdTree::_kdTree' is not assigned a value in 'BuildKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:53:18: warning: Member variable 'BuildKdTree::_bb' is not assigned a value in 'BuildKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:53:18: warning: Member variable 'BuildKdTree::_axisStack' is not assigned a value in 'BuildKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:53:18: warning: Member variable 'BuildKdTree::_primitiveIndices' is not assigned a value in 'BuildKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:53:18: warning: Member variable 'BuildKdTree::_centers' is not assigned a value in 'BuildKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_intersections' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_s' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_e' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_d' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_length' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_inverse_length' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_d_invX' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_d_invY' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:474:22: warning: Member variable 'IntersectKdTree::_d_invZ' is not assigned a value in 'IntersectKdTree::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:442:9: performance: Variable '_d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:31:5: style: Struct 'BuildKdTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:29:1: warning: The struct 'BuildKdTree' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/KdTree.cpp:428:1: warning: The struct 'IntersectKdTree' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/MatrixDecomposition.cpp:343:35: style: The scope of the variable 'MadjT_one' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/MatrixDecomposition.cpp:343:46: style: The scope of the variable 'MadjT_inf' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/MatrixDecomposition.cpp:343:64: style: The scope of the variable 'gamma' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/MatrixDecomposition.cpp:343:71: style: The scope of the variable 'g1' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/MatrixDecomposition.cpp:343:75: style: The scope of the variable 'g2' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Matrix_implementation.cpp:754:18: style: The scope of the variable 'pivinv' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Matrix_implementation.cpp:754:31: style: The scope of the variable 'big' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Node.cpp:32:9: style: Class 'CollectParentPaths' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/NodeTrackerCallback.cpp:28:9: style: Class 'ApplyMatrixVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Notify.cpp:134:9: performance: Variable '_notifyLevel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/OcclusionQueryNode.cpp:270:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/OcclusionQueryNode.cpp:384:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/OcclusionQueryNode.cpp:108:5: warning: Member variable 'RetrieveQueriesCallback::_extensionsFallback' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/OcclusionQueryNode.cpp:216:5: warning: Member variable 'ClearQueriesCallback::_rqcb' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/OcclusionQueryNode.cpp:103:5: style: Struct 'RetrieveQueriesCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/PointSprite.cpp:59:38: style: Variable 'extensions' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Program.cpp:265:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Quat.cpp:311:12: style: The scope of the variable 'omega' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Quat.cpp:311:29: style: The scope of the variable 'sinomega' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Referenced.cpp:42:0: style: Struct 'osg :: ResetPointer < OpenThreads :: Mutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Referenced.cpp:42:0: style: Struct 'osg :: ResetPointer < DeleteHandler >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Shader.cpp:55:5: style: Struct 'EqualTo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Shader.cpp:62:5: style: Struct 'OneOf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Shader.cpp:74:5: style: Struct 'NotEqualTo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Shader.cpp:81:5: style: Struct 'NoneOf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:620:11: style: The scope of the variable 'topr' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:1651:11: style: The scope of the variable 'topr' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:1644:16: style: Variable 'normalz' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:63:27: warning: Member variable 'DrawShapeVisitor::_state' is not assigned a value in 'DrawShapeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:63:27: warning: Member variable 'DrawShapeVisitor::_hints' is not assigned a value in 'DrawShapeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:1084:35: warning: Member variable 'ComputeBoundShapeVisitor::_bb' is not assigned a value in 'ComputeBoundShapeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:1354:32: warning: Member variable 'PrimitiveShapeVisitor::_functor' is not assigned a value in 'PrimitiveShapeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:1354:32: warning: Member variable 'PrimitiveShapeVisitor::_hints' is not assigned a value in 'PrimitiveShapeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:1065:9: style: Class 'ComputeBoundShapeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:29:1: warning: The class 'DrawShapeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:1061:1: warning: The class 'ComputeBoundShapeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ShapeDrawable.cpp:1328:1: warning: The class 'PrimitiveShapeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/State.cpp:626:80: style: Same expression on both sides of '==' because the value of 'previousLastAppliedProgramObject' and '_lastAppliedProgramObject' are the same. [duplicateExpression]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/State.cpp:615:78: note: 'previousLastAppliedProgramObject' is assigned value '_lastAppliedProgramObject' here.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/State.cpp:626:80: note: Same expression on both sides of '==' because the value of 'previousLastAppliedProgramObject' and '_lastAppliedProgramObject' are the same.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/State.cpp:634:50: style: Same expression on both sides of '==' because the value of 'previousLastAppliedProgramObject' and '_lastAppliedProgramObject' are the same. [duplicateExpression]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/State.cpp:615:78: note: 'previousLastAppliedProgramObject' is assigned value '_lastAppliedProgramObject' here.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/State.cpp:634:50: note: Same expression on both sides of '==' because the value of 'previousLastAppliedProgramObject' and '_lastAppliedProgramObject' are the same.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/State.cpp:698:76: style: Same expression on both sides of '==' because the value of 'previousLastAppliedProgramObject' and '_lastAppliedProgramObject' are the same. [duplicateExpression]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/State.cpp:692:74: note: 'previousLastAppliedProgramObject' is assigned value '_lastAppliedProgramObject' here.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/State.cpp:698:76: note: Same expression on both sides of '==' because the value of 'previousLastAppliedProgramObject' and '_lastAppliedProgramObject' are the same.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Transform.cpp:89:27: warning: Member variable 'TransformVisitor::_coordMode' is not assigned a value in 'TransformVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Transform.cpp:89:27: warning: Member variable 'TransformVisitor::_matrix' is not assigned a value in 'TransformVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Transform.cpp:89:27: warning: Member variable 'TransformVisitor::_ignoreCameras' is not assigned a value in 'TransformVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/Transform.cpp:20:1: warning: The class 'TransformVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:187:21: style: Condition '!foundAlpha' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:186:31: note: Assignment 'foundAlpha=false', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:187:21: note: Condition '!foundAlpha' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:195:29: style: Condition '!foundAlpha' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:187:21: note: Assuming that condition '!foundAlpha' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:195:29: note: Condition '!foundAlpha' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:170:40: style: Function 'CompressedImageTranslucent' argument 1 names different: declaration 'Width' definition 'width'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:81:40: note: Function 'CompressedImageTranslucent' argument 1 names different: declaration 'Width' definition 'width'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:170:40: note: Function 'CompressedImageTranslucent' argument 1 names different: declaration 'Width' definition 'width'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:170:54: style: Function 'CompressedImageTranslucent' argument 2 names different: declaration 'Height' definition 'height'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:81:54: note: Function 'CompressedImageTranslucent' argument 2 names different: declaration 'Height' definition 'height'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:170:54: note: Function 'CompressedImageTranslucent' argument 2 names different: declaration 'Height' definition 'height'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:170:69: style: Function 'CompressedImageTranslucent' argument 3 names different: declaration 'Format' definition 'format'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:81:69: note: Function 'CompressedImageTranslucent' argument 3 names different: declaration 'Format' definition 'format'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:170:69: note: Function 'CompressedImageTranslucent' argument 3 names different: declaration 'Format' definition 'format'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:170:84: style: Function 'CompressedImageTranslucent' argument 4 names different: declaration 'pPixels' definition 'imageData'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.h:81:84: note: Function 'CompressedImageTranslucent' argument 4 names different: declaration 'pPixels' definition 'imageData'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/dxtctool.cpp:170:84: note: Function 'CompressedImageTranslucent' argument 4 names different: declaration 'pPixels' definition 'imageData'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/dict.cpp:43:16: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/dict.cpp:81:13: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/mesh.cpp:50:11: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/mesh.cpp:55:11: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/mesh.cpp:609:19: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/mesh.cpp:108:3: error: Address of auto-variable 'pair->e' returned [returnAddressOfAutoVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/normal.cpp:246:46: style: Same value in both branches of ternary operator. [duplicateValueTernary]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:62:19: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:108:29: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:116:29: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:139:24: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:249:22: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:102:19: style: The scope of the variable 'hChild' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:103:8: style: The scope of the variable 'child' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:132:19: style: The scope of the variable 'hParent' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:133:8: style: The scope of the variable 'parent' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:165:10: style: Function '__gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.h:99:10: note: Function '__gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:165:10: note: Function '__gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:236:6: style: Function '__gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.h:101:7: note: Function '__gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-heap.cpp:236:6: note: Function '__gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq.cpp:52:19: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq.cpp:212:9: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq.cpp:233:9: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq.cpp:204:18: style: The scope of the variable 'heapMin' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq.cpp:225:18: style: The scope of the variable 'heapMin' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq.cpp:173:10: style: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-sort.h:110:10: note: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq.cpp:173:10: note: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq.cpp:247:6: style: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq-sort.h:112:7: note: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/priorityq.cpp:247:6: note: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:238:63: style: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:65:63: note: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:238:63: note: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:248:66: style: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:69:66: note: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:248:66: note: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:283:58: style: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:63:58: note: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:283:58: note: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:305:60: style: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:64:60: note: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/render.cpp:305:60: note: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:223:26: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:1027:11: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:1135:23: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:1181:17: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:1325:15: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:1327:15: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:1344:15: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:1352:18: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:183:16: style: The scope of the variable 'e' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:300:16: style: The scope of the variable 'e' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:626:16: style: The scope of the variable 'e' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:771:16: style: The scope of the variable 'eUp' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:771:22: style: The scope of the variable 'eLo' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:1019:28: style: The scope of the variable 'eNew' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/sweep.cpp:1284:16: style: The scope of the variable 'e' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1321:11: style: The scope of the variable 'y' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1429:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1429:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1431:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1431:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1646:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1646:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1648:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1648:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1864:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1864:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1866:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:1866:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2144:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2144:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2146:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2146:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2438:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2438:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2440:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2440:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2725:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2725:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2727:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:2727:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:3021:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:3021:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:3023:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:3023:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:6115:9: style: The scope of the variable 'lowx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:6115:19: style: The scope of the variable 'highx_int' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:6117:11: style: The scope of the variable 'lowx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:6117:23: style: The scope of the variable 'highx_float' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/mipmap.cpp:6942:11: style: The scope of the variable 'z' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/Animation.cpp:48:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/StatsHandler.cpp:339:19: style: The scope of the variable 'startBlocks' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/StatsHandler.cpp:662:108: style: Function 'init' argument 5 names different: declaration 'heigh' definition 'height'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/StatsHandler.cpp:295:104: note: Function 'init' argument 5 names different: declaration 'heigh' definition 'height'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/StatsHandler.cpp:662:108: note: Function 'init' argument 5 names different: declaration 'heigh' definition 'height'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/StatsHandler.cpp:412:25: style: Variable 'font' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/StatsHandler.cpp:443:17: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/StatsHandler.cpp:450:17: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/StatsHandler.cpp:242:5: warning: Member variable 'ValueTextDrawCallback::_tmpText' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/StatsHandler.cpp:294:39: performance: Variable '_fade' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/StatsVisitor.cpp:83:18: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/ConvertBase64.cpp:128:14: style: The scope of the variable 'fragment' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/ConvertBase64.cpp:283:13: style: The scope of the variable 'plainlength' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/ConvertBase64.cpp:35:24: 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]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/ConvertBase64.cpp:34:38: note: Assuming that condition 'value_in>80' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/ConvertBase64.cpp:35:24: note: Array index out of bounds
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DatabasePager.cpp:764:13: style: The scope of the variable 'frameNumberLastRequest' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DatabasePager.cpp:394:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_pager' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DatabasePager.cpp:394:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_changeAutoUnRef' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DatabasePager.cpp:394:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_valueAutoUnRef' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DatabasePager.cpp:394:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_changeAnisotropy' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DatabasePager.cpp:394:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_valueAnisotropy' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DatabasePager.cpp:394:38: warning: Member variable 'FindCompileableGLObjectsVisitor::_kdTreeBuilder' is not assigned a value in 'FindCompileableGLObjectsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DatabasePager.cpp:1868:27: warning: Member variable 'FindPagedLODsVisitor::_activePagedLODList' is not assigned a value in 'FindPagedLODsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DatabasePager.cpp:1868:27: warning: Member variable 'FindPagedLODsVisitor::_frameNumber' is not assigned a value in 'FindPagedLODsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DatabasePager.cpp:294:1: warning: The class 'FindCompileableGLObjectsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DatabasePager.cpp:1840:1: warning: The class 'FindPagedLODsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/DotOsgWrapper.cpp:181:5: style: Struct 'concrete_wrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FieldReader.cpp:251:25: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FieldReader.cpp:249:33: note: outer condition: !escape
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FieldReader.cpp:251:25: note: opposite inner condition: escape
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FieldReader.cpp:251:25: style: Condition 'escape' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FieldReader.cpp:249:33: note: Assuming that condition '!escape' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FieldReader.cpp:251:25: note: Condition 'escape' is always false
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FieldReader.cpp:123:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FieldReader.cpp:178:18: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FieldReader.cpp:238:18: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FieldReader.cpp:303:18: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FieldReaderIterator.cpp:325:21: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true. [redundantCondition]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileNameUtils.cpp:381:17: style: Technically the member function 'osgDB::PathIterator::operator*' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileNameUtils.cpp:403:34: note: Technically the member function 'osgDB::PathIterator::operator*' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileNameUtils.cpp:381:17: note: Technically the member function 'osgDB::PathIterator::operator*' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileNameUtils.cpp:389:33: style: Technically the member function 'osgDB::PathIterator::skipSeparators' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileNameUtils.cpp:409:50: note: Technically the member function 'osgDB::PathIterator::skipSeparators' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileNameUtils.cpp:389:33: note: Technically the member function 'osgDB::PathIterator::skipSeparators' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileNameUtils.cpp:378:5: style: Class 'PathIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileUtils.cpp:446:55: style: Condition '!win32' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileUtils.cpp:392:22: note: Assignment 'win32=false', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileUtils.cpp:446:55: note: Condition '!win32' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileUtils.cpp:266:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileUtils.cpp:276:10: style: The scope of the variable 'delimitor' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/FileUtils.cpp:594:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/InputStream.cpp:1030:15: warning: Either the condition '!compressor' is redundant or there is possible null pointer dereference: compressor. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/InputStream.cpp:1024:14: note: Assuming that condition '!compressor' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/InputStream.cpp:1030:15: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/InputStream.cpp:712:0: error: Memory leak: data [memleak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/Output.cpp:178:5: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/OutputStream.cpp:852:21: style: Unused variable: propertiesString [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/ReadFile.cpp:233:17: style: Condition 'useTextureRectangle' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/ReadFile.cpp:232:40: note: Assignment 'useTextureRectangle=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/ReadFile.cpp:233:17: note: Condition 'useTextureRectangle' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/Registry.cpp:92:36: warning: Member variable 'AvailableReaderWriterIterator::_rwList' is not assigned a value in 'AvailableReaderWriterIterator::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/Registry.cpp:92:36: warning: Member variable 'AvailableReaderWriterIterator::_pluginMutex' is not assigned a value in 'AvailableReaderWriterIterator::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/Registry.cpp:92:36: warning: Member variable 'AvailableReaderWriterIterator::_rwUsed' is not assigned a value in 'AvailableReaderWriterIterator::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/Registry.cpp:136:31: warning: Member variable 'AvailableArchiveIterator::_archives' is not assigned a value in 'AvailableArchiveIterator::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/Registry.cpp:136:31: warning: Member variable 'AvailableArchiveIterator::_mutex' is not assigned a value in 'AvailableArchiveIterator::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/Registry.cpp:136:31: warning: Member variable 'AvailableArchiveIterator::_archivesUsed' is not assigned a value in 'AvailableArchiveIterator::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/Registry.cpp:71:1: warning: The class 'AvailableReaderWriterIterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/Registry.cpp:115:1: warning: The class 'AvailableArchiveIterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgFX/BumpMapping.cpp:514:17: style: Condition 'selfShadowing' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgFX/BumpMapping.cpp:513:34: note: Assignment 'selfShadowing=false', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgFX/BumpMapping.cpp:514:17: note: Condition 'selfShadowing' is always false
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgFX/BumpMapping.cpp:32:9: style: Class 'TsgVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/CameraViewSwitchManipulator.cpp:13:5: style: Class 'CollectCameraViewsNodeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/Device.cpp:39:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/DriveManipulator.cpp:252:27: style: Variable 'positionSet' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/GUIEventAdapter.cpp:148:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/MultiTouchTrackballManipulator.cpp:81:36: style: Condition 'eventTimeDelta<0.' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/MultiTouchTrackballManipulator.cpp:80:41: note: Assignment 'eventTimeDelta=0.0166666666667', assigned value is 0.0166666666667
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/MultiTouchTrackballManipulator.cpp:81:36: note: Condition 'eventTimeDelta<0.' is always false
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/OrbitManipulator.cpp:521:14: style: The scope of the variable 't' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/TerrainManipulator.cpp:236:10: style: The scope of the variable 'hitFound' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/TerrainManipulator.cpp:128:24: style: Variable 'hitFound' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/UFOManipulator.cpp:539:19: style: Unused variable: intersections [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/Widget.cpp:114:35: style: Same expression on both sides of '!=' because the value of 'previousFocus' and '_hasEventFocus' are the same. [duplicateExpression]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/Widget.cpp:65:38: note: 'previousFocus' is assigned value '_hasEventFocus' here.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/Widget.cpp:114:35: note: Same expression on both sides of '!=' because the value of 'previousFocus' and '_hasEventFocus' are the same.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/ConnectedParticleSystem.cpp:45:40: warning: Either the condition 'if(particle)' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/ConnectedParticleSystem.cpp:47:8: note: Assuming that condition 'if(particle)' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/ConnectedParticleSystem.cpp:45:40: note: Null pointer subtraction
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/ParticleSystem.cpp:382:11: style: The scope of the variable 'xScale' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/ParticleSystem.cpp:383:11: style: The scope of the variable 'yScale' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/PrecipitationEffect.cpp:420:18: style: The scope of the variable 'quadRenderBin' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/PrecipitationEffect.cpp:421:18: style: The scope of the variable 'lineRenderBin' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/PrecipitationEffect.cpp:422:18: style: The scope of the variable 'pointRenderBin' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/PrecipitationEffect.cpp:741:0: style: Variable 'numTested' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/PrecipitationEffect.cpp:741:0: style: Variable 'numInFrustum' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3dc/ReaderWriter3DC.cpp:28:31: warning: Member variable 'Writer3DCNodeVisitor::_fout' is not assigned a value in 'Writer3DCNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3dc/ReaderWriter3DC.cpp:17:9: style: Class 'Writer3DCNodeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3dc/ReaderWriter3DC.cpp:14:1: warning: The class 'Writer3DCNodeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:1144:113: style: Function 'createTexture' argument 3 names different: declaration 'transparancy' definition 'transparency'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:209:89: note: Function 'createTexture' argument 3 names different: declaration 'transparancy' definition 'transparency'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:1144:113: note: Function 'createTexture' argument 3 names different: declaration 'transparancy' definition 'transparency'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:1229:93: style: Function 'createStateSet' argument 1 names different: declaration 'materials' definition 'mat'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:210:53: note: Function 'createStateSet' argument 1 names different: declaration 'materials' definition 'mat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:1229:93: note: Function 'createStateSet' argument 1 names different: declaration 'materials' definition 'mat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:1399:9: style: Variable 'unit' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_succeeded' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_directory' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_srcDirectory' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_file3ds' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_stateSetStack' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_currentStateSet' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_nodePrefixMap' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_imagePrefixMap' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_nodeNameMap' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_imageNameMap' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_materialNameMap' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_materialNameSet' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_materialMap' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_lastMaterialIndex' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_lastMeshIndex' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_cur3dsNode' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_options' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_imageCount' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_extendedFilePaths' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_preserveMaterialNames' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:135:28: warning: Member variable 'WriterNodeVisitor::_imageSet' is not assigned a value in 'WriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:120:17: warning: Member variable 'Material::shininess' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:120:17: warning: Member variable 'Material::transparency' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:120:17: warning: Member variable 'Material::double_sided' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:120:17: warning: Member variable 'Material::texture_transparency' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:120:17: warning: Member variable 'Material::texture_no_tile' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:157:19: warning: Member variable 'PrintVisitor::_out' is not assigned a value in 'PrintVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:157:19: warning: Member variable 'PrintVisitor::_indent' is not assigned a value in 'PrintVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:157:19: warning: Member variable 'PrintVisitor::_step' is not assigned a value in 'PrintVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:121:5: style: Class 'PrintVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:203:9: style: Class 'ReaderObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:54:1: warning: The class 'WriterNodeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/ReaderWriter3DS.cpp:118:1: warning: The class 'PrintVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:582:65: style: Function 'getUniqueName' argument 1 names different: declaration 'defaultvalue' definition '_defaultValue'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:193:54: note: Function 'getUniqueName' argument 1 names different: declaration 'defaultvalue' definition '_defaultValue'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:582:65: note: Function 'getUniqueName' argument 1 names different: declaration 'defaultvalue' definition '_defaultValue'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:582:117: style: Function 'getUniqueName' argument 3 names different: declaration 'defaultPrefix' definition '_defaultPrefix'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:193:105: note: Function 'getUniqueName' argument 3 names different: declaration 'defaultPrefix' definition '_defaultPrefix'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:582:117: note: Function 'getUniqueName' argument 3 names different: declaration 'defaultPrefix' definition '_defaultPrefix'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:773:55: style: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.h:191:44: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:773:55: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:283:27: warning: Member variable 'PrimitiveIndexWriter::_drawable_n' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:283:27: warning: Member variable 'PrimitiveIndexWriter::_listTriangles' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:283:27: warning: Member variable 'PrimitiveIndexWriter::_modeCache' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:283:27: warning: Member variable 'PrimitiveIndexWriter::_indexCache' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:283:27: warning: Member variable 'PrimitiveIndexWriter::_hasNormalCoords' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:283:27: warning: Member variable 'PrimitiveIndexWriter::_hasTexCoords' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:283:27: warning: Member variable 'PrimitiveIndexWriter::_lastFaceIndex' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:283:27: warning: Member variable 'PrimitiveIndexWriter::_material' is not assigned a value in 'PrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/WriterNodeVisitor.cpp:127:1: warning: The class 'PrimitiveIndexWriter' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_atmosphere.c:65:9: style: The scope of the variable 'have_lin' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_background.c:25:9: style: The scope of the variable 'have_lin' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_camera.c:54:34: style: Function 'lib3ds_camera_free' argument 1 names different: declaration 'mesh' definition 'camera'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds.h:635:56: note: Function 'lib3ds_camera_free' argument 1 names different: declaration 'mesh' definition 'camera'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_camera.c:54:34: note: Function 'lib3ds_camera_free' argument 1 names different: declaration 'mesh' definition 'camera'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:598:14: style: The scope of the variable 'chunk' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1102:21: style: The scope of the variable 'q' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1132:21: style: The scope of the variable 'q' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1422:17: style: The scope of the variable 'p' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1173:73: style: Function 'lib3ds_file_insert_node' argument 3 names different: declaration 'at' definition 'before'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds.h:585:95: note: Function 'lib3ds_file_insert_node' argument 3 names different: declaration 'at' definition 'before'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1173:73: note: Function 'lib3ds_file_insert_node' argument 3 names different: declaration 'at' definition 'before'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_file.c:1078:34: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_light.c:38:32: style: Function 'lib3ds_light_free' argument 1 names different: declaration 'mesh' definition 'light'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds.h:637:54: note: Function 'lib3ds_light_free' argument 1 names different: declaration 'mesh' definition 'light'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_light.c:38:32: note: Function 'lib3ds_light_free' argument 1 names different: declaration 'mesh' definition 'light'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_math.c:25:12: style: The scope of the variable 'a' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_matrix.c:232:11: style: The scope of the variable 'pvt_val' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_matrix.c:423:28: style: Function 'lib3ds_matrix_camera' argument 1 names different: declaration 'm' definition 'matrix'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds.h:789:50: note: Function 'lib3ds_matrix_camera' argument 1 names different: declaration 'm' definition 'matrix'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_matrix.c:423:28: note: Function 'lib3ds_matrix_camera' argument 1 names different: declaration 'm' definition 'matrix'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_mesh.c:179:24: style: The scope of the variable 'weight' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_mesh.c:240:14: style: The scope of the variable 'chunk' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_mesh.c:241:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_mesh.c:264:25: style: The scope of the variable 'index' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_node.c:492:21: style: The scope of the variable 'q' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_node.c:519:21: style: The scope of the variable 'q' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_node.c:880:29: style: The scope of the variable 'name' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_quat.c:52:12: style: The scope of the variable 'omega' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_quat.c:52:19: style: The scope of the variable 's' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_quat.c:129:15: style: The scope of the variable 'm' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_quat.c:150:15: style: The scope of the variable 'm' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_track.c:58:63: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_track.c:59:11: style: The scope of the variable 'dt' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_track.c:109:63: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_track.c:110:11: style: The scope of the variable 'dt' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/3ds/lib3ds/lib3ds_vector.c:147:14: style: The scope of the variable 'm' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:559:40: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:584:40: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:610:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:627:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:644:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:706:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:801:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:863:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:1318:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:1393:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:1520:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2009:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2057:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2116:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2196:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2220:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:2232:36: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:115:37: style: The scope of the variable 'stack' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:269:38: style: Function 'convert' argument 1 names different: declaration 'rootIVNode' definition 'ivRootNode'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:26:36: note: Function 'convert' argument 1 names different: declaration 'rootIVNode' definition 'ivRootNode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:269:38: note: Function 'convert' argument 1 names different: declaration 'rootIVNode' definition 'ivRootNode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:510:47: style: Function 'ivPopState' argument 2 names different: declaration 'initator' definition 'initiator'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:223:71: note: Function 'ivPopState' argument 2 names different: declaration 'initator' definition 'initiator'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:510:47: note: Function 'ivPopState' argument 2 names different: declaration 'initator' definition 'initiator'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:87:22: warning: Member variable 'ConvertFromInventor::vertexOrder' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:184:13: warning: Member variable 'IvStateItem::keepChildrenOrderParent' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:199:13: warning: Member variable 'IvStateItem::keepChildrenOrderParent' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:65:43: style: Unused private function: 'ConvertFromInventor::preShaderProgram' [unusedPrivateFunction]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:73:43: style: Unused private function: 'ConvertFromInventor::preInfo' [unusedPrivateFunction]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:103:14: style: Unused private function: 'ConvertFromInventor::transformLight' [unusedPrivateFunction]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:107:14: style: Unused private function: 'ConvertFromInventor::transposeMatrix' [unusedPrivateFunction]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:36:14: performance: Technically the member function 'ConvertFromInventor::preprocess' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:240:22: note: Technically the member function 'ConvertFromInventor::preprocess' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:36:14: note: Technically the member function 'ConvertFromInventor::preprocess' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:103:14: performance: Technically the member function 'ConvertFromInventor::transformLight' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:1373:27: note: Technically the member function 'ConvertFromInventor::transformLight' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:103:14: note: Technically the member function 'ConvertFromInventor::transformLight' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:107:14: performance: Technically the member function 'ConvertFromInventor::transposeMatrix' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:839:22: note: Technically the member function 'ConvertFromInventor::transposeMatrix' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.h:107:14: note: Technically the member function 'ConvertFromInventor::transposeMatrix' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertFromInventor.cpp:154:37: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::ivHead' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::ivTexture' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::ivMaterial' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgMaterial' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexture2Enabled' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexture' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexEnv' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexGenS' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexGenT' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTexGen' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgLighting' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgTwoSided' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgCullFaceEnabled' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgBlendEnabled' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:106:5: warning: Member variable 'InventorState::osgBlendFunc' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:107:5: style: Struct 'InventorState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.cpp:1800:5: style: Class 'MyShapeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ConvertToInventor.h:88:3: warning: The struct 'InventorState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/PendulumCallback.cpp:9:5: performance: Variable '_axis' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ReaderWriterIV.cpp:173:45: style: Function 'readNode' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ReaderWriterIV.h:22:56: note: Function 'readNode' argument 1 names different: declaration 'filename' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ReaderWriterIV.cpp:173:45: note: Function 'readNode' argument 1 names different: declaration 'filename' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ReaderWriterIV.cpp:262:69: style: Function 'writeNode' argument 2 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ReaderWriterIV.h:28:81: note: Function 'writeNode' argument 2 names different: declaration 'filename' definition 'fileName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ReaderWriterIV.cpp:262:69: note: Function 'writeNode' argument 2 names different: declaration 'filename' definition 'fileName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ReaderWriterIV.cpp:305:49: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ReaderWriterIV.cpp:312:49: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ShuttleCallback.cpp:9:5: performance: Variable '_startPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/ShuttleCallback.cpp:10:5: performance: Variable '_endPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Registry.h:134:5: style: Struct 'RecordFunctionProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:78:18: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:78:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:115:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:115:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:38:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:38:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:44:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:44:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:99:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:99:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:105:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:105:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:127:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:127:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:133:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:133:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:167:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:167:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:180:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:180:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:247:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:247:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:266:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:266:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:302:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:302:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:308:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:308:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:328:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:328:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:334:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AncillaryRecords.cpp:334:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::texels_u' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::texels_v' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::direction_u' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::direction_v' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::x_up' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::y_up' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::fileFormat' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::minFilterMode' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::magFilterMode' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::wrapMode' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::wrapMode_u' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::wrapMode_v' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::modifyFlag' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::pivot_x' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::pivot_y' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::texEnvMode' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::intensityAsAlpha' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::size_u' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::size_v' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::originCode' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::kernelVersion' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::intFormat' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::extFormat' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::useMips' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::of_mips' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::useLodScale' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod0' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale0' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod1' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale1' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod2' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale2' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod3' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale3' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod4' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale4' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod5' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale5' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod6' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale6' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lod7' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::scale7' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::clamp' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::magFilterAlpha' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::magFilterColor' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lambertMeridian' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lambertUpperLat' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::lambertlowerLat' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::useDetail' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txDetail_j' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txDetail_k' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txDetail_m' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txDetail_n' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txDetail_s' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::useTile' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txTile_ll_u' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txTile_ll_v' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txTile_ur_u' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::txTile_ur_v' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::projection' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::earthModel' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::utmZone' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::imageOrigin' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::geoUnits' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::hemisphere' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::comments' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::attrVersion' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::controlPoints' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::reserved10' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.cpp:101:11: warning: Member variable 'AttrData::numSubtextures' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/AttrData.h:30:1: warning: The class 'AttrData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:39:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:39:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:41:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:41:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:63:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:63:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:65:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:65:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:102:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:102:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:104:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:104:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:126:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:126:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:128:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:128:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:150:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:150:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:152:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:152:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:175:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:175:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:177:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:177:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:200:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:200:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:202:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:202:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:224:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:224:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:226:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:58:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ControlRecords.cpp:226:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Document.cpp:50:5: performance: Variable '_subsurfaceDepth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltWriteResult.h:43:5: style: Class 'FltWriteResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ExportOptions.h:44:5: style: Class 'ExportOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.cpp:210:36: style: Function 'apply' argument 1 names different: declaration 'node' definition 'lodNode'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.h:74:35: note: Function 'apply' argument 1 names different: declaration 'node' definition 'lodNode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.cpp:210:36: note: Function 'apply' argument 1 names different: declaration 'node' definition 'lodNode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.h:245:15: warning: Member variable 'IdHelper::dos_' is not assigned a value in 'IdHelper::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.h:274:20: warning: Member variable 'SubfaceHelper::_polygonOffsetOn' is not assigned a value in 'SubfaceHelper::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightSourcePaletteManager.h:69:32: warning: Member variable 'LightSourcePaletteManager::_currIndex' is not assigned a value in 'LightSourcePaletteManager::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightSourcePaletteManager.h:69:32: warning: Member variable 'LightSourcePaletteManager::_lightPalette' is not assigned a value in 'LightSourcePaletteManager::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/MaterialPaletteManager.h:70:29: warning: Member variable 'MaterialPaletteManager::_currIndex' is not assigned a value in 'MaterialPaletteManager::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/MaterialPaletteManager.h:70:29: warning: Member variable 'MaterialPaletteManager::_materialPalette' is not assigned a value in 'MaterialPaletteManager::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/TexturePaletteManager.h:49:28: warning: Member variable 'TexturePaletteManager::_currIndex' is not assigned a value in 'TexturePaletteManager::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/TexturePaletteManager.h:49:28: warning: Member variable 'TexturePaletteManager::_indexMap' is not assigned a value in 'TexturePaletteManager::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/MaterialPaletteManager.h:38:7: style: Class 'MaterialPaletteManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexPaletteManager.h:46:5: style: Class 'VertexPaletteManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.h:220:1: warning: The struct 'IdHelper' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.h:253:1: warning: The struct 'SubfaceHelper' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightSourcePaletteManager.h:36:1: warning: The class 'LightSourcePaletteManager' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/MaterialPaletteManager.h:35:1: warning: The class 'MaterialPaletteManager' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/TexturePaletteManager.h:38:1: warning: The class 'TexturePaletteManager' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:267:13: style: Condition 'strict' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:266:23: note: Assignment 'strict=false', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:267:13: note: Condition 'strict' is always false
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:171:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:171:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:173:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:173:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:174:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:174:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:175:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:175:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:236:18: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:236:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:243:18: style: The function 'addVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:86:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:243:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:305:18: style: The function 'addVertexUV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:87:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:305:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:311:18: style: The function 'addMorphVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:88:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:311:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:349:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:349:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:561:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:561:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:693:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:693:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:695:18: style: The function 'addVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:86:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:695:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:702:18: style: The function 'addVertexUV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:87:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:702:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:713:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:713:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:763:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:763:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:765:18: style: The function 'addVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:86:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:765:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:795:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:795:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:864:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:864:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:866:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:866:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:867:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:867:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:868:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:868:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:929:18: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:929:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:943:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:943:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1119:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1119:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1220:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1220:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1226:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1226:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1332:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1332:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1338:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1338:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:112:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:112:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:114:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:114:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:115:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:115:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:116:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:116:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:119:18: style: The function 'addVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:86:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:119:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:181:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:181:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:263:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:263:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:265:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:265:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:266:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:266:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:267:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:267:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:270:18: style: The function 'addVertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:86:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:270:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:376:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:376:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:443:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:443:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:444:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:444:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:450:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:450:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:486:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/LightPointRecords.cpp:486:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:269:32: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:58:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:58:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:64:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:64:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:93:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:93:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:99:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:99:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:174:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:174:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:180:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:180:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:195:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:195:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:201:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:201:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:248:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:248:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:254:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:254:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:304:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:304:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:472:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:472:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:520:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:520:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:526:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:526:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:539:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:539:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:545:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:545:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:558:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:558:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:564:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:564:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:577:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:577:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:590:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:590:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:657:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:657:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:663:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:663:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:740:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:740:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:746:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:746:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:799:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:799:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:805:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:805:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:820:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:820:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:826:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:826:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:841:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:841:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:854:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PaletteRecords.cpp:854:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Pools.cpp:79:5: performance: Variable '_defaultMaterial' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:855:30: style: Variable 'siteId' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:58:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:58:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:60:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:60:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:61:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:61:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:62:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:62:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:63:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:63:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:69:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:69:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:139:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:139:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:189:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:189:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:191:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:191:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:192:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:192:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:193:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:193:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:194:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:194:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:200:10: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:200:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:242:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:242:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:329:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:329:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:331:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:331:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:332:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:332:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:333:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:333:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:334:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:334:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:335:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:335:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:340:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:340:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:477:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:477:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:479:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:479:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:480:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:480:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:481:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:481:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:482:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:482:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:483:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:483:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:488:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:488:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:533:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:533:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:535:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:535:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:536:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:536:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:537:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:537:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:538:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:538:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:539:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:539:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:544:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:544:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:594:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:594:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:596:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:596:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:597:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:597:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:598:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:598:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:599:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:599:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:601:18: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:601:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:618:18: style: The function 'setMultiSwitchValueName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:89:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:618:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:629:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:629:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:684:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:684:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:686:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:686:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:687:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:687:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:688:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:688:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:689:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:689:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:690:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:690:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:695:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:695:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:760:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:760:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:762:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:762:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:763:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:763:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:764:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:764:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:765:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:765:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:770:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:770:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:778:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:778:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:808:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:808:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:813:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:813:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:841:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:841:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:843:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:843:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:844:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:844:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:845:5: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:845:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:846:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:846:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:847:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:847:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:852:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:852:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:888:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:888:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:890:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:890:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:891:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:891:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:892:5: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:892:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:896:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:896:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:923:18: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:923:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:991:5: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:991:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:993:5: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:993:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:994:5: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:994:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:995:5: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:995:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:1000:18: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:1000:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp:60:74: style: Function 'readObject' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp:55:58: note: Function 'readObject' argument 1 names different: declaration 'fileName' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp:60:74: note: Function 'readObject' argument 1 names different: declaration 'fileName' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp:562:13: style: Variable 'wr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp:561:0: note: Variable 'wr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp:562:13: note: Variable 'wr' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp:155:5: style: Class 'ReadExternalsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:39:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:39:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:41:9: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:41:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:42:9: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:42:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:43:9: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:43:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:44:9: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:44:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:45:9: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:45:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:50:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:50:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:76:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:76:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:78:9: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:78:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:79:9: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:79:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:80:9: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:80:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:81:9: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:81:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:82:9: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:82:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:87:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:87:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:115:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:115:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:117:9: style: The function 'setID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:82:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:117:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:118:9: style: The function 'setComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:83:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:118:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:119:9: style: The function 'setMultitexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:84:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:119:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:120:9: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:85:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:120:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:121:9: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:79:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:121:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:126:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/RoadRecords.cpp:126:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/TexturePaletteManager.cpp:84:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Vertex.h:31:1: warning: The class 'Vertex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexPaletteManager.cpp:68:31: warning: Either the condition 'if(v&&!v3)' is redundant or there is possible null pointer dereference: v. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexPaletteManager.cpp:73:8: note: Assuming that condition 'if(v&&!v3)' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexPaletteManager.cpp:68:31: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexPaletteManager.h:78:18: style: Technically the member function 'flt::VertexPaletteManager::recordSize' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexPaletteManager.cpp:197:23: note: Technically the member function 'flt::VertexPaletteManager::recordSize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexPaletteManager.h:78:18: note: Technically the member function 'flt::VertexPaletteManager::recordSize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:53:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:53:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:57:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:57:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:94:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:94:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:100:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:100:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:139:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:139:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:145:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:145:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:184:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:184:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:190:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:190:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:250:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:250:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:256:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:256:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:292:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:292:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:298:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:298:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:341:9: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:56:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:341:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:347:22: style: The function 'readRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/Record.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/VertexRecords.cpp:347:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expGeometryRecords.cpp:191:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expGeometryRecords.cpp:201:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expGeometryRecords.cpp:555:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expGeometryRecords.cpp:997:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expGeometryRecords.cpp:1010:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:176:49: style: Function 'writeGroup' argument 1 names different: declaration 'node' definition 'group'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.h:87:40: note: Function 'writeGroup' argument 1 names different: declaration 'node' definition 'group'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:176:49: note: Function 'writeGroup' argument 1 names different: declaration 'node' definition 'group'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:220:55: style: Function 'writeSequence' argument 1 names different: declaration 'node' definition 'sequence'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.h:93:46: note: Function 'writeSequence' argument 1 names different: declaration 'node' definition 'sequence'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:220:55: note: Function 'writeSequence' argument 1 names different: declaration 'node' definition 'sequence'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:278:50: style: Function 'writeObject' argument 1 names different: declaration 'node' definition 'group'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.h:94:41: note: Function 'writeObject' argument 1 names different: declaration 'node' definition 'group'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:278:50: note: Function 'writeObject' argument 1 names different: declaration 'node' definition 'group'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:412:65: style: Function 'writeExternalReference' argument 1 names different: declaration 'node' definition 'proxy'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.h:96:56: note: Function 'writeExternalReference' argument 1 names different: declaration 'node' definition 'proxy'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:412:65: note: Function 'writeExternalReference' argument 1 names different: declaration 'node' definition 'proxy'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:480:61: style: Function 'writeLightSource' argument 1 names different: declaration 'ls' definition 'node'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.h:99:52: note: Function 'writeLightSource' argument 1 names different: declaration 'ls' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:480:61: note: Function 'writeLightSource' argument 1 names different: declaration 'ls' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:580:51: style: Function 'writeSwitch' argument 1 names different: declaration 'ms' definition 'sw'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/FltExportVisitor.h:101:42: note: Function 'writeSwitch' argument 1 names different: declaration 'ms' definition 'sw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp:580:51: note: Function 'writeSwitch' argument 1 names different: declaration 'ms' definition 'sw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:52:61: style: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXCoreVideoTexture.h:34:56: note: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:52:61: note: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:19:22: warning: Member variable 'OSXCoreVideoTexture::_textureWidth' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:19:22: warning: Member variable 'OSXCoreVideoTexture::_textureHeight' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:38:22: warning: Member variable 'OSXCoreVideoTexture::_textureWidth' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:38:22: warning: Member variable 'OSXCoreVideoTexture::_textureHeight' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:38:22: warning: Member variable 'OSXCoreVideoTexture::_modifiedCount' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXCoreVideoTexture.cpp:38:22: warning: Member variable 'OSXCoreVideoTexture::_mutex' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/VideoFrameDispatcher.h:93:5: style: Class 'VideoFrameDispatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXCoreVideoTexture.h:28:9: style: Class 'OSXCoreVideoTexture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXCoreVideoTexture.h:22:1: warning: The class 'OSXCoreVideoTexture' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXQTKitVideo.h:62:18: style: The function 'decodeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/VideoFrameDispatcher.h:38:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXQTKitVideo.h:62:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXQTKitVideo.h:79:18: style: The function 'needsDispatching' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/VideoFrameDispatcher.h:36:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/OSXQTKitVideo.h:79:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/VideoFrameDispatcher.cpp:83:22: style: The scope of the variable 'num_items' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/VideoFrameDispatcher.h:29:1: warning: The class 'VideoImageStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:224:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:224:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:196:43: performance: Function parameter 'request_path' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:252:105: style: Function 'operator()' argument 2 names different: declaration 'rep' definition 'reply'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:244:83: note: Function 'operator()' argument 2 names different: declaration 'rep' definition 'reply'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:252:105: note: Function 'operator()' argument 2 names different: declaration 'rep' definition 'reply'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:259:124: style: Function 'RestHttpDevice' argument 3 names different: declaration 'doc_path' definition 'doc_root'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:133:112: note: Function 'RestHttpDevice' argument 3 names different: declaration 'doc_path' definition 'doc_root'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:259:124: note: Function 'RestHttpDevice' argument 3 names different: declaration 'doc_path' definition 'doc_root'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:346:55: style: Function 'handleRequest' argument 1 names different: declaration 'request_path' definition 'in_request_path'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:138:43: note: Function 'handleRequest' argument 1 names different: declaration 'request_path' definition 'in_request_path'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:346:55: note: Function 'handleRequest' argument 1 names different: declaration 'request_path' definition 'in_request_path'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:105:5: style: Class 'KeyCodeRequestHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:172:5: style: Class 'MouseButtonRequestHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:238:5: style: Class 'RequestHandlerDispatcherCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:43:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:43:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:65:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:65:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:93:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:93:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:126:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:126:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:159:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:159:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:214:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.hpp:40:22: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:214:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:246:25: style: The function 'applyTemplateVars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/request_handler.hpp:35:33: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/RestHttpDevice.cpp:246:25: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/connection.cpp:20:13: warning: Member variable 'connection::request_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/RestHttpDevice/connection.cpp:20:13: warning: Member variable 'connection::reply_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/V8/V8ScriptEngine.h:24:1: warning: The class 'V8ScriptEngine' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/Exception.cpp:6:5: performance: Variable '_error' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/Exception.h:12:17: style: Technically the member function 'ac3d::Exception::getError' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/Exception.h:10:5: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/Exception.cpp:5:34: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/Geode.cpp:28:9: style: The scope of the variable 'LocalTexIndex' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/Geode.cpp:709:63: style: Function 'ProcessGeometry' argument 2 names different: declaration 'igeode' definition 'ioffset'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/Geode.h:13:69: note: Function 'ProcessGeometry' argument 2 names different: declaration 'igeode' definition 'ioffset'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/Geode.cpp:709:63: note: Function 'ProcessGeometry' argument 2 names different: declaration 'igeode' definition 'ioffset'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:136:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:159:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:258:5: warning: Member variable 'MaterialData::mTranslucent' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:586:5: warning: Member variable 'VertexSet::_cosCreaseAngle' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:407:9: performance: Variable 'mModulateTexEnv' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:403:5: style: Class 'FileData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:492:5: style: Struct 'VertexData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:728:18: style: The function 'beginPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:669:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:728:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:740:18: style: The function 'vertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:670:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:740:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:748:18: style: The function 'endPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:671:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:748:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:771:25: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:673:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:771:25: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:817:18: style: The function 'beginPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:669:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:817:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:829:18: style: The function 'vertex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:670:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:829:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:837:18: style: The function 'endPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:671:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:837:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:981:25: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:673:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ac/ac3d.cpp:981:25: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.cpp:64:73: style: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.h:32:56: note: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.cpp:64:73: note: Function 'compare' argument 1 names different: declaration 'rhs' definition 'sa'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.cpp:49:34: warning: Member variable 'OSXAVFoundationCoreVideoTexture::_modifiedCount' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.h:26:9: style: Class 'OSXAVFoundationCoreVideoTexture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/avfoundation/OSXAVFoundationCoreVideoTexture.h:20:1: warning: The class 'OSXAVFoundationCoreVideoTexture' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/avfoundation/OSXAVFoundationVideo.h:82:18: style: The function 'decodeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/VideoFrameDispatcher.h:38:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/avfoundation/OSXAVFoundationVideo.h:82:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/avfoundation/OSXAVFoundationVideo.h:101:18: style: The function 'needsDispatching' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/QTKit/VideoFrameDispatcher.h:36:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/avfoundation/OSXAVFoundationVideo.h:101:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/BITSET.h:19:3: warning: Member variable 'BITSET::m_bits_aux' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:536:15: style: The scope of the variable 'py' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:36:47: style: Function 'readFile' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.h:45:38: note: Function 'readFile' argument 1 names different: declaration 'fileName' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:36:47: note: Function 'readFile' argument 1 names different: declaration 'fileName' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:39:23: style: Variable 'ext' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:116:5: warning: Member variable 'BSP_BIQUADRATIC_PATCH::m_controlPoints' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:116:5: warning: Member variable 'BSP_BIQUADRATIC_PATCH::m_tessellation' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:145:5: warning: Member variable 'BSP_PATCH::m_textureIndex' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:145:5: warning: Member variable 'BSP_PATCH::m_lightmapIndex' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:145:5: warning: Member variable 'BSP_PATCH::m_width' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:145:5: warning: Member variable 'BSP_PATCH::m_height' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:145:5: warning: Member variable 'BSP_PATCH::m_numQuadraticPatches' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:32:5: performance: Variable 'root_node' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.h:48:30: style: Technically the member function 'bsp::Q3BSPReader::getRootNode' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:57:39: note: Technically the member function 'bsp::Q3BSPReader::getRootNode' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.h:48:30: note: Technically the member function 'bsp::Q3BSPReader::getRootNode' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.h:73:17: performance: Technically the member function 'bsp::Q3BSPReader::loadTextures' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:438:19: note: Technically the member function 'bsp::Q3BSPReader::loadTextures' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.h:73:17: note: Technically the member function 'bsp::Q3BSPReader::loadTextures' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.h:77:17: performance: Technically the member function 'bsp::Q3BSPReader::loadLightMaps' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.cpp:479:19: note: Technically the member function 'bsp::Q3BSPReader::loadLightMaps' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/Q3BSPReader.h:77:17: note: Technically the member function 'bsp::Q3BSPReader::loadLightMaps' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPData.cpp:219:48: style: Function 'addDispVertex' argument 1 names different: declaration 'newDispVert' definition 'newDispVertex'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPData.h:264:63: note: Function 'addDispVertex' argument 1 names different: declaration 'newDispVert' definition 'newDispVertex'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPData.cpp:219:48: note: Function 'addDispVertex' argument 1 names different: declaration 'newDispVert' definition 'newDispVertex'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.cpp:377:25: style: The scope of the variable 'texName' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.cpp:516:22: style: Unused variable: modelFile [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:50:13: performance: Technically the member function 'bsp::VBSPEntity::processEnv' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.cpp:69:18: note: Technically the member function 'bsp::VBSPEntity::processEnv' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:50:13: note: Technically the member function 'bsp::VBSPEntity::processEnv' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:53:13: performance: Technically the member function 'bsp::VBSPEntity::processInfoDecal' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.cpp:170:18: note: Technically the member function 'bsp::VBSPEntity::processInfoDecal' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:53:13: note: Technically the member function 'bsp::VBSPEntity::processInfoDecal' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:54:13: performance: Technically the member function 'bsp::VBSPEntity::processItem' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.cpp:176:18: note: Technically the member function 'bsp::VBSPEntity::processItem' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:54:13: note: Technically the member function 'bsp::VBSPEntity::processItem' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:56:20: performance: Technically the member function 'bsp::VBSPEntity::getVector' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.cpp:182:19: note: Technically the member function 'bsp::VBSPEntity::getVector' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:56:20: note: Technically the member function 'bsp::VBSPEntity::getVector' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:57:20: performance: Technically the member function 'bsp::VBSPEntity::getToken' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.cpp:226:25: note: Technically the member function 'bsp::VBSPEntity::getToken' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:57:20: note: Technically the member function 'bsp::VBSPEntity::getToken' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:68:33: style: Technically the member function 'bsp::VBSPEntity::getClass' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.cpp:574:25: note: Technically the member function 'bsp::VBSPEntity::getClass' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:68:33: note: Technically the member function 'bsp::VBSPEntity::getClass' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:69:33: style: Technically the member function 'bsp::VBSPEntity::isVisible' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.cpp:580:18: note: Technically the member function 'bsp::VBSPEntity::isVisible' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.h:69:33: note: Technically the member function 'bsp::VBSPEntity::isVisible' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.h:42:9: style: Class 'VBSPGeometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPEntity.cpp:510:0: error: Memory leak: vbspGeomList [memleak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:257:23: style: The scope of the variable 'dist' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:261:23: style: The scope of the variable 'currentSurfEdge' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:511:27: style: The scope of the variable 'edgeIndex' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:512:27: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:513:27: style: The scope of the variable 'currentSurfEdge' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:516:27: style: The scope of the variable 'texUOffset' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:517:27: style: The scope of the variable 'texUScale' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:519:27: style: The scope of the variable 'texVOffset' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:520:27: style: The scope of the variable 'texVScale' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:521:27: style: The scope of the variable 'u' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:521:30: style: The scope of the variable 'v' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:20:5: performance: Variable 'vertex_array' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.h:33:22: performance: Technically the member function 'bsp::VBSPGeometry::doesEdgeExist' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.cpp:45:20: note: Technically the member function 'bsp::VBSPGeometry::doesEdgeExist' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPGeometry.h:33:22: note: Technically the member function 'bsp::VBSPGeometry::doesEdgeExist' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:72:21: style: The scope of the variable 'entityLen' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:325:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:326:19: style: The scope of the variable 'index' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:361:19: style: The scope of the variable 'index' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:977:33: style: The scope of the variable 'texName' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:561:58: style: Function 'readTextureFile' argument 1 names different: declaration 'file' definition 'textureName'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.h:269:63: note: Function 'readTextureFile' argument 1 names different: declaration 'file' definition 'textureName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:561:58: note: Function 'readTextureFile' argument 1 names different: declaration 'file' definition 'textureName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:642:60: style: Function 'readMaterialFile' argument 1 names different: declaration 'file' definition 'materialName'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.h:270:64: note: Function 'readMaterialFile' argument 1 names different: declaration 'file' definition 'materialName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:642:60: note: Function 'readMaterialFile' argument 1 names different: declaration 'file' definition 'materialName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:653:29: style: Unused variable: texName [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:654:29: style: Unused variable: tex2Name [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:992:33: style: Unused variable: propFile [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:43:5: performance: Variable 'root_node' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:46:5: performance: Variable 'bsp_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.h:263:23: performance: Technically the member function 'bsp::VBSPReader::getToken' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:519:25: note: Technically the member function 'bsp::VBSPReader::getToken' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.h:263:23: note: Technically the member function 'bsp::VBSPReader::getToken' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.h:269:35: performance: Technically the member function 'bsp::VBSPReader::readTextureFile' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:561:30: note: Technically the member function 'bsp::VBSPReader::readTextureFile' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.h:269:35: note: Technically the member function 'bsp::VBSPReader::readTextureFile' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.h:281:31: style: Technically the member function 'bsp::VBSPReader::getRootNode' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.cpp:1218:27: note: Technically the member function 'bsp::VBSPReader::getRootNode' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/VBSPReader.h:281:31: note: Technically the member function 'bsp::VBSPReader::getRootNode' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bvh/ReaderWriterBVH.cpp:269:36: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:92:37: style: Function 'setViewByLookat' argument 1 names different: declaration 'eyex' definition 'eyeX'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:330:37: note: Function 'setViewByLookat' argument 1 names different: declaration 'eyex' definition 'eyeX'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:92:37: note: Function 'setViewByLookat' argument 1 names different: declaration 'eyex' definition 'eyeX'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:92:49: style: Function 'setViewByLookat' argument 2 names different: declaration 'eyey' definition 'eyeY'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:330:49: note: Function 'setViewByLookat' argument 2 names different: declaration 'eyey' definition 'eyeY'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:92:49: note: Function 'setViewByLookat' argument 2 names different: declaration 'eyey' definition 'eyeY'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:92:61: style: Function 'setViewByLookat' argument 3 names different: declaration 'eyez' definition 'eyeZ'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:330:61: note: Function 'setViewByLookat' argument 3 names different: declaration 'eyez' definition 'eyeZ'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:92:61: note: Function 'setViewByLookat' argument 3 names different: declaration 'eyez' definition 'eyeZ'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:93:37: style: Function 'setViewByLookat' argument 4 names different: declaration 'centerx' definition 'centerX'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:331:29: note: Function 'setViewByLookat' argument 4 names different: declaration 'centerx' definition 'centerX'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:93:37: note: Function 'setViewByLookat' argument 4 names different: declaration 'centerx' definition 'centerX'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:93:52: style: Function 'setViewByLookat' argument 5 names different: declaration 'centery' definition 'centerY'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:331:44: note: Function 'setViewByLookat' argument 5 names different: declaration 'centery' definition 'centerY'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:93:52: note: Function 'setViewByLookat' argument 5 names different: declaration 'centery' definition 'centerY'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:93:67: style: Function 'setViewByLookat' argument 6 names different: declaration 'centerz' definition 'centerZ'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:331:59: note: Function 'setViewByLookat' argument 6 names different: declaration 'centerz' definition 'centerZ'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:93:67: note: Function 'setViewByLookat' argument 6 names different: declaration 'centerz' definition 'centerZ'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:94:37: style: Function 'setViewByLookat' argument 7 names different: declaration 'upx' definition 'upX'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:332:29: note: Function 'setViewByLookat' argument 7 names different: declaration 'upx' definition 'upX'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:94:37: note: Function 'setViewByLookat' argument 7 names different: declaration 'upx' definition 'upX'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:94:48: style: Function 'setViewByLookat' argument 8 names different: declaration 'upy' definition 'upY'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:332:40: note: Function 'setViewByLookat' argument 8 names different: declaration 'upy' definition 'upY'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:94:48: note: Function 'setViewByLookat' argument 8 names different: declaration 'upy' definition 'upY'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:94:59: style: Function 'setViewByLookat' argument 9 names different: declaration 'upz' definition 'upZ'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:332:51: note: Function 'setViewByLookat' argument 9 names different: declaration 'upz' definition 'upZ'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:94:59: note: Function 'setViewByLookat' argument 9 names different: declaration 'upz' definition 'upZ'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:395:35: style: Function 'setClearColor' argument 1 names different: declaration 'red' definition 'r'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:350:35: note: Function 'setClearColor' argument 1 names different: declaration 'red' definition 'r'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:395:35: note: Function 'setClearColor' argument 1 names different: declaration 'red' definition 'r'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:395:44: style: Function 'setClearColor' argument 2 names different: declaration 'green' definition 'g'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:350:46: note: Function 'setClearColor' argument 2 names different: declaration 'green' definition 'g'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:395:44: note: Function 'setClearColor' argument 2 names different: declaration 'green' definition 'g'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:395:53: style: Function 'setClearColor' argument 3 names different: declaration 'blue' definition 'b'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:350:59: note: Function 'setClearColor' argument 3 names different: declaration 'blue' definition 'b'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:395:53: note: Function 'setClearColor' argument 3 names different: declaration 'blue' definition 'b'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:395:62: style: Function 'setClearColor' argument 4 names different: declaration 'alpha' definition 'a'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:350:71: note: Function 'setClearColor' argument 4 names different: declaration 'alpha' definition 'a'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:395:62: note: Function 'setClearColor' argument 4 names different: declaration 'alpha' definition 'a'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:593:33: style: Function 'setOffset' argument 1 names different: declaration '_xshear' definition 'xshear'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:343:32: note: Function 'setOffset' argument 1 names different: declaration '_xshear' definition 'xshear'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:593:33: note: Function 'setOffset' argument 1 names different: declaration '_xshear' definition 'xshear'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:593:48: style: Function 'setOffset' argument 2 names different: declaration '_yshear' definition 'yshear'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.h:343:48: note: Function 'setOffset' argument 2 names different: declaration '_yshear' definition 'yshear'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/Camera.cpp:593:48: note: Function 'setOffset' argument 2 names different: declaration '_yshear' definition 'yshear'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/VisualChooser.h:173:17: style: Struct 'VisualAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/VisualChooser.h:185:17: style: Struct 'VisualAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/RenderSurface.h:63:9: warning: The struct 'InputRectangle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/CameraConfig.cpp:620:20: style: Condition 'numScreens==0' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/CameraConfig.cpp:619:50: note: Assignment 'numScreens=getNumberOfScreens()', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/CameraConfig.cpp:620:20: note: Condition 'numScreens==0' is always false
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/CameraConfig.cpp:283:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/CameraConfig.cpp:455:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/CameraConfig.cpp:470:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/CameraConfig.h:196:57: performance: Function parameter 'setStereoCommand' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/CameraConfig.h:196:87: performance: Function parameter 'restoreMonoCommand' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/CameraConfig.cpp:616:16: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:58:14: style: Technically the member function 'FlexLexer::YYText' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:59:6: style: Technically the member function 'FlexLexer::YYLeng' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:111:7: style: The function 'yy_switch_to_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:62:3: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:111:7: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:112:26: style: The function 'yy_create_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:64:3: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:112:26: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:113:7: style: The function 'yy_delete_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:65:15: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:113:7: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:114:7: style: The function 'yyrestart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:66:15: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:114:7: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:116:14: style: The function 'ConfigParser_lex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:68:14: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:116:14: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:117:15: style: The function 'switch_streams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:79:15: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/FlexLexer.h:117:15: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/ReaderWriterCFG.cpp:46:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/RenderSurface.cpp:380:62: style: Function 'setInputRectangle' argument 1 names different: declaration 'ir' definition 'inputRectangle'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/RenderSurface.h:111:55: note: Function 'setInputRectangle' argument 1 names different: declaration 'ir' definition 'inputRectangle'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/RenderSurface.cpp:380:62: note: Function 'setInputRectangle' argument 1 names different: declaration 'ir' definition 'inputRectangle'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/RenderSurface.cpp:47:16: warning: Member variable 'RenderSurface::_refreshRate' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/RenderSurface.cpp:47:16: warning: Member variable 'RenderSurface::_parentWindowHeight' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/RenderSurface.cpp:47:16: warning: Member variable 'RenderSurface::_frameCount' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/RenderSurface.cpp:50:5: performance: Variable '_hostname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/VisualChooser.cpp:24:16: warning: Member variable 'VisualChooser::_visual_id' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.cpp:126:24: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.cpp:545:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.cpp:301:68: style: Function 'processResponse' argument 1 names different: declaration 'responseCode' definition 'res'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.h:86:66: note: Function 'processResponse' argument 1 names different: declaration 'responseCode' definition 'res'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.cpp:301:68: note: Function 'processResponse' argument 1 names different: declaration 'responseCode' definition 'res'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.cpp:719:21: style: Unused variable: data [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.h:82:9: warning: Member variable 'EasyCurl::_previousPassword' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.h:82:9: warning: Member variable 'EasyCurl::_previousHttpAuthentication' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.h:82:9: warning: Member variable 'EasyCurl::_connectTimeout' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.h:82:9: warning: Member variable 'EasyCurl::_timeout' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.h:83:19: warning: Member variable 'EasyCurl::_curl' is not assigned a value in 'EasyCurl::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.h:83:19: warning: Member variable 'EasyCurl::_previousPassword' is not assigned a value in 'EasyCurl::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.h:83:19: warning: Member variable 'EasyCurl::_previousHttpAuthentication' is not assigned a value in 'EasyCurl::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.h:83:19: warning: Member variable 'EasyCurl::_connectTimeout' is not assigned a value in 'EasyCurl::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/ReaderWriterCURL.h:83:19: warning: Member variable 'EasyCurl::_timeout' is not assigned a value in 'EasyCurl::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeReader.h:299:10: performance: Technically the member function 'osgDAE::daeReader::extractTargetName' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRAnimations.cpp:865:17: note: Technically the member function 'osgDAE::daeReader::extractTargetName' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeReader.h:299:10: note: Technically the member function 'osgDAE::daeReader::extractTargetName' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/domSourceReader.h:52:11: style: Technically the member function 'osgDAE::domSourceReader::getFloat' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/domSourceReader.h:54:22: style: Technically the member function 'osgDAE::domSourceReader::getVec2' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/domSourceReader.h:56:22: style: Technically the member function 'osgDAE::domSourceReader::getVec3' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/domSourceReader.h:58:22: style: Technically the member function 'osgDAE::domSourceReader::getVec4' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/domSourceReader.h:60:23: style: Technically the member function 'osgDAE::domSourceReader::getVec2d' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/domSourceReader.h:62:23: style: Technically the member function 'osgDAE::domSourceReader::getVec3d' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/domSourceReader.h:64:23: style: Technically the member function 'osgDAE::domSourceReader::getVec4d' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/domSourceReader.h:66:25: style: Technically the member function 'osgDAE::domSourceReader::getMatrix' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRGeometry.cpp:523:28: style: The scope of the variable 'pDrawTriangles' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRGeometry.cpp:34:57: style: Function 'getOrCreateGeometry' argument 1 names different: declaration 'geom' definition 'pDomGeometry'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeReader.h:314:50: note: Function 'getOrCreateGeometry' argument 1 names different: declaration 'geom' definition 'pDomGeometry'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRGeometry.cpp:34:57: note: Function 'getOrCreateGeometry' argument 1 names different: declaration 'geom' definition 'pDomGeometry'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRGeometry.cpp:134:71: style: Function 'processInstanceGeometry' argument 1 names different: declaration 'ig' definition 'pDomInstanceGeometry'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeReader.h:317:64: note: Function 'processInstanceGeometry' argument 1 names different: declaration 'ig' definition 'pDomInstanceGeometry'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRGeometry.cpp:134:71: note: Function 'processInstanceGeometry' argument 1 names different: declaration 'ig' definition 'pDomInstanceGeometry'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRGeometry.cpp:315:74: style: Function 'processInstanceController' argument 1 names different: declaration 'ictrl' definition 'pDomInstanceController'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeReader.h:331:67: note: Function 'processInstanceController' argument 1 names different: declaration 'ictrl' definition 'pDomInstanceController'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRGeometry.cpp:315:74: note: Function 'processInstanceController' argument 1 names different: declaration 'ictrl' definition 'pDomInstanceController'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRGeometry.cpp:779:16: performance: Technically the member function 'VertexIndices::get' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRGeometry.cpp:791:27: note: Technically the member function 'VertexIndices::get' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRGeometry.cpp:779:16: note: Technically the member function 'VertexIndices::get' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRMaterials.cpp:359:109: style: Same value in both branches of ternary operator. [duplicateValueTernary]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRMaterials.cpp:364:92: style: Same value in both branches of ternary operator. [duplicateValueTernary]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRMaterials.cpp:433:109: style: Same value in both branches of ternary operator. [duplicateValueTernary]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRMaterials.cpp:438:92: style: Same value in both branches of ternary operator. [duplicateValueTernary]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRMaterials.cpp:505:109: style: Same value in both branches of ternary operator. [duplicateValueTernary]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRMaterials.cpp:510:92: style: Same value in both branches of ternary operator. [duplicateValueTernary]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRMaterials.cpp:584:48: style: Function 'processColorOrTextureType' argument 7 names different: declaration 'normalizeShininess' definition 'blinn'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeReader.h:360:42: note: Function 'processColorOrTextureType' argument 7 names different: declaration 'normalizeShininess' definition 'blinn'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRMaterials.cpp:584:48: note: Function 'processColorOrTextureType' argument 7 names different: declaration 'normalizeShininess' definition 'blinn'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeReader.h:291:10: performance: Technically the member function 'osgDAE::daeReader::findInvertTransparency' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRMaterials.cpp:92:17: note: Technically the member function 'osgDAE::daeReader::findInvertTransparency' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeReader.h:291:10: note: Technically the member function 'osgDAE::daeReader::findInvertTransparency' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeReader.h:369:17: performance: Technically the member function 'osgDAE::daeReader::processImagePath' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRMaterials.cpp:890:24: note: Technically the member function 'osgDAE::daeReader::processImagePath' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeReader.h:369:17: note: Technically the member function 'osgDAE::daeReader::processImagePath' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeRSceneObjects.cpp:381:0: error: Memory leak: lightsource [memleak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeWriter.h:304:22: style: Technically the member function 'osgDAE::daeWriter::ArrayNIndices::getDAESize' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeWGeometry.cpp:30:40: note: Technically the member function 'osgDAE::daeWriter::ArrayNIndices::getDAESize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeWriter.h:304:22: note: Technically the member function 'osgDAE::daeWriter::ArrayNIndices::getDAESize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeWriter.cpp:125:11: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeWriter.cpp:212:53: style: Function 'uniquify' argument 1 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeWriter.h:331:50: note: Function 'uniquify' argument 1 names different: declaration 'name' definition '_name'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeWriter.cpp:212:53: note: Function 'uniquify' argument 1 names different: declaration 'name' definition '_name'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/daeWriter.cpp:174:25: style: Variable 'fname' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dds/ReaderWriterDDS.cpp:203:20: style: struct member 'DXT1TexelsBlock::color_0' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dds/ReaderWriterDDS.cpp:204:20: style: struct member 'DXT1TexelsBlock::color_1' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dds/ReaderWriterDDS.cpp:205:20: style: struct member 'DXT1TexelsBlock::texels4x4' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dds/ReaderWriterDDS.cpp:398:28: style: struct member 'OSG_DDS_HEADER_DXT10::miscFlag' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dds/ReaderWriterDDS.cpp:399:28: style: struct member 'OSG_DDS_HEADER_DXT10::arraySize' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dds/ReaderWriterDDS.cpp:400:28: style: struct member 'OSG_DDS_HEADER_DXT10::reserved' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dicom/ReaderWriterDICOM.cpp:1046:13: warning: Member variable 'FileInfo::distance' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1173:42: warning: Possible null pointer dereference: cap [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1167:18: note: Assignment 'cap=0', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1173:42: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1369:81: style: Function 'openCaptureDevices' argument 1 names different: declaration 'options' definition 'o'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture:96:67: note: Function 'openCaptureDevices' argument 1 names different: declaration 'options' definition 'o'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1369:81: note: Function 'openCaptureDevices' argument 1 names different: declaration 'options' definition 'o'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1563:60: style: Function 'CTextureRenderer' argument 1 names different: declaration 'imageStream' definition 'is'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture:90:45: note: Function 'CTextureRenderer' argument 1 names different: declaration 'imageStream' definition 'is'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1563:60: note: Function 'CTextureRenderer' argument 1 names different: declaration 'imageStream' definition 'is'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1656:58: style: Function 'DoRenderSample' argument 1 names different: declaration 'pMediaSample' definition 'pSample'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture:113:42: note: Function 'DoRenderSample' argument 1 names different: declaration 'pMediaSample' definition 'pSample'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1656:58: note: Function 'DoRenderSample' argument 1 names different: declaration 'pMediaSample' definition 'pSample'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:75: style: Function 'DirectShowImageStream' argument 1 names different: declaration 'image' definition 'd'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture:49:57: note: Function 'DirectShowImageStream' argument 1 names different: declaration 'image' definition 'd'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:75: note: Function 'DirectShowImageStream' argument 1 names different: declaration 'image' definition 'd'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:96: style: Function 'DirectShowImageStream' argument 2 names different: declaration 'copyop' definition 'c'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture:49:84: note: Function 'DirectShowImageStream' argument 2 names different: declaration 'copyop' definition 'c'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:96: note: Function 'DirectShowImageStream' argument 2 names different: declaration 'copyop' definition 'c'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1037:0: style: Variable 'device' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1617:24: style: Variable 'pvi' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1381:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1845:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:24: warning: Member variable 'DirectShowImageStream::_renderer' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:24: warning: Member variable 'DirectShowImageStream::_mutex' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1707:24: warning: Member variable 'DirectShowImageStream::_options' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1563:19: warning: Member variable 'CTextureRenderer::_width' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1563:19: warning: Member variable 'CTextureRenderer::_height' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:1563:19: warning: Member variable 'CTextureRenderer::_pitch' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:848:17: style: Technically the member function 'ListDeviceAvailable::getDevice' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:829:5: style: Struct 'ListDeviceAvailable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture.cpp:953:5: style: Struct 'ListCapDeviceAvailable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/DirectShowTexture:36:1: warning: The class 'DirectShowImageStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/directshow/ReaderWriterDirectShow.cpp:79:30: style: Redundant condition: options. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.cpp:66:62: style: Function 'run' argument 2 names different: declaration 'ostream' definition 'fout'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.h:44:46: note: Function 'run' argument 2 names different: declaration 'ostream' definition 'fout'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.cpp:66:62: note: Function 'run' argument 2 names different: declaration 'ostream' definition 'fout'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.cpp:29:5: performance: Variable '_rankdir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:33:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.h:57:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:33:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:34:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.h:58:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:34:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:35:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.h:59:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:35:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:37:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.h:60:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:37:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:38:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.h:61:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:38:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:40:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.h:63:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:40:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:41:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.h:65:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:41:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:42:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.h:64:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:42:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:43:18: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/BaseDotVisitor.h:66:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:43:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.cpp:31:45: style: Function 'handle' argument 1 names different: declaration 'geode' definition 'node'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:34:37: note: Function 'handle' argument 1 names different: declaration 'geode' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.cpp:31:45: note: Function 'handle' argument 1 names different: declaration 'geode' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.cpp:67:45: style: Function 'handle' argument 1 names different: declaration 'geometry' definition 'geode'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.h:41:37: note: Function 'handle' argument 1 names different: declaration 'geometry' definition 'geode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/SimpleDotVisitor.cpp:67:45: note: Function 'handle' argument 1 names different: declaration 'geometry' definition 'geode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:438:9: style: Variable 'drw' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:437:0: note: Variable 'drw' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:438:9: note: Variable 'drw' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:587:14: style: The scope of the variable 'buff' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:513:5: warning: Member variable '_dwedge::e1' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:513:5: warning: Member variable '_dwedge::e2' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:522:5: warning: Member variable '_dwobj::themat' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:522:5: warning: Member variable '_dwobj::nedges' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:46:43: performance: Variable 'fname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:47:9: performance: Variable 'ctx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:47:19: performance: Variable 'tx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:360:9: performance: Variable 'vertices' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:361:9: performance: Variable 'normals' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:362:9: performance: Variable 'txc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:363:9: performance: Variable 'txcoords' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:522:59: performance: Variable 'tmat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:106:16: style: Technically the member function 'dwmaterial::isTextured' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:167:16: style: Technically the member function 'dwmaterial::getcolour' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:208:10: performance: Technically the member function '_face::norm' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:304:16: style: Technically the member function '_face::getnv' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:305:16: style: Technically the member function '_face::getvert' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:306:16: style: Technically the member function '_face::complete' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:410:10: performance: Technically the member function 'prims::combine' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:707:13: note: Technically the member function 'prims::combine' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:410:10: note: Technically the member function 'prims::combine' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:645:10: style: Technically the member function '_dwobj::makeuv' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:586:9: warning: Possible leak in public function. The pointer 'faces' is not deallocated before it is allocated. [publicAllocationError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:569:9: warning: Possible leak in public function. The pointer 'edges' is not deallocated before it is allocated. [publicAllocationError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:213:64: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:235:42: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:240:71: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:313:42: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:323:72: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:412:44: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:496:47: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dw/ReaderWriterDW.cpp:506:91: performance: Function parameter 'verts' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:430:67: style: Function 'getLayerName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:259:53: note: Function 'getLayerName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:430:67: note: Function 'getLayerName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:475:59: style: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:257:45: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:475:59: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:444:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:591:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:167:9: warning: Member variable 'DXFWriterNodeVisitor::_count' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_fout' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_nameStack' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_stateSetStack' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_currentStateSet' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_count' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_layers' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_firstPass' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:246:31: warning: Member variable 'DXFWriterNodeVisitor::_writeTriangleAs3DFace' is not assigned a value in 'DXFWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_fout' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_modeCache' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_indexCache' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_geo' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_m' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:319:34: warning: Member variable 'DxfPrimitiveIndexWriter::_writeTriangleAs3DFace' is not assigned a value in 'DxfPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:96:10: performance: Technically the member function 'AcadColor::hsv' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:167:9: style: Class 'DXFWriterNodeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:164:1: warning: The class 'DXFWriterNodeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:62:1: warning: The class 'DxfPrimitiveIndexWriter' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:51:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/scene.h:365:9: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/scene.h:357:0: note: Variable 'root' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/scene.h:365:9: note: Variable 'root' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:376:13: performance: Variable '_rw' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:53:5: style: Class 'readerText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfTable.h:39:2: style: Class 'dxfLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/scene.h:150:5: style: Class 'sceneLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/scene.h:301:5: style: Class 'scene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:329:5: style: Class 'dxfEntity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfFile.h:29:5: style: Class 'dxfFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:60:18: style: The function 'readGroupCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:40:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:60:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:61:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:41:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:61:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:62:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:42:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:62:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:63:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:43:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:63:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:64:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:44:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:64:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:65:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:45:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:65:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:66:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:46:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:66:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:80:18: style: The function 'readGroupCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:40:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:80:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:81:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:41:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:81:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:82:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:42:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:82:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:83:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:43:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:83:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:84:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:44:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:84:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:85:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:45:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:85:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:86:18: style: The function 'readValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:46:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.h:86:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfTable.h:57:15: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfTable.h:32:15: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfTable.h:57:15: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:94:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:94:29: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:99:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:99:25: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:100:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:100:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:101:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:101:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:113:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:113:29: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:119:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:119:25: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:120:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:120:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:121:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:121:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:135:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:135:29: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:136:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:136:25: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:137:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:137:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:138:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:138:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:150:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:150:29: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:151:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:151:25: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:152:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:152:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:153:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:153:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:171:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:171:29: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:172:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:172:25: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:173:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:173:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:174:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:174:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:184:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:184:29: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:185:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:185:25: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:186:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:186:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:215:36: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:215:36: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:216:36: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:216:36: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:217:33: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:217:33: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:219:33: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:219:33: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:249:36: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:249:36: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:250:36: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:250:36: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:251:33: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:251:33: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:253:33: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:253:33: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:275:29: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:275:29: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:276:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:276:25: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:277:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:277:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:278:18: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:278:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:308:36: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:65:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:308:36: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:309:36: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:66:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:309:36: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:310:36: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:67:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:310:36: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:311:36: style: The function 'drawScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:68:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:311:36: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSection.h:50:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSectionBase.h:27:15: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSection.h:50:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSection.h:64:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSectionBase.h:27:15: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSection.h:64:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSection.h:84:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSectionBase.h:27:15: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSection.h:84:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSection.h:98:18: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSectionBase.h:27:15: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSection.h:98:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfTable.h:39:23: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/scene.h:150:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:329:27: performance: Function parameter 's' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfFile.h:29:25: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.cpp:484:10: style: The scope of the variable 'invert_order' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfEntity.h:376:0: performance: Variable '_rw' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfReader.cpp:79:49: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/dxfSection.cpp:22:34: style: Reading from empty STL container 'var' [reademptycontainer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/exr/ReaderWriterEXR.cpp:357:9: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/exr/ReaderWriterEXR.cpp:349:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/exr/ReaderWriterEXR.cpp:357:9: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/exr/ReaderWriterEXR.cpp:37:5: style: Class 'C_IStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/exr/ReaderWriterEXR.cpp:64:5: style: Class 'C_OStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/ReaderWriterFBX.h:14:0: error: #error Wrong FBX SDK version [preprocessorErrorDirective]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterCompareTriangle.cpp:87:37: style: Unsigned variable 'x' can't be negative so it is unnecessary to test it. [unsignedPositive]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterCompareTriangle.cpp:89:41: style: Unsigned variable 'y' can't be negative so it is unnecessary to test it. [unsignedPositive]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterCompareTriangle.h:25:9: performance: Technically the member function 'WriterCompareTriangle::setMaxMin' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterCompareTriangle.cpp:36:24: note: Technically the member function 'WriterCompareTriangle::setMaxMin' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterCompareTriangle.h:25:9: note: Technically the member function 'WriterCompareTriangle::setMaxMin' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterNodeVisitor.cpp:291:11: style: The scope of the variable 'shininess' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterNodeVisitor.cpp:292:11: style: The scope of the variable 'transparency' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterNodeVisitor.cpp:372:61: style: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterNodeVisitor.h:227:50: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterNodeVisitor.cpp:372:61: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterNodeVisitor.cpp:450:68: style: Function 'setControlPointAndNormalsAndUV' argument 4 names different: declaration 'fbxMesh' definition 'mesh'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterNodeVisitor.h:212:62: note: Function 'setControlPointAndNormalsAndUV' argument 4 names different: declaration 'fbxMesh' definition 'mesh'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterNodeVisitor.cpp:450:68: note: Function 'setControlPointAndNormalsAndUV' argument 4 names different: declaration 'fbxMesh' definition 'mesh'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterNodeVisitor.cpp:52:9: performance: Variable '_normalBinding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/WriterNodeVisitor.h:46:1: warning: The struct 'VertexIndex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.cpp:220:72: style: Function 'fbxTextureToOsgTexture' argument 1 names different: declaration 'pOsgTex' definition 'fbx'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:98:50: note: Function 'fbxTextureToOsgTexture' argument 1 names different: declaration 'pOsgTex' definition 'fbx'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.cpp:220:72: note: Function 'fbxTextureToOsgTexture' argument 1 names different: declaration 'pOsgTex' definition 'fbx'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::diffuseScaleU' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::diffuseScaleV' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::opacityScaleU' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::opacityScaleV' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::emissiveScaleU' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::emissiveScaleV' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::ambientScaleU' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h:22:5: warning: Member variable 'StateSetContent::ambientScaleV' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegAudioStream.cpp:25:20: warning: Member variable 'FFmpegAudioStream::m_decoder' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegAudioStream.hpp:20:22: warning: Virtual function 'setAudioSink' is called from destructor '~FFmpegAudioStream()' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegAudioStream.cpp:33:5: note: Calling setAudioSink
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegAudioStream.hpp:20:22: note: setAudioSink is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegAudioStream.hpp:15:9: style: Class 'FFmpegAudioStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegAudioStream.hpp:11:5: warning: The class 'FFmpegAudioStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:38:16: warning: Member variable 'FFmpegDecoder::m_audio_index' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:38:16: warning: Member variable 'FFmpegDecoder::m_video_index' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:38:16: warning: Member variable 'FFmpegDecoder::m_duration' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:38:16: warning: Member variable 'FFmpegDecoder::m_start' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:18:20: warning: Member variable 'FFmpegImageStream::m_seek_time' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:35:20: warning: Member variable 'FFmpegImageStream::m_decoder' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:35:20: warning: Member variable 'FFmpegImageStream::m_commands' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:35:20: warning: Member variable 'FFmpegImageStream::m_mutex' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:35:20: warning: Member variable 'FFmpegImageStream::m_frame_published_cond' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:35:20: warning: Member variable 'FFmpegImageStream::m_frame_published_flag' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:35:20: warning: Member variable 'FFmpegImageStream::m_seek_time' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:35:20: warning: Member variable 'FFmpegImageStream::_lastUpdateTS' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.hpp:36:22: warning: Virtual function 'quit' is called from destructor '~FFmpegImageStream()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp:47:5: note: Calling quit
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.hpp:36:22: note: quit is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ffmpeg/FFmpegImageStream.hpp:21:5: warning: The class 'FFmpegImageStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/freetype/FreeTypeFont.cpp:189:26: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/freetype/FreeTypeFont.cpp:195:26: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/freetype/FreeTypeFont.cpp:201:26: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/freetype/FreeTypeFont.cpp:207:26: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/freetype/FreeTypeFont.cpp:533:111: style: Function 'getKerning' argument 3 names different: declaration '_kerningType' definition 'kerningType'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/freetype/FreeTypeFont.h:40:109: note: Function 'getKerning' argument 3 names different: declaration '_kerningType' definition 'kerningType'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/freetype/FreeTypeFont.cpp:533:111: note: Function 'getKerning' argument 3 names different: declaration '_kerningType' definition 'kerningType'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/freetype/FreeTypeFont.cpp:31:5: style: Struct 'Char3DInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/freetype/FreeTypeLibrary.cpp:170:0: error: Boolean value assigned to pointer. [assignBoolToPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/DataSetLayer.h:39:22: warning: Virtual function 'open' is called from constructor 'DataSetLayer(const std::string&fileName)' at line 36. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/DataSetLayer.cpp:36:5: note: Calling open
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/DataSetLayer.h:39:22: note: open is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/DataSetLayer.h:39:22: warning: Virtual function 'open' is called from copy constructor 'DataSetLayer(const DataSetLayer&dataSetLayer,const osg::CopyOp&copyop=osg::CopyOp::SHALLOW_COPY)' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/DataSetLayer.cpp:42:32: note: Calling open
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/DataSetLayer.h:39:22: note: open is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/DataSetLayer.h:41:22: warning: Virtual function 'close' is called from destructor '~DataSetLayer()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/DataSetLayer.cpp:47:5: note: Calling close
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/DataSetLayer.h:41:22: note: close is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/DataSetLayer.h:30:9: style: Class 'DataSetLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/DataSetLayer.h:24:1: warning: The class 'DataSetLayer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:753:17: style: Condition '!bandSelected' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:752:44: note: Assignment 'bandSelected=0', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:753:17: note: Condition '!bandSelected' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:152:21: style: The scope of the variable 'margin' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:345:17: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:596:49: style: The scope of the variable 'texCoordRange' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:603:21: style: The scope of the variable 'margin' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gdal/ReaderWriterGDAL.cpp:788:0: error: Memory leak: texCoordRange [memleak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:507:23: warning: Either the condition '*obj&&obj' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:507:27: note: Assuming that condition '*obj&&obj' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:507:23: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:590:13: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:584:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:590:13: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:302:19: style: The scope of the variable 'col' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:119:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:238:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:95:18: warning: Virtual function 'quit' is called from destructor '~GifImageStream()' at line 235. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:235:13: note: Calling quit
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/ReaderWriterGIF.cpp:95:18: note: quit is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:195:30: style: Variable 'vertTriListStore' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:83:9: warning: Member variable 'TriangleAddOperator::triangles' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/StatLogger:23:25: performance: Technically the member function 'StatLogger::getTick' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:108:14: style: Technically the member function 'glesUtil::is_not_soup::operator()' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:494:25: style: Technically the member function 'glesUtil::VertexAccessOrderVisitor::OrderByPrimitiveMode::operator()' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/LineIndexFunctor:30:10: style: Technically the member function 'Line::operator<' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/PrimitiveIndexors:27:25: style: Technically the member function 'IndexOperator::index' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/PrimitiveIndexors:85:17: style: Technically the member function 'IndexOperator::valid' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/PrimitiveIndexors:92:17: style: Technically the member function 'IndexOperator::valid' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/PrimitiveIndexors:99:17: style: Technically the member function 'IndexOperator::valid' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/StatLogger:11:5: style: Class 'StatLogger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:71:9: style: Struct 'TriangleCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:107:9: style: Struct 'is_not_soup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:237:9: style: Struct 'GeometryArrayGatherer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:271:9: style: Class 'RemapArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:340:9: style: Struct 'VertexAttribComparitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:373:9: style: Class 'Remapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:470:9: style: Struct 'VertexReorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:28:5: style: Class 'GeometryUniqueVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/glesUtil:268:5: warning: The class 'RemapArray' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/IndexMeshVisitor:24:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:47:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/IndexMeshVisitor:24:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:28:45: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryArray:72:34: warning: Member variable 'ArrayIndexAppendVisitor::_dst' is not assigned a value in 'ArrayIndexAppendVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryArray:149:9: performance: Variable '_vertexes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryArray:89:14: style: Technically the member function 'GeometryArrayList::ArrayAppendElement::operator()' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryArray:120:14: style: Technically the member function 'GeometryArrayList::ArraySetNumElements::operator()' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometrySplitterVisitor:108:10: performance: Technically the member function 'GeometryIndexSplitter::hasValidPrimitives' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometrySplitterVisitor:165:10: performance: Technically the member function 'GeometryIndexSplitter::setBufferBoundingBox' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometrySplitterVisitor:239:10: performance: Technically the member function 'GeometryIndexSplitter::setValidIndices' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometrySplitterVisitor:280:10: performance: Technically the member function 'GeometryIndexSplitter::extractWireframePrimitive' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/OpenGLESGeometryOptimizer:77:10: performance: Technically the member function 'OpenGLESGeometryOptimizer::makeAnimation' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/OpenGLESGeometryOptimizer:87:10: performance: Technically the member function 'OpenGLESGeometryOptimizer::makeBindPerVertex' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/OpenGLESGeometryOptimizer:92:10: performance: Technically the member function 'OpenGLESGeometryOptimizer::makeIndexMesh' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/OpenGLESGeometryOptimizer:112:10: performance: Technically the member function 'OpenGLESGeometryOptimizer::makeDrawArray' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/OpenGLESGeometryOptimizer:117:10: performance: Technically the member function 'OpenGLESGeometryOptimizer::makePreTransform' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/WireframeVisitor:80:30: warning: The class 'WireframeVisitor' defines member variable with name '_processed' also defined in its parent class 'GeometryUniqueVisitor'. [duplInheritedMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:62:30: note: Parent variable 'GeometryUniqueVisitor::_processed'
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/WireframeVisitor:80:30: note: Derived variable 'WireframeVisitor::_processed'
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryArray:148:5: style: Struct 'GeometryArrayList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/TangentSpaceVisitor:31:5: style: Class 'TangentSpaceVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/WireframeVisitor:29:5: style: Class 'WireframeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryArray:15:5: warning: The class 'ArrayIndexAppendVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/BindPerVertexVisitor:25:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:47:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/BindPerVertexVisitor:25:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/DetachPrimitiveVisitor:26:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:47:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/DetachPrimitiveVisitor:26:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/DrawArrayVisitor:25:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:47:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/DrawArrayVisitor:25:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometrySplitterVisitor:342:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:33:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometrySplitterVisitor:342:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometrySplitterVisitor:361:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:47:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometrySplitterVisitor:361:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/PreTransformVisitor:26:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:47:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/PreTransformVisitor:26:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/TangentSpaceVisitor:36:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:47:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/TangentSpaceVisitor:36:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/TriangleStripVisitor:25:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:47:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/TriangleStripVisitor:25:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/UnIndexMeshVisitor:25:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:47:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/UnIndexMeshVisitor:25:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/WireframeVisitor:39:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:33:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/WireframeVisitor:39:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/WireframeVisitor:46:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:39:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/WireframeVisitor:46:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/WireframeVisitor:54:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/GeometryUniqueVisitor:47:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/WireframeVisitor:54:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/ReaderWriterGLES.cpp:53:14: performance: Variable 'enableWireframe' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/TriangleStripVisitor.cpp:88:21: style: Redundant condition: ps. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gstreamer/GStreamerImageStream.hpp:13:5: warning: The class 'GStreamerImageStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gz/ReaderWriterGZ.cpp:304:14: style: The scope of the variable 'have' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gz/ReaderWriterGZ.cpp:189:149: style: Function 'writeFile' argument 4 names different: declaration 'fin' definition 'fout'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gz/ReaderWriterGZ.cpp:102:120: note: Function 'writeFile' argument 4 names different: declaration 'fin' definition 'fout'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gz/ReaderWriterGZ.cpp:189:149: note: Function 'writeFile' argument 4 names different: declaration 'fin' definition 'fout'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/ReaderWriterHDR.cpp:180:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrwriter.h:82:9: style: The scope of the variable 'f' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:103:17: style: The scope of the variable 'oldc' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:51:39: style: Function 'isHDRFile' argument 1 names different: declaration 'fileName' definition '_fileName'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.h:46:39: note: Function 'isHDRFile' argument 1 names different: declaration 'fileName' definition '_fileName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:51:39: note: Function 'isHDRFile' argument 1 names different: declaration 'fileName' definition '_fileName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:71:34: style: Function 'load' argument 1 names different: declaration 'fileName' definition '_fileName'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.h:47:34: note: Function 'load' argument 1 names different: declaration 'fileName' definition '_fileName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:71:34: note: Function 'load' argument 1 names different: declaration 'fileName' definition '_fileName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:71:56: style: Function 'load' argument 2 names different: declaration 'rawRGBE' definition '_rawRGBE'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.h:47:55: note: Function 'load' argument 2 names different: declaration 'rawRGBE' definition '_rawRGBE'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:71:56: note: Function 'load' argument 2 names different: declaration 'rawRGBE' definition '_rawRGBE'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:71:83: style: Function 'load' argument 3 names different: declaration 'res' definition '_res'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.h:47:81: note: Function 'load' argument 3 names different: declaration 'res' definition '_res'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:71:83: note: Function 'load' argument 3 names different: declaration 'res' definition '_res'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:158:35: style: Function 'rawRGBEData' argument 2 names different: declaration 'len' definition '_len'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:46:41: note: Function 'rawRGBEData' argument 2 names different: declaration 'len' definition '_len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:158:35: note: Function 'rawRGBEData' argument 2 names different: declaration 'len' definition '_len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:158:48: style: Function 'rawRGBEData' argument 3 names different: declaration 'cols' definition '_cols'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:46:53: note: Function 'rawRGBEData' argument 3 names different: declaration 'cols' definition '_cols'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:158:48: note: Function 'rawRGBEData' argument 3 names different: declaration 'cols' definition '_cols'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:177:34: style: Function 'workOnRGBE' argument 2 names different: declaration 'len' definition '_len'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:47:40: note: Function 'workOnRGBE' argument 2 names different: declaration 'len' definition '_len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:177:34: note: Function 'workOnRGBE' argument 2 names different: declaration 'len' definition '_len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:177:47: style: Function 'workOnRGBE' argument 3 names different: declaration 'cols' definition '_cols'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:47:52: note: Function 'workOnRGBE' argument 3 names different: declaration 'cols' definition '_cols'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:177:47: note: Function 'workOnRGBE' argument 3 names different: declaration 'cols' definition '_cols'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:191:36: style: Function 'decrunch' argument 2 names different: declaration 'len' definition '_len'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:48:42: note: Function 'decrunch' argument 2 names different: declaration 'len' definition '_len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:191:36: note: Function 'decrunch' argument 2 names different: declaration 'len' definition '_len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:191:48: style: Function 'decrunch' argument 3 names different: declaration 'file' definition '_file'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:48:53: note: Function 'decrunch' argument 3 names different: declaration 'file' definition '_file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:191:48: note: Function 'decrunch' argument 3 names different: declaration 'file' definition '_file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:234:39: style: Function 'oldDecrunch' argument 2 names different: declaration 'len' definition '_len'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:49:45: note: Function 'oldDecrunch' argument 2 names different: declaration 'len' definition '_len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:234:39: note: Function 'oldDecrunch' argument 2 names different: declaration 'len' definition '_len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:234:51: style: Function 'oldDecrunch' argument 3 names different: declaration 'file' definition '_file'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:49:56: note: Function 'oldDecrunch' argument 3 names different: declaration 'file' definition '_file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:234:51: note: Function 'oldDecrunch' argument 3 names different: declaration 'file' definition '_file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:168:9: style: Variable 'ii' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrloader.cpp:187:9: style: Variable 'ii' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrwriter.cpp:131:14: style: The scope of the variable 'beg_run' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrwriter.cpp:131:23: style: The scope of the variable 'run_count' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrwriter.cpp:131:34: style: The scope of the variable 'old_run_count' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrwriter.cpp:85:67: style: Function 'writeNoRLE' argument 2 names different: declaration 'image' definition 'img'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrwriter.h:42:67: note: Function 'writeNoRLE' argument 2 names different: declaration 'image' definition 'img'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/hdrwriter.cpp:85:67: note: Function 'writeNoRLE' argument 2 names different: declaration 'image' definition 'img'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:452:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:203:5: style: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:200:0: note: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:203:5: note: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:811:5: style: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:803:0: note: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:811:5: note: Variable 'cf_string' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:762:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:806:10: style: The scope of the variable 'found_png_option' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:944:10: style: The scope of the variable 'found_png_option' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/ReaderWriterImageIO.cpp:966:36: style: Variable 'found_png_option' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/AlphaFunc.cpp:44:12: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.h:118:10: style: Technically the member function 'ive::DataInputStream::getLoadExternalReferenceFiles' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.h:41:18: performance: Technically the member function 'ive::DataOutputStream::getVersion' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Exception.h:16:2: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.h:139:34: performance: Function parameter 'newFileName' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/AnimationPath.cpp:51:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/AnimationPathCallback.cpp:56:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/AnisotropicLighting.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/AutoTransform.cpp:57:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/AzimElevationSector.cpp:39:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/AzimSector.cpp:35:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Billboard.cpp:52:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/BlendColor.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/BlendEquation.cpp:52:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/BlinkSequence.cpp:58:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/BumpMapping.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Camera.cpp:98:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/CameraView.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Cartoon.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ClipNode.cpp:54:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ClipPlane.cpp:47:12: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ClusterCullingCallback.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ColorMask.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/CompositeLayer.cpp:58:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ConeSector.cpp:33:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ConvexPlanarOccluder.cpp:51:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ConvexPlanarPolygon.cpp:47:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/CoordinateSystemNode.cpp:52:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/CullFace.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DOFTransform.cpp:63:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:391:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:395:35: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:429:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:433:35: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:868:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:898:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:924:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:1107:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:1137:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:1163:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:746:61: style: Function 'readPackedFloatArray' argument 1 names different: declaration 'floatArray' definition 'a'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.h:81:48: note: Function 'readPackedFloatArray' argument 1 names different: declaration 'floatArray' definition 'a'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:746:61: note: Function 'readPackedFloatArray' argument 1 names different: declaration 'floatArray' definition 'a'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:1215:52: style: Function 'readImage' argument 1 names different: declaration 's' definition 'filename'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.h:96:39: note: Function 'readImage' argument 1 names different: declaration 's' definition 'filename'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:1215:52: note: Function 'readImage' argument 1 names different: declaration 's' definition 'filename'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:154:5: performance: Variable '_options' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.h:141:10: performance: Technically the member function 'ive::DataInputStream::uncompress' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:288:23: note: Technically the member function 'ive::DataInputStream::uncompress' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.h:141:10: note: Technically the member function 'ive::DataInputStream::uncompress' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:203:13: style: Class 'DataInputStream' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataInputStream.cpp:203:13: style: Class 'DataInputStream' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:374:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:392:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:974:71: style: Function 'writeStateAttribute' argument 1 names different: declaration 'sa' definition 'attribute'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.h:95:57: note: Function 'writeStateAttribute' argument 1 names different: declaration 'sa' definition 'attribute'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:974:71: note: Function 'writeStateAttribute' argument 1 names different: declaration 'sa' definition 'attribute'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:1206:59: style: Function 'writeDrawable' argument 1 names different: declaration 'sa' definition 'drawable'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.h:98:45: note: Function 'writeDrawable' argument 1 names different: declaration 'sa' definition 'drawable'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:1206:59: note: Function 'writeDrawable' argument 1 names different: declaration 'sa' definition 'drawable'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:1241:53: style: Function 'writeShape' argument 1 names different: declaration 'sa' definition 'shape'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.h:99:39: note: Function 'writeShape' argument 1 names different: declaration 'sa' definition 'shape'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:1241:53: note: Function 'writeShape' argument 1 names different: declaration 'sa' definition 'shape'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:1282:51: style: Function 'writeNode' argument 1 names different: declaration 'sa' definition 'node'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.h:100:37: note: Function 'writeNode' argument 1 names different: declaration 'sa' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:1282:51: note: Function 'writeNode' argument 1 names different: declaration 'sa' definition 'node'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:1773:71: style: Function 'writeVolumeProperty' argument 1 names different: declaration 'propety' definition 'property'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.h:109:57: note: Function 'writeVolumeProperty' argument 1 names different: declaration 'propety' definition 'property'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:1773:71: note: Function 'writeVolumeProperty' argument 1 names different: declaration 'propety' definition 'property'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:154:5: performance: Variable '_options' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.h:148:10: performance: Technically the member function 'ive::DataOutputStream::compress' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.cpp:323:24: note: Technically the member function 'ive::DataOutputStream::compress' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DataOutputStream.h:148:10: note: Technically the member function 'ive::DataOutputStream::compress' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Depth.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DirectionalSector.cpp:35:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DrawArrayLengths.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DrawArrays.cpp:43:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DrawElementsUByte.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DrawElementsUInt.cpp:46:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/DrawElementsUShort.cpp:45:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Drawable.cpp:86:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Effect.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ElevationSector.cpp:33:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/EllipsoidModel.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Exception.cpp:20:5: performance: Variable '_error' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Exception.cpp:19:34: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/FadeText.cpp:47:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Fog.cpp:47:12: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/FragmentProgram.cpp:55:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/FrontFace.cpp:42:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Geode.cpp:61:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Geometry.cpp:188:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Group.cpp:51:35: style: Function 'read' argument 1 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Group.h:11:29: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Group.cpp:51:35: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Group.cpp:56:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/HeightFieldLayer.cpp:93:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Image.cpp:89:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ImageLayer.cpp:54:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ImageSequence.cpp:62:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Impostor.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/LOD.cpp:55:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Layer.cpp:80:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Layer.cpp:282:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Layer.h:32:14: performance: Technically the member function 'ive::LayerHelper::writeLocator' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Layer.cpp:213:19: note: Technically the member function 'ive::LayerHelper::writeLocator' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Layer.h:32:14: note: Technically the member function 'ive::LayerHelper::writeLocator' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Light.cpp:51:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/LightModel.cpp:46:12: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/LightPoint.cpp:73:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/LightPointNode.cpp:55:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/LightSource.cpp:50:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/LineStipple.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/LineWidth.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Locator.cpp:59:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Material.cpp:63:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/MatrixTransform.cpp:43:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/MultiSwitch.cpp:53:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/MultiTextureControl.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Multisample.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Node.cpp:112:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Object.cpp:54:36: style: Function 'read' argument 1 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Object.h:13:29: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Object.cpp:54:36: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/OccluderNode.cpp:45:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/OcclusionQueryNode.cpp:47:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/PagedLOD.cpp:119:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Point.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/PointSprite.cpp:42:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/PolygonMode.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/PolygonOffset.cpp:41:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/PolygonStipple.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/PositionAttitudeTransform.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/PrimitiveSet.cpp:47:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Program.cpp:65:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ProxyNode.cpp:156:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Scissor.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Scribe.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Sequence.cpp:94:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ShadeModel.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Shader.cpp:49:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Shape.cpp:370:30: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Shape.cpp:53:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Shape.cpp:105:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Shape.cpp:159:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Shape.cpp:214:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Shape.cpp:269:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Shape.cpp:339:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ShapeAttributeList.cpp:43:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ShapeAttributeList.cpp:31:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ShapeDrawable.cpp:69:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/SpecularHighlights.cpp:42:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/StateSet.cpp:103:38: style: Function 'read' argument 1 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/StateSet.h:11:29: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/StateSet.cpp:103:38: note: Function 'read' argument 1 names different: declaration 'out' definition 'in'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Stencil.cpp:52:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/StencilTwoSided.cpp:60:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Switch.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/SwitchLayer.cpp:44:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Terrain.cpp:49:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/TerrainTile.cpp:163:82: style: Function 'readTerrainTechnique' argument 1 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/TerrainTile.h:31:84: note: Function 'readTerrainTechnique' argument 1 names different: declaration 'out' definition 'in'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/TerrainTile.cpp:163:82: note: Function 'readTerrainTechnique' argument 1 names different: declaration 'out' definition 'in'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/TerrainTile.cpp:86:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/TexEnv.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/TexEnvCombine.cpp:62:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/TexGen.cpp:50:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/TexGenNode.cpp:50:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/TexMat.cpp:48:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Text.cpp:152:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Text3D.cpp:133:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Texture.cpp:81:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Texture1D.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Texture2D.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Texture2DArray.cpp:52:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Texture3D.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/TextureCubeMap.cpp:71:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/TextureRectangle.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Transform.cpp:40:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VertexProgram.cpp:47:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Viewport.cpp:44:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VisibilityGroup.cpp:42:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/Volume.cpp:39:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeCompositeLayer.cpp:57:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeCompositeProperty.cpp:50:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeImageLayer.cpp:52:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeLayer.cpp:50:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeLocator.cpp:46:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumePropertyAdjustmentCallback.cpp:50:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeScalarProperty.cpp:45:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeSwitchProperty.cpp:45:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeTile.cpp:82:78: style: Function 'readVolumeTechnique' argument 1 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeTile.h:31:74: note: Function 'readVolumeTechnique' argument 1 names different: declaration 'out' definition 'in'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeTile.cpp:82:78: note: Function 'readVolumeTechnique' argument 1 names different: declaration 'out' definition 'in'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeTile.cpp:50:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/VolumeTransferFunctionProperty.cpp:79:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:837:13: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:831:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:837:13: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:690:60: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:157:14: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:44:42: warning: Either the condition 'cv!=NULL' is redundant or there is possible null pointer dereference: cv. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:51:41: note: Assuming that condition 'cv!=NULL' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:44:42: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:45:33: warning: Either the condition 'logos!=NULL' is redundant or there is possible null pointer dereference: logos. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:51:27: note: Assuming that condition 'logos!=NULL' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:45:33: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:129:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:152:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:89:9: warning: Member variable 'Logos::_logos' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:89:9: warning: Member variable 'Logos::_viewport' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:89:9: warning: Member variable 'Logos::_contextID' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:209:16: warning: Member variable 'Logos::_logos' is not assigned a value in 'Logos::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:209:16: warning: Member variable 'Logos::_viewport' is not assigned a value in 'Logos::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:209:16: warning: Member variable 'Logos::_contextID' is not assigned a value in 'Logos::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:265:21: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:260:0: error: Memory leak: geode [memleak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/logo/ReaderWriterLOGO.cpp:134:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:2145:93: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:2146:93: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:931:51: warning: Either the condition 'sa' is redundant or there is possible null pointer dereference: sa. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:878:13: note: Assuming that condition 'sa' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:931:51: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:1389:105: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:1390:106: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:1467:73: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:1468:74: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:4129:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:743:22: style: The scope of the variable 'setOnOff' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:760:18: style: The scope of the variable 'setOnOff' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:1626:9: style: The scope of the variable 'index' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:127:49: style: Variable 'containerPropertyName' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:174:49: style: Variable 'containerPropertyName' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:341:49: style: Variable 'containerPropertyName' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:396:49: style: Variable 'containerPropertyName' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.h:34:5: style: Struct 'SerializerScratchPad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:2098:5: style: Class 'PushStackValueVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.h:85:1: warning: The class 'LuaScriptEngine' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/LuaScriptEngine.cpp:652:56: style: Reading from empty STL container 'valueString' [reademptycontainer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lapi.c:255:53: style: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lua.h:166:59: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lapi.c:255:53: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lapi.c:501:74: style: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lua.h:209:76: note: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lapi.c:501:74: note: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lapi.c:1175:53: style: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lua.h:230:55: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lapi.c:1175:53: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.c:598:7: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.c:357:61: style: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.h:36:63: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.c:357:61: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.c:357:75: style: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.h:37:67: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.c:357:75: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.c:364:59: style: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.h:38:61: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.c:364:59: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.c:365:66: style: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.h:39:68: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lauxlib.c:365:66: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:333:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:38:16: style: The scope of the variable 'previous' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:227:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.h:48:58: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:227:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:227:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.h:48:65: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:227:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:227:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.h:48:72: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:227:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:236:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.h:47:58: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:236:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:236:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.h:47:74: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:236:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:558:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.h:66:69: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:558:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:762:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.h:76:63: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:762:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:814:28: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.h:78:64: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:814:28: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:814:41: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.h:79:38: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lcode.c:814:41: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/ldblib.c:166:15: style: The scope of the variable 'name' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/ldebug.c:513:68: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/ldebug.h:25:61: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/ldebug.c:513:68: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/ldo.c:596:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/ldo.h:36:51: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/ldo.c:596:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/ldo.c:130:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lfunc.c:23:46: style: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lfunc.h:22:56: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lfunc.c:23:46: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lfunc.c:30:46: style: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lfunc.h:23:56: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lfunc.c:30:46: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lfunc.c:150:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lfunc.h:29:55: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lfunc.c:150:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/llex.c:114:53: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/llex.h:74:63: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/llex.c:114:53: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lmem.c:46:67: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lmem.h:53:39: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lmem.c:46:67: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lmem.c:75:56: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lmem.h:50:66: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lmem.c:75:56: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lmem.c:75:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lmem.h:51:66: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lmem.c:75:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lobject.c:252:58: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lobject.h:603:68: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lobject.c:252:58: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:95:22: warning: Possible null pointer dereference: L [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:95:22: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:96:11: warning: Possible null pointer dereference: L [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:96:11: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:97:11: warning: Possible null pointer dereference: L [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:97:11: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:98:11: warning: Possible null pointer dereference: L [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:98:11: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:102:16: warning: Possible null pointer dereference: L [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:102:16: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:288:25: warning: Possible null pointer dereference: L [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:288:25: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:289:11: warning: Possible null pointer dereference: L [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/lua-5.2.3/src/lvm.c:289:11: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:54:18: warning: Member variable 'GenericParser::chunks_' is not assigned a value in 'GenericParser::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:54:18: warning: Member variable 'GenericParser::os_' is not assigned a value in 'GenericParser::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Block.h:80:3: warning: Member variable 'Image_map::projection' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Block.h:80:3: warning: Member variable 'Image_map::axis' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: warning: Virtual function 'free_on_destroy' is called from destructor '~Chunk()' at line 23. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:23:22: note: Calling free_on_destroy
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: note: free_on_destroy is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Block.h:111:3: style: Class 'Block' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:35:2: warning: The class 'GenericParser' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:36:3: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:36:3: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:114:4: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:114:4: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:155:4: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:155:4: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:244:4: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:244:4: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:389:5: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:389:5: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:397:6: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:397:6: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:404:7: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:404:7: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:495:6: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:495:6: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:520:6: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:520:6: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:564:6: style: The function 'free_on_destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:31:23: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2chunks.h:564:6: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Clip.h:21:3: style: Class 'Clip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Polygon.h:69:15: style: Technically the member function 'lwosg::Polygon::dirty_normal' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:63:3: style: Class 'Object' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2parser.h:23:9: style: Class 'parser_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2parser.h:30:9: style: Class 'Parser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:43:20: style: The function 'fix_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:30:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:43:20: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:44:20: style: The function 'fix_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:31:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:44:20: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:45:20: style: The function 'fix_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:32:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:45:20: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:46:20: style: The function 'fix_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:33:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:46:20: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:47:15: style: The function 'invert_winding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:34:23: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Object.h:47:15: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2parser.h:35:29: style: The function 'parse_chunk_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/iffparser.h:48:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2parser.h:35:29: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2parser.h:322:0: error: Memory leak: chk [memleak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.h:71:5: performance: Variable 'r' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.h:72:5: performance: Variable 'g' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.h:73:5: performance: Variable 'b' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Surface.cpp:131:125: style: Function 'generate_stateset' argument 3 names different: declaration 'options' definition 'db_options'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Surface.h:49:124: note: Function 'generate_stateset' argument 3 names different: declaration 'options' definition 'db_options'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Surface.cpp:131:125: note: Function 'generate_stateset' argument 3 names different: declaration 'options' definition 'db_options'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/Surface.cpp:40:10: warning: Member variable 'Surface::color_map_intensity_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/lwo2read.h:74:0: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:147:19: style: The scope of the variable 'current_tag_name' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:148:19: style: The scope of the variable 'current_tag_size' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:374:24: style: The scope of the variable 'n' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:375:15: style: The scope of the variable 'u' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:376:15: style: The scope of the variable 'v' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:411:24: style: The scope of the variable 'vertex_count' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:458:15: style: The scope of the variable 'polygon_index' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:459:15: style: The scope of the variable 'tag_index' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:504:15: style: The scope of the variable 'point_index' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:505:15: style: The scope of the variable 'polygon_index' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:506:15: style: The scope of the variable 'u' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:507:15: style: The scope of the variable 'v' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:547:18: style: The scope of the variable 'type' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:592:19: style: The scope of the variable 'current_tag_name' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:593:20: style: The scope of the variable 'current_tag_size' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:92:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:98:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:692:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:735:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.h:78:8: performance: Technically the member function 'Lwo2::_print_tag' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:263:7: note: Technically the member function 'Lwo2::_print_tag' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.h:78:8: note: Technically the member function 'Lwo2::_print_tag' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.h:79:8: performance: Technically the member function 'Lwo2::_print_type' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.cpp:275:7: note: Technically the member function 'Lwo2::_print_type' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2.h:79:8: note: Technically the member function 'Lwo2::_print_type' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:91:8: style: The scope of the variable 'have_texture_coords' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:398:7: style: Variable 'polygon_index' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:55:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:66:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:69:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:79:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:111:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:140:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:145:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:178:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:182:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:203:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:207:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:332:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:397:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:409:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.h:100:7: performance: Technically the member function 'Lwo2Layer::_find_triangle_begins_with' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.cpp:404:12: note: Technically the member function 'Lwo2Layer::_find_triangle_begins_with' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_Lwo2Layer.h:100:7: note: Technically the member function 'Lwo2Layer::_find_triangle_begins_with' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:122:23: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:134:19: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:271:19: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:310:15: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:378:15: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:356:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:349:0: note: Variable 'f' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:356:3: note: Variable 'f' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:473:42: style: Function 'lw_object_radius' argument 1 names different: declaration 'lw_object' definition 'lwo'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.h:130:44: note: Function 'lw_object_radius' argument 1 names different: declaration 'lw_object' definition 'lwo'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:473:42: note: Function 'lw_object_radius' argument 1 names different: declaration 'lw_object' definition 'lwo'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:489:32: style: Function 'lw_object_scale' argument 1 names different: declaration 'lw_object' definition 'lwo'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.h:131:38: note: Function 'lw_object_scale' argument 1 names different: declaration 'lw_object' definition 'lwo'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/old_lw.cpp:489:32: note: Function 'lw_object_scale' argument 1 names different: declaration 'lw_object' definition 'lwo'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:63:9: style: Class 'SceneLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:41:26: style: The function 'fix_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:28:27: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:41:26: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:42:26: style: The function 'fix_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:29:27: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:42:26: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:43:26: style: The function 'fix_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:30:27: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:43:26: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:44:26: style: The function 'fix_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:31:27: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:44:26: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:45:21: style: The function 'invert_winding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:32:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.h:45:21: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.cpp:72:14: warning: Member variable 'SceneLoader::current_channel_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.cpp:72:14: warning: Member variable 'SceneLoader::channel_count_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.cpp:72:14: warning: Member variable 'SceneLoader::version_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.cpp:78:14: warning: Member variable 'SceneLoader::current_channel_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.cpp:78:14: warning: Member variable 'SceneLoader::channel_count_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lws/SceneLoader.cpp:78:14: warning: Member variable 'SceneLoader::version_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/md2/ReaderWriterMD2.cpp:122:9: style: struct member 'MD2_GLCOMMANDVERTEX::vertexIndex' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/BodyPart.cpp:41:32: style: Function 'getModel' argument 1 names different: declaration 'modelIndex' definition 'partIndex'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/BodyPart.h:43:35: note: Function 'getModel' argument 1 names different: declaration 'modelIndex' definition 'partIndex'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/BodyPart.cpp:41:32: note: Function 'getModel' argument 1 names different: declaration 'modelIndex' definition 'partIndex'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/BodyPart.h:42:22: style: Technically the member function 'mdl::BodyPart::getNumModels' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/BodyPart.cpp:35:15: note: Technically the member function 'mdl::BodyPart::getNumModels' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/BodyPart.h:42:22: note: Technically the member function 'mdl::BodyPart::getNumModels' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Mesh.h:61:5: style: Class 'Mesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Model.h:60:5: style: Class 'Model' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/BodyPart.h:36:5: style: Class 'BodyPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:506:22: style: The scope of the variable 'modelNode' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:539:20: style: The scope of the variable 'meshNode' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:598:23: style: The scope of the variable 'offset' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:600:23: style: The scope of the variable 'partNode' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:231:59: style: Function 'readMaterialFile' argument 1 names different: declaration 'mtlName' definition 'materialName'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.h:174:64: note: Function 'readMaterialFile' argument 1 names different: declaration 'mtlName' definition 'materialName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:231:59: note: Function 'readMaterialFile' argument 1 names different: declaration 'mtlName' definition 'materialName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:243:30: style: Unused variable: texName [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:244:30: style: Unused variable: tex2Name [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:592:23: style: Unused variable: baseName [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:97:5: performance: Variable 'root_node' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.h:170:19: performance: Technically the member function 'mdl::MDLReader::getToken' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:106:24: note: Technically the member function 'mdl::MDLReader::getToken' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.h:170:19: note: Technically the member function 'mdl::MDLReader::getToken' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.h:173:35: performance: Technically the member function 'mdl::MDLReader::readTextureFile' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:149:29: note: Technically the member function 'mdl::MDLReader::readTextureFile' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.h:173:35: note: Technically the member function 'mdl::MDLReader::readTextureFile' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.h:187:30: style: Technically the member function 'mdl::MDLReader::getRootNode' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.cpp:739:26: note: Technically the member function 'mdl::MDLReader::getRootNode' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLReader.h:187:30: note: Technically the member function 'mdl::MDLReader::getRootNode' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLRoot.h:29:19: style: Technically the member function 'mdl::MDLRoot::getNumBodyParts' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLRoot.cpp:25:14: note: Technically the member function 'mdl::MDLRoot::getNumBodyParts' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/MDLRoot.h:29:19: note: Technically the member function 'mdl::MDLRoot::getNumBodyParts' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Mesh.cpp:14:5: performance: Variable 'state_set' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Mesh.h:69:24: style: Technically the member function 'mdl::Mesh::getNumLODVertices' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Mesh.cpp:43:11: note: Technically the member function 'mdl::Mesh::getNumLODVertices' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Mesh.h:69:24: note: Technically the member function 'mdl::Mesh::getNumLODVertices' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Model.h:65:19: style: Technically the member function 'mdl::Model::getVertexBase' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Model.cpp:29:12: note: Technically the member function 'mdl::Model::getVertexBase' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Model.h:65:19: note: Technically the member function 'mdl::Model::getVertexBase' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Model.h:68:19: style: Technically the member function 'mdl::Model::getNumMeshes' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Model.cpp:43:12: note: Technically the member function 'mdl::Model::getNumMeshes' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/Model.h:68:19: note: Technically the member function 'mdl::Model::getNumMeshes' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VTXReader.cpp:42:23: style: The scope of the variable 'currentModel' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VTXReader.cpp:170:22: style: The scope of the variable 'currentMesh' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VTXReader.cpp:256:31: style: The scope of the variable 'vertexID' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VTXReader.cpp:372:25: style: The scope of the variable 'currentPart' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VTXReader.cpp:28:5: performance: Variable 'model_root' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VTXReader.h:205:39: performance: Technically the member function 'mdl::VTXReader::processStrip' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VTXReader.cpp:326:34: note: Technically the member function 'mdl::VTXReader::processStrip' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VTXReader.h:205:39: note: Technically the member function 'mdl::VTXReader::processStrip' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VTXReader.h:216:31: style: Technically the member function 'mdl::VTXReader::getModel' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VTXReader.cpp:422:26: note: Technically the member function 'mdl::VTXReader::getModel' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VTXReader.h:216:31: note: Technically the member function 'mdl::VTXReader::getModel' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.cpp:28:12: warning: Member variable 'VVDReader::fixup_table' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.h:88:17: style: Technically the member function 'mdl::VVDReader::getNumLODVertices' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.cpp:139:16: note: Technically the member function 'mdl::VVDReader::getNumLODVertices' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.h:88:17: note: Technically the member function 'mdl::VVDReader::getNumLODVertices' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.h:90:17: style: Technically the member function 'mdl::VVDReader::getVertex' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.cpp:145:17: note: Technically the member function 'mdl::VVDReader::getVertex' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.h:90:17: note: Technically the member function 'mdl::VVDReader::getVertex' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.h:91:17: style: Technically the member function 'mdl::VVDReader::getNormal' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.cpp:151:17: note: Technically the member function 'mdl::VVDReader::getNormal' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.h:91:17: note: Technically the member function 'mdl::VVDReader::getNormal' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.h:92:17: style: Technically the member function 'mdl::VVDReader::getTexCoords' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.cpp:157:17: note: Technically the member function 'mdl::VVDReader::getTexCoords' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.h:92:17: note: Technically the member function 'mdl::VVDReader::getTexCoords' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.h:79:23: style: Class 'VVDReader' is unsafe, 'VVDReader::fixup_table' can leak by wrong usage. [unsafeClassCanLeak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/VVDReader.cpp:71:0: error: Memory leak: vvdFile [memleak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/normals/Normals.cpp:134:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/normals/Normals.cpp:135:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/normals/Normals.cpp:38:5: performance: Variable '_local_coords' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/normals/Normals.cpp:39:5: performance: Variable '_mat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:217:42: style: Function 'process' argument 1 names different: declaration 'texture' definition 'image'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:16:31: note: Function 'process' argument 1 names different: declaration 'texture' definition 'image'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:217:42: note: Function 'process' argument 1 names different: declaration 'texture' definition 'image'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:86:39: warning: Member variable 'OSGImageOutputHandler::_width' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:86:39: warning: Member variable 'OSGImageOutputHandler::_height' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:86:39: warning: Member variable 'OSGImageOutputHandler::_currentMipLevel' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/nvtt/NVTTImageProcessor.cpp:86:39: warning: Member variable 'OSGImageOutputHandler::_currentNumberOfWritenBytes' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:460:68: style: Function 'getUniqueName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:146:54: note: Function 'getUniqueName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:460:68: note: Function 'getUniqueName' argument 1 names different: declaration 'defaultValue' definition 'defaultvalue'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:498:59: style: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:144:45: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:498:59: note: Function 'processStateSet' argument 1 names different: declaration 'stateset' definition 'ss'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_fout' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_nameStack' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_stateSetStack' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_currentStateSet' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_nameMap' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_lastVertexIndex' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_lastNormalIndex' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_lastTexIndex' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:139:31: warning: Member variable 'OBJWriterNodeVisitor::_materialMap' is not assigned a value in 'OBJWriterNodeVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:74:23: warning: Member variable 'ValueVisitor::_fout' is not assigned a value in 'ValueVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:74:23: warning: Member variable 'ValueVisitor::_m' is not assigned a value in 'ValueVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:74:23: warning: Member variable 'ValueVisitor::_applyMatrix' is not assigned a value in 'ValueVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:74:23: warning: Member variable 'ValueVisitor::_isNormal' is not assigned a value in 'ValueVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:74:23: warning: Member variable 'ValueVisitor::_origin' is not assigned a value in 'ValueVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_fout' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_modeCache' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_indexCache' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_lastVertexIndex' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_lastNormalIndex' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_lastTexIndex' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_hasNormalCoords' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_hasTexCoords' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_geo' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:303:34: warning: Member variable 'ObjPrimitiveIndexWriter::_normalIndex' is not assigned a value in 'ObjPrimitiveIndexWriter::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:420:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:50:1: warning: The class 'OBJWriterNodeVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:25:1: warning: The class 'ValueVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:83:1: warning: The class 'ObjPrimitiveIndexWriter' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/OBJWriterNodeVisitor.h:53:68: performance: Function parameter 'materialFileName' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/ReaderWriterOBJ.cpp:898:78: style: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/ReaderWriterOBJ.cpp:79:52: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/ReaderWriterOBJ.cpp:898:78: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.h:208:9: style: Technically the member function 'obj::Model::remapVertexIndex' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.h:209:9: style: Technically the member function 'obj::Model::remapNormalIndex' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.h:210:9: style: Technically the member function 'obj::Model::remapTexCoordIndex' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.h:129:5: style: Class 'Element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.cpp:201:9: style: Condition 'changeTabsToSpaces' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.cpp:128:31: note: Assignment 'changeTabsToSpaces=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.cpp:201:9: note: Condition 'changeTabsToSpaces' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.cpp:234:17: style: Unused variable: filename [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.h:197:17: performance: Technically the member function 'obj::Model::lastComponent' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.cpp:214:20: note: Technically the member function 'obj::Model::lastComponent' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.h:197:17: note: Technically the member function 'obj::Model::lastComponent' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.h:201:10: performance: Technically the member function 'obj::Model::readline' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.cpp:123:13: note: Technically the member function 'obj::Model::readline' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/obj/obj.h:201:10: note: Technically the member function 'obj::Model::readline' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ogr/ReaderWriterOGR.cpp:291:0: error: Memory leak: geom [memleak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscHostEndianness.h:94:0: error: #error please edit OscHostEndianness.h to configure endianness [preprocessorErrorDirective]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscTypes.h:137:5: warning: Member variable 'RgbaColor::value' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscTypes.h:146:5: warning: Member variable 'MidiMessage::value' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscTypes.h:155:5: warning: Member variable 'TimeTag::value' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscTypes.h:164:5: warning: Member variable 'Symbol::value' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscTypes.h:173:5: warning: Member variable 'Blob::data' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscTypes.h:173:5: warning: Member variable 'Blob::size' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscException.h:41:5: warning: Member variable 'Exception::what_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscReceivedElements.h:139:10: style: Unused private function: 'ReceivedBundleElementIterator::IsEqualTo' [unusedPrivateFunction]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/ip/IpEndpointName.h:42:5: style: Class 'IpEndpointName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/ip/UdpSocket.h:121:2: style: Class 'UdpTransmitSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/ip/UdpSocket.h:128:2: style: Class 'UdpReceiveSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscException.h:44:5: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscOutboundPacketStream.h:41:5: style: Class 'OutOfBufferMemoryException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscOutboundPacketStream.h:47:5: style: Class 'BundleNotInProgressException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscOutboundPacketStream.h:54:5: style: Class 'MessageInProgressException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscOutboundPacketStream.h:61:5: style: Class 'MessageNotInProgressException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscReceivedElements.h:44:5: style: Class 'MalformedMessageException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscReceivedElements.h:50:5: style: Class 'MalformedBundleException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscReceivedElements.h:56:5: style: Class 'WrongArgumentTypeException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscReceivedElements.h:62:5: style: Class 'MissingArgumentException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscReceivedElements.h:68:5: style: Class 'ExcessArgumentException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscReceivedElements.h:93:5: style: Class 'ReceivedBundleElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscReceivedElements.h:111:2: style: Class 'ReceivedBundleElementIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:112:18: style: The function 'ProcessMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscPacketListener.h:55:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:112:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:113:18: style: The function 'ProcessPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscPacketListener.h:59:15: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:113:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:114:18: style: The function 'ProcessBundle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/osc/OscPacketListener.h:41:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:114:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:163:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:74:22: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:163:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:171:18: style: The function 'describeTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:79:22: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/OscReceivingDevice.hpp:171:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/ip/posix/UdpSocket.cpp:320:5: warning: Member variable 'Implementation::break_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/ip/posix/UdpSocket.cpp:226:9: style: Technically the member function 'Implementation::Socket' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/ip/posix/UdpSocket.cpp:310:12: performance: Technically the member function 'Implementation::GetCurrentTimeMs' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/ip/win32/UdpSocket.cpp:313:5: warning: Member variable 'Implementation::break_' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/ip/win32/UdpSocket.cpp:100:8: performance: Variable 'socket_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/ip/win32/UdpSocket.cpp:315:3: performance: Variable 'breakEvent_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/ip/win32/UdpSocket.cpp:303:9: performance: Technically the member function 'Implementation::GetCurrentTimeMs' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/ReaderWriterOSG.cpp:135:17: warning: Identical condition '_wrappersLoaded', second condition is always false [identicalConditionAfterEarlyExit]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/ReaderWriterOSG.cpp:132:17: note: first condition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/ReaderWriterOSG.cpp:135:17: note: second condition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/ReaderWriterOSG.cpp:208:18: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/ReaderWriterOSG.cpp:212:13: note: Found duplicate branches for 'if' and 'else'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/ReaderWriterOSG.cpp:208:18: note: Found duplicate branches for 'if' and 'else'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/BinaryStreamOperator.h:53:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/BinaryStreamOperator.h:56:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/BinaryStreamOperator.h:181:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/BinaryStreamOperator.h:182:42: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/BinaryStreamOperator.h:187:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/BinaryStreamOperator.h:188:42: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/AsciiStreamOperator.h:313:28: style: Checking if unsigned variable 'blocks' is less than zero. [unsignedLessThanZero]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/XmlStreamOperator.h:455:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/XmlStreamOperator.h:464:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/XmlStreamOperator.h:471:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/XmlStreamOperator.h:313:9: performance: Variable '_root' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/AsciiStreamOperator.h:138:5: style: Class 'AsciiInputIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/BinaryStreamOperator.h:12:5: style: Class 'BinaryOutputIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/XmlStreamOperator.h:310:5: style: Class 'XmlInputIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.cpp:397:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.cpp:440:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.cpp:443:32: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.cpp:329:89: style: Function 'open' argument 3 names different: declaration 'indexBlockSizeHint' definition 'indexBlockSize'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.h:39:91: note: Function 'open' argument 3 names different: declaration 'indexBlockSizeHint' definition 'indexBlockSize'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.cpp:329:89: note: Function 'open' argument 3 names different: declaration 'indexBlockSizeHint' definition 'indexBlockSize'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.cpp:425:40: style: Function '_open' argument 1 names different: declaration 'fin' definition 'input'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.h:210:34: note: Function '_open' argument 1 names different: declaration 'fin' definition 'input'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.cpp:425:40: note: Function '_open' argument 1 names different: declaration 'fin' definition 'input'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.cpp:319:15: warning: Member variable 'OSGA_Archive::_version' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.h:45:22: warning: Virtual function 'close' is called from destructor '~OSGA_Archive()' at line 325. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.cpp:325:5: note: Calling close
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.h:45:22: note: close is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/OSGA_Archive.h:114:13: style: Class 'IndexBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/json_stream:204:17: style: The scope of the variable 'code_unit1' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:85:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:27:5: warning: Member variable 'Vec5::_v' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:272:9: performance: Variable '_arrayData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:120:5: style: Struct 'JSONVec3Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:126:5: style: Struct 'JSONVec4Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:131:5: style: Struct 'JSONVec5Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:136:5: style: Struct 'JSONVec2Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:208:5: style: Struct 'JSONMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:271:5: style: Struct 'JSONVertexArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:279:5: style: Struct 'JSONBufferArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:298:5: style: Struct 'JSONDrawArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:303:5: style: Struct 'JSONDrawArrayLengths' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:328:5: style: Struct 'JSONDrawElements' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:143:0: style: Struct 'JSONValue < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:56:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:43:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:56:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:93:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:56:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:93:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:106:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:56:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:106:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:108:16: style: The function 'asArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:58:24: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:108:16: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:113:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:106:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:113:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:121:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:106:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:121:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:160:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:56:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:160:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:177:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:56:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:177:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:213:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:106:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:213:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:268:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:106:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:268:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:287:10: style: The function 'setBufferName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:73:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:287:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:305:10: style: The function 'setBufferName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:73:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:305:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:362:10: style: The function 'setBufferName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:73:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:362:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:147:0: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:56:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:147:0: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects.cpp:553:27: style: Unused variable: b [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects.cpp:59:5: performance: Variable '_bufferName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:143:0: style: Struct 'JSONValue < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:143:0: style: Struct 'JSONValue < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:143:0: error: syntax error [syntaxError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:347:64: style: Function 'createJSONDrawArray' argument 1 names different: declaration 'drawArray' definition 'da'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor:180:54: note: Function 'createJSONDrawArray' argument 1 names different: declaration 'drawArray' definition 'da'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:347:64: note: Function 'createJSONDrawArray' argument 1 names different: declaration 'drawArray' definition 'da'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:361:77: style: Function 'createJSONDrawArrayLengths' argument 1 names different: declaration 'drawArray' definition 'da'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor:181:67: note: Function 'createJSONDrawArrayLengths' argument 1 names different: declaration 'drawArray' definition 'da'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:361:77: note: Function 'createJSONDrawArrayLengths' argument 1 names different: declaration 'drawArray' definition 'da'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:546:61: style: Function 'createJSONMaterial' argument 1 names different: declaration 'sa' definition 'material'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor:167:51: note: Function 'createJSONMaterial' argument 1 names different: declaration 'sa' definition 'material'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:546:61: note: Function 'createJSONMaterial' argument 1 names different: declaration 'sa' definition 'material'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:567:55: style: Function 'createJSONLight' argument 1 names different: declaration 'sa' definition 'light'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor:168:45: note: Function 'createJSONLight' argument 1 names different: declaration 'sa' definition 'light'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:567:55: note: Function 'createJSONLight' argument 1 names different: declaration 'sa' definition 'light'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:675:59: style: Function 'createJSONTexture' argument 1 names different: declaration 'sa' definition 'texture'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor:166:49: note: Function 'createJSONTexture' argument 1 names different: declaration 'sa' definition 'texture'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:675:59: note: Function 'createJSONTexture' argument 1 names different: declaration 'sa' definition 'texture'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:723:61: style: Function 'createJSONStateSet' argument 1 names different: declaration 'ss' definition 'stateset'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor:165:51: note: Function 'createJSONStateSet' argument 1 names different: declaration 'ss' definition 'stateset'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/WriteVisitor.cpp:723:61: note: Function 'createJSONStateSet' argument 1 names different: declaration 'ss' definition 'stateset'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:328:0: style: Struct 'JSONDrawElements < osg :: DrawElementsUInt >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:328:0: style: Struct 'JSONDrawElements < osg :: DrawElementsUShort >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:328:0: style: Struct 'JSONDrawElements < osg :: DrawElementsUByte >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:362:0: style: The function 'setBufferName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:73:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osgjs/JSON_Objects:362:0: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:1635:107: style: Function 'parseTimeout' argument 2 names different: declaration 'cur' definition 'root'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:185:91: note: Function 'parseTimeout' argument 2 names different: declaration 'cur' definition 'root'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:1635:107: note: Function 'parseTimeout' argument 2 names different: declaration 'cur' definition 'root'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:1997:105: style: Function 'parseLayer' argument 2 names different: declaration 'cur' definition 'root'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:191:89: note: Function 'parseLayer' argument 2 names different: declaration 'cur' definition 'root'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:1997:105: note: Function 'parseLayer' argument 2 names different: declaration 'cur' definition 'root'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:2379:106: style: Function 'parseSlide' argument 2 names different: declaration 'cur' definition 'root'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:201:90: note: Function 'parseSlide' argument 2 names different: declaration 'cur' definition 'root'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:2379:106: note: Function 'parseSlide' argument 2 names different: declaration 'cur' definition 'root'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:2930:81: style: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:166:52: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:2930:81: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:2986:47: style: Variable 'fileNameSansNestedExtension' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:129:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:130:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:137:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/p3d/ReaderWriterP3D.cpp:142:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pdf/ReaderWriterPDF.cpp:28:9: style: Class 'CairoImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pfb/ConvertFromPerformer.cpp:532:62: style: Function 'visitGeoSet' argument 1 names different: declaration 'osgParent' definition 'osgGeode'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pfb/ConvertFromPerformer.h:51:48: note: Function 'visitGeoSet' argument 1 names different: declaration 'osgParent' definition 'osgGeode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pfb/ConvertFromPerformer.cpp:532:62: note: Function 'visitGeoSet' argument 1 names different: declaration 'osgParent' definition 'osgGeode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pfb/ConvertFromPerformer.cpp:981:67: style: Function 'visitGeoState' argument 1 names different: declaration 'osgDrawble' definition 'osgDrawable'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pfb/ConvertFromPerformer.h:52:53: note: Function 'visitGeoState' argument 1 names different: declaration 'osgDrawble' definition 'osgDrawable'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pfb/ConvertFromPerformer.cpp:981:67: note: Function 'visitGeoState' argument 1 names different: declaration 'osgDrawble' definition 'osgDrawable'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pfb/ConvertFromPerformer.h:50:13: performance: Technically the member function 'ConvertFromPerformer::getNumVerts' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pfb/ConvertFromPerformer.cpp:486:27: note: Technically the member function 'ConvertFromPerformer::getNumVerts' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pfb/ConvertFromPerformer.h:50:13: note: Technically the member function 'ConvertFromPerformer::getNumVerts' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pic/ReaderWriterPIC.cpp:160:19: warning: Either the condition 'if(tmpbuf)' is redundant or there is possible null pointer dereference: tmpbuf. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pic/ReaderWriterPIC.cpp:164:16: note: Assuming that condition 'if(tmpbuf)' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pic/ReaderWriterPIC.cpp:160:19: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pic/ReaderWriterPIC.cpp:219:13: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pic/ReaderWriterPIC.cpp:214:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pic/ReaderWriterPIC.cpp:219:13: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:2052:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:2056:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:2584:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:2588:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:701:9: style: Variable 'item_size' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:693:9: note: Variable 'item_size' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:701:9: note: Variable 'item_size' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:809:15: style: The scope of the variable 'elem' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:1026:18: style: The scope of the variable 'prop' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:1443:14: style: The scope of the variable 'other' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:1473:14: style: The scope of the variable 'other' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:1528:15: style: The scope of the variable 'elem' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:1661:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:1672:7: style: The scope of the variable 'store_it' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:1673:10: style: The scope of the variable 'store_array' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:1783:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:1792:7: style: The scope of the variable 'store_it' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:1793:10: style: The scope of the variable 'store_array' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/plyfile.cpp:1979:7: error: Common realloc mistake: 'words' nulled but not freed upon failure [memleakOnRealloc]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:253:32: style: The scope of the variable 'index' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:48:42: style: Function 'readVertices' argument 3 names different: declaration 'vertexFields' definition 'fields'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.h:65:38: note: Function 'readVertices' argument 3 names different: declaration 'vertexFields' definition 'fields'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:48:42: note: Function 'readVertices' argument 3 names different: declaration 'vertexFields' definition 'fields'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:271:49: style: Function 'readPlyFile' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.h:42:45: note: Function 'readPlyFile' argument 1 names different: declaration 'file' definition 'filename'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:271:49: note: Function 'readPlyFile' argument 1 names different: declaration 'file' definition 'filename'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:72:25: style: struct member '_Vertex::specular_coeff' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:73:25: style: struct member '_Vertex::specular_power' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:35:5: performance: Variable '_vertices' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:36:5: performance: Variable '_colors' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:37:5: performance: Variable '_normals' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:38:5: performance: Variable '_triangles' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:39:5: performance: Variable '_diffuse' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:40:5: performance: Variable '_ambient' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:41:5: performance: Variable '_specular' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/vertexData.cpp:42:5: performance: Variable '_texcoord' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/png/ReaderWriterPNG.cpp:103:13: style: Variable 'png' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/png/ReaderWriterPNG.cpp:96:0: note: Variable 'png' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/png/ReaderWriterPNG.cpp:103:13: note: Variable 'png' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/png/ReaderWriterPNG.cpp:164:17: style: The scope of the variable 'trans' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/png/ReaderWriterPNG.cpp:168:27: style: The scope of the variable 'header' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/png/ReaderWriterPNG.cpp:173:25: style: The scope of the variable 'row_p' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/png/ReaderWriterPNG.cpp:40:9: performance: Variable '_message' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/png/ReaderWriterPNG.cpp:38:5: style: Class 'PNGError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:642:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:182:26: warning: Member variable 'PovVec3WriterVisitor::_fout' is not assigned a value in 'PovVec3WriterVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:182:26: warning: Member variable 'PovVec3WriterVisitor::_m' is not assigned a value in 'PovVec3WriterVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:182:26: warning: Member variable 'PovVec3WriterVisitor::_applyMatrix' is not assigned a value in 'PovVec3WriterVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:182:26: warning: Member variable 'PovVec3WriterVisitor::_isNormal' is not assigned a value in 'PovVec3WriterVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:182:26: warning: Member variable 'PovVec3WriterVisitor::_origin' is not assigned a value in 'PovVec3WriterVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:247:26: warning: Member variable 'PovVec2WriterVisitor::_fout' is not assigned a value in 'PovVec2WriterVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:247:26: warning: Member variable 'PovVec2WriterVisitor::_m' is not assigned a value in 'PovVec2WriterVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:247:26: warning: Member variable 'PovVec2WriterVisitor::_applyMatrix' is not assigned a value in 'PovVec2WriterVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:247:26: warning: Member variable 'PovVec2WriterVisitor::_isNormal' is not assigned a value in 'PovVec2WriterVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:247:26: warning: Member variable 'PovVec2WriterVisitor::_origin' is not assigned a value in 'PovVec2WriterVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:261:4: style: Class 'ArrayValueFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:427:4: style: Class 'TriangleWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:441:4: style: Class 'TriangleStripWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:457:4: style: Class 'TriangleFanWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:128:1: warning: The class 'PovVec3WriterVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:192:1: warning: The class 'PovVec2WriterVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:429:17: style: The function 'processIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:383:17: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:429:17: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:443:17: style: The function 'processIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:383:17: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:443:17: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:459:17: style: The function 'processIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:383:17: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:459:17: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/ReaderWriterPOV.cpp:36:11: style: The scope of the variable 'fovy' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/ReaderWriterPOV.cpp:36:17: style: The scope of the variable 'aspectRatio' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pov/ReaderWriterPOV.cpp:36:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pvr/ReaderWriterPVR.cpp:141:18: style: The scope of the variable 'width' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pvr/ReaderWriterPVR.cpp:141:25: style: The scope of the variable 'height' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pvr/ReaderWriterPVR.cpp:57:8: performance: Technically the member function '_PVRTexHeader::needsBytesSwapped' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pvr/ReaderWriterPVR.cpp:71:15: performance: Technically the member function '_PVRTexHeader::swapBytes' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/python/PythonScriptEngine.h:24:1: warning: The class 'PythonScriptEngine' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.cpp:39:53: style: Function 'load' argument 2 names different: declaration 'fileName' definition 'afilename'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.h:42:54: note: Function 'load' argument 2 names different: declaration 'fileName' definition 'afilename'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.cpp:39:53: note: Function 'load' argument 2 names different: declaration 'fileName' definition 'afilename'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_movieWidth' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_movieHeight' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_textureWidth' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_textureHeight' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_timescale' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_movieRate' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.cpp:20:12: warning: Member variable 'MovieData::_preRolled' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.h:59:27: style: Technically the member function 'MovieData::getCachedMovieRate' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/MovieData.h:122:54: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:298:9: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:292:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:298:9: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:468:9: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:465:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:468:9: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:201:27: style: The scope of the variable 'newBytes' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:278:9: style: The scope of the variable 'rowStride' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:45:54: style: Function 'flipImage' argument 1 names different: declaration 'buffer' definition 'pixels'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.h:41:39: note: Function 'flipImage' argument 1 names different: declaration 'buffer' definition 'pixels'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:45:54: note: Function 'flipImage' argument 1 names different: declaration 'buffer' definition 'pixels'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:274:60: style: Function 'doImport' argument 1 names different: declaration 'buffer' definition 'data'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.h:53:45: note: Function 'doImport' argument 1 names different: declaration 'buffer' definition 'data'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:274:60: note: Function 'doImport' argument 1 names different: declaration 'buffer' definition 'data'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:274:79: style: Function 'doImport' argument 2 names different: declaration 'dataSize' definition 'sizeData'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.h:53:66: note: Function 'doImport' argument 2 names different: declaration 'dataSize' definition 'sizeData'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:274:79: note: Function 'doImport' argument 2 names different: declaration 'dataSize' definition 'sizeData'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.h:33:27: style: Technically the member function 'QuicktimeImportExport::getLastErrorString' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.h:36:14: style: Technically the member function 'QuicktimeImportExport::success' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.h:41:14: performance: Technically the member function 'QuicktimeImportExport::flipImage' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.cpp:45:29: note: Technically the member function 'QuicktimeImportExport::flipImage' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTImportExport.h:41:14: note: Technically the member function 'QuicktimeImportExport::flipImage' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:236:9: style: Variable 'vid_err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:222:9: note: Variable 'vid_err' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:236:9: note: Variable 'vid_err' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:414:27: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:412:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:414:27: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:471:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:469:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:471:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:476:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:471:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:476:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:504:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:500:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:504:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:574:27: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:572:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:574:27: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:625:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:621:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:625:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:627:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:625:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:627:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:652:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:651:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:652:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:657:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:652:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:657:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:659:43: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:657:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:659:43: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:715:27: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:713:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:715:27: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:727:35: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:723:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:727:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:729:35: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:727:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:729:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:747:35: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:746:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:747:35: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:51:32: style: Function 'pstr_printable' argument 1 names different: declaration 'src' definition 'src_pstr'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.h:86:32: note: Function 'pstr_printable' argument 1 names different: declaration 'src' definition 'src_pstr'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:51:32: note: Function 'pstr_printable' argument 1 names different: declaration 'src' definition 'src_pstr'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:42: style: Function 'get_video_device_bounds_idstr' argument 1 names different: declaration 'videoDeviceID' definition 'deviceID'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.h:98:42: note: Function 'get_video_device_bounds_idstr' argument 1 names different: declaration 'videoDeviceID' definition 'deviceID'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:42: note: Function 'get_video_device_bounds_idstr' argument 1 names different: declaration 'videoDeviceID' definition 'deviceID'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:58: style: Function 'get_video_device_bounds_idstr' argument 2 names different: declaration 'videoDeviceInputID' definition 'deviceInputID'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.h:98:63: note: Function 'get_video_device_bounds_idstr' argument 2 names different: declaration 'videoDeviceInputID' definition 'deviceInputID'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:58: note: Function 'get_video_device_bounds_idstr' argument 2 names different: declaration 'videoDeviceInputID' definition 'deviceInputID'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:117: style: Function 'get_video_device_bounds_idstr' argument 5 names different: declaration 'out_videoDeviceIDStr' definition 'out_deviceIDStr'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.h:98:127: note: Function 'get_video_device_bounds_idstr' argument 5 names different: declaration 'out_videoDeviceIDStr' definition 'out_deviceIDStr'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QTLiveUtils.cpp:541:117: note: Function 'get_video_device_bounds_idstr' argument 5 names different: declaration 'out_videoDeviceIDStr' definition 'out_deviceIDStr'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeImageStream.h:87:17: warning: Virtual function 'quit' is called from destructor '~QuicktimeImageStream()' at line 70. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeImageStream.cpp:70:7: note: Calling quit
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeImageStream.h:87:17: note: quit is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeImageStream.h:47:4: style: Class 'QuicktimeImageStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:590:11: style: Condition '!done' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:586:29: note: Assignment 'done=false', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:590:11: note: Condition '!done' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:341:38: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:427:38: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:195:4: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:194:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:195:4: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:254:17: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:253:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:254:17: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:298:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:297:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:298:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:300:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:298:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:300:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:308:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:300:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:308:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:309:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:308:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:309:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:310:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:309:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:310:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:312:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:310:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:312:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:315:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:312:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:315:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:316:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:315:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:316:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:406:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:402:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:406:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:407:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:406:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:407:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:411:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:407:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:411:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:414:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:411:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:414:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:437:4: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:434:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:437:4: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:470:5: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:468:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:470:5: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:77:42: style: Function 'quit' argument 1 names different: declaration 'waitForThreadToExit' definition 'wiatForThreadToExit'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.h:65:26: note: Function 'quit' argument 1 names different: declaration 'waitForThreadToExit' definition 'wiatForThreadToExit'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:77:42: note: Function 'quit' argument 1 names different: declaration 'waitForThreadToExit' definition 'wiatForThreadToExit'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.h:49:3: style: Class 'QuicktimeLiveImageStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:35:64: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp:93:49: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:568:64: style: Same value in both branches of ternary operator. [duplicateValueTernary]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:105:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:105:23: style: The scope of the variable 'b2' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:119:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:119:23: style: The scope of the variable 'b2' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:119:27: style: The scope of the variable 'b3' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:119:31: style: The scope of the variable 'b4' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:161:9: style: The scope of the variable 'x' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:275:20: style: The scope of the variable 'iPtr' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:275:27: style: The scope of the variable 'oPtr' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:277:9: style: The scope of the variable 'count' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:277:16: style: The scope of the variable 'done' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:278:21: style: The scope of the variable 'tempShort' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:61:10: performance: Technically the member function '_rawImageRec::needsBytesSwapped' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/rgb/ReaderWriterRGB.cpp:75:17: performance: Technically the member function '_rawImageRec::swapBytes' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:122:5: style: Struct 'ShapeObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:102:1: warning: The struct 'Box' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:111:1: warning: The struct 'Range' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:127:1: warning: The struct 'Point' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:145:1: warning: The struct 'MultiPoint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:162:1: warning: The struct 'PolyLine' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:181:1: warning: The struct 'Polygon' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:200:1: warning: The struct 'PointM' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:223:1: warning: The struct 'MultiPointM' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:243:1: warning: The struct 'PolyLineM' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:263:1: warning: The struct 'PolygonM' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:290:1: warning: The struct 'PointZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:303:1: warning: The struct 'MultiPointZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:326:1: warning: The struct 'PolyLineZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:348:1: warning: The struct 'PolygonZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShape.h:374:1: warning: The struct 'MultiPatch' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:610:79: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:249:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:269:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:289:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:319:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:357:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:375:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:396:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:426:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:455:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:473:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:494:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:524:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:554:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.h:14:9: style: Class 'ArrayHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.cpp:15:53: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/XBaseParser.h:65:9: style: Class 'XBaseParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/ESRIShapeParser.h:64:44: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/XBaseParser.h:54:10: style: Technically the member function 'ESRIShape::XBaseFieldDescriptor::print' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/XBaseParser.cpp:52:28: note: Technically the member function 'ESRIShape::XBaseFieldDescriptor::print' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/XBaseParser.h:54:10: note: Technically the member function 'ESRIShape::XBaseFieldDescriptor::print' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/XBaseParser.cpp:143:37: error: Uninitialized struct member: _xBaseHeader._numRecord [uninitStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/XBaseParser.cpp:150:29: error: Uninitialized struct member: _xBaseHeader._numRecord [uninitStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:428:78: style: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:112:52: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:428:78: note: Function 'readNode' argument 1 names different: declaration 'fileName' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:255:13: performance: Variable 'm_localOptions' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:192:14: style: Technically the member function 'ReaderWriterSTL::ReaderObject::isEmpty' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:225:9: style: Class 'AsciiReaderObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:230:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:137:28: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:230:20: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:242:20: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:137:28: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:242:20: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:593:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/stl/ReaderWriterSTL.cpp:627:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tga/ReaderWriterTGA.cpp:486:13: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tga/ReaderWriterTGA.cpp:481:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tga/ReaderWriterTGA.cpp:486:13: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tga/ReaderWriterTGA.cpp:188:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tga/ReaderWriterTGA.cpp:260:9: style: The scope of the variable 'indexsize' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tga/ReaderWriterTGA.cpp:264:19: style: The scope of the variable 'rleCurrent' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:645:45: warning: Either the condition 'if(buffer)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:750:12: note: Assuming that condition 'if(buffer)' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:645:45: note: Null pointer addition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:650:22: warning: Either the condition 'if(buffer)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:750:12: note: Assuming that condition 'if(buffer)' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:650:22: note: Null pointer addition
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:359:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:360:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:418:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:419:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:420:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:421:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:466:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:467:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:468:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:469:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:470:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:793:13: style: Variable 'imageData' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:787:0: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:793:13: note: Variable 'imageData' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:376:18: style: The scope of the variable 'ix' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/trk/ReaderWriterTRK.cpp:289:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/trk/ReaderWriterTRK.cpp:295:30: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/trk/ReaderWriterTRK.cpp:65:10: performance: Technically the member function 'AssignDirectionColour::assign' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txf/TXFFont.h:25:5: style: Class 'TXFFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/ReaderWriterTXP.cpp:223:13: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/ReaderWriterTXP.cpp:222:0: note: Variable 'status' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/ReaderWriterTXP.cpp:223:13: note: Variable 'status' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:268:5: warning: Member variable 'trpg2dPoint::x' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:268:5: warning: Member variable 'trpg2dPoint::y' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:281:5: warning: Member variable 'trpg2iPoint::x' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:281:5: warning: Member variable 'trpg2iPoint::y' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:288:5: warning: Member variable 'trpg3dPoint::x' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:288:5: warning: Member variable 'trpg3dPoint::y' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:288:5: warning: Member variable 'trpg3dPoint::z' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:302:5: warning: Member variable 'trpgColor::red' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:302:5: warning: Member variable 'trpgColor::green' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:302:5: warning: Member variable 'trpgColor::blue' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:654:5: warning: Member variable 'trpgwAppFile::ness' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:654:5: warning: Member variable 'trpgwAppFile::cpuNess' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:654:5: warning: Member variable 'trpgwAppFile::fp' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:654:5: warning: Member variable 'trpgwAppFile::lengthSoFar' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:679:5: warning: Member variable 'trpgrAppFile::ness' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:679:5: warning: Member variable 'trpgrAppFile::cpuNess' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:679:5: warning: Member variable 'trpgrAppFile::fp' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:699:5: warning: Member variable 'trpgrAppFileCache::baseName' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:699:5: warning: Member variable 'trpgrAppFileCache::ext' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:699:5: warning: Member variable 'trpgrAppFileCache::timeCount' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::dir' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::ness' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::matTable' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::texTable' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::texCache' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::geotypCache' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:102:5: warning: Member variable 'trpgrImageHelper::separateGeoTyp' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPArchive.h:123:13: warning: Member variable 'TileLocationInfo::zmin' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPArchive.h:123:13: warning: Member variable 'TileLocationInfo::zmax' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TileMapper.h:97:5: warning: Member variable 'TileMapper::_containsGeode' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/ReaderWriterTXP.cpp:689:17: warning: Member variable 'SeamFinder::_x' is not assigned a value in 'SeamFinder::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/ReaderWriterTXP.cpp:689:17: warning: Member variable 'SeamFinder::_y' is not assigned a value in 'SeamFinder::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/ReaderWriterTXP.cpp:689:17: warning: Member variable 'SeamFinder::_lod' is not assigned a value in 'SeamFinder::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/ReaderWriterTXP.cpp:689:17: warning: Member variable 'SeamFinder::_archive' is not assigned a value in 'SeamFinder::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:303:10: style: Technically the member function 'trpgColor::operator==' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:542:9: style: Technically the member function 'trpgMemReadBuffer::GetLength' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1065:16: style: Technically the member function 'trpgRangeTable::GetNumRanges' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:380:5: style: Class 'trpgMemWriteBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:535:5: style: Class 'trpgMemReadBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/ReaderWriterTXP.cpp:661:1: warning: The class 'SeamFinder' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:390:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:390:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:392:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:392:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:396:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:330:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:396:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:400:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:400:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:402:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:402:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:405:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:405:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:408:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:408:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:414:18: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:328:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:414:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:416:18: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:342:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:416:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:421:18: style: The function 'Begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:344:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:421:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:423:18: style: The function 'End' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:346:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:423:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:426:18: style: The function 'Push' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:348:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:426:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:429:18: style: The function 'Pop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:350:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:429:18: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:538:10: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:500:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:538:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:548:10: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:512:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:548:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:549:10: style: The function 'GetDataRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:517:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:549:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:550:10: style: The function 'Skip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:520:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:550:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:105:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:105:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:174:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:174:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:176:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:176:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:178:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:178:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:303:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:303:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:305:17: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:305:17: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:307:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:307:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:309:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:309:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:487:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:487:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:489:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:489:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:491:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:491:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:493:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:493:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:796:10: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:796:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:799:10: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:799:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:802:10: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:802:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:808:10: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:808:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:879:10: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:879:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:882:10: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:882:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:885:10: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:885:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:888:10: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:888:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:934:10: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:934:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:937:10: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:937:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:940:10: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:940:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:943:10: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:943:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:999:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:999:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1002:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1002:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1005:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1005:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1008:10: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1008:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1076:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1076:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1079:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1079:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1082:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1082:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1085:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1085:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1182:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1182:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1185:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1185:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1187:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1187:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1189:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1189:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1366:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1366:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1369:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1369:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1371:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1371:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1373:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1373:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1478:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1478:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1481:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1481:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1483:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1483:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1485:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1485:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1580:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1580:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1583:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1583:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1587:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1587:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1651:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1651:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1654:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1654:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1656:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1656:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1658:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1658:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1710:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1710:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1713:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1713:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1715:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1715:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1717:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1717:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1832:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1832:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1835:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1835:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1837:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1837:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1839:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1839:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1955:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1955:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1958:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1958:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1960:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1960:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1962:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1962:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2289:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2289:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2292:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2292:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2294:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2294:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2296:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2296:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2346:21: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2369:21: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2369:21: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2371:17: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2371:17: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2373:17: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2373:17: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2447:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2447:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2464:13: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2367:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2464:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2466:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2369:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2466:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2468:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2468:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2470:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2470:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2482:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2482:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2502:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2502:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2504:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2504:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2506:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2506:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2573:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2573:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2576:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2369:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2576:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2578:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2578:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2580:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2580:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2663:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2663:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2666:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2666:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2668:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2668:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2670:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2670:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2706:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2369:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2706:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2708:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2708:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2710:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2710:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2713:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2713:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2735:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2369:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2735:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2737:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2737:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2739:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2739:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2742:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2742:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2782:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2782:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2784:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2784:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2786:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2786:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2789:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2789:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2840:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2840:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2842:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2842:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2844:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2844:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2847:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2847:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2882:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2882:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2885:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2885:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2887:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2887:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2889:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2889:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2931:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2931:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2933:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2933:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2935:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2935:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2938:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2938:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2971:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2971:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2974:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2974:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2976:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2976:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2978:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2978:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3024:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3024:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3026:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3026:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3028:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3028:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3031:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3031:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3066:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3066:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3069:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3069:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3071:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3071:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3073:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3073:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3170:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3170:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3172:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3172:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3174:13: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:619:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3174:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3177:13: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:616:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:3177:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:463:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:463:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPArchive.cpp:410:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPArchive.cpp:414:5: note: Found duplicate branches for 'if' and 'else'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPArchive.cpp:410:10: note: Found duplicate branches for 'if' and 'else'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPArchive.cpp:671:107: style: Function 'addLightAttribute' argument 3 names different: declaration 'attitude' definition 'att'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPArchive.h:97:104: note: Function 'addLightAttribute' argument 3 names different: declaration 'attitude' definition 'att'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPArchive.cpp:671:107: note: Function 'addLightAttribute' argument 3 names different: declaration 'attitude' definition 'att'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPArchive.cpp:469:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPArchive.cpp:483:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPArchive.cpp:634:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:385:5: style: Class 'geomRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:397:5: style: Class 'groupRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:408:5: style: Class 'attachRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:421:5: style: Class 'childRefRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:457:5: style: Class 'lodRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:468:5: style: Class 'tileHeaderRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:480:5: style: Class 'modelRefRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:491:5: style: Class 'billboardRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:502:5: style: Class 'lightRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:513:5: style: Class 'layerRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:524:5: style: Class 'labelRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.h:77:1: warning: The class 'GeodeGroup' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPIO.cpp:68:15: warning: Member variable 'Dump2Osg::_fw' is not assigned a value in 'Dump2Osg::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPIO.cpp:56:5: style: Class 'Dump2Osg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPIO.cpp:53:1: warning: The class 'Dump2Osg' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_archiveName' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_options' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_mutex' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_archive' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_pageManager' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_extents' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_nodesToAdd' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPNode.cpp:73:10: warning: Member variable 'TXPNode::_nodesToRemove' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPNode.h:48:1: warning: The class 'TXPNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPPagedLOD.cpp:29:10: style: The scope of the variable 'forceUseOfFirstChild' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPPagedLOD.h:43:5: warning: The class 'TXPPagedLOD' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:834:17: style: Variable 'lobeHorz' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:830:0: note: Variable 'lobeHorz' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:834:17: note: Variable 'lobeHorz' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:837:17: style: Variable 'lobeVert' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:830:0: note: Variable 'lobeVert' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:837:17: note: Variable 'lobeVert' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:840:17: style: Variable 'lobeRoll' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:830:0: note: Variable 'lobeRoll' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:840:17: note: Variable 'lobeRoll' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:852:17: style: Variable 'lobeHorz' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:848:0: note: Variable 'lobeHorz' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:852:17: note: Variable 'lobeHorz' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:855:17: style: Variable 'lobeVert' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:848:0: note: Variable 'lobeVert' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:855:17: note: Variable 'lobeVert' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:858:17: style: Variable 'lobeRoll' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:848:0: note: Variable 'lobeRoll' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:858:17: note: Variable 'lobeRoll' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:149:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:297:29: warning: Member variable 'FindEmptyGroupsVisitor::_nl' is not assigned a value in 'FindEmptyGroupsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:1272:9: performance: Variable '_m' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:284:5: style: Class 'FindEmptyGroupsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:1270:5: style: Class 'TransformFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPParser.cpp:281:1: warning: The class 'FindEmptyGroupsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPSeamLOD.cpp:26:13: warning: Member variable 'TXPSeamLOD::_center' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPSeamLOD.cpp:29:5: performance: Variable '_tid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/TXPSeamLOD.h:47:1: warning: The class 'TXPSeamLOD' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.cpp:44:7: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.cpp:193:7: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.cpp:230:7: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.cpp:50:15: style: The scope of the variable 'matTok' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.cpp:51:11: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.cpp:52:10: style: The scope of the variable 'status' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.cpp:53:22: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.cpp:235:11: style: The scope of the variable 'numTex' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.cpp:137:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.cpp:176:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.cpp:267:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:34:5: style: Class 'trpgMatTable1_0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:56:5: style: Class 'trpgTexTable1_0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:91:5: style: Class 'trpgTileTable1_0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:39:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:39:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:43:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:43:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:61:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:61:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:65:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:65:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:79:13: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:612:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:79:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:81:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:81:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:93:13: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:608:25: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_compat.h:93:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:314:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:320:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:326:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:333:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:340:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:350:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:361:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:374:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:402:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:414:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:427:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:438:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:444:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:450:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:456:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:462:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:467:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:473:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:757:27: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:641:15: style: The scope of the variable 'primType' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:641:24: style: The scope of the variable 'bind' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:641:29: style: The scope of the variable 'type' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:646:11: style: The scope of the variable 'hasPrimLen' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:101:46: style: Function 'SetMaterial' argument 2 names different: declaration 'matID' definition 'mat'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2116:39: note: Function 'SetMaterial' argument 2 names different: declaration 'matID' definition 'mat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:101:46: note: Function 'SetMaterial' argument 2 names different: declaration 'matID' definition 'mat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:108:39: style: Function 'SetMaterials' argument 1 names different: declaration 'numMat' definition 'num'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2119:32: note: Function 'SetMaterials' argument 1 names different: declaration 'numMat' definition 'num'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:108:39: note: Function 'SetMaterials' argument 1 names different: declaration 'numMat' definition 'num'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:108:56: style: Function 'SetMaterials' argument 2 names different: declaration 'matIDs' definition 'mat'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2119:52: note: Function 'SetMaterials' argument 2 names different: declaration 'matIDs' definition 'mat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:108:56: note: Function 'SetMaterials' argument 2 names different: declaration 'matIDs' definition 'mat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:114:35: style: Function 'AddMaterial' argument 1 names different: declaration 'matID' definition 'mat'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2123:32: note: Function 'AddMaterial' argument 1 names different: declaration 'matID' definition 'mat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:114:35: note: Function 'AddMaterial' argument 1 names different: declaration 'matID' definition 'mat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:223:35: style: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2043:26: note: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:223:35: note: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:231:35: style: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2044:26: note: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:231:35: note: Function 'set' argument 2 names different: declaration 'bind' definition 'in_bind'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:312:42: style: Function 'GetPrimType' argument 1 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2199:35: note: Function 'GetPrimType' argument 1 names different: declaration 'type' definition 't'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:312:42: note: Function 'GetPrimType' argument 1 names different: declaration 'type' definition 't'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:318:37: style: Function 'GetNumPrims' argument 1 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2204:30: note: Function 'GetNumPrims' argument 1 names different: declaration 'num' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:318:37: note: Function 'GetNumPrims' argument 1 names different: declaration 'num' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:324:40: style: Function 'GetPrimLengths' argument 1 names different: declaration 'lenArray' definition 'ret'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2212:33: note: Function 'GetPrimLengths' argument 1 names different: declaration 'lenArray' definition 'ret'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:324:40: note: Function 'GetPrimLengths' argument 1 names different: declaration 'lenArray' definition 'ret'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:331:40: style: Function 'GetNumMaterial' argument 1 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2217:33: note: Function 'GetNumMaterial' argument 1 names different: declaration 'num' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:331:40: note: Function 'GetNumMaterial' argument 1 names different: declaration 'num' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:337:36: style: Function 'GetMaterial' argument 1 names different: declaration 'num' definition 'id'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2223:29: note: Function 'GetMaterial' argument 1 names different: declaration 'num' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:337:36: note: Function 'GetMaterial' argument 1 names different: declaration 'num' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:337:46: style: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'm'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2223:40: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'm'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:337:46: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'm'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:348:38: style: Function 'GetNumVertex' argument 1 names different: declaration 'num' definition 'v'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2228:31: note: Function 'GetNumVertex' argument 1 names different: declaration 'num' definition 'v'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:348:38: note: Function 'GetNumVertex' argument 1 names different: declaration 'num' definition 'v'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:383:34: style: Function 'GetVertex' argument 1 names different: declaration 'id' definition 'n'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2240:27: note: Function 'GetVertex' argument 1 names different: declaration 'id' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:383:34: note: Function 'GetVertex' argument 1 names different: declaration 'id' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:400:40: style: Function 'GetNumNormal' argument 1 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2244:31: note: Function 'GetNumNormal' argument 1 names different: declaration 'num' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:400:40: note: Function 'GetNumNormal' argument 1 names different: declaration 'num' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:436:41: style: Function 'GetNumColorSets' argument 1 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2257:34: note: Function 'GetNumColorSets' argument 1 names different: declaration 'num' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:436:41: note: Function 'GetNumColorSets' argument 1 names different: declaration 'num' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:465:40: style: Function 'GetNumEdgeFlag' argument 1 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2281:33: note: Function 'GetNumEdgeFlag' argument 1 names different: declaration 'num' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:465:40: note: Function 'GetNumEdgeFlag' argument 1 names different: declaration 'num' definition 'n'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:678:44: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:673:21: note: Assuming that condition 'num<0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:678:44: note: Invalid argument
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:693:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:688:21: note: Assuming that condition 'num<0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:693:47: note: Invalid argument
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:708:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:703:21: note: Assuming that condition 'num<0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:708:47: note: Invalid argument
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:724:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:719:21: note: Assuming that condition 'num<0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:724:47: note: Invalid argument
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:740:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:735:21: note: Assuming that condition 'num<0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:740:47: note: Invalid argument
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:757:48: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:750:21: note: Assuming that condition 'num<0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:757:48: note: Invalid argument
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:773:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:768:21: note: Assuming that condition 'num<0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:773:47: note: Invalid argument
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:789:47: warning: Either the condition 'num<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:784:21: note: Assuming that condition 'num<0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:789:47: note: Invalid argument
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:189:16: warning: Member variable 'trpgColorInfo::type' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:189:16: warning: Member variable 'trpgColorInfo::bind' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:217:14: warning: Member variable 'trpgTexData::bind' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2287:13: performance: Technically the member function 'trpgGeometry::isValid' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:481:20: note: Technically the member function 'trpgGeometry::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2287:13: note: Technically the member function 'trpgGeometry::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:634:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.cpp:634:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:294:11: style: The scope of the variable 'i8' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:295:15: style: The scope of the variable 'tok' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:296:10: style: The scope of the variable 'status' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:297:11: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:338:13: style: The scope of the variable 'range' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:91:35: style: Function 'SetVersion' argument 1 names different: declaration 'major' definition 'vmaj'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:55:28: note: Function 'SetVersion' argument 1 names different: declaration 'major' definition 'vmaj'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:91:35: note: Function 'SetVersion' argument 1 names different: declaration 'major' definition 'vmaj'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:91:46: style: Function 'SetVersion' argument 2 names different: declaration 'minor' definition 'vmin'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:55:38: note: Function 'SetVersion' argument 2 names different: declaration 'minor' definition 'vmin'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:91:46: note: Function 'SetVersion' argument 2 names different: declaration 'minor' definition 'vmin'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:96:37: style: Function 'SetDbVersion' argument 1 names different: declaration 'major' definition 'vmaj'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:57:30: note: Function 'SetDbVersion' argument 1 names different: declaration 'major' definition 'vmaj'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:96:37: note: Function 'SetDbVersion' argument 1 names different: declaration 'major' definition 'vmaj'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:96:48: style: Function 'SetDbVersion' argument 2 names different: declaration 'minor' definition 'vmin'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:57:40: note: Function 'SetDbVersion' argument 2 names different: declaration 'minor' definition 'vmin'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:96:48: note: Function 'SetDbVersion' argument 2 names different: declaration 'minor' definition 'vmin'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:101:34: style: Function 'SetTileSize' argument 1 names different: declaration 'lod' definition 'id'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:63:29: note: Function 'SetTileSize' argument 1 names different: declaration 'lod' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:101:34: note: Function 'SetTileSize' argument 1 names different: declaration 'lod' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:101:56: style: Function 'SetTileSize' argument 2 names different: declaration 'size' definition 'pt'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:63:52: note: Function 'SetTileSize' argument 2 names different: declaration 'size' definition 'pt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:101:56: note: Function 'SetTileSize' argument 2 names different: declaration 'size' definition 'pt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:110:48: style: Function 'SetExtents' argument 1 names different: declaration 'sw' definition 'in_sw'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:67:43: note: Function 'SetExtents' argument 1 names different: declaration 'sw' definition 'in_sw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:110:48: note: Function 'SetExtents' argument 1 names different: declaration 'sw' definition 'in_sw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:110:73: style: Function 'SetExtents' argument 2 names different: declaration 'ne' definition 'in_ne'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:67:65: note: Function 'SetExtents' argument 2 names different: declaration 'ne' definition 'in_ne'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:110:73: note: Function 'SetExtents' argument 2 names different: declaration 'ne' definition 'in_ne'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:127:33: style: Function 'SetLodSize' argument 1 names different: declaration 'lod' definition 'no'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:81:28: note: Function 'SetLodSize' argument 1 names different: declaration 'lod' definition 'no'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:127:33: note: Function 'SetLodSize' argument 1 names different: declaration 'lod' definition 'no'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:151:44: style: Function 'AddLod' argument 1 names different: declaration 'size' definition 'pt'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:89:39: note: Function 'AddLod' argument 1 names different: declaration 'size' definition 'pt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:151:44: note: Function 'AddLod' argument 1 names different: declaration 'size' definition 'pt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:151:66: style: Function 'AddLod' argument 2 names different: declaration 'ext' definition 'sz'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:89:63: note: Function 'AddLod' argument 2 names different: declaration 'ext' definition 'sz'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:151:66: note: Function 'AddLod' argument 2 names different: declaration 'ext' definition 'sz'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:151:77: style: Function 'AddLod' argument 3 names different: declaration 'range' definition 'r'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:89:75: note: Function 'AddLod' argument 3 names different: declaration 'range' definition 'r'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:151:77: note: Function 'AddLod' argument 3 names different: declaration 'range' definition 'r'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:158:44: style: Function 'SetLod' argument 1 names different: declaration 'size' definition 'pt'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:92:39: note: Function 'SetLod' argument 1 names different: declaration 'size' definition 'pt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:158:44: note: Function 'SetLod' argument 1 names different: declaration 'size' definition 'pt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:158:66: style: Function 'SetLod' argument 2 names different: declaration 'ext' definition 'sz'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:92:63: note: Function 'SetLod' argument 2 names different: declaration 'ext' definition 'sz'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:158:66: note: Function 'SetLod' argument 2 names different: declaration 'ext' definition 'sz'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:158:77: style: Function 'SetLod' argument 3 names different: declaration 'range' definition 'r'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:92:75: note: Function 'SetLod' argument 3 names different: declaration 'range' definition 'r'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:158:77: note: Function 'SetLod' argument 3 names different: declaration 'range' definition 'r'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:278:42: style: Function 'GetExtents' argument 1 names different: declaration 'sw' definition 'osw'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:127:37: note: Function 'GetExtents' argument 1 names different: declaration 'sw' definition 'osw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:278:42: note: Function 'GetExtents' argument 1 names different: declaration 'sw' definition 'osw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:278:59: style: Function 'GetExtents' argument 2 names different: declaration 'ne' definition 'one'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:127:53: note: Function 'GetExtents' argument 2 names different: declaration 'ne' definition 'one'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_header.cpp:278:59: note: Function 'GetExtents' argument 2 names different: declaration 'ne' definition 'one'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:142:9: style: The scope of the variable 'iVal' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:143:13: style: The scope of the variable 'fVal' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:308:15: style: The scope of the variable 'styleTok' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:309:11: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:310:10: style: The scope of the variable 'status' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:311:9: style: The scope of the variable 'numStyle' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:312:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:410:9: style: The scope of the variable 'iVal' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:553:15: style: The scope of the variable 'styleTok' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:554:11: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:555:10: style: The scope of the variable 'status' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:556:9: style: The scope of the variable 'numStyle' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:557:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:666:9: style: The scope of the variable 'iVal' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:813:15: style: The scope of the variable 'propertyTok' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:814:11: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:815:10: style: The scope of the variable 'status' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:816:9: style: The scope of the variable 'numProperty' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:817:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:1010:9: style: The scope of the variable 'numSupport' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:1010:20: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:1012:9: style: The scope of the variable 'iVal' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:241:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:261:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:297:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:485:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:507:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:542:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:741:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:763:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:800:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2941:17: performance: Technically the member function 'trpgSupportStyle::isValid' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:450:24: note: Technically the member function 'trpgSupportStyle::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2941:17: note: Technically the member function 'trpgSupportStyle::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:135:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:135:12: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:404:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:404:12: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:660:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_label.cpp:660:12: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:801:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:815:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:832:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:462:20: style: The scope of the variable 'type_data' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:463:20: style: The scope of the variable 'directionality_data' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:465:20: style: The scope of the variable 'float64_data' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:467:18: style: The scope of the variable 'int32_data' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:468:20: style: The scope of the variable 'quality_data' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:469:17: style: The scope of the variable 'commentStr' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:799:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:812:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:813:18: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:829:18: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:830:18: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:1042:18: style: The scope of the variable 'numLights' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:1043:18: style: The scope of the variable 'lightTok' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:1044:18: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:947:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:973:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:987:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:1007:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:40:16: warning: Member variable 'trpgLightAttr::LightFlags' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:46:16: warning: Member variable 'trpgLightAttr::LightFlags' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:599:31: warning: Member variable 'trpgLightAttr::LightFlags' is not assigned a value in 'trpgLightAttr::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:599:31: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:752:10: style: Technically the member function 'trpgLightAttr::GetFrontColor' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:235:21: note: Technically the member function 'trpgLightAttr::GetFrontColor' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:752:10: note: Technically the member function 'trpgLightAttr::GetFrontColor' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:753:10: style: Technically the member function 'trpgLightAttr::GetFrontIntensity' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:239:21: note: Technically the member function 'trpgLightAttr::GetFrontIntensity' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:753:10: note: Technically the member function 'trpgLightAttr::GetFrontIntensity' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:754:10: style: Technically the member function 'trpgLightAttr::GetBackColor' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:243:21: note: Technically the member function 'trpgLightAttr::GetBackColor' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:754:10: note: Technically the member function 'trpgLightAttr::GetBackColor' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:755:10: style: Technically the member function 'trpgLightAttr::GetBackIntensity' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:247:21: note: Technically the member function 'trpgLightAttr::GetBackIntensity' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:755:10: note: Technically the member function 'trpgLightAttr::GetBackIntensity' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:756:10: style: Technically the member function 'trpgLightAttr::GetNormal' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:251:21: note: Technically the member function 'trpgLightAttr::GetNormal' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:756:10: note: Technically the member function 'trpgLightAttr::GetNormal' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:757:10: style: Technically the member function 'trpgLightAttr::GetSMC' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:255:21: note: Technically the member function 'trpgLightAttr::GetSMC' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:757:10: note: Technically the member function 'trpgLightAttr::GetSMC' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:758:10: style: Technically the member function 'trpgLightAttr::GetFID' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:259:21: note: Technically the member function 'trpgLightAttr::GetFID' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:758:10: note: Technically the member function 'trpgLightAttr::GetFID' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:759:10: style: Technically the member function 'trpgLightAttr::GetFlags' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:263:21: note: Technically the member function 'trpgLightAttr::GetFlags' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:759:10: note: Technically the member function 'trpgLightAttr::GetFlags' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:760:10: style: Technically the member function 'trpgLightAttr::GetHLobeAngle' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:267:21: note: Technically the member function 'trpgLightAttr::GetHLobeAngle' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:760:10: note: Technically the member function 'trpgLightAttr::GetHLobeAngle' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:761:10: style: Technically the member function 'trpgLightAttr::GetVLobeAngle' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:271:21: note: Technically the member function 'trpgLightAttr::GetVLobeAngle' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:761:10: note: Technically the member function 'trpgLightAttr::GetVLobeAngle' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:762:10: style: Technically the member function 'trpgLightAttr::GetLobeRollAngle' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:275:21: note: Technically the member function 'trpgLightAttr::GetLobeRollAngle' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:762:10: note: Technically the member function 'trpgLightAttr::GetLobeRollAngle' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:763:10: style: Technically the member function 'trpgLightAttr::GetLobeFalloff' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:279:21: note: Technically the member function 'trpgLightAttr::GetLobeFalloff' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:763:10: note: Technically the member function 'trpgLightAttr::GetLobeFalloff' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:764:10: style: Technically the member function 'trpgLightAttr::GetAmbient' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:283:21: note: Technically the member function 'trpgLightAttr::GetAmbient' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:764:10: note: Technically the member function 'trpgLightAttr::GetAmbient' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:766:10: style: Technically the member function 'trpgLightAttr::GetRascalSignificance' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:291:21: note: Technically the member function 'trpgLightAttr::GetRascalSignificance' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:766:10: note: Technically the member function 'trpgLightAttr::GetRascalSignificance' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:769:10: style: Technically the member function 'trpgLightAttr::GetCalligraphicDrawOrder' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:303:21: note: Technically the member function 'trpgLightAttr::GetCalligraphicDrawOrder' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:769:10: note: Technically the member function 'trpgLightAttr::GetCalligraphicDrawOrder' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:770:10: style: Technically the member function 'trpgLightAttr::GetCalligraphicMinDefocus' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:307:21: note: Technically the member function 'trpgLightAttr::GetCalligraphicMinDefocus' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:770:10: note: Technically the member function 'trpgLightAttr::GetCalligraphicMinDefocus' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:771:10: style: Technically the member function 'trpgLightAttr::GetCalligraphicMaxDefocus' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:311:21: note: Technically the member function 'trpgLightAttr::GetCalligraphicMaxDefocus' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:771:10: note: Technically the member function 'trpgLightAttr::GetCalligraphicMaxDefocus' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:773:10: style: Technically the member function 'trpgLightAttr::GetPerformerFlags' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:319:21: note: Technically the member function 'trpgLightAttr::GetPerformerFlags' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:773:10: note: Technically the member function 'trpgLightAttr::GetPerformerFlags' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:774:10: style: Technically the member function 'trpgLightAttr::GetPerformerMinPixelSize' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:323:21: note: Technically the member function 'trpgLightAttr::GetPerformerMinPixelSize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:774:10: note: Technically the member function 'trpgLightAttr::GetPerformerMinPixelSize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:775:10: style: Technically the member function 'trpgLightAttr::GetPerformerMaxPixelSize' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:327:21: note: Technically the member function 'trpgLightAttr::GetPerformerMaxPixelSize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:775:10: note: Technically the member function 'trpgLightAttr::GetPerformerMaxPixelSize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:776:10: style: Technically the member function 'trpgLightAttr::GetPerformerActualSize' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:331:21: note: Technically the member function 'trpgLightAttr::GetPerformerActualSize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:776:10: note: Technically the member function 'trpgLightAttr::GetPerformerActualSize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:777:10: style: Technically the member function 'trpgLightAttr::GetPerformerTpPixelSize' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:335:21: note: Technically the member function 'trpgLightAttr::GetPerformerTpPixelSize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:777:10: note: Technically the member function 'trpgLightAttr::GetPerformerTpPixelSize' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:778:10: style: Technically the member function 'trpgLightAttr::GetPerformerTpFalloffExp' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:339:21: note: Technically the member function 'trpgLightAttr::GetPerformerTpFalloffExp' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:778:10: note: Technically the member function 'trpgLightAttr::GetPerformerTpFalloffExp' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:779:10: style: Technically the member function 'trpgLightAttr::GetPerformerTpScale' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:343:21: note: Technically the member function 'trpgLightAttr::GetPerformerTpScale' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:779:10: note: Technically the member function 'trpgLightAttr::GetPerformerTpScale' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:780:10: style: Technically the member function 'trpgLightAttr::GetPerformerTpClamp' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:347:21: note: Technically the member function 'trpgLightAttr::GetPerformerTpClamp' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:780:10: note: Technically the member function 'trpgLightAttr::GetPerformerTpClamp' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:781:10: style: Technically the member function 'trpgLightAttr::GetPerformerFogScale' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:351:21: note: Technically the member function 'trpgLightAttr::GetPerformerFogScale' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:781:10: note: Technically the member function 'trpgLightAttr::GetPerformerFogScale' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:783:10: style: Technically the member function 'trpgLightAttr::GetAnimationPeriod' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:359:21: note: Technically the member function 'trpgLightAttr::GetAnimationPeriod' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:783:10: note: Technically the member function 'trpgLightAttr::GetAnimationPeriod' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:784:10: style: Technically the member function 'trpgLightAttr::GetAnimationPhaseDelay' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:363:21: note: Technically the member function 'trpgLightAttr::GetAnimationPhaseDelay' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:784:10: note: Technically the member function 'trpgLightAttr::GetAnimationPhaseDelay' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:785:10: style: Technically the member function 'trpgLightAttr::GetAnimationTimeOn' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:367:21: note: Technically the member function 'trpgLightAttr::GetAnimationTimeOn' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:785:10: note: Technically the member function 'trpgLightAttr::GetAnimationTimeOn' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:786:10: style: Technically the member function 'trpgLightAttr::GetAnimationVector' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:371:21: note: Technically the member function 'trpgLightAttr::GetAnimationVector' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:786:10: note: Technically the member function 'trpgLightAttr::GetAnimationVector' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:787:10: style: Technically the member function 'trpgLightAttr::GetAnimationFlags' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:375:21: note: Technically the member function 'trpgLightAttr::GetAnimationFlags' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:787:10: note: Technically the member function 'trpgLightAttr::GetAnimationFlags' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:788:17: style: Technically the member function 'trpgLightAttr::GetComment' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:379:28: note: Technically the member function 'trpgLightAttr::GetComment' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:788:17: note: Technically the member function 'trpgLightAttr::GetComment' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:805:10: performance: Technically the member function 'trpgLightAttr::isValid' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:594:21: note: Technically the member function 'trpgLightAttr::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:805:10: note: Technically the member function 'trpgLightAttr::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:876:10: performance: Technically the member function 'trpgLight::isValid' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:852:17: note: Technically the member function 'trpgLight::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:876:10: note: Technically the member function 'trpgLight::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:457:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:457:12: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:70:46: performance: Function parameter 'in_frontColor' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:78:45: performance: Function parameter 'in_backColor' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:86:44: performance: Function parameter 'in_normal' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_light.cpp:207:53: performance: Function parameter 'in_vector' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:1008:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:77:38: style: Function 'SetTileLoc' argument 1 names different: declaration 'x' definition 'inX'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:65:25: note: Function 'SetTileLoc' argument 1 names different: declaration 'x' definition 'inX'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:77:38: note: Function 'SetTileLoc' argument 1 names different: declaration 'x' definition 'inX'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:77:46: style: Function 'SetTileLoc' argument 2 names different: declaration 'y' definition 'inY'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:65:31: note: Function 'SetTileLoc' argument 2 names different: declaration 'y' definition 'inY'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:77:46: note: Function 'SetTileLoc' argument 2 names different: declaration 'y' definition 'inY'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:77:54: style: Function 'SetTileLoc' argument 3 names different: declaration 'lod' definition 'inLod'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:65:37: note: Function 'SetTileLoc' argument 3 names different: declaration 'lod' definition 'inLod'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:77:54: note: Function 'SetTileLoc' argument 3 names different: declaration 'lod' definition 'inLod'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:88:39: style: Function 'GetTileLoc' argument 1 names different: declaration 'x' definition 'retx'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:67:26: note: Function 'GetTileLoc' argument 1 names different: declaration 'x' definition 'retx'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:88:39: note: Function 'GetTileLoc' argument 1 names different: declaration 'x' definition 'retx'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:88:49: style: Function 'GetTileLoc' argument 2 names different: declaration 'y' definition 'rety'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:67:33: note: Function 'GetTileLoc' argument 2 names different: declaration 'y' definition 'rety'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:88:49: note: Function 'GetTileLoc' argument 2 names different: declaration 'y' definition 'rety'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:88:59: style: Function 'GetTileLoc' argument 3 names different: declaration 'lod' definition 'retLod'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:67:40: note: Function 'GetTileLoc' argument 3 names different: declaration 'lod' definition 'retLod'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:88:59: note: Function 'GetTileLoc' argument 3 names different: declaration 'lod' definition 'retLod'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:1081:43: style: Function 'RandomTest' argument 1 names different: declaration 'no' definition 'num'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:506:25: note: Function 'RandomTest' argument 1 names different: declaration 'no' definition 'num'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:1081:43: note: Function 'RandomTest' argument 1 names different: declaration 'no' definition 'num'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::archive' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::lastLoad' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::lastLod' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::lastTile' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::majorVersion' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:740:18: warning: Member variable 'trpgPageManager::minorVersion' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::lod' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::maxNumTiles' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::activeLoad' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::activeUnload' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::majorVersion' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::minorVersion' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:249:31: warning: Member variable 'LodPageInfo::tileTable' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:1053:23: warning: Member variable 'trpgPageManageTester::printBuf' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:1053:23: warning: Member variable 'trpgPageManageTester::majorVersion' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:1053:23: warning: Member variable 'trpgPageManageTester::minorVersion' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:60:10: style: Technically the member function 'trpgManagedTile::IsLoaded' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:72:23: note: Technically the member function 'trpgManagedTile::IsLoaded' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:60:10: note: Technically the member function 'trpgManagedTile::IsLoaded' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:79:27: style: Technically the member function 'trpgManagedTile::GetTileHead' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:178:40: note: Technically the member function 'trpgManagedTile::GetTileHead' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:79:27: note: Technically the member function 'trpgManagedTile::GetTileHead' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:361:14: performance: Technically the member function 'trpgPageManager::LodPageInfo::isWithin' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:421:36: note: Technically the member function 'trpgPageManager::LodPageInfo::isWithin' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:361:14: note: Technically the member function 'trpgPageManager::LodPageInfo::isWithin' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:348:22: warning: Virtual function 'Clean' is called from destructor '~LodPageInfo()' at line 258. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.cpp:258:5: note: Calling Clean
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_managers.h:348:22: note: Clean is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:56:5: style: Class 'trpgFilePrintBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:57:5: style: Class 'trpgFilePrintBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:61:10: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:35:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:61:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:64:10: style: The function 'prnLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:38:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:64:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:131:10: style: The function 'StartChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:266:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:131:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:132:10: style: The function 'EndChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:267:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.h:132:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:357:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:363:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:369:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:375:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:382:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:102:9: style: The scope of the variable 'baseMat' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:235:15: style: The scope of the variable 'matTok' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:236:11: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:237:10: style: The scope of the variable 'status' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:238:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:238:11: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:239:9: style: The scope of the variable 'nMat' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:239:14: style: The scope of the variable 'nTable' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:398:9: style: The scope of the variable 'envMode' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:399:9: style: The scope of the variable 'minFilter' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:400:9: style: The scope of the variable 'magFilter' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:401:9: style: The scope of the variable 'wrapS' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:401:15: style: The scope of the variable 'wrapT' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:854:13: style: The scope of the variable 'shininess' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:855:9: style: The scope of the variable 'shadeModel' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:856:13: style: The scope of the variable 'size' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:857:9: style: The scope of the variable 'cullMode' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:858:9: style: The scope of the variable 'alphaFunc' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:859:13: style: The scope of the variable 'alphaRef' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:859:22: style: The scope of the variable 'alpha' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:860:10: style: The scope of the variable 'autoNormal' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:861:9: style: The scope of the variable 'numTex' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:861:16: style: The scope of the variable 'texId' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:862:15: style: The scope of the variable 'envTok' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:864:11: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:864:15: style: The scope of the variable 'numtile' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:865:10: style: The scope of the variable 'status' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:866:9: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1394:10: style: The scope of the variable 'texName' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1775:11: style: The scope of the variable 'numTex' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1776:15: style: The scope of the variable 'texTok' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1777:11: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:211:36: style: Function 'GetMaterial' argument 1 names different: declaration 'subTable' definition 'nt'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1170:29: note: Function 'GetMaterial' argument 1 names different: declaration 'subTable' definition 'nt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:211:36: note: Function 'GetMaterial' argument 1 names different: declaration 'subTable' definition 'nt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:211:43: style: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'nm'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1170:42: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'nm'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:211:43: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'nm'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:820:46: style: Function 'GetAttr' argument 2 names different: declaration 'val' definition 'ret'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:482:39: note: Function 'GetAttr' argument 2 names different: declaration 'val' definition 'ret'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:820:46: note: Function 'GetAttr' argument 2 names different: declaration 'val' definition 'ret'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1104:33: style: Function 'GetName' argument 1 names different: declaration 'retStr' definition 'outName'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1280:27: note: Function 'GetName' argument 1 names different: declaration 'retStr' definition 'outName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1104:33: note: Function 'GetName' argument 1 names different: declaration 'retStr' definition 'outName'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1104:45: style: Function 'GetName' argument 2 names different: declaration 'strLen' definition 'outLen'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1280:38: note: Function 'GetName' argument 2 names different: declaration 'strLen' definition 'outLen'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1104:45: note: Function 'GetName' argument 2 names different: declaration 'strLen' definition 'outLen'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1678:35: style: Function 'SetTexture' argument 1 names different: declaration 'texID' definition 'id'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1463:28: note: Function 'SetTexture' argument 1 names different: declaration 'texID' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1678:35: note: Function 'SetTexture' argument 1 names different: declaration 'texID' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1730:35: style: Function 'GetTexture' argument 1 names different: declaration 'texID' definition 'id'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1468:28: note: Function 'GetTexture' argument 1 names different: declaration 'texID' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1730:35: note: Function 'GetTexture' argument 1 names different: declaration 'texID' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1829:47: style: Function 'SetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1770:35: note: Function 'SetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1829:47: note: Function 'SetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1829:62: style: Function 'SetBaseMaterial' argument 2 names different: declaration 'matID' definition 'inMatID'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1770:53: note: Function 'SetBaseMaterial' argument 2 names different: declaration 'matID' definition 'inMatID'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1829:62: note: Function 'SetBaseMaterial' argument 2 names different: declaration 'matID' definition 'inMatID'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1847:48: style: Function 'GetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1785:36: note: Function 'GetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1847:48: note: Function 'GetBaseMaterial' argument 1 names different: declaration 'matSubTable' definition 'subTable'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1322:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:61:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:110:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:178:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1637:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1670:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1690:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1711:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1759:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1002:14: warning: Member variable 'trpgTexture::numMipMap' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1020:14: warning: Member variable 'trpgTexture::numMipMap' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1020:14: warning: Member variable 'trpgTexture::storageSize' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1020:14: warning: Member variable 'trpgTexture::levelOffset' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1252:27: warning: Member variable 'trpgTexture::numMipMap' is not assigned a value in 'trpgTexture::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1252:27: warning: Member variable 'trpgTexture::storageSize' is not assigned a value in 'trpgTexture::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1252:27: warning: Member variable 'trpgTexture::levelOffset' is not assigned a value in 'trpgTexture::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1814:20: warning: Member variable 'trpgLocalMaterial::baseMatTable' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:301:17: performance: Technically the member function 'trpgTextureEnv::isValid' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:291:22: note: Technically the member function 'trpgTextureEnv::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:301:17: note: Technically the member function 'trpgTextureEnv::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1132:13: performance: Technically the member function 'trpgMatTable::SetNumMaterial' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:77:20: note: Technically the member function 'trpgMatTable::SetNumMaterial' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1132:13: note: Technically the member function 'trpgMatTable::SetNumMaterial' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1449:13: performance: Technically the member function 'trpgTexTable::SetNumTextures' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1648:20: note: Technically the member function 'trpgTexTable::SetNumTextures' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1449:13: note: Technically the member function 'trpgTexTable::SetNumTextures' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:392:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:392:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:848:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:848:12: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1514:47: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_material.cpp:1515:47: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:244:10: style: The scope of the variable 'tmpName' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:442:11: style: The scope of the variable 'numModel' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:443:15: style: The scope of the variable 'tok' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:444:11: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:445:10: style: The scope of the variable 'status' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:219:31: style: Function 'GetName' argument 1 names different: declaration 'ret' definition 'str'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1568:27: note: Function 'GetName' argument 1 names different: declaration 'ret' definition 'str'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:219:31: note: Function 'GetName' argument 1 names different: declaration 'ret' definition 'str'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:416:35: style: Function 'GetModel' argument 1 names different: declaration 'modID' definition 'id'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1640:26: note: Function 'GetModel' argument 1 names different: declaration 'modID' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:416:35: note: Function 'GetModel' argument 1 names different: declaration 'modID' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:349:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:360:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:375:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:396:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:122:23: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1565:13: style: Technically the member function 'trpgModel::GetType' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:213:17: note: Technically the member function 'trpgModel::GetType' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1565:13: note: Technically the member function 'trpgModel::GetType' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1625:13: performance: Technically the member function 'trpgModelTable::SetNumModels' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_model.cpp:320:22: note: Technically the member function 'trpgModelTable::SetNumModels' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1625:13: note: Technically the member function 'trpgModelTable::SetNumModels' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_nodes.cpp:258:11: style: The scope of the variable 'uChar' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_nodes.cpp:323:50: style: Function 'SetLOD' argument 3 names different: declaration 'width' definition 'wid'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2636:48: note: Function 'SetLOD' argument 3 names different: declaration 'width' definition 'wid'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_nodes.cpp:323:50: note: Function 'SetLOD' argument 3 names different: declaration 'width' definition 'wid'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_nodes.cpp:372:53: style: Function 'GetLOD' argument 3 names different: declaration 'width' definition 'wid'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2644:51: note: Function 'GetLOD' argument 3 names different: declaration 'width' definition 'wid'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_nodes.cpp:372:53: note: Function 'GetLOD' argument 3 names different: declaration 'width' definition 'wid'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_nodes.cpp:808:15: warning: Member variable 'trpgChildRef::zmin' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_nodes.cpp:808:15: warning: Member variable 'trpgChildRef::zmax' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2346:21: warning: Virtual function 'Reset' is called from constructor 'trpgGroup()' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_nodes.cpp:38:5: note: Calling Reset
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Reset is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2346:21: warning: Virtual function 'Reset' is called from destructor '~trpgGroup()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_nodes.cpp:43:5: note: Calling Reset
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:2346:21: note: Reset is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:181:19: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:47:64: style: Function 'trpgr_Token' argument 3 names different: declaration 'destroy' definition 'in_dest'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:47:43: note: Function 'trpgr_Token' argument 3 names different: declaration 'destroy' definition 'in_dest'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:47:64: note: Function 'trpgr_Token' argument 3 names different: declaration 'destroy' definition 'in_dest'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:51:62: style: Function 'init' argument 3 names different: declaration 'destroy' definition 'in_dest'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:49:41: note: Function 'init' argument 3 names different: declaration 'destroy' definition 'in_dest'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:51:62: note: Function 'init' argument 3 names different: declaration 'destroy' definition 'in_dest'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:89:70: style: Function 'AddCallback' argument 3 names different: declaration 'destroy' definition 'in_dest'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:68:62: note: Function 'AddCallback' argument 3 names different: declaration 'destroy' definition 'in_dest'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:89:70: note: Function 'AddCallback' argument 3 names different: declaration 'destroy' definition 'in_dest'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:144:63: style: Function 'SetDefaultCallback' argument 2 names different: declaration 'destroy' definition 'in_dest'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:73:59: note: Function 'SetDefaultCallback' argument 2 names different: declaration 'destroy' definition 'in_dest'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:144:63: note: Function 'SetDefaultCallback' argument 2 names different: declaration 'destroy' definition 'in_dest'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:39:14: warning: Member variable 'trpgr_Token::Token' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:65:10: performance: Technically the member function 'trpgr_Parser::isValid' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:82:20: note: Technically the member function 'trpgr_Parser::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:65:10: note: Technically the member function 'trpgr_Parser::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:99:5: style: Class 'WriteWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:241:5: style: Class 'trpgSceneHelperPush' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:259:5: style: Class 'trpgSceneHelperPop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:283:5: style: Class 'trpgSceneHelperDefault' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:100:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:100:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:244:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:244:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:261:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:261:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:284:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_parse.cpp:284:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_pparse.cpp:343:10: style: The scope of the variable 'ls' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_pparse.cpp:377:9: style: The scope of the variable 'nl' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:51:17: performance: Technically the member function 'trpgMBR::inRange' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:77:9: style: Technically the member function 'trpgReadGroupBase::GetNumChildren' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:76:10: style: The function 'isGroupType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:62:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:76:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:79:13: style: The function 'GetMBR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:64:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:79:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:95:10: style: The function 'isGroupType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:62:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:95:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:97:13: style: The function 'GetMBR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:64:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:97:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:110:10: style: The function 'isGroupType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:62:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:110:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:112:13: style: The function 'GetMBR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:64:21: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:112:13: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:148:9: style: The function 'isGroupType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:62:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:148:9: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:235:10: style: The function 'StartChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:266:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:235:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:236:10: style: The function 'EndChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:267:18: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:236:10: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:331:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:339:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:369:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:393:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:405:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:716:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:618:5: performance: Buffer 'ls' is being written before its old content has been used. [redundantCopy]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:617:5: note: Buffer 'ls' is being written before its old content has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:618:5: note: Buffer 'ls' is being written before its old content has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:213:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:262:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:283:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:861:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:921:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:991:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:1029:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:1069:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:777:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:779:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:781:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:783:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:785:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:792:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:805:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:807:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:809:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:811:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:836:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:838:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_print.cpp:840:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:91:10: warning: Either the condition 'cat' is redundant or there is possible null pointer dereference: cat. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:88:21: note: Assuming that condition 'cat' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:91:10: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:95:10: warning: Either the condition 'subCat' is redundant or there is possible null pointer dereference: subCat. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:92:24: note: Assuming that condition 'subCat' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:95:10: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:180:10: style: The scope of the variable 'catStr' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:180:23: style: The scope of the variable 'subStr' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:317:11: style: The scope of the variable 'numRange' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:318:15: style: The scope of the variable 'tok' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:319:11: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:86:43: style: Function 'GetCategory' argument 2 names different: declaration 'maxCatLen' definition 'catLen'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:979:39: note: Function 'GetCategory' argument 2 names different: declaration 'maxCatLen' definition 'catLen'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:86:43: note: Function 'GetCategory' argument 2 names different: declaration 'maxCatLen' definition 'catLen'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:86:67: style: Function 'GetCategory' argument 4 names different: declaration 'maxSubCatLen' definition 'subCatLen'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:979:66: note: Function 'GetCategory' argument 4 names different: declaration 'maxSubCatLen' definition 'subCatLen'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:86:67: note: Function 'GetCategory' argument 4 names different: declaration 'maxSubCatLen' definition 'subCatLen'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:282:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:305:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_range.cpp:351:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1055:11: warning: The class 'trpgRangeTable' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:375:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:375:9: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:375:9: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:379:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:379:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:379:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:507:47: style: Function 'trpgrImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:103:33: note: Function 'trpgrImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:507:47: note: Function 'trpgrImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:507:60: style: Function 'trpgrImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:103:44: note: Function 'trpgrImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:507:60: note: Function 'trpgrImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:513:40: style: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:105:34: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:513:40: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:513:53: style: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:105:45: note: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:513:53: note: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:554:75: style: Function 'GetLocalGL' argument 3 names different: declaration 'dataSize' definition 'size'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:111:66: note: Function 'GetLocalGL' argument 3 names different: declaration 'dataSize' definition 'size'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:554:75: note: Function 'GetLocalGL' argument 3 names different: declaration 'dataSize' definition 'size'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:733:79: style: Function 'GetImagePath' argument 3 names different: declaration 'len' definition 'pathLen'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:157:62: note: Function 'GetImagePath' argument 3 names different: declaration 'len' definition 'pathLen'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:733:79: note: Function 'GetImagePath' argument 3 names different: declaration 'len' definition 'pathLen'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:57:5: warning: The buffer 'dir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:31:16: warning: Member variable 'trpgr_Archive::headerRead' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:31:16: warning: Member variable 'trpgr_Archive::fid' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:105:18: warning: Virtual function 'Init' is called from constructor 'trpgrImageHelper(trpgEndian ness,char*dir,const trpgMatTable&,const trpgTexTable&,bool separateGeoTyp)' at line 510. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_rarchive.cpp:510:5: note: Calling Init
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:105:18: note: Init is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:198:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:212:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:589:50: style: Function 'trpgrAppFileCache' argument 1 names different: declaration 'prefix' definition 'inPre'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:700:35: note: Function 'trpgrAppFileCache' argument 1 names different: declaration 'prefix' definition 'inPre'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:589:50: note: Function 'trpgrAppFileCache' argument 1 names different: declaration 'prefix' definition 'inPre'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:589:68: style: Function 'trpgrAppFileCache' argument 2 names different: declaration 'ext' definition 'inExt'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:700:54: note: Function 'trpgrAppFileCache' argument 2 names different: declaration 'ext' definition 'inExt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:589:68: note: Function 'trpgrAppFileCache' argument 2 names different: declaration 'ext' definition 'inExt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:594:42: style: Function 'Init' argument 1 names different: declaration 'prefix' definition 'inPre'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:702:35: note: Function 'Init' argument 1 names different: declaration 'prefix' definition 'inPre'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:594:42: note: Function 'Init' argument 1 names different: declaration 'prefix' definition 'inPre'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:594:60: style: Function 'Init' argument 2 names different: declaration 'ext' definition 'inExt'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:702:54: note: Function 'Init' argument 2 names different: declaration 'ext' definition 'inExt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:594:60: note: Function 'Init' argument 2 names different: declaration 'ext' definition 'inExt'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:708:30: warning: Member variable 'OpenFile::row' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:708:30: warning: Member variable 'OpenFile::col' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:682:18: warning: Virtual function 'Init' is called from constructor 'trpgrAppFile(trpgEndian,const char*)' at line 462. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:462:5: note: Calling Init
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:682:18: note: Init is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:702:18: warning: Virtual function 'Init' is called from constructor 'trpgrAppFileCache(const char*prefix,const char*ext,int noFiles=32)' at line 591. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_readbuf.cpp:591:5: note: Calling Init
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:702:18: note: Init is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:457:16: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:496:26: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:529:19: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:82:35: style: Function 'GetMBR' argument 1 names different: declaration 'll' definition 'oll'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:42:30: note: Function 'GetMBR' argument 1 names different: declaration 'll' definition 'oll'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:82:35: note: Function 'GetMBR' argument 1 names different: declaration 'll' definition 'oll'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:82:52: style: Function 'GetMBR' argument 2 names different: declaration 'ur' definition 'our'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:42:46: note: Function 'GetMBR' argument 2 names different: declaration 'ur' definition 'our'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:82:52: note: Function 'GetMBR' argument 2 names different: declaration 'ur' definition 'our'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:101:42: style: Function 'Overlap' argument 1 names different: declaration 'll' definition 'ill'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:47:37: note: Function 'Overlap' argument 1 names different: declaration 'll' definition 'ill'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:101:42: note: Function 'Overlap' argument 1 names different: declaration 'll' definition 'ill'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:101:66: style: Function 'Overlap' argument 2 names different: declaration 'ur' definition 'iur'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:47:60: note: Function 'Overlap' argument 2 names different: declaration 'ur' definition 'iur'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:101:66: note: Function 'Overlap' argument 2 names different: declaration 'ur' definition 'iur'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:160:40: style: Function 'unRefChild' argument 1 names different: declaration 'i' definition 'id'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.h:80:25: note: Function 'unRefChild' argument 1 names different: declaration 'i' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:160:40: note: Function 'unRefChild' argument 1 names different: declaration 'i' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:234:5: style: Class 'trpgReadGeometryHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:263:5: style: Class 'trpgReadGroupHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:288:5: style: Class 'trpgReadBillboardHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:313:5: style: Class 'trpgReadAttachHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:339:5: style: Class 'trpgReadChildRefHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:362:5: style: Class 'trpgReadLodHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:387:5: style: Class 'trpgReadModelRefHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:407:5: style: Class 'trpgReadTileHeaderHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:235:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:235:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:264:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:264:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:289:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:289:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:314:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:314:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:340:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:340:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:363:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:363:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:388:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:388:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:408:11: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:408:11: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:248:9: error: Returning/dereferencing 'geom' after it is deallocated / released [deallocret]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:355:9: error: Returning/dereferencing 'childRef' after it is deallocated / released [deallocret]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_scene.cpp:400:9: error: Returning/dereferencing 'mod' after it is deallocated / released [deallocret]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_swap.cpp:154:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_swap.cpp:164:22: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_swap.cpp:176:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_swap.cpp:188:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:389:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:407:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:415:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:421:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:428:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:434:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:441:9: style: Condition '!isValid()' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:500:11: style: The scope of the variable 'no' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:500:14: style: The scope of the variable 'id' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:500:17: style: The scope of the variable 'date' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:500:22: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:72:37: style: Function 'SetNumTiles' argument 1 names different: declaration 'numX' definition 'nx'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1698:29: note: Function 'SetNumTiles' argument 1 names different: declaration 'numX' definition 'nx'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:72:37: note: Function 'SetNumTiles' argument 1 names different: declaration 'numX' definition 'nx'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:72:44: style: Function 'SetNumTiles' argument 2 names different: declaration 'numY' definition 'ny'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1698:38: note: Function 'SetNumTiles' argument 2 names different: declaration 'numY' definition 'ny'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:72:44: note: Function 'SetNumTiles' argument 2 names different: declaration 'numY' definition 'ny'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:115:78: style: Function 'SetTile' argument 5 names different: declaration 'min' definition 'zmin'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1700:67: note: Function 'SetTile' argument 5 names different: declaration 'min' definition 'zmin'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:115:78: note: Function 'SetTile' argument 5 names different: declaration 'min' definition 'zmin'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:115:91: style: Function 'SetTile' argument 6 names different: declaration 'max' definition 'zmax'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1700:79: note: Function 'SetTile' argument 6 names different: declaration 'max' definition 'zmax'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:115:91: note: Function 'SetTile' argument 6 names different: declaration 'max' definition 'zmax'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:151:79: style: Function 'GetTile' argument 5 names different: declaration 'min' definition 'zmin'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1705:68: note: Function 'GetTile' argument 5 names different: declaration 'min' definition 'zmin'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:151:79: note: Function 'GetTile' argument 5 names different: declaration 'min' definition 'zmin'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:151:93: style: Function 'GetTile' argument 6 names different: declaration 'max' definition 'zmax'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1705:81: note: Function 'GetTile' argument 6 names different: declaration 'max' definition 'zmax'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:151:93: note: Function 'GetTile' argument 6 names different: declaration 'max' definition 'zmax'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:395:45: style: Function 'GetLocalMaterial' argument 1 names different: declaration 'nth' definition 'id'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1944:36: note: Function 'GetLocalMaterial' argument 1 names different: declaration 'nth' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:395:45: note: Function 'GetLocalMaterial' argument 1 names different: declaration 'nth' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:395:67: style: Function 'GetLocalMaterial' argument 2 names different: declaration 'locMat' definition 'retMat'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1944:59: note: Function 'GetLocalMaterial' argument 2 names different: declaration 'locMat' definition 'retMat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:395:67: note: Function 'GetLocalMaterial' argument 2 names different: declaration 'locMat' definition 'retMat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:419:40: style: Function 'GetMaterial' argument 1 names different: declaration 'nth' definition 'id'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1930:31: note: Function 'GetMaterial' argument 1 names different: declaration 'nth' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:419:40: note: Function 'GetMaterial' argument 1 names different: declaration 'nth' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:419:50: style: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'mat'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1930:42: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'mat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:419:50: note: Function 'GetMaterial' argument 2 names different: declaration 'matID' definition 'mat'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:432:37: style: Function 'GetModel' argument 1 names different: declaration 'nth' definition 'id'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1935:28: note: Function 'GetModel' argument 1 names different: declaration 'nth' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:432:37: note: Function 'GetModel' argument 1 names different: declaration 'nth' definition 'id'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:432:47: style: Function 'GetModel' argument 2 names different: declaration 'modID' definition 'm'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1935:39: note: Function 'GetModel' argument 2 names different: declaration 'modID' definition 'm'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:432:47: note: Function 'GetModel' argument 2 names different: declaration 'modID' definition 'm'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:326:17: warning: Member variable 'trpgTileHeader::date' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1953:13: performance: Technically the member function 'trpgTileHeader::isValid' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:447:22: note: Technically the member function 'trpgTileHeader::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_geom.h:1953:13: note: Technically the member function 'trpgTileHeader::isValid' can be static.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:494:12: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_read.h:36:19: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_tile.cpp:494:12: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::ness' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::dir' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::texTable' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::texFile' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::geotypFile' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::separateGeoTypical' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:157:5: warning: Member variable 'trpgwImageHelper::maxTexFileLen' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::isRegenerate' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::ness' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::cpuNess' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::majorVersion' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::minorVersion' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::dir' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::numLod' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::tileMode' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::tileFile' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::tileFileCount' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::maxTileFileLen' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::fp' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::firstHeaderWrite' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: warning: Member variable 'trpgwArchive::errMess' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:247:5: style: Class 'trpgwArchive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:837:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:837:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:837:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1514:5: style: Variable 'thefile' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1511:5: note: Variable 'thefile' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1514:5: note: Variable 'thefile' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1007:13: style: The scope of the variable 'id1' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1007:17: style: The scope of the variable 'id2' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1178:22: style: The scope of the variable 'loop' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:39:39: style: Function 'trpgwArchive' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:244:29: note: Function 'trpgwArchive' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:39:39: note: Function 'trpgwArchive' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:39:69: style: Function 'trpgwArchive' argument 2 names different: declaration 'tileMode' definition 'inTileMode'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:244:56: note: Function 'trpgwArchive' argument 2 names different: declaration 'tileMode' definition 'inTileMode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:39:69: note: Function 'trpgwArchive' argument 2 names different: declaration 'tileMode' definition 'inTileMode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:44:36: style: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:245:34: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:44:36: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:44:67: style: Function 'Init' argument 2 names different: declaration 'tileMode' definition 'inTileMode'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:245:61: note: Function 'Init' argument 2 names different: declaration 'tileMode' definition 'inTileMode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:44:67: note: Function 'Init' argument 2 names different: declaration 'tileMode' definition 'inTileMode'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:70:34: style: Function 'trpgwArchive' argument 1 names different: declaration 'baseDir' definition 'inDir'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:241:24: note: Function 'trpgwArchive' argument 1 names different: declaration 'baseDir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:70:34: note: Function 'trpgwArchive' argument 1 names different: declaration 'baseDir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:70:46: style: Function 'trpgwArchive' argument 2 names different: declaration 'name' definition 'inFile'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:241:38: note: Function 'trpgwArchive' argument 2 names different: declaration 'name' definition 'inFile'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:70:46: note: Function 'trpgwArchive' argument 2 names different: declaration 'name' definition 'inFile'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:70:66: style: Function 'trpgwArchive' argument 3 names different: declaration 'll' definition 'sw'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:241:56: note: Function 'trpgwArchive' argument 3 names different: declaration 'll' definition 'sw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:70:66: note: Function 'trpgwArchive' argument 3 names different: declaration 'll' definition 'sw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:70:83: style: Function 'trpgwArchive' argument 4 names different: declaration 'ur' definition 'ne'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:241:72: note: Function 'trpgwArchive' argument 4 names different: declaration 'ur' definition 'ne'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:70:83: note: Function 'trpgwArchive' argument 4 names different: declaration 'ur' definition 'ne'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:75:31: style: Function 'Init' argument 1 names different: declaration 'baseDir' definition 'inDir'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:242:29: note: Function 'Init' argument 1 names different: declaration 'baseDir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:75:31: note: Function 'Init' argument 1 names different: declaration 'baseDir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:75:43: style: Function 'Init' argument 2 names different: declaration 'name' definition 'inFile'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:242:43: note: Function 'Init' argument 2 names different: declaration 'name' definition 'inFile'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:75:43: note: Function 'Init' argument 2 names different: declaration 'name' definition 'inFile'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:75:63: style: Function 'Init' argument 3 names different: declaration 'll' definition 'sw'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:242:61: note: Function 'Init' argument 3 names different: declaration 'll' definition 'sw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:75:63: note: Function 'Init' argument 3 names different: declaration 'll' definition 'sw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:75:80: style: Function 'Init' argument 4 names different: declaration 'ur' definition 'ne'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:242:77: note: Function 'Init' argument 4 names different: declaration 'ur' definition 'ne'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:75:80: note: Function 'Init' argument 4 names different: declaration 'ur' definition 'ne'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:308:45: style: Function 'SetMaxTileFileLength' argument 1 names different: declaration 'len' definition 'max'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:252:43: note: Function 'SetMaxTileFileLength' argument 1 names different: declaration 'len' definition 'max'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:308:45: note: Function 'SetMaxTileFileLength' argument 1 names different: declaration 'len' definition 'max'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:951:61: style: Function 'trpgwGeomHelper' argument 2 names different: declaration 'dataType' definition 'dtype'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:80:43: note: Function 'trpgwGeomHelper' argument 2 names different: declaration 'dataType' definition 'dtype'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:951:61: note: Function 'trpgwGeomHelper' argument 2 names different: declaration 'dataType' definition 'dtype'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:955:54: style: Function 'init' argument 2 names different: declaration 'dataType' definition 'dtype'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:81:37: note: Function 'init' argument 2 names different: declaration 'dataType' definition 'dtype'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:955:54: note: Function 'init' argument 2 names different: declaration 'dataType' definition 'dtype'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1114:42: style: Function 'GetZMinMax' argument 1 names different: declaration 'min' definition 'outZmin'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:103:37: note: Function 'GetZMinMax' argument 1 names different: declaration 'min' definition 'outZmin'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1114:42: note: Function 'GetZMinMax' argument 1 names different: declaration 'min' definition 'outZmin'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1114:58: style: Function 'GetZMinMax' argument 2 names different: declaration 'max' definition 'outZmax'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:103:49: note: Function 'GetZMinMax' argument 2 names different: declaration 'max' definition 'outZmax'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1114:58: note: Function 'GetZMinMax' argument 2 names different: declaration 'max' definition 'outZmax'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1374:47: style: Function 'trpgwImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:158:33: note: Function 'trpgwImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1374:47: note: Function 'trpgwImageHelper' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1374:60: style: Function 'trpgwImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:158:44: note: Function 'trpgwImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1374:60: note: Function 'trpgwImageHelper' argument 2 names different: declaration 'dir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1379:40: style: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:160:34: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1379:40: note: Function 'Init' argument 1 names different: declaration 'ness' definition 'inNess'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1379:53: style: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:160:45: note: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1379:53: note: Function 'Init' argument 2 names different: declaration 'dir' definition 'inDir'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:938:18: warning: Member variable 'trpgwGeomHelper::dataType' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:938:18: warning: Member variable 'trpgwGeomHelper::zmin' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:938:18: warning: Member variable 'trpgwGeomHelper::zmax' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:951:18: warning: Member variable 'trpgwGeomHelper::mode' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:39:15: warning: Member variable 'trpgwArchive::numLod' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:39:15: warning: Member variable 'trpgwArchive::errMess' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1231:10: warning: Member variable 'optVert::valid' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1222:66: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1222:74: performance: Variable 'n' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1223:79: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1223:87: performance: Variable 'n' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1223:95: performance: Variable 'tex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1233:5: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1234:5: performance: Variable 'n' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:245:18: warning: Virtual function 'Init' is called from constructor 'trpgwArchive(trpgEndian ness=LittleEndian,TileMode tileMode=TileLocal,int majorVer=2,int minorVer=2)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:41:5: note: Calling Init
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:245:18: note: Init is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:242:18: warning: Virtual function 'Init' is called from constructor 'trpgwArchive(char*baseDir,char*name,trpg2dPoint&ll,trpg2dPoint&ur,int majorVer=2,int minorVer=2)' at line 72. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:72:5: note: Calling Init
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:242:18: note: Init is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:160:18: warning: Virtual function 'Init' is called from constructor 'trpgwImageHelper(trpgEndian ness,char*dir,trpgTexTable&,bool separateGeoTypical)' at line 1376. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:1376:5: note: Calling Init
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_write.h:160:18: note: Init is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_warchive.cpp:725:16: error: Uninitialized variable: space [uninitvar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:662:18: warning: Virtual function 'Init' is called from constructor 'trpgwAppFile(trpgEndian,const char*,bool reuse=false)' at line 337. Dynamic binding is not used. [virtualCallInConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_writebuf.cpp:337:5: note: Calling Init
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/trpage_io.h:662:18: note: Init is a virtual method
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vnc/ReaderWriterVNC.cpp:209:26: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vnc/ReaderWriterVNC.cpp:286:26: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vnc/ReaderWriterVNC.cpp:324:26: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vnc/ReaderWriterVNC.cpp:137:14: warning: Member variable 'LibVncImage::_timeOfLastRender' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vnc/ReaderWriterVNC.cpp:142:5: performance: Variable '_inactiveBlock' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/ConvertToVRML.cpp:855:15: warning: Return value of function nameInput.substr() is not used. [ignoredReturnValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/ConvertToVRML.cpp:906:17: style: Unused variable: newName [unusedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/ConvertToVRML.cpp:796:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/ConvertToVRML.cpp:878:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/ConvertToVRML.cpp:67:0: error: Memory leak: ret [memleak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/ReaderWriterVRML2.cpp:268:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/ReaderWriterVRML2.cpp:306:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/ReaderWriterVRML2.cpp:96:26: style: Unhandled exception specification when calling function url(). [unhandledExceptionSpecification]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/ReaderWriterVRML2.cpp:96:26: note: Unhandled exception specification when calling function url().
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/ReaderWriterVRML2.cpp:96:26: note: Unhandled exception specification when calling function url().
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vtf/ReaderWriterVTF.cpp:388:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vtf/ReaderWriterVTF.cpp:361:23: style: The scope of the variable 'mip' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vtf/ReaderWriterVTF.cpp:362:23: style: The scope of the variable 'mipSize' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vtf/ReaderWriterVTF.cpp:363:23: style: The scope of the variable 'mipOffset' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vtf/ReaderWriterVTF.cpp:624:13: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vtf/ReaderWriterVTF.cpp:159:20: style: struct member 'DXT1TexelsBlock::color_0' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vtf/ReaderWriterVTF.cpp:160:20: style: struct member 'DXT1TexelsBlock::color_1' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vtf/ReaderWriterVTF.cpp:161:20: style: struct member 'DXT1TexelsBlock::texels4x4' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/x/mesh.h:38:9: style: Class 'Mesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/ReaderWriterXine.cpp:191:44: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_xine' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_vo' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_ao' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_visual' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_stream' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_event_queue' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_ready' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/ReaderWriterXine.cpp:40:9: warning: Member variable 'XineImageStream::_volume' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/ReaderWriterXine.cpp:23:1: warning: The class 'XineImageStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/video_out_rgb.c:1097:24: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/video_out_rgb.c:1657:24: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/xine/video_out_rgb.c:1767:24: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:55:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:52:10: note: outer condition: _zipLoaded
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:55:14: note: identical inner condition: _zipLoaded
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:121:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:116:10: note: outer condition: !_zipLoaded
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:121:14: note: identical inner condition: !_zipLoaded
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:154:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:149:10: note: outer condition: !_zipLoaded
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:154:14: note: identical inner condition: !_zipLoaded
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:601:9: warning: Either the condition 'if(buf)' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:603:12: note: Assuming that condition 'if(buf)' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:601:9: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:114:42: style: Function 'open' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.h:29:46: note: Function 'open' argument 1 names different: declaration 'filename' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:114:42: note: Function 'open' argument 1 names different: declaration 'filename' definition 'file'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:374:135: style: Function 'ReadFromZipEntry' argument 3 names different: declaration 'streamIn' definition 'buffer'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.h:67:131: note: Function 'ReadFromZipEntry' argument 3 names different: declaration 'streamIn' definition 'buffer'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:374:135: note: Function 'ReadFromZipEntry' argument 3 names different: declaration 'streamIn' definition 'buffer'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/ZipArchive.cpp:40:13: warning: Member variable 'ZipArchive::_mainRecord' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2573:9: style: Condition 'w<0' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2543:12: note: Assignment 'w=-15', assigned value is -15
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2573:9: note: Condition 'w<0' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3120:23: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3606:2: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3613:29: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3606:2: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3607:2: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3613:29: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3607:2: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3608:2: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3613:29: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3608:2: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3609:2: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3613:29: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3609:2: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3611:6: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3613:29: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3611:6: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3892:2: warning: Either the condition 'pfile_in_zip_read_info!=0' is redundant or there is possible null pointer dereference: pfile_in_zip_read_info. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3893:35: note: Assuming that condition 'pfile_in_zip_read_info!=0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3892:2: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2455:31: style: Same expression on both sides of '-'. [duplicateExpression]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2541:73: style: Same expression on both sides of '!=' because the value of 'stream_size' and 'sizeof(struct z_stream_s)' are the same. [duplicateExpression]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2540:63: note: 'stream_size' is assigned value 'sizeof(struct z_stream_s)' here.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2541:73: note: Same expression on both sides of '!=' because the value of 'stream_size' and 'sizeof(struct z_stream_s)' are the same.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:1593:14: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:1593:17: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:1807:8: style: The scope of the variable 'a' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2405:9: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3581:6: style: The scope of the variable 'err' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2514:28: style: Function 'inflateReset' argument 1 names different: declaration 'strm' definition 'z'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:571:29: note: Function 'inflateReset' argument 1 names different: declaration 'strm' definition 'z'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2514:28: note: Function 'inflateReset' argument 1 names different: declaration 'strm' definition 'z'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2526:26: style: Function 'inflateEnd' argument 1 names different: declaration 'strm' definition 'z'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:520:27: note: Function 'inflateEnd' argument 1 names different: declaration 'strm' definition 'z'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2526:26: note: Function 'inflateEnd' argument 1 names different: declaration 'strm' definition 'z'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2607:23: style: Function 'inflate' argument 1 names different: declaration 'strm' definition 'z'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:451:24: note: Function 'inflate' argument 1 names different: declaration 'strm' definition 'z'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2607:23: note: Function 'inflate' argument 1 names different: declaration 'strm' definition 'z'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2607:30: style: Function 'inflate' argument 2 names different: declaration 'flush' definition 'f'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:451:34: note: Function 'inflate' argument 2 names different: declaration 'flush' definition 'f'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2607:30: note: Function 'inflate' argument 2 names different: declaration 'flush' definition 'f'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:4144:35: style: Function 'Find' argument 1 names different: declaration 'name' definition 'tname'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3951:29: note: Function 'Find' argument 1 names different: declaration 'name' definition 'tname'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:4144:35: note: Function 'Find' argument 1 names different: declaration 'name' definition 'tname'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:713:10: style: union member 'Anonymous0::pad' is never used. [unusedStructMember]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2974:17: style: Variable 'c' is not assigned a value. [unassignedVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:4198:5: style: Variable 'name' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:2915:5: warning: Member variable 'unz_ss::cur_file_info' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3934:3: warning: Member variable 'TUnzip::cze' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3938:9: style: Class 'TUnzip' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3938:9: style: Class 'TUnzip' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/unzip.cpp:3934:3: style: Class 'TUnzip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/PropertyManager.cpp:234:54: warning: Either the condition 'if(obj_2)' is redundant or there is possible null pointer dereference: obj_2. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/PropertyManager.cpp:251:25: note: Assuming that condition 'if(obj_2)' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/PropertyManager.cpp:234:54: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideEventHandler.cpp:1325:9: style: Condition '_useSlideFilePaths' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideEventHandler.cpp:1324:31: note: Assignment '_useSlideFilePaths=false', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideEventHandler.cpp:1325:9: note: Condition '_useSlideFilePaths' is always false
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideEventHandler.cpp:825:17: style: Variable 'alpha' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideEventHandler.cpp:824:0: note: Variable 'alpha' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideEventHandler.cpp:825:17: note: Variable 'alpha' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideEventHandler.cpp:136:5: style: Struct 'InteractiveImageSequenceOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideEventHandler.cpp:174:5: style: Struct 'ImageStreamOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideEventHandler.cpp:705:5: style: Class 'FindNamedSwitchVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideShowConstructor.cpp:493:17: style: Condition 'useTextureRectangle' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideShowConstructor.cpp:484:40: note: Assignment 'useTextureRectangle=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideShowConstructor.cpp:493:17: note: Condition 'useTextureRectangle' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideShowConstructor.cpp:973:20: style: The scope of the variable 'stateset' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/SlideShowConstructor.cpp:1076:29: style: Variable 'foundFile' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/Timeout.cpp:313:38: style: Opposite expression on both sides of '&&'. [oppositeExpression]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/Timeout.cpp:313:38: note: Opposite expression on both sides of '&&'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/Timeout.cpp:313:38: note: Opposite expression on both sides of '&&'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/Timeout.cpp:32:5: style: Class 'OperationVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgQt/QGraphicsViewAdapter.cpp:135:33: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgQt/QGraphicsViewAdapter.cpp:140:41: style: C-style pointer casting [cstyleCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ConvexPolyhedron.cpp:1166:19: style: Same expression on both sides of '&&' because the value of 'result' and 'convex' are the same. [duplicateExpression]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ConvexPolyhedron.cpp:1044:19: note: 'result' is assigned value 'true' here.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ConvexPolyhedron.cpp:1045:19: note: 'convex' is assigned value 'true' here.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ConvexPolyhedron.cpp:1166:19: note: Same expression on both sides of '&&' because the value of 'result' and 'convex' are the same.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ConvexPolyhedron.cpp:391:15: style: The scope of the variable 'face' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ConvexPolyhedron.cpp:399:25: style: The scope of the variable 'va' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ConvexPolyhedron.cpp:400:25: style: The scope of the variable 'vb' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ConvexPolyhedron.cpp:1318:25: style: The scope of the variable 'va' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ConvexPolyhedron.cpp:1319:25: style: The scope of the variable 'vb' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/DebugShadowMap.cpp:483:28: style: The scope of the variable 'pg' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/DebugShadowMap.cpp:484:13: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/DebugShadowMap.cpp:435:5: style: Class 'DrawableDrawWithDepthShadowComparisonOffCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/MinimalCullBoundsShadowMap.cpp:135:8: style: Technically the member function 'CompareRenderLeavesByMatrices::operator()' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/OccluderGeometry.cpp:187:5: warning: Member variable 'TriangleCollector::_vertices' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/OccluderGeometry.cpp:187:5: warning: Member variable 'TriangleCollector::_triangleIndices' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ParallelSplitShadowMap.cpp:639:125: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ViewDependentShadowMap.cpp:2214:5: style: Variable 'min_x_ratio' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ViewDependentShadowMap.cpp:2209:0: note: Variable 'min_x_ratio' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ViewDependentShadowMap.cpp:2214:5: note: Variable 'min_x_ratio' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ViewDependentShadowMap.cpp:1754:16: style: The scope of the variable 'ratio' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ViewDependentShadowMap.cpp:1776:16: style: The scope of the variable 'ratio' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/ViewDependentShadowMap.cpp:1810:5: warning: Member variable 'RenderLeafBounds::numLeaves' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/ElevationSlice.cpp:149:1: warning: The struct 'DistanceHeightXYZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/Impostor.cpp:247:9: style: Condition 'isPerspectiveProjection' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/Impostor.cpp:221:36: note: Assignment 'isPerspectiveProjection=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/Impostor.cpp:247:9: note: Condition 'isPerspectiveProjection' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/Impostor.cpp:27:5: style: Class 'ImpostorTraverseNodeCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/InsertImpostorsVisitor.cpp:80:9: style: Condition '_insertImpostorsAboveGroups' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/InsertImpostorsVisitor.cpp:76:40: note: Assignment '_insertImpostorsAboveGroups=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/InsertImpostorsVisitor.cpp:80:9: note: Condition '_insertImpostorsAboveGroups' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/InsertImpostorsVisitor.cpp:127:9: style: Condition '_replaceLODsByImpostors' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/InsertImpostorsVisitor.cpp:77:36: note: Assignment '_replaceLODsByImpostors=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/InsertImpostorsVisitor.cpp:127:9: note: Condition '_replaceLODsByImpostors' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.cpp:46:21: warning: Member variable 'LightPointDrawable::_depthOff' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.cpp:46:21: warning: Member variable 'LightPointDrawable::_depthOn' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.cpp:46:21: warning: Member variable 'LightPointDrawable::_blendOne' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.cpp:46:21: warning: Member variable 'LightPointDrawable::_blendOneMinusSrcAlpha' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.cpp:46:21: warning: Member variable 'LightPointDrawable::_colorMaskOff' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.h:53:13: warning: Member variable 'ColorPosition::first' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.h:33:1: warning: The class 'LightPointDrawable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.h:35:30: style: The function 'cloneType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.h:42:30: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.h:35:30: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.h:36:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.h:43:30: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.h:36:30: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.h:37:22: style: The function 'isSameKindAs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.h:44:22: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.h:37:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.h:38:29: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.h:45:29: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.h:38:29: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.h:42:22: style: The function 'drawImplementation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointDrawable.h:83:22: note: Virtual function in base class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.h:42:22: note: Function in derived class
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.cpp:26:27: warning: Member variable 'LightPointSpriteDrawable::_sprite' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.cpp:23:5: performance: Variable '_sprite' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/LightPointSpriteDrawable.h:26:1: warning: The class 'LightPointSpriteDrawable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/OverlayNode.cpp:1436:9: style: Variable 'znear' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/OverlayNode.cpp:1429:0: note: Variable 'znear' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/OverlayNode.cpp:1436:9: note: Variable 'znear' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/OverlayNode.cpp:1437:9: style: Variable 'zfar' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/OverlayNode.cpp:1430:0: note: Variable 'zfar' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/OverlayNode.cpp:1437:9: note: Variable 'zfar' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/OverlayNode.cpp:650:33: style: The scope of the variable 'va' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/OverlayNode.cpp:651:33: style: The scope of the variable 'vb' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/ScalarBar.cpp:232:9: style: Variable 'texts' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/ShapeAttribute.cpp:161:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:692:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:667:13: note: outer condition: drawBackSide
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:692:21: note: identical inner condition: drawBackSide
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:414:13: style: Condition 'drawBackSide' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:410:29: note: Assignment 'drawBackSide=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:414:13: note: Condition 'drawBackSide' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:460:13: style: Condition 'drawFrontSide' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:411:30: note: Assignment 'drawFrontSide=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:460:13: note: Condition 'drawFrontSide' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:667:13: style: Condition 'drawBackSide' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:660:29: note: Assignment 'drawBackSide=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:667:13: note: Condition 'drawBackSide' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:661:14: style: The scope of the variable 'drawFrontSide' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:662:13: style: The scope of the variable 'start' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:662:20: style: The scope of the variable 'end' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:662:25: style: The scope of the variable 'delta' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2083:45: style: Variable 'possible2' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2146:49: style: Variable 'possible2' is assigned a value that is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:1192:22: warning: Member variable 'SortFunctor::_vertices' is not assigned a value in 'SortFunctor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2608:31: warning: Member variable 'AzimPlaneIntersector::_plane' is not assigned a value in 'AzimPlaneIntersector::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2608:31: warning: Member variable 'AzimPlaneIntersector::_endPlane' is not assigned a value in 'AzimPlaneIntersector::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2608:31: warning: Member variable 'AzimPlaneIntersector::_lowerOutside' is not assigned a value in 'AzimPlaneIntersector::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2749:31: warning: Member variable 'ElevationIntersector::_elev' is not assigned a value in 'ElevationIntersector::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2749:31: warning: Member variable 'ElevationIntersector::_lowerOutside' is not assigned a value in 'ElevationIntersector::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2739:16: style: Technically the member function 'SphereSegmentIntersector::ElevationIntersector::distance' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2835:19: style: Technically the member function 'SphereSegmentIntersector::RadiusIntersector::intersectionPoint' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2871:16: style: Technically the member function 'SphereSegmentIntersector::RadiusIntersector::distance' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:40:5: style: Class 'Surface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:87:5: style: Class 'EdgeLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:892:5: style: Struct 'ActivateTransparencyOnType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:919:5: style: Struct 'DeactivateTransparencyOnType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:1180:9: style: Struct 'SortFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2204:13: style: Struct 'LinePair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2755:9: style: Struct 'RadiusIntersector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:37:1: warning: The class 'Surface' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:84:1: warning: The class 'EdgeLine' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:142:1: warning: The class 'Side' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:196:1: warning: The class 'Spoke' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:890:1: warning: The struct 'ActivateTransparencyOnType' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:917:1: warning: The struct 'DeactivateTransparencyOnType' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:1176:5: warning: The struct 'SortFunctor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2505:5: warning: The struct 'AzimPlaneIntersector' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2611:5: warning: The struct 'ElevationIntersector' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/SphereSegment.cpp:2753:5: warning: The struct 'RadiusIntersector' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryPool.cpp:178:37: warning: Either the condition 'if(locator)' is redundant or there is possible null pointer dereference: locator. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryPool.cpp:361:8: note: Assuming that condition 'if(locator)' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryPool.cpp:178:37: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryPool.cpp:510:32: warning: Either the condition 'if(hf&&shared_vertices&&shared_normals&&(shared_vertices->size()==shared_normals->size()))' is redundant or there is possible null pointer dereference: hf. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryPool.cpp:513:8: note: Assuming that condition 'if(hf&&shared_vertices&&shared_normals&&(shared_vertices->size()==shared_normals->size()))' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryPool.cpp:510:32: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryPool.cpp:133:0: style: Same expression used in consecutive assignments of 'nx' and 'ny'. [duplicateAssignExpression]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryPool.cpp:134:0: note: Same expression used in consecutive assignments of 'nx' and 'ny'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryPool.cpp:133:0: note: Same expression used in consecutive assignments of 'nx' and 'ny'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryPool.cpp:647:66: style: Reading from empty STL container 'layerToTextureMap' [reademptycontainer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryTechnique.cpp:422:118: style: Function 'VertexNormalGenerator' argument 4 names different: declaration 'numColmns' definition 'numColumns'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryTechnique.cpp:242:103: note: Function 'VertexNormalGenerator' argument 4 names different: declaration 'numColmns' definition 'numColumns'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryTechnique.cpp:422:118: note: Function 'VertexNormalGenerator' argument 4 names different: declaration 'numColmns' definition 'numColumns'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryTechnique.cpp:250:14: style: Technically the member function 'VertexNormalGenerator::computeNormals' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryTechnique.cpp:736:29: note: Technically the member function 'VertexNormalGenerator::computeNormals' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/GeometryTechnique.cpp:250:14: note: Technically the member function 'VertexNormalGenerator::computeNormals' can be const.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/Layer.cpp:175:66: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/Layer.cpp:255:23: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/DefaultFont.cpp:85:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/FadeText.cpp:25:5: style: Struct 'FadeTextData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/FadeText.cpp:53:5: style: Struct 'FadeTextPolytopeData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/Glyph.cpp:656:9: style: Condition 'smooth' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/Glyph.cpp:610:19: note: Assignment 'smooth=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/Glyph.cpp:656:9: note: Condition 'smooth' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/Glyph.cpp:609:11: style: The scope of the variable 'creaseAngle' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/GlyphGeometry.cpp:452:22: style: The scope of the variable 'seg_before' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/GlyphGeometry.cpp:453:22: style: The scope of the variable 'seg_target' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/GlyphGeometry.cpp:454:22: style: The scope of the variable 'seg_after' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/GlyphGeometry.cpp:611:96: style: Function 'computeGlyphGeometry' argument 2 names different: declaration 'profile' definition 'bevel'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/GlyphGeometry.h:22:103: note: Function 'computeGlyphGeometry' argument 2 names different: declaration 'profile' definition 'bevel'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/GlyphGeometry.cpp:611:96: note: Function 'computeGlyphGeometry' argument 2 names different: declaration 'profile' definition 'bevel'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/String.cpp:62:26: warning: Member variable 'look_ahead_iterator::_index' is not assigned a value in 'look_ahead_iterator::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/String.cpp:62:26: warning: Member variable 'look_ahead_iterator::_nullCharacter' is not assigned a value in 'look_ahead_iterator::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/String.cpp:16:5: style: Struct 'look_ahead_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/String.cpp:14:1: warning: The struct 'look_ahead_iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/Text.cpp:252:18: style: The scope of the variable 'linelength' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/Text3D.cpp:83:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUI/TabWidget.cpp:114:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUI/Widget.cpp:142:35: style: Same expression on both sides of '!=' because the value of 'previousFocus' and '_hasEventFocus' are the same. [duplicateExpression]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUI/Widget.cpp:86:38: note: 'previousFocus' is assigned value '_hasEventFocus' here.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUI/Widget.cpp:142:35: note: Same expression on both sides of '!=' because the value of 'previousFocus' and '_hasEventFocus' are the same.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/CullVisitor.cpp:1519:16: style: The scope of the variable 'originalModelView' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/CullVisitor.cpp:176:9: style: Variable 'numTests' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/CullVisitor.cpp:206:9: style: Variable 'numTests' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/CullVisitor.cpp:669:17: performance: Technically the member function 'LessComparator::less' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/CullVisitor.cpp:670:17: performance: Technically the member function 'LessComparator::lessEqual' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/CullVisitor.cpp:671:17: performance: Technically the member function 'LessComparator::greaterEqual' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/CullVisitor.cpp:672:36: performance: Technically the member function 'LessComparator::minimum' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/CullVisitor.cpp:678:17: performance: Technically the member function 'GreaterComparator::less' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/CullVisitor.cpp:679:17: performance: Technically the member function 'GreaterComparator::lessEqual' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/CullVisitor.cpp:680:17: performance: Technically the member function 'GreaterComparator::greaterEqual' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/CullVisitor.cpp:681:36: performance: Technically the member function 'GreaterComparator::minimum' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:609:9: style: The scope of the variable 'nrem' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:652:18: style: The scope of the variable 'ipr' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:400:9: style: Variable 'idx' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:957:33: style: Variable 'it' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:1046:37: style: Variable 'ntr' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:426:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:644:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:689:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:710:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:724:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:770:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:924:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:1061:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:1183:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:1301:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:320:10: performance: Technically the member function 'osgUtil::Triangle::intersect' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/DelaunayTriangulator.cpp:152:1: warning: The class 'Triangle' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/EdgeCollector.cpp:434:41: warning: Member variable 'CopyVertexArrayToPointsVisitor::_pointList' is not assigned a value in 'CopyVertexArrayToPointsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/EdgeCollector.cpp:349:9: style: Class 'CopyVertexArrayToPointsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/EdgeCollector.cpp:346:1: warning: The class 'CopyVertexArrayToPointsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_index' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_r1' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_v1' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_r2' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_v2' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_r3' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/IntersectVisitor.cpp:426:18: warning: Member variable 'TriangleHit::_v3' is not assigned a value in 'TriangleHit::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/IntersectVisitor.cpp:403:1: warning: The struct 'TriangleHit' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/IntersectionVisitor.cpp:115:44: style: Variable 'numTested' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/IntersectionVisitor.cpp:319:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/IntersectionVisitor.cpp:338:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/LineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_index' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/LineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_r1' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/LineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_v1' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/LineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_r2' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/LineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_v2' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/LineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_r3' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/LineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_v3' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/LineSegmentIntersector.cpp:74:13: performance: Variable '_length' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/LineSegmentIntersector.cpp:76:13: performance: Variable '_ratio' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/LineSegmentIntersector.cpp:29:5: warning: The struct 'TriangleIntersection' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:615:5: warning: Member variable 'TriangleAddOperator::vertexTris' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:615:5: warning: Member variable 'TriangleAddOperator::triangles' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:444:10: style: Technically the member function 'osgUtil::::LRUCache::empty' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:650:10: style: Technically the member function 'osgUtil::::CompareTriangle::operator()' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:930:10: style: Technically the member function 'osgUtil::::FIFOCache::empty' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:61:5: style: Struct 'GeometryArrayGatherer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:104:5: style: Struct 'VertexAttribComparitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:144:9: style: Class 'RemapArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:412:5: style: Struct 'LRUCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:602:5: style: Struct 'TriangleCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:911:5: style: Struct 'FIFOCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:962:5: style: Struct 'CacheRecorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:1002:5: style: Class 'Remapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:1099:5: style: Struct 'VertexReorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:141:1: warning: The class 'RemapArray' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/MeshOptimizers.cpp:832:13: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Optimizer.cpp:715:9: style: Class 'CollectLowestTransformsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/PerlinNoise.cpp:194:14: style: The scope of the variable 'k' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/PerlinNoise.cpp:237:11: style: The scope of the variable 'val' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/PerlinNoise.cpp:253:11: style: The scope of the variable 'val' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/PerlinNoise.cpp:271:11: style: The scope of the variable 'val' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/PerlinNoise.cpp:301:12: style: The scope of the variable 'inci' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/PerlinNoise.cpp:303:14: style: The scope of the variable 'ptr' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/PlaneIntersector.cpp:345:14: performance: Technically the member function 'PlaneIntersectorUtils::PolylineConnector::fuse' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/PlaneIntersector.cpp:381:23: performance: Technically the member function 'PlaneIntersectorUtils::TriangleIntersector::distance' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/PolytopeIntersector.cpp:94:20: performance: Technically the member function 'PolytopeIntersectorUtils::PolytopePrimitiveIntersector::eps' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/RayIntersector.cpp:129:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/RenderBin.cpp:475:9: style: Condition 'draw_forward' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/RenderBin.cpp:472:25: note: Assignment 'draw_forward=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/RenderBin.cpp:475:9: note: Condition 'draw_forward' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/RenderBin.cpp:547:32: warning: Either the condition 'if(dw)' is redundant or there is possible null pointer dereference: dw. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/RenderBin.cpp:558:12: note: Assuming that condition 'if(dw)' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/RenderBin.cpp:547:32: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/RenderBin.cpp:579:36: warning: Either the condition 'if(dw)' is redundant or there is possible null pointer dereference: dw. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/RenderBin.cpp:586:16: note: Assuming that condition 'if(dw)' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/RenderBin.cpp:579:36: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/RenderStage.cpp:644:42: style: The scope of the variable 'attachment' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/ReversePrimitiveFunctor.cpp:168:0: error: Memory leak: dePtr [memleak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/SceneView.cpp:741:13: style: Variable 'computeNearFar' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/SceneView.cpp:733:0: note: Variable 'computeNearFar' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/SceneView.cpp:741:13: note: Variable 'computeNearFar' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1358:35: warning: Member variable 'CopyArrayToPointsVisitor::_pointList' is not assigned a value in 'CopyArrayToPointsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1414:41: warning: Member variable 'CopyVertexArrayToPointsVisitor::_pointList' is not assigned a value in 'CopyVertexArrayToPointsVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1578:35: warning: Member variable 'CopyPointsToArrayVisitor::_pointList' is not assigned a value in 'CopyPointsToArrayVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1578:35: warning: Member variable 'CopyPointsToArrayVisitor::_index' is not assigned a value in 'CopyPointsToArrayVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1648:41: warning: Member variable 'CopyPointsToVertexArrayVisitor::_pointList' is not assigned a value in 'CopyPointsToVertexArrayVisitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:50:17: style: Technically the member function 'dereference_clear::operator()' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:85:18: style: Technically the member function 'EdgeCollapse::getNumOfTriangles' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1103:18: performance: Technically the member function 'EdgeCollapse::testEdge' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1195:18: performance: Technically the member function 'EdgeCollapse::testPoint' can be static. [functionStatic]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1275:9: style: Class 'CopyArrayToPointsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1364:9: style: Class 'CopyVertexArrayToPointsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1486:9: style: Class 'CopyPointsToArrayVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1606:9: style: Class 'CopyPointsToVertexArrayVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1272:1: warning: The class 'CopyArrayToPointsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1361:1: warning: The class 'CopyVertexArrayToPointsVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1483:1: warning: The class 'CopyPointsToArrayVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/Simplifier.cpp:1603:1: warning: The class 'CopyPointsToVertexArrayVisitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/SmoothingVisitor.cpp:622:18: style: Redundant condition: normals. '!normals || (normals && normals->size()!=vertices->size())' is equivalent to '!normals || normals->size()!=vertices->size()' [redundantCondition]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/SmoothingVisitor.cpp:226:5: warning: Member variable 'FindSharpEdgesFunctor::_geometry' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/SmoothingVisitor.cpp:226:5: warning: Member variable 'FindSharpEdgesFunctor::_creaseAngle' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/SmoothingVisitor.cpp:369:10: style: Technically the member function 'Smoother::FindSharpEdgesFunctor::checkDeviation' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/SmoothingVisitor.cpp:375:15: style: Technically the member function 'Smoother::FindSharpEdgesFunctor::computeNormal' can be const. [functionConst]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/SmoothingVisitor.cpp:262:9: style: Struct 'ProblemVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/SmoothingVisitor.cpp:415:13: style: Class 'DuplicateVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/TriStripVisitor.cpp:592:21: style: Redundant condition: ps. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/TriStripVisitor.cpp:396:9: style: Variable 'in_numVertices' is modified but its new value is never used. [unreadVariable]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/graph_array.h:107:23: warning: Member variable 'node::m_Arcs' is not assigned a value in 'node::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/graph_array.h:107:23: warning: Member variable 'node::m_Begin' is not assigned a value in 'node::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/graph_array.h:107:23: warning: Member variable 'node::m_End' is not assigned a value in 'node::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/graph_array.h:107:23: warning: Member variable 'node::m_Elem' is not assigned a value in 'node::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/graph_array.h:107:23: warning: Member variable 'node::m_Marker' is not assigned a value in 'node::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/types.h:26:5: warning: Member variable 'triangle::m_A' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/types.h:26:5: warning: Member variable 'triangle::m_B' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/types.h:26:5: warning: Member variable 'triangle::m_C' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/types.h:26:5: warning: Member variable 'triangle::m_StripID' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/TriStripVisitor.cpp:53:21: warning: Member variable 'WriteValue::_o' is not assigned a value in 'WriteValue::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/TriStripVisitor.cpp:148:29: warning: Member variable 'VertexAttribComparitor::_arrayList' is not assigned a value in 'VertexAttribComparitor::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/graph_array.h:59:9: style: Class 'arc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/graph_array.h:98:9: style: Class 'node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/TriStripVisitor.cpp:35:9: style: Class 'WriteValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/TriStripVisitor.cpp:59:5: style: Struct 'VertexAttribComparitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/TriStripVisitor.cpp:155:9: style: Class 'RemapArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/include/detail/graph_array.h:72:5: warning: The class 'node' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/TriStripVisitor.cpp:32:1: warning: The class 'WriteValue' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/TriStripVisitor.cpp:57:1: warning: The struct 'VertexAttribComparitor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/TriStripVisitor.cpp:152:1: warning: The class 'RemapArray' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:631:9: style: Condition 'grabFocus' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:630:22: note: Assignment 'grabFocus=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:631:9: note: Condition 'grabFocus' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:755:38: warning: Either the condition 'view?view->findSlaveForCamera(camera):0' is redundant or there is possible null pointer dereference: view. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:781:40: note: Assuming that condition 'view?view->findSlaveForCamera(camera):0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:755:38: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:872:13: warning: Either the condition 'camera?camera->getViewport():0' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:875:46: note: Assuming that condition 'camera?camera->getViewport():0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:872:13: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:873:13: warning: Either the condition 'camera?camera->getViewport():0' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:875:46: note: Assuming that condition 'camera?camera->getViewport():0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:873:13: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:893:64: warning: Possible null pointer dereference: viewport [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:891:42: note: Assignment 'viewport=camera?camera->getViewport():0', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:893:64: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:894:64: warning: Possible null pointer dereference: viewport [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:891:42: note: Assignment 'viewport=camera?camera->getViewport():0', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/CompositeViewer.cpp:894:64: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindow.cpp:28:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindow.cpp:56:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindowWin32.cpp:1055:98: style: Function 'enumerateScreenSettings' argument 1 names different: declaration 'screenIdentifier' definition 'si'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindowWin32.cpp:345:88: note: Function 'enumerateScreenSettings' argument 1 names different: declaration 'screenIdentifier' definition 'si'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindowWin32.cpp:1055:98: note: Function 'enumerateScreenSettings' argument 1 names different: declaration 'screenIdentifier' definition 'si'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindowWin32.cpp:1055:145: style: Function 'enumerateScreenSettings' argument 2 names different: declaration 'resolution' definition 'resolutionList'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindowWin32.cpp:345:149: note: Function 'enumerateScreenSettings' argument 2 names different: declaration 'resolution' definition 'resolutionList'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindowWin32.cpp:1055:145: note: Function 'enumerateScreenSettings' argument 2 names different: declaration 'resolution' definition 'resolutionList'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindowWin32.cpp:1967:17: performance: Variable '_hdc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindowX11.cpp:1221:17: style: Same expression on both sides of '>' because the value of 'baseTime' and '_timeOfLastCheckEvents' are the same. [duplicateExpression]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindowX11.cpp:1217:23: note: 'baseTime' is assigned value '_timeOfLastCheckEvents' here.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/GraphicsWindowX11.cpp:1221:17: note: Same expression on both sides of '>' because the value of 'baseTime' and '_timeOfLastCheckEvents' are the same.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Keystone.cpp:247:18: style: The scope of the variable 'numIntervals' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Keystone.cpp:96:5: style: Struct 'KeystoneCullCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Keystone.cpp:113:5: style: Struct 'KeystoneUpdateCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/PixelBufferWin32.cpp:209:5: warning: Member variable 'TemporaryWindow::_classname' is not initialized in the constructor. [uninitMemberVar]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/PixelBufferWin32.cpp:215:22: warning: Member variable 'TemporaryWindow::_handle' is not assigned a value in 'TemporaryWindow::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/PixelBufferWin32.cpp:215:22: warning: Member variable 'TemporaryWindow::_dc' is not assigned a value in 'TemporaryWindow::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/PixelBufferWin32.cpp:215:22: warning: Member variable 'TemporaryWindow::_context' is not assigned a value in 'TemporaryWindow::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/PixelBufferWin32.cpp:215:22: warning: Member variable 'TemporaryWindow::_instance' is not assigned a value in 'TemporaryWindow::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/PixelBufferWin32.cpp:215:22: warning: Member variable 'TemporaryWindow::_classname' is not assigned a value in 'TemporaryWindow::operator='. [operatorEqVarError]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Renderer.cpp:547:72: warning: Either the condition 'view' is redundant or there is possible null pointer dereference: view. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Renderer.cpp:537:9: note: Assuming that condition 'view' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Renderer.cpp:547:72: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Scene.cpp:143:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/ScreenCaptureHandler.cpp:145:5: performance: Variable '_previousFrameTick' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/StatsHandler.cpp:874:13: performance: Variable '_vertices' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/View.cpp:1556:21: style: Condition 'useTwoTexture' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/View.cpp:1554:38: note: Assignment 'useTwoTexture=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/View.cpp:1556:21: note: Condition 'useTwoTexture' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/View.cpp:547:20: style: The scope of the variable 'minZNearRatio' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/View.cpp:92:5: style: Class 'ViewerCoordinateFrameCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:574:9: style: Condition 'grabFocus' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:573:22: note: Assignment 'grabFocus=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:574:9: note: Condition 'grabFocus' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:807:13: warning: Either the condition 'camera?camera->getViewport():0' is redundant or there is possible null pointer dereference: camera. [nullPointerRedundantCheck]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:811:46: note: Assuming that condition 'camera?camera->getViewport():0' is not redundant
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:807:13: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:829:64: warning: Possible null pointer dereference: viewport [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:827:42: note: Assignment 'viewport=camera?camera->getViewport():0', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:829:64: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:830:64: warning: Possible null pointer dereference: viewport [nullPointer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:827:42: note: Assignment 'viewport=camera?camera->getViewport():0', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/Viewer.cpp:830:64: note: Null pointer dereference
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/ViewerBase.cpp:677:9: style: Condition '_outputMasterCameraLocation' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/ViewerBase.cpp:676:40: note: Assignment '_outputMasterCameraLocation=false', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/ViewerBase.cpp:677:9: note: Condition '_outputMasterCameraLocation' is always false
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/AcrossAllScreens.cpp:79:13: style: Variable 'traits->screenNum' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/AcrossAllScreens.cpp:78:13: note: Variable 'traits->screenNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/AcrossAllScreens.cpp:79:13: note: Variable 'traits->screenNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/PanoramicSphericalDisplay.cpp:263:13: style: Condition '!applyIntensityMapAsColours' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/PanoramicSphericalDisplay.cpp:198:39: note: Assignment 'applyIntensityMapAsColours=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/PanoramicSphericalDisplay.cpp:263:13: note: Condition '!applyIntensityMapAsColours' is always false
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/PanoramicSphericalDisplay.cpp:198:10: style: The scope of the variable 'applyIntensityMapAsColours' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/SphericalDisplay.cpp:76:9: style: Condition 'centerProjection' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/SphericalDisplay.cpp:39:29: note: Assignment 'centerProjection=false', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/SphericalDisplay.cpp:76:9: note: Condition 'centerProjection' is always false
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/SphericalDisplay.cpp:379:13: style: Condition '!applyIntensityMapAsColours' is always false [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/SphericalDisplay.cpp:226:39: note: Assignment 'applyIntensityMapAsColours=true', assigned value is 1
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/SphericalDisplay.cpp:379:13: note: Condition '!applyIntensityMapAsColours' is always false
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/config/SphericalDisplay.cpp:226:10: style: The scope of the variable 'applyIntensityMapAsColours' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgVolume/MultipassTechnique.cpp:520:18: style: The scope of the variable 'volumeTextureUnit' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgVolume/MultipassTechnique.cpp:521:18: style: The scope of the variable 'transferFunctionTextureUnit' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgVolume/Property.cpp:314:9: style: Class 'CycleSwitchVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgVolume/VolumeScene.cpp:31:9: style: Class 'RTTCameraCullCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/Input.cpp:145:36: style: The scope of the variable 'previous_g' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/Input.cpp:120:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/Input.cpp:656:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/Input.cpp:17:5: style: Class 'BlinkCursorCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/Input.cpp:518:18: style: Reading from empty STL container 'data' [reademptycontainer]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/Table.cpp:74:9: style: The scope of the variable 'wrem' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/Table.cpp:75:9: style: The scope of the variable 'hrem' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/Window.cpp:317:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/Window.cpp:676:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/Window.cpp:716:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/Window.cpp:803:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/WindowManager.cpp:227:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/WindowManager.cpp:319:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/FragmentProgram.cpp:110:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/FragmentProgram.cpp:117:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/Material.cpp:112:11: style: The scope of the variable 'shininess' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/Program.cpp:114:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:717:61: style: Function 'StateSet_getModeStr' argument 1 names different: declaration 'mode' definition 'value'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:38:61: note: Function 'StateSet_getModeStr' argument 1 names different: declaration 'mode' definition 'value'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:717:61: note: Function 'StateSet_getModeStr' argument 1 names different: declaration 'mode' definition 'value'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/VertexProgram.cpp:113:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/VertexProgram.cpp:120:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:955:17: style: Variable 'drawable' is reassigned a value before the old one has been used. [redundantAssignment]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:954:0: note: Variable 'drawable' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:955:17: note: Variable 'drawable' is reassigned a value before the old one has been used.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:172:11: style: The scope of the variable 'weight' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:244:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:253:28: style: The scope of the variable 'v' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:254:27: style: The scope of the variable 'time' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:281:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:290:27: style: The scope of the variable 'v' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:291:27: style: The scope of the variable 'time' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:318:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:328:27: style: The scope of the variable 'time' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:356:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:366:27: style: The scope of the variable 'time' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:395:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:405:27: style: The scope of the variable 'time' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:435:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:445:27: style: The scope of the variable 'time' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:491:17: style: The scope of the variable 'nbKeys' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:867:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgParticle/IO_AngularDampingOperator.cpp:38:11: style: The scope of the variable 'low' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgParticle/IO_DampingOperator.cpp:38:11: style: The scope of the variable 'low' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:22:48: style: Function 'ParticleEffect_readLocalData' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:10:49: note: Function 'ParticleEffect_readLocalData' argument 1 names different: declaration 'obj' definition 'object'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:22:48: note: Function 'ParticleEffect_readLocalData' argument 1 names different: declaration 'obj' definition 'object'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:192:55: style: Function 'ParticleEffect_writeLocalData' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:11:56: note: Function 'ParticleEffect_writeLocalData' argument 1 names different: declaration 'obj' definition 'object'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:192:55: note: Function 'ParticleEffect_writeLocalData' argument 1 names different: declaration 'obj' definition 'object'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleSystemUpdater.cpp:36:64: style: Function 'PSU_writeLocalData' argument 2 names different: declaration 'fr' definition 'fw'. [funcArgNamesDifferent]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleSystemUpdater.cpp:10:65: note: Function 'PSU_writeLocalData' argument 2 names different: declaration 'fr' definition 'fw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleSystemUpdater.cpp:36:64: note: Function 'PSU_writeLocalData' argument 2 names different: declaration 'fr' definition 'fw'.
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgSim/IO_LightPointNode.cpp:111:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgText/IO_Text3D.cpp:27:77: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgVolume/ImageLayer.cpp:47:17: style: Condition '!deferExternalLayerLoading' is always true [knownConditionTrueFalse]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgVolume/ImageLayer.cpp:43:46: note: Assignment 'deferExternalLayerLoading=false', assigned value is 0
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgVolume/ImageLayer.cpp:47:17: note: Condition '!deferExternalLayerLoading' is always true
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/Geometry.cpp:135:10: style: The scope of the variable 'value' can be reduced. [variableScope]
OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/StateSet.cpp:66:56: style: Reading from empty STL container 'valueString' [reademptycontainer]
[13:11]

ftp://ftp.se.debian.org/debian/pool/main/o/opense-basic/opense-basic_3.1.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/opensesame/opensesame_0.27.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openshot/openshot_1.4.3.orig.tar.gz
[13:11]

ftp://ftp.se.debian.org/debian/pool/main/o/openshot-qt/openshot-qt_2.4.1+dfsg1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/opensips/opensips_2.2.2.orig.tar.gz
opensips-2.2.2/lock_ops.h:245:0: error: #error "no locking method selected" [preprocessorErrorDirective]
opensips-2.2.2/ip_addr.h:198:15: style: The scope of the variable 'r' can be reduced. [variableScope]
opensips-2.2.2/parser/msg_parser.h:378:6: style: The scope of the variable 'ct_len' can be reduced. [variableScope]
opensips-2.2.2/cachedb/cachedb_pool.c:47:59: style: Function 'filter_pool_by_scheme' argument 2 names different: declaration 'size' definition 'lst_size'. [funcArgNamesDifferent]
opensips-2.2.2/cachedb/cachedb_pool.h:39:59: note: Function 'filter_pool_by_scheme' argument 2 names different: declaration 'size' definition 'lst_size'.
opensips-2.2.2/cachedb/cachedb_pool.c:47:59: note: Function 'filter_pool_by_scheme' argument 2 names different: declaration 'size' definition 'lst_size'.
opensips-2.2.2/context.c:88:41: style: Function 'context_destroy' argument 1 names different: declaration 'type' definition 'ctxtype'. [funcArgNamesDifferent]
opensips-2.2.2/context.h:67:41: note: Function 'context_destroy' argument 1 names different: declaration 'type' definition 'ctxtype'.
opensips-2.2.2/context.c:88:41: note: Function 'context_destroy' argument 1 names different: declaration 'type' definition 'ctxtype'.
opensips-2.2.2/context.c:123:44: style: Function 'context_alloc' argument 1 names different: declaration 'ctx' definition 'type'. [funcArgNamesDifferent]
opensips-2.2.2/context.h:61:44: note: Function 'context_alloc' argument 1 names different: declaration 'ctx' definition 'type'.
opensips-2.2.2/context.c:123:44: note: Function 'context_alloc' argument 1 names different: declaration 'ctx' definition 'type'.
opensips-2.2.2/data_lump.c:256:52: style: Function 'insert_cond_lump_before' argument 1 names different: declaration 'after' definition 'before'. [funcArgNamesDifferent]
opensips-2.2.2/data_lump.h:92:51: note: Function 'insert_cond_lump_before' argument 1 names different: declaration 'after' definition 'before'.
opensips-2.2.2/data_lump.c:256:52: note: Function 'insert_cond_lump_before' argument 1 names different: declaration 'after' definition 'before'.
opensips-2.2.2/data_lump.c:434:29: style: Function 'free_lump' argument 1 names different: declaration 'l' definition 'lmp'. [funcArgNamesDifferent]
opensips-2.2.2/lump_struct.h:124:29: note: Function 'free_lump' argument 1 names different: declaration 'l' definition 'lmp'.
opensips-2.2.2/data_lump.c:434:29: note: Function 'free_lump' argument 1 names different: declaration 'l' definition 'lmp'.
opensips-2.2.2/data_lump.c:453:34: style: Function 'free_lump_list' argument 1 names different: declaration 'lump_list' definition 'l'. [funcArgNamesDifferent]
opensips-2.2.2/lump_struct.h:126:34: note: Function 'free_lump_list' argument 1 names different: declaration 'lump_list' definition 'l'.
opensips-2.2.2/data_lump.c:453:34: note: Function 'free_lump_list' argument 1 names different: declaration 'lump_list' definition 'l'.
opensips-2.2.2/db/db_row.c:42:12: style: The scope of the variable '_val' can be reduced. [variableScope]
opensips-2.2.2/evi/evi_params.c:64:31: style: Function 'evi_param_set' argument 1 names different: declaration 'element' definition 'el'. [funcArgNamesDifferent]
opensips-2.2.2/evi/evi_params.h:76:31: note: Function 'evi_param_set' argument 1 names different: declaration 'element' definition 'el'.
opensips-2.2.2/evi/evi_params.c:64:31: note: Function 'evi_param_set' argument 1 names different: declaration 'element' definition 'el'.
opensips-2.2.2/evi/evi_params.c:121:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opensips-2.2.2/evi/evi_params.c:75:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensips-2.2.2/io_wait.c:479:18: style: Condition 'poll_method==0' is always true [knownConditionTrueFalse]
opensips-2.2.2/io_wait.c:448:14: note: Assignment 'poll_method=0', assigned value is 0
opensips-2.2.2/io_wait.c:479:18: note: Condition 'poll_method==0' is always true
opensips-2.2.2/io_wait.c:338:2: style: Variable 'm1' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/io_wait.c:335:2: note: Variable 'm1' is reassigned a value before the old one has been used.
opensips-2.2.2/io_wait.c:338:2: note: Variable 'm1' is reassigned a value before the old one has been used.
opensips-2.2.2/ip_addr.c:102:21: style: Function 'print_ip' argument 1 names different: declaration 'prefix' definition 'p'. [funcArgNamesDifferent]
opensips-2.2.2/ip_addr.h:185:21: note: Function 'print_ip' argument 1 names different: declaration 'prefix' definition 'p'.
opensips-2.2.2/ip_addr.c:102:21: note: Function 'print_ip' argument 1 names different: declaration 'prefix' definition 'p'.
opensips-2.2.2/ip_addr.c:102:50: style: Function 'print_ip' argument 3 names different: declaration 'suffix' definition 's'. [funcArgNamesDifferent]
opensips-2.2.2/ip_addr.h:185:55: note: Function 'print_ip' argument 3 names different: declaration 'suffix' definition 's'.
opensips-2.2.2/ip_addr.c:102:50: note: Function 'print_ip' argument 3 names different: declaration 'suffix' definition 's'.
opensips-2.2.2/menuconfig/commands.c:45:15: style: The scope of the variable 'current' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/commands.c:290:10: style: The scope of the variable 'len' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/curses.c:274:34: style: Same expression on both sides of '>' because the value of 'disp_start' and '0' are the same. [duplicateExpression]
opensips-2.2.2/menuconfig/curses.c:198:17: note: 'disp_start' is assigned value '0' here.
opensips-2.2.2/menuconfig/curses.c:274:34: note: Same expression on both sides of '>' because the value of 'disp_start' and '0' are the same.
opensips-2.2.2/menuconfig/menus.c:39:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/menus.c:123:15: style: The scope of the variable 'm1' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/menus.c:123:19: style: The scope of the variable 'm2' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/menus.c:123:23: style: The scope of the variable 'm3' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/menus.c:123:27: style: The scope of the variable 'm4' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/menus.c:190:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/parser.c:344:59: warning: Either the condition '!curr_menu' is redundant or there is possible null pointer dereference: curr_menu. [nullPointerRedundantCheck]
opensips-2.2.2/menuconfig/parser.c:343:6: note: Assuming that condition '!curr_menu' is not redundant
opensips-2.2.2/menuconfig/parser.c:344:59: note: Null pointer dereference
opensips-2.2.2/menuconfig/parser.c:42:27: style: The scope of the variable 'mod_desc' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/parser.c:43:15: style: The scope of the variable 'desc_len' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/parser.c:340:8: style: The scope of the variable 'p' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/parser.c:382:8: style: The scope of the variable 'p' can be reduced. [variableScope]
opensips-2.2.2/menuconfig/parser.c:366:0: error: Resource leak: f [resourceLeak]
opensips-2.2.2/mi/attr.c:108:15: style: Variable 'size_mem' is assigned a value that is never used. [unreadVariable]
opensips-2.2.2/mi/attr.c:103:14: style: Variable 'name_pos' is assigned a value that is never used. [unreadVariable]
opensips-2.2.2/mi/attr.c:107:15: style: Variable 'value_pos' is assigned a value that is never used. [unreadVariable]
opensips-2.2.2/mi/mi.c:83:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/mi/mi.c:191:41: style: Function 'mi_help' argument 1 names different: declaration 'cmd' definition 'root'. [funcArgNamesDifferent]
opensips-2.2.2/mi/mi.h:90:41: note: Function 'mi_help' argument 1 names different: declaration 'cmd' definition 'root'.
opensips-2.2.2/mi/mi.c:191:41: note: Function 'mi_help' argument 1 names different: declaration 'cmd' definition 'root'.
opensips-2.2.2/modules/aaa_radius/aaa_radius.c:200:3: style: Redundant condition: If 'EXPR == '='', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
opensips-2.2.2/modules/aaa_radius/aaa_radius.c:206:3: style: Redundant condition: If 'EXPR == '$'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
opensips-2.2.2/modules/aaa_radius/aaa_radius.c:248:2: style: Redundant condition: If 'EXPR == '='', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
opensips-2.2.2/modules/aaa_radius/aaa_radius.c:252:2: style: Redundant condition: If 'EXPR == '('', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
opensips-2.2.2/modules/auth/rfc2617.c:36:16: style: The scope of the variable 'j' can be reduced. [variableScope]
opensips-2.2.2/modules/auth/rfc2617.c:33:26: style: Function 'cvt_hex' argument 1 names different: declaration 'Bin' definition '_b'. [funcArgNamesDifferent]
opensips-2.2.2/modules/auth/rfc2617.h:50:19: note: Function 'cvt_hex' argument 1 names different: declaration 'Bin' definition '_b'.
opensips-2.2.2/modules/auth/rfc2617.c:33:26: note: Function 'cvt_hex' argument 1 names different: declaration 'Bin' definition '_b'.
opensips-2.2.2/modules/auth/rfc2617.c:33:38: style: Function 'cvt_hex' argument 2 names different: declaration 'Hex' definition '_h'. [funcArgNamesDifferent]
opensips-2.2.2/modules/auth/rfc2617.h:50:32: note: Function 'cvt_hex' argument 2 names different: declaration 'Hex' definition '_h'.
opensips-2.2.2/modules/auth/rfc2617.c:33:38: note: Function 'cvt_hex' argument 2 names different: declaration 'Hex' definition '_h'.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:1388:50: style: The scope of the variable '_val159' can be reduced. [variableScope]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:1524:50: style: The scope of the variable '_val173' can be reduced. [variableScope]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:3566:63: style: The scope of the variable '_val236' can be reduced. [variableScope]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:3578:43: style: The scope of the variable '_val243' can be reduced. [variableScope]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4107:42: style: The scope of the variable '_val262' can be reduced. [variableScope]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4219:42: style: The scope of the variable '_val276' can be reduced. [variableScope]
opensips-2.2.2/modules/cachedb_cassandra/cassandra_types.h:673:3: warning: Member variable 'IndexExpression::op' is not initialized in the constructor. [uninitMemberVar]
opensips-2.2.2/modules/cachedb_cassandra/cassandra_types.h:1109:3: warning: Member variable 'ColumnDef::index_type' is not initialized in the constructor. [uninitMemberVar]
opensips-2.2.2/modules/cachedb_cassandra/cassandra_types.h:1483:3: warning: Member variable 'CqlResult::type' is not initialized in the constructor. [uninitMemberVar]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3431:3: warning: Member variable 'Cassandra_execute_cql_query_args::compression' is not initialized in the constructor. [uninitMemberVar]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:1941:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_schema_versions_args::read' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4026:51: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_schema_versions_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:1941:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_schema_versions_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:1942:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_schema_versions_args::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4058:51: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_schema_versions_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:1942:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_schema_versions_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:1954:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_schema_versions_pargs::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4066:52: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_schema_versions_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:1954:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_schema_versions_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2037:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_keyspaces_args::read' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4261:45: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_keyspaces_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2037:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_keyspaces_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2038:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_keyspaces_args::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4293:45: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_keyspaces_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2038:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_keyspaces_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2050:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_keyspaces_pargs::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4301:46: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_keyspaces_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2050:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_keyspaces_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2133:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_cluster_name_args::read' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4457:48: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_cluster_name_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2133:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_cluster_name_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2134:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_cluster_name_args::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4489:48: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_cluster_name_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2134:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_cluster_name_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2146:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_cluster_name_pargs::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4497:49: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_cluster_name_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2146:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_cluster_name_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2223:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_version_args::read' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4601:43: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_version_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2223:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_version_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2224:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_version_args::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4633:43: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_version_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2224:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_version_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2236:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_version_pargs::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4641:44: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_version_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2236:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_version_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2413:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_partitioner_args::read' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4958:47: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_partitioner_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2413:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_partitioner_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2414:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_partitioner_args::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4990:47: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_partitioner_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2414:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_partitioner_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2426:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_partitioner_pargs::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:4998:48: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_partitioner_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2426:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_partitioner_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2503:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_snitch_args::read' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:5102:42: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_snitch_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2503:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_snitch_args::read' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2504:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_snitch_args::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:5134:42: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_snitch_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2504:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_snitch_args::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2516:12: performance: Technically the member function 'org::apache::cassandra::Cassandra_describe_snitch_pargs::write' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.cpp:5142:43: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_snitch_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:2516:12: note: Technically the member function 'org::apache::cassandra::Cassandra_describe_snitch_pargs::write' can be static.
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3563:61: style: Technically the member function 'org::apache::cassandra::CassandraClient::getInputProtocol' can be const. [functionConst]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3566:61: style: Technically the member function 'org::apache::cassandra::CassandraClient::getOutputProtocol' can be const. [functionConst]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3551:3: style: Class 'CassandraClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3707:3: style: Class 'CassandraProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3748:3: style: Class 'CassandraMultiface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:53:8: style: The function 'login' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:17:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:53:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:56:8: style: The function 'set_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:18:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:56:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:59:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:19:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:59:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:62:8: style: The function 'get_slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:20:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:62:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:65:11: style: The function 'get_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:21:19: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:65:11: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:69:8: style: The function 'multiget_slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:22:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:69:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:72:8: style: The function 'multiget_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:23:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:72:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:75:8: style: The function 'get_range_slices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:24:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:75:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:78:8: style: The function 'get_indexed_slices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:25:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:78:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:81:8: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:26:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:81:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:84:8: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:27:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:84:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:87:8: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:28:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:87:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:90:8: style: The function 'remove_counter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:29:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:90:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:93:8: style: The function 'batch_mutate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:30:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:93:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:96:8: style: The function 'truncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:31:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:96:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:99:8: style: The function 'describe_schema_versions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:32:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:99:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:102:8: style: The function 'describe_keyspaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:33:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:102:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:105:8: style: The function 'describe_cluster_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:34:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:105:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:108:8: style: The function 'describe_version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:35:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:108:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:111:8: style: The function 'describe_ring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:36:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:111:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:114:8: style: The function 'describe_partitioner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:37:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:114:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:117:8: style: The function 'describe_snitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:38:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:117:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:120:8: style: The function 'describe_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:39:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:120:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:123:8: style: The function 'describe_splits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:40:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:123:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:126:8: style: The function 'system_add_column_family' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:41:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:126:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:129:8: style: The function 'system_drop_column_family' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:42:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:129:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:132:8: style: The function 'system_add_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:43:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:132:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:135:8: style: The function 'system_drop_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:44:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:135:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:138:8: style: The function 'system_update_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:45:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:138:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:141:8: style: The function 'system_update_column_family' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:46:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:141:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:144:8: style: The function 'execute_cql_query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:47:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:144:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3569:8: style: The function 'login' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:17:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3569:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3572:8: style: The function 'set_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:18:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3572:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3575:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:19:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3575:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3578:8: style: The function 'get_slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:20:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3578:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3581:11: style: The function 'get_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:21:19: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3581:11: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3584:8: style: The function 'multiget_slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:22:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3584:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3587:8: style: The function 'multiget_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:23:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3587:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3590:8: style: The function 'get_range_slices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:24:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3590:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3593:8: style: The function 'get_indexed_slices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:25:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3593:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3596:8: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:26:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3596:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3599:8: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:27:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3599:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3602:8: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:28:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3602:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3605:8: style: The function 'remove_counter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:29:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3605:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3608:8: style: The function 'batch_mutate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:30:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3608:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3611:8: style: The function 'truncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:31:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3611:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3614:8: style: The function 'describe_schema_versions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:32:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3614:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3617:8: style: The function 'describe_keyspaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:33:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3617:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3620:8: style: The function 'describe_cluster_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:34:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3620:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3623:8: style: The function 'describe_version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:35:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3623:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3626:8: style: The function 'describe_ring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:36:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3626:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3629:8: style: The function 'describe_partitioner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:37:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3629:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3632:8: style: The function 'describe_snitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:38:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3632:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3635:8: style: The function 'describe_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:39:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3635:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3638:8: style: The function 'describe_splits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:40:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3638:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3641:8: style: The function 'system_add_column_family' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:41:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3641:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3644:8: style: The function 'system_drop_column_family' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:42:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3644:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3647:8: style: The function 'system_add_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:43:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3647:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3650:8: style: The function 'system_drop_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:44:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3650:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3653:8: style: The function 'system_update_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:45:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3653:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3656:8: style: The function 'system_update_column_family' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:46:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3656:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3659:8: style: The function 'execute_cql_query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:47:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3659:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3758:8: style: The function 'login' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:17:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3758:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3765:8: style: The function 'set_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:18:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3765:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3772:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:19:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3772:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3784:8: style: The function 'get_slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:20:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3784:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3796:11: style: The function 'get_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:21:19: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3796:11: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3807:8: style: The function 'multiget_slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:22:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3807:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3819:8: style: The function 'multiget_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:23:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3819:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3831:8: style: The function 'get_range_slices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:24:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3831:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3843:8: style: The function 'get_indexed_slices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:25:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3843:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3855:8: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:26:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3855:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3862:8: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:27:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3862:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3869:8: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:28:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3869:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3876:8: style: The function 'remove_counter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:29:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3876:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3883:8: style: The function 'batch_mutate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:30:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3883:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3890:8: style: The function 'truncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:31:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3890:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3897:8: style: The function 'describe_schema_versions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:32:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3897:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3909:8: style: The function 'describe_keyspaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:33:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3909:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3921:8: style: The function 'describe_cluster_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:34:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3921:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3933:8: style: The function 'describe_version' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:35:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3933:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3945:8: style: The function 'describe_ring' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:36:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3945:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3957:8: style: The function 'describe_partitioner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:37:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3957:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3969:8: style: The function 'describe_snitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:38:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3969:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3981:8: style: The function 'describe_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:39:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3981:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3993:8: style: The function 'describe_splits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:40:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:3993:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4005:8: style: The function 'system_add_column_family' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:41:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4005:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4017:8: style: The function 'system_drop_column_family' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:42:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4017:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4029:8: style: The function 'system_add_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:43:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4029:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4041:8: style: The function 'system_drop_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:44:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4041:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4053:8: style: The function 'system_update_keyspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:45:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4053:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4065:8: style: The function 'system_update_column_family' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:46:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4065:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4077:8: style: The function 'execute_cql_query' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:47:16: note: Virtual function in base class
opensips-2.2.2/modules/cachedb_cassandra/Cassandra.h:4077:8: note: Function in derived class
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:157:18: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:159:6: note: Assuming that condition '!attr' is not redundant
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:157:18: note: Null pointer dereference
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:197:18: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:199:6: note: Assuming that condition '!attr' is not redundant
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:197:18: note: Null pointer dereference
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:220:18: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:224:6: note: Assuming that condition '!attr' is not redundant
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:220:18: note: Null pointer dereference
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:221:17: warning: Either the condition '!val' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:224:15: note: Assuming that condition '!val' is not redundant
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:221:17: note: Null pointer dereference
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:246:18: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:249:6: note: Assuming that condition '!attr' is not redundant
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:246:18: note: Null pointer dereference
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:271:18: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:274:6: note: Assuming that condition '!attr' is not redundant
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:271:18: note: Null pointer dereference
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:309:18: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:312:6: note: Assuming that condition '!attr' is not redundant
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:309:18: note: Null pointer dereference
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:141:10: style: C-style pointer casting [cstyleCast]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:165:10: style: C-style pointer casting [cstyleCast]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:205:10: style: C-style pointer casting [cstyleCast]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:230:10: style: C-style pointer casting [cstyleCast]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:255:10: style: C-style pointer casting [cstyleCast]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:280:10: style: C-style pointer casting [cstyleCast]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:318:10: style: C-style pointer casting [cstyleCast]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:151:32: style: Function 'cassandra_get' argument 1 names different: declaration 'con' definition 'connection'. [funcArgNamesDifferent]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.h:56:32: note: Function 'cassandra_get' argument 1 names different: declaration 'con' definition 'connection'.
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:151:32: note: Function 'cassandra_get' argument 1 names different: declaration 'con' definition 'connection'.
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:192:40: style: Function 'cassandra_get_counter' argument 1 names different: declaration 'con' definition 'connection'. [funcArgNamesDifferent]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.h:57:40: note: Function 'cassandra_get_counter' argument 1 names different: declaration 'con' definition 'connection'.
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:192:40: note: Function 'cassandra_get_counter' argument 1 names different: declaration 'con' definition 'connection'.
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:216:32: style: Function 'cassandra_set' argument 1 names different: declaration 'con' definition 'connection'. [funcArgNamesDifferent]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.h:58:32: note: Function 'cassandra_set' argument 1 names different: declaration 'con' definition 'connection'.
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:216:32: note: Function 'cassandra_set' argument 1 names different: declaration 'con' definition 'connection'.
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:242:35: style: Function 'cassandra_remove' argument 1 names different: declaration 'con' definition 'connection'. [funcArgNamesDifferent]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.h:59:35: note: Function 'cassandra_remove' argument 1 names different: declaration 'con' definition 'connection'.
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_dbase.cpp:242:35: note: Function 'cassandra_remove' argument 1 names different: declaration 'con' definition 'connection'.
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_lib.h:85:1: warning: Member variable 'CassandraConnection::conn_to' is not initialized in the constructor. [uninitMemberVar]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_lib.h:85:1: warning: Member variable 'CassandraConnection::snd_to' is not initialized in the constructor. [uninitMemberVar]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_lib.h:85:1: warning: Member variable 'CassandraConnection::rcv_to' is not initialized in the constructor. [uninitMemberVar]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_lib.h:85:1: warning: Member variable 'CassandraConnection::rd_level' is not initialized in the constructor. [uninitMemberVar]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_lib.h:85:1: warning: Member variable 'CassandraConnection::wr_level' is not initialized in the constructor. [uninitMemberVar]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_lib.h:73:6: performance: Technically the member function 'CassandraConnection::make_cassandra_timestamp' can be static. [functionStatic]
opensips-2.2.2/modules/cachedb_cassandra/cachedb_cassandra_lib.h:203:4: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
opensips-2.2.2/modules/cachedb_cassandra/cassandra_constants.cpp:13:3: performance: Variable 'VERSION' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opensips-2.2.2/modules/cpl_c/sub_list.c:30:56: style: Function 'append_to_list' argument 2 names different: declaration 'offdet' definition 'offset'. [funcArgNamesDifferent]
opensips-2.2.2/modules/cpl_c/sub_list.h:31:55: note: Function 'append_to_list' argument 2 names different: declaration 'offdet' definition 'offset'.
opensips-2.2.2/modules/cpl_c/sub_list.c:30:56: note: Function 'append_to_list' argument 2 names different: declaration 'offdet' definition 'offset'.
opensips-2.2.2/modules/db_flatstore/flat_mi.c:27:53: style: Function 'mi_flat_rotate_cmd' argument 1 names different: declaration 'cmd' definition 'cmd_tree'. [funcArgNamesDifferent]
opensips-2.2.2/modules/db_flatstore/flat_mi.h:30:53: note: Function 'mi_flat_rotate_cmd' argument 1 names different: declaration 'cmd' definition 'cmd_tree'.
opensips-2.2.2/modules/db_flatstore/flat_mi.c:27:53: note: Function 'mi_flat_rotate_cmd' argument 1 names different: declaration 'cmd' definition 'cmd_tree'.
opensips-2.2.2/modules/jabber/sha.c:100:19: style: The scope of the variable 'x' can be reduced. [variableScope]
opensips-2.2.2/modules/jabber/sha.c:203:6: style: The scope of the variable 'c' can be reduced. [variableScope]
opensips-2.2.2/modules/jabber/xjab_jconf.c:261:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensips-2.2.2/modules/jabber/xode.c:137:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opensips-2.2.2/modules/jabber/xode.c:453:10: style: The scope of the variable 'attrib' can be reduced. [variableScope]
opensips-2.2.2/modules/jabber/xode.c:466:10: style: The scope of the variable 'attrib' can be reduced. [variableScope]
opensips-2.2.2/modules/jabber/xode.c:483:10: style: The scope of the variable 'attrib' can be reduced. [variableScope]
opensips-2.2.2/modules/jabber/xode.c:545:10: style: The scope of the variable 'cur' can be reduced. [variableScope]
opensips-2.2.2/modules/jabber/xode.c:851:25: style: Function 'xode_to_prettystr' argument 1 names different: declaration 'node' definition 'x'. [funcArgNamesDifferent]
opensips-2.2.2/modules/jabber/xode.h:256:33: note: Function 'xode_to_prettystr' argument 1 names different: declaration 'node' definition 'x'.
opensips-2.2.2/modules/jabber/xode.c:851:25: note: Function 'xode_to_prettystr' argument 1 names different: declaration 'node' definition 'x'.
opensips-2.2.2/modules/jabber/xode.c:342:77: warning: Char literal compared with pointer 'name'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
opensips-2.2.2/modules/jabber/xode_from.c:144:19: style: The scope of the variable 'len' can be reduced. [variableScope]
opensips-2.2.2/modules/jabber/xsnprintf.c:196:27: style: Redundant condition: If 'decpt < -3', the comparison 'decpt < 0' is always true. [redundantCondition]
opensips-2.2.2/modules/jabber/xsnprintf.c:530:11: style: The scope of the variable 'q' can be reduced. [variableScope]
opensips-2.2.2/modules/jabber/xstream.c:173:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
opensips-2.2.2/modules/jabber/xstream.c:175:6: note: Found duplicate branches for 'if' and 'else'.
opensips-2.2.2/modules/jabber/xstream.c:173:11: note: Found duplicate branches for 'if' and 'else'.
opensips-2.2.2/modules/jabber/xstream.c:39:15: style: The scope of the variable 'p' can be reduced. [variableScope]
opensips-2.2.2/modules/jabber/xstream.c:150:10: style: The scope of the variable 'xerr' can be reduced. [variableScope]
opensips-2.2.2/modules/ldap/iniparser.c:688:11: style: The scope of the variable 'secname' can be reduced. [variableScope]
opensips-2.2.2/modules/ldap/iniparser.c:689:11: style: The scope of the variable 'seclen' can be reduced. [variableScope]
opensips-2.2.2/modules/ldap/iniparser.c:960:15: style: The scope of the variable 'where' can be reduced. [variableScope]
opensips-2.2.2/modules/ldap/iniparser.c:976:4: style: Variable 'lineno' is modified but its new value is never used. [unreadVariable]
opensips-2.2.2/modules/ldap/iniparser.c:97:11: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
opensips-2.2.2/modules/ldap/iniparser.c:981:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
opensips-2.2.2/modules/ldap/iniparser.c:985:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
opensips-2.2.2/modules/ldap/iniparser.c:986:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
opensips-2.2.2/modules/ldap/iniparser.c:987:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
opensips-2.2.2/modules/ldap/ld_session.c:49:2: style: Variable 'new_lds' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/modules/ldap/ld_session.c:44:0: note: Variable 'new_lds' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/ldap/ld_session.c:49:2: note: Variable 'new_lds' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/lua/sipmysql.c:148:15: style: The scope of the variable 'str' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:149:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:213:7: style: The scope of the variable 'n' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:325:15: style: The scope of the variable 'str' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:327:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:328:7: style: The scope of the variable 'i' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:456:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:472:7: style: The scope of the variable 'i' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:634:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:660:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:739:7: style: The scope of the variable 'n' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:740:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:741:7: style: The scope of the variable 'i' can be reduced. [variableScope]
opensips-2.2.2/modules/lua/sipmysql.c:802:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
opensips-2.2.2/modules/mangler/ip_helper.c:37:27: style: Function 'net_address' argument 1 names different: declaration 'address' definition 'ip'. [funcArgNamesDifferent]
opensips-2.2.2/modules/mangler/ip_helper.h:31:40: note: Function 'net_address' argument 1 names different: declaration 'address' definition 'ip'.
opensips-2.2.2/modules/mangler/ip_helper.c:37:27: note: Function 'net_address' argument 1 names different: declaration 'address' definition 'ip'.
opensips-2.2.2/modules/mangler/ip_helper.c:98:2: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
opensips-2.2.2/modules/mathops/tinyexpr.c:235:29: style: Same expression on both sides of '/'. [duplicateExpression]
opensips-2.2.2/modules/mathops/tinyexpr.c:383:18: style: Same expression on both sides of '/'. [duplicateExpression]
opensips-2.2.2/modules/osp/destination.c:567:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/destination.c:568:11: style: The scope of the variable 'port' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/destination.c:569:9: style: The scope of the variable 'size' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/destination.c:607:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/destination.c:608:11: style: The scope of the variable 'end' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/destination.c:609:11: style: The scope of the variable 'port' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/destination.c:610:9: style: The scope of the variable 'size' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/orig_transaction.c:1089:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/modules/osp/orig_transaction.c:1086:0: note: Variable 'result' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/osp/orig_transaction.c:1089:5: note: Variable 'result' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/osp/orig_transaction.c:837:9: error: Uninitialized variable: callids [uninitvar]
opensips-2.2.2/modules/osp/osp_mod.c:330:5: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/modules/osp/osp_mod.c:328:0: note: Variable 'code' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/osp/osp_mod.c:330:5: note: Variable 'code' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/osp/osptoolkit.c:62:5: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/modules/osp/osptoolkit.c:58:0: note: Variable 'context' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/osp/osptoolkit.c:62:5: note: Variable 'context' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/osp/osptoolkit.c:140:9: style: The scope of the variable 'errorcode' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/term_transaction.c:94:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
opensips-2.2.2/modules/osp/timeapi.c:68:11: style: The scope of the variable 'tz' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/usage.c:117:22: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opensips-2.2.2/modules/osp/usage.c:117:22: warning: %d in format string (no. 9) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opensips-2.2.2/modules/osp/usage.c:131:22: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opensips-2.2.2/modules/osp/usage.c:583:28: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:776:57: note: Calling function 'ospBuildUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:583:28: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:584:28: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:776:57: note: Calling function 'ospBuildUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:584:28: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:589:48: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:776:57: note: Calling function 'ospBuildUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:589:48: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:601:9: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:776:57: note: Calling function 'ospBuildUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:601:9: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:609:49: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:776:57: note: Calling function 'ospBuildUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:609:49: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:637:93: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:778:58: note: Calling function 'ospReportUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:637:93: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:638:93: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:778:58: note: Calling function 'ospReportUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:638:93: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:640:86: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:778:58: note: Calling function 'ospReportUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:640:86: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:641:85: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:778:58: note: Calling function 'ospReportUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:641:85: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:642:85: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:778:58: note: Calling function 'ospReportUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:642:85: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:643:46: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:778:58: note: Calling function 'ospReportUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:643:46: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:645:51: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:778:58: note: Calling function 'ospReportUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:645:51: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:647:49: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:778:58: note: Calling function 'ospReportUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:647:49: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:649:53: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:778:58: note: Calling function 'ospReportUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:649:53: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:657:9: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:778:58: note: Calling function 'ospReportUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:657:9: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:662:41: warning: Either the condition 'inbound==NULL' is redundant or there is possible null pointer dereference: inbound. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:757:17: note: Assuming that condition 'inbound==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:778:58: note: Calling function 'ospReportUsageFromDestination', 2nd argument 'inbound' value is 0
opensips-2.2.2/modules/osp/usage.c:662:41: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:759:17: warning: Either the condition 'dest==NULL' is redundant or there is possible null pointer dereference: dest. [nullPointerRedundantCheck]
opensips-2.2.2/modules/osp/usage.c:758:18: note: Assuming that condition 'dest==NULL' is not redundant
opensips-2.2.2/modules/osp/usage.c:759:17: note: Null pointer dereference
opensips-2.2.2/modules/osp/usage.c:447:9: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/modules/osp/usage.c:443:9: note: Variable 'errorcode' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/osp/usage.c:447:9: note: Variable 'errorcode' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/osp/usage.c:225:10: style: The scope of the variable 'tag' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/usage.c:502:11: style: The scope of the variable 'token' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/usage.c:503:10: style: The scope of the variable 'parameters' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/usage.c:755:9: style: The scope of the variable 'errorcode' can be reduced. [variableScope]
opensips-2.2.2/modules/osp/usage.c:218:11: style: Function 'ospReportUsageFromCookie' argument 2 names different: declaration 'cooky' definition 'cookie'. [funcArgNamesDifferent]
opensips-2.2.2/modules/osp/usage.c:89:64: note: Function 'ospReportUsageFromCookie' argument 2 names different: declaration 'cooky' definition 'cookie'.
opensips-2.2.2/modules/osp/usage.c:218:11: note: Function 'ospReportUsageFromCookie' argument 2 names different: declaration 'cooky' definition 'cookie'.
opensips-2.2.2/modules/path/path.c:247:46: style: Function 'add_path_usr' argument 2 names different: declaration '_a' definition '_usr'. [funcArgNamesDifferent]
opensips-2.2.2/modules/path/path.h:39:46: note: Function 'add_path_usr' argument 2 names different: declaration '_a' definition '_usr'.
opensips-2.2.2/modules/path/path.c:247:46: note: Function 'add_path_usr' argument 2 names different: declaration '_a' definition '_usr'.
opensips-2.2.2/modules/path/path.c:266:55: style: Function 'add_path_received_usr' argument 2 names different: declaration '_a' definition '_usr'. [funcArgNamesDifferent]
opensips-2.2.2/modules/path/path.h:51:55: note: Function 'add_path_received_usr' argument 2 names different: declaration '_a' definition '_usr'.
opensips-2.2.2/modules/path/path.c:266:55: note: Function 'add_path_received_usr' argument 2 names different: declaration '_a' definition '_usr'.
opensips-2.2.2/modules/perl/perl.c:212:2: style: Variable 'new_perl' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/modules/perl/perl.c:209:0: note: Variable 'new_perl' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/perl/perl.c:212:2: note: Variable 'new_perl' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/presence_dialoginfo/pidf.c:156:19: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
opensips-2.2.2/modules/presence_xml/pidf.c:142:19: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
opensips-2.2.2/modules/python/python_support.c:33:17: style: The scope of the variable 'msg' can be reduced. [variableScope]
opensips-2.2.2/modules/python/python_support.c:35:15: style: The scope of the variable 'line' can be reduced. [variableScope]
opensips-2.2.2/modules/rest_client/rest_cb.c:38:63: style: Function 'write_func' argument 4 names different: declaration 'userdata' definition 'body'. [funcArgNamesDifferent]
opensips-2.2.2/modules/rest_client/rest_cb.h:40:63: note: Function 'write_func' argument 4 names different: declaration 'userdata' definition 'body'.
opensips-2.2.2/modules/rest_client/rest_cb.c:38:63: note: Function 'write_func' argument 4 names different: declaration 'userdata' definition 'body'.
opensips-2.2.2/modules/rr/rr_cb.c:42:28: style: The scope of the variable 'cbp_tmp' can be reduced. [variableScope]
opensips-2.2.2/modules/rr/rr_cb.c:88:50: style: Function 'run_rr_callbacks' argument 2 names different: declaration 'rr_param' definition 'rr_params'. [funcArgNamesDifferent]
opensips-2.2.2/modules/rr/rr_cb.h:62:50: note: Function 'run_rr_callbacks' argument 2 names different: declaration 'rr_param' definition 'rr_params'.
opensips-2.2.2/modules/rr/rr_cb.c:88:50: note: Function 'run_rr_callbacks' argument 2 names different: declaration 'rr_param' definition 'rr_params'.
opensips-2.2.2/modules/rtpengine/bencode.c:259:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opensips-2.2.2/modules/rtpengine/bencode.c:479:24: style: The scope of the variable 'key' can be reduced. [variableScope]
opensips-2.2.2/modules/rtpengine/bencode.c:479:30: style: The scope of the variable 'value' can be reduced. [variableScope]
opensips-2.2.2/modules/rtpengine/bencode.c:522:24: style: The scope of the variable 'item' can be reduced. [variableScope]
opensips-2.2.2/modules/rtpengine/bencode.c:681:15: style: The scope of the variable 'bucket' can be reduced. [variableScope]
opensips-2.2.2/modules/rtpengine/bencode.c:681:23: style: The scope of the variable 'i' can be reduced. [variableScope]
opensips-2.2.2/modules/rtpengine/bencode.c:679:78: style: Function 'bencode_dictionary_get_len' argument 2 names different: declaration 'key' definition 'keystr'. [funcArgNamesDifferent]
opensips-2.2.2/modules/rtpengine/bencode.h:337:78: note: Function 'bencode_dictionary_get_len' argument 2 names different: declaration 'key' definition 'keystr'.
opensips-2.2.2/modules/rtpengine/bencode.c:679:78: note: Function 'bencode_dictionary_get_len' argument 2 names different: declaration 'key' definition 'keystr'.
opensips-2.2.2/modules/rtpengine/bencode.c:679:90: style: Function 'bencode_dictionary_get_len' argument 3 names different: declaration 'key_len' definition 'keylen'. [funcArgNamesDifferent]
opensips-2.2.2/modules/rtpengine/bencode.h:337:87: note: Function 'bencode_dictionary_get_len' argument 3 names different: declaration 'key_len' definition 'keylen'.
opensips-2.2.2/modules/rtpengine/bencode.c:679:90: note: Function 'bencode_dictionary_get_len' argument 3 names different: declaration 'key_len' definition 'keylen'.
opensips-2.2.2/modules/seas/encode_header.c:138:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opensips-2.2.2/modules/seas/encode_header.c:90:35: style: Function 'encode_header' argument 1 names different: declaration 'msg' definition 'sipmsg'. [funcArgNamesDifferent]
opensips-2.2.2/modules/seas/encode_header.h:27:35: note: Function 'encode_header' argument 1 names different: declaration 'msg' definition 'sipmsg'.
opensips-2.2.2/modules/seas/encode_header.c:90:35: note: Function 'encode_header' argument 1 names different: declaration 'msg' definition 'sipmsg'.
opensips-2.2.2/modules/seas/encode_header.c:328:32: warning: Function 'print_encoded_header' argument order different: declaration 'fp, msg, len, payload, paylen, type, prefix' definition 'fp, msg, msglen, payload, len, type, prefix' [funcArgOrderDifferent]
opensips-2.2.2/modules/seas/encode_header.h:25:32: note: Function 'print_encoded_header' argument order different: declaration 'fp, msg, len, payload, paylen, type, prefix' definition 'fp, msg, msglen, payload, len, type, prefix'
opensips-2.2.2/modules/seas/encode_header.c:328:32: note: Function 'print_encoded_header' argument order different: declaration 'fp, msg, len, payload, paylen, type, prefix' definition 'fp, msg, msglen, payload, len, type, prefix'
opensips-2.2.2/modules/seas/encode_uri.c:115:93: style: Function 'encode_uri2' argument 5 names different: declaration 'where' definition 'payload'. [funcArgNamesDifferent]
opensips-2.2.2/modules/seas/encode_uri.h:42:93: note: Function 'encode_uri2' argument 5 names different: declaration 'where' definition 'payload'.
opensips-2.2.2/modules/seas/encode_uri.c:115:93: note: Function 'encode_uri2' argument 5 names different: declaration 'where' definition 'payload'.
opensips-2.2.2/modules/seas/encode_uri.c:240:72: style: Function 'print_encoded_uri' argument 4 names different: declaration 'hdr' definition 'hdrstart'. [funcArgNamesDifferent]
opensips-2.2.2/modules/seas/encode_uri.h:44:72: note: Function 'print_encoded_uri' argument 4 names different: declaration 'hdr' definition 'hdrstart'.
opensips-2.2.2/modules/seas/encode_uri.c:240:72: note: Function 'print_encoded_uri' argument 4 names different: declaration 'hdr' definition 'hdrstart'.
opensips-2.2.2/modules/seas/encode_uri.c:449:8: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
opensips-2.2.2/modules/seas/encode_uri.c:259:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensips-2.2.2/modules/seas/encode_uri.c:260:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensips-2.2.2/modules/seas/encode_uri.c:339:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensips-2.2.2/modules/seas/encode_uri.c:340:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensips-2.2.2/modules/seas/encode_uri.c:342:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensips-2.2.2/modules/sipmsgops/codecs.c:218:8: style: The scope of the variable 's' can be reduced. [variableScope]
opensips-2.2.2/modules/sipmsgops/codecs.c:1039:45: style: Function 'stream_find' argument 2 names different: declaration 're' definition 'str1'. [funcArgNamesDifferent]
opensips-2.2.2/modules/sipmsgops/codecs.h:53:45: note: Function 'stream_find' argument 2 names different: declaration 're' definition 'str1'.
opensips-2.2.2/modules/sipmsgops/codecs.c:1039:45: note: Function 'stream_find' argument 2 names different: declaration 're' definition 'str1'.
opensips-2.2.2/modules/sipmsgops/codecs.c:1058:47: style: Function 'stream_delete' argument 2 names different: declaration 're' definition 'str1'. [funcArgNamesDifferent]
opensips-2.2.2/modules/sipmsgops/codecs.h:54:47: note: Function 'stream_delete' argument 2 names different: declaration 're' definition 'str1'.
opensips-2.2.2/modules/sipmsgops/codecs.c:1058:47: note: Function 'stream_delete' argument 2 names different: declaration 're' definition 'str1'.
opensips-2.2.2/modules/snmpstats/hashTable.c:107:2: style: Variable 'hashTable' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/modules/snmpstats/hashTable.c:104:0: note: Variable 'hashTable' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/snmpstats/hashTable.c:107:2: note: Variable 'hashTable' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:347:21: style: Condition 'in_status_code!=NULL' is always false [knownConditionTrueFalse]
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:344:20: note: Assignment 'in_status_code=NULL', assigned value is 0
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:347:21: note: Condition 'in_status_code!=NULL' is always false
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:352:22: style: Condition 'out_status_code!=NULL' is always false [knownConditionTrueFalse]
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:345:20: note: Assignment 'out_status_code=NULL', assigned value is 0
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:352:22: note: Condition 'out_status_code!=NULL' is always false
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:792:17: style: Condition 'the_stat!=NULL' is always false [knownConditionTrueFalse]
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:790:15: note: Assignment 'the_stat=NULL', assigned value is 0
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:792:17: note: Condition 'the_stat!=NULL' is always false
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:812:17: style: Condition 'the_stat!=NULL' is always false [knownConditionTrueFalse]
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:810:15: note: Assignment 'the_stat=NULL', assigned value is 0
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:812:17: note: Condition 'the_stat!=NULL' is always false
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:202:27: warning: Either the condition 'hdr' is redundant or there is possible null pointer dereference: hdr. [nullPointerRedundantCheck]
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:171:5: note: Assuming that condition 'hdr' is not redundant
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:202:27: note: Null pointer dereference
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:429:30: style: The scope of the variable 'var' can be reduced. [variableScope]
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:432:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:500:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:543:25: style: The scope of the variable 'var' can be reduced. [variableScope]
opensips-2.2.2/modules/snmpstats/openserSIPStatusCodesTable.c:339:18: style: Variable 'codeIndex' is assigned a value that is never used. [unreadVariable]
opensips-2.2.2/modules/statistics/stats_funcs.c:95:13: style: The scope of the variable 'se_tmp' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/sha.c:100:19: style: The scope of the variable 'x' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/sha.c:203:6: style: The scope of the variable 'c' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/xmpp_component.c:180:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/xmpp_server.c:111:2: style: Variable 'conn' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/modules/xmpp/xmpp_server.c:109:0: note: Variable 'conn' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/xmpp/xmpp_server.c:111:2: note: Variable 'conn' is reassigned a value before the old one has been used.
opensips-2.2.2/modules/xmpp/xmpp_server.c:388:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
opensips-2.2.2/modules/xmpp/xmpp_server.c:436:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/xode.c:137:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/xode.c:453:10: style: The scope of the variable 'attrib' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/xode.c:466:10: style: The scope of the variable 'attrib' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/xode.c:483:10: style: The scope of the variable 'attrib' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/xode.c:545:10: style: The scope of the variable 'cur' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/xode.c:851:25: style: Function 'xode_to_prettystr' argument 1 names different: declaration 'node' definition 'x'. [funcArgNamesDifferent]
opensips-2.2.2/modules/xmpp/xode.h:256:33: note: Function 'xode_to_prettystr' argument 1 names different: declaration 'node' definition 'x'.
opensips-2.2.2/modules/xmpp/xode.c:851:25: note: Function 'xode_to_prettystr' argument 1 names different: declaration 'node' definition 'x'.
opensips-2.2.2/modules/xmpp/xode.c:342:77: warning: Char literal compared with pointer 'name'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
opensips-2.2.2/modules/xmpp/xode_from.c:144:19: style: The scope of the variable 'len' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/xsnprintf.c:196:27: style: Redundant condition: If 'decpt < -3', the comparison 'decpt < 0' is always true. [redundantCondition]
opensips-2.2.2/modules/xmpp/xsnprintf.c:530:11: style: The scope of the variable 'q' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/xstream.c:173:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
opensips-2.2.2/modules/xmpp/xstream.c:175:6: note: Found duplicate branches for 'if' and 'else'.
opensips-2.2.2/modules/xmpp/xstream.c:173:11: note: Found duplicate branches for 'if' and 'else'.
opensips-2.2.2/modules/xmpp/xstream.c:39:15: style: The scope of the variable 'p' can be reduced. [variableScope]
opensips-2.2.2/modules/xmpp/xstream.c:150:10: style: The scope of the variable 'xerr' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:328:32: style: Checking if unsigned variable 'bytesAvail' is less than zero. [unsignedLessThanZero]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:26:22: style: Function 'connJob' argument 1 names different: declaration 'userHandleP' definition 'userHandle'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:23:0: note: Function 'connJob' argument 1 names different: declaration 'userHandleP' definition 'userHandle'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:26:22: note: Function 'connJob' argument 1 names different: declaration 'userHandleP' definition 'userHandle'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:65:25: style: Function 'threadDone' argument 1 names different: declaration 'userHandleP' definition 'userHandle'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:62:0: note: Function 'threadDone' argument 1 names different: declaration 'userHandleP' definition 'userHandle'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:65:25: note: Function 'threadDone' argument 1 names different: declaration 'userHandleP' definition 'userHandle'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:294:25: style: Function 'ConnRead' argument 1 names different: declaration 'c' definition 'connectionP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.h:77:25: note: Function 'ConnRead' argument 1 names different: declaration 'c' definition 'connectionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:294:25: note: Function 'ConnRead' argument 1 names different: declaration 'c' definition 'connectionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:295:25: style: Function 'ConnRead' argument 2 names different: declaration 'timems' definition 'timeout'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.h:78:25: note: Function 'ConnRead' argument 2 names different: declaration 'timems' definition 'timeout'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:295:25: note: Function 'ConnRead' argument 2 names different: declaration 'timems' definition 'timeout'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:380:34: style: Function 'ConnWriteFromFile' argument 2 names different: declaration 'file' definition 'fileP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.h:89:34: note: Function 'ConnWriteFromFile' argument 2 names different: declaration 'file' definition 'fileP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:380:34: note: Function 'ConnWriteFromFile' argument 2 names different: declaration 'file' definition 'fileP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:382:34: style: Function 'ConnWriteFromFile' argument 4 names different: declaration 'end' definition 'last'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.h:91:34: note: Function 'ConnWriteFromFile' argument 4 names different: declaration 'end' definition 'last'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_conn.c:382:34: note: Function 'ConnWriteFromFile' argument 4 names different: declaration 'end' definition 'last'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:201:14: style: The scope of the variable 'i' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:368:14: style: The scope of the variable 'i' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:392:14: style: The scope of the variable 'i' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:51:22: style: Function 'ListInit' argument 1 names different: declaration 'listP' definition 'sl'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.h:18:24: note: Function 'ListInit' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:51:22: note: Function 'ListInit' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:58:30: style: Function 'ListInitAutoFree' argument 1 names different: declaration 'listP' definition 'sl'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.h:21:32: note: Function 'ListInitAutoFree' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:58:30: note: Function 'ListInitAutoFree' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:68:24: style: Function 'ListFree' argument 1 names different: declaration 'listP' definition 'sl'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.h:24:24: note: Function 'ListFree' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:68:24: note: Function 'ListFree' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:87:29: style: Function 'ListFreeItems' argument 1 names different: declaration 'listP' definition 'sl'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.h:27:29: note: Function 'ListFreeItems' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:87:29: note: Function 'ListFreeItems' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:99:23: style: Function 'ListAdd' argument 1 names different: declaration 'listP' definition 'sl'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.h:30:23: note: Function 'ListAdd' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:99:23: note: Function 'ListAdd' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:129:26: style: Function 'ListRemove' argument 1 names different: declaration 'listP' definition 'sl'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.h:34:26: note: Function 'ListRemove' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:129:26: note: Function 'ListRemove' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:142:38: style: Function 'ListAddFromString' argument 1 names different: declaration 'listP' definition 'list'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.h:37:38: note: Function 'ListAddFromString' argument 1 names different: declaration 'listP' definition 'list'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:142:38: note: Function 'ListAddFromString' argument 1 names different: declaration 'listP' definition 'list'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:143:38: style: Function 'ListAddFromString' argument 2 names different: declaration 'c' definition 'stringArg'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.h:38:38: note: Function 'ListAddFromString' argument 2 names different: declaration 'c' definition 'stringArg'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:143:38: note: Function 'ListAddFromString' argument 2 names different: declaration 'c' definition 'stringArg'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:197:35: style: Function 'ListFindString' argument 1 names different: declaration 'listP' definition 'sl'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.h:41:35: note: Function 'ListFindString' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_data.c:197:35: note: Function 'ListFindString' argument 1 names different: declaration 'listP' definition 'sl'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_date.c:124:14: warning: %n in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_date.c:129:18: warning: %n in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_date.c:207:15: style: The scope of the variable 'local' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_date.c:207:22: style: The scope of the variable 'd' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_date.c:59:32: style: Function 'DateToString' argument 1 names different: declaration 'tmP' definition 'tm'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_date.h:11:28: note: Function 'DateToString' argument 1 names different: declaration 'tmP' definition 'tm'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_date.c:59:32: note: Function 'DateToString' argument 1 names different: declaration 'tmP' definition 'tm'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_date.c:137:10: error: Uninitialized variable: n [uninitvar]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_file.c:200:10: style: The scope of the variable 'z' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_file.c:210:9: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:375:25: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:375:25: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:613:14: style: The scope of the variable 'x' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:614:16: style: The scope of the variable 't' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:81:30: style: Function 'RequestInit' argument 1 names different: declaration 'r' definition 'sessionP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.h:15:28: note: Function 'RequestInit' argument 1 names different: declaration 'r' definition 'sessionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:81:30: note: Function 'RequestInit' argument 1 names different: declaration 'r' definition 'sessionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:82:30: style: Function 'RequestInit' argument 2 names different: declaration 'c' definition 'connectionP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.h:15:37: note: Function 'RequestInit' argument 2 names different: declaration 'c' definition 'connectionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:82:30: note: Function 'RequestInit' argument 2 names different: declaration 'c' definition 'connectionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:111:30: style: Function 'RequestFree' argument 1 names different: declaration 'r' definition 'sessionP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.h:16:28: note: Function 'RequestFree' argument 1 names different: declaration 'r' definition 'sessionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:111:30: note: Function 'RequestFree' argument 1 names different: declaration 'r' definition 'sessionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:484:30: style: Function 'RequestRead' argument 1 names different: declaration 'r' definition 'sessionP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.h:14:34: note: Function 'RequestRead' argument 1 names different: declaration 'r' definition 'sessionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:484:30: note: Function 'RequestRead' argument 1 names different: declaration 'r' definition 'sessionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:556:34: style: Function 'RequestValidURI' argument 1 names different: declaration 'r' definition 'sessionP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.h:10:38: note: Function 'RequestValidURI' argument 1 names different: declaration 'r' definition 'sessionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:556:34: note: Function 'RequestValidURI' argument 1 names different: declaration 'r' definition 'sessionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:573:38: style: Function 'RequestValidURIPath' argument 1 names different: declaration 'r' definition 'sessionP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.h:11:42: note: Function 'RequestValidURIPath' argument 1 names different: declaration 'r' definition 'sessionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:573:38: note: Function 'RequestValidURIPath' argument 1 names different: declaration 'r' definition 'sessionP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:745:29: style: Function 'HTTPRead' argument 1 names different: declaration 'sessionP' definition 's'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.h:28:29: note: Function 'HTTPRead' argument 1 names different: declaration 'sessionP' definition 's'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_http.c:745:29: note: Function 'HTTPRead' argument 1 names different: declaration 'sessionP' definition 's'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_response.c:516:22: style: The scope of the variable 'i' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_server.c:181:14: style: The scope of the variable 'k' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_server.c:556:18: style: The scope of the variable 'i' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_server.c:1100:25: style: Function 'serverFunc' argument 1 names different: declaration 'userHandleP' definition 'userHandle'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_server.c:1097:0: note: Function 'serverFunc' argument 1 names different: declaration 'userHandleP' definition 'userHandle'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_server.c:1100:25: note: Function 'serverFunc' argument 1 names different: declaration 'userHandleP' definition 'userHandle'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_server.c:295:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_socket.c:223:33: style: Function 'SocketAccept' argument 4 names different: declaration 'acceptedSocketP' definition 'acceptedSocketPP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_socket.h:134:33: note: Function 'SocketAccept' argument 4 names different: declaration 'acceptedSocketP' definition 'acceptedSocketPP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_socket.c:223:33: note: Function 'SocketAccept' argument 4 names different: declaration 'acceptedSocketP' definition 'acceptedSocketPP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread_fork.c:325:28: style: Function 'MutexCreate' argument 1 names different: declaration 'm' definition 'mutexP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread.h:64:32: note: Function 'MutexCreate' argument 1 names different: declaration 'm' definition 'mutexP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread_fork.c:325:28: note: Function 'MutexCreate' argument 1 names different: declaration 'm' definition 'mutexP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread_fork.c:332:26: style: Function 'MutexLock' argument 1 names different: declaration 'm' definition 'mutexP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread.h:65:30: note: Function 'MutexLock' argument 1 names different: declaration 'm' definition 'mutexP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread_fork.c:332:26: note: Function 'MutexLock' argument 1 names different: declaration 'm' definition 'mutexP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread_fork.c:339:28: style: Function 'MutexUnlock' argument 1 names different: declaration 'm' definition 'mutexP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread.h:66:32: note: Function 'MutexUnlock' argument 1 names different: declaration 'm' definition 'mutexP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread_fork.c:339:28: note: Function 'MutexUnlock' argument 1 names different: declaration 'm' definition 'mutexP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread_fork.c:346:29: style: Function 'MutexTryLock' argument 1 names different: declaration 'm' definition 'mutexP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread.h:67:33: note: Function 'MutexTryLock' argument 1 names different: declaration 'm' definition 'mutexP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread_fork.c:346:29: note: Function 'MutexTryLock' argument 1 names different: declaration 'm' definition 'mutexP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread_fork.c:353:26: style: Function 'MutexFree' argument 1 names different: declaration 'm' definition 'mutexP'. [funcArgNamesDifferent]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread.h:68:24: note: Function 'MutexFree' argument 1 names different: declaration 'm' definition 'mutexP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_thread_fork.c:353:26: note: Function 'MutexFree' argument 1 names different: declaration 'm' definition 'mutexP'.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_token.c:73:20: style: Same expression on both sides of '==' because the value of 'p0' and '*pP' are the same. [duplicateExpression]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_token.c:64:10: note: 'p0' is assigned value '*pP' here.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_token.c:73:20: note: Same expression on both sides of '==' because the value of 'p0' and '*pP' are the same.
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_xmlrpc_server.c:101:9: style: Condition 'http_cookie' is always false [knownConditionTrueFalse]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_xmlrpc_server.c:80:32: note: Assignment 'http_cookie=NULL', assigned value is 0
opensips-2.2.2/obsolete_modules/mi_xmlrpc/abyss_xmlrpc_server.c:101:9: note: Condition 'http_cookie' is always false
opensips-2.2.2/obsolete_modules/mi_xmlrpc/xr_writer.c:189:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/obsolete_modules/mi_xmlrpc/xr_writer.c:338:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/parser/contact/contact.c:292:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
opensips-2.2.2/parser/contact/parse_contact.c:134:20: style: The scope of the variable 'last' can be reduced. [variableScope]
opensips-2.2.2/parser/parse_methods.c:119:21: warning: Logical conjunction always evaluates to false: start[1] == 'n' && start[1] == 'N'. [incorrectLogicOperator]
opensips-2.2.2/parser/parse_methods.c:293:10: style: Redundant condition: end. '!end || (end && len<max)' is equivalent to '!end || len<max' [redundantCondition]
opensips-2.2.2/parser/parse_methods.c:45:48: style: Same expression on both sides of '||'. [duplicateExpression]
opensips-2.2.2/re.c:57:22: style: The scope of the variable 't' can be reduced. [variableScope]
opensips-2.2.2/re.c:69:40: style: Function 'parse_repl' argument 5 names different: declaration 'flag' definition 'with_sep'. [funcArgNamesDifferent]
opensips-2.2.2/re.h:78:40: note: Function 'parse_repl' argument 5 names different: declaration 'flag' definition 'with_sep'.
opensips-2.2.2/re.c:69:40: note: Function 'parse_repl' argument 5 names different: declaration 'flag' definition 'with_sep'.
opensips-2.2.2/reactor.c:42:9: style: The scope of the variable 'pc' can be reduced. [variableScope]
opensips-2.2.2/script_cb.c:142:20: style: The scope of the variable 'foo' can be reduced. [variableScope]
opensips-2.2.2/script_cb.c:272:33: style: The scope of the variable 'input_data' can be reduced. [variableScope]
opensips-2.2.2/script_cb.c:273:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
opensips-2.2.2/script_var.c:186:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensips-2.2.2/script_var.c:173:16: style: The scope of the variable 'it0' can be reduced. [variableScope]
opensips-2.2.2/sha1.c:234:5: style: Variable 'W' is assigned a value that is never used. [unreadVariable]
opensips-2.2.2/sliblist.c:113:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:80:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:81:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:337:8: warning: Either the condition '!tbc' is redundant or there is possible null pointer dereference: tbc. [nullPointerRedundantCheck]
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:339:5: note: Assuming that condition '!tbc' is not redundant
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:337:8: note: Null pointer dereference
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:125:2: style: Variable 'tbc' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:121:0: note: Variable 'tbc' is reassigned a value before the old one has been used.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:125:2: note: Variable 'tbc' is reassigned a value before the old one has been used.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:486:2: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:482:2: note: Variable 'len' is reassigned a value before the old one has been used.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:486:2: note: Variable 'len' is reassigned a value before the old one has been used.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:790:2: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:788:0: note: Variable 'tp' is reassigned a value before the old one has been used.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:790:2: note: Variable 'tp' is reassigned a value before the old one has been used.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:1006:8: style: The scope of the variable 'i' can be reduced. [variableScope]
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:278:19: style: Function 'recover' argument 1 names different: declaration 'tn' definition 'jfn'. [funcArgNamesDifferent]
opensips-2.2.2/utils/db_berkeley/bdb_recover.h:107:19: note: Function 'recover' argument 1 names different: declaration 'tn' definition 'jfn'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:278:19: note: Function 'recover' argument 1 names different: declaration 'tn' definition 'jfn'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:475:35: style: Function 'extract_key' argument 2 names different: declaration 'key' definition 'k'. [funcArgNamesDifferent]
opensips-2.2.2/utils/db_berkeley/bdb_recover.h:111:35: note: Function 'extract_key' argument 2 names different: declaration 'key' definition 'k'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:475:35: note: Function 'extract_key' argument 2 names different: declaration 'key' definition 'k'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:475:44: style: Function 'extract_key' argument 3 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
opensips-2.2.2/utils/db_berkeley/bdb_recover.h:111:46: note: Function 'extract_key' argument 3 names different: declaration 'data' definition 'd'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:475:44: note: Function 'extract_key' argument 3 names different: declaration 'data' definition 'd'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:517:30: style: Function 'delete' argument 2 names different: declaration 'v' definition 'k'. [funcArgNamesDifferent]
opensips-2.2.2/utils/db_berkeley/bdb_recover.h:100:30: note: Function 'delete' argument 2 names different: declaration 'v' definition 'k'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:517:30: note: Function 'delete' argument 2 names different: declaration 'v' definition 'k'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:573:37: style: Function 'insert' argument 3 names different: declaration 'len' definition 'vlen'. [funcArgNamesDifferent]
opensips-2.2.2/utils/db_berkeley/bdb_recover.h:101:37: note: Function 'insert' argument 3 names different: declaration 'len' definition 'vlen'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:573:37: note: Function 'insert' argument 3 names different: declaration 'len' definition 'vlen'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:637:23: style: Function 'load_schema' argument 1 names different: declaration 'dir' definition 'd'. [funcArgNamesDifferent]
opensips-2.2.2/utils/db_berkeley/bdb_recover.h:112:23: note: Function 'load_schema' argument 1 names different: declaration 'dir' definition 'd'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:637:23: note: Function 'load_schema' argument 1 names different: declaration 'dir' definition 'd'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:739:29: style: Function 'get_table' argument 1 names different: declaration 's' definition '_s'. [funcArgNamesDifferent]
opensips-2.2.2/utils/db_berkeley/bdb_recover.h:113:29: note: Function 'get_table' argument 1 names different: declaration 's' definition '_s'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:739:29: note: Function 'get_table' argument 1 names different: declaration 's' definition '_s'.
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:334:3: error: Resource leak: fp [resourceLeak]
opensips-2.2.2/utils/db_berkeley/bdb_recover.c:342:3: error: Resource leak: fp [resourceLeak]
[13:12]

ftp://ftp.se.debian.org/debian/pool/main/o/openslide/openslide_3.4.1+dfsg.orig.tar.xz
openslide-3.4.1/src/openslide-cache.c:200:38: style: Function '_openslide_cache_put' argument 7 names different: declaration 'entry' definition '_entry'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-private.h:277:38: note: Function '_openslide_cache_put' argument 7 names different: declaration 'entry' definition '_entry'.
openslide-3.4.1/src/openslide-cache.c:200:38: note: Function '_openslide_cache_put' argument 7 names different: declaration 'entry' definition '_entry'.
openslide-3.4.1/src/openslide-cache.c:262:39: style: Function '_openslide_cache_get' argument 5 names different: declaration 'entry' definition '_entry'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-private.h:283:39: note: Function '_openslide_cache_get' argument 5 names different: declaration 'entry' definition '_entry'.
openslide-3.4.1/src/openslide-cache.c:262:39: note: Function '_openslide_cache_get' argument 5 names different: declaration 'entry' definition '_entry'.
openslide-3.4.1/src/openslide-decode-jp2k.c:307:3: style: Variable 'dinfo' is reassigned a value before the old one has been used. [redundantAssignment]
openslide-3.4.1/src/openslide-decode-jp2k.c:297:0: note: Variable 'dinfo' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-decode-jp2k.c:307:3: note: Variable 'dinfo' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-decode-jp2k.c:310:3: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
openslide-3.4.1/src/openslide-decode-jp2k.c:296:0: note: Variable 'stream' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-decode-jp2k.c:310:3: note: Variable 'stream' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-decode-jp2k.c:314:3: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
openslide-3.4.1/src/openslide-decode-jp2k.c:298:0: note: Variable 'image' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-decode-jp2k.c:314:3: note: Variable 'image' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-decode-jp2k.c:33:11: style: struct member 'read_callback_params::datalen' is never used. [unusedStructMember]
openslide-3.4.1/src/openslide-decode-jpeg.c:152:43: style: Function '_openslide_jpeg_decompress_run' argument 2 names different: declaration 'dest' definition '_dest'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-decode-jpeg.h:90:43: note: Function '_openslide_jpeg_decompress_run' argument 2 names different: declaration 'dest' definition '_dest'.
openslide-3.4.1/src/openslide-decode-jpeg.c:152:43: note: Function '_openslide_jpeg_decompress_run' argument 2 names different: declaration 'dest' definition '_dest'.
openslide-3.4.1/src/openslide-decode-tiff.c:323:44: style: Function '_openslide_tiff_read_tile_data' argument 3 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-decode-tiff.h:68:44: note: Function '_openslide_tiff_read_tile_data' argument 3 names different: declaration 'buf' definition '_buf'.
openslide-3.4.1/src/openslide-decode-tiff.c:323:44: note: Function '_openslide_tiff_read_tile_data' argument 3 names different: declaration 'buf' definition '_buf'.
openslide-3.4.1/src/openslide-decode-tiff.c:323:59: style: Function '_openslide_tiff_read_tile_data' argument 4 names different: declaration 'len' definition '_len'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-decode-tiff.h:68:58: note: Function '_openslide_tiff_read_tile_data' argument 4 names different: declaration 'len' definition '_len'.
openslide-3.4.1/src/openslide-decode-tiff.c:323:59: note: Function '_openslide_tiff_read_tile_data' argument 4 names different: declaration 'len' definition '_len'.
openslide-3.4.1/src/openslide-grid.c:507:63: style: Function '_openslide_grid_tilemap_add_tile' argument 1 names different: declaration 'grid' definition '_grid'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-private.h:213:63: note: Function '_openslide_grid_tilemap_add_tile' argument 1 names different: declaration 'grid' definition '_grid'.
openslide-3.4.1/src/openslide-grid.c:507:63: note: Function '_openslide_grid_tilemap_add_tile' argument 1 names different: declaration 'grid' definition '_grid'.
openslide-3.4.1/src/openslide-jdatasrc.c:109:14: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
openslide-3.4.1/src/openslide-vendor-hamamatsu.c:308:11: style: The scope of the variable 'marker_byte' can be reduced. [variableScope]
openslide-3.4.1/src/openslide-vendor-hamamatsu.c:310:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
openslide-3.4.1/src/openslide-vendor-mirax.c:930:3: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
openslide-3.4.1/src/openslide-vendor-mirax.c:928:0: note: Variable 'error_code' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-vendor-mirax.c:930:3: note: Variable 'error_code' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-vendor-mirax.c:1124:3: style: Variable 'teststr' is reassigned a value before the old one has been used. [redundantAssignment]
openslide-3.4.1/src/openslide-vendor-mirax.c:1101:0: note: Variable 'teststr' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-vendor-mirax.c:1124:3: note: Variable 'teststr' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-vendor-mirax.c:1533:3: style: Variable 'dirname' is reassigned a value before the old one has been used. [redundantAssignment]
openslide-3.4.1/src/openslide-vendor-mirax.c:1489:0: note: Variable 'dirname' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-vendor-mirax.c:1533:3: note: Variable 'dirname' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-vendor-mirax.c:1536:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
openslide-3.4.1/src/openslide-vendor-mirax.c:1495:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-vendor-mirax.c:1536:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
openslide-3.4.1/src/openslide-vendor-mirax.c:1007:8: style: The scope of the variable 'zz' can be reduced. [variableScope]
openslide-3.4.1/src/openslide.c:463:51: style: Function 'openslide_give_prefetch_hint' argument 1 names different: declaration 'osr' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-private.h:348:47: note: Function 'openslide_give_prefetch_hint' argument 1 names different: declaration 'osr' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:463:51: note: Function 'openslide_give_prefetch_hint' argument 1 names different: declaration 'osr' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:464:16: style: Function 'openslide_give_prefetch_hint' argument 2 names different: declaration 'x' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-private.h:349:14: note: Function 'openslide_give_prefetch_hint' argument 2 names different: declaration 'x' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:464:16: note: Function 'openslide_give_prefetch_hint' argument 2 names different: declaration 'x' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:465:16: style: Function 'openslide_give_prefetch_hint' argument 3 names different: declaration 'y' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-private.h:349:25: note: Function 'openslide_give_prefetch_hint' argument 3 names different: declaration 'y' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:465:16: note: Function 'openslide_give_prefetch_hint' argument 3 names different: declaration 'y' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:466:20: style: Function 'openslide_give_prefetch_hint' argument 4 names different: declaration 'level' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-private.h:350:14: note: Function 'openslide_give_prefetch_hint' argument 4 names different: declaration 'level' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:466:20: note: Function 'openslide_give_prefetch_hint' argument 4 names different: declaration 'level' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:467:16: style: Function 'openslide_give_prefetch_hint' argument 5 names different: declaration 'w' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-private.h:351:14: note: Function 'openslide_give_prefetch_hint' argument 5 names different: declaration 'w' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:467:16: note: Function 'openslide_give_prefetch_hint' argument 5 names different: declaration 'w' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:468:16: style: Function 'openslide_give_prefetch_hint' argument 6 names different: declaration 'h' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-private.h:351:25: note: Function 'openslide_give_prefetch_hint' argument 6 names different: declaration 'h' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:468:16: note: Function 'openslide_give_prefetch_hint' argument 6 names different: declaration 'h' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:473:54: style: Function 'openslide_cancel_prefetch_hint' argument 1 names different: declaration 'osr' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-private.h:354:50: note: Function 'openslide_cancel_prefetch_hint' argument 1 names different: declaration 'osr' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:473:54: note: Function 'openslide_cancel_prefetch_hint' argument 1 names different: declaration 'osr' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:474:25: style: Function 'openslide_cancel_prefetch_hint' argument 2 names different: declaration 'prefetch_id' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
openslide-3.4.1/src/openslide-private.h:354:59: note: Function 'openslide_cancel_prefetch_hint' argument 2 names different: declaration 'prefetch_id' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/src/openslide.c:474:25: note: Function 'openslide_cancel_prefetch_hint' argument 2 names different: declaration 'prefetch_id' definition 'G_GNUC_UNUSED'.
openslide-3.4.1/test/parallel.c:48:16: style: The scope of the variable 'tile' can be reduced. [variableScope]
openslide-3.4.1/test/test.c:124:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
openslide-3.4.1/test/try_open.c:43:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
openslide-3.4.1/tools/openslide-write-png.c:104:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openslide-3.4.1/tools/openslide-write-png.c:104:5: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openslide-3.4.1/tools/openslide-write-png.c:104:5: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
[13:12]

ftp://ftp.se.debian.org/debian/pool/main/o/openslide-python/openslide-python_1.1.1.orig.tar.xz
[13:12]

ftp://ftp.se.debian.org/debian/pool/main/o/openslp-dfsg/openslp-dfsg_1.2.1.orig.tar.gz
slp_attr_l.l:200:5: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
slp_attr_y.y:293:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
slp_attr_y.y:322:18: style: The scope of the variable 'lexer' can be reduced. [variableScope]
slp_attr_y.c:1304:1: style: Label 'yyerrlab1' is not used. [unusedLabel]
openslp-1.2.1/common/slp_auth.c:676:8: style: Condition 'spistr' is always false [knownConditionTrueFalse]
openslp-1.2.1/common/slp_auth.c:670:14: note: Assignment 'spistr=0', assigned value is 0
openslp-1.2.1/common/slp_auth.c:676:8: note: Condition 'spistr' is always false
openslp-1.2.1/common/slp_auth.c:825:8: style: Condition 'spistr' is always false [knownConditionTrueFalse]
openslp-1.2.1/common/slp_auth.c:819:14: note: Assignment 'spistr=0', assigned value is 0
openslp-1.2.1/common/slp_auth.c:825:8: note: Condition 'spistr' is always false
openslp-1.2.1/common/slp_auth.c:287:6: warning: Either the condition 'authblock' is redundant or there is possible null pointer dereference: authblock. [nullPointerRedundantCheck]
openslp-1.2.1/common/slp_auth.c:286:8: note: Assuming that condition 'authblock' is not redundant
openslp-1.2.1/common/slp_auth.c:287:6: note: Null pointer dereference
openslp-1.2.1/common/slp_compare.c:398:11: style: The scope of the variable 'itemlen' can be reduced. [variableScope]
openslp-1.2.1/common/slp_compare.c:561:17: style: The scope of the variable 'slider' can be reduced. [variableScope]
openslp-1.2.1/common/slp_compare.c:562:17: style: The scope of the variable 'end' can be reduced. [variableScope]
openslp-1.2.1/common/slp_compare.c:180:27: style: Function 'SLPCompareSrvType' argument 1 names different: declaration 'srvtype1len' definition 'lsrvtypelen'. [funcArgNamesDifferent]
openslp-1.2.1/common/slp_compare.h:117:27: note: Function 'SLPCompareSrvType' argument 1 names different: declaration 'srvtype1len' definition 'lsrvtypelen'.
openslp-1.2.1/common/slp_compare.c:180:27: note: Function 'SLPCompareSrvType' argument 1 names different: declaration 'srvtype1len' definition 'lsrvtypelen'.
openslp-1.2.1/common/slp_compare.c:181:35: style: Function 'SLPCompareSrvType' argument 2 names different: declaration 'srvtype1' definition 'lsrvtype'. [funcArgNamesDifferent]
openslp-1.2.1/common/slp_compare.h:118:35: note: Function 'SLPCompareSrvType' argument 2 names different: declaration 'srvtype1' definition 'lsrvtype'.
openslp-1.2.1/common/slp_compare.c:181:35: note: Function 'SLPCompareSrvType' argument 2 names different: declaration 'srvtype1' definition 'lsrvtype'.
openslp-1.2.1/common/slp_compare.c:182:27: style: Function 'SLPCompareSrvType' argument 3 names different: declaration 'srvtype2len' definition 'rsrvtypelen'. [funcArgNamesDifferent]
openslp-1.2.1/common/slp_compare.h:119:27: note: Function 'SLPCompareSrvType' argument 3 names different: declaration 'srvtype2len' definition 'rsrvtypelen'.
openslp-1.2.1/common/slp_compare.c:182:27: note: Function 'SLPCompareSrvType' argument 3 names different: declaration 'srvtype2len' definition 'rsrvtypelen'.
openslp-1.2.1/common/slp_compare.c:183:35: style: Function 'SLPCompareSrvType' argument 4 names different: declaration 'srvtype2' definition 'rsrvtype'. [funcArgNamesDifferent]
openslp-1.2.1/common/slp_compare.h:120:35: note: Function 'SLPCompareSrvType' argument 4 names different: declaration 'srvtype2' definition 'rsrvtype'.
openslp-1.2.1/common/slp_compare.c:183:35: note: Function 'SLPCompareSrvType' argument 4 names different: declaration 'srvtype2' definition 'rsrvtype'.
openslp-1.2.1/common/slp_database.c:206:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openslp-1.2.1/common/slp_dhcp.c:170:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
openslp-1.2.1/common/slp_dhcp.c:563:23: style: The scope of the variable 'dasize' can be reduced. [variableScope]
openslp-1.2.1/common/slp_dhcp.c:530:27: style: Checking if unsigned variable 'rcvbufsz=dhcpRecvResponse(sockfd,rcvbuf,sizeof(rcvbuf),&tv)' is less than zero. [unsignedLessThanZero]
slp_filter_y.c:1351:1: style: Label 'yyerrlab1' is not used. [unusedLabel]
openslp-1.2.1/common/slp_iface.c:221:21: style: The scope of the variable 'myhostent' can be reduced. [variableScope]
openslp-1.2.1/common/slp_iface.c:224:21: style: The scope of the variable 'haddr' can be reduced. [variableScope]
openslp-1.2.1/common/slp_iface.c:225:21: style: The scope of the variable 'useifaceslen' can be reduced. [variableScope]
openslp-1.2.1/common/slp_iface.c:202:35: style: Function 'SLPIfaceGetInfo' argument 2 names different: declaration 'ifaces' definition 'ifaceinfo'. [funcArgNamesDifferent]
openslp-1.2.1/common/slp_iface.h:84:35: note: Function 'SLPIfaceGetInfo' argument 2 names different: declaration 'ifaces' definition 'ifaceinfo'.
openslp-1.2.1/common/slp_iface.c:202:35: note: Function 'SLPIfaceGetInfo' argument 2 names different: declaration 'ifaces' definition 'ifaceinfo'.
openslp-1.2.1/common/slp_message.c:175:21: style: The scope of the variable 'result' can be reduced. [variableScope]
openslp-1.2.1/common/slp_message.c:176:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openslp-1.2.1/common/slp_message.c:305:21: style: The scope of the variable 'result' can be reduced. [variableScope]
openslp-1.2.1/common/slp_message.c:306:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openslp-1.2.1/common/slp_message.c:359:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openslp-1.2.1/common/slp_message.c:558:21: style: The scope of the variable 'result' can be reduced. [variableScope]
openslp-1.2.1/common/slp_message.c:559:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openslp-1.2.1/common/slp_message.c:616:21: style: The scope of the variable 'result' can be reduced. [variableScope]
openslp-1.2.1/common/slp_message.c:617:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openslp-1.2.1/common/slp_message.c:714:21: style: The scope of the variable 'result' can be reduced. [variableScope]
openslp-1.2.1/common/slp_message.c:715:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openslp-1.2.1/common/slp_message.c:930:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openslp-1.2.1/common/slp_net.c:78:21: style: The scope of the variable 'he' can be reduced. [variableScope]
openslp-1.2.1/common/slp_network.c:225:17: style: The scope of the variable 'xferbytes' can be reduced. [variableScope]
openslp-1.2.1/common/slp_network.c:303:28: style: The scope of the variable 'recvlen' can be reduced. [variableScope]
openslp-1.2.1/common/slp_predicate.c:177:31: style: Same expression on both sides of '<'. [duplicateExpression]
openslp-1.2.1/common/slp_predicate.c:177:31: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openslp-1.2.1/common/slp_predicate.c:286:9: style: The scope of the variable 'ccode' can be reduced. [variableScope]
openslp-1.2.1/common/slp_predicate.c:283:44: style: Function 'SLP_predicate_match' argument 1 names different: declaration 'a' definition 'attrlist'. [funcArgNamesDifferent]
openslp-1.2.1/common/slp_predicate.h:9:44: note: Function 'SLP_predicate_match' argument 1 names different: declaration 'a' definition 'attrlist'.
openslp-1.2.1/common/slp_predicate.c:283:44: note: Function 'SLP_predicate_match' argument 1 names different: declaration 'a' definition 'attrlist'.
openslp-1.2.1/common/slp_predicate.c:284:38: style: Function 'SLP_predicate_match' argument 2 names different: declaration 'b' definition 'filter'. [funcArgNamesDifferent]
openslp-1.2.1/common/slp_predicate.h:9:59: note: Function 'SLP_predicate_match' argument 2 names different: declaration 'b' definition 'filter'.
openslp-1.2.1/common/slp_predicate.c:284:38: note: Function 'SLP_predicate_match' argument 2 names different: declaration 'b' definition 'filter'.
openslp-1.2.1/common/slp_property.c:311:16: warning: Either the condition 'if(valuestart&&*valuestart)' is redundant or there is possible null pointer dereference: valueend. [nullPointerRedundantCheck]
openslp-1.2.1/common/slp_property.c:324:11: note: Assuming that condition 'if(valuestart&&*valuestart)' is not redundant
openslp-1.2.1/common/slp_property.c:308:20: note: Assignment 'valueend=valuestart', assigned value is 0
openslp-1.2.1/common/slp_property.c:311:16: note: Null pointer dereference
openslp-1.2.1/common/slp_property.c:158:9: error: Common realloc mistake: 'newProperty' nulled but not freed upon failure [memleakOnRealloc]
openslp-1.2.1/common/slp_spi.c:174:24: style: Redundant condition: If 'EXPR > 32', the comparison 'EXPR' is always true. [redundantCondition]
openslp-1.2.1/common/slp_spi.c:199:24: style: Redundant condition: If 'EXPR > 32', the comparison 'EXPR' is always true. [redundantCondition]
openslp-1.2.1/common/slp_spi.c:217:24: style: Redundant condition: If 'EXPR > 32', the comparison 'EXPR' is always true. [redundantCondition]
openslp-1.2.1/common/slp_spi.c:221:9: warning: Either the condition 'if(result&&result->spistr&&result->keyfilename)' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
openslp-1.2.1/common/slp_spi.c:228:11: note: Assuming that condition 'if(result&&result->spistr&&result->keyfilename)' is not redundant
openslp-1.2.1/common/slp_spi.c:221:9: note: Null pointer dereference
openslp-1.2.1/common/slp_spi.c:222:9: warning: Either the condition 'if(result&&result->spistr&&result->keyfilename)' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
openslp-1.2.1/common/slp_spi.c:228:11: note: Assuming that condition 'if(result&&result->spistr&&result->keyfilename)' is not redundant
openslp-1.2.1/common/slp_spi.c:222:9: note: Null pointer dereference
openslp-1.2.1/common/slp_spi.c:235:12: warning: Either the condition 'result' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
openslp-1.2.1/common/slp_spi.c:228:12: note: Assuming that condition 'result' is not redundant
openslp-1.2.1/common/slp_spi.c:235:12: note: Null pointer dereference
openslp-1.2.1/common/slp_spi.c:265:21: style: The scope of the variable 'spientry' can be reduced. [variableScope]
openslp-1.2.1/common/slp_spi.c:376:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openslp-1.2.1/common/slp_spi.c:152:9: error: Memory leak: result [memleak]
openslp-1.2.1/common/slp_spi.c:152:9: error: Memory leak: line [memleak]
openslp-1.2.1/common/slp_spi.c:271:25: error: Resource leak: fp [resourceLeak]
openslp-1.2.1/common/slp_utf8.c:83:13: style: The scope of the variable 'c' can be reduced. [variableScope]
openslp-1.2.1/common/slp_utf8.c:168:9: style: The scope of the variable 'nc' can be reduced. [variableScope]
openslp-1.2.1/common/slp_utf8.c:235:9: style: The scope of the variable 'nc' can be reduced. [variableScope]
openslp-1.2.1/common/slp_utf8.c:140:41: error: Shifting by a negative value is undefined behaviour [shiftNegative]
openslp-1.2.1/common/slp_xcast.c:97:25: style: The scope of the variable 'xferbytes' can be reduced. [variableScope]
openslp-1.2.1/common/slp_xcast.c:174:21: style: The scope of the variable 'xferbytes' can be reduced. [variableScope]
openslp-1.2.1/common/slp_xcast.c:289:13: style: The scope of the variable 'highfd' can be reduced. [variableScope]
openslp-1.2.1/common/slp_xcast.c:291:13: style: The scope of the variable 'readable' can be reduced. [variableScope]
openslp-1.2.1/common/slp_xcast.c:98:0: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
openslp-1.2.1/libslp/libslp_delattrs.c:53:41: warning: Function 'SLPDelAttrs' argument order different: declaration 'hSLP, pcSrvURL, pcAttrs, , pvCookie, ' definition 'hSLP, pcURL, pcAttrs, hSLP, errCode, pvCookie' [funcArgOrderDifferent]
openslp-1.2.1/libslp/slp.h:616:48: note: Function 'SLPDelAttrs' argument order different: declaration 'hSLP, pcSrvURL, pcAttrs, , pvCookie, ' definition 'hSLP, pcURL, pcAttrs, hSLP, errCode, pvCookie'
openslp-1.2.1/libslp/libslp_delattrs.c:53:41: note: Function 'SLPDelAttrs' argument order different: declaration 'hSLP, pcSrvURL, pcAttrs, , pvCookie, ' definition 'hSLP, pcURL, pcAttrs, hSLP, errCode, pvCookie'
openslp-1.2.1/libslp/libslp_dereg.c:249:37: warning: Function 'SLPDereg' argument order different: declaration 'hSLP, pcSrvURL, , pvCookie, ' definition 'hSLP, srvUrl, hSLP, errCode, pvCookie' [funcArgOrderDifferent]
openslp-1.2.1/libslp/slp.h:588:44: note: Function 'SLPDereg' argument order different: declaration 'hSLP, pcSrvURL, , pvCookie, ' definition 'hSLP, srvUrl, hSLP, errCode, pvCookie'
openslp-1.2.1/libslp/libslp_dereg.c:249:37: note: Function 'SLPDereg' argument order different: declaration 'hSLP, pcSrvURL, , pvCookie, ' definition 'hSLP, srvUrl, hSLP, errCode, pvCookie'
openslp-1.2.1/libslp/libslp_findattrs.c:64:21: style: The scope of the variable 'attrrply' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_findattrs.c:302:42: warning: Function 'SLPFindAttrs' argument order different: declaration 'hSLP, pcURLOrServiceType, pcScopeList, pcAttrIds, , pvCookie, , ' definition 'hSLP, pcURLOrServiceType, pcScopeList, pcAttrIds, hSLP, pcAttrList, errCode, pvCookie' [funcArgOrderDifferent]
openslp-1.2.1/libslp/slp.h:740:49: note: Function 'SLPFindAttrs' argument order different: declaration 'hSLP, pcURLOrServiceType, pcScopeList, pcAttrIds, , pvCookie, , ' definition 'hSLP, pcURLOrServiceType, pcScopeList, pcAttrIds, hSLP, pcAttrList, errCode, pvCookie'
openslp-1.2.1/libslp/libslp_findattrs.c:302:42: note: Function 'SLPFindAttrs' argument order different: declaration 'hSLP, pcURLOrServiceType, pcScopeList, pcAttrIds, , pvCookie, , ' definition 'hSLP, pcURLOrServiceType, pcScopeList, pcAttrIds, hSLP, pcAttrList, errCode, pvCookie'
openslp-1.2.1/libslp/libslp_findsrvs.c:156:21: style: The scope of the variable 'i' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_findsrvs.c:157:21: style: The scope of the variable 'urlentry' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_findsrvs.c:460:40: warning: Function 'SLPFindSrvs' argument order different: declaration 'hSLP, pcServiceType, pcScopeList, pcSearchFilter, , pvCookie, , , ' definition 'hSLP, pcServiceType, pcScopeList, pcSearchFilter, hSLP, pcSrvURL, sLifetime, errCode, pvCookie' [funcArgOrderDifferent]
openslp-1.2.1/libslp/slp.h:694:47: note: Function 'SLPFindSrvs' argument order different: declaration 'hSLP, pcServiceType, pcScopeList, pcSearchFilter, , pvCookie, , , ' definition 'hSLP, pcServiceType, pcScopeList, pcSearchFilter, hSLP, pcSrvURL, sLifetime, errCode, pvCookie'
openslp-1.2.1/libslp/libslp_findsrvs.c:460:40: note: Function 'SLPFindSrvs' argument order different: declaration 'hSLP, pcServiceType, pcScopeList, pcSearchFilter, , pvCookie, , , ' definition 'hSLP, pcServiceType, pcScopeList, pcSearchFilter, hSLP, pcSrvURL, sLifetime, errCode, pvCookie'
openslp-1.2.1/libslp/libslp_findsrvtypes.c:114:26: warning: Possible null pointer dereference: pcSrvTypes [nullPointer]
openslp-1.2.1/libslp/libslp_findsrvtypes.c:175:38: note: Calling function 'ColateSrvTypeCallback', 2nd argument 'pcSrvTypes' value is 0
openslp-1.2.1/libslp/libslp_findsrvtypes.c:114:26: note: Null pointer dereference
openslp-1.2.1/libslp/libslp_findsrvtypes.c:165:21: style: The scope of the variable 'srvtyperply' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_findsrvtypes.c:349:46: warning: Function 'SLPFindSrvTypes' argument order different: declaration 'hSLP, pcNamingAuthority, pcScopeList, , pvCookie, , ' definition 'hSLP, pcNamingAuthority, pcScopeList, hSLP, pcSrvTypes, errCode, pvCookie' [funcArgOrderDifferent]
openslp-1.2.1/libslp/slp.h:647:53: note: Function 'SLPFindSrvTypes' argument order different: declaration 'hSLP, pcNamingAuthority, pcScopeList, , pvCookie, , ' definition 'hSLP, pcNamingAuthority, pcScopeList, hSLP, pcSrvTypes, errCode, pvCookie'
openslp-1.2.1/libslp/libslp_findsrvtypes.c:349:46: note: Function 'SLPFindSrvTypes' argument order different: declaration 'hSLP, pcNamingAuthority, pcScopeList, , pvCookie, , ' definition 'hSLP, pcNamingAuthority, pcScopeList, hSLP, pcSrvTypes, errCode, pvCookie'
openslp-1.2.1/libslp/libslp_knownda.c:92:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_knownda.c:143:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_knownda.c:144:25: style: The scope of the variable 'entrydaadvert' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_knownda.c:145:25: style: The scope of the variable 'daadvert' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_knownda.c:204:21: style: The scope of the variable 'he' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_knownda.c:475:25: style: The scope of the variable 'tempend' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_knownda.c:478:25: style: The scope of the variable 'sockfd' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_knownda.c:479:25: style: The scope of the variable 'he' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_knownda.c:712:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_knownda.c:757:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_knownda.c:866:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_knownda.c:667:16: warning: Size of pointer 'peeraddr' used instead of size of its data. [pointerSize]
openslp-1.2.1/libslp/libslp_knownda.c:409:3: error: Uninitialized variable: ctx [uninitvar]
openslp-1.2.1/libslp/libslp_network.c:401:37: warning: Either the condition 'xmitcount<=5' is redundant or the array 'timeouts[5]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
openslp-1.2.1/libslp/libslp_network.c:392:21: note: Assuming that condition 'xmitcount<=5' is not redundant
openslp-1.2.1/libslp/libslp_network.c:394:9: note: xmitcount is incremented', new value is 6
openslp-1.2.1/libslp/libslp_network.c:401:37: note: Array index out of bounds
openslp-1.2.1/libslp/libslp_network.c:771:33: warning: Either the condition 'xmitcount<=5' is redundant or the array 'timeouts[5]' is accessed at index 6, which is out of bounds. [arrayIndexOutOfBoundsCond]
openslp-1.2.1/libslp/libslp_network.c:767:21: note: Assuming that condition 'xmitcount<=5' is not redundant
openslp-1.2.1/libslp/libslp_network.c:769:9: note: xmitcount is incremented', new value is 6
openslp-1.2.1/libslp/libslp_network.c:771:33: note: Array index out of bounds
openslp-1.2.1/libslp/libslp_network.c:760:6: warning: Either the condition 'if(prlist)' is redundant or there is possible null pointer dereference: prlist. [nullPointerRedundantCheck]
openslp-1.2.1/libslp/libslp_network.c:834:11: note: Assuming that condition 'if(prlist)' is not redundant
openslp-1.2.1/libslp/libslp_network.c:760:6: note: Null pointer dereference
openslp-1.2.1/libslp/libslp_network.c:1157:6: warning: Either the condition 'if(prlist)' is redundant or there is possible null pointer dereference: prlist. [nullPointerRedundantCheck]
openslp-1.2.1/libslp/libslp_network.c:1206:4: note: Assuming that condition 'if(prlist)' is not redundant
openslp-1.2.1/libslp/libslp_network.c:1157:6: note: Null pointer dereference
openslp-1.2.1/libslp/libslp_network.c:566:25: style: Variable 'peeraddrstr' is reassigned a value before the old one has been used. [redundantAssignment]
openslp-1.2.1/libslp/libslp_network.c:564:0: note: Variable 'peeraddrstr' is reassigned a value before the old one has been used.
openslp-1.2.1/libslp/libslp_network.c:566:25: note: Variable 'peeraddrstr' is reassigned a value before the old one has been used.
openslp-1.2.1/libslp/libslp_network.c:565:29: style: The scope of the variable 'peeraddrstrlen' can be reduced. [variableScope]
openslp-1.2.1/libslp/libslp_network.c:270:30: warning: Function 'NetworkRqstRply' argument order different: declaration 'sock, peeraddr, langtag, extoffset, buf, buftype, bufsize, , cookie, , ' definition 'sock, destaddr, langtag, extoffset, buf, buftype, bufsize, errorcode, peerinfo, replybuf, cookie' [funcArgOrderDifferent]
openslp-1.2.1/libslp/libslp.h:394:30: note: Function 'NetworkRqstRply' argument order different: declaration 'sock, peeraddr, langtag, extoffset, buf, buftype, bufsize, , cookie, , ' definition 'sock, destaddr, langtag, extoffset, buf, buftype, bufsize, errorcode, peerinfo, replybuf, cookie'
openslp-1.2.1/libslp/libslp_network.c:270:30: note: Function 'NetworkRqstRply' argument order different: declaration 'sock, peeraddr, langtag, extoffset, buf, buftype, bufsize, , cookie, , ' definition 'sock, destaddr, langtag, extoffset, buf, buftype, bufsize, errorcode, peerinfo, replybuf, cookie'
openslp-1.2.1/libslp/libslp_network.c:628:46: warning: Function 'NetworkMcastRqstRply' argument order different: declaration 'handle, buf, buftype, bufsize, , cookie, , ' definition 'handle, buf, buftype, bufsize, errorcode, peerinfo, replybuf, cookie' [funcArgOrderDifferent]
openslp-1.2.1/libslp/libslp.h:411:46: note: Function 'NetworkMcastRqstRply' argument order different: declaration 'handle, buf, buftype, bufsize, , cookie, , ' definition 'handle, buf, buftype, bufsize, errorcode, peerinfo, replybuf, cookie'
openslp-1.2.1/libslp/libslp_network.c:628:46: note: Function 'NetworkMcastRqstRply' argument order different: declaration 'handle, buf, buftype, bufsize, , cookie, , ' definition 'handle, buf, buftype, bufsize, errorcode, peerinfo, replybuf, cookie'
openslp-1.2.1/libslp/libslp_network.c:1058:46: warning: Function 'NetworkUcastRqstRply' argument order different: declaration 'handle, buf, buftype, bufsize, , cookie, , ' definition 'handle, buf, buftype, bufsize, errorcode, peerinfo, replybuf, cookie' [funcArgOrderDifferent]
openslp-1.2.1/libslp/libslp.h:444:46: note: Function 'NetworkUcastRqstRply' argument order different: declaration 'handle, buf, buftype, bufsize, , cookie, , ' definition 'handle, buf, buftype, bufsize, errorcode, peerinfo, replybuf, cookie'
openslp-1.2.1/libslp/libslp_network.c:1058:46: note: Function 'NetworkUcastRqstRply' argument order different: declaration 'handle, buf, buftype, bufsize, , cookie, , ' definition 'handle, buf, buftype, bufsize, errorcode, peerinfo, replybuf, cookie'
openslp-1.2.1/libslp/libslp_parse.c:181:6: warning: Either the condition 'ppcOutBuf==NULL' is redundant or there is possible null pointer dereference: ppcOutBuf. [nullPointerRedundantCheck]
openslp-1.2.1/libslp/libslp_parse.c:185:18: note: Assuming that condition 'ppcOutBuf==NULL' is not redundant
openslp-1.2.1/libslp/libslp_parse.c:181:6: note: Null pointer dereference
openslp-1.2.1/libslp/libslp_parse.c:296:6: warning: Either the condition 'ppcOutBuf==NULL' is redundant or there is possible null pointer dereference: ppcOutBuf. [nullPointerRedundantCheck]
openslp-1.2.1/libslp/libslp_parse.c:298:18: note: Assuming that condition 'ppcOutBuf==NULL' is not redundant
openslp-1.2.1/libslp/libslp_parse.c:296:6: note: Null pointer dereference
openslp-1.2.1/libslp/libslp_reg.c:394:40: warning: Either the condition 'if(parsedurl)' is redundant or there is possible null pointer dereference: parsedurl. [nullPointerRedundantCheck]
openslp-1.2.1/libslp/libslp_reg.c:447:7: note: Assuming that condition 'if(parsedurl)' is not redundant
openslp-1.2.1/libslp/libslp_reg.c:394:40: note: Null pointer dereference
openslp-1.2.1/libslp/libslp_reg.c:319:36: warning: Function 'SLPReg' argument order different: declaration 'hSLP, pcSrvURL, usLifetime, pcSrvType, pcAttrs, fresh, , pvCookie, ' definition 'hSLP, srvUrl, lifetime, srvType, attrList, fresh, hSLP, errCode, pvCookie' [funcArgOrderDifferent]
openslp-1.2.1/libslp/slp.h:525:43: note: Function 'SLPReg' argument order different: declaration 'hSLP, pcSrvURL, usLifetime, pcSrvType, pcAttrs, fresh, , pvCookie, ' definition 'hSLP, srvUrl, lifetime, srvType, attrList, fresh, hSLP, errCode, pvCookie'
openslp-1.2.1/libslp/libslp_reg.c:319:36: note: Function 'SLPReg' argument order different: declaration 'hSLP, pcSrvURL, usLifetime, pcSrvType, pcAttrs, fresh, , pvCookie, ' definition 'hSLP, srvUrl, lifetime, srvType, attrList, fresh, hSLP, errCode, pvCookie'
openslp-1.2.1/libslpattr/libslpattr.c:1266:19: warning: Either the condition 'end==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openslp-1.2.1/libslpattr/libslpattr.c:1250:16: note: Assuming that condition 'end==NULL' is not redundant
openslp-1.2.1/libslpattr/libslpattr.c:1266:19: note: Null pointer addition
openslp-1.2.1/libslpattr/libslpattr.c:649:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
openslp-1.2.1/libslpattr/libslpattr.c:647:0: note: Variable 'value' is reassigned a value before the old one has been used.
openslp-1.2.1/libslpattr/libslpattr.c:649:5: note: Variable 'value' is reassigned a value before the old one has been used.
openslp-1.2.1/libslpattr/libslpattr.c:2550:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openslp-1.2.1/libslpattr/libslpattr.c:2554:5: note: Found duplicate branches for 'if' and 'else'.
openslp-1.2.1/libslpattr/libslpattr.c:2550:10: note: Found duplicate branches for 'if' and 'else'.
openslp-1.2.1/libslpattr/libslpattr.c:2335:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openslp-1.2.1/libslpattr/libslpattr.c:533:10: style: The scope of the variable 'hex_digit' can be reduced. [variableScope]
openslp-1.2.1/libslpattr/libslpattr.c:1216:14: style: The scope of the variable 'err' can be reduced. [variableScope]
openslp-1.2.1/libslpattr/libslpattr.c:805:37: style: Function 'SLPAttrAlloc' argument 4 names different: declaration 'slp_attr' definition 'slp_attr_h'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:73:37: note: Function 'SLPAttrAlloc' argument 4 names different: declaration 'slp_attr' definition 'slp_attr_h'.
openslp-1.2.1/libslpattr/libslpattr.c:805:37: note: Function 'SLPAttrAlloc' argument 4 names different: declaration 'slp_attr' definition 'slp_attr_h'.
openslp-1.2.1/libslpattr/libslpattr.c:853:40: style: Function 'SLPAttrAllocStr' argument 4 names different: declaration 'slp_attr' definition 'slp_attr_h'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:80:40: note: Function 'SLPAttrAllocStr' argument 4 names different: declaration 'slp_attr' definition 'slp_attr_h'.
openslp-1.2.1/libslpattr/libslpattr.c:853:40: note: Function 'SLPAttrAllocStr' argument 4 names different: declaration 'slp_attr' definition 'slp_attr_h'.
openslp-1.2.1/libslpattr/libslpattr.c:879:32: style: Function 'SLPAttrFree' argument 1 names different: declaration 'attr_h' definition 'slp_attr_h'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:84:32: note: Function 'SLPAttrFree' argument 1 names different: declaration 'attr_h' definition 'slp_attr_h'.
openslp-1.2.1/libslpattr/libslpattr.c:879:32: note: Function 'SLPAttrFree' argument 1 names different: declaration 'attr_h' definition 'slp_attr_h'.
openslp-1.2.1/libslpattr/libslpattr.c:1015:37: style: Function 'SLPAttrSet_bool' argument 2 names different: declaration 'attribute_tag' definition 'tag'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:89:37: note: Function 'SLPAttrSet_bool' argument 2 names different: declaration 'attribute_tag' definition 'tag'.
openslp-1.2.1/libslpattr/libslpattr.c:1015:37: note: Function 'SLPAttrSet_bool' argument 2 names different: declaration 'attribute_tag' definition 'tag'.
openslp-1.2.1/libslpattr/libslpattr.c:1117:37: style: Function 'SLPAttrSet_keyw' argument 2 names different: declaration 'attribute_tag' definition 'tag'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:102:37: note: Function 'SLPAttrSet_keyw' argument 2 names different: declaration 'attribute_tag' definition 'tag'.
openslp-1.2.1/libslpattr/libslpattr.c:1117:37: note: Function 'SLPAttrSet_keyw' argument 2 names different: declaration 'attribute_tag' definition 'tag'.
openslp-1.2.1/libslpattr/libslpattr.c:1876:34: style: Function 'SLPAttrSerialize' argument 3 names different: declaration 'buffer' definition 'out_buffer'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:168:34: note: Function 'SLPAttrSerialize' argument 3 names different: declaration 'buffer' definition 'out_buffer'.
openslp-1.2.1/libslpattr/libslpattr.c:1876:34: note: Function 'SLPAttrSerialize' argument 3 names different: declaration 'buffer' definition 'out_buffer'.
openslp-1.2.1/libslpattr/libslpattr.c:2463:39: style: Function 'SLPAttrFreshen' argument 1 names different: declaration 'attr_h' definition 'slp_attr_h'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:174:39: note: Function 'SLPAttrFreshen' argument 1 names different: declaration 'attr_h' definition 'slp_attr_h'.
openslp-1.2.1/libslpattr/libslpattr.c:2463:39: note: Function 'SLPAttrFreshen' argument 1 names different: declaration 'attr_h' definition 'slp_attr_h'.
openslp-1.2.1/libslpattr/libslpattr.c:2463:63: style: Function 'SLPAttrFreshen' argument 2 names different: declaration 'new_attrs' definition 'str'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:174:59: note: Function 'SLPAttrFreshen' argument 2 names different: declaration 'new_attrs' definition 'str'.
openslp-1.2.1/libslpattr/libslpattr.c:2463:63: note: Function 'SLPAttrFreshen' argument 2 names different: declaration 'new_attrs' definition 'str'.
openslp-1.2.1/libslpattr/libslpattr.c:2717:45: style: Function 'SLPAttrIteratorAlloc' argument 1 names different: declaration 'attr' definition 'attr_h'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:205:45: note: Function 'SLPAttrIteratorAlloc' argument 1 names different: declaration 'attr' definition 'attr_h'.
openslp-1.2.1/libslpattr/libslpattr.c:2717:45: note: Function 'SLPAttrIteratorAlloc' argument 1 names different: declaration 'attr' definition 'attr_h'.
openslp-1.2.1/libslpattr/libslpattr.c:2717:70: style: Function 'SLPAttrIteratorAlloc' argument 2 names different: declaration 'iter' definition 'iter_h'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:205:68: note: Function 'SLPAttrIteratorAlloc' argument 2 names different: declaration 'iter' definition 'iter_h'.
openslp-1.2.1/libslpattr/libslpattr.c:2717:70: note: Function 'SLPAttrIteratorAlloc' argument 2 names different: declaration 'iter' definition 'iter_h'.
openslp-1.2.1/libslpattr/libslpattr.c:2743:42: style: Function 'SLPAttrIteratorFree' argument 1 names different: declaration 'iter' definition 'iter_h'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:206:42: note: Function 'SLPAttrIteratorFree' argument 1 names different: declaration 'iter' definition 'iter_h'.
openslp-1.2.1/libslpattr/libslpattr.c:2743:42: note: Function 'SLPAttrIteratorFree' argument 1 names different: declaration 'iter' definition 'iter_h'.
openslp-1.2.1/libslpattr/libslpattr.c:1672:9: error: Memory leak: var [memleak]
openslp-1.2.1/libslpattr/libslpattr_tiny.c:35:37: style: Function 'SLPAttrAlloc' argument 4 names different: declaration 'slp_attr' definition 'slp_attr_h'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:73:37: note: Function 'SLPAttrAlloc' argument 4 names different: declaration 'slp_attr' definition 'slp_attr_h'.
openslp-1.2.1/libslpattr/libslpattr_tiny.c:35:37: note: Function 'SLPAttrAlloc' argument 4 names different: declaration 'slp_attr' definition 'slp_attr_h'.
openslp-1.2.1/libslpattr/libslpattr_tiny.c:100:34: style: Function 'SLPAttrSerialize' argument 3 names different: declaration 'buffer' definition 'out_buffer'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:168:34: note: Function 'SLPAttrSerialize' argument 3 names different: declaration 'buffer' definition 'out_buffer'.
openslp-1.2.1/libslpattr/libslpattr_tiny.c:100:34: note: Function 'SLPAttrSerialize' argument 3 names different: declaration 'buffer' definition 'out_buffer'.
openslp-1.2.1/libslpattr/libslpattr_tiny.c:290:0: style: Function 'SLPRegAttr' argument 8 names different: declaration 'cookie' definition 'errCode'. [funcArgNamesDifferent]
openslp-1.2.1/libslpattr/libslpattr.h:185:26: note: Function 'SLPRegAttr' argument 8 names different: declaration 'cookie' definition 'errCode'.
openslp-1.2.1/libslpattr/libslpattr_tiny.c:290:0: note: Function 'SLPRegAttr' argument 8 names different: declaration 'cookie' definition 'errCode'.
openslp-1.2.1/slpd/slpd_database.c:91:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:92:25: style: The scope of the variable 'srvreg' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:156:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:157:25: style: The scope of the variable 'entryreg' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:280:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:281:25: style: The scope of the variable 'entryreg' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:282:25: style: The scope of the variable 'dereg' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:365:33: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:366:33: style: The scope of the variable 'entryreg' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:367:33: style: The scope of the variable 'srvrqst' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:509:33: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:510:33: style: The scope of the variable 'entryreg' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:511:33: style: The scope of the variable 'srvtyperqst' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:629:33: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:631:33: style: The scope of the variable 'attrrqst' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:857:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_database.c:860:25: style: The scope of the variable 'fd' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_incoming.c:78:25: style: The scope of the variable 'bytestowrite' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_incoming.c:79:25: style: The scope of the variable 'byteswritten' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_incoming.c:127:9: style: The scope of the variable 'byteswritten' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_incoming.c:127:23: style: The scope of the variable 'flags' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_incoming.c:177:24: style: The scope of the variable 'recvlen' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_incoming.c:266:25: style: The scope of the variable 'fdflags' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_incoming.c:267:25: style: The scope of the variable 'fd' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_incoming.c:268:25: style: The scope of the variable 'connsock' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_incoming.c:602:17: style: The scope of the variable 'del' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:549:21: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
openslp-1.2.1/slpd/slpd_knownda.c:675:5: style: Variable 'dh' is reassigned a value before the old one has been used. [redundantAssignment]
openslp-1.2.1/slpd/slpd_knownda.c:673:0: note: Variable 'dh' is reassigned a value before the old one has been used.
openslp-1.2.1/slpd/slpd_knownda.c:675:5: note: Variable 'dh' is reassigned a value before the old one has been used.
openslp-1.2.1/slpd/slpd_knownda.c:223:25: style: The scope of the variable 'srvreg' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:422:25: style: The scope of the variable 'srvreg' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:533:22: style: The scope of the variable 'tempend' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:536:22: style: The scope of the variable 'he' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:538:22: style: The scope of the variable 'sock' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:632:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:846:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:1275:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:1276:25: style: The scope of the variable 'entrydaadvert' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:1277:25: style: The scope of the variable 'sock' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:1375:21: style: The scope of the variable 'sock' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:1451:21: style: The scope of the variable 'sock' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:1559:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:1560:25: style: The scope of the variable 'entrydaadvert' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_knownda.c:490:3: error: Uninitialized variable: ctx [uninitvar]
openslp-1.2.1/slpd/slpd_log.c:137:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_main.c:276:13: style: The scope of the variable 'pidstr' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_main.c:312:13: style: The scope of the variable 'pidstr' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_main.c:338:13: style: The scope of the variable 'pidstr' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_main.c:293:17: error: Resource leak: fd [resourceLeak]
openslp-1.2.1/slpd/slpd_outgoing.c:193:24: style: The scope of the variable 'recvlen' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_outgoing.c:311:16: style: The scope of the variable 'byteswritten' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_outgoing.c:312:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_predicate.c:763:13: style: The scope of the variable 'result' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_predicate.c:844:13: style: The scope of the variable 'result' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_predicate.c:977:11: style: struct member 'pair::start' is never used. [unusedStructMember]
openslp-1.2.1/slpd/slpd_predicate.c:978:11: style: struct member 'pair::end' is never used. [unusedStructMember]
openslp-1.2.1/slpd/slpd_predicate.c:1606:19: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
openslp-1.2.1/slpd/slpd_process.c:181:21: style: The scope of the variable 'eh' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_property.c:76:25: style: The scope of the variable 'myurl' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_regfile.c:243:29: warning: Either the condition 'srvtype==0' is redundant or there is possible null pointer dereference: srvtype. [nullPointerRedundantCheck]
openslp-1.2.1/slpd/slpd_regfile.c:286:20: note: Assuming that condition 'srvtype==0' is not redundant
openslp-1.2.1/slpd/slpd_regfile.c:243:29: note: Null pointer dereference
openslp-1.2.1/slpd/slpd_socket.c:475:9: style: The scope of the variable 'fdflags' can be reduced. [variableScope]
openslp-1.2.1/slpd/slpd_socket.c:186:32: warning: Size of pointer 'addr' used instead of size of its data. [pointerSize]
openslp-1.2.1/slptool/slptool.c:565:18: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openslp-1.2.1/slptool/slptool.c:560:15: note: outer condition: i<argc
openslp-1.2.1/slptool/slptool.c:565:18: note: identical inner condition: i<argc
openslp-1.2.1/slptool/slptool.c:74:13: style: Variable 'slider1' is reassigned a value before the old one has been used. [redundantAssignment]
openslp-1.2.1/slptool/slptool.c:73:13: note: Variable 'slider1' is reassigned a value before the old one has been used.
openslp-1.2.1/slptool/slptool.c:74:13: note: Variable 'slider1' is reassigned a value before the old one has been used.
openslp-1.2.1/slptool/slptool.c:982:25: style: The scope of the variable 'result' can be reduced. [variableScope]
openslp-1.2.1/test/SLPDereg/SLPDereg.c:50:8: style: The scope of the variable 'reg_string' can be reduced. [variableScope]
openslp-1.2.1/test/SLPFindAttrs/SLPFindAttrs.c:65:9: style: The scope of the variable 'reg_string' can be reduced. [variableScope]
openslp-1.2.1/test/SLP_attr_test/slp_attr_test.c:1067:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openslp-1.2.1/test/SLP_attr_test/slp_attr_test.c:1068:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openslp-1.2.1/test/SLP_attr_test/slp_attr_test.c:1069:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openslp-1.2.1/test/SLP_attr_test/slp_attr_test.c:133:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
[13:12]

ftp://ftp.se.debian.org/debian/pool/main/o/opensm/opensm_3.3.20.orig.tar.gz
opensm-3.3.20/complib/cl_complib.c:62:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/complib/cl_complib.c:60:0: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/complib/cl_complib.c:62:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/complib/cl_event_wheel.c:203:2: style: Variable 'cl_status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/complib/cl_event_wheel.c:198:0: note: Variable 'cl_status' is reassigned a value before the old one has been used.
opensm-3.3.20/complib/cl_event_wheel.c:203:2: note: Variable 'cl_status' is reassigned a value before the old one has been used.
opensm-3.3.20/complib/cl_event_wheel.c:231:57: style: The scope of the variable 'p_event' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_event_wheel.c:249:17: style: The scope of the variable 'p_map_item' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_event_wheel.c:250:29: style: The scope of the variable 'p_event' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_event_wheel.c:401:29: style: The scope of the variable 'p_event' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_event_wheel.c:237:7: style: Variable 'p_event' is assigned a value that is never used. [unreadVariable]
opensm-3.3.20/complib/cl_log.c:63:16: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_log.c:65:8: style: The scope of the variable 'p_buf' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:598:26: style: The scope of the variable 'p_item2' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:651:11: style: The scope of the variable 'key1' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:651:17: style: The scope of the variable 'key2' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:835:11: style: The scope of the variable 'key' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:836:8: style: The scope of the variable 'p_obj' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:836:16: style: The scope of the variable 'p_obj2' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:920:11: style: The scope of the variable 'key1' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:920:17: style: The scope of the variable 'key2' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:1153:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:1187:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:1535:27: style: The scope of the variable 'p_item2' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_map.c:1588:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_ptr_vector.c:146:9: style: The scope of the variable 'src' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_ptr_vector.c:210:9: style: The scope of the variable 'new_capacity' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_timer.c:318:18: style: The scope of the variable 'p_list_item' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_vector.c:256:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_vector.c:257:8: style: The scope of the variable 'p_element' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_vector.c:404:9: style: The scope of the variable 'new_capacity' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_vector.c:492:8: style: The scope of the variable 'p_element' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_vector.c:509:8: style: The scope of the variable 'p_element' can be reduced. [variableScope]
opensm-3.3.20/complib/cl_vector.c:529:8: style: The scope of the variable 'p_element' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_pkt_randomizer.c:71:17: style: The scope of the variable 'p_found_dr_path' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_ibumad_sa.c:182:2: style: Variable 'p_query_req_copy' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/libvendor/osm_vendor_ibumad_sa.c:176:0: note: Variable 'p_query_req_copy' is reassigned a value before the old one has been used.
opensm-3.3.20/libvendor/osm_vendor_ibumad_sa.c:182:2: note: Variable 'p_query_req_copy' is reassigned a value before the old one has been used.
opensm-3.3.20/libvendor/osm_vendor_mlx.c:85:11: warning: Either the condition 'p_vend!=NULL' is redundant or there is possible null pointer dereference: p_vend. [nullPointerRedundantCheck]
opensm-3.3.20/libvendor/osm_vendor_mlx.c:77:13: note: Assuming that condition 'p_vend!=NULL' is not redundant
opensm-3.3.20/libvendor/osm_vendor_mlx.c:85:11: note: Null pointer dereference
opensm-3.3.20/libvendor/osm_vendor_mlx.c:206:11: warning: Either the condition 'NULL==p_vend' is redundant or there is possible null pointer dereference: p_vend. [nullPointerRedundantCheck]
opensm-3.3.20/libvendor/osm_vendor_mlx.c:204:11: note: Assuming that condition 'NULL==p_vend' is not redundant
opensm-3.3.20/libvendor/osm_vendor_mlx.c:206:11: note: Null pointer dereference
opensm-3.3.20/libvendor/osm_vendor_mlx.c:423:21: warning: Either the condition 'NULL==h_bind' is redundant or there is possible null pointer dereference: p_bo. [nullPointerRedundantCheck]
opensm-3.3.20/libvendor/osm_vendor_mlx.c:427:11: note: Assuming that condition 'NULL==h_bind' is not redundant
opensm-3.3.20/libvendor/osm_vendor_mlx.c:419:26: note: Assignment 'p_bo=(osmv_bind_obj_t*)h_bind', assigned value is 0
opensm-3.3.20/libvendor/osm_vendor_mlx.c:423:21: note: Null pointer dereference
opensm-3.3.20/libvendor/osm_vendor_mlx.c:424:31: warning: Either the condition 'NULL==h_bind' is redundant or there is possible null pointer dereference: p_bo. [nullPointerRedundantCheck]
opensm-3.3.20/libvendor/osm_vendor_mlx.c:427:11: note: Assuming that condition 'NULL==h_bind' is not redundant
opensm-3.3.20/libvendor/osm_vendor_mlx.c:419:26: note: Assignment 'p_bo=(osmv_bind_obj_t*)h_bind', assigned value is 0
opensm-3.3.20/libvendor/osm_vendor_mlx.c:424:31: note: Null pointer dereference
opensm-3.3.20/libvendor/osm_vendor_mlx.c:103:17: style: The scope of the variable 'p_obj' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:124:21: warning: Either the condition 'NULL!=h_bind' is redundant or there is possible null pointer dereference: p_bo. [nullPointerRedundantCheck]
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:128:17: note: Assuming that condition 'NULL!=h_bind' is not redundant
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:122:26: note: Assignment 'p_bo=(osmv_bind_obj_t*)h_bind', assigned value is 0
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:124:21: note: Null pointer dereference
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:126:16: warning: Either the condition 'NULL!=h_bind' is redundant or there is possible null pointer dereference: p_bo. [nullPointerRedundantCheck]
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:128:17: note: Assuming that condition 'NULL!=h_bind' is not redundant
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:122:26: note: Assignment 'p_bo=(osmv_bind_obj_t*)h_bind', assigned value is 0
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:126:16: note: Null pointer dereference
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:132:14: warning: Either the condition 'NULL!=h_bind' is redundant or there is possible null pointer dereference: p_bo. [nullPointerRedundantCheck]
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:128:17: note: Assuming that condition 'NULL!=h_bind' is not redundant
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:122:26: note: Assignment 'p_bo=(osmv_bind_obj_t*)h_bind', assigned value is 0
opensm-3.3.20/libvendor/osm_vendor_mlx_dispatcher.c:132:14: note: Null pointer dereference
opensm-3.3.20/libvendor/osm_vendor_mlx_ibmgt.c:606:17: style: The scope of the variable 'p_obj' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_rmpp_ctx.c:126:2: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/libvendor/osm_vendor_mlx_rmpp_ctx.c:119:0: note: Variable 'st' is reassigned a value before the old one has been used.
opensm-3.3.20/libvendor/osm_vendor_mlx_rmpp_ctx.c:126:2: note: Variable 'st' is reassigned a value before the old one has been used.
opensm-3.3.20/libvendor/osm_vendor_mlx_rmpp_ctx.c:349:2: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/libvendor/osm_vendor_mlx_rmpp_ctx.c:345:0: note: Variable 'st' is reassigned a value before the old one has been used.
opensm-3.3.20/libvendor/osm_vendor_mlx_rmpp_ctx.c:349:2: note: Variable 'st' is reassigned a value before the old one has been used.
opensm-3.3.20/libvendor/osm_vendor_mlx_rmpp_ctx.c:210:17: style: The scope of the variable 'p_obj' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_rmpp_ctx.c:285:22: style: The scope of the variable 'num_segs' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_sa.c:189:2: style: Variable 'p_query_req_copy' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/libvendor/osm_vendor_mlx_sa.c:183:0: note: Variable 'p_query_req_copy' is reassigned a value before the old one has been used.
opensm-3.3.20/libvendor/osm_vendor_mlx_sa.c:189:2: note: Variable 'p_query_req_copy' is reassigned a value before the old one has been used.
opensm-3.3.20/libvendor/osm_vendor_mlx_sim.c:126:7: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
opensm-3.3.20/libvendor/osm_vendor_mlx_sim.c:170:3: error: Memory leak: p_mgr [memleak]
opensm-3.3.20/libvendor/osm_vendor_mlx_ts.c:81:6: style: The scope of the variable 'ts_ret_code' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_ts.c:381:17: style: Variable 'ts_ioctl_ret' is assigned a value that is never used. [unreadVariable]
opensm-3.3.20/libvendor/osm_vendor_mlx_ts.c:202:3: error: Memory leak: p_mgr [memleak]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:74:16: warning: Either the condition 'NULL!=h_bind' is redundant or there is possible null pointer dereference: p_bo. [nullPointerRedundantCheck]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:76:17: note: Assuming that condition 'NULL!=h_bind' is not redundant
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:72:26: note: Assignment 'p_bo=(osmv_bind_obj_t*)h_bind', assigned value is 0
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:74:16: note: Null pointer dereference
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:78:10: warning: Either the condition 'NULL!=h_bind' is redundant or there is possible null pointer dereference: p_bo. [nullPointerRedundantCheck]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:76:17: note: Assuming that condition 'NULL!=h_bind' is not redundant
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:72:26: note: Assignment 'p_bo=(osmv_bind_obj_t*)h_bind', assigned value is 0
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:78:10: note: Null pointer dereference
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:88:17: warning: Either the condition 'NULL!=h_bind' is redundant or there is possible null pointer dereference: p_bo. [nullPointerRedundantCheck]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:76:17: note: Assuming that condition 'NULL!=h_bind' is not redundant
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:72:26: note: Assignment 'p_bo=(osmv_bind_obj_t*)h_bind', assigned value is 0
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:88:17: note: Null pointer dereference
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:412:2: style: Variable 'p_obj' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:404:0: note: Variable 'p_obj' is reassigned a value before the old one has been used.
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:412:2: note: Variable 'p_obj' is reassigned a value before the old one has been used.
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:279:17: style: The scope of the variable 'p_item' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:280:16: style: The scope of the variable 'p_obj' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:281:18: style: The scope of the variable 'p_txn' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:365:16: style: The scope of the variable 'p_obj' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:367:11: style: The scope of the variable 'tmp_key' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:406:11: style: The scope of the variable 'tmp_key' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:476:16: style: The scope of the variable 'p_obj' can be reduced. [variableScope]
opensm-3.3.20/libvendor/osm_vendor_mlx_txn.c:477:18: style: The scope of the variable 'p_txn' can be reduced. [variableScope]
opensm-3.3.20/opensm/main.c:885:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opensm-3.3.20/opensm/main.c:897:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opensm-3.3.20/opensm/main.c:998:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opensm-3.3.20/opensm/main.c:519:8: style: The scope of the variable 'f' can be reduced. [variableScope]
opensm-3.3.20/opensm/main.c:495:8: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
opensm-3.3.20/opensm/osm_congestion_control.c:554:14: style: The scope of the variable 'p_madw' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_congestion_control.c:780:14: style: The scope of the variable 'p_madw' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:841:61: style: Redundant condition: pi0->capability_mask&IB_PORT_CAP_HAS_EXT_SPEEDS. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
opensm-3.3.20/opensm/osm_console.c:297:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:297:9: style: The scope of the variable 'found' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:320:6: style: The scope of the variable 'level' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:348:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:349:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:374:6: style: The scope of the variable 'priority' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:447:18: style: The scope of the variable 'item' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:1041:15: style: The scope of the variable 'p_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:1049:15: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:1787:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:1787:9: style: The scope of the variable 'found' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_console.c:1831:10: style: The scope of the variable 'n' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_db_files.c:478:2: style: Variable 'p_tmp_file_name' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_db_files.c:472:0: note: Variable 'p_tmp_file_name' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_db_files.c:478:2: note: Variable 'p_tmp_file_name' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_db_pack.c:112:16: style: The scope of the variable 'tmp_port' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_drop_mgr.c:87:14: style: The scope of the variable 'p_remote_port' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_drop_mgr.c:332:15: style: The scope of the variable 'p_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_dump.c:524:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opensm-3.3.20/opensm/osm_dump.c:524:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opensm-3.3.20/opensm/osm_dump.c:70:11: style: The scope of the variable 'num_paths' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_dump.c:244:10: style: The scope of the variable 'mlid_start_ho' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_dump.c:339:10: style: The scope of the variable 'port' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_dump.c:492:11: style: The scope of the variable 'in_port' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_dump.c:492:20: style: The scope of the variable 'out_port' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_guid_mgr.c:129:27: style: The scope of the variable 'p_obj' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_helper.c:1803:36: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1795:14: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1803:36: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1822:24: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1795:14: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1822:24: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1824:14: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1795:14: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1824:14: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1825:24: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1795:14: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1825:24: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1827:14: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1795:14: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1827:14: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1828:14: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1795:14: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1828:14: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1829:4: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1795:14: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1829:4: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1830:4: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1795:14: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1830:4: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1831:14: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1795:14: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1831:14: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1832:14: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1795:14: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1832:14: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1851:36: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1843:13: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1851:36: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1870:24: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1843:13: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1870:24: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1872:14: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1843:13: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1872:14: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1873:24: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1843:13: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1873:24: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1875:14: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1843:13: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1875:14: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1876:14: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1843:13: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1876:14: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1877:4: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1843:13: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1877:4: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1878:4: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1843:13: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1878:4: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1879:14: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1843:13: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1879:14: note: Null pointer dereference
opensm-3.3.20/opensm/osm_helper.c:1880:14: warning: Either the condition 'p_iir' is redundant or there is possible null pointer dereference: p_iir. [nullPointerRedundantCheck]
opensm-3.3.20/opensm/osm_helper.c:1843:13: note: Assuming that condition 'p_iir' is not redundant
opensm-3.3.20/opensm/osm_helper.c:1880:14: note: Null pointer dereference
opensm-3.3.20/opensm/osm_inform.c:272:14: style: The scope of the variable 'p_infr' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_inform.c:604:34: style: The scope of the variable 'gid_str2' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_inform.c:605:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_inform.c:606:12: style: The scope of the variable 'gid1' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_inform.c:606:19: style: The scope of the variable 'gid2' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_lid_mgr.c:590:11: style: The scope of the variable 'lid' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_link_mgr.c:509:15: style: The scope of the variable 'p_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_link_mgr.c:474:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opensm-3.3.20/opensm/osm_log.c:191:6: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opensm-3.3.20/opensm/osm_log.c:307:6: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opensm-3.3.20/opensm/osm_mcast_mgr.c:325:2: style: Variable 'p_sw' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_mcast_mgr.c:315:0: note: Variable 'p_sw' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_mcast_mgr.c:325:2: note: Variable 'p_sw' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_mcast_mgr.c:224:25: style: The scope of the variable 'hops' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mcast_mgr.c:225:11: style: The scope of the variable 'lid' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mcast_mgr.c:339:11: style: The scope of the variable 'block_id_ho' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mcast_mgr.c:404:10: style: The scope of the variable 'port_num' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mcast_mgr.c:616:22: style: The scope of the variable 'p_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mcast_mgr.c:617:22: style: The scope of the variable 'p_remote_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mcast_mgr.c:865:19: style: The scope of the variable 'p_mcast_tbl' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mcast_mgr.c:1111:6: style: The scope of the variable 'block_notdone' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mcast_tbl.c:147:11: style: The scope of the variable 'mlid_offset' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mcast_tbl.c:147:24: style: The scope of the variable 'mask_offset' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mcast_tbl.c:172:11: style: The scope of the variable 'mlid_offset' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mcast_tbl.c:173:10: style: The scope of the variable 'position' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:825:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensm-3.3.20/opensm/osm_mesh.c:284:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:334:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:334:9: style: The scope of the variable 'j' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:403:15: style: The scope of the variable 'x' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:747:15: style: The scope of the variable 'n' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:878:19: style: The scope of the variable 'p' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:1142:9: style: The scope of the variable 'j' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:1297:6: style: The scope of the variable 'max_size' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:1298:6: style: The scope of the variable 'max_index' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:1385:9: style: The scope of the variable 'j' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:1386:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:1502:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:1580:6: style: The scope of the variable 'dimension' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:1581:15: style: The scope of the variable 'n' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_mesh.c:461:44: style: Function 'determinant' argument 2 names different: declaration 'n' definition 'deg'. [funcArgNamesDifferent]
opensm-3.3.20/opensm/osm_mesh.c:389:44: note: Function 'determinant' argument 2 names different: declaration 'n' definition 'deg'.
opensm-3.3.20/opensm/osm_mesh.c:461:44: note: Function 'determinant' argument 2 names different: declaration 'n' definition 'deg'.
opensm-3.3.20/opensm/osm_multicast.c:221:24: style: The scope of the variable 'mcm_alias_guid' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_multicast.c:240:24: style: The scope of the variable 'mcm_alias_guid' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_multicast.c:425:24: style: The scope of the variable 'mcm_alias_guid' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_node.c:178:15: style: The scope of the variable 'p_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_node.c:179:15: style: The scope of the variable 'p_remote_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_node.c:262:15: style: The scope of the variable 'p_remote_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_node_info_rcv.c:380:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_node_info_rcv.c:372:0: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_node_info_rcv.c:380:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_node_info_rcv.c:416:2: style: Variable 'p_physp' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_node_info_rcv.c:400:0: note: Variable 'p_physp' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_node_info_rcv.c:416:2: note: Variable 'p_physp' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_node_info_rcv.c:601:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_node_info_rcv.c:580:0: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_node_info_rcv.c:601:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_opensm.c:223:8: style: The scope of the variable 'name' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_opensm.c:223:15: style: The scope of the variable 'str' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_opensm.c:224:29: style: The scope of the variable 're' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_opensm.c:276:20: style: The scope of the variable 'p' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey.c:109:19: style: The scope of the variable 'p_block' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey.c:221:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey.c:222:12: style: The scope of the variable 'pkey_idx_ptr' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey.c:223:11: style: The scope of the variable 'pkey_idx' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey.c:268:19: style: The scope of the variable 'p_new_block' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey.c:300:19: style: The scope of the variable 'block' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey_mgr.c:207:15: style: The scope of the variable 'p_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey_mgr.c:335:26: style: The scope of the variable 'pkey_idx' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey_mgr.c:336:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey_mgr.c:337:12: style: The scope of the variable 'pkey_idx_ptr' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey_mgr.c:378:19: style: The scope of the variable 'block' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey_mgr.c:378:27: style: The scope of the variable 'new_block' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey_mgr.c:391:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_pkey_mgr.c:669:19: style: The scope of the variable 'block' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_port.c:70:9: style: The scope of the variable 'num_slvl' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_port.c:70:19: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_port.c:97:19: style: The scope of the variable 'p_slvl' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_port.c:189:10: style: The scope of the variable 'remote_mtu' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_port.c:243:10: style: The scope of the variable 'remote_op_vls' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_port.c:393:17: style: The scope of the variable 'p_dr_path' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_port_info_rcv.c:88:6: style: The scope of the variable 'extended' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_port_info_rcv.c:89:10: style: The scope of the variable 'rate' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_port_info_rcv.c:89:16: style: The scope of the variable 'mtu' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_port_info_rcv.c:90:11: style: The scope of the variable 'data_vls' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_port_info_rcv.c:91:13: style: The scope of the variable 'p_sm_tbl' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_prtn.c:93:7: style: The scope of the variable 'gid_str' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_prtn.c:94:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_prtn.c:213:7: style: The scope of the variable 'gid_str' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_prtn.c:249:7: style: The scope of the variable 'gid_str' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_prtn.c:295:11: style: The scope of the variable 'pkey' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_prtn_config.c:787:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_prtn_config.c:783:0: note: Variable 'p' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_prtn_config.c:787:3: note: Variable 'p' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_prtn_config.c:186:15: style: The scope of the variable 'scope' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_prtn_config.c:390:15: style: The scope of the variable 'p_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_prtn_config.c:561:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_qos.c:258:10: style: The scope of the variable 'vl1' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_qos.c:258:15: style: The scope of the variable 'vl2' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_qos.c:305:10: style: The scope of the variable 'op_vl' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_qos.c:305:17: style: The scope of the variable 'common_op_vl' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_qos.c:305:35: style: The scope of the variable 'max_num' can be reduced. [variableScope]
osm_qos_parser_l.c:1891:27: warning: Possible null pointer dereference: b [nullPointer]
osm_qos_parser_l.c:1888:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
osm_qos_parser_l.c:1891:27: note: Null pointer dereference
osm_qos_parser_l.c:1893:9: warning: Possible null pointer dereference: b [nullPointer]
osm_qos_parser_l.c:1888:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
osm_qos_parser_l.c:1893:9: note: Null pointer dereference
osm_qos_parser_l.c:2223:2: warning: Possible null pointer dereference: b [nullPointer]
osm_qos_parser_l.c:2112:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
osm_qos_parser_l.c:2223:2: note: Null pointer dereference
osm_qos_parser_l.c:2224:2: warning: Possible null pointer dereference: b [nullPointer]
osm_qos_parser_l.c:2112:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
osm_qos_parser_l.c:2224:2: note: Null pointer dereference
osm_qos_parser_l.c:2235:9: warning: Possible null pointer dereference: b [nullPointer]
osm_qos_parser_l.c:2112:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
osm_qos_parser_l.c:2235:9: note: Null pointer dereference
osm_qos_parser_l.c:2001:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
osm_qos_parser_l.c:348:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
osm_qos_parser_l.c:2001:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
osm_qos_parser_l.c:2408:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
osm_qos_parser_l.c:301:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
osm_qos_parser_l.c:2408:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
osm_qos_parser_l.c:2421:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
osm_qos_parser_l.c:302:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
osm_qos_parser_l.c:2421:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
osm_qos_parser_l.c:2421:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
osm_qos_parser_l.c:302:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
osm_qos_parser_l.c:2421:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
osm_qos_parser_l.c:2553:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
osm_qos_parser_l.c:975:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
osm_qos_parser_l.c:2553:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
osm_qos_parser_y.c:4511:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
opensm-3.3.20/opensm/osm_qos_policy.c:516:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensm-3.3.20/opensm/osm_qos_policy.c:98:11: style: The scope of the variable 'ind_mid' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_qos_policy.c:164:19: style: The scope of the variable 'p_old_port' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_qos_policy.c:554:24: style: The scope of the variable 'p_port_group' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa.c:555:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_informinfo.c:192:2: style: Variable 'valid' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_sa_informinfo.c:188:0: note: Variable 'valid' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_sa_informinfo.c:192:2: note: Variable 'valid' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_sa_link_record.c:212:10: style: The scope of the variable 'dest_num_ports' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_link_record.c:213:10: style: The scope of the variable 'dest_port_num' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:245:10: style: The scope of the variable 'mtu_sel' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:246:10: style: The scope of the variable 'mtu_required' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:247:10: style: The scope of the variable 'mtu_mgrp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:248:10: style: The scope of the variable 'rate_sel' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:249:10: style: The scope of the variable 'rate_required' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:250:10: style: The scope of the variable 'rate_mgrp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:388:15: style: The scope of the variable 'p_request_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:659:10: style: The scope of the variable 'mtu_required' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:661:10: style: The scope of the variable 'rate_required' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:664:6: style: The scope of the variable 'extended' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:1661:10: style: The scope of the variable 'rate' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_mcmember_record.c:1675:10: style: The scope of the variable 'mtu' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_node_record.c:121:21: style: The scope of the variable 'p_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_path_record.c:885:21: style: The scope of the variable 'p_src_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_path_record.c:885:35: style: The scope of the variable 'p_dest_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_path_record.c:621:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opensm-3.3.20/opensm/osm_sa_path_record.c:837:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opensm-3.3.20/opensm/osm_sa_path_record.c:910:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opensm-3.3.20/opensm/osm_sa_pkey_record.c:120:11: style: The scope of the variable 'block' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_pkey_record.c:120:18: style: The scope of the variable 'num_blocks' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_portinfo_record.c:455:10: style: The scope of the variable 'port_num' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_portinfo_record.c:569:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
opensm-3.3.20/opensm/osm_sa_service_record.c:173:2: style: Variable 'valid' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_sa_service_record.c:163:0: note: Variable 'valid' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_sa_service_record.c:173:2: note: Variable 'valid' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_sa_slvl_record.c:122:35: style: The scope of the variable 'p_in_physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_slvl_record.c:123:10: style: The scope of the variable 'in_port_num' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sa_slvl_record.c:123:23: style: The scope of the variable 'out_port_num' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_sm_mad_ctrl.c:560:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_state_mgr.c:307:14: style: The scope of the variable 'p_infr' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_state_mgr.c:308:14: style: The scope of the variable 'p_svcr' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_state_mgr.c:915:14: style: The scope of the variable 'p_node' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_state_mgr.c:1045:14: style: The scope of the variable 'p_port' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_subnet.c:2915:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opensm-3.3.20/opensm/osm_subnet.c:2915:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opensm-3.3.20/opensm/osm_subnet.c:2915:4: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opensm-3.3.20/opensm/osm_subnet.c:2915:4: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opensm-3.3.20/opensm/osm_subnet.c:2915:4: warning: %u in format string (no. 8) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opensm-3.3.20/opensm/osm_subnet.c:607:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_subnet.c:2145:8: style: The scope of the variable 'p_key' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_subnet.c:2145:24: style: The scope of the variable 'pound_sign' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_subnet.c:2148:6: style: The scope of the variable 'token_matched' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_subnet.c:2212:8: style: The scope of the variable 'p_key' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_subnet.c:2212:24: style: The scope of the variable 'pound_sign' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_subnet.c:2214:6: style: The scope of the variable 'token_matched' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_subnet.c:2188:41: portability: '(void*)p_opts->file_opts' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
opensm-3.3.20/opensm/osm_subnet.c:2189:30: portability: '(void*)p_opts' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
opensm-3.3.20/opensm/osm_subnet.c:2264:41: portability: '(void*)p_opts->file_opts' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
opensm-3.3.20/opensm/osm_subnet.c:2265:30: portability: '(void*)p_opts' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
opensm-3.3.20/opensm/osm_sw_info_rcv.c:342:6: style: The scope of the variable 'mlnx_epi_supported' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_switch.c:88:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_switch.c:256:10: style: The scope of the variable 'hops' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_switch.c:695:10: style: The scope of the variable 'hops' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:337:11: style: The scope of the variable 'l' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:337:14: style: The scope of the variable 'p' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:337:17: style: The scope of the variable 's' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:338:19: style: The scope of the variable 'port' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:375:11: style: The scope of the variable 'p' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:375:14: style: The scope of the variable 's' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:376:19: style: The scope of the variable 'port' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:462:11: style: The scope of the variable 's' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:463:19: style: The scope of the variable 'sw' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:479:11: style: The scope of the variable 'l' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:480:15: style: The scope of the variable 'link' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:1286:15: style: The scope of the variable 'l' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:8066:10: style: The scope of the variable 'vl' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:8933:6: style: The scope of the variable 'x' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:8934:6: style: The scope of the variable 'y' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_torus.c:9270:18: style: The scope of the variable 'v' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_trap_rcv.c:151:11: style: The scope of the variable 'temp1' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_trap_rcv.c:151:18: style: The scope of the variable 'temp2' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_trap_rcv.c:157:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_trap_rcv.c:157:9: style: The scope of the variable 'j' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_cache.c:117:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_cache.c:1027:16: style: The scope of the variable 'p_sw' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:203:2: style: Variable 'tmp_node' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:196:0: note: Variable 'tmp_node' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:203:2: note: Variable 'tmp_node' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:278:2: style: Variable 'heap' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:274:0: note: Variable 'heap' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:278:2: note: Variable 'heap' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:371:2: style: Variable 'found_lid' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:369:0: note: Variable 'found_lid' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:371:2: note: Variable 'found_lid' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:630:2: style: Variable 'link' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:628:0: note: Variable 'link' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:630:2: note: Variable 'link' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:799:2: style: Variable 'channel_head' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:793:0: note: Variable 'channel_head' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:799:2: note: Variable 'channel_head' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:948:2: style: Variable 'channel_head' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:945:0: note: Variable 'channel_head' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:948:2: note: Variable 'channel_head' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:1131:2: style: Variable 'p_next_guid' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:1129:0: note: Variable 'p_next_guid' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:1131:2: note: Variable 'p_next_guid' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:1857:2: style: Variable 'paths_per_vl' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:1844:0: note: Variable 'paths_per_vl' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:1857:2: note: Variable 'paths_per_vl' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:2259:2: style: Variable 'p_mixed_tbl' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:2244:0: note: Variable 'p_mixed_tbl' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:2259:2: note: Variable 'p_mixed_tbl' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:2718:2: style: Variable 'dfsssp_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:2715:0: note: Variable 'dfsssp_ctx' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:2718:2: note: Variable 'dfsssp_ctx' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:211:21: style: The scope of the variable 'father' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:231:11: style: The scope of the variable 'son1' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:231:21: style: The scope of the variable 'son2' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:499:25: style: The scope of the variable 'start_size' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:1146:18: style: The scope of the variable 'c' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:1383:18: style: The scope of the variable 'j' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_dfsssp.c:1388:11: style: The scope of the variable 'guid' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_dnup.c:142:8: style: The scope of the variable 'set_hop_return_value' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_dnup.c:227:10: style: The scope of the variable 'num_ports' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_dnup.c:300:20: style: The scope of the variable 'u' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_ftree.c:2542:7: style: Redundant condition: p_remote_sw->p_osm_sw->new_lft[target_lid]!=OSM_NO_PATH. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
opensm-3.3.20/opensm/osm_ucast_ftree.c:304:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'IN'. [invalidPrintfArgType_uint]
opensm-3.3.20/opensm/osm_ucast_ftree.c:2422:2: style: Variable 'created_route' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/opensm/osm_ucast_ftree.c:2417:0: note: Variable 'created_route' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_ftree.c:2422:2: note: Variable 'created_route' is reassigned a value before the old one has been used.
opensm-3.3.20/opensm/osm_ucast_ftree.c:1211:14: style: The scope of the variable 'j' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_ftree.c:1291:11: style: The scope of the variable 'printed_hcas_on_leaf' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_ftree.c:1399:14: style: The scope of the variable 'p_sw' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_ftree.c:1791:11: style: The scope of the variable 'cns_on_this_leaf' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_ftree.c:2798:11: style: The scope of the variable 'routed_targets_on_leaf' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_ftree.c:3184:14: style: The scope of the variable 'p_node' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_ftree.c:3621:11: style: The scope of the variable 'num_roots' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_ftree.c:3827:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_ftree.c:3998:15: style: The scope of the variable 'physp' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:132:6: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:132:9: style: The scope of the variable 'new_visit_num' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:290:9: style: The scope of the variable 'next_switch' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:293:57: style: The scope of the variable 'prev' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:395:16: style: The scope of the variable 'v' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:462:6: style: The scope of the variable 'old_min_filled_lane' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:462:27: style: The scope of the variable 'old_max_filled_lane' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:462:48: style: The scope of the variable 'new_num_min_lane' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:463:6: style: The scope of the variable 'new_num_max_lane' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:465:6: style: The scope of the variable 'src' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:465:11: style: The scope of the variable 'dest' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:465:24: style: The scope of the variable 'next_switch' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:465:37: style: The scope of the variable 'output_link' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:466:6: style: The scope of the variable 'next_switch2' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:466:20: style: The scope of the variable 'output_link2' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:467:16: style: The scope of the variable 'cycle_found' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:468:6: style: The scope of the variable 'cycle_found2' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_lash.c:992:11: style: The scope of the variable 'max_lid_ho' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_mgr.c:109:14: style: The scope of the variable 'p_remote_node' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_mgr.c:136:16: style: The scope of the variable 'p_sw' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_mgr.c:138:11: style: The scope of the variable 'lid_ho' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_mgr.c:139:10: style: The scope of the variable 'hops' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_mgr.c:323:11: style: The scope of the variable 'lmc' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_mgr.c:345:14: style: The scope of the variable 'port' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_mgr.c:403:14: style: The scope of the variable 'p_remote_node' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_mgr.c:598:11: style: The scope of the variable 'i' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_mgr.c:799:15: style: The scope of the variable 'p' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_mgr.c:820:15: style: The scope of the variable 'p' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_updn.c:147:8: style: The scope of the variable 'set_hop_return_value' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_ucast_updn.c:216:10: style: The scope of the variable 'num_ports' can be reduced. [variableScope]
opensm-3.3.20/opensm/osm_vl15intf.c:134:14: style: The scope of the variable 'p_madw' can be reduced. [variableScope]
opensm-3.3.20/osmeventplugin/src/osmeventplugin.c:226:0: error: #error OpenSM plugin interface version missmatch [preprocessorErrorDirective]
opensm-3.3.20/osmtest/osmt_multicast.c:1228:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/osmtest/osmt_multicast.c:1206:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmt_multicast.c:1228:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmt_multicast.c:1465:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/osmtest/osmt_multicast.c:1450:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmt_multicast.c:1465:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmt_multicast.c:2303:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/osmtest/osmt_multicast.c:2289:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmt_multicast.c:2303:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmt_slvl_vl_arb.c:74:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opensm-3.3.20/osmtest/osmt_slvl_vl_arb.c:283:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
opensm-3.3.20/osmtest/osmtest.c:6559:10: warning: Either the condition 'p_node!=NULL' is redundant or there is possible null pointer dereference: p_node. [nullPointerRedundantCheck]
opensm-3.3.20/osmtest/osmtest.c:6562:19: note: Assuming that condition 'p_node!=NULL' is not redundant
opensm-3.3.20/osmtest/osmtest.c:6559:10: note: Null pointer dereference
opensm-3.3.20/osmtest/osmtest.c:507:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/osmtest/osmtest.c:504:3: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmtest.c:507:3: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmtest.c:3279:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/osmtest/osmtest.c:3270:0: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmtest.c:3279:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmtest.c:5044:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/osmtest/osmtest.c:5037:0: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmtest.c:5044:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmtest.c:5200:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/osmtest/osmtest.c:5193:0: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmtest.c:5200:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmtest.c:5618:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
opensm-3.3.20/osmtest/osmtest.c:5594:0: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmtest.c:5618:2: note: Variable 'status' is reassigned a value before the old one has been used.
opensm-3.3.20/osmtest/osmtest.c:59:10: style: struct member '_osmtest_sm_info_rec::priority' is never used. [unusedStructMember]
opensm-3.3.20/osmtest/osmtest.c:60:10: style: struct member '_osmtest_sm_info_rec::sm_state' is never used. [unusedStructMember]
opensm-3.3.20/osmtest/osmtest.c:373:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
opensm-3.3.20/osmtest/osmtest.c:371:11: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
opensm-3.3.20/osmtest/osmtest.c:7349:8: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
[13:13]

ftp://ftp.se.debian.org/debian/pool/main/o/opensmtpd/opensmtpd_6.0.3p1.orig.tar.gz
opensmtpd-6.0.3p1/contrib/libexec/encrypt/encrypt.c:70:18: style: The scope of the variable 'id' can be reduced. [variableScope]
opensmtpd-6.0.3p1/contrib/libexec/encrypt/encrypt.c:74:18: style: The scope of the variable 'p' can be reduced. [variableScope]
opensmtpd-6.0.3p1/openbsd-compat/defines.h:471:0: error: #error "Neither EAI_NODATA and EAI_NONAME are defined! :(" [preprocessorErrorDirective]
opensmtpd-6.0.3p1/smtpd/aliases.c:58:2: style: Variable 'mapping' is reassigned a value before the old one has been used. [redundantAssignment]
opensmtpd-6.0.3p1/smtpd/aliases.c:54:0: note: Variable 'mapping' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/aliases.c:58:2: note: Variable 'mapping' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/aliases.c:59:2: style: Variable 'userbase' is reassigned a value before the old one has been used. [redundantAssignment]
opensmtpd-6.0.3p1/smtpd/aliases.c:55:0: note: Variable 'userbase' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/aliases.c:59:2: note: Variable 'userbase' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/aliases.c:115:2: style: Variable 'mapping' is reassigned a value before the old one has been used. [redundantAssignment]
opensmtpd-6.0.3p1/smtpd/aliases.c:112:0: note: Variable 'mapping' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/aliases.c:115:2: note: Variable 'mapping' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/aliases.c:116:2: style: Variable 'userbase' is reassigned a value before the old one has been used. [redundantAssignment]
opensmtpd-6.0.3p1/smtpd/aliases.c:113:0: note: Variable 'userbase' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/aliases.c:116:2: note: Variable 'userbase' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/bounce.c:257:12: style: The scope of the variable 't' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/bounce.c:419:13: style: The scope of the variable 'len' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/ca.c:331:8: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/config.c:44:19: style: The scope of the variable 'l' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/config.c:46:15: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/delivery_lmtp.c:180:11: style: The scope of the variable 'len' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/delivery_lmtp.c:216:11: style: The scope of the variable 'len' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/dict.c:256:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/dns.c:400:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/dns.c:447:10: style: The scope of the variable 'p' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/dns.c:480:20: style: The scope of the variable 'count' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/enqueue.c:557:13: style: The scope of the variable 'apos' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/enqueue.c:581:11: style: The scope of the variable 'len' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/enqueue.c:803:7: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/filter.c:148:18: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/filter.c:149:21: style: The scope of the variable 'fchain' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/filter.c:151:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/iobuf.c:382:10: style: The scope of the variable 's' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/ioev.c:675:9: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
opensmtpd-6.0.3p1/smtpd/ioev.c:630:8: style: The scope of the variable 'buf2' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/ioev.c:780:8: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/libressl.c:97:2: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
opensmtpd-6.0.3p1/smtpd/libressl.c:93:0: note: Variable 'x' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/libressl.c:97:2: note: Variable 'x' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/lka_session.c:110:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/lka_session.c:476:21: style: The scope of the variable 'xn2' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/log.c:124:12: style: The scope of the variable 'ap' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/log.c:171:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mail.lmtp.c:214:10: style: The scope of the variable 'linelen' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mail.maildir.c:53:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-6.0.3p1/smtpd/mail.maildir.c:54:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-6.0.3p1/smtpd/makemap.c:484:8: style: The scope of the variable 'keystr' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/makemap.c:484:17: style: The scope of the variable 'valstr' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mda.c:131:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mda_variables.c:68:37: style: The scope of the variable 'content' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mda_variables.c:344:15: style: The scope of the variable 'i' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mproc.c:620:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta.c:645:7: warning: Either the condition 'task==NULL' is redundant or there is possible null pointer dereference: task. [nullPointerRedundantCheck]
opensmtpd-6.0.3p1/smtpd/mta.c:648:11: note: Assuming that condition 'task==NULL' is not redundant
opensmtpd-6.0.3p1/smtpd/mta.c:645:7: note: Null pointer dereference
opensmtpd-6.0.3p1/smtpd/mta.c:200:31: style: The scope of the variable 'v' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta.c:786:11: style: The scope of the variable 'id' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta.c:976:16: style: The scope of the variable 'errmask' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta.c:1264:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta.c:1339:23: style: The scope of the variable 'e' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta.c:1733:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta.c:2215:19: style: The scope of the variable 'rid' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta.c:2254:6: style: The scope of the variable 'delay' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta.c:377:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensmtpd-6.0.3p1/smtpd/mta.c:378:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensmtpd-6.0.3p1/smtpd/mta.c:379:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensmtpd-6.0.3p1/smtpd/mta.c:380:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensmtpd-6.0.3p1/smtpd/mta_session.c:874:20: style: The scope of the variable 'sa' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta_session.c:877:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta_session.c:1375:11: style: The scope of the variable 'len' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta_session.c:1410:20: style: The scope of the variable 'sa' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta_session.c:1412:15: style: The scope of the variable 'domain' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/mta_session.c:560:0: error: Dereferencing 's' after it is deallocated / released [deallocuse]
opensmtpd-6.0.3p1/smtpd/parser.c:271:15: style: The scope of the variable 'str2' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/queue_backend.c:418:9: style: The scope of the variable 'complen' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/queue_backend.c:459:11: style: The scope of the variable 'complen' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/queue_backend.c:591:14: style: The scope of the variable 'e' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/queue_backend.c:663:14: style: The scope of the variable 'e' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/queue_backend.c:700:14: style: The scope of the variable 'e' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/queue_fs.c:90:6: style: Condition '!fsqueue_check_space()' is always false [knownConditionTrueFalse]
opensmtpd-6.0.3p1/smtpd/queue_fs.c:724:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
opensmtpd-6.0.3p1/smtpd/queue_fs.c:470:8: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/queue_fs.c:470:12: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/queue_fs.c:471:12: style: The scope of the variable 'msgid' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/queue_proc.c:53:10: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/rfc2822.c:67:21: warning: Either the condition 'if(hdr_miss_cb)' is redundant or there is possible null pointer dereference: hdr_miss_cb. [nullPointerRedundantCheck]
opensmtpd-6.0.3p1/smtpd/rfc2822.c:69:5: note: Assuming that condition 'if(hdr_miss_cb)' is not redundant
opensmtpd-6.0.3p1/smtpd/rfc2822.c:67:21: note: Null pointer dereference
opensmtpd-6.0.3p1/smtpd/rfc2822.c:99:10: style: The scope of the variable 'pos' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/rfc2822.c:187:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/scheduler.c:77:12: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/scheduler_proc.c:48:10: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/scheduler_ramqueue.c:431:22: style: The scope of the variable 'evp' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/scheduler_ramqueue.c:675:9: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/scheduler_ramqueue.c:713:9: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/scheduler_ramqueue.c:747:9: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/scheduler_ramqueue.c:781:9: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/scheduler_ramqueue.c:1073:18: style: The scope of the variable 'evl' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtp_session.c:915:8: style: The scope of the variable 'x' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtp_session.c:1754:20: style: The scope of the variable 'sa' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtp_session.c:1907:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtp_session.c:794:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensmtpd-6.0.3p1/smtpd/smtp_session.c:937:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensmtpd-6.0.3p1/smtpd/smtp_session.c:938:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensmtpd-6.0.3p1/smtpd/smtp_session.c:939:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opensmtpd-6.0.3p1/smtpd/smtpctl.c:833:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
opensmtpd-6.0.3p1/smtpd/smtpctl.c:126:18: style: The scope of the variable 'saved_errno' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpctl.c:198:10: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpctl.c:416:17: style: The scope of the variable 'tmpalloc' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpctl.c:416:27: style: The scope of the variable 'alloc' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpctl.c:735:8: style: The scope of the variable 'fts' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpctl.c:736:11: style: The scope of the variable 'ftse' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpctl.c:737:9: style: The scope of the variable 'qpath' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpctl.c:739:12: style: The scope of the variable 'evpid' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpctl.c:1036:9: style: The scope of the variable 'argv_mailq' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpctl.c:1109:7: style: The scope of the variable 'i' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpd.c:314:21: style: Redundant condition: pid==-1. 'pid!=-1 || (pid==-1 && errno==EINTR)' is equivalent to 'pid!=-1 || errno==EINTR' [redundantCondition]
opensmtpd-6.0.3p1/smtpd/smtpd.c:682:13: style: The scope of the variable 'len' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpd.c:1019:10: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpd.c:1272:16: style: The scope of the variable 'child' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/smtpd.c:1571:18: style: The scope of the variable 'q' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/ssl.c:256:10: style: The scope of the variable 'pkinamelen' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/ssl_smtpd.c:55:2: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
opensmtpd-6.0.3p1/smtpd/ssl_smtpd.c:52:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/ssl_smtpd.c:55:2: note: Variable 'ctx' is reassigned a value before the old one has been used.
opensmtpd-6.0.3p1/smtpd/table.c:204:12: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/table.c:473:21: style: The scope of the variable 'sep' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/table.c:741:15: style: The scope of the variable 'str2' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/table_api.c:117:8: style: The scope of the variable 'key' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/table_api.c:118:8: style: The scope of the variable 'value' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/table_api.c:292:12: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/table_proc.c:57:10: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/to.c:435:8: style: The scope of the variable 'port' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/to.c:204:7: style: Variable 'offset' is not assigned a value. [unassignedVariable]
opensmtpd-6.0.3p1/smtpd/to.c:224:6: error: Uninitialized variable: offset [uninitvar]
opensmtpd-6.0.3p1/smtpd/tree.c:242:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/util.c:240:8: style: The scope of the variable 'mode_str' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/util.c:454:15: style: The scope of the variable 'p' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/util.c:503:9: style: The scope of the variable 'c' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/util.c:503:12: style: The scope of the variable 'domain' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/util.c:504:14: style: The scope of the variable 'p' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/util.c:541:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/util.c:802:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
opensmtpd-6.0.3p1/smtpd/util.c:817:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[13:13]

ftp://ftp.se.debian.org/debian/pool/main/o/opensmtpd-extras/opensmtpd-extras_5.7.1.orig.tar.gz
opensmtpd-extras-5.7.1/api/dict.c:249:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/iobuf.c:383:10: style: The scope of the variable 's' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/ioev.c:526:9: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
opensmtpd-extras-5.7.1/api/ioev.c:481:8: style: The scope of the variable 'buf2' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/ioev.c:630:8: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/log.c:99:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/log.c:142:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/log.c:154:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/queue_api.c:115:11: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/queue_api.c:115:14: style: The scope of the variable 'm' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/queue_api.c:118:9: style: The scope of the variable 'ifile' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/queue_api.c:118:17: style: The scope of the variable 'ofile' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/queue_api.c:403:12: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/scheduler_api.c:422:12: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/table_api.c:110:8: style: The scope of the variable 'key' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/table_api.c:111:8: style: The scope of the variable 'value' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/table_api.c:284:12: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/api/tree.c:242:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-clamav/filter_clamav.c:286:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-clamav/filter_clamav.c:287:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-clamav/filter_clamav.c:114:6: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-dkim-signer/filter_dkim_signer.c:295:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-dkim-signer/filter_dkim_signer.c:296:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-dkim-signer/filter_dkim_signer.c:79:16: style: The scope of the variable 'n' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-dnsbl/filter_dnsbl.c:119:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-dnsbl/filter_dnsbl.c:120:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-dnsbl/filter_dnsbl.c:55:22: style: Unused variable: sain [unusedVariable]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-monkey/filter_monkey.c:98:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-monkey/filter_monkey.c:99:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-pause/filter_pause.c:63:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-pause/filter_pause.c:64:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-regex/filter_regex.c:71:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-regex/filter_regex.c:130:6: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-spamassassin/filter_spamassassin.c:111:6: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-spamassassin/filter_spamassassin.c:188:6: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-stub/filter_stub.c:120:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-stub/filter_stub.c:121:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-trace/filter_trace.c:130:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-trace/filter_trace.c:131:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-void/filter_void.c:46:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/filters/filter-void/filter_void.c:47:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/queues/queue-null/queue_null.c:142:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/queues/queue-null/queue_null.c:143:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/queues/queue-ram/queue_ram.c:364:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/queues/queue-ram/queue_ram.c:365:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/queues/queue-stub/queue_stub.c:137:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/queues/queue-stub/queue_stub.c:138:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-python/scheduler_python.c:284:21: style: The scope of the variable 'o' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-python/scheduler_python.c:335:21: style: The scope of the variable 'o' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-python/scheduler_python.c:364:21: style: The scope of the variable 'o' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-ram/scheduler_ram.c:1236:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-ram/scheduler_ram.c:1237:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-ram/scheduler_ram.c:461:22: style: The scope of the variable 'evp' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-ram/scheduler_ram.c:705:9: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-ram/scheduler_ram.c:743:9: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-ram/scheduler_ram.c:777:9: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-ram/scheduler_ram.c:811:9: style: The scope of the variable 'r' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-ram/scheduler_ram.c:1087:18: style: The scope of the variable 'evl' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-stub/scheduler_stub.c:136:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
opensmtpd-extras-5.7.1/extras/wip/schedulers/scheduler-stub/scheduler_stub.c:137:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/aldap.c:658:13: warning: Either the condition 'if(p)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/aldap.c:662:5: note: Assuming that condition 'if(p)' is not redundant
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/aldap.c:658:13: note: Null pointer dereference
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/aldap.c:221:2: style: Variable 'ber' is reassigned a value before the old one has been used. [redundantAssignment]
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/aldap.c:216:0: note: Variable 'ber' is reassigned a value before the old one has been used.
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/aldap.c:221:2: note: Variable 'ber' is reassigned a value before the old one has been used.
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/aldap.c:790:2: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/aldap.c:785:0: note: Variable 'root' is reassigned a value before the old one has been used.
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/aldap.c:790:2: note: Variable 'root' is reassigned a value before the old one has been used.
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/ber.c:848:16: style: The scope of the variable 't' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/ber.c:849:9: style: The scope of the variable 's' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/ber.c:885:10: style: The scope of the variable 'u' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/ber.c:924:16: style: The scope of the variable 'type' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/ber.c:925:9: style: The scope of the variable 'size' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/tables/table-ldap/ber.c:511:16: error: Expression 'o->bo_id[j++]=buf[i]/40' depends on order of evaluation of side effects [unknownEvaluationOrder]
opensmtpd-extras-5.7.1/extras/wip/tables/table-sqlite/table_sqlite.c:402:14: style: The scope of the variable 'value' can be reduced. [variableScope]
opensmtpd-extras-5.7.1/extras/wip/tables/table-stub/table_stub.c:48:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opensmtpd-extras-5.7.1/openbsd-compat/defines.h:188:0: error: #error "16 bit int type not found." [preprocessorErrorDirective]
[13:13]

ftp://ftp.se.debian.org/debian/pool/main/o/opensp/opensp_1.5.2.orig.tar.gz
opensp-1.5.2/include/Link.h:14:3: style: Class 'Link' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/include/IListBase.h:17:3: style: Class 'IListBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/include/IListIterBase.h:16:3: style: Class 'IListIterBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/include/IList.h:21:3: style: Class 'IList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/include/IListIter.h:17:3: style: Class 'IListIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/include/RangeMap.h:50:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opensp-1.5.2/include/Vector.h:65:10: style: Member variable 'Vector::size_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/include/Vector.h:25:31: note: Member variable 'Vector::size_' is in the wrong place in the initializer list.
opensp-1.5.2/include/Vector.h:65:10: note: Member variable 'Vector::size_' is in the wrong place in the initializer list.
opensp-1.5.2/include/Vector.h:25:3: style: Class 'Vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/include/RangeMap.h:42:3: style: Class 'RangeMapIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/intl/dcigettext.c:583:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
opensp-1.5.2/intl/hash-string.h:31:0: style: The scope of the variable 'g' can be reduced. [variableScope]
opensp-1.5.2/intl/dcigettext.c:1134:15: style: The scope of the variable 'language_default' can be reduced. [variableScope]
opensp-1.5.2/intl/dcigettext.c:427:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:210:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
opensp-1.5.2/intl/dcigettext.c:427:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
opensp-1.5.2/intl/dcigettext.c:427:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:211:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
opensp-1.5.2/intl/dcigettext.c:427:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
opensp-1.5.2/intl/dcigettext.c:427:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:211:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
opensp-1.5.2/intl/dcigettext.c:427:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
opensp-1.5.2/intl/dcigettext.c:428:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:212:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
opensp-1.5.2/intl/dcigettext.c:428:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
opensp-1.5.2/intl/dcigettext.c:428:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:212:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
opensp-1.5.2/intl/dcigettext.c:428:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
opensp-1.5.2/intl/dcigettext.c:428:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:213:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
opensp-1.5.2/intl/dcigettext.c:428:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
opensp-1.5.2/intl/dcigettext.c:227:7: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
opensp-1.5.2/intl/dcigettext.c:230:7: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
opensp-1.5.2/intl/dcigettext.c:233:27: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
opensp-1.5.2/intl/dcigettext.c:236:15: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
opensp-1.5.2/intl/dcigettext.c:237:10: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
opensp-1.5.2/intl/dcigettext.c:240:8: style: struct member 'known_translation_t::msgid' is never used. [unusedStructMember]
opensp-1.5.2/intl/finddomain.c:50:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:160:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
opensp-1.5.2/intl/finddomain.c:50:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
opensp-1.5.2/intl/finddomain.c:50:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:160:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
opensp-1.5.2/intl/finddomain.c:50:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
opensp-1.5.2/intl/finddomain.c:51:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:161:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
opensp-1.5.2/intl/finddomain.c:51:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
opensp-1.5.2/intl/finddomain.c:51:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:162:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
opensp-1.5.2/intl/finddomain.c:51:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
opensp-1.5.2/intl/l10nflist.c:373:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
opensp-1.5.2/intl/loadmsgcat.c:975:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
opensp-1.5.2/intl/loadmsgcat.c:919:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
opensp-1.5.2/intl/loadmsgcat.c:975:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
opensp-1.5.2/intl/loadmsgcat.c:975:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
opensp-1.5.2/intl/loadmsgcat.c:919:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
opensp-1.5.2/intl/loadmsgcat.c:975:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
opensp-1.5.2/intl/loadmsgcat.c:771:47: style: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:169:59: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
opensp-1.5.2/intl/loadmsgcat.c:771:47: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
opensp-1.5.2/intl/loadmsgcat.c:772:31: style: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:170:29: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
opensp-1.5.2/intl/loadmsgcat.c:772:31: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
opensp-1.5.2/intl/loadmsgcat.c:773:25: style: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:171:23: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
opensp-1.5.2/intl/loadmsgcat.c:773:25: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
opensp-1.5.2/intl/loadmsgcat.c:889:45: style: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:173:50: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
opensp-1.5.2/intl/loadmsgcat.c:889:45: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
opensp-1.5.2/intl/loadmsgcat.c:909:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:164:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
opensp-1.5.2/intl/loadmsgcat.c:909:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
opensp-1.5.2/intl/loadmsgcat.c:910:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
opensp-1.5.2/intl/gettextP.h:165:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
opensp-1.5.2/intl/loadmsgcat.c:910:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
opensp-1.5.2/intl/localcharset.c:306:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
opensp-1.5.2/intl/localcharset.c:297:24: note: Assignment 'locale=NULL', assigned value is 0
opensp-1.5.2/intl/localcharset.c:306:14: note: Condition 'locale==NULL' is always true
opensp-1.5.2/intl/localcharset.c:306:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
opensp-1.5.2/intl/localcharset.c:297:24: note: 'locale' is assigned value 'NULL' here.
opensp-1.5.2/intl/localcharset.c:306:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
opensp-1.5.2/intl/localcharset.c:120:19: style: The scope of the variable 'base' can be reduced. [variableScope]
opensp-1.5.2/intl/localealias.c:254:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
opensp-1.5.2/intl/localealias.c:255:13: style: The scope of the variable 'value' can be reduced. [variableScope]
opensp-1.5.2/intl/localealias.c:303:0: error: Resource leak: fp [resourceLeak]
opensp-1.5.2/lib/ArcEngine.cxx:1535:14: warning: Possible null pointer dereference: docElementType [nullPointer]
opensp-1.5.2/lib/ArcEngine.cxx:962:37: note: Calling function 'buildMetaMap', 1st argument 'docElementType' value is 0
opensp-1.5.2/lib/ArcEngine.cxx:1535:14: note: Null pointer dereference
opensp-1.5.2/lib/ArcEngine.cxx:793:3: style: Variable 'mgr_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opensp-1.5.2/lib/ArcEngine.cxx:790:3: note: Variable 'mgr_' is reassigned a value before the old one has been used if variable is no semaphore variable.
opensp-1.5.2/lib/ArcEngine.cxx:793:3: note: Variable 'mgr_' is reassigned a value before the old one has been used if variable is no semaphore variable.
opensp-1.5.2/lib/ArcEngine.cxx:190:32: style: Function 'ArcEngineImpl' argument 7 names different: declaration 'name' definition 'docName'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ArcEngine.cxx:93:26: note: Function 'ArcEngineImpl' argument 7 names different: declaration 'name' definition 'docName'.
opensp-1.5.2/lib/ArcEngine.cxx:190:32: note: Function 'ArcEngineImpl' argument 7 names different: declaration 'name' definition 'docName'.
opensp-1.5.2/lib/ArcEngine.cxx:782:22: style: Function 'init' argument 4 names different: declaration 'parser' definition 'parentParser'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ArcProcessor.h:57:24: note: Function 'init' argument 4 names different: declaration 'parser' definition 'parentParser'.
opensp-1.5.2/lib/ArcEngine.cxx:782:22: note: Function 'init' argument 4 names different: declaration 'parser' definition 'parentParser'.
opensp-1.5.2/lib/ArcEngine.cxx:1372:18: style: Function 'emitArcContent' argument 3 names different: declaration 'allocator' definition 'alloc'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ArcProcessor.h:161:20: note: Function 'emitArcContent' argument 3 names different: declaration 'allocator' definition 'alloc'.
opensp-1.5.2/lib/ArcEngine.cxx:1372:18: note: Function 'emitArcContent' argument 3 names different: declaration 'allocator' definition 'alloc'.
opensp-1.5.2/lib/ArcEngine.cxx:1689:15: style: Function 'considerIgnD' argument 6 names different: declaration 'arcSuprIndex' definition 'arcIgnDIndex'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ArcProcessor.h:112:17: note: Function 'considerIgnD' argument 6 names different: declaration 'arcSuprIndex' definition 'arcIgnDIndex'.
opensp-1.5.2/lib/ArcEngine.cxx:1689:15: note: Function 'considerIgnD' argument 6 names different: declaration 'arcSuprIndex' definition 'arcIgnDIndex'.
opensp-1.5.2/lib/ArcEngine.cxx:2013:21: style: Function 'split' argument 4 names different: declaration 'tokenPos' definition 'tokensPos'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ArcProcessor.h:146:23: note: Function 'split' argument 4 names different: declaration 'tokenPos' definition 'tokensPos'.
opensp-1.5.2/lib/ArcEngine.cxx:2013:21: note: Function 'split' argument 4 names different: declaration 'tokenPos' definition 'tokensPos'.
opensp-1.5.2/lib/ArcEngine.cxx:645:15: warning: Member variable 'ArcProcessor::mgr_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/ArcEngine.cxx:645:15: warning: Member variable 'ArcProcessor::supportAttsText_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/ArcEngine.cxx:645:15: warning: Member variable 'ArcProcessor::director_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/ArcEngine.cxx:645:15: warning: Member variable 'ArcProcessor::docIndex_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/ArcEngine.cxx:2085:24: warning: Member variable 'MetaMap::suppressFlags' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/ArcEngine.cxx:2070:29: warning: Member variable 'MetaMapCache::suppressFlags' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/Trie.h:22:3: warning: Member variable 'Trie::token_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/Trie.h:22:3: warning: Member variable 'Trie::tokenLength_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/Trie.h:22:3: warning: Member variable 'Trie::priority_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/Trie.h:46:3: warning: Member variable 'BlankTrie::additionalLength_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/Trie.h:46:3: warning: Member variable 'BlankTrie::maxBlanksToScan_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/ArcEngine.cxx:184:16: warning: Member variable 'ArcEngineImpl::linkAttributes_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/ArcProcessor.h:197:11: style: Member variable 'ArcProcessor::arcAuto_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ArcEngine.cxx:646:35: note: Member variable 'ArcProcessor::arcAuto_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ArcProcessor.h:197:11: note: Member variable 'ArcProcessor::arcAuto_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ArcProcessor.h:196:11: style: Member variable 'ArcProcessor::arcDtdIsParam_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ArcEngine.cxx:647:3: note: Member variable 'ArcProcessor::arcDtdIsParam_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ArcProcessor.h:196:11: note: Member variable 'ArcProcessor::arcDtdIsParam_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ArcEngine.cxx:130:21: style: Member variable 'ArcEngineImpl::parser_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ArcEngine.cxx:194:3: note: Member variable 'ArcEngineImpl::parser_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ArcEngine.cxx:130:21: note: Member variable 'ArcEngineImpl::parser_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ArcEngine.cxx:127:7: style: Member variable 'ArcEngineImpl::stage_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ArcEngine.cxx:194:20: note: Member variable 'ArcEngineImpl::stage_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ArcEngine.cxx:127:7: note: Member variable 'ArcEngineImpl::stage_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ArcEngine.cxx:135:13: style: Member variable 'ArcEngineImpl::alloc_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ArcEngine.cxx:196:3: note: Member variable 'ArcEngineImpl::alloc_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ArcEngine.cxx:135:13: note: Member variable 'ArcEngineImpl::alloc_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ArcEngine.cxx:129:20: style: Member variable 'ArcEngineImpl::nullHandler_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ArcEngine.cxx:197:3: note: Member variable 'ArcEngineImpl::nullHandler_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ArcEngine.cxx:129:20: note: Member variable 'ArcEngineImpl::nullHandler_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Id.h:21:3: style: Class 'Id' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/Undo.h:40:3: style: Class 'UndoTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/Undo.h:59:3: style: Class 'UndoEndTag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/Parser.h:62:3: style: Class 'Parser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/ArcEngine.cxx:76:3: style: Class 'NullEventHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/ArcEngine.cxx:754:3: style: Class 'PiAttspecParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/Undo.h:41:8: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensp-1.5.2/lib/Undo.h:32:16: note: Virtual function in base class
opensp-1.5.2/lib/Undo.h:41:8: note: Function in derived class
opensp-1.5.2/lib/Undo.h:51:8: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensp-1.5.2/lib/Undo.h:32:16: note: Virtual function in base class
opensp-1.5.2/lib/Undo.h:51:8: note: Function in derived class
opensp-1.5.2/lib/Undo.h:60:8: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensp-1.5.2/lib/Undo.h:32:16: note: Virtual function in base class
opensp-1.5.2/lib/Undo.h:60:8: note: Function in derived class
opensp-1.5.2/lib/ArcEngine.cxx:1095:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opensp-1.5.2/lib/CharsetDecl.cxx:159:4: style: Same expression on both sides of '&&'. [duplicateExpression]
opensp-1.5.2/lib/CharsetRegistry.cxx:45:3: style: Class 'CharsetRegistryDescIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/CodingSystemKit.cxx:40:3: style: Class 'CodingSystemKitImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/ContentToken.cxx:640:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opensp-1.5.2/lib/ContentToken.cxx:646:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opensp-1.5.2/lib/ContentToken.cxx:664:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opensp-1.5.2/lib/ContentToken.cxx:674:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opensp-1.5.2/lib/ContentToken.cxx:698:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opensp-1.5.2/lib/ContentToken.cxx:703:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
opensp-1.5.2/lib/ContentToken.cxx:179:12: style: Member variable 'GroupInfo::nextLeafIndex' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ContentToken.cxx:188:28: note: Member variable 'GroupInfo::nextLeafIndex' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ContentToken.cxx:179:12: note: Member variable 'GroupInfo::nextLeafIndex' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ContentToken.cxx:183:3: style: Struct 'GroupInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/DtdDeclEventHandler.h:17:3: style: Class 'DtdDeclEventHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/ExtendEntityManager.cxx:1118:22: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/ExtendEntityManager.cxx:1158:22: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/ExtendEntityManager.cxx:334:30: style: Function 'makeCatalog' argument 2 names different: declaration 'charset' definition 'docCharset'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ExtendEntityManager.cxx:66:30: note: Function 'makeCatalog' argument 2 names different: declaration 'charset' definition 'docCharset'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:334:30: note: Function 'makeCatalog' argument 2 names different: declaration 'charset' definition 'docCharset'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:393:26: style: Function 'parseSystemId' argument 2 names different: declaration 'idCharset' definition 'docCharset'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ExtendEntityManager.cxx:94:23: note: Function 'parseSystemId' argument 2 names different: declaration 'idCharset' definition 'docCharset'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:393:26: note: Function 'parseSystemId' argument 2 names different: declaration 'idCharset' definition 'docCharset'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:395:36: style: Function 'parseSystemId' argument 4 names different: declaration 'def' definition 'defLoc'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ExtendEntityManager.cxx:96:33: note: Function 'parseSystemId' argument 4 names different: declaration 'def' definition 'defLoc'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:395:36: note: Function 'parseSystemId' argument 4 names different: declaration 'def' definition 'defLoc'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:577:26: style: Function 'ExternalInputSource' argument 2 names different: declaration 'internalCharset' definition 'systemCharset'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ExtendEntityManager.cxx:147:28: note: Function 'ExternalInputSource' argument 2 names different: declaration 'internalCharset' definition 'systemCharset'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:577:26: note: Function 'ExternalInputSource' argument 2 names different: declaration 'internalCharset' definition 'systemCharset'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:623:55: style: Function 'buildMap' argument 1 names different: declaration 'internalCharset' definition 'systemCharset'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ExtendEntityManager.cxx:167:36: note: Function 'buildMap' argument 1 names different: declaration 'internalCharset' definition 'systemCharset'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:623:55: note: Function 'buildMap' argument 1 names different: declaration 'internalCharset' definition 'systemCharset'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:1081:51: style: Function 'reallocateBuffer' argument 1 names different: declaration 'size' definition 'newSize'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ExtendEntityManager.cxx:165:32: note: Function 'reallocateBuffer' argument 1 names different: declaration 'size' definition 'newSize'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:1081:51: note: Function 'reallocateBuffer' argument 1 names different: declaration 'size' definition 'newSize'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:1433:42: style: Function 'handleInformal' argument 1 names different: declaration 'startIndex' definition 'index'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ExtendEntityManager.cxx:219:33: note: Function 'handleInformal' argument 1 names different: declaration 'startIndex' definition 'index'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:1433:42: note: Function 'handleInformal' argument 1 names different: declaration 'startIndex' definition 'index'.
opensp-1.5.2/lib/ExtendEntityManager.cxx:505:3: warning: Member variable 'UnbufferingStorageObject::bufSize_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/StorageObjectPosition.h:21:10: style: Member variable 'StorageObjectPosition::line1RS' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ExtendEntityManager.cxx:1274:26: note: Member variable 'StorageObjectPosition::line1RS' is in the wrong place in the initializer list.
opensp-1.5.2/lib/StorageObjectPosition.h:21:10: note: Member variable 'StorageObjectPosition::line1RS' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:115:11: style: Member variable 'EntityManagerImpl::internalCharsetIsDocCharset_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ExtendEntityManager.cxx:298:3: note: Member variable 'EntityManagerImpl::internalCharsetIsDocCharset_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:115:11: note: Member variable 'EntityManagerImpl::internalCharsetIsDocCharset_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:136:35: style: Member variable 'ExternalInfoImpl::position_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ExtendEntityManager.cxx:1103:21: note: Member variable 'ExternalInfoImpl::position_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:136:35: note: Member variable 'ExternalInfoImpl::position_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:180:35: style: Member variable 'ExternalInputSource::sov_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ExtendEntityManager.cxx:586:3: note: Member variable 'ExternalInputSource::sov_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:180:35: note: Member variable 'ExternalInputSource::sov_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:188:11: style: Member variable 'ExternalInputSource::maySetDocCharset_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ExtendEntityManager.cxx:589:3: note: Member variable 'ExternalInputSource::maySetDocCharset_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:188:11: note: Member variable 'ExternalInputSource::maySetDocCharset_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:241:28: style: Member variable 'FSIParser::defSpec_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ExtendEntityManager.cxx:1288:3: note: Member variable 'FSIParser::defSpec_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:241:28: note: Member variable 'FSIParser::defSpec_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:240:28: style: Member variable 'FSIParser::em_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ExtendEntityManager.cxx:1290:3: note: Member variable 'FSIParser::em_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:240:28: note: Member variable 'FSIParser::em_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:239:14: style: Member variable 'FSIParser::mgr_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ExtendEntityManager.cxx:1291:3: note: Member variable 'FSIParser::mgr_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:239:14: note: Member variable 'FSIParser::mgr_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:533:10: style: Member variable 'UnbufferingStorageObject::bufAvail_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ExtendEntityManager.cxx:507:27: note: Member variable 'UnbufferingStorageObject::bufAvail_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ExtendEntityManager.cxx:533:10: note: Member variable 'UnbufferingStorageObject::bufAvail_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Mutex.h:114:5: style: Class 'Lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/ExtendEntityManager.cxx:123:3: style: Class 'ExternalInfoImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/GenericEventHandler.cxx:794:61: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/GenericEventHandler.cxx:19:3: style: Class 'SpOpenEntity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/Group.h:24:3: warning: Member variable 'GroupToken::type' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/Group.h:79:3: style: Class 'AllowedGroupConnectors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/LiteralStorage.cxx:25:3: style: Class 'LiteralStorageObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/Location.cxx:291:22: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/Location.cxx:308:22: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/Location.cxx:72:20: style: Member variable 'EntityOriginImpl::entity_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/Location.cxx:362:18: note: Member variable 'EntityOriginImpl::entity_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Location.cxx:72:20: note: Member variable 'EntityOriginImpl::entity_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Location.cxx:72:20: style: Member variable 'EntityOriginImpl::entity_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/Location.cxx:368:54: note: Member variable 'EntityOriginImpl::entity_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Location.cxx:72:20: note: Member variable 'EntityOriginImpl::entity_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Location.cxx:72:20: style: Member variable 'EntityOriginImpl::entity_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/Location.cxx:376:62: note: Member variable 'EntityOriginImpl::entity_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Location.cxx:72:20: note: Member variable 'EntityOriginImpl::entity_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Location.cxx:19:3: style: Class 'InputSourceOriginImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/Location.cxx:55:3: style: Class 'EntityOriginImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/Location.cxx:62:22: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensp-1.5.2/lib/Location.cxx:26:30: note: Virtual function in base class
opensp-1.5.2/lib/Location.cxx:62:22: note: Function in derived class
opensp-1.5.2/lib/NumericCharRefOrigin.cxx:16:15: style: Function 'NumericCharRefOrigin' argument 2 names different: declaration 'endIndex' definition 'refLength'. [funcArgNamesDifferent]
opensp-1.5.2/lib/NumericCharRefOrigin.h:18:53: note: Function 'NumericCharRefOrigin' argument 2 names different: declaration 'endIndex' definition 'refLength'.
opensp-1.5.2/lib/NumericCharRefOrigin.cxx:16:15: note: Function 'NumericCharRefOrigin' argument 2 names different: declaration 'endIndex' definition 'refLength'.
opensp-1.5.2/lib/OffsetOrderedList.cxx:69:22: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/OffsetOrderedList.cxx:17:39: style: Function 'append' argument 1 names different: declaration 'off' definition 'offset'. [funcArgNamesDifferent]
opensp-1.5.2/lib/OffsetOrderedList.h:30:22: note: Function 'append' argument 1 names different: declaration 'off' definition 'offset'.
opensp-1.5.2/lib/OffsetOrderedList.cxx:17:39: note: Function 'append' argument 1 names different: declaration 'off' definition 'offset'.
opensp-1.5.2/lib/OutputState.cxx:28:19: warning: Member variable 'OutputStateLevel::reSerial' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/Param.cxx:41:49: style: Function 'AllowedParams' argument 1 names different: declaration 'types' definition 'v'. [funcArgNamesDifferent]
opensp-1.5.2/lib/Param.h:88:36: note: Function 'AllowedParams' argument 1 names different: declaration 'types' definition 'v'.
opensp-1.5.2/lib/Param.cxx:41:49: note: Function 'AllowedParams' argument 1 names different: declaration 'types' definition 'v'.
opensp-1.5.2/lib/Param.cxx:41:56: style: Function 'AllowedParams' argument 2 names different: declaration 'nTypes' definition 'n'. [funcArgNamesDifferent]
opensp-1.5.2/lib/Param.h:88:47: note: Function 'AllowedParams' argument 2 names different: declaration 'nTypes' definition 'n'.
opensp-1.5.2/lib/Param.cxx:41:56: note: Function 'AllowedParams' argument 2 names different: declaration 'nTypes' definition 'n'.
opensp-1.5.2/lib/Param.h:33:3: warning: Member variable 'Param::type' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:152:38: style: Function 'ParserEventGenerator' argument 3 names different: declaration 'kit_' definition 'kit'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:33:39: note: Function 'ParserEventGenerator' argument 3 names different: declaration 'kit_' definition 'kit'.
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:152:38: note: Function 'ParserEventGenerator' argument 3 names different: declaration 'kit_' definition 'kit'.
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:167:38: style: Function 'ParserEventGenerator' argument 6 names different: declaration 'kit_' definition 'kit'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:39:39: note: Function 'ParserEventGenerator' argument 6 names different: declaration 'kit_' definition 'kit'.
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:167:38: note: Function 'ParserEventGenerator' argument 6 names different: declaration 'kit_' definition 'kit'.
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:207:77: style: Function 'makeSubdocEventGenerator' argument 1 names different: declaration 'systemId' definition 's'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:45:59: note: Function 'makeSubdocEventGenerator' argument 1 names different: declaration 'systemId' definition 's'.
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:207:77: note: Function 'makeSubdocEventGenerator' argument 1 names different: declaration 'systemId' definition 's'.
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:208:20: style: Function 'makeSubdocEventGenerator' argument 2 names different: declaration 'systemIdLength' definition 'n'. [funcArgNamesDifferent]
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:46:16: note: Function 'makeSubdocEventGenerator' argument 2 names different: declaration 'systemIdLength' definition 'n'.
opensp-1.5.2/lib/ParserEventGeneratorKit.cxx:208:20: note: Function 'makeSubdocEventGenerator' argument 2 names different: declaration 'systemIdLength' definition 'n'.
opensp-1.5.2/lib/ParserState.cxx:779:3: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/ParserState.cxx:784:6: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/ParserState.cxx:49:14: warning: Member variable 'ParserState::phase_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/ParserState.h:229:17: style: Member variable 'ParserState::options_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ParserState.cxx:54:3: note: Member variable 'ParserState::options_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:229:17: note: Member variable 'ParserState::options_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:264:13: style: Member variable 'ParserState::eventAllocator_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ParserState.cxx:59:3: note: Member variable 'ParserState::eventAllocator_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:264:13: note: Member variable 'ParserState::eventAllocator_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:230:17: style: Member variable 'ParserState::handler_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ParserState.cxx:61:3: note: Member variable 'ParserState::handler_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:230:17: note: Member variable 'ParserState::handler_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:274:12: style: Member variable 'ParserState::specialParseInputLevel_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ParserState.cxx:64:3: note: Member variable 'ParserState::specialParseInputLevel_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:274:12: note: Member variable 'ParserState::specialParseInputLevel_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:270:8: style: Member variable 'ParserState::currentMode_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ParserState.cxx:67:3: note: Member variable 'ParserState::currentMode_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:270:8: note: Member variable 'ParserState::currentMode_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:254:11: style: Member variable 'ParserState::hadLpd_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ParserState.cxx:68:3: note: Member variable 'ParserState::hadLpd_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:254:11: note: Member variable 'ParserState::hadLpd_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:253:19: style: Member variable 'ParserState::activeLinkTypesSubsted_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ParserState.cxx:71:3: note: Member variable 'ParserState::activeLinkTypesSubsted_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:253:19: note: Member variable 'ParserState::activeLinkTypesSubsted_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:232:11: style: Member variable 'ParserState::allowPass2_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ParserState.cxx:72:3: note: Member variable 'ParserState::allowPass2_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:232:11: note: Member variable 'ParserState::allowPass2_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:244:9: style: Member variable 'ParserState::finalPhase_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ParserState.cxx:77:3: note: Member variable 'ParserState::finalPhase_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:244:9: note: Member variable 'ParserState::finalPhase_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:288:12: style: Member variable 'ParserState::instantiatedDtds_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/ParserState.cxx:79:3: note: Member variable 'ParserState::instantiatedDtds_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/ParserState.h:288:12: note: Member variable 'ParserState::instantiatedDtds_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Partition.h:29:13: performance: Technically the member function 'Partition::eECode' can be static. [functionStatic]
opensp-1.5.2/lib/Partition.h:53:22: note: Technically the member function 'Partition::eECode' can be static.
opensp-1.5.2/lib/Partition.h:29:13: note: Technically the member function 'Partition::eECode' can be static.
opensp-1.5.2/lib/EquivClass.h:16:3: style: Struct 'EquivClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/PosixStorage.cxx:493:21: warning: Member variable 'PosixStorageObject::suspendFailedMessage_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/PosixStorage.cxx:493:21: warning: Member variable 'PosixStorageObject::suspendErrno_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/PosixStorage.cxx:131:11: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensp-1.5.2/lib/PosixStorage.cxx:83:19: note: Virtual function in base class
opensp-1.5.2/lib/PosixStorage.cxx:131:11: note: Function in derived class
opensp-1.5.2/lib/PosixStorage.cxx:664:11: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensp-1.5.2/lib/PosixStorage.cxx:83:19: note: Virtual function in base class
opensp-1.5.2/lib/PosixStorage.cxx:664:11: note: Function in derived class
opensp-1.5.2/lib/Recognizer.h:33:11: style: Member variable 'Recognizer::multicode_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/Recognizer.cxx:20:27: note: Member variable 'Recognizer::multicode_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Recognizer.h:33:11: note: Member variable 'Recognizer::multicode_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Recognizer.h:33:11: style: Member variable 'Recognizer::multicode_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/Recognizer.cxx:26:27: note: Member variable 'Recognizer::multicode_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/Recognizer.h:33:11: note: Member variable 'Recognizer::multicode_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/SOEntityCatalog.cxx:258:67: style: Function 'SOCatalogManagerImpl' argument 1 names different: declaration 'sysids' definition 'systemCatalogs'. [funcArgNamesDifferent]
opensp-1.5.2/lib/SOEntityCatalog.cxx:40:47: note: Function 'SOCatalogManagerImpl' argument 1 names different: declaration 'sysids' definition 'systemCatalogs'.
opensp-1.5.2/lib/SOEntityCatalog.cxx:258:67: note: Function 'SOCatalogManagerImpl' argument 1 names different: declaration 'sysids' definition 'systemCatalogs'.
opensp-1.5.2/lib/SOEntityCatalog.cxx:259:16: style: Function 'SOCatalogManagerImpl' argument 2 names different: declaration 'nSysidsMustExist' definition 'nSystemCatalogsMustExist'. [funcArgNamesDifferent]
opensp-1.5.2/lib/SOEntityCatalog.cxx:41:17: note: Function 'SOCatalogManagerImpl' argument 2 names different: declaration 'nSysidsMustExist' definition 'nSystemCatalogsMustExist'.
opensp-1.5.2/lib/SOEntityCatalog.cxx:259:16: note: Function 'SOCatalogManagerImpl' argument 2 names different: declaration 'nSysidsMustExist' definition 'nSystemCatalogsMustExist'.
opensp-1.5.2/lib/SOEntityCatalog.cxx:674:63: style: Function 'addSystemId' argument 2 names different: declaration 'replSystemId' definition 'toSystemId'. [funcArgNamesDifferent]
opensp-1.5.2/lib/SOEntityCatalog.cxx:90:48: note: Function 'addSystemId' argument 2 names different: declaration 'replSystemId' definition 'toSystemId'.
opensp-1.5.2/lib/SOEntityCatalog.cxx:674:63: note: Function 'addSystemId' argument 2 names different: declaration 'replSystemId' definition 'toSystemId'.
opensp-1.5.2/lib/SOEntityCatalog.cxx:761:47: style: Function 'lookup' argument 1 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
opensp-1.5.2/lib/SOEntityCatalog.cxx:120:47: note: Function 'lookup' argument 1 names different: declaration 'key' definition 'name'.
opensp-1.5.2/lib/SOEntityCatalog.cxx:761:47: note: Function 'lookup' argument 1 names different: declaration 'key' definition 'name'.
opensp-1.5.2/lib/SOEntityCatalog.cxx:397:18: warning: Member variable 'SOEntityCatalog::sgmlDeclBaseNumber_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/SOEntityCatalog.cxx:397:18: warning: Member variable 'SOEntityCatalog::documentBaseNumber_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/SOEntityCatalog.cxx:795:16: warning: Member variable 'CatalogParser::mgr_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/SOEntityCatalog.cxx:795:16: warning: Member variable 'CatalogParser::in_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/SOEntityCatalog.cxx:795:16: warning: Member variable 'CatalogParser::catalog_' is not initialized in the constructor. [uninitMemberVar]
opensp-1.5.2/lib/SOEntityCatalog.cxx:58:10: style: Member variable 'SOCatalogManagerImpl::nSystemCatalogsMustExist_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/SOEntityCatalog.cxx:264:3: note: Member variable 'SOCatalogManagerImpl::nSystemCatalogsMustExist_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/SOEntityCatalog.cxx:58:10: note: Member variable 'SOCatalogManagerImpl::nSystemCatalogsMustExist_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/SOEntityCatalog.cxx:143:10: style: Member variable 'SOEntityCatalog::catalogNumber_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/SOEntityCatalog.cxx:398:12: note: Member variable 'SOEntityCatalog::catalogNumber_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/SOEntityCatalog.cxx:143:10: note: Member variable 'SOEntityCatalog::catalogNumber_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/SOEntityCatalog.cxx:225:11: style: Member variable 'CatalogParser::entityKey_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/SOEntityCatalog.cxx:797:3: note: Member variable 'CatalogParser::entityKey_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/SOEntityCatalog.cxx:225:11: note: Member variable 'CatalogParser::entityKey_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/SOEntityCatalog.cxx:223:11: style: Member variable 'CatalogParser::publicKey_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/SOEntityCatalog.cxx:798:3: note: Member variable 'CatalogParser::publicKey_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/SOEntityCatalog.cxx:223:11: note: Member variable 'CatalogParser::publicKey_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/SOEntityCatalog.cxx:67:3: style: Class 'SOEntityCatalog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/SOEntityCatalog.cxx:159:3: style: Class 'CatalogParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/TrieBuilder.cxx:42:13: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
opensp-1.5.2/lib/TrieBuilder.h:23:3: style: Class 'TrieBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/parseAttribute.cxx:128:36: style: Function 'parseAttributeValueSpec' argument 5 names different: declaration 'newAttDefList' definition 'newAttDef'. [funcArgNamesDifferent]
opensp-1.5.2/lib/Parser.h:254:37: note: Function 'parseAttributeValueSpec' argument 5 names different: declaration 'newAttDefList' definition 'newAttDef'.
opensp-1.5.2/lib/parseAttribute.cxx:128:36: note: Function 'parseAttributeValueSpec' argument 5 names different: declaration 'newAttDefList' definition 'newAttDef'.
opensp-1.5.2/lib/parseCommon.cxx:85:24: style: Same expression on both sides of '==' because the value of 'inputLevel()' and 'startLevel' are the same. [duplicateExpression]
opensp-1.5.2/lib/parseCommon.cxx:69:35: note: 'startLevel' is assigned value 'inputLevel()' here.
opensp-1.5.2/lib/parseCommon.cxx:85:24: note: Same expression on both sides of '==' because the value of 'inputLevel()' and 'startLevel' are the same.
opensp-1.5.2/lib/parseCommon.cxx:91:24: style: Same expression on both sides of '==' because the value of 'inputLevel()' and 'startLevel' are the same. [duplicateExpression]
opensp-1.5.2/lib/parseCommon.cxx:69:35: note: 'startLevel' is assigned value 'inputLevel()' here.
opensp-1.5.2/lib/parseCommon.cxx:91:24: note: Same expression on both sides of '==' because the value of 'inputLevel()' and 'startLevel' are the same.
opensp-1.5.2/lib/parseCommon.cxx:104:57: style: Same expression on both sides of '==' because the value of 'inputLevel()' and 'startLevel' are the same. [duplicateExpression]
opensp-1.5.2/lib/parseCommon.cxx:69:35: note: 'startLevel' is assigned value 'inputLevel()' here.
opensp-1.5.2/lib/parseCommon.cxx:104:57: note: Same expression on both sides of '==' because the value of 'inputLevel()' and 'startLevel' are the same.
opensp-1.5.2/lib/parseCommon.cxx:191:19: style: Same expression on both sides of '>' because the value of 'inputLevel()' and 'startLevel' are the same. [duplicateExpression]
opensp-1.5.2/lib/parseCommon.cxx:69:35: note: 'startLevel' is assigned value 'inputLevel()' here.
opensp-1.5.2/lib/parseCommon.cxx:191:19: note: Same expression on both sides of '>' because the value of 'inputLevel()' and 'startLevel' are the same.
opensp-1.5.2/lib/parseCommon.cxx:204:57: style: Same expression on both sides of '==' because the value of 'inputLevel()' and 'startLevel' are the same. [duplicateExpression]
opensp-1.5.2/lib/parseCommon.cxx:69:35: note: 'startLevel' is assigned value 'inputLevel()' here.
opensp-1.5.2/lib/parseCommon.cxx:204:57: note: Same expression on both sides of '==' because the value of 'inputLevel()' and 'startLevel' are the same.
opensp-1.5.2/lib/parseDecl.cxx:806:43: warning: Either the condition 'e!=0' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
opensp-1.5.2/lib/parseDecl.cxx:808:12: note: Assuming that condition 'e!=0' is not redundant
opensp-1.5.2/lib/parseDecl.cxx:806:43: note: Null pointer dereference
opensp-1.5.2/lib/parseDecl.cxx:982:26: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/parseDecl.cxx:1004:26: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/parseDecl.cxx:1027:21: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/parseDecl.cxx:1038:23: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/parseDecl.cxx:1085:21: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/parseDecl.cxx:1106:9: style: C-style pointer casting [cstyleCast]
opensp-1.5.2/lib/parseDecl.cxx:3489:20: style: Same expression on both sides of '>' because the value of 'inputLevel()' and 'declInputLevel' are the same. [duplicateExpression]
opensp-1.5.2/lib/parseDecl.cxx:3437:39: note: 'declInputLevel' is assigned value 'inputLevel()' here.
opensp-1.5.2/lib/parseDecl.cxx:3489:20: note: Same expression on both sides of '>' because the value of 'inputLevel()' and 'declInputLevel' are the same.
opensp-1.5.2/lib/parseDecl.cxx:3106:17: style: The scope of the variable 'postlink' can be reduced. [variableScope]
opensp-1.5.2/lib/parseDecl.cxx:1226:30: style: Function 'parseDeclaredValue' argument 4 names different: declaration 'value' definition 'declaredValue'. [funcArgNamesDifferent]
opensp-1.5.2/lib/Parser.h:282:44: note: Function 'parseDeclaredValue' argument 4 names different: declaration 'value' definition 'declaredValue'.
opensp-1.5.2/lib/parseDecl.cxx:1226:30: note: Function 'parseDeclaredValue' argument 4 names different: declaration 'value' definition 'declaredValue'.
opensp-1.5.2/lib/parseDecl.cxx:3250:3: style: Class 'ResultAttributeSpecModeSetter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/parseSd.cxx:275:26: style: Function 'setStandardSyntax' argument 3 names different: declaration 'docCharset' definition 'internalCharset'. [funcArgNamesDifferent]
opensp-1.5.2/lib/Parser.h:80:27: note: Function 'setStandardSyntax' argument 3 names different: declaration 'docCharset' definition 'internalCharset'.
opensp-1.5.2/lib/parseSd.cxx:275:26: note: Function 'setStandardSyntax' argument 3 names different: declaration 'docCharset' definition 'internalCharset'.
opensp-1.5.2/lib/parseSd.cxx:365:27: style: Function 'setRefDelimGeneral' argument 3 names different: declaration 'docCharset' definition 'internalCharset'. [funcArgNamesDifferent]
opensp-1.5.2/lib/Parser.h:89:28: note: Function 'setRefDelimGeneral' argument 3 names different: declaration 'docCharset' definition 'internalCharset'.
opensp-1.5.2/lib/parseSd.cxx:365:27: note: Function 'setRefDelimGeneral' argument 3 names different: declaration 'docCharset' definition 'internalCharset'.
opensp-1.5.2/lib/parseSd.cxx:433:61: style: Function 'setRefNames' argument 2 names different: declaration 'docCharset' definition 'internalCharset'. [funcArgNamesDifferent]
opensp-1.5.2/lib/Parser.h:91:55: note: Function 'setRefNames' argument 2 names different: declaration 'docCharset' definition 'internalCharset'.
opensp-1.5.2/lib/parseSd.cxx:433:61: note: Function 'setRefNames' argument 2 names different: declaration 'docCharset' definition 'internalCharset'.
opensp-1.5.2/lib/parseSd.cxx:524:28: style: Function 'addRefDelimShortref' argument 3 names different: declaration 'docCharset' definition 'internalCharset'. [funcArgNamesDifferent]
opensp-1.5.2/lib/Parser.h:85:29: note: Function 'addRefDelimShortref' argument 3 names different: declaration 'docCharset' definition 'internalCharset'.
opensp-1.5.2/lib/parseSd.cxx:524:28: note: Function 'addRefDelimShortref' argument 3 names different: declaration 'docCharset' definition 'internalCharset'.
opensp-1.5.2/lib/parseSd.cxx:2247:44: style: Function 'sdParseFeatures' argument 1 names different: declaration 'sd' definition 'sdBuilder'. [funcArgNamesDifferent]
opensp-1.5.2/lib/Parser.h:308:38: note: Function 'sdParseFeatures' argument 1 names different: declaration 'sd' definition 'sdBuilder'.
opensp-1.5.2/lib/parseSd.cxx:2247:44: note: Function 'sdParseFeatures' argument 1 names different: declaration 'sd' definition 'sdBuilder'.
opensp-1.5.2/lib/parseSd.cxx:2485:43: style: Function 'sdParseSeealso' argument 1 names different: declaration 'sd' definition 'sdBuilder'. [funcArgNamesDifferent]
opensp-1.5.2/lib/Parser.h:310:37: note: Function 'sdParseSeealso' argument 1 names different: declaration 'sd' definition 'sdBuilder'.
opensp-1.5.2/lib/parseSd.cxx:2485:43: note: Function 'sdParseSeealso' argument 1 names different: declaration 'sd' definition 'sdBuilder'.
opensp-1.5.2/lib/parseSd.cxx:2507:24: style: Function 'translateSyntax' argument 3 names different: declaration 'docCharset' definition 'internalCharset'. [funcArgNamesDifferent]
opensp-1.5.2/lib/Parser.h:325:25: note: Function 'translateSyntax' argument 3 names different: declaration 'docCharset' definition 'internalCharset'.
opensp-1.5.2/lib/parseSd.cxx:2507:24: note: Function 'translateSyntax' argument 3 names different: declaration 'docCharset' definition 'internalCharset'.
opensp-1.5.2/lib/SdFormalError.h:23:23: style: Member variable 'SdFormalError::message_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/parseSd.cxx:3394:3: note: Member variable 'SdFormalError::message_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/SdFormalError.h:23:23: note: Member variable 'SdFormalError::message_' is in the wrong place in the initializer list.
opensp-1.5.2/lib/parseSd.cxx:47:11: style: Member variable 'SdBuilder::externalSyntax' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/lib/parseSd.cxx:3379:13: note: Member variable 'SdBuilder::externalSyntax' is in the wrong place in the initializer list.
opensp-1.5.2/lib/parseSd.cxx:47:11: note: Member variable 'SdBuilder::externalSyntax' is in the wrong place in the initializer list.
opensp-1.5.2/lib/parseSd.cxx:57:3: style: Class 'CharsetMessageArg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/lib/parseSd.cxx:369:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opensp-1.5.2/lib/parseSd.cxx:528:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
opensp-1.5.2/lib/strerror.c:14:15: style: The scope of the variable 'buf' can be reduced. [variableScope]
opensp-1.5.2/nsgmls/RastEventHandler.cxx:685:20: style: The scope of the variable 'string' can be reduced. [variableScope]
opensp-1.5.2/nsgmls/RastEventHandler.cxx:854:58: style: Function 'selectLinkRulePi' argument 1 names different: declaration 'str' definition 'value'. [funcArgNamesDifferent]
opensp-1.5.2/nsgmls/RastEventHandler.h:57:43: note: Function 'selectLinkRulePi' argument 1 names different: declaration 'str' definition 'value'.
opensp-1.5.2/nsgmls/RastEventHandler.cxx:854:58: note: Function 'selectLinkRulePi' argument 1 names different: declaration 'str' definition 'value'.
opensp-1.5.2/nsgmls/RastEventHandler.cxx:35:3: style: Class 'EventHandlerMessenger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/nsgmls/SgmlsEventHandler.cxx:172:44: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
opensp-1.5.2/nsgmls/SgmlsEventHandler.cxx:171:57: note: outer condition: NsgmlsApp::outputOptions[i].flag!=0
opensp-1.5.2/nsgmls/SgmlsEventHandler.cxx:172:44: note: opposite inner condition: NsgmlsApp::outputOptions[i].flag==0
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:35:21: style: Member variable 'SgmlsSubdocState::parser_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/nsgmls/SgmlsEventHandler.cxx:702:24: note: Member variable 'SgmlsSubdocState::parser_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:35:21: note: Member variable 'SgmlsSubdocState::parser_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:35:21: style: Member variable 'SgmlsSubdocState::parser_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/nsgmls/SgmlsEventHandler.cxx:707:24: note: Member variable 'SgmlsSubdocState::parser_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:35:21: note: Member variable 'SgmlsSubdocState::parser_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:117:14: style: Member variable 'SgmlsEventHandler::messenger_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/nsgmls/SgmlsEventHandler.cxx:94:38: note: Member variable 'SgmlsEventHandler::messenger_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:117:14: note: Member variable 'SgmlsEventHandler::messenger_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:128:17: style: Member variable 'SgmlsEventHandler::outputIncluded_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/nsgmls/SgmlsEventHandler.cxx:99:3: note: Member variable 'SgmlsEventHandler::outputIncluded_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:128:17: note: Member variable 'SgmlsEventHandler::outputIncluded_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:121:11: style: Member variable 'SgmlsEventHandler::haveData_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/nsgmls/SgmlsEventHandler.cxx:108:3: note: Member variable 'SgmlsEventHandler::haveData_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:121:11: note: Member variable 'SgmlsEventHandler::haveData_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:120:11: style: Member variable 'SgmlsEventHandler::inDocument_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/nsgmls/SgmlsEventHandler.cxx:108:30: note: Member variable 'SgmlsEventHandler::inDocument_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:120:11: note: Member variable 'SgmlsEventHandler::inDocument_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/SgmlsEventHandler.h:31:3: style: Class 'SgmlsSubdocState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/nsgmls/nsgmls.h:33:11: style: Member variable 'NsgmlsApp::prologOnly_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/nsgmls/nsgmls.cxx:81:3: note: Member variable 'NsgmlsApp::prologOnly_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/nsgmls.h:33:11: note: Member variable 'NsgmlsApp::prologOnly_' is in the wrong place in the initializer list.
opensp-1.5.2/nsgmls/nsgmls.cxx:52:3: style: Class 'PrologMessageEventHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
opensp-1.5.2/nsgmls/nsgmls.cxx:66:8: style: The function 'truncateOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensp-1.5.2/nsgmls/RastEventHandler.h:120:16: note: Virtual function in base class
opensp-1.5.2/nsgmls/nsgmls.cxx:66:8: note: Function in derived class
opensp-1.5.2/sgmlnorm/SGMLGenerator.h:56:8: style: Member variable 'SGMLGenerator::outputState_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/sgmlnorm/SGMLGenerator.cxx:76:36: note: Member variable 'SGMLGenerator::outputState_' is in the wrong place in the initializer list.
opensp-1.5.2/sgmlnorm/SGMLGenerator.h:56:8: note: Member variable 'SGMLGenerator::outputState_' is in the wrong place in the initializer list.
opensp-1.5.2/sgmlnorm/sgmlnorm.cxx:29:12: style: Member variable 'SgmlnormApp::genFlags_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/sgmlnorm/sgmlnorm.cxx:36:18: note: Member variable 'SgmlnormApp::genFlags_' is in the wrong place in the initializer list.
opensp-1.5.2/sgmlnorm/sgmlnorm.cxx:29:12: note: Member variable 'SgmlnormApp::genFlags_' is in the wrong place in the initializer list.
opensp-1.5.2/spam/CopyEventHandler.cxx:320:40: style: Condition 'normalizeUnclosed' is always true [knownConditionTrueFalse]
opensp-1.5.2/spam/CopyEventHandler.cxx:76:17: style: Function 'CopyEventHandler' argument 2 names different: declaration 'flags' definition 'normalizeFlags'. [funcArgNamesDifferent]
opensp-1.5.2/spam/CopyEventHandler.h:52:49: note: Function 'CopyEventHandler' argument 2 names different: declaration 'flags' definition 'normalizeFlags'.
opensp-1.5.2/spam/CopyEventHandler.cxx:76:17: note: Function 'CopyEventHandler' argument 2 names different: declaration 'flags' definition 'normalizeFlags'.
opensp-1.5.2/spam/CopyEventHandler.h:123:11: style: Member variable 'CopyEventHandler::emptyElementNormal_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/spam/CopyEventHandler.cxx:81:26: note: Member variable 'CopyEventHandler::emptyElementNormal_' is in the wrong place in the initializer list.
opensp-1.5.2/spam/CopyEventHandler.h:123:11: note: Member variable 'CopyEventHandler::emptyElementNormal_' is in the wrong place in the initializer list.
opensp-1.5.2/spam/CopyEventHandler.h:81:8: style: The function 'markup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensp-1.5.2/spam/MarkupEventHandler.h:44:16: note: Virtual function in base class
opensp-1.5.2/spam/CopyEventHandler.h:81:8: note: Function in derived class
opensp-1.5.2/spam/spam.cxx:62:12: style: Member variable 'SpamApp::normalizeFlags_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/spam/spam.cxx:70:18: note: Member variable 'SpamApp::normalizeFlags_' is in the wrong place in the initializer list.
opensp-1.5.2/spam/spam.cxx:62:12: note: Member variable 'SpamApp::normalizeFlags_' is in the wrong place in the initializer list.
opensp-1.5.2/spam/spam.cxx:31:8: style: The function 'reportTagInSpecialMarkedSection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
opensp-1.5.2/spam/CopyEventHandler.h:83:16: note: Virtual function in base class
opensp-1.5.2/spam/spam.cxx:31:8: note: Function in derived class
opensp-1.5.2/spent/spent.cxx:22:11: style: Member variable 'SpentApp::isNdata_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/spent/spent.cxx:29:18: note: Member variable 'SpentApp::isNdata_' is in the wrong place in the initializer list.
opensp-1.5.2/spent/spent.cxx:22:11: note: Member variable 'SpentApp::isNdata_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.cxx:1525:50: style: Function 'uniqueFilename' argument 1 names different: declaration 'filename' definition 'filePath'. [funcArgNamesDifferent]
opensp-1.5.2/sx/XmlOutputEventHandler.h:97:29: note: Function 'uniqueFilename' argument 1 names different: declaration 'filename' definition 'filePath'.
opensp-1.5.2/sx/XmlOutputEventHandler.cxx:1525:50: note: Function 'uniqueFilename' argument 1 names different: declaration 'filename' definition 'filePath'.
opensp-1.5.2/sx/XmlOutputEventHandler.cxx:1528:3: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
opensp-1.5.2/sx/XmlOutputEventHandler.h:107:21: style: Member variable 'XmlOutputEventHandler::os_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/sx/XmlOutputEventHandler.cxx:87:3: note: Member variable 'XmlOutputEventHandler::os_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.h:107:21: note: Member variable 'XmlOutputEventHandler::os_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.h:101:28: style: Member variable 'XmlOutputEventHandler::entityManager_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/sx/XmlOutputEventHandler.cxx:88:3: note: Member variable 'XmlOutputEventHandler::entityManager_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.h:101:28: note: Member variable 'XmlOutputEventHandler::entityManager_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.h:100:15: style: Member variable 'XmlOutputEventHandler::app_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/sx/XmlOutputEventHandler.cxx:90:3: note: Member variable 'XmlOutputEventHandler::app_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.h:100:15: note: Member variable 'XmlOutputEventHandler::app_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.h:115:11: style: Member variable 'XmlOutputEventHandler::useCdata_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/sx/XmlOutputEventHandler.cxx:95:3: note: Member variable 'XmlOutputEventHandler::useCdata_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.h:115:11: note: Member variable 'XmlOutputEventHandler::useCdata_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.h:110:25: style: Member variable 'XmlOutputEventHandler::extEntFile_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/sx/XmlOutputEventHandler.cxx:98:3: note: Member variable 'XmlOutputEventHandler::extEntFile_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.h:110:25: note: Member variable 'XmlOutputEventHandler::extEntFile_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.h:108:21: style: Member variable 'XmlOutputEventHandler::extEnts_' is in the wrong place in the initializer list. [initializerList]
opensp-1.5.2/sx/XmlOutputEventHandler.cxx:100:3: note: Member variable 'XmlOutputEventHandler::extEnts_' is in the wrong place in the initializer list.
opensp-1.5.2/sx/XmlOutputEventHandler.h:108:21: note: Member variable 'XmlOutputEventHandler::extEnts_' is in the wrong place in the initializer list.
[13:13]

ftp://ftp.se.debian.org/debian/pool/main/o/openspecfun/openspecfun_0.5.3.orig.tar.gz
openspecfun-0.5.3/Faddeeva/Faddeeva.cc:850:38: error: Array 'expa2n2[52]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
openspecfun-0.5.3/Faddeeva/Faddeeva.cc:868:38: error: Array 'expa2n2[52]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
openspecfun-0.5.3/rem_pio2/e_rem_pio2f.c:53:9: style: The scope of the variable 'w' can be reduced. [variableScope]
openspecfun-0.5.3/rem_pio2/e_rem_pio2f.c:53:11: style: The scope of the variable 'r' can be reduced. [variableScope]
openspecfun-0.5.3/rem_pio2/e_rem_pio2f.c:53:13: style: The scope of the variable 'fn' can be reduced. [variableScope]
openspecfun-0.5.3/rem_pio2/k_rem_pio2.c:421:3: warning: Redundant assignment of 'fw' to itself. [selfAssignment]
[13:13]

ftp://ftp.se.debian.org/debian/pool/main/o/opensrs-client/opensrs-client_3.0.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openssh/openssh_7.7p1.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/o/openssh-known-hosts/openssh-known-hosts_0.6.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openssh-ssh1/openssh-ssh1_7.5p1.orig.tar.gz
openssh-7.5p1/defines.h:224:0: error: #error "16 bit int type not found." [preprocessorErrorDirective]
openssh-7.5p1/openbsd-compat/arc4random.c:290:21: style: Opposite expression on both sides of '%'. [oppositeExpression]
openssh-7.5p1/openbsd-compat/arc4random.c:290:21: note: Opposite expression on both sides of '%'.
openssh-7.5p1/openbsd-compat/arc4random.c:290:21: note: Opposite expression on both sides of '%'.
openssh-7.5p1/openbsd-compat/chacha_private.h:91:7: style: The scope of the variable 'x0' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:11: style: The scope of the variable 'x1' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:15: style: The scope of the variable 'x2' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:19: style: The scope of the variable 'x3' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:23: style: The scope of the variable 'x4' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:27: style: The scope of the variable 'x5' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:31: style: The scope of the variable 'x6' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:35: style: The scope of the variable 'x7' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:39: style: The scope of the variable 'x8' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:43: style: The scope of the variable 'x9' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:47: style: The scope of the variable 'x10' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:52: style: The scope of the variable 'x11' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:57: style: The scope of the variable 'x12' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:62: style: The scope of the variable 'x13' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:67: style: The scope of the variable 'x14' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/chacha_private.h:91:72: style: The scope of the variable 'x15' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/arc4random.c:87:10: style: The scope of the variable 'r' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/arc4random.c:211:6: style: The scope of the variable 'm' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/bcrypt_pbkdf.c:127:15: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
openssh-7.5p1/openbsd-compat/bsd-asprintf.c:38:10: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
openssh-7.5p1/openbsd-compat/bsd-closefrom.c:71:10: style: The scope of the variable 'fd' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/bsd-closefrom.c:71:14: style: The scope of the variable 'maxfd' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/bsd-misc.c:141:10: style: The scope of the variable 'saverrno' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/bsd-misc.c:143:41: style: Unused variable: time2wait [unusedVariable]
openssh-7.5p1/openbsd-compat/bsd-snprintf.c:194:10: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
openssh-7.5p1/openbsd-compat/fake-rfc2553.c:51:18: style: The scope of the variable 'hp' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/fake-rfc2553.c:52:7: style: The scope of the variable 'tmpserv' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/fake-rfc2553.c:161:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/getopt_long.c:142:6: style: The scope of the variable 'cstart' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/getopt_long.c:142:55: style: The scope of the variable 'pos' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/getrrsetbyname.c:123:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openssh-7.5p1/openbsd-compat/getrrsetbyname.c:137:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openssh-7.5p1/openbsd-compat/getrrsetbyname.c:451:9: style: The scope of the variable 'length' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/getrrsetbyname.c:498:9: style: The scope of the variable 'length' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/glob.c:703:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/glob.c:963:9: style: The scope of the variable 'pp' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/inet_aton.c:91:6: style: The scope of the variable 'base' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/pwcache.c:54:13: style: The scope of the variable 'pwopen' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/pwcache.c:55:14: style: The scope of the variable 'nbuf' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/pwcache.c:56:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/pwcache.c:89:13: style: The scope of the variable 'gropen' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/pwcache.c:90:14: style: The scope of the variable 'nbuf' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/pwcache.c:91:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/regress/opensslvertest.c:58:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/regress/opensslvertest.c:59:7: style: The scope of the variable 'hver' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/regress/opensslvertest.c:59:13: style: The scope of the variable 'lver' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/regress/snprintftest.c:72:0: error: Memory leak: src [memleak]
openssh-7.5p1/openbsd-compat/sha2.c:97:0: error: #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN [preprocessorErrorDirective]
openssh-7.5p1/openbsd-compat/strcasestr.c:51:10: style: The scope of the variable 'sc' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/strcasestr.c:52:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/strsep.c:56:14: style: The scope of the variable 'spanp' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/strsep.c:57:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openssh-7.5p1/openbsd-compat/vis.c:238:7: style: The scope of the variable 'c' can be reduced. [variableScope]
openssh-7.5p1/regress/check-perm.c:98:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
openssh-7.5p1/regress/misc/kexfuzz/kexfuzz.c:398:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openssh-7.5p1/regress/misc/kexfuzz/kexfuzz.c:53:8: style: The scope of the variable 'dumpfile' can be reduced. [variableScope]
openssh-7.5p1/regress/misc/kexfuzz/kexfuzz.c:54:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openssh-7.5p1/regress/misc/kexfuzz/kexfuzz.c:104:16: style: The scope of the variable 'buf' can be reduced. [variableScope]
openssh-7.5p1/regress/misc/kexfuzz/kexfuzz.c:105:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openssh-7.5p1/regress/modpipe.c:87:13: style: The scope of the variable 's' can be reduced. [variableScope]
openssh-7.5p1/regress/netcat.c:777:9: style: The scope of the variable 'num_fds' can be reduced. [variableScope]
openssh-7.5p1/regress/netcat.c:1091:10: style: The scope of the variable 'lo' can be reduced. [variableScope]
openssh-7.5p1/regress/netcat.c:1091:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
openssh-7.5p1/regress/netcat.c:1092:6: style: The scope of the variable 'x' can be reduced. [variableScope]
openssh-7.5p1/regress/netcat.c:1123:8: style: The scope of the variable 'y' can be reduced. [variableScope]
openssh-7.5p1/regress/netcat.c:1134:8: style: Variable 'hi' is assigned a value that is never used. [unreadVariable]
openssh-7.5p1/regress/unittests/kex/test_kex.c:37:16: style: The scope of the variable 'buf' can be reduced. [variableScope]
openssh-7.5p1/regress/unittests/kex/test_kex.c:38:6: style: The scope of the variable 'r' can be reduced. [variableScope]
openssh-7.5p1/regress/unittests/test_helper/fuzz.c:163:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openssh-7.5p1/regress/unittests/test_helper/fuzz.c:153:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openssh-7.5p1/regress/unittests/test_helper/test_helper.c:209:27: warning: Assert statement modifies 'active_test_name'. [assignmentInAssert]
openssh-7.5p1/regress/unittests/test_helper/test_helper.c:368:45: error: Allocation with tohex, fprintf doesn't release it. [leakNoVarFunctionCall]
openssh-7.5p1/regress/unittests/test_helper/test_helper.c:403:47: error: Allocation with tohex, fprintf doesn't release it. [leakNoVarFunctionCall]
openssh-7.5p1/smult_curve25519_ref.c:66:16: style: The scope of the variable 'u' can be reduced. [variableScope]
openssh-7.5p1/smult_curve25519_ref.c:94:16: style: The scope of the variable 'u' can be reduced. [variableScope]
openssh-7.5p1/smult_curve25519_ref.c:113:16: style: The scope of the variable 't' can be reduced. [variableScope]
openssh-7.5p1/smult_curve25519_ref.c:142:16: style: The scope of the variable 'b' can be reduced. [variableScope]
[13:13]

ftp://ftp.se.debian.org/debian/pool/main/o/openssl/openssl_1.1.1~~pre8.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/o/openssl-blacklist/openssl-blacklist_0.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openssl-ibmca/openssl-ibmca_1.4.0.orig.tar.gz
openssl-ibmca-1.4.0/src/e_ibmca.c:3518:2: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
openssl-ibmca-1.4.0/src/e_ibmca.c:3507:0: note: Variable 'key' is reassigned a value before the old one has been used.
openssl-ibmca-1.4.0/src/e_ibmca.c:3518:2: note: Variable 'key' is reassigned a value before the old one has been used.
openssl-ibmca-1.4.0/src/e_ibmca.c:1228:7: style: The scope of the variable 'c' can be reduced. [variableScope]
openssl-ibmca-1.4.0/src/e_ibmca.c:3714:9: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
openssl-ibmca-1.4.0/src/e_ibmca.c:2805:60: style: Function 'ibmca_sha1_update' argument 2 names different: declaration 'data' definition 'in_data'. [funcArgNamesDifferent]
openssl-ibmca-1.4.0/src/e_ibmca.c:358:60: note: Function 'ibmca_sha1_update' argument 2 names different: declaration 'data' definition 'in_data'.
openssl-ibmca-1.4.0/src/e_ibmca.c:2805:60: note: Function 'ibmca_sha1_update' argument 2 names different: declaration 'data' definition 'in_data'.
openssl-ibmca-1.4.0/src/e_ibmca.c:2806:23: style: Function 'ibmca_sha1_update' argument 3 names different: declaration 'count' definition 'inlen'. [funcArgNamesDifferent]
openssl-ibmca-1.4.0/src/e_ibmca.c:359:23: note: Function 'ibmca_sha1_update' argument 3 names different: declaration 'count' definition 'inlen'.
openssl-ibmca-1.4.0/src/e_ibmca.c:2806:23: note: Function 'ibmca_sha1_update' argument 3 names different: declaration 'count' definition 'inlen'.
openssl-ibmca-1.4.0/src/e_ibmca.c:2988:50: style: Function 'ibmca_sha256_update' argument 2 names different: declaration 'data' definition 'in_data'. [funcArgNamesDifferent]
openssl-ibmca-1.4.0/src/e_ibmca.c:369:62: note: Function 'ibmca_sha256_update' argument 2 names different: declaration 'data' definition 'in_data'.
openssl-ibmca-1.4.0/src/e_ibmca.c:2988:50: note: Function 'ibmca_sha256_update' argument 2 names different: declaration 'data' definition 'in_data'.
openssl-ibmca-1.4.0/src/e_ibmca.c:2988:73: style: Function 'ibmca_sha256_update' argument 3 names different: declaration 'count' definition 'inlen'. [funcArgNamesDifferent]
openssl-ibmca-1.4.0/src/e_ibmca.c:370:25: note: Function 'ibmca_sha256_update' argument 3 names different: declaration 'count' definition 'inlen'.
openssl-ibmca-1.4.0/src/e_ibmca.c:2988:73: note: Function 'ibmca_sha256_update' argument 3 names different: declaration 'count' definition 'inlen'.
openssl-ibmca-1.4.0/src/e_ibmca.c:3169:50: style: Function 'ibmca_sha512_update' argument 2 names different: declaration 'data' definition 'in_data'. [funcArgNamesDifferent]
openssl-ibmca-1.4.0/src/e_ibmca.c:380:62: note: Function 'ibmca_sha512_update' argument 2 names different: declaration 'data' definition 'in_data'.
openssl-ibmca-1.4.0/src/e_ibmca.c:3169:50: note: Function 'ibmca_sha512_update' argument 2 names different: declaration 'data' definition 'in_data'.
openssl-ibmca-1.4.0/src/e_ibmca.c:3169:73: style: Function 'ibmca_sha512_update' argument 3 names different: declaration 'count' definition 'inlen'. [funcArgNamesDifferent]
openssl-ibmca-1.4.0/src/e_ibmca.c:381:25: note: Function 'ibmca_sha512_update' argument 3 names different: declaration 'count' definition 'inlen'.
openssl-ibmca-1.4.0/src/e_ibmca.c:3169:73: note: Function 'ibmca_sha512_update' argument 3 names different: declaration 'count' definition 'inlen'.
openssl-ibmca-1.4.0/src/e_ibmca.c:2827:40: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:2870:13: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:2870:25: portability: 'in_data+fill_size' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:2911:14: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:2911:26: portability: 'in_data+fill_size' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:2922:41: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:2931:57: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3009:43: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3052:19: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3052:31: portability: 'in_data+fill_size' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3093:20: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3093:32: portability: 'in_data+fill_size' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3105:20: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3114:57: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3190:43: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3234:19: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3234:31: portability: 'in_data+fill_size' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3275:20: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3275:32: portability: 'in_data+fill_size' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3288:20: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/e_ibmca.c:3297:31: portability: 'in_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
openssl-ibmca-1.4.0/src/test/ibmca_mechaList_test.c:86:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssl-ibmca-1.4.0/src/test/ibmca_mechaList_test.c:133:14: style: The scope of the variable 'c' can be reduced. [variableScope]
[13:13]

ftp://ftp.se.debian.org/debian/pool/main/o/openssl1.0/openssl1.0_1.0.2o.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/o/openssn/openssn_1.4.orig.tar.gz
openssn/src/adcap.cpp:21:8: warning: Member variable 'AdCap::ActiveSearch' is not initialized in the constructor. [uninitMemberVar]
openssn/src/adcap.cpp:21:8: warning: Member variable 'AdCap::WireGuided' is not initialized in the constructor. [uninitMemberVar]
openssn/src/adcap.cpp:21:8: warning: Member variable 'AdCap::DesiredHeading' is not initialized in the constructor. [uninitMemberVar]
openssn/src/adcap.cpp:21:8: warning: Member variable 'AdCap::CurrentHeading' is not initialized in the constructor. [uninitMemberVar]
openssn/src/adcap.cpp:21:8: warning: Member variable 'AdCap::SwimoutSpeed' is not initialized in the constructor. [uninitMemberVar]
openssn/src/adcap.cpp:21:8: warning: Member variable 'AdCap::AttackSpeed' is not initialized in the constructor. [uninitMemberVar]
openssn/src/adcap.cpp:21:8: warning: Member variable 'AdCap::Aquired' is not initialized in the constructor. [uninitMemberVar]
openssn/src/adcap.cpp:21:8: warning: Member variable 'AdCap::RunningTime' is not initialized in the constructor. [uninitMemberVar]
openssn/src/adcap.cpp:21:8: warning: Member variable 'AdCap::RunToEnable' is not initialized in the constructor. [uninitMemberVar]
openssn/src/boatpositionlog.h:41:8: style: Technically the member function 'BoatPositionLog::GetLogItem' can be const. [functionConst]
openssn/src/boatpositionlog.cpp:57:23: note: Technically the member function 'BoatPositionLog::GetLogItem' can be const.
openssn/src/boatpositionlog.h:41:8: note: Technically the member function 'BoatPositionLog::GetLogItem' can be const.
openssn/src/control.cpp:741:18: style: The scope of the variable 'previous_radians' can be reduced. [variableScope]
openssn/src/control.cpp:742:9: style: The scope of the variable 'previous_speed' can be reduced. [variableScope]
openssn/src/control.cpp:742:25: style: The scope of the variable 'previous_depth' can be reduced. [variableScope]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::controlscreen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::tempscreen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::ClearControl' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::screen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::STOPoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::STOPon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::A13off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::A13on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::A23off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::A23on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::ASTDoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::ASTDon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::AFULLoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::AFULLon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::AFLKoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::AFLKon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::depthupoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::depthupon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::depthdownoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::depthdownon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::x' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.cpp:42:10: warning: Member variable 'Control::y' is not initialized in the constructor. [uninitMemberVar]
openssn/src/control.h:38:3: style: Class 'Control' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openssn/src/coord.cpp:95:49: style: Function 'LatLonPercent' argument 2 names different: declaration 'lop' definition 'lonpercent'. [funcArgNamesDifferent]
openssn/src/coord.h:53:43: note: Function 'LatLonPercent' argument 2 names different: declaration 'lop' definition 'lonpercent'.
openssn/src/coord.cpp:95:49: note: Function 'LatLonPercent' argument 2 names different: declaration 'lop' definition 'lonpercent'.
openssn/src/coord.cpp:95:68: style: Function 'LatLonPercent' argument 3 names different: declaration 'lap' definition 'latpercent'. [funcArgNamesDifferent]
openssn/src/coord.h:53:55: note: Function 'LatLonPercent' argument 3 names different: declaration 'lap' definition 'latpercent'.
openssn/src/coord.cpp:95:68: note: Function 'LatLonPercent' argument 3 names different: declaration 'lap' definition 'latpercent'.
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Heading' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Speed' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Lat_Degrees' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Lat_Minutes' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Lat_Seconds' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Lat_SubSeconds' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Lat_TotalYards' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Lon_Degrees' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Lon_Minutes' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Lon_Seconds' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Lon_SubSeconds' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.cpp:21:8: warning: Member variable 'Coord::Lon_TotalYards' is not initialized in the constructor. [uninitMemberVar]
openssn/src/coord.h:53:7: performance: Technically the member function 'Coord::LatLonPercent' can be static. [functionStatic]
openssn/src/coord.cpp:95:13: note: Technically the member function 'Coord::LatLonPercent' can be static.
openssn/src/coord.h:53:7: note: Technically the member function 'Coord::LatLonPercent' can be static.
openssn/src/dfont.h:35:10: performance: Technically the member function 'DFont::GetPixel' can be static. [functionStatic]
openssn/src/dfont.cpp:40:15: note: Technically the member function 'DFont::GetPixel' can be static.
openssn/src/dfont.h:35:10: note: Technically the member function 'DFont::GetPixel' can be static.
openssn/src/draw.cpp:70:13: style: The scope of the variable 'x' can be reduced. [variableScope]
openssn/src/draw.cpp:70:16: style: The scope of the variable 'y' can be reduced. [variableScope]
openssn/src/dstack.h:30:9: style: Technically the member function 'DStack::num_items' can be const. [functionConst]
openssn/src/dstack.cpp:38:13: note: Technically the member function 'DStack::num_items' can be const.
openssn/src/dstack.h:30:9: note: Technically the member function 'DStack::num_items' can be const.
openssn/src/dstack.h:32:9: style: Technically the member function 'DStack::empty' can be const. [functionConst]
openssn/src/dstack.cpp:85:13: note: Technically the member function 'DStack::empty' can be const.
openssn/src/dstack.h:32:9: note: Technically the member function 'DStack::empty' can be const.
openssn/src/esm.cpp:366:8: style: The scope of the variable 'radians' can be reduced. [variableScope]
openssn/src/esm.cpp:367:8: style: The scope of the variable 'radians_old' can be reduced. [variableScope]
openssn/src/esm.cpp:368:6: style: The scope of the variable 'bearing' can be reduced. [variableScope]
openssn/src/esm.cpp:368:15: style: The scope of the variable 'range' can be reduced. [variableScope]
openssn/src/esm.cpp:368:22: style: The scope of the variable 'depth' can be reduced. [variableScope]
openssn/src/esm.cpp:47:56: style: Function 'InitGraphics' argument 2 names different: declaration 'tempradarscreen' definition 'tempesmscreen'. [funcArgNamesDifferent]
openssn/src/esm.h:69:52: note: Function 'InitGraphics' argument 2 names different: declaration 'tempradarscreen' definition 'tempesmscreen'.
openssn/src/esm.cpp:47:56: note: Function 'InitGraphics' argument 2 names different: declaration 'tempradarscreen' definition 'tempesmscreen'.
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::esmscreen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::tempscreen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::blip' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::sweep1' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::ClearEsm' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::ClearEsm2' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::screen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::mastdownoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::mastdownon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::mastupoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::mastupon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::styllus' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::CurrentAntennaHeight' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::EsmHorizon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::bearing' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::SignalStrength' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::DetectProb' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::x' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.cpp:38:6: warning: Member variable 'Esm::y' is not initialized in the constructor. [uninitMemberVar]
openssn/src/esm.h:71:7: style: Technically the member function 'Esm::DPixel' can be const. [functionConst]
openssn/src/esm.cpp:475:11: note: Technically the member function 'Esm::DPixel' can be const.
openssn/src/esm.h:71:7: note: Technically the member function 'Esm::DPixel' can be const.
openssn/src/esm.h:40:2: style: Class 'Esm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openssn/src/files.cpp:69:0: error: Memory leak: location [memleak]
openssn/src/gameclock.cpp:36:30: style: Function 'InitTime' argument 1 names different: declaration 'hours' definition 'hrs'. [funcArgNamesDifferent]
openssn/src/gameclock.h:28:21: note: Function 'InitTime' argument 1 names different: declaration 'hours' definition 'hrs'.
openssn/src/gameclock.cpp:36:30: note: Function 'InitTime' argument 1 names different: declaration 'hours' definition 'hrs'.
openssn/src/gameclock.cpp:36:39: style: Function 'InitTime' argument 2 names different: declaration 'minutes' definition 'min'. [funcArgNamesDifferent]
openssn/src/gameclock.h:28:32: note: Function 'InitTime' argument 2 names different: declaration 'minutes' definition 'min'.
openssn/src/gameclock.cpp:36:39: note: Function 'InitTime' argument 2 names different: declaration 'minutes' definition 'min'.
openssn/src/gameclock.cpp:36:48: style: Function 'InitTime' argument 3 names different: declaration 'seconds' definition 'sec'. [funcArgNamesDifferent]
openssn/src/gameclock.h:28:45: note: Function 'InitTime' argument 3 names different: declaration 'seconds' definition 'sec'.
openssn/src/gameclock.cpp:36:48: note: Function 'InitTime' argument 3 names different: declaration 'seconds' definition 'sec'.
openssn/src/gameclock.cpp:60:30: style: Function 'GetTime' argument 1 names different: declaration 'hours' definition 'hrs'. [funcArgNamesDifferent]
openssn/src/gameclock.h:30:21: note: Function 'GetTime' argument 1 names different: declaration 'hours' definition 'hrs'.
openssn/src/gameclock.cpp:60:30: note: Function 'GetTime' argument 1 names different: declaration 'hours' definition 'hrs'.
openssn/src/gameclock.cpp:60:40: style: Function 'GetTime' argument 2 names different: declaration 'minutes' definition 'min'. [funcArgNamesDifferent]
openssn/src/gameclock.h:30:33: note: Function 'GetTime' argument 2 names different: declaration 'minutes' definition 'min'.
openssn/src/gameclock.cpp:60:40: note: Function 'GetTime' argument 2 names different: declaration 'minutes' definition 'min'.
openssn/src/gameclock.cpp:60:50: style: Function 'GetTime' argument 3 names different: declaration 'seconds' definition 'sec'. [funcArgNamesDifferent]
openssn/src/gameclock.h:30:47: note: Function 'GetTime' argument 3 names different: declaration 'seconds' definition 'sec'.
openssn/src/gameclock.cpp:60:50: note: Function 'GetTime' argument 3 names different: declaration 'seconds' definition 'sec'.
openssn/src/gameclock.h:30:8: style: Technically the member function 'GameClock::GetTime' can be const. [functionConst]
openssn/src/gameclock.cpp:60:17: note: Technically the member function 'GameClock::GetTime' can be const.
openssn/src/gameclock.h:30:8: note: Technically the member function 'GameClock::GetTime' can be const.
openssn/src/gameclock.h:31:7: style: Technically the member function 'GameClock::GetTick' can be const. [functionConst]
openssn/src/gameclock.cpp:67:16: note: Technically the member function 'GameClock::GetTick' can be const.
openssn/src/gameclock.h:31:7: note: Technically the member function 'GameClock::GetTick' can be const.
openssn/src/helicopter.cpp:582:45: warning: Either the condition '!target' is redundant or there is possible null pointer dereference: target. [nullPointerRedundantCheck]
openssn/src/helicopter.cpp:598:13: note: Assuming that condition '!target' is not redundant
openssn/src/helicopter.cpp:582:45: note: Null pointer dereference
openssn/src/helicopter.cpp:126:14: style: The scope of the variable 'new_direction' can be reduced. [variableScope]
openssn/src/helicopter.cpp:128:7: style: The scope of the variable 'do_what' can be reduced. [variableScope]
openssn/src/helicopter.cpp:131:7: style: The scope of the variable 'found' can be reduced. [variableScope]
openssn/src/helicopter.cpp:504:50: style: Function 'Distance_To_Target' argument 1 names different: declaration 'target' definition 'Target'. [funcArgNamesDifferent]
openssn/src/helicopter.h:66:41: note: Function 'Distance_To_Target' argument 1 names different: declaration 'target' definition 'Target'.
openssn/src/helicopter.cpp:504:50: note: Function 'Distance_To_Target' argument 1 names different: declaration 'target' definition 'Target'.
openssn/src/helicopter.cpp:8:13: warning: Member variable 'Helicopter::DesiredSpeed' is not initialized in the constructor. [uninitMemberVar]
openssn/src/helicopter.cpp:8:13: warning: Member variable 'Helicopter::Depth' is not initialized in the constructor. [uninitMemberVar]
openssn/src/helicopter.cpp:8:13: warning: Member variable 'Helicopter::DesiredDepth' is not initialized in the constructor. [uninitMemberVar]
openssn/src/helicopter.cpp:8:13: warning: Member variable 'Helicopter::TorpedoesOnBoard' is not initialized in the constructor. [uninitMemberVar]
openssn/src/helicopter.cpp:8:13: warning: Member variable 'Helicopter::ClassName' is not initialized in the constructor. [uninitMemberVar]
openssn/src/helicopter.cpp:8:13: warning: Member variable 'Helicopter::ClassType' is not initialized in the constructor. [uninitMemberVar]
openssn/src/helicopter.cpp:8:13: warning: Member variable 'Helicopter::map' is not initialized in the constructor. [uninitMemberVar]
openssn/src/helicopter.h:57:9: performance: Technically the member function 'Helicopter::Cleanup' can be static. [functionStatic]
openssn/src/helicopter.cpp:45:18: note: Technically the member function 'Helicopter::Cleanup' can be static.
openssn/src/helicopter.h:57:9: note: Technically the member function 'Helicopter::Cleanup' can be static.
openssn/src/helicopter.h:62:8: performance: Technically the member function 'Helicopter::Load_Mission' can be static. [functionStatic]
openssn/src/helicopter.cpp:86:17: note: Technically the member function 'Helicopter::Load_Mission' can be static.
openssn/src/helicopter.h:62:8: note: Technically the member function 'Helicopter::Load_Mission' can be static.
openssn/src/helicopter.h:63:8: style: Technically the member function 'Helicopter::Check_Status' can be const. [functionConst]
openssn/src/helicopter.cpp:106:17: note: Technically the member function 'Helicopter::Check_Status' can be const.
openssn/src/helicopter.h:63:8: note: Technically the member function 'Helicopter::Check_Status' can be const.
openssn/src/helicopter.h:65:11: style: Technically the member function 'Helicopter::Distance_To_Destination' can be const. [functionConst]
openssn/src/helicopter.cpp:484:20: note: Technically the member function 'Helicopter::Distance_To_Destination' can be const.
openssn/src/helicopter.h:65:11: note: Technically the member function 'Helicopter::Distance_To_Destination' can be const.
openssn/src/helicopter.h:66:11: style: Technically the member function 'Helicopter::Distance_To_Target' can be const. [functionConst]
openssn/src/helicopter.cpp:504:20: note: Technically the member function 'Helicopter::Distance_To_Target' can be const.
openssn/src/helicopter.h:66:11: note: Technically the member function 'Helicopter::Distance_To_Target' can be const.
openssn/src/helicopter.cpp:72:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openssn/src/main.cpp:2221:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openssn/src/main.cpp:1826:24: warning: Either the condition '!observer' is redundant or there is possible null pointer dereference: observer. [nullPointerRedundantCheck]
openssn/src/main.cpp:1841:13: note: Assuming that condition '!observer' is not redundant
openssn/src/main.cpp:1826:24: note: Null pointer dereference
openssn/src/main.cpp:251:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2240:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2244:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2248:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2252:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2256:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2260:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2264:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2268:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2273:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2280:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2286:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2292:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2298:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2304:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2310:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2316:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2332:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2339:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2346:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2353:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2360:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2367:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2374:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2381:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2388:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2395:8: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2402:8: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2409:8: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2416:8: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2423:8: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2478:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2485:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2514:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2521:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2527:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2533:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2539:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2545:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2551:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2557:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2563:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2569:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2575:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2581:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2587:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2593:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2602:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2608:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2614:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2620:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2626:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2639:40: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2645:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2651:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2657:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2663:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2669:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2675:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2681:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:2687:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openssn/src/main.cpp:1448:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
openssn/src/main.cpp:1451:10: style: The scope of the variable 'range' can be reduced. [variableScope]
openssn/src/main.cpp:1452:11: style: The scope of the variable 'bearing' can be reduced. [variableScope]
openssn/src/main.cpp:1501:11: style: The scope of the variable 'index' can be reduced. [variableScope]
openssn/src/main.cpp:1561:13: style: The scope of the variable 'fresh' can be reduced. [variableScope]
openssn/src/main.cpp:2230:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
openssn/src/main.cpp:2230:17: style: The scope of the variable 'y2' can be reduced. [variableScope]
openssn/src/main.cpp:2230:21: style: The scope of the variable 'x_checks_out' can be reduced. [variableScope]
openssn/src/main.cpp:2231:13: style: The scope of the variable 'index' can be reduced. [variableScope]
openssn/src/main.cpp:189:29: style: Function 'DirectionalPointer' argument 1 names different: declaration 'X' definition 'x'. [funcArgNamesDifferent]
openssn/src/main.h:303:29: note: Function 'DirectionalPointer' argument 1 names different: declaration 'X' definition 'x'.
openssn/src/main.cpp:189:29: note: Function 'DirectionalPointer' argument 1 names different: declaration 'X' definition 'x'.
openssn/src/main.cpp:189:36: style: Function 'DirectionalPointer' argument 2 names different: declaration 'Y' definition 'y'. [funcArgNamesDifferent]
openssn/src/main.h:303:36: note: Function 'DirectionalPointer' argument 2 names different: declaration 'Y' definition 'y'.
openssn/src/main.cpp:189:36: note: Function 'DirectionalPointer' argument 2 names different: declaration 'Y' definition 'y'.
openssn/src/main.cpp:189:43: style: Function 'DirectionalPointer' argument 3 names different: declaration 'Heading' definition 'heading'. [funcArgNamesDifferent]
openssn/src/main.h:303:43: note: Function 'DirectionalPointer' argument 3 names different: declaration 'Heading' definition 'heading'.
openssn/src/main.cpp:189:43: note: Function 'DirectionalPointer' argument 3 names different: declaration 'Heading' definition 'heading'.
openssn/src/main.cpp:189:69: style: Function 'DirectionalPointer' argument 5 names different: declaration 'Color' definition 'color'. [funcArgNamesDifferent]
openssn/src/main.h:303:70: note: Function 'DirectionalPointer' argument 5 names different: declaration 'Color' definition 'color'.
openssn/src/main.cpp:189:69: note: Function 'DirectionalPointer' argument 5 names different: declaration 'Color' definition 'color'.
openssn/src/main.cpp:204:21: style: Function 'LoadScreen' argument 1 names different: declaration 'screen_to_load' definition 'item'. [funcArgNamesDifferent]
openssn/src/main.h:288:21: note: Function 'LoadScreen' argument 1 names different: declaration 'screen_to_load' definition 'item'.
openssn/src/main.cpp:204:21: note: Function 'LoadScreen' argument 1 names different: declaration 'screen_to_load' definition 'item'.
openssn/src/main.cpp:796:32: style: Function 'Add_Ship' argument 1 names different: declaration 'all_torpedoes' definition 'all_torp'. [funcArgNamesDifferent]
openssn/src/main.h:316:32: note: Function 'Add_Ship' argument 1 names different: declaration 'all_torpedoes' definition 'all_torp'.
openssn/src/main.cpp:796:32: note: Function 'Add_Ship' argument 1 names different: declaration 'all_torpedoes' definition 'all_torp'.
openssn/src/main.cpp:796:53: style: Function 'Add_Ship' argument 2 names different: declaration 'new_torpedo' definition 'new_torp'. [funcArgNamesDifferent]
openssn/src/main.h:316:58: note: Function 'Add_Ship' argument 2 names different: declaration 'new_torpedo' definition 'new_torp'.
openssn/src/main.cpp:796:53: note: Function 'Add_Ship' argument 2 names different: declaration 'new_torpedo' definition 'new_torp'.
openssn/src/main.cpp:1152:23: style: Function 'minimize360' argument 1 names different: declaration 'course' definition 'compass_bearing'. [funcArgNamesDifferent]
openssn/src/main.h:267:23: note: Function 'minimize360' argument 1 names different: declaration 'course' definition 'compass_bearing'.
openssn/src/main.cpp:1152:23: note: Function 'minimize360' argument 1 names different: declaration 'course' definition 'compass_bearing'.
openssn/src/main.cpp:1162:23: style: Function 'maximize360' argument 1 names different: declaration 'course' definition 'compass_bearing'. [funcArgNamesDifferent]
openssn/src/main.h:266:23: note: Function 'maximize360' argument 1 names different: declaration 'course' definition 'compass_bearing'.
openssn/src/main.cpp:1162:23: note: Function 'maximize360' argument 1 names different: declaration 'course' definition 'compass_bearing'.
openssn/src/main.cpp:1180:34: style: Function 'LatLonDifference' argument 1 names different: declaration 'observer' definition 'x'. [funcArgNamesDifferent]
openssn/src/main.h:269:34: note: Function 'LatLonDifference' argument 1 names different: declaration 'observer' definition 'x'.
openssn/src/main.cpp:1180:34: note: Function 'LatLonDifference' argument 1 names different: declaration 'observer' definition 'x'.
openssn/src/main.cpp:1180:48: style: Function 'LatLonDifference' argument 2 names different: declaration 'target' definition 'y'. [funcArgNamesDifferent]
openssn/src/main.h:269:55: note: Function 'LatLonDifference' argument 2 names different: declaration 'target' definition 'y'.
openssn/src/main.cpp:1180:48: note: Function 'LatLonDifference' argument 2 names different: declaration 'target' definition 'y'.
openssn/src/main.cpp:1498:46: style: Function 'Draw_Depth_Meter' argument 2 names different: declaration 'which_screen' definition 'screen_number'. [funcArgNamesDifferent]
openssn/src/main.h:274:49: note: Function 'Draw_Depth_Meter' argument 2 names different: declaration 'which_screen' definition 'screen_number'.
openssn/src/main.cpp:1498:46: note: Function 'Draw_Depth_Meter' argument 2 names different: declaration 'which_screen' definition 'screen_number'.
openssn/src/main.cpp:2088:24: style: Function 'RandInt' argument 1 names different: declaration 'to' definition 'TO'. [funcArgNamesDifferent]
openssn/src/main.h:301:24: note: Function 'RandInt' argument 1 names different: declaration 'to' definition 'TO'.
openssn/src/main.cpp:2088:24: note: Function 'RandInt' argument 1 names different: declaration 'to' definition 'TO'.
openssn/src/radar.h:53:2: style: Class 'Radar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openssn/src/map.cpp:43:35: style: Public interface of MAP is not safe. When calling MAP::Create_Thermal_Layers(), if parameter how_many is 0 that leads to division by zero. [unsafeClassDivZero]
openssn/src/map.cpp:108:22: style: Function 'Next_Up' argument 1 names different: declaration 'current_depth' definition 'from_depth'. [funcArgNamesDifferent]
openssn/src/map.h:42:19: note: Function 'Next_Up' argument 1 names different: declaration 'current_depth' definition 'from_depth'.
openssn/src/map.cpp:108:22: note: Function 'Next_Up' argument 1 names different: declaration 'current_depth' definition 'from_depth'.
openssn/src/map.cpp:131:24: style: Function 'Next_Down' argument 1 names different: declaration 'current_depth' definition 'from_depth'. [funcArgNamesDifferent]
openssn/src/map.h:43:21: note: Function 'Next_Down' argument 1 names different: declaration 'current_depth' definition 'from_depth'.
openssn/src/map.cpp:131:24: note: Function 'Next_Down' argument 1 names different: declaration 'current_depth' definition 'from_depth'.
openssn/src/map.h:40:7: performance: Technically the member function 'MAP::Get_Ocean_Depth' can be static. [functionStatic]
openssn/src/map.cpp:59:10: note: Technically the member function 'MAP::Get_Ocean_Depth' can be static.
openssn/src/map.h:40:7: note: Technically the member function 'MAP::Get_Ocean_Depth' can be static.
openssn/src/map.h:41:7: style: Technically the member function 'MAP::Thermals_Between' can be const. [functionConst]
openssn/src/map.cpp:69:10: note: Technically the member function 'MAP::Thermals_Between' can be const.
openssn/src/map.h:41:7: note: Technically the member function 'MAP::Thermals_Between' can be const.
openssn/src/map.h:42:7: style: Technically the member function 'MAP::Next_Up' can be const. [functionConst]
openssn/src/map.cpp:108:10: note: Technically the member function 'MAP::Next_Up' can be const.
openssn/src/map.h:42:7: note: Technically the member function 'MAP::Next_Up' can be const.
openssn/src/map.h:43:7: style: Technically the member function 'MAP::Next_Down' can be const. [functionConst]
openssn/src/map.cpp:131:10: note: Technically the member function 'MAP::Next_Down' can be const.
openssn/src/map.h:43:7: note: Technically the member function 'MAP::Next_Down' can be const.
openssn/src/menu.cpp:15:8: style: The scope of the variable 'action' can be reduced. [variableScope]
openssn/src/menu.cpp:110:9: style: The scope of the variable 'line' can be reduced. [variableScope]
openssn/src/menu.cpp:111:8: style: The scope of the variable 'y' can be reduced. [variableScope]
openssn/src/message.cpp:28:6: warning: Member variable 'msg::screen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/message.cpp:28:6: warning: Member variable 'msg::messagewindow' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:807:9: style: The scope of the variable 'radians' can be reduced. [variableScope]
openssn/src/radar.cpp:808:7: style: The scope of the variable 'bearing' can be reduced. [variableScope]
openssn/src/radar.cpp:808:16: style: The scope of the variable 'range' can be reduced. [variableScope]
openssn/src/radar.cpp:808:23: style: The scope of the variable 'depth' can be reduced. [variableScope]
openssn/src/radar.cpp:1212:6: style: The scope of the variable 'x' can be reduced. [variableScope]
openssn/src/radar.cpp:1212:9: style: The scope of the variable 'y' can be reduced. [variableScope]
openssn/src/radar.cpp:72:39: style: Function 'InitGraphics' argument 1 names different: declaration 'screen' definition 'temp'. [funcArgNamesDifferent]
openssn/src/radar.h:59:33: note: Function 'InitGraphics' argument 1 names different: declaration 'screen' definition 'temp'.
openssn/src/radar.cpp:72:39: note: Function 'InitGraphics' argument 1 names different: declaration 'screen' definition 'temp'.
openssn/src/radar.cpp:72:58: style: Function 'InitGraphics' argument 2 names different: declaration 'radarscreen' definition 'tempradarscreen'. [funcArgNamesDifferent]
openssn/src/radar.h:59:54: note: Function 'InitGraphics' argument 2 names different: declaration 'radarscreen' definition 'tempradarscreen'.
openssn/src/radar.cpp:72:58: note: Function 'InitGraphics' argument 2 names different: declaration 'radarscreen' definition 'tempradarscreen'.
openssn/src/radar.cpp:1180:35: style: Function 'ReciprocalBearing' argument 1 names different: declaration 'bearing1' definition 'bearing'. [funcArgNamesDifferent]
openssn/src/radar.h:84:28: note: Function 'ReciprocalBearing' argument 1 names different: declaration 'bearing1' definition 'bearing'.
openssn/src/radar.cpp:1180:35: note: Function 'ReciprocalBearing' argument 1 names different: declaration 'bearing1' definition 'bearing'.
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::radarscreen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::tempscreen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::blip' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::sweep' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ClearRadar' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::rangering5' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::screen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range10off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range10on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range20off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range20on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range30off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range30on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range40off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range40on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range50off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range50on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range60off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range60on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring0off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring0on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring5off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring5on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring10off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring10on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring15off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring15on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring20off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring20on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring25off' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::ring25on' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::mastdownoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::mastdownon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::mastupoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::mastupon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::CurrentAntennaHeight' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::RadarHorizon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::bearing' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::range' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::x' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::y' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::tempint' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.cpp:39:8: warning: Member variable 'Radar::tempval' is not initialized in the constructor. [uninitMemberVar]
openssn/src/radar.h:83:6: performance: Technically the member function 'Radar::DeltaBearing' can be static. [functionStatic]
openssn/src/radar.cpp:1158:12: note: Technically the member function 'Radar::DeltaBearing' can be static.
openssn/src/radar.h:83:6: note: Technically the member function 'Radar::DeltaBearing' can be static.
openssn/src/radar.h:84:6: style: Technically the member function 'Radar::ReciprocalBearing' can be const. [functionConst]
openssn/src/radar.cpp:1180:13: note: Technically the member function 'Radar::ReciprocalBearing' can be const.
openssn/src/radar.h:84:6: note: Technically the member function 'Radar::ReciprocalBearing' can be const.
openssn/src/radar.h:86:7: style: Technically the member function 'Radar::DrawPixel' can be const. [functionConst]
openssn/src/radar.cpp:1192:13: note: Technically the member function 'Radar::DrawPixel' can be const.
openssn/src/radar.h:86:7: note: Technically the member function 'Radar::DrawPixel' can be const.
openssn/src/sonar.cpp:152:16: style: The scope of the variable 'combined_sound' can be reduced. [variableScope]
openssn/src/sonar.cpp:248:14: style: The scope of the variable 'text' can be reduced. [variableScope]
openssn/src/sonar.cpp:289:6: style: The scope of the variable 'direction' can be reduced. [variableScope]
openssn/src/sonar.cpp:289:17: style: The scope of the variable 'ambiguous_direction' can be reduced. [variableScope]
openssn/src/sonar.cpp:289:47: style: The scope of the variable 'ambiguous_relative_bearing' can be reduced. [variableScope]
openssn/src/sonar.cpp:292:16: style: The scope of the variable 'combined_sound' can be reduced. [variableScope]
openssn/src/sonar.cpp:1206:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
openssn/src/sonar.cpp:246:39: style: Function 'UpdateDisplay' argument 1 names different: declaration 'target' definition 'current_target'. [funcArgNamesDifferent]
openssn/src/sonar.h:53:32: note: Function 'UpdateDisplay' argument 1 names different: declaration 'target' definition 'current_target'.
openssn/src/sonar.cpp:246:39: note: Function 'UpdateDisplay' argument 1 names different: declaration 'target' definition 'current_target'.
openssn/src/sonar.cpp:65:9: style: Unused variable: filename [unusedVariable]
openssn/src/sonar.cpp:66:9: style: Unused variable: filename2 [unusedVariable]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::assigntracker' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::flowandambientnoise' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::screen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::sonarscreen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::towedarrayscreen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::uppersonarcrt' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::lowersonarcrt' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::ncscale' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::scscale' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::sonarbuttondown' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::sonarbuttonup' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::truerel' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::sphertowed' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::uppercrtoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::uppercrton' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::lowercrtoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::lowercrton' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::tb16winchoff' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::tb16winchon' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::extendtb16' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::retracttb16' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::cutarray' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::sendping' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::assigntrackerwidget' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::tracker1' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::tracker2' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::tracker3' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::tracker4' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::tempint' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::tempval' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.cpp:36:9: warning: Member variable 'AnBqq5::deAngle' is not initialized in the constructor. [uninitMemberVar]
openssn/src/sonar.h:42:14: style: Technically the member function 'AnBqq5::DPixel' can be const. [functionConst]
openssn/src/sonar.cpp:85:21: note: Technically the member function 'AnBqq5::DPixel' can be const.
openssn/src/sonar.h:42:14: note: Technically the member function 'AnBqq5::DPixel' can be const.
openssn/src/sonar.h:129:7: style: Technically the member function 'AnBqq5::GetNorthCenterState' can be const. [functionConst]
openssn/src/sonar.cpp:1113:14: note: Technically the member function 'AnBqq5::GetNorthCenterState' can be const.
openssn/src/sonar.h:129:7: note: Technically the member function 'AnBqq5::GetNorthCenterState' can be const.
openssn/src/sonar.h:140:6: performance: Technically the member function 'AnBqq5::RandInt' can be static. [functionStatic]
openssn/src/sonar.cpp:1168:13: note: Technically the member function 'AnBqq5::RandInt' can be static.
openssn/src/sonar.h:140:6: note: Technically the member function 'AnBqq5::RandInt' can be static.
openssn/src/sonar.h:142:6: performance: Technically the member function 'AnBqq5::ReciprocalBearing' can be static. [functionStatic]
openssn/src/sonar.cpp:1173:13: note: Technically the member function 'AnBqq5::ReciprocalBearing' can be static.
openssn/src/sonar.h:142:6: note: Technically the member function 'AnBqq5::ReciprocalBearing' can be static.
openssn/src/sound.cpp:12:8: style: The scope of the variable 'audio_rate' can be reduced. [variableScope]
openssn/src/sound.cpp:14:8: style: The scope of the variable 'audio_channels' can be reduced. [variableScope]
openssn/src/sound.cpp:15:8: style: The scope of the variable 'audio_buffers' can be reduced. [variableScope]
openssn/src/sound.cpp:9:20: style: Function 'Init_Audio' argument 1 names different: declaration 'enable_sound' definition 'allow_sounds'. [funcArgNamesDifferent]
openssn/src/sound.h:11:20: note: Function 'Init_Audio' argument 1 names different: declaration 'enable_sound' definition 'allow_sounds'.
openssn/src/sound.cpp:9:20: note: Function 'Init_Audio' argument 1 names different: declaration 'enable_sound' definition 'allow_sounds'.
openssn/src/stack.cpp:32:26: style: The scope of the variable 'previous' can be reduced. [variableScope]
openssn/src/stack.cpp:97:26: style: The scope of the variable 'previous' can be reduced. [variableScope]
openssn/src/stack.cpp:43:47: style: Function 'RegisterEvent' argument 2 names different: declaration 'signalstrength' definition 'signal'. [funcArgNamesDifferent]
openssn/src/stack.h:52:41: note: Function 'RegisterEvent' argument 2 names different: declaration 'signalstrength' definition 'signal'.
openssn/src/stack.cpp:43:47: note: Function 'RegisterEvent' argument 2 names different: declaration 'signalstrength' definition 'signal'.
openssn/src/stack.cpp:67:37: style: Function 'GetEvent' argument 2 names different: declaration 'Direction' definition 'rdirection'. [funcArgNamesDifferent]
openssn/src/stack.h:56:31: note: Function 'GetEvent' argument 2 names different: declaration 'Direction' definition 'rdirection'.
openssn/src/stack.cpp:67:37: note: Function 'GetEvent' argument 2 names different: declaration 'Direction' definition 'rdirection'.
openssn/src/stack.cpp:67:56: style: Function 'GetEvent' argument 3 names different: declaration 'SignalStrength' definition 'rsignal'. [funcArgNamesDifferent]
openssn/src/stack.h:56:49: note: Function 'GetEvent' argument 3 names different: declaration 'SignalStrength' definition 'rsignal'.
openssn/src/stack.cpp:67:56: note: Function 'GetEvent' argument 3 names different: declaration 'SignalStrength' definition 'rsignal'.
openssn/src/stack.h:54:7: style: Technically the member function 'Stack::GetCount' can be const. [functionConst]
openssn/src/stack.cpp:90:12: note: Technically the member function 'Stack::GetCount' can be const.
openssn/src/stack.h:54:7: note: Technically the member function 'Stack::GetCount' can be const.
openssn/src/stack.h:56:6: style: Technically the member function 'Stack::GetEvent' can be const. [functionConst]
openssn/src/stack.cpp:67:12: note: Technically the member function 'Stack::GetEvent' can be const.
openssn/src/stack.h:56:6: note: Technically the member function 'Stack::GetEvent' can be const.
openssn/src/submarine.cpp:1058:42: style: Condition 'torpedo->Depth>Depth' is always true [knownConditionTrueFalse]
openssn/src/submarine.cpp:875:45: warning: Either the condition '!target' is redundant or there is possible null pointer dereference: target. [nullPointerRedundantCheck]
openssn/src/submarine.cpp:891:13: note: Assuming that condition '!target' is not redundant
openssn/src/submarine.cpp:875:45: note: Null pointer dereference
openssn/src/submarine.cpp:666:16: style: C-style pointer casting [cstyleCast]
openssn/src/submarine.cpp:282:2: style: Variable 'distance' is reassigned a value before the old one has been used. [redundantAssignment]
openssn/src/submarine.cpp:278:0: note: Variable 'distance' is reassigned a value before the old one has been used.
openssn/src/submarine.cpp:282:2: note: Variable 'distance' is reassigned a value before the old one has been used.
openssn/src/submarine.cpp:469:38: warning: Redundant assignment of 'my_target->contact_strength' to itself. [selfAssignment]
openssn/src/submarine.cpp:472:38: warning: Redundant assignment of 'my_target->contact_strength' to itself. [selfAssignment]
openssn/src/submarine.cpp:1014:8: style: The scope of the variable 'change' can be reduced. [variableScope]
openssn/src/submarine.cpp:1016:8: style: The scope of the variable 'can_hear_torpedo' can be reduced. [variableScope]
openssn/src/submarine.cpp:1017:11: style: The scope of the variable 'distance' can be reduced. [variableScope]
openssn/src/submarine.cpp:1018:8: style: The scope of the variable 'bearing' can be reduced. [variableScope]
openssn/src/submarine.cpp:1020:8: style: The scope of the variable 'status' can be reduced. [variableScope]
openssn/src/submarine.cpp:1020:16: style: The scope of the variable 'found' can be reduced. [variableScope]
openssn/src/submarine.cpp:1021:8: style: The scope of the variable 'action' can be reduced. [variableScope]
openssn/src/submarine.cpp:1289:11: style: The scope of the variable 'range' can be reduced. [variableScope]
openssn/src/submarine.cpp:1290:11: style: The scope of the variable 'delta_depth' can be reduced. [variableScope]
openssn/src/submarine.cpp:1445:17: style: The scope of the variable 'found' can be reduced. [variableScope]
openssn/src/submarine.cpp:436:53: style: Function 'Add_Target' argument 2 names different: declaration 'contact_strength' definition 'signal_strength'. [funcArgNamesDifferent]
openssn/src/submarine.h:225:50: note: Function 'Add_Target' argument 2 names different: declaration 'contact_strength' definition 'signal_strength'.
openssn/src/submarine.cpp:436:53: note: Function 'Add_Target' argument 2 names different: declaration 'contact_strength' definition 'signal_strength'.
openssn/src/submarine.cpp:685:33: style: Function 'Load_Class' argument 1 names different: declaration 'from_file' definition 'my_file'. [funcArgNamesDifferent]
openssn/src/submarine.h:234:30: note: Function 'Load_Class' argument 1 names different: declaration 'from_file' definition 'my_file'.
openssn/src/submarine.cpp:685:33: note: Function 'Load_Class' argument 1 names different: declaration 'from_file' definition 'my_file'.
openssn/src/submarine.cpp:1338:43: style: Function 'Count_Torpedoes' argument 1 names different: declaration 'all_torpedoes' definition 'all_torp'. [funcArgNamesDifferent]
openssn/src/submarine.h:247:40: note: Function 'Count_Torpedoes' argument 1 names different: declaration 'all_torpedoes' definition 'all_torp'.
openssn/src/submarine.cpp:1338:43: note: Function 'Count_Torpedoes' argument 1 names different: declaration 'all_torpedoes' definition 'all_torp'.
openssn/src/submarine.cpp:1441:52: style: Function 'Launch_Noisemaker' argument 1 names different: declaration 'all_torpedoes' definition 'all_noisemakers'. [funcArgNamesDifferent]
openssn/src/submarine.h:250:49: note: Function 'Launch_Noisemaker' argument 1 names different: declaration 'all_torpedoes' definition 'all_noisemakers'.
openssn/src/submarine.cpp:1441:52: note: Function 'Launch_Noisemaker' argument 1 names different: declaration 'all_torpedoes' definition 'all_noisemakers'.
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::NauticalMiles' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::HisPassiveSonarCrosssection' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::EffectiveTargetSpeed' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::AmbientNoise' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::OwnShipNoise' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::flowandambientnoise' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::TotalNoise' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::TargetNoise' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::Gb' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::Lbp' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::NoiseFromSpeed' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::BasisNoiseLevel' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::value' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::SeaState' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::ShipType' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::Friend' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::DesiredDepth' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::DesiredHeading' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::BaseNoise' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::origin_x' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.cpp:32:12: warning: Member variable 'Submarine::origin_y' is not initialized in the constructor. [uninitMemberVar]
openssn/src/submarine.h:193:8: style: Technically the member function 'Submarine::CheckNegSpeed' can be const. [functionConst]
openssn/src/submarine.cpp:105:18: note: Technically the member function 'Submarine::CheckNegSpeed' can be const.
openssn/src/submarine.h:193:8: note: Technically the member function 'Submarine::CheckNegSpeed' can be const.
openssn/src/submarine.h:194:9: style: Technically the member function 'Submarine::DistanceToTarget' can be const. [functionConst]
openssn/src/submarine.cpp:254:19: note: Technically the member function 'Submarine::DistanceToTarget' can be const.
openssn/src/submarine.h:194:9: note: Technically the member function 'Submarine::DistanceToTarget' can be const.
openssn/src/submarine.h:195:9: style: Technically the member function 'Submarine::BearingToTarget' can be const. [functionConst]
openssn/src/submarine.cpp:142:19: note: Technically the member function 'Submarine::BearingToTarget' can be const.
openssn/src/submarine.h:195:9: note: Technically the member function 'Submarine::BearingToTarget' can be const.
openssn/src/submarine.h:196:16: style: Technically the member function 'Submarine::BearingToOrigin' can be const. [functionConst]
openssn/src/submarine.cpp:196:19: note: Technically the member function 'Submarine::BearingToOrigin' can be const.
openssn/src/submarine.h:196:16: note: Technically the member function 'Submarine::BearingToOrigin' can be const.
openssn/src/submarine.h:228:13: style: Technically the member function 'Submarine::Can_Detect' can be const. [functionConst]
openssn/src/submarine.cpp:561:16: note: Technically the member function 'Submarine::Can_Detect' can be const.
openssn/src/submarine.h:228:13: note: Technically the member function 'Submarine::Can_Detect' can be const.
openssn/src/submarine.h:247:13: style: Technically the member function 'Submarine::Count_Torpedoes' can be const. [functionConst]
openssn/src/submarine.cpp:1338:16: note: Technically the member function 'Submarine::Count_Torpedoes' can be const.
openssn/src/submarine.h:247:13: note: Technically the member function 'Submarine::Count_Torpedoes' can be const.
openssn/src/submarine.h:248:13: style: Technically the member function 'Submarine::Count_Noisemakers' can be const. [functionConst]
openssn/src/submarine.cpp:1357:16: note: Technically the member function 'Submarine::Count_Noisemakers' can be const.
openssn/src/submarine.h:248:13: note: Technically the member function 'Submarine::Count_Noisemakers' can be const.
openssn/src/submarine.h:252:13: style: Technically the member function 'Submarine::Radio_Signal' can be const. [functionConst]
openssn/src/submarine.cpp:1538:16: note: Technically the member function 'Submarine::Radio_Signal' can be const.
openssn/src/submarine.h:252:13: note: Technically the member function 'Submarine::Radio_Signal' can be const.
openssn/src/targetmotionanalysis.cpp:203:6: style: The scope of the variable 'x' can be reduced. [variableScope]
openssn/src/targetmotionanalysis.cpp:203:9: style: The scope of the variable 'y' can be reduced. [variableScope]
openssn/src/targetmotionanalysis.cpp:208:9: style: The scope of the variable 'var1' can be reduced. [variableScope]
openssn/src/targetmotionanalysis.cpp:209:9: style: The scope of the variable 'destinationx' can be reduced. [variableScope]
openssn/src/targetmotionanalysis.cpp:210:9: style: The scope of the variable 'destinationy' can be reduced. [variableScope]
openssn/src/targetmotionanalysis.cpp:25:23: warning: Member variable 'TargetMotionAnalysis::our_heading' is not initialized in the constructor. [uninitMemberVar]
openssn/src/targetmotionanalysis.cpp:25:23: warning: Member variable 'TargetMotionAnalysis::target_heading' is not initialized in the constructor. [uninitMemberVar]
openssn/src/targetmotionanalysis.cpp:25:23: warning: Member variable 'TargetMotionAnalysis::our_speed' is not initialized in the constructor. [uninitMemberVar]
openssn/src/targetmotionanalysis.cpp:25:23: warning: Member variable 'TargetMotionAnalysis::target_speed' is not initialized in the constructor. [uninitMemberVar]
openssn/src/targetmotionanalysis.cpp:25:23: warning: Member variable 'TargetMotionAnalysis::GeoPlotScreen' is not initialized in the constructor. [uninitMemberVar]
openssn/src/targetmotionanalysis.cpp:25:23: warning: Member variable 'TargetMotionAnalysis::trackerstate' is not initialized in the constructor. [uninitMemberVar]
openssn/src/targetmotionanalysis.h:65:8: performance: Technically the member function 'TargetMotionAnalysis::DesignateContact' can be static. [functionStatic]
openssn/src/targetmotionanalysis.cpp:52:28: note: Technically the member function 'TargetMotionAnalysis::DesignateContact' can be static.
openssn/src/targetmotionanalysis.h:65:8: note: Technically the member function 'TargetMotionAnalysis::DesignateContact' can be static.
openssn/src/targetmotionanalysis.h:79:8: performance: Technically the member function 'TargetMotionAnalysis::CreateSpeedRuler' can be static. [functionStatic]
openssn/src/targetmotionanalysis.cpp:74:28: note: Technically the member function 'TargetMotionAnalysis::CreateSpeedRuler' can be static.
openssn/src/targetmotionanalysis.h:79:8: note: Technically the member function 'TargetMotionAnalysis::CreateSpeedRuler' can be static.
openssn/src/targetmotionanalysis.h:84:8: performance: Technically the member function 'TargetMotionAnalysis::BearingDevitaionPlot' can be static. [functionStatic]
openssn/src/targetmotionanalysis.cpp:135:28: note: Technically the member function 'TargetMotionAnalysis::BearingDevitaionPlot' can be static.
openssn/src/targetmotionanalysis.h:84:8: note: Technically the member function 'TargetMotionAnalysis::BearingDevitaionPlot' can be static.
openssn/src/targetmotionanalysis.h:100:8: style: Technically the member function 'TargetMotionAnalysis::PlotPixel' can be const. [functionConst]
openssn/src/targetmotionanalysis.cpp:180:28: note: Technically the member function 'TargetMotionAnalysis::PlotPixel' can be const.
openssn/src/targetmotionanalysis.h:100:8: note: Technically the member function 'TargetMotionAnalysis::PlotPixel' can be const.
openssn/src/towedarray.cpp:106:6: style: The scope of the variable 'head_index' can be reduced. [variableScope]
openssn/src/towedarray.cpp:107:6: style: The scope of the variable 'tail_index' can be reduced. [variableScope]
openssn/src/towedarray.cpp:134:9: style: The scope of the variable 'array_latitude' can be reduced. [variableScope]
openssn/src/towedarray.cpp:134:25: style: The scope of the variable 'array_longitude' can be reduced. [variableScope]
openssn/src/towedarray.cpp:134:42: style: The scope of the variable 'array_heading' can be reduced. [variableScope]
openssn/src/towedarray.cpp:134:57: style: The scope of the variable 'actual_bearing' can be reduced. [variableScope]
openssn/src/towedarray.cpp:36:35: style: Function 'RecordPos' argument 1 names different: declaration 'lat' definition 'latitude'. [funcArgNamesDifferent]
openssn/src/towedarray.h:40:24: note: Function 'RecordPos' argument 1 names different: declaration 'lat' definition 'latitude'.
openssn/src/towedarray.cpp:36:35: note: Function 'RecordPos' argument 1 names different: declaration 'lat' definition 'latitude'.
openssn/src/towedarray.cpp:36:52: style: Function 'RecordPos' argument 2 names different: declaration 'lon' definition 'longitude'. [funcArgNamesDifferent]
openssn/src/towedarray.h:40:36: note: Function 'RecordPos' argument 2 names different: declaration 'lon' definition 'longitude'.
openssn/src/towedarray.cpp:36:52: note: Function 'RecordPos' argument 2 names different: declaration 'lon' definition 'longitude'.
openssn/src/towedarray.cpp:98:39: style: Function 'ReturnLatLon' argument 1 names different: declaration 'latitude' definition 'rlat'. [funcArgNamesDifferent]
openssn/src/towedarray.h:47:28: note: Function 'ReturnLatLon' argument 1 names different: declaration 'latitude' definition 'rlat'.
openssn/src/towedarray.cpp:98:39: note: Function 'ReturnLatLon' argument 1 names different: declaration 'latitude' definition 'rlat'.
openssn/src/towedarray.cpp:98:53: style: Function 'ReturnLatLon' argument 2 names different: declaration 'longitude' definition 'rlon'. [funcArgNamesDifferent]
openssn/src/towedarray.h:47:46: note: Function 'ReturnLatLon' argument 2 names different: declaration 'longitude' definition 'rlon'.
openssn/src/towedarray.cpp:98:53: note: Function 'ReturnLatLon' argument 2 names different: declaration 'longitude' definition 'rlon'.
openssn/src/towedarray.cpp:132:42: style: Function 'BearingToTarget' argument 1 names different: declaration 'target_Latitude' definition 'target_latitude'. [funcArgNamesDifferent]
openssn/src/towedarray.h:50:31: note: Function 'BearingToTarget' argument 1 names different: declaration 'target_Latitude' definition 'target_latitude'.
openssn/src/towedarray.cpp:132:42: note: Function 'BearingToTarget' argument 1 names different: declaration 'target_Latitude' definition 'target_latitude'.
openssn/src/towedarray.cpp:28:18: error: Array index -9998 is out of bounds. [negativeIndex]
openssn/src/towedarray.cpp:29:19: error: Array index -9998 is out of bounds. [negativeIndex]
openssn/src/towedarray.cpp:22:13: warning: Member variable 'TowedArray::latitude_array' is not initialized in the constructor. [uninitMemberVar]
openssn/src/towedarray.cpp:22:13: warning: Member variable 'TowedArray::longitude_array' is not initialized in the constructor. [uninitMemberVar]
openssn/src/towedarray.cpp:22:13: warning: Member variable 'TowedArray::winch' is not initialized in the constructor. [uninitMemberVar]
openssn/src/towedarray.cpp:26:13: warning: Member variable 'TowedArray::winch' is not initialized in the constructor. [uninitMemberVar]
openssn/src/towedarray.h:45:6: style: Technically the member function 'TowedArray::GetLength' can be const. [functionConst]
openssn/src/towedarray.cpp:75:17: note: Technically the member function 'TowedArray::GetLength' can be const.
openssn/src/towedarray.h:45:6: note: Technically the member function 'TowedArray::GetLength' can be const.
openssn/src/towedarray.h:47:7: style: Technically the member function 'TowedArray::ReturnLatLon' can be const. [functionConst]
openssn/src/towedarray.cpp:98:18: note: Technically the member function 'TowedArray::ReturnLatLon' can be const.
openssn/src/towedarray.h:47:7: note: Technically the member function 'TowedArray::ReturnLatLon' can be const.
openssn/src/towedarray.h:51:8: performance: Technically the member function 'TowedArray::CalcBearing' can be static. [functionStatic]
openssn/src/towedarray.cpp:149:19: note: Technically the member function 'TowedArray::CalcBearing' can be static.
openssn/src/towedarray.h:51:8: note: Technically the member function 'TowedArray::CalcBearing' can be static.
[13:13]

ftp://ftp.se.debian.org/debian/pool/main/o/openstack-common/openstack-common_0.1+git20120203.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openstack-doc-tools/openstack-doc-tools_1.6.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openstack-nose/openstack-nose_0.11.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openstack-trove/openstack-trove_9.0.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openstereogram/openstereogram_0.1+20080921.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openstreetmap-carto/openstreetmap-carto_2.45.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openstreetmap-client/openstreetmap-client_14.03.1~ds0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openstreetmap-map-icons/openstreetmap-map-icons_0.0.svn32805.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openstv/openstv_1.6.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/opensurgsim/opensurgsim_0.7.0.orig.tar.gz
opensurgsim-0.7.0/Examples/GraphicsScene/GraphicsScene.cpp:372:6: style: Condition 'useStereo' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/Examples/GraphicsScene/GraphicsScene.cpp:339:19: note: Assignment 'useStereo=false', assigned value is 0
opensurgsim-0.7.0/Examples/GraphicsScene/GraphicsScene.cpp:372:6: note: Condition 'useStereo' is always false
opensurgsim-0.7.0/Examples/GraphicsScene/GraphicsScene.cpp:189:3: performance: Variable 'm_box' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opensurgsim-0.7.0/Examples/GraphicsScene/GraphicsScene.cpp:227:3: performance: Variable 'm_sphere' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opensurgsim-0.7.0/Examples/InputVtc/InputVtc.cpp:115:2: style: Variable 'outputComponent' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opensurgsim-0.7.0/Examples/InputVtc/InputVtc.cpp:114:0: note: Variable 'outputComponent' is reassigned a value before the old one has been used if variable is no semaphore variable.
opensurgsim-0.7.0/Examples/InputVtc/InputVtc.cpp:115:2: note: Variable 'outputComponent' is reassigned a value before the old one has been used if variable is no semaphore variable.
opensurgsim-0.7.0/SurgSim/Blocks/ImplicitSurface.cpp:204:21: performance: Function parameter 'diffuseEnvMap' should be passed by const reference. [passedByValue]
opensurgsim-0.7.0/SurgSim/Blocks/ImplicitSurface.cpp:206:21: performance: Function parameter 'specularEnvMap' should be passed by const reference. [passedByValue]
opensurgsim-0.7.0/SurgSim/Blocks/ImplicitSurface.cpp:302:21: performance: Function parameter 'diffuseEnvMap' should be passed by const reference. [passedByValue]
opensurgsim-0.7.0/SurgSim/Blocks/ImplicitSurface.cpp:304:21: performance: Function parameter 'specularEnvMap' should be passed by const reference. [passedByValue]
opensurgsim-0.7.0/SurgSim/Blocks/KeyBehavior.cpp:131:14: style: Unused variable: message [unusedVariable]
opensurgsim-0.7.0/SurgSim/Blocks/KeyBehavior.cpp:121:6: style: Redundant checking of STL container element existence before removing it. [redundantIfRemove]
opensurgsim-0.7.0/SurgSim/Blocks/MassSpring3DRepresentation.cpp:188:10: style: The scope of the variable 's' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Blocks/MassSpring3DRepresentation.cpp:189:10: style: The scope of the variable 'd' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Blocks/ShadowMapping.cpp:47:56: style: Unused variable: result [unusedVariable]
opensurgsim-0.7.0/SurgSim/Blocks/SingleKeyBehavior.cpp:70:37: style: Function 'onKeyUp' argument 1 names different: declaration 'actualKey' definition 'val'. [funcArgNamesDifferent]
opensurgsim-0.7.0/SurgSim/Blocks/SingleKeyBehavior.h:61:19: note: Function 'onKeyUp' argument 1 names different: declaration 'actualKey' definition 'val'.
opensurgsim-0.7.0/SurgSim/Blocks/SingleKeyBehavior.cpp:70:37: note: Function 'onKeyUp' argument 1 names different: declaration 'actualKey' definition 'val'.
opensurgsim-0.7.0/SurgSim/Blocks/UnitTests/CompoundShapeToGraphicsTests.cpp:42:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Blocks/UnitTests/DriveElementFromInputBehaviorTests.cpp:53:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Blocks/UnitTests/FunctionBehaviorTests.cpp:40:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Blocks/UnitTests/KeyBehaviorTests.cpp:66:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Blocks/UnitTests/PoseInterpolatorTests.cpp:72:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Blocks/UnitTests/TransferParticlesToPointCloudBehaviorTests.cpp:46:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Blocks/UnitTests/TransferPhysicsToGraphicsMeshBehaviorTests.cpp:57:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Blocks/UnitTests/VisualizeConstraintsTest.cpp:36:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/BoxPlaneContact.cpp:56:9: style: The scope of the variable 'd' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Collision/SegmentSelfContact.cpp:143:22: style: Unsigned variable 'id1' can't be negative so it is unnecessary to test it. [unsignedPositive]
opensurgsim-0.7.0/SurgSim/Collision/SegmentSelfContact.cpp:145:22: style: Unsigned variable 'id2' can't be negative so it is unnecessary to test it. [unsignedPositive]
opensurgsim-0.7.0/SurgSim/Collision/TriangleMeshPlaneContact.cpp:51:9: style: The scope of the variable 'd' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/BoxCapsuleContactCalculationTests.cpp:95:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/BoxDoubleSidedPlaneContactCalculationTests.cpp:65:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/BoxPlaneContactCalculationTests.cpp:83:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/BoxSphereContactCalculationTests.cpp:76:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/CapsuleSphereContactCalculationTests.cpp:62:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/CollisionPairTests.cpp:69:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/CompoundShapeContactCalculationTests.cpp:54:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/ContactCalculationTests.cpp:77:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/ContactCalculationTestsCommon.cpp:167:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/ContactCalculationTestsCommon.cpp:198:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/ElementContactFilterTests.cpp:93:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/OctreeContactCalculationTests.cpp:157:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/RepresentationTest.cpp:95:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/SegmentMeshTriangleMeshContactCalculationTests.cpp:242:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/SegmentSegmentCcdIntervalCheckTests.cpp:42:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/SegmentSegmentCcdMovingContactTests.cpp:108:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/SegmentSegmentCcdStaticContactTests.cpp:70:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/SegmentSelfContactTests.cpp:196:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/ShapeCollisionRepresentationTest.cpp:74:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/SphereDoubleSidedPlaneContactCalculationTests.cpp:84:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/SpherePlaneContactCalculationTests.cpp:80:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/SphereSphereContactCalculationTests.cpp:75:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/TriangleMeshParticlesContactCalculationTests.cpp:78:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/TriangleMeshPlaneContactCalculationTests.cpp:178:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/TriangleMeshSurfaceMeshContactCalculationTests.cpp:96:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Collision/UnitTests/TriangleMeshTriangleMeshContactCalculationTests.cpp:96:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/PerformanceTests/GridPerformanceTest.cpp:97:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/PerformanceTests/NamedDataPerformanceTest.cpp:89:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/PlyReader.cpp:220:8: style: The scope of the variable 'currentElementName' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/PlyReader.cpp:36:2: warning: Member variable 'Data::file_type' is not initialized in the constructor. [uninitMemberVar]
opensurgsim-0.7.0/SurgSim/DataStructures/PlyReader.cpp:36:2: warning: Member variable 'Data::version' is not initialized in the constructor. [uninitMemberVar]
opensurgsim-0.7.0/SurgSim/DataStructures/PlyReader.cpp:36:2: warning: Member variable 'Data::elementCount' is not initialized in the constructor. [uninitMemberVar]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/AabbTreeDataTests.cpp:42:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/AabbTreeNodeTests.cpp:40:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/AabbTreeTests.cpp:51:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/BufferedValueTests.cpp:35:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/DataStructuresConvertTests.cpp:111:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/Grid1DTests.cpp:38:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/Grid2DTests.cpp:39:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/Grid3DTests.cpp:39:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/GroupsTests.cpp:40:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/ImageMapTest.cpp:44:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/ImageTest.cpp:45:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/IndexedLocalCoordinateTest.cpp:64:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/LocationTests.cpp:160:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/MeshTest.cpp:50:7: style: Condition 'printPositions' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/MeshTest.cpp:40:25: note: Assignment 'printPositions=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/MeshTest.cpp:50:7: note: Condition 'printPositions' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/MeshTest.cpp:69:7: style: Condition 'printNormals' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/MeshTest.cpp:42:23: note: Assignment 'printNormals=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/MeshTest.cpp:69:7: note: Condition 'printNormals' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/NamedDataTests.cpp:420:17: warning: Access of moved variable 'setValue'. [accessMoved]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/NamedDataTests.cpp:419:20: note: Calling std::move(setValue)
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/NamedDataTests.cpp:420:17: note: $symbol:setValue
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/NamedDataTests.cpp:434:17: warning: Access of moved variable 'setValue'. [accessMoved]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/NamedDataTests.cpp:433:19: note: Calling std::move(setValue)
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/NamedDataTests.cpp:434:17: note: $symbol:setValue
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/OctreeNodeTests.cpp:63:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/OptionalValueTests.cpp:38:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/PlyReaderTests.cpp:50:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/SegmentMeshTest.cpp:131:7: style: Condition 'printPositions' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/SegmentMeshTest.cpp:118:25: note: Assignment 'printPositions=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/SegmentMeshTest.cpp:131:7: note: Condition 'printPositions' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/SegmentMeshTest.cpp:150:7: style: Condition 'printNormals' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/SegmentMeshTest.cpp:120:23: note: Assignment 'printNormals=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/SegmentMeshTest.cpp:150:7: note: Condition 'printNormals' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/SegmentMeshTest.cpp:169:7: style: Condition 'printEdges' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/SegmentMeshTest.cpp:122:21: note: Assignment 'printEdges=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/SegmentMeshTest.cpp:169:7: note: Condition 'printEdges' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:57:7: style: Condition 'printPositions' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:38:25: note: Assignment 'printPositions=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:57:7: note: Condition 'printPositions' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:76:7: style: Condition 'printNormals' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:40:23: note: Assignment 'printNormals=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:76:7: note: Condition 'printNormals' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:95:7: style: Condition 'printTetrahedrons' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:46:28: note: Assignment 'printTetrahedrons=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:95:7: note: Condition 'printTetrahedrons' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:161:7: style: Condition 'printTriangles' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:44:25: note: Assignment 'printTriangles=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:161:7: note: Condition 'printTriangles' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:175:7: style: Condition 'printEdges' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:42:21: note: Assignment 'printEdges=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TetrahedronMeshTest.cpp:175:7: note: Condition 'printEdges' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:145:7: style: Condition 'printPositions' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:128:25: note: Assignment 'printPositions=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:145:7: note: Condition 'printPositions' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:164:7: style: Condition 'printNormals' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:130:23: note: Assignment 'printNormals=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:164:7: note: Condition 'printNormals' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:183:7: style: Condition 'printTriangles' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:132:25: note: Assignment 'printTriangles=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:183:7: note: Condition 'printTriangles' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:216:7: style: Condition 'printEdges' is always false [knownConditionTrueFalse]
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:134:21: note: Assignment 'printEdges=false', assigned value is 0
opensurgsim-0.7.0/SurgSim/DataStructures/UnitTests/TriangleMeshTest.cpp:216:7: note: Condition 'printEdges' is always false
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:729:3: warning: Either the condition 'if(plyfile)' is redundant or there is possible null pointer dereference: plyfile. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:743:7: note: Assuming that condition 'if(plyfile)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:729:3: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:730:3: warning: Either the condition 'if(plyfile)' is redundant or there is possible null pointer dereference: plyfile. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:743:7: note: Assuming that condition 'if(plyfile)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:730:3: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:731:3: warning: Either the condition 'if(plyfile)' is redundant or there is possible null pointer dereference: plyfile. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:743:7: note: Assuming that condition 'if(plyfile)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:731:3: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:732:3: warning: Either the condition 'if(plyfile)' is redundant or there is possible null pointer dereference: plyfile. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:743:7: note: Assuming that condition 'if(plyfile)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:732:3: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:733:3: warning: Either the condition 'if(plyfile)' is redundant or there is possible null pointer dereference: plyfile. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:743:7: note: Assuming that condition 'if(plyfile)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:733:3: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:734:3: warning: Either the condition 'if(plyfile)' is redundant or there is possible null pointer dereference: plyfile. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:743:7: note: Assuming that condition 'if(plyfile)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:734:3: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:735:3: warning: Either the condition 'if(plyfile)' is redundant or there is possible null pointer dereference: plyfile. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:743:7: note: Assuming that condition 'if(plyfile)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:735:3: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:739:22: warning: Either the condition 'if(plyfile)' is redundant or there is possible null pointer dereference: plyfile. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:743:7: note: Assuming that condition 'if(plyfile)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:739:22: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:751:24: warning: Either the condition 'if(words)' is redundant or there is possible null pointer dereference: words. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:754:9: note: Assuming that condition 'if(words)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:751:24: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:758:26: warning: Either the condition 'if(words)' is redundant or there is possible null pointer dereference: words. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:766:11: note: Assuming that condition 'if(words)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:758:26: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:760:31: warning: Either the condition 'if(words)' is redundant or there is possible null pointer dereference: words. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:766:11: note: Assuming that condition 'if(words)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:760:31: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:762:31: warning: Either the condition 'if(words)' is redundant or there is possible null pointer dereference: words. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:766:11: note: Assuming that condition 'if(words)' is not redundant
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:762:31: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1945:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1949:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:2120:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:2125:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:2429:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:2433:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:619:9: style: Variable 'item_size' is reassigned a value before the old one has been used. [redundantAssignment]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:611:9: note: Variable 'item_size' is reassigned a value before the old one has been used.
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:619:9: note: Variable 'item_size' is reassigned a value before the old one has been used.
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:719:15: style: The scope of the variable 'elem' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:931:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1311:14: style: The scope of the variable 'other' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1341:14: style: The scope of the variable 'other' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1392:14: style: The scope of the variable 'elem' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1552:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1564:7: style: The scope of the variable 'store_it' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1565:10: style: The scope of the variable 'store_array' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1676:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1685:7: style: The scope of the variable 'store_it' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1686:10: style: The scope of the variable 'store_array' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/DataStructures/ply.c:1875:7: error: Common realloc mistake: 'words' nulled but not freed upon failure [memleakOnRealloc]
opensurgsim-0.7.0/SurgSim/Devices/DeviceFilters/UnitTests/BoolToScalarTest.cpp:57:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Devices/Keyboard/KeyboardScaffold.cpp:37:3: performance: Variable 'keyboardHandler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opensurgsim-0.7.0/SurgSim/Devices/Keyboard/UnitTests/KeyboardDeviceTest.cpp:45:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/VisualTest/main.cpp:43:2: warning: Member variable 'LabJackToPoseFilter::m_analogInputDifferentialNegative' is not initialized in the constructor. [uninitMemberVar]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:291:9: style: The scope of the variable 'readBytesSize' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1280:6: style: The scope of the variable 'readBytesSize' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1481:7: style: The scope of the variable 'readBytesSize' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:286:5: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:287:5: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:288:5: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:293:5: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:312:52: error: Accessing an item in container 'readBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:764:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:765:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:767:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1133:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1134:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1135:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1137:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1139:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1140:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1141:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1213:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1214:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1215:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1217:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1218:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1222:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1223:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1274:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1275:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1277:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1403:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1404:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1405:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1406:2: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1475:3: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1476:3: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:1478:3: error: Accessing an item in container 'sendBytes' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:259:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:373:2: warning: Member variable 'DeviceData::calibration' is not initialized in the constructor. [uninitMemberVar]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:440:32: performance: Technically the member function 'SurgSim::Devices::DeviceData::getTimerInputChannels' can be static. [functionStatic]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/linux/LabJackScaffold.cpp:459:32: performance: Technically the member function 'SurgSim::Devices::DeviceData::getTimerOutputChannels' can be static. [functionStatic]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/win32/LabJackScaffold.cpp:158:12: style: Member variable 'Handle::m_deviceHandle' is in the wrong place in the initializer list. [initializerList]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/win32/LabJackScaffold.cpp:91:3: note: Member variable 'Handle::m_deviceHandle' is in the wrong place in the initializer list.
opensurgsim-0.7.0/SurgSim/Devices/LabJack/win32/LabJackScaffold.cpp:158:12: note: Member variable 'Handle::m_deviceHandle' is in the wrong place in the initializer list.
opensurgsim-0.7.0/SurgSim/Devices/LabJack/win32/LabJackScaffold.cpp:239:32: performance: Technically the member function 'SurgSim::Devices::DeviceData::getTimerInputChannels' can be static. [functionStatic]
opensurgsim-0.7.0/SurgSim/Devices/LabJack/win32/LabJackScaffold.cpp:258:32: performance: Technically the member function 'SurgSim::Devices::DeviceData::getTimerOutputChannels' can be static. [functionStatic]
opensurgsim-0.7.0/SurgSim/Devices/Leap/UnitTests/LeapDeviceTest.cpp:45:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Devices/Leap/VisualTest/main.cpp:40:3: performance: Variable 'm_camera' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opensurgsim-0.7.0/SurgSim/Devices/Mouse/MouseScaffold.cpp:40:3: performance: Variable 'mouseHandler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opensurgsim-0.7.0/SurgSim/Devices/Mouse/UnitTests/MouseDeviceTest.cpp:45:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Devices/MultiAxis/RawMultiAxisScaffold.cpp:79:2: warning: Member variable 'DeviceData::parametersMutex' is not initialized in the constructor. [uninitMemberVar]
opensurgsim-0.7.0/SurgSim/Devices/MultiAxis/win32/WdkHidDeviceHandle.cpp:64:11: warning: Member variable 'State::overlappedReadBuffer' is not initialized in the constructor. [uninitMemberVar]
opensurgsim-0.7.0/SurgSim/Devices/Nimble/NimbleScaffold.cpp:54:22: style: struct member 'HandTrackingData::NUM_HANDS' is never used. [unusedStructMember]
opensurgsim-0.7.0/SurgSim/Devices/Nimble/NimbleScaffold.cpp:56:22: style: struct member 'HandTrackingData::NUM_FINGERS' is never used. [unusedStructMember]
opensurgsim-0.7.0/SurgSim/Devices/Nimble/NimbleScaffold.cpp:58:22: style: struct member 'HandTrackingData::NUM_POSES' is never used. [unusedStructMember]
opensurgsim-0.7.0/SurgSim/Devices/Novint/NovintScaffold.cpp:1011:16: style: Variable 'rollTorqueScale' is assigned a value that is never used. [unreadVariable]
opensurgsim-0.7.0/SurgSim/Devices/Novint/NovintScaffold.cpp:303:11: style: Member variable 'DeviceData::jointAngles' is in the wrong place in the initializer list. [initializerList]
opensurgsim-0.7.0/SurgSim/Devices/Novint/NovintScaffold.cpp:278:3: note: Member variable 'DeviceData::jointAngles' is in the wrong place in the initializer list.
opensurgsim-0.7.0/SurgSim/Devices/Novint/NovintScaffold.cpp:303:11: note: Member variable 'DeviceData::jointAngles' is in the wrong place in the initializer list.
opensurgsim-0.7.0/SurgSim/Devices/Novint/NovintScaffold.cpp:337:19: style: Member variable 'DeviceData::scaledPose' is in the wrong place in the initializer list. [initializerList]
opensurgsim-0.7.0/SurgSim/Devices/Novint/NovintScaffold.cpp:281:3: note: Member variable 'DeviceData::scaledPose' is in the wrong place in the initializer list.
opensurgsim-0.7.0/SurgSim/Devices/Novint/NovintScaffold.cpp:337:19: note: Member variable 'DeviceData::scaledPose' is in the wrong place in the initializer list.
opensurgsim-0.7.0/SurgSim/Devices/Oculus/SceneTest/OculusSceneTest.cpp:107:3: style: Exception should be caught by reference. [catchExceptionByValue]
opensurgsim-0.7.0/SurgSim/Devices/Phantom/PhantomScaffold.cpp:268:6: style: Member variable 'DeviceData::buttonsBuffer' is in the wrong place in the initializer list. [initializerList]
opensurgsim-0.7.0/SurgSim/Devices/Phantom/PhantomScaffold.cpp:255:3: note: Member variable 'DeviceData::buttonsBuffer' is in the wrong place in the initializer list.
opensurgsim-0.7.0/SurgSim/Devices/Phantom/PhantomScaffold.cpp:268:6: note: Member variable 'DeviceData::buttonsBuffer' is in the wrong place in the initializer list.
opensurgsim-0.7.0/SurgSim/Devices/TrackIR/win32/TrackIRScaffold.cpp:106:32: style: Member variable 'DeviceData::vector' is in the wrong place in the initializer list. [initializerList]
opensurgsim-0.7.0/SurgSim/Devices/TrackIR/win32/TrackIRScaffold.cpp:57:3: note: Member variable 'DeviceData::vector' is in the wrong place in the initializer list.
opensurgsim-0.7.0/SurgSim/Devices/TrackIR/win32/TrackIRScaffold.cpp:106:32: note: Member variable 'DeviceData::vector' is in the wrong place in the initializer list.
opensurgsim-0.7.0/SurgSim/Framework/Accessible.cpp:176:5: style: Exception should be caught by reference. [catchExceptionByValue]
opensurgsim-0.7.0/SurgSim/Framework/Barrier.cpp:53:13: style: Same expression on both sides of '==' because the value of 'gen' and 'm_generation' are the same. [duplicateExpression]
opensurgsim-0.7.0/SurgSim/Framework/Barrier.cpp:38:15: note: 'gen' is assigned value 'm_generation' here.
opensurgsim-0.7.0/SurgSim/Framework/Barrier.cpp:53:13: note: Same expression on both sides of '==' because the value of 'gen' and 'm_generation' are the same.
opensurgsim-0.7.0/SurgSim/Framework/BasicThread.cpp:232:2: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
opensurgsim-0.7.0/SurgSim/Framework/BasicThread.cpp:230:0: note: Variable 'success' is reassigned a value before the old one has been used.
opensurgsim-0.7.0/SurgSim/Framework/BasicThread.cpp:232:2: note: Variable 'success' is reassigned a value before the old one has been used.
opensurgsim-0.7.0/SurgSim/Framework/Runtime.cpp:127:7: style: The scope of the variable 'doExit' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Framework/Runtime.cpp:469:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
opensurgsim-0.7.0/SurgSim/Framework/Runtime.cpp:436:3: style: Exception should be caught by reference. [catchExceptionByValue]
opensurgsim-0.7.0/SurgSim/Framework/Runtime.cpp:460:3: style: Exception should be caught by reference. [catchExceptionByValue]
opensurgsim-0.7.0/SurgSim/Framework/Runtime.cpp:465:3: style: Exception should be caught by reference. [catchExceptionByValue]
opensurgsim-0.7.0/SurgSim/Framework/SamplingMetricBase.cpp:71:60: style: Function 'setMaxNumberOfMeasurements' argument 1 names different: declaration 'numberOfMeasurements' definition 'maxNumberOfMeasurements'. [funcArgNamesDifferent]
opensurgsim-0.7.0/SurgSim/Framework/SamplingMetricBase.h:76:41: note: Function 'setMaxNumberOfMeasurements' argument 1 names different: declaration 'numberOfMeasurements' definition 'maxNumberOfMeasurements'.
opensurgsim-0.7.0/SurgSim/Framework/SamplingMetricBase.cpp:71:60: note: Function 'setMaxNumberOfMeasurements' argument 1 names different: declaration 'numberOfMeasurements' definition 'maxNumberOfMeasurements'.
opensurgsim-0.7.0/SurgSim/Framework/Scene.cpp:53:21: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
opensurgsim-0.7.0/SurgSim/Framework/SceneElement.cpp:349:6: style: Exception should be caught by reference. [catchExceptionByValue]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/AccessibleTests.cpp:224:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/AccessibleTypeTests.cpp:146:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/AssertTest.cpp:106:36: style: Same expression on both sides of '=='. [duplicateExpression]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/AssertTest.cpp:148:36: style: Same expression on both sides of '=='. [duplicateExpression]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/AssertTest.cpp:170:36: style: Same expression on both sides of '=='. [duplicateExpression]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/AssertTest.cpp:193:36: style: Same expression on both sides of '=='. [duplicateExpression]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/AssetTests.cpp:65:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/MockObjects.h:82:11: warning: Member variable 'MockThread::runIndefinetly' is not initialized in the constructor. [uninitMemberVar]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/MockObjects.h:43:3: performance: Variable 'm_localRuntime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/BasicSceneElementTests.cpp:59:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/BasicThreadTests.cpp:44:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/ComponentManagerTests.cpp:78:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/ComponentTest.cpp:536:2: style: Variable 'decodedComponent' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/ComponentTest.cpp:531:2: note: Variable 'decodedComponent' is reassigned a value before the old one has been used if variable is no semaphore variable.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/ComponentTest.cpp:536:2: note: Variable 'decodedComponent' is reassigned a value before the old one has been used if variable is no semaphore variable.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:127:2: warning: Member variable 'BigData::padding' is not initialized in the constructor. [uninitMemberVar]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:131:2: warning: Member variable 'BigData::padding' is not initialized in the constructor. [uninitMemberVar]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:132:7: warning: Member variable 'BigData::padding' is not assigned a value in 'BigData::operator='. [operatorEqVarError]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:138:2: warning: Member variable 'BigData::padding' is not initialized in the constructor. [uninitMemberVar]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:142:7: warning: Member variable 'BigData::padding' is not assigned a value in 'BigData::operator='. [operatorEqVarError]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:42:2: style: 'Copyable::operator=' should return 'Copyable &'. [operatorEq]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:100:2: style: 'Movable::operator=' should return 'Movable &'. [operatorEq]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:132:2: style: 'BigData::operator=' should return 'BigData &'. [operatorEq]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:142:2: style: 'BigData::operator=' should return 'BigData &'. [operatorEq]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:219:16: warning: Access of moved variable 'initial'. [accessMoved]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:214:33: note: Calling std::move(initial)
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:219:16: note: $symbol:initial
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:244:16: warning: Access of moved variable 'content'. [accessMoved]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:243:32: note: Calling std::move(content)
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:244:16: note: $symbol:content
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:251:16: warning: Access of moved variable 'content'. [accessMoved]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:243:32: note: Calling std::move(content)
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:251:16: note: $symbol:content
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:295:16: warning: Access of moved variable 'initial'. [accessMoved]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:288:32: note: Calling std::move(initial)
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:295:16: note: $symbol:initial
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:298:2: warning: Access of moved variable 'initial'. [accessMoved]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:288:32: note: Calling std::move(initial)
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:298:2: note: $symbol:initial
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:306:2: warning: Access of moved variable 'initial'. [accessMoved]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:288:32: note: Calling std::move(initial)
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:306:2: note: $symbol:initial
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:307:21: warning: Access of moved variable 'initial'. [accessMoved]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:288:32: note: Calling std::move(initial)
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:307:21: note: $symbol:initial
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:314:16: warning: Access of moved variable 'initial'. [accessMoved]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:307:11: note: Calling std::move(initial)
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:314:16: note: $symbol:initial
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:470:3: warning: Access of moved variable 'content'. [accessMoved]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:456:33: note: Calling std::move(content)
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:470:3: note: $symbol:content
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:471:22: warning: Access of moved variable 'content'. [accessMoved]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:456:33: note: Calling std::move(content)
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/LockedContainerTest.cpp:471:22: note: $symbol:content
Access of moved variable '$symbol'.
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/ObjectFactoryTests.cpp:100:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/SceneElementTest.cpp:104:3: performance: Variable 'component' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/SceneTest.cpp:37:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/ThreadPoolTest.cpp:40:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Framework/UnitTests/TransferPropertiesBehaviorTests.cpp:54:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/Camera.cpp:173:15: error: Accessing an item in container 'result' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Graphics/OsgTextRepresentation.cpp:65:2: style: Exception should be caught by reference. [catchExceptionByValue]
opensurgsim-0.7.0/SurgSim/Graphics/OsgView.cpp:357:19: warning: Either the condition '!wsi' is redundant or there is possible null pointer dereference: wsi. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/Graphics/OsgView.cpp:352:6: note: Assuming that condition '!wsi' is not redundant
opensurgsim-0.7.0/SurgSim/Graphics/OsgView.cpp:357:19: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/Graphics/OsgView.cpp:370:2: warning: Either the condition '!wsi' is redundant or there is possible null pointer dereference: wsi. [nullPointerRedundantCheck]
opensurgsim-0.7.0/SurgSim/Graphics/OsgView.cpp:352:6: note: Assuming that condition '!wsi' is not redundant
opensurgsim-0.7.0/SurgSim/Graphics/OsgView.cpp:370:2: note: Null pointer dereference
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/ImplicitSurfaceRenderTests.cpp:60:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgBoxRepresentationRenderTests.cpp:58:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgCameraRenderTests.cpp:74:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgCapsuleRepresentationRenderTests.cpp:53:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgCurveRepresentationRenderTests.cpp:79:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgCylinderRepresentationRenderTests.cpp:38:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgMeshRepresentationRenderTests.cpp:76:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgPointCloudRepresentationRenderTests.cpp:92:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgProgramRenderTests.cpp:172:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgRepresentationRenderTests.cpp:66:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgSceneryRepresentationRenderTests.cpp:39:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgScreenSpaceQuadRenderTests.cpp:61:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgSkeletonRepresentationRenderTests.cpp:60:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgSphereRepresentationRenderTests.cpp:53:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgTextRepresentationRenderTests.cpp:70:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/OsgViewElementRenderTests.cpp:95:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/RenderTests/PaintBehaviorRenderTests.cpp:47:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/GroupTests.cpp:34:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/ManagerTests.cpp:84:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/MeshTests.cpp:54:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgBoxRepresentationTests.cpp:54:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgCameraTests.cpp:75:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgCapsuleRepresentationTests.cpp:65:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgCurveRepresentationTests.cpp:39:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgCylinderRepresentationTests.cpp:68:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgGroupTests.cpp:44:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgLightTests.cpp:80:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgManagerTests.cpp:85:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgMaterialTests.cpp:73:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgMeshRepresentationTests.cpp:64:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgPlaneRepresentationTests.cpp:57:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgPointCloudRepresentationTests.cpp:46:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgProgramTests.cpp:84:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgRenderTargetTests.cpp:33:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgRepresentationTests.cpp:58:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgScreenSpaceQuadTests.cpp:61:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgSkeletonRepresentationTests.cpp:58:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgSphereRepresentationTests.cpp:56:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgTextRepresentationTests.cpp:70:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgTexture1dTests.cpp:43:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgTexture2dTests.cpp:40:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgTexture3dTests.cpp:40:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgTextureCubeMapTests.cpp:43:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgTextureRectangleTests.cpp:40:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgTextureTests.cpp:47:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgTextureUniformTests.cpp:66:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgUniformBaseTests.cpp:44:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgUniformTests.cpp:280:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgUniformTypesTests.cpp:34:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgViewElementTests.cpp:42:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/OsgViewTests.cpp:58:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/PaintBehaviorTests.cpp:32:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/RenderPassTests.cpp:44:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/ViewElementTests.cpp:103:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Graphics/UnitTests/ViewTests.cpp:37:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Input/UnitTests/InputManagerTest.cpp:112:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/CardinalSplines.cpp:50:30: style: Unsigned variable 'subdivisions' can't be negative so it is unnecessary to test it. [unsignedPositive]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/AabbTests.cpp:64:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/CompoundShapeTests.cpp:52:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/CubicSolverTests.cpp:71:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/GeometryTests.cpp:147:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/IntervalArithmeticTests.cpp:65:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/KalmanFilterTests.cpp:63:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/LinearMotionArithmeticTests.cpp:304:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/LinearSolveAndInverseTests.cpp:146:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/LinearSparseSolveAndInverseTests.cpp:93:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/MeshShapeTests.cpp:100:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/MinMaxTests.cpp:32:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/MlcpGaussSeidelSolverTests.cpp:145:49: style: Unused variable: constraintTypes [unusedVariable]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/OdeSolverEulerExplicitModifiedTests.cpp:44:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/OdeSolverEulerExplicitTests.cpp:44:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/OdeSolverEulerImplicitTests.cpp:44:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/OdeSolverRungeKutta4Tests.cpp:43:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/OdeSolverStaticTests.cpp:43:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/OdeSolverTests.cpp:63:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/ParticlesShapeTests.cpp:42:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/PolynomialRootTests.cpp:35:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/PolynomialTests.cpp:264:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/PolynomialValuesTests.cpp:35:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/RigidTransformTests.cpp:197:0: error: Analysis failed. If the code is valid then please report this failure. [cppcheckError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/ScalarTests.cpp:33:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/ShapeTests.cpp:68:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/TriangleCapsuleContactCalculationTests.cpp:246:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/TriangleTriangleContactCalculationTests.cpp:175:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/TriangleTriangleIntersectionTests.cpp:30:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/TriangleTriangleSeparatingAxisContactCalculationTests.cpp:165:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/VectorTests.cpp:1434:2: error: Accessing an item in container 'p' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/VectorTests.cpp:1435:2: error: Accessing an item in container 'p' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/VectorTests.cpp:1442:3: error: Accessing an item in container 'q' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/VectorTests.cpp:1443:3: error: Accessing an item in container 'q' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/VectorTests.cpp:1452:3: error: Accessing an item in container 'q' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Math/UnitTests/VectorTests.cpp:1453:3: error: Accessing an item in container 'q' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Particles/Emitter.cpp:94:9: style: The scope of the variable 'lifetime' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Particles/RandomSpherePointGenerator.cpp:49:9: style: The scope of the variable 'z' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Particles/RandomSpherePointGenerator.cpp:50:9: style: The scope of the variable 'phi' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Particles/RandomSpherePointGenerator.cpp:51:9: style: The scope of the variable 'theta' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Particles/RandomSpherePointGenerator.cpp:52:9: style: The scope of the variable 'cosineTheta' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Particles/RenderTests/RenderTestSphRepresentation.cpp:144:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Particles/UnitTests/EmitterTests.cpp:64:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Particles/UnitTests/ParticlesCollisionRepresentationTests.cpp:52:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Particles/UnitTests/PointGeneratorTests.cpp:74:2: error: Accessing an item in container 'triangleIds' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Particles/UnitTests/PointGeneratorTests.cpp:75:2: error: Accessing an item in container 'triangleIds' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Particles/UnitTests/PointGeneratorTests.cpp:76:2: error: Accessing an item in container 'triangleIds' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Particles/UnitTests/RepresentationTests.cpp:42:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Particles/UnitTests/SinkTests.cpp:51:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Particles/UnitTests/SphRepresentationTests.cpp:36:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/Fem1DLocalization.cpp:58:63: style: The scope of the variable 'newDistance' can be reduced. [variableScope]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:825:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:826:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:827:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:830:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:831:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:832:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:834:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:835:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:836:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:846:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:847:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:848:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:851:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:852:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:853:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:855:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:856:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:857:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:867:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:868:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:869:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:871:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:872:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:873:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:875:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:876:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:877:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:887:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:888:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:889:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:891:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:892:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:893:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:895:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:896:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:897:2: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:734:2: style: Variable 'x0' is assigned a value that is never used. [unreadVariable]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:734:7: style: Variable 'y0' is assigned a value that is never used. [unreadVariable]
opensurgsim-0.7.0/SurgSim/Physics/Fem2DElementTriangle.cpp:734:12: style: Variable 'y1' is assigned a value that is never used. [unreadVariable]
opensurgsim-0.7.0/SurgSim/Physics/FemConstraintFrictionalSliding.cpp:59:2: error: Accessing an item in container 'directions' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/FemConstraintFrictionalSliding.cpp:60:2: error: Accessing an item in container 'directions' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/FemConstraintFrictionalSliding.cpp:61:2: error: Accessing an item in container 'directions' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/MassSpringRepresentation.cpp:171:24: style: Unsigned variable 'nodeId' can't be negative so it is unnecessary to test it. [unsignedPositive]
opensurgsim-0.7.0/SurgSim/Physics/PerformanceTests/DivisibleCubeRepresentation.cpp:134:5: error: Accessing an item in container 'cubeNodeIds' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/PerformanceTests/DivisibleCubeRepresentation.cpp:135:5: error: Accessing an item in container 'cubeNodeIds' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/PerformanceTests/DivisibleCubeRepresentation.cpp:136:5: error: Accessing an item in container 'cubeNodeIds' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/PerformanceTests/DivisibleCubeRepresentation.cpp:137:5: error: Accessing an item in container 'cubeNodeIds' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/PerformanceTests/DivisibleCubeRepresentation.cpp:138:5: error: Accessing an item in container 'cubeNodeIds' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/PerformanceTests/DivisibleCubeRepresentation.cpp:139:5: error: Accessing an item in container 'cubeNodeIds' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/PerformanceTests/DivisibleCubeRepresentation.cpp:140:5: error: Accessing an item in container 'cubeNodeIds' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/PerformanceTests/DivisibleCubeRepresentation.cpp:141:5: error: Accessing an item in container 'cubeNodeIds' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/PerformanceTests/Fem3DPerformanceTest.cpp:170:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/PerformanceTests/Fem3DSolutionComponentsTest.cpp:203:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/RenderTests/CompoundCollisionRenderTest.cpp:251:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/RenderTests/Fem3DMeshRenderTest.cpp:154:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/RenderTests/Fem3DvsTruthCubeRenderTest.cpp:582:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/RenderTests/RenderTestRigidBodies.cpp:263:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/BuildMlcpTests.cpp:50:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/CcdCollisionLoopTest.cpp:66:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/ComputationGroupTest.cpp:70:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/ComputationTests.cpp:42:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/ConstraintComponentTests.cpp:33:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/ConstraintImplementationFactoryTests.cpp:80:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/ConstraintTests.cpp:155:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/ContactConstraintGenerationTests.cpp:88:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/ContactFilteringTest.cpp:95:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/DcdCollisionTests.cpp:51:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/DeformableCollisionRepresentationTest.cpp:61:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem1DConstraintFixedPointTests.cpp:100:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem1DConstraintFixedRotationVectorTests.cpp:102:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem1DLocalizationTest.cpp:111:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem1DMechanicalValidationTests.cpp:222:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem1DPlyReaderDelegateTests.cpp:31:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem1DRepresentationTests.cpp:43:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DConstraintFixedPointTests.cpp:101:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:230:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:232:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:234:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:237:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:239:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:241:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:244:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:246:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:248:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:257:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:259:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:261:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:264:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:266:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:268:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:271:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:273:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:275:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:284:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:286:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:288:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:291:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:293:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:295:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:298:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:300:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:302:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:312:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:314:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:316:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:319:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:321:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:323:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:326:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:328:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:330:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:339:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:341:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:343:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:346:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:348:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:350:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:353:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:355:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:357:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:366:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:368:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:370:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:373:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:375:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:377:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:380:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:382:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:384:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:426:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:428:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:430:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:433:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:435:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:437:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:440:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:442:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:444:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:460:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:462:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:464:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:467:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:469:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:471:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:474:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:476:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DElementTriangleTests.cpp:478:3: error: Accessing an item in container 'res' that is empty. [containerOutOfBounds]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DLocalizationTest.cpp:112:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DMechanicalValidationTests.cpp:193:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DPlyReaderDelegateTests.cpp:31:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem2DRepresentationTests.cpp:44:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem3DConstraintFixedPointTests.cpp:93:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem3DElementCubeTests.cpp:672:3: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem3DLocalizationTest.cpp:154:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem3DPlyReaderDelegateTests.cpp:83:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/Fem3DRepresentationTests.cpp:95:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/FemElementTests.cpp:109:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/FemLocalizationTest.cpp:111:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/FemRepresentationTests.cpp:122:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/FixedConstraintFixedPointTests.cpp:46:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/FixedConstraintFixedRotationVectorTests.cpp:48:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/MassSpringConstraintFixedPointTest.cpp:95:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/MassSpringConstraintFrictionlessContactTest.cpp:105:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/MassSpringLocalizationTest.cpp:49:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/ParticleCollisionResponseTests.cpp:56:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/PhysicsManagerTests.cpp:93:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/PrepareCollisionPairsTests.cpp:102:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/PushResultsTests.cpp:56:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/RigidCollisionRepresentationTest.cpp:61:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/RigidConstraintFixedPointTests.cpp:55:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/RigidConstraintFixedRotationVectorTests.cpp:55:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/RigidRepresentationTest.cpp:132:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Physics/UnitTests/VirtualToolCouplerTest.cpp:194:0: error: syntax error [syntaxError]
opensurgsim-0.7.0/SurgSim/Testing/MlcpIO/ReadText.cpp:120:8: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
opensurgsim-0.7.0/SurgSim/Testing/MlcpIO/ReadText.cpp:219:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
opensurgsim-0.7.0/SurgSim/Testing/MlcpIO/WriteText.cpp:141:0: error: Resource leak: out [resourceLeak]
[13:13]

ftp://ftp.se.debian.org/debian/pool/main/o/opensvc/opensvc_1.8~20170412.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openswan/openswan_2.6.37.orig.tar.gz
openswan-2.6.37/contrib/_updown/_updown.c:135:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/contrib/ldsaref/saref.c:33:9: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openswan-2.6.37/contrib/ldsaref/saref.c:20:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
openswan-2.6.37/contrib/lucent/UDP501encap.c:176:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
openswan-2.6.37/contrib/sarefnc/data/xor.c:49:16: style: The scope of the variable 'y' can be reduced. [variableScope]
openswan-2.6.37/contrib/sarefnc/netcat.c:725:3: style: Variable 'lclend->sin_family' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openswan-2.6.37/contrib/sarefnc/netcat.c:722:5: note: Variable 'lclend->sin_family' is reassigned a value before the old one has been used if variable is no semaphore variable.
openswan-2.6.37/contrib/sarefnc/netcat.c:725:3: note: Variable 'lclend->sin_family' is reassigned a value before the old one has been used if variable is no semaphore variable.
openswan-2.6.37/contrib/sarefnc/netcat.c:379:16: style: The scope of the variable 'x' can be reduced. [variableScope]
openswan-2.6.37/contrib/sarefnc/netcat.c:1183:7: style: The scope of the variable 'soc' can be reduced. [variableScope]
openswan-2.6.37/contrib/sarefnc/netcat.c:1186:28: style: The scope of the variable 'a' can be reduced. [variableScope]
openswan-2.6.37/contrib/sarefnc/netcat.c:1187:16: style: The scope of the variable 'x' can be reduced. [variableScope]
openswan-2.6.37/contrib/sarefnc/netcat.c:1498:10: style: The scope of the variable 'p' can be reduced. [variableScope]
openswan-2.6.37/contrib/sarefnc/netcat.c:1532:10: style: The scope of the variable 'loport' can be reduced. [variableScope]
openswan-2.6.37/contrib/sarefnc/netcat.c:1533:10: style: The scope of the variable 'hiport' can be reduced. [variableScope]
openswan-2.6.37/contrib/sarefnc/netcat.c:1579:17: style: Checking if unsigned variable 'insaved' is less than zero. [unsignedLessThanZero]
openswan-2.6.37/contrib/sarefnc/netcat.c:1703:13: style: Checking if unsigned variable 'o_wait' is less than zero. [unsignedLessThanZero]
openswan-2.6.37/contrib/sarefnc/netcat.c:1506:14: error: Expression '*(p++)=*(p+1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
openswan-2.6.37/contrib/sarefnc/netcat.c:419:37: style: Array index 'x' is used before limits check. [arrayIndexThenCheck]
openswan-2.6.37/contrib/sarefnc/netcat.c:428:29: style: Array index 'x' is used before limits check. [arrayIndexThenCheck]
openswan-2.6.37/lib/libbsdpfkey/ipsec_dump_policy.c:165:35: error: Undefined behavior: Variable 'buf' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
openswan-2.6.37/lib/libbsdpfkey/pfkey.c:150:6: style: The scope of the variable 'algno' can be reduced. [variableScope]
openswan-2.6.37/lib/libbsdpfkey/pfkey.c:152:6: style: The scope of the variable 'satype' can be reduced. [variableScope]
openswan-2.6.37/lib/libbsdpfkey/pfkey.c:793:31: style: The scope of the variable 'sup' can be reduced. [variableScope]
openswan-2.6.37/lib/libbsdpfkey/pfkey.c:795:6: style: The scope of the variable 'properlen' can be reduced. [variableScope]
openswan-2.6.37/lib/libbsdpfkey/pfkey.c:1781:19: style: The scope of the variable 'ext' can be reduced. [variableScope]
openswan-2.6.37/lib/libbsdpfkey/pfkey_dump.c:368:7: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
openswan-2.6.37/lib/libbsdpfkey/pfkey_dump.c:373:19: style: The scope of the variable 'sa' can be reduced. [variableScope]
openswan-2.6.37/lib/libbsdpfkey/test-policy.c:78:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
openswan-2.6.37/lib/libcrypto/libaes/test_main.c:37:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openswan-2.6.37/lib/libcrypto/libaes/test_main.c:39:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openswan-2.6.37/lib/libcrypto/libblowfish/bf_enc.c:225:56: style: Function 'BF_cbc_encrypt' argument 6 names different: declaration 'enc' definition 'encrypt'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libblowfish/blowfish.h:122:51: note: Function 'BF_cbc_encrypt' argument 6 names different: declaration 'enc' definition 'encrypt'.
openswan-2.6.37/lib/libcrypto/libblowfish/bf_enc.c:225:56: note: Function 'BF_cbc_encrypt' argument 6 names different: declaration 'enc' definition 'encrypt'.
openswan-2.6.37/lib/libcrypto/libblowfish/bf_enc.c:302:7: style: Variable 'tin0' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libcrypto/libblowfish/bf_enc.c:302:12: style: Variable 'tin1' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libcrypto/libblowfish/bf_enc.c:302:18: style: Variable 'tout0' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libcrypto/libblowfish/bf_enc.c:302:24: style: Variable 'tout1' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libcrypto/libblowfish/bf_enc.c:303:9: style: Variable 'tin' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libcrypto/libdes/fcrypt_b.c:89:26: style: Unused variable: u [unusedVariable]
openswan-2.6.37/lib/libcrypto/libdes/fcrypt_b.c:100:16: style: Variable 's' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libcrypto/libdes/fcrypt_b.c:101:5: style: Variable 'E0' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libcrypto/libdes/fcrypt_b.c:102:5: style: Variable 'E1' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libcrypto/libdes/speed.c:158:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openswan-2.6.37/lib/libcrypto/liboswcrypto/cryptodev.c:415:2: style: Variable 'fixed_len' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/libcrypto/liboswcrypto/cryptodev.c:410:0: note: Variable 'fixed_len' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libcrypto/liboswcrypto/cryptodev.c:415:2: note: Variable 'fixed_len' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libcrypto/liboswcrypto/cryptodev.c:725:2: style: Variable 'fixed_len' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/libcrypto/liboswcrypto/cryptodev.c:721:0: note: Variable 'fixed_len' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libcrypto/liboswcrypto/cryptodev.c:725:2: note: Variable 'fixed_len' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libcrypto/liboswcrypto/cryptodev.c:555:14: error: Uninitialized variable: datac [uninitvar]
openswan-2.6.37/lib/libcrypto/liboswcrypto/cryptodev.c:556:14: error: Uninitialized variable: datac [uninitvar]
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:442:38: style: Function 'serpent_set_key' argument 1 names different: declaration 'ctx' definition 'cx'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libserpent/serpent.h:14:38: note: Function 'serpent_set_key' argument 1 names different: declaration 'ctx' definition 'cx'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:442:38: note: Function 'serpent_set_key' argument 1 names different: declaration 'ctx' definition 'cx'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:442:63: style: Function 'serpent_set_key' argument 2 names different: declaration 'in_key' definition 'key'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libserpent/serpent.h:14:54: note: Function 'serpent_set_key' argument 2 names different: declaration 'in_key' definition 'key'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:442:63: note: Function 'serpent_set_key' argument 2 names different: declaration 'in_key' definition 'key'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:626:38: style: Function 'serpent_encrypt' argument 1 names different: declaration 'ctx' definition 'cx'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libserpent/serpent.h:16:38: note: Function 'serpent_encrypt' argument 1 names different: declaration 'ctx' definition 'cx'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:626:38: note: Function 'serpent_encrypt' argument 1 names different: declaration 'ctx' definition 'cx'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:626:52: style: Function 'serpent_encrypt' argument 2 names different: declaration 'in_blk' definition 'in'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libserpent/serpent.h:16:54: note: Function 'serpent_encrypt' argument 2 names different: declaration 'in_blk' definition 'in'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:626:52: note: Function 'serpent_encrypt' argument 2 names different: declaration 'in_blk' definition 'in'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:627:11: style: Function 'serpent_encrypt' argument 3 names different: declaration 'out_blk' definition 'out'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libserpent/serpent.h:16:67: note: Function 'serpent_encrypt' argument 3 names different: declaration 'out_blk' definition 'out'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:627:11: note: Function 'serpent_encrypt' argument 3 names different: declaration 'out_blk' definition 'out'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:812:38: style: Function 'serpent_decrypt' argument 1 names different: declaration 'ctx' definition 'cx'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libserpent/serpent.h:15:38: note: Function 'serpent_decrypt' argument 1 names different: declaration 'ctx' definition 'cx'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:812:38: note: Function 'serpent_decrypt' argument 1 names different: declaration 'ctx' definition 'cx'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:812:52: style: Function 'serpent_decrypt' argument 2 names different: declaration 'in_blk' definition 'in'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libserpent/serpent.h:15:54: note: Function 'serpent_decrypt' argument 2 names different: declaration 'in_blk' definition 'in'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:812:52: note: Function 'serpent_decrypt' argument 2 names different: declaration 'in_blk' definition 'in'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:813:11: style: Function 'serpent_decrypt' argument 3 names different: declaration 'out_blk' definition 'out'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libserpent/serpent.h:15:67: note: Function 'serpent_decrypt' argument 3 names different: declaration 'out_blk' definition 'out'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:813:11: note: Function 'serpent_decrypt' argument 3 names different: declaration 'out_blk' definition 'out'.
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:471:34: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 465. [shiftTooManyBitsSigned]
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:465:17: note: Assuming that condition 'key_len<256' is not redundant
openswan-2.6.37/lib/libcrypto/libserpent/serpent.c:471:34: note: Shift
openswan-2.6.37/lib/libcrypto/libserpent/test_main.c:30:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openswan-2.6.37/lib/libcrypto/libserpent/test_main.c:32:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openswan-2.6.37/lib/libcrypto/libserpent/test_main.c:30:39: error: Uninitialized variable: ret [uninitvar]
openswan-2.6.37/lib/libcrypto/libsha1/sha1.c:60:19: style: union member 'CHAR64LONG16::c' is never used. [unusedStructMember]
openswan-2.6.37/lib/libcrypto/libtwofish/test_main.c:30:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openswan-2.6.37/lib/libcrypto/libtwofish/test_main.c:32:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openswan-2.6.37/lib/libcrypto/libtwofish/test_main.c:30:39: error: Uninitialized variable: ret [uninitvar]
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.c:578:39: style: Function 'twofish_set_key' argument 1 names different: declaration 'tf_ctx' definition 'ctx'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.h:17:38: note: Function 'twofish_set_key' argument 1 names different: declaration 'tf_ctx' definition 'ctx'.
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.c:578:39: note: Function 'twofish_set_key' argument 1 names different: declaration 'tf_ctx' definition 'ctx'.
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.c:579:29: style: Function 'twofish_set_key' argument 2 names different: declaration 'in_key' definition 'key'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.h:17:63: note: Function 'twofish_set_key' argument 2 names different: declaration 'in_key' definition 'key'.
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.c:579:29: note: Function 'twofish_set_key' argument 2 names different: declaration 'in_key' definition 'key'.
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.c:791:39: style: Function 'twofish_encrypt' argument 1 names different: declaration 'tf_ctx' definition 'ctx'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.h:18:38: note: Function 'twofish_encrypt' argument 1 names different: declaration 'tf_ctx' definition 'ctx'.
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.c:791:39: note: Function 'twofish_encrypt' argument 1 names different: declaration 'tf_ctx' definition 'ctx'.
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.c:827:39: style: Function 'twofish_decrypt' argument 1 names different: declaration 'tf_ctx' definition 'ctx'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.h:19:39: note: Function 'twofish_decrypt' argument 1 names different: declaration 'tf_ctx' definition 'ctx'.
openswan-2.6.37/lib/libcrypto/libtwofish/twofish.c:827:39: note: Function 'twofish_decrypt' argument 1 names different: declaration 'tf_ctx' definition 'ctx'.
openswan-2.6.37/lib/libdns/compress.c:120:23: style: The scope of the variable 'hash' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/compress.c:179:15: style: The scope of the variable 'hash' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/compress.c:182:15: style: The scope of the variable 'tlength' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/gen.c:720:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/lib/libdns/gen.c:737:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/lib/libdns/gen.c:748:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/lib/libdns/gen.c:493:16: style: The scope of the variable 'ttn' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/gen.c:493:22: style: The scope of the variable 'ttn2' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/gen.c:494:15: style: The scope of the variable 'hash' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/gen.c:495:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/gen.c:504:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:2186:2: style: Variable 'dest->ndata' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/libdns/name.c:2182:2: note: Variable 'dest->ndata' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libdns/name.c:2186:2: note: Variable 'dest->ndata' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libdns/name.c:327:15: style: The scope of the variable 'n' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:371:17: style: The scope of the variable 'ndata' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:394:16: style: The scope of the variable 'c' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:620:18: style: The scope of the variable 'count' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:672:26: style: The scope of the variable 'count1' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:672:34: style: The scope of the variable 'count2' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:672:42: style: The scope of the variable 'count' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:891:15: style: The scope of the variable 'len' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:1210:21: style: The scope of the variable 'count' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:1362:21: style: The scope of the variable 'count' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:1467:21: style: The scope of the variable 'count' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:1541:23: style: The scope of the variable 'count' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:1838:25: style: The scope of the variable 'offsets' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/name.c:482:2: error: Uninitialized variable: odata [uninitvar]
openswan-2.6.37/lib/libdns/name.c:530:2: error: Uninitialized variable: odata1 [uninitvar]
openswan-2.6.37/lib/libdns/name.c:531:2: error: Uninitialized variable: odata2 [uninitvar]
openswan-2.6.37/lib/libdns/name.c:799:2: error: Uninitialized variable: odata [uninitvar]
openswan-2.6.37/lib/libdns/name.c:828:2: error: Uninitialized variable: odata [uninitvar]
openswan-2.6.37/lib/libdns/name.c:902:2: error: Uninitialized variable: odata [uninitvar]
openswan-2.6.37/lib/libdns/name.c:983:2: error: Uninitialized variable: odata [uninitvar]
openswan-2.6.37/lib/libdns/name.c:1613:2: error: Uninitialized variable: odata [uninitvar]
openswan-2.6.37/lib/libdns/name.c:1817:0: error: Uninitialized variable: go [uninitvar]
openswan-2.6.37/lib/libdns/rcode.c:202:2: warning: The buffer 'buffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openswan-2.6.37/lib/libdns/rdata.c:687:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/libdns/rdata.c:683:3: note: Variable 'result' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libdns/rdata.c:687:3: note: Variable 'result' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libdns/rdata.c:664:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata.c:1022:6: style: The scope of the variable 'd' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata.c:1023:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata.c:1407:7: style: The scope of the variable 'c' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata.c:1584:14: style: The scope of the variable 'file' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata.c:1585:16: style: The scope of the variable 'line' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata.c:1586:7: style: The scope of the variable 'namebuf' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata.c:799:30: style: Variable 'common' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libdns/rdata.c:861:2: style: Variable 'return' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libdns/rdata.c:870:2: style: Variable 'return' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libdns/rdata.c:928:2: style: Variable 'snprintf' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/lib/libdns/rdata.c:1009:2: style: Variable 'tl' is modified but its new value is never used. [unreadVariable]
openswan-2.6.37/lib/libdns/rdata.c:861:10: error: Uninitialized variable: result [uninitvar]
openswan-2.6.37/lib/libdns/rdata.c:870:10: error: Uninitialized variable: result [uninitvar]
openswan-2.6.37/lib/libdns/rdata/any_255/tsig_250.c:36:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/generic/loc_29.c:546:2: warning: %ld in format string (no. 12) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openswan-2.6.37/lib/libdns/rdata/generic/loc_29.c:546:2: warning: %ld in format string (no. 13) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openswan-2.6.37/lib/libdns/rdata/generic/nsec_47.c:94:15: style: The scope of the variable 'window' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/generic/nsec_47.c:141:15: style: The scope of the variable 'window' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/generic/nsec_47.c:237:23: style: The scope of the variable 'window' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/generic/proforma.c:27:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openswan-2.6.37/lib/libdns/rdata/generic/rrsig_46.c:34:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/generic/sig_24.c:34:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/generic/tkey_249.c:38:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/a6_38.c:35:16: style: The scope of the variable 'octets' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/a6_38.c:36:16: style: The scope of the variable 'mask' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/a6_38.c:104:16: style: The scope of the variable 'octets' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/a6_38.c:105:16: style: The scope of the variable 'mask' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/a6_38.c:150:16: style: The scope of the variable 'octets' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/a6_38.c:151:16: style: The scope of the variable 'mask' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/a6_38.c:226:6: style: The scope of the variable 'order' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/a6_38.c:282:6: style: The scope of the variable 'octets' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/a6_38.c:326:16: style: The scope of the variable 'octets' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/apl_42.c:32:16: style: The scope of the variable 'afi' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/apl_42.c:36:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/apl_42.c:36:18: style: The scope of the variable 'slash' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/apl_42.c:122:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/rdata/in_1/wks_11.c:44:7: style: The scope of the variable 'port' can be reduced. [variableScope]
openswan-2.6.37/lib/libdns/time.c:123:6: style: The scope of the variable 'secs' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/confread.c:897:3: warning: Either the condition 'conn!=NULL' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck]
openswan-2.6.37/lib/libipsecconf/confread.c:917:20: note: Assuming that condition 'conn!=NULL' is not redundant
openswan-2.6.37/lib/libipsecconf/confread.c:897:3: note: Null pointer dereference
openswan-2.6.37/lib/libipsecconf/confread.c:903:6: warning: Either the condition 'conn!=NULL' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck]
openswan-2.6.37/lib/libipsecconf/confread.c:917:20: note: Assuming that condition 'conn!=NULL' is not redundant
openswan-2.6.37/lib/libipsecconf/confread.c:903:6: note: Null pointer dereference
openswan-2.6.37/lib/libipsecconf/confread.c:906:27: warning: Either the condition 'conn!=NULL' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck]
openswan-2.6.37/lib/libipsecconf/confread.c:917:20: note: Assuming that condition 'conn!=NULL' is not redundant
openswan-2.6.37/lib/libipsecconf/confread.c:906:27: note: Null pointer dereference
openswan-2.6.37/lib/libipsecconf/confread.c:122:13: style: The scope of the variable 'args' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/confread.c:576:13: style: The scope of the variable 'the_strings' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/confread.c:577:13: style: The scope of the variable 'the_options' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/confread.c:578:14: style: The scope of the variable 'set_strings' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/confread.c:579:14: style: The scope of the variable 'set_options' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/confread.c:830:12: style: The scope of the variable 'newalsos' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/confread.c:831:11: style: The scope of the variable 'newalsoplace' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/confread.c:832:11: style: The scope of the variable 'alsoplace' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/confread.c:833:11: style: The scope of the variable 'alsosize' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/confread.c:1221:24: style: The scope of the variable 'connerr' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/confread.c:1353:30: style: The scope of the variable 'c' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/interfaces.c:44:8: style: The scope of the variable 'b' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/interfaces.c:46:8: style: The scope of the variable 'f' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/interfaces.c:47:7: style: The scope of the variable 'line' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/keywords.c:627:18: style: The scope of the variable 'valresult' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/starterwhack.c:676:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/lib/libipsecconf/starterwhack.c:676:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/lib/libipsecconf/starterwhack.c:256:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
openswan-2.6.37/lib/libipsecconf/starterwhack.c:147:13: warning: Using 'sizeof' on array given as function argument returns size of a pointer. [sizeofwithsilentarraypointer]
openswan-2.6.37/lib/libipsecconf/starterwhack.c:156:12: warning: Using 'sizeof' on array given as function argument returns size of a pointer. [sizeofwithsilentarraypointer]
openswan-2.6.37/lib/libipsecconf/virtif.c:265:9: style: The scope of the variable 'found' can be reduced. [variableScope]
openswan-2.6.37/lib/libisc/base64.c:177:20: style: The scope of the variable 'tr' can be reduced. [variableScope]
openswan-2.6.37/lib/libisc/hex.c:130:20: style: The scope of the variable 'tr' can be reduced. [variableScope]
openswan-2.6.37/lib/libisc/inet_aton.c:89:6: style: The scope of the variable 'base' can be reduced. [variableScope]
openswan-2.6.37/lib/libisc/inet_pton.c:135:14: style: The scope of the variable 'xdigits' can be reduced. [variableScope]
openswan-2.6.37/lib/libisc/mem.c:837:15: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/lib/libisc/mem.c:1140:22: style: The scope of the variable 's' can be reduced. [variableScope]
openswan-2.6.37/lib/libisc/mem.c:96:9: style: union member 'Anonymous0::bytes' is never used. [unusedStructMember]
openswan-2.6.37/lib/libisc/string.c:34:8: style: The scope of the variable 'o' can be reduced. [variableScope]
openswan-2.6.37/lib/libisc/task.c:253:15: style: The scope of the variable 'event' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/async.c:237:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/liblwres/async.c:236:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/liblwres/async.c:237:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/liblwres/async.c:63:6: style: The scope of the variable 'result' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/getaddrinfo.c:370:7: style: The scope of the variable 'sc' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/getaddrinfo.c:392:16: style: The scope of the variable 'tok' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/getaddrinfo.c:393:6: style: The scope of the variable 'found' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/getipnode.c:826:41: warning: Either the condition 'he2!=NULL' is redundant or there is possible null pointer dereference: he2. [nullPointerRedundantCheck]
openswan-2.6.37/lib/liblwres/getipnode.c:738:10: note: Assuming that condition 'he2!=NULL' is not redundant
openswan-2.6.37/lib/liblwres/getipnode.c:826:41: note: Null pointer dereference
openswan-2.6.37/lib/liblwres/getipnode.c:841:22: warning: Either the condition 'he2!=NULL' is redundant or there is possible null pointer dereference: he2. [nullPointerRedundantCheck]
openswan-2.6.37/lib/liblwres/getipnode.c:738:10: note: Assuming that condition 'he2!=NULL' is not redundant
openswan-2.6.37/lib/liblwres/getipnode.c:841:22: note: Null pointer dereference
openswan-2.6.37/lib/liblwres/getipnode.c:844:59: warning: Either the condition 'he2!=NULL' is redundant or there is possible null pointer dereference: he2. [nullPointerRedundantCheck]
openswan-2.6.37/lib/liblwres/getipnode.c:738:10: note: Assuming that condition 'he2!=NULL' is not redundant
openswan-2.6.37/lib/liblwres/getipnode.c:844:59: note: Null pointer dereference
openswan-2.6.37/lib/liblwres/getipnode.c:232:24: style: The scope of the variable 'he2' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/getipnode.c:370:3: style: Variable 'names' is modified but its new value is never used. [unreadVariable]
openswan-2.6.37/lib/liblwres/getipnode.c:363:3: style: Variable 'addresses' is modified but its new value is never used. [unreadVariable]
openswan-2.6.37/lib/liblwres/lwconfig.c:435:18: style: The scope of the variable 'loopaddress' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/lwconfig.c:456:13: style: The scope of the variable 'res' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/lwconfig.c:456:18: style: The scope of the variable 'idx' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/lwconfig.c:458:8: style: The scope of the variable 'p' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/lwconfig.c:552:6: style: The scope of the variable 'stopchar' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/lwconfig.c:428:31: style: Function 'lwres_create_addr' argument 1 names different: declaration 'buff' definition 'buffer'. [funcArgNamesDifferent]
openswan-2.6.37/lib/liblwres/lwconfig.c:89:31: note: Function 'lwres_create_addr' argument 1 names different: declaration 'buff' definition 'buffer'.
openswan-2.6.37/lib/liblwres/lwconfig.c:428:31: note: Function 'lwres_create_addr' argument 1 names different: declaration 'buff' definition 'buffer'.
openswan-2.6.37/lib/liblwres/lwinetaton.c:93:6: style: The scope of the variable 'base' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/lwinetpton.c:133:14: style: The scope of the variable 'xdigits' can be reduced. [variableScope]
openswan-2.6.37/lib/liblwres/lwresutil.c:183:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/liblwres/lwresutil.c:180:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/liblwres/lwresutil.c:183:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/liblwres/lwresutil.c:297:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/liblwres/lwresutil.c:294:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/liblwres/lwresutil.c:297:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/liblwres/lwresutil.c:405:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/liblwres/lwresutil.c:402:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/liblwres/lwresutil.c:405:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/liblwres/print.c:466:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openswan-2.6.37/lib/liblwres/print.c:468:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openswan-2.6.37/lib/liblwres/print.c:470:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openswan-2.6.37/lib/liblwres/print.c:476:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
openswan-2.6.37/lib/libopenswan/alg_info.c:218:2: warning: %n in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openswan-2.6.37/lib/libopenswan/alg_info.c:927:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/libopenswan/alg_info.c:921:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libopenswan/alg_info.c:927:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libopenswan/alg_info.c:765:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/alg_info.c:1067:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/lib/libopenswan/alloc.c:209:12: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
openswan-2.6.37/lib/libopenswan/alloc.c:203:11: note: Assuming that condition 'p==NULL' is not redundant
openswan-2.6.37/lib/libopenswan/alloc.c:209:12: note: Null pointer dereference
openswan-2.6.37/lib/libopenswan/alloc.c:223:12: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
openswan-2.6.37/lib/libopenswan/alloc.c:217:11: note: Assuming that condition 'p==NULL' is not redundant
openswan-2.6.37/lib/libopenswan/alloc.c:223:12: note: Null pointer dereference
openswan-2.6.37/lib/libopenswan/atoaddr.c:170:14: style: The scope of the variable 'oops' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/atoul.c:31:14: style: The scope of the variable 'hex' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/atoul.c:32:14: style: The scope of the variable 'uchex' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/atoul.c:37:16: style: The scope of the variable 'rlimit' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/atoul.c:38:6: style: The scope of the variable 'dlimit' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/kernel_alg.c:257:26: style: union member 'Anonymous0::ext' is never used. [unusedStructMember]
openswan-2.6.37/lib/libopenswan/kernel_alg.c:259:15: style: union member 'Anonymous0::ch' is never used. [unusedStructMember]
openswan-2.6.37/lib/libopenswan/kernel_alg.c:210:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openswan-2.6.37/lib/libopenswan/optionsfrom.c:89:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/oswconf.c:78:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/oswlog.c:229:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/lib/libopenswan/pfkey_print.c:167:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/lib/libopenswan/pgp.c:524:5: style: Variable 'end_id->name.ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/libopenswan/pgp.c:523:5: note: Variable 'end_id->name.ptr' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libopenswan/pgp.c:524:5: note: Variable 'end_id->name.ptr' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libopenswan/pgp.c:295:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/rangetosubnet.c:35:11: style: The scope of the variable 'fb' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/rangetosubnet.c:36:11: style: The scope of the variable 'tb' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/sameaddr.c:165:5: style: Function 'samenbits' argument 3 names different: declaration 'n' definition 'nbits'. [funcArgNamesDifferent]
openswan-2.6.37/lib/libopenswan/sameaddr.c:21:68: note: Function 'samenbits' argument 3 names different: declaration 'n' definition 'nbits'.
openswan-2.6.37/lib/libopenswan/sameaddr.c:165:5: note: Function 'samenbits' argument 3 names different: declaration 'n' definition 'nbits'.
openswan-2.6.37/lib/libopenswan/subnettot.c:30:24: warning: Logical conjunction always evaluates to false: EXPR <= 0 && EXPR > 32. [incorrectLogicOperator]
openswan-2.6.37/lib/libopenswan/subnettot.c:36:24: warning: Logical conjunction always evaluates to false: EXPR <= 0 && EXPR > 128. [incorrectLogicOperator]
openswan-2.6.37/lib/libopenswan/subnettypeof.c:75:6: style: The scope of the variable 'b' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/ttoaddr.c:327:6: style: The scope of the variable 'j' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/ttoaddr.c:329:6: style: The scope of the variable 'naftergap' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/ttodata.c:54:6: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/ttodata.c:352:8: style: struct member 'sizecheck::bigenough' is never used. [unusedStructMember]
openswan-2.6.37/lib/libopenswan/ttosa.c:66:9: style: The scope of the variable 'nlen' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/ttosubnet.c:43:14: style: The scope of the variable 'defis4' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/ttosubnet.c:45:14: style: The scope of the variable 'defis6' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/ttoul.c:31:14: style: The scope of the variable 'hex' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/ttoul.c:32:14: style: The scope of the variable 'uchex' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/ttoul.c:37:16: style: The scope of the variable 'rlimit' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/ttoul.c:38:6: style: The scope of the variable 'dlimit' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/udpfromto.c:72:0: error: #error "Must have either IP_PKTINFO or IP_RECVDSTADDR" [preprocessorErrorDirective]
openswan-2.6.37/lib/libopenswan/x509chain.c:199:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openswan-2.6.37/lib/libopenswan/x509dn.c:1139:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openswan-2.6.37/lib/libopenswan/x509dn.c:708:5: style: Variable 'ugh' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/libopenswan/x509dn.c:703:0: note: Variable 'ugh' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libopenswan/x509dn.c:708:5: note: Variable 'ugh' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libopenswan/x509dn.c:1589:6: style: Variable 'ugh' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/lib/libopenswan/x509dn.c:1586:0: note: Variable 'ugh' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libopenswan/x509dn.c:1589:6: note: Variable 'ugh' is reassigned a value before the old one has been used.
openswan-2.6.37/lib/libopenswan/x509dn.c:613:9: style: The scope of the variable 'oid_code' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/addrtoa.c:23:0: error: #error "ADDRTOA_BUF in openswan.h inconsistent with addrtoa() code" [preprocessorErrorDirective]
openswan-2.6.37/linux/net/ipsec/addrtot.c:242:16: style: The scope of the variable 'piece' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/addrtot.c:317:16: style: The scope of the variable 'piece' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/addrtot.c:210:22: style: Function 'normal4' argument 1 names different: declaration 's' definition 'srcp'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:32:44: note: Function 'normal4' argument 1 names different: declaration 's' definition 'srcp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:210:22: note: Function 'normal4' argument 1 names different: declaration 's' definition 'srcp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:211:8: style: Function 'normal4' argument 2 names different: declaration 'len' definition 'srclen'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:32:54: note: Function 'normal4' argument 2 names different: declaration 'len' definition 'srclen'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:211:8: note: Function 'normal4' argument 2 names different: declaration 'len' definition 'srclen'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:212:7: style: Function 'normal4' argument 3 names different: declaration 'b' definition 'buf'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:32:65: note: Function 'normal4' argument 3 names different: declaration 'b' definition 'buf'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:212:7: note: Function 'normal4' argument 3 names different: declaration 'b' definition 'buf'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:213:8: style: Function 'normal4' argument 4 names different: declaration 'dp' definition 'dstp'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:32:75: note: Function 'normal4' argument 4 names different: declaration 'dp' definition 'dstp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:213:8: note: Function 'normal4' argument 4 names different: declaration 'dp' definition 'dstp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:235:22: style: Function 'normal6' argument 1 names different: declaration 's' definition 'srcp'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:33:44: note: Function 'normal6' argument 1 names different: declaration 's' definition 'srcp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:235:22: note: Function 'normal6' argument 1 names different: declaration 's' definition 'srcp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:236:8: style: Function 'normal6' argument 2 names different: declaration 'len' definition 'srclen'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:33:54: note: Function 'normal6' argument 2 names different: declaration 'len' definition 'srclen'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:236:8: note: Function 'normal6' argument 2 names different: declaration 'len' definition 'srclen'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:237:7: style: Function 'normal6' argument 3 names different: declaration 'b' definition 'buf'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:33:65: note: Function 'normal6' argument 3 names different: declaration 'b' definition 'buf'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:237:7: note: Function 'normal6' argument 3 names different: declaration 'b' definition 'buf'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:238:8: style: Function 'normal6' argument 4 names different: declaration 'dp' definition 'dstp'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:33:75: note: Function 'normal6' argument 4 names different: declaration 'dp' definition 'dstp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:238:8: note: Function 'normal6' argument 4 names different: declaration 'dp' definition 'dstp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:285:22: style: Function 'reverse4' argument 1 names different: declaration 's' definition 'srcp'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:34:45: note: Function 'reverse4' argument 1 names different: declaration 's' definition 'srcp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:285:22: note: Function 'reverse4' argument 1 names different: declaration 's' definition 'srcp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:286:8: style: Function 'reverse4' argument 2 names different: declaration 'len' definition 'srclen'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:34:55: note: Function 'reverse4' argument 2 names different: declaration 'len' definition 'srclen'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:286:8: note: Function 'reverse4' argument 2 names different: declaration 'len' definition 'srclen'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:287:7: style: Function 'reverse4' argument 3 names different: declaration 'b' definition 'buf'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:34:66: note: Function 'reverse4' argument 3 names different: declaration 'b' definition 'buf'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:287:7: note: Function 'reverse4' argument 3 names different: declaration 'b' definition 'buf'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:288:8: style: Function 'reverse4' argument 4 names different: declaration 'dp' definition 'dstp'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:34:76: note: Function 'reverse4' argument 4 names different: declaration 'dp' definition 'dstp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:288:8: note: Function 'reverse4' argument 4 names different: declaration 'dp' definition 'dstp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:311:22: style: Function 'reverse6' argument 1 names different: declaration 's' definition 'srcp'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:35:45: note: Function 'reverse6' argument 1 names different: declaration 's' definition 'srcp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:311:22: note: Function 'reverse6' argument 1 names different: declaration 's' definition 'srcp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:312:8: style: Function 'reverse6' argument 2 names different: declaration 'len' definition 'srclen'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:35:55: note: Function 'reverse6' argument 2 names different: declaration 'len' definition 'srclen'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:312:8: note: Function 'reverse6' argument 2 names different: declaration 'len' definition 'srclen'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:313:7: style: Function 'reverse6' argument 3 names different: declaration 'b' definition 'buf'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:35:66: note: Function 'reverse6' argument 3 names different: declaration 'b' definition 'buf'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:313:7: note: Function 'reverse6' argument 3 names different: declaration 'b' definition 'buf'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:314:8: style: Function 'reverse6' argument 4 names different: declaration 'dp' definition 'dstp'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/addrtot.c:35:76: note: Function 'reverse6' argument 4 names different: declaration 'dp' definition 'dstp'.
openswan-2.6.37/linux/net/ipsec/addrtot.c:314:8: note: Function 'reverse6' argument 4 names different: declaration 'dp' definition 'dstp'.
openswan-2.6.37/linux/net/ipsec/addrtypeof.c:110:9: style: The scope of the variable 'ncopy' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/adler32.c:29:9: style: The scope of the variable 'k' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/aes/ipsec_alg_aes.c:123:16: style: Condition 'debug_aes>0' is always false [knownConditionTrueFalse]
openswan-2.6.37/linux/net/ipsec/aes/ipsec_alg_aes.c:135:16: style: Condition 'debug_aes>0' is always false [knownConditionTrueFalse]
openswan-2.6.37/linux/net/ipsec/datatot.c:70:3: warning: Variable 'format' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
openswan-2.6.37/linux/net/ipsec/datatot.c:62:3: note: Variable 'format' is reassigned a value before the old one has been used. 'break;' missing?
openswan-2.6.37/linux/net/ipsec/datatot.c:70:3: note: Variable 'format' is reassigned a value before the old one has been used. 'break;' missing?
openswan-2.6.37/linux/net/ipsec/datatot.c:44:8: style: The scope of the variable 'out' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/deflate.c:1042:0: error: failed to expand 'UPDATE_HASH', Wrong number of parameters for macro 'UPDATE_HASH'. [preprocessorErrorDirective]
openswan-2.6.37/linux/net/ipsec/des/des_enc.c:159:6: style: Variable 't' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/des/des_enc.c:159:8: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/des/des_enc.c:90:16: style: Variable 's' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/des/des_enc.c:253:6: style: Variable 't' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/des/des_enc.c:253:8: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/des/des_enc.c:189:16: style: Variable 's' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/des/des_opts.c:372:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/des/des_enc.c:68:61: style: Variable 'des_SP' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/des/des_enc.c:169:61: style: Variable 'des_SP' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/des/ipsec_alg_3des.c:85:17: style: Condition 'debug_3des>0' is always false [knownConditionTrueFalse]
openswan-2.6.37/linux/net/ipsec/des/ipsec_alg_3des.c:103:17: style: Condition 'debug_3des>0' is always false [knownConditionTrueFalse]
openswan-2.6.37/linux/net/ipsec/des/ipsec_alg_3des.c:146:11: style: The scope of the variable 'test_ret' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/goodmask.c:102:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
openswan-2.6.37/linux/net/ipsec/goodmask.c:104:2: note: Found duplicate branches for 'if' and 'else'.
openswan-2.6.37/linux/net/ipsec/goodmask.c:102:7: note: Found duplicate branches for 'if' and 'else'.
openswan-2.6.37/linux/net/ipsec/inffast.c:13:33: style: struct member 'inflate_codes_state::dummy' is never used. [unusedStructMember]
openswan-2.6.37/linux/net/ipsec/inftrees.c:21:29: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
openswan-2.6.37/linux/net/ipsec/infutil.c:12:33: style: struct member 'inflate_codes_state::dummy' is never used. [unusedStructMember]
openswan-2.6.37/linux/net/ipsec/ipcomp.c:437:13: style: Redundant condition: ips. '!ips || (ips && ips->ips_encalg!=SADB_X_CALG_DEFLATE)' is equivalent to '!ips || ips->ips_encalg!=SADB_X_CALG_DEFLATE' [redundantCondition]
openswan-2.6.37/linux/net/ipsec/ipsec_alg.c:607:7: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openswan-2.6.37/linux/net/ipsec/ipsec_alg.c:611:7: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
openswan-2.6.37/linux/net/ipsec/ipsec_alg.c:756:16: style: The scope of the variable 'speed' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_alg.c:842:17: style: The scope of the variable 'now' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_alg.c:843:10: style: The scope of the variable 'count' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_init.c:117:0: error: #error "kernel configuration must include ESP or AH" [preprocessorErrorDirective]
openswan-2.6.37/linux/net/ipsec/ipsec_mast.c:305:26: warning: Either the condition '!ixs' is redundant or there is possible null pointer dereference: ixs. [nullPointerRedundantCheck]
openswan-2.6.37/linux/net/ipsec/ipsec_mast.c:307:6: note: Assuming that condition '!ixs' is not redundant
openswan-2.6.37/linux/net/ipsec/ipsec_mast.c:305:26: note: Null pointer dereference
openswan-2.6.37/linux/net/ipsec/ipsec_mast.c:93:6: warning: Redundant assignment of 'prv' to itself. [selfAssignment]
openswan-2.6.37/linux/net/ipsec/ipsec_mast.c:698:5: warning: Redundant assignment of 'cf' to itself. [selfAssignment]
openswan-2.6.37/linux/net/ipsec/ipsec_mast.c:699:7: warning: Redundant assignment of 'mprv' to itself. [selfAssignment]
openswan-2.6.37/linux/net/ipsec/ipsec_mast.c:731:7: warning: Redundant assignment of 'priv' to itself. [selfAssignment]
openswan-2.6.37/linux/net/ipsec/ipsec_mast.c:1032:22: style: The scope of the variable 'nd' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_mast.c:93:8: style: Variable 'prv' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/ipsec_mast.c:698:7: style: Variable 'cf' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/ipsec_mast.c:699:9: style: Variable 'mprv' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/ipsec_ocf.h:39:0: error: #error This file should not be used without CONFIG_KLIPS_OCF, check MODULE_DEF_INCLUDE and MODULE_DEFCONFIG [preprocessorErrorDirective]
openswan-2.6.37/linux/net/ipsec/ipsec_proc.c:1098:0: error: #error You must have PROC_FS built in to use KLIPS [preprocessorErrorDirective]
openswan-2.6.37/linux/net/ipsec/ipsec_radij.c:387:26: style: The scope of the variable 'buf2' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_rcv.c:800:4: warning: Either the condition 'irs==NULL' is redundant or there is possible null pointer dereference: irs. [nullPointerRedundantCheck]
openswan-2.6.37/linux/net/ipsec/ipsec_rcv.c:802:10: note: Assuming that condition 'irs==NULL' is not redundant
openswan-2.6.37/linux/net/ipsec/ipsec_rcv.c:800:4: note: Null pointer dereference
openswan-2.6.37/linux/net/ipsec/ipsec_rcv.c:796:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_rcv.c:1133:8: style: The scope of the variable 'sa_saddr_txt' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_sa.c:1156:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openswan-2.6.37/linux/net/ipsec/ipsec_sa.c:120:6: style: The scope of the variable 'table' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_sa.c:304:23: style: Function 'ipsec_SAref_alloc' argument 1 names different: declaration 'erorr' definition 'error'. [funcArgNamesDifferent]
openswan-2.6.37/linux/net/ipsec/ipsec_sa.c:115:43: note: Function 'ipsec_SAref_alloc' argument 1 names different: declaration 'erorr' definition 'error'.
openswan-2.6.37/linux/net/ipsec/ipsec_sa.c:304:23: note: Function 'ipsec_SAref_alloc' argument 1 names different: declaration 'erorr' definition 'error'.
openswan-2.6.37/linux/net/ipsec/ipsec_sa.c:97:6: style: struct member 'dummy::testSizeOf_refSubTable' is never used. [unusedStructMember]
openswan-2.6.37/linux/net/ipsec/ipsec_sa.c:105:6: style: struct member 'dummy2::testSizeOf_refField' is never used. [unusedStructMember]
openswan-2.6.37/linux/net/ipsec/ipsec_tunnel.c:1003:2: style: Variable 'ixs' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/linux/net/ipsec/ipsec_tunnel.c:996:0: note: Variable 'ixs' is reassigned a value before the old one has been used.
openswan-2.6.37/linux/net/ipsec/ipsec_tunnel.c:1003:2: note: Variable 'ixs' is reassigned a value before the old one has been used.
openswan-2.6.37/linux/net/ipsec/ipsec_tunnel.c:1939:21: style: The scope of the variable 'ipsec_dev' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_tunnel.c:2269:6: style: The scope of the variable 'error' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_tunnel.c:2323:21: style: The scope of the variable 'nd' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_tunnel.c:2341:21: style: The scope of the variable 'dev_ipsec' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/ipsec_tunnel.c:1614:55: style: Variable 'cf' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/ipsec_tunnel.c:1615:26: style: Variable 'prv' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/linux/net/ipsec/ipsec_tunnel.c:1616:21: style: Unused variable: them [unusedVariable]
openswan-2.6.37/linux/net/ipsec/ipsec_xmit.c:275:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/linux/net/ipsec/ipsec_xmit.c:276:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/linux/net/ipsec/ipsec_xmit.c:277:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:301:44: warning: Either the condition '!supported_list' is redundant or there is possible null pointer dereference: supported_list. [nullPointerRedundantCheck]
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:310:5: note: Assuming that condition '!supported_list' is not redundant
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:301:44: note: Null pointer dereference
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:478:7: warning: Either the condition 'while(sk&&((skb=skb_dequeue(&(sk->sk_receive_queue)))!=NULL))' is redundant or there is possible null pointer dereference: sk. [nullPointerRedundantCheck]
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:481:7: note: Assuming that condition 'while(sk&&((skb=skb_dequeue(&(sk->sk_receive_queue)))!=NULL))' is not redundant
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:478:7: note: Null pointer dereference
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:479:7: warning: Either the condition 'while(sk&&((skb=skb_dequeue(&(sk->sk_receive_queue)))!=NULL))' is redundant or there is possible null pointer dereference: sk. [nullPointerRedundantCheck]
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:481:7: note: Assuming that condition 'while(sk&&((skb=skb_dequeue(&(sk->sk_receive_queue)))!=NULL))' is not redundant
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:479:7: note: Null pointer dereference
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:437:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:432:2: note: Variable 's' is reassigned a value before the old one has been used.
openswan-2.6.37/linux/net/ipsec/pfkey_v2.c:437:2: note: Variable 's' is reassigned a value before the old one has been used.
openswan-2.6.37/linux/net/ipsec/pfkey_v2_build.c:303:26: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openswan-2.6.37/linux/net/ipsec/pfkey_v2_build.c:1235:25: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openswan-2.6.37/linux/net/ipsec/pfkey_v2_parse.c:330:63: warning: Either the condition '!pfkey_address' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openswan-2.6.37/linux/net/ipsec/pfkey_v2_parse.c:334:5: note: Assuming that condition '!pfkey_address' is not redundant
openswan-2.6.37/linux/net/ipsec/pfkey_v2_parse.c:330:63: note: Null pointer addition
openswan-2.6.37/linux/net/ipsec/pfkey_v2_parse.c:1104:30: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openswan-2.6.37/linux/net/ipsec/pfkey_v2_parser.c:316:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/linux/net/ipsec/pfkey_v2_parser.c:472:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/linux/net/ipsec/pfkey_v2_parser.c:749:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/linux/net/ipsec/prng.c:67:16: style: The scope of the variable 't' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/prng.c:99:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/prng.c:99:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/prng.c:99:12: style: The scope of the variable 't' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/radij.c:412:24: style: The scope of the variable 'j' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/radij.c:961:28: style: The scope of the variable 'mknp2' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/rangetoa.c:31:6: style: The scope of the variable 'n' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/satot.c:45:8: style: The scope of the variable 'p' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/trees.c:714:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/trees.c:759:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/trees.c:1076:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/trees.c:1077:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/trees.c:1079:14: style: The scope of the variable 'code' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/trees.c:1080:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
openswan-2.6.37/linux/net/ipsec/zutil.c:12:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:2119:21: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:468:2: style: Variable 'dictData' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:464:2: note: Variable 'dictData' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:468:2: note: Variable 'dictData' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1277:5: style: Variable 'checkinRequest' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1260:0: note: Variable 'checkinRequest' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1277:5: note: Variable 'checkinRequest' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1418:2: style: Variable 'asl' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1400:0: note: Variable 'asl' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1418:2: note: Variable 'asl' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1421:2: style: Variable 'aslMsg' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1401:0: note: Variable 'aslMsg' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1421:2: note: Variable 'aslMsg' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1722:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1693:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1722:5: note: Variable 'retval' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:213:10: style: The scope of the variable 'bytesThisTime' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:263:10: style: The scope of the variable 'bytesThisTime' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:527:10: style: The scope of the variable 'junk' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:535:13: style: The scope of the variable 'bytesReceived' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:609:13: style: The scope of the variable 'bytesSent' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:662:12: style: The scope of the variable 'junk' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:706:10: style: The scope of the variable 'junk' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:945:14: style: The scope of the variable 'index' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1100:33: style: The scope of the variable 'junkInt' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1236:21: style: The scope of the variable 'err' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1694:33: style: The scope of the variable 'junk' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1845:33: style: The scope of the variable 'err' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1846:33: style: The scope of the variable 'pathLen' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1848:12: style: The scope of the variable 'toolPath' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1849:12: style: The scope of the variable 'plistPath' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1852:12: style: The scope of the variable 'toolErr' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1853:12: style: The scope of the variable 'plistErr' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:1854:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:2054:17: style: The scope of the variable 'junk' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:2267:17: style: The scope of the variable 'junk' can be reduced. [variableScope]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:2313:128: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLib.c:2413:105: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
openswan-2.6.37/osxApp/BetterAuthorizationSampleLibInstallTool.c:224:11: style: The scope of the variable 'bytesWritten' can be reduced. [variableScope]
openswan-2.6.37/osxApp/HelperTool.c:46:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/osxApp/HelperTool.c:32:0: note: Variable 'retval' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/HelperTool.c:46:2: note: Variable 'retval' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/HelperTool.c:56:2: style: Variable 'err2' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/osxApp/HelperTool.c:47:2: note: Variable 'err2' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/HelperTool.c:56:2: note: Variable 'err2' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/HelperTool.c:56:9: style: Variable 'err2' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/osxApp/test/writeconf.c:43:2: style: Variable 'cfg' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/osxApp/test/writeconf.c:23:0: note: Variable 'cfg' is reassigned a value before the old one has been used.
openswan-2.6.37/osxApp/test/writeconf.c:43:2: note: Variable 'cfg' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/klipsdebug/klipsdebug.c:188:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openswan-2.6.37/programs/klipsdebug/klipsdebug.c:237:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openswan-2.6.37/programs/lwdnsq/cmds.c:63:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openswan-2.6.37/programs/lwdnsq/cmds.c:67:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openswan-2.6.37/programs/lwdnsq/cmds.c:90:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
openswan-2.6.37/programs/lwdnsq/cmds.c:134:7: style: The scope of the variable 'simplebuf' can be reduced. [variableScope]
openswan-2.6.37/programs/lwdnsq/cmds.c:199:7: style: The scope of the variable 'simplebuf' can be reduced. [variableScope]
openswan-2.6.37/programs/lwdnsq/lookup.c:578:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openswan-2.6.37/programs/lwdnsq/lookup.c:452:17: style: The scope of the variable 'len' can be reduced. [variableScope]
openswan-2.6.37/programs/lwdnsq/lookup.c:586:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
openswan-2.6.37/programs/lwdnsq/lwdnsq.c:409:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/programs/lwdnsq/lwdnsq.c:101:7: warning: Redundant assignment of 'argc' to itself. [selfAssignment]
openswan-2.6.37/programs/lwdnsq/lwdnsq.c:102:7: warning: Redundant assignment of 'argv' to itself. [selfAssignment]
openswan-2.6.37/programs/lwdnsq/lwdnsq.c:203:8: style: The scope of the variable 'cmdlen' can be reduced. [variableScope]
openswan-2.6.37/programs/lwdnsq/lwdnsq.c:426:31: style: The scope of the variable 'dlthis' can be reduced. [variableScope]
openswan-2.6.37/programs/lwdnsq/lwdnsq.c:451:32: style: The scope of the variable 'dlthis' can be reduced. [variableScope]
openswan-2.6.37/programs/lwdnsq/lwdnsq.c:161:50: warning: Found calculation inside sizeof(). [sizeofCalculation]
openswan-2.6.37/programs/lwdnsq/lwdnsq.c:317:7: style: Incrementing a variable of type 'bool' with postfix operator++ is deprecated by the C++ Standard. You should assign it the value 'true' instead. [incrementboolean]
openswan-2.6.37/programs/pf_key/pf_key.c:290:4: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/programs/pf_key/pf_key.c:127:19: style: The scope of the variable 'msg' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/alg/ike_alg_aes.c:54:16: warning: Possible null pointer dereference: new_iv [nullPointer]
openswan-2.6.37/programs/pluto/alg/ike_alg_aes.c:35:20: note: Assignment 'new_iv=NULL', assigned value is 0
openswan-2.6.37/programs/pluto/alg/ike_alg_aes.c:54:16: note: Null pointer dereference
openswan-2.6.37/programs/pluto/alg/ike_alg_aes.c:34:10: style: Variable 'iv_bak' is not assigned a value. [unassignedVariable]
openswan-2.6.37/programs/pluto/connections.c:904:0: error: syntax error [syntaxError]
openswan-2.6.37/programs/pluto/crypt_dh.c:1278:0: style: Same expression used in consecutive assignments of 'skd_bytes' and 'skp_bytes'. [duplicateAssignExpression]
openswan-2.6.37/programs/pluto/crypt_dh.c:1279:0: note: Same expression used in consecutive assignments of 'skd_bytes' and 'skp_bytes'.
openswan-2.6.37/programs/pluto/crypt_dh.c:1278:0: note: Same expression used in consecutive assignments of 'skd_bytes' and 'skp_bytes'.
openswan-2.6.37/programs/pluto/crypt_dh.c:1185:12: style: The scope of the variable 'total_keysize' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/crypt_start_dh.c:61:21: style: Function 'start_dh_secretiv' argument 5 names different: declaration 'oakley_group_p' definition 'oakley_group2'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/pluto_crypt.h:217:21: note: Function 'start_dh_secretiv' argument 5 names different: declaration 'oakley_group_p' definition 'oakley_group2'.
openswan-2.6.37/programs/pluto/crypt_start_dh.c:61:21: note: Function 'start_dh_secretiv' argument 5 names different: declaration 'oakley_group_p' definition 'oakley_group2'.
openswan-2.6.37/programs/pluto/crypt_start_dh.c:167:19: style: Function 'start_dh_secret' argument 5 names different: declaration 'oakley_group_p' definition 'oakley_group2'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/pluto_crypt.h:226:19: note: Function 'start_dh_secret' argument 5 names different: declaration 'oakley_group_p' definition 'oakley_group2'.
openswan-2.6.37/programs/pluto/crypt_start_dh.c:167:19: note: Function 'start_dh_secret' argument 5 names different: declaration 'oakley_group_p' definition 'oakley_group2'.
openswan-2.6.37/programs/pluto/db_ops.c:179:20: warning: Either the condition 'if(old_trans)' is redundant or there is possible null pointer dereference: old_trans. [nullPointerRedundantCheck]
openswan-2.6.37/programs/pluto/db_ops.c:194:4: note: Assuming that condition 'if(old_trans)' is not redundant
openswan-2.6.37/programs/pluto/db_ops.c:179:20: note: Null pointer dereference
openswan-2.6.37/programs/pluto/db_ops.c:221:20: warning: Either the condition 'if(old_attrs)' is redundant or there is possible null pointer dereference: old_attrs. [nullPointerRedundantCheck]
openswan-2.6.37/programs/pluto/db_ops.c:248:4: note: Assuming that condition 'if(old_attrs)' is not redundant
openswan-2.6.37/programs/pluto/db_ops.c:221:20: note: Null pointer dereference
openswan-2.6.37/programs/pluto/db_ops.c:309:32: style: Function 'db_attr_add' argument 1 names different: declaration 'db_ctx' definition 'ctx'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/db_ops.h:34:36: note: Function 'db_attr_add' argument 1 names different: declaration 'db_ctx' definition 'ctx'.
openswan-2.6.37/programs/pluto/db_ops.c:309:32: note: Function 'db_attr_add' argument 1 names different: declaration 'db_ctx' definition 'ctx'.
openswan-2.6.37/programs/pluto/db_ops.c:309:59: style: Function 'db_attr_add' argument 2 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/db_ops.h:34:66: note: Function 'db_attr_add' argument 2 names different: declaration 'attr' definition 'a'.
openswan-2.6.37/programs/pluto/db_ops.c:309:59: note: Function 'db_attr_add' argument 2 names different: declaration 'attr' definition 'a'.
openswan-2.6.37/programs/pluto/dnskey.c:68:43: style: Function 'adns_reapchild' argument 2 names different: declaration 'status' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/server.h:80:43: note: Function 'adns_reapchild' argument 2 names different: declaration 'status' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/dnskey.c:68:43: note: Function 'adns_reapchild' argument 2 names different: declaration 'status' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/dnskey.c:1166:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/programs/pluto/dpd.c:213:12: style: The scope of the variable 'eroute_idle' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/dpd.c:386:28: style: Function 'dpd_inI_outR' argument 1 names different: declaration 'st' definition 'p1st'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ipsec_doi.h:66:46: note: Function 'dpd_inI_outR' argument 1 names different: declaration 'st' definition 'p1st'.
openswan-2.6.37/programs/pluto/dpd.c:386:28: note: Function 'dpd_inI_outR' argument 1 names different: declaration 'st' definition 'p1st'.
openswan-2.6.37/programs/pluto/dpd.c:388:20: style: Function 'dpd_inI_outR' argument 3 names different: declaration 'n_pbs' definition 'pbs'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ipsec_doi.h:67:63: note: Function 'dpd_inI_outR' argument 3 names different: declaration 'n_pbs' definition 'pbs'.
openswan-2.6.37/programs/pluto/dpd.c:388:20: note: Function 'dpd_inI_outR' argument 3 names different: declaration 'n_pbs' definition 'pbs'.
openswan-2.6.37/programs/pluto/dpd.c:471:23: style: Function 'dpd_inR' argument 1 names different: declaration 'st' definition 'p1st'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ipsec_doi.h:68:41: note: Function 'dpd_inR' argument 1 names different: declaration 'st' definition 'p1st'.
openswan-2.6.37/programs/pluto/dpd.c:471:23: note: Function 'dpd_inR' argument 1 names different: declaration 'st' definition 'p1st'.
openswan-2.6.37/programs/pluto/dpd.c:473:15: style: Function 'dpd_inR' argument 3 names different: declaration 'n_pbs' definition 'pbs'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ipsec_doi.h:69:63: note: Function 'dpd_inR' argument 3 names different: declaration 'n_pbs' definition 'pbs'.
openswan-2.6.37/programs/pluto/dpd.c:473:15: note: Function 'dpd_inR' argument 3 names different: declaration 'n_pbs' definition 'pbs'.
openswan-2.6.37/programs/pluto/dsa.c:278:24: style: Function 'sign' argument 3 names different: declaration 'input' definition 'hash'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/dsa.c:67:36: note: Function 'sign' argument 3 names different: declaration 'input' definition 'hash'.
openswan-2.6.37/programs/pluto/dsa.c:278:24: note: Function 'sign' argument 3 names different: declaration 'input' definition 'hash'.
openswan-2.6.37/programs/pluto/dsa.c:311:26: style: Function 'verify' argument 3 names different: declaration 'input' definition 'hash'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/dsa.c:68:38: note: Function 'verify' argument 3 names different: declaration 'input' definition 'hash'.
openswan-2.6.37/programs/pluto/dsa.c:311:26: note: Function 'verify' argument 3 names different: declaration 'input' definition 'hash'.
openswan-2.6.37/programs/pluto/elgamal.c:189:54: style: Function 'generate' argument 3 names different: declaration 'factors' definition 'ret_factors'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/elgamal.c:66:65: note: Function 'generate' argument 3 names different: declaration 'factors' definition 'ret_factors'.
openswan-2.6.37/programs/pluto/elgamal.c:189:54: note: Function 'generate' argument 3 names different: declaration 'factors' definition 'ret_factors'.
openswan-2.6.37/programs/pluto/fetch.c:764:9: style: The scope of the variable 'status' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/gcryptfix.c:28:28: style: Function 'mpi_alloc' argument 1 names different: declaration 'nlimbs' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/gcryptfix.h:29:32: note: Function 'mpi_alloc' argument 1 names different: declaration 'nlimbs' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/gcryptfix.c:28:28: note: Function 'mpi_alloc' argument 1 names different: declaration 'nlimbs' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/gcryptfix.c:146:41: style: Function 'get_random_bits' argument 2 names different: declaration 'level' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/gcryptfix.h:83:50: note: Function 'get_random_bits' argument 2 names different: declaration 'level' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/gcryptfix.c:146:41: note: Function 'get_random_bits' argument 2 names different: declaration 'level' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/gcryptfix.c:146:60: style: Function 'get_random_bits' argument 3 names different: declaration 'secure' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/gcryptfix.h:83:61: note: Function 'get_random_bits' argument 3 names different: declaration 'secure' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/gcryptfix.c:146:60: note: Function 'get_random_bits' argument 3 names different: declaration 'secure' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/gcryptfix.c:176:58: style: Function 'mpi_mulpowm' argument 4 names different: declaration 'mod' definition 'm'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/gcryptfix.h:62:70: note: Function 'mpi_mulpowm' argument 4 names different: declaration 'mod' definition 'm'.
openswan-2.6.37/programs/pluto/gcryptfix.c:176:58: note: Function 'mpi_mulpowm' argument 4 names different: declaration 'mod' definition 'm'.
openswan-2.6.37/programs/pluto/gcryptfix.c:252:31: style: Function 'log_mpidump' argument 1 names different: declaration 'text' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/gcryptfix.h:72:38: note: Function 'log_mpidump' argument 1 names different: declaration 'text' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/gcryptfix.c:252:31: note: Function 'log_mpidump' argument 1 names different: declaration 'text' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/gcryptfix.c:272:2: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/programs/pluto/ike_alg.c:90:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/programs/pluto/ike_alg.c:90:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/programs/pluto/ike_alg.c:90:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/programs/pluto/ike_alg.c:136:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ike_alg.c:137:20: style: The scope of the variable 'ike_info' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ike_alg.c:224:41: style: Function 'ike_alg_register_hash' argument 1 names different: declaration 'a' definition 'hash_desc'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ike_alg.h:76:45: note: Function 'ike_alg_register_hash' argument 1 names different: declaration 'a' definition 'hash_desc'.
openswan-2.6.37/programs/pluto/ike_alg.c:224:41: note: Function 'ike_alg_register_hash' argument 1 names different: declaration 'a' definition 'hash_desc'.
openswan-2.6.37/programs/pluto/ike_alg.c:274:43: style: Function 'ike_alg_register_enc' argument 1 names different: declaration 'e' definition 'enc_desc'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ike_alg.h:75:47: note: Function 'ike_alg_register_enc' argument 1 names different: declaration 'e' definition 'enc_desc'.
openswan-2.6.37/programs/pluto/ike_alg.c:274:43: note: Function 'ike_alg_register_enc' argument 1 names different: declaration 'e' definition 'enc_desc'.
openswan-2.6.37/programs/pluto/ike_alg_aes.c:115:16: warning: Possible null pointer dereference: new_iv [nullPointer]
openswan-2.6.37/programs/pluto/ike_alg_aes.c:96:20: note: Assignment 'new_iv=NULL', assigned value is 0
openswan-2.6.37/programs/pluto/ike_alg_aes.c:115:16: note: Null pointer dereference
openswan-2.6.37/programs/pluto/ike_alg_aes.c:95:10: style: Variable 'iv_bak' is not assigned a value. [unassignedVariable]
openswan-2.6.37/programs/pluto/ike_alg_serpent.c:43:16: warning: Possible null pointer dereference: new_iv [nullPointer]
openswan-2.6.37/programs/pluto/ike_alg_serpent.c:24:20: note: Assignment 'new_iv=NULL', assigned value is 0
openswan-2.6.37/programs/pluto/ike_alg_serpent.c:43:16: note: Null pointer dereference
openswan-2.6.37/programs/pluto/ike_alg_serpent.c:23:10: style: Variable 'iv_bak' is not assigned a value. [unassignedVariable]
openswan-2.6.37/programs/pluto/ike_alg_status.c:57:11: style: The scope of the variable 'alg' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ike_alg_twofish.c:42:16: warning: Possible null pointer dereference: new_iv [nullPointer]
openswan-2.6.37/programs/pluto/ike_alg_twofish.c:24:20: note: Assignment 'new_iv=NULL', assigned value is 0
openswan-2.6.37/programs/pluto/ike_alg_twofish.c:42:16: note: Null pointer dereference
openswan-2.6.37/programs/pluto/ike_alg_twofish.c:23:10: style: Variable 'iv_bak' is not assigned a value. [unassignedVariable]
openswan-2.6.37/programs/pluto/ikev1.c:1928:86: warning: Either the condition 'st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
openswan-2.6.37/programs/pluto/ikev1.c:1908:9: note: Assuming that condition 'st' is not redundant
openswan-2.6.37/programs/pluto/ikev1.c:1928:86: note: Null pointer dereference
openswan-2.6.37/programs/pluto/ikev1_main.c:178:24: style: Condition 'numvidtosend>0' is always true [knownConditionTrueFalse]
openswan-2.6.37/programs/pluto/ikev1_main.c:117:24: note: Assignment 'numvidtosend=1', assigned value is 1
openswan-2.6.37/programs/pluto/ikev1_main.c:178:24: note: Condition 'numvidtosend>0' is always true
openswan-2.6.37/programs/pluto/ikev1_main.c:1340:5: style: Variable 'send_cr' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/ikev1_main.c:1336:0: note: Variable 'send_cr' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/ikev1_main.c:1340:5: note: Variable 'send_cr' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/ikev1_main.c:2623:19: style: The scope of the variable 'p1st' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev1_quick.c:727:5: warning: Either the condition 'st!=NULL' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
openswan-2.6.37/programs/pluto/ikev1_quick.c:732:16: note: Assuming that condition 'st!=NULL' is not redundant
openswan-2.6.37/programs/pluto/ikev1_quick.c:727:5: note: Null pointer dereference
openswan-2.6.37/programs/pluto/ikev1_quick.c:2355:8: warning: Either the condition 'st!=NULL' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
openswan-2.6.37/programs/pluto/ikev1_quick.c:2361:16: note: Assuming that condition 'st!=NULL' is not redundant
openswan-2.6.37/programs/pluto/ikev1_quick.c:2355:8: note: Null pointer dereference
openswan-2.6.37/programs/pluto/ikev1_quick.c:802:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/programs/pluto/ikev2.c:289:10: style: The scope of the variable 'rcookiezero' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev2.c:527:10: style: The scope of the variable 'authkeybuf' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev2.c:529:10: style: The scope of the variable 'enckeybuf' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev2.c:749:16: style: The scope of the variable 'pst' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev2.c:919:20: style: The scope of the variable 'pst' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev2.c:477:62: style: Function 'ikev2_decode_peer_id' argument 2 names different: declaration 'initiator' definition 'init'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev2.h:92:25: note: Function 'ikev2_decode_peer_id' argument 2 names different: declaration 'initiator' definition 'init'.
openswan-2.6.37/programs/pluto/ikev2.c:477:62: note: Function 'ikev2_decode_peer_id' argument 2 names different: declaration 'initiator' definition 'init'.
openswan-2.6.37/programs/pluto/ikev2.c:595:52: style: Function 'send_v2_notification_from_md' argument 1 names different: declaration 'md' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev2.h:84:61: note: Function 'send_v2_notification_from_md' argument 1 names different: declaration 'md' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/ikev2.c:595:52: note: Function 'send_v2_notification_from_md' argument 1 names different: declaration 'md' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/ikev2.c:543:2: warning: The buffer 'encalgo' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openswan-2.6.37/programs/pluto/ikev2_child.c:123:50: style: Function 'ikev2_emit_ts' argument 1 names different: declaration 'md' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev2.h:126:52: note: Function 'ikev2_emit_ts' argument 1 names different: declaration 'md' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/ikev2_child.c:123:50: note: Function 'ikev2_emit_ts' argument 1 names different: declaration 'md' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/ikev2_child.c:127:29: style: Function 'ikev2_emit_ts' argument 5 names different: declaration 'role' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev2.h:130:24: note: Function 'ikev2_emit_ts' argument 5 names different: declaration 'role' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/ikev2_child.c:127:29: note: Function 'ikev2_emit_ts' argument 5 names different: declaration 'role' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/ikev2_child.c:191:26: style: Function 'ikev2_calc_emit_ts' argument 5 names different: declaration 'policy' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev2.h:136:19: note: Function 'ikev2_calc_emit_ts' argument 5 names different: declaration 'policy' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/ikev2_child.c:191:26: note: Function 'ikev2_calc_emit_ts' argument 5 names different: declaration 'policy' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/ikev2_child.c:214:76: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/programs/pluto/ikev2_parent.c:417:24: style: Condition 'numvidtosend>0' is always false [knownConditionTrueFalse]
openswan-2.6.37/programs/pluto/ikev2_parent.c:340:24: note: Assignment 'numvidtosend=0', assigned value is 0
openswan-2.6.37/programs/pluto/ikev2_parent.c:417:24: note: Condition 'numvidtosend>0' is always false
openswan-2.6.37/programs/pluto/ikev2_parent.c:766:24: style: Condition 'numvidtosend>0' is always false [knownConditionTrueFalse]
openswan-2.6.37/programs/pluto/ikev2_parent.c:704:27: note: Assignment 'numvidtosend=0', assigned value is 0
openswan-2.6.37/programs/pluto/ikev2_parent.c:766:24: note: Condition 'numvidtosend>0' is always false
openswan-2.6.37/programs/pluto/ikev2_parent.c:417:24: style: Same expression on both sides of '>' because the value of 'numvidtosend' and '0' are the same. [duplicateExpression]
openswan-2.6.37/programs/pluto/ikev2_parent.c:340:24: note: 'numvidtosend' is assigned value '0' here.
openswan-2.6.37/programs/pluto/ikev2_parent.c:417:24: note: Same expression on both sides of '>' because the value of 'numvidtosend' and '0' are the same.
openswan-2.6.37/programs/pluto/ikev2_parent.c:766:24: style: Same expression on both sides of '>' because the value of 'numvidtosend' and '0' are the same. [duplicateExpression]
openswan-2.6.37/programs/pluto/ikev2_parent.c:704:27: note: 'numvidtosend' is assigned value '0' here.
openswan-2.6.37/programs/pluto/ikev2_parent.c:766:24: note: Same expression on both sides of '>' because the value of 'numvidtosend' and '0' are the same.
openswan-2.6.37/programs/pluto/ikev2_parent.c:159:16: style: The scope of the variable 'pc_cnt' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev2_parent.c:167:16: style: The scope of the variable 'pr_cnt' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev2_parent.c:340:9: style: The scope of the variable 'numvidtosend' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev2_parent.c:704:12: style: The scope of the variable 'numvidtosend' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev2_parent.c:1576:32: style: The scope of the variable 'idhash_out' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev2_parent.c:1578:18: style: The scope of the variable 'np' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ikev2_parent.c:2120:19: style: Function 'send_v2_notification' argument 6 names different: declaration 'data' definition 'n_data'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev2.h:149:17: note: Function 'send_v2_notification' argument 6 names different: declaration 'data' definition 'n_data'.
openswan-2.6.37/programs/pluto/ikev2_parent.c:2120:19: note: Function 'send_v2_notification' argument 6 names different: declaration 'data' definition 'n_data'.
openswan-2.6.37/programs/pluto/ikev2_parent.c:2231:40: style: Function 'ikev2_delete_out' argument 1 names different: declaration 'st' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev2.h:14:44: note: Function 'ikev2_delete_out' argument 1 names different: declaration 'st' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/ikev2_parent.c:2231:40: note: Function 'ikev2_delete_out' argument 1 names different: declaration 'st' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/ikev2_parent.c:996:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openswan-2.6.37/programs/pluto/ikev2_parent.c:1057:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openswan-2.6.37/programs/pluto/ikev2_parent.c:1127:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openswan-2.6.37/programs/pluto/ikev2_parent.c:1366:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openswan-2.6.37/programs/pluto/ikev2_parent.c:1624:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openswan-2.6.37/programs/pluto/ikev2_parent.c:1785:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openswan-2.6.37/programs/pluto/ikev2_parent.c:1925:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
openswan-2.6.37/programs/pluto/ikev2_x509.c:235:5: style: Variable 'send_cert' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/ikev2_x509.c:230:0: note: Variable 'send_cert' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/ikev2_x509.c:235:5: note: Variable 'send_cert' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/ikev2_x509.c:162:31: style: Function 'ikev2_send_certreq' argument 3 names different: declaration 'role' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev2_x509.c:65:26: note: Function 'ikev2_send_certreq' argument 3 names different: declaration 'role' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/ikev2_x509.c:162:31: note: Function 'ikev2_send_certreq' argument 3 names different: declaration 'role' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/initiate.c:675:24: style: Same expression on both sides of '!=' because the value of 'old_myid_state' and 'myid_state' are the same. [duplicateExpression]
openswan-2.6.37/programs/pluto/initiate.c:669:38: note: 'old_myid_state' is assigned value 'myid_state' here.
openswan-2.6.37/programs/pluto/initiate.c:675:24: note: Same expression on both sides of '!=' because the value of 'old_myid_state' and 'myid_state' are the same.
openswan-2.6.37/programs/pluto/initiate.c:530:24: style: The scope of the variable 'c' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ipsec_doi.c:400:22: style: The scope of the variable 'initiator' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ipsec_doi.c:876:10: style: The scope of the variable 'integname_tmp' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/ipsec_doi.c:863:5: style: Variable 'ini' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/programs/pluto/ipsec_doi.c:762:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/programs/pluto/kernel.c:227:72: style: Function 'get_ipsec_spi' argument 4 names different: declaration 'tunnel_mode' definition 'tunnel'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/kernel.h:336:13: note: Function 'get_ipsec_spi' argument 4 names different: declaration 'tunnel_mode' definition 'tunnel'.
openswan-2.6.37/programs/pluto/kernel.c:227:72: note: Function 'get_ipsec_spi' argument 4 names different: declaration 'tunnel_mode' definition 'tunnel'.
openswan-2.6.37/programs/pluto/kernel.c:264:39: style: Function 'get_my_cpi' argument 2 names different: declaration 'tunnel_mode' definition 'tunnel'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/kernel.h:337:58: note: Function 'get_my_cpi' argument 2 names different: declaration 'tunnel_mode' definition 'tunnel'.
openswan-2.6.37/programs/pluto/kernel.c:264:39: note: Function 'get_my_cpi' argument 2 names different: declaration 'tunnel_mode' definition 'tunnel'.
openswan-2.6.37/programs/pluto/kernel.c:1167:34: style: Function 'assign_hold' argument 1 names different: declaration 'c' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/kernel.h:324:44: note: Function 'assign_hold' argument 1 names different: declaration 'c' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:1167:34: note: Function 'assign_hold' argument 1 names different: declaration 'c' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2377:39: style: Function 'route_and_eroute' argument 1 names different: declaration 'c' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/kernel.h:342:49: note: Function 'route_and_eroute' argument 1 names different: declaration 'c' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2377:39: note: Function 'route_and_eroute' argument 1 names different: declaration 'c' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2378:41: style: Function 'route_and_eroute' argument 2 names different: declaration 'sr' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/kernel.h:343:29: note: Function 'route_and_eroute' argument 2 names different: declaration 'sr' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2378:41: note: Function 'route_and_eroute' argument 2 names different: declaration 'sr' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2379:37: style: Function 'route_and_eroute' argument 3 names different: declaration 'st' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/kernel.h:344:25: note: Function 'route_and_eroute' argument 3 names different: declaration 'st' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2379:37: note: Function 'route_and_eroute' argument 3 names different: declaration 'st' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2679:54: style: Function 'install_ipsec_sa' argument 2 names different: declaration 'inbound_also' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/kernel.h:340:53: note: Function 'install_ipsec_sa' argument 2 names different: declaration 'inbound_also' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2679:54: note: Function 'install_ipsec_sa' argument 2 names different: declaration 'inbound_also' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2779:34: style: Function 'delete_ipsec_sa' argument 1 names different: declaration 'st' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/kernel.h:341:43: note: Function 'delete_ipsec_sa' argument 1 names different: declaration 'st' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2779:34: note: Function 'delete_ipsec_sa' argument 1 names different: declaration 'st' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2779:67: style: Function 'delete_ipsec_sa' argument 2 names different: declaration 'inbound_only' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/kernel.h:341:52: note: Function 'delete_ipsec_sa' argument 2 names different: declaration 'inbound_only' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2779:67: note: Function 'delete_ipsec_sa' argument 2 names different: declaration 'inbound_only' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/kernel.c:2920:47: style: Function 'was_eroute_idle' argument 2 names different: declaration 'idle_max' definition 'since_when'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/kernel.h:346:54: note: Function 'was_eroute_idle' argument 2 names different: declaration 'idle_max' definition 'since_when'.
openswan-2.6.37/programs/pluto/kernel.c:2920:47: note: Function 'was_eroute_idle' argument 2 names different: declaration 'idle_max' definition 'since_when'.
openswan-2.6.37/programs/pluto/kernel.c:2130:5: warning: The buffer 'kversion' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
openswan-2.6.37/programs/pluto/kernel_bsdkame.c:872:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openswan-2.6.37/programs/pluto/kernel_bsdkame.c:585:13: style: Variable 'addrmem' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/programs/pluto/kernel_bsdkame.c:1038:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/programs/pluto/keys.c:958:25: style: Redundant condition: check_pub_keys. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openswan-2.6.37/programs/pluto/keys.c:728:5: style: Variable 'best' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/keys.c:716:0: note: Variable 'best' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/keys.c:728:5: note: Variable 'best' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/keys.c:954:6: style: Variable 'check_expiry_msg' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/keys.c:952:0: note: Variable 'check_expiry_msg' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/keys.c:954:6: note: Variable 'check_expiry_msg' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/keys.c:949:11: style: The scope of the variable 'id_buf' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/keys.c:950:11: style: The scope of the variable 'expires_buf' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/keys.c:951:11: style: The scope of the variable 'installed_buf' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/keys.c:633:15: style: Unused variable: rw_id [unusedVariable]
openswan-2.6.37/programs/pluto/ocsp.c:559:18: warning: Either the condition 'certinfo!=NULL' is redundant or there is possible null pointer dereference: certinfo. [nullPointerRedundantCheck]
openswan-2.6.37/programs/pluto/ocsp.c:1600:21: note: Assuming that condition 'certinfo!=NULL' is not redundant
openswan-2.6.37/programs/pluto/ocsp.c:1629:19: note: Calling function 'free_certinfo', 1st argument 'certinfo' value is 0
openswan-2.6.37/programs/pluto/ocsp.c:559:18: note: Null pointer dereference
openswan-2.6.37/programs/pluto/ocsp.c:1616:18: warning: Either the condition 'certinfo!=NULL' is redundant or there is possible null pointer dereference: certinfo. [nullPointerRedundantCheck]
openswan-2.6.37/programs/pluto/ocsp.c:1600:21: note: Assuming that condition 'certinfo!=NULL' is not redundant
openswan-2.6.37/programs/pluto/ocsp.c:1616:18: note: Null pointer dereference
openswan-2.6.37/programs/pluto/ocsp.c:1619:5: warning: Either the condition 'certinfo!=NULL' is redundant or there is possible null pointer dereference: certinfo. [nullPointerRedundantCheck]
openswan-2.6.37/programs/pluto/ocsp.c:1600:21: note: Assuming that condition 'certinfo!=NULL' is not redundant
openswan-2.6.37/programs/pluto/ocsp.c:1619:5: note: Null pointer dereference
openswan-2.6.37/programs/pluto/ocsp.c:1620:5: warning: Either the condition 'certinfo!=NULL' is redundant or there is possible null pointer dereference: certinfo. [nullPointerRedundantCheck]
openswan-2.6.37/programs/pluto/ocsp.c:1600:21: note: Assuming that condition 'certinfo!=NULL' is not redundant
openswan-2.6.37/programs/pluto/ocsp.c:1620:5: note: Null pointer dereference
openswan-2.6.37/programs/pluto/ocsp.c:1621:5: warning: Either the condition 'certinfo!=NULL' is redundant or there is possible null pointer dereference: certinfo. [nullPointerRedundantCheck]
openswan-2.6.37/programs/pluto/ocsp.c:1600:21: note: Assuming that condition 'certinfo!=NULL' is not redundant
openswan-2.6.37/programs/pluto/ocsp.c:1621:5: note: Null pointer dereference
openswan-2.6.37/programs/pluto/ocsp.c:569:22: style: The scope of the variable 'certinfo' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/pluto_crypt.c:360:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/pluto_crypt.c:552:30: style: The scope of the variable 'r' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/pluto_crypt.c:637:27: style: The scope of the variable 'r' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/pluto_crypt.c:1019:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/plutoalg.c:81:2: warning: %n in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
openswan-2.6.37/programs/pluto/plutoalg.c:201:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/plutoalg.c:194:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/plutoalg.c:201:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/plutoalg.c:252:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/plutoalg.c:245:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/plutoalg.c:252:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/plutoalg.c:503:9: style: The scope of the variable 'ealg_i' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/plutoalg.c:503:17: style: The scope of the variable 'aalg_i' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/plutoalg.c:505:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/plutoalg.c:617:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/plutoalg.c:618:20: style: The scope of the variable 'esp_info' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/plutoalg.c:715:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/programs/pluto/plutoalg.c:731:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/programs/pluto/primegen.c:310:33: style: Function 'gen_prime' argument 2 names different: declaration 'mode' definition 'secret'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/primegen.c:47:43: note: Function 'gen_prime' argument 2 names different: declaration 'mode' definition 'secret'.
openswan-2.6.37/programs/pluto/primegen.c:310:33: note: Function 'gen_prime' argument 2 names different: declaration 'mode' definition 'secret'.
openswan-2.6.37/programs/pluto/rcv_info.c:238:2: style: Variable 'ipcq->credentials[0].ii_type' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/rcv_info.c:237:2: note: Variable 'ipcq->credentials[0].ii_type' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/rcv_info.c:238:2: note: Variable 'ipcq->credentials[0].ii_type' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/rcv_whack.c:660:18: style: Function 'whack_handle' argument 1 names different: declaration 'kernelfd' definition 'whackctlfd'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/rcv_whack.h:18:30: note: Function 'whack_handle' argument 1 names different: declaration 'kernelfd' definition 'whackctlfd'.
openswan-2.6.37/programs/pluto/rcv_whack.c:660:18: note: Function 'whack_handle' argument 1 names different: declaration 'kernelfd' definition 'whackctlfd'.
openswan-2.6.37/programs/pluto/server.c:704:20: style: The scope of the variable 'lastn' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/spdb_struct.c:136:49: style: The scope of the variable 'enc_keylen' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/spdb_struct.c:136:62: style: The scope of the variable 'new_auth' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/spdb_struct.c:99:21: style: Function 'oakley_alg_makedb' argument 2 names different: declaration 'basic' definition 'base'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ike_alg.h:96:28: note: Function 'oakley_alg_makedb' argument 2 names different: declaration 'basic' definition 'base'.
openswan-2.6.37/programs/pluto/spdb_struct.c:99:21: note: Function 'oakley_alg_makedb' argument 2 names different: declaration 'basic' definition 'base'.
openswan-2.6.37/programs/pluto/spdb_v1_struct.c:2158:10: style: Condition 'ugh!=NULL' is always true [knownConditionTrueFalse]
openswan-2.6.37/programs/pluto/spdb_v1_struct.c:2148:9: note: Assignment 'ugh="no alg"', assigned value is "no alg"
openswan-2.6.37/programs/pluto/spdb_v1_struct.c:2158:10: note: Condition 'ugh!=NULL' is always true
openswan-2.6.37/programs/pluto/spdb_v1_struct.c:653:17: style: The scope of the variable 'role' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/spdb_v1_struct.c:120:31: style: Function 'out_sa' argument 5 names different: declaration 'aggressive_mode' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/spdb.h:129:10: note: Function 'out_sa' argument 5 names different: declaration 'aggressive_mode' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/spdb_v1_struct.c:120:31: note: Function 'out_sa' argument 5 names different: declaration 'aggressive_mode' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/spdb_v1_struct.c:465:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openswan-2.6.37/programs/pluto/spdb_v2_struct.c:521:27: style: The scope of the variable 'tr' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/state.c:1131:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/state.c:1425:10: style: The scope of the variable 'state_buf' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/state.c:1426:10: style: The scope of the variable 'state_buf2' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/state.c:945:29: style: Function 'find_state_ikev1' argument 3 names different: declaration 'peer' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/state.h:400:22: note: Function 'find_state_ikev1' argument 3 names different: declaration 'peer' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/state.c:945:29: note: Function 'find_state_ikev1' argument 3 names different: declaration 'peer' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/state.c:1090:28: style: Function 'find_info_state' argument 3 names different: declaration 'peer' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/state.h:419:30: note: Function 'find_info_state' argument 3 names different: declaration 'peer' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/state.c:1090:28: note: Function 'find_info_state' argument 3 names different: declaration 'peer' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/state.c:1248:34: style: Function 'fmt_state' argument 6 names different: declaration 'state_buf_len2' definition 'state_buf2_len'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/state.h:439:41: note: Function 'fmt_state' argument 6 names different: declaration 'state_buf_len2' definition 'state_buf2_len'.
openswan-2.6.37/programs/pluto/state.c:1248:34: note: Function 'fmt_state' argument 6 names different: declaration 'state_buf_len2' definition 'state_buf2_len'.
openswan-2.6.37/programs/pluto/state.c:1600:0: style: Boolean variable 'xauth_ack_msgid' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openswan-2.6.37/programs/pluto/state.c:1601:0: style: Boolean variable 'modecfg_pull_mode' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openswan-2.6.37/programs/pluto/stubs.c:76:44: style: Function 'aggr_not_present' argument 1 names different: declaration 'whack_sock' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev1.h:58:40: note: Function 'aggr_not_present' argument 1 names different: declaration 'whack_sock' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/stubs.c:76:44: note: Function 'aggr_not_present' argument 1 names different: declaration 'whack_sock' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/stubs.c:77:31: style: Function 'aggr_not_present' argument 2 names different: declaration 'c' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev1.h:59:28: note: Function 'aggr_not_present' argument 2 names different: declaration 'c' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/stubs.c:77:31: note: Function 'aggr_not_present' argument 2 names different: declaration 'c' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/stubs.c:78:36: style: Function 'aggr_not_present' argument 3 names different: declaration 'predecessor' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev1.h:60:23: note: Function 'aggr_not_present' argument 3 names different: declaration 'predecessor' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/stubs.c:78:36: note: Function 'aggr_not_present' argument 3 names different: declaration 'predecessor' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/stubs.c:79:24: style: Function 'aggr_not_present' argument 4 names different: declaration 'policy' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev1.h:61:16: note: Function 'aggr_not_present' argument 4 names different: declaration 'policy' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/stubs.c:79:24: note: Function 'aggr_not_present' argument 4 names different: declaration 'policy' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/stubs.c:80:28: style: Function 'aggr_not_present' argument 5 names different: declaration 'try' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev1.h:62:23: note: Function 'aggr_not_present' argument 5 names different: declaration 'try' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/stubs.c:80:28: note: Function 'aggr_not_present' argument 5 names different: declaration 'try' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/stubs.c:81:44: style: Function 'aggr_not_present' argument 6 names different: declaration 'importance' definition 'UNUSED'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/ikev1.h:63:34: note: Function 'aggr_not_present' argument 6 names different: declaration 'importance' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/stubs.c:81:44: note: Function 'aggr_not_present' argument 6 names different: declaration 'importance' definition 'UNUSED'.
openswan-2.6.37/programs/pluto/sysdep_bsd.c:42:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
openswan-2.6.37/programs/pluto/sysdep_cygwin.c:117:23: error: Uninitialized variable: ri [uninitvar]
openswan-2.6.37/programs/pluto/timer.c:774:9: style: The scope of the variable 'type' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/timer.c:775:19: style: The scope of the variable 'st' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/tpm/pbs.c:64:30: warning: Either the condition 'max' is redundant or there is possible null pointer dereference: max. [nullPointerRedundantCheck]
openswan-2.6.37/programs/pluto/tpm/pbs.c:59:8: note: Assuming that condition 'max' is not redundant
openswan-2.6.37/programs/pluto/tpm/pbs.c:64:30: note: Null pointer dereference
openswan-2.6.37/programs/pluto/tpm/pbs.c:134:11: style: The scope of the variable 'here' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/tpm/pbs.c:135:18: style: The scope of the variable 'np' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/tpm/pbs.c:136:9: style: The scope of the variable 'paylen' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/tpm/pbs.c:169:11: style: The scope of the variable 'here' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/tpm/pbs.c:170:18: style: The scope of the variable 'np' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/tpm/pbs.c:171:9: style: The scope of the variable 'paylen' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/tpm/pbs.c:109:22: error: Uninitialized variable: n [uninitvar]
openswan-2.6.37/programs/pluto/tpm/tpm.c:207:32: style: Function 'tpm_call_out_crypt' argument 4 names different: declaration 'offset' definition 'off'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/tpm/tpm.h:36:16: note: Function 'tpm_call_out_crypt' argument 4 names different: declaration 'offset' definition 'off'.
openswan-2.6.37/programs/pluto/tpm/tpm.c:207:32: note: Function 'tpm_call_out_crypt' argument 4 names different: declaration 'offset' definition 'off'.
openswan-2.6.37/programs/pluto/tpm/tpm.c:207:41: style: Function 'tpm_call_out_crypt' argument 5 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/tpm/tpm.h:36:28: note: Function 'tpm_call_out_crypt' argument 5 names different: declaration 'length' definition 'len'.
openswan-2.6.37/programs/pluto/tpm/tpm.c:207:41: note: Function 'tpm_call_out_crypt' argument 5 names different: declaration 'length' definition 'len'.
openswan-2.6.37/programs/pluto/tpm/tpm.c:172:11: style: Unused variable: res [unusedVariable]
openswan-2.6.37/programs/pluto/tpm/tpm.c:173:14: style: Unused variable: to [unusedVariable]
openswan-2.6.37/programs/pluto/tpm/tpm.c:211:11: style: Unused variable: res [unusedVariable]
openswan-2.6.37/programs/pluto/tpm/tpm.c:212:14: style: Unused variable: to [unusedVariable]
openswan-2.6.37/programs/pluto/tpm/tpm.c:250:11: style: Unused variable: res [unusedVariable]
openswan-2.6.37/programs/pluto/tpm/tpm.c:251:14: style: Unused variable: to [unusedVariable]
openswan-2.6.37/programs/pluto/vendor.c:427:17: style: The scope of the variable 'hash' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/vendor.c:488:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/virtual.c:117:29: style: The scope of the variable 'i_ok' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/virtual.c:117:35: style: The scope of the variable 'i_ko' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/virtual.c:402:10: style: The scope of the variable 'allowed' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/virtual.c:403:10: style: The scope of the variable 'disallowed' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/whack.c:1232:42: style: Same expression on both sides of '-'. [duplicateExpression]
openswan-2.6.37/programs/pluto/whack.c:886:10: style: The scope of the variable 'xauthname' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/whack.c:887:10: style: The scope of the variable 'xauthpass' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/whack.c:888:9: style: The scope of the variable 'xauthnamelen' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/whack.c:888:27: style: The scope of the variable 'xauthpasslen' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/whack.c:1370:19: style: Checking if unsigned variable 'opt_whole' is less than zero. [unsignedLessThanZero]
openswan-2.6.37/programs/pluto/whackinit.c:253:15: style: Condition 'try>0' is always true [knownConditionTrueFalse]
openswan-2.6.37/programs/pluto/whackinit.c:251:11: note: Assignment 'try=3', assigned value is 3
openswan-2.6.37/programs/pluto/whackinit.c:253:15: note: Condition 'try>0' is always true
openswan-2.6.37/programs/pluto/whackinit.c:421:16: style: The scope of the variable 'opt_whole' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/whackinit.c:428:6: style: The scope of the variable 'aux' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/whackinit.c:539:4: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openswan-2.6.37/programs/pluto/whackinit.c:546:4: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
openswan-2.6.37/programs/pluto/x509.c:425:9: style: The scope of the variable 'n' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/x509.c:484:30: style: The scope of the variable 'cbuf' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/xauth.c:1023:9: style: Variable 'sztemp' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/xauth.c:1018:10: note: Variable 'sztemp' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:1023:9: note: Variable 'sztemp' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:1032:9: style: Variable 'sztemp' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/xauth.c:1027:10: note: Variable 'sztemp' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:1032:9: note: Variable 'sztemp' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:1103:5: style: Variable 'results' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/xauth.c:1093:0: note: Variable 'results' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:1103:5: note: Variable 'results' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:1935:21: style: Variable 'tmp_spd->this.ca.ptr' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/xauth.c:1934:21: note: Variable 'tmp_spd->this.ca.ptr' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:1935:21: note: Variable 'tmp_spd->this.ca.ptr' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:1938:21: style: Variable 'tmp_spd->this.groups' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/xauth.c:1937:21: note: Variable 'tmp_spd->this.groups' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:1938:21: note: Variable 'tmp_spd->this.groups' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:1941:21: style: Variable 'tmp_spd->this.virt' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/programs/pluto/xauth.c:1940:21: note: Variable 'tmp_spd->this.virt' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:1941:21: note: Variable 'tmp_spd->this.virt' is reassigned a value before the old one has been used.
openswan-2.6.37/programs/pluto/xauth.c:341:7: style: The scope of the variable 'dont_advance' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/xauth.c:988:9: style: The scope of the variable 'loc' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/xauth.c:1375:16: style: The scope of the variable 'attrs' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/xauth.c:1989:10: style: The scope of the variable 'xauth_username' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/xauth.c:2014:7: style: The scope of the variable 'dont_advance' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/xauth.c:2189:16: style: The scope of the variable 'attrs' can be reduced. [variableScope]
openswan-2.6.37/programs/pluto/xauth.c:311:16: style: Function 'modecfg_resp' argument 3 names different: declaration 's' definition 'rbody'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/xauth.h:21:17: note: Function 'modecfg_resp' argument 3 names different: declaration 's' definition 'rbody'.
openswan-2.6.37/programs/pluto/xauth.c:311:16: note: Function 'modecfg_resp' argument 3 names different: declaration 's' definition 'rbody'.
openswan-2.6.37/programs/pluto/xauth.c:312:15: style: Function 'modecfg_resp' argument 4 names different: declaration 'cmd' definition 'replytype'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/xauth.h:21:30: note: Function 'modecfg_resp' argument 4 names different: declaration 'cmd' definition 'replytype'.
openswan-2.6.37/programs/pluto/xauth.c:312:15: note: Function 'modecfg_resp' argument 4 names different: declaration 'cmd' definition 'replytype'.
openswan-2.6.37/programs/pluto/xauth.c:314:15: style: Function 'modecfg_resp' argument 6 names different: declaration 'id' definition 'ap_id'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/xauth.h:22:54: note: Function 'modecfg_resp' argument 6 names different: declaration 'id' definition 'ap_id'.
openswan-2.6.37/programs/pluto/xauth.c:314:15: note: Function 'modecfg_resp' argument 6 names different: declaration 'id' definition 'ap_id'.
openswan-2.6.37/programs/pluto/xauth.c:1984:23: style: Function 'xauth_client_resp' argument 2 names different: declaration 'xauth' definition 'xauth_resp'. [funcArgNamesDifferent]
openswan-2.6.37/programs/pluto/xauth.h:25:44: note: Function 'xauth_client_resp' argument 2 names different: declaration 'xauth' definition 'xauth_resp'.
openswan-2.6.37/programs/pluto/xauth.c:1984:23: note: Function 'xauth_client_resp' argument 2 names different: declaration 'xauth' definition 'xauth_resp'.
openswan-2.6.37/programs/ranbits/ranbits.c:76:10: style: The scope of the variable 'got' can be reduced. [variableScope]
openswan-2.6.37/programs/rsasigkey/rsasigkey.c:316:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/programs/rsasigkey/rsasigkey.c:437:8: style: The scope of the variable 'p' can be reduced. [variableScope]
openswan-2.6.37/programs/rsasigkey/rsasigkey.c:438:8: style: The scope of the variable 'value' can be reduced. [variableScope]
openswan-2.6.37/programs/rsasigkey/rsasigkey.c:850:10: style: The scope of the variable 'got' can be reduced. [variableScope]
openswan-2.6.37/programs/rsasigkey/rsasigkey.c:700:13: error: Uninitialized variable: p [uninitvar]
openswan-2.6.37/programs/rsasigkey/rsasigkey.c:701:13: error: Uninitialized variable: q [uninitvar]
openswan-2.6.37/programs/showhostkey/showhostkey.c:341:17: warning: Variable 'enumstr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
openswan-2.6.37/programs/showhostkey/showhostkey.c:339:17: note: Variable 'enumstr' is reassigned a value before the old one has been used. 'break;' missing?
openswan-2.6.37/programs/showhostkey/showhostkey.c:341:17: note: Variable 'enumstr' is reassigned a value before the old one has been used. 'break;' missing?
openswan-2.6.37/programs/showhostkey/showhostkey.c:343:17: warning: Variable 'enumstr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
openswan-2.6.37/programs/showhostkey/showhostkey.c:341:17: note: Variable 'enumstr' is reassigned a value before the old one has been used. 'break;' missing?
openswan-2.6.37/programs/showhostkey/showhostkey.c:343:17: note: Variable 'enumstr' is reassigned a value before the old one has been used. 'break;' missing?
openswan-2.6.37/programs/showhostkey/showhostkey.c:471:25: style: Same expression on both sides of '&&' because the value of '!x509req_flg' and '!x509self_flg' are the same. [duplicateExpression]
openswan-2.6.37/programs/showhostkey/showhostkey.c:373:22: note: 'x509req_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:372:23: note: 'x509self_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:471:25: note: Same expression on both sides of '&&' because the value of '!x509req_flg' and '!x509self_flg' are the same.
openswan-2.6.37/programs/showhostkey/showhostkey.c:471:41: style: Same expression on both sides of '&&' because the value of '!x509cert_flg' and '!x509req_flg' are the same. [duplicateExpression]
openswan-2.6.37/programs/showhostkey/showhostkey.c:374:23: note: 'x509cert_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:373:22: note: 'x509req_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:471:41: note: Same expression on both sides of '&&' because the value of '!x509cert_flg' and '!x509req_flg' are the same.
openswan-2.6.37/programs/showhostkey/showhostkey.c:472:25: style: Same expression on both sides of '&&' because the value of '!x509cert_flg' and '!dhclient_flg' are the same. [duplicateExpression]
openswan-2.6.37/programs/showhostkey/showhostkey.c:374:23: note: 'x509cert_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:377:23: note: 'dhclient_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:472:25: note: Same expression on both sides of '&&' because the value of '!x509cert_flg' and '!dhclient_flg' are the same.
openswan-2.6.37/programs/showhostkey/showhostkey.c:472:25: style: Same expression on both sides of '&&' because the value of '!x509req_flg' and '!dhclient_flg' are the same. [duplicateExpression]
openswan-2.6.37/programs/showhostkey/showhostkey.c:374:23: note: 'x509cert_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:377:23: note: 'dhclient_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:373:22: note: 'x509req_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:472:25: note: Same expression on both sides of '&&' because the value of '!x509req_flg' and '!dhclient_flg' are the same.
openswan-2.6.37/programs/showhostkey/showhostkey.c:472:25: style: Same expression on both sides of '&&' because the value of '!x509self_flg' and '!dhclient_flg' are the same. [duplicateExpression]
openswan-2.6.37/programs/showhostkey/showhostkey.c:374:23: note: 'x509cert_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:377:23: note: 'dhclient_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:373:22: note: 'x509req_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:372:23: note: 'x509self_flg' is assigned value 'FALSE' here.
openswan-2.6.37/programs/showhostkey/showhostkey.c:472:25: note: Same expression on both sides of '&&' because the value of '!x509self_flg' and '!dhclient_flg' are the same.
openswan-2.6.37/programs/showpolicy/showpolicy.c:199:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/programs/showpolicy/showpolicy.c:183:18: style: The scope of the variable 'refp' can be reduced. [variableScope]
openswan-2.6.37/programs/spigrp/spigrp.c:110:6: style: Condition 'debug' is always true [knownConditionTrueFalse]
openswan-2.6.37/programs/spigrp/spigrp.c:109:11: note: Assignment 'debug=1', assigned value is 1
openswan-2.6.37/programs/spigrp/spigrp.c:110:6: note: Condition 'debug' is always true
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:206:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:217:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:244:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:245:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:296:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:361:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:362:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:367:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:368:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:554:6: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:541:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:539:3: note: Variable 'res' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:541:3: note: Variable 'res' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:32:23: style: The scope of the variable 'i' can be reduced. [variableScope]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:73:6: style: The scope of the variable 'u16_tmp' can be reduced. [variableScope]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:144:5: style: The scope of the variable 'last_block' can be reduced. [variableScope]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:391:6: style: The scope of the variable 'res' can be reduced. [variableScope]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:30:6: style: Unused variable: t [unusedVariable]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:145:9: style: Unused variable: res [unusedVariable]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:147:6: style: Unused variable: send_length [unusedVariable]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:327:6: style: Unused variable: i [unusedVariable]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:327:9: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:394:16: style: Unused variable: arpr [unusedVariable]
openswan-2.6.37/testing/attacks/espiv/ipsec_hack.c:109:32: error: Uninitialized variable: u16_tmp [uninitvar]
openswan-2.6.37/testing/attacks/espiv/utils.c:281:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
openswan-2.6.37/testing/attacks/espiv/utils.c:37:14: error: Uninitialized variable: result [uninitvar]
openswan-2.6.37/testing/lib/libpluto/seam_kernelalgs.c:20:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/lib/libpluto/seam_kernelalgs.c:14:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/lib/libpluto/seam_kernelalgs.c:20:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/lib/libpluto/seam_kernelalgs.c:25:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/lib/libpluto/seam_kernelalgs.c:20:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/lib/libpluto/seam_kernelalgs.c:25:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/lib/libpluto/seam_kernelalgs.c:30:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/lib/libpluto/seam_kernelalgs.c:25:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/lib/libpluto/seam_kernelalgs.c:30:2: note: Variable 'ret' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/lib/libpluto/seam_kernelalgs.c:30:6: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/kunit/libkern/ipv4.c:1046:10: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/testing/kunit/libkern/ipv4.c:311:4: style: Variable 'rth->fl.oif' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/kunit/libkern/ipv4.c:310:4: note: Variable 'rth->fl.oif' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/kunit/libkern/ipv4.c:311:4: note: Variable 'rth->fl.oif' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/kunit/libkern/kernelenv.c:366:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openswan-2.6.37/testing/kunit/libkern/kernelenv.c:367:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openswan-2.6.37/testing/kunit/libkern/kernelenv.c:368:9: style: Variable 'to' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/kunit/libkern/log.c:134:8: style: The scope of the variable 'logname' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/libkern/printk.c:14:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/libkern/talloc.c:858:15: style: Array index 'len' is used before limits check. [arrayIndexThenCheck]
openswan-2.6.37/testing/kunit/libkern/talloc.c:880:3: error: va_start() or va_copy() called subsequently on 'ap2' without va_end() in between. [va_start_subsequentCalls]
openswan-2.6.37/testing/kunit/libkern/talloc.c:885:12: error: va_list 'ap2' was opened but not closed by va_end(). [va_end_missing]
openswan-2.6.37/testing/kunit/libkern/talloc.c:928:21: error: va_list 'ap2' was opened but not closed by va_end(). [va_end_missing]
openswan-2.6.37/testing/kunit/rcv-01/rcv01main.c:140:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/rcv-01/rcv01main.c:146:20: style: The scope of the variable 'sa' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/rcv-01/rcv01main.c:147:8: style: The scope of the variable 'auth1' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/rcv-01/rcv01main.c:151:8: style: The scope of the variable 'enc' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/rcv-01/rcv01main.c:228:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/kunit/rcv-02/rcv02main.c:142:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/rcv-02/rcv02main.c:149:8: style: The scope of the variable 'auth1' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/rcv-02/rcv02main.c:153:8: style: The scope of the variable 'enc' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/rcv-02/rcv02main.c:255:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/kunit/xmit-01/xmit01main.c:166:20: style: The scope of the variable 'sa' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/xmit-01/xmit01main.c:167:8: style: The scope of the variable 'auth1' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/xmit-01/xmit01main.c:171:8: style: The scope of the variable 'enc' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/xmit-02/xmit02main.c:166:20: style: The scope of the variable 'sa' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/xmit-02/xmit02main.c:167:8: style: The scope of the variable 'auth1' can be reduced. [variableScope]
openswan-2.6.37/testing/kunit/xmit-02/xmit02main.c:171:8: style: The scope of the variable 'enc' can be reduced. [variableScope]
openswan-2.6.37/testing/lib/libipsecconf/writeconf.c:88:0: style: Variable 'opt' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libopenswan/algparse.c:16:9: style: Unused variable: i [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/seam_whack.c:6:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/testing/lib/libpluto/parentI1.c:45:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI1.c:48:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI1fallback.c:47:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI1fallback.c:50:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI1fallback.c:82:10: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/seam_commhandle.c:38:16: style: Variable 'from_ugh' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI1i1.c:57:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI1i1.c:61:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI1i1.c:106:10: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI1psk.c:45:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI1psk.c:48:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI1retrans.c:45:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI1retrans.c:48:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2.c:57:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2.c:60:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2.c:104:10: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2duplicate.c:57:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2duplicate.c:60:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2duplicate.c:107:10: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2psk.c:57:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2psk.c:60:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2psk.c:104:10: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2retrans.c:57:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2retrans.c:60:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2retrans.c:104:10: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2x509.c:61:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2x509.c:64:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI2x509.c:116:10: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI3.c:56:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI3.c:59:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI3.c:103:10: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI3psk.c:56:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentI3psk.c:59:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentI3psk.c:103:10: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR1.c:67:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentR1.c:70:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR1dcookie.c:48:31: style: Variable 'kn' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR1dcookie.c:61:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentR1dcookie.c:65:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR1duplicate.c:68:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentR1duplicate.c:71:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR1psk.c:67:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentR1psk.c:71:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/seam_recv1r.c:11:10: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2.c:57:31: style: Variable 'kn' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2.c:71:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2.c:74:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2duplicate.c:60:31: style: Variable 'kn' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2duplicate.c:77:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2duplicate.c:80:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2psk.c:57:31: style: Variable 'kn' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2psk.c:71:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2psk.c:74:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2x509.c:60:31: style: Variable 'kn' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2x509.c:76:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/parentR2x509.c:79:0: style: Variable 'lineno' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/lib/libpluto/refineconnection.c:83:2: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openswan-2.6.37/testing/lib/libpluto/refineconnection.c:83:2: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
openswan-2.6.37/testing/lib/libpluto/refineconnection.c:95:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/testing/lib/libpluto/refineconnection.c:36:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/refineconnection.c:83:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openswan-2.6.37/testing/lib/libpluto/spdbfirst.c:53:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/testing/lib/libpluto/spdbmerge.c:50:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/testing/lib/libpluto/spdbph1.c:92:5: style: Variable 'gsp' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/lib/libpluto/spdbph1.c:78:0: note: Variable 'gsp' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/lib/libpluto/spdbph1.c:92:5: note: Variable 'gsp' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/lib/libpluto/spdbph1.c:77:9: style: Unused variable: i [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/spdbtest.c:26:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/testing/lib/libpluto/spdbtest.c:41:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
openswan-2.6.37/testing/lib/libpluto/spdbv2.c:98:5: style: Variable 'gsp' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/lib/libpluto/spdbv2.c:81:0: note: Variable 'gsp' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/lib/libpluto/spdbv2.c:98:5: note: Variable 'gsp' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/lib/libpluto/spdbv2.c:80:9: style: Unused variable: i [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/spdbv2c.c:81:9: style: Unused variable: i [unusedVariable]
openswan-2.6.37/testing/lib/libpluto/whackmsgtest.c:34:11: style: Unused variable: len [unusedVariable]
openswan-2.6.37/testing/pfkey/eroute-01/eroute01.c:24:2: style: Variable 'pfkey_sock' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/pfkey/eroute-01/eroute01.c:22:0: note: Variable 'pfkey_sock' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/pfkey/eroute-01/eroute01.c:24:2: note: Variable 'pfkey_sock' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/pfkey/spi-01/spi01.c:32:2: style: Variable 'pfkey_sock' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/pfkey/spi-01/spi01.c:30:0: note: Variable 'pfkey_sock' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/pfkey/spi-01/spi01.c:32:2: note: Variable 'pfkey_sock' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/pfkey/spi-01/spi01.c:18:2: style: Variable 'EF_FREE_WIPES' is assigned a value that is never used. [unreadVariable]
openswan-2.6.37/testing/pfkey/spigrp-01/spigrp01.c:24:2: style: Variable 'pfkey_sock' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/pfkey/spigrp-01/spigrp01.c:22:0: note: Variable 'pfkey_sock' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/pfkey/spigrp-01/spigrp01.c:24:2: note: Variable 'pfkey_sock' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/pfkey/tncfg-01/tncfg01.c:26:2: style: Variable 'pfkey_sock' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/pfkey/tncfg-01/tncfg01.c:24:0: note: Variable 'pfkey_sock' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/pfkey/tncfg-01/tncfg01.c:26:2: note: Variable 'pfkey_sock' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/utils/ike-aggr-dos/ike-aggr-dos.c:174:2: style: Variable 'newbytes[130]' is reassigned a value before the old one has been used. [redundantAssignment]
openswan-2.6.37/testing/utils/ike-aggr-dos/ike-aggr-dos.c:173:2: note: Variable 'newbytes[130]' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/utils/ike-aggr-dos/ike-aggr-dos.c:174:2: note: Variable 'newbytes[130]' is reassigned a value before the old one has been used.
openswan-2.6.37/testing/utils/ike-aggr-dos/ike-aggr-dos.c:161:20: style: Variable 'chksum' is not assigned a value. [unassignedVariable]
openswan-2.6.37/testing/utils/ike-aggr-dos/ike-aggr-dos.c:189:17: error: Uninitialized variable: chksum [uninitvar]
openswan-2.6.37/testing/utils/ike-aggr-dos/ike-aggr-dos.c:188:17: error: Uninitialized variable: chksum [uninitvar]
openswan-2.6.37/testing/utils/ike-scan/ike-scan.h:50:0: error: #error This program requires the ANSI C Headers [preprocessorErrorDirective]
openswan-2.6.37/testing/utils/pcap2skb/pcap2skb.c:70:9: style: The scope of the variable 'f' can be reduced. [variableScope]
openswan-2.6.37/testing/utils/pcap2skb/pcap2skb.c:72:11: style: The scope of the variable 'pc' can be reduced. [variableScope]
openswan-2.6.37/testing/utils/siocprivate/tncfg.c:53:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
openswan-2.6.37/testing/utils/uml_netjig/cmdmode.c:672:8: style: The scope of the variable 'cmdlen' can be reduced. [variableScope]
openswan-2.6.37/testing/utils/uml_netjig/cmdmode.c:278:29: error: Uninitialized variable: switchname [uninitvar]
openswan-2.6.37/testing/utils/uml_netjig/cmdmode.c:353:29: error: Uninitialized variable: switchname [uninitvar]
openswan-2.6.37/testing/utils/uml_netjig/hash.c:143:42: style: Label 'now' is not used. [unusedLabel]
openswan-2.6.37/testing/utils/uml_netjig/nethub.c:425:17: style: The scope of the variable 'p' can be reduced. [variableScope]
openswan-2.6.37/testing/utils/uml_netjig/nethub.c:579:7: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
openswan-2.6.37/testing/utils/uml_netjig/uml_netjig.c:253:7: style: The scope of the variable 'n' can be reduced. [variableScope]
openswan-2.6.37/testing/utils/uml_netjig/uml_netjig.c:421:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
openswan-2.6.37/testing/utils/uml_netjig/uml_switch.c:227:12: warning: Possible null pointer dereference: l_fds [nullPointer]
openswan-2.6.37/testing/utils/uml_netjig/uml_switch.c:213:11: note: Assignment 'l_fds=NULL', assigned value is 0
openswan-2.6.37/testing/utils/uml_netjig/uml_switch.c:227:12: note: Null pointer dereference
openswan-2.6.37/testing/utils/uml_netjig/uml_switch.c:232:12: warning: Possible null pointer dereference: l_fd_array [nullPointer]
openswan-2.6.37/testing/utils/uml_netjig/uml_switch.c:211:16: note: Assignment 'l_fd_array=NULL', assigned value is 0
openswan-2.6.37/testing/utils/uml_netjig/uml_switch.c:232:12: note: Null pointer dereference
[13:14]

ftp://ftp.se.debian.org/debian/pool/main/o/openteacher/openteacher_3.2.orig.tar.gz
openteacher/moduleFilterer.c:18:0: error: #error Python headers needed to compile C extensions, please install development version of Python. [preprocessorErrorDirective]
[13:14]

ftp://ftp.se.debian.org/debian/pool/main/o/openthesaurus/openthesaurus_20160424.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/opentk/opentk_1.1.4c+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/opentoken/opentoken_6.0b.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/openttd/openttd_1.8.0.orig.tar.xz
openttd-1.8.0/os/dos/exe2coff/exe2coff.c:49:7: error: Resource leak: ifile [resourceLeak]
openttd-1.8.0/os/dos/exe2coff/exe2coff.c:56:5: error: Resource leak: ifile [resourceLeak]
openttd-1.8.0/os/dos/exe2coff/exe2coff.c:64:5: error: Resource leak: ifile [resourceLeak]
openttd-1.8.0/os/os2/svnver1.c:3:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
openttd-1.8.0/os/os2/svnver2.c:1:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
openttd-1.8.0/src/3rdparty/md5/md5.cpp:274:13: style: Checking if unsigned variable 'nbytes' is less than zero. This might be a false warning. [unsignedLessThanZero]
openttd-1.8.0/src/3rdparty/md5/md5.cpp:160:6: warning: Member variable 'Md5::buf' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/3rdparty/os2/getaddrinfo.c:296:21: warning: Either the condition 'ecode>(int)(sizeof(eai_descr)/sizeof(eai_descr[0]))' is redundant or the array 'eai_descr[13]' is accessed at index 13, which is out of bounds. [arrayIndexOutOfBoundsCond]
openttd-1.8.0/src/3rdparty/os2/getaddrinfo.c:294:28: note: Assuming that condition 'ecode>(int)(sizeof(eai_descr)/sizeof(eai_descr[0]))' is not redundant
openttd-1.8.0/src/3rdparty/os2/getaddrinfo.c:296:21: note: Array index out of bounds
openttd-1.8.0/src/3rdparty/os2/getaddrinfo.c:66:21: style: The scope of the variable 'servent' can be reduced. [variableScope]
openttd-1.8.0/src/3rdparty/os2/getaddrinfo.c:67:17: style: The scope of the variable 'socktype' can be reduced. [variableScope]
openttd-1.8.0/src/3rdparty/os2/getaddrinfo.c:276:19: style: Function 'gai_strerror' argument 1 names different: declaration 'code' definition 'ecode'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/os2/getaddrinfo.h:96:31: note: Function 'gai_strerror' argument 1 names different: declaration 'code' definition 'ecode'.
openttd-1.8.0/src/3rdparty/os2/getaddrinfo.c:276:19: note: Function 'gai_strerror' argument 1 names different: declaration 'code' definition 'ecode'.
openttd-1.8.0/src/3rdparty/os2/getaddrinfo.c:296:21: warning: Either the condition 'ecode>(int)(13)' is redundant or the array 'eai_descr[13]' is accessed at index 13, which is out of bounds. [arrayIndexOutOfBoundsCond]
openttd-1.8.0/src/3rdparty/os2/getaddrinfo.c:294:28: note: Assuming that condition 'ecode>(int)(13)' is not redundant
openttd-1.8.0/src/3rdparty/os2/getaddrinfo.c:296:21: note: Array index out of bounds
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdaux.cpp:20:17: style: The scope of the variable 'name' can be reduced. [variableScope]
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp:523:15: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp:581:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp:577:0: note: Variable 'res' is reassigned a value before the old one has been used.
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp:581:2: note: Variable 'res' is reassigned a value before the old one has been used.
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp:448:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp:395:18: style: The scope of the variable 'stop' can be reduced. [variableScope]
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp:496:7: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp:502:8: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp:508:8: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp:514:7: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openttd-1.8.0/src/3rdparty/squirrel/sqstdlib/sqstdrex.cpp:603:14: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqtable.h:48:23: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqarray.h:15:21: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:115:7: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:13:17: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:51:19: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:87:23: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squserdata.h:16:20: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:34:23: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:90:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:100:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqapi.cpp:59:2: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqapi.cpp:60:6: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqapi.cpp:78:5: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqapi.cpp:845:7: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqapi.cpp:849:23: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqapi.cpp:1266:18: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:105:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:70:0: style: Checking if unsigned variable '_size' is less than zero. This might be a false warning. [unsignedLessThanZero]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:15:2: warning: Member variable 'SQExceptionTrap::_ip' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:58:19: performance: Variable '_uiRef' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqopcodes.h:97:29: performance: Variable '_arg1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:16:93: performance: Variable '_stacksize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:16:110: performance: Variable '_stackbase' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:16:144: performance: Variable '_extarget' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:19:3: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:20:3: performance: Variable '_src' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:26:3: performance: Variable '_src' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:27:3: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:39:3: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:40:3: performance: Variable '_start_op' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:41:3: performance: Variable '_end_op' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:42:3: performance: Variable '_pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:81:3: performance: Variable '_stacksize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:84:3: performance: Variable '_ninstructions' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:86:3: performance: Variable '_nliterals' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:88:3: performance: Variable '_nparameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:90:3: performance: Variable '_nfunctions' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:92:3: performance: Variable '_noutervalues' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:94:3: performance: Variable '_nlineinfos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:96:3: performance: Variable '_nlocalvarinfos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:98:3: performance: Variable '_ndefaultparams' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:10:53: performance: Variable '_function' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:48:52: performance: Variable '_closure' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:83:73: performance: Variable '_function' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squserdata.h:7:64: performance: Variable '_hook' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:10:3: performance: Variable 'val' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:11:3: performance: Variable 'attrs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:175:7: style: Technically the member function 'SQVM::ShouldSuspend' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqtable.h:82:12: style: Technically the member function 'SQTable::CountUsed' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:26:12: style: Technically the member function 'SQFuncState::GetDefaultParamCount' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:27:12: style: Technically the member function 'SQFuncState::GetCurrentPos' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < SQObjectPtr >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < SQInteger >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < CallInfo >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < SQExceptionTrap >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < SQLocalVarInfo >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < SQOuterVar >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < SQInstruction >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < SQLineInfo >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < SQFuncState * >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < SQClassMember >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:162:17: warning: The struct 'SQVM' defines member variable with name '_sharedstate' also defined in its parent struct 'SQCollectable'. [duplInheritedMember]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:345:17: note: Parent variable 'SQCollectable::_sharedstate'
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:162:17: note: Derived variable 'SQVM::_sharedstate'
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:145:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:152:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:160:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:168:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:176:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:184:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:192:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:200:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:208:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:216:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:224:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:232:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:240:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:248:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:254:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:260:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:266:2: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:327:3: style: Struct 'SQObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:57:2: style: Struct 'SQVM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:187:2: style: Struct 'AutoDec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:14:1: warning: The struct 'SQExceptionTrap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:13:1: warning: The struct 'SQOuterVar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:34:1: warning: The struct 'SQLocalVarInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:7:1: warning: The struct 'SQClassMember' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < SQObjectPtr >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < SQInteger >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < CallInfo >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < SQExceptionTrap >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < SQLocalVarInfo >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < SQOuterVar >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < SQInstruction >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < SQLineInfo >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < SQFuncState * >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < SQClassMember >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:68:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:63:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:68:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:346:15: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:63:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:346:15: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:117:7: style: The function 'Mark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:347:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:117:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:119:7: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:349:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:119:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:126:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:346:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:126:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstring.h:21:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:63:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstring.h:21:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqtable.h:53:7: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:349:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqtable.h:53:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqtable.h:63:7: style: The function 'Mark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:347:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqtable.h:63:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqtable.h:84:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:346:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqtable.h:84:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqarray.h:20:7: style: The function 'Mark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:347:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqarray.h:20:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqarray.h:22:7: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:349:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqarray.h:22:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqarray.h:81:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:346:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqarray.h:81:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:119:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:63:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:119:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:17:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:346:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:17:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:35:7: style: The function 'Mark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:347:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:35:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:36:7: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:349:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:36:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:63:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:346:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:63:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:69:7: style: The function 'Mark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:347:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:69:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:70:7: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:349:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:70:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:105:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:346:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:105:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:109:7: style: The function 'Mark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:347:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:109:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:110:7: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:349:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclosure.h:110:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squserdata.h:21:7: style: The function 'Mark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:347:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squserdata.h:21:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squserdata.h:22:7: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:349:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squserdata.h:22:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squserdata.h:24:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:346:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squserdata.h:24:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:56:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:346:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:56:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:60:7: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:349:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:60:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:62:7: style: The function 'Mark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:347:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:62:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:129:7: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:346:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:129:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:148:7: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:349:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:148:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:150:7: style: The function 'Mark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:347:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:150:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:153:7: style: The function 'GetMetaMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:369:15: note: Virtual function in base class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:153:7: note: Function in derived class
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:100:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:101:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:102:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:103:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:105:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:33:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:56:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:75:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqbaselib.cpp:656:29: style: The scope of the variable 'ret' can be reduced. [variableScope]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:42:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:41:5: note: outer condition: _base
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:42:3: note: identical inner condition: _base
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:155:55: style: Function 'SQInstance' argument 2 names different: declaration 'c' definition 'i'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:85:44: note: Function 'SQInstance' argument 2 names different: declaration 'c' definition 'i'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:155:55: note: Function 'SQInstance' argument 2 names different: declaration 'c' definition 'i'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:18:2: performance: Variable '_typetag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:19:2: performance: Variable '_hook' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:20:2: performance: Variable '_udsize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:146:2: performance: Variable '_memsize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:157:2: performance: Variable '_memsize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:152:7: style: Technically the member function 'SQInstance::InstanceOf' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:190:18: note: Technically the member function 'SQInstance::InstanceOf' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.h:152:7: note: Technically the member function 'SQInstance::InstanceOf' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:150:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqclass.cpp:161:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:67:19: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:905:3: style: Variable 'stacksize' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:898:0: note: Variable 'stacksize' is reassigned a value before the old one has been used if variable is no semaphore variable.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:905:3: note: Variable 'stacksize' is reassigned a value before the old one has been used if variable is no semaphore variable.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:104:19: style: The scope of the variable 'etypename' can be reduced. [variableScope]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:32:3: performance: Variable '_deref' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:63:3: performance: Variable '_sourcename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:70:16: performance: Technically the member function 'SQCompiler::Error' can be static. [functionStatic]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:81:7: performance: Technically the member function 'SQCompiler::IsDerefToken' can be static. [functionStatic]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:147:7: style: Technically the member function 'SQCompiler::IsEndOfStatement' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:766:7: style: Technically the member function 'SQCompiler::NeedGet' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:1335:7: performance: Technically the member function 'SQCompiler::ResolveBreaks' can be static. [functionStatic]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqcompiler.cpp:1345:7: performance: Technically the member function 'SQCompiler::ResolveContinues' can be static. [functionStatic]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < SQChar >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:97:0: style: Technically the member function 'sqvector < ExpState >::capacity' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < SQChar >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/squtils.h:16:0: warning: The class 'sqvector < ExpState >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.cpp:550:23: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.cpp:90:70: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.cpp:96:3: performance: Variable '_nliterals' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.cpp:97:3: performance: Variable '_literals' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:33:12: style: Technically the member function 'SQFuncState::GetLocalVariable' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.cpp:350:24: note: Technically the member function 'SQFuncState::GetLocalVariable' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:33:12: note: Technically the member function 'SQFuncState::GetLocalVariable' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:34:12: style: Technically the member function 'SQFuncState::GetOuterVariable' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.cpp:362:24: note: Technically the member function 'SQFuncState::GetOuterVariable' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:34:12: note: Technically the member function 'SQFuncState::GetOuterVariable' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:36:12: style: Technically the member function 'SQFuncState::GetStackSize' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.cpp:301:24: note: Technically the member function 'SQFuncState::GetStackSize' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:36:12: note: Technically the member function 'SQFuncState::GetStackSize' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:43:12: style: Technically the member function 'SQFuncState::TopTarget' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.cpp:287:24: note: Technically the member function 'SQFuncState::TopTarget' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:43:12: note: Technically the member function 'SQFuncState::TopTarget' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:44:12: style: Technically the member function 'SQFuncState::GetUpTarget' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.cpp:283:24: note: Technically the member function 'SQFuncState::GetUpTarget' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:44:12: note: Technically the member function 'SQFuncState::GetUpTarget' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:45:7: style: Technically the member function 'SQFuncState::IsLocal' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.cpp:330:19: note: Technically the member function 'SQFuncState::IsLocal' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncstate.h:45:7: note: Technically the member function 'SQFuncState::IsLocal' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.cpp:93:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.cpp:122:40: style: Function 'SetDelegate' argument 1 names different: declaration 'm' definition 'mt'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.h:368:28: note: Function 'SetDelegate' argument 1 names different: declaration 'm' definition 'mt'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.cpp:122:40: note: Function 'SetDelegate' argument 1 names different: declaration 'm' definition 'mt'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.cpp:204:47: style: Function 'GetLocal' argument 1 names different: declaration 'v' definition 'vm'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:130:31: note: Function 'GetLocal' argument 1 names different: declaration 'v' definition 'vm'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.cpp:204:47: note: Function 'GetLocal' argument 1 names different: declaration 'v' definition 'vm'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:131:12: style: Technically the member function 'SQFunctionProto::GetLine' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqobject.cpp:224:28: note: Technically the member function 'SQFunctionProto::GetLine' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqfuncproto.h:131:12: note: Technically the member function 'SQFunctionProto::GetLine' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.cpp:105:2: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.cpp:106:2: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.cpp:107:2: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.cpp:108:2: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.cpp:358:19: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.cpp:525:14: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.cpp:96:2: performance: Variable '_compilererrorhandler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.cpp:97:2: performance: Variable '_printfunc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.cpp:101:2: performance: Variable '_scratchpadsize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.h:37:7: style: Technically the member function 'RefTable::Mark' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.cpp:356:16: note: Technically the member function 'RefTable::Mark' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.h:37:7: note: Technically the member function 'RefTable::Mark' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.h:39:7: style: Technically the member function 'RefTable::Finalize' can be const. [functionConst]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.cpp:341:16: note: Technically the member function 'RefTable::Finalize' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqstate.h:39:7: note: Technically the member function 'RefTable::Finalize' can be const.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqtable.cpp:39:19: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqtable.cpp:41:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:158:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:160:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:178:6: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:180:22: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:208:7: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:210:23: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:282:6: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:284:22: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:313:27: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:315:21: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:514:6: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:518:22: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:839:11: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1264:6: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1265:23: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1269:22: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1299:22: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1336:6: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1339:22: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1347:21: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1377:6: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1380:19: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1444:6: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1446:29: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1190:9: style: Variable 'this->_can_suspend' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1188:9: note: Variable 'this->_can_suspend' is reassigned a value before the old one has been used if variable is no semaphore variable.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1190:9: note: Variable 'this->_can_suspend' is reassigned a value before the old one has been used if variable is no semaphore variable.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:165:55: style: Function 'NEG_OP' argument 2 names different: declaration 'o1' definition 'o'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:98:58: note: Function 'NEG_OP' argument 2 names different: declaration 'o1' definition 'o'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:165:55: note: Function 'NEG_OP' argument 2 names different: declaration 'o1' definition 'o'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:192:74: style: Function 'ObjCmp' argument 3 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:78:70: note: Function 'ObjCmp' argument 3 names different: declaration 'res' definition 'result'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:192:74: note: Function 'ObjCmp' argument 3 names different: declaration 'res' definition 'result'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:344:68: style: Function 'StartCall' argument 3 names different: declaration 'nargs' definition 'args'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:64:65: note: Function 'StartCall' argument 3 names different: declaration 'nargs' definition 'args'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:344:68: note: Function 'StartCall' argument 3 names different: declaration 'nargs' definition 'args'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:613:57: style: Function 'GETVARGV_OP' argument 2 names different: declaration 'idx' definition 'index'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:101:52: note: Function 'GETVARGV_OP' argument 2 names different: declaration 'idx' definition 'index'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:613:57: note: Function 'GETVARGV_OP' argument 2 names different: declaration 'idx' definition 'index'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:629:51: style: Function 'CLASS_OP' argument 2 names different: declaration 'base' definition 'baseclass'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:102:46: note: Function 'CLASS_OP' argument 2 names different: declaration 'base' definition 'baseclass'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:629:51: note: Function 'CLASS_OP' argument 2 names different: declaration 'base' definition 'baseclass'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:629:71: style: Function 'CLASS_OP' argument 3 names different: declaration 'attrs' definition 'attributes'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:102:61: note: Function 'CLASS_OP' argument 3 names different: declaration 'attrs' definition 'attributes'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:629:71: note: Function 'CLASS_OP' argument 3 names different: declaration 'attrs' definition 'attributes'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:695:33: style: Function 'Execute' argument 1 names different: declaration 'func' definition 'closure'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:60:28: note: Function 'Execute' argument 1 names different: declaration 'func' definition 'closure'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:695:33: note: Function 'Execute' argument 1 names different: declaration 'func' definition 'closure'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1117:42: style: Function 'CallErrorHandler' argument 1 names different: declaration 'e' definition 'error'. [funcArgNamesDifferent]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:71:37: note: Function 'CallErrorHandler' argument 1 names different: declaration 'e' definition 'error'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:1117:42: note: Function 'CallErrorHandler' argument 1 names different: declaration 'e' definition 'error'.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:106:2: performance: Variable '_suspended' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:107:2: performance: Variable '_suspended_target' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:108:2: performance: Variable '_suspended_root' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:109:2: performance: Variable '_suspended_traps' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:111:2: performance: Variable '_nnativecalls' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:112:2: performance: Variable '_lasterror' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:113:2: performance: Variable '_errorhandler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:114:2: performance: Variable '_debughook' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:115:2: performance: Variable '_can_suspend' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:116:2: performance: Variable '_in_stackoverflow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:117:2: performance: Variable '_ops_till_suspend' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:119:2: performance: Variable '_callsstacksize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:120:2: performance: Variable '_alloccallsstacksize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:121:2: performance: Variable '_top' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:122:2: performance: Variable '_stackbase' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:131:7: performance: Technically the member function 'SQVM::IsFalse' can be static. [functionStatic]
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.cpp:672:12: note: Technically the member function 'SQVM::IsFalse' can be static.
openttd-1.8.0/src/3rdparty/squirrel/squirrel/sqvm.h:131:7: note: Technically the member function 'SQVM::IsFalse' can be static.
openttd-1.8.0/src/script/api/script_event_types.hpp:55:76: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:100:74: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:131:81: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:162:76: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:193:76: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:226:75: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:315:72: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:347:78: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:380:78: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:428:75: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:469:77: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:500:73: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:531:83: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:562:81: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:593:74: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:624:75: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:655:77: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:688:81: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:726:87: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:757:87: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:788:73: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:821:80: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:850:71: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:905:79: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:953:80: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:998:73: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:1037:97: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event_types.hpp:1060:91: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/ai/ai_config.cpp:62:15: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/gfx_type.h:117:1: style: The struct 'CursorVars' does not have a constructor although it has private member variables. [noConstructor]
openttd-1.8.0/src/widget_type.h:605:2: warning: Member variable 'Scrollbar::count' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget_type.h:605:2: warning: Member variable 'Scrollbar::cap' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget_type.h:605:2: warning: Member variable 'Scrollbar::pos' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/cargotype.h:91:10: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
openttd-1.8.0/src/strings_func.h:83:15: error: Member variable 'data' is initialized by itself. [selfInitialization]
openttd-1.8.0/src/script/script_suspend.hpp:39:6: style: Technically the member function 'Script_Suspend::GetSuspendTime' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event.hpp:71:18: style: Technically the member function 'ScriptEvent::GetEventType' can be const. [functionConst]
openttd-1.8.0/src/core/alloc_type.hpp:174:14: style: Technically the member function 'ZeroedMemoryAllocator::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/alloc_type.hpp:180:14: style: Technically the member function 'ZeroedMemoryAllocator::operatordelete[]' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:61:12: style: Technically the member function 'ScriptEventVehicleCrashed::GetVehicleID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:67:12: style: Technically the member function 'ScriptEventVehicleCrashed::GetCrashSite' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:73:14: style: Technically the member function 'ScriptEventVehicleCrashed::GetCrashReason' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:106:12: style: Technically the member function 'ScriptEventSubsidyOffer::GetSubsidyID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:137:12: style: Technically the member function 'ScriptEventSubsidyOfferExpired::GetSubsidyID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:168:12: style: Technically the member function 'ScriptEventSubsidyAwarded::GetSubsidyID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:199:13: style: Technically the member function 'ScriptEventSubsidyExpired::GetSubsidyID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:321:27: style: Technically the member function 'ScriptEventCompanyNew::GetCompanyID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:353:27: style: Technically the member function 'ScriptEventCompanyInTrouble::GetCompanyID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:387:27: style: Technically the member function 'ScriptEventCompanyAskMerger::GetCompanyID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:393:8: style: Technically the member function 'ScriptEventCompanyAskMerger::GetValue' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:437:27: style: Technically the member function 'ScriptEventCompanyMerger::GetOldCompanyID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:443:27: style: Technically the member function 'ScriptEventCompanyMerger::GetNewCompanyID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:475:27: style: Technically the member function 'ScriptEventCompanyBankrupt::GetCompanyID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:506:12: style: Technically the member function 'ScriptEventVehicleLost::GetVehicleID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:537:12: style: Technically the member function 'ScriptEventVehicleWaitingInDepot::GetVehicleID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:568:12: style: Technically the member function 'ScriptEventVehicleUnprofitable::GetVehicleID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:599:13: style: Technically the member function 'ScriptEventIndustryOpen::GetIndustryID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:630:13: style: Technically the member function 'ScriptEventIndustryClose::GetIndustryID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:661:11: style: Technically the member function 'ScriptEventEngineAvailable::GetEngineID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:694:12: style: Technically the member function 'ScriptEventStationFirstVehicle::GetStationID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:700:12: style: Technically the member function 'ScriptEventStationFirstVehicle::GetVehicleID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:732:12: style: Technically the member function 'ScriptEventDisasterZeppelinerCrashed::GetStationID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:763:12: style: Technically the member function 'ScriptEventDisasterZeppelinerCleared::GetStationID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:794:9: style: Technically the member function 'ScriptEventTownFounded::GetTownID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:827:12: style: Technically the member function 'ScriptEventAircraftDestTooFar::GetVehicleID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:910:28: style: Technically the member function 'ScriptEventWindowWidgetClick::GetWindowClass' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:915:9: style: Technically the member function 'ScriptEventWindowWidgetClick::GetWindowNumber' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:920:8: style: Technically the member function 'ScriptEventWindowWidgetClick::GetWidgetNumber' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:958:9: style: Technically the member function 'ScriptEventGoalQuestionAnswer::GetUniqueID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:963:27: style: Technically the member function 'ScriptEventGoalQuestionAnswer::GetCompany' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:968:29: style: Technically the member function 'ScriptEventGoalQuestionAnswer::GetButton' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:1004:27: style: Technically the member function 'ScriptEventCompanyTown::GetCompanyID' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_event_types.hpp:1010:9: style: Technically the member function 'ScriptEventCompanyTown::GetTownID' can be const. [functionConst]
openttd-1.8.0/src/script/script_scanner.hpp:37:14: style: Technically the member function 'ScriptScanner::GetMainScript' can be const. [functionConst]
openttd-1.8.0/src/script/script_scanner.hpp:42:14: style: Technically the member function 'ScriptScanner::GetTarFile' can be const. [functionConst]
openttd-1.8.0/src/script/script_scanner.hpp:47:24: style: Technically the member function 'ScriptScanner::GetInfoList' can be const. [functionConst]
openttd-1.8.0/src/script/script_scanner.hpp:52:24: style: Technically the member function 'ScriptScanner::GetUniqueInfoList' can be const. [functionConst]
openttd-1.8.0/src/widget_type.h:377:14: style: Technically the member function 'NWidgetContainer::IsEmpty' can be const. [functionConst]
openttd-1.8.0/src/window_gui.h:300:14: style: Technically the member function 'Window::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const char * , 64 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const char * , 64 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const char * , 64 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const char * , 64 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/misc/countedptr.hpp:38:2: style: Class 'CCountedPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/misc/countedptr.hpp:173:2: style: Struct 'AdaptT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_object.hpp:47:3: style: Class 'ActiveInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event.hpp:63:2: style: Class 'ScriptEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/alloc_type.hpp:193:2: style: Class 'AutoFreePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_text.hpp:45:2: style: Class 'RawText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_text.hpp:84:2: style: Class 'ScriptText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_config.h:124:2: style: Struct 'GRFParameterInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_config.h:154:2: style: Struct 'GRFConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:90:2: style: Class 'ScriptEventSubsidyOffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:121:2: style: Class 'ScriptEventSubsidyOfferExpired' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:152:2: style: Class 'ScriptEventSubsidyAwarded' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:183:2: style: Class 'ScriptEventSubsidyExpired' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:216:2: style: Class 'ScriptEventEnginePreview' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:305:2: style: Class 'ScriptEventCompanyNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:337:2: style: Class 'ScriptEventCompanyInTrouble' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:459:2: style: Class 'ScriptEventCompanyBankrupt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:490:2: style: Class 'ScriptEventVehicleLost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:521:2: style: Class 'ScriptEventVehicleWaitingInDepot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:552:2: style: Class 'ScriptEventVehicleUnprofitable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:583:2: style: Class 'ScriptEventIndustryOpen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:614:2: style: Class 'ScriptEventIndustryClose' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:645:2: style: Class 'ScriptEventEngineAvailable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:716:2: style: Class 'ScriptEventDisasterZeppelinerCrashed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:747:2: style: Class 'ScriptEventDisasterZeppelinerCleared' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:778:2: style: Class 'ScriptEventTownFounded' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:811:2: style: Class 'ScriptEventAircraftDestTooFar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event_types.hpp:842:2: style: Class 'ScriptEventAdminPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/strings_func.h:82:2: style: Class 'StringParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/widget_type.h:370:2: style: Class 'NWidgetContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/widget_type.h:456:2: style: Class 'NWidgetHorizontal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/widget_type.h:468:2: style: Class 'NWidgetHorizontalLTR' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/widget_type.h:479:2: style: Class 'NWidgetVertical' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/widget_type.h:577:2: style: Class 'NWidgetViewport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/widget_type.h:605:2: style: Class 'Scrollbar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/window_gui.h:280:2: style: Struct 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/textfile_gui.h:34:2: style: Struct 'TextfileWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/ai/ai_config.hpp:29:2: style: Class 'AIConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < GRFParameterInfo * , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < int , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const char * , 64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < unsigned int , GRFText * > , 8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < int , QueryString * > , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < int , char * > , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/overflowsafe_type.hpp:35:0: style: Class 'OverflowSafeInt < signed int __int64 , 9223372036854775807 , -9223372036854775808 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_text.hpp:48:28: style: The function 'GetEncodedText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_text.hpp:29:22: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_text.hpp:48:28: note: Function in derived class
openttd-1.8.0/src/script/api/script_text.hpp:130:22: style: The function 'GetEncodedText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_text.hpp:29:22: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_text.hpp:130:22: note: Function in derived class
openttd-1.8.0/src/script/script_scanner.hpp:80:21: style: The function 'AddFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fileio_func.h:91:15: note: Virtual function in base class
openttd-1.8.0/src/script/script_scanner.hpp:80:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:22:21: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:27:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:22:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:45:21: style: The function 'GetScriptName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:104:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:45:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:46:28: style: The function 'GetFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:109:22: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:46:28: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:47:29: style: The function 'GetDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:114:23: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:47:29: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:48:28: style: The function 'GetScannerName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:124:22: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:48:28: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:49:21: style: The function 'RegisterAPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:119:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:49:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:57:21: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:27:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:57:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:68:21: style: The function 'GetScriptName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:104:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:68:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:69:28: style: The function 'GetFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:109:22: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:69:28: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:70:29: style: The function 'GetDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:114:23: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:70:29: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:71:28: style: The function 'GetScannerName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:124:22: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:71:28: note: Function in derived class
openttd-1.8.0/src/ai/ai_scanner.hpp:72:21: style: The function 'RegisterAPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:119:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_scanner.hpp:72:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:244:7: style: The function 'AssignSizePosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:131:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:244:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:296:21: style: The function 'FillNestedArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:133:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:296:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:297:29: style: The function 'GetWidgetFromPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:135:23: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:297:29: note: Function in derived class
openttd-1.8.0/src/widget_type.h:298:21: style: The function 'IsHighlighted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:138:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:298:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:299:27: style: The function 'GetHighlightColour' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:139:21: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:299:27: note: Function in derived class
openttd-1.8.0/src/widget_type.h:300:21: style: The function 'SetHighlighted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:140:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:300:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:374:21: style: The function 'FillNestedArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:133:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:374:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:379:29: style: The function 'GetWidgetOfType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:136:23: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:379:29: note: Function in derived class
openttd-1.8.0/src/widget_type.h:411:7: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:411:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:412:7: style: The function 'AssignSizePosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:131:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:412:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:413:21: style: The function 'FillNestedArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:133:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:413:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:415:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:160:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:415:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:416:29: style: The function 'GetWidgetFromPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:135:23: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:416:29: note: Function in derived class
openttd-1.8.0/src/widget_type.h:440:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:160:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:440:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:441:29: style: The function 'GetWidgetFromPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:135:23: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:441:29: note: Function in derived class
openttd-1.8.0/src/widget_type.h:458:7: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:458:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:459:7: style: The function 'AssignSizePosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:131:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:459:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:470:7: style: The function 'AssignSizePosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:131:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:470:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:481:7: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:481:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:482:7: style: The function 'AssignSizePosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:131:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:482:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:503:7: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:503:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:504:7: style: The function 'AssignSizePosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:131:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:504:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:505:21: style: The function 'FillNestedArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:133:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:505:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:507:29: style: The function 'GetWidgetFromPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:135:23: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:507:29: note: Function in derived class
openttd-1.8.0/src/widget_type.h:508:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:160:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:508:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:533:7: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:533:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:534:21: style: The function 'FillNestedArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:133:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:534:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:536:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:160:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:536:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:537:21: style: The function 'SetDirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:161:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:537:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:538:29: style: The function 'GetWidgetFromPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:135:23: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:538:29: note: Function in derived class
openttd-1.8.0/src/widget_type.h:553:7: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:553:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:554:7: style: The function 'AssignSizePosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:131:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:554:7: note: Function in derived class
openttd-1.8.0/src/widget_type.h:556:21: style: The function 'FillNestedArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:133:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:556:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:558:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:160:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:558:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:559:29: style: The function 'GetWidgetFromPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:135:23: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:559:29: note: Function in derived class
openttd-1.8.0/src/widget_type.h:560:29: style: The function 'GetWidgetOfType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:136:23: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:560:29: note: Function in derived class
openttd-1.8.0/src/widget_type.h:579:21: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:579:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:580:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:160:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:580:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:754:21: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:754:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:755:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:160:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:755:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:774:21: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:774:21: note: Function in derived class
openttd-1.8.0/src/widget_type.h:775:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:160:15: note: Virtual function in base class
openttd-1.8.0/src/widget_type.h:775:21: note: Function in derived class
openttd-1.8.0/src/textfile_gui.h:36:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/textfile_gui.h:36:15: note: Function in derived class
openttd-1.8.0/src/textfile_gui.h:37:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/textfile_gui.h:37:15: note: Function in derived class
openttd-1.8.0/src/textfile_gui.h:38:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/textfile_gui.h:38:15: note: Function in derived class
openttd-1.8.0/src/textfile_gui.h:39:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/textfile_gui.h:39:15: note: Function in derived class
openttd-1.8.0/src/textfile_gui.h:40:15: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strings_func.h:266:15: note: Virtual function in base class
openttd-1.8.0/src/textfile_gui.h:40:15: note: Function in derived class
openttd-1.8.0/src/textfile_gui.h:41:19: style: The function 'DefaultSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strings_func.h:261:19: note: Virtual function in base class
openttd-1.8.0/src/textfile_gui.h:41:19: note: Function in derived class
openttd-1.8.0/src/textfile_gui.h:42:22: style: The function 'NextString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strings_func.h:255:22: note: Virtual function in base class
openttd-1.8.0/src/textfile_gui.h:42:22: note: Function in derived class
openttd-1.8.0/src/textfile_gui.h:43:15: style: The function 'Monospace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strings_func.h:272:15: note: Virtual function in base class
openttd-1.8.0/src/textfile_gui.h:43:15: note: Function in derived class
openttd-1.8.0/src/textfile_gui.h:44:15: style: The function 'SetFontNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strings_func.h:279:15: note: Virtual function in base class
openttd-1.8.0/src/textfile_gui.h:44:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_config.hpp:35:20: style: The function 'GetSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_config.hpp:127:14: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_config.hpp:35:20: note: Function in derived class
openttd-1.8.0/src/ai/ai_config.hpp:36:21: style: The function 'SetSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_config.hpp:132:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_config.hpp:36:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_config.hpp:49:21: style: The function 'PushExtraConfigList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_config.hpp:197:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_config.hpp:49:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_config.hpp:50:21: style: The function 'ClearConfigList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_config.hpp:202:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_config.hpp:50:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_config.hpp:51:28: style: The function 'FindInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_config.hpp:208:22: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_config.hpp:51:28: note: Function in derived class
openttd-1.8.0/src/core/pool_type.hpp:168:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/company_base.h:43:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_core.cpp:188:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_core.cpp:206:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_core.cpp:270:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_core.cpp:309:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::name_2' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::name_1' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::president_name_1' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::president_name_2' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::face' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::money_fraction' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::colour' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::avail_railtypes' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::block_preview' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::location_of_HQ' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::last_build_coordinate' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::inaugurated_year' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::months_of_bankruptcy' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::bankrupt_asked' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::bankrupt_timeout' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::terraform_limit' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::clear_limit' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::tree_limit' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::is_ai' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::cur_economy' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::old_economy' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_base.h:101:2: warning: Member variable 'CompanyProperties::num_valid_stat_ent' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/command_type.h:133:16: performance: Technically the member function 'CommandCost::GetTextRefStack' can be static. [functionStatic]
openttd-1.8.0/src/script/script_instance.hpp:199:7: style: Technically the member function 'ScriptInstance::IsSleeping' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Group ,unsigned short , 16 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Company , Owner , 1 , MAX_COMPANIES , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/group.h:76:2: style: Struct 'Group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Group ,unsigned short , 16 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Company , Owner , 1 , MAX_COMPANIES , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < PoolBase * , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/ai/ai_instance.hpp:28:20: style: The function 'GetSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_instance.hpp:49:14: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_instance.hpp:28:20: note: Function in derived class
openttd-1.8.0/src/ai/ai_instance.hpp:32:21: style: The function 'RegisterAPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_instance.hpp:208:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_instance.hpp:32:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_instance.hpp:33:21: style: The function 'Died' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_instance.hpp:221:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_instance.hpp:33:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_instance.hpp:34:33: style: The function 'GetDoCommandCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_instance.hpp:226:27: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_instance.hpp:34:33: note: Function in derived class
openttd-1.8.0/src/ai/ai_instance.hpp:35:21: style: The function 'LoadDummyScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_instance.hpp:231:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_instance.hpp:35:21: note: Function in derived class
openttd-1.8.0/src/core/pool_type.hpp:103:0: style: The function 'CleanPool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/core/pool_type.hpp:61:15: note: Virtual function in base class
openttd-1.8.0/src/core/pool_type.hpp:103:0: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:1526:22: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/ai/ai_gui.cpp:1073:109: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openttd-1.8.0/src/ai/ai_gui.cpp:91:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:132:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:143:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:177:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:338:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:366:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:377:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:441:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:536:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:548:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:807:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:892:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:901:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:951:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:1113:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_gui.cpp:1386:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/querystring_gui.h:40:2: warning: Member variable 'QueryString::caption' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/querystring_gui.h:40:2: warning: Member variable 'QueryString::handled' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/ai/ai_gui.cpp:1017:7: performance: Technically the member function 'AIDebugWindow::IsDead' can be static. [functionStatic]
openttd-1.8.0/src/ai/ai_gui.cpp:1031:7: performance: Technically the member function 'AIDebugWindow::IsValidDebugCompany' can be static. [functionStatic]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const DropDownListItem * , 4 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const DropDownListItem * , 4 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const DropDownListItem * , 4 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const DropDownListItem * , 4 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/stringfilter_type.h:52:2: style: Struct 'StringFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/game/game_config.hpp:28:2: style: Class 'GameConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < WordState , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < unsigned short , 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const DropDownListItem * , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < char * , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/widgets/dropdown_type.h:48:15: style: The function 'Selectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:32:15: note: Virtual function in base class
openttd-1.8.0/src/widgets/dropdown_type.h:48:15: note: Function in derived class
openttd-1.8.0/src/widgets/dropdown_type.h:49:15: style: The function 'Width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:34:15: note: Virtual function in base class
openttd-1.8.0/src/widgets/dropdown_type.h:49:15: note: Function in derived class
openttd-1.8.0/src/widgets/dropdown_type.h:50:15: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:35:15: note: Virtual function in base class
openttd-1.8.0/src/widgets/dropdown_type.h:50:15: note: Function in derived class
openttd-1.8.0/src/widgets/dropdown_type.h:66:19: style: The function 'String' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:51:19: note: Virtual function in base class
openttd-1.8.0/src/widgets/dropdown_type.h:66:19: note: Function in derived class
openttd-1.8.0/src/widgets/dropdown_type.h:80:19: style: The function 'String' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:51:19: note: Virtual function in base class
openttd-1.8.0/src/widgets/dropdown_type.h:80:19: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:19:21: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:27:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:19:21: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:31:21: style: The function 'GetScriptName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:104:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:31:21: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:32:28: style: The function 'GetFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:109:22: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:32:28: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:33:29: style: The function 'GetDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:114:23: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:33:29: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:34:28: style: The function 'GetScannerName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:124:22: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:34:28: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:35:21: style: The function 'RegisterAPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:119:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:35:21: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:41:21: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:27:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:41:21: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:52:21: style: The function 'GetScriptName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:104:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:52:21: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:53:28: style: The function 'GetFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:109:22: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:53:28: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:54:29: style: The function 'GetDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:114:23: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:54:29: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:55:28: style: The function 'GetScannerName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:124:22: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:55:28: note: Function in derived class
openttd-1.8.0/src/game/game_scanner.hpp:56:21: style: The function 'RegisterAPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_scanner.hpp:119:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_scanner.hpp:56:21: note: Function in derived class
openttd-1.8.0/src/game/game_config.hpp:45:28: style: The function 'FindInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_config.hpp:208:22: note: Virtual function in base class
openttd-1.8.0/src/game/game_config.hpp:45:28: note: Function in derived class
openttd-1.8.0/src/game/game_info.hpp:43:21: style: The function 'IsDeveloperOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_info.hpp:149:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_info.hpp:43:21: note: Function in derived class
openttd-1.8.0/src/game/game_instance.hpp:28:20: style: The function 'GetSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_instance.hpp:49:14: note: Virtual function in base class
openttd-1.8.0/src/game/game_instance.hpp:28:20: note: Function in derived class
openttd-1.8.0/src/game/game_instance.hpp:32:21: style: The function 'RegisterAPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_instance.hpp:208:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_instance.hpp:32:21: note: Function in derived class
openttd-1.8.0/src/game/game_instance.hpp:33:21: style: The function 'Died' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_instance.hpp:221:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_instance.hpp:33:21: note: Function in derived class
openttd-1.8.0/src/game/game_instance.hpp:34:33: style: The function 'GetDoCommandCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_instance.hpp:226:27: note: Virtual function in base class
openttd-1.8.0/src/game/game_instance.hpp:34:33: note: Function in derived class
openttd-1.8.0/src/game/game_instance.hpp:35:21: style: The function 'LoadDummyScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/script_instance.hpp:231:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_instance.hpp:35:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:100:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:100:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:109:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:109:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:120:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:120:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:185:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:185:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:213:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:213:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:223:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:223:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:319:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:319:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:348:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:348:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:359:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:359:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:423:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:423:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:432:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:432:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:532:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:532:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:544:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:544:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:555:15: style: The function 'OnDropdownClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:707:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:555:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:566:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:566:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:571:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:571:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:584:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:584:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:640:21: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:640:21: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:737:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:737:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:761:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:761:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:813:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:813:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:852:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:852:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:936:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:936:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:1093:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:1093:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:1101:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:1101:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:1179:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:1179:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:1202:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:1202:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:1261:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:1261:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:1331:15: style: The function 'OnEditboxChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:713:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:1331:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:1346:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:1346:15: note: Function in derived class
openttd-1.8.0/src/ai/ai_gui.cpp:1403:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/ai/ai_gui.cpp:1403:15: note: Function in derived class
openttd-1.8.0/src/script/squirrel.hpp:223:58: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel_helper.hpp:150:16: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/ai/ai_info.cpp:70:17: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/ai/ai_info.cpp:114:17: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.hpp:42:14: style: Technically the member function 'Squirrel::GetAPIName' can be const. [functionConst]
openttd-1.8.0/src/script/squirrel_class.hpp:35:0: performance: Technically the member function 'DefSQClass < AIInfo , ST_AI >::DefSQMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:45:0: performance: Technically the member function 'DefSQClass < AIInfo , ST_AI >::DefSQAdvancedMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:58:0: performance: Technically the member function 'DefSQClass < AIInfo , ST_AI >::DefSQMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:68:0: performance: Technically the member function 'DefSQClass < AIInfo , ST_AI >::DefSQStaticMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:78:0: performance: Technically the member function 'DefSQClass < AIInfo , ST_AI >::DefSQAdvancedStaticMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:91:0: performance: Technically the member function 'DefSQClass < AIInfo , ST_AI >::DefSQStaticMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:98:0: performance: Technically the member function 'DefSQClass < AIInfo , ST_AI >::DefSQConst' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:114:0: performance: Technically the member function 'DefSQClass < AIInfo , ST_AI >::AddConstructor' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:120:0: performance: Technically the member function 'DefSQClass < AIInfo , ST_AI >::AddSQAdvancedConstructor' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:126:0: performance: Technically the member function 'DefSQClass < AIInfo , ST_AI >::PostRegister' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel.hpp:71:2: style: Class 'Squirrel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/squirrel_class.hpp:27:0: style: Class 'DefSQClass < AIInfo , ST_AI >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/squirrel_helper.hpp:769:5: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/script/squirrel_helper.hpp:830:5: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/script/squirrel_helper.hpp:884:5: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/script/squirrel_helper.hpp:906:5: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/map_func.h:404:0: error: syntax error [syntaxError]
openttd-1.8.0/src/ai/ai_scanner.cpp:64:111: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_scanner.cpp:86:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_scanner.cpp:88:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_scanner.cpp:89:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ai/ai_scanner.cpp:131:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/squirrel_class.hpp:35:7: performance: Technically the member function 'DefSQClass::DefSQMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:45:7: performance: Technically the member function 'DefSQClass::DefSQAdvancedMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:58:7: performance: Technically the member function 'DefSQClass::DefSQMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:68:7: performance: Technically the member function 'DefSQClass::DefSQStaticMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:78:7: performance: Technically the member function 'DefSQClass::DefSQAdvancedStaticMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:91:7: performance: Technically the member function 'DefSQClass::DefSQStaticMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:98:7: performance: Technically the member function 'DefSQClass::DefSQConst' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:114:7: performance: Technically the member function 'DefSQClass::AddConstructor' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:120:7: performance: Technically the member function 'DefSQClass::AddSQAdvancedConstructor' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:126:7: performance: Technically the member function 'DefSQClass::PostRegister' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:27:2: style: Class 'DefSQClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/aircraft_cmd.cpp:859:77: warning: Either the condition 'st!=NULL' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
openttd-1.8.0/src/aircraft_cmd.cpp:848:9: note: Assuming that condition 'st!=NULL' is not redundant
openttd-1.8.0/src/aircraft_cmd.cpp:859:77: note: Null pointer dereference
openttd-1.8.0/src/spritecache.h:42:9: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1010:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1016:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1022:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1028:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1034:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1041:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1048:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1054:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1060:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1066:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1072:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1078:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1096:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1116:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1127:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1142:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle_base.h:1144:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/aircraft_cmd.cpp:700:58: style: Function 'GetAircraftFlightLevelBounds' argument 2 names different: declaration 'min' definition 'min_level'. [funcArgNamesDifferent]
openttd-1.8.0/src/aircraft.h:61:58: note: Function 'GetAircraftFlightLevelBounds' argument 2 names different: declaration 'min' definition 'min_level'.
openttd-1.8.0/src/aircraft_cmd.cpp:700:58: note: Function 'GetAircraftFlightLevelBounds' argument 2 names different: declaration 'min' definition 'min_level'.
openttd-1.8.0/src/aircraft_cmd.cpp:700:74: style: Function 'GetAircraftFlightLevelBounds' argument 3 names different: declaration 'max' definition 'max_level'. [funcArgNamesDifferent]
openttd-1.8.0/src/aircraft.h:61:68: note: Function 'GetAircraftFlightLevelBounds' argument 3 names different: declaration 'max' definition 'max_level'.
openttd-1.8.0/src/aircraft_cmd.cpp:700:74: note: Function 'GetAircraftFlightLevelBounds' argument 3 names different: declaration 'max' definition 'max_level'.
openttd-1.8.0/src/road_func.h:117:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf_spritegroup.h:380:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/thread/thread.h:115:2: warning: Member variable 'ThreadMutexLocker::mutex' is not initialized in the constructor. [uninitMemberVarPrivate]
openttd-1.8.0/src/thread/thread.h:116:21: warning: Member variable 'ThreadMutexLocker::mutex' is not assigned a value in 'ThreadMutexLocker::operator='. [operatorEqVarError]
openttd-1.8.0/src/order_base.h:53:2: warning: Member variable 'Order::type' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/order_base.h:53:2: warning: Member variable 'Order::flags' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/order_base.h:53:2: warning: Member variable 'Order::dest' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/order_base.h:53:2: warning: Member variable 'Order::wait_time' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/order_base.h:53:2: warning: Member variable 'Order::travel_time' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/order_base.h:53:2: warning: Member variable 'Order::next' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_consist.h:34:2: warning: Member variable 'BaseConsist::current_order_time' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_consist.h:34:2: warning: Member variable 'BaseConsist::lateness_counter' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_consist.h:34:2: warning: Member variable 'BaseConsist::timetable_start' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_consist.h:34:2: warning: Member variable 'BaseConsist::service_interval' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_consist.h:34:2: warning: Member variable 'BaseConsist::cur_real_order_index' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_consist.h:34:2: warning: Member variable 'BaseConsist::cur_implicit_order_index' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_consist.h:34:2: warning: Member variable 'BaseConsist::vehicle_flags' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/aircraft.h:88:2: warning: Member variable 'Aircraft::crashed_counter' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/aircraft.h:88:2: warning: Member variable 'Aircraft::pos' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/aircraft.h:88:2: warning: Member variable 'Aircraft::previous_pos' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/aircraft.h:88:2: warning: Member variable 'Aircraft::targetairport' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/aircraft.h:88:2: warning: Member variable 'Aircraft::state' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/aircraft.h:88:2: warning: Member variable 'Aircraft::number_consecutive_turns' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/aircraft.h:88:2: warning: Member variable 'Aircraft::turn_counter' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/aircraft.h:88:2: warning: Member variable 'Aircraft::flags' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/aircraft.h:88:2: warning: Member variable 'Aircraft::acache' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:80:2: warning: Member variable 'RealSpriteGroup::num_loaded' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:80:2: warning: Member variable 'RealSpriteGroup::num_loading' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:80:2: warning: Member variable 'RealSpriteGroup::loaded' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:80:2: warning: Member variable 'RealSpriteGroup::loading' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:171:2: warning: Member variable 'DeterministicSpriteGroup::var_scope' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:171:2: warning: Member variable 'DeterministicSpriteGroup::size' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:171:2: warning: Member variable 'DeterministicSpriteGroup::num_adjusts' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:171:2: warning: Member variable 'DeterministicSpriteGroup::num_ranges' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:171:2: warning: Member variable 'DeterministicSpriteGroup::calculated_result' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:171:2: warning: Member variable 'DeterministicSpriteGroup::adjusts' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:171:2: warning: Member variable 'DeterministicSpriteGroup::ranges' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:171:2: warning: Member variable 'DeterministicSpriteGroup::default_group' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:171:2: warning: Member variable 'DeterministicSpriteGroup::error_group' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:197:2: warning: Member variable 'RandomizedSpriteGroup::var_scope' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:197:2: warning: Member variable 'RandomizedSpriteGroup::cmp_mode' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:197:2: warning: Member variable 'RandomizedSpriteGroup::triggers' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:197:2: warning: Member variable 'RandomizedSpriteGroup::count' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:197:2: warning: Member variable 'RandomizedSpriteGroup::lowest_randbit' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:197:2: warning: Member variable 'RandomizedSpriteGroup::num_groups' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:197:2: warning: Member variable 'RandomizedSpriteGroup::groups' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:268:2: warning: Member variable 'TileLayoutSpriteGroup::dts' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:277:2: warning: Member variable 'IndustryProductionSpriteGroup::version' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:277:2: warning: Member variable 'IndustryProductionSpriteGroup::subtract_input' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:277:2: warning: Member variable 'IndustryProductionSpriteGroup::add_output' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_spritegroup.h:277:2: warning: Member variable 'IndustryProductionSpriteGroup::again' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::sign' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::delete_ctr' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::name' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::string_id' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::town' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::facilities' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::num_specs' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::speclist' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::build_date' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::random_bits' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::waiting_triggers' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::cached_anim_triggers' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/base_station_base.h:83:2: warning: Member variable 'BaseStation::cached_cargo_triggers' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_class.h:21:1: style: The struct 'NewGRFClass' does not have a constructor although it has private member variables. [noConstructor]
openttd-1.8.0/src/station_base.h:47:2: warning: Member variable 'FlowStat::unrestricted' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/station_base.h:214:2: warning: Member variable 'GoodsEntry::cargo' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/station_base.h:306:2: warning: Member variable 'Airport::type' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/station_base.h:306:2: warning: Member variable 'Airport::layout' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/station_base.h:306:2: warning: Member variable 'Airport::psa' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/disaster_vehicle.h:45:2: warning: Member variable 'DisasterVehicle::image_override' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/disaster_vehicle.h:45:2: warning: Member variable 'DisasterVehicle::big_ufo_destroyer_target' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/disaster_vehicle.h:45:2: warning: Member variable 'DisasterVehicle::flags' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/cargopacket.h:251:0: warning: Member variable 'CargoList < VehicleCargoList , std :: list < CargoPacket * > >::count' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/cargopacket.h:251:0: warning: Member variable 'CargoList < VehicleCargoList , std :: list < CargoPacket * > >::cargo_days_in_transit' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/cargopacket.h:251:0: warning: Member variable 'CargoList < StationCargoList , MultiMap <unsigned short , CargoPacket * , std :: less < Tkey > > >::count' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/cargopacket.h:251:0: warning: Member variable 'CargoList < StationCargoList , MultiMap <unsigned short , CargoPacket * , std :: less < Tkey > > >::cargo_days_in_transit' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_airport.h:133:17: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Order ,unsigned short , 256 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < OrderList ,unsigned short , 128 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < CargoPacket ,unsigned int , 1024 , 16773120 , PT_NORMAL , true , false >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Vehicle ,unsigned int , 512 , 1044480 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < PersistentStorage ,unsigned int , 1 , 1044480 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < SpriteGroup ,unsigned int , 1024 , 1073741824 , PT_DATA , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < BaseStation ,unsigned short , 32 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Engine ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/thread/thread.h:107:2: style: Class 'ThreadMutexLocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/tilearea_type.h:149:2: style: Class 'OrthogonalTileIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/tilearea_type.h:203:2: style: Class 'DiagonalTileIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/station_type.h:111:2: style: Class 'StationFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/order_base.h:56:2: style: Struct 'Order' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/order_base.h:270:2: style: Struct 'OrderList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/multimap.hpp:62:2: style: Class 'MultiMapIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/vehicle_base.h:332:2: style: Struct 'Vehicle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf.h:141:2: style: Struct 'GRFFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_commons.h:327:2: style: Struct 'GRFFileProps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_spritegroup.h:60:2: style: Struct 'SpriteGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_spritegroup.h:294:2: style: Struct 'ScopeResolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/station_base.h:477:2: style: Struct 'Station' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/station_base.h:521:2: style: Class 'AirportTileIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Order ,unsigned short , 256 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < OrderList ,unsigned short , 128 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < CargoPacket ,unsigned int , 1024 , 16773120 , PT_NORMAL , true , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Vehicle ,unsigned int , 512 , 1044480 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < PersistentStorage ,unsigned int , 1 , 1044480 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < SpriteGroup ,unsigned int , 1024 , 1073741824 , PT_DATA , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < BaseStation ,unsigned short , 32 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Engine ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallstack_type.hpp:156:0: style: Class 'SmallStack < unsigned short ,unsigned short , INVALID_STATION , 8 , 65533 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < Station * , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < unsigned int , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < DrawTileSeqStruct , 8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < unsigned int , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < Industry * , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < unsigned char ,unsigned int > , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SimplePoolPoolItem , 8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/tilearea_type.h:166:23: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/tilearea_type.h:129:24: note: Virtual function in base class
openttd-1.8.0/src/tilearea_type.h:166:23: note: Function in derived class
openttd-1.8.0/src/tilearea_type.h:181:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/tilearea_type.h:134:24: note: Virtual function in base class
openttd-1.8.0/src/tilearea_type.h:181:24: note: Function in derived class
openttd-1.8.0/src/tilearea_type.h:218:16: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/tilearea_type.h:129:24: note: Virtual function in base class
openttd-1.8.0/src/tilearea_type.h:218:16: note: Function in derived class
openttd-1.8.0/src/tilearea_type.h:220:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/tilearea_type.h:134:24: note: Virtual function in base class
openttd-1.8.0/src/tilearea_type.h:220:24: note: Function in derived class
openttd-1.8.0/src/aircraft.h:92:7: style: The function 'MarkDirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:364:15: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:92:7: note: Function in derived class
openttd-1.8.0/src/aircraft.h:93:7: style: The function 'UpdateDeltaXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:371:15: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:93:7: note: Function in derived class
openttd-1.8.0/src/aircraft.h:94:15: style: The function 'GetExpenseType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:424:23: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:94:15: note: Function in derived class
openttd-1.8.0/src/aircraft.h:95:7: style: The function 'IsPrimaryVehicle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:434:15: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:95:7: note: Function in derived class
openttd-1.8.0/src/aircraft.h:96:7: style: The function 'GetImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:443:15: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:96:7: note: Function in derived class
openttd-1.8.0/src/aircraft.h:97:6: style: The function 'GetDisplaySpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:481:14: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:97:6: note: Function in derived class
openttd-1.8.0/src/aircraft.h:98:6: style: The function 'GetDisplayMaxSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:487:14: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:98:6: note: Function in derived class
openttd-1.8.0/src/aircraft.h:100:6: style: The function 'GetCurrentMaxSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:493:14: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:100:6: note: Function in derived class
openttd-1.8.0/src/aircraft.h:101:8: style: The function 'GetRunningCost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:499:16: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:101:8: note: Function in derived class
openttd-1.8.0/src/aircraft.h:103:7: style: The function 'IsInDepot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:505:15: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:103:7: note: Function in derived class
openttd-1.8.0/src/aircraft.h:109:7: style: The function 'Tick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:529:15: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:109:7: note: Function in derived class
openttd-1.8.0/src/aircraft.h:110:7: style: The function 'OnNewDay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:534:15: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:110:7: note: Function in derived class
openttd-1.8.0/src/aircraft.h:111:7: style: The function 'Crash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:541:15: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:111:7: note: Function in derived class
openttd-1.8.0/src/aircraft.h:112:12: style: The function 'GetOrderStationLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:741:20: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:112:12: note: Function in derived class
openttd-1.8.0/src/aircraft.h:113:7: style: The function 'FindClosestDepot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:751:15: note: Virtual function in base class
openttd-1.8.0/src/aircraft.h:113:7: note: Function in derived class
openttd-1.8.0/src/newgrf_storage.h:134:7: style: The function 'ClearChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_storage.h:47:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_storage.h:134:7: note: Function in derived class
openttd-1.8.0/src/newgrf_commons.h:241:17: style: The function 'AddEntityID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_commons.h:215:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_commons.h:241:17: note: Function in derived class
openttd-1.8.0/src/newgrf_commons.h:242:17: style: The function 'GetID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_commons.h:219:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_commons.h:242:17: note: Function in derived class
openttd-1.8.0/src/newgrf_commons.h:250:15: style: The function 'CheckValidNewID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_commons.h:203:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_commons.h:250:15: note: Function in derived class
openttd-1.8.0/src/newgrf_commons.h:270:15: style: The function 'CheckValidNewID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_commons.h:203:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_commons.h:270:15: note: Function in derived class
openttd-1.8.0/src/newgrf_commons.h:281:15: style: The function 'CheckValidNewID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_commons.h:203:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_commons.h:281:15: note: Function in derived class
openttd-1.8.0/src/newgrf_spritegroup.h:96:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:62:29: note: Virtual function in base class
openttd-1.8.0/src/newgrf_spritegroup.h:96:21: note: Function in derived class
openttd-1.8.0/src/newgrf_spritegroup.h:188:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:62:29: note: Virtual function in base class
openttd-1.8.0/src/newgrf_spritegroup.h:188:21: note: Function in derived class
openttd-1.8.0/src/newgrf_spritegroup.h:212:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:62:29: note: Virtual function in base class
openttd-1.8.0/src/newgrf_spritegroup.h:212:21: note: Function in derived class
openttd-1.8.0/src/newgrf_spritegroup.h:238:9: style: The function 'GetCallbackResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:71:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_spritegroup.h:238:9: note: Function in derived class
openttd-1.8.0/src/newgrf_spritegroup.h:260:11: style: The function 'GetResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:69:19: note: Virtual function in base class
openttd-1.8.0/src/newgrf_spritegroup.h:260:11: note: Function in derived class
openttd-1.8.0/src/newgrf_spritegroup.h:261:7: style: The function 'GetNumResults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:70:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_spritegroup.h:261:7: note: Function in derived class
openttd-1.8.0/src/newgrf_engine.h:43:23: style: The function 'GetRandomBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:297:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_engine.h:43:23: note: Function in derived class
openttd-1.8.0/src/newgrf_engine.h:44:23: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_engine.h:44:23: note: Function in derived class
openttd-1.8.0/src/newgrf_engine.h:45:23: style: The function 'GetTriggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:298:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_engine.h:45:23: note: Function in derived class
openttd-1.8.0/src/newgrf_engine.h:67:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_engine.h:67:31: note: Function in derived class
openttd-1.8.0/src/newgrf_engine.h:69:35: style: The function 'ResolveReal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:360:29: note: Virtual function in base class
openttd-1.8.0/src/newgrf_engine.h:69:35: note: Function in derived class
openttd-1.8.0/src/newgrf_airport.h:46:23: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/tilearea_type.h:129:24: note: Virtual function in base class
openttd-1.8.0/src/newgrf_airport.h:46:23: note: Function in derived class
openttd-1.8.0/src/newgrf_airport.h:63:36: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/tilearea_type.h:134:24: note: Virtual function in base class
openttd-1.8.0/src/newgrf_airport.h:63:36: note: Function in derived class
openttd-1.8.0/src/station_base.h:484:7: style: The function 'UpdateVirtCoord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/base_station_base.h:111:15: note: Virtual function in base class
openttd-1.8.0/src/station_base.h:484:7: note: Function in derived class
openttd-1.8.0/src/station_base.h:486:21: style: The function 'GetPlatformLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/base_station_base.h:136:15: note: Virtual function in base class
openttd-1.8.0/src/station_base.h:486:21: note: Function in derived class
openttd-1.8.0/src/station_base.h:487:21: style: The function 'GetPlatformLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/base_station_base.h:127:15: note: Virtual function in base class
openttd-1.8.0/src/station_base.h:487:21: note: Function in derived class
openttd-1.8.0/src/station_base.h:494:28: style: The function 'TileBelongsToRailStation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/base_station_base.h:96:15: note: Virtual function in base class
openttd-1.8.0/src/station_base.h:494:28: note: Function in derived class
openttd-1.8.0/src/station_base.h:506:21: style: The function 'GetTileArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/base_station_base.h:118:15: note: Virtual function in base class
openttd-1.8.0/src/station_base.h:506:21: note: Function in derived class
openttd-1.8.0/src/station_base.h:526:23: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/tilearea_type.h:129:24: note: Virtual function in base class
openttd-1.8.0/src/station_base.h:526:23: note: Function in derived class
openttd-1.8.0/src/station_base.h:535:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/tilearea_type.h:181:24: note: Virtual function in base class
openttd-1.8.0/src/station_base.h:535:24: note: Function in derived class
openttd-1.8.0/src/disaster_vehicle.h:51:7: style: The function 'UpdateDeltaXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:371:15: note: Virtual function in base class
openttd-1.8.0/src/disaster_vehicle.h:51:7: note: Function in derived class
openttd-1.8.0/src/disaster_vehicle.h:53:7: style: The function 'Tick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:529:15: note: Virtual function in base class
openttd-1.8.0/src/disaster_vehicle.h:53:7: note: Function in derived class
openttd-1.8.0/src/rail_map.h:443:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/aircraft_cmd.cpp:305:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/aircraft_cmd.cpp:956:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/core/alloc_func.hpp:71:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/airport.cpp:114:27: style: Function 'AirportFTAClass' argument 1 names different: declaration 'moving_data' definition 'moving_data_'. [funcArgNamesDifferent]
openttd-1.8.0/src/airport.h:155:28: note: Function 'AirportFTAClass' argument 1 names different: declaration 'moving_data' definition 'moving_data_'.
openttd-1.8.0/src/airport.cpp:114:27: note: Function 'AirportFTAClass' argument 1 names different: declaration 'moving_data' definition 'moving_data_'.
openttd-1.8.0/src/airport.cpp:115:14: style: Function 'AirportFTAClass' argument 2 names different: declaration 'terminals' definition 'terminals_'. [funcArgNamesDifferent]
openttd-1.8.0/src/airport.h:156:15: note: Function 'AirportFTAClass' argument 2 names different: declaration 'terminals' definition 'terminals_'.
openttd-1.8.0/src/airport.cpp:115:14: note: Function 'AirportFTAClass' argument 2 names different: declaration 'terminals' definition 'terminals_'.
openttd-1.8.0/src/airport.cpp:116:13: style: Function 'AirportFTAClass' argument 3 names different: declaration 'num_helipads' definition 'num_helipads_'. [funcArgNamesDifferent]
openttd-1.8.0/src/airport.h:157:14: note: Function 'AirportFTAClass' argument 3 names different: declaration 'num_helipads' definition 'num_helipads_'.
openttd-1.8.0/src/airport.cpp:116:13: note: Function 'AirportFTAClass' argument 3 names different: declaration 'num_helipads' definition 'num_helipads_'.
openttd-1.8.0/src/airport.cpp:117:14: style: Function 'AirportFTAClass' argument 4 names different: declaration 'entry_points' definition 'entry_points_'. [funcArgNamesDifferent]
openttd-1.8.0/src/airport.h:158:15: note: Function 'AirportFTAClass' argument 4 names different: declaration 'entry_points' definition 'entry_points_'.
openttd-1.8.0/src/airport.cpp:117:14: note: Function 'AirportFTAClass' argument 4 names different: declaration 'entry_points' definition 'entry_points_'.
openttd-1.8.0/src/airport.cpp:118:8: style: Function 'AirportFTAClass' argument 5 names different: declaration 'flags' definition 'flags_'. [funcArgNamesDifferent]
openttd-1.8.0/src/airport.h:159:9: note: Function 'AirportFTAClass' argument 5 names different: declaration 'flags' definition 'flags_'.
openttd-1.8.0/src/airport.cpp:118:8: note: Function 'AirportFTAClass' argument 5 names different: declaration 'flags' definition 'flags_'.
openttd-1.8.0/src/airport.cpp:120:7: style: Function 'AirportFTAClass' argument 7 names different: declaration 'delta_z' definition 'delta_z_'. [funcArgNamesDifferent]
openttd-1.8.0/src/airport.h:161:8: note: Function 'AirportFTAClass' argument 7 names different: declaration 'delta_z' definition 'delta_z_'.
openttd-1.8.0/src/airport.cpp:120:7: note: Function 'AirportFTAClass' argument 7 names different: declaration 'delta_z' definition 'delta_z_'.
openttd-1.8.0/src/airport_gui.cpp:522:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/airport_gui.cpp:229:2: warning: Member variable 'BuildAirportWindow::line_height' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_class.h:21:0: style: The struct 'NewGRFClass < AirportSpec , AirportClassID , APC_MAX >' does not have a constructor although it has private member variables. [noConstructor]
openttd-1.8.0/src/core/smallstack_type.hpp:156:2: style: Class 'SmallStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/airport_gui.cpp:90:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:90:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:97:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:97:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:117:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:117:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:132:15: style: The function 'OnPlaceDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:758:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:132:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:137:15: style: The function 'OnPlaceMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:769:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:137:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:144:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:144:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:271:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:271:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:296:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:296:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:360:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:360:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:397:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:397:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:465:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:465:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:538:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:538:15: note: Function in derived class
openttd-1.8.0/src/airport_gui.cpp:546:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/airport_gui.cpp:546:15: note: Function in derived class
openttd-1.8.0/src/train.h:106:2: warning: Member variable 'Train::tcache' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/train.h:106:2: warning: Member variable 'Train::other_multiheaded_part' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/train.h:106:2: warning: Member variable 'Train::crash_anim_pos' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/train.h:106:2: warning: Member variable 'Train::flags' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/train.h:106:2: warning: Member variable 'Train::track' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/train.h:106:2: warning: Member variable 'Train::force_proceed' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/train.h:106:2: warning: Member variable 'Train::compatible_railtypes' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/train.h:106:2: warning: Member variable 'Train::wait_counter' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/roadveh.h:101:2: warning: Member variable 'RoadVehicle::state' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/roadveh.h:101:2: warning: Member variable 'RoadVehicle::frame' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/roadveh.h:101:2: warning: Member variable 'RoadVehicle::blocked_ctr' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/roadveh.h:101:2: warning: Member variable 'RoadVehicle::overtaking' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/roadveh.h:101:2: warning: Member variable 'RoadVehicle::overtaking_ctr' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/roadveh.h:101:2: warning: Member variable 'RoadVehicle::crashed_ctr' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/roadveh.h:101:2: warning: Member variable 'RoadVehicle::reverse_ctr' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/roadveh.h:101:2: warning: Member variable 'RoadVehicle::roadtype' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/roadveh.h:101:2: warning: Member variable 'RoadVehicle::compatible_roadtypes' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/ground_vehicle.hpp:90:0: warning: Member variable 'GroundVehicle < Train , VEH_TRAIN >::gcache' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/ground_vehicle.hpp:90:0: warning: Member variable 'GroundVehicle < Train , VEH_TRAIN >::gv_flags' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/ground_vehicle.hpp:90:0: warning: Member variable 'GroundVehicle < RoadVehicle , VEH_ROAD >::gcache' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/ground_vehicle.hpp:90:0: warning: Member variable 'GroundVehicle < RoadVehicle , VEH_ROAD >::gv_flags' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/train.h:112:7: style: The function 'MarkDirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:364:15: note: Virtual function in base class
openttd-1.8.0/src/train.h:112:7: note: Function in derived class
openttd-1.8.0/src/train.h:113:7: style: The function 'UpdateDeltaXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:371:15: note: Virtual function in base class
openttd-1.8.0/src/train.h:113:7: note: Function in derived class
openttd-1.8.0/src/train.h:114:15: style: The function 'GetExpenseType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:424:23: note: Virtual function in base class
openttd-1.8.0/src/train.h:114:15: note: Function in derived class
openttd-1.8.0/src/train.h:115:7: style: The function 'PlayLeaveStationSound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:429:15: note: Virtual function in base class
openttd-1.8.0/src/train.h:115:7: note: Function in derived class
openttd-1.8.0/src/train.h:116:7: style: The function 'IsPrimaryVehicle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:434:15: note: Virtual function in base class
openttd-1.8.0/src/train.h:116:7: note: Function in derived class
openttd-1.8.0/src/train.h:117:7: style: The function 'GetImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:443:15: note: Virtual function in base class
openttd-1.8.0/src/train.h:117:7: note: Function in derived class
openttd-1.8.0/src/train.h:118:6: style: The function 'GetDisplaySpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:481:14: note: Virtual function in base class
openttd-1.8.0/src/train.h:118:6: note: Function in derived class
openttd-1.8.0/src/train.h:119:6: style: The function 'GetDisplayMaxSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:487:14: note: Virtual function in base class
openttd-1.8.0/src/train.h:119:6: note: Function in derived class
openttd-1.8.0/src/train.h:120:8: style: The function 'GetRunningCost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:499:16: note: Virtual function in base class
openttd-1.8.0/src/train.h:120:8: note: Function in derived class
openttd-1.8.0/src/train.h:122:7: style: The function 'IsInDepot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:505:15: note: Virtual function in base class
openttd-1.8.0/src/train.h:122:7: note: Function in derived class
openttd-1.8.0/src/train.h:123:7: style: The function 'Tick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:529:15: note: Virtual function in base class
openttd-1.8.0/src/train.h:123:7: note: Function in derived class
openttd-1.8.0/src/train.h:124:7: style: The function 'OnNewDay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:534:15: note: Virtual function in base class
openttd-1.8.0/src/train.h:124:7: note: Function in derived class
openttd-1.8.0/src/train.h:125:7: style: The function 'Crash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:541:15: note: Virtual function in base class
openttd-1.8.0/src/train.h:125:7: note: Function in derived class
openttd-1.8.0/src/train.h:126:11: style: The function 'GetVehicleTrackdir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:555:19: note: Virtual function in base class
openttd-1.8.0/src/train.h:126:11: note: Function in derived class
openttd-1.8.0/src/train.h:127:12: style: The function 'GetOrderStationLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:741:20: note: Virtual function in base class
openttd-1.8.0/src/train.h:127:12: note: Function in derived class
openttd-1.8.0/src/train.h:128:7: style: The function 'FindClosestDepot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:751:15: note: Virtual function in base class
openttd-1.8.0/src/train.h:128:7: note: Function in derived class
openttd-1.8.0/src/train.h:140:6: style: The function 'GetCurrentMaxSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:493:14: note: Virtual function in base class
openttd-1.8.0/src/train.h:140:6: note: Function in derived class
openttd-1.8.0/src/roadveh.h:107:7: style: The function 'MarkDirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:364:15: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:107:7: note: Function in derived class
openttd-1.8.0/src/roadveh.h:108:7: style: The function 'UpdateDeltaXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:371:15: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:108:7: note: Function in derived class
openttd-1.8.0/src/roadveh.h:109:15: style: The function 'GetExpenseType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:424:23: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:109:15: note: Function in derived class
openttd-1.8.0/src/roadveh.h:110:7: style: The function 'IsPrimaryVehicle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:434:15: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:110:7: note: Function in derived class
openttd-1.8.0/src/roadveh.h:111:7: style: The function 'GetImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:443:15: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:111:7: note: Function in derived class
openttd-1.8.0/src/roadveh.h:112:6: style: The function 'GetDisplaySpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:481:14: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:112:6: note: Function in derived class
openttd-1.8.0/src/roadveh.h:113:6: style: The function 'GetDisplayMaxSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:487:14: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:113:6: note: Function in derived class
openttd-1.8.0/src/roadveh.h:114:8: style: The function 'GetRunningCost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:499:16: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:114:8: note: Function in derived class
openttd-1.8.0/src/roadveh.h:116:7: style: The function 'IsInDepot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:505:15: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:116:7: note: Function in derived class
openttd-1.8.0/src/roadveh.h:117:7: style: The function 'Tick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:529:15: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:117:7: note: Function in derived class
openttd-1.8.0/src/roadveh.h:118:7: style: The function 'OnNewDay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:534:15: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:118:7: note: Function in derived class
openttd-1.8.0/src/roadveh.h:119:7: style: The function 'Crash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:541:15: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:119:7: note: Function in derived class
openttd-1.8.0/src/roadveh.h:120:11: style: The function 'GetVehicleTrackdir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:555:19: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:120:11: note: Function in derived class
openttd-1.8.0/src/roadveh.h:121:12: style: The function 'GetOrderStationLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:741:20: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:121:12: note: Function in derived class
openttd-1.8.0/src/roadveh.h:122:7: style: The function 'FindClosestDepot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:751:15: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:122:7: note: Function in derived class
openttd-1.8.0/src/roadveh.h:126:6: style: The function 'GetCurrentMaxSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:493:14: note: Virtual function in base class
openttd-1.8.0/src/roadveh.h:126:6: note: Function in derived class
openttd-1.8.0/src/ground_vehicle.hpp:95:0: style: The function 'IsChainInDepot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:511:15: note: Virtual function in base class
openttd-1.8.0/src/ground_vehicle.hpp:95:0: note: Function in derived class
openttd-1.8.0/src/ground_vehicle.hpp:102:0: style: The function 'Crash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:541:15: note: Virtual function in base class
openttd-1.8.0/src/ground_vehicle.hpp:102:0: note: Function in derived class
openttd-1.8.0/src/core/pool_func.hpp:183:20: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/autoreplace.cpp:30:20: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/autoreplace.cpp:108:10: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/autoreplace.cpp:132:13: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/core/pool_func.hpp:111:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/core/pool_func.hpp:119:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/core/pool_func.hpp:121:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/autoreplace_base.h:42:2: warning: Member variable 'EngineRenew::next' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/autoreplace_base.h:42:2: warning: Member variable 'EngineRenew::group_id' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/autoreplace_base.h:42:2: warning: Member variable 'EngineRenew::replace_when_old' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/core/pool_type.hpp:165:15: style: Technically the member function 'Pool::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:102:2: style: Struct 'Pool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:103:15: style: The function 'CleanPool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/core/pool_type.hpp:61:15: note: Virtual function in base class
openttd-1.8.0/src/core/pool_type.hpp:103:15: note: Function in derived class
openttd-1.8.0/src/autoreplace_cmd.cpp:158:15: style: Checking if unsigned variable 'amount' is less than zero. This might be a false warning. [unsignedLessThanZero]
openttd-1.8.0/src/autoreplace_gui.cpp:294:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/autoreplace_gui.cpp:100:7: style: Technically the member function 'ReplaceVehicleWindow::GenerateReplaceRailList' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < unsigned short , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/autoreplace_gui.cpp:240:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/autoreplace_gui.cpp:240:15: note: Function in derived class
openttd-1.8.0/src/autoreplace_gui.cpp:319:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/autoreplace_gui.cpp:319:15: note: Function in derived class
openttd-1.8.0/src/autoreplace_gui.cpp:356:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/autoreplace_gui.cpp:356:15: note: Function in derived class
openttd-1.8.0/src/autoreplace_gui.cpp:397:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/autoreplace_gui.cpp:397:15: note: Function in derived class
openttd-1.8.0/src/autoreplace_gui.cpp:440:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/autoreplace_gui.cpp:440:15: note: Function in derived class
openttd-1.8.0/src/autoreplace_gui.cpp:519:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/autoreplace_gui.cpp:519:15: note: Function in derived class
openttd-1.8.0/src/autoreplace_gui.cpp:560:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/autoreplace_gui.cpp:560:15: note: Function in derived class
openttd-1.8.0/src/autoreplace_gui.cpp:571:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/autoreplace_gui.cpp:571:15: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.cpp:282:17: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_anim.cpp:318:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_anim.cpp:339:17: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_anim.cpp:358:16: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_anim.cpp:485:16: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_anim.cpp:33:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_anim.cpp:41:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/driver.h:117:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/blitter/factory.hpp:135:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/blitter/factory.hpp:162:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/blitter/32bpp_anim.hpp:33:9: performance: Variable 'palette' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/blitter/32bpp_anim.hpp:56:16: style: Technically the member function 'Blitter_32bppAnim::LookupColourInPalette' can be const. [functionConst]
openttd-1.8.0/src/blitter/32bpp_base.hpp:23:22: style: The function 'GetScreenDepth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:61:16: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:23:22: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.hpp:24:22: style: The function 'MoveTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:92:16: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:24:22: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.hpp:25:21: style: The function 'SetPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:101:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:25:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.hpp:26:21: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:110:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:26:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.hpp:27:21: style: The function 'CopyFromBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:135:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:27:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.hpp:28:21: style: The function 'CopyToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:145:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:28:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.hpp:29:21: style: The function 'CopyImageToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:155:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:29:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.hpp:30:21: style: The function 'ScrollBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:167:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:30:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.hpp:31:20: style: The function 'BufferSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:175:14: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:31:20: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.hpp:32:21: style: The function 'PaletteAnimate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:182:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:32:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.hpp:33:42: style: The function 'UsePaletteAnimation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:188:36: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:33:42: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.hpp:34:20: style: The function 'GetBytesPerPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:198:14: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_base.hpp:34:20: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_simple.hpp:29:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:66:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_simple.hpp:29:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_simple.hpp:30:21: style: The function 'DrawColourMappingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:77:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_simple.hpp:30:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_simple.hpp:31:24: style: The function 'Encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:82:18: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_simple.hpp:31:24: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_simple.hpp:33:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:193:22: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_simple.hpp:33:28: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_simple.hpp:40:25: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/factory.hpp:190:19: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_simple.hpp:40:25: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_optimized.hpp:26:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:66:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_optimized.hpp:26:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_optimized.hpp:27:24: style: The function 'Encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:82:18: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_optimized.hpp:27:24: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_optimized.hpp:29:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:193:22: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_optimized.hpp:29:28: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_optimized.hpp:38:25: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/factory.hpp:190:19: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_optimized.hpp:38:25: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:38:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:66:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:38:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:39:21: style: The function 'DrawColourMappingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:77:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:39:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:40:21: style: The function 'SetPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:101:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:40:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:41:21: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:110:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:41:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:42:21: style: The function 'CopyFromBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:135:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:42:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:43:21: style: The function 'CopyToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:145:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:43:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:44:21: style: The function 'ScrollBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:167:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:44:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:45:20: style: The function 'BufferSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:175:14: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:45:20: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:46:21: style: The function 'PaletteAnimate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:182:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:46:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:47:42: style: The function 'UsePaletteAnimation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:188:36: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:47:42: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:49:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:193:22: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:49:28: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:50:20: style: The function 'GetBytesPerPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:198:14: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:50:20: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:51:21: style: The function 'PostResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:203:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:51:21: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:68:25: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/factory.hpp:190:19: note: Virtual function in base class
openttd-1.8.0/src/blitter/32bpp_anim.hpp:68:25: note: Function in derived class
openttd-1.8.0/src/blitter/32bpp_base.cpp:24:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_base.cpp:32:17: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_optimized.cpp:301:21: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_optimized.cpp:360:13: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_optimized.cpp:379:24: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_optimized.cpp:386:20: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_optimized.cpp:36:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_optimized.cpp:49:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/core/alloc_func.hpp:96:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_optimized.cpp:287:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/blitter/32bpp_optimized.cpp:375:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/blitter/32bpp_optimized.cpp:389:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/blitter/32bpp_simple.cpp:30:13: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_simple.cpp:88:17: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_simple.cpp:117:24: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/32bpp_simple.cpp:25:36: style: The scope of the variable 'src' can be reduced. [variableScope]
openttd-1.8.0/src/blitter/32bpp_simple.cpp:26:10: style: The scope of the variable 'dst' can be reduced. [variableScope]
openttd-1.8.0/src/blitter/8bpp_base.hpp:20:22: style: The function 'GetScreenDepth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:61:16: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:20:22: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:21:21: style: The function 'DrawColourMappingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:77:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:21:21: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:22:22: style: The function 'MoveTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:92:16: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:22:22: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:23:21: style: The function 'SetPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:101:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:23:21: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:24:21: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:110:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:24:21: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:25:21: style: The function 'CopyFromBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:135:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:25:21: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:26:21: style: The function 'CopyToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:145:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:26:21: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:27:21: style: The function 'CopyImageToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:155:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:27:21: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:28:21: style: The function 'ScrollBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:167:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:28:21: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:29:20: style: The function 'BufferSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:175:14: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:29:20: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:30:21: style: The function 'PaletteAnimate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:182:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:30:21: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:31:42: style: The function 'UsePaletteAnimation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:188:36: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:31:42: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_base.hpp:32:20: style: The function 'GetBytesPerPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:198:14: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_base.hpp:32:20: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_optimized.cpp:27:34: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/8bpp_optimized.cpp:152:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/8bpp_optimized.cpp:223:24: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/8bpp_optimized.cpp:141:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/blitter/8bpp_optimized.cpp:157:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/blitter/8bpp_optimized.hpp:27:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:66:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_optimized.hpp:27:21: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_optimized.hpp:28:24: style: The function 'Encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:82:18: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_optimized.hpp:28:24: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_optimized.hpp:30:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:193:22: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_optimized.hpp:30:28: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_optimized.hpp:37:25: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/factory.hpp:190:19: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_optimized.hpp:37:25: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_simple.cpp:68:16: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/8bpp_simple.cpp:23:15: style: The scope of the variable 'src' can be reduced. [variableScope]
openttd-1.8.0/src/blitter/8bpp_simple.cpp:24:9: style: The scope of the variable 'dst' can be reduced. [variableScope]
openttd-1.8.0/src/blitter/8bpp_simple.hpp:21:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:66:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_simple.hpp:21:21: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_simple.hpp:22:24: style: The function 'Encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:82:18: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_simple.hpp:22:24: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_simple.hpp:24:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:193:22: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_simple.hpp:24:28: note: Function in derived class
openttd-1.8.0/src/blitter/8bpp_simple.hpp:31:25: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/factory.hpp:190:19: note: Virtual function in base class
openttd-1.8.0/src/blitter/8bpp_simple.hpp:31:25: note: Function in derived class
openttd-1.8.0/src/blitter/null.cpp:23:16: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/blitter/null.hpp:20:22: style: The function 'GetScreenDepth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:61:16: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:20:22: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:21:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:66:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:21:21: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:22:21: style: The function 'DrawColourMappingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:77:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:22:21: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:23:24: style: The function 'Encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:82:18: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:23:24: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:24:22: style: The function 'MoveTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:92:16: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:24:22: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:25:21: style: The function 'SetPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:101:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:25:21: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:26:21: style: The function 'DrawRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:110:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:26:21: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:27:21: style: The function 'DrawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:125:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:27:21: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:28:21: style: The function 'CopyFromBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:135:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:28:21: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:29:21: style: The function 'CopyToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:145:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:29:21: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:30:21: style: The function 'CopyImageToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:155:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:30:21: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:31:21: style: The function 'ScrollBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:167:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:31:21: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:32:20: style: The function 'BufferSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:175:14: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:32:20: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:33:21: style: The function 'PaletteAnimate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:182:15: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:33:21: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:34:42: style: The function 'UsePaletteAnimation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:188:36: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:34:42: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:36:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:193:22: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:36:28: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:37:20: style: The function 'GetBytesPerPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/base.hpp:198:14: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:37:20: note: Function in derived class
openttd-1.8.0/src/blitter/null.hpp:44:25: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/blitter/factory.hpp:190:19: note: Virtual function in base class
openttd-1.8.0/src/blitter/null.hpp:44:25: note: Function in derived class
openttd-1.8.0/src/bmp.cpp:87:7: style: The scope of the variable 'x' can be reduced. [variableScope]
openttd-1.8.0/src/bmp.cpp:89:8: style: The scope of the variable 'pixel_row' can be reduced. [variableScope]
openttd-1.8.0/src/bmp.cpp:114:7: style: The scope of the variable 'x' can be reduced. [variableScope]
openttd-1.8.0/src/bmp.cpp:116:8: style: The scope of the variable 'pixel_row' can be reduced. [variableScope]
openttd-1.8.0/src/bmp.cpp:220:8: style: The scope of the variable 'pixel' can be reduced. [variableScope]
openttd-1.8.0/src/bmp.cpp:300:8: style: The scope of the variable 'pixel_row' can be reduced. [variableScope]
openttd-1.8.0/src/base_media_base.h:77:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/base_media_base.h:123:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/base_media_base.h:127:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/base_media_base.h:177:0: style: The function 'AddFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fileio_func.h:91:15: note: Virtual function in base class
openttd-1.8.0/src/base_media_base.h:177:0: note: Function in derived class
openttd-1.8.0/src/bridge_gui.cpp:61:57: style: Function 'CcBuildBridge' argument 2 names different: declaration 'tile' definition 'end_tile'. [funcArgNamesDifferent]
openttd-1.8.0/src/command_func.h:80:0: note: Function 'CcBuildBridge' argument 2 names different: declaration 'tile' definition 'end_tile'.
openttd-1.8.0/src/bridge_gui.cpp:61:57: note: Function 'CcBuildBridge' argument 2 names different: declaration 'tile' definition 'end_tile'.
openttd-1.8.0/src/bridge_gui.cpp:96:19: style: Unused private function: 'BuildBridgeWindow::BridgeIndexSorter' [unusedPrivateFunction]
openttd-1.8.0/src/bridge_gui.cpp:102:19: style: Unused private function: 'BuildBridgeWindow::BridgePriceSorter' [unusedPrivateFunction]
openttd-1.8.0/src/bridge_gui.cpp:108:19: style: Unused private function: 'BuildBridgeWindow::BridgeSpeedSorter' [unusedPrivateFunction]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < BuildBridgeData , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/bridge_gui.cpp:166:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/bridge_gui.cpp:166:15: note: Function in derived class
openttd-1.8.0/src/bridge_gui.cpp:210:16: style: The function 'OnInitialPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:547:16: note: Virtual function in base class
openttd-1.8.0/src/bridge_gui.cpp:210:16: note: Function in derived class
openttd-1.8.0/src/bridge_gui.cpp:220:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/bridge_gui.cpp:220:15: note: Function in derived class
openttd-1.8.0/src/bridge_gui.cpp:246:21: style: The function 'OnKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:602:21: note: Virtual function in base class
openttd-1.8.0/src/bridge_gui.cpp:246:21: note: Function in derived class
openttd-1.8.0/src/bridge_gui.cpp:258:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/bridge_gui.cpp:258:15: note: Function in derived class
openttd-1.8.0/src/bridge_gui.cpp:282:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/bridge_gui.cpp:282:15: note: Function in derived class
openttd-1.8.0/src/bridge_gui.cpp:291:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/bridge_gui.cpp:291:15: note: Function in derived class
openttd-1.8.0/src/bridge_map.cpp:61:39: style: Function 'GetOtherBridgeEnd' argument 1 names different: declaration 't' definition 'tile'. [funcArgNamesDifferent]
openttd-1.8.0/src/bridge_map.h:76:39: note: Function 'GetOtherBridgeEnd' argument 1 names different: declaration 't' definition 'tile'.
openttd-1.8.0/src/bridge_map.cpp:61:39: note: Function 'GetOtherBridgeEnd' argument 1 names different: declaration 't' definition 'tile'.
openttd-1.8.0/src/bridge_map.cpp:72:31: style: Function 'GetBridgeHeight' argument 1 names different: declaration 'tile' definition 't'. [funcArgNamesDifferent]
openttd-1.8.0/src/bridge_map.h:78:31: note: Function 'GetBridgeHeight' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/bridge_map.cpp:72:31: note: Function 'GetBridgeHeight' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < Mapping , 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/build_vehicle_gui.cpp:1103:7: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/build_vehicle_gui.cpp:1103:7: note: Function in derived class
openttd-1.8.0/src/build_vehicle_gui.cpp:1275:7: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/build_vehicle_gui.cpp:1275:7: note: Function in derived class
openttd-1.8.0/src/build_vehicle_gui.cpp:1348:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/build_vehicle_gui.cpp:1348:15: note: Function in derived class
openttd-1.8.0/src/build_vehicle_gui.cpp:1361:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/build_vehicle_gui.cpp:1361:15: note: Function in derived class
openttd-1.8.0/src/build_vehicle_gui.cpp:1393:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/build_vehicle_gui.cpp:1393:15: note: Function in derived class
openttd-1.8.0/src/build_vehicle_gui.cpp:1423:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/build_vehicle_gui.cpp:1423:15: note: Function in derived class
openttd-1.8.0/src/build_vehicle_gui.cpp:1436:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/build_vehicle_gui.cpp:1436:15: note: Function in derived class
openttd-1.8.0/src/build_vehicle_gui.cpp:1463:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/build_vehicle_gui.cpp:1463:15: note: Function in derived class
openttd-1.8.0/src/build_vehicle_gui.cpp:1470:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/build_vehicle_gui.cpp:1470:15: note: Function in derived class
openttd-1.8.0/src/build_vehicle_gui.cpp:1494:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/build_vehicle_gui.cpp:1494:15: note: Function in derived class
openttd-1.8.0/src/economy_base.h:38:2: warning: Member variable 'CargoPayment::front' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/economy_base.h:38:2: warning: Member variable 'CargoPayment::owner' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/economy_base.h:38:2: warning: Member variable 'CargoPayment::current_station' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/economy_base.h:38:2: warning: Member variable 'CargoPayment::ct' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/cargoaction.h:69:0: style: Technically the member function 'CargoMovement < VehicleCargoList , StationCargoList >::MaxMove' can be const. [functionConst]
openttd-1.8.0/src/cargoaction.h:69:0: style: Technically the member function 'CargoMovement < StationCargoList , VehicleCargoList >::MaxMove' can be const. [functionConst]
openttd-1.8.0/src/cargoaction.h:69:0: style: Technically the member function 'CargoMovement < VehicleCargoList , VehicleCargoList >::MaxMove' can be const. [functionConst]
openttd-1.8.0/src/cargoaction.h:69:0: style: Technically the member function 'CargoMovement < StationCargoList , StationCargoList >::MaxMove' can be const. [functionConst]
openttd-1.8.0/src/cargoaction.h:27:0: performance: Technically the member function 'CargoRemoval < VehicleCargoList >::Postprocess' can be static. [functionStatic]
openttd-1.8.0/src/cargoaction.cpp:63:0: note: Technically the member function 'CargoRemoval < VehicleCargoList >::Postprocess' can be static.
openttd-1.8.0/src/cargoaction.h:27:0: note: Technically the member function 'CargoRemoval < VehicleCargoList >::Postprocess' can be static.
openttd-1.8.0/src/cargoaction.h:35:0: style: Technically the member function 'CargoRemoval < VehicleCargoList >::MaxMove' can be const. [functionConst]
openttd-1.8.0/src/cargoaction.h:27:0: performance: Technically the member function 'CargoRemoval < StationCargoList >::Postprocess' can be static. [functionStatic]
openttd-1.8.0/src/cargoaction.cpp:63:0: note: Technically the member function 'CargoRemoval < StationCargoList >::Postprocess' can be static.
openttd-1.8.0/src/cargoaction.h:27:0: note: Technically the member function 'CargoRemoval < StationCargoList >::Postprocess' can be static.
openttd-1.8.0/src/cargoaction.h:35:0: style: Technically the member function 'CargoRemoval < StationCargoList >::MaxMove' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < CargoPayment ,unsigned int , 512 , 1044480 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/economy_base.h:39:2: style: Struct 'CargoPayment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < CargoPayment ,unsigned int , 512 , 1044480 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/cargomonitor.cpp:38:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::town' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::produced_cargo' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::produced_cargo_waiting' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::incoming_cargo_waiting' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::production_rate' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::prod_level' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::accepts_cargo' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::this_month_production' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::this_month_transported' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::last_month_pct_transported' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::last_month_production' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::last_month_transported' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::counter' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::type' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::random_colour' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::last_prod_year' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::was_cargo_delivered' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::part_of_subsidy' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::construction_date' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::construction_type' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::last_cargo_accepted_at' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::selected_layout' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::random' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/industry.h:73:2: warning: Member variable 'Industry::psa' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::cache' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::townnamegrfid' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::townnametype' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::townnameparts' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::name' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::flags' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::noise_reached' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::statues' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::have_ratings' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::unwanted' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::exclusive_counter' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::ratings' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::goal' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::text' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::cargo_produced' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::cargo_accepted_total' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::time_until_rebuild' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::grow_counter' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::growth_rate' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::fund_buildings_months' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::road_build_months' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::larger_town' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/town.h:109:2: warning: Member variable 'Town::layout' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Industry ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Town ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/industry.h:73:2: style: Struct 'Industry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/town.h:109:2: style: Struct 'Town' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Industry ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Town ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/overflowsafe_type.hpp:35:0: style: Class 'OverflowSafeInt < signed int , 2147483647 , -2147483648 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_func.hpp:116:0: error: Using 'memset' on struct that contains a virtual method. [memsetClass]
openttd-1.8.0/src/cargopacket.cpp:608:80: style: Function 'Return' argument 3 names different: declaration 'next_station' definition 'next'. [funcArgNamesDifferent]
openttd-1.8.0/src/cargopacket.h:434:63: note: Function 'Return' argument 3 names different: declaration 'next_station' definition 'next'.
openttd-1.8.0/src/cargopacket.cpp:608:80: note: Function 'Return' argument 3 names different: declaration 'next_station' definition 'next'.
openttd-1.8.0/src/cargopacket.cpp:827:108: style: Function 'Reserve' argument 4 names different: declaration 'next' definition 'next_station'. [funcArgNamesDifferent]
openttd-1.8.0/src/cargopacket.h:550:91: note: Function 'Reserve' argument 4 names different: declaration 'next' definition 'next_station'.
openttd-1.8.0/src/cargopacket.cpp:827:108: note: Function 'Reserve' argument 4 names different: declaration 'next' definition 'next_station'.
openttd-1.8.0/src/cargopacket.cpp:844:105: style: Function 'Load' argument 4 names different: declaration 'next' definition 'next_station'. [funcArgNamesDifferent]
openttd-1.8.0/src/cargopacket.h:551:88: note: Function 'Load' argument 4 names different: declaration 'next' definition 'next_station'.
openttd-1.8.0/src/cargopacket.cpp:844:105: note: Function 'Load' argument 4 names different: declaration 'next' definition 'next_station'.
openttd-1.8.0/src/cargopacket.cpp:222:0: warning: Function 'TryMerge' argument order different: declaration 'cp, icp' definition 'icp, cp' [funcArgOrderDifferent]
openttd-1.8.0/src/cargopacket.h:247:0: note: Function 'TryMerge' argument order different: declaration 'cp, icp' definition 'icp, cp'
openttd-1.8.0/src/cargopacket.cpp:222:0: note: Function 'TryMerge' argument order different: declaration 'cp, icp' definition 'icp, cp'
openttd-1.8.0/src/cargopacket.cpp:701:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/cargopacket.cpp:31:8: performance: Variable 'source_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/cargopacket.cpp:79:23: error: Member variable 'loaded_at_xy' is initialized by itself. [selfInitialization]
openttd-1.8.0/src/cheat_gui.cpp:218:2: warning: Member variable 'CheatWindow::clicked' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/cheat_gui.cpp:218:2: warning: Member variable 'CheatWindow::header_height' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/cheat_gui.cpp:218:2: warning: Member variable 'CheatWindow::clicked_widget' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/cheat_gui.cpp:218:2: warning: Member variable 'CheatWindow::line_height' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/linkgraph/linkgraph.h:249:0: style: Technically the member function 'BaseEdgeIterator < const BaseEdge , EdgeWrapper < const BaseEdge > , ConstEdgeIterator >::operator==' can be const. [functionConst]
openttd-1.8.0/src/linkgraph/linkgraph.h:262:0: style: Technically the member function 'BaseEdgeIterator < const BaseEdge , EdgeWrapper < const BaseEdge > , ConstEdgeIterator >::operator!=' can be const. [functionConst]
openttd-1.8.0/src/linkgraph/linkgraph.h:249:0: style: Technically the member function 'BaseEdgeIterator < BaseEdge , Edge , EdgeIterator >::operator==' can be const. [functionConst]
openttd-1.8.0/src/linkgraph/linkgraph.h:262:0: style: Technically the member function 'BaseEdgeIterator < BaseEdge , Edge , EdgeIterator >::operator!=' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < LinkGraph ,unsigned short , 32 , 65535 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/linkgraph/linkgraph.h:466:2: style: Class 'LinkGraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/linkgraph.h:299:3: style: Class 'Edge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/cheat_gui.cpp:218:2: style: Struct 'CheatWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/linkgraph.h:200:0: style: Class 'FakePointer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/linkgraph.h:87:0: style: Class 'EdgeWrapper < BaseEdge >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/linkgraph.h:87:0: style: Class 'EdgeWrapper < const BaseEdge >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < LinkGraph ,unsigned short , 32 , 65535 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < BaseNode , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/cheat_gui.cpp:224:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/cheat_gui.cpp:224:15: note: Function in derived class
openttd-1.8.0/src/cheat_gui.cpp:286:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/cheat_gui.cpp:286:15: note: Function in derived class
openttd-1.8.0/src/cheat_gui.cpp:333:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/cheat_gui.cpp:333:15: note: Function in derived class
openttd-1.8.0/src/cheat_gui.cpp:387:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/cheat_gui.cpp:387:15: note: Function in derived class
openttd-1.8.0/src/cheat_gui.cpp:393:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/cheat_gui.cpp:393:15: note: Function in derived class
openttd-1.8.0/src/map_func.h:187:10: warning: Suspicious code: sign conversion of y in calculation, even though y can have a negative value [signConversion]
openttd-1.8.0/src/command.cpp:586:13: style: Condition '!only_sending' is always true [knownConditionTrueFalse]
openttd-1.8.0/src/command.cpp:561:22: note: Assignment 'only_sending=0', assigned value is 0
openttd-1.8.0/src/command.cpp:586:13: note: Condition '!only_sending' is always true
openttd-1.8.0/src/command.cpp:774:46: style: Function 'AddCost' argument 1 names different: declaration 'cmd_cost' definition 'ret'. [funcArgNamesDifferent]
openttd-1.8.0/src/command_type.h:69:34: note: Function 'AddCost' argument 1 names different: declaration 'cmd_cost' definition 'ret'.
openttd-1.8.0/src/command.cpp:774:46: note: Function 'AddCost' argument 1 names different: declaration 'cmd_cost' definition 'ret'.
openttd-1.8.0/src/object_base.h:34:2: warning: Member variable 'Object::type' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/object_base.h:34:2: warning: Member variable 'Object::town' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/object_base.h:34:2: warning: Member variable 'Object::build_date' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/object_base.h:34:2: warning: Member variable 'Object::colour' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/object_base.h:34:2: warning: Member variable 'Object::view' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Object ,unsigned int , 64 , 16711680 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Object ,unsigned int , 64 , 16711680 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < ClearedObjectArea , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_func.hpp:116:0: error: Using 'memset' on struct that contains a 'std::list'. [memsetClass]
openttd-1.8.0/src/core/pool_func.hpp:116:0: error: Using 'memset' on class that contains a 'std::list'. [memsetClass]
openttd-1.8.0/src/company_cmd.cpp:181:46: style: Function 'InvalidateCompanyWindows' argument 1 names different: declaration 'c' definition 'company'. [funcArgNamesDifferent]
openttd-1.8.0/src/company_gui.h:25:46: note: Function 'InvalidateCompanyWindows' argument 1 names different: declaration 'c' definition 'company'.
openttd-1.8.0/src/company_cmd.cpp:181:46: note: Function 'InvalidateCompanyWindows' argument 1 names different: declaration 'c' definition 'company'.
openttd-1.8.0/src/company_cmd.cpp:252:67: style: Function 'SubtractMoneyFromCompanyFract' argument 2 names different: declaration 'cost' definition 'cst'. [funcArgNamesDifferent]
openttd-1.8.0/src/company_func.h:31:67: note: Function 'SubtractMoneyFromCompanyFract' argument 2 names different: declaration 'cost' definition 'cst'.
openttd-1.8.0/src/company_cmd.cpp:252:67: note: Function 'SubtractMoneyFromCompanyFract' argument 2 names different: declaration 'cost' definition 'cst'.
openttd-1.8.0/src/company_cmd.cpp:622:51: style: Function 'MayCompanyTakeOver' argument 2 names different: declaration 'small' definition 'csmall'. [funcArgNamesDifferent]
openttd-1.8.0/src/company_func.h:20:51: note: Function 'MayCompanyTakeOver' argument 2 names different: declaration 'small' definition 'csmall'.
openttd-1.8.0/src/company_cmd.cpp:622:51: note: Function 'MayCompanyTakeOver' argument 2 names different: declaration 'small' definition 'csmall'.
openttd-1.8.0/src/company_manager_face.h:187:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_cmd.cpp:162:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_cmd.cpp:260:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_cmd.cpp:519:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_cmd.cpp:1008:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_cmd.cpp:61:10: warning: Member variable 'Company::livery' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_cmd.cpp:61:10: warning: Member variable 'Company::avail_roadtypes' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_cmd.cpp:61:10: warning: Member variable 'Company::ai_instance' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_cmd.cpp:61:10: warning: Member variable 'Company::ai_info' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_cmd.cpp:61:10: warning: Member variable 'Company::engine_renew_list' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_cmd.cpp:61:10: warning: Member variable 'Company::settings' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/company_cmd.cpp:61:10: warning: Member variable 'Company::infrastructure' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/goal_base.h:34:2: warning: Member variable 'Goal::type' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/goal_base.h:34:2: warning: Member variable 'Goal::dst' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/goal_base.h:34:2: warning: Member variable 'Goal::text' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/goal_base.h:34:2: warning: Member variable 'Goal::progress' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/goal_base.h:34:2: warning: Member variable 'Goal::completed' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/story_base.h:58:2: warning: Member variable 'StoryPageElement::sort_value' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/story_base.h:58:2: warning: Member variable 'StoryPageElement::page' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/story_base.h:58:2: warning: Member variable 'StoryPageElement::referenced_id' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/story_base.h:58:2: warning: Member variable 'StoryPageElement::text' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/story_base.h:80:2: warning: Member variable 'StoryPage::sort_value' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/story_base.h:80:2: warning: Member variable 'StoryPage::date' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/story_base.h:80:2: warning: Member variable 'StoryPage::title' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/vehicle_base.h:386:14: style: Technically the member function 'Vehicle::GetOldAdvanceSpeed' can be const. [functionConst]
openttd-1.8.0/src/vehicle_base.h:415:14: style: Technically the member function 'Vehicle::GetAdvanceDistance' can be const. [functionConst]
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:64:9: style: Technically the member function 'LinkGraphOverlay::GetCargoMask' can be const. [functionConst]
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:67:9: style: Technically the member function 'LinkGraphOverlay::GetCompanyMask' can be const. [functionConst]
openttd-1.8.0/src/smallmap_gui.h:146:16: performance: Technically the member function 'SmallMapWindow::GetOverlayCompanyMask' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:102:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:102:15: note: Function in derived class
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:103:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:103:15: note: Function in derived class
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:104:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:104:15: note: Function in derived class
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:105:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:105:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.h:182:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.h:182:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.h:183:15: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.h:183:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.h:184:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.h:184:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.h:185:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.h:185:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.h:186:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.h:186:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.h:187:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.h:187:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.h:188:15: style: The function 'OnRightClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:629:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.h:188:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.h:189:15: style: The function 'OnMouseWheel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:670:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.h:189:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.h:190:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.h:190:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.h:191:15: style: The function 'OnScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:656:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.h:191:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.h:192:15: style: The function 'OnMouseOver' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:664:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.h:192:15: note: Function in derived class
openttd-1.8.0/src/company_cmd.cpp:212:65: performance: Function parameter 'cost' should be passed by const reference. [passedByValue]
openttd-1.8.0/src/company_cmd.cpp:241:43: performance: Function parameter 'cost' should be passed by const reference. [passedByValue]
openttd-1.8.0/src/company_cmd.cpp:252:67: performance: Function parameter 'cst' should be passed by const reference. [passedByValue]
openttd-1.8.0/src/company_gui.cpp:772:23: warning: Either the condition 'scheme>=LS_END' is redundant or the array '_livery_class[23]' is accessed at index 23, which is out of bounds. [arrayIndexOutOfBoundsCond]
openttd-1.8.0/src/company_gui.cpp:773:17: note: Assuming that condition 'scheme>=LS_END' is not redundant
openttd-1.8.0/src/company_gui.cpp:772:23: note: Array index out of bounds
openttd-1.8.0/src/company_gui.cpp:1066:12: style: The scope of the variable 'str' can be reduced. [variableScope]
openttd-1.8.0/src/company_gui.cpp:870:48: style: Function 'DrawCompanyManagerFace' argument 1 names different: declaration 'face' definition 'cmf'. [funcArgNamesDifferent]
openttd-1.8.0/src/company_manager_face.h:243:48: note: Function 'DrawCompanyManagerFace' argument 1 names different: declaration 'face' definition 'cmf'.
openttd-1.8.0/src/company_gui.cpp:870:48: note: Function 'DrawCompanyManagerFace' argument 1 names different: declaration 'face' definition 'cmf'.
openttd-1.8.0/src/company_gui.cpp:580:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:616:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:625:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:670:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:709:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:749:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:771:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:772:113: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:795:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:815:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:894:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:1608:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:1642:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:1696:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:1702:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/company_gui.cpp:600:9: performance: Variable 'square' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/company_gui.cpp:289:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:289:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:308:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:308:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:336:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:336:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:397:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:397:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:427:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:427:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:456:15: style: The function 'OnHundredthTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:686:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:456:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:531:7: style: The function 'Height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:33:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:531:7: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:536:7: style: The function 'Selectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:32:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:536:7: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:541:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:35:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:541:7: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:610:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:610:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:652:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:652:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:661:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:661:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:681:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:681:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:734:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:734:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:793:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:793:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:808:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:808:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:1124:15: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:1124:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:1147:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:1147:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:1206:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:1206:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:1267:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:1267:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:1356:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:1356:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:1465:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:1465:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:1623:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:1623:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:1632:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:1632:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:1755:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:1755:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:1858:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:1858:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2024:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2024:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2093:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2093:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2154:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2154:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2267:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2267:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2285:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2285:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2378:15: style: The function 'OnHundredthTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:686:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2378:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2384:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2384:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2392:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2392:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2397:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2397:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2426:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2426:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2485:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2485:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2501:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2501:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2511:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2511:15: note: Function in derived class
openttd-1.8.0/src/company_gui.cpp:2530:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/company_gui.cpp:2530:15: note: Function in derived class
openttd-1.8.0/src/fios.h:62:7: style: Technically the member function 'LoadCheckData::HasErrors' can be const. [functionConst]
openttd-1.8.0/src/fios.h:71:7: style: Technically the member function 'LoadCheckData::HasNewGrfs' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < FiosItem , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < unsigned int , CompanyProperties * > , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/console_gui.cpp:503:53: style: Function 'IConsoleGUIPrint' argument 2 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
openttd-1.8.0/src/console_internal.h:85:53: note: Function 'IConsoleGUIPrint' argument 2 names different: declaration 'string' definition 'str'.
openttd-1.8.0/src/console_gui.cpp:503:53: note: Function 'IConsoleGUIPrint' argument 2 names different: declaration 'string' definition 'str'.
openttd-1.8.0/src/console_gui.cpp:204:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:204:15: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:232:15: style: The function 'OnHundredthTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:686:15: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:232:15: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:241:15: style: The function 'OnMouseLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:676:15: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:241:15: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:246:21: style: The function 'OnKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:602:21: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:246:21: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:317:15: style: The function 'InsertTextString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:498:15: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:317:15: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:326:22: style: The function 'GetFocusedText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:347:22: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:326:22: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:331:22: style: The function 'GetCaret' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:348:22: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:331:22: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:336:22: style: The function 'GetMarkedText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:349:22: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:336:22: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:344:16: style: The function 'GetCaretPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:350:16: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:344:16: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:352:15: style: The function 'GetTextBoundingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:351:15: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:352:15: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:363:22: style: The function 'GetTextCharacterAtPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:352:22: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:363:22: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:372:15: style: The function 'OnMouseWheel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:670:15: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:372:15: note: Function in derived class
openttd-1.8.0/src/console_gui.cpp:377:15: style: The function 'OnFocusLost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:593:15: note: Virtual function in base class
openttd-1.8.0/src/console_gui.cpp:377:15: note: Function in derived class
openttd-1.8.0/src/fontcache.h:163:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fontcache.h:170:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/crashlog.cpp:321:51: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
openttd-1.8.0/src/crashlog.h:94:7: performance: Technically the member function 'CrashLog::WriteCrashLog' can be static. [functionStatic]
openttd-1.8.0/src/crashlog.cpp:351:16: note: Technically the member function 'CrashLog::WriteCrashLog' can be static.
openttd-1.8.0/src/crashlog.h:94:7: note: Technically the member function 'CrashLog::WriteCrashLog' can be static.
openttd-1.8.0/src/crashlog.h:106:7: performance: Technically the member function 'CrashLog::WriteSavegame' can be static. [functionStatic]
openttd-1.8.0/src/crashlog.cpp:379:16: note: Technically the member function 'CrashLog::WriteSavegame' can be static.
openttd-1.8.0/src/crashlog.h:106:7: note: Technically the member function 'CrashLog::WriteSavegame' can be static.
openttd-1.8.0/src/crashlog.h:107:7: performance: Technically the member function 'CrashLog::WriteScreenshot' can be static. [functionStatic]
openttd-1.8.0/src/crashlog.cpp:405:16: note: Technically the member function 'CrashLog::WriteScreenshot' can be static.
openttd-1.8.0/src/crashlog.h:107:7: note: Technically the member function 'CrashLog::WriteScreenshot' can be static.
openttd-1.8.0/src/fontcache.h:142:14: style: Technically the member function 'FontCache::HasParent' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < LanguageMetadata , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/date_gui.cpp:58:16: style: The function 'OnInitialPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:547:16: note: Virtual function in base class
openttd-1.8.0/src/date_gui.cpp:58:16: note: Function in derived class
openttd-1.8.0/src/date_gui.cpp:103:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/date_gui.cpp:103:15: note: Function in derived class
openttd-1.8.0/src/date_gui.cpp:132:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/date_gui.cpp:132:15: note: Function in derived class
openttd-1.8.0/src/date_gui.cpp:141:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/date_gui.cpp:141:15: note: Function in derived class
openttd-1.8.0/src/date_gui.cpp:157:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/date_gui.cpp:157:15: note: Function in derived class
openttd-1.8.0/src/debug.cpp:183:14: style: The scope of the variable 't' can be reduced. [variableScope]
openttd-1.8.0/src/depend/depend.cpp:530:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:701:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:755:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:895:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:1021:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:1022:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:1035:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:1036:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:1045:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:1046:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:1055:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:1060:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/depend/depend.cpp:165:9: style: Class 'File' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openttd-1.8.0/src/depend/depend.cpp:165:9: style: Class 'File' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openttd-1.8.0/src/depend/depend.cpp:268:9: style: Class 'Lexer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openttd-1.8.0/src/depend/depend.cpp:268:9: style: Class 'Lexer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openttd-1.8.0/src/depend/depend.cpp:163:2: style: Class 'File' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/depend/depend.cpp:250:2: style: Class 'Lexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/depot_base.h:29:2: warning: Member variable 'Depot::town' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/depot_base.h:29:2: warning: Member variable 'Depot::name' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/depot_base.h:29:2: warning: Member variable 'Depot::town_cn' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/depot_base.h:29:2: warning: Member variable 'Depot::build_date' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/order_backup.h:49:2: warning: Member variable 'OrderBackup::user' is not initialized in the constructor. [uninitMemberVarPrivate]
openttd-1.8.0/src/order_backup.h:49:2: warning: Member variable 'OrderBackup::tile' is not initialized in the constructor. [uninitMemberVarPrivate]
openttd-1.8.0/src/order_backup.h:49:2: warning: Member variable 'OrderBackup::group' is not initialized in the constructor. [uninitMemberVarPrivate]
openttd-1.8.0/src/order_backup.h:49:2: warning: Member variable 'OrderBackup::clone' is not initialized in the constructor. [uninitMemberVarPrivate]
openttd-1.8.0/src/order_backup.h:49:2: warning: Member variable 'OrderBackup::orders' is not initialized in the constructor. [uninitMemberVarPrivate]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const Vehicle * , 32 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const Vehicle * , 32 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const Vehicle * , 32 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const Vehicle * , 32 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/depot_base.h:29:2: style: Struct 'Depot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const Vehicle * , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Depot ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Depot ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/depot_gui.cpp:533:3: warning: Possible null pointer dereference: d [nullPointer]
openttd-1.8.0/src/depot_gui.cpp:1012:89: note: Calling function 'GetVehicleFromDepotWndPt', 4th argument 'd' value is 0
openttd-1.8.0/src/depot_gui.cpp:533:3: note: Null pointer dereference
openttd-1.8.0/src/depot_gui.cpp:1080:20: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/depot_gui.cpp:288:97: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openttd-1.8.0/src/depot_gui.cpp:1077:54: style: Function 'DepotSellAllConfirmationCallback' argument 1 names different: declaration 'w' definition 'win'. [funcArgNamesDifferent]
openttd-1.8.0/src/depot_gui.cpp:253:54: note: Function 'DepotSellAllConfirmationCallback' argument 1 names different: declaration 'w' definition 'win'.
openttd-1.8.0/src/depot_gui.cpp:1077:54: note: Function 'DepotSellAllConfirmationCallback' argument 1 names different: declaration 'w' definition 'win'.
openttd-1.8.0/src/depot_gui.cpp:219:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/ship.h:28:2: warning: Member variable 'Ship::state' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/depot_gui.cpp:269:2: warning: Member variable 'DepotWindow::count_width' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/depot_gui.cpp:269:2: warning: Member variable 'DepotWindow::header_width' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/depot_gui.cpp:269:2: warning: Member variable 'DepotWindow::flag_width' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/depot_gui.cpp:269:2: warning: Member variable 'DepotWindow::flag_height' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < OrderBackup ,unsigned char , 1 , 256 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < OrderBackup ,unsigned char , 1 , 256 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/ship.h:32:7: style: The function 'MarkDirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:364:15: note: Virtual function in base class
openttd-1.8.0/src/ship.h:32:7: note: Function in derived class
openttd-1.8.0/src/ship.h:33:7: style: The function 'UpdateDeltaXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:371:15: note: Virtual function in base class
openttd-1.8.0/src/ship.h:33:7: note: Function in derived class
openttd-1.8.0/src/ship.h:34:15: style: The function 'GetExpenseType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:424:23: note: Virtual function in base class
openttd-1.8.0/src/ship.h:34:15: note: Function in derived class
openttd-1.8.0/src/ship.h:35:7: style: The function 'PlayLeaveStationSound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:429:15: note: Virtual function in base class
openttd-1.8.0/src/ship.h:35:7: note: Function in derived class
openttd-1.8.0/src/ship.h:36:7: style: The function 'IsPrimaryVehicle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:434:15: note: Virtual function in base class
openttd-1.8.0/src/ship.h:36:7: note: Function in derived class
openttd-1.8.0/src/ship.h:37:7: style: The function 'GetImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:443:15: note: Virtual function in base class
openttd-1.8.0/src/ship.h:37:7: note: Function in derived class
openttd-1.8.0/src/ship.h:38:6: style: The function 'GetDisplaySpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:481:14: note: Virtual function in base class
openttd-1.8.0/src/ship.h:38:6: note: Function in derived class
openttd-1.8.0/src/ship.h:39:6: style: The function 'GetDisplayMaxSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:487:14: note: Virtual function in base class
openttd-1.8.0/src/ship.h:39:6: note: Function in derived class
openttd-1.8.0/src/ship.h:40:6: style: The function 'GetCurrentMaxSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:493:14: note: Virtual function in base class
openttd-1.8.0/src/ship.h:40:6: note: Function in derived class
openttd-1.8.0/src/ship.h:41:8: style: The function 'GetRunningCost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:499:16: note: Virtual function in base class
openttd-1.8.0/src/ship.h:41:8: note: Function in derived class
openttd-1.8.0/src/ship.h:42:7: style: The function 'IsInDepot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:505:15: note: Virtual function in base class
openttd-1.8.0/src/ship.h:42:7: note: Function in derived class
openttd-1.8.0/src/ship.h:43:7: style: The function 'Tick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:529:15: note: Virtual function in base class
openttd-1.8.0/src/ship.h:43:7: note: Function in derived class
openttd-1.8.0/src/ship.h:44:7: style: The function 'OnNewDay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:534:15: note: Virtual function in base class
openttd-1.8.0/src/ship.h:44:7: note: Function in derived class
openttd-1.8.0/src/ship.h:45:11: style: The function 'GetVehicleTrackdir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:555:19: note: Virtual function in base class
openttd-1.8.0/src/ship.h:45:11: note: Function in derived class
openttd-1.8.0/src/ship.h:46:12: style: The function 'GetOrderStationLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:741:20: note: Virtual function in base class
openttd-1.8.0/src/ship.h:46:12: note: Function in derived class
openttd-1.8.0/src/ship.h:47:7: style: The function 'FindClosestDepot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:751:15: note: Virtual function in base class
openttd-1.8.0/src/ship.h:47:7: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:367:7: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:367:7: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:425:7: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:425:7: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:653:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:653:15: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:704:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:704:15: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:709:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:709:15: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:761:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:761:15: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:840:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:840:15: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:848:15: style: The function 'OnRightClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:629:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:848:15: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:917:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:917:15: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:935:15: style: The function 'OnMouseDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:643:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:935:15: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:987:15: style: The function 'OnDragDrop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:650:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:987:15: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:1042:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:1042:15: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:1054:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:1054:15: note: Function in derived class
openttd-1.8.0/src/depot_gui.cpp:1065:21: style: The function 'OnCTRLStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:611:21: note: Virtual function in base class
openttd-1.8.0/src/depot_gui.cpp:1065:21: note: Function in derived class
openttd-1.8.0/src/disaster_vehicle.cpp:464:37: warning: Suspicious code: sign conversion of ? in calculation, even though ? can have a negative value [signConversion]
openttd-1.8.0/src/dock_gui.cpp:116:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:116:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:132:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:132:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:176:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:176:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:225:15: style: The function 'OnPlaceDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:758:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:225:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:230:15: style: The function 'OnPlaceMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:769:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:230:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:249:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:249:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:259:15: style: The function 'OnPlacePresize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:778:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:259:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:413:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:413:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:440:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:440:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:454:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:454:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:508:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:508:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:519:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:519:15: note: Function in derived class
openttd-1.8.0/src/dock_gui.cpp:534:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/dock_gui.cpp:534:15: note: Function in derived class
openttd-1.8.0/src/driver.cpp:193:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/driver.cpp:198:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/economy.cpp:207:0: style: Same expression used in consecutive assignments of 'min_income' and 'max_income'. [duplicateAssignExpression]
openttd-1.8.0/src/economy.cpp:208:0: note: Same expression used in consecutive assignments of 'min_income' and 'max_income'.
openttd-1.8.0/src/economy.cpp:207:0: note: Same expression used in consecutive assignments of 'min_income' and 'max_income'.
openttd-1.8.0/src/economy.cpp:259:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/economy.cpp:679:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/economy.cpp:683:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/economy.cpp:766:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/subsidy_base.h:36:2: warning: Member variable 'Subsidy::cargo_type' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/subsidy_base.h:36:2: warning: Member variable 'Subsidy::remaining' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/subsidy_base.h:36:2: warning: Member variable 'Subsidy::src_type' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/subsidy_base.h:36:2: warning: Member variable 'Subsidy::dst_type' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/subsidy_base.h:36:2: warning: Member variable 'Subsidy::src' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/subsidy_base.h:36:2: warning: Member variable 'Subsidy::dst' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/waypoint_base.h:25:2: warning: Member variable 'Waypoint::town_cn' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/economy.cpp:1168:15: warning: Member variable 'CargoPayment::owner' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/economy.cpp:1168:15: warning: Member variable 'CargoPayment::ct' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/linkgraph/refresh.h:70:3: warning: Member variable 'Hop::from' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/linkgraph/refresh.h:70:3: warning: Member variable 'Hop::to' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/linkgraph/refresh.h:70:3: warning: Member variable 'Hop::cargo' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/train.h:304:16: performance: Technically the member function 'Train::GetSlopeSteepness' can be static. [functionStatic]
openttd-1.8.0/src/train.h:333:14: performance: Technically the member function 'Train::HasToUseGetSlopePixelZ' can be static. [functionStatic]
openttd-1.8.0/src/economy.cpp:1357:7: style: Technically the member function 'IsEmptyAction::operator()' can be const. [functionConst]
openttd-1.8.0/src/signs_base.h:31:2: style: Struct 'Sign' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/waypoint_base.h:25:2: style: Struct 'Waypoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < Industry * , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_town.h:39:17: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_town.h:39:17: note: Function in derived class
openttd-1.8.0/src/newgrf_town.h:40:15: style: The function 'StorePSA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:301:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_town.h:40:15: note: Function in derived class
openttd-1.8.0/src/newgrf_town.h:49:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_town.h:49:31: note: Function in derived class
openttd-1.8.0/src/newgrf_industries.h:37:23: style: The function 'GetRandomBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:297:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_industries.h:37:23: note: Function in derived class
openttd-1.8.0/src/newgrf_industries.h:38:23: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_industries.h:38:23: note: Function in derived class
openttd-1.8.0/src/newgrf_industries.h:39:23: style: The function 'GetTriggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:298:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_industries.h:39:23: note: Function in derived class
openttd-1.8.0/src/newgrf_industries.h:40:21: style: The function 'StorePSA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:301:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_industries.h:40:21: note: Function in derived class
openttd-1.8.0/src/newgrf_industries.h:54:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_industries.h:54:31: note: Function in derived class
openttd-1.8.0/src/newgrf_industrytiles.h:35:23: style: The function 'GetRandomBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:297:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_industrytiles.h:35:23: note: Function in derived class
openttd-1.8.0/src/newgrf_industrytiles.h:36:23: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_industrytiles.h:36:23: note: Function in derived class
openttd-1.8.0/src/newgrf_industrytiles.h:37:23: style: The function 'GetTriggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:298:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_industrytiles.h:37:23: note: Function in derived class
openttd-1.8.0/src/newgrf_industrytiles.h:48:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_industrytiles.h:48:31: note: Function in derived class
openttd-1.8.0/src/newgrf_station.h:45:23: style: The function 'GetRandomBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:297:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_station.h:45:23: note: Function in derived class
openttd-1.8.0/src/newgrf_station.h:46:23: style: The function 'GetTriggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:298:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_station.h:46:23: note: Function in derived class
openttd-1.8.0/src/newgrf_station.h:48:23: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_station.h:48:23: note: Function in derived class
openttd-1.8.0/src/newgrf_station.h:62:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_station.h:62:31: note: Function in derived class
openttd-1.8.0/src/newgrf_station.h:79:35: style: The function 'ResolveReal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:360:29: note: Virtual function in base class
openttd-1.8.0/src/newgrf_station.h:79:35: note: Function in derived class
openttd-1.8.0/src/newgrf_airporttiles.h:41:23: style: The function 'GetRandomBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:297:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_airporttiles.h:41:23: note: Function in derived class
openttd-1.8.0/src/newgrf_airporttiles.h:42:23: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_airporttiles.h:42:23: note: Function in derived class
openttd-1.8.0/src/newgrf_airporttiles.h:52:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_airporttiles.h:52:31: note: Function in derived class
openttd-1.8.0/src/waypoint_base.h:28:7: style: The function 'UpdateVirtCoord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/base_station_base.h:111:15: note: Virtual function in base class
openttd-1.8.0/src/waypoint_base.h:28:7: note: Function in derived class
openttd-1.8.0/src/waypoint_base.h:30:28: style: The function 'TileBelongsToRailStation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/base_station_base.h:96:15: note: Virtual function in base class
openttd-1.8.0/src/waypoint_base.h:30:28: note: Function in derived class
openttd-1.8.0/src/waypoint_base.h:35:23: style: The function 'GetNewGRFVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/base_station_base.h:106:17: note: Virtual function in base class
openttd-1.8.0/src/waypoint_base.h:35:23: note: Function in derived class
openttd-1.8.0/src/waypoint_base.h:37:21: style: The function 'GetTileArea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/base_station_base.h:118:15: note: Virtual function in base class
openttd-1.8.0/src/waypoint_base.h:37:21: note: Function in derived class
openttd-1.8.0/src/waypoint_base.h:39:21: style: The function 'GetPlatformLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/base_station_base.h:136:15: note: Virtual function in base class
openttd-1.8.0/src/waypoint_base.h:39:21: note: Function in derived class
openttd-1.8.0/src/waypoint_base.h:44:21: style: The function 'GetPlatformLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/base_station_base.h:127:15: note: Virtual function in base class
openttd-1.8.0/src/waypoint_base.h:44:21: note: Function in derived class
openttd-1.8.0/src/effectvehicle_base.h:31:2: warning: Member variable 'EffectVehicle::animation_state' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/effectvehicle_base.h:31:2: warning: Member variable 'EffectVehicle::animation_substate' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/effectvehicle_base.h:35:7: style: The function 'UpdateDeltaXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:371:15: note: Virtual function in base class
openttd-1.8.0/src/effectvehicle_base.h:35:7: note: Function in derived class
openttd-1.8.0/src/effectvehicle_base.h:36:7: style: The function 'Tick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/vehicle_base.h:529:15: note: Virtual function in base class
openttd-1.8.0/src/effectvehicle_base.h:36:7: note: Function in derived class
openttd-1.8.0/src/elrail.cpp:132:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/elrail.cpp:315:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/elrail.cpp:423:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/elrail.cpp:472:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf_railtype.h:35:23: style: The function 'GetRandomBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:297:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_railtype.h:35:23: note: Function in derived class
openttd-1.8.0/src/newgrf_railtype.h:36:23: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_railtype.h:36:23: note: Function in derived class
openttd-1.8.0/src/newgrf_railtype.h:45:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_railtype.h:45:31: note: Function in derived class
openttd-1.8.0/src/newgrf_railtype.h:53:35: style: The function 'ResolveReal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:360:29: note: Virtual function in base class
openttd-1.8.0/src/newgrf_railtype.h:53:35: note: Function in derived class
openttd-1.8.0/src/engine.cpp:901:11: style: The scope of the variable 'v' can be reduced. [variableScope]
openttd-1.8.0/src/engine.cpp:491:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/engine.cpp:83:8: performance: Variable 'preview_company' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/engine_gui.cpp:70:2: warning: Member variable 'EnginePreviewWindow::vehicle_space' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/engine_gui.cpp:78:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/engine_gui.cpp:78:15: note: Function in derived class
openttd-1.8.0/src/engine_gui.cpp:105:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/engine_gui.cpp:105:15: note: Function in derived class
openttd-1.8.0/src/engine_gui.cpp:124:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/engine_gui.cpp:124:15: note: Function in derived class
openttd-1.8.0/src/engine_gui.cpp:136:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/engine_gui.cpp:136:15: note: Function in derived class
openttd-1.8.0/src/error_gui.cpp:359:20: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/error_gui.cpp:410:20: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/error_gui.cpp:178:2: warning: Member variable 'ErrmsgWindow::height_summary' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/error_gui.cpp:178:2: warning: Member variable 'ErrmsgWindow::height_detailed' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/error_gui.cpp:327:7: style: Technically the member function 'ErrmsgWindow::IsCritical' can be const. [functionConst]
openttd-1.8.0/src/error_gui.cpp:178:2: style: Struct 'ErrmsgWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/error.h:30:1: warning: The class 'ErrorMessageData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/error_gui.cpp:183:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/error_gui.cpp:183:15: note: Function in derived class
openttd-1.8.0/src/error_gui.cpp:211:16: style: The function 'OnInitialPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:547:16: note: Virtual function in base class
openttd-1.8.0/src/error_gui.cpp:211:16: note: Function in derived class
openttd-1.8.0/src/error_gui.cpp:247:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/error_gui.cpp:247:15: note: Function in derived class
openttd-1.8.0/src/error_gui.cpp:253:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/error_gui.cpp:253:15: note: Function in derived class
openttd-1.8.0/src/error_gui.cpp:258:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/error_gui.cpp:258:15: note: Function in derived class
openttd-1.8.0/src/error_gui.cpp:295:15: style: The function 'OnMouseLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:676:15: note: Virtual function in base class
openttd-1.8.0/src/error_gui.cpp:295:15: note: Function in derived class
openttd-1.8.0/src/error_gui.cpp:301:15: style: The function 'OnHundredthTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:686:15: note: Virtual function in base class
openttd-1.8.0/src/error_gui.cpp:301:15: note: Function in derived class
openttd-1.8.0/src/error_gui.cpp:316:21: style: The function 'OnKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:602:21: note: Virtual function in base class
openttd-1.8.0/src/error_gui.cpp:316:21: note: Function in derived class
openttd-1.8.0/src/fileio.cpp:755:80: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/fileio.cpp:974:13: style: Checking if unsigned variable 'read' is less than zero. This might be a false warning. [unsignedLessThanZero]
openttd-1.8.0/src/fileio.cpp:658:13: style: Variable 'fs' is not assigned a value. [unassignedVariable]
openttd-1.8.0/src/fileio.cpp:369:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fileio.cpp:397:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fileio.cpp:481:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fileio.cpp:498:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fileio.cpp:908:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fileio.cpp:946:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fileio.cpp:1187:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fileio.cpp:1437:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fileio.cpp:1446:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fios.cpp:361:17: style: The scope of the variable 'dirent' can be reduced. [variableScope]
openttd-1.8.0/src/fios.cpp:52:44: style: Function 'CompareFiosItems' argument 1 names different: declaration 'a' definition 'da'. [funcArgNamesDifferent]
openttd-1.8.0/src/fios.h:222:44: note: Function 'CompareFiosItems' argument 1 names different: declaration 'a' definition 'da'.
openttd-1.8.0/src/fios.cpp:52:44: note: Function 'CompareFiosItems' argument 1 names different: declaration 'a' definition 'da'.
openttd-1.8.0/src/fios.cpp:52:64: style: Function 'CompareFiosItems' argument 2 names different: declaration 'b' definition 'db'. [funcArgNamesDifferent]
openttd-1.8.0/src/fios.h:222:63: note: Function 'CompareFiosItems' argument 2 names different: declaration 'b' definition 'db'.
openttd-1.8.0/src/fios.cpp:52:64: note: Function 'CompareFiosItems' argument 2 names different: declaration 'b' definition 'db'.
openttd-1.8.0/src/fios.cpp:596:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fios.cpp:298:21: style: The function 'AddFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fileio_func.h:91:15: note: Virtual function in base class
openttd-1.8.0/src/fios.cpp:298:21: note: Function in derived class
openttd-1.8.0/src/fios_gui.cpp:60:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fios_gui.cpp:460:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fios_gui.cpp:342:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/fios_gui.cpp:342:15: note: Function in derived class
openttd-1.8.0/src/fios_gui.cpp:481:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/fios_gui.cpp:481:15: note: Function in derived class
openttd-1.8.0/src/fios_gui.cpp:503:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/fios_gui.cpp:503:15: note: Function in derived class
openttd-1.8.0/src/fios_gui.cpp:514:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/fios_gui.cpp:514:15: note: Function in derived class
openttd-1.8.0/src/fios_gui.cpp:644:21: style: The function 'OnKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:602:21: note: Virtual function in base class
openttd-1.8.0/src/fios_gui.cpp:644:21: note: Function in derived class
openttd-1.8.0/src/fios_gui.cpp:654:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/fios_gui.cpp:654:15: note: Function in derived class
openttd-1.8.0/src/fios_gui.cpp:681:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/fios_gui.cpp:681:15: note: Function in derived class
openttd-1.8.0/src/fios_gui.cpp:691:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/fios_gui.cpp:691:15: note: Function in derived class
openttd-1.8.0/src/fios_gui.cpp:348:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/fontcache.cpp:645:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/fontcache.cpp:662:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const ParagraphLayouter :: Line * , 4 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const ParagraphLayouter :: Line * , 4 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const ParagraphLayouter :: Line * , 4 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const ParagraphLayouter :: Line * , 4 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/fontcache.cpp:76:2: style: Class 'SpriteFontCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < int , Font * > , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < TextColour , Font * > , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const ParagraphLayouter :: Line * , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/fontcache.cpp:78:19: style: The function 'GetUnicodeGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fontcache.h:72:19: note: Virtual function in base class
openttd-1.8.0/src/fontcache.cpp:78:19: note: Function in derived class
openttd-1.8.0/src/fontcache.cpp:79:15: style: The function 'SetUnicodeGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fontcache.h:79:15: note: Virtual function in base class
openttd-1.8.0/src/fontcache.cpp:79:15: note: Function in derived class
openttd-1.8.0/src/fontcache.cpp:80:15: style: The function 'InitializeUnicodeGlyphMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fontcache.h:82:15: note: Virtual function in base class
openttd-1.8.0/src/fontcache.cpp:80:15: note: Function in derived class
openttd-1.8.0/src/fontcache.cpp:81:15: style: The function 'ClearFontCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fontcache.h:85:15: note: Virtual function in base class
openttd-1.8.0/src/fontcache.cpp:81:15: note: Function in derived class
openttd-1.8.0/src/fontcache.cpp:82:24: style: The function 'GetGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fontcache.h:92:24: note: Virtual function in base class
openttd-1.8.0/src/fontcache.cpp:82:24: note: Function in derived class
openttd-1.8.0/src/fontcache.cpp:83:15: style: The function 'GetGlyphWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fontcache.h:99:15: note: Virtual function in base class
openttd-1.8.0/src/fontcache.cpp:83:15: note: Function in derived class
openttd-1.8.0/src/fontcache.cpp:84:14: style: The function 'GetHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fontcache.h:47:14: note: Virtual function in base class
openttd-1.8.0/src/fontcache.cpp:84:14: note: Function in derived class
openttd-1.8.0/src/fontcache.cpp:85:15: style: The function 'GetDrawGlyphShadow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fontcache.h:105:15: note: Virtual function in base class
openttd-1.8.0/src/fontcache.cpp:85:15: note: Function in derived class
openttd-1.8.0/src/fontcache.cpp:86:18: style: The function 'MapCharToGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fontcache.h:112:18: note: Virtual function in base class
openttd-1.8.0/src/fontcache.cpp:86:18: note: Function in derived class
openttd-1.8.0/src/fontcache.cpp:87:22: style: The function 'GetFontTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fontcache.h:120:22: note: Virtual function in base class
openttd-1.8.0/src/fontcache.cpp:87:22: note: Function in derived class
openttd-1.8.0/src/fontcache.cpp:88:22: style: The function 'GetFontName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fontcache.h:126:22: note: Virtual function in base class
openttd-1.8.0/src/fontcache.cpp:88:22: note: Function in derived class
openttd-1.8.0/src/game/game_config.cpp:44:15: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/game/game_info.cpp:60:19: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel_class.hpp:35:0: performance: Technically the member function 'DefSQClass < GameInfo , ST_GS >::DefSQMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:45:0: performance: Technically the member function 'DefSQClass < GameInfo , ST_GS >::DefSQAdvancedMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:58:0: performance: Technically the member function 'DefSQClass < GameInfo , ST_GS >::DefSQMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:68:0: performance: Technically the member function 'DefSQClass < GameInfo , ST_GS >::DefSQStaticMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:78:0: performance: Technically the member function 'DefSQClass < GameInfo , ST_GS >::DefSQAdvancedStaticMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:91:0: performance: Technically the member function 'DefSQClass < GameInfo , ST_GS >::DefSQStaticMethod' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:98:0: performance: Technically the member function 'DefSQClass < GameInfo , ST_GS >::DefSQConst' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:114:0: performance: Technically the member function 'DefSQClass < GameInfo , ST_GS >::AddConstructor' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:120:0: performance: Technically the member function 'DefSQClass < GameInfo , ST_GS >::AddSQAdvancedConstructor' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:126:0: performance: Technically the member function 'DefSQClass < GameInfo , ST_GS >::PostRegister' can be static. [functionStatic]
openttd-1.8.0/src/script/squirrel_class.hpp:27:0: style: Class 'DefSQClass < GameInfo , ST_GS >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/game/game_scanner.cpp:72:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/game/game_text.cpp:285:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/strgen/strgen.h:50:2: style: Struct 'StringData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/game/game_text.cpp:173:2: style: Struct 'TranslationWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/game/game_text.cpp:209:2: style: Struct 'StringNameWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < LanguageStrings * , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/game/game_text.cpp:154:22: style: The function 'ReadLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:78:16: note: Virtual function in base class
openttd-1.8.0/src/game/game_text.cpp:154:22: note: Function in derived class
openttd-1.8.0/src/game/game_text.cpp:177:7: style: The function 'WriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:120:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_text.cpp:177:7: note: Function in derived class
openttd-1.8.0/src/game/game_text.cpp:182:7: style: The function 'Finalise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:132:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_text.cpp:182:7: note: Function in derived class
openttd-1.8.0/src/game/game_text.cpp:187:7: style: The function 'WriteLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:137:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_text.cpp:187:7: note: Function in derived class
openttd-1.8.0/src/game/game_text.cpp:192:7: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:127:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_text.cpp:192:7: note: Function in derived class
openttd-1.8.0/src/game/game_text.cpp:213:7: style: The function 'WriteStringID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:99:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_text.cpp:213:7: note: Function in derived class
openttd-1.8.0/src/game/game_text.cpp:218:7: style: The function 'Finalise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:105:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_text.cpp:218:7: note: Function in derived class
openttd-1.8.0/src/game/game_text.cpp:245:21: style: The function 'AddFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fileio_func.h:91:15: note: Virtual function in base class
openttd-1.8.0/src/game/game_text.cpp:245:21: note: Function in derived class
openttd-1.8.0/src/gamelog.cpp:679:18: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/gamelog.cpp:694:40: style: Function 'GamelogGRFUpdate' argument 1 names different: declaration 'oldg' definition 'oldc'. [funcArgNamesDifferent]
openttd-1.8.0/src/gamelog.h:54:40: note: Function 'GamelogGRFUpdate' argument 1 names different: declaration 'oldg' definition 'oldc'.
openttd-1.8.0/src/gamelog.cpp:694:40: note: Function 'GamelogGRFUpdate' argument 1 names different: declaration 'oldg' definition 'oldc'.
openttd-1.8.0/src/gamelog.cpp:694:63: style: Function 'GamelogGRFUpdate' argument 2 names different: declaration 'newg' definition 'newc'. [funcArgNamesDifferent]
openttd-1.8.0/src/gamelog.h:54:63: note: Function 'GamelogGRFUpdate' argument 2 names different: declaration 'newg' definition 'newc'.
openttd-1.8.0/src/gamelog.cpp:694:63: note: Function 'GamelogGRFUpdate' argument 2 names different: declaration 'newg' definition 'newc'.
openttd-1.8.0/src/gamelog.cpp:156:2: style: Struct 'GRFPresence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < unsigned int , GRFPresence > , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/genworld_gui.cpp:916:115: style: Checking if unsigned variable '_settings_newgame.game_creation.se_flat_world_height' is less than zero. This might be a false warning. [unsignedLessThanZero]
openttd-1.8.0/src/genworld_gui.cpp:885:2: warning: Member variable 'CreateScenarioWindow::widget_id' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/genworld_gui.cpp:335:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:335:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:396:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:396:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:443:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:443:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:521:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:521:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:531:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:531:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:706:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:706:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:717:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:717:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:761:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:761:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:891:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:891:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:912:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:912:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:927:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:927:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:953:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:953:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:1018:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:1018:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:1029:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:1029:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:1038:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:1038:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:1190:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:1190:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:1205:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:1205:15: note: Function in derived class
openttd-1.8.0/src/genworld_gui.cpp:1226:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/genworld_gui.cpp:1226:15: note: Function in derived class
openttd-1.8.0/src/gfx.cpp:379:21: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/gfx.cpp:426:20: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/gfx.cpp:246:22: style: Function 'GfxDrawLine' argument 1 names different: declaration 'left' definition 'x'. [funcArgNamesDifferent]
openttd-1.8.0/src/gfx_func.h:122:22: note: Function 'GfxDrawLine' argument 1 names different: declaration 'left' definition 'x'.
openttd-1.8.0/src/gfx.cpp:246:22: note: Function 'GfxDrawLine' argument 1 names different: declaration 'left' definition 'x'.
openttd-1.8.0/src/gfx.cpp:246:29: style: Function 'GfxDrawLine' argument 2 names different: declaration 'top' definition 'y'. [funcArgNamesDifferent]
openttd-1.8.0/src/gfx_func.h:122:32: note: Function 'GfxDrawLine' argument 2 names different: declaration 'top' definition 'y'.
openttd-1.8.0/src/gfx.cpp:246:29: note: Function 'GfxDrawLine' argument 2 names different: declaration 'top' definition 'y'.
openttd-1.8.0/src/gfx.cpp:246:36: style: Function 'GfxDrawLine' argument 3 names different: declaration 'right' definition 'x2'. [funcArgNamesDifferent]
openttd-1.8.0/src/gfx_func.h:122:41: note: Function 'GfxDrawLine' argument 3 names different: declaration 'right' definition 'x2'.
openttd-1.8.0/src/gfx.cpp:246:36: note: Function 'GfxDrawLine' argument 3 names different: declaration 'right' definition 'x2'.
openttd-1.8.0/src/gfx.cpp:246:44: style: Function 'GfxDrawLine' argument 4 names different: declaration 'bottom' definition 'y2'. [funcArgNamesDifferent]
openttd-1.8.0/src/gfx_func.h:122:52: note: Function 'GfxDrawLine' argument 4 names different: declaration 'bottom' definition 'y2'.
openttd-1.8.0/src/gfx.cpp:246:44: note: Function 'GfxDrawLine' argument 4 names different: declaration 'bottom' definition 'y2'.
openttd-1.8.0/src/gfx.cpp:1617:30: style: Function 'SetMouseCursor' argument 1 names different: declaration 'cursor' definition 'sprite'. [funcArgNamesDifferent]
openttd-1.8.0/src/gfx_func.h:161:30: note: Function 'SetMouseCursor' argument 1 names different: declaration 'cursor' definition 'sprite'.
openttd-1.8.0/src/gfx.cpp:1617:30: note: Function 'SetMouseCursor' argument 1 names different: declaration 'cursor' definition 'sprite'.
openttd-1.8.0/src/gfx.cpp:1688:26: style: Function 'ChangeResInGame' argument 1 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
openttd-1.8.0/src/gfx_func.h:165:26: note: Function 'ChangeResInGame' argument 1 names different: declaration 'w' definition 'width'.
openttd-1.8.0/src/gfx.cpp:1688:26: note: Function 'ChangeResInGame' argument 1 names different: declaration 'w' definition 'width'.
openttd-1.8.0/src/gfx.cpp:1688:37: style: Function 'ChangeResInGame' argument 2 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
openttd-1.8.0/src/gfx_func.h:165:33: note: Function 'ChangeResInGame' argument 2 names different: declaration 'h' definition 'height'.
openttd-1.8.0/src/gfx.cpp:1688:37: note: Function 'ChangeResInGame' argument 2 names different: declaration 'h' definition 'height'.
openttd-1.8.0/src/gfx.cpp:1132:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < unsigned int , 256 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/gfx_layout.cpp:290:99: style: Function 'FallbackVisualRun' argument 3 names different: declaration 'glyph_count' definition 'char_count'. [funcArgNamesDifferent]
openttd-1.8.0/src/gfx_layout.cpp:253:57: note: Function 'FallbackVisualRun' argument 3 names different: declaration 'glyph_count' definition 'char_count'.
openttd-1.8.0/src/gfx_layout.cpp:290:99: note: Function 'FallbackVisualRun' argument 3 names different: declaration 'glyph_count' definition 'char_count'.
openttd-1.8.0/src/gfx_layout.cpp:469:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/gfx_layout.cpp:488:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < FallbackVisualRun * , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/gfx_layout.cpp:279:7: style: The function 'Reflow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:279:7: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:280:33: style: The function 'NextLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:131:22: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:280:33: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:255:15: style: The function 'GetFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:111:23: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:255:15: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:256:7: style: The function 'GetGlyphCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:112:15: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:256:7: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:257:18: style: The function 'GetGlyphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:113:26: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:257:18: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:258:16: style: The function 'GetPositions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:114:24: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:258:16: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:259:7: style: The function 'GetLeading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:115:15: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:259:7: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:260:14: style: The function 'GetGlyphToCharMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:116:22: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:260:14: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:266:7: style: The function 'GetLeading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:123:15: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:266:7: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:267:7: style: The function 'GetWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:124:15: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:267:7: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:268:7: style: The function 'CountRuns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:125:15: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:268:7: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:269:39: style: The function 'GetVisualRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:126:28: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:269:39: note: Function in derived class
openttd-1.8.0/src/gfx_layout.cpp:271:7: style: The function 'GetInternalCharLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/gfx_layout.h:127:15: note: Virtual function in base class
openttd-1.8.0/src/gfx_layout.cpp:271:7: note: Function in derived class
openttd-1.8.0/src/base_media_func.h:67:30: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
openttd-1.8.0/src/ini_type.h:89:2: style: Struct 'IniFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/ini_type.h:93:16: style: The function 'OpenFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/ini_type.h:76:16: note: Virtual function in base class
openttd-1.8.0/src/ini_type.h:93:16: note: Function in derived class
openttd-1.8.0/src/ini_type.h:94:15: style: The function 'ReportFileError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/ini_type.h:84:15: note: Virtual function in base class
openttd-1.8.0/src/ini_type.h:94:15: note: Function in derived class
openttd-1.8.0/src/goal_gui.cpp:158:7: style: Technically the member function 'GoalListWindow::CountLines' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Goal ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < StoryPageElement ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < StoryPage ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Goal ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < StoryPageElement ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < StoryPage ,unsigned short , 64 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/goal_gui.cpp:53:21: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/goal_gui.cpp:53:21: note: Function in derived class
openttd-1.8.0/src/goal_gui.cpp:65:21: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/goal_gui.cpp:65:21: note: Function in derived class
openttd-1.8.0/src/goal_gui.cpp:180:21: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/goal_gui.cpp:180:21: note: Function in derived class
openttd-1.8.0/src/goal_gui.cpp:275:21: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/goal_gui.cpp:275:21: note: Function in derived class
openttd-1.8.0/src/goal_gui.cpp:302:21: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/goal_gui.cpp:302:21: note: Function in derived class
openttd-1.8.0/src/goal_gui.cpp:312:21: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/goal_gui.cpp:312:21: note: Function in derived class
openttd-1.8.0/src/goal_gui.cpp:391:21: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/goal_gui.cpp:391:21: note: Function in derived class
openttd-1.8.0/src/goal_gui.cpp:412:21: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/goal_gui.cpp:412:21: note: Function in derived class
openttd-1.8.0/src/goal_gui.cpp:432:21: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/goal_gui.cpp:432:21: note: Function in derived class
openttd-1.8.0/src/goal_gui.cpp:440:21: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/goal_gui.cpp:440:21: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:52:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/graph_gui.cpp:567:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/graph_gui.cpp:596:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/graph_gui.cpp:1411:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/graph_gui.cpp:1495:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/graph_gui.cpp:470:2: warning: Member variable 'BaseGraphWindow::excluded_data' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/graph_gui.cpp:470:2: warning: Member variable 'BaseGraphWindow::num_dataset' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/graph_gui.cpp:470:2: warning: Member variable 'BaseGraphWindow::num_on_x_axis' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/graph_gui.cpp:470:2: warning: Member variable 'BaseGraphWindow::month' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/graph_gui.cpp:470:2: warning: Member variable 'BaseGraphWindow::year' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/graph_gui.cpp:470:2: warning: Member variable 'BaseGraphWindow::x_values_start' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/graph_gui.cpp:470:2: warning: Member variable 'BaseGraphWindow::x_values_increment' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/graph_gui.cpp:470:2: warning: Member variable 'BaseGraphWindow::colours' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/graph_gui.cpp:1160:2: warning: Member variable 'CompanyLeagueWindow::ordinal_width' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/graph_gui.cpp:1160:2: warning: Member variable 'CompanyLeagueWindow::text_width' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/graph_gui.cpp:1160:2: warning: Member variable 'CompanyLeagueWindow::icon_width' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/graph_gui.cpp:1160:2: warning: Member variable 'CompanyLeagueWindow::line_height' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const Company * , 32 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const Company * , 32 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const Company * , 32 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const Company * , 32 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const Company * , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/graph_gui.cpp:59:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:59:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:77:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:77:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:96:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:96:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:488:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:488:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:524:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:524:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:536:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:536:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:542:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:542:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:552:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:552:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:624:28: style: The function 'GetGraphData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/graph_gui.cpp:531:28: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:624:28: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:675:28: style: The function 'GetGraphData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/graph_gui.cpp:531:28: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:675:28: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:724:28: style: The function 'GetGraphData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/graph_gui.cpp:531:28: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:724:28: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:773:28: style: The function 'GetGraphData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/graph_gui.cpp:531:28: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:773:28: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:778:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/graph_gui.cpp:536:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:778:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:829:28: style: The function 'GetGraphData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/graph_gui.cpp:531:28: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:829:28: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:891:15: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:891:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:922:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/graph_gui.cpp:488:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:922:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:938:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/graph_gui.cpp:524:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:938:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:964:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/graph_gui.cpp:536:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:964:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1001:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/graph_gui.cpp:542:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1001:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1011:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/graph_gui.cpp:552:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1011:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1017:15: style: The function 'OnHundredthTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:686:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1017:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1167:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1167:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1175:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1175:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1203:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1203:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1242:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1242:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1254:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1254:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1324:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1324:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1382:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1382:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1461:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1461:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1475:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1475:15: note: Function in derived class
openttd-1.8.0/src/graph_gui.cpp:1491:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/graph_gui.cpp:1491:15: note: Function in derived class
openttd-1.8.0/src/group_cmd.cpp:644:40: style: Function 'SetTrainGroupID' argument 2 names different: declaration 'grp' definition 'new_g'. [funcArgNamesDifferent]
openttd-1.8.0/src/group.h:102:40: note: Function 'SetTrainGroupID' argument 2 names different: declaration 'grp' definition 'new_g'.
openttd-1.8.0/src/group_cmd.cpp:644:40: note: Function 'SetTrainGroupID' argument 2 names different: declaration 'grp' definition 'new_g'.
openttd-1.8.0/src/group_cmd.cpp:108:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/group_cmd.cpp:190:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/group_cmd.cpp:216:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/group_cmd.cpp:34:18: warning: Member variable 'GroupStatistics::num_vehicle' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/group_cmd.cpp:34:18: warning: Member variable 'GroupStatistics::autoreplace_defined' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/group_cmd.cpp:34:18: warning: Member variable 'GroupStatistics::autoreplace_finished' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/group_cmd.cpp:34:18: warning: Member variable 'GroupStatistics::num_profit_vehicle' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/group_cmd.cpp:259:8: warning: Member variable 'Group::name' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/group_cmd.cpp:259:8: warning: Member variable 'Group::vehicle_type' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/group_cmd.cpp:259:8: warning: Member variable 'Group::replace_protection' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/group_cmd.cpp:259:8: warning: Member variable 'Group::parent' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/group_cmd.cpp:261:8: performance: Variable 'owner' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/group_gui.cpp:621:28: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/group_gui.cpp:976:9: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/group_gui.cpp:929:7: style: Technically the member function 'VehicleGroupWindow::UnselectVehicle' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const Group * , 32 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const Group * , 32 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const Group * , 32 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const Group * , 32 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < int , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const Group * , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/group_gui.cpp:359:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:359:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:423:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:423:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:447:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:447:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:474:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:474:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:528:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:528:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:627:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:627:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:801:15: style: The function 'OnDragDrop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:650:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:801:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:809:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:809:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:815:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:815:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:821:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:821:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:861:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:861:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:869:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:869:15: note: Function in derived class
openttd-1.8.0/src/group_gui.cpp:878:15: style: The function 'OnMouseDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:643:15: note: Virtual function in base class
openttd-1.8.0/src/group_gui.cpp:878:15: note: Function in derived class
openttd-1.8.0/src/heightmap.cpp:184:8: style: The scope of the variable 'i' can be reduced. [variableScope]
openttd-1.8.0/src/heightmap.cpp:185:8: style: The scope of the variable 'all_gray' can be reduced. [variableScope]
openttd-1.8.0/src/highscore.cpp:68:53: warning: Division by result of sizeof(). memmove() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
openttd-1.8.0/src/highscore_gui.cpp:231:46: style: Function 'ShowHighscoreTable' argument 2 names different: declaration 'rank' definition 'ranking'. [funcArgNamesDifferent]
openttd-1.8.0/src/highscore.h:37:58: note: Function 'ShowHighscoreTable' argument 2 names different: declaration 'rank' definition 'ranking'.
openttd-1.8.0/src/highscore_gui.cpp:231:46: note: Function 'ShowHighscoreTable' argument 2 names different: declaration 'rank' definition 'ranking'.
openttd-1.8.0/src/highscore_gui.cpp:60:8: performance: Technically the member function 'EndGameHighScoreBaseWindow::GetTopLeft' can be static. [functionStatic]
openttd-1.8.0/src/highscore_gui.cpp:34:2: style: Struct 'EndGameHighScoreBaseWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/highscore_gui.cpp:97:2: style: Struct 'EndGameWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/highscore_gui.cpp:66:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/highscore_gui.cpp:66:15: note: Function in derived class
openttd-1.8.0/src/highscore_gui.cpp:71:21: style: The function 'OnKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:602:21: note: Virtual function in base class
openttd-1.8.0/src/highscore_gui.cpp:71:21: note: Function in derived class
openttd-1.8.0/src/highscore_gui.cpp:132:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/highscore_gui.cpp:132:15: note: Function in derived class
openttd-1.8.0/src/highscore_gui.cpp:180:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/highscore_gui.cpp:180:15: note: Function in derived class
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < HotkeyList * , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < ClearedObjectArea , 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/industry_cmd.cpp:483:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/industry_gui.cpp:928:49: style: Checking if unsigned variable 'i->production_rate[line-IL_RATE1]' is less than zero. This might be a false warning. [unsignedLessThanZero]
openttd-1.8.0/src/industry_gui.cpp:2405:4: style: Variable 'supp_count' is modified but its new value is never used. [unreadVariable]
openttd-1.8.0/src/industry_gui.cpp:2409:4: style: Variable 'cust_count' is modified but its new value is never used. [unreadVariable]
openttd-1.8.0/src/industry_gui.cpp:2474:4: style: Variable 'supp_count' is modified but its new value is never used. [unreadVariable]
openttd-1.8.0/src/industry_gui.cpp:2478:4: style: Variable 'cust_count' is modified but its new value is never used. [unreadVariable]
openttd-1.8.0/src/industry_gui.cpp:1250:11: performance: Technically the member function 'IndustryDirectoryWindow::GetIndustryString' can be static. [functionStatic]
openttd-1.8.0/src/industry_gui.cpp:1615:7: style: Technically the member function 'CargoesField::HasConnection' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const Industry * , 32 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const Industry * , 32 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const Industry * , 32 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const Industry * , 32 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/industry_gui.cpp:2107:2: style: Struct 'IndustryCargoesWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < CargoesRow , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const Industry * , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/industry_gui.cpp:331:15: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:331:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:336:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:336:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:408:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:408:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:425:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:425:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:532:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:532:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:586:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:586:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:592:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:592:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:625:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:625:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:649:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:649:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:654:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:654:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:664:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:664:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:732:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:732:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:869:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:869:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:874:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:874:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:879:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:879:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:984:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:984:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:991:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:991:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1001:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1001:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1027:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1027:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1039:15: style: The function 'IsNewGRFInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:786:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1039:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1044:15: style: The function 'ShowNewGRFInspectWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:794:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1044:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1302:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1302:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1307:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1307:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1332:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1332:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1370:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1370:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1396:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1396:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1404:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1404:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1409:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1409:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1415:15: style: The function 'OnHundredthTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:686:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1415:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:1426:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:1426:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:2116:15: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:2116:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:2157:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:2157:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:2176:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:2176:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:2495:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:2495:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:2510:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:2510:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:2598:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:2598:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:2676:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:2676:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:2691:15: style: The function 'OnHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:636:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:2691:15: note: Function in derived class
openttd-1.8.0/src/industry_gui.cpp:2730:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/industry_gui.cpp:2730:15: note: Function in derived class
openttd-1.8.0/src/intro_gui.cpp:40:2: style: Struct 'SelectGameWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/intro_gui.cpp:52:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/intro_gui.cpp:52:15: note: Function in derived class
openttd-1.8.0/src/intro_gui.cpp:61:15: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/intro_gui.cpp:61:15: note: Function in derived class
openttd-1.8.0/src/intro_gui.cpp:70:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/intro_gui.cpp:70:15: note: Function in derived class
openttd-1.8.0/src/intro_gui.cpp:85:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/intro_gui.cpp:85:15: note: Function in derived class
openttd-1.8.0/src/intro_gui.cpp:114:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/intro_gui.cpp:114:15: note: Function in derived class
openttd-1.8.0/src/landscape.cpp:674:39: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/landscape.cpp:983:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/landscape.cpp:1040:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/landscape.cpp:1136:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/landscape.cpp:1154:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/linkgraph/demands.cpp:131:60: style: Function 'SetDemands' argument 2 names different: declaration 'from' definition 'from_id'. [funcArgNamesDifferent]
openttd-1.8.0/src/linkgraph/demands.cpp:75:44: note: Function 'SetDemands' argument 2 names different: declaration 'from' definition 'from_id'.
openttd-1.8.0/src/linkgraph/demands.cpp:131:60: note: Function 'SetDemands' argument 2 names different: declaration 'from' definition 'from_id'.
openttd-1.8.0/src/linkgraph/demands.cpp:131:76: style: Function 'SetDemands' argument 3 names different: declaration 'to' definition 'to_id'. [funcArgNamesDifferent]
openttd-1.8.0/src/linkgraph/demands.cpp:75:57: note: Function 'SetDemands' argument 3 names different: declaration 'to' definition 'to_id'.
openttd-1.8.0/src/linkgraph/demands.cpp:131:76: note: Function 'SetDemands' argument 3 names different: declaration 'to' definition 'to_id'.
openttd-1.8.0/src/linkgraph/demands.cpp:154:58: style: Function 'SetDemands' argument 2 names different: declaration 'from' definition 'from_id'. [funcArgNamesDifferent]
openttd-1.8.0/src/linkgraph/demands.cpp:16:44: note: Function 'SetDemands' argument 2 names different: declaration 'from' definition 'from_id'.
openttd-1.8.0/src/linkgraph/demands.cpp:154:58: note: Function 'SetDemands' argument 2 names different: declaration 'from' definition 'from_id'.
openttd-1.8.0/src/linkgraph/demands.cpp:154:74: style: Function 'SetDemands' argument 3 names different: declaration 'to' definition 'to_id'. [funcArgNamesDifferent]
openttd-1.8.0/src/linkgraph/demands.cpp:16:57: note: Function 'SetDemands' argument 3 names different: declaration 'to' definition 'to_id'.
openttd-1.8.0/src/linkgraph/demands.cpp:154:74: note: Function 'SetDemands' argument 3 names different: declaration 'to' definition 'to_id'.
openttd-1.8.0/src/linkgraph/demands.cpp:16:7: performance: Technically the member function 'Scaler::SetDemands' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/demands.cpp:154:21: note: Technically the member function 'Scaler::SetDemands' can be static.
openttd-1.8.0/src/linkgraph/demands.cpp:16:7: note: Technically the member function 'Scaler::SetDemands' can be static.
openttd-1.8.0/src/linkgraph/demands.cpp:70:14: performance: Technically the member function 'SymmetricScaler::HasDemandLeft' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/demands.cpp:92:14: performance: Technically the member function 'AsymmetricScaler::AddNode' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/demands.cpp:100:14: performance: Technically the member function 'AsymmetricScaler::SetDemandPerNode' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/demands.cpp:109:14: performance: Technically the member function 'AsymmetricScaler::EffectiveSupply' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/demands.cpp:120:14: performance: Technically the member function 'AsymmetricScaler::HasDemandLeft' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/linkgraph.h:249:0: style: Technically the member function 'BaseEdgeIterator < const LinkGraph :: BaseEdge , Edge , EdgeIterator >::operator==' can be const. [functionConst]
openttd-1.8.0/src/linkgraph/linkgraph.h:262:0: style: Technically the member function 'BaseEdgeIterator < const LinkGraph :: BaseEdge , Edge , EdgeIterator >::operator!=' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < LinkGraphJob ,unsigned short , 32 , 65535 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/linkgraph/linkgraphjob.h:272:2: style: Class 'LinkGraphJob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/demands.h:14:2: style: Class 'DemandCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/demands.cpp:29:2: style: Class 'SymmetricScaler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < LinkGraphJob ,unsigned short , 32 , 65535 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < NodeAnnotation , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/demands.h:35:15: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/linkgraph/linkgraphschedule.h:35:15: note: Virtual function in base class
openttd-1.8.0/src/linkgraph/demands.h:35:15: note: Function in derived class
openttd-1.8.0/src/linkgraph/flowmapper.h:32:2: style: Class 'FlowMapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/flowmapper.h:33:15: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/linkgraph/linkgraphschedule.h:35:15: note: Virtual function in base class
openttd-1.8.0/src/linkgraph/flowmapper.h:33:15: note: Function in derived class
openttd-1.8.0/src/linkgraph/linkgraph_gui.cpp:141:48: style: Function 'AddLinks' argument 1 names different: declaration 'sta' definition 'from'. [funcArgNamesDifferent]
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:80:31: note: Function 'AddLinks' argument 1 names different: declaration 'sta' definition 'from'.
openttd-1.8.0/src/linkgraph/linkgraph_gui.cpp:141:48: note: Function 'AddLinks' argument 1 names different: declaration 'sta' definition 'from'.
openttd-1.8.0/src/linkgraph/linkgraph_gui.cpp:141:69: style: Function 'AddLinks' argument 2 names different: declaration 'stb' definition 'to'. [funcArgNamesDifferent]
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:80:51: note: Function 'AddLinks' argument 2 names different: declaration 'stb' definition 'to'.
openttd-1.8.0/src/linkgraph/linkgraph_gui.cpp:141:69: note: Function 'AddLinks' argument 2 names different: declaration 'stb' definition 'to'.
openttd-1.8.0/src/linkgraph/linkgraph_gui.cpp:171:79: style: Function 'AddStats' argument 3 names different: declaration 'new_flow' definition 'new_plan'. [funcArgNamesDifferent]
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:88:56: note: Function 'AddStats' argument 3 names different: declaration 'new_flow' definition 'new_plan'.
openttd-1.8.0/src/linkgraph/linkgraph_gui.cpp:171:79: note: Function 'AddStats' argument 3 names different: declaration 'new_flow' definition 'new_plan'.
openttd-1.8.0/src/linkgraph/linkgraph_gui.cpp:569:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:84:7: performance: Technically the member function 'LinkGraphOverlay::IsLinkVisible' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/linkgraph_gui.cpp:126:31: note: Technically the member function 'LinkGraphOverlay::IsLinkVisible' can be static.
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:84:7: note: Technically the member function 'LinkGraphOverlay::IsLinkVisible' can be static.
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:85:7: performance: Technically the member function 'LinkGraphOverlay::IsPointVisible' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/linkgraph_gui.cpp:111:31: note: Technically the member function 'LinkGraphOverlay::IsPointVisible' can be static.
openttd-1.8.0/src/linkgraph/linkgraph_gui.h:85:7: note: Technically the member function 'LinkGraphOverlay::IsPointVisible' can be static.
openttd-1.8.0/src/linkgraph/linkgraphjob.cpp:245:25: style: Function 'AddFlow' argument 1 names different: declaration 'f' definition 'new_flow'. [funcArgNamesDifferent]
openttd-1.8.0/src/linkgraph/linkgraphjob.h:412:20: note: Function 'AddFlow' argument 1 names different: declaration 'f' definition 'new_flow'.
openttd-1.8.0/src/linkgraph/linkgraphjob.cpp:245:25: note: Function 'AddFlow' argument 1 names different: declaration 'f' definition 'new_flow'.
openttd-1.8.0/src/linkgraph/linkgraphschedule.cpp:77:22: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/linkgraph/linkgraphschedule.h:62:7: performance: Technically the member function 'LinkGraphSchedule::ShiftDates' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/linkgraphschedule.cpp:111:25: note: Technically the member function 'LinkGraphSchedule::ShiftDates' can be static.
openttd-1.8.0/src/linkgraph/linkgraphschedule.h:62:7: note: Technically the member function 'LinkGraphSchedule::ShiftDates' can be static.
openttd-1.8.0/src/linkgraph/mcf.h:20:2: style: Class 'MultiCommodityFlow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/mcf.h:57:2: style: Class 'MCF1stPass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/mcf.h:69:2: style: Class 'MCF2ndPass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/init.h:19:15: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/linkgraph/linkgraphschedule.h:35:15: note: Virtual function in base class
openttd-1.8.0/src/linkgraph/init.h:19:15: note: Function in derived class
openttd-1.8.0/src/linkgraph/mcf.h:84:0: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/linkgraph/linkgraphschedule.h:35:15: note: Virtual function in base class
openttd-1.8.0/src/linkgraph/mcf.h:84:0: note: Function in derived class
openttd-1.8.0/src/linkgraph/mcf.cpp:259:42: style: Function 'Dijkstra' argument 1 names different: declaration 'from' definition 'source_node'. [funcArgNamesDifferent]
openttd-1.8.0/src/linkgraph/mcf.h:25:23: note: Function 'Dijkstra' argument 1 names different: declaration 'from' definition 'source_node'.
openttd-1.8.0/src/linkgraph/mcf.cpp:259:42: note: Function 'Dijkstra' argument 1 names different: declaration 'from' definition 'source_node'.
openttd-1.8.0/src/linkgraph/mcf.cpp:305:46: style: Function 'CleanupPaths' argument 1 names different: declaration 'source' definition 'source_id'. [funcArgNamesDifferent]
openttd-1.8.0/src/linkgraph/mcf.h:29:27: note: Function 'CleanupPaths' argument 1 names different: declaration 'source' definition 'source_id'.
openttd-1.8.0/src/linkgraph/mcf.cpp:305:46: note: Function 'CleanupPaths' argument 1 names different: declaration 'source' definition 'source_id'.
openttd-1.8.0/src/linkgraph/mcf.cpp:64:2: warning: Member variable 'CapacityAnnotation::cached_annotation' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/linkgraph/mcf.h:29:7: performance: Technically the member function 'MultiCommodityFlow::CleanupPaths' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/mcf.cpp:305:26: note: Technically the member function 'MultiCommodityFlow::CleanupPaths' can be static.
openttd-1.8.0/src/linkgraph/mcf.h:29:7: note: Technically the member function 'MultiCommodityFlow::CleanupPaths' can be static.
openttd-1.8.0/src/linkgraph/mcf.h:55:7: performance: Technically the member function 'MCF1stPass::FindCycleFlow' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/mcf.cpp:352:18: note: Technically the member function 'MCF1stPass::FindCycleFlow' can be static.
openttd-1.8.0/src/linkgraph/mcf.h:55:7: note: Technically the member function 'MCF1stPass::FindCycleFlow' can be static.
openttd-1.8.0/src/linkgraph/mcf.cpp:38:14: performance: Technically the member function 'DistanceAnnotation::UpdateAnnotation' can be static. [functionStatic]
openttd-1.8.0/src/linkgraph/mcf.cpp:106:2: style: Class 'GraphEdgeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/mcf.cpp:152:2: style: Class 'FlowEdgeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/linkgraph/mcf.h:84:15: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/linkgraph/linkgraphschedule.h:35:15: note: Virtual function in base class
openttd-1.8.0/src/linkgraph/mcf.h:84:15: note: Function in derived class
openttd-1.8.0/src/main_gui.cpp:243:2: style: Struct 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/main_gui.cpp:256:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/main_gui.cpp:256:15: note: Function in derived class
openttd-1.8.0/src/main_gui.cpp:271:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/main_gui.cpp:271:15: note: Function in derived class
openttd-1.8.0/src/main_gui.cpp:291:21: style: The function 'OnHotkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:604:21: note: Virtual function in base class
openttd-1.8.0/src/main_gui.cpp:291:21: note: Function in derived class
openttd-1.8.0/src/main_gui.cpp:431:15: style: The function 'OnScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:656:15: note: Virtual function in base class
openttd-1.8.0/src/main_gui.cpp:431:15: note: Function in derived class
openttd-1.8.0/src/main_gui.cpp:440:15: style: The function 'OnMouseWheel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:670:15: note: Virtual function in base class
openttd-1.8.0/src/main_gui.cpp:440:15: note: Function in derived class
openttd-1.8.0/src/main_gui.cpp:447:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/main_gui.cpp:447:15: note: Function in derived class
openttd-1.8.0/src/main_gui.cpp:461:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/main_gui.cpp:461:15: note: Function in derived class
openttd-1.8.0/src/map.cpp:309:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/map.cpp:361:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf_house.h:47:23: style: The function 'GetRandomBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:297:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_house.h:47:23: note: Function in derived class
openttd-1.8.0/src/newgrf_house.h:48:23: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_house.h:48:23: note: Function in derived class
openttd-1.8.0/src/newgrf_house.h:49:23: style: The function 'GetTriggers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:298:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_house.h:49:23: note: Function in derived class
openttd-1.8.0/src/newgrf_house.h:61:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_house.h:61:31: note: Function in derived class
openttd-1.8.0/src/misc/blob.hpp:104:10: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/misc/dbg_helpers.cpp:139:56: style: Function 'WriteTile' argument 2 names different: declaration 't' definition 'tile'. [funcArgNamesDifferent]
openttd-1.8.0/src/misc/dbg_helpers.h:142:45: note: Function 'WriteTile' argument 2 names different: declaration 't' definition 'tile'.
openttd-1.8.0/src/misc/dbg_helpers.cpp:139:56: note: Function 'WriteTile' argument 2 names different: declaration 't' definition 'tile'.
openttd-1.8.0/src/misc/blob.hpp:87:2: style: Class 'ByteBlob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/misc/str.hpp:38:2: style: Struct 'CStrA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/misc/blob.hpp:341:0: style: Class 'CBlobT < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/misc/blob.hpp:324:0: style: Struct 'OnTransfer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/misc/blob.hpp:47:1: warning: The class 'ByteBlob' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/misc/dbg_helpers.h:99:2: warning: The struct 'KnownStructKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/misc/blob.hpp:315:0: warning: The struct 'OnTransfer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/misc_gui.cpp:1215:28: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/misc_gui.cpp:603:78: style: Function 'ShowFillingPercent' argument 5 names different: declaration 'colour' definition 'string'. [funcArgNamesDifferent]
openttd-1.8.0/src/texteff.hpp:39:78: note: Function 'ShowFillingPercent' argument 5 names different: declaration 'colour' definition 'string'.
openttd-1.8.0/src/misc_gui.cpp:603:78: note: Function 'ShowFillingPercent' argument 5 names different: declaration 'colour' definition 'string'.
openttd-1.8.0/src/misc_gui.cpp:618:71: style: Function 'UpdateFillingPercent' argument 3 names different: declaration 'colour' definition 'string'. [funcArgNamesDifferent]
openttd-1.8.0/src/texteff.hpp:40:71: note: Function 'UpdateFillingPercent' argument 3 names different: declaration 'colour' definition 'string'.
openttd-1.8.0/src/misc_gui.cpp:618:71: note: Function 'UpdateFillingPercent' argument 3 names different: declaration 'colour' definition 'string'.
openttd-1.8.0/src/misc_gui.cpp:1066:59: style: Function 'ShowQueryString' argument 3 names different: declaration 'max_len' definition 'maxsize'. [funcArgNamesDifferent]
openttd-1.8.0/src/textbuf_gui.h:32:59: note: Function 'ShowQueryString' argument 3 names different: declaration 'max_len' definition 'maxsize'.
openttd-1.8.0/src/misc_gui.cpp:1066:59: note: Function 'ShowQueryString' argument 3 names different: declaration 'max_len' definition 'maxsize'.
openttd-1.8.0/src/misc_gui.cpp:1207:60: style: Function 'ShowQuery' argument 3 names different: declaration 'w' definition 'parent'. [funcArgNamesDifferent]
openttd-1.8.0/src/textbuf_gui.h:33:60: note: Function 'ShowQuery' argument 3 names different: declaration 'w' definition 'parent'.
openttd-1.8.0/src/misc_gui.cpp:1207:60: note: Function 'ShowQuery' argument 3 names different: declaration 'w' definition 'parent'.
openttd-1.8.0/src/misc_gui.cpp:116:2: warning: Member variable 'LandInfoWindow::landinfo_data' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/misc_gui.cpp:466:2: warning: Member variable 'AboutWindow::line_height' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/misc_gui.cpp:945:19: warning: The struct 'QueryStringWindow' defines member variable with name 'flags' also defined in its parent struct 'Window'. [duplInheritedMember]
openttd-1.8.0/src/window_gui.h:305:14: note: Parent variable 'Window::flags'
openttd-1.8.0/src/misc_gui.cpp:945:19: note: Derived variable 'QueryStringWindow::flags'
openttd-1.8.0/src/misc_gui.cpp:116:2: style: Class 'LandInfoWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/misc_gui.cpp:74:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:74:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:93:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:93:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:138:15: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:138:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:335:15: style: The function 'IsNewGRFInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:786:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:335:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:340:15: style: The function 'ShowNewGRFInspectWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:794:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:340:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:350:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:350:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:474:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:474:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:479:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:479:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:495:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:495:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:510:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:510:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:672:16: style: The function 'OnInitialPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:547:16: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:672:16: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:692:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:692:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:705:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:705:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:717:15: style: The function 'OnMouseLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:676:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:717:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:978:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:978:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:988:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:988:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:1007:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:1007:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:1102:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:1102:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:1116:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:1116:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:1126:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:1126:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:1134:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:1134:15: note: Function in derived class
openttd-1.8.0/src/misc_gui.cpp:1157:21: style: The function 'OnKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:602:21: note: Virtual function in base class
openttd-1.8.0/src/misc_gui.cpp:1157:21: note: Function in derived class
openttd-1.8.0/src/music/bemidi.cpp:27:59: style: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'. [funcArgNamesDifferent]
openttd-1.8.0/src/music/bemidi.h:20:54: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/music/bemidi.cpp:27:59: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/music/bemidi.h:20:28: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:31:22: note: Virtual function in base class
openttd-1.8.0/src/music/bemidi.h:20:28: note: Function in derived class
openttd-1.8.0/src/music/bemidi.h:22:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:36:15: note: Virtual function in base class
openttd-1.8.0/src/music/bemidi.h:22:21: note: Function in derived class
openttd-1.8.0/src/music/bemidi.h:24:21: style: The function 'PlaySong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:24:15: note: Virtual function in base class
openttd-1.8.0/src/music/bemidi.h:24:21: note: Function in derived class
openttd-1.8.0/src/music/bemidi.h:26:21: style: The function 'StopSong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:29:15: note: Virtual function in base class
openttd-1.8.0/src/music/bemidi.h:26:21: note: Function in derived class
openttd-1.8.0/src/music/bemidi.h:28:21: style: The function 'IsSongPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:35:15: note: Virtual function in base class
openttd-1.8.0/src/music/bemidi.h:28:21: note: Function in derived class
openttd-1.8.0/src/music/bemidi.h:30:21: style: The function 'SetVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:41:15: note: Virtual function in base class
openttd-1.8.0/src/music/bemidi.h:30:21: note: Function in derived class
openttd-1.8.0/src/music/bemidi.h:31:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:53:22: note: Virtual function in base class
openttd-1.8.0/src/music/bemidi.h:31:28: note: Function in derived class
openttd-1.8.0/src/music/bemidi.h:38:24: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:139:18: note: Virtual function in base class
openttd-1.8.0/src/music/bemidi.h:38:24: note: Function in derived class
openttd-1.8.0/src/music/extmidi.cpp:38:61: style: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'. [funcArgNamesDifferent]
openttd-1.8.0/src/music/extmidi.h:27:54: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/music/extmidi.cpp:38:61: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/music/extmidi.h:17:1: style: The class 'MusicDriver_ExtMidi' does not have a constructor although it has private member variables. [noConstructor]
openttd-1.8.0/src/music/extmidi.h:27:28: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:31:22: note: Virtual function in base class
openttd-1.8.0/src/music/extmidi.h:27:28: note: Function in derived class
openttd-1.8.0/src/music/extmidi.h:29:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:36:15: note: Virtual function in base class
openttd-1.8.0/src/music/extmidi.h:29:21: note: Function in derived class
openttd-1.8.0/src/music/extmidi.h:31:21: style: The function 'PlaySong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:24:15: note: Virtual function in base class
openttd-1.8.0/src/music/extmidi.h:31:21: note: Function in derived class
openttd-1.8.0/src/music/extmidi.h:33:21: style: The function 'StopSong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:29:15: note: Virtual function in base class
openttd-1.8.0/src/music/extmidi.h:33:21: note: Function in derived class
openttd-1.8.0/src/music/extmidi.h:35:21: style: The function 'IsSongPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:35:15: note: Virtual function in base class
openttd-1.8.0/src/music/extmidi.h:35:21: note: Function in derived class
openttd-1.8.0/src/music/extmidi.h:37:21: style: The function 'SetVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:41:15: note: Virtual function in base class
openttd-1.8.0/src/music/extmidi.h:37:21: note: Function in derived class
openttd-1.8.0/src/music/extmidi.h:38:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:53:22: note: Virtual function in base class
openttd-1.8.0/src/music/extmidi.h:38:28: note: Function in derived class
openttd-1.8.0/src/music/extmidi.h:44:24: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:139:18: note: Virtual function in base class
openttd-1.8.0/src/music/extmidi.h:44:24: note: Function in derived class
openttd-1.8.0/src/music/libtimidity.h:20:28: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:31:22: note: Virtual function in base class
openttd-1.8.0/src/music/libtimidity.h:20:28: note: Function in derived class
openttd-1.8.0/src/music/libtimidity.h:22:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:36:15: note: Virtual function in base class
openttd-1.8.0/src/music/libtimidity.h:22:21: note: Function in derived class
openttd-1.8.0/src/music/libtimidity.h:24:21: style: The function 'PlaySong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:24:15: note: Virtual function in base class
openttd-1.8.0/src/music/libtimidity.h:24:21: note: Function in derived class
openttd-1.8.0/src/music/libtimidity.h:26:21: style: The function 'StopSong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:29:15: note: Virtual function in base class
openttd-1.8.0/src/music/libtimidity.h:26:21: note: Function in derived class
openttd-1.8.0/src/music/libtimidity.h:28:21: style: The function 'IsSongPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:35:15: note: Virtual function in base class
openttd-1.8.0/src/music/libtimidity.h:28:21: note: Function in derived class
openttd-1.8.0/src/music/libtimidity.h:30:21: style: The function 'SetVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:41:15: note: Virtual function in base class
openttd-1.8.0/src/music/libtimidity.h:30:21: note: Function in derived class
openttd-1.8.0/src/music/libtimidity.h:31:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:53:22: note: Virtual function in base class
openttd-1.8.0/src/music/libtimidity.h:31:28: note: Function in derived class
openttd-1.8.0/src/music/libtimidity.h:38:24: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:139:18: note: Virtual function in base class
openttd-1.8.0/src/music/libtimidity.h:38:24: note: Function in derived class
openttd-1.8.0/src/music/null_m.h:20:28: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:31:22: note: Virtual function in base class
openttd-1.8.0/src/music/null_m.h:20:28: note: Function in derived class
openttd-1.8.0/src/music/null_m.h:22:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:36:15: note: Virtual function in base class
openttd-1.8.0/src/music/null_m.h:22:21: note: Function in derived class
openttd-1.8.0/src/music/null_m.h:24:21: style: The function 'PlaySong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:24:15: note: Virtual function in base class
openttd-1.8.0/src/music/null_m.h:24:21: note: Function in derived class
openttd-1.8.0/src/music/null_m.h:26:21: style: The function 'StopSong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:29:15: note: Virtual function in base class
openttd-1.8.0/src/music/null_m.h:26:21: note: Function in derived class
openttd-1.8.0/src/music/null_m.h:28:21: style: The function 'IsSongPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:35:15: note: Virtual function in base class
openttd-1.8.0/src/music/null_m.h:28:21: note: Function in derived class
openttd-1.8.0/src/music/null_m.h:30:21: style: The function 'SetVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:41:15: note: Virtual function in base class
openttd-1.8.0/src/music/null_m.h:30:21: note: Function in derived class
openttd-1.8.0/src/music/null_m.h:31:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:53:22: note: Virtual function in base class
openttd-1.8.0/src/music/null_m.h:31:28: note: Function in derived class
openttd-1.8.0/src/music/null_m.h:38:24: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:139:18: note: Virtual function in base class
openttd-1.8.0/src/music/null_m.h:38:24: note: Function in derived class
openttd-1.8.0/src/music/os2_m.cpp:80:56: style: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'. [funcArgNamesDifferent]
openttd-1.8.0/src/music/os2_m.h:20:54: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/music/os2_m.cpp:80:56: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/music/os2_m.h:20:28: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:31:22: note: Virtual function in base class
openttd-1.8.0/src/music/os2_m.h:20:28: note: Function in derived class
openttd-1.8.0/src/music/os2_m.h:22:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:36:15: note: Virtual function in base class
openttd-1.8.0/src/music/os2_m.h:22:21: note: Function in derived class
openttd-1.8.0/src/music/os2_m.h:24:21: style: The function 'PlaySong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:24:15: note: Virtual function in base class
openttd-1.8.0/src/music/os2_m.h:24:21: note: Function in derived class
openttd-1.8.0/src/music/os2_m.h:26:21: style: The function 'StopSong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:29:15: note: Virtual function in base class
openttd-1.8.0/src/music/os2_m.h:26:21: note: Function in derived class
openttd-1.8.0/src/music/os2_m.h:28:21: style: The function 'IsSongPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:35:15: note: Virtual function in base class
openttd-1.8.0/src/music/os2_m.h:28:21: note: Function in derived class
openttd-1.8.0/src/music/os2_m.h:30:21: style: The function 'SetVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:41:15: note: Virtual function in base class
openttd-1.8.0/src/music/os2_m.h:30:21: note: Function in derived class
openttd-1.8.0/src/music/os2_m.h:31:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:53:22: note: Virtual function in base class
openttd-1.8.0/src/music/os2_m.h:31:28: note: Function in derived class
openttd-1.8.0/src/music/os2_m.h:38:24: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:139:18: note: Virtual function in base class
openttd-1.8.0/src/music/os2_m.h:38:24: note: Function in derived class
openttd-1.8.0/src/music/qtmidi.cpp:189:59: style: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'. [funcArgNamesDifferent]
openttd-1.8.0/src/music/qtmidi.h:19:54: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/music/qtmidi.cpp:189:59: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/music/qtmidi.h:19:28: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:31:22: note: Virtual function in base class
openttd-1.8.0/src/music/qtmidi.h:19:28: note: Function in derived class
openttd-1.8.0/src/music/qtmidi.h:21:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:36:15: note: Virtual function in base class
openttd-1.8.0/src/music/qtmidi.h:21:21: note: Function in derived class
openttd-1.8.0/src/music/qtmidi.h:23:21: style: The function 'PlaySong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:24:15: note: Virtual function in base class
openttd-1.8.0/src/music/qtmidi.h:23:21: note: Function in derived class
openttd-1.8.0/src/music/qtmidi.h:25:21: style: The function 'StopSong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:29:15: note: Virtual function in base class
openttd-1.8.0/src/music/qtmidi.h:25:21: note: Function in derived class
openttd-1.8.0/src/music/qtmidi.h:27:21: style: The function 'IsSongPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:35:15: note: Virtual function in base class
openttd-1.8.0/src/music/qtmidi.h:27:21: note: Function in derived class
openttd-1.8.0/src/music/qtmidi.h:29:21: style: The function 'SetVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:41:15: note: Virtual function in base class
openttd-1.8.0/src/music/qtmidi.h:29:21: note: Function in derived class
openttd-1.8.0/src/music/qtmidi.h:30:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:53:22: note: Virtual function in base class
openttd-1.8.0/src/music/qtmidi.h:30:28: note: Function in derived class
openttd-1.8.0/src/music/qtmidi.h:36:24: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:139:18: note: Virtual function in base class
openttd-1.8.0/src/music/qtmidi.h:36:24: note: Function in derived class
openttd-1.8.0/src/music/win32_m.cpp:145:58: style: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'. [funcArgNamesDifferent]
openttd-1.8.0/src/music/win32_m.h:20:54: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/music/win32_m.cpp:145:58: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/music/win32_m.h:20:28: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:31:22: note: Virtual function in base class
openttd-1.8.0/src/music/win32_m.h:20:28: note: Function in derived class
openttd-1.8.0/src/music/win32_m.h:22:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:36:15: note: Virtual function in base class
openttd-1.8.0/src/music/win32_m.h:22:21: note: Function in derived class
openttd-1.8.0/src/music/win32_m.h:24:21: style: The function 'PlaySong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:24:15: note: Virtual function in base class
openttd-1.8.0/src/music/win32_m.h:24:21: note: Function in derived class
openttd-1.8.0/src/music/win32_m.h:26:21: style: The function 'StopSong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:29:15: note: Virtual function in base class
openttd-1.8.0/src/music/win32_m.h:26:21: note: Function in derived class
openttd-1.8.0/src/music/win32_m.h:28:21: style: The function 'IsSongPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:35:15: note: Virtual function in base class
openttd-1.8.0/src/music/win32_m.h:28:21: note: Function in derived class
openttd-1.8.0/src/music/win32_m.h:30:21: style: The function 'SetVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/music/music_driver.hpp:41:15: note: Virtual function in base class
openttd-1.8.0/src/music/win32_m.h:30:21: note: Function in derived class
openttd-1.8.0/src/music/win32_m.h:31:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:53:22: note: Virtual function in base class
openttd-1.8.0/src/music/win32_m.h:31:28: note: Function in derived class
openttd-1.8.0/src/music/win32_m.h:38:24: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:139:18: note: Virtual function in base class
openttd-1.8.0/src/music/win32_m.h:38:24: note: Function in derived class
openttd-1.8.0/src/music_gui.cpp:309:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/music_gui.cpp:309:15: note: Function in derived class
openttd-1.8.0/src/music_gui.cpp:323:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/music_gui.cpp:323:15: note: Function in derived class
openttd-1.8.0/src/music_gui.cpp:333:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/music_gui.cpp:333:15: note: Function in derived class
openttd-1.8.0/src/music_gui.cpp:371:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/music_gui.cpp:371:15: note: Function in derived class
openttd-1.8.0/src/music_gui.cpp:408:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/music_gui.cpp:408:15: note: Function in derived class
openttd-1.8.0/src/music_gui.cpp:527:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/music_gui.cpp:527:15: note: Function in derived class
openttd-1.8.0/src/music_gui.cpp:569:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/music_gui.cpp:569:15: note: Function in derived class
openttd-1.8.0/src/music_gui.cpp:615:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/music_gui.cpp:615:15: note: Function in derived class
openttd-1.8.0/src/music_gui.cpp:624:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/music_gui.cpp:624:15: note: Function in derived class
openttd-1.8.0/src/newgrf.cpp:5036:22: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/core/alloc_func.hpp:128:0: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf.cpp:668:23: style: Same expression on both sides of '!=' because the value of 'engine_pool_size' and 'Engine::GetPoolSize()' are the same. [duplicateExpression]
openttd-1.8.0/src/newgrf.cpp:654:47: note: 'engine_pool_size' is assigned value 'Engine::GetPoolSize()' here.
openttd-1.8.0/src/newgrf.cpp:668:23: note: Same expression on both sides of '!=' because the value of 'engine_pool_size' and 'Engine::GetPoolSize()' are the same.
openttd-1.8.0/src/newgrf.cpp:2408:101: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openttd-1.8.0/src/newgrf.cpp:2409:81: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openttd-1.8.0/src/newgrf.cpp:3419:10: style: The scope of the variable 'size' can be reduced. [variableScope]
openttd-1.8.0/src/newgrf.cpp:3420:30: style: The scope of the variable 'copy_from' can be reduced. [variableScope]
openttd-1.8.0/src/newgrf.cpp:3754:9: style: The scope of the variable 'size' can be reduced. [variableScope]
openttd-1.8.0/src/newgrf.cpp:3755:29: style: The scope of the variable 'copy_from' can be reduced. [variableScope]
openttd-1.8.0/src/newgrf.cpp:8765:36: style: The scope of the variable 'handlers' can be reduced. [variableScope]
openttd-1.8.0/src/newgrf.cpp:7781:57: style: Function 'HandleNodes' argument 2 names different: declaration 'tags' definition 'subtags'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf.cpp:7593:58: note: Function 'HandleNodes' argument 2 names different: declaration 'tags' definition 'subtags'.
openttd-1.8.0/src/newgrf.cpp:7781:57: note: Function 'HandleNodes' argument 2 names different: declaration 'tags' definition 'subtags'.
openttd-1.8.0/src/newgrf.cpp:8231:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf.cpp:9049:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf.cpp:9067:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf.cpp:9085:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf.cpp:9099:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf.cpp:9112:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf.cpp:9142:142: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf.cpp:9268:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf.cpp:1285:0: style: Boolean variable 'has_2CC' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openttd-1.8.0/src/newgrf.cpp:1456:0: style: Boolean variable 'has_2CC' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openttd-1.8.0/src/newgrf.cpp:1632:0: style: Boolean variable 'has_2CC' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openttd-1.8.0/src/newgrf.cpp:1792:0: style: Boolean variable 'has_2CC' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openttd-1.8.0/src/newgrf.cpp:3983:0: style: Boolean variable 'has_2CC' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openttd-1.8.0/src/newgrf.cpp:861:30: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:862:31: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:4977:22: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:5036:22: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:5063:20: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:5115:18: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:5146:22: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:5177:20: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:5208:21: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:5241:19: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:5291:21: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:5321:20: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:5352:21: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf.cpp:9024:23: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/newgrf_class.h:21:0: style: The struct 'NewGRFClass < ObjectSpec , ObjectClassID , OBJECT_CLASS_MAX >' does not have a constructor although it has private member variables. [noConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < GRFFile * , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < StringIDMapping , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < DeterministicSpriteGroupAdjust , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_object.h:119:23: style: The function 'GetRandomBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:297:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_object.h:119:23: note: Function in derived class
openttd-1.8.0/src/newgrf_object.h:120:23: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_object.h:120:23: note: Function in derived class
openttd-1.8.0/src/newgrf_object.h:132:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_object.h:132:31: note: Function in derived class
openttd-1.8.0/src/newgrf.cpp:8765:36: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/newgrf.cpp:9276:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/newgrf.cpp:2775:66: error: Uninitialized struct member: map.plural_form [uninitStructMember]
openttd-1.8.0/src/newgrf.cpp:2782:64: error: Uninitialized struct member: map.plural_form [uninitStructMember]
openttd-1.8.0/src/newgrf_airport.cpp:156:57: style: Function 'SetEntitySpec' argument 1 names different: declaration 'inds' definition 'as'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_commons.h:264:34: note: Function 'SetEntitySpec' argument 1 names different: declaration 'inds' definition 'as'.
openttd-1.8.0/src/newgrf_airport.cpp:156:57: note: Function 'SetEntitySpec' argument 1 names different: declaration 'inds' definition 'as'.
openttd-1.8.0/src/newgrf_airport.cpp:250:31: style: Function 'AirportResolverObject' argument 6 names different: declaration 'callback_param1' definition 'param1'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_airport.cpp:52:51: note: Function 'AirportResolverObject' argument 6 names different: declaration 'callback_param1' definition 'param1'.
openttd-1.8.0/src/newgrf_airport.cpp:250:31: note: Function 'AirportResolverObject' argument 6 names different: declaration 'callback_param1' definition 'param1'.
openttd-1.8.0/src/newgrf_airport.cpp:250:46: style: Function 'AirportResolverObject' argument 7 names different: declaration 'callback_param2' definition 'param2'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_airport.cpp:52:79: note: Function 'AirportResolverObject' argument 7 names different: declaration 'callback_param2' definition 'param2'.
openttd-1.8.0/src/newgrf_airport.cpp:250:46: note: Function 'AirportResolverObject' argument 7 names different: declaration 'callback_param2' definition 'param2'.
openttd-1.8.0/src/newgrf_class_func.h:43:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf_class_func.h:59:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf_class_func.h:201:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf_class.h:55:0: performance: Technically the member function 'NewGRFClass < AirportSpec , AirportClassID , APC_MAX >::IsUIAvailable' can be static. [functionStatic]
openttd-1.8.0/src/newgrf_airport.cpp:80:0: note: Technically the member function 'NewGRFClass < AirportSpec , AirportClassID , APC_MAX >::IsUIAvailable' can be static.
openttd-1.8.0/src/newgrf_class.h:55:0: note: Technically the member function 'NewGRFClass < AirportSpec , AirportClassID , APC_MAX >::IsUIAvailable' can be static.
openttd-1.8.0/src/newgrf_airport.cpp:42:23: style: The function 'GetRandomBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:297:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_airport.cpp:42:23: note: Function in derived class
openttd-1.8.0/src/newgrf_airport.cpp:43:23: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_airport.cpp:43:23: note: Function in derived class
openttd-1.8.0/src/newgrf_airport.cpp:44:21: style: The function 'StorePSA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:301:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_airport.cpp:44:21: note: Function in derived class
openttd-1.8.0/src/newgrf_airport.cpp:54:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_airport.cpp:54:31: note: Function in derived class
openttd-1.8.0/src/newgrf_airport.cpp:62:35: style: The function 'ResolveReal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:360:29: note: Virtual function in base class
openttd-1.8.0/src/newgrf_airport.cpp:62:35: note: Function in derived class
openttd-1.8.0/src/newgrf_airporttiles.cpp:268:42: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_airporttiles.cpp:68:71: style: Function 'SetEntitySpec' argument 1 names different: declaration 'ats' definition 'airpts'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_commons.h:275:44: note: Function 'SetEntitySpec' argument 1 names different: declaration 'ats' definition 'airpts'.
openttd-1.8.0/src/newgrf_airporttiles.cpp:68:71: note: Function 'SetEntitySpec' argument 1 names different: declaration 'ats' definition 'airpts'.
openttd-1.8.0/src/newgrf_canal.cpp:33:23: style: The function 'GetRandomBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:297:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_canal.cpp:33:23: note: Function in derived class
openttd-1.8.0/src/newgrf_canal.cpp:34:23: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_canal.cpp:34:23: note: Function in derived class
openttd-1.8.0/src/newgrf_canal.cpp:44:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_canal.cpp:44:31: note: Function in derived class
openttd-1.8.0/src/newgrf_canal.cpp:52:35: style: The function 'ResolveReal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:360:29: note: Virtual function in base class
openttd-1.8.0/src/newgrf_canal.cpp:52:35: note: Function in derived class
openttd-1.8.0/src/newgrf_cargo.cpp:22:35: style: The function 'ResolveReal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:360:29: note: Virtual function in base class
openttd-1.8.0/src/newgrf_cargo.cpp:22:35: note: Function in derived class
openttd-1.8.0/src/newgrf_commons.cpp:608:15: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_commons.cpp:106:25: style: The scope of the variable 'map' can be reduced. [variableScope]
openttd-1.8.0/src/newgrf_commons.cpp:128:19: style: The scope of the variable 'map' can be reduced. [variableScope]
openttd-1.8.0/src/newgrf_commons.cpp:287:73: style: Function 'SetEntitySpec' argument 1 names different: declaration 'indts' definition 'its'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_commons.h:255:45: note: Function 'SetEntitySpec' argument 1 names different: declaration 'indts' definition 'its'.
openttd-1.8.0/src/newgrf_commons.cpp:287:73: note: Function 'SetEntitySpec' argument 1 names different: declaration 'indts' definition 'its'.
openttd-1.8.0/src/newgrf_config.cpp:771:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_config.cpp:202:11: warning: Member variable 'GRFError::custom_message' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:202:11: warning: Member variable 'GRFError::data' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:202:11: warning: Member variable 'GRFError::param_value' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::ident' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::original_md5sum' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::error' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::version' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::min_loadable_version' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::flags' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::status' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::grf_bugs' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::param' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::num_params' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::palette' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::has_param_defaults' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:47:12: warning: Member variable 'GRFConfig::next' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_config.cpp:48:2: style: Struct 'GRFConfig' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openttd-1.8.0/src/newgrf_config.h:103:1: warning: The struct 'GRFError' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/newgrf_config.h:123:1: warning: The struct 'GRFParameterInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/newgrf_config.h:153:1: warning: The struct 'GRFConfig' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/newgrf_config.cpp:636:21: style: The function 'AddFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/fileio_func.h:91:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_config.cpp:636:21: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:336:64: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/table/newgrf_debug_data.h:340:24: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/table/newgrf_debug_data.h:502:64: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/table/newgrf_debug_data.h:515:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf_debug_gui.cpp:208:7: performance: Technically the member function 'NIHelper::SetSimpleStringParameters' can be static. [functionStatic]
openttd-1.8.0/src/newgrf_debug_gui.cpp:221:7: performance: Technically the member function 'NIHelper::SetObjectAtStringParameters' can be static. [functionStatic]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < unsigned int , SmallPair < signed short ,signed short > > , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/table/newgrf_debug_data.h:72:7: style: The function 'IsInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:125:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:72:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:73:7: style: The function 'GetParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:132:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:73:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:74:14: style: The function 'GetInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:139:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:74:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:75:14: style: The function 'GetSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:146:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:75:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:76:7: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:152:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:76:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:77:9: style: The function 'GetGRFID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:159:17: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:77:9: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:79:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:169:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:79:21: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:135:7: style: The function 'IsInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:125:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:135:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:136:7: style: The function 'GetParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:132:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:136:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:137:14: style: The function 'GetInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:139:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:137:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:138:14: style: The function 'GetSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:146:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:138:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:139:7: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:152:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:139:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:140:9: style: The function 'GetGRFID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:159:17: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:140:9: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:142:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:169:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:142:21: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:200:7: style: The function 'IsInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:125:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:200:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:201:7: style: The function 'GetParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:132:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:201:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:202:14: style: The function 'GetInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:139:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:202:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:203:14: style: The function 'GetSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:146:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:203:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:204:7: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:152:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:204:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:205:9: style: The function 'GetGRFID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:159:17: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:205:9: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:207:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:169:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:207:21: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:250:7: style: The function 'IsInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:125:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:250:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:251:7: style: The function 'GetParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:132:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:251:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:252:14: style: The function 'GetInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:139:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:252:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:253:14: style: The function 'GetSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:146:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:253:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:254:7: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:152:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:254:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:255:9: style: The function 'GetGRFID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:159:17: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:255:9: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:257:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:169:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:257:21: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:322:7: style: The function 'IsInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:125:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:322:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:323:7: style: The function 'GetParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:132:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:323:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:324:14: style: The function 'GetInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:139:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:324:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:325:14: style: The function 'GetSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:146:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:325:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:326:7: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:152:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:326:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:327:9: style: The function 'GetGRFID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:159:17: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:327:9: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:329:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:169:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:329:21: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:336:7: style: The function 'GetPSASize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:186:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:336:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:338:15: style: The function 'GetPSAFirstPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:197:23: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:338:15: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:387:7: style: The function 'IsInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:125:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:387:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:388:7: style: The function 'GetParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:132:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:388:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:389:14: style: The function 'GetInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:139:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:389:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:390:14: style: The function 'GetSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:146:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:390:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:391:7: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:152:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:391:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:392:9: style: The function 'GetGRFID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:159:17: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:392:9: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:394:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:169:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:394:21: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:421:7: style: The function 'IsInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:125:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:421:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:422:7: style: The function 'GetParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:132:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:422:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:423:14: style: The function 'GetInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:139:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:423:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:424:14: style: The function 'GetSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:146:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:424:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:425:7: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:152:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:425:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:426:9: style: The function 'GetGRFID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:159:17: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:426:9: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:428:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:169:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:428:21: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:457:7: style: The function 'IsInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:125:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:457:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:458:7: style: The function 'GetParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:132:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:458:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:459:14: style: The function 'GetInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:139:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:459:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:460:14: style: The function 'GetSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:146:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:460:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:461:7: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:152:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:461:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:462:9: style: The function 'GetGRFID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:159:17: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:462:9: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:464:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:169:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:464:21: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:495:7: style: The function 'IsInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:125:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:495:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:496:7: style: The function 'GetParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:132:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:496:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:497:14: style: The function 'GetInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:139:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:497:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:498:14: style: The function 'GetSpec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:146:22: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:498:14: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:499:7: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:152:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:499:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:500:9: style: The function 'GetGRFID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:159:17: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:500:9: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:501:7: style: The function 'PSAWithParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:175:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:501:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:502:7: style: The function 'GetPSASize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:186:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:502:7: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:504:21: style: The function 'Resolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:169:15: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:504:21: note: Function in derived class
openttd-1.8.0/src/table/newgrf_debug_data.h:510:15: style: The function 'GetPSAFirstPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_debug_gui.cpp:197:23: note: Virtual function in base class
openttd-1.8.0/src/table/newgrf_debug_data.h:510:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:366:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:366:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:373:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:373:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:413:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:413:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:553:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:553:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:603:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:603:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:611:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:611:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:621:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:621:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:825:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:825:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:859:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:859:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:870:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:870:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:911:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:911:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:995:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:995:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:1012:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:1012:15: note: Function in derived class
openttd-1.8.0/src/newgrf_debug_gui.cpp:1022:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_debug_gui.cpp:1022:15: note: Function in derived class
openttd-1.8.0/src/newgrf_engine.cpp:1169:30: style: Function 'TriggerVehicle' argument 1 names different: declaration 'veh' definition 'v'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_engine.h:116:30: note: Function 'TriggerVehicle' argument 1 names different: declaration 'veh' definition 'v'.
openttd-1.8.0/src/newgrf_engine.cpp:1169:30: note: Function 'TriggerVehicle' argument 1 names different: declaration 'veh' definition 'v'.
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < ListOrderChange , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < unsigned short , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_engine.cpp:232:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/newgrf_engine.cpp:239:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/newgrf_engine.cpp:1287:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/newgrf_generic.cpp:45:23: style: The function 'GetVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:300:17: note: Virtual function in base class
openttd-1.8.0/src/newgrf_generic.cpp:45:23: note: Function in derived class
openttd-1.8.0/src/newgrf_generic.cpp:58:31: style: The function 'GetScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:362:25: note: Virtual function in base class
openttd-1.8.0/src/newgrf_generic.cpp:58:31: note: Function in derived class
openttd-1.8.0/src/newgrf_generic.cpp:66:35: style: The function 'ResolveReal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_spritegroup.h:360:29: note: Virtual function in base class
openttd-1.8.0/src/newgrf_generic.cpp:66:35: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:139:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openttd-1.8.0/src/newgrf_gui.cpp:1619:23: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_gui.cpp:173:114: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openttd-1.8.0/src/newgrf_gui.cpp:174:105: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openttd-1.8.0/src/newgrf_gui.cpp:1268:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf_gui.cpp:1441:19: style: Unused private function: 'NewGRFWindow::NameSorter' [unusedPrivateFunction]
openttd-1.8.0/src/newgrf_gui.cpp:1453:20: style: Unused private function: 'NewGRFWindow::TagNameFilter' [unusedPrivateFunction]
openttd-1.8.0/src/newgrf_gui.cpp:811:19: performance: Technically the member function 'NewGRFWindow::GetPalette' can be static. [functionStatic]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const GRFConfig * , 32 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const GRFConfig * , 32 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const GRFConfig * , 32 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const GRFConfig * , 32 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/newgrf_gui.cpp:572:2: style: Class 'DropDownListPresetItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_gui.cpp:2053:2: style: Struct 'SavePresetWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const GRFConfig * , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_gui.cpp:193:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:193:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:237:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:237:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:246:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:246:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:307:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:307:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:316:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:316:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:430:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:430:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:441:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:441:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:450:15: style: The function 'OnDropdownClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:707:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:450:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:461:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:461:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:471:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:471:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:486:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:486:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:553:21: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:553:21: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:576:7: style: The function 'Selectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:32:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:576:7: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:581:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:35:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:581:7: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:735:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:735:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:786:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:786:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:792:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:792:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:841:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:841:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:930:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:930:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1153:15: style: The function 'OnNewGRFsScanned' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_config.h:212:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1153:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1162:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1162:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1180:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1180:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1203:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1203:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1309:21: style: The function 'OnKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:602:21: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1309:21: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1358:15: style: The function 'OnEditboxChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:713:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1358:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1368:15: style: The function 'OnDragDrop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:650:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1368:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1416:15: style: The function 'OnMouseDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:643:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1416:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1615:15: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1615:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1658:15: style: The function 'AssignSizePosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:131:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1658:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1777:23: style: The function 'GetWidgetFromPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:135:23: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1777:23: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:1787:15: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:160:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:1787:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:2083:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:2083:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:2100:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:2100:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:2124:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:2124:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:2151:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:2151:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:2206:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:2206:15: note: Function in derived class
openttd-1.8.0/src/newgrf_gui.cpp:2229:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_gui.cpp:2229:15: note: Function in derived class
openttd-1.8.0/src/newgrf_house.cpp:194:34: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_house.cpp:218:34: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_house.cpp:242:34: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_house.cpp:468:43: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_industries.cpp:576:49: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_industries.cpp:57:40: style: Function 'GetIndustryIDAtOffset' argument 1 names different: declaration 'new_tile' definition 'tile'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_industries.h:90:40: note: Function 'GetIndustryIDAtOffset' argument 1 names different: declaration 'new_tile' definition 'tile'.
openttd-1.8.0/src/newgrf_industries.cpp:57:40: note: Function 'GetIndustryIDAtOffset' argument 1 names different: declaration 'new_tile' definition 'tile'.
openttd-1.8.0/src/newgrf_industrytiles.cpp:200:42: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_industrytiles.cpp:350:36: style: Function 'TriggerIndustryTile' argument 1 names different: declaration 't' definition 'tile'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_industrytiles.h:73:36: note: Function 'TriggerIndustryTile' argument 1 names different: declaration 't' definition 'tile'.
openttd-1.8.0/src/newgrf_industrytiles.cpp:350:36: note: Function 'TriggerIndustryTile' argument 1 names different: declaration 't' definition 'tile'.
openttd-1.8.0/src/newgrf_object.cpp:445:22: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_object.cpp:461:33: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/newgrf_object.cpp:354:76: style: Function 'ObjectResolverObject' argument 2 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_object.h:128:55: note: Function 'ObjectResolverObject' argument 2 names different: declaration 'o' definition 'obj'.
openttd-1.8.0/src/newgrf_object.cpp:354:76: note: Function 'ObjectResolverObject' argument 2 names different: declaration 'o' definition 'obj'.
openttd-1.8.0/src/newgrf_object.cpp:92:9: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
openttd-1.8.0/src/newgrf_sound.cpp:50:30: style: Function 'GetSound' argument 1 names different: declaration 'sound_id' definition 'index'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_sound.h:37:30: note: Function 'GetSound' argument 1 names different: declaration 'sound_id' definition 'index'.
openttd-1.8.0/src/newgrf_sound.cpp:50:30: note: Function 'GetSound' argument 1 names different: declaration 'sound_id' definition 'index'.
openttd-1.8.0/src/newgrf_sound.cpp:85:15: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SoundEntry , 8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_station.cpp:364:60: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openttd-1.8.0/src/newgrf_station.cpp:810:14: warning: Possible null pointer dereference: sprites [nullPointer]
openttd-1.8.0/src/newgrf_station.cpp:765:35: note: Assignment 'sprites=NULL', assigned value is 0
openttd-1.8.0/src/newgrf_station.cpp:810:14: note: Null pointer dereference
openttd-1.8.0/src/newgrf_station.cpp:816:19: warning: Possible null pointer dereference: sprites [nullPointer]
openttd-1.8.0/src/newgrf_station.cpp:765:35: note: Assignment 'sprites=NULL', assigned value is 0
openttd-1.8.0/src/newgrf_station.cpp:816:19: note: Null pointer dereference
openttd-1.8.0/src/newgrf_station.cpp:817:18: warning: Possible null pointer dereference: sprites [nullPointer]
openttd-1.8.0/src/newgrf_station.cpp:765:35: note: Assignment 'sprites=NULL', assigned value is 0
openttd-1.8.0/src/newgrf_station.cpp:817:18: note: Null pointer dereference
openttd-1.8.0/src/roadstop_base.h:74:2: warning: Member variable 'RoadStop::next' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/roadstop_base.h:74:2: warning: Member variable 'RoadStop::east' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/roadstop_base.h:74:2: warning: Member variable 'RoadStop::west' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_class.h:21:0: style: The struct 'NewGRFClass < StationSpec , StationClassID , STAT_CLASS_MAX >' does not have a constructor although it has private member variables. [noConstructor]
openttd-1.8.0/src/newgrf_class.h:55:0: performance: Technically the member function 'NewGRFClass < StationSpec , StationClassID , STAT_CLASS_MAX >::IsUIAvailable' can be static. [functionStatic]
openttd-1.8.0/src/newgrf_station.cpp:46:0: note: Technically the member function 'NewGRFClass < StationSpec , StationClassID , STAT_CLASS_MAX >::IsUIAvailable' can be static.
openttd-1.8.0/src/newgrf_class.h:55:0: note: Technically the member function 'NewGRFClass < StationSpec , StationClassID , STAT_CLASS_MAX >::IsUIAvailable' can be static.
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < RoadStop ,unsigned short , 32 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/roadstop_base.h:74:2: style: Struct 'RoadStop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < RoadStop ,unsigned short , 32 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_storage.cpp:96:132: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf_text.cpp:645:59: style: Function 'AddGRFString' argument 3 names different: declaration 'langid' definition 'langid_to_add'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_text.h:23:59: note: Function 'AddGRFString' argument 3 names different: declaration 'langid' definition 'langid_to_add'.
openttd-1.8.0/src/newgrf_text.cpp:645:59: note: Function 'AddGRFString' argument 3 names different: declaration 'langid' definition 'langid_to_add'.
openttd-1.8.0/src/newgrf_text.cpp:817:2: warning: Member variable 'TextRefStack::stack' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/newgrf_text.cpp:107:7: style: Technically the member function 'GRFText::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < unsigned char , char * > , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/newgrf_text.cpp:811:1: warning: The struct 'TextRefStack' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/newgrf_town.cpp:122:53: style: Function 'StorePSA' argument 1 names different: declaration 'reg' definition 'pos'. [funcArgNamesDifferent]
openttd-1.8.0/src/newgrf_town.h:40:29: note: Function 'StorePSA' argument 1 names different: declaration 'reg' definition 'pos'.
openttd-1.8.0/src/newgrf_town.cpp:122:53: note: Function 'StorePSA' argument 1 names different: declaration 'reg' definition 'pos'.
openttd-1.8.0/src/newgrf_town.cpp:41:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/newgrf_town.cpp:139:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/news_gui.cpp:385:42: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/news_gui.cpp:391:42: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/news_gui.cpp:1011:2: warning: Member variable 'MessageHistoryWindow::line_height' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/news_gui.cpp:1011:2: warning: Member variable 'MessageHistoryWindow::date_width' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/news_gui.cpp:296:7: performance: Technically the member function 'NewsWindow::DrawNewsBorder' can be static. [functionStatic]
openttd-1.8.0/src/news_gui.cpp:1011:2: style: Struct 'MessageHistoryWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/news_gui.cpp:306:16: style: The function 'OnInitialPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:547:16: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:306:16: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:312:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:312:15: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:363:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:363:15: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:368:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:368:15: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:425:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:425:15: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:464:21: style: The function 'OnKeyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:602:21: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:464:21: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:479:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:479:15: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:488:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:488:15: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:1019:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:1019:15: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:1035:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:1035:15: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:1041:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:1041:15: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:1076:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:1076:15: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:1082:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:1082:15: note: Function in derived class
openttd-1.8.0/src/news_gui.cpp:1097:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/news_gui.cpp:1097:15: note: Function in derived class
openttd-1.8.0/src/object_cmd.cpp:662:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/object_gui.cpp:448:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/object_gui.cpp:463:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/object_gui.cpp:70:7: style: Unused private function: 'BuildObjectWindow::GetMatrixColumnCount' [unusedPrivateFunction]
openttd-1.8.0/src/object_gui.cpp:56:7: performance: Technically the member function 'BuildObjectWindow::CanRestoreSelectedObject' can be static. [functionStatic]
openttd-1.8.0/src/object_gui.cpp:350:7: performance: Technically the member function 'BuildObjectWindow::UpdateSelectSize' can be static. [functionStatic]
openttd-1.8.0/src/object_gui.cpp:102:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/object_gui.cpp:102:15: note: Function in derived class
openttd-1.8.0/src/object_gui.cpp:123:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/object_gui.cpp:123:15: note: Function in derived class
openttd-1.8.0/src/object_gui.cpp:213:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/object_gui.cpp:213:15: note: Function in derived class
openttd-1.8.0/src/object_gui.cpp:385:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/object_gui.cpp:385:15: note: Function in derived class
openttd-1.8.0/src/object_gui.cpp:390:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/object_gui.cpp:390:15: note: Function in derived class
openttd-1.8.0/src/object_gui.cpp:418:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/object_gui.cpp:418:15: note: Function in derived class
openttd-1.8.0/src/object_gui.cpp:424:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/object_gui.cpp:424:15: note: Function in derived class
openttd-1.8.0/src/openttd.cpp:1320:3: error: Using 'memcpy' on class that contains a 'std::list'. [memsetClass]
openttd-1.8.0/src/openttd.cpp:350:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/openttd.cpp:364:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/openttd.cpp:402:2: style: Struct 'AfterNewGRFScan' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < TownCache , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < CompanyInfrastructure , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/openttd.cpp:410:15: style: The function 'OnNewGRFsScanned' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_config.h:212:15: note: Virtual function in base class
openttd-1.8.0/src/openttd.cpp:410:15: note: Function in derived class
openttd-1.8.0/src/order_backup.cpp:190:48: style: Function 'Reset' argument 1 names different: declaration 'tile' definition 't'. [funcArgNamesDifferent]
openttd-1.8.0/src/order_backup.h:62:30: note: Function 'Reset' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/order_backup.cpp:190:48: note: Function 'Reset' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/order_backup.cpp:45:14: warning: Member variable 'OrderBackup::orders' is not initialized in the constructor. [uninitMemberVarPrivate]
openttd-1.8.0/src/order_base.h:346:6: performance: Technically the member function 'OrderList::GetPositionInSharedOrderList' can be static. [functionStatic]
openttd-1.8.0/src/order_cmd.cpp:581:16: note: Technically the member function 'OrderList::GetPositionInSharedOrderList' can be static.
openttd-1.8.0/src/order_base.h:346:6: note: Technically the member function 'OrderList::GetPositionInSharedOrderList' can be static.
openttd-1.8.0/src/roadveh.h:149:16: performance: Technically the member function 'RoadVehicle::GetPoweredPartPower' can be static. [functionStatic]
openttd-1.8.0/src/roadveh.h:185:14: performance: Technically the member function 'RoadVehicle::GetAirDragArea' can be static. [functionStatic]
openttd-1.8.0/src/roadveh.h:235:13: performance: Technically the member function 'RoadVehicle::GetAccelerationType' can be static. [functionStatic]
openttd-1.8.0/src/roadveh.h:244:16: performance: Technically the member function 'RoadVehicle::GetSlopeSteepness' can be static. [functionStatic]
openttd-1.8.0/src/roadveh.h:253:16: performance: Technically the member function 'RoadVehicle::GetMaxTrackSpeed' can be static. [functionStatic]
openttd-1.8.0/src/order_gui.cpp:798:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:798:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:835:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:835:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1070:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1070:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1080:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1080:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1138:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1138:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1159:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1159:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1324:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1324:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1347:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1347:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1390:15: style: The function 'OnDragDrop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:650:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1390:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1423:21: style: The function 'OnHotkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:604:21: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1423:21: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1444:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1444:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1475:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1475:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1487:15: style: The function 'OnMouseDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:643:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1487:15: note: Function in derived class
openttd-1.8.0/src/order_gui.cpp:1507:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/order_gui.cpp:1507:15: note: Function in derived class
openttd-1.8.0/src/os/macosx/crashlog_osx.cpp:158:2: style: Class 'CrashLogOSX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/os/macosx/crashlog_osx.cpp:55:22: style: The function 'LogOSVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/crashlog.h:37:16: note: Virtual function in base class
openttd-1.8.0/src/os/macosx/crashlog_osx.cpp:55:22: note: Function in derived class
openttd-1.8.0/src/os/macosx/crashlog_osx.cpp:74:22: style: The function 'LogError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/crashlog.h:54:16: note: Virtual function in base class
openttd-1.8.0/src/os/macosx/crashlog_osx.cpp:74:22: note: Function in derived class
openttd-1.8.0/src/os/macosx/crashlog_osx.cpp:86:22: style: The function 'LogStacktrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/crashlog.h:63:16: note: Virtual function in base class
openttd-1.8.0/src/os/macosx/crashlog_osx.cpp:86:22: note: Function in derived class
openttd-1.8.0/src/os/unix/crashlog_unix.cpp:139:2: style: Class 'CrashLogUnix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/os/unix/crashlog_unix.cpp:43:22: style: The function 'LogOSVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/crashlog.h:37:16: note: Virtual function in base class
openttd-1.8.0/src/os/unix/crashlog_unix.cpp:43:22: note: Function in derived class
openttd-1.8.0/src/os/unix/crashlog_unix.cpp:63:22: style: The function 'LogError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/crashlog.h:54:16: note: Virtual function in base class
openttd-1.8.0/src/os/unix/crashlog_unix.cpp:63:22: note: Function in derived class
openttd-1.8.0/src/os/unix/crashlog_unix.cpp:108:22: style: The function 'LogStacktrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/crashlog.h:63:16: note: Virtual function in base class
openttd-1.8.0/src/os/unix/crashlog_unix.cpp:108:22: note: Function in derived class
openttd-1.8.0/src/os/windows/crashlog_win.cpp:134:9: style: The scope of the variable 'crc' can be reduced. [variableScope]
openttd-1.8.0/src/os/windows/crashlog_win.cpp:210:55: style: Function 'LogModules' argument 1 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent]
openttd-1.8.0/src/os/windows/crashlog_win.cpp:50:39: note: Function 'LogModules' argument 1 names different: declaration 'buffer' definition 'output'.
openttd-1.8.0/src/os/windows/crashlog_win.cpp:210:55: note: Function 'LogModules' argument 1 names different: declaration 'buffer' definition 'output'.
openttd-1.8.0/src/os/windows/crashlog_win.cpp:212:15: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/os/windows/crashlog_win.cpp:646:18: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/os/windows/crashlog_win.cpp:671:21: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/os/windows/crashlog_win.cpp:72:2: style: Class 'CrashLogWindows' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/os/windows/crashlog_win.cpp:46:22: style: The function 'LogOSVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/crashlog.h:37:16: note: Virtual function in base class
openttd-1.8.0/src/os/windows/crashlog_win.cpp:46:22: note: Function in derived class
openttd-1.8.0/src/os/windows/crashlog_win.cpp:47:22: style: The function 'LogError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/crashlog.h:54:16: note: Virtual function in base class
openttd-1.8.0/src/os/windows/crashlog_win.cpp:47:22: note: Function in derived class
openttd-1.8.0/src/os/windows/crashlog_win.cpp:48:22: style: The function 'LogStacktrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/crashlog.h:63:16: note: Virtual function in base class
openttd-1.8.0/src/os/windows/crashlog_win.cpp:48:22: note: Function in derived class
openttd-1.8.0/src/os/windows/crashlog_win.cpp:49:22: style: The function 'LogRegisters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/crashlog.h:72:16: note: Virtual function in base class
openttd-1.8.0/src/os/windows/crashlog_win.cpp:49:22: note: Function in derived class
openttd-1.8.0/src/os/windows/crashlog_win.cpp:50:22: style: The function 'LogModules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/crashlog.h:81:16: note: Virtual function in base class
openttd-1.8.0/src/os/windows/crashlog_win.cpp:50:22: note: Function in derived class
openttd-1.8.0/src/os/windows/crashlog_win.cpp:143:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/os/windows/crashlog_win.cpp:501:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/os/windows/crashlog_win.cpp:509:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/os/windows/win32.cpp:680:47: style: Function 'convert_to_fs' argument 2 names different: declaration 'utf16_buf' definition 'system_buf'. [funcArgNamesDifferent]
openttd-1.8.0/src/os/windows/win32.h:22:47: note: Function 'convert_to_fs' argument 2 names different: declaration 'utf16_buf' definition 'system_buf'.
openttd-1.8.0/src/os/windows/win32.cpp:680:47: note: Function 'convert_to_fs' argument 2 names different: declaration 'utf16_buf' definition 'system_buf'.
openttd-1.8.0/src/os/windows/win32.cpp:658:20: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/os/windows/win32.cpp:692:20: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/os/windows/win32.cpp:266:58: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/osk_gui.cpp:97:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/osk_gui.cpp:97:15: note: Function in derived class
openttd-1.8.0/src/osk_gui.cpp:102:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/osk_gui.cpp:102:15: note: Function in derived class
openttd-1.8.0/src/osk_gui.cpp:113:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/osk_gui.cpp:113:15: note: Function in derived class
openttd-1.8.0/src/osk_gui.cpp:195:15: style: The function 'OnEditboxChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:713:15: note: Virtual function in base class
openttd-1.8.0/src/osk_gui.cpp:195:15: note: Function in derived class
openttd-1.8.0/src/osk_gui.cpp:202:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/osk_gui.cpp:202:15: note: Function in derived class
openttd-1.8.0/src/osk_gui.cpp:209:15: style: The function 'OnFocusLost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:593:15: note: Virtual function in base class
openttd-1.8.0/src/osk_gui.cpp:209:15: note: Function in derived class
openttd-1.8.0/src/pathfinder/npf/aystar.cpp:39:9: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/aystar.cpp:62:9: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/aystar.cpp:73:22: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/aystar.cpp:295:0: style: Function 'Init' argument 2 names different: declaration 'num_buckets' definition 'key2'. [funcArgNamesDifferent]
openttd-1.8.0/src/pathfinder/npf/aystar.h:147:37: note: Function 'Init' argument 2 names different: declaration 'num_buckets' definition 'key2'.
openttd-1.8.0/src/pathfinder/npf/aystar.cpp:295:0: note: Function 'Init' argument 2 names different: declaration 'num_buckets' definition 'key2'.
openttd-1.8.0/src/pathfinder/npf/npf.cpp:155:35: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:156:28: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:160:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:415:38: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:536:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:546:32: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:556:35: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:617:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:618:28: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:625:34: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:627:33: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:852:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/follow_track.hpp:449:0: style: The scope of the variable 'min_speed' can be reduced. [variableScope]
openttd-1.8.0/src/pathfinder/npf/npf.cpp:922:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/pathfinder/follow_track.hpp:186:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_veh_owner' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_old_tile' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_old_td' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_new_tile' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_new_td_bits' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_exitdir' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_is_tunnel' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_is_bridge' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_is_station' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_tiles_skipped' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_err' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_pPerf' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:0: warning: Member variable 'CFollowTrackT < TRANSPORT_RAIL , Train , true , false >::m_railtypes' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/pf_performance_timer.hpp:39:15: performance: Technically the member function 'CPerformanceTimer::QueryTime' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/pf_performance_timer.hpp:44:15: performance: Technically the member function 'CPerformanceTimer::QueryFrequency' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/pf_performance_timer.hpp:77:14: performance: Technically the member function 'CPerfStartFake::Stop' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/pf_performance_timer.hpp:54:2: style: Struct 'CPerfStartReal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/pathfinder/pf_performance_timer.hpp:75:2: style: Struct 'CPerfStartFake' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/pathfinder/npf/queue.cpp:245:18: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/pathfinder/npf/queue.cpp:108:7: style: The scope of the variable 'j' can be reduced. [variableScope]
openttd-1.8.0/src/pathfinder/npf/queue.cpp:154:8: style: The scope of the variable 'j' can be reduced. [variableScope]
openttd-1.8.0/src/misc/binaryheap.hpp:128:8: style: The scope of the variable 'parent' can be reduced. [variableScope]
openttd-1.8.0/src/pathfinder/follow_track.hpp:449:7: style: The scope of the variable 'min_speed' can be reduced. [variableScope]
openttd-1.8.0/src/misc/fixedsizearray.hpp:128:19: style: Checking if unsigned variable 'Length()' is less than zero. This might be a false warning. [unsignedLessThanZero]
openttd-1.8.0/src/pathfinder/yapf/yapf_rail.cpp:607:61: style: Function 'YapfTrainFindNearestDepot' argument 2 names different: declaration 'max_distance' definition 'max_penalty'. [funcArgNamesDifferent]
openttd-1.8.0/src/pathfinder/yapf/yapf.h:80:61: note: Function 'YapfTrainFindNearestDepot' argument 2 names different: declaration 'max_distance' definition 'max_penalty'.
openttd-1.8.0/src/pathfinder/yapf/yapf_rail.cpp:607:61: note: Function 'YapfTrainFindNearestDepot' argument 2 names different: declaration 'max_distance' definition 'max_penalty'.
openttd-1.8.0/src/pathfinder/follow_track.hpp:186:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/misc/hashtable.hpp:215:0: error: Boolean value assigned to pointer. [assignBoolToPointer]
openttd-1.8.0/src/pathfinder/yapf/yapf_node_rail.hpp:167:0: style: Boolean variable 'm_choice_seen' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_veh_owner' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_old_tile' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_old_td' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_new_tile' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_new_td_bits' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_exitdir' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_is_tunnel' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_is_bridge' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_is_station' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_tiles_skipped' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_err' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_pPerf' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/follow_track.hpp:56:2: warning: Member variable 'CFollowTrackT::m_railtypes' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/pathfinder/yapf/yapf_rail.cpp:40:1: style: The class 'CYapfReserveTrack' does not have a constructor although it has private member variables. [noConstructor]
openttd-1.8.0/src/misc/array.hpp:64:14: style: Technically the member function 'SmallArray::IsEmpty' can be const. [functionConst]
openttd-1.8.0/src/pathfinder/yapf/nodelist.hpp:54:13: style: Technically the member function 'CNodeList_HashTableT::OpenCount' can be const. [functionConst]
openttd-1.8.0/src/pathfinder/yapf/nodelist.hpp:60:13: style: Technically the member function 'CNodeList_HashTableT::ClosedCount' can be const. [functionConst]
openttd-1.8.0/src/pathfinder/yapf/nodelist.hpp:144:13: style: Technically the member function 'CNodeList_HashTableT::TotalCount' can be const. [functionConst]
openttd-1.8.0/src/pathfinder/yapf/yapf_common.hpp:143:14: style: Technically the member function 'CYapfDestinationTileT::PfDetectDestination' can be const. [functionConst]
openttd-1.8.0/src/pathfinder/yapf/yapf_costcache.hpp:33:14: performance: Technically the member function 'CYapfSegmentCostCacheNoneT::PfNodeCacheFetch' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_costcache.hpp:42:14: performance: Technically the member function 'CYapfSegmentCostCacheNoneT::PfNodeCacheFlush' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_costcache.hpp:89:14: performance: Technically the member function 'CYapfSegmentCostCacheLocalT::PfNodeCacheFlush' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_costcache.hpp:226:14: performance: Technically the member function 'CYapfSegmentCostCacheGlobalT::PfNodeCacheFlush' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_costrail.hpp:153:14: performance: Technically the member function 'CYapfCostRailT::IsAnyStationTileReserved' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_costrail.hpp:631:14: performance: Technically the member function 'CYapfCostRailT::ConnectNodeToCachedData' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_destrail.hpp:57:14: performance: Technically the member function 'CYapfDestinationAnyDepotRailT::PfDetectDestination' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_destrail.hpp:67:14: performance: Technically the member function 'CYapfDestinationAnyDepotRailT::PfCalcEstimate' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_destrail.hpp:105:14: performance: Technically the member function 'CYapfDestinationAnySafeTileRailT::PfCalcEstimate' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_destrail.hpp:167:14: style: Technically the member function 'CYapfDestinationTileOrStationRailT::PfDetectDestination' can be const. [functionConst]
openttd-1.8.0/src/pathfinder/yapf/yapf_rail.cpp:73:7: style: Technically the member function 'CYapfReserveTrack::ReserveRailStationPlatform' can be const. [functionConst]
openttd-1.8.0/src/pathfinder/yapf/yapf_rail.cpp:112:7: style: Technically the member function 'CYapfReserveTrack::UnreserveSingleTrack' can be const. [functionConst]
openttd-1.8.0/src/pathfinder/yapf/yapf_rail.cpp:221:14: performance: Technically the member function 'CYapfFollowAnyDepotRailT::TransportTypeChar' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_rail.cpp:312:14: performance: Technically the member function 'CYapfFollowAnySafeTileRailT::TransportTypeChar' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_rail.cpp:395:14: performance: Technically the member function 'CYapfFollowRailT::TransportTypeChar' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_node_rail.hpp:22:2: style: Struct 'CYapfRailSegmentKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/pathfinder/yapf/yapf_node_rail.hpp:78:2: style: Struct 'CYapfRailSegment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/misc/fixedsizearray.hpp:24:1: warning: The struct 'FixedSizeArray' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/pathfinder/yapf/yapf_node_rail.hpp:16:1: warning: The struct 'CYapfRailSegmentKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/pathfinder/yapf/yapf_costrail.hpp:29:2: warning: The struct 'TILE' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openttd-1.8.0/src/pathfinder/yapf/yapf_road.cpp:503:73: style: Function 'YapfRoadVehicleFindNearestDepot' argument 2 names different: declaration 'max_penalty' definition 'max_distance'. [funcArgNamesDifferent]
openttd-1.8.0/src/pathfinder/yapf/yapf.h:70:73: note: Function 'YapfRoadVehicleFindNearestDepot' argument 2 names different: declaration 'max_penalty' definition 'max_distance'.
openttd-1.8.0/src/pathfinder/yapf/yapf_road.cpp:503:73: note: Function 'YapfRoadVehicleFindNearestDepot' argument 2 names different: declaration 'max_penalty' definition 'max_distance'.
openttd-1.8.0/src/pathfinder/yapf/yapf_road.cpp:186:14: performance: Technically the member function 'CYapfDestinationAnyDepotRoadT::PfDetectDestination' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_road.cpp:192:14: performance: Technically the member function 'CYapfDestinationAnyDepotRoadT::PfDetectDestinationTile' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_road.cpp:201:14: performance: Technically the member function 'CYapfDestinationAnyDepotRoadT::PfCalcEstimate' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_road.cpp:255:14: style: Technically the member function 'CYapfDestinationTileRoadT::PfDetectDestinationTile' can be const. [functionConst]
openttd-1.8.0/src/pathfinder/yapf/yapf_road.cpp:331:14: performance: Technically the member function 'CYapfFollowRoadT::TransportTypeChar' can be static. [functionStatic]
openttd-1.8.0/src/pathfinder/yapf/yapf_ship.cpp:52:14: performance: Technically the member function 'CYapfFollowShipT::TransportTypeChar' can be static. [functionStatic]
openttd-1.8.0/src/pbs.cpp:268:31: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/rail.cpp:257:41: style: Function 'GetCompanyRailtypes' argument 1 names different: declaration 'c' definition 'company'. [funcArgNamesDifferent]
openttd-1.8.0/src/rail.h:427:47: note: Function 'GetCompanyRailtypes' argument 1 names different: declaration 'c' definition 'company'.
openttd-1.8.0/src/rail.cpp:257:41: note: Function 'GetCompanyRailtypes' argument 1 names different: declaration 'c' definition 'company'.
openttd-1.8.0/src/rail.cpp:229:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/rail.cpp:288:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/rail.cpp:295:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/rail_cmd.cpp:1563:34: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/rail_cmd.cpp:2514:45: style: Function 'DrawTrainDepotSprite' argument 3 names different: declaration 'image' definition 'dir'. [funcArgNamesDifferent]
openttd-1.8.0/src/rail.h:415:45: note: Function 'DrawTrainDepotSprite' argument 3 names different: declaration 'image' definition 'dir'.
openttd-1.8.0/src/rail_cmd.cpp:2514:45: note: Function 'DrawTrainDepotSprite' argument 3 names different: declaration 'image' definition 'dir'.
openttd-1.8.0/src/rail_cmd.cpp:140:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/rail_cmd.cpp:146:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/rail_cmd.cpp:159:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/rail_cmd.cpp:2645:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < Train * , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < Train * , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/rail_cmd.cpp:2332:119: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/rail_cmd.cpp:2333:119: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/rail_cmd.cpp:2334:119: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/rail_cmd.cpp:2335:119: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/rail_gui.cpp:195:155: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openttd-1.8.0/src/rail_gui.cpp:732:117: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openttd-1.8.0/src/rail_gui.cpp:889:96: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openttd-1.8.0/src/rail_gui.cpp:1221:5: style: Variable '_settings_client.gui.station_dragdrop' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openttd-1.8.0/src/rail_gui.cpp:1219:5: note: Variable '_settings_client.gui.station_dragdrop' is reassigned a value before the old one has been used if variable is no semaphore variable.
openttd-1.8.0/src/rail_gui.cpp:1221:5: note: Variable '_settings_client.gui.station_dragdrop' is reassigned a value before the old one has been used if variable is no semaphore variable.
openttd-1.8.0/src/rail_gui.cpp:1256:5: style: Variable '_settings_client.gui.station_dragdrop' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openttd-1.8.0/src/rail_gui.cpp:1254:5: note: Variable '_settings_client.gui.station_dragdrop' is reassigned a value before the old one has been used if variable is no semaphore variable.
openttd-1.8.0/src/rail_gui.cpp:1256:5: note: Variable '_settings_client.gui.station_dragdrop' is reassigned a value before the old one has been used if variable is no semaphore variable.
openttd-1.8.0/src/rail_gui.cpp:1015:68: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openttd-1.8.0/src/rail_gui.cpp:1075:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/rail_gui.cpp:1921:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/rail_gui.cpp:1931:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/rail_gui.cpp:1513:2: warning: Member variable 'BuildSignalWindow::sig_sprite_size' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/rail_gui.cpp:1513:2: warning: Member variable 'BuildSignalWindow::sig_sprite_bottom_offset' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/rail_gui.cpp:443:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:443:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:510:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:510:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:524:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:524:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:616:21: style: The function 'OnHotkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:604:21: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:616:21: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:622:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:622:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:683:15: style: The function 'OnPlaceDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:758:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:683:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:691:15: style: The function 'OnPlaceMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:769:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:691:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:744:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:744:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:758:15: style: The function 'OnPlacePresize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:778:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:758:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:764:21: style: The function 'OnCTRLStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:611:21: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:764:21: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:999:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:999:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1049:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1049:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1106:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1106:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1180:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1180:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1187:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1187:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1195:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1195:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1371:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1371:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1524:15: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1524:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1544:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1544:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1555:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1555:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1564:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1564:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1576:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1576:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1633:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1633:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1705:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1705:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1713:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1713:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1720:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1720:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1794:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1794:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1813:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1813:15: note: Function in derived class
openttd-1.8.0/src/rail_gui.cpp:1828:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/rail_gui.cpp:1828:15: note: Function in derived class
openttd-1.8.0/src/road.cpp:49:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/road_cmd.cpp:717:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/road_cmd.cpp:1086:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/road_cmd.cpp:1778:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/road_cmd.cpp:1788:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/road_cmd.cpp:1297:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/road_gui.cpp:982:106: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openttd-1.8.0/src/road_gui.cpp:96:61: style: Function 'CcBuildRoadTunnel' argument 2 names different: declaration 'tile' definition 'start_tile'. [funcArgNamesDifferent]
openttd-1.8.0/src/command_func.h:113:0: note: Function 'CcBuildRoadTunnel' argument 2 names different: declaration 'tile' definition 'start_tile'.
openttd-1.8.0/src/road_gui.cpp:96:61: note: Function 'CcBuildRoadTunnel' argument 2 names different: declaration 'tile' definition 'start_tile'.
openttd-1.8.0/src/road_gui.cpp:338:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:338:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:406:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:406:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:486:21: style: The function 'OnHotkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:604:21: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:486:21: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:492:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:492:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:546:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:546:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:563:15: style: The function 'OnPlaceDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:758:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:563:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:606:15: style: The function 'OnPlaceMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:769:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:606:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:658:15: style: The function 'OnPlacePresize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:778:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:658:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:664:21: style: The function 'OnCTRLStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:611:21: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:664:21: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:873:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:873:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:881:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:881:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:888:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:888:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:978:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:978:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:1005:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:1005:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:1013:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:1013:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:1021:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:1021:15: note: Function in derived class
openttd-1.8.0/src/road_gui.cpp:1052:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/road_gui.cpp:1052:15: note: Function in derived class
openttd-1.8.0/src/roadstop.cpp:332:40: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/roadstop.cpp:341:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/roadstop.cpp:372:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/roadveh_cmd.cpp:522:21: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/roadveh_cmd.cpp:621:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/roadveh_cmd.cpp:772:27: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/afterload.cpp:1383:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openttd-1.8.0/src/saveload/afterload.cpp:104:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/saveload/afterload.cpp:452:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/saveload/afterload.cpp:1557:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/saveload/afterload.cpp:1811:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/saveload/afterload.cpp:3024:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Sign ,unsigned short , 16 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < Subsidy ,unsigned short , 1 , 256 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Sign ,unsigned short , 16 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < Subsidy ,unsigned short , 1 , 256 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < unsigned int , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/saveload/ai_sl.cpp:64:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/core/pool_type.hpp:165:0: style: Technically the member function 'Pool < EngineRenew ,unsigned short , 16 , 64000 , PT_NORMAL , false , true >::PoolItem::operatordelete' can be const. [functionConst]
openttd-1.8.0/src/core/pool_type.hpp:102:0: style: Struct 'Pool < EngineRenew ,unsigned short , 16 , 64000 , PT_NORMAL , false , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/saveload/cargomonitor_sl.cpp:47:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/saveload/cargomonitor_sl.cpp:82:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/saveload/cargopacket_sl.cpp:97:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/cargopacket_sl.cpp:98:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/cargopacket_sl.cpp:99:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/cargopacket_sl.cpp:100:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/cargopacket_sl.cpp:101:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/cargopacket_sl.cpp:102:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/cargopacket_sl.cpp:103:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/cargopacket_sl.cpp:104:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/cargopacket_sl.cpp:107:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/company_sl.cpp:135:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/saveload/company_sl.cpp:157:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/saveload/company_sl.cpp:214:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/saveload/depot_sl.cpp:52:51: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/game_sl.cpp:122:2: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openttd-1.8.0/src/saveload/game_sl.cpp:128:2: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openttd-1.8.0/src/newgrf_storage.h:134:0: style: The function 'ClearChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/newgrf_storage.h:47:15: note: Virtual function in base class
openttd-1.8.0/src/newgrf_storage.h:134:0: note: Function in derived class
openttd-1.8.0/src/saveload/labelmaps_sl.cpp:101:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < unsigned int , RAILTYPE_END >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < RailType , RAILTYPE_END >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/saveload/linkgraph_sl.cpp:35:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/linkgraph_sl.cpp:37:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/linkgraph_sl.cpp:59:32: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/linkgraph_sl.cpp:60:29: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/linkgraph_sl.cpp:78:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/linkgraph_sl.cpp:79:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/linkgraph_sl.cpp:99:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/linkgraph_sl.cpp:100:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/linkgraph_sl.cpp:55:21: style: The scope of the variable 'prefix' can be reduced. [variableScope]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SaveLoad , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/saveload/oldloader.cpp:268:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openttd-1.8.0/src/saveload/oldloader_sl.cpp:1353:13: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/oldloader_sl.cpp:1805:17: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:107:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:108:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:109:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:110:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:111:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:112:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:113:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:114:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:115:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:119:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:212:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:253:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:254:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:255:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:256:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:257:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:258:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:259:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:260:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:261:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:262:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:263:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:264:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:265:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:266:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:267:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/order_sl.cpp:268:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1249:32: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1250:32: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1251:32: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1252:32: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1253:32: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1254:37: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1255:37: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1256:37: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1257:37: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1258:37: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1259:37: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1632:18: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/saveload.cpp:1670:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openttd-1.8.0/src/saveload/saveload.cpp:1671:9: style: The scope of the variable 'endoffs' can be reduced. [variableScope]
openttd-1.8.0/src/saveload/saveload.cpp:1710:9: style: The scope of the variable 'len' can be reduced. [variableScope]
openttd-1.8.0/src/saveload/saveload.cpp:1711:9: style: The scope of the variable 'endoffs' can be reduced. [variableScope]
openttd-1.8.0/src/saveload/saveload.cpp:1847:22: style: The scope of the variable 'ch' can be reduced. [variableScope]
openttd-1.8.0/src/saveload/saveload.cpp:1862:22: style: The scope of the variable 'ch' can be reduced. [variableScope]
openttd-1.8.0/src/saveload/saveload.cpp:1533:27: style: Function 'SlObjectMember' argument 1 names different: declaration 'object' definition 'ptr'. [funcArgNamesDifferent]
openttd-1.8.0/src/saveload/saveload.h:548:27: note: Function 'SlObjectMember' argument 1 names different: declaration 'object' definition 'ptr'.
openttd-1.8.0/src/saveload/saveload.cpp:1533:27: note: Function 'SlObjectMember' argument 1 names different: declaration 'object' definition 'ptr'.
openttd-1.8.0/src/saveload/saveload.cpp:310:2: warning: Member variable 'ReadBuffer::buf' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/saveload/saveload.cpp:310:2: style: Struct 'ReadBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/saveload/saveload.cpp:1902:2: style: Struct 'FileReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/saveload/saveload.cpp:1941:2: style: Struct 'FileWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/saveload/saveload.cpp:2073:2: style: Struct 'NoCompLoadFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < unsigned char * , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/saveload/saveload.cpp:1916:23: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/saveload/saveload_filter.h:40:17: note: Virtual function in base class
openttd-1.8.0/src/saveload/saveload.cpp:1916:23: note: Function in derived class
openttd-1.8.0/src/saveload/saveload.cpp:1924:21: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/saveload/saveload_filter.h:45:15: note: Virtual function in base class
openttd-1.8.0/src/saveload/saveload.cpp:1924:21: note: Function in derived class
openttd-1.8.0/src/saveload/saveload.cpp:1954:21: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/saveload/saveload_filter.h:85:15: note: Virtual function in base class
openttd-1.8.0/src/saveload/saveload.cpp:1954:21: note: Function in derived class
openttd-1.8.0/src/saveload/saveload.cpp:1962:21: style: The function 'Finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/saveload/saveload_filter.h:90:15: note: Virtual function in base class
openttd-1.8.0/src/saveload/saveload.cpp:1962:21: note: Function in derived class
openttd-1.8.0/src/saveload/saveload.cpp:2077:23: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/saveload/saveload_filter.h:40:17: note: Virtual function in base class
openttd-1.8.0/src/saveload/saveload.cpp:2077:23: note: Function in derived class
openttd-1.8.0/src/saveload/saveload.cpp:2094:21: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/saveload/saveload_filter.h:85:15: note: Virtual function in base class
openttd-1.8.0/src/saveload/saveload.cpp:2094:21: note: Function in derived class
openttd-1.8.0/src/saveload/station_sl.cpp:270:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/station_sl.cpp:271:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/station_sl.cpp:272:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/station_sl.cpp:273:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/station_sl.cpp:278:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/station_sl.cpp:279:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/station_sl.cpp:282:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/station_sl.cpp:285:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/station_sl.cpp:286:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/station_sl.cpp:287:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/station_sl.cpp:289:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/station_sl.cpp:527:33: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/town_sl.cpp:235:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/town_sl.cpp:236:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/town_sl.cpp:237:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:578:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:580:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:581:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:582:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:583:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:584:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:585:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:586:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:587:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:588:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:589:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:591:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:592:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:593:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:594:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:595:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:596:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:597:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:599:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:600:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:601:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:602:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:604:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:605:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:606:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:607:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:608:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:610:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:611:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:612:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:613:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:615:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:616:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:621:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:622:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:624:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:625:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:626:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:628:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:629:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:630:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:632:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:633:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:635:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:640:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:641:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:644:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:645:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:646:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:649:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:650:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:653:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:654:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:655:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:656:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:658:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:659:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:661:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:662:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:663:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:664:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:665:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:666:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:667:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:668:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:669:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:670:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:671:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:672:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:673:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:674:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:675:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:676:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:677:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:679:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:681:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:682:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:684:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:685:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:686:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:687:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:691:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:692:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:694:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:695:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:697:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:698:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:699:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:701:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:703:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:704:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:706:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:713:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:715:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:716:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:717:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:718:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:720:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:721:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:722:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:724:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:726:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:727:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:728:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:734:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:736:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:737:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:738:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:739:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:740:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:741:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:742:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:744:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:745:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:746:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:747:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:748:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:754:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:756:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:758:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:764:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:766:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:767:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:769:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:770:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:772:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:774:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:775:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:776:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:778:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:779:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:781:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:787:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:789:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:791:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:792:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:794:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:795:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:796:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:797:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:798:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:799:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:801:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:802:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:803:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:804:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:806:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:807:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:809:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:811:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:817:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:819:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:821:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:822:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:823:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:824:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:825:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:827:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:828:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:829:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:830:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:831:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:832:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:833:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:835:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:836:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:837:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:838:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:839:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:841:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:842:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:843:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:844:8: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:846:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:847:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:848:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:849:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:850:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/saveload/vehicle_sl.cpp:852:3: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < OldWaypoint , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/screenshot.cpp:204:20: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/screenshot.cpp:621:17: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/screenshot.cpp:623:6: style: The scope of the variable 'wx' can be reduced. [variableScope]
openttd-1.8.0/src/screenshot.cpp:416:9: style: struct member 'PcxHeader::unused' is never used. [unusedStructMember]
openttd-1.8.0/src/screenshot.cpp:419:7: style: struct member 'PcxHeader::pal_small' is never used. [unusedStructMember]
openttd-1.8.0/src/screenshot.cpp:426:7: style: struct member 'PcxHeader::filler' is never used. [unusedStructMember]
openttd-1.8.0/src/screenshot.cpp:185:16: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/misc/countedptr.hpp:38:0: style: Class 'CCountedPtr < Text >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_bridgelist.hpp:37:2: style: Class 'ScriptBridgeList_Length' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_cargolist.hpp:39:2: style: Class 'ScriptCargoList_IndustryAccepting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_cargolist.hpp:52:2: style: Class 'ScriptCargoList_IndustryProducing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_cargolist.hpp:65:2: style: Class 'ScriptCargoList_StationAccepting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_companymode.hpp:45:2: style: Class 'ScriptCompanyMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_controller.cpp:82:108: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_fatalerror.hpp:32:14: style: Technically the member function 'Script_FatalError::GetErrorMessage' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_controller.hpp:58:2: style: Class 'ScriptController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/script_fatalerror.hpp:24:2: style: Class 'Script_FatalError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_depotlist.hpp:28:2: style: Class 'ScriptDepotList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_enginelist.hpp:28:2: style: Class 'ScriptEngineList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_event.cpp:33:26: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event.cpp:49:26: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event.cpp:57:26: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_event.cpp:69:26: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_execmode.hpp:53:15: style: The function 'FinalRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/misc/countedptr.hpp:218:15: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_execmode.hpp:53:15: note: Function in derived class
openttd-1.8.0/src/script/api/script_group.cpp:102:56: style: Function 'EnableWagonRemoval' argument 1 names different: declaration 'keep_length' definition 'enable_removal'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_group.hpp:135:38: note: Function 'EnableWagonRemoval' argument 1 names different: declaration 'keep_length' definition 'enable_removal'.
openttd-1.8.0/src/script/api/script_group.cpp:102:56: note: Function 'EnableWagonRemoval' argument 1 names different: declaration 'keep_length' definition 'enable_removal'.
openttd-1.8.0/src/script/api/script_industrylist.hpp:37:2: style: Class 'ScriptIndustryList_CargoAccepting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_industrylist.hpp:51:2: style: Class 'ScriptIndustryList_CargoProducing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_infrastructure.cpp:48:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_infrastructure.cpp:59:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_infrastructure.cpp:106:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_infrastructure.cpp:117:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_list.cpp:127:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_list.cpp:129:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_list.cpp:226:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_list.cpp:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_list.cpp:303:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_list.cpp:381:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_list.cpp:563:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_list.cpp:706:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_list.cpp:867:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_list.hpp:104:7: style: Technically the member function 'ScriptList::IsEmpty' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_list.cpp:480:18: note: Technically the member function 'ScriptList::IsEmpty' can be const.
openttd-1.8.0/src/script/api/script_list.hpp:104:7: note: Technically the member function 'ScriptList::IsEmpty' can be const.
openttd-1.8.0/src/script/api/script_list.hpp:117:8: style: Technically the member function 'ScriptList::Count' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_list.cpp:494:19: note: Technically the member function 'ScriptList::Count' can be const.
openttd-1.8.0/src/script/api/script_list.hpp:117:8: note: Technically the member function 'ScriptList::Count' can be const.
openttd-1.8.0/src/script/api/script_list.cpp:53:7: style: Technically the member function 'ScriptListSorter::IsEnd' can be const. [functionConst]
openttd-1.8.0/src/script/api/script_list.cpp:412:8: style: Class 'ScriptList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openttd-1.8.0/src/script/api/script_list.cpp:412:8: style: Class 'ScriptList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openttd-1.8.0/src/script/api/script_list.cpp:89:2: style: Class 'ScriptListSorterValueAscending' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_list.cpp:178:2: style: Class 'ScriptListSorterValueDescending' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_list.cpp:270:2: style: Class 'ScriptListSorterItemAscending' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_list.cpp:343:2: style: Class 'ScriptListSorterItemDescending' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_list.cpp:95:8: style: The function 'Begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:38:16: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:95:8: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:110:7: style: The function 'End' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:43:15: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:110:7: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:140:8: style: The function 'Next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:48:16: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:140:8: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:149:7: style: The function 'Remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:61:15: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:149:7: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:184:8: style: The function 'Begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:38:16: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:184:8: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:204:7: style: The function 'End' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:43:15: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:204:7: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:237:8: style: The function 'Next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:48:16: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:237:8: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:246:7: style: The function 'Remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:61:15: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:246:7: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:276:8: style: The function 'Begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:38:16: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:276:8: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:289:7: style: The function 'End' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:43:15: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:289:7: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:307:8: style: The function 'Next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:48:16: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:307:8: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:316:7: style: The function 'Remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:61:15: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:316:7: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:349:8: style: The function 'Begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:38:16: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:349:8: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:363:7: style: The function 'End' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:43:15: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:363:7: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:386:8: style: The function 'Next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:48:16: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:386:8: note: Function in derived class
openttd-1.8.0/src/script/api/script_list.cpp:395:7: style: The function 'Remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/script/api/script_list.cpp:61:15: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_list.cpp:395:7: note: Function in derived class
openttd-1.8.0/src/script/api/script_log.cpp:85:17: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_map.cpp:18:52: style: Function 'IsValidTile' argument 1 names different: declaration 'tile' definition 't'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_map.hpp:31:36: note: Function 'IsValidTile' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/script/api/script_map.cpp:18:52: note: Function 'IsValidTile' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/script/api/script_map.cpp:38:50: style: Function 'GetTileX' argument 1 names different: declaration 'tile' definition 't'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_map.hpp:61:34: note: Function 'GetTileX' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/script/api/script_map.cpp:38:50: note: Function 'GetTileX' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/script/api/script_map.cpp:44:50: style: Function 'GetTileY' argument 1 names different: declaration 'tile' definition 't'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_map.hpp:70:34: note: Function 'GetTileY' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/script/api/script_map.cpp:44:50: note: Function 'GetTileY' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/script/api/script_map.cpp:55:59: style: Function 'DistanceManhattan' argument 1 names different: declaration 'tile_from' definition 't1'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_map.hpp:91:43: note: Function 'DistanceManhattan' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_map.cpp:55:59: note: Function 'DistanceManhattan' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_map.cpp:55:73: style: Function 'DistanceManhattan' argument 2 names different: declaration 'tile_to' definition 't2'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_map.hpp:91:64: note: Function 'DistanceManhattan' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_map.cpp:55:73: note: Function 'DistanceManhattan' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_map.cpp:61:53: style: Function 'DistanceMax' argument 1 names different: declaration 'tile_from' definition 't1'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_map.hpp:103:37: note: Function 'DistanceMax' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_map.cpp:61:53: note: Function 'DistanceMax' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_map.cpp:61:67: style: Function 'DistanceMax' argument 2 names different: declaration 'tile_to' definition 't2'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_map.hpp:103:58: note: Function 'DistanceMax' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_map.cpp:61:67: note: Function 'DistanceMax' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_map.cpp:67:56: style: Function 'DistanceSquare' argument 1 names different: declaration 'tile_from' definition 't1'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_map.hpp:115:40: note: Function 'DistanceSquare' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_map.cpp:67:56: note: Function 'DistanceSquare' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_map.cpp:67:70: style: Function 'DistanceSquare' argument 2 names different: declaration 'tile_to' definition 't2'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_map.hpp:115:61: note: Function 'DistanceSquare' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_map.cpp:67:70: note: Function 'DistanceSquare' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_map.cpp:73:58: style: Function 'DistanceFromEdge' argument 1 names different: declaration 'tile' definition 't'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_map.hpp:123:42: note: Function 'DistanceFromEdge' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/script/api/script_map.cpp:73:58: note: Function 'DistanceFromEdge' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/script/api/script_marine.cpp:56:66: style: Function 'AreWaterTilesConnected' argument 1 names different: declaration 'tile_from' definition 't1'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_marine.hpp:94:47: note: Function 'AreWaterTilesConnected' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_marine.cpp:56:66: note: Function 'AreWaterTilesConnected' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_marine.cpp:56:80: style: Function 'AreWaterTilesConnected' argument 2 names different: declaration 'tile_to' definition 't2'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_marine.hpp:94:68: note: Function 'AreWaterTilesConnected' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_marine.cpp:56:80: note: Function 'AreWaterTilesConnected' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_object.cpp:72:21: error: Boolean value assigned to pointer. [assignBoolToPointer]
openttd-1.8.0/src/script/api/script_order.cpp:198:83: style: Same expression on both sides of '&&'. [duplicateExpression]
openttd-1.8.0/src/script/api/script_railtypelist.cpp:20:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_road.cpp:376:20: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/api/script_road.cpp:83:63: style: Function 'AreRoadTilesConnected' argument 1 names different: declaration 'tile_from' definition 't1'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_road.hpp:162:46: note: Function 'AreRoadTilesConnected' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_road.cpp:83:63: note: Function 'AreRoadTilesConnected' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_road.cpp:83:77: style: Function 'AreRoadTilesConnected' argument 2 names different: declaration 'tile_to' definition 't2'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_road.hpp:162:67: note: Function 'AreRoadTilesConnected' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_road.cpp:83:77: note: Function 'AreRoadTilesConnected' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_road.cpp:348:77: style: Function 'CanBuildConnectedRoadParts' argument 1 names different: declaration 'slope' definition 'slope_'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_road.hpp:193:60: note: Function 'CanBuildConnectedRoadParts' argument 1 names different: declaration 'slope' definition 'slope_'.
openttd-1.8.0/src/script/api/script_road.cpp:348:77: note: Function 'CanBuildConnectedRoadParts' argument 1 names different: declaration 'slope' definition 'slope_'.
openttd-1.8.0/src/script/api/script_road.cpp:348:112: style: Function 'CanBuildConnectedRoadParts' argument 3 names different: declaration 'start' definition 'start_'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_road.hpp:193:101: note: Function 'CanBuildConnectedRoadParts' argument 3 names different: declaration 'start' definition 'start_'.
openttd-1.8.0/src/script/api/script_road.cpp:348:112: note: Function 'CanBuildConnectedRoadParts' argument 3 names different: declaration 'start' definition 'start_'.
openttd-1.8.0/src/script/api/script_road.cpp:348:130: style: Function 'CanBuildConnectedRoadParts' argument 4 names different: declaration 'end' definition 'end_'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_road.hpp:193:118: note: Function 'CanBuildConnectedRoadParts' argument 4 names different: declaration 'end' definition 'end_'.
openttd-1.8.0/src/script/api/script_road.cpp:348:130: note: Function 'CanBuildConnectedRoadParts' argument 4 names different: declaration 'end' definition 'end_'.
openttd-1.8.0/src/script/api/script_road.cpp:376:51: warning: Division by result of sizeof(). alloca() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
openttd-1.8.0/src/script/api/script_road.cpp:383:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/api/script_road.cpp:376:28: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/script/api/script_stationlist.hpp:28:2: style: Class 'ScriptStationList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_stationlist.hpp:286:2: style: Class 'ScriptStationList_Vehicle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_storypageelementlist.hpp:29:2: style: Class 'ScriptStoryPageElementList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_storypagelist.hpp:28:2: style: Class 'ScriptStoryPageList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_testmode.hpp:55:15: style: The function 'FinalRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/misc/countedptr.hpp:218:15: note: Virtual function in base class
openttd-1.8.0/src/script/api/script_testmode.hpp:55:15: note: Function in derived class
openttd-1.8.0/src/script/api/script_text.cpp:70:37: style: Function '_SetParam' argument 1 names different: declaration 'k' definition 'parameter'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_text.hpp:152:26: note: Function '_SetParam' argument 1 names different: declaration 'k' definition 'parameter'.
openttd-1.8.0/src/script/api/script_text.cpp:70:37: note: Function '_SetParam' argument 1 names different: declaration 'k' definition 'parameter'.
openttd-1.8.0/src/script/api/script_tilelist.cpp:20:45: style: Function 'AddRectangle' argument 1 names different: declaration 'tile_from' definition 't1'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_tilelist.hpp:32:30: note: Function 'AddRectangle' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_tilelist.cpp:20:45: note: Function 'AddRectangle' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_tilelist.cpp:20:59: style: Function 'AddRectangle' argument 2 names different: declaration 'tile_to' definition 't2'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_tilelist.hpp:32:51: note: Function 'AddRectangle' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_tilelist.cpp:20:59: note: Function 'AddRectangle' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_tilelist.cpp:36:48: style: Function 'RemoveRectangle' argument 1 names different: declaration 'tile_from' definition 't1'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_tilelist.hpp:48:33: note: Function 'RemoveRectangle' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_tilelist.cpp:36:48: note: Function 'RemoveRectangle' argument 1 names different: declaration 'tile_from' definition 't1'.
openttd-1.8.0/src/script/api/script_tilelist.cpp:36:62: style: Function 'RemoveRectangle' argument 2 names different: declaration 'tile_to' definition 't2'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/api/script_tilelist.hpp:48:54: note: Function 'RemoveRectangle' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/script/api/script_tilelist.cpp:36:62: note: Function 'RemoveRectangle' argument 2 names different: declaration 'tile_to' definition 't2'.
openttd-1.8.0/src/townname_type.h:37:2: style: Struct 'TownNameParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/townname_type.h:45:2: style: Struct 'TownNameParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_vehiclelist.hpp:39:2: style: Class 'ScriptVehicleList_Station' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_vehiclelist.hpp:56:2: style: Class 'ScriptVehicleList_Depot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_vehiclelist.hpp:69:2: style: Class 'ScriptVehicleList_SharedOrders' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_vehiclelist.hpp:82:2: style: Class 'ScriptVehicleList_Group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_vehiclelist.hpp:95:2: style: Class 'ScriptVehicleList_DefaultGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_waypointlist.hpp:28:2: style: Class 'ScriptWaypointList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/api/script_waypointlist.hpp:41:2: style: Class 'ScriptWaypointList_Vehicle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/script/script_config.cpp:37:130: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_config.cpp:54:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_config.cpp:84:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_config.cpp:92:117: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_config.cpp:126:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_config.cpp:134:117: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_config.cpp:191:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_info.cpp:68:18: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/script_info.cpp:25:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_info.cpp:29:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_info.cpp:237:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_info.cpp:289:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_info.cpp:297:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_info_dummy.cpp:92:15: warning: Either the condition 'newline!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
openttd-1.8.0/src/script/script_info_dummy.cpp:89:15: note: Assuming that condition 'newline!=NULL' is not redundant
openttd-1.8.0/src/script/script_info_dummy.cpp:92:15: note: Null pointer addition
openttd-1.8.0/src/script/script_instance.cpp:66:8: style: Class 'ScriptInstance' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openttd-1.8.0/src/script/script_instance.cpp:66:8: style: Class 'ScriptInstance' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openttd-1.8.0/src/script/script_instance.cpp:98:4: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/script/script_instance.cpp:189:5: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/script/script_instance.cpp:219:5: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/script/script_instance.cpp:222:5: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/script/script_instance.cpp:240:4: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/script/script_instance.cpp:243:4: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/script/script_instance.cpp:497:5: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/script/script_scanner.cpp:106:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_scanner.cpp:111:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/script_scanner.cpp:174:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/script/squirrel.cpp:31:21: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.cpp:51:23: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.cpp:68:21: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.cpp:108:23: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.cpp:278:21: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.cpp:386:7: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.cpp:395:7: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.cpp:400:18: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.cpp:412:7: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.cpp:419:7: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.cpp:428:19: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/script/squirrel.cpp:572:61: style: Function 'DecreaseOps' argument 2 names different: declaration 'amount' definition 'ops'. [funcArgNamesDifferent]
openttd-1.8.0/src/script/squirrel.hpp:243:46: note: Function 'DecreaseOps' argument 2 names different: declaration 'amount' definition 'ops'.
openttd-1.8.0/src/script/squirrel.cpp:572:61: note: Function 'DecreaseOps' argument 2 names different: declaration 'amount' definition 'ops'.
openttd-1.8.0/src/script/squirrel.cpp:287:31: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/script/squirrel.hpp:249:7: style: Technically the member function 'Squirrel::IsSuspended' can be const. [functionConst]
openttd-1.8.0/src/script/squirrel.cpp:577:16: note: Technically the member function 'Squirrel::IsSuspended' can be const.
openttd-1.8.0/src/script/squirrel.hpp:249:7: note: Technically the member function 'Squirrel::IsSuspended' can be const.
openttd-1.8.0/src/script/squirrel.hpp:254:7: style: Technically the member function 'Squirrel::HasScriptCrashed' can be const. [functionConst]
openttd-1.8.0/src/script/squirrel.cpp:582:16: note: Technically the member function 'Squirrel::HasScriptCrashed' can be const.
openttd-1.8.0/src/script/squirrel.hpp:254:7: note: Technically the member function 'Squirrel::HasScriptCrashed' can be const.
openttd-1.8.0/src/script/squirrel.hpp:269:12: style: Technically the member function 'Squirrel::GetOpsTillSuspend' can be const. [functionConst]
openttd-1.8.0/src/script/squirrel.cpp:597:21: note: Technically the member function 'Squirrel::GetOpsTillSuspend' can be const.
openttd-1.8.0/src/script/squirrel.hpp:269:12: note: Technically the member function 'Squirrel::GetOpsTillSuspend' can be const.
openttd-1.8.0/src/script/squirrel_std.cpp:73:21: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/settings.cpp:1670:14: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/settings.cpp:1503:3: style: Variable 'has_grfid' is reassigned a value before the old one has been used. [redundantAssignment]
openttd-1.8.0/src/settings.cpp:1499:0: note: Variable 'has_grfid' is reassigned a value before the old one has been used.
openttd-1.8.0/src/settings.cpp:1503:3: note: Variable 'has_grfid' is reassigned a value before the old one has been used.
openttd-1.8.0/src/settings.cpp:141:9: style: The scope of the variable 'r' can be reduced. [variableScope]
openttd-1.8.0/src/settings.cpp:318:14: style: The scope of the variable 'start' can be reduced. [variableScope]
openttd-1.8.0/src/settings.cpp:1497:23: style: The scope of the variable 'md5sum' can be reduced. [variableScope]
openttd-1.8.0/src/settings.cpp:1500:8: style: The scope of the variable 'has_md5sum' can be reduced. [variableScope]
openttd-1.8.0/src/settings.cpp:1397:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/settings.cpp:1405:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/settings.cpp:1586:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/settings.cpp:1777:25: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/settings.cpp:1796:25: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/settings.cpp:1812:25: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/settings.cpp:1636:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/settings_gui.cpp:860:52: style: Function 'FindEntry' argument 1 names different: declaration 'row' definition 'row_num'. [funcArgNamesDifferent]
openttd-1.8.0/src/settings_gui.cpp:728:43: note: Function 'FindEntry' argument 1 names different: declaration 'row' definition 'row_num'.
openttd-1.8.0/src/settings_gui.cpp:860:52: note: Function 'FindEntry' argument 1 names different: declaration 'row' definition 'row_num'.
openttd-1.8.0/src/settings_gui.cpp:1234:53: style: Function 'FindEntry' argument 1 names different: declaration 'row' definition 'row_num'. [funcArgNamesDifferent]
openttd-1.8.0/src/settings_gui.cpp:797:35: note: Function 'FindEntry' argument 1 names different: declaration 'row' definition 'row_num'.
openttd-1.8.0/src/settings_gui.cpp:1234:53: note: Function 'FindEntry' argument 1 names different: declaration 'row' definition 'row_num'.
openttd-1.8.0/src/settings_gui.cpp:1397:48: style: Function 'FindEntry' argument 1 names different: declaration 'row' definition 'row_num'. [funcArgNamesDifferent]
openttd-1.8.0/src/settings_gui.cpp:819:43: note: Function 'FindEntry' argument 1 names different: declaration 'row' definition 'row_num'.
openttd-1.8.0/src/settings_gui.cpp:1397:48: note: Function 'FindEntry' argument 1 names different: declaration 'row' definition 'row_num'.
openttd-1.8.0/src/settings_gui.cpp:565:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/settings_gui.cpp:1057:131: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/settings_gui.cpp:168:2: style: Struct 'GameOptionsWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/settings_gui.cpp:751:2: style: Struct 'SettingEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/settings_gui.cpp:810:2: style: Struct 'SettingsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/settings_gui.cpp:1792:2: style: Struct 'GameSettingsWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/settings_gui.cpp:2447:2: style: Struct 'CustomCurrencyWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/settings_gui.cpp:142:21: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:142:21: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:318:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:318:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:336:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:336:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:356:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:356:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:423:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:423:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:486:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:486:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:557:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:557:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:753:15: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:715:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:753:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:754:15: style: The function 'Length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:725:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:754:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:755:15: style: The function 'GetMaxHelpHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:729:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:755:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:756:15: style: The function 'UpdateFilterState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:737:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:756:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:772:15: style: The function 'DrawSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:742:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:772:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:812:15: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:715:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:812:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:813:15: style: The function 'FoldAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:716:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:813:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:814:15: style: The function 'UnFoldAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:717:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:814:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:816:15: style: The function 'Length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:725:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:816:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:817:15: style: The function 'GetFoldingState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:726:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:817:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:818:15: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:727:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:818:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:819:28: style: The function 'FindEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:728:28: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:819:28: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:820:15: style: The function 'GetMaxHelpHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:729:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:820:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:822:15: style: The function 'UpdateFilterState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:737:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:822:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:824:15: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:739:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:824:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:827:15: style: The function 'DrawSetting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/settings_gui.cpp:742:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:827:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:1823:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:1823:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:1858:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:1858:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:1899:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:1899:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:1944:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:1944:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:1994:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:1994:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2177:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2177:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2186:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2186:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2212:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2212:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2256:15: style: The function 'OnDropdownClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:707:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2256:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2275:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2275:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2305:15: style: The function 'OnEditboxChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:713:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2305:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2318:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2318:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2462:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2462:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2480:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2480:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2499:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2499:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2581:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2581:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:2613:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/settings_gui.cpp:2613:15: note: Function in derived class
openttd-1.8.0/src/settings_gui.cpp:1138:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/settingsgen/settingsgen.cpp:377:13: style: The scope of the variable 'l2' can be reduced. [variableScope]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < OutputBuffer , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/settingsgen/settingsgen.cpp:178:16: style: The function 'OpenFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/ini_type.h:76:16: note: Virtual function in base class
openttd-1.8.0/src/settingsgen/settingsgen.cpp:178:16: note: Function in derived class
openttd-1.8.0/src/settingsgen/settingsgen.cpp:192:15: style: The function 'ReportFileError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/ini_type.h:84:15: note: Virtual function in base class
openttd-1.8.0/src/settingsgen/settingsgen.cpp:192:15: note: Function in derived class
openttd-1.8.0/src/signal.cpp:344:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/signal.cpp:68:0: warning: Member variable 'SmallSet < Trackdir , SIG_TBU_SIZE >::data' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/signal.cpp:68:0: warning: Member variable 'SmallSet < DiagDirection , SIG_TBD_SIZE >::data' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/signal.cpp:68:0: warning: Member variable 'SmallSet < DiagDirection , SIG_GLOB_SIZE >::data' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/signal.cpp:81:0: style: Technically the member function 'SmallSet < Trackdir , SIG_TBU_SIZE >::Overflowed' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:90:0: style: Technically the member function 'SmallSet < Trackdir , SIG_TBU_SIZE >::IsEmpty' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:108:0: style: Technically the member function 'SmallSet < Trackdir , SIG_TBU_SIZE >::Items' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:138:0: style: Technically the member function 'SmallSet < Trackdir , SIG_TBU_SIZE >::IsIn' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:81:0: style: Technically the member function 'SmallSet < DiagDirection , SIG_TBD_SIZE >::Overflowed' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:90:0: style: Technically the member function 'SmallSet < DiagDirection , SIG_TBD_SIZE >::IsEmpty' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:108:0: style: Technically the member function 'SmallSet < DiagDirection , SIG_TBD_SIZE >::Items' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:138:0: style: Technically the member function 'SmallSet < DiagDirection , SIG_TBD_SIZE >::IsIn' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:81:0: style: Technically the member function 'SmallSet < DiagDirection , SIG_GLOB_SIZE >::Overflowed' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:90:0: style: Technically the member function 'SmallSet < DiagDirection , SIG_GLOB_SIZE >::IsEmpty' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:108:0: style: Technically the member function 'SmallSet < DiagDirection , SIG_GLOB_SIZE >::Items' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:138:0: style: Technically the member function 'SmallSet < DiagDirection , SIG_GLOB_SIZE >::IsIn' can be const. [functionConst]
openttd-1.8.0/src/signal.cpp:68:0: style: Struct 'SmallSet < Trackdir , SIG_TBU_SIZE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/signal.cpp:68:0: style: Struct 'SmallSet < DiagDirection , SIG_TBD_SIZE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/signal.cpp:68:0: style: Struct 'SmallSet < DiagDirection , SIG_GLOB_SIZE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/signs.cpp:30:7: warning: Member variable 'Sign::name' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/signs.cpp:30:7: warning: Member variable 'Sign::sign' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/signs.cpp:30:7: warning: Member variable 'Sign::x' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/signs.cpp:30:7: warning: Member variable 'Sign::y' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/signs.cpp:30:7: warning: Member variable 'Sign::z' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/signs.cpp:32:8: performance: Variable 'owner' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const Sign * , 32 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const Sign * , 32 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const Sign * , 32 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const Sign * , 32 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const Sign * , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/signs_gui.cpp:189:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:189:15: note: Function in derived class
openttd-1.8.0/src/signs_gui.cpp:195:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:195:15: note: Function in derived class
openttd-1.8.0/src/signs_gui.cpp:227:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:227:15: note: Function in derived class
openttd-1.8.0/src/signs_gui.cpp:232:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:232:15: note: Function in derived class
openttd-1.8.0/src/signs_gui.cpp:259:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:259:15: note: Function in derived class
openttd-1.8.0/src/signs_gui.cpp:264:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:264:15: note: Function in derived class
openttd-1.8.0/src/signs_gui.cpp:285:21: style: The function 'OnHotkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:604:21: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:285:21: note: Function in derived class
openttd-1.8.0/src/signs_gui.cpp:300:15: style: The function 'OnEditboxChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:713:15: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:300:15: note: Function in derived class
openttd-1.8.0/src/signs_gui.cpp:315:15: style: The function 'OnHundredthTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:686:15: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:315:15: note: Function in derived class
openttd-1.8.0/src/signs_gui.cpp:326:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:326:15: note: Function in derived class
openttd-1.8.0/src/signs_gui.cpp:481:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:481:15: note: Function in derived class
openttd-1.8.0/src/signs_gui.cpp:490:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/signs_gui.cpp:490:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.cpp:566:9: warning: Either the condition 'o<MAX_COMPANIES' is redundant or the array '_company_to_list_pos[15]' is accessed at index 15, which is out of bounds. [arrayIndexOutOfBoundsCond]
openttd-1.8.0/src/smallmap_gui.cpp:558:9: note: Assuming that condition 'o<MAX_COMPANIES' is not redundant
openttd-1.8.0/src/smallmap_gui.cpp:566:9: note: Array index out of bounds
openttd-1.8.0/src/smallmap_gui.h:86:8: performance: Technically the member function 'SmallMapWindow::SmallmapRemapCoords' can be static. [functionStatic]
openttd-1.8.0/src/smallmap_gui.cpp:581:30: note: Technically the member function 'SmallMapWindow::SmallmapRemapCoords' can be static.
openttd-1.8.0/src/smallmap_gui.h:86:8: note: Technically the member function 'SmallMapWindow::SmallmapRemapCoords' can be static.
openttd-1.8.0/src/smallmap_gui.h:151:7: performance: Technically the member function 'SmallMapWindow::RebuildColourIndexIfNecessary' can be static. [functionStatic]
openttd-1.8.0/src/smallmap_gui.cpp:1087:22: note: Technically the member function 'SmallMapWindow::RebuildColourIndexIfNecessary' can be static.
openttd-1.8.0/src/smallmap_gui.h:151:7: note: Technically the member function 'SmallMapWindow::RebuildColourIndexIfNecessary' can be static.
openttd-1.8.0/src/smallmap_gui.h:165:8: style: Technically the member function 'SmallMapWindow::ComputeScroll' can be const. [functionConst]
openttd-1.8.0/src/smallmap_gui.cpp:651:23: note: Technically the member function 'SmallMapWindow::ComputeScroll' can be const.
openttd-1.8.0/src/smallmap_gui.h:165:8: note: Technically the member function 'SmallMapWindow::ComputeScroll' can be const.
openttd-1.8.0/src/smallmap_gui.cpp:1061:8: style: Class 'SmallMapWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openttd-1.8.0/src/smallmap_gui.cpp:1061:8: style: Class 'SmallMapWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openttd-1.8.0/src/smallmap_gui.cpp:1695:15: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.cpp:1695:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.cpp:1713:15: style: The function 'AssignSizePosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:131:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.cpp:1713:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.cpp:1737:23: style: The function 'GetWidgetFromPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:135:23: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.cpp:1737:23: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.cpp:1747:15: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:160:15: note: Virtual function in base class
openttd-1.8.0/src/smallmap_gui.cpp:1747:15: note: Function in derived class
openttd-1.8.0/src/smallmap_gui.cpp:307:7: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/sound/null_s.h:20:28: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:31:22: note: Virtual function in base class
openttd-1.8.0/src/sound/null_s.h:20:28: note: Function in derived class
openttd-1.8.0/src/sound/null_s.h:22:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:36:15: note: Virtual function in base class
openttd-1.8.0/src/sound/null_s.h:22:21: note: Function in derived class
openttd-1.8.0/src/sound/null_s.h:23:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:53:22: note: Virtual function in base class
openttd-1.8.0/src/sound/null_s.h:23:28: note: Function in derived class
openttd-1.8.0/src/sound/null_s.h:30:24: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:139:18: note: Virtual function in base class
openttd-1.8.0/src/sound/null_s.h:30:24: note: Function in derived class
openttd-1.8.0/src/sound/win32_s.cpp:62:58: style: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'. [funcArgNamesDifferent]
openttd-1.8.0/src/sound/win32_s.h:20:54: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/sound/win32_s.cpp:62:58: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/sound/win32_s.h:20:28: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:31:22: note: Virtual function in base class
openttd-1.8.0/src/sound/win32_s.h:20:28: note: Function in derived class
openttd-1.8.0/src/sound/win32_s.h:22:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:36:15: note: Virtual function in base class
openttd-1.8.0/src/sound/win32_s.h:22:21: note: Function in derived class
openttd-1.8.0/src/sound/win32_s.h:23:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:53:22: note: Virtual function in base class
openttd-1.8.0/src/sound/win32_s.h:23:28: note: Function in derived class
openttd-1.8.0/src/sound/win32_s.h:30:24: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:139:18: note: Virtual function in base class
openttd-1.8.0/src/sound/win32_s.h:30:24: note: Function in derived class
openttd-1.8.0/src/spritecache.cpp:444:15: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/spritecache.cpp:715:16: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/spritecache.cpp:121:28: style: Function 'SpriteExists' argument 1 names different: declaration 'sprite' definition 'id'. [funcArgNamesDifferent]
openttd-1.8.0/src/spritecache.h:31:28: note: Function 'SpriteExists' argument 1 names different: declaration 'sprite' definition 'id'.
openttd-1.8.0/src/spritecache.cpp:121:28: note: Function 'SpriteExists' argument 1 names different: declaration 'sprite' definition 'id'.
openttd-1.8.0/src/spritecache.cpp:528:42: style: Function 'LoadNextSprite' argument 2 names different: declaration 'file_index' definition 'file_slot'. [funcArgNamesDifferent]
openttd-1.8.0/src/spritecache.h:57:42: note: Function 'LoadNextSprite' argument 2 names different: declaration 'file_index' definition 'file_slot'.
openttd-1.8.0/src/spritecache.cpp:528:42: note: Function 'LoadNextSprite' argument 2 names different: declaration 'file_index' definition 'file_slot'.
openttd-1.8.0/src/spritecache.cpp:296:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/spritecache.cpp:306:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/spritecache.cpp:314:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/spritecache.cpp:345:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/spritecache.cpp:377:20: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/spriteloader/grf.hpp:21:2: style: Class 'SpriteLoaderGrf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/spriteloader/grf.hpp:22:8: style: The function 'LoadSprite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/spriteloader/spriteloader.hpp:64:16: note: Virtual function in base class
openttd-1.8.0/src/spriteloader/grf.hpp:22:8: note: Function in derived class
openttd-1.8.0/src/core/alloc_type.hpp:193:0: style: Class 'AutoFreePtr < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/station.cpp:330:31: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/station.cpp:56:10: warning: Member variable 'Station::bus_stops' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/station.cpp:56:10: warning: Member variable 'Station::truck_stops' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/station.cpp:56:10: warning: Member variable 'Station::had_vehicle_of_type' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/station.cpp:56:10: warning: Member variable 'Station::always_accepted' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/station_cmd.cpp:224:32: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/station_cmd.cpp:3595:48: style: Function 'IncreaseStats' argument 2 names different: declaration 'v' definition 'front'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_func.h:52:48: note: Function 'IncreaseStats' argument 2 names different: declaration 'v' definition 'front'.
openttd-1.8.0/src/station_cmd.cpp:3595:48: note: Function 'IncreaseStats' argument 2 names different: declaration 'v' definition 'front'.
openttd-1.8.0/src/station_cmd.cpp:3931:29: style: Function 'DeleteOilRig' argument 1 names different: declaration 't' definition 'tile'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_func.h:40:29: note: Function 'DeleteOilRig' argument 1 names different: declaration 't' definition 'tile'.
openttd-1.8.0/src/station_cmd.cpp:3931:29: note: Function 'DeleteOilRig' argument 1 names different: declaration 't' definition 'tile'.
openttd-1.8.0/src/station_cmd.cpp:4373:65: style: Function 'AddFlow' argument 3 names different: declaration 'amount' definition 'flow'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_base.h:159:53: note: Function 'AddFlow' argument 3 names different: declaration 'amount' definition 'flow'.
openttd-1.8.0/src/station_cmd.cpp:4373:65: note: Function 'AddFlow' argument 3 names different: declaration 'amount' definition 'flow'.
openttd-1.8.0/src/station_cmd.cpp:4392:68: style: Function 'PassOnFlow' argument 3 names different: declaration 'amount' definition 'flow'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_base.h:160:56: note: Function 'PassOnFlow' argument 3 names different: declaration 'amount' definition 'flow'.
openttd-1.8.0/src/station_cmd.cpp:4392:68: note: Function 'PassOnFlow' argument 3 names different: declaration 'amount' definition 'flow'.
openttd-1.8.0/src/station_cmd.cpp:754:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/station_cmd.cpp:1850:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/station_cmd.cpp:1956:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/station_cmd.cpp:2045:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/station_cmd.cpp:2068:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/station_cmd.cpp:3952:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/station_cmd.cpp:1292:16: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < Train * , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < Station * , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < Waypoint * , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < Vehicle * , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/station_gui.cpp:2134:18: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/station_gui.cpp:1013:40: style: Function 'CargoDataEntry' argument 1 names different: declaration 'car' definition 'cargo'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_gui.cpp:980:25: note: Function 'CargoDataEntry' argument 1 names different: declaration 'car' definition 'cargo'.
openttd-1.8.0/src/station_gui.cpp:1013:40: note: Function 'CargoDataEntry' argument 1 names different: declaration 'car' definition 'cargo'.
openttd-1.8.0/src/station_gui.cpp:1013:52: style: Function 'CargoDataEntry' argument 2 names different: declaration 'c' definition 'count'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_gui.cpp:980:35: note: Function 'CargoDataEntry' argument 2 names different: declaration 'c' definition 'count'.
openttd-1.8.0/src/station_gui.cpp:1013:52: note: Function 'CargoDataEntry' argument 2 names different: declaration 'c' definition 'count'.
openttd-1.8.0/src/station_gui.cpp:1013:75: style: Function 'CargoDataEntry' argument 3 names different: declaration 'p' definition 'parent'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_gui.cpp:980:54: note: Function 'CargoDataEntry' argument 3 names different: declaration 'p' definition 'parent'.
openttd-1.8.0/src/station_gui.cpp:1013:75: note: Function 'CargoDataEntry' argument 3 names different: declaration 'p' definition 'parent'.
openttd-1.8.0/src/station_gui.cpp:1021:42: style: Function 'CargoDataEntry' argument 1 names different: declaration 'st' definition 'station'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_gui.cpp:979:27: note: Function 'CargoDataEntry' argument 1 names different: declaration 'st' definition 'station'.
openttd-1.8.0/src/station_gui.cpp:1021:42: note: Function 'CargoDataEntry' argument 1 names different: declaration 'st' definition 'station'.
openttd-1.8.0/src/station_gui.cpp:1021:56: style: Function 'CargoDataEntry' argument 2 names different: declaration 'c' definition 'count'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_gui.cpp:979:36: note: Function 'CargoDataEntry' argument 2 names different: declaration 'c' definition 'count'.
openttd-1.8.0/src/station_gui.cpp:1021:56: note: Function 'CargoDataEntry' argument 2 names different: declaration 'c' definition 'count'.
openttd-1.8.0/src/station_gui.cpp:1021:79: style: Function 'CargoDataEntry' argument 3 names different: declaration 'p' definition 'parent'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_gui.cpp:979:55: note: Function 'CargoDataEntry' argument 3 names different: declaration 'p' definition 'parent'.
openttd-1.8.0/src/station_gui.cpp:1021:79: note: Function 'CargoDataEntry' argument 3 names different: declaration 'p' definition 'parent'.
openttd-1.8.0/src/station_gui.cpp:1029:42: style: Function 'CargoDataEntry' argument 1 names different: declaration 'st' definition 'station'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_gui.cpp:981:27: note: Function 'CargoDataEntry' argument 1 names different: declaration 'st' definition 'station'.
openttd-1.8.0/src/station_gui.cpp:1029:42: note: Function 'CargoDataEntry' argument 1 names different: declaration 'st' definition 'station'.
openttd-1.8.0/src/station_gui.cpp:1037:40: style: Function 'CargoDataEntry' argument 1 names different: declaration 'car' definition 'cargo'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_gui.cpp:982:25: note: Function 'CargoDataEntry' argument 1 names different: declaration 'car' definition 'cargo'.
openttd-1.8.0/src/station_gui.cpp:1037:40: note: Function 'CargoDataEntry' argument 1 names different: declaration 'car' definition 'cargo'.
openttd-1.8.0/src/station_gui.cpp:1074:45: style: Function 'Remove' argument 1 names different: declaration 'comp' definition 'child'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_gui.cpp:989:30: note: Function 'Remove' argument 1 names different: declaration 'comp' definition 'child'.
openttd-1.8.0/src/station_gui.cpp:1074:45: note: Function 'Remove' argument 1 names different: declaration 'comp' definition 'child'.
openttd-1.8.0/src/station_gui.cpp:1090:54: style: Function 'InsertOrRetrieve' argument 1 names different: declaration 's' definition 'child_id'. [funcArgNamesDifferent]
openttd-1.8.0/src/station_gui.cpp:987:39: note: Function 'InsertOrRetrieve' argument 1 names different: declaration 's' definition 'child_id'.
openttd-1.8.0/src/station_gui.cpp:1090:54: note: Function 'InsertOrRetrieve' argument 1 names different: declaration 's' definition 'child_id'.
openttd-1.8.0/src/station_gui.cpp:1014:16: error: Member variable 'cargo' is initialized by itself. [selfInitialization]
openttd-1.8.0/src/station_gui.cpp:1022:16: error: Member variable 'station' is initialized by itself. [selfInitialization]
openttd-1.8.0/src/station_gui.cpp:1030:14: error: Member variable 'station' is initialized by itself. [selfInitialization]
openttd-1.8.0/src/station_gui.cpp:1038:14: error: Member variable 'cargo' is initialized by itself. [selfInitialization]
openttd-1.8.0/src/station_gui.cpp:840:16: style: Technically the member function 'CargoSorter::GetSortType' can be const. [functionConst]
openttd-1.8.0/src/station_gui.cpp:1654:11: style: Technically the member function 'StationViewWindow::GetEntryString' can be const. [functionConst]
openttd-1.8.0/src/station_gui.cpp:1852:7: performance: Technically the member function 'StationViewWindow::HandleCargoWaitingClick' can be static. [functionStatic]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const Station * , 32 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const Station * , 32 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const Station * , 32 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const Station * , 32 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/station_gui.cpp:1018:2: style: Class 'CargoDataEntry' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openttd-1.8.0/src/station_gui.cpp:1018:2: style: Class 'CargoDataEntry' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openttd-1.8.0/src/station_gui.cpp:981:2: style: Class 'CargoDataEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/station_gui.cpp:982:2: style: Class 'CargoDataEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < TileAndStation , 8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < unsigned short , 8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const Station * , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/station_gui.cpp:340:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:340:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:396:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:396:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:404:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:404:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:488:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:488:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:496:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:496:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:612:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:612:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:624:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:624:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:633:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:633:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:643:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:643:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:1366:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:1366:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:1390:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:1390:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:1446:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:1446:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:1881:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:1881:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:2042:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:2042:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:2051:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:2051:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:2058:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:2058:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:2068:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:2068:15: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:2254:0: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:2254:0: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:2274:0: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:2274:0: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:2295:0: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:2295:0: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:2316:0: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:2316:0: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:2324:0: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:2324:0: note: Function in derived class
openttd-1.8.0/src/station_gui.cpp:2334:0: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/station_gui.cpp:2334:0: note: Function in derived class
openttd-1.8.0/src/statusbar_gui.cpp:89:2: style: Struct 'StatusBarWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/statusbar_gui.cpp:99:16: style: The function 'OnInitialPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:547:16: note: Virtual function in base class
openttd-1.8.0/src/statusbar_gui.cpp:99:16: note: Function in derived class
openttd-1.8.0/src/statusbar_gui.cpp:105:15: style: The function 'FindWindowPlacementAndResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:275:15: note: Virtual function in base class
openttd-1.8.0/src/statusbar_gui.cpp:105:15: note: Function in derived class
openttd-1.8.0/src/statusbar_gui.cpp:110:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/statusbar_gui.cpp:110:15: note: Function in derived class
openttd-1.8.0/src/statusbar_gui.cpp:137:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/statusbar_gui.cpp:137:15: note: Function in derived class
openttd-1.8.0/src/statusbar_gui.cpp:195:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/statusbar_gui.cpp:195:15: note: Function in derived class
openttd-1.8.0/src/statusbar_gui.cpp:211:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/statusbar_gui.cpp:211:15: note: Function in derived class
openttd-1.8.0/src/statusbar_gui.cpp:220:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/statusbar_gui.cpp:220:15: note: Function in derived class
openttd-1.8.0/src/story_gui.cpp:332:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openttd-1.8.0/src/story_gui.cpp:299:11: performance: Technically the member function 'StoryBookWindow::GetPageElementSprite' can be static. [functionStatic]
openttd-1.8.0/src/story_gui.cpp:320:7: style: Technically the member function 'StoryBookWindow::GetPageElementHeight' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const StoryPage * , 32 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const StoryPage * , 32 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const StoryPage * , 32 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const StoryPage * , 32 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const StoryPageElement * , 32 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const StoryPageElement * , 32 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const StoryPageElement * , 32 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const StoryPageElement * , 32 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const StoryPage * , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const StoryPageElement * , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/story_gui.cpp:466:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/story_gui.cpp:466:15: note: Function in derived class
openttd-1.8.0/src/story_gui.cpp:485:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/story_gui.cpp:485:15: note: Function in derived class
openttd-1.8.0/src/story_gui.cpp:500:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/story_gui.cpp:500:15: note: Function in derived class
openttd-1.8.0/src/story_gui.cpp:566:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/story_gui.cpp:566:15: note: Function in derived class
openttd-1.8.0/src/story_gui.cpp:609:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/story_gui.cpp:609:15: note: Function in derived class
openttd-1.8.0/src/story_gui.cpp:615:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/story_gui.cpp:615:15: note: Function in derived class
openttd-1.8.0/src/story_gui.cpp:670:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/story_gui.cpp:670:15: note: Function in derived class
openttd-1.8.0/src/story_gui.cpp:685:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/story_gui.cpp:685:15: note: Function in derived class
openttd-1.8.0/src/strgen/strgen.cpp:316:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
openttd-1.8.0/src/strgen/strgen.cpp:220:13: style: The scope of the variable 'l2' can be reduced. [variableScope]
openttd-1.8.0/src/strgen/strgen.cpp:115:9: style: Struct 'FileStringReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openttd-1.8.0/src/strgen/strgen.cpp:115:9: style: Struct 'FileStringReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openttd-1.8.0/src/strgen/strgen.cpp:251:9: style: Struct 'FileWriter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
openttd-1.8.0/src/strgen/strgen.cpp:251:9: style: Struct 'FileWriter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
openttd-1.8.0/src/strgen/strgen.cpp:248:2: style: Struct 'FileWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/strgen/strgen.cpp:287:2: style: Struct 'HeaderFileWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/strgen/strgen.cpp:347:2: style: Struct 'LanguageFileWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/strgen/strgen.cpp:125:22: style: The function 'ReadLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:78:16: note: Virtual function in base class
openttd-1.8.0/src/strgen/strgen.cpp:125:22: note: Function in derived class
openttd-1.8.0/src/strgen/strgen.cpp:130:21: style: The function 'HandlePragma' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:84:15: note: Virtual function in base class
openttd-1.8.0/src/strgen/strgen.cpp:130:21: note: Function in derived class
openttd-1.8.0/src/strgen/strgen.cpp:132:21: style: The function 'ParseFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:89:15: note: Virtual function in base class
openttd-1.8.0/src/strgen/strgen.cpp:132:21: note: Function in derived class
openttd-1.8.0/src/strgen/strgen.cpp:301:7: style: The function 'WriteStringID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:99:15: note: Virtual function in base class
openttd-1.8.0/src/strgen/strgen.cpp:301:7: note: Function in derived class
openttd-1.8.0/src/strgen/strgen.cpp:308:7: style: The function 'Finalise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:105:15: note: Virtual function in base class
openttd-1.8.0/src/strgen/strgen.cpp:308:7: note: Function in derived class
openttd-1.8.0/src/strgen/strgen.cpp:351:7: style: The function 'WriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:120:15: note: Virtual function in base class
openttd-1.8.0/src/strgen/strgen.cpp:351:7: note: Function in derived class
openttd-1.8.0/src/strgen/strgen.cpp:356:7: style: The function 'Finalise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:132:15: note: Virtual function in base class
openttd-1.8.0/src/strgen/strgen.cpp:356:7: note: Function in derived class
openttd-1.8.0/src/strgen/strgen.cpp:364:7: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strgen/strgen.h:127:15: note: Virtual function in base class
openttd-1.8.0/src/strgen/strgen.cpp:364:7: note: Function in derived class
openttd-1.8.0/src/strgen/strgen_base.cpp:970:16: warning: Redundant assignment of '_lang.missing' to itself. [selfAssignment]
openttd-1.8.0/src/strgen/strgen_base.cpp:971:18: warning: Redundant assignment of '_lang.winlangid' to itself. [selfAssignment]
openttd-1.8.0/src/strgen/strgen_base.cpp:857:37: style: Function 'TranslateArgumentIdx' argument 1 names different: declaration 'arg' definition 'argidx'. [funcArgNamesDifferent]
openttd-1.8.0/src/strgen/strgen_base.cpp:376:37: note: Function 'TranslateArgumentIdx' argument 1 names different: declaration 'arg' definition 'argidx'.
openttd-1.8.0/src/strgen/strgen_base.cpp:857:37: note: Function 'TranslateArgumentIdx' argument 1 names different: declaration 'arg' definition 'argidx'.
openttd-1.8.0/src/strgen/strgen_base.cpp:393:23: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/strgen/strgen_base.cpp:955:17: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/strgen/strgen.h:56:7: performance: Technically the member function 'StringData::VersionHashStr' can be static. [functionStatic]
openttd-1.8.0/src/strgen/strgen_base.cpp:164:18: note: Technically the member function 'StringData::VersionHashStr' can be static.
openttd-1.8.0/src/strgen/strgen.h:56:7: note: Technically the member function 'StringData::VersionHashStr' can be static.
openttd-1.8.0/src/strgen/strgen_base.cpp:168:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/strgen/strgen_base.cpp:193:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/strgen/strgen_base.cpp:201:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/string.cpp:126:27: style: Function 'stredup' argument 1 names different: declaration 'src' definition 's'. [funcArgNamesDifferent]
openttd-1.8.0/src/string_func.h:36:27: note: Function 'stredup' argument 1 names different: declaration 'src' definition 's'.
openttd-1.8.0/src/string.cpp:126:27: note: Function 'stredup' argument 1 names different: declaration 'src' definition 's'.
openttd-1.8.0/src/string.cpp:758:15: style: The function 'SetString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/string_base.h:40:15: note: Virtual function in base class
openttd-1.8.0/src/string.cpp:758:15: note: Function in derived class
openttd-1.8.0/src/string.cpp:765:17: style: The function 'SetCurPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/string_base.h:48:17: note: Virtual function in base class
openttd-1.8.0/src/string.cpp:765:17: note: Function in derived class
openttd-1.8.0/src/string.cpp:773:17: style: The function 'Next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/string_base.h:54:17: note: Virtual function in base class
openttd-1.8.0/src/string.cpp:773:17: note: Function in derived class
openttd-1.8.0/src/string.cpp:811:17: style: The function 'Prev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/string_base.h:60:17: note: Virtual function in base class
openttd-1.8.0/src/string.cpp:811:17: note: Function in derived class
openttd-1.8.0/src/strings.cpp:1720:28: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/strings.cpp:1902:16: warning: Redundant assignment of 'hdr->missing' to itself. [selfAssignment]
openttd-1.8.0/src/strings.cpp:1903:18: warning: Redundant assignment of 'hdr->winlangid' to itself. [selfAssignment]
openttd-1.8.0/src/strings.cpp:790:8: style: The scope of the variable 'b' can be reduced. [variableScope]
openttd-1.8.0/src/strings.cpp:768:51: style: Function 'FormatString' argument 2 names different: declaration 'str' definition 'str_arg'. [funcArgNamesDifferent]
openttd-1.8.0/src/strings.cpp:182:51: note: Function 'FormatString' argument 2 names different: declaration 'str' definition 'str_arg'.
openttd-1.8.0/src/strings.cpp:768:51: note: Function 'FormatString' argument 2 names different: declaration 'str' definition 'str_arg'.
openttd-1.8.0/src/strings.cpp:2089:66: style: Function 'CheckForMissingGlyphs' argument 2 names different: declaration 'search' definition 'searcher'. [funcArgNamesDifferent]
openttd-1.8.0/src/strings_func.h:284:73: note: Function 'CheckForMissingGlyphs' argument 2 names different: declaration 'search' definition 'searcher'.
openttd-1.8.0/src/strings.cpp:2089:66: note: Function 'CheckForMissingGlyphs' argument 2 names different: declaration 'search' definition 'searcher'.
openttd-1.8.0/src/strings.cpp:1948:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/strings.cpp:2008:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/strings.cpp:2031:1: style: The class 'LanguagePackGlyphSearcher' does not have a constructor although it has private member variables. [noConstructor]
openttd-1.8.0/src/strings.cpp:2035:21: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strings_func.h:266:15: note: Virtual function in base class
openttd-1.8.0/src/strings.cpp:2035:21: note: Function in derived class
openttd-1.8.0/src/strings.cpp:2041:25: style: The function 'DefaultSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strings_func.h:261:19: note: Virtual function in base class
openttd-1.8.0/src/strings.cpp:2041:25: note: Function in derived class
openttd-1.8.0/src/strings.cpp:2046:28: style: The function 'NextString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strings_func.h:255:22: note: Virtual function in base class
openttd-1.8.0/src/strings.cpp:2046:28: note: Function in derived class
openttd-1.8.0/src/strings.cpp:2061:21: style: The function 'Monospace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strings_func.h:272:15: note: Virtual function in base class
openttd-1.8.0/src/strings.cpp:2061:21: note: Function in derived class
openttd-1.8.0/src/strings.cpp:2066:21: style: The function 'SetFontNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/strings_func.h:279:15: note: Virtual function in base class
openttd-1.8.0/src/strings.cpp:2066:21: note: Function in derived class
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const Town * , 2 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const Town * , 2 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const Town * , 2 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const Town * , 2 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const Town * , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/subsidy_gui.cpp:206:4: style: Variable 'pos' is modified but its new value is never used. [unreadVariable]
openttd-1.8.0/src/subsidy_gui.cpp:78:7: performance: Technically the member function 'SubsidyListWindow::HandleClick' can be static. [functionStatic]
openttd-1.8.0/src/subsidy_gui.cpp:110:7: performance: Technically the member function 'SubsidyListWindow::CountLines' can be static. [functionStatic]
openttd-1.8.0/src/subsidy_gui.cpp:41:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/subsidy_gui.cpp:41:15: note: Function in derived class
openttd-1.8.0/src/subsidy_gui.cpp:132:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/subsidy_gui.cpp:132:15: note: Function in derived class
openttd-1.8.0/src/subsidy_gui.cpp:145:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/subsidy_gui.cpp:145:15: note: Function in derived class
openttd-1.8.0/src/subsidy_gui.cpp:210:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/subsidy_gui.cpp:210:15: note: Function in derived class
openttd-1.8.0/src/subsidy_gui.cpp:220:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/subsidy_gui.cpp:220:15: note: Function in derived class
openttd-1.8.0/src/terraform_cmd.cpp:454:39: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/terraform_cmd.cpp:230:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/terraform_cmd.cpp:314:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/terraform_cmd.cpp:322:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/terraform_gui.cpp:168:15: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:168:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:175:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:175:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:222:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:222:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:253:15: style: The function 'OnPlaceDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:758:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:253:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:258:16: style: The function 'OnInitialPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:547:16: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:258:16: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:265:15: style: The function 'OnPlaceMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:769:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:265:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:280:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:280:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:541:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:541:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:550:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:550:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:558:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:558:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:575:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:575:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:641:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:641:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:652:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:652:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:683:15: style: The function 'OnPlaceDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:758:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:683:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:688:15: style: The function 'OnPlaceMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:769:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:688:15: note: Function in derived class
openttd-1.8.0/src/terraform_gui.cpp:705:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/terraform_gui.cpp:705:15: note: Function in derived class
openttd-1.8.0/src/textbuf.cpp:88:10: style: Variable 'c' is not assigned a value. [unassignedVariable]
openttd-1.8.0/src/textbuf_type.h:74:7: style: Technically the member function 'Textbuf::CanDelChar' can be const. [functionConst]
openttd-1.8.0/src/textbuf.cpp:44:15: note: Technically the member function 'Textbuf::CanDelChar' can be const.
openttd-1.8.0/src/textbuf_type.h:74:7: note: Technically the member function 'Textbuf::CanDelChar' can be const.
openttd-1.8.0/src/textbuf.cpp:328:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/textbuf.cpp:340:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/texteff.cpp:42:46: style: Function 'AddTextEffect' argument 2 names different: declaration 'x' definition 'center'. [funcArgNamesDifferent]
openttd-1.8.0/src/texteff.hpp:32:46: note: Function 'AddTextEffect' argument 2 names different: declaration 'x' definition 'center'.
openttd-1.8.0/src/texteff.cpp:42:46: note: Function 'AddTextEffect' argument 2 names different: declaration 'x' definition 'center'.
openttd-1.8.0/src/texteff.cpp:68:36: style: Function 'UpdateTextEffect' argument 1 names different: declaration 'effect_id' definition 'te_id'. [funcArgNamesDifferent]
openttd-1.8.0/src/texteff.hpp:35:36: note: Function 'UpdateTextEffect' argument 1 names different: declaration 'effect_id' definition 'te_id'.
openttd-1.8.0/src/texteff.cpp:68:36: note: Function 'UpdateTextEffect' argument 1 names different: declaration 'effect_id' definition 'te_id'.
openttd-1.8.0/src/texteff.cpp:80:36: style: Function 'RemoveTextEffect' argument 1 names different: declaration 'effect_id' definition 'te_id'. [funcArgNamesDifferent]
openttd-1.8.0/src/texteff.hpp:36:36: note: Function 'RemoveTextEffect' argument 1 names different: declaration 'effect_id' definition 'te_id'.
openttd-1.8.0/src/texteff.cpp:80:36: note: Function 'RemoveTextEffect' argument 1 names different: declaration 'effect_id' definition 'te_id'.
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < TextEffect , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/textfile_gui.cpp:63:17: warning: Member variable 'TextfileWindow::text' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/textfile_gui.cpp:63:17: warning: Member variable 'TextfileWindow::search_iterator' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/tgp.cpp:794:11: style: The scope of the variable 'h' can be reduced. [variableScope]
openttd-1.8.0/src/tgp.cpp:575:12: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/tgp.cpp:252:27: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/thread/thread_morphos.cpp:145:36: style: Unused variable: reply [unusedVariable]
openttd-1.8.0/src/thread/thread_morphos.cpp:78:11: error: Member variable 'self_destruct' is initialized by itself. [selfInitialization]
openttd-1.8.0/src/thread/thread_morphos.cpp:159:21: style: Technically the member function 'ThreadObject_MorphOS::IsCurrent' can be const. [functionConst]
openttd-1.8.0/src/thread/thread_morphos.cpp:126:21: style: The function 'Exit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:34:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_morphos.cpp:126:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_morphos.cpp:143:21: style: The function 'Join' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:39:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_morphos.cpp:143:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_morphos.cpp:182:6: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/thread/thread_none.cpp:26:15: style: The function 'BeginCritical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:74:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_none.cpp:26:15: note: Function in derived class
openttd-1.8.0/src/thread/thread_none.cpp:27:15: style: The function 'EndCritical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:82:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_none.cpp:27:15: note: Function in derived class
openttd-1.8.0/src/thread/thread_none.cpp:28:15: style: The function 'WaitForSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:90:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_none.cpp:28:15: note: Function in derived class
openttd-1.8.0/src/thread/thread_none.cpp:29:15: style: The function 'SendSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:95:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_none.cpp:29:15: note: Function in derived class
openttd-1.8.0/src/thread/thread_os2.cpp:62:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/thread/thread_os2.cpp:44:21: style: The function 'Exit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:34:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_os2.cpp:44:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_os2.cpp:50:21: style: The function 'Join' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:39:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_os2.cpp:50:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_os2.cpp:115:21: style: The function 'BeginCritical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:74:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_os2.cpp:115:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_os2.cpp:123:21: style: The function 'EndCritical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:82:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_os2.cpp:123:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_os2.cpp:130:21: style: The function 'WaitForSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:90:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_os2.cpp:130:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_os2.cpp:138:21: style: The function 'SendSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:95:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_os2.cpp:138:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_os2.cpp:74:5: style: Exception should be caught by reference. [catchExceptionByValue]
openttd-1.8.0/src/thread/thread_pthread.cpp:65:32: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/thread/thread_pthread.cpp:44:21: style: The function 'Exit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:34:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_pthread.cpp:44:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_pthread.cpp:51:21: style: The function 'Join' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:39:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_pthread.cpp:51:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_pthread.cpp:138:21: style: The function 'BeginCritical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:74:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_pthread.cpp:138:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_pthread.cpp:152:21: style: The function 'EndCritical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:82:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_pthread.cpp:152:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_pthread.cpp:163:21: style: The function 'WaitForSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:90:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_pthread.cpp:163:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_pthread.cpp:174:21: style: The function 'SendSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:95:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_pthread.cpp:174:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_win32.cpp:81:4: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/thread/thread_win32.cpp:60:21: style: The function 'Exit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:34:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_win32.cpp:60:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_win32.cpp:67:21: style: The function 'Join' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:39:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_win32.cpp:67:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_win32.cpp:135:21: style: The function 'BeginCritical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:74:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_win32.cpp:135:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_win32.cpp:143:21: style: The function 'EndCritical' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:82:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_win32.cpp:143:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_win32.cpp:150:21: style: The function 'WaitForSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:90:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_win32.cpp:150:21: note: Function in derived class
openttd-1.8.0/src/thread/thread_win32.cpp:158:21: style: The function 'SendSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/thread/thread.h:95:15: note: Virtual function in base class
openttd-1.8.0/src/thread/thread_win32.cpp:158:21: note: Function in derived class
openttd-1.8.0/src/tile_map.cpp:215:27: style: Function 'GetTileMaxZ' argument 1 names different: declaration 'tile' definition 't'. [funcArgNamesDifferent]
openttd-1.8.0/src/tile_map.h:263:27: note: Function 'GetTileMaxZ' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/tile_map.cpp:215:27: note: Function 'GetTileMaxZ' argument 1 names different: declaration 'tile' definition 't'.
openttd-1.8.0/src/tilearea.cpp:226:40: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < Vehicle * , 8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/timetable_gui.cpp:430:42: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/timetable_gui.cpp:430:42: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/timetable_gui.cpp:160:2: warning: Member variable 'TimetableWindow::deparr_time_width' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/timetable_gui.cpp:160:2: warning: Member variable 'TimetableWindow::deparr_abbr_width' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/timetable_gui.cpp:160:2: warning: Member variable 'TimetableWindow::query_is_speed_query' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/timetable_gui.cpp:192:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/timetable_gui.cpp:192:15: note: Function in derived class
openttd-1.8.0/src/timetable_gui.cpp:230:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/timetable_gui.cpp:230:15: note: Function in derived class
openttd-1.8.0/src/timetable_gui.cpp:300:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/timetable_gui.cpp:300:15: note: Function in derived class
openttd-1.8.0/src/timetable_gui.cpp:344:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/timetable_gui.cpp:344:15: note: Function in derived class
openttd-1.8.0/src/timetable_gui.cpp:352:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/timetable_gui.cpp:352:15: note: Function in derived class
openttd-1.8.0/src/timetable_gui.cpp:516:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/timetable_gui.cpp:516:15: note: Function in derived class
openttd-1.8.0/src/timetable_gui.cpp:617:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/timetable_gui.cpp:617:15: note: Function in derived class
openttd-1.8.0/src/timetable_gui.cpp:637:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/timetable_gui.cpp:637:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:1384:13: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/toolbar_gui.cpp:1435:24: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/toolbar_gui.cpp:1447:24: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/toolbar_gui.cpp:240:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/toolbar_gui.cpp:1316:2: warning: Member variable 'NWidgetToolbarContainer::visible' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/toolbar_gui.cpp:1316:2: warning: Member variable 'NWidgetToolbarContainer::spacers' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/toolbar_gui.cpp:1788:1: style: The class 'NWidgetScenarioToolbarContainer' does not have a constructor although it has private member variables. [noConstructor]
openttd-1.8.0/src/toolbar_gui.cpp:125:9: performance: Variable 'icon_size' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openttd-1.8.0/src/toolbar_gui.cpp:1979:2: style: Struct 'MainToolbarWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/toolbar_gui.cpp:2311:2: style: Struct 'ScenarioEditorToolbarWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/toolbar_gui.cpp:100:7: style: The function 'Width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:49:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:100:7: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:105:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:50:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:105:7: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:130:7: style: The function 'Selectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:32:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:130:7: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:135:7: style: The function 'Width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:34:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:135:7: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:143:7: style: The function 'Height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:33:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:143:7: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:148:7: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widgets/dropdown_type.h:35:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:148:7: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:1330:7: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:1330:7: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:1363:7: style: The function 'AssignSizePosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:131:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:1363:7: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:1426:21: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:160:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:1426:21: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:1441:29: style: The function 'GetWidgetFromPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:135:23: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:1441:29: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:1468:28: style: The function 'GetButtonArrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/toolbar_gui.cpp:1463:22: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:1468:28: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:1791:7: style: The function 'SetupSmallestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/widget_type.h:130:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:1791:7: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:1806:28: style: The function 'GetButtonArrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/toolbar_gui.cpp:1463:22: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:1806:28: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:1991:15: style: The function 'FindWindowPlacementAndResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:275:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:1991:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:1996:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:1996:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2014:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2014:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2019:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2019:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2025:21: style: The function 'OnHotkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:604:21: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2025:21: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2073:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2073:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2088:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2088:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2093:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2093:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2106:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2106:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2123:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2123:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2321:15: style: The function 'FindWindowPlacementAndResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:275:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2321:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2326:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2326:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2334:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2334:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2355:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2355:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2370:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2370:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2377:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2377:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2387:21: style: The function 'OnHotkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:604:21: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2387:21: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2419:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2419:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2434:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2434:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2439:15: style: The function 'OnTimeout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:691:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2439:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2446:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2446:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2464:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2464:15: note: Function in derived class
openttd-1.8.0/src/toolbar_gui.cpp:2470:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/toolbar_gui.cpp:2470:15: note: Function in derived class
openttd-1.8.0/src/town_cmd.cpp:1845:17: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/town_cmd.cpp:2832:39: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/town_cmd.cpp:1011:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/town_cmd.cpp:2005:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/town_cmd.cpp:2110:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/town_cmd.cpp:2223:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < const Town * , int > , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/town_cmd.cpp:1725:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/town_cmd.cpp:3364:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/town_gui.cpp:1114:51: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
openttd-1.8.0/src/town_gui.cpp:693:19: style: Unused private function: 'TownDirectoryWindow::TownPopulationSorter' [unusedPrivateFunction]
openttd-1.8.0/src/town_gui.cpp:702:19: style: Unused private function: 'TownDirectoryWindow::TownRatingSorter' [unusedPrivateFunction]
openttd-1.8.0/src/core/smallvec_type.hpp:282:0: style: Technically the member function 'SmallVector < const Town * , 32 >::Begin' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:302:0: style: Technically the member function 'SmallVector < const Town * , 32 >::End' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:326:0: style: Technically the member function 'SmallVector < const Town * , 32 >::Get' can be const. [functionConst]
openttd-1.8.0/src/core/smallvec_type.hpp:351:0: style: Technically the member function 'SmallVector < const Town * , 32 >::operator[]' can be const. [functionConst]
openttd-1.8.0/src/town_gui.cpp:721:2: style: Struct 'TownDirectoryWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < const Town * , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/town_gui.cpp:102:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:102:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:184:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:184:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:189:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:189:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:224:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:224:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:258:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:258:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:281:15: style: The function 'OnHundredthTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:686:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:281:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:325:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:325:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:330:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:330:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:414:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:414:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:453:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:453:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:503:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:503:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:518:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:518:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:526:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:526:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:735:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:735:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:748:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:748:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:796:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:796:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:848:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:848:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:885:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:885:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:896:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:896:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:902:15: style: The function 'OnHundredthTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:686:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:902:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:908:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:908:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:918:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:918:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:1121:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:1121:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:1166:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:1166:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:1171:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:1171:15: note: Function in derived class
openttd-1.8.0/src/town_gui.cpp:1182:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/town_gui.cpp:1182:15: note: Function in derived class
openttd-1.8.0/src/townname.cpp:1068:17: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/train_cmd.cpp:3016:29: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/train_cmd.cpp:3096:27: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/train_cmd.cpp:3436:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/train_cmd.cpp:3504:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/train_cmd.cpp:2463:2: style: Class 'VehicleOrderSaver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < CargoSummaryItem , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/transparency_gui.cpp:38:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/transparency_gui.cpp:38:15: note: Function in derived class
openttd-1.8.0/src/transparency_gui.cpp:44:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/transparency_gui.cpp:44:15: note: Function in derived class
openttd-1.8.0/src/transparency_gui.cpp:72:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/transparency_gui.cpp:72:15: note: Function in derived class
openttd-1.8.0/src/transparency_gui.cpp:107:16: style: The function 'OnInitialPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:547:16: note: Virtual function in base class
openttd-1.8.0/src/transparency_gui.cpp:107:16: note: Function in derived class
openttd-1.8.0/src/transparency_gui.cpp:119:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/transparency_gui.cpp:119:15: note: Function in derived class
openttd-1.8.0/src/tree_map.h:169:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openttd-1.8.0/src/tree_gui.cpp:57:2: warning: Member variable 'BuildTreesWindow::base' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/tree_gui.cpp:57:2: warning: Member variable 'BuildTreesWindow::count' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/tree_gui.cpp:57:2: warning: Member variable 'BuildTreesWindow::tree_to_plant' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/tree_gui.cpp:87:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/tree_gui.cpp:87:15: note: Function in derived class
openttd-1.8.0/src/tree_gui.cpp:105:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/tree_gui.cpp:105:15: note: Function in derived class
openttd-1.8.0/src/tree_gui.cpp:114:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/tree_gui.cpp:114:15: note: Function in derived class
openttd-1.8.0/src/tree_gui.cpp:141:15: style: The function 'OnPlaceObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:736:15: note: Virtual function in base class
openttd-1.8.0/src/tree_gui.cpp:141:15: note: Function in derived class
openttd-1.8.0/src/tree_gui.cpp:146:15: style: The function 'OnPlaceDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:758:15: note: Virtual function in base class
openttd-1.8.0/src/tree_gui.cpp:146:15: note: Function in derived class
openttd-1.8.0/src/tree_gui.cpp:151:15: style: The function 'OnPlaceMouseUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:769:15: note: Virtual function in base class
openttd-1.8.0/src/tree_gui.cpp:151:15: note: Function in derived class
openttd-1.8.0/src/tree_gui.cpp:162:15: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/tree_gui.cpp:162:15: note: Function in derived class
openttd-1.8.0/src/tree_gui.cpp:168:15: style: The function 'OnPlaceObjectAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:748:15: note: Virtual function in base class
openttd-1.8.0/src/tree_gui.cpp:168:15: note: Function in derived class
openttd-1.8.0/src/tunnelbridge_cmd.cpp:705:3: style: Variable 'coa->first_tile' is reassigned a value before the old one has been used. [redundantAssignment]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:703:3: note: Variable 'coa->first_tile' is reassigned a value before the old one has been used.
openttd-1.8.0/src/tunnelbridge_cmd.cpp:705:3: note: Variable 'coa->first_tile' is reassigned a value before the old one has been used.
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1049:0: style: Same expression used in consecutive assignments of 'z_front_north' and 'z_back_north'. [duplicateAssignExpression]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1050:0: note: Same expression used in consecutive assignments of 'z_front_north' and 'z_back_north'.
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1049:0: note: Same expression used in consecutive assignments of 'z_front_north' and 'z_back_north'.
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1050:0: style: Same expression used in consecutive assignments of 'z_back_north' and 'z_front_south'. [duplicateAssignExpression]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1051:0: note: Same expression used in consecutive assignments of 'z_back_north' and 'z_front_south'.
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1050:0: note: Same expression used in consecutive assignments of 'z_back_north' and 'z_front_south'.
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1051:0: style: Same expression used in consecutive assignments of 'z_front_south' and 'z_back_south'. [duplicateAssignExpression]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1052:0: note: Same expression used in consecutive assignments of 'z_front_south' and 'z_back_south'.
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1051:0: note: Same expression used in consecutive assignments of 'z_front_south' and 'z_back_south'.
openttd-1.8.0/src/tunnelbridge_cmd.cpp:105:33: style: Function 'CalcBridgeLenCostFactor' argument 1 names different: declaration 'x' definition 'length'. [funcArgNamesDifferent]
openttd-1.8.0/src/bridge.h:76:33: note: Function 'CalcBridgeLenCostFactor' argument 1 names different: declaration 'x' definition 'length'.
openttd-1.8.0/src/tunnelbridge_cmd.cpp:105:33: note: Function 'CalcBridgeLenCostFactor' argument 1 names different: declaration 'x' definition 'length'.
openttd-1.8.0/src/tunnelbridge_cmd.cpp:88:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:511:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:730:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:857:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:929:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1674:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1379:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1381:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/tunnelbridge_cmd.cpp:1383:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/vehicle.cpp:555:12: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle.cpp:582:25: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/vehicle.cpp:1367:47: style: Function 'CalcPercentVehicleFilled' argument 1 names different: declaration 'v' definition 'front'. [funcArgNamesDifferent]
openttd-1.8.0/src/vehicle_func.h:50:47: note: Function 'CalcPercentVehicleFilled' argument 1 names different: declaration 'v' definition 'front'.
openttd-1.8.0/src/vehicle.cpp:1367:47: note: Function 'CalcPercentVehicleFilled' argument 1 names different: declaration 'v' definition 'front'.
openttd-1.8.0/src/vehicle.cpp:1022:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < SmallPair < Vehicle * , bool > , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/vehicle.cpp:2772:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < RefitResult , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/vehicle_cmd.cpp:108:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/vehicle_cmd.cpp:936:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/vehicle_gui.cpp:599:103: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openttd-1.8.0/src/vehicle_gui.cpp:245:7: style: The scope of the variable 'success' can be reduced. [variableScope]
openttd-1.8.0/src/vehicle_gui.cpp:739:9: style: The scope of the variable 'x' can be reduced. [variableScope]
openttd-1.8.0/src/vehicle_gui.cpp:1914:7: performance: Technically the member function 'VehicleDetailsWindow::GetRoadVehDetailsHeight' can be static. [functionStatic]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < RefitOption , 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/vehicle_gui.cpp:608:15: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:536:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:608:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:638:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:638:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:659:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:659:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:677:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:677:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:729:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:729:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:811:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:811:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:919:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:919:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:961:15: style: The function 'OnMouseDrag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:643:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:961:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:974:15: style: The function 'OnDragDrop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:650:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:974:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:987:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:987:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:1488:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:1488:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:1525:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:1525:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:1568:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:1568:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:1582:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:1582:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:1614:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:1614:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:1653:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:1653:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:1679:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:1679:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:1690:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:1690:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:1700:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:1700:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:1890:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:1890:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:1930:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:1930:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2034:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2034:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2039:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2039:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2137:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2137:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2162:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2162:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2210:15: style: The function 'OnDropdownSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:705:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2210:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2224:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2224:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2231:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2231:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2517:15: style: The function 'UpdateWidgetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:578:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2517:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2539:15: style: The function 'OnPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:553:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2539:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2558:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2558:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2566:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2566:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2665:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2665:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2728:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2728:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2736:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2736:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2766:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2766:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2775:15: style: The function 'IsNewGRFInspectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:786:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2775:15: note: Function in derived class
openttd-1.8.0/src/vehicle_gui.cpp:2780:15: style: The function 'ShowNewGRFInspectWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:794:15: note: Virtual function in base class
openttd-1.8.0/src/vehicle_gui.cpp:2780:15: note: Function in derived class
openttd-1.8.0/src/vehiclelist.cpp:71:75: style: Function 'BuildDepotVehicleList' argument 3 names different: declaration 'engine_list' definition 'engines'. [funcArgNamesDifferent]
openttd-1.8.0/src/vehiclelist.h:58:75: note: Function 'BuildDepotVehicleList' argument 3 names different: declaration 'engine_list' definition 'engines'.
openttd-1.8.0/src/vehiclelist.cpp:71:75: note: Function 'BuildDepotVehicleList' argument 3 names different: declaration 'engine_list' definition 'engines'.
openttd-1.8.0/src/vehiclelist.cpp:71:97: style: Function 'BuildDepotVehicleList' argument 4 names different: declaration 'wagon_list' definition 'wagons'. [funcArgNamesDifferent]
openttd-1.8.0/src/vehiclelist.h:58:101: note: Function 'BuildDepotVehicleList' argument 4 names different: declaration 'wagon_list' definition 'wagons'.
openttd-1.8.0/src/vehiclelist.cpp:71:97: note: Function 'BuildDepotVehicleList' argument 4 names different: declaration 'wagon_list' definition 'wagons'.
openttd-1.8.0/src/vehiclelist.cpp:116:78: style: Function 'GenerateVehicleSortList' argument 2 names different: declaration 'identifier' definition 'vli'. [funcArgNamesDifferent]
openttd-1.8.0/src/vehiclelist.h:57:78: note: Function 'GenerateVehicleSortList' argument 2 names different: declaration 'identifier' definition 'vli'.
openttd-1.8.0/src/vehiclelist.cpp:116:78: note: Function 'GenerateVehicleSortList' argument 2 names different: declaration 'identifier' definition 'vli'.
openttd-1.8.0/src/video/null_v.cpp:22:57: style: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'. [funcArgNamesDifferent]
openttd-1.8.0/src/video/null_v.h:23:54: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/video/null_v.cpp:22:57: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/video/null_v.cpp:57:46: style: Function 'ToggleFullscreen' argument 1 names different: declaration 'fullscreen' definition 'fs'. [funcArgNamesDifferent]
openttd-1.8.0/src/video/null_v.h:33:43: note: Function 'ToggleFullscreen' argument 1 names different: declaration 'fullscreen' definition 'fs'.
openttd-1.8.0/src/video/null_v.cpp:57:46: note: Function 'ToggleFullscreen' argument 1 names different: declaration 'fullscreen' definition 'fs'.
openttd-1.8.0/src/video/null_v.h:18:1: style: The class 'VideoDriver_Null' does not have a constructor although it has private member variables. [noConstructor]
openttd-1.8.0/src/video/null_v.h:23:28: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:31:22: note: Virtual function in base class
openttd-1.8.0/src/video/null_v.h:23:28: note: Function in derived class
openttd-1.8.0/src/video/null_v.h:25:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:36:15: note: Virtual function in base class
openttd-1.8.0/src/video/null_v.h:25:21: note: Function in derived class
openttd-1.8.0/src/video/null_v.h:27:21: style: The function 'MakeDirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:28:15: note: Virtual function in base class
openttd-1.8.0/src/video/null_v.h:27:21: note: Function in derived class
openttd-1.8.0/src/video/null_v.h:29:21: style: The function 'MainLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:33:15: note: Virtual function in base class
openttd-1.8.0/src/video/null_v.h:29:21: note: Function in derived class
openttd-1.8.0/src/video/null_v.h:31:21: style: The function 'ChangeResolution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:41:15: note: Virtual function in base class
openttd-1.8.0/src/video/null_v.h:31:21: note: Function in derived class
openttd-1.8.0/src/video/null_v.h:33:21: style: The function 'ToggleFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:48:15: note: Virtual function in base class
openttd-1.8.0/src/video/null_v.h:33:21: note: Function in derived class
openttd-1.8.0/src/video/null_v.h:34:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:53:22: note: Virtual function in base class
openttd-1.8.0/src/video/null_v.h:34:28: note: Function in derived class
openttd-1.8.0/src/video/null_v.h:35:21: style: The function 'HasGUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:85:15: note: Virtual function in base class
openttd-1.8.0/src/video/null_v.h:35:21: note: Function in derived class
openttd-1.8.0/src/video/null_v.h:42:24: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:139:18: note: Virtual function in base class
openttd-1.8.0/src/video/null_v.h:42:24: note: Function in derived class
openttd-1.8.0/src/video/win32_v.cpp:1147:58: style: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'. [funcArgNamesDifferent]
openttd-1.8.0/src/video/win32_v.h:20:54: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/video/win32_v.cpp:1147:58: note: Function 'Start' argument 1 names different: declaration 'param' definition 'parm'.
openttd-1.8.0/src/video/win32_v.cpp:1341:47: style: Function 'ToggleFullscreen' argument 1 names different: declaration 'fullscreen' definition 'full_screen'. [funcArgNamesDifferent]
openttd-1.8.0/src/video/win32_v.h:30:43: note: Function 'ToggleFullscreen' argument 1 names different: declaration 'fullscreen' definition 'full_screen'.
openttd-1.8.0/src/video/win32_v.cpp:1341:47: note: Function 'ToggleFullscreen' argument 1 names different: declaration 'fullscreen' definition 'full_screen'.
openttd-1.8.0/src/video/win32_v.cpp:79:33: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/video/win32_v.cpp:1057:20: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/video/win32_v.h:20:28: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:31:22: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:20:28: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:22:21: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:36:15: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:22:21: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:24:21: style: The function 'MakeDirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:28:15: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:24:21: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:26:21: style: The function 'MainLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:33:15: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:26:21: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:28:21: style: The function 'ChangeResolution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:41:15: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:28:21: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:30:21: style: The function 'ToggleFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:48:15: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:30:21: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:32:21: style: The function 'AfterBlitterChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:55:15: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:32:21: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:34:21: style: The function 'AcquireBlitterLock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:64:15: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:34:21: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:36:21: style: The function 'ReleaseBlitterLock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:70:15: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:36:21: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:38:21: style: The function 'ClaimMousePointer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:72:15: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:38:21: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:40:21: style: The function 'EditBoxLostFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/video/video_driver.hpp:93:15: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:40:21: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:42:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:53:22: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:42:28: note: Function in derived class
openttd-1.8.0/src/video/win32_v.h:51:24: style: The function 'CreateInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/driver.h:139:18: note: Virtual function in base class
openttd-1.8.0/src/video/win32_v.h:51:24: note: Function in derived class
openttd-1.8.0/src/viewport.cpp:261:2: warning: Redundant assignment of 'w' to itself. [selfAssignment]
openttd-1.8.0/src/zoom_func.h:27:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openttd-1.8.0/src/viewport.cpp:1345:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/tilehighlight_type.h:79:7: style: Technically the member function 'TileHighlightData::IsDraggingDiagonal' can be const. [functionConst]
openttd-1.8.0/src/viewport.cpp:2332:25: note: Technically the member function 'TileHighlightData::IsDraggingDiagonal' can be const.
openttd-1.8.0/src/tilehighlight_type.h:79:7: note: Technically the member function 'TileHighlightData::IsDraggingDiagonal' can be const.
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < StringSpriteToDraw , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < TileSpriteToDraw , 64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < ParentSpriteToDraw , 64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < ParentSpriteToDraw * , 64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < ChildScreenSpriteToDraw , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openttd-1.8.0/src/viewport.cpp:3087:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/viewport.cpp:3088:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/viewport_gui.cpp:83:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/viewport_gui.cpp:83:15: note: Function in derived class
openttd-1.8.0/src/viewport_gui.cpp:93:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/viewport_gui.cpp:93:15: note: Function in derived class
openttd-1.8.0/src/viewport_gui.cpp:123:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/viewport_gui.cpp:123:15: note: Function in derived class
openttd-1.8.0/src/viewport_gui.cpp:131:15: style: The function 'OnScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:656:15: note: Virtual function in base class
openttd-1.8.0/src/viewport_gui.cpp:131:15: note: Function in derived class
openttd-1.8.0/src/viewport_gui.cpp:139:15: style: The function 'OnMouseWheel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:670:15: note: Virtual function in base class
openttd-1.8.0/src/viewport_gui.cpp:139:15: note: Function in derived class
openttd-1.8.0/src/viewport_gui.cpp:151:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/viewport_gui.cpp:151:15: note: Function in derived class
openttd-1.8.0/src/water_cmd.cpp:87:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/water_cmd.cpp:1159:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openttd-1.8.0/src/water_cmd.cpp:518:32: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openttd-1.8.0/src/waypoint_cmd.cpp:248:22: warning: Obsolete function 'alloca' called. [allocaCalled]
openttd-1.8.0/src/waypoint_gui.cpp:84:15: style: The function 'SetStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:586:15: note: Virtual function in base class
openttd-1.8.0/src/waypoint_gui.cpp:84:15: note: Function in derived class
openttd-1.8.0/src/waypoint_gui.cpp:89:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/waypoint_gui.cpp:89:15: note: Function in derived class
openttd-1.8.0/src/waypoint_gui.cpp:116:15: style: The function 'OnInvalidateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:728:15: note: Virtual function in base class
openttd-1.8.0/src/waypoint_gui.cpp:116:15: note: Function in derived class
openttd-1.8.0/src/waypoint_gui.cpp:127:15: style: The function 'OnResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:698:15: note: Virtual function in base class
openttd-1.8.0/src/waypoint_gui.cpp:127:15: note: Function in derived class
openttd-1.8.0/src/waypoint_gui.cpp:138:15: style: The function 'OnQueryTextFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:721:15: note: Virtual function in base class
openttd-1.8.0/src/waypoint_gui.cpp:138:15: note: Function in derived class
openttd-1.8.0/src/widget.cpp:530:80: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::fill_x' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::fill_y' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::resize_x' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::resize_y' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::smallest_x' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::smallest_y' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::current_x' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::current_y' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::pos_x' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::pos_y' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::next' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::prev' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::padding_top' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::padding_right' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::padding_bottom' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:721:14: warning: Member variable 'NWidgetBase::padding_left' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:806:20: warning: Member variable 'NWidgetResizeBase::min_x' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:806:20: warning: Member variable 'NWidgetResizeBase::min_y' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:870:14: warning: Member variable 'NWidgetCore::disp_flags' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:870:14: warning: Member variable 'NWidgetCore::highlight_colour' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:971:17: warning: Member variable 'NWidgetStacked::shown_plane' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:1089:22: warning: Member variable 'NWidgetPIPContainer::pip_pre' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:1089:22: warning: Member variable 'NWidgetPIPContainer::pip_inter' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:1089:22: warning: Member variable 'NWidgetPIPContainer::pip_post' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:1469:16: warning: Member variable 'NWidgetMatrix::colour' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:1469:16: warning: Member variable 'NWidgetMatrix::sb' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:1469:16: warning: Member variable 'NWidgetMatrix::widget_w' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:1469:16: warning: Member variable 'NWidgetMatrix::widget_h' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:1469:16: warning: Member variable 'NWidgetMatrix::widgets_x' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:1469:16: warning: Member variable 'NWidgetMatrix::widgets_y' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widget.cpp:196:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openttd-1.8.0/src/widgets/dropdown.cpp:116:2: warning: Member variable 'DropdownWindow::scrolling' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/widgets/dropdown.cpp:178:16: style: The function 'OnInitialPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:547:16: note: Virtual function in base class
openttd-1.8.0/src/widgets/dropdown.cpp:178:16: note: Function in derived class
openttd-1.8.0/src/widgets/dropdown.cpp:218:15: style: The function 'DrawWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:564:15: note: Virtual function in base class
openttd-1.8.0/src/widgets/dropdown.cpp:218:15: note: Function in derived class
openttd-1.8.0/src/widgets/dropdown.cpp:247:15: style: The function 'OnClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:620:15: note: Virtual function in base class
openttd-1.8.0/src/widgets/dropdown.cpp:247:15: note: Function in derived class
openttd-1.8.0/src/widgets/dropdown.cpp:258:15: style: The function 'OnTick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:681:15: note: Virtual function in base class
openttd-1.8.0/src/widgets/dropdown.cpp:258:15: note: Function in derived class
openttd-1.8.0/src/widgets/dropdown.cpp:272:15: style: The function 'OnMouseLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openttd-1.8.0/src/window_gui.h:676:15: note: Virtual function in base class
openttd-1.8.0/src/widgets/dropdown.cpp:272:15: note: Function in derived class
openttd-1.8.0/src/window.cpp:566:49: style: C-style pointer casting [cstyleCast]
openttd-1.8.0/src/window.cpp:1010:46: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openttd-1.8.0/src/window.cpp:2203:0: style: Same expression used in consecutive assignments of 'hsnap' and 'vsnap'. [duplicateAssignExpression]
openttd-1.8.0/src/window.cpp:2204:0: note: Same expression used in consecutive assignments of 'hsnap' and 'vsnap'.
openttd-1.8.0/src/window.cpp:2203:0: note: Same expression used in consecutive assignments of 'hsnap' and 'vsnap'.
openttd-1.8.0/src/window.cpp:2928:13: style: The scope of the variable 'double_click_time' can be reduced. [variableScope]
openttd-1.8.0/src/window.cpp:2957:16: style: The scope of the variable 'hover_time' can be reduced. [variableScope]
openttd-1.8.0/src/window.cpp:90:39: style: Function 'WindowDesc' argument 1 names different: declaration 'default_pos' definition 'def_pos'. [funcArgNamesDifferent]
openttd-1.8.0/src/window_gui.h:170:28: note: Function 'WindowDesc' argument 1 names different: declaration 'default_pos' definition 'def_pos'.
openttd-1.8.0/src/window.cpp:90:39: note: Function 'WindowDesc' argument 1 names different: declaration 'default_pos' definition 'def_pos'.
openttd-1.8.0/src/window.cpp:1480:55: style: Function 'InitializePositionSize' argument 3 names different: declaration 'min_width' definition 'sm_width'. [funcArgNamesDifferent]
openttd-1.8.0/src/window_gui.h:274:48: note: Function 'InitializePositionSize' argument 3 names different: declaration 'min_width' definition 'sm_width'.
openttd-1.8.0/src/window.cpp:1480:55: note: Function 'InitializePositionSize' argument 3 names different: declaration 'min_width' definition 'sm_width'.
openttd-1.8.0/src/window.cpp:1480:69: style: Function 'InitializePositionSize' argument 4 names different: declaration 'min_height' definition 'sm_height'. [funcArgNamesDifferent]
openttd-1.8.0/src/window_gui.h:274:63: note: Function 'InitializePositionSize' argument 4 names different: declaration 'min_height' definition 'sm_height'.
openttd-1.8.0/src/window.cpp:1480:69: note: Function 'InitializePositionSize' argument 4 names different: declaration 'min_height' definition 'sm_height'.
openttd-1.8.0/src/window.cpp:1833:38: style: Function 'InitNested' argument 1 names different: declaration 'number' definition 'window_number'. [funcArgNamesDifferent]
openttd-1.8.0/src/window_gui.h:354:31: note: Function 'InitNested' argument 1 names different: declaration 'number' definition 'window_number'.
openttd-1.8.0/src/window.cpp:1833:38: note: Function 'InitNested' argument 1 names different: declaration 'number' definition 'window_number'.
openttd-1.8.0/src/window.cpp:2116:34: style: Function 'ResizeWindow' argument 2 names different: declaration 'x' definition 'delta_x'. [funcArgNamesDifferent]
openttd-1.8.0/src/window_func.h:23:34: note: Function 'ResizeWindow' argument 2 names different: declaration 'x' definition 'delta_x'.
openttd-1.8.0/src/window.cpp:2116:34: note: Function 'ResizeWindow' argument 2 names different: declaration 'x' definition 'delta_x'.
openttd-1.8.0/src/window.cpp:2116:47: style: Function 'ResizeWindow' argument 3 names different: declaration 'y' definition 'delta_y'. [funcArgNamesDifferent]
openttd-1.8.0/src/window_func.h:23:41: note: Function 'ResizeWindow' argument 3 names different: declaration 'y' definition 'delta_y'.
openttd-1.8.0/src/window.cpp:2116:47: note: Function 'ResizeWindow' argument 3 names different: declaration 'y' definition 'delta_y'.
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::flags' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::window_class' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::window_number' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::timeout_timer' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::white_border_timer' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::left' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::top' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::width' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::height' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::resize' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::owner' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::viewport' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::nested_focus' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::nested_root' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::nested_array' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::nested_array_size' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::shade_select' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::unshaded_size' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::parent' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::z_front' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/window.cpp:1843:9: warning: Member variable 'Window::z_back' is not initialized in the constructor. [uninitMemberVar]
openttd-1.8.0/src/core/smallvec_type.hpp:52:0: style: Class 'SmallVector < WindowDesc * , 16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[13:26]

ftp://ftp.se.debian.org/debian/pool/main/o/openttd-opengfx/openttd-opengfx_0.5.4.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/openttd-openmsx/openttd-openmsx_0.3.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openturns/openturns_1.9.orig.tar.gz
Checking openturns-1.9/lib/src/Uncertainty/Model/DistributionFactoryImplementation.cxx: __GCC__=1;__GCC__=1...

openturns-1.9/cmake/unsignedlong_same_as_uint64_t.cxx:11:43: style: Unused variable: compiles_only_if_types_are_identical [unusedVariable]
openturns-1.9/lib/src/Base/Algo/openturns/ApproximationAlgorithm.hxx:46:3: style: Class 'ApproximationAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/ApproximationAlgorithm.hxx:49:3: style: Class 'ApproximationAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/PenalizedLeastSquaresAlgorithm.hxx:47:3: style: Class 'PenalizedLeastSquaresAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/Classifier.cxx:70:61: style: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/Classifier.hxx:63:32: note: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/Classifier.cxx:70:61: note: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/Classifier.cxx:76:61: style: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/Classifier.hxx:65:31: note: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/Classifier.cxx:76:61: note: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/openturns/Classifier.hxx:49:3: style: Class 'Classifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/Classifier.hxx:52:3: style: Class 'Classifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/ClassifierImplementation.cxx:45:21: style: Function 'ClassifierImplementation' argument 2 names different: declaration 'outClasses' definition 'classes'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/ClassifierImplementation.hxx:45:44: note: Function 'ClassifierImplementation' argument 2 names different: declaration 'outClasses' definition 'classes'.
openturns-1.9/lib/src/Base/Algo/ClassifierImplementation.cxx:45:21: note: Function 'ClassifierImplementation' argument 2 names different: declaration 'outClasses' definition 'classes'.
openturns-1.9/lib/src/Base/Algo/ClassifierImplementation.cxx:116:81: style: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/ClassifierImplementation.hxx:61:46: note: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/ClassifierImplementation.cxx:116:81: note: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/ClassifierImplementation.cxx:149:21: style: Function 'gradeParallel' argument 2 names different: declaration 'outC' definition 'hClass'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/ClassifierImplementation.hxx:67:47: note: Function 'gradeParallel' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/ClassifierImplementation.cxx:149:21: note: Function 'gradeParallel' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/ClassifierImplementation.cxx:159:21: style: Function 'gradeSequential' argument 2 names different: declaration 'outC' definition 'hClass'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/ClassifierImplementation.hxx:69:49: note: Function 'gradeSequential' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/ClassifierImplementation.cxx:159:21: note: Function 'gradeSequential' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/ClassifierImplementation.cxx:168:75: style: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/ClassifierImplementation.hxx:63:39: note: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/ClassifierImplementation.cxx:168:75: note: Function 'grade' argument 2 names different: declaration 'outC' definition 'hClass'.
openturns-1.9/lib/src/Base/Algo/CorrectedLeaveOneOut.cxx:56:48: style: Function 'run' argument 4 names different: declaration 'psi' definition 'basis'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/CorrectedLeaveOneOut.hxx:54:36: note: Function 'run' argument 4 names different: declaration 'psi' definition 'basis'.
openturns-1.9/lib/src/Base/Algo/CorrectedLeaveOneOut.cxx:56:48: note: Function 'run' argument 4 names different: declaration 'psi' definition 'basis'.
openturns-1.9/lib/src/Base/Algo/FittingAlgorithm.cxx:66:44: style: Function 'run' argument 4 names different: declaration 'psi' definition 'basis'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/FittingAlgorithm.hxx:60:28: note: Function 'run' argument 4 names different: declaration 'psi' definition 'basis'.
openturns-1.9/lib/src/Base/Algo/FittingAlgorithm.cxx:66:44: note: Function 'run' argument 4 names different: declaration 'psi' definition 'basis'.
openturns-1.9/lib/src/Base/Algo/FittingAlgorithm.cxx:74:44: style: Function 'run' argument 3 names different: declaration 'psi' definition 'basis'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/FittingAlgorithm.hxx:65:28: note: Function 'run' argument 3 names different: declaration 'psi' definition 'basis'.
openturns-1.9/lib/src/Base/Algo/FittingAlgorithm.cxx:74:44: note: Function 'run' argument 3 names different: declaration 'psi' definition 'basis'.
openturns-1.9/lib/src/Base/Algo/openturns/FittingAlgorithm.hxx:47:3: style: Class 'FittingAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/FittingAlgorithm.hxx:50:3: style: Class 'FittingAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/FittingAlgorithmImplementation.cxx:48:19: style: Function 'run' argument 4 names different: declaration 'psi' definition 'basis'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/FittingAlgorithmImplementation.hxx:57:36: note: Function 'run' argument 4 names different: declaration 'psi' definition 'basis'.
openturns-1.9/lib/src/Base/Algo/FittingAlgorithmImplementation.cxx:48:19: note: Function 'run' argument 4 names different: declaration 'psi' definition 'basis'.
openturns-1.9/lib/src/Base/Algo/FittingAlgorithmImplementation.cxx:57:19: style: Function 'run' argument 3 names different: declaration 'psi' definition 'basis'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/FittingAlgorithmImplementation.hxx:62:36: note: Function 'run' argument 3 names different: declaration 'psi' definition 'basis'.
openturns-1.9/lib/src/Base/Algo/FittingAlgorithmImplementation.cxx:57:19: note: Function 'run' argument 3 names different: declaration 'psi' definition 'basis'.
openturns-1.9/lib/src/Base/Algo/openturns/GaussKronrodRule.hxx:48:0: style: Class 'GaussKronrodRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/IntegrationAlgorithm.hxx:49:3: style: Class 'IntegrationAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/IntegrationAlgorithm.hxx:52:3: style: Class 'IntegrationAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/IntegrationAlgorithm.hxx:56:3: style: Class 'IntegrationAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/IteratedQuadrature.hxx:50:3: style: Class 'IteratedQuadrature' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/KDTree.cxx:206:31: style: Function 'KDTree' argument 1 names different: declaration 'sample' definition 'points'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/KDTree.hxx:49:34: note: Function 'KDTree' argument 1 names different: declaration 'sample' definition 'points'.
openturns-1.9/lib/src/Base/Algo/KDTree.cxx:206:31: note: Function 'KDTree' argument 1 names different: declaration 'sample' definition 'points'.
openturns-1.9/lib/src/Base/Algo/KFold.cxx:173:40: style: Function 'setK' argument 1 names different: declaration 'p' definition 'k'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/KFold.hxx:76:35: note: Function 'setK' argument 1 names different: declaration 'p' definition 'k'.
openturns-1.9/lib/src/Base/Algo/KFold.cxx:173:40: note: Function 'setK' argument 1 names different: declaration 'p' definition 'k'.
openturns-1.9/lib/src/Base/Algo/openturns/KarhunenLoeveAlgorithm.hxx:44:3: style: Class 'KarhunenLoeveAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/KarhunenLoeveAlgorithm.hxx:47:3: style: Class 'KarhunenLoeveAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/KarhunenLoeveP1Factory.cxx:77:45: style: Function 'build' argument 2 names different: declaration 'eigenvalues' definition 'selectedEV'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/KarhunenLoeveP1Factory.hxx:64:23: note: Function 'build' argument 2 names different: declaration 'eigenvalues' definition 'selectedEV'.
openturns-1.9/lib/src/Base/Algo/KarhunenLoeveP1Factory.cxx:77:45: note: Function 'build' argument 2 names different: declaration 'eigenvalues' definition 'selectedEV'.
openturns-1.9/lib/src/Base/Algo/KarhunenLoeveP1Factory.cxx:107:13: style: Function 'buildAsProcessSample' argument 2 names different: declaration 'eigenvalues' definition 'selectedEV'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Algo/openturns/KarhunenLoeveP1Factory.hxx:67:46: note: Function 'buildAsProcessSample' argument 2 names different: declaration 'eigenvalues' definition 'selectedEV'.
openturns-1.9/lib/src/Base/Algo/KarhunenLoeveP1Factory.cxx:107:13: note: Function 'buildAsProcessSample' argument 2 names different: declaration 'eigenvalues' definition 'selectedEV'.
openturns-1.9/lib/src/Base/Algo/openturns/KarhunenLoeveResult.hxx:47:3: style: Class 'KarhunenLoeveResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/KarhunenLoeveResult.hxx:50:3: style: Class 'KarhunenLoeveResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/kissfft.hh:263:0: style: The scope of the variable 'k' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Algo/kissfft.hh:51:20: style: Technically the member function 'kissfft_utils::traits::twiddle' can be const. [functionConst]
openturns-1.9/lib/src/Base/Algo/kissfft.hh:114:0: performance: Technically the member function 'kissfft < Scalar , kissfft_utils :: traits < T_Scalar > >::C_ADD' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Algo/kissfft.hh:115:0: performance: Technically the member function 'kissfft < Scalar , kissfft_utils :: traits < T_Scalar > >::C_MUL' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Algo/kissfft.hh:116:0: performance: Technically the member function 'kissfft < Scalar , kissfft_utils :: traits < T_Scalar > >::C_SUB' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Algo/kissfft.hh:117:0: performance: Technically the member function 'kissfft < Scalar , kissfft_utils :: traits < T_Scalar > >::C_ADDTO' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Algo/kissfft.hh:118:0: performance: Technically the member function 'kissfft < Scalar , kissfft_utils :: traits < T_Scalar > >::C_FIXDIV' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Algo/kissfft.hh:119:0: performance: Technically the member function 'kissfft < Scalar , kissfft_utils :: traits < T_Scalar > >::S_MUL' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Algo/kissfft.hh:120:0: performance: Technically the member function 'kissfft < Scalar , kissfft_utils :: traits < T_Scalar > >::HALF_OF' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Algo/kissfft.hh:121:0: performance: Technically the member function 'kissfft < Scalar , kissfft_utils :: traits < T_Scalar > >::C_MULBYSCALAR' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethod.hxx:59:3: style: Class 'LeastSquaresMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethod.hxx:62:3: style: Class 'LeastSquaresMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:52:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:59:46: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:52:23: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:55:10: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:62:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:55:10: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:58:9: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:80:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:58:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:59:9: style: The function 'solveNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:81:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:59:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:61:20: style: The function 'getGramInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:84:28: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:61:20: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:63:9: style: The function 'getGramInverseDiag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:93:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:63:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:64:9: style: The function 'getHDiag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:90:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:64:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:66:10: style: The function 'getGramInverseTrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:96:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:66:10: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:70:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:99:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:70:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:75:8: style: The function 'trashDecomposition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:105:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:75:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:78:8: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:117:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:78:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:81:8: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:120:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/SVDMethod.hxx:81:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:52:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:59:46: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:52:28: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:55:10: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:62:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:55:10: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:58:9: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:80:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:58:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:59:9: style: The function 'solveNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:81:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:59:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:62:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:99:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:62:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:67:8: style: The function 'trashDecomposition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:105:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:67:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:69:20: style: The function 'getGramInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:84:28: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:69:20: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:70:19: style: The function 'getH' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:87:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:70:19: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:72:9: style: The function 'getGramInverseDiag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:93:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:72:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:73:9: style: The function 'getHDiag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:90:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:73:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:75:10: style: The function 'getGramInverseTrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:96:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:75:10: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:78:8: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:117:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:78:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:81:8: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:120:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/CholeskyMethod.hxx:81:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:52:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:59:46: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:52:22: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:55:10: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:62:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:55:10: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:58:9: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:80:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:58:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:59:9: style: The function 'solveNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:81:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:59:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:61:20: style: The function 'getGramInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:84:28: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:61:20: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:63:9: style: The function 'getGramInverseDiag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:93:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:63:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:64:9: style: The function 'getHDiag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:90:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:64:9: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:66:10: style: The function 'getGramInverseTrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:96:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:66:10: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:69:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:99:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:69:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:74:8: style: The function 'trashDecomposition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:105:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:74:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:77:8: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:117:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:77:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:80:8: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Algo/openturns/LeastSquaresMethodImplementation.hxx:120:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Algo/openturns/QRMethod.hxx:80:8: note: Function in derived class
openturns-1.9/lib/src/Base/Algo/openturns/PenalizedLeastSquaresAlgorithmFactory.hxx:44:3: style: Class 'PenalizedLeastSquaresAlgorithmFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/AtomicFunctions.hxx:209:3: style: Class 'AtomicInt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/OSS.hxx:32:0: error: syntax error [syntaxError]
openturns-1.9/lib/src/Base/Common/openturns/ComparisonOperator.hxx:47:3: style: Class 'ComparisonOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:78:8: performance: Technically the member function 'PersistentObjectFactory::setShadowedId' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:83:6: performance: Technically the member function 'PersistentObjectFactory::getShadowedId' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:115:0: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:47:37: note: Virtual function in base class
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:115:0: note: Function in derived class
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:121:0: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:57:30: note: Virtual function in base class
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:121:0: note: Function in derived class
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:139:0: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:66:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:139:0: note: Function in derived class
openturns-1.9/lib/src/Base/Common/openturns/Lockable.hxx:65:5: style: Class 'Lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/Log.cxx:272:18: style: The scope of the variable 'os' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Common/Log.cxx:288:18: style: The scope of the variable 'os' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Common/Log.cxx:251:24: style: Function 'Repeat' argument 1 names different: declaration 'repeat' definition 'r'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Common/openturns/Log.hxx:174:28: note: Function 'Repeat' argument 1 names different: declaration 'repeat' definition 'r'.
openturns-1.9/lib/src/Base/Common/Log.cxx:251:24: note: Function 'Repeat' argument 1 names different: declaration 'repeat' definition 'r'.
openturns-1.9/lib/src/Base/Common/openturns/Log.hxx:203:8: style: Technically the member function 'Log::repeat' can be const. [functionConst]
openturns-1.9/lib/src/Base/Common/Log.cxx:256:11: note: Technically the member function 'Log::repeat' can be const.
openturns-1.9/lib/src/Base/Common/openturns/Log.hxx:203:8: note: Technically the member function 'Log::repeat' can be const.
openturns-1.9/lib/src/Base/Common/openturns/MutexLock.hxx:38:3: style: Class 'MutexLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/MutexLock.hxx:80:0: style: Class 'MutexLockSingleton < Log >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/MutexLock.hxx:34:1: warning: The class 'MutexLock' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openturns-1.9/lib/src/Base/Common/Path.cxx:55:0: error: #error "INSTALL_PATH is NOT defined. Check configuration." [preprocessorErrorDirective]
openturns-1.9/lib/src/Base/Common/openturns/PersistentObject.hxx:95:22: warning: Member variable 'PersistentObject::shadowedId_' is not assigned a value in 'PersistentObject::operator='. [operatorEqVarError]
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:115:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:47:37: note: Virtual function in base class
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:115:21: note: Function in derived class
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:121:30: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:57:30: note: Virtual function in base class
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:121:30: note: Function in derived class
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:139:16: style: The function 'assign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:66:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Common/openturns/PersistentObjectFactory.hxx:139:16: note: Function in derived class
openturns-1.9/lib/src/Base/Common/Study.cxx:277:39: style: Function 'fillObject' argument 1 names different: declaration 'name' definition 'label'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Common/openturns/Study.hxx:178:34: note: Function 'fillObject' argument 1 names different: declaration 'name' definition 'label'.
openturns-1.9/lib/src/Base/Common/Study.cxx:277:39: note: Function 'fillObject' argument 1 names different: declaration 'name' definition 'label'.
openturns-1.9/lib/src/Base/Common/Study.cxx:284:39: style: Function 'fillObject' argument 1 names different: declaration 'name' definition 'label'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Common/openturns/Study.hxx:185:34: note: Function 'fillObject' argument 1 names different: declaration 'name' definition 'label'.
openturns-1.9/lib/src/Base/Common/Study.cxx:284:39: note: Function 'fillObject' argument 1 names different: declaration 'name' definition 'label'.
openturns-1.9/lib/src/Base/Common/openturns/StorageManager.hxx:445:3: warning: Member variable 'AdvocateIterator::advocate_' is not assigned a value in 'AdvocateIterator::operator='. [operatorEqVarError]
openturns-1.9/lib/src/Base/Common/openturns/StorageManager.hxx:399:8: performance: Technically the member function 'Advocate::checkSavedAttribute' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:99:3: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:205:1: style: Class 'FileNotFoundException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:212:1: style: Class 'InternalException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:219:1: style: Class 'InvalidArgumentException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:226:1: style: Class 'InvalidDimensionException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:233:1: style: Class 'NotYetImplementedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:240:1: style: Class 'OutOfBoundException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:247:1: style: Class 'XMLException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:254:1: style: Class 'XMLParserException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:261:1: style: Class 'DynamicLibraryException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:268:1: style: Class 'NotSymmetricDefinitePositiveException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:275:1: style: Class 'InvalidRangeException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:282:1: style: Class 'NotDefinedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:289:1: style: Class 'FileOpenException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:296:1: style: Class 'StudyFileParsingException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:303:1: style: Class 'ObjectNotInStudyException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/Exception.hxx:310:1: style: Class 'ConfigurationFileParsingException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/StorageManager.hxx:297:1: warning: The class 'Advocate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openturns-1.9/lib/src/Base/Common/openturns/StorageManager.hxx:422:1: warning: The class 'AdvocateIterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openturns-1.9/lib/src/Base/Common/openturns/TBB.hxx:125:5: style: Struct 'BlockedRange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Common/openturns/ResourceMap.hxx:44:1: warning: The class 'ResourceMap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openturns-1.9/lib/src/Base/Common/XMLStorageManager.cxx:38:0: error: #error "XML support is mandatory. Check configuration." [preprocessorErrorDirective]
openturns-1.9/lib/src/Base/Diff/ConstantStep.cxx:39:42: style: Function 'ConstantStep' argument 1 names different: declaration 'eps' definition 'epsilon'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/openturns/ConstantStep.hxx:42:39: note: Function 'ConstantStep' argument 1 names different: declaration 'eps' definition 'epsilon'.
openturns-1.9/lib/src/Base/Diff/ConstantStep.cxx:39:42: note: Function 'ConstantStep' argument 1 names different: declaration 'eps' definition 'epsilon'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:5412:13: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6361:7: style: Condition '!ret' is always true [knownConditionTrueFalse]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6358:14: note: Assignment 'ret=false', assigned value is 0
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6361:7: note: Condition '!ret' is always true
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6360:3: style: Variable 'ischanged' is reassigned a value before the old one has been used. [redundantAssignment]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6359:0: note: Variable 'ischanged' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6360:3: note: Variable 'ischanged' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:194:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:194:10: style: The scope of the variable 's' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:629:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:662:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:663:9: style: The scope of the variable 'd' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:664:10: style: The scope of the variable 'dependsatall' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:1375:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:1407:7: style: The scope of the variable 'i' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:1813:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:2110:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:3431:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:3710:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:5265:8: style: The scope of the variable 'ischanged' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:5427:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:5497:13: style: The scope of the variable 'ops' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:5499:10: style: The scope of the variable 'ischanged' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:5824:8: style: The scope of the variable 'ischanged' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6103:17: style: The scope of the variable 'k' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6181:10: style: The scope of the variable 'd' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6181:18: style: The scope of the variable 'e' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6376:8: style: The scope of the variable 'ischanged' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6377:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6424:10: style: The scope of the variable 'j' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:192:43: style: Function 'operator<<' argument 1 names different: declaration 'out' definition 'outbuf'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.h:238:43: note: Function 'operator<<' argument 1 names different: declaration 'out' definition 'outbuf'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:192:43: note: Function 'operator<<' argument 1 names different: declaration 'out' definition 'outbuf'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:376:43: style: Function 'operator<<' argument 1 names different: declaration 'out' definition 'outbuf'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.h:239:43: note: Function 'operator<<' argument 1 names different: declaration 'out' definition 'outbuf'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:376:43: note: Function 'operator<<' argument 1 names different: declaration 'out' definition 'outbuf'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:915:9: style: Function 'ReplaceByOperator' argument 3 names different: declaration 'oplabel' definition 'theoplabel'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.h:158:42: note: Function 'ReplaceByOperator' argument 3 names different: declaration 'oplabel' definition 'theoplabel'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:915:9: note: Function 'ReplaceByOperator' argument 3 names different: declaration 'oplabel' definition 'theoplabel'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:947:9: style: Function 'ReplaceByOperatorRecursive' argument 3 names different: declaration 'oplabel' definition 'theoplabel'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.h:162:51: note: Function 'ReplaceByOperatorRecursive' argument 3 names different: declaration 'oplabel' definition 'theoplabel'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:947:9: note: Function 'ReplaceByOperatorRecursive' argument 3 names different: declaration 'oplabel' definition 'theoplabel'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:1744:35: style: Function 'operator*' argument 2 names different: declaration 'b' definition 't'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.h:305:35: note: Function 'operator*' argument 2 names different: declaration 'b' definition 't'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:1744:35: note: Function 'operator*' argument 2 names different: declaration 'b' definition 't'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:1876:35: style: Function 'operator/' argument 2 names different: declaration 'b' definition 't'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.h:307:35: note: Function 'operator/' argument 2 names different: declaration 'b' definition 't'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:1876:35: note: Function 'operator/' argument 2 names different: declaration 'b' definition 't'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:3372:35: style: Function 'ProductLink' argument 2 names different: declaration 'b' definition 't'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.h:256:35: note: Function 'ProductLink' argument 2 names different: declaration 'b' definition 't'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:3372:35: note: Function 'ProductLink' argument 2 names different: declaration 'b' definition 't'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:3494:36: style: Function 'FractionLink' argument 2 names different: declaration 'b' definition 't'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.h:259:36: note: Function 'FractionLink' argument 2 names different: declaration 'b' definition 't'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:3494:36: note: Function 'FractionLink' argument 2 names different: declaration 'b' definition 't'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:3834:33: style: Function 'PowerLink' argument 2 names different: declaration 'b' definition 't'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.h:262:33: note: Function 'PowerLink' argument 2 names different: declaration 'b' definition 't'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:3834:33: note: Function 'PowerLink' argument 2 names different: declaration 'b' definition 't'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:4670:35: style: Function 'Diff' argument 1 names different: declaration 'a' definition 'ac'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.h:346:36: note: Function 'Diff' argument 1 names different: declaration 'a' definition 'ac'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:4670:35: note: Function 'Diff' argument 1 names different: declaration 'a' definition 'ac'.
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6369:15: style: Variable 'ischanged' is assigned a value that is never used. [unreadVariable]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6240:7: style: Technically the member function 'Ev3::NodeOrderSum::operator()' can be const. [functionConst]
openturns-1.9/lib/src/Base/Diff/Ev3/expression.cxx:6289:7: style: Technically the member function 'Ev3::NodeOrder::operator()' can be const. [functionConst]
openturns-1.9/lib/src/Base/Diff/Ev3/tree.h:158:0: style: Technically the member function 'Ev3 :: Pointer < BasicExpression >::operator==' can be const. [functionConst]
openturns-1.9/lib/src/Base/Diff/Ev3/tree.h:43:0: style: Class 'Ev3 :: Pointer < BasicExpression >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Diff/Ev3/operand.cxx:104:43: style: Function 'operator<<' argument 1 names different: declaration 'out' definition 'outbuf'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/Ev3/operand.h:158:43: note: Function 'operator<<' argument 1 names different: declaration 'out' definition 'outbuf'.
openturns-1.9/lib/src/Base/Diff/Ev3/operand.cxx:104:43: note: Function 'operator<<' argument 1 names different: declaration 'out' definition 'outbuf'.
openturns-1.9/lib/src/Base/Diff/Ev3/operand.cxx:95:3: performance: Variable 'varname_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openturns-1.9/lib/src/Base/Diff/Ev3/operand.h:150:8: style: Technically the member function 'Ev3::Operand::operator==' can be const. [functionConst]
openturns-1.9/lib/src/Base/Diff/Ev3/operand.cxx:368:15: note: Technically the member function 'Ev3::Operand::operator==' can be const.
openturns-1.9/lib/src/Base/Diff/Ev3/operand.h:150:8: note: Technically the member function 'Ev3::Operand::operator==' can be const.
openturns-1.9/lib/src/Base/Diff/Ev3/parser.cxx:19:19: warning: Member variable 'ExpressionParser::curr_tok_' is not initialized in the constructor. [uninitMemberVar]
openturns-1.9/lib/src/Base/Diff/Ev3/parser.cxx:19:19: warning: Member variable 'ExpressionParser::number_value_' is not initialized in the constructor. [uninitMemberVar]
openturns-1.9/lib/src/Base/Diff/Ev3/parser.cxx:19:19: warning: Member variable 'ExpressionParser::string_value_' is not initialized in the constructor. [uninitMemberVar]
openturns-1.9/lib/src/Base/Diff/Ev3/parser.cxx:19:19: warning: Member variable 'ExpressionParser::no_of_errors_' is not initialized in the constructor. [uninitMemberVar]
openturns-1.9/lib/src/Base/Diff/Ev3/parser.cxx:19:19: warning: Member variable 'ExpressionParser::no_of_functions_' is not initialized in the constructor. [uninitMemberVar]
openturns-1.9/lib/src/Base/Diff/Ev3/parser.h:111:8: performance: Technically the member function 'Ev3::ExpressionParser::IsVariableName' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Diff/Ev3/parser.cxx:57:24: note: Technically the member function 'Ev3::ExpressionParser::IsVariableName' can be static.
openturns-1.9/lib/src/Base/Diff/Ev3/parser.h:111:8: note: Technically the member function 'Ev3::ExpressionParser::IsVariableName' can be static.
openturns-1.9/lib/src/Base/Diff/FiniteDifferenceStep.cxx:79:54: style: Function 'operator()' argument 1 names different: declaration 'inP' definition 'in'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Diff/openturns/FiniteDifferenceStep.hxx:57:34: note: Function 'operator()' argument 1 names different: declaration 'inP' definition 'in'.
openturns-1.9/lib/src/Base/Diff/FiniteDifferenceStep.cxx:79:54: note: Function 'operator()' argument 1 names different: declaration 'inP' definition 'in'.
openturns-1.9/lib/src/Base/Diff/openturns/FiniteDifferenceStep.hxx:43:3: style: Class 'FiniteDifferenceStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Diff/openturns/FiniteDifferenceStep.hxx:47:3: style: Class 'FiniteDifferenceStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Experiments/openturns/CombinatorialGenerator.hxx:46:3: style: Class 'CombinatorialGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Experiments/openturns/CombinatorialGenerator.hxx:50:3: style: Class 'CombinatorialGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Experiments/openturns/Experiment.hxx:46:3: style: Class 'Experiment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Experiments/openturns/Experiment.hxx:50:3: style: Class 'Experiment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Experiments/openturns/SphereUniformNorm.hxx:48:3: style: Class 'SphereUniformNorm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Experiments/openturns/SphereUniformNorm.hxx:51:3: style: Class 'SphereUniformNorm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Experiments/openturns/SphereUniformNorm.hxx:55:3: style: Class 'SphereUniformNorm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:43:10: style: The function 'getPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Experiments/openturns/SphereUniformNormImplementation.hxx:54:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:43:10: note: Function in derived class
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:66:19: style: The function 'getOffsetLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Experiments/openturns/SphereUniformNormImplementation.hxx:57:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:66:19: note: Function in derived class
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:99:10: style: The function 'getPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Experiments/openturns/SphereUniformNormImplementation.hxx:54:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:99:10: note: Function in derived class
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:164:19: style: The function 'getOffsetLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Experiments/openturns/SphereUniformNormImplementation.hxx:57:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:164:19: note: Function in derived class
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:203:10: style: The function 'getPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Experiments/openturns/SphereUniformNormImplementation.hxx:54:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:203:10: note: Function in derived class
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:305:19: style: The function 'getOffsetLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Experiments/openturns/SphereUniformNormImplementation.hxx:57:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Experiments/SphereUniformNormImplementation.cxx:305:19: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/AggregatedEvaluation.hxx:52:3: style: Class 'AggregatedEvaluation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/AggregatedFunction.hxx:45:3: style: Class 'AggregatedFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/AggregatedGradient.hxx:50:3: style: Class 'AggregatedGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/AggregatedHessian.hxx:50:3: style: Class 'AggregatedHessian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/Basis.hxx:48:3: style: Class 'Basis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/Basis.hxx:55:3: style: Class 'Basis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/BasisSequence.hxx:48:3: style: Class 'BasisSequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/BasisSequence.hxx:51:3: style: Class 'BasisSequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/BasisSequenceFactory.hxx:52:3: style: Class 'BasisSequenceFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/BasisSequenceFactoryImplementation.cxx:123:85: style: Function 'setMaximumRelativeConvergence' argument 1 names different: declaration 'coefficientsPaths' definition 'maximumRelativeConvergence'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/BasisSequenceFactoryImplementation.hxx:79:51: note: Function 'setMaximumRelativeConvergence' argument 1 names different: declaration 'coefficientsPaths' definition 'maximumRelativeConvergence'.
openturns-1.9/lib/src/Base/Func/BasisSequenceFactoryImplementation.cxx:123:85: note: Function 'setMaximumRelativeConvergence' argument 1 names different: declaration 'coefficientsPaths' definition 'maximumRelativeConvergence'.
openturns-1.9/lib/src/Base/Func/openturns/BasisSequenceImplementation.hxx:48:3: style: Class 'BasisSequenceImplementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/BoxCoxEvaluation.cxx:33:50: style: Function 'BoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/BoxCoxEvaluation.hxx:44:43: note: Function 'BoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'.
openturns-1.9/lib/src/Base/Func/BoxCoxEvaluation.cxx:33:50: note: Function 'BoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'.
openturns-1.9/lib/src/Base/Func/BoxCoxEvaluation.cxx:42:50: style: Function 'BoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/BoxCoxEvaluation.hxx:46:34: note: Function 'BoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'.
openturns-1.9/lib/src/Base/Func/BoxCoxEvaluation.cxx:42:50: note: Function 'BoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'.
openturns-1.9/lib/src/Base/Func/ComposedEvaluation.cxx:101:55: style: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:56:37: note: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'.
openturns-1.9/lib/src/Base/Func/ComposedEvaluation.cxx:101:55: note: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'.
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:51:3: style: Class 'ConstantGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:50:3: style: Class 'ConstantHessian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/DualLinearCombinationGradient.hxx:50:3: style: Class 'DualLinearCombinationGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/DualLinearCombinationHessian.hxx:50:3: style: Class 'DualLinearCombinationHessian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/EnumerateFunction.hxx:47:3: style: Class 'EnumerateFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/EnumerateFunction.hxx:50:3: style: Class 'EnumerateFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/EvaluationImplementation.cxx:333:59: style: Function 'setParameter' argument 1 names different: declaration 'parameters' definition 'parameter'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:181:43: note: Function 'setParameter' argument 1 names different: declaration 'parameters' definition 'parameter'.
openturns-1.9/lib/src/Base/Func/EvaluationImplementation.cxx:333:59: note: Function 'setParameter' argument 1 names different: declaration 'parameters' definition 'parameter'.
openturns-1.9/lib/src/Base/Func/EvaluationImplementation.cxx:357:19: style: Function 'operator()' argument 2 names different: declaration 'parameters' definition 'parameter'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:151:43: note: Function 'operator()' argument 2 names different: declaration 'parameters' definition 'parameter'.
openturns-1.9/lib/src/Base/Func/EvaluationImplementation.cxx:357:19: note: Function 'operator()' argument 2 names different: declaration 'parameters' definition 'parameter'.
openturns-1.9/lib/src/Base/Func/EvaluationImplementation.cxx:363:60: style: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:152:44: note: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'.
openturns-1.9/lib/src/Base/Func/EvaluationImplementation.cxx:363:60: note: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'.
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:43:32: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:64:38: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:43:32: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:49:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:70:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:49:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:50:18: style: The function '__str__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:71:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:50:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:54:9: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:149:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:54:9: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:56:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:156:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:56:10: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:59:17: style: The function 'getParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:180:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:59:17: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:60:16: style: The function 'setParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:181:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:60:16: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:63:23: style: The function 'getParameterDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:184:23: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:63:23: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:64:16: style: The function 'setParameterDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:185:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:64:16: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:67:19: style: The function 'getInputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:162:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:67:19: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:70:19: style: The function 'getOutputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:165:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedEvaluation.hxx:70:19: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:54:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:64:38: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:54:30: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:60:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:70:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:60:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:61:18: style: The function '__str__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:71:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:61:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:66:17: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:149:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:66:17: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:69:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:156:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:69:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:72:27: style: The function 'getInputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:162:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:72:27: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:75:27: style: The function 'getOutputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:165:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:75:27: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/FieldFunction.hxx:57:3: style: Class 'FieldFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/FieldFunction.hxx:60:3: style: Class 'FieldFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/FieldFunction.hxx:64:3: style: Class 'FieldFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/Function.cxx:384:59: style: Function 'setGradient' argument 1 names different: declaration 'gradient' definition 'gradientImplementation'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:253:51: note: Function 'setGradient' argument 1 names different: declaration 'gradient' definition 'gradientImplementation'.
openturns-1.9/lib/src/Base/Func/Function.cxx:384:59: note: Function 'setGradient' argument 1 names different: declaration 'gradient' definition 'gradientImplementation'.
openturns-1.9/lib/src/Base/Func/Function.cxx:402:57: style: Function 'setHessian' argument 1 names different: declaration 'hessian' definition 'hessianImplementation'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:260:49: note: Function 'setHessian' argument 1 names different: declaration 'hessian' definition 'hessianImplementation'.
openturns-1.9/lib/src/Base/Func/Function.cxx:402:57: note: Function 'setHessian' argument 1 names different: declaration 'hessian' definition 'hessianImplementation'.
openturns-1.9/lib/src/Base/Func/Function.cxx:451:50: style: Function 'parameterGradient' argument 2 names different: declaration 'parameters' definition 'parameter'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:309:50: note: Function 'parameterGradient' argument 2 names different: declaration 'parameters' definition 'parameter'.
openturns-1.9/lib/src/Base/Func/Function.cxx:451:50: note: Function 'parameterGradient' argument 2 names different: declaration 'parameters' definition 'parameter'.
openturns-1.9/lib/src/Base/Func/Function.cxx:494:44: style: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:288:36: note: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'.
openturns-1.9/lib/src/Base/Func/Function.cxx:494:44: note: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'.
openturns-1.9/lib/src/Base/Func/Function.cxx:502:45: style: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:291:37: note: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'.
openturns-1.9/lib/src/Base/Func/Function.cxx:502:45: note: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'.
openturns-1.9/lib/src/Base/Func/Function.cxx:508:43: style: Function 'operator()' argument 1 names different: declaration 'inTS' definition 'inField'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:293:35: note: Function 'operator()' argument 1 names different: declaration 'inTS' definition 'inField'.
openturns-1.9/lib/src/Base/Func/Function.cxx:508:43: note: Function 'operator()' argument 1 names different: declaration 'inTS' definition 'inField'.
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:59:3: style: Class 'Function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:63:3: style: Class 'Function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:66:3: style: Class 'Function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:70:3: style: Class 'Function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:118:3: style: Class 'Function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:151:3: style: Class 'Function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/LinearCombinationGradient.hxx:50:3: style: Class 'LinearCombinationGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/LinearCombinationHessian.hxx:50:3: style: Class 'LinearCombinationHessian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/ParametricGradient.hxx:47:3: style: Class 'ParametricGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/ParametricHessian.hxx:47:3: style: Class 'ParametricHessian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/FunctionImplementation.cxx:403:58: style: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/FunctionImplementation.hxx:207:44: note: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'.
openturns-1.9/lib/src/Base/Func/FunctionImplementation.cxx:403:58: note: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'.
openturns-1.9/lib/src/Base/Func/FunctionImplementation.cxx:410:59: style: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/FunctionImplementation.hxx:210:45: note: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'.
openturns-1.9/lib/src/Base/Func/FunctionImplementation.cxx:410:59: note: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'.
openturns-1.9/lib/src/Base/Func/FunctionImplementation.cxx:447:55: style: Function 'gradient' argument 2 names different: declaration 'parameter' definition 'parameters'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/FunctionImplementation.hxx:218:41: note: Function 'gradient' argument 2 names different: declaration 'parameter' definition 'parameters'.
openturns-1.9/lib/src/Base/Func/FunctionImplementation.cxx:447:55: note: Function 'gradient' argument 2 names different: declaration 'parameter' definition 'parameters'.
openturns-1.9/lib/src/Base/Func/FunctionImplementation.cxx:480:19: style: Function 'hessian' argument 2 names different: declaration 'parameter' definition 'parameters'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/FunctionImplementation.hxx:223:49: note: Function 'hessian' argument 2 names different: declaration 'parameter' definition 'parameters'.
openturns-1.9/lib/src/Base/Func/FunctionImplementation.cxx:480:19: note: Function 'hessian' argument 2 names different: declaration 'parameter' definition 'parameters'.
openturns-1.9/lib/src/Base/Func/FunctionImplementation.cxx:112:3: performance: Variable 'p_evaluationImplementation_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openturns-1.9/lib/src/Base/Func/openturns/FunctionImplementation.hxx:89:3: style: Class 'FunctionImplementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/ProductFunction.hxx:48:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/FunctionImplementation.hxx:98:36: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ProductFunction.hxx:48:29: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ProductFunction.hxx:54:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/FunctionImplementation.hxx:104:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ProductFunction.hxx:54:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ProductFunction.hxx:55:18: style: The function '__str__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/FunctionImplementation.hxx:105:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ProductFunction.hxx:55:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ProductFunction.hxx:60:18: style: The function 'parameterGradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/FunctionImplementation.hxx:226:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ProductFunction.hxx:60:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/SymbolicFunction.hxx:57:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:164:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/SymbolicFunction.hxx:57:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/SymbolicFunction.hxx:58:18: style: The function '__str__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/Function.hxx:167:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/SymbolicFunction.hxx:58:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/FunctionalBasis.hxx:48:3: style: Class 'FunctionalBasis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/GradientImplementation.cxx:91:19: style: Function 'gradient' argument 2 names different: declaration 'parameters' definition 'parameter'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:83:41: note: Function 'gradient' argument 2 names different: declaration 'parameters' definition 'parameter'.
openturns-1.9/lib/src/Base/Func/GradientImplementation.cxx:91:19: note: Function 'gradient' argument 2 names different: declaration 'parameters' definition 'parameter'.
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:54:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:57:36: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:54:30: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:60:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:63:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:60:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:61:18: style: The function '__str__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:64:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:61:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:66:18: style: The function 'gradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:81:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:66:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:69:27: style: The function 'getInputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:86:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:69:27: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:72:27: style: The function 'getOutputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:89:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantGradient.hxx:72:27: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedGradient.hxx:55:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:57:36: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedGradient.hxx:55:30: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedGradient.hxx:61:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:63:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedGradient.hxx:61:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedGradient.hxx:64:10: style: The function 'gradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:81:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedGradient.hxx:64:10: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedGradient.hxx:67:19: style: The function 'getInputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:86:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedGradient.hxx:67:19: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedGradient.hxx:70:19: style: The function 'getOutputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/GradientImplementation.hxx:89:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedGradient.hxx:70:19: note: Function in derived class
openturns-1.9/lib/src/Base/Func/HessianImplementation.cxx:90:19: style: Function 'hessian' argument 2 names different: declaration 'parameter' definition 'parameters'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:80:49: note: Function 'hessian' argument 2 names different: declaration 'parameter' definition 'parameters'.
openturns-1.9/lib/src/Base/Func/HessianImplementation.cxx:90:19: note: Function 'hessian' argument 2 names different: declaration 'parameter' definition 'parameters'.
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:53:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:54:35: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:53:29: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:59:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:60:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:59:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:60:18: style: The function '__str__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:61:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:60:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:65:27: style: The function 'hessian' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:78:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:65:27: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:68:27: style: The function 'getInputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:83:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:68:27: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:71:27: style: The function 'getOutputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:86:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ConstantHessian.hxx:71:27: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedHessian.hxx:58:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:54:35: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedHessian.hxx:58:29: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedHessian.hxx:64:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:60:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedHessian.hxx:64:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedHessian.hxx:67:19: style: The function 'hessian' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:78:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedHessian.hxx:67:19: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedHessian.hxx:70:19: style: The function 'getInputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:83:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedHessian.hxx:70:19: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/ComposedHessian.hxx:73:19: style: The function 'getOutputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/HessianImplementation.hxx:86:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/ComposedHessian.hxx:73:19: note: Function in derived class
openturns-1.9/lib/src/Base/Func/HyperbolicAnisotropicEnumerateFunction.cxx:172:17: style: Array index 'result' is used before limits check. [arrayIndexThenCheck]
openturns-1.9/lib/src/Base/Func/InverseBoxCoxEvaluation.cxx:32:64: style: Function 'InverseBoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/InverseBoxCoxEvaluation.hxx:43:50: note: Function 'InverseBoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'.
openturns-1.9/lib/src/Base/Func/InverseBoxCoxEvaluation.cxx:32:64: note: Function 'InverseBoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'.
openturns-1.9/lib/src/Base/Func/InverseBoxCoxEvaluation.cxx:41:64: style: Function 'InverseBoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/InverseBoxCoxEvaluation.hxx:45:41: note: Function 'InverseBoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'.
openturns-1.9/lib/src/Base/Func/InverseBoxCoxEvaluation.cxx:41:64: note: Function 'InverseBoxCoxEvaluation' argument 1 names different: declaration 'lamda' definition 'lambda'.
openturns-1.9/lib/src/Base/Func/openturns/InverseTrendEvaluation.hxx:43:3: style: Class 'InverseTrendEvaluation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/InverseTrendTransform.cxx:99:56: style: Function 'operator()' argument 1 names different: declaration 'inTS' definition 'inFld'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/InverseTrendTransform.hxx:75:35: note: Function 'operator()' argument 1 names different: declaration 'inTS' definition 'inFld'.
openturns-1.9/lib/src/Base/Func/InverseTrendTransform.cxx:99:56: note: Function 'operator()' argument 1 names different: declaration 'inTS' definition 'inFld'.
openturns-1.9/lib/src/Base/Func/openturns/InverseTrendTransform.hxx:55:3: style: Class 'InverseTrendTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/InverseTrendTransform.hxx:58:3: style: Class 'InverseTrendTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/TrendTransform.hxx:54:3: style: Class 'TrendTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/TrendTransform.hxx:57:3: style: Class 'TrendTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/LinearEnumerateFunction.cxx:69:23: style: Function 'findBinomialCoefficient' argument 3 names different: declaration 'BinomialCoefficient' definition 'binomialCoefficient'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/LinearEnumerateFunction.hxx:81:123: note: Function 'findBinomialCoefficient' argument 3 names different: declaration 'BinomialCoefficient' definition 'binomialCoefficient'.
openturns-1.9/lib/src/Base/Func/LinearEnumerateFunction.cxx:69:23: note: Function 'findBinomialCoefficient' argument 3 names different: declaration 'BinomialCoefficient' definition 'binomialCoefficient'.
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:72:27: warning: Virtual function 'getInputDimension' is called from constructor 'LinearEvaluation(const Point&center,const Point&constant,const Matrix&linear)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Func/LinearEvaluation.cxx:56:49: note: Calling getInputDimension
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:72:27: note: getInputDimension is a virtual method
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:75:27: warning: Virtual function 'getOutputDimension' is called from constructor 'LinearEvaluation(const Point&center,const Point&constant,const Matrix&linear)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Func/LinearEvaluation.cxx:57:50: note: Calling getOutputDimension
openturns-1.9/lib/src/Base/Func/openturns/LinearEvaluation.hxx:75:27: note: getOutputDimension is a virtual method
openturns-1.9/lib/src/Base/Func/openturns/MonomialFunction.hxx:48:3: style: Class 'MonomialFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/ParametricEvaluation.cxx:166:57: style: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/ParametricEvaluation.hxx:59:37: note: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'.
openturns-1.9/lib/src/Base/Func/ParametricEvaluation.cxx:166:57: note: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'.
openturns-1.9/lib/src/Base/Func/ParametricEvaluation.cxx:107:3: performance: Variable 'function_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openturns-1.9/lib/src/Base/Func/ParametricEvaluation.cxx:109:3: performance: Variable 'parametersPositions_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openturns-1.9/lib/src/Base/Func/ProductEvaluation.cxx:98:54: style: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/ProductEvaluation.hxx:57:37: note: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'.
openturns-1.9/lib/src/Base/Func/ProductEvaluation.cxx:98:54: note: Function 'operator()' argument 1 names different: declaration 'inS' definition 'inSample'.
openturns-1.9/lib/src/Base/Func/openturns/ProductPolynomialEvaluation.hxx:51:3: style: Class 'ProductPolynomialEvaluation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/ProductPolynomialGradient.hxx:50:3: style: Class 'ProductPolynomialGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/ProductPolynomialHessian.hxx:51:3: style: Class 'ProductPolynomialHessian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/ProductUniVariateFunctionEvaluation.hxx:51:3: style: Class 'ProductUniVariateFunctionEvaluation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/ProductUniVariateFunctionGradient.hxx:45:3: style: Class 'ProductUniVariateFunctionGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/ProductUniVariateFunctionHessian.hxx:45:3: style: Class 'ProductUniVariateFunctionHessian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/SpecFunc/Faddeeva.cc:838:38: error: Array 'expa2n2[52]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
openturns-1.9/lib/src/Base/Func/SpecFunc/Faddeeva.cc:856:38: error: Array 'expa2n2[52]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
openturns-1.9/lib/src/Base/Func/SpecFunc/SpecFunc.cxx:950:3: style: Variable 'q' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openturns-1.9/lib/src/Base/Func/SpecFunc/SpecFunc.cxx:947:0: note: Variable 'q' is reassigned a value before the old one has been used if variable is no semaphore variable.
openturns-1.9/lib/src/Base/Func/SpecFunc/SpecFunc.cxx:950:3: note: Variable 'q' is reassigned a value before the old one has been used if variable is no semaphore variable.
openturns-1.9/lib/src/Base/Func/SpecFunc/SpecFunc.cxx:1024:10: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
openturns-1.9/lib/src/Base/Func/SpecFunc/SpecFunc.cxx:1031:10: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
openturns-1.9/lib/src/Base/Func/SymbolicFunction.cxx:48:52: style: Function 'SymbolicFunction' argument 1 names different: declaration 'inputVariableName' definition 'inputVariablesName'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/SymbolicFunction.hxx:46:36: note: Function 'SymbolicFunction' argument 1 names different: declaration 'inputVariableName' definition 'inputVariablesName'.
openturns-1.9/lib/src/Base/Func/SymbolicFunction.cxx:48:52: note: Function 'SymbolicFunction' argument 1 names different: declaration 'inputVariableName' definition 'inputVariablesName'.
openturns-1.9/lib/src/Base/Func/openturns/SymbolicGradient.hxx:38:3: style: Class 'SymbolicGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/SymbolicHessian.hxx:38:3: style: Class 'SymbolicHessian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/TensorizedUniVariateFunctionFactory.hxx:55:3: style: Class 'TensorizedUniVariateFunctionFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/TrendEvaluation.hxx:43:3: style: Class 'TrendEvaluation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/UniVariateFunction.hxx:48:3: style: Class 'UniVariateFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/UniVariateFunction.hxx:51:3: style: Class 'UniVariateFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/UniVariateFunction.hxx:55:3: style: Class 'UniVariateFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/UniVariateFunctionEvaluation.hxx:61:27: warning: Virtual function 'getInputDimension' is called from constructor 'UniVariateFunctionEvaluation(const UniVariateFunction&function)' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Func/UniVariateFunctionEvaluation.cxx:46:49: note: Calling getInputDimension
openturns-1.9/lib/src/Base/Func/openturns/UniVariateFunctionEvaluation.hxx:61:27: note: getInputDimension is a virtual method
openturns-1.9/lib/src/Base/Func/openturns/UniVariateFunctionEvaluation.hxx:64:27: warning: Virtual function 'getOutputDimension' is called from constructor 'UniVariateFunctionEvaluation(const UniVariateFunction&function)' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Func/UniVariateFunctionEvaluation.cxx:47:50: note: Calling getOutputDimension
openturns-1.9/lib/src/Base/Func/openturns/UniVariateFunctionEvaluation.hxx:64:27: note: getOutputDimension is a virtual method
openturns-1.9/lib/src/Base/Func/openturns/UniVariateFunctionEvaluation.hxx:48:3: style: Class 'UniVariateFunctionEvaluation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/UniVariateFunctionFamily.hxx:47:3: style: Class 'UniVariateFunctionFamily' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/UniVariatePolynomial.cxx:119:68: style: Function 'operator*' argument 1 names different: declaration 'scalar' definition 'scal'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/UniVariatePolynomial.hxx:82:49: note: Function 'operator*' argument 1 names different: declaration 'scalar' definition 'scal'.
openturns-1.9/lib/src/Base/Func/UniVariatePolynomial.cxx:119:68: note: Function 'operator*' argument 1 names different: declaration 'scalar' definition 'scal'.
openturns-1.9/lib/src/Base/Func/UniVariatePolynomial.cxx:131:82: style: Function 'incrementDegree' argument 1 names different: declaration 'degree' definition 'deg'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/UniVariatePolynomial.hxx:88:63: note: Function 'incrementDegree' argument 1 names different: declaration 'degree' definition 'deg'.
openturns-1.9/lib/src/Base/Func/UniVariatePolynomial.cxx:131:82: note: Function 'incrementDegree' argument 1 names different: declaration 'degree' definition 'deg'.
openturns-1.9/lib/src/Base/Func/openturns/UniVariatePolynomial.hxx:51:3: style: Class 'UniVariatePolynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/UniVariatePolynomial.hxx:54:3: style: Class 'UniVariatePolynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/UniVariatePolynomial.hxx:57:3: style: Class 'UniVariatePolynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/UniVariatePolynomial.hxx:61:3: style: Class 'UniVariatePolynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/UniVariatePolynomialImplementation.cxx:178:97: style: Function 'operator*' argument 1 names different: declaration 'scalar' definition 'scal'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/UniVariatePolynomialImplementation.hxx:78:63: note: Function 'operator*' argument 1 names different: declaration 'scalar' definition 'scal'.
openturns-1.9/lib/src/Base/Func/UniVariatePolynomialImplementation.cxx:178:97: note: Function 'operator*' argument 1 names different: declaration 'scalar' definition 'scal'.
openturns-1.9/lib/src/Base/Func/UniVariatePolynomialImplementation.cxx:229:110: style: Function 'incrementDegree' argument 1 names different: declaration 'degree' definition 'deg'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Func/openturns/UniVariatePolynomialImplementation.hxx:84:77: note: Function 'incrementDegree' argument 1 names different: declaration 'degree' definition 'deg'.
openturns-1.9/lib/src/Base/Func/UniVariatePolynomialImplementation.cxx:229:110: note: Function 'incrementDegree' argument 1 names different: declaration 'degree' definition 'deg'.
openturns-1.9/lib/src/Base/Func/openturns/UniVariatePolynomialImplementation.hxx:54:3: style: Class 'UniVariatePolynomialImplementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:49:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:64:38: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:49:26: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:55:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:70:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:55:18: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:59:16: style: The function 'isActualImplementation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:146:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:59:16: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:65:17: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:149:17: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:65:17: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:68:27: style: The function 'getInputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:162:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:68:27: note: Function in derived class
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:71:27: style: The function 'getOutputDimension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Func/openturns/EvaluationImplementation.hxx:165:27: note: Virtual function in base class
openturns-1.9/lib/src/Base/Func/openturns/NoEvaluation.hxx:71:27: note: Function in derived class
openturns-1.9/lib/src/Base/Geom/openturns/Domain.hxx:46:3: style: Class 'Domain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Geom/Mesh.cxx:521:38: style: Function 'operator==' argument 1 names different: declaration 'rhs' definition 'other'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Geom/openturns/Mesh.hxx:102:34: note: Function 'operator==' argument 1 names different: declaration 'rhs' definition 'other'.
openturns-1.9/lib/src/Base/Geom/Mesh.cxx:521:38: note: Function 'operator==' argument 1 names different: declaration 'rhs' definition 'other'.
openturns-1.9/lib/src/Base/Geom/Mesh.cxx:414:3: style: Struct 'VolumeFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Geom/openturns/RegularGrid.hxx:56:3: style: Class 'RegularGrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Graph/openturns/Drawable.hxx:45:3: style: Class 'Drawable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Graph/openturns/Graph.hxx:56:3: style: Class 'Graph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Graph/GraphImplementation.cxx:501:46: style: Function 'draw' argument 4 names different: declaration 'format' definition 'drawingFormat'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Graph/openturns/GraphImplementation.hxx:145:27: note: Function 'draw' argument 4 names different: declaration 'format' definition 'drawingFormat'.
openturns-1.9/lib/src/Base/Graph/GraphImplementation.cxx:501:46: note: Function 'draw' argument 4 names different: declaration 'format' definition 'drawingFormat'.
openturns-1.9/lib/src/Base/Graph/Pairs.cxx:52:29: style: Function 'Pairs' argument 5 names different: declaration 'PointStyle' definition 'pointStyle'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Graph/openturns/Pairs.hxx:54:24: note: Function 'Pairs' argument 5 names different: declaration 'PointStyle' definition 'pointStyle'.
openturns-1.9/lib/src/Base/Graph/Pairs.cxx:52:29: note: Function 'Pairs' argument 5 names different: declaration 'PointStyle' definition 'pointStyle'.
openturns-1.9/lib/src/Base/Graph/openturns/Pairs.hxx:91:16: warning: Virtual function 'checkData' is called from constructor 'Pairs(const Sample&data,const String&title="")' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Graph/Pairs.cxx:42:3: note: Calling checkData
openturns-1.9/lib/src/Base/Graph/openturns/Pairs.hxx:91:16: note: checkData is a virtual method
openturns-1.9/lib/src/Base/Graph/openturns/Pairs.hxx:91:16: warning: Virtual function 'checkData' is called from constructor 'Pairs(const Sample&data,const String&title,const Description&labels,const String&color,const String&PointStyle)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Graph/Pairs.cxx:55:3: note: Calling checkData
openturns-1.9/lib/src/Base/Graph/openturns/Pairs.hxx:91:16: note: checkData is a virtual method
openturns-1.9/lib/src/Base/Graph/Text.cxx:36:32: style: Function 'Text' argument 2 names different: declaration 'texts' definition 'textAnnotations'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Graph/openturns/Text.hxx:50:28: note: Function 'Text' argument 2 names different: declaration 'texts' definition 'textAnnotations'.
openturns-1.9/lib/src/Base/Graph/Text.cxx:36:32: note: Function 'Text' argument 2 names different: declaration 'texts' definition 'textAnnotations'.
openturns-1.9/lib/src/Base/Graph/Text.cxx:79:32: style: Function 'Text' argument 3 names different: declaration 'texts' definition 'textAnnotations'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Graph/openturns/Text.hxx:63:28: note: Function 'Text' argument 3 names different: declaration 'texts' definition 'textAnnotations'.
openturns-1.9/lib/src/Base/Graph/Text.cxx:79:32: note: Function 'Text' argument 3 names different: declaration 'texts' definition 'textAnnotations'.
openturns-1.9/lib/src/Base/Graph/Text.cxx:101:32: style: Function 'Text' argument 3 names different: declaration 'texts' definition 'textAnnotations'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Graph/openturns/Text.hxx:70:28: note: Function 'Text' argument 3 names different: declaration 'texts' definition 'textAnnotations'.
openturns-1.9/lib/src/Base/Graph/Text.cxx:101:32: note: Function 'Text' argument 3 names different: declaration 'texts' definition 'textAnnotations'.
openturns-1.9/lib/src/Base/Optim/AbdoRackwitz.cxx:242:42: style: Function 'setOmega' argument 1 names different: declaration 'tau' definition 'omega'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Optim/openturns/AbdoRackwitz.hxx:69:30: note: Function 'setOmega' argument 1 names different: declaration 'tau' definition 'omega'.
openturns-1.9/lib/src/Base/Optim/AbdoRackwitz.cxx:242:42: note: Function 'setOmega' argument 1 names different: declaration 'tau' definition 'omega'.
openturns-1.9/lib/src/Base/Optim/AbdoRackwitz.cxx:253:43: style: Function 'setSmooth' argument 1 names different: declaration 'tau' definition 'smooth'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Optim/openturns/AbdoRackwitz.hxx:73:31: note: Function 'setSmooth' argument 1 names different: declaration 'tau' definition 'smooth'.
openturns-1.9/lib/src/Base/Optim/AbdoRackwitz.cxx:253:43: note: Function 'setSmooth' argument 1 names different: declaration 'tau' definition 'smooth'.
openturns-1.9/lib/src/Base/Optim/MultiStart.cxx:148:51: style: Function 'setStartingPoints' argument 1 names different: declaration 'sample' definition 'startingPoints'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Optim/openturns/MultiStart.hxx:68:41: note: Function 'setStartingPoints' argument 1 names different: declaration 'sample' definition 'startingPoints'.
openturns-1.9/lib/src/Base/Optim/MultiStart.cxx:148:51: note: Function 'setStartingPoints' argument 1 names different: declaration 'sample' definition 'startingPoints'.
openturns-1.9/lib/src/Base/Optim/openturns/NLopt.hxx:84:16: warning: Virtual function 'checkProblem' is called from constructor 'NLopt(const OptimizationProblem&problem,const String&algoName="LD_SLSQP")' at line 137. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Optim/NLopt.cxx:137:3: note: Calling checkProblem
openturns-1.9/lib/src/Base/Optim/openturns/NLopt.hxx:84:16: note: checkProblem is a virtual method
openturns-1.9/lib/src/Base/Optim/openturns/OptimizationAlgorithm.hxx:50:3: style: Class 'OptimizationAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Optim/openturns/OptimizationAlgorithm.hxx:53:3: style: Class 'OptimizationAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Optim/openturns/OptimizationProblem.hxx:52:3: style: Class 'OptimizationProblem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Optim/openturns/OptimizationProblem.hxx:55:3: style: Class 'OptimizationProblem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Optim/OptimizationResult.cxx:287:46: style: Function 'store' argument 1 names different: declaration 'inP' definition 'x'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Optim/openturns/OptimizationResult.hxx:115:28: note: Function 'store' argument 1 names different: declaration 'inP' definition 'x'.
openturns-1.9/lib/src/Base/Optim/OptimizationResult.cxx:287:46: note: Function 'store' argument 1 names different: declaration 'inP' definition 'x'.
openturns-1.9/lib/src/Base/Optim/OptimizationResult.cxx:288:46: style: Function 'store' argument 2 names different: declaration 'outP' definition 'y'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Optim/openturns/OptimizationResult.hxx:116:28: note: Function 'store' argument 2 names different: declaration 'outP' definition 'y'.
openturns-1.9/lib/src/Base/Optim/OptimizationResult.cxx:288:46: note: Function 'store' argument 2 names different: declaration 'outP' definition 'y'.
openturns-1.9/lib/src/Base/Optim/algocobyla.c:72:74: style: Function 'ot_cobyla' argument 6 names different: declaration 'message' definition 'iprint'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Optim/algocobyla.h:114:23: note: Function 'ot_cobyla' argument 6 names different: declaration 'message' definition 'iprint'.
openturns-1.9/lib/src/Base/Optim/algocobyla.c:72:74: note: Function 'ot_cobyla' argument 6 names different: declaration 'message' definition 'iprint'.
openturns-1.9/lib/src/Base/Optim/algocobyla.c:185:70: style: Variable 'iact' is modified but its new value is never used. [unreadVariable]
openturns-1.9/lib/src/Base/Optim/algocobyla.c:188:9: style: Variable 'w' is modified but its new value is never used. [unreadVariable]
openturns-1.9/lib/src/Base/Optim/algotnc.c:588:9: style: Condition 'TNC_TRUE' is always true [knownConditionTrueFalse]
openturns-1.9/lib/src/Base/Optim/algotnc.c:1347:10: style: The scope of the variable 'srds' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Optim/algotnc.c:1347:16: style: The scope of the variable 'yrsk' can be reduced. [variableScope]
openturns-1.9/lib/src/Base/Optim/algotnc.c:501:46: style: Function 'tnc_minimize' argument 4 names different: declaration 'g' definition 'gfull'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Optim/algotnc.c:111:65: note: Function 'tnc_minimize' argument 4 names different: declaration 'g' definition 'gfull'.
openturns-1.9/lib/src/Base/Optim/algotnc.c:501:46: note: Function 'tnc_minimize' argument 4 names different: declaration 'g' definition 'gfull'.
openturns-1.9/lib/src/Base/Optim/algotnc.c:910:62: style: Function 'stepMax' argument 4 names different: declaration 'p' definition 'dir'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Optim/algotnc.c:160:62: note: Function 'stepMax' argument 4 names different: declaration 'p' definition 'dir'.
openturns-1.9/lib/src/Base/Optim/algotnc.c:910:62: note: Function 'stepMax' argument 4 names different: declaration 'p' definition 'dir'.
openturns-1.9/lib/src/Base/Solver/openturns/ODESolver.hxx:52:3: style: Class 'ODESolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Solver/openturns/ODESolver.hxx:55:3: style: Class 'ODESolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Solver/openturns/RungeKutta.hxx:46:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Solver/openturns/ODESolverImplementation.hxx:48:37: note: Virtual function in base class
openturns-1.9/lib/src/Base/Solver/openturns/RungeKutta.hxx:46:24: note: Function in derived class
openturns-1.9/lib/src/Base/Solver/openturns/RungeKutta.hxx:49:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Solver/openturns/ODESolverImplementation.hxx:51:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Solver/openturns/RungeKutta.hxx:49:18: note: Function in derived class
openturns-1.9/lib/src/Base/Solver/openturns/RungeKutta.hxx:52:10: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Solver/openturns/ODESolverImplementation.hxx:54:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Solver/openturns/RungeKutta.hxx:52:10: note: Function in derived class
openturns-1.9/lib/src/Base/Solver/openturns/RungeKutta.hxx:56:8: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Solver/openturns/ODESolverImplementation.hxx:62:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Solver/openturns/RungeKutta.hxx:56:8: note: Function in derived class
openturns-1.9/lib/src/Base/Solver/openturns/RungeKutta.hxx:59:8: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Solver/openturns/ODESolverImplementation.hxx:65:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Solver/openturns/RungeKutta.hxx:59:8: note: Function in derived class
openturns-1.9/lib/src/Base/Solver/openturns/Solver.hxx:48:3: style: Class 'Solver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Solver/openturns/Solver.hxx:51:3: style: Class 'Solver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/AbsoluteExponential.hxx:43:3: style: Class 'AbsoluteExponential' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/Field.hxx:54:3: style: Class 'Field' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/Field.hxx:58:3: style: Class 'Field' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/LinearModel.hxx:63:3: style: Class 'LinearModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/CorrelationMatrix.hxx:48:3: style: Class 'CorrelationMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/CorrelationMatrix.hxx:51:3: style: Class 'CorrelationMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceMatrix.hxx:47:3: style: Class 'CovarianceMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceMatrix.hxx:50:3: style: Class 'CovarianceMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/CovarianceModel.cxx:258:71: style: Function 'setSpatialCorrelation' argument 1 names different: declaration 'correlation' definition 'spatialCorrelation'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModel.hxx:141:56: note: Function 'setSpatialCorrelation' argument 1 names different: declaration 'correlation' definition 'spatialCorrelation'.
openturns-1.9/lib/src/Base/Stat/CovarianceModel.cxx:258:71: note: Function 'setSpatialCorrelation' argument 1 names different: declaration 'correlation' definition 'spatialCorrelation'.
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModel.hxx:47:3: style: Class 'CovarianceModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModel.hxx:50:3: style: Class 'CovarianceModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModel.hxx:54:3: style: Class 'CovarianceModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/CovarianceModelFactory.cxx:83:61: style: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelFactory.hxx:70:47: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/CovarianceModelFactory.cxx:83:61: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelFactory.hxx:45:3: style: Class 'CovarianceModelFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelFactory.hxx:48:3: style: Class 'CovarianceModelFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelFactory.hxx:52:3: style: Class 'CovarianceModelFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/CovarianceModelFactoryImplementation.cxx:65:105: style: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelFactoryImplementation.hxx:60:77: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/CovarianceModelFactoryImplementation.cxx:65:105: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/CovarianceModelImplementation.cxx:539:85: style: Function 'setSpatialCorrelation' argument 1 names different: declaration 'correlation' definition 'spatialCorrelation'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:165:64: note: Function 'setSpatialCorrelation' argument 1 names different: declaration 'correlation' definition 'spatialCorrelation'.
openturns-1.9/lib/src/Base/Stat/CovarianceModelImplementation.cxx:539:85: note: Function 'setSpatialCorrelation' argument 1 names different: declaration 'correlation' definition 'spatialCorrelation'.
openturns-1.9/lib/src/Base/Stat/CovarianceModelImplementation.cxx:117:3: performance: Variable 'spatialCovariance_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:157:16: warning: Virtual function 'setAmplitude' is called from constructor 'CovarianceModelImplementation(const Point&scale,const Point&amplitude)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/CovarianceModelImplementation.cxx:73:3: note: Calling setAmplitude
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:157:16: note: setAmplitude is a virtual method
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:161:16: warning: Virtual function 'setScale' is called from constructor 'CovarianceModelImplementation(const Point&scale,const Point&amplitude)' at line 74. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/CovarianceModelImplementation.cxx:74:3: note: Calling setScale
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:161:16: note: setScale is a virtual method
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:157:16: warning: Virtual function 'setAmplitude' is called from constructor 'CovarianceModelImplementation(const Point&scale,const Point&amplitude,const CorrelationMatrix&spatialCorrelation)' at line 94. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/CovarianceModelImplementation.cxx:94:3: note: Calling setAmplitude
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:157:16: note: setAmplitude is a virtual method
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:161:16: warning: Virtual function 'setScale' is called from constructor 'CovarianceModelImplementation(const Point&scale,const Point&amplitude,const CorrelationMatrix&spatialCorrelation)' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/CovarianceModelImplementation.cxx:95:3: note: Calling setScale
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:161:16: note: setScale is a virtual method
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:165:16: warning: Virtual function 'setSpatialCorrelation' is called from constructor 'CovarianceModelImplementation(const Point&scale,const Point&amplitude,const CorrelationMatrix&spatialCorrelation)' at line 99. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/CovarianceModelImplementation.cxx:99:3: note: Calling setSpatialCorrelation
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:165:16: note: setSpatialCorrelation is a virtual method
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:157:16: warning: Virtual function 'setAmplitude' is called from constructor 'CovarianceModelImplementation(const Point&scale,const CovarianceMatrix&spatialCovariance)' at line 121. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/CovarianceModelImplementation.cxx:121:3: note: Calling setAmplitude
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:157:16: note: setAmplitude is a virtual method
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:161:16: warning: Virtual function 'setScale' is called from constructor 'CovarianceModelImplementation(const Point&scale,const CovarianceMatrix&spatialCovariance)' at line 130. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/CovarianceModelImplementation.cxx:130:3: note: Calling setScale
openturns-1.9/lib/src/Base/Stat/openturns/CovarianceModelImplementation.hxx:161:16: note: setScale is a virtual method
openturns-1.9/lib/src/Base/Stat/DiracCovarianceModel.cxx:308:59: style: Function 'setFullParameter' argument 1 names different: declaration 'parameter' definition 'parameters'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/DiracCovarianceModel.hxx:103:47: note: Function 'setFullParameter' argument 1 names different: declaration 'parameter' definition 'parameters'.
openturns-1.9/lib/src/Base/Stat/DiracCovarianceModel.cxx:308:59: note: Function 'setFullParameter' argument 1 names different: declaration 'parameter' definition 'parameters'.
openturns-1.9/lib/src/Base/Stat/DiracCovarianceModel.cxx:39:3: style: Class 'DiracAssemblyFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/ExponentialModel.cxx:134:67: style: Function 'discretize' argument 1 names different: declaration 'regularGrid' definition 'timeGrid'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/ExponentialModel.hxx:78:51: note: Function 'discretize' argument 1 names different: declaration 'regularGrid' definition 'timeGrid'.
openturns-1.9/lib/src/Base/Stat/ExponentialModel.cxx:134:67: note: Function 'discretize' argument 1 names different: declaration 'regularGrid' definition 'timeGrid'.
openturns-1.9/lib/src/Base/Stat/ExponentiallyDampedCosineModel.cxx:89:81: style: Function 'discretize' argument 1 names different: declaration 'regularGrid' definition 'timeGrid'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/ExponentiallyDampedCosineModel.hxx:68:51: note: Function 'discretize' argument 1 names different: declaration 'regularGrid' definition 'timeGrid'.
openturns-1.9/lib/src/Base/Stat/ExponentiallyDampedCosineModel.cxx:89:81: note: Function 'discretize' argument 1 names different: declaration 'regularGrid' definition 'timeGrid'.
openturns-1.9/lib/src/Base/Stat/Field.cxx:60:29: style: Function 'Field' argument 2 names different: declaration 'values' definition 'sample'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/Field.hxx:51:24: note: Function 'Field' argument 2 names different: declaration 'values' definition 'sample'.
openturns-1.9/lib/src/Base/Stat/Field.cxx:60:29: note: Function 'Field' argument 2 names different: declaration 'values' definition 'sample'.
openturns-1.9/lib/src/Base/Stat/FieldImplementation.cxx:289:3: style: Struct 'FieldSpatialMeanFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/FilteringWindows.hxx:47:3: style: Class 'FilteringWindows' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/FilteringWindows.hxx:50:3: style: Class 'FilteringWindows' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/FilteringWindows.hxx:54:3: style: Class 'FilteringWindows' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/HMatrixImplementation.hxx:96:7: style: Technically the member function 'HMatrixClusterTree::getSize' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/openturns/HMatrix.hxx:45:3: style: Class 'HMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/HMatrix.hxx:48:3: style: Class 'HMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/HMatrixImplementation.hxx:217:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Stat/openturns/HMatrixImplementation.hxx:66:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Stat/openturns/HMatrixImplementation.hxx:217:10: note: Function in derived class
openturns-1.9/lib/src/Base/Stat/openturns/HMatrixImplementation.hxx:251:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Stat/openturns/HMatrixImplementation.hxx:82:16: note: Virtual function in base class
openturns-1.9/lib/src/Base/Stat/openturns/HMatrixImplementation.hxx:251:8: note: Function in derived class
openturns-1.9/lib/src/Base/Stat/openturns/Sample.hxx:88:3: style: Class 'Sample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/Sample.hxx:91:3: style: Class 'Sample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/Sample.hxx:95:3: style: Class 'Sample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/HMatrixImplementation.cxx:189:78: style: Function 'HMatrixImplementation' argument 2 names different: declaration 'ptr_cluster_tree' definition 'ptr_hmat_cluster_tree'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/HMatrixImplementation.hxx:116:57: note: Function 'HMatrixImplementation' argument 2 names different: declaration 'ptr_cluster_tree' definition 'ptr_hmat_cluster_tree'.
openturns-1.9/lib/src/Base/Stat/HMatrixImplementation.cxx:189:78: note: Function 'HMatrixImplementation' argument 2 names different: declaration 'ptr_cluster_tree' definition 'ptr_hmat_cluster_tree'.
openturns-1.9/lib/src/Base/Stat/openturns/HMatrixImplementation.hxx:107:1: warning: The class 'HMatrixImplementation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openturns-1.9/lib/src/Base/Stat/openturns/HistoryStrategy.hxx:50:3: style: Class 'HistoryStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/HistoryStrategy.hxx:53:3: style: Class 'HistoryStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SampleImplementation.hxx:149:3: style: Class 'NSI_const_point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SampleImplementation.hxx:355:3: style: Class 'NSI_const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SampleImplementation.hxx:512:3: style: Class 'SampleImplementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SampleImplementation.hxx:515:3: style: Class 'SampleImplementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/LinearModelFactory.hxx:46:15: performance: Technically the member function 'LinearModelFactory::build' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/LinearModelFactory.cxx:42:33: note: Technically the member function 'LinearModelFactory::build' can be static.
openturns-1.9/lib/src/Base/Stat/openturns/LinearModelFactory.hxx:46:15: note: Technically the member function 'LinearModelFactory::build' can be static.
openturns-1.9/lib/src/Base/Stat/openturns/LowDiscrepancySequence.hxx:48:3: style: Class 'LowDiscrepancySequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/LowDiscrepancySequence.hxx:51:3: style: Class 'LowDiscrepancySequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/ProcessSample.cxx:108:40: style: Function 'add' argument 1 names different: declaration 'sample' definition 'values'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/ProcessSample.hxx:64:27: note: Function 'add' argument 1 names different: declaration 'sample' definition 'values'.
openturns-1.9/lib/src/Base/Stat/ProcessSample.cxx:108:40: note: Function 'add' argument 1 names different: declaration 'sample' definition 'values'.
openturns-1.9/lib/src/Base/Stat/ProcessSample.cxx:117:53: style: Function 'getField' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/ProcessSample.hxx:70:41: note: Function 'getField' argument 1 names different: declaration 'i' definition 'index'.
openturns-1.9/lib/src/Base/Stat/ProcessSample.cxx:117:53: note: Function 'getField' argument 1 names different: declaration 'i' definition 'index'.
openturns-1.9/lib/src/Base/Stat/ProcessSample.cxx:124:52: style: Function 'setField' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/ProcessSample.hxx:69:61: note: Function 'setField' argument 2 names different: declaration 'i' definition 'index'.
openturns-1.9/lib/src/Base/Stat/ProcessSample.cxx:124:52: note: Function 'setField' argument 2 names different: declaration 'i' definition 'index'.
openturns-1.9/lib/src/Base/Stat/ProcessSample.cxx:131:59: style: Function 'operator[]' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/ProcessSample.hxx:71:46: note: Function 'operator[]' argument 1 names different: declaration 'i' definition 'index'.
openturns-1.9/lib/src/Base/Stat/ProcessSample.cxx:131:59: note: Function 'operator[]' argument 1 names different: declaration 'i' definition 'index'.
openturns-1.9/lib/src/Base/Stat/ProcessSample.cxx:137:65: style: Function 'operator[]' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/ProcessSample.hxx:72:52: note: Function 'operator[]' argument 1 names different: declaration 'i' definition 'index'.
openturns-1.9/lib/src/Base/Stat/ProcessSample.cxx:137:65: note: Function 'operator[]' argument 1 names different: declaration 'i' definition 'index'.
openturns-1.9/lib/src/Base/Stat/simd.h:43:5: warning: Member variable 'uint64v2_t::u64_' is not initialized in the constructor. [uninitMemberVar]
openturns-1.9/lib/src/Base/Stat/simd.h:45:5: warning: Member variable 'uint64v2_t::u64_' is not initialized in the constructor. [uninitMemberVar]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:74:18: performance: Technically the member function 'tutils::detail::dsfmt::get_state_length_32' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:117:18: style: Technically the member function 'tutils::detail::dsfmt::get_index' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/Sample.cxx:47:47: style: Function 'exportToCSVFile' argument 1 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/Sample.hxx:58:41: note: Function 'exportToCSVFile' argument 1 names different: declaration 'fileName' definition 'filename'.
openturns-1.9/lib/src/Base/Stat/Sample.cxx:47:47: note: Function 'exportToCSVFile' argument 1 names different: declaration 'fileName' definition 'filename'.
openturns-1.9/lib/src/Base/Stat/openturns/Sample.hxx:100:3: style: Class 'Sample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/SampleImplementation.cxx:1959:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openturns-1.9/lib/src/Base/Stat/SampleImplementation.cxx:1623:13: warning: Identical condition 'size_==0', second condition is always false [identicalConditionAfterEarlyExit]
openturns-1.9/lib/src/Base/Stat/SampleImplementation.cxx:1621:13: note: first condition
openturns-1.9/lib/src/Base/Stat/SampleImplementation.cxx:1623:13: note: second condition
openturns-1.9/lib/src/Base/Stat/SampleImplementation.cxx:1453:3: style: Struct 'SkewnessPerComponentPolicy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/SampleImplementation.cxx:1510:3: style: Struct 'KurtosisPerComponentPolicy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/SampleImplementation.cxx:1796:3: style: Struct 'TranslationPolicy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/SampleImplementation.cxx:1941:3: style: Struct 'ScalingPolicy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/SampleImplementation.cxx:1955:3: style: Struct 'MatrixMultiplyPolicy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SampleImplementation.hxx:47:1: warning: The class 'NSI_point' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
openturns-1.9/lib/src/Base/Stat/SampleImplementation.cxx:1232:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
openturns-1.9/lib/src/Base/Stat/openturns/SecondOrderModel.hxx:53:3: style: Class 'SecondOrderModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SecondOrderModel.hxx:56:3: style: Class 'SecondOrderModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SecondOrderModel.hxx:64:3: style: Class 'SecondOrderModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModel.hxx:48:3: style: Class 'SpectralModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModel.hxx:51:3: style: Class 'SpectralModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModel.hxx:55:3: style: Class 'SpectralModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/SpectralModelFactory.cxx:96:57: style: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelFactory.hxx:76:45: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/SpectralModelFactory.cxx:96:57: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelFactory.hxx:45:3: style: Class 'SpectralModelFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelFactory.hxx:48:3: style: Class 'SpectralModelFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelFactory.hxx:52:3: style: Class 'SpectralModelFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/SpectralModelFactoryImplementation.cxx:79:108: style: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelFactoryImplementation.hxx:67:46: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/SpectralModelFactoryImplementation.cxx:79:108: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelImplementation.hxx:78:16: warning: Virtual function 'setAmplitude' is called from constructor 'SpectralModelImplementation(const Point&scale,const Point&amplitude)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/SpectralModelImplementation.cxx:58:3: note: Calling setAmplitude
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelImplementation.hxx:78:16: note: setAmplitude is a virtual method
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelImplementation.hxx:83:16: warning: Virtual function 'setScale' is called from constructor 'SpectralModelImplementation(const Point&scale,const Point&amplitude)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/SpectralModelImplementation.cxx:59:3: note: Calling setScale
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelImplementation.hxx:83:16: note: setScale is a virtual method
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelImplementation.hxx:78:16: warning: Virtual function 'setAmplitude' is called from constructor 'SpectralModelImplementation(const Point&scale,const Point&amplitude,const CorrelationMatrix&spatialCorrelation)' at line 78. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/SpectralModelImplementation.cxx:78:3: note: Calling setAmplitude
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelImplementation.hxx:78:16: note: setAmplitude is a virtual method
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelImplementation.hxx:83:16: warning: Virtual function 'setScale' is called from constructor 'SpectralModelImplementation(const Point&scale,const Point&amplitude,const CorrelationMatrix&spatialCorrelation)' at line 79. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/SpectralModelImplementation.cxx:79:3: note: Calling setScale
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelImplementation.hxx:83:16: note: setScale is a virtual method
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelImplementation.hxx:83:16: warning: Virtual function 'setScale' is called from constructor 'SpectralModelImplementation(const Point&scale,const CovarianceMatrix&spatialCovariance)' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Base/Stat/SpectralModelImplementation.cxx:95:3: note: Calling setScale
openturns-1.9/lib/src/Base/Stat/openturns/SpectralModelImplementation.hxx:83:16: note: setScale is a virtual method
openturns-1.9/lib/src/Base/Stat/SphericalModel.cxx:89:65: style: Function 'discretize' argument 1 names different: declaration 'regularGrid' definition 'timeGrid'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/SphericalModel.hxx:68:51: note: Function 'discretize' argument 1 names different: declaration 'regularGrid' definition 'timeGrid'.
openturns-1.9/lib/src/Base/Stat/SphericalModel.cxx:89:65: note: Function 'discretize' argument 1 names different: declaration 'regularGrid' definition 'timeGrid'.
openturns-1.9/lib/src/Base/Stat/openturns/SquaredExponential.hxx:43:3: style: Class 'SquaredExponential' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/StationaryCovarianceModelFactory.cxx:181:101: style: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/StationaryCovarianceModelFactory.hxx:70:69: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/StationaryCovarianceModelFactory.cxx:181:101: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/StationaryCovarianceModelFactory.cxx:187:130: style: Function 'buildAsUserDefinedStationaryCovarianceModel' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/StationaryCovarianceModelFactory.hxx:73:98: note: Function 'buildAsUserDefinedStationaryCovarianceModel' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/StationaryCovarianceModelFactory.cxx:187:130: note: Function 'buildAsUserDefinedStationaryCovarianceModel' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/openturns/StationaryCovarianceModelFactory.hxx:41:3: style: Class 'StationaryCovarianceModelFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/TimeSeries.hxx:69:3: style: Class 'TimeSeries' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/openturns/TimeSeries.hxx:73:3: style: Class 'TimeSeries' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Stat/WelchFactory.cxx:124:64: style: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Stat/openturns/WelchFactory.hxx:73:38: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/WelchFactory.cxx:124:64: note: Function 'build' argument 1 names different: declaration 'timeSerie' definition 'timeSeries'.
openturns-1.9/lib/src/Base/Stat/dsfmt.h:74:0: performance: Technically the member function 'tutils :: detail :: dsfmt < 607 >::get_state_length_32' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:117:0: style: Technically the member function 'tutils :: detail :: dsfmt < 607 >::get_index' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:74:0: performance: Technically the member function 'tutils :: detail :: dsfmt < 1279 >::get_state_length_32' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:117:0: style: Technically the member function 'tutils :: detail :: dsfmt < 1279 >::get_index' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:74:0: performance: Technically the member function 'tutils :: detail :: dsfmt < 2281 >::get_state_length_32' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:117:0: style: Technically the member function 'tutils :: detail :: dsfmt < 2281 >::get_index' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:74:0: performance: Technically the member function 'tutils :: detail :: dsfmt < 4423 >::get_state_length_32' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:117:0: style: Technically the member function 'tutils :: detail :: dsfmt < 4423 >::get_index' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:74:0: performance: Technically the member function 'tutils :: detail :: dsfmt < 11213 >::get_state_length_32' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:117:0: style: Technically the member function 'tutils :: detail :: dsfmt < 11213 >::get_index' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:74:0: performance: Technically the member function 'tutils :: detail :: dsfmt < 19937 >::get_state_length_32' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:117:0: style: Technically the member function 'tutils :: detail :: dsfmt < 19937 >::get_index' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:74:0: performance: Technically the member function 'tutils :: detail :: dsfmt < 44497 >::get_state_length_32' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:117:0: style: Technically the member function 'tutils :: detail :: dsfmt < 44497 >::get_index' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:74:0: performance: Technically the member function 'tutils :: detail :: dsfmt < 86243 >::get_state_length_32' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:117:0: style: Technically the member function 'tutils :: detail :: dsfmt < 86243 >::get_index' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:74:0: performance: Technically the member function 'tutils :: detail :: dsfmt < 132049 >::get_state_length_32' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:117:0: style: Technically the member function 'tutils :: detail :: dsfmt < 132049 >::get_index' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:74:0: performance: Technically the member function 'tutils :: detail :: dsfmt < 216091 >::get_state_length_32' can be static. [functionStatic]
openturns-1.9/lib/src/Base/Stat/dsfmt.h:117:0: style: Technically the member function 'tutils :: detail :: dsfmt < 216091 >::get_index' can be const. [functionConst]
openturns-1.9/lib/src/Base/Stat/kendall.c:206:7: style: Variable 'tieCount' is reassigned a value before the old one has been used. [redundantAssignment]
openturns-1.9/lib/src/Base/Stat/kendall.c:205:7: note: Variable 'tieCount' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Base/Stat/kendall.c:206:7: note: Variable 'tieCount' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Base/Stat/kendall.c:239:7: style: Variable 'tieCount' is reassigned a value before the old one has been used. [redundantAssignment]
openturns-1.9/lib/src/Base/Stat/kendall.c:238:7: note: Variable 'tieCount' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Base/Stat/kendall.c:239:7: note: Variable 'tieCount' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Base/Stat/kendall.c:211:5: style: Variable 'tieCount' is modified but its new value is never used. [unreadVariable]
openturns-1.9/lib/src/Base/Stat/kendall.c:246:5: style: Variable 'tieCount' is modified but its new value is never used. [unreadVariable]
openturns-1.9/lib/src/Base/Type/openturns/BipartiteGraph.hxx:53:3: style: Class 'BipartiteGraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/BipartiteGraph.hxx:59:3: style: Class 'BipartiteGraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/ComplexMatrix.hxx:64:3: style: Class 'ComplexMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/ComplexMatrix.hxx:67:3: style: Class 'ComplexMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/ComplexMatrix.hxx:98:3: style: Class 'ComplexMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/ComplexMatrixImplementation.hxx:89:3: style: Class 'ComplexMatrixImplementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/HermitianMatrix.hxx:65:3: style: Class 'HermitianMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:501:103: style: Function 'symProd' argument 1 names different: declaration 'm' definition 'matrix'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/ComplexMatrixImplementation.hxx:169:75: note: Function 'symProd' argument 1 names different: declaration 'm' definition 'matrix'.
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:501:103: note: Function 'symProd' argument 1 names different: declaration 'm' definition 'matrix'.
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:502:16: style: Function 'symProd' argument 2 names different: declaration 'symSide' definition 'hermSide'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/ComplexMatrixImplementation.hxx:170:50: note: Function 'symProd' argument 2 names different: declaration 'symSide' definition 'hermSide'.
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:502:16: note: Function 'symProd' argument 2 names different: declaration 'symSide' definition 'hermSide'.
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:527:103: style: Function 'hermProd' argument 1 names different: declaration 'm' definition 'matrix'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/ComplexMatrixImplementation.hxx:171:76: note: Function 'hermProd' argument 1 names different: declaration 'm' definition 'matrix'.
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:527:103: note: Function 'hermProd' argument 1 names different: declaration 'm' definition 'matrix'.
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:554:109: style: Function 'triangularProd' argument 1 names different: declaration 'm' definition 'matrix'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/ComplexMatrixImplementation.hxx:174:82: note: Function 'triangularProd' argument 1 names different: declaration 'm' definition 'matrix'.
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:554:109: note: Function 'triangularProd' argument 1 names different: declaration 'm' definition 'matrix'.
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:555:16: style: Function 'triangularProd' argument 2 names different: declaration 'side' definition 'triangularSide'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/ComplexMatrixImplementation.hxx:175:18: note: Function 'triangularProd' argument 2 names different: declaration 'side' definition 'triangularSide'.
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:555:16: note: Function 'triangularProd' argument 2 names different: declaration 'side' definition 'triangularSide'.
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:556:16: style: Function 'triangularProd' argument 3 names different: declaration 'uplo' definition 'upperLower'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/ComplexMatrixImplementation.hxx:176:18: note: Function 'triangularProd' argument 3 names different: declaration 'uplo' definition 'upperLower'.
openturns-1.9/lib/src/Base/Type/ComplexMatrixImplementation.cxx:556:16: note: Function 'triangularProd' argument 3 names different: declaration 'uplo' definition 'upperLower'.
openturns-1.9/lib/src/Base/Type/openturns/ComplexTensor.hxx:74:3: style: Class 'ComplexTensor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/Description.hxx:52:3: style: Class 'Description' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/HermitianMatrix.cxx:243:79: style: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/HermitianMatrix.hxx:158:47: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/HermitianMatrix.cxx:243:79: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/openturns/SymmetricMatrix.hxx:53:3: style: Class 'SymmetricMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/SymmetricMatrix.hxx:56:3: style: Class 'SymmetricMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/IdentityMatrix.hxx:112:3: style: Class 'IdentityMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/SquareMatrix.hxx:57:3: style: Class 'SquareMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/SquareMatrix.hxx:60:3: style: Class 'SquareMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/SquareMatrix.hxx:79:3: style: Class 'SquareMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/Matrix.hxx:62:3: style: Class 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/Matrix.hxx:65:3: style: Class 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/Matrix.hxx:87:3: style: Class 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/HermitianMatrix.hxx:42:1: warning: The class 'HermitianMatrix' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openturns-1.9/lib/src/Base/Type/openturns/SymmetricMatrix.hxx:90:10: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Type/openturns/Matrix.hxx:93:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Type/openturns/SymmetricMatrix.hxx:90:10: note: Function in derived class
openturns-1.9/lib/src/Base/Type/openturns/SymmetricMatrix.hxx:91:10: style: The function '__str__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Type/openturns/Matrix.hxx:94:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Type/openturns/SymmetricMatrix.hxx:91:10: note: Function in derived class
openturns-1.9/lib/src/Base/Type/openturns/SquareMatrix.hxx:82:10: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Type/openturns/Matrix.hxx:93:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Type/openturns/SquareMatrix.hxx:82:10: note: Function in derived class
openturns-1.9/lib/src/Base/Type/Matrix.cxx:253:49: style: Function 'computeGram' argument 1 names different: declaration 'transpose' definition 'transposed'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/Matrix.hxx:164:51: note: Function 'computeGram' argument 1 names different: declaration 'transpose' definition 'transposed'.
openturns-1.9/lib/src/Base/Type/Matrix.cxx:253:49: note: Function 'computeGram' argument 1 names different: declaration 'transpose' definition 'transposed'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:307:82: style: Function 'symProd' argument 1 names different: declaration 'm' definition 'matrix'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/MatrixImplementation.hxx:134:62: note: Function 'symProd' argument 1 names different: declaration 'm' definition 'matrix'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:307:82: note: Function 'symProd' argument 1 names different: declaration 'm' definition 'matrix'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:335:71: style: Function 'genVectProd' argument 2 names different: declaration 'transpose' definition 'transposed'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/MatrixImplementation.hxx:143:33: note: Function 'genVectProd' argument 2 names different: declaration 'transpose' definition 'transposed'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:335:71: note: Function 'genVectProd' argument 2 names different: declaration 'transpose' definition 'transposed'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:375:68: style: Function 'computeGram' argument 1 names different: declaration 'transpose' definition 'transposed'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/MatrixImplementation.hxx:269:55: note: Function 'computeGram' argument 1 names different: declaration 'transpose' definition 'transposed'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:375:68: note: Function 'computeGram' argument 1 names different: declaration 'transpose' definition 'transposed'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:447:88: style: Function 'triangularProd' argument 1 names different: declaration 'm' definition 'matrix'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/MatrixImplementation.hxx:206:68: note: Function 'triangularProd' argument 1 names different: declaration 'm' definition 'matrix'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:447:88: note: Function 'triangularProd' argument 1 names different: declaration 'm' definition 'matrix'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:448:16: style: Function 'triangularProd' argument 2 names different: declaration 'side' definition 'triangularSide'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/MatrixImplementation.hxx:207:50: note: Function 'triangularProd' argument 2 names different: declaration 'side' definition 'triangularSide'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:448:16: note: Function 'triangularProd' argument 2 names different: declaration 'side' definition 'triangularSide'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:449:16: style: Function 'triangularProd' argument 3 names different: declaration 'uplo' definition 'upperLower'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/MatrixImplementation.hxx:208:50: note: Function 'triangularProd' argument 3 names different: declaration 'uplo' definition 'upperLower'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:449:16: note: Function 'triangularProd' argument 3 names different: declaration 'uplo' definition 'upperLower'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:722:16: style: Function 'solveLinearSystemTri' argument 4 names different: declaration 'transpose' definition 'transposed'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/MatrixImplementation.hxx:191:18: note: Function 'solveLinearSystemTri' argument 4 names different: declaration 'transpose' definition 'transposed'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:722:16: note: Function 'solveLinearSystemTri' argument 4 names different: declaration 'transpose' definition 'transposed'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:764:16: style: Function 'solveLinearSystemTri' argument 4 names different: declaration 'transpose' definition 'transposed'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/MatrixImplementation.hxx:186:41: note: Function 'solveLinearSystemTri' argument 4 names different: declaration 'transpose' definition 'transposed'.
openturns-1.9/lib/src/Base/Type/MatrixImplementation.cxx:764:16: note: Function 'solveLinearSystemTri' argument 4 names different: declaration 'transpose' definition 'transposed'.
openturns-1.9/lib/src/Base/Type/openturns/Point.hxx:56:3: style: Class 'Point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/PointWithDescription.hxx:51:3: style: Class 'PointWithDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/PointWithDescription.hxx:54:3: style: Class 'PointWithDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/SquareComplexMatrix.cxx:38:64: style: Function 'SquareComplexMatrix' argument 1 names different: declaration 'dim' definition 'dimension'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/SquareComplexMatrix.hxx:57:54: note: Function 'SquareComplexMatrix' argument 1 names different: declaration 'dim' definition 'dimension'.
openturns-1.9/lib/src/Base/Type/SquareComplexMatrix.cxx:38:64: note: Function 'SquareComplexMatrix' argument 1 names different: declaration 'dim' definition 'dimension'.
openturns-1.9/lib/src/Base/Type/SquareComplexMatrix.cxx:155:87: style: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/SquareComplexMatrix.hxx:112:47: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/SquareComplexMatrix.cxx:155:87: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/SquareComplexMatrix.cxx:161:99: style: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/SquareComplexMatrix.hxx:106:59: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/SquareComplexMatrix.cxx:161:99: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/SquareComplexMatrix.cxx:166:98: style: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/SquareComplexMatrix.hxx:109:58: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/SquareComplexMatrix.cxx:166:98: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/openturns/SquareComplexMatrix.hxx:68:3: style: Class 'SquareComplexMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/SquareComplexMatrix.hxx:71:3: style: Class 'SquareComplexMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/SquareMatrix.cxx:145:47: style: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/SquareMatrix.hxx:110:35: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/SquareMatrix.cxx:145:47: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/SymmetricMatrix.cxx:217:50: style: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/SymmetricMatrix.hxx:128:35: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/SymmetricMatrix.cxx:217:50: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/openturns/SymmetricMatrix.hxx:37:1: warning: The class 'SymmetricMatrix' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openturns-1.9/lib/src/Base/Type/openturns/SymmetricTensor.hxx:67:3: style: Class 'SymmetricTensor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/openturns/Tensor.hxx:74:3: style: Class 'Tensor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Base/Type/TriangularComplexMatrix.cxx:225:107: style: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/TriangularComplexMatrix.hxx:138:59: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/TriangularComplexMatrix.cxx:225:107: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/TriangularComplexMatrix.cxx:233:106: style: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/TriangularComplexMatrix.hxx:141:58: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/TriangularComplexMatrix.cxx:233:106: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/TriangularComplexMatrix.cxx:241:95: style: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/TriangularComplexMatrix.hxx:144:47: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/TriangularComplexMatrix.cxx:241:95: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/TriangularMatrix.cxx:226:91: style: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/TriangularMatrix.hxx:133:57: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/TriangularMatrix.cxx:226:91: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/TriangularMatrix.cxx:233:80: style: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Base/Type/openturns/TriangularMatrix.hxx:136:46: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/TriangularMatrix.cxx:233:80: note: Function 'operator*' argument 1 names different: declaration 'p' definition 'pt'.
openturns-1.9/lib/src/Base/Type/openturns/TriangularMatrix.hxx:77:10: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Type/openturns/Matrix.hxx:93:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Type/openturns/TriangularMatrix.hxx:77:10: note: Function in derived class
openturns-1.9/lib/src/Base/Type/openturns/TriangularMatrix.hxx:78:10: style: The function '__str__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Base/Type/openturns/Matrix.hxx:94:18: note: Virtual function in base class
openturns-1.9/lib/src/Base/Type/openturns/TriangularMatrix.hxx:78:10: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Analytical/Analytical.cxx:37:54: style: Function 'Analytical' argument 1 names different: declaration 'solver' definition 'nearestPointAlgorithm'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Analytical/openturns/Analytical.hxx:57:44: note: Function 'Analytical' argument 1 names different: declaration 'solver' definition 'nearestPointAlgorithm'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Analytical/Analytical.cxx:37:54: note: Function 'Analytical' argument 1 names different: declaration 'solver' definition 'nearestPointAlgorithm'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Analytical/Analytical.cxx:38:38: style: Function 'Analytical' argument 2 names different: declaration 'compositeEvent' definition 'event'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Analytical/openturns/Analytical.hxx:58:28: note: Function 'Analytical' argument 2 names different: declaration 'compositeEvent' definition 'event'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Analytical/Analytical.cxx:38:38: note: Function 'Analytical' argument 2 names different: declaration 'compositeEvent' definition 'event'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Analytical/Analytical.cxx:91:73: style: Function 'setNearestPointAlgorithm' argument 1 names different: declaration 'solver' definition 'nearestPointAlgorithm'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Analytical/openturns/Analytical.hxx:81:63: note: Function 'setNearestPointAlgorithm' argument 1 names different: declaration 'solver' definition 'nearestPointAlgorithm'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Analytical/Analytical.cxx:91:73: note: Function 'setNearestPointAlgorithm' argument 1 names different: declaration 'solver' definition 'nearestPointAlgorithm'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Classification/openturns/MixtureClassifier.hxx:44:3: style: Class 'MixtureClassifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos/openturns/AdaptiveStrategy.hxx:54:3: style: Class 'AdaptiveStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos/openturns/LeastSquaresStrategy.hxx:49:3: style: Class 'LeastSquaresStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos/openturns/IntegrationStrategy.hxx:49:3: style: Class 'IntegrationStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos/openturns/IntegrationStrategy.hxx:52:3: style: Class 'IntegrationStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos/openturns/ProjectionStrategy.hxx:49:3: style: Class 'ProjectionStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos/openturns/ProjectionStrategy.hxx:52:3: style: Class 'ProjectionStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos/openturns/ProjectionStrategyImplementation.hxx:65:3: style: Class 'ProjectionStrategyImplementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos/openturns/ProjectionStrategyImplementation.hxx:68:3: style: Class 'ProjectionStrategyImplementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/Kriging/openturns/GeneralLinearModelAlgorithm.hxx:174:5: style: Class 'ReducedLogLikelihoodEvaluation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/Kriging/KrigingAlgorithm.cxx:79:3: performance: Variable 'glmAlgo_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/Kriging/KrigingAlgorithm.cxx:131:3: performance: Variable 'glmAlgo_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/CanonicalTensorEvaluation.cxx:153:60: style: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/openturns/CanonicalTensorEvaluation.hxx:48:43: note: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/CanonicalTensorEvaluation.cxx:153:60: note: Function 'operator()' argument 1 names different: declaration 'point' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/TensorApproximationAlgorithm.cxx:66:46: style: Function 'TensorApproximationAlgorithm' argument 4 names different: declaration 'functionFactory' definition 'basisFactory'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/openturns/TensorApproximationAlgorithm.hxx:50:73: note: Function 'TensorApproximationAlgorithm' argument 4 names different: declaration 'functionFactory' definition 'basisFactory'.
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/TensorApproximationAlgorithm.cxx:66:46: note: Function 'TensorApproximationAlgorithm' argument 4 names different: declaration 'functionFactory' definition 'basisFactory'.
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/TensorApproximationAlgorithm.cxx:67:21: style: Function 'TensorApproximationAlgorithm' argument 5 names different: declaration 'nk' definition 'degrees'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/openturns/TensorApproximationAlgorithm.hxx:51:48: note: Function 'TensorApproximationAlgorithm' argument 5 names different: declaration 'nk' definition 'degrees'.
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/TensorApproximationAlgorithm.cxx:67:21: note: Function 'TensorApproximationAlgorithm' argument 5 names different: declaration 'nk' definition 'degrees'.
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/TensorApproximationAlgorithm.cxx:246:27: style: Function 'rankOne' argument 4 names different: declaration 'k' definition 'i'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/openturns/TensorApproximationAlgorithm.hxx:113:38: note: Function 'rankOne' argument 4 names different: declaration 'k' definition 'i'.
openturns-1.9/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/TensorApproximationAlgorithm.cxx:246:27: note: Function 'rankOne' argument 4 names different: declaration 'k' definition 'i'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Optimization/EfficientGlobalOptimization.cxx:177:30: style: Redundant condition: problem.hasBounds(). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openturns-1.9/lib/src/Uncertainty/Algorithm/Optimization/EfficientGlobalOptimization.cxx:197:32: style: Redundant condition: problem.hasBounds(). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openturns-1.9/lib/src/Uncertainty/Algorithm/Optimization/EfficientGlobalOptimization.cxx:441:77: style: Function 'setMultiStartNumber' argument 1 names different: declaration 'multiStartNumberSize' definition 'multiStartNumber'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Optimization/openturns/EfficientGlobalOptimization.hxx:69:50: note: Function 'setMultiStartNumber' argument 1 names different: declaration 'multiStartNumberSize' definition 'multiStartNumber'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Optimization/EfficientGlobalOptimization.cxx:441:77: note: Function 'setMultiStartNumber' argument 1 names different: declaration 'multiStartNumberSize' definition 'multiStartNumber'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Optimization/EfficientGlobalOptimization.cxx:476:75: style: Function 'setCorrelationLengthFactor' argument 1 names different: declaration 'b' definition 'correlationLengthFactor'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Optimization/openturns/EfficientGlobalOptimization.hxx:80:48: note: Function 'setCorrelationLengthFactor' argument 1 names different: declaration 'b' definition 'correlationLengthFactor'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Optimization/EfficientGlobalOptimization.cxx:476:75: note: Function 'setCorrelationLengthFactor' argument 1 names different: declaration 'b' definition 'correlationLengthFactor'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Optimization/EfficientGlobalOptimization.cxx:488:63: style: Function 'setAIETradeoff' argument 1 names different: declaration 'c' definition 'aeiTradeoff'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Optimization/openturns/EfficientGlobalOptimization.hxx:84:36: note: Function 'setAIETradeoff' argument 1 names different: declaration 'c' definition 'aeiTradeoff'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Optimization/EfficientGlobalOptimization.cxx:488:63: note: Function 'setAIETradeoff' argument 1 names different: declaration 'c' definition 'aeiTradeoff'.
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/AdaptiveStieltjesAlgorithm.hxx:53:3: style: Class 'AdaptiveStieltjesAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthogonalUniVariatePolynomial.hxx:51:3: style: Class 'OrthogonalUniVariatePolynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/CharlierFactory.hxx:47:3: style: Class 'CharlierFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/ChebychevAlgorithm.hxx:55:3: style: Class 'ChebychevAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/GramSchmidtAlgorithm.hxx:53:3: style: Class 'GramSchmidtAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthogonalBasis.hxx:48:3: style: Class 'OrthogonalBasis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthogonalFunctionFactory.hxx:48:3: style: Class 'OrthogonalFunctionFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthogonalProductFunctionFactory.hxx:56:3: style: Class 'OrthogonalProductFunctionFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthogonalProductPolynomialFactory.hxx:56:3: style: Class 'OrthogonalProductPolynomialFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthogonalUniVariateFunctionFamily.hxx:47:3: style: Class 'OrthogonalUniVariateFunctionFamily' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthogonalUniVariateFunctionFamily.hxx:51:3: style: Class 'OrthogonalUniVariateFunctionFamily' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthogonalUniVariateFunctionFamily.hxx:54:3: style: Class 'OrthogonalUniVariateFunctionFamily' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/OrthogonalUniVariatePolynomialFactory.cxx:92:132: style: Function 'buildCoefficients' argument 1 names different: declaration 'degree' definition 'n'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthogonalUniVariatePolynomialFactory.hxx:70:56: note: Function 'buildCoefficients' argument 1 names different: declaration 'degree' definition 'n'.
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/OrthogonalUniVariatePolynomialFactory.cxx:92:132: note: Function 'buildCoefficients' argument 1 names different: declaration 'degree' definition 'n'.
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthogonalUniVariatePolynomialFamily.hxx:49:3: style: Class 'OrthogonalUniVariatePolynomialFamily' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthogonalUniVariatePolynomialFunctionFactory.hxx:48:3: style: Class 'OrthogonalUniVariatePolynomialFunctionFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthonormalizationAlgorithm.hxx:47:3: style: Class 'OrthonormalizationAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/OrthonormalizationAlgorithm.hxx:50:3: style: Class 'OrthonormalizationAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/StandardDistributionPolynomialFactory.hxx:52:3: style: Class 'StandardDistributionPolynomialFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/StandardDistributionPolynomialFactory.hxx:55:3: style: Class 'StandardDistributionPolynomialFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/StandardDistributionPolynomialFactory.cxx:56:99: style: Function 'StandardDistributionPolynomialFactory' argument 1 names different: declaration 'distribution' definition 'measure'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/StandardDistributionPolynomialFactory.hxx:52:62: note: Function 'StandardDistributionPolynomialFactory' argument 1 names different: declaration 'distribution' definition 'measure'.
openturns-1.9/lib/src/Uncertainty/Algorithm/OrthogonalBasis/StandardDistributionPolynomialFactory.cxx:56:99: note: Function 'StandardDistributionPolynomialFactory' argument 1 names different: declaration 'distribution' definition 'measure'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/JansenSensitivityAlgorithm.hxx:62:40: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:66:49: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/JansenSensitivityAlgorithm.hxx:62:40: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/JansenSensitivityAlgorithm.hxx:65:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:98:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/JansenSensitivityAlgorithm.hxx:65:18: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/JansenSensitivityAlgorithm.hxx:70:10: style: The function 'computeIndices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:133:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/JansenSensitivityAlgorithm.hxx:70:10: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:62:42: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:66:49: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:62:42: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:65:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:98:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:65:18: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:68:20: style: The function 'getFirstOrderIndicesInterval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:72:20: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:68:20: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:71:20: style: The function 'getTotalOrderIndicesInterval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:81:20: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:71:20: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:74:16: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:104:16: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:74:16: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:77:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:107:16: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:77:16: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:82:10: style: The function 'computeIndices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:133:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MartinezSensitivityAlgorithm.hxx:82:10: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx:61:50: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:66:49: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx:61:50: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx:64:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:98:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx:64:18: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx:67:16: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:104:16: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx:67:16: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx:70:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:107:16: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx:70:16: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx:75:10: style: The function 'computeIndices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:133:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx:75:10: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SaltelliSensitivityAlgorithm.hxx:61:42: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:66:49: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SaltelliSensitivityAlgorithm.hxx:61:42: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SaltelliSensitivityAlgorithm.hxx:64:18: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:98:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SaltelliSensitivityAlgorithm.hxx:64:18: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SaltelliSensitivityAlgorithm.hxx:67:16: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:104:16: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SaltelliSensitivityAlgorithm.hxx:67:16: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SaltelliSensitivityAlgorithm.hxx:70:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:107:16: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SaltelliSensitivityAlgorithm.hxx:70:16: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SaltelliSensitivityAlgorithm.hxx:75:10: style: The function 'computeIndices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithmImplementation.hxx:133:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SaltelliSensitivityAlgorithm.hxx:75:10: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithm.hxx:50:3: style: Class 'SobolIndicesAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/Sensitivity/openturns/SobolIndicesAlgorithm.hxx:53:3: style: Class 'SobolIndicesAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/openturns/MonteCarlo.hxx:43:3: style: Class 'MonteCarlo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/PostAnalyticalControlledImportanceSampling.cxx:46:113: style: Function 'PostAnalyticalControlledImportanceSampling' argument 1 names different: declaration 'AnalyticalResult' definition 'analyticalResult'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/openturns/PostAnalyticalControlledImportanceSampling.hxx:44:80: note: Function 'PostAnalyticalControlledImportanceSampling' argument 1 names different: declaration 'AnalyticalResult' definition 'analyticalResult'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/PostAnalyticalControlledImportanceSampling.cxx:46:113: note: Function 'PostAnalyticalControlledImportanceSampling' argument 1 names different: declaration 'AnalyticalResult' definition 'analyticalResult'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/PostAnalyticalImportanceSampling.cxx:46:93: style: Function 'PostAnalyticalImportanceSampling' argument 1 names different: declaration 'AnalyticalResult' definition 'analyticalResult'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/openturns/PostAnalyticalImportanceSampling.hxx:44:70: note: Function 'PostAnalyticalImportanceSampling' argument 1 names different: declaration 'AnalyticalResult' definition 'analyticalResult'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/PostAnalyticalImportanceSampling.cxx:46:93: note: Function 'PostAnalyticalImportanceSampling' argument 1 names different: declaration 'AnalyticalResult' definition 'analyticalResult'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/openturns/RootStrategy.hxx:46:3: style: Class 'RootStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/openturns/RootStrategy.hxx:49:3: style: Class 'RootStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/openturns/SamplingStrategy.hxx:48:3: style: Class 'SamplingStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/openturns/SamplingStrategy.hxx:51:3: style: Class 'SamplingStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/openturns/SimulationResult.hxx:56:3: style: Class 'SimulationResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/openturns/SimulationResult.hxx:59:3: style: Class 'SimulationResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/SubsetSampling.cxx:278:50: style: Function 'computeProbability' argument 1 names different: declaration 'probabilityEstimate' definition 'probabilityEstimateFactor'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/openturns/SubsetSampling.hxx:94:36: note: Function 'computeProbability' argument 1 names different: declaration 'probabilityEstimate' definition 'probabilityEstimateFactor'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Simulation/SubsetSampling.cxx:278:50: note: Function 'computeProbability' argument 1 names different: declaration 'probabilityEstimate' definition 'probabilityEstimateFactor'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/DistributionTransformation.cxx:44:78: style: Function 'DistributionTransformation' argument 1 names different: declaration 'left' definition 'distribution'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/openturns/DistributionTransformation.hxx:43:52: note: Function 'DistributionTransformation' argument 1 names different: declaration 'left' definition 'distribution'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/DistributionTransformation.cxx:44:78: note: Function 'DistributionTransformation' argument 1 names different: declaration 'left' definition 'distribution'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/DistributionTransformation.cxx:45:26: style: Function 'DistributionTransformation' argument 2 names different: declaration 'right' definition 'measure'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/openturns/DistributionTransformation.hxx:44:52: note: Function 'DistributionTransformation' argument 2 names different: declaration 'right' definition 'measure'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/DistributionTransformation.cxx:45:26: note: Function 'DistributionTransformation' argument 2 names different: declaration 'right' definition 'measure'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/DistributionTransformation.cxx:54:66: style: Function 'Build' argument 1 names different: declaration 'left' definition 'distribution'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/openturns/DistributionTransformation.hxx:56:46: note: Function 'Build' argument 1 names different: declaration 'left' definition 'distribution'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/DistributionTransformation.cxx:54:66: note: Function 'Build' argument 1 names different: declaration 'left' definition 'distribution'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/DistributionTransformation.cxx:55:26: style: Function 'Build' argument 2 names different: declaration 'right' definition 'measure'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/openturns/DistributionTransformation.hxx:57:46: note: Function 'Build' argument 2 names different: declaration 'right' definition 'measure'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/DistributionTransformation.cxx:55:26: note: Function 'Build' argument 2 names different: declaration 'right' definition 'measure'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/MarginalTransformation/openturns/MarginalTransformationGradient.hxx:50:3: style: Class 'MarginalTransformationGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/MarginalTransformation/openturns/MarginalTransformationHessian.hxx:51:3: style: Class 'MarginalTransformationHessian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/NatafEllipticalCopula/NatafEllipticalCopulaEvaluation.cxx:49:30: style: Function 'NatafEllipticalCopulaEvaluation' argument 2 names different: declaration 'inverseCholesky' definition 'cholesky'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/NatafEllipticalCopula/openturns/NatafEllipticalCopulaEvaluation.hxx:51:60: note: Function 'NatafEllipticalCopulaEvaluation' argument 2 names different: declaration 'inverseCholesky' definition 'cholesky'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/NatafEllipticalCopula/NatafEllipticalCopulaEvaluation.cxx:49:30: note: Function 'NatafEllipticalCopulaEvaluation' argument 2 names different: declaration 'inverseCholesky' definition 'cholesky'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionGradient.cxx:45:109: style: Function 'InverseNatafEllipticalDistributionGradient' argument 1 names different: declaration 'inverseCholesky' definition 'cholesky'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/NatafEllipticalDistribution/openturns/InverseNatafEllipticalDistributionGradient.hxx:48:76: note: Function 'InverseNatafEllipticalDistributionGradient' argument 1 names different: declaration 'inverseCholesky' definition 'cholesky'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionGradient.cxx:45:109: note: Function 'InverseNatafEllipticalDistributionGradient' argument 1 names different: declaration 'inverseCholesky' definition 'cholesky'.
openturns-1.9/lib/src/Uncertainty/Algorithm/Transformation/NatafEllipticalDistribution/openturns/NatafEllipticalDistributionGradient.hxx:48:3: style: Class 'NatafEllipticalDistributionGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/GeometricProfile.cxx:40:18: style: Redundant condition: If 'c <= 0.0', the comparison 'c < 1.0' is always true. [redundantCondition]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/ImportanceSamplingExperiment.cxx:36:3: performance: Variable 'importanceDistribution_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/LowDiscrepancyExperiment.hxx:71:16: warning: Virtual function 'setDistribution' is called from constructor 'LowDiscrepancyExperiment(const LowDiscrepancySequence&sequence,const Distribution&distribution,const UnsignedInteger size,const Bool restart=true)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/LowDiscrepancyExperiment.cxx:67:3: note: Calling setDistribution
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/LowDiscrepancyExperiment.hxx:71:16: note: setDistribution is a virtual method
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/LowDiscrepancyExperiment.hxx:71:16: warning: Virtual function 'setDistribution' is called from constructor 'LowDiscrepancyExperiment(const LowDiscrepancySequence&sequence,const UnsignedInteger size,const Bool restart=true)' at line 82. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/LowDiscrepancyExperiment.cxx:82:3: note: Calling setDistribution
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/LowDiscrepancyExperiment.hxx:71:16: note: setDistribution is a virtual method
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFilling.hxx:53:3: style: Class 'SpaceFilling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFilling.hxx:56:3: style: Class 'SpaceFilling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFilling.hxx:60:3: style: Class 'SpaceFilling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFillingPhiP.hxx:48:10: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFillingImplementation.hxx:53:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFillingPhiP.hxx:48:10: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFillingPhiP.hxx:51:10: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFillingImplementation.hxx:62:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFillingPhiP.hxx:51:10: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFillingPhiP.hxx:60:10: style: The function 'perturbLHS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFillingImplementation.hxx:71:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/SpaceFillingPhiP.hxx:60:10: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/TemperatureProfile.hxx:48:3: style: Class 'TemperatureProfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/TemperatureProfile.hxx:51:3: style: Class 'TemperatureProfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/TemperatureProfile.hxx:55:3: style: Class 'TemperatureProfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/GeometricProfile.hxx:47:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/TemperatureProfileImplementation.hxx:52:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/GeometricProfile.hxx:47:10: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/GeometricProfile.hxx:50:10: style: The function '__repr__' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/TemperatureProfileImplementation.hxx:61:18: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/GeometricProfile.hxx:50:10: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/GeometricProfile.hxx:53:8: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/TemperatureProfileImplementation.hxx:64:16: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/GeometricProfile.hxx:53:8: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/GeometricProfile.hxx:56:8: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/TemperatureProfileImplementation.hxx:67:16: note: Virtual function in base class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/GeometricProfile.hxx:56:8: note: Function in derived class
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/WeightedExperiment.hxx:48:3: style: Class 'WeightedExperiment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/WeightedExperiment.hxx:51:3: style: Class 'WeightedExperiment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/WeightedExperimentImplementation.hxx:66:16: warning: Virtual function 'setSize' is called from constructor 'WeightedExperimentImplementation(const UnsignedInteger size)' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/WeightedExperimentImplementation.cxx:51:3: note: Calling setSize
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/WeightedExperimentImplementation.hxx:66:16: note: setSize is a virtual method
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/WeightedExperimentImplementation.hxx:66:16: warning: Virtual function 'setSize' is called from constructor 'WeightedExperimentImplementation(const Distribution&distribution,const UnsignedInteger size)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/WeightedExperimentImplementation.cxx:62:3: note: Calling setSize
openturns-1.9/lib/src/Uncertainty/Algorithm/WeightedExperiments/openturns/WeightedExperimentImplementation.hxx:66:16: note: setSize is a virtual method
openturns-1.9/lib/src/Uncertainty/Bayesian/openturns/CalibrationStrategy.hxx:48:3: style: Class 'CalibrationStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Bayesian/openturns/CalibrationStrategy.hxx:62:3: style: Class 'CalibrationStrategy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Bayesian/openturns/PosteriorRandomVector.hxx:45:3: style: Class 'PosteriorRandomVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Bayesian/openturns/Sampler.hxx:51:3: style: Class 'Sampler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/ArcsineMuSigma.cxx:133:46: style: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/ArcsineMuSigma.hxx:66:40: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/ArcsineMuSigma.cxx:133:46: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/BernsteinCopulaFactory.cxx:98:67: style: Function 'buildParallel' argument 1 names different: declaration 'sample' definition 'empiricalCopulaSample'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/BernsteinCopulaFactory.hxx:57:53: note: Function 'buildParallel' argument 1 names different: declaration 'sample' definition 'empiricalCopulaSample'.
openturns-1.9/lib/src/Uncertainty/Distribution/BernsteinCopulaFactory.cxx:98:67: note: Function 'buildParallel' argument 1 names different: declaration 'sample' definition 'empiricalCopulaSample'.
openturns-1.9/lib/src/Uncertainty/Distribution/BernsteinCopulaFactory.cxx:111:69: style: Function 'buildSequential' argument 1 names different: declaration 'sample' definition 'empiricalCopulaSample'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/BernsteinCopulaFactory.hxx:60:55: note: Function 'buildSequential' argument 1 names different: declaration 'sample' definition 'empiricalCopulaSample'.
openturns-1.9/lib/src/Uncertainty/Distribution/BernsteinCopulaFactory.cxx:111:69: note: Function 'buildSequential' argument 1 names different: declaration 'sample' definition 'empiricalCopulaSample'.
openturns-1.9/lib/src/Uncertainty/Distribution/BetaMuSigma.cxx:163:43: style: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/BetaMuSigma.hxx:66:40: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/BetaMuSigma.cxx:163:43: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/BurrFactory.cxx:50:3: style: Struct 'BurrFactoryParameterConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/ComposedCopula.cxx:439:29: warning: Identical condition 'conditioningDimension==0', second condition is always false [identicalConditionAfterEarlyExit]
openturns-1.9/lib/src/Uncertainty/Distribution/ComposedCopula.cxx:437:29: note: first condition
openturns-1.9/lib/src/Uncertainty/Distribution/ComposedCopula.cxx:439:29: note: second condition
openturns-1.9/lib/src/Uncertainty/Distribution/ComposedCopula.cxx:539:70: style: Function 'setParametersCollection' argument 1 names different: declaration 'setParametersCollection' definition 'parametersCollection'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/ComposedCopula.hxx:126:56: note: Function 'setParametersCollection' argument 1 names different: declaration 'setParametersCollection' definition 'parametersCollection'.
openturns-1.9/lib/src/Uncertainty/Distribution/ComposedCopula.cxx:539:70: note: Function 'setParametersCollection' argument 1 names different: declaration 'setParametersCollection' definition 'parametersCollection'.
openturns-1.9/lib/src/Uncertainty/Distribution/ComposedDistribution.cxx:517:20: style: Redundant condition: If 'prob < 0.0', the comparison 'prob <= 1.0' is always true. [redundantCondition]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/CompositeDistribution.hxx:165:5: style: Struct 'DerivativeWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/Dirac.cxx:171:59: style: Function 'computeCharacteristicFunction' argument 1 names different: declaration 'x' definition 'u'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/Dirac.hxx:93:54: note: Function 'computeCharacteristicFunction' argument 1 names different: declaration 'x' definition 'u'.
openturns-1.9/lib/src/Uncertainty/Distribution/Dirac.cxx:171:59: note: Function 'computeCharacteristicFunction' argument 1 names different: declaration 'x' definition 'u'.
openturns-1.9/lib/src/Uncertainty/Distribution/Dirac.cxx:176:62: style: Function 'computeLogCharacteristicFunction' argument 1 names different: declaration 'x' definition 'u'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/Dirac.hxx:94:57: note: Function 'computeLogCharacteristicFunction' argument 1 names different: declaration 'x' definition 'u'.
openturns-1.9/lib/src/Uncertainty/Distribution/Dirac.cxx:176:62: note: Function 'computeLogCharacteristicFunction' argument 1 names different: declaration 'x' definition 'u'.
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/Dirichlet.hxx:43:3: style: Class 'Dirichlet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:48:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:49:17: style: The scope of the variable 'Xi' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:49:29: style: The scope of the variable 'Rm' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:49:33: style: The scope of the variable 'R' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:49:36: style: The scope of the variable 'R2' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:49:43: style: The scope of the variable 'S2' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:49:47: style: The scope of the variable 'Eta' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:49:52: style: The scope of the variable 'B0' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:49:56: style: The scope of the variable 'B1' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:291:10: style: The scope of the variable 'i' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:292:17: style: The scope of the variable 'Xi' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:292:21: style: The scope of the variable 'W' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:292:32: style: The scope of the variable 'R' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:292:35: style: The scope of the variable 'R2' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:292:42: style: The scope of the variable 'S2' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:292:46: style: The scope of the variable 'Eta' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:292:51: style: The scope of the variable 'B0' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/poissinv_cpu.h:292:55: style: The scope of the variable 'B1' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/ExponentialFactory.cxx:67:33: style: Same expression on both sides of '||'. [duplicateExpression]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/MaximumLikelihoodFactory.hxx:42:3: style: Class 'MaximumLikelihoodFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/Gamma.cxx:48:27: style: Function 'Gamma' argument 1 names different: declaration 'arg1' definition 'k'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/Gamma.hxx:46:22: note: Function 'Gamma' argument 1 names different: declaration 'arg1' definition 'k'.
openturns-1.9/lib/src/Uncertainty/Distribution/Gamma.cxx:48:27: note: Function 'Gamma' argument 1 names different: declaration 'arg1' definition 'k'.
openturns-1.9/lib/src/Uncertainty/Distribution/Gamma.cxx:49:27: style: Function 'Gamma' argument 2 names different: declaration 'arg2' definition 'lambda'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/Gamma.hxx:47:22: note: Function 'Gamma' argument 2 names different: declaration 'arg2' definition 'lambda'.
openturns-1.9/lib/src/Uncertainty/Distribution/Gamma.cxx:49:27: note: Function 'Gamma' argument 2 names different: declaration 'arg2' definition 'lambda'.
openturns-1.9/lib/src/Uncertainty/Distribution/GammaMuSigma.cxx:151:44: style: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/GammaMuSigma.hxx:65:40: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/GammaMuSigma.cxx:151:44: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/GeneralizedParetoFactory.cxx:129:3: style: Struct 'GeneralizedParetoFactoryParameterConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/GumbelAB.cxx:130:40: style: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/GumbelAB.hxx:63:40: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/GumbelAB.cxx:130:40: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/GumbelCopula.hxx:43:3: style: Class 'GumbelCopula' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/GumbelMuSigma.cxx:133:45: style: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/GumbelMuSigma.hxx:63:40: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/GumbelMuSigma.cxx:133:45: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/Histogram.cxx:388:39: style: Function 'setData' argument 1 names different: declaration 'width' definition 'l'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/Histogram.hxx:113:30: note: Function 'setData' argument 1 names different: declaration 'width' definition 'l'.
openturns-1.9/lib/src/Uncertainty/Distribution/Histogram.cxx:388:39: note: Function 'setData' argument 1 names different: declaration 'width' definition 'l'.
openturns-1.9/lib/src/Uncertainty/Distribution/Histogram.cxx:389:39: style: Function 'setData' argument 2 names different: declaration 'weight' definition 'h'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/Histogram.hxx:114:30: note: Function 'setData' argument 2 names different: declaration 'weight' definition 'h'.
openturns-1.9/lib/src/Uncertainty/Distribution/Histogram.cxx:389:39: note: Function 'setData' argument 2 names different: declaration 'weight' definition 'h'.
openturns-1.9/lib/src/Uncertainty/Distribution/IndependentCopula.cxx:193:20: style: Redundant condition: If 'prob < 0.0', the comparison 'prob <= 1.0' is always true. [redundantCondition]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/InverseChiSquare.hxx:46:3: style: Class 'InverseChiSquare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/KolmogorovSmirnovDist.c:431:18: style: The scope of the variable 'minsum' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/KolmogorovSmirnovDist.c:432:16: style: The scope of the variable 's' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/KolmogorovSmirnovDist.c:434:7: style: The scope of the variable 'jlow' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/KolmogorovSmirnovDist.c:434:13: style: The scope of the variable 'jup' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/KolmogorovSmirnovDist.c:434:18: style: The scope of the variable 'klow' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/KolmogorovSmirnovDist.c:434:29: style: The scope of the variable 'kup0' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/LogNormalFactory.cxx:77:3: style: Struct 'LogNormalFactoryLMLEParameterConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/LogNormalMuSigma.cxx:153:48: style: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/LogNormalMuSigma.hxx:63:40: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/LogNormalMuSigma.cxx:153:48: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/LogNormalMuSigma.cxx:122:26: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
openturns-1.9/lib/src/Uncertainty/Distribution/LogNormalMuSigmaOverMu.cxx:126:54: style: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/LogNormalMuSigmaOverMu.hxx:63:40: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/LogNormalMuSigmaOverMu.cxx:126:54: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumDistribution.cxx:83:27: style: Function 'MaximumDistribution' argument 2 names different: declaration 'size' definition 'variablesNumber'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/MaximumDistribution.hxx:60:45: note: Function 'MaximumDistribution' argument 2 names different: declaration 'size' definition 'variablesNumber'.
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumDistribution.cxx:83:27: note: Function 'MaximumDistribution' argument 2 names different: declaration 'size' definition 'variablesNumber'.
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/MaximumEntropyOrderStatisticsCopula.hxx:50:3: style: Class 'MaximumEntropyOrderStatisticsCopula' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumEntropyOrderStatisticsDistribution.cxx:210:18: style: Function 'computeExponentialFactor' argument 2 names different: declaration 'u' definition 'x'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/MaximumEntropyOrderStatisticsDistribution.hxx:176:48: note: Function 'computeExponentialFactor' argument 2 names different: declaration 'u' definition 'x'.
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumEntropyOrderStatisticsDistribution.cxx:210:18: note: Function 'computeExponentialFactor' argument 2 names different: declaration 'u' definition 'x'.
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumEntropyOrderStatisticsDistribution.cxx:211:18: style: Function 'computeExponentialFactor' argument 3 names different: declaration 'v' definition 'y'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/MaximumEntropyOrderStatisticsDistribution.hxx:177:48: note: Function 'computeExponentialFactor' argument 3 names different: declaration 'v' definition 'y'.
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumEntropyOrderStatisticsDistribution.cxx:211:18: note: Function 'computeExponentialFactor' argument 3 names different: declaration 'v' definition 'y'.
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumEntropyOrderStatisticsDistribution.cxx:260:18: style: Function 'computeFactor' argument 2 names different: declaration 'u' definition 'x'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/MaximumEntropyOrderStatisticsDistribution.hxx:181:37: note: Function 'computeFactor' argument 2 names different: declaration 'u' definition 'x'.
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumEntropyOrderStatisticsDistribution.cxx:260:18: note: Function 'computeFactor' argument 2 names different: declaration 'u' definition 'x'.
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumEntropyOrderStatisticsDistribution.cxx:261:18: style: Function 'computeFactor' argument 3 names different: declaration 'v' definition 'y'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/MaximumEntropyOrderStatisticsDistribution.hxx:182:37: note: Function 'computeFactor' argument 3 names different: declaration 'v' definition 'y'.
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumEntropyOrderStatisticsDistribution.cxx:261:18: note: Function 'computeFactor' argument 3 names different: declaration 'v' definition 'y'.
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/OrderStatisticsMarginalChecker.hxx:44:3: style: Class 'OrderStatisticsMarginalChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumLikelihoodFactory.cxx:385:21: style: Function 'setKnownParameter' argument 2 names different: declaration 'positions' definition 'indices'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/MaximumLikelihoodFactory.hxx:78:64: note: Function 'setKnownParameter' argument 2 names different: declaration 'positions' definition 'indices'.
openturns-1.9/lib/src/Uncertainty/Distribution/MaximumLikelihoodFactory.cxx:385:21: note: Function 'setKnownParameter' argument 2 names different: declaration 'positions' definition 'indices'.
openturns-1.9/lib/src/Uncertainty/Distribution/MeixnerDistribution.cxx:601:3: style: Variable 'description[2]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openturns-1.9/lib/src/Uncertainty/Distribution/MeixnerDistribution.cxx:600:3: note: Variable 'description[2]' is reassigned a value before the old one has been used if variable is no semaphore variable.
openturns-1.9/lib/src/Uncertainty/Distribution/MeixnerDistribution.cxx:601:3: note: Variable 'description[2]' is reassigned a value before the old one has been used if variable is no semaphore variable.
openturns-1.9/lib/src/Uncertainty/Distribution/MeixnerDistribution.cxx:239:3: style: Struct 'MeixnerBounds' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/MeixnerDistribution.cxx:261:3: style: Class 'MeixnerBoundB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/MeixnerDistribution.cxx:332:3: style: Class 'MeixnerBoundCD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/MethodOfMomentsFactory.cxx:307:21: style: Function 'setKnownParameter' argument 2 names different: declaration 'positions' definition 'indices'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/MethodOfMomentsFactory.hxx:74:64: note: Function 'setKnownParameter' argument 2 names different: declaration 'positions' definition 'indices'.
openturns-1.9/lib/src/Uncertainty/Distribution/MethodOfMomentsFactory.cxx:307:21: note: Function 'setKnownParameter' argument 2 names different: declaration 'positions' definition 'indices'.
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/MethodOfMomentsFactory.hxx:42:3: style: Class 'MethodOfMomentsFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/Mixture.cxx:179:58: style: Function 'setWeightsDistribution' argument 1 names different: declaration 'weighstDistribution' definition 'weightsDistribution'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/Mixture.hxx:173:51: note: Function 'setWeightsDistribution' argument 1 names different: declaration 'weighstDistribution' definition 'weightsDistribution'.
openturns-1.9/lib/src/Uncertainty/Distribution/Mixture.cxx:179:58: note: Function 'setWeightsDistribution' argument 1 names different: declaration 'weighstDistribution' definition 'weightsDistribution'.
openturns-1.9/lib/src/Uncertainty/Distribution/OTf2c.c:17:3: style: Variable 'pow' is reassigned a value before the old one has been used. [redundantAssignment]
openturns-1.9/lib/src/Uncertainty/Distribution/OTf2c.c:12:0: note: Variable 'pow' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Uncertainty/Distribution/OTf2c.c:17:3: note: Variable 'pow' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Uncertainty/Distribution/OTf2c.c:18:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
openturns-1.9/lib/src/Uncertainty/Distribution/OTf2c.c:13:0: note: Variable 'x' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Uncertainty/Distribution/OTf2c.c:18:3: note: Variable 'x' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Uncertainty/Distribution/OTf2c.c:19:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
openturns-1.9/lib/src/Uncertainty/Distribution/OTf2c.c:14:0: note: Variable 'n' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Uncertainty/Distribution/OTf2c.c:19:3: note: Variable 'n' is reassigned a value before the old one has been used.
openturns-1.9/lib/src/Uncertainty/Distribution/OTf2c.c:15:17: style: The scope of the variable 'u' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/OrdinalSumCopula.cxx:470:72: style: Function 'setParametersCollection' argument 1 names different: declaration 'setParametersCollection' definition 'parametersCollection'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/OrdinalSumCopula.hxx:124:56: note: Function 'setParametersCollection' argument 1 names different: declaration 'setParametersCollection' definition 'parametersCollection'.
openturns-1.9/lib/src/Uncertainty/Distribution/OrdinalSumCopula.cxx:470:72: note: Function 'setParametersCollection' argument 1 names different: declaration 'setParametersCollection' definition 'parametersCollection'.
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/ParametrizedDistribution.hxx:45:3: style: Class 'ParametrizedDistribution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/Poisson.cxx:168:26: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
openturns-1.9/lib/src/Uncertainty/Distribution/Rice.cxx:205:3: style: Variable 'covariance' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openturns-1.9/lib/src/Uncertainty/Distribution/Rice.cxx:203:0: note: Variable 'covariance' is reassigned a value before the old one has been used if variable is no semaphore variable.
openturns-1.9/lib/src/Uncertainty/Distribution/Rice.cxx:205:3: note: Variable 'covariance' is reassigned a value before the old one has been used if variable is no semaphore variable.
openturns-1.9/lib/src/Uncertainty/Distribution/RiceFactory.cxx:64:10: performance: Technically the member function 'RiceFactoryParameterConstraint::computeXi' can be static. [functionStatic]
openturns-1.9/lib/src/Uncertainty/Distribution/RiceFactory.cxx:50:3: style: Struct 'RiceFactoryParameterConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Distribution/StudentFunctions.cxx:276:3: style: Variable 'mode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openturns-1.9/lib/src/Uncertainty/Distribution/StudentFunctions.cxx:261:0: note: Variable 'mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
openturns-1.9/lib/src/Uncertainty/Distribution/StudentFunctions.cxx:276:3: note: Variable 'mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
openturns-1.9/lib/src/Uncertainty/Distribution/Trapezoidal.cxx:159:65: style: Function 'computeCharacteristicFunction' argument 1 names different: declaration 'x' definition 'u'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/Trapezoidal.hxx:82:54: note: Function 'computeCharacteristicFunction' argument 1 names different: declaration 'x' definition 'u'.
openturns-1.9/lib/src/Uncertainty/Distribution/Trapezoidal.cxx:159:65: note: Function 'computeCharacteristicFunction' argument 1 names different: declaration 'x' definition 'u'.
openturns-1.9/lib/src/Uncertainty/Distribution/UserDefined.cxx:48:41: style: Function 'UserDefined' argument 1 names different: declaration 'points' definition 'sample'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/UserDefined.hxx:47:39: note: Function 'UserDefined' argument 1 names different: declaration 'points' definition 'sample'.
openturns-1.9/lib/src/Uncertainty/Distribution/UserDefined.cxx:48:41: note: Function 'UserDefined' argument 1 names different: declaration 'points' definition 'sample'.
openturns-1.9/lib/src/Uncertainty/Distribution/UserDefined.cxx:65:41: style: Function 'UserDefined' argument 1 names different: declaration 'points' definition 'sample'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/UserDefined.hxx:50:30: note: Function 'UserDefined' argument 1 names different: declaration 'points' definition 'sample'.
openturns-1.9/lib/src/Uncertainty/Distribution/UserDefined.cxx:65:41: note: Function 'UserDefined' argument 1 names different: declaration 'points' definition 'sample'.
openturns-1.9/lib/src/Uncertainty/Distribution/UserDefined.cxx:477:42: style: Function 'setData' argument 1 names different: declaration 'points' definition 'sample'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/UserDefined.hxx:112:31: note: Function 'setData' argument 1 names different: declaration 'points' definition 'sample'.
openturns-1.9/lib/src/Uncertainty/Distribution/UserDefined.cxx:477:42: note: Function 'setData' argument 1 names different: declaration 'points' definition 'sample'.
openturns-1.9/lib/src/Uncertainty/Distribution/WeibullMuSigma.cxx:210:46: style: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'. [funcArgNamesDifferent]
openturns-1.9/lib/src/Uncertainty/Distribution/openturns/WeibullMuSigma.hxx:63:40: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/WeibullMuSigma.cxx:210:46: note: Function 'setValues' argument 1 names different: declaration 'values' definition 'inP'.
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:198:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:392:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:392:30: warning: Return value of function exp() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:898:10: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1129:12: warning: Return value of function exp() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1169:12: warning: Return value of function log() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1169:29: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1364:12: warning: Return value of function asin() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1364:30: warning: Return value of function sin() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1364:47: warning: Return value of function exp() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1364:64: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:107:31: style: The scope of the variable 'rc' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1056:0: style: The scope of the variable 'i__2' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1063:0: style: The scope of the variable 'jp' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1064:23: style: The scope of the variable 'xt' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1107:23: style: The scope of the variable 'a' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1132:23: style: The scope of the variable 'b' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1133:0: style: The scope of the variable 'i__' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1134:26: style: The scope of the variable 't' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1134:29: style: The scope of the variable 'bm' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1134:33: style: The scope of the variable 'bp' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1166:25: style: The scope of the variable 'd__1' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1166:31: style: The scope of the variable 'd__2' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1368:23: style: The scope of the variable 'a' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1368:26: style: The scope of the variable 'b' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1368:29: style: The scope of the variable 'c__' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1368:34: style: The scope of the variable 'd__' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1372:23: style: The scope of the variable 'as' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1374:23: style: The scope of the variable 'bs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1374:31: style: The scope of the variable 'hs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1374:35: style: The scope of the variable 'sn' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1374:39: style: The scope of the variable 'rs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1374:43: style: The scope of the variable 'xs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1374:52: style: The scope of the variable 'asr' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:168:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
openturns-1.9/lib/src/Uncertainty/Distribution/mvndstpack.c:1319:12: error: Uninitialized variable: ret_val [uninitvar]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:309:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:538:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:789:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:789:63: warning: Return value of function exp() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:926:12: warning: Return value of function exp() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:966:12: warning: Return value of function log() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:966:29: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1163:12: warning: Return value of function asin() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1163:30: warning: Return value of function sin() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1163:47: warning: Return value of function exp() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1163:64: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1299:12: warning: Return value of function atan() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1299:30: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1506:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1506:66: warning: Return value of function atan2() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1657:12: warning: Return value of function log() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1657:29: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1657:47: warning: Return value of function exp() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1725:12: warning: Return value of function log() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1725:29: warning: Return value of function exp() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:2027:10: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:258:6: warning: Possible null pointer dereference: nf [nullPointer]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:296:45: note: Calling function 'mvsubr_0_', 4th argument 'nf' value is 0
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:258:6: note: Null pointer dereference
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:258:9: warning: Redundant assignment of '*nf' to itself. [selfAssignment]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:451:23: style: The scope of the variable 'sum' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:792:0: style: The scope of the variable 'i__' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:793:23: style: The scope of the variable 'prod' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:904:23: style: The scope of the variable 'a' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:929:23: style: The scope of the variable 'b' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:930:0: style: The scope of the variable 'i__' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:931:26: style: The scope of the variable 't' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:931:29: style: The scope of the variable 'bm' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:931:33: style: The scope of the variable 'bp' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:963:25: style: The scope of the variable 'd__1' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:963:31: style: The scope of the variable 'd__2' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1167:23: style: The scope of the variable 'a' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1167:26: style: The scope of the variable 'b' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1167:29: style: The scope of the variable 'c__' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1167:34: style: The scope of the variable 'd__' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1171:23: style: The scope of the variable 'as' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1173:23: style: The scope of the variable 'bs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1173:31: style: The scope of the variable 'hs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1173:35: style: The scope of the variable 'sn' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1173:39: style: The scope of the variable 'rs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1173:43: style: The scope of the variable 'xs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1173:52: style: The scope of the variable 'asr' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1503:37: style: The scope of the variable 'd__3' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1511:23: style: The scope of the variable 'hkn' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1511:28: style: The scope of the variable 'hpk' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1511:70: style: The scope of the variable 'hkrn' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:1512:6: style: The scope of the variable 'qhrk' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/mvtdstpack.c:2210:0: style: The scope of the variable 'i__2' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:131:12: warning: Return value of function asin() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:295:48: warning: Return value of function sin() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:325:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:325:30: warning: Return value of function exp() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:368:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:489:12: warning: Return value of function acos() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:489:30: warning: Return value of function atan() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:489:48: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:541:12: warning: Return value of function acos() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:541:30: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:542:21: warning: Return value of function atan2() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:728:12: warning: Return value of function exp() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:804:12: warning: Return value of function asin() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:804:30: warning: Return value of function sin() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:804:47: warning: Return value of function exp() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:804:64: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:364:0: style: The scope of the variable 'i__1' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:434:23: style: The scope of the variable 't' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:706:23: style: The scope of the variable 'a' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:731:23: style: The scope of the variable 'b' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:732:0: style: The scope of the variable 'i__' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:733:26: style: The scope of the variable 't' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:733:29: style: The scope of the variable 'bm' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:733:33: style: The scope of the variable 'bp' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:808:23: style: The scope of the variable 'a' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:808:26: style: The scope of the variable 'b' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:808:29: style: The scope of the variable 'c__' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:808:34: style: The scope of the variable 'd__' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:812:23: style: The scope of the variable 'as' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:814:23: style: The scope of the variable 'bs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:814:31: style: The scope of the variable 'hs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:816:23: style: The scope of the variable 'sn' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:816:27: style: The scope of the variable 'rs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Distribution/tvpack.c:816:31: style: The scope of the variable 'xs' can be reduced. [variableScope]
openturns-1.9/lib/src/Uncertainty/Model/openturns/ConstantRandomVector.hxx:47:3: style: Class 'ConstantRandomVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/openturns/ConstantRandomVector.hxx:50:3: style: Class 'ConstantRandomVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/openturns/Distribution.hxx:53:3: style: Class 'Distribution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/openturns/Distribution.hxx:57:3: style: Class 'Distribution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/openturns/Distribution.hxx:61:3: style: Class 'Distribution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/openturns/Copula.hxx:46:3: style: Class 'Copula' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/openturns/Copula.hxx:49:3: style: Class 'Copula' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/openturns/Copula.hxx:52:3: style: Class 'Copula' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/openturns/Copula.hxx:56:3: style: Class 'Copula' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/openturns/CopulaImplementation.hxx:106:5: style: Struct 'QuantileWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/CopulaImplementation.cxx:153:3: style: Struct 'CopulaImplementationKendallTauWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/CopulaImplementation.cxx:220:3: style: Struct 'CopulaImplementationCovarianceWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openturns-1.9/lib/src/Uncertainty/Model/openturns/DistributionFactory.hxx:50:3: style: Class 'DistributionFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[13:27]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/o/openuniverse/openuniverse_1.0beta3.1+dfsg.orig.tar.gz
openuniverse-1.0beta3.1.orig/src/astrolib.cpp:632:2: style: Variable 'ca' is reassigned a value before the old one has been used. [redundantAssignment]
openuniverse-1.0beta3.1.orig/src/astrolib.cpp:626:2: note: Variable 'ca' is reassigned a value before the old one has been used.
openuniverse-1.0beta3.1.orig/src/astrolib.cpp:632:2: note: Variable 'ca' is reassigned a value before the old one has been used.
openuniverse-1.0beta3.1.orig/src/camera.cpp:32:6: style: The scope of the variable 'sat' can be reduced. [variableScope]
cfglex.l:67:18: style: The scope of the variable 'c' can be reduced. [variableScope]
/usr/share/bison.simple:333:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
/usr/share/bison.simple:335:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
/usr/share/bison.simple:333:24: warning: Obsolete function 'alloca' called. [allocaCalled]
/usr/share/bison.simple:335:26: warning: Obsolete function 'alloca' called. [allocaCalled]
openuniverse-1.0beta3.1.orig/src/comet.cpp:44:8: style: The scope of the variable 'a' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/comet.cpp:45:17: style: Variable 'quad' is assigned a value that is never used. [unreadVariable]
openuniverse-1.0beta3.1.orig/src/events.cpp:64:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'double *'. [invalidScanfArgType_int]
openuniverse-1.0beta3.1.orig/src/events.cpp:64:5: warning: sscanf format string requires 1 parameter but 3 are given. [wrongPrintfScanfArgNum]
openuniverse-1.0beta3.1.orig/src/events.cpp:66:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'double *'. [invalidScanfArgType_int]
openuniverse-1.0beta3.1.orig/src/events.cpp:66:5: warning: sscanf format string requires 1 parameter but 3 are given. [wrongPrintfScanfArgNum]
openuniverse-1.0beta3.1.orig/src/events.cpp:68:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'double *'. [invalidScanfArgType_int]
openuniverse-1.0beta3.1.orig/src/events.cpp:68:5: warning: sscanf format string requires 1 parameter but 3 are given. [wrongPrintfScanfArgNum]
openuniverse-1.0beta3.1.orig/src/events.cpp:70:4: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned char *'. [invalidScanfArgType_int]
openuniverse-1.0beta3.1.orig/src/events.cpp:37:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
openuniverse-1.0beta3.1.orig/src/events.cpp:34:0: note: Variable 'f' is reassigned a value before the old one has been used.
openuniverse-1.0beta3.1.orig/src/events.cpp:37:2: note: Variable 'f' is reassigned a value before the old one has been used.
openuniverse-1.0beta3.1.orig/src/events.cpp:93:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
openuniverse-1.0beta3.1.orig/src/events.cpp:89:0: note: Variable 'f' is reassigned a value before the old one has been used.
openuniverse-1.0beta3.1.orig/src/events.cpp:93:2: note: Variable 'f' is reassigned a value before the old one has been used.
openuniverse-1.0beta3.1.orig/src/flares.cpp:34:17: style: The scope of the variable 'image' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/flares.cpp:116:35: style: The scope of the variable 'brightness' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/font.cpp:65:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/info.cpp:47:25: warning: Either the condition 'i>3141' is redundant or the array 'stars[3141]' is accessed at index 3141, which is out of bounds. [arrayIndexOutOfBoundsCond]
openuniverse-1.0beta3.1.orig/src/info.cpp:45:10: note: Assuming that condition 'i>3141' is not redundant
openuniverse-1.0beta3.1.orig/src/info.cpp:47:25: note: Array index out of bounds
openuniverse-1.0beta3.1.orig/src/info.cpp:48:13: warning: Either the condition 'i>3141' is redundant or the array 'stars[3141]' is accessed at index 3141, which is out of bounds. [arrayIndexOutOfBoundsCond]
openuniverse-1.0beta3.1.orig/src/info.cpp:45:10: note: Assuming that condition 'i>3141' is not redundant
openuniverse-1.0beta3.1.orig/src/info.cpp:48:13: note: Array index out of bounds
openuniverse-1.0beta3.1.orig/src/info.cpp:34:9: style: The scope of the variable 'x' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/info.cpp:34:12: style: The scope of the variable 'y' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:121:16: style: The scope of the variable 'j' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:123:7: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:346:12: style: The scope of the variable 'k' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:346:27: style: The scope of the variable 'tex' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:482:32: style: The scope of the variable 'current' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:707:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:707:12: style: The scope of the variable 'current' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:777:8: style: The scope of the variable 'a' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:777:11: style: The scope of the variable 'b' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:777:14: style: The scope of the variable 'c' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:777:17: style: The scope of the variable 'xo' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:777:21: style: The scope of the variable 'yo' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:777:25: style: The scope of the variable 'zo' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:777:29: style: The scope of the variable 'xd' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:777:33: style: The scope of the variable 'yd' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:777:37: style: The scope of the variable 'zd' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:809:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:809:12: style: The scope of the variable 'current' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:875:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:875:12: style: The scope of the variable 'current' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/init.cpp:1263:7: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/keyboard.cpp:335:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openuniverse-1.0beta3.1.orig/src/keyboard.cpp:267:7: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
lex.cfg.c:1381:54: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
openuniverse-1.0beta3.1.orig/src/lex.cfg.cpp:291:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.cfg.c:1381:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
openuniverse-1.0beta3.1.orig/src/messier.cpp:35:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
openuniverse-1.0beta3.1.orig/src/messier.cpp:29:0: note: Variable 'f' is reassigned a value before the old one has been used.
openuniverse-1.0beta3.1.orig/src/messier.cpp:35:2: note: Variable 'f' is reassigned a value before the old one has been used.
openuniverse-1.0beta3.1.orig/src/messier.cpp:30:8: style: The scope of the variable 'dimension' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/messier.cpp:32:17: style: The scope of the variable 'image' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/messier.cpp:48:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openuniverse-1.0beta3.1.orig/src/milkyway.cpp:29:7: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/mouse.cpp:37:16: style: The scope of the variable 'v1' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/ou.cpp:157:9: style: The scope of the variable 'rad' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/ou.cpp:157:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/positions.cpp:40:22: style: The scope of the variable 'delta' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/radar.cpp:66:11: warning: Redundant assignment of 'pos[Y]' to itself. [selfAssignment]
openuniverse-1.0beta3.1.orig/src/rings.cpp:51:9: style: The scope of the variable 'b' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/stars.cpp:160:3: style: Variable 'dimension' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openuniverse-1.0beta3.1.orig/src/stars.cpp:159:3: note: Variable 'dimension' is reassigned a value before the old one has been used if variable is no semaphore variable.
openuniverse-1.0beta3.1.orig/src/stars.cpp:160:3: note: Variable 'dimension' is reassigned a value before the old one has been used if variable is no semaphore variable.
openuniverse-1.0beta3.1.orig/src/stars.cpp:27:7: style: The scope of the variable 'datapath' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/stars.cpp:30:15: style: The scope of the variable 'dimension' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/stars.cpp:30:35: style: The scope of the variable 'magnitude' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:82:11: style: The scope of the variable 'b1' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:82:15: style: The scope of the variable 'b2' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:95:11: style: The scope of the variable 'b1' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:95:15: style: The scope of the variable 'b2' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:95:19: style: The scope of the variable 'b3' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:95:23: style: The scope of the variable 'b4' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:116:6: style: The scope of the variable 'x' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:184:17: style: The scope of the variable 'iPtr' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:184:24: style: The scope of the variable 'oPtr' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:184:30: style: The scope of the variable 'pixel' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:185:6: style: The scope of the variable 'count' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/texture.cpp:244:3: error: Memory leak: base [memleak]
openuniverse-1.0beta3.1.orig/src/texture.cpp:244:3: error: Memory leak: rbuf [memleak]
openuniverse-1.0beta3.1.orig/src/texture.cpp:244:3: error: Memory leak: gbuf [memleak]
openuniverse-1.0beta3.1.orig/src/texture.cpp:244:3: error: Memory leak: bbuf [memleak]
openuniverse-1.0beta3.1.orig/src/texture.cpp:244:3: error: Memory leak: abuf [memleak]
openuniverse-1.0beta3.1.orig/src/util.cpp:149:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/util.cpp:149:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openuniverse-1.0beta3.1.orig/src/util.cpp:149:12: style: The scope of the variable 'k' can be reduced. [variableScope]
[13:27]

ftp://ftp.se.debian.org/debian/pool/main/o/openvanilla-modules/openvanilla-modules_0.9.0a1.3+dfsg1.orig.tar.gz
openvanilla-modules-0.9.0a1.3/Modules/OVIMGeneric/OVIMGeneric.cpp:134:14: warning: Member variable 'OVIMGeneric::cfgMaxSeqLen' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/OVIMGeneric/OVIMGeneric.cpp:134:14: warning: Member variable 'OVIMGeneric::cfgBeep' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/OVIMGeneric/OVIMGeneric.cpp:134:14: warning: Member variable 'OVIMGeneric::cfgAutoCompose' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/OVIMGeneric/OVIMGeneric.cpp:134:14: warning: Member variable 'OVIMGeneric::cfgHitMaxAndCompose' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/OVIMGeneric/OVIMGeneric.cpp:134:14: warning: Member variable 'OVIMGeneric::cfgMatchOneChar' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/OVIMGeneric/OVIMGeneric.cpp:134:14: warning: Member variable 'OVIMGeneric::cfgMatchZeroOrMoreChar' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/OVIMGeneric/OVIMGeneric.cpp:134:14: warning: Member variable 'OVIMGeneric::doShiftSelKey' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/OVIMGeneric/OVIMGeneric.h:64:5: style: Class 'GenericKeySequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvanilla-modules-0.9.0a1.3/Modules/OVIMGeneric/OVIMGeneric.h:103:5: style: Class 'OVIMGeneric' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCIN.cpp:179:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCIN.cpp:212:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCIN.h:65:14: style: Technically the member function '_OVCIN::CmpPair::operator()' can be const. [functionConst]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCIN.h:88:5: style: Class 'OVCIN' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVFileHandler.h:59:2: style: Class 'OVFileHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCIN.cpp:120:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCINInfo.h:46:5: style: 'OVCINInfo::operator=' should return 'OVCINInfo &'. [operatorEq]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCINInfo.cpp:106:5: performance: Variable 'pathsep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCINInfo.h:70:12: style: Technically the member function 'OVCINList::count' can be const. [functionConst]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCINInfo.h:71:22: style: Technically the member function 'OVCINList::cinInfo' can be const. [functionConst]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCINInfo.h:67:5: style: Class 'OVCINList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCandidateList.h:50:5: warning: Member variable 'OVCandidateList::selkey' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCandidateList.h:50:5: warning: Member variable 'OVCandidateList::count' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCandidateList.h:50:5: warning: Member variable 'OVCandidateList::perpage' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCandidateList.h:50:5: warning: Member variable 'OVCandidateList::pos' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVCandidateList.h:50:5: warning: Member variable 'OVCandidateList::list' is not initialized in the constructor. [uninitMemberVar]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVFileHandler.h:62:7: style: Technically the member function 'OVFileHandler::isOpenedByMMAP' can be const. [functionConst]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVFileHandler.cpp:56:21: note: Technically the member function 'OVFileHandler::isOpenedByMMAP' can be const.
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVFileHandler.h:62:7: note: Technically the member function 'OVFileHandler::isOpenedByMMAP' can be const.
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:486:8: style: Redundant condition: If 'i > 21', the comparison 'i' is always true. [redundantCondition]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:489:8: style: Redundant condition: If 'i > 13', the comparison 'i' is always true. [redundantCondition]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:491:8: style: Redundant condition: If 'i > 4', the comparison 'i' is always true. [redundantCondition]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:44:27: style: C-style pointer casting [cstyleCast]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:66:11: style: C-style pointer casting [cstyleCast]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:73:27: style: C-style pointer casting [cstyleCast]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.h:47:9: style: Technically the member function 'OVPhoneticSyllable::layout' can be const. [functionConst]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:104:25: note: Technically the member function 'OVPhoneticSyllable::layout' can be const.
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.h:47:9: note: Technically the member function 'OVPhoneticSyllable::layout' can be const.
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.h:50:9: style: Technically the member function 'OVPhoneticSyllable::empty' can be const. [functionConst]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:114:25: note: Technically the member function 'OVPhoneticSyllable::empty' can be const.
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.h:50:9: note: Technically the member function 'OVPhoneticSyllable::empty' can be const.
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.h:51:9: style: Technically the member function 'OVPhoneticSyllable::isComposeKey' can be const. [functionConst]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:120:25: note: Technically the member function 'OVPhoneticSyllable::isComposeKey' can be const.
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.h:51:9: note: Technically the member function 'OVPhoneticSyllable::isComposeKey' can be const.
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.h:53:9: style: Technically the member function 'OVPhoneticSyllable::isValidKey' can be const. [functionConst]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:132:25: note: Technically the member function 'OVPhoneticSyllable::isValidKey' can be const.
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.h:53:9: note: Technically the member function 'OVPhoneticSyllable::isValidKey' can be const.
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:53:9: style: Technically the member function 'OVPhoneticData::maxCandidiateStringLength' can be const. [functionConst]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.h:45:5: style: Class 'OVPhoneticSyllable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:51:5: style: Struct 'OVPhoneticData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvanilla-modules-0.9.0a1.3/Modules/SharedLibrary/OVPhoneticLib.cpp:197:16: error: Mismatching allocation and deallocation: s [mismatchAllocDealloc]
[13:27]

ftp://ftp.se.debian.org/debian/pool/main/o/openvas-cli/openvas-cli_1.4.5.orig.tar.gz
openvas-cli-1.4.5/nagios/check_omp.c:1251:19: style: The scope of the variable 'high_count' can be reduced. [variableScope]
openvas-cli-1.4.5/nagios/check_omp.c:1252:19: style: The scope of the variable 'medium_count' can be reduced. [variableScope]
openvas-cli-1.4.5/nagios/check_omp.c:1253:19: style: The scope of the variable 'low_count' can be reduced. [variableScope]
[13:27]

ftp://ftp.se.debian.org/debian/pool/main/o/openvas-libraries/openvas-libraries_9.0.2.orig.tar.gz
gvm-libs-9.0.2/base/gpgme_util.c:255:3: style: Variable 'envdir' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/base/gpgme_util.c:253:0: note: Variable 'envdir' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/base/gpgme_util.c:255:3: note: Variable 'envdir' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/base/kb_redis.c:205:3: style: Variable 'rep' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/base/kb_redis.c:203:0: note: Variable 'rep' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/base/kb_redis.c:205:3: note: Variable 'rep' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/base/kb_redis.c:451:15: style: The scope of the variable 'rep' can be reduced. [variableScope]
gvm-libs-9.0.2/base/kb_redis.c:1088:15: style: The scope of the variable 'rep' can be reduced. [variableScope]
gvm-libs-9.0.2/base/pwpolicy.c:185:10: style: The scope of the variable 'len' can be reduced. [variableScope]
gvm-libs-9.0.2/base/pwpolicy.c:373:10: style: The scope of the variable 'len' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/arglists.c:284:15: style: The scope of the variable 'spaces' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/ids_send.c:705:3: style: Variable 'dst6' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/misc/ids_send.c:696:0: note: Variable 'dst6' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/ids_send.c:705:3: note: Variable 'dst6' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/ids_send.c:540:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/ids_send.c:544:7: style: The scope of the variable 'e' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/ids_send.c:545:18: style: The scope of the variable 'packet' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/ids_send.c:547:8: style: The scope of the variable 'hostname' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/ids_send.c:700:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/ids_send.c:702:8: style: The scope of the variable 'hostname' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/ids_send.c:115:13: style: union member 'Anonymous0::ip6_un2_vfc' is never used. [unusedStructMember]
gvm-libs-9.0.2/misc/network.c:597:12: style: The scope of the variable 'err' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/network.c:1177:18: style: The scope of the variable 'flag' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/network.c:1184:7: style: The scope of the variable 'select_status' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/network.c:1362:23: style: The scope of the variable 'fp' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/network.c:2217:7: style: The scope of the variable 'e' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/network.c:2236:7: style: The scope of the variable 'e' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/network.c:267:34: style: Function 'openvas_register_connection' argument 1 names different: declaration 's' definition 'soc'. [funcArgNamesDifferent]
gvm-libs-9.0.2/misc/network.h:107:38: note: Function 'openvas_register_connection' argument 1 names different: declaration 's' definition 'soc'.
gvm-libs-9.0.2/misc/network.c:267:34: note: Function 'openvas_register_connection' argument 1 names different: declaration 's' definition 'soc'.
gvm-libs-9.0.2/misc/network.c:1571:40: style: Function 'write_stream_connection' argument 2 names different: declaration 'buf' definition 'buf0'. [funcArgNamesDifferent]
gvm-libs-9.0.2/misc/network.h:81:41: note: Function 'write_stream_connection' argument 2 names different: declaration 'buf' definition 'buf0'.
gvm-libs-9.0.2/misc/network.c:1571:40: note: Function 'write_stream_connection' argument 2 names different: declaration 'buf' definition 'buf0'.
gvm-libs-9.0.2/misc/network.c:276:7: portability: Undefined behaviour, when 'fd-1000000' is -1000000 the pointer arithmetic 'connections+(fd-1000000)' is out of bounds. [pointerOutOfBounds]
gvm-libs-9.0.2/misc/network.c:1050:8: portability: Undefined behaviour, when 'fd-1000000' is -1000000 the pointer arithmetic 'connections+(fd-1000000)' is out of bounds. [pointerOutOfBounds]
gvm-libs-9.0.2/misc/openvas_auth.c:246:3: style: Variable 'seed_hex' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/misc/openvas_auth.c:238:0: note: Variable 'seed_hex' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/openvas_auth.c:246:3: note: Variable 'seed_hex' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/openvas_auth.c:247:3: style: Variable 'seed_pass' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/misc/openvas_auth.c:239:0: note: Variable 'seed_pass' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/openvas_auth.c:247:3: note: Variable 'seed_pass' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/openvas_auth.c:249:3: style: Variable 'hash_hex' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/misc/openvas_auth.c:241:0: note: Variable 'hash_hex' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/openvas_auth.c:249:3: note: Variable 'hash_hex' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/openvas_auth.c:251:3: style: Variable 'hashes_out' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/misc/openvas_auth.c:242:0: note: Variable 'hashes_out' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/openvas_auth.c:251:3: note: Variable 'hashes_out' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/openvas_logging.c:191:22: style: The scope of the variable 'log_domain_entry' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/openvas_logging.c:301:22: style: The scope of the variable 'log_domain_entry' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/openvas_logging.c:745:22: style: The scope of the variable 'log_domain_entry' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:1194:11: style: Variable 'myhostent' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/misc/pcap.c:1191:0: note: Variable 'myhostent' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/pcap.c:1194:11: note: Variable 'myhostent' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/pcap.c:1413:11: style: Variable 'myhostent' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/misc/pcap.c:1411:0: note: Variable 'myhostent' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/pcap.c:1413:11: note: Variable 'myhostent' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/misc/pcap.c:184:8: style: The scope of the variable 'hostname' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:485:15: style: The scope of the variable 'badrandomwarning' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:487:7: style: The scope of the variable 'res' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:491:10: style: The scope of the variable 'iptr' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:552:24: style: The scope of the variable 's6addr' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:554:7: style: The scope of the variable 'numinterfaces' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:556:7: style: The scope of the variable 'family' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:636:9: style: The scope of the variable 'p' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:640:23: style: The scope of the variable 'sin' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:829:7: style: The scope of the variable 'i' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:831:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:832:9: style: The scope of the variable 'p' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:833:8: style: The scope of the variable 'iface' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:835:17: style: The scope of the variable 'dest' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:837:17: style: The scope of the variable 'mask' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:838:17: style: The scope of the variable 'ones' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:951:7: style: The scope of the variable 'i' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:951:10: style: The scope of the variable 'j' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:952:7: style: The scope of the variable 'len' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:956:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:958:8: style: The scope of the variable 'iface' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:960:8: style: The scope of the variable 'v6addr' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:961:9: style: The scope of the variable 'token' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:962:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:1252:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:1261:9: style: The scope of the variable 'p' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:1262:8: style: The scope of the variable 'iface' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:1264:9: style: The scope of the variable 'routez' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:1265:8: style: The scope of the variable 'match' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:1266:17: style: The scope of the variable 'bestmatch' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/pcap.c:866:11: warning: The buffer 'iface' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
gvm-libs-9.0.2/misc/pcap.c:1298:15: warning: The buffer 'iface' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
gvm-libs-9.0.2/misc/plugutils.c:91:11: style: The scope of the variable 'new' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/plugutils.c:311:18: style: The scope of the variable 'tag_prefix' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/plugutils.c:346:18: style: The scope of the variable 'tag_prefix' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/plugutils.c:921:7: style: The scope of the variable 'open21' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/plugutils.c:921:19: style: The scope of the variable 'open80' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/plugutils.c:924:7: style: The scope of the variable 'num_candidates' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/plugutils.c:931:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/plugutils.c:932:13: style: The scope of the variable 's' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/popen.c:38:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
gvm-libs-9.0.2/misc/www_funcs.c:93:24: style: The scope of the variable 'abs_URI_host' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/charcnv.c:443:40: style: Function 'convert_string_ntlmssp' argument 7 names different: declaration 'allow_badcharcnv' definition 'allow_bad_conv'. [funcArgNamesDifferent]
gvm-libs-9.0.2/nasl/charcnv.c:65:66: note: Function 'convert_string_ntlmssp' argument 7 names different: declaration 'allow_badcharcnv' definition 'allow_bad_conv'.
gvm-libs-9.0.2/nasl/charcnv.c:443:40: note: Function 'convert_string_ntlmssp' argument 7 names different: declaration 'allow_badcharcnv' definition 'allow_bad_conv'.
gvm-libs-9.0.2/nasl/exec.c:112:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
gvm-libs-9.0.2/nasl/exec.c:111:25: note: outer condition: warn
gvm-libs-9.0.2/nasl/exec.c:112:13: note: identical inner condition: warn
gvm-libs-9.0.2/nasl/exec.c:1257:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
gvm-libs-9.0.2/nasl/exec.c:1547:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
gvm-libs-9.0.2/nasl/exec.c:1567:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
gvm-libs-9.0.2/nasl/md5.c:31:12: style: The scope of the variable 't' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/md5.c:44:33: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
gvm-libs-9.0.2/nasl/md5.h:52:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
gvm-libs-9.0.2/nasl/md5.c:44:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
gvm-libs-9.0.2/nasl/md5.c:59:35: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
gvm-libs-9.0.2/nasl/md5.h:53:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
gvm-libs-9.0.2/nasl/md5.c:59:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
gvm-libs-9.0.2/nasl/md5.c:107:60: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
gvm-libs-9.0.2/nasl/md5.h:55:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
gvm-libs-9.0.2/nasl/md5.c:107:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
gvm-libs-9.0.2/nasl/nasl-lint.c:48:3: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl-lint.c:43:0: note: Variable 'file' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl-lint.c:48:3: note: Variable 'file' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl-lint.c:49:3: style: Variable 'fis' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl-lint.c:44:0: note: Variable 'fis' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl-lint.c:49:3: note: Variable 'fis' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl.c:158:10: style: The scope of the variable 'default_target' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:2297:32: warning: Either the condition 'p?banner:NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:2299:61: note: Assuming that condition 'p?banner:NULL' is not redundant
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:2297:32: note: Null pointer dereference
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:2298:28: warning: Either the condition 'p?banner:NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:2299:61: note: Assuming that condition 'p?banner:NULL' is not redundant
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:2298:28: note: Null pointer dereference
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:1255:3: style: Variable 'norm' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:1248:0: note: Variable 'norm' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:1255:3: note: Variable 'norm' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:1570:11: style: Variable 'bannerHex' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:1552:0: note: Variable 'bannerHex' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:1570:11: note: Variable 'bannerHex' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:456:8: style: The scope of the variable 'ban' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:469:8: style: The scope of the variable 'ban' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:482:8: style: The scope of the variable 'ban' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:1111:8: style: The scope of the variable 'ban' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:1125:8: style: The scope of the variable 'ban' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:1138:8: style: The scope of the variable 'ban' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:1573:22: style: The scope of the variable 'c1' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:1573:26: style: The scope of the variable 'c2' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_find_service.c:2611:11: style: The scope of the variable 'j' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:262:26: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR' is always true. [redundantCondition]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:265:31: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR' is always true. [redundantCondition]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:356:28: style: Condition 'scanned_ports<65535' is always true [knownConditionTrueFalse]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:216:19: note: Assignment 'scanned_ports=0', assigned value is 0
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:356:28: note: Condition 'scanned_ports<65535' is always true
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:1324:20: style: Condition 'max_sys_fd<=0' is always true [knownConditionTrueFalse]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:1288:69: note: Assignment 'max_sys_fd=0', assigned value is 0
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:1324:20: note: Condition 'max_sys_fd<=0' is always true
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:1324:20: style: Same expression on both sides of '<=' because the value of 'max_sys_fd' and '0' are the same. [duplicateExpression]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:1288:69: note: 'max_sys_fd' is assigned value '0' here.
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:1324:20: note: Same expression on both sides of '<=' because the value of 'max_sys_fd' and '0' are the same.
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:250:10: style: The scope of the variable 'po1' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:250:15: style: The scope of the variable 'po2' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:630:12: style: The scope of the variable 'em' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:630:16: style: The scope of the variable 'moy' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:1209:15: style: The scope of the variable 'sd' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:1209:26: style: The scope of the variable 'emax' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_openvas_tcp_scanner.c:1276:38: style: The scope of the variable 'x' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_builtin_synscan.c:616:9: style: The scope of the variable 'res' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_cmd_exec.c:71:16: style: The scope of the variable 'sz' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_cmd_exec.c:71:20: style: The scope of the variable 'sz2' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_cmd_exec.c:72:42: style: The scope of the variable 'buf' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_cmd_exec.c:375:15: style: The scope of the variable 'x' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_crypto.c:746:3: style: Variable 'encrypted_session_key' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto.c:745:0: note: Variable 'encrypted_session_key' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto.c:746:3: note: Variable 'encrypted_session_key' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto.c:848:26: style: The scope of the variable 'val' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_crypto.c:895:32: style: The scope of the variable 'val_user' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_crypto.c:896:36: style: The scope of the variable 'val_domain' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_crypto.c:415:17: portability: 'lseed' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
gvm-libs-9.0.2/nasl/nasl_crypto.c:430:19: portability: 'tmp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
gvm-libs-9.0.2/nasl/nasl_crypto.c:485:27: portability: 'secret' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
gvm-libs-9.0.2/nasl/nasl_crypto.c:595:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
gvm-libs-9.0.2/nasl/nasl_crypto.c:601:15: portability: 'ret' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:178:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:175:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:178:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:216:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:212:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:216:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:222:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:213:0: note: Variable 'key' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:222:3: note: Variable 'key' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:260:3: style: Variable 'priv' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:253:0: note: Variable 'priv' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:260:3: note: Variable 'priv' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:264:3: style: Variable 'passphrase' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:253:0: note: Variable 'passphrase' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:264:3: note: Variable 'passphrase' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:303:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:298:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:303:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:306:3: style: Variable 'privkey' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:299:0: note: Variable 'privkey' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:306:3: note: Variable 'privkey' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:472:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:469:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:472:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:520:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:515:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:520:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:569:3: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:566:0: note: Variable 'child' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:569:3: note: Variable 'child' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:845:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:840:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:845:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:989:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:982:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:989:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1056:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1050:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1056:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1148:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1140:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1148:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1261:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1253:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1261:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1265:3: style: Variable 'enckey' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1254:0: note: Variable 'enckey' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1265:3: note: Variable 'enckey' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1269:3: style: Variable 'iv' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1254:0: note: Variable 'iv' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1269:3: note: Variable 'iv' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1273:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1254:0: note: Variable 'data' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1273:3: note: Variable 'data' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1443:24: style: Checking if unsigned variable 'datalen' is less than zero. [unsignedLessThanZero]
gvm-libs-9.0.2/nasl/nasl_crypto2.c:1443:47: style: Checking if unsigned variable 'keylen' is less than zero. [unsignedLessThanZero]
gvm-libs-9.0.2/nasl/nasl_func.c:165:3: style: Variable 'lexic2' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_func.c:154:0: note: Variable 'lexic2' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_func.c:165:3: note: Variable 'lexic2' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_func.c:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_func.c:357:7: style: The scope of the variable 'i' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_host.c:176:8: style: The scope of the variable 'hostname' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_host.c:280:14: style: The scope of the variable 'retc' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_init.c:654:14: style: The scope of the variable 'pf' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_isotime.c:622:7: style: The scope of the variable 'datalen' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_isotime.c:285:7: error: Array 'timebuf[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
gvm-libs-9.0.2/nasl/nasl_isotime.c:687:16: note: Array 'timebuf[16]' accessed at index 16, which is out of bounds.
gvm-libs-9.0.2/nasl/nasl_isotime.c:285:7: note: Array 'timebuf[16]' accessed at index 16, which is out of bounds.
gvm-libs-9.0.2/nasl/nasl_isotime.c:287:15: error: Array 'timebuf[16]' accessed at index 17, which is out of bounds. [arrayIndexOutOfBounds]
gvm-libs-9.0.2/nasl/nasl_isotime.c:687:16: note: Array 'timebuf[16]' accessed at index 17, which is out of bounds.
gvm-libs-9.0.2/nasl/nasl_isotime.c:287:15: note: Array 'timebuf[16]' accessed at index 17, which is out of bounds.
gvm-libs-9.0.2/nasl/nasl_isotime.c:288:15: error: Array 'timebuf[16]' accessed at index 18, which is out of bounds. [arrayIndexOutOfBounds]
gvm-libs-9.0.2/nasl/nasl_isotime.c:687:16: note: Array 'timebuf[16]' accessed at index 18, which is out of bounds.
gvm-libs-9.0.2/nasl/nasl_isotime.c:288:15: note: Array 'timebuf[16]' accessed at index 18, which is out of bounds.
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:162:36: style: Redundant condition: If 'n <= 0', the comparison 'n != 3' is always true. [redundantCondition]
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:386:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:379:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:386:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:455:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:449:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:455:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:506:3: style: Variable 'retc' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:500:0: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:506:3: note: Variable 'retc' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:922:3: style: Variable 'hostname' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:917:0: note: Variable 'hostname' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:922:3: note: Variable 'hostname' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:216:7: style: The scope of the variable 'soc' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:258:7: style: The scope of the variable 'soc' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:451:22: style: The scope of the variable 'v2' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:773:15: style: The scope of the variable 'a' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:964:15: style: Checking if unsigned variable 'datalen' is less than zero. [unsignedLessThanZero]
gvm-libs-9.0.2/nasl/nasl_misc_funcs.c:990:15: style: Checking if unsigned variable 'datalen' is less than zero. [unsignedLessThanZero]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:751:11: style: The scope of the variable 'j' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:842:14: style: The scope of the variable 'retc' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:1122:11: style: The scope of the variable 'j' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:1150:14: style: The scope of the variable 'ip_icmp' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:1152:16: style: The scope of the variable 'icmp' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:1153:16: style: The scope of the variable 'p' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:1154:7: style: The scope of the variable 'len' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:1155:11: style: The scope of the variable 'pkt' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:1156:7: style: The scope of the variable 't' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:1633:15: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:1634:7: style: The scope of the variable 'is_ip' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:1769:15: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery.c:1770:7: style: The scope of the variable 'is_ip' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:1612:61: style: Same expression on both sides of '|' because the value of 'fl' and 'tc' are the same. [duplicateExpression]
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:1611:44: note: 'fl' is assigned value '0' here.
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:1611:36: note: 'tc' is assigned value '0' here.
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:1612:61: note: Same expression on both sides of '|' because the value of 'fl' and 'tc' are the same.
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:742:11: style: The scope of the variable 'j' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:843:14: style: The scope of the variable 'retc' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:1119:11: style: The scope of the variable 'j' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:1169:15: style: The scope of the variable 'size' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:1169:25: style: The scope of the variable 'sz' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:1176:16: style: The scope of the variable 'p' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:1177:7: style: The scope of the variable 'len' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:1178:11: style: The scope of the variable 'pkt' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_packet_forgery_v6.c:1179:7: style: The scope of the variable 't' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_scanner_glue.c:107:10: style: The scope of the variable 'oid' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_scanner_glue.c:414:9: style: The scope of the variable 'port' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_scanner_glue.c:434:9: style: The scope of the variable 'port' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_scanner_glue.c:470:14: style: The scope of the variable 'retc' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_smb.c:206:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
gvm-libs-9.0.2/nasl/nasl_smb.c:204:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_smb.c:206:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
gvm-libs-9.0.2/nasl/nasl_ssh.c:804:7: style: The scope of the variable 'tbl_slot' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_ssh.c:966:12: style: The scope of the variable 'kb' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_ssh.c:705:20: error: Array 'session_table[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
gvm-libs-9.0.2/nasl/nasl_ssh.c:773:3: note: After for loop, tbl_slot has value 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:783:27: note: Calling function 'do_nasl_ssh_disconnect', 1st argument 'tbl_slot' value is 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:705:20: note: Array index out of bounds
gvm-libs-9.0.2/nasl/nasl_ssh.c:707:32: error: Array 'session_table[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
gvm-libs-9.0.2/nasl/nasl_ssh.c:773:3: note: After for loop, tbl_slot has value 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:783:27: note: Calling function 'do_nasl_ssh_disconnect', 1st argument 'tbl_slot' value is 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:707:32: note: Array index out of bounds
gvm-libs-9.0.2/nasl/nasl_ssh.c:708:26: error: Array 'session_table[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
gvm-libs-9.0.2/nasl/nasl_ssh.c:773:3: note: After for loop, tbl_slot has value 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:783:27: note: Calling function 'do_nasl_ssh_disconnect', 1st argument 'tbl_slot' value is 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:708:26: note: Array index out of bounds
gvm-libs-9.0.2/nasl/nasl_ssh.c:709:16: error: Array 'session_table[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
gvm-libs-9.0.2/nasl/nasl_ssh.c:773:3: note: After for loop, tbl_slot has value 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:783:27: note: Calling function 'do_nasl_ssh_disconnect', 1st argument 'tbl_slot' value is 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:709:16: note: Array index out of bounds
gvm-libs-9.0.2/nasl/nasl_ssh.c:710:16: error: Array 'session_table[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
gvm-libs-9.0.2/nasl/nasl_ssh.c:773:3: note: After for loop, tbl_slot has value 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:783:27: note: Calling function 'do_nasl_ssh_disconnect', 1st argument 'tbl_slot' value is 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:710:16: note: Array index out of bounds
gvm-libs-9.0.2/nasl/nasl_ssh.c:711:16: error: Array 'session_table[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
gvm-libs-9.0.2/nasl/nasl_ssh.c:773:3: note: After for loop, tbl_slot has value 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:783:27: note: Calling function 'do_nasl_ssh_disconnect', 1st argument 'tbl_slot' value is 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:711:16: note: Array index out of bounds
gvm-libs-9.0.2/nasl/nasl_ssh.c:712:16: error: Array 'session_table[10]' accessed at index 10, which is out of bounds. [arrayIndexOutOfBounds]
gvm-libs-9.0.2/nasl/nasl_ssh.c:773:3: note: After for loop, tbl_slot has value 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:783:27: note: Calling function 'do_nasl_ssh_disconnect', 1st argument 'tbl_slot' value is 10
gvm-libs-9.0.2/nasl/nasl_ssh.c:712:16: note: Array index out of bounds
gvm-libs-9.0.2/nasl/nasl_text_utils.c:54:11: style: The scope of the variable 'typ' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_text_utils.c:148:11: style: The scope of the variable 'typ' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_text_utils.c:276:9: style: The scope of the variable 's' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_text_utils.c:1181:14: style: The scope of the variable 'r' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_text_utils.c:1280:25: style: The scope of the variable 'c' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_text_utils.c:1282:23: style: The scope of the variable 'l' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_text_utils.c:870:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
gvm-libs-9.0.2/nasl/nasl_tree.c:130:15: style: The scope of the variable 'a' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_var.c:242:14: style: The scope of the variable 'tc' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_var.c:1365:18: style: The scope of the variable 'av' can be reduced. [variableScope]
gvm-libs-9.0.2/nasl/nasl_wmi.c:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
gvm-libs-9.0.2/omp/omp.c:954:24: style: The scope of the variable 'id' can be reduced. [variableScope]
gvm-libs-9.0.2/omp/omp.c:119:27: style: Function 'omp_task_status' argument 1 names different: declaration 'status_response' definition 'response'. [funcArgNamesDifferent]
gvm-libs-9.0.2/omp/omp.h:274:39: note: Function 'omp_task_status' argument 1 names different: declaration 'status_response' definition 'response'.
gvm-libs-9.0.2/omp/omp.c:119:27: note: Function 'omp_task_status' argument 1 names different: declaration 'status_response' definition 'response'.
gvm-libs-9.0.2/omp/xml.c:265:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
gvm-libs-9.0.2/omp/xml.c:263:24: note: outer condition: *values
gvm-libs-9.0.2/omp/xml.c:265:15: note: identical inner condition: *values
gvm-libs-9.0.2/omp/xml.c:700:41: style: Same expression on both sides of '||'. [duplicateExpression]
gvm-libs-9.0.2/omp/xml.c:1220:48: style: Function 'print_entity_format' argument 2 names different: declaration 'indentation' definition 'indent'. [funcArgNamesDifferent]
gvm-libs-9.0.2/omp/xml.h:87:46: note: Function 'print_entity_format' argument 2 names different: declaration 'indentation' definition 'indent'.
gvm-libs-9.0.2/omp/xml.c:1220:48: note: Function 'print_entity_format' argument 2 names different: declaration 'indentation' definition 'indent'.
gvm-libs-9.0.2/osp/osp.c:278:12: style: The scope of the variable 'string' can be reduced. [variableScope]
[13:27]

ftp://ftp.se.debian.org/debian/pool/main/o/openvas-manager/openvas-manager_7.0.3.orig.tar.gz
gvm-7.0.3/src/lsc_crypt.c:623:22: style: The scope of the variable 'value' can be reduced. [variableScope]
gvm-7.0.3/src/lsc_crypt.c:624:10: style: The scope of the variable 'len' can be reduced. [variableScope]
gvm-7.0.3/src/manage.c:9048:15: style: Condition 'forked' is always false [knownConditionTrueFalse]
gvm-7.0.3/src/manage.c:8969:12: note: Assignment 'forked=0', assigned value is 0
gvm-7.0.3/src/manage.c:9048:15: note: Condition 'forked' is always false
gvm-7.0.3/src/manage.c:176:23: style: The scope of the variable 'cert_end' can be reduced. [variableScope]
gvm-7.0.3/src/manage.c:1506:21: style: The scope of the variable 'uuid' can be reduced. [variableScope]
gvm-7.0.3/src/manage.c:3814:9: style: The scope of the variable 'ssh_port' can be reduced. [variableScope]
gvm-7.0.3/src/manage.c:3815:15: style: The scope of the variable 'user' can be reduced. [variableScope]
gvm-7.0.3/src/manage.c:3815:22: style: The scope of the variable 'pass' can be reduced. [variableScope]
gvm-7.0.3/src/manage.c:7671:14: style: The scope of the variable 'tag_name_esc' can be reduced. [variableScope]
gvm-7.0.3/src/manage.c:7671:29: style: The scope of the variable 'tag_value_esc' can be reduced. [variableScope]
gvm-7.0.3/src/manage.c:7671:45: style: The scope of the variable 'tag_comment_esc' can be reduced. [variableScope]
gvm-7.0.3/src/manage.c:9197:16: style: The scope of the variable 'extra_xsl_file_name' can be reduced. [variableScope]
gvm-7.0.3/src/manage.c:9198:16: style: The scope of the variable 'extra_xml_file_name' can be reduced. [variableScope]
gvm-7.0.3/src/manage.c:6462:33: style: Function 'set_scheduled_user_uuid' argument 1 names different: declaration 'uuid' definition 'user_uuid'. [funcArgNamesDifferent]
gvm-7.0.3/src/manage.h:2825:33: note: Function 'set_scheduled_user_uuid' argument 1 names different: declaration 'uuid' definition 'user_uuid'.
gvm-7.0.3/src/manage.c:6462:33: note: Function 'set_scheduled_user_uuid' argument 1 names different: declaration 'uuid' definition 'user_uuid'.
gvm-7.0.3/src/manage_acl.c:722:39: style: Function 'acl_user_owns_trash_uuid' argument 1 names different: declaration 'resource' definition 'type'. [funcArgNamesDifferent]
gvm-7.0.3/src/manage_acl.h:130:39: note: Function 'acl_user_owns_trash_uuid' argument 1 names different: declaration 'resource' definition 'type'.
gvm-7.0.3/src/manage_acl.c:722:39: note: Function 'acl_user_owns_trash_uuid' argument 1 names different: declaration 'resource' definition 'type'.
gvm-7.0.3/src/manage_migrators.c:12910:16: style: The scope of the variable 'subdir_name' can be reduced. [variableScope]
gvm-7.0.3/src/manage_sqlite3.c:898:10: style: The scope of the variable 'quoted_cpe_id' can be reduced. [variableScope]
gvm-7.0.3/src/manage_sqlite3.c:899:9: style: The scope of the variable 'cpe_title' can be reduced. [variableScope]
gvm-7.0.3/src/manage_sqlite3.c:1518:10: style: The scope of the variable 'severity' can be reduced. [variableScope]
gvm-7.0.3/src/manage_sqlite3.c:1518:20: style: The scope of the variable 'ov_severity' can be reduced. [variableScope]
gvm-7.0.3/src/ompd.c:62:0: error: #error FROM_BUFFER_SIZE too big for "read" [preprocessorErrorDirective]
gvm-7.0.3/src/otp.c:1002:23: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
gvm-7.0.3/src/otp.c:1074:23: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
gvm-7.0.3/src/otp.c:1146:23: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
gvm-7.0.3/src/scanner.c:506:18: style: The scope of the variable 'ent' can be reduced. [variableScope]
gvm-7.0.3/src/sql.c:277:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
gvm-7.0.3/src/sql_pg.c:555:7: style: The scope of the variable 'explain_ret' can be reduced. [variableScope]
gvm-7.0.3/src/sql_pg.c:964:8: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
gvm-7.0.3/src/sql_sqlite3.c:355:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
gvm-7.0.3/src/sql_sqlite3.c:485:7: style: The scope of the variable 'explain_ret' can be reduced. [variableScope]
[13:27]

ftp://ftp.se.debian.org/debian/pool/main/o/openvas-scanner/openvas-scanner_5.1.2.orig.tar.gz
openvas-scanner-5.1.2/src/openvassd.c:495:3: style: Variable 'proc' is reassigned a value before the old one has been used. [redundantAssignment]
openvas-scanner-5.1.2/src/openvassd.c:486:0: note: Variable 'proc' is reassigned a value before the old one has been used.
openvas-scanner-5.1.2/src/openvassd.c:495:3: note: Variable 'proc' is reassigned a value before the old one has been used.
openvas-scanner-5.1.2/src/openvassd.c:485:10: style: The scope of the variable 'ispid' can be reduced. [variableScope]
openvas-scanner-5.1.2/src/openvassd.c:557:35: style: The scope of the variable 'ret' can be reduced. [variableScope]
[13:27]

ftp://ftp.se.debian.org/debian/pool/main/o/openvdb/openvdb_5.0.0.orig.tar.gz
openvdb/math/Maps.h:2400:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openvdb/math/Maps.h:2401:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openvdb/math/Maps.h:2422:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openvdb/math/Maps.h:2423:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
openvdb/Grid.h:1529:9: style: Variable 'numPasses' is reassigned a value before the old one has been used. [redundantAssignment]
openvdb/Grid.h:1525:0: note: Variable 'numPasses' is reassigned a value before the old one has been used.
openvdb/Grid.h:1529:9: note: Variable 'numPasses' is reassigned a value before the old one has been used.
openvdb/math/Mat.h:1014:12: style: The scope of the variable 'gamma' can be reduced. [variableScope]
openvdb/math/Mat3.h:725:12: style: The scope of the variable 'cotan_of_2_theta' can be reduced. [variableScope]
openvdb/math/Mat4.h:685:18: style: The scope of the variable 'ap' can be reduced. [variableScope]
openvdb/math/Mat4.h:688:18: style: The scope of the variable 'sp' can be reduced. [variableScope]
openvdb/math/BBox.h:348:33: style: Function 'expand' argument 1 names different: declaration 'padding' definition 'dx'. [funcArgNamesDifferent]
openvdb/math/BBox.h:139:29: note: Function 'expand' argument 1 names different: declaration 'padding' definition 'dx'.
openvdb/math/BBox.h:348:33: note: Function 'expand' argument 1 names different: declaration 'padding' definition 'dx'.
openvdb/math/BBox.h:393:37: style: Function 'translate' argument 1 names different: declaration 't' definition 'dx'. [funcArgNamesDifferent]
openvdb/math/BBox.h:151:33: note: Function 'translate' argument 1 names different: declaration 't' definition 'dx'.
openvdb/math/BBox.h:393:37: note: Function 'translate' argument 1 names different: declaration 't' definition 'dx'.
openvdb/tree/RootNode.h:1067:22: style: Function 'RootNode' argument 2 names different: declaration 'background' definition 'backgd'. [funcArgNamesDifferent]
openvdb/tree/RootNode.h:128:26: note: Function 'RootNode' argument 2 names different: declaration 'background' definition 'backgd'.
openvdb/tree/RootNode.h:1067:22: note: Function 'RootNode' argument 2 names different: declaration 'background' definition 'backgd'.
openvdb/tree/RootNode.h:1067:47: style: Function 'RootNode' argument 3 names different: declaration 'foreground' definition 'foregd'. [funcArgNamesDifferent]
openvdb/tree/RootNode.h:128:55: note: Function 'RootNode' argument 3 names different: declaration 'foreground' definition 'foregd'.
openvdb/tree/RootNode.h:1067:47: note: Function 'RootNode' argument 3 names different: declaration 'foreground' definition 'foregd'.
openvdb/tree/RootNode.h:1089:22: style: Function 'RootNode' argument 2 names different: declaration 'background' definition 'backgd'. [funcArgNamesDifferent]
openvdb/tree/RootNode.h:141:70: note: Function 'RootNode' argument 2 names different: declaration 'background' definition 'backgd'.
openvdb/tree/RootNode.h:1089:22: note: Function 'RootNode' argument 2 names different: declaration 'background' definition 'backgd'.
openvdb/tree/RootNode.h:1206:50: style: Function 'setBackground' argument 1 names different: declaration 'value' definition 'background'. [funcArgNamesDifferent]
openvdb/tree/RootNode.h:452:41: note: Function 'setBackground' argument 1 names different: declaration 'value' definition 'background'.
openvdb/tree/RootNode.h:1206:50: note: Function 'setBackground' argument 1 names different: declaration 'value' definition 'background'.
openvdb/tree/InternalNode.h:870:62: style: Function 'InternalNode' argument 1 names different: declaration 'offValue' definition 'background'. [funcArgNamesDifferent]
openvdb/tree/InternalNode.h:103:44: note: Function 'InternalNode' argument 1 names different: declaration 'offValue' definition 'background'.
openvdb/tree/InternalNode.h:870:62: note: Function 'InternalNode' argument 1 names different: declaration 'offValue' definition 'background'.
openvdb/tree/InternalNode.h:878:83: style: Function 'InternalNode' argument 2 names different: declaration 'fillValue' definition 'val'. [funcArgNamesDifferent]
openvdb/tree/InternalNode.h:109:56: note: Function 'InternalNode' argument 2 names different: declaration 'fillValue' definition 'val'.
openvdb/tree/InternalNode.h:878:83: note: Function 'InternalNode' argument 2 names different: declaration 'fillValue' definition 'val'.
openvdb/tree/InternalNode.h:894:43: style: Function 'InternalNode' argument 3 names different: declaration 'fillValue' definition 'val'. [funcArgNamesDifferent]
openvdb/tree/InternalNode.h:112:64: note: Function 'InternalNode' argument 3 names different: declaration 'fillValue' definition 'val'.
openvdb/tree/InternalNode.h:894:43: note: Function 'InternalNode' argument 3 names different: declaration 'fillValue' definition 'val'.
openvdb/tree/InternalNode.h:1384:46: style: Function 'addTile' argument 1 names different: declaration 'offset' definition 'n'. [funcArgNamesDifferent]
openvdb/tree/InternalNode.h:647:24: note: Function 'addTile' argument 1 names different: declaration 'offset' definition 'n'.
openvdb/tree/InternalNode.h:1384:46: note: Function 'addTile' argument 1 names different: declaration 'offset' definition 'n'.
openvdb/tree/InternalNode.h:2794:10: style: Function 'combine2' argument 3 names different: declaration 'valIsActive' definition 'valueIsActive'. [funcArgNamesDifferent]
openvdb/tree/InternalNode.h:591:76: note: Function 'combine2' argument 3 names different: declaration 'valIsActive' definition 'valueIsActive'.
openvdb/tree/InternalNode.h:2794:10: note: Function 'combine2' argument 3 names different: declaration 'valIsActive' definition 'valueIsActive'.
openvdb/tree/InternalNode.h:2827:10: style: Function 'combine2' argument 3 names different: declaration 'valIsActive' definition 'valueIsActive'. [funcArgNamesDifferent]
openvdb/tree/InternalNode.h:593:74: note: Function 'combine2' argument 3 names different: declaration 'valIsActive' definition 'valueIsActive'.
openvdb/tree/InternalNode.h:2827:10: note: Function 'combine2' argument 3 names different: declaration 'valIsActive' definition 'valueIsActive'.
openvdb/tree/LeafNode.h:1360:69: style: Function 'readBuffers' argument 2 names different: declaration 'bbox' definition 'clipBBox'. [funcArgNamesDifferent]
openvdb/tree/LeafNode.h:391:57: note: Function 'readBuffers' argument 2 names different: declaration 'bbox' definition 'clipBBox'.
openvdb/tree/LeafNode.h:1360:69: note: Function 'readBuffers' argument 2 names different: declaration 'bbox' definition 'clipBBox'.
openvdb/tree/LeafNodeMask.h:805:75: style: Function 'LeafNode' argument 3 names different: declaration 'dummy' definition 'active'. [funcArgNamesDifferent]
openvdb/tree/LeafNodeMask.h:95:66: note: Function 'LeafNode' argument 3 names different: declaration 'dummy' definition 'active'.
openvdb/tree/LeafNodeMask.h:805:75: note: Function 'LeafNode' argument 3 names different: declaration 'dummy' definition 'active'.
openvdb/tree/LeafNodeMask.h:815:90: style: Function 'LeafNode' argument 4 names different: declaration 'dummy' definition 'active'. [funcArgNamesDifferent]
openvdb/tree/LeafNodeMask.h:99:72: note: Function 'LeafNode' argument 4 names different: declaration 'dummy' definition 'active'.
openvdb/tree/LeafNodeMask.h:815:90: note: Function 'LeafNode' argument 4 names different: declaration 'dummy' definition 'active'.
openvdb/tree/Tree.h:2213:43: style: Function 'evalMinMax' argument 1 names different: declaration 'min' definition 'minVal'. [funcArgNamesDifferent]
openvdb/tree/Tree.h:387:32: note: Function 'evalMinMax' argument 1 names different: declaration 'min' definition 'minVal'.
openvdb/tree/Tree.h:2213:43: note: Function 'evalMinMax' argument 1 names different: declaration 'min' definition 'minVal'.
openvdb/tree/Tree.h:2213:62: style: Function 'evalMinMax' argument 2 names different: declaration 'max' definition 'maxVal'. [funcArgNamesDifferent]
openvdb/tree/Tree.h:387:48: note: Function 'evalMinMax' argument 2 names different: declaration 'max' definition 'maxVal'.
openvdb/tree/Tree.h:2213:62: note: Function 'evalMinMax' argument 2 names different: declaration 'max' definition 'maxVal'.
openvdb/Grid.cc:111:36: style: Function 'isRegistered' argument 1 names different: declaration 'type' definition 'name'. [funcArgNamesDifferent]
openvdb/Grid.h:141:42: note: Function 'isRegistered' argument 1 names different: declaration 'type' definition 'name'.
openvdb/Grid.cc:111:36: note: Function 'isRegistered' argument 1 names different: declaration 'type' definition 'name'.
openvdb/Grid.cc:121:36: style: Function 'registerGrid' argument 1 names different: declaration 'type' definition 'name'. [funcArgNamesDifferent]
openvdb/Grid.h:424:42: note: Function 'registerGrid' argument 1 names different: declaration 'type' definition 'name'.
openvdb/Grid.cc:121:36: note: Function 'registerGrid' argument 1 names different: declaration 'type' definition 'name'.
openvdb/Grid.cc:135:38: style: Function 'unregisterGrid' argument 1 names different: declaration 'type' definition 'name'. [funcArgNamesDifferent]
openvdb/Grid.h:426:44: note: Function 'unregisterGrid' argument 1 names different: declaration 'type' definition 'name'.
openvdb/Grid.cc:135:38: note: Function 'unregisterGrid' argument 1 names different: declaration 'type' definition 'name'.
openvdb/Grid.cc:145:34: style: Function 'createGrid' argument 1 names different: declaration 'type' definition 'name'. [funcArgNamesDifferent]
openvdb/Grid.h:138:39: note: Function 'createGrid' argument 1 names different: declaration 'type' definition 'name'.
openvdb/Grid.cc:145:34: note: Function 'createGrid' argument 1 names different: declaration 'type' definition 'name'.
openvdb/tree/LeafNode.h:977:23: warning: Member variable 'LeafNode::mBuffer' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/LeafNode.h:977:23: warning: Member variable 'LeafNode::mOrigin' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/LeafNodeBool.h:823:26: warning: Member variable 'LeafNode::mBuffer' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/LeafNodeBool.h:823:26: warning: Member variable 'LeafNode::mOrigin' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/LeafNodeMask.h:825:31: warning: Member variable 'LeafNode::mBuffer' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/LeafNodeMask.h:825:31: warning: Member variable 'LeafNode::mOrigin' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/LeafNodeMask.h:836:31: warning: Member variable 'LeafNode::mBuffer' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/LeafNodeMask.h:836:31: warning: Member variable 'LeafNode::mOrigin' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/TreeIterator.h:285:5: warning: Member variable 'IterListItem::mPrev' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/TreeIterator.h:287:5: warning: Member variable 'IterListItem::mIter' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/TreeIterator.h:287:5: warning: Member variable 'IterListItem::mPrev' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/TreeIterator.h:288:19: warning: Member variable 'IterListItem::mIter' is not assigned a value in 'IterListItem::operator='. [operatorEqVarError]
openvdb/tree/TreeIterator.h:288:19: warning: Member variable 'IterListItem::mPrev' is not assigned a value in 'IterListItem::operator='. [operatorEqVarError]
openvdb/tree/TreeIterator.h:445:5: warning: Member variable 'IterListItem::mPrev' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/TreeIterator.h:447:5: warning: Member variable 'IterListItem::mIter' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/TreeIterator.h:447:5: warning: Member variable 'IterListItem::mPrev' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/TreeIterator.h:448:19: warning: Member variable 'IterListItem::mIter' is not assigned a value in 'IterListItem::operator='. [operatorEqVarError]
openvdb/tree/TreeIterator.h:448:19: warning: Member variable 'IterListItem::mPrev' is not assigned a value in 'IterListItem::operator='. [operatorEqVarError]
openvdb/tree/ValueAccessor.h:574:5: warning: Member variable 'CacheItem::mParent' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/ValueAccessor.h:574:5: warning: Member variable 'CacheItem::mRoot' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/ValueAccessor.h:584:5: warning: Member variable 'CacheItem::mParent' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/ValueAccessor.h:584:5: warning: Member variable 'CacheItem::mRoot' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/Tree.h:233:5: warning: Member variable 'Tree::mAccessorRegistry' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/Tree.h:233:5: warning: Member variable 'Tree::mConstAccessorRegistry' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/Tree.h:244:14: warning: Member variable 'Tree::mAccessorRegistry' is not initialized in the constructor. [uninitMemberVar]
openvdb/tree/Tree.h:244:14: warning: Member variable 'Tree::mConstAccessorRegistry' is not initialized in the constructor. [uninitMemberVar]
openvdb/math/Mat4.h:1127:7: performance: Technically the member function 'openvdb::v5_0::math::Mat4::det2' can be static. [functionStatic]
openvdb/math/Maps.h:2628:10: performance: Technically the member function 'openvdb::v5_0::math::CompoundMap::type' can be static. [functionStatic]
openvdb/math/Transform.h:159:18: style: Technically the member function 'openvdb::v5_0::math::Transform::baseMap' can be const. [functionConst]
openvdb/tree/RootNode.h:922:10: performance: Technically the member function 'openvdb::v5_0::tree::RootNode::initTable' can be static. [functionStatic]
openvdb/tree/RootNode.h:926:10: performance: Technically the member function 'openvdb::v5_0::tree::RootNode::resetTable' can be static. [functionStatic]
openvdb/tree/LeafBuffer.h:147:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafBuffer::isOutOfCore' can be static. [functionStatic]
openvdb/tree/LeafBuffer.h:210:17: performance: Technically the member function 'openvdb::v5_0::tree::LeafBuffer::setOutOfCore' can be static. [functionStatic]
openvdb/tree/LeafNode.h:166:13: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::onVoxelCount' can be static. [functionStatic]
openvdb/tree/LeafNode.h:168:13: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::offVoxelCount' can be static. [functionStatic]
openvdb/tree/LeafNode.h:174:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isEmpty' can be static. [functionStatic]
openvdb/tree/LeafNode.h:176:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isDense' can be static. [functionStatic]
openvdb/tree/LeafNode.h:220:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::hasSameTopology' can be static. [functionStatic]
openvdb/tree/LeafNode.h:1502:23: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::hasSameTopology' can be static.
openvdb/tree/LeafNode.h:220:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::hasSameTopology' can be static.
openvdb/tree/LeafNode.h:377:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::readTopology' can be static. [functionStatic]
openvdb/tree/LeafNode.h:1316:23: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::readTopology' can be static.
openvdb/tree/LeafNode.h:377:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::readTopology' can be static.
openvdb/tree/LeafNode.h:381:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::writeTopology' can be static. [functionStatic]
openvdb/tree/LeafNode.h:1324:23: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::writeTopology' can be static.
openvdb/tree/LeafNode.h:381:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::writeTopology' can be static.
openvdb/tree/LeafNode.h:422:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setActiveState' can be static. [functionStatic]
openvdb/tree/LeafNode.h:430:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueOff' can be static. [functionStatic]
openvdb/tree/LeafNode.h:432:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueOff' can be static. [functionStatic]
openvdb/tree/LeafNode.h:440:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueOn' can be static. [functionStatic]
openvdb/tree/LeafNode.h:442:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueOn' can be static. [functionStatic]
openvdb/tree/LeafNode.h:486:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValuesOn' can be static. [functionStatic]
openvdb/tree/LeafNode.h:488:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValuesOff' can be static. [functionStatic]
openvdb/tree/LeafNode.h:493:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isValueOn' can be static. [functionStatic]
openvdb/tree/LeafNode.h:653:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::voxelizeActiveTiles' can be static. [functionStatic]
openvdb/tree/LeafNode.h:667:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyUnion' can be static. [functionStatic]
openvdb/tree/LeafNode.h:1720:23: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyUnion' can be static.
openvdb/tree/LeafNode.h:667:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyUnion' can be static.
openvdb/tree/LeafNode.h:681:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyIntersection' can be static. [functionStatic]
openvdb/tree/LeafNode.h:1728:23: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyIntersection' can be static.
openvdb/tree/LeafNode.h:681:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyIntersection' can be static.
openvdb/tree/LeafNode.h:695:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyDifference' can be static. [functionStatic]
openvdb/tree/LeafNode.h:1737:23: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyDifference' can be static.
openvdb/tree/LeafNode.h:695:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyDifference' can be static.
openvdb/tree/LeafNode.h:730:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::prune' can be static. [functionStatic]
openvdb/tree/LeafNode.h:731:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::addLeaf' can be static. [functionStatic]
openvdb/tree/LeafNode.h:733:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::addLeafAndCache' can be static. [functionStatic]
openvdb/tree/LeafNode.h:739:18: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::probeConstNode' can be static. [functionStatic]
openvdb/tree/LeafNode.h:740:36: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::getNodes' can be static. [functionStatic]
openvdb/tree/LeafNode.h:741:36: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::stealNodes' can be static. [functionStatic]
openvdb/tree/LeafNode.h:860:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isInactive' can be static. [functionStatic]
openvdb/tree/LeafNode.h:885:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isValueMaskOn' can be static. [functionStatic]
openvdb/tree/LeafNode.h:886:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isValueMaskOn' can be static. [functionStatic]
openvdb/tree/LeafNode.h:887:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isValueMaskOff' can be static. [functionStatic]
openvdb/tree/LeafNode.h:888:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isValueMaskOff' can be static. [functionStatic]
openvdb/tree/LeafNode.h:889:25: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::getValueMask' can be static. [functionStatic]
openvdb/tree/LeafNode.h:891:25: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::valueMask' can be static. [functionStatic]
openvdb/tree/LeafNode.h:892:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueMask' can be static. [functionStatic]
openvdb/tree/LeafNode.h:893:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isChildMaskOn' can be static. [functionStatic]
openvdb/tree/LeafNode.h:894:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isChildMaskOff' can be static. [functionStatic]
openvdb/tree/LeafNode.h:895:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isChildMaskOff' can be static. [functionStatic]
openvdb/tree/LeafNode.h:897:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueMask' can be static. [functionStatic]
openvdb/tree/LeafNode.h:898:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueMaskOn' can be static. [functionStatic]
openvdb/tree/LeafNode.h:899:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueMaskOff' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:144:13: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::onVoxelCount' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:146:13: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::offVoxelCount' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:153:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isEmpty' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:155:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isDense' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:161:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isAllocated' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:165:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::allocate' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:203:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::hasSameTopology' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:925:26: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::hasSameTopology' can be static.
openvdb/tree/LeafNodeBool.h:203:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::hasSameTopology' can be static.
openvdb/tree/LeafNodeBool.h:222:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::readTopology' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:984:26: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::readTopology' can be static.
openvdb/tree/LeafNodeBool.h:222:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::readTopology' can be static.
openvdb/tree/LeafNodeBool.h:224:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::writeTopology' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:992:26: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::writeTopology' can be static.
openvdb/tree/LeafNodeBool.h:224:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::writeTopology' can be static.
openvdb/tree/LeafNodeBool.h:251:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setActiveState' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:261:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueOff' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:271:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueOn' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:294:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValuesOn' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:296:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValuesOff' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:301:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isValueOn' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:424:17: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::getFirstValue' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:428:17: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::getLastValue' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:459:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isInactive' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:471:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::voxelizeActiveTiles' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:480:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyUnion' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:1342:26: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyUnion' can be static.
openvdb/tree/LeafNodeBool.h:480:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyUnion' can be static.
openvdb/tree/LeafNodeBool.h:494:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyIntersection' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:1351:26: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyIntersection' can be static.
openvdb/tree/LeafNodeBool.h:494:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyIntersection' can be static.
openvdb/tree/LeafNodeBool.h:508:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyDifference' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:1361:26: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyDifference' can be static.
openvdb/tree/LeafNodeBool.h:508:10: note: Technically the member function 'openvdb::v5_0::tree::LeafNode::topologyDifference' can be static.
openvdb/tree/LeafNodeBool.h:542:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::prune' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:543:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::addLeaf' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:545:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::addLeafAndCache' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:551:18: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::probeConstNode' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:552:36: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::getNodes' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:553:36: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::stealNodes' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:724:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isValueMaskOn' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:725:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isValueMaskOn' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:726:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isValueMaskOff' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:727:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isValueMaskOff' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:728:25: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::getValueMask' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:729:25: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::valueMask' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:731:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueMask' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:732:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isChildMaskOn' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:733:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isChildMaskOff' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:734:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isChildMaskOff' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:736:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueMask' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:737:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueMaskOn' can be static. [functionStatic]
openvdb/tree/LeafNodeBool.h:738:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::setValueMaskOff' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:165:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isAllocated' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:169:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::allocate' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:468:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::resetBackground' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:479:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::voxelizeActiveTiles' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:550:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::prune' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:551:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::addLeaf' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:553:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::addLeafAndCache' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:559:18: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::probeConstNode' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:560:36: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::getNodes' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:561:36: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::stealNodes' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:740:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isChildMaskOn' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:741:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isChildMaskOff' can be static. [functionStatic]
openvdb/tree/LeafNodeMask.h:742:10: performance: Technically the member function 'openvdb::v5_0::tree::LeafNode::isChildMaskOff' can be static. [functionStatic]
openvdb/tree/TreeIterator.h:302:10: performance: Technically the member function 'openvdb::v5_0::tree::IterListItem::setIter' can be static. [functionStatic]
openvdb/tree/TreeIterator.h:311:10: performance: Technically the member function 'openvdb::v5_0::tree::IterListItem::getNode' can be static. [functionStatic]
openvdb/tree/TreeIterator.h:359:11: performance: Technically the member function 'openvdb::v5_0::tree::IterListItem::getChildDim' can be static. [functionStatic]
openvdb/tree/TreeIterator.h:364:13: performance: Technically the member function 'openvdb::v5_0::tree::IterListItem::getVoxelCount' can be static. [functionStatic]
openvdb/tree/TreeIterator.h:462:10: performance: Technically the member function 'openvdb::v5_0::tree::IterListItem::setIter' can be static. [functionStatic]
openvdb/tree/TreeIterator.h:469:10: performance: Technically the member function 'openvdb::v5_0::tree::IterListItem::getNode' can be static. [functionStatic]
openvdb/tree/TreeIterator.h:489:10: performance: Technically the member function 'openvdb::v5_0::tree::IterListItem::down' can be static. [functionStatic]
openvdb/tree/TreeIterator.h:495:11: performance: Technically the member function 'openvdb::v5_0::tree::IterListItem::getChildDim' can be static. [functionStatic]
openvdb/tree/TreeIterator.h:500:13: performance: Technically the member function 'openvdb::v5_0::tree::IterListItem::getVoxelCount' can be static. [functionStatic]
openvdb/tree/TreeIterator.h:623:11: performance: Technically the member function 'openvdb::v5_0::tree::IterListItem::getChildDim' can be static. [functionStatic]
openvdb/tree/TreeIterator.h:624:13: performance: Technically the member function 'openvdb::v5_0::tree::IterListItem::getVoxelCount' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:253:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::isCached' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:256:22: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::getValue' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:263:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::isValueOn' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:266:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::probeValue' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:275:9: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::getValueDepth' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:283:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::isVoxel' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:287:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::setValue' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:296:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::setValueOnly' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:304:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::newSetValue' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:311:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::setValueOff' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:321:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::modifyValue' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:330:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::modifyValueAndActiveState' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:337:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::setActiveState' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:360:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::insertNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:370:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::eraseNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:374:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::addLeaf' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:382:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::addTile' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:429:22: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::probeConstLeaf' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:467:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor::insert' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:608:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::insert' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:615:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::insert' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:618:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::erase' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:621:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::erase' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:624:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::clear' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:627:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::getNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:628:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::getNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:629:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::getNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:638:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::getNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:854:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::isHashed' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:894:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::insert' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:900:10: style: Technically the member function 'openvdb::v5_0::tree::CacheItem::getNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:1032:10: performance: Technically the member function 'openvdb::v5_0::tree::CacheItem::isHashed' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:1071:10: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor0::isCached' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:1176:35: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor0::insertNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:1199:35: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor0::eraseNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:1576:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor1::getNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:1581:44: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor1::getNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:1582:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor1::eraseNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:1583:44: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor1::eraseNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:1586:17: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor1::copy' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:1603:17: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor1::insert' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:1612:50: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor1::insert' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:2041:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor2::getNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2042:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor2::getNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2047:44: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor2::getNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:2049:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor2::eraseNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2050:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor2::eraseNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2051:44: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor2::eraseNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:2054:17: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor2::copy' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2074:17: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor2::insert' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2080:17: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor2::insert' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2088:42: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor2::insert' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:2573:17: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::copy' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2590:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::getNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2591:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::getNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2592:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::getNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2597:44: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::getNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:2599:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::eraseNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2600:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::eraseNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2601:10: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::eraseNode' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2602:44: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::eraseNode' can be static. [functionStatic]
openvdb/tree/ValueAccessor.h:2608:17: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::insert' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2614:17: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::insert' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2620:17: style: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::insert' can be const. [functionConst]
openvdb/tree/ValueAccessor.h:2629:17: performance: Technically the member function 'openvdb::v5_0::tree::ValueAccessor3::insert' can be static. [functionStatic]
openvdb/tree/Tree.h:399:49: performance: Technically the member function 'openvdb::v5_0::tree::Tree::getValue' can be static. [functionStatic]
openvdb/tree/Tree.h:1599:21: note: Technically the member function 'openvdb::v5_0::tree::Tree::getValue' can be static.
openvdb/tree/Tree.h:399:49: note: Technically the member function 'openvdb::v5_0::tree::Tree::getValue' can be static.
openvdb/tree/Tree.h:418:37: performance: Technically the member function 'openvdb::v5_0::tree::Tree::setValue' can be static. [functionStatic]
openvdb/tree/Tree.h:1654:21: note: Technically the member function 'openvdb::v5_0::tree::Tree::setValue' can be static.
openvdb/tree/Tree.h:418:37: note: Technically the member function 'openvdb::v5_0::tree::Tree::setValue' can be static.
openvdb/tree/Tree.h:663:10: performance: Technically the member function 'openvdb::v5_0::tree::Tree::attachAccessor' can be static. [functionStatic]
openvdb/tree/Tree.h:664:10: performance: Technically the member function 'openvdb::v5_0::tree::Tree::attachAccessor' can be static. [functionStatic]
openvdb/tree/Tree.h:675:10: performance: Technically the member function 'openvdb::v5_0::tree::Tree::releaseAccessor' can be static. [functionStatic]
openvdb/tree/Tree.h:676:10: performance: Technically the member function 'openvdb::v5_0::tree::Tree::releaseAccessor' can be static. [functionStatic]
openvdb/Grid.h:338:26: style: Technically the member function 'openvdb::v5_0::GridBase::transformPtr' can be const. [functionConst]
openvdb/Grid.h:594:9: style: Technically the member function 'openvdb::v5_0::Grid::copy' can be const. [functionConst]
openvdb/Grid.h:1263:14: note: Technically the member function 'openvdb::v5_0::Grid::copy' can be const.
openvdb/Grid.h:594:9: note: Technically the member function 'openvdb::v5_0::Grid::copy' can be const.
openvdb/Grid.h:787:17: style: Technically the member function 'openvdb::v5_0::Grid::treePtr' can be const. [functionConst]
openvdb/Types.h:184:5: style: Struct 'PointIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/Types.h:469:5: style: Struct 'SwappedCombineOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Math.h:146:5: style: Class 'Rand01' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Math.h:150:5: style: Class 'Rand01' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/Metadata.h:178:5: style: Class 'TypedMetadata' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Vec3.h:72:5: style: Class 'Vec3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Mat3.h:67:5: style: Class 'Mat3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Mat3.h:110:5: style: Class 'Mat3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Mat3.h:124:5: style: Class 'Mat3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Vec4.h:74:5: style: Class 'Vec4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Mat4.h:76:5: style: Class 'Mat4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Mat4.h:131:5: style: Class 'Mat4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Coord.h:278:9: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Maps.h:345:5: style: Class 'AffineMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Maps.h:353:5: style: Class 'AffineMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Maps.h:695:5: style: Class 'ScaleMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Maps.h:936:5: style: Class 'UniformScaleMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Maps.h:1009:5: style: Class 'TranslationMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Maps.h:1659:5: style: Class 'UnitaryMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Maps.h:1671:5: style: Class 'UnitaryMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Maps.h:2622:5: style: Class 'CompoundMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Transform.h:73:5: style: Class 'Transform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/RootNode.h:171:9: style: Struct 'NodeStruct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/RootNode.h:172:9: style: Struct 'NodeStruct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/InternalNode.h:2313:5: style: Struct 'VoxelizeActiveTiles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/LeafBuffer.h:533:5: style: Class 'LeafBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/LeafBuffer.h:534:5: style: Class 'LeafBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/TreeIterator.h:285:5: style: Class 'IterListItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/TreeIterator.h:445:5: style: Class 'IterListItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/TreeIterator.h:571:5: style: Class 'IterListItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/TreeIterator.h:670:5: style: Class 'TreeValueIteratorBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/TreeIterator.h:991:5: style: Class 'NodeIteratorBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/TreeIterator.h:1244:5: style: Class 'LeafIteratorBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:232:5: style: Class 'ValueAccessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:493:5: style: Class 'ValueAccessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:505:5: style: Class 'ValueAccessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:517:5: style: Class 'ValueAccessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:528:5: style: Class 'ValueAccessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:550:5: style: Class 'ValueAccessorRW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:574:5: style: Class 'CacheItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:878:5: style: Class 'CacheItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:1055:5: style: Class 'ValueAccessor0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:1273:5: style: Class 'ValueAccessor1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:1648:5: style: Class 'ValueAccessor2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/ValueAccessor.h:2136:5: style: Class 'ValueAccessor3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/Tree.h:287:5: style: Class 'Tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/Tree.h:1229:9: style: Struct 'DeallocateNodes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/Tree.h:1914:5: style: Struct 'CombineOpAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tree/Tree.h:2247:9: style: Struct 'OnExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/Grid.h:461:5: style: Struct 'GridNamePred' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Maps.h:685:1: warning: The class 'ScaleMap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/math/Maps.h:1001:1: warning: The class 'TranslationMap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/math/Maps.h:1184:1: warning: The class 'ScaleTranslateMap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/math/Maps.h:1634:1: warning: The class 'UnitaryMap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/math/Maps.h:1905:1: warning: The class 'NonlinearFrustumMap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/tree/InternalNode.h:60:1: warning: The class 'InternalNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/Grid.h:104:1: warning: The class 'GridBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/tree/ValueAccessor.h:438:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/tree/ValueAccessor.h:164:18: note: Virtual function in base class
openvdb/tree/ValueAccessor.h:438:18: note: Function in derived class
openvdb/tree/ValueAccessor.h:455:18: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/tree/ValueAccessor.h:170:18: note: Virtual function in base class
openvdb/tree/ValueAccessor.h:455:18: note: Function in derived class
openvdb/tree/ValueAccessor.h:1239:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/tree/ValueAccessor.h:164:18: note: Virtual function in base class
openvdb/tree/ValueAccessor.h:1239:18: note: Function in derived class
openvdb/tree/ValueAccessor.h:1247:18: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/tree/ValueAccessor.h:170:18: note: Virtual function in base class
openvdb/tree/ValueAccessor.h:1247:18: note: Function in derived class
openvdb/tree/ValueAccessor.h:1559:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/tree/ValueAccessor.h:164:18: note: Virtual function in base class
openvdb/tree/ValueAccessor.h:1559:18: note: Function in derived class
openvdb/tree/ValueAccessor.h:1594:18: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/tree/ValueAccessor.h:170:18: note: Virtual function in base class
openvdb/tree/ValueAccessor.h:1594:18: note: Function in derived class
openvdb/tree/ValueAccessor.h:2022:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/tree/ValueAccessor.h:164:18: note: Virtual function in base class
openvdb/tree/ValueAccessor.h:2022:18: note: Function in derived class
openvdb/tree/ValueAccessor.h:2064:18: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/tree/ValueAccessor.h:170:18: note: Virtual function in base class
openvdb/tree/ValueAccessor.h:2064:18: note: Function in derived class
openvdb/tree/ValueAccessor.h:2551:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/tree/ValueAccessor.h:164:18: note: Virtual function in base class
openvdb/tree/ValueAccessor.h:2551:18: note: Function in derived class
openvdb/tree/ValueAccessor.h:2585:18: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/tree/ValueAccessor.h:170:18: note: Virtual function in base class
openvdb/tree/ValueAccessor.h:2585:18: note: Function in derived class
openvdb/Types.h:184:24: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:63:26: performance: Function parameter 'xyz' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:64:17: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:64:26: performance: Function parameter 'y' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:64:35: performance: Function parameter 'z' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:96:24: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:96:33: performance: Function parameter 'y' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:96:42: performance: Function parameter 'z' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:106:23: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:107:23: performance: Function parameter 'y' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:108:23: performance: Function parameter 'z' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:110:25: performance: Function parameter 'dx' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:110:35: performance: Function parameter 'dy' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:110:45: performance: Function parameter 'dz' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:118:26: performance: Function parameter 'dx' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:118:36: performance: Function parameter 'dy' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:118:46: performance: Function parameter 'dz' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:122:26: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:152:30: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:153:30: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:154:30: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:155:30: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:314:25: performance: Function parameter 'xMin' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:314:41: performance: Function parameter 'yMin' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:314:57: performance: Function parameter 'zMin' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:315:25: performance: Function parameter 'xMax' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:315:41: performance: Function parameter 'yMax' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:315:57: performance: Function parameter 'zMax' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:329:61: performance: Function parameter 'dim' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:345:50: performance: Function parameter 'dim' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:455:52: performance: Function parameter 'dim' should be passed by const reference. [passedByValue]
openvdb/tree/RootNode.h:264:30: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/tree/LeafNode.h:1622:37: performance: Function parameter 'offset' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:305:24: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:464:24: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:590:24: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:605:21: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:607:21: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:609:21: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:611:21: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:622:26: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:623:29: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:624:33: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:626:26: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:628:36: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:635:25: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:636:27: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:637:28: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:640:28: performance: Function parameter 'lvl' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:828:61: performance: Function parameter 'minDepth' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:1018:26: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:1124:62: performance: Function parameter 'minDepth' should be passed by const reference. [passedByValue]
openvdb/tree/TreeIterator.h:1286:26: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/Grid.h:1112:45: performance: Function parameter 'xform' should be passed by const reference. [passedByValue]
openvdb/Grid.h:1135:38: performance: Function parameter 'tree' should be passed by const reference. [passedByValue]
openvdb/Grid.h:1204:33: performance: Function parameter 'tree' should be passed by const reference. [passedByValue]
openvdb/Grid.h:1606:37: performance: Function parameter 'halfWidth' should be passed by const reference. [passedByValue]
openvdb/Grid.cc:121:54: performance: Function parameter 'factory' should be passed by const reference. [passedByValue]
openvdb/tree/RootNode.h:3010:32: performance: Use const reference for 'tile' to avoid unnecessary data copying. [redundantCopyLocalConst]
openvdb/tree/RootNode.h:3341:38: error: Uninitialized variable: descent [uninitvar]
openvdb/MetaMap.cc:141:55: style: Function 'insertMeta' argument 2 names different: declaration 'value' definition 'm'. [funcArgNamesDifferent]
openvdb/MetaMap.h:81:50: note: Function 'insertMeta' argument 2 names different: declaration 'value' definition 'm'.
openvdb/MetaMap.cc:141:55: note: Function 'insertMeta' argument 2 names different: declaration 'value' definition 'm'.
openvdb/io/File.h:169:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openvdb/io/File.h:165:9: style: Class 'NameIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/io/Compression.h:179:43: performance: Function parameter 'count' should be passed by const reference. [passedByValue]
openvdb/io/Compression.h:198:66: performance: Function parameter 'count' should be passed by const reference. [passedByValue]
openvdb/io/Compression.h:220:62: performance: Function parameter 'count' should be passed by const reference. [passedByValue]
openvdb/io/Compression.h:255:50: performance: Function parameter 'count' should be passed by const reference. [passedByValue]
openvdb/io/Compression.h:269:73: performance: Function parameter 'count' should be passed by const reference. [passedByValue]
openvdb/io/Compression.h:288:69: performance: Function parameter 'count' should be passed by const reference. [passedByValue]
openvdb/io/Compression.h:339:63: performance: Function parameter 'destCount' should be passed by const reference. [passedByValue]
openvdb/io/Archive.cc:673:50: style: Function 'setDataCompression' argument 2 names different: declaration 'compressionFlags' definition 'c'. [funcArgNamesDifferent]
openvdb/io/io.h:230:62: note: Function 'setDataCompression' argument 2 names different: declaration 'compressionFlags' definition 'c'.
openvdb/io/Archive.cc:673:50: note: Function 'setDataCompression' argument 2 names different: declaration 'compressionFlags' definition 'c'.
openvdb/io/Archive.cc:1055:9: style: Struct 'OnExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/io/Archive.cc:1257:9: style: Struct 'OnExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/io/File.h:228:18: style: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::io::File::fileMetadata' can be const. [functionConst]
openvdb/io/File.cc:196:7: note: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::io::File::fileMetadata' can be const.
openvdb/io/File.h:228:18: note: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::io::File::fileMetadata' can be const.
openvdb/io/GridDescriptor.cc:65:62: style: Function 'GridDescriptor' argument 2 names different: declaration 'gridType' definition 'type'. [funcArgNamesDifferent]
openvdb/io/GridDescriptor.h:50:50: note: Function 'GridDescriptor' argument 2 names different: declaration 'gridType' definition 'type'.
openvdb/io/GridDescriptor.cc:65:62: note: Function 'GridDescriptor' argument 2 names different: declaration 'gridType' definition 'type'.
openvdb/io/GridDescriptor.cc:65:73: style: Function 'GridDescriptor' argument 3 names different: declaration 'saveFloatAsHalf' definition 'half'. [funcArgNamesDifferent]
openvdb/io/GridDescriptor.h:50:65: note: Function 'GridDescriptor' argument 3 names different: declaration 'saveFloatAsHalf' definition 'half'.
openvdb/io/GridDescriptor.cc:65:73: note: Function 'GridDescriptor' argument 3 names different: declaration 'saveFloatAsHalf' definition 'half'.
openvdb/io/Queue.h:253:38: style: Function 'write' argument 1 names different: declaration 'grids' definition 'container'. [funcArgNamesDifferent]
openvdb/io/Queue.h:236:38: note: Function 'write' argument 1 names different: declaration 'grids' definition 'container'.
openvdb/io/Queue.h:253:38: note: Function 'write' argument 1 names different: declaration 'grids' definition 'container'.
openvdb/io/Queue.h:254:44: style: Function 'write' argument 3 names different: declaration 'fileMetadata' definition 'metadata'. [funcArgNamesDifferent]
openvdb/io/Queue.h:237:24: note: Function 'write' argument 3 names different: declaration 'fileMetadata' definition 'metadata'.
openvdb/io/Queue.h:254:44: note: Function 'write' argument 3 names different: declaration 'fileMetadata' definition 'metadata'.
openvdb/io/Queue.cc:261:32: style: Function 'setTimeout' argument 1 names different: declaration 'seconds' definition 'sec'. [funcArgNamesDifferent]
openvdb/io/Queue.h:163:29: note: Function 'setTimeout' argument 1 names different: declaration 'seconds' definition 'sec'.
openvdb/io/Queue.cc:261:32: note: Function 'setTimeout' argument 1 names different: declaration 'seconds' definition 'sec'.
openvdb/io/Queue.cc:315:82: style: Function 'writeGrid' argument 3 names different: declaration 'fileMetadata' definition 'metadata'. [funcArgNamesDifferent]
openvdb/io/Queue.h:208:24: note: Function 'writeGrid' argument 3 names different: declaration 'fileMetadata' definition 'metadata'.
openvdb/io/Queue.cc:315:82: note: Function 'writeGrid' argument 3 names different: declaration 'fileMetadata' definition 'metadata'.
openvdb/io/Queue.cc:136:9: performance: Variable 'mNumTasks' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openvdb/io/Queue.cc:66:5: style: Class 'Task' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/io/Queue.cc:66:20: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
openvdb/io/Queue.cc:86:26: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
openvdb/io/Queue.cc:283:29: performance: Function parameter 'notify' should be passed by const reference. [passedByValue]
openvdb/io/Stream.h:90:19: performance: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::io::Stream::readGrid' can be static. [functionStatic]
openvdb/io/Stream.cc:201:9: note: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::io::Stream::readGrid' can be static.
openvdb/io/Stream.h:90:19: note: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::io::Stream::readGrid' can be static.
openvdb/io/Stream.cc:79:34: performance: Function parameter 'expectedFilename' should be passed by const reference. [passedByValue]
openvdb/io/TempFile.cc:73:5: style: Struct 'TempFileImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Maps.cc:229:28: style: Function 'approxInverse' argument 1 names different: declaration 'mat' definition 'mat4d'. [funcArgNamesDifferent]
openvdb/math/Maps.h:154:46: note: Function 'approxInverse' argument 1 names different: declaration 'mat' definition 'mat4d'.
openvdb/math/Maps.cc:229:28: note: Function 'approxInverse' argument 1 names different: declaration 'mat' definition 'mat4d'.
openvdb/math/Mat4.h:1127:7: performance: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::math::Mat4::det2' can be static. [functionStatic]
openvdb/math/Maps.h:2628:0: performance: Technically the member function 'openvdb :: OPENVDB_VERSION_NAME :: math :: CompoundMap < UnitaryMap , ScaleMap >::type' can be static. [functionStatic]
openvdb/math/Maps.h:2622:0: style: Class 'openvdb :: OPENVDB_VERSION_NAME :: math :: CompoundMap < UnitaryMap , ScaleMap >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Coord.h:487:41: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:488:41: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:489:41: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/math/Coord.h:490:41: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/math/Maps.cc:103:64: performance: Function parameter 'factory' should be passed by const reference. [passedByValue]
openvdb/math/Transform.cc:70:41: style: Function 'createLinearTransform' argument 1 names different: declaration 'voxelSize' definition 'voxelDim'. [funcArgNamesDifferent]
openvdb/math/Transform.h:81:56: note: Function 'createLinearTransform' argument 1 names different: declaration 'voxelSize' definition 'voxelDim'.
openvdb/math/Transform.cc:70:41: note: Function 'createLinearTransform' argument 1 names different: declaration 'voxelSize' definition 'voxelDim'.
openvdb/math/Transform.cc:84:26: style: Function 'createFrustumTransform' argument 4 names different: declaration 'voxelSize' definition 'voxelDim'. [funcArgNamesDifferent]
openvdb/math/Transform.h:84:30: note: Function 'createFrustumTransform' argument 4 names different: declaration 'voxelSize' definition 'voxelDim'.
openvdb/math/Transform.cc:84:26: note: Function 'createFrustumTransform' argument 4 names different: declaration 'voxelSize' definition 'voxelDim'.
openvdb/math/LegacyFrustum.h:157:5: warning: Member variable 'LegacyFrustum::mNearPlane' is not initialized in the constructor. [uninitMemberVarPrivate]
openvdb/math/LegacyFrustum.h:157:5: warning: Member variable 'LegacyFrustum::mFarPlane' is not initialized in the constructor. [uninitMemberVarPrivate]
openvdb/math/Maps.h:2628:10: performance: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::math::CompoundMap::type' can be static. [functionStatic]
openvdb/math/Transform.h:159:18: style: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::math::Transform::baseMap' can be const. [functionConst]
openvdb/math/LegacyFrustum.h:53:5: style: Class 'LegacyFrustum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/math/Transform.h:66:1: warning: The class 'Transform' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/points/AttributeArray.h:1297:31: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openvdb/points/AttributeArray.h:1291:24: note: outer condition: !this->isCompressed()
openvdb/points/AttributeArray.h:1297:31: note: opposite inner condition: this->isCompressed()
openvdb/points/AttributeArray.h:981:64: style: Function 'create' argument 2 names different: declaration 'strideOrTotalSize' definition 'stride'. [funcArgNamesDifferent]
openvdb/points/AttributeArray.h:474:38: note: Function 'create' argument 2 names different: declaration 'strideOrTotalSize' definition 'stride'.
openvdb/points/AttributeArray.h:981:64: note: Function 'create' argument 2 names different: declaration 'strideOrTotalSize' definition 'stride'.
openvdb/points/AttributeArray.h:1099:64: style: Function 'getUnsafe' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openvdb/points/AttributeArray.h:514:53: note: Function 'getUnsafe' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/AttributeArray.h:1099:64: note: Function 'getUnsafe' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/AttributeArray.h:1108:58: style: Function 'get' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openvdb/points/AttributeArray.h:516:47: note: Function 'get' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/AttributeArray.h:1108:58: note: Function 'get' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/AttributeArray.h:1124:78: style: Function 'setUnsafe' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openvdb/points/AttributeArray.h:523:46: note: Function 'setUnsafe' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/AttributeArray.h:1124:78: note: Function 'setUnsafe' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/AttributeArray.h:1140:72: style: Function 'set' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openvdb/points/AttributeArray.h:525:40: note: Function 'set' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/AttributeArray.h:1140:72: note: Function 'set' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/AttributeArray.h:1154:70: style: Function 'setUnsafe' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openvdb/points/AttributeArray.h:527:59: note: Function 'setUnsafe' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/AttributeArray.h:1154:70: note: Function 'setUnsafe' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/AttributeArray.h:1163:64: style: Function 'set' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
openvdb/points/AttributeArray.h:529:53: note: Function 'set' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/AttributeArray.h:1163:64: note: Function 'set' argument 2 names different: declaration 'value' definition 'val'.
openvdb/points/PointDataGrid.h:973:56: style: Function 'groupHandle' argument 1 names different: declaration 'group' definition 'name'. [funcArgNamesDifferent]
openvdb/points/PointDataGrid.h:423:41: note: Function 'groupHandle' argument 1 names different: declaration 'group' definition 'name'.
openvdb/points/PointDataGrid.h:973:56: note: Function 'groupHandle' argument 1 names different: declaration 'group' definition 'name'.
openvdb/points/AttributeArray.h:1221:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openvdb/points/PointDataGrid.h:785:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openvdb/points/PointDataGrid.h:1134:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openvdb/points/AttributeArray.h:912:42: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
openvdb/points/IndexIterator.h:66:36: performance: Technically the member function 'openvdb::v5_0::points::NullFilter::reset' can be static. [functionStatic]
openvdb/points/IndexIterator.h:93:13: style: Technically the member function 'openvdb::v5_0::points::ValueVoxelCIter::operator*' can be const. [functionConst]
openvdb/points/IndexIterator.h:103:10: performance: Technically the member function 'openvdb::v5_0::points::ValueVoxelCIter::reset' can be static. [functionStatic]
openvdb/points/IndexIterator.h:106:13: style: Technically the member function 'openvdb::v5_0::points::ValueVoxelCIter::offset' can be const. [functionConst]
openvdb/points/IndexIterator.h:111:11: performance: Technically the member function 'openvdb::v5_0::points::ValueVoxelCIter::getCoord' can be static. [functionStatic]
openvdb/points/IndexIterator.h:114:10: performance: Technically the member function 'openvdb::v5_0::points::ValueVoxelCIter::getCoord' can be static. [functionStatic]
openvdb/points/PointDataGrid.h:462:10: performance: Technically the member function 'openvdb::v5_0::points::PointDataLeafNode::addLeaf' can be static. [functionStatic]
openvdb/points/PointDataGrid.h:464:10: performance: Technically the member function 'openvdb::v5_0::points::PointDataLeafNode::addLeafAndCache' can be static. [functionStatic]
openvdb/points/PointDataGrid.h:528:10: performance: Technically the member function 'openvdb::v5_0::points::PointDataLeafNode::assertNonmodifiable' can be static. [functionStatic]
openvdb/tools/PointIndexGrid.h:1469:10: performance: Technically the member function 'openvdb::v5_0::tools::PointIndexLeafNode::addLeaf' can be static. [functionStatic]
openvdb/tools/PointIndexGrid.h:1471:10: performance: Technically the member function 'openvdb::v5_0::tools::PointIndexLeafNode::addLeafAndCache' can be static. [functionStatic]
openvdb/tools/PointIndexGrid.h:1526:10: performance: Technically the member function 'openvdb::v5_0::tools::PointIndexLeafNode::assertNonmodifiable' can be static. [functionStatic]
openvdb/tools/PointIndexGrid.h:1565:10: performance: Technically the member function 'openvdb::v5_0::tools::PointIndexLeafNode::fill' can be static. [functionStatic]
openvdb/points/IndexIterator.h:151:9: style: Class 'ValueIndexIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/points/AttributeArrayString.h:86:5: style: Class 'StringMetaInserter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/points/PointDataGrid.h:319:5: style: Class 'PointDataLeafNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/tools/PointPartitioner.h:432:5: style: Struct 'Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/points/IndexIterator.h:72:1: warning: The class 'ValueVoxelCIter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/points/PointDataGrid.h:262:1: warning: The class 'PointDataLeafNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/tools/PointIndexGrid.h:331:1: warning: The struct 'PointIndexFilter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/tools/PointIndexGrid.h:1381:1: warning: The struct 'PointIndexLeafNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/points/IndexIterator.h:78:33: performance: Function parameter 'offset' should be passed by const reference. [passedByValue]
openvdb/points/IndexIterator.h:87:29: performance: Function parameter 'prevOffset' should be passed by const reference. [passedByValue]
openvdb/points/IndexIterator.h:87:49: performance: Function parameter 'offset' should be passed by const reference. [passedByValue]
openvdb/points/IndexIterator.h:171:35: performance: Function parameter 'item' should be passed by const reference. [passedByValue]
openvdb/points/IndexIterator.h:171:49: performance: Function parameter 'end' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:193:34: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:193:84: performance: Function parameter 'sourceIndex' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:324:24: performance: Function parameter 'getter' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:324:42: performance: Function parameter 'setter' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:324:59: performance: Function parameter 'collapser' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:324:79: performance: Function parameter 'filler' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:845:11: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:845:20: performance: Function parameter 'strideOrTotalSize' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:981:55: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:981:64: performance: Function parameter 'stride' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:1116:93: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:1171:87: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:1179:102: performance: Function parameter 'sourceIndex' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:1823:90: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:1829:79: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:1843:36: performance: Function parameter 'functor' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:1843:86: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:1848:31: performance: Function parameter 'functor' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:1848:75: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:1937:58: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArray.h:1937:67: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
openvdb/points/AttributeSet.h:81:78: performance: Function parameter 's' should be passed by const reference. [passedByValue]
openvdb/points/AttributeSet.h:194:53: performance: Function parameter 'strideOrTotalSize' should be passed by const reference. [passedByValue]
openvdb/points/AttributeSet.h:202:71: performance: Function parameter 'strideOrTotalSize' should be passed by const reference. [passedByValue]
openvdb/points/PointDataGrid.h:77:76: performance: Function parameter 'destCount' should be passed by const reference. [passedByValue]
openvdb/points/PointDataGrid.h:137:75: performance: Function parameter 'srcCount' should be passed by const reference. [passedByValue]
openvdb/points/PointDataGrid.h:170:68: performance: Function parameter 'srcCount' should be passed by const reference. [passedByValue]
openvdb/points/PointDataGrid.h:765:100: performance: Function parameter 'arrayLength' should be passed by const reference. [passedByValue]
openvdb/points/PointDataGrid.h:812:79: performance: Function parameter 'strideOrTotalSize' should be passed by const reference. [passedByValue]
openvdb/points/PointDataGrid.h:1195:99: performance: Function parameter 'index' should be passed by const reference. [passedByValue]
openvdb/points/PointDataGrid.h:1206:85: performance: Function parameter 'index' should be passed by const reference. [passedByValue]
openvdb/points/PointDataGrid.h:1371:99: performance: Function parameter 'index' should be passed by const reference. [passedByValue]
openvdb/points/PointDataGrid.h:1384:85: performance: Function parameter 'index' should be passed by const reference. [passedByValue]
openvdb/tools/PointPartitioner.h:627:15: performance: Function parameter 'binLog2Dim' should be passed by const reference. [passedByValue]
openvdb/tools/PointPartitioner.h:628:15: performance: Function parameter 'bucketLog2Dim' should be passed by const reference. [passedByValue]
openvdb/tools/PointPartitioner.h:740:45: performance: Function parameter 'binVolume' should be passed by const reference. [passedByValue]
openvdb/tools/PointPartitioner.h:828:17: performance: Function parameter 'binLog2Dim' should be passed by const reference. [passedByValue]
openvdb/tools/PointPartitioner.h:829:17: performance: Function parameter 'bucketLog2Dim' should be passed by const reference. [passedByValue]
openvdb/tools/PointPartitioner.h:881:17: performance: Function parameter 'bucketLog2Dim' should be passed by const reference. [passedByValue]
openvdb/points/PointDataGrid.h:1069:21: performance: Use const reference for 'end' to avoid unnecessary data copying. [redundantCopyLocalConst]
openvdb/points/IndexIterator.h:66:36: performance: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::points::NullFilter::reset' can be static. [functionStatic]
openvdb/points/IndexIterator.h:93:13: style: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::points::ValueVoxelCIter::operator*' can be const. [functionConst]
openvdb/points/IndexIterator.h:103:10: performance: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::points::ValueVoxelCIter::reset' can be static. [functionStatic]
openvdb/points/IndexIterator.h:106:13: style: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::points::ValueVoxelCIter::offset' can be const. [functionConst]
openvdb/points/IndexIterator.h:111:11: performance: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::points::ValueVoxelCIter::getCoord' can be static. [functionStatic]
openvdb/points/IndexIterator.h:114:10: performance: Technically the member function 'openvdb::OPENVDB_VERSION_NAME::points::ValueVoxelCIter::getCoord' can be static. [functionStatic]
openvdb/points/AttributeArray.cc:129:66: performance: Function parameter 'factory' should be passed by const reference. [passedByValue]
openvdb/points/AttributeArrayString.cc:58:45: performance: Function parameter 'index' should be passed by const reference. [passedByValue]
openvdb/points/AttributeSet.cc:93:48: style: Function 'AttributeSet' argument 1 names different: declaration 'attributeSet' definition 'attrSet'. [funcArgNamesDifferent]
openvdb/points/AttributeSet.h:102:38: note: Function 'AttributeSet' argument 1 names different: declaration 'attributeSet' definition 'attrSet'.
openvdb/points/AttributeSet.cc:93:48: note: Function 'AttributeSet' argument 1 names different: declaration 'attributeSet' definition 'attrSet'.
openvdb/points/AttributeSet.cc:110:49: style: Function 'AttributeSet' argument 1 names different: declaration 'descriptor' definition 'descr'. [funcArgNamesDifferent]
openvdb/points/AttributeSet.h:110:48: note: Function 'AttributeSet' argument 1 names different: declaration 'descriptor' definition 'descr'.
openvdb/points/AttributeSet.cc:110:49: note: Function 'AttributeSet' argument 1 names different: declaration 'descriptor' definition 'descr'.
openvdb/points/AttributeSet.cc:221:39: style: Function 'groupOffset' argument 1 names different: declaration 'groupName' definition 'group'. [funcArgNamesDifferent]
openvdb/points/AttributeSet.h:174:36: note: Function 'groupOffset' argument 1 names different: declaration 'groupName' definition 'group'.
openvdb/points/AttributeSet.cc:221:39: note: Function 'groupOffset' argument 1 names different: declaration 'groupName' definition 'group'.
openvdb/points/AttributeSet.cc:235:38: style: Function 'groupIndex' argument 1 names different: declaration 'groupName' definition 'group'. [funcArgNamesDifferent]
openvdb/points/AttributeSet.h:179:45: note: Function 'groupIndex' argument 1 names different: declaration 'groupName' definition 'group'.
openvdb/points/AttributeSet.cc:235:38: note: Function 'groupIndex' argument 1 names different: declaration 'groupName' definition 'group'.
openvdb/points/StreamCompression.cc:611:25: style: Condition 'compressedBytes==0' is always true [knownConditionTrueFalse]
openvdb/points/StreamCompression.cc:599:27: note: Assignment 'compressedBytes=0', assigned value is 0
openvdb/points/StreamCompression.cc:611:25: note: Condition 'compressedBytes==0' is always true
openvdb/points/StreamCompression.cc:611:25: style: Same expression on both sides of '==' because the value of 'compressedBytes' and '0' are the same. [duplicateExpression]
openvdb/points/StreamCompression.cc:599:27: note: 'compressedBytes' is assigned value '0' here.
openvdb/points/StreamCompression.cc:611:25: note: Same expression on both sides of '==' because the value of 'compressedBytes' and '0' are the same.
openvdb/points/PointDataGrid.h:478:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvdb/points/PointDataGrid.h:499:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvdb/python/pyutil.h:163:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openvdb/python/pyutil.h:159:13: note: outer condition: !itemDict
openvdb/python/pyutil.h:163:17: note: identical inner condition: !itemDict
openvdb/python/pyutil.h:163:17: style: Condition '!itemDict' is always true [knownConditionTrueFalse]
openvdb/python/pyutil.h:159:13: note: Assuming that condition '!itemDict' is not redundant
openvdb/python/pyutil.h:163:17: note: Condition '!itemDict' is always true
openvdb/python/pyutil.h:182:27: performance: Technically the member function 'pyutil::StringEnum::numItems' can be static. [functionStatic]
openvdb/python/pyutil.h:187:27: performance: Technically the member function 'pyutil::StringEnum::getItem' can be static. [functionStatic]
openvdb/python/pyutil.h:189:27: performance: Technically the member function 'pyutil::StringEnum::iter' can be static. [functionStatic]
openvdb/python/pyAccessor.h:165:5: style: Class 'AccessorWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/python/pyGrid.h:1593:5: style: Struct 'TreeCombineOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestAttributeArray.cc:82:13: performance: Variable 'mLastWriteTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openvdb/unittest/TestAttributeArray.cc:137:9: performance: Variable 'mT0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openvdb/unittest/TestAttributeArray.cc:150:17: performance: Technically the member function 'ProfileTimer::stop' can be static. [functionStatic]
openvdb/unittest/TestAttributeArray.cc:78:9: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestAttributeArray.cc:128:5: style: Class 'ProfileTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestAttributeGroup.cc:386:5: style: Struct 'HandleWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestDenseSparseTools.cc:40:1: style: The class 'TestDenseSparseTools' does not have a constructor although it has private member variables. [noConstructor]
openvdb/unittest/TestDenseSparseTools.cc:106:9: style: Class 'FloatRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestDenseSparseTools.cc:131:9: style: Class 'BoolRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestFastSweeping.cc:189:31: style: Variable 'message' is assigned a value that is never used. [unreadVariable]
openvdb/unittest/TestFastSweeping.cc:228:31: style: Variable 'message' is assigned a value that is never used. [unreadVariable]
openvdb/unittest/TestFastSweeping.cc:271:31: style: Variable 'message' is assigned a value that is never used. [unreadVariable]
openvdb/unittest/TestFastSweeping.cc:374:27: style: Variable 'message' is assigned a value that is never used. [unreadVariable]
openvdb/unittest/TestFile.cc:1792:5: warning: Member variable 'MultiPassLeafNode::mReadPasses' is not initialized in the constructor. [uninitMemberVar]
openvdb/unittest/TestFile.cc:2310:5: style: Struct 'TestAsyncHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestFile.cc:1769:1: warning: The struct 'MultiPassLeafNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/unittest/TestFile.cc:211:49: style: Reading from empty STL container 'meta0Val' [reademptycontainer]
openvdb/unittest/TestFile.cc:1964:37: style: Reading from empty STL container 'writePasses' [reademptycontainer]
openvdb/unittest/TestFile.cc:1965:33: style: Reading from empty STL container 'writePasses' [reademptycontainer]
openvdb/unittest/TestFile.cc:1966:33: style: Reading from empty STL container 'writePasses' [reademptycontainer]
openvdb/unittest/TestFile.cc:1967:33: style: Reading from empty STL container 'writePasses' [reademptycontainer]
openvdb/unittest/TestFile.cc:1968:33: style: Reading from empty STL container 'writePasses' [reademptycontainer]
openvdb/unittest/TestFile.cc:1969:33: style: Reading from empty STL container 'writePasses' [reademptycontainer]
openvdb/unittest/TestFile.cc:1970:33: style: Reading from empty STL container 'writePasses' [reademptycontainer]
openvdb/unittest/TestGrid.cc:95:5: style: Class 'ProxyTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestGridTransformer.cc:125:0: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestGridTransformer.cc:126:0: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestGridTransformer.cc:127:0: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestGridTransformer.cc:128:0: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestGridTransformer.cc:164:0: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestGridTransformer.cc:165:0: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestGridTransformer.cc:166:0: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestIndexFilter.cc:107:10: performance: Technically the member function 'ThresholdFilter::reset' can be static. [functionStatic]
openvdb/unittest/TestIndexFilter.cc:101:5: style: Class 'ThresholdFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestIndexIterator.cc:88:9: performance: Variable 'mT0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openvdb/unittest/TestIndexIterator.cc:101:17: performance: Technically the member function 'ProfileTimer::stop' can be static. [functionStatic]
openvdb/unittest/TestIndexIterator.cc:271:10: performance: Technically the member function 'EvenIndexFilter::valid' can be static. [functionStatic]
openvdb/unittest/TestIndexIterator.cc:79:5: style: Class 'ProfileTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestIndexIterator.cc:292:5: style: Struct 'ConstantIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestLeafIO.cc:90:0: error: Null pointer dereference [nullPointer]
openvdb/unittest/TestLeafManager.cc:233:5: style: Struct 'ForeachOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestLeafManager.cc:246:5: style: Struct 'ReduceOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestLeafManager.cc:244:1: warning: The struct 'ReduceOp' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/unittest/TestMetaMap.cc:347:23: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
openvdb/unittest/TestMultiResGrid.cc:45:9: style: Struct 'CoordMask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestNodeIterator.cc:80:9: warning: Possible null pointer dereference: root [nullPointer]
openvdb/unittest/TestNodeIterator.cc:77:40: note: Assignment 'root=NULL', assigned value is 0
openvdb/unittest/TestNodeIterator.cc:80:9: note: Null pointer dereference
openvdb/unittest/TestNodeManager.cc:75:0: style: Technically the member function 'NodeCountOp < FloatTree >::operator()' can be const. [functionConst]
openvdb/unittest/TestParticleAtlas.cc:70:12: performance: Technically the member function '::ParticleList::size' can be static. [functionStatic]
openvdb/unittest/TestParticleAtlas.cc:75:10: performance: Technically the member function '::ParticleList::getPos' can be static. [functionStatic]
openvdb/unittest/TestParticleAtlas.cc:80:10: performance: Technically the member function '::ParticleList::getRadius' can be static. [functionStatic]
openvdb/unittest/TestParticlesToLevelSet.cc:151:10: performance: Technically the member function 'MyParticleList::getAtt' can be static. [functionStatic]
openvdb/unittest/TestParticlesToLevelSet.cc:49:61: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
openvdb/unittest/TestPointConversion.cc:126:10: performance: Technically the member function 'GroupWrapper::finalize' can be static. [functionStatic]
openvdb/unittest/TestPointConversion.cc:99:0: performance: Technically the member function 'AttributeWrapper < Vec3f >::expand' can be static. [functionStatic]
openvdb/unittest/TestPointConversion.cc:100:0: performance: Technically the member function 'AttributeWrapper < Vec3f >::compact' can be static. [functionStatic]
openvdb/unittest/TestPointConversion.cc:99:0: performance: Technically the member function 'AttributeWrapper < int >::expand' can be static. [functionStatic]
openvdb/unittest/TestPointConversion.cc:100:0: performance: Technically the member function 'AttributeWrapper < int >::compact' can be static. [functionStatic]
openvdb/unittest/TestPointConversion.cc:99:0: performance: Technically the member function 'AttributeWrapper < float >::expand' can be static. [functionStatic]
openvdb/unittest/TestPointConversion.cc:100:0: performance: Technically the member function 'AttributeWrapper < float >::compact' can be static. [functionStatic]
openvdb/unittest/TestPointConversion.cc:99:0: performance: Technically the member function 'AttributeWrapper < openvdb :: Name >::expand' can be static. [functionStatic]
openvdb/unittest/TestPointConversion.cc:100:0: performance: Technically the member function 'AttributeWrapper < openvdb :: Name >::compact' can be static. [functionStatic]
openvdb/unittest/TestPointConversion.cc:99:0: performance: Technically the member function 'AttributeWrapper < Vec3d >::expand' can be static. [functionStatic]
openvdb/unittest/TestPointConversion.cc:100:0: performance: Technically the member function 'AttributeWrapper < Vec3d >::compact' can be static. [functionStatic]
openvdb/unittest/TestPointConversion.cc:78:0: style: Struct 'Handle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestPointCount.cc:83:10: performance: Technically the member function 'NotZeroFilter::reset' can be static. [functionStatic]
openvdb/unittest/TestPointCount.cc:85:10: performance: Technically the member function 'NotZeroFilter::valid' can be static. [functionStatic]
openvdb/unittest/TestPointDataLeaf.cc:1443:5: style: Variable 'constArray' is reassigned a value before the old one has been used. [redundantAssignment]
openvdb/unittest/TestPointDataLeaf.cc:1438:5: note: Variable 'constArray' is reassigned a value before the old one has been used.
openvdb/unittest/TestPointDataLeaf.cc:1443:5: note: Variable 'constArray' is reassigned a value before the old one has been used.
openvdb/unittest/TestPointDataLeaf.cc:1448:5: style: Variable 'constArray' is reassigned a value before the old one has been used. [redundantAssignment]
openvdb/unittest/TestPointDataLeaf.cc:1443:5: note: Variable 'constArray' is reassigned a value before the old one has been used.
openvdb/unittest/TestPointDataLeaf.cc:1448:5: note: Variable 'constArray' is reassigned a value before the old one has been used.
openvdb/unittest/TestPointDataLeaf.cc:415:44: style: Same expression on both sides of '-' because the value of 'numAttributes' and '1' are the same. [duplicateExpression]
openvdb/unittest/TestPointDataLeaf.cc:406:42: note: 'numAttributes' is assigned value '1' here.
openvdb/unittest/TestPointDataLeaf.cc:415:44: note: Same expression on both sides of '-' because the value of 'numAttributes' and '1' are the same.
openvdb/unittest/TestPointDataLeaf.cc:463:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvdb/unittest/TestPointDataLeaf.cc:1448:5: style: Variable 'constArray' is assigned a value that is never used. [unreadVariable]
openvdb/unittest/TestPointDataLeaf.cc:149:12: performance: Technically the member function '::PointList::size' can be static. [functionStatic]
openvdb/unittest/TestPointDataLeaf.cc:153:10: performance: Technically the member function '::PointList::getPos' can be static. [functionStatic]
openvdb/unittest/TestPointDataLeaf.cc:144:5: style: Class 'PointList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestPointGroup.cc:78:36: performance: Technically the member function 'FirstFilter::reset' can be static. [functionStatic]
openvdb/unittest/TestPointGroup.cc:80:36: performance: Technically the member function 'FirstFilter::valid' can be static. [functionStatic]
openvdb/unittest/TestPointIndexGrid.cc:69:12: performance: Technically the member function '::PointList::size' can be static. [functionStatic]
openvdb/unittest/TestPointIndexGrid.cc:73:10: performance: Technically the member function '::PointList::getPos' can be static. [functionStatic]
openvdb/unittest/TestPointIndexGrid.cc:64:5: style: Class 'PointList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestPointPartitioner.cc:58:12: performance: Technically the member function '::PointList::size' can be static. [functionStatic]
openvdb/unittest/TestPointPartitioner.cc:60:10: performance: Technically the member function '::PointList::getPos' can be static. [functionStatic]
openvdb/unittest/TestPointPartitioner.cc:56:5: style: Struct 'PointList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestPointsToMask.cc:62:12: performance: Technically the member function '::PointList::size' can be static. [functionStatic]
openvdb/unittest/TestPointsToMask.cc:64:10: performance: Technically the member function '::PointList::getPos' can be static. [functionStatic]
openvdb/unittest/TestPointsToMask.cc:60:5: style: Class 'PointList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestPoissonSolver.cc:360:5: style: Class 'LSBoundaryOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestPoissonSolver.cc:357:1: warning: The class 'LSBoundaryOp' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
openvdb/unittest/TestStats.cc:408:5: style: Struct 'GradOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestStreamCompression.cc:403:9: style: Variable 'compressedSize' is reassigned a value before the old one has been used. [redundantAssignment]
openvdb/unittest/TestStreamCompression.cc:399:0: note: Variable 'compressedSize' is reassigned a value before the old one has been used.
openvdb/unittest/TestStreamCompression.cc:403:9: note: Variable 'compressedSize' is reassigned a value before the old one has been used.
openvdb/unittest/TestStreamCompression.cc:95:13: performance: Variable 'mLastWriteTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openvdb/unittest/TestStreamCompression.cc:91:9: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestTools.cc:2173:31: style: struct member 'Point::x' is never used. [unusedStructMember]
openvdb/unittest/TestTools.cc:2173:33: style: struct member 'Point::y' is never used. [unusedStructMember]
openvdb/unittest/TestTools.cc:2173:35: style: struct member 'Point::z' is never used. [unusedStructMember]
openvdb/unittest/TestTools.cc:1556:27: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
openvdb/unittest/TestTools.cc:2578:0: performance: Variable 'numTiles' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openvdb/unittest/TestTools.cc:2464:0: style: Struct 'MatMul < ValueIter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestTools.cc:219:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestTools.cc:220:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestTools.cc:221:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestTools.cc:570:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestTools.cc:571:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestTools.cc:572:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestTools.cc:908:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestTools.cc:909:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestTools.cc:910:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvdb/unittest/TestTree.cc:2534:17: performance: Technically the member function 'BBoxOp::descent' can be static. [functionStatic]
openvdb/unittest/TestTree.cc:2602:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2614:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2626:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2639:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2652:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2664:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2673:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2722:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2735:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2748:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2761:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2775:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2788:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTree.cc:2798:41: style: Reading from empty STL container 'array' [reademptycontainer]
openvdb/unittest/TestTreeCombine.cc:795:5: style: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openvdb/unittest/TestTreeCombine.cc:792:5: note: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
openvdb/unittest/TestTreeCombine.cc:795:5: note: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
openvdb/unittest/TestTreeCombine.cc:802:5: style: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openvdb/unittest/TestTreeCombine.cc:795:5: note: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
openvdb/unittest/TestTreeCombine.cc:802:5: note: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
openvdb/unittest/TestTreeCombine.cc:805:5: style: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openvdb/unittest/TestTreeCombine.cc:802:5: note: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
openvdb/unittest/TestTreeCombine.cc:805:5: note: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
openvdb/unittest/TestTreeCombine.cc:812:5: style: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openvdb/unittest/TestTreeCombine.cc:805:5: note: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
openvdb/unittest/TestTreeCombine.cc:812:5: note: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
openvdb/unittest/TestTreeCombine.cc:815:5: style: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
openvdb/unittest/TestTreeCombine.cc:812:5: note: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
openvdb/unittest/TestTreeCombine.cc:815:5: note: Variable 'outTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
openvdb/unittest/TestTreeCombine.cc:822:40: style: Function 'visitCsg' argument 1 names different: declaration 'a' definition 'aInputTree'. [funcArgNamesDifferent]
openvdb/unittest/TestTreeCombine.cc:100:27: note: Function 'visitCsg' argument 1 names different: declaration 'a' definition 'aInputTree'.
openvdb/unittest/TestTreeCombine.cc:822:40: note: Function 'visitCsg' argument 1 names different: declaration 'a' definition 'aInputTree'.
openvdb/unittest/TestTreeCombine.cc:822:65: style: Function 'visitCsg' argument 2 names different: declaration 'b' definition 'bInputTree'. [funcArgNamesDifferent]
openvdb/unittest/TestTreeCombine.cc:100:43: note: Function 'visitCsg' argument 2 names different: declaration 'b' definition 'bInputTree'.
openvdb/unittest/TestTreeCombine.cc:822:65: note: Function 'visitCsg' argument 2 names different: declaration 'b' definition 'bInputTree'.
openvdb/unittest/TestTreeCombine.cc:823:18: style: Function 'visitCsg' argument 3 names different: declaration 'ref' definition 'refTree'. [funcArgNamesDifferent]
openvdb/unittest/TestTreeCombine.cc:100:59: note: Function 'visitCsg' argument 3 names different: declaration 'ref' definition 'refTree'.
openvdb/unittest/TestTreeCombine.cc:823:18: note: Function 'visitCsg' argument 3 names different: declaration 'ref' definition 'refTree'.
openvdb/unittest/TestUtil.cc:98:0: style: Struct 'TLS_BufferPushBack < ArrayT >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestUtil.cc:83:0: style: Struct 'BufferPushBack < ArrayT >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestUtil.cc:70:0: style: Struct 'ArrayPushBack < ArrayT >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestValueAccessor.cc:215:5: style: Struct 'Plus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestValueAccessor.cc:455:9: style: Struct 'ReadTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestValueAccessor.cc:467:9: style: Struct 'WriteTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/unittest/TestValueAccessor.cc:482:9: style: Struct 'RootTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/util/Formats.h:94:5: style: Class 'FormattedInt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/util/Util.h:75:5: style: Class 'LeafTopologyIntOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/util/Util.h:99:5: style: Class 'LeafTopologyDiffOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/viewer/ClipBox.h:53:10: performance: Technically the member function 'openvdb_viewer::ClipBox::disableClipping' can be static. [functionStatic]
openvdb/viewer/ClipBox.cc:166:10: note: Technically the member function 'openvdb_viewer::ClipBox::disableClipping' can be static.
openvdb/viewer/ClipBox.h:53:10: note: Technically the member function 'openvdb_viewer::ClipBox::disableClipping' can be static.
openvdb/viewer/ClipBox.h:72:10: performance: Technically the member function 'openvdb_viewer::ClipBox::mouseButtonCallback' can be static. [functionStatic]
openvdb/viewer/ClipBox.cc:281:10: note: Technically the member function 'openvdb_viewer::ClipBox::mouseButtonCallback' can be static.
openvdb/viewer/ClipBox.h:72:10: note: Technically the member function 'openvdb_viewer::ClipBox::mouseButtonCallback' can be static.
openvdb/viewer/ClipBox.h:73:10: performance: Technically the member function 'openvdb_viewer::ClipBox::mousePosCallback' can be static. [functionStatic]
openvdb/viewer/ClipBox.cc:288:10: note: Technically the member function 'openvdb_viewer::ClipBox::mousePosCallback' can be static.
openvdb/viewer/ClipBox.h:73:10: note: Technically the member function 'openvdb_viewer::ClipBox::mousePosCallback' can be static.
openvdb/viewer/RenderModules.cc:866:16: style: The scope of the variable 'index' can be reduced. [variableScope]
openvdb/viewer/RenderModules.cc:1034:16: style: The scope of the variable 'e1' can be reduced. [variableScope]
openvdb/viewer/RenderModules.cc:1034:20: style: The scope of the variable 'e2' can be reduced. [variableScope]
openvdb/viewer/RenderModules.cc:1034:24: style: The scope of the variable 'e3' can be reduced. [variableScope]
openvdb/viewer/RenderModules.h:95:10: performance: Technically the member function 'openvdb_viewer::ShaderProgram::stopShading' can be static. [functionStatic]
openvdb/viewer/RenderModules.cc:491:16: note: Technically the member function 'openvdb_viewer::ShaderProgram::stopShading' can be static.
openvdb/viewer/RenderModules.h:95:10: note: Technically the member function 'openvdb_viewer::ShaderProgram::stopShading' can be static.
openvdb/viewer/RenderModules.h:115:10: style: Technically the member function 'openvdb_viewer::RenderModule::visible' can be const. [functionConst]
openvdb/viewer/RenderModules.cc:963:5: performance: Technically the member function 'openvdb_viewer::NormalGenerator < openvdb :: points :: PointDataGrid >::NormalGenerator' can be static. [functionStatic]
openvdb/viewer/RenderModules.cc:966:10: style: Technically the member function 'openvdb_viewer::NormalGenerator < openvdb :: points :: PointDataGrid >::operator()' can be const. [functionConst]
openvdb/viewer/RenderModules.cc:1408:14: performance: Technically the member function 'openvdb_viewer::PointDataOp::VectorAttributeWrapper::expand' can be static. [functionStatic]
openvdb/viewer/RenderModules.cc:1409:14: performance: Technically the member function 'openvdb_viewer::PointDataOp::VectorAttributeWrapper::compact' can be static. [functionStatic]
openvdb/viewer/RenderModules.h:149:5: style: Class 'TreeTopologyModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/viewer/RenderModules.h:171:5: style: Class 'VoxelModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/viewer/RenderModules.h:193:5: style: Class 'MeshModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/viewer/RenderModules.cc:178:5: style: Class 'MinMaxVoxel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/viewer/RenderModules.cc:620:5: style: Class 'TreeTopologyOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/viewer/RenderModules.cc:939:5: style: Class 'NormalGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/viewer/RenderModules.cc:1285:5: style: Class 'ActiveVectorValuesOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/viewer/RenderModules.cc:1553:5: style: Class 'MeshOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvdb/viewer/RenderModules.h:135:18: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/viewer/RenderModules.h:113:18: note: Virtual function in base class
openvdb/viewer/RenderModules.h:135:18: note: Function in derived class
openvdb/viewer/RenderModules.h:152:18: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/viewer/RenderModules.h:113:18: note: Virtual function in base class
openvdb/viewer/RenderModules.h:152:18: note: Function in derived class
openvdb/viewer/RenderModules.h:174:18: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/viewer/RenderModules.h:113:18: note: Virtual function in base class
openvdb/viewer/RenderModules.h:174:18: note: Function in derived class
openvdb/viewer/RenderModules.h:196:18: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvdb/viewer/RenderModules.h:113:18: note: Virtual function in base class
openvdb/viewer/RenderModules.h:196:18: note: Function in derived class
openvdb/viewer/RenderModules.cc:980:19: performance: Function parameter 'minValue' should be passed by const reference. [passedByValue]
openvdb/viewer/RenderModules.cc:981:19: performance: Function parameter 'maxValue' should be passed by const reference. [passedByValue]
openvdb/viewer/RenderModules.cc:1003:19: performance: Function parameter 'minValue' should be passed by const reference. [passedByValue]
openvdb/viewer/RenderModules.cc:1004:19: performance: Function parameter 'maxValue' should be passed by const reference. [passedByValue]
openvdb/viewer/Viewer.cc:844:26: style: Function 'sleep' argument 1 names different: declaration 'seconds' definition 'secs'. [funcArgNamesDifferent]
openvdb/viewer/Viewer.cc:118:30: note: Function 'sleep' argument 1 names different: declaration 'seconds' definition 'secs'.
openvdb/viewer/Viewer.cc:844:26: note: Function 'sleep' argument 1 names different: declaration 'seconds' definition 'secs'.
openvdb/viewer/Viewer.cc:364:5: performance: Variable 'mRedisplay' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openvdb/viewer/Viewer.h:63:10: performance: Technically the member function 'openvdb_viewer::Viewer::open' can be static. [functionStatic]
openvdb/viewer/Viewer.cc:309:9: note: Technically the member function 'openvdb_viewer::Viewer::open' can be static.
openvdb/viewer/Viewer.h:63:10: note: Technically the member function 'openvdb_viewer::Viewer::open' can be static.
openvdb/viewer/Viewer.h:66:10: performance: Technically the member function 'openvdb_viewer::Viewer::view' can be static. [functionStatic]
openvdb/viewer/Viewer.cc:316:9: note: Technically the member function 'openvdb_viewer::Viewer::view' can be static.
openvdb/viewer/Viewer.h:66:10: note: Technically the member function 'openvdb_viewer::Viewer::view' can be static.
openvdb/viewer/Viewer.h:70:10: performance: Technically the member function 'openvdb_viewer::Viewer::handleEvents' can be static. [functionStatic]
openvdb/viewer/Viewer.cc:327:9: note: Technically the member function 'openvdb_viewer::Viewer::handleEvents' can be static.
openvdb/viewer/Viewer.h:70:10: note: Technically the member function 'openvdb_viewer::Viewer::handleEvents' can be static.
openvdb/viewer/Viewer.h:74:10: performance: Technically the member function 'openvdb_viewer::Viewer::close' can be static. [functionStatic]
openvdb/viewer/Viewer.cc:334:9: note: Technically the member function 'openvdb_viewer::Viewer::close' can be static.
openvdb/viewer/Viewer.h:74:10: note: Technically the member function 'openvdb_viewer::Viewer::close' can be static.
openvdb/viewer/Viewer.h:77:10: performance: Technically the member function 'openvdb_viewer::Viewer::resize' can be static. [functionStatic]
openvdb/viewer/Viewer.cc:342:9: note: Technically the member function 'openvdb_viewer::Viewer::resize' can be static.
openvdb/viewer/Viewer.h:77:10: note: Technically the member function 'openvdb_viewer::Viewer::resize' can be static.
openvdb/viewer/Viewer.h:80:17: performance: Technically the member function 'openvdb_viewer::Viewer::getVersionString' can be static. [functionStatic]
openvdb/viewer/Viewer.cc:349:9: note: Technically the member function 'openvdb_viewer::Viewer::getVersionString' can be static.
openvdb/viewer/Viewer.h:80:17: note: Technically the member function 'openvdb_viewer::Viewer::getVersionString' can be static.
openvdb/viewer/Viewer.cc:84:10: performance: Technically the member function 'openvdb_viewer::ViewerImpl::isOpen' can be static. [functionStatic]
openvdb/viewer/Viewer.cc:588:13: note: Technically the member function 'openvdb_viewer::ViewerImpl::isOpen' can be static.
openvdb/viewer/Viewer.cc:84:10: note: Technically the member function 'openvdb_viewer::ViewerImpl::isOpen' can be static.
openvdb/viewer/Viewer.cc:87:10: performance: Technically the member function 'openvdb_viewer::ViewerImpl::handleEvents' can be static. [functionStatic]
openvdb/viewer/Viewer.cc:611:13: note: Technically the member function 'openvdb_viewer::ViewerImpl::handleEvents' can be static.
openvdb/viewer/Viewer.cc:87:10: note: Technically the member function 'openvdb_viewer::ViewerImpl::handleEvents' can be static.
openvdb/viewer/Viewer.cc:90:10: performance: Technically the member function 'openvdb_viewer::ViewerImpl::resize' can be static. [functionStatic]
openvdb/viewer/Viewer.cc:772:13: note: Technically the member function 'openvdb_viewer::ViewerImpl::resize' can be static.
openvdb/viewer/Viewer.cc:90:10: note: Technically the member function 'openvdb_viewer::ViewerImpl::resize' can be static.
openvdb/viewer/Viewer.cc:107:10: performance: Technically the member function 'openvdb_viewer::ViewerImpl::swapBuffers' can be static. [functionStatic]
openvdb/viewer/Viewer.cc:962:13: note: Technically the member function 'openvdb_viewer::ViewerImpl::swapBuffers' can be static.
openvdb/viewer/Viewer.cc:107:10: note: Technically the member function 'openvdb_viewer::ViewerImpl::swapBuffers' can be static.
[13:27]

ftp://ftp.se.debian.org/debian/pool/main/o/openvpn/openvpn_2.4.6.orig.tar.xz
openvpn-2.4.6/sample/sample-plugins/keying-material-exporter-demo/keyingmaterialexporter.c:118:22: style: The scope of the variable 'ent' can be reduced. [variableScope]
openvpn-2.4.6/sample/sample-plugins/log/log_v3.c:197:22: style: The scope of the variable 'ent' can be reduced. [variableScope]
openvpn-2.4.6/src/compat/compat-basename.c:39:16: style: Function 'basename' argument 1 names different: declaration 'str' definition 'filename'. [funcArgNamesDifferent]
openvpn-2.4.6/src/compat/compat.h:49:22: note: Function 'basename' argument 1 names different: declaration 'str' definition 'filename'.
openvpn-2.4.6/src/compat/compat-basename.c:39:16: note: Function 'basename' argument 1 names different: declaration 'str' definition 'filename'.
openvpn-2.4.6/src/compat/compat-dirname.c:64:15: style: Function 'dirname' argument 1 names different: declaration 'str' definition 'path'. [funcArgNamesDifferent]
openvpn-2.4.6/src/compat/compat.h:44:21: note: Function 'dirname' argument 1 names different: declaration 'str' definition 'path'.
openvpn-2.4.6/src/compat/compat-dirname.c:64:15: note: Function 'dirname' argument 1 names different: declaration 'str' definition 'path'.
openvpn-2.4.6/src/compat/compat-inet_ntop.c:74:0: error: #error no emulation for inet_ntop [preprocessorErrorDirective]
openvpn-2.4.6/src/compat/compat-inet_pton.c:77:0: error: #error no emulation for inet_ntop [preprocessorErrorDirective]
openvpn-2.4.6/src/openvpn/error.h:398:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvpn-2.4.6/src/openvpn/base64.c:58:9: style: The scope of the variable 'c' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/buffer.c:228:17: style: The scope of the variable 'arglist' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/buffer.c:279:13: style: The scope of the variable 'arglist' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/buffer.c:197:5: style: Redundant pointer operation on 'buf' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/clinat.c:57:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/clinat.c:201:21: style: The scope of the variable 'addr_ptr' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/event.c:1153:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openvpn-2.4.6/src/openvpn/event.c:1121:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/event.c:1153:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/event.c:1173:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
openvpn-2.4.6/src/openvpn/event.c:1164:0: note: Variable 'ret' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/event.c:1173:5: note: Variable 'ret' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/forward.c:1311:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/forward.c:1407:22: style: Variable 'error_code' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/init.c:1432:5: style: Variable 'gw' is reassigned a value before the old one has been used. [redundantAssignment]
openvpn-2.4.6/src/openvpn/init.c:1429:0: note: Variable 'gw' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/init.c:1432:5: note: Variable 'gw' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/init.c:429:30: style: The scope of the variable 'ce' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/init.c:2305:9: style: The scope of the variable 'backoff' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/init.c:71:5: style: Redundant pointer operation on 'c' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/init.c:2434:5: style: Redundant pointer operation on 'ks' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/init.c:4371:5: style: Redundant pointer operation on 'dest' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/interval.c:39:5: style: Redundant pointer operation on 'top' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/lladdr.c:63:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvpn-2.4.6/src/openvpn/misc.c:346:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/misc.c:346:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/misc.c:498:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/misc.c:728:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/misc.c:1467:38: style: Function 'sanitize_control_message' argument 1 names different: declaration 'str' definition 'src'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpn/misc.h:275:50: note: Function 'sanitize_control_message' argument 1 names different: declaration 'str' definition 'src'.
openvpn-2.4.6/src/openvpn/misc.c:1467:38: note: Function 'sanitize_control_message' argument 1 names different: declaration 'str' definition 'src'.
openvpn-2.4.6/src/openvpn/misc.c:195:17: style: Variable 'warn_shown' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/misc.c:254:17: style: Variable 'warn_shown' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/misc.c:734:19: style: Variable 'counter' is modified but its new value is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/options.c:3622:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openvpn-2.4.6/src/openvpn/options.c:4281:10: style: The scope of the variable 'in' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/options.c:4281:14: style: The scope of the variable 'out' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/options.c:4584:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/options.c:4585:9: style: The scope of the variable 'line_num' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/options.c:4684:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/options.c:4684:12: style: The scope of the variable 'j' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/options.c:787:5: style: Redundant pointer operation on 'o' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/options.c:2036:17: style: Variable 'pull' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/platform.c:70:5: style: Redundant pointer operation on 'state' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/platform.c:109:5: style: Redundant pointer operation on 'state' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/proxy.c:229:45: style: Function 'make_base64_string2' argument 2 names different: declaration 'str_len' definition 'src_len'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpn/proxy.h:91:54: note: Function 'make_base64_string2' argument 2 names different: declaration 'str_len' definition 'src_len'.
openvpn-2.4.6/src/openvpn/proxy.c:229:45: note: Function 'make_base64_string2' argument 2 names different: declaration 'str_len' definition 'src_len'.
openvpn-2.4.6/src/openvpn/route.c:4004:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/route.c:309:5: style: Redundant pointer operation on 'r' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/route.c:432:5: style: Redundant pointer operation on 'r6' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/route.c:525:5: style: Redundant pointer operation on 'rl' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/route.c:532:5: style: Redundant pointer operation on 'rl6' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/route.c:3989:5: style: Redundant pointer operation on 'rgi' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/route.c:3996:5: style: Redundant pointer operation on 'rgi6' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/route.c:770:45: style: Function 'init_route_ipv6_list' argument 5 names different: declaration 'remote_host' definition 'remote_host_ipv6'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpn/route.h:291:50: note: Function 'init_route_ipv6_list' argument 5 names different: declaration 'remote_host' definition 'remote_host_ipv6'.
openvpn-2.4.6/src/openvpn/route.c:770:45: note: Function 'init_route_ipv6_list' argument 5 names different: declaration 'remote_host' definition 'remote_host_ipv6'.
openvpn-2.4.6/src/openvpn/route.c:1847:35: style: Function 'add_route_ipv6' argument 1 names different: declaration 'r' definition 'r6'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpn/route.h:259:40: note: Function 'add_route_ipv6' argument 1 names different: declaration 'r' definition 'r6'.
openvpn-2.4.6/src/openvpn/route.c:1847:35: note: Function 'add_route_ipv6' argument 1 names different: declaration 'r' definition 'r6'.
openvpn-2.4.6/src/openvpn/route.c:2322:44: style: Function 'delete_route_ipv6' argument 1 names different: declaration 'r' definition 'r6'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpn/route.h:261:49: note: Function 'delete_route_ipv6' argument 1 names different: declaration 'r' definition 'r6'.
openvpn-2.4.6/src/openvpn/route.c:2322:44: note: Function 'delete_route_ipv6' argument 1 names different: declaration 'r' definition 'r6'.
openvpn-2.4.6/src/openvpn/route.c:3992:58: style: Function 'get_default_gateway_ipv6' argument 1 names different: declaration 'rgi' definition 'rgi6'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpn/route.h:320:63: note: Function 'get_default_gateway_ipv6' argument 1 names different: declaration 'rgi' definition 'rgi6'.
openvpn-2.4.6/src/openvpn/route.c:3992:58: note: Function 'get_default_gateway_ipv6' argument 1 names different: declaration 'rgi' definition 'rgi6'.
openvpn-2.4.6/src/openvpn/route.c:1917:26: style: Variable 'gateway_needed' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/route.c:2347:15: style: Variable 'gateway' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/route.c:2339:18: style: Variable 'device' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/route.c:2375:26: style: Variable 'gateway_needed' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/socket.c:2233:17: style: Condition '!gremlin' is always true [knownConditionTrueFalse]
openvpn-2.4.6/src/openvpn/socket.c:2225:29: note: Assignment 'gremlin=0', assigned value is 0
openvpn-2.4.6/src/openvpn/socket.c:2233:17: note: Condition '!gremlin' is always true
openvpn-2.4.6/src/openvpn/socket.c:2262:13: style: Condition '!gremlin' is always true [knownConditionTrueFalse]
openvpn-2.4.6/src/openvpn/socket.c:2225:29: note: Assignment 'gremlin=0', assigned value is 0
openvpn-2.4.6/src/openvpn/socket.c:2262:13: note: Condition '!gremlin' is always true
openvpn-2.4.6/src/openvpn/socket.c:2858:10: style: The scope of the variable 'tmp_out_buf' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/socket.c:548:5: style: Redundant pointer operation on 'addr' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/socket.c:1085:5: style: Redundant pointer operation on 'act' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/socket.c:1166:5: style: Redundant pointer operation on 'act' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/socket.c:1414:5: style: Redundant pointer operation on 'actual' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/socket.c:1256:17: style: Function 'socket_bind' argument 3 names different: declaration 'af_family' definition 'ai_family'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpn/socket.h:285:22: note: Function 'socket_bind' argument 3 names different: declaration 'af_family' definition 'ai_family'.
openvpn-2.4.6/src/openvpn/socket.c:1256:17: note: Function 'socket_bind' argument 3 names different: declaration 'af_family' definition 'ai_family'.
openvpn-2.4.6/src/openvpn/socket.c:2304:67: style: Function 'link_socket_connection_initiated' argument 3 names different: declaration 'addr' definition 'act'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpn/socket.h:436:72: note: Function 'link_socket_connection_initiated' argument 3 names different: declaration 'addr' definition 'act'.
openvpn-2.4.6/src/openvpn/socket.c:2304:67: note: Function 'link_socket_connection_initiated' argument 3 names different: declaration 'addr' definition 'act'.
openvpn-2.4.6/src/openvpn/socket.c:2674:42: style: Function 'print_sockaddr_ex' argument 1 names different: declaration 'addr' definition 'sa'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpn/socket.h:351:54: note: Function 'print_sockaddr_ex' argument 1 names different: declaration 'addr' definition 'sa'.
openvpn-2.4.6/src/openvpn/socket.c:2674:42: note: Function 'print_sockaddr_ex' argument 1 names different: declaration 'addr' definition 'sa'.
openvpn-2.4.6/src/openvpn/socket.c:2855:32: style: Function 'print_in6_addr' argument 1 names different: declaration 'addr6' definition 'a6'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpn/socket.h:397:44: note: Function 'print_in6_addr' argument 1 names different: declaration 'addr6' definition 'a6'.
openvpn-2.4.6/src/openvpn/socket.c:2855:32: note: Function 'print_in6_addr' argument 1 names different: declaration 'addr6' definition 'a6'.
openvpn-2.4.6/src/openvpn/socket.c:2772:14: style: Variable 'ifname' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/socks.c:533:5: style: Redundant pointer operation on 'relay_addr' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/tun.c:660:9: style: Variable 'tun' is reassigned a value before the old one has been used. [redundantAssignment]
openvpn-2.4.6/src/openvpn/tun.c:655:0: note: Variable 'tun' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/tun.c:660:9: note: Variable 'tun' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/tun.c:899:9: style: Variable 'tun' is reassigned a value before the old one has been used. [redundantAssignment]
openvpn-2.4.6/src/openvpn/tun.c:885:0: note: Variable 'tun' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/tun.c:899:9: note: Variable 'tun' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/tun.c:904:9: style: Variable 'ifconfig_local' is reassigned a value before the old one has been used. [redundantAssignment]
openvpn-2.4.6/src/openvpn/tun.c:886:0: note: Variable 'ifconfig_local' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/tun.c:904:9: note: Variable 'ifconfig_local' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/tun.c:905:9: style: Variable 'ifconfig_remote_netmask' is reassigned a value before the old one has been used. [redundantAssignment]
openvpn-2.4.6/src/openvpn/tun.c:887:0: note: Variable 'ifconfig_remote_netmask' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/tun.c:905:9: note: Variable 'ifconfig_remote_netmask' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpn/tun.c:890:14: style: The scope of the variable 'do_ipv6' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/tun.c:1712:10: style: The scope of the variable 'tunname' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/tun.c:1713:10: style: The scope of the variable 'dynamic_name' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/tun.c:1714:10: style: The scope of the variable 'dynamic_opened' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpn/tun.c:1597:5: style: Redundant pointer operation on 'tuntap' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpn/tun.c:904:26: style: Variable 'ifconfig_local' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/tun.c:905:35: style: Variable 'ifconfig_remote_netmask' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/tun.c:918:34: style: Variable 'ifconfig_broadcast' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/tun.c:909:35: style: Variable 'ifconfig_ipv6_local' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpn/tun.c:910:23: style: Variable 'do_ipv6' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpnserv/automatic.c:145:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpnserv/automatic.c:72:5: style: Redundant pointer operation on 'obj' - it's already a pointer. [redundantPointerOp]
openvpn-2.4.6/src/openvpnserv/automatic.c:200:32: style: Function 'ServiceStartAutomaticOwn' argument 1 names different: declaration 'argc' definition 'dwArgc'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpnserv/service.h:78:44: note: Function 'ServiceStartAutomaticOwn' argument 1 names different: declaration 'argc' definition 'dwArgc'.
openvpn-2.4.6/src/openvpnserv/automatic.c:200:32: note: Function 'ServiceStartAutomaticOwn' argument 1 names different: declaration 'argc' definition 'dwArgc'.
openvpn-2.4.6/src/openvpnserv/automatic.c:200:48: style: Function 'ServiceStartAutomaticOwn' argument 2 names different: declaration 'argv' definition 'lpszArgv'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpnserv/service.h:78:58: note: Function 'ServiceStartAutomaticOwn' argument 2 names different: declaration 'argv' definition 'lpszArgv'.
openvpn-2.4.6/src/openvpnserv/automatic.c:200:48: note: Function 'ServiceStartAutomaticOwn' argument 2 names different: declaration 'argv' definition 'lpszArgv'.
openvpn-2.4.6/src/openvpnserv/automatic.c:208:29: style: Function 'ServiceStartAutomatic' argument 1 names different: declaration 'argc' definition 'dwArgc'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpnserv/service.h:79:41: note: Function 'ServiceStartAutomatic' argument 1 names different: declaration 'argc' definition 'dwArgc'.
openvpn-2.4.6/src/openvpnserv/automatic.c:208:29: note: Function 'ServiceStartAutomatic' argument 1 names different: declaration 'argc' definition 'dwArgc'.
openvpn-2.4.6/src/openvpnserv/automatic.c:208:45: style: Function 'ServiceStartAutomatic' argument 2 names different: declaration 'argv' definition 'lpszArgv'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpnserv/service.h:79:55: note: Function 'ServiceStartAutomatic' argument 2 names different: declaration 'argv' definition 'lpszArgv'.
openvpn-2.4.6/src/openvpnserv/automatic.c:208:45: note: Function 'ServiceStartAutomatic' argument 2 names different: declaration 'argv' definition 'lpszArgv'.
openvpn-2.4.6/src/openvpnserv/common.c:48:13: style: The scope of the variable 'arglist' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpnserv/common.c:246:13: style: The scope of the variable 'arglist' can be reduced. [variableScope]
openvpn-2.4.6/src/openvpnserv/common.c:240:36: style: Function 'MsgToEventLog' argument 2 names different: declaration 'lpszMsg' definition 'format'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpnserv/service.h:94:42: note: Function 'MsgToEventLog' argument 2 names different: declaration 'lpszMsg' definition 'format'.
openvpn-2.4.6/src/openvpnserv/common.c:240:36: note: Function 'MsgToEventLog' argument 2 names different: declaration 'lpszMsg' definition 'format'.
openvpn-2.4.6/src/openvpnserv/common.c:266:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvpn-2.4.6/src/openvpnserv/interactive.c:886:5: style: Variable 'cmdline_dup' is reassigned a value before the old one has been used. [redundantAssignment]
openvpn-2.4.6/src/openvpnserv/interactive.c:878:0: note: Variable 'cmdline_dup' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpnserv/interactive.c:886:5: note: Variable 'cmdline_dup' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpnserv/interactive.c:990:5: style: Variable 'thread' is reassigned a value before the old one has been used. [redundantAssignment]
openvpn-2.4.6/src/openvpnserv/interactive.c:987:0: note: Variable 'thread' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpnserv/interactive.c:990:5: note: Variable 'thread' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpnserv/interactive.c:1442:34: style: Same expression on both sides of '|'. [duplicateExpression]
openvpn-2.4.6/src/openvpnserv/interactive.c:1792:34: style: Function 'ServiceStartInteractiveOwn' argument 1 names different: declaration 'argc' definition 'dwArgc'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpnserv/service.h:81:46: note: Function 'ServiceStartInteractiveOwn' argument 1 names different: declaration 'argc' definition 'dwArgc'.
openvpn-2.4.6/src/openvpnserv/interactive.c:1792:34: note: Function 'ServiceStartInteractiveOwn' argument 1 names different: declaration 'argc' definition 'dwArgc'.
openvpn-2.4.6/src/openvpnserv/interactive.c:1792:50: style: Function 'ServiceStartInteractiveOwn' argument 2 names different: declaration 'argv' definition 'lpszArgv'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpnserv/service.h:81:60: note: Function 'ServiceStartInteractiveOwn' argument 2 names different: declaration 'argv' definition 'lpszArgv'.
openvpn-2.4.6/src/openvpnserv/interactive.c:1792:50: note: Function 'ServiceStartInteractiveOwn' argument 2 names different: declaration 'argv' definition 'lpszArgv'.
openvpn-2.4.6/src/openvpnserv/interactive.c:1800:31: style: Function 'ServiceStartInteractive' argument 1 names different: declaration 'argc' definition 'dwArgc'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpnserv/service.h:82:43: note: Function 'ServiceStartInteractive' argument 1 names different: declaration 'argc' definition 'dwArgc'.
openvpn-2.4.6/src/openvpnserv/interactive.c:1800:31: note: Function 'ServiceStartInteractive' argument 1 names different: declaration 'argc' definition 'dwArgc'.
openvpn-2.4.6/src/openvpnserv/interactive.c:1800:47: style: Function 'ServiceStartInteractive' argument 2 names different: declaration 'argv' definition 'lpszArgv'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpnserv/service.h:82:57: note: Function 'ServiceStartInteractive' argument 2 names different: declaration 'argv' definition 'lpszArgv'.
openvpn-2.4.6/src/openvpnserv/interactive.c:1800:47: note: Function 'ServiceStartInteractive' argument 2 names different: declaration 'argv' definition 'lpszArgv'.
openvpn-2.4.6/src/openvpnserv/interactive.c:959:9: style: Variable 'ipcfg' is assigned a value that is never used. [unreadVariable]
openvpn-2.4.6/src/openvpnserv/validate.c:133:5: style: Variable 'admin_sid' is reassigned a value before the old one has been used. [redundantAssignment]
openvpn-2.4.6/src/openvpnserv/validate.c:126:0: note: Variable 'admin_sid' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpnserv/validate.c:133:5: note: Variable 'admin_sid' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/openvpnserv/validate.c:265:45: style: Function 'IsUserInGroup' argument 2 names different: declaration 'groups' definition 'token_groups'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpnserv/validate.c:51:57: note: Function 'IsUserInGroup' argument 2 names different: declaration 'groups' definition 'token_groups'.
openvpn-2.4.6/src/openvpnserv/validate.c:265:45: note: Function 'IsUserInGroup' argument 2 names different: declaration 'groups' definition 'token_groups'.
openvpn-2.4.6/src/openvpnserv/validate.c:324:39: style: Function 'CheckOption' argument 2 names different: declaration 'narg' definition 'argc'. [funcArgNamesDifferent]
openvpn-2.4.6/src/openvpnserv/validate.h:39:39: note: Function 'CheckOption' argument 2 names different: declaration 'narg' definition 'argc'.
openvpn-2.4.6/src/openvpnserv/validate.c:324:39: note: Function 'CheckOption' argument 2 names different: declaration 'narg' definition 'argc'.
openvpn-2.4.6/src/plugins/auth-pam/auth-pam.c:681:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
openvpn-2.4.6/src/plugins/auth-pam/auth-pam.c:674:0: note: Variable 'status' is reassigned a value before the old one has been used.
openvpn-2.4.6/src/plugins/auth-pam/auth-pam.c:681:5: note: Variable 'status' is reassigned a value before the old one has been used.
[13:28]

ftp://ftp.se.debian.org/debian/pool/main/o/openvpn-auth-ldap/openvpn-auth-ldap_2.0.3.orig.tar.gz
auth-ldap-2.0.3/tools/lemon.c:1752:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
auth-ldap-2.0.3/tools/lemon.c:636:20: style: The scope of the variable 's1' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:1149:10: style: The scope of the variable 'dot' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:1244:8: style: The scope of the variable 'c' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:1271:7: style: The scope of the variable 'end' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:1271:12: style: The scope of the variable 'restart' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:1632:7: style: The scope of the variable 'i' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:1633:7: style: The scope of the variable 'dashdash' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:1691:7: style: The scope of the variable 'lv' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:1692:10: style: The scope of the variable 'dv' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:1803:7: style: The scope of the variable 'dashdash' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:1804:7: style: The scope of the variable 'i' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:1832:12: style: The scope of the variable 'len' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:2623:21: style: The scope of the variable 'len' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:2759:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:2866:10: style: The scope of the variable 'iStart' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:3043:7: style: The scope of the variable 'c' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:3165:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:3166:6: style: The scope of the variable 'linecnt' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:3768:8: style: The scope of the variable 'line' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:3769:8: style: The scope of the variable 'pattern' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:3807:27: style: The scope of the variable 'rbest' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:3808:7: style: The scope of the variable 'nbest' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:4260:7: style: The scope of the variable 'i' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:4447:7: style: The scope of the variable 'i' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/lemon.c:2391:5: error: Resource leak: fp [resourceLeak]
auth-ldap-2.0.3/tools/lemon.c:2398:5: error: Resource leak: fp [resourceLeak]
auth-ldap-2.0.3/tools/lemon.c:3059:5: error: Common realloc mistake: 'z' nulled but not freed upon failure [memleakOnRealloc]
auth-ldap-2.0.3/tools/lemon.c:2924:0: error: Memory leak: tpltname [memleak]
auth-ldap-2.0.3/tools/makeheaders.c:2740:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
auth-ldap-2.0.3/tools/makeheaders.c:1527:20: style: The scope of the variable 'aWords' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/makeheaders.c:2891:7: style: The scope of the variable 'n' can be reduced. [variableScope]
auth-ldap-2.0.3/tools/makeheaders.c:2932:11: error: Common realloc mistake: 'zNew' nulled but not freed upon failure [memleakOnRealloc]
auth-ldap-2.0.3/tools/makeheaders.c:2954:0: error: Resource leak: in [resourceLeak]
[13:28]

ftp://ftp.se.debian.org/debian/pool/main/o/openvpn-auth-radius/openvpn-auth-radius_2.1.orig.tar.gz
radiusplugin/AccountingProcess.cpp:454:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
radiusplugin/AccountingProcess.h:36:6: performance: Technically the member function 'AccountingProcess::callVsaScript' can be static. [functionStatic]
radiusplugin/AccountingProcess.cpp:311:24: note: Technically the member function 'AccountingProcess::callVsaScript' can be static.
radiusplugin/AccountingProcess.h:36:6: note: Technically the member function 'AccountingProcess::callVsaScript' can be static.
radiusplugin/UserPlugin.h:46:2: style: Class 'UserPlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
radiusplugin/RadiusClass/RadiusConfig.h:58:2: style: Class 'RadiusConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
radiusplugin/Exception.h:44:6: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
radiusplugin/Exception.h:45:6: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
radiusplugin/IpcSocket.h:51:2: style: Class 'IpcSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
radiusplugin/Config.h:58:2: style: Class 'Config' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
radiusplugin/RadiusClass/RadiusAttribute.h:43:6: style: Class 'RadiusAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
radiusplugin/RadiusClass/RadiusPacket.h:89:6: style: Class 'RadiusPacket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
radiusplugin/AccountingProcess.cpp:468:10: error: Memory leak: buf [memleak]
radiusplugin/AccountingProcess.cpp:476:7: error: Memory leak: buf [memleak]
radiusplugin/AcctScheduler.cpp:193:7: style: The scope of the variable 'line' can be reduced. [variableScope]
radiusplugin/AcctScheduler.cpp:131:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
radiusplugin/AcctScheduler.cpp:178:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
radiusplugin/AcctScheduler.h:66:7: performance: Technically the member function 'AcctScheduler::parseStatusFile' can be static. [functionStatic]
radiusplugin/AcctScheduler.cpp:191:21: note: Technically the member function 'AcctScheduler::parseStatusFile' can be static.
radiusplugin/AcctScheduler.h:66:7: note: Technically the member function 'AcctScheduler::parseStatusFile' can be static.
radiusplugin/AuthenticationProcess.h:33:7: performance: Technically the member function 'AuthenticationProcess::Authentication' can be static. [functionStatic]
radiusplugin/AuthenticationProcess.cpp:41:29: note: Technically the member function 'AuthenticationProcess::Authentication' can be static.
radiusplugin/AuthenticationProcess.h:33:7: note: Technically the member function 'AuthenticationProcess::Authentication' can be static.
radiusplugin/Config.cpp:160:17: style: The scope of the variable 'delims' can be reduced. [variableScope]
radiusplugin/Config.cpp:36:8: performance: Variable 'ccdPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/Config.cpp:37:8: performance: Variable 'openvpnconfig' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/Config.cpp:38:8: performance: Variable 'vsanamedpipe' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/Config.cpp:39:8: performance: Variable 'vsascript' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/Config.h:54:7: performance: Technically the member function 'Config::deletechars' can be static. [functionStatic]
radiusplugin/Config.cpp:252:14: note: Technically the member function 'Config::deletechars' can be static.
radiusplugin/Config.h:54:7: note: Technically the member function 'Config::deletechars' can be static.
radiusplugin/Config.h:65:7: performance: Technically the member function 'Config::getValue' can be static. [functionStatic]
radiusplugin/Config.cpp:285:14: note: Technically the member function 'Config::getValue' can be static.
radiusplugin/Config.h:65:7: note: Technically the member function 'Config::getValue' can be static.
radiusplugin/Config.h:67:9: style: Technically the member function 'Config::getCcdPath' can be const. [functionConst]
radiusplugin/Config.cpp:309:16: note: Technically the member function 'Config::getCcdPath' can be const.
radiusplugin/Config.h:67:9: note: Technically the member function 'Config::getCcdPath' can be const.
radiusplugin/Config.h:70:9: style: Technically the member function 'Config::getStatusFile' can be const. [functionConst]
radiusplugin/Config.cpp:330:16: note: Technically the member function 'Config::getStatusFile' can be const.
radiusplugin/Config.h:70:9: note: Technically the member function 'Config::getStatusFile' can be const.
radiusplugin/Config.h:79:9: style: Technically the member function 'Config::getVsaScript' can be const. [functionConst]
radiusplugin/Config.cpp:390:16: note: Technically the member function 'Config::getVsaScript' can be const.
radiusplugin/Config.h:79:9: note: Technically the member function 'Config::getVsaScript' can be const.
radiusplugin/Config.h:82:9: style: Technically the member function 'Config::getVsaNamedPipe' can be const. [functionConst]
radiusplugin/Config.cpp:424:16: note: Technically the member function 'Config::getVsaNamedPipe' can be const.
radiusplugin/Config.h:82:9: note: Technically the member function 'Config::getVsaNamedPipe' can be const.
radiusplugin/Config.h:85:7: style: Technically the member function 'Config::getUsernameAsCommonname' can be const. [functionConst]
radiusplugin/Config.cpp:407:14: note: Technically the member function 'Config::getUsernameAsCommonname' can be const.
radiusplugin/Config.h:85:7: note: Technically the member function 'Config::getUsernameAsCommonname' can be const.
radiusplugin/Config.h:88:7: style: Technically the member function 'Config::getClientCertNotRequired' can be const. [functionConst]
radiusplugin/Config.cpp:442:14: note: Technically the member function 'Config::getClientCertNotRequired' can be const.
radiusplugin/Config.h:88:7: note: Technically the member function 'Config::getClientCertNotRequired' can be const.
radiusplugin/Config.h:91:7: style: Technically the member function 'Config::getOverWriteCCFiles' can be const. [functionConst]
radiusplugin/Config.cpp:466:14: note: Technically the member function 'Config::getOverWriteCCFiles' can be const.
radiusplugin/Config.h:91:7: note: Technically the member function 'Config::getOverWriteCCFiles' can be const.
radiusplugin/Config.h:94:14: style: Technically the member function 'Config::getUseAuthControlFile' can be const. [functionConst]
radiusplugin/Config.cpp:482:14: note: Technically the member function 'Config::getUseAuthControlFile' can be const.
radiusplugin/Config.h:94:14: note: Technically the member function 'Config::getUseAuthControlFile' can be const.
radiusplugin/Config.h:97:9: style: Technically the member function 'Config::getOpenVPNConfig' can be const. [functionConst]
radiusplugin/Config.cpp:450:16: note: Technically the member function 'Config::getOpenVPNConfig' can be const.
radiusplugin/Config.h:97:9: note: Technically the member function 'Config::getOpenVPNConfig' can be const.
radiusplugin/Config.cpp:338:35: performance: Function parameter 'file' should be passed by const reference. [passedByValue]
radiusplugin/Config.cpp:381:34: performance: Function parameter 'script' should be passed by const reference. [passedByValue]
radiusplugin/Config.cpp:415:37: performance: Function parameter 'pipe' should be passed by const reference. [passedByValue]
radiusplugin/Config.cpp:458:38: performance: Function parameter 'conf' should be passed by const reference. [passedByValue]
radiusplugin/Config.cpp:155:9: performance: Possible inefficient checking for 'configfiles' emptiness. [stlSize]
radiusplugin/Exception.cpp:43:10: warning: Variable 'this->errtext' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
radiusplugin/Exception.cpp:40:10: note: Variable 'this->errtext' is reassigned a value before the old one has been used. 'break;' missing?
radiusplugin/Exception.cpp:43:10: note: Variable 'this->errtext' is reassigned a value before the old one has been used. 'break;' missing?
radiusplugin/Exception.cpp:53:8: performance: Variable 'errtext' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/Exception.h:47:7: style: Technically the member function 'Exception::getErrnum' can be const. [functionConst]
radiusplugin/Exception.cpp:67:16: note: Technically the member function 'Exception::getErrnum' can be const.
radiusplugin/Exception.h:47:7: note: Technically the member function 'Exception::getErrnum' can be const.
radiusplugin/Exception.cpp:50:29: performance: Function parameter 'txt' should be passed by const reference. [passedByValue]
radiusplugin/IpcSocket.h:54:6: style: Technically the member function 'IpcSocket::getSocket' can be const. [functionConst]
radiusplugin/IpcSocket.cpp:63:16: note: Technically the member function 'IpcSocket::getSocket' can be const.
radiusplugin/IpcSocket.h:54:6: note: Technically the member function 'IpcSocket::getSocket' can be const.
radiusplugin/IpcSocket.cpp:189:0: error: Memory leak: buffer [memleak]
radiusplugin/PluginContext.cpp:83:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
radiusplugin/PluginContext.cpp:28:16: warning: Member variable 'PluginContext::result' is not initialized in the constructor. [uninitMemberVar]
radiusplugin/PluginContext.h:96:8: style: Technically the member function 'PluginContext::getVerbosity' can be const. [functionConst]
radiusplugin/PluginContext.cpp:148:20: note: Technically the member function 'PluginContext::getVerbosity' can be const.
radiusplugin/PluginContext.h:96:8: note: Technically the member function 'PluginContext::getVerbosity' can be const.
radiusplugin/PluginContext.h:100:10: style: Technically the member function 'PluginContext::getAuthPid' can be const. [functionConst]
radiusplugin/PluginContext.cpp:165:22: note: Technically the member function 'PluginContext::getAuthPid' can be const.
radiusplugin/PluginContext.h:100:10: note: Technically the member function 'PluginContext::getAuthPid' can be const.
radiusplugin/PluginContext.h:103:10: style: Technically the member function 'PluginContext::getAcctPid' can be const. [functionConst]
radiusplugin/PluginContext.cpp:183:22: note: Technically the member function 'PluginContext::getAcctPid' can be const.
radiusplugin/PluginContext.h:103:10: note: Technically the member function 'PluginContext::getAcctPid' can be const.
radiusplugin/PluginContext.h:106:8: style: Technically the member function 'PluginContext::getSessionId' can be const. [functionConst]
radiusplugin/PluginContext.cpp:201:20: note: Technically the member function 'PluginContext::getSessionId' can be const.
radiusplugin/PluginContext.h:106:8: note: Technically the member function 'PluginContext::getSessionId' can be const.
radiusplugin/PluginContext.h:121:13: style: Technically the member function 'PluginContext::getResult' can be const. [functionConst]
radiusplugin/PluginContext.cpp:252:20: note: Technically the member function 'PluginContext::getResult' can be const.
radiusplugin/PluginContext.h:121:13: note: Technically the member function 'PluginContext::getResult' can be const.
radiusplugin/PluginContext.h:124:14: style: Technically the member function 'PluginContext::getStopThread' can be const. [functionConst]
radiusplugin/PluginContext.cpp:269:21: note: Technically the member function 'PluginContext::getStopThread' can be const.
radiusplugin/PluginContext.h:124:14: note: Technically the member function 'PluginContext::getStopThread' can be const.
radiusplugin/PluginContext.h:127:14: style: Technically the member function 'PluginContext::UserWaitingtoAuth' can be const. [functionConst]
radiusplugin/PluginContext.cpp:262:21: note: Technically the member function 'PluginContext::UserWaitingtoAuth' can be const.
radiusplugin/PluginContext.h:127:14: note: Technically the member function 'PluginContext::UserWaitingtoAuth' can be const.
radiusplugin/PluginContext.h:129:14: style: Technically the member function 'PluginContext::getStartThread' can be const. [functionConst]
radiusplugin/PluginContext.cpp:280:21: note: Technically the member function 'PluginContext::getStartThread' can be const.
radiusplugin/PluginContext.h:129:14: note: Technically the member function 'PluginContext::getStartThread' can be const.
radiusplugin/PluginContext.cpp:264:13: performance: Possible inefficient checking for 'newusers' emptiness. [stlSize]
radiusplugin/RadiusClass/RadiusAttribute.cpp:158:8: style: The scope of the variable 'k' can be reduced. [variableScope]
radiusplugin/RadiusClass/RadiusAttribute.cpp:158:10: style: The scope of the variable 'j' can be reduced. [variableScope]
radiusplugin/RadiusClass/RadiusAttribute.cpp:158:12: style: The scope of the variable 'l' can be reduced. [variableScope]
radiusplugin/RadiusClass/RadiusAttribute.cpp:159:3: style: The scope of the variable 'passwordlen' can be reduced. [variableScope]
radiusplugin/RadiusClass/RadiusAttribute.cpp:293:6: style: The scope of the variable 'passwordlen' can be reduced. [variableScope]
radiusplugin/RadiusClass/RadiusAttribute.cpp:546:6: style: The scope of the variable 'num' can be reduced. [variableScope]
radiusplugin/RadiusClass/RadiusAttribute.cpp:315:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
radiusplugin/RadiusClass/RadiusAttribute.cpp:326:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
radiusplugin/RadiusClass/RadiusAttribute.cpp:336:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
radiusplugin/RadiusClass/RadiusAttribute.cpp:346:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
radiusplugin/RadiusClass/RadiusAttribute.cpp:44:18: warning: Member variable 'RadiusAttribute::length' is not initialized in the constructor. [uninitMemberVar]
radiusplugin/RadiusClass/RadiusAttribute.cpp:492:36: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
radiusplugin/RadiusClass/RadiusAttribute.h:53:9: style: Technically the member function 'RadiusAttribute::getLength' can be const. [functionConst]
radiusplugin/RadiusClass/RadiusAttribute.cpp:119:22: note: Technically the member function 'RadiusAttribute::getLength' can be const.
radiusplugin/RadiusClass/RadiusAttribute.h:53:9: note: Technically the member function 'RadiusAttribute::getLength' can be const.
radiusplugin/RadiusClass/RadiusAttribute.h:57:9: style: Technically the member function 'RadiusAttribute::getType' can be const. [functionConst]
radiusplugin/RadiusClass/RadiusAttribute.cpp:250:22: note: Technically the member function 'RadiusAttribute::getType' can be const.
radiusplugin/RadiusClass/RadiusAttribute.h:57:9: note: Technically the member function 'RadiusAttribute::getType' can be const.
radiusplugin/RadiusClass/RadiusConfig.cpp:359:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
radiusplugin/RadiusClass/RadiusConfig.h:53:7: performance: Technically the member function 'RadiusConfig::deletechars' can be static. [functionStatic]
radiusplugin/RadiusClass/RadiusConfig.cpp:212:20: note: Technically the member function 'RadiusConfig::deletechars' can be static.
radiusplugin/RadiusClass/RadiusConfig.h:53:7: note: Technically the member function 'RadiusConfig::deletechars' can be static.
radiusplugin/RadiusClass/RadiusConfig.h:65:7: performance: Technically the member function 'RadiusConfig::getValue' can be static. [functionStatic]
radiusplugin/RadiusClass/RadiusConfig.cpp:242:20: note: Technically the member function 'RadiusConfig::getValue' can be static.
radiusplugin/RadiusClass/RadiusConfig.h:65:7: note: Technically the member function 'RadiusConfig::getValue' can be static.
radiusplugin/RadiusClass/RadiusPacket.cpp:318:20: style: The scope of the variable 'ra' can be reduced. [variableScope]
radiusplugin/RadiusClass/RadiusPacket.cpp:122:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
radiusplugin/RadiusClass/RadiusPacket.cpp:196:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
radiusplugin/RadiusClass/RadiusPacket.cpp:551:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
radiusplugin/RadiusClass/RadiusPacket.h:82:10: performance: Technically the member function 'RadiusPacket::getRandom' can be static. [functionStatic]
radiusplugin/RadiusClass/RadiusPacket.cpp:627:20: note: Technically the member function 'RadiusPacket::getRandom' can be static.
radiusplugin/RadiusClass/RadiusPacket.h:82:10: note: Technically the member function 'RadiusPacket::getRandom' can be static.
radiusplugin/RadiusClass/RadiusPacket.h:102:9: style: Technically the member function 'RadiusPacket::getCode' can be const. [functionConst]
radiusplugin/RadiusClass/RadiusPacket.cpp:615:19: note: Technically the member function 'RadiusPacket::getCode' can be const.
radiusplugin/RadiusClass/RadiusPacket.h:102:9: note: Technically the member function 'RadiusPacket::getCode' can be const.
radiusplugin/RadiusClass/RadiusServer.cpp:39:8: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/RadiusClass/RadiusServer.cpp:42:8: performance: Variable 'sharedsecret' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/RadiusClass/RadiusServer.h:47:6: style: Technically the member function 'RadiusServer::getRetry' can be const. [functionConst]
radiusplugin/RadiusClass/RadiusServer.cpp:142:19: note: Technically the member function 'RadiusServer::getRetry' can be const.
radiusplugin/RadiusClass/RadiusServer.h:47:6: note: Technically the member function 'RadiusServer::getRetry' can be const.
radiusplugin/RadiusClass/RadiusServer.h:51:6: style: Technically the member function 'RadiusServer::getWait' can be const. [functionConst]
radiusplugin/RadiusClass/RadiusServer.cpp:168:19: note: Technically the member function 'RadiusServer::getWait' can be const.
radiusplugin/RadiusClass/RadiusServer.h:51:6: note: Technically the member function 'RadiusServer::getWait' can be const.
radiusplugin/RadiusClass/RadiusServer.h:54:9: style: Technically the member function 'RadiusServer::getSharedSecret' can be const. [functionConst]
radiusplugin/RadiusClass/RadiusServer.cpp:159:22: note: Technically the member function 'RadiusServer::getSharedSecret' can be const.
radiusplugin/RadiusClass/RadiusServer.h:54:9: note: Technically the member function 'RadiusServer::getSharedSecret' can be const.
radiusplugin/RadiusClass/RadiusServer.h:56:6: style: Technically the member function 'RadiusServer::getAuthPort' can be const. [functionConst]
radiusplugin/RadiusClass/RadiusServer.cpp:81:19: note: Technically the member function 'RadiusServer::getAuthPort' can be const.
radiusplugin/RadiusClass/RadiusServer.h:56:6: note: Technically the member function 'RadiusServer::getAuthPort' can be const.
radiusplugin/RadiusClass/RadiusServer.h:59:6: style: Technically the member function 'RadiusServer::getAcctPort' can be const. [functionConst]
radiusplugin/RadiusClass/RadiusServer.cpp:100:19: note: Technically the member function 'RadiusServer::getAcctPort' can be const.
radiusplugin/RadiusClass/RadiusServer.h:59:6: note: Technically the member function 'RadiusServer::getAcctPort' can be const.
radiusplugin/RadiusClass/RadiusServer.h:62:9: style: Technically the member function 'RadiusServer::getName' can be const. [functionConst]
radiusplugin/RadiusClass/RadiusServer.cpp:119:22: note: Technically the member function 'RadiusServer::getName' can be const.
radiusplugin/RadiusClass/RadiusServer.h:62:9: note: Technically the member function 'RadiusServer::getName' can be const.
radiusplugin/RadiusClass/RadiusServer.h:30:1: warning: The class 'RadiusServer' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
radiusplugin/RadiusClass/RadiusServer.cpp:34:35: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
radiusplugin/RadiusClass/RadiusServer.cpp:34:48: performance: Function parameter 'secret' should be passed by const reference. [passedByValue]
radiusplugin/RadiusClass/RadiusServer.cpp:110:35: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
radiusplugin/RadiusClass/RadiusServer.cpp:151:43: performance: Function parameter 'secret' should be passed by const reference. [passedByValue]
radiusplugin/RadiusClass/RadiusVendorSpecificAttribute.cpp:241:6: style: The scope of the variable 'num' can be reduced. [variableScope]
radiusplugin/RadiusClass/RadiusVendorSpecificAttribute.cpp:182:64: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
radiusplugin/RadiusClass/RadiusVendorSpecificAttribute.h:49:9: style: Technically the member function 'RadiusVendorSpecificAttribute::getLength' can be const. [functionConst]
radiusplugin/RadiusClass/RadiusVendorSpecificAttribute.cpp:71:36: note: Technically the member function 'RadiusVendorSpecificAttribute::getLength' can be const.
radiusplugin/RadiusClass/RadiusVendorSpecificAttribute.h:49:9: note: Technically the member function 'RadiusVendorSpecificAttribute::getLength' can be const.
radiusplugin/RadiusClass/RadiusVendorSpecificAttribute.h:57:9: style: Technically the member function 'RadiusVendorSpecificAttribute::getType' can be const. [functionConst]
radiusplugin/RadiusClass/RadiusVendorSpecificAttribute.cpp:122:36: note: Technically the member function 'RadiusVendorSpecificAttribute::getType' can be const.
radiusplugin/RadiusClass/RadiusVendorSpecificAttribute.h:57:9: note: Technically the member function 'RadiusVendorSpecificAttribute::getType' can be const.
radiusplugin/RadiusClass/main.cpp:721:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
radiusplugin/RadiusClass/main.cpp:760:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
radiusplugin/RadiusClass/main.cpp:746:41: error: Uninitialized variable: acct_interval [uninitvar]
radiusplugin/User.cpp:67:14: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
radiusplugin/User.cpp:27:8: performance: Variable 'framedip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:28:8: performance: Variable 'framedroutes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:29:8: performance: Variable 'key' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:30:15: performance: Variable 'statusfilekey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:31:8: performance: Variable 'untrustedport' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:34:8: performance: Variable 'acctinteriminterval' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:101:8: performance: Variable 'username' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:102:8: performance: Variable 'commonname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:103:8: performance: Variable 'framedroutes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:104:8: performance: Variable 'framedip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:105:8: performance: Variable 'key' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:106:15: performance: Variable 'statusfilekey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:107:8: performance: Variable 'callingstationid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:109:8: performance: Variable 'acctinteriminterval' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:110:8: performance: Variable 'untrustedport' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.cpp:111:8: performance: Variable 'sessionid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/User.h:69:9: style: Technically the member function 'User::getUsername' can be const. [functionConst]
radiusplugin/User.cpp:128:14: note: Technically the member function 'User::getUsername' can be const.
radiusplugin/User.h:69:9: note: Technically the member function 'User::getUsername' can be const.
radiusplugin/User.h:72:9: style: Technically the member function 'User::getCommonname' can be const. [functionConst]
radiusplugin/User.cpp:141:14: note: Technically the member function 'User::getCommonname' can be const.
radiusplugin/User.h:72:9: note: Technically the member function 'User::getCommonname' can be const.
radiusplugin/User.h:76:9: style: Technically the member function 'User::getFramedRoutes' can be const. [functionConst]
radiusplugin/User.cpp:154:14: note: Technically the member function 'User::getFramedRoutes' can be const.
radiusplugin/User.h:76:9: note: Technically the member function 'User::getFramedRoutes' can be const.
radiusplugin/User.h:79:9: style: Technically the member function 'User::getFramedIp' can be const. [functionConst]
radiusplugin/User.cpp:168:14: note: Technically the member function 'User::getFramedIp' can be const.
radiusplugin/User.h:79:9: note: Technically the member function 'User::getFramedIp' can be const.
radiusplugin/User.h:82:9: style: Technically the member function 'User::getKey' can be const. [functionConst]
radiusplugin/User.cpp:181:14: note: Technically the member function 'User::getKey' can be const.
radiusplugin/User.h:82:9: note: Technically the member function 'User::getKey' can be const.
radiusplugin/User.h:85:16: style: Technically the member function 'User::getStatusFileKey' can be const. [functionConst]
radiusplugin/User.cpp:195:14: note: Technically the member function 'User::getStatusFileKey' can be const.
radiusplugin/User.h:85:16: note: Technically the member function 'User::getStatusFileKey' can be const.
radiusplugin/User.h:88:9: style: Technically the member function 'User::getCallingStationId' can be const. [functionConst]
radiusplugin/User.cpp:209:14: note: Technically the member function 'User::getCallingStationId' can be const.
radiusplugin/User.h:88:9: note: Technically the member function 'User::getCallingStationId' can be const.
radiusplugin/User.h:91:6: style: Technically the member function 'User::getPortnumber' can be const. [functionConst]
radiusplugin/User.cpp:222:11: note: Technically the member function 'User::getPortnumber' can be const.
radiusplugin/User.h:91:6: note: Technically the member function 'User::getPortnumber' can be const.
radiusplugin/User.h:94:9: style: Technically the member function 'User::getAcctInterimInterval' can be const. [functionConst]
radiusplugin/User.cpp:235:14: note: Technically the member function 'User::getAcctInterimInterval' can be const.
radiusplugin/User.h:94:9: note: Technically the member function 'User::getAcctInterimInterval' can be const.
radiusplugin/User.h:97:9: style: Technically the member function 'User::getUntrustedPort' can be const. [functionConst]
radiusplugin/User.cpp:250:14: note: Technically the member function 'User::getUntrustedPort' can be const.
radiusplugin/User.h:97:9: note: Technically the member function 'User::getUntrustedPort' can be const.
radiusplugin/User.h:104:15: style: Technically the member function 'User::getVsaBufLen' can be const. [functionConst]
radiusplugin/User.cpp:312:20: note: Technically the member function 'User::getVsaBufLen' can be const.
radiusplugin/User.h:104:15: note: Technically the member function 'User::getVsaBufLen' can be const.
radiusplugin/User.h:107:9: style: Technically the member function 'User::getSessionId' can be const. [functionConst]
radiusplugin/User.cpp:326:14: note: Technically the member function 'User::getSessionId' can be const.
radiusplugin/User.h:107:9: note: Technically the member function 'User::getSessionId' can be const.
radiusplugin/User.h:57:10: style: Class 'User' is unsafe, 'User::vsabuf' can leak by wrong usage. [unsafeClassCanLeak]
radiusplugin/User.cpp:134:31: performance: Function parameter 'uname' should be passed by const reference. [passedByValue]
radiusplugin/User.cpp:147:33: performance: Function parameter 'cn' should be passed by const reference. [passedByValue]
radiusplugin/User.cpp:161:35: performance: Function parameter 'froutes' should be passed by const reference. [passedByValue]
radiusplugin/User.cpp:174:31: performance: Function parameter 'ip' should be passed by const reference. [passedByValue]
radiusplugin/User.cpp:188:26: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
radiusplugin/User.cpp:202:36: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
radiusplugin/User.cpp:215:39: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
radiusplugin/User.cpp:259:36: performance: Function parameter 'port' should be passed by const reference. [passedByValue]
radiusplugin/User.cpp:332:32: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
radiusplugin/UserAcct.cpp:597:7: style: The scope of the variable 'framedip' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:599:7: style: The scope of the variable 'routestring' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:600:7: style: The scope of the variable 'framednetmask_cidr' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:601:7: style: The scope of the variable 'framedgw' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:602:7: style: The scope of the variable 'framedmetric' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:604:6: style: The scope of the variable 'j' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:604:10: style: The scope of the variable 'k' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:604:14: style: The scope of the variable 'len' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:750:7: style: The scope of the variable 'framedip' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:752:7: style: The scope of the variable 'routestring' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:753:7: style: The scope of the variable 'framednetmask_cidr' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:754:7: style: The scope of the variable 'framedgw' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:755:7: style: The scope of the variable 'framedmetric' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:757:6: style: The scope of the variable 'j' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:757:10: style: The scope of the variable 'k' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:757:14: style: The scope of the variable 'len' can be reduced. [variableScope]
radiusplugin/UserAcct.cpp:637:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:649:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:657:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:662:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:674:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:679:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:688:17: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:790:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:802:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:810:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:815:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:827:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:832:16: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:841:17: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
radiusplugin/UserAcct.cpp:33:2: performance: Variable 'nextupdate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/UserAcct.cpp:34:2: performance: Variable 'starttime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/UserAcct.cpp:72:8: performance: Variable 'nextupdate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/UserAcct.cpp:73:8: performance: Variable 'starttime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/UserAcct.h:58:11: style: Technically the member function 'UserAcct::getGigaIn' can be const. [functionConst]
radiusplugin/UserAcct.cpp:901:20: note: Technically the member function 'UserAcct::getGigaIn' can be const.
radiusplugin/UserAcct.h:58:11: note: Technically the member function 'UserAcct::getGigaIn' can be const.
radiusplugin/UserAcct.h:61:11: style: Technically the member function 'UserAcct::getGigaOut' can be const. [functionConst]
radiusplugin/UserAcct.cpp:914:20: note: Technically the member function 'UserAcct::getGigaOut' can be const.
radiusplugin/UserAcct.h:61:11: note: Technically the member function 'UserAcct::getGigaOut' can be const.
radiusplugin/UserAcct.h:64:11: style: Technically the member function 'UserAcct::getBytesIn' can be const. [functionConst]
radiusplugin/UserAcct.cpp:927:20: note: Technically the member function 'UserAcct::getBytesIn' can be const.
radiusplugin/UserAcct.h:64:11: note: Technically the member function 'UserAcct::getBytesIn' can be const.
radiusplugin/UserAcct.h:67:11: style: Technically the member function 'UserAcct::getBytesOut' can be const. [functionConst]
radiusplugin/UserAcct.cpp:940:20: note: Technically the member function 'UserAcct::getBytesOut' can be const.
radiusplugin/UserAcct.h:67:11: note: Technically the member function 'UserAcct::getBytesOut' can be const.
radiusplugin/UserAcct.h:70:9: style: Technically the member function 'UserAcct::getStarttime' can be const. [functionConst]
radiusplugin/UserAcct.cpp:953:18: note: Technically the member function 'UserAcct::getStarttime' can be const.
radiusplugin/UserAcct.h:70:9: note: Technically the member function 'UserAcct::getStarttime' can be const.
radiusplugin/UserAcct.h:73:9: style: Technically the member function 'UserAcct::getNextUpdate' can be const. [functionConst]
radiusplugin/UserAcct.cpp:966:18: note: Technically the member function 'UserAcct::getNextUpdate' can be const.
radiusplugin/UserAcct.h:73:9: note: Technically the member function 'UserAcct::getNextUpdate' can be const.
radiusplugin/UserAuth.cpp:1487:7: style: The scope of the variable 'framedip' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1488:7: style: The scope of the variable 'ipstring' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1492:7: style: The scope of the variable 'framedroutes' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1493:7: style: The scope of the variable 'framednetmask_cidr' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1494:7: style: The scope of the variable 'framednetmask' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1495:7: style: The scope of the variable 'mask_part' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1496:7: style: The scope of the variable 'framedgw' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1497:7: style: The scope of the variable 'framedmetric' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1499:9: style: The scope of the variable 'd1' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1499:12: style: The scope of the variable 'd2' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1501:6: style: The scope of the variable 'j' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1501:10: style: The scope of the variable 'k' can be reduced. [variableScope]
radiusplugin/UserAuth.cpp:1502:6: style: The scope of the variable 'len' can be reduced. [variableScope]
radiusplugin/UserPlugin.cpp:31:15: performance: Variable 'authcontrolfile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/UserPlugin.cpp:76:8: performance: Variable 'password' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/UserPlugin.cpp:80:15: performance: Variable 'authcontrolfile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
radiusplugin/UserPlugin.h:50:9: style: Technically the member function 'UserPlugin::getSessionId' can be const. [functionConst]
radiusplugin/UserPlugin.cpp:99:20: note: Technically the member function 'UserPlugin::getSessionId' can be const.
radiusplugin/UserPlugin.h:50:9: note: Technically the member function 'UserPlugin::getSessionId' can be const.
radiusplugin/UserPlugin.h:53:9: style: Technically the member function 'UserPlugin::getPassword' can be const. [functionConst]
radiusplugin/UserPlugin.cpp:85:20: note: Technically the member function 'UserPlugin::getPassword' can be const.
radiusplugin/UserPlugin.h:53:9: note: Technically the member function 'UserPlugin::getPassword' can be const.
radiusplugin/UserPlugin.h:56:16: style: Technically the member function 'UserPlugin::getAuthControlFile' can be const. [functionConst]
radiusplugin/UserPlugin.cpp:142:20: note: Technically the member function 'UserPlugin::getAuthControlFile' can be const.
radiusplugin/UserPlugin.h:56:16: note: Technically the member function 'UserPlugin::getAuthControlFile' can be const.
radiusplugin/UserPlugin.h:63:7: style: Technically the member function 'UserPlugin::isAuthenticated' can be const. [functionConst]
radiusplugin/UserPlugin.cpp:113:18: note: Technically the member function 'UserPlugin::isAuthenticated' can be const.
radiusplugin/UserPlugin.h:63:7: note: Technically the member function 'UserPlugin::isAuthenticated' can be const.
radiusplugin/UserPlugin.h:66:7: style: Technically the member function 'UserPlugin::isAccounted' can be const. [functionConst]
radiusplugin/UserPlugin.cpp:128:18: note: Technically the member function 'UserPlugin::isAccounted' can be const.
radiusplugin/UserPlugin.h:66:7: note: Technically the member function 'UserPlugin::isAccounted' can be const.
radiusplugin/UserPlugin.cpp:91:37: performance: Function parameter 'passwd' should be passed by const reference. [passedByValue]
radiusplugin/UserPlugin.cpp:105:38: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
radiusplugin/UserPlugin.cpp:147:44: performance: Function parameter 'file' should be passed by const reference. [passedByValue]
radiusplugin/main.cpp:248:6: error: Uninitialized variable: success5 [uninitvar]
radiusplugin/radiusplugin.cpp:758:28: style: C-style pointer casting [cstyleCast]
radiusplugin/radiusplugin.cpp:981:35: style: C-style pointer casting [cstyleCast]
radiusplugin/radiusplugin.cpp:65:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
radiusplugin/radiusplugin.cpp:61:0: note: Variable 'context' is reassigned a value before the old one has been used.
radiusplugin/radiusplugin.cpp:65:3: note: Variable 'context' is reassigned a value before the old one has been used.
radiusplugin/radiusplugin.cpp:1013:11: style: Variable 'newuser' is reassigned a value before the old one has been used. [redundantAssignment]
radiusplugin/radiusplugin.cpp:1012:0: note: Variable 'newuser' is reassigned a value before the old one has been used.
radiusplugin/radiusplugin.cpp:1013:11: note: Variable 'newuser' is reassigned a value before the old one has been used.
radiusplugin/radiusplugin.cpp:1014:11: style: Variable 'olduser' is reassigned a value before the old one has been used. [redundantAssignment]
radiusplugin/radiusplugin.cpp:1011:0: note: Variable 'olduser' is reassigned a value before the old one has been used.
radiusplugin/radiusplugin.cpp:1014:11: note: Variable 'olduser' is reassigned a value before the old one has been used.
radiusplugin/radiusplugin.cpp:956:15: style: The scope of the variable 'h' can be reduced. [variableScope]
radiusplugin/radiusplugin.cpp:956:17: style: The scope of the variable 'l' can be reduced. [variableScope]
radiusplugin/radiusplugin.cpp:684:18: style: Variable 'common_name' is assigned a value that is never used. [unreadVariable]
radiusplugin/radiusplugin.cpp:1222:14: style: Variable 'timeinfo' is assigned a value that is never used. [unreadVariable]
[14:28]

ftp://ftp.se.debian.org/debian/pool/main/o/openvpn-systemd-resolved/openvpn-systemd-resolved_1.2.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openvrml/openvrml_0.18.9.orig.tar.gz
openvrml-0.18.9/src/libopenvrml-gl/openvrml/gl/viewer.h:37:0: error: #error must define OPENVRML_GL_HAVE_GL_GLU_H or OPENVRML_GL_HAVE_OPENGL_GLU_H [preprocessorErrorDirective]
openvrml-0.18.9/src/libopenvrml/openvrml/bad_url.h:32:9: style: Class 'bad_url' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1647:57: style: Function 'operator*' argument 1 names different: declaration 'lhs' definition 'vec'. [funcArgNamesDifferent]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.h:405:54: note: Function 'operator*' argument 1 names different: declaration 'lhs' definition 'vec'.
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1647:57: note: Function 'operator*' argument 1 names different: declaration 'lhs' definition 'vec'.
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:2190:57: style: Function 'operator*' argument 1 names different: declaration 'lhs' definition 'vec'. [funcArgNamesDifferent]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.h:518:54: note: Function 'operator*' argument 1 names different: declaration 'lhs' definition 'vec'.
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:2190:57: note: Function 'operator*' argument 1 names different: declaration 'lhs' definition 'vec'.
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:3995:64: style: Function 'operator>>' argument 2 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.h:753:71: note: Function 'operator>>' argument 2 names different: declaration 'mat' definition 'm'.
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:3995:64: note: Function 'operator>>' argument 2 names different: declaration 'mat' definition 'm'.
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:771:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:788:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:825:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:857:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:889:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1186:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1203:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1240:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1272:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1304:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1610:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1651:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1708:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1725:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1763:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1796:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:1829:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:2153:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:2194:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:2251:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:2268:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:2306:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:2339:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:2372:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:2806:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:3494:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:3512:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:3571:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:4283:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:4318:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:4336:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:4372:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:4406:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/basetypes.cpp:4440:22: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.cpp:632:25: style: Variable 'max_span_dist' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:80:22: style: The function 'do_maximize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:53:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:80:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:81:22: style: The function 'do_maximized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:54:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:81:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:83:9: style: The function 'do_intersect_frustum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:56:9: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:83:9: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:84:22: style: The function 'do_extend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:57:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:84:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:85:22: style: The function 'do_extend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:58:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:85:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:86:22: style: The function 'do_extend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:59:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:86:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:87:22: style: The function 'do_enclose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:60:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:87:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:88:22: style: The function 'do_ortho_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:61:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:88:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:89:22: style: The function 'do_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:62:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:89:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:98:22: style: The function 'do_maximize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:53:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:98:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:99:22: style: The function 'do_maximized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:54:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:99:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:101:9: style: The function 'do_intersect_frustum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:56:9: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:101:9: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:102:22: style: The function 'do_extend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:57:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:102:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:103:22: style: The function 'do_extend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:58:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:103:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:104:22: style: The function 'do_extend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:59:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:104:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:105:22: style: The function 'do_enclose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:60:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:105:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:106:22: style: The function 'do_ortho_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:61:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:106:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:107:22: style: The function 'do_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:62:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/bounding_volume.h:107:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:332:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:332:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:364:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:364:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:397:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:397:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:431:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:431:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:462:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:462:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:494:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:494:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:526:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:526:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:562:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:562:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:595:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:595:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:630:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:630:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:661:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:661:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:693:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:693:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:724:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:724:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:756:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:756:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:788:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:788:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:822:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:822:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:863:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:863:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:904:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:904:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:947:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:947:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:988:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:988:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1029:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1029:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1068:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1068:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1109:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1109:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1150:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1150:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1193:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1193:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1233:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1233:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1274:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1274:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1315:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1315:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1356:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1356:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1397:22: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:164:22: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:1397:22: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/browser.h:195:5: style: The class 'browser' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/browser.cpp:1581:5: style: The class 'FindNodeTraverser' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.cpp:3579:41: style: Function 'mfbool' argument 1 names different: declaration 'mfc' definition 'mfb'. [funcArgNamesDifferent]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:807:31: note: Function 'mfbool' argument 1 names different: declaration 'mfc' definition 'mfb'.
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.cpp:3579:41: note: Function 'mfbool' argument 1 names different: declaration 'mfc' definition 'mfb'.
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.cpp:3636:38: style: Function 'swap' argument 1 names different: declaration 'mfc' definition 'mfb'. [funcArgNamesDifferent]
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.h:814:28: note: Function 'swap' argument 1 names different: declaration 'mfc' definition 'mfb'.
openvrml-0.18.9/src/libopenvrml/openvrml/field_value.cpp:3636:38: note: Function 'swap' argument 1 names different: declaration 'mfc' definition 'mfb'.
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:301:5: style: The class 'node_type' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1470:5: style: The class 'node_traverser' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:949:35: style: The function 'to_appearance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:621:35: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:949:35: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:982:39: style: The function 'to_bounded_volume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:623:39: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:982:39: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:999:30: style: The function 'to_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:624:30: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:999:30: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1028:35: style: The function 'to_background' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:622:35: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1028:35: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1059:30: style: The function 'to_color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:625:30: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1059:30: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1079:35: style: The function 'to_color_rgba' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:626:35: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1079:35: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1098:35: style: The function 'to_coordinate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:627:35: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1098:35: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1125:35: style: The function 'to_font_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:628:35: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1125:35: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1159:33: style: The function 'to_geometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:629:33: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1159:33: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1180:33: style: The function 'to_grouping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:630:33: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1180:33: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1203:30: style: The function 'to_light' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:631:30: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1203:30: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1229:33: style: The function 'to_material' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:632:33: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1229:33: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1256:40: style: The function 'to_navigation_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:633:40: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1256:40: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1280:31: style: The function 'to_normal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:634:31: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1280:31: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1303:47: style: The function 'to_pointing_device_sensor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:635:47: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1303:47: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1320:37: style: The function 'to_scoped_light' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:637:37: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1320:37: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1335:37: style: The function 'to_sound_source' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:638:37: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1335:37: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1355:32: style: The function 'to_texture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:639:32: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1355:32: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1378:43: style: The function 'to_texture_coordinate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:640:43: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1378:43: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1399:42: style: The function 'to_texture_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:642:42: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1399:42: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1418:39: style: The function 'to_time_dependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:644:39: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1418:39: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1436:34: style: The function 'to_transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:645:34: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1436:34: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1458:34: style: The function 'to_viewpoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:646:34: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node.h:1458:34: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/frustum.cpp:110:20: warning: Member variable 'frustum::left_plane' is not initialized in the constructor. [uninitMemberVar]
openvrml-0.18.9/src/libopenvrml/openvrml/frustum.cpp:110:20: warning: Member variable 'frustum::right_plane' is not initialized in the constructor. [uninitMemberVar]
openvrml-0.18.9/src/libopenvrml/openvrml/frustum.cpp:110:20: warning: Member variable 'frustum::top_plane' is not initialized in the constructor. [uninitMemberVar]
openvrml-0.18.9/src/libopenvrml/openvrml/frustum.cpp:110:20: warning: Member variable 'frustum::bot_plane' is not initialized in the constructor. [uninitMemberVar]
openvrml-0.18.9/src/libopenvrml/openvrml/local/component.cpp:351:17: style: Unused variable: key [unusedVariable]
openvrml-0.18.9/src/libopenvrml/openvrml/local/externproto.h:37:9: style: The class 'externproto_node_metatype' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/local/uri.h:165:13: performance: Variable 'escaped' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openvrml-0.18.9/src/libopenvrml/openvrml/local/uri.h:385:13: performance: Variable 'escaped' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
openvrml-0.18.9/src/libopenvrml/openvrml/local/uri.h:148:17: style: Struct 'definition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/local/node_metatype_registry_impl.cpp:193:5: style: The struct 'init_node_metatype' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/local/parse_vrml.h:175:53: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
openvrml-0.18.9/src/libopenvrml/openvrml/node.cpp:3597:5: style: The class 'RelocateTraverser' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/node.cpp:608:13: style: Struct 'definition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:648:13: style: Class 'node_field_ptr_impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:741:13: style: Class 'event_emitter_ptr_impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:55:34: style: The function 'deref' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:35:34: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:55:34: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:56:40: style: The function 'deref' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:36:40: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:56:40: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:654:45: style: The function 'dereference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:633:45: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:654:45: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:655:51: style: The function 'dereference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:635:13: note: Virtual function in base class
openvrml-0.18.9/src/libopenvrml/openvrml/node_impl_util.h:655:51: note: Function in derived class
openvrml-0.18.9/src/libopenvrml/openvrml/script.cpp:989:28: style: The scope of the variable 'scriptNodeClass' can be reduced. [variableScope]
openvrml-0.18.9/src/libopenvrml/openvrml/script.h:123:5: style: The class 'script_node' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/script.h:132:9: style: The class 'eventout' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/script.cpp:1422:5: style: The struct 'event_emitter_equal_to' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/script.h:112:9: style: Class 'script_node_metatype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvrml-0.18.9/src/libopenvrml/openvrml/script.cpp:2557:27: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
openvrml-0.18.9/src/libopenvrml/openvrml/viewer.cpp:700:51: style: Function 'remove_object' argument 1 names different: declaration 'n' definition 'ref'. [funcArgNamesDifferent]
openvrml-0.18.9/src/libopenvrml/openvrml/viewer.h:135:41: note: Function 'remove_object' argument 1 names different: declaration 'n' definition 'ref'.
openvrml-0.18.9/src/libopenvrml/openvrml/viewer.cpp:700:51: note: Function 'remove_object' argument 1 names different: declaration 'n' definition 'ref'.
openvrml-0.18.9/src/libopenvrml/openvrml/viewer.cpp:896:67: style: Function 'remove_texture_object' argument 1 names different: declaration 'n' definition 'ref'. [funcArgNamesDifferent]
openvrml-0.18.9/src/libopenvrml/openvrml/viewer.h:158:57: note: Function 'remove_texture_object' argument 1 names different: declaration 'n' definition 'ref'.
openvrml-0.18.9/src/libopenvrml/openvrml/viewer.cpp:896:67: note: Function 'remove_texture_object' argument 1 names different: declaration 'n' definition 'ref'.
openvrml-0.18.9/src/local/libopenvrml-control/openvrml_control/browser.cpp:615:17: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
openvrml-0.18.9/src/mozilla-plugin/openvrml.cpp:37:0: error: #error Unsupported toolkit. [preprocessorErrorDirective]
openvrml-0.18.9/src/node/vrml97/elevation_grid.cpp:282:69: style: Function 'do_render_geometry' argument 1 names different: declaration 'viewer' definition 'v'. [funcArgNamesDifferent]
openvrml-0.18.9/src/node/vrml97/elevation_grid.cpp:76:60: note: Function 'do_render_geometry' argument 1 names different: declaration 'viewer' definition 'v'.
openvrml-0.18.9/src/node/vrml97/elevation_grid.cpp:282:69: note: Function 'do_render_geometry' argument 1 names different: declaration 'viewer' definition 'v'.
openvrml-0.18.9/src/node/vrml97/extrusion.cpp:479:64: style: Function 'do_render_geometry' argument 1 names different: declaration 'viewer' definition 'v'. [funcArgNamesDifferent]
openvrml-0.18.9/src/node/vrml97/extrusion.cpp:110:60: note: Function 'do_render_geometry' argument 1 names different: declaration 'viewer' definition 'v'.
openvrml-0.18.9/src/node/vrml97/extrusion.cpp:479:64: note: Function 'do_render_geometry' argument 1 names different: declaration 'viewer' definition 'v'.
openvrml-0.18.9/src/node/vrml97/navigation_info.cpp:436:50: style: Function 'navigation_info_node' argument 1 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
openvrml-0.18.9/src/node/vrml97/navigation_info.h:99:41: note: Function 'navigation_info_node' argument 1 names different: declaration 'type' definition 't'.
openvrml-0.18.9/src/node/vrml97/navigation_info.cpp:436:50: note: Function 'navigation_info_node' argument 1 names different: declaration 'type' definition 't'.
openvrml-0.18.9/src/node/vrml97/shape.cpp:201:57: warning: Either the condition 'if(geometry&&geometry->emissive())' is redundant or there is possible null pointer dereference: geometry. [nullPointerRedundantCheck]
openvrml-0.18.9/src/node/vrml97/shape.cpp:213:24: note: Assuming that condition 'if(geometry&&geometry->emissive())' is not redundant
openvrml-0.18.9/src/node/vrml97/shape.cpp:201:57: note: Null pointer dereference
openvrml-0.18.9/src/node/vrml97/text.cpp:1984:59: style: Function 'do_render_geometry' argument 1 names different: declaration 'viewer' definition 'v'. [funcArgNamesDifferent]
openvrml-0.18.9/src/node/vrml97/text.cpp:246:60: note: Function 'do_render_geometry' argument 1 names different: declaration 'viewer' definition 'v'.
openvrml-0.18.9/src/node/vrml97/text.cpp:1984:59: note: Function 'do_render_geometry' argument 1 names different: declaration 'viewer' definition 'v'.
openvrml-0.18.9/src/node/vrml97/time_sensor.cpp:517:46: style: Function 'do_update' argument 1 names different: declaration 'time' definition 'currentTime'. [funcArgNamesDifferent]
openvrml-0.18.9/src/node/vrml97/time_sensor.cpp:120:39: note: Function 'do_update' argument 1 names different: declaration 'time' definition 'currentTime'.
openvrml-0.18.9/src/node/vrml97/time_sensor.cpp:517:46: note: Function 'do_update' argument 1 names different: declaration 'time' definition 'currentTime'.
openvrml-0.18.9/src/node/vrml97/viewpoint.cpp:808:1: style: The struct 'accumulate_transform_' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/openvrml-player/curlbrowserhost.cpp:646:0: error: syntax error [syntaxError]
openvrml-0.18.9/src/script/java.cpp:5500:18: style: The scope of the variable 'mfn' can be reduced. [variableScope]
openvrml-0.18.9/src/script/java.cpp:2103:13: style: Variable 'url_vec' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/script/java.cpp:2118:13: style: Variable 'param_vec' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/script/java.cpp:4677:13: style: Variable 'vec' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/script/java.cpp:5746:13: style: Variable 'vec' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/script/java.cpp:6024:13: style: Variable 'vec' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/script/java.cpp:6467:13: style: Variable 'vec' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/script/java.cpp:6801:13: style: Variable 'vec' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/script/java.cpp:7105:13: style: Variable 'vec' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/script/java.cpp:7415:13: style: Variable 'vec' is assigned a value that is never used. [unreadVariable]
openvrml-0.18.9/src/script/java.cpp:4263:111: performance: Function parameter 'array' should be passed by const reference. [passedByValue]
openvrml-0.18.9/src/script/java.cpp:4483:62: performance: Function parameter 'array' should be passed by const reference. [passedByValue]
openvrml-0.18.9/src/script/java.cpp:4542:75: performance: Function parameter 'jarr' should be passed by const reference. [passedByValue]
openvrml-0.18.9/src/script/java.cpp:4586:0: performance: Function parameter 'jarr' should be passed by const reference. [passedByValue]
openvrml-0.18.9/src/script/java.cpp:4074:0: performance: Function parameter 'array' should be passed by const reference. [passedByValue]
openvrml-0.18.9/src/script/javascript.cpp:4072:0: style: Same expression on both sides of '!='. [duplicateExpression]
openvrml-0.18.9/src/script/javascript.cpp:3339:18: style: The scope of the variable 's' can be reduced. [variableScope]
openvrml-0.18.9/src/script/javascript.cpp:3655:32: style: The scope of the variable 'thisRot' can be reduced. [variableScope]
openvrml-0.18.9/src/script/javascript.cpp:2661:53: style: Function 'toJsval' argument 1 names different: declaration 'sfcolor' definition 'color'. [funcArgNamesDifferent]
openvrml-0.18.9/src/script/javascript.cpp:475:55: note: Function 'toJsval' argument 1 names different: declaration 'sfcolor' definition 'color'.
openvrml-0.18.9/src/script/javascript.cpp:2661:53: note: Function 'toJsval' argument 1 names different: declaration 'sfcolor' definition 'color'.
openvrml-0.18.9/src/script/javascript.cpp:2939:55: style: Function 'toJsval' argument 1 names different: declaration 'sfcolor' definition 'sfimage'. [funcArgNamesDifferent]
openvrml-0.18.9/src/script/javascript.cpp:501:57: note: Function 'toJsval' argument 1 names different: declaration 'sfcolor' definition 'sfimage'.
openvrml-0.18.9/src/script/javascript.cpp:2939:55: note: Function 'toJsval' argument 1 names different: declaration 'sfcolor' definition 'sfimage'.
openvrml-0.18.9/src/script/javascript.cpp:3286:18: warning: Assert statement calls a function which may have desired side effects: 'script_node'. [assertWithSideEffect]
openvrml-0.18.9/src/script/javascript.cpp:259:5: style: The class 'script' does not have a constructor although it has private member variables. [noConstructor]
openvrml-0.18.9/src/script/javascript.cpp:514:23: style: Unused private function: 'SFImage::getProperty' [unusedPrivateFunction]
openvrml-0.18.9/src/script/javascript.cpp:772:23: style: Unused private function: 'MFBool::initObject' [unusedPrivateFunction]
openvrml-0.18.9/src/script/javascript.cpp:777:21: style: Unused private function: 'MFBool::finalize' [unusedPrivateFunction]
openvrml-0.18.9/src/script/javascript.cpp:836:21: style: Unused private function: 'MFInt32::finalize' [unusedPrivateFunction]
openvrml-0.18.9/src/script/javascript.cpp:864:21: style: Unused private function: 'MFNode::finalize' [unusedPrivateFunction]
openvrml-0.18.9/src/script/javascript.cpp:901:21: style: Unused private function: 'MFString::finalize' [unusedPrivateFunction]
openvrml-0.18.9/src/script/javascript.cpp:358:9: style: Class 'bad_conversion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openvrml-0.18.9/tests/browser.cpp:96:22: style: Unhandled exception specification when calling function do_process_event(). [unhandledExceptionSpecification]
openvrml-0.18.9/tests/browser.cpp:96:22: note: Unhandled exception specification when calling function do_process_event().
openvrml-0.18.9/tests/browser.cpp:96:22: note: Unhandled exception specification when calling function do_process_event().
openvrml-0.18.9/tests/test_resource_fetcher.cpp:45:14: style: Unhandled exception specification when calling function url(). [unhandledExceptionSpecification]
openvrml-0.18.9/tests/test_resource_fetcher.cpp:45:14: note: Unhandled exception specification when calling function url().
openvrml-0.18.9/tests/test_resource_fetcher.cpp:45:14: note: Unhandled exception specification when calling function url().
[14:28]

ftp://ftp.se.debian.org/debian/pool/main/o/openvswitch/openvswitch_2.8.1+dfsg1.orig.tar.xz
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:156:5: style: Variable 'fragNbl' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:155:0: note: Variable 'fragNbl' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:156:5: note: Variable 'fragNbl' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:700:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:691:9: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:700:9: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:2406:9: style: Variable 'vport' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:2400:0: note: Variable 'vport' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:2406:9: note: Variable 'vport' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:1487:52: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:1632:52: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:1988:28: style: Function 'OvsDoExecuteActions' argument 4 names different: declaration 'srcVportNo' definition 'portNo'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.h:97:28: note: Function 'OvsDoExecuteActions' argument 4 names different: declaration 'srcVportNo' definition 'portNo'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:1988:28: note: Function 'OvsDoExecuteActions' argument 4 names different: declaration 'srcVportNo' definition 'portNo'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:2322:26: style: Function 'OvsActionsExecute' argument 4 names different: declaration 'srcVportNo' definition 'portNo'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.h:85:26: note: Function 'OvsActionsExecute' argument 4 names different: declaration 'srcVportNo' definition 'portNo'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:2322:26: note: Function 'OvsActionsExecute' argument 4 names different: declaration 'srcVportNo' definition 'portNo'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:1870:17: style: Variable 'queueAttr' is assigned a value that is never used. [unreadVariable]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:1487:33: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Actions.c:1632:33: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1158:5: style: Variable 'mdl' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1155:0: note: Variable 'mdl' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1158:5: note: Variable 'mdl' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1160:5: style: Variable 'bufferStart' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1156:0: note: Variable 'bufferStart' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1160:5: note: Variable 'bufferStart' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1173:9: style: Variable 'dstIP' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1169:0: note: Variable 'dstIP' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1173:9: note: Variable 'dstIP' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1216:5: style: Variable 'mdl' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1213:0: note: Variable 'mdl' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1216:5: note: Variable 'mdl' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1218:5: style: Variable 'bufferStart' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1214:0: note: Variable 'bufferStart' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1218:5: note: Variable 'bufferStart' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1231:9: style: Variable 'dstIP' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1227:0: note: Variable 'dstIP' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1231:9: note: Variable 'dstIP' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1260:9: style: Variable 'dstTCP->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1256:9: note: Variable 'dstTCP->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1260:9: note: Variable 'dstTCP->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1271:9: style: Variable 'dstIP' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1267:0: note: Variable 'dstIP' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1271:9: note: Variable 'dstIP' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1293:9: style: Variable 'dstTCP->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1289:9: note: Variable 'dstTCP->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1293:9: note: Variable 'dstTCP->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:105:25: style: Function 'OvsInitBufferPool' argument 1 names different: declaration 'context' definition 'ovsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:85:37: note: Function 'OvsInitBufferPool' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:105:25: note: Function 'OvsInitBufferPool' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:223:28: style: Function 'OvsCleanupBufferPool' argument 1 names different: declaration 'context' definition 'ovsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:87:33: note: Function 'OvsCleanupBufferPool' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:223:28: note: Function 'OvsCleanupBufferPool' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:368:29: style: Function 'OvsAllocateFixSizeNBL' argument 1 names different: declaration 'context' definition 'ovsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:89:46: note: Function 'OvsAllocateFixSizeNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:368:29: note: Function 'OvsAllocateFixSizeNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:474:34: style: Function 'OvsAllocateVariableSizeNBL' argument 1 names different: declaration 'context' definition 'ovsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:93:51: note: Function 'OvsAllocateVariableSizeNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:474:34: note: Function 'OvsAllocateVariableSizeNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:553:33: style: Function 'OvsInitExternalNBLContext' argument 1 names different: declaration 'context' definition 'ovsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:97:53: note: Function 'OvsInitExternalNBLContext' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:553:33: note: Function 'OvsInitExternalNBLContext' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:713:25: style: Function 'OvsPartialCopyNBL' argument 1 names different: declaration 'context' definition 'ovsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:101:42: note: Function 'OvsPartialCopyNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:713:25: note: Function 'OvsPartialCopyNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:842:36: style: Function 'OvsPartialCopyToMultipleNBLs' argument 1 names different: declaration 'context' definition 'ovsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:106:53: note: Function 'OvsPartialCopyToMultipleNBLs' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:842:36: note: Function 'OvsPartialCopyToMultipleNBLs' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:963:22: style: Function 'OvsFullCopyNBL' argument 1 names different: declaration 'context' definition 'ovsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:112:39: note: Function 'OvsFullCopyNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:963:22: note: Function 'OvsFullCopyNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1312:24: style: Function 'OvsTcpSegmentNBL' argument 1 names different: declaration 'context' definition 'ovsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:115:41: note: Function 'OvsTcpSegmentNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1312:24: note: Function 'OvsTcpSegmentNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1315:25: style: Function 'OvsTcpSegmentNBL' argument 4 names different: declaration 'MSS' definition 'mss'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:118:42: note: Function 'OvsTcpSegmentNBL' argument 4 names different: declaration 'MSS' definition 'mss'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1315:25: note: Function 'OvsTcpSegmentNBL' argument 4 names different: declaration 'MSS' definition 'mss'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1340:22: style: Function 'OvsFragmentNBL' argument 1 names different: declaration 'context' definition 'ovsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:122:39: note: Function 'OvsFragmentNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1340:22: note: Function 'OvsFragmentNBL' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1343:23: style: Function 'OvsFragmentNBL' argument 4 names different: declaration 'MSS' definition 'fragmentSize'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:125:40: note: Function 'OvsFragmentNBL' argument 4 names different: declaration 'MSS' definition 'fragmentSize'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1343:23: note: Function 'OvsFragmentNBL' argument 4 names different: declaration 'MSS' definition 'fragmentSize'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1544:33: style: Function 'OvsFullCopyToMultipleNBLs' argument 1 names different: declaration 'context' definition 'ovsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:133:50: note: Function 'OvsFullCopyToMultipleNBLs' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1544:33: note: Function 'OvsFullCopyToMultipleNBLs' argument 1 names different: declaration 'context' definition 'ovsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1797:53: style: Function 'OvsCreateNewNBLsFromMultipleNBs' argument 1 names different: declaration 'context' definition 'switchContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.h:144:48: note: Function 'OvsCreateNewNBLsFromMultipleNBs' argument 1 names different: declaration 'context' definition 'switchContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/BufferMgmt.c:1797:53: note: Function 'OvsCreateNewNBLsFromMultipleNBs' argument 1 names different: declaration 'context' definition 'switchContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack-ftp.c:53:26: style: Same expression on both sides of '>=' because the value of 'ret' and 'size' are the same. [duplicateExpression]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack-ftp.c:51:18: note: 'ret' is assigned value 'size' here.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack-ftp.c:53:26: note: Same expression on both sides of '>=' because the value of 'ret' and 'size' are the same.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack-nat.c:279:14: style: The scope of the variable 'addrDelta' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack-nat.c:280:14: style: The scope of the variable 'addrIndex' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack-nat.c:271:38: style: Function 'OvsNatTranslateCtEntry' argument 1 names different: declaration 'ctEntry' definition 'entry'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack-nat.h:35:46: note: Function 'OvsNatTranslateCtEntry' argument 1 names different: declaration 'ctEntry' definition 'entry'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack-nat.c:271:38: note: Function 'OvsNatTranslateCtEntry' argument 1 names different: declaration 'ctEntry' definition 'entry'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack-related.c:152:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack.c:719:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack.c:705:0: note: Variable 'entry' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack.c:719:5: note: Variable 'entry' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Conntrack.c:1028:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Datapath.c:416:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Datapath.c:410:0: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Datapath.c:416:5: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Datapath.c:757:5: style: Variable 'inputBuffer' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Datapath.c:723:0: note: Variable 'inputBuffer' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Datapath.c:757:5: note: Variable 'inputBuffer' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Datapath.c:990:27: style: Function 'ValidateNetlinkCmd' argument 4 names different: declaration 'ovsMgsLength' definition 'ovsMsgLength'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Datapath.c:334:43: note: Function 'ValidateNetlinkCmd' argument 4 names different: declaration 'ovsMgsLength' definition 'ovsMsgLength'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Datapath.c:990:27: note: Function 'ValidateNetlinkCmd' argument 4 names different: declaration 'ovsMgsLength' definition 'ovsMsgLength'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Event.c:109:31: style: The scope of the variable 'elem' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Event.c:319:31: style: The scope of the variable 'elem' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Flow.c:2170:24: style: The scope of the variable 'mpls' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Flow.c:1153:34: style: Function '_MapFlowIpv6KeyToNlKey' argument 3 names different: declaration 'ipv6FlowPutIcmpKey' definition 'icmpv6FlowPutKey'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Flow.c:78:50: note: Function '_MapFlowIpv6KeyToNlKey' argument 3 names different: declaration 'ipv6FlowPutIcmpKey' definition 'icmpv6FlowPutKey'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Flow.c:1153:34: note: Function '_MapFlowIpv6KeyToNlKey' argument 3 names different: declaration 'ipv6FlowPutIcmpKey' definition 'icmpv6FlowPutKey'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Flow.c:1949:36: style: Function 'OvsFlowUsed' argument 2 names different: declaration 'pkt' definition 'packet'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Flow.h:66:56: note: Function 'OvsFlowUsed' argument 2 names different: declaration 'pkt' definition 'packet'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Flow.c:1949:36: note: Function 'OvsFlowUsed' argument 2 names different: declaration 'pkt' definition 'packet'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Flow.c:2229:39: style: Function 'OvsExtractFlow' argument 1 names different: declaration 'pkt' definition 'packet'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Flow.h:57:51: note: Function 'OvsExtractFlow' argument 1 names different: declaration 'pkt' definition 'packet'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Flow.c:2229:39: note: Function 'OvsExtractFlow' argument 1 names different: declaration 'pkt' definition 'packet'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Geneve.c:185:22: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Gre.c:233:22: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpFragment.c:191:5: style: Variable 'newIpHdr->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpFragment.c:190:5: note: Variable 'newIpHdr->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpFragment.c:191:5: note: Variable 'newIpHdr->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpFragment.c:107:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpFragment.c:512:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:374:9: style: Variable 'crtInstance' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:371:0: note: Variable 'crtInstance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:374:9: note: Variable 'crtInstance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:397:13: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:388:13: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:397:13: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:543:9: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:541:0: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:543:9: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:583:9: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:581:0: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:583:9: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:689:9: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:687:0: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:689:9: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:826:13: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:824:0: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:826:13: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:865:13: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:863:0: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:865:13: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:1464:13: style: Variable 'instance' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:1463:0: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/IpHelper.c:1464:13: note: Variable 'instance' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/Netlink.c:568:5: style: Variable 'nlaData' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/Netlink.c:566:0: note: Variable 'nlaData' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/Netlink.c:568:5: note: Variable 'nlaData' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/Netlink.c:151:41: style: Function 'NlBuildErrorMsg' argument 4 names different: declaration 'msgLen' definition 'replyLen'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/Netlink.h:107:46: note: Function 'NlBuildErrorMsg' argument 4 names different: declaration 'msgLen' definition 'replyLen'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/Netlink.c:151:41: note: Function 'NlBuildErrorMsg' argument 4 names different: declaration 'msgLen' definition 'replyLen'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/NetlinkBuf.c:339:5: style: Variable 'dest' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/NetlinkBuf.c:337:0: note: Variable 'dest' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/NetlinkBuf.c:339:5: note: Variable 'dest' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/NetlinkBuf.c:284:49: style: Function 'NlBufAt' argument 3 names different: declaration 'len' definition 'bufLen'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/NetlinkBuf.h:39:55: note: Function 'NlBufAt' argument 3 names different: declaration 'len' definition 'bufLen'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Netlink/NetlinkBuf.c:284:49: note: Function 'NlBufAt' argument 3 names different: declaration 'len' definition 'bufLen'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:101:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:630:9: style: Variable 'udpHdr->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:629:9: note: Variable 'udpHdr->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:630:9: note: Variable 'udpHdr->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:634:9: style: Variable 'udpHdr->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:630:9: note: Variable 'udpHdr->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:634:9: note: Variable 'udpHdr->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:694:17: style: Variable 'tcp->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:692:17: note: Variable 'tcp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:694:17: note: Variable 'tcp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:701:17: style: Variable 'udp->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:699:17: note: Variable 'udp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:701:17: note: Variable 'udp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:713:17: style: Variable 'tcp->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:710:17: note: Variable 'tcp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:713:17: note: Variable 'tcp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:721:17: style: Variable 'udp->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:718:17: note: Variable 'udp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:721:17: note: Variable 'udp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:540:14: style: The scope of the variable 'checksum' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:540:24: style: The scope of the variable 'hdrChecksum' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:141:26: style: Function 'CalculateChecksum' argument 2 names different: declaration 'length' definition 'totalLength'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.h:22:45: note: Function 'CalculateChecksum' argument 2 names different: declaration 'length' definition 'totalLength'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Offload.c:141:26: note: Function 'CalculateChecksum' argument 2 names different: declaration 'length' definition 'totalLength'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Oid.c:82:0: error: failed to expand 'OvsCheckOidHeader', Invalid ## usage when expanding 'OvsCheckOidHeader'. [preprocessorErrorDirective]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketIO.c:193:5: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketIO.c:188:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketIO.c:193:5: note: Variable 'ctx' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketIO.c:263:9: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketIO.c:241:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketIO.c:263:9: note: Variable 'ctx' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:183:43: warning: Either the condition 'if(layers)' is redundant or there is possible null pointer dereference: layers. [nullPointerRedundantCheck]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:189:12: note: Assuming that condition 'if(layers)' is not redundant
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:183:43: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:202:46: warning: Either the condition 'if(layers)' is redundant or there is possible null pointer dereference: layers. [nullPointerRedundantCheck]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:208:12: note: Assuming that condition 'if(layers)' is not redundant
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:202:46: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:221:43: warning: Either the condition 'if(layers)' is redundant or there is possible null pointer dereference: layers. [nullPointerRedundantCheck]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:227:12: note: Assuming that condition 'if(layers)' is not redundant
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:221:43: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:21:42: style: Function 'OvsGetPacketBytes' argument 1 names different: declaration '_pNB' definition 'nbl'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.h:25:54: note: Function 'OvsGetPacketBytes' argument 1 names different: declaration '_pNB' definition 'nbl'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:21:42: note: Function 'OvsGetPacketBytes' argument 1 names different: declaration '_pNB' definition 'nbl'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:23:26: style: Function 'OvsGetPacketBytes' argument 3 names different: declaration 'SrcOffset' definition 'srcOffset'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.h:26:38: note: Function 'OvsGetPacketBytes' argument 3 names different: declaration 'SrcOffset' definition 'srcOffset'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:23:26: note: Function 'OvsGetPacketBytes' argument 3 names different: declaration 'SrcOffset' definition 'srcOffset'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:87:23: style: Function 'OvsParseIPv6' argument 2 names different: declaration 'key' definition 'ipv6Key'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.h:27:66: note: Function 'OvsParseIPv6' argument 2 names different: declaration 'key' definition 'ipv6Key'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:87:23: note: Function 'OvsParseIPv6' argument 2 names different: declaration 'key' definition 'ipv6Key'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:240:26: style: Function 'OvsParseIcmpV6' argument 3 names different: declaration 'flow' definition 'icmp6Key'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.h:37:38: note: Function 'OvsParseIcmpV6' argument 3 names different: declaration 'flow' definition 'icmp6Key'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/PacketParser.c:240:26: note: Function 'OvsParseIcmpV6' argument 3 names different: declaration 'flow' definition 'icmp6Key'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Recirc.c:285:5: style: Variable 'deferredAction' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Recirc.c:283:0: note: Variable 'deferredAction' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Recirc.c:285:5: note: Variable 'deferredAction' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Recirc.c:278:40: style: Function 'OvsAddDeferredActions' argument 1 names different: declaration 'packet' definition 'nbl'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Recirc.h:53:40: note: Function 'OvsAddDeferredActions' argument 1 names different: declaration 'packet' definition 'nbl'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Recirc.c:278:40: note: Function 'OvsAddDeferredActions' argument 1 names different: declaration 'packet' definition 'nbl'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Stt.c:449:9: style: Variable 'tcp->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Stt.c:448:9: note: Variable 'tcp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Stt.c:449:9: note: Variable 'tcp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Stt.c:451:9: style: Variable 'tcp->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Stt.c:449:9: note: Variable 'tcp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Stt.c:451:9: note: Variable 'tcp->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Stt.c:612:24: style: The scope of the variable 'entry' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Stt.c:63:25: style: Function 'OvsInitSttTunnel' argument 2 names different: declaration 'udpDestPort' definition 'tcpDestPort'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Stt.h:89:34: note: Function 'OvsInitSttTunnel' argument 2 names different: declaration 'udpDestPort' definition 'tcpDestPort'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Stt.c:63:25: note: Function 'OvsInitSttTunnel' argument 2 names different: declaration 'udpDestPort' definition 'tcpDestPort'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Tunnel.c:95:5: style: Variable 'copiedNBL' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Tunnel.c:68:0: note: Variable 'copiedNBL' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Tunnel.c:95:5: note: Variable 'copiedNBL' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Tunnel.c:268:9: style: Variable 'curNb' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Tunnel.c:256:0: note: Variable 'curNb' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Tunnel.c:268:9: note: Variable 'curNb' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Tunnel.c:278:9: style: Variable 'vport' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Tunnel.c:251:0: note: Variable 'vport' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Tunnel.c:278:9: note: Variable 'vport' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/TunnelFilter.c:1549:29: style: Function 'OvsTunnelFilterCreate' argument 5 names different: declaration 'context' definition 'tunnelContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/TunnelIntf.h:37:38: note: Function 'OvsTunnelFilterCreate' argument 5 names different: declaration 'context' definition 'tunnelContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/TunnelFilter.c:1549:29: note: Function 'OvsTunnelFilterCreate' argument 5 names different: declaration 'context' definition 'tunnelContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/TunnelFilter.c:1587:29: style: Function 'OvsTunnelFilterDelete' argument 4 names different: declaration 'context' definition 'tunnelContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/TunnelIntf.h:42:38: note: Function 'OvsTunnelFilterDelete' argument 4 names different: declaration 'context' definition 'tunnelContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/TunnelFilter.c:1587:29: note: Function 'OvsTunnelFilterDelete' argument 4 names different: declaration 'context' definition 'tunnelContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/User.c:84:28: style: The scope of the variable 'elem' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/User.c:109:28: style: The scope of the variable 'elem' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/User.c:656:24: style: The scope of the variable 'instance' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1453:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1446:0: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1453:5: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1500:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1491:0: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1500:5: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:2606:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:2596:5: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:2606:5: note: Variable 'status' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:700:22: style: The scope of the variable 'vport' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:720:22: style: The scope of the variable 'vport' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:740:22: style: The scope of the variable 'vport' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:775:22: style: The scope of the variable 'vport' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:794:22: style: The scope of the variable 'vport' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:898:26: style: The scope of the variable 'vport' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:278:43: style: Function 'HvDeletePort' argument 2 names different: declaration 'portParam' definition 'portParams'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.h:163:48: note: Function 'HvDeletePort' argument 2 names different: declaration 'portParam' definition 'portParams'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:278:43: note: Function 'HvDeletePort' argument 2 names different: declaration 'portParam' definition 'portParams'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1060:26: style: Function 'OvsInitTunnelVport' argument 1 names different: declaration 'usrParamsCtx' definition 'userContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.h:269:35: note: Function 'OvsInitTunnelVport' argument 1 names different: declaration 'usrParamsCtx' definition 'userContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1060:26: note: Function 'OvsInitTunnelVport' argument 1 names different: declaration 'usrParamsCtx' definition 'userContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1063:27: style: Function 'OvsInitTunnelVport' argument 4 names different: declaration 'dstport' definition 'dstPort'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.h:270:60: note: Function 'OvsInitTunnelVport' argument 4 names different: declaration 'dstport' definition 'dstPort'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1063:27: note: Function 'OvsInitTunnelVport' argument 4 names different: declaration 'dstport' definition 'dstPort'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1286:31: style: Function 'OvsRemoveAndDeleteVport' argument 1 names different: declaration 'usrParamsCtx' definition 'usrParamsContext'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.h:223:40: note: Function 'OvsRemoveAndDeleteVport' argument 1 names different: declaration 'usrParamsCtx' definition 'usrParamsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vport.c:1286:31: note: Function 'OvsRemoveAndDeleteVport' argument 1 names different: declaration 'usrParamsCtx' definition 'usrParamsContext'.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vxlan.c:71:13: style: Variable 'vport' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vxlan.c:69:0: note: Variable 'vport' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vxlan.c:71:13: note: Variable 'vport' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vxlan.c:72:13: style: Variable 'vxlanPort' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vxlan.c:70:0: note: Variable 'vxlanPort' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vxlan.c:72:13: note: Variable 'vxlanPort' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vxlan.c:478:19: style: The scope of the variable 'udp' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath-windows/ovsext/Vxlan.c:272:22: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openvswitch-2.8.1+dfsg1/datapath/actions.c:574:8: style: The scope of the variable 'recalc_csum' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath/actions.c:107:2: error: Address of auto-variable 'keys->key[level-1]' returned [returnAddressOfAutoVariable]
openvswitch-2.8.1+dfsg1/datapath/datapath.c:790:6: style: The scope of the variable 'err' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath/datapath.c:1922:67: style: Function 'ovs_vport_cmd_build_info' argument 2 names different: declaration 'pid' definition 'portid'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath/datapath.h:209:62: note: Function 'ovs_vport_cmd_build_info' argument 2 names different: declaration 'pid' definition 'portid'.
openvswitch-2.8.1+dfsg1/datapath/datapath.c:1922:67: note: Function 'ovs_vport_cmd_build_info' argument 2 names different: declaration 'pid' definition 'portid'.
openvswitch-2.8.1+dfsg1/datapath/flow.c:525:17: style: The scope of the variable 'eth' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:1086:3: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:1085:13: note: outer condition: !is_mask
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:1086:3: note: opposite inner condition: is_mask
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:1218:4: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:1217:14: note: outer condition: !is_mask
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:1218:4: note: opposite inner condition: is_mask
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:2725:17: style: The scope of the variable 'start' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:2726:6: style: The scope of the variable 'err' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:1444:30: style: Function 'ovs_nla_get_match' argument 3 names different: declaration 'key' definition 'nla_key'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.h:60:30: note: Function 'ovs_nla_get_match' argument 3 names different: declaration 'key' definition 'nla_key'.
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:1444:30: note: Function 'ovs_nla_get_match' argument 3 names different: declaration 'key' definition 'nla_key'.
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:1445:30: style: Function 'ovs_nla_get_match' argument 4 names different: declaration 'mask' definition 'nla_mask'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.h:60:56: note: Function 'ovs_nla_get_match' argument 4 names different: declaration 'mask' definition 'nla_mask'.
openvswitch-2.8.1+dfsg1/datapath/flow_netlink.c:1445:30: note: Function 'ovs_nla_get_match' argument 4 names different: declaration 'mask' definition 'nla_mask'.
openvswitch-2.8.1+dfsg1/datapath/flow_table.c:360:21: style: The scope of the variable 'head' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath/flow_table.c:362:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath/flow_table.c:356:63: style: Function 'ovs_flow_tbl_dump_next' argument 1 names different: declaration 'table' definition 'ti'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath/flow_table.h:86:63: note: Function 'ovs_flow_tbl_dump_next' argument 1 names different: declaration 'table' definition 'ti'.
openvswitch-2.8.1+dfsg1/datapath/flow_table.c:356:63: note: Function 'ovs_flow_tbl_dump_next' argument 1 names different: declaration 'table' definition 'ti'.
openvswitch-2.8.1+dfsg1/datapath/flow_table.c:357:30: style: Function 'ovs_flow_tbl_dump_next' argument 3 names different: declaration 'idx' definition 'last'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath/flow_table.h:87:30: note: Function 'ovs_flow_tbl_dump_next' argument 3 names different: declaration 'idx' definition 'last'.
openvswitch-2.8.1+dfsg1/datapath/flow_table.c:357:30: note: Function 'ovs_flow_tbl_dump_next' argument 3 names different: declaration 'idx' definition 'last'.
openvswitch-2.8.1+dfsg1/datapath/linux/compat/geneve.c:707:6: style: Condition '!ret' is always true [knownConditionTrueFalse]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/geneve.c:700:12: note: Assignment 'ret=0', assigned value is 0
openvswitch-2.8.1+dfsg1/datapath/linux/compat/geneve.c:707:6: note: Condition '!ret' is always true
openvswitch-2.8.1+dfsg1/datapath/linux/compat/geneve.c:183:6: style: The scope of the variable 'vni' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/geneve.c:418:6: style: The scope of the variable 'err' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/geneve.c:1233:17: style: The scope of the variable 'rt' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/geneve.c:236:8: style: union member 'Anonymous0::buf' is never used. [unusedStructMember]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/geneve.c:1040:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/ip6_output.c:109:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/ip_fragment.c:599:3: style: Variable 'skb->_skb_refdst' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/ip_fragment.c:597:3: note: Variable 'skb->_skb_refdst' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath/linux/compat/ip_fragment.c:599:3: note: Variable 'skb->_skb_refdst' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath/linux/compat/ip_gre.c:329:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/ip_tunnels_core.c:210:16: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/ip_tunnels_core.c:214:15: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/ip_tunnels_core.c:215:8: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/lisp.c:390:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/udp.c:22:3: style: Variable 'uh->check' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/datapath/linux/compat/udp.c:21:3: note: Variable 'uh->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath/linux/compat/udp.c:22:3: note: Variable 'uh->check' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/datapath/linux/compat/vxlan.c:654:8: style: union member 'Anonymous0::buf' is never used. [unusedStructMember]
openvswitch-2.8.1+dfsg1/datapath/vport.c:391:76: style: Function 'ovs_vport_set_upcall_portids' argument 2 names different: declaration 'pids' definition 'ids'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/datapath/vport.h:51:71: note: Function 'ovs_vport_set_upcall_portids' argument 2 names different: declaration 'pids' definition 'ids'.
openvswitch-2.8.1+dfsg1/datapath/vport.c:391:76: note: Function 'ovs_vport_set_upcall_portids' argument 2 names different: declaration 'pids' definition 'ids'.
openvswitch-2.8.1+dfsg1/lib/util.h:383:14: style: Opposite expression on both sides of '&'. [oppositeExpression]
openvswitch-2.8.1+dfsg1/lib/util.h:383:14: note: Opposite expression on both sides of '&'.
openvswitch-2.8.1+dfsg1/lib/util.h:383:14: note: Opposite expression on both sides of '&'.
openvswitch-2.8.1+dfsg1/lib/async-append-aio.c:117:57: style: Function 'async_append_write' argument 2 names different: declaration 'data' definition 'data_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/async-append.h:46:37: note: Function 'async_append_write' argument 2 names different: declaration 'data' definition 'data_'.
openvswitch-2.8.1+dfsg1/lib/async-append-aio.c:117:57: note: Function 'async_append_write' argument 2 names different: declaration 'data' definition 'data_'.
openvswitch-2.8.1+dfsg1/lib/ovs-atomic.h:443:18: style: Variable 'old' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/ovs-atomic.h:453:18: style: Variable 'old' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/ovs-atomic.h:463:18: style: Variable 'value' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/ovs-atomic.h:495:18: style: Variable 'old_refcount' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/ovs-atomic.h:518:18: style: Variable 'old_refcount' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/ovs-atomic.h:544:18: style: Variable 'count' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/ovs-atomic.h:616:18: style: Variable 'old_refcount' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/async-append-null.c:29:28: style: Function 'async_append_create' argument 1 names different: declaration 'fd' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/async-append.h:39:46: note: Function 'async_append_create' argument 1 names different: declaration 'fd' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/async-append-null.c:29:28: note: Function 'async_append_create' argument 1 names different: declaration 'fd' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/async-append-null.c:41:44: style: Function 'async_append_write' argument 1 names different: declaration 'ap' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/async-append.h:45:46: note: Function 'async_append_write' argument 1 names different: declaration 'ap' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/async-append-null.c:41:44: note: Function 'async_append_write' argument 1 names different: declaration 'ap' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/async-append-null.c:42:37: style: Function 'async_append_write' argument 2 names different: declaration 'data' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/async-append.h:46:37: note: Function 'async_append_write' argument 2 names different: declaration 'data' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/async-append-null.c:42:37: note: Function 'async_append_write' argument 2 names different: declaration 'data' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/async-append-null.c:42:61: style: Function 'async_append_write' argument 3 names different: declaration 'size' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/async-append.h:46:50: note: Function 'async_append_write' argument 3 names different: declaration 'size' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/async-append-null.c:42:61: note: Function 'async_append_write' argument 3 names different: declaration 'size' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/async-append-null.c:48:44: style: Function 'async_append_flush' argument 1 names different: declaration 'ap' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/async-append.h:51:46: note: Function 'async_append_flush' argument 1 names different: declaration 'ap' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/async-append-null.c:48:44: note: Function 'async_append_flush' argument 1 names different: declaration 'ap' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/dp-packet.h:781:23: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dp-packet.h:794:27: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dp-packet.h:806:23: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dp-packet.h:818:27: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dp-packet.h:832:27: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovs-rcu.h:201:11: style: Variable 'value' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/ovs-rcu.h:252:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/ccmap.c:42:14: style: Variable 'value' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/cfm.c:200:29: style: Function 'cfm_fault_reason_to_str' argument 1 names different: declaration 'fault' definition 'reason'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/cfm.h:111:41: note: Function 'cfm_fault_reason_to_str' argument 1 names different: declaration 'fault' definition 'reason'.
openvswitch-2.8.1+dfsg1/lib/cfm.c:200:29: note: Function 'cfm_fault_reason_to_str' argument 1 names different: declaration 'fault' definition 'reason'.
openvswitch-2.8.1+dfsg1/lib/cfm.c:723:43: style: Function 'cfm_should_process_flow' argument 1 names different: declaration 'cfm' definition 'cfm_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/cfm.h:101:48: note: Function 'cfm_should_process_flow' argument 1 names different: declaration 'cfm' definition 'cfm_'.
openvswitch-2.8.1+dfsg1/lib/cfm.c:723:43: note: Function 'cfm_should_process_flow' argument 1 names different: declaration 'cfm' definition 'cfm_'.
openvswitch-2.8.1+dfsg1/lib/cfm.c:191:10: style: Variable 'extended' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/classifier.c:895:38: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openvswitch-2.8.1+dfsg1/lib/rculist.h:137:32: style: Function 'rculist_poison' argument 1 names different: declaration 'elem' definition 'list'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/rculist.h:78:51: note: Function 'rculist_poison' argument 1 names different: declaration 'elem' definition 'list'.
openvswitch-2.8.1+dfsg1/lib/rculist.h:137:32: note: Function 'rculist_poison' argument 1 names different: declaration 'elem' definition 'list'.
openvswitch-2.8.1+dfsg1/lib/rculist.h:158:32: style: Function 'rculist_insert' argument 1 names different: declaration 'list' definition 'before'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/rculist.h:81:51: note: Function 'rculist_insert' argument 1 names different: declaration 'list' definition 'before'.
openvswitch-2.8.1+dfsg1/lib/rculist.h:158:32: note: Function 'rculist_insert' argument 1 names different: declaration 'list' definition 'before'.
openvswitch-2.8.1+dfsg1/lib/rculist.h:218:33: style: Function 'rculist_replace' argument 1 names different: declaration 'replacement' definition 'element'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/rculist.h:89:52: note: Function 'rculist_replace' argument 1 names different: declaration 'replacement' definition 'element'.
openvswitch-2.8.1+dfsg1/lib/rculist.h:218:33: note: Function 'rculist_replace' argument 1 names different: declaration 'replacement' definition 'element'.
openvswitch-2.8.1+dfsg1/lib/rculist.h:218:58: style: Function 'rculist_replace' argument 2 names different: declaration 'replaced' definition 'position'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/rculist.h:90:52: note: Function 'rculist_replace' argument 2 names different: declaration 'replaced' definition 'position'.
openvswitch-2.8.1+dfsg1/lib/rculist.h:218:58: note: Function 'rculist_replace' argument 2 names different: declaration 'replaced' definition 'position'.
openvswitch-2.8.1+dfsg1/lib/classifier.c:371:43: style: Function 'classifier_set_prefix_fields' argument 3 names different: declaration 'n_trie_fields' definition 'n_fields'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/classifier.h:367:48: note: Function 'classifier_set_prefix_fields' argument 3 names different: declaration 'n_trie_fields' definition 'n_fields'.
openvswitch-2.8.1+dfsg1/lib/classifier.c:371:43: note: Function 'classifier_set_prefix_fields' argument 3 names different: declaration 'n_trie_fields' definition 'n_fields'.
openvswitch-2.8.1+dfsg1/lib/classifier.c:520:64: style: Function 'classifier_replace' argument 5 names different: declaration 'n_conjunctions' definition 'n_conjs'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/classifier.h:389:50: note: Function 'classifier_replace' argument 5 names different: declaration 'n_conjunctions' definition 'n_conjs'.
openvswitch-2.8.1+dfsg1/lib/classifier.c:520:64: note: Function 'classifier_replace' argument 5 names different: declaration 'n_conjunctions' definition 'n_conjs'.
openvswitch-2.8.1+dfsg1/lib/classifier.c:690:26: style: Function 'classifier_insert' argument 5 names different: declaration 'n_conjunctions' definition 'n_conj'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/classifier.h:384:31: note: Function 'classifier_insert' argument 5 names different: declaration 'n_conjunctions' definition 'n_conj'.
openvswitch-2.8.1+dfsg1/lib/classifier.c:690:26: note: Function 'classifier_insert' argument 5 names different: declaration 'n_conjunctions' definition 'n_conj'.
openvswitch-2.8.1+dfsg1/lib/classifier.c:1935:50: style: Function 'trie_lookup_value' argument 4 names different: declaration 'value_bits' definition 'n_bits'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/classifier.c:151:52: note: Function 'trie_lookup_value' argument 4 names different: declaration 'value_bits' definition 'n_bits'.
openvswitch-2.8.1+dfsg1/lib/classifier.c:1935:50: note: Function 'trie_lookup_value' argument 4 names different: declaration 'value_bits' definition 'n_bits'.
openvswitch-2.8.1+dfsg1/lib/versions.h:51:19: style: Variable 'remove_version' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/versions.h:64:19: style: Variable 'remove_version' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/cmap.c:281:14: style: Variable 'counter' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/cmap.c:304:14: style: Variable 'counter' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/cmap.c:524:14: style: Variable 'c' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/command-line.c:268:34: style: Function 'ovs_cmdl_proctitle_init' argument 1 names different: declaration 'argc' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/command-line.h:55:34: note: Function 'ovs_cmdl_proctitle_init' argument 1 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/command-line.c:268:34: note: Function 'ovs_cmdl_proctitle_init' argument 1 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/command-line.c:268:58: style: Function 'ovs_cmdl_proctitle_init' argument 2 names different: declaration 'argv' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/command-line.h:55:47: note: Function 'ovs_cmdl_proctitle_init' argument 2 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/command-line.c:268:58: note: Function 'ovs_cmdl_proctitle_init' argument 2 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/conntrack.c:986:58: style: Redundant condition: pkt->md.ct_state&(CS_SRC_NAT|CS_DST_NAT). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openvswitch-2.8.1+dfsg1/lib/conntrack.c:2218:31: style: Function 'nat_conn_keys_insert' argument 3 names different: declaration 'hash_basis' definition 'basis'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/conntrack.c:102:31: note: Function 'nat_conn_keys_insert' argument 3 names different: declaration 'hash_basis' definition 'basis'.
openvswitch-2.8.1+dfsg1/lib/conntrack.c:2218:31: note: Function 'nat_conn_keys_insert' argument 3 names different: declaration 'hash_basis' definition 'basis'.
openvswitch-2.8.1+dfsg1/lib/conntrack.c:2593:24: style: Function 'repl_ftp_v4_addr' argument 3 names different: declaration 'ftp_data_v4_start' definition 'ftp_data_start'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/conntrack.c:130:24: note: Function 'repl_ftp_v4_addr' argument 3 names different: declaration 'ftp_data_v4_start' definition 'ftp_data_start'.
openvswitch-2.8.1+dfsg1/lib/conntrack.c:2593:24: note: Function 'repl_ftp_v4_addr' argument 3 names different: declaration 'ftp_data_v4_start' definition 'ftp_data_start'.
openvswitch-2.8.1+dfsg1/lib/conntrack.c:1180:45: error: Dead pointer usage. Pointer 'alg_exp' is dead if it has been assigned '&alg_exp_entry' at line 1172. [deadpointer]
openvswitch-2.8.1+dfsg1/lib/daemon-unix.c:683:26: style: Function 'read_pidfile' argument 1 names different: declaration 'name' definition 'pidfile'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/daemon.h:91:32: note: Function 'read_pidfile' argument 1 names different: declaration 'name' definition 'pidfile'.
openvswitch-2.8.1+dfsg1/lib/daemon-unix.c:683:26: note: Function 'read_pidfile' argument 1 names different: declaration 'name' definition 'pidfile'.
openvswitch-2.8.1+dfsg1/lib/daemon-unix.c:706:25: style: Function 'service_start' argument 1 names different: declaration 'argcp' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/daemon.h:155:25: note: Function 'service_start' argument 1 names different: declaration 'argcp' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/daemon-unix.c:706:25: note: Function 'service_start' argument 1 names different: declaration 'argcp' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/daemon-unix.c:706:51: style: Function 'service_start' argument 2 names different: declaration 'argvp' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/daemon.h:155:39: note: Function 'service_start' argument 2 names different: declaration 'argvp' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/daemon-unix.c:706:51: note: Function 'service_start' argument 2 names different: declaration 'argvp' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/daemon-unix.c:376:42: error: Uninitialized variable: status [uninitvar]
openvswitch-2.8.1+dfsg1/lib/daemon-unix.c:377:32: error: Uninitialized variable: status [uninitvar]
openvswitch-2.8.1+dfsg1/lib/daemon-windows.c:493:38: style: Function 'daemonize_start' argument 1 names different: declaration 'access_datapath' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/daemon.h:148:27: note: Function 'daemonize_start' argument 1 names different: declaration 'access_datapath' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/daemon-windows.c:493:38: note: Function 'daemonize_start' argument 1 names different: declaration 'access_datapath' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/daemon-windows.c:521:45: style: Function 'daemon_become_new_user' argument 1 names different: declaration 'access_datapath' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/daemon.h:151:34: note: Function 'daemon_become_new_user' argument 1 names different: declaration 'access_datapath' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/daemon-windows.c:521:45: note: Function 'daemon_become_new_user' argument 1 names different: declaration 'access_datapath' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/daemon-windows.c:542:43: style: Function 'daemon_set_new_user' argument 1 names different: declaration 'user_spec' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/daemon.h:150:39: note: Function 'daemon_set_new_user' argument 1 names different: declaration 'user_spec' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/daemon-windows.c:542:43: note: Function 'daemon_set_new_user' argument 1 names different: declaration 'user_spec' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/daemon.c:108:11: style: The scope of the variable 'device' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:1063:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:1520:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:1810:20: style: The scope of the variable 'j' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:1831:20: style: The scope of the variable 'j' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:2135:48: style: Function 'ctl_init__' argument 1 names different: declaration 'idl_classes' definition 'idl_classes_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.h:58:53: note: Function 'ctl_init__' argument 1 names different: declaration 'idl_classes' definition 'idl_classes_'.
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:2135:48: note: Function 'ctl_init__' argument 1 names different: declaration 'idl_classes' definition 'idl_classes_'.
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:2136:42: style: Function 'ctl_init__' argument 2 names different: declaration 'ctl_classes' definition 'ctl_classes_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.h:59:47: note: Function 'ctl_init__' argument 2 names different: declaration 'ctl_classes' definition 'ctl_classes_'.
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:2136:42: note: Function 'ctl_init__' argument 2 names different: declaration 'ctl_classes' definition 'ctl_classes_'.
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:2137:19: style: Function 'ctl_init__' argument 3 names different: declaration 'n_classes' definition 'n_classes_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.h:60:24: note: Function 'ctl_init__' argument 3 names different: declaration 'n_classes' definition 'n_classes_'.
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:2137:19: note: Function 'ctl_init__' argument 3 names different: declaration 'n_classes' definition 'n_classes_'.
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:2138:40: style: Function 'ctl_init__' argument 4 names different: declaration 'cmd_show_tables' definition 'cmd_show_tables_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.h:61:46: note: Function 'ctl_init__' argument 4 names different: declaration 'cmd_show_tables' definition 'cmd_show_tables_'.
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:2138:40: note: Function 'ctl_init__' argument 4 names different: declaration 'cmd_show_tables' definition 'cmd_show_tables_'.
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:2139:19: style: Function 'ctl_init__' argument 5 names different: declaration 'ctl_exit_func' definition 'ctl_exit_func_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.h:62:24: note: Function 'ctl_init__' argument 5 names different: declaration 'ctl_exit_func' definition 'ctl_exit_func_'.
openvswitch-2.8.1+dfsg1/lib/db-ctl-base.c:2139:19: note: Function 'ctl_init__' argument 5 names different: declaration 'ctl_exit_func' definition 'ctl_exit_func_'.
openvswitch-2.8.1+dfsg1/lib/dpctl.c:661:9: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpctl.c:708:9: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpctl.c:229:23: style: Function 'dpctl_add_if' argument 1 names different: declaration 'argc' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/dpctl.c:123:29: note: Function 'dpctl_add_if' argument 1 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/dpctl.c:229:23: note: Function 'dpctl_add_if' argument 1 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/dpdk-stub.c:41:32: style: Function 'dpdk_set_lcore_id' argument 1 names different: declaration 'cpu' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/dpdk.h:36:33: note: Function 'dpdk_set_lcore_id' argument 1 names different: declaration 'cpu' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/dpdk-stub.c:41:32: note: Function 'dpdk_set_lcore_id' argument 1 names different: declaration 'cpu' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/dpdk.c:367:13: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:883:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:2140:28: style: The scope of the variable 'netdev_flow' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:3649:28: style: The scope of the variable 'port' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:3653:9: style: The scope of the variable 'process_packets' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:4043:23: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:5193:35: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:5230:31: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:5258:31: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:5759:19: style: The scope of the variable 'cls' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:2091:14: style: Variable 'min' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:2168:24: style: Variable 'n' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:2169:15: style: Variable 'used' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:2170:14: style: Variable 'flags' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/dpif-netdev.c:2902:26: style: Variable 'cur_min' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/netlink-socket.h:204:0: error: #error "netlink-socket.h is only for hosts that support Netlink sockets" [preprocessorErrorDirective]
openvswitch-2.8.1+dfsg1/lib/dpif.c:1172:18: style: The scope of the variable 'stub' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/dpif.c:316:27: style: Function 'dp_parse_name' argument 1 names different: declaration 'datapath_name' definition 'datapath_name_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/dpif.h:420:32: note: Function 'dp_parse_name' argument 1 names different: declaration 'datapath_name' definition 'datapath_name_'.
openvswitch-2.8.1+dfsg1/lib/dpif.c:316:27: note: Function 'dp_parse_name' argument 1 names different: declaration 'datapath_name' definition 'datapath_name_'.
openvswitch-2.8.1+dfsg1/lib/dpif.c:1473:38: warning: Function 'dpif_register_upcall_cb' argument order different: declaration ', aux, ' definition 'dpif, cb, aux' [funcArgOrderDifferent]
openvswitch-2.8.1+dfsg1/lib/dpif.h:848:30: note: Function 'dpif_register_upcall_cb' argument order different: declaration ', aux, ' definition 'dpif, cb, aux'
openvswitch-2.8.1+dfsg1/lib/dpif.c:1473:38: note: Function 'dpif_register_upcall_cb' argument order different: declaration ', aux, ' definition 'dpif, cb, aux'
openvswitch-2.8.1+dfsg1/lib/fatal-signal.c:333:24: style: Function 'unlink_files' argument 1 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/fatal-signal.c:276:32: note: Function 'unlink_files' argument 1 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/fatal-signal.c:333:24: note: Function 'unlink_files' argument 1 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/fatal-signal.c:339:24: style: Function 'cancel_files' argument 1 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/fatal-signal.c:277:32: note: Function 'cancel_files' argument 1 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/fatal-signal.c:339:24: note: Function 'cancel_files' argument 1 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/flow.c:2690:55: style: Function 'flow_set_mpls_bos' argument 3 names different: declaration 'stack' definition 'bos'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/flow.h:124:56: note: Function 'flow_set_mpls_bos' argument 3 names different: declaration 'stack' definition 'bos'.
openvswitch-2.8.1+dfsg1/lib/flow.c:2690:55: note: Function 'flow_set_mpls_bos' argument 3 names different: declaration 'stack' definition 'bos'.
openvswitch-2.8.1+dfsg1/lib/flow.c:3187:35: style: Function 'minimask_combine' argument 1 names different: declaration 'dst' definition 'dst_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/flow.h:746:40: note: Function 'minimask_combine' argument 1 names different: declaration 'dst' definition 'dst_'.
openvswitch-2.8.1+dfsg1/lib/flow.c:3187:35: note: Function 'minimask_combine' argument 1 names different: declaration 'dst' definition 'dst_'.
openvswitch-2.8.1+dfsg1/lib/flow.c:3188:41: style: Function 'minimask_combine' argument 2 names different: declaration 'a' definition 'a_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/flow.h:747:46: note: Function 'minimask_combine' argument 2 names different: declaration 'a' definition 'a_'.
openvswitch-2.8.1+dfsg1/lib/flow.c:3188:41: note: Function 'minimask_combine' argument 2 names different: declaration 'a' definition 'a_'.
openvswitch-2.8.1+dfsg1/lib/flow.c:3188:68: style: Function 'minimask_combine' argument 3 names different: declaration 'b' definition 'b_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/flow.h:747:72: note: Function 'minimask_combine' argument 3 names different: declaration 'b' definition 'b_'.
openvswitch-2.8.1+dfsg1/lib/flow.c:3188:68: note: Function 'minimask_combine' argument 3 names different: declaration 'b' definition 'b_'.
openvswitch-2.8.1+dfsg1/lib/flow.c:961:25: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openvswitch-2.8.1+dfsg1/lib/flow.c:649:9: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
openvswitch-2.8.1+dfsg1/lib/flow.c:655:17: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
openvswitch-2.8.1+dfsg1/lib/flow.c:692:13: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
openvswitch-2.8.1+dfsg1/lib/flow.c:883:21: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
openvswitch-2.8.1+dfsg1/lib/flow.c:961:25: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
openvswitch-2.8.1+dfsg1/lib/flow.c:620:18: style: struct member 'Anonymous20::buf' is never used. [unusedStructMember]
openvswitch-2.8.1+dfsg1/lib/getopt_long.c:111:6: style: The scope of the variable 'cstart' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/getopt_long.c:111:55: style: The scope of the variable 'pos' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/hash.c:30:35: style: Function 'hash_bytes' argument 2 names different: declaration 'n_bytes' definition 'n'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/hash.h:35:42: note: Function 'hash_bytes' argument 2 names different: declaration 'n_bytes' definition 'n'.
openvswitch-2.8.1+dfsg1/lib/hash.c:30:35: note: Function 'hash_bytes' argument 2 names different: declaration 'n_bytes' definition 'n'.
openvswitch-2.8.1+dfsg1/lib/hash.c:77:27: style: Function 'hash_bytes128' argument 1 names different: declaration '_' definition 'p_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/hash.h:37:32: note: Function 'hash_bytes128' argument 1 names different: declaration '_' definition 'p_'.
openvswitch-2.8.1+dfsg1/lib/hash.c:77:27: note: Function 'hash_bytes128' argument 1 names different: declaration '_' definition 'p_'.
openvswitch-2.8.1+dfsg1/lib/hash.c:77:38: style: Function 'hash_bytes128' argument 2 names different: declaration 'n_bytes' definition 'len'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/hash.h:37:42: note: Function 'hash_bytes128' argument 2 names different: declaration 'n_bytes' definition 'len'.
openvswitch-2.8.1+dfsg1/lib/hash.c:77:38: note: Function 'hash_bytes128' argument 2 names different: declaration 'n_bytes' definition 'len'.
openvswitch-2.8.1+dfsg1/lib/hindex.c:116:46: style: Function 'hindex_reserve' argument 2 names different: declaration 'capacity' definition 'n'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/hindex.h:111:45: note: Function 'hindex_reserve' argument 2 names different: declaration 'capacity' definition 'n'.
openvswitch-2.8.1+dfsg1/lib/hindex.c:116:46: note: Function 'hindex_reserve' argument 2 names different: declaration 'capacity' definition 'n'.
openvswitch-2.8.1+dfsg1/lib/id-pool.c:108:50: style: Function 'id_pool_alloc_id' argument 2 names different: declaration 'id' definition 'id_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/id-pool.h:29:51: note: Function 'id_pool_alloc_id' argument 2 names different: declaration 'id' definition 'id_'.
openvswitch-2.8.1+dfsg1/lib/id-pool.c:108:50: note: Function 'id_pool_alloc_id' argument 2 names different: declaration 'id' definition 'id_'.
openvswitch-2.8.1+dfsg1/lib/jhash.c:60:39: style: Function 'jhash_words' argument 2 names different: declaration 'n_word' definition 'n'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/jhash.h:37:47: note: Function 'jhash_words' argument 2 names different: declaration 'n_word' definition 'n'.
openvswitch-2.8.1+dfsg1/lib/jhash.c:60:39: note: Function 'jhash_words' argument 2 names different: declaration 'n_word' definition 'n'.
openvswitch-2.8.1+dfsg1/lib/jhash.c:97:36: style: Function 'jhash_bytes' argument 2 names different: declaration 'n_bytes' definition 'n'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/jhash.h:38:43: note: Function 'jhash_bytes' argument 2 names different: declaration 'n_bytes' definition 'n'.
openvswitch-2.8.1+dfsg1/lib/jhash.c:97:36: note: Function 'jhash_bytes' argument 2 names different: declaration 'n_bytes' definition 'n'.
openvswitch-2.8.1+dfsg1/lib/json.c:1606:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/json.c:1666:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/json.c:1667:17: style: The scope of the variable 'escape' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/lacp.c:562:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/learning-switch.c:224:16: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/lldp/lldp.c:164:41: style: The scope of the variable 'vlan_isid_map' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/lldp/lldpd.c:233:12: style: The scope of the variable 'listsize' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/lldp/lldpd.c:97:36: style: Function 'lldpd_alloc_mgmt' argument 2 names different: declaration 'addr' definition 'addrptr'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/lldp/lldpd.h:83:55: note: Function 'lldpd_alloc_mgmt' argument 2 names different: declaration 'addr' definition 'addrptr'.
openvswitch-2.8.1+dfsg1/lib/lldp/lldpd.c:97:36: note: Function 'lldpd_alloc_mgmt' argument 2 names different: declaration 'addr' definition 'addrptr'.
openvswitch-2.8.1+dfsg1/lib/lockfile.c:72:27: style: Function 'lockfile_name' argument 1 names different: declaration 'file' definition 'filename_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/lockfile.h:21:33: note: Function 'lockfile_name' argument 1 names different: declaration 'file' definition 'filename_'.
openvswitch-2.8.1+dfsg1/lib/lockfile.c:72:27: note: Function 'lockfile_name' argument 1 names different: declaration 'file' definition 'filename_'.
openvswitch-2.8.1+dfsg1/lib/match.c:1567:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/match.c:1568:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/match.c:1573:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/match.c:1578:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/mcast-snooping.c:500:31: style: The scope of the variable 'record' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/mcast-snooping.c:600:51: style: Function 'mcast_mrouter_age' argument 1 names different: declaration 'ms' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/mcast-snooping.h:148:52: note: Function 'mcast_mrouter_age' argument 1 names different: declaration 'ms' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/mcast-snooping.c:600:51: note: Function 'mcast_mrouter_age' argument 1 names different: declaration 'ms' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/mcast-snooping.c:601:54: style: Function 'mcast_mrouter_age' argument 2 names different: declaration 'm' definition 'mrouter'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/mcast-snooping.h:149:58: note: Function 'mcast_mrouter_age' argument 2 names different: declaration 'm' definition 'mrouter'.
openvswitch-2.8.1+dfsg1/lib/mcast-snooping.c:601:54: note: Function 'mcast_mrouter_age' argument 2 names different: declaration 'm' definition 'mrouter'.
openvswitch-2.8.1+dfsg1/lib/memory.c:138:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1310:14: style: The scope of the variable 'mask_len' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:3346:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:569:45: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:232:5: warning: Label 'CASE_MFF_TUN_METADATA' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:266:5: warning: Label 'CASE_MFF_REGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:268:5: warning: Label 'CASE_MFF_XREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:270:5: warning: Label 'CASE_MFF_XXREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:512:5: warning: Label 'CASE_MFF_TUN_METADATA' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:527:5: warning: Label 'CASE_MFF_REGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:528:5: warning: Label 'CASE_MFF_XREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:529:5: warning: Label 'CASE_MFF_XXREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:677:5: warning: Label 'CASE_MFF_TUN_METADATA' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:747:5: warning: Label 'CASE_MFF_REGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:751:5: warning: Label 'CASE_MFF_XREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:755:5: warning: Label 'CASE_MFF_XXREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:985:5: warning: Label 'CASE_MFF_TUN_METADATA' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1062:5: warning: Label 'CASE_MFF_REGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1066:5: warning: Label 'CASE_MFF_XREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1070:5: warning: Label 'CASE_MFF_XXREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1376:5: warning: Label 'CASE_MFF_TUN_METADATA' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1445:5: warning: Label 'CASE_MFF_REGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1449:5: warning: Label 'CASE_MFF_XREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1453:5: warning: Label 'CASE_MFF_XXREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1682:5: warning: Label 'CASE_MFF_TUN_METADATA' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1686:5: warning: Label 'CASE_MFF_REGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1687:5: warning: Label 'CASE_MFF_XREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1688:5: warning: Label 'CASE_MFF_XXREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1857:5: warning: Label 'CASE_MFF_TUN_METADATA' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1940:5: warning: Label 'CASE_MFF_REGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1944:5: warning: Label 'CASE_MFF_XREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:1948:5: warning: Label 'CASE_MFF_XXREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:2232:5: warning: Label 'CASE_MFF_TUN_METADATA' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:2240:5: warning: Label 'CASE_MFF_REGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:2245:5: warning: Label 'CASE_MFF_XREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:2250:5: warning: Label 'CASE_MFF_XXREGS' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
openvswitch-2.8.1+dfsg1/lib/meta-flow.c:179:34: warning: Suspicious code: sign conversion of -8 in calculation because '-8' has a negative value [signConversion]
openvswitch-2.8.1+dfsg1/lib/netdev-bsd.c:1020:0: error: #error not implemented [preprocessorErrorDirective]
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:1281:32: warning: Either the condition 'if(new_devargs&&new_devargs[0])' is redundant or there is possible null pointer dereference: new_devargs. [nullPointerRedundantCheck]
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:1289:8: note: Assuming that condition 'if(new_devargs&&new_devargs[0])' is not redundant
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:1281:32: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:3032:5: style: Variable 'new_ops' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:3024:0: note: Variable 'new_ops' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:3032:5: note: Variable 'new_ops' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:500:11: style: The scope of the variable 'mp_name' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:845:14: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:1068:10: style: The scope of the variable 'devname' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:1371:17: style: The scope of the variable 'path' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:1578:18: style: The scope of the variable 'packet_size' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/netdev-dpdk.c:1579:23: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/netdev-dummy.c:1071:23: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/netdev-dummy.c:1614:60: style: Function 'netdev_dummy_set_admin_state' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev-dummy.c:143:0: note: Function 'netdev_dummy_set_admin_state' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/netdev-dummy.c:1614:60: note: Function 'netdev_dummy_set_admin_state' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/netdev-native-tnl.c:150:23: style: The scope of the variable 'ip' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/netdev-native-tnl.c:151:35: style: The scope of the variable 'ip6' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/netdev-vport.c:737:46: style: Function 'netdev_vport_patch_peer' argument 1 names different: declaration 'netdev' definition 'netdev_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev-vport.h:35:52: note: Function 'netdev_vport_patch_peer' argument 1 names different: declaration 'netdev' definition 'netdev_'.
openvswitch-2.8.1+dfsg1/lib/netdev-vport.c:737:46: note: Function 'netdev_vport_patch_peer' argument 1 names different: declaration 'netdev' definition 'netdev_'.
openvswitch-2.8.1+dfsg1/lib/netdev-vport.c:783:39: style: Function 'get_patch_config' argument 1 names different: declaration 'netdev' definition 'dev_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev-vport.c:65:50: note: Function 'get_patch_config' argument 1 names different: declaration 'netdev' definition 'dev_'.
openvswitch-2.8.1+dfsg1/lib/netdev-vport.c:783:39: note: Function 'get_patch_config' argument 1 names different: declaration 'netdev' definition 'dev_'.
openvswitch-2.8.1+dfsg1/lib/netdev-vport.c:550:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/netdev.c:814:23: style: The scope of the variable 'packet' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/netdev.c:1525:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/netdev.c:618:31: style: Function 'netdev_parse_name' argument 1 names different: declaration 'netdev_name' definition 'netdev_name_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev.h:150:36: note: Function 'netdev_parse_name' argument 1 names different: declaration 'netdev_name' definition 'netdev_name_'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:618:31: note: Function 'netdev_parse_name' argument 1 names different: declaration 'netdev_name' definition 'netdev_name_'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:1207:51: style: Function 'netdev_get_addr_list' argument 4 names different: declaration 'n_in6' definition 'n_addr'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev.h:286:55: note: Function 'netdev_get_addr_list' argument 4 names different: declaration 'n_in6' definition 'n_addr'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:1207:51: note: Function 'netdev_get_addr_list' argument 4 names different: declaration 'n_in6' definition 'n_addr'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:1762:46: warning: Function 'netdev_dump_queue_stats' argument order different: declaration ', aux, ' definition 'netdev, cb, aux' [funcArgOrderDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev.h:372:29: note: Function 'netdev_dump_queue_stats' argument order different: declaration ', aux, ' definition 'netdev, cb, aux'
openvswitch-2.8.1+dfsg1/lib/netdev.c:1762:46: note: Function 'netdev_dump_queue_stats' argument order different: declaration ', aux, ' definition 'netdev, cb, aux'
openvswitch-2.8.1+dfsg1/lib/netdev.c:1951:48: style: Function 'netdev_get_addrs' argument 4 names different: declaration 'n_in6' definition 'n_in'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev.h:380:52: note: Function 'netdev_get_addrs' argument 4 names different: declaration 'n_in6' definition 'n_in'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:1951:48: note: Function 'netdev_get_addrs' argument 4 names different: declaration 'n_in6' definition 'n_in'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:2108:48: style: Function 'netdev_flow_put' argument 4 names different: declaration 'actions_len' definition 'act_len'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev.h:202:28: note: Function 'netdev_flow_put' argument 4 names different: declaration 'actions_len' definition 'act_len'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:2108:48: note: Function 'netdev_flow_put' argument 4 names different: declaration 'actions_len' definition 'act_len'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:2123:63: style: Function 'netdev_flow_get' argument 6 names different: declaration 'wbuffer' definition 'buf'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev.h:206:36: note: Function 'netdev_flow_get' argument 6 names different: declaration 'wbuffer' definition 'buf'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:2123:63: note: Function 'netdev_flow_get' argument 6 names different: declaration 'wbuffer' definition 'buf'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:2243:29: style: Function 'netdev_ports_get' argument 1 names different: declaration 'port' definition 'port_no'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev.h:216:44: note: Function 'netdev_ports_get' argument 1 names different: declaration 'port' definition 'port_no'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:2243:29: note: Function 'netdev_ports_get' argument 1 names different: declaration 'port' definition 'port_no'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:2259:32: style: Function 'netdev_ports_remove' argument 1 names different: declaration 'port' definition 'port_no'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev.h:217:36: note: Function 'netdev_ports_remove' argument 1 names different: declaration 'port' definition 'port_no'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:2259:32: note: Function 'netdev_ports_remove' argument 1 names different: declaration 'port' definition 'port_no'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:2442:65: style: Function 'netdev_set_flow_api_enabled' argument 1 names different: declaration 'ovs_other_config' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netdev.h:211:53: note: Function 'netdev_set_flow_api_enabled' argument 1 names different: declaration 'ovs_other_config' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:2442:65: note: Function 'netdev_set_flow_api_enabled' argument 1 names different: declaration 'ovs_other_config' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/netdev.c:1067:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/netdev.c:1068:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/netdev.c:1069:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/netdev.c:1070:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/netdev.c:1071:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/netdev.c:1072:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/netdev.c:1073:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/netlink.c:64:48: style: Function 'nl_msg_nlmsgerr' argument 2 names different: declaration 'error' definition 'errorp'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netlink.h:47:50: note: Function 'nl_msg_nlmsgerr' argument 2 names different: declaration 'error' definition 'errorp'.
openvswitch-2.8.1+dfsg1/lib/netlink.c:64:48: note: Function 'nl_msg_nlmsgerr' argument 2 names different: declaration 'error' definition 'errorp'.
openvswitch-2.8.1+dfsg1/lib/netlink.c:836:50: style: Function 'nl_policy_parse' argument 2 names different: declaration 'offset' definition 'nla_offset'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/netlink.h:232:52: note: Function 'nl_policy_parse' argument 2 names different: declaration 'offset' definition 'nla_offset'.
openvswitch-2.8.1+dfsg1/lib/netlink.c:836:50: note: Function 'nl_policy_parse' argument 2 names different: declaration 'offset' definition 'nla_offset'.
openvswitch-2.8.1+dfsg1/lib/nx-match.c:2009:5: style: Variable 'field' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/lib/nx-match.c:1996:0: note: Variable 'field' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/lib/nx-match.c:2009:5: note: Variable 'field' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/lib/nx-match.c:268:29: style: Function 'mf_from_nxm_header' argument 1 names different: declaration 'nxm_header' definition 'header'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/nx-match.h:106:52: note: Function 'mf_from_nxm_header' argument 1 names different: declaration 'nxm_header' definition 'header'.
openvswitch-2.8.1+dfsg1/lib/nx-match.c:268:29: note: Function 'mf_from_nxm_header' argument 1 names different: declaration 'nxm_header' definition 'header'.
openvswitch-2.8.1+dfsg1/lib/nx-match.c:2258:5: error: Address of auto-variable 'nfi->nf' returned [returnAddressOfAutoVariable]
openvswitch-2.8.1+dfsg1/lib/odp-execute.c:76:13: style: The scope of the variable 'new_tos' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/odp-execute.c:77:13: style: The scope of the variable 'new_ttl' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:2048:13: warning: %lli in format string (no. 1) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4571:5: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4571:5: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4571:5: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4572:5: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4572:5: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4572:5: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4573:5: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4573:5: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4573:5: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4575:5: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4575:5: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4575:5: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4577:5: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4577:5: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4577:5: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4578:5: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4578:5: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4578:5: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4579:5: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4579:5: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4579:5: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4580:5: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4580:5: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4580:5: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4588:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4588:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4588:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4596:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4596:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4596:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4599:9: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4599:9: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4599:9: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4600:9: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4600:9: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4600:9: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4601:9: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4601:9: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4601:9: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4602:9: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4602:9: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4602:9: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4603:9: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4603:9: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4603:9: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4604:9: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4604:9: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4604:9: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4605:9: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4605:9: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4605:9: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4606:9: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4606:9: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4606:9: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4607:9: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4607:9: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4607:9: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4614:5: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4614:5: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4614:5: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4619:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4619:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4619:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4626:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4626:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4626:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4628:5: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4628:5: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4628:5: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4644:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4644:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4644:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4654:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4654:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4654:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4659:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4659:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4659:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4661:5: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4661:5: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4661:5: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4666:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4666:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4666:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4671:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4671:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4671:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4676:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4676:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4676:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4681:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4681:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4681:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4689:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4689:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4689:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4695:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4695:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4695:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4704:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4704:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4704:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4715:7: error: Null pointer dereference: func [nullPointer]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4715:7: note: Assignment 'func=NULL', assigned value is 0
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4715:7: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/odp-util.c:2673:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:3493:26: style: The scope of the variable 'a' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:3494:18: style: The scope of the variable 'left' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4630:5: style: The scope of the variable 'fields' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4630:5: style: The scope of the variable 'field' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:5719:26: style: The scope of the variable 'encap' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:1075:56: style: Function 'format_odp_actions' argument 2 names different: declaration 'odp_actions' definition 'actions'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/odp-util.h:80:59: note: Function 'format_odp_actions' argument 2 names different: declaration 'odp_actions' definition 'actions'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:1075:56: note: Function 'format_odp_actions' argument 2 names different: declaration 'odp_actions' definition 'actions'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:2159:40: style: Function 'odp_actions_from_string' argument 3 names different: declaration 'odp_actions' definition 'actions'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/odp-util.h:83:44: note: Function 'odp_actions_from_string' argument 3 names different: declaration 'odp_actions' definition 'actions'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:2159:40: note: Function 'odp_actions_from_string' argument 3 names different: declaration 'odp_actions' definition 'actions'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:3519:24: style: Function 'format_u128' argument 1 names different: declaration 'd' definition 'ds'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:89:36: note: Function 'format_u128' argument 1 names different: declaration 'd' definition 'ds'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:3519:24: note: Function 'format_u128' argument 1 names different: declaration 'd' definition 'ds'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:3540:23: style: Function 'scan_u128' argument 1 names different: declaration 's' definition 's_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:91:34: note: Function 'scan_u128' argument 1 names different: declaration 's' definition 's_'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:3540:23: note: Function 'scan_u128' argument 1 names different: declaration 's' definition 's_'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:5160:40: style: Function 'odp_key_to_dp_packet' argument 3 names different: declaration 'md' definition 'packet'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/odp-util.h:243:45: note: Function 'odp_key_to_dp_packet' argument 3 names different: declaration 'md' definition 'packet'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:5160:40: note: Function 'odp_key_to_dp_packet' argument 3 names different: declaration 'md' definition 'packet'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:5982:70: style: Function 'odp_flow_key_to_mask' argument 4 names different: declaration 'flow' definition 'src_flow'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/odp-util.h:263:62: note: Function 'odp_flow_key_to_mask' argument 4 names different: declaration 'flow' definition 'src_flow'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:5982:70: note: Function 'odp_flow_key_to_mask' argument 4 names different: declaration 'flow' definition 'src_flow'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:6180:38: style: Function 'commit_masked_set_action' argument 3 names different: declaration 'key' definition 'key_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/odp-util.h:273:71: note: Function 'commit_masked_set_action' argument 3 names different: declaration 'key' definition 'key_'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:6180:38: note: Function 'commit_masked_set_action' argument 3 names different: declaration 'key' definition 'key_'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:6180:56: style: Function 'commit_masked_set_action' argument 4 names different: declaration 'mask' definition 'mask_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/odp-util.h:274:43: note: Function 'commit_masked_set_action' argument 4 names different: declaration 'mask' definition 'mask_'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:6180:56: note: Function 'commit_masked_set_action' argument 4 names different: declaration 'mask' definition 'mask_'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:6651:26: style: Function 'put_nsh_key' argument 3 names different: declaration 'is_mask' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4828:30: note: Function 'put_nsh_key' argument 3 names different: declaration 'is_mask' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:6651:26: note: Function 'put_nsh_key' argument 3 names different: declaration 'is_mask' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/odp-util.c:701:13: style: Variable 'options' is modified but its new value is never used. [unreadVariable]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4807:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:5730:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:5753:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:3939:21: error: Uninitialized variable: fmask [uninitvar]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4007:21: error: Uninitialized variable: fmask [uninitvar]
openvswitch-2.8.1+dfsg1/lib/odp-util.c:4278:36: error: Uninitialized variable: opt_len_mask [uninitvar]
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:7585:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:3498:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:4052:9: style: The scope of the variable 'err' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:4118:25: style: The scope of the variable 'err' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:2741:48: style: Function 'put_set_field' argument 4 names different: declaration 'value' definition 'value_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:401:54: note: Function 'put_set_field' argument 4 names different: declaration 'value' definition 'value_'.
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:2741:48: note: Function 'put_set_field' argument 4 names different: declaration 'value' definition 'value_'.
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:6473:52: style: Function 'format_NAT' argument 2 names different: declaration 'port_map' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:6211:55: note: Function 'format_NAT' argument 2 names different: declaration 'port_map' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:6473:52: note: Function 'format_NAT' argument 2 names different: declaration 'port_map' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:7569:20: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
openvswitch-2.8.1+dfsg1/lib/ofp-actions.c:6480:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/ofp-parse.c:1513:19: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3010:13: warning: Either the condition '!stats' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3033:10: note: Assuming that condition '!stats' is not redundant
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3030:55: note: Calling function 'table_stats_equal', 1st argument 'a' value is 0
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3010:13: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3011:16: warning: Either the condition '!stats' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3033:10: note: Assuming that condition '!stats' is not redundant
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3030:55: note: Calling function 'table_stats_equal', 1st argument 'a' value is 0
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3011:16: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3012:16: warning: Either the condition '!stats' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3033:10: note: Assuming that condition '!stats' is not redundant
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3030:55: note: Calling function 'table_stats_equal', 1st argument 'a' value is 0
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3012:16: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:1596:11: style: The scope of the variable 's' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:2896:9: style: The scope of the variable 'start' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:2896:16: style: The scope of the variable 'end' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:3022:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:1982:50: style: Function 'ofp_print_queue_name' argument 2 names different: declaration 'port' definition 'queue_id'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:55:62: note: Function 'ofp_print_queue_name' argument 2 names different: declaration 'port' definition 'queue_id'.
openvswitch-2.8.1+dfsg1/lib/ofp-print.c:1982:50: note: Function 'ofp_print_queue_name' argument 2 names different: declaration 'port' definition 'queue_id'.
openvswitch-2.8.1+dfsg1/lib/ofp-util.c:11132:20: style: The scope of the variable 'b' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ofp-util.c:1686:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/ofp-util.c:2177:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/ofp-util.c:5899:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/ofp-util.c:5914:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/ofp-util.c:11054:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/ovs-lldp.c:603:32: style: The scope of the variable 'hw' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovs-lldp.c:667:34: style: Function 'lldp_process_packet' argument 1 names different: declaration 'cfg' definition 'lldp'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-lldp.h:89:39: note: Function 'lldp_process_packet' argument 1 names different: declaration 'cfg' definition 'lldp'.
openvswitch-2.8.1+dfsg1/lib/ovs-lldp.c:667:34: note: Function 'lldp_process_packet' argument 1 names different: declaration 'cfg' definition 'lldp'.
openvswitch-2.8.1+dfsg1/lib/ovs-numa.c:312:32: style: Function 'ovs_numa_set_dummy' argument 1 names different: declaration 'dummy_config' definition 'config'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-numa.h:50:37: note: Function 'ovs_numa_set_dummy' argument 1 names different: declaration 'dummy_config' definition 'config'.
openvswitch-2.8.1+dfsg1/lib/ovs-numa.c:312:32: note: Function 'ovs_numa_set_dummy' argument 1 names different: declaration 'dummy_config' definition 'config'.
openvswitch-2.8.1+dfsg1/lib/ovs-numa.c:482:36: style: Function 'ovs_numa_dump_n_cores_per_numa' argument 1 names different: declaration 'n' definition 'cores_per_numa'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-numa.h:59:58: note: Function 'ovs_numa_dump_n_cores_per_numa' argument 1 names different: declaration 'n' definition 'cores_per_numa'.
openvswitch-2.8.1+dfsg1/lib/ovs-numa.c:482:36: note: Function 'ovs_numa_dump_n_cores_per_numa' argument 1 names different: declaration 'n' definition 'cores_per_numa'.
openvswitch-2.8.1+dfsg1/lib/ovs-numa.c:549:55: style: Function 'ovs_numa_thread_setaffinity_core' argument 1 names different: declaration 'core_id' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-numa.h:64:47: note: Function 'ovs_numa_thread_setaffinity_core' argument 1 names different: declaration 'core_id' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/ovs-numa.c:549:55: note: Function 'ovs_numa_thread_setaffinity_core' argument 1 names different: declaration 'core_id' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/ovs-router.c:96:57: style: Function 'ovs_router_lookup' argument 2 names different: declaration 'ip_dst' definition 'ip6_dst'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-router.h:28:62: note: Function 'ovs_router_lookup' argument 2 names different: declaration 'ip_dst' definition 'ip6_dst'.
openvswitch-2.8.1+dfsg1/lib/ovs-router.c:96:57: note: Function 'ovs_router_lookup' argument 2 names different: declaration 'ip_dst' definition 'ip6_dst'.
openvswitch-2.8.1+dfsg1/lib/ovs-router.c:97:24: style: Function 'ovs_router_lookup' argument 3 names different: declaration 'out_dev' definition 'output_bridge'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-router.h:29:29: note: Function 'ovs_router_lookup' argument 3 names different: declaration 'out_dev' definition 'output_bridge'.
openvswitch-2.8.1+dfsg1/lib/ovs-router.c:97:24: note: Function 'ovs_router_lookup' argument 3 names different: declaration 'out_dev' definition 'output_bridge'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:158:1: style: Function 'xpthread_mutex_lock' argument 1 names different: declaration 'mutex' definition 'arg1'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-thread.h:38:43: note: Function 'xpthread_mutex_lock' argument 1 names different: declaration 'mutex' definition 'arg1'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:158:1: note: Function 'xpthread_mutex_lock' argument 1 names different: declaration 'mutex' definition 'arg1'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:159:1: style: Function 'xpthread_mutex_unlock' argument 1 names different: declaration 'mutex' definition 'arg1'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-thread.h:39:45: note: Function 'xpthread_mutex_unlock' argument 1 names different: declaration 'mutex' definition 'arg1'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:159:1: note: Function 'xpthread_mutex_unlock' argument 1 names different: declaration 'mutex' definition 'arg1'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:162:1: style: Function 'xpthread_mutexattr_settype' argument 2 names different: declaration 'type' definition 'arg2'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-thread.h:44:60: note: Function 'xpthread_mutexattr_settype' argument 2 names different: declaration 'type' definition 'arg2'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:162:1: note: Function 'xpthread_mutexattr_settype' argument 2 names different: declaration 'type' definition 'arg2'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:163:1: style: Function 'xpthread_mutexattr_gettype' argument 2 names different: declaration 'typep' definition 'arg2'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-thread.h:45:61: note: Function 'xpthread_mutexattr_gettype' argument 2 names different: declaration 'typep' definition 'arg2'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:163:1: note: Function 'xpthread_mutexattr_gettype' argument 2 names different: declaration 'typep' definition 'arg2'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:179:1: style: Function 'xpthread_key_create' argument 2 names different: declaration 'destructor' definition 'arg2'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-thread.h:121:50: note: Function 'xpthread_key_create' argument 2 names different: declaration 'destructor' definition 'arg2'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:179:1: note: Function 'xpthread_key_create' argument 2 names different: declaration 'destructor' definition 'arg2'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:276:56: style: Function 'ovs_barrier_init' argument 2 names different: declaration 'count' definition 'size'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovs-thread.h:109:54: note: Function 'ovs_barrier_init' argument 2 names different: declaration 'count' definition 'size'.
openvswitch-2.8.1+dfsg1/lib/ovs-thread.c:276:56: note: Function 'ovs_barrier_init' argument 2 names different: declaration 'count' definition 'size'.
openvswitch-2.8.1+dfsg1/lib/ovsdb-data.c:1961:54: style: Function 'ovsdb_symbol_table_put' argument 4 names different: declaration 'used' definition 'created'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovsdb-data.h:271:71: note: Function 'ovsdb_symbol_table_put' argument 4 names different: declaration 'used' definition 'created'.
openvswitch-2.8.1+dfsg1/lib/ovsdb-data.c:1961:54: note: Function 'ovsdb_symbol_table_put' argument 4 names different: declaration 'used' definition 'created'.
openvswitch-2.8.1+dfsg1/lib/ovsdb-error.c:131:13: style: The scope of the variable 'args' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:1180:10: style: The scope of the variable 'uuid' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:1181:18: style: The scope of the variable 'params' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:1181:27: style: The scope of the variable 'json_uuid' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:1182:25: style: The scope of the variable 'request' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:1530:22: style: The scope of the variable 'monitor_request' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:1530:50: style: The scope of the variable 'where' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:1716:29: style: The scope of the variable 'operation' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:1717:36: style: The scope of the variable 'row' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2158:29: style: The scope of the variable 'index' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2172:29: style: The scope of the variable 'index' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2187:29: style: The scope of the variable 'index' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2325:36: style: The scope of the variable 'c' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2449:20: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2564:34: style: The scope of the variable 'type' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2585:34: style: The scope of the variable 'type' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:3490:20: style: The scope of the variable 'idx' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:719:25: error: Expression 'array[i]=array[--*n]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:1824:46: style: Function 'ovsdb_idl_process_update2' argument 4 names different: declaration 'row' definition 'json_row'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:184:58: note: Function 'ovsdb_idl_process_update2' argument 4 names different: declaration 'row' definition 'json_row'.
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:1824:46: note: Function 'ovsdb_idl_process_update2' argument 4 names different: declaration 'row' definition 'json_row'.
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2717:59: style: Function 'ovsdb_idl_get_row_arc' argument 2 names different: declaration 'dst_table' definition 'dst_table_class'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl-provider.h:156:41: note: Function 'ovsdb_idl_get_row_arc' argument 2 names different: declaration 'dst_table' definition 'dst_table_class'.
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2717:59: note: Function 'ovsdb_idl_get_row_arc' argument 2 names different: declaration 'dst_table' definition 'dst_table_class'.
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2853:47: style: Function 'ovsdb_idl_get' argument 3 names different: declaration 'key_type' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.h:181:64: note: Function 'ovsdb_idl_get' argument 3 names different: declaration 'key_type' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2853:47: note: Function 'ovsdb_idl_get' argument 3 names different: declaration 'key_type' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2854:49: style: Function 'ovsdb_idl_get' argument 4 names different: declaration 'value_type' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.h:182:64: note: Function 'ovsdb_idl_get' argument 4 names different: declaration 'value_type' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/ovsdb-idl.c:2854:49: note: Function 'ovsdb_idl_get' argument 4 names different: declaration 'value_type' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/packets.c:457:12: style: The scope of the variable 'length' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/packets.c:458:14: style: The scope of the variable 'next_pt' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/packets.c:346:49: style: Function 'set_mpls_lse' argument 2 names different: declaration 'label' definition 'mpls_lse'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/packets.h:334:48: note: Function 'set_mpls_lse' argument 2 names different: declaration 'label' definition 'mpls_lse'.
openvswitch-2.8.1+dfsg1/lib/packets.c:346:49: note: Function 'set_mpls_lse' argument 2 names different: declaration 'label' definition 'mpls_lse'.
openvswitch-2.8.1+dfsg1/lib/packets.c:406:72: style: Function 'encap_nsh' argument 2 names different: declaration 'encap_nsh' definition 'encap'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/packets.h:438:51: note: Function 'encap_nsh' argument 2 names different: declaration 'encap_nsh' definition 'encap'.
openvswitch-2.8.1+dfsg1/lib/packets.c:406:72: note: Function 'encap_nsh' argument 2 names different: declaration 'encap_nsh' definition 'encap'.
openvswitch-2.8.1+dfsg1/lib/packets.c:516:41: style: Function 'eth_format_masked' argument 1 names different: declaration 'ea' definition 'eth'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/packets.h:331:46: note: Function 'eth_format_masked' argument 1 names different: declaration 'ea' definition 'eth'.
openvswitch-2.8.1+dfsg1/lib/packets.c:516:41: note: Function 'eth_format_masked' argument 1 names different: declaration 'ea' definition 'eth'.
openvswitch-2.8.1+dfsg1/lib/packets.c:675:63: style: Function 'ipv6_parse_masked_len' argument 3 names different: declaration 'ipv6' definition 'ip'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/packets.h:1333:69: note: Function 'ipv6_parse_masked_len' argument 3 names different: declaration 'ipv6' definition 'ip'.
openvswitch-2.8.1+dfsg1/lib/packets.c:675:63: note: Function 'ipv6_parse_masked_len' argument 3 names different: declaration 'ipv6' definition 'ip'.
openvswitch-2.8.1+dfsg1/lib/packets.c:707:51: style: Function 'ipv6_parse_masked' argument 2 names different: declaration 'ipv6' definition 'ip'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/packets.h:1329:57: note: Function 'ipv6_parse_masked' argument 2 names different: declaration 'ipv6' definition 'ip'.
openvswitch-2.8.1+dfsg1/lib/packets.c:707:51: note: Function 'ipv6_parse_masked' argument 2 names different: declaration 'ipv6' definition 'ip'.
openvswitch-2.8.1+dfsg1/lib/packets.c:834:41: style: Function 'ipv6_addr_bitand' argument 1 names different: declaration 'src' definition 'a'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/packets.h:1319:57: note: Function 'ipv6_addr_bitand' argument 1 names different: declaration 'src' definition 'a'.
openvswitch-2.8.1+dfsg1/lib/packets.c:834:41: note: Function 'ipv6_addr_bitand' argument 1 names different: declaration 'src' definition 'a'.
openvswitch-2.8.1+dfsg1/lib/packets.c:834:67: style: Function 'ipv6_addr_bitand' argument 2 names different: declaration 'mask' definition 'b'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/packets.h:1320:57: note: Function 'ipv6_addr_bitand' argument 2 names different: declaration 'mask' definition 'b'.
openvswitch-2.8.1+dfsg1/lib/packets.c:834:67: note: Function 'ipv6_addr_bitand' argument 2 names different: declaration 'mask' definition 'b'.
openvswitch-2.8.1+dfsg1/lib/packets.c:1184:53: style: Function 'packet_set_ipv6' argument 4 names different: declaration 'tc' definition 'key_tc'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/packets.h:1350:58: note: Function 'packet_set_ipv6' argument 4 names different: declaration 'tc' definition 'key_tc'.
openvswitch-2.8.1+dfsg1/lib/packets.c:1184:53: note: Function 'packet_set_ipv6' argument 4 names different: declaration 'tc' definition 'key_tc'.
openvswitch-2.8.1+dfsg1/lib/packets.c:1184:70: style: Function 'packet_set_ipv6' argument 5 names different: declaration 'fl' definition 'key_fl'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/packets.h:1351:31: note: Function 'packet_set_ipv6' argument 5 names different: declaration 'fl' definition 'key_fl'.
openvswitch-2.8.1+dfsg1/lib/packets.c:1184:70: note: Function 'packet_set_ipv6' argument 5 names different: declaration 'fl' definition 'key_fl'.
openvswitch-2.8.1+dfsg1/lib/packets.c:1185:25: style: Function 'packet_set_ipv6' argument 6 names different: declaration 'hlmit' definition 'key_hl'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/packets.h:1351:43: note: Function 'packet_set_ipv6' argument 6 names different: declaration 'hlmit' definition 'key_hl'.
openvswitch-2.8.1+dfsg1/lib/packets.c:1185:25: note: Function 'packet_set_ipv6' argument 6 names different: declaration 'hlmit' definition 'key_hl'.
openvswitch-2.8.1+dfsg1/lib/packets.c:1614:42: style: Function 'packet_put_ra_prefix_opt' argument 6 names different: declaration 'router_prefix' definition 'prefix'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/packets.h:1390:47: note: Function 'packet_put_ra_prefix_opt' argument 6 names different: declaration 'router_prefix' definition 'prefix'.
openvswitch-2.8.1+dfsg1/lib/packets.c:1614:42: note: Function 'packet_put_ra_prefix_opt' argument 6 names different: declaration 'router_prefix' definition 'prefix'.
openvswitch-2.8.1+dfsg1/lib/pcap-file.c:336:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/lib/poll-loop.c:214:36: style: Function 'poll_timer_wait_until_at' argument 1 names different: declaration 'msec' definition 'when'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/poll-loop.h:64:41: note: Function 'poll_timer_wait_until_at' argument 1 names different: declaration 'msec' definition 'when'.
openvswitch-2.8.1+dfsg1/lib/poll-loop.c:214:36: note: Function 'poll_timer_wait_until_at' argument 1 names different: declaration 'msec' definition 'when'.
openvswitch-2.8.1+dfsg1/lib/process.c:118:21: style: The scope of the variable 'p' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/pvector.c:188:35: style: Array index 'index' is used before limits check. [arrayIndexThenCheck]
openvswitch-2.8.1+dfsg1/lib/rconn.c:240:18: style: Function 'rconn_create' argument 1 names different: declaration 'inactivity_probe_interval' definition 'probe_interval'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/rconn.h:47:32: note: Function 'rconn_create' argument 1 names different: declaration 'inactivity_probe_interval' definition 'probe_interval'.
openvswitch-2.8.1+dfsg1/lib/rconn.c:240:18: note: Function 'rconn_create' argument 1 names different: declaration 'inactivity_probe_interval' definition 'probe_interval'.
openvswitch-2.8.1+dfsg1/lib/rconn.c:317:48: style: Function 'rconn_set_probe_interval' argument 2 names different: declaration 'inactivity_probe_interval' definition 'probe_interval'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/rconn.h:55:51: note: Function 'rconn_set_probe_interval' argument 2 names different: declaration 'inactivity_probe_interval' definition 'probe_interval'.
openvswitch-2.8.1+dfsg1/lib/rconn.c:317:48: note: Function 'rconn_set_probe_interval' argument 2 names different: declaration 'inactivity_probe_interval' definition 'probe_interval'.
openvswitch-2.8.1+dfsg1/lib/route-table-bsd.c:180:0: error: #error unimplemented [preprocessorErrorDirective]
openvswitch-2.8.1+dfsg1/lib/route-table-stub.c:22:60: style: Function 'route_table_fallback_lookup' argument 1 names different: declaration 'ip6_dst' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/route-table.h:33:57: note: Function 'route_table_fallback_lookup' argument 1 names different: declaration 'ip6_dst' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/route-table-stub.c:22:60: note: Function 'route_table_fallback_lookup' argument 1 names different: declaration 'ip6_dst' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/route-table-stub.c:23:41: style: Function 'route_table_fallback_lookup' argument 2 names different: declaration 'name' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/route-table.h:34:39: note: Function 'route_table_fallback_lookup' argument 2 names different: declaration 'name' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/route-table-stub.c:23:41: note: Function 'route_table_fallback_lookup' argument 2 names different: declaration 'name' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/rtnetlink.c:147:50: warning: Function 'rtnetlink_notifier_create' argument order different: declaration 'aux, ' definition 'cb, aux' [funcArgOrderDifferent]
openvswitch-2.8.1+dfsg1/lib/rtnetlink.h:66:58: note: Function 'rtnetlink_notifier_create' argument order different: declaration 'aux, ' definition 'cb, aux'
openvswitch-2.8.1+dfsg1/lib/rtnetlink.c:147:50: note: Function 'rtnetlink_notifier_create' argument order different: declaration 'aux, ' definition 'cb, aux'
openvswitch-2.8.1+dfsg1/lib/sflow_receiver.c:898:51: style: Function 'sflError' argument 2 names different: declaration 'errm' definition 'msg'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/sflow_receiver.c:15:51: note: Function 'sflError' argument 2 names different: declaration 'errm' definition 'msg'.
openvswitch-2.8.1+dfsg1/lib/sflow_receiver.c:898:51: note: Function 'sflError' argument 2 names different: declaration 'errm' definition 'msg'.
openvswitch-2.8.1+dfsg1/lib/sha1.c:267:24: error: Array 'ctx->digest[5]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
openvswitch-2.8.1+dfsg1/lib/sha1.c:203:18: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/sha1.c:246:42: style: The scope of the variable 'k' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/sha1.c:267:18: error: Array 'ctx.digest[5]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
openvswitch-2.8.1+dfsg1/lib/skiplist.c:159:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/skiplist.c:159:12: style: The scope of the variable 'lvl' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/skiplist.c:187:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/skiplist.c:155:34: style: Function 'skiplist_insert' argument 1 names different: declaration 'sl' definition 'list'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/skiplist.h:38:39: note: Function 'skiplist_insert' argument 1 names different: declaration 'sl' definition 'list'.
openvswitch-2.8.1+dfsg1/lib/skiplist.c:155:34: note: Function 'skiplist_insert' argument 1 names different: declaration 'sl' definition 'list'.
openvswitch-2.8.1+dfsg1/lib/skiplist.c:155:52: style: Function 'skiplist_insert' argument 2 names different: declaration 'object' definition 'value'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/skiplist.h:38:55: note: Function 'skiplist_insert' argument 2 names different: declaration 'object' definition 'value'.
openvswitch-2.8.1+dfsg1/lib/skiplist.c:155:52: note: Function 'skiplist_insert' argument 2 names different: declaration 'object' definition 'value'.
openvswitch-2.8.1+dfsg1/lib/skiplist.c:182:34: style: Function 'skiplist_delete' argument 1 names different: declaration 'sl' definition 'list'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/skiplist.h:39:40: note: Function 'skiplist_delete' argument 1 names different: declaration 'sl' definition 'list'.
openvswitch-2.8.1+dfsg1/lib/skiplist.c:182:34: note: Function 'skiplist_delete' argument 1 names different: declaration 'sl' definition 'list'.
openvswitch-2.8.1+dfsg1/lib/skiplist.c:182:52: style: Function 'skiplist_delete' argument 2 names different: declaration 'object' definition 'value'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/skiplist.h:39:56: note: Function 'skiplist_delete' argument 2 names different: declaration 'object' definition 'value'.
openvswitch-2.8.1+dfsg1/lib/skiplist.c:182:52: note: Function 'skiplist_delete' argument 2 names different: declaration 'object' definition 'value'.
openvswitch-2.8.1+dfsg1/lib/skiplist.c:247:46: style: Function 'skiplist_destroy' argument 2 names different: declaration 'func' definition 'data_destroy'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/skiplist.h:47:51: note: Function 'skiplist_destroy' argument 2 names different: declaration 'func' definition 'data_destroy'.
openvswitch-2.8.1+dfsg1/lib/skiplist.c:247:46: note: Function 'skiplist_destroy' argument 2 names different: declaration 'func' definition 'data_destroy'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:153:50: style: Function 'lookup_ip' argument 2 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/socket-util.h:39:54: note: Function 'lookup_ip' argument 2 names different: declaration 'address' definition 'addr'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:153:50: note: Function 'lookup_ip' argument 2 names different: declaration 'address' definition 'addr'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:167:53: style: Function 'lookup_ipv6' argument 2 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/socket-util.h:40:57: note: Function 'lookup_ipv6' argument 2 names different: declaration 'address' definition 'addr'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:167:53: note: Function 'lookup_ipv6' argument 2 names different: declaration 'address' definition 'addr'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:325:24: style: Function 'guess_netmask' argument 1 names different: declaration 'ip' definition 'ip_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/socket-util.h:47:33: note: Function 'guess_netmask' argument 1 names different: declaration 'ip' definition 'ip_'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:325:24: note: Function 'guess_netmask' argument 1 names different: declaration 'ip' definition 'ip_'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:438:31: style: Function 'inet_parse_active' argument 1 names different: declaration 'target' definition 'target_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/socket-util.h:49:36: note: Function 'inet_parse_active' argument 1 names different: declaration 'target' definition 'target_'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:438:31: note: Function 'inet_parse_active' argument 1 names different: declaration 'target' definition 'target_'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:439:44: style: Function 'inet_parse_active' argument 3 names different: declaration 'ssp' definition 'ss'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/socket-util.h:50:49: note: Function 'inet_parse_active' argument 3 names different: declaration 'ssp' definition 'ss'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:439:44: note: Function 'inet_parse_active' argument 3 names different: declaration 'ssp' definition 'ss'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:565:32: style: Function 'inet_parse_passive' argument 1 names different: declaration 'target' definition 'target_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/socket-util.h:54:37: note: Function 'inet_parse_passive' argument 1 names different: declaration 'target' definition 'target_'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:565:32: note: Function 'inet_parse_passive' argument 1 names different: declaration 'target' definition 'target_'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:566:45: style: Function 'inet_parse_passive' argument 3 names different: declaration 'ssp' definition 'ss'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/socket-util.h:55:50: note: Function 'inet_parse_passive' argument 3 names different: declaration 'ssp' definition 'ss'.
openvswitch-2.8.1+dfsg1/lib/socket-util.c:566:45: note: Function 'inet_parse_passive' argument 3 names different: declaration 'ssp' definition 'ss'.
openvswitch-2.8.1+dfsg1/lib/sset.c:107:58: style: Function 'sset_from_delimited_string' argument 2 names different: declaration 's' definition 's_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/sset.h:46:60: note: Function 'sset_from_delimited_string' argument 2 names different: declaration 's' definition 's_'.
openvswitch-2.8.1+dfsg1/lib/sset.c:107:58: note: Function 'sset_from_delimited_string' argument 2 names different: declaration 's' definition 's_'.
openvswitch-2.8.1+dfsg1/lib/stp.c:1615:47: style: Function 'stp_unixctl_tcn' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/stp.c:236:55: note: Function 'stp_unixctl_tcn' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stp.c:1615:47: note: Function 'stp_unixctl_tcn' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stp.c:1705:48: style: Function 'stp_unixctl_show' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/stp.c:238:56: note: Function 'stp_unixctl_show' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stp.c:1705:48: note: Function 'stp_unixctl_show' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream-fd.c:105:9: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/stream-fd.c:128:9: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/stream-nossl.c:55:67: style: Function 'stream_ssl_set_ca_cert_file' argument 2 names different: declaration 'bootstrap' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/stream-ssl.h:24:62: note: Function 'stream_ssl_set_ca_cert_file' argument 2 names different: declaration 'bootstrap' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream-nossl.c:55:67: note: Function 'stream_ssl_set_ca_cert_file' argument 2 names different: declaration 'bootstrap' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream-nossl.c:79:42: style: Function 'stream_ssl_set_protocols' argument 1 names different: declaration 'arg' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/stream-ssl.h:28:43: note: Function 'stream_ssl_set_protocols' argument 1 names different: declaration 'arg' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream-nossl.c:79:42: note: Function 'stream_ssl_set_protocols' argument 1 names different: declaration 'arg' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream-nossl.c:86:40: style: Function 'stream_ssl_set_ciphers' argument 1 names different: declaration 'arg' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/stream-ssl.h:29:41: note: Function 'stream_ssl_set_ciphers' argument 1 names different: declaration 'arg' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream-nossl.c:86:40: note: Function 'stream_ssl_set_ciphers' argument 1 names different: declaration 'arg' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream-ssl.c:1299:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/stream-ssl.c:1021:26: style: Function 'tmp_dh_callback' argument 1 names different: declaration 'ssl' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/stream-ssl.c:196:33: note: Function 'tmp_dh_callback' argument 1 names different: declaration 'ssl' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream-ssl.c:1021:26: note: Function 'tmp_dh_callback' argument 1 names different: declaration 'ssl' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream-ssl.c:1457:42: style: Function 'ssl_protocol_cb' argument 2 names different: declaration 'version' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/stream-ssl.c:200:46: note: Function 'ssl_protocol_cb' argument 2 names different: declaration 'version' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream-ssl.c:1457:42: note: Function 'ssl_protocol_cb' argument 2 names different: declaration 'version' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream-unix.c:87:13: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/stream-windows.c:238:5: style: Variable 'ov' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/lib/stream-windows.c:237:0: note: Variable 'ov' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/lib/stream-windows.c:238:5: note: Variable 'ov' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/lib/stream-windows.c:296:5: style: Variable 'ov' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/lib/stream-windows.c:295:0: note: Variable 'ov' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/lib/stream-windows.c:296:5: note: Variable 'ov' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/lib/stream-windows.c:339:20: style: Same expression on both sides of '>' because the value of 'retval' and '0' are the same. [duplicateExpression]
openvswitch-2.8.1+dfsg1/lib/stream-windows.c:292:22: note: 'retval' is assigned value '0' here.
openvswitch-2.8.1+dfsg1/lib/stream-windows.c:339:20: note: Same expression on both sides of '>' because the value of 'retval' and '0' are the same.
openvswitch-2.8.1+dfsg1/lib/stream-windows.c:608:9: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/stream.c:119:29: style: Function 'stream_usage' argument 4 names different: declaration 'bootstrap' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/stream.h:32:69: note: Function 'stream_usage' argument 4 names different: declaration 'bootstrap' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream.c:119:29: note: Function 'stream_usage' argument 4 names different: declaration 'bootstrap' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/stream.c:663:58: style: Function 'pstream_set_bound_port' argument 2 names different: declaration 'bound_port' definition 'port'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/stream-provider.h:139:56: note: Function 'pstream_set_bound_port' argument 2 names different: declaration 'bound_port' definition 'port'.
openvswitch-2.8.1+dfsg1/lib/stream.c:663:58: note: Function 'pstream_set_bound_port' argument 2 names different: declaration 'bound_port' definition 'port'.
openvswitch-2.8.1+dfsg1/lib/stream.c:688:43: style: Function 'stream_open_with_default_port' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/stream.h:72:47: note: Function 'stream_open_with_default_port' argument 1 names different: declaration 'name' definition 'name_'.
openvswitch-2.8.1+dfsg1/lib/stream.c:688:43: note: Function 'stream_open_with_default_port' argument 1 names different: declaration 'name' definition 'name_'.
openvswitch-2.8.1+dfsg1/lib/stream.c:720:44: style: Function 'pstream_open_with_default_port' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/stream.h:76:48: note: Function 'pstream_open_with_default_port' argument 1 names different: declaration 'name' definition 'name_'.
openvswitch-2.8.1+dfsg1/lib/stream.c:720:44: note: Function 'pstream_open_with_default_port' argument 1 names different: declaration 'name' definition 'name_'.
openvswitch-2.8.1+dfsg1/lib/strsep.c:49:14: style: The scope of the variable 'spanp' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/strsep.c:50:6: style: The scope of the variable 'c' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/syslog-libc.c:58:41: style: Function 'syslog_libc_open' argument 1 names different: declaration 'this' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/syslog-libc.c:31:48: note: Function 'syslog_libc_open' argument 1 names different: declaration 'this' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/syslog-libc.c:58:41: note: Function 'syslog_libc_open' argument 1 names different: declaration 'this' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/syslog-libc.c:73:40: style: Function 'syslog_libc_log' argument 1 names different: declaration 'this' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/syslog-libc.c:32:47: note: Function 'syslog_libc_log' argument 1 names different: declaration 'this' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/syslog-libc.c:73:40: note: Function 'syslog_libc_log' argument 1 names different: declaration 'this' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/table.c:429:17: style: The scope of the variable 'p' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/timeval.c:265:66: style: Function 'time_poll' argument 3 names different: declaration 'handles' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/timeval.h:60:55: note: Function 'time_poll' argument 3 names different: declaration 'handles' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/timeval.c:265:66: note: Function 'time_poll' argument 3 names different: declaration 'handles' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/lib/timeval.c:149:10: style: Variable 'slow_path' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/tnl-neigh-cache.c:88:29: style: Function 'tnl_neigh_lookup' argument 1 names different: declaration 'dev_name' definition 'br_name'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/tnl-neigh-cache.h:36:33: note: Function 'tnl_neigh_lookup' argument 1 names different: declaration 'dev_name' definition 'br_name'.
openvswitch-2.8.1+dfsg1/lib/tnl-neigh-cache.c:88:29: note: Function 'tnl_neigh_lookup' argument 1 names different: declaration 'dev_name' definition 'br_name'.
openvswitch-2.8.1+dfsg1/lib/tnl-neigh-cache.c:191:28: style: Function 'tnl_neigh_snoop' argument 3 names different: declaration 'dev_name' definition 'name'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/tnl-neigh-cache.h:35:32: note: Function 'tnl_neigh_snoop' argument 3 names different: declaration 'dev_name' definition 'name'.
openvswitch-2.8.1+dfsg1/lib/tnl-neigh-cache.c:191:28: note: Function 'tnl_neigh_snoop' argument 3 names different: declaration 'dev_name' definition 'name'.
openvswitch-2.8.1+dfsg1/lib/tnl-ports.c:108:28: style: The scope of the variable 'cr' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/lib/tnl-ports.c:184:47: style: Function 'tnl_port_map_insert' argument 2 names different: declaration 'udp_port' definition 'tp_port'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/tnl-ports.h:29:52: note: Function 'tnl_port_map_insert' argument 2 names different: declaration 'udp_port' definition 'tp_port'.
openvswitch-2.8.1+dfsg1/lib/tnl-ports.c:184:47: note: Function 'tnl_port_map_insert' argument 2 names different: declaration 'udp_port' definition 'tp_port'.
openvswitch-2.8.1+dfsg1/lib/tnl-ports.c:258:30: style: Function 'tnl_port_map_delete' argument 1 names different: declaration 'udp_port' definition 'tp_port'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/tnl-ports.h:32:35: note: Function 'tnl_port_map_delete' argument 1 names different: declaration 'udp_port' definition 'tp_port'.
openvswitch-2.8.1+dfsg1/lib/tnl-ports.c:258:30: note: Function 'tnl_port_map_delete' argument 1 names different: declaration 'udp_port' definition 'tp_port'.
openvswitch-2.8.1+dfsg1/lib/tnl-ports.c:442:38: style: Function 'tnl_port_map_insert_ipdev' argument 1 names different: declaration 'dev' definition 'dev_name'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/tnl-ports.h:33:43: note: Function 'tnl_port_map_insert_ipdev' argument 1 names different: declaration 'dev' definition 'dev_name'.
openvswitch-2.8.1+dfsg1/lib/tnl-ports.c:442:38: note: Function 'tnl_port_map_insert_ipdev' argument 1 names different: declaration 'dev' definition 'dev_name'.
openvswitch-2.8.1+dfsg1/lib/tnl-ports.c:464:38: style: Function 'tnl_port_map_delete_ipdev' argument 1 names different: declaration 'dev' definition 'dev_name'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/tnl-ports.h:34:43: note: Function 'tnl_port_map_delete_ipdev' argument 1 names different: declaration 'dev' definition 'dev_name'.
openvswitch-2.8.1+dfsg1/lib/tnl-ports.c:464:38: note: Function 'tnl_port_map_delete_ipdev' argument 1 names different: declaration 'dev' definition 'dev_name'.
openvswitch-2.8.1+dfsg1/lib/unixctl.c:173:62: style: Function 'unixctl_command_reply' argument 2 names different: declaration 'body' definition 'result'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/unixctl.h:47:63: note: Function 'unixctl_command_reply' argument 2 names different: declaration 'body' definition 'result'.
openvswitch-2.8.1+dfsg1/lib/unixctl.c:173:62: note: Function 'unixctl_command_reply' argument 2 names different: declaration 'body' definition 'result'.
openvswitch-2.8.1+dfsg1/lib/unixctl.c:487:61: style: Function 'unixctl_client_transact' argument 6 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/unixctl.h:37:51: note: Function 'unixctl_client_transact' argument 6 names different: declaration 'error' definition 'err'.
openvswitch-2.8.1+dfsg1/lib/unixctl.c:487:61: note: Function 'unixctl_client_transact' argument 6 names different: declaration 'error' definition 'err'.
openvswitch-2.8.1+dfsg1/lib/util.c:1180:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openvswitch-2.8.1+dfsg1/lib/util.c:1204:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
openvswitch-2.8.1+dfsg1/lib/util.c:239:31: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openvswitch-2.8.1+dfsg1/lib/util.c:245:31: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openvswitch-2.8.1+dfsg1/lib/util.c:268:42: style: Same value in both branches of ternary operator. [duplicateValueTernary]
openvswitch-2.8.1+dfsg1/lib/util.c:643:24: style: Function 'ovs_hex_dump' argument 4 names different: declaration 'offset' definition 'ofs'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/util.h:188:59: note: Function 'ovs_hex_dump' argument 4 names different: declaration 'offset' definition 'ofs'.
openvswitch-2.8.1+dfsg1/lib/util.c:643:24: note: Function 'ovs_hex_dump' argument 4 names different: declaration 'offset' definition 'ofs'.
openvswitch-2.8.1+dfsg1/lib/util.c:1278:26: style: Function 'bitwise_copy' argument 1 names different: declaration 'src' definition 'src_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/util.h:421:31: note: Function 'bitwise_copy' argument 1 names different: declaration 'src' definition 'src_'.
openvswitch-2.8.1+dfsg1/lib/util.c:1278:26: note: Function 'bitwise_copy' argument 1 names different: declaration 'src' definition 'src_'.
openvswitch-2.8.1+dfsg1/lib/util.c:1279:20: style: Function 'bitwise_copy' argument 4 names different: declaration 'dst' definition 'dst_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/util.h:422:25: note: Function 'bitwise_copy' argument 4 names different: declaration 'dst' definition 'dst_'.
openvswitch-2.8.1+dfsg1/lib/util.c:1279:20: note: Function 'bitwise_copy' argument 4 names different: declaration 'dst' definition 'dst_'.
openvswitch-2.8.1+dfsg1/lib/util.c:1631:29: style: Function 'bitwise_get_bit' argument 1 names different: declaration 'src' definition 'src_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/util.h:439:34: note: Function 'bitwise_get_bit' argument 1 names different: declaration 'src' definition 'src_'.
openvswitch-2.8.1+dfsg1/lib/util.c:1631:29: note: Function 'bitwise_get_bit' argument 1 names different: declaration 'src' definition 'src_'.
openvswitch-2.8.1+dfsg1/lib/util.c:1650:20: style: Function 'bitwise_put0' argument 1 names different: declaration 'dst' definition 'dst_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/util.h:440:25: note: Function 'bitwise_put0' argument 1 names different: declaration 'dst' definition 'dst_'.
openvswitch-2.8.1+dfsg1/lib/util.c:1650:20: note: Function 'bitwise_put0' argument 1 names different: declaration 'dst' definition 'dst_'.
openvswitch-2.8.1+dfsg1/lib/util.c:1669:20: style: Function 'bitwise_put1' argument 1 names different: declaration 'dst' definition 'dst_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/util.h:441:25: note: Function 'bitwise_put1' argument 1 names different: declaration 'dst' definition 'dst_'.
openvswitch-2.8.1+dfsg1/lib/util.c:1669:20: note: Function 'bitwise_put1' argument 1 names different: declaration 'dst' definition 'dst_'.
openvswitch-2.8.1+dfsg1/lib/util.c:1709:26: style: Function 'bitwise_toggle_bit' argument 1 names different: declaration 'dst' definition 'dst_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/util.h:443:31: note: Function 'bitwise_toggle_bit' argument 1 names different: declaration 'dst' definition 'dst_'.
openvswitch-2.8.1+dfsg1/lib/util.c:1709:26: note: Function 'bitwise_toggle_bit' argument 1 names different: declaration 'dst' definition 'dst_'.
openvswitch-2.8.1+dfsg1/lib/util.c:336:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openvswitch-2.8.1+dfsg1/lib/util.c:359:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openvswitch-2.8.1+dfsg1/lib/vconn.c:1465:63: style: Function 'pvconn_init' argument 2 names different: declaration 'pvclass' definition 'class'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/lib/vconn-provider.h:139:68: note: Function 'pvconn_init' argument 2 names different: declaration 'pvclass' definition 'class'.
openvswitch-2.8.1+dfsg1/lib/vconn.c:1465:63: note: Function 'pvconn_init' argument 2 names different: declaration 'pvclass' definition 'class'.
openvswitch-2.8.1+dfsg1/lib/vlog.c:1101:17: style: Variable 'facility' is not assigned a value. [unassignedVariable]
openvswitch-2.8.1+dfsg1/lib/wmi.c:143:20: style: Variable 'hres' is assigned a value that is never used. [unreadVariable]
openvswitch-2.8.1+dfsg1/ofproto/bond.c:337:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/bond.c:1592:13: style: The scope of the variable 'hash' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/bond.c:1593:11: style: The scope of the variable 'hash_cstr' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/bond.c:584:54: style: Function 'bond_slave_unregister' argument 2 names different: declaration 'slave' definition 'slave_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/bond.h:75:55: note: Function 'bond_slave_unregister' argument 2 names different: declaration 'slave' definition 'slave_'.
openvswitch-2.8.1+dfsg1/ofproto/bond.c:584:54: note: Function 'bond_slave_unregister' argument 2 names different: declaration 'slave' definition 'slave_'.
openvswitch-2.8.1+dfsg1/ofproto/bond.c:775:48: style: Function 'bond_check_admissibility' argument 3 names different: declaration 'dst' definition 'eth_dst'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/bond.h:97:66: note: Function 'bond_check_admissibility' argument 3 names different: declaration 'dst' definition 'eth_dst'.
openvswitch-2.8.1+dfsg1/ofproto/bond.c:775:48: note: Function 'bond_check_admissibility' argument 3 names different: declaration 'dst' definition 'eth_dst'.
openvswitch-2.8.1+dfsg1/ofproto/connmgr.c:241:28: style: Function 'connmgr_create' argument 2 names different: declaration 'dpif_name' definition 'name'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/connmgr.h:73:44: note: Function 'connmgr_create' argument 2 names different: declaration 'dpif_name' definition 'name'.
openvswitch-2.8.1+dfsg1/ofproto/connmgr.c:241:28: note: Function 'connmgr_create' argument 2 names different: declaration 'dpif_name' definition 'name'.
openvswitch-2.8.1+dfsg1/ofproto/connmgr.c:241:46: style: Function 'connmgr_create' argument 3 names different: declaration 'local_name' definition 'local_port_name'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/connmgr.h:73:67: note: Function 'connmgr_create' argument 3 names different: declaration 'local_name' definition 'local_port_name'.
openvswitch-2.8.1+dfsg1/ofproto/connmgr.c:241:46: note: Function 'connmgr_create' argument 3 names different: declaration 'local_name' definition 'local_port_name'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-mirror.c:111:21: style: The scope of the variable 'mbundle' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-mirror.c:112:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-mirror.c:465:61: style: Function 'mbundle_lookup_multiple' argument 3 names different: declaration 'n_bundles' definition 'n_ofbundles'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-mirror.c:82:42: note: Function 'mbundle_lookup_multiple' argument 3 names different: declaration 'n_bundles' definition 'n_ofbundles'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-mirror.c:465:61: note: Function 'mbundle_lookup_multiple' argument 3 names different: declaration 'n_bundles' definition 'n_ofbundles'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-rid.c:101:30: style: Function 'recirc_id_node_find' argument 1 names different: declaration 'recirc_id' definition 'id'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-rid.h:181:59: note: Function 'recirc_id_node_find' argument 1 names different: declaration 'recirc_id' definition 'id'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-rid.c:101:30: note: Function 'recirc_id_node_find' argument 1 names different: declaration 'recirc_id' definition 'id'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-rid.c:318:25: style: Function 'recirc_free_id' argument 1 names different: declaration 'recirc_id' definition 'id'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-rid.h:178:30: note: Function 'recirc_free_id' argument 1 names different: declaration 'recirc_id' definition 'id'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-rid.c:318:25: note: Function 'recirc_free_id' argument 1 names different: declaration 'recirc_id' definition 'id'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-sflow.c:196:21: style: The scope of the variable 'name' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-sflow.c:1222:14: style: The scope of the variable 'lse' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:1450:25: style: The scope of the variable 'op' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2602:57: style: Function 'upcall_unixctl_show' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:330:64: note: Function 'upcall_unixctl_show' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2602:57: note: Function 'upcall_unixctl_show' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2603:40: style: Function 'upcall_unixctl_show' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:331:45: note: Function 'upcall_unixctl_show' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2603:40: note: Function 'upcall_unixctl_show' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2603:62: style: Function 'upcall_unixctl_show' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:331:59: note: Function 'upcall_unixctl_show' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2603:62: note: Function 'upcall_unixctl_show' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2650:43: style: Function 'upcall_unixctl_disable_megaflows' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:332:73: note: Function 'upcall_unixctl_disable_megaflows' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2650:43: note: Function 'upcall_unixctl_disable_megaflows' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2651:53: style: Function 'upcall_unixctl_disable_megaflows' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:333:58: note: Function 'upcall_unixctl_disable_megaflows' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2651:53: note: Function 'upcall_unixctl_disable_megaflows' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2652:44: style: Function 'upcall_unixctl_disable_megaflows' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:333:72: note: Function 'upcall_unixctl_disable_megaflows' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2652:44: note: Function 'upcall_unixctl_disable_megaflows' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2665:42: style: Function 'upcall_unixctl_enable_megaflows' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:334:72: note: Function 'upcall_unixctl_enable_megaflows' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2665:42: note: Function 'upcall_unixctl_enable_megaflows' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2666:52: style: Function 'upcall_unixctl_enable_megaflows' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:335:57: note: Function 'upcall_unixctl_enable_megaflows' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2666:52: note: Function 'upcall_unixctl_enable_megaflows' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2667:43: style: Function 'upcall_unixctl_enable_megaflows' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:335:71: note: Function 'upcall_unixctl_enable_megaflows' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2667:43: note: Function 'upcall_unixctl_enable_megaflows' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2679:65: style: Function 'upcall_unixctl_disable_ufid' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:336:68: note: Function 'upcall_unixctl_disable_ufid' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2679:65: note: Function 'upcall_unixctl_disable_ufid' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2680:47: style: Function 'upcall_unixctl_disable_ufid' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:337:59: note: Function 'upcall_unixctl_disable_ufid' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2680:47: note: Function 'upcall_unixctl_disable_ufid' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2680:69: style: Function 'upcall_unixctl_disable_ufid' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:337:73: note: Function 'upcall_unixctl_disable_ufid' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2680:69: note: Function 'upcall_unixctl_disable_ufid' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2691:64: style: Function 'upcall_unixctl_enable_ufid' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:338:67: note: Function 'upcall_unixctl_enable_ufid' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2691:64: note: Function 'upcall_unixctl_enable_ufid' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2692:46: style: Function 'upcall_unixctl_enable_ufid' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:339:58: note: Function 'upcall_unixctl_enable_ufid' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2692:46: note: Function 'upcall_unixctl_enable_ufid' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2692:68: style: Function 'upcall_unixctl_enable_ufid' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:339:72: note: Function 'upcall_unixctl_enable_ufid' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2692:68: note: Function 'upcall_unixctl_enable_ufid' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2705:40: style: Function 'upcall_unixctl_set_flow_limit' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:340:74: note: Function 'upcall_unixctl_set_flow_limit' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2705:40: note: Function 'upcall_unixctl_set_flow_limit' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2707:41: style: Function 'upcall_unixctl_set_flow_limit' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:341:71: note: Function 'upcall_unixctl_set_flow_limit' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2707:41: note: Function 'upcall_unixctl_set_flow_limit' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2723:35: style: Function 'upcall_unixctl_dump_wait' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:342:69: note: Function 'upcall_unixctl_dump_wait' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2723:35: note: Function 'upcall_unixctl_dump_wait' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2724:45: style: Function 'upcall_unixctl_dump_wait' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:343:50: note: Function 'upcall_unixctl_dump_wait' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2724:45: note: Function 'upcall_unixctl_dump_wait' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2725:36: style: Function 'upcall_unixctl_dump_wait' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:343:64: note: Function 'upcall_unixctl_dump_wait' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2725:36: note: Function 'upcall_unixctl_dump_wait' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2742:58: style: Function 'upcall_unixctl_purge' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:344:65: note: Function 'upcall_unixctl_purge' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2742:58: note: Function 'upcall_unixctl_purge' argument 2 names different: declaration 'argc' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2743:41: style: Function 'upcall_unixctl_purge' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:345:46: note: Function 'upcall_unixctl_purge' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2743:41: note: Function 'upcall_unixctl_purge' argument 3 names different: declaration 'argv' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2743:63: style: Function 'upcall_unixctl_purge' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:345:60: note: Function 'upcall_unixctl_purge' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:2743:63: note: Function 'upcall_unixctl_purge' argument 4 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:1041:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-upcall.c:1047:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:3312:5: style: Variable 'nested_act_flag' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:3279:0: note: Variable 'nested_act_flag' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:3312:5: note: Variable 'nested_act_flag' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:3265:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:2648:11: style: The scope of the variable 'mac_port' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:4199:28: style: The scope of the variable 'bucket' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:4914:30: style: The scope of the variable 'trunc' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:2059:43: style: Function 'xvlan_input_translate' argument 2 names different: declaration 'in' definition 'in_xvlan'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:523:55: note: Function 'xvlan_input_translate' argument 2 names different: declaration 'in' definition 'in_xvlan'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:2059:43: note: Function 'xvlan_input_translate' argument 2 names different: declaration 'in' definition 'in_xvlan'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:2104:65: style: Function 'xvlan_output_translate' argument 3 names different: declaration 'out' definition 'out_xvlan'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:527:50: note: Function 'xvlan_output_translate' argument 3 names different: declaration 'out' definition 'out_xvlan'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:2104:65: note: Function 'xvlan_output_translate' argument 3 names different: declaration 'out' definition 'out_xvlan'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:5678:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif-xlate.c:5749:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif.c:4733:13: warning: Either the condition 'bucket' is redundant or there is possible null pointer dereference: bucket. [nullPointerRedundantCheck]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif.c:4728:9: note: Assuming that condition 'bucket' is not redundant
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif.c:4733:13: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif.c:4734:13: warning: Either the condition 'bucket' is redundant or there is possible null pointer dereference: bucket. [nullPointerRedundantCheck]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif.c:4728:9: note: Assuming that condition 'bucket' is not redundant
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif.c:4734:13: note: Null pointer dereference
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif.c:686:24: style: The scope of the variable 'node' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/ofproto-dpif.c:4277:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:7764:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:7762:13: note: outer condition: error
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:7764:17: note: identical inner condition: error
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:2264:19: style: The scope of the variable 'last_used_at' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:7835:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:638:32: style: Function 'ofproto_set_controllers' argument 3 names different: declaration 'n' definition 'n_controllers'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.h:308:72: note: Function 'ofproto_set_controllers' argument 3 names different: declaration 'n' definition 'n_controllers'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:638:32: note: Function 'ofproto_set_controllers' argument 3 names different: declaration 'n' definition 'n_controllers'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:749:37: style: Function 'ofproto_type_set_config' argument 1 names different: declaration 'type' definition 'datapath_type'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.h:325:42: note: Function 'ofproto_type_set_config' argument 1 names different: declaration 'type' definition 'datapath_type'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:749:37: note: Function 'ofproto_type_set_config' argument 1 names different: declaration 'type' definition 'datapath_type'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:749:71: style: Function 'ofproto_type_set_config' argument 2 names different: declaration 'other_config' definition 'cfg'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.h:326:49: note: Function 'ofproto_type_set_config' argument 2 names different: declaration 'other_config' definition 'cfg'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:749:71: note: Function 'ofproto_type_set_config' argument 2 names different: declaration 'other_config' definition 'cfg'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:762:25: style: Function 'ofproto_set_threads' argument 1 names different: declaration 'n_handlers' definition 'n_handlers_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.h:324:30: note: Function 'ofproto_set_threads' argument 1 names different: declaration 'n_handlers' definition 'n_handlers_'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:762:25: note: Function 'ofproto_set_threads' argument 1 names different: declaration 'n_handlers' definition 'n_handlers_'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:762:42: style: Function 'ofproto_set_threads' argument 2 names different: declaration 'n_revalidators' definition 'n_revalidators_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.h:324:46: note: Function 'ofproto_set_threads' argument 2 names different: declaration 'n_revalidators' definition 'n_revalidators_'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:762:42: note: Function 'ofproto_set_threads' argument 2 names different: declaration 'n_revalidators' definition 'n_revalidators_'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:1155:51: style: Function 'ofproto_set_aa' argument 2 names different: declaration 'aux' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.h:455:51: note: Function 'ofproto_set_aa' argument 2 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:1155:51: note: Function 'ofproto_set_aa' argument 2 names different: declaration 'aux' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:2609:50: style: Function 'update_port' argument 2 names different: declaration 'devname' definition 'name'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:181:54: note: Function 'update_port' argument 2 names different: declaration 'devname' definition 'name'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:2609:50: note: Function 'update_port' argument 2 names different: declaration 'devname' definition 'name'.
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:3464:18: style: struct member 'Anonymous2::buf' is never used. [unusedStructMember]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:2350:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:3622:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/ofproto/ofproto.c:3796:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/ofproto/tunnel.c:496:43: warning: Division of result of sizeof() on pointer type. [divideSizeof]
openvswitch-2.8.1+dfsg1/ovn/controller-vtep/ovn-controller-vtep.c:105:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openvswitch-2.8.1+dfsg1/ovn/controller-vtep/ovn-controller-vtep.c:91:12: note: outer condition: !exiting
openvswitch-2.8.1+dfsg1/ovn/controller-vtep/ovn-controller-vtep.c:105:13: note: opposite inner condition: exiting
openvswitch-2.8.1+dfsg1/ovn/controller-vtep/ovn-controller-vtep.c:105:13: style: Condition 'exiting' is always false [knownConditionTrueFalse]
openvswitch-2.8.1+dfsg1/ovn/controller-vtep/ovn-controller-vtep.c:91:12: note: Assuming that condition '!exiting' is not redundant
openvswitch-2.8.1+dfsg1/ovn/controller-vtep/ovn-controller-vtep.c:105:13: note: Condition 'exiting' is always false
openvswitch-2.8.1+dfsg1/ovn/controller-vtep/ovn-controller-vtep.c:211:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/ovn/controller-vtep/vtep.c:422:32: style: The scope of the variable 'mmr_ext' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovn/controller/bfd.c:219:21: style: Variable 'gateway_chassis' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/ovn/controller/bfd.c:218:0: note: Variable 'gateway_chassis' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/ovn/controller/bfd.c:219:21: note: Variable 'gateway_chassis' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/ovn/controller/binding.c:81:21: style: The scope of the variable 'iface_id' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovn/controller/gchassis.c:187:9: style: Redundant condition: gateway_chassis. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
openvswitch-2.8.1+dfsg1/ovn/controller/gchassis.c:116:29: style: The scope of the variable 'chassis_item' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovn/controller/ofctrl.c:610:38: style: Function 'ofctrl_add_flow' argument 6 names different: declaration 'ofpacts' definition 'actions'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovn/controller/ofctrl.h:54:65: note: Function 'ofctrl_add_flow' argument 6 names different: declaration 'ofpacts' definition 'actions'.
openvswitch-2.8.1+dfsg1/ovn/controller/ofctrl.c:610:38: note: Function 'ofctrl_add_flow' argument 6 names different: declaration 'ofpacts' definition 'actions'.
openvswitch-2.8.1+dfsg1/ovn/controller/ofctrl.c:650:34: style: Function 'ofctrl_dup_flow' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovn/controller/ofctrl.h:44:51: note: Function 'ofctrl_dup_flow' argument 1 names different: declaration 'source' definition 'src'.
openvswitch-2.8.1+dfsg1/ovn/controller/ofctrl.c:650:34: note: Function 'ofctrl_dup_flow' argument 1 names different: declaration 'source' definition 'src'.
openvswitch-2.8.1+dfsg1/ovn/controller/ovn-controller.c:785:13: style: Condition 'exiting' is always false [knownConditionTrueFalse]
openvswitch-2.8.1+dfsg1/ovn/controller/ovn-controller.c:642:12: note: Assuming that condition '!exiting' is not redundant
openvswitch-2.8.1+dfsg1/ovn/controller/ovn-controller.c:785:13: note: Condition 'exiting' is always false
openvswitch-2.8.1+dfsg1/ovn/controller/ovn-controller.c:908:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/ovn/controller/pinctrl.c:1780:0: error: #error  [preprocessorErrorDirective]
openvswitch-2.8.1+dfsg1/ovn/lib/lex.c:337:32: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/ovn/lib/ovn-util.c:111:11: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovn/northd/ovn-northd.c:6572:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openvswitch-2.8.1+dfsg1/ovn/northd/ovn-northd.c:6537:12: note: outer condition: !exiting
openvswitch-2.8.1+dfsg1/ovn/northd/ovn-northd.c:6572:13: note: opposite inner condition: exiting
openvswitch-2.8.1+dfsg1/ovn/northd/ovn-northd.c:6572:13: style: Condition 'exiting' is always false [knownConditionTrueFalse]
openvswitch-2.8.1+dfsg1/ovn/northd/ovn-northd.c:6537:12: note: Assuming that condition '!exiting' is not redundant
openvswitch-2.8.1+dfsg1/ovn/northd/ovn-northd.c:6572:13: note: Condition 'exiting' is always false
openvswitch-2.8.1+dfsg1/ovn/northd/ovn-northd.c:1011:14: style: The scope of the variable 'mac_addr_suffix' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:500:17: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:493:9: note: outer condition: !lr
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:500:17: note: opposite inner condition: lr
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:533:17: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:526:9: note: outer condition: !ls
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:533:17: note: opposite inner condition: ls
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:566:17: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:559:9: note: outer condition: !lb
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:566:17: note: opposite inner condition: lb
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:1638:5: style: Variable 'lb' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:1635:0: note: Variable 'lb' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:1638:5: note: Variable 'lb' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:290:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:1672:11: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:1672:19: style: The scope of the variable 'protocol' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:3397:65: style: Function 'do_nbctl' argument 3 names different: declaration 'n' definition 'n_commands'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:84:69: note: Function 'do_nbctl' argument 3 names different: declaration 'n' definition 'n_commands'.
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:3397:65: note: Function 'do_nbctl' argument 3 names different: declaration 'n' definition 'n_commands'.
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:2214:13: error: Memory pointed to by 'prefix' is freed twice. [doubleFree]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-nbctl.c:2221:13: error: Memory pointed to by 'prefix' is freed twice. [doubleFree]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-sbctl.c:267:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-sbctl.c:1217:65: style: Function 'do_sbctl' argument 3 names different: declaration 'n' definition 'n_commands'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-sbctl.c:88:69: note: Function 'do_sbctl' argument 3 names different: declaration 'n' definition 'n_commands'.
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-sbctl.c:1217:65: note: Function 'do_sbctl' argument 3 names different: declaration 'n' definition 'n_commands'.
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-trace.c:284:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-trace.c:1943:19: style: Function 'trace' argument 1 names different: declaration 'datapath' definition 'dp_s'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-trace.c:86:32: note: Function 'trace' argument 1 names different: declaration 'datapath' definition 'dp_s'.
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-trace.c:1943:19: note: Function 'trace' argument 1 names different: declaration 'datapath' definition 'dp_s'.
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-trace.c:1943:37: style: Function 'trace' argument 2 names different: declaration 'flow' definition 'flow_s'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-trace.c:86:54: note: Function 'trace' argument 2 names different: declaration 'flow' definition 'flow_s'.
openvswitch-2.8.1+dfsg1/ovn/utilities/ovn-trace.c:1943:37: note: Function 'trace' argument 2 names different: declaration 'flow' definition 'flow_s'.
openvswitch-2.8.1+dfsg1/ovsdb/condition.c:514:9: style: The scope of the variable 'res' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:139:5: style: Variable 'results' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:137:5: note: Variable 'results' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:139:5: note: Variable 'results' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:666:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:228:42: style: Function 'ovsdb_execute_commit' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:61:0: note: Function 'ovsdb_execute_commit' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:228:42: note: Function 'ovsdb_execute_commit' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:242:41: style: Function 'ovsdb_execute_abort' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:62:0: note: Function 'ovsdb_execute_abort' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:242:41: note: Function 'ovsdb_execute_abort' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:655:40: style: Function 'ovsdb_execute_wait' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:60:0: note: Function 'ovsdb_execute_wait' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:655:40: note: Function 'ovsdb_execute_wait' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:772:43: style: Function 'ovsdb_execute_comment' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:63:0: note: Function 'ovsdb_execute_comment' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:772:43: note: Function 'ovsdb_execute_comment' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:787:42: style: Function 'ovsdb_execute_assert' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:64:0: note: Function 'ovsdb_execute_assert' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ovsdb/execution.c:787:42: note: Function 'ovsdb_execute_assert' argument 3 names different: declaration 'result' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/ovsdb/file.c:654:5: style: Variable 'comment' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/ovsdb/file.c:651:0: note: Variable 'comment' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/ovsdb/file.c:654:5: note: Variable 'comment' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/ovsdb/jsonrpc-server.c:1532:68: style: Function 'ovsdb_jsonrpc_monitor_compose_update' argument 1 names different: declaration 'monitor' definition 'm'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/jsonrpc-server.c:106:35: note: Function 'ovsdb_jsonrpc_monitor_compose_update' argument 1 names different: declaration 'monitor' definition 'm'.
openvswitch-2.8.1+dfsg1/ovsdb/jsonrpc-server.c:1532:68: note: Function 'ovsdb_jsonrpc_monitor_compose_update' argument 1 names different: declaration 'monitor' definition 'm'.
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:631:25: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:917:32: style: The scope of the variable 'diff_json' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:919:12: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:1397:31: style: The scope of the variable 'row' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:513:43: style: Function 'ovsdb_monitor_table_find_changes' argument 2 names different: declaration 'unflushed' definition 'transaction'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:167:46: note: Function 'ovsdb_monitor_table_find_changes' argument 2 names different: declaration 'unflushed' definition 'transaction'.
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:513:43: note: Function 'ovsdb_monitor_table_find_changes' argument 2 names different: declaration 'unflushed' definition 'transaction'.
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:546:44: style: Function 'ovsdb_monitor_table_track_changes' argument 2 names different: declaration 'unflushed' definition 'transaction'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:171:44: note: Function 'ovsdb_monitor_table_track_changes' argument 2 names different: declaration 'unflushed' definition 'transaction'.
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:546:44: note: Function 'ovsdb_monitor_table_track_changes' argument 2 names different: declaration 'unflushed' definition 'transaction'.
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:1119:24: style: Function 'ovsdb_monitor_get_update' argument 4 names different: declaration 'unflushed_transaction' definition 'unflushed_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/monitor.h:70:49: note: Function 'ovsdb_monitor_get_update' argument 4 names different: declaration 'unflushed_transaction' definition 'unflushed_'.
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:1119:24: note: Function 'ovsdb_monitor_get_update' argument 4 names different: declaration 'unflushed_transaction' definition 'unflushed_'.
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:1527:41: style: Function 'ovsdb_monitor_add' argument 1 names different: declaration 'dbmon' definition 'new_dbmon'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/monitor.h:46:63: note: Function 'ovsdb_monitor_add' argument 1 names different: declaration 'dbmon' definition 'new_dbmon'.
openvswitch-2.8.1+dfsg1/ovsdb/monitor.c:1527:41: note: Function 'ovsdb_monitor_add' argument 1 names different: declaration 'dbmon' definition 'new_dbmon'.
openvswitch-2.8.1+dfsg1/ovsdb/mutation.c:409:45: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
openvswitch-2.8.1+dfsg1/ovsdb/mutation.c:422:43: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-client.c:214:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-client.c:683:21: style: The scope of the variable 'operation' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-client.c:684:22: style: The scope of the variable 'row' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-server.c:1416:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-server.c:271:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-server.c:1346:20: style: Function 'parse_options' argument 1 names different: declaration 'argc' definition 'argcp'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-server.c:116:32: note: Function 'parse_options' argument 1 names different: declaration 'argc' definition 'argcp'.
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-server.c:1346:20: note: Function 'parse_options' argument 1 names different: declaration 'argc' definition 'argcp'.
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-server.c:1348:60: style: Function 'parse_options' argument 8 names different: declaration 'is_backup' definition 'active'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-server.c:119:54: note: Function 'parse_options' argument 8 names different: declaration 'is_backup' definition 'active'.
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-server.c:1348:60: note: Function 'parse_options' argument 8 names different: declaration 'is_backup' definition 'active'.
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-server.c:891:14: error: Uninitialized variable: node [uninitvar]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-server.c:902:14: error: Uninitialized variable: node [uninitvar]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-util.c:27:50: style: Function 'ovsdb_util_get_datum' argument 3 names different: declaration 'keytype' definition 'key_type'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-util.h:22:71: note: Function 'ovsdb_util_get_datum' argument 3 names different: declaration 'keytype' definition 'key_type'.
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-util.c:27:50: note: Function 'ovsdb_util_get_datum' argument 3 names different: declaration 'keytype' definition 'key_type'.
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-util.c:28:50: style: Function 'ovsdb_util_get_datum' argument 4 names different: declaration 'valtype' definition 'value_type'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-util.h:23:71: note: Function 'ovsdb_util_get_datum' argument 4 names different: declaration 'valtype' definition 'value_type'.
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-util.c:28:50: note: Function 'ovsdb_util_get_datum' argument 4 names different: declaration 'valtype' definition 'value_type'.
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-util.c:94:64: style: Function 'ovsdb_util_read_map_string_uuid_column' argument 1 names different: declaration 'r' definition 'row'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-util.h:29:77: note: Function 'ovsdb_util_read_map_string_uuid_column' argument 1 names different: declaration 'r' definition 'row'.
openvswitch-2.8.1+dfsg1/ovsdb/ovsdb-util.c:94:64: note: Function 'ovsdb_util_read_map_string_uuid_column' argument 1 names different: declaration 'r' definition 'row'.
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:596:23: style: The scope of the variable 'txn' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:116:30: style: Function 'replication_init' argument 1 names different: declaration 'sync_from' definition 'sync_from_'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/replication.h:47:35: note: Function 'replication_init' argument 1 names different: declaration 'sync_from' definition 'sync_from_'.
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:116:30: note: Function 'replication_init' argument 1 names different: declaration 'sync_from' definition 'sync_from_'.
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:143:38: style: Function 'replication_add_local_db' argument 1 names different: declaration 'databse' definition 'database'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/replication.h:53:43: note: Function 'replication_add_local_db' argument 1 names different: declaration 'databse' definition 'database'.
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:143:38: note: Function 'replication_add_local_db' argument 1 names different: declaration 'databse' definition 'database'.
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:581:34: style: Function 'add_monitored_table' argument 2 names different: declaration 'monitor_requests' definition 'monitor_request'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:48:46: note: Function 'add_monitored_table' argument 2 names different: declaration 'monitor_requests' definition 'monitor_request'.
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:581:34: note: Function 'add_monitored_table' argument 2 names different: declaration 'monitor_requests' definition 'monitor_request'.
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:671:56: style: Function 'execute_insert' argument 4 names different: declaration 'new' definition 'json_row'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:61:56: note: Function 'execute_insert' argument 4 names different: declaration 'new' definition 'json_row'.
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:671:56: note: Function 'execute_insert' argument 4 names different: declaration 'new' definition 'json_row'.
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:705:56: style: Function 'execute_update' argument 4 names different: declaration 'new' definition 'json_row'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:68:56: note: Function 'execute_update' argument 4 names different: declaration 'new' definition 'json_row'.
openvswitch-2.8.1+dfsg1/ovsdb/replication.c:705:56: note: Function 'execute_update' argument 4 names different: declaration 'new' definition 'json_row'.
openvswitch-2.8.1+dfsg1/ovsdb/row.c:202:25: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/row.c:247:50: style: Function 'ovsdb_row_to_json' argument 2 names different: declaration 'include' definition 'columns'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/row.h:95:63: note: Function 'ovsdb_row_to_json' argument 2 names different: declaration 'include' definition 'columns'.
openvswitch-2.8.1+dfsg1/ovsdb/row.c:247:50: note: Function 'ovsdb_row_to_json' argument 2 names different: declaration 'include' definition 'columns'.
openvswitch-2.8.1+dfsg1/ovsdb/transaction.c:272:29: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/transaction.c:443:35: style: The scope of the variable 'next' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/ovsdb/transaction.c:350:65: style: Function 'delete_garbage_row' argument 2 names different: declaration 'r' definition 'txn_row'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/transaction.c:89:65: note: Function 'delete_garbage_row' argument 2 names different: declaration 'r' definition 'txn_row'.
openvswitch-2.8.1+dfsg1/ovsdb/transaction.c:350:65: note: Function 'delete_garbage_row' argument 2 names different: declaration 'r' definition 'txn_row'.
openvswitch-2.8.1+dfsg1/ovsdb/transaction.c:898:51: warning: Function 'ovsdb_txn_for_each_change' argument order different: declaration ', aux, ' definition 'txn, cb, aux' [funcArgOrderDifferent]
openvswitch-2.8.1+dfsg1/ovsdb/transaction.h:41:32: note: Function 'ovsdb_txn_for_each_change' argument order different: declaration ', aux, ' definition 'txn, cb, aux'
openvswitch-2.8.1+dfsg1/ovsdb/transaction.c:898:51: note: Function 'ovsdb_txn_for_each_change' argument order different: declaration ', aux, ' definition 'txn, cb, aux'
openvswitch-2.8.1+dfsg1/tests/dpdk/ring_client.c:121:5: style: Variable 'progname' is reassigned a value before the old one has been used. [redundantAssignment]
openvswitch-2.8.1+dfsg1/tests/dpdk/ring_client.c:117:0: note: Variable 'progname' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/tests/dpdk/ring_client.c:121:5: note: Variable 'progname' is reassigned a value before the old one has been used.
openvswitch-2.8.1+dfsg1/tests/test-bundle.c:98:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/tests/test-classifier.c:1862:35: style: Function 'help' argument 1 names different: declaration 'ctx' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/tests/test-classifier.c:1838:43: note: Function 'help' argument 1 names different: declaration 'ctx' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/tests/test-classifier.c:1862:35: note: Function 'help' argument 1 names different: declaration 'ctx' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/tests/test-cmap.c:450:19: style: The scope of the variable 'j' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-hash.c:154:22: style: struct member 'offset_ovs_u128::a' is never used. [unusedStructMember]
openvswitch-2.8.1+dfsg1/tests/test-hash.c:205:22: style: struct member 'offset_ovs_u128::a' is never used. [unusedStructMember]
openvswitch-2.8.1+dfsg1/tests/test-jsonrpc.c:85:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/tests/test-ovn.c:664:16: style: Opposite expression on both sides of '&'. [oppositeExpression]
openvswitch-2.8.1+dfsg1/tests/test-ovn.c:664:16: note: Opposite expression on both sides of '&'.
openvswitch-2.8.1+dfsg1/tests/test-ovn.c:664:16: note: Opposite expression on both sides of '&'.
openvswitch-2.8.1+dfsg1/tests/test-ovn.c:1003:27: error: Expression 'pids[i]=pids[--*n]' depends on order of evaluation of side effects [unknownEvaluationOrder]
openvswitch-2.8.1+dfsg1/tests/test-ovsdb.c:2257:41: style: The scope of the variable 'tc' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-ovsdb.c:100:25: style: Checking if unsigned variable 'timeout' is less than zero. [unsignedLessThanZero]
openvswitch-2.8.1+dfsg1/tests/test-rstp.c:115:23: style: The scope of the variable 'p' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-rstp.c:153:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-rstp.c:508:28: style: The scope of the variable 'port_no' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-sflow.c:332:19: style: The scope of the variable 'nextByte' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-sflow.c:512:22: style: The scope of the variable 'ceTag' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-sflow.c:512:29: style: The scope of the variable 'ceQuads' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-sflow.c:512:38: style: The scope of the variable 'ceMark' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-sflow.c:571:22: style: The scope of the variable 'feTag' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-sflow.c:571:29: style: The scope of the variable 'feQuads' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-sflow.c:571:38: style: The scope of the variable 'feMark' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-sflow.c:665:11: style: The scope of the variable 'dgram_buf' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-skiplist.c:169:12: style: The scope of the variable 'op' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-skiplist.c:169:16: style: The scope of the variable 'element' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-skiplist.c:42:36: style: Function 'test_skiplist_cmp' argument 3 names different: declaration 'conf' definition 'OVS_UNUSED'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/tests/test-skiplist.c:32:72: note: Function 'test_skiplist_cmp' argument 3 names different: declaration 'conf' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/tests/test-skiplist.c:42:36: note: Function 'test_skiplist_cmp' argument 3 names different: declaration 'conf' definition 'OVS_UNUSED'.
openvswitch-2.8.1+dfsg1/tests/test-stp.c:148:9: style: The scope of the variable 'j' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-stp.c:486:28: style: The scope of the variable 'port_no' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/tests/test-unixctl.c:103:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openvswitch-2.8.1+dfsg1/tests/test-unixctl.c:100:12: note: outer condition: !exiting
openvswitch-2.8.1+dfsg1/tests/test-unixctl.c:103:13: note: opposite inner condition: exiting
openvswitch-2.8.1+dfsg1/tests/test-unixctl.c:103:13: style: Condition 'exiting' is always false [knownConditionTrueFalse]
openvswitch-2.8.1+dfsg1/tests/test-unixctl.c:100:12: note: Assuming that condition '!exiting' is not redundant
openvswitch-2.8.1+dfsg1/tests/test-unixctl.c:103:13: note: Condition 'exiting' is always false
openvswitch-2.8.1+dfsg1/tests/test-unixctl.c:155:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/tests/test-unixctl.c:115:20: style: Function 'parse_options' argument 1 names different: declaration 'argc' definition 'argcp'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/tests/test-unixctl.c:31:32: note: Function 'parse_options' argument 1 names different: declaration 'argc' definition 'argcp'.
openvswitch-2.8.1+dfsg1/tests/test-unixctl.c:115:20: note: Function 'parse_options' argument 1 names different: declaration 'argc' definition 'argcp'.
openvswitch-2.8.1+dfsg1/tests/test-util.c:103:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openvswitch-2.8.1+dfsg1/tests/test-util.c:155:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
openvswitch-2.8.1+dfsg1/tests/test-util.c:49:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openvswitch-2.8.1+dfsg1/tests/test-util.c:52:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openvswitch-2.8.1+dfsg1/tests/test-util.c:55:50: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openvswitch-2.8.1+dfsg1/tests/test-util.c:88:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
openvswitch-2.8.1+dfsg1/tests/test-util.c:103:32: error: Shifting 32-bit value by 63 bits is undefined behaviour [shiftTooManyBits]
openvswitch-2.8.1+dfsg1/tests/test-util.c:155:32: error: Shifting 32-bit value by 63 bits is undefined behaviour [shiftTooManyBits]
openvswitch-2.8.1+dfsg1/tests/test-util.c:1110:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openvswitch-2.8.1+dfsg1/utilities/ovs-appctl.c:175:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/utilities/ovs-dpctl.c:164:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/utilities/ovs-dpctl.c:145:25: style: Checking if unsigned variable 'timeout' is less than zero. [unsignedLessThanZero]
openvswitch-2.8.1+dfsg1/utilities/ovs-ofctl.c:360:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/utilities/ovs-ofctl.c:1938:13: style: The scope of the variable 'retval' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/utilities/ovs-ofctl.c:2379:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/utilities/ovs-ofctl.c:2539:9: style: The scope of the variable 'error' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/utilities/ovs-ofctl.c:2765:31: style: The scope of the variable 'gm' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/utilities/ovs-ofctl.c:2767:20: style: The scope of the variable 'request' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/utilities/ovs-ofctl.c:266:25: style: Checking if unsigned variable 'timeout' is less than zero. [unsignedLessThanZero]
openvswitch-2.8.1+dfsg1/utilities/ovs-ofctl.c:2298:40: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/utilities/ovs-ofctl.c:524:5: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
openvswitch-2.8.1+dfsg1/utilities/ovs-vsctl.c:2506:9: style: Condition 'ppid_info' is always false [knownConditionTrueFalse]
openvswitch-2.8.1+dfsg1/utilities/ovs-vsctl.c:2505:42: note: Assignment 'ppid_info=vsctl_parent_process_info()', assigned value is 0
openvswitch-2.8.1+dfsg1/utilities/ovs-vsctl.c:2506:9: note: Condition 'ppid_info' is always false
openvswitch-2.8.1+dfsg1/utilities/ovs-vsctl.c:321:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/utilities/ovs-vsctl.c:2486:65: style: Function 'do_vsctl' argument 3 names different: declaration 'n' definition 'n_commands'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/utilities/ovs-vsctl.c:100:69: note: Function 'do_vsctl' argument 3 names different: declaration 'n' definition 'n_commands'.
openvswitch-2.8.1+dfsg1/utilities/ovs-vsctl.c:2486:65: note: Function 'do_vsctl' argument 3 names different: declaration 'n' definition 'n_commands'.
openvswitch-2.8.1+dfsg1/vswitchd/bridge.c:331:9: style: The scope of the variable 'i' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/vswitchd/bridge.c:2152:41: style: Function 'dpid_from_hash' argument 2 names different: declaration 'nbytes' definition 'n'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/vswitchd/bridge.c:268:53: note: Function 'dpid_from_hash' argument 2 names different: declaration 'nbytes' definition 'n'.
openvswitch-2.8.1+dfsg1/vswitchd/bridge.c:2152:41: note: Function 'dpid_from_hash' argument 2 names different: declaration 'nbytes' definition 'n'.
openvswitch-2.8.1+dfsg1/vswitchd/bridge.c:3098:16: style: struct member 'qos_unixctl_show_cbdata::ds' is never used. [unusedStructMember]
openvswitch-2.8.1+dfsg1/vswitchd/bridge.c:3099:19: style: struct member 'qos_unixctl_show_cbdata::iface' is never used. [unusedStructMember]
openvswitch-2.8.1+dfsg1/vswitchd/bridge.c:2199:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
openvswitch-2.8.1+dfsg1/vswitchd/ovs-vswitchd.c:127:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
openvswitch-2.8.1+dfsg1/vswitchd/ovs-vswitchd.c:109:12: note: outer condition: !exiting
openvswitch-2.8.1+dfsg1/vswitchd/ovs-vswitchd.c:127:13: note: opposite inner condition: exiting
openvswitch-2.8.1+dfsg1/vswitchd/ovs-vswitchd.c:127:13: style: Condition 'exiting' is always false [knownConditionTrueFalse]
openvswitch-2.8.1+dfsg1/vswitchd/ovs-vswitchd.c:109:12: note: Assuming that condition '!exiting' is not redundant
openvswitch-2.8.1+dfsg1/vswitchd/ovs-vswitchd.c:127:13: note: Condition 'exiting' is always false
openvswitch-2.8.1+dfsg1/vswitchd/ovs-vswitchd.c:200:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/vswitchd/ovs-vswitchd.c:143:46: style: Function 'parse_options' argument 3 names different: declaration 'unixctl_path' definition 'unixctl_pathp'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/vswitchd/ovs-vswitchd.c:60:59: note: Function 'parse_options' argument 3 names different: declaration 'unixctl_path' definition 'unixctl_pathp'.
openvswitch-2.8.1+dfsg1/vswitchd/ovs-vswitchd.c:143:46: note: Function 'parse_options' argument 3 names different: declaration 'unixctl_path' definition 'unixctl_pathp'.
openvswitch-2.8.1+dfsg1/vswitchd/ovs-vswitchd.c:75:49: style: Boolean variable 'exiting' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:102:41: style: Same expression on both sides of '<=' because the value of 'phys_pages' and '0' are the same. [duplicateExpression]
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:92:31: note: 'phys_pages' is assigned value '0' here.
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:102:41: note: Same expression on both sides of '<=' because the value of 'phys_pages' and '0' are the same.
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:102:46: style: Same expression on both sides of '||' because the value of 'avphys_pages<=0' and 'phys_pages<=0' are the same. [duplicateExpression]
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:97:33: note: 'avphys_pages' is assigned value '0' here.
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:92:31: note: 'phys_pages' is assigned value '0' here.
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:102:46: note: Same expression on both sides of '||' because the value of 'avphys_pages<=0' and 'phys_pages<=0' are the same.
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:102:62: style: Same expression on both sides of '<=' because the value of 'avphys_pages' and '0' are the same. [duplicateExpression]
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:97:33: note: 'avphys_pages' is assigned value '0' here.
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:102:62: note: Same expression on both sides of '<=' because the value of 'avphys_pages' and '0' are the same.
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:107:32: style: Same expression on both sides of '-' because the value of 'phys_pages' and 'avphys_pages' are the same. [duplicateExpression]
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:92:31: note: 'phys_pages' is assigned value '0' here.
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:97:33: note: 'avphys_pages' is assigned value '0' here.
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:107:32: note: Same expression on both sides of '-' because the value of 'phys_pages' and 'avphys_pages' are the same.
openvswitch-2.8.1+dfsg1/vswitchd/system-stats.c:102:22: style: Checking if unsigned variable 'pagesize' is less than zero. [unsignedLessThanZero]
openvswitch-2.8.1+dfsg1/vtep/vtep-ctl.c:258:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
openvswitch-2.8.1+dfsg1/vtep/vtep-ctl.c:2049:15: style: The scope of the variable 'entry' can be reduced. [variableScope]
openvswitch-2.8.1+dfsg1/vtep/vtep-ctl.c:2262:20: style: Function 'do_vtep_ctl' argument 3 names different: declaration 'n' definition 'n_commands'. [funcArgNamesDifferent]
openvswitch-2.8.1+dfsg1/vtep/vtep-ctl.c:85:72: note: Function 'do_vtep_ctl' argument 3 names different: declaration 'n' definition 'n_commands'.
openvswitch-2.8.1+dfsg1/vtep/vtep-ctl.c:2262:20: note: Function 'do_vtep_ctl' argument 3 names different: declaration 'n' definition 'n_commands'.
[14:29]

ftp://ftp.se.debian.org/debian/pool/main/o/openwalnut/openwalnut_1.2.5.orig.tar.gz
OpenWalnut-1.2.5/src/core/common/WTerminalColor.h:127:47: performance: Function parameter 's' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:181:12: performance: Technically the member function 'WMatrixFixed::getRows' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:191:12: performance: Technically the member function 'WMatrixFixed::getColumns' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:572:16: performance: Technically the member function 'WMatrixFixed::as' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:598:5: style: Class 'WMatrixFixed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:614:5: style: Class 'WMatrixFixed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:633:5: style: Class 'WMatrixFixed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:648:5: style: Class 'WMatrixFixed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:663:5: style: Class 'WMatrixFixed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:679:5: style: Class 'WMatrixFixed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:961:13: style: Unhandled exception specification when calling function at(). [unhandledExceptionSpecification]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:387:13: note: Unhandled exception specification when calling function at().
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:961:13: note: Unhandled exception specification when calling function at().
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:961:13: style: Unhandled exception specification when calling function at(). [unhandledExceptionSpecification]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:403:32: note: Unhandled exception specification when calling function at().
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:961:13: note: Unhandled exception specification when calling function at().
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:961:13: style: Unhandled exception specification when calling function at(). [unhandledExceptionSpecification]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:424:13: note: Unhandled exception specification when calling function at().
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:961:13: note: Unhandled exception specification when calling function at().
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:961:13: style: Unhandled exception specification when calling function at(). [unhandledExceptionSpecification]
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:440:32: note: Unhandled exception specification when calling function at().
OpenWalnut-1.2.5/src/core/common/math/linearAlgebra/WMatrixFixed.h:961:13: note: Unhandled exception specification when calling function at().
OpenWalnut-1.2.5/src/core/common/WConditionOneShot.cpp:31:5: performance: Variable 'm_lock' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/common/WConditionOneShot.h:58:18: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WCondition.h:66:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WConditionOneShot.h:58:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WConditionOneShot.h:63:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WCondition.h:71:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WConditionOneShot.h:63:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WConditionSet.h:101:10: style: Technically the member function 'WConditionSet::isResetable' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WConditionSet.cpp:113:21: note: Technically the member function 'WConditionSet::isResetable' can be const.
OpenWalnut-1.2.5/src/core/common/WConditionSet.h:101:10: note: Technically the member function 'WConditionSet::isResetable' can be const.
OpenWalnut-1.2.5/src/core/common/WConditionSet.h:76:18: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WCondition.h:66:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WConditionSet.h:76:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WException.cpp:54:5: performance: Variable 'm_msg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/common/WException.cpp:71:5: performance: Variable 'm_msg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/common/WFlag.h:150:37: style: Technically the member function 'WFlag::getCondition' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WFlag.h:319:45: note: Technically the member function 'WFlag::getCondition' can be const.
OpenWalnut-1.2.5/src/core/common/WFlag.h:150:37: note: Technically the member function 'WFlag::getCondition' can be const.
OpenWalnut-1.2.5/src/core/common/WFlag.h:158:37: style: Technically the member function 'WFlag::getValueChangeCondition' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WFlag.h:325:45: note: Technically the member function 'WFlag::getValueChangeCondition' can be const.
OpenWalnut-1.2.5/src/core/common/WFlag.h:158:37: note: Technically the member function 'WFlag::getValueChangeCondition' can be const.
OpenWalnut-1.2.5/src/core/common/WFlag.h:37:1: warning: The class 'WFlag' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:64:12: style: Technically the member function 'WHierarchicalTree::getLeafCount' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:223:34: note: Technically the member function 'WHierarchicalTree::getLeafCount' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:64:12: note: Technically the member function 'WHierarchicalTree::getLeafCount' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:70:12: style: Technically the member function 'WHierarchicalTree::getClusterCount' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:228:34: note: Technically the member function 'WHierarchicalTree::getClusterCount' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:70:12: note: Technically the member function 'WHierarchicalTree::getClusterCount' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:76:12: style: Technically the member function 'WHierarchicalTree::getMaxLevel' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:233:34: note: Technically the member function 'WHierarchicalTree::getMaxLevel' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:76:12: note: Technically the member function 'WHierarchicalTree::getMaxLevel' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:83:12: style: Technically the member function 'WHierarchicalTree::getLevel' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:238:34: note: Technically the member function 'WHierarchicalTree::getLevel' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:83:12: note: Technically the member function 'WHierarchicalTree::getLevel' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:90:12: style: Technically the member function 'WHierarchicalTree::getParent' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:243:34: note: Technically the member function 'WHierarchicalTree::getParent' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:90:12: note: Technically the member function 'WHierarchicalTree::getParent' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:97:11: style: Technically the member function 'WHierarchicalTree::getCustomData' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:269:33: note: Technically the member function 'WHierarchicalTree::getCustomData' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:97:11: note: Technically the member function 'WHierarchicalTree::getCustomData' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:111:12: style: Technically the member function 'WHierarchicalTree::getColor' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:284:34: note: Technically the member function 'WHierarchicalTree::getColor' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:111:12: note: Technically the member function 'WHierarchicalTree::getColor' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:125:24: style: Technically the member function 'WHierarchicalTree::getLeafesForCluster' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:294:46: note: Technically the member function 'WHierarchicalTree::getLeafesForCluster' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:125:24: note: Technically the member function 'WHierarchicalTree::getLeafesForCluster' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:139:10: style: Technically the member function 'WHierarchicalTree::isLeaf' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:289:32: note: Technically the member function 'WHierarchicalTree::isLeaf' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:139:10: note: Technically the member function 'WHierarchicalTree::isLeaf' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTreeFibers.h:105:11: style: Technically the member function 'WHierarchicalTreeFibers::getRatio' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTreeFibers.cpp:189:32: note: Technically the member function 'WHierarchicalTreeFibers::getRatio' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTreeFibers.h:105:11: note: Technically the member function 'WHierarchicalTreeFibers::getRatio' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTreeFibers.h:60:10: style: The function 'addLeaf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:58:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WHierarchicalTreeFibers.h:60:10: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WHierarchicalTreeVoxels.cpp:151:22: style: Unused variable: worklist [unusedVariable]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTreeVoxels.h:84:12: style: Technically the member function 'WHierarchicalTreeVoxels::getVoxelNum' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTreeVoxels.h:121:40: note: Technically the member function 'WHierarchicalTreeVoxels::getVoxelNum' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTreeVoxels.h:84:12: note: Technically the member function 'WHierarchicalTreeVoxels::getVoxelNum' can be const.
OpenWalnut-1.2.5/src/core/common/WHierarchicalTreeVoxels.h:116:10: style: The function 'addLeaf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WHierarchicalTree.h:58:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WHierarchicalTreeVoxels.h:116:10: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WHistogram.h:36:1: warning: The class 'WHistogram' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: vector < boost :: shared_ptr < WLogStream > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: vector < boost :: shared_ptr < WLogStream > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WHistogramBasic.h:38:1: warning: The class 'WHistogramBasic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenWalnut-1.2.5/src/core/common/WHistogramBasic.h:69:20: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WHistogram.h:67:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WHistogramBasic.h:69:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WHistogramBasic.h:78:20: style: The function 'at' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WHistogram.h:76:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WHistogramBasic.h:78:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WHistogramBasic.h:87:20: style: The function 'getBucketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WHistogram.h:106:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WHistogramBasic.h:87:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WHistogramBasic.h:98:41: style: The function 'getIntervalForIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WHistogram.h:117:41: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WHistogramBasic.h:98:41: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicket.h:104:0: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicket.h:104:0: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: vector < boost :: shared_ptr < WItemSelectionItem > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: vector < boost :: shared_ptr < WItemSelectionItem > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WItemSelector.h:121:50: performance: Function parameter 'asString' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WItemSelectionItem.cpp:29:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WItemSelectionItem.cpp:29:71: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WItemSelector.cpp:86:61: performance: Function parameter 'asString' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WItemSelector.cpp:109:31: error: Iterator 'i' used after element has been erased. [eraseDereference]
OpenWalnut-1.2.5/src/core/common/WItemSelector.cpp:105:5: note: Iterator 'i' used after element has been erased.
OpenWalnut-1.2.5/src/core/common/WItemSelector.cpp:109:31: note: Iterator 'i' used after element has been erased.
OpenWalnut-1.2.5/src/core/common/WLogEntry.cpp:58:35: performance: Function parameter 'logTime' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WLogEntry.cpp:58:56: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WLogEntry.cpp:58:93: performance: Function parameter 'source' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WLogEntry.cpp:77:50: performance: Function parameter 'format' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WLogStream.cpp:30:78: performance: Function parameter 'format' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WLogStream.cpp:61:41: performance: Function parameter 'format' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WMixinVector.h:401:15: style: Technically the member function 'WMixinVector::operator[]' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WPredicateHelper.h:90:14: style: Technically the member function 'WPredicateHelper::Name::operator()' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WPredicateHelper.h:129:14: style: Technically the member function 'WPredicateHelper::Name::operator()' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WPredicateHelper.h:215:22: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPredicateHelper.h:176:22: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WPredicateHelper.h:215:22: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WPredicateHelper.h:78:36: performance: Function parameter 'check' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPredicateHelper.h:117:36: performance: Function parameter 'check' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WProgress.cpp:33:35: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WProgressCombiner.h:116:17: warning: The class 'WProgressCombiner' defines member variable with name 'm_name' also defined in its parent class 'WProgress'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/common/WProgress.h:125:17: note: Parent variable 'WProgress::m_name'
OpenWalnut-1.2.5/src/core/common/WProgressCombiner.h:116:17: note: Derived variable 'WProgressCombiner::m_name'
OpenWalnut-1.2.5/src/core/common/WProgressCombiner.h:61:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProgress.h:65:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WProgressCombiner.h:61:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WProgressCombiner.h:70:32: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProgress.h:74:24: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WProgressCombiner.h:70:32: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WProgressCombiner.h:77:19: style: The function 'getProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProgress.h:90:19: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WProgressCombiner.h:77:19: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WProgressCombiner.h:102:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProgress.h:110:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WProgressCombiner.h:102:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WProgressCombiner.cpp:33:51: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:624:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:282:23: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WTypeIdentifier::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:476:23: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WTypeIdentifier::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:530:23: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WTypeIdentifier::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:578:21: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WStringConversion::asString' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:630:21: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WStringConversion::asString' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:334:23: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WTypeIdentifier < bool >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:352:23: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WTypeIdentifier < int32_t >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:370:23: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WTypeIdentifier < double >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:388:23: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WTypeIdentifier < std :: string >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:406:23: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WTypeIdentifier < boost :: filesystem :: path >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:424:23: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WTypeIdentifier < WItemSelector >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:446:37: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WStringConversion < WItemSelector >::create' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:494:23: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WTypeIdentifier < osg :: Vec4 >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:512:23: performance: Technically the member function 'PROPERTY_TYPE_HELPER::WTypeIdentifier < WPVBaseTypes :: PV_TRIGGER >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMax.h:65:7: style: Technically the member function 'WPropertyConstraintMax::getMax' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMax.h:107:32: note: Technically the member function 'WPropertyConstraintMax::getMax' can be const.
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMax.h:65:7: note: Technically the member function 'WPropertyConstraintMax::getMax' can be const.
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMin.h:65:7: style: Technically the member function 'WPropertyConstraintMin::getMin' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMin.h:107:32: note: Technically the member function 'WPropertyConstraintMin::getMin' can be const.
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMin.h:65:7: note: Technically the member function 'WPropertyConstraintMin::getMin' can be const.
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:430:18: warning: Virtual function 'updateType' is called from constructor 'WPropertyVariable(std::string name,std::string description,const T&initial)' at line 467. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:467:5: note: Calling updateType
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:430:18: note: updateType is a virtual method
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:430:18: warning: Virtual function 'updateType' is called from constructor 'WPropertyVariable(std::string name,std::string description,const T&initial,boost::shared_ptr<WCondition>condition)' at line 481. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:481:5: note: Calling updateType
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:430:18: note: updateType is a virtual method
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:430:18: warning: Virtual function 'updateType' is called from constructor 'WPropertyVariable(std::string name,std::string description,const T&initial,PropertyChangeNotifierType notifier)' at line 496. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:496:5: note: Calling updateType
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:430:18: note: updateType is a virtual method
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:430:18: warning: Virtual function 'updateType' is called from constructor 'WPropertyVariable(std::string name,std::string description,const T&initial,boost::shared_ptr<WCondition>condition,PropertyChangeNotifierType notifier)' at line 517. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:517:5: note: Calling updateType
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:430:18: note: updateType is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: vector < boost :: shared_ptr < WPropertyBase > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: vector < boost :: shared_ptr < WPropertyBase > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WProperties.h:53:1: warning: The class 'WProperties' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintIsDirectory.h:56:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:204:22: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintIsDirectory.h:56:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintIsDirectory.h:63:37: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:211:41: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintIsDirectory.h:63:37: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMax.h:58:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:204:22: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMax.h:58:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMax.h:72:37: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:211:41: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMax.h:72:37: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMin.h:58:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:204:22: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMin.h:58:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMin.h:72:37: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:211:41: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintMin.h:72:37: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintNotEmpty.h:57:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:204:22: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintNotEmpty.h:57:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintNotEmpty.h:64:37: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:211:41: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintNotEmpty.h:64:37: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintPathExists.h:56:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:204:22: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintPathExists.h:56:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintPathExists.h:63:37: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:211:41: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintPathExists.h:63:37: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintSelectOnlyOne.h:56:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:204:22: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintSelectOnlyOne.h:56:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintSelectOnlyOne.h:63:37: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:211:41: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintSelectOnlyOne.h:63:37: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:155:48: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.h:87:48: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:155:48: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:164:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WFlag.h:168:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:164:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:376:18: style: The function 'setAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.h:153:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:376:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:384:25: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.h:161:25: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:384:25: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:394:18: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.h:188:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:394:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:407:18: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WFlag.h:136:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:407:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:430:18: style: The function 'updateType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.h:314:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:430:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintIsValid.h:57:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:204:22: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintIsValid.h:57:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintIsValid.h:64:37: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:211:41: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/constraints/WPropertyConstraintIsValid.h:64:37: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WProperties.h:123:48: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.h:87:48: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WProperties.h:123:48: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WProperties.h:278:27: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.h:122:27: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WProperties.h:278:27: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WProperties.h:287:18: style: The function 'setAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.h:153:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WProperties.h:287:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WProperties.h:295:25: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.h:161:25: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WProperties.h:295:25: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WProperties.h:307:18: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.h:188:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WProperties.h:307:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:304:55: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:446:102: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:551:105: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:607:103: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:461:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:461:74: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:475:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:475:74: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:489:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:489:74: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:510:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyVariable.h:510:74: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WProperties.cpp:41:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WProperties.cpp:41:57: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WProperties.cpp:219:107: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WProperties.cpp:277:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WProperties.cpp:282:74: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WProperties.cpp:303:55: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WProperties.cpp:303:73: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.cpp:39:16: warning: Member variable 'WPropertyBase::m_type' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.h:44:1: warning: The class 'WPropertyBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.cpp:39:43: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyBase.cpp:39:61: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:282:0: performance: Technically the member function 'PROPERTY_TYPE_HELPER :: WTypeIdentifier < WItemSelector >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:304:0: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:282:0: performance: Technically the member function 'PROPERTY_TYPE_HELPER :: WTypeIdentifier < std :: string >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: map < boost :: shared_ptr < WPropertyBase > , boost :: signals2 :: connection > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: map < std :: string , boost :: shared_ptr < WPropertyBase > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: map < boost :: shared_ptr < WPropertyBase > , boost :: signals2 :: connection > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: map < std :: string , boost :: shared_ptr < WPropertyBase > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:71:34: style: Technically the member function 'WPrototyped::isA' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:78:19: note: Technically the member function 'WPrototyped::isA' can be const.
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:71:34: note: Technically the member function 'WPrototyped::isA' can be const.
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:18: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:9: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:18: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:18: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:9: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:18: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:18: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicket.h:104:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:18: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicket.h:104:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WTerminalColor.cpp:37:5: performance: Variable 'm_colorString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/common/WTerminalColor.cpp:38:5: performance: Variable 'm_colorResetString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/common/WTerminalColor.cpp:49:5: performance: Variable 'm_colorString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/common/WTerminalColor.cpp:50:5: performance: Variable 'm_colorResetString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/common/WTerminalColor.cpp:124:59: performance: Function parameter 's' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:108:29: style: Technically the member function 'WThreadedFunctionBase::status' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.cpp:41:48: note: Technically the member function 'WThreadedFunctionBase::status' can be const.
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:108:29: note: Technically the member function 'WThreadedFunctionBase::status' can be const.
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:115:37: style: Technically the member function 'WThreadedFunctionBase::getThreadsDoneCondition' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.cpp:46:56: note: Technically the member function 'WThreadedFunctionBase::getThreadsDoneCondition' can be const.
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:115:37: note: Technically the member function 'WThreadedFunctionBase::getThreadsDoneCondition' can be const.
OpenWalnut-1.2.5/src/core/common/WFlag.h:150:0: style: Technically the member function 'WFlag < bool >::getCondition' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WFlag.h:319:0: note: Technically the member function 'WFlag < bool >::getCondition' can be const.
OpenWalnut-1.2.5/src/core/common/WFlag.h:150:0: note: Technically the member function 'WFlag < bool >::getCondition' can be const.
OpenWalnut-1.2.5/src/core/common/WFlag.h:158:0: style: Technically the member function 'WFlag < bool >::getValueChangeCondition' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WFlag.h:325:0: note: Technically the member function 'WFlag < bool >::getValueChangeCondition' can be const.
OpenWalnut-1.2.5/src/core/common/WFlag.h:158:0: note: Technically the member function 'WFlag < bool >::getValueChangeCondition' can be const.
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:212:18: warning: Virtual function 'stop' is called from destructor '~WThreadedFunction()' at line 297. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:297:5: note: Calling stop
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:212:18: note: stop is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < WThreadedFunctionStatus >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < WThreadedFunctionStatus >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WFlag.h:37:0: warning: The class 'WFlag < bool >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenWalnut-1.2.5/src/core/common/WWorkerThread.h:91:18: style: The function 'threadMain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:90:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WWorkerThread.h:91:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:206:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:90:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:206:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:212:18: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:96:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:212:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:217:18: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:101:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/WThreadedFunction.h:217:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:124:10: style: Technically the member function 'WThreadedRunner::waitForStop' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.cpp:74:23: note: Technically the member function 'WThreadedRunner::waitForStop' can be const.
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:124:10: note: Technically the member function 'WThreadedRunner::waitForStop' can be const.
OpenWalnut-1.2.5/src/core/common/datastructures/WColoredVertices.h:64:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:57:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/datastructures/WColoredVertices.h:64:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/datastructures/WColoredVertices.h:71:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:64:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/datastructures/WColoredVertices.h:71:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/datastructures/WDendrogram.h:71:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:57:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/datastructures/WDendrogram.h:71:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/datastructures/WDendrogram.h:78:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:64:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/common/datastructures/WDendrogram.h:78:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/datastructures/WDendrogram.cpp:72:74: performance: Function parameter 'caller' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WMixinVector.h:401:0: style: Technically the member function 'WMixinVector < WMatrixFixed < double , 3 , 1 > >::operator[]' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/math/WGeometryFunctions.cpp:50:30: style: Unused variable: g [unusedVariable]
OpenWalnut-1.2.5/src/core/common/math/WLine.cpp:145:45: style: Function 'resampleBySegmentLength' argument 1 names different: declaration 'newSegementLength' definition 'newSegmentLength'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/core/common/math/WLine.h:73:42: note: Function 'resampleBySegmentLength' argument 1 names different: declaration 'newSegementLength' definition 'newSegmentLength'.
OpenWalnut-1.2.5/src/core/common/math/WLine.cpp:145:45: note: Function 'resampleBySegmentLength' argument 1 names different: declaration 'newSegementLength' definition 'newSegmentLength'.
OpenWalnut-1.2.5/src/core/common/math/WValue.h:328:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/core/common/math/WMatrix.h:73:5: style: Class 'WMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenWalnut-1.2.5/src/core/common/math/WMatrix.h:80:5: style: Class 'WMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenWalnut-1.2.5/src/core/dataHandler/WGridTransformOrtho.h:59:5: style: Class 'WGridTransformOrtho' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenWalnut-1.2.5/src/core/dataHandler/WGridRegular3D.h:177:18: style: The function 'getBoundingBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WGrid.h:67:26: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WGridRegular3D.h:177:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/math/WValue.h:328:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/core/common/math/WPlane.h:77:10: performance: Technically the member function 'WPlane::isInPlane' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/math/WPlane.cpp:56:14: note: Technically the member function 'WPlane::isInPlane' can be static.
OpenWalnut-1.2.5/src/core/common/math/WPlane.h:77:10: note: Technically the member function 'WPlane::isInPlane' can be static.
OpenWalnut-1.2.5/src/core/common/math/WSymmetricSphericalHarmonic.cpp:265:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:327:36: warning: Member variable 'WTensorBase::m_data' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:340:77: warning: Member variable 'WTensorBase::m_data' is not assigned a value in 'WTensorBase::operator='. [operatorEqVarError]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:204:0: style: 'WTensorBase::operator=' should return 'WTensorBase &'. [operatorEq]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:487:0: style: 'WTensorBase::operator=' should return 'WTensorBase &'. [operatorEq]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:684:0: style: 'WTensorBaseSym::operator=' should return 'WTensorBaseSym &'. [operatorEq]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:1007:0: style: 'WTensorBaseSym::operator=' should return 'WTensorBaseSym &'. [operatorEq]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:477:9: performance: Variable 'm_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:220:17: performance: Technically the member function 'WTensorBase::getDimension' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:361:48: note: Technically the member function 'WTensorBase::getDimension' can be static.
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:220:17: note: Technically the member function 'WTensorBase::getDimension' can be static.
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:227:17: performance: Technically the member function 'WTensorBase::getOrder' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:367:48: note: Technically the member function 'WTensorBase::getOrder' can be static.
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:227:17: note: Technically the member function 'WTensorBase::getOrder' can be static.
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:511:17: performance: Technically the member function 'WTensorBase::getDimension' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:521:17: performance: Technically the member function 'WTensorBase::getOrder' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:1018:17: performance: Technically the member function 'WTensorBaseSym::getDimension' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/math/WTensorBase.h:1028:17: performance: Technically the member function 'WTensorBaseSym::getOrder' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/math/WTensor.h:91:5: style: Class 'WTensor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:76:11: style: The scope of the variable 'r' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:76:14: style: The scope of the variable 'g' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:76:17: style: The scope of the variable 'b' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:77:11: style: The scope of the variable 'x1' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:77:15: style: The scope of the variable 'x2' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:77:19: style: The scope of the variable 'y1' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:77:23: style: The scope of the variable 'y2' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:77:27: style: The scope of the variable 'z1' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:77:31: style: The scope of the variable 'z2' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:78:11: style: The scope of the variable 'lastx' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:78:18: style: The scope of the variable 'lasty' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:78:25: style: The scope of the variable 'lastz' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.h:73:17: style: Technically the member function 'WCreateColorArraysThread::isFinished' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.cpp:144:32: note: Technically the member function 'WCreateColorArraysThread::isFinished' can be const.
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.h:73:17: note: Technically the member function 'WCreateColorArraysThread::isFinished' can be const.
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.h:66:18: style: The function 'threadMain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:90:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WCreateColorArraysThread.h:66:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:162:34: style: Technically the member function 'WValueSetBase::applyFunction' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: vector < boost :: shared_ptr < WDataSet > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: vector < boost :: shared_ptr < WSubject > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: vector < boost :: shared_ptr < WDataSet > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: vector < boost :: shared_ptr < WSubject > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:108:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:57:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:108:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:115:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:64:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:115:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:72:41: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:125:9: performance: Variable 'm_minimum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:126:9: performance: Variable 'm_maximum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:143:45: warning: The class 'WDataSetVector' defines member variable with name 'm_prototype' also defined in its parent class 'WDataSetSingle'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:176:45: note: Parent variable 'WDataSetSingle::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:143:45: note: Derived variable 'WDataSetVector::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:176:45: warning: The class 'WDataSetSingle' defines member variable with name 'm_prototype' also defined in its parent class 'WDataSet'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:144:45: note: Parent variable 'WDataSet::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:176:45: note: Derived variable 'WDataSetSingle::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:137:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:77:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:137:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:159:20: style: The function 'rawSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:82:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:159:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:177:20: style: The function 'getScalarDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:88:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:177:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:186:30: style: The function 'getWValueDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:94:30: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:186:30: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:195:23: style: The function 'getWVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:100:23: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:195:23: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:262:20: style: The function 'getMinimumValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:143:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:262:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:273:20: style: The function 'getMaximumValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:151:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:273:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:141:18: style: The function 'isTexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:86:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:141:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:148:44: style: The function 'getTexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:101:44: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:148:44: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:155:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:108:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:155:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:162:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:115:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:162:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:66:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:88:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:66:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:76:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:98:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:76:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:84:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:106:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:84:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:129:18: style: The function 'isTexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:141:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:129:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:136:41: style: The function 'isVectorDataSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:93:49: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetVector.h:136:41: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.cpp:47:47: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetDTI.h:96:45: warning: The class 'WDataSetDTI' defines member variable with name 'm_prototype' also defined in its parent class 'WDataSetSingle'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:176:45: note: Parent variable 'WDataSetSingle::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetDTI.h:96:45: note: Derived variable 'WDataSetDTI::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetDTI.h:61:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:88:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetDTI.h:61:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetDTI.h:71:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:98:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetDTI.h:71:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetDTI.h:79:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:106:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetDTI.h:79:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/common/WMixinVector.h:401:0: style: Technically the member function 'WMixinVector < WFiber >::operator[]' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFibers.h:370:45: warning: The class 'WDataSetFibers' defines member variable with name 'm_prototype' also defined in its parent class 'WDataSet'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:144:45: note: Parent variable 'WDataSet::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFibers.h:370:45: note: Derived variable 'WDataSetFibers::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFiberVector.h:138:45: warning: The class 'WDataSetFiberVector' defines member variable with name 'm_prototype' also defined in its parent class 'WDataSet'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:144:45: note: Parent variable 'WDataSet::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFiberVector.h:138:45: note: Derived variable 'WDataSetFiberVector::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFibers.h:203:18: style: The function 'isTexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:86:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFibers.h:203:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFibers.h:210:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:108:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFibers.h:210:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFibers.h:217:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:115:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFibers.h:217:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFiberVector.h:104:18: style: The function 'isTexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:86:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFiberVector.h:104:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFiberVector.h:111:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:108:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFiberVector.h:111:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFiberVector.h:118:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:115:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFiberVector.h:118:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFibers.h:106:34: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetFibers.h:106:52: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.cpp:52:27: style: Unused variable: validIndices [unusedVariable]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.cpp:67:19: warning: Member variable 'WDataSetRawHARDI::m_diffusionBValue' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:176:45: warning: The class 'WDataSetRawHARDI' defines member variable with name 'm_prototype' also defined in its parent class 'WDataSetSingle'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:176:45: note: Parent variable 'WDataSetSingle::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:176:45: note: Derived variable 'WDataSetRawHARDI::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:77:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:88:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:77:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:87:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:98:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:87:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:95:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:106:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:95:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:125:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:155:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:125:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:132:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:162:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetRawHARDI.h:132:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetScalar.h:165:45: warning: The class 'WDataSetScalar' defines member variable with name 'm_prototype' also defined in its parent class 'WDataSetSingle'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:176:45: note: Parent variable 'WDataSetSingle::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetScalar.h:165:45: note: Derived variable 'WDataSetScalar::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:300:36: style: The function 'getVariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:189:36: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:300:36: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:122:20: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WHistogram.h:67:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:122:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:131:20: style: The function 'at' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WHistogram.h:76:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:131:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:138:20: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WHistogram.h:83:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:138:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:147:20: style: The function 'getBucketSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WHistogram.h:106:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:147:20: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:158:41: style: The function 'getIntervalForIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WHistogram.h:117:41: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:158:41: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetScalar.h:73:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:88:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetScalar.h:73:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetScalar.h:83:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:98:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetScalar.h:83:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetScalar.h:91:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:106:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetScalar.h:91:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSegmentation.h:215:123: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputData.h:103:9: performance: Variable 'm_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:282:0: performance: Technically the member function 'PROPERTY_TYPE_HELPER :: WTypeIdentifier < boost :: shared_ptr < WModuleConnector > >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSegmentation.h:178:45: warning: The class 'WDataSetSegmentation' defines member variable with name 'm_prototype' also defined in its parent class 'WDataSetSingle'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:176:45: note: Parent variable 'WDataSetSingle::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSegmentation.h:178:45: note: Derived variable 'WDataSetSegmentation::m_prototype'
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEViewer.h:102:18: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEGraphicsWindow.h:85:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEViewer.h:102:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEViewer.h:107:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEGraphicsWindow.h:91:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEViewer.h:107:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGraphicsEngine.h:184:18: style: The function 'threadMain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:90:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGraphicsEngine.h:184:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGraphicsEngine.h:189:18: style: The function 'notifyStop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:95:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGraphicsEngine.h:189:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModule.h:365:10: style: The function 'threadMain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:90:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModule.h:365:10: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:174:18: style: The function 'threadMain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:90:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:174:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.h:76:34: style: The function 'subscribeSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:142:41: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.h:76:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.h:85:18: style: The function 'connectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:187:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.h:85:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.h:106:18: style: The function 'isInputConnector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:216:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.h:106:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.h:113:18: style: The function 'isOutputConnector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:223:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.h:113:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputData.h:148:54: style: The function 'getRawData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.h:99:54: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputData.h:148:54: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputData.h:170:18: style: The function 'connectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.h:85:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputData.h:170:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputData.h:181:46: style: The function 'getTransferPrototype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.h:92:46: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputData.h:181:46: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:68:18: style: The function 'connectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:187:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:68:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:87:33: style: The function 'subscribeSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:142:41: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:87:33: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:94:18: style: The function 'isInputConnector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:216:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:94:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:101:18: style: The function 'isOutputConnector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:223:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:101:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:125:18: style: The function 'connectSignals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:244:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:125:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:132:18: style: The function 'disconnectSignals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:251:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:132:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:148:18: style: The function 'notifyConnectionEstablished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:280:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:148:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputData.h:121:18: style: The function 'disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:94:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputData.h:121:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputData.h:166:18: style: The function 'connectable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:68:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputData.h:166:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSegmentation.h:116:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:155:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSegmentation.h:116:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSegmentation.h:123:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:162:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSegmentation.h:123:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:137:0: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:77:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:137:0: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:159:0: style: The function 'rawSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:82:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:159:0: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:177:0: style: The function 'getScalarDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:88:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:177:0: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:186:0: style: The function 'getWValueDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:94:30: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:186:0: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:195:0: style: The function 'getWVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:100:23: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:195:0: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:262:0: style: The function 'getMinimumValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:143:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:262:0: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:273:0: style: The function 'getMaximumValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WValueSetBase.h:151:20: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WValueSet.h:273:0: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WPickInfo.h:182:35: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/WPickInfo.h:183:35: performance: Function parameter 'viewerName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/WPickInfo.h:256:46: performance: Function parameter 'rhs' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGraphicsEngine.h:102:41: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputData.h:100:73: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputData.h:100:96: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputData.h:207:129: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputData.h:208:129: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputData.h:102:72: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputData.h:102:95: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputData.h:213:127: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputData.h:214:127: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.cpp:43:5: performance: Variable 'm_gridRegular3D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:145:45: warning: The class 'WDataSetSphericalHarmonics' defines member variable with name 'm_prototype' also defined in its parent class 'WDataSetSingle'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:176:45: note: Parent variable 'WDataSetSingle::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:145:45: note: Derived variable 'WDataSetSphericalHarmonics::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:156:40: warning: The class 'WDataSetSphericalHarmonics' defines member variable with name 'm_valueSet' also defined in its parent class 'WDataSetSingle'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:186:40: note: Parent variable 'WDataSetSingle::m_valueSet'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:156:40: note: Derived variable 'WDataSetSphericalHarmonics::m_valueSet'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:73:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:88:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:73:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:83:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:98:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:83:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:91:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:106:34: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:91:34: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:124:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:155:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:124:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:131:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:162:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:131:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:138:18: style: The function 'isTexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSingle.h:141:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetSphericalHarmonics.h:138:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetTimeSeries.cpp:229:21: warning: Member variable 'WDataSetTimeSeries::m_minValue' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetTimeSeries.cpp:229:21: warning: Member variable 'WDataSetTimeSeries::m_maxValue' is not initialized in the constructor. [uninitMemberVarPrivate]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetTimeSeries.h:252:45: warning: The class 'WDataSetTimeSeries' defines member variable with name 'm_prototype' also defined in its parent class 'WDataSet'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:144:45: note: Parent variable 'WDataSet::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetTimeSeries.h:252:45: note: Derived variable 'WDataSetTimeSeries::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetTimeSeries.h:68:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:108:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetTimeSeries.h:68:23: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetTimeSeries.h:75:23: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:115:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WDataSetTimeSeries.h:75:23: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG.cpp:34:7: warning: Member variable 'WEEG::m_samplingRate' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/dataHandler/WEEG.cpp:56:7: warning: Member variable 'WEEG::m_samplingRate' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:96:45: warning: The class 'WRecording' defines member variable with name 'm_prototype' also defined in its parent class 'WDataSet'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:144:45: note: Parent variable 'WDataSet::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:96:45: note: Derived variable 'WRecording::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WEEG.h:163:45: warning: The class 'WEEG' defines member variable with name 'm_prototype' also defined in its parent class 'WRecording'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:96:45: note: Parent variable 'WRecording::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WEEG.h:163:45: note: Derived variable 'WEEG::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:54:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:108:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:54:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:61:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:115:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:61:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG.h:135:18: style: The function 'isTexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WDataSet.h:86:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG.h:135:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG.h:142:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:54:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG.h:142:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG.h:149:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:61:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG.h:149:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG2.cpp:57:20: style: Checking if unsigned variable 'nbSegments' is less than zero. This might be a false warning. [unsignedLessThanZero]
OpenWalnut-1.2.5/src/core/dataHandler/WEEG2.cpp:63:20: style: Checking if unsigned variable 'nbChannels' is less than zero. This might be a false warning. [unsignedLessThanZero]
OpenWalnut-1.2.5/src/core/dataHandler/WEEG2.cpp:89:8: warning: Member variable 'WEEG2::m_samplingRate' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/dataHandler/WEEG2.h:110:45: warning: The class 'WEEG2' defines member variable with name 'm_prototype' also defined in its parent class 'WRecording'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:96:45: note: Parent variable 'WRecording::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WEEG2.h:110:45: note: Derived variable 'WEEG2::m_prototype'
OpenWalnut-1.2.5/src/core/dataHandler/WEEG2.h:103:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:54:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG2.h:103:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG2.h:105:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/dataHandler/WRecording.h:61:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG2.h:105:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/WEEG2Segment.cpp:56:21: style: Checking if unsigned variable 'm_nbSamples' is less than zero. This might be a false warning. [unsignedLessThanZero]
OpenWalnut-1.2.5/src/core/dataHandler/WPersonalInformation.cpp:82:53: performance: Function parameter 'lastName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/WPersonalInformation.cpp:123:61: performance: Function parameter 'info' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/WSubject.cpp:45:42: performance: Function parameter 'personInfo' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/WThreadedTrackingFunction.cpp:274:43: warning: Member variable 'IndexType::m_offset' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/dataHandler/WThreadedTrackingFunction.h:262:18: style: Technically the member function 'wtracking::WThreadedTrackingFunction::IndexType::done' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/dataHandler/WThreadedTrackingFunction.cpp:346:48: note: Technically the member function 'wtracking::WThreadedTrackingFunction::IndexType::done' can be const.
OpenWalnut-1.2.5/src/core/dataHandler/WThreadedTrackingFunction.h:262:18: note: Technically the member function 'wtracking::WThreadedTrackingFunction::IndexType::done' can be const.
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < IndexType >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < IndexType >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WFiberCluster.h:171:20: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WFiberCluster.h:247:10: performance: Technically the member function 'WFiberCluster::unifyDirection' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WFiberCluster.cpp:325:21: note: Technically the member function 'WFiberCluster::unifyDirection' can be static.
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WFiberCluster.h:247:10: note: Technically the member function 'WFiberCluster::unifyDirection' can be static.
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WFiberCluster.h:140:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:57:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WFiberCluster.h:140:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WFiberCluster.h:148:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:64:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WFiberCluster.h:148:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WJoinContourTree.h:88:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:57:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WJoinContourTree.h:88:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WJoinContourTree.h:95:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:64:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WJoinContourTree.h:95:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.cpp:148:41: warning: Member variable 'WValueSetHistogram::m_nbTotalElements' is not assigned a value in 'WValueSetHistogram::operator='. [operatorEqVarError]
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:216:18: warning: Virtual function 'insert' is called from constructor 'WValueSetHistogram(const WValueSetBase&valueSet,long buckets=1000)' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.cpp:47:5: note: Calling buildHistogram
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.cpp:93:9: note: Calling insert
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:216:18: note: insert is a virtual method
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:216:18: warning: Virtual function 'insert' is called from constructor 'WValueSetHistogram(const WValueSetBase&valueSet,double min,double max,long buckets=1000)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.cpp:59:5: note: Calling buildHistogram
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.cpp:93:9: note: Calling insert
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.h:216:18: note: insert is a virtual method
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.cpp:97:0: error: Memory leak: initialBuckets [memleak]
OpenWalnut-1.2.5/src/core/dataHandler/datastructures/WValueSetHistogram.cpp:146:0: error: Memory leak: mappedBuckets [memleak]
OpenWalnut-1.2.5/src/core/dataHandler/io/WPagerEEG.cpp:41:35: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/io/WReader.cpp:31:31: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/io/WReader.cpp:36:40: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/io/WReaderMatrixSymVTK.cpp:118:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/core/dataHandler/io/WReaderMatrixSymVTK.cpp:42:55: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/io/WWriter.cpp:37:31: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/io/WWriter.cpp:43:40: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/dataHandler/io/WWriterFiberVTK.cpp:95:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/core/common/WIOTools.h:71:0: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/core/dataHandler/io/WWriterMatrixSymVTK.cpp:64:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/core/dataHandler/io/WWriterMatrixSymVTK.cpp:35:55: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/WFiberDrawable.cpp:46:17: warning: Member variable 'WFiberDrawable::m_recalcLock' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/WFiberDrawable.cpp:46:17: warning: Member variable 'WFiberDrawable::m_useTubes' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/WFiberDrawable.cpp:46:17: warning: Member variable 'WFiberDrawable::m_active' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/WFiberDrawable.cpp:46:17: warning: Member variable 'WFiberDrawable::m_startIndexes' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/WFiberDrawable.cpp:46:17: warning: Member variable 'WFiberDrawable::m_pointsPerLine' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/WFiberDrawable.cpp:46:17: warning: Member variable 'WFiberDrawable::m_verts' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/WFiberDrawable.cpp:46:17: warning: Member variable 'WFiberDrawable::m_tangents' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/WFiberDrawable.cpp:46:17: warning: Member variable 'WFiberDrawable::m_colors' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/WFiberDrawable.h:43:1: warning: The class 'WFiberDrawable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: map < osg :: Node * , NodeInfo * , std :: less < osg :: Node * > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: map < boost :: shared_ptr < WGEShaderPreprocessor > , boost :: signals2 :: connection > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: vector < osg :: ref_ptr < WGETexture < osg :: Texture3D > > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < WBoundingBoxImpl < osg :: Vec3 > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: map < osg :: Node * , NodeInfo * , std :: less < osg :: Node * > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: map < boost :: shared_ptr < WGEShaderPreprocessor > , boost :: signals2 :: connection > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: vector < osg :: ref_ptr < WGETexture < osg :: Texture3D > > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < WBoundingBoxImpl < osg :: Vec3 > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderDefine.h:73:25: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPreprocessor.h:79:25: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderDefine.h:73:25: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEPropertyUniform.h:90:58: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderDefine.h:112:60: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShader.h:160:59: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShader.h:173:50: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:286:15: style: Technically the member function 'WTriangleMesh::getTriVert' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:676:33: note: Technically the member function 'WTriangleMesh::getTriVert' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:286:15: note: Technically the member function 'WTriangleMesh::getTriVert' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:91:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:57:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:91:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:98:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:64:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:98:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/widgets/labeling/WGELabel.h:68:23: style: The function 'getAnchor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/graphicsEngine/widgets/labeling/WGELayoutableItem.h:54:23: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/widgets/labeling/WGELabel.h:68:23: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEGraphicsWindow.cpp:43:5: performance: Variable 'm_WindowData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEGraphicsWindow.h:61:45: style: Technically the member function 'WGEGraphicsWindow::getGraphicsWindow' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEGraphicsWindow.cpp:64:60: note: Technically the member function 'WGEGraphicsWindow::getGraphicsWindow' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEGraphicsWindow.h:61:45: note: Technically the member function 'WGEGraphicsWindow::getGraphicsWindow' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEProjectFileIO.h:62:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProjectFileIO.h:58:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEProjectFileIO.h:62:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEProjectFileIO.h:68:18: style: The function 'done' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProjectFileIO.h:64:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEProjectFileIO.h:68:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEProjectFileIO.h:75:18: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProjectFileIO.h:71:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEProjectFileIO.h:75:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEProjectFileIO.cpp:86:34: performance: Function parameter 'matrix' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEProjectFileIO.cpp:98:34: performance: Function parameter 'vec' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGERequirement.h:55:18: style: The function 'isComplied' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WRequirement.h:56:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGERequirement.h:55:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGERequirement.h:62:25: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WRequirement.h:63:25: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGERequirement.h:62:25: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WGETextureHud.cpp:175:108: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEViewer.h:107:18: warning: Virtual function 'close' is called from destructor '~WGEViewer()' at line 116. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEViewer.cpp:116:5: note: Calling close
OpenWalnut-1.2.5/src/core/graphicsEngine/WGEViewer.h:107:18: note: close is a virtual method
OpenWalnut-1.2.5/src/core/graphicsEngine/WGraphicsEngine.cpp:112:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGraphicsEngine.cpp:54:18: warning: Member variable 'WGraphicsEngine::m_running' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGraphicsEngine.h:77:28: style: Technically the member function 'WGraphicsEngine::getScene' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/WGraphicsEngine.cpp:125:41: note: Technically the member function 'WGraphicsEngine::getScene' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WGraphicsEngine.h:77:28: note: Technically the member function 'WGraphicsEngine::getScene' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WGraphicsEngine.cpp:152:54: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/WPickHandler.cpp:46:41: performance: Function parameter 'viewerName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingLegoAlgorithm.h:267:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingLegoAlgorithm.h:280:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.h:143:18: warning: Virtual function 'updateGFX' is called from constructor 'WROIArbitrary(long nbCoordsX,long nbCoordsY,long nbCoordsZ,const WMatrix < double >&mat,const std::vector<float>&vals,boost::shared_ptr<WTriangleMesh>triMesh,float threshold,float maxThreshold,osg::Vec4 color)' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.cpp:63:5: note: Calling updateGFX
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.h:143:18: note: updateGFX is a virtual method
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.h:143:18: warning: Virtual function 'updateGFX' is called from constructor 'WROIArbitrary(long nbCoordsX,long nbCoordsY,long nbCoordsZ,const WMatrix < double >&mat,const std::vector<float>&vals,float maxThreshold,osg::Vec4 color)' at line 91. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.cpp:91:5: note: Calling updateGFX
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.h:143:18: note: updateGFX is a virtual method
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.h:155:17: warning: The class 'WROIArbitrary' defines member variable with name 'm_threshold' also defined in its parent class 'WROI'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROI.h:174:17: note: Parent variable 'WROI::m_threshold'
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.h:155:17: note: Derived variable 'WROIArbitrary::m_threshold'
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.h:160:12: warning: The class 'WROIArbitrary' defines member variable with name 'm_color' also defined in its parent class 'WROI'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROI.h:179:16: note: Parent variable 'WROI::m_color'
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.h:160:12: note: Derived variable 'WROIArbitrary::m_color'
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.h:143:18: style: The function 'updateGFX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROI.h:196:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIArbitrary.h:143:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIBox.cpp:121:5: performance: Variable 'm_minPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIBox.cpp:122:5: performance: Variable 'm_maxPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIBox.h:99:15: warning: The class 'WROIBox' defines member variable with name 'm_color' also defined in its parent class 'WROI'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROI.h:179:16: note: Parent variable 'WROI::m_color'
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIBox.h:99:15: note: Derived variable 'WROIBox::m_color'
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIBox.h:112:18: style: The function 'updateGFX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROI.h:196:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIBox.h:112:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WROIBox.cpp:206:48: performance: Function parameter 'pickInfo' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROISphere.h:179:15: warning: The class 'WROISphere' defines member variable with name 'm_color' also defined in its parent class 'WROI'. [duplInheritedMember]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROI.h:179:16: note: Parent variable 'WROI::m_color'
OpenWalnut-1.2.5/src/core/graphicsEngine/WROISphere.h:179:15: note: Derived variable 'WROISphere::m_color'
OpenWalnut-1.2.5/src/core/graphicsEngine/WROISphere.h:203:18: style: The function 'updateGFX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/graphicsEngine/WROI.h:196:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/WROISphere.h:203:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/WROISphere.cpp:141:51: performance: Function parameter 'pickInfo' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:446:5: style: Variable 'neighborFaceNum' is reassigned a value before the old one has been used. [redundantAssignment]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:443:0: note: Variable 'neighborFaceNum' is reassigned a value before the old one has been used.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:446:5: note: Variable 'neighborFaceNum' is reassigned a value before the old one has been used.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:416:9: style: The scope of the variable 'edgeV' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:640:25: style: Checking if unsigned variable 'mesh.vertSize()' is less than zero. This might be a false warning. [unsignedLessThanZero]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:58:5: performance: Variable 'm_verts' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:209:36: style: Technically the member function 'WTriangleMesh::getVertexArray' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:142:46: note: Technically the member function 'WTriangleMesh::getVertexArray' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:209:36: note: Technically the member function 'WTriangleMesh::getVertexArray' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:223:36: style: Technically the member function 'WTriangleMesh::getTextureCoordinateArray' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:152:47: note: Technically the member function 'WTriangleMesh::getTextureCoordinateArray' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:223:36: note: Technically the member function 'WTriangleMesh::getTextureCoordinateArray' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:245:36: style: Technically the member function 'WTriangleMesh::getVertexColorArray' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:181:46: note: Technically the member function 'WTriangleMesh::getVertexColorArray' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:245:36: note: Technically the member function 'WTriangleMesh::getVertexColorArray' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:424:15: performance: Technically the member function 'WTriangleMesh::calcNormal' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:293:26: note: Technically the member function 'WTriangleMesh::calcNormal' can be static.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:424:15: note: Technically the member function 'WTriangleMesh::calcNormal' can be static.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:445:12: style: Technically the member function 'WTriangleMesh::getNeighbor' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:337:23: note: Technically the member function 'WTriangleMesh::getNeighbor' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:445:12: note: Technically the member function 'WTriangleMesh::getNeighbor' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:535:12: performance: Technically the member function 'WTriangleMesh::loopGetAlpha' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:535:23: note: Technically the member function 'WTriangleMesh::loopGetAlpha' can be static.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:535:12: note: Technically the member function 'WTriangleMesh::loopGetAlpha' can be static.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:544:12: style: Technically the member function 'WTriangleMesh::loopGetNextVertex' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:550:23: note: Technically the member function 'WTriangleMesh::loopGetNextVertex' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:544:12: note: Technically the member function 'WTriangleMesh::loopGetNextVertex' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:554:12: style: Technically the member function 'WTriangleMesh::loopGetThirdVert' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.cpp:563:23: note: Technically the member function 'WTriangleMesh::loopGetThirdVert' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/WTriangleMesh.h:554:12: note: Technically the member function 'WTriangleMesh::loopGetThirdVert' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.h:375:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.h:388:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.cpp:29:26: warning: Member variable 'WMarchingCubesAlgorithm::m_nCellsX' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.cpp:29:26: warning: Member variable 'WMarchingCubesAlgorithm::m_nCellsY' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.cpp:29:26: warning: Member variable 'WMarchingCubesAlgorithm::m_nCellsZ' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.cpp:29:26: warning: Member variable 'WMarchingCubesAlgorithm::m_tIsoLevel' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.h:152:17: style: Technically the member function 'WMarchingCubesAlgorithm::interpolate' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.cpp:34:38: note: Technically the member function 'WMarchingCubesAlgorithm::interpolate' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.h:152:17: note: Technically the member function 'WMarchingCubesAlgorithm::interpolate' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.h:174:18: style: Technically the member function 'WMarchingCubesAlgorithm::getVertexID' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.cpp:83:39: note: Technically the member function 'WMarchingCubesAlgorithm::getVertexID' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingCubesAlgorithm.h:174:18: note: Technically the member function 'WMarchingCubesAlgorithm::getVertexID' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingLegoAlgorithm.cpp:407:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingLegoAlgorithm.cpp:420:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingLegoAlgorithm.cpp:27:25: warning: Member variable 'WMarchingLegoAlgorithm::m_nCellsX' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingLegoAlgorithm.cpp:27:25: warning: Member variable 'WMarchingLegoAlgorithm::m_nCellsY' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingLegoAlgorithm.cpp:27:25: warning: Member variable 'WMarchingLegoAlgorithm::m_nCellsZ' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingLegoAlgorithm.cpp:27:25: warning: Member variable 'WMarchingLegoAlgorithm::m_tIsoLevel' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingLegoAlgorithm.h:132:12: style: Technically the member function 'WMarchingLegoAlgorithm::getVertexID' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingLegoAlgorithm.cpp:283:32: note: Technically the member function 'WMarchingLegoAlgorithm::getVertexID' can be const.
OpenWalnut-1.2.5/src/core/graphicsEngine/algorithms/WMarchingLegoAlgorithm.h:132:12: note: Technically the member function 'WMarchingLegoAlgorithm::getVertexID' can be const.
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < boost :: shared_ptr < const WGridRegular3D > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < boost :: shared_ptr < const WGridRegular3D > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/graphicsEngine/offscreen/WGEOffscreenFinalPass.cpp:55:137: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/offscreen/WGEOffscreenRenderNode.cpp:40:5: performance: Variable 'm_hud' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/graphicsEngine/offscreen/WGEOffscreenRenderPass.cpp:51:139: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/offscreen/WGEOffscreenTexturePass.cpp:39:141: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: map < osg :: ref_ptr < osg :: Node > , std :: pair < osg :: ref_ptr < WGEShader > , boost :: shared_ptr < WGEShaderPreprocessor > > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: map < osg :: ref_ptr < osg :: Node > , std :: pair < osg :: ref_ptr < WGEShader > , boost :: shared_ptr < WGEShaderPreprocessor > > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderDefineOptions.h:101:25: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPreprocessor.h:79:25: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderDefineOptions.h:101:25: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h:213:122: performance: Function parameter 'first' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h:214:41: performance: Function parameter 'option2' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h:214:62: performance: Function parameter 'option3' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h:214:83: performance: Function parameter 'option4' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h:214:104: performance: Function parameter 'option5' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h:215:41: performance: Function parameter 'option6' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h:215:62: performance: Function parameter 'option7' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h:215:83: performance: Function parameter 'option8' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h:215:104: performance: Function parameter 'option9' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h:216:41: performance: Function parameter 'option10' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShader.cpp:62:5: performance: Variable 'm_vertexShader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderVersionPreprocessor.h:59:25: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPreprocessor.h:79:25: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderVersionPreprocessor.h:59:25: note: Function in derived class
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShader.cpp:53:35: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShader.cpp:210:66: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShader.cpp:330:57: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderDefineOptions.cpp:33:61: performance: Function parameter 'first' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefine.h:94:79: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h:228:137: performance: Function parameter 'options' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: multimap < boost :: shared_ptr < WModule > , boost :: signals2 :: connection > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketWrite < std :: set < boost :: shared_ptr < WModule > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketWrite.h:86:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: multimap < boost :: shared_ptr < WModule > , boost :: signals2 :: connection > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: warning: Virtual function 'unlock' is called from destructor '~WSharedObjectTicketRead < std :: set < boost :: shared_ptr < WModule > > >()' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:50:0: note: Calling unlock
OpenWalnut-1.2.5/src/core/common/WSharedObjectTicketRead.h:88:0: note: unlock is a virtual method
OpenWalnut-1.2.5/src/core/kernel/WDataModule.h:66:25: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModule.h:313:25: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WDataModule.h:66:25: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleContainer.h:137:31: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:57:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleContainer.h:137:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleContainer.h:143:31: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WPrototyped.h:64:31: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleContainer.h:143:31: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleContainer.h:245:42: style: The function 'factory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModule.h:268:42: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleContainer.h:245:42: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleContainer.h:284:18: style: The function 'moduleMain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModule.h:360:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleContainer.h:284:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WBatchLoader.h:64:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:63:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WBatchLoader.h:64:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WBatchLoader.h:72:18: style: The function 'threadMain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:90:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WBatchLoader.h:72:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WBatchLoader.cpp:35:56: performance: Function parameter 'fileNames' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WCrosshair.h:47:15: style: Technically the member function 'WCrosshair::getPosition' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WCrosshair.cpp:27:23: note: Technically the member function 'WCrosshair::getPosition' can be const.
OpenWalnut-1.2.5/src/core/kernel/WCrosshair.h:47:15: note: Technically the member function 'WCrosshair::getPosition' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorRoi.h:66:26: style: Technically the member function 'WSelectorRoi::getRoi' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectorRoi.h:164:43: note: Technically the member function 'WSelectorRoi::getRoi' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorRoi.h:66:26: note: Technically the member function 'WSelectorRoi::getRoi' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorRoi.h:95:12: style: Technically the member function 'WSelectorRoi::getLineForPoint' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectorRoi.h:159:29: note: Technically the member function 'WSelectorRoi::getLineForPoint' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorRoi.h:95:12: note: Technically the member function 'WSelectorRoi::getLineForPoint' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.h:62:34: style: Technically the member function 'WSelectorBranch::getBranch' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.h:161:56: note: Technically the member function 'WSelectorBranch::getBranch' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.h:62:34: note: Technically the member function 'WSelectorBranch::getBranch' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.h:90:10: style: Technically the member function 'WSelectorBranch::empty' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.h:166:30: note: Technically the member function 'WSelectorBranch::empty' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.h:90:10: note: Technically the member function 'WSelectorBranch::empty' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.h:102:10: style: Technically the member function 'WSelectorBranch::dirty' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.h:171:30: note: Technically the member function 'WSelectorBranch::dirty' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.h:102:10: note: Technically the member function 'WSelectorBranch::dirty' can be const.
OpenWalnut-1.2.5/src/core/kernel/WFiberSelector.h:62:12: style: Technically the member function 'WFiberSelector::size' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WFiberSelector.h:139:31: note: Technically the member function 'WFiberSelector::size' can be const.
OpenWalnut-1.2.5/src/core/kernel/WFiberSelector.h:62:12: note: Technically the member function 'WFiberSelector::size' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKdTree.h:92:18: style: The function 'threadMain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:90:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WKdTree.h:92:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WKdTree.cpp:33:10: warning: Member variable 'WKdTree::m_root' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:83:10: style: Technically the member function 'WKernel::finalize' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WKernel.cpp:139:15: note: Technically the member function 'WKernel::finalize' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:83:10: note: Technically the member function 'WKernel::finalize' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:112:10: style: Technically the member function 'WKernel::loadDataSets' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WKernel.cpp:171:15: note: Technically the member function 'WKernel::loadDataSets' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:112:10: note: Technically the member function 'WKernel::loadDataSets' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:120:10: style: Technically the member function 'WKernel::loadDataSetsSynchronously' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WKernel.cpp:176:15: note: Technically the member function 'WKernel::loadDataSetsSynchronously' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:120:10: note: Technically the member function 'WKernel::loadDataSetsSynchronously' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:131:34: style: Technically the member function 'WKernel::applyModule' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WKernel.cpp:181:39: note: Technically the member function 'WKernel::applyModule' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:131:34: note: Technically the member function 'WKernel::applyModule' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:152:37: style: Technically the member function 'WKernel::getRoiManager' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WKernel.cpp:186:43: note: Technically the member function 'WKernel::getRoiManager' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:152:37: note: Technically the member function 'WKernel::getRoiManager' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:159:43: style: Technically the member function 'WKernel::getSelectionManager' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WKernel.cpp:191:47: note: Technically the member function 'WKernel::getSelectionManager' can be const.
OpenWalnut-1.2.5/src/core/kernel/WKernel.h:159:43: note: Technically the member function 'WKernel::getSelectionManager' can be const.
OpenWalnut-1.2.5/src/core/kernel/WModule.cpp:76:5: performance: Variable 'm_properties' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/kernel/WModule.cpp:286:85: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModule.cpp:302:84: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModule.cpp:315:87: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModule.cpp:331:86: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModule.cpp:345:75: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModule.cpp:358:74: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleCombiner.h:75:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:63:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleCombiner.h:75:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleCombiner.h:83:18: style: The function 'threadMain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:90:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleCombiner.h:83:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.h:84:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleCombiner.h:70:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.h:84:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:60:5: performance: Variable 'm_module' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:61:5: performance: Variable 'm_moduleName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:142:41: warning: Virtual function 'subscribeSignal' is called from constructor 'WModuleConnector(boost::shared_ptr<WModule>module,std::string name="",std::string description="")' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:69:5: note: Calling subscribeSignal
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:142:41: note: subscribeSignal is a virtual method
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:142:41: warning: Virtual function 'subscribeSignal' is called from constructor 'WModuleConnector(boost::shared_ptr<WModule>module,std::string name="",std::string description="")' at line 70. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:70:5: note: Calling subscribeSignal
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:142:41: note: subscribeSignal is a virtual method
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:262:46: warning: Virtual function 'getSignalHandler' is called from constructor 'WModuleConnector(boost::shared_ptr<WModule>module,std::string name="",std::string description="")' at line 72. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:72:43: note: Calling getSignalHandler
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:262:46: note: getSignalHandler is a virtual method
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:262:46: warning: Virtual function 'getSignalHandler' is called from constructor 'WModuleConnector(boost::shared_ptr<WModule>module,std::string name="",std::string description="")' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:73:38: note: Calling getSignalHandler
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:262:46: note: getSignalHandler is a virtual method
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:99:18: warning: Virtual function 'disconnectAll' is called from destructor '~WModuleConnector()' at line 78. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:78:5: note: Calling disconnectAll
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:99:18: note: disconnectAll is a virtual method
OpenWalnut-1.2.5/src/core/kernel/combiner/WDisconnectCombiner.h:91:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.h:84:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/combiner/WDisconnectCombiner.h:91:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:173:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:56:86: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:56:104: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:363:52: performance: Function parameter 'desc' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.cpp:368:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:282:0: performance: Technically the member function 'PROPERTY_TYPE_HELPER :: WTypeIdentifier < boost :: shared_ptr < WModule > >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/common/WPropertyTypes.h:282:0: performance: Technically the member function 'PROPERTY_TYPE_HELPER :: WTypeIdentifier < boost :: shared_ptr < WThreadedRunner > >::getType' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/kernel/combiner/WApplyCombiner.h:89:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.h:84:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/combiner/WApplyCombiner.h:89:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleContainer.cpp:51:49: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleContainer.cpp:51:67: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleFactory.cpp:143:86: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleFactory.cpp:163:84: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.cpp:33:96: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.cpp:33:114: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputForwardData.h:77:9: performance: Variable 'm_out' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputForwardData.h:144:18: style: The function 'notifyDataChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputConnector.h:140:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputForwardData.h:144:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputForwardData.h:158:18: style: The function 'notifyConnectionClosed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleConnector.h:288:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputForwardData.h:158:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WModuleInputForwardData.h:73:79: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputForwardData.h:179:111: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleInputForwardData.h:180:111: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleLoader.cpp:57:30: style: Variable 'suffix' is assigned a value that is never used. [unreadVariable]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.cpp:37:98: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputConnector.cpp:37:116: performance: Function parameter 'description' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputForwardData.h:58:9: performance: Variable 'm_in' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/kernel/WModuleOutputForwardData.h:54:80: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WProjectFile.cpp:135:14: style: The scope of the variable 'match' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.h:77:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/kernel/WModuleCombiner.h:70:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.h:77:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.h:87:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProjectFileIO.h:58:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.h:87:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.h:93:18: style: The function 'done' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProjectFileIO.h:64:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.h:93:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.h:100:18: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProjectFileIO.h:71:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.h:100:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WRoiProjectFileIO.h:59:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProjectFileIO.h:58:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WRoiProjectFileIO.h:59:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WRoiProjectFileIO.h:65:18: style: The function 'done' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProjectFileIO.h:64:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WRoiProjectFileIO.h:65:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WRoiProjectFileIO.h:72:18: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WProjectFileIO.h:71:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WRoiProjectFileIO.h:72:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WProjectFile.h:107:18: style: The function 'threadMain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WThreadedRunner.h:90:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WProjectFile.h:107:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WProjectFile.cpp:183:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
OpenWalnut-1.2.5/src/core/kernel/WPrototypeRequirement.h:57:18: style: The function 'isComplied' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WRequirement.h:56:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WPrototypeRequirement.h:57:18: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WPrototypeRequirement.h:64:25: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/core/common/WRequirement.h:63:25: note: Virtual function in base class
OpenWalnut-1.2.5/src/core/kernel/WPrototypeRequirement.h:64:25: note: Function in derived class
OpenWalnut-1.2.5/src/core/kernel/WPrototypeRequirement.cpp:31:59: performance: Function parameter 'prototype' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/WROIManager.cpp:34:14: warning: Member variable 'WROIManager::m_size' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/core/kernel/WROIManager.cpp:36:5: performance: Variable 'm_properties' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:42:5: performance: Variable 'm_crosshair' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:65:36: style: Technically the member function 'WSelectionManager::getCrosshair' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:80:51: note: Technically the member function 'WSelectionManager::getCrosshair' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:65:36: note: Technically the member function 'WSelectionManager::getCrosshair' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:72:9: performance: Technically the member function 'WSelectionManager::getFrontSector' can be static. [functionStatic]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:85:24: note: Technically the member function 'WSelectionManager::getFrontSector' can be static.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:72:9: note: Technically the member function 'WSelectionManager::getFrontSector' can be static.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:86:16: style: Technically the member function 'WSelectionManager::getPaintMode' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:151:31: note: Technically the member function 'WSelectionManager::getPaintMode' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:86:16: note: Technically the member function 'WSelectionManager::getPaintMode' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:100:40: style: Technically the member function 'WSelectionManager::getGrid' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:163:55: note: Technically the member function 'WSelectionManager::getGrid' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:100:40: note: Technically the member function 'WSelectionManager::getGrid' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:112:10: style: Technically the member function 'WSelectionManager::getUseTexture' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:173:25: note: Technically the member function 'WSelectionManager::getUseTexture' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:112:10: note: Technically the member function 'WSelectionManager::getUseTexture' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:118:11: style: Technically the member function 'WSelectionManager::getTextureOpacity' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:179:26: note: Technically the member function 'WSelectionManager::getTextureOpacity' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:118:11: note: Technically the member function 'WSelectionManager::getTextureOpacity' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:131:17: style: Technically the member function 'WSelectionManager::getPropAxialPos' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:197:32: note: Technically the member function 'WSelectionManager::getPropAxialPos' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:131:17: note: Technically the member function 'WSelectionManager::getPropAxialPos' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:138:17: style: Technically the member function 'WSelectionManager::getPropCoronalPos' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:202:32: note: Technically the member function 'WSelectionManager::getPropCoronalPos' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:138:17: note: Technically the member function 'WSelectionManager::getPropCoronalPos' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:145:17: style: Technically the member function 'WSelectionManager::getPropSagittalPos' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:207:32: note: Technically the member function 'WSelectionManager::getPropSagittalPos' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:145:17: note: Technically the member function 'WSelectionManager::getPropSagittalPos' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:153:15: style: Technically the member function 'WSelectionManager::getPropAxialShow' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:212:30: note: Technically the member function 'WSelectionManager::getPropAxialShow' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:153:15: note: Technically the member function 'WSelectionManager::getPropAxialShow' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:160:15: style: Technically the member function 'WSelectionManager::getPropCoronalShow' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:217:30: note: Technically the member function 'WSelectionManager::getPropCoronalShow' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:160:15: note: Technically the member function 'WSelectionManager::getPropCoronalShow' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:167:15: style: Technically the member function 'WSelectionManager::getPropSagittalShow' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:222:30: note: Technically the member function 'WSelectionManager::getPropSagittalShow' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:167:15: note: Technically the member function 'WSelectionManager::getPropSagittalShow' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:179:9: style: Technically the member function 'WSelectionManager::getShader' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.cpp:232:24: note: Technically the member function 'WSelectionManager::getShader' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectionManager.h:179:9: note: Technically the member function 'WSelectionManager::getShader' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.cpp:123:77: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.h:76:52: style: Technically the member function 'WSelectorBranch::getROIs' can be const. [functionConst]
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.cpp:63:65: note: Technically the member function 'WSelectorBranch::getROIs' can be const.
OpenWalnut-1.2.5/src/core/kernel/WSelectorBranch.h:76:52: note: Technically the member function 'WSelectorBranch::getROIs' can be const.
OpenWalnut-1.2.5/src/core/kernel/combiner/WApplyCombiner.cpp:32:85: performance: Function parameter 'srcConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WApplyCombiner.cpp:33:88: performance: Function parameter 'targetConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WApplyCombiner.cpp:38:85: performance: Function parameter 'srcConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WApplyCombiner.cpp:39:88: performance: Function parameter 'targetConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WDisconnectCombiner.cpp:30:95: performance: Function parameter 'srcConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WDisconnectCombiner.cpp:31:98: performance: Function parameter 'targetConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WDisconnectCombiner.cpp:36:95: performance: Function parameter 'srcConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WDisconnectCombiner.cpp:37:98: performance: Function parameter 'targetConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.cpp:31:80: style: Function 'WModuleOneToOneCombiner' argument 4 names different: declaration 'targetModule' definition 'prototype'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.h:59:50: note: Function 'WModuleOneToOneCombiner' argument 4 names different: declaration 'targetModule' definition 'prototype'.
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.cpp:31:80: note: Function 'WModuleOneToOneCombiner' argument 4 names different: declaration 'targetModule' definition 'prototype'.
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.cpp:41:80: style: Function 'WModuleOneToOneCombiner' argument 3 names different: declaration 'targetModule' definition 'prototype'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.h:73:50: note: Function 'WModuleOneToOneCombiner' argument 3 names different: declaration 'targetModule' definition 'prototype'.
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.cpp:41:80: note: Function 'WModuleOneToOneCombiner' argument 3 names different: declaration 'targetModule' definition 'prototype'.
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.cpp:30:103: performance: Function parameter 'srcConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.cpp:31:103: performance: Function parameter 'targetConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.cpp:40:103: performance: Function parameter 'srcConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleOneToOneCombiner.cpp:41:103: performance: Function parameter 'targetConnector' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.cpp:312:125: performance: Function parameter 'indent' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.cpp:191:28: error: Iterator 'iter' used after element has been erased. [eraseDereference]
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.cpp:180:5: note: Iterator 'iter' used after element has been erased.
OpenWalnut-1.2.5/src/core/kernel/combiner/WModuleProjectFileCombiner.cpp:191:28: note: Iterator 'iter' used after element has been erased.
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:276:16: style: The scope of the variable 'scale' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:226:127: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:234:133: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WMHARDIToSphericalHarmonics.cpp:164:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:71:9: warning: Member variable 'ThreadParameter::m_order' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:71:9: warning: Member variable 'ThreadParameter::m_doErrorCalculation' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:71:9: warning: Member variable 'ThreadParameter::m_doFunkRadonTransformation' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:71:9: warning: Member variable 'ThreadParameter::m_doResidualCalculation' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:71:9: warning: Member variable 'ThreadParameter::m_bDiffusionWeightingFactor' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:71:9: warning: Member variable 'ThreadParameter::m_normalize' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:190:45: warning: Member variable 'WSphericalHarmonicsCoefficientsThread::m_overallError' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:190:45: warning: Member variable 'WSphericalHarmonicsCoefficientsThread::m_errorCount' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:71:9: style: Struct 'ThreadParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WSphericalHarmonicsCoefficientsThread.h:191:62: performance: Function parameter 'parameter' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/HARDIToSphericalHarmonics/WMHARDIToSphericalHarmonics.cpp:313:123: performance: Function parameter 'threadParams' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/anisotropicFiltering/WMAnisotropicFiltering.cpp:40:25: warning: Member variable 'WMAnisotropicFiltering::m_d' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/atlasCreator/WMAtlasCreator.cpp:128:56: style: Function 'loadPngs' argument 1 names different: declaration 'path' definition 'sliceFile'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/atlasCreator/WMAtlasCreator.h:116:44: note: Function 'loadPngs' argument 1 names different: declaration 'path' definition 'sliceFile'.
OpenWalnut-1.2.5/src/modules/atlasCreator/WMAtlasCreator.cpp:128:56: note: Function 'loadPngs' argument 1 names different: declaration 'path' definition 'sliceFile'.
OpenWalnut-1.2.5/src/modules/atlasCreator/WMAtlasCreator.cpp:44:17: warning: Member variable 'WMAtlasCreator::m_xDim' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/atlasCreator/WMAtlasCreator.cpp:44:17: warning: Member variable 'WMAtlasCreator::m_yDim' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/atlasCreator/WMAtlasCreator.cpp:44:17: warning: Member variable 'WMAtlasCreator::m_zDim' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/atlasSurfaces/WMAtlasSurfaces.cpp:336:73: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/atlasSurfaces/WMAtlasSurfaces.cpp:356:47: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/bermanTracking/WMBermanTracking.cpp:44:19: warning: Member variable 'WMBermanTracking::m_currentMinFA' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/bermanTracking/WMBermanTracking.cpp:44:19: warning: Member variable 'WMBermanTracking::m_currentMinPoints' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/bermanTracking/WMBermanTracking.cpp:44:19: warning: Member variable 'WMBermanTracking::m_currentMinCos' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/bermanTracking/WMBermanTracking.cpp:44:19: warning: Member variable 'WMBermanTracking::m_currentProbabilistic' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/bermanTracking/WMBermanTracking.cpp:44:19: warning: Member variable 'WMBermanTracking::m_currentEpsImpr' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/bermanTracking/WMBermanTracking.cpp:44:19: warning: Member variable 'WMBermanTracking::m_currentRatio' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/bermanTracking/WMBermanTracking.cpp:577:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenWalnut-1.2.5/src/modules/clusterDisplay/WMClusterDisplay.cpp:661:12: style: The scope of the variable 'up1' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/clusterDisplay/WMClusterDisplay.cpp:661:17: style: The scope of the variable 'down11' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/clusterDisplay/WMClusterDisplay.cpp:661:25: style: The scope of the variable 'down12' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/clusterDisplay/WMClusterDisplay.cpp:49:19: warning: Member variable 'WMClusterDisplay::m_camera' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplay/WMClusterDisplay.cpp:49:19: warning: Member variable 'WMClusterDisplay::m_dendrogramGeode' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplay/WMClusterDisplay.cpp:49:19: warning: Member variable 'WMClusterDisplay::m_wm' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplay/WMClusterDisplay.cpp:49:19: warning: Member variable 'WMClusterDisplay::m_rootCluster' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplay/WMClusterDisplay.cpp:49:19: warning: Member variable 'WMClusterDisplay::m_oldViewHeight' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplay/WMClusterDisplay.cpp:49:19: warning: Member variable 'WMClusterDisplay::m_oldViewWidth' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplay/WMClusterDisplay.cpp:98:74: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/clusterDisplay/WMClusterDisplay.cpp:131:51: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WFileParser.h:58:29: style: Technically the member function 'WFileParser::getRawLines' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WFileParser.h:87:45: note: Technically the member function 'WFileParser::getRawLines' can be const.
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WFileParser.h:58:29: note: Technically the member function 'WFileParser::getRawLines' can be const.
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WFileParser.cpp:40:45: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WFileParser.cpp:85:66: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WFileParser.cpp:123:90: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.cpp:1041:28: style: Unused variable: activeClusters [unusedVariable]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.cpp:51:25: warning: Member variable 'WMClusterDisplayVoxels::m_zoomRoot' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.cpp:51:25: warning: Member variable 'WMClusterDisplayVoxels::m_zoom' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.cpp:51:25: warning: Member variable 'WMClusterDisplayVoxels::m_camera' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.cpp:51:25: warning: Member variable 'WMClusterDisplayVoxels::m_dendrogramGeode' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.cpp:51:25: warning: Member variable 'WMClusterDisplayVoxels::m_wm' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.cpp:51:25: warning: Member variable 'WMClusterDisplayVoxels::m_rootCluster' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.cpp:51:25: warning: Member variable 'WMClusterDisplayVoxels::m_labelMode' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.cpp:51:25: warning: Member variable 'WMClusterDisplayVoxels::m_oldViewHeight' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.cpp:51:25: warning: Member variable 'WMClusterDisplayVoxels::m_oldViewWidth' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.cpp:51:25: warning: Member variable 'WMClusterDisplayVoxels::m_colorIndex' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/clusterDisplayVoxels/WFileParser.h:41:45: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/colormapper/WMColormapper.cpp:47:16: warning: Member variable 'WMColormapper::m_valueMin' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/colormapper/WMColormapper.cpp:47:16: warning: Member variable 'WMColormapper::m_valueMax' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/colormapper/WMColormapper.cpp:47:16: warning: Member variable 'WMColormapper::m_valueScale' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:169:5: style: Variable 'vertices' is reassigned a value before the old one has been used. [redundantAssignment]
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:168:0: note: Variable 'vertices' is reassigned a value before the old one has been used.
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:169:5: note: Variable 'vertices' is reassigned a value before the old one has been used.
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:218:5: style: Variable 'vertices' is reassigned a value before the old one has been used. [redundantAssignment]
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:217:0: note: Variable 'vertices' is reassigned a value before the old one has been used.
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:218:5: note: Variable 'vertices' is reassigned a value before the old one has been used.
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:262:5: style: Variable 'vertices' is reassigned a value before the old one has been used. [redundantAssignment]
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:261:0: note: Variable 'vertices' is reassigned a value before the old one has been used.
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:262:5: note: Variable 'vertices' is reassigned a value before the old one has been used.
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:169:0: error: Memory leak: vertices [memleak]
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:218:0: error: Memory leak: vertices [memleak]
OpenWalnut-1.2.5/src/modules/coordinateHUD/WMCoordinateHUD.cpp:262:0: error: Memory leak: vertices [memleak]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.h:72:15: style: Technically the member function 'WCoordConverter::operator()' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.cpp:45:28: note: Technically the member function 'WCoordConverter::operator()' can be const.
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.h:72:15: note: Technically the member function 'WCoordConverter::operator()' can be const.
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.h:87:18: style: Technically the member function 'WCoordConverter::getBoundingBox' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.cpp:51:31: note: Technically the member function 'WCoordConverter::getBoundingBox' can be const.
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.h:87:18: note: Technically the member function 'WCoordConverter::getBoundingBox' can be const.
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.h:108:26: style: Technically the member function 'WCoordConverter::getCoordinateSystemMode' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.cpp:72:39: note: Technically the member function 'WCoordConverter::getCoordinateSystemMode' can be const.
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.h:108:26: note: Technically the member function 'WCoordConverter::getCoordinateSystemMode' can be const.
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.h:169:44: style: Technically the member function 'WCoordConverter::getTalairachConverter' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.cpp:148:57: note: Technically the member function 'WCoordConverter::getTalairachConverter' can be const.
OpenWalnut-1.2.5/src/modules/coordinateSystem/WCoordConverter.h:169:44: note: Technically the member function 'WCoordConverter::getTalairachConverter' can be const.
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:100:12: style: The scope of the variable 'X1T' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:103:12: style: The scope of the variable 'Y1T' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:104:12: style: The scope of the variable 'Y2T' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:105:12: style: The scope of the variable 'Z1T' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:106:12: style: The scope of the variable 'Z2T' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:170:12: style: The scope of the variable 'X1T' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:173:12: style: The scope of the variable 'Y1T' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:174:12: style: The scope of the variable 'Y2T' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:175:12: style: The scope of the variable 'Z1T' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:176:12: style: The scope of the variable 'Z2T' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:39:5: performance: Variable 'm_ap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.h:238:21: style: Technically the member function 'WTalairachConverter::getRotMat' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:342:38: note: Technically the member function 'WTalairachConverter::getRotMat' can be const.
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.h:238:21: note: Technically the member function 'WTalairachConverter::getRotMat' can be const.
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.h:245:21: style: Technically the member function 'WTalairachConverter::getInvRotMat' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.cpp:347:38: note: Technically the member function 'WTalairachConverter::getInvRotMat' can be const.
OpenWalnut-1.2.5/src/modules/coordinateSystem/WTalairachConverter.h:245:21: note: Technically the member function 'WTalairachConverter::getInvRotMat' can be const.
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avr.c:154:3: style: Variable 'got' is reassigned a value before the old one has been used. [redundantAssignment]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avr.c:149:0: note: Variable 'got' is reassigned a value before the old one has been used.
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avr.c:154:3: note: Variable 'got' is reassigned a value before the old one has been used.
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avr.c:150:17: style: The scope of the variable 'notEOH' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avr.c:177:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avr.c:200:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avr.c:219:11: style: The scope of the variable 'len' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avr.c:219:19: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avr.c:220:10: style: The scope of the variable 'str' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avr.c:261:8: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avr.c:684:15: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avrcfg.c:253:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avrcfg.c:253:10: style: The scope of the variable 'occ' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avrcfg.c:255:14: style: The scope of the variable 'oc' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avrcfg.c:255:18: style: The scope of the variable 'c' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avrcfg.c:465:10: style: The scope of the variable 'eaten' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avrcfg.c:540:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avrcfg.c:805:7: style: The scope of the variable 'chan' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avrcfg.c:806:9: style: The scope of the variable 'codestr' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avrcfg.c:810:19: style: The scope of the variable 'pc' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libavr/avrcfg.c:1045:19: style: The scope of the variable 'pc' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:495:7: style: The scope of the variable 'to_write' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:723:7: style: The scope of the variable 'comp' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:723:13: style: The scope of the variable 'chan' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:745:10: style: The scope of the variable 'inbase' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:747:7: style: The scope of the variable 'comp' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:747:13: style: The scope of the variable 'chan' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:787:10: style: The scope of the variable 'inbase' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1496:13: style: The scope of the variable 'fin' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1498:9: style: The scope of the variable 'code' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1501:7: style: The scope of the variable 'flag' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1502:18: style: The scope of the variable 'pos' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1694:10: style: The scope of the variable 'scale' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1696:22: style: The scope of the variable 'dststart' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1855:9: style: The scope of the variable 'rate' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:3028:13: style: The scope of the variable 'max' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:3028:18: style: The scope of the variable 'scale' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:3341:10: style: The scope of the variable 'forget' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:3402:10: style: The scope of the variable 'forget' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:3495:7: style: The scope of the variable 's' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:3557:11: style: The scope of the variable 'failedbuf' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:3559:18: style: The scope of the variable 'testbuf' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:3560:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:3561:11: style: The scope of the variable 't1' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:3561:16: style: The scope of the variable 't2' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:936:31: style: Function 'read_trigger_chunk' argument 1 names different: declaration 'cnt' definition 'EEG'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:123:31: note: Function 'read_trigger_chunk' argument 1 names different: declaration 'cnt' definition 'EEG'.
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:936:31: note: Function 'read_trigger_chunk' argument 1 names different: declaration 'cnt' definition 'EEG'.
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:978:29: style: Function 'read_epoch_chunk' argument 1 names different: declaration 'cnt' definition 'EEG'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:125:29: note: Function 'read_epoch_chunk' argument 1 names different: declaration 'cnt' definition 'EEG'.
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:978:29: note: Function 'read_epoch_chunk' argument 1 names different: declaration 'cnt' definition 'EEG'.
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1016:31: style: Function 'read_chanseq_chunk' argument 1 names different: declaration 'cnt' definition 'EEG'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:124:31: note: Function 'read_chanseq_chunk' argument 1 names different: declaration 'cnt' definition 'EEG'.
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1016:31: note: Function 'read_chanseq_chunk' argument 1 names different: declaration 'cnt' definition 'EEG'.
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1240:41: style: Function 'cnt_create_raw3_compr_buffer' argument 1 names different: declaration 'cnt' definition 'EEG'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:150:41: note: Function 'cnt_create_raw3_compr_buffer' argument 1 names different: declaration 'cnt' definition 'EEG'.
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1240:41: note: Function 'cnt_create_raw3_compr_buffer' argument 1 names different: declaration 'cnt' definition 'EEG'.
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1194:0: style: Variable 'forgetmask' is assigned a value that is never used. [unreadVariable]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:1797:13: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:3614:30: style: Variable 'outbytes' is assigned a value that is never used. [unreadVariable]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:2848:13: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:2883:13: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cnt.c:586:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cntutils.c:42:5: error: Memory leak: data [memleak]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cntutils.c:44:3: error: Memory leak: data [memleak]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cntutils.c:89:5: error: Memory leak: data [memleak]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/cntutils.c:91:3: error: Memory leak: data [memleak]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:1060:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:1061:8: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:120:14: style: The scope of the variable 'nexc' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:201:7: style: The scope of the variable 'bitin' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:201:14: style: The scope of the variable 'bitout' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:203:8: style: The scope of the variable 'outval' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:204:7: style: The scope of the variable 'exc' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:210:24: style: The scope of the variable 'setoutbit' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:338:8: style: The scope of the variable 'nbit' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:338:14: style: The scope of the variable 'nbit_1' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:338:22: style: The scope of the variable 'nexcbit' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:338:31: style: The scope of the variable 'nexcbit_1' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:338:42: style: The scope of the variable 'check_exc' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:339:8: style: The scope of the variable 'bitin' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:343:7: style: The scope of the variable 'hibytein' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:344:16: style: The scope of the variable 'iwork' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:530:8: style: The scope of the variable 'nbit' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:530:14: style: The scope of the variable 'nbit_1' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:530:22: style: The scope of the variable 'nexcbit' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:530:31: style: The scope of the variable 'nexcbit_1' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:530:42: style: The scope of the variable 'check_exc' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:531:8: style: The scope of the variable 'bitin' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:531:15: style: The scope of the variable 'bitout' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:532:8: style: The scope of the variable 'inval' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:540:23: style: The scope of the variable 'setoutbit' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:551:23: style: The scope of the variable 'negmask' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:681:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:681:10: style: The scope of the variable 'imin' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:681:16: style: The scope of the variable 'mi' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:682:7: style: The scope of the variable 'sample' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:683:7: style: The scope of the variable 'lmin' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:686:8: style: The scope of the variable 'hst' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:855:7: style: The scope of the variable 'samplepos' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:856:20: style: The scope of the variable 'outsizealt' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:886:17: style: The scope of the variable 'chanbase' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:887:7: style: The scope of the variable 'samplepos' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:921:17: style: The scope of the variable 'chanbase' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:922:7: style: The scope of the variable 'samplepos' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:938:11: style: The scope of the variable 'n' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:939:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:940:11: style: The scope of the variable 'j' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:1000:16: style: The scope of the variable 'rmax' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/raw3.c:1091:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/rej.c:150:10: style: The scope of the variable 'status' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/rej.c:336:7: style: The scope of the variable 'del' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/trg.c:372:7: style: The scope of the variable 'i' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/trg.c:490:8: style: The scope of the variable 'code' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/trg.c:583:10: style: The scope of the variable 'found' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/trg.c:126:11: error: Uninitialized variable: line [uninitvar]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/trg.c:232:15: error: Uninitialized variable: line [uninitvar]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libcnt/trg.c:238:15: error: Uninitialized variable: line [uninitvar]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepio.c:401:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepio.c:402:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepio.c:51:11: style: The scope of the variable 'va' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepio.c:64:11: style: The scope of the variable 'va' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepio.c:106:11: style: The scope of the variable 'va' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepio.c:151:11: style: The scope of the variable 'va' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepio.c:169:11: style: The scope of the variable 'va' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepio.c:193:8: style: The scope of the variable 'line' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepmem.c:99:37: warning: Either the condition 's1==NULL' is redundant or there is possible null pointer dereference: s1. [nullPointerRedundantCheck]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepmem.c:97:10: note: Assuming that condition 's1==NULL' is not redundant
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepmem.c:99:37: note: Null pointer dereference
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepraw.c:153:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepraw.c:166:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepraw.c:178:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepraw.c:193:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepraw.c:206:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepraw.c:219:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepraw.c:232:24: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepraw.c:288:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepraw.c:311:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepraw.c:335:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/eepraw.c:340:16: style: Unused variable: j [unusedVariable]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/val.c:240:18: style: The scope of the variable 'n' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/val.c:299:18: style: The scope of the variable 'dirsize' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/val.c:300:11: style: The scope of the variable 'dir' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/val.c:704:12: style: The scope of the variable 'child' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/val.c:745:12: style: The scope of the variable 'child' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/val.c:782:12: style: The scope of the variable 'child' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/val.c:819:12: style: The scope of the variable 'child' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/val.c:883:12: style: The scope of the variable 'child' can be reduced. [variableScope]
OpenWalnut-1.2.5/src/modules/data/ext/libeep/libeep/val.c:585:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
OpenWalnut-1.2.5/src/modules/data/io/WPagerEEGLibeep.cpp:87:9: warning: Class WPagerEEGLibeep is not safe, destructor throws exception [exceptThrowInDestructor]
OpenWalnut-1.2.5/src/modules/data/io/WPagerEEGLibeep.cpp:47:47: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/data/io/WReaderBiosig.cpp:40:16: warning: Member variable 'WReaderBiosig::hd' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/data/io/WReaderBiosig.cpp:40:43: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/data/io/WReaderEEG.cpp:36:37: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/data/io/WReaderEEG.cpp:81:61: warning: String literal "Labels" doesn't match length argument for substr(). [incorrectStringCompare]
OpenWalnut-1.2.5/src/modules/data/io/WReaderEEGASCII.cpp:40:47: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/data/io/WReaderELC.cpp:45:37: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/data/io/WReaderFiberVTK.cpp:121:18: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/data/io/WReaderFiberVTK.cpp:44:47: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/data/io/WReaderLibeep.cpp:40:43: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/data/io/WReaderNIfTI.cpp:180:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
OpenWalnut-1.2.5/src/modules/data/io/WReaderNIfTI.cpp:54:41: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/data/io/WReaderNIfTI.cpp:376:44: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OpenWalnut-1.2.5/src/modules/datasetProfile/WMDatasetProfile.cpp:45:19: warning: Member variable 'WMDatasetProfile::m_oldViewHeight' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/datasetProfile/WMDatasetProfile.cpp:45:19: warning: Member variable 'WMDatasetProfile::m_oldViewWidth' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/datasetProfile/WMDatasetProfile.cpp:45:19: warning: Member variable 'WMDatasetProfile::m_wm' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/datasetProfile/WMDatasetProfile.cpp:45:19: warning: Member variable 'WMDatasetProfile::m_camera' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/detTractClustering/WMDetTractClustering.cpp:333:34: style: Variable 'numSmallClusters' is modified but its new value is never used. [unreadVariable]
OpenWalnut-1.2.5/src/modules/detTractClustering/WMDetTractClustering.cpp:69:5: performance: Variable 'm_osgNode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/modules/deterministicFTMori/WMDeterministicFTMori.cpp:47:24: warning: Member variable 'WMDeterministicFTMori::m_currentMinFA' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/deterministicFTMori/WMDeterministicFTMori.cpp:47:24: warning: Member variable 'WMDeterministicFTMori::m_currentMinPoints' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/deterministicFTMori/WMDeterministicFTMori.cpp:47:24: warning: Member variable 'WMDeterministicFTMori::m_currentMinCos' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/eegView/WEEGViewHandler.cpp:44:18: warning: Member variable 'WEEGViewHandler::m_oldX' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/eegView/WEEGViewHandler.cpp:44:18: warning: Member variable 'WEEGViewHandler::m_oldY' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/fiberResampling/WSimpleResampler.h:49:12: performance: Technically the member function 'WSimpleResampler::resample' can be static. [functionStatic]
OpenWalnut-1.2.5/src/modules/fiberResampling/WSimpleResampler.cpp:34:26: note: Technically the member function 'WSimpleResampler::resample' can be static.
OpenWalnut-1.2.5/src/modules/fiberResampling/WSimpleResampler.h:49:12: note: Technically the member function 'WSimpleResampler::resample' can be static.
OpenWalnut-1.2.5/src/modules/fiberSelection/WMFiberSelection.cpp:159:14: style: struct member 'FibTrace::which' is never used. [unusedStructMember]
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:165:46: style: Function 'filterField1D' argument 4 names different: declaration 'Nx' definition 'nX'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.h:187:32: note: Function 'filterField1D' argument 4 names different: declaration 'Nx' definition 'nX'.
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:165:46: note: Function 'filterField1D' argument 4 names different: declaration 'Nx' definition 'nX'.
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:165:57: style: Function 'filterField1D' argument 5 names different: declaration 'Ny' definition 'nY'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.h:187:43: note: Function 'filterField1D' argument 5 names different: declaration 'Ny' definition 'nY'.
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:165:57: note: Function 'filterField1D' argument 5 names different: declaration 'Ny' definition 'nY'.
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:165:68: style: Function 'filterField1D' argument 6 names different: declaration 'Nz' definition 'nZ'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.h:187:54: note: Function 'filterField1D' argument 6 names different: declaration 'Nz' definition 'nZ'.
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:165:68: note: Function 'filterField1D' argument 6 names different: declaration 'Nz' definition 'nZ'.
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:186:46: style: Function 'filterField1D' argument 4 names different: declaration 'Nx' definition 'nX'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.h:168:32: note: Function 'filterField1D' argument 4 names different: declaration 'Nx' definition 'nX'.
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:186:46: note: Function 'filterField1D' argument 4 names different: declaration 'Nx' definition 'nX'.
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:186:57: style: Function 'filterField1D' argument 5 names different: declaration 'Ny' definition 'nY'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.h:168:43: note: Function 'filterField1D' argument 5 names different: declaration 'Ny' definition 'nY'.
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:186:57: note: Function 'filterField1D' argument 5 names different: declaration 'Ny' definition 'nY'.
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:186:68: style: Function 'filterField1D' argument 6 names different: declaration 'Nz' definition 'nZ'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.h:168:54: note: Function 'filterField1D' argument 6 names different: declaration 'Nz' definition 'nZ'.
OpenWalnut-1.2.5/src/modules/gaussFiltering/WMGaussFiltering.cpp:186:68: note: Function 'filterField1D' argument 6 names different: declaration 'Nz' definition 'nZ'.
OpenWalnut-1.2.5/src/modules/gaussProcesses/WGaussProcess.cpp:146:23: style: Condition 'Q<=w' is always true [knownConditionTrueFalse]
OpenWalnut-1.2.5/src/modules/gaussProcesses/WGaussProcess.cpp:155:23: style: Condition 'Q<=w' is always true [knownConditionTrueFalse]
OpenWalnut-1.2.5/src/modules/gaussProcesses/WGaussProcess.h:139:12: performance: Technically the member function 'WGaussProcess::generateTauParameter' can be static. [functionStatic]
OpenWalnut-1.2.5/src/modules/gaussProcesses/WGaussProcess.cpp:92:23: note: Technically the member function 'WGaussProcess::generateTauParameter' can be static.
OpenWalnut-1.2.5/src/modules/gaussProcesses/WGaussProcess.h:139:12: note: Technically the member function 'WGaussProcess::generateTauParameter' can be static.
OpenWalnut-1.2.5/src/modules/gaussProcesses/WGaussProcess.h:150:12: performance: Technically the member function 'WGaussProcess::cov_d' can be static. [functionStatic]
OpenWalnut-1.2.5/src/modules/gaussProcesses/WGaussProcess.cpp:108:23: note: Technically the member function 'WGaussProcess::cov_d' can be static.
OpenWalnut-1.2.5/src/modules/gaussProcesses/WGaussProcess.h:150:12: note: Technically the member function 'WGaussProcess::cov_d' can be static.
OpenWalnut-1.2.5/src/modules/lineGuidedSlice/WMLineGuidedSlice.cpp:197:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
OpenWalnut-1.2.5/src/modules/marchingCubes/WMMarchingCubes.cpp:65:18: warning: Member variable 'WMMarchingCubes::m_firstDataProcessed' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/readMesh/WMReadMesh.cpp:467:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OpenWalnut-1.2.5/src/modules/readMesh/WMReadMesh.cpp:428:17: style: Unused variable: line [unusedVariable]
OpenWalnut-1.2.5/src/modules/readMesh/WMReadMesh.cpp:406:0: error: Memory leak: cellsMarker [memleak]
OpenWalnut-1.2.5/src/modules/readMesh/WMReadMesh.cpp:406:0: error: Memory leak: cells_typesMarker [memleak]
OpenWalnut-1.2.5/src/modules/scalarOperator/WMScalarOperator.cpp:482:14: warning: Member variable 'VisitorVSetSingleArgument::m_lowerBorder' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/scalarOperator/WMScalarOperator.cpp:482:14: warning: Member variable 'VisitorVSetSingleArgument::m_upperBorder' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgoThreshold.h:56:25: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgo.h:71:25: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgoThreshold.h:56:25: note: Function in derived class
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgoThreshold.h:62:25: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgo.h:77:25: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgoThreshold.h:62:25: note: Function in derived class
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgoThreshold.h:68:18: style: The function 'propChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgo.h:99:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgoThreshold.h:68:18: note: Function in derived class
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgoThreshold.h:84:18: style: The function 'properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgo.h:119:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/scalarSegmentation/WSegmentationAlgoThreshold.h:84:18: note: Function in derived class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/boundaryCurvesWMGM/WBoundaryFragments.h:68:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/boundaryCurvesWMGM/WBoundaryBuilder.h:70:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/boundaryCurvesWMGM/WBoundaryFragments.h:68:18: note: Function in derived class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/boundaryCurvesWMGM/WBoundaryLines.cpp:41:5: performance: Variable 'm_grid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/boundaryCurvesWMGM/WBoundaryLines.h:122:25: performance: Technically the member function 'WBoundaryLines::extractLineStripEdges' can be static. [functionStatic]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/boundaryCurvesWMGM/WBoundaryLines.cpp:123:37: note: Technically the member function 'WBoundaryLines::extractLineStripEdges' can be static.
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/boundaryCurvesWMGM/WBoundaryLines.h:122:25: note: Technically the member function 'WBoundaryLines::extractLineStripEdges' can be static.
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/boundaryCurvesWMGM/WBoundaryLines.h:69:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/boundaryCurvesWMGM/WBoundaryBuilder.h:70:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/boundaryCurvesWMGM/WBoundaryLines.h:69:18: note: Function in derived class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderTracts.h:67:10: style: The function 'preprocess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilder.h:70:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderTracts.h:67:10: note: Function in derived class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderTracts.h:78:34: style: The function 'generateSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilder.h:79:42: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderTracts.h:78:34: note: Function in derived class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderVectors.h:66:10: style: The function 'preprocess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilder.h:70:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderVectors.h:66:10: note: Function in derived class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderVectors.h:76:34: style: The function 'generateSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilder.h:79:42: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderVectors.h:76:34: note: Function in derived class
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilder.h:99:10: performance: Technically the member function 'WSPSliceBuilder::alphaBelowThreshold' can be static. [functionStatic]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilder.cpp:123:23: note: Technically the member function 'WSPSliceBuilder::alphaBelowThreshold' can be static.
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilder.h:99:10: note: Technically the member function 'WSPSliceBuilder::alphaBelowThreshold' can be static.
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilder.cpp:101:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderTracts.h:92:10: performance: Technically the member function 'WSPSliceBuilderTracts::projectTractOnSlice' can be static. [functionStatic]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderTracts.cpp:90:29: note: Technically the member function 'WSPSliceBuilderTracts::projectTractOnSlice' can be static.
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderTracts.h:92:10: note: Technically the member function 'WSPSliceBuilderTracts::projectTractOnSlice' can be static.
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderTracts.cpp:42:122: performance: Function parameter 'colorMap' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderVectors.cpp:49:5: performance: Variable 'm_probThreshold' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderVectors.h:88:36: performance: Technically the member function 'WSPSliceBuilderVectors::generateQuadSpanning' can be static. [functionStatic]
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderVectors.cpp:219:56: note: Technically the member function 'WSPSliceBuilderVectors::generateQuadSpanning' can be static.
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderVectors.h:88:36: note: Technically the member function 'WSPSliceBuilderVectors::generateQuadSpanning' can be static.
OpenWalnut-1.2.5/src/modules/schmahmannPandyaSlices/probTractDisplaySP/WSPSliceBuilderVectors.cpp:43:124: performance: Function parameter 'colorMap' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/sliceContext/WTransparentLinesDrawable.cpp:43:13: style: Technically the member function '::MySorting::operator()' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:61:31: style: Function 'f' argument 1 names different: declaration 't' definition '_t'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.h:108:25: note: Function 'f' argument 1 names different: declaration 't' definition '_t'.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:61:31: note: Function 'f' argument 1 names different: declaration 't' definition '_t'.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:135:56: style: Function 'samplePoints' argument 1 names different: declaration 'p' definition 'points'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.h:101:50: note: Function 'samplePoints' argument 1 names different: declaration 'p' definition 'points'.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:135:56: note: Function 'samplePoints' argument 1 names different: declaration 'p' definition 'points'.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:29:11: warning: Member variable 'WBSpline::m_t' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:50:11: warning: Member variable 'WBSpline::m_t' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:31:5: performance: Variable 'm_deBoorPoints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:53:5: performance: Variable 'm_deBoorPoints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:54:5: performance: Variable 'm_knots' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.h:63:30: style: Technically the member function 'WBSpline::getDeBoorPoints' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:105:36: note: Technically the member function 'WBSpline::getDeBoorPoints' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.h:63:30: note: Technically the member function 'WBSpline::getDeBoorPoints' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.h:69:25: style: Technically the member function 'WBSpline::getKnots' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:110:31: note: Technically the member function 'WBSpline::getKnots' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.h:69:25: note: Technically the member function 'WBSpline::getKnots' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.h:75:9: style: Technically the member function 'WBSpline::getOrder' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:115:15: note: Technically the member function 'WBSpline::getOrder' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.h:75:9: note: Technically the member function 'WBSpline::getOrder' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.h:122:12: style: Technically the member function 'WBSpline::getAlpha_i_j' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:150:18: note: Technically the member function 'WBSpline::getAlpha_i_j' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.h:122:12: note: Technically the member function 'WBSpline::getAlpha_i_j' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:29:57: performance: Function parameter 'deBoorPoints' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:50:57: performance: Function parameter 'deBoorPoints' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:50:91: performance: Function parameter 'knots' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:120:58: performance: Function parameter 'deBoorPoints' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:125:46: performance: Function parameter 'knots' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSpline.cpp:46:28: error: Uninitialized variable: tempKnot [uninitvar]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:97:38: style: Function 'f' argument 1 names different: declaration 't' definition '_t'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:201:25: note: Function 'f' argument 1 names different: declaration 't' definition '_t'.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:97:38: note: Function 'f' argument 1 names different: declaration 't' definition '_t'.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:97:49: style: Function 'f' argument 2 names different: declaration 'u' definition '_u'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:201:35: note: Function 'f' argument 2 names different: declaration 'u' definition '_u'.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:97:49: note: Function 'f' argument 2 names different: declaration 'u' definition '_u'.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:31:18: warning: Member variable 'WBSplineSurface::m_numSamplePointsT' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:31:18: warning: Member variable 'WBSplineSurface::m_numSamplePointsU' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:76:18: warning: Member variable 'WBSplineSurface::m_numSamplePointsT' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:76:18: warning: Member variable 'WBSplineSurface::m_numSamplePointsU' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:39:5: performance: Variable 'm_deBoorPoints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:86:5: performance: Variable 'm_deBoorPoints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:89:5: performance: Variable 'm_knots1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:90:5: performance: Variable 'm_knots2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:104:30: style: Technically the member function 'WBSplineSurface::getDeBoorPoints' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:139:43: note: Technically the member function 'WBSplineSurface::getDeBoorPoints' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:104:30: note: Technically the member function 'WBSplineSurface::getDeBoorPoints' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:110:9: style: Technically the member function 'WBSplineSurface::getNumDeBoorPoints1' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:144:22: note: Technically the member function 'WBSplineSurface::getNumDeBoorPoints1' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:110:9: note: Technically the member function 'WBSplineSurface::getNumDeBoorPoints1' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:115:9: style: Technically the member function 'WBSplineSurface::getNumDeBoorPoints2' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:149:22: note: Technically the member function 'WBSplineSurface::getNumDeBoorPoints2' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:115:9: note: Technically the member function 'WBSplineSurface::getNumDeBoorPoints2' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:121:25: style: Technically the member function 'WBSplineSurface::getKnots1' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:154:38: note: Technically the member function 'WBSplineSurface::getKnots1' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:121:25: note: Technically the member function 'WBSplineSurface::getKnots1' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:127:25: style: Technically the member function 'WBSplineSurface::getKnots2' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:159:38: note: Technically the member function 'WBSplineSurface::getKnots2' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:127:25: note: Technically the member function 'WBSplineSurface::getKnots2' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:133:9: style: Technically the member function 'WBSplineSurface::getOrder1' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:164:22: note: Technically the member function 'WBSplineSurface::getOrder1' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:133:9: note: Technically the member function 'WBSplineSurface::getOrder1' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:139:9: style: Technically the member function 'WBSplineSurface::getOrder2' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:169:22: note: Technically the member function 'WBSplineSurface::getOrder2' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:139:9: note: Technically the member function 'WBSplineSurface::getOrder2' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:145:9: style: Technically the member function 'WBSplineSurface::getNumSamplePointsT' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:174:22: note: Technically the member function 'WBSplineSurface::getNumSamplePointsT' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:145:9: note: Technically the member function 'WBSplineSurface::getNumSamplePointsT' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:151:9: style: Technically the member function 'WBSplineSurface::getNumSamplePointsU' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:179:22: note: Technically the member function 'WBSplineSurface::getNumSamplePointsU' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.h:151:9: note: Technically the member function 'WBSplineSurface::getNumSamplePointsU' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:33:60: performance: Function parameter 'deBoorPoints' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:78:60: performance: Function parameter 'deBoorPoints' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:81:55: performance: Function parameter 'knots1' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:82:55: performance: Function parameter 'knots2' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:184:65: performance: Function parameter 'deBoorPoints' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:191:54: performance: Function parameter 'knots' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WBSplineSurface.cpp:196:54: performance: Function parameter 'knots' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/splineSurface/WSurface.cpp:35:11: warning: Member variable 'WSurface::m_renderpointsPerCol' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/splineSurface/WSurface.cpp:35:11: warning: Member variable 'WSurface::m_renderpointsPerRow' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/splineSurface/WSurface.h:63:30: style: Technically the member function 'WSurface::getSplinePoints' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WSurface.cpp:280:36: note: Technically the member function 'WSurface::getSplinePoints' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WSurface.h:63:30: note: Technically the member function 'WSurface::getSplinePoints' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WSurface.h:83:40: style: Technically the member function 'WSurface::getTriangleMesh' can be const. [functionConst]
OpenWalnut-1.2.5/src/modules/splineSurface/WSurface.cpp:300:46: note: Technically the member function 'WSurface::getTriangleMesh' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WSurface.h:83:40: note: Technically the member function 'WSurface::getTriangleMesh' can be const.
OpenWalnut-1.2.5/src/modules/splineSurface/WSurface.cpp:291:58: performance: Function parameter 'supportPoints' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/modules/superquadricGlyphs/WMSuperquadricGlyphs.cpp:46:23: warning: Member variable 'WMSuperquadricGlyphs::m_maxX' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/superquadricGlyphs/WMSuperquadricGlyphs.cpp:46:23: warning: Member variable 'WMSuperquadricGlyphs::m_maxY' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/superquadricGlyphs/WMSuperquadricGlyphs.cpp:46:23: warning: Member variable 'WMSuperquadricGlyphs::m_maxZ' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/superquadricGlyphs/WMSuperquadricGlyphs.cpp:46:23: warning: Member variable 'WMSuperquadricGlyphs::m_nbGlyphsX' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/superquadricGlyphs/WMSuperquadricGlyphs.cpp:46:23: warning: Member variable 'WMSuperquadricGlyphs::m_nbGlyphsY' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/superquadricGlyphs/WMSuperquadricGlyphs.cpp:46:23: warning: Member variable 'WMSuperquadricGlyphs::m_nbGlyphsZ' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/superquadricGlyphs/WMSuperquadricGlyphs.h:257:18: warning: Member variable 'GlyphGeometryNodeCallback::m_dirty' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/modules/teemGlyphs/WMTeemGlyphs.h:235:14: performance: Technically the member function 'WMTeemGlyphs::GlyphGeneration::minMaxNormalization' can be static. [functionStatic]
OpenWalnut-1.2.5/src/modules/teemGlyphs/WMTeemGlyphs.cpp:403:37: note: Technically the member function 'WMTeemGlyphs::GlyphGeneration::minMaxNormalization' can be static.
OpenWalnut-1.2.5/src/modules/teemGlyphs/WMTeemGlyphs.h:235:14: note: Technically the member function 'WMTeemGlyphs::GlyphGeneration::minMaxNormalization' can be static.
OpenWalnut-1.2.5/src/modules/triangleMeshRenderer/WMTriangleMeshRenderer.cpp:126:11: warning: Identical condition 'x==y', second condition is always false [identicalConditionAfterEarlyExit]
OpenWalnut-1.2.5/src/modules/triangleMeshRenderer/WMTriangleMeshRenderer.cpp:114:11: note: first condition
OpenWalnut-1.2.5/src/modules/triangleMeshRenderer/WMTriangleMeshRenderer.cpp:126:11: note: second condition
OpenWalnut-1.2.5/src/modules/triangleMeshRenderer/WMTriangleMeshRenderer.cpp:126:31: warning: Identical condition 'x==z', second condition is always false [identicalConditionAfterEarlyExit]
OpenWalnut-1.2.5/src/modules/triangleMeshRenderer/WMTriangleMeshRenderer.cpp:118:11: note: first condition
OpenWalnut-1.2.5/src/modules/triangleMeshRenderer/WMTriangleMeshRenderer.cpp:126:31: note: second condition
OpenWalnut-1.2.5/src/modules/triangleMeshRenderer/WMTriangleMeshRenderer.cpp:126:21: warning: Identical condition 'y==z', second condition is always false [identicalConditionAfterEarlyExit]
OpenWalnut-1.2.5/src/modules/triangleMeshRenderer/WMTriangleMeshRenderer.cpp:122:11: note: first condition
OpenWalnut-1.2.5/src/modules/triangleMeshRenderer/WMTriangleMeshRenderer.cpp:126:21: note: second condition
OpenWalnut-1.2.5/src/modules/triangleMeshRenderer/WMTriangleMeshRenderer.cpp:104:28: style: Same expression on both sides of '||'. [duplicateExpression]
OpenWalnut-1.2.5/src/modules/triangleMeshRenderer/WMTriangleMeshRenderer.cpp:339:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OpenWalnut-1.2.5/src/modules/voxelizer/WBresenham.h:135:12: performance: Technically the member function 'WBresenham::composeValue' can be static. [functionStatic]
OpenWalnut-1.2.5/src/modules/voxelizer/WBresenham.cpp:188:20: note: Technically the member function 'WBresenham::composeValue' can be static.
OpenWalnut-1.2.5/src/modules/voxelizer/WBresenham.h:135:12: note: Technically the member function 'WBresenham::composeValue' can be static.
OpenWalnut-1.2.5/src/modules/voxelizer/WBresenham.h:66:18: style: The function 'raster' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/voxelizer/WRasterAlgorithm.h:67:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/voxelizer/WBresenham.h:66:18: note: Function in derived class
OpenWalnut-1.2.5/src/modules/voxelizer/WBresenhamDBL.cpp:41:77: style: Function 'rasterSegment' argument 2 names different: declaration 'stop' definition 'end'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/modules/voxelizer/WBresenhamDBL.h:68:66: note: Function 'rasterSegment' argument 2 names different: declaration 'stop' definition 'end'.
OpenWalnut-1.2.5/src/modules/voxelizer/WBresenhamDBL.cpp:41:77: note: Function 'rasterSegment' argument 2 names different: declaration 'stop' definition 'end'.
OpenWalnut-1.2.5/src/modules/voxelizer/WBresenhamDBL.h:68:10: style: The function 'rasterSegment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/voxelizer/WBresenham.h:85:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/voxelizer/WBresenhamDBL.h:68:10: note: Function in derived class
OpenWalnut-1.2.5/src/modules/voxelizer/WCenterlineParameterization.cpp:182:29: warning: Redundant assignment of 'm_currentStartParameter' to itself. [selfAssignment]
OpenWalnut-1.2.5/src/modules/voxelizer/WCenterlineParameterization.h:64:18: style: The function 'parameterizeVoxel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/voxelizer/WRasterParameterization.h:65:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/voxelizer/WCenterlineParameterization.h:64:18: note: Function in derived class
OpenWalnut-1.2.5/src/modules/voxelizer/WCenterlineParameterization.h:73:49: style: The function 'getDataSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/voxelizer/WRasterParameterization.h:74:49: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/voxelizer/WCenterlineParameterization.h:73:49: note: Function in derived class
OpenWalnut-1.2.5/src/modules/voxelizer/WCenterlineParameterization.h:80:18: style: The function 'newLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/voxelizer/WRasterParameterization.h:81:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/voxelizer/WCenterlineParameterization.h:80:18: note: Function in derived class
OpenWalnut-1.2.5/src/modules/voxelizer/WCenterlineParameterization.h:88:18: style: The function 'newSegment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/voxelizer/WRasterParameterization.h:89:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/voxelizer/WCenterlineParameterization.h:88:18: note: Function in derived class
OpenWalnut-1.2.5/src/modules/voxelizer/WCenterlineParameterization.h:93:18: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/voxelizer/WRasterParameterization.h:94:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/voxelizer/WCenterlineParameterization.h:93:18: note: Function in derived class
OpenWalnut-1.2.5/src/modules/voxelizer/WIntegrationParameterization.h:61:18: style: The function 'parameterizeVoxel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/voxelizer/WRasterParameterization.h:65:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/voxelizer/WIntegrationParameterization.h:61:18: note: Function in derived class
OpenWalnut-1.2.5/src/modules/voxelizer/WIntegrationParameterization.h:70:49: style: The function 'getDataSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/voxelizer/WRasterParameterization.h:74:49: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/voxelizer/WIntegrationParameterization.h:70:49: note: Function in derived class
OpenWalnut-1.2.5/src/modules/voxelizer/WIntegrationParameterization.h:77:18: style: The function 'newLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/voxelizer/WRasterParameterization.h:81:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/voxelizer/WIntegrationParameterization.h:77:18: note: Function in derived class
OpenWalnut-1.2.5/src/modules/voxelizer/WIntegrationParameterization.h:85:18: style: The function 'newSegment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/modules/voxelizer/WRasterParameterization.h:89:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/modules/voxelizer/WIntegrationParameterization.h:85:18: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/WIconManager.cpp:40:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/WIconManager.cpp:59:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:814:9: style: Condition 'reallyClose' is always true [knownConditionTrueFalse]
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:811:24: note: Assignment 'reallyClose=true', assigned value is 1
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:814:9: note: Condition 'reallyClose' is always true
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:938:88: style: Function 'getCustomDockWidget' argument 1 names different: declaration 'name' definition 'title'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.h:119:79: note: Function 'getCustomDockWidget' argument 1 names different: declaration 'name' definition 'title'.
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:938:88: note: Function 'getCustomDockWidget' argument 1 names different: declaration 'name' definition 'title'.
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:93:14: warning: Member variable 'WMainWindow::m_menuBar' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:93:14: warning: Member variable 'WMainWindow::m_permanentToolBar' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:93:14: warning: Member variable 'WMainWindow::m_loadButton' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:93:14: warning: Member variable 'WMainWindow::m_controlPanel' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:93:14: warning: Member variable 'WMainWindow::m_networkEditor' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:93:14: warning: Member variable 'WMainWindow::m_commandPrompt' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:93:14: warning: Member variable 'WMainWindow::m_glDock' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:93:14: warning: Member variable 'WMainWindow::m_dummyWidget' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/qt4gui/qt4/WMainWindow.cpp:93:14: warning: Member variable 'WMainWindow::m_autoDisplaySetting' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyBoolWidget.h:63:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:91:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyBoolWidget.h:63:18: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyIntWidget.h:63:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:91:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyIntWidget.h:63:18: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyStringWidget.h:63:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:91:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyStringWidget.h:63:18: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyDoubleWidget.h:63:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:91:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyDoubleWidget.h:63:18: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyColorWidget.h:62:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:91:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyColorWidget.h:62:18: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyFilenameWidget.h:62:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:91:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyFilenameWidget.h:62:18: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyTriggerWidget.h:70:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:91:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyTriggerWidget.h:70:18: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertySelectionWidget.h:63:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:91:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertySelectionWidget.h:63:18: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyPositionWidget.h:63:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:91:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyPositionWidget.h:63:18: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyMatrix4X4Widget.h:65:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:91:18: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyMatrix4X4Widget.h:65:18: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkInputPort.h:66:9: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkPort.h:56:17: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkInputPort.h:66:9: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkOutputPort.h:66:9: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkPort.h:56:17: note: Virtual function in base class
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkOutputPort.h:66:9: note: Function in derived class
OpenWalnut-1.2.5/src/qt4gui/qt4/WIconManager.h:51:38: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/WIconManager.h:60:38: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtMessageDialog.h:76:18: warning: Virtual function 'accept' is called from constructor 'WQtMessageDialog(QString msgID,QString title,QWidget*content,QSettings&settings,QWidget*parent)' at line 66. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtMessageDialog.cpp:66:70: note: Calling accept
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtMessageDialog.h:76:18: note: accept is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtMessageDialog.h:71:18: warning: Virtual function 'reject' is called from constructor 'WQtMessageDialog(QString msgID,QString title,QWidget*content,QSettings&settings,QWidget*parent)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtMessageDialog.cpp:67:70: note: Calling reject
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtMessageDialog.h:71:18: note: reject is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtModuleExcluder.h:100:18: warning: Virtual function 'accept' is called from constructor 'WQtModuleExcluder(QWidget*parent=0,Qt::WindowFlags f=0)' at line 241. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtModuleExcluder.cpp:241:60: note: Calling accept
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtModuleExcluder.h:100:18: note: accept is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtModuleExcluder.h:105:18: warning: Virtual function 'reject' is called from constructor 'WQtModuleExcluder(QWidget*parent=0,Qt::WindowFlags f=0)' at line 242. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtModuleExcluder.cpp:242:60: note: Calling reject
OpenWalnut-1.2.5/src/qt4gui/qt4/WQtModuleExcluder.h:105:18: note: reject is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/WSettingAction.cpp:30:87: performance: Function parameter 'actionName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/WSettingMenu.cpp:33:58: performance: Function parameter 'settingName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/WSettingMenu.cpp:33:83: performance: Function parameter 'menuName' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyBoolWidget.h:63:18: warning: Virtual function 'update' is called from constructor 'WPropertyBoolWidget(WPropBool property,QGridLayout*propertyGrid,QWidget*parent=0)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyBoolWidget.cpp:40:5: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyBoolWidget.h:63:18: note: update is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyColorWidget.h:62:18: warning: Virtual function 'update' is called from constructor 'WPropertyColorWidget(WPropColor property,QGridLayout*propertyGrid,QWidget*parent=0)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyColorWidget.cpp:62:5: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyColorWidget.h:62:18: note: update is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyDoubleWidget.h:63:18: warning: Virtual function 'update' is called from constructor 'WPropertyDoubleWidget(WPropDouble property,QGridLayout*propertyGrid,QWidget*parent=0)' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyDoubleWidget.cpp:63:5: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyDoubleWidget.h:63:18: note: update is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyFilenameWidget.h:62:18: warning: Virtual function 'update' is called from constructor 'WPropertyFilenameWidget(WPropFilename property,QGridLayout*propertyGrid,QWidget*parent=0)' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyFilenameWidget.cpp:63:5: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyFilenameWidget.h:62:18: note: update is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyIntWidget.h:63:18: warning: Virtual function 'update' is called from constructor 'WPropertyIntWidget(WPropInt property,QGridLayout*propertyGrid,QWidget*parent=0)' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyIntWidget.cpp:63:5: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyIntWidget.h:63:18: note: update is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyMatrix4X4Widget.h:65:18: warning: Virtual function 'update' is called from constructor 'WPropertyMatrix4X4Widget(WPropMatrix4X4 property,QGridLayout*propertyGrid,QWidget*parent=0)' at line 76. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyMatrix4X4Widget.cpp:76:5: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyMatrix4X4Widget.h:65:18: note: update is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyPositionWidget.h:63:18: warning: Virtual function 'update' is called from constructor 'WPropertyPositionWidget(WPropPosition property,QGridLayout*propertyGrid,QWidget*parent=0)' at line 71. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyPositionWidget.cpp:71:5: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyPositionWidget.h:63:18: note: update is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertySelectionWidget.h:63:18: warning: Virtual function 'update' is called from constructor 'WPropertySelectionWidget(WPropSelection property,QGridLayout*propertyGrid,QWidget*parent=0)' at line 128. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertySelectionWidget.cpp:128:5: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertySelectionWidget.h:63:18: note: update is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyStringWidget.h:63:18: warning: Virtual function 'update' is called from constructor 'WPropertyStringWidget(WPropString property,QGridLayout*propertyGrid,QWidget*parent=0)' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyStringWidget.cpp:65:5: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyStringWidget.h:63:18: note: update is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyTriggerWidget.h:70:18: warning: Virtual function 'update' is called from constructor 'WPropertyTriggerWidget(WPropTrigger property,QGridLayout*propertyGrid,QWidget*parent=0)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyTriggerWidget.cpp:41:5: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyTriggerWidget.h:70:18: note: update is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:84:25: warning: Virtual function 'getTooltip' is called from constructor 'WPropertyWidget(boost::shared_ptr<WPropertyBase>property,QGridLayout*propertyGrid,QWidget*parent=0)' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.cpp:50:29: note: Calling getTooltip
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WPropertyWidget.h:84:25: note: getTooltip is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WQtTreeItem.cpp:59:5: performance: Variable 'm_module' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WQtTreeItem.cpp:60:5: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WQtTreeItem.h:127:18: warning: Virtual function 'updateState' is called from constructor 'WQtTreeItem(QTreeWidgetItem*parent,WTreeItemType type,boost::shared_ptr<WModule>module)' at line 91. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WQtTreeItem.cpp:91:68: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WQtTreeItem.cpp:173:5: note: Calling updateState
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WQtTreeItem.h:127:18: note: updateState is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WQtTreeItem.cpp:124:46: performance: Function parameter 'progress' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WQtTreeItem.cpp:286:48: performance: Function parameter 'in' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/controlPanel/WQtTreeItem.cpp:296:49: performance: Function parameter 'out' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/events/WModuleCrashEvent.cpp:31:88: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/events/WOpenCustomDockWidgetEvent.cpp:29:69: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
OpenWalnut-1.2.5/src/qt4gui/qt4/guiElements/WQtPropertyBoolAction.h:58:18: warning: Virtual function 'update' is called from constructor 'WQtPropertyBoolAction(WPropBool property,QWidget*parent=0)' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/guiElements/WQtPropertyBoolAction.cpp:42:5: note: Calling update
OpenWalnut-1.2.5/src/qt4gui/qt4/guiElements/WQtPropertyBoolAction.h:58:18: note: update is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkArrow.cpp:38:57: style: Function 'WQtNetworkArrow' argument 1 names different: declaration 'outPort' definition 'startPort'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkArrow.h:65:53: note: Function 'WQtNetworkArrow' argument 1 names different: declaration 'outPort' definition 'startPort'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkArrow.cpp:38:57: note: Function 'WQtNetworkArrow' argument 1 names different: declaration 'outPort' definition 'startPort'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkArrow.cpp:38:89: style: Function 'WQtNetworkArrow' argument 2 names different: declaration 'inPort' definition 'endPort'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkArrow.h:65:83: note: Function 'WQtNetworkArrow' argument 2 names different: declaration 'inPort' definition 'endPort'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkArrow.cpp:38:89: note: Function 'WQtNetworkArrow' argument 2 names different: declaration 'inPort' definition 'endPort'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkItem.cpp:218:57: style: Function 'addInputPort' argument 1 names different: declaration 'inPort' definition 'port'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkItem.h:82:45: note: Function 'addInputPort' argument 1 names different: declaration 'inPort' definition 'port'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkItem.cpp:218:57: note: Function 'addInputPort' argument 1 names different: declaration 'inPort' definition 'port'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkItem.cpp:223:59: style: Function 'addOutputPort' argument 1 names different: declaration 'outPort' definition 'port'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkItem.h:89:47: note: Function 'addOutputPort' argument 1 names different: declaration 'outPort' definition 'port'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkItem.cpp:223:59: note: Function 'addOutputPort' argument 1 names different: declaration 'outPort' definition 'port'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkItem.cpp:41:5: performance: Variable 'm_module' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkPort.cpp:34:17: warning: Member variable 'WQtNetworkPort::m_isOutPort' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkPort.h:73:18: warning: Virtual function 'removeArrows' is called from destructor '~WQtNetworkPort()' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkPort.cpp:46:5: note: Calling removeArrows
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkPort.h:73:18: note: removeArrows is a virtual method
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/WQtNetworkScene.cpp:42:18: warning: Member variable 'WQtNetworkScene::m_fakeItem' is not initialized in the constructor. [uninitMemberVar]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayout.cpp:44:52: style: Function 'connectItems' argument 1 names different: declaration 'start' definition 'parent'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayout.h:59:44: note: Function 'connectItems' argument 1 names different: declaration 'start' definition 'parent'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayout.cpp:44:52: note: Function 'connectItems' argument 1 names different: declaration 'start' definition 'parent'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayout.cpp:44:76: style: Function 'connectItems' argument 2 names different: declaration 'end' definition 'child'. [funcArgNamesDifferent]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayout.h:59:67: note: Function 'connectItems' argument 2 names different: declaration 'end' definition 'child'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayout.cpp:44:76: note: Function 'connectItems' argument 2 names different: declaration 'end' definition 'child'.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayout.h:72:14: performance: Technically the member function 'WNetworkLayout::removeItem' can be static. [functionStatic]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayout.cpp:56:22: note: Technically the member function 'WNetworkLayout::removeItem' can be static.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayout.h:72:14: note: Technically the member function 'WNetworkLayout::removeItem' can be static.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayout.cpp:104:17: performance: Possible inefficient checking for 'children' emptiness. [stlSize]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayoutNode.h:68:13: style: Technically the member function 'WNetworkLayoutNode::nChildren' can be const. [functionConst]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayoutNode.cpp:72:25: note: Technically the member function 'WNetworkLayoutNode::nChildren' can be const.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayoutNode.h:68:13: note: Technically the member function 'WNetworkLayoutNode::nChildren' can be const.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayoutNode.h:70:13: style: Technically the member function 'WNetworkLayoutNode::nParents' can be const. [functionConst]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayoutNode.cpp:77:25: note: Technically the member function 'WNetworkLayoutNode::nParents' can be const.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayoutNode.h:70:13: note: Technically the member function 'WNetworkLayoutNode::nParents' can be const.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayoutNode.h:87:17: style: Technically the member function 'WNetworkLayoutNode::getGridPos' can be const. [functionConst]
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayoutNode.cpp:67:29: note: Technically the member function 'WNetworkLayoutNode::getGridPos' can be const.
OpenWalnut-1.2.5/src/qt4gui/qt4/networkEditor/layout/WNetworkLayoutNode.h:87:17: note: Technically the member function 'WNetworkLayoutNode::getGridPos' can be const.
[14:31]

ftp://ftp.se.debian.org/debian/pool/main/o/openwince-include/openwince-include_0.3.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openwince-jtag/openwince-jtag_0.5.1.orig.tar.gz
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:327:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:310:8: note: outer condition: 1
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:327:9: note: identical inner condition: 1
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:59:25: style: The scope of the variable 'id' can be reduced. [variableScope]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:305:6: style: The scope of the variable 'i' can be reduced. [variableScope]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:65:22: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:69:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:72:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:77:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:84:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:90:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:96:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:175:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:179:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:215:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:241:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:258:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bsdl2jtag.c:314:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
openwince-jtag-0.5.1.orig/src/bus/pxa2x0.c:161:11: style: The scope of the variable 'd' can be reduced. [variableScope]
openwince-jtag-0.5.1.orig/src/cmd/print.c:40:7: style: The scope of the variable 'format' can be reduced. [variableScope]
openwince-jtag-0.5.1.orig/src/cmd/print.c:44:10: style: The scope of the variable 'wheader' can be reduced. [variableScope]
openwince-jtag-0.5.1.orig/src/cmd/print.c:45:7: style: The scope of the variable 'header' can be reduced. [variableScope]
openwince-jtag-0.5.1.orig/src/discovery.c:45:16: style: The scope of the variable 'rz' can be reduced. [variableScope]
openwince-jtag-0.5.1.orig/src/discovery.c:46:16: style: The scope of the variable 'rout' can be reduced. [variableScope]
openwince-jtag-0.5.1.orig/src/discovery.c:47:16: style: The scope of the variable 'rpat' can be reduced. [variableScope]
openwince-jtag-0.5.1.orig/src/flash.c:115:11: style: The scope of the variable 'adr' can be reduced. [variableScope]
openwince-jtag-0.5.1.orig/src/flash.c:288:12: style: The scope of the variable 'data' can be reduced. [variableScope]
openwince-jtag-0.5.1.orig/src/flash.c:317:0: error: Memory leak: erased [memleak]
[14:31]

ftp://ftp.se.debian.org/debian/pool/main/o/openxenmanager/openxenmanager_0.r80+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/openyahtzee/openyahtzee_1.9.3.orig.tar.xz
openyahtzee-1.9.3/src/MainFrame.cpp:548:6: style: C-style pointer casting [cstyleCast]
openyahtzee-1.9.3/src/MainFrame.cpp:828:3: style: C-style pointer casting [cstyleCast]
openyahtzee-1.9.3/src/MainFrame.cpp:850:4: style: C-style pointer casting [cstyleCast]
openyahtzee-1.9.3/src/MainFrame.cpp:101:14: style: The scope of the variable 'textctrl' can be reduced. [variableScope]
openyahtzee-1.9.3/src/MainFrame.cpp:339:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
openyahtzee-1.9.3/src/ScoreDice.h:27:2: style: Class 'ScoreDice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openyahtzee-1.9.3/src/configuration.h:40:2: style: Class 'Configuration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openyahtzee-1.9.3/src/MainFrame.h:142:2: style: Class 'MainFrameEvtHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openyahtzee-1.9.3/src/about.h:33:2: style: Class 'AboutDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openyahtzee-1.9.3/src/ScoreDice.cpp:40:12: warning: Member variable 'ScoreDice::m_dice' is not initialized in the constructor. [uninitMemberVar]
openyahtzee-1.9.3/src/ScoreDice.cpp:40:12: warning: Member variable 'ScoreDice::m_dicehash' is not initialized in the constructor. [uninitMemberVar]
openyahtzee-1.9.3/src/ScoreDice.cpp:40:12: warning: Member variable 'ScoreDice::m_yahtzee_joker' is not initialized in the constructor. [uninitMemberVar]
openyahtzee-1.9.3/src/ScoreDice.h:30:8: style: Technically the member function 'ScoreDice::GetDice' can be const. [functionConst]
openyahtzee-1.9.3/src/ScoreDice.cpp:79:22: note: Technically the member function 'ScoreDice::GetDice' can be const.
openyahtzee-1.9.3/src/ScoreDice.h:30:8: note: Technically the member function 'ScoreDice::GetDice' can be const.
openyahtzee-1.9.3/src/configuration.cpp:229:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openyahtzee-1.9.3/src/configuration.cpp:34:37: performance: Function parameter 'file' should be passed by const reference. [passedByValue]
openyahtzee-1.9.3/src/configuration.cpp:179:54: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
openyahtzee-1.9.3/src/configuration.cpp:209:54: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
openyahtzee-1.9.3/src/configuration.cpp:209:67: performance: Function parameter 'date' should be passed by const reference. [passedByValue]
openyahtzee-1.9.3/src/highscores_dialog.cpp:84:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
openyahtzee-1.9.3/src/statistics.cpp:82:65: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
openyahtzee-1.9.3/src/statistics.h:48:6: style: Technically the member function 'statistics::Statistics::games_started' can be const. [functionConst]
openyahtzee-1.9.3/src/statistics.h:49:6: style: Technically the member function 'statistics::Statistics::games_finished' can be const. [functionConst]
openyahtzee-1.9.3/src/statistics.h:50:9: style: Technically the member function 'statistics::Statistics::last_reset' can be const. [functionConst]
openyahtzee-1.9.3/src/statistics.h:51:19: style: Technically the member function 'statistics::Statistics::score_distribution' can be const. [functionConst]
openyahtzee-1.9.3/src/statistics.h:31:2: style: Class 'Statistics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
openyahtzee-1.9.3/src/statistics_dialog.cpp:68:14: error: Uninitialized variable: i [uninitvar]
openyahtzee-1.9.3/src/wxDynamicBitmap.h:44:15: warning: Virtual function 'SetBitmap' is called from constructor 'wxDynamicBitmap(wxWindow*parent,wxWindowID id,wxBitmap*bitmap,const wxPoint&pos=wxDefaultPosition,const wxSize&size=wxDefaultSize,long style=wxNO_BORDER,const wxString&name=wxPanelNameStr)' at line 35. Dynamic binding is not used. [virtualCallInConstructor]
openyahtzee-1.9.3/src/wxDynamicBitmap.cpp:35:2: note: Calling SetBitmap
openyahtzee-1.9.3/src/wxDynamicBitmap.h:44:15: note: SetBitmap is a virtual method
[14:31]

ftp://ftp.se.debian.org/debian/pool/main/o/openzwave/openzwave_1.5+ds.orig.tar.gz
open-zwave-1.5/cpp/hidapi/libusb/hid.c:791:2: style: Variable 'dev' is reassigned a value before the old one has been used. [redundantAssignment]
open-zwave-1.5/cpp/hidapi/libusb/hid.c:783:0: note: Variable 'dev' is reassigned a value before the old one has been used.
open-zwave-1.5/cpp/hidapi/libusb/hid.c:791:2: note: Variable 'dev' is reassigned a value before the old one has been used.
open-zwave-1.5/cpp/hidapi/libusb/hid.c:452:7: style: The scope of the variable 'j' can be reduced. [variableScope]
open-zwave-1.5/cpp/hidapi/libusb/hid.c:452:10: style: The scope of the variable 'k' can be reduced. [variableScope]
open-zwave-1.5/cpp/hidapi/libusb/hid.c:453:7: style: The scope of the variable 'interface_num' can be reduced. [variableScope]
open-zwave-1.5/cpp/hidapi/libusb/hid.c:1025:7: style: The scope of the variable 'res' can be reduced. [variableScope]
open-zwave-1.5/cpp/hidapi/linux/hid.c:216:14: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
open-zwave-1.5/cpp/hidapi/linux/hid.c:604:2: style: Variable 'dev' is reassigned a value before the old one has been used. [redundantAssignment]
open-zwave-1.5/cpp/hidapi/linux/hid.c:600:0: note: Variable 'dev' is reassigned a value before the old one has been used.
open-zwave-1.5/cpp/hidapi/linux/hid.c:604:2: note: Variable 'dev' is reassigned a value before the old one has been used.
open-zwave-1.5/cpp/hidapi/mac/hid.c:808:9: warning: Possible null pointer dereference: data [nullPointer]
open-zwave-1.5/cpp/hidapi/mac/hid.c:599:21: note: Calling function 'return_data', 2nd argument 'data' value is 0
open-zwave-1.5/cpp/hidapi/mac/hid.c:808:9: note: Null pointer dereference
open-zwave-1.5/cpp/hidapi/mac/hid.c:689:2: style: Variable 'dev' is reassigned a value before the old one has been used. [redundantAssignment]
open-zwave-1.5/cpp/hidapi/mac/hid.c:686:0: note: Variable 'dev' is reassigned a value before the old one has been used.
open-zwave-1.5/cpp/hidapi/mac/hid.c:689:2: note: Variable 'dev' is reassigned a value before the old one has been used.
open-zwave-1.5/cpp/hidapi/mac/hid.c:435:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
open-zwave-1.5/cpp/hidapi/mac/hid.c:436:8: style: The scope of the variable 'cbuf' can be reduced. [variableScope]
open-zwave-1.5/cpp/hidapi/mac/hid.c:286:18: style: Variable 'chars_copied' is assigned a value that is never used. [unreadVariable]
open-zwave-1.5/cpp/hidapi/mac/hid.c:468:10: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
open-zwave-1.5/cpp/src/aes/brg_types.h:61:0: error: #error Please define uint32_t as a 32-bit unsigned integer type in brg_types.h [preprocessorErrorDirective]
open-zwave-1.5/cpp/src/Utils.h:80:4: style: Struct 'LockGuard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/src/OZWException.h:62:29: performance: Function parameter 'file' should be passed by const reference. [passedByValue]
open-zwave-1.5/cpp/src/OZWException.h:62:81: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
open-zwave-1.5/cpp/src/OZWException.h:85:104: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
open-zwave-1.5/cpp/src/command_classes/AssociationCommandConfiguration.cpp:212:6: warning: Either the condition 'NULL==group' is redundant or there is possible null pointer dereference: group. [nullPointerRedundantCheck]
open-zwave-1.5/cpp/src/command_classes/AssociationCommandConfiguration.cpp:207:13: note: Assuming that condition 'NULL==group' is not redundant
open-zwave-1.5/cpp/src/command_classes/AssociationCommandConfiguration.cpp:212:6: note: Null pointer dereference
open-zwave-1.5/cpp/src/command_classes/AssociationCommandConfiguration.cpp:220:6: warning: Either the condition 'NULL==group' is redundant or there is possible null pointer dereference: group. [nullPointerRedundantCheck]
open-zwave-1.5/cpp/src/command_classes/AssociationCommandConfiguration.cpp:207:13: note: Assuming that condition 'NULL==group' is not redundant
open-zwave-1.5/cpp/src/command_classes/AssociationCommandConfiguration.cpp:220:6: note: Null pointer dereference
open-zwave-1.5/cpp/src/command_classes/Basic.cpp:143:25: style: Redundant condition: !m_ignoreMapping. 'm_ignoreMapping || (!m_ignoreMapping && m_mapping==0)' is equivalent to 'm_ignoreMapping || m_mapping==0' [redundantCondition]
open-zwave-1.5/cpp/src/command_classes/Basic.cpp:117:7: style: The scope of the variable 'str' can be reduced. [variableScope]
open-zwave-1.5/cpp/src/command_classes/BasicWindowCovering.cpp:65:7: warning: Either the condition 'if(button&&button->IsPressed())' is redundant or there is possible null pointer dereference: button. [nullPointerRedundantCheck]
open-zwave-1.5/cpp/src/command_classes/BasicWindowCovering.cpp:71:5: note: Assuming that condition 'if(button&&button->IsPressed())' is not redundant
open-zwave-1.5/cpp/src/command_classes/BasicWindowCovering.cpp:65:7: note: Null pointer dereference
open-zwave-1.5/cpp/src/command_classes/Color.cpp:749:37: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
open-zwave-1.5/cpp/src/command_classes/Color.cpp:884:28: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
open-zwave-1.5/cpp/src/command_classes/Color.cpp:883:27: note: outer condition: (m_capabilities)&(1<<(COLORIDX_WARMWHITE))
open-zwave-1.5/cpp/src/command_classes/Color.cpp:884:28: note: identical inner condition: (m_capabilities)&(1<<(COLORIDX_WARMWHITE))
open-zwave-1.5/cpp/src/command_classes/Color.cpp:171:7: style: The scope of the variable 'str' can be reduced. [variableScope]
open-zwave-1.5/cpp/src/command_classes/Color.cpp:510:17: style: Variable 'usingbuf' is assigned a value that is never used. [unreadVariable]
open-zwave-1.5/cpp/src/command_classes/CommandClass.cpp:329:14: style: The scope of the variable 'str' can be reduced. [variableScope]
open-zwave-1.5/cpp/src/command_classes/CommandClasses.cpp:271:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
open-zwave-1.5/cpp/src/command_classes/CommandClasses.cpp:130:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
open-zwave-1.5/cpp/src/command_classes/DoorLockLogging.cpp:312:52: error: Undefined behavior: Variable 'usercode' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
open-zwave-1.5/cpp/src/command_classes/Meter.cpp:211:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
open-zwave-1.5/cpp/src/command_classes/MultiInstance.cpp:161:7: style: The scope of the variable 'str' can be reduced. [variableScope]
open-zwave-1.5/cpp/src/command_classes/SensorBinary.cpp:60:14: style: The scope of the variable 'str' can be reduced. [variableScope]
open-zwave-1.5/cpp/src/command_classes/SensorBinary.cpp:94:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
open-zwave-1.5/cpp/src/platform/unix/EventImpl.h:50:8: style: Technically the member function 'OpenZWave::EventImpl::IsSignalled' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/unix/EventImpl.cpp:147:17: note: Technically the member function 'OpenZWave::EventImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/unix/EventImpl.h:50:8: note: Technically the member function 'OpenZWave::EventImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/unix/FileOpsImpl.cpp:60:9: style: Function 'FolderExists' argument 1 names different: declaration '_filename' definition '_folderName'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/src/platform/unix/FileOpsImpl.h:46:29: note: Function 'FolderExists' argument 1 names different: declaration '_filename' definition '_folderName'.
open-zwave-1.5/cpp/src/platform/unix/FileOpsImpl.cpp:60:9: note: Function 'FolderExists' argument 1 names different: declaration '_filename' definition '_folderName'.
open-zwave-1.5/cpp/src/platform/unix/FileOpsImpl.h:46:8: performance: Technically the member function 'OpenZWave::FileOpsImpl::FolderExists' can be static. [functionStatic]
open-zwave-1.5/cpp/src/platform/unix/FileOpsImpl.cpp:58:19: note: Technically the member function 'OpenZWave::FileOpsImpl::FolderExists' can be static.
open-zwave-1.5/cpp/src/platform/unix/FileOpsImpl.h:46:8: note: Technically the member function 'OpenZWave::FileOpsImpl::FolderExists' can be static.
open-zwave-1.5/cpp/src/platform/unix/LogImpl.cpp:113:12: style: Function 'Write' argument 1 names different: declaration '_level' definition '_logLevel'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/src/platform/unix/LogImpl.h:48:24: note: Function 'Write' argument 1 names different: declaration '_level' definition '_logLevel'.
open-zwave-1.5/cpp/src/platform/unix/LogImpl.cpp:113:12: note: Function 'Write' argument 1 names different: declaration '_level' definition '_logLevel'.
open-zwave-1.5/cpp/src/platform/unix/LogImpl.cpp:218:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
open-zwave-1.5/cpp/src/platform/unix/MutexImpl.h:47:8: style: Technically the member function 'OpenZWave::MutexImpl::IsSignalled' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/unix/MutexImpl.cpp:130:17: note: Technically the member function 'OpenZWave::MutexImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/unix/MutexImpl.h:47:8: note: Technically the member function 'OpenZWave::MutexImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/unix/SerialControllerImpl.cpp:116:8: style: Function 'SerialReadThreadEntryPoint' argument 2 names different: declaration '_content' definition '_context'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/src/platform/unix/SerialControllerImpl.h:68:68: note: Function 'SerialReadThreadEntryPoint' argument 2 names different: declaration '_content' definition '_context'.
open-zwave-1.5/cpp/src/platform/unix/SerialControllerImpl.cpp:116:8: note: Function 'SerialReadThreadEntryPoint' argument 2 names different: declaration '_content' definition '_context'.
open-zwave-1.5/cpp/src/platform/unix/SerialControllerImpl.cpp:46:23: warning: Member variable 'SerialControllerImpl::m_pThread' is not initialized in the constructor. [uninitMemberVarPrivate]
open-zwave-1.5/cpp/src/platform/unix/SerialControllerImpl.h:53:3: style: Class 'SerialControllerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.cpp:74:8: style: Function 'Start' argument 3 names different: declaration '_context' definition '_pContext'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.h:49:86: note: Function 'Start' argument 3 names different: declaration '_context' definition '_pContext'.
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.cpp:74:8: note: Function 'Start' argument 3 names different: declaration '_context' definition '_pContext'.
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.cpp:155:8: style: Function 'ThreadProc' argument 1 names different: declaration 'parg' definition '_pArg'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.h:55:40: note: Function 'ThreadProc' argument 1 names different: declaration 'parg' definition '_pArg'.
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.cpp:155:8: note: Function 'ThreadProc' argument 1 names different: declaration 'parg' definition '_pArg'.
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.cpp:44:13: warning: Member variable 'ThreadImpl::m_exitEvent' is not initialized in the constructor. [uninitMemberVarPrivate]
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.cpp:44:13: warning: Member variable 'ThreadImpl::m_pContext' is not initialized in the constructor. [uninitMemberVarPrivate]
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.h:50:14: performance: Technically the member function 'OpenZWave::ThreadImpl::Sleep' can be static. [functionStatic]
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.cpp:130:18: note: Technically the member function 'OpenZWave::ThreadImpl::Sleep' can be static.
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.h:50:14: note: Technically the member function 'OpenZWave::ThreadImpl::Sleep' can be static.
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.h:51:14: style: Technically the member function 'OpenZWave::ThreadImpl::IsSignalled' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.cpp:142:18: note: Technically the member function 'OpenZWave::ThreadImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/unix/ThreadImpl.h:51:14: note: Technically the member function 'OpenZWave::ThreadImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/unix/TimeStampImpl.h:68:9: style: Technically the member function 'OpenZWave::TimeStampImpl::TimeRemaining' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/unix/TimeStampImpl.cpp:88:22: note: Technically the member function 'OpenZWave::TimeStampImpl::TimeRemaining' can be const.
open-zwave-1.5/cpp/src/platform/unix/TimeStampImpl.h:68:9: note: Technically the member function 'OpenZWave::TimeStampImpl::TimeRemaining' can be const.
open-zwave-1.5/cpp/src/platform/unix/TimeStampImpl.h:79:9: style: Technically the member function 'OpenZWave::TimeStampImpl::operator-' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/unix/TimeStampImpl.cpp:129:22: note: Technically the member function 'OpenZWave::TimeStampImpl::operator-' can be const.
open-zwave-1.5/cpp/src/platform/unix/TimeStampImpl.h:79:9: note: Technically the member function 'OpenZWave::TimeStampImpl::operator-' can be const.
open-zwave-1.5/cpp/src/platform/unix/WaitImpl.h:48:3: style: Class 'WaitImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/src/platform/winRT/EventImpl.cpp:45:2: performance: Variable 'm_hEvent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
open-zwave-1.5/cpp/src/platform/winRT/FileOpsImpl.cpp:59:16: style: Function 'FolderExists' argument 1 names different: declaration '_filename' definition '_folderName'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/src/platform/winRT/FileOpsImpl.h:46:36: note: Function 'FolderExists' argument 1 names different: declaration '_filename' definition '_folderName'.
open-zwave-1.5/cpp/src/platform/winRT/FileOpsImpl.cpp:59:16: note: Function 'FolderExists' argument 1 names different: declaration '_filename' definition '_folderName'.
open-zwave-1.5/cpp/src/platform/winRT/FileOpsImpl.h:46:8: performance: Technically the member function 'OpenZWave::FileOpsImpl::FolderExists' can be static. [functionStatic]
open-zwave-1.5/cpp/src/platform/winRT/FileOpsImpl.cpp:58:19: note: Technically the member function 'OpenZWave::FileOpsImpl::FolderExists' can be static.
open-zwave-1.5/cpp/src/platform/winRT/FileOpsImpl.h:46:8: note: Technically the member function 'OpenZWave::FileOpsImpl::FolderExists' can be static.
open-zwave-1.5/cpp/src/platform/winRT/LogImpl.cpp:122:11: style: Function 'Write' argument 1 names different: declaration '_level' definition '_logLevel'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/src/platform/winRT/LogImpl.h:48:24: note: Function 'Write' argument 1 names different: declaration '_level' definition '_logLevel'.
open-zwave-1.5/cpp/src/platform/winRT/LogImpl.cpp:122:11: note: Function 'Write' argument 1 names different: declaration '_level' definition '_logLevel'.
open-zwave-1.5/cpp/src/platform/winRT/LogImpl.h:61:8: style: Member variable 'LogImpl::m_bConsoleOutput' is in the wrong place in the initializer list. [initializerList]
open-zwave-1.5/cpp/src/platform/winRT/LogImpl.cpp:79:2: note: Member variable 'LogImpl::m_bConsoleOutput' is in the wrong place in the initializer list.
open-zwave-1.5/cpp/src/platform/winRT/LogImpl.h:61:8: note: Member variable 'LogImpl::m_bConsoleOutput' is in the wrong place in the initializer list.
open-zwave-1.5/cpp/src/platform/winRT/LogImpl.cpp:101:3: error: Used file that is not opened. [useClosedFile]
open-zwave-1.5/cpp/src/platform/winRT/LogImpl.cpp:102:3: error: Used file that is not opened. [useClosedFile]
open-zwave-1.5/cpp/src/platform/winRT/MutexImpl.h:49:8: style: Technically the member function 'OpenZWave::MutexImpl::IsSignalled' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/winRT/MutexImpl.cpp:108:17: note: Technically the member function 'OpenZWave::MutexImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/winRT/MutexImpl.h:49:8: note: Technically the member function 'OpenZWave::MutexImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/winRT/SerialControllerImpl.h:45:3: style: Class 'SerialControllerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/src/platform/winRT/ThreadImpl.cpp:114:9: style: Function 'Sleep' argument 1 names different: declaration '_milliseconds' definition '_millisecs'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/src/platform/winRT/ThreadImpl.h:52:22: note: Function 'Sleep' argument 1 names different: declaration '_milliseconds' definition '_millisecs'.
open-zwave-1.5/cpp/src/platform/winRT/ThreadImpl.cpp:114:9: note: Function 'Sleep' argument 1 names different: declaration '_milliseconds' definition '_millisecs'.
open-zwave-1.5/cpp/src/platform/winRT/ThreadImpl.h:55:8: style: Technically the member function 'OpenZWave::ThreadImpl::IsSignalled' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/winRT/ThreadImpl.cpp:145:18: note: Technically the member function 'OpenZWave::ThreadImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/winRT/ThreadImpl.h:55:8: note: Technically the member function 'OpenZWave::ThreadImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/winRT/TimeStampImpl.h:65:9: style: Technically the member function 'OpenZWave::TimeStampImpl::TimeRemaining' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/winRT/TimeStampImpl.cpp:75:22: note: Technically the member function 'OpenZWave::TimeStampImpl::TimeRemaining' can be const.
open-zwave-1.5/cpp/src/platform/winRT/TimeStampImpl.h:65:9: note: Technically the member function 'OpenZWave::TimeStampImpl::TimeRemaining' can be const.
open-zwave-1.5/cpp/src/platform/winRT/TimeStampImpl.h:76:9: style: Technically the member function 'OpenZWave::TimeStampImpl::operator-' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/winRT/TimeStampImpl.cpp:108:22: note: Technically the member function 'OpenZWave::TimeStampImpl::operator-' can be const.
open-zwave-1.5/cpp/src/platform/winRT/TimeStampImpl.h:76:9: note: Technically the member function 'OpenZWave::TimeStampImpl::operator-' can be const.
open-zwave-1.5/cpp/src/platform/winRT/WaitImpl.h:47:3: style: Class 'WaitImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/src/platform/windows/EventImpl.cpp:45:2: performance: Variable 'm_hEvent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
open-zwave-1.5/cpp/src/platform/windows/FileOpsImpl.cpp:59:16: style: Function 'FolderExists' argument 1 names different: declaration '_filename' definition '_folderName'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/src/platform/windows/FileOpsImpl.h:46:36: note: Function 'FolderExists' argument 1 names different: declaration '_filename' definition '_folderName'.
open-zwave-1.5/cpp/src/platform/windows/FileOpsImpl.cpp:59:16: note: Function 'FolderExists' argument 1 names different: declaration '_filename' definition '_folderName'.
open-zwave-1.5/cpp/src/platform/windows/FileOpsImpl.h:46:8: performance: Technically the member function 'OpenZWave::FileOpsImpl::FolderExists' can be static. [functionStatic]
open-zwave-1.5/cpp/src/platform/windows/FileOpsImpl.cpp:58:19: note: Technically the member function 'OpenZWave::FileOpsImpl::FolderExists' can be static.
open-zwave-1.5/cpp/src/platform/windows/FileOpsImpl.h:46:8: note: Technically the member function 'OpenZWave::FileOpsImpl::FolderExists' can be static.
open-zwave-1.5/cpp/src/platform/windows/LogImpl.cpp:143:11: style: Function 'Write' argument 1 names different: declaration '_level' definition '_logLevel'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/src/platform/windows/LogImpl.h:48:24: note: Function 'Write' argument 1 names different: declaration '_level' definition '_logLevel'.
open-zwave-1.5/cpp/src/platform/windows/LogImpl.cpp:143:11: note: Function 'Write' argument 1 names different: declaration '_level' definition '_logLevel'.
open-zwave-1.5/cpp/src/platform/windows/LogImpl.h:62:8: style: Member variable 'LogImpl::m_bConsoleOutput' is in the wrong place in the initializer list. [initializerList]
open-zwave-1.5/cpp/src/platform/windows/LogImpl.cpp:79:2: note: Member variable 'LogImpl::m_bConsoleOutput' is in the wrong place in the initializer list.
open-zwave-1.5/cpp/src/platform/windows/LogImpl.h:62:8: note: Member variable 'LogImpl::m_bConsoleOutput' is in the wrong place in the initializer list.
open-zwave-1.5/cpp/src/platform/windows/LogImpl.cpp:101:3: error: Used file that is not opened. [useClosedFile]
open-zwave-1.5/cpp/src/platform/windows/LogImpl.cpp:102:3: error: Used file that is not opened. [useClosedFile]
open-zwave-1.5/cpp/src/platform/windows/MutexImpl.h:49:8: style: Technically the member function 'OpenZWave::MutexImpl::IsSignalled' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/windows/MutexImpl.cpp:108:17: note: Technically the member function 'OpenZWave::MutexImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/windows/MutexImpl.h:49:8: note: Technically the member function 'OpenZWave::MutexImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/windows/SerialControllerImpl.h:46:3: style: Class 'SerialControllerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/src/platform/windows/ThreadImpl.cpp:93:9: style: Function 'Sleep' argument 1 names different: declaration '_milliseconds' definition '_millisecs'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/src/platform/windows/ThreadImpl.h:51:22: note: Function 'Sleep' argument 1 names different: declaration '_milliseconds' definition '_millisecs'.
open-zwave-1.5/cpp/src/platform/windows/ThreadImpl.cpp:93:9: note: Function 'Sleep' argument 1 names different: declaration '_milliseconds' definition '_millisecs'.
open-zwave-1.5/cpp/src/platform/windows/ThreadImpl.cpp:40:13: warning: Member variable 'ThreadImpl::m_exitEvent' is not initialized in the constructor. [uninitMemberVarPrivate]
open-zwave-1.5/cpp/src/platform/windows/ThreadImpl.cpp:40:13: warning: Member variable 'ThreadImpl::m_context' is not initialized in the constructor. [uninitMemberVarPrivate]
open-zwave-1.5/cpp/src/platform/windows/ThreadImpl.h:54:8: style: Technically the member function 'OpenZWave::ThreadImpl::IsSignalled' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/windows/ThreadImpl.cpp:122:18: note: Technically the member function 'OpenZWave::ThreadImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/windows/ThreadImpl.h:54:8: note: Technically the member function 'OpenZWave::ThreadImpl::IsSignalled' can be const.
open-zwave-1.5/cpp/src/platform/windows/TimeStampImpl.h:65:9: style: Technically the member function 'OpenZWave::TimeStampImpl::TimeRemaining' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/windows/TimeStampImpl.cpp:75:22: note: Technically the member function 'OpenZWave::TimeStampImpl::TimeRemaining' can be const.
open-zwave-1.5/cpp/src/platform/windows/TimeStampImpl.h:65:9: note: Technically the member function 'OpenZWave::TimeStampImpl::TimeRemaining' can be const.
open-zwave-1.5/cpp/src/platform/windows/TimeStampImpl.h:76:9: style: Technically the member function 'OpenZWave::TimeStampImpl::operator-' can be const. [functionConst]
open-zwave-1.5/cpp/src/platform/windows/TimeStampImpl.cpp:108:22: note: Technically the member function 'OpenZWave::TimeStampImpl::operator-' can be const.
open-zwave-1.5/cpp/src/platform/windows/TimeStampImpl.h:76:9: note: Technically the member function 'OpenZWave::TimeStampImpl::operator-' can be const.
open-zwave-1.5/cpp/src/platform/windows/WaitImpl.h:47:3: style: Class 'WaitImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/src/value_classes/ValueRaw.cpp:142:10: warning: Either the condition 'ep!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
open-zwave-1.5/cpp/src/value_classes/ValueRaw.cpp:138:10: note: Assuming that condition 'ep!=NULL' is not redundant
open-zwave-1.5/cpp/src/value_classes/ValueRaw.cpp:142:10: note: Null pointer addition
open-zwave-1.5/cpp/src/value_classes/ValueRaw.cpp:197:13: warning: Either the condition 'ep!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
open-zwave-1.5/cpp/src/value_classes/ValueRaw.cpp:193:11: note: Assuming that condition 'ep!=NULL' is not redundant
open-zwave-1.5/cpp/src/value_classes/ValueRaw.cpp:197:13: note: Null pointer addition
open-zwave-1.5/cpp/tinyxml/tinystr.h:253:7: style: Technically the member function 'TiXmlString::quit' can be const. [functionConst]
open-zwave-1.5/cpp/tinyxml/tinystr.h:90:17: style: Class 'TiXmlString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:151:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:172:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:53:70: style: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:263:67: note: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:53:70: note: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:186:48: style: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:594:38: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:186:48: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:342:54: style: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:525:44: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:342:54: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:354:53: style: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:535:43: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:354:53: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:380:59: style: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:569:49: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:380:59: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:506:42: style: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:948:29: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:506:42: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:645:61: style: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:989:48: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:645:61: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:665:67: style: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:991:54: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:665:67: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:685:57: style: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1061:44: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:685:57: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:707:66: style: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1066:53: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:707:66: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:719:47: style: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1043:33: note: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:719:47: note: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:719:67: style: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1043:52: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:719:67: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:947:43: style: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1411:30: note: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:947:43: note: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1163:43: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1533:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1163:43: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1243:41: style: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:832:26: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1243:41: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1250:47: style: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:834:32: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1250:47: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1366:39: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1246:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1366:39: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1487:42: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1367:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1487:42: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1519:46: style: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:910:28: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1519:46: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1534:49: style: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:911:31: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1534:49: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1578:60: style: Function 'Find' argument 1 names different: declaration '_name' definition 'name'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:918:42: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1578:60: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1685:37: style: Function 'Child' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1659:25: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1685:37: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1704:56: style: Function 'Child' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1655:44: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1704:56: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1723:44: style: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1669:32: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1723:44: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1742:63: style: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1664:51: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1742:63: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:189:16: warning: Assert statement calls a function which may have desired side effects: 'GetDocument'. [assertWithSideEffect]
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1524:11: warning: Assert statement calls a function which may have desired side effects: 'Find'. [assertWithSideEffect]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:352:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:957:2: style: 'TiXmlElement::operator=' should return 'TiXmlElement &'. [operatorEq]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1164:2: style: 'TiXmlComment::operator=' should return 'TiXmlComment &'. [operatorEq]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1229:2: style: 'TiXmlText::operator=' should return 'TiXmlText &'. [operatorEq]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1296:2: style: 'TiXmlDeclaration::operator=' should return 'TiXmlDeclaration &'. [operatorEq]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1353:2: style: 'TiXmlUnknown::operator=' should return 'TiXmlUnknown &'. [operatorEq]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1399:2: style: 'TiXmlDocument::operator=' should return 'TiXmlDocument &'. [operatorEq]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1641:2: style: 'TiXmlHandle::operator=' should return 'TiXmlHandle &'. [operatorEq]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:806:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:807:3: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1390:2: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1391:2: performance: Variable 'encoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1392:2: performance: Variable 'standalone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:911:7: style: Technically the member function 'TiXmlAttributeSet::Remove' can be const. [functionConst]
open-zwave-1.5/cpp/tinyxml/tinyxml.cpp:1534:25: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
open-zwave-1.5/cpp/tinyxml/tinyxml.h:911:7: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1755:14: style: Technically the member function 'TiXmlPrinter::Indent' can be const. [functionConst]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1762:14: style: Technically the member function 'TiXmlPrinter::LineBreak' can be const. [functionConst]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1771:14: style: Technically the member function 'TiXmlPrinter::CStr' can be const. [functionConst]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1773:9: style: Technically the member function 'TiXmlPrinter::Size' can be const. [functionConst]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:948:2: style: Class 'TiXmlElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1160:2: style: Class 'TiXmlComment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1212:2: style: Class 'TiXmlText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1391:2: style: Class 'TiXmlDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1638:2: style: Class 'TiXmlHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:868:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:256:22: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:868:22: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:871:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:214:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:871:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1115:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:715:21: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1115:21: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1117:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:214:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1117:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1122:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:256:22: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1122:22: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1124:31: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:699:31: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1124:31: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1125:28: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:706:28: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1125:28: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1129:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:739:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1129:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1169:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:715:21: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1169:21: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1171:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:214:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1171:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1176:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:256:22: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1176:22: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1178:31: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:700:31: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1178:31: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1179:25: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:707:28: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1179:25: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1183:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:739:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1183:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1232:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:214:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1232:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1239:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:256:22: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1239:22: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1241:27: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:702:28: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1241:27: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1242:24: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:709:24: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1242:24: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1246:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:739:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1246:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1250:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:715:21: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1250:21: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1308:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:715:21: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1308:21: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1311:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:214:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1311:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1315:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:256:22: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1315:22: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1317:34: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:703:34: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1317:34: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1318:31: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:710:31: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1318:31: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1322:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:739:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1322:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1356:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:715:21: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1356:21: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1358:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:214:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1358:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1360:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:256:22: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1360:22: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1362:31: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:701:31: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1362:31: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1363:28: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:708:28: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1363:28: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1367:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:739:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1367:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1528:31: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:698:31: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1528:31: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1529:28: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:705:28: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1529:28: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1533:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:739:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1533:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1537:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:715:21: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1537:21: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1739:15: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:135:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1739:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1740:15: style: The function 'VisitExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:137:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1740:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1742:15: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:140:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1742:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1743:15: style: The function 'VisitExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:142:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1743:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1745:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:145:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1745:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1746:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:147:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1746:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1747:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:149:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1747:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1748:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:151:15: note: Virtual function in base class
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1748:15: note: Function in derived class
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:446:14: style: Redundant condition: If 'EXPR == '#'', the comparison 'EXPR' is always true. [redundantCondition]
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:824:16: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:1285:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:1413:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '='' is always true. [redundantCondition]
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:1303:8: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:1293:10: note: Assuming that condition 'p' is not redundant
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:1303:8: note: Null pointer dereference
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:431:9: warning: Either the condition 'p' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:421:11: note: Assuming that condition 'p' is not redundant
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:431:9: note: Null pointer subtraction
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:439:47: style: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:324:44: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:439:47: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:536:21: style: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:368:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:536:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:575:46: style: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:316:43: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:575:46: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:577:15: style: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:318:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:577:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:579:15: style: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:320:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:579:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:705:68: style: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1442:62: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:705:68: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:799:52: style: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1526:38: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:799:52: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:799:78: style: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1526:71: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:799:78: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:819:45: style: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:754:35: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:819:45: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:1178:50: style: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1144:37: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:1178:50: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:1178:71: style: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1144:59: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:1178:71: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:1573:91: style: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'. [funcArgNamesDifferent]
open-zwave-1.5/cpp/tinyxml/tinyxml.h:1315:82: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:1573:91: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
open-zwave-1.5/cpp/tinyxml/tinyxmlparser.cpp:178:21: style: Technically the member function 'TiXmlParsingData::Cursor' can be const. [functionConst]
open-zwave-1.5/dotnet/src/ZWManager.h:663:0: error: syntax error [syntaxError]
open-zwave-1.5/dotnet/src/ZWOptions.h:197:0: error: syntax error [syntaxError]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/opgpcard/opgpcard_0.1.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ophcrack/ophcrack_3.8.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/opl3-soundfont/opl3-soundfont_1.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/opsin/opsin_2.3.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/opt/opt_3.19.orig.tar.gz
opt-3.19.orig/src/opt_num.c:62:21: style: Redundant condition: If 'EXPR == '.'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
opt-3.19.orig/src/opt_proc.c:318:9: style: The scope of the variable 'len' can be reduced. [variableScope]
opt-3.19.orig/src/opt_proc.c:909:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
opt-3.19.orig/src/opt_proc.c:912:9: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
opt-3.19.orig/src/opt_proc.c:802:0: error: Memory leak: fname_bak [memleak]
opt-3.19.orig/src/opt_reg.c:976:11: style: The scope of the variable 'format' can be reduced. [variableScope]
opt-3.19.orig/src/opt_reg.c:1203:14: style: The scope of the variable 'c' can be reduced. [variableScope]
opt-3.19.orig/src/opt_reg.c:1282:8: style: The scope of the variable 'cu' can be reduced. [variableScope]
opt-3.19.orig/src/opt_reg.c:1283:9: style: The scope of the variable 'v' can be reduced. [variableScope]
opt-3.19.orig/src/opt_reg.c:463:5: error: Common realloc mistake: 'optlist' nulled but not freed upon failure [memleakOnRealloc]
opt-3.19.orig/src/opt_util.c:120:12: style: The scope of the variable 'k' can be reduced. [variableScope]
opt-3.19.orig/test/testcc.cc:51:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
opt-3.19.orig/test/testtypes.c:57:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/optcomp/optcomp_1.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/optcomplete/optcomplete_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/optgeo/optgeo_2.25.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/opticalraytracer/opticalraytracer_3.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/optipng/optipng_0.7.6.orig.tar.gz
optipng-0.7.6/src/cexcept/example1.c:60:3: error: Expression 'the_exception_context->caught=0,the_exception_context->caught' depends on order of evaluation of side effects [unknownEvaluationOrder]
optipng-0.7.6/src/cexcept/example1.c:63:3: error: Expression 'the_exception_context->caught=0,the_exception_context->caught' depends on order of evaluation of side effects [unknownEvaluationOrder]
optipng-0.7.6/src/cexcept/example2.c:98:3: error: Expression 'the_exception_context->caught=0,the_exception_context->caught' depends on order of evaluation of side effects [unknownEvaluationOrder]
optipng-0.7.6/src/cexcept/example2.c:126:3: error: Expression 'the_exception_context->caught=0,the_exception_context->caught' depends on order of evaluation of side effects [unknownEvaluationOrder]
optipng-0.7.6/src/gifread/gifread.c:39:0: error: #error This module requires 8-bit bytes. [preprocessorErrorDirective]
optipng-0.7.6/src/minitiff/test/tiff2pnm.c:43:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
optipng-0.7.6/src/minitiff/test/tiff2pnm.c:43:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
optipng-0.7.6/src/minitiff/tiffread.c:142:42: style: Function 'minitiff_read_info' argument 1 names different: declaration 'minitiff_ptr' definition 'tiff_ptr'. [funcArgNamesDifferent]
optipng-0.7.6/src/minitiff/minitiff.h:69:47: note: Function 'minitiff_read_info' argument 1 names different: declaration 'minitiff_ptr' definition 'tiff_ptr'.
optipng-0.7.6/src/minitiff/tiffread.c:142:42: note: Function 'minitiff_read_info' argument 1 names different: declaration 'minitiff_ptr' definition 'tiff_ptr'.
optipng-0.7.6/src/minitiff/tiffread.c:382:41: style: Function 'minitiff_read_row' argument 1 names different: declaration 'minitiff_ptr' definition 'tiff_ptr'. [funcArgNamesDifferent]
optipng-0.7.6/src/minitiff/minitiff.h:70:46: note: Function 'minitiff_read_row' argument 1 names different: declaration 'minitiff_ptr' definition 'tiff_ptr'.
optipng-0.7.6/src/minitiff/tiffread.c:382:41: note: Function 'minitiff_read_row' argument 1 names different: declaration 'minitiff_ptr' definition 'tiff_ptr'.
optipng-0.7.6/src/minitiff/tiffread.c:383:34: style: Function 'minitiff_read_row' argument 2 names different: declaration 'byte_ptr' definition 'row_ptr'. [funcArgNamesDifferent]
optipng-0.7.6/src/minitiff/minitiff.h:71:39: note: Function 'minitiff_read_row' argument 2 names different: declaration 'byte_ptr' definition 'row_ptr'.
optipng-0.7.6/src/minitiff/tiffread.c:383:34: note: Function 'minitiff_read_row' argument 2 names different: declaration 'byte_ptr' definition 'row_ptr'.
optipng-0.7.6/src/opngreduc/opngreduc.h:40:0: error: #error OPNG_IMAGE_REDUCTIONS_SUPPORTED requires PNG_INFO_IMAGE_SUPPORTED [preprocessorErrorDirective]
optipng-0.7.6/src/optipng/optim.c:1174:40: warning: Either the condition 'infile==NULL' is redundant or there is possible null pointer dereference: infile. [nullPointerRedundantCheck]
optipng-0.7.6/src/optipng/optim.c:1728:24: note: Assuming that condition 'infile==NULL' is not redundant
optipng-0.7.6/src/optipng/optim.c:1737:32: note: Calling function 'opng_copy_file', 1st argument 'infile' value is 0
optipng-0.7.6/src/optipng/optim.c:1174:40: note: Null pointer dereference
optipng-0.7.6/src/optipng/optim.c:1191:43: warning: Either the condition 'infile==NULL' is redundant or there is possible null pointer dereference: infile. [nullPointerRedundantCheck]
optipng-0.7.6/src/optipng/optim.c:1728:24: note: Assuming that condition 'infile==NULL' is not redundant
optipng-0.7.6/src/optipng/optim.c:1737:32: note: Calling function 'opng_copy_file', 1st argument 'infile' value is 0
optipng-0.7.6/src/optipng/optim.c:1191:43: note: Null pointer dereference
optipng-0.7.6/src/optipng/optim.c:1509:12: warning: Either the condition '(infile=fopen(infile_name_local,"rb"))==NULL' is redundant or there is possible null pointer dereference: infile. [nullPointerRedundantCheck]
optipng-0.7.6/src/optipng/optim.c:1499:51: note: Assuming that condition '(infile=fopen(infile_name_local,"rb"))==NULL' is not redundant
optipng-0.7.6/src/optipng/optim.c:1509:12: note: Null pointer dereference
optipng-0.7.6/src/optipng/optim.c:1744:20: warning: Either the condition 'infile==NULL' is redundant or there is possible null pointer dereference: infile. [nullPointerRedundantCheck]
optipng-0.7.6/src/optipng/optim.c:1728:24: note: Assuming that condition 'infile==NULL' is not redundant
optipng-0.7.6/src/optipng/optim.c:1744:20: note: Null pointer dereference
optipng-0.7.6/src/optipng/optim.c:282:9: style: The scope of the variable 'channels' can be reduced. [variableScope]
optipng-0.7.6/src/optipng/optim.c:638:27: style: The scope of the variable 'crt_idat_offset' can be reduced. [variableScope]
optipng-0.7.6/src/optipng/optim.c:639:25: style: The scope of the variable 'crt_idat_size' can be reduced. [variableScope]
optipng-0.7.6/src/optipng/optim.c:918:9: style: The scope of the variable 'num_img' can be reduced. [variableScope]
optipng-0.7.6/src/optipng/optim.c:1216:19: style: The scope of the variable 'preset_set' can be reduced. [variableScope]
optipng-0.7.6/src/optipng/optim.c:1809:44: style: Function 'opng_initialize' argument 1 names different: declaration 'options' definition 'init_options'. [funcArgNamesDifferent]
optipng-0.7.6/src/optipng/optipng.h:73:48: note: Function 'opng_initialize' argument 1 names different: declaration 'options' definition 'init_options'.
optipng-0.7.6/src/optipng/optim.c:1809:44: note: Function 'opng_initialize' argument 1 names different: declaration 'options' definition 'init_options'.
optipng-0.7.6/src/optipng/optim.c:1810:39: style: Function 'opng_initialize' argument 2 names different: declaration 'ui' definition 'init_ui'. [funcArgNamesDifferent]
optipng-0.7.6/src/optipng/optipng.h:74:43: note: Function 'opng_initialize' argument 2 names different: declaration 'ui' definition 'init_ui'.
optipng-0.7.6/src/optipng/optim.c:1810:39: note: Function 'opng_initialize' argument 2 names different: declaration 'ui' definition 'init_ui'.
optipng-0.7.6/src/optipng/optim.c:383:11: style: Unused variable: msg [unusedVariable]
optipng-0.7.6/src/optipng/optipng.c:190:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
optipng-0.7.6/src/optipng/optipng.c:190:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
optipng-0.7.6/src/optipng/optipng.c:257:19: style: The scope of the variable 'multiplier' can be reduced. [variableScope]
optipng-0.7.6/src/optipng/optipng.c:371:9: style: The scope of the variable 'result' can be reduced. [variableScope]
optipng-0.7.6/src/optipng/optipng.c:495:11: style: The scope of the variable 'arg' can be reduced. [variableScope]
optipng-0.7.6/src/pngxtern/pngxrbmp.c:153:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
optipng-0.7.6/src/pngxtern/pngxrbmp.c:366:17: style: The scope of the variable 'wpix' can be reduced. [variableScope]
optipng-0.7.6/src/pngxtern/pngxrgif.c:111:8: style: The scope of the variable 'blockCode' can be reduced. [variableScope]
optipng-0.7.6/src/pngxtern/pngxrjpg.c:53:17: style: The scope of the variable 'marker' can be reduced. [variableScope]
optipng-0.7.6/src/pngxtern/pngxrtif.c:78:23: style: The scope of the variable 'k' can be reduced. [variableScope]
optipng-0.7.6/src/pnmio/pnmin.c:74:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
optipng-0.7.6/src/pnmio/pnmin.c:183:13: style: The scope of the variable 'ch8' can be reduced. [variableScope]
optipng-0.7.6/src/pnmio/pnmin.c:318:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
optipng-0.7.6/src/pnmio/pnmout.c:82:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
optipng-0.7.6/src/pnmio/pnmout.c:201:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/optlang/optlang_1.4.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/opus/opus_1.3~beta+20180518.orig.tar.gz
opus-1.3~beta+20180518/celt/stack_alloc.h:39:0: error: #error "Opus requires one of VAR_ARRAYS, USE_ALLOCA, or NONTHREADSAFE_PSEUDOSTACK be defined to select the temporary allocation mode." [preprocessorErrorDirective]
opus-1.3~beta+20180518/celt/dump_modes/dump_modes.c:293:16: style: Condition 'channels>0' is always false [knownConditionTrueFalse]
opus-1.3~beta+20180518/celt/dump_modes/dump_modes.c:277:19: note: Assignment 'channels=0', assigned value is 0
opus-1.3~beta+20180518/celt/dump_modes/dump_modes.c:293:16: note: Condition 'channels>0' is always false
opus-1.3~beta+20180518/celt/dump_modes/dump_modes.c:293:16: style: Same expression on both sides of '>' because the value of 'channels' and '0' are the same. [duplicateExpression]
opus-1.3~beta+20180518/celt/dump_modes/dump_modes.c:277:19: note: 'channels' is assigned value '0' here.
opus-1.3~beta+20180518/celt/dump_modes/dump_modes.c:293:16: note: Same expression on both sides of '>' because the value of 'channels' and '0' are the same.
opus-1.3~beta+20180518/celt/dump_modes/dump_modes.c:55:8: style: The scope of the variable 'mdct_twiddles_size' can be reduced. [variableScope]
opus-1.3~beta+20180518/celt/dump_modes/dump_modes.c:337:0: error: Memory leak: m [memleak]
opus-1.3~beta+20180518/celt/entdec.c:199:12: style: The scope of the variable 'ft' can be reduced. [variableScope]
opus-1.3~beta+20180518/celt/entdec.c:225:48: style: Function 'ec_dec_bits' argument 2 names different: declaration '_ftb' definition '_bits'. [funcArgNamesDifferent]
opus-1.3~beta+20180518/celt/entdec.h:98:48: note: Function 'ec_dec_bits' argument 2 names different: declaration '_ftb' definition '_bits'.
opus-1.3~beta+20180518/celt/entdec.c:225:48: note: Function 'ec_dec_bits' argument 2 names different: declaration '_ftb' definition '_bits'.
opus-1.3~beta+20180518/celt/entenc.c:176:13: style: The scope of the variable 'ft' can be reduced. [variableScope]
opus-1.3~beta+20180518/celt/entenc.c:177:13: style: The scope of the variable 'fl' can be reduced. [variableScope]
opus-1.3~beta+20180518/celt/entenc.c:193:57: style: Function 'ec_enc_bits' argument 3 names different: declaration '_ftb' definition '_bits'. [funcArgNamesDifferent]
opus-1.3~beta+20180518/celt/entenc.h:77:57: note: Function 'ec_enc_bits' argument 3 names different: declaration '_ftb' definition '_bits'.
opus-1.3~beta+20180518/celt/entenc.c:193:57: note: Function 'ec_enc_bits' argument 3 names different: declaration '_ftb' definition '_bits'.
opus-1.3~beta+20180518/celt/opus_custom_demo.c:50:8: style: The scope of the variable 'len' can be reduced. [variableScope]
opus-1.3~beta+20180518/celt/opus_custom_demo.c:54:8: style: The scope of the variable 'complexity' can be reduced. [variableScope]
opus-1.3~beta+20180518/celt/tests/test_unit_cwrs32.c:146:11: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
opus-1.3~beta+20180518/celt/tests/test_unit_cwrs32.c:146:11: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
opus-1.3~beta+20180518/celt/tests/test_unit_cwrs32.c:151:11: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
opus-1.3~beta+20180518/celt/tests/test_unit_cwrs32.c:151:11: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
opus-1.3~beta+20180518/celt/tests/test_unit_cwrs32.c:90:7: style: The scope of the variable 'n' can be reduced. [variableScope]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:115:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:124:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:196:7: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:208:7: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:215:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:215:9: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:221:9: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:276:7: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:308:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:308:9: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:308:9: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:311:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/celt/tests/test_unit_entropy.c:316:9: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-1.3~beta+20180518/silk/LPC_analysis_filter.c:64:23: style: The scope of the variable 'in_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/NLSF_VQ.c:36:33: style: Function 'silk_NLSF_VQ' argument 1 names different: declaration 'err_Q26' definition 'err_Q24'. [funcArgNamesDifferent]
opus-1.3~beta+20180518/silk/main.h:350:33: note: Function 'silk_NLSF_VQ' argument 1 names different: declaration 'err_Q26' definition 'err_Q24'.
opus-1.3~beta+20180518/silk/NLSF_VQ.c:36:33: note: Function 'silk_NLSF_VQ' argument 1 names different: declaration 'err_Q26' definition 'err_Q24'.
opus-1.3~beta+20180518/silk/NLSF_encode.c:59:23: style: The scope of the variable 'pCB_element' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/NLSF_encode.c:42:34: style: Function 'silk_NLSF_encode' argument 4 names different: declaration 'pW_QW' definition 'pW_Q2'. [funcArgNamesDifferent]
opus-1.3~beta+20180518/silk/main.h:342:34: note: Function 'silk_NLSF_encode' argument 4 names different: declaration 'pW_QW' definition 'pW_Q2'.
opus-1.3~beta+20180518/silk/NLSF_encode.c:42:34: note: Function 'silk_NLSF_encode' argument 4 names different: declaration 'pW_QW' definition 'pW_Q2'.
opus-1.3~beta+20180518/silk/NSQ.c:96:26: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/NSQ.c:96:34: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/NSQ.c:96:42: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/NSQ_del_dec.c:137:26: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/NSQ_del_dec.c:137:34: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/NSQ_del_dec.c:137:42: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/NSQ_del_dec.c:670:26: style: The scope of the variable 'psDD' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/PLC.c:204:46: style: The scope of the variable 'pred_lag_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/arm/NSQ_del_dec_neon_intr.c:262:30: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/arm/NSQ_del_dec_neon_intr.c:262:38: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/arm/NSQ_del_dec_neon_intr.c:262:46: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/control_SNR.c:43:23: style: The scope of the variable 'rateTable' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/decode_core.c:47:17: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/decode_core.c:47:25: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/decode_core.c:51:43: style: The scope of the variable 'pres_Q14' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/decode_parameters.c:43:22: style: The scope of the variable 'cbk_ptr_Q7' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/encode_pulses.c:77:23: style: The scope of the variable 'nBits_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/fixed/LTP_analysis_filter_FIX.c:45:31: style: The scope of the variable 'x_lag_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/fixed/find_LTP_FIX.c:47:23: style: The scope of the variable 'lag_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/fixed/find_LTP_FIX.c:38:37: style: Function 'silk_find_LTP_FIX' argument 3 names different: declaration 'r_lpc' definition 'r_ptr'. [funcArgNamesDifferent]
opus-1.3~beta+20180518/silk/fixed/main_FIX.h:165:37: note: Function 'silk_find_LTP_FIX' argument 3 names different: declaration 'r_lpc' definition 'r_ptr'.
opus-1.3~beta+20180518/silk/fixed/find_LTP_FIX.c:38:37: note: Function 'silk_find_LTP_FIX' argument 3 names different: declaration 'r_lpc' definition 'r_ptr'.
opus-1.3~beta+20180518/silk/fixed/find_pred_coefs_FIX.c:46:23: style: The scope of the variable 'x_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/fixed/find_pred_coefs_FIX.c:47:23: style: The scope of the variable 'x_pre_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/fixed/noise_shape_analysis_FIX.c:157:31: style: The scope of the variable 'pitch_res_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/fixed/pitch_analysis_core_FIX.c:654:36: style: The scope of the variable 'basis_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/fixed/residual_energy16_FIX.c:47:23: style: The scope of the variable 'pRow' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/fixed/residual_energy_FIX.c:50:23: style: The scope of the variable 'LPC_res_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/LPC_inv_pred_gain_FLP.c:45:39: style: The scope of the variable 'rc_mult2' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/LTP_analysis_filter_FLP.c:45:31: style: The scope of the variable 'x_lag_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/burg_modified_FLP.c:49:35: style: The scope of the variable 'num' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/burg_modified_FLP.c:49:47: style: The scope of the variable 'nrg_b' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/burg_modified_FLP.c:49:54: style: The scope of the variable 'rc' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/find_LTP_FLP.c:46:23: style: The scope of the variable 'lag_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/find_pred_coefs_FLP.c:48:23: style: The scope of the variable 'x_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/find_pred_coefs_FLP.c:49:23: style: The scope of the variable 'x_pre_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/noise_shape_analysis_FLP.c:162:31: style: The scope of the variable 'pitch_res_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/pitch_analysis_core_FLP.c:93:27: style: The scope of the variable 'normalizer' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/pitch_analysis_core_FLP.c:568:36: style: The scope of the variable 'basis_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/pitch_analysis_core_FLP.c:569:15: style: The scope of the variable 'energy' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/schur_FLP.c:42:26: style: The scope of the variable 'rc_tmp' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/float/warped_autocorrelation_FLP.c:44:17: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/quant_LTP_gains.c:50:27: style: The scope of the variable 'cl_ptr_Q5' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/quant_LTP_gains.c:52:27: style: The scope of the variable 'cbk_gain_ptr_Q7' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/quant_LTP_gains.c:53:27: style: The scope of the variable 'XX_Q17_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/quant_LTP_gains.c:53:40: style: The scope of the variable 'xX_Q17_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/quant_LTP_gains.c:39:34: style: Function 'silk_quant_LTP_gains' argument 4 names different: declaration 'sum_gain_dB_Q7' definition 'sum_log_gain_Q7'. [funcArgNamesDifferent]
opus-1.3~beta+20180518/silk/main.h:215:34: note: Function 'silk_quant_LTP_gains' argument 4 names different: declaration 'sum_gain_dB_Q7' definition 'sum_log_gain_Q7'.
opus-1.3~beta+20180518/silk/quant_LTP_gains.c:39:34: note: Function 'silk_quant_LTP_gains' argument 4 names different: declaration 'sum_gain_dB_Q7' definition 'sum_log_gain_Q7'.
opus-1.3~beta+20180518/silk/resampler_down2_3.c:48:17: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/resampler_private_IIR_FIR.c:44:17: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/resampler_private_down_FIR.c:49:23: style: The scope of the variable 'interpol_ptr' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/stereo_find_predictor.c:57:16: style: Opposite expression on both sides of '>'. [oppositeExpression]
opus-1.3~beta+20180518/silk/stereo_find_predictor.c:57:16: note: Opposite expression on both sides of '>'.
opus-1.3~beta+20180518/silk/stereo_find_predictor.c:57:16: note: Opposite expression on both sides of '>'.
opus-1.3~beta+20180518/silk/x86/NSQ_del_dec_sse4_1.c:134:26: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/x86/NSQ_del_dec_sse4_1.c:134:34: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/x86/NSQ_del_dec_sse4_1.c:134:42: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/x86/NSQ_del_dec_sse4_1.c:746:26: style: The scope of the variable 'psDD' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/x86/NSQ_sse4_1.c:92:26: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/x86/NSQ_sse4_1.c:92:34: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
opus-1.3~beta+20180518/silk/x86/NSQ_sse4_1.c:92:42: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
opus-1.3~beta+20180518/src/analysis.c:227:17: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opus-1.3~beta+20180518/src/analysis.c:589:10: warning: Redundant assignment of 'E' to itself. [selfAssignment]
opus-1.3~beta+20180518/src/analysis.c:601:16: warning: Redundant assignment of 'binE' to itself. [selfAssignment]
opus-1.3~beta+20180518/src/analysis.c:743:10: warning: Redundant assignment of 'E' to itself. [selfAssignment]
opus-1.3~beta+20180518/src/analysis.c:906:8: style: The scope of the variable 'offset' can be reduced. [variableScope]
opus-1.3~beta+20180518/src/analysis.c:907:8: style: The scope of the variable 'pcm_len' can be reduced. [variableScope]
opus-1.3~beta+20180518/src/analysis.c:215:52: style: Function 'tonality_analysis_init' argument 1 names different: declaration 'analysis' definition 'tonal'. [funcArgNamesDifferent]
opus-1.3~beta+20180518/src/analysis.h:88:52: note: Function 'tonality_analysis_init' argument 1 names different: declaration 'analysis' definition 'tonal'.
opus-1.3~beta+20180518/src/analysis.c:215:52: note: Function 'tonality_analysis_init' argument 1 names different: declaration 'analysis' definition 'tonal'.
opus-1.3~beta+20180518/src/analysis.c:224:53: style: Function 'tonality_analysis_reset' argument 1 names different: declaration 'analysis' definition 'tonal'. [funcArgNamesDifferent]
opus-1.3~beta+20180518/src/analysis.h:94:53: note: Function 'tonality_analysis_reset' argument 1 names different: declaration 'analysis' definition 'tonal'.
opus-1.3~beta+20180518/src/analysis.c:224:53: note: Function 'tonality_analysis_reset' argument 1 names different: declaration 'analysis' definition 'tonal'.
opus-1.3~beta+20180518/src/opus_compare.c:60:18: style: The scope of the variable 'nread' can be reduced. [variableScope]
opus-1.3~beta+20180518/src/opus_compare.c:65:13: style: Checking if unsigned variable 'nread' is less than zero. [unsignedLessThanZero]
opus-1.3~beta+20180518/src/opus_compare.c:370:16: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
opus-1.3~beta+20180518/src/opus_decoder.c:33:0: error: #error "OPUS_BUILD _MUST_ be defined to build Opus. This probably means you need other defines as well, as in a config.h. See the included build files for details." [preprocessorErrorDirective]
opus-1.3~beta+20180518/src/opus_demo.c:599:38: warning: Either the condition 'max_payload_bytes<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
opus-1.3~beta+20180518/src/opus_demo.c:490:27: note: Assuming that condition 'max_payload_bytes<0' is not redundant
opus-1.3~beta+20180518/src/opus_demo.c:599:38: note: Invalid argument
opus-1.3~beta+20180518/src/opus_encoder.c:957:8: style: The scope of the variable 'tmp_len' can be reduced. [variableScope]
opus-1.3~beta+20180518/src/opus_encoder.c:564:48: style: Function 'downmix_float' argument 2 names different: declaration 'sub' definition 'y'. [funcArgNamesDifferent]
opus-1.3~beta+20180518/src/opus_private.h:139:48: note: Function 'downmix_float' argument 2 names different: declaration 'sub' definition 'y'.
opus-1.3~beta+20180518/src/opus_encoder.c:564:48: note: Function 'downmix_float' argument 2 names different: declaration 'sub' definition 'y'.
opus-1.3~beta+20180518/src/opus_encoder.c:588:46: style: Function 'downmix_int' argument 2 names different: declaration 'sub' definition 'y'. [funcArgNamesDifferent]
opus-1.3~beta+20180518/src/opus_private.h:140:46: note: Function 'downmix_int' argument 2 names different: declaration 'sub' definition 'y'.
opus-1.3~beta+20180518/src/opus_encoder.c:588:46: note: Function 'downmix_int' argument 2 names different: declaration 'sub' definition 'y'.
opus-1.3~beta+20180518/src/opus_multistream_decoder.c:157:8: style: The scope of the variable 'count' can be reduced. [variableScope]
opus-1.3~beta+20180518/src/opus_multistream_encoder.c:350:19: style: The scope of the variable 'mask' can be reduced. [variableScope]
opus-1.3~beta+20180518/src/opus_multistream_encoder.c:996:14: style: The scope of the variable 'i' can be reduced. [variableScope]
opus-1.3~beta+20180518/src/opus_multistream_encoder.c:1016:14: style: The scope of the variable 'i' can be reduced. [variableScope]
opus-1.3~beta+20180518/src/repacketizer.c:281:8: style: The scope of the variable 'count' can be reduced. [variableScope]
opus-1.3~beta+20180518/src/repacketizer_demo.c:140:10: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
opus-1.3~beta+20180518/src/repacketizer_demo.c:138:10: note: Variable 'err' is reassigned a value before the old one has been used.
opus-1.3~beta+20180518/src/repacketizer_demo.c:140:10: note: Variable 'err' is reassigned a value before the old one has been used.
opus-1.3~beta+20180518/src/repacketizer_demo.c:166:0: error: Resource leak: fin [resourceLeak]
opus-1.3~beta+20180518/src/repacketizer_demo.c:166:0: error: Resource leak: fout [resourceLeak]
opus-1.3~beta+20180518/tests/opus_decode_fuzzer.c:78:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
opus-1.3~beta+20180518/tests/opus_encode_regressions.c:295:19: style: The scope of the variable 'data' can be reduced. [variableScope]
opus-1.3~beta+20180518/tests/opus_encode_regressions.c:348:19: style: The scope of the variable 'data' can be reduced. [variableScope]
opus-1.3~beta+20180518/tests/test_opus_encode.c:148:8: style: The scope of the variable 'len' can be reduced. [variableScope]
opus-1.3~beta+20180518/tests/test_opus_encode.c:150:8: style: The scope of the variable 'out_samples' can be reduced. [variableScope]
opus-1.3~beta+20180518/tests/test_opus_encode.c:185:17: style: The scope of the variable 'enc' can be reduced. [variableScope]
opus-1.3~beta+20180518/tests/test_opus_encode.c:186:17: style: The scope of the variable 'dec' can be reduced. [variableScope]
opus-1.3~beta+20180518/tests/test_opus_padding.c:88:12: style: Variable 'tests' is assigned a value that is never used. [unreadVariable]
opus-1.3~beta+20180518/tests/test_opus_padding.c:54:5: error: Memory leak: in [memleak]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/opus-tools/opus-tools_0.1.9.orig.tar.gz
opus-tools-0.1.9/src/audio-in.c:184:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-tools-0.1.9/src/audio-in.c:531:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
opus-tools-0.1.9/src/audio-in.c:106:9: style: The scope of the variable 'size' can be reduced. [variableScope]
opus-tools-0.1.9/src/audio-in.c:152:13: style: The scope of the variable 'seeked' can be reduced. [variableScope]
opus-tools-0.1.9/src/audio-in.c:295:15: style: The scope of the variable 'aiff' can be reduced. [variableScope]
opus-tools-0.1.9/src/audio-in.c:296:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opus-tools-0.1.9/src/audio-in.c:443:14: style: The scope of the variable 'wav' can be reduced. [variableScope]
opus-tools-0.1.9/src/audio-in.c:444:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opus-tools-0.1.9/src/audio-in.c:866:9: style: The scope of the variable 'i' can be reduced. [variableScope]
opus-tools-0.1.9/src/audio-in.c:436:56: style: Function 'wav_open' argument 3 names different: declaration 'buf' definition 'oldbuf'. [funcArgNamesDifferent]
opus-tools-0.1.9/src/opusenc.h:97:56: note: Function 'wav_open' argument 3 names different: declaration 'buf' definition 'oldbuf'.
opus-tools-0.1.9/src/audio-in.c:436:56: note: Function 'wav_open' argument 3 names different: declaration 'buf' definition 'oldbuf'.
opus-tools-0.1.9/src/audio-in.c:316:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
opus-tools-0.1.9/src/audio-in.c:662:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
opus-tools-0.1.9/src/audio-in.c:758:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
opus-tools-0.1.9/src/audio-in.c:875:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
opus-tools-0.1.9/src/diag_range.c:240:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
opus-tools-0.1.9/src/info_opus.c:94:9: style: The scope of the variable 'res' can be reduced. [variableScope]
opus-tools-0.1.9/src/info_opus.c:264:13: style: The scope of the variable 'i' can be reduced. [variableScope]
opus-tools-0.1.9/src/lpc.c:141:12: style: The scope of the variable 'o' can be reduced. [variableScope]
opus-tools-0.1.9/src/lpc.c:141:14: style: The scope of the variable 'p' can be reduced. [variableScope]
opus-tools-0.1.9/src/lpc.c:142:9: style: The scope of the variable 'y' can be reduced. [variableScope]
opus-tools-0.1.9/src/lpc.c:62:47: style: Function 'vorbis_lpc_from_data' argument 2 names different: declaration 'lpc' definition 'lpci'. [funcArgNamesDifferent]
opus-tools-0.1.9/src/lpc.h:22:54: note: Function 'vorbis_lpc_from_data' argument 2 names different: declaration 'lpc' definition 'lpci'.
opus-tools-0.1.9/src/lpc.c:62:47: note: Function 'vorbis_lpc_from_data' argument 2 names different: declaration 'lpc' definition 'lpci'.
opus-tools-0.1.9/src/lpc.c:63:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
opus-tools-0.1.9/src/lpc.c:64:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
opus-tools-0.1.9/src/lpc.c:143:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
opus-tools-0.1.9/src/opus_header.c:138:8: style: The scope of the variable 'i' can be reduced. [variableScope]
opus-tools-0.1.9/src/opus_header.c:221:8: style: The scope of the variable 'i' can be reduced. [variableScope]
opus-tools-0.1.9/src/opus_header.c:136:44: style: Function 'opus_header_parse' argument 1 names different: declaration 'header' definition 'packet'. [funcArgNamesDifferent]
opus-tools-0.1.9/src/opus_header.h:46:44: note: Function 'opus_header_parse' argument 1 names different: declaration 'header' definition 'packet'.
opus-tools-0.1.9/src/opus_header.c:136:44: note: Function 'opus_header_parse' argument 1 names different: declaration 'header' definition 'packet'.
opus-tools-0.1.9/src/opusdec.c:624:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
opus-tools-0.1.9/src/opusdec.c:1024:20: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
opus-tools-0.1.9/src/opusdec.c:1023:20: note: Variable 'ret' is reassigned a value before the old one has been used.
opus-tools-0.1.9/src/opusdec.c:1024:20: note: Variable 'ret' is reassigned a value before the old one has been used.
opus-tools-0.1.9/src/opusdec.c:1026:53: style: Same expression on both sides of '/'. [duplicateExpression]
opus-tools-0.1.9/src/opusdec.c:634:8: style: The scope of the variable 'c' can be reduced. [variableScope]
opus-tools-0.1.9/src/opusdec.c:570:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
opus-tools-0.1.9/src/opusdec.c:571:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
opus-tools-0.1.9/src/opusenc.c:931:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
opus-tools-0.1.9/src/opusenc.c:930:9: note: Variable 'ret' is reassigned a value before the old one has been used.
opus-tools-0.1.9/src/opusenc.c:931:9: note: Variable 'ret' is reassigned a value before the old one has been used.
opus-tools-0.1.9/src/opusinfo.c:112:9: style: The scope of the variable 'remaining' can be reduced. [variableScope]
opus-tools-0.1.9/src/opusinfo.c:852:0: error: Resource leak: file [resourceLeak]
opus-tools-0.1.9/src/opusrtp.c:234:10: style: The scope of the variable 'written' can be reduced. [variableScope]
opus-tools-0.1.9/src/opusrtp.c:260:10: style: The scope of the variable 'written' can be reduced. [variableScope]
opus-tools-0.1.9/src/opusrtp.c:456:7: style: The scope of the variable 'i' can be reduced. [variableScope]
opus-tools-0.1.9/src/opusrtp.c:562:9: style: The scope of the variable 'in_data' can be reduced. [variableScope]
opus-tools-0.1.9/src/opusrtp.c:564:10: style: The scope of the variable 'in_read' can be reduced. [variableScope]
opus-tools-0.1.9/src/opusrtp.c:573:5: error: Resource leak: in [resourceLeak]
opus-tools-0.1.9/src/picture.c:49:12: style: The scope of the variable 's2' can be reduced. [variableScope]
opus-tools-0.1.9/src/picture.c:465:5: error: Resource leak: picture_file [resourceLeak]
opus-tools-0.1.9/src/picture.c:498:3: error: Resource leak: picture_file [resourceLeak]
opus-tools-0.1.9/src/arch.h:65:0: error: #error You now need to define either FIXED_POINT or FLOATING_POINT [preprocessorErrorDirective]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/opusfile/opusfile_0.9+20170913.orig.tar.gz
opusfile-0.9+20170913/src/http.c:3428:31: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
opusfile-0.9+20170913/src/info.c:304:10: warning: Either the condition 'comment==NULL' is redundant or there is possible null pointer dereference: comment. [nullPointerRedundantCheck]
opusfile-0.9+20170913/src/info.c:303:6: note: Assuming that condition 'comment==NULL' is not redundant
opusfile-0.9+20170913/src/info.c:304:10: note: Null pointer dereference
opusfile-0.9+20170913/src/info.c:305:3: warning: Either the condition 'comment==NULL' is redundant or there is possible null pointer dereference: comment. [nullPointerRedundantCheck]
opusfile-0.9+20170913/src/info.c:303:6: note: Assuming that condition 'comment==NULL' is not redundant
opusfile-0.9+20170913/src/info.c:305:3: note: Null pointer dereference
opusfile-0.9+20170913/src/info.c:342:10: warning: Either the condition 'binary_suffix_data==NULL' is redundant or there is possible null pointer dereference: binary_suffix_data. [nullPointerRedundantCheck]
opusfile-0.9+20170913/src/info.c:341:6: note: Assuming that condition 'binary_suffix_data==NULL' is not redundant
opusfile-0.9+20170913/src/info.c:342:10: note: Null pointer dereference
opusfile-0.9+20170913/src/info.c:306:17: warning: Either the condition 'comment==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
opusfile-0.9+20170913/src/info.c:303:6: note: Assuming that condition 'comment==NULL' is not redundant
opusfile-0.9+20170913/src/info.c:306:17: note: Null pointer addition
opusfile-0.9+20170913/src/info.c:120:3: style: Variable 'comment_lengths' is reassigned a value before the old one has been used. [redundantAssignment]
opusfile-0.9+20170913/src/info.c:119:3: note: Variable 'comment_lengths' is reassigned a value before the old one has been used.
opusfile-0.9+20170913/src/info.c:120:3: note: Variable 'comment_lengths' is reassigned a value before the old one has been used.
opusfile-0.9+20170913/src/opusfile.c:1342:0: error: #error "libopus 1.0.1 or later required" [preprocessorErrorDirective]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/ora2pg/ora2pg_18.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/orafce/orafce_3.6.1.orig.tar.gz
orafce-VERSION_3_6_1/aggregate.c:239:31: style: Function 'orafce_float4_cmp' argument 1 names different: declaration 'a' definition '_a'. [funcArgNamesDifferent]
orafce-VERSION_3_6_1/aggregate.c:35:35: note: Function 'orafce_float4_cmp' argument 1 names different: declaration 'a' definition '_a'.
orafce-VERSION_3_6_1/aggregate.c:239:31: note: Function 'orafce_float4_cmp' argument 1 names different: declaration 'a' definition '_a'.
orafce-VERSION_3_6_1/aggregate.c:239:47: style: Function 'orafce_float4_cmp' argument 2 names different: declaration 'b' definition '_b'. [funcArgNamesDifferent]
orafce-VERSION_3_6_1/aggregate.c:35:50: note: Function 'orafce_float4_cmp' argument 2 names different: declaration 'b' definition '_b'.
orafce-VERSION_3_6_1/aggregate.c:239:47: note: Function 'orafce_float4_cmp' argument 2 names different: declaration 'b' definition '_b'.
orafce-VERSION_3_6_1/aggregate.c:319:31: style: Function 'orafce_float8_cmp' argument 1 names different: declaration 'a' definition '_a'. [funcArgNamesDifferent]
orafce-VERSION_3_6_1/aggregate.c:36:35: note: Function 'orafce_float8_cmp' argument 1 names different: declaration 'a' definition '_a'.
orafce-VERSION_3_6_1/aggregate.c:319:31: note: Function 'orafce_float8_cmp' argument 1 names different: declaration 'a' definition '_a'.
orafce-VERSION_3_6_1/aggregate.c:319:47: style: Function 'orafce_float8_cmp' argument 2 names different: declaration 'b' definition '_b'. [funcArgNamesDifferent]
orafce-VERSION_3_6_1/aggregate.c:36:50: note: Function 'orafce_float8_cmp' argument 2 names different: declaration 'b' definition '_b'.
orafce-VERSION_3_6_1/aggregate.c:319:47: note: Function 'orafce_float8_cmp' argument 2 names different: declaration 'b' definition '_b'.
orafce-VERSION_3_6_1/alert.c:69:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
orafce-VERSION_3_6_1/alert.c:248:6: style: The scope of the variable 'i' can be reduced. [variableScope]
orafce-VERSION_3_6_1/alert.c:321:6: style: The scope of the variable '_message_id' can be reduced. [variableScope]
orafce-VERSION_3_6_1/alert.c:420:6: style: The scope of the variable 'i' can be reduced. [variableScope]
orafce-VERSION_3_6_1/alert.c:420:8: style: The scope of the variable 'j' can be reduced. [variableScope]
orafce-VERSION_3_6_1/alert.c:420:10: style: The scope of the variable 'k' can be reduced. [variableScope]
orafce-VERSION_3_6_1/alert.c:563:15: style: The scope of the variable 'ev' can be reduced. [variableScope]
orafce-VERSION_3_6_1/alert.c:599:6: style: The scope of the variable 'i' can be reduced. [variableScope]
orafce-VERSION_3_6_1/charpad.c:54:4: style: The scope of the variable 's2_add_width' can be reduced. [variableScope]
orafce-VERSION_3_6_1/charpad.c:284:4: style: The scope of the variable 's2_add_width' can be reduced. [variableScope]
orafce-VERSION_3_6_1/file.c:316:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
orafce-VERSION_3_6_1/file.c:309:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
orafce-VERSION_3_6_1/file.c:316:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
orafce-VERSION_3_6_1/others.c:139:9: style: The scope of the variable 'size' can be reduced. [variableScope]
orafce-VERSION_3_6_1/pipe.c:235:6: style: The scope of the variable 'i' can be reduced. [variableScope]
orafce-VERSION_3_6_1/pipe.c:483:18: style: The scope of the variable 'shm_msg' can be reduced. [variableScope]
orafce-VERSION_3_6_1/pipe.c:517:8: style: The scope of the variable 'p' can be reduced. [variableScope]
orafce-VERSION_3_6_1/pipe.c:968:8: style: The scope of the variable 'result' can be reduced. [variableScope]
orafce-VERSION_3_6_1/pipe.c:1004:6: style: The scope of the variable 'cycle' can be reduced. [variableScope]
orafce-VERSION_3_6_1/pipe.c:1005:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
orafce-VERSION_3_6_1/plunit.c:197:62: style: Function 'assert_get_message' argument 3 names different: declaration 'default_message' definition 'message'. [funcArgNamesDifferent]
orafce-VERSION_3_6_1/plunit.c:37:75: note: Function 'assert_get_message' argument 3 names different: declaration 'default_message' definition 'message'.
orafce-VERSION_3_6_1/plunit.c:197:62: note: Function 'assert_get_message' argument 3 names different: declaration 'default_message' definition 'message'.
orafce-VERSION_3_6_1/plvlex.c:208:27: error: Expression '__len=VARSIZE(src)-VARHDRSZ,__result=palloc(__len+1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
orafce-VERSION_3_6_1/plvlex.c:208:27: error: Expression '__len=VARSIZE(src)-VARHDRSZ,__result=palloc(__len+1),memcpy(__result,VARDATA(src),__len)' depends on order of evaluation of side effects [unknownEvaluationOrder]
orafce-VERSION_3_6_1/plvstr.c:317:2: style: Variable 'write_spc' is reassigned a value before the old one has been used. [redundantAssignment]
orafce-VERSION_3_6_1/plvstr.c:307:0: note: Variable 'write_spc' is reassigned a value before the old one has been used.
orafce-VERSION_3_6_1/plvstr.c:317:2: note: Variable 'write_spc' is reassigned a value before the old one has been used.
orafce-VERSION_3_6_1/plvstr.c:106:6: style: The scope of the variable 'sz' can be reduced. [variableScope]
orafce-VERSION_3_6_1/plvstr.c:306:7: style: The scope of the variable 'c' can be reduced. [variableScope]
orafce-VERSION_3_6_1/plvstr.c:743:28: style: The scope of the variable 'pat_p' can be reduced. [variableScope]
orafce-VERSION_3_6_1/plvstr.c:799:28: style: The scope of the variable 'pat_p' can be reduced. [variableScope]
orafce-VERSION_3_6_1/plvsubst.c:75:9: style: The scope of the variable 'dims' can be reduced. [variableScope]
orafce-VERSION_3_6_1/plvsubst.c:133:14: style: The scope of the variable 'value' can be reduced. [variableScope]
sqlscan.c:2489:2: warning: Possible null pointer dereference: b [nullPointer]
sqlscan.c:2382:28: note: Calling function 'orafce_sql_yy_init_buffer', 1st argument 'b' value is 0
sqlscan.c:2489:2: note: Null pointer dereference
sqlscan.c:2490:2: warning: Possible null pointer dereference: b [nullPointer]
sqlscan.c:2382:28: note: Calling function 'orafce_sql_yy_init_buffer', 1st argument 'b' value is 0
sqlscan.c:2490:2: note: Null pointer dereference
sqlscan.c:2501:9: warning: Possible null pointer dereference: b [nullPointer]
sqlscan.c:2382:28: note: Calling function 'orafce_sql_yy_init_buffer', 1st argument 'b' value is 0
sqlscan.c:2501:9: note: Null pointer dereference
sqlscan.c:2267:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
sqlscan.c:372:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
sqlscan.c:2267:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
sqlscan.c:2674:59: style: Function 'orafce_sql_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
sqlscan.c:319:58: note: Function 'orafce_sql_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
sqlscan.c:2674:59: note: Function 'orafce_sql_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
sqlscan.c:2687:59: style: Function 'orafce_sql_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
sqlscan.c:320:57: note: Function 'orafce_sql_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
sqlscan.c:2687:59: note: Function 'orafce_sql_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
sqlscan.c:2687:73: style: Function 'orafce_sql_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
sqlscan.c:320:67: note: Function 'orafce_sql_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
sqlscan.c:2687:73: note: Function 'orafce_sql_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
sqlscan.c:2819:35: style: Function 'orafce_sql_yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
sqlscan.c:953:34: note: Function 'orafce_sql_yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
sqlscan.c:2819:35: note: Function 'orafce_sql_yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
orafce-VERSION_3_6_1/varchar2.c:52:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
orafce-VERSION_3_6_1/varchar2.c:51:43: note: outer condition: len>maxlen
orafce-VERSION_3_6_1/varchar2.c:52:11: note: identical inner condition: len>maxlen
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/orage/orage_4.8.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/orange/orange_0.4.orig.tar.gz
liborange-0.4/lib/helper.c:80:3: style: Variable 'output_file' is reassigned a value before the old one has been used. [redundantAssignment]
liborange-0.4/lib/helper.c:73:0: note: Variable 'output_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/helper.c:80:3: note: Variable 'output_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/inno.c:303:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
liborange-0.4/lib/inno.c:414:11: style: The scope of the variable 'S' can be reduced. [variableScope]
liborange-0.4/lib/inno.c:590:12: warning: Size of pointer 'OffsetTable' used instead of size of its data. [pointerSize]
liborange-0.4/lib/inno.c:347:23: portability: 'B' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
liborange-0.4/lib/installshield_sfx.c:59:3: style: Variable 'input_file' is reassigned a value before the old one has been used. [redundantAssignment]
liborange-0.4/lib/installshield_sfx.c:46:0: note: Variable 'input_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/installshield_sfx.c:59:3: note: Variable 'input_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/installshield_sfx.c:135:5: style: Variable 'output_file' is reassigned a value before the old one has been used. [redundantAssignment]
liborange-0.4/lib/installshield_sfx.c:106:0: note: Variable 'output_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/installshield_sfx.c:135:5: note: Variable 'output_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/installshield_sfx.c:320:3: style: Variable 'input_file' is reassigned a value before the old one has been used. [redundantAssignment]
liborange-0.4/lib/installshield_sfx.c:312:0: note: Variable 'input_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/installshield_sfx.c:320:3: note: Variable 'input_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/installshield_sfx.c:230:7: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
liborange-0.4/lib/nullsoft.c:28:3: style: Variable 'input_file' is reassigned a value before the old one has been used. [redundantAssignment]
liborange-0.4/lib/nullsoft.c:19:0: note: Variable 'input_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/nullsoft.c:28:3: note: Variable 'input_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/rsrc.c:186:0: error: Memory leak: entry_name [memleak]
liborange-0.4/lib/separate.c:160:3: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
liborange-0.4/lib/separate.c:151:0: note: Variable 'file' is reassigned a value before the old one has been used.
liborange-0.4/lib/separate.c:160:3: note: Variable 'file' is reassigned a value before the old one has been used.
liborange-0.4/lib/separate.c:258:3: style: Variable 'last' is reassigned a value before the old one has been used. [redundantAssignment]
liborange-0.4/lib/separate.c:254:0: note: Variable 'last' is reassigned a value before the old one has been used.
liborange-0.4/lib/separate.c:258:3: note: Variable 'last' is reassigned a value before the old one has been used.
liborange-0.4/lib/separate.c:34:14: portability: 'p' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
liborange-0.4/lib/squeeze.c:45:3: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
liborange-0.4/lib/squeeze.c:44:0: note: Variable 'basename' is reassigned a value before the old one has been used.
liborange-0.4/lib/squeeze.c:45:3: note: Variable 'basename' is reassigned a value before the old one has been used.
liborange-0.4/lib/squeeze.c:263:3: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
liborange-0.4/lib/squeeze.c:261:0: note: Variable 'basename' is reassigned a value before the old one has been used.
liborange-0.4/lib/squeeze.c:263:3: note: Variable 'basename' is reassigned a value before the old one has been used.
liborange-0.4/lib/squeeze.c:393:17: style: Function 'orange_squeeze_directory' argument 1 names different: declaration 'directory' definition 'dirname'. [funcArgNamesDifferent]
liborange-0.4/lib/liborange.h:59:17: note: Function 'orange_squeeze_directory' argument 1 names different: declaration 'directory' definition 'dirname'.
liborange-0.4/lib/squeeze.c:393:17: note: Function 'orange_squeeze_directory' argument 1 names different: declaration 'directory' definition 'dirname'.
liborange-0.4/lib/suf.c:252:3: style: Variable 'data_file' is reassigned a value before the old one has been used. [redundantAssignment]
liborange-0.4/lib/suf.c:243:0: note: Variable 'data_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/suf.c:252:3: note: Variable 'data_file' is reassigned a value before the old one has been used.
liborange-0.4/lib/suf.c:288:5: style: Variable 'num' is reassigned a value before the old one has been used. [redundantAssignment]
liborange-0.4/lib/suf.c:284:5: note: Variable 'num' is reassigned a value before the old one has been used.
liborange-0.4/lib/suf.c:288:5: note: Variable 'num' is reassigned a value before the old one has been used.
liborange-0.4/lib/suf.c:30:9: style: struct member '_Cookie::input_file' is never used. [unusedStructMember]
liborange-0.4/lib/suf.c:31:9: style: struct member '_Cookie::output_file' is never used. [unusedStructMember]
liborange-0.4/lib/tomtom.c:56:1: error: Memory leak: buffer [memleak]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/orangeassassin/orangeassassin_1.0b.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/orbit2/orbit2_2.14.19.orig.tar.gz
ORBit2-2.14.19/linc2/src/cleanup.c:208:8: style: Variable 'dir' is allocated memory that is never used. [unusedAllocatedMemory]
ORBit2-2.14.19/linc2/test/test-linc.c:100:4: warning: Either the condition 'server==NULL' is redundant or there is possible null pointer dereference: server. [nullPointerRedundantCheck]
ORBit2-2.14.19/linc2/test/test-linc.c:359:19: note: Assuming that condition 'server==NULL' is not redundant
ORBit2-2.14.19/linc2/test/test-linc.c:321:17: note: Calling function 'create_client', 1st argument 'server' value is 0
ORBit2-2.14.19/linc2/test/test-linc.c:100:4: note: Null pointer dereference
ORBit2-2.14.19/linc2/test/test-linc.c:101:4: warning: Either the condition 'server==NULL' is redundant or there is possible null pointer dereference: server. [nullPointerRedundantCheck]
ORBit2-2.14.19/linc2/test/test-linc.c:359:19: note: Assuming that condition 'server==NULL' is not redundant
ORBit2-2.14.19/linc2/test/test-linc.c:321:17: note: Calling function 'create_client', 1st argument 'server' value is 0
ORBit2-2.14.19/linc2/test/test-linc.c:101:4: note: Null pointer dereference
ORBit2-2.14.19/linc2/test/test-linc.c:324:12: warning: Either the condition 'server==NULL' is redundant or there is possible null pointer dereference: server. [nullPointerRedundantCheck]
ORBit2-2.14.19/linc2/test/test-linc.c:359:19: note: Assuming that condition 'server==NULL' is not redundant
ORBit2-2.14.19/linc2/test/test-linc.c:324:12: note: Null pointer dereference
ORBit2-2.14.19/linc2/test/test-linc.c:325:13: warning: Either the condition 'server==NULL' is redundant or there is possible null pointer dereference: server. [nullPointerRedundantCheck]
ORBit2-2.14.19/linc2/test/test-linc.c:359:19: note: Assuming that condition 'server==NULL' is not redundant
ORBit2-2.14.19/linc2/test/test-linc.c:325:13: note: Null pointer dereference
ORBit2-2.14.19/linc2/test/test-linc.c:350:12: warning: Either the condition 'client==NULL' is redundant or there is possible null pointer dereference: client. [nullPointerRedundantCheck]
ORBit2-2.14.19/linc2/test/test-linc.c:354:19: note: Assuming that condition 'client==NULL' is not redundant
ORBit2-2.14.19/linc2/test/test-linc.c:350:12: note: Null pointer dereference
ORBit2-2.14.19/src/idl-compiler/orbit-idl-backend.c:115:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-backend.c:116:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-backend.c:117:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-backend.c:125:8: style: The scope of the variable 'output_filename' can be reduced. [variableScope]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-headers.c:88:2: style: Variable 'fullname' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-headers.c:86:0: note: Variable 'fullname' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-headers.c:88:2: note: Variable 'fullname' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-headers.c:880:22: style: The scope of the variable 'ai' can be reduced. [variableScope]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-headers.c:978:22: style: The scope of the variable 'ai' can be reduced. [variableScope]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-skelimpl.c:134:22: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-skels.c:215:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-typecode.c:19:23: style: Function 'orbit_output_typecode' argument 2 names different: declaration 'ts' definition 'node'. [funcArgNamesDifferent]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-backend.h:41:55: note: Function 'orbit_output_typecode' argument 2 names different: declaration 'ts' definition 'node'.
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-typecode.c:19:23: note: Function 'orbit_output_typecode' argument 2 names different: declaration 'ts' definition 'node'.
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-typecode.c:48:40: style: Function 'orbit_generate_tcstruct_name' argument 1 names different: declaration 'ts' definition 'node'. [funcArgNamesDifferent]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-typecode.c:14:57: note: Function 'orbit_generate_tcstruct_name' argument 1 names different: declaration 'ts' definition 'node'.
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-typecode.c:48:40: note: Function 'orbit_generate_tcstruct_name' argument 1 names different: declaration 'ts' definition 'node'.
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-utils.c:20:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-utils.c:229:8: style: The scope of the variable 'typedef_name' can be reduced. [variableScope]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-utils.c:50:5: style: Variable 'op1' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/src/idl-compiler/orbit-idl-utils.c:42:5: note: Variable 'op1' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/idl-compiler/orbit-idl-utils.c:50:5: note: Variable 'op1' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/idl-compiler/orbit-idl-utils.c:467:26: style: Function 'oidl_param_info' argument 1 names different: declaration 'param' definition 'in_param'. [funcArgNamesDifferent]
ORBit2-2.14.19/src/idl-compiler/orbit-idl2.h:28:31: note: Function 'oidl_param_info' argument 1 names different: declaration 'param' definition 'in_param'.
ORBit2-2.14.19/src/idl-compiler/orbit-idl-utils.c:467:26: note: Function 'oidl_param_info' argument 1 names different: declaration 'param' definition 'in_param'.
ORBit2-2.14.19/src/orb/GIOP/giop-recv-buffer.c:704:2: style: Variable 'tdata' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/src/orb/GIOP/giop-recv-buffer.c:701:0: note: Variable 'tdata' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/GIOP/giop-recv-buffer.c:704:2: note: Variable 'tdata' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/GIOP/giop.c:75:6: style: The scope of the variable 'len' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/GIOP/giop.c:408:14: style: The scope of the variable 'tdata' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/GIOP/giop.c:245:29: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ORBit2-2.14.19/src/orb/orb-core/allocators.c:342:19: style: The scope of the variable 'prefix' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/corba-context.c:29:41: style: Function 'ORBit_Context_free_fn' argument 1 names different: declaration 'ctx' definition 'obj_in'. [funcArgNamesDifferent]
ORBit2-2.14.19/src/orb/orb-core/corba-context.c:16:52: note: Function 'ORBit_Context_free_fn' argument 1 names different: declaration 'ctx' definition 'obj_in'.
ORBit2-2.14.19/src/orb/orb-core/corba-context.c:29:41: note: Function 'ORBit_Context_free_fn' argument 1 names different: declaration 'ctx' definition 'obj_in'.
ORBit2-2.14.19/src/orb/orb-core/corba-env.c:225:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/corba-loc.c:37:2: style: Variable '_prof' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/src/orb/orb-core/corba-loc.c:28:0: note: Variable '_prof' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-loc.c:37:2: note: Variable '_prof' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-loc.c:240:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/src/orb/orb-core/corba-loc.c:237:0: note: Variable 'retval' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-loc.c:240:9: note: Variable 'retval' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-loc.c:246:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/src/orb/orb-core/corba-loc.c:238:0: note: Variable 'buf' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-loc.c:246:2: note: Variable 'buf' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-nvlist.c:48:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/corba-nvlist.c:72:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/corba-object.c:178:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/src/orb/orb-core/corba-object.c:168:0: note: Variable 'retval' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-object.c:178:2: note: Variable 'retval' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-object.c:321:2: style: Variable 'unix_socket_enabled' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/src/orb/orb-core/corba-object.c:315:0: note: Variable 'unix_socket_enabled' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-object.c:321:2: note: Variable 'unix_socket_enabled' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-object.c:322:2: style: Variable 'ipv4_ipv6_enabled' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/src/orb/orb-core/corba-object.c:316:0: note: Variable 'ipv4_ipv6_enabled' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-object.c:322:2: note: Variable 'ipv4_ipv6_enabled' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/corba-orb.c:563:23: style: The scope of the variable 'buf' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/corba-orb.c:567:23: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/corba-orb.c:568:23: style: The scope of the variable 'i' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/corba-typecode.c:1086:22: style: The scope of the variable 'encaps' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/iop-profiles.c:405:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ORBit2-2.14.19/src/orb/orb-core/iop-profiles.c:118:20: style: The scope of the variable 'pi' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/orbhttp.c:713:18: style: Same expression on both sides of '==' because the value of 'redirURL' and 'NULL' are the same. [duplicateExpression]
ORBit2-2.14.19/src/orb/orb-core/orbhttp.c:708:22: note: 'redirURL' is assigned value 'NULL' here.
ORBit2-2.14.19/src/orb/orb-core/orbhttp.c:713:18: note: Same expression on both sides of '==' because the value of 'redirURL' and 'NULL' are the same.
ORBit2-2.14.19/src/orb/orb-core/orbhttp.c:660:9: style: The scope of the variable 's' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/orbhttp.c:877:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/orbhttp.c:878:9: style: The scope of the variable 'len_read' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/orbhttp.c:878:19: style: The scope of the variable 'len' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/orb-core/orbhttp.c:874:30: style: Function 'orb_http_resolve' argument 1 names different: declaration 'url' definition 'URL'. [funcArgNamesDifferent]
ORBit2-2.14.19/src/orb/orb-core/orbhttp.h:4:37: note: Function 'orb_http_resolve' argument 1 names different: declaration 'url' definition 'URL'.
ORBit2-2.14.19/src/orb/orb-core/orbhttp.c:874:30: note: Function 'orb_http_resolve' argument 1 names different: declaration 'url' definition 'URL'.
ORBit2-2.14.19/src/orb/orb-core/orbhttp.c:503:14: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
ORBit2-2.14.19/src/orb/orb-core/orbit-small.c:354:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/src/orb/orb-core/orbit-small.c:351:3: note: Variable 'p' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/orbit-small.c:354:3: note: Variable 'p' is reassigned a value before the old one has been used.
ORBit2-2.14.19/src/orb/orb-core/orbit-small.c:283:22: style: struct member 'OpData::opname' is never used. [unusedStructMember]
ORBit2-2.14.19/src/orb/poa/orbit-adaptor.c:193:16: style: The scope of the variable 'typeid' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/poa/poa.c:1727:44: style: Function 'ORBit_POA_ServantManager_unuse_servant' argument 6 names different: declaration 'servant' definition 'serv'. [funcArgNamesDifferent]
ORBit2-2.14.19/src/orb/poa/poa.c:59:35: note: Function 'ORBit_POA_ServantManager_unuse_servant' argument 6 names different: declaration 'servant' definition 'serv'.
ORBit2-2.14.19/src/orb/poa/poa.c:1727:44: note: Function 'ORBit_POA_ServantManager_unuse_servant' argument 6 names different: declaration 'servant' definition 'serv'.
ORBit2-2.14.19/src/orb/util/genrand.c:131:6: style: The scope of the variable 'n' can be reduced. [variableScope]
ORBit2-2.14.19/src/orb/util/orbit-options.c:217:32: style: Redundant condition: If 'EXPR == '-'', the comparison 'EXPR' is always true. [redundantCondition]
ORBit2-2.14.19/src/orb/util/orbit-options.c:296:10: style: The scope of the variable 'rcfile' can be reduced. [variableScope]
ORBit2-2.14.19/src/services/imodule/orbit-imodule.c:519:8: style: The scope of the variable 'base_cpy' can be reduced. [variableScope]
ORBit2-2.14.19/src/services/imodule/orbit-imodule.c:520:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ORBit2-2.14.19/src/services/name/boot.c:44:16: style: The scope of the variable 'progname' can be reduced. [variableScope]
ORBit2-2.14.19/src/services/name/name-support.c:92:15: style: The scope of the variable 'pos' can be reduced. [variableScope]
ORBit2-2.14.19/test/echo-server.c:48:2: style: Variable 'echo_client' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/echo-server.c:36:0: note: Variable 'echo_client' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/echo-server.c:48:2: note: Variable 'echo_client' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/deadReference.c:42:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/everything/deadReference.c:29:0: note: Variable 'obj' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/deadReference.c:42:2: note: Variable 'obj' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:112:3: style: Variable 'oseq' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/everything/client.c:110:0: note: Variable 'oseq' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:112:3: note: Variable 'oseq' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:151:3: style: Variable 'aseq' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/everything/client.c:148:0: note: Variable 'aseq' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:151:3: note: Variable 'aseq' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:152:3: style: Variable 'bseq' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/everything/client.c:149:0: note: Variable 'bseq' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:152:3: note: Variable 'bseq' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:1522:2: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/everything/client.c:1519:2: note: Variable 'b' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:1522:2: note: Variable 'b' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:1528:2: style: Variable 'bseq' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/everything/client.c:1520:2: note: Variable 'bseq' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:1528:2: note: Variable 'bseq' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:1594:2: style: Variable 'retn' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/everything/client.c:1582:30: note: Variable 'retn' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/client.c:1594:2: note: Variable 'retn' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/everything/contextServer.c:35:20: style: The scope of the variable 'nv' can be reduced. [variableScope]
ORBit2-2.14.19/test/everything/client.c:1640:20: style: The scope of the variable 'foo' can be reduced. [variableScope]
ORBit2-2.14.19/test/everything/client.c:56:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:74:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:179:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:201:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:227:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:245:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:263:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:281:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:299:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:317:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:336:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:377:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:407:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:492:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:526:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:556:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:585:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:614:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:658:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:679:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:703:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:759:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:779:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:836:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:868:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:909:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:966:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1120:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1233:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1252:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1305:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1356:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1378:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1440:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1463:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1481:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1545:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1577:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1644:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1797:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1824:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1829:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1845:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:1969:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:2023:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:2039:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:2050:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:2053:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:2111:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:2156:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:2197:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:2338:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:2386:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/client.c:2675:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ORBit2-2.14.19/test/everything/server.c:503:2: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
ORBit2-2.14.19/test/everything/client.c:765:12: style: Variable 'copy' is assigned a value that is never used. [unreadVariable]
ORBit2-2.14.19/test/everything/client.c:1648:9: style: Variable 'foo' is assigned a value that is never used. [unreadVariable]
ORBit2-2.14.19/test/everything/client.c:1807:14: style: Variable 'test_obj' is assigned a value that is never used. [unreadVariable]
ORBit2-2.14.19/test/everything/client.c:566:13: warning: Comparison of identical string variables. [stringCompare]
ORBit2-2.14.19/test/test-any-client.c:11:28: style: The scope of the variable 'retany_value' can be reduced. [variableScope]
ORBit2-2.14.19/test/test-any-server.c:45:10: style: Variable 'objid' is assigned a value that is never used. [unreadVariable]
ORBit2-2.14.19/test/test-corbaloc.c:102:9: style: Variable 'objref' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/test-corbaloc.c:98:0: note: Variable 'objref' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/test-corbaloc.c:102:9: note: Variable 'objref' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/test-dynany.c:557:8: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
ORBit2-2.14.19/test/test-mem.c:225:9: style: Variable 'poa' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/test-mem.c:205:0: note: Variable 'poa' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/test-mem.c:225:9: note: Variable 'poa' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/test-mem.c:233:2: style: Variable 'poa_manager' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/test-mem.c:206:0: note: Variable 'poa_manager' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/test-mem.c:233:2: note: Variable 'poa_manager' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/test-performance.c:51:15: style: Variable 'str' is allocated memory that is never used. [unusedAllocatedMemory]
ORBit2-2.14.19/test/test1.c:8:8: style: Variable 'orb' is assigned a value that is never used. [unreadVariable]
ORBit2-2.14.19/test/timeout-client.c:91:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/timeout-client.c:87:0: note: Variable 'file' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/timeout-client.c:91:2: note: Variable 'file' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/timeout-client.c:125:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/timeout-client.c:119:0: note: Variable 'obj' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/timeout-client.c:125:2: note: Variable 'obj' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/timeout-server.c:100:2: style: Variable 'orb' is reassigned a value before the old one has been used. [redundantAssignment]
ORBit2-2.14.19/test/timeout-server.c:85:0: note: Variable 'orb' is reassigned a value before the old one has been used.
ORBit2-2.14.19/test/timeout-server.c:100:2: note: Variable 'orb' is reassigned a value before the old one has been used.
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/orbital-eunuchs-sniper/orbital-eunuchs-sniper_1.30+svn20070601.orig.tar.gz
orbital_eunuchs_sniper-1.30/src/binds.cpp:84:48: style: Function 'oeskeymap_load' argument 2 names different: declaration 'bindfile' definition 'fname'. [funcArgNamesDifferent]
orbital_eunuchs_sniper-1.30/src/binds.h:25:48: note: Function 'oeskeymap_load' argument 2 names different: declaration 'bindfile' definition 'fname'.
orbital_eunuchs_sniper-1.30/src/binds.cpp:84:48: note: Function 'oeskeymap_load' argument 2 names different: declaration 'bindfile' definition 'fname'.
orbital_eunuchs_sniper-1.30/src/highscores.cpp:13:28: warning: Function 'oes_fillrect' argument order different: declaration ', x0, y0, x1, y1, color' definition 'screen, x1, y1, x2, y2, color' [funcArgOrderDifferent]
orbital_eunuchs_sniper-1.30/src/snipe2d.h:412:20: note: Function 'oes_fillrect' argument order different: declaration ', x0, y0, x1, y1, color' definition 'screen, x1, y1, x2, y2, color'
orbital_eunuchs_sniper-1.30/src/highscores.cpp:13:28: note: Function 'oes_fillrect' argument order different: declaration ', x0, y0, x1, y1, color' definition 'screen, x1, y1, x2, y2, color'
orbital_eunuchs_sniper-1.30/src/highscores.cpp:100:9: style: Variable 'row' is assigned a value that is never used. [unreadVariable]
orbital_eunuchs_sniper-1.30/src/highscores.cpp:46:27: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
orbital_eunuchs_sniper-1.30/src/highscores.cpp:46:37: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
orbital_eunuchs_sniper-1.30/src/petopt.cpp:113:35: style: Redundant condition: pop->argv[pop->ai][0]=='-'. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
orbital_eunuchs_sniper-1.30/src/petopt.cpp:244:34: style: Redundant condition: If 'EXPR == '\0'', the comparison 'EXPR != '-'' is always true. [redundantCondition]
orbital_eunuchs_sniper-1.30/src/petopt.cpp:533:12: style: The scope of the variable 'len' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/petopt.cpp:649:9: style: The scope of the variable 'i' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/prefs.cpp:184:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
orbital_eunuchs_sniper-1.30/src/prefs.cpp:182:3: note: Variable 'i' is reassigned a value before the old one has been used.
orbital_eunuchs_sniper-1.30/src/prefs.cpp:184:3: note: Variable 'i' is reassigned a value before the old one has been used.
orbital_eunuchs_sniper-1.30/src/prefs.cpp:180:3: style: Variable 's' is assigned a value that is never used. [unreadVariable]
orbital_eunuchs_sniper-1.30/src/render_ai.cpp:51:15: style: The scope of the variable 'x' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/render_ai.cpp:51:25: style: The scope of the variable 'sx' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/sexpr/io.c:87:40: style: Function 'fread_sexp' argument 3 names different: declaration 'fd' definition 'fp'. [funcArgNamesDifferent]
orbital_eunuchs_sniper-1.30/src/sexpr/sexp.h:504:45: note: Function 'fread_sexp' argument 3 names different: declaration 'fd' definition 'fp'.
orbital_eunuchs_sniper-1.30/src/sexpr/io.c:87:40: note: Function 'fread_sexp' argument 3 names different: declaration 'fd' definition 'fp'.
orbital_eunuchs_sniper-1.30/src/sexpr/parser.c:966:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
orbital_eunuchs_sniper-1.30/src/sexpr/parser.c:276:3: style: Variable 'sx' is reassigned a value before the old one has been used. [redundantAssignment]
orbital_eunuchs_sniper-1.30/src/sexpr/parser.c:273:0: note: Variable 'sx' is reassigned a value before the old one has been used.
orbital_eunuchs_sniper-1.30/src/sexpr/parser.c:276:3: note: Variable 'sx' is reassigned a value before the old one has been used.
orbital_eunuchs_sniper-1.30/src/sexpr/parser.c:353:20: style: Function 'cparse_sexp' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
orbital_eunuchs_sniper-1.30/src/sexpr/sexp.h:557:30: note: Function 'cparse_sexp' argument 1 names different: declaration 's' definition 'str'.
orbital_eunuchs_sniper-1.30/src/sexpr/parser.c:353:20: note: Function 'cparse_sexp' argument 1 names different: declaration 's' definition 'str'.
orbital_eunuchs_sniper-1.30/src/sexpr/parser.c:353:43: style: Function 'cparse_sexp' argument 3 names different: declaration 'pc' definition 'lc'. [funcArgNamesDifferent]
orbital_eunuchs_sniper-1.30/src/sexpr/sexp.h:557:51: note: Function 'cparse_sexp' argument 3 names different: declaration 'pc' definition 'lc'.
orbital_eunuchs_sniper-1.30/src/sexpr/parser.c:353:43: note: Function 'cparse_sexp' argument 3 names different: declaration 'pc' definition 'lc'.
orbital_eunuchs_sniper-1.30/src/sexpr/parser.c:333:8: style: Variable 'pc' is assigned a value that is never used. [unreadVariable]
orbital_eunuchs_sniper-1.30/src/sexpr/sexp.c:73:16: style: The scope of the variable 'top' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/sexpr/sexp.c:66:19: style: Function 'print_sexp' argument 1 names different: declaration 'loc' definition 'buf'. [funcArgNamesDifferent]
orbital_eunuchs_sniper-1.30/src/sexpr/sexp.h:476:24: note: Function 'print_sexp' argument 1 names different: declaration 'loc' definition 'buf'.
orbital_eunuchs_sniper-1.30/src/sexpr/sexp.c:66:19: note: Function 'print_sexp' argument 1 names different: declaration 'loc' definition 'buf'.
orbital_eunuchs_sniper-1.30/src/sexpr/sexp.c:66:43: style: Function 'print_sexp' argument 3 names different: declaration 'e' definition 'sx'. [funcArgNamesDifferent]
orbital_eunuchs_sniper-1.30/src/sexpr/sexp.h:476:47: note: Function 'print_sexp' argument 3 names different: declaration 'e' definition 'sx'.
orbital_eunuchs_sniper-1.30/src/sexpr/sexp.c:66:43: note: Function 'print_sexp' argument 3 names different: declaration 'e' definition 'sx'.
orbital_eunuchs_sniper-1.30/src/sexpr/sexp_ops.c:147:7: warning: Either the condition 'cl!=NULL' is redundant or there is possible null pointer dereference: cl. [nullPointerRedundantCheck]
orbital_eunuchs_sniper-1.30/src/sexpr/sexp_ops.c:148:25: note: Assuming that condition 'cl!=NULL' is not redundant
orbital_eunuchs_sniper-1.30/src/sexpr/sexp_ops.c:147:7: note: Null pointer dereference
orbital_eunuchs_sniper-1.30/src/sexpr/sexp_ops.c:42:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:1752:5: style: Variable 'sfc' is reassigned a value before the old one has been used. [redundantAssignment]
orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:1749:0: note: Variable 'sfc' is reassigned a value before the old one has been used.
orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:1752:5: note: Variable 'sfc' is reassigned a value before the old one has been used.
orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:653:15: style: The scope of the variable 'zoomin_snd' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:654:15: style: The scope of the variable 'zoomout_snd' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:655:15: style: The scope of the variable 'boing_snd' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:656:15: style: The scope of the variable 'bgmusic' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:1301:6: style: The scope of the variable 'joyx' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:1301:12: style: The scope of the variable 'joyy' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:1453:7: style: The scope of the variable 'tick' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/snipe2d.cpp:662:17: warning: Obsolete function 'alloca' called. [allocaCalled]
orbital_eunuchs_sniper-1.30/src/ui.cpp:239:19: style: The scope of the variable 'next' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/ui.cpp:256:21: style: The scope of the variable 'temp' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/ui.cpp:502:7: style: The scope of the variable 'chunksize' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/ui.cpp:596:10: style: The scope of the variable 'n' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/ui.cpp:647:19: style: The scope of the variable 'widget' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/ui.cpp:702:11: style: The scope of the variable 'descr' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/ui.cpp:1146:19: style: The scope of the variable 'child' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/ui.cpp:1163:19: style: The scope of the variable 'child' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/ui.cpp:1202:19: style: The scope of the variable 'child' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/ui.cpp:1226:19: style: The scope of the variable 'child' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/ui.cpp:1431:15: style: The scope of the variable 'objtype' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/ui.cpp:1587:7: style: The scope of the variable 'ticks' can be reduced. [variableScope]
orbital_eunuchs_sniper-1.30/src/zooms.cpp:49:15: style: The scope of the variable 'c' can be reduced. [variableScope]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/orc/orc_0.4.28.orig.tar.xz
orc-0.4.28/orc-test/orcarray.c:167:15: style: The scope of the variable 'exp' can be reduced. [variableScope]
orc-0.4.28/orc-test/orcarray.c:187:15: style: The scope of the variable 'x' can be reduced. [variableScope]
orc-0.4.28/orc-test/orcarray.c:118:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:119:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:120:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:121:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:122:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:123:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:124:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:125:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:126:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:127:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:128:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:129:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:130:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:131:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:132:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:133:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:134:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:135:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:136:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:137:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:138:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:139:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:140:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:141:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:142:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:143:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:144:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:145:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:146:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:147:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:148:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcarray.c:149:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
orc-0.4.28/orc-test/orcprofile.c:129:7: style: The scope of the variable 'max_i' can be reduced. [variableScope]
orc-0.4.28/orc-test/orcprofile.c:131:10: style: The scope of the variable 's' can be reduced. [variableScope]
orc-0.4.28/orc-test/orcprofile.c:132:10: style: The scope of the variable 's2' can be reduced. [variableScope]
orc-0.4.28/orc-test/orcprofile.c:134:7: style: The scope of the variable 'n' can be reduced. [variableScope]
orc-0.4.28/orc-test/orctest.c:134:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/orc-test/orctest.c:123:3: note: Variable 'ret' is reassigned a value before the old one has been used.
orc-0.4.28/orc-test/orctest.c:134:3: note: Variable 'ret' is reassigned a value before the old one has been used.
orc-0.4.28/orc-test/orctest.c:251:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/orc-test/orctest.c:246:3: note: Variable 'ret' is reassigned a value before the old one has been used.
orc-0.4.28/orc-test/orctest.c:251:3: note: Variable 'ret' is reassigned a value before the old one has been used.
orc-0.4.28/orc-test/orctest.c:346:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/orc-test/orctest.c:341:3: note: Variable 'ret' is reassigned a value before the old one has been used.
orc-0.4.28/orc-test/orctest.c:346:3: note: Variable 'ret' is reassigned a value before the old one has been used.
orc-0.4.28/orc-test/orctest.c:1133:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/orc-test/orctest.c:1128:3: note: Variable 'ret' is reassigned a value before the old one has been used.
orc-0.4.28/orc-test/orctest.c:1133:3: note: Variable 'ret' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orc.c:38:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
orc-0.4.28/orc/orc.c:36:7: note: outer condition: !inited
orc-0.4.28/orc/orc.c:38:9: note: identical inner condition: !inited
orc-0.4.28/orc/orc.c:38:9: style: Condition '!inited' is always true [knownConditionTrueFalse]
orc-0.4.28/orc/orc.c:36:7: note: Assuming that condition '!inited' is not redundant
orc-0.4.28/orc/orc.c:38:9: note: Condition '!inited' is always true
orc-0.4.28/orc/orcarm.c:736:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
orc-0.4.28/orc/orcbytecode.c:118:26: style: Condition 'var->size>4' is always true [knownConditionTrueFalse]
orc-0.4.28/orc/orcbytecode.c:381:7: style: The scope of the variable 'bc' can be reduced. [variableScope]
orc-0.4.28/orc/orccodemem.c:134:3: error: Common realloc mistake: 'orc_code_regions' nulled but not freed upon failure [memleakOnRealloc]
orc-0.4.28/orc/orccompiler.c:543:20: style: The scope of the variable 'opcode' can be reduced. [variableScope]
orc-0.4.28/orc/orccompiler.c:728:20: style: The scope of the variable 'opcode' can be reduced. [variableScope]
orc-0.4.28/orc/orccpu-x86.c:115:0: error: #error Need get_cpuid() function. [preprocessorErrorDirective]
orc-0.4.28/orc/orcfunctions.c:189:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
orc-0.4.28/orc/orcfunctions.c:187:7: note: outer condition: !p_inited
orc-0.4.28/orc/orcfunctions.c:189:9: note: identical inner condition: !p_inited
orc-0.4.28/orc/orcfunctions.c:286:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
orc-0.4.28/orc/orcfunctions.c:284:7: note: outer condition: !p_inited
orc-0.4.28/orc/orcfunctions.c:286:9: note: identical inner condition: !p_inited
orc-0.4.28/orc/orcfunctions.c:189:9: style: Condition '!p_inited' is always true [knownConditionTrueFalse]
orc-0.4.28/orc/orcfunctions.c:187:7: note: Assuming that condition '!p_inited' is not redundant
orc-0.4.28/orc/orcfunctions.c:189:9: note: Condition '!p_inited' is always true
orc-0.4.28/orc/orcfunctions.c:286:9: style: Condition '!p_inited' is always true [knownConditionTrueFalse]
orc-0.4.28/orc/orcfunctions.c:284:7: note: Assuming that condition '!p_inited' is not redundant
orc-0.4.28/orc/orcfunctions.c:286:9: note: Condition '!p_inited' is always true
orc-0.4.28/orc/orcfunctions.c:161:12: style: The scope of the variable 'var32' can be reduced. [variableScope]
orc-0.4.28/orc/orcfunctions.c:162:12: style: The scope of the variable 'var33' can be reduced. [variableScope]
orc-0.4.28/orc/orcfunctions.c:260:12: style: The scope of the variable 'var33' can be reduced. [variableScope]
orc-0.4.28/orc/orcfunctions.c:50:27: style: union member 'orc_union16::i' is never used. [unusedStructMember]
orc-0.4.28/orc/orcfunctions.c:50:39: style: union member 'orc_union16::x2' is never used. [unusedStructMember]
orc-0.4.28/orc/orcfunctions.c:51:27: style: union member 'orc_union32::i' is never used. [unusedStructMember]
orc-0.4.28/orc/orcfunctions.c:51:36: style: union member 'orc_union32::f' is never used. [unusedStructMember]
orc-0.4.28/orc/orcfunctions.c:51:49: style: union member 'orc_union32::x2' is never used. [unusedStructMember]
orc-0.4.28/orc/orcfunctions.c:51:65: style: union member 'orc_union32::x4' is never used. [unusedStructMember]
orc-0.4.28/orc/orcfunctions.c:52:27: style: union member 'orc_union64::i' is never used. [unusedStructMember]
orc-0.4.28/orc/orcfunctions.c:52:37: style: union member 'orc_union64::f' is never used. [unusedStructMember]
orc-0.4.28/orc/orcfunctions.c:52:50: style: union member 'orc_union64::x2' is never used. [unusedStructMember]
orc-0.4.28/orc/orcfunctions.c:52:63: style: union member 'orc_union64::x2f' is never used. [unusedStructMember]
orc-0.4.28/orc/orcfunctions.c:52:81: style: union member 'orc_union64::x4' is never used. [unusedStructMember]
orc-0.4.28/orc/orcmmx.c:24:22: style: The scope of the variable 'x86_regs' can be reduced. [variableScope]
orc-0.4.28/orc/orcopcodes.c:181:7: style: The scope of the variable 'j' can be reduced. [variableScope]
orc-0.4.28/orc/orcopcodes.c:265:7: style: The scope of the variable 'j' can be reduced. [variableScope]
orc-0.4.28/orc/orcopcodes.c:216:3: error: Common realloc mistake: 'opcode_sets' nulled but not freed upon failure [memleakOnRealloc]
orc-0.4.28/orc/orcparse.c:310:16: style: The scope of the variable 'varname' can be reduced. [variableScope]
orc-0.4.28/orc/orcpowerpc.c:28:22: style: The scope of the variable 'powerpc_regs' can be reduced. [variableScope]
orc-0.4.28/orc/orcpowerpc.c:394:16: style: The scope of the variable 'insn' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-altivec.c:190:20: style: The scope of the variable 'opcode' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-arm.c:370:20: style: The scope of the variable 'opcode' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-c64x-c.c:467:20: style: The scope of the variable 'opcode' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-c64x-c.c:468:12: style: The scope of the variable 'rule' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-mips.c:231:7: style: The scope of the variable 'i' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-mmx.c:1005:7: style: The scope of the variable 'k' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-mmx.c:1007:20: style: The scope of the variable 'opcode' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-mmx.c:1090:20: style: The scope of the variable 'opcode' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-neon.c:740:20: style: The scope of the variable 'opcode' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-sse.c:1053:7: style: The scope of the variable 'k' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-sse.c:1055:20: style: The scope of the variable 'opcode' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram-sse.c:1138:20: style: The scope of the variable 'opcode' can be reduced. [variableScope]
orc-0.4.28/orc/orcprogram.c:839:3: style: Variable 'insn->flags' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/orc/orcprogram.c:834:3: note: Variable 'insn->flags' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcprogram.c:839:3: note: Variable 'insn->flags' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-altivec.c:1163:7: style: The scope of the variable 'tmpc' can be reduced. [variableScope]
orc-0.4.28/orc/orcrules-altivec.c:1164:7: style: The scope of the variable 'tmpc2' can be reduced. [variableScope]
orc-0.4.28/orc/orcrules-arm.c:485:12: style: Condition 'loop>1' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:478:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:485:12: note: Condition 'loop>1' is always false
orc-0.4.28/orc/orcrules-arm.c:531:12: style: Condition 'loop>1' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:524:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:531:12: note: Condition 'loop>1' is always false
orc-0.4.28/orc/orcrules-arm.c:580:12: style: Condition 'loop>1' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:573:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:580:12: note: Condition 'loop>1' is always false
orc-0.4.28/orc/orcrules-arm.c:942:12: style: Condition 'loop==2' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:938:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:942:12: note: Condition 'loop==2' is always false
orc-0.4.28/orc/orcrules-arm.c:957:12: style: Condition 'loop==1' is always true [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:954:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:957:12: note: Condition 'loop==1' is always true
orc-0.4.28/orc/orcrules-arm.c:981:12: style: Condition 'loop==1' is always true [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:973:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:981:12: note: Condition 'loop==1' is always true
orc-0.4.28/orc/orcrules-arm.c:1198:12: style: Condition 'loop==1' is always true [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1196:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1198:12: note: Condition 'loop==1' is always true
orc-0.4.28/orc/orcrules-arm.c:1215:12: style: Condition 'loop==1' is always true [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1213:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1215:12: note: Condition 'loop==1' is always true
orc-0.4.28/orc/orcrules-arm.c:1249:12: style: Condition 'loop==2' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1247:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1249:12: note: Condition 'loop==2' is always false
orc-0.4.28/orc/orcrules-arm.c:1265:12: style: Condition 'loop==2' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1261:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1265:12: note: Condition 'loop==2' is always false
orc-0.4.28/orc/orcrules-arm.c:1280:12: style: Condition 'loop==2' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1276:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1280:12: note: Condition 'loop==2' is always false
orc-0.4.28/orc/orcrules-arm.c:1295:12: style: Condition 'loop==2' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1291:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1295:12: note: Condition 'loop==2' is always false
orc-0.4.28/orc/orcrules-arm.c:1301:12: style: Condition 'loop==2' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1291:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1301:12: note: Condition 'loop==2' is always false
orc-0.4.28/orc/orcrules-arm.c:1316:12: style: Condition 'loop==2' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1312:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1316:12: note: Condition 'loop==2' is always false
orc-0.4.28/orc/orcrules-arm.c:1322:12: style: Condition 'loop==2' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1312:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1322:12: note: Condition 'loop==2' is always false
orc-0.4.28/orc/orcrules-arm.c:1389:12: style: Condition 'loop>1' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1382:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1389:12: note: Condition 'loop>1' is always false
orc-0.4.28/orc/orcrules-arm.c:1416:12: style: Condition 'loop>1' is always false [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1409:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1416:12: note: Condition 'loop>1' is always false
orc-0.4.28/orc/orcrules-arm.c:1474:12: style: Condition 'loop==1' is always true [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1472:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1474:12: note: Condition 'loop==1' is always true
orc-0.4.28/orc/orcrules-arm.c:1496:12: style: Condition 'loop==1' is always true [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1494:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1496:12: note: Condition 'loop==1' is always true
orc-0.4.28/orc/orcrules-arm.c:1514:12: style: Condition 'loop==1' is always true [knownConditionTrueFalse]
orc-0.4.28/orc/orcrules-arm.c:1512:14: note: Assignment 'loop=1', assigned value is 1
orc-0.4.28/orc/orcrules-arm.c:1514:12: note: Condition 'loop==1' is always true
orc-0.4.28/orc/orcrules-arm.c:485:12: style: Same expression on both sides of '>' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:478:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:485:12: note: Same expression on both sides of '>' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-arm.c:531:12: style: Same expression on both sides of '>' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:524:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:531:12: note: Same expression on both sides of '>' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-arm.c:580:12: style: Same expression on both sides of '>' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:573:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:580:12: note: Same expression on both sides of '>' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-arm.c:957:12: style: Same expression on both sides of '==' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:954:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:957:12: note: Same expression on both sides of '==' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-arm.c:981:12: style: Same expression on both sides of '==' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:973:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:981:12: note: Same expression on both sides of '==' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-arm.c:1198:12: style: Same expression on both sides of '==' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:1196:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:1198:12: note: Same expression on both sides of '==' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-arm.c:1215:12: style: Same expression on both sides of '==' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:1213:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:1215:12: note: Same expression on both sides of '==' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-arm.c:1389:12: style: Same expression on both sides of '>' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:1382:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:1389:12: note: Same expression on both sides of '>' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-arm.c:1416:12: style: Same expression on both sides of '>' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:1409:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:1416:12: note: Same expression on both sides of '>' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-arm.c:1474:12: style: Same expression on both sides of '==' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:1472:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:1474:12: note: Same expression on both sides of '==' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-arm.c:1496:12: style: Same expression on both sides of '==' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:1494:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:1496:12: note: Same expression on both sides of '==' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-arm.c:1514:12: style: Same expression on both sides of '==' because the value of 'loop' and '1' are the same. [duplicateExpression]
orc-0.4.28/orc/orcrules-arm.c:1512:14: note: 'loop' is assigned value '1' here.
orc-0.4.28/orc/orcrules-arm.c:1514:12: note: Same expression on both sides of '==' because the value of 'loop' and '1' are the same.
orc-0.4.28/orc/orcrules-mips.c:248:50: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
orc-0.4.28/orc/orcrules-mmx.c:2029:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/orc/orcrules-mmx.c:2027:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-mmx.c:2029:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-mmx.c:2286:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/orc/orcrules-mmx.c:2224:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-mmx.c:2286:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-mmx.c:2308:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/orc/orcrules-mmx.c:2304:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-mmx.c:2308:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-mmx.c:24:7: style: The scope of the variable 'reg' can be reduced. [variableScope]
orc-0.4.28/orc/orcrules-mmx.c:972:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
orc-0.4.28/orc/orcrules-mmx.c:1014:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
orc-0.4.28/orc/orcrules-neon.c:1969:16: style: The scope of the variable 'code' can be reduced. [variableScope]
orc-0.4.28/orc/orcrules-neon.c:1995:16: style: The scope of the variable 'code' can be reduced. [variableScope]
orc-0.4.28/orc/orcrules-neon.c:2301:16: style: The scope of the variable 'code' can be reduced. [variableScope]
orc-0.4.28/orc/orcrules-neon.c:2269:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
orc-0.4.28/orc/orcrules-neon.c:1160:50: style: Function 'orc_neon_emit_loadiq' argument 2 names different: declaration 'dest' definition 'reg'. [funcArgNamesDifferent]
orc-0.4.28/orc/orcrules-neon.c:16:55: note: Function 'orc_neon_emit_loadiq' argument 2 names different: declaration 'dest' definition 'reg'.
orc-0.4.28/orc/orcrules-neon.c:1160:50: note: Function 'orc_neon_emit_loadiq' argument 2 names different: declaration 'dest' definition 'reg'.
orc-0.4.28/orc/orcrules-neon.c:1160:59: style: Function 'orc_neon_emit_loadiq' argument 3 names different: declaration 'param' definition 'value'. [funcArgNamesDifferent]
orc-0.4.28/orc/orcrules-neon.c:16:65: note: Function 'orc_neon_emit_loadiq' argument 3 names different: declaration 'param' definition 'value'.
orc-0.4.28/orc/orcrules-neon.c:1160:59: note: Function 'orc_neon_emit_loadiq' argument 3 names different: declaration 'param' definition 'value'.
orc-0.4.28/orc/orcrules-sse.c:2074:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/orc/orcrules-sse.c:2072:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-sse.c:2074:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-sse.c:2331:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/orc/orcrules-sse.c:2269:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-sse.c:2331:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-sse.c:2353:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/orc/orcrules-sse.c:2349:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-sse.c:2353:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
orc-0.4.28/orc/orcrules-sse.c:24:7: style: The scope of the variable 'reg' can be reduced. [variableScope]
orc-0.4.28/orc/orcrules-sse.c:485:7: style: The scope of the variable 'i' can be reduced. [variableScope]
orc-0.4.28/orc/orcrules-sse.c:972:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
orc-0.4.28/orc/orcrules-sse.c:1014:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
orc-0.4.28/orc/orcsse.c:26:22: style: The scope of the variable 'x86_regs' can be reduced. [variableScope]
orc-0.4.28/orc/orcutils.c:60:15: style: The scope of the variable 'tok' can be reduced. [variableScope]
orc-0.4.28/orc/orcx86.c:27:22: style: The scope of the variable 'x86_regs' can be reduced. [variableScope]
orc-0.4.28/orc/orcx86.c:51:22: style: The scope of the variable 'x86_regs' can be reduced. [variableScope]
orc-0.4.28/orc/orcx86.c:68:22: style: The scope of the variable 'x86_regs' can be reduced. [variableScope]
orc-0.4.28/orc/orcx86.c:85:22: style: The scope of the variable 'x86_regs' can be reduced. [variableScope]
orc-0.4.28/orc/orcx86.c:246:7: style: The scope of the variable 'rex' can be reduced. [variableScope]
orc-0.4.28/orc/orcx86insn.c:830:15: style: The scope of the variable 'xinsn' can be reduced. [variableScope]
orc-0.4.28/orc/orcx86insn.c:917:15: style: The scope of the variable 'xinsn' can be reduced. [variableScope]
orc-0.4.28/tools/orc-bugreport.c:137:3: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/tools/orc-bugreport.c:132:0: note: Variable 'file' is reassigned a value before the old one has been used.
orc-0.4.28/tools/orc-bugreport.c:137:3: note: Variable 'file' is reassigned a value before the old one has been used.
orc-0.4.28/tools/orc-bugreport.c:95:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
orc-0.4.28/tools/orcc.c:1154:26: style: Condition 'var->size>4' is always true [knownConditionTrueFalse]
orc-0.4.28/tools/orcc.c:474:3: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
orc-0.4.28/tools/orcc.c:469:0: note: Variable 'file' is reassigned a value before the old one has been used.
orc-0.4.28/tools/orcc.c:474:3: note: Variable 'file' is reassigned a value before the old one has been used.
orc-0.4.28/tools/orcc.c:1249:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/orca/orca_3.29.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/orca-sops/orca-sops_1.0.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/orcania/orcania_1.2.3.orig.tar.gz
orcania-1.2.3/src/base64.c:86:51: style: The scope of the variable 'tmp' can be reduced. [variableScope]
orcania-1.2.3/src/base64.c:65:12: style: Variable 'line_len' is assigned a value that is never used. [unreadVariable]
orcania-1.2.3/src/orcania.c:138:23: warning: Either the condition 'p2!=NULL' is redundant or there is possible null pointer dereference: p2. [nullPointerRedundantCheck]
orcania-1.2.3/src/orcania.c:135:31: note: Assuming that condition 'p2!=NULL' is not redundant
orcania-1.2.3/src/orcania.c:138:23: note: Null pointer dereference
orcania-1.2.3/src/orcania.c:154:24: warning: Either the condition 'p2!=NULL' is redundant or there is possible null pointer dereference: p2. [nullPointerRedundantCheck]
orcania-1.2.3/src/orcania.c:151:31: note: Assuming that condition 'p2!=NULL' is not redundant
orcania-1.2.3/src/orcania.c:154:24: note: Null pointer dereference
orcania-1.2.3/src/orcania.c:27:10: style: The scope of the variable 'to_return' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:27:30: style: The scope of the variable 'pre' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:27:37: style: The scope of the variable 'next' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:28:10: style: The scope of the variable 'len' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:28:15: style: The scope of the variable 'pre_len' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:77:11: style: The scope of the variable 'argp' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:77:17: style: The scope of the variable 'argp_cpy' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:78:10: style: The scope of the variable 'out_len' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:110:9: style: The scope of the variable 'new_str' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:367:7: style: The scope of the variable 'i' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:405:7: style: The scope of the variable 'i' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:422:7: style: The scope of the variable 'i' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:439:7: style: The scope of the variable 'i' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:456:7: style: The scope of the variable 'i' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:473:7: style: The scope of the variable 'i' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:474:10: style: The scope of the variable 'duplicate_needle' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:474:30: style: The scope of the variable 'trimmed_needle' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:474:48: style: The scope of the variable 'duplicate_value' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:474:67: style: The scope of the variable 'trimmed_value' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:507:10: style: The scope of the variable 'index' can be reduced. [variableScope]
orcania-1.2.3/src/orcania.c:147:39: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
orcania-1.2.3/src/orcania.c:203:39: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
orcania-1.2.3/src/orcania.c:86:18: error: va_list 'argp' was opened but not closed by va_end(). [va_end_missing]
orcania-1.2.3/src/orcania.c:86:18: error: va_list 'argp_cpy' was opened but not closed by va_end(). [va_end_missing]
orcania-1.2.3/test/memory_test.c:26:3: error: Common realloc mistake: 'var' nulled but not freed upon failure [memleakOnRealloc]
orcania-1.2.3/test/str_test.c:180:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
orcania-1.2.3/test/str_test.c:184:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/oregano/oregano_0.70.orig.tar.gz
marc-lorber-oregano-7819c77/intl/bindtextdom.c:155:0: error: Memory leak: new_binding [memleak]
marc-lorber-oregano-7819c77/intl/dcgettext.c:325:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
marc-lorber-oregano-7819c77/intl/hash-string.h:42:0: style: The scope of the variable 'g' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/intl/dcgettext.c:231:27: style: The scope of the variable 'domain' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/intl/l10nflist.c:361:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/intl/loadmsgcat.c:119:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
marc-lorber-oregano-7819c77/intl/loadmsgcat.c:70:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
marc-lorber-oregano-7819c77/intl/loadmsgcat.c:119:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
marc-lorber-oregano-7819c77/intl/loadmsgcat.c:119:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
marc-lorber-oregano-7819c77/intl/loadmsgcat.c:70:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
marc-lorber-oregano-7819c77/intl/loadmsgcat.c:119:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
marc-lorber-oregano-7819c77/intl/localealias.c:254:22: style: The scope of the variable 'alias' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/intl/localealias.c:255:22: style: The scope of the variable 'value' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/clipboard.c:45:17: style: The scope of the variable 'cb_data' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/clipboard.c:74:17: style: The scope of the variable 'data' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/create-wire.c:452:28: warning: Either the condition 'cwc!=NULL' is redundant or there is possible null pointer dereference: cwc. [nullPointerRedundantCheck]
marc-lorber-oregano-7819c77/src/create-wire.c:459:24: note: Assuming that condition 'cwc!=NULL' is not redundant
marc-lorber-oregano-7819c77/src/create-wire.c:452:28: note: Null pointer dereference
marc-lorber-oregano-7819c77/src/create-wire.c:407:3: style: Variable 'intersect' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/create-wire.c:406:3: note: Variable 'intersect' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/create-wire.c:407:3: note: Variable 'intersect' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/create-wire.c:453:16: style: The scope of the variable 'wire2' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/create-wire.c:536:10: style: Variable 'wire1' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/create-wire.c:529:12: style: Variable 'wire2' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/create-wire.c:586:10: style: Variable 'store' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/create-wire.c:585:10: style: Variable 'sheet' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/dialogs.c:68:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/dialogs.c:107:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/engines/engine.c:106:38: style: Function 'oregano_engine_start' argument 1 names different: declaration 'engine' definition 'self'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/engines/engine.h:79:47: note: Function 'oregano_engine_start' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:106:38: note: Function 'oregano_engine_start' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:112:37: style: Function 'oregano_engine_stop' argument 1 names different: declaration 'engine' definition 'self'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/engines/engine.h:80:46: note: Function 'oregano_engine_stop' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:112:37: note: Function 'oregano_engine_stop' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:118:45: style: Function 'oregano_engine_has_warnings' argument 1 names different: declaration 'engine' definition 'self'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/engines/engine.h:81:54: note: Function 'oregano_engine_has_warnings' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:118:45: note: Function 'oregano_engine_has_warnings' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:130:45: style: Function 'oregano_engine_get_progress' argument 1 names different: declaration 'engine' definition 'self'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/engines/engine.h:82:54: note: Function 'oregano_engine_get_progress' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:130:45: note: Function 'oregano_engine_get_progress' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:136:49: style: Function 'oregano_engine_generate_netlist' argument 1 names different: declaration 'engine' definition 'self'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/engines/engine.h:83:58: note: Function 'oregano_engine_generate_netlist' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:136:49: note: Function 'oregano_engine_generate_netlist' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:142:44: style: Function 'oregano_engine_get_results' argument 1 names different: declaration 'engine' definition 'self'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/engines/engine.h:84:53: note: Function 'oregano_engine_get_results' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:142:44: note: Function 'oregano_engine_get_results' argument 1 names different: declaration 'engine' definition 'self'.
marc-lorber-oregano-7819c77/src/engines/engine.c:172:51: style: Function 'oregano_engine_get_analysis_name' argument 1 names different: declaration 'id' definition 'sdat'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/engines/engine.h:87:60: note: Function 'oregano_engine_get_analysis_name' argument 1 names different: declaration 'id' definition 'sdat'.
marc-lorber-oregano-7819c77/src/engines/engine.c:172:51: note: Function 'oregano_engine_get_analysis_name' argument 1 names different: declaration 'id' definition 'sdat'.
marc-lorber-oregano-7819c77/src/engines/gnucap.c:137:18: style: The scope of the variable 'data' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/engines/gnucap.c:196:13: style: The scope of the variable 'so' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/engines/gnucap.c:485:32: style: Function 'oregano_gnucap_new' argument 1 names different: declaration 'sm' definition 'sc'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/engines/gnucap.h:56:47: note: Function 'oregano_gnucap_new' argument 1 names different: declaration 'sm' definition 'sc'.
marc-lorber-oregano-7819c77/src/engines/gnucap.c:485:32: note: Function 'oregano_gnucap_new' argument 1 names different: declaration 'sm' definition 'sc'.
marc-lorber-oregano-7819c77/src/engines/gnucap.c:349:8: style: Unused variable: status [unusedVariable]
marc-lorber-oregano-7819c77/src/engines/netlist.c:69:9: style: The scope of the variable 'part' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/engines/netlist.c:121:8: style: The scope of the variable 'wire' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/engines/netlist.c:185:9: style: The scope of the variable 'prop' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/engines/netlist.c:630:9: style: The scope of the variable 'prop' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/engines/netlist.c:630:16: style: Unused variable: type [unusedVariable]
marc-lorber-oregano-7819c77/src/engines/netlist.c:630:23: style: Unused variable: ac [unusedVariable]
marc-lorber-oregano-7819c77/src/engines/ngspice.c:113:13: style: The scope of the variable 'so' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/engines/ngspice.c:341:33: style: Function 'oregano_ngspice_new' argument 1 names different: declaration 'sm' definition 'sc'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/engines/ngspice.h:56:48: note: Function 'oregano_ngspice_new' argument 1 names different: declaration 'sm' definition 'sc'.
marc-lorber-oregano-7819c77/src/engines/ngspice.c:341:33: note: Function 'oregano_ngspice_new' argument 1 names different: declaration 'sm' definition 'sc'.
marc-lorber-oregano-7819c77/src/engines/ngspice.c:410:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
marc-lorber-oregano-7819c77/src/engines/ngspice.c:258:0: error: Resource leak: fp [resourceLeak]
marc-lorber-oregano-7819c77/src/file.c:373:32: style: Function 'dialog_file_open' argument 1 names different: declaration 'file' definition 'title'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/file.h:40:38: note: Function 'dialog_file_open' argument 1 names different: declaration 'file' definition 'title'.
marc-lorber-oregano-7819c77/src/file.c:373:32: note: Function 'dialog_file_open' argument 1 names different: declaration 'file' definition 'title'.
marc-lorber-oregano-7819c77/src/gplot/gplot.c:202:9: style: The scope of the variable 'label' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/gplot/gplot.c:287:13: style: The scope of the variable 'ndash' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/gplot/gplot.c:288:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/gplot/gplot.c:297:17: style: The scope of the variable 'f' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/gplot/gplot.c:704:17: style: The scope of the variable 'f' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/gplot/gplot.c:347:9: style: Variable 'bbox' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/gplot/gplot.c:400:3: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/load-library.c:135:11: style: The scope of the variable 'library' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/load-library.c:220:50: style: Function 'start_element' argument 2 names different: declaration 'name' definition 'xml_name'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/load-library.c:95:62: note: Function 'start_element' argument 2 names different: declaration 'name' definition 'xml_name'.
marc-lorber-oregano-7819c77/src/load-library.c:220:50: note: Function 'start_element' argument 2 names different: declaration 'name' definition 'xml_name'.
marc-lorber-oregano-7819c77/src/load-library.c:512:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
marc-lorber-oregano-7819c77/src/main.c:124:2: style: Variable 'OreProgram' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/main.c:104:0: note: Variable 'OreProgram' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/main.c:124:2: note: Variable 'OreProgram' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/main.c:111:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/main.c:124:15: style: Variable 'OreProgram' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/model/item-data.c:513:37: style: Function 'item_data_has_properties' argument 1 names different: declaration 'date' definition 'data'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/item-data.h:138:46: note: Function 'item_data_has_properties' argument 1 names different: declaration 'date' definition 'data'.
marc-lorber-oregano-7819c77/src/model/item-data.c:513:37: note: Function 'item_data_has_properties' argument 1 names different: declaration 'date' definition 'data'.
marc-lorber-oregano-7819c77/src/model/node-store.c:256:8: style: The scope of the variable 'node' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:318:8: style: The scope of the variable 'node' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:395:21: style: The scope of the variable 'ipoint' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:644:8: style: The scope of the variable 'part' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:646:9: style: The scope of the variable 'num_pins' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:705:8: style: The scope of the variable 'wire' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:707:9: style: The scope of the variable 'x1' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:707:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:707:17: style: The scope of the variable 'x2' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:707:21: style: The scope of the variable 'y2' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:734:8: style: The scope of the variable 'wire' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:736:9: style: The scope of the variable 'x1' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:736:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:736:17: style: The scope of the variable 'x2' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:736:21: style: The scope of the variable 'y2' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:765:9: style: The scope of the variable 'wire2_x1' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:765:19: style: The scope of the variable 'wire2_y1' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:765:29: style: The scope of the variable 'wire2_x2' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:765:39: style: The scope of the variable 'wire2_y2' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:878:9: style: The scope of the variable 'k' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:1118:12: style: The scope of the variable 'data' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:1161:12: style: The scope of the variable 'data' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:1201:6: style: The scope of the variable 'num_pins' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:1204:8: style: The scope of the variable 'part' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:1205:7: style: The scope of the variable 'pins' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/node-store.c:113:30: style: Function 'node_store_finalize' argument 1 names different: declaration 'self' definition 'object'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/node-store.c:69:45: note: Function 'node_store_finalize' argument 1 names different: declaration 'self' definition 'object'.
marc-lorber-oregano-7819c77/src/model/node-store.c:113:30: note: Function 'node_store_finalize' argument 1 names different: declaration 'self' definition 'object'.
marc-lorber-oregano-7819c77/src/model/node-store.c:179:29: style: Function 'node_store_init' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/node-store.c:58:44: note: Function 'node_store_init' argument 1 names different: declaration 'store' definition 'self'.
marc-lorber-oregano-7819c77/src/model/node-store.c:179:29: note: Function 'node_store_init' argument 1 names different: declaration 'store' definition 'self'.
marc-lorber-oregano-7819c77/src/model/node-store.c:213:43: style: Function 'node_store_get_or_create_node' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/node-store.h:97:50: note: Function 'node_store_get_or_create_node' argument 1 names different: declaration 'store' definition 'self'.
marc-lorber-oregano-7819c77/src/model/node-store.c:213:43: note: Function 'node_store_get_or_create_node' argument 1 names different: declaration 'store' definition 'self'.
marc-lorber-oregano-7819c77/src/model/node-store.c:253:33: style: Function 'node_store_add_part' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/node-store.h:76:39: note: Function 'node_store_add_part' argument 1 names different: declaration 'store' definition 'self'.
marc-lorber-oregano-7819c77/src/model/node-store.c:253:33: note: Function 'node_store_add_part' argument 1 names different: declaration 'store' definition 'self'.
marc-lorber-oregano-7819c77/src/model/node-store.c:316:36: style: Function 'node_store_remove_part' argument 1 names different: declaration 'store' definition 'self'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/node-store.h:77:42: note: Function 'node_store_remove_part' argument 1 names different: declaration 'store' definition 'self'.
marc-lorber-oregano-7819c77/src/model/node-store.c:316:36: note: Function 'node_store_remove_part' argument 1 names different: declaration 'store' definition 'self'.
marc-lorber-oregano-7819c77/src/model/node-store.c:1157:52: style: Function 'node_store_print_items' argument 2 names different: declaration 'opc' definition 'cr'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/node-store.h:94:58: note: Function 'node_store_print_items' argument 2 names different: declaration 'opc' definition 'cr'.
marc-lorber-oregano-7819c77/src/model/node-store.c:1157:52: note: Function 'node_store_print_items' argument 2 names different: declaration 'opc' definition 'cr'.
marc-lorber-oregano-7819c77/src/model/node-store.c:601:7: style: Variable 'x2' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/model/node-store.c:602:7: style: Variable 'y2' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/model/node-store.c:590:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/model/node-store.c:1160:11: style: Unused variable: p1 [unusedVariable]
marc-lorber-oregano-7819c77/src/model/node-store.c:1160:15: style: Unused variable: p2 [unusedVariable]
marc-lorber-oregano-7819c77/src/model/part.c:420:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/part.c:530:20: style: The scope of the variable 'dx' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/part.c:530:24: style: The scope of the variable 'dy' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/part.c:928:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/part.c:364:32: style: Function 'part_has_properties' argument 1 names different: declaration 'part' definition 'item'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/part.c:58:48: note: Function 'part_has_properties' argument 1 names different: declaration 'part' definition 'item'.
marc-lorber-oregano-7819c77/src/model/part.c:364:32: note: Function 'part_has_properties' argument 1 names different: declaration 'part' definition 'item'.
marc-lorber-oregano-7819c77/src/model/part.c:477:36: style: Function 'part_set_pins' argument 2 names different: declaration 'connections' definition 'pins'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/part.h:79:43: note: Function 'part_set_pins' argument 2 names different: declaration 'connections' definition 'pins'.
marc-lorber-oregano-7819c77/src/model/part.c:477:36: note: Function 'part_set_pins' argument 2 names different: declaration 'connections' definition 'pins'.
marc-lorber-oregano-7819c77/src/model/schematic.c:666:17: style: The scope of the variable 'refdes' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/schematic.c:667:6: style: The scope of the variable 'num' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/schematic.c:578:23: style: Function 'schematic_read' argument 1 names different: declaration 'fname' definition 'name'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/schematic.h:119:34: note: Function 'schematic_read' argument 1 names different: declaration 'fname' definition 'name'.
marc-lorber-oregano-7819c77/src/model/schematic.c:578:23: note: Function 'schematic_read' argument 1 names different: declaration 'fname' definition 'name'.
marc-lorber-oregano-7819c77/src/model/schematic.c:578:38: style: Function 'schematic_read' argument 2 names different: declaration 'error' definition 'out_error'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/schematic.h:119:50: note: Function 'schematic_read' argument 2 names different: declaration 'error' definition 'out_error'.
marc-lorber-oregano-7819c77/src/model/schematic.c:578:38: note: Function 'schematic_read' argument 2 names different: declaration 'error' definition 'out_error'.
marc-lorber-oregano-7819c77/src/model/schematic.c:1086:47: style: Function 'schematic_print' argument 2 names different: declaration 'p' definition 'page'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/schematic.h:120:58: note: Function 'schematic_print' argument 2 names different: declaration 'p' definition 'page'.
marc-lorber-oregano-7819c77/src/model/schematic.c:1086:47: note: Function 'schematic_print' argument 2 names different: declaration 'p' definition 'page'.
marc-lorber-oregano-7819c77/src/model/schematic.c:1086:71: style: Function 'schematic_print' argument 3 names different: declaration 's' definition 'settings'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/model/schematic.h:120:79: note: Function 'schematic_print' argument 3 names different: declaration 's' definition 'settings'.
marc-lorber-oregano-7819c77/src/model/schematic.c:1086:71: note: Function 'schematic_print' argument 3 names different: declaration 's' definition 'settings'.
marc-lorber-oregano-7819c77/src/model/schematic.c:92:7: style: union member 'Anonymous0::nr' is never used. [unusedStructMember]
marc-lorber-oregano-7819c77/src/model/schematic.c:93:16: style: struct member 'Anonymous1::min' is never used. [unusedStructMember]
marc-lorber-oregano-7819c77/src/model/schematic.c:93:25: style: struct member 'Anonymous1::max' is never used. [unusedStructMember]
marc-lorber-oregano-7819c77/src/model/schematic.c:552:9: style: Unused variable: log [unusedVariable]
marc-lorber-oregano-7819c77/src/model/schematic.c:985:15: style: Unused variable: layout [unusedVariable]
marc-lorber-oregano-7819c77/src/model/schematic.c:986:24: style: Unused variable: desc [unusedVariable]
marc-lorber-oregano-7819c77/src/model/schematic.c:995:14: style: Variable 'circuit_w' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/model/schematic.c:996:14: style: Variable 'circuit_h' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/model/textbox.c:197:16: style: Variable 'src_textbox' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/model/wire.c:372:20: style: The scope of the variable 'dx' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/wire.c:372:24: style: The scope of the variable 'dy' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/model/wire.c:241:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/model/wire.c:340:13: style: Variable 'src_wire' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/model/wire.c:574:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/netlist-editor.c:166:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
marc-lorber-oregano-7819c77/src/netlist-editor.c:48:10: style: struct member '_NetlistEditorPriv::font' is never used. [unusedStructMember]
marc-lorber-oregano-7819c77/src/netlist-editor.c:161:17: style: Unused variable: engine [unusedVariable]
marc-lorber-oregano-7819c77/src/netlist-editor.c:278:16: style: Unused variable: list [unusedVariable]
marc-lorber-oregano-7819c77/src/part-browser.c:98:8: style: The scope of the variable 'comp1' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/part-browser.c:98:16: style: The scope of the variable 'comp2' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/part-browser.c:141:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/part-browser.c:462:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/part-browser.c:660:31: style: Function 'library_switch_cb' argument 1 names different: declaration 'item' definition 'combo_box'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/part-browser.c:88:43: note: Function 'library_switch_cb' argument 1 names different: declaration 'item' definition 'combo_box'.
marc-lorber-oregano-7819c77/src/part-browser.c:660:31: note: Function 'library_switch_cb' argument 1 names different: declaration 'item' definition 'combo_box'.
marc-lorber-oregano-7819c77/src/part-browser.c:255:10: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/part-browser.c:256:11: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/plot-add-function.c:38:23: style: The scope of the variable 'warning' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/plot-add-function.c:39:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/plot.c:211:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
marc-lorber-oregano-7819c77/src/plot.c:225:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
marc-lorber-oregano-7819c77/src/plot.c:534:2: style: Variable 'analysis' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/plot.c:509:0: note: Variable 'analysis' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/plot.c:534:2: note: Variable 'analysis' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/plot.c:258:9: style: The scope of the variable 'data' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/plot.c:411:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/plot.c:581:9: style: The scope of the variable 'data' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/plot.c:685:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/plot.c:556:9: style: Variable 'list' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/plot.c:730:6: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/plot.c:731:6: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/plot.c:718:2: style: Variable 'format' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/plot.c:708:15: style: Variable 'export_png' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/plot.c:709:14: style: Variable 'export_ps' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/plot.c:690:8: style: Unused variable: error [unusedVariable]
marc-lorber-oregano-7819c77/src/save-schematic.c:94:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:91:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:94:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:98:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:94:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:98:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:102:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:98:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:102:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:131:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:127:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:131:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:135:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:131:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:135:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:152:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:148:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:152:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:156:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:152:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:156:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:160:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:156:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:160:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:163:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:160:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:163:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:167:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:163:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:167:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:171:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:167:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:171:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:175:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/save-schematic.c:171:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:175:2: note: Variable 'child' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/save-schematic.c:67:13: style: The scope of the variable 'so' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/save-schematic.c:320:13: style: Variable 'node_pos' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:2584:8: style: Condition '!got' is always true [knownConditionTrueFalse]
marc-lorber-oregano-7819c77/src/schematic-view.c:2583:10: note: Assignment 'got=0', assigned value is 0
marc-lorber-oregano-7819c77/src/schematic-view.c:2584:8: note: Condition '!got' is always true
marc-lorber-oregano-7819c77/src/schematic-view.c:2591:8: style: Condition 'got' is always false [knownConditionTrueFalse]
marc-lorber-oregano-7819c77/src/schematic-view.c:2583:10: note: Assignment 'got=0', assigned value is 0
marc-lorber-oregano-7819c77/src/schematic-view.c:2591:8: note: Condition 'got' is always false
marc-lorber-oregano-7819c77/src/schematic-view.c:546:2: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/schematic-view.c:544:0: note: Variable 'manager' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/schematic-view.c:546:2: note: Variable 'manager' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/schematic-view.c:2574:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
marc-lorber-oregano-7819c77/src/schematic-view.c:467:13: style: The scope of the variable 'new_sm' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/schematic-view.c:468:17: style: The scope of the variable 'new_sv' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/schematic-view.c:649:13: style: The scope of the variable 'item' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/schematic-view.c:2425:13: style: The scope of the variable 'w' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/schematic-view.c:2426:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/schematic-view.c:2562:8: style: The scope of the variable 'node' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/schematic-view.c:2563:19: style: The scope of the variable 'item' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/schematic-view.c:332:2: style: Variable 'fc' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:311:17: style: Unused variable: spinw [unusedVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:311:25: style: Unused variable: spinh [unusedVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:405:16: style: Variable 'uri' is not assigned a value. [unassignedVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:436:16: style: Unused variable: mime [unusedVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:438:18: style: Unused variable: item [unusedVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:514:13: style: Unused variable: menuitem [unusedVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:994:7: style: Variable 'sm' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:1179:12: style: Variable 'orig_key' is not assigned a value. [unassignedVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:1451:10: style: Variable 'store' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:1452:10: style: Variable 'sheet' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:2613:13: style: Variable 'item' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/schematic-view.c:491:9: error: Uninitialized variable: new_sv [uninitvar]
marc-lorber-oregano-7819c77/src/settings.c:70:14: style: Variable 'model_dir' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/settings.c:78:16: style: Variable 'library_dir' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/settings.c:91:16: style: Variable 'engine_path' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/settings.c:86:25: style: Variable 'has_changed' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/settings.c:90:18: style: Variable 'engine_id' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/settings.c:160:18: style: Variable 'engine_id' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/settings.c:162:9: style: Unused variable: fname [unusedVariable]
marc-lorber-oregano-7819c77/src/settings.c:162:17: style: Unused variable: library_dir [unusedVariable]
marc-lorber-oregano-7819c77/src/settings.c:162:31: style: Unused variable: model_dir [unusedVariable]
marc-lorber-oregano-7819c77/src/settings.c:163:17: style: Unused variable: libentry [unusedVariable]
marc-lorber-oregano-7819c77/src/settings.c:164:11: style: Unused variable: library [unusedVariable]
marc-lorber-oregano-7819c77/src/settings.c:229:18: style: Unused variable: engine [unusedVariable]
marc-lorber-oregano-7819c77/src/sheet/grid.c:343:7: style: The scope of the variable 'm' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/grid.c:249:33: style: Function 'grid_show' argument 2 names different: declaration 'snap' definition 'show'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/grid.h:55:38: note: Function 'grid_show' argument 2 names different: declaration 'snap' definition 'show'.
marc-lorber-oregano-7819c77/src/sheet/grid.c:249:33: note: Function 'grid_show' argument 2 names different: declaration 'snap' definition 'show'.
marc-lorber-oregano-7819c77/src/sheet/grid.c:356:29: style: Function 'grid_draw' argument 1 names different: declaration 'grid' definition 'canvas'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/grid.c:64:41: note: Function 'grid_draw' argument 1 names different: declaration 'grid' definition 'canvas'.
marc-lorber-oregano-7819c77/src/sheet/grid.c:356:29: note: Function 'grid_draw' argument 1 names different: declaration 'grid' definition 'canvas'.
marc-lorber-oregano-7819c77/src/sheet/grid.c:163:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sheet/node-item.c:76:17: style: Variable 'object_class' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:460:19: style: The scope of the variable 'canvas_item' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:490:19: style: The scope of the variable 'canvas_item' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:536:9: style: The scope of the variable 'prop_name' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:537:15: style: The scope of the variable 'prop_value' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:538:13: style: The scope of the variable 'w' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:571:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:701:19: style: The scope of the variable 'msg' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:864:9: style: The scope of the variable 'affine_scale' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:871:19: style: The scope of the variable 'canvas_item' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:969:19: style: The scope of the variable 'canvas_item' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:975:9: style: The scope of the variable 'affine_rotate' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:976:9: style: The scope of the variable 'affine_scale' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:1047:9: style: The scope of the variable 'affine_scale' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:1053:19: style: The scope of the variable 'canvas_item' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:1203:19: style: The scope of the variable 'canvas_item' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:1234:19: style: The scope of the variable 'canvas_item' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:1463:19: style: The scope of the variable 'canvas_item' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:1505:19: style: The scope of the variable 'canvas_item' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:216:38: style: Function 'part_item_class_init' argument 1 names different: declaration 'klass' definition 'part_item_class'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:53:49: note: Function 'part_item_class_init' argument 1 names different: declaration 'klass' definition 'part_item_class'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:216:38: note: Function 'part_item_class_init' argument 1 names different: declaration 'klass' definition 'part_item_class'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:287:27: style: Function 'part_item_init' argument 1 names different: declaration 'gspart' definition 'item'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:54:38: note: Function 'part_item_init' argument 1 names different: declaration 'gspart' definition 'item'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:287:27: note: Function 'part_item_init' argument 1 names different: declaration 'gspart' definition 'item'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:303:48: style: Function 'part_item_set_property' argument 2 names different: declaration 'prop_id' definition 'propety_id'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:90:60: note: Function 'part_item_set_property' argument 2 names different: declaration 'prop_id' definition 'propety_id'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:303:48: note: Function 'part_item_set_property' argument 2 names different: declaration 'prop_id' definition 'propety_id'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:304:14: style: Function 'part_item_set_property' argument 4 names different: declaration 'spec' definition 'pspec'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:91:35: note: Function 'part_item_set_property' argument 4 names different: declaration 'spec' definition 'pspec'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:304:14: note: Function 'part_item_set_property' argument 4 names different: declaration 'spec' definition 'pspec'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:317:48: style: Function 'part_item_get_property' argument 2 names different: declaration 'prop_id' definition 'propety_id'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:88:60: note: Function 'part_item_get_property' argument 2 names different: declaration 'prop_id' definition 'propety_id'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:317:48: note: Function 'part_item_get_property' argument 2 names different: declaration 'prop_id' definition 'propety_id'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:318:14: style: Function 'part_item_get_property' argument 4 names different: declaration 'spec' definition 'pspec'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:89:29: note: Function 'part_item_get_property' argument 4 names different: declaration 'spec' definition 'pspec'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:318:14: note: Function 'part_item_get_property' argument 4 names different: declaration 'spec' definition 'pspec'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:455:33: style: Function 'update_canvas_labels' argument 1 names different: declaration 'part_item' definition 'item'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:65:45: note: Function 'update_canvas_labels' argument 1 names different: declaration 'part_item' definition 'item'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:455:33: note: Function 'update_canvas_labels' argument 1 names different: declaration 'part_item' definition 'item'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:485:40: style: Function 'part_item_update_node_label' argument 1 names different: declaration 'part' definition 'item'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/part-item.h:67:47: note: Function 'part_item_update_node_label' argument 1 names different: declaration 'part' definition 'item'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:485:40: note: Function 'part_item_update_node_label' argument 1 names different: declaration 'part' definition 'item'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:861:62: style: Function 'part_rotated_callback' argument 3 names different: declaration 'item' definition 'sheet_item'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:73:74: note: Function 'part_rotated_callback' argument 3 names different: declaration 'item' definition 'sheet_item'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:861:62: note: Function 'part_rotated_callback' argument 3 names different: declaration 'item' definition 'sheet_item'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:1154:71: style: Function 'part_item_signal_connect_floating_group' argument 2 names different: declaration 'schematic_view' definition 'sv'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/part-item.h:64:19: note: Function 'part_item_signal_connect_floating_group' argument 2 names different: declaration 'schematic_view' definition 'sv'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:1154:71: note: Function 'part_item_signal_connect_floating_group' argument 2 names different: declaration 'schematic_view' definition 'sv'.
marc-lorber-oregano-7819c77/src/sheet/part-item.c:313:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:327:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:510:7: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:578:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sheet/part-item.c:651:13: style: Variable 'response' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sheet/sheet-item.c:1112:24: style: The scope of the variable 'clone' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/sheet-item.c:137:40: style: Function 'sheet_item_class_init' argument 1 names different: declaration 'klass' definition 'sheet_item_class'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/sheet-item.c:40:53: note: Function 'sheet_item_class_init' argument 1 names different: declaration 'klass' definition 'sheet_item_class'.
marc-lorber-oregano-7819c77/src/sheet/sheet-item.c:137:40: note: Function 'sheet_item_class_init' argument 1 names different: declaration 'klass' definition 'sheet_item_class'.
marc-lorber-oregano-7819c77/src/sheet/sheet-item.c:1056:33: style: Function 'sheet_item_reparent' argument 1 names different: declaration 'item' definition 'object'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/sheet-item.h:98:42: note: Function 'sheet_item_reparent' argument 1 names different: declaration 'item' definition 'object'.
marc-lorber-oregano-7819c77/src/sheet/sheet-item.c:1056:33: note: Function 'sheet_item_reparent' argument 1 names different: declaration 'item' definition 'object'.
marc-lorber-oregano-7819c77/src/sheet/sheet.c:92:31: style: Function 'sheet_class_init' argument 1 names different: declaration 'klass' definition 'sheet_class'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/sheet.c:39:43: note: Function 'sheet_class_init' argument 1 names different: declaration 'klass' definition 'sheet_class'.
marc-lorber-oregano-7819c77/src/sheet/sheet.c:92:31: note: Function 'sheet_class_init' argument 1 names different: declaration 'klass' definition 'sheet_class'.
marc-lorber-oregano-7819c77/src/sheet/sheet.c:419:39: style: Function 'sheet_scroll' argument 2 names different: declaration 'dx' definition 'delta_x'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/sheet.h:79:47: note: Function 'sheet_scroll' argument 2 names different: declaration 'dx' definition 'delta_x'.
marc-lorber-oregano-7819c77/src/sheet/sheet.c:419:39: note: Function 'sheet_scroll' argument 2 names different: declaration 'dx' definition 'delta_x'.
marc-lorber-oregano-7819c77/src/sheet/sheet.c:419:52: style: Function 'sheet_scroll' argument 3 names different: declaration 'dy' definition 'delta_y'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/sheet.h:79:55: note: Function 'sheet_scroll' argument 3 names different: declaration 'dy' definition 'delta_y'.
marc-lorber-oregano-7819c77/src/sheet/sheet.c:419:52: note: Function 'sheet_scroll' argument 3 names different: declaration 'dy' definition 'delta_y'.
marc-lorber-oregano-7819c77/src/sheet/sheet.c:98:17: style: Variable 'widget_class' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sheet/sheet.c:207:11: style: Variable 'window' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:388:24: style: The scope of the variable 'font' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:634:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:153:44: style: Function 'textbox_item_class_init' argument 1 names different: declaration 'klass' definition 'textbox_item_class'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:53:56: note: Function 'textbox_item_class_init' argument 1 names different: declaration 'klass' definition 'textbox_item_class'.
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:153:44: note: Function 'textbox_item_class_init' argument 1 names different: declaration 'klass' definition 'textbox_item_class'.
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:159:17: style: Variable 'object_class' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:389:20: style: Unused variable: font_metric [unusedVariable]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:390:6: style: Unused variable: width [unusedVariable]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:391:6: style: Unused variable: rbearing [unusedVariable]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:392:6: style: Unused variable: lbearing [unusedVariable]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:393:6: style: Unused variable: ascent [unusedVariable]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:393:14: style: Unused variable: descent [unusedVariable]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:617:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sheet/textbox-item.c:646:9: style: Variable 'msg' is allocated memory that is never used. [unusedAllocatedMemory]
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:175:2: style: Variable 'wire_item' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:173:0: note: Variable 'wire_item' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:175:2: note: Variable 'wire_item' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:188:2: style: Variable 'wire_item' is reassigned a value before the old one has been used. [redundantAssignment]
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:186:0: note: Variable 'wire_item' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:188:2: note: Variable 'wire_item' is reassigned a value before the old one has been used.
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:339:9: style: The scope of the variable 'dx' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:339:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:135:38: style: Function 'wire_item_class_init' argument 1 names different: declaration 'klass' definition 'wire_item_class'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:47:50: note: Function 'wire_item_class_init' argument 1 names different: declaration 'klass' definition 'wire_item_class'.
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:135:38: note: Function 'wire_item_class_init' argument 1 names different: declaration 'klass' definition 'wire_item_class'.
marc-lorber-oregano-7819c77/src/sheet/wire-item.c:141:17: style: Variable 'object_class' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sim-settings.c:139:13: style: The scope of the variable 'so' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sim-settings.c:748:6: style: The scope of the variable 'i' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/sim-settings.c:1040:40: style: Function 'sim_settings_get_options' argument 1 names different: declaration 'sim_settings' definition 's'. [funcArgNamesDifferent]
marc-lorber-oregano-7819c77/src/sim-settings.h:164:47: note: Function 'sim_settings_get_options' argument 1 names different: declaration 'sim_settings' definition 's'.
marc-lorber-oregano-7819c77/src/sim-settings.c:1040:40: note: Function 'sim_settings_get_options' argument 1 names different: declaration 'sim_settings' definition 's'.
marc-lorber-oregano-7819c77/src/sim-settings.c:46:13: style: struct member '_SimSettingsPriv::w_main' is never used. [unusedStructMember]
marc-lorber-oregano-7819c77/src/sim-settings.c:76:9: style: struct member '_SimSettingsPriv::four_freq' is never used. [unusedStructMember]
marc-lorber-oregano-7819c77/src/sim-settings.c:77:9: style: struct member '_SimSettingsPriv::four_vout' is never used. [unusedStructMember]
marc-lorber-oregano-7819c77/src/sim-settings.c:282:16: style: Variable 'step_enable' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/sim-settings.c:1057:15: style: Variable 'tmp_list' is assigned a value that is never used. [unreadVariable]
marc-lorber-oregano-7819c77/src/simulation.c:190:13: style: The scope of the variable 'dialog' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/simulation.c:191:6: style: The scope of the variable 'answer' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/splash.c:52:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
marc-lorber-oregano-7819c77/src/splash.c:49:12: style: Unused variable: img [unusedVariable]
marc-lorber-oregano-7819c77/src/splash.c:51:13: style: Unused variable: logo [unusedVariable]
marc-lorber-oregano-7819c77/src/splash.c:103:6: style: Unused variable: i [unusedVariable]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/org-bullets/org-bullets_0.2.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/org-mode/org-mode_9.1.13+dfsg.orig.tar.xz
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/ori/ori_0.8.1+ds1.orig.tar.xz
ori-0.8.1/libdiffmerge/diff.c:1332:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ori-0.8.1/libdiffmerge/diff.c:1328:10: note: outer condition: iEX>iSX
ori-0.8.1/libdiffmerge/diff.c:1332:12: note: identical inner condition: iEX>iSX
ori-0.8.1/libdiffmerge/diff.c:130:20: style: The scope of the variable 'k' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/diff.c:131:19: style: The scope of the variable 'h2' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/diff.c:225:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/diff.c:293:7: style: The scope of the variable 'm' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/diff.c:940:7: style: The scope of the variable 'm' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/diff.c:1175:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/diff.c:1424:7: style: The scope of the variable 'cpy' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/diff.c:1424:12: style: The scope of the variable 'del' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/diff.c:1424:17: style: The scope of the variable 'ins' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/encode.c:232:13: style: The scope of the variable 'j' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/encode.c:232:16: style: The scope of the variable 'c' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/encode.c:368:16: style: The scope of the variable 'd' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/file.c:944:20: style: Redundant condition: If 'EXPR >= 'a'', the comparison 'EXPR' is always true. [redundantCondition]
ori-0.8.1/libdiffmerge/file.c:810:5: style: Variable 'zPwd' is reassigned a value before the old one has been used. [redundantAssignment]
ori-0.8.1/libdiffmerge/file.c:808:5: note: Variable 'zPwd' is reassigned a value before the old one has been used.
ori-0.8.1/libdiffmerge/file.c:810:5: note: Variable 'zPwd' is reassigned a value before the old one has been used.
ori-0.8.1/libdiffmerge/file.c:942:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/file.c:575:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ori-0.8.1/libdiffmerge/merge3.c:433:9: style: Condition 'zGMerge' is always false [knownConditionTrueFalse]
ori-0.8.1/libdiffmerge/merge3.c:432:15: note: Assignment 'zGMerge=NULL', assigned value is 0
ori-0.8.1/libdiffmerge/merge3.c:433:9: note: Condition 'zGMerge' is always false
ori-0.8.1/libdiffmerge/printf.c:205:7: style: The scope of the variable 'width' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/printf.c:206:10: style: The scope of the variable 'flag_leftjustify' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/printf.c:207:10: style: The scope of the variable 'flag_plussign' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/printf.c:208:10: style: The scope of the variable 'flag_blanksign' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/printf.c:209:10: style: The scope of the variable 'flag_alternateform' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/printf.c:210:10: style: The scope of the variable 'flag_altform2' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/printf.c:211:10: style: The scope of the variable 'flag_zeropad' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/printf.c:214:10: style: The scope of the variable 'done' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/printf.c:221:10: style: The scope of the variable 'xtype' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/printf.c:400:16: style: The scope of the variable 'x' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/printf.c:632:22: style: The scope of the variable 'ch' can be reduced. [variableScope]
ori-0.8.1/libdiffmerge/printf.c:827:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
ori-0.8.1/libfastlz/6pack.c:635:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ori-0.8.1/libfastlz/6unpack.c:146:29: style: Function 'unpack_file' argument 1 names different: declaration 'archive_file' definition 'input_file'. [funcArgNamesDifferent]
ori-0.8.1/libfastlz/6unpack.c:55:29: note: Function 'unpack_file' argument 1 names different: declaration 'archive_file' definition 'input_file'.
ori-0.8.1/libfastlz/6unpack.c:146:29: note: Function 'unpack_file' argument 1 names different: declaration 'archive_file' definition 'input_file'.
ori-0.8.1/libori/evbufstream.h:27:5: style: Class 'evbufstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ori-0.8.1/libori/evbufstream.h:41:5: style: Class 'evbufwstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ori-0.8.1/libori/fchunker.cc:109:5: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ori-0.8.1/libori/fchunker.cc:109:5: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ori-0.8.1/libori/fchunker.h:32:10: performance: Technically the member function 'FChunker::chunk' can be static. [functionStatic]
ori-0.8.1/libori/fchunker.h:46:28: note: Technically the member function 'FChunker::chunk' can be static.
ori-0.8.1/libori/fchunker.h:32:10: note: Technically the member function 'FChunker::chunk' can be static.
ori-0.8.1/libori/fchunker.cc:42:2: style: Class 'TestCB' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ori-0.8.1/libori/fchunker.cc:42:2: style: Class 'TestCB' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ori-0.8.1/libori/fchunker.cc:38:5: style: Class 'TestCB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ori-0.8.1/libori/fchunker.cc:61:18: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ori-0.8.1/libori/chunker.h:24:18: note: Virtual function in base class
ori-0.8.1/libori/fchunker.cc:61:18: note: Function in derived class
ori-0.8.1/libori/fchunker.cc:74:17: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ori-0.8.1/libori/chunker.h:30:17: note: Virtual function in base class
ori-0.8.1/libori/fchunker.cc:74:17: note: Function in derived class
ori-0.8.1/libori/fchunker.cc:47:2: error: Mismatching allocation and deallocation: TestCB::buf [mismatchAllocDealloc]
ori-0.8.1/libori/httpclient.cc:145:21: style: C-style pointer casting [cstyleCast]
ori-0.8.1/libori/httpclient.cc:89:12: style: Unused variable: id [unusedVariable]
ori-0.8.1/libori/httpclient.cc:90:12: style: Unused variable: version [unusedVariable]
ori-0.8.1/libori/httpclient.cc:91:12: style: Unused variable: headRev [unusedVariable]
ori-0.8.1/libori/httpclient.cc:280:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/httpserver.cc:272:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/index.cc:169:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/index.cc:183:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/index.cc:239:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/largeblob.cc:234:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/largeblob.cc:265:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/largeblob.cc:315:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/largeblob.cc:349:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/largeblob.cc:96:5: warning: Member variable 'FileChunkerCB::srcFd' is not initialized in the constructor. [uninitMemberVar]
ori-0.8.1/libori/largeblob.cc:96:5: warning: Member variable 'FileChunkerCB::fileLen' is not initialized in the constructor. [uninitMemberVar]
ori-0.8.1/libori/largeblob.cc:96:5: warning: Member variable 'FileChunkerCB::fileOff' is not initialized in the constructor. [uninitMemberVar]
ori-0.8.1/libori/largeblob.cc:96:5: warning: Member variable 'FileChunkerCB::bufLen' is not initialized in the constructor. [uninitMemberVar]
ori-0.8.1/libori/largeblob.cc:96:5: style: Class 'FileChunkerCB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ori-0.8.1/libori/tuneables.h:40:0: error: #error "Please select one hash algorithm." [preprocessorErrorDirective]
ori-0.8.1/libori/localrepo.cc:1041:9: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ori-0.8.1/libori/localrepo.cc:1168:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ori-0.8.1/libori/localrepo.cc:1168:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ori-0.8.1/libori/localrepo.cc:796:31: style: C-style pointer casting [cstyleCast]
ori-0.8.1/libori/localrepo.cc:1956:7: style: The scope of the variable 'success' can be reduced. [variableScope]
ori-0.8.1/libori/localrepo.cc:68:12: style: Unused variable: objDir [unusedVariable]
ori-0.8.1/libori/localrepo.cc:575:12: style: Unused variable: refPath [unusedVariable]
ori-0.8.1/libori/localrepo.cc:283:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:693:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:710:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:820:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:872:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:957:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:972:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1146:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1157:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1191:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1231:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1243:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1287:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1305:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1437:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1444:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1521:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1543:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1557:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1620:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1636:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1673:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1722:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1732:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1765:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1799:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1896:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1908:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1996:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:2016:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/localrepo.cc:1949:9: performance: Variable 'srcPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ori-0.8.1/libori/localrepo.cc:990:5: style: Struct 'MultiPullOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ori-0.8.1/libori/localrepo.cc:264:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ori-0.8.1/libori/localrepo.cc:274:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ori-0.8.1/libori/metadatalog.cc:250:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/metadatalog.cc:264:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/metadatalog.cc:275:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/metadatalog.cc:300:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/metadatalog.cc:312:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/metadatalog.cc:318:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/peer.cc:76:18: style: Unused variable: ss [unusedVariable]
ori-0.8.1/libori/remoterepo.cc:71:11: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/libori/rkchunker.cc:105:5: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ori-0.8.1/libori/rkchunker.cc:105:5: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ori-0.8.1/libori/rkchunker.h:28:10: style: Technically the member function 'RKChunker::chunk' can be const. [functionConst]
ori-0.8.1/libori/rkchunker.h:65:35: note: Technically the member function 'RKChunker::chunk' can be const.
ori-0.8.1/libori/rkchunker.h:28:10: note: Technically the member function 'RKChunker::chunk' can be const.
ori-0.8.1/libori/rkchunker.cc:39:2: style: Class 'TestCB' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ori-0.8.1/libori/rkchunker.cc:39:2: style: Class 'TestCB' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ori-0.8.1/libori/rkchunker.cc:35:5: style: Class 'TestCB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ori-0.8.1/libori/rkchunker.cc:58:18: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ori-0.8.1/libori/chunker.h:24:18: note: Virtual function in base class
ori-0.8.1/libori/rkchunker.cc:58:18: note: Function in derived class
ori-0.8.1/libori/rkchunker.cc:70:17: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ori-0.8.1/libori/chunker.h:30:17: note: Virtual function in base class
ori-0.8.1/libori/rkchunker.cc:70:17: note: Function in derived class
ori-0.8.1/libori/rkchunker.cc:44:2: error: Mismatching allocation and deallocation: TestCB::buf [mismatchAllocDealloc]
ori-0.8.1/libori/snapshotindex.cc:126:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/sshclient.cc:235:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ori-0.8.1/libori/sshclient.cc:219:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/sshrepo.cc:193:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/tree.cc:97:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/tree.cc:212:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/tree.cc:234:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/tree.cc:301:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/tree.cc:350:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/tree.cc:375:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/tree.cc:416:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:66:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:89:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:168:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:317:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:484:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:509:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:520:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:635:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:661:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:675:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:689:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/treediff.cc:874:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/udsclient.cc:180:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ori-0.8.1/libori/udsclient.cc:165:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/udsclient.cc:190:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/udsrepo.cc:207:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/udsserver.cc:83:9: style: The scope of the variable 'client' can be reduced. [variableScope]
ori-0.8.1/libori/udsserver.cc:130:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/udsserver.cc:159:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/udsserver.cc:302:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/udsserver.cc:396:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/varlink.cc:83:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/libori/varlink.cc:115:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/liboriutil/debug.cc:169:9: style: Condition '!thrown' is always true [knownConditionTrueFalse]
ori-0.8.1/liboriutil/debug.cc:257:9: portability: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ori-0.8.1/liboriutil/kvserializer.cc:335:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/liboriutil/kvserializer.cc:367:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/liboriutil/tuneables.h:28:0: error: #error "Please select one hash algorithm." [preprocessorErrorDirective]
ori-0.8.1/liboriutil/stopwatch.cc:31:0: error: #error "UNSUPPORTED OS" [preprocessorErrorDirective]
ori-0.8.1/liboriutil/thread_posix.cc:160:0: error: #error "Thread: platform not supported" [preprocessorErrorDirective]
ori-0.8.1/ori/cmd_addkey.cc:65:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/ori/cmd_diff.cc:45:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ori-0.8.1/ori/cmd_filelog.cc:66:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/ori/cmd_findheads.cc:38:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/ori/cmd_list.cc:56:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/ori/cmd_listkeys.cc:44:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/ori/cmd_setkey.cc:65:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/ori/server.cc:175:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/ori/server.cc:39:12: warning: Member variable 'SshServer::udsClient' is not initialized in the constructor. [uninitMemberVar]
ori-0.8.1/ori/server.cc:39:12: warning: Member variable 'SshServer::repo' is not initialized in the constructor. [uninitMemberVar]
ori-0.8.1/ori/server.h:17:10: performance: Technically the member function 'SshServer::cmd_hello' can be static. [functionStatic]
ori-0.8.1/ori/server.cc:156:12: note: Technically the member function 'SshServer::cmd_hello' can be static.
ori-0.8.1/ori/server.h:17:10: note: Technically the member function 'SshServer::cmd_hello' can be static.
ori-0.8.1/ori/server.cc:67:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/oridbg/cmd_addkey.cc:65:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/oridbg/cmd_branches.cc:36:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/cmd_dumpobj.cc:73:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/cmd_filelog.cc:66:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/cmd_findheads.cc:38:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/cmd_listkeys.cc:44:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/cmd_listobj.cc:36:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/cmd_log.cc:60:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/cmd_refcount.cc:43:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/cmd_remote.cc:49:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/cmd_setkey.cc:65:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/oridbg/cmd_snapshots.cc:40:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/cmd_stats.cc:47:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/cmd_verify.cc:39:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/server.cc:174:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oridbg/server.cc:39:12: warning: Member variable 'SshServer::udsClient' is not initialized in the constructor. [uninitMemberVar]
ori-0.8.1/oridbg/server.cc:39:12: warning: Member variable 'SshServer::repo' is not initialized in the constructor. [uninitMemberVar]
ori-0.8.1/oridbg/server.h:17:10: performance: Technically the member function 'SshServer::cmd_hello' can be static. [functionStatic]
ori-0.8.1/oridbg/server.cc:155:12: note: Technically the member function 'SshServer::cmd_hello' can be static.
ori-0.8.1/oridbg/server.h:17:10: note: Technically the member function 'SshServer::cmd_hello' can be static.
ori-0.8.1/oridbg/server.cc:67:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/logging.cc:48:15: error: va_list 'vl' was opened but not closed by va_end(). [va_end_missing]
ori-0.8.1/orifs/oricmd.cc:164:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oricmd.cc:191:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oricmd.cc:383:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oricmd.cc:433:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oricmd.cc:498:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.h:101:5: warning: Member variable 'OriDir::dirty' is not initialized in the constructor. [uninitMemberVar]
ori-0.8.1/orifs/oricmd.h:39:17: performance: Technically the member function 'OriCommand::cmd_version' can be static. [functionStatic]
ori-0.8.1/orifs/oricmd.cc:509:13: note: Technically the member function 'OriCommand::cmd_version' can be static.
ori-0.8.1/orifs/oricmd.h:39:17: note: Technically the member function 'OriCommand::cmd_version' can be static.
ori-0.8.1/orifs/oripriv.h:114:10: style: Technically the member function 'OriDir::isEmpty' can be const. [functionConst]
ori-0.8.1/orifs/oripriv.h:117:10: style: Technically the member function 'OriDir::isDirty' can be const. [functionConst]
ori-0.8.1/orifs/oricmd.h:25:5: style: Class 'OriCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ori-0.8.1/orifs/orifuse.cc:975:18: style: The scope of the variable 'info' can be reduced. [variableScope]
ori-0.8.1/orifs/orifuse.cc:650:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/orifuse.cc:696:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/orifuse.cc:726:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/orifuse.cc:740:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/orifuse.cc:1276:5: warning: The buffer 'fuse_mntpt' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ori-0.8.1/orifs/orifuse.cc:1231:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ori-0.8.1/orifs/orifuse.cc:1249:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ori-0.8.1/orifs/orifuse.cc:143:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:180:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:210:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:250:11: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:313:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:366:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:616:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:736:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:746:11: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:855:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:891:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:928:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:965:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:1247:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/orifuse.cc:135:13: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
ori-0.8.1/orifs/oripriv.cc:1412:17: style: Condition '!mergeSuccess' is always true [knownConditionTrueFalse]
ori-0.8.1/orifs/oripriv.cc:1402:33: note: Assignment 'mergeSuccess=false', assigned value is 0
ori-0.8.1/orifs/oripriv.cc:1412:17: note: Condition '!mergeSuccess' is always true
ori-0.8.1/orifs/oripriv.cc:1654:12: style: C-style pointer casting [cstyleCast]
ori-0.8.1/orifs/oripriv.cc:1562:21: style: The scope of the variable 'dir' can be reduced. [variableScope]
ori-0.8.1/orifs/oripriv.cc:60:38: style: Function 'loadAttr' argument 1 names different: declaration 'attr' definition 'attrs'. [funcArgNamesDifferent]
ori-0.8.1/orifs/oripriv.h:82:34: note: Function 'loadAttr' argument 1 names different: declaration 'attr' definition 'attrs'.
ori-0.8.1/orifs/oripriv.cc:60:38: note: Function 'loadAttr' argument 1 names different: declaration 'attr' definition 'attrs'.
ori-0.8.1/orifs/oripriv.cc:95:33: style: Function 'storeAttr' argument 1 names different: declaration 'attr' definition 'attrs'. [funcArgNamesDifferent]
ori-0.8.1/orifs/oripriv.h:83:29: note: Function 'storeAttr' argument 1 names different: declaration 'attr' definition 'attrs'.
ori-0.8.1/orifs/oripriv.cc:95:33: note: Function 'storeAttr' argument 1 names different: declaration 'attr' definition 'attrs'.
ori-0.8.1/orifs/oripriv.cc:895:26: style: Variable 'objPath' is assigned a value that is never used. [unreadVariable]
ori-0.8.1/orifs/oripriv.cc:733:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:838:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:894:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:904:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:980:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:991:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:999:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:1042:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:1058:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:1067:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:1089:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:1101:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:1125:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:1140:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:1145:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:1259:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:1550:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.cc:1614:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orifs/oripriv.h:158:33: style: Technically the member function 'OriPriv::getTemp' can be const. [functionConst]
ori-0.8.1/orifs/oripriv.cc:257:10: note: Technically the member function 'OriPriv::getTemp' can be const.
ori-0.8.1/orifs/oripriv.h:158:33: note: Technically the member function 'OriPriv::getTemp' can be const.
ori-0.8.1/orifs/oripriv.h:180:16: style: Technically the member function 'OriPriv::getTip' can be const. [functionConst]
ori-0.8.1/orifs/oripriv.cc:804:10: note: Technically the member function 'OriPriv::getTip' can be const.
ori-0.8.1/orifs/oripriv.h:180:16: note: Technically the member function 'OriPriv::getTip' can be const.
ori-0.8.1/orifs/oripriv.cc:127:5: style: Class 'OriPriv' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ori-0.8.1/orifs/oripriv.cc:127:5: style: Class 'OriPriv' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ori-0.8.1/orifs/oripriv.cc:1556:11: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/oripriv.cc:1569:15: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/oripriv.cc:1627:11: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orifs/oripriv.cc:1116:20: error: Iterator 'pit' used after element has been erased. [eraseDereference]
ori-0.8.1/orifs/oripriv.cc:1101:5: note: Iterator 'pit' used after element has been erased.
ori-0.8.1/orifs/oripriv.cc:1116:20: note: Iterator 'pit' used after element has been erased.
ori-0.8.1/orilocal/cmd_addkey.cc:65:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orilocal/cmd_branches.cc:36:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orilocal/cmd_checkout.cc:116:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orilocal/cmd_checkout.cc:138:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orilocal/cmd_filelog.cc:66:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orilocal/cmd_findheads.cc:38:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orilocal/cmd_list.cc:56:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orilocal/cmd_listkeys.cc:44:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orilocal/cmd_log.cc:60:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orilocal/cmd_remote.cc:49:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orilocal/cmd_setkey.cc:65:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orilocal/cmd_snapshots.cc:40:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orilocal/server.cc:174:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orilocal/server.cc:39:12: warning: Member variable 'SshServer::udsClient' is not initialized in the constructor. [uninitMemberVar]
ori-0.8.1/orilocal/server.cc:39:12: warning: Member variable 'SshServer::repo' is not initialized in the constructor. [uninitMemberVar]
ori-0.8.1/orilocal/server.h:17:10: performance: Technically the member function 'SshServer::cmd_hello' can be static. [functionStatic]
ori-0.8.1/orilocal/server.cc:155:12: note: Technically the member function 'SshServer::cmd_hello' can be static.
ori-0.8.1/orilocal/server.h:17:10: note: Technically the member function 'SshServer::cmd_hello' can be static.
ori-0.8.1/orilocal/server.cc:67:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/oris3/oris3.cc:133:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oris3/oris3.cc:145:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/oris3/s3backup.cc:134:24: style: C-style pointer casting [cstyleCast]
ori-0.8.1/oris3/s3backup.cc:173:24: style: C-style pointer casting [cstyleCast]
ori-0.8.1/oris3/s3backup.cc:218:24: style: C-style pointer casting [cstyleCast]
ori-0.8.1/oris3/s3backup.cc:125:5: style: Struct '_getDataData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ori-0.8.1/oris3/s3backup.cc:210:5: style: Struct '_putFileData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ori-0.8.1/orisync/cmd_hosts.cc:35:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orisync/cmd_list.cc:35:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orisync/orisyncconf.cc:161:18: style: Unused variable: ss [unusedVariable]
ori-0.8.1/orisync/orisyncconf.cc:170:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orisync/orisyncconf.cc:176:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orisync/repocontrol.h:31:17: style: Technically the member function 'RepoControl::getPath' can be const. [functionConst]
ori-0.8.1/orisync/repocontrol.cc:79:14: note: Technically the member function 'RepoControl::getPath' can be const.
ori-0.8.1/orisync/repocontrol.h:31:17: note: Technically the member function 'RepoControl::getPath' can be const.
ori-0.8.1/orisync/repocontrol.h:36:17: performance: Technically the member function 'RepoControl::push' can be static. [functionStatic]
ori-0.8.1/orisync/repocontrol.cc:175:14: note: Technically the member function 'RepoControl::push' can be static.
ori-0.8.1/orisync/repocontrol.h:36:17: note: Technically the member function 'RepoControl::push' can be static.
ori-0.8.1/orisync/repocontrol.h:27:5: style: Class 'RepoControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ori-0.8.1/orisync/repocontrol.cc:46:7: style: Exception should be caught by reference. [catchExceptionByValue]
ori-0.8.1/orisync/server.cc:202:14: style: The scope of the variable 'srcip' can be reduced. [variableScope]
ori-0.8.1/orisync/hostinfo.h:43:55: style: Unused variable: it [unusedVariable]
ori-0.8.1/orisync/hostinfo.h:64:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orisync/hostinfo.h:103:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orisync/server.cc:252:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orisync/server.cc:322:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orisync/server.cc:366:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orisync/server.cc:370:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orisync/server.cc:388:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ori-0.8.1/orisync/repoinfo.h:25:15: performance: Variable 'repoId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ori-0.8.1/orisync/repoinfo.h:26:15: performance: Variable 'path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ori-0.8.1/orisync/hostinfo.h:25:15: performance: Variable 'hostId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ori-0.8.1/orisync/hostinfo.h:26:15: performance: Variable 'cluster' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ori-0.8.1/orisync/repoinfo.h:30:17: style: Technically the member function 'RepoInfo::getRepoId' can be const. [functionConst]
ori-0.8.1/orisync/repoinfo.h:36:17: style: Technically the member function 'RepoInfo::getHead' can be const. [functionConst]
ori-0.8.1/orisync/repoinfo.h:39:17: style: Technically the member function 'RepoInfo::getPath' can be const. [functionConst]
ori-0.8.1/orisync/hostinfo.h:77:17: style: Technically the member function 'HostInfo::getHost' can be const. [functionConst]
ori-0.8.1/orisync/hostinfo.h:80:17: style: Technically the member function 'HostInfo::getHostId' can be const. [functionConst]
ori-0.8.1/orisync/server.cc:242:11: style: Exception should be caught by reference. [catchExceptionByValue]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/origami/origami_1.2.7+really0.7.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/origami-pdf/origami-pdf_2.0.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/original-awk/original-awk_2012-12-20.orig.tar.gz
b.c:957:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
b.c:470:9: style: The scope of the variable 'ns' can be reduced. [variableScope]
b.c:351:4: error: Common realloc mistake: 'setvec' nulled but not freed upon failure [memleakOnRealloc]
b.c:352:4: error: Common realloc mistake: 'tmpset' nulled but not freed upon failure [memleakOnRealloc]
b.c:392:4: error: Common realloc mistake: 'setvec' nulled but not freed upon failure [memleakOnRealloc]
b.c:393:4: error: Common realloc mistake: 'tmpset' nulled but not freed upon failure [memleakOnRealloc]
b.c:861:3: error: Common realloc mistake: 'setvec' nulled but not freed upon failure [memleakOnRealloc]
b.c:862:3: error: Common realloc mistake: 'tmpset' nulled but not freed upon failure [memleakOnRealloc]
b.c:883:7: error: Common realloc mistake: 'setvec' nulled but not freed upon failure [memleakOnRealloc]
b.c:884:7: error: Common realloc mistake: 'tmpset' nulled but not freed upon failure [memleakOnRealloc]
lex.c:172:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lex.c:439:6: style: The scope of the variable 'cond' can be reduced. [variableScope]
lex.c:439:17: style: The scope of the variable 'mid' can be reduced. [variableScope]
lex.c:462:16: portability: Undefined behaviour, when 'n' is -1 the pointer arithmetic 'keywords+n' is out of bounds. [pointerOutOfBounds]
lex.c:180:3: error: Memory leak: buf [memleak]
lex.c:184:3: error: Memory leak: buf [memleak]
lib.c:89:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lib.c:369:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lib.c:467:12: style: The scope of the variable 'p' can be reduced. [variableScope]
lib.c:615:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lib.c:187:20: style: Function 'readrec' argument 1 names different: declaration 'buf' definition 'pbuf'. [funcArgNamesDifferent]
proto.h:121:27: note: Function 'readrec' argument 1 names different: declaration 'buf' definition 'pbuf'.
lib.c:187:20: note: Function 'readrec' argument 1 names different: declaration 'buf' definition 'pbuf'.
lib.c:187:31: style: Function 'readrec' argument 2 names different: declaration 'bufsize' definition 'pbufsize'. [funcArgNamesDifferent]
proto.h:121:37: note: Function 'readrec' argument 2 names different: declaration 'bufsize' definition 'pbufsize'.
lib.c:187:31: note: Function 'readrec' argument 2 names different: declaration 'bufsize' definition 'pbufsize'.
lib.c:408:3: error: Common realloc mistake: 'fldtab' nulled but not freed upon failure [memleakOnRealloc]
main.c:111:25: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
main.c:108:19: note: outer condition: argv[1][2]!=0
main.c:111:25: note: identical inner condition: argv[1][2]!=0
main.c:81:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
main.c:187:6: style: The scope of the variable 'c' can be reduced. [variableScope]
maketab.c:116:9: style: The scope of the variable 'n' can be reduced. [variableScope]
maketab.c:134:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
maketab.c:167:0: error: Resource leak: fp [resourceLeak]
parse.c:187:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
proctab.c:200:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
run.c:1603:4: warning: Redundant assignment of 'n' to itself. [selfAssignment]
run.c:1604:4: warning: Redundant assignment of 'a' to itself. [selfAssignment]
run.c:1718:4: warning: Redundant assignment of 'n' to itself. [selfAssignment]
run.c:140:10: style: The scope of the variable 'proc' can be reduced. [variableScope]
run.c:396:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
run.c:399:6: style: The scope of the variable 'mode' can be reduced. [variableScope]
run.c:454:12: style: The scope of the variable 'y' can be reduced. [variableScope]
run.c:455:8: style: The scope of the variable 's' can be reduced. [variableScope]
run.c:494:12: style: The scope of the variable 'y' can be reduced. [variableScope]
run.c:496:8: style: The scope of the variable 's' can be reduced. [variableScope]
run.c:532:8: style: The scope of the variable 'x' can be reduced. [variableScope]
run.c:535:8: style: The scope of the variable 's' can be reduced. [variableScope]
run.c:574:12: style: The scope of the variable 'y' can be reduced. [variableScope]
run.c:575:12: style: The scope of the variable 't' can be reduced. [variableScope]
run.c:577:6: style: The scope of the variable 'pfa' can be reduced. [variableScope]
run.c:649:11: style: The scope of the variable 'j' can be reduced. [variableScope]
run.c:693:7: style: The scope of the variable 'i' can be reduced. [variableScope]
run.c:966:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
run.c:1001:12: style: The scope of the variable 'y' can be reduced. [variableScope]
run.c:1381:8: style: The scope of the variable 'x' can be reduced. [variableScope]
run.c:1401:8: style: The scope of the variable 'x' can be reduced. [variableScope]
run.c:1474:12: style: The scope of the variable 'y' can be reduced. [variableScope]
run.c:1480:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
run.c:1578:8: style: The scope of the variable 'y' can be reduced. [variableScope]
run.c:1775:20: style: The scope of the variable 'q' can be reduced. [variableScope]
run.c:95:19: style: Function 'adjbuf' argument 1 names different: declaration 'pb' definition 'pbuf'. [funcArgNamesDifferent]
proto.h:144:26: note: Function 'adjbuf' argument 1 names different: declaration 'pb' definition 'pbuf'.
run.c:95:19: note: Function 'adjbuf' argument 1 names different: declaration 'pb' definition 'pbuf'.
run.c:95:30: style: Function 'adjbuf' argument 2 names different: declaration 'sz' definition 'psiz'. [funcArgNamesDifferent]
proto.h:144:35: note: Function 'adjbuf' argument 2 names different: declaration 'sz' definition 'psiz'.
run.c:95:30: note: Function 'adjbuf' argument 2 names different: declaration 'sz' definition 'psiz'.
run.c:95:40: style: Function 'adjbuf' argument 3 names different: declaration 'min' definition 'minlen'. [funcArgNamesDifferent]
proto.h:144:43: note: Function 'adjbuf' argument 3 names different: declaration 'min' definition 'minlen'.
run.c:95:40: note: Function 'adjbuf' argument 3 names different: declaration 'min' definition 'minlen'.
run.c:95:52: style: Function 'adjbuf' argument 4 names different: declaration 'q' definition 'quantum'. [funcArgNamesDifferent]
proto.h:144:52: note: Function 'adjbuf' argument 4 names different: declaration 'q' definition 'quantum'.
run.c:95:52: note: Function 'adjbuf' argument 4 names different: declaration 'q' definition 'quantum'.
run.c:95:68: style: Function 'adjbuf' argument 5 names different: declaration 'pbp' definition 'pbptr'. [funcArgNamesDifferent]
proto.h:144:62: note: Function 'adjbuf' argument 5 names different: declaration 'pbp' definition 'pbptr'.
run.c:95:68: note: Function 'adjbuf' argument 5 names different: declaration 'pbp' definition 'pbptr'.
run.c:96:14: style: Function 'adjbuf' argument 6 names different: declaration 'what' definition 'whatrtn'. [funcArgNamesDifferent]
proto.h:144:79: note: Function 'adjbuf' argument 6 names different: declaration 'what' definition 'whatrtn'.
run.c:96:14: note: Function 'adjbuf' argument 6 names different: declaration 'what' definition 'whatrtn'.
tran.c:123:8: style: The scope of the variable 'p' can be reduced. [variableScope]
tran.c:283:6: style: The scope of the variable 'fldno' can be reduced. [variableScope]
tran.c:320:6: style: The scope of the variable 'fldno' can be reduced. [variableScope]
tran.c:367:7: style: The scope of the variable 's' can be reduced. [variableScope]
/n/fs/fac/bwk/awk/awkgram.y:380:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
[14:32]

ftp://ftp.se.debian.org/debian/pool/main/o/orocos-bfl/orocos-bfl_0.8.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/orocos-kdl/orocos-kdl_1.4.0.orig.tar.gz
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:619:50: style: Function 'Integrate' argument 2 names different: declaration 'frequency' definition 'samplefrequency'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:645:55: note: Function 'Integrate' argument 2 names different: declaration 'frequency' definition 'samplefrequency'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:619:50: note: Function 'Integrate' argument 2 names different: declaration 'frequency' definition 'samplefrequency'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1122:35: style: Function 'diff' argument 1 names different: declaration 'p_w_a' definition 'a'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:1143:35: note: Function 'diff' argument 1 names different: declaration 'p_w_a' definition 'a'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1122:35: note: Function 'diff' argument 1 names different: declaration 'p_w_a' definition 'a'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1122:51: style: Function 'diff' argument 2 names different: declaration 'p_w_b' definition 'b'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:1143:55: note: Function 'diff' argument 2 names different: declaration 'p_w_b' definition 'b'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1122:51: note: Function 'diff' argument 2 names different: declaration 'p_w_b' definition 'b'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1141:35: style: Function 'diff' argument 1 names different: declaration 'W_a_p1' definition 'a'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:1195:35: note: Function 'diff' argument 1 names different: declaration 'W_a_p1' definition 'a'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1141:35: note: Function 'diff' argument 1 names different: declaration 'W_a_p1' definition 'a'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1141:51: style: Function 'diff' argument 2 names different: declaration 'W_a_p2' definition 'b'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:1195:56: note: Function 'diff' argument 2 names different: declaration 'W_a_p2' definition 'b'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1141:51: note: Function 'diff' argument 2 names different: declaration 'W_a_p2' definition 'b'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1149:39: style: Function 'addDelta' argument 1 names different: declaration 'p_w_a' definition 'a'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:1204:39: note: Function 'addDelta' argument 1 names different: declaration 'p_w_a' definition 'a'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1149:39: note: Function 'addDelta' argument 1 names different: declaration 'p_w_a' definition 'a'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1149:54: style: Function 'addDelta' argument 2 names different: declaration 'p_w_da' definition 'da'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:1204:59: note: Function 'addDelta' argument 2 names different: declaration 'p_w_da' definition 'da'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1149:54: note: Function 'addDelta' argument 2 names different: declaration 'p_w_da' definition 'da'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1153:43: style: Function 'addDelta' argument 1 names different: declaration 'R_w_a' definition 'a'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:1218:43: note: Function 'addDelta' argument 1 names different: declaration 'R_w_a' definition 'a'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1153:43: note: Function 'addDelta' argument 1 names different: declaration 'R_w_a' definition 'a'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1153:58: style: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:1218:63: note: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1153:58: note: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1156:37: style: Function 'addDelta' argument 1 names different: declaration 'F_w_a' definition 'a'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:1230:37: note: Function 'addDelta' argument 1 names different: declaration 'F_w_a' definition 'a'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1156:37: note: Function 'addDelta' argument 1 names different: declaration 'F_w_a' definition 'a'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1156:52: style: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:1230:56: note: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:1156:52: note: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'.
orocos-kdl-1.4.0/orocos_kdl/src/articulatedbodyinertia.cpp:92:54: style: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/articulatedbodyinertia.hpp:122:54: note: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'.
orocos-kdl-1.4.0/orocos_kdl/src/articulatedbodyinertia.cpp:92:54: note: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:390:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:391:5: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:396:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:402:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:403:5: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:907:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:908:5: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:913:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:919:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:920:5: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/articulatedbodyinertia.cpp:32:15: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:251:18: performance: Technically the member function 'KDL::Vector::Set2DPlane' can be static. [functionStatic]
orocos-kdl-1.4.0/orocos_kdl/src/frames.inl:702:14: note: Technically the member function 'KDL::Vector::Set2DPlane' can be static.
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:251:18: note: Technically the member function 'KDL::Vector::Set2DPlane' can be static.
orocos-kdl-1.4.0/orocos_kdl/src/articulatedbodyinertia.hpp:54:9: style: Class 'ArticulatedBodyInertia' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:301:1: warning: The class 'Rotation' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:1050:1: warning: The class 'Rotation2' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
orocos-kdl-1.4.0/orocos_kdl/src/chaindynparam.cpp:28:47: style: Function 'ChainDynParam' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chaindynparam.hpp:50:36: note: Function 'ChainDynParam' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chaindynparam.cpp:28:47: note: Function 'ChainDynParam' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_recursive_newton_euler.hpp:60:13: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver.hpp:55:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_recursive_newton_euler.hpp:60:13: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_recursive_newton_euler.hpp:63:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:145:15: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_recursive_newton_euler.hpp:63:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chaindynparam.hpp:58:18: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:145:15: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chaindynparam.hpp:58:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chaindynparam.cpp:28:62: performance: Function parameter '_grav' should be passed by const reference. [passedByValue]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.cpp:28:73: style: Function 'ChainFkSolverPos_recursive' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.hpp:39:49: note: Function 'ChainFkSolverPos_recursive' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.cpp:28:73: note: Function 'ChainFkSolverPos_recursive' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.cpp:33:87: style: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.hpp:42:71: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.cpp:33:87: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.cpp:59:100: style: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.hpp:43:84: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.cpp:59:100: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
orocos-kdl-1.4.0/orocos_kdl/src/utilities/rall2d.h:62:0: warning: Member variable 'KDL :: Rall2d < double , double , double >::t' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/rall2d.h:62:0: warning: Member variable 'KDL :: Rall2d < double , double , double >::d' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/rall2d.h:62:0: warning: Member variable 'KDL :: Rall2d < double , double , double >::dd' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/rall1d.h:59:0: warning: Member variable 'KDL :: Rall1d < double , T , T >::t' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/framevel.hpp:266:5: style: Class 'TwistVel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.hpp:39:9: style: Class 'ChainFkSolverPos_recursive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/framevel.hpp:84:1: warning: The class 'VectorVel' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
orocos-kdl-1.4.0/orocos_kdl/src/framevel.hpp:139:1: warning: The class 'RotationVel' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
orocos-kdl-1.4.0/orocos_kdl/src/framevel.hpp:197:1: warning: The class 'FrameVel' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
orocos-kdl-1.4.0/orocos_kdl/src/frameacc.hpp:61:1: warning: The class 'VectorAcc' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
orocos-kdl-1.4.0/orocos_kdl/src/frameacc.hpp:110:1: warning: The class 'RotationAcc' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
orocos-kdl-1.4.0/orocos_kdl/src/frameacc.hpp:165:1: warning: The class 'FrameAcc' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolver.hpp:64:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:145:15: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolver.hpp:64:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolver.hpp:97:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:145:15: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolver.hpp:97:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolver.hpp:135:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:145:15: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolver.hpp:135:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.hpp:42:21: style: The function 'JntToCart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolver.hpp:52:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.hpp:42:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.hpp:45:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolver.hpp:64:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolverpos_recursive.hpp:45:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.cpp:27:73: style: Function 'ChainFkSolverVel_recursive' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.hpp:40:49: note: Function 'ChainFkSolverVel_recursive' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.cpp:27:73: note: Function 'ChainFkSolverVel_recursive' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.cpp:36:66: style: Function 'JntToCart' argument 1 names different: declaration 'q_in' definition 'in'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.hpp:43:50: note: Function 'JntToCart' argument 1 names different: declaration 'q_in' definition 'in'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.cpp:36:66: note: Function 'JntToCart' argument 1 names different: declaration 'q_in' definition 'in'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.cpp:36:87: style: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.hpp:43:73: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.cpp:36:87: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.cpp:67:66: style: Function 'JntToCart' argument 1 names different: declaration 'q_in' definition 'in'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.hpp:44:50: note: Function 'JntToCart' argument 1 names different: declaration 'q_in' definition 'in'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.cpp:67:66: note: Function 'JntToCart' argument 1 names different: declaration 'q_in' definition 'in'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.cpp:67:100: style: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.hpp:44:86: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.cpp:67:100: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.hpp:40:9: style: Class 'ChainFkSolverVel_recursive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.hpp:43:21: style: The function 'JntToCart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolver.hpp:85:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.hpp:43:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.hpp:45:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolver.hpp:97:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainfksolvervel_recursive.hpp:45:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_recursive_newton_euler.cpp:27:55: style: Function 'ChainIdSolver_RNE' argument 1 names different: declaration 'chain' definition 'chain_'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_recursive_newton_euler.hpp:47:40: note: Function 'ChainIdSolver_RNE' argument 1 names different: declaration 'chain' definition 'chain_'.
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_recursive_newton_euler.cpp:27:55: note: Function 'ChainIdSolver_RNE' argument 1 names different: declaration 'chain' definition 'chain_'.
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_recursive_newton_euler.cpp:31:9: performance: Variable 'ag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.cpp:31:69: style: Function 'ChainIdSolver_Vereshchagin' argument 1 names different: declaration 'chain' definition 'chain_'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.hpp:55:45: note: Function 'ChainIdSolver_Vereshchagin' argument 1 names different: declaration 'chain' definition 'chain_'.
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.cpp:31:69: note: Function 'ChainIdSolver_Vereshchagin' argument 1 names different: declaration 'chain' definition 'chain_'.
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.cpp:31:106: style: Function 'ChainIdSolver_Vereshchagin' argument 3 names different: declaration 'nc' definition '_nc'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.hpp:55:81: note: Function 'ChainIdSolver_Vereshchagin' argument 3 names different: declaration 'nc' definition '_nc'.
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.cpp:31:106: note: Function 'ChainIdSolver_Vereshchagin' argument 3 names different: declaration 'nc' definition '_nc'.
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.cpp:72:91: style: Function 'initial_upwards_sweep' argument 2 names different: declaration 'q_dot' definition 'qdot'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.hpp:107:67: note: Function 'initial_upwards_sweep' argument 2 names different: declaration 'q_dot' definition 'qdot'.
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.cpp:72:91: note: Function 'initial_upwards_sweep' argument 2 names different: declaration 'q_dot' definition 'qdot'.
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.cpp:72:113: style: Function 'initial_upwards_sweep' argument 3 names different: declaration 'q_dotdot' definition 'qdotdot'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.hpp:107:90: note: Function 'initial_upwards_sweep' argument 3 names different: declaration 'q_dotdot' definition 'qdotdot'.
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.cpp:72:113: note: Function 'initial_upwards_sweep' argument 3 names different: declaration 'q_dotdot' definition 'qdotdot'.
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.cpp:35:5: performance: Variable 'acc_root' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.hpp:172:9: style: Struct 'segment_info' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.hpp:77:18: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:145:15: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.hpp:77:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainidsolver_vereshchagin.cpp:31:83: performance: Function parameter 'root_acc' should be passed by const reference. [passedByValue]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_lma.cpp:197:9: style: The scope of the variable 'rho' can be reduced. [variableScope]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_lma.cpp:226:9: style: The scope of the variable 'dnorm' can be reduced. [variableScope]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:57:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:145:15: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:57:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:92:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:145:15: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:92:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:162:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:145:15: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:162:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_lma.hpp:154:10: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:57:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_lma.hpp:154:10: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_lma.hpp:157:25: style: The function 'strError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:125:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_lma.hpp:157:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:115:90: performance: Function parameter 'a_in' should be passed by const reference. [passedByValue]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.cpp:26:59: style: Function 'ChainIkSolverPos_NR' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.hpp:59:42: note: Function 'ChainIkSolverPos_NR' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.cpp:26:59: note: Function 'ChainIkSolverPos_NR' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.cpp:26:84: style: Function 'ChainIkSolverPos_NR' argument 2 names different: declaration 'fksolver' definition '_fksolver'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.hpp:59:66: note: Function 'ChainIkSolverPos_NR' argument 2 names different: declaration 'fksolver' definition '_fksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.cpp:26:84: note: Function 'ChainIkSolverPos_NR' argument 2 names different: declaration 'fksolver' definition '_fksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.cpp:26:112: style: Function 'ChainIkSolverPos_NR' argument 3 names different: declaration 'iksolver' definition '_iksolver'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.hpp:59:93: note: Function 'ChainIkSolverPos_NR' argument 3 names different: declaration 'iksolver' definition '_iksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.cpp:26:112: note: Function 'ChainIkSolverPos_NR' argument 3 names different: declaration 'iksolver' definition '_iksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.cpp:27:59: style: Function 'ChainIkSolverPos_NR' argument 4 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.hpp:60:42: note: Function 'ChainIkSolverPos_NR' argument 4 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.cpp:27:59: note: Function 'ChainIkSolverPos_NR' argument 4 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.cpp:27:76: style: Function 'ChainIkSolverPos_NR' argument 5 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.hpp:60:61: note: Function 'ChainIkSolverPos_NR' argument 5 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.cpp:27:76: note: Function 'ChainIkSolverPos_NR' argument 5 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.hpp:74:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:54:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.hpp:74:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.hpp:77:29: style: The function 'strError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:125:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.hpp:77:29: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.hpp:80:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:57:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr.hpp:80:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:30:65: style: Function 'ChainIkSolverPos_NR_JL' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:64:45: note: Function 'ChainIkSolverPos_NR_JL' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:30:65: note: Function 'ChainIkSolverPos_NR_JL' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:30:89: style: Function 'ChainIkSolverPos_NR_JL' argument 2 names different: declaration 'q_min' definition '_q_min'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:64:67: note: Function 'ChainIkSolverPos_NR_JL' argument 2 names different: declaration 'q_min' definition '_q_min'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:30:89: note: Function 'ChainIkSolverPos_NR_JL' argument 2 names different: declaration 'q_min' definition '_q_min'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:30:113: style: Function 'ChainIkSolverPos_NR_JL' argument 3 names different: declaration 'q_max' definition '_q_max'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:64:90: note: Function 'ChainIkSolverPos_NR_JL' argument 3 names different: declaration 'q_max' definition '_q_max'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:30:113: note: Function 'ChainIkSolverPos_NR_JL' argument 3 names different: declaration 'q_max' definition '_q_max'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:30:139: style: Function 'ChainIkSolverPos_NR_JL' argument 4 names different: declaration 'fksolver' definition '_fksolver'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:64:115: note: Function 'ChainIkSolverPos_NR_JL' argument 4 names different: declaration 'fksolver' definition '_fksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:30:139: note: Function 'ChainIkSolverPos_NR_JL' argument 4 names different: declaration 'fksolver' definition '_fksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:30:167: style: Function 'ChainIkSolverPos_NR_JL' argument 5 names different: declaration 'iksolver' definition '_iksolver'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:64:142: note: Function 'ChainIkSolverPos_NR_JL' argument 5 names different: declaration 'iksolver' definition '_iksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:30:167: note: Function 'ChainIkSolverPos_NR_JL' argument 5 names different: declaration 'iksolver' definition '_iksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:31:59: style: Function 'ChainIkSolverPos_NR_JL' argument 6 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:64:164: note: Function 'ChainIkSolverPos_NR_JL' argument 6 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:31:59: note: Function 'ChainIkSolverPos_NR_JL' argument 6 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:31:76: style: Function 'ChainIkSolverPos_NR_JL' argument 7 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:64:183: note: Function 'ChainIkSolverPos_NR_JL' argument 7 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:31:76: note: Function 'ChainIkSolverPos_NR_JL' argument 7 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:41:65: style: Function 'ChainIkSolverPos_NR_JL' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:81:45: note: Function 'ChainIkSolverPos_NR_JL' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:41:65: note: Function 'ChainIkSolverPos_NR_JL' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:41:91: style: Function 'ChainIkSolverPos_NR_JL' argument 2 names different: declaration 'fksolver' definition '_fksolver'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:81:70: note: Function 'ChainIkSolverPos_NR_JL' argument 2 names different: declaration 'fksolver' definition '_fksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:41:91: note: Function 'ChainIkSolverPos_NR_JL' argument 2 names different: declaration 'fksolver' definition '_fksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:41:119: style: Function 'ChainIkSolverPos_NR_JL' argument 3 names different: declaration 'iksolver' definition '_iksolver'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:81:97: note: Function 'ChainIkSolverPos_NR_JL' argument 3 names different: declaration 'iksolver' definition '_iksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:41:119: note: Function 'ChainIkSolverPos_NR_JL' argument 3 names different: declaration 'iksolver' definition '_iksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:42:26: style: Function 'ChainIkSolverPos_NR_JL' argument 4 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:81:119: note: Function 'ChainIkSolverPos_NR_JL' argument 4 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:42:26: note: Function 'ChainIkSolverPos_NR_JL' argument 4 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:42:43: style: Function 'ChainIkSolverPos_NR_JL' argument 5 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:81:138: note: Function 'ChainIkSolverPos_NR_JL' argument 5 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:42:43: note: Function 'ChainIkSolverPos_NR_JL' argument 5 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:103:64: style: Function 'setJointLimits' argument 1 names different: declaration 'q_min' definition 'q_min_in'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:103:44: note: Function 'setJointLimits' argument 1 names different: declaration 'q_min' definition 'q_min_in'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:103:64: note: Function 'setJointLimits' argument 1 names different: declaration 'q_min' definition 'q_min_in'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:103:90: style: Function 'setJointLimits' argument 2 names different: declaration 'q_max' definition 'q_max_in'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:103:67: note: Function 'setJointLimits' argument 2 names different: declaration 'q_max' definition 'q_max_in'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.cpp:103:90: note: Function 'setJointLimits' argument 2 names different: declaration 'q_max' definition 'q_max_in'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:95:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:54:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:95:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:106:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:57:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:106:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:109:21: style: The function 'strError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:125:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolverpos_nr_jl.hpp:109:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.cpp:26:63: style: Function 'ChainIkSolverVel_pinv' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:57:53: note: Function 'ChainIkSolverVel_pinv' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.cpp:26:63: note: Function 'ChainIkSolverVel_pinv' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.cpp:26:77: style: Function 'ChainIkSolverVel_pinv' argument 2 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:57:66: note: Function 'ChainIkSolverVel_pinv' argument 2 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.cpp:26:77: note: Function 'ChainIkSolverVel_pinv' argument 2 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.cpp:26:86: style: Function 'ChainIkSolverVel_pinv' argument 3 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:57:82: note: Function 'ChainIkSolverVel_pinv' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.cpp:26:86: note: Function 'ChainIkSolverVel_pinv' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:102:29: style: Member variable 'ChainIkSolverVel_pinv::jnt2jac' is in the wrong place in the initializer list. [initializerList]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.cpp:29:9: note: Member variable 'ChainIkSolverVel_pinv::jnt2jac' is in the wrong place in the initializer list.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:102:29: note: Member variable 'ChainIkSolverVel_pinv::jnt2jac' is in the wrong place in the initializer list.
orocos-kdl-1.4.0/orocos_kdl/src/utilities/svd_HH.hpp:35:9: style: Class 'SVD_HH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacsolver.hpp:68:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:145:15: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacsolver.hpp:68:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:75:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:78:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:75:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:80:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:89:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:80:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:96:29: style: The function 'strError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:125:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:96:29: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:99:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:92:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv.hpp:99:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacsolver.hpp:65:53: performance: Function parameter 'locked_joints' should be passed by const reference. [passedByValue]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_givens.cpp:27:77: style: Function 'ChainIkSolverVel_pinv_givens' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_givens.hpp:39:60: note: Function 'ChainIkSolverVel_pinv_givens' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_givens.cpp:27:77: note: Function 'ChainIkSolverVel_pinv_givens' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_givens.hpp:42:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:78:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_givens.hpp:42:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_givens.hpp:47:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:89:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_givens.hpp:47:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_givens.hpp:50:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:92:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_givens.hpp:50:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:71: style: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:63:48: note: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:71: note: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:95: style: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'opt_pos' definition '_opt_pos'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:63:71: note: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'opt_pos' definition '_opt_pos'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:95: note: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'opt_pos' definition '_opt_pos'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:121: style: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'weights' definition '_weights'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:63:96: note: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'weights' definition '_weights'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:121: note: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'weights' definition '_weights'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:138: style: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:63:112: note: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:138: note: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:148: style: Function 'ChainIkSolverVel_pinv_nso' argument 5 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:63:128: note: Function 'ChainIkSolverVel_pinv_nso' argument 5 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:148: note: Function 'ChainIkSolverVel_pinv_nso' argument 5 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:165: style: Function 'ChainIkSolverVel_pinv_nso' argument 6 names different: declaration 'alpha' definition '_alpha'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:63:148: note: Function 'ChainIkSolverVel_pinv_nso' argument 6 names different: declaration 'alpha' definition '_alpha'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:27:165: note: Function 'ChainIkSolverVel_pinv_nso' argument 6 names different: declaration 'alpha' definition '_alpha'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:47:71: style: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:64:57: note: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:47:71: note: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:47:86: style: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:64:71: note: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:47:86: note: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:47:96: style: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:64:87: note: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:47:96: note: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:47:113: style: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'alpha' definition '_alpha'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:64:107: note: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'alpha' definition '_alpha'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:47:113: note: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'alpha' definition '_alpha'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:166:64: style: Function 'setWeights' argument 1 names different: declaration 'weights' definition '_weights'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:113:48: note: Function 'setWeights' argument 1 names different: declaration 'weights' definition '_weights'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:166:64: note: Function 'setWeights' argument 1 names different: declaration 'weights' definition '_weights'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:174:63: style: Function 'setOptPos' argument 1 names different: declaration 'opt_pos' definition '_opt_pos'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:121:47: note: Function 'setOptPos' argument 1 names different: declaration 'opt_pos' definition '_opt_pos'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:174:63: note: Function 'setOptPos' argument 1 names different: declaration 'opt_pos' definition '_opt_pos'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:182:58: style: Function 'setAlpha' argument 1 names different: declaration 'alpha' definition '_alpha'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:129:43: note: Function 'setAlpha' argument 1 names different: declaration 'alpha' definition '_alpha'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.cpp:182:58: note: Function 'setAlpha' argument 1 names different: declaration 'alpha' definition '_alpha'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:67:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:78:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:67:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:72:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:89:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:72:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:138:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:92:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_pinv_nso.hpp:138:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.cpp:126:16: style: The scope of the variable 'sum' can be reduced. [variableScope]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.cpp:28:63: style: Function 'ChainIkSolverVel_wdls' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:81:53: note: Function 'ChainIkSolverVel_wdls' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.cpp:28:63: note: Function 'ChainIkSolverVel_wdls' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.cpp:28:77: style: Function 'ChainIkSolverVel_wdls' argument 2 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:81:66: note: Function 'ChainIkSolverVel_wdls' argument 2 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.cpp:28:77: note: Function 'ChainIkSolverVel_wdls' argument 2 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.cpp:28:86: style: Function 'ChainIkSolverVel_wdls' argument 3 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:81:82: note: Function 'ChainIkSolverVel_wdls' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.cpp:28:86: note: Function 'ChainIkSolverVel_wdls' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.cpp:93:56: style: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:163:37: note: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.cpp:93:56: note: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'.
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:100:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:78:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:100:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:105:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:89:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:105:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:213:29: style: The function 'strError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:125:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:213:29: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:216:22: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolver.hpp:92:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainiksolvervel_wdls.hpp:216:22: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacdotsolver.cpp:26:61: style: Function 'ChainJntToJacDotSolver' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacdotsolver.hpp:62:50: note: Function 'ChainJntToJacDotSolver' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacdotsolver.cpp:26:61: note: Function 'ChainJntToJacDotSolver' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacdotsolver.hpp:113:18: style: The function 'updateInternalDataStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:145:15: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacdotsolver.hpp:113:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacdotsolver.hpp:116:25: style: The function 'strError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/solveri.hpp:125:22: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacdotsolver.hpp:116:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacsolver.cpp:26:59: style: Function 'ChainJntToJacSolver' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacsolver.hpp:45:51: note: Function 'ChainJntToJacSolver' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacsolver.cpp:26:59: note: Function 'ChainJntToJacSolver' argument 1 names different: declaration 'chain' definition '_chain'.
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacsolver.cpp:48:80: style: Function 'JntToJac' argument 3 names different: declaration 'segmentNR' definition 'seg_nr'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacsolver.hpp:58:71: note: Function 'JntToJac' argument 3 names different: declaration 'segmentNR' definition 'seg_nr'.
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacsolver.cpp:48:80: note: Function 'JntToJac' argument 3 names different: declaration 'segmentNR' definition 'seg_nr'.
orocos-kdl-1.4.0/orocos_kdl/src/chainjnttojacsolver.cpp:38:70: performance: Function parameter 'locked_joints' should be passed by const reference. [passedByValue]
orocos-kdl-1.4.0/orocos_kdl/src/frames.cpp:294:38: style: Function 'Rot' argument 1 names different: declaration 'rotvec' definition 'rotaxis'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames.hpp:370:39: note: Function 'Rot' argument 1 names different: declaration 'rotvec' definition 'rotaxis'.
orocos-kdl-1.4.0/orocos_kdl/src/frames.cpp:294:38: note: Function 'Rot' argument 1 names different: declaration 'rotvec' definition 'rotaxis'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:48:58: style: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.hpp:94:62: note: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:48:58: note: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:59:59: style: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.hpp:95:63: note: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:59:59: note: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:152:42: style: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.hpp:105:46: note: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:152:42: note: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:152:52: style: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.hpp:105:56: note: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:152:52: note: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:171:42: style: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.hpp:106:46: note: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:171:42: note: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:171:53: style: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.hpp:106:57: note: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:171:53: note: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:190:55: style: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.hpp:103:59: note: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:190:55: note: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:292:56: style: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.hpp:108:60: note: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'.
orocos-kdl-1.4.0/orocos_kdl/src/frames_io.cpp:292:56: note: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'.
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:73:2: warning: Member variable 'Error_IO::typenr' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:185:2: style: Class 'Error_MotionPlanning_Not_Feasible' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:80:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:80:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:81:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:81:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:85:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:85:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:86:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:86:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:90:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:90:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:91:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:91:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:95:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:95:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:96:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:96:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:101:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:101:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:102:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:102:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:107:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:107:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:108:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:108:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:113:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:113:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:114:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:114:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:118:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:118:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:119:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:119:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:123:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:123:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:124:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:124:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:129:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:129:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:130:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:130:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:136:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:74:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:136:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:137:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:75:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:137:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:142:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:142:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:143:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:143:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:147:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:147:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:148:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:148:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:153:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:153:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:154:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:154:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:158:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:158:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:159:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:159:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:166:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:166:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:167:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:167:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:172:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:172:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:173:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:173:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:178:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:178:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:179:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:179:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:186:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:186:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:189:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:189:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:194:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:194:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:195:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:195:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:203:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:203:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:204:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:204:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:211:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:211:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:212:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:212:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:218:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:218:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:219:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:219:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:226:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:226:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:227:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:227:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:234:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:234:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:235:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:235:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:241:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:63:25: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:241:25: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:242:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:65:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/utilities/error.h:242:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.cpp:55:40: style: Function 'resize' argument 1 names different: declaration 'newNrOfColumns' definition 'new_nr_of_columns'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.hpp:47:34: note: Function 'resize' argument 1 names different: declaration 'newNrOfColumns' definition 'new_nr_of_columns'.
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.cpp:55:40: note: Function 'resize' argument 1 names different: declaration 'newNrOfColumns' definition 'new_nr_of_columns'.
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.hpp:47:14: performance: Technically the member function 'KDL::Jacobian::resize' can be static. [functionStatic]
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.cpp:55:20: note: Technically the member function 'KDL::Jacobian::resize' can be static.
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.hpp:47:14: note: Technically the member function 'KDL::Jacobian::resize' can be static.
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.hpp:62:22: performance: Technically the member function 'KDL::Jacobian::rows' can be static. [functionStatic]
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.cpp:70:28: note: Technically the member function 'KDL::Jacobian::rows' can be static.
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.hpp:62:22: note: Technically the member function 'KDL::Jacobian::rows' can be static.
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.hpp:63:22: performance: Technically the member function 'KDL::Jacobian::columns' can be static. [functionStatic]
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.cpp:75:28: note: Technically the member function 'KDL::Jacobian::columns' can be static.
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.hpp:63:22: note: Technically the member function 'KDL::Jacobian::columns' can be static.
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.hpp:71:15: performance: Technically the member function 'KDL::Jacobian::getColumn' can be static. [functionStatic]
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.cpp:145:21: note: Technically the member function 'KDL::Jacobian::getColumn' can be static.
orocos-kdl-1.4.0/orocos_kdl/src/jacobian.hpp:71:15: note: Technically the member function 'KDL::Jacobian::getColumn' can be static.
orocos-kdl-1.4.0/orocos_kdl/src/jntarray.cpp:32:37: style: Function 'JntArray' argument 1 names different: declaration 'size' definition '_size'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntarray.hpp:92:40: note: Function 'JntArray' argument 1 names different: declaration 'size' definition '_size'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarray.cpp:32:37: note: Function 'JntArray' argument 1 names different: declaration 'size' definition '_size'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:30:46: style: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.hpp:58:37: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:30:46: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:30:67: style: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.hpp:58:55: note: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:30:67: note: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:30:90: style: Function 'JntArrayAcc' argument 3 names different: declaration 'qdotdot' definition 'qdotdotin'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.hpp:58:76: note: Function 'JntArrayAcc' argument 3 names different: declaration 'qdotdot' definition 'qdotdotin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:30:90: note: Function 'JntArrayAcc' argument 3 names different: declaration 'qdotdot' definition 'qdotdotin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:35:46: style: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.hpp:59:37: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:35:46: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:35:67: style: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.hpp:59:55: note: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:35:67: note: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:40:46: style: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.hpp:60:46: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayacc.cpp:40:46: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayvel.cpp:31:46: style: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayvel.hpp:53:37: note: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayvel.cpp:31:46: note: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayvel.cpp:31:67: style: Function 'JntArrayVel' argument 2 names different: declaration 'qdot' definition 'qdotin'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayvel.hpp:53:55: note: Function 'JntArrayVel' argument 2 names different: declaration 'qdot' definition 'qdotin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayvel.cpp:31:67: note: Function 'JntArrayVel' argument 2 names different: declaration 'qdot' definition 'qdotin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayvel.cpp:36:46: style: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayvel.hpp:54:46: note: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntarrayvel.cpp:36:46: note: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'.
orocos-kdl-1.4.0/orocos_kdl/src/jntspaceinertiamatrix.cpp:32:54: style: Function 'JntSpaceInertiaMatrix' argument 1 names different: declaration 'size' definition '_size'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntspaceinertiamatrix.hpp:93:44: note: Function 'JntSpaceInertiaMatrix' argument 1 names different: declaration 'size' definition '_size'.
orocos-kdl-1.4.0/orocos_kdl/src/jntspaceinertiamatrix.cpp:32:54: note: Function 'JntSpaceInertiaMatrix' argument 1 names different: declaration 'size' definition '_size'.
orocos-kdl-1.4.0/orocos_kdl/src/jntspaceinertiamatrix.cpp:106:43: style: Function 'SetToZero' argument 1 names different: declaration 'matrix' definition 'mat'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/jntspaceinertiamatrix.hpp:214:43: note: Function 'SetToZero' argument 1 names different: declaration 'matrix' definition 'mat'.
orocos-kdl-1.4.0/orocos_kdl/src/jntspaceinertiamatrix.cpp:106:43: note: Function 'SetToZero' argument 1 names different: declaration 'matrix' definition 'mat'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:27:37: style: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:62:43: note: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:27:37: note: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:27:61: style: Function 'Joint' argument 2 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:62:66: note: Function 'Joint' argument 2 names different: declaration 'type' definition '_type'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:27:61: note: Function 'Joint' argument 2 names different: declaration 'type' definition '_type'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:27:82: style: Function 'Joint' argument 3 names different: declaration 'scale' definition '_scale'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:62:90: note: Function 'Joint' argument 3 names different: declaration 'scale' definition '_scale'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:27:82: note: Function 'Joint' argument 3 names different: declaration 'scale' definition '_scale'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:27:104: style: Function 'Joint' argument 4 names different: declaration 'offset' definition '_offset'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:62:112: note: Function 'Joint' argument 4 names different: declaration 'offset' definition '_offset'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:27:104: note: Function 'Joint' argument 4 names different: declaration 'offset' definition '_offset'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:28:32: style: Function 'Joint' argument 5 names different: declaration 'inertia' definition '_inertia'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:63:29: note: Function 'Joint' argument 5 names different: declaration 'inertia' definition '_inertia'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:28:32: note: Function 'Joint' argument 5 names different: declaration 'inertia' definition '_inertia'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:28:56: style: Function 'Joint' argument 6 names different: declaration 'damping' definition '_damping'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:63:53: note: Function 'Joint' argument 6 names different: declaration 'damping' definition '_damping'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:28:56: note: Function 'Joint' argument 6 names different: declaration 'damping' definition '_damping'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:28:80: style: Function 'Joint' argument 7 names different: declaration 'stiffness' definition '_stiffness'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:63:77: note: Function 'Joint' argument 7 names different: declaration 'stiffness' definition '_stiffness'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:28:80: note: Function 'Joint' argument 7 names different: declaration 'stiffness' definition '_stiffness'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:36:35: style: Function 'Joint' argument 1 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:77:41: note: Function 'Joint' argument 1 names different: declaration 'type' definition '_type'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:36:35: note: Function 'Joint' argument 1 names different: declaration 'type' definition '_type'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:36:56: style: Function 'Joint' argument 2 names different: declaration 'scale' definition '_scale'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:77:65: note: Function 'Joint' argument 2 names different: declaration 'scale' definition '_scale'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:36:56: note: Function 'Joint' argument 2 names different: declaration 'scale' definition '_scale'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:36:78: style: Function 'Joint' argument 3 names different: declaration 'offset' definition '_offset'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:77:87: note: Function 'Joint' argument 3 names different: declaration 'offset' definition '_offset'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:36:78: note: Function 'Joint' argument 3 names different: declaration 'offset' definition '_offset'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:37:32: style: Function 'Joint' argument 4 names different: declaration 'inertia' definition '_inertia'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:78:30: note: Function 'Joint' argument 4 names different: declaration 'inertia' definition '_inertia'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:37:32: note: Function 'Joint' argument 4 names different: declaration 'inertia' definition '_inertia'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:37:56: style: Function 'Joint' argument 5 names different: declaration 'damping' definition '_damping'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:78:54: note: Function 'Joint' argument 5 names different: declaration 'damping' definition '_damping'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:37:56: note: Function 'Joint' argument 5 names different: declaration 'damping' definition '_damping'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:37:80: style: Function 'Joint' argument 6 names different: declaration 'stiffness' definition '_stiffness'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:78:78: note: Function 'Joint' argument 6 names different: declaration 'stiffness' definition '_stiffness'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:37:80: note: Function 'Joint' argument 6 names different: declaration 'stiffness' definition '_stiffness'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:45:37: style: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:94:34: note: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:45:37: note: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:45:105: style: Function 'Joint' argument 4 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:94:101: note: Function 'Joint' argument 4 names different: declaration 'type' definition '_type'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:45:105: note: Function 'Joint' argument 4 names different: declaration 'type' definition '_type'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:59:79: style: Function 'Joint' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/joint.hpp:110:76: note: Function 'Joint' argument 3 names different: declaration 'type' definition '_type'.
orocos-kdl-1.4.0/orocos_kdl/src/joint.cpp:59:79: note: Function 'Joint' argument 3 names different: declaration 'type' definition '_type'.
orocos-kdl-1.4.0/orocos_kdl/src/kinfam_io.cpp:61:72: style: Function 'operator<<' argument 2 names different: declaration 'it' definition 'root'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/kinfam_io.hpp:47:72: note: Function 'operator<<' argument 2 names different: declaration 'it' definition 'root'.
orocos-kdl-1.4.0/orocos_kdl/src/kinfam_io.cpp:61:72: note: Function 'operator<<' argument 2 names different: declaration 'it' definition 'root'.
orocos-kdl-1.4.0/orocos_kdl/src/tree.hpp:90:9: style: Class 'TreeElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:68:3: style: Class 'Path_Point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:117:10: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:117:10: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:118:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:89:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:118:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:119:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:94:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:119:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:120:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:100:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:120:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:121:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:106:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:121:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:122:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:111:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:122:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:123:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:123:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:123:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:128:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:128:26: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:128:26: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:69:10: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:69:10: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:70:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:89:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:70:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:71:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:94:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:71:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:72:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:100:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:72:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:73:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:106:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:73:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:74:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:111:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:74:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:75:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:123:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:75:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:80:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:128:26: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:80:26: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:95:10: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:95:10: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:97:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:89:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:97:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:98:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:94:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:98:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:99:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:100:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:99:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:100:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:106:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:100:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:101:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:123:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:101:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:102:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:111:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:102:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:107:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:128:26: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:107:26: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:94:18: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:94:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:101:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:89:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:101:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:106:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:94:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:106:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:112:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:100:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:112:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:118:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:106:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:118:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:120:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:123:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:120:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:125:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:111:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:125:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:159:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:128:26: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_composite.hpp:159:26: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:118:18: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:118:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:126:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:89:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:126:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:132:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:94:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:132:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:138:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:100:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:138:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:144:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:106:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:144:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:151:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:123:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:151:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:156:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:111:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:156:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:190:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:128:26: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:190:26: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:67:18: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:67:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:68:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:89:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:68:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:69:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:94:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:69:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:70:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:100:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:70:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:71:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:106:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:71:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:73:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:111:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:73:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:75:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:123:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:75:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:79:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/path.hpp:128:26: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/path_cyclic_closed.hpp:79:26: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.cpp:51:18: style: Function 'Path_Circle' argument 2 names different: declaration 'V_base_center' definition '_V_base_center'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:87:55: note: Function 'Path_Circle' argument 2 names different: declaration 'V_base_center' definition '_V_base_center'.
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.cpp:51:18: note: Function 'Path_Circle' argument 2 names different: declaration 'V_base_center' definition '_V_base_center'.
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.cpp:55:29: style: Function 'Path_Circle' argument 6 names different: declaration 'otraj' definition '_orient'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:91:29: note: Function 'Path_Circle' argument 6 names different: declaration 'otraj' definition '_orient'.
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.cpp:55:29: note: Function 'Path_Circle' argument 6 names different: declaration 'otraj' definition '_orient'.
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.cpp:56:11: style: Function 'Path_Circle' argument 7 names different: declaration 'eqradius' definition '_eqradius'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.hpp:92:11: note: Function 'Path_Circle' argument 7 names different: declaration 'eqradius' definition '_eqradius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_circle.cpp:56:11: note: Function 'Path_Circle' argument 7 names different: declaration 'eqradius' definition '_eqradius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:47:35: style: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:107:26: note: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:47:35: note: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:48:19: style: Function 'Path_Line' argument 2 names different: declaration 'F_base_end' definition 'endpos'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:108:17: note: Function 'Path_Line' argument 2 names different: declaration 'F_base_end' definition 'endpos'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:48:19: note: Function 'Path_Line' argument 2 names different: declaration 'F_base_end' definition 'endpos'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:49:31: style: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:109:29: note: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:49:31: note: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:50:13: style: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:110:11: note: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:50:13: note: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:86:35: style: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:112:26: note: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:86:35: note: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:87:19: style: Function 'Path_Line' argument 2 names different: declaration 'twist_in_base' definition 'starttwist'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:113:17: note: Function 'Path_Line' argument 2 names different: declaration 'twist_in_base' definition 'starttwist'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:87:19: note: Function 'Path_Line' argument 2 names different: declaration 'twist_in_base' definition 'starttwist'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:88:31: style: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:114:29: note: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:88:31: note: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:89:13: style: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_line.hpp:115:11: note: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_line.cpp:89:13: note: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_point.cpp:47:37: style: Function 'Path_Point' argument 1 names different: declaration 'F_base_start' definition 'startpos'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_point.hpp:68:27: note: Function 'Path_Point' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
orocos-kdl-1.4.0/orocos_kdl/src/path_point.cpp:47:37: note: Function 'Path_Point' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:54:62: style: Function 'Path_RoundedComposite' argument 1 names different: declaration 'comp' definition '_comp'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:77:41: note: Function 'Path_RoundedComposite' argument 1 names different: declaration 'comp' definition '_comp'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:54:62: note: Function 'Path_RoundedComposite' argument 1 names different: declaration 'comp' definition '_comp'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:55:10: style: Function 'Path_RoundedComposite' argument 2 names different: declaration 'radius' definition '_radius'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:77:53: note: Function 'Path_RoundedComposite' argument 2 names different: declaration 'radius' definition '_radius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:55:10: note: Function 'Path_RoundedComposite' argument 2 names different: declaration 'radius' definition '_radius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:55:26: style: Function 'Path_RoundedComposite' argument 3 names different: declaration 'eqradius' definition '_eqradius'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:77:67: note: Function 'Path_RoundedComposite' argument 3 names different: declaration 'eqradius' definition '_eqradius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:55:26: note: Function 'Path_RoundedComposite' argument 3 names different: declaration 'eqradius' definition '_eqradius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:55:62: style: Function 'Path_RoundedComposite' argument 4 names different: declaration 'orient' definition '_orient'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:77:101: note: Function 'Path_RoundedComposite' argument 4 names different: declaration 'orient' definition '_orient'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:55:62: note: Function 'Path_RoundedComposite' argument 4 names different: declaration 'orient' definition '_orient'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:56:8: style: Function 'Path_RoundedComposite' argument 5 names different: declaration 'aggregate' definition '_aggregate'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:77:114: note: Function 'Path_RoundedComposite' argument 5 names different: declaration 'aggregate' definition '_aggregate'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:56:8: note: Function 'Path_RoundedComposite' argument 5 names different: declaration 'aggregate' definition '_aggregate'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:56:23: style: Function 'Path_RoundedComposite' argument 6 names different: declaration 'nrofpoints' definition '_nrofpoints'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:77:129: note: Function 'Path_RoundedComposite' argument 6 names different: declaration 'nrofpoints' definition '_nrofpoints'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:56:23: note: Function 'Path_RoundedComposite' argument 6 names different: declaration 'nrofpoints' definition '_nrofpoints'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:60:53: style: Function 'Path_RoundedComposite' argument 1 names different: declaration 'radius' definition '_radius'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:88:32: note: Function 'Path_RoundedComposite' argument 1 names different: declaration 'radius' definition '_radius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:60:53: note: Function 'Path_RoundedComposite' argument 1 names different: declaration 'radius' definition '_radius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:60:68: style: Function 'Path_RoundedComposite' argument 2 names different: declaration 'eqradius' definition '_eqradius'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:88:46: note: Function 'Path_RoundedComposite' argument 2 names different: declaration 'eqradius' definition '_eqradius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:60:68: note: Function 'Path_RoundedComposite' argument 2 names different: declaration 'eqradius' definition '_eqradius'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:60:103: style: Function 'Path_RoundedComposite' argument 3 names different: declaration 'orient' definition '_orient'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:88:80: note: Function 'Path_RoundedComposite' argument 3 names different: declaration 'orient' definition '_orient'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:60:103: note: Function 'Path_RoundedComposite' argument 3 names different: declaration 'orient' definition '_orient'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:60:117: style: Function 'Path_RoundedComposite' argument 4 names different: declaration 'aggregate' definition '_aggregate'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.hpp:88:93: note: Function 'Path_RoundedComposite' argument 4 names different: declaration 'aggregate' definition '_aggregate'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:60:117: note: Function 'Path_RoundedComposite' argument 4 names different: declaration 'aggregate' definition '_aggregate'.
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:61:2: style: Class 'Path_RoundedComposite' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/path_roundedcomposite.cpp:61:2: style: Class 'Path_RoundedComposite' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.cpp:32:47: style: Function 'RigidBodyInertia' argument 1 names different: declaration 'm' definition 'm_'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.hpp:91:33: note: Function 'RigidBodyInertia' argument 1 names different: declaration 'm' definition 'm_'.
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.cpp:32:47: note: Function 'RigidBodyInertia' argument 1 names different: declaration 'm' definition 'm_'.
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.cpp:32:64: style: Function 'RigidBodyInertia' argument 2 names different: declaration 'h' definition 'h_'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.hpp:91:49: note: Function 'RigidBodyInertia' argument 2 names different: declaration 'h' definition 'h_'.
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.cpp:32:64: note: Function 'RigidBodyInertia' argument 2 names different: declaration 'h' definition 'h_'.
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.cpp:32:92: style: Function 'RigidBodyInertia' argument 3 names different: declaration 'I' definition 'I_'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.hpp:91:76: note: Function 'RigidBodyInertia' argument 3 names different: declaration 'I' definition 'I_'.
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.cpp:32:92: note: Function 'RigidBodyInertia' argument 3 names different: declaration 'I' definition 'I_'.
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.cpp:74:48: style: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.hpp:125:48: note: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'.
orocos-kdl-1.4.0/orocos_kdl/src/rigidbodyinertia.cpp:74:48: note: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation.cpp:68:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation.cpp:75:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:71:16: style: The function 'SetStartEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation.hpp:68:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:71:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:72:18: style: The function 'Angle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation.hpp:77:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:72:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:73:20: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation.hpp:82:20: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:73:20: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:74:18: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation.hpp:88:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:74:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:75:18: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation.hpp:94:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:75:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:76:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation.hpp:99:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:76:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:77:36: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation.hpp:110:36: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:77:36: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:59:57: style: Function 'Pos' argument 1 names different: declaration 'th' definition 'theta'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:73:31: note: Function 'Pos' argument 1 names different: declaration 'th' definition 'theta'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:59:57: note: Function 'Pos' argument 1 names different: declaration 'th' definition 'theta'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:63:55: style: Function 'Vel' argument 1 names different: declaration 'th' definition 'theta'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:74:29: note: Function 'Vel' argument 1 names different: declaration 'th' definition 'theta'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:63:55: note: Function 'Vel' argument 1 names different: declaration 'th' definition 'theta'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:63:68: style: Function 'Vel' argument 2 names different: declaration 'thd' definition 'thetad'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:74:39: note: Function 'Vel' argument 2 names different: declaration 'thd' definition 'thetad'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:63:68: note: Function 'Vel' argument 2 names different: declaration 'thd' definition 'thetad'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:67:55: style: Function 'Acc' argument 1 names different: declaration 'th' definition 'theta'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:75:29: note: Function 'Acc' argument 1 names different: declaration 'th' definition 'theta'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:67:55: note: Function 'Acc' argument 1 names different: declaration 'th' definition 'theta'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:67:68: style: Function 'Acc' argument 2 names different: declaration 'thd' definition 'thetad'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:75:39: note: Function 'Acc' argument 2 names different: declaration 'thd' definition 'thetad'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:67:68: note: Function 'Acc' argument 2 names different: declaration 'thd' definition 'thetad'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:67:82: style: Function 'Acc' argument 3 names different: declaration 'thdd' definition 'thetadd'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.hpp:75:50: note: Function 'Acc' argument 3 names different: declaration 'thdd' definition 'thetadd'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:67:82: note: Function 'Acc' argument 3 names different: declaration 'thdd' definition 'thetadd'.
orocos-kdl-1.4.0/orocos_kdl/src/rotational_interpolation_sa.cpp:49:37: warning: Member variable 'RotationalInterpolation_SingleAxis::angle' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:79:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:79:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:82:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:84:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:82:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:85:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:87:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:85:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:87:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:89:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:87:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:90:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:92:23: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:90:24: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:97:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:93:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:97:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.cpp:99:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:53:16: warning: Virtual function 'Destroy' is called from destructor '~Trajectory_Composite()' at line 107. Dynamic binding is not used. [virtualCallInConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.cpp:107:9: note: Calling Destroy
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:53:16: note: Destroy is a virtual method
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:45:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:45:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:46:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:84:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:46:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:47:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:87:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:47:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:48:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:89:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:48:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:54:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:93:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:54:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:55:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:92:23: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_composite.hpp:55:23: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.cpp:55:87: style: Function 'Trajectory_Segment' argument 3 names different: declaration 'duration' definition '_duration'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.hpp:77:69: note: Function 'Trajectory_Segment' argument 3 names different: declaration 'duration' definition '_duration'.
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_segment.cpp:55:87: note: Function 'Trajectory_Segment' argument 3 names different: declaration 'duration' definition '_duration'.
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:35:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:35:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:38:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:84:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:38:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:41:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:87:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:41:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:44:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:89:17: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:44:17: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:47:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:93:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:47:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:49:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/trajectory.hpp:92:23: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/trajectory_stationary.hpp:49:23: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/tree.cpp:28:31: style: Function 'Tree' argument 1 names different: declaration 'root_name' definition '_root_name'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/tree.hpp:114:42: note: Function 'Tree' argument 1 names different: declaration 'root_name' definition '_root_name'.
orocos-kdl-1.4.0/orocos_kdl/src/tree.cpp:28:31: note: Function 'Tree' argument 1 names different: declaration 'root_name' definition '_root_name'.
orocos-kdl-1.4.0/orocos_kdl/src/tree.cpp:44:35: style: Function 'operator=' argument 1 names different: declaration 'arg' definition 'in'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/tree.hpp:116:38: note: Function 'operator=' argument 1 names different: declaration 'arg' definition 'in'.
orocos-kdl-1.4.0/orocos_kdl/src/tree.cpp:44:35: note: Function 'operator=' argument 1 names different: declaration 'arg' definition 'in'.
orocos-kdl-1.4.0/orocos_kdl/src/treefksolverpos_recursive.cpp:28:70: style: Function 'TreeFkSolverPos_recursive' argument 1 names different: declaration 'tree' definition '_tree'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treefksolverpos_recursive.hpp:40:47: note: Function 'TreeFkSolverPos_recursive' argument 1 names different: declaration 'tree' definition '_tree'.
orocos-kdl-1.4.0/orocos_kdl/src/treefksolverpos_recursive.cpp:28:70: note: Function 'TreeFkSolverPos_recursive' argument 1 names different: declaration 'tree' definition '_tree'.
orocos-kdl-1.4.0/orocos_kdl/src/treefksolverpos_recursive.hpp:40:9: style: Class 'TreeFkSolverPos_recursive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/treefksolverpos_recursive.hpp:43:21: style: The function 'JntToCart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/treefksolver.hpp:56:21: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/treefksolverpos_recursive.hpp:43:21: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:27:62: style: Function 'TreeIkSolverPos_NR_JL' argument 1 names different: declaration 'tree' definition '_tree'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.hpp:62:39: note: Function 'TreeIkSolverPos_NR_JL' argument 1 names different: declaration 'tree' definition '_tree'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:27:62: note: Function 'TreeIkSolverPos_NR_JL' argument 1 names different: declaration 'tree' definition '_tree'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:28:82: style: Function 'TreeIkSolverPos_NR_JL' argument 2 names different: declaration 'endpoints' definition '_endpoints'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.hpp:62:77: note: Function 'TreeIkSolverPos_NR_JL' argument 2 names different: declaration 'endpoints' definition '_endpoints'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:28:82: note: Function 'TreeIkSolverPos_NR_JL' argument 2 names different: declaration 'endpoints' definition '_endpoints'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:29:66: style: Function 'TreeIkSolverPos_NR_JL' argument 3 names different: declaration 'q_min' definition '_q_min'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.hpp:62:104: note: Function 'TreeIkSolverPos_NR_JL' argument 3 names different: declaration 'q_min' definition '_q_min'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:29:66: note: Function 'TreeIkSolverPos_NR_JL' argument 3 names different: declaration 'q_min' definition '_q_min'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:29:90: style: Function 'TreeIkSolverPos_NR_JL' argument 4 names different: declaration 'q_max' definition '_q_max'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.hpp:62:127: note: Function 'TreeIkSolverPos_NR_JL' argument 4 names different: declaration 'q_max' definition '_q_max'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:29:90: note: Function 'TreeIkSolverPos_NR_JL' argument 4 names different: declaration 'q_max' definition '_q_max'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:30:67: style: Function 'TreeIkSolverPos_NR_JL' argument 5 names different: declaration 'fksolver' definition '_fksolver'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.hpp:62:151: note: Function 'TreeIkSolverPos_NR_JL' argument 5 names different: declaration 'fksolver' definition '_fksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:30:67: note: Function 'TreeIkSolverPos_NR_JL' argument 5 names different: declaration 'fksolver' definition '_fksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:30:95: style: Function 'TreeIkSolverPos_NR_JL' argument 6 names different: declaration 'iksolver' definition '_iksolver'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.hpp:62:177: note: Function 'TreeIkSolverPos_NR_JL' argument 6 names different: declaration 'iksolver' definition '_iksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:30:95: note: Function 'TreeIkSolverPos_NR_JL' argument 6 names different: declaration 'iksolver' definition '_iksolver'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:31:63: style: Function 'TreeIkSolverPos_NR_JL' argument 7 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.hpp:62:199: note: Function 'TreeIkSolverPos_NR_JL' argument 7 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:31:63: note: Function 'TreeIkSolverPos_NR_JL' argument 7 names different: declaration 'maxiter' definition '_maxiter'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:31:80: style: Function 'TreeIkSolverPos_NR_JL' argument 8 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.hpp:62:218: note: Function 'TreeIkSolverPos_NR_JL' argument 8 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_nr_jl.cpp:31:80: note: Function 'TreeIkSolverPos_NR_JL' argument 8 names different: declaration 'eps' definition '_eps'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_online.cpp:45:5: performance: Variable 'q_min_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_online.cpp:46:5: performance: Variable 'q_max_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolverpos_online.cpp:47:5: performance: Variable 'q_dot_max_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolvervel_wdls.cpp:14:60: style: Function 'TreeIkSolverVel_wdls' argument 1 names different: declaration 'tree' definition 'tree_in'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolvervel_wdls.hpp:23:42: note: Function 'TreeIkSolverVel_wdls' argument 1 names different: declaration 'tree' definition 'tree_in'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolvervel_wdls.cpp:14:60: note: Function 'TreeIkSolverVel_wdls' argument 1 names different: declaration 'tree' definition 'tree_in'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolvervel_wdls.cpp:46:56: style: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolvervel_wdls.hpp:79:38: note: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolvervel_wdls.cpp:46:56: note: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'.
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolvervel_wdls.hpp:26:24: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolver.hpp:67:20: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/treeiksolvervel_wdls.hpp:26:24: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/treejnttojacsolver.cpp:14:52: style: Function 'TreeJntToJacSolver' argument 1 names different: declaration 'tree' definition 'tree_in'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/treejnttojacsolver.hpp:19:45: note: Function 'TreeJntToJacSolver' argument 1 names different: declaration 'tree' definition 'tree_in'.
orocos-kdl-1.4.0/orocos_kdl/src/treejnttojacsolver.cpp:14:52: note: Function 'TreeJntToJacSolver' argument 1 names different: declaration 'tree' definition 'tree_in'.
orocos-kdl-1.4.0/orocos_kdl/src/treejnttojacsolver.hpp:28:9: style: Technically the member function 'KDL::TreeJntToJacSolver::JntToJac' can be const. [functionConst]
orocos-kdl-1.4.0/orocos_kdl/src/treejnttojacsolver.cpp:21:25: note: Technically the member function 'KDL::TreeJntToJacSolver::JntToJac' can be const.
orocos-kdl-1.4.0/orocos_kdl/src/treejnttojacsolver.hpp:28:9: note: Technically the member function 'KDL::TreeJntToJacSolver::JntToJac' can be const.
orocos-kdl-1.4.0/orocos_kdl/src/utilities/svd_HH.cpp:69:19: style: The scope of the variable 'maxarg1' can be reduced. [variableScope]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/svd_HH.cpp:69:27: style: The scope of the variable 'maxarg2' can be reduced. [variableScope]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/svd_eigen_HH.cpp:37:19: style: The scope of the variable 'maxarg1' can be reduced. [variableScope]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/svd_eigen_HH.cpp:37:27: style: The scope of the variable 'maxarg2' can be reduced. [variableScope]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/utility_io.cxx:58:9: style: The scope of the variable 'prevch' can be reduced. [variableScope]
orocos-kdl-1.4.0/orocos_kdl/src/utilities/utility_io.cxx:155:10: style: The scope of the variable 'chdescr' can be reduced. [variableScope]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:64:3: warning: Member variable 'VelocityProfile_Rectangular::d' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:64:3: warning: Member variable 'VelocityProfile_Rectangular::p' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:64:3: warning: Member variable 'VelocityProfile_Rectangular::v' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:48:2: style: The class 'VelocityProfile_Dirac' does not have a constructor although it has private member variables. [noConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:64:3: style: Class 'VelocityProfile_Rectangular' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:70:8: style: The function 'SetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:68:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:70:8: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:71:16: style: The function 'SetProfileDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:71:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:71:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:73:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:78:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:73:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:74:18: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:74:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:75:18: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:85:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:75:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:76:18: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:89:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:76:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:77:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:93:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:77:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:78:28: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:99:28: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:78:28: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:52:8: style: The function 'SetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:68:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:52:8: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:53:16: style: The function 'SetProfileDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:71:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:53:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:54:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:78:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:54:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:55:18: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:55:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:56:18: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:85:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:56:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:57:18: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:89:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:57:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:58:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:93:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:58:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:59:28: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:99:28: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_dirac.hpp:59:28: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:80:16: style: The function 'SetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:68:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:80:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:82:16: style: The function 'SetProfileDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:71:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:82:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:99:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:78:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:99:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:100:18: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:100:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:101:18: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:85:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:101:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:102:18: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:89:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:102:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:103:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:93:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:103:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:104:28: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:99:28: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_trap.hpp:104:28: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:104:16: style: The function 'SetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:68:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:104:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:117:16: style: The function 'SetProfileDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:71:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:117:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:121:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:78:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:121:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:122:18: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:122:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:123:18: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:85:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:123:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:124:18: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:89:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:124:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:125:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:93:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:125:16: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:126:28: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:99:28: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.hpp:126:28: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.cpp:70:54: style: Function 'SetMax' argument 1 names different: declaration '_maxvel' definition 'vMax'. [funcArgNamesDifferent]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.hpp:69:23: note: Function 'SetMax' argument 1 names different: declaration '_maxvel' definition 'vMax'.
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_rect.cpp:70:54: note: Function 'SetMax' argument 1 names different: declaration '_maxvel' definition 'vMax'.
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:12:1: warning: The class 'VelocityProfile_Spline' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:20:18: style: The function 'SetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:68:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:20:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:28:18: style: The function 'SetProfileDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:71:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:28:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:55:20: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:78:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:55:20: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:56:20: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:81:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:56:20: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:57:20: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:85:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:57:20: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:58:20: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:89:18: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:58:20: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:59:18: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:93:16: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:59:18: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:60:30: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile.hpp:99:28: note: Virtual function in base class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_spline.hpp:60:30: note: Function in derived class
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::a1' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::a2' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::a3' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::b1' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::b2' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::b3' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::c1' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::c2' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::c3' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::duration' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::t1' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::t2' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::startpos' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/src/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::endpos' is not initialized in the constructor. [uninitMemberVar]
orocos-kdl-1.4.0/orocos_kdl/tests/inertiatest.cpp:126:5: style: Variable 'I4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
orocos-kdl-1.4.0/orocos_kdl/tests/inertiatest.cpp:117:5: note: Variable 'I4' is reassigned a value before the old one has been used if variable is no semaphore variable.
orocos-kdl-1.4.0/orocos_kdl/tests/inertiatest.cpp:126:5: note: Variable 'I4' is reassigned a value before the old one has been used if variable is no semaphore variable.
orocos-kdl-1.4.0/orocos_kdl/tests/inertiatest.cpp:217:5: style: Variable 'I4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
orocos-kdl-1.4.0/orocos_kdl/tests/inertiatest.cpp:208:5: note: Variable 'I4' is reassigned a value before the old one has been used if variable is no semaphore variable.
orocos-kdl-1.4.0/orocos_kdl/tests/inertiatest.cpp:217:5: note: Variable 'I4' is reassigned a value before the old one has been used if variable is no semaphore variable.
orocos-kdl-1.4.0/orocos_kdl/tests/jacobiandottest.cpp:308:12: style: The scope of the variable 'err_d2_sym' can be reduced. [variableScope]
orocos-kdl-1.4.0/orocos_kdl/tests/rallnumbertest.cpp:57:0: style: Class 'RallNd < 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/tests/rallnumbertest.cpp:57:0: style: Class 'RallNd < 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/tests/rallnumbertest.cpp:57:0: style: Class 'RallNd < 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
orocos-kdl-1.4.0/orocos_kdl/tests/rallnumbertest.cpp:157:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
orocos-kdl-1.4.0/orocos_kdl/tests/serialchaintest.cpp:44:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
orocos-kdl-1.4.0/orocos_kdl/tests/solvertest.cpp:792:9: style: Unused variable: status [unusedVariable]
orocos-kdl-1.4.0/orocos_kdl/tests/solvertest.cpp:794:23: style: Variable 'msg' is assigned a value that is never used. [unreadVariable]
orocos-kdl-1.4.0/orocos_kdl/tests/solvertest.cpp:806:113: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
orocos-kdl-1.4.0/orocos_kdl/tests/zxxzxztest.cpp:31:16: style: The scope of the variable 'config2' can be reduced. [variableScope]
orocos-kdl-1.4.0/orocos_kdl/tests/zxxzxztest.cpp:31:9: style: Unused variable: config [unusedVariable]
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/orpie/orpie_1.5.2.orig.tar.gz
orpie-1.5.2/curses/ml_curses.c:164:3: warning: Redundant assignment of 'caml__dummy_ret' to itself. [selfAssignment]
orpie-1.5.2/curses/functions.c:216:3: warning: Redundant assignment of 'caml__dummy_r' to itself. [selfAssignment]
orpie-1.5.2/curses/functions.c:398:92: warning: Redundant assignment of 'caml__dummy_s' to itself. [selfAssignment]
orpie-1.5.2/curses/functions.c:398:285: warning: Redundant assignment of 'caml__dummy_ns' to itself. [selfAssignment]
orpie-1.5.2/curses/functions.c:399:91: warning: Redundant assignment of 'caml__dummy_s' to itself. [selfAssignment]
orpie-1.5.2/curses/functions.c:399:281: warning: Redundant assignment of 'caml__dummy_ns' to itself. [selfAssignment]
orpie-1.5.2/curses/functions.c:400:91: warning: Redundant assignment of 'caml__dummy_s' to itself. [selfAssignment]
orpie-1.5.2/curses/functions.c:400:281: warning: Redundant assignment of 'caml__dummy_ns' to itself. [selfAssignment]
orpie-1.5.2/curses/functions.c:431:22: warning: Redundant assignment of 'caml__dummy_tr' to itself. [selfAssignment]
orpie-1.5.2/curses/ml_curses.c:200:20: warning: Redundant assignment of 'caml__dummy_win' to itself. [selfAssignment]
orpie-1.5.2/gsl/mlgsl_fun.c:114:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:115:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:137:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:138:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:160:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:161:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:185:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:186:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:187:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:216:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:235:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:254:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:255:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:282:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:283:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:311:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:312:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:335:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:336:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:361:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:362:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_fun.c:363:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
orpie-1.5.2/gsl/mlgsl_matrix.c:7:0: error: #error pb with include files [preprocessorErrorDirective]
orpie-1.5.2/gsl/mlgsl_vector.c:8:0: error: #error pb with include files [preprocessorErrorDirective]
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/orthanc/orthanc_1.4.1+dfsg.orig.tar.xz
Orthanc-1.4.1/Core/Enumerations.h:44:0: error: #error Please support your compiler here [preprocessorErrorDirective]
Orthanc-1.4.1/Core/Cache/SharedArchive.h:37:0: error: #error The macro ORTHANC_SANDBOXED must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/Compression/DeflateBaseCompressor.h:39:0: error: #error The macro ORTHANC_ENABLE_ZLIB must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/Compression/ZipWriter.h:37:0: error: #error The macro ORTHANC_ENABLE_ZLIB must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/DicomFormat/DicomValue.h:41:0: error: #error The macro ORTHANC_ENABLE_BASE64 must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/DicomParsing/ParsedDicomFile.h:37:0: error: #error Macro ORTHANC_ENABLE_JPEG must be defined to use this file [preprocessorErrorDirective]
Orthanc-1.4.1/Core/DicomNetworking/DicomServer.h:37:0: error: #error The macro ORTHANC_ENABLE_DCMTK_NETWORKING must be set to 1 [preprocessorErrorDirective]
Orthanc-1.4.1/Core/DicomNetworking/DicomUserConnection.h:37:0: error: #error The macro ORTHANC_ENABLE_DCMTK_NETWORKING must be set to 1 [preprocessorErrorDirective]
Orthanc-1.4.1/Core/DicomNetworking/IDicomConnectionManager.h:37:0: error: #error The macro ORTHANC_ENABLE_DCMTK_NETWORKING must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/DicomParsing/FromDcmtkBridge.cpp:41:0: error: #error The macro ORTHANC_SANDBOXED must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/DicomParsing/ToDcmtkBridge.h:37:0: error: #error The macro ORTHANC_ENABLE_DCMTK must be set to 1 [preprocessorErrorDirective]
Orthanc-1.4.1/Core/FileStorage/FilesystemStorage.h:37:0: error: #error The macro ORTHANC_SANDBOXED must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/FileStorage/StorageAccessor.h:37:0: error: #error The macro ORTHANC_SANDBOXED must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/Logging.h:39:0: error: #error The macro ORTHANC_ENABLE_LOGGING must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/HttpServer/MongooseServer.h:37:0: error: #error Macro ORTHANC_ENABLE_MONGOOSE must be defined to include this file [preprocessorErrorDirective]
Orthanc-1.4.1/Core/Images/JpegErrorManager.h:36:0: error: #error The macro ORTHANC_ENABLE_JPEG must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/Images/JpegReader.h:37:0: error: #error The macro ORTHANC_SANDBOXED must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/Images/JpegWriter.h:37:0: error: #error The macro ORTHANC_ENABLE_JPEG must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/Images/PngReader.h:37:0: error: #error The macro ORTHANC_ENABLE_PNG must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/Images/PngWriter.h:37:0: error: #error The macro ORTHANC_ENABLE_PNG must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/JobsEngine/JobsRegistry.h:37:0: error: #error The macro ORTHANC_SANDBOXED must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/Lua/LuaContext.h:37:0: error: #error The macro ORTHANC_ENABLE_LUA must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/Pkcs11.h:37:0: error: #error The macro ORTHANC_SANDBOXED must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/SQLite/OrthancSQLiteException.h:42:0: error: #error Macro ORTHANC_ENABLE_SQLITE must be set to 1 to use SQLite [preprocessorErrorDirective]
Orthanc-1.4.1/Core/SQLite/SQLiteTypes.h:42:0: error: #error Please define macro ORTHANC_SQLITE_VERSION [preprocessorErrorDirective]
Orthanc-1.4.1/Core/SharedLibrary.h:37:0: error: #error The macro ORTHANC_SANDBOXED must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/SystemToolbox.h:37:0: error: #error The macro ORTHANC_SANDBOXED must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/TemporaryFile.h:37:0: error: #error The macro ORTHANC_SANDBOXED must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Core/WebServiceParameters.h:37:0: error: #error The macro ORTHANC_SANDBOXED must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Plugins/Engine/OrthancPluginDatabase.cpp:38:0: error: #error The plugin support is disabled [preprocessorErrorDirective]
Orthanc-1.4.1/Plugins/Engine/OrthancPlugins.h:39:0: error: #error The macro ORTHANC_ENABLE_PLUGINS must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Plugins/Engine/PluginsEnumerations.cpp:38:0: error: #error The plugin support is disabled [preprocessorErrorDirective]
Orthanc-1.4.1/Plugins/Engine/PluginsErrorDictionary.cpp:38:0: error: #error The plugin support is disabled [preprocessorErrorDirective]
Orthanc-1.4.1/Plugins/Engine/PluginsManager.cpp:38:0: error: #error The plugin support is disabled [preprocessorErrorDirective]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:49:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:81:12: style: The scope of the variable 'buffer' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:82:12: style: The scope of the variable 'x' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:82:15: style: The scope of the variable 'y' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:82:18: style: The scope of the variable 'value' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:138:12: style: The scope of the variable 'buffer' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:139:12: style: The scope of the variable 'x' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:139:15: style: The scope of the variable 'y' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:139:18: style: The scope of the variable 'value' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:218:15: style: The scope of the variable 'pathLocator' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:219:8: style: The scope of the variable 'info' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:220:9: style: The scope of the variable 'id' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:220:14: style: The scope of the variable 'eos' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Basic/Plugin.c:333:12: style: The scope of the variable 'i' can be reduced. [variableScope]
Orthanc-1.4.1/Plugins/Samples/Common/OrthancPluginException.h:37:0: error: #error The macro HAS_ORTHANC_EXCEPTION must be defined [preprocessorErrorDirective]
Orthanc-1.4.1/Plugins/Samples/Common/OrthancHttpConnection.h:39:0: error: #error The macro HAS_ORTHANC_EXCEPTION must be set to 1 if using this header [preprocessorErrorDirective]
Orthanc-1.4.1/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.cpp:92:18: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
Orthanc-1.4.1/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp:380:39: warning: Assert statement calls a function which may have desired side effects: 'GetPitch'. [assertWithSideEffect]
Orthanc-1.4.1/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp:380:59: warning: Assert statement calls a function which may have desired side effects: 'GetHeight'. [assertWithSideEffect]
Orthanc-1.4.1/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.cpp:685:66: style: Function 'LookupIdentifier' argument 1 names different: declaration 'result' definition 'target'. [funcArgNamesDifferent]
Orthanc-1.4.1/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.h:197:47: note: Function 'LookupIdentifier' argument 1 names different: declaration 'result' definition 'target'.
Orthanc-1.4.1/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.cpp:685:66: note: Function 'LookupIdentifier' argument 1 names different: declaration 'result' definition 'target'.
Orthanc-1.4.1/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.cpp:733:71: style: Function 'LookupIdentifierRange' argument 1 names different: declaration 'result' definition 'target'. [funcArgNamesDifferent]
Orthanc-1.4.1/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.h:203:52: note: Function 'LookupIdentifierRange' argument 1 names different: declaration 'result' definition 'target'.
Orthanc-1.4.1/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.cpp:733:71: note: Function 'LookupIdentifierRange' argument 1 names different: declaration 'result' definition 'target'.
Orthanc-1.4.1/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.h:65:10: performance: Technically the member function 'Orthanc::DatabaseWrapperBase::GetExportedResourcesInternal' can be static. [functionStatic]
Orthanc-1.4.1/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.cpp:469:29: note: Technically the member function 'Orthanc::DatabaseWrapperBase::GetExportedResourcesInternal' can be static.
Orthanc-1.4.1/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.h:65:10: note: Technically the member function 'Orthanc::DatabaseWrapperBase::GetExportedResourcesInternal' can be static.
Orthanc-1.4.1/Resources/Graveyard/DatabasePluginSample/DatabaseWrapperBase.h:71:5: style: Class 'DatabaseWrapperBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Orthanc-1.4.1/Resources/Graveyard/Multithreading/BagOfTasksProcessor.h:115:7: warning: Member variable 'Handle::status_' is not initialized in the constructor. [uninitMemberVarPrivate]
Orthanc-1.4.1/Resources/Graveyard/Multithreading/Mutex.cpp:44:0: error: #error Support your platform here [preprocessorErrorDirective]
Orthanc-1.4.1/Resources/Graveyard/OldScheduler/DeleteInstanceCommand.h:47:5: style: Class 'DeleteInstanceCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Orthanc-1.4.1/Resources/Graveyard/OldScheduler/ReusableDicomUserConnection.cpp:127:5: performance: Variable 'lastUse_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Orthanc-1.4.1/Resources/Graveyard/OldScheduler/ServerScheduler.cpp:194:49: style: Function 'ServerScheduler' argument 1 names different: declaration 'maxjobs' definition 'maxJobs'. [funcArgNamesDifferent]
Orthanc-1.4.1/Resources/Graveyard/OldScheduler/ServerScheduler.h:86:43: note: Function 'ServerScheduler' argument 1 names different: declaration 'maxjobs' definition 'maxJobs'.
Orthanc-1.4.1/Resources/Graveyard/OldScheduler/ServerScheduler.cpp:194:49: note: Function 'ServerScheduler' argument 1 names different: declaration 'maxjobs' definition 'maxJobs'.
Orthanc-1.4.1/Resources/Graveyard/OldScheduler/ServerScheduler.h:76:18: style: The function 'SignalSuccess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Orthanc-1.4.1/Resources/Graveyard/OldScheduler/ServerCommandInstance.h:53:20: note: Virtual function in base class
Orthanc-1.4.1/Resources/Graveyard/OldScheduler/ServerScheduler.h:76:18: note: Function in derived class
Orthanc-1.4.1/Resources/Graveyard/OldScheduler/ServerScheduler.h:78:18: style: The function 'SignalFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Orthanc-1.4.1/Resources/Graveyard/OldScheduler/ServerCommandInstance.h:55:20: note: Virtual function in base class
Orthanc-1.4.1/Resources/Graveyard/OldScheduler/ServerScheduler.h:78:18: note: Function in derived class
Orthanc-1.4.1/Resources/ThirdParty/base64/base64.cpp:49:7: style: The scope of the variable 'j' can be reduced. [variableScope]
Orthanc-1.4.1/Resources/ThirdParty/base64/base64.cpp:92:7: style: The scope of the variable 'j' can be reduced. [variableScope]
Orthanc-1.4.1/Resources/ThirdParty/base64/base64.cpp:89:46: style: Function 'base64_decode' argument 1 names different: declaration 's' definition 'encoded_string'. [funcArgNamesDifferent]
Orthanc-1.4.1/Resources/ThirdParty/base64/base64.h:4:46: note: Function 'base64_decode' argument 1 names different: declaration 's' definition 'encoded_string'.
Orthanc-1.4.1/Resources/ThirdParty/base64/base64.cpp:89:46: note: Function 'base64_decode' argument 1 names different: declaration 's' definition 'encoded_string'.
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1212:26: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1209:41: note: outer condition: zi->ci.method==Z_DEFLATED
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1212:26: note: identical inner condition: zi->ci.method==Z_DEFLATED
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1038:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1037:7: note: Variable 'err' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1038:7: note: Variable 'err' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1040:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1038:7: note: Variable 'err' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1040:7: note: Variable 'err' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1041:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1040:7: note: Variable 'err' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1041:7: note: Variable 'err' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/ThirdParty/minizip/crypt.h:99:9: style: The scope of the variable 'c' can be reduced. [variableScope]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1957:9: style: The scope of the variable 'header' can be reduced. [variableScope]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1958:9: style: The scope of the variable 'dataSize' can be reduced. [variableScope]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:488:7: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:492:15: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:515:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:552:7: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:555:15: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:578:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:603:7: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:627:7: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1477:17: style: Variable 'bBreak' is modified but its new value is never used. [unreadVariable]
Orthanc-1.4.1/Resources/ThirdParty/minizip/zip.c:1683:11: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:249:18: warning: Either the condition 'p==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:240:15: note: Assuming that condition 'p==NULL' is not redundant
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:249:18: note: Null pointer addition
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:68:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:67:0: note: Variable 'e' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:68:5: note: Variable 'e' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:84:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:83:0: note: Variable 'e' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:84:5: note: Variable 'e' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:596:5: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:590:0: note: Variable 'env' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:596:5: note: Variable 'env' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:685:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:684:0: note: Variable 'e' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:685:5: note: Variable 'e' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:725:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:723:0: note: Variable 'e' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:725:5: note: Variable 'e' is reassigned a value before the old one has been used.
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:591:12: style: The scope of the variable 'len' can be reduced. [variableScope]
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:592:9: style: The scope of the variable 'sepCnt' can be reduced. [variableScope]
Orthanc-1.4.1/Resources/WebAssembly/dcdict.cc:909:3: style: Class 'LinesIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/orthanc-dicomweb/orthanc-dicomweb_0.5+dfsg.orig.tar.xz
OrthancDicomWeb-0.5/Plugin/Dicom.cpp:236:72: style: Function 'ParsedDicomFile' argument 1 names different: declaration 'item' definition 'buffer'. [funcArgNamesDifferent]
OrthancDicomWeb-0.5/Plugin/Dicom.h:68:66: note: Function 'ParsedDicomFile' argument 1 names different: declaration 'item' definition 'buffer'.
OrthancDicomWeb-0.5/Plugin/Dicom.cpp:236:72: note: Function 'ParsedDicomFile' argument 1 names different: declaration 'item' definition 'buffer'.
OrthancDicomWeb-0.5/Plugin/DicomResults.cpp:199:20: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancDicomWeb-0.5/Plugin/DicomResults.cpp:112:20: note: Virtual function in base class
OrthancDicomWeb-0.5/Plugin/DicomResults.cpp:199:20: note: Function in derived class
OrthancDicomWeb-0.5/Plugin/DicomResults.cpp:287:20: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancDicomWeb-0.5/Plugin/DicomResults.cpp:112:20: note: Virtual function in base class
OrthancDicomWeb-0.5/Plugin/DicomResults.cpp:287:20: note: Function in derived class
OrthancDicomWeb-0.5/Plugin/DicomWebServers.cpp:39:49: style: Function 'Load' argument 1 names different: declaration 'configuration' definition 'servers'. [funcArgNamesDifferent]
OrthancDicomWeb-0.5/Plugin/DicomWebServers.h:48:34: note: Function 'Load' argument 1 names different: declaration 'configuration' definition 'servers'.
OrthancDicomWeb-0.5/Plugin/DicomWebServers.cpp:39:49: note: Function 'Load' argument 1 names different: declaration 'configuration' definition 'servers'.
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/orthanc-imagej/orthanc-imagej_1.1+dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/orthanc-postgresql/orthanc-postgresql_2.2.orig.tar.xz
OrthancPostgreSQL-2.2/Framework/Common/BinaryStringValue.h:69:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:38:23: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/BinaryStringValue.h:69:23: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/BinaryStringValue.h:74:21: style: The function 'Convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:40:21: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/BinaryStringValue.h:74:21: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/BinaryStringValue.h:76:25: style: The function 'Format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:42:25: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/BinaryStringValue.h:76:25: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/FileValue.h:79:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:38:23: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/FileValue.h:79:23: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/FileValue.h:84:21: style: The function 'Convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:40:21: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/FileValue.h:84:21: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/FileValue.h:86:25: style: The function 'Format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:42:25: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/FileValue.h:86:25: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/NullValue.h:31:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:38:23: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/NullValue.h:31:23: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/NullValue.h:36:21: style: The function 'Convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:40:21: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/NullValue.h:36:21: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/NullValue.h:38:25: style: The function 'Format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:42:25: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/NullValue.h:38:25: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/Integer64Value.h:46:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:38:23: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/Integer64Value.h:46:23: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/Integer64Value.h:51:21: style: The function 'Convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:40:21: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/Integer64Value.h:51:21: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/Integer64Value.h:53:25: style: The function 'Format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:42:25: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/Integer64Value.h:53:25: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/Utf8StringValue.h:54:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:38:23: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/Utf8StringValue.h:54:23: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/Utf8StringValue.h:59:21: style: The function 'Convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:40:21: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/Utf8StringValue.h:59:21: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/Utf8StringValue.h:61:25: style: The function 'Format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IValue.h:42:25: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/Utf8StringValue.h:61:25: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/GenericFormatter.h:41:10: style: The function 'Format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/Query.h:44:20: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/GenericFormatter.h:41:10: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:55:18: style: The function 'IsImplicit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/ITransaction.h:37:18: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:55:18: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:60:18: style: The function 'IsReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/ITransaction.h:39:18: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:60:18: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:65:18: style: The function 'Rollback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/ITransaction.h:41:18: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:65:18: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:67:18: style: The function 'Commit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/ITransaction.h:43:18: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:67:18: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:69:22: style: The function 'Execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/ITransaction.h:45:22: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:69:22: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:72:18: style: The function 'ExecuteWithoutResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/ITransaction.h:48:18: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/ImplicitTransaction.h:72:18: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/Query.cpp:99:21: style: Function 'Query' argument 2 names different: declaration 'isReadOnly' definition 'readOnly'. [funcArgNamesDifferent]
OrthancPostgreSQL-2.2/Framework/Common/Query.h:64:16: note: Function 'Query' argument 2 names different: declaration 'isReadOnly' definition 'readOnly'.
OrthancPostgreSQL-2.2/Framework/Common/Query.cpp:99:21: note: Function 'Query' argument 2 names different: declaration 'isReadOnly' definition 'readOnly'.
OrthancPostgreSQL-2.2/Framework/Common/ResultBase.h:54:18: style: The function 'SetExpectedType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IResult.h:35:18: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/ResultBase.h:54:18: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/ResultBase.h:57:20: style: The function 'GetFieldsCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IResult.h:42:20: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/ResultBase.h:57:20: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Common/ResultBase.h:62:27: style: The function 'GetField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancPostgreSQL-2.2/Framework/Common/IResult.h:44:27: note: Virtual function in base class
OrthancPostgreSQL-2.2/Framework/Common/ResultBase.h:62:27: note: Function in derived class
OrthancPostgreSQL-2.2/Framework/Plugins/OrthancCppDatabasePlugin.h:32:0: error: #error HAS_ORTHANC_EXCEPTION must be set to 1 [preprocessorErrorDirective]
OrthancPostgreSQL-2.2/Framework/Plugins/PluginInitialization.cpp:74:9: style: Condition 'useFallback' is always true [knownConditionTrueFalse]
OrthancPostgreSQL-2.2/Framework/Plugins/PluginInitialization.cpp:52:24: note: Assignment 'useFallback=true', assigned value is 1
OrthancPostgreSQL-2.2/Framework/Plugins/PluginInitialization.cpp:74:9: note: Condition 'useFallback' is always true
OrthancPostgreSQL-2.2/Framework/Plugins/StorageBackend.cpp:25:0: error: #error HAS_ORTHANC_EXCEPTION must be set to 1 [preprocessorErrorDirective]
OrthancPostgreSQL-2.2/Framework/PostgreSQL/PostgreSQLDatabase.h:25:0: error: #error PostgreSQL support must be enabled to use this file [preprocessorErrorDirective]
OrthancPostgreSQL-2.2/Framework/PostgreSQL/PostgreSQLLargeObject.h:25:0: error: #error PostgreSQL support must be enabled to use this file [preprocessorErrorDirective]
OrthancPostgreSQL-2.2/Framework/PostgreSQL/PostgreSQLParameters.h:25:0: error: #error PostgreSQL support must be enabled to use this file [preprocessorErrorDirective]
OrthancPostgreSQL-2.2/Framework/PostgreSQL/PostgreSQLResult.h:25:0: error: #error PostgreSQL support must be enabled to use this file [preprocessorErrorDirective]
OrthancPostgreSQL-2.2/Framework/PostgreSQL/PostgreSQLStatement.h:25:0: error: #error PostgreSQL support must be enabled to use this file [preprocessorErrorDirective]
OrthancPostgreSQL-2.2/Framework/PostgreSQL/PostgreSQLTransaction.h:25:0: error: #error PostgreSQL support must be enabled to use this file [preprocessorErrorDirective]
OrthancPostgreSQL-2.2/Resources/PostgreSQL/c_flexmember.c:12:3: error: Memory leak: p [memleak]
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/orthanc-webviewer/orthanc-webviewer_2.4.orig.tar.xz
OrthancWebViewer-2.4/Plugin/Cache/CacheManager.cpp:329:32: style: Function 'Store' argument 1 names different: declaration 'bundle' definition 'bundleIndex'. [funcArgNamesDifferent]
OrthancWebViewer-2.4/Plugin/Cache/CacheManager.h:104:20: note: Function 'Store' argument 1 names different: declaration 'bundle' definition 'bundleIndex'.
OrthancWebViewer-2.4/Plugin/Cache/CacheManager.cpp:329:32: note: Function 'Store' argument 1 names different: declaration 'bundle' definition 'bundleIndex'.
OrthancWebViewer-2.4/Plugin/Cache/CacheManager.cpp:496:37: style: Function 'Invalidate' argument 1 names different: declaration 'bundle' definition 'bundleIndex'. [funcArgNamesDifferent]
OrthancWebViewer-2.4/Plugin/Cache/CacheManager.h:101:25: note: Function 'Invalidate' argument 1 names different: declaration 'bundle' definition 'bundleIndex'.
OrthancWebViewer-2.4/Plugin/Cache/CacheManager.cpp:496:37: note: Function 'Invalidate' argument 1 names different: declaration 'bundle' definition 'bundleIndex'.
OrthancWebViewer-2.4/Plugin/Cache/CacheManager.cpp:335:23: performance: Use const reference for 'quota' to avoid unnecessary data copying. [redundantCopyLocalConst]
OrthancWebViewer-2.4/Plugin/Cache/CacheIndex.h:30:3: warning: The class 'CacheIndex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OrthancWebViewer-2.4/Plugin/DecodedImageAdapter.h:69:18: style: The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWebViewer-2.4/Plugin/Cache/ICacheFactory.h:39:18: note: Virtual function in base class
OrthancWebViewer-2.4/Plugin/DecodedImageAdapter.h:69:18: note: Function in derived class
OrthancWebViewer-2.4/Plugin/ViewerPrefetchPolicy.h:50:18: style: The function 'Apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWebViewer-2.4/Plugin/Cache/IPrefetchPolicy.h:42:18: note: Virtual function in base class
OrthancWebViewer-2.4/Plugin/ViewerPrefetchPolicy.h:50:18: note: Function in derived class
OrthancWebViewer-2.4/Plugin/SeriesInformationAdapter.h:45:18: style: The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWebViewer-2.4/Plugin/Cache/ICacheFactory.h:39:18: note: Virtual function in base class
OrthancWebViewer-2.4/Plugin/SeriesInformationAdapter.h:45:18: note: Function in derived class
OrthancWebViewer-2.4/UnitTestsSources/UnitTestsMain.cpp:91:16: style: The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWebViewer-2.4/Plugin/Cache/ICacheFactory.h:39:18: note: Virtual function in base class
OrthancWebViewer-2.4/UnitTestsSources/UnitTestsMain.cpp:91:16: note: Function in derived class
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/orthanc-wsi/orthanc-wsi_0.5.orig.tar.xz
OrthancWSI-0.5/Framework/Inputs/PyramidWithRawTiles.h:31:37: style: The function 'DecodeTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:61:37: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/PyramidWithRawTiles.h:31:37: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:64:26: style: The function 'GetLevelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:45:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:64:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:69:26: style: The function 'GetLevelWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:47:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:69:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:71:26: style: The function 'GetLevelHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:49:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:71:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:73:26: style: The function 'GetTileWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:51:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:73:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:75:26: style: The function 'GetTileHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:53:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:75:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:77:18: style: The function 'ReadRawTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:55:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:77:18: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:83:34: style: The function 'GetPixelFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:65:34: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/DicomPyramid.h:83:34: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:43:26: style: The function 'GetLevelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:45:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:43:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:48:26: style: The function 'GetLevelWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:47:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:48:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:53:26: style: The function 'GetLevelHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:49:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:53:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:58:26: style: The function 'GetTileWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:51:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:58:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:63:26: style: The function 'GetTileHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:53:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:63:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:68:34: style: The function 'GetPixelFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:65:34: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:68:34: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:73:18: style: The function 'ReadRawTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:55:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:73:18: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:79:37: style: The function 'DecodeTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:61:37: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/TiledPyramidStatistics.h:79:37: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:80:26: style: The function 'GetTileWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:42:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:80:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:85:26: style: The function 'GetTileHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:44:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:85:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:90:26: style: The function 'GetCountTilesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:46:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:90:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:95:26: style: The function 'GetCountTilesY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:48:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:95:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:100:26: style: The function 'GetLevelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:38:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:100:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:107:18: style: The function 'WriteRawTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:50:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:107:18: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:113:18: style: The function 'EncodeTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:56:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:113:18: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:118:34: style: The function 'GetPixelFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:40:34: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:118:34: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/HierarchicalTiffWriter.h:68:18: style: The function 'WriteRawTileInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:44:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/HierarchicalTiffWriter.h:68:18: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/HierarchicalTiffWriter.h:73:18: style: The function 'AddLevelInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:50:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/HierarchicalTiffWriter.h:73:18: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/HierarchicalTiffWriter.h:85:18: style: The function 'Flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:123:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/HierarchicalTiffWriter.h:85:18: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:78:26: style: The function 'GetLevelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:45:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:78:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:83:26: style: The function 'GetLevelWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:47:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:83:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:85:26: style: The function 'GetLevelHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:49:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:85:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:87:26: style: The function 'GetTileWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:51:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:87:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:92:26: style: The function 'GetTileHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:53:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:92:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:97:18: style: The function 'ReadRawTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:55:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:97:18: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:103:34: style: The function 'GetPixelFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:65:34: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/HierarchicalTiff.h:103:34: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/DecodedTiledPyramid.h:59:37: style: The function 'DecodeTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:61:37: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/DecodedTiledPyramid.h:59:37: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/DecodedTiledPyramid.h:63:18: style: The function 'ReadRawTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:55:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/DecodedTiledPyramid.h:63:18: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:37:18: style: The function 'ReadRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/DecodedTiledPyramid.h:43:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:37:18: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:47:26: style: The function 'GetTileWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:51:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:47:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:52:26: style: The function 'GetTileHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:53:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:52:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:57:26: style: The function 'GetLevelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:45:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:57:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:62:26: style: The function 'GetLevelWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:47:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:62:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:67:26: style: The function 'GetLevelHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:49:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:67:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:72:34: style: The function 'GetPixelFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:65:34: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/OpenSlidePyramid.h:72:34: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:41:18: style: The function 'ReadRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/DecodedTiledPyramid.h:43:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:41:18: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:54:26: style: The function 'GetTileWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:51:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:54:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:59:26: style: The function 'GetTileHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:53:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:59:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:64:26: style: The function 'GetLevelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:45:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:64:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:69:26: style: The function 'GetLevelWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:47:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:69:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:71:26: style: The function 'GetLevelHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:49:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:71:26: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:73:34: style: The function 'GetPixelFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:65:34: note: Virtual function in base class
OrthancWSI-0.5/Framework/Inputs/SingleLevelDecodedPyramid.h:73:34: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/DicomPyramidWriter.h:56:18: style: The function 'WriteRawTileInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:44:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/DicomPyramidWriter.h:56:18: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/DicomPyramidWriter.h:61:18: style: The function 'AddLevelInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:50:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/DicomPyramidWriter.h:61:18: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/DicomPyramidWriter.h:77:18: style: The function 'Flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:123:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/DicomPyramidWriter.h:77:18: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:57:26: style: The function 'GetLevelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:45:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:57:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:62:26: style: The function 'GetCountTilesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:46:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:62:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:64:26: style: The function 'GetCountTilesY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:48:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:64:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:66:26: style: The function 'GetLevelWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:47:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:66:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:68:26: style: The function 'GetLevelHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:49:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:68:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:70:26: style: The function 'GetTileWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:51:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:70:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:75:26: style: The function 'GetTileHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:53:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:75:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:80:18: style: The function 'ReadRawTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:55:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:80:18: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:86:37: style: The function 'DecodeTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:61:37: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:86:37: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:90:34: style: The function 'GetPixelFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Inputs/ITiledPyramid.h:65:34: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:90:34: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:95:18: style: The function 'WriteRawTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:50:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:95:18: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:101:18: style: The function 'EncodeTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:56:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/InMemoryTiledImage.h:101:18: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:39:26: style: The function 'GetLevelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:38:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:39:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:44:34: style: The function 'GetPixelFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:40:34: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:44:34: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:49:26: style: The function 'GetTileWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:42:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:49:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:54:26: style: The function 'GetTileHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:44:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:54:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:59:26: style: The function 'GetCountTilesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:46:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:59:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:61:26: style: The function 'GetCountTilesY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:48:26: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:61:26: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:63:18: style: The function 'WriteRawTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:50:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:63:18: note: Function in derived class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:69:18: style: The function 'EncodeTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Outputs/IPyramidWriter.h:56:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Outputs/TruncatedPyramidWriter.h:69:18: note: Function in derived class
OrthancWSI-0.5/Framework/Targets/FolderTarget.h:44:18: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Targets/IFileTarget.h:36:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Targets/FolderTarget.h:44:18: note: Function in derived class
OrthancWSI-0.5/Framework/Targets/OrthancTarget.h:47:18: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OrthancWSI-0.5/Framework/Targets/IFileTarget.h:36:18: note: Virtual function in base class
OrthancWSI-0.5/Framework/Targets/OrthancTarget.h:47:18: note: Function in derived class
OrthancWSI-0.5/Framework/Inputs/DicomPyramidInstance.cpp:307:61: style: Function 'Deserialize' argument 1 names different: declaration 'content' definition 's'. [funcArgNamesDifferent]
OrthancWSI-0.5/Framework/Inputs/DicomPyramidInstance.h:50:41: note: Function 'Deserialize' argument 1 names different: declaration 'content' definition 's'.
OrthancWSI-0.5/Framework/Inputs/DicomPyramidInstance.cpp:307:61: note: Function 'Deserialize' argument 1 names different: declaration 'content' definition 's'.
OrthancWSI-0.5/Framework/Jpeg2000Reader.cpp:42:0: error: #error Unsupported version of OpenJpeg [preprocessorErrorDirective]
OrthancWSI-0.5/Framework/Jpeg2000Writer.cpp:40:0: error: #error Unsupported version of OpenJpeg [preprocessorErrorDirective]
OrthancWSI-0.5/Framework/Outputs/HierarchicalTiffWriter.cpp:80:17: style: Technically the member function 'OrthancWSI::Comparator::operator()' can be const. [functionConst]
OrthancWSI-0.5/Framework/Outputs/MultiframeDicomWriter.cpp:264:24: style: Checking if unsigned variable 'instanceNumber' is less than zero. [unsignedLessThanZero]
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.cpp:119:53: style: Function 'WriteRawTile' argument 4 names different: declaration 'tileX' definition 'x'. [funcArgNamesDifferent]
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:110:44: note: Function 'WriteRawTile' argument 4 names different: declaration 'tileX' definition 'x'.
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.cpp:119:53: note: Function 'WriteRawTile' argument 4 names different: declaration 'tileX' definition 'x'.
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.cpp:120:53: style: Function 'WriteRawTile' argument 5 names different: declaration 'tileY' definition 'y'. [funcArgNamesDifferent]
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:111:44: note: Function 'WriteRawTile' argument 5 names different: declaration 'tileY' definition 'y'.
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.cpp:120:53: note: Function 'WriteRawTile' argument 5 names different: declaration 'tileY' definition 'y'.
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.cpp:141:51: style: Function 'EncodeTile' argument 3 names different: declaration 'tileX' definition 'x'. [funcArgNamesDifferent]
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:115:42: note: Function 'EncodeTile' argument 3 names different: declaration 'tileX' definition 'x'.
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.cpp:141:51: note: Function 'EncodeTile' argument 3 names different: declaration 'tileX' definition 'x'.
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.cpp:142:51: style: Function 'EncodeTile' argument 4 names different: declaration 'tileY' definition 'y'. [funcArgNamesDifferent]
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.h:116:42: note: Function 'EncodeTile' argument 4 names different: declaration 'tileY' definition 'y'.
OrthancWSI-0.5/Framework/Outputs/PyramidWriterBase.cpp:142:51: note: Function 'EncodeTile' argument 4 names different: declaration 'tileY' definition 'y'.
OrthancWSI-0.5/ViewerPlugin/DicomPyramidCache.cpp:125:30: style: Variable 'seriesId' is assigned a value that is never used. [unreadVariable]
OrthancWSI-0.5/ViewerPlugin/Plugin.cpp:317:17: style: Checking if unsigned variable 'threads' is less than zero. [unsignedLessThanZero]
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/ortp/ortp_1.0.2.orig.tar.gz
ortp-1.0.2/src/congestiondetector.c:102:64: style: Function 'ortp_congestion_detector_record' argument 1 names different: declaration 'obj' definition 'cd'. [funcArgNamesDifferent]
ortp-1.0.2/src/congestiondetector.h:54:64: note: Function 'ortp_congestion_detector_record' argument 1 names different: declaration 'obj' definition 'cd'.
ortp-1.0.2/src/congestiondetector.c:102:64: note: Function 'ortp_congestion_detector_record' argument 1 names different: declaration 'obj' definition 'cd'.
ortp-1.0.2/src/jitterctl.c:39:59: style: Function 'jitter_control_init' argument 2 names different: declaration 'pt' definition 'payload'. [funcArgNamesDifferent]
ortp-1.0.2/src/jitterctl.h:32:59: note: Function 'jitter_control_init' argument 2 names different: declaration 'pt' definition 'payload'.
ortp-1.0.2/src/jitterctl.c:39:59: note: Function 'jitter_control_init' argument 2 names different: declaration 'pt' definition 'payload'.
ortp-1.0.2/src/logging.c:164:6: style: The scope of the variable 'n' can be reduced. [variableScope]
ortp-1.0.2/src/netsim.c:350:2: style: Variable 'om' is reassigned a value before the old one has been used. [redundantAssignment]
ortp-1.0.2/src/netsim.c:348:0: note: Variable 'om' is reassigned a value before the old one has been used.
ortp-1.0.2/src/netsim.c:350:2: note: Variable 'om' is reassigned a value before the old one has been used.
ortp-1.0.2/src/netsim.c:425:6: style: The scope of the variable 'count' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp.c:645:5: style: Variable 'bye' is reassigned a value before the old one has been used. [redundantAssignment]
ortp-1.0.2/src/rtcp.c:641:0: note: Variable 'bye' is reassigned a value before the old one has been used.
ortp-1.0.2/src/rtcp.c:645:5: note: Variable 'bye' is reassigned a value before the old one has been used.
ortp-1.0.2/src/rtcp.c:189:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp.c:192:11: style: The scope of the variable 'q' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp_fb.c:297:10: style: The scope of the variable 'm' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp_fb.c:306:10: style: The scope of the variable 'm' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp_fb.c:319:10: style: The scope of the variable 'm' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp_fb.c:332:10: style: The scope of the variable 'm' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp_fb.c:350:10: style: The scope of the variable 'm' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp_fb.c:361:10: style: The scope of the variable 'm' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp_fb.c:374:10: style: The scope of the variable 'm' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp_xr.c:84:11: style: The scope of the variable 'expected_packets' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp_xr.c:142:11: style: The scope of the variable 'expected_packets' can be reduced. [variableScope]
ortp-1.0.2/src/rtcp_xr.c:143:11: style: The scope of the variable 'lost_packets' can be reduced. [variableScope]
ortp-1.0.2/src/rtpparse.c:34:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ortp-1.0.2/src/rtpprofile.c:75:2: style: Variable 'rate_str' is reassigned a value before the old one has been used. [redundantAssignment]
ortp-1.0.2/src/rtpprofile.c:71:0: note: Variable 'rate_str' is reassigned a value before the old one has been used.
ortp-1.0.2/src/rtpprofile.c:75:2: note: Variable 'rate_str' is reassigned a value before the old one has been used.
ortp-1.0.2/src/rtpprofile.c:31:15: style: The scope of the variable 'pt' can be reduced. [variableScope]
ortp-1.0.2/src/rtpprofile.c:49:15: style: The scope of the variable 'pt' can be reduced. [variableScope]
ortp-1.0.2/src/rtpprofile.c:195:15: style: The scope of the variable 'pt' can be reduced. [variableScope]
ortp-1.0.2/src/rtpprofile.c:211:15: style: The scope of the variable 'pt' can be reduced. [variableScope]
ortp-1.0.2/src/rtpprofile.c:225:15: style: The scope of the variable 'payload' can be reduced. [variableScope]
ortp-1.0.2/src/rtpsession.c:117:47: style: The scope of the variable 'tmprtp' can be reduced. [variableScope]
ortp-1.0.2/src/rtpsession.c:962:11: style: The scope of the variable 'packet_time' can be reduced. [variableScope]
ortp-1.0.2/src/rtpsession.c:1132:11: style: The scope of the variable 'pid' can be reduced. [variableScope]
ortp-1.0.2/src/rtpsession.c:1133:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ortp-1.0.2/src/rtpsession.c:2006:6: style: The scope of the variable 'size' can be reduced. [variableScope]
ortp-1.0.2/src/rtpsession.c:154:38: style: Function 'rtp_getq' argument 2 names different: declaration 'ts' definition 'timestamp'. [funcArgNamesDifferent]
ortp-1.0.2/src/rtpsession_priv.h:56:40: note: Function 'rtp_getq' argument 2 names different: declaration 'ts' definition 'timestamp'.
ortp-1.0.2/src/rtpsession.c:154:38: note: Function 'rtp_getq' argument 2 names different: declaration 'ts' definition 'timestamp'.
ortp-1.0.2/src/rtpsession.c:737:63: style: Function 'rtp_session_update_payload_type' argument 2 names different: declaration 'pt' definition 'paytype'. [funcArgNamesDifferent]
ortp-1.0.2/src/rtpsession_priv.h:54:64: note: Function 'rtp_session_update_payload_type' argument 2 names different: declaration 'pt' definition 'paytype'.
ortp-1.0.2/src/rtpsession.c:737:63: note: Function 'rtp_session_update_payload_type' argument 2 names different: declaration 'pt' definition 'paytype'.
ortp-1.0.2/src/rtpsession.c:1476:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ortp-1.0.2/src/rtpsession_inet.c:1587:2: style: Variable 'remaddr' is reassigned a value before the old one has been used. [redundantAssignment]
ortp-1.0.2/src/rtpsession_inet.c:1585:0: note: Variable 'remaddr' is reassigned a value before the old one has been used.
ortp-1.0.2/src/rtpsession_inet.c:1587:2: note: Variable 'remaddr' is reassigned a value before the old one has been used.
ortp-1.0.2/src/rtpsession_inet.c:1188:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ortp-1.0.2/src/rtpsession_inet.c:1290:18: style: The scope of the variable 'cmsghdr' can be reduced. [variableScope]
ortp-1.0.2/src/rtpsession_inet.c:1652:10: style: The scope of the variable 'mp' can be reduced. [variableScope]
ortp-1.0.2/src/rtpsession_inet.c:1705:10: style: The scope of the variable 'mp' can be reduced. [variableScope]
ortp-1.0.2/src/rtpsession_inet.c:1648:58: style: Function 'rtp_session_rtp_recv' argument 2 names different: declaration 'ts' definition 'user_ts'. [funcArgNamesDifferent]
ortp-1.0.2/src/rtpsession_priv.h:57:57: note: Function 'rtp_session_rtp_recv' argument 2 names different: declaration 'ts' definition 'user_ts'.
ortp-1.0.2/src/rtpsession_inet.c:1648:58: note: Function 'rtp_session_rtp_recv' argument 2 names different: declaration 'ts' definition 'user_ts'.
ortp-1.0.2/src/scheduler.c:100:38: style: Function 'rtp_scheduler_schedule' argument 1 names different: declaration 'sched' definition 'psched'. [funcArgNamesDifferent]
ortp-1.0.2/src/scheduler.h:61:38: note: Function 'rtp_scheduler_schedule' argument 1 names different: declaration 'sched' definition 'psched'.
ortp-1.0.2/src/scheduler.c:100:38: note: Function 'rtp_scheduler_schedule' argument 1 names different: declaration 'sched' definition 'psched'.
ortp-1.0.2/src/telephonyevents.c:341:13: style: The scope of the variable 'ev' can be reduced. [variableScope]
ortp-1.0.2/src/telephonyevents.c:342:17: style: The scope of the variable 'evd' can be reduced. [variableScope]
ortp-1.0.2/src/telephonyevents.c:365:29: style: The scope of the variable 'evbuf' can be reduced. [variableScope]
ortp-1.0.2/src/telephonyevents.c:366:10: style: The scope of the variable 'num2' can be reduced. [variableScope]
ortp-1.0.2/src/telephonyevents.c:367:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ortp-1.0.2/src/telephonyevents.c:51:67: style: Function 'rtp_profile_is_telephone_event' argument 2 names different: declaration 'pt' definition 'pt_num'. [funcArgNamesDifferent]
ortp-1.0.2/src/rtpsession_priv.h:90:67: note: Function 'rtp_profile_is_telephone_event' argument 2 names different: declaration 'pt' definition 'pt_num'.
ortp-1.0.2/src/telephonyevents.c:51:67: note: Function 'rtp_profile_is_telephone_event' argument 2 names different: declaration 'pt' definition 'pt_num'.
ortp-1.0.2/src/tests/mrtprecv.c:55:6: style: The scope of the variable 'err' can be reduced. [variableScope]
ortp-1.0.2/src/tests/rtpmemtest.c:87:10: style: Condition 'argc<4' is always false [knownConditionTrueFalse]
ortp-1.0.2/src/tests/rtpmemtest.c:82:7: note: Assignment 'argc=4', assigned value is 4
ortp-1.0.2/src/tests/rtpmemtest.c:87:10: note: Condition 'argc<4' is always false
ortp-1.0.2/src/tests/rtpmemtest.c:54:6: style: The scope of the variable 'err' can be reduced. [variableScope]
ortp-1.0.2/src/tests/rtprecv.c:184:0: error: Resource leak: outfile [resourceLeak]
ortp-1.0.2/src/tests/tevmrtprecv.c:71:6: style: The scope of the variable 'err' can be reduced. [variableScope]
ortp-1.0.2/src/tests/win_receiver/RTPReceiver.cpp:55:6: style: The scope of the variable 'err' can be reduced. [variableScope]
ortp-1.0.2/src/tests/win_receiver/RTPReceiver.cpp:100:8: style: The scope of the variable 'nSchedulerCPU' can be reduced. [variableScope]
ortp-1.0.2/src/tests/win_receiver/RTPReceiver.cpp:166:16: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
ortp-1.0.2/src/tests/win_receiver/RTPReceiver.cpp:130:4: style: Variable 'nSchedulerCPU' is assigned a value that is never used. [unreadVariable]
ortp-1.0.2/src/winrttimer.cpp:35:2: performance: Variable 'SleepEvent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/orville-write/orville-write_2.55.orig.tar.gz
orville-write-2.55/amin.c:288:8: style: The scope of the variable 'shargv' can be reduced. [variableScope]
orville-write-2.55/amin.c:290:5: style: The scope of the variable 'i' can be reduced. [variableScope]
orville-write-2.55/amin.c:122:14: style: Unused variable: st [unusedVariable]
orville-write-2.55/amin.c:330:0: error: Memory leak: shargv [memleak]
orville-write-2.55/getutent.c:103:43: style: Function 'getutline' argument 1 names different: declaration 'ut' definition 'in'. [funcArgNamesDifferent]
orville-write-2.55/getutent.h:18:43: note: Function 'getutline' argument 1 names different: declaration 'ut' definition 'in'.
orville-write-2.55/getutent.c:103:43: note: Function 'getutline' argument 1 names different: declaration 'ut' definition 'in'.
orville-write-2.55/helpers.c:28:65: warning: Either the condition 'prev==NULL' is redundant or there is possible null pointer dereference: prev. [nullPointerRedundantCheck]
orville-write-2.55/helpers.c:32:15: note: Assuming that condition 'prev==NULL' is not redundant
orville-write-2.55/helpers.c:28:65: note: Null pointer dereference
orville-write-2.55/lib_common.c:92:6: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
orville-write-2.55/mesg.c:399:9: style: The scope of the variable 'n' can be reduced. [variableScope]
orville-write-2.55/mesg.c:463:5: style: The scope of the variable 'code' can be reduced. [variableScope]
orville-write-2.55/mesg.c:463:13: style: The scope of the variable 'i' can be reduced. [variableScope]
orville-write-2.55/mesg.c:748:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
orville-write-2.55/mesg.c:748:12: style: The scope of the variable 'fname' can be reduced. [variableScope]
orville-write-2.55/mesg.c:749:7: style: The scope of the variable 'fp' can be reduced. [variableScope]
orville-write-2.55/mesg.c:750:5: style: The scope of the variable 'n' can be reduced. [variableScope]
orville-write-2.55/mesg.c:750:8: style: The scope of the variable 'l' can be reduced. [variableScope]
orville-write-2.55/mesg.c:750:11: style: The scope of the variable 'nl' can be reduced. [variableScope]
orville-write-2.55/mesg.c:750:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
orville-write-2.55/mesg.c:622:3: error: Resource leak: hfp [resourceLeak]
orville-write-2.55/wrt_him.c:368:6: style: The scope of the variable 'tmppos' can be reduced. [variableScope]
orville-write-2.55/wrt_him.c:473:6: style: The scope of the variable 'devname' can be reduced. [variableScope]
orville-write-2.55/wrt_him.c:520:7: style: The scope of the variable 'cpass' can be reduced. [variableScope]
orville-write-2.55/wrt_him.c:522:16: style: The scope of the variable 'pwd' can be reduced. [variableScope]
orville-write-2.55/wrt_hist.c:130:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
orville-write-2.55/wrt_main.c:355:5: style: The scope of the variable 'ch' can be reduced. [variableScope]
orville-write-2.55/wrt_main.c:77:6: style: Unused variable: pos [unusedVariable]
orville-write-2.55/wrt_main.c:78:15: style: Unused variable: tmpwrt [unusedVariable]
orville-write-2.55/wrt_main.c:79:6: style: Unused variable: hisperms [unusedVariable]
orville-write-2.55/wrt_main.c:82:15: style: Unused variable: rlim [unusedVariable]
orville-write-2.55/wrt_main.c:83:7: style: Unused variable: tty [unusedVariable]
orville-write-2.55/wrt_main.c:381:2: error: Resource leak: fp [resourceLeak]
orville-write-2.55/wrt_me.c:214:63: error: Resource leak: fp [resourceLeak]
orville-write-2.55/wrt_opt.c:171:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
orville-write-2.55/wrt_opt.c:66:5: style: The scope of the variable 'len' can be reduced. [variableScope]
orville-write-2.55/wrt_sig.c:171:7: style: The scope of the variable 'shell' can be reduced. [variableScope]
orville-write-2.55/wrt_type.c:268:5: style: Unused variable: ch [unusedVariable]
orville-write-2.55/wrt_type.c:429:22: style: Unused variable: dir [unusedVariable]
orville-write-2.55/wrt_type.c:538:9: portability: Undefined behaviour, pointer arithmetic 'buf-1' is out of bounds. [pointerOutOfBounds]
orville-write-2.55/wrt_type.c:416:6: error: Uninitialized variable: zone [uninitvar]
orville-write-2.55/wt.c:24:6: style: The scope of the variable 'x' can be reduced. [variableScope]
orville-write-2.55/wt.c:72:0: error: Resource leak: fp [resourceLeak]
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/os-autoinst/os-autoinst_4.4.1508936943.39adc5eb.orig.tar.gz
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_ast2100.cc:170:12: style: The scope of the variable 'j' can be reduced. [variableScope]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_ast2100.cc:52:38: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_ast2100.cc:121:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_ast2100.cc:408:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_ast2100.cc:414:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:259:5: style: Variable 'mse' is reassigned a value before the old one has been used. [redundantAssignment]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:254:0: note: Variable 'mse' is reassigned a value before the old one has been used.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:259:5: note: Variable 'mse' is reassigned a value before the old one has been used.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:441:9: style: Variable 'n->img' is reassigned a value before the old one has been used. [redundantAssignment]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:440:9: note: Variable 'n->img' is reassigned a value before the old one has been used.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:441:9: note: Variable 'n->img' is reassigned a value before the old one has been used.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:398:29: style: Function 'image_threshold' argument 1 names different: declaration 's' definition 'a'. [funcArgNamesDifferent]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv.h:39:29: note: Function 'image_threshold' argument 1 names different: declaration 's' definition 'a'.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:398:29: note: Function 'image_threshold' argument 1 names different: declaration 's' definition 'a'.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:527:56: style: Function 'image_vncinfo' argument 2 names different: declaration 'true_color' definition 'true_colour'. [funcArgNamesDifferent]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv.h:51:15: note: Function 'image_vncinfo' argument 2 names different: declaration 'true_color' definition 'true_colour'.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:527:56: note: Function 'image_vncinfo' argument 2 names different: declaration 'true_color' definition 'true_colour'.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:617:75: style: Function 'image_map_raw_data' argument 3 names different: declaration 'x' definition 'ox'. [funcArgNamesDifferent]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv.h:59:75: note: Function 'image_map_raw_data' argument 3 names different: declaration 'x' definition 'ox'.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:617:75: note: Function 'image_map_raw_data' argument 3 names different: declaration 'x' definition 'ox'.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:618:18: style: Function 'image_map_raw_data' argument 4 names different: declaration 'y' definition 'oy'. [funcArgNamesDifferent]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv.h:59:91: note: Function 'image_map_raw_data' argument 4 names different: declaration 'y' definition 'oy'.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:618:18: note: Function 'image_map_raw_data' argument 4 names different: declaration 'y' definition 'oy'.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:665:48: style: Function 'image_map_raw_data_zrle' argument 8 names different: declaration 'len' definition 'bytes'. [funcArgNamesDifferent]
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv.h:70:16: note: Function 'image_map_raw_data_zrle' argument 8 names different: declaration 'len' definition 'bytes'.
os-autoinst-4.4.1508936943.39adc5eb/ppmclibs/tinycv_impl.cc:665:48: note: Function 'image_map_raw_data_zrle' argument 8 names different: declaration 'len' definition 'bytes'.
os-autoinst-4.4.1508936943.39adc5eb/videoencoder.cpp:340:17: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
os-autoinst-4.4.1508936943.39adc5eb/videoencoder.cpp:123:5: style: Variable 'yuv_w' is reassigned a value before the old one has been used. [redundantAssignment]
os-autoinst-4.4.1508936943.39adc5eb/videoencoder.cpp:119:9: note: Variable 'yuv_w' is reassigned a value before the old one has been used.
os-autoinst-4.4.1508936943.39adc5eb/videoencoder.cpp:123:5: note: Variable 'yuv_w' is reassigned a value before the old one has been used.
os-autoinst-4.4.1508936943.39adc5eb/videoencoder.cpp:242:56: warning: Found calculation inside sizeof(). [sizeofCalculation]
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/osc/osc_0.162.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/oscache/oscache_2.4.1+ds1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/oscpack/oscpack_1.1.0.orig.tar.xz
oscpack_1_1_0/ip/IpEndpointName.h:49:5: style: Class 'IpEndpointName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oscpack_1_1_0/ip/posix/UdpSocket.cpp:353:5: warning: Member variable 'Implementation::break_' is not initialized in the constructor. [uninitMemberVar]
oscpack_1_1_0/ip/posix/UdpSocket.cpp:249:6: style: Technically the member function 'Implementation::Socket' can be const. [functionConst]
oscpack_1_1_0/ip/posix/UdpSocket.cpp:343:9: performance: Technically the member function 'Implementation::GetCurrentTimeMs' can be static. [functionStatic]
oscpack_1_1_0/ip/win32/UdpSocket.cpp:350:5: warning: Member variable 'Implementation::break_' is not initialized in the constructor. [uninitMemberVar]
oscpack_1_1_0/ip/win32/UdpSocket.cpp:111:8: performance: Variable 'socket_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
oscpack_1_1_0/ip/win32/UdpSocket.cpp:352:3: performance: Variable 'breakEvent_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
oscpack_1_1_0/ip/win32/UdpSocket.cpp:340:9: performance: Technically the member function 'Implementation::GetCurrentTimeMs' can be static. [functionStatic]
oscpack_1_1_0/osc/OscHostEndianness.h:122:0: error: #error please edit OSCHostEndianness.h or define one of {OSC_HOST_LITTLE_ENDIAN, OSC_HOST_BIG_ENDIAN} to configure endianness [preprocessorErrorDirective]
oscpack_1_1_0/osc/OscTypes.h:184:5: warning: Member variable 'RgbaColor::value' is not initialized in the constructor. [uninitMemberVar]
oscpack_1_1_0/osc/OscTypes.h:193:5: warning: Member variable 'MidiMessage::value' is not initialized in the constructor. [uninitMemberVar]
oscpack_1_1_0/osc/OscTypes.h:202:5: warning: Member variable 'TimeTag::value' is not initialized in the constructor. [uninitMemberVar]
oscpack_1_1_0/osc/OscTypes.h:211:5: warning: Member variable 'Symbol::value' is not initialized in the constructor. [uninitMemberVar]
oscpack_1_1_0/osc/OscTypes.h:220:5: warning: Member variable 'Blob::data' is not initialized in the constructor. [uninitMemberVar]
oscpack_1_1_0/osc/OscTypes.h:220:5: warning: Member variable 'Blob::size' is not initialized in the constructor. [uninitMemberVar]
oscpack_1_1_0/osc/OscException.h:48:5: warning: Member variable 'Exception::what_' is not initialized in the constructor. [uninitMemberVar]
oscpack_1_1_0/osc/OscReceivedElements.h:190:10: style: Unused private function: 'ReceivedBundleElementIterator::IsEqualTo' [unusedPrivateFunction]
oscpack_1_1_0/osc/OscException.h:52:5: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oscpack_1_1_0/osc/OscReceivedElements.h:53:5: style: Class 'MalformedPacketException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oscpack_1_1_0/osc/OscReceivedElements.h:59:5: style: Class 'MalformedMessageException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oscpack_1_1_0/osc/OscReceivedElements.h:65:5: style: Class 'MalformedBundleException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oscpack_1_1_0/osc/OscReceivedElements.h:71:5: style: Class 'WrongArgumentTypeException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oscpack_1_1_0/osc/OscReceivedElements.h:77:5: style: Class 'MissingArgumentException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oscpack_1_1_0/osc/OscReceivedElements.h:83:5: style: Class 'ExcessArgumentException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oscpack_1_1_0/osc/OscReceivedElements.h:144:5: style: Class 'ReceivedBundleElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oscpack_1_1_0/osc/OscReceivedElements.h:162:2: style: Class 'ReceivedBundleElementIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oscpack_1_1_0/tests/OscUnitTests.cpp:147:9: style: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
oscpack_1_1_0/tests/OscUnitTests.cpp:144:19: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
oscpack_1_1_0/tests/OscUnitTests.cpp:147:9: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
oscpack_1_1_0/tests/OscUnitTests.cpp:109:5: error: Memory leak: s [memleak]
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/osdclock/osdclock_0.5.orig.tar.gz
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/osdsh/osdsh_0.7.0.orig.tar.gz
osdsh-0.7.0/src/osdsh/apmwatch.c:75:9: style: The scope of the variable 'secs' can be reduced. [variableScope]
osdsh-0.7.0/src/osdsh/connectionwatch.c:96:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
osdsh-0.7.0/src/osdsh/controlsh.c:197:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
osdsh-0.7.0/src/osdsh/controlsh.c:244:31: error: Undefined behavior: Variable 'fifo_file' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
osdsh-0.7.0/src/osdsh/controlsh.c:50:12: error: Uninitialized variable: a [uninitvar]
osdsh-0.7.0/src/osdsh/controlsh.c:22:12: error: Uninitialized variable: file [uninitvar]
osdsh-0.7.0/src/osdsh/osdsh.c:146:10: style: The scope of the variable 'pid_file' can be reduced. [variableScope]
osdsh-0.7.0/src/osdsh/osdsh.c:147:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/osgearth/osgearth_2.9.0+dfsg.orig.tar.gz
osgearth-osgearth-2.9/src/applications/osgearth_annotation/osgearth_annotation.cpp:202:18: style: The scope of the variable 'pathNode' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/applications/osgearth_annotation/osgearth_annotation.cpp:350:23: style: The scope of the variable 'imageOverlay' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/applications/osgearth_annotation/osgearth_annotation.cpp:75:0: error: Memory leak: root [memleak]
osgearth-osgearth-2.9/src/applications/osgearth_backfill/osgearth_backfill.cpp:82:0: style: Variable 'verbose' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_boundarygen/BoundaryUtil.cpp:50:35: style: Function 'setTolerance' argument 1 names different: declaration 'meters' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/applications/osgearth_boundarygen/BoundaryUtil:34:37: note: Function 'setTolerance' argument 1 names different: declaration 'meters' definition 'value'.
osgearth-osgearth-2.9/src/applications/osgearth_boundarygen/BoundaryUtil.cpp:50:35: note: Function 'setTolerance' argument 1 names different: declaration 'meters' definition 'value'.
osgearth-osgearth-2.9/src/applications/osgearth_boundarygen/BoundaryUtil.cpp:473:44: style: Function 'findMeshBoundary' argument 1 names different: declaration 'modelNode' definition 'node'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/applications/osgearth_boundarygen/BoundaryUtil:49:57: note: Function 'findMeshBoundary' argument 1 names different: declaration 'modelNode' definition 'node'.
osgearth-osgearth-2.9/src/applications/osgearth_boundarygen/BoundaryUtil.cpp:473:44: note: Function 'findMeshBoundary' argument 1 names different: declaration 'modelNode' definition 'node'.
osgearth-osgearth-2.9/src/applications/osgearth_boundarygen/BoundaryUtil.cpp:294:22: style: Member variable 'TopologyGraph::_totalVerts' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_boundarygen/BoundaryUtil.cpp:292:36: note: Member variable 'TopologyGraph::_totalVerts' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_boundarygen/BoundaryUtil.cpp:294:22: note: Member variable 'TopologyGraph::_totalVerts' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_boundarygen/BoundaryUtil.cpp:378:9: style: Struct 'BuildTopologyVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_boundarygen/VertexCollectionVisitor.cpp:33:3: performance: Variable '_vertices' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/applications/osgearth_colorfilter/osgearth_colorfilter.cpp:462:9: style: Struct 'Set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_colorfilter/osgearth_colorfilter.cpp:476:9: style: Struct 'Reset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_colorfilter/osgearth_colorfilter.cpp:546:9: style: Struct 'SetDistance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_conv/osgearth_conv.cpp:265:10: style: The scope of the variable 'isSameProfile' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/applications/osgearth_conv/osgearth_conv.cpp:275:25: style: Variable 'isSameProfile' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_createtile/osgearth_createtile.cpp:176:20: style: Variable 'yes' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_createtile/osgearth_createtile.cpp:57:9: performance: Variable 'verts' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/applications/osgearth_createtile/osgearth_createtile.cpp:78:9: performance: Variable '_vertices' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/applications/osgearth_datetime/osgearth_datetime.cpp:88:5: style: Struct 'AssignCullCallbakVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_datetime/osgearth_datetime.cpp:152:0: error: Memory leak: root [memleak]
osgearth-osgearth-2.9/src/applications/osgearth_deformation/osgearth_deformation.cpp:350:20: style: Variable 'yes' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_deformation/osgearth_deformation.cpp:369:25: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_deformation/osgearth_deformation.cpp:537:22: style: Member variable 'DeformationHandler::_terrain' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_deformation/osgearth_deformation.cpp:338:9: note: Member variable 'DeformationHandler::_terrain' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_deformation/osgearth_deformation.cpp:537:22: note: Member variable 'DeformationHandler::_terrain' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_deformation/osgearth_deformation.cpp:205:5: style: Class 'DeformationTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_deformation/osgearth_deformation.cpp:336:5: style: Struct 'DeformationHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_detailtex/osgearth_detailtex.cpp:60:9: style: Struct 'SetIntensity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_detailtex/osgearth_detailtex.cpp:102:9: error: Memory leak: app.dt [memleak]
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:91:13: style: Variable 'elevation' is reassigned a value before the old one has been used. [redundantAssignment]
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:86:0: note: Variable 'elevation' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:91:13: note: Variable 'elevation' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:92:13: style: Variable 'actual_resolution' is reassigned a value before the old one has been used. [redundantAssignment]
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:85:0: note: Variable 'actual_resolution' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:92:13: note: Variable 'actual_resolution' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:233:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:231:25: note: Variable 'r' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:233:5: note: Variable 'r' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:84:0: style: Variable 'query_resolution' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:170:22: style: Member variable 'QueryElevationHandler::_terrain' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:61:11: note: Member variable 'QueryElevationHandler::_terrain' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_elevation/osgearth_elevation.cpp:170:22: note: Member variable 'QueryElevationHandler::_terrain' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_ephemeris/osgearth_ephemeris.cpp:143:9: error: Memory leak: app.sunPos [memleak]
osgearth-osgearth-2.9/src/applications/osgearth_ephemeris/osgearth_ephemeris.cpp:143:9: error: Memory leak: app.moonPos [memleak]
osgearth-osgearth-2.9/src/applications/osgearth_featurefilter/osgearth_featurefilter.cpp:63:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/applications/osgearth_featurefilter/osgearth_featurefilter.cpp:43:5: style: Class 'ChangeAttributeFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_featurequery/osgearth_featurequery.cpp:67:5: style: Class 'ReadoutCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_features/osgearth_features.cpp:76:23: style: Variable 'useOverlay' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_graticule/osgearth_graticule.cpp:66:23: style: Variable 'isGeodetic' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_horizon/osgearth_horizon.cpp:60:5: style: Struct 'MyComputeBoundCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_htm/osgearth_htm.cpp:80:18: style: Variable 'debug' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_imageoverlay/osgearth_imageoverlay.cpp:138:19: style: Member variable 'ChangeImageHandler::_overlay' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_imageoverlay/osgearth_imageoverlay.cpp:131:7: note: Member variable 'ChangeImageHandler::_overlay' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_imageoverlay/osgearth_imageoverlay.cpp:138:19: note: Member variable 'ChangeImageHandler::_overlay' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_imageoverlay/osgearth_imageoverlay.cpp:84:5: style: Struct 'OpacityHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_imageoverlay/osgearth_imageoverlay.cpp:93:5: style: Struct 'EnabledHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_kml/osgearth_kml.cpp:52:0: error: Memory leak: root [memleak]
osgearth-osgearth-2.9/src/applications/osgearth_los/osgearth_los.cpp:111:5: style: Class 'CacheExtentNodeVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_los/osgearth_los.cpp:157:0: error: Memory leak: root [memleak]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:103:21: style: The scope of the variable 'c' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:103:24: style: The scope of the variable 'r' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:610:27: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:158:9: warning: Member variable 'ToggleLDB::_nfratio' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:487:9: warning: Member variable 'ToggleProjMatrix::_vfov' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:487:9: warning: Member variable 'ToggleProjMatrix::_ar' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:487:9: warning: Member variable 'ToggleProjMatrix::_zn' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:487:9: warning: Member variable 'ToggleProjMatrix::_zf' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:573:9: warning: Member variable 'Simulator::_lat0' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:573:9: warning: Member variable 'Simulator::_lon0' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:573:9: warning: Member variable 'Simulator::_lat1' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:573:9: warning: Member variable 'Simulator::_lon1' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:573:9: warning: Member variable 'Simulator::_heading' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:573:9: warning: Member variable 'Simulator::_pitch' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:226:14: style: Member variable 'ToggleSSL::_key' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:199:57: note: Member variable 'ToggleSSL::_key' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:226:14: note: Member variable 'ToggleSSL::_key' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:528:33: style: Member variable 'FitViewToPoints::_mapSRS' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:531:41: note: Member variable 'FitViewToPoints::_mapSRS' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:528:33: note: Member variable 'FitViewToPoints::_mapSRS' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:638:44: style: Member variable 'Simulator::_mapnode' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:574:30: note: Member variable 'Simulator::_mapnode' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:638:44: note: Member variable 'Simulator::_mapnode' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:636:44: style: Member variable 'Simulator::_name' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:574:64: note: Member variable 'Simulator::_name' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:636:44: note: Member variable 'Simulator::_name' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:137:9: style: Struct 'FlyToViewpointHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:158:9: style: Struct 'ToggleLDB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_manip/osgearth_manip.cpp:437:9: style: Struct 'SetPositionOffset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_measure/osgearth_measure.cpp:48:5: style: Class 'MyMeasureToolCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_measure/osgearth_measure.cpp:66:5: style: Struct 'TogglePathHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_measure/osgearth_measure.cpp:79:5: style: Struct 'ToggleModeHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_minimap/osgearth_minimap.cpp:113:19: style: Variable 'dist' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_minimap/osgearth_minimap.cpp:189:28: style: Variable 'mapNode' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_occlusionculling/osgearth_occlusionculling.cpp:75:10: style: The scope of the variable 'declutter' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/applications/osgearth_occlusionculling/osgearth_occlusionculling.cpp:76:52: style: Variable 'declutter' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_occlusionculling/osgearth_occlusionculling.cpp:85:0: error: Memory leak: root [memleak]
osgearth-osgearth-2.9/src/applications/osgearth_overlayviewer/osgearth_overlayviewer.cpp:219:0: style: Variable 'animationSpeed' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/ExportDialog.cpp:160:122: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/TMSExporter.h:105:17: style: Member variable 'TMSExporterWorkerThread::_path' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/TMSExporter.h:91:103: note: Member variable 'TMSExporterWorkerThread::_path' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/TMSExporter.h:105:17: note: Member variable 'TMSExporterWorkerThread::_path' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/ExportDialog:80:26: style: Member variable 'ExportDialog::_bounds' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/ExportDialog.cpp:35:1: note: Member variable 'ExportDialog::_bounds' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/ExportDialog:80:26: note: Member variable 'ExportDialog::_bounds' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/TMSExporter.h:46:17: style: Technically the member function 'PackageQt::TMSExporter::getDBOptions' can be const. [functionConst]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/TMSExporter.h:48:14: style: Technically the member function 'PackageQt::TMSExporter::getMaxLevel' can be const. [functionConst]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/TMSExporter.h:51:10: style: Technically the member function 'PackageQt::TMSExporter::getKeepEmpties' can be const. [functionConst]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/ExportProgress.cpp:45:25: style: Variable 'userCanceled' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/SceneController.cpp:58:58: style: Variable 'view' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/SceneController.cpp:109:10: style: Member variable 'BoundingBoxMouseHandler::_capturing' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/SceneController.cpp:39:53: note: Member variable 'BoundingBoxMouseHandler::_capturing' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/SceneController.cpp:109:10: note: Member variable 'BoundingBoxMouseHandler::_capturing' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/SceneController.h:58:23: style: Technically the member function 'PackageQt::SceneController::getBoundsLL' can be const. [functionConst]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/SceneController.h:59:23: style: Technically the member function 'PackageQt::SceneController::getBoundsUR' can be const. [functionConst]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/TMSExporter.h:60:12: style: Technically the member function 'PackageQt::TMSExporter::getExportTime' can be const. [functionConst]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/TMSExporter.cpp:72:21: note: Technically the member function 'PackageQt::TMSExporter::getExportTime' can be const.
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/TMSExporter.h:60:12: note: Technically the member function 'PackageQt::TMSExporter::getExportTime' can be const.
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/PackageQtMainWindow:399:33: style: Member variable 'PackageQtMainWindow::_controller' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/PackageQtMainWindow:80:40: note: Member variable 'PackageQtMainWindow::_controller' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/PackageQtMainWindow:399:33: note: Member variable 'PackageQtMainWindow::_controller' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/PackageQtMainWindow:59:5: style: Struct 'SceneBoundsSetCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/PackageQtMainWindow:61:10: style: The function 'boundsSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/SceneController.h:38:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/applications/osgearth_package_qt/PackageQtMainWindow:61:10: note: Function in derived class
osgearth-osgearth-2.9/src/applications/osgearth_pagingtest/osgearth_pagingtest.cpp:72:5: style: Class 'BoxSimplePager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_pick/osgearth_pick.cpp:147:24: style: Variable 'attrLocation' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_pick/osgearth_pick.cpp:54:5: warning: Member variable 'App::fidLabel' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_pick/osgearth_pick.cpp:54:5: warning: Member variable 'App::nameLabel' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_pick/osgearth_pick.cpp:54:5: warning: Member variable 'App::highlightUniform' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_pick/osgearth_pick.cpp:54:5: style: Struct 'App' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_pick/osgearth_pick.cpp:72:5: style: Struct 'MyPickCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_pick/osgearth_pick.cpp:258:5: style: Struct 'TogglePicker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_qt_windows/osgearth_qt_windows.cpp:98:10: style: The function 'addView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/applications/osgearth_qt_windows/osgearth_qt_windows.cpp:64:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/applications/osgearth_qt_windows/osgearth_qt_windows.cpp:98:10: note: Function in derived class
osgearth-osgearth-2.9/src/applications/osgearth_seed/osgearth_seed.cpp:493:39: style: Variable 'cacheProfile' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_seed/osgearth_seed.cpp:520:39: style: Variable 'cacheProfile' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_server/osgearth_server.cpp:456:24: style: Member variable 'TileImageServer::_viewer' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_server/osgearth_server.cpp:344:7: note: Member variable 'TileImageServer::_viewer' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_server/osgearth_server.cpp:456:24: note: Member variable 'TileImageServer::_viewer' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_server/osgearth_server.cpp:347:11: style: Class 'TileImageServer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_server/osgearth_server.cpp:347:11: style: Class 'TileImageServer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
osgearth-osgearth-2.9/src/applications/osgearth_server/osgearth_server.cpp:342:5: style: Class 'TileImageServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_server/osgearth_server.cpp:555:5: style: Class 'TileHTTPServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_shadercomp/osgearth_shadercomp.cpp:461:9: style: Variable 'node' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osgearth-osgearth-2.9/src/applications/osgearth_shadercomp/osgearth_shadercomp.cpp:460:9: note: Variable 'node' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/applications/osgearth_shadercomp/osgearth_shadercomp.cpp:461:9: note: Variable 'node' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/applications/osgearth_shadercomp/osgearth_shadercomp.cpp:179:24: style: Variable 'radius' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_shadercomp/osgearth_shadercomp.cpp:492:0: style: Variable 'vs32' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/applications/osgearth_shadercomp/osgearth_shadercomp.cpp:218:13: performance: Variable '_a' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/applications/osgearth_shadergen/osgearth_shadergen.cpp:58:5: warning: Either the condition 'if(cache)' is redundant or there is possible null pointer dereference: cache. [nullPointerRedundantCheck]
osgearth-osgearth-2.9/src/applications/osgearth_shadergen/osgearth_shadergen.cpp:67:8: note: Assuming that condition 'if(cache)' is not redundant
osgearth-osgearth-2.9/src/applications/osgearth_shadergen/osgearth_shadergen.cpp:58:5: note: Null pointer dereference
osgearth-osgearth-2.9/src/applications/osgearth_sharedlayer/osgearth_sharedlayer.cpp:186:50: style: Function 'createSharedLayer' argument 1 names different: declaration 'shapefile' definition 'url'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/applications/osgearth_sharedlayer/osgearth_sharedlayer.cpp:60:50: note: Function 'createSharedLayer' argument 1 names different: declaration 'shapefile' definition 'url'.
osgearth-osgearth-2.9/src/applications/osgearth_sharedlayer/osgearth_sharedlayer.cpp:186:50: note: Function 'createSharedLayer' argument 1 names different: declaration 'shapefile' definition 'url'.
osgearth-osgearth-2.9/src/applications/osgearth_sharedlayer/osgearth_sharedlayer.cpp:73:5: style: Class 'MyColorFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_silverlining/osgearth_silverlining.cpp:79:0: style: Struct 'Set < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_silverlining/osgearth_silverlining.cpp:79:0: style: Struct 'Set < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_skyview/SkyManipulator.cpp:34:88: style: Function 'handle' argument 2 names different: declaration 'us' definition 'aa'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/applications/osgearth_skyview/SkyManipulator:26:84: note: Function 'handle' argument 2 names different: declaration 'us' definition 'aa'.
osgearth-osgearth-2.9/src/applications/osgearth_skyview/SkyManipulator.cpp:34:88: note: Function 'handle' argument 2 names different: declaration 'us' definition 'aa'.
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:63:5: warning: Member variable 'App::engine' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:65:9: performance: Variable 'contourMap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:91:5: style: Struct 'Toggle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:92:5: style: Struct 'setOpacity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:105:5: style: Struct 'Toggle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:106:5: style: Struct 'setDelay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:107:5: style: Struct 'setDuration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:108:5: style: Struct 'setVerticalScale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:129:5: style: Struct 'Toggle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:130:5: style: Struct 'setScale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:152:5: style: Instance of 'ContourMapController' object is destroyed immediately. [unusedScopedObject]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:153:5: style: Instance of 'LODBlendingController' object is destroyed immediately. [unusedScopedObject]
osgearth-osgearth-2.9/src/applications/osgearth_terraineffects/osgearth_terraineffects.cpp:154:5: style: Instance of 'VerticalScaleController' object is destroyed immediately. [unusedScopedObject]
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:237:16: style: Member variable 'TerrainProfileGraph::_color' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:94:9: note: Member variable 'TerrainProfileGraph::_color' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:237:16: note: Member variable 'TerrainProfileGraph::_color' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:236:16: style: Member variable 'TerrainProfileGraph::_backcolor' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:95:9: note: Member variable 'TerrainProfileGraph::_backcolor' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:236:16: note: Member variable 'TerrainProfileGraph::_backcolor' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:335:33: style: Member variable 'DrawProfileEventHandler::_profileCalculator' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:254:11: note: Member variable 'DrawProfileEventHandler::_profileCalculator' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:335:33: note: Member variable 'DrawProfileEventHandler::_profileCalculator' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:256:11: performance: Variable '_start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:77:9: style: Struct 'GraphChangedCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_terrainprofile/osgearth_terrainprofile.cpp:365:0: error: Memory leak: root [memleak]
osgearth-osgearth-2.9/src/applications/osgearth_tilesource/osgearth_tilesource.cpp:60:9: performance: Variable '_geom' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/applications/osgearth_toc/osgearth_toc.cpp:126:10: style: Member variable 'DumpElevation::_c' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/applications/osgearth_toc/osgearth_toc.cpp:111:66: note: Member variable 'DumpElevation::_c' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_toc/osgearth_toc.cpp:126:10: note: Member variable 'DumpElevation::_c' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/applications/osgearth_toc/osgearth_toc.cpp:182:5: style: Struct 'ToggleLayerVisibility' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_toc/osgearth_toc.cpp:192:5: style: Struct 'LayerOpacityHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_toc/osgearth_toc.cpp:202:5: style: Struct 'AddLayerHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_toc/osgearth_toc.cpp:219:5: style: Struct 'RemoveLayerHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_toc/osgearth_toc.cpp:242:5: style: Struct 'ZoomLayerHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_tracks/osgearth_tracks.cpp:123:5: style: Struct 'TrackSimUpdate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_transform/osgearth_transform.cpp:91:5: style: Struct 'Apply' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_transform/osgearth_transform.cpp:99:5: style: Struct 'ZeroAlt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_triton/osgearth_triton.cpp:65:5: style: Class 'TritonCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_triton/osgearth_triton.cpp:152:0: style: Struct 'Set < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_triton/osgearth_triton.cpp:152:0: style: Struct 'Set < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_verticalscale/osgearth_verticalscale.cpp:62:5: style: Struct 'SetScale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/applications/osgearth_viewerIOS/EarthMultiTouchManipulator.cpp:113:36: style: Condition 'eventTimeDelta<0.' is always false [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/applications/osgearth_viewerIOS/EarthMultiTouchManipulator.cpp:112:41: note: Assignment 'eventTimeDelta=0.0166666666667', assigned value is 0.0166666666667
osgearth-osgearth-2.9/src/applications/osgearth_viewerIOS/EarthMultiTouchManipulator.cpp:113:36: note: Condition 'eventTimeDelta<0.' is always false
osgearth-osgearth-2.9/src/applications/osgearth_viewerIOS/EarthMultiTouchManipulator.cpp:29:29: warning: Member variable 'EarthMultiTouchManipulator::_gestureState' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_viewerIOS/EarthMultiTouchManipulator.cpp:29:29: warning: Member variable 'EarthMultiTouchManipulator::_pinchVector' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_viewerIOS/EarthMultiTouchManipulator.cpp:29:29: warning: Member variable 'EarthMultiTouchManipulator::_lastTouchData' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/applications/osgearth_viewerIOS/EarthMultiTouchManipulator.h:23:1: warning: The class 'EarthMultiTouchManipulator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/applications/osgearth_viewer_android/jni/OsgMainApp.cpp:20:5: style: Class 'ClampObjectLocatorCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/CacheBin.cpp:268:43: style: Variable 'hashKey' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/Clamping.cpp:228:17: style: Variable 'passed' is modified but its new value is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/Clamping.cpp:51:9: style: Struct 'ApplyDefaultsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/ClampingBinTechnique.cpp:53:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
osgearth-osgearth-2.9/src/osgEarth/ColorFilter.cpp:35:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
osgearth-osgearth-2.9/src/osgEarth/ColorFilter.cpp:32:10: note: outer condition: !s_singleton
osgearth-osgearth-2.9/src/osgEarth/ColorFilter.cpp:35:14: note: identical inner condition: !s_singleton
osgearth-osgearth-2.9/src/osgEarth/ColorFilter.cpp:35:14: style: Condition '!s_singleton' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarth/ColorFilter.cpp:32:10: note: Assuming that condition '!s_singleton' is not redundant
osgearth-osgearth-2.9/src/osgEarth/ColorFilter.cpp:35:14: note: Condition '!s_singleton' is always true
osgearth-osgearth-2.9/src/osgEarth/CompositeTileSource.cpp:114:13: performance: Variable 'image' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarth/CompositeTileSource.cpp:121:19: performance: Variable 'image' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarth/Config.cpp:69:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Config.cpp:88:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Config.cpp:115:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Config.cpp:125:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:341:16: style: Variable 'c0' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:341:20: style: Variable 'c1' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:342:16: style: Variable 'frame' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:202:20: style: Member variable 'ComputeVisitor::_maxNormalLen' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:144:15: note: Member variable 'ComputeVisitor::_maxNormalLen' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:202:20: note: Member variable 'ComputeVisitor::_maxNormalLen' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:199:20: style: Member variable 'ComputeVisitor::_pass' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:145:15: note: Member variable 'ComputeVisitor::_pass' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:199:20: note: Member variable 'ComputeVisitor::_pass' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:290:16: style: Member variable 'ComputeClusterCullingParams::_maxOffset' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:256:15: note: Member variable 'ComputeClusterCullingParams::_maxOffset' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:290:16: note: Member variable 'ComputeClusterCullingParams::_maxOffset' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:258:13: performance: Variable '_ecefControl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:259:13: performance: Variable '_ecefNormal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarth/CullingUtils.cpp:253:9: style: Struct 'ComputeClusterCullingParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/DPLineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_index' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/DPLineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_r1' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/DPLineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_v1' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/DPLineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_r2' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/DPLineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_v2' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/DPLineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_r3' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/DPLineSegmentIntersector.cpp:52:31: warning: Member variable 'TriangleIntersection::_v3' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/DPLineSegmentIntersector.cpp:29:5: warning: The struct 'TriangleIntersection' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarth/DrapingTechnique.cpp:176:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/DrapingTechnique.cpp:195:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/DrapingTechnique.cpp:97:14: performance: Technically the member function '::Line2d::intersectRaysXY' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/DrapingTechnique.cpp:58:9: style: Class 'DrapingCamera' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/ElevationLOD.cpp:122:14: style: The scope of the variable 'altitudeOK' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/ElevationLayer.cpp:715:24: style: Variable 's0' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/ElevationLayer.cpp:715:30: style: Variable 's1' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/ElevationLayer.cpp:715:36: style: Variable 't0' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/ElevationLayer.cpp:715:42: style: Variable 't1' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/ElevationLayer.cpp:1037:25: style: Variable 'nodataCount' is modified but its new value is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/ElevationLayer.cpp:115:9: style: Struct 'NormalizeNoDataValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/ElevationPool.cpp:360:10: style: The scope of the variable 'foundTile' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/ElevationQuery.cpp:260:14: style: The scope of the variable 'tileSize' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/GLSLChunker.cpp:72:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/GLSLChunker.cpp:143:37: style: Variable 'parenLevel' is modified but its new value is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/GeoData.cpp:1656:27: warning: Either the condition '!memDriver' is redundant or there is possible null pointer dereference: memDriver. [nullPointerRedundantCheck]
osgearth-osgearth-2.9/src/osgEarth/GeoData.cpp:1650:13: note: Assuming that condition '!memDriver' is not redundant
osgearth-osgearth-2.9/src/osgEarth/GeoData.cpp:1656:27: note: Null pointer dereference
osgearth-osgearth-2.9/src/osgEarth/GeoData.cpp:1778:60: performance: Function parameter 'srcWKT' should be passed by const reference. [passedByValue]
osgearth-osgearth-2.9/src/osgEarth/GeoData.cpp:1779:38: performance: Function parameter 'destWKT' should be passed by const reference. [passedByValue]
osgearth-osgearth-2.9/src/osgEarth/GeoTransform.cpp:79:10: style: The scope of the variable 'result' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/HTTPClient.cpp:145:28: style: C-style pointer casting [cstyleCast]
osgearth-osgearth-2.9/src/osgEarth/HTTPClient.cpp:154:28: style: C-style pointer casting [cstyleCast]
osgearth-osgearth-2.9/src/osgEarth/HTTPClient.cpp:639:25: style: Unused variable: temp [unusedVariable]
osgearth-osgearth-2.9/src/osgEarth/HTTPClient.cpp:260:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/HTTPClient.cpp:119:9: style: Struct 'StreamObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/HeightFieldUtils.cpp:311:19: style: Variable 'clamped' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/HeightFieldUtils.cpp:334:23: style: Variable 'curvature' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/ImageUtils.cpp:1902:38: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/ImageUtils.cpp:773:14: style: Technically the member function '::MixImage::operator()' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarth/ImageUtils.cpp:1046:44: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
osgearth-osgearth-2.9/src/osgEarth/LandCoverLayer.cpp:95:9: warning: Member variable 'ILayer::codeTable' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarth/LandCoverLayer.cpp:87:19: style: Member variable 'ILayer::scale' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarth/LandCoverLayer.cpp:95:43: note: Member variable 'ILayer::scale' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/LandCoverLayer.cpp:87:19: note: Member variable 'ILayer::scale' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/LandCoverLayer.cpp:184:9: style: Class 'LandCoverTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:432:18: style: The scope of the variable 'actualIndex' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:159:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:245:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:256:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:311:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:370:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:394:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:420:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:444:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:473:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:559:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/Map.cpp:673:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/MapCallback.cpp:58:14: style: The scope of the variable 'index' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/MapCallback.cpp:73:14: style: The scope of the variable 'index' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/MapNode.cpp:66:9: style: Struct 'MapNodeMapCallbackProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/MapNode.cpp:90:9: style: Struct 'MapNodeObserverInstaller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/MapNodeObserver.cpp:35:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
osgearth-osgearth-2.9/src/osgEarth/MapNodeObserver.cpp:32:10: note: outer condition: !s_singleton
osgearth-osgearth-2.9/src/osgEarth/MapNodeObserver.cpp:35:14: note: identical inner condition: !s_singleton
osgearth-osgearth-2.9/src/osgEarth/MapNodeObserver.cpp:35:14: style: Condition '!s_singleton' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarth/MapNodeObserver.cpp:32:10: note: Assuming that condition '!s_singleton' is not redundant
osgearth-osgearth-2.9/src/osgEarth/MapNodeObserver.cpp:35:14: note: Condition '!s_singleton' is always true
osgearth-osgearth-2.9/src/osgEarth/ModelLayer.cpp:44:9: style: Struct 'NodeModelSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/NodeUtils.cpp:209:31: warning: Member variable 'TriangleIntersection::_index' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/NodeUtils.cpp:209:31: warning: Member variable 'TriangleIntersection::_r1' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/NodeUtils.cpp:209:31: warning: Member variable 'TriangleIntersection::_v1' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/NodeUtils.cpp:209:31: warning: Member variable 'TriangleIntersection::_r2' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/NodeUtils.cpp:209:31: warning: Member variable 'TriangleIntersection::_v2' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/NodeUtils.cpp:209:31: warning: Member variable 'TriangleIntersection::_r3' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/NodeUtils.cpp:209:31: warning: Member variable 'TriangleIntersection::_v3' is not assigned a value in 'TriangleIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/NodeUtils.cpp:186:5: warning: The struct 'TriangleIntersection' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarth/OverlayDecorator.cpp:665:65: style: The scope of the variable 'maxDist' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/OverlayDecorator.cpp:453:18: style: Variable 'eyeLen' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/PrimitiveIntersector.cpp:57:28: warning: Member variable 'PrimitiveIntersection::_index' is not assigned a value in 'PrimitiveIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/PrimitiveIntersector.cpp:57:28: warning: Member variable 'PrimitiveIntersection::_r1' is not assigned a value in 'PrimitiveIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/PrimitiveIntersector.cpp:57:28: warning: Member variable 'PrimitiveIntersection::_v1' is not assigned a value in 'PrimitiveIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/PrimitiveIntersector.cpp:57:28: warning: Member variable 'PrimitiveIntersection::_r2' is not assigned a value in 'PrimitiveIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/PrimitiveIntersector.cpp:57:28: warning: Member variable 'PrimitiveIntersection::_v2' is not assigned a value in 'PrimitiveIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/PrimitiveIntersector.cpp:57:28: warning: Member variable 'PrimitiveIntersection::_r3' is not assigned a value in 'PrimitiveIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/PrimitiveIntersector.cpp:57:28: warning: Member variable 'PrimitiveIntersection::_v3' is not assigned a value in 'PrimitiveIntersection::operator='. [operatorEqVarError]
osgearth-osgearth-2.9/src/osgEarth/PrimitiveIntersector.cpp:34:1: warning: The struct 'PrimitiveIntersection' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:828:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:825:13: note: outer condition: !_vpInstalled
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:828:17: note: identical inner condition: !_vpInstalled
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:568:35: style: Variable 'fullyIn' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:240:27: style: Member variable 'DeclutterSort::_customSortFunctor' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:251:30: note: Member variable 'DeclutterSort::_customSortFunctor' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:240:27: note: Member variable 'DeclutterSort::_customSortFunctor' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:662:13: performance: Variable '_fade' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:50:9: style: Struct 'SortContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:206:5: style: Struct 'LCGIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:658:9: style: Struct 'DeclutterDraw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/ScreenSpaceLayout.cpp:983:9: style: Class 'ScreenSpaceLayoutExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/ShaderFactory.cpp:281:10: style: Condition 'hasVS' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarth/ShaderFactory.cpp:155:19: note: Assignment 'hasVS=true', assigned value is 1
osgearth-osgearth-2.9/src/osgEarth/ShaderFactory.cpp:281:10: note: Condition 'hasVS' is always true
osgearth-osgearth-2.9/src/osgEarth/ShaderFactory.cpp:290:17: style: Condition '!s_GLES_SHADERS' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarth/ShaderFactory.cpp:455:17: style: Condition '!s_GLES_SHADERS' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarth/ShaderFactory.cpp:935:17: style: Condition '!s_GLES_SHADERS' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarth/ShaderFactory.cpp:236:0: style: Variable 'gl_Position' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/ShaderGenerator.cpp:305:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
osgearth-osgearth-2.9/src/osgEarth/ShaderUtils.cpp:325:14: style: The scope of the variable 'dirty' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/ShaderUtils.cpp:237:29: style: Unused variable: replacement [unusedVariable]
osgearth-osgearth-2.9/src/osgEarth/ShaderUtils.cpp:333:21: style: Variable 'dirty' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/SpatialReference.cpp:1058:18: style: Variable 'z_done' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/SpatialReference.cpp:1435:13: style: Variable 'pixel' is modified but its new value is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/StateSetCache.cpp:164:47: style: Variable 'sa' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/StateSetCache.cpp:100:9: style: Struct 'ShareStateAttributes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/StateSetCache.cpp:188:9: style: Struct 'ShareStateSets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/StringUtils.cpp:449:9: style: Struct 'ci_equal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/TaskService.cpp:311:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/TaskService.cpp:319:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/TaskService.cpp:334:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/TaskService.cpp:339:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/TaskService.cpp:386:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/TaskService.cpp:409:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/TaskService.cpp:438:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/TerrainEngineNode.cpp:43:9: style: Struct 'TerrainEngineNodeCallbackProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/TerrainTileModelFactory.cpp:91:0: style: Variable 'order' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/TerrainTileModelFactory.cpp:316:20: style: Variable 'mapInfo' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/TerrainTileModelFactory.cpp:395:49: style: Variable 'interp' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/TerrainTileModelFactory.cpp:438:16: style: Variable 'hit' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/TileKey.cpp:38:12: style: The scope of the variable 'width' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/TileKey.cpp:38:19: style: The scope of the variable 'height' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/TileRasterizer.cpp:47:0: style: Struct 'PostDrawRouter < TileRasterizer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/TileRasterizer.cpp:37:0: style: Struct 'PreDrawRouter < TileRasterizer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/TileSource.cpp:127:9: style: Struct 'WriteFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/TileVisitor.cpp:225:37: style: Variable 'wrapper' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/TileVisitor.cpp:332:37: style: Variable 'wrapper' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/TileVisitor.cpp:216:15: style: Member variable 'HandleTileTask::_key' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarth/TileVisitor.cpp:201:11: note: Member variable 'HandleTileTask::_key' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/TileVisitor.cpp:216:15: note: Member variable 'HandleTileTask::_key' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarth/TraversalData.cpp:124:3: style: Variable 'data1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osgearth-osgearth-2.9/src/osgEarth/TraversalData.cpp:119:3: note: Variable 'data1' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/osgEarth/TraversalData.cpp:124:3: note: Variable 'data1' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/osgEarth/TraversalData.cpp:132:21: style: Variable 'owner3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osgearth-osgearth-2.9/src/osgEarth/TraversalData.cpp:129:3: note: Variable 'owner3' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/osgEarth/TraversalData.cpp:132:21: note: Variable 'owner3' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/osgEarth/TraversalData.cpp:133:3: style: Variable 'owner1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osgearth-osgearth-2.9/src/osgEarth/TraversalData.cpp:132:3: note: Variable 'owner1' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/osgEarth/TraversalData.cpp:133:3: note: Variable 'owner1' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:408:0: style: The scope of the variable 'gotResultFromCallback' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:91:31: style: Variable 's_nullStream' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:291:14: performance: Technically the member function '::ReadObject::callbackRequestsCaching' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:292:20: performance: Technically the member function '::ReadObject::fromCallback' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:293:20: performance: Technically the member function '::ReadObject::fromCache' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:294:20: performance: Technically the member function '::ReadObject::fromHTTP' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:303:20: performance: Technically the member function '::ReadObject::fromFile' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:310:14: performance: Technically the member function '::ReadNode::callbackRequestsCaching' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:311:20: performance: Technically the member function '::ReadNode::fromCallback' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:312:20: performance: Technically the member function '::ReadNode::fromCache' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:313:20: performance: Technically the member function '::ReadNode::fromHTTP' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:322:20: performance: Technically the member function '::ReadNode::fromFile' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:329:14: performance: Technically the member function '::ReadImage::callbackRequestsCaching' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:332:20: performance: Technically the member function '::ReadImage::fromCallback' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:337:20: performance: Technically the member function '::ReadImage::fromCache' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:342:20: performance: Technically the member function '::ReadImage::fromHTTP' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:352:20: performance: Technically the member function '::ReadImage::fromFile' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:361:14: performance: Technically the member function '::ReadString::callbackRequestsCaching' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:362:20: performance: Technically the member function '::ReadString::fromCallback' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:363:20: performance: Technically the member function '::ReadString::fromCache' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:364:20: performance: Technically the member function '::ReadString::fromHTTP' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/URI.cpp:373:20: performance: Technically the member function '::ReadString::fromFile' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarth/VirtualProgram.cpp:855:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/VirtualProgram.cpp:856:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/VirtualProgram.cpp:312:14: style: Technically the member function '::SortByType::operator()' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarth/XmlUtils.cpp:67:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/XmlUtils.cpp:125:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/XmlUtils.cpp:151:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/XmlUtils.cpp:168:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/XmlUtils.cpp:184:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/XmlUtils.cpp:212:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/XmlUtils.cpp:237:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/XmlUtils.cpp:280:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/XmlUtils.cpp:285:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/XmlUtils.cpp:501:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/XmlUtils.cpp:507:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:364:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:966:2: style: 'TiXmlElement::operator=' should return 'TiXmlElement &'. [operatorEq]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1178:2: style: 'TiXmlComment::operator=' should return 'TiXmlComment &'. [operatorEq]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1243:2: style: 'TiXmlText::operator=' should return 'TiXmlText &'. [operatorEq]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1310:2: style: 'TiXmlDeclaration::operator=' should return 'TiXmlDeclaration &'. [operatorEq]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1367:2: style: 'TiXmlUnknown::operator=' should return 'TiXmlUnknown &'. [operatorEq]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1413:2: style: 'TiXmlDocument::operator=' should return 'TiXmlDocument &'. [operatorEq]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1652:2: style: 'TiXmlHandle::operator=' should return 'TiXmlHandle &'. [operatorEq]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:818:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:819:3: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarth/tinystr.h:253:7: style: Technically the member function 'TiXmlString::quit' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1766:14: style: Technically the member function 'TiXmlPrinter::Indent' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1773:14: style: Technically the member function 'TiXmlPrinter::LineBreak' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1782:14: style: Technically the member function 'TiXmlPrinter::CStr' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1784:9: style: Technically the member function 'TiXmlPrinter::Size' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarth/tinystr.h:90:17: style: Class 'TiXmlString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:957:2: style: Class 'TiXmlElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1174:2: style: Class 'TiXmlComment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1226:2: style: Class 'TiXmlText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1405:2: style: Class 'TiXmlDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1649:5: style: Class 'TiXmlHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:880:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:268:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:880:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:883:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:226:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:883:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1130:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:727:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1130:21: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1132:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:226:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1132:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1137:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:268:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1137:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1139:34: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:711:34: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1139:34: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1140:34: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:718:34: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1140:34: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1144:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:751:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1144:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1183:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:727:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1183:21: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1185:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:226:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1185:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1190:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:268:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1190:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1192:31: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:712:34: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1192:31: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1193:25: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:719:34: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1193:25: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1197:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:751:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1197:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1246:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:226:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1246:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1253:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:268:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1253:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1255:27: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:714:34: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1255:27: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1256:27: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:721:33: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1256:27: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1260:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:751:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1260:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1264:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:727:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1264:21: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1322:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:727:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1322:21: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1325:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:226:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1325:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1329:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:268:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1329:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1331:34: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:715:34: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1331:34: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1332:34: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:722:34: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1332:34: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1336:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:751:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1336:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1370:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:727:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1370:21: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1372:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:226:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1372:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1374:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:268:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1374:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1376:34: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:713:34: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1376:34: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1377:34: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:720:34: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1377:34: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1381:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:751:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1381:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1538:34: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:710:34: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1538:34: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1539:34: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:717:34: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1539:34: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1543:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:751:15: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1543:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1547:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:727:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1547:21: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:153:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:175:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:55:70: style: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:275:67: note: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:55:70: note: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:189:48: style: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:606:38: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:189:48: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:360:54: style: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:537:44: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:360:54: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:372:53: style: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:547:43: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:372:53: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:398:59: style: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:581:49: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:398:59: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:524:42: style: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:957:29: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:524:42: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:659:61: style: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:998:48: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:659:61: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:679:67: style: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1000:54: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:679:67: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:699:57: style: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1076:44: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:699:57: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:719:66: style: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1081:53: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:719:66: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:739:47: style: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1056:33: note: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:739:47: note: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:739:67: style: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1056:52: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:739:67: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:923:43: style: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1425:30: note: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:923:43: note: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1119:43: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1543:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1119:43: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1199:41: style: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:844:26: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1199:41: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1206:47: style: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:846:32: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1206:47: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1322:39: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1260:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1322:39: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1443:42: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1381:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1443:42: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1475:46: style: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:922:28: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1475:46: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1490:49: style: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:923:31: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1490:49: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1533:54: style: Function 'Find' argument 1 names different: declaration '_name' definition 'name'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:930:36: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1533:54: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1641:37: style: Function 'Child' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1670:25: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1641:37: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1660:56: style: Function 'Child' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1666:44: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1660:56: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1679:44: style: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1680:32: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1679:44: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1698:63: style: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1675:51: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1698:63: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:192:16: warning: Assert statement calls a function which may have desired side effects: 'GetDocument'. [assertWithSideEffect]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1346:2: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1347:2: performance: Variable 'encoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1348:2: performance: Variable 'standalone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:923:7: style: Technically the member function 'osgEarth::TiXmlAttributeSet::Remove' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.cpp:1490:25: note: Technically the member function 'osgEarth::TiXmlAttributeSet::Remove' can be const.
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:923:7: note: Technically the member function 'osgEarth::TiXmlAttributeSet::Remove' can be const.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:447:14: style: Redundant condition: If 'EXPR == '#'', the comparison 'EXPR' is always true. [redundantCondition]
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:825:16: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1128:18: style: Redundant condition: If 'EXPR == '>'', the comparison 'EXPR' is always true. [redundantCondition]
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1287:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1411:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '='' is always true. [redundantCondition]
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1305:8: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1295:10: note: Assuming that condition 'p' is not redundant
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1305:8: note: Null pointer dereference
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:432:9: warning: Either the condition 'p' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:422:11: note: Assuming that condition 'p' is not redundant
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:432:9: note: Null pointer subtraction
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:440:47: style: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:336:44: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:440:47: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:537:21: style: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:380:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:537:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:576:46: style: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:328:43: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:576:46: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:578:15: style: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:330:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:578:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:580:15: style: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:332:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:580:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:706:68: style: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1452:62: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:706:68: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:800:52: style: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1536:38: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:800:52: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:800:78: style: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1536:71: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:800:78: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:820:45: style: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:766:35: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:820:45: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1181:50: style: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1159:37: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1181:50: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1181:71: style: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1159:59: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1181:71: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1571:91: style: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarth/tinyxml.h:1329:82: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:1571:91: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
osgearth-osgearth-2.9/src/osgEarth/tinyxmlparser.cpp:180:21: style: Technically the member function 'TiXmlParsingData::Cursor' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthAnnotation/AnnotationRegistry.cpp:72:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
osgearth-osgearth-2.9/src/osgEarthAnnotation/AnnotationRegistry.cpp:69:10: note: outer condition: !s_singleton
osgearth-osgearth-2.9/src/osgEarthAnnotation/AnnotationRegistry.cpp:72:14: note: identical inner condition: !s_singleton
osgearth-osgearth-2.9/src/osgEarthAnnotation/AnnotationRegistry.cpp:72:14: style: Condition '!s_singleton' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthAnnotation/AnnotationRegistry.cpp:69:10: note: Assuming that condition '!s_singleton' is not redundant
osgearth-osgearth-2.9/src/osgEarthAnnotation/AnnotationRegistry.cpp:72:14: note: Condition '!s_singleton' is always true
osgearth-osgearth-2.9/src/osgEarthAnnotation/Draggers.cpp:95:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthAnnotation/ImageOverlay.cpp:800:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthAnnotation/ImageOverlayEditor.cpp:59:5: style: Struct 'OverlayCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthAnnotation/PlaceNode.cpp:537:0: error: syntax error [syntaxError]
osgearth-osgearth-2.9/src/osgEarthDrivers/agglite/AGGLiteRasterizerTileSource.cpp:72:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
osgearth-osgearth-2.9/src/osgEarthDrivers/agglite/AGGLiteRasterizerTileSource.cpp:88:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
osgearth-osgearth-2.9/src/osgEarthDrivers/agglite/AGGLiteRasterizerTileSource.cpp:98:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
osgearth-osgearth-2.9/src/osgEarthDrivers/agglite/AGGLiteRasterizerTileSource.cpp:366:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/agglite/AGGLiteRasterizerTileSource.cpp:393:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/agglite/AGGLiteRasterizerTileSource.cpp:449:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/agglite/AGGLiteRasterizerTileSource.cpp:476:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/agglite/AGGLiteOptions:50:9: style: Class 'AGGLiteOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/agglite/AGGLiteRasterizerTileSource.cpp:58:9: style: Struct 'float32' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/agglite/AGGLiteRasterizerTileSource.cpp:115:5: style: Class 'AGGLiteRasterizerTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:238:9: style: The scope of the variable 'tile_cols' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:13:38: style: Function 'MapServiceLayer' argument 1 names different: declaration 'id' definition 'in_id'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.h:33:26: note: Function 'MapServiceLayer' argument 1 names different: declaration 'id' definition 'in_id'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:13:38: note: Function 'MapServiceLayer' argument 1 names different: declaration 'id' definition 'in_id'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:14:53: style: Function 'MapServiceLayer' argument 2 names different: declaration 'name' definition 'in_name'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.h:33:49: note: Function 'MapServiceLayer' argument 2 names different: declaration 'name' definition 'in_name'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:14:53: note: Function 'MapServiceLayer' argument 2 names different: declaration 'name' definition 'in_name'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:44:25: style: Function 'TileInfo' argument 1 names different: declaration 'tile_size' definition '_tile_size'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.h:55:19: note: Function 'TileInfo' argument 1 names different: declaration 'tile_size' definition '_tile_size'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:44:25: note: Function 'TileInfo' argument 1 names different: declaration 'tile_size' definition '_tile_size'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:44:56: style: Function 'TileInfo' argument 2 names different: declaration 'format' definition '_format'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.h:55:49: note: Function 'TileInfo' argument 2 names different: declaration 'format' definition '_format'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:44:56: note: Function 'TileInfo' argument 2 names different: declaration 'format' definition '_format'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:44:69: style: Function 'TileInfo' argument 3 names different: declaration 'min_level' definition '_min_level'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.h:55:61: note: Function 'TileInfo' argument 3 names different: declaration 'min_level' definition '_min_level'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:44:69: note: Function 'TileInfo' argument 3 names different: declaration 'min_level' definition '_min_level'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:44:85: style: Function 'TileInfo' argument 4 names different: declaration 'max_level' definition '_max_level'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.h:55:76: note: Function 'TileInfo' argument 4 names different: declaration 'max_level' definition '_max_level'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:44:85: note: Function 'TileInfo' argument 4 names different: declaration 'max_level' definition '_max_level'.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/Extent.h:26:5: warning: Member variable 'Extent::xmin' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/Extent.h:26:5: warning: Member variable 'Extent::ymin' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/Extent.h:26:5: warning: Member variable 'Extent::xmax' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/Extent.h:26:5: warning: Member variable 'Extent::ymax' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.h:75:9: style: Member variable 'TileInfo::tile_size' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.cpp:35:1: note: Member variable 'TileInfo::tile_size' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.h:75:9: note: Member variable 'TileInfo::tile_size' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/Extent.h:40:26: style: Technically the member function 'Extent::srs' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/Extent.h:23:1: warning: The class 'Extent' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/MapService.h:50:1: warning: The class 'TileInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/ArcGISOptions:50:9: style: Class 'ArcGISOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/arcgis/ReaderWriterArcGIS.cpp:52:5: style: Class 'ArcGISSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/bing/BingTileSource.cpp:28:14: style: Technically the member function '::AlphaBlend::operator()' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/bing/BingOptions:73:9: style: Class 'BingOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/bing/BingTileSource.cpp:60:5: style: Class 'BingTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/bumpmap/BumpMapOptions:63:9: style: Class 'BumpMapOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/bumpmap/BumpMapTerrainEffect:42:9: style: Class 'BumpMapTerrainEffect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/bumpmap/BumpMapExtension:45:9: style: Class 'BumpMapExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_filesystem/FileSystemCache.cpp:539:17: style: The scope of the variable 'ok' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_filesystem/FileSystemCache:35:9: style: Class 'FileSystemCacheOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_filesystem/FileSystemCache.cpp:62:9: style: Class 'FileSystemCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCache.cpp:179:46: style: Function 'addBin' argument 1 names different: declaration 'binID' definition 'name'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCache:50:56: note: Function 'addBin' argument 1 names different: declaration 'binID' definition 'name'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCache.cpp:179:46: note: Function 'addBin' argument 1 names different: declaration 'binID' definition 'name'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCache:38:9: warning: Member variable 'LevelDBCacheImpl::_active' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCache:38:9: warning: Member variable 'LevelDBCacheImpl::_db' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCache:39:9: warning: Member variable 'LevelDBCacheImpl::_active' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCache:39:9: warning: Member variable 'LevelDBCacheImpl::_db' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/Tracker:104:35: style: Member variable 'Tracker::_path' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/Tracker:45:13: note: Member variable 'Tracker::_path' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/Tracker:104:35: note: Member variable 'Tracker::_path' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/Tracker:48:13: performance: Variable '_maxBytes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheOptions:36:9: style: Class 'LevelDBCacheOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCache:46:9: style: Class 'LevelDBCacheImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:104:45: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:98:53: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:104:45: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:105:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:99:33: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:105:25: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:109:45: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:98:53: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:109:45: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:110:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:99:33: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:110:25: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:114:45: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:98:53: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:114:45: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:115:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:99:33: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:115:25: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin.cpp:82:53: style: Function 'LevelDBCacheBin' argument 1 names different: declaration 'name' definition 'binID'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:40:44: note: Function 'LevelDBCacheBin' argument 1 names different: declaration 'name' definition 'binID'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin.cpp:82:53: note: Function 'LevelDBCacheBin' argument 1 names different: declaration 'name' definition 'binID'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin.cpp:633:46: style: Function 'writeMetadata' argument 1 names different: declaration 'meta' definition 'conf'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin:70:43: note: Function 'writeMetadata' argument 1 names different: declaration 'meta' definition 'conf'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin.cpp:633:46: note: Function 'writeMetadata' argument 1 names different: declaration 'meta' definition 'conf'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin.cpp:82:18: warning: Member variable 'LevelDBCacheBin::_ok' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin.cpp:82:18: warning: Member variable 'LevelDBCacheBin::_binPathExists' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_leveldb/LevelDBCacheBin.cpp:91:5: performance: Variable '_rw' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCache.cpp:200:46: style: Function 'addBin' argument 1 names different: declaration 'binID' definition 'name'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCache:50:56: note: Function 'addBin' argument 1 names different: declaration 'binID' definition 'name'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCache.cpp:200:46: note: Function 'addBin' argument 1 names different: declaration 'binID' definition 'name'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCache:38:9: warning: Member variable 'RocksDBCacheImpl::_active' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCache:38:9: warning: Member variable 'RocksDBCacheImpl::_db' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCache:39:9: warning: Member variable 'RocksDBCacheImpl::_active' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCache:39:9: warning: Member variable 'RocksDBCacheImpl::_db' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/Tracker:104:35: style: Member variable 'Tracker::_path' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/Tracker:45:13: note: Member variable 'Tracker::_path' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/Tracker:104:35: note: Member variable 'Tracker::_path' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/Tracker:48:13: performance: Variable '_maxBytes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheOptions:36:9: style: Class 'RocksDBCacheOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCache:46:9: style: Class 'RocksDBCacheImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:104:45: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:98:53: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:104:45: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:105:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:99:33: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:105:25: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:109:45: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:98:53: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:109:45: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:110:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:99:33: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:110:25: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:114:45: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:98:53: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:114:45: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:115:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:99:33: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:115:25: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:82:53: style: Function 'RocksDBCacheBin' argument 1 names different: declaration 'name' definition 'binID'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:40:44: note: Function 'RocksDBCacheBin' argument 1 names different: declaration 'name' definition 'binID'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:82:53: note: Function 'RocksDBCacheBin' argument 1 names different: declaration 'name' definition 'binID'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:230:74: style: Function 'readImage' argument 2 names different: declaration 'dbo' definition 'readOptions'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:48:76: note: Function 'readImage' argument 2 names different: declaration 'dbo' definition 'readOptions'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:230:74: note: Function 'readImage' argument 2 names different: declaration 'dbo' definition 'readOptions'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:236:75: style: Function 'readObject' argument 2 names different: declaration 'dbo' definition 'readOptions'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:46:77: note: Function 'readObject' argument 2 names different: declaration 'dbo' definition 'readOptions'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:236:75: note: Function 'readObject' argument 2 names different: declaration 'dbo' definition 'readOptions'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:313:75: style: Function 'readString' argument 2 names different: declaration 'dbo' definition 'readOptions'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:52:77: note: Function 'readString' argument 2 names different: declaration 'dbo' definition 'readOptions'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:313:75: note: Function 'readString' argument 2 names different: declaration 'dbo' definition 'readOptions'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:330:117: style: Function 'write' argument 4 names different: declaration 'dbo' definition 'writeOptions'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:54:113: note: Function 'write' argument 4 names different: declaration 'dbo' definition 'writeOptions'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:330:117: note: Function 'write' argument 4 names different: declaration 'dbo' definition 'writeOptions'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:627:46: style: Function 'writeMetadata' argument 1 names different: declaration 'meta' definition 'conf'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin:70:43: note: Function 'writeMetadata' argument 1 names different: declaration 'meta' definition 'conf'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:627:46: note: Function 'writeMetadata' argument 1 names different: declaration 'meta' definition 'conf'.
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:82:18: warning: Member variable 'RocksDBCacheBin::_ok' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:82:18: warning: Member variable 'RocksDBCacheBin::_binPathExists' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/cache_rocksdb/RocksDBCacheBin.cpp:91:5: performance: Variable '_rw' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/colorramp/ColorRampOptions:41:9: style: Class 'ColorRampOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/colorramp/ColorRampTileSource.cpp:42:5: style: Class 'ColorRampTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/debug/DebugTileSource.cpp:71:9: performance: Variable '_geom' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/debug/DebugOptions:39:9: style: Class 'DebugOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/debug/DebugTileSource.cpp:69:5: style: Class 'DebugTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/detail/DetailOptions:53:9: style: Class 'DetailOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/detail/DetailTerrainEffect:41:9: style: Class 'DetailTerrainEffect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/detail/DetailExtension:44:9: style: Class 'DetailExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer1.cpp:25:75: style: Function 'deserialize' argument 2 names different: declaration 'referrer' definition 'referenceURI'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer:32:70: note: Function 'deserialize' argument 2 names different: declaration 'referrer' definition 'referenceURI'.
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer1.cpp:25:75: note: Function 'deserialize' argument 2 names different: declaration 'referrer' definition 'referenceURI'.
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:522:48: style: Function 'serialize' argument 1 names different: declaration 'mapNode' definition 'input'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer:70:42: note: Function 'serialize' argument 1 names different: declaration 'mapNode' definition 'input'.
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:522:48: note: Function 'serialize' argument 1 names different: declaration 'mapNode' definition 'input'.
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:183:13: performance: Variable '_newReferrerAbsPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:49:16: style: Technically the member function '::PathIterator::operator*' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:70:28: note: Technically the member function '::PathIterator::operator*' can be const.
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:49:16: note: Technically the member function '::PathIterator::operator*' can be const.
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:57:32: style: Technically the member function '::PathIterator::skipSeparators' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:76:44: note: Technically the member function '::PathIterator::skipSeparators' can be const.
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:57:32: note: Technically the member function '::PathIterator::skipSeparators' can be const.
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:193:14: performance: Technically the member function '::RewritePaths::isLocation' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:272:15: performance: Technically the member function '::RewritePaths::getPathRelative' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:46:4: style: Class 'PathIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/earth/EarthFileSerializer2.cpp:180:9: style: Struct 'RewritePaths' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/GeometryPool:51:13: warning: Member variable 'GeometryKey::yMin' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MaskGenerator:56:14: performance: Technically the member function 'osgEarth::Drivers::MPTerrainEngine::MaskGenerator::isMasked' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MaskGenerator:62:14: performance: Technically the member function 'osgEarth::Drivers::MPTerrainEngine::MaskGenerator::contains' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MaskGenerator:68:14: performance: Technically the member function 'osgEarth::Drivers::MPTerrainEngine::MaskGenerator::containedByQuadAtColRow' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MaskGenerator:53:9: style: Class 'MaskGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineOptions:38:9: style: Class 'MPTerrainEngineOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:290:38: style: Member variable 'TileModel::_mapInfo' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:261:44: note: Member variable 'TileModel::_mapInfo' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:290:38: note: Member variable 'TileModel::_mapInfo' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:251:13: style: Class 'ColorDataRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNode:142:9: style: Class 'InvalidTileNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/HeightFieldCache:68:9: style: Class 'HeightFieldCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNode:143:14: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNode:61:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNode:143:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPGeometry.cpp:246:15: style: The scope of the variable 'prev_opacity' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPGeometry.cpp:251:13: style: The scope of the variable 'sharedLayers' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPGeometry.cpp:77:71: style: Function 'MPGeometry' argument 3 names different: declaration 'primaryImageUnit' definition 'imageUnit'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPGeometry:116:67: note: Function 'MPGeometry' argument 3 names different: declaration 'primaryImageUnit' definition 'imageUnit'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPGeometry.cpp:77:71: note: Function 'MPGeometry' argument 3 names different: declaration 'primaryImageUnit' definition 'imageUnit'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPGeometry:81:18: style: Member variable 'MPGeometry::_uidUniformNameID' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPGeometry.cpp:81:1: note: Member variable 'MPGeometry::_uidUniformNameID' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPGeometry:81:18: note: Member variable 'MPGeometry::_uidUniformNameID' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPGeometry:53:17: performance: Variable '_layerID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineDriver.cpp:101:17: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineDriver.cpp:101:17: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineDriver.cpp:101:17: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineDriver.cpp:101:17: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_terrain' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_uid' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_mapModelRev' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_terrainRev' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_shaderLibRev' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_batchUpdateInProgress' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_refreshRequired' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_stateUpdateRequired' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_elevationCallback' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_normalMapInstaller' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_update_mapf' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_liveTiles' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_releaser' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_perThreadKeyNodeFactories' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_timer' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_tileCount' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_tileCreationTime' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_primaryUnit' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_secondaryUnit' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_elevationTextureUnit' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_normalMapUnit' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_tileModelFactory' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_renderBinMutex' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_terrainRenderBinPrototype' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:180:9: warning: Member variable 'MPTerrainEngineNode::_payloadRenderBinPrototype' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:105:13: style: Class 'ElevationChangedCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:45:5: warning: The class 'MPTerrainEngineNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:221:24: style: The scope of the variable 'libVS' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:263:24: style: The scope of the variable 'libFS' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:1021:22: style: The scope of the variable 'haveColorFilters' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:446:35: style: Function 'refresh' argument 1 names different: declaration 'force' definition 'forceDirty'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:124:27: note: Function 'refresh' argument 1 names different: declaration 'force' definition 'forceDirty'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:446:35: note: Function 'refresh' argument 1 names different: declaration 'force' definition 'forceDirty'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:841:49: style: Function 'addImageLayer' argument 1 names different: declaration 'layer' definition 'layerAdded'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:127:41: note: Function 'addImageLayer' argument 1 names different: declaration 'layer' definition 'layerAdded'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:841:49: note: Function 'addImageLayer' argument 1 names different: declaration 'layer' definition 'layerAdded'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:567:0: style: Variable 'child' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:717:45: style: Variable 'interp' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:148:28: style: Member variable 'MPTerrainEngineNode::_batchUpdateInProgress' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:191:1: note: Member variable 'MPTerrainEngineNode::_batchUpdateInProgress' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode:148:28: note: Member variable 'MPTerrainEngineNode::_batchUpdateInProgress' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:196:5: performance: Variable '_uid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:65:9: style: Struct 'MPTerrainEngineNodeMapCallbackProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/MPTerrainEngineNode.cpp:492:9: style: Struct 'NotifyExistingNodesOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SingleKeyNodeFactory:68:20: style: The function 'createNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/KeyNodeFactory:44:28: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SingleKeyNodeFactory:68:20: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/FileLocationCallback:52:13: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/FileLocationCallback:52:13: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/FileLocationCallback:52:13: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/FileLocationCallback:52:13: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SingleKeyNodeFactory.cpp:51:74: style: Function 'SingleKeyNodeFactory' argument 7 names different: declaration 'terrainEngine' definition 'engine'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SingleKeyNodeFactory:50:49: note: Function 'SingleKeyNodeFactory' argument 7 names different: declaration 'terrainEngine' definition 'engine'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SingleKeyNodeFactory.cpp:51:74: note: Function 'SingleKeyNodeFactory' argument 7 names different: declaration 'terrainEngine' definition 'engine'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/DynamicLODScaleCallback:39:9: style: Struct 'DynamicLODScaleCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:149:9: warning: Member variable 'TileDrawable::_uidUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:149:9: warning: Member variable 'TileDrawable::_birthTimeUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:149:9: warning: Member variable 'TileDrawable::_orderUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:149:9: warning: Member variable 'TileDrawable::_opacityUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:149:9: warning: Member variable 'TileDrawable::_tileKeyUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:149:9: warning: Member variable 'TileDrawable::_texMatrixUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:149:9: warning: Member variable 'TileDrawable::_parentTexMatrixUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:149:9: warning: Member variable 'TileDrawable::_supportsGLSL' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:150:9: warning: Member variable 'TileDrawable::_uidUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:150:9: warning: Member variable 'TileDrawable::_birthTimeUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:150:9: warning: Member variable 'TileDrawable::_orderUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:150:9: warning: Member variable 'TileDrawable::_opacityUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:150:9: warning: Member variable 'TileDrawable::_tileKeyUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:150:9: warning: Member variable 'TileDrawable::_texMatrixUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:150:9: warning: Member variable 'TileDrawable::_parentTexMatrixUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:150:9: warning: Member variable 'TileDrawable::_supportsGLSL' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:49:13: warning: Member variable 'Layer::_alphaThreshold' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable:49:13: warning: Member variable 'Layer::_opaque' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SurfaceNodeFactory:111:39: style: Member variable 'SurfaceNodeFactory::_tileSize' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SurfaceNodeFactory.cpp:38:1: note: Member variable 'SurfaceNodeFactory::_tileSize' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SurfaceNodeFactory:111:39: note: Member variable 'SurfaceNodeFactory::_tileSize' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SurfaceNodeFactory:110:39: style: Member variable 'SurfaceNodeFactory::_options' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SurfaceNodeFactory.cpp:39:1: note: Member variable 'SurfaceNodeFactory::_options' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SurfaceNodeFactory:110:39: note: Member variable 'SurfaceNodeFactory::_options' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SurfaceNodeFactory:112:39: style: Member variable 'SurfaceNodeFactory::_maskSet' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SurfaceNodeFactory.cpp:41:1: note: Member variable 'SurfaceNodeFactory::_maskSet' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/SurfaceNodeFactory:112:39: note: Member variable 'SurfaceNodeFactory::_maskSet' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileDrawable.cpp:36:15: warning: Member variable 'TileDrawable::_parentTexMatrixUniformNameID' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroup:67:40: style: Member variable 'TileGroup::_engineUID' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroup.cpp:78:1: note: Member variable 'TileGroup::_engineUID' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroup:67:40: note: Member variable 'TileGroup::_engineUID' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroup.cpp:36:9: style: Struct 'UpdateAgent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory.cpp:59:66: style: Function 'TileGroupFactory' argument 2 names different: declaration 'engine' definition 'terrainEngine'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory:46:49: note: Function 'TileGroupFactory' argument 2 names different: declaration 'engine' definition 'terrainEngine'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory.cpp:59:66: note: Function 'TileGroupFactory' argument 2 names different: declaration 'engine' definition 'terrainEngine'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory.cpp:281:53: style: Function 'createTileGroup' argument 1 names different: declaration 'key' definition 'parentKey'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory:65:31: note: Function 'createTileGroup' argument 1 names different: declaration 'key' definition 'parentKey'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory.cpp:281:53: note: Function 'createTileGroup' argument 1 names different: declaration 'key' definition 'parentKey'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory:88:47: style: Member variable 'TileGroupFactory::_liveTiles' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory.cpp:68:1: note: Member variable 'TileGroupFactory::_liveTiles' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory:88:47: note: Member variable 'TileGroupFactory::_liveTiles' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory:90:47: style: Member variable 'TileGroupFactory::_options' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory.cpp:71:1: note: Member variable 'TileGroupFactory::_options' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileGroupFactory:90:47: note: Member variable 'TileGroupFactory::_options' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel.cpp:152:61: style: Function 'ColorData' argument 1 names different: declaration 'imageLayer' definition 'layer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:189:45: note: Function 'ColorData' argument 1 names different: declaration 'imageLayer' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel.cpp:152:61: note: Function 'ColorData' argument 1 names different: declaration 'imageLayer' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel.cpp:261:12: warning: Member variable 'TileModel::_elevationTexture' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel.cpp:261:12: warning: Member variable 'TileModel::_normalTexture' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel.cpp:261:12: warning: Member variable 'TileModel::_parentModel' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:299:38: style: Member variable 'TileModel::_useParentData' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel.cpp:269:1: note: Member variable 'TileModel::_useParentData' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:299:38: note: Member variable 'TileModel::_useParentData' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:241:54: style: Member variable 'ColorData::_locator' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel.cpp:159:1: note: Member variable 'ColorData::_locator' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:241:54: note: Member variable 'ColorData::_locator' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:47:5: warning: The class 'TileModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:67:9: warning: The class 'ElevationData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:124:9: warning: The class 'NormalData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModel:177:9: warning: The class 'ColorData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:2121:13: style: Variable 'sizeStr' is reassigned a value before the old one has been used. [redundantAssignment]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:2120:13: note: Variable 'sizeStr' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:2121:13: note: Variable 'sizeStr' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:2148:74: style: Function 'TileModelCompiler' argument 3 names different: declaration 'textureImageUnit' definition 'texImageUnit'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler:88:43: note: Function 'TileModelCompiler' argument 3 names different: declaration 'textureImageUnit' definition 'texImageUnit'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:2148:74: note: Function 'TileModelCompiler' argument 3 names different: declaration 'textureImageUnit' definition 'texImageUnit'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:2149:74: style: Function 'TileModelCompiler' argument 4 names different: declaration 'optimizeTriangleOrientation' definition 'optimizeTriOrientation'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler:89:43: note: Function 'TileModelCompiler' argument 4 names different: declaration 'optimizeTriangleOrientation' definition 'optimizeTriOrientation'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:2149:74: note: Function 'TileModelCompiler' argument 4 names different: declaration 'optimizeTriangleOrientation' definition 'optimizeTriOrientation'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:873:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler:103:51: style: Member variable 'TileModelCompiler::_textureImageUnit' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:2155:1: note: Member variable 'TileModelCompiler::_textureImageUnit' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler:103:51: note: Member variable 'TileModelCompiler::_textureImageUnit' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:156:25: style: Member variable 'Data::frame' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:127:15: note: Member variable 'Data::frame' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:156:25: note: Member variable 'Data::frame' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:131:13: performance: Variable 'surfaceGeode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:132:13: performance: Variable 'surface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:140:13: performance: Variable 'renderTileCoords' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelCompiler.cpp:142:13: performance: Variable 'stitchTileCoords' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelFactory.cpp:215:66: style: Function 'TileModelFactory' argument 3 names different: declaration 'terrainRequirements' definition 'terrainReqs'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelFactory:55:43: note: Function 'TileModelFactory' argument 3 names different: declaration 'terrainRequirements' definition 'terrainReqs'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelFactory.cpp:215:66: note: Function 'TileModelFactory' argument 3 names different: declaration 'terrainRequirements' definition 'terrainReqs'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelFactory.cpp:83:43: style: Variable 'tileSource' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelFactory.cpp:84:43: style: Variable 'layerProfile' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelFactory.cpp:448:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileModelFactory.cpp:221:5: performance: Variable '_meshHFCache' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNode.cpp:199:37: style: Function 'notifyOfArrival' argument 1 names different: declaration 'waitee' definition 'that'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNode:102:40: note: Function 'notifyOfArrival' argument 1 names different: declaration 'waitee' definition 'that'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNode.cpp:199:37: note: Function 'notifyOfArrival' argument 1 names different: declaration 'waitee' definition 'that'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNode:124:44: style: Member variable 'TileNode::_outOfDate' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNode.cpp:50:1: note: Member variable 'TileNode::_outOfDate' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNode:124:44: note: Member variable 'TileNode::_outOfDate' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry.cpp:62:33: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry.cpp:58:29: note: outer condition: _maprev!=rev||setToDirty
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry.cpp:62:33: note: identical inner condition: _maprev!=rev||setToDirty
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry.cpp:35:70: style: Function 'TileNodeRegistry' argument 2 names different: declaration 'terrainIF' definition 'terrain'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry:61:60: note: Function 'TileNodeRegistry' argument 2 names different: declaration 'terrainIF' definition 'terrain'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry.cpp:35:70: note: Function 'TileNodeRegistry' argument 2 names different: declaration 'terrainIF' definition 'terrain'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry.cpp:213:52: style: Function 'startListeningFor' argument 1 names different: declaration 'keyToWaitFor' definition 'tileToWaitFor'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry:141:47: note: Function 'startListeningFor' argument 1 names different: declaration 'keyToWaitFor' definition 'tileToWaitFor'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry.cpp:213:52: note: Function 'startListeningFor' argument 1 names different: declaration 'keyToWaitFor' definition 'tileToWaitFor'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry.cpp:234:51: style: Function 'stopListeningFor' argument 1 names different: declaration 'keyToWairFor' definition 'tileToWaitFor'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry:144:46: note: Function 'stopListeningFor' argument 1 names different: declaration 'keyToWairFor' definition 'tileToWaitFor'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry.cpp:234:51: note: Function 'stopListeningFor' argument 1 names different: declaration 'keyToWairFor' definition 'tileToWaitFor'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry:125:43: style: Member variable 'TileNodeRegistry::_revisioningEnabled' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry.cpp:37:1: note: Member variable 'TileNodeRegistry::_revisioningEnabled' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TileNodeRegistry:125:43: note: Member variable 'TileNodeRegistry::_revisioningEnabled' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TilePagedLOD.cpp:110:46: style: Function 'TilePagedLOD' argument 2 names different: declaration 'liveTiles' definition 'live'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TilePagedLOD:46:31: note: Function 'TilePagedLOD' argument 2 names different: declaration 'liveTiles' definition 'live'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TilePagedLOD.cpp:110:46: note: Function 'TilePagedLOD' argument 2 names different: declaration 'liveTiles' definition 'live'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TilePagedLOD.cpp:150:68: style: Function 'setChildBoundingBoxAndMatrix' argument 3 names different: declaration 'world2local' definition 'matrix'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TilePagedLOD:57:37: note: Function 'setChildBoundingBoxAndMatrix' argument 3 names different: declaration 'world2local' definition 'matrix'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TilePagedLOD.cpp:150:68: note: Function 'setChildBoundingBoxAndMatrix' argument 3 names different: declaration 'world2local' definition 'matrix'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TilePagedLOD.cpp:53:9: warning: Member variable 'ExpirationCollector::_releaser' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TilePagedLOD:99:40: style: Member variable 'TilePagedLOD::_live' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TilePagedLOD.cpp:114:1: note: Member variable 'TilePagedLOD::_live' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TilePagedLOD:99:40: note: Member variable 'TilePagedLOD::_live' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_mp/TilePagedLOD.cpp:53:9: style: Struct 'ExpirationCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/DrawState:94:48: style: Member variable 'PerContextDrawState::_pcp' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/DrawState:111:13: note: Member variable 'PerContextDrawState::_pcp' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/DrawState:94:48: note: Member variable 'PerContextDrawState::_pcp' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/DrawTileCommand.cpp:27:55: style: Function 'draw' argument 2 names different: declaration 'ds' definition 'dsMaster'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/DrawTileCommand:82:51: note: Function 'draw' argument 2 names different: declaration 'ds' definition 'dsMaster'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/DrawTileCommand.cpp:27:55: note: Function 'draw' argument 2 names different: declaration 'ds' definition 'dsMaster'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/DrawTileCommand:95:9: warning: Member variable 'DrawTileCommand::_key' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineOptions:188:28: style: Member variable 'RexTerrainEngineOptions::_expirationRange' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineOptions:49:13: note: Member variable 'RexTerrainEngineOptions::_expirationRange' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineOptions:188:28: note: Member variable 'RexTerrainEngineOptions::_expirationRange' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineOptions:38:9: style: Class 'RexTerrainEngineOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/GeometryPool:141:9: style: Class 'GeometryPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ElevationTextureUtils.cpp:68:49: style: Function 'findExtrema' argument 1 names different: declaration 'elevationTex' definition 'elevationTexture'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ElevationTextureUtils:70:47: note: Function 'findExtrema' argument 1 names different: declaration 'elevationTex' definition 'elevationTexture'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ElevationTextureUtils.cpp:68:49: note: Function 'findExtrema' argument 1 names different: declaration 'elevationTex' definition 'elevationTexture'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ElevationTextureUtils.cpp:68:139: style: Function 'findExtrema' argument 4 names different: declaration 'output' definition 'extrema'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ElevationTextureUtils:70:133: note: Function 'findExtrema' argument 4 names different: declaration 'output' definition 'extrema'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ElevationTextureUtils.cpp:68:139: note: Function 'findExtrema' argument 4 names different: declaration 'output' definition 'extrema'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ElevationTextureUtils:51:15: style: Technically the member function 'osgEarth::Drivers::RexTerrainEngine::ElevationImageReader::elevationN' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ElevationTextureUtils.cpp:60:23: note: Technically the member function 'osgEarth::Drivers::RexTerrainEngine::ElevationImageReader::elevationN' can be const.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ElevationTextureUtils:51:15: note: Technically the member function 'osgEarth::Drivers::RexTerrainEngine::ElevationImageReader::elevationN' can be const.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ElevationTextureUtils:41:9: style: Class 'ElevationImageReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable:139:9: warning: Member variable 'TileDrawable::_tileSize' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable:139:9: warning: Member variable 'TileDrawable::_mesh' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable:139:9: warning: Member variable 'TileDrawable::_meshIndices' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable:139:9: warning: Member variable 'TileDrawable::_bboxCB' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable:140:9: warning: Member variable 'TileDrawable::_tileSize' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable:140:9: warning: Member variable 'TileDrawable::_mesh' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable:140:9: warning: Member variable 'TileDrawable::_meshIndices' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable:140:9: warning: Member variable 'TileDrawable::_bboxCB' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:171:9: style: Class 'PagerLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Unloader:53:9: style: Class 'UnloaderGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry:129:9: style: Class 'TileNodeRegistry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable:37:9: style: Struct 'ModifyBoundingBoxCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:159:14: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:131:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:159:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:161:14: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:134:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:161:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:190:14: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:131:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:190:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:193:14: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:134:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:193:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Unloader:63:14: style: The function 'unloadChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Unloader:44:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Unloader:63:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/GeometryPool.cpp:835:9: style: Condition 'request_bind_unbind' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/GeometryPool.cpp:806:32: note: Assignment 'request_bind_unbind=true', assigned value is 1
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/GeometryPool.cpp:835:9: note: Condition 'request_bind_unbind' is always true
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/GeometryPool.cpp:127:62: style: Function 'createKeyForTileKey' argument 2 names different: declaration 'size' definition 'tileSize'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/GeometryPool:225:28: note: Function 'createKeyForTileKey' argument 2 names different: declaration 'size' definition 'tileSize'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/GeometryPool.cpp:127:62: note: Function 'createKeyForTileKey' argument 2 names different: declaration 'size' definition 'tileSize'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/GeometryPool.cpp:603:17: warning: Member variable 'SharedGeometry::_colorArray' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/GeometryPool.cpp:154:9: style: Struct 'Sort_by_X' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/GeometryPool.cpp:164:9: style: Struct 'Sort_by_Y' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/GeometryPool:40:5: warning: The class 'SharedGeometry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LayerDrawable.cpp:27:16: warning: Member variable 'LayerDrawable::_visibleLayer' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LayerDrawable.cpp:27:16: warning: Member variable 'LayerDrawable::_imageLayer' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LayerDrawable:50:22: style: Member variable 'LayerDrawable::_layer' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LayerDrawable.cpp:30:1: note: Member variable 'LayerDrawable::_layer' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LayerDrawable:50:22: note: Member variable 'LayerDrawable::_layer' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LoadTileData.cpp:31:63: style: Function 'LoadTileData' argument 2 names different: declaration 'factory' definition 'context'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LoadTileData:35:57: note: Function 'LoadTileData' argument 2 names different: declaration 'factory' definition 'context'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LoadTileData.cpp:31:63: note: Function 'LoadTileData' argument 2 names different: declaration 'factory' definition 'context'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LoadTileData.cpp:45:9: style: Struct 'MyProgress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LoadTileData:44:14: style: The function 'invoke' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:65:26: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LoadTileData:44:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LoadTileData:47:14: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:68:26: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/LoadTileData:47:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:248:14: style: The scope of the variable 'addToRequestSet' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:61:44: style: Function 'addToChangeSet' argument 1 names different: declaration 'Node' definition 'node'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:71:44: note: Function 'addToChangeSet' argument 1 names different: declaration 'Node' definition 'node'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:61:44: note: Function 'addToChangeSet' argument 1 names different: declaration 'Node' definition 'node'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:79:37: style: Function 'load' argument 1 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:159:36: note: Function 'load' argument 1 names different: declaration 'req' definition 'request'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:79:37: note: Function 'load' argument 1 names different: declaration 'req' definition 'request'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:205:34: style: Function 'setNumLODs' argument 1 names different: declaration 'num' definition 'lods'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:174:34: note: Function 'setNumLODs' argument 1 names different: declaration 'num' definition 'lods'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:205:34: note: Function 'setNumLODs' argument 1 names different: declaration 'num' definition 'lods'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:220:54: style: Function 'setLODPriorityScale' argument 2 names different: declaration 'scale' definition 'priorityScale'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:184:54: note: Function 'setLODPriorityScale' argument 2 names different: declaration 'scale' definition 'priorityScale'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:220:54: note: Function 'setLODPriorityScale' argument 2 names different: declaration 'scale' definition 'priorityScale'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:234:36: style: Function 'load' argument 1 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader:190:36: note: Function 'load' argument 1 names different: declaration 'req' definition 'request'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:234:36: note: Function 'load' argument 1 names different: declaration 'req' definition 'request'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:270:31: style: Variable 'addToRequestSet' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:327:32: style: Variable 's' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_uid' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_batchUpdateInProgress' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_refreshRequired' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_stateUpdateRequired' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_mapFrame' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_cachedLayerExtents' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_liveTiles' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_releaser' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_engineContext' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_timer' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_tileCount' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_tileCreationTime' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_renderBindings' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_geometryPool' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_loader' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_unloader' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_rasterizer' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_terrain' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_renderModelUpdateRequired' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_imageLayerStateSet' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:178:9: warning: Member variable 'RexTerrainEngineNode::_modifyBBoxCallback' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:41:5: performance: Variable '_uid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Loader.cpp:163:9: style: Struct 'RequestResultNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:56:5: warning: The class 'RexTerrainEngineNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/MaskGenerator.cpp:243:29: style: Checking if unsigned variable '_maskRecords.size()' is less than zero. [unsignedLessThanZero]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/MaskGenerator.cpp:374:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/MaskGenerator.cpp:644:86: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/MaskGenerator.cpp:647:38: note: Missing bounds check for extra iterator increment in loop.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/MaskGenerator.cpp:644:86: note: Missing bounds check for extra iterator increment in loop.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ProxySurfaceNode.cpp:37:51: style: Function 'ProxySurfaceNode' argument 1 names different: declaration 'key' definition 'tilekey'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ProxySurfaceNode:45:41: note: Function 'ProxySurfaceNode' argument 1 names different: declaration 'key' definition 'tilekey'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ProxySurfaceNode.cpp:37:51: note: Function 'ProxySurfaceNode' argument 1 names different: declaration 'key' definition 'tilekey'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/ProxySurfaceNode.cpp:39:5: performance: Variable '_proxyGeom' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:1031:5: style: Variable 'sampleKey' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:1025:0: note: Variable 'sampleKey' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:1031:5: note: Variable 'sampleKey' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:954:36: style: The scope of the variable 'vert' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:955:36: style: The scope of the variable 'up' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:1461:18: style: The scope of the variable 'haveColorFilters' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:430:36: style: Function 'refresh' argument 1 names different: declaration 'force' definition 'forceDirty'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:122:27: note: Function 'refresh' argument 1 names different: declaration 'force' definition 'forceDirty'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:430:36: note: Function 'refresh' argument 1 names different: declaration 'force' definition 'forceDirty'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:837:38: style: Function 'createTile' argument 2 names different: declaration 'createTileFlags' definition 'flags'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:71:17: note: Function 'createTile' argument 2 names different: declaration 'createTileFlags' definition 'flags'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:837:38: note: Function 'createTile' argument 2 names different: declaration 'createTileFlags' definition 'flags'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:1168:43: style: Function 'addTileLayer' argument 1 names different: declaration 'layer' definition 'tileLayer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:127:35: note: Function 'addTileLayer' argument 1 names different: declaration 'layer' definition 'tileLayer'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:1168:43: note: Function 'addTileLayer' argument 1 names different: declaration 'layer' definition 'tileLayer'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:722:37: style: Variable 'surfaceStateSetPushed' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:701:17: style: Variable 'layersDrawn' is modified but its new value is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:146:23: warning: Member variable 'RexTerrainEngineNode::_rasterizer' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:146:23: warning: Member variable 'RexTerrainEngineNode::_renderModelUpdateRequired' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:166:20: style: Member variable 'RexTerrainEngineNode::_tileCount' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:149:1: note: Member variable 'RexTerrainEngineNode::_tileCount' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:166:20: note: Member variable 'RexTerrainEngineNode::_tileCount' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:150:14: style: Member variable 'RexTerrainEngineNode::_batchUpdateInProgress' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:151:1: note: Member variable 'RexTerrainEngineNode::_batchUpdateInProgress' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode:150:14: note: Member variable 'RexTerrainEngineNode::_batchUpdateInProgress' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/RexTerrainEngineNode.cpp:57:9: style: Struct 'RexTerrainEngineNodeMapCallbackProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/SelectionInfo.cpp:71:0: style: Variable 'fRatio' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:65:35: style: Function 'addDrawCommand' argument 1 names different: declaration 'sourceUID' definition 'uid'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller:85:17: note: Function 'addDrawCommand' argument 1 names different: declaration 'sourceUID' definition 'uid'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:65:35: note: Function 'addDrawCommand' argument 1 names different: declaration 'sourceUID' definition 'uid'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:65:107: style: Function 'addDrawCommand' argument 4 names different: declaration 'node' definition 'tileNode'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller:88:23: note: Function 'addDrawCommand' argument 4 names different: declaration 'node' definition 'tileNode'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:65:107: note: Function 'addDrawCommand' argument 4 names different: declaration 'node' definition 'tileNode'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:69:27: style: Variable 'bindings' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:152:33: style: Variable 'node_state' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:169:35: style: Variable 'bindings' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:221:0: style: Variable 'order' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:28:16: warning: Member variable 'TerrainCuller::_currentTileDrawCommands' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:28:16: warning: Member variable 'TerrainCuller::_firstTileDrawCommandForTile' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:28:16: warning: Member variable 'TerrainCuller::_layerExtents' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller:52:24: style: Member variable 'TerrainCuller::_context' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller.cpp:34:1: note: Member variable 'TerrainCuller::_context' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainCuller:52:24: note: Member variable 'TerrainCuller::_context' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TerrainRenderData.cpp:103:9: style: Struct 'DebugCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable:78:38: style: Member variable 'TileDrawable::_geom' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable.cpp:39:1: note: Member variable 'TileDrawable::_geom' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileDrawable:78:38: note: Member variable 'TileDrawable::_geom' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode.cpp:210:13: style: Condition '!setElevation' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode.cpp:174:29: note: Assignment 'setElevation=false', assigned value is 0
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode.cpp:210:13: note: Condition '!setElevation' is always true
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode.cpp:216:32: style: Variable 'setElevation' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode.cpp:371:30: style: Variable 'context' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode.cpp:767:50: style: Variable 'layerModel' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode:146:44: style: Member variable 'TileNode::_minExpiryFrames' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode.cpp:71:1: note: Member variable 'TileNode::_minExpiryFrames' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode:146:44: note: Member variable 'TileNode::_minExpiryFrames' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode:142:44: style: Member variable 'TileNode::_lastTraversalTime' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode.cpp:72:1: note: Member variable 'TileNode::_lastTraversalTime' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode:142:44: note: Member variable 'TileNode::_lastTraversalTime' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode:141:44: style: Member variable 'TileNode::_lastTraversalFrame' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode.cpp:73:1: note: Member variable 'TileNode::_lastTraversalFrame' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode:141:44: note: Member variable 'TileNode::_lastTraversalFrame' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode:152:44: style: Member variable 'TileNode::_empty' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode.cpp:76:1: note: Member variable 'TileNode::_empty' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNode:152:44: note: Member variable 'TileNode::_empty' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry.cpp:60:33: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry.cpp:56:29: note: outer condition: _maprev!=rev||setToDirty
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry.cpp:60:33: note: identical inner condition: _maprev!=rev||setToDirty
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry.cpp:101:39: style: Function 'addSafely' argument 1 names different: declaration 'node' definition 'tile'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry:233:34: note: Function 'addSafely' argument 1 names different: declaration 'node' definition 'tile'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry.cpp:101:39: note: Function 'addSafely' argument 1 names different: declaration 'node' definition 'tile'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry.cpp:274:52: style: Function 'startListeningFor' argument 1 names different: declaration 'keyToWaitFor' definition 'tileToWaitFor'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry:239:47: note: Function 'startListeningFor' argument 1 names different: declaration 'keyToWaitFor' definition 'tileToWaitFor'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry.cpp:274:52: note: Function 'startListeningFor' argument 1 names different: declaration 'keyToWaitFor' definition 'tileToWaitFor'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry.cpp:295:51: style: Function 'stopListeningFor' argument 1 names different: declaration 'keyToWairFor' definition 'tileToWaitFor'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry:242:46: note: Function 'stopListeningFor' argument 1 names different: declaration 'keyToWairFor' definition 'tileToWaitFor'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry.cpp:295:51: note: Function 'stopListeningFor' argument 1 names different: declaration 'keyToWairFor' definition 'tileToWaitFor'.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry:216:43: style: Member variable 'TileNodeRegistry::_revisioningEnabled' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry.cpp:36:1: note: Member variable 'TileNodeRegistry::_revisioningEnabled' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/TileNodeRegistry:216:43: note: Member variable 'TileNodeRegistry::_revisioningEnabled' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Unloader:69:40: style: Member variable 'UnloaderGroup::_threshold' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Unloader.cpp:72:1: note: Member variable 'UnloaderGroup::_threshold' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Unloader:69:40: note: Member variable 'UnloaderGroup::_threshold' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/engine_rex/Unloader.cpp:41:9: style: Struct 'ExpirationCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/dxt.cpp:306:8: style: The scope of the variable 'y' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/dxt.cpp:306:10: style: The scope of the variable 'cg' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/dxt.cpp:306:14: style: The scope of the variable 'co' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/dxt.cpp:306:18: style: The scope of the variable 'r' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/dxt.cpp:306:21: style: The scope of the variable 'g' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/dxt.cpp:306:24: style: The scope of the variable 'b' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/dxt.cpp:83:14: style: Variable 'A' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/util.cpp:151:9: warning: Either the condition '!result' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/util.cpp:153:5: note: Assuming that condition '!result' is not redundant
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/util.cpp:151:9: note: Null pointer dereference
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/util.cpp:210:40: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/util.cpp:254:40: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
osgearth-osgearth-2.9/src/osgEarthDrivers/fastdxt/util.cpp:304:34: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_elevation/ReaderWriterFeatureElevation.cpp:74:0: style: Variable 'cache' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_elevation/FeatureElevationOptions:50:9: style: Class 'FeatureElevationOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_elevation/ReaderWriterFeatureElevation.cpp:60:5: style: Class 'FeatureElevationTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_mapnikvectortiles/FeatureSourceMVT.cpp:95:14: style: The scope of the variable 'valid' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_mapnikvectortiles/FeatureSourceMVT.cpp:117:21: style: Variable 'valid' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_mapnikvectortiles/FeatureSourceMVT.cpp:288:14: style: Member variable 'MVTFeatureSource::_database' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_mapnikvectortiles/FeatureSourceMVT.cpp:52:7: note: Member variable 'MVTFeatureSource::_database' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_mapnikvectortiles/FeatureSourceMVT.cpp:288:14: note: Member variable 'MVTFeatureSource::_database' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_mapnikvectortiles/FeatureSourceMVT.cpp:54:9: performance: Variable '_compressor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_mapnikvectortiles/MVTFeatureOptions:42:9: style: Class 'MVTFeatureOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_mapnikvectortiles/FeatureSourceMVT.cpp:47:5: style: Class 'MVTFeatureSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_ogr/FeatureCursorOGR.cpp:145:26: style: Variable 'bufStr' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_ogr/FeatureCursorOGR.cpp:117:18: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_ogr/FeatureCursorOGR.cpp:140:18: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_ogr/OGRFeatureOptions:62:9: style: Class 'OGRFeatureOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_ogr/FeatureSourceOGR.cpp:70:5: style: Class 'OGRFeatureSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_raster/RasterFeatureOptions:48:9: style: Class 'RasterFeatureOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_raster/FeatureSourceRaster.cpp:45:5: style: Class 'RasterFeatureSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_tfs/FeatureSourceTFS.cpp:169:47: style: Variable 'srs' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_tfs/FeatureSourceTFS.cpp:286:28: style: Variable 'meta' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_tfs/TFSFeatureOptions:55:9: style: Class 'TFSFeatureOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_tfs/FeatureSourceTFS.cpp:65:5: style: Class 'TFSFeatureSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_wfs/FeatureSourceWFS.cpp:350:28: style: Variable 'meta' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_wfs/WFSFeatureOptions:71:9: style: Class 'WFSFeatureOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_wfs/FeatureSourceWFS.cpp:63:5: style: Class 'WFSFeatureSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_wfs/FeatureSourceWFS.cpp:151:41: performance: Function parameter 'buffer' should be passed by const reference. [passedByValue]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_xyz/FeatureSourceXYZ.cpp:158:49: style: Variable 'srs' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_xyz/FeatureSourceXYZ.cpp:235:36: style: Variable 'level' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_xyz/FeatureSourceXYZ.cpp:293:30: style: Variable 'meta' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_xyz/XYZFeatureOptions:54:9: style: Class 'XYZFeatureOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/feature_xyz/FeatureSourceXYZ.cpp:63:5: style: Class 'XYZFeatureSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/featurefilter_intersect/IntersectFeatureFilterOptions:36:9: style: Class 'IntersectFeatureFilterOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/featurefilter_intersect/IntersectFeatureFilter.cpp:49:5: style: Class 'IntersectFeatureFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/featurefilter_join/JoinFeatureFilter.cpp:119:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/featurefilter_join/JoinFeatureFilterOptions:33:9: style: Class 'JoinFeatureFilterOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/featurefilter_join/JoinFeatureFilter.cpp:47:5: style: Class 'JoinFeatureFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/gdal/ReaderWriterGDAL.cpp:71:0: error: #error "**** GDAL 1.5 or newer required ****" [preprocessorErrorDirective]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:554:59: warning: Assert statement calls a function which may have desired side effects: 'align'. [assertWithSideEffect]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:657:9: warning: Member variable 'xml_base::m_name_size' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:657:9: warning: Member variable 'xml_base::m_value_size' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:810:9: warning: Member variable 'xml_attribute::m_prev_attribute' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:810:9: warning: Member variable 'xml_attribute::m_next_attribute' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:901:9: warning: Member variable 'xml_node::m_last_node' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:901:9: warning: Member variable 'xml_node::m_last_attribute' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:901:9: warning: Member variable 'xml_node::m_prev_sibling' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:901:9: warning: Member variable 'xml_node::m_next_sibling' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:1725:14: style: Unused private function: 'xml_document::parse_bom' [unusedPrivateFunction]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:2167:14: style: Unused private function: 'xml_document::parse_node_contents' [unusedPrivateFunction]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:2237:14: style: Unused private function: 'xml_document::parse_node_attributes' [unusedPrivateFunction]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KMLOptions:60:34: style: Technically the member function 'osgEarth::Drivers::KMLOptions::iconAndLabelGroup' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:1725:14: performance: Technically the member function 'rapidxml::xml_document::parse_bom' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml.hpp:901:9: style: Class 'xml_node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml_utils.hpp:28:9: style: Class 'file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/rapidxml_utils.hpp:51:9: style: Class 'file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Feature:30:22: style: The function 'scan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Object:32:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Feature:30:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Feature:32:22: style: The function 'scan2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Object:34:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Feature:32:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Feature:34:22: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Object:36:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Feature:34:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Container:31:22: style: The function 'scan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Feature:30:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Container:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Container:36:22: style: The function 'scan2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Feature:32:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Container:36:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Container:41:22: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Feature:34:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Container:41:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Document:31:22: style: The function 'scan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Container:31:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Document:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Document:33:22: style: The function 'scan2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Container:36:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Document:33:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Folder:31:22: style: The function 'scan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Container:31:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Folder:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Folder:33:22: style: The function 'scan2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Container:36:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Folder:33:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Overlay:31:22: style: The function 'scan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Feature:30:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Overlay:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Overlay:32:22: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Feature:34:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Overlay:32:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_PhotoOverlay:31:22: style: The function 'scan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Overlay:31:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_PhotoOverlay:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_ScreenOverlay:31:22: style: The function 'scan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Overlay:31:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_ScreenOverlay:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_GroundOverlay:31:22: style: The function 'scan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Overlay:31:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_GroundOverlay:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Style:31:22: style: The function 'scan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Object:32:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Style:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_StyleMap:31:22: style: The function 'scan2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Object:34:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_StyleMap:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry.cpp:31:34: style: Function 'build' argument 1 names different: declaration 'node' definition 'parent'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:35:41: note: Function 'build' argument 1 names different: declaration 'node' definition 'parent'.
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry.cpp:31:34: note: Function 'build' argument 1 names different: declaration 'node' definition 'parent'.
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry.cpp:121:57: style: Function 'parseStyle' argument 2 names different: declaration 'cs' definition 'cx'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:34:64: note: Function 'parseStyle' argument 2 names different: declaration 'cs' definition 'cx'.
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry.cpp:121:57: note: Function 'parseStyle' argument 2 names different: declaration 'cs' definition 'cx'.
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Point:30:22: style: The function 'parseCoords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:33:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Point:30:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_LineString:30:22: style: The function 'parseStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:34:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_LineString:30:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_LineString:31:22: style: The function 'parseCoords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:33:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_LineString:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_LinearRing:30:22: style: The function 'parseStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:34:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_LinearRing:30:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_LinearRing:31:22: style: The function 'parseCoords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:33:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_LinearRing:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Polygon:30:22: style: The function 'parseStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:34:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Polygon:30:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Polygon:31:22: style: The function 'parseCoords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:33:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Polygon:31:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_MultiGeometry:30:22: style: The function 'parseCoords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:33:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_MultiGeometry:30:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Model:30:14: style: The function 'parseCoords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:33:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Model:30:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Model:31:14: style: The function 'parseStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Geometry:34:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Model:31:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_NetworkLink.cpp:36:24: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_NetworkLink.cpp:47:17: style: Variable 'open' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_NetworkLinkControl:30:22: style: The function 'scan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_Object:32:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_NetworkLinkControl:30:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/kml/KML_PolyStyle.cpp:40:12: style: The scope of the variable 'fill' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDrivers/label_annotation/AnnotationLabelSource.cpp:38:5: style: Class 'AnnotationLabelSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/mapinspector/MapInspectorExtension:44:9: style: Class 'MapInspectorExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/mapinspector/MapInspectorExtension.cpp:43:9: style: Struct 'MapCallbackProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/mask_feature/FeatureMaskSource.cpp:127:10: style: Member variable 'FeatureMaskSource::_failed' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/mask_feature/FeatureMaskSource.cpp:47:55: note: Member variable 'FeatureMaskSource::_failed' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/mask_feature/FeatureMaskSource.cpp:127:10: note: Member variable 'FeatureMaskSource::_failed' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/mask_feature/FeatureMaskOptions:43:9: style: Class 'FeatureMaskOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/mask_feature/FeatureMaskSource.cpp:46:5: style: Class 'FeatureMaskSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesOptions:61:9: style: Class 'MBTilesTileSourceOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesTileSource:43:9: style: Class 'MBTilesTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesTileSource.cpp:49:9: style: Variable 'rw' is reassigned a value before the old one has been used. [redundantAssignment]
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesTileSource.cpp:46:0: note: Variable 'rw' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesTileSource.cpp:49:9: note: Variable 'rw' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesTileSource.cpp:483:51: style: Function 'getMetaData' argument 1 names different: declaration 'name' definition 'key'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesTileSource:68:45: note: Function 'getMetaData' argument 1 names different: declaration 'name' definition 'key'.
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesTileSource.cpp:483:51: note: Function 'getMetaData' argument 1 names different: declaration 'name' definition 'key'.
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesTileSource.cpp:523:51: style: Function 'putMetaData' argument 1 names different: declaration 'name' definition 'key'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesTileSource:70:45: note: Function 'putMetaData' argument 1 names different: declaration 'name' definition 'key'.
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesTileSource.cpp:523:51: note: Function 'putMetaData' argument 1 names different: declaration 'name' definition 'key'.
osgearth-osgearth-2.9/src/osgEarthDrivers/mbtiles/MBTilesTileSource.cpp:382:17: style: Variable 'valid' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/model_feature_geom/FeatureGeomModelOptions:39:9: style: Class 'FeatureGeomModelOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/model_feature_geom/FeatureGeomModelSource.cpp:48:9: style: Class 'FeatureGeomModelSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/model_simple/SimpleModelOptions:67:9: style: Class 'SimpleModelOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/model_simple/SimpleModelSource.cpp:112:9: style: Class 'SetDBOptionsVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/model_simple/SimpleModelSource.cpp:140:5: style: Class 'SimpleModelSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/monitor/MonitorExtension:46:9: style: Class 'MonitorExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/monitor/MonitorExtension.cpp:40:9: style: Struct 'EventFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/monitor/MonitorUI.cpp:53:39: style: Variable 'r' is modified but its new value is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/ocean_simple/ElevationProxyImageLayer.cpp:31:77: style: Function 'ElevationProxyImageLayer' argument 2 names different: declaration 'options' definition 'inoptions'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/ocean_simple/ElevationProxyImageLayer:43:38: note: Function 'ElevationProxyImageLayer' argument 2 names different: declaration 'options' definition 'inoptions'.
osgearth-osgearth-2.9/src/osgEarthDrivers/ocean_simple/ElevationProxyImageLayer.cpp:31:77: note: Function 'ElevationProxyImageLayer' argument 2 names different: declaration 'options' definition 'inoptions'.
osgearth-osgearth-2.9/src/osgEarthDrivers/ocean_simple/SimpleOceanOptions:87:9: style: Class 'SimpleOceanOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/ocean_simple/SimpleOceanDriver.cpp:51:9: style: Class 'SimpleOceanExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/ocean_simple/SimpleOceanDriver.cpp:106:9: style: Struct 'ChangeSeaLevel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/ocean_simple/SimpleOceanDriver.cpp:116:9: style: Struct 'ChangeSeaAlpha' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/ocean_simple/SimpleOceanNode.cpp:50:29: style: Variable 'twoPI' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/ocean_simple/SimpleOceanNode.cpp:113:31: style: Variable 'parentMapNodeOptions' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/ocean_triton/TritonDriver.cpp:54:9: style: Class 'TritonExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/osg/OSGTileSource.cpp:61:5: warning: Member variable 'OSGTileSource::_maxLOD' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/osg/OSGTileSource.cpp:40:14: style: Technically the member function '::CopyAndSetAlpha::operator()' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/osg/OSGOptions:43:9: style: Class 'OSGOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/osg/OSGTileSource.cpp:61:5: style: Class 'OSGTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/script_engine_duktape/duk_config.h:1300:0: error: #error INT_MAX not defined [preprocessorErrorDirective]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_gl/GLSkyOptions:35:9: style: Class 'GLSkyOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_gl/GLSkyNode:43:9: style: Class 'GLSkyNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_gl/GLSkyExtension.cpp:50:9: style: Class 'GLSkyExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_silverlining/SilverLiningDriver.cpp:48:9: style: Class 'SilverLiningExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_simple/SimpleSkyNode:82:13: warning: Member variable 'StarData::right_ascension' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_simple/SimpleSkyNode:82:13: warning: Member variable 'StarData::declination' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_simple/SimpleSkyNode:82:13: warning: Member variable 'StarData::magnitude' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_simple/SimpleSkyOptions:35:9: style: Class 'SimpleSkyOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_simple/SimpleSkyNode:42:9: style: Class 'SimpleSkyNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_simple/SimpleSkyNode:83:13: style: Struct 'StarData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_simple/SimpleSkyExtension.cpp:48:9: style: Class 'SimpleSkyExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_simple/SimpleSkyNode.cpp:339:0: style: Variable 'view' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_simple/SimpleSkyNode.cpp:743:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/sky_simple/SimpleSkyNode.cpp:757:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/skyview/SkyViewOptions:37:9: style: Class 'SkyViewOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/skyview/SkyViewTileSource.cpp:37:5: style: Class 'SkyViewTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.cpp:117:12: warning: Member variable 'Tokenizer::peek' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:32:5: style: Class 'Tokenizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:69:5: style: Class 'Text' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:80:5: style: Class 'Property' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:109:5: style: Class 'Block' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:164:5: style: Class 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:70:10: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:57:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:70:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:71:15: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:59:23: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:71:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:81:10: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:57:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:81:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:82:15: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:59:23: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:82:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:95:15: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:59:23: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:95:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:96:10: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:57:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:96:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:110:15: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:59:23: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:110:15: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:112:10: style: The function 'isBlockNamed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:60:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:112:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:117:10: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:57:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:117:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:124:10: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:51:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:124:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:133:10: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:51:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:133:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:152:18: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:141:26: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDrivers/template/NLTemplate.h:152:18: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDrivers/terrainshader/TerrainShaderOptions:70:9: style: Class 'TerrainShaderOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/terrainshader/TerrainShaderExtension:41:9: style: Class 'TerrainShaderExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/tileindex/ReaderWriterTileIndex.cpp:155:21: style: Member variable 'TileIndexSource::_tileSourceCache' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/tileindex/ReaderWriterTileIndex.cpp:58:4: note: Member variable 'TileIndexSource::_tileSourceCache' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/tileindex/ReaderWriterTileIndex.cpp:155:21: note: Member variable 'TileIndexSource::_tileSourceCache' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/tileindex/TileIndexOptions:40:9: style: Class 'TileIndexOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/tileindex/ReaderWriterTileIndex.cpp:55:5: style: Class 'TileIndexSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/tms/TMSOptions:43:9: style: Class 'TMSOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/tms/TMSOptions:49:9: style: Class 'TMSOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/tms/TMSTileSource:42:9: style: Class 'TMSTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/viewpoints/ViewpointsExtension:48:9: style: Class 'ViewpointsExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/vpb/ReaderWriterVPB.cpp:203:22: warning: Either the condition 'csn' is redundant or there is possible null pointer dereference: csn. [nullPointerRedundantCheck]
osgearth-osgearth-2.9/src/osgEarthDrivers/vpb/ReaderWriterVPB.cpp:193:21: note: Assuming that condition 'csn' is not redundant
osgearth-osgearth-2.9/src/osgEarthDrivers/vpb/ReaderWriterVPB.cpp:203:22: note: Null pointer dereference
osgearth-osgearth-2.9/src/osgEarthDrivers/vpb/VPBOptions:73:9: style: Class 'VPBOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/vpb/ReaderWriterVPB.cpp:147:5: style: Class 'VPBDatabase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/wcs/WCSOptions:53:9: style: Class 'WCSOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/wcs/WCS11Source.h:38:5: style: Class 'WCS11Source' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/wcs/WCS11Source.cpp:32:52: style: Function 'WCS11Source' argument 1 names different: declaration 'opt' definition 'options'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDrivers/wcs/WCS11Source.h:38:43: note: Function 'WCS11Source' argument 1 names different: declaration 'opt' definition 'options'.
osgearth-osgearth-2.9/src/osgEarthDrivers/wcs/WCS11Source.cpp:32:52: note: Function 'WCS11Source' argument 1 names different: declaration 'opt' definition 'options'.
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/Capabilities.cpp:183:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/Capabilities.cpp:194:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/Capabilities.cpp:284:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/Capabilities:176:16: style: Member variable 'Layer::_minLon' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/Capabilities.cpp:55:1: note: Member variable 'Layer::_minLon' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/Capabilities:176:16: note: Member variable 'Layer::_minLon' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/Capabilities.cpp:49:5: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/Capabilities.cpp:50:5: performance: Variable '_title' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:54:24: style: Technically the member function 'TilePattern::getLayers' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:55:24: style: Technically the member function 'TilePattern::getFormat' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:56:24: style: Technically the member function 'TilePattern::getStyles' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:57:24: style: Technically the member function 'TilePattern::getSRS' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:59:23: style: Technically the member function 'TilePattern::getTopLeftMin' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:60:23: style: Technically the member function 'TilePattern::getTopLeftMax' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:63:16: style: Technically the member function 'TilePattern::getImageWidth' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:64:16: style: Technically the member function 'TilePattern::getImageHeight' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:66:24: style: Technically the member function 'TilePattern::getPrototype' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:68:23: style: Technically the member function 'TilePattern::getDataMin' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:71:23: style: Technically the member function 'TilePattern::getDataMax' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService:44:5: style: Class 'TilePattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/WMSOptions:76:9: style: Class 'WMSOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/ReaderWriterWMS.cpp:72:2: style: Class 'WMSSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService.cpp:242:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService.cpp:259:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDrivers/wms/TileService.cpp:51:5: performance: Variable '_pattern' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDrivers/xyz/ReaderWriterXYZ.cpp:188:28: style: Member variable 'XYZSource::_rotateStart' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDrivers/xyz/ReaderWriterXYZ.cpp:53:65: note: Member variable 'XYZSource::_rotateStart' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/xyz/ReaderWriterXYZ.cpp:188:28: note: Member variable 'XYZSource::_rotateStart' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDrivers/xyz/XYZOptions:48:9: style: Class 'XYZOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/xyz/XYZOptions:54:9: style: Class 'XYZOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDrivers/xyz/ReaderWriterXYZ.cpp:52:5: style: Class 'XYZSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:310:5: warning: Member variable 'ImageRecord::_created' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:310:5: warning: Member variable 'ImageRecord::_accessed' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1694:28: warning: Member variable 'AsyncUpdateAccessTimePool::_timeStamp' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1012:5: warning: Member variable 'Sqlite3Cache::_useAsyncWrites' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1012:5: warning: Member variable 'Sqlite3Cache::_count' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1069:5: warning: Member variable 'Sqlite3Cache::_useAsyncWrites' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1069:5: warning: Member variable 'Sqlite3Cache::_db' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1069:5: warning: Member variable 'Sqlite3Cache::_count' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1069:5: warning: Member variable 'Sqlite3Cache::_nbRequest' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1070:5: warning: Member variable 'Sqlite3Cache::_useAsyncWrites' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1070:5: warning: Member variable 'Sqlite3Cache::_db' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1070:5: warning: Member variable 'Sqlite3Cache::_count' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1070:5: warning: Member variable 'Sqlite3Cache::_nbRequest' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:267:10: style: Technically the member function 'MetadataTable::loadAllLayers' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3CacheOptions:53:9: style: Class 'Sqlite3CacheOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:310:5: style: Struct 'ImageRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1012:5: style: Class 'Sqlite3Cache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1476:10: style: The function 'setImageSync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:104:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/cache_sqlite3/cache_sqlite3/Sqlite3Cache.cpp:1476:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:45:42: style: Function 'AMRTriangle' argument 1 names different: declaration 'node0' definition 'n0'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry:44:25: note: Function 'AMRTriangle' argument 1 names different: declaration 'node0' definition 'n0'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:45:42: note: Function 'AMRTriangle' argument 1 names different: declaration 'node0' definition 'n0'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:46:42: style: Function 'AMRTriangle' argument 3 names different: declaration 'node1' definition 'n1'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry:45:25: note: Function 'AMRTriangle' argument 3 names different: declaration 'node1' definition 'n1'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:46:42: note: Function 'AMRTriangle' argument 3 names different: declaration 'node1' definition 'n1'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:47:42: style: Function 'AMRTriangle' argument 5 names different: declaration 'node2' definition 'n2'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry:46:25: note: Function 'AMRTriangle' argument 5 names different: declaration 'node2' definition 'n2'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:47:42: note: Function 'AMRTriangle' argument 5 names different: declaration 'node2' definition 'n2'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:100:14: warning: Member variable 'AMRGeometry::_drawList' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:100:14: warning: Member variable 'AMRGeometry::_pattern' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:100:14: warning: Member variable 'AMRGeometry::_numPatternVerts' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:100:14: warning: Member variable 'AMRGeometry::_numPatternElements' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:100:14: warning: Member variable 'AMRGeometry::_numPatternStrips' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:100:14: warning: Member variable 'AMRGeometry::_numPatternTriangles' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:100:14: warning: Member variable 'AMRGeometry::_verts' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:100:14: warning: Member variable 'AMRGeometry::_texCoords' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:100:14: warning: Member variable 'AMRGeometry::_patternVBO' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:100:14: warning: Member variable 'AMRGeometry::_patternEBO' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:100:14: warning: Member variable 'AMRGeometry::_program' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:35:5: performance: Variable '_stateSet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:50:5: performance: Variable '_stateSet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry.cpp:87:5: performance: Variable '_stateSet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/AMRGeometry:78:1: warning: The class 'AMRGeometry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold.cpp:353:43: style: Function 'midpoint' argument 1 names different: declaration 'mapCoord0' definition 'p0'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:47:44: note: Function 'midpoint' argument 1 names different: declaration 'mapCoord0' definition 'p0'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold.cpp:353:43: note: Function 'midpoint' argument 1 names different: declaration 'mapCoord0' definition 'p0'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold.cpp:353:65: style: Function 'midpoint' argument 2 names different: declaration 'mapCoord1' definition 'p1'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:47:73: note: Function 'midpoint' argument 2 names different: declaration 'mapCoord1' definition 'p1'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold.cpp:353:65: note: Function 'midpoint' argument 2 names different: declaration 'mapCoord1' definition 'p1'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold.cpp:359:45: style: Function 'createNode' argument 1 names different: declaration 'manifoldCoord' definition 'manCoord'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:53:44: note: Function 'createNode' argument 1 names different: declaration 'manifoldCoord' definition 'manCoord'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold.cpp:359:45: note: Function 'createNode' argument 1 names different: declaration 'manifoldCoord' definition 'manCoord'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold.cpp:33:5: performance: Variable '_profile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/MeshManager:55:10: style: Technically the member function 'DiamondJobComparator::operator()' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:39:10: style: The function 'cull' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Manifold:39:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:39:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:44:10: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Manifold:36:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:44:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:47:16: style: The function 'midpoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Manifold:42:24: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:47:16: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:50:25: style: The function 'initialBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Manifold:45:33: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:50:25: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:53:14: style: The function 'createNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Manifold:48:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/CubeManifold:53:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/DRoamNode.cpp:66:64: style: Variable 'cv' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/DRoamNode.cpp:56:12: warning: Member variable 'DRoamNode::_geode' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/DRoamNode.cpp:56:12: warning: Member variable 'DRoamNode::_mesh' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/DRoamNode.cpp:56:12: warning: Member variable 'DRoamNode::_map' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/DRoamNode:63:5: style: Class 'DRoamNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/DRoamNode:60:1: warning: The class 'DRoamNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:39:10: style: The function 'cull' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Manifold:39:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:39:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:44:10: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Manifold:36:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:44:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:47:16: style: The function 'midpoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Manifold:42:24: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:47:16: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:50:25: style: The function 'initialBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Manifold:45:33: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:50:25: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:53:14: style: The function 'createNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Manifold:48:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:53:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond.cpp:41:10: warning: Member variable 'Diamond::_orientation' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond.cpp:41:10: warning: Member variable 'Diamond::_vi' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond.cpp:41:10: warning: Member variable 'Diamond::_imageRequested' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond:64:23: style: Member variable 'Diamond::_key' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond.cpp:44:1: note: Member variable 'Diamond::_key' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond:64:23: note: Member variable 'Diamond::_key' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond:65:17: style: Member variable 'Diamond::_name' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond.cpp:46:1: note: Member variable 'Diamond::_name' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond:65:17: note: Member variable 'Diamond::_name' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond:77:10: style: Member variable 'Diamond::_drawableDirty' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond.cpp:54:1: note: Member variable 'Diamond::_drawableDirty' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond:77:10: note: Member variable 'Diamond::_drawableDirty' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond:73:10: style: Member variable 'Diamond::_isSplit' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond.cpp:56:1: note: Member variable 'Diamond::_isSplit' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond:73:10: note: Member variable 'Diamond::_isSplit' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond:85:14: style: Member variable 'Diamond::_targetStateSetOwner' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond.cpp:59:1: note: Member variable 'Diamond::_targetStateSetOwner' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/Diamond:85:14: note: Member variable 'Diamond::_targetStateSetOwner' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold.cpp:198:47: style: Function 'midpoint' argument 1 names different: declaration 'mapCoord0' definition 'p0'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:47:44: note: Function 'midpoint' argument 1 names different: declaration 'mapCoord0' definition 'p0'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold.cpp:198:47: note: Function 'midpoint' argument 1 names different: declaration 'mapCoord0' definition 'p0'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold.cpp:198:69: style: Function 'midpoint' argument 2 names different: declaration 'mapCoord1' definition 'p1'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:47:73: note: Function 'midpoint' argument 2 names different: declaration 'mapCoord1' definition 'p1'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold.cpp:198:69: note: Function 'midpoint' argument 2 names different: declaration 'mapCoord1' definition 'p1'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold.cpp:214:49: style: Function 'createNode' argument 1 names different: declaration 'manifoldCoord' definition 'manCoord'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold:53:44: note: Function 'createNode' argument 1 names different: declaration 'manifoldCoord' definition 'manCoord'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold.cpp:214:49: note: Function 'createNode' argument 1 names different: declaration 'manifoldCoord' definition 'manCoord'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/GeodeticManifold.cpp:26:5: performance: Variable '_profile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/MeshManager.cpp:91:36: style: Function 'removeNode' argument 1 names different: declaration 'index' definition 'ni'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/MeshManager:81:32: note: Function 'removeNode' argument 1 names different: declaration 'index' definition 'ni'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/MeshManager.cpp:91:36: note: Function 'removeNode' argument 1 names different: declaration 'index' definition 'ni'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/MeshManager.cpp:221:26: style: Variable 'increment' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_droam/MeshManager.cpp:50:5: performance: Variable '_imageService' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique.cpp:129:9: style: Condition '!colorLocator' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique.cpp:126:45: note: Assignment 'colorLocator=0L', assigned value is 0
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique.cpp:129:9: note: Condition '!colorLocator' is always true
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique.cpp:545:75: style: Function 'createPass' argument 2 names different: declaration 'layer' definition 'colorLayer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique:58:73: note: Function 'createPass' argument 2 names different: declaration 'layer' definition 'colorLayer'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique.cpp:545:75: note: Function 'createPass' argument 2 names different: declaration 'layer' definition 'colorLayer'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique.cpp:129:39: style: Variable 'colorLocator' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TransparentLayer:36:9: warning: Member variable 'CustomColorLayer::_lod' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TransparentLayer:36:9: warning: Member variable 'CustomColorLayer::_fallbackData' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TransparentLayer:113:9: warning: Member variable 'CustomElevLayer::_fallbackData' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique.cpp:78:28: warning: Member variable 'MultiPassTerrainTechnique::_transform' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique.cpp:78:28: warning: Member variable 'MultiPassTerrainTechnique::_passes' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique.cpp:82:5: performance: Variable '_texCompositor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TransparentLayer:106:9: style: Class 'CustomColorLayerRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique:41:9: style: Class 'MultiPassTerrainTechnique' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainOptions:32:9: style: Class 'OSGTerrainOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:185:9: style: Class 'TileFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique.cpp:49:9: style: Struct 'LayerData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TransparentLayer:33:5: warning: The class 'CustomColorLayer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique:37:5: warning: The class 'MultiPassTerrainTechnique' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique:48:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/CustomTerrainTechnique:38:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique:48:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique:61:22: style: The function 'traverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/CustomTerrainTechnique:40:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/MultiPassTerrainTechnique:61:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode.cpp:551:50: style: Function 'addImageLayer' argument 1 names different: declaration 'layer' definition 'layerAdded'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:99:41: note: Function 'addImageLayer' argument 1 names different: declaration 'layer' definition 'layerAdded'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode.cpp:551:50: note: Function 'addImageLayer' argument 1 names different: declaration 'layer' definition 'layerAdded'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode.cpp:857:35: style: Variable 'sf' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode.cpp:859:25: style: Variable 'numLayers' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode.cpp:130:23: warning: Member variable 'OSGTerrainEngineNode::_isStreaming' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_tileFactory' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_terrain' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_uid' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_shaderLibRev' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_taskServiceMgr' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_elevationCallback' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_update_mapf' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_cull_mapf' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_tileService' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_keyNodeFactory' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_tileBuilder' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_timer' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_tileCount' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_tileCreationTime' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:136:9: warning: Member variable 'OSGTerrainEngineNode::_isStreaming' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile:62:13: warning: Member variable 'Relative::expected' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile:62:13: warning: Member variable 'Relative::elevLOD' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode.cpp:138:5: performance: Variable '_uid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:77:13: style: Class 'ElevationChangedCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:69:9: style: Class 'SinglePassTerrainTechnique' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode.cpp:48:5: style: Struct 'OSGTerrainEngineNodeMapCallbackProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTerrainEngineNode:39:5: warning: The class 'OSGTerrainEngineNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SerialKeyNodeFactory:44:20: style: The function 'createRootNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/KeyNodeFactory:37:28: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SerialKeyNodeFactory:44:20: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SerialKeyNodeFactory:45:20: style: The function 'createNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/KeyNodeFactory:39:28: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SerialKeyNodeFactory:45:20: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/ParallelKeyNodeFactory:42:20: style: The function 'createRootNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/KeyNodeFactory:37:28: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/ParallelKeyNodeFactory:42:20: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/ParallelKeyNodeFactory:43:20: style: The function 'createNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/KeyNodeFactory:39:28: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/ParallelKeyNodeFactory:43:20: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:80:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/CustomTerrainTechnique:38:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:80:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:84:14: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/CustomTerrainTechnique:60:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:84:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:87:14: style: The function 'applyTileUpdates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/CustomTerrainTechnique:62:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:87:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:90:22: style: The function 'traverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/CustomTerrainTechnique:40:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:90:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:110:14: style: The function 'setOptimizeTriangleOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/CustomTerrainTechnique:66:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:110:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:111:14: style: The function 'getOptimizeTriangleOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/CustomTerrainTechnique:68:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:111:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile:104:14: style: The function 'queueTileUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:105:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile:104:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile:110:22: style: The function 'cancelActiveTasks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:109:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile:110:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:42:29: style: The function 'libraryName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:52:29: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:42:29: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:43:29: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:54:29: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:43:29: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:46:23: style: The function 'createTile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:66:23: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:46:23: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:68:26: style: The function 'getNumActiveTasks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:87:26: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:68:26: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:71:22: style: The function 'updateTraversal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:90:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:71:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:135:9: style: Condition '!hasValidData' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:130:25: note: Assignment 'hasValidData=false', assigned value is 0
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:135:9: note: Condition '!hasValidData' is always true
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/FileLocationCallback:51:13: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/FileLocationCallback:51:13: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/FileLocationCallback:51:13: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/FileLocationCallback:51:13: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:444:5: warning: Either the condition '!hfLayer' is redundant or there is possible null pointer dereference: hfLayer. [nullPointerRedundantCheck]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:440:9: note: Assuming that condition '!hfLayer' is not redundant
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:444:5: note: Null pointer dereference
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:349:5: style: Variable 'hfLayer' is reassigned a value before the old one has been used. [redundantAssignment]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:340:0: note: Variable 'hfLayer' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:349:5: note: Variable 'hfLayer' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:450:10: style: The scope of the variable 'markTileLoaded' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:716:12: style: The scope of the variable 'maxRange' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:338:69: style: Function 'createPlaceholderHeightfieldLayer' argument 4 names different: declaration 'locator' definition 'keyLocator'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory:136:31: note: Function 'createPlaceholderHeightfieldLayer' argument 4 names different: declaration 'locator' definition 'keyLocator'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:338:69: note: Function 'createPlaceholderHeightfieldLayer' argument 4 names different: declaration 'locator' definition 'keyLocator'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:520:54: style: Function 'createPopulatedTile' argument 6 names different: declaration 'out_validData' definition 'validData'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory:151:30: note: Function 'createPopulatedTile' argument 6 names different: declaration 'out_validData' definition 'validData'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:520:54: note: Function 'createPopulatedTile' argument 6 names different: declaration 'out_validData' definition 'validData'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:454:26: style: Variable 'markTileLoaded' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:219:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:234:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/OSGTileFactory.cpp:59:9: style: Struct 'PopulateStreamingTileDataCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Plugin.cpp:77:30: style: Condition 's_tileCount==0' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Plugin.cpp:92:13: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Plugin.cpp:92:13: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Plugin.cpp:92:13: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Plugin.cpp:92:13: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Plugin.cpp:71:20: style: The scope of the variable 's_tileCount' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Plugin.cpp:72:23: style: Variable 's_tileTime' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SerialKeyNodeFactory.cpp:163:50: style: Function 'createNode' argument 1 names different: declaration 'key' definition 'parentKey'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SerialKeyNodeFactory:45:47: note: Function 'createNode' argument 1 names different: declaration 'key' definition 'parentKey'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SerialKeyNodeFactory.cpp:163:50: note: Function 'createNode' argument 1 names different: declaration 'key' definition 'parentKey'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/DynamicLODScaleCallback:36:9: style: Struct 'DynamicLODScaleCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:731:21: style: The scope of the variable 'ss_verts' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:793:21: style: The scope of the variable 'unifiedStitchSkirtTexCoords' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:148:56: style: Function 'compile' argument 1 names different: declaration 'updateSpec' definition 'update'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:84:41: note: Function 'compile' argument 1 names different: declaration 'updateSpec' definition 'update'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:148:56: note: Function 'compile' argument 1 names different: declaration 'updateSpec' definition 'update'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:456:69: style: Function 'createGeoImage' argument 1 names different: declaration 'layer' definition 'colorLayer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:174:54: note: Function 'createGeoImage' argument 1 names different: declaration 'layer' definition 'colorLayer'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:456:69: note: Function 'createGeoImage' argument 1 names different: declaration 'layer' definition 'colorLayer'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:490:0: style: Variable 'parentStateSet' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:88:29: warning: Member variable 'SinglePassTerrainTechnique::_transform' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:88:29: warning: Member variable 'SinglePassTerrainTechnique::_backNode' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:88:29: warning: Member variable 'SinglePassTerrainTechnique::_imageLayerStampUniform' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:88:29: warning: Member variable 'SinglePassTerrainTechnique::_centerModel' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:88:29: warning: Member variable 'SinglePassTerrainTechnique::_masterLocator' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:88:29: warning: Member variable 'SinglePassTerrainTechnique::_pendingImageLayerUpdates' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:88:29: warning: Member variable 'SinglePassTerrainTechnique::_layerUIDtoIndexMap' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:88:29: warning: Member variable 'SinglePassTerrainTechnique::_tileExtent' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:88:29: warning: Member variable 'SinglePassTerrainTechnique::_tileKey' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:143:14: style: Member variable 'SinglePassTerrainTechnique::_initCount' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:75:1: note: Member variable 'SinglePassTerrainTechnique::_initCount' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:143:14: note: Member variable 'SinglePassTerrainTechnique::_initCount' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:132:14: style: Member variable 'SinglePassTerrainTechnique::_debug' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:81:1: note: Member variable 'SinglePassTerrainTechnique::_debug' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:132:14: note: Member variable 'SinglePassTerrainTechnique::_debug' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:143:14: style: Member variable 'SinglePassTerrainTechnique::_initCount' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:92:1: note: Member variable 'SinglePassTerrainTechnique::_initCount' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:143:14: note: Member variable 'SinglePassTerrainTechnique::_initCount' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:132:14: style: Member variable 'SinglePassTerrainTechnique::_debug' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:98:1: note: Member variable 'SinglePassTerrainTechnique::_debug' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:132:14: note: Member variable 'SinglePassTerrainTechnique::_debug' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:134:28: style: Member variable 'SinglePassTerrainTechnique::_compileMutex' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:100:1: note: Member variable 'SinglePassTerrainTechnique::_compileMutex' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:134:28: note: Member variable 'SinglePassTerrainTechnique::_compileMutex' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique.cpp:63:175: performance: Variable '_internal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/SinglePassTerrainTechnique:66:5: warning: The class 'SinglePassTerrainTechnique' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode.cpp:45:60: style: Function 'StreamingTerrainNode' argument 3 names different: declaration 'factory' definition 'tileFactory'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:39:29: note: Function 'StreamingTerrainNode' argument 3 names different: declaration 'factory' definition 'tileFactory'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode.cpp:45:60: note: Function 'StreamingTerrainNode' argument 3 names different: declaration 'factory' definition 'tileFactory'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode.cpp:73:62: style: Function 'refreshFamily' argument 1 names different: declaration 'info' definition 'mapInfo'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode:78:44: note: Function 'refreshFamily' argument 1 names different: declaration 'info' definition 'mapInfo'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode.cpp:73:62: note: Function 'refreshFamily' argument 1 names different: declaration 'info' definition 'mapInfo'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTerrainNode.cpp:51:5: performance: Variable '_loadingPolicy' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:278:42: style: Function 'setHasElevationHint' argument 1 names different: declaration 'hasElevation' definition 'hint'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile:81:40: note: Function 'setHasElevationHint' argument 1 names different: declaration 'hasElevation' definition 'hint'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:278:42: note: Function 'setHasElevationHint' argument 1 names different: declaration 'hasElevation' definition 'hint'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:435:43: style: Function 'updateImagery' argument 1 names different: declaration 'layer' definition 'imageLayer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile:95:41: note: Function 'updateImagery' argument 1 names different: declaration 'layer' definition 'imageLayer'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:435:43: note: Function 'updateImagery' argument 1 names different: declaration 'layer' definition 'imageLayer'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:435:93: style: Function 'updateImagery' argument 3 names different: declaration 'factory' definition 'tileFactory'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile:95:86: note: Function 'updateImagery' argument 3 names different: declaration 'factory' definition 'tileFactory'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:435:93: note: Function 'updateImagery' argument 3 names different: declaration 'factory' definition 'tileFactory'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:602:64: style: Function 'queueTileUpdate' argument 2 names different: declaration 'index' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile:104:62: note: Function 'queueTileUpdate' argument 2 names different: declaration 'index' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:602:64: note: Function 'queueTileUpdate' argument 2 names different: declaration 'index' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:200:16: warning: Member variable 'StreamingTile::_hasElevation' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:200:16: warning: Member variable 'StreamingTile::_elevationLayerRequested' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:200:16: warning: Member variable 'StreamingTile::_sequentialImagery' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/StreamingTile.cpp:134:9: warning: Member variable 'TileElevationPlaceholderLayerRequest::_nextLOD' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:91:34: style: Function 'Terrain' argument 3 names different: declaration 'factory' definition 'tileFactory'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain:47:25: note: Function 'Terrain' argument 3 names different: declaration 'factory' definition 'tileFactory'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:91:34: note: Function 'Terrain' argument 3 names different: declaration 'factory' definition 'tileFactory'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:127:51: style: Function 'setTechniquePrototype' argument 1 names different: declaration 'tech' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain:66:51: note: Function 'setTechniquePrototype' argument 1 names different: declaration 'tech' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:127:51: note: Function 'setTechniquePrototype' argument 1 names different: declaration 'tech' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:139:53: style: Function 'createTile' argument 2 names different: declaration 'locator' definition 'keyLocator'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain:64:63: note: Function 'createTile' argument 2 names different: declaration 'locator' definition 'keyLocator'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:139:53: note: Function 'createTile' argument 2 names different: declaration 'locator' definition 'keyLocator'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain:135:10: style: Member variable 'Terrain::_onDemandDelay' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:98:1: note: Member variable 'Terrain::_onDemandDelay' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain:135:10: note: Member variable 'Terrain::_onDemandDelay' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain:134:10: style: Member variable 'Terrain::_alwaysUpdate' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:101:1: note: Member variable 'Terrain::_alwaysUpdate' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain:134:10: note: Member variable 'Terrain::_alwaysUpdate' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain:103:11: style: Member variable 'Terrain::_sampleRatio' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:102:1: note: Member variable 'Terrain::_sampleRatio' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain:103:11: note: Member variable 'Terrain::_sampleRatio' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:47:9: style: Struct 'NestingDrawCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:73:22: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:49:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:73:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:246:14: performance: Possible inefficient checking for '_tilesToShutDown' emptiness. [stlSize]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Terrain.cpp:281:14: performance: Possible inefficient checking for '_tilesToShutDown' emptiness. [stlSize]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:92:42: style: Function 'TerrainNode' argument 3 names different: declaration 'factory' definition 'tileFactory'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:49:29: note: Function 'TerrainNode' argument 3 names different: declaration 'factory' definition 'tileFactory'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:92:42: note: Function 'TerrainNode' argument 3 names different: declaration 'factory' definition 'tileFactory'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:128:55: style: Function 'setTechniquePrototype' argument 1 names different: declaration 'tech' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:68:55: note: Function 'setTechniquePrototype' argument 1 names different: declaration 'tech' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:128:55: note: Function 'setTechniquePrototype' argument 1 names different: declaration 'tech' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:140:57: style: Function 'createTile' argument 2 names different: declaration 'locator' definition 'keyLocator'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:66:67: note: Function 'createTile' argument 2 names different: declaration 'locator' definition 'keyLocator'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:140:57: note: Function 'createTile' argument 2 names different: declaration 'locator' definition 'keyLocator'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:137:14: style: Member variable 'TerrainNode::_onDemandDelay' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:99:1: note: Member variable 'TerrainNode::_onDemandDelay' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:137:14: note: Member variable 'TerrainNode::_onDemandDelay' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:136:14: style: Member variable 'TerrainNode::_alwaysUpdate' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:102:1: note: Member variable 'TerrainNode::_alwaysUpdate' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:136:14: note: Member variable 'TerrainNode::_alwaysUpdate' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:105:15: style: Member variable 'TerrainNode::_sampleRatio' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:103:1: note: Member variable 'TerrainNode::_sampleRatio' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode:105:15: note: Member variable 'TerrainNode::_sampleRatio' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:48:9: style: Struct 'NestingDrawCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:74:22: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:50:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:74:22: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:247:14: performance: Possible inefficient checking for '_tilesToShutDown' emptiness. [stlSize]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TerrainNode.cpp:282:14: performance: Possible inefficient checking for '_tilesToShutDown' emptiness. [stlSize]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:82:46: style: Function 'setTerrainTechnique' argument 1 names different: declaration 'value' definition 'tech'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:122:53: note: Function 'setTerrainTechnique' argument 1 names different: declaration 'value' definition 'tech'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:82:46: note: Function 'setTerrainTechnique' argument 1 names different: declaration 'value' definition 'tech'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:111:52: style: Function 'setCustomColorLayer' argument 1 names different: declaration 'colorLayer' definition 'layer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:130:59: note: Function 'setCustomColorLayer' argument 1 names different: declaration 'colorLayer' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:111:52: note: Function 'setCustomColorLayer' argument 1 names different: declaration 'colorLayer' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:157:60: style: Function 'getCustomColorLayer' argument 2 names different: declaration 'output' definition 'out'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:127:67: note: Function 'getCustomColorLayer' argument 2 names different: declaration 'output' definition 'out'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:157:60: note: Function 'getCustomColorLayer' argument 2 names different: declaration 'output' definition 'out'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:275:55: style: Function 'queueTileUpdate' argument 2 names different: declaration 'index' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:105:70: note: Function 'queueTileUpdate' argument 2 names different: declaration 'index' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:275:55: note: Function 'queueTileUpdate' argument 2 names different: declaration 'index' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:281:64: style: Function 'applyImmediateTileUpdate' argument 2 names different: declaration 'index' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:107:71: note: Function 'applyImmediateTileUpdate' argument 2 names different: declaration 'index' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:281:64: note: Function 'applyImmediateTileUpdate' argument 2 names different: declaration 'index' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:153:14: style: Member variable 'Tile::_quickReleaseGLObjects' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:49:1: note: Member variable 'Tile::_quickReleaseGLObjects' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:153:14: note: Member variable 'Tile::_quickReleaseGLObjects' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:152:14: style: Member variable 'Tile::_hasBeenTraversed' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:50:1: note: Member variable 'Tile::_hasBeenTraversed' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:152:14: note: Member variable 'Tile::_hasBeenTraversed' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:154:14: style: Member variable 'Tile::_parentTileSet' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:52:1: note: Member variable 'Tile::_parentTileSet' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:154:14: note: Member variable 'Tile::_parentTileSet' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:155:14: style: Member variable 'Tile::_dirty' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile.cpp:54:1: note: Member variable 'Tile::_dirty' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/Tile:155:14: note: Member variable 'Tile::_dirty' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TileBuilder.cpp:515:9: style: Condition '!out_hasRealData' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TileBuilder.cpp:379:23: note: Assignment 'out_hasRealData=false', assigned value is 0
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TileBuilder.cpp:515:9: note: Condition '!out_hasRealData' is always true
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TileBuilder:97:34: style: Member variable 'TileBuilder::_service' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TileBuilder.cpp:241:1: note: Member variable 'TileBuilder::_service' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_osgterrain/TileBuilder:97:34: note: Member variable 'TileBuilder::_service' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModel:67:17: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/CustomPagedLOD.cpp:29:50: style: Function 'CustomPagedLOD' argument 1 names different: declaration 'liveTiles' definition 'live'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/CustomPagedLOD:43:31: note: Function 'CustomPagedLOD' argument 1 names different: declaration 'liveTiles' definition 'live'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/CustomPagedLOD.cpp:29:50: note: Function 'CustomPagedLOD' argument 1 names different: declaration 'liveTiles' definition 'live'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/CustomPagedLOD.cpp:30:50: style: Function 'CustomPagedLOD' argument 2 names different: declaration 'deadTiles' definition 'dead'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/CustomPagedLOD:44:31: note: Function 'CustomPagedLOD' argument 2 names different: declaration 'deadTiles' definition 'dead'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/CustomPagedLOD.cpp:30:50: note: Function 'CustomPagedLOD' argument 2 names different: declaration 'deadTiles' definition 'dead'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModel:182:9: warning: Member variable 'TileModel::_sampleRatio' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModel:56:13: warning: Member variable 'ElevationData::_fallbackData' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModel:103:13: warning: Member variable 'ColorData::_lod' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModel:103:13: warning: Member variable 'ColorData::_fallbackData' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModel:173:13: style: Class 'ColorDataRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineOptions:32:9: style: Class 'QuadTreeTerrainEngineOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileNodeRegistry:49:9: style: Class 'TileNodeRegistry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModel:100:9: warning: The class 'ColorData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineDriver.cpp:86:30: style: Condition 's_tileCount==0' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineDriver.cpp:101:13: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineDriver.cpp:101:13: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineDriver.cpp:101:13: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineDriver.cpp:101:13: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineDriver.cpp:80:20: style: The scope of the variable 's_tileCount' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelFactory:83:24: style: Variable 'hit' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineDriver.cpp:81:23: style: Variable 's_tileTime' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_terrain' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_uid' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_shaderLibRev' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_elevationCallback' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_update_mapf' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_liveTiles' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_deadTiles' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_perThreadKeyNodeFactories' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_timer' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_tileCount' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_tileCreationTime' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_verticalScaleUniform' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:137:9: warning: Member variable 'QuadTreeTerrainEngineNode::_tileModelFactory' is not initialized in the constructor. [uninitMemberVarPrivate]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:80:13: style: Class 'ElevationChangedCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:42:5: warning: The class 'QuadTreeTerrainEngineNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode.cpp:423:55: style: Function 'addImageLayer' argument 1 names different: declaration 'layer' definition 'layerAdded'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode:98:41: note: Function 'addImageLayer' argument 1 names different: declaration 'layer' definition 'layerAdded'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode.cpp:423:55: note: Function 'addImageLayer' argument 1 names different: declaration 'layer' definition 'layerAdded'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode.cpp:249:20: style: Variable 'mapInfo' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode.cpp:130:28: warning: Member variable 'QuadTreeTerrainEngineNode::_verticalScaleUniform' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode.cpp:137:5: performance: Variable '_uid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TerrainNode:44:9: style: Class 'TerrainNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode.cpp:49:9: style: Struct 'QuadTreeTerrainEngineNodeMapCallbackProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuadTreeTerrainEngineNode.cpp:600:9: style: Class 'UpdateElevationVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/SerialKeyNodeFactory:53:20: style: The function 'createRootNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/KeyNodeFactory:39:28: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/SerialKeyNodeFactory:53:20: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/SerialKeyNodeFactory:55:20: style: The function 'createNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/KeyNodeFactory:44:28: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/SerialKeyNodeFactory:55:20: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/FileLocationCallback:52:13: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/FileLocationCallback:52:13: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/FileLocationCallback:52:13: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/FileLocationCallback:52:13: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/SerialKeyNodeFactory.cpp:187:50: style: Function 'createNode' argument 1 names different: declaration 'key' definition 'parentKey'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/SerialKeyNodeFactory:55:47: note: Function 'createNode' argument 1 names different: declaration 'key' definition 'parentKey'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/SerialKeyNodeFactory.cpp:187:50: note: Function 'createNode' argument 1 names different: declaration 'key' definition 'parentKey'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/DynamicLODScaleCallback:36:9: style: Struct 'DynamicLODScaleCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TerrainNode.cpp:40:44: style: Function 'TerrainNode' argument 1 names different: declaration 'deadTiles' definition 'removedTiles'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TerrainNode:44:40: note: Function 'TerrainNode' argument 1 names different: declaration 'deadTiles' definition 'removedTiles'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TerrainNode.cpp:40:44: note: Function 'TerrainNode' argument 1 names different: declaration 'deadTiles' definition 'removedTiles'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuickReleaseGLObjects:33:9: style: Struct 'NestingDrawCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuickReleaseGLObjects:58:13: style: Struct 'ReleaseOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuickReleaseGLObjects:75:14: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuickReleaseGLObjects:35:22: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuickReleaseGLObjects:75:14: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuickReleaseGLObjects:59:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileNodeRegistry:41:26: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/QuickReleaseGLObjects:59:18: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:1254:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:1256:9: note: Found duplicate branches for 'if' and 'else'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:1254:14: note: Found duplicate branches for 'if' and 'else'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:1816:74: style: Function 'TileModelCompiler' argument 2 names different: declaration 'compositor' definition 'texCompositor'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler:80:49: note: Function 'TileModelCompiler' argument 2 names different: declaration 'compositor' definition 'texCompositor'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:1816:74: note: Function 'TileModelCompiler' argument 2 names different: declaration 'compositor' definition 'texCompositor'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:1817:74: style: Function 'TileModelCompiler' argument 3 names different: declaration 'optimizeTriangleOrientation' definition 'optimizeTriOrientation'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler:81:49: note: Function 'TileModelCompiler' argument 3 names different: declaration 'optimizeTriangleOrientation' definition 'optimizeTriOrientation'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:1817:74: note: Function 'TileModelCompiler' argument 3 names different: declaration 'optimizeTriangleOrientation' definition 'optimizeTriOrientation'.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:109:9: warning: Member variable 'Data::surfaceVerts' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:109:9: warning: Member variable 'Data::normals' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:109:9: warning: Member variable 'Data::surfaceElevData' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:109:9: warning: Member variable 'Data::surfaceMorphData' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:109:9: warning: Member variable 'Data::numVerticesInSurface' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:109:9: warning: Member variable 'Data::numVerticesInSkirt' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:109:9: warning: Member variable 'Data::numRows' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:109:9: warning: Member variable 'Data::numCols' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:109:9: warning: Member variable 'Data::originalNumRows' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:109:9: warning: Member variable 'Data::originalNumCols' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:1824:5: performance: Variable '_cullByTraversalMask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelCompiler.cpp:1803:9: style: Struct 'CullByTraversalMask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelFactory.cpp:354:9: style: Condition '!out_hasRealData' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelFactory.cpp:273:23: note: Assignment 'out_hasRealData=false', assigned value is 0
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileModelFactory.cpp:354:9: note: Condition '!out_hasRealData' is always true
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_quadtree/TileNode.cpp:35:11: warning: Member variable 'TileNode::_cullTraversed' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/AutoBuffer:34:0: warning: Member variable 'seamless :: AutoBuffer < double , 256 >::_store' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Euler:132:5: style: Class 'EulerFaceLocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Euler:165:5: style: Class 'EulerSpatialReference' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/AutoBuffer:34:0: style: Class 'seamless :: AutoBuffer < double , 256 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/GeoPatch.cpp:52:11: style: Variable 'faceCoords' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/GeoPatch:40:5: style: Class 'GeoPatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchGroup:62:5: style: Class 'PatchOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/SeamlessOptions:33:5: style: Class 'SeamlessOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/GeoPatch:46:19: style: The function 'getEdgeError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Patch:83:19: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/GeoPatch:46:19: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchGroup:73:10: style: The function 'getPatchExtents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchInfo:30:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchGroup:73:10: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchGroup:78:9: style: The function 'getPatchLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchInfo:31:17: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchGroup:78:9: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchGroup:82:23: style: The function 'getTileKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchInfo:32:31: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchGroup:82:23: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchGroup:83:30: style: The function 'getTileKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchInfo:33:38: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchGroup:83:30: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic:47:24: style: The function 'createPatchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchSet:73:24: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic:47:24: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic:49:29: style: The function 'createPatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchSet:75:29: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic:49:29: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic:51:24: style: The function 'createPatchSetGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchSet:77:24: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic:51:24: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic:52:24: style: The function 'createChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchSet:78:24: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic:52:24: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic.cpp:577:14: style: struct member 'GridEdge::v' is never used. [unusedStructMember]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic.cpp:346:26: style: Variable 'map' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/MultiArray:110:5: style: Class 'Reference' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic.cpp:588:5: style: Struct 'KeyIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic.cpp:795:5: style: Class 'TileUpdater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/MultiArray:87:0: style: Class 'seamless :: Reference < Vec3f , Vec3Array , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Geographic:38:1: warning: The class 'Geographic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/MultiArray:107:1: warning: The class 'Reference' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/MultiArray:138:0: warning: The class 'seamless :: multi_array_ref < Vec3f , Vec3Array , 2 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/MultiArray:138:0: warning: The class 'seamless :: multi_array_ref < Vec3f , Vec3Array , 1 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/MultiArray:82:0: warning: The class 'seamless :: Reference < Vec3f , Vec3Array , 2 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/MultiArray:55:0: warning: The class 'seamless :: SubArray < Vec3f , Vec3Array , 1 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/MultiArray:33:0: warning: The class 'seamless :: SubArraySimple < Vec3f , Vec3Array , 1 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Patch.cpp:37:5: style: Class 'MyNodeAcceptOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Patch.cpp:38:5: style: Class 'MyNodeAcceptOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Patch:51:5: warning: The struct 'Data' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchSet:94:9: style: Member variable 'PatchSet::_resolution' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchSet.cpp:36:7: note: Member variable 'PatchSet::_resolution' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchSet:94:9: note: Member variable 'PatchSet::_resolution' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Projected.cpp:44:5: style: Class 'ProjectedOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Projected:44:29: style: The function 'createPatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/PatchSet:75:29: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/Projected:44:29: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/QSC:89:5: style: Class 'QscFaceLocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/QSC:116:5: style: Class 'QscSpatialReference' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/SeamlessEngineNode.cpp:94:22: style: Variable 'resolution' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/SeamlessEngineNode.cpp:68:5: performance: Variable '_patchSet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/SeamlessEngineNode.cpp:32:5: style: Struct 'SeamlessMapProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/engine_seamless/SeamlessEngineNode:30:1: warning: The class 'SeamlessEngineNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/label_overlay/OverlayLabelSource.cpp:41:5: style: Class 'OverlayLabelSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_label/FeatureLabelModelSource.cpp:115:9: warning: Member variable 'FeatureLabelModelSource::_sourceId' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_label/FeatureLabelModelOptions:43:9: style: Class 'FeatureLabelModelOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_label/FeatureLabelModelSource.cpp:48:9: style: Class 'LabelNodeFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_label/FeatureLabelModelSource.cpp:115:9: style: Class 'FeatureLabelModelSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/FeatureStencilModelSource.cpp:186:13: style: Variable 'densificationThreshold' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/FeatureStencilModelSource.cpp:148:9: warning: Member variable 'StencilVolumeNodeFactory::_renderBinStart' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/FeatureStencilModelSource.cpp:333:13: style: Member variable 'FeatureStencilModelSource::_renderBinStart' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/FeatureStencilModelSource.cpp:304:13: note: Member variable 'FeatureStencilModelSource::_renderBinStart' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/FeatureStencilModelSource.cpp:333:13: note: Member variable 'FeatureStencilModelSource::_renderBinStart' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/FeatureStencilModelOptions:50:9: style: Class 'FeatureStencilModelOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/FeatureStencilModelSource.cpp:104:9: style: Struct 'BuildData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/StencilUtils.cpp:156:14: style: Condition '!zFail' is always false [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/StencilUtils.cpp:108:18: note: Assignment 'zFail=true', assigned value is 1
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/StencilUtils.cpp:156:14: note: Condition '!zFail' is always false
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/StencilUtils.cpp:577:22: style: Variable 'made_geom' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/StencilUtils.cpp:514:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/model_feature_stencil/StencilUtils.h:48:1: warning: The class 'StencilVolumeNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/noise/NoiseOptions:208:26: style: Member variable 'NoiseOptions::_octaves' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/noise/NoiseOptions:155:13: note: Member variable 'NoiseOptions::_octaves' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/noise/NoiseOptions:208:26: note: Member variable 'NoiseOptions::_octaves' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/noise/NoiseOptions:148:9: style: Class 'NoiseOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthDriversDisabled/noise/NoiseDriver.cpp:45:9: style: Class 'NoiseSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthFeatures/AltitudeFilter.cpp:244:41: style: The scope of the variable 'p' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthFeatures/AltitudeFilter.cpp:322:41: style: The scope of the variable 'p' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthFeatures/BuildGeometryFilter.cpp:997:76: warning: Either the condition 'geom' is redundant or there is possible null pointer dereference: geom. [nullPointerRedundantCheck]
osgearth-osgearth-2.9/src/osgEarthFeatures/BuildGeometryFilter.cpp:956:13: note: Assuming that condition 'geom' is not redundant
osgearth-osgearth-2.9/src/osgEarthFeatures/BuildGeometryFilter.cpp:997:76: note: Null pointer dereference
osgearth-osgearth-2.9/src/osgEarthFeatures/BuildGeometryFilter.cpp:264:9: style: Struct 'CopyHeightsCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthFeatures/ConvertTypeFilter.cpp:79:15: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/ExtrudeGeometryFilter.cpp:268:13: style: The scope of the variable 'roofRotation' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthFeatures/ExtrudeGeometryFilter.cpp:232:29: style: Variable 'minLoc_len' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/ExtrudeGeometryFilter.cpp:234:0: style: Variable 'maxLoc_len' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/ExtrudeGeometryFilter.cpp:532:26: style: Variable 'texHeightM' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/ExtrudeGeometryFilter.cpp:774:13: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/ExtrudeGeometryFilter.cpp:848:28: style: Variable 'elevptr' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/ExtrudeGeometryFilter.cpp:1203:15: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/ExtrudeGeometryFilter.cpp:436:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthFeatures/Feature.cpp:656:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthFeatures/Feature.cpp:658:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthFeatures/FeatureModelGraph.cpp:179:9: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthFeatures/FeatureModelGraph.cpp:179:9: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthFeatures/FeatureModelGraph.cpp:179:9: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthFeatures/FeatureModelGraph.cpp:1045:24: style: The scope of the variable 'node' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthFeatures/FeatureModelGraph.cpp:1377:28: style: The scope of the variable 'workingSet' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthFeatures/FeatureModelGraph.cpp:1017:40: style: Variable 'fp' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/FeatureRasterizer.cpp:50:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
osgearth-osgearth-2.9/src/osgEarthFeatures/FeatureSource.cpp:49:0: style: Variable 'numResamples' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/FeatureSourceIndexNode.cpp:334:0: error: syntax error [syntaxError]
osgearth-osgearth-2.9/src/osgEarthFeatures/Filter.cpp:64:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
osgearth-osgearth-2.9/src/osgEarthFeatures/Filter.cpp:61:10: note: outer condition: !s_singleton
osgearth-osgearth-2.9/src/osgEarthFeatures/Filter.cpp:64:14: note: identical inner condition: !s_singleton
osgearth-osgearth-2.9/src/osgEarthFeatures/Filter.cpp:64:14: style: Condition '!s_singleton' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthFeatures/Filter.cpp:61:10: note: Assuming that condition '!s_singleton' is not redundant
osgearth-osgearth-2.9/src/osgEarthFeatures/Filter.cpp:64:14: note: Condition '!s_singleton' is always true
osgearth-osgearth-2.9/src/osgEarthFeatures/Filter.cpp:87:112: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:173:49: style: Function 'compile' argument 1 names different: declaration 'geom' definition 'geometry'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:191:35: note: Function 'compile' argument 1 names different: declaration 'geom' definition 'geometry'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:173:49: note: Function 'compile' argument 1 names different: declaration 'geom' definition 'geometry'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:182:49: style: Function 'compile' argument 1 names different: declaration 'geom' definition 'geometry'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:196:35: note: Function 'compile' argument 1 names different: declaration 'geom' definition 'geometry'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:182:49: note: Function 'compile' argument 1 names different: declaration 'geom' definition 'geometry'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:190:49: style: Function 'compile' argument 1 names different: declaration 'geom' definition 'geometry'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:200:35: note: Function 'compile' argument 1 names different: declaration 'geom' definition 'geometry'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:190:49: note: Function 'compile' argument 1 names different: declaration 'geom' definition 'geometry'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:197:49: style: Function 'compile' argument 1 names different: declaration 'input' definition 'feature'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:182:35: note: Function 'compile' argument 1 names different: declaration 'input' definition 'feature'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:197:49: note: Function 'compile' argument 1 names different: declaration 'input' definition 'feature'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:207:49: style: Function 'compile' argument 1 names different: declaration 'input' definition 'feature'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:187:35: note: Function 'compile' argument 1 names different: declaration 'input' definition 'feature'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:207:49: note: Function 'compile' argument 1 names different: declaration 'input' definition 'feature'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:214:49: style: Function 'compile' argument 1 names different: declaration 'input' definition 'cursor'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:177:35: note: Function 'compile' argument 1 names different: declaration 'input' definition 'cursor'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:214:49: note: Function 'compile' argument 1 names different: declaration 'input' definition 'cursor'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:227:49: style: Function 'compile' argument 1 names different: declaration 'mungeableInput' definition 'workingSet'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:204:35: note: Function 'compile' argument 1 names different: declaration 'mungeableInput' definition 'workingSet'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:227:49: note: Function 'compile' argument 1 names different: declaration 'mungeableInput' definition 'workingSet'.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:127:40: style: Member variable 'GeometryCompilerOptions::_geoInterp' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:97:1: note: Member variable 'GeometryCompilerOptions::_geoInterp' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:127:40: note: Member variable 'GeometryCompilerOptions::_geoInterp' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:127:40: style: Member variable 'GeometryCompilerOptions::_geoInterp' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler.cpp:73:1: note: Member variable 'GeometryCompilerOptions::_geoInterp' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:127:40: note: Member variable 'GeometryCompilerOptions::_geoInterp' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:47:9: style: Class 'GeometryCompilerOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:148:8: style: Class 'GeometryCompilerOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthFeatures/GeometryCompiler:163:9: style: Class 'GeometryCompiler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthFeatures/PolygonizeLines.cpp:203:0: style: Variable 'eboPtr' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/PolygonizeLines.cpp:225:30: style: Variable 'normal' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/PolygonizeLines.cpp:288:41: style: Variable 'cornerWidth' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/PolygonizeLines.cpp:437:33: style: Variable 'cornerWidth' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/PolygonizeLines.cpp:487:13: performance: Variable '_pixelSizeVectorUniform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthFeatures/PolygonizeLines.cpp:484:9: style: Struct 'PixelSizeVectorCullCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthFeatures/ResampleFilter.cpp:190:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthFeatures/ResampleFilter.cpp:193:18: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/ScaleFilter.cpp:54:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthFeatures/ScatterFilter.cpp:94:22: style: Condition 'include' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthFeatures/ScatterFilter.cpp:92:32: note: Assignment 'include=true', assigned value is 1
osgearth-osgearth-2.9/src/osgEarthFeatures/ScatterFilter.cpp:94:22: note: Condition 'include' is always true
osgearth-osgearth-2.9/src/osgEarthFeatures/ScatterFilter.cpp:116:26: style: Condition 'include' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthFeatures/ScatterFilter.cpp:114:36: note: Assignment 'include=true', assigned value is 1
osgearth-osgearth-2.9/src/osgEarthFeatures/ScatterFilter.cpp:116:26: note: Condition 'include' is always true
osgearth-osgearth-2.9/src/osgEarthFeatures/ScriptFilter.cpp:91:15: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/Session.cpp:110:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
osgearth-osgearth-2.9/src/osgEarthFeatures/StencilVolumeNode.cpp:226:14: style: Condition '!zFail' is always false [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthFeatures/StencilVolumeNode.cpp:181:18: note: Assignment 'zFail=true', assigned value is 1
osgearth-osgearth-2.9/src/osgEarthFeatures/StencilVolumeNode.cpp:226:14: note: Condition '!zFail' is always false
osgearth-osgearth-2.9/src/osgEarthFeatures/StencilVolumeNode.cpp:429:22: style: Variable 'made_geom' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/StencilVolumeNode.cpp:365:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthFeatures/SubstituteModelFilter.cpp:299:26: warning: Either the condition 'modelSymbol' is redundant or there is possible null pointer dereference: modelSymbol. [nullPointerRedundantCheck]
osgearth-osgearth-2.9/src/osgEarthFeatures/SubstituteModelFilter.cpp:277:26: note: Assuming that condition 'modelSymbol' is not redundant
osgearth-osgearth-2.9/src/osgEarthFeatures/SubstituteModelFilter.cpp:299:26: note: Null pointer dereference
osgearth-osgearth-2.9/src/osgEarthFeatures/SubstituteModelFilter.cpp:269:27: style: The scope of the variable 'scale' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthFeatures/SubstituteModelFilter.cpp:481:15: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/SubstituteModelFilter.cpp:58:9: style: Struct 'SetSmallFeatureCulling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthFeatures/TessellateOperator.cpp:115:9: style: Variable 'sliceSize' is reassigned a value before the old one has been used. [redundantAssignment]
osgearth-osgearth-2.9/src/osgEarthFeatures/TessellateOperator.cpp:114:9: note: Variable 'sliceSize' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthFeatures/TessellateOperator.cpp:115:9: note: Variable 'sliceSize' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthFeatures/TessellateOperator.cpp:108:28: style: Variable 'numPartitions' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/TessellateOperator.cpp:130:31: style: Variable 'p0' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/TransformFilter.cpp:127:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthFeatures/TransformFilter.cpp:130:18: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthFeatures/TransformFilter.cpp:128:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthFeatures/TransformFilter.cpp:152:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthQt/Actions.cpp:75:52: style: Function 'doAction' argument 2 names different: declaration 'action' definition 'action_'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthQt/Actions.cpp:39:42: note: Function 'doAction' argument 2 names different: declaration 'action' definition 'action_'.
osgearth-osgearth-2.9/src/osgEarthQt/Actions.cpp:75:52: note: Function 'doAction' argument 2 names different: declaration 'action' definition 'action_'.
osgearth-osgearth-2.9/src/osgEarthQt/Actions.cpp:33:5: style: Class 'ActionManagerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/Actions.cpp:140:12: performance: Possible inefficient checking for '_undoStack' emptiness. [stlSize]
osgearth-osgearth-2.9/src/osgEarthQt/Actions.cpp:152:12: performance: Possible inefficient checking for '_undoStack' emptiness. [stlSize]
osgearth-osgearth-2.9/src/osgEarthQt/AnnotationListWidget.cpp:193:24: style: Variable 'annoDataSet' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthQt/AnnotationListWidget.cpp:52:5: style: Class 'AnnotationListItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/AnnotationListWidget.cpp:66:5: style: Class 'AnnotationListActionCallbackProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/LOSCreationDialog.cpp:658:15: style: Variable 'p1Set' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthQt/LOSCreationDialog.cpp:685:15: style: Variable 'p2Set' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthQt/LOSCreationDialog.cpp:37:5: warning: Member variable 'LOSPointDraggerCallback::_start' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthQt/LayerManagerWidget.cpp:58:5: style: Class 'WidgetElevationLayerCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/LayerManagerWidget.cpp:73:5: style: Class 'WidgetImageLayerCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/LayerManagerWidget.cpp:94:5: style: Class 'WidgetModelLayerCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/LayerManagerWidget.cpp:113:5: style: Struct 'LayerManagerMapCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:60:4: style: Class 'CustomActionTreeItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:163:5: style: Class 'ToggleNodeTreeItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:223:5: style: Class 'ViewpointTreeItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:247:5: style: Class 'MapCatalogActionCallbackProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:67:13: style: The function 'getDoubleClickAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:51:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:67:13: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:88:13: style: The function 'getCheckStateAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:52:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:88:13: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:93:13: style: The function 'getDoubleClickAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:51:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:93:13: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:183:13: style: The function 'getSelectionAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:53:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:183:13: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:185:13: style: The function 'getDoubleClickAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:51:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:185:13: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:228:13: style: The function 'getDoubleClickAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:51:21: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthQt/MapCatalogWidget.cpp:228:13: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthQt/TerrainProfileGraph.cpp:78:9: style: Struct 'TerrainGraphChangedShim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/TerrainProfileWidget.cpp:53:9: style: Struct 'ProfileChangedShim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthQt/TerrainProfileWidget.cpp:61:9: style: Struct 'UpdatePositionShim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:41:1: style: Function 'SetGamma' argument 1 names different: declaration 'gamma' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:187:30: note: Function 'SetGamma' argument 1 names different: declaration 'gamma' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:41:1: note: Function 'SetGamma' argument 1 names different: declaration 'gamma' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:42:1: style: Function 'SetInfraRedMode' argument 1 names different: declaration 'infraRed' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:190:35: note: Function 'SetInfraRedMode' argument 1 names different: declaration 'infraRed' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:42:1: note: Function 'SetInfraRedMode' argument 1 names different: declaration 'infraRed' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:48:1: style: Function 'SetVisibility' argument 1 names different: declaration 'vis' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:140:35: note: Function 'SetVisibility' argument 1 names different: declaration 'vis' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:48:1: note: Function 'SetVisibility' argument 1 names different: declaration 'vis' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:49:1: style: Function 'SetTurbidity' argument 1 names different: declaration 'turb' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:143:34: note: Function 'SetTurbidity' argument 1 names different: declaration 'turb' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:49:1: note: Function 'SetTurbidity' argument 1 names different: declaration 'turb' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:50:1: style: Function 'SetLightPollution' argument 1 names different: declaration 'wattsPerSqm' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:146:39: note: Function 'SetLightPollution' argument 1 names different: declaration 'wattsPerSqm' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:50:1: note: Function 'SetLightPollution' argument 1 names different: declaration 'wattsPerSqm' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:70:50: style: Function 'RemoveWindVolume' argument 1 names different: declaration 'windVolumeHandle' definition 'layerHandle'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:153:35: note: Function 'RemoveWindVolume' argument 1 names different: declaration 'windVolumeHandle' definition 'layerHandle'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:70:50: note: Function 'RemoveWindVolume' argument 1 names different: declaration 'windVolumeHandle' definition 'layerHandle'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:114:42: style: Function 'SetLayerPosition' argument 1 names different: declaration 'east' definition 'e'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:79:38: note: Function 'SetLayerPosition' argument 1 names different: declaration 'east' definition 'e'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:114:42: note: Function 'SetLayerPosition' argument 1 names different: declaration 'east' definition 'e'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:114:52: style: Function 'SetLayerPosition' argument 2 names different: declaration 'north' definition 'n'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:79:51: note: Function 'SetLayerPosition' argument 2 names different: declaration 'north' definition 'n'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:114:52: note: Function 'SetLayerPosition' argument 2 names different: declaration 'north' definition 'n'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:115:43: style: Function 'GetLayerPosition' argument 1 names different: declaration 'east' definition 'e'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:80:39: note: Function 'GetLayerPosition' argument 1 names different: declaration 'east' definition 'e'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:115:43: note: Function 'GetLayerPosition' argument 1 names different: declaration 'east' definition 'e'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:115:54: style: Function 'GetLayerPosition' argument 2 names different: declaration 'north' definition 'n'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:80:53: note: Function 'GetLayerPosition' argument 2 names different: declaration 'north' definition 'n'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper.cpp:115:54: note: Function 'GetLayerPosition' argument 2 names different: declaration 'north' definition 'n'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:59:9: style: Class 'CloudLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:168:9: style: Class 'AtmosphericConditions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningAPIWrapper:196:9: style: Class 'Atmosphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningCloudsDrawable.cpp:45:53: style: Function 'drawImplementation' argument 1 names different: declaration 'ri' definition 'renderInfo'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningCloudsDrawable:46:50: note: Function 'drawImplementation' argument 1 names different: declaration 'ri' definition 'renderInfo'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningCloudsDrawable.cpp:45:53: note: Function 'drawImplementation' argument 1 names different: declaration 'ri' definition 'renderInfo'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningCloudsDrawable:63:9: warning: Member variable 'CloudsDrawable::_SL' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningCloudsDrawable:63:9: warning: Member variable 'CloudsDrawable::_contextNode' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningCloudsDrawable:63:9: warning: Member variable 'CloudsDrawable::_adapters' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningCloudsDrawable:37:9: style: Class 'CloudsDrawable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningOptions:33:9: style: Class 'SilverLiningOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContext:45:9: style: Class 'SilverLiningContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningCloudsDrawable:34:5: warning: The class 'CloudsDrawable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContext.cpp:72:22: warning: Member variable 'SilverLiningContext::_skyBoxSize' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContext:104:36: style: Member variable 'SilverLiningContext::_initAttempted' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContext.cpp:74:1: note: Member variable 'SilverLiningContext::_initAttempted' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContext:104:36: note: Member variable 'SilverLiningContext::_initAttempted' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContext:97:37: style: Member variable 'SilverLiningContext::_atmosphere' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContext.cpp:77:1: note: Member variable 'SilverLiningContext::_atmosphere' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContext:97:37: note: Member variable 'SilverLiningContext::_atmosphere' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContext.cpp:39:5: style: Class 'MillisecondTimerAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContextNode.cpp:104:22: style: Variable 'frameNumber' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningSkyDrawable:54:9: warning: Member variable 'SkyDrawable::_SL' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningSkyDrawable:54:9: warning: Member variable 'SkyDrawable::_contextNode' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContextNode:76:35: style: Member variable 'SilverLiningContextNode::_options' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContextNode.cpp:45:1: note: Member variable 'SilverLiningContextNode::_options' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContextNode:76:35: note: Member variable 'SilverLiningContextNode::_options' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContextNode:75:16: style: Member variable 'SilverLiningContextNode::_lastAltitude' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContextNode.cpp:46:1: note: Member variable 'SilverLiningContextNode::_lastAltitude' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContextNode:75:16: note: Member variable 'SilverLiningContextNode::_lastAltitude' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningContextNode.cpp:49:5: performance: Variable '_SL' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningSkyDrawable:33:9: style: Class 'SkyDrawable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningSkyDrawable:30:5: warning: The class 'SkyDrawable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningNode.cpp:92:46: style: Function 'getCloudsStateSet' argument 1 names different: declaration 'contextIndex' definition 'index'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningNode:59:51: note: Function 'getCloudsStateSet' argument 1 names different: declaration 'contextIndex' definition 'index'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningNode.cpp:92:46: note: Function 'getCloudsStateSet' argument 1 names different: declaration 'contextIndex' definition 'index'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningNode.cpp:104:43: style: Function 'getSkyStateSet' argument 1 names different: declaration 'contextIndex' definition 'index'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningNode:62:48: note: Function 'getSkyStateSet' argument 1 names different: declaration 'contextIndex' definition 'index'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningNode.cpp:104:43: note: Function 'getSkyStateSet' argument 1 names different: declaration 'contextIndex' definition 'index'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningNode.cpp:47:5: performance: Variable '_light' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningSkyDrawable.cpp:30:51: style: Function 'SkyDrawable' argument 1 names different: declaration 'contextNode' definition 'contexNode'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningSkyDrawable:33:46: note: Function 'SkyDrawable' argument 1 names different: declaration 'contextNode' definition 'contexNode'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningSkyDrawable.cpp:30:51: note: Function 'SkyDrawable' argument 1 names different: declaration 'contextNode' definition 'contexNode'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningSkyDrawable.cpp:45:50: style: Function 'drawImplementation' argument 1 names different: declaration 'ri' definition 'renderInfo'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningSkyDrawable:39:50: note: Function 'drawImplementation' argument 1 names different: declaration 'ri' definition 'renderInfo'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningSkyDrawable.cpp:45:50: note: Function 'drawImplementation' argument 1 names different: declaration 'ri' definition 'renderInfo'.
osgearth-osgearth-2.9/src/osgEarthSilverLining/SilverLiningSkyDrawable.cpp:129:35: style: Variable 'atmosphereHeight' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatCatalog:50:9: style: Struct 'SplatDetailData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatCatalog:71:9: style: Struct 'SplatRangeData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatCatalog:87:9: style: Struct 'SplatClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/Coverage.cpp:43:47: style: Function 'lockLayer' argument 1 names different: declaration 'safePtr' definition 'layer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/Coverage:93:50: note: Function 'lockLayer' argument 1 names different: declaration 'safePtr' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthSplat/Coverage.cpp:43:47: note: Function 'lockLayer' argument 1 names different: declaration 'safePtr' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthSplat/Coverage.cpp:49:42: style: Function 'setLegend' argument 1 names different: declaration 'legend' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/Coverage:98:45: note: Function 'setLegend' argument 1 names different: declaration 'legend' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSplat/Coverage.cpp:49:42: note: Function 'setLegend' argument 1 names different: declaration 'legend' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSplat/Coverage.cpp:61:42: style: Function 'configure' argument 1 names different: declaration 'options' definition 'conf'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/Coverage:113:45: note: Function 'configure' argument 1 names different: declaration 'options' definition 'conf'.
osgearth-osgearth-2.9/src/osgEarthSplat/Coverage.cpp:61:42: note: Function 'configure' argument 1 names different: declaration 'options' definition 'conf'.
osgearth-osgearth-2.9/src/osgEarthSplat/Coverage:44:9: style: Class 'CoverageOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:53:61: style: Function 'GroundCoverOptions' argument 1 names different: declaration 'conf' definition 'co'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover:81:49: note: Function 'GroundCoverOptions' argument 1 names different: declaration 'conf' definition 'co'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:53:61: note: Function 'GroundCoverOptions' argument 1 names different: declaration 'conf' definition 'co'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:111:52: style: Function 'GroundCover' argument 1 names different: declaration 'options' definition 'in'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover:190:47: note: Function 'GroundCover' argument 1 names different: declaration 'options' definition 'in'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:111:52: note: Function 'GroundCover' argument 1 names different: declaration 'options' definition 'in'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:182:1: style: Function 'setWind' argument 1 names different: declaration 'wind' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover:204:28: note: Function 'setWind' argument 1 names different: declaration 'wind' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:182:1: note: Function 'setWind' argument 1 names different: declaration 'wind' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:183:1: style: Function 'setDensity' argument 1 names different: declaration 'density' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover:208:31: note: Function 'setDensity' argument 1 names different: declaration 'density' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:183:1: note: Function 'setDensity' argument 1 names different: declaration 'density' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:184:1: style: Function 'setFill' argument 1 names different: declaration 'fill' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover:212:28: note: Function 'setFill' argument 1 names different: declaration 'fill' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:184:1: note: Function 'setFill' argument 1 names different: declaration 'fill' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:185:1: style: Function 'setMaxDistance' argument 1 names different: declaration 'distance' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover:216:35: note: Function 'setMaxDistance' argument 1 names different: declaration 'distance' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover.cpp:185:1: note: Function 'setMaxDistance' argument 1 names different: declaration 'distance' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover:50:9: style: Class 'GroundCoverBiomeOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover:81:9: style: Class 'GroundCoverOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCover:190:9: style: Class 'GroundCover' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/Surface:44:9: style: Class 'SurfaceOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/Zone:49:9: style: Class 'ZoneOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/Zone:103:9: style: Class 'Zone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/Zone:152:9: style: Class 'ZoneSwitcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer.cpp:166:63: style: Function 'setLandCoverDictionary' argument 1 names different: declaration 'landCoverDict' definition 'layer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer:109:58: note: Function 'setLandCoverDictionary' argument 1 names different: declaration 'landCoverDict' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer.cpp:166:63: note: Function 'setLandCoverDictionary' argument 1 names different: declaration 'landCoverDict' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer.cpp:174:53: style: Function 'setLandCoverLayer' argument 1 names different: declaration 'landCoverLayer' definition 'layer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer:106:48: note: Function 'setLandCoverLayer' argument 1 names different: declaration 'landCoverLayer' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer.cpp:174:53: note: Function 'setLandCoverLayer' argument 1 names different: declaration 'landCoverLayer' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer.cpp:263:83: style: Function 'cull' argument 2 names different: declaration 'ssStack' definition 'stateSetStack'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer:124:78: note: Function 'cull' argument 2 names different: declaration 'ssStack' definition 'stateSetStack'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer.cpp:263:83: note: Function 'cull' argument 2 names different: declaration 'ssStack' definition 'stateSetStack'.
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer:129:22: warning: Virtual function 'init' is called from constructor 'GroundCoverLayer()' at line 129. Dynamic binding is not used. [virtualCallInConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer.cpp:129:5: note: Calling init
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer:129:22: note: init is a virtual method
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer:129:22: warning: Virtual function 'init' is called from constructor 'GroundCoverLayer(const GroundCoverLayerOptions&options)' at line 137. Dynamic binding is not used. [virtualCallInConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer.cpp:137:5: note: Calling init
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer:129:22: note: init is a virtual method
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer:46:9: style: Class 'GroundCoverLayerOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer:103:9: style: Class 'GroundCoverLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/GroundCoverLayer.cpp:94:9: style: Struct 'GroundCoverLayerAcceptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/LandUseTileSource.cpp:89:53: style: Function 'initialize' argument 1 names different: declaration 'options' definition 'dbOptions'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/LandUseTileSource:137:49: note: Function 'initialize' argument 1 names different: declaration 'options' definition 'dbOptions'.
osgearth-osgearth-2.9/src/osgEarthSplat/LandUseTileSource.cpp:89:53: note: Function 'initialize' argument 1 names different: declaration 'options' definition 'dbOptions'.
osgearth-osgearth-2.9/src/osgEarthSplat/LandUseTileSource.cpp:220:22: style: Variable 'warp' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthSplat/LandUseTileSource.cpp:145:19: style: Member variable 'ILayer::scale' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthSplat/LandUseTileSource.cpp:151:43: note: Member variable 'ILayer::scale' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSplat/LandUseTileSource.cpp:145:19: note: Member variable 'ILayer::scale' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSplat/LandUseTileSource:36:9: style: Class 'LandUseOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/LandUseTileSource:132:9: style: Class 'LandUseTileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/ModelSplatter.cpp:158:58: style: Function 'operator()' argument 2 names different: declaration 'tileNode' definition 'node'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/ModelSplatter:52:56: note: Function 'operator()' argument 2 names different: declaration 'tileNode' definition 'node'.
osgearth-osgearth-2.9/src/osgEarthSplat/ModelSplatter.cpp:158:58: note: Function 'operator()' argument 2 names different: declaration 'tileNode' definition 'node'.
osgearth-osgearth-2.9/src/osgEarthSplat/ModelSplatter:60:33: style: Member variable 'ModelSplatter::_count' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthSplat/ModelSplatter.cpp:90:1: note: Member variable 'ModelSplatter::_count' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSplat/ModelSplatter:60:33: note: Member variable 'ModelSplatter::_count' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSplat/SplatOptions:47:9: style: Class 'SplatOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/NoiseTextureFactory.cpp:33:52: style: Function 'create' argument 2 names different: declaration 'numChannels' definition 'chans'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/NoiseTextureFactory:34:53: note: Function 'create' argument 2 names different: declaration 'numChannels' definition 'chans'.
osgearth-osgearth-2.9/src/osgEarthSplat/NoiseTextureFactory.cpp:33:52: note: Function 'create' argument 2 names different: declaration 'numChannels' definition 'chans'.
osgearth-osgearth-2.9/src/osgEarthSplat/RoadSurfaceLayer.cpp:142:51: style: Function 'setFeatureSource' argument 1 names different: declaration 'source' definition 'fs'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/RoadSurfaceLayer:122:46: note: Function 'setFeatureSource' argument 1 names different: declaration 'source' definition 'fs'.
osgearth-osgearth-2.9/src/osgEarthSplat/RoadSurfaceLayer.cpp:142:51: note: Function 'setFeatureSource' argument 1 names different: declaration 'source' definition 'fs'.
osgearth-osgearth-2.9/src/osgEarthSplat/RoadSurfaceLayer:141:22: warning: Virtual function 'init' is called from constructor 'RoadSurfaceLayer()' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/RoadSurfaceLayer.cpp:42:5: note: Calling init
osgearth-osgearth-2.9/src/osgEarthSplat/RoadSurfaceLayer:141:22: note: init is a virtual method
osgearth-osgearth-2.9/src/osgEarthSplat/RoadSurfaceLayer:141:22: warning: Virtual function 'init' is called from constructor 'RoadSurfaceLayer(const RoadSurfaceLayerOptions&options)' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/RoadSurfaceLayer.cpp:50:5: note: Calling init
osgearth-osgearth-2.9/src/osgEarthSplat/RoadSurfaceLayer:141:22: note: init is a virtual method
osgearth-osgearth-2.9/src/osgEarthSplat/RoadSurfaceLayer:41:9: style: Class 'RoadSurfaceLayerOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/RoadSurfaceLayer:112:9: style: Class 'RoadSurfaceLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatCatalog.cpp:248:59: style: Function 'createSplatTextureDef' argument 1 names different: declaration 'options' definition 'dbOptions'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatCatalog:133:58: note: Function 'createSplatTextureDef' argument 1 names different: declaration 'options' definition 'dbOptions'.
osgearth-osgearth-2.9/src/osgEarthSplat/SplatCatalog.cpp:248:59: note: Function 'createSplatTextureDef' argument 1 names different: declaration 'options' definition 'dbOptions'.
osgearth-osgearth-2.9/src/osgEarthSplat/SplatCatalog.cpp:108:5: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatCatalog.cpp:145:5: performance: Variable '_version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer.cpp:118:57: style: Function 'setLandCoverDictionary' argument 1 names different: declaration 'landCoverDict' definition 'layer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer:93:58: note: Function 'setLandCoverDictionary' argument 1 names different: declaration 'landCoverDict' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer.cpp:118:57: note: Function 'setLandCoverDictionary' argument 1 names different: declaration 'landCoverDict' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer.cpp:126:47: style: Function 'setLandCoverLayer' argument 1 names different: declaration 'landCoverLayer' definition 'layer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer:90:48: note: Function 'setLandCoverLayer' argument 1 names different: declaration 'landCoverLayer' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer.cpp:126:47: note: Function 'setLandCoverLayer' argument 1 names different: declaration 'landCoverLayer' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer.cpp:204:45: style: Function 'cull' argument 2 names different: declaration 'ssStack' definition 'stateSetStack'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer:102:78: note: Function 'cull' argument 2 names different: declaration 'ssStack' definition 'stateSetStack'.
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer.cpp:204:45: note: Function 'cull' argument 2 names different: declaration 'ssStack' definition 'stateSetStack'.
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer:107:22: warning: Virtual function 'init' is called from constructor 'SplatLayer()' at line 85. Dynamic binding is not used. [virtualCallInConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer.cpp:85:5: note: Calling init
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer:107:22: note: init is a virtual method
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer:107:22: warning: Virtual function 'init' is called from constructor 'SplatLayer(const SplatLayerOptions&options)' at line 93. Dynamic binding is not used. [virtualCallInConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer.cpp:93:5: note: Calling init
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer:107:22: note: init is a virtual method
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer:47:9: style: Class 'SplatLayerOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/SplatLayer:87:9: style: Class 'SplatLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSplat/Surface.cpp:136:28: style: The scope of the variable 'coverageClass' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthSplat/Surface.cpp:69:87: style: Function 'loadTextures' argument 2 names different: declaration 'readOptions' definition 'dbo'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/Surface:92:91: note: Function 'loadTextures' argument 2 names different: declaration 'readOptions' definition 'dbo'.
osgearth-osgearth-2.9/src/osgEarthSplat/Surface.cpp:69:87: note: Function 'loadTextures' argument 2 names different: declaration 'readOptions' definition 'dbo'.
osgearth-osgearth-2.9/src/osgEarthSplat/Surface.cpp:119:53: style: Function 'createLUTBuffer' argument 1 names different: declaration 'lcd' definition 'landCoverDict'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/Surface:108:66: note: Function 'createLUTBuffer' argument 1 names different: declaration 'lcd' definition 'landCoverDict'.
osgearth-osgearth-2.9/src/osgEarthSplat/Surface.cpp:119:53: note: Function 'createLUTBuffer' argument 1 names different: declaration 'lcd' definition 'landCoverDict'.
osgearth-osgearth-2.9/src/osgEarthSplat/Surface.cpp:71:0: style: Variable 'numValidTextures' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthSplat/Zone.cpp:106:33: style: Function 'contains' argument 1 names different: declaration 'points' definition 'point'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthSplat/Zone:121:40: note: Function 'contains' argument 1 names different: declaration 'points' definition 'point'.
osgearth-osgearth-2.9/src/osgEarthSplat/Zone.cpp:106:33: note: Function 'contains' argument 1 names different: declaration 'points' definition 'point'.
osgearth-osgearth-2.9/src/osgEarthSplat/Zone:129:37: style: Member variable 'Zone::_uid' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthSplat/Zone.cpp:36:1: note: Member variable 'Zone::_uid' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSplat/Zone:129:37: note: Member variable 'Zone::_uid' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSymbology/Geometry.cpp:555:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthSymbology/GeometryRasterizer.cpp:123:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthSymbology/GeometryRasterizer.cpp:33:5: style: Struct 'AggState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthSymbology/MeshConsolidator.cpp:47:42: style: Member variable 'Collector::_newPrimSets' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthSymbology/MeshConsolidator.cpp:51:37: note: Member variable 'Collector::_newPrimSets' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSymbology/MeshConsolidator.cpp:47:42: note: Member variable 'Collector::_newPrimSets' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthSymbology/MeshSubdivider.cpp:150:13: performance: Variable '_verts' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthSymbology/MeshSubdivider.cpp:377:13: performance: Variable '_verts' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthSymbology/ResourceLibrary.cpp:178:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
osgearth-osgearth-2.9/src/osgEarthSymbology/ResourceLibrary.cpp:175:10: note: outer condition: !_initialized
osgearth-osgearth-2.9/src/osgEarthSymbology/ResourceLibrary.cpp:178:14: note: identical inner condition: !_initialized
osgearth-osgearth-2.9/src/osgEarthSymbology/Skins.cpp:199:17: style: Variable 'texenv' is reassigned a value before the old one has been used. [redundantAssignment]
osgearth-osgearth-2.9/src/osgEarthSymbology/Skins.cpp:198:0: note: Variable 'texenv' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthSymbology/Skins.cpp:199:17: note: Variable 'texenv' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthSymbology/Skins.cpp:199:0: error: Memory leak: texenv [memleak]
osgearth-osgearth-2.9/src/osgEarthSymbology/Symbol.cpp:37:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
osgearth-osgearth-2.9/src/osgEarthSymbology/Symbol.cpp:34:10: note: outer condition: !s_singleton
osgearth-osgearth-2.9/src/osgEarthSymbology/Symbol.cpp:37:14: note: identical inner condition: !s_singleton
osgearth-osgearth-2.9/src/osgEarthSymbology/Symbol.cpp:37:14: style: Condition '!s_singleton' is always true [knownConditionTrueFalse]
osgearth-osgearth-2.9/src/osgEarthSymbology/Symbol.cpp:34:10: note: Assuming that condition '!s_singleton' is not redundant
osgearth-osgearth-2.9/src/osgEarthSymbology/Symbol.cpp:37:14: note: Condition '!s_singleton' is always true
osgearth-osgearth-2.9/src/osgEarthSymbology/Symbol.cpp:54:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthSymbology/Symbol.cpp:64:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthSymbology/TextSymbol.cpp:329:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
osgearth-osgearth-2.9/src/osgEarthSymbology/TextSymbol.cpp:331:9: note: Found duplicate branches for 'if' and 'else'.
osgearth-osgearth-2.9/src/osgEarthSymbology/TextSymbol.cpp:329:14: note: Found duplicate branches for 'if' and 'else'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper.cpp:68:43: style: Function 'SimulateSeaState' argument 1 names different: declaration 'bs' definition 'bscale'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper:70:38: note: Function 'SimulateSeaState' argument 1 names different: declaration 'bs' definition 'bscale'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper.cpp:68:43: note: Function 'SimulateSeaState' argument 1 names different: declaration 'bs' definition 'bscale'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper.cpp:71:1: style: Function 'SetSunIntensity' argument 1 names different: declaration 'intensity' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper:65:36: note: Function 'SetSunIntensity' argument 1 names different: declaration 'intensity' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper.cpp:71:1: note: Function 'SetSunIntensity' argument 1 names different: declaration 'intensity' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper.cpp:79:1: style: Function 'EnableSpray' argument 1 names different: declaration 'enabled' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper:88:31: note: Function 'EnableSpray' argument 1 names different: declaration 'enabled' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper.cpp:79:1: note: Function 'EnableSpray' argument 1 names different: declaration 'enabled' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper.cpp:80:1: style: Function 'EnableGodRays' argument 1 names different: declaration 'enabled' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper:91:33: note: Function 'EnableGodRays' argument 1 names different: declaration 'enabled' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper.cpp:80:1: note: Function 'EnableGodRays' argument 1 names different: declaration 'enabled' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper.cpp:81:1: style: Function 'SetGodRaysFade' argument 1 names different: declaration 'fadeAmount' definition 'value'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper:94:35: note: Function 'SetGodRaysFade' argument 1 names different: declaration 'fadeAmount' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper.cpp:81:1: note: Function 'SetGodRaysFade' argument 1 names different: declaration 'fadeAmount' definition 'value'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper:51:9: style: Class 'BreakingWavesParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper:73:9: style: Class 'Environment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonAPIWrapper:98:9: style: Class 'Ocean' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:91:9: warning: Member variable 'TritonContext::_initAttempted' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:91:9: warning: Member variable 'TritonContext::_initFailed' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:91:9: warning: Member variable 'TritonContext::_resourceLoader' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:91:9: warning: Member variable 'TritonContext::_environment' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:91:9: warning: Member variable 'TritonContext::_ocean' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:91:9: warning: Member variable 'TritonContext::_environmentWrapper' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:91:9: warning: Member variable 'TritonContext::_oceanWrapper' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:92:9: warning: Member variable 'TritonContext::_initAttempted' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:92:9: warning: Member variable 'TritonContext::_initFailed' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:92:9: warning: Member variable 'TritonContext::_resourceLoader' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:92:9: warning: Member variable 'TritonContext::_environment' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:92:9: warning: Member variable 'TritonContext::_ocean' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:92:9: warning: Member variable 'TritonContext::_environmentWrapper' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:92:9: warning: Member variable 'TritonContext::_oceanWrapper' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:105:43: style: Member variable 'TritonContext::_ocean' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext.cpp:38:1: note: Member variable 'TritonContext::_ocean' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:105:43: note: Member variable 'TritonContext::_ocean' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonOptions:33:9: style: Class 'TritonOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonContext:45:9: style: Class 'TritonContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:351:58: style: Function 'setMaskLayer' argument 1 names different: declaration 'maskLayer' definition 'layer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:50:55: note: Function 'setMaskLayer' argument 1 names different: declaration 'maskLayer' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:351:58: note: Function 'setMaskLayer' argument 1 names different: declaration 'maskLayer' definition 'layer'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:450:53: style: Function 'drawImplementation' argument 1 names different: declaration 'ri' definition 'renderInfo'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:55:50: note: Function 'drawImplementation' argument 1 names different: declaration 'ri' definition 'renderInfo'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:450:53: note: Function 'drawImplementation' argument 1 names different: declaration 'ri' definition 'renderInfo'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:384:22: style: Variable 'fovxDEG' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:702:0: style: Variable 'textureUnit' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_heightCameraParent' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_TRITON' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_mapNode' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_maskLayer' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_cubeMap' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_bbox' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_heightMap' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_heightCamera' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_terrainChangedCallback' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_planarReflectionMap' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_planarReflectionProjection' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_contextDirty' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_viewMatrix' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_projMatrix' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:96:9: warning: Member variable 'TritonDrawable::_adapters' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:209:9: warning: Member variable 'PassHeightMapToTritonCallback::_frameNumber' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:73:21: style: Member variable 'TritonDrawable::_heightCameraParent' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:327:1: note: Member variable 'TritonDrawable::_heightCameraParent' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:73:21: note: Member variable 'TritonDrawable::_heightCameraParent' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:223:14: style: Member variable 'PassHeightMapToTritonCallback::_enable' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:209:81: note: Member variable 'PassHeightMapToTritonCallback::_enable' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:223:14: note: Member variable 'PassHeightMapToTritonCallback::_enable' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:209:9: style: Struct 'PassHeightMapToTritonCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable.cpp:240:9: style: Class 'OceanTerrainChangedCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonDrawable:44:5: warning: The class 'TritonDrawable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonLayer:145:22: warning: Virtual function 'init' is called from constructor 'TritonLayer()' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonLayer.cpp:40:5: note: Calling init
osgearth-osgearth-2.9/src/osgEarthTriton/TritonLayer:145:22: note: init is a virtual method
osgearth-osgearth-2.9/src/osgEarthTriton/TritonLayer:145:22: warning: Virtual function 'init' is called from constructor 'TritonLayer(const TritonLayerOptions&options)' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonLayer.cpp:48:5: note: Calling init
osgearth-osgearth-2.9/src/osgEarthTriton/TritonLayer:145:22: note: init is a virtual method
osgearth-osgearth-2.9/src/osgEarthTriton/TritonLayer:37:9: style: Class 'TritonLayerOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonLayer:130:9: style: Class 'TritonLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonNode.cpp:31:34: style: Function 'TritonNode' argument 2 names different: declaration 'userCallback' definition 'callback'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonNode:44:30: note: Function 'TritonNode' argument 2 names different: declaration 'userCallback' definition 'callback'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonNode.cpp:31:34: note: Function 'TritonNode' argument 2 names different: declaration 'userCallback' definition 'callback'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonNode.cpp:58:54: style: Function 'setMaskLayer' argument 1 names different: declaration 'layer' definition 'maskLayer'. [funcArgNamesDifferent]
osgearth-osgearth-2.9/src/osgEarthTriton/TritonNode:54:55: note: Function 'setMaskLayer' argument 1 names different: declaration 'layer' definition 'maskLayer'.
osgearth-osgearth-2.9/src/osgEarthTriton/TritonNode.cpp:58:54: note: Function 'setMaskLayer' argument 1 names different: declaration 'layer' definition 'maskLayer'.
osgearth-osgearth-2.9/src/osgEarthUtil/AtlasBuilder.cpp:61:14: style: Technically the member function '::SetDefaults::operator()' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthUtil/ChromaKeyColorFilter.cpp:146:5: style: Variable 'distance' is reassigned a value before the old one has been used. [redundantAssignment]
osgearth-osgearth-2.9/src/osgEarthUtil/ChromaKeyColorFilter.cpp:145:0: note: Variable 'distance' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthUtil/ChromaKeyColorFilter.cpp:146:5: note: Variable 'distance' is reassigned a value before the old one has been used.
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:56:0: style: Same expression used in consecutive assignments of 'x2' and 'x3'. [duplicateAssignExpression]
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:56:0: note: Same expression used in consecutive assignments of 'x2' and 'x3'.
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:56:0: note: Same expression used in consecutive assignments of 'x2' and 'x3'.
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:57:0: style: Same expression used in consecutive assignments of 'y1' and 'y2'. [duplicateAssignExpression]
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:57:0: note: Same expression used in consecutive assignments of 'y1' and 'y2'.
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:57:0: note: Same expression used in consecutive assignments of 'y1' and 'y2'.
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:57:0: style: Same expression used in consecutive assignments of 'y3' and 'y4'. [duplicateAssignExpression]
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:57:0: note: Same expression used in consecutive assignments of 'y3' and 'y4'.
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:57:0: note: Same expression used in consecutive assignments of 'y3' and 'y4'.
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:2861:9: style: The scope of the variable 'bin' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:2487:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/Controls.cpp:724:9: style: Struct 'ValueLabelHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:1389:3: style: Variable 'lsi' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:1387:0: note: Variable 'lsi' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:1389:3: note: Variable 'lsi' is reassigned a value before the old one has been used if variable is no semaphore variable.
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:912:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:918:5: note: Found duplicate branches for 'if' and 'else'.
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:912:10: note: Found duplicate branches for 'if' and 'else'.
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:1874:38: style: Opposite expression on both sides of '&&'. [oppositeExpression]
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:1874:38: note: Opposite expression on both sides of '&&'.
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:1874:38: note: Opposite expression on both sides of '&&'.
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:2337:24: style: Variable 'hitFound' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:202:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:212:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:222:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:391:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:116:9: style: Struct 'ComputeLocalToWorld' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:152:9: style: Struct 'ManipTerrainCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/EarthManipulator.cpp:1933:9: style: Class 'CollectAllParentPaths' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:61:25: style: The scope of the variable 'E0' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:61:29: style: The scope of the variable 'E1' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:61:33: style: The scope of the variable 'diff' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:136:28: style: Variable 'omega' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:276:0: style: Variable 'rg' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:331:29: style: Variable 'RAdeg' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:332:29: style: Variable 'Decdeg' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:354:30: style: Variable 'topDecl' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:99:14: performance: Technically the member function '::Sun::getLatLonRaDecl' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:172:14: style: Technically the member function '::Sun::getECEF' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:184:14: style: Technically the member function '::Sun::getLocalAzEl' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthUtil/Ephemeris.cpp:232:20: performance: Technically the member function '::Moon::getEarthLonLatRange' can be static. [functionStatic]
osgearth-osgearth-2.9/src/osgEarthUtil/ExampleResources.cpp:108:9: style: Struct 'ToggleNodeHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/ExampleResources.cpp:155:9: style: Struct 'ApplyValueUniform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/ExampleResources.cpp:188:9: style: Struct 'AnnoControlBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/ExampleResources.cpp:720:9: style: Struct 'SkyHoursSlider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/ExampleResources.cpp:760:9: style: Struct 'AmbientBrightnessHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/FeatureManipTool.cpp:78:13: performance: Variable '_colors' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthUtil/FeatureManipTool.cpp:76:9: style: Struct 'ColorReplacer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/FlatteningLayer.cpp:73:0: style: Struct 'CircleIterator < osg :: Vec3d >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/FlatteningLayer.cpp:180:5: warning: The struct 'Widths' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/FractalElevationLayer.cpp:213:58: style: Variable 'mapping' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/GARSGraticule.cpp:121:19: style: Member variable 'GridNode::_extent' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthUtil/GARSGraticule.cpp:128:5: note: Member variable 'GridNode::_extent' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/GARSGraticule.cpp:121:19: note: Member variable 'GridNode::_extent' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/GARSGraticule.cpp:239:19: style: Member variable 'IndexNode::_extent' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthUtil/GARSGraticule.cpp:245:5: note: Member variable 'IndexNode::_extent' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/GARSGraticule.cpp:239:19: note: Member variable 'IndexNode::_extent' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/GARSGraticule.cpp:115:22: warning: Virtual function 'build' is called from constructor 'GridNode(GARSGraticule*graticule,const GeoExtent&extent,GARSLevel level)' at line 132. Dynamic binding is not used. [virtualCallInConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/GARSGraticule.cpp:132:9: note: Calling build
osgearth-osgearth-2.9/src/osgEarthUtil/GARSGraticule.cpp:115:22: note: build is a virtual method
osgearth-osgearth-2.9/src/osgEarthUtil/GeodeticGraticule.cpp:486:19: style: Variable 'dist' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/GeodeticGraticule.cpp:86:9: style: Struct 'GraticuleTerrainCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/LODBlending.cpp:297:5: style: Class 'LODBlendingExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/LinearLineOfSight.cpp:277:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/LinearLineOfSight.cpp:37:9: style: Class 'TerrainChangedCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/LinearLineOfSight.cpp:502:9: style: Struct 'LOSUpdateDraggersCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/LogarithmicDepthBuffer.cpp:59:13: performance: Variable '_uniform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthUtil/LogarithmicDepthBuffer.cpp:60:13: performance: Variable '_next' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSFormatter.cpp:134:9: style: Variable 'space' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSFormatter.cpp:187:22: style: Variable 'north' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:1210:11: style: The scope of the variable 'alpha' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:99:21: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:376:29: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:849:50: style: Variable 'textSymPrototype' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:1087:40: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:263:9: warning: Member variable 'LocalStats::_gzdNode' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:263:9: warning: Member variable 'LocalStats::_gzdText' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:263:9: warning: Member variable 'LocalStats::_sqidText' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:263:9: warning: Member variable 'LocalStats::_geomCell' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:263:9: warning: Member variable 'LocalStats::_geomGrid' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:547:15: warning: Member variable 'GeomCell::_hasChild' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:547:15: warning: Member variable 'GeomCell::_options' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:421:9: warning: Member variable 'GeomGrid::_options' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:609:9: warning: Member variable 'SQID100kmCell::_options' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:664:9: warning: Member variable 'SQID100kmGrid::_options' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:725:9: warning: Member variable 'GZDGeom::_options' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:911:9: warning: Member variable 'GZDText::_options' is not initialized in the constructor. [uninitMemberVar]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:401:9: style: Struct 'GeomCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:421:9: style: Struct 'GeomGrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:609:9: style: Struct 'SQID100kmCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/MGRSGraticule.cpp:725:9: style: Struct 'GZDGeom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/PolyhedralLineOfSight.cpp:40:9: style: Struct 'TerrainChangedCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/RTTPicker.cpp:429:18: style: Member variable 'SpiralIterator::_maxRing' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthUtil/RTTPicker.cpp:437:27: note: Member variable 'SpiralIterator::_maxRing' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/RTTPicker.cpp:429:18: note: Member variable 'SpiralIterator::_maxRing' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/RTTPicker.cpp:428:18: style: Member variable 'SpiralIterator::_ring' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthUtil/RTTPicker.cpp:437:57: note: Member variable 'SpiralIterator::_ring' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/RTTPicker.cpp:428:18: note: Member variable 'SpiralIterator::_ring' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/RTTPicker.cpp:42:9: style: Struct 'CallHostCameraPreDrawCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/RadialLineOfSight.cpp:384:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/RadialLineOfSight.cpp:576:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/RadialLineOfSight.cpp:65:9: style: Class 'RadialLineOfSightNodeTerrainChangedCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/RadialLineOfSight.cpp:701:9: style: Struct 'RadialUpdateDraggersCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/RadialLineOfSight.cpp:718:9: style: Class 'RadialLOSDraggerCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/SimplePager.cpp:89:13: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthUtil/SimplePager.cpp:89:13: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthUtil/SimplePager.cpp:89:13: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osgearth-osgearth-2.9/src/osgEarthUtil/SimplePager.cpp:43:13: performance: Variable '_master' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthUtil/SimplePager.cpp:41:9: style: Struct 'MyProgressCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:141:16: style: The scope of the variable 'traverse' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:236:115: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:204:11: style: Member variable 'AddFeatureVisitor::_maxFeatures' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:126:11: note: Member variable 'AddFeatureVisitor::_maxFeatures' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:204:11: note: Member variable 'AddFeatureVisitor::_maxFeatures' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:205:11: style: Member variable 'AddFeatureVisitor::_firstLevel' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:128:11: note: Member variable 'AddFeatureVisitor::_firstLevel' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:205:11: note: Member variable 'AddFeatureVisitor::_firstLevel' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:203:12: style: Member variable 'AddFeatureVisitor::_added' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:129:11: note: Member variable 'AddFeatureVisitor::_added' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:203:12: note: Member variable 'AddFeatureVisitor::_added' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:201:11: style: Member variable 'AddFeatureVisitor::_levelAdded' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:131:11: note: Member variable 'AddFeatureVisitor::_levelAdded' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:201:11: note: Member variable 'AddFeatureVisitor::_levelAdded' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:287:37: style: Member variable 'WriteFeaturesVisitor::_features' is in the wrong place in the initializer list. [initializerList]
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:223:11: note: Member variable 'WriteFeaturesVisitor::_features' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:287:37: note: Member variable 'WriteFeaturesVisitor::_features' is in the wrong place in the initializer list.
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:49:5: style: Class 'FeatureTile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:137:20: style: The function 'traverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:108:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:137:20: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:230:20: style: The function 'traverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:108:18: note: Virtual function in base class
osgearth-osgearth-2.9/src/osgEarthUtil/TFSPackager.cpp:230:20: note: Function in derived class
osgearth-osgearth-2.9/src/osgEarthUtil/TMSBackFiller.cpp:124:42: style: Variable 'outputFilename' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/TerrainProfile.cpp:209:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/TileIndex.cpp:154:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
osgearth-osgearth-2.9/src/osgEarthUtil/UTMLabelingEngine.cpp:431:22: style: The scope of the variable 'yi' can be reduced. [variableScope]
osgearth-osgearth-2.9/src/osgEarthUtil/UTMLabelingEngine.cpp:448:32: style: Variable 't' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/UTMLabelingEngine.cpp:469:32: style: Variable 't' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/UTMLabelingEngine.cpp:495:32: style: Variable 't' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/UTMLabelingEngine.cpp:212:5: performance: Variable '_srs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
osgearth-osgearth-2.9/src/osgEarthUtil/UTMLabelingEngine.cpp:63:14: style: Technically the member function '::EllipsoidIntersector::intersectLine' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthUtil/UTMLabelingEngine.cpp:141:14: style: Technically the member function '::ClipSpace::clampToBottom' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthUtil/UTMLabelingEngine.cpp:153:14: style: Technically the member function '::ClipSpace::clampToLeft' can be const. [functionConst]
osgearth-osgearth-2.9/src/osgEarthUtil/UTMLabelingEngine:44:9: style: Class 'UTMLabelingEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/UTMLabelingEngine:67:13: style: Struct 'AcceptCameraData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/UTMLabelingEngine.cpp:46:9: style: Class 'EllipsoidIntersector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osgearth-osgearth-2.9/src/osgEarthUtil/ViewFitter.cpp:151:20: style: Variable 'zfar' is assigned a value that is never used. [unreadVariable]
osgearth-osgearth-2.9/src/osgEarthUtil/WFS.cpp:122:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/WMS.cpp:191:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/WMS.cpp:202:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/WMS.cpp:229:147: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/osgEarthUtil/WMS.cpp:318:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osgearth-osgearth-2.9/src/tests/osgEarth_tests/GeoExtentTests.cpp:226:41: error: Invalid sqrt() argument nr 1. The value is -1 but the valid values are '0.0:'. [invalidFunctionArg]
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/osgi-annotation/osgi-annotation_6.0.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/osgi-compendium/osgi-compendium_6.0.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/osgi-core/osgi-core_6.0.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/osgi-foundation-ee/osgi-foundation-ee_4.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/osinfo-db/osinfo-db_0.20180628.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/osinfo-db-tools/osinfo-db-tools_1.1.0.orig.tar.gz
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:59:5: style: Variable 'is' is reassigned a value before the old one has been used. [redundantAssignment]
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:52:0: note: Variable 'is' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:59:5: note: Variable 'is' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:128:9: style: Variable 'childinfo' is reassigned a value before the old one has been used. [redundantAssignment]
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:125:0: note: Variable 'childinfo' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:128:9: note: Variable 'childinfo' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:305:5: style: Variable 'entpath' is reassigned a value before the old one has been used. [redundantAssignment]
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:303:0: note: Variable 'entpath' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:305:5: note: Variable 'entpath' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:306:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:302:0: note: Variable 'entry' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:306:5: note: Variable 'entry' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:352:5: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:348:0: note: Variable 'file' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:352:5: note: Variable 'file' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:354:5: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:349:0: note: Variable 'info' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:354:5: note: Variable 'info' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:545:17: style: Same expression on both sides of '==' because the value of 'version' and 'NULL' are the same. [duplicateExpression]
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:482:28: note: 'version' is assigned value 'NULL' here.
osinfo-db-tools-1.1.0/tools/osinfo-db-export.c:545:17: note: Same expression on both sides of '==' because the value of 'version' and 'NULL' are the same.
osinfo-db-tools-1.1.0/tools/osinfo-db-import.c:48:5: style: Variable 'os' is reassigned a value before the old one has been used. [redundantAssignment]
osinfo-db-tools-1.1.0/tools/osinfo-db-import.c:40:0: note: Variable 'os' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-import.c:48:5: note: Variable 'os' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:197:5: style: Variable 'schemapath' is reassigned a value before the old one has been used. [redundantAssignment]
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:192:0: note: Variable 'schemapath' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:197:5: note: Variable 'schemapath' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:198:5: style: Variable 'rngParser' is reassigned a value before the old one has been used. [redundantAssignment]
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:187:0: note: Variable 'rngParser' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:198:5: note: Variable 'rngParser' is reassigned a value before the old one has been used.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:299:39: style: Same expression on both sides of '||' because the value of 'local' and 'user' are the same. [duplicateExpression]
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:244:22: note: 'local' is assigned value 'FALSE' here.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:243:21: note: 'user' is assigned value 'FALSE' here.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:299:39: note: Same expression on both sides of '||' because the value of 'local' and 'user' are the same.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:300:40: style: Same expression on both sides of '||' because the value of 'system' and 'local' are the same. [duplicateExpression]
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:245:23: note: 'system' is assigned value 'FALSE' here.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:244:22: note: 'local' is assigned value 'FALSE' here.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:300:40: note: Same expression on both sides of '||' because the value of 'system' and 'local' are the same.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:300:49: style: Same expression on both sides of '||' because the value of 'user' and 'local' are the same. [duplicateExpression]
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:243:21: note: 'user' is assigned value 'FALSE' here.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:244:22: note: 'local' is assigned value 'FALSE' here.
osinfo-db-tools-1.1.0/tools/osinfo-db-validate.c:300:49: note: Same expression on both sides of '||' because the value of 'user' and 'local' are the same.
[14:33]

ftp://ftp.se.debian.org/debian/pool/main/o/oslo-config/oslo-config_1.3.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/oslo-sphinx/oslo-sphinx_4.7.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/oslo.messaging/oslo.messaging_1.4.0.0+really+1.3.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/oslo.rootwrap/oslo.rootwrap_1.2.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/osm-gps-map/osm-gps-map_1.1.0.orig.tar.gz
osm-gps-map-1.1.0/src/osd-utils.c:362:50: style: Function 'osd_render_gps' argument 4 names different: declaration 'r' definition 'w'. [funcArgNamesDifferent]
osm-gps-map-1.1.0/src/osd-utils.h:53:55: note: Function 'osd_render_gps' argument 4 names different: declaration 'r' definition 'w'.
osm-gps-map-1.1.0/src/osd-utils.c:362:50: note: Function 'osd_render_gps' argument 4 names different: declaration 'r' definition 'w'.
osm-gps-map-1.1.0/src/osm-gps-map-osd.c:897:14: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:743:11: style: The scope of the variable 'file' can be reduced. [variableScope]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:776:34: style: The scope of the variable 'loader' can be reduced. [variableScope]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:847:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:1151:9: style: The scope of the variable 'x' can be reduced. [variableScope]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:1151:11: style: The scope of the variable 'y' can be reduced. [variableScope]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:1231:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:1352:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:3025:9: style: The scope of the variable 'width_center' can be reduced. [variableScope]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:3025:23: style: The scope of the variable 'height_center' can be reduced. [variableScope]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:995:62: style: Function 'osm_gps_map_render_tile_upscaled' argument 2 names different: declaration 'tile' definition 'big'. [funcArgNamesDifferent]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:318:80: note: Function 'osm_gps_map_render_tile_upscaled' argument 2 names different: declaration 'tile' definition 'big'.
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:995:62: note: Function 'osm_gps_map_render_tile_upscaled' argument 2 names different: declaration 'tile' definition 'big'.
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:995:71: style: Function 'osm_gps_map_render_tile_upscaled' argument 3 names different: declaration 'tile_zoom' definition 'zoom_big'. [funcArgNamesDifferent]
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:318:90: note: Function 'osm_gps_map_render_tile_upscaled' argument 3 names different: declaration 'tile_zoom' definition 'zoom_big'.
osm-gps-map-1.1.0/src/osm-gps-map-widget.c:995:71: note: Function 'osm_gps_map_render_tile_upscaled' argument 3 names different: declaration 'tile_zoom' definition 'zoom_big'.
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osm2pgrouting/osm2pgrouting_2.3.5.orig.tar.gz
osm2pgrouting-2.3.5/src/database/Export2DB.cpp:281:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
osm2pgrouting-2.3.5/src/database/Export2DB.cpp:280:0: note: Variable 'res' is reassigned a value before the old one has been used.
osm2pgrouting-2.3.5/src/database/Export2DB.cpp:281:9: note: Variable 'res' is reassigned a value before the old one has been used.
osm2pgrouting-2.3.5/src/database/Export2DB.cpp:416:13: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
osm2pgrouting-2.3.5/src/database/Export2DB.cpp:415:0: note: Variable 'res' is reassigned a value before the old one has been used.
osm2pgrouting-2.3.5/src/database/Export2DB.cpp:416:13: note: Variable 'res' is reassigned a value before the old one has been used.
osm2pgrouting-2.3.5/src/database/Export2DB.cpp:272:12: style: The scope of the variable 'count' can be reduced. [variableScope]
osm2pgrouting-2.3.5/src/database/Export2DB.cpp:285:27: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
osm2pgrouting-2.3.5/src/osm_elements/Relation.cpp:40:17: style: Unused variable: type [unusedVariable]
osm2pgrouting-2.3.5/src/osm_elements/Relation.cpp:56:20: style: Variable 'role' is assigned a value that is never used. [unreadVariable]
osm2pgrouting-2.3.5/src/osm_elements/osm_element.cpp:112:29: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
osm2pgrouting-2.3.5/tools/osmium/include/quotes_handling.cpp:244:0: error: syntax error [syntaxError]
osm2pgrouting-2.3.5/tools/osmium/src/collectors/turn_restriccions.cpp:59:30: style: Variable 'transportation_mode' is assigned a value that is never used. [unreadVariable]
osm2pgrouting-2.3.5/tools/osmium/src/collectors/turn_restriccions.cpp:108:24: style: Variable 'user' is assigned a value that is never used. [unreadVariable]
osm2pgrouting-2.3.5/tools/osmium/src/getrestrictions.cpp:46:0: error: syntax error [syntaxError]
osm2pgrouting-2.3.5/tools/osmium/src/utilities/quotes_handling.cpp:30:30: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osm2pgsql/osm2pgsql_0.96.0+ds.orig.tar.gz
osm2pgsql-0.96.0/expire-tiles.cpp:47:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osm2pgsql-0.96.0/expire-tiles.cpp:47:9: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osm2pgsql-0.96.0/expire-tiles.cpp:47:9: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osm2pgsql-0.96.0/expire-tiles.cpp:50:13: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osm2pgsql-0.96.0/expire-tiles.cpp:125:9: style: The scope of the variable 'x1' can be reduced. [variableScope]
osm2pgsql-0.96.0/expire-tiles.cpp:126:9: style: The scope of the variable 'y1' can be reduced. [variableScope]
osm2pgsql-0.96.0/expire-tiles.cpp:127:9: style: The scope of the variable 'x2' can be reduced. [variableScope]
osm2pgsql-0.96.0/expire-tiles.cpp:128:9: style: The scope of the variable 'y2' can be reduced. [variableScope]
osm2pgsql-0.96.0/expire-tiles.cpp:135:9: style: The scope of the variable 'next_step' can be reduced. [variableScope]
osm2pgsql-0.96.0/expire-tiles.cpp:211:7: style: The scope of the variable 'norm_x' can be reduced. [variableScope]
osm2pgsql-0.96.0/expire-tiles.cpp:212:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
osm2pgsql-0.96.0/expire-tiles.cpp:61:37: style: Function 'expire_tiles' argument 1 names different: declaration 'maxzoom' definition 'max'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/expire-tiles.hpp:51:27: note: Function 'expire_tiles' argument 1 names different: declaration 'maxzoom' definition 'max'.
osm2pgsql-0.96.0/expire-tiles.cpp:61:37: note: Function 'expire_tiles' argument 1 names different: declaration 'maxzoom' definition 'max'.
osm2pgsql-0.96.0/expire-tiles.cpp:61:49: style: Function 'expire_tiles' argument 2 names different: declaration 'maxbbox' definition 'bbox'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/expire-tiles.hpp:51:43: note: Function 'expire_tiles' argument 2 names different: declaration 'maxbbox' definition 'bbox'.
osm2pgsql-0.96.0/expire-tiles.cpp:61:49: note: Function 'expire_tiles' argument 2 names different: declaration 'maxbbox' definition 'bbox'.
osm2pgsql-0.96.0/expire-tiles.cpp:62:65: style: Function 'expire_tiles' argument 3 names different: declaration 'projection' definition 'proj'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/expire-tiles.hpp:52:55: note: Function 'expire_tiles' argument 3 names different: declaration 'projection' definition 'proj'.
osm2pgsql-0.96.0/expire-tiles.cpp:62:65: note: Function 'expire_tiles' argument 3 names different: declaration 'projection' definition 'proj'.
osm2pgsql-0.96.0/expire-tiles.cpp:82:49: style: Function 'quadkey_to_xy' argument 1 names different: declaration 'quadkey' definition 'quadkey_coord'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/expire-tiles.hpp:139:46: note: Function 'quadkey_to_xy' argument 1 names different: declaration 'quadkey' definition 'quadkey_coord'.
osm2pgsql-0.96.0/expire-tiles.cpp:82:49: note: Function 'quadkey_to_xy' argument 1 names different: declaration 'quadkey' definition 'quadkey_coord'.
osm2pgsql-0.96.0/expire-tiles.hpp:67:10: performance: Technically the member function 'expire_tiles::output_and_destroy' can be static. [functionStatic]
osm2pgsql-0.96.0/expire-tiles.cpp:55:20: note: Technically the member function 'expire_tiles::output_and_destroy' can be static.
osm2pgsql-0.96.0/expire-tiles.hpp:67:10: note: Technically the member function 'expire_tiles::output_and_destroy' can be static.
osm2pgsql-0.96.0/expire-tiles.hpp:149:9: style: Technically the member function 'expire_tiles::normalise_tile_x_coord' can be const. [functionConst]
osm2pgsql-0.96.0/expire-tiles.cpp:110:19: note: Technically the member function 'expire_tiles::normalise_tile_x_coord' can be const.
osm2pgsql-0.96.0/expire-tiles.hpp:149:9: note: Technically the member function 'expire_tiles::normalise_tile_x_coord' can be const.
osm2pgsql-0.96.0/wkb.hpp:256:14: performance: Technically the member function 'ewkb::parser_t::read_length' can be static. [functionStatic]
osm2pgsql-0.96.0/wkb.hpp:258:31: performance: Technically the member function 'ewkb::parser_t::read_point' can be static. [functionStatic]
osm2pgsql-0.96.0/expire-tiles.cpp:28:3: style: Class 'tile_output_t' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
osm2pgsql-0.96.0/expire-tiles.cpp:28:3: style: Class 'tile_output_t' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
osm2pgsql-0.96.0/expire-tiles.hpp:35:5: style: Class 'tile_output_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osm2pgsql-0.96.0/table.hpp:60:17: style: Class 'wkb_reader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osm2pgsql-0.96.0/processor-line.hpp:9:5: style: Class 'processor_line' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osm2pgsql-0.96.0/processor-point.hpp:9:5: style: Class 'processor_point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osm2pgsql-0.96.0/processor-polygon.hpp:9:5: style: Class 'processor_polygon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osm2pgsql-0.96.0/middle-pgsql.cpp:375:43: style: Function 'nodes_delete' argument 1 names different: declaration 'id' definition 'osm_id'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/middle-pgsql.hpp:31:31: note: Function 'nodes_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.cpp:375:43: note: Function 'nodes_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.cpp:384:43: style: Function 'node_changed' argument 1 names different: declaration 'id' definition 'osm_id'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/middle-pgsql.hpp:32:31: note: Function 'node_changed' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.cpp:384:43: note: Function 'node_changed' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.cpp:563:42: style: Function 'ways_delete' argument 1 names different: declaration 'id' definition 'osm_id'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/middle-pgsql.hpp:39:30: note: Function 'ways_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.cpp:563:42: note: Function 'ways_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.cpp:594:42: style: Function 'way_changed' argument 1 names different: declaration 'id' definition 'osm_id'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/middle-pgsql.hpp:40:30: note: Function 'way_changed' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.cpp:594:42: note: Function 'way_changed' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.cpp:726:47: style: Function 'relations_delete' argument 1 names different: declaration 'id' definition 'osm_id'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/middle-pgsql.hpp:44:35: note: Function 'relations_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.cpp:726:47: note: Function 'relations_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.cpp:767:47: style: Function 'relation_changed' argument 1 names different: declaration 'id' definition 'osm_id'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/middle-pgsql.hpp:45:35: note: Function 'relation_changed' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.cpp:767:47: note: Function 'relation_changed' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/middle-pgsql.hpp:84:10: style: Technically the member function 'middle_pgsql_t::pgsql_stop_one' can be const. [functionConst]
osm2pgsql-0.96.0/middle-pgsql.cpp:1046:22: note: Technically the member function 'middle_pgsql_t::pgsql_stop_one' can be const.
osm2pgsql-0.96.0/middle-pgsql.hpp:84:10: note: Technically the member function 'middle_pgsql_t::pgsql_stop_one' can be const.
osm2pgsql-0.96.0/middle-pgsql.hpp:109:10: style: Technically the member function 'middle_pgsql_t::buffer_correct_params' can be const. [functionConst]
osm2pgsql-0.96.0/middle-pgsql.cpp:245:22: note: Technically the member function 'middle_pgsql_t::buffer_correct_params' can be const.
osm2pgsql-0.96.0/middle-pgsql.hpp:109:10: note: Technically the member function 'middle_pgsql_t::buffer_correct_params' can be const.
osm2pgsql-0.96.0/middle-ram.hpp:113:10: performance: Technically the member function 'middle_ram_t::iterate_ways' can be static. [functionStatic]
osm2pgsql-0.96.0/middle-ram.cpp:83:20: note: Technically the member function 'middle_ram_t::iterate_ways' can be static.
osm2pgsql-0.96.0/middle-ram.hpp:113:10: note: Technically the member function 'middle_ram_t::iterate_ways' can be static.
osm2pgsql-0.96.0/node-ram-cache.cpp:327:18: style: C-style pointer casting [cstyleCast]
osm2pgsql-0.96.0/node-ram-cache.cpp:370:17: style: C-style pointer casting [cstyleCast]
osm2pgsql-0.96.0/node-ram-cache.cpp:373:27: style: C-style pointer casting [cstyleCast]
osm2pgsql-0.96.0/node-ram-cache.cpp:239:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
osm2pgsql-0.96.0/osmdata.cpp:409:24: warning: Accessing an item in container 'outs'. Either the condition 'outs.empty()' is redundant or 'outs' can be empty. [containerOutOfBounds]
osm2pgsql-0.96.0/osmdata.cpp:411:24: note: Assuming that condition 'outs.empty()' is not redundant
osm2pgsql-0.96.0/osmdata.cpp:409:24: note: Access out of bounds
osm2pgsql-0.96.0/osmdata.cpp:250:10: style: The function 'enqueue_ways' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osm2pgsql-0.96.0/middle.hpp:100:22: note: Virtual function in base class
osm2pgsql-0.96.0/osmdata.cpp:250:10: note: Function in derived class
osm2pgsql-0.96.0/osmdata.cpp:257:10: style: The function 'process_ways' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osm2pgsql-0.96.0/middle.hpp:101:22: note: Virtual function in base class
osm2pgsql-0.96.0/osmdata.cpp:257:10: note: Function in derived class
osm2pgsql-0.96.0/osmdata.cpp:314:10: style: The function 'enqueue_relations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osm2pgsql-0.96.0/middle.hpp:102:22: note: Virtual function in base class
osm2pgsql-0.96.0/osmdata.cpp:314:10: note: Function in derived class
osm2pgsql-0.96.0/osmdata.cpp:320:10: style: The function 'process_relations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osm2pgsql-0.96.0/middle.hpp:103:22: note: Virtual function in base class
osm2pgsql-0.96.0/osmdata.cpp:320:10: note: Function in derived class
osm2pgsql-0.96.0/osmium-builder.cpp:57:59: style: Function 'get_wkb_line' argument 1 names different: declaration 'way' definition 'nodes'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/osmium-builder.hpp:30:52: note: Function 'get_wkb_line' argument 1 names different: declaration 'way' definition 'nodes'.
osm2pgsql-0.96.0/osmium-builder.cpp:57:59: note: Function 'get_wkb_line' argument 1 names different: declaration 'way' definition 'nodes'.
osm2pgsql-0.96.0/output-gazetteer.hpp:25:5: warning: Member variable 'place_tag_processor::admin_level' is not initialized in the constructor. [uninitMemberVar]
osm2pgsql-0.96.0/output-gazetteer.hpp:55:10: style: Unused private function: 'place_tag_processor::copy_opt_string' [unusedPrivateFunction]
osm2pgsql-0.96.0/output-gazetteer.hpp:39:10: style: Technically the member function 'place_tag_processor::has_place' can be const. [functionConst]
osm2pgsql-0.96.0/output-gazetteer.hpp:55:10: performance: Technically the member function 'place_tag_processor::copy_opt_string' can be static. [functionStatic]
osm2pgsql-0.96.0/output-gazetteer.hpp:93:10: performance: Technically the member function 'place_tag_processor::escape_array_record' can be static. [functionStatic]
osm2pgsql-0.96.0/output-gazetteer.hpp:126:1: warning: The class 'output_gazetteer_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osm2pgsql-0.96.0/output-multi.cpp:368:40: style: C-style pointer casting [cstyleCast]
osm2pgsql-0.96.0/output-multi.cpp:386:49: style: C-style pointer casting [cstyleCast]
osm2pgsql-0.96.0/output-multi.hpp:26:1: warning: The class 'output_multi_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osm2pgsql-0.96.0/output-null.cpp:71:75: style: Function 'output_null_t' argument 2 names different: declaration 'options' definition 'options_'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/output-null.hpp:11:64: note: Function 'output_null_t' argument 2 names different: declaration 'options' definition 'options_'.
osm2pgsql-0.96.0/output-null.cpp:71:75: note: Function 'output_null_t' argument 2 names different: declaration 'options' definition 'options_'.
osm2pgsql-0.96.0/output-pgsql.cpp:415:41: style: Function 'node_delete' argument 1 names different: declaration 'id' definition 'osm_id'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/output-pgsql.hpp:49:29: note: Function 'node_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/output-pgsql.cpp:415:41: note: Function 'node_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/output-pgsql.cpp:447:40: style: Function 'way_delete' argument 1 names different: declaration 'id' definition 'osm_id'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/output-pgsql.hpp:50:28: note: Function 'way_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/output-pgsql.cpp:447:40: note: Function 'way_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/output-pgsql.cpp:469:45: style: Function 'relation_delete' argument 1 names different: declaration 'id' definition 'osm_id'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/output-pgsql.hpp:51:33: note: Function 'relation_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/output-pgsql.cpp:469:45: note: Function 'relation_delete' argument 1 names different: declaration 'id' definition 'osm_id'.
osm2pgsql-0.96.0/output-pgsql.cpp:537:54: style: Function 'output_pgsql_t' argument 1 names different: declaration 'mid_' definition 'mid'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/output-pgsql.hpp:25:42: note: Function 'output_pgsql_t' argument 1 names different: declaration 'mid_' definition 'mid'.
osm2pgsql-0.96.0/output-pgsql.cpp:537:54: note: Function 'output_pgsql_t' argument 1 names different: declaration 'mid_' definition 'mid'.
osm2pgsql-0.96.0/output-pgsql.cpp:537:76: style: Function 'output_pgsql_t' argument 2 names different: declaration 'options_' definition 'o'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/output-pgsql.hpp:25:65: note: Function 'output_pgsql_t' argument 2 names different: declaration 'options_' definition 'o'.
osm2pgsql-0.96.0/output-pgsql.cpp:537:76: note: Function 'output_pgsql_t' argument 2 names different: declaration 'options_' definition 'o'.
osm2pgsql-0.96.0/output-pgsql.hpp:19:1: warning: The class 'output_pgsql_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osm2pgsql-0.96.0/output.cpp:133:42: style: Function 'output_t' argument 1 names different: declaration 'mid' definition 'mid_'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/output.hpp:38:36: note: Function 'output_t' argument 1 names different: declaration 'mid' definition 'mid_'.
osm2pgsql-0.96.0/output.cpp:133:42: note: Function 'output_t' argument 1 names different: declaration 'mid' definition 'mid_'.
osm2pgsql-0.96.0/pgsql.cpp:50:9: style: The scope of the variable 'n' can be reduced. [variableScope]
osm2pgsql-0.96.0/processor-polygon.cpp:10:51: style: Function 'process_way' argument 1 names different: declaration 'nodes' definition 'way'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/processor-polygon.hpp:11:42: note: Function 'process_way' argument 1 names different: declaration 'nodes' definition 'way'.
osm2pgsql-0.96.0/processor-polygon.cpp:10:51: note: Function 'process_way' argument 1 names different: declaration 'nodes' definition 'way'.
osm2pgsql-0.96.0/reprojection.cpp:78:5: style: Class 'generic_reprojection_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osm2pgsql-0.96.0/table.hpp:37:28: style: Technically the member function 'table_t::get_name' can be const. [functionConst]
osm2pgsql-0.96.0/table.cpp:64:29: note: Technically the member function 'table_t::get_name' can be const.
osm2pgsql-0.96.0/table.hpp:37:28: note: Technically the member function 'table_t::get_name' can be const.
osm2pgsql-0.96.0/table.hpp:19:1: warning: The class 'table_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osm2pgsql-0.96.0/taginfo.cpp:131:9: style: The scope of the variable 'str' can be reduced. [variableScope]
osm2pgsql-0.96.0/taginfo.cpp:132:7: style: The scope of the variable 'fields' can be reduced. [variableScope]
osm2pgsql-0.96.0/taginfo.cpp:101:33: style: Function 'parse_tag_flags' argument 1 names different: declaration 'flags' definition 'flags_'. [funcArgNamesDifferent]
osm2pgsql-0.96.0/taginfo_impl.hpp:53:33: note: Function 'parse_tag_flags' argument 1 names different: declaration 'flags' definition 'flags_'.
osm2pgsql-0.96.0/taginfo.cpp:101:33: note: Function 'parse_tag_flags' argument 1 names different: declaration 'flags' definition 'flags_'.
osm2pgsql-0.96.0/taginfo_impl.hpp:21:1: warning: The struct 'taginfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osm2pgsql-0.96.0/tagtransform-c.hpp:10:5: style: Class 'c_tagtransform_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osm2pgsql-0.96.0/tagtransform-lua.hpp:15:5: style: Class 'lua_tagtransform_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osm2pgsql-0.96.0/tests/common-cleanup.hpp:11:3: style: Struct 'file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osm2pgsql-0.96.0/tests/common-pg.hpp:37:5: style: Struct 'conn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osm2pgsql-0.96.0/tests/test-expire-tiles.cpp:147:34: style: Variable 'itr' is modified but its new value is never used. [unreadVariable]
osm2pgsql-0.96.0/tests/test-expire-tiles.cpp:169:34: style: Variable 'itr' is modified but its new value is never used. [unreadVariable]
osm2pgsql-0.96.0/tests/test-expire-tiles.cpp:191:45: style: Variable 'itr' is modified but its new value is never used. [unreadVariable]
osm2pgsql-0.96.0/tests/test-expire-tiles.cpp:225:45: style: Variable 'itr' is modified but its new value is never used. [unreadVariable]
osm2pgsql-0.96.0/tests/test-expire-tiles.cpp:252:45: style: Variable 'itr' is modified but its new value is never used. [unreadVariable]
osm2pgsql-0.96.0/tests/test-expire-tiles.cpp:76:5: style: Struct 'tile_output_set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osm2pgsql-0.96.0/tests/test-middle-flat.cpp:26:53: performance: Function parameter 'cache_type' should be passed by const reference. [passedByValue]
osm2pgsql-0.96.0/tests/test-middle-pgsql.cpp:21:53: performance: Function parameter 'cache_type' should be passed by const reference. [passedByValue]
osm2pgsql-0.96.0/tests/test-middle-ram.cpp:15:59: performance: Function parameter 'cache_type' should be passed by const reference. [passedByValue]
osm2pgsql-0.96.0/tests/test-options-parse.cpp:326:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
osm2pgsql-0.96.0/tests/test-options-parse.cpp:336:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
osm2pgsql-0.96.0/tests/test-options-parse.cpp:125:15: style: Variable 'out' is assigned a value that is never used. [unreadVariable]
osm2pgsql-0.96.0/tests/test-output-multi-point-multi-table.cpp:67:38: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
osm2pgsql-0.96.0/tests/test-parse-xml2.cpp:23:1: warning: The struct 'test_output_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osm2pgsql-0.96.0/tests/test-pgsql-escape.cpp:14:17: style: Unused variable: sql [unusedVariable]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmalchemy/osmalchemy_0.1.+3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/osmcoastline/osmcoastline_2.1.4.orig.tar.gz
osmcoastline-2.1.4/src/coastline_polygons.hpp:72:33: performance: Technically the member function 'CoastlinePolygons::create_rectangular_polygon' can be static. [functionStatic]
osmcoastline-2.1.4/src/coastline_polygons.cpp:38:48: note: Technically the member function 'CoastlinePolygons::create_rectangular_polygon' can be static.
osmcoastline-2.1.4/src/coastline_polygons.hpp:72:33: note: Technically the member function 'CoastlinePolygons::create_rectangular_polygon' can be static.
osmcoastline-2.1.4/src/coastline_polygons.hpp:79:10: performance: Technically the member function 'CoastlinePolygons::add_segment_to_line' can be static. [functionStatic]
osmcoastline-2.1.4/src/coastline_polygons.cpp:216:25: note: Technically the member function 'CoastlinePolygons::add_segment_to_line' can be static.
osmcoastline-2.1.4/src/coastline_polygons.hpp:79:10: note: Technically the member function 'CoastlinePolygons::add_segment_to_line' can be static.
osmcoastline-2.1.4/src/coastline_polygons.hpp:109:10: style: Technically the member function 'CoastlinePolygons::transform' can be const. [functionConst]
osmcoastline-2.1.4/src/coastline_polygons.cpp:85:25: note: Technically the member function 'CoastlinePolygons::transform' can be const.
osmcoastline-2.1.4/src/coastline_polygons.hpp:109:10: note: Technically the member function 'CoastlinePolygons::transform' can be const.
osmcoastline-2.1.4/src/coastline_ring.hpp:194:18: style: Technically the member function 'CoastlineRing::check_positions' can be const. [functionConst]
osmcoastline-2.1.4/src/coastline_ring.cpp:39:29: note: Technically the member function 'CoastlineRing::check_positions' can be const.
osmcoastline-2.1.4/src/coastline_ring.hpp:194:18: note: Technically the member function 'CoastlineRing::check_positions' can be const.
osmcoastline-2.1.4/src/coastline_ring_collection.hpp:105:10: style: Technically the member function 'CoastlineRingCollection::setup_positions' can be const. [functionConst]
osmcoastline-2.1.4/src/coastline_ring_collection.cpp:119:31: note: Technically the member function 'CoastlineRingCollection::setup_positions' can be const.
osmcoastline-2.1.4/src/coastline_ring_collection.hpp:105:10: note: Technically the member function 'CoastlineRingCollection::setup_positions' can be const.
osmcoastline-2.1.4/src/coastline_ring_collection.hpp:107:18: style: Technically the member function 'CoastlineRingCollection::check_positions' can be const. [functionConst]
osmcoastline-2.1.4/src/coastline_ring_collection.cpp:125:39: note: Technically the member function 'CoastlineRingCollection::check_positions' can be const.
osmcoastline-2.1.4/src/coastline_ring_collection.hpp:107:18: note: Technically the member function 'CoastlineRingCollection::check_positions' can be const.
osmcoastline-2.1.4/src/coastline_ring_collection.hpp:113:18: style: Technically the member function 'CoastlineRingCollection::check_for_intersections' can be const. [functionConst]
osmcoastline-2.1.4/src/coastline_ring_collection.cpp:257:39: note: Technically the member function 'CoastlineRingCollection::check_for_intersections' can be const.
osmcoastline-2.1.4/src/coastline_ring_collection.hpp:113:18: note: Technically the member function 'CoastlineRingCollection::check_for_intersections' can be const.
osmcoastline-2.1.4/src/options.hpp:107:9: performance: Technically the member function 'Options::get_epsg' can be static. [functionStatic]
osmcoastline-2.1.4/src/options.cpp:177:14: note: Technically the member function 'Options::get_epsg' can be static.
osmcoastline-2.1.4/src/options.hpp:107:9: note: Technically the member function 'Options::get_epsg' can be static.
osmcoastline-2.1.4/src/options.hpp:109:10: performance: Technically the member function 'Options::print_help' can be static. [functionStatic]
osmcoastline-2.1.4/src/options.cpp:192:15: note: Technically the member function 'Options::print_help' can be static.
osmcoastline-2.1.4/src/options.hpp:109:10: note: Technically the member function 'Options::print_help' can be static.
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmctools/osmctools_0.9.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/osmium/osmium_0.0~20150428-7f23002.orig.tar.gz
osmium-0.0~20150428-7f23002/test/t/osm/test_tag_list.cpp:78:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmium-0.0~20150428-7f23002/test/t/osm/test_tag_list.cpp:81:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmium-0.0~20150428-7f23002/test/t/osm/test_tag_list.cpp:95:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmium-0.0~20150428-7f23002/test/t/osm/test_tag_list.cpp:98:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmium-tool/osmium-tool_1.9.1.orig.tar.gz
osmium-tool-1.9.1/src/command_add_locations_to_ways.hpp:50:10: style: Technically the member function 'CommandAddLocationsToWays::copy_data' can be const. [functionConst]
osmium-tool-1.9.1/src/command_add_locations_to_ways.cpp:123:33: note: Technically the member function 'CommandAddLocationsToWays::copy_data' can be const.
osmium-tool-1.9.1/src/command_add_locations_to_ways.hpp:50:10: note: Technically the member function 'CommandAddLocationsToWays::copy_data' can be const.
osmium-tool-1.9.1/src/command_extract.cpp:279:22: style: The scope of the variable 'extract' can be reduced. [variableScope]
osmium-tool-1.9.1/src/extract/strategy.hpp:139:10: performance: Technically the member function 'Pass::node' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:142:10: performance: Technically the member function 'Pass::way' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:145:10: performance: Technically the member function 'Pass::relation' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:148:10: performance: Technically the member function 'Pass::enode' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:151:10: performance: Technically the member function 'Pass::eway' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:154:10: performance: Technically the member function 'Pass::erelation' can be static. [functionStatic]
osmium-tool-1.9.1/src/command_merge.cpp:118:34: style: Technically the member function '::DataSource::get' can be const. [functionConst]
osmium-tool-1.9.1/src/extract/geojson_file_parser.hpp:54:26: style: Technically the member function 'GeoJSONFileParser::error' can be const. [functionConst]
osmium-tool-1.9.1/src/extract/geojson_file_parser.cpp:145:41: note: Technically the member function 'GeoJSONFileParser::error' can be const.
osmium-tool-1.9.1/src/extract/geojson_file_parser.hpp:54:26: note: Technically the member function 'GeoJSONFileParser::error' can be const.
osmium-tool-1.9.1/src/extract/strategy.hpp:139:0: performance: Technically the member function 'Pass < Strategy , Pass1 >::node' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:142:0: performance: Technically the member function 'Pass < Strategy , Pass1 >::way' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:145:0: performance: Technically the member function 'Pass < Strategy , Pass1 >::relation' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:148:0: performance: Technically the member function 'Pass < Strategy , Pass1 >::enode' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:151:0: performance: Technically the member function 'Pass < Strategy , Pass1 >::eway' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:154:0: performance: Technically the member function 'Pass < Strategy , Pass1 >::erelation' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:139:0: performance: Technically the member function 'Pass < Strategy , Pass2 >::node' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:142:0: performance: Technically the member function 'Pass < Strategy , Pass2 >::way' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:145:0: performance: Technically the member function 'Pass < Strategy , Pass2 >::relation' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:148:0: performance: Technically the member function 'Pass < Strategy , Pass2 >::enode' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:151:0: performance: Technically the member function 'Pass < Strategy , Pass2 >::eway' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:154:0: performance: Technically the member function 'Pass < Strategy , Pass2 >::erelation' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:139:0: performance: Technically the member function 'Pass < Strategy , Pass3 >::node' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:142:0: performance: Technically the member function 'Pass < Strategy , Pass3 >::way' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:145:0: performance: Technically the member function 'Pass < Strategy , Pass3 >::relation' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:148:0: performance: Technically the member function 'Pass < Strategy , Pass3 >::enode' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:151:0: performance: Technically the member function 'Pass < Strategy , Pass3 >::eway' can be static. [functionStatic]
osmium-tool-1.9.1/src/extract/strategy.hpp:154:0: performance: Technically the member function 'Pass < Strategy , Pass3 >::erelation' can be static. [functionStatic]
osmium-tool-1.9.1/src/cmd.hpp:155:10: style: Technically the member function 'with_single_osm_input::show_single_input_arguments' can be const. [functionConst]
osmium-tool-1.9.1/src/io.cpp:73:29: note: Technically the member function 'with_single_osm_input::show_single_input_arguments' can be const.
osmium-tool-1.9.1/src/cmd.hpp:155:10: note: Technically the member function 'with_single_osm_input::show_single_input_arguments' can be const.
osmium-tool-1.9.1/src/cmd.hpp:177:10: style: Technically the member function 'with_multiple_osm_inputs::show_multiple_inputs_arguments' can be const. [functionConst]
osmium-tool-1.9.1/src/io.cpp:122:32: note: Technically the member function 'with_multiple_osm_inputs::show_multiple_inputs_arguments' can be const.
osmium-tool-1.9.1/src/cmd.hpp:177:10: note: Technically the member function 'with_multiple_osm_inputs::show_multiple_inputs_arguments' can be const.
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmo/osmo_0.4.2.orig.tar.gz
osmo-0.4.2/src/about.c:704:21: style: Condition 'logo_scaled!=NULL' is always false [knownConditionTrueFalse]
osmo-0.4.2/src/about.c:671:37: note: Assignment 'logo_scaled=NULL', assigned value is 0
osmo-0.4.2/src/about.c:704:21: note: Condition 'logo_scaled!=NULL' is always false
osmo-0.4.2/src/about.c:704:21: style: Same expression on both sides of '!=' because the value of 'logo_scaled' and 'NULL' are the same. [duplicateExpression]
osmo-0.4.2/src/about.c:671:37: note: 'logo_scaled' is assigned value 'NULL' here.
osmo-0.4.2/src/about.c:704:21: note: Same expression on both sides of '!=' because the value of 'logo_scaled' and 'NULL' are the same.
osmo-0.4.2/src/about.c:761:25: style: Variable 'radiobutton_group' is assigned a value that is never used. [unreadVariable]
osmo-0.4.2/src/calendar.c:1235:5: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-0.4.2/src/calendar.c:1230:0: note: Variable 'text' is reassigned a value before the old one has been used.
osmo-0.4.2/src/calendar.c:1235:5: note: Variable 'text' is reassigned a value before the old one has been used.
osmo-0.4.2/src/calendar.c:1425:5: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-0.4.2/src/calendar.c:1422:0: note: Variable 'text' is reassigned a value before the old one has been used.
osmo-0.4.2/src/calendar.c:1425:5: note: Variable 'text' is reassigned a value before the old one has been used.
osmo-0.4.2/src/calendar.c:575:8: style: The scope of the variable 'text' can be reduced. [variableScope]
osmo-0.4.2/src/calendar.c:768:8: style: The scope of the variable 'stripped' can be reduced. [variableScope]
osmo-0.4.2/src/calendar.c:1812:18: style: The scope of the variable 'hbox3' can be reduced. [variableScope]
osmo-0.4.2/src/calendar.c:1815:18: style: The scope of the variable 'label' can be reduced. [variableScope]
osmo-0.4.2/src/calendar.c:1816:18: style: The scope of the variable 'frame' can be reduced. [variableScope]
osmo-0.4.2/src/calendar.c:1817:18: style: The scope of the variable 'vseparator' can be reduced. [variableScope]
osmo-0.4.2/src/calendar.c:1825:18: style: The scope of the variable 'note_scrolledwindow' can be reduced. [variableScope]
osmo-0.4.2/src/calendar.c:1829:18: style: The scope of the variable 'popup_menu_separator' can be reduced. [variableScope]
osmo-0.4.2/src/calendar.c:1830:18: style: The scope of the variable 'popup_menu_browse_notes' can be reduced. [variableScope]
osmo-0.4.2/src/calendar.c:1831:18: style: The scope of the variable 'buffer' can be reduced. [variableScope]
osmo-0.4.2/src/calendar.c:2616:12: style: The scope of the variable 'menu_entry' can be reduced. [variableScope]
osmo-0.4.2/src/calendar.c:1175:26: style: Function 'cal_jump_to_date' argument 1 names different: declaration 'cdate' definition 'date'. [funcArgNamesDifferent]
osmo-0.4.2/src/calendar.h:30:61: note: Function 'cal_jump_to_date' argument 1 names different: declaration 'cdate' definition 'date'.
osmo-0.4.2/src/calendar.c:1175:26: note: Function 'cal_jump_to_date' argument 1 names different: declaration 'cdate' definition 'date'.
osmo-0.4.2/src/calendar.c:1228:53: style: Function 'calendar_clear_text_cb' argument 2 names different: declaration 'data' definition 'user_data'. [funcArgNamesDifferent]
osmo-0.4.2/src/calendar.h:34:82: note: Function 'calendar_clear_text_cb' argument 2 names different: declaration 'data' definition 'user_data'.
osmo-0.4.2/src/calendar.c:1228:53: note: Function 'calendar_clear_text_cb' argument 2 names different: declaration 'data' definition 'user_data'.
osmo-0.4.2/src/calendar.c:1838:9: style: Unused variable: color [unusedVariable]
osmo-0.4.2/src/calendar.c:2645:17: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
osmo-0.4.2/src/calendar_calc.c:370:9: style: The scope of the variable 'str' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_calc.c:370:15: style: The scope of the variable 'text' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_calc.c:1218:29: style: Variable 'radiobutton_add_group' is assigned a value that is never used. [unreadVariable]
osmo-0.4.2/src/calendar_jumpto.c:77:6: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_jumpto.c:108:6: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_jumpto.c:139:8: style: The scope of the variable 'cdate' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:37:15: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:55:15: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:73:15: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:90:15: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:108:15: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:126:15: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:162:15: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:183:15: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:202:10: style: The scope of the variable 'key' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:202:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:205:12: style: The scope of the variable 'image' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:297:14: style: The scope of the variable 'a' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:300:10: style: The scope of the variable 'escaped' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:427:18: style: The scope of the variable 'tmp_note' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_notes.c:427:29: style: The scope of the variable 'stripped' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_preferences_gui.c:646:13: style: The scope of the variable 'image' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_preferences_gui.c:1671:2: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
osmo-0.4.2/src/calendar_utils.c:39:8: style: The scope of the variable 'cdate' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_utils.c:230:8: style: The scope of the variable 's_time' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_widget.c:3292:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
osmo-0.4.2/src/calendar_widget.c:3298:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
osmo-0.4.2/src/calendar_widget.c:394:5: style: Variable 'priv->year_before' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-0.4.2/src/calendar_widget.c:377:5: note: Variable 'priv->year_before' is reassigned a value before the old one has been used.
osmo-0.4.2/src/calendar_widget.c:394:5: note: Variable 'priv->year_before' is reassigned a value before the old one has been used.
osmo-0.4.2/src/calendar_widget.c:2063:11: style: The scope of the variable 'color' can be reduced. [variableScope]
osmo-0.4.2/src/calendar_widget.c:810:33: style: Function 'gui_calendar_finalize' argument 1 names different: declaration 'calendar' definition 'object'. [funcArgNamesDifferent]
osmo-0.4.2/src/calendar_widget.c:46:64: note: Function 'gui_calendar_finalize' argument 1 names different: declaration 'calendar' definition 'object'.
osmo-0.4.2/src/calendar_widget.c:810:33: note: Function 'gui_calendar_finalize' argument 1 names different: declaration 'calendar' definition 'object'.
osmo-0.4.2/src/calendar_widget.c:817:32: style: Function 'gui_calendar_dispose' argument 1 names different: declaration 'calendar' definition 'object'. [funcArgNamesDifferent]
osmo-0.4.2/src/calendar_widget.c:47:64: note: Function 'gui_calendar_dispose' argument 1 names different: declaration 'calendar' definition 'object'.
osmo-0.4.2/src/calendar_widget.c:817:32: note: Function 'gui_calendar_dispose' argument 1 names different: declaration 'calendar' definition 'object'.
osmo-0.4.2/src/calendar_widget.c:1703:43: style: Function 'calendar_invalidate_day_num' argument 1 names different: declaration 'widget' definition 'calendar'. [funcArgNamesDifferent]
osmo-0.4.2/src/calendar_widget.c:121:63: note: Function 'calendar_invalidate_day_num' argument 1 names different: declaration 'widget' definition 'calendar'.
osmo-0.4.2/src/calendar_widget.c:1703:43: note: Function 'calendar_invalidate_day_num' argument 1 names different: declaration 'widget' definition 'calendar'.
osmo-0.4.2/src/calendar_widget.c:1725:39: style: Function 'calendar_invalidate_day' argument 1 names different: declaration 'widget' definition 'calendar'. [funcArgNamesDifferent]
osmo-0.4.2/src/calendar_widget.c:118:63: note: Function 'calendar_invalidate_day' argument 1 names different: declaration 'widget' definition 'calendar'.
osmo-0.4.2/src/calendar_widget.c:1725:39: note: Function 'calendar_invalidate_day' argument 1 names different: declaration 'widget' definition 'calendar'.
osmo-0.4.2/src/calendar_widget.c:2011:41: style: Function 'calendar_invalidate_arrow' argument 1 names different: declaration 'widget' definition 'calendar'. [funcArgNamesDifferent]
osmo-0.4.2/src/calendar_widget.c:123:63: note: Function 'calendar_invalidate_arrow' argument 1 names different: declaration 'widget' definition 'calendar'.
osmo-0.4.2/src/calendar_widget.c:2011:41: note: Function 'calendar_invalidate_arrow' argument 1 names different: declaration 'widget' definition 'calendar'.
osmo-0.4.2/src/gtksourceiter.c:42:9: style: The scope of the variable 'casefold' can be reduced. [variableScope]
osmo-0.4.2/src/gtksourceiter.c:42:20: style: The scope of the variable 'normal' can be reduced. [variableScope]
osmo-0.4.2/src/gui.c:408:12: style: The scope of the variable 'dialog' can be reduced. [variableScope]
osmo-0.4.2/src/gui.c:409:12: style: The scope of the variable 'image' can be reduced. [variableScope]
osmo-0.4.2/src/gui.c:410:8: style: The scope of the variable 'tmpbuff' can be reduced. [variableScope]
osmo-0.4.2/src/utils.c:314:5: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-0.4.2/src/utils.c:311:0: note: Variable 'temp' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:314:5: note: Variable 'temp' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:353:5: style: Variable 'tmpdate' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-0.4.2/src/utils.c:349:0: note: Variable 'tmpdate' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:353:5: note: Variable 'tmpdate' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:373:5: style: Variable 'tmpdate' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-0.4.2/src/utils.c:368:0: note: Variable 'tmpdate' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:373:5: note: Variable 'tmpdate' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:412:5: style: Variable 'tmpdate' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-0.4.2/src/utils.c:409:0: note: Variable 'tmpdate' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:412:5: note: Variable 'tmpdate' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:440:5: style: Variable 'tmpdate' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-0.4.2/src/utils.c:435:0: note: Variable 'tmpdate' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:440:5: note: Variable 'tmpdate' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:1044:2: style: Variable 'regex' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-0.4.2/src/utils.c:1038:0: note: Variable 'regex' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:1044:2: note: Variable 'regex' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils.c:575:14: style: The scope of the variable 'key' can be reduced. [variableScope]
osmo-0.4.2/src/utils.c:591:14: style: The scope of the variable 'key' can be reduced. [variableScope]
osmo-0.4.2/src/utils.c:623:14: style: The scope of the variable 'key' can be reduced. [variableScope]
osmo-0.4.2/src/utils.c:641:14: style: The scope of the variable 'key' can be reduced. [variableScope]
osmo-0.4.2/src/utils.c:906:8: style: The scope of the variable 'tmp_holder' can be reduced. [variableScope]
osmo-0.4.2/src/utils.c:942:12: style: The scope of the variable 'window_start' can be reduced. [variableScope]
osmo-0.4.2/src/utils.c:942:27: style: The scope of the variable 'window_end' can be reduced. [variableScope]
osmo-0.4.2/src/utils.c:55:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:60:73: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:66:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:97:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:99:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:224:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:225:112: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:226:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:227:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:230:85: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:233:73: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:236:75: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:239:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:240:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:243:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:245:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:248:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:251:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:259:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:264:73: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:270:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:277:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:280:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:283:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/utils.c:708:51: style: Function 'utl_xml_write_doc' argument 2 names different: declaration 'cur' definition 'doc'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils.h:69:82: note: Function 'utl_xml_write_doc' argument 2 names different: declaration 'cur' definition 'doc'.
osmo-0.4.2/src/utils.c:708:51: note: Function 'utl_xml_write_doc' argument 2 names different: declaration 'cur' definition 'doc'.
osmo-0.4.2/src/utils_date_time.c:91:25: style: The scope of the variable 'date_str' can be reduced. [variableScope]
osmo-0.4.2/src/utils_date_time.c:91:36: style: The scope of the variable 'time_str' can be reduced. [variableScope]
osmo-0.4.2/src/utils_gui.c:861:5: style: Variable 'tags' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-0.4.2/src/utils_gui.c:850:0: note: Variable 'tags' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils_gui.c:861:5: note: Variable 'tags' is reassigned a value before the old one has been used.
osmo-0.4.2/src/utils_gui.c:155:9: style: The scope of the variable 'font_name' can be reduced. [variableScope]
osmo-0.4.2/src/utils_gui.c:289:48: style: The scope of the variable 'tmp' can be reduced. [variableScope]
osmo-0.4.2/src/utils_gui.c:646:12: style: The scope of the variable 'image' can be reduced. [variableScope]
osmo-0.4.2/src/utils_gui.c:647:8: style: The scope of the variable 'cmd' can be reduced. [variableScope]
osmo-0.4.2/src/utils_gui.c:854:13: style: The scope of the variable 'tag' can be reduced. [variableScope]
osmo-0.4.2/src/utils_gui.c:855:6: style: The scope of the variable 'slink' can be reduced. [variableScope]
osmo-0.4.2/src/utils_gui.c:898:14: style: The scope of the variable 'tag' can be reduced. [variableScope]
osmo-0.4.2/src/utils_time.c:575:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
osmo-0.4.2/src/utils_time.c:87:25: style: Function 'utl_time_set_hms' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:47:34: note: Function 'utl_time_set_hms' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:87:25: note: Function 'utl_time_set_hms' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:100:26: style: Function 'utl_time_set_hour' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:48:34: note: Function 'utl_time_set_hour' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:100:26: note: Function 'utl_time_set_hour' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:111:28: style: Function 'utl_time_set_minute' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:49:34: note: Function 'utl_time_set_minute' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:111:28: note: Function 'utl_time_set_minute' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:122:28: style: Function 'utl_time_set_second' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:50:34: note: Function 'utl_time_set_second' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:122:28: note: Function 'utl_time_set_second' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:133:29: style: Function 'utl_time_set_seconds' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:51:34: note: Function 'utl_time_set_seconds' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:133:29: note: Function 'utl_time_set_seconds' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:150:31: style: Function 'utl_time_get_hms' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:53:40: note: Function 'utl_time_get_hms' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:150:31: note: Function 'utl_time_get_hms' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:162:32: style: Function 'utl_time_get_hour' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:54:40: note: Function 'utl_time_get_hour' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:162:32: note: Function 'utl_time_get_hour' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:172:34: style: Function 'utl_time_get_minute' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:55:40: note: Function 'utl_time_get_minute' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:172:34: note: Function 'utl_time_get_minute' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:182:34: style: Function 'utl_time_get_second' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:56:40: note: Function 'utl_time_get_second' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:182:34: note: Function 'utl_time_get_second' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:192:35: style: Function 'utl_time_get_seconds' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:57:40: note: Function 'utl_time_get_seconds' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:192:35: note: Function 'utl_time_get_seconds' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:244:21: style: Function 'utl_time_add' argument 1 names different: declaration 'time1' definition 'f_time'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:64:34: note: Function 'utl_time_add' argument 1 names different: declaration 'time1' definition 'f_time'.
osmo-0.4.2/src/utils_time.c:244:21: note: Function 'utl_time_add' argument 1 names different: declaration 'time1' definition 'f_time'.
osmo-0.4.2/src/utils_time.c:244:35: style: Function 'utl_time_add' argument 2 names different: declaration 'time2' definition 's_time'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:64:47: note: Function 'utl_time_add' argument 2 names different: declaration 'time2' definition 's_time'.
osmo-0.4.2/src/utils_time.c:244:35: note: Function 'utl_time_add' argument 2 names different: declaration 'time2' definition 's_time'.
osmo-0.4.2/src/utils_time.c:260:27: style: Function 'utl_time_add_hours' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:65:34: note: Function 'utl_time_add_hours' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:260:27: note: Function 'utl_time_add_hours' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:275:29: style: Function 'utl_time_add_minutes' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:66:34: note: Function 'utl_time_add_minutes' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:275:29: note: Function 'utl_time_add_minutes' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:290:29: style: Function 'utl_time_add_seconds' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:67:34: note: Function 'utl_time_add_seconds' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:290:29: note: Function 'utl_time_add_seconds' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:305:26: style: Function 'utl_time_subtract' argument 1 names different: declaration 'time1' definition 'f_time'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:69:39: note: Function 'utl_time_subtract' argument 1 names different: declaration 'time1' definition 'f_time'.
osmo-0.4.2/src/utils_time.c:305:26: note: Function 'utl_time_subtract' argument 1 names different: declaration 'time1' definition 'f_time'.
osmo-0.4.2/src/utils_time.c:305:40: style: Function 'utl_time_subtract' argument 2 names different: declaration 'time2' definition 's_time'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:69:52: note: Function 'utl_time_subtract' argument 2 names different: declaration 'time2' definition 's_time'.
osmo-0.4.2/src/utils_time.c:305:40: note: Function 'utl_time_subtract' argument 2 names different: declaration 'time2' definition 's_time'.
osmo-0.4.2/src/utils_time.c:365:34: style: Function 'utl_time_subtract_seconds' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:72:39: note: Function 'utl_time_subtract_seconds' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:365:34: note: Function 'utl_time_subtract_seconds' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:387:23: style: Function 'utl_time_clamp' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:74:42: note: Function 'utl_time_clamp' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:387:23: note: Function 'utl_time_clamp' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:387:38: style: Function 'utl_time_clamp' argument 2 names different: declaration 'min_time' definition 'tmin'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:74:60: note: Function 'utl_time_clamp' argument 2 names different: declaration 'min_time' definition 'tmin'.
osmo-0.4.2/src/utils_time.c:387:38: note: Function 'utl_time_clamp' argument 2 names different: declaration 'min_time' definition 'tmin'.
osmo-0.4.2/src/utils_time.c:387:56: style: Function 'utl_time_clamp' argument 3 names different: declaration 'max_time' definition 'tmax'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:74:82: note: Function 'utl_time_clamp' argument 3 names different: declaration 'max_time' definition 'tmax'.
osmo-0.4.2/src/utils_time.c:387:56: note: Function 'utl_time_clamp' argument 3 names different: declaration 'max_time' definition 'tmax'.
osmo-0.4.2/src/utils_time.c:439:29: style: Function 'utl_time_print' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:79:45: note: Function 'utl_time_print' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:439:29: note: Function 'utl_time_print' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:518:29: style: Function 'utl_time_valid' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:86:46: note: Function 'utl_time_valid' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:518:29: note: Function 'utl_time_valid' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:570:22: style: Function 'utl_time_free' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
osmo-0.4.2/src/utils_time.h:93:27: note: Function 'utl_time_free' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/utils_time.c:570:22: note: Function 'utl_time_free' argument 1 names different: declaration 'time' definition 't'.
osmo-0.4.2/src/vcf.c:123:87: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
osmo-0.4.2/src/vcf.c:249:51: style: Function 'write_multivalue' argument 2 names different: declaration 'property_name' definition 'property'. [funcArgNamesDifferent]
osmo-0.4.2/src/vcf.c:70:63: note: Function 'write_multivalue' argument 2 names different: declaration 'property_name' definition 'property'.
osmo-0.4.2/src/vcf.c:249:51: note: Function 'write_multivalue' argument 2 names different: declaration 'property_name' definition 'property'.
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmo-bts/osmo-bts_0.8.1.orig.tar.xz
osmo-bts-0.8.1/contrib/eeprom_reader.c:28:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/bts.c:307:6: style: The scope of the variable 'tn' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/l1sap.c:284:3: warning: Either the condition 'len>0' is redundant or there is possible null pointer dereference: len. [nullPointerRedundantCheck]
osmo-bts-0.8.1/src/common/l1sap.c:290:20: note: Assuming that condition 'len>0' is not redundant
osmo-bts-0.8.1/src/common/l1sap.c:284:3: note: Null pointer dereference
osmo-bts-0.8.1/src/common/l1sap.c:81:11: style: The scope of the variable 'samples_passed' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/l1sap.c:81:27: style: The scope of the variable 'r' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/l1sap.c:410:15: style: The scope of the variable 'blockno' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/l1sap.c:850:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/l1sap.c:1358:26: style: Variable 'l1sap' is not assigned a value. [unassignedVariable]
osmo-bts-0.8.1/src/common/main.c:183:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
osmo-bts-0.8.1/src/common/main.c:91:23: error: Expression 'argv_out[argc_out++]=argv[0]' depends on order of evaluation of side effects [unknownEvaluationOrder]
osmo-bts-0.8.1/src/common/oml.c:817:9: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
osmo-bts-0.8.1/src/common/oml.c:840:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-bts-0.8.1/src/common/paging.c:251:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
osmo-bts-0.8.1/src/common/rsl.c:293:18: style: The scope of the variable 'count' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/rsl.c:972:27: style: The scope of the variable 'cm' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/rsl.c:1214:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/rsl.c:2035:10: style: The scope of the variable 'ie' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/sysinfo.c:153:42: style: The scope of the variable 'si3' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/sysinfo.c:166:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/vty.c:897:14: style: The scope of the variable 'trx_nr' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/vty.c:1206:20: style: The scope of the variable 'lchan' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/vty.c:1207:14: style: The scope of the variable 'trx_nr' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/vty.c:1207:22: style: The scope of the variable 'ts_nr' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/vty.c:1207:29: style: The scope of the variable 'lchan_nr' can be reduced. [variableScope]
osmo-bts-0.8.1/src/common/vty.c:939:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-bts-0.8.1/src/osmo-bts-litecell15/calib_file.c:96:21: style: struct member 'Anonymous4::u8Parity' is never used. [unusedStructMember]
osmo-bts-0.8.1/src/osmo-bts-litecell15/calib_file.c:97:21: style: struct member 'Anonymous4::u8Type' is never used. [unusedStructMember]
osmo-bts-0.8.1/src/osmo-bts-litecell15/calib_file.c:98:21: style: struct member 'Anonymous4::u8Band' is never used. [unusedStructMember]
osmo-bts-0.8.1/src/osmo-bts-litecell15/calib_file.c:99:22: style: struct member 'Anonymous4::u32Len' is never used. [unusedStructMember]
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.c:1077:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.c:491:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.c:1209:15: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.c:221:31: style: Function 'l1if_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.h:73:31: note: Function 'l1if_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.c:221:31: note: Function 'l1if_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.c:227:31: style: Function 'l1if_gsm_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.h:75:28: note: Function 'l1if_gsm_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.c:227:31: note: Function 'l1if_gsm_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.c:1547:35: style: Function 'l1if_close' argument 1 names different: declaration 'hdl' definition 'fl1h'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.h:78:35: note: Function 'l1if_close' argument 1 names different: declaration 'hdl' definition 'fl1h'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.c:1547:35: note: Function 'l1if_close' argument 1 names different: declaration 'hdl' definition 'fl1h'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_transp_hw.c:248:51: style: Function 'l1if_transport_open' argument 2 names different: declaration 'fl1h' definition 'hdl'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_transp.h:11:51: note: Function 'l1if_transport_open' argument 2 names different: declaration 'fl1h' definition 'hdl'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_transp_hw.c:248:51: note: Function 'l1if_transport_open' argument 2 names different: declaration 'fl1h' definition 'hdl'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_transp_hw.c:312:52: style: Function 'l1if_transport_close' argument 2 names different: declaration 'fl1h' definition 'hdl'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_transp.h:12:52: note: Function 'l1if_transport_close' argument 2 names different: declaration 'fl1h' definition 'hdl'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_transp_hw.c:312:52: note: Function 'l1if_transport_close' argument 2 names different: declaration 'fl1h' definition 'hdl'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/lc15bts_vty.c:341:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
osmo-bts-0.8.1/src/osmo-bts-litecell15/main.c:163:4: error: Undefined behavior: Variable 'model_name' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
osmo-bts-0.8.1/src/osmo-bts-litecell15/main.c:169:4: error: Undefined behavior: Variable 'model_name' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_bid.c:124:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_mgr.c:225:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_mgr_calib.c:97:6: style: The scope of the variable 'new_dac_value' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_mgr_calib.c:98:6: style: The scope of the variable 'dac_correction' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_mgr_calib.c:225:69: style: Function 'calib_state_reset' argument 2 names different: declaration 'reason' definition 'outcome'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_mgr_calib.c:50:69: note: Function 'calib_state_reset' argument 2 names different: declaration 'reason' definition 'outcome'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_mgr_calib.c:225:69: note: Function 'calib_state_reset' argument 2 names different: declaration 'reason' definition 'outcome'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_mgr_nl.c:128:5: error: Undefined behavior: Variable 'model_name' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_mgr_nl.c:134:5: error: Undefined behavior: Variable 'model_name' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c:1061:59: style: Function 'lc15bts_mgr_parse_config' argument 1 names different: declaration 'mgr' definition 'manager'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_mgr.h:411:59: note: Function 'lc15bts_mgr_parse_config' argument 1 names different: declaration 'mgr' definition 'manager'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c:1061:59: note: Function 'lc15bts_mgr_parse_config' argument 1 names different: declaration 'mgr' definition 'manager'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_misc.c:174:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_misc.c:211:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_misc.c:260:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_nl.c:76:8: portability: '(void*)(&req.n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_nl.c:55:27: style: struct member 'Anonymous0::buf' is never used. [unusedStructMember]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_power.c:56:7: style: Function 'lc15bts_power_sensor_get' argument 3 names different: declaration 'volt' definition 'power'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_power.h:21:7: note: Function 'lc15bts_power_sensor_get' argument 3 names different: declaration 'volt' definition 'power'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_power.c:56:7: note: Function 'lc15bts_power_sensor_get' argument 3 names different: declaration 'volt' definition 'power'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_swd.c:94:67: style: Function 'swd_state_reset' argument 2 names different: declaration 'reason' definition 'outcome'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_swd.c:35:67: note: Function 'swd_state_reset' argument 2 names different: declaration 'reason' definition 'outcome'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/misc/lc15bts_swd.c:94:67: note: Function 'swd_state_reset' argument 2 names different: declaration 'reason' definition 'outcome'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/oml.c:860:56: style: Function 'l1if_hLayer_to_lchan' argument 2 names different: declaration 'hLayer' definition 'hLayer2'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/l1_if.h:89:74: note: Function 'l1if_hLayer_to_lchan' argument 2 names different: declaration 'hLayer' definition 'hLayer2'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/oml.c:860:56: note: Function 'l1if_hLayer_to_lchan' argument 2 names different: declaration 'hLayer' definition 'hLayer2'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/oml.c:1924:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-bts-0.8.1/src/osmo-bts-litecell15/oml.c:1925:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-bts-0.8.1/src/osmo-bts-litecell15/oml.c:1926:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-bts-0.8.1/src/osmo-bts-litecell15/oml_router.c:113:20: style: Function 'oml_router_init' argument 3 names different: declaration 'accept' definition 'accept_fd'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/oml_router.h:13:76: note: Function 'oml_router_init' argument 3 names different: declaration 'accept' definition 'accept_fd'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/oml_router.c:113:20: note: Function 'oml_router_init' argument 3 names different: declaration 'accept' definition 'accept_fd'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/oml_router.c:113:47: style: Function 'oml_router_init' argument 4 names different: declaration 'read' definition 'read_fd'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-litecell15/oml_router.h:13:100: note: Function 'oml_router_init' argument 4 names different: declaration 'read' definition 'read_fd'.
osmo-bts-0.8.1/src/osmo-bts-litecell15/oml_router.c:113:47: note: Function 'oml_router_init' argument 4 names different: declaration 'read' definition 'read_fd'.
osmo-bts-0.8.1/src/osmo-bts-octphy/l1_if.c:1206:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
osmo-bts-0.8.1/src/osmo-bts-octphy/l1_if.c:311:6: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-octphy/l1_if.c:940:19: style: The scope of the variable 'link_id' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-octphy/l1_if.c:1793:35: style: Function 'l1if_close' argument 1 names different: declaration 'hdl' definition 'fl1h'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-octphy/l1_if.h:95:35: note: Function 'l1if_close' argument 1 names different: declaration 'hdl' definition 'fl1h'.
osmo-bts-0.8.1/src/osmo-bts-octphy/l1_if.c:1793:35: note: Function 'l1if_close' argument 1 names different: declaration 'hdl' definition 'fl1h'.
osmo-bts-0.8.1/src/osmo-bts-octphy/l1_oml.c:1456:60: error: Uninitialized variable: oc [uninitvar]
osmo-bts-0.8.1/src/osmo-bts-octphy/l1_oml.c:1735:62: error: Uninitialized variable: oc [uninitvar]
osmo-bts-0.8.1/src/osmo-bts-omldummy/main.c:13:22: style: The scope of the variable 'trx' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/calib_file.c:231:6: style: Unused variable: i [unusedVariable]
osmo-bts-0.8.1/src/osmo-bts-sysmo/calib_file.c:299:17: style: Unused variable: eerr [unusedVariable]
osmo-bts-0.8.1/src/osmo-bts-sysmo/calib_file.c:300:6: style: Unused variable: i [unusedVariable]
osmo-bts-0.8.1/src/osmo-bts-sysmo/eeprom.c:991:9: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/eeprom.c:993:9: style: The scope of the variable 'size' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/eeprom.c:994:9: style: The scope of the variable 'nArfcn' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/eeprom.c:1436:9: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/eeprom.c:1438:9: style: The scope of the variable 'size' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/eeprom.c:1439:9: style: The scope of the variable 'nArfcn' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:1067:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:488:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:926:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:1199:15: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:217:31: style: Function 'l1if_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.h:109:31: note: Function 'l1if_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:217:31: note: Function 'l1if_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:223:31: style: Function 'l1if_gsm_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.h:111:28: note: Function 'l1if_gsm_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:223:31: note: Function 'l1if_gsm_req_compl' argument 4 names different: declaration 'cb_data' definition 'data'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:1689:36: style: Function 'l1if_close' argument 1 names different: declaration 'hdl' definition 'fl1h'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.h:114:36: note: Function 'l1if_close' argument 1 names different: declaration 'hdl' definition 'fl1h'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:1689:36: note: Function 'l1if_close' argument 1 names different: declaration 'hdl' definition 'fl1h'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:1277:28: style: Variable 'trx' is assigned a value that is never used. [unreadVariable]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:1390:16: style: Variable 'unmuted' is assigned a value that is never used. [unreadVariable]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:1393:28: style: Variable 'trx' is assigned a value that is never used. [unreadVariable]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:1394:6: style: Unused variable: i [unusedVariable]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.c:1430:6: style: Unused variable: rc [unusedVariable]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_transp_hw.c:259:52: style: Function 'l1if_transport_open' argument 2 names different: declaration 'fl1h' definition 'hdl'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_transp.h:11:52: note: Function 'l1if_transport_open' argument 2 names different: declaration 'fl1h' definition 'hdl'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_transp_hw.c:259:52: note: Function 'l1if_transport_open' argument 2 names different: declaration 'fl1h' definition 'hdl'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_transp_hw.c:315:53: style: Function 'l1if_transport_close' argument 2 names different: declaration 'fl1h' definition 'hdl'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_transp.h:12:53: note: Function 'l1if_transport_close' argument 2 names different: declaration 'fl1h' definition 'hdl'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_transp_hw.c:315:53: note: Function 'l1if_transport_close' argument 2 names different: declaration 'fl1h' definition 'hdl'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts-calib.c:277:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts-calib.c:338:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts-layer1.c:796:0: error: #error "Non portable code" [preprocessorErrorDirective]
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_mgr.c:197:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c:243:70: style: Function 'calib_state_reset' argument 2 names different: declaration 'reason' definition 'outcome'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c:41:70: note: Function 'calib_state_reset' argument 2 names different: declaration 'reason' definition 'outcome'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c:243:70: note: Function 'calib_state_reset' argument 2 names different: declaration 'reason' definition 'outcome'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c:518:61: style: Function 'sysmobts_mgr_parse_config' argument 1 names different: declaration 'mgr' definition 'manager'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_mgr.h:109:61: note: Function 'sysmobts_mgr_parse_config' argument 1 names different: declaration 'mgr' definition 'manager'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c:518:61: note: Function 'sysmobts_mgr_parse_config' argument 1 names different: declaration 'mgr' definition 'manager'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_misc.c:71:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_misc.c:115:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_misc.c:157:31: style: Function 'sysmobts_update_hours' argument 1 names different: declaration 'no_epprom_write' definition 'no_eeprom_write'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_misc.h:23:31: note: Function 'sysmobts_update_hours' argument 1 names different: declaration 'no_epprom_write' definition 'no_eeprom_write'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_misc.c:157:31: note: Function 'sysmobts_update_hours' argument 1 names different: declaration 'no_epprom_write' definition 'no_eeprom_write'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_nl.c:73:8: portability: '(void*)(&req.n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-bts-0.8.1/src/osmo-bts-sysmo/misc/sysmobts_nl.c:52:27: style: struct member 'Anonymous0::buf' is never used. [unusedStructMember]
osmo-bts-0.8.1/src/osmo-bts-sysmo/oml.c:871:56: style: Function 'l1if_hLayer_to_lchan' argument 2 names different: declaration 'hLayer' definition 'hLayer2'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-sysmo/l1_if.h:125:74: note: Function 'l1if_hLayer_to_lchan' argument 2 names different: declaration 'hLayer' definition 'hLayer2'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/oml.c:871:56: note: Function 'l1if_hLayer_to_lchan' argument 2 names different: declaration 'hLayer' definition 'hLayer2'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/oml.c:1946:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-bts-0.8.1/src/osmo-bts-sysmo/oml.c:1947:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-bts-0.8.1/src/osmo-bts-sysmo/oml.c:1948:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-bts-0.8.1/src/osmo-bts-sysmo/oml_router.c:110:20: style: Function 'oml_router_init' argument 3 names different: declaration 'accept' definition 'accept_fd'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-sysmo/oml_router.h:13:76: note: Function 'oml_router_init' argument 3 names different: declaration 'accept' definition 'accept_fd'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/oml_router.c:110:20: note: Function 'oml_router_init' argument 3 names different: declaration 'accept' definition 'accept_fd'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/oml_router.c:110:47: style: Function 'oml_router_init' argument 4 names different: declaration 'read' definition 'read_fd'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-sysmo/oml_router.h:13:100: note: Function 'oml_router_init' argument 4 names different: declaration 'read' definition 'read_fd'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/oml_router.c:110:47: note: Function 'oml_router_init' argument 4 names different: declaration 'read' definition 'read_fd'.
osmo-bts-0.8.1/src/osmo-bts-sysmo/sysmobts_vty.c:454:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
osmo-bts-0.8.1/src/osmo-bts-trx/loops.c:218:62: style: Function 'trx_loop_sacch_input' argument 5 names different: declaration 'toa' definition 'toa256'. [funcArgNamesDifferent]
osmo-bts-0.8.1/src/osmo-bts-trx/loops.h:17:62: note: Function 'trx_loop_sacch_input' argument 5 names different: declaration 'toa' definition 'toa256'.
osmo-bts-0.8.1/src/osmo-bts-trx/loops.c:218:62: note: Function 'trx_loop_sacch_input' argument 5 names different: declaration 'toa' definition 'toa256'.
osmo-bts-0.8.1/src/osmo-bts-trx/trx_if.c:178:2: style: Variable 'tcm' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-bts-0.8.1/src/osmo-bts-trx/trx_if.c:174:0: note: Variable 'tcm' is reassigned a value before the old one has been used.
osmo-bts-0.8.1/src/osmo-bts-trx/trx_if.c:178:2: note: Variable 'tcm' is reassigned a value before the old one has been used.
osmo-bts-0.8.1/src/osmo-bts-trx/trx_if.c:202:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
osmo-bts-0.8.1/src/osmo-bts-trx/trx_vty.c:58:18: style: The scope of the variable 'l1h' can be reduced. [variableScope]
osmo-bts-0.8.1/tests/agch/agch_test.c:98:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/tests/meas/meas_test.c:47:4: warning: %i in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-bts-0.8.1/tests/meas/meas_test.c:26:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-bts-0.8.1/tests/meas/meas_test.c:27:20: style: The scope of the variable 'lchan' can be reduced. [variableScope]
osmo-bts-0.8.1/tests/meas/meas_test.c:52:4: style: Variable 'delta' is modified but its new value is never used. [unreadVariable]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmo-fl2k/osmo-fl2k_0.1.0+20180423git9e79bde.orig.tar.gz
osmo-fl2k/src/fl2k_file.c:98:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-fl2k/src/fl2k_file.c:169:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-fl2k/src/fl2k_file.c:166:2: note: Variable 'r' is reassigned a value before the old one has been used.
osmo-fl2k/src/fl2k_file.c:169:2: note: Variable 'r' is reassigned a value before the old one has been used.
osmo-fl2k/src/fl2k_file.c:83:6: style: The scope of the variable 'r' can be reduced. [variableScope]
osmo-fl2k/src/fl2k_fm.c:566:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-fl2k/src/fl2k_fm.c:563:2: note: Variable 'r' is reassigned a value before the old one has been used.
osmo-fl2k/src/fl2k_fm.c:566:2: note: Variable 'r' is reassigned a value before the old one has been used.
osmo-fl2k/src/fl2k_fm.c:177:6: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-fl2k/src/fl2k_fm.c:308:9: style: The scope of the variable 'len' can be reduced. [variableScope]
osmo-fl2k/src/fl2k_fm.c:350:9: style: The scope of the variable 'len' can be reduced. [variableScope]
osmo-fl2k/src/fl2k_fm.c:221:18: style: Unused variable: freq [unusedVariable]
osmo-fl2k/src/fl2k_fm.c:222:18: style: Unused variable: tmp [unusedVariable]
osmo-fl2k/src/fl2k_fm.c:309:9: style: Unused variable: freq [unusedVariable]
osmo-fl2k/src/fl2k_fm.c:351:9: style: Unused variable: freq [unusedVariable]
osmo-fl2k/src/fl2k_tcp.c:193:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-fl2k/src/fl2k_tcp.c:190:2: note: Variable 'r' is reassigned a value before the old one has been used.
osmo-fl2k/src/fl2k_tcp.c:193:2: note: Variable 'r' is reassigned a value before the old one has been used.
osmo-fl2k/src/fl2k_tcp.c:104:6: style: The scope of the variable 'r' can be reduced. [variableScope]
osmo-fl2k/src/fl2k_test.c:259:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-fl2k/src/fl2k_test.c:284:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-fl2k/src/fl2k_test.c:281:2: note: Variable 'r' is reassigned a value before the old one has been used.
osmo-fl2k/src/fl2k_test.c:284:2: note: Variable 'r' is reassigned a value before the old one has been used.
osmo-fl2k/src/fl2k_test.c:116:18: style: Unused variable: ts [unusedVariable]
osmo-fl2k/src/libosmo-fl2k.c:263:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-fl2k/src/libosmo-fl2k.c:636:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-fl2k/src/libosmo-fl2k.c:372:2: style: Variable 'dev' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-fl2k/src/libosmo-fl2k.c:365:0: note: Variable 'dev' is reassigned a value before the old one has been used.
osmo-fl2k/src/libosmo-fl2k.c:372:2: note: Variable 'dev' is reassigned a value before the old one has been used.
osmo-fl2k/src/libosmo-fl2k.c:527:20: style: The scope of the variable 'next_xfer_info' can be reduced. [variableScope]
osmo-fl2k/src/libosmo-fl2k.c:569:6: style: The scope of the variable 'r' can be reduced. [variableScope]
osmo-fl2k/src/libosmo-fl2k.c:453:1: style: Label 'found' is not used. [unusedLabel]
osmo-fl2k/src/libosmo-fl2k.c:90:6: style: struct member 'fl2k_dev::terminate' is never used. [unusedStructMember]
osmo-fl2k/src/libosmo-fl2k.c:102:6: style: struct member 'fl2k_dev::driver_active' is never used. [unusedStructMember]
osmo-fl2k/src/rds_mod.c:66:9: style: The scope of the variable 'bit' can be reduced. [variableScope]
osmo-fl2k/src/rds_mod.c:66:14: style: The scope of the variable 'msb' can be reduced. [variableScope]
osmo-fl2k/src/rds_mod.c:88:6: style: The scope of the variable 'l' can be reduced. [variableScope]
osmo-fl2k/src/rds_mod.c:88:9: style: The scope of the variable 'mjd' can be reduced. [variableScope]
osmo-fl2k/src/rds_mod.c:88:14: style: The scope of the variable 'offset' can be reduced. [variableScope]
osmo-fl2k/src/rds_mod.c:130:13: style: The scope of the variable 'state' can be reduced. [variableScope]
osmo-fl2k/src/rds_mod.c:131:13: style: The scope of the variable 'ps_state' can be reduced. [variableScope]
osmo-fl2k/src/rds_mod.c:132:13: style: The scope of the variable 'rt_state' can be reduced. [variableScope]
osmo-fl2k/src/rds_mod.c:134:11: style: The scope of the variable 'block' can be reduced. [variableScope]
osmo-fl2k/src/rds_mod.c:134:18: style: The scope of the variable 'check' can be reduced. [variableScope]
osmo-fl2k/src/rds_mod.c:202:14: style: The scope of the variable 'sample' can be reduced. [variableScope]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmo-ggsn/osmo-ggsn_1.2.2.orig.tar.xz
osmo-ggsn-1.2.2/ggsn/ggsn.c:156:13: style: The scope of the variable 'len' can be reduced. [variableScope]
osmo-ggsn-1.2.2/ggsn/ggsn.c:200:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-ggsn-1.2.2/ggsn/ggsn.c:743:7: style: The scope of the variable 'straddr' can be reduced. [variableScope]
osmo-ggsn-1.2.2/ggsn/ggsn_vty.c:655:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
osmo-ggsn-1.2.2/gtp/gtp.c:1630:19: warning: Either the condition 'if(pdp)' is redundant or there is possible null pointer dereference: pdp. [nullPointerRedundantCheck]
osmo-ggsn-1.2.2/gtp/gtp.c:1631:5: note: Assuming that condition 'if(pdp)' is not redundant
osmo-ggsn-1.2.2/gtp/gtp.c:1630:19: note: Null pointer dereference
osmo-ggsn-1.2.2/gtp/gtp.c:552:9: style: The scope of the variable 'now' can be reduced. [variableScope]
osmo-ggsn-1.2.2/gtp/gtp.c:552:14: style: The scope of the variable 'later' can be reduced. [variableScope]
osmo-ggsn-1.2.2/gtp/gtp.c:2351:6: style: The scope of the variable 'count' can be reduced. [variableScope]
osmo-ggsn-1.2.2/gtp/gtp.c:2431:6: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-ggsn-1.2.2/gtp/gtp.c:2489:6: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-ggsn-1.2.2/gtp/gtp.c:2490:6: style: The scope of the variable 'count' can be reduced. [variableScope]
osmo-ggsn-1.2.2/gtp/gtp.c:2761:6: style: The scope of the variable 'status' can be reduced. [variableScope]
osmo-ggsn-1.2.2/gtp/gtp.c:2908:6: style: The scope of the variable 'status' can be reduced. [variableScope]
osmo-ggsn-1.2.2/gtp/gtp.c:3085:6: style: The scope of the variable 'status' can be reduced. [variableScope]
osmo-ggsn-1.2.2/gtp/gtp.c:179:56: style: Function 'gtp_set_cb_delete_context' argument 2 names different: declaration 'cb_delete_context' definition 'cb'. [funcArgNamesDifferent]
osmo-ggsn-1.2.2/gtp/gtp.h:343:16: note: Function 'gtp_set_cb_delete_context' argument 2 names different: declaration 'cb_delete_context' definition 'cb'.
osmo-ggsn-1.2.2/gtp/gtp.c:179:56: note: Function 'gtp_set_cb_delete_context' argument 2 names different: declaration 'cb_delete_context' definition 'cb'.
osmo-ggsn-1.2.2/gtp/gtp.c:910:20: style: Function 'gtp_echo_req' argument 4 names different: declaration 'inetaddrs' definition 'inetaddr'. [funcArgNamesDifferent]
osmo-ggsn-1.2.2/gtp/gtp.h:365:20: note: Function 'gtp_echo_req' argument 4 names different: declaration 'inetaddrs' definition 'inetaddr'.
osmo-ggsn-1.2.2/gtp/gtp.c:910:20: note: Function 'gtp_echo_req' argument 4 names different: declaration 'inetaddrs' definition 'inetaddr'.
osmo-ggsn-1.2.2/gtp/gtp.c:957:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtp.c:1337:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtp.c:1674:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtp.c:2022:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtp.c:2256:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtp.c:2512:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtp.c:2580:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtp.c:2659:38: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtp.c:2746:37: portability: 'pack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtp.c:2044:25: error: Uninitialized variable: imsi [uninitvar]
osmo-ggsn-1.2.2/gtp/gtp.c:2044:31: error: Uninitialized variable: nsapi [uninitvar]
osmo-ggsn-1.2.2/gtp/gtpie.c:793:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/gtp/gtpie.c:55:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:56:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:57:20: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:57:30: portability: 'p+*length' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:75:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:76:20: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:76:30: portability: 'p+*length' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:93:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:94:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:111:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:112:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:129:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:130:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:147:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/gtpie.c:148:28: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
osmo-ggsn-1.2.2/gtp/queue.c:82:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/gtp/queue.c:82:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/lib/in46_addr.c:84:57: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
osmo-ggsn-1.2.2/lib/ippool.c:29:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/lib/ippool.c:30:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/lib/ippool.c:31:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/lib/ippool.c:32:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/lib/ippool.c:33:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/lib/ippool.c:38:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/lib/ippool.c:38:3: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/lib/ippool.c:38:3: portability: %d in format string (no. 4) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/lib/ippool.c:206:9: style: The scope of the variable 'addrprefixlen' can be reduced. [variableScope]
osmo-ggsn-1.2.2/lib/ippool.c:386:11: style: The scope of the variable 'hash' can be reduced. [variableScope]
osmo-ggsn-1.2.2/lib/ippool.c:114:72: style: Function 'ippool_aton' argument 3 names different: declaration 'pool' definition 'pool_in'. [funcArgNamesDifferent]
osmo-ggsn-1.2.2/lib/ippool.h:93:72: note: Function 'ippool_aton' argument 3 names different: declaration 'pool' definition 'pool_in'.
osmo-ggsn-1.2.2/lib/ippool.c:114:72: note: Function 'ippool_aton' argument 3 names different: declaration 'pool' definition 'pool_in'.
osmo-ggsn-1.2.2/lib/ippool.c:516:21: warning: Size of pointer 'addr' used instead of size of its data. [pointerSize]
osmo-ggsn-1.2.2/lib/netdev.c:52:0: error: #error "Unknown platform!" [preprocessorErrorDirective]
osmo-ggsn-1.2.2/lib/tun.c:56:0: error: #error "Unknown platform!" [preprocessorErrorDirective]
osmo-ggsn-1.2.2/sgsnemu/cmdline.c:781:46: warning: Either the condition 'if(field_given&&*field_given&&!override)' is redundant or there is possible null pointer dereference: field_given. [nullPointerRedundantCheck]
osmo-ggsn-1.2.2/sgsnemu/cmdline.c:797:5: note: Assuming that condition 'if(field_given&&*field_given&&!override)' is not redundant
osmo-ggsn-1.2.2/sgsnemu/cmdline.c:781:46: note: Null pointer dereference
osmo-ggsn-1.2.2/sgsnemu/cmdline.c:1677:48: warning: Either the condition 'if(file)' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
osmo-ggsn-1.2.2/sgsnemu/cmdline.c:1787:5: note: Assuming that condition 'if(file)' is not redundant
osmo-ggsn-1.2.2/sgsnemu/cmdline.c:1677:48: note: Null pointer dereference
osmo-ggsn-1.2.2/sgsnemu/cmdline.c:774:9: style: The scope of the variable 'string_field' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/cmdline.c:1813:6: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/cmdline.c:1815:9: style: The scope of the variable 'my_argv_arg' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/cmdline.c:1816:8: style: The scope of the variable 'additional_error' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:296:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed char *'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:485:2: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1179:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1187:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1195:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1204:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1457:5: error: printf format string requires 2 parameters but only 0 are given. [wrongPrintfScanfArgNum]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1123:4: style: Variable 'tp->tv_usec' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1122:4: note: Variable 'tp->tv_usec' is reassigned a value before the old one has been used.
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1123:4: note: Variable 'tp->tv_usec' is reassigned a value before the old one has been used.
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:255:8: style: The scope of the variable 'mstz_el' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:256:6: style: The scope of the variable 'sign' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:257:6: style: The scope of the variable 'nbquarters' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:258:6: style: The scope of the variable 'DST' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1112:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1167:18: style: The scope of the variable 'tp' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1170:6: style: The scope of the variable 'triptime' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1534:6: style: The scope of the variable 'signal_received' can be reduced. [variableScope]
osmo-ggsn-1.2.2/sgsnemu/sgsnemu.c:1538:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
osmo-ggsn-1.2.2/tests/lib/in46a_test.c:98:2: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
osmo-ggsn-1.2.2/tests/lib/ippool_test.c:56:2: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmo-hlr/osmo-hlr_0.2.1.orig.tar.xz
osmo-hlr-0.2.1/src/db.c:214:63: style: Function 'db_open' argument 3 names different: declaration 'enable_sqlite3_logging' definition 'enable_sqlite_logging'. [funcArgNamesDifferent]
osmo-hlr-0.2.1/src/db.h:41:63: note: Function 'db_open' argument 3 names different: declaration 'enable_sqlite3_logging' definition 'enable_sqlite_logging'.
osmo-hlr-0.2.1/src/db.c:214:63: note: Function 'db_open' argument 3 names different: declaration 'enable_sqlite3_logging' definition 'enable_sqlite_logging'.
osmo-hlr-0.2.1/src/db_auc.c:222:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
osmo-hlr-0.2.1/src/db_auc.c:37:51: style: Function 'db_update_sqn' argument 2 names different: declaration 'id' definition 'subscr_id'. [funcArgNamesDifferent]
osmo-hlr-0.2.1/src/db.h:51:51: note: Function 'db_update_sqn' argument 2 names different: declaration 'id' definition 'subscr_id'.
osmo-hlr-0.2.1/src/db_auc.c:37:51: note: Function 'db_update_sqn' argument 2 names different: declaration 'id' definition 'subscr_id'.
osmo-hlr-0.2.1/src/db_hlr.c:682:30: style: The scope of the variable 'luop' can be reduced. [variableScope]
osmo-hlr-0.2.1/src/gsup_server.c:189:15: style: Checking if unsigned variable 'addr_len' is less than zero. [unsignedLessThanZero]
osmo-hlr-0.2.1/src/hlr.c:262:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
osmo-hlr-0.2.1/src/hlr.c:265:4: note: Found duplicate branches for 'if' and 'else'.
osmo-hlr-0.2.1/src/hlr.c:262:2: note: Found duplicate branches for 'if' and 'else'.
osmo-hlr-0.2.1/src/hlr.c:71:11: style: The scope of the variable 'apn' can be reduced. [variableScope]
osmo-hlr-0.2.1/src/hlr_vty_subscr.c:192:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
osmo-hlr-0.2.1/src/luop.c:220:10: style: The scope of the variable 'apn' can be reduced. [variableScope]
osmo-hlr-0.2.1/tests/auc/auc_test.c:106:6: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-hlr-0.2.1/tests/auc/auc_test.c:462:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-hlr-0.2.1/tests/auc/gen_ts_55_205_test_sets/main_template.c:117:2: style: Variable 'printf' is assigned a value that is never used. [unreadVariable]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmo-iuh/osmo-iuh_0.3.0.orig.tar.xz
osmo-iuh-0.3.0/src/context_map.c:54:11: style: The scope of the variable 'id' can be reduced. [variableScope]
osmo-iuh-0.3.0/src/hnbgw_vty.c:119:6: style: Unused variable: i [unusedVariable]
osmo-iuh-0.3.0/src/tests/dummy_cn_sua.c:75:8: style: Variable 'sai' is assigned a value that is never used. [unreadVariable]
osmo-iuh-0.3.0/src/tests/dummy_cn_sua.c:76:8: style: Variable 'cur' is assigned a value that is never used. [unreadVariable]
osmo-iuh-0.3.0/src/tests/dummy_cn_sua.c:106:12: style: Variable 'ra_id' is assigned a value that is never used. [unreadVariable]
osmo-iuh-0.3.0/src/tests/dummy_cn_sua.c:111:11: style: Variable '_sai' is assigned a value that is never used. [unreadVariable]
osmo-iuh-0.3.0/src/tests/dummy_cn_sua.c:112:11: style: Variable 'sai' is assigned a value that is never used. [unreadVariable]
osmo-iuh-0.3.0/src/tests/dummy_cn_sua.c:116:8: style: Variable 'cur' is assigned a value that is never used. [unreadVariable]
osmo-iuh-0.3.0/src/tests/hnb-test-rua.c:18:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
osmo-iuh-0.3.0/src/tests/hnb-test-rua.c:35:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
osmo-iuh-0.3.0/src/tests/hnb-test.c:96:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
osmo-iuh-0.3.0/src/tests/hnb-test.c:84:10: style: Unused variable: imsi_len [unusedVariable]
osmo-iuh-0.3.0/src/tests/hnb-test.c:131:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
osmo-iuh-0.3.0/src/tests/hnb-test.c:323:6: style: Unused variable: parse_res [unusedVariable]
osmo-iuh-0.3.0/src/tests/hnb-test.c:632:25: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable]
osmo-iuh-0.3.0/src/tests/hnb-test.c:480:10: error: Uninitialized variable: rc [uninitvar]
osmo-iuh-0.3.0/src/tests/hnb-test.c:515:10: error: Uninitialized variable: rc [uninitvar]
osmo-iuh-0.3.0/src/tests/hnb-test.c:562:9: error: Uninitialized variable: rc [uninitvar]
osmo-iuh-0.3.0/src/tests/test-hnbap.c:173:6: style: Unused variable: rc [unusedVariable]
osmo-iuh-0.3.0/src/tests/test-ranap.c:87:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
osmo-iuh-0.3.0/src/tests/test-ranap.c:96:9: style: Unused variable: rc [unusedVariable]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmo-libasn1c/osmo-libasn1c_0.9.31.orig.tar.xz
osmo-libasn1c-0.9.31/src/BIT_STRING.c:95:8: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/BIT_STRING.c:90:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/BIT_STRING.c:95:8: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/BIT_STRING.c:96:14: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/BIT_STRING.c:90:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/BIT_STRING.c:96:14: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/BIT_STRING.c:134:1: style: Label 'cb_failed' is not used. [unusedLabel]
osmo-libasn1c-0.9.31/src/BMPString.c:64:7: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/BMPString.c:169:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/BMPString.c:172:31: note: Calling function 'BMPString__dump', 1st argument 'st' value is 0
osmo-libasn1c-0.9.31/src/BMPString.c:64:7: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/BMPString.c:65:8: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/BMPString.c:169:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/BMPString.c:172:31: note: Calling function 'BMPString__dump', 1st argument 'st' value is 0
osmo-libasn1c-0.9.31/src/BMPString.c:65:8: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/BOOLEAN.c:193:6: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/BOOLEAN.c:191:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/BOOLEAN.c:193:6: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/BOOLEAN.c:309:27: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/BOOLEAN.c:307:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/BOOLEAN.c:309:27: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/BOOLEAN.c:325:31: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/BOOLEAN.c:323:12: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/BOOLEAN.c:325:31: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/BOOLEAN.c:202:1: style: Label 'cb_failed' is not used. [unusedLabel]
osmo-libasn1c-0.9.31/src/GeneralizedTime.c:242:10: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/GeneralizedTime.c:238:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/GeneralizedTime.c:242:10: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/INTEGER.c:116:17: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/INTEGER.c:550:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/INTEGER.c:553:33: note: Calling function 'INTEGER__dump', 2nd argument 'st' value is 0
osmo-libasn1c-0.9.31/src/INTEGER.c:116:17: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/INTEGER.c:117:21: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/INTEGER.c:550:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/INTEGER.c:553:33: note: Calling function 'INTEGER__dump', 2nd argument 'st' value is 0
osmo-libasn1c-0.9.31/src/INTEGER.c:117:21: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/INTEGER.c:746:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
osmo-libasn1c-0.9.31/src/INTEGER.c:138:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:59:38: warning: Either the condition '!native' is redundant or there is possible null pointer dereference: native. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:57:12: note: Assuming that condition '!native' is not redundant
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:59:38: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:218:20: warning: Either the condition '!sptr' is redundant or there is possible null pointer dereference: sptr. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:207:5: note: Assuming that condition '!sptr' is not redundant
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:218:20: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:222:21: warning: Either the condition '!specs' is redundant or there is possible null pointer dereference: specs. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:208:5: note: Assuming that condition '!specs' is not redundant
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:222:21: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:228:15: warning: Either the condition '!specs' is redundant or there is possible null pointer dereference: specs. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:208:5: note: Assuming that condition '!specs' is not redundant
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:228:15: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:287:27: warning: Either the condition '!sptr' is redundant or there is possible null pointer dereference: sptr. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:276:12: note: Assuming that condition '!sptr' is not redundant
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:287:27: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:291:28: warning: Either the condition '!specs' is redundant or there is possible null pointer dereference: specs. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:277:12: note: Assuming that condition '!specs' is not redundant
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:291:28: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:297:22: warning: Either the condition '!specs' is redundant or there is possible null pointer dereference: specs. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:277:12: note: Assuming that condition '!specs' is not redundant
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:297:22: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:228:13: warning: Either the condition '!kf' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:224:5: note: Assuming that condition '!kf' is not redundant
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:228:13: note: Null pointer subtraction
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:297:20: warning: Either the condition '!kf' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:293:12: note: Assuming that condition '!kf' is not redundant
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:297:20: note: Null pointer subtraction
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:339:7: style: The scope of the variable 'scratch' can be reduced. [variableScope]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:340:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:62:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:99:5: error: Uninitialized variable: ct [uninitvar]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:154:5: error: Uninitialized variable: ct [uninitvar]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:230:5: error: Uninitialized variable: ct [uninitvar]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:236:5: error: Uninitialized variable: ct [uninitvar]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:299:12: error: Uninitialized variable: ct [uninitvar]
osmo-libasn1c-0.9.31/src/NativeEnumerated.c:305:12: error: Uninitialized variable: ct [uninitvar]
osmo-libasn1c-0.9.31/src/NativeInteger.c:228:22: warning: Either the condition '!native' is redundant or there is possible null pointer dereference: native. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeInteger.c:224:5: note: Assuming that condition '!native' is not redundant
osmo-libasn1c-0.9.31/src/NativeInteger.c:228:22: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/NativeInteger.c:318:20: warning: Either the condition '!sptr' is redundant or there is possible null pointer dereference: sptr. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeInteger.c:316:5: note: Assuming that condition '!sptr' is not redundant
osmo-libasn1c-0.9.31/src/NativeInteger.c:318:20: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/NativeInteger.c:344:20: warning: Either the condition '!sptr' is redundant or there is possible null pointer dereference: sptr. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeInteger.c:342:5: note: Assuming that condition '!sptr' is not redundant
osmo-libasn1c-0.9.31/src/NativeInteger.c:344:20: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/NativeInteger.c:366:7: style: The scope of the variable 'scratch' can be reduced. [variableScope]
osmo-libasn1c-0.9.31/src/NativeInteger.c:367:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
osmo-libasn1c-0.9.31/src/NativeReal.c:372:27: warning: Either the condition '!Dbl' is redundant or there is possible null pointer dereference: Dbl. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/NativeReal.c:370:5: note: Assuming that condition '!Dbl' is not redundant
osmo-libasn1c-0.9.31/src/NativeReal.c:372:27: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/NativeReal.c:124:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
osmo-libasn1c-0.9.31/src/OBJECT_IDENTIFIER.c:190:8: style: The scope of the variable 'p' can be reduced. [variableScope]
osmo-libasn1c-0.9.31/src/OBJECT_IDENTIFIER.c:167:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:602:8: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:594:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:602:8: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:603:14: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:594:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:603:14: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:753:8: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:750:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:753:8: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:754:14: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:750:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:754:14: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:2072:40: warning: Either the condition '!td' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:2079:5: note: Assuming that condition '!td' is not redundant
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:2072:40: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:2073:39: warning: Either the condition '!td' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:2079:5: note: Assuming that condition '!td' is not redundant
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:2073:39: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:2076:18: warning: Either the condition '!st' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:2079:12: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:2076:18: note: Null pointer addition
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:592:9: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:577:1: style: Label 'cb_failed' is not used. [unusedLabel]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:640:1: style: Label 'cb_failed' is not used. [unusedLabel]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:1398:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-libasn1c-0.9.31/src/OCTET_STRING.c:1571:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-libasn1c-0.9.31/src/REAL.c:648:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
osmo-libasn1c-0.9.31/src/REAL.c:649:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
osmo-libasn1c-0.9.31/src/REAL.c:658:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
osmo-libasn1c-0.9.31/src/REAL.c:659:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
osmo-libasn1c-0.9.31/src/REAL.c:598:15: style: The scope of the variable 'accum' can be reduced. [variableScope]
osmo-libasn1c-0.9.31/src/REAL.c:705:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
osmo-libasn1c-0.9.31/src/REAL.c:591:7: style: Unused variable: assertion_buffer1 [unusedVariable]
osmo-libasn1c-0.9.31/src/REAL.c:592:7: style: Unused variable: assertion_buffer2 [unusedVariable]
osmo-libasn1c-0.9.31/src/REAL.c:463:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
osmo-libasn1c-0.9.31/src/UTF8String.c:110:25: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
osmo-libasn1c-0.9.31/src/UTF8String.c:157:34: note: Calling function 'UTF8String__process', 2nd argument 'dst' value is 0
osmo-libasn1c-0.9.31/src/UTF8String.c:110:25: note: Null pointer addition
osmo-libasn1c-0.9.31/src/UniversalString.c:62:7: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/UniversalString.c:179:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/UniversalString.c:182:37: note: Calling function 'UniversalString__dump', 1st argument 'st' value is 0
osmo-libasn1c-0.9.31/src/UniversalString.c:62:7: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/UniversalString.c:63:8: warning: Either the condition '!st' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/UniversalString.c:179:5: note: Assuming that condition '!st' is not redundant
osmo-libasn1c-0.9.31/src/UniversalString.c:182:37: note: Calling function 'UniversalString__dump', 1st argument 'st' value is 0
osmo-libasn1c-0.9.31/src/UniversalString.c:63:8: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/ber_tlv_length.c:81:10: style: The scope of the variable 'tl' can be reduced. [variableScope]
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1143:26: warning: Possible null pointer dereference: ct [nullPointer]
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1087:12: note: Assignment 'ct=0', assigned value is 0
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1143:26: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1194:60: warning: Either the condition '!td' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1197:5: note: Assuming that condition '!td' is not redundant
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1194:60: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1244:43: warning: Either the condition '!sptr' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:367:5: note: Assuming that condition '!sptr' is not redundant
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:372:31: note: Calling function '_fetch_present_idx', 1st argument 'struct_ptr' value is 0
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1244:43: note: Null pointer addition
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:823:1: style: Label 'cb_failed' is not used. [unusedLabel]
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1240:48: style: Function '_fetch_present_idx' argument 2 names different: declaration 'off' definition 'pres_offset'. [funcArgNamesDifferent]
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:66:59: note: Function '_fetch_present_idx' argument 2 names different: declaration 'off' definition 'pres_offset'.
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1240:48: note: Function '_fetch_present_idx' argument 2 names different: declaration 'off' definition 'pres_offset'.
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1240:65: style: Function '_fetch_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'. [funcArgNamesDifferent]
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:66:68: note: Function '_fetch_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'.
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1240:65: note: Function '_fetch_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'.
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1260:24: style: Function '_set_present_idx' argument 1 names different: declaration 'sptr' definition 'struct_ptr'. [funcArgNamesDifferent]
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:67:36: note: Function '_set_present_idx' argument 1 names different: declaration 'sptr' definition 'struct_ptr'.
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1260:24: note: Function '_set_present_idx' argument 1 names different: declaration 'sptr' definition 'struct_ptr'.
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1260:40: style: Function '_set_present_idx' argument 2 names different: declaration 'offset' definition 'pres_offset'. [funcArgNamesDifferent]
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:67:46: note: Function '_set_present_idx' argument 2 names different: declaration 'offset' definition 'pres_offset'.
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1260:40: note: Function '_set_present_idx' argument 2 names different: declaration 'offset' definition 'pres_offset'.
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1260:57: style: Function '_set_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'. [funcArgNamesDifferent]
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:67:58: note: Function '_set_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'.
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1260:57: note: Function '_set_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'.
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1260:72: style: Function '_set_present_idx' argument 4 names different: declaration 'pres' definition 'present'. [funcArgNamesDifferent]
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:67:68: note: Function '_set_present_idx' argument 4 names different: declaration 'pres' definition 'present'.
osmo-libasn1c-0.9.31/src/constr_CHOICE.c:1260:72: note: Function '_set_present_idx' argument 4 names different: declaration 'pres' definition 'present'.
osmo-libasn1c-0.9.31/src/constr_SEQUENCE.c:944:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
osmo-libasn1c-0.9.31/src/constr_SEQUENCE.c:656:7: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-libasn1c-0.9.31/src/constr_SEQUENCE.c:898:1: style: Label 'cb_failed' is not used. [unusedLabel]
osmo-libasn1c-0.9.31/src/constr_SEQUENCE.c:1564:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-libasn1c-0.9.31/src/constr_SEQUENCE.c:1692:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-libasn1c-0.9.31/src/constr_SEQUENCE_OF.c:139:1: style: Label 'cb_failed' is not used. [unusedLabel]
osmo-libasn1c-0.9.31/src/constr_SEQUENCE_OF.c:169:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-libasn1c-0.9.31/src/constr_SEQUENCE_OF.c:235:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-libasn1c-0.9.31/src/constr_SET.c:1085:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
osmo-libasn1c-0.9.31/src/constr_SET.c:694:10: style: The scope of the variable 'memb_ptr2' can be reduced. [variableScope]
osmo-libasn1c-0.9.31/src/constr_SET.c:1040:1: style: Label 'cb_failed' is not used. [unusedLabel]
osmo-libasn1c-0.9.31/src/constr_SET.c:452:40: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
osmo-libasn1c-0.9.31/src/constr_SET.c:616:40: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
osmo-libasn1c-0.9.31/src/constr_SET.c:714:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-libasn1c-0.9.31/src/constr_SET.c:673:9: error: Uninitialized variable: t2m_count [uninitvar]
osmo-libasn1c-0.9.31/src/constr_SET_OF.c:783:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
osmo-libasn1c-0.9.31/src/der_encoder.c:106:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
osmo-libasn1c-0.9.31/src/der_encoder.c:129:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
osmo-libasn1c-0.9.31/src/per_encoder.c:195:7: warning: Either the condition '!td' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/per_encoder.c:185:5: note: Assuming that condition '!td' is not redundant
osmo-libasn1c-0.9.31/src/per_encoder.c:195:7: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/per_encoder.c:229:7: warning: Either the condition '!td' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
osmo-libasn1c-0.9.31/src/per_encoder.c:219:5: note: Assuming that condition '!td' is not redundant
osmo-libasn1c-0.9.31/src/per_encoder.c:229:7: note: Null pointer dereference
osmo-libasn1c-0.9.31/src/per_opentype.c:89:10: style: The scope of the variable 'chunk_bytes' can be reduced. [variableScope]
osmo-libasn1c-0.9.31/src/per_opentype.c:95:9: style: The scope of the variable 'padding' can be reduced. [variableScope]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmo-mgw/osmo-mgw_1.3.0.orig.tar.xz
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_network.c:649:7: style: The scope of the variable 'cont' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:725:6: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:256:14: warning: Possible null pointer dereference: addr [nullPointer]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:1442:70: note: Calling function 'write_response_sdp', 4th argument 'addr' value is 0
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:256:14: note: Null pointer dereference
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:256:20: warning: Possible null pointer dereference: addr [nullPointer]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:1442:70: note: Calling function 'write_response_sdp', 4th argument 'addr' value is 0
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:256:20: note: Null pointer dereference
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:74:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:76:15: style: The scope of the variable 'consumed_line' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:478:56: style: Function 'mgcp_analyze_header' argument 1 names different: declaration 'parse' definition 'pdata'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:67:56: note: Function 'mgcp_analyze_header' argument 1 names different: declaration 'parse' definition 'pdata'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:478:56: note: Function 'mgcp_analyze_header' argument 1 names different: declaration 'parse' definition 'pdata'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:554:67: style: Function 'handle_audit_endpoint' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:55:67: note: Function 'handle_audit_endpoint' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:554:67: note: Function 'handle_audit_endpoint' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:751:63: style: Function 'handle_create_con' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:56:63: note: Function 'handle_create_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:751:63: note: Function 'handle_create_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:927:63: style: Function 'handle_modify_con' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:58:63: note: Function 'handle_modify_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:927:63: note: Function 'handle_modify_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:1051:63: style: Function 'handle_delete_con' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:57:63: note: Function 'handle_delete_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:1051:63: note: Function 'handle_delete_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:1138:57: style: Function 'handle_rsip' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:59:57: note: Function 'handle_rsip' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:1138:57: note: Function 'handle_rsip' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:1164:61: style: Function 'handle_noti_req' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:60:61: note: Function 'handle_noti_req' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:1164:61: note: Function 'handle_noti_req' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:338:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:579:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_protocol.c:581:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/mgcp_sdp.c:227:9: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'int'. [invalidScanfArgType_int]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/g711common.h:64:7: style: The scope of the variable 'seg' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-legacy-mgcp/g711common.h:93:7: style: The scope of the variable 'seg' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-mgcp-client/mgcp_client.c:826:7: style: The scope of the variable 'local_ip' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-mgcp-client/mgcp_client.c:870:34: style: Checking if unsigned variable 'strlen(mgcp_msg->endpoint)' is less than zero. [unsignedLessThanZero]
osmo-mgw-1.3.0/src/libosmo-mgcp-client/mgcp_client.c:896:33: style: Checking if unsigned variable 'strlen(mgcp_msg->conn_id)' is less than zero. [unsignedLessThanZero]
osmo-mgw-1.3.0/src/libosmo-mgcp-client/mgcp_client.c:947:34: style: Checking if unsigned variable 'strlen(mgcp_msg->audio_ip)' is less than zero. [unsignedLessThanZero]
osmo-mgw-1.3.0/src/libosmo-mgcp-client/mgcp_client_fsm.c:463:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_conn.c:38:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_conn.c:40:8: style: The scope of the variable 'id_hex' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_msg.c:361:6: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_msg.c:40:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_msg.c:42:15: style: The scope of the variable 'consumed_line' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_msg.c:236:14: style: The scope of the variable 'endpoint_number_str' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_msg.c:113:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_network.c:67:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_network.c:705:7: style: The scope of the variable 'cont' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:249:2: style: Variable 'conn_bts' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:246:0: note: Variable 'conn_bts' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:249:2: note: Variable 'conn_bts' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:250:2: style: Variable 'conn_net' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:245:0: note: Variable 'conn_net' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:250:2: note: Variable 'conn_net' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:276:2: style: Variable 'conn_bts' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:273:0: note: Variable 'conn_bts' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:276:2: note: Variable 'conn_bts' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:277:2: style: Variable 'conn_net' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:272:0: note: Variable 'conn_net' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_osmux.c:277:2: note: Variable 'conn_net' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:265:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:263:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:265:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:351:67: style: Function 'handle_audit_endpoint' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:53:67: note: Function 'handle_audit_endpoint' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:351:67: note: Function 'handle_audit_endpoint' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:484:63: style: Function 'handle_create_con' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:54:63: note: Function 'handle_create_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:484:63: note: Function 'handle_create_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:727:63: style: Function 'handle_modify_con' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:56:63: note: Function 'handle_modify_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:727:63: note: Function 'handle_modify_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:909:63: style: Function 'handle_delete_con' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:55:63: note: Function 'handle_delete_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:909:63: note: Function 'handle_delete_con' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:1051:57: style: Function 'handle_rsip' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:57:57: note: Function 'handle_rsip' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:1051:57: note: Function 'handle_rsip' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:1080:61: style: Function 'handle_noti_req' argument 1 names different: declaration 'data' definition 'p'. [funcArgNamesDifferent]
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:58:61: note: Function 'handle_noti_req' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_protocol.c:1080:61: note: Function 'handle_noti_req' argument 1 names different: declaration 'data' definition 'p'.
osmo-mgw-1.3.0/src/libosmo-mgcp/mgcp_sdp.c:264:9: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'int'. [invalidScanfArgType_int]
osmo-mgw-1.3.0/src/osmo-bsc_mgcp/mgcp_main.c:150:6: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-mgw-1.3.0/src/osmo-mgw/mgw_main.c:156:6: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-mgw-1.3.0/tests/legacy_mgcp/mgcp_test.c:1145:24: style: The scope of the variable 'endp' can be reduced. [variableScope]
osmo-mgw-1.3.0/tests/legacy_mgcp/mgcp_test.c:574:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-mgw-1.3.0/tests/legacy_mgcp/mgcp_test.c:576:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-mgw-1.3.0/tests/legacy_mgcp/mgcp_test.c:579:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-mgw-1.3.0/tests/legacy_mgcp/mgcp_test.c:589:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-mgw-1.3.0/tests/legacy_mgcp/mgcp_test.c:591:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-mgw-1.3.0/tests/legacy_mgcp/mgcp_transcoding_test.c:19:0: error: #error "Requires MGCP transcoding enabled (see --enable-mgcp-transcoding)" [preprocessorErrorDirective]
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:1237:2: style: Variable 'conn' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:1215:0: note: Variable 'conn' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:1237:2: note: Variable 'conn' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:1370:2: style: Variable '_conn' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:1360:0: note: Variable '_conn' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:1370:2: note: Variable '_conn' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:1373:2: style: Variable 'conn' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:1359:0: note: Variable 'conn' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:1373:2: note: Variable 'conn' is reassigned a value before the old one has been used.
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:560:6: style: The scope of the variable 'i' can be reduced. [variableScope]
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:601:7: style: The scope of the variable 'conn_id' can be reduced. [variableScope]
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:734:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:736:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:739:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
osmo-mgw-1.3.0/tests/mgcp/mgcp_test.c:750:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmo-msc/osmo-msc_1.2.0.orig.tar.xz
osmo-msc-1.2.0/src/libmsc/a_iface.c:299:10: style: The scope of the variable 'sv' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libmsc/a_iface.c:345:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libmsc/a_iface_bssap.c:510:22: style: The scope of the variable 'rtp_addr_in' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libmsc/gsm_04_08.c:2239:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-msc-1.2.0/src/libmsc/gsm_04_08.c:2236:3: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-msc-1.2.0/src/libmsc/gsm_04_08.c:2239:3: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-msc-1.2.0/src/libmsc/gsm_04_08.c:461:13: style: The scope of the variable 'local_time' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libmsc/gsm_04_08.c:2986:35: style: The scope of the variable 'transt' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libmsc/gsm_04_08.c:3445:10: style: Checking if unsigned variable 'bin' is less than zero. [unsignedLessThanZero]
osmo-msc-1.2.0/src/libmsc/gsm_04_08.c:3607:79: style: Function 'msc_vlr_tx_cm_serv_rej' argument 2 names different: declaration 'result' definition 'cause'. [funcArgNamesDifferent]
osmo-msc-1.2.0/src/libmsc/gsm_04_08.c:647:79: note: Function 'msc_vlr_tx_cm_serv_rej' argument 2 names different: declaration 'result' definition 'cause'.
osmo-msc-1.2.0/src/libmsc/gsm_04_08.c:3607:79: note: Function 'msc_vlr_tx_cm_serv_rej' argument 2 names different: declaration 'result' definition 'cause'.
osmo-msc-1.2.0/src/libmsc/gsm_subscriber.c:151:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libmsc/msc_mgcp.c:1019:28: style: Checking if unsigned variable 'strlen(addr)' is less than zero. [unsignedLessThanZero]
osmo-msc-1.2.0/src/libmsc/msc_mgcp.c:1068:28: style: Checking if unsigned variable 'strlen(addr)' is less than zero. [unsignedLessThanZero]
osmo-msc-1.2.0/src/libmsc/osmo_msc.c:190:11: style: The scope of the variable 'mi_type' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libmsc/smpp_openbsc.c:238:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-msc-1.2.0/src/libmsc/smpp_openbsc.c:236:0: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-msc-1.2.0/src/libmsc/smpp_openbsc.c:238:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-msc-1.2.0/src/libmsc/smpp_openbsc.c:388:10: style: The scope of the variable 'c' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libmsc/smpp_openbsc.c:627:21: style: Function 'smpp_cmd_find_by_seqnum' argument 2 names different: declaration 'sequence_number' definition 'sequence_nr'. [funcArgNamesDifferent]
osmo-msc-1.2.0/src/libmsc/smpp_smsc.h:100:21: note: Function 'smpp_cmd_find_by_seqnum' argument 2 names different: declaration 'sequence_number' definition 'sequence_nr'.
osmo-msc-1.2.0/src/libmsc/smpp_openbsc.c:627:21: note: Function 'smpp_cmd_find_by_seqnum' argument 2 names different: declaration 'sequence_number' definition 'sequence_nr'.
osmo-msc-1.2.0/src/libmsc/smpp_smsc.c:275:95: style: Function 'smpp_route' argument 3 names different: declaration 'emse' definition 'pesme'. [funcArgNamesDifferent]
osmo-msc-1.2.0/src/libmsc/smpp_smsc.h:131:95: note: Function 'smpp_route' argument 3 names different: declaration 'emse' definition 'pesme'.
osmo-msc-1.2.0/src/libmsc/smpp_smsc.c:275:95: note: Function 'smpp_route' argument 3 names different: declaration 'emse' definition 'pesme'.
osmo-msc-1.2.0/src/libmsc/sms_queue.c:203:18: style: The scope of the variable 'sms' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libmsc/subscr_conn.c:183:26: style: The scope of the variable 'sr' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libmsc/transaction.c:164:9: style: The scope of the variable 'j' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libvlr/vlr.c:303:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libvlr/vlr.c:681:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-msc-1.2.0/src/libvlr/vlr_access_req_fsm.c:109:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-msc-1.2.0/src/osmo-msc/msc_main.c:231:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
osmo-msc-1.2.0/tests/db/db_test.c:169:2: style: Variable 'alice' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-msc-1.2.0/tests/db/db_test.c:166:0: note: Variable 'alice' is reassigned a value before the old one has been used.
osmo-msc-1.2.0/tests/db/db_test.c:169:2: note: Variable 'alice' is reassigned a value before the old one has been used.
osmo-msc-1.2.0/tests/db/db_test.c:229:2: style: Variable 'alice' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-msc-1.2.0/tests/db/db_test.c:225:0: note: Variable 'alice' is reassigned a value before the old one has been used.
osmo-msc-1.2.0/tests/db/db_test.c:229:2: note: Variable 'alice' is reassigned a value before the old one has been used.
osmo-msc-1.2.0/tests/msc_vlr/msc_vlr_tests.c:273:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
osmo-msc-1.2.0/tests/msc_vlr/msc_vlr_tests.c:273:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
osmo-msc-1.2.0/tests/msc_vlr/msc_vlr_tests.c:978:8: style: The scope of the variable 'nr' can be reduced. [variableScope]
osmo-msc-1.2.0/tests/sms_queue/sms_queue_test.c:95:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-msc-1.2.0/tests/sms_queue/sms_queue_test.c:120:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
osmo-msc-1.2.0/tests/sms_queue/sms_queue_test.c:120:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmo-pcu/osmo-pcu_0.5.0.orig.tar.xz
osmo-pcu-0.5.0/src/rlc.h:410:0: error: #error "Only little endian headers are supported yet. TODO: add missing structs" [preprocessorErrorDirective]
osmo-pcu-0.5.0/src/csn1.cpp:553:2: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/src/csn1.cpp:542:0: note: Variable 'Status' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/src/csn1.cpp:553:2: note: Variable 'Status' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/src/csn1.cpp:1808:9: style: Variable 'Status' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/src/csn1.cpp:1798:0: note: Variable 'Status' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/src/csn1.cpp:1808:9: note: Variable 'Status' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/src/csn1.cpp:1396:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
osmo-pcu-0.5.0/src/csn1.cpp:2643:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
osmo-pcu-0.5.0/src/csn1.cpp:381:21: style: The scope of the variable 'Status' can be reduced. [variableScope]
osmo-pcu-0.5.0/src/csn1.cpp:812:25: style: The scope of the variable 'Status' can be reduced. [variableScope]
osmo-pcu-0.5.0/src/csn1.cpp:1324:21: style: The scope of the variable 'Status' can be reduced. [variableScope]
osmo-pcu-0.5.0/src/csn1.cpp:1646:21: style: The scope of the variable 'Status' can be reduced. [variableScope]
osmo-pcu-0.5.0/src/csn1.cpp:2064:25: style: The scope of the variable 'Status' can be reduced. [variableScope]
osmo-pcu-0.5.0/src/csn1.cpp:2394:16: style: The scope of the variable 'filler' can be reduced. [variableScope]
osmo-pcu-0.5.0/src/csn1.cpp:2583:21: style: The scope of the variable 'Status' can be reduced. [variableScope]
osmo-pcu-0.5.0/src/csn1.cpp:88:37: style: Function 'csnStreamInit' argument 2 names different: declaration 'BitOffset' definition 'bit_offset'. [funcArgNamesDifferent]
osmo-pcu-0.5.0/src/csn1.h:218:41: note: Function 'csnStreamInit' argument 2 names different: declaration 'BitOffset' definition 'bit_offset'.
osmo-pcu-0.5.0/src/csn1.cpp:88:37: note: Function 'csnStreamInit' argument 2 names different: declaration 'BitOffset' definition 'bit_offset'.
osmo-pcu-0.5.0/src/csn1.cpp:88:54: style: Function 'csnStreamInit' argument 3 names different: declaration 'BitCount' definition 'remaining_bits_len'. [funcArgNamesDifferent]
osmo-pcu-0.5.0/src/csn1.h:218:56: note: Function 'csnStreamInit' argument 3 names different: declaration 'BitCount' definition 'remaining_bits_len'.
osmo-pcu-0.5.0/src/csn1.cpp:88:54: note: Function 'csnStreamInit' argument 3 names different: declaration 'BitCount' definition 'remaining_bits_len'.
osmo-pcu-0.5.0/src/csn1.cpp:1427:93: style: Function 'csnStreamEncoder' argument 4 names different: declaration 'readIndex' definition 'writeIndex'. [funcArgNamesDifferent]
osmo-pcu-0.5.0/src/csn1.h:239:93: note: Function 'csnStreamEncoder' argument 4 names different: declaration 'readIndex' definition 'writeIndex'.
osmo-pcu-0.5.0/src/csn1.cpp:1427:93: note: Function 'csnStreamEncoder' argument 4 names different: declaration 'readIndex' definition 'writeIndex'.
osmo-pcu-0.5.0/src/gprs_coding_scheme.h:207:51: style: Function 'operator==' argument 1 names different: declaration 's' definition 'scheme'. [funcArgNamesDifferent]
osmo-pcu-0.5.0/src/gprs_coding_scheme.h:76:27: note: Function 'operator==' argument 1 names different: declaration 's' definition 'scheme'.
osmo-pcu-0.5.0/src/gprs_coding_scheme.h:207:51: note: Function 'operator==' argument 1 names different: declaration 's' definition 'scheme'.
osmo-pcu-0.5.0/src/gprs_coding_scheme.h:239:28: style: Function 'get_retx_mcs' argument 2 names different: declaration 'retx_mcs' definition 'demanded_mcs'. [funcArgNamesDifferent]
osmo-pcu-0.5.0/src/gprs_coding_scheme.h:119:28: note: Function 'get_retx_mcs' argument 2 names different: declaration 'retx_mcs' definition 'demanded_mcs'.
osmo-pcu-0.5.0/src/gprs_coding_scheme.h:239:28: note: Function 'get_retx_mcs' argument 2 names different: declaration 'retx_mcs' definition 'demanded_mcs'.
osmo-pcu-0.5.0/src/gprs_coding_scheme.h:110:13: performance: Technically the member function 'GprsCodingScheme::headerTypeControl' can be static. [functionStatic]
osmo-pcu-0.5.0/src/gprs_coding_scheme.h:157:55: note: Technically the member function 'GprsCodingScheme::headerTypeControl' can be static.
osmo-pcu-0.5.0/src/gprs_coding_scheme.h:110:13: note: Technically the member function 'GprsCodingScheme::headerTypeControl' can be static.
osmo-pcu-0.5.0/src/gprs_coding_scheme.h:69:2: style: Class 'GprsCodingScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-pcu-0.5.0/src/gprs_coding_scheme.h:30:1: warning: The class 'GprsCodingScheme' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
osmo-pcu-0.5.0/src/gsm_rlcmac.cpp:2031:10: style: struct member 'Mobile_Identity_t::Length_of_Mobile_Identity_contents' is never used. [unusedStructMember]
osmo-pcu-0.5.0/src/mslot_class.c:184:21: style: The scope of the variable 'digit' can be reduced. [variableScope]
osmo-pcu-0.5.0/src/osmo-bts-sysmo/sysmo_l1_fwd.c:102:52: style: Function 'l1if_transport_open' argument 2 names different: declaration 'hdl' definition 'fl1h'. [funcArgNamesDifferent]
osmo-pcu-0.5.0/src/osmo-bts-sysmo/sysmo_l1_if.h:88:52: note: Function 'l1if_transport_open' argument 2 names different: declaration 'hdl' definition 'fl1h'.
osmo-pcu-0.5.0/src/osmo-bts-sysmo/sysmo_l1_fwd.c:102:52: note: Function 'l1if_transport_open' argument 2 names different: declaration 'hdl' definition 'fl1h'.
osmo-pcu-0.5.0/src/osmo-bts-sysmo/sysmo_l1_fwd.c:135:53: style: Function 'l1if_transport_close' argument 2 names different: declaration 'hdl' definition 'fl1h'. [funcArgNamesDifferent]
osmo-pcu-0.5.0/src/osmo-bts-sysmo/sysmo_l1_if.h:89:53: note: Function 'l1if_transport_close' argument 2 names different: declaration 'hdl' definition 'fl1h'.
osmo-pcu-0.5.0/src/osmo-bts-sysmo/sysmo_l1_fwd.c:135:53: note: Function 'l1if_transport_close' argument 2 names different: declaration 'hdl' definition 'fl1h'.
osmo-pcu-0.5.0/tests/alloc/AllocTest.cpp:712:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-pcu-0.5.0/tests/alloc/AllocTest.cpp:112:6: style: The scope of the variable 'tfi' can be reduced. [variableScope]
osmo-pcu-0.5.0/tests/alloc/AllocTest.cpp:114:10: style: The scope of the variable 'used_trx' can be reduced. [variableScope]
osmo-pcu-0.5.0/tests/alloc/AllocTest.cpp:543:7: style: The scope of the variable 'tfi2' can be reduced. [variableScope]
osmo-pcu-0.5.0/tests/alloc/MslotTest.cpp:77:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
osmo-pcu-0.5.0/tests/alloc/MslotTest.cpp:98:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
osmo-pcu-0.5.0/tests/alloc/MslotTest.cpp:44:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-pcu-0.5.0/tests/bitcomp/BitcompTest.cpp:141:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-pcu-0.5.0/tests/bitcomp/BitcompTest.cpp:131:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-pcu-0.5.0/tests/codel/codel_test.c:72:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-pcu-0.5.0/tests/codel/codel_test.c:128:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1114:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:241:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:219:7: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:241:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:255:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:242:7: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:255:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:275:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:256:7: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:275:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:296:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:277:7: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:296:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:312:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:296:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:312:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:328:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:312:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:328:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:357:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:330:7: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:357:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:374:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:358:7: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:374:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:396:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:377:7: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:396:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:421:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:399:7: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:421:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:438:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:421:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:438:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:459:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:442:7: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:459:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:481:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:464:7: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:481:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:507:2: style: Variable 'offs' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:488:7: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:507:2: note: Variable 'offs' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1182:2: style: Variable 'egprs2' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1180:0: note: Variable 'egprs2' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1182:2: note: Variable 'egprs2' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1192:2: style: Variable 'egprs2' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1182:2: note: Variable 'egprs2' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1192:2: note: Variable 'egprs2' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1291:2: style: Variable 'egprs1' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1286:0: note: Variable 'egprs1' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1291:2: note: Variable 'egprs1' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1297:2: style: Variable 'egprs1' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1291:2: note: Variable 'egprs1' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:1297:2: note: Variable 'egprs1' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:242:26: style: Same expression on both sides of '|'. [duplicateExpression]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:375:27: style: Same expression on both sides of '|'. [duplicateExpression]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:460:26: style: Same expression on both sides of '|'. [duplicateExpression]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:613:35: style: Same expression on both sides of '|'. [duplicateExpression]
osmo-pcu-0.5.0/tests/edge/EdgeTest.cpp:942:35: style: Same expression on both sides of '|'. [duplicateExpression]
osmo-pcu-0.5.0/tests/fn/FnTest.cpp:43:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-pcu-0.5.0/tests/fn/FnTest.cpp:43:2: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-pcu-0.5.0/tests/fn/FnTest.cpp:51:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-pcu-0.5.0/tests/llc/LlcTest.cpp:48:18: style: Variable 'tv' is not assigned a value. [unassignedVariable]
osmo-pcu-0.5.0/tests/llist/LListTest.cpp:38:2: style: Struct 'TestElem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-pcu-0.5.0/tests/ms/MsTest.cpp:509:2: style: Variable 'bts->cs_downgrade_threshold' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/ms/MsTest.cpp:495:2: note: Variable 'bts->cs_downgrade_threshold' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/ms/MsTest.cpp:509:2: note: Variable 'bts->cs_downgrade_threshold' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/ms/MsTest.cpp:190:7: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
osmo-pcu-0.5.0/tests/ms/MsTest.cpp:192:7: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3186:6: style: Condition 'egprs_ms_class' is always true [knownConditionTrueFalse]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3139:27: note: Assignment 'egprs_ms_class=11', assigned value is 11
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3186:6: note: Condition 'egprs_ms_class' is always true
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:460:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2075:8: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2102:8: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2191:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2191:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:912:2: style: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:857:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:912:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:965:2: style: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:912:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:965:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1026:2: style: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1002:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1026:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1054:2: style: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1026:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1054:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1078:2: style: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1054:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1078:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1102:2: style: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1078:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1102:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1130:2: style: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1102:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1130:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1154:2: style: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1130:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1154:2: note: Variable 'cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1303:2: style: Variable 'hdr3' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1300:0: note: Variable 'hdr3' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1303:2: note: Variable 'hdr3' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1386:2: style: Variable 'hdr3' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1383:0: note: Variable 'hdr3' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1386:2: note: Variable 'hdr3' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1474:2: style: Variable 'hdr3' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1471:0: note: Variable 'hdr3' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1474:2: note: Variable 'hdr3' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1635:2: style: Variable 'ms' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1630:2: note: Variable 'ms' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1635:2: note: Variable 'ms' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1808:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1806:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1808:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1810:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1808:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1810:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1812:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1810:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1812:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1814:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1812:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1814:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1816:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1814:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1816:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1818:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1816:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1818:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1820:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1818:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1820:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2348:2: style: Variable 'presreq' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2327:0: note: Variable 'presreq' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2348:2: note: Variable 'presreq' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2353:2: style: Variable 'pmsradiocap' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2328:0: note: Variable 'pmsradiocap' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2353:2: note: Variable 'pmsradiocap' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2357:2: style: Variable 'pmultislotcap' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2329:0: note: Variable 'pmultislotcap' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:2357:2: note: Variable 'pmultislotcap' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3111:2: style: Variable 'ul_tbf' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3103:0: note: Variable 'ul_tbf' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3111:2: note: Variable 'ul_tbf' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3157:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3155:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3157:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3159:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3157:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3159:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3161:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3159:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3161:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3163:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3161:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3163:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3165:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3163:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3165:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3167:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3165:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3167:2: note: Variable 'rc' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3172:2: style: Variable 'presreq' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3137:0: note: Variable 'presreq' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3172:2: note: Variable 'presreq' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3177:2: style: Variable 'pmsradiocap' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3143:0: note: Variable 'pmsradiocap' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3177:2: note: Variable 'pmsradiocap' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3181:2: style: Variable 'pmultislotcap' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3144:0: note: Variable 'pmultislotcap' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:3181:2: note: Variable 'pmultislotcap' is reassigned a value before the old one has been used.
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:527:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
osmo-pcu-0.5.0/tests/tbf/TbfTest.cpp:1628:15: style: The scope of the variable 'ms2' can be reduced. [variableScope]
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmo-trx/osmo-trx_0~20150325gitf147b17+dfsg.orig.tar.xz
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:220:43: style: Function 'encode' argument 1 names different: declaration 'encoder' definition 'coder'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:292:33: note: Function 'encode' argument 1 names different: declaration 'encoder' definition 'coder'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:220:43: note: Function 'encode' argument 1 names different: declaration 'encoder' definition 'coder'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:359:76: style: Function 'getSoftCostMetrics' argument 2 names different: declaration 'probs' definition 'matchCost'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:203:59: note: Function 'getSoftCostMetrics' argument 2 names different: declaration 'probs' definition 'matchCost'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:359:76: note: Function 'getSoftCostMetrics' argument 2 names different: declaration 'probs' definition 'matchCost'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:359:100: style: Function 'getSoftCostMetrics' argument 3 names different: declaration 'iprobs' definition 'mismatchCost'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:203:79: note: Function 'getSoftCostMetrics' argument 3 names different: declaration 'iprobs' definition 'mismatchCost'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:359:100: note: Function 'getSoftCostMetrics' argument 3 names different: declaration 'iprobs' definition 'mismatchCost'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:411:64: style: Function 'writeParityWord' argument 2 names different: declaration 'parityWordTarget' definition 'parityTarget'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:108:57: note: Function 'writeParityWord' argument 2 names different: declaration 'parityWordTarget' definition 'parityTarget'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:411:64: note: Function 'writeParityWord' argument 2 names different: declaration 'parityWordTarget' definition 'parityTarget'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:529:36: style: Function 'getEnergy' argument 1 names different: declaration 'low' definition 'plow'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:436:25: note: Function 'getEnergy' argument 1 names different: declaration 'low' definition 'plow'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:529:36: note: Function 'getEnergy' argument 1 names different: declaration 'low' definition 'plow'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:290:14: warning: Member variable 'ViterbiR2O4::mSurvivors' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:290:14: warning: Member variable 'ViterbiR2O4::mCandidates' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:152:0: style: 'Vector < char >::operator=' should return 'Vector < char > &'. [operatorEq]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:162:0: style: 'Vector < char >::operator=' should return 'Vector < char > &'. [operatorEq]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:152:0: style: 'Vector < float >::operator=' should return 'Vector < float > &'. [operatorEq]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:162:0: style: 'Vector < float >::operator=' should return 'Vector < float > &'. [operatorEq]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:162:8: performance: Technically the member function 'ViterbiR2O4::clear' can be static. [functionStatic]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:180:12: performance: Technically the member function 'ViterbiR2O4::iRate' can be static. [functionStatic]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:181:12: performance: Technically the member function 'ViterbiR2O4::cMask' can be static. [functionStatic]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:183:12: performance: Technically the member function 'ViterbiR2O4::deferral' can be static. [functionStatic]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:292:7: style: Technically the member function 'BitVector::encode' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.cpp:220:17: note: Technically the member function 'BitVector::encode' can be const.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:292:7: note: Technically the member function 'BitVector::encode' can be const.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:225:0: style: Technically the member function 'Vector < char >::fill' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:261:0: style: Technically the member function 'Vector < char >::isOwner' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:225:0: style: Technically the member function 'Vector < float >::fill' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:261:0: style: Technically the member function 'Vector < float >::isOwner' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:241:2: style: Class 'BitVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:242:2: style: Class 'BitVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:243:2: style: Class 'BitVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:248:2: style: Class 'BitVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:379:2: style: Class 'SoftVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:382:2: style: Class 'SoftVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:385:2: style: Class 'SoftVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:403:2: style: Class 'SoftVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:112:0: style: Class 'Vector < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:112:0: style: Class 'Vector < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:244:60: performance: Function parameter 'source2' should be passed by const reference. [passedByValue]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/BitVector.h:403:27: performance: Function parameter 'source' should be passed by const reference. [passedByValue]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:334:8: style: The scope of the variable 'cidr' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:383:8: style: The scope of the variable 'port' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:704:45: style: Function 'find' argument 1 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:278:31: note: Function 'find' argument 1 names different: declaration 'pattern' definition 'pat'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:704:45: note: Function 'find' argument 1 names different: declaration 'pattern' definition 'pat'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:870:43: style: Function 'addItems' argument 1 names different: declaration 's' definition 'pairs_orig'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:325:27: note: Function 'addItems' argument 1 names different: declaration 's' definition 'pairs_orig'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:870:43: note: Function 'addItems' argument 1 names different: declaration 's' definition 'pairs_orig'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:183:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:214:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:237:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:256:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:516:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:795:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:807:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:82:2: warning: Member variable 'ConfigurationRecord::mNumber' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:394:2: warning: Member variable 'ConfigurationKey::mVisibility' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:394:2: warning: Member variable 'ConfigurationKey::mType' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:394:2: warning: Member variable 'ConfigurationKey::mIsStatic' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Threads.h:133:7: style: Technically the member function 'Signal::signal' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Threads.h:135:7: style: Technically the member function 'Signal::broadcast' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Threads.h:99:2: style: Class 'ScopedLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Threads.h:158:2: style: Class 'Thread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:63:2: style: Class 'ConfigurationTableKeyNotFound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:82:2: style: Class 'ConfigurationRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:86:2: style: Class 'ConfigurationRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:92:2: style: Class 'ConfigurationRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:121:2: style: Class 'HashString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.h:127:2: style: Class 'HashString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Logger.h:107:2: style: Class 'Log' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:99:2: error: Mismatching allocation and deallocation: tmp [mismatchAllocDealloc]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:113:2: error: Mismatching allocation and deallocation: tmp [mismatchAllocDealloc]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Configuration.cpp:131:2: error: Mismatching allocation and deallocation: tmp [mismatchAllocDealloc]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Utils.h:142:42: performance: Function parameter 'input' should be passed by const reference. [passedByValue]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Utils.h:142:67: performance: Function parameter 'search' should be passed by const reference. [passedByValue]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Utils.h:142:93: performance: Function parameter 'replace' should be passed by const reference. [passedByValue]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ConfigurationTest.cpp:124:2: error: Mismatching allocation and deallocation: tmp [mismatchAllocDealloc]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ConfigurationTest.cpp:135:2: error: Mismatching allocation and deallocation: tmp [mismatchAllocDealloc]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ConfigurationTest.cpp:146:2: error: Mismatching allocation and deallocation: tmp [mismatchAllocDealloc]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/F16.h:55:2: warning: Member variable 'F16::mV' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/F16.h:81:2: style: 'F16::operator=' should return 'F16 &'. [operatorEq]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/F16.h:57:2: style: Class 'F16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/F16.h:58:2: style: Class 'F16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/F16.h:59:2: style: Class 'F16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/F16.h:45:1: warning: The class 'F16' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/InterthreadTest.cpp:69:7: style: The scope of the variable 'p' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/LinkedLists.h:38:1: style: The class 'ListNode' does not have a constructor although it has private member variables. [noConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/LinkedLists.h:75:11: performance: Technically the member function 'PointerFIFO::totalSize' can be static. [functionStatic]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Interthread.h:289:15: warning: Virtual function 'freeElement' is called from destructor '~InterthreadQueueWithWait()' at line 304. Dynamic binding is not used. [virtualCallInConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Interthread.h:304:5: note: Calling clear
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Interthread.h:297:23: note: Calling freeElement
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Interthread.h:289:15: note: freeElement is a virtual method
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Timeval.h:62:2: style: Class 'Timeval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Timeval.h:70:2: style: Class 'Timeval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Logger.cpp:225:6: warning: Member variable 'Log::mPriority' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Logger.cpp:197:22: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Reporting.cpp:109:41: style: Function 'create' argument 1 names different: declaration 'baseBame' definition 'baseName'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Reporting.h:58:26: note: Function 'create' argument 1 names different: declaration 'baseBame' definition 'baseName'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Reporting.cpp:109:41: note: Function 'create' argument 1 names different: declaration 'baseBame' definition 'baseName'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Reporting.cpp:128:38: style: Function 'max' argument 1 names different: declaration 'paramName' definition 'baseName'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Reporting.h:70:23: note: Function 'max' argument 1 names different: declaration 'paramName' definition 'baseName'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Reporting.cpp:128:38: note: Function 'max' argument 1 names different: declaration 'paramName' definition 'baseName'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Reporting.cpp:136:40: style: Function 'clear' argument 1 names different: declaration 'paramName' definition 'baseName'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Reporting.h:76:25: note: Function 'clear' argument 1 names different: declaration 'paramName' definition 'baseName'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Reporting.cpp:136:40: note: Function 'clear' argument 1 names different: declaration 'paramName' definition 'baseName'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Reporting.h:52:2: style: Class 'ReportingTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:142:41: style: Function 'write' argument 1 names different: declaration 'buffer' definition 'message'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:81:26: note: Function 'write' argument 1 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:142:41: note: Function 'write' argument 1 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:151:45: style: Function 'writeBack' argument 1 names different: declaration 'buffer' definition 'message'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:96:29: note: Function 'writeBack' argument 1 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:151:45: note: Function 'writeBack' argument 1 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:162:41: style: Function 'write' argument 1 names different: declaration 'buffer' definition 'message'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:88:26: note: Function 'write' argument 1 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:162:41: note: Function 'write' argument 1 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:168:45: style: Function 'writeBack' argument 1 names different: declaration 'buffer' definition 'message'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:103:29: note: Function 'writeBack' argument 1 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:168:45: note: Function 'writeBack' argument 1 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:176:68: style: Function 'send' argument 2 names different: declaration 'buffer' definition 'message'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:123:53: note: Function 'send' argument 2 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:176:68: note: Function 'send' argument 2 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:184:68: style: Function 'send' argument 2 names different: declaration 'buffer' definition 'message'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:126:53: note: Function 'send' argument 2 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:184:68: note: Function 'send' argument 2 names different: declaration 'buffer' definition 'message'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:230:37: style: Function 'UDPSocket' argument 1 names different: declaration 'localPort' definition 'wSrcPort'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:147:28: note: Function 'UDPSocket' argument 1 names different: declaration 'localPort' definition 'wSrcPort'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:230:37: note: Function 'UDPSocket' argument 1 names different: declaration 'localPort' definition 'wSrcPort'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:237:37: style: Function 'UDPSocket' argument 1 names different: declaration 'localPort' definition 'wSrcPort'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:150:29: note: Function 'UDPSocket' argument 1 names different: declaration 'localPort' definition 'wSrcPort'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:237:37: note: Function 'UDPSocket' argument 1 names different: declaration 'localPort' definition 'wSrcPort'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:238:26: style: Function 'UDPSocket' argument 2 names different: declaration 'remoteIP' definition 'wDestIP'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:151:17: note: Function 'UDPSocket' argument 2 names different: declaration 'remoteIP' definition 'wDestIP'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:238:26: note: Function 'UDPSocket' argument 2 names different: declaration 'remoteIP' definition 'wDestIP'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:238:50: style: Function 'UDPSocket' argument 3 names different: declaration 'remotePort' definition 'wDestPort'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:151:42: note: Function 'UDPSocket' argument 3 names different: declaration 'remotePort' definition 'wDestPort'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:238:50: note: Function 'UDPSocket' argument 3 names different: declaration 'remotePort' definition 'wDestPort'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:108:17: warning: Member variable 'DatagramSocket::mSocketFD' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:108:17: warning: Member variable 'DatagramSocket::mSource' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:177:7: style: Technically the member function 'UDDSocket::destination' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.cpp:328:17: note: Technically the member function 'UDDSocket::destination' can be const.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:177:7: note: Technically the member function 'UDDSocket::destination' can be const.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:147:2: style: Class 'UDPSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:165:9: style: The function 'addressSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:73:17: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:165:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:184:9: style: The function 'addressSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:73:17: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Sockets.h:184:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Timeval.cpp:32:31: style: Function 'future' argument 1 names different: declaration 'ms' definition 'offset'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Timeval.h:53:23: note: Function 'future' argument 1 names different: declaration 'ms' definition 'offset'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Timeval.cpp:32:31: note: Function 'future' argument 1 names different: declaration 'ms' definition 'offset'.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/MemoryLeak.h:60:7: style: Technically the member function 'Utils::MemStats::text' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Utils.cpp:39:16: note: Technically the member function 'Utils::MemStats::text' can be const.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/MemoryLeak.h:60:7: note: Technically the member function 'Utils::MemStats::text' can be const.
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:58:1: style: Struct 'Int_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:59:1: style: Struct 'Char_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:60:1: style: Struct 'Int16_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:61:1: style: Struct 'Int32_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:62:1: style: Struct 'UInt_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:63:1: style: Struct 'UChar_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:64:1: style: Struct 'UInt16_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:65:1: style: Struct 'UInt32_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:66:1: style: Struct 'Size_t_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:73:2: style: Struct 'Bool_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:80:2: style: Struct 'Float_z' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:84:2: style: Struct 'Double_z' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:101:2: style: Class 'Field_i' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:112:2: style: Class 'Field_z' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:123:2: style: Class 'Field' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:102:11: style: The function 'getWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:91:19: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:102:11: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:103:11: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:90:19: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:103:11: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:113:11: style: The function 'getWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:91:19: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:113:11: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:114:11: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:90:19: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:114:11: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:124:11: style: The function 'getWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:91:19: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:124:11: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:125:11: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:90:19: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/ScalarTypes.h:125:11: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Utils.cpp:193:42: performance: Function parameter 'input' should be passed by const reference. [passedByValue]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Utils.cpp:193:67: performance: Function parameter 'search' should be passed by const reference. [passedByValue]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Utils.cpp:193:93: performance: Function parameter 'replace' should be passed by const reference. [passedByValue]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:152:0: style: 'Vector < int >::operator=' should return 'Vector < int > &'. [operatorEq]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:162:0: style: 'Vector < int >::operator=' should return 'Vector < int > &'. [operatorEq]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:225:0: style: Technically the member function 'Vector < int >::fill' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:261:0: style: Technically the member function 'Vector < int >::isOwner' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/CommonLibs/Vector.h:112:0: style: Class 'Vector < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/GSM/GSMCommon.cpp:69:51: style: Function 'operator<<' argument 2 names different: declaration 'ts' definition 't'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/GSM/GSMCommon.h:241:56: note: Function 'operator<<' argument 2 names different: declaration 'ts' definition 't'.
osmo-trx-0~20150325gitf147b17+dfsg/GSM/GSMCommon.cpp:69:51: note: Function 'operator<<' argument 2 names different: declaration 'ts' definition 't'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Resampler.cpp:204:22: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Resampler.cpp:172:6: style: The scope of the variable 'n' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Resampler.cpp:172:9: style: The scope of the variable 'path' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Resampler.cpp:204:17: style: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator. [comparisonOfFuncReturningBoolError]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Resampler.h:60:9: style: Technically the member function 'Resampler::len' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Resampler.cpp:219:19: note: Technically the member function 'Resampler::len' can be const.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Resampler.h:60:9: note: Technically the member function 'Resampler::len' can be const.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Resampler.cpp:64:3: error: Mismatching allocation and deallocation: proto [mismatchAllocDealloc]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:587:7: style: Condition 'needDFE' is always false [knownConditionTrueFalse]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:582:18: note: Assignment 'needDFE=false', assigned value is 0
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:587:7: note: Condition 'needDFE' is always false
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:605:7: style: Condition 'needDFE' is always false [knownConditionTrueFalse]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:582:18: note: Assignment 'needDFE=false', assigned value is 0
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:605:7: note: Condition 'needDFE' is always false
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:754:7: style: Condition 'equalize' is always false [knownConditionTrueFalse]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:663:19: note: Assignment 'equalize=false', assigned value is 0
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:754:7: note: Condition 'equalize' is always false
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:894:5: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:896:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:898:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:902:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:779:3: style: Variable 'msgLen' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:776:0: note: Variable 'msgLen' is reassigned a value before the old one has been used.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:779:3: note: Variable 'msgLen' is reassigned a value before the old one has been used.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:992:3: style: Variable 'rxBurst' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:983:0: note: Variable 'rxBurst' is reassigned a value before the old one has been used.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:992:3: note: Variable 'rxBurst' is reassigned a value before the old one has been used.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:194:7: style: The scope of the variable 'd_srcport' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:194:18: style: The scope of the variable 'd_dstport' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:194:29: style: The scope of the variable 'c_srcport' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:194:40: style: The scope of the variable 'c_dstport' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:393:7: style: The scope of the variable 'TN' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:393:11: style: The scope of the variable 'modFN' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:472:14: style: The scope of the variable 'sdcch4_subslot' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:474:14: style: The scope of the variable 'sdcch8_subslot' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:985:10: style: The scope of the variable 'dBm' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:987:7: style: The scope of the variable 'TOAint' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:895:21: style: Checking if unsigned variable 'TSC' is less than zero. This might be a false warning. [unsignedLessThanZero]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:145:38: style: Function 'Transceiver' argument 2 names different: declaration 'TRXAddress' definition 'wTRXAddress'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.h:100:27: note: Function 'Transceiver' argument 2 names different: declaration 'TRXAddress' definition 'wTRXAddress'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:145:38: note: Function 'Transceiver' argument 2 names different: declaration 'TRXAddress' definition 'wTRXAddress'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:146:46: style: Function 'Transceiver' argument 4 names different: declaration 'chans' definition 'wChans'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.h:101:35: note: Function 'Transceiver' argument 4 names different: declaration 'chans' definition 'wChans'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:146:46: note: Function 'Transceiver' argument 4 names different: declaration 'chans' definition 'wChans'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:47:19: warning: Member variable 'TransceiverState::SNRestimate' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:47:19: warning: Member variable 'TransceiverState::chanRespOffset' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:144:14: warning: Member variable 'Transceiver::mRxLowerLoopThread' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:144:14: warning: Member variable 'Transceiver::mTxLowerLoopThread' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/signalVector.h:31:2: style: 'signalVector::operator=' should return 'signalVector &'. [operatorEq]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/signalVector.h:16:2: style: Class 'signalVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioVector.h:51:2: style: Class 'noiseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Complex.h:40:0: style: Class 'Complex < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Complex.h:49:0: style: Class 'Complex < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Complex.h:50:0: style: Class 'Complex < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Complex.h:29:0: warning: The class 'Complex < float >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:161:8: style: The function 'pushBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:73:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:161:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:162:8: style: The function 'pullBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:76:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:162:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:170:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:85:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:170:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:171:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:86:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:171:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:181:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:85:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:181:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:182:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:86:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:182:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:183:8: style: The function 'tuneRx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:109:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:183:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:194:8: style: The function 'pullBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:76:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:194:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:789:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:816:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:823:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:831:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:838:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:854:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:861:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:870:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:882:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:894:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:909:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/Transceiver.cpp:924:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:827:9: style: The scope of the variable 'num_smpls' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:499:39: style: Function 'set_master_clk' argument 1 names different: declaration 'rate' definition 'clk_rate'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:373:28: note: Function 'set_master_clk' argument 1 names different: declaration 'rate' definition 'clk_rate'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:499:39: note: Function 'set_master_clk' argument 1 names different: declaration 'rate' definition 'clk_rate'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1120:52: style: Function 'select_freq' argument 1 names different: declaration 'wFreq' definition 'freq'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:382:41: note: Function 'select_freq' argument 1 names different: declaration 'wFreq' definition 'freq'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1120:52: note: Function 'select_freq' argument 1 names different: declaration 'wFreq' definition 'freq'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1382:48: style: Function 'avail_smpls' argument 1 names different: declaration 'timestamp' definition 'timespec'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:235:39: note: Function 'avail_smpls' argument 1 names different: declaration 'timestamp' definition 'timespec'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1382:48: note: Function 'avail_smpls' argument 1 names different: declaration 'timestamp' definition 'timespec'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1428:64: style: Function 'read' argument 3 names different: declaration 'timestamp' definition 'ts'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:244:55: note: Function 'read' argument 3 names different: declaration 'timestamp' definition 'ts'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1428:64: note: Function 'read' argument 3 names different: declaration 'timestamp' definition 'ts'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1485:65: style: Function 'write' argument 3 names different: declaration 'timestamp' definition 'ts'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:246:56: note: Function 'write' argument 3 names different: declaration 'timestamp' definition 'ts'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1485:65: note: Function 'write' argument 3 names different: declaration 'timestamp' definition 'ts'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1176:22: style: Unused variable: freqs [unusedVariable]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:430:13: warning: Member variable 'uhd_device::tx_window' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:430:13: warning: Member variable 'uhd_device::dev_type' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:430:13: warning: Member variable 'uhd_device::tx_rate' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:430:13: warning: Member variable 'uhd_device::rx_rate' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:430:13: warning: Member variable 'uhd_device::async_event_thrd' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:379:14: performance: Technically the member function 'uhd_device::str_code' can be static. [functionStatic]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1291:25: note: Technically the member function 'uhd_device::str_code' can be static.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:379:14: note: Technically the member function 'uhd_device::str_code' can be static.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:380:14: performance: Technically the member function 'uhd_device::str_code' can be static. [functionStatic]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1327:25: note: Technically the member function 'uhd_device::str_code' can be static.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:380:14: note: Technically the member function 'uhd_device::str_code' can be static.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1364:2: style: Class 'smpl_buf' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:1364:2: style: Class 'smpl_buf' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:291:6: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:44:15: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:291:6: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:292:7: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:49:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:292:7: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:293:7: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:52:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:293:7: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:295:7: style: The function 'setPriority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:58:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:295:7: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:296:20: style: The function 'getWindowType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:55:29: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:296:20: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:298:6: style: The function 'readSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:70:15: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:298:6: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:301:6: style: The function 'writeSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:82:15: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:301:6: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:304:7: style: The function 'updateAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:86:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:304:7: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:306:7: style: The function 'setTxFreq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:89:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:306:7: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:307:7: style: The function 'setRxFreq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:92:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:307:7: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:309:19: style: The function 'initialWriteTimestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:95:21: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:309:19: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:310:19: style: The function 'initialReadTimestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:98:21: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:310:19: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:312:9: style: The function 'fullScaleInputValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:101:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:312:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:313:9: style: The function 'fullScaleOutputValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:104:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:313:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:315:9: style: The function 'setRxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:107:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:315:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:316:9: style: The function 'getRxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:110:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:316:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:317:9: style: The function 'maxRxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:113:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:317:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:318:9: style: The function 'minRxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:116:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:318:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:320:9: style: The function 'setTxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:119:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:320:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:321:9: style: The function 'maxTxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:122:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:321:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:322:9: style: The function 'minTxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:125:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:322:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:324:9: style: The function 'getTxFreq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:128:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:324:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:325:9: style: The function 'getRxFreq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:129:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:325:9: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:328:16: style: The function 'getSampleRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:130:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:328:16: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:329:16: style: The function 'numberRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:131:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:329:16: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:330:16: style: The function 'numberWritten' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:132:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/UHDDevice.cpp:330:16: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:319:51: style: Function 'readSamples' argument 1 names different: declaration 'buf' definition 'bufs'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:125:41: note: Function 'readSamples' argument 1 names different: declaration 'buf' definition 'bufs'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:319:51: note: Function 'readSamples' argument 1 names different: declaration 'buf' definition 'bufs'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:62:43: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::desiredSampleRate' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::samplesRead' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::samplesWritten' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::started' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::skipRx' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::data' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::dataStart' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::dataEnd' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::timeStart' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::timeEnd' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::isAligned' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::currData' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::currTimestamp' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::currLen' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::timestampOffset' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::latestWriteTimestamp' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::pingTimestamp' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::hi32Timestamp' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.cpp:62:13: warning: Member variable 'USRPDevice::lastPktTimestamp' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:102:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:44:15: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:102:7: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:105:8: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:49:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:105:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:108:8: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:52:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:108:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:111:8: style: The function 'setPriority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:58:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:111:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:113:21: style: The function 'getWindowType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:55:29: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:113:21: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:125:7: style: The function 'readSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:70:15: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:125:7: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:137:7: style: The function 'writeSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:82:15: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:137:7: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:141:8: style: The function 'updateAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:86:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:141:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:144:8: style: The function 'setTxFreq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:89:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:144:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:147:8: style: The function 'setRxFreq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:92:16: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:147:8: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:150:13: style: The function 'initialWriteTimestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:95:21: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:150:13: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:153:13: style: The function 'initialReadTimestamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:98:21: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:153:13: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:156:10: style: The function 'fullScaleInputValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:101:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:156:10: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:159:10: style: The function 'fullScaleOutputValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:104:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:159:10: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:162:10: style: The function 'setRxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:107:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:162:10: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:165:10: style: The function 'getRxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:110:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:165:10: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:168:10: style: The function 'maxRxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:113:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:168:10: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:171:10: style: The function 'minRxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:116:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:171:10: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:174:10: style: The function 'setTxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:119:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:174:10: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:177:10: style: The function 'maxTxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:122:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:177:10: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:180:10: style: The function 'minTxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:125:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:180:10: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:183:17: style: The function 'getTxFreq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:128:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:183:17: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:184:17: style: The function 'getRxFreq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:129:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:184:17: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:185:17: style: The function 'getSampleRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:130:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:185:17: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:186:17: style: The function 'numberRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:131:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:186:17: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:187:17: style: The function 'numberWritten' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioDevice.h:132:18: note: Virtual function in base class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/USRPDevice.h:187:17: note: Function in derived class
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/convolve.c:96:6: style: Condition 'conv_func' is always false [knownConditionTrueFalse]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/convolve.c:68:54: note: Assignment 'conv_func=NULL', assigned value is 0
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/convolve.c:96:6: note: Condition 'conv_func' is always false
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/convolve.c:128:6: style: Condition 'conv_func' is always false [knownConditionTrueFalse]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/convolve.c:117:59: note: Assignment 'conv_func=NULL', assigned value is 0
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/convolve.c:128:6: note: Condition 'conv_func' is always false
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/mult.c:32:8: style: The scope of the variable 'ai' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/mult.c:32:12: style: The scope of the variable 'aq' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/mult.c:32:16: style: The scope of the variable 'bi' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/mult.c:32:20: style: The scope of the variable 'bq' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/scale.c:32:8: style: The scope of the variable 'ai' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/arm/scale.c:32:12: style: The scope of the variable 'aq' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/osmo-trx.cpp:373:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/osmo-trx.cpp:379:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/osmo-trx.cpp:244:14: style: The scope of the variable 'fifo' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:353:10: style: The scope of the variable 'output' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:38:36: style: Function 'RadioInterface' argument 5 names different: declaration 'receiveOffset' definition 'wReceiveOffset'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:91:22: note: Function 'RadioInterface' argument 5 names different: declaration 'receiveOffset' definition 'wReceiveOffset'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:38:36: note: Function 'RadioInterface' argument 5 names different: declaration 'receiveOffset' definition 'wReceiveOffset'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:133:15: style: Function 'radioifyVector' argument 2 names different: declaration 'floatVector' definition 'retVector'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:66:29: note: Function 'radioifyVector' argument 2 names different: declaration 'floatVector' definition 'retVector'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:133:15: note: Function 'radioifyVector' argument 2 names different: declaration 'floatVector' definition 'retVector'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:147:24: style: Function 'unRadioifyVector' argument 2 names different: declaration 'wVector' definition 'newVector'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:70:58: note: Function 'unRadioifyVector' argument 2 names different: declaration 'wVector' definition 'newVector'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:147:24: note: Function 'unRadioifyVector' argument 2 names different: declaration 'wVector' definition 'newVector'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:36:17: warning: Member variable 'RadioInterface::writeTimestamp' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:36:17: warning: Member variable 'RadioInterface::readTimestamp' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:65:7: performance: Technically the member function 'RadioInterface::radioifyVector' can be static. [functionStatic]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:132:21: note: Technically the member function 'RadioInterface::radioifyVector' can be static.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:65:7: note: Technically the member function 'RadioInterface::radioifyVector' can be static.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:70:7: style: Technically the member function 'RadioInterface::unRadioifyVector' can be const. [functionConst]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:146:21: note: Technically the member function 'RadioInterface::unRadioifyVector' can be const.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:70:7: note: Technically the member function 'RadioInterface::unRadioifyVector' can be const.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:86:16: warning: Virtual function 'close' is called from destructor '~RadioInterface()' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.cpp:48:3: note: Calling close
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:86:16: note: close is a virtual method
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterfaceDiversity.cpp:181:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterfaceDiversity.cpp:182:24: style: The scope of the variable 'base' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterfaceDiversity.cpp:183:9: style: The scope of the variable 'in' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterfaceDiversity.cpp:183:14: style: The scope of the variable 'out' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterfaceResamp.cpp:259:20: style: Unsigned variable 'sendCursor' can't be negative so it is unnecessary to test it. [unsignedPositive]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterfaceResamp.cpp:59:16: style: Function 'RadioInterfaceResamp' argument 2 names different: declaration 'wSPS' definition 'sps'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterface.h:166:52: note: Function 'RadioInterfaceResamp' argument 2 names different: declaration 'wSPS' definition 'sps'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioInterfaceResamp.cpp:59:16: note: Function 'RadioInterfaceResamp' argument 2 names different: declaration 'wSPS' definition 'sps'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioVector.cpp:24:37: style: Function 'radioVector' argument 1 names different: declaration 'wTime' definition 'time'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioVector.h:31:25: note: Function 'radioVector' argument 1 names different: declaration 'wTime' definition 'time'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/radioVector.cpp:24:37: note: Function 'radioVector' argument 1 names different: declaration 'wTime' definition 'time'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:940:20: style: Condition 'whole>=0' is always true [knownConditionTrueFalse]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:600:5: warning: Either the condition 'y==NULL' is redundant or there is possible null pointer dereference: y. [nullPointerRedundantCheck]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:601:10: note: Assuming that condition 'y==NULL' is not redundant
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:600:5: note: Null pointer dereference
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:490:32: style: C-style pointer casting [cstyleCast]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:544:32: style: C-style pointer casting [cstyleCast]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:878:12: style: C-style pointer casting [cstyleCast]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1179:10: style: C-style pointer casting [cstyleCast]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1242:10: style: C-style pointer casting [cstyleCast]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1229:3: style: Variable 'seq0' is reassigned a value before the old one has been used. [redundantAssignment]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1225:0: note: Variable 'seq0' is reassigned a value before the old one has been used.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1229:3: note: Variable 'seq0' is reassigned a value before the old one has been used.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:751:32: style: Same expression on both sides of '^'. [duplicateExpression]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:518:9: style: The scope of the variable 'arg' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:518:14: style: The scope of the variable 'avg' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:518:19: style: The scope of the variable 'center' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:836:9: style: The scope of the variable 'x' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:867:12: style: The scope of the variable 'data' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:871:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:907:14: style: The scope of the variable 'index' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:909:17: style: The scope of the variable 'h' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1004:9: style: The scope of the variable 'val' can be reduced. [variableScope]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1321:20: style: Checking if unsigned variable 'windowLength' is less than zero. This might be a false warning. [unsignedLessThanZero]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1487:12: style: Checking if unsigned variable 'tsc' is less than zero. This might be a false warning. [unsignedLessThanZero]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:370:44: style: Function 'convolve' argument 1 names different: declaration 'a' definition 'x'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:64:44: note: Function 'convolve' argument 1 names different: declaration 'a' definition 'x'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:370:44: note: Function 'convolve' argument 1 names different: declaration 'a' definition 'x'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:371:45: style: Function 'convolve' argument 2 names different: declaration 'b' definition 'h'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:64:67: note: Function 'convolve' argument 2 names different: declaration 'b' definition 'h'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:371:45: note: Function 'convolve' argument 2 names different: declaration 'b' definition 'h'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:372:39: style: Function 'convolve' argument 3 names different: declaration 'c' definition 'y'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:65:38: note: Function 'convolve' argument 3 names different: declaration 'c' definition 'y'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:372:39: note: Function 'convolve' argument 3 names different: declaration 'c' definition 'y'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1453:19: style: Function 'detectRACHBurst' argument 2 names different: declaration 'detectThreshold' definition 'thresh'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:193:27: note: Function 'detectRACHBurst' argument 2 names different: declaration 'detectThreshold' definition 'thresh'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1453:19: note: Function 'detectRACHBurst' argument 2 names different: declaration 'detectThreshold' definition 'thresh'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1455:22: style: Function 'detectRACHBurst' argument 4 names different: declaration 'amplitude' definition 'amp'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:195:30: note: Function 'detectRACHBurst' argument 4 names different: declaration 'amplitude' definition 'amp'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1455:22: note: Function 'detectRACHBurst' argument 4 names different: declaration 'amplitude' definition 'amp'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1456:20: style: Function 'detectRACHBurst' argument 5 names different: declaration 'TOA' definition 'toa'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:196:28: note: Function 'detectRACHBurst' argument 5 names different: declaration 'TOA' definition 'toa'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1456:20: note: Function 'detectRACHBurst' argument 5 names different: declaration 'TOA' definition 'toa'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1480:57: style: Function 'analyzeTrafficBurst' argument 2 names different: declaration 'TSC' definition 'tsc'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:213:34: note: Function 'analyzeTrafficBurst' argument 2 names different: declaration 'TSC' definition 'tsc'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1480:57: note: Function 'analyzeTrafficBurst' argument 2 names different: declaration 'TSC' definition 'tsc'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1480:68: style: Function 'analyzeTrafficBurst' argument 3 names different: declaration 'detectThreshold' definition 'thresh'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:214:31: note: Function 'analyzeTrafficBurst' argument 3 names different: declaration 'detectThreshold' definition 'thresh'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1480:68: note: Function 'analyzeTrafficBurst' argument 3 names different: declaration 'detectThreshold' definition 'thresh'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1481:43: style: Function 'analyzeTrafficBurst' argument 5 names different: declaration 'amplitude' definition 'amp'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:216:34: note: Function 'analyzeTrafficBurst' argument 5 names different: declaration 'amplitude' definition 'amp'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1481:43: note: Function 'analyzeTrafficBurst' argument 5 names different: declaration 'amplitude' definition 'amp'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1481:55: style: Function 'analyzeTrafficBurst' argument 6 names different: declaration 'TOA' definition 'toa'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:217:32: note: Function 'analyzeTrafficBurst' argument 6 names different: declaration 'TOA' definition 'toa'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1481:55: note: Function 'analyzeTrafficBurst' argument 6 names different: declaration 'TOA' definition 'toa'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1481:69: style: Function 'analyzeTrafficBurst' argument 7 names different: declaration 'maxTOA' definition 'max_toa'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:218:34: note: Function 'analyzeTrafficBurst' argument 7 names different: declaration 'maxTOA' definition 'max_toa'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1481:69: note: Function 'analyzeTrafficBurst' argument 7 names different: declaration 'maxTOA' definition 'max_toa'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1482:30: style: Function 'analyzeTrafficBurst' argument 8 names different: declaration 'requestChannel' definition 'chan_req'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:219:30: note: Function 'analyzeTrafficBurst' argument 8 names different: declaration 'requestChannel' definition 'chan_req'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1482:30: note: Function 'analyzeTrafficBurst' argument 8 names different: declaration 'requestChannel' definition 'chan_req'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1482:55: style: Function 'analyzeTrafficBurst' argument 9 names different: declaration 'channelResponse' definition 'chan'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:220:40: note: Function 'analyzeTrafficBurst' argument 9 names different: declaration 'channelResponse' definition 'chan'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1482:55: note: Function 'analyzeTrafficBurst' argument 9 names different: declaration 'channelResponse' definition 'chan'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1482:68: style: Function 'analyzeTrafficBurst' argument 10 names different: declaration 'channelResponseOffset' definition 'chan_offset'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.h:221:32: note: Function 'analyzeTrafficBurst' argument 10 names different: declaration 'channelResponseOffset' definition 'chan_offset'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1482:68: note: Function 'analyzeTrafficBurst' argument 10 names different: declaration 'channelResponseOffset' definition 'chan_offset'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:214:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:335:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:341:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:359:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:365:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:644:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:650:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:667:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:974:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1088:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1094:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1108:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1123:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1138:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1554:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1582:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1595:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1596:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1597:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1633:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1648:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1688:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1693:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1694:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1702:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1703:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1704:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:1712:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/sigProcLib.cpp:73:3: warning: Member variable 'CorrelationSequence::toa' is not initialized in the constructor. [uninitMemberVar]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/signalVector.cpp:68:32: style: Function 'isReal' argument 1 names different: declaration 'real' definition 'wOnly'. [funcArgNamesDifferent]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/signalVector.h:40:19: note: Function 'isReal' argument 1 names different: declaration 'real' definition 'wOnly'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/signalVector.cpp:68:32: note: Function 'isReal' argument 1 names different: declaration 'real' definition 'wOnly'.
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/x86/convolve.c:566:12: style: Expression is always false because 'else if' condition matches previous condition at line 563. [multiCondition]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/x86/convolve.c:563:6: style: Condition 'conv_func' is always false [knownConditionTrueFalse]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/x86/convolve.c:530:22: note: Assignment 'conv_func=NULL', assigned value is 0
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/x86/convolve.c:563:6: note: Condition 'conv_func' is always false
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/x86/convolve.c:566:13: style: Condition 'conv_func_n' is always false [knownConditionTrueFalse]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/x86/convolve.c:532:29: note: Assignment 'conv_func_n=NULL', assigned value is 0
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/x86/convolve.c:566:13: note: Condition 'conv_func_n' is always false
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/x86/convolve.c:602:6: style: Condition 'conv_func' is always false [knownConditionTrueFalse]
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/x86/convolve.c:587:27: note: Assignment 'conv_func=NULL', assigned value is 0
osmo-trx-0~20150325gitf147b17+dfsg/Transceiver52M/x86/convolve.c:602:6: note: Condition 'conv_func' is always false
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osmose-emulator/osmose-emulator_1.2.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/o/osmosis/osmosis_0.46.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/osmpbf/osmpbf_1.3.3.orig.tar.gz
[14:34]

ftp://ftp.se.debian.org/debian/pool/main/o/osptoolkit/osptoolkit_4.13.0.orig.tar.gz
TK-4_13_0-20161107/enroll/osptnep.c:210:9: style: The scope of the variable 'inputStringLen' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnep.c:213:9: style: The scope of the variable 'inputStringIndex' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnep.c:271:10: style: The scope of the variable 'nextArg' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnep.c:274:9: style: The scope of the variable 'argvIndex' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnep.c:276:9: style: The scope of the variable 'len' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnep.c:277:30: style: The scope of the variable 'buf2' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnep.c:278:33: style: The scope of the variable 'Reqbuf2' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnep.c:558:14: style: The scope of the variable 'columnsPerLine' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnep.c:561:14: style: The scope of the variable 'printIndex' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnep.c:567:14: style: The scope of the variable 'outputText' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnep.c:488:51: style: Checking if unsigned variable 'ospvCertLen' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnep.c:572:61: style: Checking if unsigned variable 'ospvTextBlockLen' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1621:9: style: The scope of the variable 'bytesToBeFilled' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1624:9: style: The scope of the variable 'numBytesCreated' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1627:9: style: The scope of the variable 'bytesToCopy' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1630:9: style: The scope of the variable 'bytesRemainingToFill' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1633:9: style: The scope of the variable 'seed' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1811:14: style: The scope of the variable 'srcStrIndex' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1814:9: style: The scope of the variable 'destStrIndex' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1817:14: style: The scope of the variable 'nextChar' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1871:9: style: The scope of the variable 'strIndex' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1928:9: style: The scope of the variable 'strIndex' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnepenroll.c:220:132: style: Checking if unsigned variable 'ospvEnrollParamsIn->CACertB64Len' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnepenroll.c:968:89: style: Checking if unsigned variable 'certReqBinaryLen' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1143:89: style: Checking if unsigned variable 'ospvEnrollParamsIn->NonceLen' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1148:100: style: Checking if unsigned variable 'ospvEnrollParamsIn->NonceLen' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1324:94: style: Checking if unsigned variable 'ospvNonceLenIn' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1360:98: style: Checking if unsigned variable '*ospvNonceLenOut' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1427:43: style: Checking if unsigned variable 'ospvEnrollParamsIn->NonceLen' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnepenroll.c:1646:102: style: Checking if unsigned variable 'ospvBytesRequest' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnepenroll.c:302:32: style: Function 'OSPPEnrollDevice' argument 1 names different: declaration 'ospvCommMgr' definition 'ospvCommMgrIn'. [funcArgNamesDifferent]
TK-4_13_0-20161107/enroll/osptnepenroll.h:122:32: note: Function 'OSPPEnrollDevice' argument 1 names different: declaration 'ospvCommMgr' definition 'ospvCommMgrIn'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:302:32: note: Function 'OSPPEnrollDevice' argument 1 names different: declaration 'ospvCommMgr' definition 'ospvCommMgrIn'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:303:20: style: Function 'OSPPEnrollDevice' argument 2 names different: declaration 'ospvEnrollMsg' definition 'ospvEnrollMsgIn'. [funcArgNamesDifferent]
TK-4_13_0-20161107/enroll/osptnepenroll.h:122:60: note: Function 'OSPPEnrollDevice' argument 2 names different: declaration 'ospvEnrollMsg' definition 'ospvEnrollMsgIn'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:303:20: note: Function 'OSPPEnrollDevice' argument 2 names different: declaration 'ospvEnrollMsg' definition 'ospvEnrollMsgIn'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:887:52: style: Function 'OSPPGetPublicKeyInfoFromCertReq' argument 1 names different: declaration 'ospvBase64CertReq' definition 'ospvCertReqB64In'. [funcArgNamesDifferent]
TK-4_13_0-20161107/enroll/osptnepenroll.h:306:52: note: Function 'OSPPGetPublicKeyInfoFromCertReq' argument 1 names different: declaration 'ospvBase64CertReq' definition 'ospvCertReqB64In'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:887:52: note: Function 'OSPPGetPublicKeyInfoFromCertReq' argument 1 names different: declaration 'ospvBase64CertReq' definition 'ospvCertReqB64In'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:888:21: style: Function 'OSPPGetPublicKeyInfoFromCertReq' argument 2 names different: declaration 'ospvPublicKeyInfoOut' definition 'ospvPublicKeyOut'. [funcArgNamesDifferent]
TK-4_13_0-20161107/enroll/osptnepenroll.h:306:88: note: Function 'OSPPGetPublicKeyInfoFromCertReq' argument 2 names different: declaration 'ospvPublicKeyInfoOut' definition 'ospvPublicKeyOut'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:888:21: note: Function 'OSPPGetPublicKeyInfoFromCertReq' argument 2 names different: declaration 'ospvPublicKeyInfoOut' definition 'ospvPublicKeyOut'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:1568:54: style: Function 'OSPPCreateEnrollmentRequestHeader' argument 1 names different: declaration 'ospvEnrollmentReqMsgInfo' definition 'ospvEnrollReqMsgInfo'. [funcArgNamesDifferent]
TK-4_13_0-20161107/enroll/osptnepenroll.h:134:54: note: Function 'OSPPCreateEnrollmentRequestHeader' argument 1 names different: declaration 'ospvEnrollmentReqMsgInfo' definition 'ospvEnrollReqMsgInfo'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:1568:54: note: Function 'OSPPCreateEnrollmentRequestHeader' argument 1 names different: declaration 'ospvEnrollmentReqMsgInfo' definition 'ospvEnrollReqMsgInfo'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:1611:47: style: Function 'OSPPFillBufWithRandomBytes' argument 1 names different: declaration 'ospvNonce' definition 'ospvRandomByteBuf'. [funcArgNamesDifferent]
TK-4_13_0-20161107/enroll/osptnepenroll.h:152:47: note: Function 'OSPPFillBufWithRandomBytes' argument 1 names different: declaration 'ospvNonce' definition 'ospvRandomByteBuf'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:1611:47: note: Function 'OSPPFillBufWithRandomBytes' argument 1 names different: declaration 'ospvNonce' definition 'ospvRandomByteBuf'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:1612:15: style: Function 'OSPPFillBufWithRandomBytes' argument 2 names different: declaration 'ospvNonceLenOut' definition 'ospvBytesCreated'. [funcArgNamesDifferent]
TK-4_13_0-20161107/enroll/osptnepenroll.h:152:68: note: Function 'OSPPFillBufWithRandomBytes' argument 2 names different: declaration 'ospvNonceLenOut' definition 'ospvBytesCreated'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:1612:15: note: Function 'OSPPFillBufWithRandomBytes' argument 2 names different: declaration 'ospvNonceLenOut' definition 'ospvBytesCreated'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:1613:14: style: Function 'OSPPFillBufWithRandomBytes' argument 3 names different: declaration 'ospvNonceLenIn' definition 'ospvBytesRequest'. [funcArgNamesDifferent]
TK-4_13_0-20161107/enroll/osptnepenroll.h:152:94: note: Function 'OSPPFillBufWithRandomBytes' argument 3 names different: declaration 'ospvNonceLenIn' definition 'ospvBytesRequest'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:1613:14: note: Function 'OSPPFillBufWithRandomBytes' argument 3 names different: declaration 'ospvNonceLenIn' definition 'ospvBytesRequest'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:1868:44: style: Function 'OSPPValidateAsciiString' argument 1 names different: declaration 'ospvAlnumStr' definition 'ospvAsciiStr'. [funcArgNamesDifferent]
TK-4_13_0-20161107/enroll/osptnepenroll.h:312:44: note: Function 'OSPPValidateAsciiString' argument 1 names different: declaration 'ospvAlnumStr' definition 'ospvAsciiStr'.
TK-4_13_0-20161107/enroll/osptnepenroll.c:1868:44: note: Function 'OSPPValidateAsciiString' argument 1 names different: declaration 'ospvAlnumStr' definition 'ospvAsciiStr'.
TK-4_13_0-20161107/enroll/osptnepinit.c:770:20: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/enroll/osptnepinit.c:759:16: note: outer condition: retVal==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/enroll/osptnepinit.c:770:20: note: identical inner condition: retVal==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/enroll/osptnepinit.c:525:9: style: Variable 'retVal' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/enroll/osptnepinit.c:523:9: note: Variable 'retVal' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/enroll/osptnepinit.c:525:9: note: Variable 'retVal' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/enroll/osptnepinit.c:1163:10: style: The scope of the variable 'nextWord' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptnepinit.c:971:38: style: Checking if unsigned variable 'ospvEnrollParams->CACertLen' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnepinit.c:1190:32: style: Checking if unsigned variable '*ospvBinaryStrLen' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptnepinit.c:1301:59: style: Checking if unsigned variable 'ospvResponseLen' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/enroll/osptneputil.c:33:14: style: The scope of the variable 'lineIndex' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptneputil.c:34:9: style: The scope of the variable 'nextLineLen' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptneputil.c:62:14: style: The scope of the variable 'charIndex' can be reduced. [variableScope]
TK-4_13_0-20161107/enroll/osptneputil.c:36:48: style: Checking if unsigned variable 'ospvDumpeeLen' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospasn1.c:392:5: style: Variable 'eInfo' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1.c:390:0: note: Variable 'eInfo' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1.c:392:5: note: Variable 'eInfo' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1.c:492:5: style: Variable 'eInfo' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1.c:479:0: note: Variable 'eInfo' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1.c:492:5: note: Variable 'eInfo' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1.c:496:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1.c:471:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1.c:496:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1.c:731:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1.c:724:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1.c:731:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1.c:1017:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1.c:1006:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1.c:1017:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1.c:56:19: style: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/ospasn1.c:54:21: note: 'errorcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/ospasn1.c:56:19: note: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/ospasn1.c:106:14: style: The scope of the variable 'elementLength' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospasn1.c:109:14: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospasn1.c:205:19: style: The scope of the variable 'baseTag' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospasn1.c:206:19: style: The scope of the variable 'dataByte' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospasn1.c:476:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospasn1.c:1012:14: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospasn1object.c:155:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1object.c:148:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1object.c:155:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1object.c:278:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1object.c:265:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1object.c:278:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1object.c:336:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1object.c:326:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1object.c:336:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1object.c:339:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1object.c:336:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1object.c:339:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1object.c:366:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1object.c:361:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1object.c:366:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1object.c:75:19: style: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/ospasn1object.c:70:21: note: 'errorcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/ospasn1object.c:75:19: note: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/ospasn1object.c:184:19: style: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/ospasn1object.c:180:21: note: 'errorcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/ospasn1object.c:184:19: note: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/ospasn1parse.c:1171:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1parse.c:1168:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1parse.c:1171:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1parse.c:1317:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1parse.c:1313:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1parse.c:1317:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1parse.c:1336:9: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospasn1parse.c:1438:14: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospasn1primitives.c:579:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1primitives.c:570:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:579:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:611:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1primitives.c:601:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:611:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:632:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1primitives.c:626:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:632:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:742:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1primitives.c:733:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:742:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:766:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1primitives.c:758:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:766:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:843:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospasn1primitives.c:834:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:843:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospasn1primitives.c:628:18: style: The scope of the variable 'digitCount' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospasn1primitives.c:629:9: style: The scope of the variable 'smallValue' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospasn1primitives.c:630:14: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospasn1primitives.c:676:9: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospaudit.c:871:20: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/src/ospaudit.c:870:18: note: outer condition: compid!=OSPC_OSNULL
TK-4_13_0-20161107/src/ospaudit.c:871:20: note: identical inner condition: compid!=OSPC_OSNULL
TK-4_13_0-20161107/src/ospaudit.c:463:5: style: Variable 'numbyteswritten' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospaudit.c:460:5: note: Variable 'numbyteswritten' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:463:5: note: Variable 'numbyteswritten' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:471:5: style: Variable 'numbyteswritten' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospaudit.c:466:5: note: Variable 'numbyteswritten' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:471:5: note: Variable 'numbyteswritten' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:487:5: style: Variable 'numbyteswritten' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospaudit.c:484:5: note: Variable 'numbyteswritten' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:487:5: note: Variable 'numbyteswritten' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:495:9: style: Variable 'numbyteswritten' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospaudit.c:492:9: note: Variable 'numbyteswritten' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:495:9: note: Variable 'numbyteswritten' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:498:9: style: Variable 'numbyteswritten' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospaudit.c:495:9: note: Variable 'numbyteswritten' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:498:9: note: Variable 'numbyteswritten' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:516:5: style: Variable 'audit' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospaudit.c:513:0: note: Variable 'audit' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:516:5: note: Variable 'audit' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospaudit.c:890:23: style: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/ospaudit.c:886:21: note: 'errorcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/ospaudit.c:890:23: note: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/ospaudit.c:35:14: style: The scope of the variable 'numbyteswritten' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospaudit.c:656:14: style: The scope of the variable 'auditbuffersz' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospaudit.c:660:9: style: The scope of the variable 'numbyteswritten' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospauthreq.c:1358:20: style: Variable 'attr' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/ospb64.c:35:12: style: The scope of the variable 'x' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospb64.c:36:12: style: The scope of the variable 'rem' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospb64.c:78:9: style: The scope of the variable 'state' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospb64.c:79:10: style: The scope of the variable 'c' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospbfr.c:156:14: style: The scope of the variable 'addSize' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospbfr.c:213:14: style: The scope of the variable 'bfr' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospcapind.c:282:5: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospcapind.c:268:0: note: Variable 'attr' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcapind.c:282:5: note: Variable 'attr' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcapind.c:295:5: style: Variable 'capindelem' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospcapind.c:267:0: note: Variable 'capindelem' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcapind.c:295:5: note: Variable 'capindelem' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcomm.c:47:5: style: Variable 'comm' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospcomm.c:42:0: note: Variable 'comm' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcomm.c:47:5: note: Variable 'comm' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcomm.c:48:5: style: Variable 'msgqueue' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospcomm.c:43:0: note: Variable 'msgqueue' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcomm.c:48:5: note: Variable 'msgqueue' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcomm.c:666:52: style: The scope of the variable 'TmpBuf' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospcomm.c:669:10: style: The scope of the variable 'ErrStr' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospcomm.c:873:9: style: The scope of the variable 'timeLimit' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospcomm.c:879:26: style: Checking if unsigned variable 'ospvNumberOfURLs' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospcrypto.c:161:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/src/ospcrypto.c:159:19: note: outer condition: errorcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospcrypto.c:161:23: note: identical inner condition: errorcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospcrypto.c:183:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospcrypto.c:176:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcrypto.c:183:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcrypto.c:52:19: style: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/ospcrypto.c:50:21: note: 'errorcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/ospcrypto.c:52:19: note: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/ospcrypto.c:121:19: style: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/ospcrypto.c:114:21: note: 'errorcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/ospcrypto.c:121:19: note: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/ospcrypto.c:229:19: style: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/ospcrypto.c:218:21: note: 'errorcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/ospcrypto.c:229:19: note: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/ospcryptowrap.c:59:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospcryptowrap.c:49:0: note: Variable 'type' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcryptowrap.c:59:5: note: Variable 'type' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcryptowrap.c:142:5: style: Variable 'pX509PubKey' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospcryptowrap.c:130:0: note: Variable 'pX509PubKey' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcryptowrap.c:142:5: note: Variable 'pX509PubKey' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcryptowrap.c:217:5: style: Variable 'pX509PubKey' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospcryptowrap.c:205:0: note: Variable 'pX509PubKey' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcryptowrap.c:217:5: note: Variable 'pX509PubKey' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospcryptowrap.c:133:18: style: The scope of the variable 'len' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospcryptowrap.c:203:19: style: The scope of the variable 'digestedData' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospcryptowrap.c:208:18: style: The scope of the variable 'len' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospdest.c:1162:41: style: Same expression on both sides of '==' because the value of 'error' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/ospdest.c:1157:17: note: 'error' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/ospdest.c:1162:41: note: Same expression on both sides of '==' because the value of 'error' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/osphttp.c:238:5: style: Variable 'comm' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osphttp.c:233:0: note: Variable 'comm' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osphttp.c:238:5: note: Variable 'comm' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osphttp.c:280:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osphttp.c:274:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osphttp.c:280:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osphttp.c:329:5: style: Variable 'httpconn' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osphttp.c:321:0: note: Variable 'httpconn' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osphttp.c:329:5: note: Variable 'httpconn' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osphttp.c:858:5: style: Variable 'Comm' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osphttp.c:854:0: note: Variable 'Comm' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osphttp.c:858:5: note: Variable 'Comm' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osphttp.c:962:5: style: Variable 'svcptitem' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osphttp.c:954:0: note: Variable 'svcptitem' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osphttp.c:962:5: note: Variable 'svcptitem' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osphttp.c:221:19: style: Same expression on both sides of '!=' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/osphttp.c:152:35: note: 'errorcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/osphttp.c:221:19: note: Same expression on both sides of '!=' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/osphttp.c:701:19: style: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/osphttp.c:691:21: note: 'errorcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/osphttp.c:701:19: note: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/osphttp.c:605:9: style: The scope of the variable 'errorcode' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osphttp.c:1043:9: style: The scope of the variable 'attempts' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osphttp.c:772:72: style: Redundant pointer operation on 'ospvHttp' - it's already a pointer. [redundantPointerOp]
TK-4_13_0-20161107/src/ospinit.c:39:9: style: The scope of the variable 'providerindex' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osplist.c:234:5: style: Variable 'lastitem' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osplist.c:232:0: note: Variable 'lastitem' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osplist.c:234:5: note: Variable 'lastitem' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osplist.c:235:5: style: Variable 'curritem' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osplist.c:232:0: note: Variable 'curritem' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osplist.c:235:5: note: Variable 'curritem' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospmime.c:889:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
TK-4_13_0-20161107/src/ospmime.c:472:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospmime.c:467:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospmime.c:472:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospmime.c:594:19: style: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/ospmime.c:551:21: note: 'errorcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/ospmime.c:594:19: note: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/ospmime.c:25:9: style: The scope of the variable 'count' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:183:14: style: The scope of the variable 'bdystart' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:184:14: style: The scope of the variable 'bdylen' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:272:9: style: The scope of the variable 'count' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:715:14: style: The scope of the variable 'start' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:716:14: style: The scope of the variable 'currpos' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:719:14: style: The scope of the variable 'count' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:720:14: style: The scope of the variable 'len' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:900:14: style: The scope of the variable 'pcount' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:902:9: style: The scope of the variable 'pfound' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:1082:14: style: The scope of the variable 'count' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:1084:9: style: The scope of the variable 'char1' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:1085:9: style: The scope of the variable 'char2' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmime.c:451:18: style: Variable 'next' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/ospmime.c:564:32: style: Array index 'currpos' is used before limits check. [arrayIndexThenCheck]
TK-4_13_0-20161107/src/ospmime.c:581:36: style: Array index 'currpos' is used before limits check. [arrayIndexThenCheck]
TK-4_13_0-20161107/src/ospmsgdesc.c:32:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmsgutil.c:549:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/src/ospmsgutil.c:121:17: style: Variable 'encodeddata' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospmsgutil.c:119:0: note: Variable 'encodeddata' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospmsgutil.c:121:17: note: Variable 'encodeddata' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospmsgutil.c:81:20: style: The scope of the variable 'attr' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmsgutil.c:82:14: style: The scope of the variable 'isBase64' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmsgutil.c:405:11: style: The scope of the variable 'cptr' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmsgutil.c:484:10: style: The scope of the variable 'val' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmsgutil.c:532:10: style: The scope of the variable 'val' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmsgutil.c:569:14: style: The scope of the variable 'pos' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmsgutil.c:610:11: style: The scope of the variable 'cptr' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmsgutil.c:687:10: style: The scope of the variable 'tstr' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospmsgutil.c:723:20: style: The scope of the variable 'attr' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospopenssl.c:79:5: style: Variable 'security' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospopenssl.c:75:0: note: Variable 'security' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:79:5: note: Variable 'security' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:271:5: style: Variable 'security' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospopenssl.c:267:0: note: Variable 'security' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:271:5: note: Variable 'security' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:301:5: style: Variable 'security' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospopenssl.c:294:0: note: Variable 'security' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:301:5: note: Variable 'security' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:343:5: style: Variable 'conref' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospopenssl.c:339:0: note: Variable 'conref' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:343:5: note: Variable 'conref' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:345:5: style: Variable 'sbio' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospopenssl.c:338:0: note: Variable 'sbio' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:345:5: note: Variable 'sbio' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:390:5: style: Variable 'conref' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospopenssl.c:386:0: note: Variable 'conref' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:390:5: note: Variable 'conref' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:407:5: style: Variable 'conref' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospopenssl.c:404:0: note: Variable 'conref' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:407:5: note: Variable 'conref' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:435:5: style: Variable 'conref' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospopenssl.c:431:0: note: Variable 'conref' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:435:5: note: Variable 'conref' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:670:5: style: Variable 'bytesread' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospopenssl.c:666:0: note: Variable 'bytesread' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:670:5: note: Variable 'bytesread' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospopenssl.c:72:40: style: The scope of the variable 'off' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospopenssl.c:403:52: style: The scope of the variable 'sslerr' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospopenssl.c:430:54: style: The scope of the variable 'sslerr' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospopenssl.c:491:9: style: The scope of the variable 'verify_depth' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospopenssl.c:564:25: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospopenssl.c:592:27: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospopenssl.c:562:15: style: Function 'OSPPSSLLoadCerts' argument 1 names different: declaration 'ospvRef' definition 'security'. [funcArgNamesDifferent]
TK-4_13_0-20161107/src/ospopenssl.c:45:31: note: Function 'OSPPSSLLoadCerts' argument 1 names different: declaration 'ospvRef' definition 'security'.
TK-4_13_0-20161107/src/ospopenssl.c:562:15: note: Function 'OSPPSSLLoadCerts' argument 1 names different: declaration 'ospvRef' definition 'security'.
TK-4_13_0-20161107/src/ospostime.c:154:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospostime.c:130:0: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospostime.c:154:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospostime.c:205:9: style: The scope of the variable 'chars' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osppkcs7.c:907:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/src/osppkcs7.c:902:19: note: outer condition: errorcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/osppkcs7.c:907:23: note: identical inner condition: errorcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/osppkcs7.c:79:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osppkcs7.c:59:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:79:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:155:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osppkcs7.c:148:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:155:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:239:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osppkcs7.c:222:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:239:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:401:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osppkcs7.c:393:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:401:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:465:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osppkcs7.c:457:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:465:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:528:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osppkcs7.c:520:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:528:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:597:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osppkcs7.c:589:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:597:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:854:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osppkcs7.c:848:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs7.c:854:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs8.c:165:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osppkcs8.c:162:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs8.c:165:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs8.c:186:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osppkcs8.c:183:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs8.c:186:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs8.c:207:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osppkcs8.c:204:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osppkcs8.c:207:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospprovider.c:208:9: style: The scope of the variable 'count' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospproviderapi.c:651:31: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/src/ospproviderapi.c:649:27: note: outer condition: errorcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospproviderapi.c:651:31: note: identical inner condition: errorcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospproviderapi.c:59:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:56:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:59:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:117:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:114:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:117:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:148:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:144:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:148:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:180:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:177:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:180:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:207:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:204:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:207:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:234:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:231:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:234:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:262:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:259:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:262:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:295:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:292:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:295:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:332:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:329:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:332:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:360:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:357:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:360:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:386:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:383:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:386:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:426:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:423:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:426:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:456:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:453:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:456:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:835:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:832:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:835:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:867:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:864:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:867:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:901:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:898:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:901:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:933:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:930:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:933:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:966:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:963:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:966:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:999:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:996:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:999:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:1044:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:1039:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:1044:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:1082:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:1079:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:1082:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:1107:5: style: Variable 'svcptitem' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:1098:0: note: Variable 'svcptitem' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:1107:5: note: Variable 'svcptitem' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:1255:5: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:1252:0: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:1255:5: note: Variable 'provider' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospproviderapi.c:785:31: warning: Redundant assignment of 'errorcode' to itself. [selfAssignment]
TK-4_13_0-20161107/src/ospproviderapi.c:587:19: style: The scope of the variable 'custid' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospproviderapi.c:587:32: style: The scope of the variable 'deviceid' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospproviderapi.c:588:14: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospproviderapi.c:1099:9: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospproviderapi.c:592:37: style: Checking if unsigned variable 'ospvMessageCount[i]' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospproviderapi.c:605:37: style: Checking if unsigned variable 'ospvNumberOfServicePoints' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospproviderapi.c:608:44: style: Checking if unsigned variable 'ospvNumberOfAuthorityCertificates' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospproviderapi.c:609:26: style: Checking if unsigned variable 'ospvSSLLifetime' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospproviderapi.c:609:58: style: Checking if unsigned variable 'ospvHTTPMaxConnections' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospproviderapi.c:609:87: style: Checking if unsigned variable 'ospvHTTPPersistence' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospproviderapi.c:610:29: style: Checking if unsigned variable 'ospvHTTPRetryDelay' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospproviderapi.c:610:90: style: Checking if unsigned variable 'ospvHTTPRetryLimit' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospproviderapi.c:610:115: style: Checking if unsigned variable 'ospvHTTPTimeout' is less than zero. [unsignedLessThanZero]
TK-4_13_0-20161107/src/ospreauthreq.c:326:9: style: The scope of the variable 'len' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospreauthrsp.c:280:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
TK-4_13_0-20161107/src/ospsecssl.c:29:14: style: The scope of the variable 'lifetime' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsecssl.c:54:9: style: The scope of the variable 'result' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsecssl.c:144:40: style: The scope of the variable 'result' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsecurity.c:126:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:123:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:126:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:164:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:159:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:164:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:200:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:198:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:200:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:221:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:217:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:221:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:263:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:261:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:263:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:293:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:291:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:293:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:334:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:332:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:334:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:406:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:398:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:406:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:494:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:487:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:494:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:592:5: style: Variable 'signedData' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:585:0: note: Variable 'signedData' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:592:5: note: Variable 'signedData' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:720:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:717:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:720:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:769:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:767:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:769:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:797:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:795:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:797:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:817:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:815:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:817:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:838:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:833:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:838:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:879:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:877:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:879:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:897:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:894:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:897:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:950:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:948:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:950:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:966:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:964:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:966:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:1015:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:981:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:1015:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:1079:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:1074:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:1079:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:1144:5: style: Variable 'mem_bio' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsecurity.c:1140:0: note: Variable 'mem_bio' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:1144:5: note: Variable 'mem_bio' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsecurity.c:284:14: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsecurity.c:288:21: style: The scope of the variable 'certInfo' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsecurity.c:401:14: style: The scope of the variable 'count' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsecurity.c:489:14: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsecurity.c:490:14: style: The scope of the variable 'certCount' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsecurity.c:835:14: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsocket.c:197:35: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/src/ospsocket.c:196:31: note: outer condition: errorcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospsocket.c:197:35: note: identical inner condition: errorcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospsocket.c:78:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospsocket.c:70:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsocket.c:78:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospsocket.c:71:10: style: The scope of the variable 'ErrStr' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsocket.c:72:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsocket.c:418:10: style: The scope of the variable 'recvheadbuf' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospsocket.c:428:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospssl.c:129:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospssl.c:122:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospssl.c:129:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospssl.c:146:14: style: The scope of the variable 'delimitsz' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospssl.c:146:29: style: The scope of the variable 'delimitidx' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospstatistics.c:1103:24: style: The scope of the variable 'ospvPacket' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospstatistics.c:1448:9: style: The scope of the variable 'ivalue' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospstatistics.c:1449:11: style: The scope of the variable 'fvalue' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospstatistics.c:670:20: style: Variable 'attr' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/ospstatistics.c:816:20: style: Variable 'attr' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/ospstatistics.c:905:20: style: Variable 'attr' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/ospstatistics.c:994:20: style: Variable 'attr' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/osptnprobe.c:117:9: style: The scope of the variable 'nMaxFd' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptnprobe.c:157:9: style: The scope of the variable 'fdSocket' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptnprobe.c:303:14: style: The scope of the variable 'uHostsLeft' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptnprobe.c:304:14: style: The scope of the variable 'uTimeLeft' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptnprobe.c:310:19: style: The scope of the variable 'uTime1' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptokeninfo.c:598:19: style: The scope of the variable 'val' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptokeninfo.c:604:14: style: The scope of the variable 'duration' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptokeninfo.c:627:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
TK-4_13_0-20161107/src/osptrans.c:1307:5: style: Variable 'prov' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptrans.c:1304:0: note: Variable 'prov' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptrans.c:1307:5: note: Variable 'prov' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptrans.c:1437:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptrans.c:1428:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptrans.c:1437:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptrans.c:2068:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptrans.c:2060:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptrans.c:2068:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptrans.c:1047:17: style: Same expression on both sides of '==' because the value of 'errcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/osptrans.c:1037:19: note: 'errcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/osptrans.c:1047:17: note: Same expression on both sides of '==' because the value of 'errcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/osptrans.c:214:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptrans.c:1043:17: style: The scope of the variable 'callingnum' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptrans.c:1430:14: style: The scope of the variable 'sizeofsignature' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptrans.c:2030:14: style: The scope of the variable 'code' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptrans.c:316:27: style: Variable 'altinfo' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/osptrans.c:1516:21: style: Variable 'signature' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/osptransapi.c:53:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:50:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:53:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:95:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:92:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:95:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:359:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:354:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:359:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:518:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:513:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:518:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:558:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:555:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:558:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:1062:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:1055:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:1062:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:1232:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:1230:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:1232:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:1385:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:1383:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:1385:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:1821:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:1819:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:1821:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:2082:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:2071:0: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:2082:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:2192:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:2190:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:2192:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:3755:13: style: Variable 'altinfo' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:3754:13: note: Variable 'altinfo' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:3755:13: note: Variable 'altinfo' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:3869:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:3862:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:3869:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4097:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4095:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4097:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4342:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4340:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4342:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4394:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4392:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4394:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4463:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4461:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4463:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4532:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4530:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4532:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4597:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4595:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4597:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4643:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4641:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4643:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4687:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4685:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4687:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4713:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4711:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4713:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4739:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4737:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4739:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4765:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4763:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4765:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4981:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:4979:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:4981:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5241:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5238:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5241:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5263:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5260:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5263:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5388:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5386:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5388:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5606:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5603:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5606:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5737:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5734:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5737:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5759:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5756:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5759:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5781:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5778:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5781:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5802:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5800:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5802:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5820:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5816:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5820:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5856:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5853:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5856:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5898:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5895:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5898:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5935:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransapi.c:5933:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:5935:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransapi.c:3158:17: style: Same expression on both sides of '==' because the value of 'errcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/src/osptransapi.c:3145:19: note: 'errcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/src/osptransapi.c:3158:17: note: Same expression on both sides of '==' because the value of 'errcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/src/osptransapi.c:91:38: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:355:21: style: The scope of the variable 'ospvAuthInd' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:356:17: style: The scope of the variable 'destinfo' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:424:17: style: The scope of the variable 'nid' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:776:14: style: The scope of the variable 'currnumber' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:778:12: style: The scope of the variable 'mean' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:930:14: style: The scope of the variable 'currnumber' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:931:12: style: The scope of the variable 'topower' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:932:12: style: The scope of the variable 'mean' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:1059:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:2078:9: style: The scope of the variable 'index' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:2481:14: style: The scope of the variable 'destcount' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:2482:9: style: The scope of the variable 'attempt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:2909:14: style: The scope of the variable 'probecnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:3404:19: style: The scope of the variable 'AsciiTokenMsg' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:5426:16: style: The scope of the variable 'trans' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:5818:9: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:5854:20: style: The scope of the variable 'id' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:6003:17: style: The scope of the variable 'swid' can be reduced. [variableScope]
TK-4_13_0-20161107/src/osptransapi.c:325:31: style: Variable 'altinfo' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/osptransapi.c:714:35: style: Variable 'altinfo' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/osptransapi.c:1120:21: style: Variable 'trans' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/osptransapi.c:3760:27: style: Variable 'altinfo' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/osptransids.c:239:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osptransids.c:236:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osptransids.c:239:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospusage.c:576:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/src/ospusage.c:510:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospusage.c:562:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospusage.c:317:23: style: Variable 'attr' is assigned a value that is never used. [unreadVariable]
TK-4_13_0-20161107/src/ospusagecnf.c:126:9: style: The scope of the variable 'len' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospusageind.c:2179:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/src/ospusageind.c:138:9: style: The scope of the variable 'len' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospusageind.c:1105:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospusageind.c:1240:9: style: The scope of the variable 'index' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospusageind.c:2160:9: style: The scope of the variable 'len' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospusageind.c:2176:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospusageind.c:2178:30: style: Unsigned variable 'ospvDestinationCount' can't be negative so it is unnecessary to test it. [unsignedPositive]
TK-4_13_0-20161107/src/osputils.c:46:5: style: Variable 'strptr' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osputils.c:35:0: note: Variable 'strptr' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osputils.c:46:5: note: Variable 'strptr' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osputils.c:261:5: style: Variable 'bioIn' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osputils.c:254:0: note: Variable 'bioIn' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osputils.c:261:5: note: Variable 'bioIn' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osputils.c:305:5: style: Variable 'bioIn' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/osputils.c:298:0: note: Variable 'bioIn' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osputils.c:305:5: note: Variable 'bioIn' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/osputils.c:238:9: style: The scope of the variable 'ospvIndex' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospx509.c:178:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/src/ospx509.c:176:19: note: outer condition: errorcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospx509.c:178:23: note: identical inner condition: errorcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospx509.c:54:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospx509.c:39:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:54:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:157:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospx509.c:140:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:157:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:374:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospx509.c:361:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:374:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:453:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospx509.c:447:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:453:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:470:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospx509.c:467:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:470:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:522:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospx509.c:518:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:522:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:559:5: style: Variable 'errorcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospx509.c:557:0: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:559:5: note: Variable 'errorcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospx509.c:41:11: style: The scope of the variable 'domainName' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospx509.c:147:10: style: The scope of the variable 'currentDate' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxml.c:244:14: style: The scope of the variable 'numbyteswritten' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlattr.c:33:14: style: The scope of the variable 'namelen' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlattr.c:35:14: style: The scope of the variable 'vallen' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlelem.c:34:14: style: The scope of the variable 'namelen' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlelem.c:36:14: style: The scope of the variable 'vallen' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlenc.c:69:13: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospxmlenc.c:67:13: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmlenc.c:69:13: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmlenc.c:185:9: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospxmlenc.c:183:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmlenc.c:185:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmlenc.c:242:17: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospxmlenc.c:240:17: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmlenc.c:242:17: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmlenc.c:36:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlenc.c:95:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlenc.c:260:14: style: The scope of the variable 'namelen' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlenc.c:261:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlenc.c:307:17: style: The scope of the variable 'val' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlenc.c:308:14: style: The scope of the variable 'vallen' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlenc.c:309:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlenc.c:372:14: style: The scope of the variable 'namelen' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlenc.c:373:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlenc.c:418:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:804:23: style: Expression is always false because 'else if' condition matches previous condition at line 802. [multiCondition]
TK-4_13_0-20161107/src/ospxmlparse.c:966:23: style: Expression is always false because 'else if' condition matches previous condition at line 964. [multiCondition]
TK-4_13_0-20161107/src/ospxmlparse.c:295:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/src/ospxmlparse.c:293:20: note: outer condition: errcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospxmlparse.c:295:21: note: identical inner condition: errcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospxmlparse.c:592:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/src/ospxmlparse.c:590:20: note: outer condition: errcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospxmlparse.c:592:21: note: identical inner condition: errcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/src/ospxmlparse.c:104:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1005:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1049:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1092:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1135:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1178:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1221:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1264:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1320:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1368:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1401:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1437:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1473:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1509:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1545:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1581:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlparse.c:1617:19: style: The scope of the variable 'scratch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmltype.c:310:5: style: Variable 'ospvIs' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospxmltype.c:308:0: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmltype.c:310:5: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmltype.c:324:5: style: Variable 'ospvIs' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospxmltype.c:322:0: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmltype.c:324:5: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmltype.c:338:5: style: Variable 'ospvIs' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospxmltype.c:336:0: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmltype.c:338:5: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmltype.c:352:5: style: Variable 'ospvIs' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospxmltype.c:350:0: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmltype.c:352:5: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmltype.c:366:5: style: Variable 'ospvIs' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospxmltype.c:364:0: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmltype.c:366:5: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmltype.c:380:5: style: Variable 'ospvIs' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/src/ospxmltype.c:378:0: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmltype.c:380:5: note: Variable 'ospvIs' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/src/ospxmlutil.c:749:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
TK-4_13_0-20161107/src/ospxmlutil.c:281:16: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
TK-4_13_0-20161107/src/ospxmlutil.c:284:11: note: Found duplicate branches for 'if' and 'else'.
TK-4_13_0-20161107/src/ospxmlutil.c:281:16: note: Found duplicate branches for 'if' and 'else'.
TK-4_13_0-20161107/src/ospxmlutil.c:50:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlutil.c:309:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlutil.c:536:14: style: The scope of the variable 'dataCnt' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlutil.c:537:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlutil.c:763:9: style: The scope of the variable 'srcsize' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlutil.c:763:18: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlutil.c:763:21: style: The scope of the variable 'j' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlutil.c:764:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlutil.c:821:9: style: The scope of the variable 'srcsize' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlutil.c:821:18: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlutil.c:821:21: style: The scope of the variable 'j' can be reduced. [variableScope]
TK-4_13_0-20161107/src/ospxmlutil.c:822:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
TK-4_13_0-20161107/test/nonblocking.c:335:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/nonblocking.c:333:0: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/nonblocking.c:335:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/nonblocking.c:193:18: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/test/syncque.c:131:19: style: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same. [duplicateExpression]
TK-4_13_0-20161107/test/syncque.c:126:21: note: 'errorcode' is assigned value 'OSPC_ERR_NO_ERROR' here.
TK-4_13_0-20161107/test/syncque.c:131:19: note: Same expression on both sides of '==' because the value of 'errorcode' and 'OSPC_ERR_NO_ERROR' are the same.
TK-4_13_0-20161107/test/test_app.c:1565:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/test/test_app.c:1564:17: note: outer condition: errcode==0
TK-4_13_0-20161107/test/test_app.c:1565:21: note: identical inner condition: errcode==0
TK-4_13_0-20161107/test/test_app.c:1655:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/test/test_app.c:1652:17: note: outer condition: errcode==0
TK-4_13_0-20161107/test/test_app.c:1655:21: note: identical inner condition: errcode==0
TK-4_13_0-20161107/test/test_app.c:1810:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
TK-4_13_0-20161107/test/test_app.c:1808:32: note: outer condition: errcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/test/test_app.c:1810:21: note: identical inner condition: errcode==OSPC_ERR_NO_ERROR
TK-4_13_0-20161107/test/test_app.c:1459:17: style: Condition 'errcode==0' is always true [knownConditionTrueFalse]
TK-4_13_0-20161107/test/test_app.c:1451:19: note: Assignment 'errcode=0', assigned value is 0
TK-4_13_0-20161107/test/test_app.c:1459:17: note: Condition 'errcode==0' is always true
TK-4_13_0-20161107/test/test_app.c:1564:17: style: Condition 'errcode==0' is always true [knownConditionTrueFalse]
TK-4_13_0-20161107/test/test_app.c:1558:19: note: Assignment 'errcode=0', assigned value is 0
TK-4_13_0-20161107/test/test_app.c:1564:17: note: Condition 'errcode==0' is always true
TK-4_13_0-20161107/test/test_app.c:1565:21: style: Condition 'errcode==0' is always true [knownConditionTrueFalse]
TK-4_13_0-20161107/test/test_app.c:1558:19: note: Assignment 'errcode=0', assigned value is 0
TK-4_13_0-20161107/test/test_app.c:1565:21: note: Condition 'errcode==0' is always true
TK-4_13_0-20161107/test/test_app.c:1655:21: style: Condition 'errcode==0' is always true [knownConditionTrueFalse]
TK-4_13_0-20161107/test/test_app.c:1652:17: note: Assuming that condition 'errcode==0' is not redundant
TK-4_13_0-20161107/test/test_app.c:1655:21: note: Condition 'errcode==0' is always true
TK-4_13_0-20161107/test/test_app.c:238:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:243:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:268:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:339:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:339:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:342:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:356:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:356:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:377:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:382:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:915:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:948:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:1078:9: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
TK-4_13_0-20161107/test/test_app.c:1079:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:1096:9: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
TK-4_13_0-20161107/test/test_app.c:1111:9: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
TK-4_13_0-20161107/test/test_app.c:2470:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:2474:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
TK-4_13_0-20161107/test/test_app.c:811:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:809:0: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:811:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:864:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:862:0: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:864:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1036:9: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1035:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1036:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1234:9: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1233:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1234:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1283:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1281:0: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1283:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1650:5: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1644:0: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1650:5: note: Variable 'trans' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1737:5: style: Variable 'tokenfd' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1729:0: note: Variable 'tokenfd' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1737:5: note: Variable 'tokenfd' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1867:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1866:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1867:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1868:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1867:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1868:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1869:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1868:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1869:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1888:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1887:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1888:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1889:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1888:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1889:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1890:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1889:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1890:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1891:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1890:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1891:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1892:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1891:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1892:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1893:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1892:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1893:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1906:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1905:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1906:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1907:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1906:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1907:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1909:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1907:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1909:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1911:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1909:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1911:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1912:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1911:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1912:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1913:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1912:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1913:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1915:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1913:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1915:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1916:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1915:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1916:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1918:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1916:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1918:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1919:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1918:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1919:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1921:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1919:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1921:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1922:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1921:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1922:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1924:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1922:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1924:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1926:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1924:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1926:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1945:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1944:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1945:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1946:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1945:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1946:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1956:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1955:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1956:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1957:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1956:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1957:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1958:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1957:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1958:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1977:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1976:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1977:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1991:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1988:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1991:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1994:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1991:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1994:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1997:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1994:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1997:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2000:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:1997:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2000:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2149:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2148:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2149:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2163:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2161:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2163:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2203:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2202:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2203:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2204:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2203:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2204:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2231:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2229:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2231:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2233:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2231:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2233:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2235:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2233:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2235:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2237:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2235:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2237:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2239:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2237:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2239:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2241:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2239:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2241:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2254:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2252:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2254:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2256:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2254:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2256:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2278:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2277:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2278:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2279:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2278:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2279:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2280:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2279:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2280:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2281:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2280:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2281:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2282:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2281:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2282:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2283:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2282:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2283:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2284:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2283:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2284:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2294:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2293:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2294:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2295:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2294:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2295:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2296:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2295:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2296:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2297:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2296:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2297:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2298:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2297:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2298:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2299:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2298:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2299:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2300:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2299:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2300:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2310:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2309:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2310:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2311:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2310:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2311:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2312:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2311:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2312:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2313:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2312:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2313:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2314:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2313:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2314:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2315:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2314:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2315:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2316:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2315:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2316:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2326:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2325:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2326:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2327:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2326:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2327:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2328:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2327:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2328:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2329:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2328:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2329:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2330:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2329:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2330:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2331:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2330:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2331:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2332:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2331:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2332:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2342:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2341:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2342:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2343:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2342:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2343:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2344:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2343:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2344:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2345:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2344:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2345:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2346:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2345:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2346:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2347:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2346:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2347:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2348:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2347:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2348:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2358:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2357:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2358:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2359:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2358:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2359:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2360:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2359:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2360:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2361:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2360:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2361:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2362:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2361:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2362:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2363:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2362:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2363:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2364:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2363:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2364:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2374:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2373:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2374:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2375:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2374:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2375:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2376:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2375:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2376:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2386:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2385:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2386:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2387:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2386:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2387:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2388:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2387:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2388:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2398:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2397:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2398:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2399:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2398:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2399:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2400:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2399:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2400:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2410:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2409:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2410:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2420:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2419:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2420:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2468:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2466:0: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2468:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2485:5: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2483:0: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2485:5: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2690:9: warning: Variable 'errcode' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
TK-4_13_0-20161107/test/test_app.c:2688:9: note: Variable 'errcode' is reassigned a value before the old one has been used. 'break;' missing?
TK-4_13_0-20161107/test/test_app.c:2690:9: note: Variable 'errcode' is reassigned a value before the old one has been used. 'break;' missing?
TK-4_13_0-20161107/test/test_app.c:2797:9: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2796:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2797:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2810:9: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2809:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2810:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2823:9: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2822:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2823:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2839:9: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2838:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2839:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2843:9: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2842:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2843:9: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2914:13: style: Variable 'errcode' is reassigned a value before the old one has been used. [redundantAssignment]
TK-4_13_0-20161107/test/test_app.c:2913:13: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:2914:13: note: Variable 'errcode' is reassigned a value before the old one has been used.
TK-4_13_0-20161107/test/test_app.c:1459:17: style: Same expression on both sides of '==' because the value of 'errcode' and '0' are the same. [duplicateExpression]
TK-4_13_0-20161107/test/test_app.c:1451:19: note: 'errcode' is assigned value '0' here.
TK-4_13_0-20161107/test/test_app.c:1459:17: note: Same expression on both sides of '==' because the value of 'errcode' and '0' are the same.
TK-4_13_0-20161107/test/test_app.c:1564:17: style: Same expression on both sides of '==' because the value of 'errcode' and '0' are the same. [duplicateExpression]
TK-4_13_0-20161107/test/test_app.c:1558:19: note: 'errcode' is assigned value '0' here.
TK-4_13_0-20161107/test/test_app.c:1564:17: note: Same expression on both sides of '==' because the value of 'errcode' and '0' are the same.
TK-4_13_0-20161107/test/test_app.c:591:17: style: The scope of the variable 'local' can be reduced. [variableScope]
TK-4_13_0-20161107/test/test_app.c:592:17: style: The scope of the variable 'remote' can be reduced. [variableScope]
TK-4_13_0-20161107/test/test_app.c:888:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
TK-4_13_0-20161107/test/test_app.c:927:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
TK-4_13_0-20161107/test/test_app.c:1352:17: style: The scope of the variable 'preferredDest' can be reduced. [variableScope]
TK-4_13_0-20161107/test/test_app.c:1561:10: style: The scope of the variable 'LookAheadDest' can be reduced. [variableScope]
TK-4_13_0-20161107/test/test_app.c:2509:9: style: The scope of the variable 'i' can be reduced. [variableScope]
TK-4_13_0-20161107/test/test_app.c:3227:10: style: The scope of the variable 'tmp_addr' can be reduced. [variableScope]
TK-4_13_0-20161107/test/test_app.c:3228:9: style: The scope of the variable 'spindex' can be reduced. [variableScope]
TK-4_13_0-20161107/test/test_app.c:3228:22: style: The scope of the variable 'Capspindex' can be reduced. [variableScope]
TK-4_13_0-20161107/test/test_app.c:709:5: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
TK-4_13_0-20161107/test/test_app.c:717:5: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
TK-4_13_0-20161107/test/test_app.c:1492:5: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
TK-4_13_0-20161107/test/test_app.c:1517:5: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
TK-4_13_0-20161107/test/test_app.c:3900:5: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
[14:35]

ftp://ftp.se.debian.org/debian/pool/main/o/oss-preserve/oss-preserve_1.1.orig.tar.gz
oss-preserve-1.1.orig/ossctl.c:210:2: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
oss-preserve-1.1.orig/ossctl.c:252:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
oss-preserve-1.1.orig/ossctl.c:251:0: note: Variable 'filename' is reassigned a value before the old one has been used.
oss-preserve-1.1.orig/ossctl.c:252:2: note: Variable 'filename' is reassigned a value before the old one has been used.
[14:35]

ftp://ftp.se.debian.org/debian/pool/main/o/oss4/oss4_4.2-build2010.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/ossim/ossim_2.4.2.orig.tar.gz
ossim-Hollywood-2.4.2/apps/curl_apps/omarDataMgrUtil.cpp:902:55: style: Function 'isFiltered' argument 1 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
ossim-Hollywood-2.4.2/apps/curl_apps/omarDataMgrUtil.h:179:41: note: Function 'isFiltered' argument 1 names different: declaration 'f' definition 'file'.
ossim-Hollywood-2.4.2/apps/curl_apps/omarDataMgrUtil.cpp:902:55: note: Function 'isFiltered' argument 1 names different: declaration 'f' definition 'file'.
ossim-Hollywood-2.4.2/apps/ossim-applanix2ogeom/ossim-applanix2ogeom.cpp:202:17: style: Condition 'argc<=4' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/apps/ossim-btoa/ossim-btoa.cpp:31:18: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/apps/ossim-btoa/ossim-btoa.cpp:91:18: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/apps/ossim-btoa/ossim-btoa.cpp:143:18: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/apps/ossim-btoa/ossim-btoa.cpp:44:27: style: Variable 'nbytes' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/apps/ossim-btoa/ossim-btoa.cpp:104:27: style: Variable 'nbytes' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/apps/ossim-btoa/ossim-btoa.cpp:156:27: style: Variable 'nbytes' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/apps/ossim-cmm/ossim-cmm.cpp:385:17: style: The scope of the variable 'tile_count' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/apps/ossim-deg2dms/ossim-deg2dms.cpp:78:11: style: Condition 'FOREVER' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/apps/ossim-deg2dms/ossim-deg2dms.cpp:71:11: style: The scope of the variable 'min' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/apps/ossim-deg2dms/ossim-deg2dms.cpp:72:11: style: The scope of the variable 'sec' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/apps/ossim-deg2dms/ossim-deg2dms.cpp:73:8: style: The scope of the variable 'degInt' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/apps/ossim-deg2dms/ossim-deg2dms.cpp:74:8: style: The scope of the variable 'minInt' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/apps/ossim-dms2deg/ossim-dms2deg.cpp:131:11: style: Condition 'FOREVER' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/apps/ossim-extract-vertices/ossim-extract-vertices.cpp:44:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:100:55: style: Function 'loadBuild' argument 1 names different: declaration 'buildDir' definition 'build_dir'. [funcArgNamesDifferent]
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:37:40: note: Function 'loadBuild' argument 1 names different: declaration 'buildDir' definition 'build_dir'.
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:100:55: note: Function 'loadBuild' argument 1 names different: declaration 'buildDir' definition 'build_dir'.
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:185:54: style: Function 'scanFile' argument 1 names different: declaration 'file' definition 'sourceName'. [funcArgNamesDifferent]
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:48:39: note: Function 'scanFile' argument 1 names different: declaration 'file' definition 'sourceName'.
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:185:54: note: Function 'scanFile' argument 1 names different: declaration 'file' definition 'sourceName'.
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:273:57: style: Function 'copyHeaders' argument 1 names different: declaration 'outDir' definition 'outputDir'. [funcArgNamesDifferent]
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:43:42: note: Function 'copyHeaders' argument 1 names different: declaration 'outDir' definition 'outputDir'.
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:273:57: note: Function 'copyHeaders' argument 1 names different: declaration 'outDir' definition 'outputDir'.
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:302:63: style: Function 'findPath' argument 1 names different: declaration 'includeSpec' definition 'file'. [funcArgNamesDifferent]
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:52:48: note: Function 'findPath' argument 1 names different: declaration 'includeSpec' definition 'file'.
ossim-Hollywood-2.4.2/apps/ossim-header-crawl/ossim-header-crawl.cpp:302:63: note: Function 'findPath' argument 1 names different: declaration 'includeSpec' definition 'file'.
ossim-Hollywood-2.4.2/apps/ossim-igen/ossim-igen.cpp:58:20: style: The scope of the variable 'stop' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/apps/ossim-image-synth/ossim-image-synth.cpp:91:14: style: The scope of the variable 'phase' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/apps/ossim-image-synth/ossim-image-synth.cpp:31:0: style: Variable 'returnCode' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/apps/ossim-image-synth/ossim-image-synth.cpp:121:19: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/apps/ossim-img2rr/ossim-img2rr.cpp:317:25: style: Variable 'histoFastFlag' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/apps/ossim-img2rr/ossim-img2rr.cpp:332:26: style: Variable 'listFramesFlag' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/apps/ossim-pixelflip/ossim-pixelflip.cpp:282:4: style: Variable 'sequencer' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/apps/ossim-pixelflip/ossim-pixelflip.cpp:254:0: note: Variable 'sequencer' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/apps/ossim-pixelflip/ossim-pixelflip.cpp:282:4: note: Variable 'sequencer' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/apps/ossim-plot-histo/ossim-plot-histo.cpp:127:20: style: Variable 'fastMode' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/apps/ossim-rpcgen/ossim-rpcgen.cpp:215:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ossim-Hollywood-2.4.2/apps/ossim-senint/ossim-senint.cpp:629:13: style: Variable 'opOK' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/apps/ossim-senint/ossim-senint.cpp:627:13: note: Variable 'opOK' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/apps/ossim-senint/ossim-senint.cpp:629:13: note: Variable 'opOK' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/apps/ossim-src2src/ossim-src2src.cpp:414:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/apps/ossim-src2src/ossim-src2src.cpp:502:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/apps/ossim-src2src/ossim-src2src.cpp:359:8: style: Reading from empty STL container 'points' [reademptycontainer]
ossim-Hollywood-2.4.2/src/base/ossim2dTo2dTransform.cpp:217:7: style: Condition 'result' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/base/ossim2dTo2dTransform.cpp:180:17: note: Assignment 'result=true', assigned value is 1
ossim-Hollywood-2.4.2/src/base/ossim2dTo2dTransform.cpp:217:7: note: Condition 'result' is always true
ossim-Hollywood-2.4.2/src/base/ossim2dTo2dTransform.cpp:78:11: style: The scope of the variable 'inverse_norm' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimAdjustableParameterInfo.cpp:66:14: style: The scope of the variable 'x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimApplicationUsage.cpp:212:21: style: Variable 'needspace' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:349:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:366:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:385:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:407:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:431:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:458:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:472:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:484:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:501:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:513:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:528:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:545:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:564:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimArgumentParser.cpp:585:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
ossim-Hollywood-2.4.2/src/base/ossimBilSplitter.cpp:119:7: warning: Either the condition '!os' is redundant or there is possible null pointer dereference: os. [nullPointerRedundantCheck]
ossim-Hollywood-2.4.2/src/base/ossimBilSplitter.cpp:121:11: note: Assuming that condition '!os' is not redundant
ossim-Hollywood-2.4.2/src/base/ossimBilSplitter.cpp:119:7: note: Null pointer dereference
ossim-Hollywood-2.4.2/src/base/ossimCommon.cpp:690:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/base/ossimCommon.cpp:684:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimCommon.cpp:690:5: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimCommon.cpp:841:29: style: Unused variable: splitResult [unusedVariable]
ossim-Hollywood-2.4.2/src/base/ossimCommon.cpp:878:29: style: Unused variable: splitResult [unusedVariable]
ossim-Hollywood-2.4.2/src/base/ossimCommon.cpp:914:29: style: Unused variable: splitResult [unusedVariable]
ossim-Hollywood-2.4.2/src/base/ossimCommon.cpp:1179:29: style: Unused variable: extractedValues [unusedVariable]
ossim-Hollywood-2.4.2/src/base/ossimConnectableContainer.cpp:447:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/base/ossimConnectableContainer.cpp:444:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimConnectableContainer.cpp:447:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimConnectableContainer.cpp:544:28: style: The scope of the variable 'temp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimConnectableContainer.cpp:565:28: style: The scope of the variable 'temp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimConnectableContainer.cpp:657:33: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/base/ossimConnectableContainer.cpp:819:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/base/ossimConnectableContainer.cpp:31:4: style: Class 'ossimConnectableContainerChildListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ossim-Hollywood-2.4.2/src/base/ossimConnectableObject.cpp:132:7: style: Variable 'current' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/base/ossimConnectableObject.cpp:131:0: note: Variable 'current' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/base/ossimConnectableObject.cpp:132:7: note: Variable 'current' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/base/ossimConnectableObject.cpp:1599:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimConnectableObject.cpp:1625:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimCplUtil.cpp:127:28: style: The scope of the variable 'nTokenLen' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimCplUtil.cpp:268:12: style: The scope of the variable 'papszPtr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimDms.cpp:318:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/base/ossimDms.cpp:340:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/base/ossimDms.cpp:417:16: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/base/ossimDms.cpp:456:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/base/ossimDrect.cpp:739:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ossim-Hollywood-2.4.2/src/base/ossimDrect.cpp:751:4: note: Found duplicate branches for 'if' and 'else'.
ossim-Hollywood-2.4.2/src/base/ossimDrect.cpp:739:4: note: Found duplicate branches for 'if' and 'else'.
ossim-Hollywood-2.4.2/src/base/ossimEllipsoidFactory.cpp:239:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/base/ossimEnvironmentUtility.cpp:170:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ossim-Hollywood-2.4.2/src/base/ossimEpsgDatumFactory.cpp:190:22: style: The scope of the variable 'datum' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimFontProperty.cpp:60:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/base/ossimFontProperty.cpp:55:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimFontProperty.cpp:60:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimGeoPolygon.cpp:308:25: style: Condition 'areaValue<=0' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/base/ossimGeocent.c:187:10: style: The scope of the variable 'Rn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeocent.c:188:10: style: The scope of the variable 'Sin_Lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeocent.c:189:10: style: The scope of the variable 'Sin2_Lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeocent.c:190:10: style: The scope of the variable 'Cos_Lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeocent.c:243:11: style: The scope of the variable 'p' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeocent.c:247:8: style: The scope of the variable 'iterIdx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeodeticEvaluator.cpp:106:11: style: The scope of the variable 'dSig' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeodeticEvaluator.cpp:222:11: style: The scope of the variable 'lam0' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeoidEgm96.cpp:111:28: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimGeoidEgm96.cpp:142:28: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimGeoidNgsHeader.cpp:64:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimGeoidNgsHeader.cpp:65:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimGeoidNgsHeader.cpp:66:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimGeoidNgsHeader.cpp:67:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimGeoidNgsHeader.cpp:150:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimGeoidNgsHeader.cpp:153:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimGeoidNgsHeader.cpp:156:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimGeoidNgsHeader.cpp:159:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimGeoref.cpp:115:8: style: The scope of the variable 'temp_char' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeoref.cpp:247:8: style: The scope of the variable 'start' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeoref.cpp:248:8: style: The scope of the variable 'minutes_length' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeoref.cpp:314:10: style: The scope of the variable 'long_min' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeoref.cpp:315:10: style: The scope of the variable 'lat_min' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeoref.cpp:316:10: style: The scope of the variable 'origin_long' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeoref.cpp:317:10: style: The scope of the variable 'origin_lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeoref.cpp:318:8: style: The scope of the variable 'letter_number' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeoref.cpp:319:8: style: The scope of the variable 'long_min_str' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeoref.cpp:320:8: style: The scope of the variable 'lat_min_str' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGeoref.cpp:321:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimGrect.cpp:34:7: style: Variable 'minHgt' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/base/ossimGrect.cpp:30:0: note: Variable 'minHgt' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimGrect.cpp:34:7: note: Variable 'minHgt' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimGrect.cpp:35:7: style: Variable 'maxHgt' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/base/ossimGrect.cpp:31:0: note: Variable 'maxHgt' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimGrect.cpp:35:7: note: Variable 'maxHgt' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimHistogram.cpp:1320:13: style: Condition 'binsCreated' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/base/ossimHistogram.cpp:1318:24: note: Assignment 'binsCreated=true', assigned value is 1
ossim-Hollywood-2.4.2/src/base/ossimHistogram.cpp:1320:13: note: Condition 'binsCreated' is always true
ossim-Hollywood-2.4.2/src/base/ossimHistogram.cpp:93:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimHistogram.cpp:422:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimHistogram.cpp:804:10: style: The scope of the variable 'xsum' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimHistogram.cpp:834:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimHistogram.cpp:1309:9: style: The scope of the variable 'binsCreated' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimHistogram.cpp:1630:13: style: The scope of the variable 'minValue' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimHistogram.cpp:1631:13: style: The scope of the variable 'maxValue' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimHsvVector.cpp:34:16: style: The scope of the variable 'f' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimHsvVector.cpp:34:19: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimHsvVector.cpp:71:16: style: The scope of the variable 'f' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimHsvVector.cpp:71:19: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimKMeansClustering.cpp:67:23: style: Variable 'max_delta' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/base/ossimKeywordlist.cpp:1681:12: style: Condition 'outputValue' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/base/ossimKeywordlist.cpp:1664:27: note: Assignment 'outputValue=true', assigned value is 1
ossim-Hollywood-2.4.2/src/base/ossimKeywordlist.cpp:1681:12: note: Condition 'outputValue' is always true
ossim-Hollywood-2.4.2/src/base/ossimKeywordlist.cpp:1164:29: style: Unused variable: result [unusedVariable]
ossim-Hollywood-2.4.2/src/base/ossimKeywordlist.cpp:1632:22: style: Variable 'S' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/base/ossimKeywordlist.cpp:140:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/base/ossimLagrangeInterpolator.cpp:57:11: style: The scope of the variable 'n' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimLagrangeInterpolator.cpp:99:11: style: The scope of the variable 'weight' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimLagrangeInterpolator.cpp:30:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/base/ossimLagrangeInterpolator.cpp:48:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/base/ossimLagrangeInterpolator.cpp:95:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/base/ossimMatrix4x4.cpp:189:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimMatrix4x4.cpp:189:14: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimMatrix4x4.cpp:189:17: style: The scope of the variable 'k' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimNadconGridFile.cpp:71:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimNadconGridFile.cpp:73:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimNadconGridFile.cpp:75:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimNadconGridFile.cpp:77:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/base/ossimNadconNasDatum.cpp:38:16: style: The scope of the variable 'shiftLat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimNadconNasDatum.cpp:39:16: style: The scope of the variable 'shiftLon' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimNormRgbVector.cpp:56:10: style: The scope of the variable 'm' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimNormRgbVector.cpp:56:13: style: The scope of the variable 'n' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimNormRgbVector.cpp:56:16: style: The scope of the variable 'f' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimNormRgbVector.cpp:57:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimObject.cpp:36:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/base/ossimObject.cpp:31:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimObject.cpp:36:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/base/ossimPolyArea2d.cpp:105:8: style: The scope of the variable 'idx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimPolyArea2d.cpp:97:24: style: Function 'setGeometry' argument 1 names different: declaration 'polygon' definition 'exteriorRing'. [funcArgNamesDifferent]
ossim-Hollywood-2.4.2/src/base/ossimPolyArea2d.cpp:68:41: note: Function 'setGeometry' argument 1 names different: declaration 'polygon' definition 'exteriorRing'.
ossim-Hollywood-2.4.2/src/base/ossimPolyArea2d.cpp:97:24: note: Function 'setGeometry' argument 1 names different: declaration 'polygon' definition 'exteriorRing'.
ossim-Hollywood-2.4.2/src/base/ossimPolyArea2d.cpp:97:66: style: Function 'setGeometry' argument 2 names different: declaration 'holes' definition 'interiorRings'. [funcArgNamesDifferent]
ossim-Hollywood-2.4.2/src/base/ossimPolyArea2d.cpp:68:78: note: Function 'setGeometry' argument 2 names different: declaration 'holes' definition 'interiorRings'.
ossim-Hollywood-2.4.2/src/base/ossimPolyArea2d.cpp:97:66: note: Function 'setGeometry' argument 2 names different: declaration 'holes' definition 'interiorRings'.
ossim-Hollywood-2.4.2/src/base/ossimPolyArea2d.cpp:64:4: style: Class 'OssimPolyArea2dPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ossim-Hollywood-2.4.2/src/base/ossimPolyLine.cpp:170:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimPolygon.cpp:710:25: style: Condition 'areaValue<=0' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/base/ossimPolygon.cpp:765:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ossim-Hollywood-2.4.2/src/base/ossimPolygon.cpp:783:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ossim-Hollywood-2.4.2/src/base/ossimPolygon.cpp:215:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimPolygon.cpp:257:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimPolygon.cpp:293:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimPolygon.cpp:351:11: style: The scope of the variable 'num' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimPolygon.cpp:351:16: style: The scope of the variable 'denom' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimPolygon.cpp:893:11: style: The scope of the variable 'center_theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimPolygon.cpp:1198:18: style: The scope of the variable 'parea' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimPolygon.cpp:1039:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/base/ossimRegExp.cpp:408:19: style: The scope of the variable 'len' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimRgbVector.cpp:76:10: style: The scope of the variable 'm' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimRgbVector.cpp:76:13: style: The scope of the variable 'n' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimRgbVector.cpp:76:16: style: The scope of the variable 'f' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimRgbVector.cpp:77:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimRgbVector.cpp:155:10: style: The scope of the variable 'm' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimRgbVector.cpp:155:13: style: The scope of the variable 'n' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimRgbVector.cpp:155:16: style: The scope of the variable 'f' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimRgbVector.cpp:156:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimString.cpp:42:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/base/ossimThinPlateSpline.cpp:184:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimThinPlateSpline.cpp:184:15: style: The scope of the variable 'yy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimThinPlateSpline.cpp:312:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimThinPlateSpline.cpp:314:25: style: The scope of the variable 'found' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimThreeParamDatum.cpp:135:18: warning: Either the condition 'if(aDatum)' is redundant or there is possible null pointer dereference: aDatum. [nullPointerRedundantCheck]
ossim-Hollywood-2.4.2/src/base/ossimThreeParamDatum.cpp:140:6: note: Assuming that condition 'if(aDatum)' is not redundant
ossim-Hollywood-2.4.2/src/base/ossimThreeParamDatum.cpp:135:18: note: Null pointer dereference
ossim-Hollywood-2.4.2/src/base/ossimTieGptSet.cpp:155:24: style: Checking if unsigned variable 'tienodes.size()' is less than zero. [unsignedLessThanZero]
ossim-Hollywood-2.4.2/src/base/ossimUnitConversionTool.cpp:384:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ossim-Hollywood-2.4.2/src/base/ossimUsgsQuad.cpp:41:16: style: The scope of the variable 'MODULE' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimWLSBundleSolution.cpp:309:15: style: The scope of the variable 'diag' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimWLSBundleSolution.cpp:373:13: style: The scope of the variable 'iq' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimWLSBundleSolution.cpp:373:16: style: The scope of the variable 'jcol1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimWLSBundleSolution.cpp:373:22: style: The scope of the variable 'nsize' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimWLSBundleSolution.cpp:374:11: style: The scope of the variable 'sum' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimWLSBundleSolution.cpp:463:12: style: The scope of the variable 'jcol1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimWLSBundleSolution.cpp:463:18: style: The scope of the variable 'k' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimWLSBundleSolution.cpp:465:11: style: The scope of the variable 'sum' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimXmlAttribute.cpp:237:10: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ossim-Hollywood-2.4.2/src/base/ossimXmlAttribute.cpp:242:10: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ossim-Hollywood-2.4.2/src/base/ossimXmlAttribute.cpp:190:9: style: The scope of the variable 'done' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimXmlDocument.cpp:36:68: style: Redundant condition: If 'c == '\r'', the comparison 'c < 32' is always true. [redundantCondition]
ossim-Hollywood-2.4.2/src/base/ossimXmlDocument.cpp:384:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimXmlNode.cpp:36:67: style: Redundant condition: If 'c == '\r'', the comparison 'c < 32' is always true. [redundantCondition]
ossim-Hollywood-2.4.2/src/base/ossimXmlNode.cpp:107:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimXmlNode.cpp:1051:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/base/ossimXmlNode.cpp:708:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/base/ossimXmlNode.cpp:741:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/elevation/ossimDtedElevationDatabase.cpp:79:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/elevation/ossimDtedElevationDatabase.cpp:76:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/elevation/ossimDtedElevationDatabase.cpp:79:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/elevation/ossimDtedHandler.cpp:143:23: style: The scope of the variable 'MODULE' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/elevation/ossimElevCellHandlerFactory.cpp:82:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/elevation/ossimElevCellHandlerFactory.cpp:104:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/elevation/ossimElevCellHandlerFactory.cpp:125:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/elevation/ossimElevSource.cpp:129:20: style: The scope of the variable 'h_ellips' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/elevation/ossimGeneralRasterElevFactory.cpp:54:31: style: Redundant condition: !foundOne. 'foundOne || (!foundOne && count<maxCount)' is equivalent to 'foundOne || count<maxCount' [redundantCondition]
ossim-Hollywood-2.4.2/src/elevation/ossimGeneralRasterElevFactory.cpp:37:15: style: The scope of the variable 'foundOne' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/elevation/ossimGeneralRasterElevationDatabase.cpp:71:31: style: Redundant condition: !foundOne. 'foundOne || (!foundOne && count<maxCount)' is equivalent to 'foundOne || count<maxCount' [redundantCondition]
ossim-Hollywood-2.4.2/src/elevation/ossimGeneralRasterElevationDatabase.cpp:36:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/elevation/ossimGeneralRasterElevationDatabase.cpp:33:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/elevation/ossimGeneralRasterElevationDatabase.cpp:36:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/elevation/ossimSrtmElevationDatabase.cpp:73:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/elevation/ossimSrtmElevationDatabase.cpp:70:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/elevation/ossimSrtmElevationDatabase.cpp:73:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/font/ossimGdBitmapFont.cpp:145:9: style: The scope of the variable 'charOffset' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/font/ossimGdBitmapFont.cpp:146:9: style: The scope of the variable 'bufOffset' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5.cpp:772:26: style: Variable 'returnValue' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5GridModel.cpp:242:13: style: Variable 'val' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5GridModel.cpp:238:0: note: Variable 'val' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5GridModel.cpp:242:13: note: Variable 'val' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5ImageHandler.cpp:260:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5ImageHandler.cpp:282:30: error: Iterator 'dataset' used after element has been erased. [eraseDereference]
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5ImageHandler.cpp:267:7: note: Iterator 'dataset' used after element has been erased.
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5ImageHandler.cpp:282:30: note: Iterator 'dataset' used after element has been erased.
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5Info.cpp:264:8: style: The scope of the variable 'rank' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5Info.cpp:675:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5Info.cpp:1134:30: warning: Accessing an item in container 'dims'. Either the condition 'dims.size()>0' is redundant or 'dims' can be empty. [containerOutOfBounds]
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5Info.cpp:1135:22: note: Assuming that condition 'dims.size()>0' is not redundant
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5Info.cpp:1134:30: note: Access out of bounds
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5Info.cpp:508:0: style: Variable 'groupName' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5Info.cpp:520:27: style: Unused variable: datasetNames [unusedVariable]
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5Info.cpp:288:10: error: Mismatching allocation and deallocation: dim_sizes [mismatchAllocDealloc]
ossim-Hollywood-2.4.2/src/hdf5/ossimHdf5Tool.cpp:287:18: style: Unused variable: errMsg [unusedVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAdrgTileSource.cpp:176:37: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ossim-Hollywood-2.4.2/src/imaging/ossimAdrgTileSource.cpp:178:37: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ossim-Hollywood-2.4.2/src/imaging/ossimArcInfoGridWriter.cpp:67:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimArcInfoGridWriter.cpp:181:60: style: Variable 'tileNumber' is modified but its new value is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimArcInfoGridWriter.cpp:309:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtCorrGridRemapper.cpp:200:16: style: The scope of the variable 'MODULE' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimAtCorrRemapper.cpp:359:7: style: Variable 'lookup' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimAtCorrRemapper.cpp:353:0: note: Variable 'lookup' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimAtCorrRemapper.cpp:359:7: note: Variable 'lookup' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:489:11: style: The scope of the variable 'dx_ul' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:489:18: style: The scope of the variable 'dy_ul' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:489:25: style: The scope of the variable 'dx_lr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:489:32: style: The scope of the variable 'dy_lr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:490:11: style: The scope of the variable 'grid_ul_x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:490:22: style: The scope of the variable 'grid_ul_y' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:490:33: style: The scope of the variable 'grid_lr_x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:490:44: style: The scope of the variable 'grid_lr_y' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:539:26: style: The scope of the variable 'remapper' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:50:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:74:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:92:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:133:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:299:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:403:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:417:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:432:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:451:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:469:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:531:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:206:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:207:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:545:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbController.cpp:552:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbMatchPoint.cpp:45:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbMatchPoint.cpp:81:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbMatchPoint.cpp:112:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbMatchPoint.cpp:130:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbMatchPoint.cpp:143:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbPointSource.cpp:43:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbPointSource.cpp:61:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbPointSource.cpp:86:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbPointSource.cpp:109:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbPointSource.cpp:134:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimAtbPointSource.cpp:181:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimBitMaskTileSource.cpp:90:9: style: The scope of the variable 'space' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimBitMaskTileSource.cpp:62:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimBitMaskWriter.cpp:74:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimBlendMosaic.cpp:231:3: style: Variable 'currentImageData' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimBlendMosaic.cpp:222:0: note: Variable 'currentImageData' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimBlendMosaic.cpp:231:3: note: Variable 'currentImageData' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimBlendMosaic.cpp:350:4: style: Variable 'currentImageData' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimBlendMosaic.cpp:341:0: note: Variable 'currentImageData' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimBlendMosaic.cpp:350:4: note: Variable 'currentImageData' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimBlendMosaic.cpp:224:10: style: The scope of the variable 'currentWeight' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimBlendMosaic.cpp:343:11: style: The scope of the variable 'currentWeight' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimCcfHead.cpp:325:17: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ossim-Hollywood-2.4.2/src/imaging/ossimCcfHead.cpp:498:17: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
ossim-Hollywood-2.4.2/src/imaging/ossimCcfHead.cpp:181:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimCcfTileSource.cpp:231:68: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ossim-Hollywood-2.4.2/src/imaging/ossimCcfTileSource.cpp:232:66: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ossim-Hollywood-2.4.2/src/imaging/ossimCcfTileSource.cpp:420:68: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ossim-Hollywood-2.4.2/src/imaging/ossimCcfTileSource.cpp:421:66: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ossim-Hollywood-2.4.2/src/imaging/ossimCibCadrgTileSource.cpp:1124:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimClosestToCenterCombiner.cpp:96:22: style: Variable 'bandList' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimConvolutionSource.cpp:294:9: style: The scope of the variable 'convolutionCenterOffset' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimConvolutionSource.cpp:303:11: style: The scope of the variable 'convolveResult' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimDdffielddefn.cpp:584:17: error: Common realloc mistake: 'pszDest' nulled but not freed upon failure [memleakOnRealloc]
ossim-Hollywood-2.4.2/src/imaging/ossimDdffielddefn.cpp:617:21: error: Common realloc mistake: 'pszDest' nulled but not freed upon failure [memleakOnRealloc]
ossim-Hollywood-2.4.2/src/imaging/ossimDdffielddefn.cpp:640:17: error: Common realloc mistake: 'pszDest' nulled but not freed upon failure [memleakOnRealloc]
ossim-Hollywood-2.4.2/src/imaging/ossimDdfrecord.cpp:567:0: error: Memory leak: tmpBuf [memleak]
ossim-Hollywood-2.4.2/src/imaging/ossimDdfrecord.cpp:507:0: error: Memory leak: tmpBuf [memleak]
ossim-Hollywood-2.4.2/src/imaging/ossimDdfsubfielddefn.cpp:483:33: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/imaging/ossimDdfsubfielddefn.cpp:488:34: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/imaging/ossimDdfsubfielddefn.cpp:641:33: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/imaging/ossimDdfsubfielddefn.cpp:646:34: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/imaging/ossimEdgeFilter.cpp:479:19: style: Variable 'v1' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEdgeFilter.cpp:478:19: note: Variable 'v1' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEdgeFilter.cpp:479:19: note: Variable 'v1' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEdgeFilter.cpp:482:19: style: Variable 'v2' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEdgeFilter.cpp:481:19: note: Variable 'v2' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEdgeFilter.cpp:482:19: note: Variable 'v2' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEnviTileSource.cpp:259:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEnviTileSource.cpp:254:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEnviTileSource.cpp:259:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:1154:29: warning: Possible null pointer dereference: tempData [nullPointer]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:1136:40: note: Assignment 'tempData=NULL', assigned value is 0
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:1154:29: note: Null pointer dereference
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:749:10: style: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:748:0: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:749:10: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:777:10: style: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:776:0: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:777:10: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:794:13: style: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:793:0: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:794:13: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:814:13: style: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:813:0: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:814:13: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:2672:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:2670:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:2672:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:2854:7: style: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:2853:0: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:2854:7: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:2936:7: style: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:2935:0: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:2936:7: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3006:7: style: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3005:0: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3006:7: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3063:7: style: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3062:0: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3063:7: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3147:10: style: Variable 'returnValue' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3141:10: note: Variable 'returnValue' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3147:10: note: Variable 'returnValue' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3159:10: style: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3158:0: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3159:10: note: Variable 'id' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3161:10: style: Variable 'returnValue' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3151:10: note: Variable 'returnValue' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3161:10: note: Variable 'returnValue' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3471:7: style: Variable 'returnValue' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3467:7: note: Variable 'returnValue' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:3471:7: note: Variable 'returnValue' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimEquationCombiner.cpp:1287:11: style: The scope of the variable 'argCount' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimFeatherMosaic.cpp:411:11: style: The scope of the variable 'xSum' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimFeatherMosaic.cpp:411:21: style: The scope of the variable 'ySum' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimFeatherMosaic.cpp:401:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimFftFilter.cpp:116:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ossim-Hollywood-2.4.2/src/imaging/ossimFftFilter.cpp:120:4: note: Found duplicate branches for 'if' and 'else'.
ossim-Hollywood-2.4.2/src/imaging/ossimFftFilter.cpp:116:4: note: Found duplicate branches for 'if' and 'else'.
ossim-Hollywood-2.4.2/src/imaging/ossimFftFilter.cpp:331:22: style: The scope of the variable 'bandReal' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimFilter.cpp:319:11: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimFilter.cpp:320:11: style: The scope of the variable 'val' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimFilterResampler.cpp:369:0: error: Memory leak: densityvals [memleak]
ossim-Hollywood-2.4.2/src/imaging/ossimFilterTable.cpp:49:11: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimFixedTileCache.cpp:88:26: error: Iterator 'tileIter' used after element has been erased. [eraseDereference]
ossim-Hollywood-2.4.2/src/imaging/ossimFixedTileCache.cpp:90:9: note: Iterator 'tileIter' used after element has been erased.
ossim-Hollywood-2.4.2/src/imaging/ossimFixedTileCache.cpp:88:26: note: Iterator 'tileIter' used after element has been erased.
ossim-Hollywood-2.4.2/src/imaging/ossimGeneralRasterTileSource.cpp:1292:19: style: Condition 'numBits==-1' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/imaging/ossimGeneralRasterTileSource.cpp:1255:30: note: Assignment 'numBits=-1', assigned value is -1
ossim-Hollywood-2.4.2/src/imaging/ossimGeneralRasterTileSource.cpp:1292:19: note: Condition 'numBits==-1' is always true
ossim-Hollywood-2.4.2/src/imaging/ossimGeneralRasterTileSource.cpp:1165:14: warning: Either the condition 'fp!=0' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
ossim-Hollywood-2.4.2/src/imaging/ossimGeneralRasterTileSource.cpp:1160:14: note: Assuming that condition 'fp!=0' is not redundant
ossim-Hollywood-2.4.2/src/imaging/ossimGeneralRasterTileSource.cpp:1165:14: note: Null pointer dereference
ossim-Hollywood-2.4.2/src/imaging/ossimGeneralRasterWriter.cpp:791:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimGeoAnnotationMultiPolyObject.cpp:97:30: style: Unused variable: visiblePolygons [unusedVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimGeographicAnnotationGrid.cpp:52:7: style: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimGeographicAnnotationGrid.cpp:49:0: note: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimGeographicAnnotationGrid.cpp:52:7: note: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimGeographicAnnotationGrid.cpp:167:23: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimGeographicAnnotationGrid.cpp:238:23: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimGridRemapSource.cpp:92:8: style: The scope of the variable 'num_params' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimGridRemapSource.cpp:172:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimGridRemapSource.cpp:250:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimGridRemapSource.cpp:328:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimGridRemapSource.cpp:150:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimGridRemapSource.cpp:335:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimHistoMatchRemapper.cpp:68:11: style: The scope of the variable 'result' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHistogramEqualization.cpp:269:18: style: The scope of the variable 'histoLut' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHistogramEqualization.cpp:477:26: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHistogramEqualization.cpp:445:43: style: Array index 'idxEnd' is used before limits check. [arrayIndexThenCheck]
ossim-Hollywood-2.4.2/src/imaging/ossimHistogramEqualization.cpp:471:48: style: Array index 'idxEnd' is used before limits check. [arrayIndexThenCheck]
ossim-Hollywood-2.4.2/src/imaging/ossimHistogramRemapper.cpp:1618:17: style: The scope of the variable 'bias' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHistogramWriter.cpp:25:4: style: Class 'ossimHistogramWriterProcessListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ossim-Hollywood-2.4.2/src/imaging/ossimHsiRemapper.cpp:237:11: style: The scope of the variable 'r' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHsiRemapper.cpp:238:11: style: The scope of the variable 'g' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHsiRemapper.cpp:239:11: style: The scope of the variable 'b' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHsiRemapper.cpp:240:11: style: The scope of the variable 'h' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHsiRemapper.cpp:241:11: style: The scope of the variable 's' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHsiRemapper.cpp:242:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHsvGridRemapEngine.cpp:64:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHsvGridRemapEngine.cpp:70:18: style: The scope of the variable 'gridH' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHsvGridRemapEngine.cpp:71:18: style: The scope of the variable 'gridS' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHsvGridRemapEngine.cpp:72:18: style: The scope of the variable 'gridV' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimHsvGridRemapEngine.cpp:160:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimHsvGridRemapEngine.cpp:224:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimHsvGridRemapEngine.cpp:259:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimHsvGridRemapEngine.cpp:182:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimHsvGridRemapEngine.cpp:200:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimIgenGenerator.cpp:612:17: style: Expression is always false because 'else if' condition matches previous condition at line 607. [multiCondition]
ossim-Hollywood-2.4.2/src/imaging/ossimIgenGenerator.cpp:386:11: style: The scope of the variable 'col' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimIgenGenerator.cpp:448:10: style: Variable 'row' is modified but its new value is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimIgenGenerator.cpp:446:16: style: Variable 'col' is modified but its new value is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageCacheBase.cpp:453:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageChain.cpp:1441:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimImageChain.cpp:1439:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimImageChain.cpp:1441:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimImageChain.cpp:1481:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimImageChain.cpp:1478:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimImageChain.cpp:1481:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimImageChain.cpp:1220:23: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageChain.cpp:1313:7: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageChain.cpp:1471:23: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageChain.cpp:1499:23: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageCombiner.cpp:97:22: style: The scope of the variable 'interface' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimImageCombiner.cpp:85:23: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageCombiner.cpp:198:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageCombiner.cpp:238:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageData.cpp:2622:44: style: Same expression on both sides of '&&'. [duplicateExpression]
ossim-Hollywood-2.4.2/src/imaging/ossimImageData.cpp:7424:19: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageGeometry.cpp:1552:16: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimImageGeometry.cpp:1550:0: note: Variable 'h' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimImageGeometry.cpp:1552:16: note: Variable 'h' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimImageGeometry.cpp:1154:31: style: Variable 'affectedByElevation' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageGeometry.cpp:1513:35: style: Variable 'partials' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageGeometryFactory.cpp:81:12: style: The scope of the variable 'add2D' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimImageHandler.cpp:444:11: style: The scope of the variable 'line_decimation' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimImageHandler.cpp:444:28: style: The scope of the variable 'samp_decimation' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimImageHandler.cpp:444:45: style: The scope of the variable 'decimation' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimImageHandler.cpp:269:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageHandler.cpp:274:32: style: Variable 'validVerticesFlag' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageHistogramSource.cpp:473:4: style: Variable 'totalTiles' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimImageHistogramSource.cpp:452:0: note: Variable 'totalTiles' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimImageHistogramSource.cpp:473:4: note: Variable 'totalTiles' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimImageHistogramSource.cpp:338:14: style: The scope of the variable 'tileCount' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimImageHistogramSource.cpp:451:11: style: The scope of the variable 'tileCount' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimImageRenderer.cpp:1528:9: style: The scope of the variable 'done' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimImageRenderer.cpp:2475:23: style: The scope of the variable 'sum' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimImageSourceFactory.cpp:477:23: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimImageSourceSequencer.cpp:346:23: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimJpegCodec.cpp:153:19: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimJpegMemSrc.cpp:81:31: style: C-style pointer casting [cstyleCast]
ossim-Hollywood-2.4.2/src/imaging/ossimJpegMemSrc.cpp:106:31: style: C-style pointer casting [cstyleCast]
ossim-Hollywood-2.4.2/src/imaging/ossimJpegMemSrc.cpp:166:9: style: C-style pointer casting [cstyleCast]
ossim-Hollywood-2.4.2/src/imaging/ossimJpegStdIOSrc.cpp:133:18: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
ossim-Hollywood-2.4.2/src/imaging/ossimJpegWriter.cpp:147:32: style: Unused variable: tempBuf [unusedVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimKMeansFilter.cpp:94:17: style: The scope of the variable 'outBuf' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimLandsatTileSource.cpp:96:12: style: The scope of the variable 'addFile' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimLandsatTileSource.cpp:68:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimLinearStretchRemapper.cpp:184:24: style: Variable 'return_state' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimLocalCorrelationFusion.cpp:249:4: style: Variable 'high' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimLocalCorrelationFusion.cpp:244:0: note: Variable 'high' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimLocalCorrelationFusion.cpp:249:4: note: Variable 'high' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimMapCompositionSource.cpp:2553:11: style: Expression is always false because 'else if' condition matches previous condition at line 2359. [multiCondition]
ossim-Hollywood-2.4.2/src/imaging/ossimMapCompositionSource.cpp:335:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimMapCompositionSource.cpp:662:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimMaxMosaic.cpp:365:10: style: Variable 'srcBandsNullPix' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimMeanMedianFilter.cpp:820:4: style: Variable 'lookup' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimMeanMedianFilter.cpp:818:0: note: Variable 'lookup' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimMeanMedianFilter.cpp:820:4: note: Variable 'lookup' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimMonoGridRemapEngine.cpp:507:24: style: Condition 'TRACE_FLAG' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/imaging/ossimMonoGridRemapEngine.cpp:405:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimMonoGridRemapEngine.cpp:467:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimMonoGridRemapEngine.cpp:491:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimMonoGridRemapEngine.cpp:427:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimMonoGridRemapEngine.cpp:441:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimNBandToIndexFilter.cpp:325:28: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ossim-Hollywood-2.4.2/src/imaging/ossimNBandToIndexFilter.cpp:323:26: note: outer condition: idx>=0
ossim-Hollywood-2.4.2/src/imaging/ossimNBandToIndexFilter.cpp:325:28: note: identical inner condition: idx>=0
ossim-Hollywood-2.4.2/src/imaging/ossimNBandToIndexFilter.cpp:145:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ossim-Hollywood-2.4.2/src/imaging/ossimNBandToIndexFilter.cpp:151:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ossim-Hollywood-2.4.2/src/imaging/ossimNBandToIndexFilter.cpp:157:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ossim-Hollywood-2.4.2/src/imaging/ossimNBandToIndexFilter.cpp:179:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ossim-Hollywood-2.4.2/src/imaging/ossimNitfTileSource.cpp:1069:9: style: Condition '!bytesRowColCacheTile' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/imaging/ossimNitfTileSource.cpp:1039:40: note: Assignment 'bytesRowColCacheTile=0', assigned value is 0
ossim-Hollywood-2.4.2/src/imaging/ossimNitfTileSource.cpp:1069:9: note: Condition '!bytesRowColCacheTile' is always true
ossim-Hollywood-2.4.2/src/imaging/ossimNitfWriter.cpp:344:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimNitfWriter.cpp:522:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimOrthoImageMosaic.cpp:294:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimOrthoImageMosaic.cpp:369:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimPdfWriter.cpp:1434:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ossim-Hollywood-2.4.2/src/imaging/ossimPdfWriter.cpp:1444:4: note: Found duplicate branches for 'if' and 'else'.
ossim-Hollywood-2.4.2/src/imaging/ossimPdfWriter.cpp:1434:4: note: Found duplicate branches for 'if' and 'else'.
ossim-Hollywood-2.4.2/src/imaging/ossimPdfWriter.cpp:1634:45: style: Same expression on both sides of '&&'. [duplicateExpression]
ossim-Hollywood-2.4.2/src/imaging/ossimRLevelFilter.cpp:216:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ossim-Hollywood-2.4.2/src/imaging/ossimRangeDomeTileSource.cpp:155:11: style: The scope of the variable 'r' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRangeDomeTileSource.cpp:215:19: style: The scope of the variable 'y0' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRangeDomeTileSource.cpp:103:7: error: Memory leak: magic_number [memleak]
ossim-Hollywood-2.4.2/src/imaging/ossimReadmeFileWriter.cpp:55:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimResampler.cpp:535:20: style: The scope of the variable 'x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbGridRemapEngine.cpp:62:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbGridRemapEngine.cpp:73:18: style: The scope of the variable 'gridR' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbGridRemapEngine.cpp:74:18: style: The scope of the variable 'gridG' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbGridRemapEngine.cpp:75:18: style: The scope of the variable 'gridB' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbGridRemapEngine.cpp:160:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbGridRemapEngine.cpp:224:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbGridRemapEngine.cpp:250:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbGridRemapEngine.cpp:182:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbGridRemapEngine.cpp:200:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbImage.cpp:1311:8: style: The scope of the variable 'ints' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbImage.cpp:1409:8: style: The scope of the variable 'ints' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbImage.cpp:1509:8: style: The scope of the variable 'ints' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbImage.cpp:1599:8: style: The scope of the variable 'ints' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbImage.cpp:1756:39: style: The scope of the variable 'xend' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbImage.cpp:1756:45: style: The scope of the variable 'yend' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbImage.cpp:1756:51: style: The scope of the variable 'xdirflag' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRgbImage.cpp:1756:61: style: The scope of the variable 'ydirflag' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimRpfCacheTileSource.cpp:1160:0: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimS16ImageData.cpp:258:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimSFIMFusion.cpp:270:4: style: Variable 'high' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimSFIMFusion.cpp:265:0: note: Variable 'high' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimSFIMFusion.cpp:270:4: note: Variable 'high' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:412:4: style: Variable 'scale' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:400:0: note: Variable 'scale' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:412:4: note: Variable 'scale' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:414:4: style: Variable 'support' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:401:0: note: Variable 'support' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:414:4: note: Variable 'support' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:534:4: style: Variable 'scale' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:522:0: note: Variable 'scale' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:534:4: note: Variable 'scale' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:536:4: style: Variable 'support' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:523:0: note: Variable 'support' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:536:4: note: Variable 'support' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:468:20: style: The scope of the variable 'result' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimScaleFilter.cpp:588:20: style: The scope of the variable 'result' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimSingleImageChain.cpp:523:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ossim-Hollywood-2.4.2/src/imaging/ossimSlopeFilter.cpp:58:11: style: The scope of the variable 'z' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimSrtmTileSource.cpp:41:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimSubImageTileSource.cpp:177:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimTiffOverviewBuilder.cpp:491:56: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ossim-Hollywood-2.4.2/src/imaging/ossimTiffOverviewBuilder.cpp:493:55: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
ossim-Hollywood-2.4.2/src/imaging/ossimTiffTileSource.cpp:761:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ossim-Hollywood-2.4.2/src/imaging/ossimTiffTileSource.cpp:790:7: note: Found duplicate branches for 'if' and 'else'.
ossim-Hollywood-2.4.2/src/imaging/ossimTiffTileSource.cpp:761:12: note: Found duplicate branches for 'if' and 'else'.
ossim-Hollywood-2.4.2/src/imaging/ossimTiffTileSource.cpp:2380:4: style: Label 'std' is not used. [unusedLabel]
ossim-Hollywood-2.4.2/src/imaging/ossimTiffTileSource.cpp:2513:43: style: Variable 'nullFound' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimTiffWriter.cpp:97:23: style: The scope of the variable 'MODULE' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimTiling.cpp:63:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimTiling.cpp:59:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimTiling.cpp:63:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimTiling.cpp:602:38: style: Same expression on both sides of '&&'. [duplicateExpression]
ossim-Hollywood-2.4.2/src/imaging/ossimTilingPoly.cpp:327:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/imaging/ossimTopographicCorrectionFilter.cpp:122:45: warning: Either the condition '!normalSource' is redundant or there is possible null pointer dereference: normalSource. [nullPointerRedundantCheck]
ossim-Hollywood-2.4.2/src/imaging/ossimTopographicCorrectionFilter.cpp:76:27: note: Assuming that condition '!normalSource' is not redundant
ossim-Hollywood-2.4.2/src/imaging/ossimTopographicCorrectionFilter.cpp:122:45: note: Null pointer dereference
ossim-Hollywood-2.4.2/src/imaging/ossimTopographicCorrectionFilter.cpp:125:45: warning: Either the condition '!colorSource' is redundant or there is possible null pointer dereference: colorSource. [nullPointerRedundantCheck]
ossim-Hollywood-2.4.2/src/imaging/ossimTopographicCorrectionFilter.cpp:76:42: note: Assuming that condition '!colorSource' is not redundant
ossim-Hollywood-2.4.2/src/imaging/ossimTopographicCorrectionFilter.cpp:125:45: note: Null pointer dereference
ossim-Hollywood-2.4.2/src/imaging/ossimTopographicCorrectionFilter.cpp:347:7: style: The scope of the variable 'colorDataBand' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimTopographicCorrectionFilter.cpp:348:7: style: The scope of the variable 'outputDataBand' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimTopographicCorrectionFilter.cpp:459:7: style: The scope of the variable 'colorDataBand' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimTopographicCorrectionFilter.cpp:460:7: style: The scope of the variable 'outputDataBand' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimU11ImageData.cpp:260:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimU12ImageData.cpp:260:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimU13ImageData.cpp:260:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimU14ImageData.cpp:260:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimU15ImageData.cpp:260:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimU16ImageData.cpp:255:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimU8ImageData.cpp:262:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimUsgsDemTileSource.cpp:221:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimValueAssignImageSourceFilter.cpp:205:9: style: The scope of the variable 'equalFlag' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:385:45: style: Condition 'found_first_non_null_line==1' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:381:38: note: Assignment 'found_first_non_null_line=1', assigned value is 1
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:385:45: note: Condition 'found_first_non_null_line==1' is always true
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:1427:12: style: The scope of the variable 'foundULcornera' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:1428:12: style: The scope of the variable 'foundULcornerb' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:1520:12: style: The scope of the variable 'foundURcornera' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:1521:12: style: The scope of the variable 'foundURcornerb' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:1610:12: style: The scope of the variable 'foundLRcornera' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:1611:12: style: The scope of the variable 'foundLRcornerb' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:1697:12: style: The scope of the variable 'foundLLcornera' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:1698:12: style: The scope of the variable 'foundLLcornerb' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVertexExtractor.cpp:1836:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:1103:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:1100:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:1103:3: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:1118:3: style: Variable 'idResult' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:1114:0: note: Variable 'idResult' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:1118:3: note: Variable 'idResult' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:1135:3: style: Variable 'idResult' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:1130:0: note: Variable 'idResult' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:1135:3: note: Variable 'idResult' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:431:45: style: The scope of the variable 'annotation' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:448:37: style: The scope of the variable 'annotation' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:472:46: style: The scope of the variable 'annotation' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:486:42: style: The scope of the variable 'annotation' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/imaging/ossimVpfAnnotationFeatureInfo.cpp:1374:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/matrix/evalue.cpp:108:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/matrix/hholder.cpp:33:30: style: The scope of the variable 'k' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/matrix/hholder.cpp:117:11: style: The scope of the variable 'k' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/matrix/hholder.cpp:171:11: style: The scope of the variable 'k' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/matrix/hholder.cpp:229:30: style: The scope of the variable 'k' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/matrix/hholder.cpp:270:11: style: The scope of the variable 'k' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/matrix/newfft.cpp:267:13: style: The scope of the variable 'K' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/matrix/newmat2.cpp:96:24: style: Same expression on both sides of '-' because the value of 'f' and 'skip' are the same. [duplicateExpression]
ossim-Hollywood-2.4.2/src/matrix/newmat2.cpp:91:12: note: 'f' is assigned value 'skip' here.
ossim-Hollywood-2.4.2/src/matrix/newmat2.cpp:96:24: note: Same expression on both sides of '-' because the value of 'f' and 'skip' are the same.
ossim-Hollywood-2.4.2/src/matrix/newmat2.cpp:168:24: style: Same expression on both sides of '-' because the value of 'f' and 'skip' are the same. [duplicateExpression]
ossim-Hollywood-2.4.2/src/matrix/newmat2.cpp:163:12: note: 'f' is assigned value 'skip' here.
ossim-Hollywood-2.4.2/src/matrix/newmat2.cpp:168:24: note: Same expression on both sides of '-' because the value of 'f' and 'skip' are the same.
ossim-Hollywood-2.4.2/src/matrix/newmat2.cpp:332:24: style: Same expression on both sides of '-' because the value of 'f' and 'skip' are the same. [duplicateExpression]
ossim-Hollywood-2.4.2/src/matrix/newmat2.cpp:327:12: note: 'f' is assigned value 'skip' here.
ossim-Hollywood-2.4.2/src/matrix/newmat2.cpp:332:24: note: Same expression on both sides of '-' because the value of 'f' and 'skip' are the same.
ossim-Hollywood-2.4.2/src/matrix/newmat8.cpp:559:56: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/matrix/newmat8.cpp:568:56: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/matrix/newmat8.cpp:660:56: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/matrix/svd.cpp:190:8: style: Boolean variable 'withU' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ossim-Hollywood-2.4.2/src/parallel/ossimIgen.cpp:314:16: style: The scope of the variable 'MODULE' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/parallel/ossimImageChainMtAdaptor.cpp:290:22: style: The scope of the variable 'original_source' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/parallel/ossimImageChainMtAdaptor.cpp:235:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/parallel/ossimImageChainMtAdaptor.cpp:417:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/parallel/ossimImageChainMtAdaptor.cpp:419:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/parallel/ossimImageChainMtAdaptor.cpp:482:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/parallel/ossimMultiThreadSequencer.cpp:277:16: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/parallel/ossimMultiThreadSequencer.cpp:419:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/point_cloud/ossimPointCloudImageHandlerFactory.cpp:36:23: style: The scope of the variable 'M' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAdjMapModel.cpp:296:16: style: The scope of the variable 'value_str' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAdjMapModel.cpp:297:11: style: The scope of the variable 'value' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAffineProjection.cpp:203:9: style: The scope of the variable 'err_stat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:299:10: style: The scope of the variable 'sin_lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:299:19: style: The scope of the variable 'sin_lat_1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:299:30: style: The scope of the variable 'cos_lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:300:10: style: The scope of the variable 'm1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:300:14: style: The scope of the variable 'm2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:300:18: style: The scope of the variable 'SQRm1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:301:10: style: The scope of the variable 'q0' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:301:14: style: The scope of the variable 'q1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:301:18: style: The scope of the variable 'q2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:302:10: style: The scope of the variable 'es_sin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:302:18: style: The scope of the variable 'one_MINUS_SQRes_sin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:303:10: style: The scope of the variable 'nq0' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:457:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:458:10: style: The scope of the variable 'sin_lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:460:10: style: The scope of the variable 'es_sin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:460:18: style: The scope of the variable 'one_MINUS_SQRes_sin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:461:10: style: The scope of the variable 'q' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:462:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:463:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:464:10: style: The scope of the variable 'nq' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:526:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:526:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:527:10: style: The scope of the variable 'rho0_MINUS_dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:528:10: style: The scope of the variable 'q' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:528:13: style: The scope of the variable 'qconst' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:528:21: style: The scope of the variable 'q_OVER_2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:529:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:529:15: style: The scope of the variable 'rho_n' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:530:10: style: The scope of the variable 'PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:530:15: style: The scope of the variable 'Delta_PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:531:10: style: The scope of the variable 'sin_phi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:532:10: style: The scope of the variable 'es_sin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:532:18: style: The scope of the variable 'one_MINUS_SQRes_sin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:533:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:534:10: style: The scope of the variable 'tolerance' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAlbersProjection.cpp:559:10: style: Variable 'dy' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimApplanixEcefModel.cpp:552:7: style: Variable 'focal_length' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimApplanixEcefModel.cpp:550:7: note: Variable 'focal_length' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimApplanixEcefModel.cpp:552:7: note: Variable 'focal_length' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimApplanixEcefModel.cpp:529:22: style: Unused variable: datumString [unusedVariable]
ossim-Hollywood-2.4.2/src/projection/ossimApplanixUtmModel.cpp:730:7: style: Variable 'focal_length' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimApplanixUtmModel.cpp:728:7: note: Variable 'focal_length' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimApplanixUtmModel.cpp:730:7: note: Variable 'focal_length' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:200:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:182:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:200:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:320:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:310:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:320:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:439:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:426:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:439:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:179:10: style: The scope of the variable 'es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:179:15: style: The scope of the variable 'es4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:179:20: style: The scope of the variable 'es6' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:301:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:302:10: style: The scope of the variable 'k_prime' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:303:10: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:306:10: style: The scope of the variable 'cos_c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:307:10: style: The scope of the variable 'sin_dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:307:20: style: The scope of the variable 'cos_dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:308:10: style: The scope of the variable 'Ra_kprime' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:309:10: style: The scope of the variable 'Ra_PI_OVER_2_Lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:422:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:422:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:423:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:424:10: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:425:10: style: The scope of the variable 'sin_c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:425:17: style: The scope of the variable 'cos_c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimAzimEquDistProjection.cpp:425:24: style: The scope of the variable 'dy_sinc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:268:8: style: The scope of the variable 'num_digits' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:270:8: style: The scope of the variable 'temp_error' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:315:14: style: The scope of the variable 'east_string' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:316:14: style: The scope of the variable 'north_string' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:319:16: style: The scope of the variable 'multiplier' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:572:8: style: The scope of the variable 'temp_Error' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:623:8: style: The scope of the variable 'letters' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:624:8: style: The scope of the variable 'x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:624:11: style: The scope of the variable 'y' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:625:8: style: The scope of the variable 'index' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:626:8: style: The scope of the variable 'temp_Easting' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:626:22: style: The scope of the variable 'temp_Northing' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:709:8: style: The scope of the variable 'northing_Offset' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBngProjection.cpp:709:25: style: The scope of the variable 'easting_Offset' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:229:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:211:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:229:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:376:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:366:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:376:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:459:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:447:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:459:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:206:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:206:13: style: The scope of the variable 'three_es4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:207:10: style: The scope of the variable 'x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:207:12: style: The scope of the variable 'e1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:207:15: style: The scope of the variable 'e2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:207:18: style: The scope of the variable 'e3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:207:21: style: The scope of the variable 'e4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:208:10: style: The scope of the variable 'clat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:209:10: style: The scope of the variable 'sin2lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:209:19: style: The scope of the variable 'sin4lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:209:28: style: The scope of the variable 'sin6lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:209:37: style: The scope of the variable 'lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:358:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:359:10: style: The scope of the variable 'mm' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:360:10: style: The scope of the variable 'MM' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:361:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:362:10: style: The scope of the variable 'EE' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:365:10: style: The scope of the variable 'lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:365:15: style: The scope of the variable 'sin2lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:365:24: style: The scope of the variable 'sin4lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:365:33: style: The scope of the variable 'sin6lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:438:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:439:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:440:10: style: The scope of the variable 'mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:441:10: style: The scope of the variable 'MM' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:442:10: style: The scope of the variable 'mm' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:443:10: style: The scope of the variable 'am1sin_dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:444:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:445:10: style: The scope of the variable 'sin2mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:445:18: style: The scope of the variable 'sin4mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:445:26: style: The scope of the variable 'sin6mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:445:34: style: The scope of the variable 'sin8mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:446:10: style: The scope of the variable 'clat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBonneProjection.cpp:446:16: style: The scope of the variable 'slat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimBuckeyeSensor.cpp:487:15: style: Unused variable: datumString [unusedVariable]
ossim-Hollywood-2.4.2/src/projection/ossimBuckeyeSensor.cpp:501:15: style: Unused variable: datumString [unusedVariable]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:238:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:220:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:238:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:374:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:364:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:374:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:457:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:445:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:457:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:215:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:215:12: style: The scope of the variable 'three_es4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:216:10: style: The scope of the variable 'x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:216:13: style: The scope of the variable 'e1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:216:17: style: The scope of the variable 'e2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:216:21: style: The scope of the variable 'e3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:216:25: style: The scope of the variable 'e4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:217:10: style: The scope of the variable 'lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:217:15: style: The scope of the variable 'sin2lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:217:24: style: The scope of the variable 'sin4lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:217:33: style: The scope of the variable 'sin6lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:353:10: style: The scope of the variable 'lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:353:15: style: The scope of the variable 'sin2lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:353:24: style: The scope of the variable 'sin4lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:353:33: style: The scope of the variable 'sin6lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:354:10: style: The scope of the variable 'RD' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:358:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:359:10: style: The scope of the variable 'NN' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:360:10: style: The scope of the variable 'TT' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:361:10: style: The scope of the variable 'AA' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:361:14: style: The scope of the variable 'A2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:361:18: style: The scope of the variable 'A3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:361:22: style: The scope of the variable 'A4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:361:26: style: The scope of the variable 'A5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:362:10: style: The scope of the variable 'CC' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:363:10: style: The scope of the variable 'MM' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:433:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:434:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:435:10: style: The scope of the variable 'mu1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:436:10: style: The scope of the variable 'sin2mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:436:18: style: The scope of the variable 'sin4mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:436:26: style: The scope of the variable 'sin6mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:436:34: style: The scope of the variable 'sin8mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:437:10: style: The scope of the variable 'M1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:438:10: style: The scope of the variable 'phi1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:439:10: style: The scope of the variable 'tanphi1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:439:19: style: The scope of the variable 'sinphi1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:439:28: style: The scope of the variable 'cosphi1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:440:10: style: The scope of the variable 'T1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:440:14: style: The scope of the variable 'T' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:441:10: style: The scope of the variable 'N1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:442:10: style: The scope of the variable 'RD' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:442:14: style: The scope of the variable 'R1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:443:10: style: The scope of the variable 'DD' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:443:14: style: The scope of the variable 'D2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:443:18: style: The scope of the variable 'D3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:443:22: style: The scope of the variable 'D4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCassiniProjection.cpp:443:26: style: The scope of the variable 'D5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCoarseGridModel.cpp:360:23: style: The scope of the variable 'deltaLat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCoarseGridModel.cpp:361:23: style: The scope of the variable 'deltaLon' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCoarseGridModel.cpp:607:8: style: The scope of the variable 'line' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:234:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:216:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:234:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:344:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:334:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:344:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:403:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:391:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:403:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:213:10: style: The scope of the variable 'Sin_Cyeq_Origin_Lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:330:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:331:10: style: The scope of the variable 'qq' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:332:10: style: The scope of the variable 'x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:383:10: style: The scope of the variable 'sin2beta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:383:20: style: The scope of the variable 'sin4beta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:383:30: style: The scope of the variable 'sin6beta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:384:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:385:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:386:10: style: The scope of the variable 'qp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:387:10: style: The scope of the variable 'beta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:389:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimCylEquAreaProjection.cpp:390:10: style: The scope of the variable 'x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:224:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:210:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:224:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:329:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:318:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:329:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:397:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:384:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:397:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:208:10: style: The scope of the variable 'Ra' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:311:10: style: The scope of the variable 'sin_theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:311:21: style: The scope of the variable 'cos_theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:312:10: style: The scope of the variable 'num' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:313:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:315:10: style: The scope of the variable 'delta_theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:316:10: style: The scope of the variable 'dt_tolerance' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:378:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:379:10: style: The scope of the variable 'sin_theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:379:21: style: The scope of the variable 'cos_theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:380:10: style: The scope of the variable 'num' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:381:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:381:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert4Projection.cpp:382:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:226:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:212:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:226:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:329:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:318:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:329:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:392:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:379:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:392:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:210:10: style: The scope of the variable 'Ra' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:313:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:315:10: style: The scope of the variable 'delta_theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:316:10: style: The scope of the variable 'dt_tolerance' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:375:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:375:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:376:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEckert6Projection.cpp:377:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEnviCgModel.cpp:138:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/projection/ossimEnviCgModel.cpp:141:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:501:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:483:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:501:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:603:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:592:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:603:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:657:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:644:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:657:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:591:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:643:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimEquDistCylProjection.cpp:643:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:209:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:191:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:209:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:390:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:378:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:390:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:189:10: style: The scope of the variable 'es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:189:15: style: The scope of the variable 'es4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:189:20: style: The scope of the variable 'es6' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:286:10: style: The scope of the variable 'k_prime' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:287:10: style: The scope of the variable 'Ra_kprime' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:290:10: style: The scope of the variable 'Ra_cotlat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:292:10: style: The scope of the variable 'temp_Easting' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:292:24: style: The scope of the variable 'temp_Northing' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:373:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:373:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:374:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:375:10: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:376:10: style: The scope of the variable 'sin_c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:376:17: style: The scope of the variable 'cos_c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimGnomonicProjection.cpp:377:10: style: The scope of the variable 'dy_sinc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimIkonosRpcModel.cpp:808:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ossim-Hollywood-2.4.2/src/projection/ossimIkonosRpcModel.cpp:342:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/projection/ossimIkonosRpcModel.cpp:362:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/projection/ossimIkonosRpcModel.cpp:420:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/projection/ossimIkonosRpcModel.cpp:436:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/projection/ossimIkonosRpcModel.cpp:557:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/projection/ossimIkonosRpcModel.cpp:573:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:338:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:303:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:338:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:465:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:454:22: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:465:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:550:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:537:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:550:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:298:10: style: The scope of the variable 'slat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:298:16: style: The scope of the variable 'slat1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:298:23: style: The scope of the variable 'clat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:299:10: style: The scope of the variable 'es_sin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:300:10: style: The scope of the variable 't0' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:300:14: style: The scope of the variable 't1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:300:18: style: The scope of the variable 't2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:301:10: style: The scope of the variable 'm1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:301:14: style: The scope of the variable 'm2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:448:10: style: The scope of the variable 'slat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:449:10: style: The scope of the variable 'es_sin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:450:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:451:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:452:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:453:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:528:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:528:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:529:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:529:15: style: The scope of the variable 'rho0_MINUS_dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:530:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:531:10: style: The scope of the variable 'PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:532:10: style: The scope of the variable 'tempPHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:533:10: style: The scope of the variable 'sin_PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:534:10: style: The scope of the variable 'es_sin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:535:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:536:10: style: The scope of the variable 'tolerance' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimLambertConformalConicProjection.cpp:561:10: style: Variable 'dy' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimLandSatModel.cpp:737:4: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimLandSatModel.cpp:730:0: note: Variable 'value' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimLandSatModel.cpp:737:4: note: Variable 'value' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimLensDistortion.cpp:75:11: style: The scope of the variable 'inverse_norm' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMeanRadialLensDistortion.cpp:149:17: style: Same expression on both sides of '&&'. [duplicateExpression]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:296:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:276:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:296:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:472:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:451:22: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:472:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:271:10: style: The scope of the variable 'es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:272:10: style: The scope of the variable 'es3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:273:10: style: The scope of the variable 'es4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:274:10: style: The scope of the variable 'sin_olat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:392:10: style: The scope of the variable 'ctanz2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:393:10: style: The scope of the variable 'e_x_sinlat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:394:10: style: The scope of the variable 'Delta_Long' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:395:10: style: The scope of the variable 'tan_temp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:396:10: style: The scope of the variable 'pow_temp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:448:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:449:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMercatorProjection.cpp:450:10: style: The scope of the variable 'xphi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1128:3: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1121:0: note: Variable 'error_code' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1128:3: note: Variable 'error_code' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1234:3: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1230:0: note: Variable 'error_code' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1234:3: note: Variable 'error_code' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1313:3: style: Variable 'error_code' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1308:0: note: Variable 'error_code' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1313:3: note: Variable 'error_code' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:278:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:978:10: style: The scope of the variable 'east_string' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:979:10: style: The scope of the variable 'north_string' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:982:12: style: The scope of the variable 'multiplier' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1171:8: style: The scope of the variable 'Letters' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1174:10: style: The scope of the variable 'divisor' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1266:10: style: The scope of the variable 'divisor' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMgrs.c:1268:8: style: The scope of the variable 'ltrnum' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:220:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:206:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:220:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:317:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:306:23: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:317:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:368:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:355:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:368:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:304:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:354:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMillerProjection.cpp:354:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:219:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:205:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:219:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:324:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:313:23: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:324:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:388:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:375:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:388:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:203:10: style: The scope of the variable 'Ra' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:307:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:308:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:310:10: style: The scope of the variable 'delta_theta_primed' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:311:10: style: The scope of the variable 'dtp_tolerance' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:370:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:370:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:371:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:372:10: style: The scope of the variable 'two_theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimMollweidProjection.cpp:373:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:294:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:283:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:294:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:362:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:351:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:362:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:280:7: style: The scope of the variable 'n' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:281:10: style: The scope of the variable 'dphi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:282:10: style: The scope of the variable 'du' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:282:14: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:347:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:347:10: style: The scope of the variable 'n' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimNewZealandMapGridProjection.cpp:350:10: style: The scope of the variable 'dphi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:894:4: style: Variable 'eastingSize' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:891:0: note: Variable 'eastingSize' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:894:4: note: Variable 'eastingSize' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:895:4: style: Variable 'northingSize' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:892:0: note: Variable 'northingSize' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:895:4: note: Variable 'northingSize' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:932:4: style: Variable 'z' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:919:4: note: Variable 'z' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:932:4: note: Variable 'z' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:944:4: style: Variable 'z' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:932:4: note: Variable 'z' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:944:4: note: Variable 'z' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:956:4: style: Variable 'z' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:944:4: note: Variable 'z' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:956:4: note: Variable 'z' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/projection/ossimNitfProjectionFactory.cpp:349:9: style: The scope of the variable 'isBilinear' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:365:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:318:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:365:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:540:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:530:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:540:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:644:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:631:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:644:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:437:5: style: Variable 'dlon' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:431:5: note: Variable 'dlon' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:437:5: note: Variable 'dlon' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:309:10: style: The scope of the variable 'es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:309:15: style: The scope of the variable 'one_MINUS_es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:310:10: style: The scope of the variable 'cos_olat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:310:20: style: The scope of the variable 'cos_olat2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:311:10: style: The scope of the variable 'sin_olat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:311:20: style: The scope of the variable 'sin_olat2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:311:31: style: The scope of the variable 'es2_sin_olat2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:312:10: style: The scope of the variable 't0' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:312:14: style: The scope of the variable 't1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:312:18: style: The scope of the variable 't2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:313:10: style: The scope of the variable 'D' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:313:13: style: The scope of the variable 'D2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:313:17: style: The scope of the variable 'D2_MINUS_1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:313:29: style: The scope of the variable 'sqrt_D2_MINUS_1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:314:10: style: The scope of the variable 'H' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:314:13: style: The scope of the variable 'L' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:314:16: style: The scope of the variable 'LH' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:315:10: style: The scope of the variable 'E2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:316:10: style: The scope of the variable 'F' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:316:13: style: The scope of the variable 'G' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:316:16: style: The scope of the variable 'J' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:316:19: style: The scope of the variable 'P' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:317:10: style: The scope of the variable 'dlon' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:523:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:523:16: style: The scope of the variable 'B_dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:523:24: style: The scope of the variable 'cos_B_dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:524:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:524:13: style: The scope of the variable 'S' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:524:16: style: The scope of the variable 'T' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:524:19: style: The scope of the variable 'V' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:524:22: style: The scope of the variable 'U' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:525:10: style: The scope of the variable 'Q' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:525:13: style: The scope of the variable 'Q_inv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:528:10: style: The scope of the variable 'v' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:529:10: style: The scope of the variable 'u' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:620:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:620:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:623:10: style: The scope of the variable 'u' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:623:13: style: The scope of the variable 'v' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:624:10: style: The scope of the variable 'Q_prime' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:624:19: style: The scope of the variable 'Q_prime_inv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:625:10: style: The scope of the variable 'S_prime' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:625:19: style: The scope of the variable 'T_prime' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:625:28: style: The scope of the variable 'V_prime' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:625:37: style: The scope of the variable 'U_prime' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:626:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:627:10: style: The scope of the variable 'es_sin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:628:10: style: The scope of the variable 'u_B_over_A' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:629:10: style: The scope of the variable 'phi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimObliqueMercatorProjection.cpp:630:10: style: The scope of the variable 'temp_phi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimOrthoGraphicProjection.cpp:395:10: style: The scope of the variable 'cc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimOrthoGraphicProjection.cpp:396:10: style: The scope of the variable 'cos_cc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimOrthoGraphicProjection.cpp:396:18: style: The scope of the variable 'sin_cc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimOrthoGraphicProjection.cpp:397:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimOrthoGraphicProjection.cpp:398:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimOrthoGraphicProjection.cpp:398:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimOrthoGraphicProjection.cpp:399:10: style: The scope of the variable 'atan_dx_over_dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimOrthoGraphicProjection.cpp:401:10: style: The scope of the variable 'rho_OVER_Ra' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:233:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:214:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:233:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:367:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:347:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:367:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:471:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:446:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:471:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:206:10: style: The scope of the variable 'es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:207:10: style: The scope of the variable 'slat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:207:16: style: The scope of the variable 'clat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:208:10: style: The scope of the variable 'essin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:209:10: style: The scope of the variable 'one_PLUS_es' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:209:23: style: The scope of the variable 'one_MINUS_es' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:210:10: style: The scope of the variable 'pow_es' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:341:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:342:10: style: The scope of the variable 'slat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:343:10: style: The scope of the variable 'essin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:344:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:345:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:346:10: style: The scope of the variable 'pow_es' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:438:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:438:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:439:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:440:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:441:10: style: The scope of the variable 'PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:441:15: style: The scope of the variable 'sin_PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:442:10: style: The scope of the variable 'tempPHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:443:10: style: The scope of the variable 'essin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarStereoProjection.cpp:444:10: style: The scope of the variable 'pow_es' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:177:10: style: The scope of the variable 'es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:178:10: style: The scope of the variable 'slat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:178:16: style: The scope of the variable 'clat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:179:10: style: The scope of the variable 'essin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:180:10: style: The scope of the variable 'one_PLUS_es' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:180:23: style: The scope of the variable 'one_MINUS_es' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:181:10: style: The scope of the variable 'pow_es' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:311:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:312:10: style: The scope of the variable 'slat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:313:10: style: The scope of the variable 'essin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:314:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:315:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:316:10: style: The scope of the variable 'pow_es' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:408:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:408:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:409:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:410:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:411:10: style: The scope of the variable 'PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:411:15: style: The scope of the variable 'sin_PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:412:10: style: The scope of the variable 'tempPHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:413:10: style: The scope of the variable 'essin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:414:10: style: The scope of the variable 'pow_es' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolarst.c:415:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:231:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:213:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:231:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:354:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:344:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:354:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:438:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:426:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:438:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:209:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:209:13: style: The scope of the variable 'three_es4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:210:10: style: The scope of the variable 'lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:210:15: style: The scope of the variable 'sin2lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:210:24: style: The scope of the variable 'sin4lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:210:33: style: The scope of the variable 'sin6lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:338:10: style: The scope of the variable 'lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:338:15: style: The scope of the variable 'sin2lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:338:24: style: The scope of the variable 'sin4lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:338:33: style: The scope of the variable 'sin6lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:339:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:340:10: style: The scope of the variable 'NN' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:341:10: style: The scope of the variable 'NN_OVER_tlat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:342:10: style: The scope of the variable 'MM' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:343:10: style: The scope of the variable 'EE' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:411:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:412:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:413:10: style: The scope of the variable 'dx_OVER_Poly_a' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:414:10: style: The scope of the variable 'AA' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:415:10: style: The scope of the variable 'BB' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:416:10: style: The scope of the variable 'CC' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:417:10: style: The scope of the variable 'PHIn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:417:16: style: The scope of the variable 'Delta_PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:418:10: style: The scope of the variable 'sin_PHIn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:419:10: style: The scope of the variable 'PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:419:15: style: The scope of the variable 'sin2PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:419:23: style: The scope of the variable 'sin4PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:419:32: style: The scope of the variable 'sin6PHI' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:420:10: style: The scope of the variable 'Mn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:420:14: style: The scope of the variable 'Mn_prime' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:420:24: style: The scope of the variable 'Ma' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:421:10: style: The scope of the variable 'AA_Ma' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:422:10: style: The scope of the variable 'Ma2_PLUS_BB' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:423:10: style: The scope of the variable 'AA_MINUS_Ma' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolyconicProjection.cpp:424:10: style: The scope of the variable 'tolerance' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolynomProjection.cpp:183:11: style: The scope of the variable 'Uc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolynomProjection.cpp:183:15: style: The scope of the variable 'Vc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolynomProjection.cpp:535:8: style: The scope of the variable 'res' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimPolynomProjection.cpp:735:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
ossim-Hollywood-2.4.2/src/projection/ossimPolynomProjection.cpp:750:36: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
ossim-Hollywood-2.4.2/src/projection/ossimPolynomProjection.cpp:752:29: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
ossim-Hollywood-2.4.2/src/projection/ossimProjection.cpp:99:11: style: The scope of the variable 'dlat_du' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimProjection.cpp:99:20: style: The scope of the variable 'dlat_dv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimProjection.cpp:99:29: style: The scope of the variable 'dlon_du' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimProjection.cpp:99:38: style: The scope of the variable 'dlon_dv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimProjection.cpp:100:11: style: The scope of the variable 'delta_lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimProjection.cpp:100:22: style: The scope of the variable 'delta_lon' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimProjection.cpp:101:11: style: The scope of the variable 'inverse_norm' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:64:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:239:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:258:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:342:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:581:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:674:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:729:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:744:24: style: Unused variable: line_numbers_list [unusedVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:745:38: style: Unused variable: orpVectorList [unusedVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:861:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:906:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:930:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRS1SarModel.cpp:1074:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/projection/ossimRpcModel.cpp:519:11: style: The scope of the variable 'Pu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcModel.cpp:519:15: style: The scope of the variable 'Qu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcModel.cpp:519:19: style: The scope of the variable 'Pv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcModel.cpp:519:23: style: The scope of the variable 'Qv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcModel.cpp:522:11: style: The scope of the variable 'Uc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcModel.cpp:522:15: style: The scope of the variable 'Vc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcProjection.cpp:402:11: style: The scope of the variable 'Pu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcProjection.cpp:402:15: style: The scope of the variable 'Qu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcProjection.cpp:402:19: style: The scope of the variable 'Pv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcProjection.cpp:402:23: style: The scope of the variable 'Qv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcProjection.cpp:405:11: style: The scope of the variable 'Uc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcProjection.cpp:405:15: style: The scope of the variable 'Vc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRpcSolver.cpp:216:7: style: Variable 'maxDeltaHeight' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/projection/ossimRpcSolver.cpp:215:7: note: Variable 'maxDeltaHeight' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/projection/ossimRpcSolver.cpp:216:7: note: Variable 'maxDeltaHeight' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/projection/ossimRsmModel.cpp:673:30: style: Same expression on both sides of '||'. [duplicateExpression]
ossim-Hollywood-2.4.2/src/projection/ossimRsmModel.cpp:248:11: style: The scope of the variable 'Pu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRsmModel.cpp:248:15: style: The scope of the variable 'Qu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRsmModel.cpp:248:19: style: The scope of the variable 'Pv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRsmModel.cpp:248:23: style: The scope of the variable 'Qv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRsmModel.cpp:251:11: style: The scope of the variable 'Uc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimRsmModel.cpp:251:15: style: The scope of the variable 'Vc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSensorModel.cpp:394:11: style: The scope of the variable 'dlat_du' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSensorModel.cpp:394:20: style: The scope of the variable 'dlat_dv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSensorModel.cpp:394:29: style: The scope of the variable 'dlon_du' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSensorModel.cpp:394:38: style: The scope of the variable 'dlon_dv' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSensorModel.cpp:395:11: style: The scope of the variable 'delta_lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSensorModel.cpp:395:22: style: The scope of the variable 'delta_lon' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSensorModel.cpp:396:11: style: The scope of the variable 'inverse_norm' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSensorModelTuple.cpp:178:9: style: The scope of the variable 'covOK' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSensorModelTuple.cpp:179:9: style: The scope of the variable 'epOK' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:162:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:163:10: style: The scope of the variable 'One_MINUS_es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:163:25: style: The scope of the variable 'Sqrt_One_MINUS_es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:163:45: style: The scope of the variable 'e1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:163:49: style: The scope of the variable 'e2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:163:53: style: The scope of the variable 'e3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:163:57: style: The scope of the variable 'e4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:274:10: style: The scope of the variable 'sin2lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:274:19: style: The scope of the variable 'sin4lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:274:28: style: The scope of the variable 'sin6lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:275:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:276:10: style: The scope of the variable 'mm' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:277:10: style: The scope of the variable 'MM' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:331:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:332:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:333:10: style: The scope of the variable 'mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:334:10: style: The scope of the variable 'sin2mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:334:18: style: The scope of the variable 'sin4mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:334:26: style: The scope of the variable 'sin6mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:334:34: style: The scope of the variable 'sin8mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoid.c:335:10: style: The scope of the variable 'sin_lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:226:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:212:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:226:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:336:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:326:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:336:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:396:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:384:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:396:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:209:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:210:10: style: The scope of the variable 'One_MINUS_es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:210:25: style: The scope of the variable 'Sqrt_One_MINUS_es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:210:45: style: The scope of the variable 'e1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:210:49: style: The scope of the variable 'e2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:210:53: style: The scope of the variable 'e3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:210:57: style: The scope of the variable 'e4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:322:10: style: The scope of the variable 'sin2lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:322:19: style: The scope of the variable 'sin4lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:322:28: style: The scope of the variable 'sin6lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:323:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:324:10: style: The scope of the variable 'mm' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:325:10: style: The scope of the variable 'MM' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:379:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:380:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:381:10: style: The scope of the variable 'mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:382:10: style: The scope of the variable 'sin2mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:382:18: style: The scope of the variable 'sin4mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:382:26: style: The scope of the variable 'sin6mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:382:34: style: The scope of the variable 'sin8mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSinusoidalProjection.cpp:383:10: style: The scope of the variable 'sin_lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSonomaSensor.cpp:529:20: style: The scope of the variable 'h' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:207:23: style: The scope of the variable 'sdsq' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:207:32: style: The scope of the variable 'd' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:207:35: style: The scope of the variable 's' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:207:45: style: The scope of the variable 'phidp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:207:59: style: The scope of the variable 'tanph' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:208:7: style: The scope of the variable 'lamtp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:208:14: style: The scope of the variable 'cl' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:208:18: style: The scope of the variable 'sd' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:208:22: style: The scope of the variable 'sp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:208:26: style: The scope of the variable 'fac' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:208:31: style: The scope of the variable 'sav' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:277:17: style: The scope of the variable 'sdsq' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpaceObliqueMercatorProjection.cpp:277:51: style: The scope of the variable 'sd' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimSpectraboticsRedEdgeModel.cpp:674:22: style: Unused variable: datumString [unusedVariable]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:214:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:196:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:214:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:323:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:313:23: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:323:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:424:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:412:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:424:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:193:10: style: The scope of the variable 'es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:193:15: style: The scope of the variable 'es4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:193:20: style: The scope of the variable 'es6' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:306:10: style: The scope of the variable 'g' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:306:13: style: The scope of the variable 'k' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:307:10: style: The scope of the variable 'num' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:308:10: style: The scope of the variable 'Ra_k' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:311:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:312:10: style: The scope of the variable 'cos_dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:408:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:408:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:409:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:409:15: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:410:10: style: The scope of the variable 'sin_c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:410:17: style: The scope of the variable 'cos_c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimStereographicProjection.cpp:411:10: style: The scope of the variable 'dy_sin_c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:185:10: style: The scope of the variable 'tn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:186:10: style: The scope of the variable 'tn2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:187:10: style: The scope of the variable 'tn3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:188:10: style: The scope of the variable 'tn4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:189:10: style: The scope of the variable 'tn5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:191:10: style: The scope of the variable 'TranMerc_b' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:325:10: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:326:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:327:10: style: The scope of the variable 'c3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:328:10: style: The scope of the variable 'c5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:329:10: style: The scope of the variable 'c7' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:330:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:331:10: style: The scope of the variable 'eta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:332:10: style: The scope of the variable 'eta2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:333:10: style: The scope of the variable 'eta3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:334:10: style: The scope of the variable 'eta4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:335:10: style: The scope of the variable 's' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:336:10: style: The scope of the variable 'sn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:337:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:338:10: style: The scope of the variable 'tan2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:339:10: style: The scope of the variable 'tan3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:340:10: style: The scope of the variable 'tan4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:341:10: style: The scope of the variable 'tan5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:342:10: style: The scope of the variable 'tan6' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:343:10: style: The scope of the variable 't1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:344:10: style: The scope of the variable 't2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:345:10: style: The scope of the variable 't3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:346:10: style: The scope of the variable 't4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:347:10: style: The scope of the variable 't5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:348:10: style: The scope of the variable 't6' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:349:10: style: The scope of the variable 't7' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:350:10: style: The scope of the variable 't8' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:351:10: style: The scope of the variable 't9' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:352:10: style: The scope of the variable 'tmd' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:353:10: style: The scope of the variable 'tmdo' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:482:10: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:483:10: style: The scope of the variable 'de' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:484:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:485:10: style: The scope of the variable 'eta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:486:10: style: The scope of the variable 'eta2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:487:10: style: The scope of the variable 'eta3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:488:10: style: The scope of the variable 'eta4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:489:10: style: The scope of the variable 'ftphi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:490:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:492:10: style: The scope of the variable 'sn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:493:10: style: The scope of the variable 'sr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:494:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:495:10: style: The scope of the variable 'tan2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:496:10: style: The scope of the variable 'tan4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:497:10: style: The scope of the variable 't10' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:498:10: style: The scope of the variable 't11' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:499:10: style: The scope of the variable 't12' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:500:10: style: The scope of the variable 't13' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:501:10: style: The scope of the variable 't14' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:502:10: style: The scope of the variable 't15' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:503:10: style: The scope of the variable 't16' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:504:10: style: The scope of the variable 't17' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:505:10: style: The scope of the variable 'tmd' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTranmerc.c:506:10: style: The scope of the variable 'tmdo' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:276:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:253:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:276:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:414:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:404:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:414:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:524:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:512:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:524:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:247:10: style: The scope of the variable 'x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:247:13: style: The scope of the variable 'j' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:247:16: style: The scope of the variable 'three_es4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:248:10: style: The scope of the variable 'Sqrt_One_MINUS_es2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:249:10: style: The scope of the variable 'e1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:249:14: style: The scope of the variable 'e2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:249:18: style: The scope of the variable 'e3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:249:22: style: The scope of the variable 'e4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:250:10: style: The scope of the variable 'lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:250:15: style: The scope of the variable 'sin2lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:250:24: style: The scope of the variable 'sin4lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:250:33: style: The scope of the variable 'sin6lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:394:10: style: The scope of the variable 'x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:395:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:397:10: style: The scope of the variable 'qq' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:397:14: style: The scope of the variable 'qq_OVER_qp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:398:10: style: The scope of the variable 'beta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:398:16: style: The scope of the variable 'betac' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:399:10: style: The scope of the variable 'sin2betac' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:399:21: style: The scope of the variable 'sin4betac' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:399:32: style: The scope of the variable 'sin6betac' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:400:10: style: The scope of the variable 'PHIc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:401:10: style: The scope of the variable 'phi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:401:15: style: The scope of the variable 'sin2phi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:401:24: style: The scope of the variable 'sin4phi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:401:33: style: The scope of the variable 'sin6phi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:402:10: style: The scope of the variable 'sinPHIc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:403:10: style: The scope of the variable 'Mc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:497:10: style: The scope of the variable 'x' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:498:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:499:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:500:10: style: The scope of the variable 'Mc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:501:10: style: The scope of the variable 'MUc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:502:10: style: The scope of the variable 'sin2mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:502:18: style: The scope of the variable 'sin4mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:502:26: style: The scope of the variable 'sin6mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:502:34: style: The scope of the variable 'sin8mu' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:503:10: style: The scope of the variable 'PHIc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:504:10: style: The scope of the variable 'Qc' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:505:10: style: The scope of the variable 'sin_lat' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:506:10: style: The scope of the variable 'beta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:506:16: style: The scope of the variable 'betac' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:506:23: style: The scope of the variable 'beta_prime' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:507:10: style: The scope of the variable 'sin2beta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:507:20: style: The scope of the variable 'sin4beta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:507:30: style: The scope of the variable 'sin6beta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:508:10: style: The scope of the variable 'cosbetac' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:509:10: style: The scope of the variable 'Qc_OVER_qp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransCylEquAreaProjection.cpp:510:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:305:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:283:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:305:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:467:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:442:24: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:467:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:605:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:592:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:605:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:275:10: style: The scope of the variable 'tn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:276:10: style: The scope of the variable 'tn2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:277:10: style: The scope of the variable 'tn3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:278:10: style: The scope of the variable 'tn4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:279:10: style: The scope of the variable 'tn5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:281:10: style: The scope of the variable 'TranMerc_b' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:413:10: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:414:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:415:10: style: The scope of the variable 'c3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:416:10: style: The scope of the variable 'c5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:417:10: style: The scope of the variable 'c7' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:418:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:419:10: style: The scope of the variable 'eta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:420:10: style: The scope of the variable 'eta2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:421:10: style: The scope of the variable 'eta3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:422:10: style: The scope of the variable 'eta4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:423:10: style: The scope of the variable 's' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:424:10: style: The scope of the variable 'sn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:425:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:426:10: style: The scope of the variable 'tan2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:427:10: style: The scope of the variable 'tan3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:428:10: style: The scope of the variable 'tan4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:429:10: style: The scope of the variable 'tan5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:430:10: style: The scope of the variable 'tan6' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:431:10: style: The scope of the variable 't1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:432:10: style: The scope of the variable 't2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:433:10: style: The scope of the variable 't3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:434:10: style: The scope of the variable 't4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:435:10: style: The scope of the variable 't5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:436:10: style: The scope of the variable 't6' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:437:10: style: The scope of the variable 't7' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:438:10: style: The scope of the variable 't8' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:439:10: style: The scope of the variable 't9' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:440:10: style: The scope of the variable 'tmd' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:441:10: style: The scope of the variable 'tmdo' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:567:10: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:568:10: style: The scope of the variable 'de' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:569:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:570:10: style: The scope of the variable 'eta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:571:10: style: The scope of the variable 'eta2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:572:10: style: The scope of the variable 'eta3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:573:10: style: The scope of the variable 'eta4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:574:10: style: The scope of the variable 'ftphi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:575:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:577:10: style: The scope of the variable 'sn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:578:10: style: The scope of the variable 'sr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:579:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:580:10: style: The scope of the variable 'tan2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:581:10: style: The scope of the variable 'tan4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:582:10: style: The scope of the variable 't10' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:583:10: style: The scope of the variable 't11' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:584:10: style: The scope of the variable 't12' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:585:10: style: The scope of the variable 't13' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:586:10: style: The scope of the variable 't14' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:587:10: style: The scope of the variable 't15' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:588:10: style: The scope of the variable 't16' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:589:10: style: The scope of the variable 't17' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:590:10: style: The scope of the variable 'tmd' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimTransMercatorProjection.cpp:591:10: style: The scope of the variable 'tmdo' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUpsProjection.cpp:171:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimUpsProjection.cpp:160:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimUpsProjection.cpp:171:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimUpsProjection.cpp:233:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimUpsProjection.cpp:218:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimUpsProjection.cpp:233:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimUpsProjection.cpp:305:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimUpsProjection.cpp:291:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimUpsProjection.cpp:305:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:194:8: style: The scope of the variable 'Lat_Degrees' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:195:8: style: The scope of the variable 'Long_Degrees' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:196:8: style: The scope of the variable 'temp_zone' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:198:10: style: The scope of the variable 'Origin_Latitude' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:199:10: style: The scope of the variable 'Central_Meridian' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:200:10: style: The scope of the variable 'False_Easting' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:201:10: style: The scope of the variable 'False_Northing' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:202:10: style: The scope of the variable 'Scale' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:302:10: style: The scope of the variable 'Origin_Latitude' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:303:10: style: The scope of the variable 'Central_Meridian' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:304:10: style: The scope of the variable 'False_Easting' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:305:10: style: The scope of the variable 'False_Northing' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtm.c:306:10: style: The scope of the variable 'Scale' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:471:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:449:28: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:471:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:633:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:608:31: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:633:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:771:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:758:28: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:771:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:441:10: style: The scope of the variable 'tn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:442:10: style: The scope of the variable 'tn2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:443:10: style: The scope of the variable 'tn3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:444:10: style: The scope of the variable 'tn4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:445:10: style: The scope of the variable 'tn5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:447:10: style: The scope of the variable 'TranMerc_b' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:579:10: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:580:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:581:10: style: The scope of the variable 'c3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:582:10: style: The scope of the variable 'c5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:583:10: style: The scope of the variable 'c7' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:584:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:585:10: style: The scope of the variable 'eta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:586:10: style: The scope of the variable 'eta2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:587:10: style: The scope of the variable 'eta3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:588:10: style: The scope of the variable 'eta4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:589:10: style: The scope of the variable 's' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:590:10: style: The scope of the variable 'sn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:591:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:592:10: style: The scope of the variable 'tan2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:593:10: style: The scope of the variable 'tan3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:594:10: style: The scope of the variable 'tan4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:595:10: style: The scope of the variable 'tan5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:596:10: style: The scope of the variable 'tan6' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:597:10: style: The scope of the variable 't1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:598:10: style: The scope of the variable 't2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:599:10: style: The scope of the variable 't3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:600:10: style: The scope of the variable 't4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:601:10: style: The scope of the variable 't5' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:602:10: style: The scope of the variable 't6' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:603:10: style: The scope of the variable 't7' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:604:10: style: The scope of the variable 't8' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:605:10: style: The scope of the variable 't9' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:606:10: style: The scope of the variable 'tmd' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:607:10: style: The scope of the variable 'tmdo' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:733:10: style: The scope of the variable 'c' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:734:10: style: The scope of the variable 'de' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:735:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:736:10: style: The scope of the variable 'eta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:737:10: style: The scope of the variable 'eta2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:738:10: style: The scope of the variable 'eta3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:739:10: style: The scope of the variable 'eta4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:740:10: style: The scope of the variable 'ftphi' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:741:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:743:10: style: The scope of the variable 'sn' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:744:10: style: The scope of the variable 'sr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:745:10: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:746:10: style: The scope of the variable 'tan2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:747:10: style: The scope of the variable 'tan4' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:748:10: style: The scope of the variable 't10' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:749:10: style: The scope of the variable 't11' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:750:10: style: The scope of the variable 't12' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:751:10: style: The scope of the variable 't13' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:752:10: style: The scope of the variable 't14' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:753:10: style: The scope of the variable 't15' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:754:10: style: The scope of the variable 't16' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:755:10: style: The scope of the variable 't17' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:756:10: style: The scope of the variable 'tmd' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimUtmProjection.cpp:757:10: style: The scope of the variable 'tmdo' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:226:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:212:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:226:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:317:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:306:23: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:317:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:446:7: style: Condition '!Error_Code' is always true [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:421:21: note: Assignment 'Error_Code=0', assigned value is 0
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:446:7: note: Condition '!Error_Code' is always true
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:297:10: style: The scope of the variable 'dlam' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:298:10: style: The scope of the variable 'aa' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:298:14: style: The scope of the variable 'aasqr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:299:10: style: The scope of the variable 'gg' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:300:10: style: The scope of the variable 'pp' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:300:14: style: The scope of the variable 'ppsqr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:301:10: style: The scope of the variable 'gg_MINUS_ppsqr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:301:26: style: The scope of the variable 'ppsqr_PLUS_aasqr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:302:10: style: The scope of the variable 'in_theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:303:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:304:10: style: The scope of the variable 'sin_theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:304:21: style: The scope of the variable 'cos_theta' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:305:10: style: The scope of the variable 'qq' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:405:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:405:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:406:10: style: The scope of the variable 'xx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:406:14: style: The scope of the variable 'xxsqr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:407:10: style: The scope of the variable 'yy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:407:14: style: The scope of the variable 'yysqr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:407:21: style: The scope of the variable 'two_yysqr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:408:10: style: The scope of the variable 'xxsqr_PLUS_yysqr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:409:10: style: The scope of the variable 'c1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:410:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:411:10: style: The scope of the variable 'c3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:411:14: style: The scope of the variable 'c3sqr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:412:10: style: The scope of the variable 'c2_OVER_3c3' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:413:10: style: The scope of the variable 'dd' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:414:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:415:10: style: The scope of the variable 'm1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:416:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimVanDerGrintenProjection.cpp:417:10: style: The scope of the variable 'theta1' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/projection/ossimWktProjectionFactory.cpp:332:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/reg/GroundControlPoint.cpp:64:23: warning: Logical disjunction always evaluates to true: covSize != 6 || covSize != 9. [incorrectLogicOperator]
ossim-Hollywood-2.4.2/src/sockets/ossimToolServer.cpp:216:8: style: The scope of the variable 'n' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/sockets/ossimToolServer.cpp:268:8: style: The scope of the variable 'n' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/sockets/ossimToolServer.cpp:436:9: style: The scope of the variable 'dst' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/sockets/ossimToolServer.cpp:71:21: style: Variable 'status_ok' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/support_data/ossimAigBounds.cpp:46:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigBounds.cpp:50:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigBounds.cpp:54:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigBounds.cpp:58:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigHeader.cpp:29:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigHeader.cpp:32:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigHeader.cpp:35:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigHeader.cpp:36:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigHeader.cpp:67:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigHeader.cpp:68:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigStatistics.cpp:39:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigStatistics.cpp:43:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigStatistics.cpp:47:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimAigStatistics.cpp:51:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/support_data/ossimApplanixEOFile.cpp:602:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ossim-Hollywood-2.4.2/src/support_data/ossimApplanixEOFile.cpp:305:29: style: Unused variable: fieldArray [unusedVariable]
ossim-Hollywood-2.4.2/src/support_data/ossimAuxFileHandler.cpp:93:7: error: Common realloc mistake: 'pszDictionary' nulled but not freed upon failure [memleakOnRealloc]
ossim-Hollywood-2.4.2/src/support_data/ossimCeosData.cpp:60:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/support_data/ossimCeosData.cpp:92:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/support_data/ossimCeosData.cpp:115:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/support_data/ossimCeosData.cpp:1063:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/support_data/ossimCeosData.cpp:1362:22: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/support_data/ossimDemGrid.cpp:226:9: style: The scope of the variable 'startpos' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimDemGrid.cpp:173:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:115:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:122:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:128:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:136:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:143:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:149:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:157:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:165:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:177:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:186:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:198:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:207:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:214:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:220:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:226:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:232:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:238:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:245:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimDoqq.cpp:107:19: error: Uninitialized variable: line [uninitvar]
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:644:7: style: Variable 'tieLat' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:640:0: note: Variable 'tieLat' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:644:7: note: Variable 'tieLat' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:645:7: style: Variable 'tieLon' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:641:0: note: Variable 'tieLon' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:645:7: note: Variable 'tieLon' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:646:7: style: Variable 'degLat' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:642:0: note: Variable 'degLat' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:646:7: note: Variable 'degLat' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:648:7: style: Variable 'degLon' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:643:0: note: Variable 'degLon' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:648:7: note: Variable 'degLon' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:34:4: style: Class 'KwlKeyCaseInsensitiveEquals' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ossim-Hollywood-2.4.2/src/support_data/ossimEnviHeader.cpp:44:4: style: Class 'KwlKeySubStringCaseInsensitive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ossim-Hollywood-2.4.2/src/support_data/ossimFfL7.cpp:315:8: style: The scope of the variable 'converted' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimFfRevb.cpp:163:9: style: The scope of the variable 'tmpBuff' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimFfRevb.cpp:189:9: style: The scope of the variable 'tmpBuff' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimFfRevb.cpp:216:9: style: The scope of the variable 'tmpBuff' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimFfRevc.cpp:141:9: style: The scope of the variable 'tmpBuff' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimFfRevc.cpp:166:9: style: The scope of the variable 'tmpBuff' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimFfRevc.cpp:192:9: style: The scope of the variable 'tmpBuff' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimGeoTiff.cpp:261:9: style: The scope of the variable 'gcsTypeSet' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimGmlSupportData.cpp:1399:25: style: Unused variable: scale_xy [unusedVariable]
ossim-Hollywood-2.4.2/src/support_data/ossimIkonosMetaData.cpp:361:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimIkonosMetaData.cpp:381:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimIkonosMetaData.cpp:402:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimIkonosMetaData.cpp:422:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimIkonosMetaData.cpp:442:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimIkonosMetaData.cpp:462:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimIkonosMetaData.cpp:483:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimIkonosMetaData.cpp:558:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimNitfDataExtensionSegmentV2_1.cpp:313:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/support_data/ossimNitfDesInformation.cpp:191:66: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ossim-Hollywood-2.4.2/src/support_data/ossimNitfImageHeaderV2_1.cpp:1472:23: style: Unused variable: out [unusedVariable]
ossim-Hollywood-2.4.2/src/support_data/ossimNitfImageHeaderV2_X.cpp:586:23: style: Unused variable: out [unusedVariable]
ossim-Hollywood-2.4.2/src/support_data/ossimQuickbirdMetaData.cpp:449:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimQuickbirdMetaData.cpp:478:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimQuickbirdMetaData.cpp:494:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ossim-Hollywood-2.4.2/src/support_data/ossimRpfToc.cpp:340:4: style: Variable 'prop' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimRpfToc.cpp:327:0: note: Variable 'prop' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/support_data/ossimRpfToc.cpp:340:4: note: Variable 'prop' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/support_data/ossimRpfTocEntry.cpp:42:4: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimRpfTocEntry.cpp:40:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/support_data/ossimRpfTocEntry.cpp:42:4: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/support_data/ossimRpfTocEntry.cpp:175:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:461:10: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:458:0: note: Variable 't' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:461:10: note: Variable 't' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:463:10: style: Variable 'tempIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:459:0: note: Variable 'tempIdx' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:463:10: note: Variable 'tempIdx' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:464:10: style: Variable 'tempIdxFraction' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:460:0: note: Variable 'tempIdxFraction' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:464:10: note: Variable 'tempIdxFraction' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:520:10: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:517:0: note: Variable 't' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:520:10: note: Variable 't' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:522:10: style: Variable 'tempIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:518:0: note: Variable 'tempIdx' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:522:10: note: Variable 'tempIdx' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:523:10: style: Variable 'tempIdxFraction' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:519:0: note: Variable 'tempIdxFraction' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:523:10: note: Variable 'tempIdxFraction' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:580:10: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:577:0: note: Variable 't' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:580:10: note: Variable 't' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:581:10: style: Variable 'tempIdx' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:578:0: note: Variable 'tempIdx' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:581:10: note: Variable 'tempIdx' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:582:10: style: Variable 'tempIdxFraction' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:579:0: note: Variable 'tempIdxFraction' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:582:10: note: Variable 'tempIdxFraction' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:2035:14: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:2036:14: style: The scope of the variable 'tempIdx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:2037:14: style: The scope of the variable 'tempIdxFraction' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:2092:14: style: The scope of the variable 't' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:2093:14: style: The scope of the variable 'tempIdx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimSpotDimapSupportData.cpp:2094:14: style: The scope of the variable 'tempIdxFraction' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/support_data/ossimSrtmFilename.cpp:99:4: style: Variable 'foundFlag' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSrtmFilename.cpp:95:0: note: Variable 'foundFlag' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSrtmFilename.cpp:99:4: note: Variable 'foundFlag' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSrtmSupportData.cpp:567:4: style: Variable 'foundFlag' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSrtmSupportData.cpp:563:0: note: Variable 'foundFlag' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSrtmSupportData.cpp:567:4: note: Variable 'foundFlag' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimSrtmSupportData.cpp:730:4: style: Variable 'size' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimSrtmSupportData.cpp:689:0: note: Variable 'size' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/support_data/ossimSrtmSupportData.cpp:730:4: note: Variable 'size' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/support_data/ossimTiffInfo.cpp:3142:12: style: Expression is always false because 'else if' condition matches previous condition at line 3138. [multiCondition]
ossim-Hollywood-2.4.2/src/support_data/ossimTiffInfo.cpp:415:17: style: Condition 'valueArray' is always false [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/support_data/ossimTiffInfo.cpp:355:44: note: Assignment 'valueArray=0', assigned value is 0
ossim-Hollywood-2.4.2/src/support_data/ossimTiffInfo.cpp:415:17: note: Condition 'valueArray' is always false
ossim-Hollywood-2.4.2/src/support_data/ossimTiffInfo.cpp:839:17: style: Condition 'valueArray' is always false [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/src/support_data/ossimTiffInfo.cpp:780:44: note: Assignment 'valueArray=0', assigned value is 0
ossim-Hollywood-2.4.2/src/support_data/ossimTiffInfo.cpp:839:17: note: Condition 'valueArray' is always false
ossim-Hollywood-2.4.2/src/support_data/ossimWkt.cpp:112:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/support_data/ossimWkt.cpp:110:0: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/support_data/ossimWkt.cpp:112:4: note: Variable 'result' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/util/ossimAutRegUtil.cpp:1204:18: style: The scope of the variable 'solutionOK' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/util/ossimBandMergeTool.cpp:65:18: style: Unused variable: xmsg [unusedVariable]
ossim-Hollywood-2.4.2/src/util/ossimBatchTest.cpp:863:16: style: The scope of the variable 'lookup' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/util/ossimBatchTest.cpp:735:16: style: Unused variable: date [unusedVariable]
ossim-Hollywood-2.4.2/src/util/ossimChipProcTool.cpp:690:23: style: The scope of the variable 'MODULE' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/util/ossimChipProcTool.cpp:1526:26: style: Variable 'appName' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/util/ossimChipperUtil.cpp:4692:18: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
ossim-Hollywood-2.4.2/src/util/ossimChipperUtil.cpp:4388:9: note: outer condition: source
ossim-Hollywood-2.4.2/src/util/ossimChipperUtil.cpp:4692:18: note: opposite inner condition: !source
ossim-Hollywood-2.4.2/src/util/ossimChipperUtil.cpp:543:17: style: The scope of the variable 'sx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/util/ossimChipperUtil.cpp:543:20: style: The scope of the variable 'sy' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/util/ossimChipperUtil.cpp:4247:18: style: The scope of the variable 'openedHistogram' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/util/ossimChipperUtil.cpp:4406:21: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/util/ossimChipperUtil.cpp:4407:21: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/util/ossimHlzTool.cpp:586:11: style: The scope of the variable 'y_meters' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/util/ossimHlzTool.cpp:394:18: style: Unused variable: xmsg [unusedVariable]
ossim-Hollywood-2.4.2/src/util/ossimImageUtil.cpp:963:16: style: Expression is always false because 'else if' condition matches previous condition at line 953. [multiCondition]
ossim-Hollywood-2.4.2/src/util/ossimImageUtil.cpp:2137:12: style: Expression is always false because 'else if' condition matches previous condition at line 2117. [multiCondition]
ossim-Hollywood-2.4.2/src/util/ossimImageUtil.cpp:1452:14: style: The scope of the variable 'tile_count' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/util/ossimInfo.cpp:1376:27: style: Same expression on both sides of '||' because the value of 'groundToImageFlag' and 'imageToGroundFlag' are the same. [duplicateExpression]
ossim-Hollywood-2.4.2/src/util/ossimInfo.cpp:1226:29: note: 'groundToImageFlag' is assigned value 'false' here.
ossim-Hollywood-2.4.2/src/util/ossimInfo.cpp:1225:29: note: 'imageToGroundFlag' is assigned value 'false' here.
ossim-Hollywood-2.4.2/src/util/ossimInfo.cpp:1376:27: note: Same expression on both sides of '||' because the value of 'groundToImageFlag' and 'imageToGroundFlag' are the same.
ossim-Hollywood-2.4.2/src/util/ossimOrthoIgen.cpp:965:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/util/ossimOrthoIgen.cpp:1451:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ossim-Hollywood-2.4.2/src/util/ossimRpfUtil.cpp:342:23: style: Variable 'date' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/util/ossimShorelineTool.cpp:340:18: style: Unused variable: xmsg [unusedVariable]
ossim-Hollywood-2.4.2/src/util/ossimSlopeTool.cpp:82:18: style: Unused variable: key [unusedVariable]
ossim-Hollywood-2.4.2/src/util/ossimSubImageTool.cpp:207:9: style: The scope of the variable 'converged' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/util/ossimSubImageTool.cpp:84:24: style: Unused variable: paramList [unusedVariable]
ossim-Hollywood-2.4.2/src/util/ossimSubImageTool.cpp:88:18: style: Unused variable: keys [unusedVariable]
ossim-Hollywood-2.4.2/src/util/ossimSubImageTool.cpp:215:19: style: Variable 'converged' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/src/util/ossimViewshedTool.cpp:910:14: style: The scope of the variable 'v' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/util/ossimViewshedTool.cpp:452:18: style: Unused variable: xmsg [unusedVariable]
ossim-Hollywood-2.4.2/src/vec/ossimVpfBoundingRecordTable.cpp:12:9: style: The scope of the variable 'firstOneSetFlag' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vec/ossimVpfCoverage.cpp:70:9: style: The scope of the variable 'firstOneSetFlag' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vec/ossimVpfTable.cpp:376:7: style: Variable 'tcptr' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/vec/ossimVpfTable.cpp:375:0: note: Variable 'tcptr' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/vec/ossimVpfTable.cpp:376:7: note: Variable 'tcptr' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/vec/ossimVpfTable.cpp:643:55: style: The scope of the variable 'dtctPtr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vec/ossimVpfTable.cpp:812:45: style: The scope of the variable 'dctPtr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/version-config.cpp:59:4: style: Variable 'pos1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/src/version-config.cpp:56:0: note: Variable 'pos1' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/version-config.cpp:59:4: note: Variable 'pos1' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/src/vpfutil/bitarray.c:1018:7: style: The scope of the variable 'xmin' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/bitarray.c:1018:12: style: The scope of the variable 'xmax' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/linklist.c:514:1: error: Memory leak: temp.element [memleak]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:173:18: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:173:0: style: The scope of the variable 'nbyte' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:173:0: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:174:9: style: The scope of the variable 'byte' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:174:18: style: The scope of the variable 'buf' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:244:18: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:244:0: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:244:0: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:244:0: style: The scope of the variable 'nbyte' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:248:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:663:0: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:663:0: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:664:26: style: The scope of the variable 'on' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:757:0: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:757:0: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:758:28: style: The scope of the variable 'on' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/set.c:856:9: style: The scope of the variable 'byte' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpfcntnt.c:294:16: style: The scope of the variable 'buf' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpfcntnt.c:308:7: error: Resource leak: fp [resourceLeak]
ossim-Hollywood-2.4.2/src/vpfutil/vpfdraw.c:64:10: style: struct member 'line_segment_type::x1' is never used. [unusedStructMember]
ossim-Hollywood-2.4.2/src/vpfutil/vpfdraw.c:64:13: style: struct member 'line_segment_type::y1' is never used. [unusedStructMember]
ossim-Hollywood-2.4.2/src/vpfutil/vpfdraw.c:64:16: style: struct member 'line_segment_type::x2' is never used. [unusedStructMember]
ossim-Hollywood-2.4.2/src/vpfutil/vpfdraw.c:64:19: style: struct member 'line_segment_type::y2' is never used. [unusedStructMember]
ossim-Hollywood-2.4.2/src/vpfutil/vpfmisc.c:149:6: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ossim-Hollywood-2.4.2/src/vpfutil/vpfquery.c:453:7: warning: Possible buffer overflow if strlen(value) is larger than or equal to sizeof(expr). [possibleBufferAccessOutOfBounds]
ossim-Hollywood-2.4.2/src/vpfutil/vpfread.c:197:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/vpfutil/vpfread.c:211:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/vpfutil/vpfread.c:1365:15: style: The scope of the variable 'tptr' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpfrelat.c:548:4: style: Variable 'fcrel.relate_list' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/vpfutil/vpfrelat.c:538:4: note: Variable 'fcrel.relate_list' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/vpfutil/vpfrelat.c:548:4: note: Variable 'fcrel.relate_list' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/vpfutil/vpfrelat.c:124:26: style: The scope of the variable 'buf' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpfrelat.c:290:16: style: The scope of the variable 'tval' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpfrelat.c:375:16: style: The scope of the variable 'tval' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpfrelat.c:648:15: style: The scope of the variable 'KEY_' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpfrelat.c:757:15: style: The scope of the variable 'KEY_' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpfrelat.c:895:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpfspx.c:224:28: style: The scope of the variable 'cut' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpftable.c:114:4: style: Variable 'testPtr' is reassigned a value before the old one has been used. [redundantAssignment]
ossim-Hollywood-2.4.2/src/vpfutil/vpftable.c:112:0: note: Variable 'testPtr' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/vpfutil/vpftable.c:114:4: note: Variable 'testPtr' is reassigned a value before the old one has been used.
ossim-Hollywood-2.4.2/src/vpfutil/vpftable.c:343:25: style: The scope of the variable 'vdt' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpftable.c:343:31: style: The scope of the variable 'tdx' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpftable.c:344:9: style: The scope of the variable 'end_of_rec' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpftable.c:345:8: style: The scope of the variable 'status' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpftable.c:774:7: style: The scope of the variable 'idxname' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:610:11: style: The scope of the variable 'hack' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:802:11: style: The scope of the variable 'hack' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:1352:23: style: The scope of the variable 'query_char' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:1494:23: style: The scope of the variable 'query_char' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:366:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:378:5: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:395:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:414:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:431:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:447:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:472:2: error: Common realloc mistake: 'd' nulled but not freed upon failure [memleakOnRealloc]
ossim-Hollywood-2.4.2/src/vpfutil/vpftidx.c:1231:0: error: Memory leak: gid [memleak]
ossim-Hollywood-2.4.2/src/vpfutil/vpfwrite.c:740:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/src/vpfutil/vpfwrite.c:754:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ossim-Hollywood-2.4.2/test/src/base/ossim-kmeans-clustering-test.cpp:23:0: style: Variable 'returnCode' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/test/src/base/ossim-ref-ptr-test.cpp:72:4: style: Variable 'rp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/test/src/base/ossim-ref-ptr-test.cpp:70:4: note: Variable 'rp' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/test/src/base/ossim-ref-ptr-test.cpp:72:4: note: Variable 'rp' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/test/src/base/ossim-ref-ptr-test.cpp:82:4: style: Variable 'rp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/test/src/base/ossim-ref-ptr-test.cpp:80:4: note: Variable 'rp' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/test/src/base/ossim-ref-ptr-test.cpp:82:4: note: Variable 'rp' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/test/src/base/ossim-string-test.cpp:251:33: style: Same expression on both sides of '==' because the value of '"test"' and 'testCompare' are the same. [duplicateExpression]
ossim-Hollywood-2.4.2/test/src/base/ossim-string-test.cpp:249:30: note: 'testCompare' is assigned value '"test"' here.
ossim-Hollywood-2.4.2/test/src/base/ossim-string-test.cpp:251:33: note: Same expression on both sides of '==' because the value of '"test"' and 'testCompare' are the same.
ossim-Hollywood-2.4.2/test/src/base/ossim-threaded-logfile-test.cpp:21:7: performance: Variable 'm_numberOfStringsToLog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ossim-Hollywood-2.4.2/test/src/base/ossim-threaded-logfile-test.cpp:18:4: style: Class 'LogThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ossim-Hollywood-2.4.2/test/src/base/ossim-threaded-polyarea2d-test.cpp:22:7: performance: Variable 'm_numberOfPointsToQuery' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ossim-Hollywood-2.4.2/test/src/base/ossim-threaded-polyarea2d-test.cpp:19:4: style: Class 'Polyarea2dThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ossim-Hollywood-2.4.2/test/src/elevation/ossim-threaded-elevation-test.cpp:34:7: performance: Variable 'm_numberOfPointsToQuery' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ossim-Hollywood-2.4.2/test/src/imaging/ossim-fft-test.cpp:100:14: style: The scope of the variable 'phase' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/test/src/imaging/ossim-fft-test.cpp:152:36: style: Variable 'last_source' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/test/src/imaging/ossim-fft-test.cpp:191:0: style: Variable 'returnCode' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/test/src/imaging/ossim-gpkg-writer-test.cpp:177:16: style: Variable 'writer' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/test/src/imaging/ossim-gpkg-writer-test.cpp:173:16: note: Variable 'writer' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/test/src/imaging/ossim-gpkg-writer-test.cpp:177:16: note: Variable 'writer' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/test/src/imaging/ossim-gsd-test.cpp:84:12: style: The scope of the variable 'scaleDegrees' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/test/src/imaging/ossim-image-handler-state-test.cpp:90:10: style: Variable 'deltaNoState' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ossim-Hollywood-2.4.2/test/src/imaging/ossim-image-handler-state-test.cpp:84:0: note: Variable 'deltaNoState' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/test/src/imaging/ossim-image-handler-state-test.cpp:90:10: note: Variable 'deltaNoState' is reassigned a value before the old one has been used if variable is no semaphore variable.
ossim-Hollywood-2.4.2/test/src/imaging/ossim-kmeans-filter-test.cpp:109:0: style: Variable 'returnCode' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/test/src/imaging/ossim-kmeans-filter-test.cpp:192:19: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/test/src/imaging/ossim-loadtile-test.cpp:89:16: style: The scope of the variable 'count' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/test/src/imaging/ossim-range-dome-test.cpp:59:4: style: Class 'Executive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ossim-Hollywood-2.4.2/test/src/imaging/ossim-threaded-chain-test.cpp:121:16: style: The scope of the variable 'noyes' can be reduced. [variableScope]
ossim-Hollywood-2.4.2/test/src/parallel/ossim-jobqueue-test.cpp:16:4: style: Class 'ossimTestJob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ossim-Hollywood-2.4.2/test/src/point_cloud/ossim-point-cloud-image-handler-test.cpp:69:17: style: Condition 'count==20' is always false [knownConditionTrueFalse]
ossim-Hollywood-2.4.2/test/src/point_cloud/ossim-point-cloud-image-handler-test.cpp:59:16: note: Assignment 'count=1', assigned value is 1
ossim-Hollywood-2.4.2/test/src/point_cloud/ossim-point-cloud-image-handler-test.cpp:69:17: note: Condition 'count==20' is always false
ossim-Hollywood-2.4.2/test/src/projection/ossim-image-geometry-test.cpp:268:25: style: Variable 'prefix' is assigned a value that is never used. [unreadVariable]
ossim-Hollywood-2.4.2/test/src/projection/ossim-wkt-proj-factory-test.cpp:88:24: style: Unused variable: proj [unusedVariable]
[14:35]

ftp://ftp.se.debian.org/debian/pool/main/o/osslsigncode/osslsigncode_1.7.1.orig.tar.gz
osslsigncode-1.7.1/osslsigncode.c:2384:8: style: Condition 'askpass' is always false [knownConditionTrueFalse]
osslsigncode-1.7.1/osslsigncode.c:2291:16: note: Assignment 'askpass=0', assigned value is 0
osslsigncode-1.7.1/osslsigncode.c:2384:8: note: Condition 'askpass' is always false
osslsigncode-1.7.1/osslsigncode.c:1048:2: style: Variable 'lhdup' is reassigned a value before the old one has been used. [redundantAssignment]
osslsigncode-1.7.1/osslsigncode.c:1042:0: note: Variable 'lhdup' is reassigned a value before the old one has been used.
osslsigncode-1.7.1/osslsigncode.c:1048:2: note: Variable 'lhdup' is reassigned a value before the old one has been used.
osslsigncode-1.7.1/osslsigncode.c:1049:2: style: Variable 'orig' is reassigned a value before the old one has been used. [redundantAssignment]
osslsigncode-1.7.1/osslsigncode.c:1043:0: note: Variable 'orig' is reassigned a value before the old one has been used.
osslsigncode-1.7.1/osslsigncode.c:1049:2: note: Variable 'orig' is reassigned a value before the old one has been used.
osslsigncode-1.7.1/osslsigncode.c:1050:2: style: Variable 'mdid' is reassigned a value before the old one has been used. [redundantAssignment]
osslsigncode-1.7.1/osslsigncode.c:1044:0: note: Variable 'mdid' is reassigned a value before the old one has been used.
osslsigncode-1.7.1/osslsigncode.c:1050:2: note: Variable 'mdid' is reassigned a value before the old one has been used.
osslsigncode-1.7.1/osslsigncode.c:2499:25: style: Same expression on both sides of '&&' because the value of 'nturl' and 'ntsurl' are the same. [duplicateExpression]
osslsigncode-1.7.1/osslsigncode.c:2298:14: note: 'nturl' is assigned value '0' here.
osslsigncode-1.7.1/osslsigncode.c:2298:26: note: 'ntsurl' is assigned value '0' here.
osslsigncode-1.7.1/osslsigncode.c:2499:25: note: Same expression on both sides of '&&' because the value of 'nturl' and 'ntsurl' are the same.
osslsigncode-1.7.1/osslsigncode.c:1916:58: style: Function 'calc_page_hash' argument 6 names different: declaration 'phlen' definition 'rphlen'. [funcArgNamesDifferent]
osslsigncode-1.7.1/osslsigncode.c:839:58: note: Function 'calc_page_hash' argument 6 names different: declaration 'phlen' definition 'rphlen'.
osslsigncode-1.7.1/osslsigncode.c:1916:58: note: Function 'calc_page_hash' argument 6 names different: declaration 'phlen' definition 'rphlen'.
[14:35]

ftp://ftp.se.debian.org/debian/pool/main/o/ossp-uuid/ossp-uuid_1.6.2.orig.tar.gz
uuid-1.6.2/pgsql/uuid.c:224:11: style: The scope of the variable 'str_ns' can be reduced. [variableScope]
uuid-1.6.2/pgsql/uuid.c:225:11: style: The scope of the variable 'str_name' can be reduced. [variableScope]
uuid-1.6.2/php/uuid.c:397:11: style: Unused variable: z_data [unusedVariable]
uuid-1.6.2/uuid++.cc:165:27: style: C-style pointer casting [cstyleCast]
uuid-1.6.2/uuid++.cc:44:24: style: Function 'uuid' argument 1 names different: declaration '_obj' definition 'obj'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:42:51: note: Function 'uuid' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:44:24: note: Function 'uuid' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:57:26: style: Function 'uuid' argument 1 names different: declaration '_obj' definition 'obj'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:43:51: note: Function 'uuid' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:57:26: note: Function 'uuid' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:68:24: style: Function 'uuid' argument 1 names different: declaration '_bin' definition 'bin'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:44:51: note: Function 'uuid' argument 1 names different: declaration '_bin' definition 'bin'.
uuid-1.6.2/uuid++.cc:68:24: note: Function 'uuid' argument 1 names different: declaration '_bin' definition 'bin'.
uuid-1.6.2/uuid++.cc:80:24: style: Function 'uuid' argument 1 names different: declaration '_str' definition 'str'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:45:51: note: Function 'uuid' argument 1 names different: declaration '_str' definition 'str'.
uuid-1.6.2/uuid++.cc:80:24: note: Function 'uuid' argument 1 names different: declaration '_str' definition 'str'.
uuid-1.6.2/uuid++.cc:99:35: style: Function 'operator=' argument 1 names different: declaration '_obj' definition 'obj'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:49:51: note: Function 'operator=' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:99:35: note: Function 'operator=' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:112:37: style: Function 'operator=' argument 1 names different: declaration '_obj' definition 'obj'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:50:51: note: Function 'operator=' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:112:37: note: Function 'operator=' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:123:35: style: Function 'operator=' argument 1 names different: declaration '_bin' definition 'bin'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:51:51: note: Function 'operator=' argument 1 names different: declaration '_bin' definition 'bin'.
uuid-1.6.2/uuid++.cc:123:35: note: Function 'operator=' argument 1 names different: declaration '_bin' definition 'bin'.
uuid-1.6.2/uuid++.cc:132:35: style: Function 'operator=' argument 1 names different: declaration '_str' definition 'str'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:52:51: note: Function 'operator=' argument 1 names different: declaration '_str' definition 'str'.
uuid-1.6.2/uuid++.cc:132:35: note: Function 'operator=' argument 1 names different: declaration '_str' definition 'str'.
uuid-1.6.2/uuid++.cc:147:29: style: Function 'load' argument 1 names different: declaration '_name' definition 'name'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:56:49: note: Function 'load' argument 1 names different: declaration '_name' definition 'name'.
uuid-1.6.2/uuid++.cc:147:29: note: Function 'load' argument 1 names different: declaration '_name' definition 'name'.
uuid-1.6.2/uuid++.cc:158:30: style: Function 'make' argument 1 names different: declaration '_mode' definition 'mode'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:57:50: note: Function 'make' argument 1 names different: declaration '_mode' definition 'mode'.
uuid-1.6.2/uuid++.cc:158:30: note: Function 'make' argument 1 names different: declaration '_mode' definition 'mode'.
uuid-1.6.2/uuid++.cc:191:31: style: Function 'compare' argument 1 names different: declaration '_obj' definition 'obj'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:61:49: note: Function 'compare' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:191:31: note: Function 'compare' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:202:34: style: Function 'operator==' argument 1 names different: declaration '_obj' definition 'obj'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:62:49: note: Function 'operator==' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:202:34: note: Function 'operator==' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:208:34: style: Function 'operator!=' argument 1 names different: declaration '_obj' definition 'obj'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:63:49: note: Function 'operator!=' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:208:34: note: Function 'operator!=' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:214:33: style: Function 'operator<' argument 1 names different: declaration '_obj' definition 'obj'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:64:49: note: Function 'operator<' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:214:33: note: Function 'operator<' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:220:34: style: Function 'operator<=' argument 1 names different: declaration '_obj' definition 'obj'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:65:49: note: Function 'operator<=' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:220:34: note: Function 'operator<=' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:226:33: style: Function 'operator>' argument 1 names different: declaration '_obj' definition 'obj'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:66:49: note: Function 'operator>' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:226:33: note: Function 'operator>' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:232:34: style: Function 'operator>=' argument 1 names different: declaration '_obj' definition 'obj'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:67:49: note: Function 'operator>=' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:232:34: note: Function 'operator>=' argument 1 names different: declaration '_obj' definition 'obj'.
uuid-1.6.2/uuid++.cc:238:31: style: Function 'import' argument 1 names different: declaration '_bin' definition 'bin'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:70:49: note: Function 'import' argument 1 names different: declaration '_bin' definition 'bin'.
uuid-1.6.2/uuid++.cc:238:31: note: Function 'import' argument 1 names different: declaration '_bin' definition 'bin'.
uuid-1.6.2/uuid++.cc:247:31: style: Function 'import' argument 1 names different: declaration '_str' definition 'str'. [funcArgNamesDifferent]
uuid-1.6.2/uuid++.hh:71:49: note: Function 'import' argument 1 names different: declaration '_str' definition 'str'.
uuid-1.6.2/uuid++.cc:247:31: note: Function 'import' argument 1 names different: declaration '_str' definition 'str'.
uuid-1.6.2/uuid++.hh:77:23: performance: Technically the member function 'uuid::version' can be static. [functionStatic]
uuid-1.6.2/uuid++.cc:297:21: note: Technically the member function 'uuid::version' can be static.
uuid-1.6.2/uuid++.hh:77:23: note: Technically the member function 'uuid::version' can be static.
uuid-1.6.2/uuid++.hh:90:23: style: Technically the member function 'uuid_error_t::code' can be const. [functionConst]
uuid-1.6.2/uuid++.hh:43:23: style: Class 'uuid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
uuid-1.6.2/uuid++.hh:44:23: style: Class 'uuid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
uuid-1.6.2/uuid++.hh:45:23: style: Class 'uuid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
uuid-1.6.2/uuid++.hh:87:23: style: Class 'uuid_error_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
uuid-1.6.2/uuid++.cc:168:44: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
uuid-1.6.2/uuid_ac.h:56:0: error: #error unexpected: sizeof(char) != 1 !? [preprocessorErrorDirective]
[14:35]

ftp://ftp.se.debian.org/debian/pool/main/o/osspd/osspd_1.3.2.orig.tar.gz
ossp-1.3.2/ossp-alsap.c:197:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ossp-1.3.2/ossp-alsap.c:206:6: error: Uninitialized variable: ret [uninitvar]
ossp-1.3.2/ossp-padsp.c:1090:4: style: Variable 'bufsz' is reassigned a value before the old one has been used. [redundantAssignment]
ossp-1.3.2/ossp-padsp.c:1089:4: note: Variable 'bufsz' is reassigned a value before the old one has been used.
ossp-1.3.2/ossp-padsp.c:1090:4: note: Variable 'bufsz' is reassigned a value before the old one has been used.
ossp-1.3.2/ossp-padsp.c:1121:8: portability: 'dout' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ossp-1.3.2/ossp-padsp.c:984:3: style: Variable 'dir' is assigned a value that is never used. [unreadVariable]
ossp-1.3.2/ossp-slave.c:118:27: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ossp-1.3.2/ossp-util.c:60:28: style: Condition '!syslog_opened' is always true [knownConditionTrueFalse]
ossp-1.3.2/ossp-util.c:322:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
ossp-1.3.2/ossp-util.c:315:0: note: Variable 'fd' is reassigned a value before the old one has been used.
ossp-1.3.2/ossp-util.c:322:2: note: Variable 'fd' is reassigned a value before the old one has been used.
ossp-1.3.2/ossp-util.c:105:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
ossp-1.3.2/ossp-util.c:127:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
ossp-1.3.2/ossp-util.c:310:30: style: Function 'get_proc_self_info' argument 1 names different: declaration 'tid' definition 'pid'. [funcArgNamesDifferent]
ossp-1.3.2/ossp-util.h:159:30: note: Function 'get_proc_self_info' argument 1 names different: declaration 'tid' definition 'pid'.
ossp-1.3.2/ossp-util.c:310:30: note: Function 'get_proc_self_info' argument 1 names different: declaration 'tid' definition 'pid'.
ossp-1.3.2/ossp-util.c:310:42: style: Function 'get_proc_self_info' argument 2 names different: declaration 'pgrp' definition 'ppid_r'. [funcArgNamesDifferent]
ossp-1.3.2/ossp-util.h:159:42: note: Function 'get_proc_self_info' argument 2 names different: declaration 'pgrp' definition 'ppid_r'.
ossp-1.3.2/ossp-util.c:310:42: note: Function 'get_proc_self_info' argument 2 names different: declaration 'pgrp' definition 'ppid_r'.
ossp-1.3.2/ossp-util.c:117:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ossp-1.3.2/ossp-util.c:139:7: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ossp-1.3.2/ossp-util.c:159:7: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ossp-1.3.2/osspd.c:1265:0: error: failed to expand 'dbg0_os', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
ossp-1.3.2/osstest.c:221:2: style: Variable 'bytes' is reassigned a value before the old one has been used. [redundantAssignment]
ossp-1.3.2/osstest.c:214:0: note: Variable 'bytes' is reassigned a value before the old one has been used.
ossp-1.3.2/osstest.c:221:2: note: Variable 'bytes' is reassigned a value before the old one has been used.
ossp-1.3.2/osstest.c:244:0: error: Memory leak: bytes [memleak]
[14:35]

ftp://ftp.se.debian.org/debian/pool/main/o/osspsa/osspsa_1.2.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ostinato/ostinato_0.9.orig.tar.gz
ostinato-0.9/client/arpstatusmodel.h:34:5: style: Class 'ArpStatusModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/streambase.h:37:5: style: Class 'StreamBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/devicegroupdialog.cpp:212:45: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ostinato-0.9/client/devicegroupmodel.h:35:5: style: Class 'DeviceGroupModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/devicemodel.h:33:5: style: Class 'DeviceModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/ndpstatusmodel.h:34:5: style: Class 'NdpStatusModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/deviceswidget.h:33:5: style: Class 'DevicesWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/dumpview.cpp:194:16: style: The scope of the variable 'bits' can be reduced. [variableScope]
ostinato-0.9/client/dumpview.h:26:5: style: Class 'DumpView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/hexlineedit.h:30:5: style: Class 'HexLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/mainwindow.h:51:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/mainwindow.cpp:413:39: style: Function 'onNewVersion' argument 1 names different: declaration 'version' definition 'newVersion'. [funcArgNamesDifferent]
ostinato-0.9/client/mainwindow.h:67:31: note: Function 'onNewVersion' argument 1 names different: declaration 'version' definition 'newVersion'.
ostinato-0.9/client/mainwindow.cpp:413:39: note: Function 'onNewVersion' argument 1 names different: declaration 'version' definition 'newVersion'.
ostinato-0.9/client/modeltest.cpp:33:42: style: Function 'ModelTest' argument 1 names different: declaration 'model' definition '_model'. [funcArgNamesDifferent]
ostinato-0.9/client/modeltest.h:36:35: note: Function 'ModelTest' argument 1 names different: declaration 'model' definition '_model'.
ostinato-0.9/client/modeltest.cpp:33:42: note: Function 'ModelTest' argument 1 names different: declaration 'model' definition '_model'.
ostinato-0.9/client/packetmodel.cpp:152:16: style: Same expression on both sides of '=='. [duplicateExpression]
ostinato-0.9/client/packetmodel.cpp:241:16: style: Same expression on both sides of '=='. [duplicateExpression]
ostinato-0.9/client/packetmodel.h:32:5: style: Class 'PacketModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/protocollistiterator.h:31:5: style: Class 'ProtocolListIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/params.h:30:10: style: Technically the member function 'Params::optLocalDrone' can be const. [functionConst]
ostinato-0.9/client/params.cpp:52:14: note: Technically the member function 'Params::optLocalDrone' can be const.
ostinato-0.9/client/params.h:30:10: note: Technically the member function 'Params::optLocalDrone' can be const.
ostinato-0.9/client/port.cpp:53:32: style: Function 'Port' argument 2 names different: declaration 'pgId' definition 'portGroupId'. [funcArgNamesDifferent]
ostinato-0.9/client/port.h:80:43: note: Function 'Port' argument 2 names different: declaration 'pgId' definition 'portGroupId'.
ostinato-0.9/client/port.cpp:53:32: note: Function 'Port' argument 2 names different: declaration 'pgId' definition 'portGroupId'.
ostinato-0.9/client/port.cpp:446:34: style: Function 'getDeletedDeviceGroupsSinceLastSync' argument 1 names different: declaration 'streamIdList' definition 'deviceGroupIdList'. [funcArgNamesDifferent]
ostinato-0.9/client/port.h:170:42: note: Function 'getDeletedDeviceGroupsSinceLastSync' argument 1 names different: declaration 'streamIdList' definition 'deviceGroupIdList'.
ostinato-0.9/client/port.cpp:446:34: note: Function 'getDeletedDeviceGroupsSinceLastSync' argument 1 names different: declaration 'streamIdList' definition 'deviceGroupIdList'.
ostinato-0.9/client/port.cpp:456:34: style: Function 'getNewDeviceGroupsSinceLastSync' argument 1 names different: declaration 'streamIdList' definition 'deviceGroupIdList'. [funcArgNamesDifferent]
ostinato-0.9/client/port.h:172:42: note: Function 'getNewDeviceGroupsSinceLastSync' argument 1 names different: declaration 'streamIdList' definition 'deviceGroupIdList'.
ostinato-0.9/client/port.cpp:456:34: note: Function 'getNewDeviceGroupsSinceLastSync' argument 1 names different: declaration 'streamIdList' definition 'deviceGroupIdList'.
ostinato-0.9/client/port.cpp:467:38: style: Function 'getModifiedDeviceGroupsSinceLastSync' argument 1 names different: declaration 'streamConfigList' definition 'deviceGroupConfigList'. [funcArgNamesDifferent]
ostinato-0.9/client/port.h:174:46: note: Function 'getModifiedDeviceGroupsSinceLastSync' argument 1 names different: declaration 'streamConfigList' definition 'deviceGroupConfigList'.
ostinato-0.9/client/port.cpp:467:38: note: Function 'getModifiedDeviceGroupsSinceLastSync' argument 1 names different: declaration 'streamConfigList' definition 'deviceGroupConfigList'.
ostinato-0.9/client/port.cpp:53:7: warning: Member variable 'Port::avgPacketsPerSec_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/client/port.cpp:53:7: warning: Member variable 'Port::avgBitsPerSec_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/client/port.cpp:53:7: warning: Member variable 'Port::numActiveStreams_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/client/port.cpp:55:5: performance: Variable 'mPortId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/client/portgroup.cpp:743:32: style: Function 'modifyPort' argument 1 names different: declaration 'portId' definition 'portIndex'. [funcArgNamesDifferent]
ostinato-0.9/client/portgroup.h:129:25: note: Function 'modifyPort' argument 1 names different: declaration 'portId' definition 'portIndex'.
ostinato-0.9/client/portgroup.cpp:743:32: note: Function 'modifyPort' argument 1 names different: declaration 'portId' definition 'portIndex'.
ostinato-0.9/client/portstatsfilterdialog.h:34:5: style: Class 'PortStatsFilterDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/portstatsproxymodel.h:29:5: style: Class 'PortStatsProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/streamstatsmodel.h:37:5: style: Class 'StreamStatsModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/streamlistdelegate.h:31:5: style: Class 'StreamListDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/stream.h:38:10: performance: Technically the member function 'Stream::loadProtocolWidgets' can be static. [functionStatic]
ostinato-0.9/client/stream.cpp:41:14: note: Technically the member function 'Stream::loadProtocolWidgets' can be static.
ostinato-0.9/client/stream.h:38:10: note: Technically the member function 'Stream::loadProtocolWidgets' can be static.
ostinato-0.9/client/stream.h:39:10: performance: Technically the member function 'Stream::storeProtocolWidgets' can be static. [functionStatic]
ostinato-0.9/client/stream.cpp:47:14: note: Technically the member function 'Stream::storeProtocolWidgets' can be static.
ostinato-0.9/client/stream.h:39:10: note: Technically the member function 'Stream::storeProtocolWidgets' can be static.
ostinato-0.9/client/streamconfigdialog.cpp:844:22: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
ostinato-0.9/client/streamconfigdialog.cpp:48:5: performance: Variable 'mCurrentStreamIndex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/client/streamstatsfiltermodel.h:29:5: style: Class 'StreamStatsFilterModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/client/variablefieldswidget.h:36:5: style: Class 'VariableFieldsWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/arp.h:78:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/arp.h:78:21: note: Function in derived class
ostinato-0.9/common/arp.h:80:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/arp.h:80:18: note: Function in derived class
ostinato-0.9/common/arp.h:81:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/arp.h:81:18: note: Function in derived class
ostinato-0.9/common/arp.h:83:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/arp.h:83:21: note: Function in derived class
ostinato-0.9/common/arp.h:85:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/arp.h:85:21: note: Function in derived class
ostinato-0.9/common/arp.h:86:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/arp.h:86:21: note: Function in derived class
ostinato-0.9/common/arp.h:88:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/arp.h:88:17: note: Function in derived class
ostinato-0.9/common/arp.h:90:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/arp.h:90:42: note: Function in derived class
ostinato-0.9/common/arp.h:91:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/arp.h:91:22: note: Function in derived class
ostinato-0.9/common/arp.h:93:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/arp.h:93:18: note: Function in derived class
ostinato-0.9/common/arp.h:96:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/arp.h:96:17: note: Function in derived class
ostinato-0.9/common/abstractprotocolconfig.h:39:5: style: Class 'AbstractProtocolConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/arpconfig.h:32:5: style: Class 'ArpConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/arpconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/arpconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/arpconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/arpconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/dot3.h:44:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/dot3.h:44:21: note: Function in derived class
ostinato-0.9/common/dot3.h:46:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/dot3.h:46:18: note: Function in derived class
ostinato-0.9/common/dot3.h:47:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/dot3.h:47:18: note: Function in derived class
ostinato-0.9/common/dot3.h:49:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/dot3.h:49:21: note: Function in derived class
ostinato-0.9/common/dot3.h:50:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/dot3.h:50:21: note: Function in derived class
ostinato-0.9/common/dot3.h:52:20: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/dot3.h:52:20: note: Function in derived class
ostinato-0.9/common/dot3.h:54:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/dot3.h:54:42: note: Function in derived class
ostinato-0.9/common/dot3.h:55:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/dot3.h:55:22: note: Function in derived class
ostinato-0.9/common/dot3.h:57:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/dot3.h:57:18: note: Function in derived class
ostinato-0.9/common/dot3.h:60:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/dot3.h:60:17: note: Function in derived class
ostinato-0.9/common/dot3config.h:32:5: style: Class 'Dot3ConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/dot3config.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/dot3config.h:37:18: note: Function in derived class
ostinato-0.9/common/dot3config.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/dot3config.h:38:18: note: Function in derived class
ostinato-0.9/common/eth2.h:45:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/eth2.h:45:21: note: Function in derived class
ostinato-0.9/common/eth2.h:47:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/eth2.h:47:18: note: Function in derived class
ostinato-0.9/common/eth2.h:48:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/eth2.h:48:18: note: Function in derived class
ostinato-0.9/common/eth2.h:50:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/eth2.h:50:21: note: Function in derived class
ostinato-0.9/common/eth2.h:51:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/eth2.h:51:21: note: Function in derived class
ostinato-0.9/common/eth2.h:53:28: style: The function 'protocolIdType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:129:28: note: Virtual function in base class
ostinato-0.9/common/eth2.h:53:28: note: Function in derived class
ostinato-0.9/common/eth2.h:55:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/eth2.h:55:17: note: Function in derived class
ostinato-0.9/common/eth2.h:57:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/eth2.h:57:42: note: Function in derived class
ostinato-0.9/common/eth2.h:58:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/eth2.h:58:22: note: Function in derived class
ostinato-0.9/common/eth2.h:60:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/eth2.h:60:18: note: Function in derived class
ostinato-0.9/common/eth2config.h:34:5: style: Class 'Eth2ConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/eth2config.h:38:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/eth2config.h:38:18: note: Function in derived class
ostinato-0.9/common/eth2config.h:39:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/eth2config.h:39:18: note: Function in derived class
ostinato-0.9/common/eth2pdml.h:30:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/eth2pdml.h:30:18: note: Function in derived class
ostinato-0.9/common/gmp.h:110:9: performance: Technically the member function 'GmpProtocol::qqic' can be static. [functionStatic]
ostinato-0.9/common/gmp.h:123:25: note: Technically the member function 'GmpProtocol::qqic' can be static.
ostinato-0.9/common/gmp.h:110:9: note: Technically the member function 'GmpProtocol::qqic' can be static.
ostinato-0.9/common/gmp.h:86:28: style: The function 'protocolIdType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:129:28: note: Virtual function in base class
ostinato-0.9/common/gmp.h:86:28: note: Function in derived class
ostinato-0.9/common/gmp.h:88:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/gmp.h:88:17: note: Function in derived class
ostinato-0.9/common/gmp.h:89:17: style: The function 'frameFieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:135:17: note: Virtual function in base class
ostinato-0.9/common/gmp.h:89:17: note: Function in derived class
ostinato-0.9/common/gmp.h:91:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/gmp.h:91:42: note: Function in derived class
ostinato-0.9/common/gmp.h:92:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/gmp.h:92:22: note: Function in derived class
ostinato-0.9/common/gmp.h:94:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/gmp.h:94:18: note: Function in derived class
ostinato-0.9/common/gmp.h:97:17: style: The function 'protocolFrameSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:152:17: note: Virtual function in base class
ostinato-0.9/common/gmp.h:97:17: note: Function in derived class
ostinato-0.9/common/gmp.h:99:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/gmp.h:99:17: note: Function in derived class
ostinato-0.9/common/gmpconfig.h:32:5: style: Class 'GmpConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/gmpconfig.h:35:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/gmpconfig.h:35:18: note: Function in derived class
ostinato-0.9/common/gmpconfig.h:36:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/gmpconfig.h:36:18: note: Function in derived class
ostinato-0.9/common/hexdump.h:52:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/hexdump.h:52:21: note: Function in derived class
ostinato-0.9/common/hexdump.h:54:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/hexdump.h:54:18: note: Function in derived class
ostinato-0.9/common/hexdump.h:55:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/hexdump.h:55:18: note: Function in derived class
ostinato-0.9/common/hexdump.h:57:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/hexdump.h:57:21: note: Function in derived class
ostinato-0.9/common/hexdump.h:58:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/hexdump.h:58:21: note: Function in derived class
ostinato-0.9/common/hexdump.h:60:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/hexdump.h:60:17: note: Function in derived class
ostinato-0.9/common/hexdump.h:62:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/hexdump.h:62:42: note: Function in derived class
ostinato-0.9/common/hexdump.h:63:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/hexdump.h:63:22: note: Function in derived class
ostinato-0.9/common/hexdump.h:65:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/hexdump.h:65:18: note: Function in derived class
ostinato-0.9/common/hexdump.h:68:17: style: The function 'protocolFrameSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:152:17: note: Virtual function in base class
ostinato-0.9/common/hexdump.h:68:17: note: Function in derived class
ostinato-0.9/common/hexdumpconfig.h:32:5: style: Class 'HexDumpConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/hexdumpconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/hexdumpconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/hexdumpconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/hexdumpconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/icmp.h:63:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/icmp.h:63:21: note: Function in derived class
ostinato-0.9/common/icmp.h:65:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/icmp.h:65:18: note: Function in derived class
ostinato-0.9/common/icmp.h:66:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/icmp.h:66:18: note: Function in derived class
ostinato-0.9/common/icmp.h:68:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/icmp.h:68:21: note: Function in derived class
ostinato-0.9/common/icmp.h:70:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/icmp.h:70:21: note: Function in derived class
ostinato-0.9/common/icmp.h:71:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/icmp.h:71:21: note: Function in derived class
ostinato-0.9/common/icmp.h:73:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/icmp.h:73:17: note: Function in derived class
ostinato-0.9/common/icmp.h:74:17: style: The function 'frameFieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:135:17: note: Virtual function in base class
ostinato-0.9/common/icmp.h:74:17: note: Function in derived class
ostinato-0.9/common/icmp.h:76:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/icmp.h:76:42: note: Function in derived class
ostinato-0.9/common/icmp.h:77:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/icmp.h:77:22: note: Function in derived class
ostinato-0.9/common/icmp.h:79:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/icmp.h:79:18: note: Function in derived class
ostinato-0.9/common/icmppdml.h:31:18: style: The function 'preProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:43:18: note: Virtual function in base class
ostinato-0.9/common/icmppdml.h:31:18: note: Function in derived class
ostinato-0.9/common/icmppdml.h:34:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/icmppdml.h:34:18: note: Function in derived class
ostinato-0.9/common/icmppdml.h:37:18: style: The function 'postProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:48:18: note: Virtual function in base class
ostinato-0.9/common/icmppdml.h:37:18: note: Function in derived class
ostinato-0.9/common/mldpdml.h:31:18: style: The function 'preProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:43:18: note: Virtual function in base class
ostinato-0.9/common/mldpdml.h:31:18: note: Function in derived class
ostinato-0.9/common/mldpdml.h:34:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/mldpdml.h:34:18: note: Function in derived class
ostinato-0.9/common/icmp6pdml.h:33:18: style: The function 'preProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:43:18: note: Virtual function in base class
ostinato-0.9/common/icmp6pdml.h:33:18: note: Function in derived class
ostinato-0.9/common/icmp6pdml.h:36:18: style: The function 'postProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:48:18: note: Virtual function in base class
ostinato-0.9/common/icmp6pdml.h:36:18: note: Function in derived class
ostinato-0.9/common/icmp6pdml.h:39:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/icmp6pdml.h:39:18: note: Function in derived class
ostinato-0.9/common/icmpconfig.h:34:5: style: Class 'IcmpConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/icmpconfig.h:39:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/icmpconfig.h:39:18: note: Function in derived class
ostinato-0.9/common/icmpconfig.h:40:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/icmpconfig.h:40:18: note: Function in derived class
ostinato-0.9/common/igmp.h:73:9: performance: Technically the member function 'IgmpProtocol::mrc' can be static. [functionStatic]
ostinato-0.9/common/igmp.h:93:26: note: Technically the member function 'IgmpProtocol::mrc' can be static.
ostinato-0.9/common/igmp.h:73:9: note: Technically the member function 'IgmpProtocol::mrc' can be static.
ostinato-0.9/common/igmp.h:50:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/igmp.h:50:21: note: Function in derived class
ostinato-0.9/common/igmp.h:52:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/igmp.h:52:18: note: Function in derived class
ostinato-0.9/common/igmp.h:53:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/igmp.h:53:18: note: Function in derived class
ostinato-0.9/common/igmp.h:55:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/igmp.h:55:21: note: Function in derived class
ostinato-0.9/common/igmp.h:57:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/igmp.h:57:21: note: Function in derived class
ostinato-0.9/common/igmp.h:58:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/igmp.h:58:21: note: Function in derived class
ostinato-0.9/common/igmp.h:60:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:92:22: note: Virtual function in base class
ostinato-0.9/common/igmp.h:60:22: note: Function in derived class
ostinato-0.9/common/igmp.h:62:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:94:18: note: Virtual function in base class
ostinato-0.9/common/igmp.h:62:18: note: Function in derived class
ostinato-0.9/common/igmp.h:66:18: style: The function 'isSsmReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:106:18: note: Virtual function in base class
ostinato-0.9/common/igmp.h:66:18: note: Function in derived class
ostinato-0.9/common/igmp.h:67:18: style: The function 'isQuery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:107:18: note: Virtual function in base class
ostinato-0.9/common/igmp.h:67:18: note: Function in derived class
ostinato-0.9/common/igmp.h:68:18: style: The function 'isSsmQuery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:108:18: note: Virtual function in base class
ostinato-0.9/common/igmp.h:68:18: note: Function in derived class
ostinato-0.9/common/igmp.h:70:21: style: The function 'checksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:112:21: note: Virtual function in base class
ostinato-0.9/common/igmp.h:70:21: note: Function in derived class
ostinato-0.9/common/igmpconfig.h:28:5: style: Class 'IgmpConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/ipv4addressdelegate.h:29:5: style: Class 'IPv4AddressDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/igmpconfig.h:33:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmpconfig.h:35:18: note: Virtual function in base class
ostinato-0.9/common/igmpconfig.h:33:18: note: Function in derived class
ostinato-0.9/common/igmpconfig.h:34:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmpconfig.h:36:18: note: Virtual function in base class
ostinato-0.9/common/igmpconfig.h:34:18: note: Function in derived class
ostinato-0.9/common/igmppdml.h:30:18: style: The function 'preProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:43:18: note: Virtual function in base class
ostinato-0.9/common/igmppdml.h:30:18: note: Function in derived class
ostinato-0.9/common/igmppdml.h:33:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/igmppdml.h:33:18: note: Function in derived class
ostinato-0.9/common/igmppdml.h:36:18: style: The function 'postProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:48:18: note: Virtual function in base class
ostinato-0.9/common/igmppdml.h:36:18: note: Function in derived class
ostinato-0.9/common/ip4.h:72:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/ip4.h:72:21: note: Function in derived class
ostinato-0.9/common/ip4.h:74:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/ip4.h:74:18: note: Function in derived class
ostinato-0.9/common/ip4.h:75:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/ip4.h:75:18: note: Function in derived class
ostinato-0.9/common/ip4.h:77:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/ip4.h:77:21: note: Function in derived class
ostinato-0.9/common/ip4.h:78:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/ip4.h:78:21: note: Function in derived class
ostinato-0.9/common/ip4.h:79:28: style: The function 'protocolIdType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:129:28: note: Virtual function in base class
ostinato-0.9/common/ip4.h:79:28: note: Function in derived class
ostinato-0.9/common/ip4.h:80:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/ip4.h:80:21: note: Function in derived class
ostinato-0.9/common/ip4.h:81:20: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/ip4.h:81:20: note: Function in derived class
ostinato-0.9/common/ip4.h:83:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/ip4.h:83:42: note: Function in derived class
ostinato-0.9/common/ip4.h:84:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/ip4.h:84:22: note: Function in derived class
ostinato-0.9/common/ip4.h:86:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/ip4.h:86:18: note: Function in derived class
ostinato-0.9/common/ip4.h:89:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/ip4.h:89:17: note: Function in derived class
ostinato-0.9/common/ip4.h:91:21: style: The function 'protocolFrameCksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:165:21: note: Virtual function in base class
ostinato-0.9/common/ip4.h:91:21: note: Function in derived class
ostinato-0.9/common/ip4.cpp:281:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ostinato-0.9/common/ip4.cpp:283:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ostinato-0.9/common/ip4.cpp:285:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ostinato-0.9/common/ip4config.h:32:5: style: Class 'Ip4ConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/ip4config.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/ip4config.h:37:18: note: Function in derived class
ostinato-0.9/common/ip4config.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/ip4config.h:38:18: note: Function in derived class
ostinato-0.9/common/ip4pdml.h:30:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/ip4pdml.h:30:18: note: Function in derived class
ostinato-0.9/common/ip4pdml.h:33:18: style: The function 'postProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:48:18: note: Virtual function in base class
ostinato-0.9/common/ip4pdml.h:33:18: note: Function in derived class
ostinato-0.9/common/ip6.h:84:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/ip6.h:84:21: note: Function in derived class
ostinato-0.9/common/ip6.h:86:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/ip6.h:86:18: note: Function in derived class
ostinato-0.9/common/ip6.h:87:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/ip6.h:87:18: note: Function in derived class
ostinato-0.9/common/ip6.h:89:28: style: The function 'protocolIdType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:129:28: note: Virtual function in base class
ostinato-0.9/common/ip6.h:89:28: note: Function in derived class
ostinato-0.9/common/ip6.h:90:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/ip6.h:90:21: note: Function in derived class
ostinato-0.9/common/ip6.h:92:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/ip6.h:92:21: note: Function in derived class
ostinato-0.9/common/ip6.h:93:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/ip6.h:93:21: note: Function in derived class
ostinato-0.9/common/ip6.h:95:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/ip6.h:95:17: note: Function in derived class
ostinato-0.9/common/ip6.h:97:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/ip6.h:97:42: note: Function in derived class
ostinato-0.9/common/ip6.h:98:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/ip6.h:98:22: note: Function in derived class
ostinato-0.9/common/ip6.h:100:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/ip6.h:100:18: note: Function in derived class
ostinato-0.9/common/ip6.h:103:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/ip6.h:103:17: note: Function in derived class
ostinato-0.9/common/ip6.h:105:21: style: The function 'protocolFrameCksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:165:21: note: Virtual function in base class
ostinato-0.9/common/ip6.h:105:21: note: Function in derived class
ostinato-0.9/common/ip6config.h:31:5: style: Class 'Ip6ConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/ipv6addressvalidator.h:29:5: style: Class 'IPv6AddressValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/ip6config.h:34:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/ip6config.h:34:18: note: Function in derived class
ostinato-0.9/common/ip6config.h:35:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/ip6config.h:35:18: note: Function in derived class
ostinato-0.9/common/ip6pdml.h:30:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/ip6pdml.h:30:18: note: Function in derived class
ostinato-0.9/common/ip6pdml.h:33:18: style: The function 'postProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:48:18: note: Virtual function in base class
ostinato-0.9/common/ip6pdml.h:33:18: note: Function in derived class
ostinato-0.9/common/llc.h:49:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/llc.h:49:21: note: Function in derived class
ostinato-0.9/common/llc.h:51:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/llc.h:51:18: note: Function in derived class
ostinato-0.9/common/llc.h:52:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/llc.h:52:18: note: Function in derived class
ostinato-0.9/common/llc.h:54:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/llc.h:54:21: note: Function in derived class
ostinato-0.9/common/llc.h:55:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/llc.h:55:21: note: Function in derived class
ostinato-0.9/common/llc.h:57:28: style: The function 'protocolIdType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:129:28: note: Virtual function in base class
ostinato-0.9/common/llc.h:57:28: note: Function in derived class
ostinato-0.9/common/llc.h:59:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/llc.h:59:17: note: Function in derived class
ostinato-0.9/common/llc.h:61:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/llc.h:61:42: note: Function in derived class
ostinato-0.9/common/llc.h:62:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/llc.h:62:22: note: Function in derived class
ostinato-0.9/common/llc.h:64:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/llc.h:64:18: note: Function in derived class
ostinato-0.9/common/llcconfig.h:32:5: style: Class 'LlcConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/llcconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/llcconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/llcconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/llcconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/llcpdml.h:30:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/llcpdml.h:30:18: note: Function in derived class
ostinato-0.9/common/llcpdml.h:33:18: style: The function 'postProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:48:18: note: Virtual function in base class
ostinato-0.9/common/llcpdml.h:33:18: note: Function in derived class
ostinato-0.9/common/mac.h:50:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/mac.h:50:21: note: Function in derived class
ostinato-0.9/common/mac.h:52:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/mac.h:52:18: note: Function in derived class
ostinato-0.9/common/mac.h:53:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/mac.h:53:18: note: Function in derived class
ostinato-0.9/common/mac.h:55:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/mac.h:55:21: note: Function in derived class
ostinato-0.9/common/mac.h:56:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/mac.h:56:21: note: Function in derived class
ostinato-0.9/common/mac.h:58:20: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/mac.h:58:20: note: Function in derived class
ostinato-0.9/common/mac.h:60:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/mac.h:60:42: note: Function in derived class
ostinato-0.9/common/mac.h:61:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/mac.h:61:22: note: Function in derived class
ostinato-0.9/common/mac.h:63:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/mac.h:63:18: note: Function in derived class
ostinato-0.9/common/mac.h:66:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/mac.h:66:17: note: Function in derived class
ostinato-0.9/common/macconfig.h:32:5: style: Class 'MacConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/macconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/macconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/macconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/macconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/mld.h:71:9: performance: Technically the member function 'MldProtocol::mrc' can be static. [functionStatic]
ostinato-0.9/common/mld.h:90:25: note: Technically the member function 'MldProtocol::mrc' can be static.
ostinato-0.9/common/mld.h:71:9: note: Technically the member function 'MldProtocol::mrc' can be static.
ostinato-0.9/common/mld.h:47:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/mld.h:47:21: note: Function in derived class
ostinato-0.9/common/mld.h:49:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/mld.h:49:18: note: Function in derived class
ostinato-0.9/common/mld.h:50:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/mld.h:50:18: note: Function in derived class
ostinato-0.9/common/mld.h:52:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/mld.h:52:21: note: Function in derived class
ostinato-0.9/common/mld.h:54:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/mld.h:54:21: note: Function in derived class
ostinato-0.9/common/mld.h:55:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/mld.h:55:21: note: Function in derived class
ostinato-0.9/common/mld.h:57:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:91:42: note: Virtual function in base class
ostinato-0.9/common/mld.h:57:42: note: Function in derived class
ostinato-0.9/common/mld.h:58:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:92:22: note: Virtual function in base class
ostinato-0.9/common/mld.h:58:22: note: Function in derived class
ostinato-0.9/common/mld.h:60:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:94:18: note: Virtual function in base class
ostinato-0.9/common/mld.h:60:18: note: Function in derived class
ostinato-0.9/common/mld.h:64:18: style: The function 'isSsmReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:106:18: note: Virtual function in base class
ostinato-0.9/common/mld.h:64:18: note: Function in derived class
ostinato-0.9/common/mld.h:65:18: style: The function 'isQuery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:107:18: note: Virtual function in base class
ostinato-0.9/common/mld.h:65:18: note: Function in derived class
ostinato-0.9/common/mld.h:66:18: style: The function 'isSsmQuery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:108:18: note: Virtual function in base class
ostinato-0.9/common/mld.h:66:18: note: Function in derived class
ostinato-0.9/common/mld.h:68:21: style: The function 'checksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmp.h:112:21: note: Virtual function in base class
ostinato-0.9/common/mld.h:68:21: note: Function in derived class
ostinato-0.9/common/mldconfig.h:28:5: style: Class 'MldConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/ipv6addressdelegate.h:31:5: style: Class 'IPv6AddressDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/mldconfig.h:34:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmpconfig.h:35:18: note: Virtual function in base class
ostinato-0.9/common/mldconfig.h:34:18: note: Function in derived class
ostinato-0.9/common/mldconfig.h:35:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/gmpconfig.h:36:18: note: Virtual function in base class
ostinato-0.9/common/mldconfig.h:35:18: note: Function in derived class
ostinato-0.9/common/nativefileformat.h:55:10: performance: Technically the member function 'NativeFileFormat::postParseFixup' can be static. [functionStatic]
ostinato-0.9/common/nativefileformat.cpp:508:24: note: Technically the member function 'NativeFileFormat::postParseFixup' can be static.
ostinato-0.9/common/nativefileformat.h:55:10: note: Technically the member function 'NativeFileFormat::postParseFixup' can be static.
ostinato-0.9/common/nativefileformat.h:59:10: performance: Technically the member function 'NativeFileFormat::initFileMetaData' can be static. [functionStatic]
ostinato-0.9/common/nativefileformat.cpp:447:24: note: Technically the member function 'NativeFileFormat::initFileMetaData' can be static.
ostinato-0.9/common/nativefileformat.h:59:10: note: Technically the member function 'NativeFileFormat::initFileMetaData' can be static.
ostinato-0.9/common/nativefileformat.h:60:9: performance: Technically the member function 'NativeFileFormat::fileMetaSize' can be static. [functionStatic]
ostinato-0.9/common/nativefileformat.cpp:462:23: note: Technically the member function 'NativeFileFormat::fileMetaSize' can be static.
ostinato-0.9/common/nativefileformat.h:60:9: note: Technically the member function 'NativeFileFormat::fileMetaSize' can be static.
ostinato-0.9/common/ossnfileformat.h:31:18: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/sessionfileformat.h:40:18: note: Virtual function in base class
ostinato-0.9/common/ossnfileformat.h:31:18: note: Function in derived class
ostinato-0.9/common/ossnfileformat.h:33:18: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/sessionfileformat.h:42:18: note: Virtual function in base class
ostinato-0.9/common/ossnfileformat.h:33:18: note: Function in derived class
ostinato-0.9/common/ossnfileformat.h:36:18: style: The function 'isMyFileFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/sessionfileformat.h:60:18: note: Virtual function in base class
ostinato-0.9/common/ossnfileformat.h:36:18: note: Function in derived class
ostinato-0.9/common/ossnfileformat.h:37:18: style: The function 'isMyFileType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/sessionfileformat.h:61:18: note: Virtual function in base class
ostinato-0.9/common/ossnfileformat.h:37:18: note: Function in derived class
ostinato-0.9/common/ostmfileformat.h:32:18: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/streamfileformat.h:39:18: note: Virtual function in base class
ostinato-0.9/common/ostmfileformat.h:32:18: note: Function in derived class
ostinato-0.9/common/ostmfileformat.h:34:18: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/streamfileformat.h:41:18: note: Virtual function in base class
ostinato-0.9/common/ostmfileformat.h:34:18: note: Function in derived class
ostinato-0.9/common/payload.h:45:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/payload.h:45:21: note: Function in derived class
ostinato-0.9/common/payload.h:47:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/payload.h:47:18: note: Function in derived class
ostinato-0.9/common/payload.h:48:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/payload.h:48:18: note: Function in derived class
ostinato-0.9/common/payload.h:50:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/payload.h:50:21: note: Function in derived class
ostinato-0.9/common/payload.h:51:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/payload.h:51:21: note: Function in derived class
ostinato-0.9/common/payload.h:53:17: style: The function 'protocolFrameSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:152:17: note: Virtual function in base class
ostinato-0.9/common/payload.h:53:17: note: Function in derived class
ostinato-0.9/common/payload.h:55:20: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/payload.h:55:20: note: Function in derived class
ostinato-0.9/common/payload.h:57:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/payload.h:57:42: note: Function in derived class
ostinato-0.9/common/payload.h:58:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/payload.h:58:22: note: Function in derived class
ostinato-0.9/common/payload.h:60:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/payload.h:60:18: note: Function in derived class
ostinato-0.9/common/payload.h:63:18: style: The function 'isProtocolFrameValueVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:156:18: note: Virtual function in base class
ostinato-0.9/common/payload.h:63:18: note: Function in derived class
ostinato-0.9/common/payload.h:64:18: style: The function 'isProtocolFrameSizeVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:157:18: note: Virtual function in base class
ostinato-0.9/common/payload.h:64:18: note: Function in derived class
ostinato-0.9/common/payload.h:65:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/payload.h:65:17: note: Function in derived class
ostinato-0.9/common/payloadconfig.h:32:5: style: Class 'PayloadConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/payloadconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/payloadconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/payloadconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/payloadconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/pcapfileformat.h:31:5: style: Class 'PcapImportOptionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/pdmlreader.h:33:5: style: Class 'PdmlReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/pcapfileformat.h:50:10: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/streamfileformat.h:39:18: note: Virtual function in base class
ostinato-0.9/common/pcapfileformat.h:50:10: note: Function in derived class
ostinato-0.9/common/pcapfileformat.h:52:10: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/streamfileformat.h:41:18: note: Virtual function in base class
ostinato-0.9/common/pcapfileformat.h:52:10: note: Function in derived class
ostinato-0.9/common/pcapfileformat.h:55:22: style: The function 'openOptionsDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/streamfileformat.h:44:22: note: Virtual function in base class
ostinato-0.9/common/pcapfileformat.h:55:22: note: Function in derived class
ostinato-0.9/common/pdmlfileformat.h:30:18: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/streamfileformat.h:39:18: note: Virtual function in base class
ostinato-0.9/common/pdmlfileformat.h:30:18: note: Function in derived class
ostinato-0.9/common/pdmlfileformat.h:32:18: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/streamfileformat.h:41:18: note: Virtual function in base class
ostinato-0.9/common/pdmlfileformat.h:32:18: note: Function in derived class
ostinato-0.9/common/pdmlprotocol.h:53:10: style: Technically the member function 'PdmlProtocol::knownFieldHandler' can be const. [functionConst]
ostinato-0.9/common/pdmlprotocol.cpp:193:20: note: Technically the member function 'PdmlProtocol::knownFieldHandler' can be const.
ostinato-0.9/common/pdmlprotocol.h:53:10: note: Technically the member function 'PdmlProtocol::knownFieldHandler' can be const.
ostinato-0.9/common/pdmlprotocols.h:30:18: style: The function 'preProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:43:18: note: Virtual function in base class
ostinato-0.9/common/pdmlprotocols.h:30:18: note: Function in derived class
ostinato-0.9/common/pdmlprotocols.h:33:18: style: The function 'prematureEndHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:46:18: note: Virtual function in base class
ostinato-0.9/common/pdmlprotocols.h:33:18: note: Function in derived class
ostinato-0.9/common/pdmlprotocols.h:35:18: style: The function 'postProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:48:18: note: Virtual function in base class
ostinato-0.9/common/pdmlprotocols.h:35:18: note: Function in derived class
ostinato-0.9/common/pdmlprotocols.h:37:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/pdmlprotocols.h:37:18: note: Function in derived class
ostinato-0.9/common/pdmlprotocols.h:63:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/pdmlprotocols.h:63:18: note: Function in derived class
ostinato-0.9/common/pdmlreader.cpp:466:5: warning: Possible null pointer dereference: pdmlProto [nullPointer]
ostinato-0.9/common/pdmlreader.cpp:249:27: note: Calling function 'readField', 1st argument 'pdmlProto' value is 0
ostinato-0.9/common/pdmlreader.cpp:466:5: note: Null pointer dereference
ostinato-0.9/common/pdmlreader.cpp:45:13: warning: Member variable 'PdmlReader::isMldSupport_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/pdmlreader.cpp:45:13: warning: Member variable 'PdmlReader::packetCount_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/pdmlreader.cpp:45:13: warning: Member variable 'PdmlReader::expPos_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/pdmlreader.cpp:45:13: warning: Member variable 'PdmlReader::skipUntilEnd_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/stppdml.h:34:10: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/stppdml.h:34:10: note: Function in derived class
ostinato-0.9/common/svlanpdml.h:30:18: style: The function 'preProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:43:18: note: Virtual function in base class
ostinato-0.9/common/svlanpdml.h:30:18: note: Function in derived class
ostinato-0.9/common/svlanpdml.h:33:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/svlanpdml.h:33:18: note: Function in derived class
ostinato-0.9/common/tcppdml.h:30:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/tcppdml.h:30:18: note: Function in derived class
ostinato-0.9/common/tcppdml.h:33:18: style: The function 'postProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:48:18: note: Virtual function in base class
ostinato-0.9/common/tcppdml.h:33:18: note: Function in derived class
ostinato-0.9/common/textprotopdml.h:30:18: style: The function 'preProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:43:18: note: Virtual function in base class
ostinato-0.9/common/textprotopdml.h:30:18: note: Function in derived class
ostinato-0.9/common/textprotopdml.h:33:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/textprotopdml.h:33:18: note: Function in derived class
ostinato-0.9/common/textprotopdml.h:36:18: style: The function 'postProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:48:18: note: Virtual function in base class
ostinato-0.9/common/textprotopdml.h:36:18: note: Function in derived class
ostinato-0.9/common/udppdml.h:29:18: style: The function 'postProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:48:18: note: Virtual function in base class
ostinato-0.9/common/udppdml.h:29:18: note: Function in derived class
ostinato-0.9/common/vlanpdml.h:30:18: style: The function 'preProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:43:18: note: Virtual function in base class
ostinato-0.9/common/vlanpdml.h:30:18: note: Function in derived class
ostinato-0.9/common/vlanpdml.h:33:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/vlanpdml.h:33:18: note: Function in derived class
ostinato-0.9/common/protocollistiterator.cpp:26:5: style: Class 'ProtocolListIterator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ostinato-0.9/common/protocollistiterator.cpp:26:5: style: Class 'ProtocolListIterator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ostinato-0.9/common/comboprotocol.h:36:0: style: Class 'ComboProtocol < OstProto :: Protocol :: kIp4over4FieldNumber , Ip4Protocol , Ip4Protocol >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ostinato-0.9/common/comboprotocol.h:36:0: style: Class 'ComboProtocol < OstProto :: Protocol :: kIp4over4FieldNumber , Ip4Protocol , Ip4Protocol >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ostinato-0.9/common/comboprotocol.h:36:0: style: Class 'ComboProtocol < OstProto :: Protocol :: kIp6over6FieldNumber , Ip6Protocol , Ip6Protocol >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ostinato-0.9/common/comboprotocol.h:36:0: style: Class 'ComboProtocol < OstProto :: Protocol :: kIp6over6FieldNumber , Ip6Protocol , Ip6Protocol >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ostinato-0.9/common/userscript.h:61:5: style: Class 'UserProtocol' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/vlan.h:47:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/vlan.h:47:21: note: Function in derived class
ostinato-0.9/common/vlan.h:49:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/vlan.h:49:18: note: Function in derived class
ostinato-0.9/common/vlan.h:50:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/vlan.h:50:18: note: Function in derived class
ostinato-0.9/common/vlan.h:52:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/vlan.h:52:21: note: Function in derived class
ostinato-0.9/common/vlan.h:53:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/vlan.h:53:21: note: Function in derived class
ostinato-0.9/common/vlan.h:55:20: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/vlan.h:55:20: note: Function in derived class
ostinato-0.9/common/vlan.h:57:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/vlan.h:57:42: note: Function in derived class
ostinato-0.9/common/vlan.h:58:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/vlan.h:58:22: note: Function in derived class
ostinato-0.9/common/vlan.h:60:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/vlan.h:60:18: note: Function in derived class
ostinato-0.9/common/svlan.h:33:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/vlan.h:47:21: note: Virtual function in base class
ostinato-0.9/common/svlan.h:33:21: note: Function in derived class
ostinato-0.9/common/svlan.h:35:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/vlan.h:49:18: note: Virtual function in base class
ostinato-0.9/common/svlan.h:35:18: note: Function in derived class
ostinato-0.9/common/svlan.h:36:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/vlan.h:50:18: note: Virtual function in base class
ostinato-0.9/common/svlan.h:36:18: note: Function in derived class
ostinato-0.9/common/svlan.h:38:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/vlan.h:52:21: note: Virtual function in base class
ostinato-0.9/common/svlan.h:38:21: note: Function in derived class
ostinato-0.9/common/svlan.h:39:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/vlan.h:53:21: note: Virtual function in base class
ostinato-0.9/common/svlan.h:39:21: note: Function in derived class
ostinato-0.9/common/snap.h:47:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/snap.h:47:21: note: Function in derived class
ostinato-0.9/common/snap.h:49:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/snap.h:49:18: note: Function in derived class
ostinato-0.9/common/snap.h:50:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/snap.h:50:18: note: Function in derived class
ostinato-0.9/common/snap.h:52:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/snap.h:52:21: note: Function in derived class
ostinato-0.9/common/snap.h:53:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/snap.h:53:21: note: Function in derived class
ostinato-0.9/common/snap.h:55:28: style: The function 'protocolIdType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:129:28: note: Virtual function in base class
ostinato-0.9/common/snap.h:55:28: note: Function in derived class
ostinato-0.9/common/snap.h:56:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/snap.h:56:21: note: Function in derived class
ostinato-0.9/common/snap.h:58:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/snap.h:58:17: note: Function in derived class
ostinato-0.9/common/snap.h:60:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/snap.h:60:42: note: Function in derived class
ostinato-0.9/common/snap.h:61:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/snap.h:61:22: note: Function in derived class
ostinato-0.9/common/snap.h:63:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/snap.h:63:18: note: Function in derived class
ostinato-0.9/common/stp.h:87:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/stp.h:87:21: note: Function in derived class
ostinato-0.9/common/stp.h:89:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/stp.h:89:18: note: Function in derived class
ostinato-0.9/common/stp.h:90:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/stp.h:90:18: note: Function in derived class
ostinato-0.9/common/stp.h:92:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/stp.h:92:21: note: Function in derived class
ostinato-0.9/common/stp.h:94:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/stp.h:94:21: note: Function in derived class
ostinato-0.9/common/stp.h:95:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/stp.h:95:21: note: Function in derived class
ostinato-0.9/common/stp.h:97:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/stp.h:97:17: note: Function in derived class
ostinato-0.9/common/stp.h:99:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/stp.h:99:42: note: Function in derived class
ostinato-0.9/common/stp.h:100:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/stp.h:100:22: note: Function in derived class
ostinato-0.9/common/stp.h:102:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/stp.h:102:18: note: Function in derived class
ostinato-0.9/common/ip4over4.h:45:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/comboprotocol.h:62:0: note: Virtual function in base class
ostinato-0.9/common/ip4over4.h:45:18: note: Function in derived class
ostinato-0.9/common/ip4over4.h:64:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/comboprotocol.h:69:0: note: Virtual function in base class
ostinato-0.9/common/ip4over4.h:64:18: note: Function in derived class
ostinato-0.9/common/ip6over6.h:45:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/comboprotocol.h:62:0: note: Virtual function in base class
ostinato-0.9/common/ip6over6.h:45:18: note: Function in derived class
ostinato-0.9/common/ip6over6.h:64:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/comboprotocol.h:69:0: note: Virtual function in base class
ostinato-0.9/common/ip6over6.h:64:18: note: Function in derived class
ostinato-0.9/common/tcp.h:63:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/tcp.h:63:21: note: Function in derived class
ostinato-0.9/common/tcp.h:65:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/tcp.h:65:18: note: Function in derived class
ostinato-0.9/common/tcp.h:66:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/tcp.h:66:18: note: Function in derived class
ostinato-0.9/common/tcp.h:68:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/tcp.h:68:21: note: Function in derived class
ostinato-0.9/common/tcp.h:69:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/tcp.h:69:21: note: Function in derived class
ostinato-0.9/common/tcp.h:71:28: style: The function 'protocolIdType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:129:28: note: Virtual function in base class
ostinato-0.9/common/tcp.h:71:28: note: Function in derived class
ostinato-0.9/common/tcp.h:72:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/tcp.h:72:21: note: Function in derived class
ostinato-0.9/common/tcp.h:74:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/tcp.h:74:17: note: Function in derived class
ostinato-0.9/common/tcp.h:76:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/tcp.h:76:42: note: Function in derived class
ostinato-0.9/common/tcp.h:77:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/tcp.h:77:22: note: Function in derived class
ostinato-0.9/common/tcp.h:79:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/tcp.h:79:18: note: Function in derived class
ostinato-0.9/common/tcp.h:82:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/tcp.h:82:17: note: Function in derived class
ostinato-0.9/common/udp.h:49:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/udp.h:49:21: note: Function in derived class
ostinato-0.9/common/udp.h:51:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/udp.h:51:18: note: Function in derived class
ostinato-0.9/common/udp.h:52:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/udp.h:52:18: note: Function in derived class
ostinato-0.9/common/udp.h:54:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/udp.h:54:21: note: Function in derived class
ostinato-0.9/common/udp.h:55:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/udp.h:55:21: note: Function in derived class
ostinato-0.9/common/udp.h:57:28: style: The function 'protocolIdType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:129:28: note: Virtual function in base class
ostinato-0.9/common/udp.h:57:28: note: Function in derived class
ostinato-0.9/common/udp.h:58:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/udp.h:58:21: note: Function in derived class
ostinato-0.9/common/udp.h:60:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/udp.h:60:17: note: Function in derived class
ostinato-0.9/common/udp.h:62:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/udp.h:62:42: note: Function in derived class
ostinato-0.9/common/udp.h:63:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/udp.h:63:22: note: Function in derived class
ostinato-0.9/common/udp.h:65:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/udp.h:65:18: note: Function in derived class
ostinato-0.9/common/udp.h:68:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/udp.h:68:17: note: Function in derived class
ostinato-0.9/common/textproto.h:53:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/textproto.h:53:21: note: Function in derived class
ostinato-0.9/common/textproto.h:55:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/textproto.h:55:18: note: Function in derived class
ostinato-0.9/common/textproto.h:56:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/textproto.h:56:18: note: Function in derived class
ostinato-0.9/common/textproto.h:58:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/textproto.h:58:21: note: Function in derived class
ostinato-0.9/common/textproto.h:60:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/textproto.h:60:21: note: Function in derived class
ostinato-0.9/common/textproto.h:61:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/textproto.h:61:21: note: Function in derived class
ostinato-0.9/common/textproto.h:63:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/textproto.h:63:17: note: Function in derived class
ostinato-0.9/common/textproto.h:65:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/textproto.h:65:42: note: Function in derived class
ostinato-0.9/common/textproto.h:66:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/textproto.h:66:22: note: Function in derived class
ostinato-0.9/common/textproto.h:68:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/textproto.h:68:18: note: Function in derived class
ostinato-0.9/common/textproto.h:71:17: style: The function 'protocolFrameSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:152:17: note: Virtual function in base class
ostinato-0.9/common/textproto.h:71:17: note: Function in derived class
ostinato-0.9/common/sample.h:59:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/sample.h:59:21: note: Function in derived class
ostinato-0.9/common/sample.h:61:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/sample.h:61:18: note: Function in derived class
ostinato-0.9/common/sample.h:62:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/sample.h:62:18: note: Function in derived class
ostinato-0.9/common/sample.h:64:28: style: The function 'protocolIdType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:129:28: note: Virtual function in base class
ostinato-0.9/common/sample.h:64:28: note: Function in derived class
ostinato-0.9/common/sample.h:65:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/sample.h:65:21: note: Function in derived class
ostinato-0.9/common/sample.h:67:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/sample.h:67:21: note: Function in derived class
ostinato-0.9/common/sample.h:68:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/sample.h:68:21: note: Function in derived class
ostinato-0.9/common/sample.h:70:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/sample.h:70:17: note: Function in derived class
ostinato-0.9/common/sample.h:71:17: style: The function 'frameFieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:135:17: note: Virtual function in base class
ostinato-0.9/common/sample.h:71:17: note: Function in derived class
ostinato-0.9/common/sample.h:73:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/sample.h:73:42: note: Function in derived class
ostinato-0.9/common/sample.h:74:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/sample.h:74:22: note: Function in derived class
ostinato-0.9/common/sample.h:76:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/sample.h:76:18: note: Function in derived class
ostinato-0.9/common/sample.h:79:17: style: The function 'protocolFrameSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:152:17: note: Virtual function in base class
ostinato-0.9/common/sample.h:79:17: note: Function in derived class
ostinato-0.9/common/sample.h:81:18: style: The function 'isProtocolFrameSizeVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:157:18: note: Virtual function in base class
ostinato-0.9/common/sample.h:81:18: note: Function in derived class
ostinato-0.9/common/sample.h:82:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/sample.h:82:17: note: Function in derived class
ostinato-0.9/common/sign.h:68:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/sign.h:68:21: note: Function in derived class
ostinato-0.9/common/sign.h:70:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/sign.h:70:18: note: Function in derived class
ostinato-0.9/common/sign.h:71:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/sign.h:71:18: note: Function in derived class
ostinato-0.9/common/sign.h:73:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/sign.h:73:21: note: Function in derived class
ostinato-0.9/common/sign.h:74:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/sign.h:74:21: note: Function in derived class
ostinato-0.9/common/sign.h:76:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/sign.h:76:17: note: Function in derived class
ostinato-0.9/common/sign.h:78:42: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/sign.h:78:42: note: Function in derived class
ostinato-0.9/common/sign.h:79:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/sign.h:79:22: note: Function in derived class
ostinato-0.9/common/sign.h:81:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/sign.h:81:18: note: Function in derived class
ostinato-0.9/common/userscript.h:111:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/userscript.h:111:21: note: Function in derived class
ostinato-0.9/common/userscript.h:113:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/userscript.h:113:18: note: Function in derived class
ostinato-0.9/common/userscript.h:114:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/userscript.h:114:18: note: Function in derived class
ostinato-0.9/common/userscript.h:116:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/userscript.h:116:21: note: Function in derived class
ostinato-0.9/common/userscript.h:118:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/userscript.h:118:21: note: Function in derived class
ostinato-0.9/common/userscript.h:119:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/userscript.h:119:21: note: Function in derived class
ostinato-0.9/common/userscript.h:121:17: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/userscript.h:121:17: note: Function in derived class
ostinato-0.9/common/userscript.h:123:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/userscript.h:123:22: note: Function in derived class
ostinato-0.9/common/userscript.h:125:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/userscript.h:125:18: note: Function in derived class
ostinato-0.9/common/userscript.h:128:17: style: The function 'protocolFrameSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:152:17: note: Virtual function in base class
ostinato-0.9/common/userscript.h:128:17: note: Function in derived class
ostinato-0.9/common/userscript.h:130:18: style: The function 'isProtocolFrameSizeVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:157:18: note: Virtual function in base class
ostinato-0.9/common/userscript.h:130:18: note: Function in derived class
ostinato-0.9/common/userscript.h:131:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/userscript.h:131:17: note: Function in derived class
ostinato-0.9/common/userscript.h:133:21: style: The function 'protocolFrameCksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:165:21: note: Virtual function in base class
ostinato-0.9/common/userscript.h:133:21: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:57:0: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:57:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:62:0: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:62:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:69:0: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:69:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:88:0: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:88:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:92:0: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:92:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:97:0: style: The function 'protocolIdType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:129:28: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:97:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:102:0: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:102:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:108:0: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:108:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:115:0: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:115:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:124:0: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:124:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:134:0: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:134:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:153:0: style: The function 'isProtocolFrameSizeVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:157:18: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:153:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:158:0: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:158:0: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:170:0: style: The function 'protocolFrameCksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:165:21: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:170:0: note: Function in derived class
ostinato-0.9/common/protocolwidgetfactory.h:43:10: performance: Technically the member function 'ProtocolWidgetFactory::deleteConfigWidget' can be static. [functionStatic]
ostinato-0.9/common/protocolwidgetfactory.cpp:197:29: note: Technically the member function 'ProtocolWidgetFactory::deleteConfigWidget' can be static.
ostinato-0.9/common/protocolwidgetfactory.h:43:10: note: Technically the member function 'ProtocolWidgetFactory::deleteConfigWidget' can be static.
ostinato-0.9/common/comboprotocol.h:36:9: style: Class 'ComboProtocol' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ostinato-0.9/common/comboprotocol.h:36:9: style: Class 'ComboProtocol' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ostinato-0.9/common/vlanconfig.h:32:5: style: Class 'VlanConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/comboprotocolconfig.h:33:5: style: Class 'ComboProtocolConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/snapconfig.h:32:5: style: Class 'SnapConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/stpconfig.h:34:5: style: Class 'StpConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/tcpconfig.h:32:5: style: Class 'TcpConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/udpconfig.h:32:5: style: Class 'UdpConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/textprotoconfig.h:32:5: style: Class 'TextProtocolConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/sampleconfig.h:32:5: style: Class 'SampleConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/signconfig.h:32:5: style: Class 'SignConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/userscriptconfig.h:35:5: style: Class 'UserScriptConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/vlanconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/vlanconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/vlanconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/vlanconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:57:21: style: The function 'protocolNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:119:21: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:57:21: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:62:18: style: The function 'protoDataCopyInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:123:18: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:62:18: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:69:18: style: The function 'protoDataCopyFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:124:18: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:69:18: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:88:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:126:21: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:88:21: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:92:21: style: The function 'shortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:127:21: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:92:21: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:97:28: style: The function 'protocolIdType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:129:28: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:97:28: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:102:21: style: The function 'protocolId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:130:21: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:102:21: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:108:20: style: The function 'fieldCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:133:20: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:108:20: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:115:24: style: The function 'fieldFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:137:24: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:115:24: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:124:22: style: The function 'fieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:138:22: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:124:22: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:134:18: style: The function 'setFieldData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:140:18: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:134:18: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:153:18: style: The function 'isProtocolFrameSizeVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:157:18: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:153:18: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:158:17: style: The function 'protocolFrameVariableCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:158:17: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:158:17: note: Function in derived class
ostinato-0.9/common/comboprotocol.h:170:21: style: The function 'protocolFrameCksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocol.h:165:21: note: Virtual function in base class
ostinato-0.9/common/comboprotocol.h:170:21: note: Function in derived class
ostinato-0.9/common/comboprotocolconfig.h:66:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/comboprotocolconfig.h:66:18: note: Function in derived class
ostinato-0.9/common/comboprotocolconfig.h:80:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/comboprotocolconfig.h:80:18: note: Function in derived class
ostinato-0.9/common/snapconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/snapconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/snapconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/snapconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/stpconfig.h:39:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/stpconfig.h:39:18: note: Function in derived class
ostinato-0.9/common/stpconfig.h:40:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/stpconfig.h:40:18: note: Function in derived class
ostinato-0.9/common/tcpconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/tcpconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/tcpconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/tcpconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/udpconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/udpconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/udpconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/udpconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/textprotoconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/textprotoconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/textprotoconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/textprotoconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/sampleconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/sampleconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/sampleconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/sampleconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/signconfig.h:37:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/signconfig.h:37:18: note: Function in derived class
ostinato-0.9/common/signconfig.h:38:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/signconfig.h:38:18: note: Function in derived class
ostinato-0.9/common/userscriptconfig.h:40:18: style: The function 'loadWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:72:18: note: Virtual function in base class
ostinato-0.9/common/userscriptconfig.h:40:18: note: Function in derived class
ostinato-0.9/common/userscriptconfig.h:41:18: style: The function 'storeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/abstractprotocolconfig.h:86:18: note: Virtual function in base class
ostinato-0.9/common/userscriptconfig.h:41:18: note: Function in derived class
ostinato-0.9/common/pythonfileformat.h:33:18: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/streamfileformat.h:39:18: note: Virtual function in base class
ostinato-0.9/common/pythonfileformat.h:33:18: note: Function in derived class
ostinato-0.9/common/pythonfileformat.h:35:18: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/streamfileformat.h:41:18: note: Virtual function in base class
ostinato-0.9/common/pythonfileformat.h:35:18: note: Function in derived class
ostinato-0.9/common/pythonfileformat.cpp:496:29: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
ostinato-0.9/common/samplepdml.h:32:18: style: The function 'preProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:43:18: note: Virtual function in base class
ostinato-0.9/common/samplepdml.h:32:18: note: Function in derived class
ostinato-0.9/common/samplepdml.h:35:18: style: The function 'prematureEndHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:46:18: note: Virtual function in base class
ostinato-0.9/common/samplepdml.h:35:18: note: Function in derived class
ostinato-0.9/common/samplepdml.h:37:18: style: The function 'postProtocolHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:48:18: note: Virtual function in base class
ostinato-0.9/common/samplepdml.h:37:18: note: Function in derived class
ostinato-0.9/common/samplepdml.h:42:18: style: The function 'unknownFieldHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/common/pdmlprotocol.h:55:18: note: Virtual function in base class
ostinato-0.9/common/samplepdml.h:42:18: note: Function in derived class
ostinato-0.9/common/sessionfileformat.cpp:26:20: warning: Member variable 'SessionFileFormat::openSession_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/sessionfileformat.cpp:26:20: warning: Member variable 'SessionFileFormat::saveSession_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/sessionfileformat.cpp:26:20: warning: Member variable 'SessionFileFormat::error_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/sessionfileformat.cpp:26:20: warning: Member variable 'SessionFileFormat::op_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/sessionfileformat.cpp:26:20: warning: Member variable 'SessionFileFormat::result_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/spinboxdelegate.h:74:5: style: Class 'SpinBoxDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/common/streambase.cpp:32:5: style: Class 'StreamBase' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ostinato-0.9/common/streambase.cpp:32:5: style: Class 'StreamBase' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ostinato-0.9/common/streamfileformat.cpp:29:19: warning: Member variable 'StreamFileFormat::openStreams_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/streamfileformat.cpp:29:19: warning: Member variable 'StreamFileFormat::error_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/streamfileformat.cpp:29:19: warning: Member variable 'StreamFileFormat::op_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/streamfileformat.cpp:29:19: warning: Member variable 'StreamFileFormat::result_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/tcp.cpp:310:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ostinato-0.9/common/tcp.cpp:312:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ostinato-0.9/common/tcp.cpp:314:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ostinato-0.9/common/tcp.cpp:316:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ostinato-0.9/common/tcp.cpp:318:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ostinato-0.9/common/tcp.cpp:320:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ostinato-0.9/common/textprotopdml.cpp:24:19: warning: Member variable 'PdmlTextProtocol::detectEol_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/textprotopdml.cpp:24:19: warning: Member variable 'PdmlTextProtocol::contentType_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/textprotopdml.cpp:24:19: warning: Member variable 'PdmlTextProtocol::expPos_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/common/textprotopdml.cpp:24:19: warning: Member variable 'PdmlTextProtocol::endPos_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/extra/qhexedit2/src/chunks.cpp:47:44: style: Function 'data' argument 2 names different: declaration 'count' definition 'maxSize'. [funcArgNamesDifferent]
ostinato-0.9/extra/qhexedit2/src/chunks.h:39:42: note: Function 'data' argument 2 names different: declaration 'count' definition 'maxSize'.
ostinato-0.9/extra/qhexedit2/src/chunks.cpp:47:44: note: Function 'data' argument 2 names different: declaration 'count' definition 'maxSize'.
ostinato-0.9/extra/qhexedit2/src/chunks.cpp:13:9: warning: Member variable 'Chunks::_ioDevice' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/extra/qhexedit2/src/chunks.h:34:5: style: Class 'Chunks' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/extra/qhexedit2/src/commands.cpp:28:14: warning: Member variable 'CharCommand::_wasChanged' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/extra/qhexedit2/src/commands.cpp:28:14: warning: Member variable 'CharCommand::_oldChar' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/extra/qhexedit2/src/commands.cpp:32:5: performance: Variable '_charPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:89:40: style: Function 'setAddressOffset' argument 1 names different: declaration 'addressArea' definition 'addressOffset'. [funcArgNamesDifferent]
ostinato-0.9/extra/qhexedit2/src/qhexedit.h:294:34: note: Function 'setAddressOffset' argument 1 names different: declaration 'addressArea' definition 'addressOffset'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:89:40: note: Function 'setAddressOffset' argument 1 names different: declaration 'addressArea' definition 'addressOffset'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:192:40: style: Function 'cursorPosition' argument 1 names different: declaration 'point' definition 'pos'. [funcArgNamesDifferent]
ostinato-0.9/extra/qhexedit2/src/qhexedit.h:217:34: note: Function 'cursorPosition' argument 1 names different: declaration 'point' definition 'pos'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:192:40: note: Function 'cursorPosition' argument 1 names different: declaration 'point' definition 'pos'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:234:37: style: Function 'setHighlighting' argument 1 names different: declaration 'mode' definition 'highlighting'. [funcArgNamesDifferent]
ostinato-0.9/extra/qhexedit2/src/qhexedit.h:318:31: note: Function 'setHighlighting' argument 1 names different: declaration 'mode' definition 'highlighting'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:234:37: note: Function 'setHighlighting' argument 1 names different: declaration 'mode' definition 'highlighting'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:335:30: style: Function 'insert' argument 1 names different: declaration 'pos' definition 'index'. [funcArgNamesDifferent]
ostinato-0.9/extra/qhexedit2/src/qhexedit.h:178:24: note: Function 'insert' argument 1 names different: declaration 'pos' definition 'index'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:335:30: note: Function 'insert' argument 1 names different: declaration 'pos' definition 'index'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:341:30: style: Function 'remove' argument 1 names different: declaration 'pos' definition 'index'. [funcArgNamesDifferent]
ostinato-0.9/extra/qhexedit2/src/qhexedit.h:184:24: note: Function 'remove' argument 1 names different: declaration 'pos' definition 'index'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:341:30: note: Function 'remove' argument 1 names different: declaration 'pos' definition 'index'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:347:31: style: Function 'replace' argument 1 names different: declaration 'pos' definition 'index'. [funcArgNamesDifferent]
ostinato-0.9/extra/qhexedit2/src/qhexedit.h:191:25: note: Function 'replace' argument 1 names different: declaration 'pos' definition 'index'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:347:31: note: Function 'replace' argument 1 names different: declaration 'pos' definition 'index'.
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:21:5: performance: Variable '_cursorPosition' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/extra/qhexedit2/src/qhexedit.cpp:22:5: performance: Variable '_lastEventSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/extra/qhexedit2/src/qhexedit.h:150:5: style: Class 'QHexEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/rpc/pbrpcchannel.cpp:420:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ostinato-0.9/rpc/pbrpcchannel.cpp:40:5: performance: Variable 'mServerHost' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/rpc/pbrpcchannel.cpp:41:5: performance: Variable 'mServerPort' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/rpc/pbqtio.h:9:5: style: Class 'PbQtInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/rpc/pbqtio.h:25:5: style: Class 'PbQtOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/rpc/rpcconn.cpp:44:16: warning: Member variable 'RpcConnection::clientSock' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/rpc/sharedprotobufmessage.h:36:0: style: Class 'SharedPointer < :: google :: protobuf :: Message >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ostinato-0.9/rpc/sharedprotobufmessage.h:63:0: style: Value of pointer 'refCnt_', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
ostinato-0.9/rpc/sharedprotobufmessage.h:64:0: style: Value of pointer 'mutex_', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
ostinato-0.9/rpc/sharedprotobufmessage.h:32:0: style: Class 'SharedPointer < :: google :: protobuf :: Message >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/rpc/sharedprotobufmessage.h:29:0: warning: The class 'SharedPointer < :: google :: protobuf :: Message >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ostinato-0.9/server/abstractport.cpp:151:21: style: The scope of the variable 'stream' can be reduced. [variableScope]
ostinato-0.9/common/uint128.h:61:5: performance: Variable 'hi_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/common/uint128.h:62:5: performance: Variable 'lo_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/common/uint128.h:67:5: performance: Variable 'hi_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/server/abstractport.h:69:10: style: Technically the member function 'AbstractPort::isUsable' can be const. [functionConst]
ostinato-0.9/server/abstractport.h:90:10: style: Technically the member function 'AbstractPort::isDirty' can be const. [functionConst]
ostinato-0.9/server/abstractport.h:95:14: style: Technically the member function 'AbstractPort::rateAccuracy' can be const. [functionConst]
ostinato-0.9/server/abstractport.cpp:191:38: note: Technically the member function 'AbstractPort::rateAccuracy' can be const.
ostinato-0.9/server/abstractport.h:95:14: note: Technically the member function 'AbstractPort::rateAccuracy' can be const.
ostinato-0.9/server/abstractport.h:116:10: style: Technically the member function 'AbstractPort::stats' can be const. [functionConst]
ostinato-0.9/server/abstractport.cpp:624:20: note: Technically the member function 'AbstractPort::stats' can be const.
ostinato-0.9/server/abstractport.h:116:10: note: Technically the member function 'AbstractPort::stats' can be const.
ostinato-0.9/server/abstractport.cpp:52:5: style: Class 'AbstractPort' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ostinato-0.9/server/abstractport.cpp:52:5: style: Class 'AbstractPort' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ostinato-0.9/common/uint128.h:33:5: style: Class 'UInt128' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/server/device.h:48:5: style: Class 'Device' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/server/devicemanager.h:39:5: style: Class 'DeviceManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/server/packetbuffer.h:28:5: style: Class 'PacketBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/server/device.cpp:116:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ostinato-0.9/server/device.cpp:60:9: warning: Member variable 'Device::ip4PrefixLength_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/server/device.cpp:60:9: warning: Member variable 'Device::ip6PrefixLength_' is not initialized in the constructor. [uninitMemberVar]
ostinato-0.9/server/device.h:51:13: style: Technically the member function 'Device::mac' can be const. [functionConst]
ostinato-0.9/server/device.cpp:95:17: note: Technically the member function 'Device::mac' can be const.
ostinato-0.9/server/device.h:51:13: note: Technically the member function 'Device::mac' can be const.
ostinato-0.9/server/device.h:58:15: style: Technically the member function 'Device::key' can be const. [functionConst]
ostinato-0.9/server/device.cpp:182:19: note: Technically the member function 'Device::key' can be const.
ostinato-0.9/server/device.h:58:15: note: Technically the member function 'Device::key' can be const.
ostinato-0.9/server/device.h:61:9: style: Technically the member function 'Device::encapSize' can be const. [functionConst]
ostinato-0.9/server/device.cpp:192:13: note: Technically the member function 'Device::encapSize' can be const.
ostinato-0.9/server/device.h:61:9: note: Technically the member function 'Device::encapSize' can be const.
ostinato-0.9/server/devicemanager.cpp:430:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ostinato-0.9/server/devicemanager.cpp:231:25: error: Uninitialized variable: device [uninitvar]
ostinato-0.9/server/devicemanager.cpp:232:13: error: Uninitialized variable: device [uninitvar]
ostinato-0.9/server/drone.cpp:86:34: style: Function 'onNewVersion' argument 1 names different: declaration 'version' definition 'newVersion'. [funcArgNamesDifferent]
ostinato-0.9/server/drone.h:38:31: note: Function 'onNewVersion' argument 1 names different: declaration 'version' definition 'newVersion'.
ostinato-0.9/server/drone.cpp:86:34: note: Function 'onNewVersion' argument 1 names different: declaration 'version' definition 'newVersion'.
ostinato-0.9/server/drone.h:32:5: style: Class 'Drone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/server/packetbuffer.cpp:28:5: style: Class 'PacketBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ostinato-0.9/server/packetbuffer.cpp:28:5: style: Class 'PacketBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ostinato-0.9/server/pcapextra.cpp:33:14: style: C-style pointer casting [cstyleCast]
ostinato-0.9/server/pcapport.cpp:353:5: performance: Variable 'device_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/server/pcapport.cpp:495:5: performance: Variable 'device_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/server/packetsequence.h:44:10: style: Technically the member function 'PacketSequence::hasFreeSpace' can be const. [functionConst]
ostinato-0.9/server/pcapport.cpp:32:5: style: Class 'PcapPort' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ostinato-0.9/server/pcapport.cpp:32:5: style: Class 'PcapPort' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ostinato-0.9/server/packetsequence.h:30:5: style: Class 'PacketSequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/server/pcaptxthread.h:33:5: style: Class 'PcapTxThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/server/pcapport.h:112:9: style: Class 'PortCapturer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ostinato-0.9/server/pcapport.h:38:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:71:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:38:10: note: Function in derived class
ostinato-0.9/server/pcapport.h:40:18: style: The function 'hasExclusiveControl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:81:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:40:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:41:18: style: The function 'setExclusiveControl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:82:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:41:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:43:18: style: The function 'setTrackStreamStats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:93:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:43:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:46:18: style: The function 'clearPacketList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:98:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:46:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:50:18: style: The function 'loopNextPacketSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:99:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:50:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:55:18: style: The function 'appendToPacketList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:101:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:55:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:59:18: style: The function 'setPacketListLoopMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:103:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:59:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:64:18: style: The function 'startTransmit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:107:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:64:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:68:18: style: The function 'stopTransmit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:108:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:68:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:69:18: style: The function 'isTransmitOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:109:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:69:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:71:18: style: The function 'startCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:111:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:71:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:72:18: style: The function 'stopCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:112:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:72:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:73:18: style: The function 'isCaptureOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:113:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:73:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:74:24: style: The function 'captureData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:114:24: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:74:24: note: Function in derived class
ostinato-0.9/server/pcapport.h:76:18: style: The function 'startDeviceEmulation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:126:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:76:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:77:18: style: The function 'stopDeviceEmulation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:127:18: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:77:18: note: Function in derived class
ostinato-0.9/server/pcapport.h:78:17: style: The function 'sendEmulationPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ostinato-0.9/server/abstractport.h:128:17: note: Virtual function in base class
ostinato-0.9/server/pcapport.h:78:17: note: Function in derived class
ostinato-0.9/server/pcaprxstats.cpp:30:5: performance: Variable 'device_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ostinato-0.9/server/pcaptransmitter.cpp:71:57: style: Function 'appendToPacketList' argument 2 names different: declaration 'usec' definition 'nsec'. [funcArgNamesDifferent]
ostinato-0.9/server/pcaptransmitter.h:42:44: note: Function 'appendToPacketList' argument 2 names different: declaration 'usec' definition 'nsec'.
ostinato-0.9/server/pcaptransmitter.cpp:71:57: note: Function 'appendToPacketList' argument 2 names different: declaration 'usec' definition 'nsec'.
ostinato-0.9/server/pcaptxthread.cpp:125:54: style: Function 'appendToPacketList' argument 2 names different: declaration 'usec' definition 'nsec'. [funcArgNamesDifferent]
ostinato-0.9/server/pcaptxthread.h:42:44: note: Function 'appendToPacketList' argument 2 names different: declaration 'usec' definition 'nsec'.
ostinato-0.9/server/pcaptxthread.cpp:125:54: note: Function 'appendToPacketList' argument 2 names different: declaration 'usec' definition 'nsec'.
ostinato-0.9/server/pcaptxthread.cpp:113:5: warning: Possible leak in public function. The pointer 'currentPacketSequence_' is not deallocated before it is allocated. [publicAllocationError]
ostinato-0.9/server/portmanager.h:38:28: performance: Technically the member function 'PortManager::rateAccuracy' can be static. [functionStatic]
ostinato-0.9/server/portmanager.cpp:115:37: note: Technically the member function 'PortManager::rateAccuracy' can be static.
ostinato-0.9/server/portmanager.h:38:28: note: Technically the member function 'PortManager::rateAccuracy' can be static.
ostinato-0.9/server/portmanager.h:39:10: performance: Technically the member function 'PortManager::filterAcceptsPort' can be static. [functionStatic]
ostinato-0.9/server/portmanager.cpp:130:19: note: Technically the member function 'PortManager::filterAcceptsPort' can be static.
ostinato-0.9/server/portmanager.h:39:10: note: Technically the member function 'PortManager::filterAcceptsPort' can be static.
[14:35]

ftp://ftp.se.debian.org/debian/pool/main/o/ostree/ostree_2018.7.orig.tar.xz
Checking libostree-2018.7/tests/test-rollsum.c: __GCC__=1;__GCC__=1...

libostree-2018.7/bsdiff/bsdiff.c:99:14: style: The scope of the variable 'len' can be reduced. [variableScope]
libostree-2018.7/bsdiff/bsdiff.c:147:12: style: The scope of the variable 'y' can be reduced. [variableScope]
libostree-2018.7/bsdiff/bsdiff.c:225:10: style: The scope of the variable 'oldscore' can be reduced. [variableScope]
libostree-2018.7/libglnx/glnx-console.c:235:11: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
libostree-2018.7/libglnx/glnx-console.c:152:36: style: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'. [funcArgNamesDifferent]
libostree-2018.7/libglnx/glnx-console.h:36:42: note: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'.
libostree-2018.7/libglnx/glnx-console.c:152:36: note: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'.
libostree-2018.7/libglnx/glnx-console.c:350:38: style: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'. [funcArgNamesDifferent]
libostree-2018.7/libglnx/glnx-console.h:47:44: note: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'.
libostree-2018.7/libglnx/glnx-console.c:350:38: note: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'.
libostree-2018.7/libglnx/glnx-local-alloc.h:64:7: style: The scope of the variable 'errsv' can be reduced. [variableScope]
libostree-2018.7/libglnx/glnx-dirfd.c:99:54: style: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'. [funcArgNamesDifferent]
libostree-2018.7/libglnx/glnx-dirfd.h:59:56: note: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'.
libostree-2018.7/libglnx/glnx-dirfd.c:99:54: note: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'.
libostree-2018.7/libglnx/glnx-fdio.c:307:50: style: Function 'glnx_link_tmpfile_at' argument 2 names different: declaration 'flags' definition 'mode'. [funcArgNamesDifferent]
libostree-2018.7/libglnx/glnx-fdio.h:101:50: note: Function 'glnx_link_tmpfile_at' argument 2 names different: declaration 'flags' definition 'mode'.
libostree-2018.7/libglnx/glnx-fdio.c:307:50: note: Function 'glnx_link_tmpfile_at' argument 2 names different: declaration 'flags' definition 'mode'.
libostree-2018.7/libglnx/glnx-fdio.c:144:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libostree-2018.7/libglnx/glnx-fdio.c:362:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libostree-2018.7/libglnx/glnx-lockfile.c:101:23: style: Condition 'r<0' is always true [knownConditionTrueFalse]
libostree-2018.7/libglnx/glnx-lockfile.c:98:22: note: Assignment 'r=-1', assigned value is -1
libostree-2018.7/libglnx/glnx-lockfile.c:101:23: note: Condition 'r<0' is always true
libostree-2018.7/libglnx/glnx-lockfile.c:161:31: style: Condition 'r<0' is always true [knownConditionTrueFalse]
libostree-2018.7/libglnx/glnx-lockfile.c:158:30: note: Assignment 'r=-1', assigned value is -1
libostree-2018.7/libglnx/glnx-lockfile.c:161:31: note: Condition 'r<0' is always true
libostree-2018.7/libglnx/glnx-lockfile.c:66:13: style: The scope of the variable 'r' can be reduced. [variableScope]
libostree-2018.7/libglnx/glnx-lockfile.c:137:13: style: The scope of the variable 'r' can be reduced. [variableScope]
libostree-2018.7/libglnx/glnx-lockfile.c:63:74: style: Function 'glnx_make_lock_file' argument 4 names different: declaration 'ret' definition 'out_lock'. [funcArgNamesDifferent]
libostree-2018.7/libglnx/glnx-lockfile.h:37:83: note: Function 'glnx_make_lock_file' argument 4 names different: declaration 'ret' definition 'out_lock'.
libostree-2018.7/libglnx/glnx-lockfile.c:63:74: note: Function 'glnx_make_lock_file' argument 4 names different: declaration 'ret' definition 'out_lock'.
libostree-2018.7/libglnx/glnx-xattrs.c:157:3: style: Variable 'builder_initialized' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/libglnx/glnx-xattrs.c:151:0: note: Variable 'builder_initialized' is reassigned a value before the old one has been used.
libostree-2018.7/libglnx/glnx-xattrs.c:157:3: note: Variable 'builder_initialized' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-bloom.c:485:14: style: The scope of the variable 'm' can be reduced. [variableScope]
libostree-2018.7/src/libostree/ostree-bootconfig-parser.c:92:11: style: Variable 'items' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/libostree/ostree-bootconfig-parser.c:91:0: note: Variable 'items' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-bootconfig-parser.c:92:11: note: Variable 'items' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-bootconfig-parser.c:238:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/libostree/ostree-bootconfig-parser.c:236:0: note: Variable 'self' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-bootconfig-parser.c:238:3: note: Variable 'self' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-bootloader-uboot.c:82:3: style: Variable 'ostree_arg' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/libostree/ostree-bootloader-uboot.c:79:0: note: Variable 'ostree_arg' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-bootloader-uboot.c:82:3: note: Variable 'ostree_arg' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-bootloader-uboot.c:114:27: style: The scope of the variable 'config' can be reduced. [variableScope]
libostree-2018.7/src/libostree/ostree-bootloader-uboot.c:115:15: style: The scope of the variable 'val' can be reduced. [variableScope]
libostree-2018.7/src/libostree/ostree-bootloader.c:31:45: style: Function '_ostree_bootloader_query' argument 1 names different: declaration 'bootloader' definition 'self'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-bootloader.h:55:54: note: Function '_ostree_bootloader_query' argument 1 names different: declaration 'bootloader' definition 'self'.
libostree-2018.7/src/libostree/ostree-bootloader.c:31:45: note: Function '_ostree_bootloader_query' argument 1 names different: declaration 'bootloader' definition 'self'.
libostree-2018.7/src/libostree/ostree-chain-input-stream.c:168:17: style: The scope of the variable 'child' can be reduced. [variableScope]
libostree-2018.7/src/libostree/ostree-checksum-input-stream.c:130:52: style: Function 'ostree_checksum_input_stream_new' argument 1 names different: declaration 'stream' definition 'base'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-checksum-input-stream.h:65:88: note: Function 'ostree_checksum_input_stream_new' argument 1 names different: declaration 'stream' definition 'base'.
libostree-2018.7/src/libostree/ostree-checksum-input-stream.c:130:52: note: Function 'ostree_checksum_input_stream_new' argument 1 names different: declaration 'stream' definition 'base'.
libostree-2018.7/src/libostree/ostree-core.c:403:17: style: Condition 'alignment==8' is always true [knownConditionTrueFalse]
libostree-2018.7/src/libostree/ostree-core.c:400:27: note: Assignment 'alignment=8', assigned value is 8
libostree-2018.7/src/libostree/ostree-core.c:403:17: note: Condition 'alignment==8' is always true
libostree-2018.7/src/libostree/ostree-core.c:1166:3: style: Variable 'ret_metadata' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/libostree/ostree-core.c:1164:0: note: Variable 'ret_metadata' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-core.c:1166:3: note: Variable 'ret_metadata' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-core.c:1638:40: style: Function '_ostree_loose_path' argument 4 names different: declaration 'repo_mode' definition 'mode'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-core-private.h:168:40: note: Function '_ostree_loose_path' argument 4 names different: declaration 'repo_mode' definition 'mode'.
libostree-2018.7/src/libostree/ostree-core.c:1638:40: note: Function '_ostree_loose_path' argument 4 names different: declaration 'repo_mode' definition 'mode'.
libostree-2018.7/src/libostree/ostree-core.c:2109:57: style: Function '_ostree_validate_structureof_metadata' argument 2 names different: declaration 'commit' definition 'metadata'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-core-private.h:171:64: note: Function '_ostree_validate_structureof_metadata' argument 2 names different: declaration 'commit' definition 'metadata'.
libostree-2018.7/src/libostree/ostree-core.c:2109:57: note: Function '_ostree_validate_structureof_metadata' argument 2 names different: declaration 'commit' definition 'metadata'.
libostree-2018.7/src/libostree/ostree-core.c:2273:49: style: Function '_ostree_validate_bareuseronly_mode' argument 1 names different: declaration 'mode' definition 'content_mode'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-core-private.h:140:49: note: Function '_ostree_validate_bareuseronly_mode' argument 1 names different: declaration 'mode' definition 'content_mode'.
libostree-2018.7/src/libostree/ostree-core.c:2273:49: note: Function '_ostree_validate_bareuseronly_mode' argument 1 names different: declaration 'mode' definition 'content_mode'.
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:507:16: style: Function 'sock_cb' argument 1 names different: declaration 'e' definition 'easy'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:59:27: note: Function 'sock_cb' argument 1 names different: declaration 'e' definition 'easy'.
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:507:16: note: Function 'sock_cb' argument 1 names different: declaration 'e' definition 'easy'.
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:615:43: style: Function '_ostree_fetcher_set_proxy' argument 1 names different: declaration 'fetcher' definition 'self'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-fetcher.h:104:48: note: Function '_ostree_fetcher_set_proxy' argument 1 names different: declaration 'fetcher' definition 'self'.
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:615:43: note: Function '_ostree_fetcher_set_proxy' argument 1 names different: declaration 'fetcher' definition 'self'.
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:616:43: style: Function '_ostree_fetcher_set_proxy' argument 2 names different: declaration 'proxy' definition 'http_proxy'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-fetcher.h:105:48: note: Function '_ostree_fetcher_set_proxy' argument 2 names different: declaration 'proxy' definition 'http_proxy'.
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:616:43: note: Function '_ostree_fetcher_set_proxy' argument 2 names different: declaration 'proxy' definition 'http_proxy'.
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:631:51: style: Function '_ostree_fetcher_set_client_cert' argument 1 names different: declaration 'fetcher' definition 'self'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-fetcher.h:107:54: note: Function '_ostree_fetcher_set_client_cert' argument 1 names different: declaration 'fetcher' definition 'self'.
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:631:51: note: Function '_ostree_fetcher_set_client_cert' argument 1 names different: declaration 'fetcher' definition 'self'.
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:645:50: style: Function '_ostree_fetcher_set_tls_database' argument 2 names different: declaration 'tlsdb_path' definition 'dbpath'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-fetcher.h:112:55: note: Function '_ostree_fetcher_set_tls_database' argument 2 names different: declaration 'tlsdb_path' definition 'dbpath'.
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:645:50: note: Function '_ostree_fetcher_set_tls_database' argument 2 names different: declaration 'tlsdb_path' definition 'dbpath'.
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:447:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:448:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libostree-2018.7/src/libostree/ostree-fetcher-curl.c:479:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libostree-2018.7/src/libostree/ostree-fetcher-soup.c:426:3: style: Variable 'next_mirror' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/libostree/ostree-fetcher-soup.c:420:0: note: Variable 'next_mirror' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-fetcher-soup.c:426:3: note: Variable 'next_mirror' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-fetcher-soup.c:708:43: style: Function '_ostree_fetcher_set_proxy' argument 1 names different: declaration 'fetcher' definition 'self'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-fetcher.h:104:48: note: Function '_ostree_fetcher_set_proxy' argument 1 names different: declaration 'fetcher' definition 'self'.
libostree-2018.7/src/libostree/ostree-fetcher-soup.c:708:43: note: Function '_ostree_fetcher_set_proxy' argument 1 names different: declaration 'fetcher' definition 'self'.
libostree-2018.7/src/libostree/ostree-fetcher-soup.c:709:43: style: Function '_ostree_fetcher_set_proxy' argument 2 names different: declaration 'proxy' definition 'http_proxy'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-fetcher.h:105:48: note: Function '_ostree_fetcher_set_proxy' argument 2 names different: declaration 'proxy' definition 'http_proxy'.
libostree-2018.7/src/libostree/ostree-fetcher-soup.c:709:43: note: Function '_ostree_fetcher_set_proxy' argument 2 names different: declaration 'proxy' definition 'http_proxy'.
libostree-2018.7/src/libostree/ostree-fetcher-soup.c:749:51: style: Function '_ostree_fetcher_set_client_cert' argument 1 names different: declaration 'fetcher' definition 'self'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-fetcher.h:107:54: note: Function '_ostree_fetcher_set_client_cert' argument 1 names different: declaration 'fetcher' definition 'self'.
libostree-2018.7/src/libostree/ostree-fetcher-soup.c:749:51: note: Function '_ostree_fetcher_set_client_cert' argument 1 names different: declaration 'fetcher' definition 'self'.
libostree-2018.7/src/libostree/ostree-fetcher-uri.c:85:49: style: Function '_ostree_fetcher_uri_new_path' argument 2 names different: declaration 'subpath' definition 'path'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-fetcher.h:78:49: note: Function '_ostree_fetcher_uri_new_path' argument 2 names different: declaration 'subpath' definition 'path'.
libostree-2018.7/src/libostree/ostree-fetcher-uri.c:85:49: note: Function '_ostree_fetcher_uri_new_path' argument 2 names different: declaration 'subpath' definition 'path'.
libostree-2018.7/src/libostree/ostree-gpg-verifier.c:288:60: style: Function '_ostree_gpg_verifier_add_keyring_data' argument 2 names different: declaration 'data' definition 'keyring'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-gpg-verifier.h:70:64: note: Function '_ostree_gpg_verifier_add_keyring_data' argument 2 names different: declaration 'data' definition 'keyring'.
libostree-2018.7/src/libostree/ostree-gpg-verifier.c:288:60: note: Function '_ostree_gpg_verifier_add_keyring_data' argument 2 names different: declaration 'data' definition 'keyring'.
libostree-2018.7/src/libostree/ostree-kernel-args.c:95:55: style: Function '_ostree_kernel_args_replace_take' argument 2 names different: declaration 'key' definition 'arg'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-kernel-args.h:32:59: note: Function '_ostree_kernel_args_replace_take' argument 2 names different: declaration 'key' definition 'arg'.
libostree-2018.7/src/libostree/ostree-kernel-args.c:95:55: note: Function '_ostree_kernel_args_replace_take' argument 2 names different: declaration 'key' definition 'arg'.
libostree-2018.7/src/libostree/ostree-kernel-args.c:119:49: style: Function '_ostree_kernel_args_replace' argument 2 names different: declaration 'key' definition 'arg'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-kernel-args.h:34:54: note: Function '_ostree_kernel_args_replace' argument 2 names different: declaration 'key' definition 'arg'.
libostree-2018.7/src/libostree/ostree-kernel-args.c:119:49: note: Function '_ostree_kernel_args_replace' argument 2 names different: declaration 'key' definition 'arg'.
libostree-2018.7/src/libostree/ostree-kernel-args.c:126:48: style: Function '_ostree_kernel_args_append' argument 2 names different: declaration 'key' definition 'arg'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-kernel-args.h:38:50: note: Function '_ostree_kernel_args_append' argument 2 names different: declaration 'key' definition 'arg'.
libostree-2018.7/src/libostree/ostree-kernel-args.c:126:48: note: Function '_ostree_kernel_args_append' argument 2 names different: declaration 'key' definition 'arg'.
libostree-2018.7/src/libostree/ostree-lzma-common.c:29:33: style: Function '_ostree_lzma_return' argument 1 names different: declaration 'value' definition 'res'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-lzma-common.h:27:48: note: Function '_ostree_lzma_return' argument 1 names different: declaration 'value' definition 'res'.
libostree-2018.7/src/libostree/ostree-lzma-common.c:29:33: note: Function '_ostree_lzma_return' argument 1 names different: declaration 'value' definition 'res'.
libostree-2018.7/src/libostree/ostree-metalink.c:592:27: style: struct member 'FetchMetalinkSyncData::out_target_uri' is never used. [unusedStructMember]
libostree-2018.7/src/libostree/ostree-metalink.c:593:27: style: struct member 'FetchMetalinkSyncData::out_data' is never used. [unusedStructMember]
libostree-2018.7/src/libostree/ostree-metalink.c:595:27: style: struct member 'FetchMetalinkSyncData::error' is never used. [unusedStructMember]
libostree-2018.7/src/libostree/ostree-metalink.c:596:26: style: struct member 'FetchMetalinkSyncData::loop' is never used. [unusedStructMember]
libostree-2018.7/src/libostree/ostree-repo-commit.c:3475:66: warning: Either the condition 'dfd_iter!=NULL' is redundant or there is possible null pointer dereference: dfd_iter. [nullPointerRedundantCheck]
libostree-2018.7/src/libostree/ostree-repo-commit.c:3455:52: note: Assuming that condition 'dfd_iter!=NULL' is not redundant
libostree-2018.7/src/libostree/ostree-repo-commit.c:3475:66: note: Null pointer dereference
libostree-2018.7/src/libostree/ostree-repo-commit.c:2427:57: style: Function 'ostree_repo_write_metadata_trusted' argument 2 names different: declaration 'objtype' definition 'type'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-repo.h:407:70: note: Function 'ostree_repo_write_metadata_trusted' argument 2 names different: declaration 'objtype' definition 'type'.
libostree-2018.7/src/libostree/ostree-repo-commit.c:2427:57: note: Function 'ostree_repo_write_metadata_trusted' argument 2 names different: declaration 'objtype' definition 'type'.
libostree-2018.7/src/libostree/ostree-repo-file.c:738:3: style: Variable 'files_variant' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/libostree/ostree-repo-file.c:734:0: note: Variable 'files_variant' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-repo-file.c:738:3: note: Variable 'files_variant' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-repo-file.c:739:3: style: Variable 'dirs_variant' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/libostree/ostree-repo-file.c:735:0: note: Variable 'dirs_variant' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-repo-file.c:739:3: note: Variable 'dirs_variant' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-repo-finder-override.c:153:16: style: The scope of the variable 'remote_uri' can be reduced. [variableScope]
libostree-2018.7/src/libostree/ostree-repo-refs.c:871:16: style: The scope of the variable 'tmp_checksum' can be reduced. [variableScope]
libostree-2018.7/src/libostree/ostree-repo-refs.c:99:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libostree-2018.7/src/libostree/ostree-repo-static-delta-core.c:671:66: style: Function '_ostree_repo_static_delta_delete' argument 1 names different: declaration 'repo' definition 'self'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-repo-static-delta-private.h:201:63: note: Function '_ostree_repo_static_delta_delete' argument 1 names different: declaration 'repo' definition 'self'.
libostree-2018.7/src/libostree/ostree-repo-static-delta-core.c:671:66: note: Function '_ostree_repo_static_delta_delete' argument 1 names different: declaration 'repo' definition 'self'.
libostree-2018.7/src/libostree/ostree-repo-static-delta-core.c:703:72: style: Function '_ostree_repo_static_delta_query_exists' argument 1 names different: declaration 'repo' definition 'self'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-repo-static-delta-private.h:188:69: note: Function '_ostree_repo_static_delta_query_exists' argument 1 names different: declaration 'repo' definition 'self'.
libostree-2018.7/src/libostree/ostree-repo-static-delta-core.c:703:72: note: Function '_ostree_repo_static_delta_query_exists' argument 1 names different: declaration 'repo' definition 'self'.
libostree-2018.7/src/libostree/ostree-repo-static-delta-core.c:723:64: style: Function '_ostree_repo_static_delta_dump' argument 1 names different: declaration 'repo' definition 'self'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-repo-static-delta-private.h:195:61: note: Function '_ostree_repo_static_delta_dump' argument 1 names different: declaration 'repo' definition 'self'.
libostree-2018.7/src/libostree/ostree-repo-static-delta-core.c:723:64: note: Function '_ostree_repo_static_delta_dump' argument 1 names different: declaration 'repo' definition 'self'.
libostree-2018.7/src/libostree/ostree-repo-static-delta-processing.c:172:53: style: Function '_ostree_static_delta_part_execute' argument 2 names different: declaration 'header' definition 'objects'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-repo-static-delta-private.h:138:62: note: Function '_ostree_static_delta_part_execute' argument 2 names different: declaration 'header' definition 'objects'.
libostree-2018.7/src/libostree/ostree-repo-static-delta-processing.c:172:53: note: Function '_ostree_static_delta_part_execute' argument 2 names different: declaration 'header' definition 'objects'.
libostree-2018.7/src/libostree/ostree-repo-static-delta-processing.c:173:53: style: Function '_ostree_static_delta_part_execute' argument 3 names different: declaration 'part_payload' definition 'part'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-repo-static-delta-private.h:139:62: note: Function '_ostree_static_delta_part_execute' argument 3 names different: declaration 'part_payload' definition 'part'.
libostree-2018.7/src/libostree/ostree-repo-static-delta-processing.c:173:53: note: Function '_ostree_static_delta_part_execute' argument 3 names different: declaration 'part_payload' definition 'part'.
libostree-2018.7/src/libostree/ostree-repo-static-delta-processing.c:325:59: style: Function '_ostree_static_delta_part_execute_async' argument 3 names different: declaration 'part_payload' definition 'part'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-repo-static-delta-private.h:147:64: note: Function '_ostree_static_delta_part_execute_async' argument 3 names different: declaration 'part_payload' definition 'part'.
libostree-2018.7/src/libostree/ostree-repo-static-delta-processing.c:325:59: note: Function '_ostree_static_delta_part_execute_async' argument 3 names different: declaration 'part_payload' definition 'part'.
libostree-2018.7/src/libostree/ostree-repo.c:283:11: style: Condition 'res<0' is always true [knownConditionTrueFalse]
libostree-2018.7/src/libostree/ostree-repo.c:278:10: note: Assignment 'res=-1', assigned value is -1
libostree-2018.7/src/libostree/ostree-repo.c:283:11: note: Condition 'res<0' is always true
libostree-2018.7/src/libostree/ostree-repo.c:316:11: style: Condition 'res<0' is always true [knownConditionTrueFalse]
libostree-2018.7/src/libostree/ostree-repo.c:311:10: note: Assignment 'res=-1', assigned value is -1
libostree-2018.7/src/libostree/ostree-repo.c:316:11: note: Condition 'res<0' is always true
libostree-2018.7/src/libostree/ostree-repo.c:694:3: style: Variable 'remote' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/libostree/ostree-repo.c:688:0: note: Variable 'remote' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-repo.c:694:3: note: Variable 'remote' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-repo.c:4254:49: style: Function 'ostree_repo_load_commit' argument 3 names different: declaration 'out_commit' definition 'out_variant'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-repo.h:552:63: note: Function 'ostree_repo_load_commit' argument 3 names different: declaration 'out_commit' definition 'out_variant'.
libostree-2018.7/src/libostree/ostree-repo.c:4254:49: note: Function 'ostree_repo_load_commit' argument 3 names different: declaration 'out_commit' definition 'out_variant'.
libostree-2018.7/src/libostree/ostree-rollsum.c:43:3: style: Variable 'ret_rollsums' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/libostree/ostree-rollsum.c:38:0: note: Variable 'ret_rollsums' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-rollsum.c:43:3: note: Variable 'ret_rollsums' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-rollsum.c:125:3: style: Variable 'ret_rollsum' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/libostree/ostree-rollsum.c:114:0: note: Variable 'ret_rollsum' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-rollsum.c:125:3: note: Variable 'ret_rollsum' is reassigned a value before the old one has been used.
libostree-2018.7/src/libostree/ostree-soup-uri.c:1239:24: style: Condition 'path!=NULL' is always false [knownConditionTrueFalse]
libostree-2018.7/src/libostree/ostree-soup-uri.c:1238:6: note: Assuming that condition '!path' is not redundant
libostree-2018.7/src/libostree/ostree-soup-uri.c:1239:24: note: Condition 'path!=NULL' is always false
libostree-2018.7/src/libostree/ostree-soup-uri.c:808:10: warning: Either the condition 'uri' is redundant or there is possible null pointer dereference: uri. [nullPointerRedundantCheck]
libostree-2018.7/src/libostree/ostree-soup-uri.c:587:8: note: Assuming that condition 'uri' is not redundant
libostree-2018.7/src/libostree/ostree-soup-uri.c:588:19: note: Calling function 'soup_uri_free', 1st argument 'uri' value is 0
libostree-2018.7/src/libostree/ostree-soup-uri.c:808:10: note: Null pointer dereference
libostree-2018.7/src/libostree/ostree-soup-uri.c:809:10: warning: Either the condition 'uri' is redundant or there is possible null pointer dereference: uri. [nullPointerRedundantCheck]
libostree-2018.7/src/libostree/ostree-soup-uri.c:587:8: note: Assuming that condition 'uri' is not redundant
libostree-2018.7/src/libostree/ostree-soup-uri.c:588:19: note: Calling function 'soup_uri_free', 1st argument 'uri' value is 0
libostree-2018.7/src/libostree/ostree-soup-uri.c:809:10: note: Null pointer dereference
libostree-2018.7/src/libostree/ostree-soup-uri.c:810:10: warning: Either the condition 'uri' is redundant or there is possible null pointer dereference: uri. [nullPointerRedundantCheck]
libostree-2018.7/src/libostree/ostree-soup-uri.c:587:8: note: Assuming that condition 'uri' is not redundant
libostree-2018.7/src/libostree/ostree-soup-uri.c:588:19: note: Calling function 'soup_uri_free', 1st argument 'uri' value is 0
libostree-2018.7/src/libostree/ostree-soup-uri.c:810:10: note: Null pointer dereference
libostree-2018.7/src/libostree/ostree-soup-uri.c:811:10: warning: Either the condition 'uri' is redundant or there is possible null pointer dereference: uri. [nullPointerRedundantCheck]
libostree-2018.7/src/libostree/ostree-soup-uri.c:587:8: note: Assuming that condition 'uri' is not redundant
libostree-2018.7/src/libostree/ostree-soup-uri.c:588:19: note: Calling function 'soup_uri_free', 1st argument 'uri' value is 0
libostree-2018.7/src/libostree/ostree-soup-uri.c:811:10: note: Null pointer dereference
libostree-2018.7/src/libostree/ostree-soup-uri.c:812:10: warning: Either the condition 'uri' is redundant or there is possible null pointer dereference: uri. [nullPointerRedundantCheck]
libostree-2018.7/src/libostree/ostree-soup-uri.c:587:8: note: Assuming that condition 'uri' is not redundant
libostree-2018.7/src/libostree/ostree-soup-uri.c:588:19: note: Calling function 'soup_uri_free', 1st argument 'uri' value is 0
libostree-2018.7/src/libostree/ostree-soup-uri.c:812:10: note: Null pointer dereference
libostree-2018.7/src/libostree/ostree-soup-uri.c:813:10: warning: Either the condition 'uri' is redundant or there is possible null pointer dereference: uri. [nullPointerRedundantCheck]
libostree-2018.7/src/libostree/ostree-soup-uri.c:587:8: note: Assuming that condition 'uri' is not redundant
libostree-2018.7/src/libostree/ostree-soup-uri.c:588:19: note: Calling function 'soup_uri_free', 1st argument 'uri' value is 0
libostree-2018.7/src/libostree/ostree-soup-uri.c:813:10: note: Null pointer dereference
libostree-2018.7/src/libostree/ostree-soup-uri.c:865:36: style: Function 'soup_uri_decoded_copy' argument 1 names different: declaration 'str' definition 'part'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-soup-uri.c:16:42: note: Function 'soup_uri_decoded_copy' argument 1 names different: declaration 'str' definition 'part'.
libostree-2018.7/src/libostree/ostree-soup-uri.c:865:36: note: Function 'soup_uri_decoded_copy' argument 1 names different: declaration 'str' definition 'part'.
libostree-2018.7/src/libostree/ostree-soup-uri.c:914:34: style: Function 'uri_normalized_copy' argument 1 names different: declaration 'str' definition 'part'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-soup-uri.c:293:47: note: Function 'uri_normalized_copy' argument 1 names different: declaration 'str' definition 'part'.
libostree-2018.7/src/libostree/ostree-soup-uri.c:914:34: note: Function 'uri_normalized_copy' argument 1 names different: declaration 'str' definition 'part'.
libostree-2018.7/src/libostree/ostree-sysroot-cleanup.c:244:49: style: Function '_ostree_sysroot_rmrf_deployment' argument 1 names different: declaration 'sysroot' definition 'self'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-sysroot-private.h:134:49: note: Function '_ostree_sysroot_rmrf_deployment' argument 1 names different: declaration 'sysroot' definition 'self'.
libostree-2018.7/src/libostree/ostree-sysroot-cleanup.c:244:49: note: Function '_ostree_sysroot_rmrf_deployment' argument 1 names different: declaration 'sysroot' definition 'self'.
libostree-2018.7/src/libostree/ostree-sysroot-cleanup.c:531:63: style: Function '_ostree_sysroot_cleanup_internal' argument 1 names different: declaration 'sysroot' definition 'self'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-sysroot-private.h:151:59: note: Function '_ostree_sysroot_cleanup_internal' argument 1 names different: declaration 'sysroot' definition 'self'.
libostree-2018.7/src/libostree/ostree-sysroot-cleanup.c:531:63: note: Function '_ostree_sysroot_cleanup_internal' argument 1 names different: declaration 'sysroot' definition 'self'.
libostree-2018.7/src/libostree/ostree-sysroot-cleanup.c:532:63: style: Function '_ostree_sysroot_cleanup_internal' argument 2 names different: declaration 'prune_repo' definition 'do_prune_repo'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-sysroot-private.h:152:59: note: Function '_ostree_sysroot_cleanup_internal' argument 2 names different: declaration 'prune_repo' definition 'do_prune_repo'.
libostree-2018.7/src/libostree/ostree-sysroot-cleanup.c:532:63: note: Function '_ostree_sysroot_cleanup_internal' argument 2 names different: declaration 'prune_repo' definition 'do_prune_repo'.
libostree-2018.7/src/libostree/ostree-sysroot-deploy.c:759:18: style: Same expression on both sides of '&&' because the value of 'etc_exists' and 'usretc_exists' are the same. [duplicateExpression]
libostree-2018.7/src/libostree/ostree-sysroot-deploy.c:754:32: note: 'etc_exists' is assigned value 'errno==0' here.
libostree-2018.7/src/libostree/ostree-sysroot-deploy.c:757:35: note: 'usretc_exists' is assigned value 'errno==0' here.
libostree-2018.7/src/libostree/ostree-sysroot-deploy.c:759:18: note: Same expression on both sides of '&&' because the value of 'etc_exists' and 'usretc_exists' are the same.
libostree-2018.7/src/libostree/ostree-sysroot-deploy.c:767:20: style: Variable 'etc_exists' is assigned a value that is never used. [unreadVariable]
libostree-2018.7/src/libostree/ostree-sysroot.c:271:44: style: Function '_ostree_sysroot_bump_mtime' argument 1 names different: declaration 'sysroot' definition 'self'. [funcArgNamesDifferent]
libostree-2018.7/src/libostree/ostree-sysroot-private.h:148:53: note: Function '_ostree_sysroot_bump_mtime' argument 1 names different: declaration 'sysroot' definition 'self'.
libostree-2018.7/src/libostree/ostree-sysroot.c:271:44: note: Function '_ostree_sysroot_bump_mtime' argument 1 names different: declaration 'sysroot' definition 'self'.
libostree-2018.7/src/libostree/ostree-sysroot.c:1645:19: style: Variable 'added_new' is assigned a value that is never used. [unreadVariable]
libostree-2018.7/src/libotutil/ot-checksum-instream.c:109:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/libotutil/ot-checksum-instream.c:107:0: note: Variable 'res' is reassigned a value before the old one has been used.
libostree-2018.7/src/libotutil/ot-checksum-instream.c:109:3: note: Variable 'res' is reassigned a value before the old one has been used.
libostree-2018.7/src/libotutil/ot-checksum-instream.c:68:44: style: Function 'ot_checksum_instream_new' argument 1 names different: declaration 'stream' definition 'base'. [funcArgNamesDifferent]
libostree-2018.7/src/libotutil/ot-checksum-instream.h:55:73: note: Function 'ot_checksum_instream_new' argument 1 names different: declaration 'stream' definition 'base'.
libostree-2018.7/src/libotutil/ot-checksum-instream.c:68:44: note: Function 'ot_checksum_instream_new' argument 1 names different: declaration 'stream' definition 'base'.
libostree-2018.7/src/libotutil/ot-checksum-instream.c:69:44: style: Function 'ot_checksum_instream_new' argument 2 names different: declaration 'checksum' definition 'checksum_type'. [funcArgNamesDifferent]
libostree-2018.7/src/libotutil/ot-checksum-instream.h:55:97: note: Function 'ot_checksum_instream_new' argument 2 names different: declaration 'checksum' definition 'checksum_type'.
libostree-2018.7/src/libotutil/ot-checksum-instream.c:69:44: note: Function 'ot_checksum_instream_new' argument 2 names different: declaration 'checksum' definition 'checksum_type'.
libostree-2018.7/src/libotutil/ot-checksum-instream.c:76:54: style: Function 'ot_checksum_instream_new_with_start' argument 1 names different: declaration 'stream' definition 'base'. [funcArgNamesDifferent]
libostree-2018.7/src/libotutil/ot-checksum-instream.h:56:75: note: Function 'ot_checksum_instream_new_with_start' argument 1 names different: declaration 'stream' definition 'base'.
libostree-2018.7/src/libotutil/ot-checksum-instream.c:76:54: note: Function 'ot_checksum_instream_new_with_start' argument 1 names different: declaration 'stream' definition 'base'.
libostree-2018.7/src/libotutil/ot-checksum-instream.c:77:54: style: Function 'ot_checksum_instream_new_with_start' argument 2 names different: declaration 'checksum' definition 'checksum_type'. [funcArgNamesDifferent]
libostree-2018.7/src/libotutil/ot-checksum-instream.h:56:99: note: Function 'ot_checksum_instream_new_with_start' argument 2 names different: declaration 'checksum' definition 'checksum_type'.
libostree-2018.7/src/libotutil/ot-checksum-instream.c:77:54: note: Function 'ot_checksum_instream_new_with_start' argument 2 names different: declaration 'checksum' definition 'checksum_type'.
libostree-2018.7/src/libotutil/ot-gio-utils.h:67:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libostree-2018.7/src/libotutil/ot-fs-utils.c:164:38: style: Function 'ot_fd_readall_or_mmap' argument 2 names different: declaration 'offset' definition 'start'. [funcArgNamesDifferent]
libostree-2018.7/src/libotutil/ot-fs-utils.h:90:48: note: Function 'ot_fd_readall_or_mmap' argument 2 names different: declaration 'offset' definition 'start'.
libostree-2018.7/src/libotutil/ot-fs-utils.c:164:38: note: Function 'ot_fd_readall_or_mmap' argument 2 names different: declaration 'offset' definition 'start'.
libostree-2018.7/src/libotutil/ot-variant-builder.c:1155:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libostree-2018.7/src/libotutil/ot-variant-builder.c:1160:11: style: The scope of the variable 'p' can be reduced. [variableScope]
libostree-2018.7/src/libotutil/ot-variant-utils.c:72:44: style: Function 'ot_variant_read_fd' argument 2 names different: declaration 'offset' definition 'start'. [funcArgNamesDifferent]
libostree-2018.7/src/libotutil/ot-variant-utils.h:38:51: note: Function 'ot_variant_read_fd' argument 2 names different: declaration 'offset' definition 'start'.
libostree-2018.7/src/libotutil/ot-variant-utils.c:72:44: note: Function 'ot_variant_read_fd' argument 2 names different: declaration 'offset' definition 'start'.
libostree-2018.7/src/ostree/ot-builtin-export.c:164:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libostree-2018.7/src/ostree/ot-main.c:521:3: style: Variable 'tombstone_commits' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/ostree/ot-main.c:518:0: note: Variable 'tombstone_commits' is reassigned a value before the old one has been used.
libostree-2018.7/src/ostree/ot-main.c:521:3: note: Variable 'tombstone_commits' is reassigned a value before the old one has been used.
libostree-2018.7/src/ostree/ot-main.c:119:22: style: Function 'ostree_run' argument 4 names different: declaration 'error' definition 'res_error'. [funcArgNamesDifferent]
libostree-2018.7/src/ostree/ot-main.h:63:74: note: Function 'ostree_run' argument 4 names different: declaration 'error' definition 'res_error'.
libostree-2018.7/src/ostree/ot-main.c:119:22: note: Function 'ostree_run' argument 4 names different: declaration 'error' definition 'res_error'.
libostree-2018.7/src/ostree/ot-remote-builtin-gpg-import.c:78:11: style: Variable 'input_stream' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/ostree/ot-remote-builtin-gpg-import.c:75:0: note: Variable 'input_stream' is reassigned a value before the old one has been used.
libostree-2018.7/src/ostree/ot-remote-builtin-gpg-import.c:78:11: note: Variable 'input_stream' is reassigned a value before the old one has been used.
libostree-2018.7/src/switchroot/ostree-mount-util.h:82:3: style: Variable 'cmdline' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/src/switchroot/ostree-mount-util.h:78:0: note: Variable 'cmdline' is reassigned a value before the old one has been used.
libostree-2018.7/src/switchroot/ostree-mount-util.h:82:3: note: Variable 'cmdline' is reassigned a value before the old one has been used.
libostree-2018.7/tests/test-basic-c.c:330:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
libostree-2018.7/tests/test-basic-c.c:325:0: note: Variable 'ret' is reassigned a value before the old one has been used.
libostree-2018.7/tests/test-basic-c.c:330:3: note: Variable 'ret' is reassigned a value before the old one has been used.
libostree-2018.7/tests/test-repo-finder-config.c:366:35: style: The scope of the variable 'ref1_checksum' can be reduced. [variableScope]
libostree-2018.7/tests/test-repo-finder-config.c:366:51: style: The scope of the variable 'ref2_checksum' can be reduced. [variableScope]
libostree-2018.7/tests/test-repo-finder-config.c:367:33: style: The scope of the variable 'ref1_timestamp' can be reduced. [variableScope]
libostree-2018.7/tests/test-repo-finder-config.c:367:50: style: The scope of the variable 'ref2_timestamp' can be reduced. [variableScope]
libostree-2018.7/tests/test-repo-finder-config.c:247:84: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libostree-2018.7/tests/test-repo-finder-config.c:250:84: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libostree-2018.7/tests/test-repo-finder-config.c:253:86: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libostree-2018.7/tests/test-repo-finder-config.c:331:84: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libostree-2018.7/tests/test-repo-finder-config.c:334:84: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libostree-2018.7/tests/test-repo-finder-config.c:337:86: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libostree-2018.7/tests/test-repo-finder-mount.c:359:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libostree-2018.7/tests/test-repo-finder-mount.c:362:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libostree-2018.7/tests/test-repo-finder-mount.c:371:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
[14:35]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/o/otags/otags_4.05.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/otb/otb_6.6.0+dfsg.orig.tar.xz
OTB-release-6.6/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx:79:18: style: Technically the member function 'MyChangeDetector::operator()' can be const. [functionConst]
OTB-release-6.6/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx:107:5: style: Variable 'img1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx:103:0: note: Variable 'img1' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx:107:5: note: Variable 'img1' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx:113:5: style: Variable 'img2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx:109:0: note: Variable 'img2' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx:113:5: note: Variable 'img2' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx:119:5: style: Variable 'imgRoi' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx:115:0: note: Variable 'imgRoi' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx:119:5: note: Variable 'imgRoi' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/Classification/DempsterShaferFusionOfClassificationMapsExample.cxx:145:11: style: The scope of the variable 'indiceLabelRefTemp' can be reduced. [variableScope]
OTB-release-6.6/Examples/Classification/DempsterShaferFusionOfClassificationMapsExample.cxx:152:20: style: Variable 'labelRef' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Examples/Classification/DempsterShaferFusionOfClassificationMapsExample.cxx:71:52: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OTB-release-6.6/Examples/Classification/ScalarImageMarkovRandomField1.cxx:352:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Examples/DataRepresentation/Image/Image6.cxx:216:7: style: Variable 'length' is modified but its new value is never used. [unreadVariable]
OTB-release-6.6/Examples/DataRepresentation/Image/ImageAdaptor3.cxx:68:1: style: The class 'VectorPixelAccessor' does not have a constructor although it has private member variables. [noConstructor]
OTB-release-6.6/Examples/DataRepresentation/Image/ImageAdaptor3.cxx:74:3: style: 'VectorPixelAccessor::operator=' should return 'VectorPixelAccessor &'. [operatorEq]
OTB-release-6.6/Examples/DataRepresentation/Image/ImageAdaptor3.cxx:68:1: warning: The class 'VectorPixelAccessor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OTB-release-6.6/Examples/DataRepresentation/Image/ImageAdaptor4.cxx:64:1: style: The class 'ThresholdingPixelAccessor' does not have a constructor although it has private member variables. [noConstructor]
OTB-release-6.6/Examples/DataRepresentation/Image/ImageAdaptor4.cxx:79:3: style: 'ThresholdingPixelAccessor::operator=' should return 'ThresholdingPixelAccessor &'. [operatorEq]
OTB-release-6.6/Examples/DataRepresentation/Image/ImageAdaptor4.cxx:64:1: warning: The class 'ThresholdingPixelAccessor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
OTB-release-6.6/Examples/FeatureExtraction/HarrisExample.cxx:184:3: style: Variable 'pointSet' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Examples/FeatureExtraction/HarrisExample.cxx:167:0: note: Variable 'pointSet' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/FeatureExtraction/HarrisExample.cxx:184:3: note: Variable 'pointSet' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/FeatureExtraction/SeamCarvingExample.cxx:150:10: style: The scope of the variable 'energyVert' can be reduced. [variableScope]
OTB-release-6.6/Examples/FeatureExtraction/SeamCarvingExample.cxx:150:22: style: The scope of the variable 'energyHor' can be reduced. [variableScope]
OTB-release-6.6/Examples/FeatureExtraction/ThresholdToPointSetExample.cxx:137:3: style: Variable 'pointSet' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Examples/FeatureExtraction/ThresholdToPointSetExample.cxx:136:0: note: Variable 'pointSet' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/FeatureExtraction/ThresholdToPointSetExample.cxx:137:3: note: Variable 'pointSet' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/Filtering/CompositeFilterExample.cxx:178:3: performance: Variable 'm_GradientFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Examples/Filtering/CompositeFilterExample.cxx:290:3: style: Exception should be caught by reference. [catchExceptionByValue]
OTB-release-6.6/Examples/IO/DEMHandlerExample.cxx:129:3: style: Variable 'height' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Examples/IO/DEMHandlerExample.cxx:127:0: note: Variable 'height' is reassigned a value before the old one has been used.
OTB-release-6.6/Examples/IO/DEMHandlerExample.cxx:129:3: note: Variable 'height' is reassigned a value before the old one has been used.
OTB-release-6.6/Examples/IO/MetadataExample.cxx:86:3: style: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Examples/IO/MetadataExample.cxx:81:0: note: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/IO/MetadataExample.cxx:86:3: note: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Examples/IO/OGRWrappersExample.cxx:327:63: style: Function 'pushFieldsToFieldLists' argument 2 names different: declaration 'field' definition 'fields'. [funcArgNamesDifferent]
OTB-release-6.6/Examples/IO/OGRWrappersExample.cxx:79:63: note: Function 'pushFieldsToFieldLists' argument 2 names different: declaration 'field' definition 'fields'.
OTB-release-6.6/Examples/IO/OGRWrappersExample.cxx:327:63: note: Function 'pushFieldsToFieldLists' argument 2 names different: declaration 'field' definition 'fields'.
OTB-release-6.6/Examples/IO/OGRWrappersExample.cxx:314:3: style: Struct 'PushVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Examples/IO/OGRWrappersExample.cxx:370:3: style: Struct 'SetFieldVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Examples/Iterators/NeighborhoodIterators6.cxx:133:10: style: The scope of the variable 'u' can be reduced. [variableScope]
OTB-release-6.6/Examples/Iterators/NeighborhoodIterators6.cxx:134:10: style: The scope of the variable 'rnd' can be reduced. [variableScope]
OTB-release-6.6/Examples/Learning/SEMModelEstimatorExample.cxx:151:25: style: Same expression on both sides of '!=' because the value of 'fileNameImgInit' and 'ITK_NULLPTR' are the same. [duplicateExpression]
OTB-release-6.6/Examples/Learning/SEMModelEstimatorExample.cxx:105:30: note: 'fileNameImgInit' is assigned value 'ITK_NULLPTR' here.
OTB-release-6.6/Examples/Learning/SEMModelEstimatorExample.cxx:151:25: note: Same expression on both sides of '!=' because the value of 'fileNameImgInit' and 'ITK_NULLPTR' are the same.
OTB-release-6.6/Examples/Projections/SensorModelExample.cxx:290:25: style: The scope of the variable 'It' can be reduced. [variableScope]
OTB-release-6.6/Examples/Projections/SensorModelExample.cxx:291:25: style: The scope of the variable 'max_x' can be reduced. [variableScope]
OTB-release-6.6/Examples/Projections/SensorModelExample.cxx:291:32: style: The scope of the variable 'max_y' can be reduced. [variableScope]
OTB-release-6.6/Examples/Projections/SensorModelExample.cxx:291:39: style: The scope of the variable 'min_x' can be reduced. [variableScope]
OTB-release-6.6/Examples/Projections/SensorModelExample.cxx:291:46: style: The scope of the variable 'min_y' can be reduced. [variableScope]
OTB-release-6.6/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx:161:10: style: The scope of the variable 'upperThreshold' can be reduced. [variableScope]
OTB-release-6.6/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx:165:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx:454:3: warning: Member variable 'TernaryFunctorImageFilterWithNBands::m_NumberOfOutputBands' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx:136:5: performance: Variable 'm_Image' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Examples/Simulation/LAIAndPROSAILToSensorResponse.cxx:221:5: performance: Variable 'm_SatRSR' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.h:276:3: style: Struct 'TransformationFunctorDispatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Adapters/GdalAdapters/include/otbGeometriesToGeometriesFilter.h:309:3: style: Struct 'TransformationFunctorDispatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Adapters/GdalAdapters/src/otbGeometriesToGeometriesFilter.cxx:45:3: style: Struct 'ProcessVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Adapters/GdalAdapters/src/otbOGRDataSourceWrapper.cxx:660:3: style: Struct 'AccuLayersSizes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsGDALTest.cxx:31:24: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsGDALTest.cxx:39:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
OTB-release-6.6/Modules/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsGDALTest.cxx:51:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
OTB-release-6.6/Modules/Adapters/GdalAdapters/test/otbOGRExtendedFilenameToOptionsGDALTest.cxx:65:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
OTB-release-6.6/Modules/Adapters/OSSIMAdapters/src/otbImageKeywordlist.cxx:295:21: style: Variable 'hasMetaData' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Adapters/OSSIMAdapters/test/otbOssimElevManagerTest4.cxx:99:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
OTB-release-6.6/Modules/Adapters/OSSIMAdapters/test/otbTestImageKeywordlist.cxx:92:11: style: The scope of the variable 'val1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Adapters/OSSIMAdapters/test/otbTestImageKeywordlist.cxx:174:59: style: Unused variable: ret [unusedVariable]
OTB-release-6.6/Modules/Adapters/OSSIMAdapters/test/otbTestImageKeywordlist.cxx:145:10: performance: Possible inefficient checking for 'neededKw' emptiness. [stlSize]
OTB-release-6.6/Modules/Adapters/OSSIMAdapters/test/otbTestImageKeywordlist.cxx:145:33: performance: Possible inefficient checking for 'missingKw' emptiness. [stlSize]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbComputeOGRLayersFeaturesStatistics.cxx:130:12: style: The scope of the variable 'goesOn' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbComputeOGRLayersFeaturesStatistics.cxx:88:33: style: Unused variable: options [unusedVariable]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbFusionOfClassifications.cxx:256:11: style: The scope of the variable 'indiceLabelRefTemp' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbFusionOfClassifications.cxx:182:54: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx:330:9: performance: Variable 'tmpVectorFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx:331:9: performance: Variable 'polyStatOutput' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx:332:9: performance: Variable 'sampleOutput' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx:333:9: performance: Variable 'modelFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx:334:9: performance: Variable 'imgStatOutput' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx:328:7: style: Class 'KMeansFileNamesHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbMultiImageSamplingRate.cxx:57:5: performance: Variable 'm_CalculatorList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbOGRLayerClassifier.cxx:107:32: style: Unused variable: options [unusedVariable]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbSOMClassification.cxx:250:18: style: The scope of the variable 'piece' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbSOMClassification.cxx:76:5: performance: Variable 'm_Classifier' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbSampleSelection.cxx:79:5: performance: Variable 'm_ReaderStat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbTrainVectorClassifier.cxx:232:41: style: The scope of the variable 'indexLabelPred' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx:174:32: style: Unused variable: options [unusedVariable]
OTB-release-6.6/Modules/Applications/AppClassification/include/otbTrainImagesBase.h:201:47: performance: Function parameter 'outModel' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppClassification/include/otbTrainImagesBase.txx:319:64: performance: Function parameter 'selectedFieldName' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppClassification/include/otbTrainNeuralNetwork.txx:200:16: style: The scope of the variable 'nbClasses' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppClassification/include/otbTrainVectorBase.h:92:7: performance: Variable 'listSample' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx:272:16: style: The scope of the variable 'error' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppDimensionalityReduction/app/otbVectorDimensionalityReduction.cxx:173:32: style: Unused variable: options [unusedVariable]
OTB-release-6.6/Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx:385:0: performance: Function parameter 'inkey' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx:386:0: performance: Function parameter 'outkey' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx:55:16: performance: Technically the member function 'otb::Wrapper::Functor::LuminanceOperator::GetOutputSize' can be static. [functionStatic]
OTB-release-6.6/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx:61:11: style: Technically the member function 'otb::Wrapper::Functor::LuminanceOperator::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx:80:22: style: Technically the member function 'otb::Wrapper::Functor::LuminanceOperator::GetLumCoef' can be const. [functionConst]
OTB-release-6.6/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx:71:42: performance: Function parameter 'rgb' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx:76:38: performance: Function parameter 'lumCoef' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx:397:37: performance: Function parameter 'what' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx:717:66: performance: Function parameter 'rgb' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppImageUtils/app/otbColorMapping.cxx:95:16: style: Technically the member function 'otb::Functor::VectorMapping::GetOutputSize' can be const. [functionConst]
OTB-release-6.6/Modules/Applications/AppImageUtils/app/otbColorMapping.cxx:136:11: style: Technically the member function 'otb::Functor::VectorMapping::GetNotFoundValue' can be const. [functionConst]
OTB-release-6.6/Modules/Applications/AppImageUtils/app/otbQuicklook.cxx:251:18: style: The scope of the variable 'SamplingRatioX' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppImageUtils/app/otbQuicklook.cxx:252:18: style: The scope of the variable 'SamplingRatioY' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppMathParser/app/otbBandMath.cxx:180:25: style: Unused variable: failure [unusedVariable]
OTB-release-6.6/Modules/Applications/AppMorphology/app/otbMorphologicalProfilesAnalysis.cxx:221:0: performance: Function parameter 'profile' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppOpticalCalibration/app/otbOpticalCalibration.cxx:392:30: style: Unused variable: ss [unusedVariable]
OTB-release-6.6/Modules/Applications/AppOpticalCalibration/app/otbOpticalCalibration.cxx:66:1: style: The class 'OpticalCalibration' does not have a constructor although it has private member variables. [noConstructor]
OTB-release-6.6/Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx:134:12: style: The scope of the variable 'x' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx:134:14: style: The scope of the variable 'y' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx:134:16: style: The scope of the variable 'z' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx:134:18: style: The scope of the variable 'lat' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx:134:22: style: The scope of the variable 'lon' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppProjection/app/otbGridBasedImageResampling.cxx:96:5: performance: Variable 'm_WarpImageFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx:138:12: style: The scope of the variable 'x' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx:138:14: style: The scope of the variable 'y' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx:138:16: style: The scope of the variable 'z' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx:138:18: style: The scope of the variable 'lat' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx:138:22: style: The scope of the variable 'lon' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppSegmentation/app/otbHooverCompareSegmentation.cxx:46:16: performance: Technically the member function 'otb::Functor::HooverColorMapping::GetOutputSize' can be static. [functionStatic]
OTB-release-6.6/Modules/Applications/AppSegmentation/app/otbHooverCompareSegmentation.cxx:60:18: style: Technically the member function 'otb::Functor::HooverColorMapping::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx:460:32: style: Variable 'filename' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx:102:81: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx:128:105: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx:359:26: style: The scope of the variable 'tmpError' can be reduced. [variableScope]
OTB-release-6.6/Modules/Applications/AppStereo/app/otbBlockMatching.cxx:111:5: performance: Variable 'm_SSDBlockMatcher' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppStereo/app/otbDisparityMapToElevationMap.cxx:61:5: performance: Variable 'm_VectorToList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppStereo/app/otbFineRegistration.cxx:52:15: style: Technically the member function 'otb::Wrapper::VLVToFixedArray::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Applications/AppStereo/app/otbStereoFramework.cxx:248:6: performance: Variable 'm_Interpolator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppStereo/app/otbStereoRectificationGridGenerator.cxx:82:5: performance: Variable 'm_DisplacementFieldSource' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Applications/AppVectorUtils/app/otbOSMDownloader.cxx:193:13: warning: Return value of function oss.str() is not used. [ignoredReturnValue]
OTB-release-6.6/Modules/Core/CommandLineParser/src/otbCommandLineArgumentParser.cxx:79:3: style: Variable 'it' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Core/CommandLineParser/src/otbCommandLineArgumentParser.cxx:78:0: note: Variable 'it' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/CommandLineParser/src/otbCommandLineArgumentParser.cxx:79:3: note: Variable 'it' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.txx:32:3: warning: Member variable 'SubsampledImageRegionConstIterator::m_SubSampledBeginOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.txx:68:3: warning: Member variable 'SubsampledImageRegionConstIterator::m_SubSampledBeginOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.txx:86:3: warning: Member variable 'SubsampledImageRegionConstIterator::m_SubSampledBeginOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.h:114:3: style: Class 'SubsampledImageRegionConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.h:122:3: style: Class 'SubsampledImageRegionConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Core/Common/include/otbDotProductImageFilter.h:59:20: style: Technically the member function 'otb::Functor::DotProductFunctor::GetVector' can be const. [functionConst]
OTB-release-6.6/Modules/Core/Common/include/otbDotProductImageFilter.h:69:14: style: Technically the member function 'otb::Functor::DotProductFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.h:53:16: style: Technically the member function 'otb::Functor::ImageAndVectorImageOperationFunctor::GetOperator' can be const. [functionConst]
OTB-release-6.6/Modules/Core/Common/include/otbImageAndVectorImageOperationFilter.h:58:18: style: Technically the member function 'otb::Functor::ImageAndVectorImageOperationFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Core/Common/include/otbImageRegionTileMapSplitter.h:126:3: warning: Member variable 'ImageRegionTileMapSplitter::m_SplitsPerDimension' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/Common/include/otbImportVectorImageFilter.txx:36:3: warning: Member variable 'ImportVectorImageFilter::m_NumberOfComponents' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/Common/include/otbRectangle.txx:144:8: style: The scope of the variable 'x' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Common/include/otbRectangle.txx:144:0: style: The scope of the variable 'y' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Common/include/otbRectangle.h:99:5: performance: Variable 'm_VertexList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/Common/include/otbVariableLengthVectorConverter.txx:38:19: style: The scope of the variable 'q' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Common/include/otbVariableLengthVectorConverter.txx:75:19: style: The scope of the variable 'q' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Common/src/otbExtendedFilenameHelper.cxx:203:10: style: The scope of the variable 'start' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Common/src/otbExtendedFilenameHelper.cxx:204:10: style: The scope of the variable 'pos' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Common/src/otbSystem.cxx:125:28: style: The scope of the variable 'psDirEntry' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Common/test/otbSystemTest.cxx:32:22: style: Unused variable: msg [unusedVariable]
OTB-release-6.6/Modules/Core/Common/test/otbSystemTest.cxx:38:9: style: Variable 'var' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Core/ImageBase/include/otbConvertPixelBuffer.txx:65:37: style: Function 'ConvertGrayToComplex' argument 2 names different: declaration 'OutputData' definition 'outputData'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/Core/ImageBase/include/otbConvertPixelBuffer.h:76:51: note: Function 'ConvertGrayToComplex' argument 2 names different: declaration 'OutputData' definition 'outputData'.
OTB-release-6.6/Modules/Core/ImageBase/include/otbConvertPixelBuffer.txx:65:37: note: Function 'ConvertGrayToComplex' argument 2 names different: declaration 'OutputData' definition 'outputData'.
OTB-release-6.6/Modules/Core/ImageBase/include/otbImage.txx:45:69: style: Function 'SetProjectionRef' argument 1 names different: declaration 'wkt' definition 'kwl'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/Core/ImageBase/include/otbImage.h:198:52: note: Function 'SetProjectionRef' argument 1 names different: declaration 'wkt' definition 'kwl'.
OTB-release-6.6/Modules/Core/ImageBase/include/otbImage.txx:45:69: note: Function 'SetProjectionRef' argument 1 names different: declaration 'wkt' definition 'kwl'.
OTB-release-6.6/Modules/Core/ImageBase/include/otbImageFunctionAdaptor.txx:32:3: performance: Variable 'm_InternalImageFunction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ImageBase/include/otbImageOfVectorsToMonoChannelExtractROI.txx:66:18: style: Checking if unsigned variable 'm_Channel' is less than zero. This might be a false warning. [unsignedLessThanZero]
OTB-release-6.6/Modules/Core/ImageBase/include/otbVectorImage.txx:46:75: style: Function 'SetProjectionRef' argument 1 names different: declaration 'wkt' definition 'kwl'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/Core/ImageBase/include/otbVectorImage.h:126:52: note: Function 'SetProjectionRef' argument 1 names different: declaration 'wkt' definition 'kwl'.
OTB-release-6.6/Modules/Core/ImageBase/include/otbVectorImage.txx:46:75: note: Function 'SetProjectionRef' argument 1 names different: declaration 'wkt' definition 'kwl'.
OTB-release-6.6/Modules/Core/ImageBase/include/otbMultiChannelExtractROI.txx:303:18: style: The scope of the variable 'channelOut' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/ImageBase/include/otbMultiToMonoChannelExtractROI.txx:67:18: style: Checking if unsigned variable 'm_Channel' is less than zero. This might be a false warning. [unsignedLessThanZero]
OTB-release-6.6/Modules/Core/ImageBase/src/otbImageIOBase.cxx:720:14: style: Variable 's' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Core/ImageBase/src/otbImageIOBase.cxx:735:14: style: Variable 's' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Core/ImageBase/test/otbImagePCAShapeModelEstimatorTest.cxx:50:5: performance: Variable 'm_Process' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ImageBase/test/otbImagePCAShapeModelEstimatorTest.cxx:48:3: style: Class 'ShowProgressObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Core/ImageBase/test/otbImageTest.cxx:57:3: style: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Core/ImageBase/test/otbImageTest.cxx:48:0: note: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/ImageBase/test/otbImageTest.cxx:57:3: note: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/ImageBase/test/otbVectorImageTest.cxx:56:3: style: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Core/ImageBase/test/otbVectorImageTest.cxx:55:0: note: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/ImageBase/test/otbVectorImageTest.cxx:56:3: note: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/ImageBase/test/otbVectorImageTest.cxx:151:3: style: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Core/ImageBase/test/otbVectorImageTest.cxx:150:0: note: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/ImageBase/test/otbVectorImageTest.cxx:151:3: note: Variable 'image' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/Interpolation/include/otbBCOInterpolateImageFunction.txx:85:18: style: The scope of the variable 'dist' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.txx:182:26: style: The scope of the variable 'z2n' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Interpolation/include/otbBSplineDecompositionImageFilter.txx:182:31: style: The scope of the variable 'iz' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.txx:264:17: style: The scope of the variable 'w4' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.txx:364:29: style: The scope of the variable 'w5' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.txx:364:33: style: The scope of the variable 't' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.txx:364:36: style: The scope of the variable 't0' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.txx:364:40: style: The scope of the variable 't1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.txx:364:44: style: The scope of the variable 't2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Interpolation/include/otbBSplineInterpolateImageFunction.txx:44:3: performance: Variable 'm_CoefficientFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageGaussianFunction.h:41:1: style: The class 'GaussianWindowFunction' does not have a constructor although it has private member variables. [noConstructor]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageHammingFunction.h:41:1: style: The class 'HammingWindowFunction' does not have a constructor although it has private member variables. [noConstructor]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageCosineFunction.h:41:1: style: The class 'CosineWindowFunction' does not have a constructor although it has private member variables. [noConstructor]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageWelchFunction.h:41:1: style: The class 'WelchWindowFunction' does not have a constructor although it has private member variables. [noConstructor]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageLanczosFunction.h:43:1: style: The class 'LanczosWindowFunction' does not have a constructor although it has private member variables. [noConstructor]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageBlackmanFunction.h:41:1: style: The class 'BlackmanWindowFunction' does not have a constructor although it has private member variables. [noConstructor]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageGaussianFunction.h:49:10: style: Technically the member function 'otb::Function::GaussianWindowFunction::GetFactor' can be const. [functionConst]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageHammingFunction.h:53:10: style: Technically the member function 'otb::Function::HammingWindowFunction::GetFactor' can be const. [functionConst]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageCosineFunction.h:53:10: style: Technically the member function 'otb::Function::CosineWindowFunction::GetFactor' can be const. [functionConst]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageWelchFunction.h:53:10: style: Technically the member function 'otb::Function::WelchWindowFunction::GetFactor' can be const. [functionConst]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageLanczosFunction.h:55:10: style: Technically the member function 'otb::Function::LanczosWindowFunction::GetFactor' can be const. [functionConst]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageBlackmanFunction.h:54:10: style: Technically the member function 'otb::Function::BlackmanWindowFunction::GetFactor1' can be const. [functionConst]
OTB-release-6.6/Modules/Core/Interpolation/include/otbWindowedSincInterpolateImageBlackmanFunction.h:58:10: style: Technically the member function 'otb::Function::BlackmanWindowFunction::GetFactor2' can be const. [functionConst]
OTB-release-6.6/Modules/Core/LabelMap/include/otbAttributesMapLabelObject.h:144:16: style: Technically the member function 'otb::Functor::AttributesMapMeasurementFunctor::GetNumberOfAttributes' can be const. [functionConst]
OTB-release-6.6/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.txx:616:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.txx:619:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.txx:833:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.txx:847:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.h:111:7: performance: Variable 'where' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/LabelMap/include/otbLabelImageToLabelMapWithAdjacencyFilter.txx:37:3: performance: Variable 'm_BackgroundValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/LabelMap/include/otbImageToLabelMapWithAttributesFilter.txx:33:3: performance: Variable 'm_Output' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/LabelMap/include/otbLabelObjectToPolygonFunctor.h:86:16: performance: Technically the member function 'otb::Functor::LabelObjectToPolygonFunctor::GetNameOfClass' can be static. [functionStatic]
OTB-release-6.6/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.h:154:56: performance: Technically the member function 'otb::Functor::ShapeAttributesLabelObjectFunctor::PerimeterFromInterceptCount' can be static. [functionStatic]
OTB-release-6.6/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.txx:864:3: note: Technically the member function 'otb::Functor::ShapeAttributesLabelObjectFunctor::PerimeterFromInterceptCount' can be static.
OTB-release-6.6/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.h:154:56: note: Technically the member function 'otb::Functor::ShapeAttributesLabelObjectFunctor::PerimeterFromInterceptCount' can be static.
OTB-release-6.6/Modules/Core/LabelMap/include/otbShapeAttributesLabelMapFilter.txx:625:36: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OTB-release-6.6/Modules/Core/Metadata/src/otbFormosatImageMetadataInterface.cxx:749:26: style: Variable 'sensorId' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Core/Metadata/src/otbImageMetadataInterfaceFactory.cxx:101:15: style: The scope of the variable 'firstTime' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Metadata/src/otbOpticalImageMetadataInterfaceFactory.cxx:81:15: style: The scope of the variable 'firstTime' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Metadata/src/otbPleiadesImageMetadataInterface.cxx:794:26: style: Variable 'sensorId' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Core/Metadata/src/otbSarImageMetadataInterfaceFactory.cxx:77:15: style: The scope of the variable 'firstTime' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Metadata/src/otbSpot6ImageMetadataInterface.cxx:622:26: style: Variable 'sensorId' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Core/Metadata/src/otbWorldView2ImageMetadataInterface.cxx:67:15: style: Variable 'multi' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Core/Metadata/src/otbWorldView2ImageMetadataInterface.cxx:68:15: style: Variable 'ms1' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Core/Metadata/test/otbDefaultImageMetadataInterface.cxx:338:24: style: Variable 'hasRaisedException' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:167:7: performance: Variable 'm_Iter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:258:7: performance: Variable 'm_Iter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:289:7: performance: Variable 'm_Iter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:350:7: performance: Variable 'm_Iter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:357:7: performance: Variable 'm_Iter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:383:7: performance: Variable 'm_Iter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:443:7: performance: Variable 'm_Iter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:477:7: performance: Variable 'm_Iter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:538:7: performance: Variable 'm_Iter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:545:7: performance: Variable 'm_Iter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:173:23: style: Technically the member function 'otb::ObjectList::Iterator::Get' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:220:7: style: Technically the member function 'otb::ObjectList::Iterator::operator+=' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:227:7: style: Technically the member function 'otb::ObjectList::Iterator::operator-=' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:234:10: style: Technically the member function 'otb::ObjectList::Iterator::operator!=' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:241:10: style: Technically the member function 'otb::ObjectList::Iterator::operator==' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:295:23: style: Technically the member function 'otb::ObjectList::ConstIterator::Get' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:318:10: style: Technically the member function 'otb::ObjectList::ConstIterator::operator!=' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:325:10: style: Technically the member function 'otb::ObjectList::ConstIterator::operator==' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:389:23: style: Technically the member function 'otb::ObjectList::ReverseIterator::Get' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:419:10: style: Technically the member function 'otb::ObjectList::ReverseIterator::operator!=' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:426:10: style: Technically the member function 'otb::ObjectList::ReverseIterator::operator==' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:483:23: style: Technically the member function 'otb::ObjectList::ReverseConstIterator::Get' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:506:10: style: Technically the member function 'otb::ObjectList::ReverseConstIterator::operator!=' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:513:10: style: Technically the member function 'otb::ObjectList::ReverseConstIterator::operator==' can be const. [functionConst]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:165:5: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:287:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:355:5: style: Class 'ConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:381:5: style: Class 'ReverseIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:475:5: style: Class 'ReverseConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Core/ObjectList/include/otbObjectList.h:543:5: style: Class 'ReverseConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Core/ObjectList/include/otbImageListToImageListApplyFilter.txx:35:3: performance: Variable 'm_Filter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/ObjectList/test/otbImageListToVectorImageFilter2.cxx:74:3: style: Variable 'm_OutputImage' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Core/ObjectList/test/otbImageListToVectorImageFilter2.cxx:73:0: note: Variable 'm_OutputImage' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/ObjectList/test/otbImageListToVectorImageFilter2.cxx:74:3: note: Variable 'm_OutputImage' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/ObjectList/test/otbObjectList.cxx:118:3: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Core/ObjectList/test/otbObjectList.cxx:105:3: note: Variable 'index' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Core/ObjectList/test/otbObjectList.cxx:118:3: note: Variable 'index' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Core/PointSet/include/otbPointSetSource.txx:119:32: style: Function 'GraftOutput' argument 1 names different: declaration 'output' definition 'graft'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/Core/PointSet/include/otbPointSetSource.h:112:45: note: Function 'GraftOutput' argument 1 names different: declaration 'output' definition 'graft'.
OTB-release-6.6/Modules/Core/PointSet/include/otbPointSetSource.txx:119:32: note: Function 'GraftOutput' argument 1 names different: declaration 'output' definition 'graft'.
OTB-release-6.6/Modules/Core/PointSet/include/otbPointSetExtractROI.txx:35:3: warning: Member variable 'PointSetExtractROI::m_StartX' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/PointSet/include/otbPointSetExtractROI.txx:35:3: warning: Member variable 'PointSetExtractROI::m_StartY' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/PointSet/include/otbPointSetExtractROI.txx:35:3: warning: Member variable 'PointSetExtractROI::m_SizeX' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/PointSet/include/otbPointSetExtractROI.txx:35:3: warning: Member variable 'PointSetExtractROI::m_SizeY' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/PointSet/include/otbPointSetFunction.txx:39:3: performance: Variable 'm_PointSet' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/PointSet/include/otbRandomPointSetSource.txx:35:3: performance: Variable 'm_Generator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/PointSet/include/otbThresholdImageToPointSetFilter.txx:37:3: performance: Variable 'm_LowerThreshold' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/PointSet/include/otbTransformPointSetFilter.txx:37:3: performance: Variable 'm_Transform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/SpatialObjects/include/otbDrawLineSpatialObjectListFilter.txx:38:3: warning: Member variable 'DrawLineSpatialObjectListFilter::m_Length' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/SpatialObjects/include/otbDrawLineSpatialObjectListFilter.txx:38:3: warning: Member variable 'DrawLineSpatialObjectListFilter::m_Width' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/SpatialObjects/include/otbLineSpatialObject.txx:212:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Core/SpatialObjects/test/otbLineSpatialObjectList.cxx:47:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Core/Streaming/include/otbStreamingManager.txx:84:14: style: The scope of the variable 'regionTrickFactor' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/Streaming/include/otbPersistentFilterStreamingDecorator.txx:35:3: performance: Variable 'm_Filter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/Transform/include/otbGenericMapProjection.txx:35:3: performance: Variable 'm_MapProjection' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/Transform/include/otbSensorModelBase.txx:36:3: performance: Variable 'm_Model' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/Transform/include/otbCompositeTransform.txx:46:3: performance: Variable 'm_FirstTransform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/Transform/include/otbCompositeTransform.txx:47:3: performance: Variable 'm_SecondTransform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/Transform/include/otbTransform.h:207:3: style: Class 'Transform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Core/Transform/include/otbGenericRSTransform.txx:165:5: style: Variable 'hSRS' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Core/Transform/include/otbGenericRSTransform.txx:164:0: note: Variable 'hSRS' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/Transform/include/otbGenericRSTransform.txx:165:5: note: Variable 'hSRS' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/Transform/include/otbGeocentricTransform.txx:34:3: performance: Variable 'm_Ellipsoid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/Transform/include/otbImageToGenericRSOutputParameters.txx:33:3: warning: Member variable 'ImageToGenericRSOutputParameters::m_OutputExtent' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Core/Transform/include/otbImageToGenericRSOutputParameters.txx:35:3: performance: Variable 'm_Transform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/Transform/src/otbGeoInformationConversion.cxx:40:3: style: Variable 'hSRS' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Core/Transform/src/otbGeoInformationConversion.cxx:39:0: note: Variable 'hSRS' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/Transform/src/otbGeoInformationConversion.cxx:40:3: note: Variable 'hSRS' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/Transform/test/otbCreateProjectionWithOSSIM.cxx:89:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Core/Transform/test/otbCreateProjectionWithOSSIM.cxx:88:0: note: Variable 'model' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Core/Transform/test/otbCreateProjectionWithOSSIM.cxx:89:3: note: Variable 'model' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Core/Transform/test/otbCreateProjectionWithOTB.cxx:95:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Core/Transform/test/otbCreateProjectionWithOTB.cxx:93:0: note: Variable 'model' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Core/Transform/test/otbCreateProjectionWithOTB.cxx:95:3: note: Variable 'model' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbPolyLineParametricPathWithValue.txx:151:10: style: The scope of the variable 'x' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbPolyLineParametricPathWithValue.txx:152:10: style: The scope of the variable 'y' can be reduced. [variableScope]
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbDataNode.txx:34:3: performance: Variable 'm_NodeId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbDataNodeImageFunction.txx:36:3: performance: Variable 'm_Image' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbVectorData.txx:35:3: performance: Variable 'm_DataTree' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbDataNodeVectorDataFunction.txx:36:3: performance: Variable 'm_VectorData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbVectorDataSource.txx:53:32: style: Function 'GraftOutput' argument 1 names different: declaration 'output' definition 'graft'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbVectorDataSource.h:70:45: note: Function 'GraftOutput' argument 1 names different: declaration 'output' definition 'graft'.
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbVectorDataSource.txx:53:32: note: Function 'GraftOutput' argument 1 names different: declaration 'output' definition 'graft'.
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbVectorDataSource.txx:65:53: style: Function 'GraftNthOutput' argument 2 names different: declaration 'output' definition 'graft'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbVectorDataSource.h:78:66: note: Function 'GraftNthOutput' argument 2 names different: declaration 'output' definition 'graft'.
OTB-release-6.6/Modules/Core/VectorDataBase/include/otbVectorDataSource.txx:65:53: note: Function 'GraftNthOutput' argument 2 names different: declaration 'output' definition 'graft'.
OTB-release-6.6/Modules/Core/VectorDataBase/src/otbVectorDataIOBase.cxx:59:14: style: Variable 's' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Core/VectorDataBase/test/otbVectorDataKeywordlistTest.cxx:54:3: style: Variable 'dataTree' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Core/VectorDataBase/test/otbVectorDataKeywordlistTest.cxx:53:0: note: Variable 'dataTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Core/VectorDataBase/test/otbVectorDataKeywordlistTest.cxx:54:3: note: Variable 'dataTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Detection/CloudDetection/include/otbCloudDetectionFunctor.h:77:10: style: Technically the member function 'otb::Functor::CloudDetectionFunctor::GetMinThreshold' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/CloudDetection/include/otbCloudDetectionFunctor.h:81:10: style: Technically the member function 'otb::Functor::CloudDetectionFunctor::GetMaxThreshold' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/CloudDetection/include/otbCloudDetectionFunctor.h:85:10: style: Technically the member function 'otb::Functor::CloudDetectionFunctor::GetVariance' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/CloudDetection/include/otbCloudDetectionFunctor.h:89:10: style: Technically the member function 'otb::Functor::CloudDetectionFunctor::GetReferencePixel' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/ObjectDetection/include/otbMultiChannelIFFactory.h:125:5: performance: Variable 'm_Factory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Detection/ObjectDetection/include/otbStandardMetaImageFunctionBuilder.txx:35:3: performance: Variable 'm_MetaImageFunction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Detection/ObjectDetection/test/otbDescriptorsListSampleGenerator.cxx:77:8: style: Technically the member function 'CompareSampleEntry::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/ObjectDetection/test/otbObjectDetectionClassifier.cxx:68:8: style: Technically the member function 'ComparePoint::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbBreakAngularPathListFilter.txx:34:3: warning: Member variable 'BreakAngularPathListFilter::m_MaxAngle' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbLinkPathListFilter.txx:79:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbLinkPathListFilter.txx:68:9: note: outer condition: !eraseFlagVector[index1]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbLinkPathListFilter.txx:79:11: note: identical inner condition: !eraseFlagVector[index1]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbLinkPathListFilter.txx:73:20: style: The scope of the variable 'pathToLinkIndex' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbLinkPathListFilter.txx:74:20: style: The scope of the variable 'distance' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbLinkPathListFilter.txx:76:20: style: The scope of the variable 'found' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbLinkPathListFilter.txx:77:20: style: The scope of the variable 'revert1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbLinkPathListFilter.txx:78:20: style: The scope of the variable 'revert2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbLikelihoodPathListFilter.txx:37:3: performance: Variable 'm_Key' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbNonMaxRemovalByDirectionFilter.h:46:18: style: Technically the member function 'otb::Functor::NonMaxRemovalByDirectionFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbRemoveIsolatedByDirectionFilter.h:45:18: style: Technically the member function 'otb::Functor::RemoveIsolatedByDirectionFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbRemoveWrongDirectionFilter.h:49:18: style: Technically the member function 'otb::Functor::RemoveWrongDirectionFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbImageToPathListAlignFilter.txx:330:28: style: The scope of the variable 'mx' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbImageToPathListAlignFilter.txx:330:32: style: The scope of the variable 'my' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbImageToPathListAlignFilter.txx:330:36: style: The scope of the variable 'ox' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbImageToPathListAlignFilter.txx:330:40: style: The scope of the variable 'oy' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbImageToPathListAlignFilter.txx:331:41: style: The scope of the variable 'posmax' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbImageToPathListAlignFilter.txx:335:17: style: The scope of the variable 'theta0' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbImageToPathListAlignFilter.txx:46:3: warning: Member variable 'ImageToPathListAlignFilter::m_AngleImage' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:426:26: style: Condition 'tempv4[1]<0' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:438:26: style: Condition 'tempv4[1]<0' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:465:26: style: Condition 'tempv3[1]<0' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:477:26: style: Condition 'tempv3[1]<0' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:229:3: style: Variable 'denominator' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:228:0: note: Variable 'denominator' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:229:3: note: Variable 'denominator' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:230:3: style: Variable 'nominator' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:228:0: note: Variable 'nominator' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:230:3: note: Variable 'nominator' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:231:3: style: Variable 'distance' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:228:0: note: Variable 'distance' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:231:3: note: Variable 'distance' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:262:3: style: Variable 'length12' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:260:0: note: Variable 'length12' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Detection/RoadExtraction/include/otbParallelLinePathListFilter.txx:262:3: note: Variable 'length12' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Detection/RoadExtraction/test/AlignementsQB.cxx:122:13: style: Variable 'color' is modified but its new value is never used. [unreadVariable]
OTB-release-6.6/Modules/Detection/RoadExtraction/test/otbAlignImageToPath.cxx:124:25: style: The scope of the variable 'x1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/test/otbAlignImageToPath.cxx:124:29: style: The scope of the variable 'y1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Detection/RoadExtraction/test/otbSimplifyManyPathListFilter.cxx:92:3: style: Variable 'pathListIt' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Detection/RoadExtraction/test/otbSimplifyManyPathListFilter.cxx:88:0: note: Variable 'pathListIt' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Detection/RoadExtraction/test/otbSimplifyManyPathListFilter.cxx:92:3: note: Variable 'pathListIt' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Detection/UrbanArea/include/otbUrbanAreaDetectionImageFilter.txx:38:3: performance: Variable 'm_IntensityFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Detection/UrbanArea/include/otbUrbanAreaDetectionImageFilter.h:57:25: style: Technically the member function 'otb::Functor::RadiometricNonWaterNonVegetationIndexFunctor::GetVegetationFunctor' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/UrbanArea/include/otbUrbanAreaDetectionImageFilter.h:58:20: style: Technically the member function 'otb::Functor::RadiometricNonWaterNonVegetationIndexFunctor::GetWaterFunctor' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/UrbanArea/include/otbUrbanAreaDetectionImageFilter.h:131:10: style: Technically the member function 'otb::Functor::RadiometricNonWaterNonVegetationDetectionFunctor::GetLowerThreshold' can be const. [functionConst]
OTB-release-6.6/Modules/Detection/UrbanArea/include/otbUrbanAreaDetectionImageFilter.h:132:10: style: Technically the member function 'otb::Functor::RadiometricNonWaterNonVegetationDetectionFunctor::GetUpperThreshold' can be const. [functionConst]
OTB-release-6.6/Modules/Feature/Corner/include/otbHarrisImageFilter.txx:40:3: performance: Variable 'm_HessianFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/Corner/include/otbHarrisImageToPointSetFilter.txx:40:3: performance: Variable 'm_LowerThreshold' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/Corner/include/otbLineSpatialObjectListToRightAnglePointSetFilter.txx:79:33: style: The scope of the variable 'counterCur' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Corner/test/otbLineSpatialObjectListToRightAnglePointSetFilter.cxx:130:3: style: Variable 'segmentOrtho' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Feature/Corner/test/otbLineSpatialObjectListToRightAnglePointSetFilter.cxx:52:0: note: Variable 'segmentOrtho' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Corner/test/otbLineSpatialObjectListToRightAnglePointSetFilter.cxx:130:3: note: Variable 'segmentOrtho' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Corner/test/otbLineSpatialObjectListToRightAnglePointSetFilterByStepsOutputAscii.cxx:128:3: style: Variable 'segmentOrtho' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Feature/Corner/test/otbLineSpatialObjectListToRightAnglePointSetFilterByStepsOutputAscii.cxx:52:0: note: Variable 'segmentOrtho' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Corner/test/otbLineSpatialObjectListToRightAnglePointSetFilterByStepsOutputAscii.cxx:128:3: note: Variable 'segmentOrtho' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Density/test/otbKeyPointDensityImageFilterTest.cxx:62:3: style: Variable 'detector' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Feature/Density/test/otbKeyPointDensityImageFilterTest.cxx:55:0: note: Variable 'detector' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Density/test/otbKeyPointDensityImageFilterTest.cxx:62:3: note: Variable 'detector' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToHessianDeterminantImageFilter.txx:34:3: performance: Variable 'm_HessianFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToHessianDeterminantImageFilter.h:58:18: style: Technically the member function 'otb::Functor::HessianDeterminant::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSIFTKeyPointSetFilter.txx:537:3: style: Variable 'accepted' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSIFTKeyPointSetFilter.txx:480:0: note: Variable 'accepted' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSIFTKeyPointSetFilter.txx:537:3: note: Variable 'accepted' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSIFTKeyPointSetFilter.txx:43:3: performance: Variable 'm_Sigma0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSIFTKeyPointSetFilter.txx:50:3: performance: Variable 'm_ValidatedKeyPoints' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSIFTKeyPointSetFilter.txx:58:3: performance: Variable 'm_GradientMagnitudeThreshold' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSIFTKeyPointSetFilter.txx:60:3: performance: Variable 'm_ExpandFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSIFTKeyPointSetFilter.h:57:23: style: Technically the member function 'otb::Functor::MagnitudeFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSIFTKeyPointSetFilter.h:74:23: style: Technically the member function 'otb::Functor::OrientationFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:207:11: style: Variable 'accepted' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:205:0: note: Variable 'accepted' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:207:11: note: Variable 'accepted' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:79:12: style: The scope of the variable 'sigma_in' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:531:10: style: The scope of the variable 'col' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:531:15: style: The scope of the variable 'raw' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:532:10: style: The scope of the variable 'dist' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:584:10: style: The scope of the variable 'length' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:617:18: style: The scope of the variable 'col' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:617:23: style: The scope of the variable 'raw' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:306:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbImageToSURFKeyPointSetFilter.txx:58:3: performance: Variable 'm_DetHessianFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/Descriptors/include/otbKeyPointSetsMatchingFilter.txx:184:10: style: The scope of the variable 'distanceValue' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Edge/include/otbLineDetectorImageFilterBase.txx:297:7: style: Variable 'PixelValues' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Feature/Edge/include/otbLineDetectorImageFilterBase.txx:296:0: note: Variable 'PixelValues' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Feature/Edge/include/otbLineDetectorImageFilterBase.txx:297:7: note: Variable 'PixelValues' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Feature/Edge/include/otbAssociativeSymmetricalSumImageFilter.h:58:18: style: Technically the member function 'otb::Functor::AssociativeSymmetricalSum::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Feature/Edge/include/otbLocalHoughFilter.txx:182:7: style: Variable 'filterImage' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Feature/Edge/include/otbLocalHoughFilter.txx:177:0: note: Variable 'filterImage' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Edge/include/otbLocalHoughFilter.txx:182:7: note: Variable 'filterImage' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Edge/include/otbLocalHoughFilter.txx:253:9: style: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Feature/Edge/include/otbLocalHoughFilter.txx:244:0: note: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Edge/include/otbLocalHoughFilter.txx:253:9: note: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Edge/include/otbExtractSegmentsImageFilter.txx:139:43: style: Function 'SetLocalHoughNumberOfLines' argument 1 names different: declaration 'Radius' definition 'NumberOfLines'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/Feature/Edge/include/otbExtractSegmentsImageFilter.h:98:48: note: Function 'SetLocalHoughNumberOfLines' argument 1 names different: declaration 'Radius' definition 'NumberOfLines'.
OTB-release-6.6/Modules/Feature/Edge/include/otbExtractSegmentsImageFilter.txx:139:43: note: Function 'SetLocalHoughNumberOfLines' argument 1 names different: declaration 'Radius' definition 'NumberOfLines'.
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.txx:37:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_AngleAxisIncrement' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.txx:37:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisMaximumSize' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.txx:37:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisIncrement' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_AngleAxisSize' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_AngleAxisMinimum' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_AngleAxisMaximum' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_AngleAxisIncrement' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisSize' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisMaximumSize' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisMinimum' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisMaximum' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisIncrement' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_Threshold' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_SimplifyAccumulator' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_LinesList' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_NumberOfLines' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DiscRadius' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_Variance' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_OldModifiedTime' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:189:3: warning: Member variable 'HoughTransform2DLinesImageFilter::m_OldNumberOfLines' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_AngleAxisSize' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_AngleAxisMinimum' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_AngleAxisMaximum' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_AngleAxisIncrement' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisSize' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisMaximumSize' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisMinimum' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisMaximum' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DistanceAxisIncrement' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_Threshold' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_SimplifyAccumulator' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_LinesList' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_NumberOfLines' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_DiscRadius' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_Variance' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_OldModifiedTime' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbHoughTransform2DLinesImageFilter.h:190:8: warning: Member variable 'HoughTransform2DLinesImageFilter::m_OldNumberOfLines' is not assigned a value in 'HoughTransform2DLinesImageFilter::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/Feature/Edge/include/otbLineSegmentDetector.txx:740:34: style: The scope of the variable 'l' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Edge/include/otbLineSegmentDetector.txx:740:42: style: The scope of the variable 'w' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Edge/include/otbLineSegmentDetector.txx:882:10: style: The scope of the variable 'weight' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Edge/include/otbLineSegmentDetector.txx:49:3: warning: Member variable 'LineSegmentDetector::m_MinimumRegionSize' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Feature/Edge/include/otbLineSegmentDetector.h:47:23: style: Technically the member function 'otb::Functor::MagnitudeFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Feature/Edge/include/otbLineSegmentDetector.h:64:23: style: Technically the member function 'otb::Functor::OrientationFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Feature/Edge/include/otbPersistentVectorizationImageFilter.txx:36:3: performance: Variable 'm_MinMaxFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/Edge/src/otbFillGapsFilter.cxx:96:3: style: Variable 'CosTheta' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Feature/Edge/src/otbFillGapsFilter.cxx:92:0: note: Variable 'CosTheta' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Feature/Edge/src/otbFillGapsFilter.cxx:96:3: note: Variable 'CosTheta' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Feature/Edge/src/otbFillGapsFilter.cxx:89:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Edge/src/otbFillGapsFilter.cxx:89:18: style: The scope of the variable 'y1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Edge/src/otbFillGapsFilter.cxx:89:26: style: The scope of the variable 'x2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Edge/src/otbFillGapsFilter.cxx:89:34: style: The scope of the variable 'y2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Edge/test/otbHoughTransform2DLinesImageTest.cxx:193:3: style: Variable 'm_PostProcessImage' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Feature/Edge/test/otbHoughTransform2DLinesImageTest.cxx:183:0: note: Variable 'm_PostProcessImage' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Edge/test/otbHoughTransform2DLinesImageTest.cxx:193:3: note: Variable 'm_PostProcessImage' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Edge/test/otbHoughTransform2DLinesImageTest.cxx:270:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Feature/Edge/test/otbLocalHough.cxx:72:3: style: Variable 'list' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Feature/Edge/test/otbLocalHough.cxx:64:0: note: Variable 'list' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Edge/test/otbLocalHough.cxx:72:3: note: Variable 'list' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Feature/Edge/test/otbLocalHough.cxx:79:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Feature/SeamCarving/include/otbAddCarvingPathFilter.txx:37:3: performance: Variable 'm_Value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/SeamCarving/include/otbImageToCarvingPathFilter.txx:41:3: performance: Variable 'm_ForegroundValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/SeamCarving/include/otbRemoveCarvingPathFilter.txx:37:3: performance: Variable 'm_Value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/Textures/include/otbGreyLevelCooccurrenceIndexedList.txx:128:7: style: The scope of the variable 'begin' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h:113:31: style: The scope of the variable 'dist' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h:114:31: style: The scope of the variable 'angle' can be reduced. [variableScope]
OTB-release-6.6/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h:194:9: style: Variable 'sti' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h:193:9: style: Variable 'lengthLine' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h:66:5: performance: Variable 'm_SpectralThreshold' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h:105:21: style: Technically the member function 'otb::Functor::SFSTexturesFunctor::GetTexturesStatus' can be const. [functionConst]
OTB-release-6.6/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h:320:8: performance: Technically the member function 'otb::Functor::SFSTexturesFunctor::CheckIsInside' can be static. [functionStatic]
OTB-release-6.6/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h:333:8: performance: Technically the member function 'otb::Functor::SFSTexturesFunctor::ComputePointLine' can be static. [functionStatic]
OTB-release-6.6/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h:342:7: performance: Technically the member function 'otb::Functor::SFSTexturesFunctor::ComputeStep' can be static. [functionStatic]
OTB-release-6.6/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h:91:46: performance: Function parameter 'vect' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Feature/Textures/include/otbScalarImageToAdvancedTexturesFilter.txx:359:41: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.txx:351:5: style: Variable 'outputIt' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.txx:349:5: note: Variable 'outputIt' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbBinaryFunctorNeighborhoodJoinHistogramImageFilter.txx:351:5: note: Variable 'outputIt' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h:47:10: style: Technically the member function 'otb::CumulantsForEdgeworth::Divergence' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.txx:61:3: note: Technically the member function 'otb::CumulantsForEdgeworth::Divergence' can be const.
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h:47:10: note: Technically the member function 'otb::CumulantsForEdgeworth::Divergence' can be const.
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h:100:11: style: Technically the member function 'otb::Functor::KullbackLeiblerDistance::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h:41:3: style: Class 'CumulantsForEdgeworth' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h:42:3: style: Class 'CumulantsForEdgeworth' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h:112:17: style: Technically the member function 'otb::Functor::KullbackLeiblerProfile::GetRadiusMin' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.txx:365:3: note: Technically the member function 'otb::Functor::KullbackLeiblerProfile::GetRadiusMin' can be const.
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h:112:17: note: Technically the member function 'otb::Functor::KullbackLeiblerProfile::GetRadiusMin' can be const.
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h:113:17: style: Technically the member function 'otb::Functor::KullbackLeiblerProfile::GetRadiusMax' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.txx:373:3: note: Technically the member function 'otb::Functor::KullbackLeiblerProfile::GetRadiusMax' can be const.
OTB-release-6.6/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h:113:17: note: Technically the member function 'otb::Functor::KullbackLeiblerProfile::GetRadiusMax' can be const.
OTB-release-6.6/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx:58:3: style: Variable 'img1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx:54:0: note: Variable 'img1' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx:58:3: note: Variable 'img1' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx:64:3: style: Variable 'img2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx:60:0: note: Variable 'img2' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx:64:3: note: Variable 'img2' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx:70:3: style: Variable 'imgRoi' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx:66:0: note: Variable 'imgRoi' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/ChangeDetection/test/otbKullbackLeiblerSupervizedDistanceImageFilter.cxx:70:3: note: Variable 'imgRoi' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/Contrast/include/otbApplyGainFilter.txx:136:22: style: The scope of the variable 'newValue' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Contrast/include/otbComputeHistoFilter.txx:264:27: style: The scope of the variable 'total' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Contrast/include/otbComputeGainLutFilter.txx:100:29: warning: Function 'PostProcess' argument order different: declaration 'countMapValue, countValue' definition 'countValue, countMapValue' [funcArgOrderDifferent]
OTB-release-6.6/Modules/Filtering/Contrast/include/otbComputeGainLutFilter.h:96:45: note: Function 'PostProcess' argument order different: declaration 'countMapValue, countValue' definition 'countValue, countMapValue'
OTB-release-6.6/Modules/Filtering/Contrast/include/otbComputeGainLutFilter.txx:100:29: note: Function 'PostProcess' argument order different: declaration 'countMapValue, countValue' definition 'countValue, countMapValue'
OTB-release-6.6/Modules/Filtering/Contrast/include/otbCLHistogramEqualizationFilter.txx:40:3: performance: Variable 'm_Min' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/DEM/include/otbDEMToImageGenerator.txx:35:3: performance: Variable 'm_DEMHandler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/DimensionalityReduction/include/otbEstimateInnerProductPCAImageFilter.txx:37:3: warning: Member variable 'EstimateInnerProductPCAImageFilter::m_CenterData' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/DimensionalityReduction/include/otbInnerProductPCAImageFilter.txx:33:3: warning: Member variable 'InnerProductPCAImageFilter::m_NumberOfPrincipalComponentsRequired' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/DimensionalityReduction/include/otbMaximumAutocorrelationFactorImageFilter.txx:42:3: performance: Variable 'm_CovarianceEstimator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbBinaryImageMinimalBoundingRegionCalculator.txx:68:3: style: Variable 'max[1]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbBinaryImageMinimalBoundingRegionCalculator.txx:67:3: note: Variable 'max[1]' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbBinaryImageMinimalBoundingRegionCalculator.txx:68:3: note: Variable 'max[1]' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbChangeLabelImageFilter.h:51:3: warning: Member variable 'VectorChangeLabel::m_NumberOfComponentsPerPixel' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbChangeLabelImageFilter.h:60:16: style: Technically the member function 'otb::Functor::VectorChangeLabel::GetNumberOfComponentsPerPixel' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConvertTypeFunctor.h:56:3: warning: Member variable 'ConvertTypeFunctor::m_CompIn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConvertTypeFunctor.h:56:3: warning: Member variable 'ConvertTypeFunctor::m_CompOut' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConvertTypeFunctor.h:56:3: warning: Member variable 'ConvertTypeFunctor::m_Scal' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConvertTypeFunctor.h:62:5: performance: Variable 'm_LowestB' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbClampImageFilter.txx:42:3: performance: Variable 'm_Lower' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConvertTypeFunctor.h:156:8: performance: Technically the member function 'otb::Functor::ConvertTypeFunctor::FillIn' can be static. [functionStatic]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConvertTypeFunctor.h:166:8: performance: Technically the member function 'otb::Functor::ConvertTypeFunctor::FillIn' can be static. [functionStatic]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConvertTypeFunctor.h:199:8: performance: Technically the member function 'otb::Functor::ConvertTypeFunctor::FillOut' can be static. [functionStatic]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConvertTypeFunctor.h:209:8: performance: Technically the member function 'otb::Functor::ConvertTypeFunctor::FillOut' can be static. [functionStatic]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConvertTypeFunctor.h:204:38: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConvertTypeFunctor.h:215:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbClampVectorImageFilter.txx:41:3: performance: Variable 'm_Lower' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConcatenateScalarValueImageFilter.h:51:24: style: Technically the member function 'otb::Functor::ConcatenateScalarValueFunctor::GetScalarValue' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbConcatenateScalarValueImageFilter.h:71:14: style: Technically the member function 'otb::Functor::ConcatenateScalarValueFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbGridResampleImageFilter.txx:51:3: performance: Variable 'm_Interpolator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbMatrixImageFilter.txx:111:52: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbPerBandVectorImageFilter.txx:35:3: performance: Variable 'm_Filter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbPrintableImageFilter.h:50:5: performance: Variable 'm_BackgroundValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbPrintableImageFilter.txx:35:3: performance: Variable 'm_Rescaler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.h:76:11: style: Technically the member function 'otb::Functor::VectorAffineTransform::GetOutputMaximum' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.h:80:11: style: Technically the member function 'otb::Functor::VectorAffineTransform::GetOutputMinimum' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.h:84:10: style: Technically the member function 'otb::Functor::VectorAffineTransform::GetInputMinimum' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.h:88:10: style: Technically the member function 'otb::Functor::VectorAffineTransform::GetInputMaximum' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbVectorRescaleIntensityImageFilter.h:92:10: style: Technically the member function 'otb::Functor::VectorAffineTransform::GetGamma' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbPrintableImageFilter.h:61:17: style: Technically the member function 'otb::Functor::MaskFunctor::GetBackgroundValue' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbPrintableImageFilter.h:70:19: style: Technically the member function 'otb::Functor::MaskFunctor::GetObjectColor' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbShiftScaleVectorImageFilter.h:70:10: style: Technically the member function 'otb::Functor::VectorShiftScale::GetShiftValues' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbShiftScaleVectorImageFilter.h:74:10: style: Technically the member function 'otb::Functor::VectorShiftScale::GetScaleValues' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbSpectralAngleDistanceImageFilter.txx:39:3: performance: Variable 'm_ReferencePixel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbStreamingResampleImageFilter.txx:36:3: performance: Variable 'm_DisplacementFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbStreamingShrinkImageFilter.h:319:5: performance: Variable 'm_StreamingManager' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbThresholdVectorImageFilter.txx:41:3: performance: Variable 'm_OutsideValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/include/otbThresholdVectorImageFilter.txx:42:3: performance: Variable 'm_Lower' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbClampImageFilter.cxx:221:0: style: The scope of the variable 'reRef' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbClampImageFilter.cxx:221:0: style: The scope of the variable 'imRef' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbClampImageFilter.cxx:129:0: style: The scope of the variable 'ref' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbFunctionWithNeighborhoodToImageFilterNew.cxx:51:0: style: Technically the member function 'TextureFunctorTest < double , double >::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbLog10ThresholdedImageFilterTest.cxx:70:10: style: The scope of the variable 'val' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbUnaryFunctorNeighborhoodImageFilter.cxx:38:18: style: Technically the member function 'Functor::UnaryFunctorNeighborhoodImageFilterTest::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbUnaryFunctorNeighborhoodImageFilterNew.cxx:35:18: style: Technically the member function 'Functor::UnaryFunctorNeighborhoodImageFilterFunctorNewTest::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.cxx:48:14: style: Technically the member function 'Functor::UnaryFunctorNeighborhoodWithOffseImageFilterTest::GetOffset' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.cxx:53:27: style: Technically the member function 'Functor::UnaryFunctorNeighborhoodWithOffseImageFilterTest::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbUnaryFunctorNeighborhoodWithOffsetImageFilter.cxx:57:27: style: Technically the member function 'Functor::UnaryFunctorNeighborhoodWithOffseImageFilterTest::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbUnaryFunctorNeighborhoodWithOffsetImageFilterNew.cxx:47:14: style: Technically the member function 'Functor::UnaryFunctorNeighborhoodWithOffsetImageFilterFunctorNewTest::GetOffset' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbUnaryFunctorNeighborhoodWithOffsetImageFilterNew.cxx:52:27: style: Technically the member function 'Functor::UnaryFunctorNeighborhoodWithOffsetImageFilterFunctorNewTest::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbUnaryFunctorNeighborhoodWithOffsetImageFilterNew.cxx:56:27: style: Technically the member function 'Functor::UnaryFunctorNeighborhoodWithOffsetImageFilterFunctorNewTest::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbUnaryFunctorWithIndexImageFilter.cxx:38:18: style: Technically the member function 'Functor::UnaryFunctorWithIndexImageFilterFunctorTest::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageManipulation/test/otbUnaryFunctorWithIndexImageFilterNew.cxx:36:18: style: Technically the member function 'Functor::UnaryFunctorWithIndexImageFilterFunctorNewTest::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/ImageNoise/include/otbGammaMAPImageFilter.txx:41:49: warning: Member variable 'GammaMAPImageFilter::m_NbLooks' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/ImageNoise/include/otbKuanImageFilter.txx:41:45: warning: Member variable 'KuanImageFilter::m_NbLooks' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/ImageNoise/include/otbLeeImageFilter.txx:41:44: warning: Member variable 'LeeImageFilter::m_NbLooks' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/MathParser/include/otbBandMathImageFilter.txx:150:62: style: Unused variable: itVImage [unusedVariable]
OTB-release-6.6/Modules/Filtering/MathParser/include/otbBandMathImageFilter.txx:309:7: style: Variable 'threadUnderflow' is modified but its new value is never used. [unreadVariable]
OTB-release-6.6/Modules/Filtering/MathParser/include/otbBandMathImageFilter.txx:316:7: style: Variable 'threadOverflow' is modified but its new value is never used. [unreadVariable]
OTB-release-6.6/Modules/Filtering/MathParser/include/otbBandMathImageFilter.txx:197:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Filtering/MathParser/include/otbBandMathImageFilter.txx:41:3: warning: Member variable 'BandMathImageFilter::m_NbVar' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/MathParser/include/otbMaskMuParserFilter.txx:126:16: style: The scope of the variable 'functor' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/MathParser/include/otbMaskMuParserFilter.txx:150:22: style: Unused variable: varName [unusedVariable]
OTB-release-6.6/Modules/Filtering/MathParser/include/otbMaskMuParserFilter.txx:159:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Filtering/MathParser/include/otbMaskMuParserFilter.txx:61:96: performance: Function parameter 'expression' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Filtering/MathParser/include/otbParserConditionDataNodeFeatureFunction.txx:36:3: performance: Variable 'm_ParserConditionFunctor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/MathParser/src/otbParser.cxx:61:16: warning: Virtual function 'InitFun' is called from constructor 'ParserImpl()' at line 183. Dynamic binding is not used. [virtualCallInConstructor]
OTB-release-6.6/Modules/Filtering/MathParser/src/otbParser.cxx:183:5: note: Calling InitFun
OTB-release-6.6/Modules/Filtering/MathParser/src/otbParser.cxx:61:16: note: InitFun is a virtual method
OTB-release-6.6/Modules/Filtering/MathParser/src/otbParser.cxx:49:16: warning: Virtual function 'InitConst' is called from constructor 'ParserImpl()' at line 184. Dynamic binding is not used. [virtualCallInConstructor]
OTB-release-6.6/Modules/Filtering/MathParser/src/otbParser.cxx:184:5: note: Calling InitConst
OTB-release-6.6/Modules/Filtering/MathParser/src/otbParser.cxx:49:16: note: InitConst is a virtual method
OTB-release-6.6/Modules/Filtering/MathParser/test/otbParserTest.cxx:34:75: performance: Function parameter 'testname' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Filtering/MathParser/test/otbParserTest.cxx:44:69: performance: Function parameter 'testname' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Filtering/MathParserX/include/otbBandMathXImageFilter.txx:808:19: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/Filtering/MathParserX/include/otbBandMathXImageFilter.txx:422:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/MathParserX/include/otbBandMathXImageFilter.txx:422:11: style: The scope of the variable 'pos2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/MathParserX/include/otbBandMathXImageFilter.txx:422:16: style: The scope of the variable 'lineID' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/MathParserX/include/otbBandMathXImageFilter.txx:422:25: style: The scope of the variable 'nbSuccesses' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/MathParserX/include/otbBandMathXImageFilter.txx:423:10: style: The scope of the variable 'value' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/MathParserX/include/otbBandMathXImageFilter.txx:1177:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Filtering/MathParserX/include/otbBandMathXImageFilter.txx:275:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
OTB-release-6.6/Modules/Filtering/MathParserX/include/otbBandMathXImageFilter.txx:596:48: error: Uninitialized struct member: ahc.type [uninitStructMember]
OTB-release-6.6/Modules/Filtering/MathParserX/src/otbParserX.cxx:248:5: performance: Variable 'm_NullValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/MathParserX/src/otbParserX.cxx:62:16: warning: Virtual function 'InitFun' is called from constructor 'ParserXImpl()' at line 249. Dynamic binding is not used. [virtualCallInConstructor]
OTB-release-6.6/Modules/Filtering/MathParserX/src/otbParserX.cxx:249:5: note: Calling InitFun
OTB-release-6.6/Modules/Filtering/MathParserX/src/otbParserX.cxx:62:16: note: InitFun is a virtual method
OTB-release-6.6/Modules/Filtering/MathParserX/src/otbParserX.cxx:50:16: warning: Virtual function 'InitConst' is called from constructor 'ParserXImpl()' at line 250. Dynamic binding is not used. [virtualCallInConstructor]
OTB-release-6.6/Modules/Filtering/MathParserX/src/otbParserX.cxx:250:5: note: Calling InitConst
OTB-release-6.6/Modules/Filtering/MathParserX/src/otbParserX.cxx:50:16: note: InitConst is a virtual method
OTB-release-6.6/Modules/Filtering/MathParserX/src/otbParserXPlugins.cxx:682:27: style: Unused variable: vect [unusedVariable]
OTB-release-6.6/Modules/Filtering/MathParserX/src/otbParserXPlugins.cxx:713:27: style: Unused variable: vect [unusedVariable]
OTB-release-6.6/Modules/Filtering/MathParserX/test/otbParserXTest.cxx:34:76: performance: Function parameter 'testname' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Filtering/MathParserX/test/otbParserXTest.cxx:44:72: performance: Function parameter 'testname' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Filtering/MorphologicalPyramid/include/otbMorphologicalPyramidSegmenter.txx:252:3: style: Variable 'connectedThreshold' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Filtering/MorphologicalPyramid/include/otbMorphologicalPyramidSegmenter.txx:246:0: note: Variable 'connectedThreshold' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/MorphologicalPyramid/include/otbMorphologicalPyramidSegmenter.txx:252:3: note: Variable 'connectedThreshold' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/Path/include/otbCompacityPathFunction.txx:55:21: style: The scope of the variable 'x1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbCompacityPathFunction.txx:55:25: style: The scope of the variable 'x2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbCompacityPathFunction.txx:55:29: style: The scope of the variable 'y1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbCompacityPathFunction.txx:55:33: style: The scope of the variable 'y2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbPathFunction.txx:36:3: performance: Variable 'm_Path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Path/include/otbDrawPathFilter.txx:37:3: performance: Variable 'm_Value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Path/include/otbImageToEdgePathFilter.txx:39:3: performance: Variable 'm_ForegroundValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Path/include/otbPathListToHistogramGenerator.txx:34:3: performance: Variable 'm_HistogramGenerator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Path/include/otbRegionImageToRectangularPathListFilter.txx:94:7: style: The scope of the variable 'pixelDebugNumber' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbRegionImageToRectangularPathListFilter.txx:95:7: style: The scope of the variable 'regionDebugNumber' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbRegionImageToRectangularPathListFilter.txx:121:17: style: The scope of the variable 'regionValue' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbRegionImageToRectangularPathListFilter.txx:122:17: style: The scope of the variable 'neighbor' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbRegionImageToRectangularPathListFilter.txx:215:16: style: The scope of the variable 'ax' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbRegionImageToRectangularPathListFilter.txx:215:20: style: The scope of the variable 'ay' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbRegionImageToRectangularPathListFilter.txx:329:16: style: The scope of the variable 'vx' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbRegionImageToRectangularPathListFilter.txx:329:20: style: The scope of the variable 'vy' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Path/include/otbRegionImageToRectangularPathListFilter.txx:132:45: style: Unused variable: regionIterator2 [unusedVariable]
OTB-release-6.6/Modules/Filtering/Path/include/otbRegionImageToRectangularPathListFilter.txx:47:3: warning: Member variable 'RegionImageToRectangularPathListFilter::m_CrossTermFormula' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Path/include/otbRegionImageToRectangularPathListFilter.txx:176:33: error: After push_back(), the iterator 'regionIterator' may be invalid. [invalidIterator2]
OTB-release-6.6/Modules/Filtering/Path/include/otbVectorizationPathListFilter.txx:124:14: style: The scope of the variable 'flagFinish' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.txx:39:3: warning: Member variable 'MultiChannelsPolarimetricSynthesisFilter::m_PsiI' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.txx:39:3: warning: Member variable 'MultiChannelsPolarimetricSynthesisFilter::m_KhiI' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.txx:39:3: warning: Member variable 'MultiChannelsPolarimetricSynthesisFilter::m_PsiR' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.txx:39:3: warning: Member variable 'MultiChannelsPolarimetricSynthesisFilter::m_KhiR' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.txx:39:3: warning: Member variable 'MultiChannelsPolarimetricSynthesisFilter::m_Gain' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.txx:39:3: warning: Member variable 'MultiChannelsPolarimetricSynthesisFilter::m_Mode' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.txx:39:3: warning: Member variable 'MultiChannelsPolarimetricSynthesisFilter::m_EmissionH' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Polarimetry/include/otbMultiChannelsPolarimetricSynthesisFilter.txx:39:3: warning: Member variable 'MultiChannelsPolarimetricSynthesisFilter::m_EmissionV' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Polarimetry/include/otbSinclairToCovarianceMatrixFunctor.h:71:18: style: Technically the member function 'otb::Functor::SinclairToCovarianceMatrixFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/Polarimetry/include/otbSinclairToCovarianceMatrixFunctor.h:97:16: performance: Technically the member function 'otb::Functor::SinclairToCovarianceMatrixFunctor::GetNumberOfComponentsPerPixel' can be static. [functionStatic]
OTB-release-6.6/Modules/Filtering/Polarimetry/include/otbSinclairToReciprocalCovarianceMatrixFunctor.h:98:16: performance: Technically the member function 'otb::Functor::SinclairToReciprocalCovarianceMatrixFunctor::GetNumberOfComponentsPerPixel' can be static. [functionStatic]
OTB-release-6.6/Modules/Filtering/Polarimetry/test/otbPolarimetricSynthesisFunctor.cxx:45:3: style: Variable 'outputFunct' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Filtering/Polarimetry/test/otbPolarimetricSynthesisFunctor.cxx:32:0: note: Variable 'outputFunct' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Filtering/Polarimetry/test/otbPolarimetricSynthesisFunctor.cxx:45:3: note: Variable 'outputFunct' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Filtering/Projection/include/otbGenericRSResampleImageFilter.txx:52:3: performance: Variable 'm_Resampler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Projection/include/otbGenericRSResampleImageFilter.h:211:53: performance: Function parameter 'map' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Filtering/Projection/include/otbGenericRSResampleImageFilter.txx:348:48: performance: Function parameter 'projectionRef' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Filtering/Projection/include/otbGeometriesProjectionFilter.h:59:5: style: Struct 'ByCopy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Filtering/Projection/include/otbGeometriesProjectionFilter.h:72:5: style: Struct 'InPlace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Filtering/Projection/include/otbLeastSquareAffineTransformEstimator.txx:43:3: performance: Variable 'm_AffineTransform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Projection/include/otbProjectiveProjectionImageFilter.h:50:16: style: Technically the member function 'otb::Functor::ProjectiveProjectionFunctor::GetOutputSize' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/Projection/include/otbProjectiveProjectionImageFilter.h:55:20: style: Technically the member function 'otb::Functor::ProjectiveProjectionFunctor::GetProjectionDirection' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/Projection/include/otbProjectiveProjectionImageFilter.h:76:14: style: Technically the member function 'otb::Functor::ProjectiveProjectionFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/Projection/include/otbVectorDataTransformFilter.txx:44:3: performance: Variable 'm_Transform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx:39:3: style: Variable 'isPanPHR' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Filtering/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx:33:0: note: Variable 'isPanPHR' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Filtering/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx:39:3: note: Variable 'isPanPHR' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Filtering/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx:42:3: style: Variable 'isXSPHR' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Filtering/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx:34:0: note: Variable 'isXSPHR' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Filtering/Projection/src/otbPleiadesPToXSAffineTransformCalculator.cxx:42:3: note: Variable 'isXSPHR' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Filtering/Projection/test/otbGenericRSTransformFromImage.cxx:84:25: style: Variable 'infname' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Filtering/Projection/test/otbSensorModel.cxx:326:13: performance: Possible inefficient checking for 'neededKw' emptiness. [stlSize]
OTB-release-6.6/Modules/Filtering/Projection/test/otbSensorModel.cxx:326:36: performance: Possible inefficient checking for 'missingKw' emptiness. [stlSize]
OTB-release-6.6/Modules/Filtering/Projection/test/otbVectorDataIntoImageProjectionFilterTest.cxx:162:4: style: Variable 'stateOutput' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Filtering/Smoothing/include/otbMeanShiftSmoothingImageFilter.h:62:3: warning: Member variable 'SpatialRangeJointDomainTransform::m_ImageDimension' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Smoothing/include/otbMeanShiftSmoothingImageFilter.h:62:3: warning: Member variable 'SpatialRangeJointDomainTransform::m_NumberOfComponentsPerPixel' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Smoothing/include/otbMeanShiftSmoothingImageFilter.h:62:3: warning: Member variable 'SpatialRangeJointDomainTransform::m_OutputSize' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Smoothing/include/otbMeanShiftSmoothingImageFilter.h:165:3: warning: Member variable 'FastImageRegionConstIterator::m_NumberOfComponentsPerPixel' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Smoothing/include/otbMeanShiftSmoothingImageFilter.h:116:12: performance: Technically the member function 'otb::Meanshift::KernelUniform::GetRadius' can be static. [functionStatic]
OTB-release-6.6/Modules/Filtering/Smoothing/include/otbMeanShiftSmoothingImageFilter.h:135:12: performance: Technically the member function 'otb::Meanshift::KernelGaussian::GetRadius' can be static. [functionStatic]
OTB-release-6.6/Modules/Filtering/Statistics/include/otbContinuousMinimumMaximumImageCalculator.txx:38:3: performance: Variable 'm_Image' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Statistics/include/otbNormalizeVectorImageFilter.txx:38:3: performance: Variable 'm_CovarianceEstimator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Statistics/include/otbNormalizeVectorImageFilter.h:49:11: style: Technically the member function 'otb::Functor::NormalizeVectorImageFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Filtering/Statistics/include/otbStreamingStatisticsMapFromLabelImageFilter.txx:145:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/Filtering/Statistics/src/otbRandomSampler.cxx:47:17: style: The scope of the variable 'bufferSize' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Statistics/test/otbListSampleGeneratorTest.cxx:62:0: style: Variable 'classKey' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Filtering/Statistics/test/otbSamplerTest.cxx:81:23: style: Variable 'test2' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Filtering/Statistics/test/otbSamplerTest.cxx:102:23: style: Variable 'test1' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Filtering/Statistics/test/otbSamplerTest.cxx:146:23: style: Variable 'test1' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Filtering/Statistics/test/otbSamplerTest.cxx:158:23: style: Variable 'test2' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Filtering/VectorDataManipulation/include/otbVectorDataExtractROI.txx:522:13: style: The scope of the variable 'x' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/VectorDataManipulation/include/otbVectorDataExtractROI.txx:522:21: style: The scope of the variable 'y' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/VectorDataRendering/include/otbVectorDataToMapFilter.txx:44:3: warning: Member variable 'VectorDataToMapFilter::m_NbTile' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletOperatorBase.h:92:5: performance: Variable 'm_WaveletGenerator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletOperatorBase.h:100:5: performance: Variable 'm_WaveletGenerator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletFilterBank.txx:132:16: style: The scope of the variable 'one' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletFilterBank.txx:706:16: style: The scope of the variable 'one' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletTransform.txx:178:3: style: Variable 'filter' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletTransform.txx:162:0: note: Variable 'filter' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletTransform.txx:178:3: note: Variable 'filter' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletsBandsListToWaveletsSynopsisImageFilter.txx:139:16: style: The scope of the variable 'currentLevel' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletsBandsListToWaveletsSynopsisImageFilter.txx:140:16: style: The scope of the variable 'currentSubBand' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletImageFilter.txx:34:3: performance: Variable 'm_WaveletTransform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletInverseImageFilter.txx:34:3: performance: Variable 'm_SynopsisImageToWaveletsBandsList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Filtering/Wavelet/include/otbWaveletPacketTransform.txx:78:16: style: The scope of the variable 'accumulatorWeight' can be reduced. [variableScope]
OTB-release-6.6/Modules/Filtering/Wavelet/test/otbWaveletOperator.cxx:30:13: style: Variable 'Dimension' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Filtering/Wavelet/test/otbWaveletOperatorNew.cxx:30:13: style: Variable 'Dimension' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Fusion/Fuzzy/test/otbFuzzyVariableDSApplied.cxx:38:17: style: The scope of the variable 'pos' can be reduced. [variableScope]
OTB-release-6.6/Modules/Fusion/Fuzzy/test/otbFuzzyVariableDSApplied.cxx:39:17: style: The scope of the variable 'memH1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Fusion/Fuzzy/test/otbFuzzyVariableDSApplied.cxx:40:17: style: The scope of the variable 'memH1_' can be reduced. [variableScope]
OTB-release-6.6/Modules/Fusion/Fuzzy/test/otbFuzzyVariableDSApplied.cxx:41:17: style: The scope of the variable 'memTheta' can be reduced. [variableScope]
OTB-release-6.6/Modules/Fusion/MajorityVoting/include/otbNeighborhoodMajorityVotingImageFilter.h:188:10: style: Technically the member function 'otb::NeighborhoodMajorityVotingImageFilter::CompareHistoFequencies::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbBayesianFusionFilter.h:49:3: warning: Member variable 'BayesianFunctor::m_Lambda' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbBayesianFusionFilter.h:49:3: warning: Member variable 'BayesianFunctor::m_S' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbBayesianFusionFilter.h:49:3: warning: Member variable 'BayesianFunctor::m_Alpha' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbBayesianFusionFilter.h:78:9: style: Technically the member function 'otb::Functor::BayesianFunctor::GetLambda' can be const. [functionConst]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbBayesianFusionFilter.h:82:9: style: Technically the member function 'otb::Functor::BayesianFunctor::GetAlpha' can be const. [functionConst]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbBayesianFusionFilter.h:86:9: style: Technically the member function 'otb::Functor::BayesianFunctor::GetS' can be const. [functionConst]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbBayesianFusionFilter.h:90:14: style: Technically the member function 'otb::Functor::BayesianFunctor::GetBeta' can be const. [functionConst]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbBayesianFusionFilter.h:94:14: style: Technically the member function 'otb::Functor::BayesianFunctor::GetCovarianceInvMatrix' can be const. [functionConst]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbBayesianFusionFilter.h:98:14: style: Technically the member function 'otb::Functor::BayesianFunctor::GetVcondopt' can be const. [functionConst]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.txx:101:34: style: Function 'SetXsInput' argument 1 names different: declaration 'path' definition 'image'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.h:105:48: note: Function 'SetXsInput' argument 1 names different: declaration 'path' definition 'image'.
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbLmvmPanSharpeningFusionImageFilter.txx:101:34: note: Function 'SetXsInput' argument 1 names different: declaration 'path' definition 'image'.
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.txx:82:34: style: Function 'SetXsInput' argument 1 names different: declaration 'path' definition 'image'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.h:90:48: note: Function 'SetXsInput' argument 1 names different: declaration 'path' definition 'image'.
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.txx:82:34: note: Function 'SetXsInput' argument 1 names different: declaration 'path' definition 'image'.
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.h:154:3: style: The class 'NoDataFusionFunctor' does not have a constructor although it has private member variables. [noConstructor]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.h:201:55: performance: Function parameter 'noDataValuesAvailable' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Fusion/PanSharpening/include/otbSimpleRcsPanSharpeningFusionImageFilter.h:205:82: performance: Function parameter 'noDataValues' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Fusion/PanSharpening/test/otbFusionImageBaseNew.cxx:36:18: style: Technically the member function 'Functor::NewFunctorTest::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Hyperspectral/Unmixing/include/otbMDMDNMFImageFilter.txx:113:17: style: The scope of the variable 'sumColsOfA' can be reduced. [variableScope]
OTB-release-6.6/Modules/Hyperspectral/Unmixing/include/otbMDMDNMFImageFilter.txx:417:10: style: The scope of the variable 'critA' can be reduced. [variableScope]
OTB-release-6.6/Modules/Hyperspectral/Unmixing/include/otbMDMDNMFImageFilter.txx:417:17: style: The scope of the variable 'critS' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/Carto/include/otbMapFileProductWriter.txx:37:3: performance: Variable 'm_GenericRSResampler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/IO/Carto/src/otbOSMDataToVectorDataGenerator.cxx:177:10: style: The scope of the variable 'foundKey' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/Carto/test/otbImageToOSMVectorDataGenerator.cxx:95:17: style: Unused variable: key [unusedVariable]
OTB-release-6.6/Modules/IO/IOBSQ/src/otbBSQImageIO.cxx:152:19: style: The scope of the variable 'cpt' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/IOBSQ/src/otbBSQImageIO.cxx:527:19: style: The scope of the variable 'cpt' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/IOBSQ/src/otbBSQImageIO.cxx:602:15: style: Unused variable: lString [unusedVariable]
OTB-release-6.6/Modules/IO/IOBSQ/src/otbBSQImageIO.cxx:161:5: error: Memory leak: value [memleak]
OTB-release-6.6/Modules/IO/IOBSQ/src/otbBSQImageIO.cxx:537:5: error: Memory leak: value [memleak]
OTB-release-6.6/Modules/IO/IOGDAL/src/otbGDALDriverManagerWrapper.cxx:38:5: style: Variable 'driver' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/IO/IOGDAL/src/otbGDALDriverManagerWrapper.cxx:35:0: note: Variable 'driver' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/IOGDAL/src/otbGDALDriverManagerWrapper.cxx:38:5: note: Variable 'driver' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/IOGDAL/src/otbGDALImageIO.cxx:742:5: style: Variable 'pszProjection' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/IO/IOGDAL/src/otbGDALImageIO.cxx:741:0: note: Variable 'pszProjection' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/IOGDAL/src/otbGDALImageIO.cxx:742:5: note: Variable 'pszProjection' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/IOGDAL/src/otbGDALImageIO.cxx:1598:5: style: Variable 'driver' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/IO/IOGDAL/src/otbGDALImageIO.cxx:1597:0: note: Variable 'driver' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/IOGDAL/src/otbGDALImageIO.cxx:1598:5: note: Variable 'driver' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/IOGDAL/src/otbGDALImageIO.cxx:66:5: performance: Variable 'pixType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/IO/IOGDAL/src/otbOGRVectorDataIO.cxx:115:3: style: Variable 'oSRS' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/IO/IOGDAL/src/otbOGRVectorDataIO.cxx:113:0: note: Variable 'oSRS' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/IOGDAL/src/otbOGRVectorDataIO.cxx:115:3: note: Variable 'oSRS' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/IOGDAL/test/otbGDALReadPxlComplex.cxx:123:0: error: Memory leak: pxlValue [memleak]
OTB-release-6.6/Modules/IO/IOLUM/src/otbLUMImageIO.cxx:457:24: style: The scope of the variable 'icr' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/IOLUM/src/otbLUMImageIO.cxx:458:16: style: The scope of the variable 'mod2' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/IOLUM/src/otbLUMImageIO.cxx:219:15: style: Unused variable: lStrTypeMachine [unusedVariable]
OTB-release-6.6/Modules/IO/IOLUM/src/otbLUMImageIO.cxx:418:11: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/IO/IOMSTAR/src/otbMSTARImageIO.cxx:258:19: style: Condition 'formatFound==false' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/IO/IOMSTAR/src/otbMSTARImageIO.cxx:250:29: note: Assignment 'formatFound=false', assigned value is 0
OTB-release-6.6/Modules/IO/IOMSTAR/src/otbMSTARImageIO.cxx:258:19: note: Condition 'formatFound==false' is always true
OTB-release-6.6/Modules/IO/IOMSTAR/src/otbMSTARImageIO.cxx:258:19: style: Same expression on both sides of '==' because the value of 'formatFound' and 'false' are the same. [duplicateExpression]
OTB-release-6.6/Modules/IO/IOMSTAR/src/otbMSTARImageIO.cxx:250:29: note: 'formatFound' is assigned value 'false' here.
OTB-release-6.6/Modules/IO/IOMSTAR/src/otbMSTARImageIO.cxx:258:19: note: Same expression on both sides of '==' because the value of 'formatFound' and 'false' are the same.
OTB-release-6.6/Modules/IO/IOONERA/src/otbONERAImageIO.cxx:86:15: style: Unused variable: ext [unusedVariable]
OTB-release-6.6/Modules/IO/IOONERA/src/otbONERAImageIO.cxx:460:21: style: Variable 'DataFileName' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/IO/IOONERA/src/otbONERAImageIO.cxx:520:16: style: Variable 'tempmemory' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/IO/IORAD/src/otbRADImageIO.cxx:158:19: style: The scope of the variable 'cpt' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/IORAD/src/otbRADImageIO.cxx:542:18: style: The scope of the variable 'cpt' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/IORAD/src/otbRADImageIO.cxx:616:15: style: Unused variable: lString [unusedVariable]
OTB-release-6.6/Modules/IO/IORAD/src/otbRADImageIO.cxx:167:5: error: Memory leak: value [memleak]
OTB-release-6.6/Modules/IO/IORAD/src/otbRADImageIO.cxx:553:5: error: Memory leak: value [memleak]
OTB-release-6.6/Modules/IO/IOTileMap/src/otbTileMapImageIO.cxx:179:19: style: Unused variable: lFilename [unusedVariable]
OTB-release-6.6/Modules/IO/IOTileMap/src/otbTileMapImageIO.cxx:126:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
OTB-release-6.6/Modules/IO/IOTileMap/src/otbTileMapImageIO.cxx:127:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageFileReader.txx:895:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageFileReader.txx:669:27: style: Function 'SetFileName' argument 1 names different: declaration 'extendedFileName' definition 'in'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageFileReader.h:142:40: note: Function 'SetFileName' argument 1 names different: declaration 'extendedFileName' definition 'in'.
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageFileReader.txx:669:27: note: Function 'SetFileName' argument 1 names different: declaration 'extendedFileName' definition 'in'.
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageFileReader.txx:753:25: style: Function 'DoConvertBuffer' argument 1 names different: declaration 'buffer' definition 'inputData'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageFileReader.h:165:30: note: Function 'DoConvertBuffer' argument 1 names different: declaration 'buffer' definition 'inputData'.
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageFileReader.txx:753:25: note: Function 'DoConvertBuffer' argument 1 names different: declaration 'buffer' definition 'inputData'.
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:123:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:134:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:145:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:177:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:211:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:283:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:300:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:428:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:449:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:470:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:33:3: performance: Variable 'm_OutputList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReader.txx:33:3: performance: Variable 'm_ExtractorList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReader.h:115:16: style: The function 'TestBandSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.h:160:16: note: Virtual function in base class
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReader.h:115:16: note: Function in derived class
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReader.h:123:16: style: The function 'GenerateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.h:170:16: note: Virtual function in base class
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReader.h:123:16: note: Function in derived class
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReader.h:131:16: style: The function 'AllocateListOfComponents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.h:181:16: note: Virtual function in base class
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReader.h:131:16: note: Function in derived class
OTB-release-6.6/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx:251:7: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
OTB-release-6.6/Modules/IO/ImageIO/include/otbMultiImageFileWriter.h:267:5: style: Class 'Sink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/IO/ImageIO/include/otbMultiImageFileWriter.h:271:18: style: The function 'WriteImageInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/IO/ImageIO/include/otbMultiImageFileWriter.h:246:18: note: Virtual function in base class
OTB-release-6.6/Modules/IO/ImageIO/include/otbMultiImageFileWriter.h:271:18: note: Function in derived class
OTB-release-6.6/Modules/IO/ImageIO/include/otbMultiImageFileWriter.h:272:18: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/IO/ImageIO/include/otbMultiImageFileWriter.h:247:18: note: Virtual function in base class
OTB-release-6.6/Modules/IO/ImageIO/include/otbMultiImageFileWriter.h:272:18: note: Function in derived class
OTB-release-6.6/Modules/IO/ImageIO/include/otbMultiImageFileWriter.h:273:18: style: The function 'CanStreamWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/IO/ImageIO/include/otbMultiImageFileWriter.h:248:18: note: Virtual function in base class
OTB-release-6.6/Modules/IO/ImageIO/include/otbMultiImageFileWriter.h:273:18: note: Function in derived class
OTB-release-6.6/Modules/IO/ImageIO/include/otbScalarBufferToImageFileWriter.txx:46:27: style: Same expression on both sides of '||'. [duplicateExpression]
OTB-release-6.6/Modules/IO/ImageIO/include/otbScalarBufferToImageFileWriter.txx:96:20: style: The scope of the variable 'cpt' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/include/otbScalarBufferToImageFileWriter.txx:36:3: performance: Variable 'm_Writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/IO/ImageIO/src/otbImageIOFactory.cxx:86:15: style: The scope of the variable 'firstTime' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/test/0000495-StreamingImageFileWriterProgressReporting.cxx:49:3: style: Variable 'hasObserver' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/IO/ImageIO/test/0000495-StreamingImageFileWriterProgressReporting.cxx:41:0: note: Variable 'hasObserver' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/ImageIO/test/0000495-StreamingImageFileWriterProgressReporting.cxx:49:3: note: Variable 'hasObserver' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/ImageIO/test/otbComplexImageManipulationTest.cxx:669:0: style: The scope of the variable 'count' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/test/otbComplexImageManipulationTest.cxx:607:0: style: The scope of the variable 'count' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/test/otbComplexImageManipulationTest.cxx:543:0: style: The scope of the variable 'count' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/test/otbComplexImageManipulationTest.cxx:483:0: style: The scope of the variable 'count' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/test/otbComplexImageManipulationTest.cxx:425:0: style: The scope of the variable 'count' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/test/otbComplexImageManipulationTest.cxx:367:0: style: The scope of the variable 'count' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/test/otbComplexImageManipulationTest.cxx:308:0: style: The scope of the variable 'count' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/test/otbComplexImageManipulationTest.cxx:255:0: style: The scope of the variable 'count' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/test/otbComplexImageManipulationTest.cxx:197:0: style: The scope of the variable 'count' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/test/otbComplexImageManipulationTest.cxx:140:0: style: The scope of the variable 'count' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/ImageIO/test/otbImageIOFactoryNew.cxx:32:26: style: Same expression on both sides of '!=' because the value of 'lImageIOFactory' and 'ITK_NULLPTR' are the same. [duplicateExpression]
OTB-release-6.6/Modules/IO/ImageIO/test/otbImageIOFactoryNew.cxx:31:21: note: 'lImageIOFactory' is assigned value 'ITK_NULLPTR' here.
OTB-release-6.6/Modules/IO/ImageIO/test/otbImageIOFactoryNew.cxx:32:26: note: Same expression on both sides of '!=' because the value of 'lImageIOFactory' and 'ITK_NULLPTR' are the same.
OTB-release-6.6/Modules/IO/ImageIO/test/otbScalarBufferToImageFileWriterTest.cxx:63:9: style: Variable 'tab' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/IO/KMZWriter/include/otbKmzProductWriter.txx:568:22: style: Condition 'curIdx==0' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/IO/KMZWriter/include/otbKmzProductWriter.txx:265:25: note: Assignment 'curIdx=0', assigned value is 0
OTB-release-6.6/Modules/IO/KMZWriter/include/otbKmzProductWriter.txx:568:22: note: Condition 'curIdx==0' is always true
OTB-release-6.6/Modules/IO/KMZWriter/include/otbKmzProductWriter.txx:568:22: style: Same expression on both sides of '==' because the value of 'curIdx' and '0' are the same. [duplicateExpression]
OTB-release-6.6/Modules/IO/KMZWriter/include/otbKmzProductWriter.txx:265:25: note: 'curIdx' is assigned value '0' here.
OTB-release-6.6/Modules/IO/KMZWriter/include/otbKmzProductWriter.txx:568:22: note: Same expression on both sides of '==' because the value of 'curIdx' and '0' are the same.
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestDriver.cxx:193:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:1059:29: style: Condition 'nbTokenRef<nbTokenTestSelected' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:1737:3: style: Variable 'ref_poDS' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:1730:0: note: Variable 'ref_poDS' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:1737:3: note: Variable 'ref_poDS' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:838:20: style: The scope of the variable 'vNorm' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:1145:8: style: The scope of the variable 'isSeparator' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:1147:7: style: The scope of the variable 'curChar' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:1987:28: style: The scope of the variable 'poRing' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:1988:28: style: The scope of the variable 'poColl' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:2006:13: style: The scope of the variable 'ir' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:2096:16: style: The scope of the variable 'number' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:1752:17: style: Variable 'bReadOnly' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/IO/TestKernel/src/otbTestHelper.cxx:2105:0: style: Variable 'nbOfNumbers' is modified but its new value is never used. [unreadVariable]
OTB-release-6.6/Modules/IO/VectorDataIO/include/otbVectorDataFileReader.txx:78:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/VectorDataIO/include/otbVectorDataFileReader.txx:98:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/VectorDataIO/include/otbVectorDataFileReader.txx:179:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/IO/VectorDataIO/src/otbVectorDataIOFactory.cxx:87:15: style: The scope of the variable 'firstTime' can be reduced. [variableScope]
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileReader.cxx:44:3: style: Variable 'dataTree' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileReader.cxx:43:0: note: Variable 'dataTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileReader.cxx:44:3: note: Variable 'dataTree' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterMultiPolygons.cxx:88:3: style: Variable 'polygon3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterMultiPolygons.cxx:46:0: note: Variable 'polygon3' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterMultiPolygons.cxx:88:3: note: Variable 'polygon3' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterMultiPolygons.cxx:89:3: style: Variable 'polygon4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterMultiPolygons.cxx:47:0: note: Variable 'polygon4' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterMultiPolygons.cxx:89:3: note: Variable 'polygon4' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:74:3: style: Variable 'polygon2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:45:0: note: Variable 'polygon2' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:74:3: note: Variable 'polygon2' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:75:3: style: Variable 'polygon3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:46:0: note: Variable 'polygon3' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:75:3: note: Variable 'polygon3' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:76:3: style: Variable 'polygon4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:47:0: note: Variable 'polygon4' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:76:3: note: Variable 'polygon4' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:77:3: style: Variable 'polygon5' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:48:0: note: Variable 'polygon5' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/IO/VectorDataIO/test/otbVectorDataFileWriterPolygons.cxx:77:3: note: Variable 'polygon5' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Learning/DempsterShafer/include/otbDSFusionOfClassifiersImageFilter.txx:38:3: warning: Member variable 'DSFusionOfClassifiersImageFilter::m_NumberOfClassifiers' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DempsterShafer/include/otbDSFusionOfClassifiersImageFilter.txx:38:3: warning: Member variable 'DSFusionOfClassifiersImageFilter::m_NumberOfClassesInUniverse' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DempsterShafer/include/otbStandardDSCostFunction.txx:35:2: performance: Variable 'm_GTVectorData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/DempsterShafer/include/otbVectorDataToDSValidatedVectorDataFilter.h:141:41: performance: Function parameter 'hypothesis' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Learning/DempsterShafer/include/otbVectorDataToDSValidatedVectorDataFilter.h:151:47: performance: Function parameter 'hypothesis' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Learning/DempsterShafer/test/otbDSFusionOfClassifiersImageFilterTest.cxx:124:11: style: The scope of the variable 'indiceLabelRefTemp' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/DempsterShafer/test/otbDSFusionOfClassifiersImageFilterTest.cxx:131:20: style: Variable 'labelRef' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Learning/DempsterShafer/test/otbDSFusionOfClassifiersImageFilterTest.cxx:40:52: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Learning/DempsterShafer/test/otbDempsterShaferFusionTests.cxx:151:11: style: The scope of the variable 'indiceLabelRefTemp' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/DempsterShafer/test/otbDempsterShaferFusionTests.cxx:305:16: style: The scope of the variable 'nbClassesClk' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/DempsterShafer/test/otbDempsterShaferFusionTests.cxx:158:20: style: Variable 'labelRef' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Learning/DempsterShafer/test/otbDempsterShaferFusionTests.cxx:1180:43: style: Unused variable: itMapJMOBFStepI [unusedVariable]
OTB-release-6.6/Modules/Learning/DempsterShafer/test/otbDempsterShaferFusionTests.cxx:67:52: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Learning/DempsterShafer/test/otbMassOfBeliefDSApplied.cxx:91:3: style: Variable 'jointMass' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Learning/DempsterShafer/test/otbMassOfBeliefDSApplied.cxx:57:0: note: Variable 'jointMass' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Learning/DempsterShafer/test/otbMassOfBeliefDSApplied.cxx:91:3: note: Variable 'jointMass' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.txx:57:43: warning: Member variable 'AutoencoderModel::m_NumberOfIterations' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.txx:57:43: warning: Member variable 'AutoencoderModel::m_NumberOfIterationsFineTuning' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.txx:57:43: warning: Member variable 'AutoencoderModel::m_Epsilon' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.txx:57:43: warning: Member variable 'AutoencoderModel::m_InitFactor' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.txx:57:43: warning: Member variable 'AutoencoderModel::m_WriteWeights' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.txx:193:15: style: Unused variable: value [unusedVariable]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.txx:57:39: warning: Member variable 'SOMModel::m_NumberOfIterations' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.txx:57:39: warning: Member variable 'SOMModel::m_BetaInit' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.txx:57:39: warning: Member variable 'SOMModel::m_BetaEnd' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.txx:57:39: warning: Member variable 'SOMModel::m_RandomInit' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.txx:57:39: warning: Member variable 'SOMModel::m_Seed' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbSOMModel.txx:57:39: warning: Member variable 'SOMModel::m_WriteMap' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModel.txx:48:24: warning: Member variable 'PCAModel::m_DoResizeFlag' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/DimensionalityReductionLearning/include/otbPCAModel.txx:48:24: warning: Member variable 'PCAModel::m_WriteEigenvectors' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbDecisionTree.txx:100:8: style: The scope of the variable 'found' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbDecisionTree.txx:35:3: warning: Member variable 'DecisionTree::m_Attribute' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbDecisionTree.txx:39:3: performance: Variable 'm_Label' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbDecisionTree.h:97:38: performance: Function parameter 'example' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbGaussianModelComponent.txx:40:3: performance: Variable 'm_CovarianceEstimator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbGaussianModelComponent.txx:41:3: performance: Variable 'm_GaussianMembershipFunction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbMachineLearningModel.txx:93:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbMachineLearningModel.txx:99:3: note: Found duplicate branches for 'if' and 'else'.
OTB-release-6.6/Modules/Learning/LearningBase/include/otbMachineLearningModel.txx:93:3: note: Found duplicate branches for 'if' and 'else'.
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:351:20: style: The scope of the variable 'label' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:385:14: style: The scope of the variable 'sample' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:386:14: style: The scope of the variable 'cumulativeProportion' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:442:10: style: The scope of the variable 'x' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:442:16: style: The scope of the variable 'z' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:544:10: style: The scope of the variable 'i' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:544:13: style: The scope of the variable 'j' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:630:7: style: The scope of the variable 'cluster' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:675:10: style: The scope of the variable 'oldNbChange' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:676:10: style: The scope of the variable 'step' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:42:3: warning: Member variable 'SEMClassifier::m_MaximumIteration' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:42:3: warning: Member variable 'SEMClassifier::m_CurrentIteration' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:49:3: performance: Variable 'm_SampleList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:54:3: performance: Variable 'm_OutputImage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/LearningBase/include/otbSEMClassifier.txx:55:3: performance: Variable 'm_Output' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.txx:246:25: style: Checking if unsigned variable 'm_NumberOfClasses' is less than zero. This might be a false warning. [unsignedLessThanZero]
OTB-release-6.6/Modules/Learning/Markov/include/otbMRFSampler.h:111:5: performance: Variable 'm_EnergyRegularization' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.txx:45:3: performance: Variable 'm_Generator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.h:333:8: style: Unhandled exception specification when calling function Initialize(). [unhandledExceptionSpecification]
OTB-release-6.6/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.txx:177:9: note: Unhandled exception specification when calling function Initialize().
OTB-release-6.6/Modules/Learning/Markov/include/otbMarkovRandomFieldFilter.h:333:8: note: Unhandled exception specification when calling function Initialize().
OTB-release-6.6/Modules/Learning/SOM/include/otbCzihoSOMLearningBehaviorFunctor.h:76:16: style: Technically the member function 'otb::Functor::CzihoSOMLearningBehaviorFunctor::GetIterationThreshold' can be const. [functionConst]
OTB-release-6.6/Modules/Learning/SOM/include/otbSOMbasedImageFilter.txx:59:10: style: The scope of the variable 'tempDistance' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/Sampling/include/otbImageSampleExtractorFilter.txx:173:16: style: The scope of the variable 'geom' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/Sampling/include/otbPersistentSamplingFilterBase.txx:857:37: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Learning/Sampling/include/otbOGRDataToSamplePositionFilter.txx:276:17: style: The scope of the variable 'minLoad' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/Sampling/include/otbOGRDataToSamplePositionFilter.txx:277:16: style: The scope of the variable 'destThread' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/Supervised/include/otbRequiresOpenCVCheck.h:26:0: error: #error "You need to enable OpenCV to compile this file" [preprocessorErrorDirective]
OTB-release-6.6/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.txx:30:3: warning: Member variable 'ConfusionMatrixMeasurements::m_Precision' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.txx:30:3: warning: Member variable 'ConfusionMatrixMeasurements::m_Recall' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.txx:30:3: warning: Member variable 'ConfusionMatrixMeasurements::m_FScore' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.h:108:55: performance: Function parameter '_arg' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Learning/Supervised/include/otbConfusionMatrixMeasurements.h:128:55: performance: Function parameter '_arg' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.txx:50:3: warning: Member variable 'SharkRandomForestsMachineLearningModel::m_NumberOfTrees' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.txx:50:3: warning: Member variable 'SharkRandomForestsMachineLearningModel::m_MTry' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.txx:50:3: warning: Member variable 'SharkRandomForestsMachineLearningModel::m_NodeSize' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.txx:50:3: warning: Member variable 'SharkRandomForestsMachineLearningModel::m_OobRatio' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/Supervised/include/otbSharkRandomForestsMachineLearningModel.txx:50:3: warning: Member variable 'SharkRandomForestsMachineLearningModel::m_ComputeMargin' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Learning/Supervised/test/0000209-SVMValidationLinearlySeparableProbEstimation.cxx:133:17: style: Variable 'validation' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Learning/Supervised/test/otbConfusionMatrixMeasurementsTest.cxx:114:11: style: The scope of the variable 'indiceLabelRefTemp' can be reduced. [variableScope]
OTB-release-6.6/Modules/Learning/Supervised/test/otbConfusionMatrixMeasurementsTest.cxx:121:20: style: Variable 'labelRef' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Learning/Supervised/test/otbConfusionMatrixMeasurementsTest.cxx:40:52: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Learning/Supervised/test/otbExhaustiveExponentialOptimizerTest.cxx:94:5: performance: Variable 'm_FunctionInternalParameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/Supervised/test/otbMachineLearningRegressionTests.cxx:70:5: performance: Variable 'm_isl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/Supervised/test/otbMachineLearningRegressionTests.cxx:111:5: performance: Variable 'm_isl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/Supervised/test/otbMachineLearningRegressionTests.cxx:156:5: performance: Variable 'm_isl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Learning/Supervised/test/otbMachineLearningRegressionTests.cxx:154:3: style: Struct 'PolynomialFunctionSampleGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Learning/Supervised/test/otbMachineLearningRegressionTests.cxx:154:61: performance: Function parameter 'c' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.txx:54:3: warning: Member variable 'SharkKMeansMachineLearningModel::m_CanRead' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/MPI/MPITiffWriter/include/otbSimpleParallelTiffWriter.txx:740:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbPolygonToPolygonRCC8Calculator.txx:297:3: style: Variable 'resp' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbPolygonToPolygonRCC8Calculator.txx:292:0: note: Variable 'resp' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/OBIA/RCC8/include/otbPolygonToPolygonRCC8Calculator.txx:297:3: note: Variable 'resp' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/OBIA/RCC8/include/otbPolygonToPolygonRCC8Calculator.txx:66:40: style: The scope of the variable 'exterInterBool' can be reduced. [variableScope]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbPolygonToPolygonRCC8Calculator.txx:66:56: style: The scope of the variable 'interInterBool' can be reduced. [variableScope]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbPolygonToPolygonRCC8Calculator.txx:226:7: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbImageMultiSegmentationToRCC8GraphFilter.txx:41:3: warning: Member variable 'ImageMultiSegmentationToRCC8GraphFilter::m_Accumulator' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbPolygonToPolygonRCC8Calculator.txx:34:3: warning: Member variable 'PolygonToPolygonRCC8Calculator::m_Epsilon' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8VertexIterator.txx:35:3: performance: Variable 'm_Graph' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8VertexIterator.txx:56:3: performance: Variable 'm_Graph' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8InEdgeIterator.txx:33:3: performance: Variable 'm_Graph' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8OutEdgeIterator.txx:33:3: performance: Variable 'm_Graph' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8VertexIterator.h:76:8: style: Technically the member function 'otb::RCC8VertexIterator::IsAtEnd' can be const. [functionConst]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8VertexIterator.txx:102:3: note: Technically the member function 'otb::RCC8VertexIterator::IsAtEnd' can be const.
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8VertexIterator.h:76:8: note: Technically the member function 'otb::RCC8VertexIterator::IsAtEnd' can be const.
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8InEdgeIterator.h:79:8: style: Technically the member function 'otb::RCC8InEdgeIterator::IsAtEnd' can be const. [functionConst]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8InEdgeIterator.txx:103:3: note: Technically the member function 'otb::RCC8InEdgeIterator::IsAtEnd' can be const.
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8InEdgeIterator.h:79:8: note: Technically the member function 'otb::RCC8InEdgeIterator::IsAtEnd' can be const.
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8OutEdgeIterator.h:80:8: style: Technically the member function 'otb::RCC8OutEdgeIterator::IsAtEnd' can be const. [functionConst]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8OutEdgeIterator.txx:103:3: note: Technically the member function 'otb::RCC8OutEdgeIterator::IsAtEnd' can be const.
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8OutEdgeIterator.h:80:8: note: Technically the member function 'otb::RCC8OutEdgeIterator::IsAtEnd' can be const.
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8VertexIterator.h:56:3: style: Class 'RCC8VertexIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbImageToImageRCC8Calculator.txx:452:40: style: The scope of the variable 'exterInterBool' can be reduced. [variableScope]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbImageToImageRCC8Calculator.txx:452:56: style: The scope of the variable 'interInterBool' can be reduced. [variableScope]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbImageToImageRCC8Calculator.txx:48:3: performance: Variable 'm_InsideValue1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbImageToImageRCC8Calculator.txx:49:3: performance: Variable 'm_InsideValue2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbPolygonListToRCC8GraphFilter.txx:413:24: style: The scope of the variable 'start' can be reduced. [variableScope]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbPolygonListToRCC8GraphFilter.txx:413:31: style: The scope of the variable 'stop' can be reduced. [variableScope]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbPolygonListToRCC8GraphFilter.txx:34:3: warning: Member variable 'PolygonListToRCC8GraphFilter::m_Accumulator' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbPolygonListToRCC8GraphFilter.h:94:53: performance: Function parameter 'ranges' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8EdgeIterator.txx:33:3: performance: Variable 'm_Graph' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8EdgeIterator.txx:54:3: performance: Variable 'm_Graph' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8EdgeIterator.h:90:8: style: Technically the member function 'otb::RCC8EdgeIterator::IsAtEnd' can be const. [functionConst]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8EdgeIterator.txx:126:3: note: Technically the member function 'otb::RCC8EdgeIterator::IsAtEnd' can be const.
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8EdgeIterator.h:90:8: note: Technically the member function 'otb::RCC8EdgeIterator::IsAtEnd' can be const.
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8EdgeIterator.h:59:3: style: Class 'RCC8EdgeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8GraphFileReader.txx:127:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8GraphFileReader.txx:40:3: performance: Variable 'm_FileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8GraphFileWriter.txx:148:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8VertexBase.txx:37:3: performance: Variable 'm_Path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8VertexWithCompacity.txx:35:3: performance: Variable 'm_Compacity' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8VertexWithRegionCenter.txx:35:3: performance: Variable 'm_RegionCenterXCoordinate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/OBIA/RCC8/include/otbRCC8VertexWithRegionCenter.txx:36:3: performance: Variable 'm_RegionCenterYCoordinate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/Indices/include/otbVegetationIndicesFunctor.h:858:12: style: The scope of the variable 'dnumerateur_nu' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Indices/include/otbNDVIDataNodeFeatureFunction.txx:36:3: performance: Variable 'm_NDVIThreshold' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h:56:14: style: The scope of the variable 'atmosphericReflectance' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h:57:14: style: The scope of the variable 'atmosphericSphericalAlbedo' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h:58:14: style: The scope of the variable 'totalGaseousTransmission' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h:59:14: style: The scope of the variable 'downwardTransmittance' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h:60:14: style: The scope of the variable 'upwardTransmittance' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h:61:14: style: The scope of the variable 'upwardDiffuseTransmittance' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h:62:14: style: The scope of the variable 'upwardDirectTransmittance' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h:63:14: style: The scope of the variable 'upwardDiffuseTransmittanceForRayleigh' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.h:64:14: style: The scope of the variable 'upwardDiffuseTransmittanceForAerosol' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.txx:35:3: warning: Member variable 'ReflectanceToSurfaceReflectanceImageFilter::m_FunctorParametersHaveBeenComputed' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.txx:41:5: performance: Variable 'm_AtmosphericRadiativeTerms' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.h:68:10: style: Technically the member function 'otb::Functor::ReflectanceToSurfaceReflectanceImageFunctor::GetSphericalAlbedo' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.h:80:10: style: Technically the member function 'otb::Functor::ReflectanceToSurfaceReflectanceImageFunctor::GetCoefficient' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.h:92:10: style: Technically the member function 'otb::Functor::ReflectanceToSurfaceReflectanceImageFunctor::GetResidu' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbReflectanceToSurfaceReflectanceImageFilter.h:97:18: style: Technically the member function 'otb::Functor::ReflectanceToSurfaceReflectanceImageFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.h:85:18: style: The scope of the variable 'contribution' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.txx:53:3: performance: Variable 'm_AtmosphericRadiativeTerms' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.h:69:32: style: Technically the member function 'otb::Functor::ComputeNeighborhoodContributionFunctor::GetWeightingValues' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.h:73:23: style: Technically the member function 'otb::Functor::ComputeNeighborhoodContributionFunctor::GetUpwardTransmittanceRatio' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.h:77:23: style: Technically the member function 'otb::Functor::ComputeNeighborhoodContributionFunctor::GetDiffuseRatio' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.h:82:18: style: Technically the member function 'otb::Functor::ComputeNeighborhoodContributionFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.h:61:56: performance: Function parameter 'upwardTransmittanceRatio' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/include/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.h:65:44: performance: Function parameter 'diffuseRatio' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbAeronetFileReader.cxx:240:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbAeronetFileReader.cxx:275:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbAeronetFileReader.cxx:159:16: style: The scope of the variable 'col_670' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbAeronetFileReader.cxx:160:16: style: The scope of the variable 'col_440' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbAeronetFileReader.cxx:161:16: style: The scope of the variable 'col_angst' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbAeronetFileReader.cxx:162:16: style: The scope of the variable 'col_vapor' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbAeronetFileReader.cxx:163:16: style: The scope of the variable 'col_solarZenithAngle' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbAeronetFileReader.cxx:287:18: style: Variable 'word' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbSIXSTraits.cxx:164:27: style: The scope of the variable 'i' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbSIXSTraits.cxx:165:27: style: The scope of the variable 'j' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbSIXSTraits.cxx:167:27: style: The scope of the variable 'value' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/src/otbSpectralSensitivityReader.cxx:151:5: warning: Return value of std::unique() ignored. Elements remain in container. [uselessCallsRemove]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/test/otbAeronetExtractDataBadData.cxx:41:3: style: Exception should be caught by reference. [catchExceptionByValue]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/test/otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms.cxx:65:9: style: The scope of the variable 'value' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/test/otbRadiometryCorrectionParametersToAtmosphericRadiativeTermsNew.cxx:37:0: error: Memory leak: object [memleak]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/test/otbSIXSTraitsComputeAtmosphericParameters.cxx:85:9: style: The scope of the variable 'value' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/OpticalCalibration/test/otbSurfaceAdjacencyEffectCorrectionSchemeFilter.cxx:139:11: style: The scope of the variable 'value' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbSarBrightnessFunctor.h:51:5: performance: Variable 'm_Noise' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbSarBrightnessFunctor.h:52:5: performance: Variable 'm_Scale' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbSarBrightnessFunctor.h:53:5: performance: Variable 'm_AntennaPatternOldGain' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbSarBrightnessFunctor.h:54:5: performance: Variable 'm_AntennaPatternNewGain' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbSarBrightnessFunctor.h:55:5: performance: Variable 'm_RangeSpreadLoss' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbSarBrightnessFunction.txx:39:3: performance: Variable 'm_Noise' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbSarRadiometricCalibrationFunction.txx:47:3: performance: Variable 'm_Noise' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbTerraSarBrightnessFunctor.h:64:10: style: Technically the member function 'otb::Functor::TerraSarBrightnessFunctor::GetCalibrationFactor' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbTerraSarBrightnessFunctor.h:76:8: style: Technically the member function 'otb::Functor::TerraSarBrightnessFunctor::GetResultsInDecibels' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbTerraSarBrightnessFunctor.h:88:8: style: Technically the member function 'otb::Functor::TerraSarBrightnessFunctor::GetDefaultValue' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbTerraSarBrightnessFunctor.h:94:18: style: Technically the member function 'otb::Functor::TerraSarBrightnessFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbTerraSarBrightnessFunctor.txx:45:3: note: Technically the member function 'otb::Functor::TerraSarBrightnessFunctor::operator()' can be const.
OTB-release-6.6/Modules/Radiometry/SARCalibration/include/otbTerraSarBrightnessFunctor.h:94:18: note: Technically the member function 'otb::Functor::TerraSarBrightnessFunctor::operator()' can be const.
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.txx:35:3: warning: Member variable 'SurfaceReflectanceToReflectanceFilter::m_FunctorParametersHaveBeenComputed' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.txx:41:3: performance: Variable 'm_AtmosphericRadiativeTerms' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbAtmosphericEffects.txx:35:5: performance: Variable 'm_InputSpectralResponse' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.h:67:10: style: Technically the member function 'otb::Functor::ReflectanceToSurfaceReflectanceImageFunctor::GetSphericalAlbedo' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.h:79:10: style: Technically the member function 'otb::Functor::ReflectanceToSurfaceReflectanceImageFunctor::GetCoefficient' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.h:91:10: style: Technically the member function 'otb::Functor::ReflectanceToSurfaceReflectanceImageFunctor::GetResidu' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbSurfaceReflectanceToReflectanceFilter.h:96:18: style: Technically the member function 'otb::Functor::ReflectanceToSurfaceReflectanceImageFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbSatelliteRSR.txx:30:44: warning: Member variable 'SatelliteRSR::m_NbBands' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbReduceSpectralResponse.txx:35:5: performance: Variable 'm_ReduceResponse' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbSatelliteRSR.txx:34:3: performance: Variable 'm_SolarIrradiance' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbLabelMapToSimulatedImageFilter.txx:34:4: performance: Variable 'm_SatRSRFilename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbLabelMapToSimulatedImageFilter.txx:35:4: performance: Variable 'm_PathRoot' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbImageSimulationMethod.txx:34:3: performance: Variable 'm_Spatialisation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbSpectralResponse.h:132:10: style: Technically the member function 'otb::SpectralResponse::sort_pair::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbSatelliteRSR.h:97:10: style: Technically the member function 'otb::SatelliteRSR::sort_band::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbSpectralResponse.txx:36:3: performance: Variable 'm_SensitivityThreshold' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbReduceSpectralResponseClassifierRAndNIR.txx:33:5: warning: Member variable 'ReduceSpectralResponseClassifierRAndNIR::m_RBandNumber' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Radiometry/Simulation/include/otbReduceSpectralResponseClassifierRAndNIR.txx:33:5: warning: Member variable 'ReduceSpectralResponseClassifierRAndNIR::m_NIRBandNumber' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:11: style: The scope of the variable 'lambda' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:19: style: The scope of the variable 'n' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:22: style: The scope of the variable 'k' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:25: style: The scope of the variable 'trans' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:32: style: The scope of the variable 't12' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:37: style: The scope of the variable 'temp' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:43: style: The scope of the variable 't21' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:48: style: The scope of the variable 'r12' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:53: style: The scope of the variable 'r21' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:58: style: The scope of the variable 'x' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:61: style: The scope of the variable 'y' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:64: style: The scope of the variable 'ra' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:68: style: The scope of the variable 'ta' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:72: style: The scope of the variable 'r90' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:140:77: style: The scope of the variable 't90' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:141:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:141:18: style: The scope of the variable 'beta' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:141:24: style: The scope of the variable 'va' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:141:32: style: The scope of the variable 'vbNN' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:141:38: style: The scope of the variable 'vbNNinv' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:141:47: style: The scope of the variable 'vainv' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:141:54: style: The scope of the variable 's1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:141:58: style: The scope of the variable 's2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:141:62: style: The scope of the variable 's3' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:141:66: style: The scope of the variable 'RN' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:141:70: style: The scope of the variable 'TN' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:219:47: style: The scope of the variable 'b1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:219:51: style: The scope of the variable 'b2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:219:55: style: The scope of the variable 'b' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:220:11: style: The scope of the variable 'ts' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:220:15: style: The scope of the variable 'tp1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:220:20: style: The scope of the variable 'tp2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:220:25: style: The scope of the variable 'tp3' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:220:30: style: The scope of the variable 'tp4' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:220:35: style: The scope of the variable 'tp5' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbProspectModel.cxx:220:40: style: The scope of the variable 'tp' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:236:11: style: The scope of the variable 'ttl' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:236:16: style: The scope of the variable 'ctl' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:236:21: style: The scope of the variable 'ksli' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:236:27: style: The scope of the variable 'koli' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:236:33: style: The scope of the variable 'sobli' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:236:40: style: The scope of the variable 'sofli' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:236:47: style: The scope of the variable 'bfli' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:237:11: style: The scope of the variable 'chi_s' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:237:18: style: The scope of the variable 'chi_o' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:237:25: style: The scope of the variable 'frho' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:237:31: style: The scope of the variable 'ftau' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:293:11: style: The scope of the variable 'lambda' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:293:19: style: The scope of the variable 'Es' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:293:23: style: The scope of the variable 'Ed' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:293:27: style: The scope of the variable 'Rsoil1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:293:35: style: The scope of the variable 'Rsoil2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:293:51: style: The scope of the variable 'rho' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:293:56: style: The scope of the variable 'tau' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:293:61: style: The scope of the variable 'PARdiro' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:293:70: style: The scope of the variable 'PARdifo' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:294:11: style: The scope of the variable 'sigb' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:294:17: style: The scope of the variable 'sigf' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:294:23: style: The scope of the variable 'att' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:294:28: style: The scope of the variable 'm2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:294:32: style: The scope of the variable 'm' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:294:35: style: The scope of the variable 'sb' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:294:39: style: The scope of the variable 'sf' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:294:43: style: The scope of the variable 'vb' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:294:47: style: The scope of the variable 'vf' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:294:51: style: The scope of the variable 'w' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:295:11: style: The scope of the variable 'tss' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:295:29: style: The scope of the variable 'rdd' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:295:34: style: The scope of the variable 'tdd' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:295:39: style: The scope of the variable 'rsd' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:295:44: style: The scope of the variable 'tsd' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:295:49: style: The scope of the variable 'rdo' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:295:54: style: The scope of the variable 'tdo' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:295:59: style: The scope of the variable 'rsos' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:295:65: style: The scope of the variable 'rsod' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:296:11: style: The scope of the variable 'rddt' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:296:17: style: The scope of the variable 'rsdt' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:296:23: style: The scope of the variable 'rdot' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:296:29: style: The scope of the variable 'rsodt' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:296:36: style: The scope of the variable 'rsost' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:296:43: style: The scope of the variable 'rsot' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:296:49: style: The scope of the variable 'dn' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:297:11: style: The scope of the variable 'e1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:297:15: style: The scope of the variable 'e2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:297:19: style: The scope of the variable 'rinf' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:297:25: style: The scope of the variable 'rinf2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:297:32: style: The scope of the variable 're' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:297:36: style: The scope of the variable 'denom' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:297:43: style: The scope of the variable 'J1ks' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:297:49: style: The scope of the variable 'J2ks' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:297:55: style: The scope of the variable 'J1ko' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:297:61: style: The scope of the variable 'J2ko' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:11: style: The scope of the variable 'Ps' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:15: style: The scope of the variable 'Qs' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:19: style: The scope of the variable 'Pv' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:23: style: The scope of the variable 'Qv' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:27: style: The scope of the variable 'z' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:30: style: The scope of the variable 'g1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:34: style: The scope of the variable 'g2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:38: style: The scope of the variable 'Tv1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:43: style: The scope of the variable 'Tv2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:48: style: The scope of the variable 'T1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:52: style: The scope of the variable 'T2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:298:56: style: The scope of the variable 'T3' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:299:11: style: The scope of the variable 'alf' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:300:11: style: The scope of the variable 'resh' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:300:17: style: The scope of the variable 'resv' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:300:23: style: The scope of the variable 'absh' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:300:29: style: The scope of the variable 'absv' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:505:17: style: The scope of the variable 'tx2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:505:22: style: The scope of the variable 'tx1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:506:11: style: The scope of the variable 'tl1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:506:16: style: The scope of the variable 'tl2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:506:21: style: The scope of the variable 'x1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/src/otbSailModel.cxx:506:25: style: The scope of the variable 'x2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Radiometry/Simulation/test/otbReduceSpectralResponseSVMClassifier.cxx:88:21: style: Variable 'regularExpressionPattern' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Radiometry/Simulation/test/otbSoilDBTest.cxx:66:5: style: Variable 'read_refl' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/Radiometry/Simulation/test/otbSoilDBTest.cxx:64:0: note: Variable 'read_refl' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Radiometry/Simulation/test/otbSoilDBTest.cxx:66:5: note: Variable 'read_refl' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbDisparityMapMedianFilter.txx:263:27: style: Redundant condition: inputmaskPtr. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbDisparityMapMedianFilter.txx:350:26: style: Redundant condition: inputmaskPtr. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbDisparityTranslateFilter.txx:36:3: performance: Variable 'm_NoDataValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbNCCRegistrationFunction.h:139:12: style: C-style pointer casting [cstyleCast]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.txx:673:27: style: Redundant condition: inLeftMaskPtr. '!inLeftMaskPtr || (inLeftMaskPtr && inLeftMaskIt.Get()>0)' is equivalent to '!inLeftMaskPtr || inLeftMaskIt.Get()>0' [redundantCondition]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.txx:675:30: style: Redundant condition: inRightMaskPtr. '!inRightMaskPtr || (inRightMaskPtr && inRightMaskIt.Get()>0)' is equivalent to '!inRightMaskPtr || inRightMaskIt.Get()>0' [redundantCondition]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.h:142:13: style: The scope of the variable 'valueA' can be reduced. [variableScope]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbPixelWiseBlockMatchingImageFilter.h:143:13: style: The scope of the variable 'valueB' can be reduced. [variableScope]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbSubPixelDisparityImageFilter.txx:765:27: style: Redundant condition: inLeftMaskPtr. '!inLeftMaskPtr || (inLeftMaskPtr && inLeftMaskIt.Get()>0)' is equivalent to '!inLeftMaskPtr || inLeftMaskIt.Get()>0' [redundantCondition]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbSubPixelDisparityImageFilter.txx:767:30: style: Redundant condition: inRightMaskPtr. '!inRightMaskPtr || (inRightMaskPtr && inRightMaskIt.Get()>0)' is equivalent to '!inRightMaskPtr || inRightMaskIt.Get()>0' [redundantCondition]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbSubPixelDisparityImageFilter.txx:1198:27: style: Redundant condition: inLeftMaskPtr. '!inLeftMaskPtr || (inLeftMaskPtr && inLeftMaskIt.Get()>0)' is equivalent to '!inLeftMaskPtr || inLeftMaskIt.Get()>0' [redundantCondition]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbSubPixelDisparityImageFilter.txx:1200:30: style: Redundant condition: inRightMaskPtr. '!inRightMaskPtr || (inRightMaskPtr && inRightMaskIt.Get()>0)' is equivalent to '!inRightMaskPtr || inRightMaskIt.Get()>0' [redundantCondition]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbSubPixelDisparityImageFilter.txx:1699:27: style: Redundant condition: inLeftMaskPtr. '!inLeftMaskPtr || (inLeftMaskPtr && inLeftMaskIt.Get()>0)' is equivalent to '!inLeftMaskPtr || inLeftMaskIt.Get()>0' [redundantCondition]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbSubPixelDisparityImageFilter.txx:1701:30: style: Redundant condition: inRightMaskPtr. '!inRightMaskPtr || (inRightMaskPtr && inRightMaskIt.Get()>0)' is equivalent to '!inRightMaskPtr || inRightMaskIt.Get()>0' [redundantCondition]
OTB-release-6.6/Modules/Registration/DisparityMap/include/otbSubPixelDisparityImageFilter.txx:2195:26: style: Variable 'wrongExtremaPercent' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Registration/DisplacementField/include/otbPointSetToDisplacementFieldGenerator.h:47:22: style: Technically the member function 'otb::Functor::DistanceComparisonFunctor::GetDistanceVector' can be const. [functionConst]
OTB-release-6.6/Modules/Registration/DisplacementField/include/otbPointSetToDisplacementFieldGenerator.h:51:15: style: Technically the member function 'otb::Functor::DistanceComparisonFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Registration/DisplacementField/include/otbPointSetWithTransformToDisplacementFieldGenerator.txx:37:3: performance: Variable 'm_Transform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Registration/DisplacementField/include/otbNNearestPointsLinearInterpolateDisplacementFieldGenerator.h:68:3: warning: Member variable 'NNearestPointsLinearInterpolateDisplacementFieldGenerator::m_NumberOfPoints' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Registration/DisplacementField/include/otbNNearestTransformsLinearInterpolateDisplacementFieldGenerator.h:75:3: warning: Member variable 'NNearestTransformsLinearInterpolateDisplacementFieldGenerator::m_NumberOfPoints' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Registration/Stereo/include/otbAdhesionCorrectionFilter.txx:894:20: style: The scope of the variable 'm_max' can be reduced. [variableScope]
OTB-release-6.6/Modules/Registration/Stereo/include/otbAdhesionCorrectionFilter.txx:1069:11: style: The scope of the variable 'pp' can be reduced. [variableScope]
OTB-release-6.6/Modules/Registration/Stereo/include/otbAdhesionCorrectionFilter.txx:1070:11: style: The scope of the variable 'pp2' can be reduced. [variableScope]
OTB-release-6.6/Modules/Registration/Stereo/include/otbAdhesionCorrectionFilter.txx:853:15: style: Variable 'l' is modified but its new value is never used. [unreadVariable]
OTB-release-6.6/Modules/Registration/Stereo/include/otbAdhesionCorrectionFilter.txx:1277:11: style: Variable 'pp' is modified but its new value is never used. [unreadVariable]
OTB-release-6.6/Modules/Registration/Stereo/include/otbMulti3DMapToDEMFilter.txx:81:99: style: Function 'Set3DMapInput' argument 2 names different: declaration 'hmap' definition 'map'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/Registration/Stereo/include/otbMulti3DMapToDEMFilter.h:154:59: note: Function 'Set3DMapInput' argument 2 names different: declaration 'hmap' definition 'map'.
OTB-release-6.6/Modules/Registration/Stereo/include/otbMulti3DMapToDEMFilter.txx:81:99: note: Function 'Set3DMapInput' argument 2 names different: declaration 'hmap' definition 'map'.
OTB-release-6.6/Modules/Registration/Stereo/include/otbStereorectificationDisplacementFieldSource.txx:404:12: style: The scope of the variable 'a1' can be reduced. [variableScope]
OTB-release-6.6/Modules/Segmentation/CCOBIA/include/otbLabelObjectOpeningMuParserFilter.txx:57:91: performance: Function parameter 'expression' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h:205:3: warning: Member variable 'ConnectedComponentMuParserFunctor::m_Distance' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h:205:3: warning: Member variable 'ConnectedComponentMuParserFunctor::m_IntensityP1' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h:205:3: warning: Member variable 'ConnectedComponentMuParserFunctor::m_IntensityP2' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h:205:3: warning: Member variable 'ConnectedComponentMuParserFunctor::m_SpectralAngle' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h:205:3: warning: Member variable 'ConnectedComponentMuParserFunctor::m_ParserResult' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h:207:5: performance: Variable 'm_Parser' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h:80:15: performance: Technically the member function 'otb::Functor::ConnectedComponentMuParserFunctor::GetNameOfClass' can be static. [functionStatic]
OTB-release-6.6/Modules/Segmentation/CCOBIA/include/otbConnectedComponentMuParserFunctor.h:148:40: performance: Function parameter 'expression' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/Segmentation/Conversion/include/otbLabelImageRegionPruningFilter.txx:237:16: style: The scope of the variable 'minRegionCount' can be reduced. [variableScope]
OTB-release-6.6/Modules/Segmentation/Conversion/include/otbPersistentImageToVectorDataFilter.txx:34:3: performance: Variable 'm_ExtractFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/Conversion/include/otbVectorDataToLabelImageFilter.txx:207:11: style: The scope of the variable 'burnField' can be reduced. [variableScope]
OTB-release-6.6/Modules/Segmentation/Conversion/include/otbVectorDataToLabelMapFilter.txx:37:3: performance: Variable 'm_BackgroundValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/Conversion/include/otbVectorDataToLabelMapWithAttributesFilter.txx:37:3: performance: Variable 'm_BackgroundValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/Labelling/include/otbLabelizeImageFilterBase.txx:33:3: warning: Member variable 'LabelizeImageFilterBase::m_ObjectCount' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/Segmentation/Labelling/include/otbLabelizeImageFilterBase.txx:35:3: performance: Variable 'm_LowerThreshold' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/Labelling/include/otbLabelizeConfidenceConnectedImageFilter.txx:37:3: performance: Variable 'm_ReplaceValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/Labelling/include/otbLabelizeConnectedThresholdImageFilter.txx:37:3: performance: Variable 'm_LowerThresholdDelta' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/Labelling/include/otbLabelizeNeighborhoodConnectedImageFilter.txx:35:3: performance: Variable 'm_LowerThresholdDelta' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/MeanShift/include/otbMeanShiftConnectedComponentSegmentationFilter.txx:34:4: performance: Variable 'm_MeanShiftFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/MeanShift/include/otbMeanShiftSegmentationFilter.txx:32:4: performance: Variable 'm_MeanShiftFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/MeanShift/include/otbMeanShiftSegmentationFilter.h:47:15: performance: Technically the member function 'otb::Functor::ConnectedLabelFunctor::GetNameOfClass' can be static. [functionStatic]
OTB-release-6.6/Modules/Segmentation/MeanShift/include/otbMeanShiftSegmentationFilter.h:52:15: style: Technically the member function 'otb::Functor::ConnectedLabelFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.txx:302:8: style: The scope of the variable 'IsRowEmpty' can be reduced. [variableScope]
OTB-release-6.6/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.txx:303:8: style: The scope of the variable 'IsColEmpty' can be reduced. [variableScope]
OTB-release-6.6/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.txx:219:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
OTB-release-6.6/Modules/Segmentation/Metrics/include/otbHooverInstanceFilter.txx:273:11: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyLevelingFilter.h:47:18: style: Technically the member function 'otb::Functor::LevelingFunctor::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbGeodesicMorphologyIterativeDecompositionImageFilter.txx:39:3: performance: Variable 'm_Progress' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.txx:35:3: performance: Variable 'm_InitialValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.txx:36:3: performance: Variable 'm_Step' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbImageToProfileFilter.txx:39:3: performance: Variable 'm_Filter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbProfileToProfileDerivativeFilter.txx:35:3: performance: Variable 'm_SubtractFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbMultiScaleConvexOrConcaveClassificationFilter.h:71:5: performance: Variable 'm_LabelSeparator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbMultiScaleConvexOrConcaveClassificationFilter.h:235:5: performance: Variable 'm_LabelSeparator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbMorphologicalProfilesSegmentationFilter.txx:38:3: performance: Variable 'm_ClassificationFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbMultiScaleConvexOrConcaveClassificationFilter.h:85:19: style: Technically the member function 'otb::Functor::MultiScaleConvexOrConcaveDecisionRule::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbMultiScaleConvexOrConcaveClassificationFilter.h:114:10: style: Technically the member function 'otb::Functor::MultiScaleConvexOrConcaveDecisionRule::GetSigma' can be const. [functionConst]
OTB-release-6.6/Modules/Segmentation/MorphologicalProfiles/include/otbMultiScaleConvexOrConcaveClassificationFilter.h:130:12: style: Technically the member function 'otb::Functor::MultiScaleConvexOrConcaveDecisionRule::GetLabelSeparator' can be const. [functionConst]
OTB-release-6.6/Modules/Segmentation/OGRProcessing/include/otbOGRLayerStreamStitchingFilter.h:131:11: style: Technically the member function 'otb::OGRLayerStreamStitchingFilter::SortFeatureStruct::operator()' can be const. [functionConst]
OTB-release-6.6/Modules/Segmentation/OGRProcessing/include/otbOGRLayerStreamStitchingFilter.h:123:6: style: Struct 'FeatureStruct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/Segmentation/Watersheds/include/otbWatershedSegmentationFilter.txx:32:4: performance: Variable 'm_WatershedFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/ThirdParty/MuParser/CMake/otbTestMuParserHasCxxLogicalOperators.cxx:35:21: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.cpp:573:4: style: Variable 'hSRS' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.cpp:569:0: note: Variable 'hSRS' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.cpp:573:4: note: Variable 'hSRS' is reassigned a value before the old one has been used if variable is no semaphore variable.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.cpp:1066:76: style: Function 'wktToOssimProjection' argument 1 names different: declaration 'projection' definition 'datum'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.h:57:56: note: Function 'wktToOssimProjection' argument 1 names different: declaration 'projection' definition 'datum'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.cpp:1066:76: note: Function 'wktToOssimProjection' argument 1 names different: declaration 'projection' definition 'datum'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.cpp:1078:76: style: Function 'ossimToWktProjection' argument 1 names different: declaration 'projection' definition 'datum'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.h:58:56: note: Function 'ossimToWktProjection' argument 1 names different: declaration 'projection' definition 'datum'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.cpp:1078:76: note: Function 'ossimToWktProjection' argument 1 names different: declaration 'projection' definition 'datum'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.h:48:16: performance: Technically the member function 'ossimOgcWktTranslator::fromOssimKwl' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.cpp:63:36: note: Technically the member function 'ossimOgcWktTranslator::fromOssimKwl' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.h:48:16: note: Technically the member function 'ossimOgcWktTranslator::fromOssimKwl' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.h:54:16: performance: Technically the member function 'ossimOgcWktTranslator::wktToOssimDatum' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.cpp:1017:36: note: Technically the member function 'ossimOgcWktTranslator::wktToOssimDatum' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/gdal/ossimOgcWktTranslator.h:54:16: note: Technically the member function 'ossimOgcWktTranslator::wktToOssimDatum' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/AlosPalsar/AlosPalsarData.cpp:87:12: error: Mismatching allocation and deallocation: buff [mismatchAllocDealloc]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/AlosPalsar/AlosPalsarFacilityData.cpp:359:7: style: Variable 'buf32' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/AlosPalsar/AlosPalsarLeader.cpp:158:8: style: The scope of the variable 'name' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/EnvisatAsar/EnvisatAsarData.cpp:259:0: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/EnvisatAsar/EnvisatAsarData.cpp:268:0: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/EnvisatAsar/EnvisatAsarData.cpp:288:0: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/AttitudeData.cpp:32:15: warning: Member variable 'AttitudeData::_npoint' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/AttitudeData.cpp:32:15: warning: Member variable 'AttitudeData::_pitch_bias' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/AttitudeData.cpp:32:15: warning: Member variable 'AttitudeData::_roll_bias' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/AttitudeData.cpp:32:15: warning: Member variable 'AttitudeData::_yaw_bias' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:75:9: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_gmt_day' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:82:8: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_gmt_sec' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:89:9: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_pitch_flag' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:96:9: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_roll_flag' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:103:9: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_yaw_flag' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:110:12: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_pitch' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:117:12: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_roll' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:124:12: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_yaw' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:131:9: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_pitch_rate_flag' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:138:9: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_roll_rate_flag' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:145:9: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_yaw_rate_flag' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:152:12: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_pitch_rate' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:159:12: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_roll_rate' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.h:166:12: style: Technically the member function 'ossimplugins::DataPointDataRecord::get_yaw_rate' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/BeamInformationRecord.cpp:30:24: warning: Member variable 'BeamInformationRecord::_beam_look_ang' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/BeamInformationRecord.cpp:30:24: warning: Member variable 'BeamInformationRecord::_prf' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/BeamInformationRecord.h:75:17: style: Technically the member function 'ossimplugins::BeamInformationRecord::get_beam_type' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/BeamInformationRecord.h:83:17: style: Technically the member function 'ossimplugins::BeamInformationRecord::get_beam_look_src' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/BeamInformationRecord.h:91:12: style: Technically the member function 'ossimplugins::BeamInformationRecord::get_beam_look_ang' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/BeamInformationRecord.h:99:12: style: Technically the member function 'ossimplugins::BeamInformationRecord::get_prf' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/BeamPixelCountRecord.cpp:30:23: warning: Member variable 'BeamPixelCountRecord::_n_pix' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/BeamPixelCountRecord.h:75:17: style: Technically the member function 'ossimplugins::BeamPixelCountRecord::get_pix_update' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.cpp:30:25: warning: Member variable 'CompensationDataRecord::_n_comp_rec' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.cpp:30:25: warning: Member variable 'CompensationDataRecord::_comp_seq_no' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.cpp:30:25: warning: Member variable 'CompensationDataRecord::_beam_tab_size' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.cpp:30:25: warning: Member variable 'CompensationDataRecord::_beam_tab' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.cpp:30:25: warning: Member variable 'CompensationDataRecord::_look_angle' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.cpp:30:25: warning: Member variable 'CompensationDataRecord::_beam_tab_inc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.cpp:113:2: performance: Variable '_comp_desig' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.cpp:115:2: performance: Variable '_comp_descr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.h:75:17: style: Technically the member function 'ossimplugins::CompensationDataRecord::get_comp_desig' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.h:82:17: style: Technically the member function 'ossimplugins::CompensationDataRecord::get_comp_descr' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.h:89:9: style: Technically the member function 'ossimplugins::CompensationDataRecord::get_n_comp_rec' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.h:96:9: style: Technically the member function 'ossimplugins::CompensationDataRecord::get_comp_seq_no' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.h:103:9: style: Technically the member function 'ossimplugins::CompensationDataRecord::get_beam_tab_size' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.h:117:17: style: Technically the member function 'ossimplugins::CompensationDataRecord::get_beam_type' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.h:124:12: style: Technically the member function 'ossimplugins::CompensationDataRecord::get_look_angle' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/CompensationDataRecord.h:131:12: style: Technically the member function 'ossimplugins::CompensationDataRecord::get_beam_tab_inc' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_nrec' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_tab_seq' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_nbin' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_ns_lin' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_ns_pix' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_ngrp_lin' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_ngrp_pix' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_nsamp_lin' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_nsamp_pix' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_min_smp' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_max_smp' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_mean_smp' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_std_smp' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_smp_inc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_min_hist' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_max_hist' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_mean_hist' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_std_hist' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:31:22: warning: Member variable 'DataHistogramRecord::_nhist' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.cpp:71:43: warning: Member variable 'DataHistogramRecord::_hist' is not assigned a value in 'DataHistogramRecord::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:79:17: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_hist_desc' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:86:9: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_nrec' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:93:9: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_tab_seq' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:100:9: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_nbin' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:107:9: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_ns_lin' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:114:9: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_ns_pix' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:121:9: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_ngrp_lin' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:128:9: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_ngrp_pix' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:135:9: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_nsamp_lin' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:142:9: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_nsamp_pix' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:149:12: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_min_smp' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:156:12: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_max_smp' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:163:12: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_mean_smp' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:170:12: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_std_smp' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:177:12: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_smp_inc' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:184:12: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_min_hist' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:191:12: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_max_hist' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:198:12: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_mean_hist' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:205:12: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_std_hist' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramRecord.h:212:9: style: Technically the member function 'ossimplugins::DataHistogramRecord::get_nhist' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramSignalData.cpp:31:26: warning: Member variable 'DataHistogramSignalData::_rec_seq' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramSignalData.cpp:31:26: warning: Member variable 'DataHistogramSignalData::_sar_chn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramSignalData.cpp:31:26: warning: Member variable 'DataHistogramSignalData::_ntab' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataHistogramSignalData.cpp:31:26: warning: Member variable 'DataHistogramSignalData::_ltab' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_gmt_day' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_gmt_sec' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_pitch_flag' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_roll_flag' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_yaw_flag' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_pitch' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_roll' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_yaw' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_pitch_rate_flag' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_roll_rate_flag' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_yaw_rate_flag' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_pitch_rate' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_roll_rate' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataPointDataRecord.cpp:30:22: warning: Member variable 'DataPointDataRecord::_yaw_rate' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_rec_seq' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_nchn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_islr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_pslr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_azi_ambig' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_rng_ambig' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_snr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_ber' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_rng_res' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_azi_res' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_rad_res' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_dyn_rng' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_rad_unc_db' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_rad_unc_deg' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_alt_locerr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_crt_locerr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_alt_scale' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_crt_scale' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_dis_skew' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_ori_err' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_nesz' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataQuality.cpp:30:14: warning: Member variable 'DataQuality::_enl' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometryUncertaintyRecord.h:73:12: style: Technically the member function 'ossimplugins::RadiometryUncertaintyRecord::get_db' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometryUncertaintyRecord.h:80:12: style: Technically the member function 'ossimplugins::RadiometryUncertaintyRecord::get_deg' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/MisregistrationRecord.h:74:12: style: Technically the member function 'ossimplugins::MisregistrationRecord::get_alt_m' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/MisregistrationRecord.h:81:12: style: Technically the member function 'ossimplugins::MisregistrationRecord::get_crt_m' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_seq_num' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_sar_chn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_pro_lat' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_pro_long' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_pro_head' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_ellip_maj' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_ellip_min' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_earth_mass' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_grav_const' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_ellip_j' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_terrain_h' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_sc_lin' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_sc_pix' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_scene_len' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_scene_wid' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_nchn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_plat_lat' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_plat_long' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_plat_head' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_clock_ang' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_incident_ang' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_wave_length' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_ampl_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_phas_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_chirp_ext_ind' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_fr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_rng_gate' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_rng_length' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_gn_polar' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_gn_cross' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_chn_bits' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_i_bias' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_q_bias' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_iq_ratio' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_ele_sight' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_mech_sight' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_fa' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_elev_beam' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_azim_beam' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_sat_bintim' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_sat_clktim' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_sat_clkinc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_n_azilok' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_n_rnglok' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_bnd_azilok' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_bnd_rnglok' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_bnd_azi' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_bnd_rng' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_rng_res' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_azi_res' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_radi_stretch' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_alt_dopcen' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_crt_dopcen' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_alt_rate' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_crt_rate' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_line_spacing' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DataSetSummary.cpp:30:17: warning: Member variable 'DataSetSummary::_pix_spacing' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DopplerCentroidEstimateRecord.cpp:30:32: warning: Member variable 'DopplerCentroidEstimateRecord::_dopcen_conf' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DopplerCentroidEstimateRecord.cpp:30:32: warning: Member variable 'DopplerCentroidEstimateRecord::_dopcen_ref_tim' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DopplerCentroidEstimateRecord.cpp:30:32: warning: Member variable 'DopplerCentroidEstimateRecord::_dopcen_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DopplerCentroidEstimateRecord.h:75:12: style: Technically the member function 'ossimplugins::DopplerCentroidEstimateRecord::get_dopcen_conf' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/DopplerCentroidEstimateRecord.h:82:12: style: Technically the member function 'ossimplugins::DopplerCentroidEstimateRecord::get_dopcen_ref_tim' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_file_num' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_seq_loc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_seq_len' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_code_loc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_code_len' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_rlen_loc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_rlen_len' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_dataset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_dataset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_map_proj' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_map_proj' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_plat_pos' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_plat_pos' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_att_data' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_att_data' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_radi_data' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_radi_data' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_radi_comp' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_radi_comp' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_qual_sum' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_qual_sum' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_data_his' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_data_his' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_rang_spec' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_rang_spec' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_dem_desc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_dem_desc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_radar_par' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_radar_par' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_anno_data' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_anno_data' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_det_proc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_det_proc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_cal' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_cal' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_gcp' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_gcp' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_n_fac_data' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/FileDescriptor.cpp:30:17: warning: Member variable 'FileDescriptor::_l_fac_data' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/MisregistrationRecord.cpp:30:24: warning: Member variable 'MisregistrationRecord::_alt_m' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/MisregistrationRecord.cpp:30:24: warning: Member variable 'MisregistrationRecord::_crt_m' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rec_seq' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_n_tape_id' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_mn_sig_lev' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_scr_data_ind' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_miss_ln' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rej_ln' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_large_gap' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_bit_err_rate' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_fm_crc_err' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_date_incons' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_prf_changes' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_delay_changes' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_skipd_frams' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rej_bf_start' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rej_few_fram' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rej_many_fram' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rej_mchn_err' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rej_vchn_err' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rej_rec_type' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rng_amp_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rng_phas_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_err_amp_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_err_phas_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_pulse_bandw' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rep_agc_attn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_gn_corctn_fctr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_rep_energy_gn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_pulse_cnt_1' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_pulse_cnt_2' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_beam_edge_conf' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_pix_overlap' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_n_beams' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_n_pix_updates' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_pwin_start' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_pwin_end' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_temp_set_inc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_n_temp_set' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_n_image_pix' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_prc_zero_pix' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_prc_satur_pix' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_img_hist_mean' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_img_cumu_dist' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_pre_img_gn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_post_img_gn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_dopcen_inc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_n_dopcen' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_dop_amb_err' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_dopamb_conf' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_eph_orb_data' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_slow_time_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_n_srgr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_pixel_spacing' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_angle_first' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_angle_last' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_centre_lat' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_centre_long' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_span_x' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_span_y' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_num_state_vectors' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:30:26: warning: Member variable 'ProcessingParameters::_state_time_inc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rec_seq' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_inp_media' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_n_tape_id' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_tape_id' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_exp_ing_start' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_exp_ing_stop' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_act_ing_start' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_act_ing_stop' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_proc_start' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_proc_stop' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_mn_sig_lev' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_scr_data_ind' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_miss_ln' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rej_ln' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_large_gap' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_bit_err_rate' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_fm_crc_err' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_date_incons' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_prf_changes' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_delay_changes' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_skipd_frams' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rej_bf_start' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rej_few_fram' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rej_many_fram' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rej_mchn_err' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rej_vchn_err' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rej_rec_type' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_sens_config' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_sens_orient' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_sych_marker' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rng_ref_src' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rng_amp_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rng_phas_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_err_amp_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_err_phas_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_pulse_bandw' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_adc_samp_rate' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rep_agc_attn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_gn_corctn_fctr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_rep_energy_gn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_orb_data_src' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_pulse_cnt_1' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_pulse_cnt_2' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_beam_edge_rqd' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_beam_edge_conf' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_pix_overlap' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_n_beams' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_n_pix_updates' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_pwin_start' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_pwin_end' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_recd_type' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_temp_set_inc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_n_temp_set' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_n_image_pix' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_prc_zero_pix' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_prc_satur_pix' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_img_hist_mean' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_img_cumu_dist' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_pre_img_gn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_post_img_gn' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_dopcen_inc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_n_dopcen' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_dop_amb_err' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_dopamb_conf' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_eph_orb_data' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_appl_type' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_slow_time_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_n_srgr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_pixel_spacing' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_gics_reqd' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_wo_number' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_wo_date' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_satellite_id' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_user_id' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_complete_msg' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_scene_id' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_density_in' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_media_id' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_angle_first' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_angle_last' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_prod_type' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_map_system' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_centre_lat' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_centre_long' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_span_x' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_span_y' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_apply_dtm' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_density_out' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_state_time' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_num_state_vectors' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:709:26: warning: Member variable 'ProcessingParameters::_state_time_inc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rec_seq' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_inp_media' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_n_tape_id' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_tape_id' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_exp_ing_start' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_exp_ing_stop' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_act_ing_start' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_act_ing_stop' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_proc_start' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_proc_stop' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_mn_sig_lev' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_scr_data_ind' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_miss_ln' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rej_ln' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_large_gap' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_bit_err_rate' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_fm_crc_err' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_date_incons' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_prf_changes' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_delay_changes' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_skipd_frams' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rej_bf_start' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rej_few_fram' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rej_many_fram' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rej_mchn_err' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rej_vchn_err' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rej_rec_type' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_sens_config' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_sens_orient' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_sych_marker' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rng_ref_src' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rng_amp_coef' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rng_phas_coef' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_err_amp_coef' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_err_phas_coef' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_pulse_bandw' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_adc_samp_rate' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rep_agc_attn' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_gn_corctn_fctr' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_rep_energy_gn' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_orb_data_src' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_pulse_cnt_1' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_pulse_cnt_2' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_beam_edge_rqd' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_beam_edge_conf' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_pix_overlap' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_n_beams' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_n_pix_updates' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_pwin_start' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_pwin_end' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_recd_type' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_temp_set_inc' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_n_temp_set' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_n_image_pix' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_prc_zero_pix' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_prc_satur_pix' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_img_hist_mean' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_img_cumu_dist' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_pre_img_gn' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_post_img_gn' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_dopcen_inc' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_n_dopcen' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_dop_amb_err' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_dopamb_conf' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_eph_orb_data' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_appl_type' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_slow_time_coef' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_n_srgr' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_pixel_spacing' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_gics_reqd' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_wo_number' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_wo_date' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_satellite_id' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_user_id' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_complete_msg' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_scene_id' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_density_in' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_media_id' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_angle_first' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_angle_last' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_prod_type' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_map_system' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_centre_lat' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_centre_long' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_span_x' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_span_y' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_apply_dtm' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_density_out' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_state_time' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_num_state_vectors' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/ProcessingParameters.cpp:715:48: warning: Member variable 'ProcessingParameters::_state_time_inc' is not assigned a value in 'ProcessingParameters::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/SRGRCoefficientSetRecord.h:74:17: style: Technically the member function 'ossimplugins::SRGRCoefficientSetRecord::get_srgr_update' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricCompensationData.cpp:30:33: warning: Member variable 'RadiometricCompensationData::_seq_num' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricCompensationData.cpp:30:33: warning: Member variable 'RadiometricCompensationData::_chan_ind' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricCompensationData.cpp:30:33: warning: Member variable 'RadiometricCompensationData::_n_dset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricCompensationData.cpp:30:33: warning: Member variable 'RadiometricCompensationData::_dset_size' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricCompensationData.cpp:101:62: warning: Member variable 'RadiometricCompensationData::_seq_num' is not assigned a value in 'RadiometricCompensationData::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricCompensationData.cpp:101:62: warning: Member variable 'RadiometricCompensationData::_chan_ind' is not assigned a value in 'RadiometricCompensationData::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricCompensationData.cpp:101:62: warning: Member variable 'RadiometricCompensationData::_n_dset' is not assigned a value in 'RadiometricCompensationData::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricCompensationData.cpp:101:62: warning: Member variable 'RadiometricCompensationData::_dset_size' is not assigned a value in 'RadiometricCompensationData::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:177:17: warning: Redundant assignment of '_field_size' to itself. [selfAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:31:18: warning: Member variable 'RadiometricData::_seq_num' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:31:18: warning: Member variable 'RadiometricData::_n_data' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:31:18: warning: Member variable 'RadiometricData::_field_size' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:31:18: warning: Member variable 'RadiometricData::_n_samp' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:31:18: warning: Member variable 'RadiometricData::_samp_inc' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:31:18: warning: Member variable 'RadiometricData::_lookup_tab' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:31:18: warning: Member variable 'RadiometricData::_noise_scale' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:31:18: warning: Member variable 'RadiometricData::_offset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:31:18: warning: Member variable 'RadiometricData::_calib_const' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:149:2: performance: Variable '_chan_ind' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:151:5: performance: Variable '_table_desig' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometricData.cpp:155:5: performance: Variable '_samp_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometryUncertaintyRecord.cpp:30:30: warning: Member variable 'RadiometryUncertaintyRecord::_db' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/RadiometryUncertaintyRecord.cpp:30:30: warning: Member variable 'RadiometryUncertaintyRecord::_deg' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/SRGRCoefficientSetRecord.cpp:30:27: warning: Member variable 'SRGRCoefficientSetRecord::_srgr_coef' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/CommonRecord/TemperatureSettingsRecord.cpp:30:28: warning: Member variable 'TemperatureSettingsRecord::_temp_set' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/FilePointerRecord.cpp:30:20: warning: Member variable 'FilePointerRecord::_file_num' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/FilePointerRecord.cpp:30:20: warning: Member variable 'FilePointerRecord::_nrec' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/FilePointerRecord.cpp:30:20: warning: Member variable 'FilePointerRecord::_first_len' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/FilePointerRecord.cpp:30:20: warning: Member variable 'FilePointerRecord::_max_len' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/FilePointerRecord.cpp:30:20: warning: Member variable 'FilePointerRecord::_first_phyvol' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/FilePointerRecord.cpp:30:20: warning: Member variable 'FilePointerRecord::_last_phyvol' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/FilePointerRecord.cpp:30:20: warning: Member variable 'FilePointerRecord::_first_rec' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/FilePointerRecord.cpp:30:20: warning: Member variable 'FilePointerRecord::_last_rec' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/VolumeDescriptorRecord.cpp:30:25: warning: Member variable 'VolumeDescriptorRecord::_phyvol_cnt' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/VolumeDescriptorRecord.cpp:30:25: warning: Member variable 'VolumeDescriptorRecord::_first_phyvol' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/VolumeDescriptorRecord.cpp:30:25: warning: Member variable 'VolumeDescriptorRecord::_last_phyvol' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/VolumeDescriptorRecord.cpp:30:25: warning: Member variable 'VolumeDescriptorRecord::_curr_phyvol' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/VolumeDescriptorRecord.cpp:30:25: warning: Member variable 'VolumeDescriptorRecord::_first_file' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/VolumeDescriptorRecord.cpp:30:25: warning: Member variable 'VolumeDescriptorRecord::_volset_log' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/VolumeDescriptorRecord.cpp:30:25: warning: Member variable 'VolumeDescriptorRecord::_phyvol_log' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/VolumeDescriptorRecord.cpp:30:25: warning: Member variable 'VolumeDescriptorRecord::_n_filepoint' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/VolumeDescriptorRecord.cpp:30:25: warning: Member variable 'VolumeDescriptorRecord::_n_voldir' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/VolumeDescriptorRecord.cpp:175:25: warning: Member variable 'VolumeDescriptorRecord::_phyvol_log' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/VolumeDir/VolumeDescriptorRecord.cpp:202:49: warning: Member variable 'VolumeDescriptorRecord::_phyvol_log' is not assigned a value in 'VolumeDescriptorRecord::operator='. [operatorEqVarError]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/erssar/ErsSarLeader.cpp:156:8: style: The scope of the variable 'name' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.cpp:347:7: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.cpp:346:0: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.cpp:347:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/GMSTDateTime.h:77:10: style: Technically the member function 'ossimplugins::GMSTDateTime::get_tms' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/GMSTDateTime.h:87:17: style: Technically the member function 'ossimplugins::GMSTDateTime::get_origine' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.h:101:8: style: Technically the member function 'ossimplugins::CivilDateTime::get_year' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.h:106:8: style: Technically the member function 'ossimplugins::CivilDateTime::get_month' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.h:111:8: style: Technically the member function 'ossimplugins::CivilDateTime::get_day' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.h:116:8: style: Technically the member function 'ossimplugins::CivilDateTime::get_second' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.h:121:11: style: Technically the member function 'ossimplugins::CivilDateTime::get_decimal' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JSDDateTime.h:68:4: style: Class 'JSDDateTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JSDDateTime.h:73:4: style: Class 'JSDDateTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JSDDateTime.h:78:4: style: Class 'JSDDateTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/GalileanEphemeris.h:64:3: style: Class 'GalileanEphemeris' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/GeographicEphemeris.h:62:3: style: Class 'GeographicEphemeris' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/GMSTDateTime.h:70:3: style: Class 'GMSTDateTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.h:61:4: style: Class 'CivilDateTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.h:63:4: style: Class 'CivilDateTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:84:18: style: The function 'getSlantRangeFromGeoreferenced' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:101:19: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:84:18: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:99:16: style: The function 'saveState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:187:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:99:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:107:16: style: The function 'loadState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:195:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:107:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:110:16: style: The function 'InitPlatformPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:274:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:110:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:111:16: style: The function 'InitSensorParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:278:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:111:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:112:16: style: The function 'InitRefPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:282:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:112:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:116:16: style: The function 'InitSRGR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:286:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimAlosPalsarModel.h:116:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JSDDateTime.h:100:33: performance: Function parameter 'day' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimCosmoSkymedModel.cpp:353:10: style: The scope of the variable 'coeff' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimCosmoSkymedModel.h:68:18: style: The function 'getSlantRangeFromGeoreferenced' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:101:19: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimCosmoSkymedModel.h:68:18: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimCosmoSkymedModel.h:94:16: style: The function 'InitPlatformPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:274:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimCosmoSkymedModel.h:94:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimCosmoSkymedModel.h:95:16: style: The function 'InitSensorParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:278:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimCosmoSkymedModel.h:95:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimCosmoSkymedModel.h:96:16: style: The function 'InitRefPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:282:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimCosmoSkymedModel.h:96:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimCosmoSkymedModel.h:101:16: style: The function 'InitSRGR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:286:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimCosmoSkymedModel.h:101:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.cpp:176:12: style: The scope of the variable 'name' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.cpp:670:14: style: The scope of the variable 'delay' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.cpp:100:7: style: Variable 'slantrangetime' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/MJDDateTime.h:65:8: style: Technically the member function 'ossimplugins::MJDDateTime::get_day' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/MJDDateTime.h:70:17: style: Technically the member function 'ossimplugins::MJDDateTime::get_second' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/MJDDateTime.h:75:17: style: Technically the member function 'ossimplugins::MJDDateTime::get_microsecond' can be const. [functionConst]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/EnvisatAsar/sph.h:52:3: style: Class 'sph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:79:18: style: The function 'getSlantRangeFromGeoreferenced' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:101:19: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:79:18: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:96:16: style: The function 'saveState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:187:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:96:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:104:16: style: The function 'loadState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:195:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:104:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:110:25: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:201:26: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:110:25: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:132:16: style: The function 'InitPlatformPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:274:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:132:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:133:16: style: The function 'InitSensorParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:278:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:133:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:134:16: style: The function 'InitRefPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:282:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:134:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:138:16: style: The function 'InitSRGR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:286:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.h:138:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.cpp:418:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimEnvisatAsarModel.cpp:427:10: warning: Unnecessary comparison of static strings. [staticStringCompare]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.cpp:292:7: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.cpp:291:0: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.cpp:292:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:79:18: style: The function 'getSlantRangeFromGeoreferenced' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:101:19: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:79:18: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:94:16: style: The function 'saveState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:187:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:94:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:102:16: style: The function 'loadState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:195:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:102:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:105:16: style: The function 'InitPlatformPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:274:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:105:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:106:16: style: The function 'InitSensorParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:278:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:106:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:107:16: style: The function 'InitRefPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:282:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:107:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:111:16: style: The function 'InitSRGR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:286:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimErsSarModel.h:111:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:527:10: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:524:0: note: Variable 't' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:527:10: note: Variable 't' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:528:10: style: Variable 'tempIdx' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:525:0: note: Variable 'tempIdx' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:528:10: note: Variable 'tempIdx' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:529:10: style: Variable 'tempIdxFraction' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:526:0: note: Variable 'tempIdxFraction' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:529:10: note: Variable 'tempIdxFraction' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:650:25: style: Function 'getBilinearInterpolation' argument 1 names different: declaration 't' definition 'time'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.h:181:55: note: Function 'getBilinearInterpolation' argument 1 names different: declaration 't' definition 'time'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:650:25: note: Function 'getBilinearInterpolation' argument 1 names different: declaration 't' definition 'time'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:675:25: style: Function 'getLagrangeInterpolation' argument 1 names different: declaration 't' definition 'time'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.h:176:55: note: Function 'getLagrangeInterpolation' argument 1 names different: declaration 't' definition 'time'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:675:25: note: Function 'getLagrangeInterpolation' argument 1 names different: declaration 't' definition 'time'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:88:32: warning: Member variable 'ossimFormosatDimapSupportData::theSensorID' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:88:32: warning: Member variable 'ossimFormosatDimapSupportData::thePhysicalBias' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:88:32: warning: Member variable 'ossimFormosatDimapSupportData::thePhysicalGain' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.cpp:88:32: warning: Member variable 'ossimFormosatDimapSupportData::theSolarIrradiance' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.h:67:4: style: Class 'ossimFormosatDimapSupportData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.h:50:1: warning: The class 'ossimFormosatDimapSupportData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.cpp:171:24: style: C-style pointer casting [cstyleCast]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:119:17: warning: Virtual function 'updateModel' is called from constructor 'ossimFormosatModel(ossimFormosatDimapSupportData*sd)' at line 136. Dynamic binding is not used. [virtualCallInConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.cpp:136:4: note: Calling loadSupportData
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.cpp:435:4: note: Calling updateModel
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:119:17: note: updateModel is a virtual method
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:119:17: warning: Virtual function 'updateModel' is called from constructor 'ossimFormosatModel(ossimFormosatDimapSupportData*sd)' at line 148. Dynamic binding is not used. [virtualCallInConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.cpp:148:4: note: Calling updateModel
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:119:17: note: updateModel is a virtual method
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:119:17: warning: Virtual function 'updateModel' is called from copy constructor 'ossimFormosatModel(const ossimFormosatModel&rhs)' at line 173. Dynamic binding is not used. [virtualCallInConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.cpp:173:4: note: Calling loadSupportData
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.cpp:435:4: note: Calling updateModel
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:119:17: note: updateModel is a virtual method
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:119:17: warning: Virtual function 'updateModel' is called from copy constructor 'ossimFormosatModel(const ossimFormosatModel&rhs)' at line 174. Dynamic binding is not used. [virtualCallInConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.cpp:174:4: note: Calling updateModel
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:119:17: note: updateModel is a virtual method
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:54:4: style: Class 'ossimFormosatModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:55:4: style: Class 'ossimFormosatModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:56:4: style: Class 'ossimFormosatModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatModel.h:47:1: warning: The class 'ossimFormosatModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:244:14: style: The scope of the variable 'xLocalError' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:244:27: style: The scope of the variable 'yLocalError' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:696:11: style: The scope of the variable 'du_dlat' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:696:20: style: The scope of the variable 'du_dlon' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:696:29: style: The scope of the variable 'dv_dlat' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:696:38: style: The scope of the variable 'dv_dlon' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:697:33: style: The scope of the variable 'delta_u' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:697:42: style: The scope of the variable 'delta_v' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:698:11: style: The scope of the variable 'inverse_norm' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:237:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:71:34: warning: Member variable 'ossimGeometricSarSensorModel::_optimizationGCPsGroundCoordinates' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:71:34: warning: Member variable 'ossimGeometricSarSensorModel::_optimizationGCPsImageCoordinates' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:71:34: warning: Member variable 'ossimGeometricSarSensorModel::_replacementOcgModel' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:63:1: warning: The class 'ossimGeometricSarSensorModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/Ephemeris.h:102:30: performance: Function parameter 'date' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.cpp:227:11: performance: Possible inefficient checking for 'groundCoordinates' emptiness. [stlSize]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPleiadesDimapSupportData.cpp:59:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPleiadesDimapSupportData.cpp:72:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPleiadesDimapSupportData.cpp:85:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPleiadesModel.cpp:77:24: warning: Member variable 'ossimPleiadesModel::_productXmlFile' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPleiadesModel.h:42:4: warning: The class 'ossimPleiadesModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginCommon.cpp:41:61: style: Function 'iso8601TimeStringToCivilDate' argument 1 names different: declaration 'dataString' definition 'dateString'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginCommon.h:57:57: note: Function 'iso8601TimeStringToCivilDate' argument 1 names different: declaration 'dataString' definition 'dateString'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginCommon.cpp:41:61: note: Function 'iso8601TimeStringToCivilDate' argument 1 names different: declaration 'dataString' definition 'dateString'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.cpp:148:4: style: Variable 'ret_path' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.cpp:147:0: note: Variable 'ret_path' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.cpp:148:4: note: Variable 'ret_path' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.cpp:139:25: style: Function 'createProjection' argument 1 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.h:47:67: note: Function 'createProjection' argument 1 names different: declaration 'filename' definition 'file_name'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.cpp:139:25: note: Function 'createProjection' argument 1 names different: declaration 'filename' definition 'file_name'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.cpp:336:10: style: Function 'createProjection' argument 1 names different: declaration 'name' definition 'ossimString'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.h:54:65: note: Function 'createProjection' argument 1 names different: declaration 'name' definition 'ossimString'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.cpp:336:10: note: Function 'createProjection' argument 1 names different: declaration 'name' definition 'ossimString'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.cpp:499:10: style: Function 'createObject' argument 1 names different: declaration 'typeName' definition 'ossimString'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.h:61:57: note: Function 'createObject' argument 1 names different: declaration 'typeName' definition 'ossimString'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimPluginProjectionFactory.cpp:499:10: note: Function 'createObject' argument 1 names different: declaration 'typeName' definition 'ossimString'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.h:56:3: style: Class 'ossimTileMapModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:81:18: style: The function 'getSlantRangeFromGeoreferenced' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:101:19: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:81:18: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:98:18: style: The function 'saveState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:187:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:98:18: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:106:18: style: The function 'loadState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:195:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:106:18: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:148:16: style: The function 'InitPlatformPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:274:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:148:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:149:16: style: The function 'InitSensorParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:278:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:149:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:150:16: style: The function 'InitRefPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:282:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:150:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:154:16: style: The function 'InitSRGR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:286:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:154:16: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:85:22: style: The function 'getSlantRangeFromGeoreferenced' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:101:19: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:85:22: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:103:20: style: The function 'saveState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:187:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:103:20: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:111:20: style: The function 'loadState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:195:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:111:20: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:117:29: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:201:26: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:117:29: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:126:20: style: The function 'InitPlatformPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:274:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:126:20: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:128:20: style: The function 'InitSensorParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:278:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:128:20: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:130:20: style: The function 'InitRefPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:282:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:130:20: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:136:20: style: The function 'InitSRGR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:286:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:136:20: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:87:19: style: The function 'getSlantRangeFromGeoreferenced' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:101:19: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:87:19: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:105:17: style: The function 'saveState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:187:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:105:17: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:113:17: style: The function 'loadState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:195:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:113:17: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:119:26: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:201:26: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:119:26: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:123:17: style: The function 'InitPlatformPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:274:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:123:17: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:126:17: style: The function 'InitSensorParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:278:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:126:17: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:129:17: style: The function 'InitRefPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:282:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:129:17: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:141:17: style: The function 'InitSRGR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimGeometricSarSensorModel.h:286:17: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:141:17: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimFormosatDimapSupportData.h:310:29: performance: Function parameter 'ossimString' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.cpp:73:22: warning: Member variable 'ossimRadarSat2Model::_SrGr_coeffs' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.cpp:73:22: warning: Member variable 'ossimRadarSat2Model::_noiseLevel' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:187:16: style: Member variable 'ossimRadarSat2Model::theAcquisitionDateUTCString' is in the wrong place in the initializer list. [initializerList]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.cpp:68:6: note: Member variable 'ossimRadarSat2Model::theAcquisitionDateUTCString' is in the wrong place in the initializer list.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:187:16: note: Member variable 'ossimRadarSat2Model::theAcquisitionDateUTCString' is in the wrong place in the initializer list.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:189:16: style: Member variable 'ossimRadarSat2Model::theProductionDateUTCString' is in the wrong place in the initializer list. [initializerList]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.cpp:78:6: note: Member variable 'ossimRadarSat2Model::theProductionDateUTCString' is in the wrong place in the initializer list.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:189:16: note: Member variable 'ossimRadarSat2Model::theProductionDateUTCString' is in the wrong place in the initializer list.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:187:16: style: Member variable 'ossimRadarSat2Model::theAcquisitionDateUTCString' is in the wrong place in the initializer list. [initializerList]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.cpp:79:6: note: Member variable 'ossimRadarSat2Model::theAcquisitionDateUTCString' is in the wrong place in the initializer list.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:187:16: note: Member variable 'ossimRadarSat2Model::theAcquisitionDateUTCString' is in the wrong place in the initializer list.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2Model.h:59:1: warning: The class 'ossimRadarSat2Model' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:699:11: style: The scope of the variable 'biasError' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:700:11: style: The scope of the variable 'randomError' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:701:11: style: The scope of the variable 'lineFitQuality' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:702:11: style: The scope of the variable 'pixelFitQuality' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:703:11: style: The scope of the variable 'lineOffset' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:704:11: style: The scope of the variable 'pixelOffset' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:705:11: style: The scope of the variable 'latitudeOffset' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:706:11: style: The scope of the variable 'longitudeOffset' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:707:11: style: The scope of the variable 'heightOffset' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:708:11: style: The scope of the variable 'lineScale' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:709:11: style: The scope of the variable 'pixelScale' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:710:11: style: The scope of the variable 'latitudeScale' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:711:11: style: The scope of the variable 'longitudeScale' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:712:11: style: The scope of the variable 'heightScale' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:102:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::initPlatformPosition' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:84:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::initPlatformPosition' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:102:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::initPlatformPosition' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:135:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAcquistionDate' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:514:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAcquistionDate' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:135:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAcquistionDate' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:137:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getProductionDate' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:520:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getProductionDate' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:137:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getProductionDate' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:146:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::initTiePoints' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:526:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::initTiePoints' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:146:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::initTiePoints' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:149:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSatellite' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:884:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSatellite' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:149:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSatellite' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:152:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSensor' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:893:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSensor' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:152:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSensor' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:156:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getBeamModeMnemonic' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:900:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getBeamModeMnemonic' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:156:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getBeamModeMnemonic' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:159:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getImageId' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:907:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getImageId' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:159:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getImageId' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:162:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getImageFile' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:914:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getImageFile' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:162:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getImageFile' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:165:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAcquisitionType' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:931:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAcquisitionType' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:165:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAcquisitionType' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:168:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getRadarCenterFrequency' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:939:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getRadarCenterFrequency' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:168:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getRadarCenterFrequency' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:173:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getPulseRepetitionFrequency' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:983:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getPulseRepetitionFrequency' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:173:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getPulseRepetitionFrequency' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:176:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAntennaPointing' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:991:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAntennaPointing' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:176:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAntennaPointing' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:179:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAdcSamplingRate' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:999:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAdcSamplingRate' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:179:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getAdcSamplingRate' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:182:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getPassDirection' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1007:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getPassDirection' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:182:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getPassDirection' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:185:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getProductType' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1015:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getProductType' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:185:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getProductType' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:188:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getZeroDopplerTimeFirstLine' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1023:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getZeroDopplerTimeFirstLine' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:188:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getZeroDopplerTimeFirstLine' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:191:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfRangeLooks' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1031:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfRangeLooks' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:191:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfRangeLooks' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:194:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfAzimuthLooks' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1039:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfAzimuthLooks' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:194:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfAzimuthLooks' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:197:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSlantRangeNearEdge' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1047:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSlantRangeNearEdge' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:197:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSlantRangeNearEdge' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:200:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getZeroDopplerAzimuthTime' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1055:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getZeroDopplerAzimuthTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:200:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getZeroDopplerAzimuthTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:203:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getGroundRangeOrigin' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1063:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getGroundRangeOrigin' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:203:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getGroundRangeOrigin' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:206:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getGroundToSlantRangeCoefficients' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1071:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getGroundToSlantRangeCoefficients' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:206:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getGroundToSlantRangeCoefficients' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:209:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSemiMajorAxis' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1079:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSemiMajorAxis' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:209:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSemiMajorAxis' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:212:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSemiMinorAxis' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1087:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSemiMinorAxis' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:212:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSemiMinorAxis' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:215:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfSamplesPerLine' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1095:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfSamplesPerLine' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:215:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfSamplesPerLine' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:218:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfLines' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1103:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfLines' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:218:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getNumberOfLines' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:221:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSampledPixelSpacing' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1111:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSampledPixelSpacing' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:221:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSampledPixelSpacing' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:224:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSampledLineSpacing' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1119:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSampledLineSpacing' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:224:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSampledLineSpacing' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:227:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getLineTimeOrdering' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1127:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getLineTimeOrdering' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:227:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getLineTimeOrdering' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:230:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getPixelTimeOrdering' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1135:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getPixelTimeOrdering' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:230:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getPixelTimeOrdering' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:233:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getGeodeticTerrainHeight' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1167:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getGeodeticTerrainHeight' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:233:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getGeodeticTerrainHeight' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:236:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getIncidenceAngleNearRange' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1143:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getIncidenceAngleNearRange' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:236:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getIncidenceAngleNearRange' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:239:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getIncidenceAngleFarRange' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1151:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getIncidenceAngleFarRange' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:239:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getIncidenceAngleFarRange' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:242:9: performance: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSatelliteHeight' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.cpp:1159:32: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSatelliteHeight' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2ProductDoc.h:242:9: note: Technically the member function 'ossimplugins::ossimRadarSat2ProductDoc::getSatelliteHeight' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/GeographicEphemeris.h:78:22: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/Ephemeris.h:72:23: note: Virtual function in base class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/GeographicEphemeris.h:78:22: note: Function in derived class
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2RPCModel.cpp:587:8: style: Condition 'result' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2RPCModel.cpp:580:18: note: Assignment 'result=true', assigned value is 1
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2RPCModel.cpp:587:8: note: Condition 'result' is always true
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2RPCModel.cpp:65:25: warning: Member variable 'ossimRadarSat2RPCModel::_sensor' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2RPCModel.cpp:73:25: warning: Member variable 'ossimRadarSat2RPCModel::_sensor' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2RPCModel.h:68:5: style: Class 'ossimRadarSat2RPCModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSat2RPCModel.h:59:1: warning: The class 'ossimRadarSat2RPCModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.cpp:720:7: style: Condition 'result' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.cpp:719:17: note: Assignment 'result=true', assigned value is 1
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.cpp:720:7: note: Condition 'result' is always true
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.cpp:247:13: style: C-style pointer casting [cstyleCast]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.cpp:249:36: style: C-style pointer casting [cstyleCast]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/RadarSat/Data/ProcessedDataRecord.h:415:11: style: The scope of the variable 'res' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.cpp:62:21: warning: Member variable 'ossimRadarSatModel::_srgr_coefset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.cpp:62:21: warning: Member variable 'ossimRadarSatModel::_srgr_update' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.cpp:73:21: warning: Member variable 'ossimRadarSatModel::_srgr_coefset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.cpp:73:21: warning: Member variable 'ossimRadarSatModel::_srgr_update' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimRadarSatModel.h:54:1: warning: The class 'ossimRadarSatModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSarSensorModel.cpp:982:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp:1169:77: style: Function 'getBandTerrainHeight' argument 1 names different: declaration 'theProductXmlDocument' definition 'productXmlDocument'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.h:136:59: note: Function 'getBandTerrainHeight' argument 1 names different: declaration 'theProductXmlDocument' definition 'productXmlDocument'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp:1169:77: note: Function 'getBandTerrainHeight' argument 1 names different: declaration 'theProductXmlDocument' definition 'productXmlDocument'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp:813:25: style: Unused variable: strm [unusedVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1SarSensorModel.cpp:104:25: style: Variable 'mode' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1SarSensorModel.cpp:105:25: style: Variable 'swath' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1SarSensorModel.cpp:106:25: style: Variable 'polarisation' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSpot6DimapSupportData.cpp:1613:25: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSpot6DimapSupportData.cpp:1759:25: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSpot6DimapSupportData.cpp:2126:25: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSpot6DimapSupportData.cpp:59:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSpot6DimapSupportData.cpp:72:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSpot6DimapSupportData.cpp:85:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSpot6Model.cpp:77:21: warning: Member variable 'ossimSpot6Model::_productXmlFile' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSpot6Model.h:42:4: warning: The class 'ossimSpot6Model' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimStringUtilities.cpp:32:0: error: #error "Don't know how to perform snprintf" [preprocessorErrorDirective]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:1305:11: style: The scope of the variable 'coeff' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:1306:8: style: The scope of the variable 'exponent' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:2093:9: style: The scope of the variable 'result' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:1348:80: style: Function 'initSRGR' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:142:52: note: Function 'initSRGR' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:1348:80: note: Function 'initSRGR' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:1498:92: style: Function 'initPlatformPosition' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:145:64: note: Function 'initPlatformPosition' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:1498:92: note: Function 'initPlatformPosition' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:1528:88: style: Function 'initSensorParams' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:148:60: note: Function 'initSensorParams' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:1528:88: note: Function 'initSensorParams' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:1569:65: style: Function 'initRefPoint' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:157:56: note: Function 'initRefPoint' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:1569:65: note: Function 'initRefPoint' argument 2 names different: declaration 'rsDoc' definition 'tsDoc'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:117:35: warning: Member variable 'ossimTerraSarModel::theProductXmlFile' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.h:56:4: warning: The class 'ossimTerraSarModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarModel.cpp:1146:0: error: Memory leak: ephemeris [memleak]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1263:7: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1261:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1263:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1265:7: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1263:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1265:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1267:7: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1265:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1267:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1269:7: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1267:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1269:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1271:7: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1269:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1271:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1273:7: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1271:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1273:7: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1294:13: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1292:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1294:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1296:13: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1294:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1296:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1298:13: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1296:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1298:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1300:13: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1298:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1300:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1302:13: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1300:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1302:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1304:13: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1302:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1304:13: note: Variable 'result' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1239:116: style: Function 'initSceneCoord' argument 2 names different: declaration 'pos' definition 'sceneCoord'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:266:43: note: Function 'initSceneCoord' argument 2 names different: declaration 'pos' definition 'sceneCoord'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1239:116: note: Function 'initSceneCoord' argument 2 names different: declaration 'pos' definition 'sceneCoord'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1325:55: style: Function 'initNoise' argument 2 names different: declaration 'pos' definition 'noise'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:276:40: note: Function 'initNoise' argument 2 names different: declaration 'pos' definition 'noise'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1325:55: note: Function 'initNoise' argument 2 names different: declaration 'pos' definition 'noise'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:77:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::initPlatformPosition' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:80:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::initPlatformPosition' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:77:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::initPlatformPosition' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:123:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getMission' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:709:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getMission' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:123:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getMission' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:126:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::geNumberOfLayers' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:718:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::geNumberOfLayers' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:126:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::geNumberOfLayers' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:129:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getImageFile' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:728:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getImageFile' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:129:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getImageFile' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:132:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneId' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:751:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneId' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:132:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneId' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:135:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProjection' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:758:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProjection' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:135:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProjection' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:138:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getReferencePoint' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:787:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getReferencePoint' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:138:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getReferencePoint' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:141:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getImageDataStrartWith' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:794:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getImageDataStrartWith' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:141:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getImageDataStrartWith' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:144:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getOrbitDirection' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:819:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getOrbitDirection' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:144:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getOrbitDirection' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:147:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getLookDirection' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:826:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getLookDirection' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:147:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getLookDirection' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:150:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getGenerationTime' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:834:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getGenerationTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:150:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getGenerationTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:154:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeGateFirstPixel' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:842:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeGateFirstPixel' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:154:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeGateFirstPixel' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:158:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeGateLastPixel' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:849:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeGateLastPixel' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:158:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeGateLastPixel' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:161:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterAzimuthTime' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:856:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterAzimuthTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:161:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterAzimuthTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:164:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterRangeTime' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:863:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterRangeTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:164:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterRangeTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:168:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterRefColumn' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:870:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterRefColumn' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:168:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterRefColumn' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:172:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterRefRow' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:877:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterRefRow' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:172:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterRefRow' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:176:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterLat' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:884:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterLat' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:176:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterLat' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:180:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterLon' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:891:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterLon' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:180:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneCenterLon' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:183:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneAverageHeight' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:898:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneAverageHeight' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:183:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getSceneAverageHeight' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:186:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRadarCenterFrequency' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:906:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRadarCenterFrequency' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:186:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRadarCenterFrequency' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:189:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getAzimuthStartTime' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:914:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getAzimuthStartTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:189:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getAzimuthStartTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:192:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getAzimuthStopTime' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:935:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getAzimuthStopTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:192:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getAzimuthStopTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:195:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeFirstPixelTime' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:957:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeFirstPixelTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:195:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeFirstPixelTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:198:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeLastPixelTime' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:968:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeLastPixelTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:198:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRangeLastPixelTime' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:201:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getCommonPrf' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:981:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getCommonPrf' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:201:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getCommonPrf' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:204:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getCommonRsf' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1006:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getCommonRsf' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:204:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getCommonRsf' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:206:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfRangeLooks' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1031:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfRangeLooks' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:206:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfRangeLooks' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:209:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfAzimuthLooks' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1056:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfAzimuthLooks' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:209:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfAzimuthLooks' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:212:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfColumns' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1081:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfColumns' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:212:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfColumns' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:215:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfRows' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1089:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfRows' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:215:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getNumberOfRows' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:218:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getColumnSpacing' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1097:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getColumnSpacing' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:218:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getColumnSpacing' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:221:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRowSpacing' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1105:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRowSpacing' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:221:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRowSpacing' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:224:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProjectedSpacingSlantRange' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1113:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProjectedSpacingSlantRange' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:224:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProjectedSpacingSlantRange' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:227:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProjectedSpacingAzimuth' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1121:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProjectedSpacingAzimuth' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:227:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProjectedSpacingAzimuth' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:233:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProductType' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:765:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProductType' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:233:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProductType' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:236:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProductVariant' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:772:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProductVariant' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:236:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getProductVariant' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:239:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRadiometricCorrection' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:779:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRadiometricCorrection' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:239:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRadiometricCorrection' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:241:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getImagingMode' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1129:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getImagingMode' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:241:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getImagingMode' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:243:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getAcquisitionSensor' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1137:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getAcquisitionSensor' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:243:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getAcquisitionSensor' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:245:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getPolarisationMode' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1144:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getPolarisationMode' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:245:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getPolarisationMode' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:247:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getPolLayerList' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1151:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getPolLayerList' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:247:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getPolLayerList' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:249:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getCalFactor' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1158:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getCalFactor' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:249:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getCalFactor' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:251:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRadarFrequency' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1165:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRadarFrequency' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:251:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::getRadarFrequency' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:265:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::initSceneCoord' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1239:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::initSceneCoord' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:265:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::initSceneCoord' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:275:12: performance: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::initNoise' can be static. [functionStatic]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.cpp:1324:45: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::initNoise' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarProductDoc.h:275:12: note: Technically the member function 'ossimplugins::ossimTerraSarProductDoc::initNoise' can be static.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/InfoSceneCoord.h:97:40: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:252:7: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:245:0: note: Variable 'value' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:252:7: note: Variable 'value' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:130:62: style: Function 'lineSampleToWorld' argument 2 names different: declaration 'worldPoint' definition 'gpt'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.h:110:50: note: Function 'lineSampleToWorld' argument 2 names different: declaration 'worldPoint' definition 'gpt'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:130:62: note: Function 'lineSampleToWorld' argument 2 names different: declaration 'worldPoint' definition 'gpt'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:136:68: style: Function 'lineSampleHeightToWorld' argument 3 names different: declaration 'worldPoint' definition 'gpt'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.h:108:56: note: Function 'lineSampleHeightToWorld' argument 3 names different: declaration 'worldPoint' definition 'gpt'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:136:68: note: Function 'lineSampleHeightToWorld' argument 3 names different: declaration 'worldPoint' definition 'gpt'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:184:57: style: Function 'print' argument 1 names different: declaration 'out' definition 'os'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.h:80:45: note: Function 'print' argument 1 names different: declaration 'out' definition 'os'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:184:57: note: Function 'print' argument 1 names different: declaration 'out' definition 'os'.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:68:25: style: Variable 'MODULE' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theIllumAzimuth' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theIllumElevation' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theOrbitAltitude' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theOrbitInclination' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theMapZone' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theWrsPathNumber' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theWrsRowNumber' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theMeridianalAngle' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::thePositionError' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theProjectionType' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theMapAzimAngle' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theMapAzimCos' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theMapAzimSin' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theMap2IcRotAngle' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theMap2IcRotCos' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theMap2IcRotSin' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theIntrackOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theCrtrackOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theLineGsdCorr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theSampGsdCorr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theRollOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theYawOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theYawRate' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:50:23: warning: Member variable 'ossimTileMapModel::theMapRotation' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theIllumAzimuth' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theIllumElevation' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theOrbitAltitude' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theOrbitInclination' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theMapZone' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theMapOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theWrsPathNumber' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theWrsRowNumber' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theMeridianalAngle' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::thePositionError' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theProjectionType' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theMapProjection' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theMapAzimAngle' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theMapAzimCos' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theMapAzimSin' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theMap2IcRotAngle' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theMap2IcRotCos' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theMap2IcRotSin' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theIntrackOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theCrtrackOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theLineGsdCorr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theSampGsdCorr' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theRollOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theYawOffset' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theYawRate' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theMapRotation' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:111:23: warning: Member variable 'ossimTileMapModel::theRollRotMat' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.h:92:16: warning: Virtual function 'loadState' is called from constructor 'ossimTileMapModel(const ossimKeywordlist&geom_kwl)' at line 103. Dynamic binding is not used. [virtualCallInConstructor]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp:103:7: note: Calling loadState
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.h:92:16: note: loadState is a virtual method
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.h:46:1: warning: The class 'ossimTileMapModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.cpp:99:19: style: The scope of the variable 'i' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.cpp:99:23: style: The scope of the variable 'j' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.cpp:100:10: style: The scope of the variable 'b' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.cpp:100:14: style: The scope of the variable 'd' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.cpp:383:14: style: The scope of the variable 'k' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.cpp:385:10: style: The scope of the variable 'r' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.cpp:409:10: style: The scope of the variable 't' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.cpp:410:16: style: The scope of the variable 'tsm0hTU' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/CivilDateTime.cpp:411:10: style: The scope of the variable 'tsm' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/GalileanEphemeris.cpp:104:14: style: Variable 'ierr' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JSDDateTime.cpp:126:11: style: The scope of the variable 't' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JSDDateTime.cpp:127:16: style: The scope of the variable 'tsm0hTU' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JSDDateTime.cpp:128:16: style: The scope of the variable 'tsm' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:115:12: style: Condition 'etat==0' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:103:12: note: Assignment 'etat=0', assigned value is 0
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:115:12: note: Condition 'etat==0' is always true
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:112:3: style: Variable 'j0hTU' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:104:0: note: Variable 'j0hTU' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:112:3: note: Variable 'j0hTU' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:113:3: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:107:0: note: Variable 'd' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:113:3: note: Variable 'd' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:115:12: style: Same expression on both sides of '==' because the value of 'etat' and '0' are the same. [duplicateExpression]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:103:12: note: 'etat' is assigned value '0' here.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:115:12: note: Same expression on both sides of '==' because the value of 'etat' and '0' are the same.
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:105:16: style: The scope of the variable 'tsm0hTU' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:106:16: style: The scope of the variable 't' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/JulianDate.cpp:108:16: style: The scope of the variable 'tsm' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/PlatformPosition.cpp:162:14: style: The scope of the variable 'dt' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:66:7: style: The scope of the variable 'fin' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:66:13: style: The scope of the variable 'iter' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:67:13: style: The scope of the variable 'a2_b2' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:67:20: style: The scope of the variable 'd' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:67:23: style: The scope of the variable 'e' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:67:26: style: The scope of the variable 'f' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:67:29: style: The scope of the variable 'df' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:67:33: style: The scope of the variable 'c' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:67:36: style: The scope of the variable 's' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:67:39: style: The scope of the variable 'p' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:67:42: style: The scope of the variable 'q' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/RectangularCoordinate.cpp:110:9: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/SarSensor.cpp:102:8: style: The scope of the variable 'isEnd' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/src/ossim/otb/SensorParams.cpp:271:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
OTB-release-6.6/Modules/ThirdParty/OssimPlugins/test/ossimStringUtilitiesTest.cpp:108:30: error: Array index -1 is out of bounds. [negativeContainerIndex]
OTB-release-6.6/Modules/ThirdParty/SPTW/src/sptw.cc:407:3: style: Variable 'gtiff_driver' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/SPTW/src/sptw.cc:399:0: note: Variable 'gtiff_driver' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/SPTW/src/sptw.cc:407:3: note: Variable 'gtiff_driver' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/SPTW/src/sptw.cc:454:3: style: Variable 'gtiff_driver' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/ThirdParty/SPTW/src/sptw.cc:448:0: note: Variable 'gtiff_driver' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/SPTW/src/sptw.cc:454:3: note: Variable 'gtiff_driver' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/ThirdParty/SPTW/src/utils.h:47:5: warning: The struct 'Coordinate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
OTB-release-6.6/Modules/ThirdParty/SPTW/src/sptw.cc:504:0: error: Memory leak: ptiff [memleak]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:308:11: style: The scope of the variable 'fscale' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1251:11: style: The scope of the variable 'fmax' can be reduced. [variableScope]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:375:28: style: Function 'SiftDoubleSize' argument 1 names different: declaration 'p' definition 'im'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:180:28: note: Function 'SiftDoubleSize' argument 1 names different: declaration 'p' definition 'im'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:375:28: note: Function 'SiftDoubleSize' argument 1 names different: declaration 'p' definition 'im'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:394:27: style: Function 'SiftCopyImage' argument 1 names different: declaration 'p' definition 'im'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:181:27: note: Function 'SiftCopyImage' argument 1 names different: declaration 'p' definition 'im'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:394:27: note: Function 'SiftCopyImage' argument 1 names different: declaration 'p' definition 'im'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:585:48: style: Function 'ConvBuffer' argument 3 names different: declaration 'cols' definition 'bufsize'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:190:48: note: Function 'ConvBuffer' argument 3 names different: declaration 'cols' definition 'bufsize'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:585:48: note: Function 'ConvBuffer' argument 3 names different: declaration 'cols' definition 'bufsize'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:905:74: style: Function 'FindMaxMin' argument 4 names different: declaration 'prevkeypts' definition 'keypts'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:191:74: note: Function 'FindMaxMin' argument 4 names different: declaration 'prevkeypts' definition 'keypts'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:905:74: note: Function 'FindMaxMin' argument 4 names different: declaration 'prevkeypts' definition 'keypts'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:973:26: style: Function 'GradOriImages' argument 1 names different: declaration 'imgaus' definition 'image'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:192:26: note: Function 'GradOriImages' argument 1 names different: declaration 'imgaus' definition 'image'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:973:26: note: Function 'GradOriImages' argument 1 names different: declaration 'imgaus' definition 'image'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1140:47: style: Function 'LocalMaxMin' argument 3 names different: declaration 'row' definition 'rowstart'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:194:47: note: Function 'LocalMaxMin' argument 3 names different: declaration 'row' definition 'rowstart'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1140:47: note: Function 'LocalMaxMin' argument 3 names different: declaration 'row' definition 'rowstart'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1140:61: style: Function 'LocalMaxMin' argument 4 names different: declaration 'col' definition 'colstart'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:194:56: note: Function 'LocalMaxMin' argument 4 names different: declaration 'col' definition 'colstart'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1140:61: note: Function 'LocalMaxMin' argument 4 names different: declaration 'col' definition 'colstart'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1222:60: style: Function 'FitQuadratic' argument 4 names different: declaration 'rowstart' definition 'r'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:198:60: note: Function 'FitQuadratic' argument 4 names different: declaration 'rowstart' definition 'r'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1222:60: note: Function 'FitQuadratic' argument 4 names different: declaration 'rowstart' definition 'r'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1222:67: style: Function 'FitQuadratic' argument 5 names different: declaration 'colstart' definition 'c'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:198:74: note: Function 'FitQuadratic' argument 5 names different: declaration 'colstart' definition 'c'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1222:67: note: Function 'FitQuadratic' argument 5 names different: declaration 'colstart' definition 'c'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1447:34: style: Function 'MakeKeypointSample' argument 1 names different: declaration 'pnewkeypt' definition 'pkeypt'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:206:34: note: Function 'MakeKeypointSample' argument 1 names different: declaration 'pnewkeypt' definition 'pkeypt'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1447:34: note: Function 'MakeKeypointSample' argument 1 names different: declaration 'pnewkeypt' definition 'pkeypt'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1544:39: style: Function 'KeySample' argument 2 names different: declaration 'pnewkeypt' definition 'pkeypt'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:209:39: note: Function 'KeySample' argument 2 names different: declaration 'pnewkeypt' definition 'pkeypt'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1544:39: note: Function 'KeySample' argument 2 names different: declaration 'pnewkeypt' definition 'pkeypt'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1623:39: style: Function 'PlaceInIndex' argument 2 names different: declaration 'fgrad' definition 'mag'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:213:39: note: Function 'PlaceInIndex' argument 2 names different: declaration 'fgrad' definition 'mag'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1623:39: note: Function 'PlaceInIndex' argument 2 names different: declaration 'fgrad' definition 'mag'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1623:50: style: Function 'PlaceInIndex' argument 3 names different: declaration 'forient' definition 'ori'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:213:52: note: Function 'PlaceInIndex' argument 3 names different: declaration 'forient' definition 'ori'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1623:50: note: Function 'PlaceInIndex' argument 3 names different: declaration 'forient' definition 'ori'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1623:61: style: Function 'PlaceInIndex' argument 4 names different: declaration 'fnewrow' definition 'rx'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:213:67: note: Function 'PlaceInIndex' argument 4 names different: declaration 'fnewrow' definition 'rx'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1623:61: note: Function 'PlaceInIndex' argument 4 names different: declaration 'fnewrow' definition 'rx'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1623:71: style: Function 'PlaceInIndex' argument 5 names different: declaration 'fnewcol' definition 'cx'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:213:82: note: Function 'PlaceInIndex' argument 5 names different: declaration 'fnewcol' definition 'cx'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1623:71: note: Function 'PlaceInIndex' argument 5 names different: declaration 'fnewcol' definition 'cx'.
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/libsiftfast.cpp:1429:13: performance: Possible inefficient checking for 's_listKeypoints' emptiness. [stlSize]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/profiler.cpp:177:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/profiler.cpp:179:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/profiler.cpp:238:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/profiler.cpp:90:40: style: Variable 'it' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/profiler.h:68:5: warning: Member variable 'DVProfileFunc::dwUserData' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/profiler.h:69:5: warning: Member variable 'DVProfileFunc::dwUserData' is not initialized in the constructor. [uninitMemberVar]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/profiler.h:68:5: style: Class 'DVProfileFunc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/profiler.cpp:109:9: performance: Possible inefficient checking for 'g_listCurTracking' emptiness. [stlSize]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/profiler.cpp:139:9: performance: Possible inefficient checking for 'g_listCurTracking' emptiness. [stlSize]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/siftfastpy.cpp:46:62: performance: Variable '_s' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/siftfastpy.cpp:46:5: style: Struct 'siftfast_exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/siftfastpy.cpp:111:5: style: Class 'PyImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
OTB-release-6.6/Modules/ThirdParty/SiftFast/src/siftfastpy.cpp:311:5: style: Instance of 'int_from_int' object is destroyed immediately. [unusedScopedObject]
OTB-release-6.6/Modules/Visualization/Ice/src/otbFragmentShaderRegistry.cxx:81:12: style: Variable 'logs' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Visualization/Ice/src/otbGlImageActor.cxx:988:10: style: The scope of the variable 'minDist' can be reduced. [variableScope]
OTB-release-6.6/Modules/Visualization/Ice/src/otbGlView.cxx:466:14: style: Variable 'glBuffer' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Visualization/Monteverdi/src/mvdMainWindow.cxx:1034:3: warning: Either the condition 'comboBox!=NULL' is redundant or there is possible null pointer dereference: comboBox. [nullPointerRedundantCheck]
OTB-release-6.6/Modules/Visualization/Monteverdi/src/mvdMainWindow.cxx:1036:19: note: Assuming that condition 'comboBox!=NULL' is not redundant
OTB-release-6.6/Modules/Visualization/Monteverdi/src/mvdMainWindow.cxx:1034:3: note: Null pointer dereference
OTB-release-6.6/Modules/Visualization/MonteverdiCore/src/mvdDataStream.cxx:81:3: performance: Technically the member function 'mvd::StaticInitializer::Initialize' can be static. [functionStatic]
OTB-release-6.6/Modules/Visualization/MonteverdiCore/src/mvdDataStream.cxx:93:3: performance: Technically the member function 'mvd::StaticInitializer::Finalize' can be static. [functionStatic]
OTB-release-6.6/Modules/Visualization/MonteverdiCore/src/mvdSerializableInterface.cxx:109:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
OTB-release-6.6/Modules/Visualization/MonteverdiCore/src/mvdSerializableInterface.cxx:152:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
OTB-release-6.6/Modules/Visualization/MonteverdiCore/src/mvdVectorImageModel.cxx:231:7: style: Condition '!forceToCacheOvw' is always false [knownConditionTrueFalse]
OTB-release-6.6/Modules/Visualization/MonteverdiCore/src/mvdVectorImageModel.cxx:216:26: note: Assignment 'forceToCacheOvw=true', assigned value is 1
OTB-release-6.6/Modules/Visualization/MonteverdiCore/src/mvdVectorImageModel.cxx:231:7: note: Condition '!forceToCacheOvw' is always false
OTB-release-6.6/Modules/Visualization/MonteverdiGui/test/mvdApplicationsBrowserTest.cxx:55:0: error: Memory leak: browser [memleak]
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperApplicationHtmlDocGenerator.cxx:183:15: style: Variable 'paramDocs' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperComplexOutputImageParameter.cxx:156:0: style: Condition 'useStandardWriter' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperComplexOutputImageParameter.cxx:115:0: note: Assignment 'useStandardWriter=true', assigned value is 1
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperComplexOutputImageParameter.cxx:156:0: note: Condition 'useStandardWriter' is always true
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:225:31: warning: Either the condition '!n_OTB' is redundant or there is possible null pointer dereference: n_OTB. [nullPointerRedundantCheck]
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:203:6: note: Assuming that condition '!n_OTB' is not redundant
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:225:31: note: Null pointer dereference
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:160:5: style: Variable 'childElement' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:159:0: note: Variable 'childElement' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:160:5: note: Variable 'childElement' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:299:5: style: Variable 'n_Values' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:298:0: note: Variable 'n_Values' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:299:5: note: Variable 'n_Values' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:205:0: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:281:17: style: Variable 'paramName' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperInputProcessXMLParameter.cxx:266:15: error: Resource handle 'fp' freed twice. [doubleFree]
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperOutputImageParameter.cxx:298:6: style: Condition 'useStandardWriter' is always true [knownConditionTrueFalse]
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperOutputImageParameter.cxx:251:28: note: Assignment 'useStandardWriter=true', assigned value is 1
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperOutputImageParameter.cxx:298:6: note: Condition 'useStandardWriter' is always true
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperParameterGroup.cxx:175:19: style: Variable 'defaultXMLFileName' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Wrappers/ApplicationEngine/src/otbWrapperParameterGroup.cxx:195:21: style: Variable 'defaultXMLFileName' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:117:5: style: Variable 'n_Values' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:116:0: note: Variable 'n_Values' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:117:5: note: Variable 'n_Values' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:215:5: style: Variable 'n_Values' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:214:0: note: Variable 'n_Values' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:215:5: note: Variable 'n_Values' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:324:5: style: Variable 'childElement' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:323:0: note: Variable 'childElement' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:324:5: note: Variable 'childElement' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:218:19: style: Unused variable: values [unusedVariable]
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:278:15: style: Unused variable: exp [unusedVariable]
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx:355:15: style: The scope of the variable 'inXMLKey' can be reduced. [variableScope]
OTB-release-6.6/Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx:755:40: style: Variable 'names' is assigned a value that is never used. [unreadVariable]
OTB-release-6.6/Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetModel.cxx:135:18: style: The scope of the variable 'pName' can be reduced. [variableScope]
OTB-release-6.6/Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetParameterFactory.cxx:82:0: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
OTB-release-6.6/Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetParameterFactory.cxx:76:0: note: Variable 'widget' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetParameterFactory.cxx:82:0: note: Variable 'widget' is reassigned a value before the old one has been used.
OTB-release-6.6/Modules/Wrappers/QtWidget/test/otbWrapperQtWidgetParameterFactory.cxx:247:0: error: Memory leak: group [memleak]
OTB-release-6.6/Modules/Wrappers/QtWidget/test/otbWrapperQtWidgetShowWidget.cxx:92:5: warning: Either the condition 'if(mainWindow)' is redundant or there is possible null pointer dereference: mainWindow. [nullPointerRedundantCheck]
OTB-release-6.6/Modules/Wrappers/QtWidget/test/otbWrapperQtWidgetShowWidget.cxx:108:8: note: Assuming that condition 'if(mainWindow)' is not redundant
OTB-release-6.6/Modules/Wrappers/QtWidget/test/otbWrapperQtWidgetShowWidget.cxx:92:5: note: Null pointer dereference
OTB-release-6.6/Modules/Wrappers/QtWidget/test/otbWrapperQtWidgetShowWidget.cxx:93:5: warning: Either the condition 'if(mainWindow)' is redundant or there is possible null pointer dereference: mainWindow. [nullPointerRedundantCheck]
OTB-release-6.6/Modules/Wrappers/QtWidget/test/otbWrapperQtWidgetShowWidget.cxx:108:8: note: Assuming that condition 'if(mainWindow)' is not redundant
OTB-release-6.6/Modules/Wrappers/QtWidget/test/otbWrapperQtWidgetShowWidget.cxx:93:5: note: Null pointer dereference
OTB-release-6.6/Modules/Wrappers/QtWidget/test/otbWrapperQtWidgetShowWidget.cxx:96:5: warning: Either the condition 'if(mainWindow)' is redundant or there is possible null pointer dereference: mainWindow. [nullPointerRedundantCheck]
OTB-release-6.6/Modules/Wrappers/QtWidget/test/otbWrapperQtWidgetShowWidget.cxx:108:8: note: Assuming that condition 'if(mainWindow)' is not redundant
OTB-release-6.6/Modules/Wrappers/QtWidget/test/otbWrapperQtWidgetShowWidget.cxx:96:5: note: Null pointer dereference
OTB-release-6.6/Modules/Wrappers/SWIG/src/python/itkPyCommand.cxx:41:46: style: Function 'SetCommandCallable' argument 1 names different: declaration 'obj' definition 'theObj'. [funcArgNamesDifferent]
OTB-release-6.6/Modules/Wrappers/SWIG/src/python/itkPyCommand.h:69:37: note: Function 'SetCommandCallable' argument 1 names different: declaration 'obj' definition 'theObj'.
OTB-release-6.6/Modules/Wrappers/SWIG/src/python/itkPyCommand.cxx:41:46: note: Function 'SetCommandCallable' argument 1 names different: declaration 'obj' definition 'theObj'.
[14:37]

ftp://ftp.se.debian.org/debian/pool/main/o/otcl/otcl_1.14+dfsg.orig.tar.gz
otcl-1.14/otcl.c:30:0: error: #error Tcl distribution is TOO OLD [preprocessorErrorDirective]
otcl-1.14/otclAppInit.c:21:0: error: #error Tcl distribution TOO OLD [preprocessorErrorDirective]
otcl-1.14/otkAppInit.c:22:0: error: #error Tk distribution TOO OLD [preprocessorErrorDirective]
[14:37]

ftp://ftp.se.debian.org/debian/pool/main/o/otf/otf_1.12.5+dfsg.orig.tar.gz
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.c:45:81: style: Function 'OTFAUX_Thumbnail_declareProcess' argument 2 names different: declaration 'process' definition 'process_token'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.h:76:43: note: Function 'OTFAUX_Thumbnail_declareProcess' argument 2 names different: declaration 'process' definition 'process_token'.
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.c:45:81: note: Function 'OTFAUX_Thumbnail_declareProcess' argument 2 names different: declaration 'process' definition 'process_token'.
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.c:56:40: style: Function 'OTFAUX_Thumbnail_handleEnter' argument 3 names different: declaration 'process' definition 'process_token'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.h:94:40: note: Function 'OTFAUX_Thumbnail_handleEnter' argument 3 names different: declaration 'process' definition 'process_token'.
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.c:56:40: note: Function 'OTFAUX_Thumbnail_handleEnter' argument 3 names different: declaration 'process' definition 'process_token'.
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.c:57:40: style: Function 'OTFAUX_Thumbnail_handleEnter' argument 4 names different: declaration 'function' definition 'function_token'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.h:95:40: note: Function 'OTFAUX_Thumbnail_handleEnter' argument 4 names different: declaration 'function' definition 'function_token'.
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.c:57:40: note: Function 'OTFAUX_Thumbnail_handleEnter' argument 4 names different: declaration 'function' definition 'function_token'.
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.c:71:40: style: Function 'OTFAUX_Thumbnail_handleLeave' argument 3 names different: declaration 'process' definition 'process_token'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.h:112:40: note: Function 'OTFAUX_Thumbnail_handleLeave' argument 3 names different: declaration 'process' definition 'process_token'.
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.c:71:40: note: Function 'OTFAUX_Thumbnail_handleLeave' argument 3 names different: declaration 'process' definition 'process_token'.
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.c:219:38: style: Function 'OTFAUX_ThumbnailReader_read' argument 2 names different: declaration 'process_handler' definition 'handler'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.h:175:38: note: Function 'OTFAUX_ThumbnailReader_read' argument 2 names different: declaration 'process_handler' definition 'handler'.
otf-1.12.5+dfsg/otfauxlib/OTFAUX_Thumbnail.c:219:38: note: Function 'OTFAUX_ThumbnailReader_read' argument 2 names different: declaration 'process_handler' definition 'handler'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:36:75: style: Function 'OTF_CopyHandler_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:34:75: note: Function 'OTF_CopyHandler_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:36:75: note: Function 'OTF_CopyHandler_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:45:80: style: Function 'OTF_CopyHandler_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:38:11: note: Function 'OTF_CopyHandler_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:45:80: note: Function 'OTF_CopyHandler_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:46:29: style: Function 'OTF_CopyHandler_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:38:49: note: Function 'OTF_CopyHandler_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:46:29: note: Function 'OTF_CopyHandler_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:70:12: style: Function 'OTF_CopyHandler_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:47:76: note: Function 'OTF_CopyHandler_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:70:12: note: Function 'OTF_CopyHandler_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:71:12: style: Function 'OTF_CopyHandler_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:48:29: note: Function 'OTF_CopyHandler_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:71:12: note: Function 'OTF_CopyHandler_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:71:28: style: Function 'OTF_CopyHandler_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:48:49: note: Function 'OTF_CopyHandler_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:71:28: note: Function 'OTF_CopyHandler_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:80:12: style: Function 'OTF_CopyHandler_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:51:11: note: Function 'OTF_CopyHandler_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:80:12: note: Function 'OTF_CopyHandler_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:98:12: style: Function 'OTF_CopyHandler_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:56:75: note: Function 'OTF_CopyHandler_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:98:12: note: Function 'OTF_CopyHandler_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:99:12: style: Function 'OTF_CopyHandler_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:57:50: note: Function 'OTF_CopyHandler_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:99:12: note: Function 'OTF_CopyHandler_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:108:12: style: Function 'OTF_CopyHandler_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:61:11: note: Function 'OTF_CopyHandler_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:108:12: note: Function 'OTF_CopyHandler_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:116:72: style: Function 'OTF_CopyHandler_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:63:71: note: Function 'OTF_CopyHandler_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:116:72: note: Function 'OTF_CopyHandler_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:117:11: style: Function 'OTF_CopyHandler_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:64:11: note: Function 'OTF_CopyHandler_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:117:11: note: Function 'OTF_CopyHandler_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:117:29: style: Function 'OTF_CopyHandler_DefScl' argument 5 names different: declaration 'line' definition 'sclline'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:64:32: note: Function 'OTF_CopyHandler_DefScl' argument 5 names different: declaration 'line' definition 'sclline'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:117:29: note: Function 'OTF_CopyHandler_DefScl' argument 5 names different: declaration 'line' definition 'sclline'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:126:12: style: Function 'OTF_CopyHandler_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:67:11: note: Function 'OTF_CopyHandler_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:126:12: note: Function 'OTF_CopyHandler_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:126:34: style: Function 'OTF_CopyHandler_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:67:35: note: Function 'OTF_CopyHandler_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:126:34: note: Function 'OTF_CopyHandler_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:250:12: style: Function 'OTF_CopyHandler_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:122:11: note: Function 'OTF_CopyHandler_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:250:12: note: Function 'OTF_CopyHandler_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:258:68: style: Function 'OTF_CopyHandler_Enter' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:107:68: note: Function 'OTF_CopyHandler_Enter' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:258:68: note: Function 'OTF_CopyHandler_Enter' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:259:12: style: Function 'OTF_CopyHandler_Enter' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:108:11: note: Function 'OTF_CopyHandler_Enter' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:259:12: note: Function 'OTF_CopyHandler_Enter' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:259:28: style: Function 'OTF_CopyHandler_Enter' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:108:29: note: Function 'OTF_CopyHandler_Enter' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:259:28: note: Function 'OTF_CopyHandler_Enter' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:268:33: style: Function 'OTF_CopyHandler_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:125:29: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:268:33: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:268:57: style: Function 'OTF_CopyHandler_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:125:50: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:268:57: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:269:15: style: Function 'OTF_CopyHandler_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:126:11: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:269:15: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:270:34: style: Function 'OTF_CopyHandler_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:127:11: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:270:34: note: Function 'OTF_CopyHandler_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:303:12: style: Function 'OTF_CopyHandler_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:117:70: note: Function 'OTF_CopyHandler_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:303:12: note: Function 'OTF_CopyHandler_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:303:31: style: Function 'OTF_CopyHandler_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:118:11: note: Function 'OTF_CopyHandler_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:303:31: note: Function 'OTF_CopyHandler_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:303:48: style: Function 'OTF_CopyHandler_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:118:30: note: Function 'OTF_CopyHandler_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:303:48: note: Function 'OTF_CopyHandler_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:304:12: style: Function 'OTF_CopyHandler_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:118:46: note: Function 'OTF_CopyHandler_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:304:12: note: Function 'OTF_CopyHandler_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:304:30: style: Function 'OTF_CopyHandler_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:118:61: note: Function 'OTF_CopyHandler_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:304:30: note: Function 'OTF_CopyHandler_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:304:50: style: Function 'OTF_CopyHandler_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:119:11: note: Function 'OTF_CopyHandler_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:304:50: note: Function 'OTF_CopyHandler_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:313:48: style: Function 'OTF_CopyHandler_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:114:30: note: Function 'OTF_CopyHandler_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:313:48: note: Function 'OTF_CopyHandler_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:314:12: style: Function 'OTF_CopyHandler_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:114:46: note: Function 'OTF_CopyHandler_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:314:12: note: Function 'OTF_CopyHandler_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:314:30: style: Function 'OTF_CopyHandler_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:114:61: note: Function 'OTF_CopyHandler_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:314:30: note: Function 'OTF_CopyHandler_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:314:50: style: Function 'OTF_CopyHandler_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:115:11: note: Function 'OTF_CopyHandler_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:314:50: note: Function 'OTF_CopyHandler_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:322:68: style: Function 'OTF_CopyHandler_Leave' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:110:68: note: Function 'OTF_CopyHandler_Leave' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:322:68: note: Function 'OTF_CopyHandler_Leave' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:323:12: style: Function 'OTF_CopyHandler_Leave' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:111:11: note: Function 'OTF_CopyHandler_Leave' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:323:12: note: Function 'OTF_CopyHandler_Leave' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:323:28: style: Function 'OTF_CopyHandler_Leave' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:111:29: note: Function 'OTF_CopyHandler_Leave' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:323:28: note: Function 'OTF_CopyHandler_Leave' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:542:12: style: Function 'OTF_CopyHandler_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:215:48: note: Function 'OTF_CopyHandler_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:542:12: note: Function 'OTF_CopyHandler_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:542:28: style: Function 'OTF_CopyHandler_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:216:11: note: Function 'OTF_CopyHandler_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:542:28: note: Function 'OTF_CopyHandler_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:542:47: style: Function 'OTF_CopyHandler_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:216:30: note: Function 'OTF_CopyHandler_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:542:47: note: Function 'OTF_CopyHandler_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:553:28: style: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:219:11: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:553:28: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:554:12: style: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:219:49: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:554:12: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:554:29: style: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:220:11: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:554:29: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:554:49: style: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.h:220:30: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler.c:554:49: note: Function 'OTF_CopyHandler_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:36:82: style: Function 'OTF_CopyHandler_stream_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:34:82: note: Function 'OTF_CopyHandler_stream_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:36:82: note: Function 'OTF_CopyHandler_stream_DefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:45:87: style: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:38:11: note: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:45:87: note: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:46:29: style: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:38:49: note: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:46:29: note: Function 'OTF_CopyHandler_stream_DefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:70:12: style: Function 'OTF_CopyHandler_stream_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:47:83: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:70:12: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:71:12: style: Function 'OTF_CopyHandler_stream_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:48:29: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:71:12: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:71:28: style: Function 'OTF_CopyHandler_stream_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:48:49: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:71:28: note: Function 'OTF_CopyHandler_stream_DefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:80:12: style: Function 'OTF_CopyHandler_stream_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:51:11: note: Function 'OTF_CopyHandler_stream_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:80:12: note: Function 'OTF_CopyHandler_stream_DefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:98:12: style: Function 'OTF_CopyHandler_stream_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:56:82: note: Function 'OTF_CopyHandler_stream_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:98:12: note: Function 'OTF_CopyHandler_stream_DefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:99:12: style: Function 'OTF_CopyHandler_stream_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:57:50: note: Function 'OTF_CopyHandler_stream_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:99:12: note: Function 'OTF_CopyHandler_stream_DefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:108:12: style: Function 'OTF_CopyHandler_stream_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:61:11: note: Function 'OTF_CopyHandler_stream_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:108:12: note: Function 'OTF_CopyHandler_stream_DefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:116:79: style: Function 'OTF_CopyHandler_stream_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:63:78: note: Function 'OTF_CopyHandler_stream_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:116:79: note: Function 'OTF_CopyHandler_stream_DefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:117:11: style: Function 'OTF_CopyHandler_stream_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:64:11: note: Function 'OTF_CopyHandler_stream_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:117:11: note: Function 'OTF_CopyHandler_stream_DefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:117:29: style: Function 'OTF_CopyHandler_stream_DefScl' argument 5 names different: declaration 'line' definition 'sclline'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:64:32: note: Function 'OTF_CopyHandler_stream_DefScl' argument 5 names different: declaration 'line' definition 'sclline'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:117:29: note: Function 'OTF_CopyHandler_stream_DefScl' argument 5 names different: declaration 'line' definition 'sclline'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:126:12: style: Function 'OTF_CopyHandler_stream_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:67:11: note: Function 'OTF_CopyHandler_stream_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:126:12: note: Function 'OTF_CopyHandler_stream_DefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:126:34: style: Function 'OTF_CopyHandler_stream_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:67:35: note: Function 'OTF_CopyHandler_stream_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:126:34: note: Function 'OTF_CopyHandler_stream_DefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:249:12: style: Function 'OTF_CopyHandler_stream_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:123:11: note: Function 'OTF_CopyHandler_stream_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:249:12: note: Function 'OTF_CopyHandler_stream_Counter' argument 4 names different: declaration 'counter' definition 'counter_token'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:257:75: style: Function 'OTF_CopyHandler_stream_Enter' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:108:75: note: Function 'OTF_CopyHandler_stream_Enter' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:257:75: note: Function 'OTF_CopyHandler_stream_Enter' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:258:12: style: Function 'OTF_CopyHandler_stream_Enter' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:109:11: note: Function 'OTF_CopyHandler_stream_Enter' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:258:12: note: Function 'OTF_CopyHandler_stream_Enter' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:258:28: style: Function 'OTF_CopyHandler_stream_Enter' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:109:29: note: Function 'OTF_CopyHandler_stream_Enter' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:258:28: note: Function 'OTF_CopyHandler_stream_Enter' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:267:33: style: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:126:29: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:267:33: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 4 names different: declaration 'collective' definition 'functionToken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:267:57: style: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:126:50: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:267:57: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:268:15: style: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:127:11: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:268:15: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:269:34: style: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:128:11: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:269:34: note: Function 'OTF_CopyHandler_stream_CollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:302:12: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:118:77: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:302:12: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 3 names different: declaration 'recvProc' definition 'receiver'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:302:31: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:119:11: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:302:31: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 4 names different: declaration 'sendProc' definition 'sender'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:302:48: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:119:30: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:302:48: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 5 names different: declaration 'group' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:303:12: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:119:46: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:303:12: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:303:30: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:119:61: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:303:30: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:303:50: style: Function 'OTF_CopyHandler_stream_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:120:11: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:303:50: note: Function 'OTF_CopyHandler_stream_RecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:312:48: style: Function 'OTF_CopyHandler_stream_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:115:30: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:312:48: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 5 names different: declaration 'group' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:313:12: style: Function 'OTF_CopyHandler_stream_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:115:46: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:313:12: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 6 names different: declaration 'type' definition 'msgtype'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:313:30: style: Function 'OTF_CopyHandler_stream_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:115:61: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:313:30: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:313:50: style: Function 'OTF_CopyHandler_stream_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:116:11: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:313:50: note: Function 'OTF_CopyHandler_stream_SendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:321:75: style: Function 'OTF_CopyHandler_stream_Leave' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:111:75: note: Function 'OTF_CopyHandler_stream_Leave' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:321:75: note: Function 'OTF_CopyHandler_stream_Leave' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:322:12: style: Function 'OTF_CopyHandler_stream_Leave' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:112:11: note: Function 'OTF_CopyHandler_stream_Leave' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:322:12: note: Function 'OTF_CopyHandler_stream_Leave' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:322:28: style: Function 'OTF_CopyHandler_stream_Leave' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:112:29: note: Function 'OTF_CopyHandler_stream_Leave' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:322:28: note: Function 'OTF_CopyHandler_stream_Leave' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:541:12: style: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:217:48: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:541:12: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 5 names different: declaration 'invocations' definition 'count'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:541:28: style: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:218:11: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:541:28: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:541:47: style: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:218:30: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:541:47: note: Function 'OTF_CopyHandler_stream_FunctionSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:552:28: style: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:221:11: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:552:28: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 3 names different: declaration 'funcGroup' definition 'functiongroup'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:553:12: style: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:221:49: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:553:12: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 5 names different: declaration 'invocations' definition 'count'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:553:29: style: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:222:11: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:553:29: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 6 names different: declaration 'exclTime' definition 'excltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:553:49: style: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.h:222:30: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
otf-1.12.5+dfsg/otflib/OTF_CopyHandler_stream.c:553:49: note: Function 'OTF_CopyHandler_stream_FunctionGroupSummary' argument 7 names different: declaration 'inclTime' definition 'incltime'.
otf-1.12.5+dfsg/otflib/OTF_File.c:685:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/otflib/OTF_File.c:81:31: style: Function 'OTF_File_init' argument 1 names different: declaration 'o' definition 'file'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_File.h:152:31: note: Function 'OTF_File_init' argument 1 names different: declaration 'o' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_File.c:81:31: note: Function 'OTF_File_init' argument 1 names different: declaration 'o' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_File.c:104:35: style: Function 'OTF_File_finalize' argument 1 names different: declaration 'o' definition 'file'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_File.h:155:35: note: Function 'OTF_File_finalize' argument 1 names different: declaration 'o' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_File.c:104:35: note: Function 'OTF_File_finalize' argument 1 names different: declaration 'o' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_File.c:1094:41: style: Function 'OTF_File_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_File.h:214:41: note: Function 'OTF_File_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'.
otf-1.12.5+dfsg/otflib/OTF_File.c:1094:41: note: Function 'OTF_File_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:211:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:506:2: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:513:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:163:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:90:49: style: Function 'OTF_FileManager_finalize' argument 1 names different: declaration 'fh' definition 'manager'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:62:49: note: Function 'OTF_FileManager_finalize' argument 1 names different: declaration 'fh' definition 'manager'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:90:49: note: Function 'OTF_FileManager_finalize' argument 1 names different: declaration 'fh' definition 'manager'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:208:46: style: Function 'OTF_FileManager_close' argument 1 names different: declaration 'm' definition 'fh'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_FileManager.h:52:46: note: Function 'OTF_FileManager_close' argument 1 names different: declaration 'm' definition 'fh'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:208:46: note: Function 'OTF_FileManager_close' argument 1 names different: declaration 'm' definition 'fh'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:216:53: style: Function 'OTF_FileManager_getCount' argument 1 names different: declaration 'm' definition 'fh'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_FileManager.h:55:53: note: Function 'OTF_FileManager_getCount' argument 1 names different: declaration 'm' definition 'fh'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:216:53: note: Function 'OTF_FileManager_getCount' argument 1 names different: declaration 'm' definition 'fh'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:223:54: style: Function 'OTF_FileManager_getNumber' argument 1 names different: declaration 'm' definition 'fh'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_FileManager.h:58:54: note: Function 'OTF_FileManager_getNumber' argument 1 names different: declaration 'm' definition 'fh'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:223:54: note: Function 'OTF_FileManager_getNumber' argument 1 names different: declaration 'm' definition 'fh'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:230:54: style: Function 'OTF_FileManager_setNumber' argument 1 names different: declaration 'm' definition 'fh'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_FileManager.h:61:54: note: Function 'OTF_FileManager_setNumber' argument 1 names different: declaration 'm' definition 'fh'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:230:54: note: Function 'OTF_FileManager_setNumber' argument 1 names different: declaration 'm' definition 'fh'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:397:70: style: Function 'OTF_FileManager_listUnlinkAtHead' argument 2 names different: declaration 'entry' definition 'file'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:65:70: note: Function 'OTF_FileManager_listUnlinkAtHead' argument 2 names different: declaration 'entry' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:397:70: note: Function 'OTF_FileManager_listUnlinkAtHead' argument 2 names different: declaration 'entry' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:444:70: style: Function 'OTF_FileManager_listUnlinkAtTail' argument 2 names different: declaration 'entry' definition 'file'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:66:70: note: Function 'OTF_FileManager_listUnlinkAtTail' argument 2 names different: declaration 'entry' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_FileManager.c:444:70: note: Function 'OTF_FileManager_listUnlinkAtTail' argument 2 names different: declaration 'entry' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.c:767:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.c:601:25: style: Condition 'file->mode==OTF_FILEMODE_READ' is always true [knownConditionTrueFalse]
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.c:176:36: style: Function 'OTF_File_iofsl_init' argument 1 names different: declaration 'o' definition 'file'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.h:26:36: note: Function 'OTF_File_iofsl_init' argument 1 names different: declaration 'o' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.c:176:36: note: Function 'OTF_File_iofsl_init' argument 1 names different: declaration 'o' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.c:224:41: style: Function 'OTF_File_iofsl_finalize' argument 1 names different: declaration 'o' definition 'file'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.h:33:41: note: Function 'OTF_File_iofsl_finalize' argument 1 names different: declaration 'o' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.c:224:41: note: Function 'OTF_File_iofsl_finalize' argument 1 names different: declaration 'o' definition 'file'.
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.c:1003:42: style: Function 'OTF_File_iofsl_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.h:91:41: note: Function 'OTF_File_iofsl_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'.
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.c:1003:42: note: Function 'OTF_File_iofsl_open_zlevel' argument 4 names different: declaration 'compression' definition 'zlevel'.
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.c:1321:60: style: Function 'OTF_File_iofsl_read_internal' argument 2 names different: declaration 'dest' definition 'vdest'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.h:97:60: note: Function 'OTF_File_iofsl_read_internal' argument 2 names different: declaration 'dest' definition 'vdest'.
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.c:1321:60: note: Function 'OTF_File_iofsl_read_internal' argument 2 names different: declaration 'dest' definition 'vdest'.
otf-1.12.5+dfsg/otflib/OTF_File_iofsl.c:344:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
otf-1.12.5+dfsg/otflib/OTF_HandlerArray.c:123:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/otflib/OTF_HandlerArray.c:520:16: style: Function 'OTF_HandlerArray_getCopyHandler_stream' argument 2 names different: declaration 'writer' definition 'wstream'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_HandlerArray.h:87:22: note: Function 'OTF_HandlerArray_getCopyHandler_stream' argument 2 names different: declaration 'writer' definition 'wstream'.
otf-1.12.5+dfsg/otflib/OTF_HandlerArray.c:520:16: note: Function 'OTF_HandlerArray_getCopyHandler_stream' argument 2 names different: declaration 'writer' definition 'wstream'.
otf-1.12.5+dfsg/otflib/OTF_KeyValue.c:443:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
otf-1.12.5+dfsg/otflib/OTF_KeyValue.c:449:16: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
otf-1.12.5+dfsg/otflib/OTF_KeyValue.c:455:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
otf-1.12.5+dfsg/otflib/OTF_KeyValue.c:461:16: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:126:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:691:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:683:0: note: Variable 'filename' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:691:2: note: Variable 'filename' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:351:15: style: The scope of the variable 'c' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:430:15: style: The scope of the variable 'middle' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:504:15: style: The scope of the variable 'middle' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:633:15: style: The scope of the variable 'c' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:687:16: style: The scope of the variable 'e' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:772:16: style: The scope of the variable 'e' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:831:16: style: The scope of the variable 'e' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:864:11: style: The scope of the variable 'middle' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:961:11: style: The scope of the variable 'middle' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:638:9: style: Checking if unsigned variable 'mc->rn' is less than zero. [unsignedLessThanZero]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:498:12: style: Function 'OTF_MasterControl_insertRMapEntry' argument 2 names different: declaration 'value' definition 'rargument'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:44:11: note: Function 'OTF_MasterControl_insertRMapEntry' argument 2 names different: declaration 'value' definition 'rargument'.
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:498:12: note: Function 'OTF_MasterControl_insertRMapEntry' argument 2 names different: declaration 'value' definition 'rargument'.
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:498:32: style: Function 'OTF_MasterControl_insertRMapEntry' argument 3 names different: declaration 'argument' definition 'rvalue'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:44:27: note: Function 'OTF_MasterControl_insertRMapEntry' argument 3 names different: declaration 'argument' definition 'rvalue'.
otf-1.12.5+dfsg/otflib/OTF_MasterControl.c:498:32: note: Function 'OTF_MasterControl_insertRMapEntry' argument 3 names different: declaration 'argument' definition 'rvalue'.
otf-1.12.5+dfsg/otflib/OTF_Parse.c:1315:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Parse.c:1399:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Parse.c:1448:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Parse.c:5034:89: style: Function 'OTF_Reader_readDefMarker' argument 3 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Parse.c:377:40: note: Function 'OTF_Reader_readDefMarker' argument 3 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Parse.c:5034:89: note: Function 'OTF_Reader_readDefMarker' argument 3 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Parse.c:5063:7: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
otf-1.12.5+dfsg/otflib/OTF_Parse.c:5113:7: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
otf-1.12.5+dfsg/otflib/OTF_Platform.c:302:3: error: Memory leak: c [memleak]
otf-1.12.5+dfsg/otflib/OTF_Platform.c:230:11: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
otf-1.12.5+dfsg/otflib/OTF_Platform.c:240:3: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:324:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:559:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:553:0: note: Variable 'ret' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:559:2: note: Variable 'ret' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:477:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:860:7: style: The scope of the variable 'c' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:891:7: style: The scope of the variable 'c' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:1091:11: style: The scope of the variable 'posC' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:1098:8: style: The scope of the variable 'ret2' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:1352:7: style: The scope of the variable 'c' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:1039:8: style: Checking if unsigned variable 'searchRange' is less than zero. [unsignedLessThanZero]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:1199:11: style: Variable 'timeA' is assigned a value that is never used. [unreadVariable]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:1193:11: style: Variable 'timeB' is assigned a value that is never used. [unreadVariable]
otf-1.12.5+dfsg/otflib/OTF_RBuffer.c:568:35: style: Array index 'c' is used before limits check. [arrayIndexThenCheck]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:197:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:206:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:285:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:351:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:411:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:472:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:640:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:642:7: style: The scope of the variable 'next_char' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:701:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:708:7: style: The scope of the variable 'next_char' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:787:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:794:7: style: The scope of the variable 'next_char' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:873:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:880:7: style: The scope of the variable 'next_char' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:961:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:963:7: style: The scope of the variable 'next_char' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_RStream.c:142:44: style: Function 'OTF_RStream_open' argument 1 names different: declaration 'nameStub' definition 'namestub'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_RStream.h:198:44: note: Function 'OTF_RStream_open' argument 1 names different: declaration 'nameStub' definition 'namestub'.
otf-1.12.5+dfsg/otflib/OTF_RStream.c:142:44: note: Function 'OTF_RStream_open' argument 1 names different: declaration 'nameStub' definition 'namestub'.
otf-1.12.5+dfsg/otflib/OTF_Reader.c:1264:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:302:11: style: The scope of the variable 'c' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:415:11: style: The scope of the variable 'j' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:416:10: style: The scope of the variable 'enabled' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:417:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:510:11: style: The scope of the variable 'j' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:511:10: style: The scope of the variable 'enabled' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:512:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:603:11: style: The scope of the variable 'j' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:604:10: style: The scope of the variable 'enabled' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:605:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:688:11: style: The scope of the variable 'j' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:689:10: style: The scope of the variable 'enabled' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:690:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:773:11: style: The scope of the variable 'j' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:774:10: style: The scope of the variable 'enabled' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:775:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:875:10: style: The scope of the variable 'v' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:876:10: style: The scope of the variable 'w' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:992:6: style: The scope of the variable 'j' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:1371:11: style: The scope of the variable 'middle' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:1637:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:1645:11: style: The scope of the variable 'p' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:1967:11: style: The scope of the variable 'p' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:1970:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:2277:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:2285:11: style: The scope of the variable 'p' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:2611:11: style: The scope of the variable 'p' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:2614:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:2919:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:2927:11: style: The scope of the variable 'p' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:3256:11: style: The scope of the variable 'p' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:3259:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:3859:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:3884:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:3909:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Reader.c:191:10: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
otf-1.12.5+dfsg/otflib/OTF_WBuffer.c:143:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/otflib/OTF_WBuffer.c:643:7: style: The scope of the variable 'v' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_WStream.c:234:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/otflib/OTF_WStream.c:282:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_WStream.c:358:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_WStream.c:434:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_WStream.c:513:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_WStream.c:584:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_WStream.c:2250:12: style: Function 'OTF_WStream_writeRecvMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_WStream.h:712:14: note: Function 'OTF_WStream_writeRecvMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:2250:12: note: Function 'OTF_WStream_writeRecvMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:2315:12: style: Function 'OTF_WStream_writeRecvMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_WStream.h:704:14: note: Function 'OTF_WStream_writeRecvMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:2315:12: note: Function 'OTF_WStream_writeRecvMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:2324:54: style: Function 'OTF_WStream_writeSendMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_WStream.h:728:14: note: Function 'OTF_WStream_writeSendMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:2324:54: note: Function 'OTF_WStream_writeSendMsgKV' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:2388:54: style: Function 'OTF_WStream_writeSendMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_WStream.h:720:14: note: Function 'OTF_WStream_writeSendMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:2388:54: note: Function 'OTF_WStream_writeSendMsg' argument 6 names different: declaration 'msgtype' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:3498:32: style: Function 'OTF_WStream_writeSendSnapshotKV' argument 7 names different: declaration 'type' definition 'tag'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_WStream.h:1012:32: note: Function 'OTF_WStream_writeSendSnapshotKV' argument 7 names different: declaration 'type' definition 'tag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:3498:32: note: Function 'OTF_WStream_writeSendSnapshotKV' argument 7 names different: declaration 'type' definition 'tag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:3575:32: style: Function 'OTF_WStream_writeSendSnapshot' argument 7 names different: declaration 'type' definition 'tag'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_WStream.h:1004:32: note: Function 'OTF_WStream_writeSendSnapshot' argument 7 names different: declaration 'type' definition 'tag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:3575:32: note: Function 'OTF_WStream_writeSendSnapshot' argument 7 names different: declaration 'type' definition 'tag'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:4097:12: style: Function 'OTF_WStream_writeMessageSummaryKV' argument 8 names different: declaration 'number_recved' definition 'number_recvd'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_WStream.h:1157:63: note: Function 'OTF_WStream_writeMessageSummaryKV' argument 8 names different: declaration 'number_recved' definition 'number_recvd'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:4097:12: note: Function 'OTF_WStream_writeMessageSummaryKV' argument 8 names different: declaration 'number_recved' definition 'number_recvd'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:4161:12: style: Function 'OTF_WStream_writeMessageSummary' argument 8 names different: declaration 'number_recved' definition 'number_recvd'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_WStream.h:1148:63: note: Function 'OTF_WStream_writeMessageSummary' argument 8 names different: declaration 'number_recved' definition 'number_recvd'.
otf-1.12.5+dfsg/otflib/OTF_WStream.c:4161:12: note: Function 'OTF_WStream_writeMessageSummary' argument 8 names different: declaration 'number_recved' definition 'number_recvd'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:228:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/otflib/OTF_Writer.c:385:11: style: The scope of the variable 'c' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Writer.c:507:11: style: The scope of the variable 'n' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Writer.c:508:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/otflib/OTF_Writer.c:538:10: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
otf-1.12.5+dfsg/otflib/OTF_Writer.c:153:42: style: Function 'OTF_Writer_open' argument 1 names different: declaration 'fileNamePrefix' definition 'namestub'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:125:42: note: Function 'OTF_Writer_open' argument 1 names different: declaration 'fileNamePrefix' definition 'namestub'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:153:42: note: Function 'OTF_Writer_open' argument 1 names different: declaration 'fileNamePrefix' definition 'namestub'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:153:61: style: Function 'OTF_Writer_open' argument 2 names different: declaration 'numberOfStreams' definition 'm'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:126:39: note: Function 'OTF_Writer_open' argument 2 names different: declaration 'numberOfStreams' definition 'm'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:153:61: note: Function 'OTF_Writer_open' argument 2 names different: declaration 'numberOfStreams' definition 'm'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:153:81: style: Function 'OTF_Writer_open' argument 3 names different: declaration 'fileManager' definition 'manager'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:127:47: note: Function 'OTF_Writer_open' argument 3 names different: declaration 'fileManager' definition 'manager'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:153:81: note: Function 'OTF_Writer_open' argument 3 names different: declaration 'fileManager' definition 'manager'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:380:65: style: Function 'OTF_Writer_getStream' argument 2 names different: declaration 'stream' definition 'streamId'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:328:65: note: Function 'OTF_Writer_getStream' argument 2 names different: declaration 'stream' definition 'streamId'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:380:65: note: Function 'OTF_Writer_getStream' argument 2 names different: declaration 'stream' definition 'streamId'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:502:62: style: Function 'OTF_Writer_mapProcess' argument 2 names different: declaration 'processId' definition 'process'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:323:62: note: Function 'OTF_Writer_mapProcess' argument 2 names different: declaration 'processId' definition 'process'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:502:62: note: Function 'OTF_Writer_mapProcess' argument 2 names different: declaration 'processId' definition 'process'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:606:69: style: Function 'OTF_Writer_writeDefinitionComment' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:348:49: note: Function 'OTF_Writer_writeDefinitionComment' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:606:69: note: Function 'OTF_Writer_writeDefinitionComment' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:621:71: style: Function 'OTF_Writer_writeDefinitionCommentKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:361:49: note: Function 'OTF_Writer_writeDefinitionCommentKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:621:71: note: Function 'OTF_Writer_writeDefinitionCommentKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:637:70: style: Function 'OTF_Writer_writeDefTimerResolution' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:383:50: note: Function 'OTF_Writer_writeDefTimerResolution' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:637:70: note: Function 'OTF_Writer_writeDefTimerResolution' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:652:72: style: Function 'OTF_Writer_writeDefTimerResolutionKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:396:50: note: Function 'OTF_Writer_writeDefTimerResolutionKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:652:72: note: Function 'OTF_Writer_writeDefTimerResolutionKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:668:62: style: Function 'OTF_Writer_writeDefProcess' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:419:42: note: Function 'OTF_Writer_writeDefProcess' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:668:62: note: Function 'OTF_Writer_writeDefProcess' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:669:12: style: Function 'OTF_Writer_writeDefProcess' argument 3 names different: declaration 'process' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:420:42: note: Function 'OTF_Writer_writeDefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:669:12: note: Function 'OTF_Writer_writeDefProcess' argument 3 names different: declaration 'process' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:683:64: style: Function 'OTF_Writer_writeDefProcessKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:434:42: note: Function 'OTF_Writer_writeDefProcessKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:683:64: note: Function 'OTF_Writer_writeDefProcessKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:684:12: style: Function 'OTF_Writer_writeDefProcessKV' argument 3 names different: declaration 'process' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:435:42: note: Function 'OTF_Writer_writeDefProcessKV' argument 3 names different: declaration 'process' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:684:12: note: Function 'OTF_Writer_writeDefProcessKV' argument 3 names different: declaration 'process' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:699:67: style: Function 'OTF_Writer_writeDefProcessGroup' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:466:47: note: Function 'OTF_Writer_writeDefProcessGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:699:67: note: Function 'OTF_Writer_writeDefProcessGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:700:12: style: Function 'OTF_Writer_writeDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:467:47: note: Function 'OTF_Writer_writeDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:700:12: note: Function 'OTF_Writer_writeDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:700:49: style: Function 'OTF_Writer_writeDefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:469:47: note: Function 'OTF_Writer_writeDefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:700:49: note: Function 'OTF_Writer_writeDefProcessGroup' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:701:19: style: Function 'OTF_Writer_writeDefProcessGroup' argument 6 names different: declaration 'procs' definition 'array'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:470:54: note: Function 'OTF_Writer_writeDefProcessGroup' argument 6 names different: declaration 'procs' definition 'array'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:701:19: note: Function 'OTF_Writer_writeDefProcessGroup' argument 6 names different: declaration 'procs' definition 'array'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:716:69: style: Function 'OTF_Writer_writeDefProcessGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:482:47: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:716:69: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:717:12: style: Function 'OTF_Writer_writeDefProcessGroupKV' argument 3 names different: declaration 'procGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:483:47: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:717:12: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 3 names different: declaration 'procGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:717:49: style: Function 'OTF_Writer_writeDefProcessGroupKV' argument 5 names different: declaration 'numberOfProcs' definition 'n'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:485:47: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:717:49: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 5 names different: declaration 'numberOfProcs' definition 'n'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:718:19: style: Function 'OTF_Writer_writeDefProcessGroupKV' argument 6 names different: declaration 'procs' definition 'array'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:486:54: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 6 names different: declaration 'procs' definition 'array'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:718:19: note: Function 'OTF_Writer_writeDefProcessGroupKV' argument 6 names different: declaration 'procs' definition 'array'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:734:69: style: Function 'OTF_Writer_writeDefAttributeList' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:509:20: note: Function 'OTF_Writer_writeDefAttributeList' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:734:69: note: Function 'OTF_Writer_writeDefAttributeList' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:749:71: style: Function 'OTF_Writer_writeDefAttributeListKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:524:20: note: Function 'OTF_Writer_writeDefAttributeListKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:749:71: note: Function 'OTF_Writer_writeDefAttributeListKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:765:79: style: Function 'OTF_Writer_writeDefProcessOrGroupAttributes' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:547:17: note: Function 'OTF_Writer_writeDefProcessOrGroupAttributes' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:765:79: note: Function 'OTF_Writer_writeDefProcessOrGroupAttributes' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:780:81: style: Function 'OTF_Writer_writeDefProcessOrGroupAttributesKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:561:17: note: Function 'OTF_Writer_writeDefProcessOrGroupAttributesKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:780:81: note: Function 'OTF_Writer_writeDefProcessOrGroupAttributesKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:796:63: style: Function 'OTF_Writer_writeDefFunction' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:594:43: note: Function 'OTF_Writer_writeDefFunction' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:796:63: note: Function 'OTF_Writer_writeDefFunction' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:797:11: style: Function 'OTF_Writer_writeDefFunction' argument 3 names different: declaration 'func' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:595:43: note: Function 'OTF_Writer_writeDefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:797:11: note: Function 'OTF_Writer_writeDefFunction' argument 3 names different: declaration 'func' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:797:48: style: Function 'OTF_Writer_writeDefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:597:43: note: Function 'OTF_Writer_writeDefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:797:48: note: Function 'OTF_Writer_writeDefFunction' argument 5 names different: declaration 'funcGroup' definition 'group'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:797:64: style: Function 'OTF_Writer_writeDefFunction' argument 6 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:598:43: note: Function 'OTF_Writer_writeDefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:797:64: note: Function 'OTF_Writer_writeDefFunction' argument 6 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:812:65: style: Function 'OTF_Writer_writeDefFunctionKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:610:43: note: Function 'OTF_Writer_writeDefFunctionKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:812:65: note: Function 'OTF_Writer_writeDefFunctionKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:813:11: style: Function 'OTF_Writer_writeDefFunctionKV' argument 3 names different: declaration 'func' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:611:43: note: Function 'OTF_Writer_writeDefFunctionKV' argument 3 names different: declaration 'func' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:813:11: note: Function 'OTF_Writer_writeDefFunctionKV' argument 3 names different: declaration 'func' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:813:48: style: Function 'OTF_Writer_writeDefFunctionKV' argument 5 names different: declaration 'funcGroup' definition 'group'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:613:43: note: Function 'OTF_Writer_writeDefFunctionKV' argument 5 names different: declaration 'funcGroup' definition 'group'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:813:48: note: Function 'OTF_Writer_writeDefFunctionKV' argument 5 names different: declaration 'funcGroup' definition 'group'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:813:64: style: Function 'OTF_Writer_writeDefFunctionKV' argument 6 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:614:43: note: Function 'OTF_Writer_writeDefFunctionKV' argument 6 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:813:64: note: Function 'OTF_Writer_writeDefFunctionKV' argument 6 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:829:68: style: Function 'OTF_Writer_writeDefFunctionGroup' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:634:48: note: Function 'OTF_Writer_writeDefFunctionGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:829:68: note: Function 'OTF_Writer_writeDefFunctionGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:830:12: style: Function 'OTF_Writer_writeDefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:635:48: note: Function 'OTF_Writer_writeDefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:830:12: note: Function 'OTF_Writer_writeDefFunctionGroup' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:844:70: style: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:648:48: note: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:844:70: note: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:845:12: style: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 3 names different: declaration 'funcGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:649:48: note: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:845:12: note: Function 'OTF_Writer_writeDefFunctionGroupKV' argument 3 names different: declaration 'funcGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:860:74: style: Function 'OTF_Writer_writeDefCollectiveOperation' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:675:54: note: Function 'OTF_Writer_writeDefCollectiveOperation' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:860:74: note: Function 'OTF_Writer_writeDefCollectiveOperation' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:861:12: style: Function 'OTF_Writer_writeDefCollectiveOperation' argument 3 names different: declaration 'collOp' definition 'collective'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:676:54: note: Function 'OTF_Writer_writeDefCollectiveOperation' argument 3 names different: declaration 'collOp' definition 'collective'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:861:12: note: Function 'OTF_Writer_writeDefCollectiveOperation' argument 3 names different: declaration 'collOp' definition 'collective'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:875:76: style: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:690:54: note: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:875:76: note: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:876:12: style: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 3 names different: declaration 'collOp' definition 'collective'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:691:54: note: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 3 names different: declaration 'collOp' definition 'collective'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:876:12: note: Function 'OTF_Writer_writeDefCollectiveOperationKV' argument 3 names different: declaration 'collOp' definition 'collective'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:891:62: style: Function 'OTF_Writer_writeDefCounter' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:735:42: note: Function 'OTF_Writer_writeDefCounter' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:891:62: note: Function 'OTF_Writer_writeDefCounter' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:892:12: style: Function 'OTF_Writer_writeDefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:736:42: note: Function 'OTF_Writer_writeDefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:892:12: note: Function 'OTF_Writer_writeDefCounter' argument 3 names different: declaration 'counter' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:893:12: style: Function 'OTF_Writer_writeDefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:739:42: note: Function 'OTF_Writer_writeDefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:893:12: note: Function 'OTF_Writer_writeDefCounter' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:908:64: style: Function 'OTF_Writer_writeDefCounterKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:752:42: note: Function 'OTF_Writer_writeDefCounterKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:908:64: note: Function 'OTF_Writer_writeDefCounterKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:909:12: style: Function 'OTF_Writer_writeDefCounterKV' argument 3 names different: declaration 'counter' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:753:42: note: Function 'OTF_Writer_writeDefCounterKV' argument 3 names different: declaration 'counter' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:909:12: note: Function 'OTF_Writer_writeDefCounterKV' argument 3 names different: declaration 'counter' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:910:12: style: Function 'OTF_Writer_writeDefCounterKV' argument 6 names different: declaration 'counterGroup' definition 'countergroup'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:756:42: note: Function 'OTF_Writer_writeDefCounterKV' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:910:12: note: Function 'OTF_Writer_writeDefCounterKV' argument 6 names different: declaration 'counterGroup' definition 'countergroup'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:926:67: style: Function 'OTF_Writer_writeDefCounterGroup' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:776:47: note: Function 'OTF_Writer_writeDefCounterGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:926:67: note: Function 'OTF_Writer_writeDefCounterGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:927:12: style: Function 'OTF_Writer_writeDefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:777:47: note: Function 'OTF_Writer_writeDefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:927:12: note: Function 'OTF_Writer_writeDefCounterGroup' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:941:69: style: Function 'OTF_Writer_writeDefCounterGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:790:47: note: Function 'OTF_Writer_writeDefCounterGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:941:69: note: Function 'OTF_Writer_writeDefCounterGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:942:12: style: Function 'OTF_Writer_writeDefCounterGroupKV' argument 3 names different: declaration 'counterGroup' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:791:47: note: Function 'OTF_Writer_writeDefCounterGroupKV' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:942:12: note: Function 'OTF_Writer_writeDefCounterGroupKV' argument 3 names different: declaration 'counterGroup' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:957:58: style: Function 'OTF_Writer_writeDefScl' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:814:38: note: Function 'OTF_Writer_writeDefScl' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:957:58: note: Function 'OTF_Writer_writeDefScl' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:958:12: style: Function 'OTF_Writer_writeDefScl' argument 3 names different: declaration 'source' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:815:38: note: Function 'OTF_Writer_writeDefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:958:12: note: Function 'OTF_Writer_writeDefScl' argument 3 names different: declaration 'source' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:958:31: style: Function 'OTF_Writer_writeDefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:816:38: note: Function 'OTF_Writer_writeDefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:958:31: note: Function 'OTF_Writer_writeDefScl' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:958:49: style: Function 'OTF_Writer_writeDefScl' argument 5 names different: declaration 'line' definition 'sclline'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:817:38: note: Function 'OTF_Writer_writeDefScl' argument 5 names different: declaration 'line' definition 'sclline'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:958:49: note: Function 'OTF_Writer_writeDefScl' argument 5 names different: declaration 'line' definition 'sclline'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:972:60: style: Function 'OTF_Writer_writeDefSclKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:829:38: note: Function 'OTF_Writer_writeDefSclKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:972:60: note: Function 'OTF_Writer_writeDefSclKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:973:12: style: Function 'OTF_Writer_writeDefSclKV' argument 3 names different: declaration 'source' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:830:38: note: Function 'OTF_Writer_writeDefSclKV' argument 3 names different: declaration 'source' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:973:12: note: Function 'OTF_Writer_writeDefSclKV' argument 3 names different: declaration 'source' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:973:31: style: Function 'OTF_Writer_writeDefSclKV' argument 4 names different: declaration 'sourceFile' definition 'sclfile'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:831:38: note: Function 'OTF_Writer_writeDefSclKV' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:973:31: note: Function 'OTF_Writer_writeDefSclKV' argument 4 names different: declaration 'sourceFile' definition 'sclfile'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:973:49: style: Function 'OTF_Writer_writeDefSclKV' argument 5 names different: declaration 'line' definition 'sclline'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:832:38: note: Function 'OTF_Writer_writeDefSclKV' argument 5 names different: declaration 'line' definition 'sclline'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:973:49: note: Function 'OTF_Writer_writeDefSclKV' argument 5 names different: declaration 'line' definition 'sclline'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:988:62: style: Function 'OTF_Writer_writeDefSclFile' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:852:42: note: Function 'OTF_Writer_writeDefSclFile' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:988:62: note: Function 'OTF_Writer_writeDefSclFile' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:989:12: style: Function 'OTF_Writer_writeDefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:853:42: note: Function 'OTF_Writer_writeDefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:989:12: note: Function 'OTF_Writer_writeDefSclFile' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:989:34: style: Function 'OTF_Writer_writeDefSclFile' argument 4 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:854:45: note: Function 'OTF_Writer_writeDefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:989:34: note: Function 'OTF_Writer_writeDefSclFile' argument 4 names different: declaration 'name' definition 'filename'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1003:64: style: Function 'OTF_Writer_writeDefSclFileKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:866:42: note: Function 'OTF_Writer_writeDefSclFileKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1003:64: note: Function 'OTF_Writer_writeDefSclFileKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1004:12: style: Function 'OTF_Writer_writeDefSclFileKV' argument 3 names different: declaration 'sourceFile' definition 'deftoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:867:42: note: Function 'OTF_Writer_writeDefSclFileKV' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1004:12: note: Function 'OTF_Writer_writeDefSclFileKV' argument 3 names different: declaration 'sourceFile' definition 'deftoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1004:34: style: Function 'OTF_Writer_writeDefSclFileKV' argument 4 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:868:45: note: Function 'OTF_Writer_writeDefSclFileKV' argument 4 names different: declaration 'name' definition 'filename'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1004:34: note: Function 'OTF_Writer_writeDefSclFileKV' argument 4 names different: declaration 'name' definition 'filename'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1020:62: style: Function 'OTF_Writer_writeOtfVersion' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:878:62: note: Function 'OTF_Writer_writeOtfVersion' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1020:62: note: Function 'OTF_Writer_writeOtfVersion' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1031:62: style: Function 'OTF_Writer_writeDefCreator' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:895:62: note: Function 'OTF_Writer_writeDefCreator' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1031:62: note: Function 'OTF_Writer_writeDefCreator' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1046:64: style: Function 'OTF_Writer_writeDefCreatorKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:907:64: note: Function 'OTF_Writer_writeDefCreatorKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1046:64: note: Function 'OTF_Writer_writeDefCreatorKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1062:59: style: Function 'OTF_Writer_writeDefFile' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:931:39: note: Function 'OTF_Writer_writeDefFile' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1062:59: note: Function 'OTF_Writer_writeDefFile' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1071:61: style: Function 'OTF_Writer_writeDefFileKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:946:39: note: Function 'OTF_Writer_writeDefFileKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1071:61: note: Function 'OTF_Writer_writeDefFileKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1081:64: style: Function 'OTF_Writer_writeDefFileGroup' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:969:44: note: Function 'OTF_Writer_writeDefFileGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1081:64: note: Function 'OTF_Writer_writeDefFileGroup' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1090:66: style: Function 'OTF_Writer_writeDefFileGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:983:44: note: Function 'OTF_Writer_writeDefFileGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1090:66: note: Function 'OTF_Writer_writeDefFileGroupKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1100:63: style: Function 'OTF_Writer_writeDefKeyValue' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1006:15: note: Function 'OTF_Writer_writeDefKeyValue' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1100:63: note: Function 'OTF_Writer_writeDefKeyValue' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1115:65: style: Function 'OTF_Writer_writeDefKeyValueKV' argument 2 names different: declaration 'stream' definition 'streamid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1022:15: note: Function 'OTF_Writer_writeDefKeyValueKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1115:65: note: Function 'OTF_Writer_writeDefKeyValueKV' argument 2 names different: declaration 'stream' definition 'streamid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1229:12: style: Function 'OTF_Writer_writeEnter' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1162:37: note: Function 'OTF_Writer_writeEnter' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1229:12: note: Function 'OTF_Writer_writeEnter' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1229:33: style: Function 'OTF_Writer_writeEnter' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1163:37: note: Function 'OTF_Writer_writeEnter' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1229:33: note: Function 'OTF_Writer_writeEnter' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1229:49: style: Function 'OTF_Writer_writeEnter' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1164:37: note: Function 'OTF_Writer_writeEnter' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1229:49: note: Function 'OTF_Writer_writeEnter' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1241:12: style: Function 'OTF_Writer_writeEnterKV' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1177:37: note: Function 'OTF_Writer_writeEnterKV' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1241:12: note: Function 'OTF_Writer_writeEnterKV' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1241:33: style: Function 'OTF_Writer_writeEnterKV' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1178:37: note: Function 'OTF_Writer_writeEnterKV' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1241:33: note: Function 'OTF_Writer_writeEnterKV' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1241:49: style: Function 'OTF_Writer_writeEnterKV' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1179:37: note: Function 'OTF_Writer_writeEnterKV' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1241:49: note: Function 'OTF_Writer_writeEnterKV' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1255:48: style: Function 'OTF_Writer_writeRecvMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1241:39: note: Function 'OTF_Writer_writeRecvMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1255:48: note: Function 'OTF_Writer_writeRecvMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1256:12: style: Function 'OTF_Writer_writeRecvMsg' argument 6 names different: declaration 'tag' definition 'msgtag'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1242:39: note: Function 'OTF_Writer_writeRecvMsg' argument 6 names different: declaration 'tag' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1256:12: note: Function 'OTF_Writer_writeRecvMsg' argument 6 names different: declaration 'tag' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1256:29: style: Function 'OTF_Writer_writeRecvMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1243:39: note: Function 'OTF_Writer_writeRecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1256:29: note: Function 'OTF_Writer_writeRecvMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1256:49: style: Function 'OTF_Writer_writeRecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1244:39: note: Function 'OTF_Writer_writeRecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1256:49: note: Function 'OTF_Writer_writeRecvMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1268:48: style: Function 'OTF_Writer_writeRecvMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1259:39: note: Function 'OTF_Writer_writeRecvMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1268:48: note: Function 'OTF_Writer_writeRecvMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1269:12: style: Function 'OTF_Writer_writeRecvMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1260:39: note: Function 'OTF_Writer_writeRecvMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1269:12: note: Function 'OTF_Writer_writeRecvMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1269:29: style: Function 'OTF_Writer_writeRecvMsgKV' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1261:39: note: Function 'OTF_Writer_writeRecvMsgKV' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1269:29: note: Function 'OTF_Writer_writeRecvMsgKV' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1269:49: style: Function 'OTF_Writer_writeRecvMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1262:39: note: Function 'OTF_Writer_writeRecvMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1269:49: note: Function 'OTF_Writer_writeRecvMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1283:48: style: Function 'OTF_Writer_writeSendMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1287:39: note: Function 'OTF_Writer_writeSendMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1283:48: note: Function 'OTF_Writer_writeSendMsg' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1284:12: style: Function 'OTF_Writer_writeSendMsg' argument 6 names different: declaration 'tag' definition 'msgtag'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1288:39: note: Function 'OTF_Writer_writeSendMsg' argument 6 names different: declaration 'tag' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1284:12: note: Function 'OTF_Writer_writeSendMsg' argument 6 names different: declaration 'tag' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1284:29: style: Function 'OTF_Writer_writeSendMsg' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1289:39: note: Function 'OTF_Writer_writeSendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1284:29: note: Function 'OTF_Writer_writeSendMsg' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1284:49: style: Function 'OTF_Writer_writeSendMsg' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1290:39: note: Function 'OTF_Writer_writeSendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1284:49: note: Function 'OTF_Writer_writeSendMsg' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1296:48: style: Function 'OTF_Writer_writeSendMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1305:39: note: Function 'OTF_Writer_writeSendMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1296:48: note: Function 'OTF_Writer_writeSendMsgKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1297:12: style: Function 'OTF_Writer_writeSendMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1306:39: note: Function 'OTF_Writer_writeSendMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1297:12: note: Function 'OTF_Writer_writeSendMsgKV' argument 6 names different: declaration 'tag' definition 'msgtag'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1297:29: style: Function 'OTF_Writer_writeSendMsgKV' argument 7 names different: declaration 'length' definition 'msglength'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1307:39: note: Function 'OTF_Writer_writeSendMsgKV' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1297:29: note: Function 'OTF_Writer_writeSendMsgKV' argument 7 names different: declaration 'length' definition 'msglength'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1297:49: style: Function 'OTF_Writer_writeSendMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1308:39: note: Function 'OTF_Writer_writeSendMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1297:49: note: Function 'OTF_Writer_writeSendMsgKV' argument 8 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1310:12: style: Function 'OTF_Writer_writeLeave' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1199:37: note: Function 'OTF_Writer_writeLeave' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1310:12: note: Function 'OTF_Writer_writeLeave' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1310:33: style: Function 'OTF_Writer_writeLeave' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1200:37: note: Function 'OTF_Writer_writeLeave' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1310:33: note: Function 'OTF_Writer_writeLeave' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1310:49: style: Function 'OTF_Writer_writeLeave' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1201:37: note: Function 'OTF_Writer_writeLeave' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1310:49: note: Function 'OTF_Writer_writeLeave' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1321:12: style: Function 'OTF_Writer_writeLeaveKV' argument 3 names different: declaration 'function' definition 'statetoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1214:37: note: Function 'OTF_Writer_writeLeaveKV' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1321:12: note: Function 'OTF_Writer_writeLeaveKV' argument 3 names different: declaration 'function' definition 'statetoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1321:33: style: Function 'OTF_Writer_writeLeaveKV' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1215:37: note: Function 'OTF_Writer_writeLeaveKV' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1321:33: note: Function 'OTF_Writer_writeLeaveKV' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1321:49: style: Function 'OTF_Writer_writeLeaveKV' argument 5 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1216:37: note: Function 'OTF_Writer_writeLeaveKV' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1321:49: note: Function 'OTF_Writer_writeLeaveKV' argument 5 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1333:30: style: Function 'OTF_Writer_writeCounter' argument 4 names different: declaration 'counter' definition 'counter_token'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1328:39: note: Function 'OTF_Writer_writeCounter' argument 4 names different: declaration 'counter' definition 'counter_token'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1333:30: note: Function 'OTF_Writer_writeCounter' argument 4 names different: declaration 'counter' definition 'counter_token'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1344:30: style: Function 'OTF_Writer_writeCounterKV' argument 4 names different: declaration 'counter' definition 'counter_token'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1343:39: note: Function 'OTF_Writer_writeCounterKV' argument 4 names different: declaration 'counter' definition 'counter_token'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1344:30: note: Function 'OTF_Writer_writeCounterKV' argument 4 names different: declaration 'counter' definition 'counter_token'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1356:36: style: Function 'OTF_Writer_writeCollectiveOperation' argument 4 names different: declaration 'collective' definition 'collOp'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1373:51: note: Function 'OTF_Writer_writeCollectiveOperation' argument 4 names different: declaration 'collective' definition 'collOp'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1356:36: note: Function 'OTF_Writer_writeCollectiveOperation' argument 4 names different: declaration 'collective' definition 'collOp'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1356:53: style: Function 'OTF_Writer_writeCollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1374:51: note: Function 'OTF_Writer_writeCollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1356:53: note: Function 'OTF_Writer_writeCollectiveOperation' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1357:15: style: Function 'OTF_Writer_writeCollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1375:51: note: Function 'OTF_Writer_writeCollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1357:15: note: Function 'OTF_Writer_writeCollectiveOperation' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1358:37: style: Function 'OTF_Writer_writeCollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1379:51: note: Function 'OTF_Writer_writeCollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1358:37: note: Function 'OTF_Writer_writeCollectiveOperation' argument 10 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1371:36: style: Function 'OTF_Writer_writeCollectiveOperationKV' argument 4 names different: declaration 'collective' definition 'collOp'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1396:51: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 4 names different: declaration 'collective' definition 'collOp'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1371:36: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 4 names different: declaration 'collective' definition 'collOp'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1371:53: style: Function 'OTF_Writer_writeCollectiveOperationKV' argument 5 names different: declaration 'procGroup' definition 'communicator'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1397:51: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1371:53: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 5 names different: declaration 'procGroup' definition 'communicator'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1372:15: style: Function 'OTF_Writer_writeCollectiveOperationKV' argument 6 names different: declaration 'rootProc' definition 'rootprocess'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1398:51: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1372:15: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 6 names different: declaration 'rootProc' definition 'rootprocess'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1373:37: style: Function 'OTF_Writer_writeCollectiveOperationKV' argument 10 names different: declaration 'source' definition 'scltoken'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:1402:51: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 10 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1373:37: note: Function 'OTF_Writer_writeCollectiveOperationKV' argument 10 names different: declaration 'source' definition 'scltoken'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1729:32: style: Function 'OTF_Writer_writeSendSnapshot' argument 7 names different: declaration 'tag' definition 'type'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:2046:44: note: Function 'OTF_Writer_writeSendSnapshot' argument 7 names different: declaration 'tag' definition 'type'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1729:32: note: Function 'OTF_Writer_writeSendSnapshot' argument 7 names different: declaration 'tag' definition 'type'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1741:32: style: Function 'OTF_Writer_writeSendSnapshotKV' argument 7 names different: declaration 'tag' definition 'type'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/otflib/OTF_Writer.h:2065:44: note: Function 'OTF_Writer_writeSendSnapshotKV' argument 7 names different: declaration 'tag' definition 'type'.
otf-1.12.5+dfsg/otflib/OTF_Writer.c:1741:32: note: Function 'OTF_Writer_writeSendSnapshotKV' argument 7 names different: declaration 'tag' definition 'type'.
otf-1.12.5+dfsg/tests/generic_streams-mpi/generic_streams_mpi.c:65:5: warning: %li in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
otf-1.12.5+dfsg/tests/generic_streams/generic_streams.c:56:5: warning: %li in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
otf-1.12.5+dfsg/tests/hello/hello.c:60:12: style: Condition '0<compression' is always false [knownConditionTrueFalse]
otf-1.12.5+dfsg/tests/hello/hello.c:40:22: note: Assignment 'compression=0', assigned value is 0
otf-1.12.5+dfsg/tests/hello/hello.c:60:12: note: Condition '0<compression' is always false
otf-1.12.5+dfsg/tests/hello/hello.c:60:12: style: Same expression on both sides of '<' because the value of '0' and 'compression' are the same. [duplicateExpression]
otf-1.12.5+dfsg/tests/hello/hello.c:40:22: note: 'compression' is assigned value '0' here.
otf-1.12.5+dfsg/tests/hello/hello.c:60:12: note: Same expression on both sides of '<' because the value of '0' and 'compression' are the same.
otf-1.12.5+dfsg/tests/hello/hello.c:42:14: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
otf-1.12.5+dfsg/tests/hello/hello.c:45:14: style: The scope of the variable 'countervalue' can be reduced. [variableScope]
otf-1.12.5+dfsg/tests/read_from_buffer/read_from_buffer.c:7:14: style: struct member 'HandlerArgument::count' is never used. [unusedStructMember]
otf-1.12.5+dfsg/tools/otf2vtf/Handler.c:445:6: style: The scope of the variable 'vtf3bytes' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otf2vtf/Handler.c:446:19: style: The scope of the variable 'fier' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otf2vtf/Handler.c:238:12: style: Function 'handleCounter' argument 4 names different: declaration 'counter_token' definition 'token'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otf2vtf/Handler.h:63:11: note: Function 'handleCounter' argument 4 names different: declaration 'counter_token' definition 'token'.
otf-1.12.5+dfsg/tools/otf2vtf/Handler.c:238:12: note: Function 'handleCounter' argument 4 names different: declaration 'counter_token' definition 'token'.
otf-1.12.5+dfsg/tools/otf2vtf/Handler.c:440:11: style: Function 'handleFileOperation' argument 4 names different: declaration 'process' definition 'cpuid'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otf2vtf/Handler.h:91:11: note: Function 'handleFileOperation' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/tools/otf2vtf/Handler.c:440:11: note: Function 'handleFileOperation' argument 4 names different: declaration 'process' definition 'cpuid'.
otf-1.12.5+dfsg/tools/otf2vtf/Handler.c:467:52: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
otf-1.12.5+dfsg/tools/otf2vtf/Handler.c:468:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
otf-1.12.5+dfsg/tools/otf2vtf/Treehash.c:299:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:162:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:196:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:244:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:278:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:310:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:336:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:357:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:16:31: style: Function 'Control' argument 1 names different: declaration 'writer' definition 'w'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfaux/Control.h:58:23: note: Function 'Control' argument 1 names different: declaration 'writer' definition 'w'.
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:16:31: note: Function 'Control' argument 1 names different: declaration 'writer' definition 'w'.
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:16:47: style: Function 'Control' argument 2 names different: declaration 'def_wstream' definition 'def_w'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfaux/Control.h:58:50: note: Function 'Control' argument 2 names different: declaration 'def_wstream' definition 'def_w'.
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:16:47: note: Function 'Control' argument 2 names different: declaration 'def_wstream' definition 'def_w'.
otf-1.12.5+dfsg/tools/otfaux/Stats.h:47:5: style: 'FunctionCall::operator=' should return 'FunctionCall &'. [operatorEq]
otf-1.12.5+dfsg/tools/otfaux/Stats.h:132:5: style: 'BeginCollOperation::operator=' should return 'BeginCollOperation &'. [operatorEq]
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:59:3: style: Struct 'Control' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
otf-1.12.5+dfsg/tools/otfaux/Control.cpp:59:3: style: Struct 'Control' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
otf-1.12.5+dfsg/tools/otfaux/Stats.h:51:1: warning: The struct 'FunctionStatistics' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
otf-1.12.5+dfsg/tools/otfaux/Stats.h:74:1: warning: The struct 'SendStatistics' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
otf-1.12.5+dfsg/tools/otfaux/Stats.h:136:1: warning: The struct 'FileOperationStatistics' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:23:20: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:40:20: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:59:20: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:76:20: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:90:20: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:104:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:119:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:159:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:192:20: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:224:20: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:254:20: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:300:20: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:356:20: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:425:20: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:447:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:486:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:514:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:541:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:570:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:587:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:604:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:621:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:639:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:658:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:677:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:695:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:70:26: style: Function 'handleDefFile' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfaux/Handler.h:33:26: note: Function 'handleDefFile' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:70:26: note: Function 'handleDefFile' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:101:31: style: Function 'handleDefTimeRange' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfaux/Handler.h:40:31: note: Function 'handleDefTimeRange' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:101:31: note: Function 'handleDefTimeRange' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:115:31: style: Function 'handlerDefKeyValue' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfaux/Handler.h:43:31: note: Function 'handlerDefKeyValue' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:115:31: note: Function 'handlerDefKeyValue' argument 1 names different: declaration 'userData' definition 'firsthandlerarg'.
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:349:32: style: Function 'handleCollectiveOperation' argument 4 names different: declaration 'functionToken' definition 'collective'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfaux/Handler.h:72:32: note: Function 'handleCollectiveOperation' argument 4 names different: declaration 'functionToken' definition 'collective'.
otf-1.12.5+dfsg/tools/otfaux/Handler.cpp:349:32: note: Function 'handleCollectiveOperation' argument 4 names different: declaration 'functionToken' definition 'collective'.
otf-1.12.5+dfsg/tools/otfaux/Stats.cpp:413:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfaux/Stats.cpp:581:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfaux/Stats.h:260:7: performance: Technically the member function 'Stats::defProcess' can be static. [functionStatic]
otf-1.12.5+dfsg/tools/otfaux/Stats.cpp:679:13: note: Technically the member function 'Stats::defProcess' can be static.
otf-1.12.5+dfsg/tools/otfaux/Stats.h:260:7: note: Technically the member function 'Stats::defProcess' can be static.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:13:11: style: The scope of the variable 'type' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:218:13: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:277:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:781:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:816:11: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:214:11: style: Function 'handleDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'group'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfdump/Handler.h:58:11: note: Function 'handleDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'group'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:214:11: note: Function 'handleDefProcessGroup' argument 3 names different: declaration 'procGroup' definition 'group'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:273:52: style: Function 'handleDefAttributeList' argument 5 names different: declaration 'list' definition 'array'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfdump/Handler.h:62:52: note: Function 'handleDefAttributeList' argument 5 names different: declaration 'list' definition 'array'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:273:52: note: Function 'handleDefAttributeList' argument 5 names different: declaration 'list' definition 'array'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1127:32: style: Function 'handleBeginCollectiveOperation' argument 7 names different: declaration 'rootprocess' definition 'rootProc'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfdump/Handler.h:145:32: note: Function 'handleBeginCollectiveOperation' argument 7 names different: declaration 'rootprocess' definition 'rootProc'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1127:32: note: Function 'handleBeginCollectiveOperation' argument 7 names different: declaration 'rootprocess' definition 'rootProc'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1366:23: style: Function 'handleBeginCollopSnapshot' argument 12 names different: declaration 'list' definition 'kvlist'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfdump/Handler.h:180:23: note: Function 'handleBeginCollopSnapshot' argument 12 names different: declaration 'list' definition 'kvlist'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1366:23: note: Function 'handleBeginCollopSnapshot' argument 12 names different: declaration 'list' definition 'kvlist'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1395:42: style: Function 'handleBeginFileOpSnapshot' argument 7 names different: declaration 'list' definition 'kvlist'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfdump/Handler.h:183:81: note: Function 'handleBeginFileOpSnapshot' argument 7 names different: declaration 'list' definition 'kvlist'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1395:42: note: Function 'handleBeginFileOpSnapshot' argument 7 names different: declaration 'list' definition 'kvlist'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1774:34: style: Function 'handleRMAPut' argument 9 names different: declaration 'scltoken' definition 'source'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfdump/Handler.h:243:34: note: Function 'handleRMAPut' argument 9 names different: declaration 'scltoken' definition 'source'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1774:34: note: Function 'handleRMAPut' argument 9 names different: declaration 'scltoken' definition 'source'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1813:11: style: Function 'handleRMAPutRemoteEnd' argument 9 names different: declaration 'scltoken' definition 'source'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfdump/Handler.h:248:18: note: Function 'handleRMAPutRemoteEnd' argument 9 names different: declaration 'scltoken' definition 'source'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1813:11: note: Function 'handleRMAPutRemoteEnd' argument 9 names different: declaration 'scltoken' definition 'source'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1851:34: style: Function 'handleRMAGet' argument 9 names different: declaration 'scltoken' definition 'source'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfdump/Handler.h:252:34: note: Function 'handleRMAGet' argument 9 names different: declaration 'scltoken' definition 'source'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1851:34: note: Function 'handleRMAGet' argument 9 names different: declaration 'scltoken' definition 'source'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1889:11: style: Function 'handleRMAEnd' argument 7 names different: declaration 'scltoken' definition 'source'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfdump/Handler.h:256:11: note: Function 'handleRMAEnd' argument 7 names different: declaration 'scltoken' definition 'source'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1889:11: note: Function 'handleRMAEnd' argument 7 names different: declaration 'scltoken' definition 'source'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1924:26: style: Function 'handleUnknown' argument 1 names different: declaration 'fcb' definition 'userData'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfdump/Handler.h:258:26: note: Function 'handleUnknown' argument 1 names different: declaration 'fcb' definition 'userData'.
otf-1.12.5+dfsg/tools/otfdump/Handler.cpp:1924:26: note: Function 'handleUnknown' argument 1 names different: declaration 'fcb' definition 'userData'.
otf-1.12.5+dfsg/tools/otfinfo/handler.c:365:10: style: The scope of the variable 'valueDif' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfinfo/handler.c:366:10: style: The scope of the variable 'timeDif' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfinfo/handler.c:367:10: style: The scope of the variable 'rate' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfinfo/handler.c:129:28: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
otf-1.12.5+dfsg/tools/otfinfo/otfinfo.c:411:3: warning: %lli in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
otf-1.12.5+dfsg/tools/otfinfo/otfinfo_error.c:11:38: style: Function 'otfinfo_assert_impl' argument 1 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfinfo/otfinfo_error.h:10:38: note: Function 'otfinfo_assert_impl' argument 1 names different: declaration 'f' definition 'file'.
otf-1.12.5+dfsg/tools/otfinfo/otfinfo_error.c:11:38: note: Function 'otfinfo_assert_impl' argument 1 names different: declaration 'f' definition 'file'.
otf-1.12.5+dfsg/tools/otfinfo/otfinfo_error.c:11:48: style: Function 'otfinfo_assert_impl' argument 2 names different: declaration 'l' definition 'line'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfinfo/otfinfo_error.h:10:45: note: Function 'otfinfo_assert_impl' argument 2 names different: declaration 'l' definition 'line'.
otf-1.12.5+dfsg/tools/otfinfo/otfinfo_error.c:11:48: note: Function 'otfinfo_assert_impl' argument 2 names different: declaration 'l' definition 'line'.
otf-1.12.5+dfsg/tools/otfmerge/handler.c:720:53: style: Function 'handleDefAuxSamplePoint' argument 1 names different: declaration 'fcbx' definition 'userData'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfmerge/handler.h:165:36: note: Function 'handleDefAuxSamplePoint' argument 1 names different: declaration 'fcbx' definition 'userData'.
otf-1.12.5+dfsg/tools/otfmerge/handler.c:720:53: note: Function 'handleDefAuxSamplePoint' argument 1 names different: declaration 'fcbx' definition 'userData'.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:127:41: style: Same expression on both sides of '-' because the value of 'num_ranks' and '1' are the same. [duplicateExpression]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:63:21: note: 'num_ranks' is assigned value '1' here.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:127:41: note: Same expression on both sides of '-' because the value of 'num_ranks' and '1' are the same.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:275:17: style: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same. [duplicateExpression]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:62:19: note: 'my_rank' is assigned value '0' here.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:275:17: note: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:395:29: style: Same expression on both sides of '-' because the value of 'num_ranks' and '1' are the same. [duplicateExpression]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:63:21: note: 'num_ranks' is assigned value '1' here.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:395:29: note: Same expression on both sides of '-' because the value of 'num_ranks' and '1' are the same.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:574:17: style: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same. [duplicateExpression]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:62:19: note: 'my_rank' is assigned value '0' here.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:574:17: note: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:860:66: style: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same. [duplicateExpression]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:62:19: note: 'my_rank' is assigned value '0' here.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:860:66: note: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:995:21: style: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same. [duplicateExpression]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:62:19: note: 'my_rank' is assigned value '0' here.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:995:21: note: Same expression on both sides of '==' because the value of 'my_rank' and '0' are the same.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:64:14: style: The scope of the variable 'ret_read' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:80:9: style: The scope of the variable 'num_cpus' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:82:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:83:10: style: The scope of the variable 'p' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:90:14: style: The scope of the variable 'total_bytes' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:91:14: style: The scope of the variable 'cur_bytes' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:92:14: style: The scope of the variable 'cur_bytes_ges' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:1067:19: style: The scope of the variable 'progress' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:1068:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:1069:10: style: The scope of the variable 'signs' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:1184:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:1182:19: style: Function 'finish_everything' argument 4 names different: declaration 'rank_data' definition 'data'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfmerge/handler.h:82:19: note: Function 'finish_everything' argument 4 names different: declaration 'rank_data' definition 'data'.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:1182:19: note: Function 'finish_everything' argument 4 names different: declaration 'rank_data' definition 'data'.
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:914:58: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
otf-1.12.5+dfsg/tools/otfmerge/otfmerge.c:569:9: error: Memory leak: rank_data.ostreams [memleak]
otf-1.12.5+dfsg/tools/otfprofile/datastructs.h:199:9: style: Struct 'Scope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otf-1.12.5+dfsg/tools/otfprofile/datastructs.h:283:39: performance: Function parameter 'bb' should be passed by const reference. [passedByValue]
otf-1.12.5+dfsg/tools/otfprofile/datastructs.h:353:41: performance: Function parameter 'bb' should be passed by const reference. [passedByValue]
otf-1.12.5+dfsg/tools/otfprofile/datastructs.h:451:49: performance: Function parameter 'cc' should be passed by const reference. [passedByValue]
otf-1.12.5+dfsg/tools/otfprofile/datastructs.h:749:53: performance: Function parameter 'call' should be passed by const reference. [passedByValue]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:274:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:287:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:308:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:352:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:364:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:378:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:390:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:403:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:422:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:440:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:464:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:533:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:579:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:638:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:656:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:668:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:727:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:756:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:802:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_data.cpp:486:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/collect_dispersion.cpp:278:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/collect_dispersion.cpp:300:23: style: C-style pointer casting [cstyleCast]
otf-1.12.5+dfsg/tools/otfprofile/comparison_clinkage.cpp:37:37: style: Function 'operator==' argument 1 names different: declaration 'r' definition 'p'. [funcArgNamesDifferent]
otf-1.12.5+dfsg/tools/otfprofile/comparison_clinkage.cpp:30:38: note: Function 'operator==' argument 1 names different: declaration 'r' definition 'p'.
otf-1.12.5+dfsg/tools/otfprofile/comparison_clinkage.cpp:37:37: note: Function 'operator==' argument 1 names different: declaration 'r' definition 'p'.
otf-1.12.5+dfsg/tools/otfprofile/comparison_clinkage.cpp:431:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/comparison_clinkage.cpp:435:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/comparison_clinkage.cpp:683:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/comparison_clinkage.cpp:687:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:166:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:239:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:259:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:295:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:325:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:406:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:472:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:40:4: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:31:41: note: Virtual function in base class
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:40:4: note: Function in derived class
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:53:4: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:31:41: note: Virtual function in base class
otf-1.12.5+dfsg/tools/otfprofile/create_csv.cpp:53:4: note: Function in derived class
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:269:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:268:0: note: Variable 'path' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:269:3: note: Variable 'path' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:301:4: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:300:4: note: Variable 'child' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:301:4: note: Variable 'child' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:328:4: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:327:4: note: Variable 'child' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:328:4: note: Variable 'child' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:247:27: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:84:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:94:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:116:33: performance: Function parameter 'parent' should be passed by const reference. [passedByValue]
otf-1.12.5+dfsg/tools/otfprofile/create_filter.cpp:116:62: performance: Function parameter 'child' should be passed by const reference. [passedByValue]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:3516:9: style: Condition '!error' is always true [knownConditionTrueFalse]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:3455:18: note: Assignment 'error=false', assigned value is 0
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:3516:9: note: Condition '!error' is always true
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:2643:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1590:20: style: Unused variable: tmp [unusedVariable]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:790:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:825:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:899:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1048:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1115:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1389:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1540:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1614:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1768:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1770:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1798:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1854:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1883:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:1936:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:2265:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:2344:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:2472:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:2545:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:2561:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:2687:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:2768:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:3054:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:3304:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:3357:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:656:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:614:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:575:4: style: Technically the member function 'ExclTimeExtract_t::operator()' can be const. [functionConst]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:588:4: style: Technically the member function 'InvocExtract_t::operator()' can be const. [functionConst]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:56:5: style: Class 'SpaceSeparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:2164:63: performance: Function parameter 'xLabels' should be passed by const reference. [passedByValue]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:2979:17: performance: Function parameter 'xLabels' should be passed by const reference. [passedByValue]
otf-1.12.5+dfsg/tools/otfprofile/create_latex.cpp:3019:60: performance: Function parameter 'xLabels' should be passed by const reference. [passedByValue]
otf-1.12.5+dfsg/tools/otfprofile/create_marker.cpp:355:13: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
otf-1.12.5+dfsg/tools/otfprofile/create_marker.cpp:350:13: note: Variable 'error' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfprofile/create_marker.cpp:355:13: note: Variable 'error' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfprofile/create_marker.cpp:304:29: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
otf-1.12.5+dfsg/tools/otfprofile/create_marker.cpp:225:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/create_marker.cpp:313:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/mpi/reduce_data.cpp:1192:10: style: Condition '!error' is always true [knownConditionTrueFalse]
otf-1.12.5+dfsg/tools/otfprofile/mpi/reduce_data.cpp:1088:17: note: Assignment 'error=false', assigned value is 0
otf-1.12.5+dfsg/tools/otfprofile/mpi/reduce_data.cpp:1192:10: note: Condition '!error' is always true
otf-1.12.5+dfsg/tools/otfprofile/mpi/reduce_data.cpp:1311:10: style: Condition '!error' is always true [knownConditionTrueFalse]
otf-1.12.5+dfsg/tools/otfprofile/mpi/reduce_data.cpp:1204:17: note: Assignment 'error=false', assigned value is 0
otf-1.12.5+dfsg/tools/otfprofile/mpi/reduce_data.cpp:1311:10: note: Condition '!error' is always true
otf-1.12.5+dfsg/tools/otfprofile/mpi/reduce_data.cpp:610:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/mpi/reduce_data.cpp:1082:16: error: Mismatching allocation and deallocation: callpath [mismatchAllocDealloc]
otf-1.12.5+dfsg/tools/otfprofile/otfprofile.cpp:1463:25: style: The scope of the variable 'scope' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfprofile/otfprofile.cpp:667:19: style: Checking if unsigned variable 'tmp' is less than zero. This might be a false warning. [unsignedLessThanZero]
otf-1.12.5+dfsg/tools/otfprofile/otfprofile.cpp:1555:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/process_dispersion.cpp:506:10: style: Condition '!error' is always true [knownConditionTrueFalse]
otf-1.12.5+dfsg/tools/otfprofile/process_dispersion.cpp:28:17: note: Assignment 'error=false', assigned value is 0
otf-1.12.5+dfsg/tools/otfprofile/process_dispersion.cpp:506:10: note: Condition '!error' is always true
otf-1.12.5+dfsg/tools/otfprofile/process_dispersion.cpp:227:17: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
otf-1.12.5+dfsg/tools/otfprofile/process_dispersion.cpp:368:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:394:10: style: Condition '!error' is always true [knownConditionTrueFalse]
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:171:17: note: Assignment 'error=false', assigned value is 0
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:394:10: note: Condition '!error' is always true
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:455:10: style: Condition '!error' is always true [knownConditionTrueFalse]
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:405:17: note: Assignment 'error=false', assigned value is 0
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:455:10: note: Condition '!error' is always true
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:34:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:216:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:237:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:260:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:303:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:338:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:378:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:422:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfprofile/summarize_data.cpp:436:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:974:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:979:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:983:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:989:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:995:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:1001:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:1006:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:1011:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:1016:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:697:2: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:693:0: note: Variable 'manager' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:697:2: note: Variable 'manager' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:698:2: style: Variable 'master' is reassigned a value before the old one has been used. [redundantAssignment]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:694:0: note: Variable 'master' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:698:2: note: Variable 'master' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/otfshrink/procList.h:35:0: style: Same expression used in consecutive assignments of 'fid' and 'lid'. [duplicateAssignExpression]
otf-1.12.5+dfsg/tools/otfshrink/procList.h:36:0: note: Same expression used in consecutive assignments of 'fid' and 'lid'.
otf-1.12.5+dfsg/tools/otfshrink/procList.h:35:0: note: Same expression used in consecutive assignments of 'fid' and 'lid'.
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:679:7: style: The scope of the variable 'append' can be reduced. [variableScope]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:154:19: style: Unused variable: s [unusedVariable]
otf-1.12.5+dfsg/tools/otfshrink/procList.h:39:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfshrink/procList.h:70:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:156:0: error: Resource leak: f [resourceLeak]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:897:0: error: Memory leak: entries [memleak]
otf-1.12.5+dfsg/tools/otfshrink/otfshrink.cpp:317:20: performance: Function parameter 'line' should be passed by const reference. [passedByValue]
otf-1.12.5+dfsg/tools/vtf2otf/Stack.c:24:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
otf-1.12.5+dfsg/tools/vtf2otf/Stack.c:21:0: note: Variable 'ret' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/vtf2otf/Stack.c:24:2: note: Variable 'ret' is reassigned a value before the old one has been used.
otf-1.12.5+dfsg/tools/vtf2otf/Stack.c:96:1: error: Resource leak: pf [resourceLeak]
otf-1.12.5+dfsg/tools/vtf2otf/vtf2otf.c:164:12: style: Condition 'NULL==outputFile' is always true [knownConditionTrueFalse]
otf-1.12.5+dfsg/tools/vtf2otf/vtf2otf.c:64:21: note: Assignment 'outputFile=NULL', assigned value is 0
otf-1.12.5+dfsg/tools/vtf2otf/vtf2otf.c:164:12: note: Condition 'NULL==outputFile' is always true
[14:37]

ftp://ftp.se.debian.org/debian/pool/main/o/otf2bdf/otf2bdf_3.1.orig.tar.gz
otf2bdf-3.1/otf2bdf.c:1001:5: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
otf2bdf-3.1/otf2bdf.c:1001:5: warning: %hd in format string (no. 2) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
otf2bdf-3.1/otf2bdf.c:1001:5: warning: %hd in format string (no. 4) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
otf2bdf-3.1/otf2bdf.c:1008:5: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
otf2bdf-3.1/otf2bdf.c:498:11: style: The scope of the variable 'pid' can be reduced. [variableScope]
otf2bdf-3.1/otf2bdf.c:498:16: style: The scope of the variable 'eid' can be reduced. [variableScope]
otf2bdf-3.1/otf2bdf.c:499:11: style: The scope of the variable 'np' can be reduced. [variableScope]
otf2bdf-3.1/otf2bdf.c:499:16: style: The scope of the variable 'platform' can be reduced. [variableScope]
otf2bdf-3.1/remap.c:205:31: style: The scope of the variable 'hp' can be reduced. [variableScope]
otf2bdf-3.1/remap.c:589:25: style: The scope of the variable 't' can be reduced. [variableScope]
otf2bdf-3.1/remap.c:402:11: error: Common realloc mistake: 'nodes' nulled but not freed upon failure [memleakOnRealloc]
[14:37]

ftp://ftp.se.debian.org/debian/pool/main/o/otp/otp_1.2.2.orig.tar.gz
otp-1.2.2/md5.c:26:14: style: The scope of the variable 't' can be reduced. [variableScope]
otp-1.2.2/otp.c:373:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
[14:37]

ftp://ftp.se.debian.org/debian/pool/main/o/otpw/otpw_1.5.orig.tar.gz
otpw-1.5/demologin.c:31:35: style: The scope of the variable 'result' can be reduced. [variableScope]
otpw-1.5/md.c:166:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
otpw-1.5/md.c:30:12: style: The scope of the variable 'chunk' can be reduced. [variableScope]
otpw-1.5/md.c:52:9: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
otpw-1.5/md.c:64:9: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
otpw-1.5/otpw-gen.c:276:17: style: The scope of the variable 'l' can be reduced. [variableScope]
otpw-1.5/otpw-gen.c:396:10: style: The scope of the variable 'j' can be reduced. [variableScope]
otpw-1.5/otpw-gen.c:371:25: portability: 's' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
otpw-1.5/otpw.c:143:8: style: The scope of the variable 'rbs' can be reduced. [variableScope]
otpw-1.5/otpw.c:200:10: style: The scope of the variable 'j' can be reduced. [variableScope]
otpw-1.5/otpw.c:217:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[14:37]

ftp://ftp.se.debian.org/debian/pool/main/o/otrs2/otrs2_3.3.9.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/otrs2-doc/otrs2-doc_20140509.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/ots/ots_0.5.0.orig.tar.gz
ots-0.5.0/src/article.c:54:1: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ots-0.5.0/src/article.c:92:1: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ots-0.5.0/src/grader-tc.c:155:6: warning: Either the condition 'NULL!=title' is redundant or there is possible null pointer dereference: title. [nullPointerRedundantCheck]
ots-0.5.0/src/grader-tc.c:156:10: note: Assuming that condition 'NULL!=title' is not redundant
ots-0.5.0/src/grader-tc.c:155:6: note: Null pointer dereference
ots-0.5.0/src/grader-tc.c:104:7: style: The scope of the variable 'n' can be reduced. [variableScope]
ots-0.5.0/src/grader-tc.c:105:9: style: The scope of the variable 'tmp_stem' can be reduced. [variableScope]
ots-0.5.0/src/grader-tc.c:141:8: style: The scope of the variable 'word' can be reduced. [variableScope]
ots-0.5.0/src/grader-tf.c:31:49: style: Function 'ots_new_OtsWordTF' argument 2 names different: declaration 'idf' definition 'tf'. [funcArgNamesDifferent]
ots-0.5.0/src/libots.h:114:61: note: Function 'ots_new_OtsWordTF' argument 2 names different: declaration 'idf' definition 'tf'.
ots-0.5.0/src/grader-tf.c:31:49: note: Function 'ots_new_OtsWordTF' argument 2 names different: declaration 'idf' definition 'tf'.
ots-0.5.0/src/highlighter.c:100:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ots-0.5.0/src/highlighter.c:109:7: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
ots-0.5.0/src/ots.c:151:10: style: Expression is always false because 'else if' condition matches previous condition at line 149. [multiCondition]
ots-0.5.0/src/ots.c:153:10: style: Expression is always false because 'else if' condition matches previous condition at line 149. [multiCondition]
ots-0.5.0/src/ots.c:153:10: style: Expression is always false because 'else if' condition matches previous condition at line 151. [multiCondition]
ots-0.5.0/src/ots.c:46:7: style: Unused variable: c [unusedVariable]
ots-0.5.0/src/relations.c:74:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ots-0.5.0/src/relations.c:109:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ots-0.5.0/src/relations.c:140:9: style: The scope of the variable 'tmplist2' can be reduced. [variableScope]
ots-0.5.0/src/wordlist.c:168:22: warning: Either the condition 'NULL==Doc' is redundant or there is possible null pointer dereference: Doc. [nullPointerRedundantCheck]
ots-0.5.0/src/wordlist.c:172:11: note: Assuming that condition 'NULL==Doc' is not redundant
ots-0.5.0/src/wordlist.c:168:22: note: Null pointer dereference
ots-0.5.0/src/wordlist.c:174:17: warning: Either the condition 'if(wordString)' is redundant or there is possible null pointer dereference: wordString. [nullPointerRedundantCheck]
ots-0.5.0/src/wordlist.c:179:6: note: Assuming that condition 'if(wordString)' is not redundant
ots-0.5.0/src/wordlist.c:174:17: note: Null pointer dereference
ots-0.5.0/src/wordlist.c:175:17: warning: Either the condition 'if(wordString)' is redundant or there is possible null pointer dereference: wordString. [nullPointerRedundantCheck]
ots-0.5.0/src/wordlist.c:179:6: note: Assuming that condition 'if(wordString)' is not redundant
ots-0.5.0/src/wordlist.c:175:17: note: Null pointer dereference
ots-0.5.0/src/wordlist.c:176:17: warning: Either the condition 'if(wordString)' is redundant or there is possible null pointer dereference: wordString. [nullPointerRedundantCheck]
ots-0.5.0/src/wordlist.c:179:6: note: Assuming that condition 'if(wordString)' is not redundant
ots-0.5.0/src/wordlist.c:176:17: note: Null pointer dereference
ots-0.5.0/src/wordlist.c:177:17: warning: Either the condition 'if(wordString)' is redundant or there is possible null pointer dereference: wordString. [nullPointerRedundantCheck]
ots-0.5.0/src/wordlist.c:179:6: note: Assuming that condition 'if(wordString)' is not redundant
ots-0.5.0/src/wordlist.c:177:17: note: Null pointer dereference
ots-0.5.0/src/wordlist.c:108:7: style: The scope of the variable 'insert' can be reduced. [variableScope]
[14:37]

ftp://ftp.se.debian.org/debian/pool/main/o/otter/otter_3.3f.orig.tar.gz
otter-3.3f/mace2/anldp.c:221:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/mace2/anldp.c:220:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/mace2/anldp.c:221:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/mace2/clock.c:30:10: style: The scope of the variable 'msec' can be reduced. [variableScope]
otter-3.3f/mace2/dp.c:230:7: style: The scope of the variable 'lit' can be reduced. [variableScope]
otter-3.3f/mace2/dp.c:402:38: style: The scope of the variable 'rc' can be reduced. [variableScope]
otter-3.3f/mace2/dp.c:714:10: style: The scope of the variable 'k' can be reduced. [variableScope]
otter-3.3f/mace2/dp.c:714:13: style: The scope of the variable 'stop' can be reduced. [variableScope]
otter-3.3f/mace2/dp.c:945:12: style: The scope of the variable 'unit' can be reduced. [variableScope]
otter-3.3f/mace2/dp.c:945:18: style: The scope of the variable 'rc' can be reduced. [variableScope]
otter-3.3f/mace2/dp.c:1108:7: style: Unused variable: function_value [unusedVariable]
otter-3.3f/mace2/dp.c:1336:23: error: Uninitialized variable: iso_set [uninitvar]
otter-3.3f/mace2/flatten.c:186:18: style: The scope of the variable 't1' can be reduced. [variableScope]
otter-3.3f/mace2/flatten.c:255:20: style: The scope of the variable 't1' can be reduced. [variableScope]
otter-3.3f/mace2/flatten.c:255:25: style: The scope of the variable 't2' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:1517:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/mace2/generate.c:1516:0: note: Variable 's' is reassigned a value before the old one has been used.
otter-3.3f/mace2/generate.c:1517:5: note: Variable 's' is reassigned a value before the old one has been used.
otter-3.3f/mace2/generate.c:86:10: style: The scope of the variable 'j' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:213:16: style: The scope of the variable 'sign' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:234:13: style: The scope of the variable 'arity' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:237:9: style: The scope of the variable 'v' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:286:10: style: The scope of the variable 'a' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:286:13: style: The scope of the variable 'sign' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:344:13: style: The scope of the variable 'l' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:344:16: style: The scope of the variable 'a' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:344:19: style: The scope of the variable 'v' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:973:16: style: The scope of the variable 'arity' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:1019:19: style: The scope of the variable 'l' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:1020:13: style: The scope of the variable 'arity' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:1020:20: style: The scope of the variable 'fid' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:1281:7: style: The scope of the variable 'clause' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:1282:7: style: The scope of the variable 'tempclause' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:1428:13: style: The scope of the variable 'str' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:1491:20: style: The scope of the variable 's' can be reduced. [variableScope]
otter-3.3f/mace2/generate.c:1083:13: style: Variable 'arity' is assigned a value that is never used. [unreadVariable]
otter-3.3f/mace2/generate.c:1302:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
otter-3.3f/mace2/generate.c:1322:22: style: Unused variable: d [unusedVariable]
otter-3.3f/mace2/mace2.c:292:10: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/mace2/print.c:200:10: style: The scope of the variable 'v' can be reduced. [variableScope]
otter-3.3f/mace2/print.c:281:18: style: The scope of the variable 's' can be reduced. [variableScope]
otter-3.3f/mace2/print.c:437:10: style: The scope of the variable 'v' can be reduced. [variableScope]
otter-3.3f/mace2/print.c:600:18: style: The scope of the variable 's' can be reduced. [variableScope]
otter-3.3f/mace2/print.c:751:10: style: The scope of the variable 'v' can be reduced. [variableScope]
otter-3.3f/source/attrib.c:59:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/attrib.c:59:10: style: The scope of the variable 'found' can be reduced. [variableScope]
otter-3.3f/source/attrib.c:153:29: style: The scope of the variable 'a2' can be reduced. [variableScope]
otter-3.3f/source/av.c:443:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/av.c:444:14: style: The scope of the variable 'count' can be reduced. [variableScope]
otter-3.3f/source/case.c:100:9: style: Condition 'ok' is always true [knownConditionTrueFalse]
otter-3.3f/source/case.c:99:14: note: Assignment 'ok=1', assigned value is 1
otter-3.3f/source/case.c:100:9: note: Condition 'ok' is always true
otter-3.3f/source/case.c:158:9: style: Condition 'ok' is always true [knownConditionTrueFalse]
otter-3.3f/source/case.c:157:14: note: Assignment 'ok=1', assigned value is 1
otter-3.3f/source/case.c:158:9: note: Condition 'ok' is always true
otter-3.3f/source/case.c:958:9: style: Condition 'ok' is always true [knownConditionTrueFalse]
otter-3.3f/source/case.c:956:14: note: Assignment 'ok=1', assigned value is 1
otter-3.3f/source/case.c:958:9: note: Condition 'ok' is always true
otter-3.3f/source/case.c:248:16: style: The scope of the variable 'a' can be reduced. [variableScope]
otter-3.3f/source/case.c:249:20: style: The scope of the variable 'ut' can be reduced. [variableScope]
otter-3.3f/source/case.c:250:7: style: The scope of the variable 'n' can be reduced. [variableScope]
otter-3.3f/source/case.c:250:10: style: The scope of the variable 'm' can be reduced. [variableScope]
otter-3.3f/source/case.c:876:14: style: The scope of the variable 'next_attempt' can be reduced. [variableScope]
otter-3.3f/source/case.c:877:7: style: The scope of the variable 'ok' can be reduced. [variableScope]
otter-3.3f/source/case.c:901:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
otter-3.3f/source/case.c:966:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
otter-3.3f/source/case.c:906:9: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/case.c:978:9: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/case.c:1030:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/check.c:201:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/check.c:659:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
otter-3.3f/source/check.c:659:15: style: The scope of the variable 'matched' can be reduced. [variableScope]
otter-3.3f/source/check.c:659:24: style: The scope of the variable 'flip' can be reduced. [variableScope]
otter-3.3f/source/check.c:1058:31: style: The scope of the variable 'pos_ok' can be reduced. [variableScope]
otter-3.3f/source/check.c:1061:7: style: The scope of the variable 'ok' can be reduced. [variableScope]
otter-3.3f/source/check.c:1062:16: style: The scope of the variable 'atom' can be reduced. [variableScope]
otter-3.3f/source/check.c:1119:23: style: The scope of the variable 'ip2' can be reduced. [variableScope]
otter-3.3f/source/check.c:1348:17: style: The scope of the variable 'ok' can be reduced. [variableScope]
otter-3.3f/source/check.c:1558:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/check.c:1701:41: style: The scope of the variable 'ip_min' can be reduced. [variableScope]
otter-3.3f/source/check.c:1750:10: style: The scope of the variable 'sat_index' can be reduced. [variableScope]
otter-3.3f/source/check.c:1751:29: style: The scope of the variable 'sat_lit' can be reduced. [variableScope]
otter-3.3f/source/check.c:2646:14: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/check.c:2647:18: style: The scope of the variable 'd' can be reduced. [variableScope]
otter-3.3f/source/check.c:242:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/check.c:878:7: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/check.c:1679:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/check.c:1847:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/check.c:2033:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/check.c:2099:7: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/check.c:2272:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/check.c:2656:11: style: Variable 'level' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/check.c:2721:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/check.c:2725:49: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/clause.c:556:3: style: Variable 'i2' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/clause.c:549:8: note: Variable 'i2' is reassigned a value before the old one has been used.
otter-3.3f/source/clause.c:556:3: note: Variable 'i2' is reassigned a value before the old one has been used.
otter-3.3f/source/clause.c:180:25: style: The scope of the variable 'plit' can be reduced. [variableScope]
otter-3.3f/source/clause.c:183:23: style: The scope of the variable 'ip2' can be reduced. [variableScope]
otter-3.3f/source/clause.c:272:25: style: The scope of the variable 'plit' can be reduced. [variableScope]
otter-3.3f/source/clause.c:273:23: style: The scope of the variable 'ip2' can be reduced. [variableScope]
otter-3.3f/source/clause.c:928:9: style: The scope of the variable 'parens' can be reduced. [variableScope]
otter-3.3f/source/clause.c:1003:9: style: The scope of the variable 'parens' can be reduced. [variableScope]
otter-3.3f/source/clause.c:1193:28: style: The scope of the variable 'cp2' can be reduced. [variableScope]
otter-3.3f/source/clause.c:1194:23: style: The scope of the variable 'ip2' can be reduced. [variableScope]
otter-3.3f/source/clause.c:1346:25: style: The scope of the variable 'd_atom' can be reduced. [variableScope]
otter-3.3f/source/clause.c:1349:19: style: The scope of the variable 'is_db' can be reduced. [variableScope]
otter-3.3f/source/clause.c:1351:21: style: The scope of the variable 'fpa_db' can be reduced. [variableScope]
otter-3.3f/source/clause.c:1352:20: style: The scope of the variable 'ut' can be reduced. [variableScope]
otter-3.3f/source/clause.c:1486:18: style: The scope of the variable 'd' can be reduced. [variableScope]
otter-3.3f/source/clause.c:1555:18: style: The scope of the variable 'd' can be reduced. [variableScope]
otter-3.3f/source/clause.c:1887:24: style: The scope of the variable 'l2' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2219:18: style: The scope of the variable 'c' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2456:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2501:7: style: The scope of the variable 'found' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2526:28: style: The scope of the variable 'prev' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2569:16: style: The scope of the variable 'l' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2594:23: style: The scope of the variable 'c2' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2691:18: style: The scope of the variable 'd' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2692:7: style: The scope of the variable 'max' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2692:12: style: The scope of the variable 'lev' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2692:17: style: The scope of the variable 'n' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2994:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/clause.c:2994:10: style: The scope of the variable 'vn' can be reduced. [variableScope]
otter-3.3f/source/clause.c:3041:18: style: The scope of the variable 'c' can be reduced. [variableScope]
otter-3.3f/source/clause.c:3059:18: style: The scope of the variable 'c' can be reduced. [variableScope]
otter-3.3f/source/clause.c:3078:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/clause.c:3078:10: style: The scope of the variable 'j' can be reduced. [variableScope]
otter-3.3f/source/clause.c:3419:19: style: The scope of the variable 'is_db' can be reduced. [variableScope]
otter-3.3f/source/clause.c:3422:7: style: The scope of the variable 'deleted' can be reduced. [variableScope]
otter-3.3f/source/clause.c:3533:16: style: The scope of the variable 'source_list' can be reduced. [variableScope]
otter-3.3f/source/clause.c:1198:11: style: Variable 'level' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/clause.c:2805:11: style: Variable 'level' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/clause.c:3294:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
otter-3.3f/source/clause.c:3284:5: error: Resource leak: fin [resourceLeak]
otter-3.3f/source/clause.c:3284:5: error: Resource leak: fout [resourceLeak]
otter-3.3f/source/clocks.c:62:8: style: The scope of the variable 'sec' can be reduced. [variableScope]
otter-3.3f/source/clocks.c:62:13: style: The scope of the variable 'usec' can be reduced. [variableScope]
otter-3.3f/source/clocks.c:100:10: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
otter-3.3f/source/demod.c:966:14: style: The scope of the variable 'limit_warning_issued' can be reduced. [variableScope]
otter-3.3f/source/demod.c:1071:25: style: The scope of the variable 'tp2' can be reduced. [variableScope]
otter-3.3f/source/demod.c:1072:27: style: The scope of the variable 'cp2' can be reduced. [variableScope]
otter-3.3f/source/demod.c:1075:7: style: The scope of the variable 'ok' can be reduced. [variableScope]
otter-3.3f/source/demod.c:1304:7: style: The scope of the variable 'wt_left' can be reduced. [variableScope]
otter-3.3f/source/demod.c:1304:16: style: The scope of the variable 'wt_right' can be reduced. [variableScope]
otter-3.3f/source/foreign.c:366:8: style: The scope of the variable 'l' can be reduced. [variableScope]
otter-3.3f/source/foreign.c:367:10: style: The scope of the variable 'd' can be reduced. [variableScope]
otter-3.3f/source/foreign.c:368:7: style: The scope of the variable 'b' can be reduced. [variableScope]
otter-3.3f/source/foreign.c:369:9: style: The scope of the variable 's' can be reduced. [variableScope]
otter-3.3f/source/foreign.c:370:16: style: The scope of the variable 't1' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:667:30: style: The scope of the variable 'p2' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:734:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:839:31: style: The scope of the variable 'q' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:883:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:913:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:914:9: style: The scope of the variable 'n' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:995:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:1023:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:1051:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:1079:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:1109:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:1137:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:1165:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:1193:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:1313:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:1830:21: style: The scope of the variable 'f' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:1937:27: style: The scope of the variable 'p' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:1939:9: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/formed/callback.c:669:21: style: Unused variable: f [unusedVariable]
otter-3.3f/source/formed/callback.c:1348:21: style: Unused variable: f [unusedVariable]
otter-3.3f/source/formed/callback.c:1658:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/formed/callback.c:1728:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/formed/callback.c:1803:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/formed/callback.c:1885:9: style: Unused variable: i [unusedVariable]
otter-3.3f/source/formed/display.c:249:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/formed/display.c:243:3: note: Variable 'i' is reassigned a value before the old one has been used.
otter-3.3f/source/formed/display.c:249:3: note: Variable 'i' is reassigned a value before the old one has been used.
otter-3.3f/source/formed/display.c:370:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
otter-3.3f/source/formed/display.c:770:18: style: Variable 'message_text' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/formed/formed.c:70:11: style: The scope of the variable 'option' can be reduced. [variableScope]
otter-3.3f/source/formed/formed.c:127:11: style: The scope of the variable 's2' can be reduced. [variableScope]
otter-3.3f/source/formed/formed.c:372:25: style: The scope of the variable 'prev_area' can be reduced. [variableScope]
otter-3.3f/source/formed/formed.c:1131:30: style: The scope of the variable 'b_xy' can be reduced. [variableScope]
otter-3.3f/source/formed/formed.c:1294:27: style: The scope of the variable 'q' can be reduced. [variableScope]
otter-3.3f/source/formed/formed.c:907:24: style: Unused variable: q [unusedVariable]
otter-3.3f/source/formed/formed.c:603:2: warning: Possible buffer overflow if strlen(str) is larger than or equal to sizeof(b). [possibleBufferAccessOutOfBounds]
otter-3.3f/source/formed/formed.c:691:2: warning: Possible buffer overflow if strlen(str) is larger than or equal to sizeof(b). [possibleBufferAccessOutOfBounds]
otter-3.3f/source/formula.c:435:24: style: The scope of the variable 'f2' can be reduced. [variableScope]
otter-3.3f/source/formula.c:954:7: style: The scope of the variable 'sn' can be reduced. [variableScope]
otter-3.3f/source/formula.c:999:20: style: The scope of the variable 'r2' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1185:19: style: The scope of the variable 'f_new' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1185:47: style: The scope of the variable 'f_prev' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1186:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1186:10: style: The scope of the variable 'j' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1266:29: style: The scope of the variable 'f_prev' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1472:29: style: The scope of the variable 'f3' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1538:29: style: The scope of the variable 'f3' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1636:29: style: The scope of the variable 'a1' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1636:34: style: The scope of the variable 'a2' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1637:7: style: The scope of the variable 'f1_sign' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1637:16: style: The scope of the variable 'f2_sign' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1678:24: style: The scope of the variable 'f2' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1678:29: style: The scope of the variable 'f_prev' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1734:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1803:25: style: The scope of the variable 'prev' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1866:24: style: The scope of the variable 'f2' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1923:29: style: The scope of the variable 'fp2' can be reduced. [variableScope]
otter-3.3f/source/formula.c:1974:29: style: The scope of the variable 'prev' can be reduced. [variableScope]
otter-3.3f/source/formula.c:2078:24: style: The scope of the variable 'f2' can be reduced. [variableScope]
otter-3.3f/source/formula.c:2221:29: style: The scope of the variable 'f3' can be reduced. [variableScope]
otter-3.3f/source/formula.c:2287:29: style: The scope of the variable 'f3' can be reduced. [variableScope]
otter-3.3f/source/formula.c:2616:19: style: The scope of the variable 'f_new' can be reduced. [variableScope]
otter-3.3f/source/formula.c:2616:47: style: The scope of the variable 'f_prev' can be reduced. [variableScope]
otter-3.3f/source/formula.c:2617:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/formula.c:2617:10: style: The scope of the variable 'j' can be reduced. [variableScope]
otter-3.3f/source/formula.c:2693:29: style: The scope of the variable 'f_prev' can be reduced. [variableScope]
otter-3.3f/source/formula.c:3090:34: style: The scope of the variable 'prev' can be reduced. [variableScope]
otter-3.3f/source/fpa.c:858:25: style: Same expression on both sides of '||'. [duplicateExpression]
otter-3.3f/source/fpa.c:296:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/fpa.c:342:14: style: The scope of the variable 'atom_count' can be reduced. [variableScope]
otter-3.3f/source/fpa.c:342:26: style: The scope of the variable 'term_count' can be reduced. [variableScope]
otter-3.3f/source/fpa.c:387:20: style: The scope of the variable 'pp' can be reduced. [variableScope]
otter-3.3f/source/fpa.c:472:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/fpa.c:472:10: style: The scope of the variable 'empty' can be reduced. [variableScope]
otter-3.3f/source/fpa.c:803:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/fpa.c:201:20: style: Unused variable: tp1 [unusedVariable]
otter-3.3f/source/fpa.c:201:26: style: Unused variable: tp2 [unusedVariable]
otter-3.3f/source/fpa.c:201:32: style: Unused variable: tp3 [unusedVariable]
otter-3.3f/source/fpa.c:251:20: style: Unused variable: tp1 [unusedVariable]
otter-3.3f/source/fpa.c:251:26: style: Unused variable: tp2 [unusedVariable]
otter-3.3f/source/fpa.c:589:20: style: Unused variable: tp [unusedVariable]
otter-3.3f/source/fpa2.c:49:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'term *'. [invalidPrintfArgType_sint]
otter-3.3f/source/fpa2.c:86:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'term *'. [invalidPrintfArgType_sint]
otter-3.3f/source/fpa2.c:135:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'term *'. [invalidPrintfArgType_sint]
otter-3.3f/source/fpa2.c:144:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'term *'. [invalidPrintfArgType_sint]
otter-3.3f/source/hints.c:236:7: style: The scope of the variable 'f_test' can be reduced. [variableScope]
otter-3.3f/source/hints.c:236:15: style: The scope of the variable 'b_test' can be reduced. [variableScope]
otter-3.3f/source/hints.c:236:23: style: The scope of the variable 'e_test' can be reduced. [variableScope]
otter-3.3f/source/hints2.c:368:16: style: The scope of the variable 'l' can be reduced. [variableScope]
otter-3.3f/source/hints2.c:457:25: style: The scope of the variable 'tp2' can be reduced. [variableScope]
otter-3.3f/source/hints2.c:458:27: style: The scope of the variable 'cp2' can be reduced. [variableScope]
otter-3.3f/source/imd.c:21:7: style: The scope of the variable 'varnum' can be reduced. [variableScope]
otter-3.3f/source/imd.c:21:15: style: The scope of the variable 'sym' can be reduced. [variableScope]
otter-3.3f/source/imd.c:101:7: style: The scope of the variable 'max' can be reduced. [variableScope]
otter-3.3f/source/imd.c:154:7: style: The scope of the variable 'varnum' can be reduced. [variableScope]
otter-3.3f/source/imd.c:154:15: style: The scope of the variable 'sym' can be reduced. [variableScope]
otter-3.3f/source/imd.c:211:31: style: The scope of the variable 'i3' can be reduced. [variableScope]
otter-3.3f/source/imd.c:305:12: style: The scope of the variable 'found' can be reduced. [variableScope]
otter-3.3f/source/io.c:1830:12: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
otter-3.3f/source/io.c:1836:12: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
otter-3.3f/source/io.c:1845:12: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
otter-3.3f/source/io.c:1422:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1420:3: note: Variable 'p' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1422:3: note: Variable 'p' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1547:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1545:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1547:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1548:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1547:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1548:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1549:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1548:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1549:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1550:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1549:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1550:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1552:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1550:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1552:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1553:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1552:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1553:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1555:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1553:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1555:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1556:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1555:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1556:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1557:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1556:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1557:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1558:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1557:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1558:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1559:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1558:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1559:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1560:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1559:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1560:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1562:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1560:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1562:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1563:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1562:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1563:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1564:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1563:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1564:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1565:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1564:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1565:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1567:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1565:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1567:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1568:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1567:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1568:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1570:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1568:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1570:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1571:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1570:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1571:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1573:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1571:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1573:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1574:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1573:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1574:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1576:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1574:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1576:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1579:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
otter-3.3f/source/io.c:1576:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:1579:3: note: Variable 'rc' is reassigned a value before the old one has been used.
otter-3.3f/source/io.c:102:16: style: The scope of the variable 'n' can be reduced. [variableScope]
otter-3.3f/source/io.c:164:8: style: The scope of the variable 'n' can be reduced. [variableScope]
otter-3.3f/source/io.c:301:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
otter-3.3f/source/io.c:714:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
otter-3.3f/source/io.c:1338:7: style: The scope of the variable 'len' can be reduced. [variableScope]
otter-3.3f/source/io.c:1661:9: style: The scope of the variable 'str' can be reduced. [variableScope]
otter-3.3f/source/io.c:1662:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/io.c:1662:10: style: The scope of the variable 'flag' can be reduced. [variableScope]
otter-3.3f/source/io.c:2004:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/io.c:2004:10: style: The scope of the variable 'n' can be reduced. [variableScope]
otter-3.3f/source/io.c:2004:13: style: The scope of the variable 'type' can be reduced. [variableScope]
otter-3.3f/source/io.c:2005:26: style: The scope of the variable 't3' can be reduced. [variableScope]
otter-3.3f/source/io.c:2221:7: style: The scope of the variable 'go' can be reduced. [variableScope]
otter-3.3f/source/io.c:2306:24: style: The scope of the variable 'c' can be reduced. [variableScope]
otter-3.3f/source/io.c:2308:16: style: The scope of the variable 'white' can be reduced. [variableScope]
otter-3.3f/source/io.c:2469:7: style: The scope of the variable 'c' can be reduced. [variableScope]
otter-3.3f/source/io.c:2561:7: style: The scope of the variable 'neg' can be reduced. [variableScope]
otter-3.3f/source/io.c:2562:9: style: The scope of the variable 's' can be reduced. [variableScope]
otter-3.3f/source/io.c:2562:12: style: The scope of the variable 'str' can be reduced. [variableScope]
otter-3.3f/source/io.c:2687:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
otter-3.3f/source/io.c:2687:12: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/io.c:2687:15: style: The scope of the variable 'i1' can be reduced. [variableScope]
otter-3.3f/source/io.c:2687:19: style: The scope of the variable 'i2' can be reduced. [variableScope]
otter-3.3f/source/io.c:2687:23: style: The scope of the variable 'e1' can be reduced. [variableScope]
otter-3.3f/source/io.c:2687:27: style: The scope of the variable 'e2' can be reduced. [variableScope]
otter-3.3f/source/io.c:2728:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/io.c:1579:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/io.c:1641:12: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/io.c:1318:32: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
otter-3.3f/source/is.c:20:7: style: The scope of the variable 'varnum' can be reduced. [variableScope]
otter-3.3f/source/is.c:20:15: style: The scope of the variable 'sym' can be reduced. [variableScope]
otter-3.3f/source/is.c:129:7: style: The scope of the variable 'varnum' can be reduced. [variableScope]
otter-3.3f/source/is.c:129:15: style: The scope of the variable 'sym' can be reduced. [variableScope]
otter-3.3f/source/is.c:184:30: style: The scope of the variable 'i3' can be reduced. [variableScope]
otter-3.3f/source/is.c:278:7: style: The scope of the variable 'found' can be reduced. [variableScope]
otter-3.3f/source/is.c:444:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/ivy.c:140:9: style: The scope of the variable 'lisp_step' can be reduced. [variableScope]
otter-3.3f/source/ivy.c:38:11: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/linkur.c:453:7: style: Condition 'print_ud_trace' is always false [knownConditionTrueFalse]
otter-3.3f/source/linkur.c:450:20: note: Assignment 'print_ud_trace=0', assigned value is 0
otter-3.3f/source/linkur.c:453:7: note: Condition 'print_ud_trace' is always false
otter-3.3f/source/linkur.c:527:7: style: Condition 'print_ud_trace' is always false [knownConditionTrueFalse]
otter-3.3f/source/linkur.c:450:20: note: Assignment 'print_ud_trace=0', assigned value is 0
otter-3.3f/source/linkur.c:527:7: note: Condition 'print_ud_trace' is always false
otter-3.3f/source/linkur.c:291:25: style: The scope of the variable 'd_atom' can be reduced. [variableScope]
otter-3.3f/source/linkur.c:296:19: style: The scope of the variable 'is_db' can be reduced. [variableScope]
otter-3.3f/source/linkur.c:434:25: style: The scope of the variable 'd_atom' can be reduced. [variableScope]
otter-3.3f/source/linkur.c:439:19: style: The scope of the variable 'is_db' can be reduced. [variableScope]
otter-3.3f/source/linkur.c:711:11: style: The scope of the variable 'subsumable_unit_here' can be reduced. [variableScope]
otter-3.3f/source/linkur.c:1360:7: style: The scope of the variable 'max_back_up' can be reduced. [variableScope]
otter-3.3f/source/linkur.c:1782:17: style: The scope of the variable 'both_to_link' can be reduced. [variableScope]
otter-3.3f/source/linkur.c:2270:18: style: The scope of the variable 'rc' can be reduced. [variableScope]
otter-3.3f/source/linkur.c:2270:32: style: The scope of the variable 'j' can be reduced. [variableScope]
otter-3.3f/source/linkur.c:2539:7: style: The scope of the variable 'vn1' can be reduced. [variableScope]
otter-3.3f/source/linkur.c:2539:12: style: The scope of the variable 'vn2' can be reduced. [variableScope]
otter-3.3f/source/lisp.c:139:6: warning: Either the condition 'i==100' is redundant or the array 'Word[100]' is accessed at index 100, which is out of bounds. [arrayIndexOutOfBoundsCond]
otter-3.3f/source/lisp.c:138:13: note: Assuming that condition 'i==100' is not redundant
otter-3.3f/source/lisp.c:139:6: note: Array index out of bounds
otter-3.3f/source/lisp.c:217:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/lrpo.c:19:7: style: The scope of the variable 'p1' can be reduced. [variableScope]
otter-3.3f/source/lrpo.c:19:11: style: The scope of the variable 'p2' can be reduced. [variableScope]
otter-3.3f/source/lrpo.c:19:15: style: The scope of the variable 'sn' can be reduced. [variableScope]
otter-3.3f/source/lrpo.c:20:14: style: The scope of the variable 'warning_given' can be reduced. [variableScope]
otter-3.3f/source/main.c:22:18: style: The scope of the variable 'giv_cl' can be reduced. [variableScope]
otter-3.3f/source/main.c:23:15: style: The scope of the variable 'status' can be reduced. [variableScope]
otter-3.3f/source/main.c:23:23: style: The scope of the variable 'level' can be reduced. [variableScope]
otter-3.3f/source/main.c:23:30: style: The scope of the variable 'first_of_next_level' can be reduced. [variableScope]
otter-3.3f/source/main.c:24:9: style: The scope of the variable 'str' can be reduced. [variableScope]
otter-3.3f/source/misc.c:77:11: style: The scope of the variable 'error' can be reduced. [variableScope]
otter-3.3f/source/misc.c:766:22: style: The scope of the variable 'c2' can be reduced. [variableScope]
otter-3.3f/source/misc.c:964:19: style: The scope of the variable 'p' can be reduced. [variableScope]
otter-3.3f/source/misc.c:989:19: style: The scope of the variable 'p' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1009:19: style: The scope of the variable 'p' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1031:19: style: The scope of the variable 'p' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1495:24: style: The scope of the variable 'r3' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1558:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1587:20: style: The scope of the variable 'q' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1701:7: style: The scope of the variable 'occurs' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1886:7: style: The scope of the variable 'sos_distribution' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1887:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1887:13: style: The scope of the variable 'wt' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1887:17: style: The scope of the variable 'n' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1887:29: style: The scope of the variable 'size' can be reduced. [variableScope]
otter-3.3f/source/misc.c:1986:23: style: The scope of the variable 'ip2' can be reduced. [variableScope]
otter-3.3f/source/misc.c:2165:50: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/multijust.c:780:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
otter-3.3f/source/multijust.c:800:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
otter-3.3f/source/multijust.c:1149:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
otter-3.3f/source/multijust.c:1352:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/nonport.c:137:16: style: The scope of the variable 't' can be reduced. [variableScope]
otter-3.3f/source/nonport.c:138:11: style: The scope of the variable 'go_back' can be reduced. [variableScope]
otter-3.3f/source/nonport.c:140:14: style: The scope of the variable 'fork_level' can be reduced. [variableScope]
otter-3.3f/source/nonport.c:311:7: style: The scope of the variable 'fork_status' can be reduced. [variableScope]
otter-3.3f/source/nonport.c:312:18: style: The scope of the variable 'c' can be reduced. [variableScope]
otter-3.3f/source/nonport.c:300:1: error: Resource leak: fin [resourceLeak]
otter-3.3f/source/nonport.c:300:1: error: Resource leak: fout [resourceLeak]
otter-3.3f/source/options.c:918:9: style: The scope of the variable 'flag_name' can be reduced. [variableScope]
otter-3.3f/source/options.c:919:7: style: The scope of the variable 'index' can be reduced. [variableScope]
otter-3.3f/source/options.c:919:14: style: The scope of the variable 'found' can be reduced. [variableScope]
otter-3.3f/source/options.c:985:9: style: The scope of the variable 'parm_name' can be reduced. [variableScope]
otter-3.3f/source/options.c:985:21: style: The scope of the variable 'int_name' can be reduced. [variableScope]
otter-3.3f/source/options.c:986:7: style: The scope of the variable 'index' can be reduced. [variableScope]
otter-3.3f/source/options.c:986:14: style: The scope of the variable 'found' can be reduced. [variableScope]
otter-3.3f/source/options.c:986:30: style: The scope of the variable 'rc' can be reduced. [variableScope]
otter-3.3f/source/overbeek.c:146:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/overbeek.c:210:9: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
otter-3.3f/source/paramod.c:211:17: style: The scope of the variable 'ip' can be reduced. [variableScope]
otter-3.3f/source/paramod.c:212:7: style: The scope of the variable 'pos_vec' can be reduced. [variableScope]
otter-3.3f/source/paramod.c:267:16: style: The scope of the variable 'into_term' can be reduced. [variableScope]
otter-3.3f/source/paramod.c:268:20: style: The scope of the variable 'ut' can be reduced. [variableScope]
otter-3.3f/source/paramod.c:310:16: style: The scope of the variable 'atom' can be reduced. [variableScope]
otter-3.3f/source/paramod.c:419:19: style: The scope of the variable 'into_subst' can be reduced. [variableScope]
otter-3.3f/source/paramod.c:419:32: style: The scope of the variable 'from_subst' can be reduced. [variableScope]
otter-3.3f/source/process.c:24:18: style: The scope of the variable 'd' can be reduced. [variableScope]
otter-3.3f/source/process.c:208:18: style: The scope of the variable 'c' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:803:29: style: The scope of the variable 'l3' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:804:31: style: The scope of the variable 'giv_subst' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:807:20: style: The scope of the variable 'j' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:807:23: style: The scope of the variable 'nuc_pos' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:809:20: style: The scope of the variable 'ut' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:1110:7: style: The scope of the variable 'condition_par1' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:1111:16: style: The scope of the variable 'condition' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:1111:28: style: The scope of the variable 'then_part' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:1111:40: style: The scope of the variable 'else_part' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:1112:33: style: The scope of the variable 'prev_lit' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:1285:16: style: The scope of the variable 'g_atom' can be reduced. [variableScope]
otter-3.3f/source/resolve.c:1355:19: style: The scope of the variable 'l3' can be reduced. [variableScope]
otter-3.3f/source/share.c:107:19: style: The scope of the variable 'r2' can be reduced. [variableScope]
otter-3.3f/source/share.c:183:7: style: The scope of the variable 'hashval' can be reduced. [variableScope]
otter-3.3f/source/share.c:184:25: style: The scope of the variable 'r3' can be reduced. [variableScope]
otter-3.3f/source/share.c:185:25: style: The scope of the variable 'p2' can be reduced. [variableScope]
otter-3.3f/source/share.c:274:20: style: The scope of the variable 'r2' can be reduced. [variableScope]
otter-3.3f/source/share.c:518:26: style: The scope of the variable 'tp2' can be reduced. [variableScope]
otter-3.3f/source/weight.c:83:20: style: The scope of the variable 'member' can be reduced. [variableScope]
otter-3.3f/source/weight.c:381:25: style: The scope of the variable 'is2' can be reduced. [variableScope]
otter-3.3f/source/weight.c:382:26: style: The scope of the variable 'tp2' can be reduced. [variableScope]
otter-3.3f/source/weight.c:414:7: style: The scope of the variable 'v1' can be reduced. [variableScope]
otter-3.3f/source/weight.c:414:11: style: The scope of the variable 'v2' can be reduced. [variableScope]
otter-3.3f/source/weight.c:454:10: style: The scope of the variable 't1_special' can be reduced. [variableScope]
otter-3.3f/source/weight.c:454:22: style: The scope of the variable 't2_special' can be reduced. [variableScope]
otter-3.3f/source/weight.c:521:10: style: The scope of the variable 't1_special' can be reduced. [variableScope]
otter-3.3f/source/weight.c:521:22: style: The scope of the variable 't2_special' can be reduced. [variableScope]
otter-3.3f/source/weight.c:724:7: style: The scope of the variable 'i' can be reduced. [variableScope]
otter-3.3f/source/weight.c:724:10: style: The scope of the variable 'a' can be reduced. [variableScope]
otter-3.3f/source/weight.c:724:23: style: The scope of the variable 'ok' can be reduced. [variableScope]
otter-3.3f/source/weight.c:769:7: style: The scope of the variable 'alpha_bigger' can be reduced. [variableScope]
otter-3.3f/source/weight.c:769:21: style: The scope of the variable 'beta_bigger' can be reduced. [variableScope]
[14:37]

ftp://ftp.se.debian.org/debian/pool/main/o/ounit/ounit_2.0.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/outguess/outguess_0.2.orig.tar.gz
outguess-0.2.orig/fourier.c:125:20: style: The scope of the variable 'dj' can be reduced. [variableScope]
outguess-0.2.orig/fourier.c:105:19: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
outguess-0.2.orig/fourier.c:113:24: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
outguess-0.2.orig/golay.c:90:9: style: The scope of the variable 'mul' can be reduced. [variableScope]
outguess-0.2.orig/golay.c:90:26: style: The scope of the variable 'temp' can be reduced. [variableScope]
outguess-0.2.orig/golay.c:136:8: style: The scope of the variable 'aux' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/cdjpeg.c:124:20: style: The scope of the variable 'ck' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/cjpeg.c:211:10: style: The scope of the variable 'arg' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/cjpeg.c:472:14: style: The scope of the variable 'num_scanlines' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/cjpeg.c:574:16: style: Variable 'file_index' is assigned a value that is never used. [unreadVariable]
outguess-0.2.orig/jpeg-6b-steg/ckconfig.c:171:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
outguess-0.2.orig/jpeg-6b-steg/ckconfig.c:268:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/ckconfig.c:275:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/ckconfig.c:106:9: style: struct member 'methods_struct::error_exit' is never used. [unusedStructMember]
outguess-0.2.orig/jpeg-6b-steg/ckconfig.c:107:9: style: struct member 'methods_struct::trace_message' is never used. [unusedStructMember]
outguess-0.2.orig/jpeg-6b-steg/ckconfig.c:108:9: style: struct member 'methods_struct::another_method' is never used. [unusedStructMember]
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:329:11: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:329:11: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:573:3: warning: Possible null pointer dereference: dest_mgr [nullPointer]
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:432:29: note: Assignment 'dest_mgr=NULL', assigned value is 0
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:573:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:579:5: warning: Possible null pointer dereference: dest_mgr [nullPointer]
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:432:29: note: Assignment 'dest_mgr=NULL', assigned value is 0
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:579:5: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:583:49: warning: Possible null pointer dereference: dest_mgr [nullPointer]
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:432:29: note: Assignment 'dest_mgr=NULL', assigned value is 0
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:583:49: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:584:6: warning: Possible null pointer dereference: dest_mgr [nullPointer]
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:432:29: note: Assignment 'dest_mgr=NULL', assigned value is 0
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:584:6: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:585:7: warning: Possible null pointer dereference: dest_mgr [nullPointer]
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:432:29: note: Assignment 'dest_mgr=NULL', assigned value is 0
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:585:7: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:599:5: warning: Possible null pointer dereference: dest_mgr [nullPointer]
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:432:29: note: Assignment 'dest_mgr=NULL', assigned value is 0
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:599:5: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:174:10: style: The scope of the variable 'arg' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:373:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/djpeg.c:435:14: style: The scope of the variable 'num_scanlines' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcapimin.c:122:16: style: The scope of the variable 'qtbl' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcapimin.c:123:15: style: The scope of the variable 'htbl' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccoefct.c:249:14: style: The scope of the variable 'blocks_across' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccoefct.c:250:15: style: The scope of the variable 'h_samp_factor' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccoefct.c:250:53: style: The scope of the variable 'ndummy' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccolor.c:137:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccolor.c:138:21: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccolor.c:138:30: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccolor.c:138:39: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccolor.c:193:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccolor.c:194:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccolor.c:233:21: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccolor.c:233:30: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccolor.c:233:39: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccolor.c:233:48: style: The scope of the variable 'outptr3' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jccolor.c:285:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcdctmgr.c:57:11: style: The scope of the variable 'qtblno' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcdctmgr.c:59:16: style: The scope of the variable 'qtbl' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcdctmgr.c:198:25: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcdctmgr.c:227:24: style: The scope of the variable 'temp' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcdctmgr.c:227:30: style: The scope of the variable 'qval' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcdctmgr.c:288:25: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcdctmgr.c:318:27: style: The scope of the variable 'temp' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jchuff.c:109:11: style: The scope of the variable 'dctbl' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jchuff.c:109:18: style: The scope of the variable 'actbl' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jchuff.c:480:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jchuff.c:481:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jchuff.c:649:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jchuff.c:711:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jchuff.c:711:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jchuff.c:713:8: style: The scope of the variable 'v' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jchuff.c:849:11: style: The scope of the variable 'dctbl' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jchuff.c:849:18: style: The scope of the variable 'actbl' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmainct.c:248:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmainct.c:249:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmarker.c:200:9: warning: Either the condition 'htbl==NULL' is redundant or there is possible null pointer dereference: htbl. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jcmarker.c:197:12: note: Assuming that condition 'htbl==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jcmarker.c:200:9: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jcmarker.c:188:7: style: The scope of the variable 'length' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmarker.c:188:15: style: The scope of the variable 'i' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmarker.c:311:10: style: The scope of the variable 'td' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmarker.c:311:14: style: The scope of the variable 'ta' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmarker.c:554:7: style: The scope of the variable 'i' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmarker.c:555:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmaster.c:136:15: style: The scope of the variable 'ncomps' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmaster.c:137:7: style: The scope of the variable 'Ss' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmaster.c:137:11: style: The scope of the variable 'Se' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmaster.c:137:15: style: The scope of the variable 'Ah' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmaster.c:137:19: style: The scope of the variable 'Al' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmaster.c:312:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmaster.c:312:11: style: The scope of the variable 'mcublks' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcmaster.c:55:27: style: Checking if unsigned variable 'cinfo->image_height' is less than zero. [unsignedLessThanZero]
outguess-0.2.orig/jpeg-6b-steg/jcmaster.c:55:54: style: Checking if unsigned variable 'cinfo->image_width' is less than zero. [unsignedLessThanZero]
outguess-0.2.orig/jpeg-6b-steg/jcparam.c:34:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcparam.c:512:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcphuff.c:318:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcphuff.c:318:22: style: The scope of the variable 'nbits' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcphuff.c:349:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcphuff.c:380:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcphuff.c:380:22: style: The scope of the variable 'temp2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcphuff.c:381:16: style: The scope of the variable 'nbits' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcphuff.c:382:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcphuff.c:385:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcphuff.c:467:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcphuff.c:574:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcprepct.c:135:7: style: The scope of the variable 'numrows' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcprepct.c:136:14: style: The scope of the variable 'inrows' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcprepct.c:318:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcprepct.c:319:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:91:20: style: The scope of the variable 'pixval' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:92:16: style: The scope of the variable 'count' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:93:7: style: The scope of the variable 'row' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:121:14: style: The scope of the variable 'in_ptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:121:22: style: The scope of the variable 'out_ptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:146:19: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:218:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:218:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:219:16: style: The scope of the variable 'bias' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:255:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:255:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:255:37: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:256:16: style: The scope of the variable 'bias' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:298:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:298:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:298:37: style: The scope of the variable 'above_ptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:298:48: style: The scope of the variable 'below_ptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:298:59: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:299:9: style: The scope of the variable 'membersum' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:299:20: style: The scope of the variable 'neighsum' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:398:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:398:28: style: The scope of the variable 'above_ptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:398:39: style: The scope of the variable 'below_ptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:398:50: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:399:9: style: The scope of the variable 'membersum' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:399:20: style: The scope of the variable 'neighsum' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:400:7: style: The scope of the variable 'colsum' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:400:15: style: The scope of the variable 'lastcolsum' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jcsample.c:400:27: style: The scope of the variable 'nextcolsum' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jctrans.c:68:15: style: The scope of the variable 'c_quant' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jctrans.c:68:25: style: The scope of the variable 'slot_quant' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdatasrc.c:97:14: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
outguess-0.2.orig/jpeg-6b-steg/jdcoefct.c:447:15: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
outguess-0.2.orig/jpeg-6b-steg/jdcoefct.c:418:16: style: The scope of the variable 'qtable' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdcoefct.c:703:13: style: The scope of the variable 'access_rows' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdcolor.c:126:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdcolor.c:127:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdcolor.c:127:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdcolor.c:127:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdcolor.c:251:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdcolor.c:252:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdcolor.c:252:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdcolor.c:252:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdcolor.c:307:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdcolor.c:95:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdcolor.c:98:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jddctmgr.c:60:19: style: union member 'multiplier_table::islow_array' is never used. [unusedStructMember]
outguess-0.2.orig/jpeg-6b-steg/jddctmgr.c:62:19: style: union member 'multiplier_table::ifast_array' is never used. [unusedStructMember]
outguess-0.2.orig/jpeg-6b-steg/jddctmgr.c:65:19: style: union member 'multiplier_table::float_array' is never used. [unusedStructMember]
outguess-0.2.orig/jpeg-6b-steg/jdhuff.c:89:17: style: The scope of the variable 'dctbl' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdhuff.c:89:24: style: The scope of the variable 'actbl' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdhuff.c:408:3: style: Redundant pointer operation on 'state' - it's already a pointer. [redundantPointerOp]
outguess-0.2.orig/jpeg-6b-steg/jdhuff.c:416:5: style: Redundant pointer operation on 'state' - it's already a pointer. [redundantPointerOp]
outguess-0.2.orig/jpeg-6b-steg/jdhuff.c:454:12: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdhuff.c:455:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdhuff.c:456:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdhuff.c:457:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdinput.c:125:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdinput.c:125:11: style: The scope of the variable 'mcublks' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmainct.c:163:11: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmainct.c:204:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmainct.c:244:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmainct.c:273:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmainct.c:273:22: style: The scope of the variable 'iMCUheight' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmainct.c:273:34: style: The scope of the variable 'rows_left' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmainct.c:479:11: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmarker.c:512:30: warning: Either the condition 'n>=4' is redundant or the array 'cinfo->quant_tbl_ptrs[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
outguess-0.2.orig/jpeg-6b-steg/jdmarker.c:509:11: note: Assuming that condition 'n>=4' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jdmarker.c:512:30: note: Array index out of bounds
outguess-0.2.orig/jpeg-6b-steg/jdmarker.c:425:17: style: The scope of the variable 'count' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmarker.c:494:13: style: The scope of the variable 'prec' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmarker.c:667:16: style: The scope of the variable 'version' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmarker.c:667:25: style: The scope of the variable 'flags0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmarker.c:667:33: style: The scope of the variable 'flags1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmarker.c:667:41: style: The scope of the variable 'transform' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmarker.c:267:27: style: Checking if unsigned variable 'cinfo->image_height' is less than zero. [unsignedLessThanZero]
outguess-0.2.orig/jpeg-6b-steg/jdmarker.c:267:54: style: Checking if unsigned variable 'cinfo->image_width' is less than zero. [unsignedLessThanZero]
outguess-0.2.orig/jpeg-6b-steg/jdmerge.c:152:12: style: The scope of the variable 'work_ptrs' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdmerge.c:108:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdmerge.c:111:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdphuff.c:97:8: style: The scope of the variable 'coef_bit_ptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdphuff.c:214:12: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdphuff.c:215:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdphuff.c:216:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdphuff.c:217:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdphuff.c:496:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
outguess-0.2.orig/jpeg-6b-steg/jdpostct.c:165:28: style: The scope of the variable 'num_rows' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:96:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:97:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:194:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:197:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:237:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:239:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:265:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:267:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:308:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:308:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:309:16: style: The scope of the variable 'invalue' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:404:11: style: The scope of the variable 'need_buffer' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:405:7: style: The scope of the variable 'h_in_group' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:405:19: style: The scope of the variable 'v_in_group' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:405:31: style: The scope of the variable 'h_out_group' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jdsample.c:405:44: style: The scope of the variable 'v_out_group' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jidctflt.c:78:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jidctfst.c:178:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jidctint.c:158:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jidctred.c:127:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jidctred.c:279:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemdos.c:130:16: style: The scope of the variable 'env' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemdos.c:131:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemdos.c:132:10: style: The scope of the variable 'tfile' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemdos.c:372:8: style: The scope of the variable 'endbuffer' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1067:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1067:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1068:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1068:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1069:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1069:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1070:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1070:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1071:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1071:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1072:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1072:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1073:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1073:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1074:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1074:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1075:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1075:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1076:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1076:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1077:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1077:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1080:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1080:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1083:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:1083:3: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:263:21: style: The scope of the variable 'min_request' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:263:34: style: The scope of the variable 'slop' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:693:34: style: The scope of the variable 'byte_count' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:693:46: style: The scope of the variable 'rows' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:693:52: style: The scope of the variable 'thisrow' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:726:34: style: The scope of the variable 'byte_count' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:726:46: style: The scope of the variable 'rows' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:726:52: style: The scope of the variable 'thisrow' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:764:14: style: The scope of the variable 'undef_row' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jmemmgr.c:849:14: style: The scope of the variable 'undef_row' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jpegtran.c:126:10: style: The scope of the variable 'arg' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jpegtran.c:467:16: style: Variable 'file_index' is assigned a value that is never used. [unreadVariable]
outguess-0.2.orig/jpeg-6b-steg/jpegtran.c:502:52: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:443:10: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:449:27: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:278:14: style: The scope of the variable 'nci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:278:19: style: The scope of the variable 'blksize' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:337:11: style: The scope of the variable 'k' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:337:14: style: The scope of the variable 'nci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:337:28: style: The scope of the variable 'val' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:436:13: style: The scope of the variable 'nci' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:466:21: style: The scope of the variable 'ptrin' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:466:28: style: The scope of the variable 'ptrout' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:493:21: style: The scope of the variable 'ptrin' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:493:28: style: The scope of the variable 'ptrout' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:524:7: style: The scope of the variable 'row_index' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:571:21: style: The scope of the variable 'input_ptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:572:21: style: The scope of the variable 'output_ptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:576:9: style: The scope of the variable 'dither0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:577:9: style: The scope of the variable 'dither1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:578:9: style: The scope of the variable 'dither2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:579:7: style: The scope of the variable 'row_index' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant1.c:579:18: style: The scope of the variable 'col_index' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:228:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:428:7: style: The scope of the variable 'n' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:429:7: style: The scope of the variable 'c0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:429:10: style: The scope of the variable 'c1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:429:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:429:16: style: The scope of the variable 'cmax' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:430:22: style: The scope of the variable 'b2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:660:10: style: The scope of the variable 'x' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:785:10: style: The scope of the variable 'icolor' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:787:13: style: The scope of the variable 'cptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:788:9: style: The scope of the variable 'dist0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:790:9: style: The scope of the variable 'xx0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:792:9: style: The scope of the variable 'inc0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:792:15: style: The scope of the variable 'inc1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:792:21: style: The scope of the variable 'inc2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:921:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:921:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:955:23: style: The scope of the variable 'cur0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:955:29: style: The scope of the variable 'cur1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:955:35: style: The scope of the variable 'cur2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:956:14: style: The scope of the variable 'belowerr0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:956:25: style: The scope of the variable 'belowerr1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:956:36: style: The scope of the variable 'belowerr2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:957:14: style: The scope of the variable 'bpreverr0' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:957:25: style: The scope of the variable 'bpreverr1' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:957:36: style: The scope of the variable 'bpreverr2' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:959:12: style: The scope of the variable 'inptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:960:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jquant2.c:243:22: style: Checking if unsigned variable '(++' is less than zero. [unsignedLessThanZero]
outguess-0.2.orig/jpeg-6b-steg/jutils.c:120:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/jutils.c:120:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/rdcolmap.c:83:7: style: The scope of the variable 'R' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/rdcolmap.c:83:10: style: The scope of the variable 'G' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/rdcolmap.c:83:13: style: The scope of the variable 'B' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/rdcolmap.c:185:9: style: Checking if unsigned variable 'w' is less than zero. [unsignedLessThanZero]
outguess-0.2.orig/jpeg-6b-steg/rdcolmap.c:185:19: style: Checking if unsigned variable 'h' is less than zero. [unsignedLessThanZero]
outguess-0.2.orig/jpeg-6b-steg/rdcolmap.c:185:34: style: Checking if unsigned variable 'maxval' is less than zero. [unsignedLessThanZero]
outguess-0.2.orig/jpeg-6b-steg/rdjpgcom.c:224:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/rdjpgcom.c:326:7: style: The scope of the variable 'marker' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/rdjpgcom.c:413:20: style: The scope of the variable 'ck' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/rdjpgcom.c:440:10: style: The scope of the variable 'arg' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:70:24: style: The scope of the variable 'comp_width' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:75:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:120:24: style: The scope of the variable 'comp_height' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:125:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:195:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:239:24: style: The scope of the variable 'comp_width' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:243:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:303:24: style: The scope of the variable 'comp_height' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:307:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:367:34: style: The scope of the variable 'comp_width' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:367:46: style: The scope of the variable 'comp_height' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:372:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:472:34: style: The scope of the variable 'comp_width' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:472:46: style: The scope of the variable 'comp_height' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:476:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:642:24: style: The scope of the variable 'itemp' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/transupp.c:864:7: style: The scope of the variable 'm' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/wrjpgcom.c:456:9: warning: Either the condition 'comment_arg==NULL' is redundant or there is possible null pointer dereference: comment_arg. [nullPointerRedundantCheck]
outguess-0.2.orig/jpeg-6b-steg/wrjpgcom.c:454:18: note: Assuming that condition 'comment_arg==NULL' is not redundant
outguess-0.2.orig/jpeg-6b-steg/wrjpgcom.c:456:9: note: Null pointer dereference
outguess-0.2.orig/jpeg-6b-steg/wrjpgcom.c:291:7: style: The scope of the variable 'marker' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/wrjpgcom.c:389:20: style: The scope of the variable 'ck' can be reduced. [variableScope]
outguess-0.2.orig/jpeg-6b-steg/wrjpgcom.c:416:10: style: The scope of the variable 'arg' can be reduced. [variableScope]
outguess-0.2.orig/jpg.c:151:9: style: The scope of the variable 'a' can be reduced. [variableScope]
outguess-0.2.orig/jpg.c:151:12: style: The scope of the variable 'b' can be reduced. [variableScope]
outguess-0.2.orig/jpg.c:343:25: style: Function 'init_JPEG_handler' argument 1 names different: declaration 'parameters' definition 'parameter'. [funcArgNamesDifferent]
outguess-0.2.orig/jpg.h:38:30: note: Function 'init_JPEG_handler' argument 1 names different: declaration 'parameters' definition 'parameter'.
outguess-0.2.orig/jpg.c:343:25: note: Function 'init_JPEG_handler' argument 1 names different: declaration 'parameters' definition 'parameter'.
outguess-0.2.orig/jpg.c:355:25: style: Function 'bitmap_from_jpg' argument 1 names different: declaration 'bitmap' definition 'dbitmap'. [funcArgNamesDifferent]
outguess-0.2.orig/jpg.h:45:30: note: Function 'bitmap_from_jpg' argument 1 names different: declaration 'bitmap' definition 'dbitmap'.
outguess-0.2.orig/jpg.c:355:25: note: Function 'bitmap_from_jpg' argument 1 names different: declaration 'bitmap' definition 'dbitmap'.
outguess-0.2.orig/missing/md5.c:63:25: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
outguess-0.2.orig/missing/md5.h:19:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
outguess-0.2.orig/missing/md5.c:63:25: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
outguess-0.2.orig/missing/md5.c:80:25: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
outguess-0.2.orig/missing/md5.h:20:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
outguess-0.2.orig/missing/md5.c:80:25: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
outguess-0.2.orig/missing/md5.c:132:25: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
outguess-0.2.orig/missing/md5.h:21:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
outguess-0.2.orig/missing/md5.c:132:25: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
outguess-0.2.orig/missing/md5.c:195:26: style: Function 'MD5Transform' argument 2 names different: declaration 'in' definition 'inraw'. [funcArgNamesDifferent]
outguess-0.2.orig/missing/md5.h:22:54: note: Function 'MD5Transform' argument 2 names different: declaration 'in' definition 'inraw'.
outguess-0.2.orig/missing/md5.c:195:26: note: Function 'MD5Transform' argument 2 names different: declaration 'in' definition 'inraw'.
outguess-0.2.orig/missing/md5.c:170:9: warning: Size of pointer 'ctx' used instead of size of its data. [pointerSize]
outguess-0.2.orig/outguess.c:460:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
outguess-0.2.orig/outguess.c:460:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
outguess-0.2.orig/outguess.c:694:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
outguess-0.2.orig/outguess.c:409:6: style: The scope of the variable 'changed' can be reduced. [variableScope]
outguess-0.2.orig/outguess.c:409:15: style: The scope of the variable 'tch' can be reduced. [variableScope]
outguess-0.2.orig/outguess.c:409:26: style: The scope of the variable 'chmax' can be reduced. [variableScope]
outguess-0.2.orig/outguess.c:409:33: style: The scope of the variable 'chmin' can be reduced. [variableScope]
outguess-0.2.orig/outguess.c:410:9: style: The scope of the variable 'i' can be reduced. [variableScope]
outguess-0.2.orig/outguess.c:410:12: style: The scope of the variable 'size' can be reduced. [variableScope]
outguess-0.2.orig/outguess.c:600:6: style: The scope of the variable 'i' can be reduced. [variableScope]
outguess-0.2.orig/outguess.c:1020:22: style: The scope of the variable 'sq' can be reduced. [variableScope]
outguess-0.2.orig/outguess.c:439:0: error: Memory leak: chstats [memleak]
outguess-0.2.orig/pnm.c:101:11: error: Expression 'img[i]=(img[i++]&~(1<<0))|((tmp&1)<<0)' depends on order of evaluation of side effects [unknownEvaluationOrder]
outguess-0.2.orig/pnm.c:88:22: style: Function 'bitmap_to_pnm' argument 1 names different: declaration 'img' definition 'image'. [funcArgNamesDifferent]
outguess-0.2.orig/pnm.h:71:27: note: Function 'bitmap_to_pnm' argument 1 names different: declaration 'img' definition 'image'.
outguess-0.2.orig/pnm.c:88:22: note: Function 'bitmap_to_pnm' argument 1 names different: declaration 'img' definition 'image'.
[14:37]

ftp://ftp.se.debian.org/debian/pool/main/o/overgod/overgod_1.0.orig.tar.gz
overgod-1.0/actor.c:801:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
overgod-1.0/actor.c:612:8: style: The scope of the variable 'speed_mult' can be reduced. [variableScope]
overgod-1.0/actor.c:1365:6: style: The scope of the variable 'i' can be reduced. [variableScope]
overgod-1.0/bullet.c:181:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:181:10: note: Array index out of bounds
overgod-1.0/bullet.c:186:12: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:186:12: note: Array index out of bounds
overgod-1.0/bullet.c:187:12: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:187:12: note: Array index out of bounds
overgod-1.0/bullet.c:196:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:196:10: note: Array index out of bounds
overgod-1.0/bullet.c:197:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:197:10: note: Array index out of bounds
overgod-1.0/bullet.c:198:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:198:10: note: Array index out of bounds
overgod-1.0/bullet.c:199:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:199:10: note: Array index out of bounds
overgod-1.0/bullet.c:200:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:200:10: note: Array index out of bounds
overgod-1.0/bullet.c:201:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:201:10: note: Array index out of bounds
overgod-1.0/bullet.c:202:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:202:10: note: Array index out of bounds
overgod-1.0/bullet.c:204:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:204:10: note: Array index out of bounds
overgod-1.0/bullet.c:205:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:205:10: note: Array index out of bounds
overgod-1.0/bullet.c:206:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:206:10: note: Array index out of bounds
overgod-1.0/bullet.c:207:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:207:10: note: Array index out of bounds
overgod-1.0/bullet.c:208:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:208:10: note: Array index out of bounds
overgod-1.0/bullet.c:209:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:209:10: note: Array index out of bounds
overgod-1.0/bullet.c:210:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:210:10: note: Array index out of bounds
overgod-1.0/bullet.c:211:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:211:10: note: Array index out of bounds
overgod-1.0/bullet.c:212:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:212:10: note: Array index out of bounds
overgod-1.0/bullet.c:213:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:213:10: note: Array index out of bounds
overgod-1.0/bullet.c:214:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:214:10: note: Array index out of bounds
overgod-1.0/bullet.c:215:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:215:10: note: Array index out of bounds
overgod-1.0/bullet.c:216:10: error: Array 'bullet[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/bullet.c:172:4: note: After for loop, b has value 1000
overgod-1.0/bullet.c:216:10: note: Array index out of bounds
overgod-1.0/bullet.c:2217:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
overgod-1.0/bullet.c:267:20: style: The scope of the variable 'ya' can be reduced. [variableScope]
overgod-1.0/bullet.c:2224:11: style: The scope of the variable 'sh' can be reduced. [variableScope]
overgod-1.0/bullet.c:4077:6: style: The scope of the variable 'i' can be reduced. [variableScope]
overgod-1.0/bullet.c:3422:7: warning: The array 'pc2' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/bullet.c:3430:7: warning: The array 'pc2' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/cloud.c:95:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:95:9: note: Array index out of bounds
overgod-1.0/cloud.c:96:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:96:9: note: Array index out of bounds
overgod-1.0/cloud.c:97:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:97:9: note: Array index out of bounds
overgod-1.0/cloud.c:98:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:98:9: note: Array index out of bounds
overgod-1.0/cloud.c:99:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:99:9: note: Array index out of bounds
overgod-1.0/cloud.c:100:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:100:9: note: Array index out of bounds
overgod-1.0/cloud.c:101:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:101:9: note: Array index out of bounds
overgod-1.0/cloud.c:102:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:102:9: note: Array index out of bounds
overgod-1.0/cloud.c:103:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:103:9: note: Array index out of bounds
overgod-1.0/cloud.c:104:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:104:9: note: Array index out of bounds
overgod-1.0/cloud.c:105:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:105:9: note: Array index out of bounds
overgod-1.0/cloud.c:106:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:106:9: note: Array index out of bounds
overgod-1.0/cloud.c:107:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:107:9: note: Array index out of bounds
overgod-1.0/cloud.c:108:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:108:9: note: Array index out of bounds
overgod-1.0/cloud.c:109:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:109:9: note: Array index out of bounds
overgod-1.0/cloud.c:110:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:110:9: note: Array index out of bounds
overgod-1.0/cloud.c:111:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:111:9: note: Array index out of bounds
overgod-1.0/cloud.c:112:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:89:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:112:9: note: Array index out of bounds
overgod-1.0/cloud.c:134:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:134:9: note: Array index out of bounds
overgod-1.0/cloud.c:135:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:135:9: note: Array index out of bounds
overgod-1.0/cloud.c:136:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:136:9: note: Array index out of bounds
overgod-1.0/cloud.c:137:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:137:9: note: Array index out of bounds
overgod-1.0/cloud.c:138:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:138:9: note: Array index out of bounds
overgod-1.0/cloud.c:139:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:139:9: note: Array index out of bounds
overgod-1.0/cloud.c:140:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:140:9: note: Array index out of bounds
overgod-1.0/cloud.c:141:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:141:9: note: Array index out of bounds
overgod-1.0/cloud.c:142:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:142:9: note: Array index out of bounds
overgod-1.0/cloud.c:143:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:143:9: note: Array index out of bounds
overgod-1.0/cloud.c:144:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:144:9: note: Array index out of bounds
overgod-1.0/cloud.c:145:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:145:9: note: Array index out of bounds
overgod-1.0/cloud.c:146:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:146:9: note: Array index out of bounds
overgod-1.0/cloud.c:147:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:147:9: note: Array index out of bounds
overgod-1.0/cloud.c:148:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:148:9: note: Array index out of bounds
overgod-1.0/cloud.c:149:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:149:9: note: Array index out of bounds
overgod-1.0/cloud.c:150:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:150:9: note: Array index out of bounds
overgod-1.0/cloud.c:151:9: error: Array 'cloud[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:128:4: note: After for loop, c has value 1000
overgod-1.0/cloud.c:151:9: note: Array index out of bounds
overgod-1.0/cloud.c:806:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:806:8: note: Array index out of bounds
overgod-1.0/cloud.c:807:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:807:8: note: Array index out of bounds
overgod-1.0/cloud.c:808:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:808:8: note: Array index out of bounds
overgod-1.0/cloud.c:809:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:809:8: note: Array index out of bounds
overgod-1.0/cloud.c:810:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:810:8: note: Array index out of bounds
overgod-1.0/cloud.c:811:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:811:8: note: Array index out of bounds
overgod-1.0/cloud.c:812:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:812:8: note: Array index out of bounds
overgod-1.0/cloud.c:813:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:813:8: note: Array index out of bounds
overgod-1.0/cloud.c:814:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:814:8: note: Array index out of bounds
overgod-1.0/cloud.c:815:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:815:8: note: Array index out of bounds
overgod-1.0/cloud.c:816:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:816:8: note: Array index out of bounds
overgod-1.0/cloud.c:817:8: error: Array 'effect[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/cloud.c:798:2: note: After for loop, i has value 16
overgod-1.0/cloud.c:817:8: note: Array index out of bounds
overgod-1.0/cloud.c:732:10: style: The scope of the variable 'angle' can be reduced. [variableScope]
overgod-1.0/cloud.c:732:17: style: The scope of the variable 'xsp' can be reduced. [variableScope]
overgod-1.0/cloud.c:732:22: style: The scope of the variable 'ysp' can be reduced. [variableScope]
overgod-1.0/cloud.c:732:27: style: The scope of the variable 'burst_speed' can be reduced. [variableScope]
overgod-1.0/cloud.c:757:8: style: The scope of the variable 'xs2' can be reduced. [variableScope]
overgod-1.0/cloud.c:757:13: style: The scope of the variable 'ys2' can be reduced. [variableScope]
overgod-1.0/cloud.c:757:18: style: The scope of the variable 'x2' can be reduced. [variableScope]
overgod-1.0/cloud.c:757:22: style: The scope of the variable 'y2' can be reduced. [variableScope]
overgod-1.0/cloud.c:172:23: style: Function 'manage_cloud' argument 1 names different: declaration 'cl' definition 'c'. [funcArgNamesDifferent]
overgod-1.0/cloud.c:48:23: note: Function 'manage_cloud' argument 1 names different: declaration 'cl' definition 'c'.
overgod-1.0/cloud.c:172:23: note: Function 'manage_cloud' argument 1 names different: declaration 'cl' definition 'c'.
overgod-1.0/cloud.c:341:20: style: Function 'move_cloud' argument 1 names different: declaration 'mc' definition 'c'. [funcArgNamesDifferent]
overgod-1.0/cloud.c:49:20: note: Function 'move_cloud' argument 1 names different: declaration 'mc' definition 'c'.
overgod-1.0/cloud.c:341:20: note: Function 'move_cloud' argument 1 names different: declaration 'mc' definition 'c'.
overgod-1.0/cmds.c:729:6: style: The scope of the variable 'recycled' can be reduced. [variableScope]
overgod-1.0/cmds.c:1416:6: style: The scope of the variable 'l' can be reduced. [variableScope]
overgod-1.0/cmds.c:2235:6: style: Function 'secondary_shot' argument 19 names different: declaration 'flash_circle' definition 'flash_colour'. [funcArgNamesDifferent]
overgod-1.0/cmds.c:316:6: note: Function 'secondary_shot' argument 19 names different: declaration 'flash_circle' definition 'flash_colour'.
overgod-1.0/cmds.c:2235:6: note: Function 'secondary_shot' argument 19 names different: declaration 'flash_circle' definition 'flash_colour'.
overgod-1.0/cmds.c:2517:39: error: Uninitialized variable: special2 [uninitvar]
overgod-1.0/cmds.c:2700:49: error: Uninitialized variable: special3 [uninitvar]
overgod-1.0/cmds.c:2700:59: error: Uninitialized variable: special4 [uninitvar]
overgod-1.0/cmds.c:2700:69: error: Uninitialized variable: special5 [uninitvar]
overgod-1.0/displ_in.c:1223:6: style: The scope of the variable 'c1' can be reduced. [variableScope]
overgod-1.0/displ_in.c:1223:14: style: The scope of the variable 'c2' can be reduced. [variableScope]
overgod-1.0/displ_in.c:142:6: style: Variable 'temp_palette2' is assigned a value that is never used. [unreadVariable]
overgod-1.0/displ_in.c:144:6: style: Variable 'temp_palette3' is assigned a value that is never used. [unreadVariable]
overgod-1.0/display.c:5737:39: error: Array 'redbang_bmp[50]' accessed at index 50, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/display.c:5736:10: note: Assignment 'xa=50', assigned value is 50
overgod-1.0/display.c:5737:39: note: Array index out of bounds
overgod-1.0/display.c:499:12: style: Condition 'angle<0' is always false [knownConditionTrueFalse]
overgod-1.0/display.c:498:14: note: Assignment 'angle=0', assigned value is 0
overgod-1.0/display.c:499:12: note: Condition 'angle<0' is always false
overgod-1.0/display.c:502:13: style: Condition 'angle2<0' is always false [knownConditionTrueFalse]
overgod-1.0/display.c:497:15: note: Assignment 'angle2=0', assigned value is 0
overgod-1.0/display.c:502:13: note: Condition 'angle2<0' is always false
overgod-1.0/display.c:609:4: style: Variable 'y1' is reassigned a value before the old one has been used. [redundantAssignment]
overgod-1.0/display.c:601:2: note: Variable 'y1' is reassigned a value before the old one has been used.
overgod-1.0/display.c:609:4: note: Variable 'y1' is reassigned a value before the old one has been used.
overgod-1.0/display.c:653:4: style: Variable 'y1' is reassigned a value before the old one has been used. [redundantAssignment]
overgod-1.0/display.c:649:2: note: Variable 'y1' is reassigned a value before the old one has been used.
overgod-1.0/display.c:653:4: note: Variable 'y1' is reassigned a value before the old one has been used.
overgod-1.0/display.c:499:12: style: Same expression on both sides of '<' because the value of 'angle' and '0' are the same. [duplicateExpression]
overgod-1.0/display.c:498:14: note: 'angle' is assigned value '0' here.
overgod-1.0/display.c:499:12: note: Same expression on both sides of '<' because the value of 'angle' and '0' are the same.
overgod-1.0/display.c:502:13: style: Same expression on both sides of '<' because the value of 'angle2' and '0' are the same. [duplicateExpression]
overgod-1.0/display.c:497:15: note: 'angle2' is assigned value '0' here.
overgod-1.0/display.c:502:13: note: Same expression on both sides of '<' because the value of 'angle2' and '0' are the same.
overgod-1.0/display.c:2649:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
overgod-1.0/display.c:564:10: style: The scope of the variable 'x2' can be reduced. [variableScope]
overgod-1.0/display.c:564:14: style: The scope of the variable 'y2' can be reduced. [variableScope]
overgod-1.0/display.c:939:6: style: The scope of the variable 'dcol1' can be reduced. [variableScope]
overgod-1.0/display.c:941:6: style: The scope of the variable 'i' can be reduced. [variableScope]
overgod-1.0/display.c:951:6: style: The scope of the variable 'time_x' can be reduced. [variableScope]
overgod-1.0/display.c:1409:6: style: The scope of the variable 'shield_colour' can be reduced. [variableScope]
overgod-1.0/display.c:1618:25: style: The scope of the variable 'n' can be reduced. [variableScope]
overgod-1.0/display.c:2916:7: style: The scope of the variable 'i' can be reduced. [variableScope]
overgod-1.0/display.c:5092:32: style: The scope of the variable 'sx2' can be reduced. [variableScope]
overgod-1.0/display.c:5092:37: style: The scope of the variable 'sy2' can be reduced. [variableScope]
overgod-1.0/display.c:5282:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
overgod-1.0/display.c:5282:14: style: The scope of the variable 'y1' can be reduced. [variableScope]
overgod-1.0/display.c:5297:9: style: The scope of the variable 'x1' can be reduced. [variableScope]
overgod-1.0/display.c:5297:13: style: The scope of the variable 'x2' can be reduced. [variableScope]
overgod-1.0/display.c:5297:17: style: The scope of the variable 'x3' can be reduced. [variableScope]
overgod-1.0/display.c:5297:21: style: The scope of the variable 'y1' can be reduced. [variableScope]
overgod-1.0/display.c:5297:25: style: The scope of the variable 'y2' can be reduced. [variableScope]
overgod-1.0/display.c:5297:29: style: The scope of the variable 'y3' can be reduced. [variableScope]
overgod-1.0/display.c:5325:9: style: The scope of the variable 'x1' can be reduced. [variableScope]
overgod-1.0/display.c:5325:13: style: The scope of the variable 'x2' can be reduced. [variableScope]
overgod-1.0/display.c:5325:17: style: The scope of the variable 'x3' can be reduced. [variableScope]
overgod-1.0/display.c:5325:21: style: The scope of the variable 'y1' can be reduced. [variableScope]
overgod-1.0/display.c:5325:25: style: The scope of the variable 'y2' can be reduced. [variableScope]
overgod-1.0/display.c:5325:29: style: The scope of the variable 'y3' can be reduced. [variableScope]
overgod-1.0/display.c:5353:9: style: The scope of the variable 'x1' can be reduced. [variableScope]
overgod-1.0/display.c:5353:13: style: The scope of the variable 'x2' can be reduced. [variableScope]
overgod-1.0/display.c:5353:17: style: The scope of the variable 'x3' can be reduced. [variableScope]
overgod-1.0/display.c:5353:21: style: The scope of the variable 'y1' can be reduced. [variableScope]
overgod-1.0/display.c:5353:25: style: The scope of the variable 'y2' can be reduced. [variableScope]
overgod-1.0/display.c:5353:29: style: The scope of the variable 'y3' can be reduced. [variableScope]
overgod-1.0/display.c:5385:9: style: The scope of the variable 'x1' can be reduced. [variableScope]
overgod-1.0/display.c:5385:13: style: The scope of the variable 'x2' can be reduced. [variableScope]
overgod-1.0/display.c:5385:17: style: The scope of the variable 'x3' can be reduced. [variableScope]
overgod-1.0/display.c:5385:21: style: The scope of the variable 'y1' can be reduced. [variableScope]
overgod-1.0/display.c:5385:25: style: The scope of the variable 'y2' can be reduced. [variableScope]
overgod-1.0/display.c:5385:29: style: The scope of the variable 'y3' can be reduced. [variableScope]
overgod-1.0/display.c:5419:9: style: The scope of the variable 'xp' can be reduced. [variableScope]
overgod-1.0/display.c:5419:13: style: The scope of the variable 'yp' can be reduced. [variableScope]
overgod-1.0/display.c:6920:6: style: The scope of the variable 'min_x' can be reduced. [variableScope]
overgod-1.0/display.c:6921:6: style: The scope of the variable 'min_y' can be reduced. [variableScope]
overgod-1.0/display.c:789:31: warning: Function 'draw_ship_bitmap' argument order different: declaration 'bmp, x, y, angle, which_ship, width, height' definition 'bmp, x, y, which_ship, angle, width, height' [funcArgOrderDifferent]
overgod-1.0/display.c:169:31: note: Function 'draw_ship_bitmap' argument order different: declaration 'bmp, x, y, angle, which_ship, width, height' definition 'bmp, x, y, which_ship, angle, width, height'
overgod-1.0/display.c:789:31: note: Function 'draw_ship_bitmap' argument order different: declaration 'bmp, x, y, angle, which_ship, width, height' definition 'bmp, x, y, which_ship, angle, width, height'
overgod-1.0/display.c:1786:33: style: Function 'secondary_name' argument 2 names different: declaration 'dstr' definition 'str'. [funcArgNamesDifferent]
overgod-1.0/display.c:197:33: note: Function 'secondary_name' argument 2 names different: declaration 'dstr' definition 'str'.
overgod-1.0/display.c:1786:33: note: Function 'secondary_name' argument 2 names different: declaration 'dstr' definition 'str'.
overgod-1.0/display.c:503:10: style: Variable 'angle2' is assigned a value that is never used. [unreadVariable]
overgod-1.0/display.c:500:9: style: Variable 'angle' is assigned a value that is never used. [unreadVariable]
overgod-1.0/display.c:1120:10: style: Variable 'dcol1' is assigned a value that is never used. [unreadVariable]
overgod-1.0/display.c:6935:12: style: Variable 'min_x' is assigned a value that is never used. [unreadVariable]
overgod-1.0/display.c:6943:12: style: Variable 'min_y' is assigned a value that is never used. [unreadVariable]
overgod-1.0/display.c:6939:13: style: Variable 'dmax_x' is assigned a value that is never used. [unreadVariable]
overgod-1.0/display.c:6947:13: style: Variable 'dmax_y' is assigned a value that is never used. [unreadVariable]
overgod-1.0/enemy.c:207:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:207:9: note: Array index out of bounds
overgod-1.0/enemy.c:208:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:208:9: note: Array index out of bounds
overgod-1.0/enemy.c:209:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:209:9: note: Array index out of bounds
overgod-1.0/enemy.c:210:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:210:9: note: Array index out of bounds
overgod-1.0/enemy.c:211:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:211:9: note: Array index out of bounds
overgod-1.0/enemy.c:212:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:212:9: note: Array index out of bounds
overgod-1.0/enemy.c:213:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:213:9: note: Array index out of bounds
overgod-1.0/enemy.c:214:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:214:9: note: Array index out of bounds
overgod-1.0/enemy.c:215:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:215:9: note: Array index out of bounds
overgod-1.0/enemy.c:216:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:216:9: note: Array index out of bounds
overgod-1.0/enemy.c:217:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:217:9: note: Array index out of bounds
overgod-1.0/enemy.c:219:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:219:9: note: Array index out of bounds
overgod-1.0/enemy.c:220:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:220:9: note: Array index out of bounds
overgod-1.0/enemy.c:221:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:221:9: note: Array index out of bounds
overgod-1.0/enemy.c:222:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:222:9: note: Array index out of bounds
overgod-1.0/enemy.c:223:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:223:9: note: Array index out of bounds
overgod-1.0/enemy.c:224:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:224:9: note: Array index out of bounds
overgod-1.0/enemy.c:226:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:226:9: note: Array index out of bounds
overgod-1.0/enemy.c:227:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:227:9: note: Array index out of bounds
overgod-1.0/enemy.c:228:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:228:9: note: Array index out of bounds
overgod-1.0/enemy.c:229:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:229:9: note: Array index out of bounds
overgod-1.0/enemy.c:230:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:230:9: note: Array index out of bounds
overgod-1.0/enemy.c:231:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:231:9: note: Array index out of bounds
overgod-1.0/enemy.c:232:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:232:9: note: Array index out of bounds
overgod-1.0/enemy.c:233:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:233:9: note: Array index out of bounds
overgod-1.0/enemy.c:234:20: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:201:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:234:20: note: Array index out of bounds
overgod-1.0/enemy.c:521:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:521:9: note: Array index out of bounds
overgod-1.0/enemy.c:522:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:522:9: note: Array index out of bounds
overgod-1.0/enemy.c:523:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:523:9: note: Array index out of bounds
overgod-1.0/enemy.c:524:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:524:9: note: Array index out of bounds
overgod-1.0/enemy.c:525:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:525:9: note: Array index out of bounds
overgod-1.0/enemy.c:526:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:526:9: note: Array index out of bounds
overgod-1.0/enemy.c:527:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:527:9: note: Array index out of bounds
overgod-1.0/enemy.c:528:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:528:9: note: Array index out of bounds
overgod-1.0/enemy.c:529:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:529:9: note: Array index out of bounds
overgod-1.0/enemy.c:530:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:530:9: note: Array index out of bounds
overgod-1.0/enemy.c:531:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:531:9: note: Array index out of bounds
overgod-1.0/enemy.c:533:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:533:9: note: Array index out of bounds
overgod-1.0/enemy.c:534:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:534:9: note: Array index out of bounds
overgod-1.0/enemy.c:535:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:535:9: note: Array index out of bounds
overgod-1.0/enemy.c:536:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:536:9: note: Array index out of bounds
overgod-1.0/enemy.c:537:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:537:9: note: Array index out of bounds
overgod-1.0/enemy.c:538:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:538:9: note: Array index out of bounds
overgod-1.0/enemy.c:540:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:540:9: note: Array index out of bounds
overgod-1.0/enemy.c:541:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:541:9: note: Array index out of bounds
overgod-1.0/enemy.c:542:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:542:9: note: Array index out of bounds
overgod-1.0/enemy.c:543:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:543:9: note: Array index out of bounds
overgod-1.0/enemy.c:544:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:544:9: note: Array index out of bounds
overgod-1.0/enemy.c:545:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:545:9: note: Array index out of bounds
overgod-1.0/enemy.c:546:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:546:9: note: Array index out of bounds
overgod-1.0/enemy.c:552:10: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:552:10: note: Array index out of bounds
overgod-1.0/enemy.c:562:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:562:9: note: Array index out of bounds
overgod-1.0/enemy.c:563:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:563:9: note: Array index out of bounds
overgod-1.0/enemy.c:565:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:565:9: note: Array index out of bounds
overgod-1.0/enemy.c:566:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:566:9: note: Array index out of bounds
overgod-1.0/enemy.c:570:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:570:9: note: Array index out of bounds
overgod-1.0/enemy.c:571:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:571:9: note: Array index out of bounds
overgod-1.0/enemy.c:573:9: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:573:9: note: Array index out of bounds
overgod-1.0/enemy.c:575:16: error: Array 'enemy[40]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/enemy.c:515:4: note: After for loop, e has value 40
overgod-1.0/enemy.c:575:16: note: Array index out of bounds
overgod-1.0/enemy.c:4353:4: style: Variable 'speed_div' is reassigned a value before the old one has been used. [redundantAssignment]
overgod-1.0/enemy.c:4345:4: note: Variable 'speed_div' is reassigned a value before the old one has been used.
overgod-1.0/enemy.c:4353:4: note: Variable 'speed_div' is reassigned a value before the old one has been used.
overgod-1.0/enemy.c:4354:4: style: Variable 'multiple' is reassigned a value before the old one has been used. [redundantAssignment]
overgod-1.0/enemy.c:4346:4: note: Variable 'multiple' is reassigned a value before the old one has been used.
overgod-1.0/enemy.c:4354:4: note: Variable 'multiple' is reassigned a value before the old one has been used.
overgod-1.0/enemy.c:5320:4: style: Variable 'multiple' is reassigned a value before the old one has been used. [redundantAssignment]
overgod-1.0/enemy.c:5319:4: note: Variable 'multiple' is reassigned a value before the old one has been used.
overgod-1.0/enemy.c:5320:4: note: Variable 'multiple' is reassigned a value before the old one has been used.
overgod-1.0/enemy.c:198:11: style: The scope of the variable 'j' can be reduced. [variableScope]
overgod-1.0/enemy.c:796:6: style: The scope of the variable 'j' can be reduced. [variableScope]
overgod-1.0/enemy.c:796:9: style: The scope of the variable 'k' can be reduced. [variableScope]
overgod-1.0/enemy.c:796:12: style: The scope of the variable 'l' can be reduced. [variableScope]
overgod-1.0/enemy.c:808:6: style: The scope of the variable 'passing_colours' can be reduced. [variableScope]
overgod-1.0/enemy.c:809:6: style: The scope of the variable 'bullet_colours' can be reduced. [variableScope]
overgod-1.0/enemy.c:1724:6: style: The scope of the variable 'create_symbol' can be reduced. [variableScope]
overgod-1.0/enemy.c:1725:6: style: The scope of the variable 'create_other' can be reduced. [variableScope]
overgod-1.0/enemy.c:1726:6: style: The scope of the variable 'symbol_count_needed' can be reduced. [variableScope]
overgod-1.0/enemy.c:2132:6: style: The scope of the variable 'distance' can be reduced. [variableScope]
overgod-1.0/enemy.c:2132:24: style: The scope of the variable 'xc' can be reduced. [variableScope]
overgod-1.0/enemy.c:2132:28: style: The scope of the variable 'xd' can be reduced. [variableScope]
overgod-1.0/enemy.c:2660:14: style: The scope of the variable 'xc' can be reduced. [variableScope]
overgod-1.0/enemy.c:2660:18: style: The scope of the variable 'xd' can be reduced. [variableScope]
overgod-1.0/enemy.c:3760:6: style: The scope of the variable 'firing_angle' can be reduced. [variableScope]
overgod-1.0/enemy.c:7226:6: style: The scope of the variable 'angle' can be reduced. [variableScope]
overgod-1.0/enemy.c:7227:6: style: The scope of the variable 'xprog' can be reduced. [variableScope]
overgod-1.0/enemy.c:7227:13: style: The scope of the variable 'yprog' can be reduced. [variableScope]
overgod-1.0/enemy.c:7227:28: style: The scope of the variable 'xc' can be reduced. [variableScope]
overgod-1.0/enemy.c:7227:32: style: The scope of the variable 'yc' can be reduced. [variableScope]
overgod-1.0/enemy.c:7653:8: style: Variable 'scoring' is assigned a value that is never used. [unreadVariable]
overgod-1.0/enemy.c:6825:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6830:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6834:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6842:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6847:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6855:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6860:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6865:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6873:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6881:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6911:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6927:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6934:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6947:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6977:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:6990:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:7002:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:7066:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:7073:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:7172:7: warning: The array 'colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:7210:2: warning: The array 'passing_colours' is too small, the function 'place_explosion' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:7219:5: warning: The array 'passing_colours' is too small, the function 'place_explosion_no_light' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:7221:4: warning: The array 'passing_colours' is too small, the function 'place_burstlet_burst' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:7242:4: warning: The array 'passing_colours2' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:7263:8: warning: The array 'passing_colours2' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/enemy.c:7186:4: error: Uninitialized variable: status [uninitvar]
overgod-1.0/game.c:265:4: style: Variable 'slacktime' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
overgod-1.0/game.c:264:4: note: Variable 'slacktime' is reassigned a value before the old one has been used if variable is no semaphore variable.
overgod-1.0/game.c:265:4: note: Variable 'slacktime' is reassigned a value before the old one has been used if variable is no semaphore variable.
overgod-1.0/game.c:319:4: style: Variable 'hostile_attack' is assigned a value that is never used. [unreadVariable]
overgod-1.0/levels.c:269:6: style: The scope of the variable 'etype' can be reduced. [variableScope]
overgod-1.0/levels.c:710:6: style: The scope of the variable 'etype' can be reduced. [variableScope]
overgod-1.0/levels.c:904:6: style: The scope of the variable 'target_index' can be reduced. [variableScope]
overgod-1.0/levels.c:905:6: style: The scope of the variable 'level_raised' can be reduced. [variableScope]
overgod-1.0/main.c:322:6: style: Variable 'special_600_y' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
overgod-1.0/main.c:318:6: note: Variable 'special_600_y' is reassigned a value before the old one has been used if variable is no semaphore variable.
overgod-1.0/main.c:322:6: note: Variable 'special_600_y' is reassigned a value before the old one has been used if variable is no semaphore variable.
overgod-1.0/menu.c:4391:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4391:6: note: Array index out of bounds
overgod-1.0/menu.c:4392:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4392:6: note: Array index out of bounds
overgod-1.0/menu.c:4393:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4393:6: note: Array index out of bounds
overgod-1.0/menu.c:4394:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4394:6: note: Array index out of bounds
overgod-1.0/menu.c:4395:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4395:6: note: Array index out of bounds
overgod-1.0/menu.c:4396:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4396:6: note: Array index out of bounds
overgod-1.0/menu.c:4397:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4397:6: note: Array index out of bounds
overgod-1.0/menu.c:4398:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4398:6: note: Array index out of bounds
overgod-1.0/menu.c:4399:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4399:6: note: Array index out of bounds
overgod-1.0/menu.c:4400:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4400:6: note: Array index out of bounds
overgod-1.0/menu.c:4401:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4401:6: note: Array index out of bounds
overgod-1.0/menu.c:4402:6: error: Array 'pyro[30]' accessed at index 30, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4383:2: note: After for loop, i has value 30
overgod-1.0/menu.c:4402:6: note: Array index out of bounds
overgod-1.0/menu.c:4492:10: error: Array 'sparkle[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4484:2: note: After for loop, i has value 1000
overgod-1.0/menu.c:4492:10: note: Array index out of bounds
overgod-1.0/menu.c:4493:10: error: Array 'sparkle[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4484:2: note: After for loop, i has value 1000
overgod-1.0/menu.c:4493:10: note: Array index out of bounds
overgod-1.0/menu.c:4494:10: error: Array 'sparkle[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4484:2: note: After for loop, i has value 1000
overgod-1.0/menu.c:4494:10: note: Array index out of bounds
overgod-1.0/menu.c:4495:10: error: Array 'sparkle[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4484:2: note: After for loop, i has value 1000
overgod-1.0/menu.c:4495:10: note: Array index out of bounds
overgod-1.0/menu.c:4496:10: error: Array 'sparkle[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4484:2: note: After for loop, i has value 1000
overgod-1.0/menu.c:4496:10: note: Array index out of bounds
overgod-1.0/menu.c:4497:10: error: Array 'sparkle[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4484:2: note: After for loop, i has value 1000
overgod-1.0/menu.c:4497:10: note: Array index out of bounds
overgod-1.0/menu.c:4498:10: error: Array 'sparkle[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4484:2: note: After for loop, i has value 1000
overgod-1.0/menu.c:4498:10: note: Array index out of bounds
overgod-1.0/menu.c:4499:10: error: Array 'sparkle[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/menu.c:4484:2: note: After for loop, i has value 1000
overgod-1.0/menu.c:4499:10: note: Array index out of bounds
overgod-1.0/menu.c:903:3: style: Variable 'scol1' is reassigned a value before the old one has been used. [redundantAssignment]
overgod-1.0/menu.c:900:0: note: Variable 'scol1' is reassigned a value before the old one has been used.
overgod-1.0/menu.c:903:3: note: Variable 'scol1' is reassigned a value before the old one has been used.
overgod-1.0/menu.c:904:3: style: Variable 'scol2' is reassigned a value before the old one has been used. [redundantAssignment]
overgod-1.0/menu.c:901:0: note: Variable 'scol2' is reassigned a value before the old one has been used.
overgod-1.0/menu.c:904:3: note: Variable 'scol2' is reassigned a value before the old one has been used.
overgod-1.0/menu.c:3908:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3903:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3908:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3913:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3903:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3913:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3918:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3903:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3918:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3924:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3903:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3924:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3929:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3903:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3929:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3934:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3903:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3934:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3939:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3903:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3939:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3995:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3990:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:3995:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:4004:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3990:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:4004:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:4011:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3990:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:4011:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:4016:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3990:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:4016:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:4025:3: performance: Buffer 'itstring' is being written before its old content has been used. [redundantCopy]
overgod-1.0/menu.c:3990:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:4025:3: note: Buffer 'itstring' is being written before its old content has been used.
overgod-1.0/menu.c:970:7: style: The scope of the variable 'col' can be reduced. [variableScope]
overgod-1.0/menu.c:1279:7: style: The scope of the variable 'col' can be reduced. [variableScope]
overgod-1.0/menu.c:1421:7: style: The scope of the variable 'col' can be reduced. [variableScope]
overgod-1.0/menu.c:3046:6: style: The scope of the variable 'better_player' can be reduced. [variableScope]
overgod-1.0/menu.c:4351:6: style: The scope of the variable 'angle' can be reduced. [variableScope]
overgod-1.0/menu.c:4670:44: style: The scope of the variable 'col2' can be reduced. [variableScope]
overgod-1.0/menu.c:294:6: style: struct member 'bouncy_list::colour1' is never used. [unusedStructMember]
overgod-1.0/menu.c:295:6: style: struct member 'bouncy_list::colour2' is never used. [unusedStructMember]
overgod-1.0/menu.c:904:3: style: Variable 'scol2' is assigned a value that is never used. [unreadVariable]
overgod-1.0/menu.c:2300:4: style: Variable 'county' is modified but its new value is never used. [unreadVariable]
overgod-1.0/palette.c:646:35: warning: Logical conjunction always evaluates to false: y % 32 >= COLOUR_BLACK % 32 && y % 32 <= COLOUR_WHITE % 32. [incorrectLogicOperator]
overgod-1.0/palette.c:649:37: warning: Logical conjunction always evaluates to false: y % 32 >= COLOUR_ORANGE1 % 32 && y % 32 <= COLOUR_BLUE4 % 32. [incorrectLogicOperator]
overgod-1.0/pickup.c:76:10: error: Array 'pickup[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/pickup.c:70:4: note: After for loop, p has value 20
overgod-1.0/pickup.c:76:10: note: Array index out of bounds
overgod-1.0/pickup.c:91:10: error: Array 'pickup[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/pickup.c:70:4: note: After for loop, p has value 20
overgod-1.0/pickup.c:91:10: note: Array index out of bounds
overgod-1.0/pickup.c:92:10: error: Array 'pickup[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/pickup.c:70:4: note: After for loop, p has value 20
overgod-1.0/pickup.c:92:10: note: Array index out of bounds
overgod-1.0/pickup.c:93:10: error: Array 'pickup[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/pickup.c:70:4: note: After for loop, p has value 20
overgod-1.0/pickup.c:93:10: note: Array index out of bounds
overgod-1.0/pickup.c:94:10: error: Array 'pickup[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/pickup.c:70:4: note: After for loop, p has value 20
overgod-1.0/pickup.c:94:10: note: Array index out of bounds
overgod-1.0/pickup.c:95:10: error: Array 'pickup[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/pickup.c:70:4: note: After for loop, p has value 20
overgod-1.0/pickup.c:95:10: note: Array index out of bounds
overgod-1.0/pickup.c:96:10: error: Array 'pickup[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
overgod-1.0/pickup.c:70:4: note: After for loop, p has value 20
overgod-1.0/pickup.c:96:10: note: Array index out of bounds
overgod-1.0/pickup.c:243:10: style: The scope of the variable 'angle' can be reduced. [variableScope]
overgod-1.0/pickup.c:243:17: style: The scope of the variable 'xs' can be reduced. [variableScope]
overgod-1.0/pickup.c:146:7: warning: The array 'passing_colours' is too small, the function 'create_cloud' expects a bigger one. [argumentSize]
overgod-1.0/sound.c:1147:3: style: Variable 'melody_note' is reassigned a value before the old one has been used. [redundantAssignment]
overgod-1.0/sound.c:1145:0: note: Variable 'melody_note' is reassigned a value before the old one has been used.
overgod-1.0/sound.c:1147:3: note: Variable 'melody_note' is reassigned a value before the old one has been used.
overgod-1.0/sound.c:300:10: style: The scope of the variable 't' can be reduced. [variableScope]
overgod-1.0/sound.c:902:17: style: The scope of the variable 'next_op' can be reduced. [variableScope]
overgod-1.0/sound.c:1043:6: style: The scope of the variable 'i' can be reduced. [variableScope]
overgod-1.0/sound.c:1321:36: style: Function 'add_melody_note' argument 2 names different: declaration 'melody' definition 'mp1'. [funcArgNamesDifferent]
overgod-1.0/sound.c:281:36: note: Function 'add_melody_note' argument 2 names different: declaration 'melody' definition 'mp1'.
overgod-1.0/sound.c:1321:36: note: Function 'add_melody_note' argument 2 names different: declaration 'melody' definition 'mp1'.
overgod-1.0/tile.c:183:3: style: Variable 'col1' is reassigned a value before the old one has been used. [redundantAssignment]
overgod-1.0/tile.c:176:0: note: Variable 'col1' is reassigned a value before the old one has been used.
overgod-1.0/tile.c:183:3: note: Variable 'col1' is reassigned a value before the old one has been used.
overgod-1.0/tile.c:184:3: style: Variable 'col2' is reassigned a value before the old one has been used. [redundantAssignment]
overgod-1.0/tile.c:177:0: note: Variable 'col2' is reassigned a value before the old one has been used.
overgod-1.0/tile.c:184:3: note: Variable 'col2' is reassigned a value before the old one has been used.
overgod-1.0/tile.c:728:12: style: The scope of the variable 'i' can be reduced. [variableScope]
overgod-1.0/tile.c:728:15: style: The scope of the variable 'j' can be reduced. [variableScope]
overgod-1.0/tile.c:1106:24: style: The scope of the variable 'xpos' can be reduced. [variableScope]
[14:37]

ftp://ftp.se.debian.org/debian/pool/main/o/overpass/overpass_0.6.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/ovirt-guest-agent/ovirt-guest-agent_1.0.13.dfsg.orig.tar.xz
ovirt-guest-agent-1.0.13.dfsg/GinaSSO/GinaDlg.cpp:171:5: style: Variable 'bRet' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ovirt-guest-agent-1.0.13.dfsg/GinaSSO/GinaDlg.cpp:162:5: note: Variable 'bRet' is reassigned a value before the old one has been used if variable is no semaphore variable.
ovirt-guest-agent-1.0.13.dfsg/GinaSSO/GinaDlg.cpp:171:5: note: Variable 'bRet' is reassigned a value before the old one has been used if variable is no semaphore variable.
ovirt-guest-agent-1.0.13.dfsg/GinaSSO/GinaDlg.cpp:709:4: style: Variable 'bRet' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ovirt-guest-agent-1.0.13.dfsg/GinaSSO/GinaDlg.cpp:708:4: note: Variable 'bRet' is reassigned a value before the old one has been used if variable is no semaphore variable.
ovirt-guest-agent-1.0.13.dfsg/GinaSSO/GinaDlg.cpp:709:4: note: Variable 'bRet' is reassigned a value before the old one has been used if variable is no semaphore variable.
ovirt-guest-agent-1.0.13.dfsg/kdm-plugin/src/kgreet_ovirtcred.cpp:17:51: style: Function 'KOVirtCredGreeter' argument 3 names different: declaration 'fixedEntitiy' definition 'fixedEntity'. [funcArgNamesDifferent]
ovirt-guest-agent-1.0.13.dfsg/kdm-plugin/src/kgreet_ovirtcred.h:18:24: note: Function 'KOVirtCredGreeter' argument 3 names different: declaration 'fixedEntitiy' definition 'fixedEntity'.
ovirt-guest-agent-1.0.13.dfsg/kdm-plugin/src/kgreet_ovirtcred.cpp:17:51: note: Function 'KOVirtCredGreeter' argument 3 names different: declaration 'fixedEntitiy' definition 'fixedEntity'.
ovirt-guest-agent-1.0.13.dfsg/kdm-plugin/src/kgreet_ovirtcred.h:36:18: warning: Virtual function 'abort' is called from destructor '~KOVirtCredGreeter()' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
ovirt-guest-agent-1.0.13.dfsg/kdm-plugin/src/kgreet_ovirtcred.cpp:44:5: note: Calling abort
ovirt-guest-agent-1.0.13.dfsg/kdm-plugin/src/kgreet_ovirtcred.h:36:18: note: abort is a virtual method
ovirt-guest-agent-1.0.13.dfsg/pam-ovirt-cred/cred_channel.c:53:20: style: Variable 'domain' is assigned a value that is never used. [unreadVariable]
[14:37]

ftp://ftp.se.debian.org/debian/pool/main/o/ovito/ovito_2.9.0+dfsg1.orig.tar.xz
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/copr/coordination.cpp:122:0: style: Variable 'current_face' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/copr/qcprot/qcprot.cpp:122:9: style: The scope of the variable 'b' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/copr/qcprot/qcprot.cpp:122:12: style: The scope of the variable 'a' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/copr/qcprot/qcprot.cpp:122:15: style: The scope of the variable 'delta' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/copr/qcprot/qcprot.cpp:126:9: style: The scope of the variable 'x2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/copr/qcprot/qcprot.cpp:102:57: style: Function 'FastCalcRMSDAndRotation' argument 3 names different: declaration 'A' definition '_A'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/copr/qcprot/qcprot.hpp:82:57: note: Function 'FastCalcRMSDAndRotation' argument 3 names different: declaration 'A' definition '_A'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/copr/qcprot/qcprot.cpp:102:57: note: Function 'FastCalcRMSDAndRotation' argument 3 names different: declaration 'A' definition '_A'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:168:9: warning: Member variable 'Hilbert_vcmp::mesh_' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:100:13: performance: Variable 'nb_vertices_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:168:9: style: Struct 'Hilbert_vcmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:203:9: style: Struct 'Hilbert_vcmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:240:9: style: Struct 'Morton_vcmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:275:9: style: Class 'Base_fcmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:329:9: style: Class 'Hilbert_fcmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:360:9: style: Class 'Hilbert_fcmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:391:9: style: Class 'Morton_fcmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:422:9: style: Class 'Base_tcmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:473:9: style: Class 'Hilbert_tcmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:504:9: style: Class 'Hilbert_tcmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:535:9: style: Class 'Morton_tcmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:566:9: style: Class 'Base_ccmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:617:9: style: Class 'Hilbert_ccmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:648:9: style: Class 'Hilbert_ccmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/geogram/mesh/mesh_reorder.cpp:679:9: style: Class 'Morton_ccmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/ptm/index_ptm.cpp:303:73: style: Function 'ptm_index' argument 3 names different: declaration 'atomic_positions' definition 'unpermuted_points'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/ptm/index_ptm.h:51:73: note: Function 'ptm_index' argument 3 names different: declaration 'atomic_positions' definition 'unpermuted_points'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/ptm/index_ptm.cpp:303:73: note: Function 'ptm_index' argument 3 names different: declaration 'atomic_positions' definition 'unpermuted_points'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/ptm/index_ptm.cpp:303:101: style: Function 'ptm_index' argument 4 names different: declaration 'atomic_numbers' definition 'unpermuted_numbers'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/ptm/index_ptm.h:51:100: note: Function 'ptm_index' argument 4 names different: declaration 'atomic_numbers' definition 'unpermuted_numbers'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/ptm/index_ptm.cpp:303:101: note: Function 'ptm_index' argument 4 names different: declaration 'atomic_numbers' definition 'unpermuted_numbers'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/ptm/index_ptm.cpp:387:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/ptm/qcprot/qcprot.cpp:104:9: style: The scope of the variable 'b' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/ptm/qcprot/qcprot.cpp:104:12: style: The scope of the variable 'a' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/ptm/qcprot/qcprot.cpp:104:15: style: The scope of the variable 'delta' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/ptm/qcprot/qcprot.cpp:108:9: style: The scope of the variable 'x2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.cpp:141:53: style: Function 'listDirectory' argument 1 names different: declaration 'dirPath' definition 'path'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.h:68:44: note: Function 'listDirectory' argument 1 names different: declaration 'dirPath' definition 'path'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.cpp:141:53: note: Function 'listDirectory' argument 1 names different: declaration 'dirPath' definition 'path'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.cpp:147:55: style: Function 'createDirectory' argument 1 names different: declaration 'dirPath' definition 'path'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.h:69:46: note: Function 'createDirectory' argument 1 names different: declaration 'dirPath' definition 'path'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.cpp:147:55: note: Function 'createDirectory' argument 1 names different: declaration 'dirPath' definition 'path'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.cpp:153:55: style: Function 'removeDirectory' argument 1 names different: declaration 'dirPath' definition 'path'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.h:70:46: note: Function 'removeDirectory' argument 1 names different: declaration 'dirPath' definition 'path'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.cpp:153:55: note: Function 'removeDirectory' argument 1 names different: declaration 'dirPath' definition 'path'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.cpp:159:50: style: Function 'removeFile' argument 1 names different: declaration 'filePath' definition 'path'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.h:71:41: note: Function 'removeFile' argument 1 names different: declaration 'filePath' definition 'path'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.cpp:159:50: note: Function 'removeFile' argument 1 names different: declaration 'filePath' definition 'path'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.cpp:178:50: style: Function 'createFile' argument 1 names different: declaration 'filePath' definition 'path'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.h:74:41: note: Function 'createFile' argument 1 names different: declaration 'filePath' definition 'path'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel.cpp:178:50: note: Function 'createFile' argument 1 names different: declaration 'filePath' definition 'path'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:233:5: style: Struct 'SftpUploadDir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshpacketparser_p.h:46:5: style: Struct 'SshNameList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshsendfacility_p.h:53:5: style: Class 'SshSendFacility' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:76:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:76:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:77:33: style: The function 'initialPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:60:33: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:77:33: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:88:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:88:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:89:33: style: The function 'initialPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:60:33: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:89:33: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:100:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:100:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:101:33: style: The function 'initialPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:60:33: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:101:33: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:111:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:111:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:112:33: style: The function 'initialPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:60:33: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:112:33: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:122:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:122:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:123:33: style: The function 'initialPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:60:33: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:123:33: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:134:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:134:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:135:33: style: The function 'initialPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:60:33: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:135:33: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:162:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:162:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:163:33: style: The function 'initialPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:60:33: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:163:33: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:172:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:172:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:173:33: style: The function 'initialPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:60:33: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:173:33: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:201:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:201:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:202:33: style: The function 'initialPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:60:33: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:202:33: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:215:18: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:215:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:216:33: style: The function 'initialPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:60:33: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoperation_p.h:216:33: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:69:18: style: The function 'handleChannelSuccess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:58:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:69:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:70:18: style: The function 'handleChannelFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:70:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:72:18: style: The function 'handleOpenSuccessInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:100:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:72:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:73:18: style: The function 'handleOpenFailureInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:101:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:73:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:74:18: style: The function 'handleChannelDataInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:102:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:74:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:75:18: style: The function 'handleChannelExtendedDataInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:103:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:75:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:77:18: style: The function 'handleExitStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:105:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:77:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:78:18: style: The function 'handleExitSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:106:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:78:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:80:18: style: The function 'closeHook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:108:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpchannel_p.h:80:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:102:24: style: The function 'cryptAlgoName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:69:24: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:102:24: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:103:24: style: The function 'hMacAlgoName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:70:24: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:103:24: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:104:34: style: The function 'makeCipherMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:71:34: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:104:34: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:106:18: style: The function 'ivChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:73:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:106:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:107:18: style: The function 'keyChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:74:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:107:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:108:18: style: The function 'macChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:75:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:108:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:135:24: style: The function 'cryptAlgoName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:69:24: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:135:24: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:136:24: style: The function 'hMacAlgoName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:70:24: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:136:24: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:137:34: style: The function 'makeCipherMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:71:34: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:137:34: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:139:18: style: The function 'ivChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:73:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:139:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:140:18: style: The function 'keyChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:74:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:140:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:141:18: style: The function 'macChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:75:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshcryptofacility_p.h:141:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket_p.h:191:21: style: The function 'cipherBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshpacket_p.h:125:21: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket_p.h:191:21: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket_p.h:192:21: style: The function 'macLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshpacket_p.h:126:21: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket_p.h:192:21: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket_p.h:193:18: style: The function 'calculateLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshpacket_p.h:127:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket_p.h:193:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshoutgoingpacket_p.h:90:21: style: The function 'cipherBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshpacket_p.h:125:21: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshoutgoingpacket_p.h:90:21: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshoutgoingpacket_p.h:91:21: style: The function 'macLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshpacket_p.h:126:21: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshoutgoingpacket_p.h:91:21: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpincomingpacket.cpp:43:50: style: Function 'consumeData' argument 1 names different: declaration 'data' definition 'newData'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpincomingpacket_p.h:90:34: note: Function 'consumeData' argument 1 names different: declaration 'data' definition 'newData'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpincomingpacket.cpp:43:50: note: Function 'consumeData' argument 1 names different: declaration 'data' definition 'newData'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpincomingpacket_p.h:101:10: performance: Technically the member function 'QSsh::Internal::SftpIncomingPacket::moveFirstBytes' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpincomingpacket.cpp:67:26: note: Technically the member function 'QSsh::Internal::SftpIncomingPacket::moveFirstBytes' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpincomingpacket_p.h:101:10: note: Technically the member function 'QSsh::Internal::SftpIncomingPacket::moveFirstBytes' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoutgoingpacket.cpp:194:59: style: Function 'appendInt' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoutgoingpacket_p.h:82:43: note: Function 'appendInt' argument 1 names different: declaration 'value' definition 'val'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sftpoutgoingpacket.cpp:194:59: note: Function 'appendInt' argument 1 names different: declaration 'value' definition 'val'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:61:10: style: The function 'handleChannelSuccess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:58:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:61:10: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:62:10: style: The function 'handleChannelFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:62:10: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:64:10: style: The function 'handleOpenSuccessInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:100:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:64:10: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:65:10: style: The function 'handleOpenFailureInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:101:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:65:10: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:66:10: style: The function 'handleChannelDataInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:102:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:66:10: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:67:10: style: The function 'handleChannelExtendedDataInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:103:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:67:10: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:68:10: style: The function 'handleExitStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:105:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:68:10: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:69:10: style: The function 'handleExitSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:106:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:69:10: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:71:10: style: The function 'closeHook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:108:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshdirecttcpiptunnel_p.h:71:10: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:70:18: style: The function 'handleChannelSuccess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:58:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:70:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:71:18: style: The function 'handleChannelFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:59:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:71:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:73:18: style: The function 'handleOpenSuccessInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:100:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:73:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:74:18: style: The function 'handleOpenFailureInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:101:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:74:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:75:18: style: The function 'handleChannelDataInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:102:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:75:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:76:18: style: The function 'handleChannelExtendedDataInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:103:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:76:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:78:18: style: The function 'handleExitStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:105:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:78:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:79:18: style: The function 'handleExitSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:106:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:79:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:81:18: style: The function 'closeHook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannel_p.h:108:18: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocess_p.h:81:18: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshchannelmanager.cpp:73:8: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshconnectionmanager.cpp:47:5: style: Class 'UnaquiredConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshhostkeydatabase.cpp:47:44: style: Class 'SshHostKeyDatabase' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshhostkeydatabase.cpp:47:44: style: Class 'SshHostKeyDatabase' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket.cpp:67:49: style: Function 'consumeData' argument 1 names different: declaration 'data' definition 'newData'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket_p.h:162:34: note: Function 'consumeData' argument 1 names different: declaration 'data' definition 'newData'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket.cpp:67:49: note: Function 'consumeData' argument 1 names different: declaration 'data' definition 'newData'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket_p.h:196:10: performance: Technically the member function 'QSsh::Internal::SshIncomingPacket::moveFirstBytes' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket.cpp:126:25: note: Technically the member function 'QSsh::Internal::SshIncomingPacket::moveFirstBytes' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshincomingpacket_p.h:196:10: note: Technically the member function 'QSsh::Internal::SshIncomingPacket::moveFirstBytes' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshkeycreationdialog.h:47:5: style: Class 'SshKeyCreationDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshkeyexchange_p.h:76:10: style: Technically the member function 'QSsh::Internal::SshKeyExchange::determineHashingAlgorithm' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshkeyexchange.cpp:256:22: note: Technically the member function 'QSsh::Internal::SshKeyExchange::determineHashingAlgorithm' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshkeyexchange_p.h:76:10: note: Technically the member function 'QSsh::Internal::SshKeyExchange::determineHashingAlgorithm' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshkeygenerator.cpp:56:18: warning: Member variable 'SshKeyGenerator::m_encryptionMode' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshkeygenerator.h:72:13: performance: Technically the member function 'QSsh::SshKeyGenerator::getPassword' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshkeygenerator.cpp:216:26: note: Technically the member function 'QSsh::SshKeyGenerator::getPassword' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshkeygenerator.h:72:13: note: Technically the member function 'QSsh::SshKeyGenerator::getPassword' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocessrunner.cpp:53:5: warning: Member variable 'SshRemoteProcessRunnerPrivate::m_connection' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocessrunner.cpp:53:5: warning: Member variable 'SshRemoteProcessRunnerPrivate::m_runInTerminal' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocessrunner.cpp:53:5: warning: Member variable 'SshRemoteProcessRunnerPrivate::m_lastConnectionError' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocessrunner.cpp:53:5: warning: Member variable 'SshRemoteProcessRunnerPrivate::m_exitStatus' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocessrunner.cpp:53:5: warning: Member variable 'SshRemoteProcessRunnerPrivate::m_exitSignal' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocessrunner.cpp:53:5: warning: Member variable 'SshRemoteProcessRunnerPrivate::m_exitCode' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/qssh/sshremoteprocessrunner.h:45:5: style: Class 'SshRemoteProcessRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:125:53: style: Function 'rt_shadow_filtering' argument 2 names different: declaration 'mode' definition 'onoff'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:345:43: note: Function 'rt_shadow_filtering' argument 2 names different: declaration 'mode' definition 'onoff'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:125:53: note: Function 'rt_shadow_filtering' argument 2 names different: declaration 'mode' definition 'onoff'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:130:55: style: Function 'rt_trans_max_surfaces' argument 2 names different: declaration 'maxsurfaces' definition 'count'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:330:45: note: Function 'rt_trans_max_surfaces' argument 2 names different: declaration 'maxsurfaces' definition 'count'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:130:55: note: Function 'rt_trans_max_surfaces' argument 2 names different: declaration 'maxsurfaces' definition 'count'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:135:59: style: Function 'rt_camera_setup' argument 3 names different: declaration 'aspect' definition 'aspectratio'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:30:49: note: Function 'rt_camera_setup' argument 3 names different: declaration 'aspect' definition 'aspectratio'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:135:59: note: Function 'rt_camera_setup' argument 3 names different: declaration 'aspect' definition 'aspectratio'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:136:19: style: Function 'rt_camera_setup' argument 4 names different: declaration 'alias' definition 'antialiasing'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:31:26: note: Function 'rt_camera_setup' argument 4 names different: declaration 'alias' definition 'antialiasing'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:136:19: note: Function 'rt_camera_setup' argument 4 names different: declaration 'alias' definition 'antialiasing'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:136:37: style: Function 'rt_camera_setup' argument 5 names different: declaration 'maxdepth' definition 'raydepth'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:31:37: note: Function 'rt_camera_setup' argument 5 names different: declaration 'maxdepth' definition 'raydepth'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:136:37: note: Function 'rt_camera_setup' argument 5 names different: declaration 'maxdepth' definition 'raydepth'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:137:32: style: Function 'rt_camera_setup' argument 6 names different: declaration 'ctr' definition 'camcent'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:32:32: note: Function 'rt_camera_setup' argument 6 names different: declaration 'ctr' definition 'camcent'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:137:32: note: Function 'rt_camera_setup' argument 6 names different: declaration 'ctr' definition 'camcent'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:137:51: style: Function 'rt_camera_setup' argument 7 names different: declaration 'viewdir' definition 'viewvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:32:47: note: Function 'rt_camera_setup' argument 7 names different: declaration 'viewdir' definition 'viewvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:137:51: note: Function 'rt_camera_setup' argument 7 names different: declaration 'viewdir' definition 'viewvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:137:70: style: Function 'rt_camera_setup' argument 8 names different: declaration 'updir' definition 'upvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:32:66: note: Function 'rt_camera_setup' argument 8 names different: declaration 'updir' definition 'upvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:137:70: note: Function 'rt_camera_setup' argument 8 names different: declaration 'updir' definition 'upvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:158:58: style: Function 'rt_camera_position' argument 2 names different: declaration 'center' definition 'camcent'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:386:48: note: Function 'rt_camera_position' argument 2 names different: declaration 'center' definition 'camcent'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:158:58: note: Function 'rt_camera_position' argument 2 names different: declaration 'center' definition 'camcent'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:159:35: style: Function 'rt_camera_position' argument 3 names different: declaration 'viewdir' definition 'viewvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:386:66: note: Function 'rt_camera_position' argument 3 names different: declaration 'viewdir' definition 'viewvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:159:35: note: Function 'rt_camera_position' argument 3 names different: declaration 'viewdir' definition 'viewvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:159:54: style: Function 'rt_camera_position' argument 4 names different: declaration 'updir' definition 'upvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:387:35: note: Function 'rt_camera_position' argument 4 names different: declaration 'updir' definition 'upvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:159:54: note: Function 'rt_camera_position' argument 4 names different: declaration 'updir' definition 'upvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:164:64: style: Function 'rt_camera_position3fv' argument 2 names different: declaration 'center' definition 'camcent'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:389:54: note: Function 'rt_camera_position3fv' argument 2 names different: declaration 'center' definition 'camcent'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:164:64: note: Function 'rt_camera_position3fv' argument 2 names different: declaration 'center' definition 'camcent'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:165:41: style: Function 'rt_camera_position3fv' argument 3 names different: declaration 'viewdir' definition 'viewvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:390:41: note: Function 'rt_camera_position3fv' argument 3 names different: declaration 'viewdir' definition 'viewvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:165:41: note: Function 'rt_camera_position3fv' argument 3 names different: declaration 'viewdir' definition 'viewvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:165:63: style: Function 'rt_camera_position3fv' argument 4 names different: declaration 'updir' definition 'upvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:390:63: note: Function 'rt_camera_position3fv' argument 4 names different: declaration 'updir' definition 'upvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:165:63: note: Function 'rt_camera_position3fv' argument 4 names different: declaration 'updir' definition 'upvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:175:64: style: Function 'rt_get_camera_position' argument 2 names different: declaration 'center' definition 'camcent'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:393:53: note: Function 'rt_get_camera_position' argument 2 names different: declaration 'center' definition 'camcent'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:175:64: note: Function 'rt_get_camera_position' argument 2 names different: declaration 'center' definition 'camcent'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:176:41: style: Function 'rt_get_camera_position' argument 3 names different: declaration 'viewdir' definition 'viewvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:393:72: note: Function 'rt_get_camera_position' argument 3 names different: declaration 'viewdir' definition 'viewvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:176:41: note: Function 'rt_get_camera_position' argument 3 names different: declaration 'viewdir' definition 'viewvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:176:62: style: Function 'rt_get_camera_position' argument 4 names different: declaration 'updir' definition 'upvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:394:40: note: Function 'rt_get_camera_position' argument 4 names different: declaration 'updir' definition 'upvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:176:62: note: Function 'rt_get_camera_position' argument 4 names different: declaration 'updir' definition 'upvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:177:41: style: Function 'rt_get_camera_position' argument 5 names different: declaration 'rightdir' definition 'rightvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:394:58: note: Function 'rt_get_camera_position' argument 5 names different: declaration 'rightdir' definition 'rightvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:177:41: note: Function 'rt_get_camera_position' argument 5 names different: declaration 'rightdir' definition 'rightvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:182:62: style: Function 'rt_get_camera_position3fv' argument 2 names different: declaration 'center' definition 'camcent'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:396:52: note: Function 'rt_get_camera_position3fv' argument 2 names different: declaration 'center' definition 'camcent'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:182:62: note: Function 'rt_get_camera_position3fv' argument 2 names different: declaration 'center' definition 'camcent'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:183:39: style: Function 'rt_get_camera_position3fv' argument 3 names different: declaration 'viewdir' definition 'viewvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:396:67: note: Function 'rt_get_camera_position3fv' argument 3 names different: declaration 'viewdir' definition 'viewvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:183:39: note: Function 'rt_get_camera_position3fv' argument 3 names different: declaration 'viewdir' definition 'viewvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:183:55: style: Function 'rt_get_camera_position3fv' argument 4 names different: declaration 'updir' definition 'upvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:397:38: note: Function 'rt_get_camera_position3fv' argument 4 names different: declaration 'updir' definition 'upvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:183:55: note: Function 'rt_get_camera_position3fv' argument 4 names different: declaration 'updir' definition 'upvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:183:69: style: Function 'rt_get_camera_position3fv' argument 5 names different: declaration 'rightdir' definition 'rightvec'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:397:52: note: Function 'rt_get_camera_position3fv' argument 5 names different: declaration 'rightdir' definition 'rightvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:183:69: note: Function 'rt_get_camera_position3fv' argument 5 names different: declaration 'rightdir' definition 'rightvec'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:281:68: style: Function 'rt_crop_output' argument 4 names different: declaration 'lx' definition 'sx'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:178:58: note: Function 'rt_crop_output' argument 4 names different: declaration 'lx' definition 'sx'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:281:68: note: Function 'rt_crop_output' argument 4 names different: declaration 'lx' definition 'sx'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:281:76: style: Function 'rt_crop_output' argument 5 names different: declaration 'ly' definition 'sy'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:178:66: note: Function 'rt_crop_output' argument 5 names different: declaration 'ly' definition 'sy'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:281:76: note: Function 'rt_crop_output' argument 5 names different: declaration 'ly' definition 'sy'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:295:62: style: Function 'rt_rawimage_rgb24' argument 2 names different: declaration 'rawimage' definition 'img'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:228:52: note: Function 'rt_rawimage_rgb24' argument 2 names different: declaration 'rawimage' definition 'img'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:295:62: note: Function 'rt_rawimage_rgb24' argument 2 names different: declaration 'rawimage' definition 'img'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:303:63: style: Function 'rt_rawimage_rgba32' argument 2 names different: declaration 'rawimage' definition 'img'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:229:53: note: Function 'rt_rawimage_rgba32' argument 2 names different: declaration 'rawimage' definition 'img'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:303:63: note: Function 'rt_rawimage_rgba32' argument 2 names different: declaration 'rawimage' definition 'img'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:311:55: style: Function 'rt_rawimage_rgb96f' argument 2 names different: declaration 'rawimage' definition 'img'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:237:45: note: Function 'rt_rawimage_rgb96f' argument 2 names different: declaration 'rawimage' definition 'img'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:311:55: note: Function 'rt_rawimage_rgb96f' argument 2 names different: declaration 'rawimage' definition 'img'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:368:36: style: Function 'rt_background_gradient' argument 5 names different: declaration 'topcolor' definition 'topcol'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:257:38: note: Function 'rt_background_gradient' argument 5 names different: declaration 'topcolor' definition 'topcol'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:368:36: note: Function 'rt_background_gradient' argument 5 names different: declaration 'topcolor' definition 'topcol'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:368:53: style: Function 'rt_background_gradient' argument 6 names different: declaration 'botcolor' definition 'botcol'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:257:57: note: Function 'rt_background_gradient' argument 6 names different: declaration 'botcolor' definition 'botcol'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:368:53: note: Function 'rt_background_gradient' argument 6 names different: declaration 'botcolor' definition 'botcol'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:386:52: style: Function 'rt_background_sky_sphere' argument 5 names different: declaration 'topcolor' definition 'topcol'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:46:40: note: Function 'rt_background_sky_sphere' argument 5 names different: declaration 'topcolor' definition 'topcol'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:386:52: note: Function 'rt_background_sky_sphere' argument 5 names different: declaration 'topcolor' definition 'topcol'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:386:69: style: Function 'rt_background_sky_sphere' argument 6 names different: declaration 'botcolor' definition 'botcol'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:46:59: note: Function 'rt_background_sky_sphere' argument 6 names different: declaration 'botcolor' definition 'botcol'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:386:69: note: Function 'rt_background_sky_sphere' argument 6 names different: declaration 'botcolor' definition 'botcol'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:409:39: style: Function 'rt_ambient_occlusion' argument 1 names different: declaration 'scene' definition 'voidscene'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:603:33: note: Function 'rt_ambient_occlusion' argument 1 names different: declaration 'scene' definition 'voidscene'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:409:39: note: Function 'rt_ambient_occlusion' argument 1 names different: declaration 'scene' definition 'voidscene'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:782:53: style: Function 'rt_define_teximage_rgb24' argument 2 names different: declaration 'xsize' definition 'xs'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:488:53: note: Function 'rt_define_teximage_rgb24' argument 2 names different: declaration 'xsize' definition 'xs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:782:53: note: Function 'rt_define_teximage_rgb24' argument 2 names different: declaration 'xsize' definition 'xs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:782:61: style: Function 'rt_define_teximage_rgb24' argument 3 names different: declaration 'ysize' definition 'ys'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:488:64: note: Function 'rt_define_teximage_rgb24' argument 3 names different: declaration 'ysize' definition 'ys'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:782:61: note: Function 'rt_define_teximage_rgb24' argument 3 names different: declaration 'ysize' definition 'ys'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:782:69: style: Function 'rt_define_teximage_rgb24' argument 4 names different: declaration 'zsize' definition 'zs'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:488:75: note: Function 'rt_define_teximage_rgb24' argument 4 names different: declaration 'zsize' definition 'zs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:782:69: note: Function 'rt_define_teximage_rgb24' argument 4 names different: declaration 'zsize' definition 'zs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:782:88: style: Function 'rt_define_teximage_rgb24' argument 5 names different: declaration 'rgb24data' definition 'rgb'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:489:46: note: Function 'rt_define_teximage_rgb24' argument 5 names different: declaration 'rgb24data' definition 'rgb'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:782:88: note: Function 'rt_define_teximage_rgb24' argument 5 names different: declaration 'rgb24data' definition 'rgb'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:787:44: style: Function 'rt_define_image' argument 2 names different: declaration 'xsize' definition 'xs'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:40:44: note: Function 'rt_define_image' argument 2 names different: declaration 'xsize' definition 'xs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:787:44: note: Function 'rt_define_image' argument 2 names different: declaration 'xsize' definition 'xs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:787:52: style: Function 'rt_define_image' argument 3 names different: declaration 'ysize' definition 'ys'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:40:55: note: Function 'rt_define_image' argument 3 names different: declaration 'ysize' definition 'ys'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:787:52: note: Function 'rt_define_image' argument 3 names different: declaration 'ysize' definition 'ys'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:787:60: style: Function 'rt_define_image' argument 4 names different: declaration 'zsize' definition 'zs'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:40:66: note: Function 'rt_define_image' argument 4 names different: declaration 'zsize' definition 'zs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:787:60: note: Function 'rt_define_image' argument 4 names different: declaration 'zsize' definition 'zs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:787:79: style: Function 'rt_define_image' argument 5 names different: declaration 'rgb24data' definition 'rgb'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon_dep.h:41:37: note: Function 'rt_define_image' argument 5 names different: declaration 'rgb24data' definition 'rgb'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:787:79: note: Function 'rt_define_image' argument 5 names different: declaration 'rgb24data' definition 'rgb'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:804:53: style: Function 'rt_texture_copy_vcstri' argument 2 names different: declaration 'oldtex' definition 'oldvoidtex'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:501:50: note: Function 'rt_texture_copy_vcstri' argument 2 names different: declaration 'oldtex' definition 'oldvoidtex'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:804:53: note: Function 'rt_texture_copy_vcstri' argument 2 names different: declaration 'oldtex' definition 'oldvoidtex'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:880:62: style: Function 'rt_light' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:563:51: note: Function 'rt_light' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:880:62: note: Function 'rt_light' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:880:71: style: Function 'rt_light' argument 4 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:563:63: note: Function 'rt_light' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:880:71: note: Function 'rt_light' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:901:33: style: Function 'rt_light3fv' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:565:57: note: Function 'rt_light3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:901:33: note: Function 'rt_light3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:901:44: style: Function 'rt_light3fv' argument 4 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:565:71: note: Function 'rt_light3fv' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:901:44: note: Function 'rt_light3fv' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:908:74: style: Function 'rt_directional_light' argument 3 names different: declaration 'direction' definition 'dir'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:572:63: note: Function 'rt_directional_light' argument 3 names different: declaration 'direction' definition 'dir'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:908:74: note: Function 'rt_directional_light' argument 3 names different: declaration 'direction' definition 'dir'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:931:45: style: Function 'rt_directional_light3fv' argument 3 names different: declaration 'direction' definition 'dir'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:577:69: note: Function 'rt_directional_light3fv' argument 3 names different: declaration 'direction' definition 'dir'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:931:45: note: Function 'rt_directional_light3fv' argument 3 names different: declaration 'direction' definition 'dir'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:938:66: style: Function 'rt_spotlight' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:584:55: note: Function 'rt_spotlight' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:938:66: note: Function 'rt_spotlight' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:938:75: style: Function 'rt_spotlight' argument 4 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:584:67: note: Function 'rt_spotlight' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:938:75: note: Function 'rt_spotlight' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:939:31: style: Function 'rt_spotlight' argument 5 names different: declaration 'direction' definition 'dir'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:585:31: note: Function 'rt_spotlight' argument 5 names different: declaration 'direction' definition 'dir'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:939:31: note: Function 'rt_spotlight' argument 5 names different: declaration 'direction' definition 'dir'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:939:40: style: Function 'rt_spotlight' argument 6 names different: declaration 'fallstart' definition 'start'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:585:46: note: Function 'rt_spotlight' argument 6 names different: declaration 'fallstart' definition 'start'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:939:40: note: Function 'rt_spotlight' argument 6 names different: declaration 'fallstart' definition 'start'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:939:51: style: Function 'rt_spotlight' argument 7 names different: declaration 'fallend' definition 'end'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:585:61: note: Function 'rt_spotlight' argument 7 names different: declaration 'fallend' definition 'end'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:939:51: note: Function 'rt_spotlight' argument 7 names different: declaration 'fallend' definition 'end'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:964:37: style: Function 'rt_spotlight3fv' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:590:61: note: Function 'rt_spotlight3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:964:37: note: Function 'rt_spotlight3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:964:48: style: Function 'rt_spotlight3fv' argument 4 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:591:30: note: Function 'rt_spotlight3fv' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:964:48: note: Function 'rt_spotlight3fv' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:965:37: style: Function 'rt_spotlight3fv' argument 5 names different: declaration 'direction' definition 'dir'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:591:51: note: Function 'rt_spotlight3fv' argument 5 names different: declaration 'direction' definition 'dir'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:965:37: note: Function 'rt_spotlight3fv' argument 5 names different: declaration 'direction' definition 'dir'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:965:48: style: Function 'rt_spotlight3fv' argument 6 names different: declaration 'fallstart' definition 'start'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:592:30: note: Function 'rt_spotlight3fv' argument 6 names different: declaration 'fallstart' definition 'start'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:965:48: note: Function 'rt_spotlight3fv' argument 6 names different: declaration 'fallstart' definition 'start'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:965:61: style: Function 'rt_spotlight3fv' argument 7 names different: declaration 'fallend' definition 'end'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:592:47: note: Function 'rt_spotlight3fv' argument 7 names different: declaration 'fallend' definition 'end'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:965:61: note: Function 'rt_spotlight3fv' argument 7 names different: declaration 'fallend' definition 'end'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:973:34: style: Function 'rt_light_attenuation' argument 1 names different: declaration 'light' definition 'vli'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:596:33: note: Function 'rt_light_attenuation' argument 1 names different: declaration 'light' definition 'vli'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:973:34: note: Function 'rt_light_attenuation' argument 1 names different: declaration 'light' definition 'vli'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:973:43: style: Function 'rt_light_attenuation' argument 2 names different: declaration 'constfactor' definition 'Kc'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:596:44: note: Function 'rt_light_attenuation' argument 2 names different: declaration 'constfactor' definition 'Kc'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:973:43: note: Function 'rt_light_attenuation' argument 2 names different: declaration 'constfactor' definition 'Kc'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:973:51: style: Function 'rt_light_attenuation' argument 3 names different: declaration 'linearfactor' definition 'Kl'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:597:31: note: Function 'rt_light_attenuation' argument 3 names different: declaration 'linearfactor' definition 'Kl'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:973:51: note: Function 'rt_light_attenuation' argument 3 names different: declaration 'linearfactor' definition 'Kl'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:973:59: style: Function 'rt_light_attenuation' argument 4 names different: declaration 'quadfactor' definition 'Kq'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:597:49: note: Function 'rt_light_attenuation' argument 4 names different: declaration 'quadfactor' definition 'Kq'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:973:59: note: Function 'rt_light_attenuation' argument 4 names different: declaration 'quadfactor' definition 'Kq'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:977:60: style: Function 'rt_scalarvol' argument 3 names different: declaration 'mincoord' definition 'min'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:729:29: note: Function 'rt_scalarvol' argument 3 names different: declaration 'mincoord' definition 'min'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:977:60: note: Function 'rt_scalarvol' argument 3 names different: declaration 'mincoord' definition 'min'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:977:75: style: Function 'rt_scalarvol' argument 4 names different: declaration 'maxcoord' definition 'max'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:729:49: note: Function 'rt_scalarvol' argument 4 names different: declaration 'maxcoord' definition 'max'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:977:75: note: Function 'rt_scalarvol' argument 4 names different: declaration 'maxcoord' definition 'max'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:978:6: style: Function 'rt_scalarvol' argument 5 names different: declaration 'xsize' definition 'xs'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:730:23: note: Function 'rt_scalarvol' argument 5 names different: declaration 'xsize' definition 'xs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:978:6: note: Function 'rt_scalarvol' argument 5 names different: declaration 'xsize' definition 'xs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:978:14: style: Function 'rt_scalarvol' argument 6 names different: declaration 'ysize' definition 'ys'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:730:34: note: Function 'rt_scalarvol' argument 6 names different: declaration 'ysize' definition 'ys'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:978:14: note: Function 'rt_scalarvol' argument 6 names different: declaration 'ysize' definition 'ys'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:978:22: style: Function 'rt_scalarvol' argument 7 names different: declaration 'zsize' definition 'zs'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:730:45: note: Function 'rt_scalarvol' argument 7 names different: declaration 'zsize' definition 'zs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:978:22: note: Function 'rt_scalarvol' argument 7 names different: declaration 'zsize' definition 'zs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:978:39: style: Function 'rt_scalarvol' argument 8 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:731:31: note: Function 'rt_scalarvol' argument 8 names different: declaration 'filename' definition 'fname'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:978:39: note: Function 'rt_scalarvol' argument 8 names different: declaration 'filename' definition 'fname'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:978:53: style: Function 'rt_scalarvol' argument 9 names different: declaration 'invol' definition 'voidvol'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:731:47: note: Function 'rt_scalarvol' argument 9 names different: declaration 'invol' definition 'voidvol'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:978:53: note: Function 'rt_scalarvol' argument 9 names different: declaration 'invol' definition 'voidvol'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:983:57: style: Function 'rt_extvol' argument 3 names different: declaration 'mincoord' definition 'min'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:722:26: note: Function 'rt_extvol' argument 3 names different: declaration 'mincoord' definition 'min'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:983:57: note: Function 'rt_extvol' argument 3 names different: declaration 'mincoord' definition 'min'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:983:72: style: Function 'rt_extvol' argument 4 names different: declaration 'maxcoord' definition 'max'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:722:46: note: Function 'rt_extvol' argument 4 names different: declaration 'maxcoord' definition 'max'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:983:72: note: Function 'rt_extvol' argument 4 names different: declaration 'maxcoord' definition 'max'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:987:54: style: Function 'rt_box' argument 3 names different: declaration 'mincoord' definition 'min'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:744:47: note: Function 'rt_box' argument 3 names different: declaration 'mincoord' definition 'min'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:987:54: note: Function 'rt_box' argument 3 names different: declaration 'mincoord' definition 'min'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:987:69: style: Function 'rt_box' argument 4 names different: declaration 'maxcoord' definition 'max'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:744:67: note: Function 'rt_box' argument 4 names different: declaration 'maxcoord' definition 'max'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:987:69: note: Function 'rt_box' argument 4 names different: declaration 'maxcoord' definition 'max'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:991:59: style: Function 'rt_cylinder' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:620:52: note: Function 'rt_cylinder' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:991:59: note: Function 'rt_cylinder' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:991:84: style: Function 'rt_cylinder' argument 5 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:621:38: note: Function 'rt_cylinder' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:991:84: note: Function 'rt_cylinder' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:996:34: style: Function 'rt_cylinder3fv' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:623:58: note: Function 'rt_cylinder3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:996:34: note: Function 'rt_cylinder3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:996:64: style: Function 'rt_cylinder3fv' argument 5 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:624:46: note: Function 'rt_cylinder3fv' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:996:64: note: Function 'rt_cylinder3fv' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1004:60: style: Function 'rt_fcylinder' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:628:53: note: Function 'rt_fcylinder' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1004:60: note: Function 'rt_fcylinder' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1004:85: style: Function 'rt_fcylinder' argument 5 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:629:39: note: Function 'rt_fcylinder' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1004:85: note: Function 'rt_fcylinder' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1009:35: style: Function 'rt_fcylinder3fv' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:631:59: note: Function 'rt_fcylinder3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1009:35: note: Function 'rt_fcylinder3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1009:65: style: Function 'rt_fcylinder3fv' argument 5 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:632:47: note: Function 'rt_fcylinder3fv' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1009:65: note: Function 'rt_fcylinder3fv' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1016:55: style: Function 'rt_cone' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:643:48: note: Function 'rt_cone' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1016:55: note: Function 'rt_cone' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1016:80: style: Function 'rt_cone' argument 5 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:644:39: note: Function 'rt_cone' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1016:80: note: Function 'rt_cone' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1021:35: style: Function 'rt_cone3fv' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:646:54: note: Function 'rt_cone3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1021:35: note: Function 'rt_cone3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1021:65: style: Function 'rt_cone3fv' argument 5 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:647:47: note: Function 'rt_cone3fv' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1021:65: note: Function 'rt_cone3fv' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1028:56: style: Function 'rt_plane' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:656:49: note: Function 'rt_plane' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1028:56: note: Function 'rt_plane' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1028:71: style: Function 'rt_plane' argument 4 names different: declaration 'normal' definition 'norm'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:656:67: note: Function 'rt_plane' argument 4 names different: declaration 'normal' definition 'norm'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1028:71: note: Function 'rt_plane' argument 4 names different: declaration 'normal' definition 'norm'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1033:31: style: Function 'rt_plane3fv' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:658:55: note: Function 'rt_plane3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1033:31: note: Function 'rt_plane3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1033:49: style: Function 'rt_plane3fv' argument 4 names different: declaration 'normal' definition 'norm'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:659:31: note: Function 'rt_plane3fv' argument 4 names different: declaration 'normal' definition 'norm'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1033:49: note: Function 'rt_plane3fv' argument 4 names different: declaration 'normal' definition 'norm'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1041:55: style: Function 'rt_ring' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:663:48: note: Function 'rt_ring' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1041:55: note: Function 'rt_ring' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1041:70: style: Function 'rt_ring' argument 4 names different: declaration 'mormal' definition 'norm'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:663:66: note: Function 'rt_ring' argument 4 names different: declaration 'mormal' definition 'norm'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1041:70: note: Function 'rt_ring' argument 4 names different: declaration 'mormal' definition 'norm'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1041:80: style: Function 'rt_ring' argument 5 names different: declaration 'innerrad' definition 'inner'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:664:18: note: Function 'rt_ring' argument 5 names different: declaration 'innerrad' definition 'inner'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1041:80: note: Function 'rt_ring' argument 5 names different: declaration 'innerrad' definition 'inner'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1041:91: style: Function 'rt_ring' argument 6 names different: declaration 'outerrad' definition 'outer'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:664:32: note: Function 'rt_ring' argument 6 names different: declaration 'outerrad' definition 'outer'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1041:91: note: Function 'rt_ring' argument 6 names different: declaration 'outerrad' definition 'outer'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1046:30: style: Function 'rt_ring3fv' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:666:54: note: Function 'rt_ring3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1046:30: note: Function 'rt_ring3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1046:48: style: Function 'rt_ring3fv' argument 4 names different: declaration 'normal' definition 'norm'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:667:30: note: Function 'rt_ring3fv' argument 4 names different: declaration 'normal' definition 'norm'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1046:48: note: Function 'rt_ring3fv' argument 4 names different: declaration 'normal' definition 'norm'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1046:60: style: Function 'rt_ring3fv' argument 5 names different: declaration 'innerrad' definition 'inner'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:667:44: note: Function 'rt_ring3fv' argument 5 names different: declaration 'innerrad' definition 'inner'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1046:60: note: Function 'rt_ring3fv' argument 5 names different: declaration 'innerrad' definition 'inner'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1046:73: style: Function 'rt_ring3fv' argument 6 names different: declaration 'outerrad' definition 'outer'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:667:60: note: Function 'rt_ring3fv' argument 6 names different: declaration 'outerrad' definition 'outer'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1046:73: note: Function 'rt_ring3fv' argument 6 names different: declaration 'outerrad' definition 'outer'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1054:57: style: Function 'rt_sphere' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:650:50: note: Function 'rt_sphere' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1054:57: note: Function 'rt_sphere' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1054:66: style: Function 'rt_sphere' argument 4 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:650:62: note: Function 'rt_sphere' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1054:66: note: Function 'rt_sphere' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1059:32: style: Function 'rt_sphere3fv' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:652:56: note: Function 'rt_sphere3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1059:32: note: Function 'rt_sphere3fv' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1059:43: style: Function 'rt_sphere3fv' argument 4 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:652:70: note: Function 'rt_sphere3fv' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1059:43: note: Function 'rt_sphere3fv' argument 4 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1174:37: style: Function 'rt_tristripscnv3fv' argument 1 names different: declaration 'scene' definition 'voidscene'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:711:37: note: Function 'rt_tristripscnv3fv' argument 1 names different: declaration 'scene' definition 'voidscene'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1174:37: note: Function 'rt_tristripscnv3fv' argument 1 names different: declaration 'scene' definition 'voidscene'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1252:61: style: Function 'rt_quadsphere' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:750:54: note: Function 'rt_quadsphere' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1252:61: note: Function 'rt_quadsphere' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1274:58: style: Function 'rt_quadric' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:755:51: note: Function 'rt_quadric' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/api.c:1274:58: note: Function 'rt_quadric' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:18:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:42:9: style: The scope of the variable 'a' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:43:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:179:7: style: The scope of the variable 'd' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:179:10: style: The scope of the variable 'v' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:16:77: style: Function 'rt_polycylinder' argument 4 names different: declaration 'numpoints' definition 'numpts'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:637:26: note: Function 'rt_polycylinder' argument 4 names different: declaration 'numpoints' definition 'numpts'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:16:77: note: Function 'rt_polycylinder' argument 4 names different: declaration 'numpoints' definition 'numpts'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:16:89: style: Function 'rt_polycylinder' argument 5 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:637:41: note: Function 'rt_polycylinder' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:16:89: note: Function 'rt_polycylinder' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:41:50: style: Function 'rt_polycylinder3fv' argument 4 names different: declaration 'numpoints' definition 'numpts'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:640:29: note: Function 'rt_polycylinder3fv' argument 4 names different: declaration 'numpoints' definition 'numpts'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:41:50: note: Function 'rt_polycylinder3fv' argument 4 names different: declaration 'numpoints' definition 'numpts'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:41:64: style: Function 'rt_polycylinder3fv' argument 5 names different: declaration 'radius' definition 'rad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:640:46: note: Function 'rt_polycylinder3fv' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:41:64: note: Function 'rt_polycylinder3fv' argument 5 names different: declaration 'radius' definition 'rad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:66:62: style: Function 'rt_heightfield' argument 3 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:735:55: note: Function 'rt_heightfield' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:66:62: note: Function 'rt_heightfield' argument 3 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:222:29: style: Function 'rt_landscape' argument 5 names different: declaration 'center' definition 'ctr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tachyon.h:740:29: note: Function 'rt_landscape' argument 5 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apigeom.c:222:29: note: Function 'rt_landscape' argument 5 names different: declaration 'center' definition 'ctr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apitrigeom.c:31:10: style: The scope of the variable 'u' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apitrigeom.c:31:13: style: The scope of the variable 'v' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apitrigeom.c:31:16: style: The scope of the variable 'u2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apitrigeom.c:31:20: style: The scope of the variable 'v2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apitrigeom.c:84:10: style: The scope of the variable 'u' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apitrigeom.c:84:13: style: The scope of the variable 'v' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apitrigeom.c:84:16: style: The scope of the variable 'u2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/apitrigeom.c:84:20: style: The scope of the variable 'v2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/box.c:50:10: style: The scope of the variable 'tx1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/box.c:50:15: style: The scope of the variable 'tx2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/box.c:50:20: style: The scope of the variable 'ty1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/box.c:50:25: style: The scope of the variable 'ty2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/box.c:50:30: style: The scope of the variable 'tz1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/box.c:50:35: style: The scope of the variable 'tz2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.c:325:7: style: The scope of the variable 'dx' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.c:325:11: style: The scope of the variable 'dy' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.c:651:41: style: Function 'camerafrustum' argument 2 names different: declaration 'l' definition 'left'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.h:13:34: note: Function 'camerafrustum' argument 2 names different: declaration 'l' definition 'left'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.c:651:41: note: Function 'camerafrustum' argument 2 names different: declaration 'l' definition 'left'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.c:651:51: style: Function 'camerafrustum' argument 3 names different: declaration 'r' definition 'right'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.h:13:41: note: Function 'camerafrustum' argument 3 names different: declaration 'r' definition 'right'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.c:651:51: note: Function 'camerafrustum' argument 3 names different: declaration 'r' definition 'right'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.c:651:62: style: Function 'camerafrustum' argument 4 names different: declaration 'b' definition 'bottom'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.h:13:48: note: Function 'camerafrustum' argument 4 names different: declaration 'b' definition 'bottom'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.c:651:62: note: Function 'camerafrustum' argument 4 names different: declaration 'b' definition 'bottom'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.c:651:74: style: Function 'camerafrustum' argument 5 names different: declaration 't' definition 'top'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.h:13:55: note: Function 'camerafrustum' argument 5 names different: declaration 't' definition 'top'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/camera.c:651:74: note: Function 'camerafrustum' argument 5 names different: declaration 't' definition 'top'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cone.c:119:52: style: The scope of the variable 'discr' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cone.c:119:59: style: The scope of the variable 'root' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cone.c:119:65: style: The scope of the variable 'invC2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cone.c:119:72: style: The scope of the variable 't' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cylinder.c:57:7: style: The scope of the variable 't' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cylinder.c:57:10: style: The scope of the variable 's' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cylinder.c:186:7: style: The scope of the variable 't' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cylinder.c:186:10: style: The scope of the variable 's' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cylinder.c:186:13: style: The scope of the variable 'tin' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cylinder.c:186:18: style: The scope of the variable 'tout' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cylinder.c:186:31: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/cylinder.c:186:36: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/extvol.c:115:10: style: The scope of the variable 'tx1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/extvol.c:115:15: style: The scope of the variable 'tx2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/extvol.c:115:20: style: The scope of the variable 'ty1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/extvol.c:115:25: style: The scope of the variable 'ty2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/extvol.c:115:30: style: The scope of the variable 'tz1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/extvol.c:115:35: style: The scope of the variable 'tz2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:219:10: style: The scope of the variable 'g' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:220:15: style: The scope of the variable 'numcbrt' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:224:8: style: The scope of the variable 'msgtxt' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:225:7: style: The scope of the variable 'numsucceeded' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:312:15: style: The scope of the variable 'numcbrt' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:312:24: style: The scope of the variable 'xs' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:312:28: style: The scope of the variable 'ys' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:312:32: style: The scope of the variable 'zs' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:313:10: style: The scope of the variable 'g' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:316:7: style: The scope of the variable 'numsucceeded' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:391:16: style: The scope of the variable 'zindex' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:628:10: style: The scope of the variable 'tx1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:628:15: style: The scope of the variable 'tx2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:628:20: style: The scope of the variable 'ty1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:628:25: style: The scope of the variable 'ty2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:628:30: style: The scope of the variable 'tz1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/grid.c:628:35: style: The scope of the variable 'tz2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/hash.c:263:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/hash.c:263:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imageio.c:317:55: style: Function 'writeimage' argument 4 names different: declaration 'imgdata' definition 'img'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imageio.h:20:22: note: Function 'writeimage' argument 4 names different: declaration 'imgdata' definition 'img'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imageio.c:317:55: note: Function 'writeimage' argument 4 names different: declaration 'imgdata' definition 'img'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:117:3: style: Variable 'newimage' is reassigned a value before the old one has been used. [redundantAssignment]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:116:0: note: Variable 'newimage' is reassigned a value before the old one has been used.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:117:3: note: Variable 'newimage' is reassigned a value before the old one has been used.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:49:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:49:10: style: The scope of the variable 'len' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:83:10: style: The scope of the variable 'len' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:330:7: style: The scope of the variable 'mapindex' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:331:7: style: The scope of the variable 'mapflt' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:512:7: style: The scope of the variable 'mapindex' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:513:7: style: The scope of the variable 'mapflt' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:71:7: error: Memory leak: newimage [memleak]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/imap.c:105:7: error: Memory leak: newimage [memleak]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:63:10: style: The scope of the variable 'tx1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:63:15: style: The scope of the variable 'tx2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:63:20: style: The scope of the variable 'ty1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:63:25: style: The scope of the variable 'ty2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:63:30: style: The scope of the variable 'tz1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:63:35: style: The scope of the variable 'tz2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:81:64: error: Uninitialized variable: col [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:90:28: error: Uninitialized variable: col [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:91:26: error: Uninitialized variable: col [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:94:64: error: Uninitialized variable: col [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:103:28: error: Uninitialized variable: col [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:104:26: error: Uninitialized variable: col [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:107:64: error: Uninitialized variable: col [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:116:28: error: Uninitialized variable: col [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/parvol.c:117:26: error: Uninitialized variable: col [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/ppm.c:28:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/ppm.c:49:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/quadric.c:58:11: style: The scope of the variable 't2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/quadric.c:59:7: style: The scope of the variable 'disc' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/ring.c:29:59: style: Function 'newring' argument 4 names different: declaration 'in' definition 'inrad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/ring.h:7:59: note: Function 'newring' argument 4 names different: declaration 'in' definition 'inrad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/ring.c:29:59: note: Function 'newring' argument 4 names different: declaration 'in' definition 'inrad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/ring.c:29:70: style: Function 'newring' argument 5 names different: declaration 'out' definition 'outrad'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/ring.h:7:67: note: Function 'newring' argument 5 names different: declaration 'out' definition 'outrad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/ring.c:29:70: note: Function 'newring' argument 5 names different: declaration 'out' definition 'outrad'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/sgirgb.c:42:8: style: The scope of the variable 'iname' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/sgirgb.c:43:7: style: The scope of the variable 'x' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/sgirgb.c:43:10: style: The scope of the variable 'y' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/sgirgb.c:43:13: style: The scope of the variable 'i' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:95:7: style: The scope of the variable 'inten' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:237:7: style: The scope of the variable 'inten' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:414:7: style: The scope of the variable 'ndotambl' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:711:63: style: Function 'fog_color_linear' argument 3 names different: declaration 'z' definition 'r'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.h:26:59: note: Function 'fog_color_linear' argument 3 names different: declaration 'z' definition 'r'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:711:63: note: Function 'fog_color_linear' argument 3 names different: declaration 'z' definition 'r'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:733:60: style: Function 'fog_color_exp' argument 3 names different: declaration 'z' definition 'r'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.h:27:56: note: Function 'fog_color_exp' argument 3 names different: declaration 'z' definition 'r'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:733:60: note: Function 'fog_color_exp' argument 3 names different: declaration 'z' definition 'r'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:756:61: style: Function 'fog_color_exp2' argument 3 names different: declaration 'z' definition 'r'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.h:28:57: note: Function 'fog_color_exp2' argument 3 names different: declaration 'z' definition 'r'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:756:61: note: Function 'fog_color_exp2' argument 3 names different: declaration 'z' definition 'r'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:114:43: error: Uninitialized variable: col [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:114:43: error: Uninitialized struct member: col.r [uninitStructMember]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:114:43: error: Uninitialized struct member: col.g [uninitStructMember]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:114:43: error: Uninitialized struct member: col.b [uninitStructMember]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:256:43: error: Uninitialized variable: col [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:256:43: error: Uninitialized struct member: col.r [uninitStructMember]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:256:43: error: Uninitialized struct member: col.g [uninitStructMember]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/shade.c:256:43: error: Uninitialized struct member: col.b [uninitStructMember]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tgafile.c:27:10: style: The scope of the variable 'ofp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tgafile.c:180:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tgafile.c:257:10: style: The scope of the variable 'outfile' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/tgafile.c:81:5: error: Memory leak: tga [memleak]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1452:3: style: Variable 'thrpool' is reassigned a value before the old one has been used. [redundantAssignment]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1451:0: note: Variable 'thrpool' is reassigned a value before the old one has been used.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1452:3: note: Variable 'thrpool' is reassigned a value before the old one has been used.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1669:35: style: Function 'rt_threadpool_next_tile' argument 1 names different: declaration 'thrpool' definition 'voidparms'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.h:463:35: note: Function 'rt_threadpool_next_tile' argument 1 names different: declaration 'thrpool' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1669:35: note: Function 'rt_threadpool_next_tile' argument 1 names different: declaration 'thrpool' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1689:37: style: Function 'rt_threadpool_tile_failed' argument 1 names different: declaration 'thrpool' definition 'voidparms'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.h:469:37: note: Function 'rt_threadpool_tile_failed' argument 1 names different: declaration 'thrpool' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1689:37: note: Function 'rt_threadpool_tile_failed' argument 1 names different: declaration 'thrpool' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1696:39: style: Function 'rt_threadpool_setfatalerror' argument 1 names different: declaration 'thrparms' definition 'voidparms'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.h:472:39: note: Function 'rt_threadpool_setfatalerror' argument 1 names different: declaration 'thrparms' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1696:39: note: Function 'rt_threadpool_setfatalerror' argument 1 names different: declaration 'thrparms' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1704:39: style: Function 'rt_threadpool_getfatalerror' argument 1 names different: declaration 'thrparms' definition 'voidparms'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.h:475:39: note: Function 'rt_threadpool_getfatalerror' argument 1 names different: declaration 'thrparms' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1704:39: note: Function 'rt_threadpool_getfatalerror' argument 1 names different: declaration 'thrparms' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1789:33: style: Function 'rt_threadlaunch_getid' argument 1 names different: declaration 'thrparms' definition 'voidparms'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.h:499:33: note: Function 'rt_threadlaunch_getid' argument 1 names different: declaration 'thrparms' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1789:33: note: Function 'rt_threadlaunch_getid' argument 1 names different: declaration 'thrparms' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1802:35: style: Function 'rt_threadlaunch_getdata' argument 1 names different: declaration 'thrparms' definition 'voidparms'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.h:502:35: note: Function 'rt_threadlaunch_getdata' argument 1 names different: declaration 'thrparms' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1802:35: note: Function 'rt_threadlaunch_getdata' argument 1 names different: declaration 'thrparms' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1820:41: style: Function 'rt_threadlaunch_setfatalerror' argument 1 names different: declaration 'thrparms' definition 'voidparms'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.h:512:41: note: Function 'rt_threadlaunch_setfatalerror' argument 1 names different: declaration 'thrparms' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/threads.c:1820:41: note: Function 'rt_threadlaunch_setfatalerror' argument 1 names different: declaration 'thrparms' definition 'voidparms'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/trace.c:329:9: style: The scope of the variable 'addr' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/triangle.c:51:9: style: The scope of the variable 't' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/triangle.c:82:10: style: The scope of the variable 't' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/triangle.c:356:56: style: Function 'vcstri_color' argument 2 names different: declaration 'tex' definition 'tx'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/triangle.h:13:56: note: Function 'vcstri_color' argument 2 names different: declaration 'tex' definition 'tx'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/triangle.c:356:56: note: Function 'vcstri_color' argument 2 names different: declaration 'tex' definition 'tx'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/util.c:600:47: style: Function 'jitter_disc2f' argument 2 names different: declaration 'xy' definition 'dir'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/util.h:108:47: note: Function 'jitter_disc2f' argument 2 names different: declaration 'xy' definition 'dir'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/util.c:600:47: note: Function 'jitter_disc2f' argument 2 names different: declaration 'xy' definition 'dir'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:146:10: style: The scope of the variable 'tx1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:146:15: style: The scope of the variable 'tx2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:146:20: style: The scope of the variable 'ty1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:146:25: style: The scope of the variable 'ty2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:146:30: style: The scope of the variable 'tz1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:146:35: style: The scope of the variable 'tz2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:151:7: style: The scope of the variable 'scalar' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:151:15: style: The scope of the variable 'transval' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:152:7: style: The scope of the variable 'x' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:152:10: style: The scope of the variable 'y' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:152:13: style: The scope of the variable 'z' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:153:19: style: The scope of the variable 'ptr' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:45:28: style: Function 'newscalarvol' argument 1 names different: declaration 'intex' definition 'voidtex'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.h:7:28: note: Function 'newscalarvol' argument 1 names different: declaration 'intex' definition 'voidtex'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/vol.c:45:28: note: Function 'newscalarvol' argument 1 names different: declaration 'intex' definition 'voidtex'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:67:7: style: Variable 'rowbuf' is reassigned a value before the old one has been used. [redundantAssignment]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:41:0: note: Variable 'rowbuf' is reassigned a value before the old one has been used.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:67:7: note: Variable 'rowbuf' is reassigned a value before the old one has been used.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:36:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:36:14: style: The scope of the variable 'y' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:31:21: style: Function 'writebmp' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.h:8:21: note: Function 'writebmp' argument 1 names different: declaration 'name' definition 'filename'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:31:21: note: Function 'writebmp' argument 1 names different: declaration 'name' definition 'filename'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:31:35: style: Function 'writebmp' argument 2 names different: declaration 'xres' definition 'xs'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.h:8:31: note: Function 'writebmp' argument 2 names different: declaration 'xres' definition 'xs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:31:35: note: Function 'writebmp' argument 2 names different: declaration 'xres' definition 'xs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:31:43: style: Function 'writebmp' argument 3 names different: declaration 'yres' definition 'ys'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.h:8:41: note: Function 'writebmp' argument 3 names different: declaration 'yres' definition 'ys'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:31:43: note: Function 'writebmp' argument 3 names different: declaration 'yres' definition 'ys'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:31:63: style: Function 'writebmp' argument 4 names different: declaration 'imgdata' definition 'img'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.h:8:62: note: Function 'writebmp' argument 4 names different: declaration 'imgdata' definition 'img'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/tachyon/tachyon/winbmp.c:31:63: note: Function 'writebmp' argument 4 names different: declaration 'imgdata' definition 'img'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:124:3: warning: Member variable 'c_loop_base::i' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:124:3: warning: Member variable 'c_loop_base::j' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:124:3: warning: Member variable 'c_loop_base::k' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:124:3: warning: Member variable 'c_loop_base::ijk' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:124:3: warning: Member variable 'c_loop_base::q' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::mode' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::px' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::py' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::pz' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::apx' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::apy' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::apz' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::v0' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::v1' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::v2' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::v3' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::v4' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::v5' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::ai' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::bi' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::aj' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::bj' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::ak' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::bk' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::ci' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::cj' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::ck' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::di' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::dj' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::dk' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::inc1' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: warning: Member variable 'c_loop_subset::inc2' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:282:3: warning: Member variable 'c_loop_order::cp' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:282:3: warning: Member variable 'c_loop_order::op' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:417:3: warning: Member variable 'c_loop_order_periodic::cp' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:417:3: warning: Member variable 'c_loop_order_periodic::op' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:130:15: style: Technically the member function 'voro::c_loop_base::pos' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:141:15: style: Technically the member function 'voro::c_loop_base::pos' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:149:17: style: Technically the member function 'voro::c_loop_base::x' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:152:17: style: Technically the member function 'voro::c_loop_base::y' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:155:17: style: Technically the member function 'voro::c_loop_base::z' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:158:14: style: Technically the member function 'voro::c_loop_base::pid' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:252:14: performance: Technically the member function 'voro::c_loop_subset::step_mod' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:253:14: performance: Technically the member function 'voro::c_loop_subset::step_div' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:254:14: performance: Technically the member function 'voro::c_loop_subset::step_int' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:52:6: style: Class 'particle_order' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:52:6: style: Class 'particle_order' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:306:13: warning: The class 'c_loop_order' defines member variable with name 'nx' also defined in its parent class 'c_loop_base'. [duplInheritedMember]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:81:13: note: Parent variable 'c_loop_base::nx'
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:306:13: note: Derived variable 'c_loop_order::nx'
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:308:13: warning: The class 'c_loop_order' defines member variable with name 'nxy' also defined in its parent class 'c_loop_base'. [duplInheritedMember]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:89:13: note: Parent variable 'c_loop_base::nxy'
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:308:13: note: Derived variable 'c_loop_order::nxy'
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:441:13: warning: The class 'c_loop_order_periodic' defines member variable with name 'nx' also defined in its parent class 'c_loop_base'. [duplInheritedMember]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:81:13: note: Parent variable 'c_loop_base::nx'
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:441:13: note: Derived variable 'c_loop_order_periodic::nx'
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:51:3: style: Class 'particle_order' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:124:3: style: Class 'c_loop_base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:171:3: style: Class 'c_loop_all' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:228:3: style: Class 'c_loop_subset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/c_loops.hh:331:3: style: Class 'c_loop_all_periodic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:135:11: style: The scope of the variable 'k' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:405:6: style: The scope of the variable 'count' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1159:6: style: The scope of the variable 'a' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1159:8: style: The scope of the variable 'b' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1159:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1159:12: style: The scope of the variable 'j' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1159:14: style: The scope of the variable 'k' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1219:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1219:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1219:10: style: The scope of the variable 'k' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1255:28: style: The scope of the variable 'm' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1303:9: style: The scope of the variable 'ux' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1303:12: style: The scope of the variable 'uy' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1303:15: style: The scope of the variable 'uz' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1411:9: style: The scope of the variable 'ux' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1411:12: style: The scope of the variable 'uy' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1411:15: style: The scope of the variable 'uz' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1455:11: style: The scope of the variable 's' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1662:35: style: The scope of the variable 'm' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1663:9: style: The scope of the variable 'ux' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1663:12: style: The scope of the variable 'uy' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1663:15: style: The scope of the variable 'uz' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1938:10: style: The scope of the variable 'm' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1960:20: style: The scope of the variable 'tp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1961:9: style: The scope of the variable 't' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1959:88: style: Function 'plane_intersects_track' argument 4 names different: declaration 'rs' definition 'rsq'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:285:72: note: Function 'plane_intersects_track' argument 4 names different: declaration 'rs' definition 'rsq'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1959:88: note: Function 'plane_intersects_track' argument 4 names different: declaration 'rs' definition 'rsq'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:306:3: style: 'voronoicell::operator=' should return 'voronoicell &'. [operatorEq]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:421:3: style: 'voronoicell_neighbor::operator=' should return 'voronoicell_neighbor &'. [operatorEq]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:392:15: style: Unused private function: 'voronoicell::n_neighbors' [unusedPrivateFunction]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:87:4: warning: Class 'voronoicell_base' which has virtual members does not have a virtual destructor. [virtualDestructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:91:8: style: Technically the member function 'voro::voronoicell_base::translate' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:105:24: note: Technically the member function 'voro::voronoicell_base::translate' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:91:8: note: Technically the member function 'voro::voronoicell_base::translate' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:92:8: style: Technically the member function 'voro::voronoicell_base::draw_pov' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1487:24: note: Technically the member function 'voro::voronoicell_base::draw_pov' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:92:8: note: Technically the member function 'voro::voronoicell_base::draw_pov' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:125:10: style: Technically the member function 'voro::voronoicell_base::max_radius_squared' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1454:26: note: Technically the member function 'voro::voronoicell_base::max_radius_squared' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:125:10: note: Technically the member function 'voro::voronoicell_base::max_radius_squared' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:126:10: style: Technically the member function 'voro::voronoicell_base::total_edge_distance' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1468:26: note: Technically the member function 'voro::voronoicell_base::total_edge_distance' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:126:10: note: Technically the member function 'voro::voronoicell_base::total_edge_distance' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:130:7: style: Technically the member function 'voro::voronoicell_base::number_of_edges' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:2007:23: note: Technically the member function 'voro::voronoicell_base::number_of_edges' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:130:7: note: Technically the member function 'voro::voronoicell_base::number_of_edges' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:189:8: style: Technically the member function 'voro::voronoicell_base::check_relations' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:331:24: note: Technically the member function 'voro::voronoicell_base::check_relations' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:189:8: note: Technically the member function 'voro::voronoicell_base::check_relations' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:215:14: style: Technically the member function 'voro::voronoicell_base::cycle_up' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:221:14: style: Technically the member function 'voro::voronoicell_base::cycle_down' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:287:15: style: Technically the member function 'voro::voronoicell_base::search_edge' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:1526:31: note: Technically the member function 'voro::voronoicell_base::search_edge' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:287:15: note: Technically the member function 'voro::voronoicell_base::search_edge' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:375:15: performance: Technically the member function 'voro::voronoicell::n_allocate' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:376:15: performance: Technically the member function 'voro::voronoicell::n_add_memory_vertices' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:377:15: performance: Technically the member function 'voro::voronoicell::n_add_memory_vorder' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:378:15: performance: Technically the member function 'voro::voronoicell::n_set_pointer' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:379:15: performance: Technically the member function 'voro::voronoicell::n_copy' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:380:15: performance: Technically the member function 'voro::voronoicell::n_set' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:381:15: performance: Technically the member function 'voro::voronoicell::n_set_aux1' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:382:15: performance: Technically the member function 'voro::voronoicell::n_copy_aux1' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:383:15: performance: Technically the member function 'voro::voronoicell::n_copy_aux1_shift' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:384:15: performance: Technically the member function 'voro::voronoicell::n_set_aux2_copy' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:385:15: performance: Technically the member function 'voro::voronoicell::n_copy_pointer' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:386:15: performance: Technically the member function 'voro::voronoicell::n_set_to_aux1' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:387:15: performance: Technically the member function 'voro::voronoicell::n_set_to_aux2' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:388:15: performance: Technically the member function 'voro::voronoicell::n_allocate_aux1' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:389:15: performance: Technically the member function 'voro::voronoicell::n_switch_to_aux1' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:390:15: performance: Technically the member function 'voro::voronoicell::n_copy_to_aux1' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:391:15: performance: Technically the member function 'voro::voronoicell::n_set_to_aux1_offset' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:392:15: performance: Technically the member function 'voro::voronoicell::n_neighbors' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:23:2: style: Class 'voronoicell_base' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:23:2: style: Class 'voronoicell_base' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.cc:2182:2: style: Class 'voronoicell_neighbor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:403:1: warning: The class 'voronoicell_neighbor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:470:16: style: The function 'neighbors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:197:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:470:16: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:471:16: style: The function 'print_edges_neighbors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:209:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:471:16: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:472:16: style: The function 'output_neighbors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:203:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/cell.hh:472:16: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:327:12: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:351:12: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:377:26: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:404:26: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:549:12: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:575:12: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:601:26: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:628:26: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:255:12: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:279:12: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:305:26: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:332:26: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:476:12: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:502:12: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:528:26: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:555:26: style: The scope of the variable 'pp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:92:3: warning: Member variable 'radius_poly::ppr' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:92:3: warning: Member variable 'radius_poly::r_rad' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:92:3: warning: Member variable 'radius_poly::r_mul' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:92:3: warning: Member variable 'radius_poly::r_val' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_base.hh:67:14: performance: Technically the member function 'voro::voro_base::step_int' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_base.hh:74:14: performance: Technically the member function 'voro::voro_base::step_mod' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_base.hh:81:14: performance: Technically the member function 'voro::voro_base::step_div' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:30:15: performance: Technically the member function 'voro::radius_mono::r_init' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:33:15: performance: Technically the member function 'voro::radius_mono::r_prime' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:40:15: performance: Technically the member function 'voro::radius_mono::r_ctest' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:44:17: performance: Technically the member function 'voro::radius_mono::r_cutoff' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:48:17: performance: Technically the member function 'voro::radius_mono::r_max_add' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:55:17: performance: Technically the member function 'voro::radius_mono::r_current_sub' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:62:17: performance: Technically the member function 'voro::radius_mono::r_scale' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:73:15: performance: Technically the member function 'voro::radius_mono::r_scale_check' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:115:17: style: Technically the member function 'voro::radius_poly::r_cutoff' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:119:17: style: Technically the member function 'voro::radius_poly::r_max_add' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/rad_option.hh:126:17: style: Technically the member function 'voro::radius_poly::r_current_sub' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:75:15: style: Technically the member function 'voro::wall_list::point_inside_walls' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:211:15: style: Technically the member function 'voro::container_base::initialize_search' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:267:14: style: Technically the member function 'voro::container_base::total_particles' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:124:15: style: Technically the member function 'voro::container_periodic_base::initialize_voronoicell' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:142:15: style: Technically the member function 'voro::container_periodic_base::initialize_search' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:152:15: style: Technically the member function 'voro::container_periodic_base::frac_pos' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.hh:60:14: style: Technically the member function 'voro::pre_container_base::total_particles' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:31:8: style: The function 'point_inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:36:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:31:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:34:8: style: The function 'cut_cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:39:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:34:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:35:8: style: The function 'cut_cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:42:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:35:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:53:8: style: The function 'point_inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:36:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:53:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:56:8: style: The function 'cut_cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:39:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:56:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:57:8: style: The function 'cut_cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:42:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:57:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:79:8: style: The function 'point_inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:36:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:79:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:82:8: style: The function 'cut_cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:39:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:82:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:83:8: style: The function 'cut_cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:42:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:83:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:107:8: style: The function 'point_inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:36:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:107:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:110:8: style: The function 'cut_cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:39:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:110:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:111:8: style: The function 'cut_cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:42:16: note: Virtual function in base class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.hh:111:8: note: Function in derived class
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/common.cc:63:6: style: The scope of the variable 'j' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/common.cc:63:8: style: The scope of the variable 'k' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/common.cc:63:12: style: The scope of the variable 'l' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:90:8: style: Technically the member function 'voro::wall_list::deallocate' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.cc:536:17: note: Technically the member function 'voro::wall_list::deallocate' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:90:8: note: Technically the member function 'voro::wall_list::deallocate' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:166:8: style: Technically the member function 'voro::container_base::region_count' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.cc:379:22: note: Technically the member function 'voro::container_base::region_count' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:166:8: note: Technically the member function 'voro::container_base::region_count' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:289:8: style: Technically the member function 'voro::container::clear' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.cc:386:17: note: Technically the member function 'voro::container::clear' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.hh:289:8: note: Technically the member function 'voro::container::clear' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.cc:520:26: style: Class 'wall_list' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.cc:520:26: style: Class 'wall_list' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.cc:35:2: style: Class 'container_base' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container.cc:35:2: style: Class 'container_base' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.cc:30:80: style: Function 'container_periodic_base' argument 11 names different: declaration 'ps' definition 'ps_'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:95:47: note: Function 'container_periodic_base' argument 11 names different: declaration 'ps' definition 'ps_'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.cc:30:80: note: Function 'container_periodic_base' argument 11 names different: declaration 'ps' definition 'ps_'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:104:8: style: Technically the member function 'voro::container_periodic_base::region_count' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.cc:441:31: note: Technically the member function 'voro::container_periodic_base::region_count' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:104:8: note: Technically the member function 'voro::container_periodic_base::region_count' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:216:8: style: Technically the member function 'voro::container_periodic::clear' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.cc:448:26: note: Technically the member function 'voro::container_periodic::clear' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.hh:216:8: note: Technically the member function 'voro::container_periodic::clear' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.cc:33:44: style: Class 'container_periodic_base' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/container_prd.cc:33:44: style: Class 'container_periodic_base' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.cc:100:26: style: The scope of the variable 'ide' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.cc:121:26: style: The scope of the variable 'ide' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.cc:144:26: style: The scope of the variable 'ide' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.cc:167:26: style: The scope of the variable 'ide' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.hh:124:8: style: Technically the member function 'voro::pre_container::setup' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.cc:99:21: note: Technically the member function 'voro::pre_container::setup' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.hh:124:8: note: Technically the member function 'voro::pre_container::setup' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.hh:125:8: style: Technically the member function 'voro::pre_container::setup' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.cc:143:21: note: Technically the member function 'voro::pre_container::setup' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.hh:125:8: note: Technically the member function 'voro::pre_container::setup' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.hh:156:8: style: Technically the member function 'voro::pre_container_poly::setup' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.cc:120:26: note: Technically the member function 'voro::pre_container_poly::setup' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.hh:156:8: note: Technically the member function 'voro::pre_container_poly::setup' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.hh:157:8: style: Technically the member function 'voro::pre_container_poly::setup' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.cc:166:26: note: Technically the member function 'voro::pre_container_poly::setup' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.hh:157:8: note: Technically the member function 'voro::pre_container_poly::setup' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.cc:33:29: style: Class 'pre_container_base' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/pre_container.cc:33:29: style: Class 'pre_container_base' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/unitcell.cc:66:11: style: The scope of the variable 'y' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/unitcell.cc:66:13: style: The scope of the variable 'z' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/unitcell.cc:66:15: style: The scope of the variable 'q' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/unitcell.cc:125:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/unitcell.cc:125:8: style: The scope of the variable 'j' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/unitcell.cc:125:10: style: The scope of the variable 'k' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_base.hh:58:8: performance: Technically the member function 'voro::voro_base::contains_neighbor' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_base.cc:100:17: note: Technically the member function 'voro::voro_base::contains_neighbor' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_base.hh:58:8: note: Technically the member function 'voro::voro_base::contains_neighbor' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_base.hh:83:8: style: Technically the member function 'voro::voro_base::compute_minimum' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_base.cc:81:17: note: Technically the member function 'voro::voro_base::compute_minimum' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_base.hh:83:8: note: Technically the member function 'voro::voro_base::compute_minimum' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_base.cc:25:44: style: Class 'voro_base' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_base.cc:25:44: style: Class 'voro_base' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:48:9: style: The scope of the variable 'x1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:48:12: style: The scope of the variable 'y1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:48:15: style: The scope of the variable 'z1' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:48:18: style: The scope of the variable 'rs' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:294:9: style: The scope of the variable 'xlo' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:294:13: style: The scope of the variable 'ylo' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:294:17: style: The scope of the variable 'zlo' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:294:21: style: The scope of the variable 'xhi' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:294:25: style: The scope of the variable 'yhi' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:294:29: style: The scope of the variable 'zhi' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:798:110: style: Function 'compute_min_max_radius' argument 7 names different: declaration 'gx' definition 'gxs'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.hh:134:89: note: Function 'compute_min_max_radius' argument 7 names different: declaration 'gx' definition 'gxs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:798:110: note: Function 'compute_min_max_radius' argument 7 names different: declaration 'gx' definition 'gxs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:798:121: style: Function 'compute_min_max_radius' argument 8 names different: declaration 'gy' definition 'gys'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.hh:134:99: note: Function 'compute_min_max_radius' argument 8 names different: declaration 'gy' definition 'gys'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:798:121: note: Function 'compute_min_max_radius' argument 8 names different: declaration 'gy' definition 'gys'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:798:132: style: Function 'compute_min_max_radius' argument 9 names different: declaration 'gz' definition 'gzs'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.hh:134:109: note: Function 'compute_min_max_radius' argument 9 names different: declaration 'gz' definition 'gzs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:798:132: note: Function 'compute_min_max_radius' argument 9 names different: declaration 'gz' definition 'gzs'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.hh:136:15: style: Technically the member function 'voro::voro_compute::add_to_mask' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:236:36: note: Technically the member function 'voro::voro_compute::add_to_mask' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.hh:136:15: note: Technically the member function 'voro::voro_compute::add_to_mask' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.hh:137:15: style: Technically the member function 'voro::voro_compute::scan_bits_mask_add' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.cc:250:36: note: Technically the member function 'voro::voro_compute::scan_bits_mask_add' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/v_compute.hh:137:15: note: Technically the member function 'voro::voro_compute::scan_bits_mask_add' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.cc:107:33: style: The scope of the variable 'xf' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.cc:107:36: style: The scope of the variable 'yf' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.cc:107:39: style: The scope of the variable 'zf' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/3rdparty/voro++/src/wall.cc:107:42: style: The scope of the variable 'q' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/AnimationSettings.h:85:71: style: Public interface of AnimationSettings is not safe. When calling AnimationSettings::setFramesPerSecond(), if parameter fps is 0 that leads to division by zero. [unsafeClassDivZero]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/TimeInterval.h:83:19: style: Class 'TimeInterval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/AnimationSettings.h:65:14: style: Class 'AnimationSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/AnimationSettings.h:325:2: style: Class 'AnimationSuspender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/AnimationSettings.h:330:2: style: Class 'AnimationSuspender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/TimeInterval.h:67:1: warning: The class 'TimeInterval' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/ConstantControllers.h:38:14: style: Class 'ConstFloatController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/ConstantControllers.h:74:14: style: Class 'ConstIntegerController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/ConstantControllers.h:110:14: style: Class 'ConstVectorController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/ConstantControllers.h:146:14: style: Class 'ConstPositionController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/ConstantControllers.h:185:14: style: Class 'ConstRotationController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/ConstantControllers.h:224:14: style: Class 'ConstScalingController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/KeyframeController.h:104:2: style: Class 'KeyframeControllerTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/LinearInterpolationControllers.h:88:14: style: Class 'LinearIntegerController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/LinearInterpolationControllers.h:120:14: style: Class 'LinearVectorController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/LinearInterpolationControllers.h:150:14: style: Class 'LinearPositionController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/LinearInterpolationControllers.h:183:14: style: Class 'LinearRotationController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/LinearInterpolationControllers.h:216:14: style: Class 'LinearScalingController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/KeyframeController.h:104:0: style: Class 'Ovito :: KeyframeControllerTemplate < FloatAnimationKey , Ovito :: LinearKeyInterpolator < FloatAnimationKey > , Controller :: ControllerTypeFloat >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/KeyframeController.h:104:0: style: Class 'Ovito :: KeyframeControllerTemplate < IntegerAnimationKey , Ovito :: LinearKeyInterpolator < IntegerAnimationKey > , Controller :: ControllerTypeInt >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/KeyframeController.h:104:0: style: Class 'Ovito :: KeyframeControllerTemplate < Vector3AnimationKey , Ovito :: LinearKeyInterpolator < Vector3AnimationKey > , Controller :: ControllerTypeVector3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/KeyframeController.h:104:0: style: Class 'Ovito :: KeyframeControllerTemplate < PositionAnimationKey , Ovito :: LinearKeyInterpolator < PositionAnimationKey > , Controller :: ControllerTypePosition >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/KeyframeController.h:104:0: style: Class 'Ovito :: KeyframeControllerTemplate < RotationAnimationKey , Ovito :: LinearKeyInterpolator < RotationAnimationKey > , Controller :: ControllerTypeRotation >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/KeyframeController.h:104:0: style: Class 'Ovito :: KeyframeControllerTemplate < ScalingAnimationKey , Ovito :: LinearKeyInterpolator < ScalingAnimationKey > , Controller :: ControllerTypeScaling >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/SplineInterpolationControllers.h:187:14: style: Class 'SplinePositionController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/SplineInterpolationControllers.h:142:0: style: Class 'Ovito :: SplineControllerBase < PositionSplineAnimationKey , Controller :: ControllerTypePosition >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/KeyframeController.h:104:0: style: Class 'Ovito :: KeyframeControllerTemplate < PositionSplineAnimationKey , Ovito :: SplineKeyInterpolator < PositionSplineAnimationKey > , Controller :: ControllerTypePosition >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/TCBInterpolationControllers.h:178:14: style: Class 'TCBPositionController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/TCBInterpolationControllers.h:165:0: style: Class 'Ovito :: TCBControllerBase < PositionTCBAnimationKey , Controller :: ControllerTypePosition >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/animation/controller/KeyframeController.h:104:0: style: Class 'Ovito :: KeyframeControllerTemplate < PositionTCBAnimationKey , Ovito :: TCBKeyInterpolator < PositionTCBAnimationKey > , Controller :: ControllerTypePosition >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/app/Application.h:130:7: style: Member variable 'Application::_consoleMode' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/app/Application.cpp:51:44: note: Member variable 'Application::_consoleMode' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/app/Application.h:130:7: note: Member variable 'Application::_consoleMode' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.cpp:86:55: style: Function 'beginCompoundOperation' argument 1 names different: declaration 'text' definition 'displayName'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:222:45: note: Function 'beginCompoundOperation' argument 1 names different: declaration 'text' definition 'displayName'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.cpp:86:55: note: Function 'beginCompoundOperation' argument 1 names different: declaration 'text' definition 'displayName'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:108:12: style: Member variable 'SimpleValueChangeOperation::_oldValue' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:87:3: note: Member variable 'SimpleValueChangeOperation::_oldValue' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:108:12: note: Member variable 'SimpleValueChangeOperation::_oldValue' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:102:17: style: Member variable 'SimpleValueChangeOperation::_getterFunc' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:88:3: note: Member variable 'SimpleValueChangeOperation::_getterFunc' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:102:17: note: Member variable 'SimpleValueChangeOperation::_getterFunc' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:465:6: style: Member variable 'UndoStack::_undoLimit' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.cpp:46:41: note: Member variable 'UndoStack::_undoLimit' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:465:6: note: Member variable 'UndoStack::_undoLimit' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:168:2: style: Class 'TargetChangedUndoOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:188:2: style: Class 'TargetChangedRedoOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:402:3: style: Class 'CompoundOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:489:2: style: Class 'UndoSuspender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/UndoStack.h:490:2: style: Class 'UndoSuspender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/AttributeFileExporter.h:39:14: style: Class 'AttributeFileExporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.cpp:98:8: style: The scope of the variable 'startIndex' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.cpp:230:48: style: Function 'requestFrame' argument 1 names different: declaration 'frameIndex' definition 'frame'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.h:82:37: note: Function 'requestFrame' argument 1 names different: declaration 'frameIndex' definition 'frame'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.cpp:230:48: note: Function 'requestFrame' argument 1 names different: declaration 'frameIndex' definition 'frame'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.cpp:450:18: style: Variable 'numFrames' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.cpp:130:8: style: Member variable 'SetSourceOperation::_oldUrl' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.cpp:121:52: note: Member variable 'SetSourceOperation::_oldUrl' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.cpp:130:8: note: Member variable 'SetSourceOperation::_oldUrl' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.h:44:14: style: Class 'FileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.cpp:121:3: style: Class 'SetSourceOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.cpp:326:16: warning: Access of moved variable '_activeFrameLoader'. [accessMoved]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.cpp:325:65: note: Calling std::move(_activeFrameLoader)
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/dataset/importexport/FileSource.cpp:326:16: note: $symbol:_activeFrameLoader
Access of moved variable '$symbol'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/object/OvitoObject.h:185:0: error: syntax error [syntaxError]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyField.h:37:1: style: The class 'PropertyFieldBase' does not have a constructor although it has private member variables. [noConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyField.h:124:17: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyField.h:179:22: style: Member variable 'PropertyChangeOperation::_owner' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyField.h:162:66: note: Member variable 'PropertyChangeOperation::_owner' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyField.h:179:22: note: Member variable 'PropertyChangeOperation::_owner' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:190:14: style: Member variable 'PropertyFieldDescriptor::_identifier' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:89:46: note: Member variable 'PropertyFieldDescriptor::_identifier' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:190:14: note: Member variable 'PropertyFieldDescriptor::_identifier' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:193:25: style: Member variable 'PropertyFieldDescriptor::_targetClassDescriptor' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:104:46: note: Member variable 'PropertyFieldDescriptor::_targetClassDescriptor' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:193:25: note: Member variable 'PropertyFieldDescriptor::_targetClassDescriptor' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:190:14: style: Member variable 'PropertyFieldDescriptor::_identifier' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:104:83: note: Member variable 'PropertyFieldDescriptor::_identifier' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:190:14: note: Member variable 'PropertyFieldDescriptor::_identifier' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:193:25: style: Member variable 'PropertyFieldDescriptor::_targetClassDescriptor' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:119:46: note: Member variable 'PropertyFieldDescriptor::_targetClassDescriptor' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:193:25: note: Member variable 'PropertyFieldDescriptor::_targetClassDescriptor' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:190:14: style: Member variable 'PropertyFieldDescriptor::_identifier' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:119:83: note: Member variable 'PropertyFieldDescriptor::_identifier' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyFieldDescriptor.h:190:14: note: Member variable 'PropertyFieldDescriptor::_identifier' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyField.h:164:4: performance: Variable '_oldValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyField.h:99:2: style: Class 'PropertyField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/PropertyField.h:162:3: style: Class 'PropertyChangeOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/RefMaker.h:56:2: style: Class 'RefMaker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/reference/RefTarget.h:73:2: style: Class 'RefTarget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/rendering/ArrowPrimitive.h:95:14: style: Member variable 'ArrowPrimitive::_shadingMode' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/rendering/ArrowPrimitive.h:61:18: note: Member variable 'ArrowPrimitive::_shadingMode' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/rendering/ArrowPrimitive.h:95:14: note: Member variable 'ArrowPrimitive::_shadingMode' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/rendering/FrameBuffer.h:115:2: style: Class 'FrameBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/rendering/RenderSettings.h:54:14: style: Class 'RenderSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/rendering/noninteractive/DefaultMarkerPrimitive.h:38:2: style: Class 'DefaultMarkerPrimitive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/scene/objects/camera/CameraObject.h:104:14: style: Class 'CameraDisplayObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/scene/objects/helpers/TargetObject.h:60:14: style: Class 'TargetDisplayObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/Exception.h:90:2: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/concurrent/Promise.cpp:238:40: style: Function 'setProgressValue' argument 1 names different: declaration 'progressValue' definition 'value'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/concurrent/Promise.h:73:31: note: Function 'setProgressValue' argument 1 names different: declaration 'progressValue' definition 'value'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/concurrent/Promise.cpp:238:40: note: Function 'setProgressValue' argument 1 names different: declaration 'progressValue' definition 'value'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/concurrent/Promise.h:248:2: performance: Technically the member function 'Ovito::Promise < void >::Promise' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/concurrent/PromiseWatcher.h:46:2: style: Class 'PromiseWatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/concurrent/Promise.h:145:2: style: Class 'PromiseBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/concurrent/Task.h:70:2: style: Class 'SynchronousTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/io/ObjectSaveStream.cpp:96:7: style: Reading from empty STL container 'classes' [reademptycontainer]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:517:5: style: Condition 'frame' is always false [knownConditionTrueFalse]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:511:15: note: Assignment 'frame=false', assigned value is 0
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:517:5: note: Condition 'frame' is always false
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:519:5: style: Condition 'parity' is always true [knownConditionTrueFalse]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:509:15: note: Assignment 'parity=1', assigned value is 1
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:519:5: note: Condition 'parity' is always true
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:531:5: style: Condition 'repetition' is always false [knownConditionTrueFalse]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:510:20: note: Assignment 'repetition=false', assigned value is 0
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:531:5: note: Condition 'repetition' is always false
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:572:8: style: Condition 'repetition' is always false [knownConditionTrueFalse]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:563:20: note: Assignment 'repetition=false', assigned value is 0
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:572:8: note: Condition 'repetition' is always false
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:599:8: style: Condition 'parity' is always true [knownConditionTrueFalse]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:562:15: note: Assignment 'parity=1', assigned value is 1
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:599:8: note: Condition 'parity' is always true
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:604:8: style: Condition 'frame' is always false [knownConditionTrueFalse]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:564:15: note: Assignment 'frame=false', assigned value is 0
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:604:8: note: Condition 'frame' is always false
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Quaternion.h:365:5: style: Condition 'frame' is always false [knownConditionTrueFalse]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Quaternion.h:359:15: note: Assignment 'frame=false', assigned value is 0
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Quaternion.h:365:5: note: Condition 'frame' is always false
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Quaternion.h:367:5: style: Condition 'parity' is always true [knownConditionTrueFalse]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Quaternion.h:357:15: note: Assignment 'parity=1', assigned value is 1
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Quaternion.h:367:5: note: Condition 'parity' is always true
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Quaternion.h:385:5: style: Condition 'repetition' is always false [knownConditionTrueFalse]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Quaternion.h:358:20: note: Assignment 'repetition=false', assigned value is 0
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Quaternion.h:385:5: note: Condition 'repetition' is always false
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Vector3.h:109:19: style: Class 'Vector_3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Vector4.h:99:19: style: Class 'Vector_4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Point3.h:121:19: style: Class 'Point_3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:122:19: style: Class 'Matrix_3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix3.h:132:19: style: Class 'Matrix_3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Scaling.h:72:19: style: Class 'ScalingT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/AffineTransformation.h:147:19: style: Class 'AffineTransformationT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/AffineTransformation.h:161:19: style: Class 'AffineTransformationT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/AffineTransformation.h:178:28: style: Class 'AffineTransformationT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Rotation.h:105:19: style: Class 'RotationT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix4.h:154:28: style: Class 'Matrix_4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix4.h:188:19: style: Class 'Matrix_4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/linalg/Matrix4.h:202:19: style: Class 'Matrix_4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/mesh/TriMesh.cpp:186:0: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/mesh/TriMesh.h:353:7: performance: Technically the member function 'Ovito::TriMesh::invalidateFaces' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/core/utilities/units/UnitsManager.h:358:2: style: Class 'UnitsManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/actions/ActionManager.h:144:2: style: Class 'ActionManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/app/GuiApplication.cpp:203:51: style: Function 'reportError' argument 1 names different: declaration 'exception' definition 'ex'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/app/GuiApplication.h:42:44: note: Function 'reportError' argument 1 names different: declaration 'exception' definition 'ex'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/app/GuiApplication.cpp:203:51: note: Function 'reportError' argument 1 names different: declaration 'exception' definition 'ex'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/dataset/GuiDataSetContainer.cpp:268:39: style: Variable 'replaceSourceButton' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/dataset/GuiDataSetContainer.h:38:2: style: Class 'GuiDataSetContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/dataset/GuiDataSetContainer.cpp:203:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/dataset/importexport/AttributeFileExporterEditor.h:38:14: warning: Member variable 'AttributeFileExporterEditor::_columnMappingWidget' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/dialogs/ApplicationSettingsDialog.h:74:2: style: Class 'ApplicationSettingsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/mainwin/ViewportsPanel.cpp:76:0: style: Variable 'viewportWindow' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/mainwin/cmdpanel/OverlayCommandPage.h:112:3: style: Class 'OverlayListItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/mainwin/cmdpanel/ModifierListBox.cpp:307:35: warning: Either the condition 'currentItem' is redundant or there is possible null pointer dereference: currentItem. [nullPointerRedundantCheck]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/mainwin/cmdpanel/ModifierListBox.cpp:300:8: note: Assuming that condition 'currentItem' is not redundant
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/mainwin/cmdpanel/ModifierListBox.cpp:307:35: note: Null pointer dereference
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/mainwin/cmdpanel/ModifierListBox.cpp:184:3: style: Class 'MyFilterModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/mainwin/cmdpanel/ModifyCommandPage.cpp:62:3: style: Class 'ModifierStackListView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/mainwin/cmdpanel/OverlayCommandPage.cpp:51:0: error: syntax error [syntaxError]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/properties/RefTargetListParameterUI.cpp:69:4: style: Class 'MyListView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/properties/RefTargetListParameterUI.cpp:91:4: style: Class 'MyTableView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/rendering/ViewportSceneRenderer.h:39:2: style: Class 'ViewportSceneRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/viewport/input/NavigationModes.h:215:3: performance: Variable '_hoverCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/viewport/input/NavigationModes.h:126:2: style: Class 'OrbitMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/viewport/input/NavigationModes.h:146:2: style: Class 'PanMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/viewport/input/NavigationModes.h:167:2: style: Class 'ZoomMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/viewport/input/NavigationModes.h:194:2: style: Class 'FOVMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/viewport/input/NavigationModes.h:214:2: style: Class 'PickOrbitCenterMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/viewport/input/XFormModes.h:190:2: style: Class 'MoveMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/viewport/input/XFormModes.h:239:2: style: Class 'RotateMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/viewport/overlay/MoveOverlayInputMode.h:41:2: style: Class 'MoveOverlayInputMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/viewport/overlay/TextLabelOverlayEditor.cpp:63:3: style: Class 'ObjectNodeComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/widgets/animation/AnimationTimeSlider.cpp:136:33: warning: Redundant assignment of 'ticksevery' to itself. [selfAssignment]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/widgets/display/CoordinateDisplayWidget.cpp:50:3: style: Class 'ShortLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/widgets/general/RolloutContainer.h:85:29: performance: Technically the member function 'Ovito::RolloutInsertionParameters::insertInto' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/widgets/general/RolloutContainer.h:213:2: style: Class 'RolloutContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/gui/widgets/rendering/FrameBufferWindow.cpp:38:3: style: Class 'MyScrollArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLArrowPrimitive.cpp:611:33: style: Variable 'stripVerticesPerElement' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLArrowPrimitive.cpp:616:31: style: Variable 'fanVerticesPerElement' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLSceneRenderer.h:55:2: warning: Member variable 'OpenGLSceneRenderer::_glFunctions20' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLSceneRenderer.h:55:2: warning: Member variable 'OpenGLSceneRenderer::_glFunctions30' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLSceneRenderer.h:55:2: warning: Member variable 'OpenGLSceneRenderer::_glFunctions32' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLSceneRenderer.h:55:2: warning: Member variable 'OpenGLSceneRenderer::_isCoreProfile' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLSceneRenderer.h:55:2: warning: Member variable 'OpenGLSceneRenderer::_usePointSprites' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLSceneRenderer.h:55:2: warning: Member variable 'OpenGLSceneRenderer::_useGeometryShaders' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLSceneRenderer.h:55:2: warning: Member variable 'OpenGLSceneRenderer::_translucentPass' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: style: Member variable 'Ovito :: OpenGLBuffer < VertexWithNormal >::_buffer' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: note: Member variable 'Ovito :: OpenGLBuffer < VertexWithNormal >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: note: Member variable 'Ovito :: OpenGLBuffer < VertexWithNormal >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: style: Member variable 'Ovito :: OpenGLBuffer < VertexWithElementInfo >::_buffer' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: note: Member variable 'Ovito :: OpenGLBuffer < VertexWithElementInfo >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: note: Member variable 'Ovito :: OpenGLBuffer < VertexWithElementInfo >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:183:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < VertexWithNormal >::detach' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:208:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < VertexWithNormal >::detachPositions' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:239:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < VertexWithNormal >::detachColors' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:269:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < VertexWithNormal >::detachNormals' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:183:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < VertexWithElementInfo >::detach' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:208:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < VertexWithElementInfo >::detachPositions' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:239:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < VertexWithElementInfo >::detachColors' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:269:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < VertexWithElementInfo >::detachNormals' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLSceneRenderer.h:55:2: style: Class 'OpenGLSceneRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: style: Class 'Ovito :: OpenGLBuffer < VertexWithNormal >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: style: Class 'Ovito :: OpenGLBuffer < VertexWithElementInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLSharedResource.h:42:6: warning: Class 'OpenGLSharedResource' which has virtual members does not have a virtual destructor. [virtualDestructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: style: Member variable 'Ovito :: OpenGLBuffer < Point_3 < float > >::_buffer' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: note: Member variable 'Ovito :: OpenGLBuffer < Point_3 < float > >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: note: Member variable 'Ovito :: OpenGLBuffer < Point_3 < float > >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: style: Member variable 'Ovito :: OpenGLBuffer < ColorAT < float > >::_buffer' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: note: Member variable 'Ovito :: OpenGLBuffer < ColorAT < float > >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: note: Member variable 'Ovito :: OpenGLBuffer < ColorAT < float > >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: style: Member variable 'Ovito :: OpenGLBuffer < Vector_3 < float > >::_buffer' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: note: Member variable 'Ovito :: OpenGLBuffer < Vector_3 < float > >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: note: Member variable 'Ovito :: OpenGLBuffer < Vector_3 < float > >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: style: Member variable 'Ovito :: OpenGLBuffer < GLuint >::_buffer' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: note: Member variable 'Ovito :: OpenGLBuffer < GLuint >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: note: Member variable 'Ovito :: OpenGLBuffer < GLuint >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:183:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Point_3 < float > >::detach' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:208:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Point_3 < float > >::detachPositions' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:239:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Point_3 < float > >::detachColors' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:269:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Point_3 < float > >::detachNormals' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:183:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < ColorAT < float > >::detach' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:208:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < ColorAT < float > >::detachPositions' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:239:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < ColorAT < float > >::detachColors' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:269:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < ColorAT < float > >::detachNormals' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:183:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Vector_3 < float > >::detach' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:208:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Vector_3 < float > >::detachPositions' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:239:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Vector_3 < float > >::detachColors' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:269:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Vector_3 < float > >::detachNormals' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:183:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < GLuint >::detach' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:208:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < GLuint >::detachPositions' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:239:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < GLuint >::detachColors' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:269:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < GLuint >::detachNormals' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: style: Class 'Ovito :: OpenGLBuffer < Point_3 < float > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: style: Class 'Ovito :: OpenGLBuffer < ColorAT < float > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: style: Class 'Ovito :: OpenGLBuffer < Vector_3 < float > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: style: Class 'Ovito :: OpenGLBuffer < GLuint >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: style: Member variable 'Ovito :: OpenGLBuffer < ColoredVertexWithNormal >::_buffer' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: note: Member variable 'Ovito :: OpenGLBuffer < ColoredVertexWithNormal >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: note: Member variable 'Ovito :: OpenGLBuffer < ColoredVertexWithNormal >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:183:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < ColoredVertexWithNormal >::detach' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:208:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < ColoredVertexWithNormal >::detachPositions' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:239:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < ColoredVertexWithNormal >::detachColors' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:269:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < ColoredVertexWithNormal >::detachNormals' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: style: Class 'Ovito :: OpenGLBuffer < ColoredVertexWithNormal >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: style: Member variable 'Ovito :: OpenGLBuffer < Point_2 < float > >::_buffer' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: note: Member variable 'Ovito :: OpenGLBuffer < Point_2 < float > >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:281:0: note: Member variable 'Ovito :: OpenGLBuffer < Point_2 < float > >::_buffer' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:183:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Point_2 < float > >::detach' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:208:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Point_2 < float > >::detachPositions' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:239:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Point_2 < float > >::detachColors' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:269:0: performance: Technically the member function 'Ovito :: OpenGLBuffer < Point_2 < float > >::detachNormals' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLBuffer.h:45:0: style: Class 'Ovito :: OpenGLBuffer < Point_2 < float > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/OpenGLSharedResource.cpp:167:37: style: Variable 'manager' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/opengl_renderer/StandardSceneRenderer.h:42:14: style: Class 'StandardSceneRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:206:10: style: Member variable 'CorrelationAnalysisEngine::_vecComponent1' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:114:39: note: Member variable 'CorrelationAnalysisEngine::_vecComponent1' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:206:10: note: Member variable 'CorrelationAnalysisEngine::_vecComponent1' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:207:10: style: Member variable 'CorrelationAnalysisEngine::_vecComponent2' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:115:39: note: Member variable 'CorrelationAnalysisEngine::_vecComponent2' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:207:10: note: Member variable 'CorrelationAnalysisEngine::_vecComponent2' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:208:13: style: Member variable 'CorrelationAnalysisEngine::_fftGridSpacing' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:116:23: note: Member variable 'CorrelationAnalysisEngine::_fftGridSpacing' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:208:13: note: Member variable 'CorrelationAnalysisEngine::_fftGridSpacing' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:211:26: style: Member variable 'CorrelationAnalysisEngine::_averagingDirection' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:120:4: note: Member variable 'CorrelationAnalysisEngine::_averagingDirection' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/correlation/CorrelationFunctionModifier.h:211:26: note: Member variable 'CorrelationAnalysisEngine::_averagingDirection' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/AsynchronousParticleModifier.h:46:3: style: Class 'ComputeEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/ClusterGraph.cpp:39:15: warning: Member variable 'ClusterGraph::_clusters' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/ClusterGraph.cpp:39:15: warning: Member variable 'ClusterGraph::_clusterMap' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/ClusterGraph.cpp:39:15: warning: Member variable 'ClusterGraph::_clusterTransitions' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/ClusterGraph.cpp:39:15: warning: Member variable 'ClusterGraph::_clusterPool' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/ClusterGraph.cpp:39:15: warning: Member variable 'ClusterGraph::_clusterTransitionPool' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/ClusterGraph.cpp:39:15: warning: Member variable 'ClusterGraph::_disconnectedClusters' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/ClusterGraph.h:34:1: warning: The class 'ClusterGraph' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/DislocationNetwork.h:53:2: warning: Member variable 'DislocationNode::segment' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/DislocationNetwork.h:53:2: warning: Member variable 'DislocationNode::oppositeNode' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/DislocationNetwork.h:158:2: warning: Member variable 'DislocationSegment::id' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/DislocationNetwork.cpp:32:2: performance: Variable '_clusterGraph' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/DislocationNetwork.h:262:2: style: Class 'DislocationNetwork' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/data/DislocationNetwork.h:257:1: warning: The class 'DislocationNetwork' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/exporter/CAExporter.cpp:244:4: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/exporter/CAExporter.h:39:14: style: Class 'CAExporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/gui/modifier/DislocationAnalysisModifierEditor.h:40:2: style: Class 'DislocationTypeListParameterUI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/gui/modifier/ElasticStrainModifierEditor.h:38:14: warning: Member variable 'ElasticStrainModifierEditor::_caRatioUI' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/gui/objects/patterns/PatternCatalogEditor.h:38:14: warning: Member variable 'PatternCatalogEditor::typesListUI' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/gui/objects/patterns/StructurePatternEditor.h:38:14: warning: Member variable 'StructurePatternEditor::familiesListUI' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/gui/util/DislocationInformationApplet.cpp:56:0: style: Variable 'pickModeAction' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/gui/util/DislocationInformationApplet.h:42:14: warning: Member variable 'DislocationInformationApplet::_mainWindow' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/gui/util/DislocationInformationApplet.h:42:14: warning: Member variable 'DislocationInformationApplet::_infoDisplay' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/gui/util/DislocationInformationApplet.h:42:14: warning: Member variable 'DislocationInformationApplet::_inputMode' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/gui/util/DislocationInformationApplet.h:76:2: style: Class 'DislocationInformationInputMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/importer/CAImporter.h:45:14: style: Class 'CAImporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/ConstructSurfaceModifier.cpp:46:27: warning: Member variable 'ConstructSurfaceModifier::_isCompletelySolid' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/ConstructSurfaceModifier.h:76:3: warning: Member variable 'ConstructSurfaceEngine::_solidVolume' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/ConstructSurfaceModifier.h:76:3: warning: Member variable 'ConstructSurfaceEngine::_surfaceArea' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/ConstructSurfaceModifier.h:105:13: style: Member variable 'ConstructSurfaceEngine::_radius' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/ConstructSurfaceModifier.h:77:102: note: Member variable 'ConstructSurfaceEngine::_radius' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/ConstructSurfaceModifier.h:105:13: note: Member variable 'ConstructSurfaceEngine::_radius' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/ConstructSurfaceModifier.h:109:48: style: Member variable 'ConstructSurfaceEngine::_mesh' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/ConstructSurfaceModifier.h:77:179: note: Member variable 'ConstructSurfaceEngine::_mesh' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/ConstructSurfaceModifier.h:109:48: note: Member variable 'ConstructSurfaceEngine::_mesh' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/ConstructSurfaceModifier.h:40:14: style: Class 'ConstructSurfaceModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/SliceSurfaceModifier.h:42:14: style: Class 'SliceSurfaceFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/SliceSurfaceModifier.h:66:14: style: Class 'SliceDislocationsFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/SmoothDislocationsModifier.h:39:14: style: Class 'SmoothDislocationsModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/SmoothSurfaceModifier.h:39:14: style: Class 'SmoothSurfaceModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/CrystalPathFinder.h:74:3: warning: Member variable 'PathNode::distance' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.h:47:3: warning: Member variable 'TessellationEdge::nextLeavingEdge' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.h:47:3: warning: Member variable 'TessellationEdge::nextArrivingEdge' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/InterfaceMesh.h:81:2: warning: Member variable 'InterfaceMesh::_isCompletelyGood' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/InterfaceMesh.h:81:2: warning: Member variable 'InterfaceMesh::_isCompletelyBad' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.h:180:31: style: Member variable 'ElasticMapping::_edgePool' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.h:89:3: note: Member variable 'ElasticMapping::_edgePool' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.h:180:31: note: Member variable 'ElasticMapping::_edgePool' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.h:177:62: style: Member variable 'ElasticMapping::_vertexEdges' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.h:90:3: note: Member variable 'ElasticMapping::_vertexEdges' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.h:177:62: note: Member variable 'ElasticMapping::_vertexEdges' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:121:51: style: Member variable 'DislocationTracer::_network' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:50:3: note: Member variable 'DislocationTracer::_network' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:121:51: note: Member variable 'DislocationTracer::_network' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:127:6: style: Member variable 'DislocationTracer::_maxBurgersCircuitSize' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:53:3: note: Member variable 'DislocationTracer::_maxBurgersCircuitSize' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:127:6: note: Member variable 'DislocationTracer::_maxBurgersCircuitSize' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/InterfaceMesh.h:81:2: style: Class 'InterfaceMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationAnalysisModifier.h:47:14: style: Class 'DislocationAnalysisModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationAnalysisModifier.cpp:63:30: warning: Member variable 'DislocationAnalysisModifier::_isGoodEverywhere' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationAnalysisModifier.cpp:63:30: warning: Member variable 'DislocationAnalysisModifier::_isBadEverywhere' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:95:7: performance: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryRemoveTwoCircuitEdges' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.cpp:685:25: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryRemoveTwoCircuitEdges' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:95:7: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryRemoveTwoCircuitEdges' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:96:7: performance: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryRemoveThreeCircuitEdges' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.cpp:714:25: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryRemoveThreeCircuitEdges' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:96:7: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryRemoveThreeCircuitEdges' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:97:7: performance: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryRemoveOneCircuitEdge' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.cpp:756:25: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryRemoveOneCircuitEdge' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:97:7: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryRemoveOneCircuitEdge' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:98:7: performance: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::trySweepTwoFacets' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.cpp:808:25: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::trySweepTwoFacets' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:98:7: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::trySweepTwoFacets' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:99:7: performance: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryInsertOneCircuitEdge' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.cpp:862:25: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryInsertOneCircuitEdge' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:99:7: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::tryInsertOneCircuitEdge' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:100:7: style: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::appendLinePoint' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.cpp:907:25: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::appendLinePoint' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:100:7: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::appendLinePoint' can be const.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:101:7: performance: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::circuitCircuitIntersection' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.cpp:935:25: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::circuitCircuitIntersection' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/DislocationTracer.h:101:7: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DislocationTracer::circuitCircuitIntersection' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.h:151:6: style: Unused private function: 'ElasticMapping::edgeCount' [unusedPrivateFunction]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.h:120:7: performance: Technically the member function 'Ovito::Plugins::CrystalAnalysis::ElasticMapping::reconstructIdealEdgeVectors' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.cpp:207:22: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::ElasticMapping::reconstructIdealEdgeVectors' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/ElasticMapping.h:120:7: note: Technically the member function 'Ovito::Plugins::CrystalAnalysis::ElasticMapping::reconstructIdealEdgeVectors' can be static.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/InterfaceMesh.cpp:61:115: style: Function 'createMesh' argument 3 names different: declaration 'progress' definition 'promise'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/InterfaceMesh.h:99:101: note: Function 'createMesh' argument 3 names different: declaration 'progress' definition 'promise'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/InterfaceMesh.cpp:61:115: note: Function 'createMesh' argument 3 names different: declaration 'progress' definition 'promise'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/PlanarDefectIdentification.h:43:2: style: Class 'PlanarDefectIdentification' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/dxa/StructureAnalysis.cpp:697:72: error: Uninitialized variable: coordinationType [uninitvar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/elasticstrain/ElasticStrainModifier.h:41:14: style: Class 'ElasticStrainModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/grains/GrainSegmentationEngine.cpp:391:10: style: The scope of the variable 'atomicGrain' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/grains/GrainSegmentationEngine.h:95:3: warning: Member variable 'Grain::id' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/grains/GrainSegmentationEngine.h:164:6: style: Member variable 'GrainSegmentationEngine::_inputCrystalStructure' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/grains/GrainSegmentationEngine.cpp:43:2: note: Member variable 'GrainSegmentationEngine::_inputCrystalStructure' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/grains/GrainSegmentationEngine.h:164:6: note: Member variable 'GrainSegmentationEngine::_inputCrystalStructure' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/grains/GrainSegmentationModifier.h:43:14: style: Class 'GrainSegmentationModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/modifier/grains/GrainSegmentationModifier.cpp:60:28: warning: Member variable 'GrainSegmentationModifier::_spaceFillingRegion' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/dislocations/DislocationDisplay.cpp:349:45: style: The scope of the variable 'segmentCallback' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/dislocations/DislocationDisplay.h:75:34: style: Member variable 'DislocationPickInfo::_dislocationObj' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/dislocations/DislocationDisplay.h:49:31: note: Member variable 'DislocationPickInfo::_dislocationObj' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/dislocations/DislocationDisplay.h:75:34: note: Member variable 'DislocationPickInfo::_dislocationObj' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/dislocations/DislocationDisplay.h:107:14: style: Class 'DislocationDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/partition_mesh/PartitionMeshDisplay.h:96:8: style: Member variable 'PrepareMeshEngine::_flipOrientation' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/partition_mesh/PartitionMeshDisplay.h:83:113: note: Member variable 'PrepareMeshEngine::_flipOrientation' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/partition_mesh/PartitionMeshDisplay.h:96:8: note: Member variable 'PrepareMeshEngine::_flipOrientation' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/partition_mesh/PartitionMeshDisplay.h:45:14: style: Class 'PartitionMeshDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/patterns/StructurePattern.h:58:14: style: Class 'StructurePattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/patterns/PatternCatalog.h:39:14: style: Class 'PatternCatalog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/objects/slip_surface/SlipSurfaceDisplay.h:45:14: style: Class 'SlipSurfaceDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/scripting/PythonInterface.cpp:172:0: error: Syntax error in #if [preprocessorErrorDirective]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/crystalanalysis/util/DelaunayTessellation.h:126:15: performance: Technically the member function 'Ovito::Plugins::CrystalAnalysis::DelaunayTessellation::begin_cells' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/mesh/import/VTKFileImporter.h:41:14: style: Class 'VTKFileImporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/mesh/scripting/PythonInterface.cpp:32:0: error: syntax error [syntaxError]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.cpp:539:9: style: The scope of the variable 'nDimsDetected' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.cpp:539:29: style: The scope of the variable 'componentCount' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.cpp:539:49: style: The scope of the variable 'nativeComponentCount' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:92:3: warning: Member variable 'NetCDFImportTask::_frame_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:92:3: warning: Member variable 'NetCDFImportTask::_atom_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:92:3: warning: Member variable 'NetCDFImportTask::_spatial_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:92:3: warning: Member variable 'NetCDFImportTask::_Voigt_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:92:3: warning: Member variable 'NetCDFImportTask::_sph_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:92:3: warning: Member variable 'NetCDFImportTask::_dem_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:92:3: warning: Member variable 'NetCDFImportTask::_cell_origin_var' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:92:3: warning: Member variable 'NetCDFImportTask::_cell_lengths_var' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:92:3: warning: Member variable 'NetCDFImportTask::_cell_angles_var' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:92:3: warning: Member variable 'NetCDFImportTask::_shear_dx_var' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:97:3: warning: Member variable 'NetCDFImportTask::_frame_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:97:3: warning: Member variable 'NetCDFImportTask::_atom_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:97:3: warning: Member variable 'NetCDFImportTask::_spatial_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:97:3: warning: Member variable 'NetCDFImportTask::_Voigt_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:97:3: warning: Member variable 'NetCDFImportTask::_sph_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:97:3: warning: Member variable 'NetCDFImportTask::_dem_dim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:97:3: warning: Member variable 'NetCDFImportTask::_cell_origin_var' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:97:3: warning: Member variable 'NetCDFImportTask::_cell_lengths_var' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:97:3: warning: Member variable 'NetCDFImportTask::_cell_angles_var' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/NetCDFImporter.h:97:3: warning: Member variable 'NetCDFImportTask::_shear_dx_var' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/netcdf/PythonInterface.cpp:32:0: error: syntax error [syntaxError]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/openbabel/PythonInterface.cpp:32:0: error: syntax error [syntaxError]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/BondProperty.h:33:1: warning: The class 'BondProperty' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/BondsStorage.h:76:10: style: Member variable 'bond_index_iterator::_currentIndex' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/BondsStorage.h:72:46: note: Member variable 'bond_index_iterator::_currentIndex' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/BondsStorage.h:76:10: note: Member variable 'bond_index_iterator::_currentIndex' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/BondsStorage.h:76:10: style: Member variable 'bond_index_iterator::_currentIndex' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/BondsStorage.h:74:19: note: Member variable 'bond_index_iterator::_currentIndex' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/BondsStorage.h:76:10: note: Member variable 'bond_index_iterator::_currentIndex' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/BondsStorage.h:99:2: style: Class 'ParticleBondMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/FieldQuantity.h:33:1: warning: The class 'FieldQuantity' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/ParticleProperty.h:33:1: warning: The class 'ParticleProperty' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.cpp:159:23: style: Unsigned variable 'newSize' can't be negative so it is unnecessary to test it. [unsignedPositive]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.h:489:9: style: Member variable 'PropertyBase::_dataTypeSize' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.cpp:31:16: note: Member variable 'PropertyBase::_dataTypeSize' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.h:489:9: note: Member variable 'PropertyBase::_dataTypeSize' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.h:486:6: style: Member variable 'PropertyBase::_dataType' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.cpp:32:19: note: Member variable 'PropertyBase::_dataType' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.h:486:6: note: Member variable 'PropertyBase::_dataType' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.h:486:6: style: Member variable 'PropertyBase::_dataType' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.cpp:40:21: note: Member variable 'PropertyBase::_dataType' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.h:486:6: note: Member variable 'PropertyBase::_dataType' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.h:483:10: style: Member variable 'PropertyBase::_name' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.cpp:41:54: note: Member variable 'PropertyBase::_name' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.h:483:10: note: Member variable 'PropertyBase::_name' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/data/PropertyBase.h:33:1: warning: The class 'PropertyBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/export/OutputColumnMapping.h:49:2: style: Class 'OutputColumnMapping' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/export/FileColumnParticleExporter.h:39:2: style: Class 'FileColumnParticleExporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/export/FileColumnParticleExporterEditor.h:41:14: warning: Member variable 'FileColumnParticleExporterEditor::_columnMappingWidget' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/modifier/analysis/scatterplot/ScatterPlotModifierEditor.cpp:213:3: style: Class 'ColorMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/modifier/coloring/ColorLegendOverlayEditor.cpp:64:3: style: Class 'ModifierComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/modifier/modify/CreateBondsModifierEditor.h:60:3: style: Class 'PairCutoffTableModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/modifier/modify/SliceModifierEditor.h:44:14: warning: Member variable 'SliceModifierEditor::_pickParticlePlaneInputMode' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/modifier/modify/SliceModifierEditor.h:44:14: warning: Member variable 'SliceModifierEditor::_pickParticlePlaneInputModeAction' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/modifier/modify/SliceModifierEditor.h:83:2: style: Class 'PickParticlePlaneInputMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/modifier/selection/ManualSelectionModifierEditor.cpp:49:2: style: Class 'SelectParticleInputMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/modifier/selection/ManualSelectionModifierEditor.cpp:78:2: style: Class 'FenceParticleInputMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/objects/SimulationCellObjectEditor.cpp:132:11: style: Variable 'xyz' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/objects/SimulationCellObjectEditor.h:38:14: warning: Member variable 'SimulationCellEditor::simCellSizeSpinners' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/objects/SimulationCellObjectEditor.h:38:14: warning: Member variable 'SimulationCellEditor::pbczPUI' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/objects/SimulationCellObjectEditor.h:38:14: warning: Member variable 'SimulationCellEditor::zvectorPUI' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/objects/SimulationCellObjectEditor.h:38:14: warning: Member variable 'SimulationCellEditor::zoriginPUI' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/BondPropertyComboBox.h:41:2: style: Class 'BondPropertyComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/BondPropertyParameterUI.cpp:111:0: style: Variable 'initialIndex' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/CreateTrajectoryApplet.cpp:249:67: warning: Either the condition 'inputNode' is redundant or there is possible null pointer dereference: inputNode. [nullPointerRedundantCheck]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/CreateTrajectoryApplet.cpp:191:6: note: Assuming that condition 'inputNode' is not redundant
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/CreateTrajectoryApplet.cpp:249:67: note: Null pointer dereference
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/CutoffRadiusPresetsUI.cpp:135:2: performance: Variable '_comboBox' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/FieldQuantityComboBox.h:41:2: style: Class 'FieldQuantityComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/FieldQuantityParameterUI.cpp:111:0: style: Variable 'initialIndex' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleInformationApplet.h:43:14: warning: Member variable 'ParticleInformationApplet::_mainWindow' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleInformationApplet.h:43:14: warning: Member variable 'ParticleInformationApplet::_expressionEdit' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleInformationApplet.h:43:14: warning: Member variable 'ParticleInformationApplet::_infoDisplay' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleInformationApplet.h:43:14: warning: Member variable 'ParticleInformationApplet::_displayHeader' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleInformationApplet.h:43:14: warning: Member variable 'ParticleInformationApplet::_inputMode' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleInformationApplet.h:89:2: style: Class 'ParticleInformationInputMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticlePropertyComboBox.h:41:2: style: Class 'ParticlePropertyComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticlePropertyParameterUI.cpp:123:0: style: Variable 'initialIndex' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleSettingsPage.h:38:14: warning: Member variable 'ParticleSettingsPage::_predefTypesTable' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleSettingsPage.h:38:14: warning: Member variable 'ParticleSettingsPage::_particleTypesItem' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleSettingsPage.h:38:14: warning: Member variable 'ParticleSettingsPage::_structureTypesItem' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleSettingsPage.cpp:33:2: style: Class 'NameColumnDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleSettingsPage.cpp:40:2: style: Class 'RadiusColumnDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/gui/util/ParticleSettingsPage.cpp:80:2: style: Class 'ColorColumnDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/InputColumnMapping.cpp:216:79: style: Function 'readParticle' argument 2 names different: declaration 'dataLine' definition 's'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/InputColumnMapping.h:171:61: note: Function 'readParticle' argument 2 names different: declaration 'dataLine' definition 's'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/InputColumnMapping.cpp:216:79: note: Function 'readParticle' argument 2 names different: declaration 'dataLine' definition 's'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/InputColumnMapping.cpp:216:94: style: Function 'readParticle' argument 3 names different: declaration 'dataLineEnd' definition 's_end'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/InputColumnMapping.h:171:83: note: Function 'readParticle' argument 3 names different: declaration 'dataLineEnd' definition 's_end'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/InputColumnMapping.cpp:216:94: note: Function 'readParticle' argument 3 names different: declaration 'dataLineEnd' definition 's_end'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/InputColumnMapping.cpp:251:72: style: Function 'readParticle' argument 2 names different: declaration 'dataLine' definition 's'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/InputColumnMapping.h:164:54: note: Function 'readParticle' argument 2 names different: declaration 'dataLine' definition 's'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/InputColumnMapping.cpp:251:72: note: Function 'readParticle' argument 2 names different: declaration 'dataLine' definition 's'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/ParticleImporter.h:41:2: style: Class 'ParticleImporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/cfg/CFGImporter.cpp:250:29: style: Redundant condition: If 'EXPR > ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/cfg/CFGImporter.cpp:84:6: style: The scope of the variable 'entry_count' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/gsd/GSDImporter.cpp:93:21: style: Variable 'nFrames' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/gsd/GSDImporter.cpp:146:35: style: Variable 'massProperty' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/gsd/GSDImporter.cpp:148:39: style: Variable 'velocityProperty' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/gsd/GSDImporter.h:40:14: style: Class 'GSDImporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSBinaryDumpImporter.cpp:217:17: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSBinaryDumpImporter.cpp:233:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSBinaryDumpImporter.cpp:36:2: warning: Member variable 'LAMMPSBinaryDumpHeader::bbox' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSBinaryDumpImporter.cpp:36:2: warning: Member variable 'LAMMPSBinaryDumpHeader::dataType' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSBinaryDumpImporter.cpp:59:6: style: Technically the member function 'Ovito::Particles::LAMMPSBinaryDumpHeader::readBigInt' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:61:7: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:123:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:129:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:149:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:153:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:157:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:161:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:165:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:169:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:173:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:177:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:472:11: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:472:11: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:472:11: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/lammps/LAMMPSDataImporter.cpp:472:11: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/parcas/ParcasFileImporter.cpp:79:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/parcas/ParcasFileImporter.cpp:85:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/parcas/ParcasFileImporter.cpp:139:22: style: Variable 'prot_real' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/parcas/ParcasFileImporter.cpp:144:27: style: Variable 'fileversion' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/parcas/ParcasFileImporter.cpp:149:27: style: Variable 'part_num' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/parcas/ParcasFileImporter.cpp:150:27: style: Variable 'total_parts' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/parcas/ParcasFileImporter.cpp:155:27: style: Variable 'cpus' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/parcas/ParcasFileImporter.cpp:157:26: style: Variable 'timescale' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/parcas/ParcasFileImporter.cpp:52:2: style: Class 'ParcaseFileParserStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.cpp:126:6: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.cpp:230:5: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.cpp:369:36: style: Same expression on both sides of '&&' because the value of 'cellVector1!=Vector3::Zero()' and 'cellVector2!=Vector3::Zero()' are the same. [duplicateExpression]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.cpp:245:37: note: 'cellVector1' is assigned value 'Vector3::Zero()' here.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.cpp:246:37: note: 'cellVector2' is assigned value 'Vector3::Zero()' here.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.cpp:369:36: note: Same expression on both sides of '&&' because the value of 'cellVector1!=Vector3::Zero()' and 'cellVector2!=Vector3::Zero()' are the same.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.cpp:369:70: style: Same expression on both sides of '&&' because the value of 'cellVector3!=Vector3::Zero()' and 'cellVector2!=Vector3::Zero()' are the same. [duplicateExpression]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.cpp:247:37: note: 'cellVector3' is assigned value 'Vector3::Zero()' here.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.cpp:246:37: note: 'cellVector2' is assigned value 'Vector3::Zero()' here.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.cpp:369:70: note: Same expression on both sides of '&&' because the value of 'cellVector3!=Vector3::Zero()' and 'cellVector2!=Vector3::Zero()' are the same.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.h:92:3: warning: Member variable 'XYZImportTask::_autoRescaleCoordinates' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.h:106:8: style: Member variable 'XYZImportTask::_autoRescaleCoordinates' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.h:89:117: note: Member variable 'XYZImportTask::_autoRescaleCoordinates' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/import/xyz/XYZImporter.h:106:8: note: Member variable 'XYZImportTask::_autoRescaleCoordinates' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/ParticleModifier.h:44:2: warning: Member variable 'ParticleModifier::_modApp' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/ParticleModifier.h:44:2: warning: Member variable 'ParticleModifier::_inputParticleCount' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/ParticleModifier.h:44:2: warning: Member variable 'ParticleModifier::_outputParticleCount' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/ParticleModifier.h:44:2: warning: Member variable 'ParticleModifier::_inputBondCount' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/ParticleModifier.h:44:2: warning: Member variable 'ParticleModifier::_outputBondCount' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/StructureIdentificationModifier.h:71:50: style: Member variable 'StructureIdentificationEngine::_selection' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/StructureIdentificationModifier.h:49:4: note: Member variable 'StructureIdentificationEngine::_selection' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/StructureIdentificationModifier.h:71:50: note: Member variable 'StructureIdentificationEngine::_selection' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/StructureIdentificationModifier.h:70:50: style: Member variable 'StructureIdentificationEngine::_structures' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/StructureIdentificationModifier.h:50:4: note: Member variable 'StructureIdentificationEngine::_structures' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/StructureIdentificationModifier.h:70:50: note: Member variable 'StructureIdentificationEngine::_structures' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/binandreduce/BinAndReduceModifier.cpp:243:90: style: Same expression on both sides of '||'. [duplicateExpression]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/centrosymmetry/CentroSymmetryModifier.h:92:18: style: Member variable 'CentroSymmetryEngine::_simCell' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/centrosymmetry/CentroSymmetryModifier.h:74:4: note: Member variable 'CentroSymmetryEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/centrosymmetry/CentroSymmetryModifier.h:92:18: note: Member variable 'CentroSymmetryEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/cluster/ClusterAnalysisModifier.h:74:3: warning: Member variable 'ClusterAnalysisEngine::_numClusters' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/cluster/ClusterAnalysisModifier.h:108:18: style: Member variable 'ClusterAnalysisEngine::_simCell' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/cluster/ClusterAnalysisModifier.h:76:27: note: Member variable 'ClusterAnalysisEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/cluster/ClusterAnalysisModifier.h:108:18: note: Member variable 'ClusterAnalysisEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/cluster/ClusterAnalysisModifier.h:111:10: style: Member variable 'ClusterAnalysisEngine::_largestClusterSize' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/cluster/ClusterAnalysisModifier.h:79:4: note: Member variable 'ClusterAnalysisEngine::_largestClusterSize' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/cluster/ClusterAnalysisModifier.h:111:10: note: Member variable 'ClusterAnalysisEngine::_largestClusterSize' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/coordination/CoordinationNumberModifier.h:83:18: style: Member variable 'CoordinationAnalysisEngine::_simCell' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/coordination/CoordinationNumberModifier.h:58:27: note: Member variable 'CoordinationAnalysisEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/coordination/CoordinationNumberModifier.h:83:18: note: Member variable 'CoordinationAnalysisEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/coordination/CoordinationNumberModifier.h:82:13: style: Member variable 'CoordinationAnalysisEngine::_cutoff' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/coordination/CoordinationNumberModifier.h:59:4: note: Member variable 'CoordinationAnalysisEngine::_cutoff' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/coordination/CoordinationNumberModifier.h:82:13: note: Member variable 'CoordinationAnalysisEngine::_cutoff' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/coordination/CoordinationNumberModifier.h:85:50: style: Member variable 'CoordinationAnalysisEngine::_coordinationNumbers' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/coordination/CoordinationNumberModifier.h:60:4: note: Member variable 'CoordinationAnalysisEngine::_coordinationNumbers' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/coordination/CoordinationNumberModifier.h:85:50: note: Member variable 'CoordinationAnalysisEngine::_coordinationNumbers' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/displacements/CalculateDisplacementsModifier.cpp:211:4: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/scatterplot/ScatterPlotModifier.cpp:132:30: style: Variable 'xVecComponentCount' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/scatterplot/ScatterPlotModifier.cpp:134:30: style: Variable 'yVecComponentCount' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/scatterplot/ScatterPlotModifier.cpp:226:4: style: Variable 's_end' is modified but its new value is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:142:18: style: Member variable 'AtomicStrainEngine::_simCell' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:81:27: note: Member variable 'AtomicStrainEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:142:18: note: Member variable 'AtomicStrainEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:143:18: style: Member variable 'AtomicStrainEngine::_simCellRef' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:82:33: note: Member variable 'AtomicStrainEngine::_simCellRef' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:143:18: note: Member variable 'AtomicStrainEngine::_simCellRef' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:141:13: style: Member variable 'AtomicStrainEngine::_cutoff' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:84:4: note: Member variable 'AtomicStrainEngine::_cutoff' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:141:13: note: Member variable 'AtomicStrainEngine::_cutoff' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:150:50: style: Member variable 'AtomicStrainEngine::_shearStrains' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:85:4: note: Member variable 'AtomicStrainEngine::_shearStrains' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/strain/AtomicStrainModifier.h:150:50: note: Member variable 'AtomicStrainEngine::_shearStrains' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/structural_clustering/StructuralClusteringModifier.h:63:3: warning: Member variable 'StructuralClusteringEngine::_numClusters' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/structural_clustering/StructuralClusteringModifier.h:93:18: style: Member variable 'StructuralClusteringEngine::_simCell' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/structural_clustering/StructuralClusteringModifier.h:65:27: note: Member variable 'StructuralClusteringEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/structural_clustering/StructuralClusteringModifier.h:93:18: note: Member variable 'StructuralClusteringEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/structural_clustering/StructuralClusteringModifier.h:91:13: style: Member variable 'StructuralClusteringEngine::_faceThreshold' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/structural_clustering/StructuralClusteringModifier.h:66:4: note: Member variable 'StructuralClusteringEngine::_faceThreshold' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/structural_clustering/StructuralClusteringModifier.h:91:13: note: Member variable 'StructuralClusteringEngine::_faceThreshold' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.cpp:408:3: error: Accessing an item in container 'planeNormals' that is empty. [containerOutOfBounds]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.cpp:409:3: error: Accessing an item in container 'planeNormals' that is empty. [containerOutOfBounds]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.cpp:410:3: error: Accessing an item in container 'planeNormals' that is empty. [containerOutOfBounds]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:129:26: style: Member variable 'VoronoiAnalysisEngine::_radii' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:83:4: note: Member variable 'VoronoiAnalysisEngine::_radii' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:129:26: note: Member variable 'VoronoiAnalysisEngine::_radii' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:128:18: style: Member variable 'VoronoiAnalysisEngine::_simCell' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:84:4: note: Member variable 'VoronoiAnalysisEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:128:18: note: Member variable 'VoronoiAnalysisEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:127:20: style: Member variable 'VoronoiAnalysisEngine::_maxFaceOrder' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:85:4: note: Member variable 'VoronoiAnalysisEngine::_maxFaceOrder' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:127:20: note: Member variable 'VoronoiAnalysisEngine::_maxFaceOrder' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:122:13: style: Member variable 'VoronoiAnalysisEngine::_edgeThreshold' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:86:4: note: Member variable 'VoronoiAnalysisEngine::_edgeThreshold' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:122:13: note: Member variable 'VoronoiAnalysisEngine::_edgeThreshold' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:125:10: style: Member variable 'VoronoiAnalysisEngine::_simulationBoxVolume' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:90:4: note: Member variable 'VoronoiAnalysisEngine::_simulationBoxVolume' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/voronoi/VoronoiAnalysisModifier.h:125:10: note: Member variable 'VoronoiAnalysisEngine::_simulationBoxVolume' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/wignerseitz/WignerSeitzAnalysisModifier.h:73:3: warning: Member variable 'WignerSeitzAnalysisEngine::_vacancyCount' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/wignerseitz/WignerSeitzAnalysisModifier.h:73:3: warning: Member variable 'WignerSeitzAnalysisEngine::_interstitialCount' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/wignerseitz/WignerSeitzAnalysisModifier.h:111:18: style: Member variable 'WignerSeitzAnalysisEngine::_simCell' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/wignerseitz/WignerSeitzAnalysisModifier.h:77:27: note: Member variable 'WignerSeitzAnalysisEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/wignerseitz/WignerSeitzAnalysisModifier.h:111:18: note: Member variable 'WignerSeitzAnalysisEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/wignerseitz/WignerSeitzAnalysisModifier.h:112:18: style: Member variable 'WignerSeitzAnalysisEngine::_simCellRef' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/wignerseitz/WignerSeitzAnalysisModifier.h:78:33: note: Member variable 'WignerSeitzAnalysisEngine::_simCellRef' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/wignerseitz/WignerSeitzAnalysisModifier.h:112:18: note: Member variable 'WignerSeitzAnalysisEngine::_simCellRef' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/wignerseitz/WignerSeitzAnalysisModifier.h:116:50: style: Member variable 'WignerSeitzAnalysisEngine::_typeProperty' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/wignerseitz/WignerSeitzAnalysisModifier.h:80:4: note: Member variable 'WignerSeitzAnalysisEngine::_typeProperty' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/analysis/wignerseitz/WignerSeitzAnalysisModifier.h:116:50: note: Member variable 'WignerSeitzAnalysisEngine::_typeProperty' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.cpp:125:62: style: Function 'initializeModifier' argument 1 names different: declaration 'pipelineObject' definition 'pipeline'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.h:330:50: note: Function 'initializeModifier' argument 1 names different: declaration 'pipelineObject' definition 'pipeline'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.cpp:125:62: note: Function 'initializeModifier' argument 1 names different: declaration 'pipelineObject' definition 'pipeline'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.h:71:14: style: Class 'ColorCodingHSVGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.h:93:14: style: Class 'ColorCodingGrayscaleGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.h:115:14: style: Class 'ColorCodingHotGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.h:141:14: style: Class 'ColorCodingJetGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.h:169:14: style: Class 'ColorCodingBlueWhiteRedGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.h:196:14: style: Class 'ColorCodingViridisGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.h:221:14: style: Class 'ColorCodingMagmaGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.h:246:14: style: Class 'ColorCodingImageGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/coloring/ColorCodingModifier.h:287:14: style: Class 'ColorCodingModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/fields/CreateIsosurfaceModifier.h:107:7: style: Member variable 'ComputeIsosurfaceEngine::_vectorComponent' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/fields/CreateIsosurfaceModifier.h:84:58: note: Member variable 'ComputeIsosurfaceEngine::_vectorComponent' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/fields/CreateIsosurfaceModifier.h:107:7: note: Member variable 'ComputeIsosurfaceEngine::_vectorComponent' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/fields/CreateIsosurfaceModifier.h:106:13: style: Member variable 'ComputeIsosurfaceEngine::_isolevel' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/fields/CreateIsosurfaceModifier.h:84:112: note: Member variable 'ComputeIsosurfaceEngine::_isolevel' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/fields/CreateIsosurfaceModifier.h:106:13: note: Member variable 'ComputeIsosurfaceEngine::_isolevel' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/fields/CreateIsosurfaceModifier.h:109:48: style: Member variable 'ComputeIsosurfaceEngine::_mesh' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/fields/CreateIsosurfaceModifier.h:84:160: note: Member variable 'ComputeIsosurfaceEngine::_mesh' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/fields/CreateIsosurfaceModifier.h:109:48: note: Member variable 'ComputeIsosurfaceEngine::_mesh' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/CoordinationPolyhedraModifier.h:96:48: style: Member variable 'ComputePolyhedraEngine::_mesh' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/CoordinationPolyhedraModifier.h:77:38: note: Member variable 'ComputePolyhedraEngine::_mesh' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/CoordinationPolyhedraModifier.h:96:48: note: Member variable 'ComputePolyhedraEngine::_mesh' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/CreateBondsModifier.h:73:14: style: Member variable 'BondsEngine::_cutoffMode' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/CreateBondsModifier.h:58:79: note: Member variable 'BondsEngine::_cutoffMode' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/CreateBondsModifier.h:73:14: note: Member variable 'BondsEngine::_cutoffMode' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/CreateBondsModifier.h:79:50: style: Member variable 'BondsEngine::_moleculeIDs' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/CreateBondsModifier.h:60:6: note: Member variable 'BondsEngine::_moleculeIDs' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/CreateBondsModifier.h:79:50: note: Member variable 'BondsEngine::_moleculeIDs' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/LoadTrajectoryModifier.cpp:126:4: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/ShowPeriodicImagesModifier.cpp:73:2: error: Accessing an item in container 'nPBC' that is empty. [containerOutOfBounds]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/ShowPeriodicImagesModifier.cpp:74:2: error: Accessing an item in container 'nPBC' that is empty. [containerOutOfBounds]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/ShowPeriodicImagesModifier.cpp:75:2: error: Accessing an item in container 'nPBC' that is empty. [containerOutOfBounds]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/ShowPeriodicImagesModifier.cpp:78:21: error: Accessing an item in container 'nPBC' that is empty. [containerOutOfBounds]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/modify/SliceModifier.h:150:14: style: Class 'SliceParticlesFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:182:50: style: Member variable 'PropertyComputeEngine::_positions' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:138:4: note: Member variable 'PropertyComputeEngine::_positions' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:182:50: note: Member variable 'PropertyComputeEngine::_positions' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:177:18: style: Member variable 'PropertyComputeEngine::_simCell' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:138:27: note: Member variable 'PropertyComputeEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:177:18: note: Member variable 'PropertyComputeEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:180:15: style: Member variable 'PropertyComputeEngine::_expressions' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:140:4: note: Member variable 'PropertyComputeEngine::_expressions' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:180:15: note: Member variable 'PropertyComputeEngine::_expressions' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:176:13: style: Member variable 'PropertyComputeEngine::_cutoff' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:141:4: note: Member variable 'PropertyComputeEngine::_cutoff' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/ComputePropertyModifier.h:176:13: note: Member variable 'PropertyComputeEngine::_cutoff' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/properties/FreezePropertyModifier.h:86:14: style: Class 'SavedParticleProperty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/selection/ExpandSelectionModifier.h:76:3: warning: Member variable 'ExpandSelectionEngine::_numSelectedParticlesInput' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/selection/ExpandSelectionModifier.h:76:3: warning: Member variable 'ExpandSelectionEngine::_numSelectedParticlesOutput' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/selection/ExpandSelectionModifier.h:95:18: style: Member variable 'ExpandSelectionEngine::_simCell' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/selection/ExpandSelectionModifier.h:79:27: note: Member variable 'ExpandSelectionEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/modifier/selection/ExpandSelectionModifier.h:95:18: note: Member variable 'ExpandSelectionEngine::_simCell' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/BondPropertyObject.cpp:95:49: style: Function 'setName' argument 1 names different: declaration 'name' definition 'newName'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/BondPropertyObject.h:81:30: note: Function 'setName' argument 1 names different: declaration 'name' definition 'newName'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/BondPropertyObject.cpp:95:49: note: Function 'setName' argument 1 names different: declaration 'name' definition 'newName'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/BondType.h:40:14: style: Class 'BondType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/BondsDisplay.h:143:20: style: Member variable 'BondPickInfo::_pipelineState' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/BondsDisplay.h:132:101: note: Member variable 'BondPickInfo::_pipelineState' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/BondsDisplay.h:143:20: note: Member variable 'BondPickInfo::_pipelineState' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/ParticleDisplay.h:215:20: style: Member variable 'ParticlePickInfo::_pipelineState' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/ParticleDisplay.h:197:31: note: Member variable 'ParticlePickInfo::_pipelineState' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/ParticleDisplay.h:215:20: note: Member variable 'ParticlePickInfo::_pipelineState' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/SimulationCellObject.h:42:14: style: Class 'SimulationCellObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/BondsDisplay.h:46:14: style: Class 'BondsDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/ParticleType.h:40:14: style: Class 'ParticleType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/ParticleDisplay.h:57:14: style: Class 'ParticleDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/FieldQuantityObject.cpp:57:50: style: Function 'setName' argument 1 names different: declaration 'name' definition 'newName'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/FieldQuantityObject.h:62:30: note: Function 'setName' argument 1 names different: declaration 'name' definition 'newName'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/FieldQuantityObject.cpp:57:50: note: Function 'setName' argument 1 names different: declaration 'name' definition 'newName'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/ParticlePropertyObject.cpp:130:53: style: Function 'setName' argument 1 names different: declaration 'name' definition 'newName'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/ParticlePropertyObject.h:87:30: note: Function 'setName' argument 1 names different: declaration 'name' definition 'newName'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/ParticlePropertyObject.cpp:130:53: note: Function 'setName' argument 1 names different: declaration 'name' definition 'newName'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/VectorDisplay.h:163:20: style: Member variable 'VectorPickInfo::_pipelineState' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/VectorDisplay.h:148:31: note: Member variable 'VectorPickInfo::_pipelineState' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/VectorDisplay.h:163:20: note: Member variable 'VectorPickInfo::_pipelineState' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/VectorDisplay.h:52:14: style: Class 'VectorDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/SimulationCellDisplay.h:43:14: style: Class 'SimulationCellDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/SurfaceMeshDisplay.cpp:367:213: style: Function 'buildCapMesh' argument 7 names different: declaration 'progress' definition 'promise'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/SurfaceMeshDisplay.h:68:201: note: Function 'buildCapMesh' argument 7 names different: declaration 'progress' definition 'promise'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/SurfaceMeshDisplay.cpp:367:213: note: Function 'buildCapMesh' argument 7 names different: declaration 'progress' definition 'promise'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/SurfaceMeshDisplay.cpp:615:85: style: Function 'clipContour' argument 2 names different: declaration 'periodic' definition 'pbcFlags'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/SurfaceMeshDisplay.h:113:73: note: Function 'clipContour' argument 2 names different: declaration 'periodic' definition 'pbcFlags'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/SurfaceMeshDisplay.cpp:615:85: note: Function 'clipContour' argument 2 names different: declaration 'periodic' definition 'pbcFlags'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/SurfaceMeshDisplay.cpp:750:21: style: Variable 'closestVertex' is assigned a value that is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/SurfaceMeshDisplay.h:44:14: style: Class 'SurfaceMeshDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/TrajectoryObject.h:38:14: style: Class 'TrajectoryObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/TrajectoryDisplay.h:41:14: style: Class 'TrajectoryDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/TrajectoryGeneratorObject.h:38:14: style: Class 'TrajectoryGeneratorObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/objects/TrajectoryObject.cpp:92:3: style: Class 'ReplaceTrajectoryOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/scripting/PythonInterface.cpp:154:0: error: syntax error [syntaxError]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/CutoffNeighborFinder.cpp:30:111: style: Function 'prepare' argument 3 names different: declaration 'simCell' definition 'cellData'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/CutoffNeighborFinder.h:83:90: note: Function 'prepare' argument 3 names different: declaration 'simCell' definition 'cellData'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/CutoffNeighborFinder.cpp:30:111: note: Function 'prepare' argument 3 names different: declaration 'simCell' definition 'cellData'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/CutoffNeighborFinder.h:72:2: warning: Member variable 'CutoffNeighborFinder::binDim' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/CutoffNeighborFinder.h:109:10: style: Technically the member function 'Ovito::Particles::CutoffNeighborFinder::Query::current' can be const. [functionConst]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/NearestNeighborFinder.h:124:22: style: Unsigned variable 'index' can't be negative so it is unnecessary to test it. [unsignedPositive]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/NearestNeighborFinder.h:108:2: warning: Member variable 'NearestNeighborFinder::root' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/NearestNeighborFinder.h:108:2: style: Class 'NearestNeighborFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/NearestNeighborFinder.h:161:3: style: Class 'Query' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/ParticleExpressionEvaluator.cpp:155:21: style: Unused variable: constVar [unusedVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/ParticleExpressionEvaluator.h:143:3: style: Class 'Worker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/ParticleSelectionSet.cpp:63:6: style: Member variable 'ToggleSelectionOperation::_particleId' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/ParticleSelectionSet.cpp:54:49: note: Member variable 'ToggleSelectionOperation::_particleId' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/ParticleSelectionSet.cpp:63:6: note: Member variable 'ToggleSelectionOperation::_particleId' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/ParticleSelectionSet.h:56:14: style: Class 'ParticleSelectionSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/ParticleSelectionSet.cpp:36:2: style: Class 'ReplaceSelectionOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/mesh.c:105:3: error: Address of auto-variable 'pair->e' returned [returnAddressOfAutoVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/normal.c:240:46: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/normal.c:74:13: style: The scope of the variable 'tLen2' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-heap.c:99:19: style: The scope of the variable 'hChild' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-heap.c:100:8: style: The scope of the variable 'child' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-heap.c:129:19: style: The scope of the variable 'hParent' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-heap.c:130:8: style: The scope of the variable 'parent' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-heap.c:162:10: style: Function '__calib_gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-heap.h:101:10: note: Function '__calib_gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-heap.c:162:10: note: Function '__calib_gl_pqHeapInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-heap.c:233:6: style: Function '__calib_gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-heap.h:103:7: note: Function '__calib_gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-heap.c:233:6: note: Function '__calib_gl_pqHeapDelete' argument 2 names different: declaration 'handle' definition 'hCurr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq.c:205:18: style: The scope of the variable 'heapMin' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq.c:226:18: style: The scope of the variable 'heapMin' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq.c:174:10: style: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-sort.h:112:10: note: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq.c:174:10: note: Function '__gl_pqSortInsert' argument 2 names different: declaration 'key' definition 'keyNew'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq.c:248:6: style: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq-sort.h:114:7: note: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/priorityq.c:248:6: note: Function '__gl_pqSortDelete' argument 2 names different: declaration 'handle' definition 'curr'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:373:10: style: The scope of the variable 'dot' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:373:27: style: The scope of the variable 'xp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:373:31: style: The scope of the variable 'yp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:373:35: style: The scope of the variable 'zp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:236:63: style: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:63:63: note: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:236:63: note: Function 'RenderTriangle' argument 2 names different: declaration 'eStart' definition 'e'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:246:66: style: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:67:66: note: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:246:66: note: Function 'RenderLonelyTriangles' argument 2 names different: declaration 'head' definition 'f'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:281:58: style: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:61:58: note: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:281:58: note: Function 'RenderFan' argument 2 names different: declaration 'eStart' definition 'e'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:303:60: style: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:62:60: note: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/render.c:303:60: note: Function 'RenderStrip' argument 2 names different: declaration 'eStart' definition 'e'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/sweep.c:178:16: style: The scope of the variable 'e' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/sweep.c:295:16: style: The scope of the variable 'e' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/sweep.c:621:16: style: The scope of the variable 'e' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/sweep.c:766:16: style: The scope of the variable 'eUp' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/sweep.c:766:22: style: The scope of the variable 'eLo' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/sweep.c:1014:28: style: The scope of the variable 'eNew' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/sweep.c:1279:16: style: The scope of the variable 'e' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:413:10: style: The scope of the variable 'x' can be reduced. [variableScope]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:196:57: style: Function 'gluTessProperty' argument 3 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/glu.h:145:62: note: Function 'gluTessProperty' argument 3 names different: declaration 'data' definition 'value'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:196:57: note: Function 'gluTessProperty' argument 3 names different: declaration 'data' definition 'value'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:235:61: style: Function 'gluGetTessProperty' argument 3 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/glu.h:136:66: note: Function 'gluGetTessProperty' argument 3 names different: declaration 'data' definition 'value'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:235:61: note: Function 'gluGetTessProperty' argument 3 names different: declaration 'data' definition 'value'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:263:44: style: Function 'gluTessNormal' argument 2 names different: declaration 'valueX' definition 'x'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/glu.h:144:49: note: Function 'gluTessNormal' argument 2 names different: declaration 'valueX' definition 'x'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:263:44: note: Function 'gluTessNormal' argument 2 names different: declaration 'valueX' definition 'x'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:263:54: style: Function 'gluTessNormal' argument 3 names different: declaration 'valueY' definition 'y'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/glu.h:144:64: note: Function 'gluTessNormal' argument 3 names different: declaration 'valueY' definition 'y'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:263:54: note: Function 'gluTessNormal' argument 3 names different: declaration 'valueY' definition 'y'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:263:64: style: Function 'gluTessNormal' argument 4 names different: declaration 'valueZ' definition 'z'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/glu.h:144:79: note: Function 'gluTessNormal' argument 4 names different: declaration 'valueZ' definition 'z'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:263:64: note: Function 'gluTessNormal' argument 4 names different: declaration 'valueZ' definition 'z'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:271:62: style: Function 'gluTessCallback' argument 3 names different: declaration 'CallBackFunc' definition 'fn'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/glu.h:141:67: note: Function 'gluTessCallback' argument 3 names different: declaration 'CallBackFunc' definition 'fn'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:271:62: note: Function 'gluTessCallback' argument 3 names different: declaration 'CallBackFunc' definition 'fn'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:410:44: style: Function 'gluTessVertex' argument 2 names different: declaration 'location' definition 'coords'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/glu.h:146:50: note: Function 'gluTessVertex' argument 2 names different: declaration 'location' definition 'coords'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/particles/util/polytess/tess.c:410:44: note: Function 'gluTessVertex' argument 2 names different: declaration 'location' definition 'coords'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/povray/renderer/POVRayRenderer.h:46:14: style: Class 'POVRayRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/povray/exporter/POVRayExporter.h:39:14: style: Class 'POVRayExporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/povray/gui/POVRayRendererEditor.cpp:50:2: style: Class 'PickFocalLengthInputMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/povray/renderer/POVRayRenderer.cpp:218:4: style: Variable 'right' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/povray/renderer/POVRayRenderer.cpp:216:0: note: Variable 'right' is reassigned a value before the old one has been used if variable is no semaphore variable.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/povray/renderer/POVRayRenderer.cpp:218:4: note: Variable 'right' is reassigned a value before the old one has been used if variable is no semaphore variable.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/povray/renderer/POVRayRenderer.cpp:739:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/povray/scripting/PythonInterface.cpp:33:0: error: syntax error [syntaxError]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/binding/PythonBinding.h:350:3: performance: Variable '_moduleName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/binding/PythonBinding.h:92:14: performance: Technically the member function 'pybind11::detail::type_caster < QVariant >::load' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/binding/PythonBinding.h:520:2: style: Class 'SubobjectListWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/binding/PythonInterface.cpp:38:0: error: syntax error [syntaxError]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/engine/ScriptEngine.h:120:8: performance: Technically the member function 'PyScript::ScriptEngine::InterpreterStdOutputRedirector::write' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/engine/ScriptEngine.h:124:8: performance: Technically the member function 'PyScript::ScriptEngine::InterpreterStdOutputRedirector::flush' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/engine/ScriptEngine.h:131:8: performance: Technically the member function 'PyScript::ScriptEngine::InterpreterStdErrorRedirector::write' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/engine/ScriptEngine.h:135:8: performance: Technically the member function 'PyScript::ScriptEngine::InterpreterStdErrorRedirector::flush' can be static. [functionStatic]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/engine/ScriptEngine.h:143:3: style: Struct 'ActiveScriptEngineSetter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/engine/ScriptEngine.cpp:306:46: style: Function 'executeFile' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/engine/ScriptEngine.h:76:33: note: Function 'executeFile' argument 1 names different: declaration 'file' definition 'filename'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/engine/ScriptEngine.cpp:306:46: note: Function 'executeFile' argument 1 names different: declaration 'file' definition 'filename'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/extensions/PythonScriptModifier.h:130:15: style: Member variable 'PythonScriptModifier::_computingInterval' is in the wrong place in the initializer list. [initializerList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/extensions/PythonScriptModifier.cpp:40:3: note: Member variable 'PythonScriptModifier::_computingInterval' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/extensions/PythonScriptModifier.h:130:15: note: Member variable 'PythonScriptModifier::_computingInterval' is in the wrong place in the initializer list.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/extensions/PythonScriptModifier.h:43:14: style: Class 'PythonScriptModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/extensions/PythonViewportOverlay.h:41:14: style: Class 'PythonViewportOverlay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/gui/GUIBinding.cpp:33:0: error: syntax error [syntaxError]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/gui/PythonScriptModifierEditor.h:40:14: warning: Member variable 'PythonScriptModifierEditor::_editScriptButton' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/gui/PythonScriptModifierEditor.h:40:14: warning: Member variable 'PythonScriptModifierEditor::_outputDisplay' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/gui/PythonViewportOverlayEditor.h:40:14: warning: Member variable 'PythonViewportOverlayEditor::_editScriptButton' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/pyscript/gui/PythonViewportOverlayEditor.h:40:14: warning: Member variable 'PythonViewportOverlayEditor::_outputDisplay' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/tachyon/gui/TachyonRendererEditor.cpp:48:2: style: Class 'PickFocalLengthInputMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/tachyon/renderer/TachyonRenderer.cpp:40:0: error: #error "The OVITO Tachyon plugin requires version 0.99 or newer of the Tachyon library." [preprocessorErrorDirective]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/tachyon/scripting/PythonInterface.cpp:32:0: error: syntax error [syntaxError]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vorotop/PythonInterface.cpp:32:0: error: syntax error [syntaxError]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vorotop/VoroTopModifier.cpp:502:9: error: Accessing an item in container 'planeNormals' that is empty. [containerOutOfBounds]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vorotop/VoroTopModifier.cpp:503:9: error: Accessing an item in container 'planeNormals' that is empty. [containerOutOfBounds]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vorotop/VoroTopModifier.cpp:504:9: error: Accessing an item in container 'planeNormals' that is empty. [containerOutOfBounds]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vorotop/VoroTopModifier.cpp:559:29: style: Variable 'nvisits' is modified but its new value is never used. [unreadVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vorotop/VoroTopModifier.h:44:14: style: Class 'VoroTopModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vorotop/gui/VoroTopModifierEditor.cpp:48:15: style: Unused variable: sublayout [unusedVariable]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRSceneRenderer.h:37:2: style: Class 'VRSceneRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRSettingsObject.h:40:14: style: Class 'VRSettingsObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRCacheModifier.h:40:14: style: Class 'VRCacheModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRRenderingWidget.cpp:358:38: style: Function 'resizeGL' argument 1 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRRenderingWidget.h:72:23: note: Function 'resizeGL' argument 1 names different: declaration 'width' definition 'w'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRRenderingWidget.cpp:358:38: note: Function 'resizeGL' argument 1 names different: declaration 'width' definition 'w'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRRenderingWidget.cpp:358:45: style: Function 'resizeGL' argument 2 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRRenderingWidget.h:72:34: note: Function 'resizeGL' argument 2 names different: declaration 'height' definition 'h'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRRenderingWidget.cpp:358:45: note: Function 'resizeGL' argument 2 names different: declaration 'height' definition 'h'.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRRenderingWidget.cpp:36:20: warning: Member variable 'VRRenderingWidget::_windowWidth' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRRenderingWidget.cpp:36:20: warning: Member variable 'VRRenderingWidget::_windowHeight' is not initialized in the constructor. [uninitMemberVar]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRRenderingWidget.cpp:38:5: performance: Variable '_sceneRenderer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRSettingsObjectEditor.cpp:77:2: style: Variable 'row' is reassigned a value before the old one has been used. [redundantAssignment]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRSettingsObjectEditor.cpp:68:56: note: Variable 'row' is reassigned a value before the old one has been used.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRSettingsObjectEditor.cpp:77:2: note: Variable 'row' is reassigned a value before the old one has been used.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRSettingsObjectEditor.cpp:121:2: style: Variable 'row' is reassigned a value before the old one has been used. [redundantAssignment]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRSettingsObjectEditor.cpp:112:33: note: Variable 'row' is reassigned a value before the old one has been used.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRSettingsObjectEditor.cpp:121:2: note: Variable 'row' is reassigned a value before the old one has been used.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRSettingsObjectEditor.cpp:143:2: style: Variable 'row' is reassigned a value before the old one has been used. [redundantAssignment]
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRSettingsObjectEditor.cpp:134:45: note: Variable 'row' is reassigned a value before the old one has been used.
ovito-v2.9.0-d0745a5f3db3a0423c85f3f1754f2111ca43e60f/src/plugins/vr/VRSettingsObjectEditor.cpp:143:2: note: Variable 'row' is reassigned a value before the old one has been used.
[14:38]

ftp://ftp.se.debian.org/debian/pool/main/o/ow-util-ant-tasks/ow-util-ant-tasks_1.3.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/owasp-java-html-sanitizer/owasp-java-html-sanitizer_0.1+r88.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/owfs/owfs_3.1p5.orig.tar.gz
owfs-3.1p5/module/owftpd/src/c/file_list.c:300:6: style: The scope of the variable 'write_ret' can be reduced. [variableScope]
owfs-3.1p5/module/owftpd/src/c/file_list.c:67:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
owfs-3.1p5/module/owftpd/src/c/ftp_command.c:538:6: style: The scope of the variable 'cur_digit' can be reduced. [variableScope]
owfs-3.1p5/module/owftpd/src/c/ftp_command.c:575:6: style: The scope of the variable 'cur_digit' can be reduced. [variableScope]
owfs-3.1p5/module/owftpd/src/c/ftp_listener.c:322:7: style: The scope of the variable 'drop_reason' can be reduced. [variableScope]
owfs-3.1p5/module/owftpd/src/c/ftp_session.c:407:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
owfs-3.1p5/module/owftpd/src/c/ftp_session.c:576:6: style: The scope of the variable 'port' can be reduced. [variableScope]
owfs-3.1p5/module/owftpd/src/c/ftp_session.c:1233:6: style: The scope of the variable 'write_ret' can be reduced. [variableScope]
owfs-3.1p5/module/owftpd/src/c/ftp_session.c:1419:7: style: The scope of the variable 'time_buf' can be reduced. [variableScope]
owfs-3.1p5/module/owftpd/src/c/ftp_session.c:573:88: style: Function 'set_pasv' argument 2 names different: declaration 'host_port' definition 'bind_addr'. [funcArgNamesDifferent]
owfs-3.1p5/module/owftpd/src/c/ftp_session.c:27:88: note: Function 'set_pasv' argument 2 names different: declaration 'host_port' definition 'bind_addr'.
owfs-3.1p5/module/owftpd/src/c/ftp_session.c:573:88: note: Function 'set_pasv' argument 2 names different: declaration 'host_port' definition 'bind_addr'.
owfs-3.1p5/module/owftpd/src/c/owftpd.c:14:6: style: The scope of the variable 'err' can be reduced. [variableScope]
owfs-3.1p5/module/owhttpd/src/c/owhttpd_handler.c:494:86: style: Function 'GetPostData' argument 3 names different: declaration 'oct' definition 'oc'. [funcArgNamesDifferent]
owfs-3.1p5/module/owhttpd/src/c/owhttpd_handler.c:40:86: note: Function 'GetPostData' argument 3 names different: declaration 'oct' definition 'oc'.
owfs-3.1p5/module/owhttpd/src/c/owhttpd_handler.c:494:86: note: Function 'GetPostData' argument 3 names different: declaration 'oct' definition 'oc'.
owfs-3.1p5/module/owhttpd/src/c/owhttpd_read.c:221:7: warning: Width 2 given in format string (no. 4) is smaller than destination buffer 'rw[4]'. [invalidScanfFormatWidth_smaller]
owfs-3.1p5/module/owhttpd/src/c/owhttpd_read.c:515:7: warning: Width 2 given in format string (no. 4) is smaller than destination buffer 'rw[4]'. [invalidScanfFormatWidth_smaller]
owfs-3.1p5/module/owlib/src/c/compat.c:60:14: style: The scope of the variable 'spanp' can be reduced. [variableScope]
owfs-3.1p5/module/owlib/src/c/compat.c:61:6: style: The scope of the variable 'c' can be reduced. [variableScope]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:317:8: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:732:11: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:947:19: style: The scope of the variable 'p' can be reduced. [variableScope]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:795:39: portability: '(void*)(*pai)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:827:46: portability: '(void*)(*pai)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:827:72: portability: '(void*)(*pai)+sizeof(struct addrinfo)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:321:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:525:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:544:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:559:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:567:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:582:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:594:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:666:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:685:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:689:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owlib/src/c/getaddrinfo.c:736:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owlib/src/c/ow_1820.c:1371:2: style: Variable 'p_write' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_1820.c:1376:2: style: Variable 'p_read' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_1820.c:1381:2: style: Variable 'p_copy' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_1921.c:352:0: error: syntax error [syntaxError]
owfs-3.1p5/module/owlib/src/c/ow_1923.c:512:2: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_1923.c:508:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_1923.c:512:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_1923.c:263:16: style: The scope of the variable 'mdelay' can be reduced. [variableScope]
owfs-3.1p5/module/owlib/src/c/ow_1923.c:112:6: style: struct member 'Mission::rollover' is never used. [unusedStructMember]
owfs-3.1p5/module/owlib/src/c/ow_1923.c:113:6: style: struct member 'Mission::interval' is never used. [unusedStructMember]
owfs-3.1p5/module/owlib/src/c/ow_1923.c:114:6: style: struct member 'Mission::samples' is never used. [unusedStructMember]
owfs-3.1p5/module/owlib/src/c/ow_1923.c:512:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_1923.c:530:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_1923.c:663:2: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_1923.c:747:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_1923.c:368:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
owfs-3.1p5/module/owlib/src/c/ow_1923.c:535:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
owfs-3.1p5/module/owlib/src/c/ow_1963.c:170:2: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_1963.c:166:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_1963.c:170:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_1963.c:170:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_1977.c:272:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_1993.c:167:2: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_1993.c:163:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_1993.c:167:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_1993.c:167:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_2404.c:331:2: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_2404.c:327:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_2404.c:331:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_2404.c:331:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_2423.c:221:2: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_2423.c:217:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_2423.c:221:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_2423.c:221:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_2433.c:171:24: error: Array 'tcopy[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
owfs-3.1p5/module/owlib/src/c/ow_2433.c:182:2: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_2433.c:178:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_2433.c:182:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_2433.c:235:2: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_2433.c:231:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_2433.c:235:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_2433.c:182:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_2433.c:235:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_2436.c:171:37: style: Function 'OW_r_page' argument 1 names different: declaration 'p' definition 'data'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_2436.c:99:37: note: Function 'OW_r_page' argument 1 names different: declaration 'p' definition 'data'.
owfs-3.1p5/module/owlib/src/c/ow_2436.c:171:37: note: Function 'OW_r_page' argument 1 names different: declaration 'p' definition 'data'.
owfs-3.1p5/module/owlib/src/c/ow_2436.c:196:43: style: Function 'OW_w_page' argument 1 names different: declaration 'p' definition 'data'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_2436.c:100:43: note: Function 'OW_w_page' argument 1 names different: declaration 'p' definition 'data'.
owfs-3.1p5/module/owlib/src/c/ow_2436.c:196:43: note: Function 'OW_w_page' argument 1 names different: declaration 'p' definition 'data'.
owfs-3.1p5/module/owlib/src/c/ow_2438.c:556:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
owfs-3.1p5/module/owlib/src/c/ow_2450.c:432:38: style: Function 'OW_volts' argument 1 names different: declaration 'f' definition 'V'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_2450.c:192:38: note: Function 'OW_volts' argument 1 names different: declaration 'f' definition 'V'.
owfs-3.1p5/module/owlib/src/c/ow_2450.c:432:38: note: Function 'OW_volts' argument 1 names different: declaration 'f' definition 'V'.
owfs-3.1p5/module/owlib/src/c/ow_2760.c:1115:3: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_2760.c:1167:3: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_2760.c:1246:2: style: Variable 'lock' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_2804.c:346:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_bae.c:1468:15: style: Same expression on both sides of '/'. [duplicateExpression]
owfs-3.1p5/module/owlib/src/c/ow_bae.c:1488:15: style: Same expression on both sides of '/'. [duplicateExpression]
owfs-3.1p5/module/owlib/src/c/ow_bae.c:1508:15: style: Same expression on both sides of '/'. [duplicateExpression]
owfs-3.1p5/module/owlib/src/c/ow_bae.c:1520:15: style: Same expression on both sides of '/'. [duplicateExpression]
owfs-3.1p5/module/owlib/src/c/ow_bae.c:1291:20: style: The scope of the variable 'expected_size' can be reduced. [variableScope]
owfs-3.1p5/module/owlib/src/c/ow_bae.c:1798:36: style: Function 'OW_r_mem' argument 1 names different: declaration 'bytes' definition 'data'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_bae.c:742:35: note: Function 'OW_r_mem' argument 1 names different: declaration 'bytes' definition 'data'.
owfs-3.1p5/module/owlib/src/c/ow_bae.c:1798:36: note: Function 'OW_r_mem' argument 1 names different: declaration 'bytes' definition 'data'.
owfs-3.1p5/module/owlib/src/c/ow_bae.c:1876:42: style: Function 'OW_r_mem_small' argument 1 names different: declaration 'bytes' definition 'data'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_bae.c:743:41: note: Function 'OW_r_mem_small' argument 1 names different: declaration 'bytes' definition 'data'.
owfs-3.1p5/module/owlib/src/c/ow_bae.c:1876:42: note: Function 'OW_r_mem_small' argument 1 names different: declaration 'bytes' definition 'data'.
owfs-3.1p5/module/owlib/src/c/ow_cache.c:864:9: style: The scope of the variable 'size' can be reduced. [variableScope]
owfs-3.1p5/module/owlib/src/c/ow_connect.c:294:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
owfs-3.1p5/module/owlib/src/c/ow_daemon.c:34:8: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_dir.c:85:121: style: Function 'FS_dir_both' argument 3 names different: declaration 'pn_directory' definition 'pn_raw_directory'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_dir.c:24:121: note: Function 'FS_dir_both' argument 3 names different: declaration 'pn_directory' definition 'pn_raw_directory'.
owfs-3.1p5/module/owlib/src/c/ow_dir.c:85:121: note: Function 'FS_dir_both' argument 3 names different: declaration 'pn_directory' definition 'pn_raw_directory'.
owfs-3.1p5/module/owlib/src/c/ow_dir.c:354:119: style: Function 'FS_devdir' argument 3 names different: declaration 'pn2' definition 'pn_device_directory'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_dir.c:26:125: note: Function 'FS_devdir' argument 3 names different: declaration 'pn2' definition 'pn_device_directory'.
owfs-3.1p5/module/owlib/src/c/ow_dir.c:354:119: note: Function 'FS_devdir' argument 3 names different: declaration 'pn2' definition 'pn_device_directory'.
owfs-3.1p5/module/owlib/src/c/ow_dir.c:549:121: style: Function 'FS_alarmdir' argument 3 names different: declaration 'pn2' definition 'pn_alarm_directory'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_dir.c:28:127: note: Function 'FS_alarmdir' argument 3 names different: declaration 'pn2' definition 'pn_alarm_directory'.
owfs-3.1p5/module/owlib/src/c/ow_dir.c:549:121: note: Function 'FS_alarmdir' argument 3 names different: declaration 'pn2' definition 'pn_alarm_directory'.
owfs-3.1p5/module/owlib/src/c/ow_dir.c:614:120: style: Function 'FS_realdir' argument 3 names different: declaration 'pn2' definition 'pn_whole_directory'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_dir.c:30:126: note: Function 'FS_realdir' argument 3 names different: declaration 'pn2' definition 'pn_whole_directory'.
owfs-3.1p5/module/owlib/src/c/ow_dir.c:614:120: note: Function 'FS_realdir' argument 3 names different: declaration 'pn2' definition 'pn_whole_directory'.
owfs-3.1p5/module/owlib/src/c/ow_dir.c:708:126: style: Function 'FS_cache_or_real' argument 3 names different: declaration 'pn2' definition 'pn_real_directory'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_dir.c:31:132: note: Function 'FS_cache_or_real' argument 3 names different: declaration 'pn2' definition 'pn_real_directory'.
owfs-3.1p5/module/owlib/src/c/ow_dir.c:708:126: note: Function 'FS_cache_or_real' argument 3 names different: declaration 'pn2' definition 'pn_real_directory'.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1181:2: style: Variable 'pn->extension' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1176:2: note: Variable 'pn->extension' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1181:2: note: Variable 'pn->extension' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1198:2: style: Variable 'pn->extension' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1193:2: note: Variable 'pn->extension' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1198:2: note: Variable 'pn->extension' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1227:2: style: Variable 'pn->extension' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1222:2: note: Variable 'pn->extension' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1227:2: note: Variable 'pn->extension' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1244:2: style: Variable 'pn->extension' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1239:2: note: Variable 'pn->extension' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1244:2: note: Variable 'pn->extension' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1357:2: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1353:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1357:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1393:2: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1389:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1393:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_eds.c:991:15: style: Same expression on both sides of '/'. [duplicateExpression]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1081:15: style: Same expression on both sides of '/'. [duplicateExpression]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1093:15: style: Same expression on both sides of '/'. [duplicateExpression]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1104:15: style: Same expression on both sides of '/'. [duplicateExpression]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1116:15: style: Same expression on both sides of '/'. [duplicateExpression]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1357:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_eds.c:1393:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_eeef.c:815:65: style: Same value in both branches of ternary operator. [duplicateValueTernary]
owfs-3.1p5/module/owlib/src/c/ow_elabnet.c:151:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
owfs-3.1p5/module/owlib/src/c/ow_elabnet.c:174:2: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
owfs-3.1p5/module/owlib/src/c/ow_elabnet.c:174:2: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
owfs-3.1p5/module/owlib/src/c/ow_elabnet.c:168:19: style: Checking if unsigned variable 'actual_size' is less than zero. [unsignedLessThanZero]
owfs-3.1p5/module/owlib/src/c/ow_elabnet.c:762:19: style: Checking if unsigned variable 'actual_size' is less than zero. [unsignedLessThanZero]
owfs-3.1p5/module/owlib/src/c/ow_elabnet.c:657:83: style: Function 'PBM_sendback_data' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_elabnet.c:28:83: note: Function 'PBM_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_elabnet.c:657:83: note: Function 'PBM_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_elabnet.c:740:46: style: Function 'PBM_readback_data' argument 1 names different: declaration 'resp' definition 'buf'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_elabnet.c:48:46: note: Function 'PBM_readback_data' argument 1 names different: declaration 'resp' definition 'buf'.
owfs-3.1p5/module/owlib/src/c/ow_elabnet.c:740:46: note: Function 'PBM_readback_data' argument 1 names different: declaration 'resp' definition 'buf'.
owfs-3.1p5/module/owlib/src/c/ow_etherweather.c:74:22: warning: Possible null pointer dereference: idata [nullPointer]
owfs-3.1p5/module/owlib/src/c/ow_etherweather.c:212:83: note: Calling function 'EtherWeather_command', 4th argument 'idata' value is 0
owfs-3.1p5/module/owlib/src/c/ow_etherweather.c:74:22: note: Null pointer dereference
owfs-3.1p5/module/owlib/src/c/ow_fake.c:253:84: style: Function 'Fake_sendback_bits' argument 3 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_fake.c:21:84: note: Function 'Fake_sendback_bits' argument 3 names different: declaration 'len' definition 'length'.
owfs-3.1p5/module/owlib/src/c/ow_fake.c:253:84: note: Function 'Fake_sendback_bits' argument 3 names different: declaration 'len' definition 'length'.
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:668:83: style: Function 'HA5_sendback_data' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:25:83: note: Function 'HA5_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:668:83: note: Function 'HA5_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:682:89: style: Function 'HA5_select_and_sendback' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:26:89: note: Function 'HA5_select_and_sendback' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:682:89: note: Function 'HA5_select_and_sendback' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:725:34: style: Function 'HA5_bit' argument 1 names different: declaration 'send' definition 'outbit'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:44:34: note: Function 'HA5_bit' argument 1 names different: declaration 'send' definition 'outbit'.
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:725:34: note: Function 'HA5_bit' argument 1 names different: declaration 'send' definition 'outbit'.
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:725:49: style: Function 'HA5_bit' argument 2 names different: declaration 'receive' definition 'inbit'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:44:47: note: Function 'HA5_bit' argument 2 names different: declaration 'receive' definition 'inbit'.
owfs-3.1p5/module/owlib/src/c/ow_ha5.c:725:49: note: Function 'HA5_bit' argument 2 names different: declaration 'receive' definition 'inbit'.
owfs-3.1p5/module/owlib/src/c/ow_ha7.c:276:57: style: Function 'HA7_write' argument 2 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_ha7.c:28:56: note: Function 'HA7_write' argument 2 names different: declaration 'size' definition 'length'.
owfs-3.1p5/module/owlib/src/c/ow_ha7.c:276:57: note: Function 'HA7_write' argument 2 names different: declaration 'size' definition 'length'.
owfs-3.1p5/module/owlib/src/c/ow_ha7.c:359:89: style: Function 'HA7_select_and_sendback' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_ha7.c:36:89: note: Function 'HA7_select_and_sendback' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_ha7.c:359:89: note: Function 'HA7_select_and_sendback' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_ha7.c:382:83: style: Function 'HA7_sendback_data' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_ha7.c:35:83: note: Function 'HA7_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_ha7.c:382:83: note: Function 'HA7_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_ha7e.c:318:84: style: Function 'HA7E_sendback_data' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_ha7e.c:24:84: note: Function 'HA7E_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_ha7e.c:318:84: note: Function 'HA7E_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_link.c:340:3: style: Variable 'pin->flow' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_link.c:336:3: note: Variable 'pin->flow' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_link.c:340:3: note: Variable 'pin->flow' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_link.c:925:84: style: Function 'LINK_sendback_data' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_link.c:129:84: note: Function 'LINK_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_link.c:925:84: note: Function 'LINK_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_link.c:1004:47: style: Function 'LINK_readback_data' argument 1 names different: declaration 'resp' definition 'buf'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_link.c:151:47: note: Function 'LINK_readback_data' argument 1 names different: declaration 'resp' definition 'buf'.
owfs-3.1p5/module/owlib/src/c/ow_link.c:1004:47: note: Function 'LINK_readback_data' argument 1 names different: declaration 'resp' definition 'buf'.
owfs-3.1p5/module/owlib/src/c/ow_link.c:213:60: warning: Char literal compared with pointer 'version_pointer'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
owfs-3.1p5/module/owlib/src/c/ow_masterhub.c:501:89: style: Function 'MasterHub_sendback_data' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_masterhub.c:167:89: note: Function 'MasterHub_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_masterhub.c:501:89: note: Function 'MasterHub_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_net_server.c:62:3: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owlib/src/c/ow_net_server.c:60:3: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_net_server.c:62:3: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owlib/src/c/ow_net_server.c:323:6: style: The scope of the variable 'need_to_read_pipe' can be reduced. [variableScope]
owfs-3.1p5/module/owlib/src/c/ow_opt.c:550:6: style: The scope of the variable 'option_char' can be reduced. [variableScope]
owfs-3.1p5/module/owlib/src/c/ow_parse_external.c:627:91: style: Function 'AddSensorToTree' argument 4 names different: declaration 'data' definition 's_data'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_parse_external.c:35:91: note: Function 'AddSensorToTree' argument 4 names different: declaration 'data' definition 's_data'.
owfs-3.1p5/module/owlib/src/c/ow_parse_external.c:627:91: note: Function 'AddSensorToTree' argument 4 names different: declaration 'data' definition 's_data'.
owfs-3.1p5/module/owlib/src/c/ow_parseoutput.c:270:6: style: The scope of the variable 'len' can be reduced. [variableScope]
owfs-3.1p5/module/owlib/src/c/ow_select.c:131:2: style: Variable 'skip' is assigned a value that is never used. [unreadVariable]
owfs-3.1p5/module/owlib/src/c/ow_server_enet.c:530:93: style: Function 'OWServer_Enet_sendback_data' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
owfs-3.1p5/module/owlib/src/c/ow_server_enet.c:26:93: note: Function 'OWServer_Enet_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_server_enet.c:530:93: note: Function 'OWServer_Enet_sendback_data' argument 3 names different: declaration 'len' definition 'size'.
owfs-3.1p5/module/owlib/src/c/ow_tcp_read.c:23:6: style: The scope of the variable 'select_result' can be reduced. [variableScope]
owfs-3.1p5/module/ownet/c/src/c/compat.c:61:14: style: The scope of the variable 'spanp' can be reduced. [variableScope]
owfs-3.1p5/module/ownet/c/src/c/compat.c:62:6: style: The scope of the variable 'c' can be reduced. [variableScope]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:317:8: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:732:11: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:947:19: style: The scope of the variable 'p' can be reduced. [variableScope]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:795:39: portability: '(void*)(*pai)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:827:46: portability: '(void*)(*pai)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:827:72: portability: '(void*)(*pai)+sizeof(struct addrinfo)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:321:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:525:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:544:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:559:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:567:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:582:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:594:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:666:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:685:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:689:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/ownet/c/src/c/getaddrinfo.c:736:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/ownet/c/src/c/ow_server.c:80:2: style: Variable 'scs.persistence' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/ownet/c/src/c/ow_server.c:79:2: note: Variable 'scs.persistence' is reassigned a value before the old one has been used.
owfs-3.1p5/module/ownet/c/src/c/ow_server.c:80:2: note: Variable 'scs.persistence' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owserver/src/c/md5.c:68:14: style: The scope of the variable 'a' can be reduced. [variableScope]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:317:8: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:732:11: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:947:19: style: The scope of the variable 'p' can be reduced. [variableScope]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:795:39: portability: '(void*)(*pai)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:827:46: portability: '(void*)(*pai)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:827:72: portability: '(void*)(*pai)+sizeof(struct addrinfo)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:321:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:525:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:544:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:559:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:567:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:582:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:594:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:666:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:685:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:689:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owshell/src/c/getaddrinfo.c:736:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
owfs-3.1p5/module/owshell/src/c/ow_net.c:52:3: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
owfs-3.1p5/module/owshell/src/c/ow_net.c:50:3: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owshell/src/c/ow_net.c:52:3: note: Variable 'p[0]' is reassigned a value before the old one has been used.
owfs-3.1p5/module/owshell/src/c/owdir.c:25:6: style: The scope of the variable 'c' can be reduced. [variableScope]
owfs-3.1p5/module/owshell/src/c/owget.c:25:6: style: The scope of the variable 'c' can be reduced. [variableScope]
owfs-3.1p5/module/owshell/src/c/owpresent.c:25:6: style: The scope of the variable 'c' can be reduced. [variableScope]
owfs-3.1p5/module/owshell/src/c/owread.c:25:6: style: The scope of the variable 'c' can be reduced. [variableScope]
owfs-3.1p5/module/owshell/src/c/owwrite.c:27:6: style: The scope of the variable 'c' can be reduced. [variableScope]
owfs-3.1p5/module/owshell/src/c/owwrite.c:44:10: style: The scope of the variable 'hex_convert' can be reduced. [variableScope]
[14:38]

ftp://ftp.se.debian.org/debian/pool/main/o/owl/owl_2.2.2.orig.tar.gz
owl-2.2.2.orig/aim.c:401:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/aim.c:399:3: note: Variable 'ret' is reassigned a value before the old one has been used.
owl-2.2.2.orig/aim.c:401:4: note: Variable 'ret' is reassigned a value before the old one has been used.
owl-2.2.2.orig/aim.c:447:3: style: Variable 'waitingconn' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/aim.c:436:0: note: Variable 'waitingconn' is reassigned a value before the old one has been used.
owl-2.2.2.orig/aim.c:447:3: note: Variable 'waitingconn' is reassigned a value before the old one has been used.
owl-2.2.2.orig/aim.c:1138:3: style: Variable 'prof_encoding' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/aim.c:1130:0: note: Variable 'prof_encoding' is reassigned a value before the old one has been used.
owl-2.2.2.orig/aim.c:1138:3: note: Variable 'prof_encoding' is reassigned a value before the old one has been used.
owl-2.2.2.orig/aim.c:1139:3: style: Variable 'prof' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/aim.c:1131:0: note: Variable 'prof' is reassigned a value before the old one has been used.
owl-2.2.2.orig/aim.c:1139:3: note: Variable 'prof' is reassigned a value before the old one has been used.
owl-2.2.2.orig/aim.c:1812:3: style: Variable 'sn' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/aim.c:1808:0: note: Variable 'sn' is reassigned a value before the old one has been used.
owl-2.2.2.orig/aim.c:1812:3: note: Variable 'sn' is reassigned a value before the old one has been used.
owl-2.2.2.orig/aim.c:398:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
owl-2.2.2.orig/aim.c:1178:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
owl-2.2.2.orig/aim.c:1509:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
owl-2.2.2.orig/aim.c:963:9: style: The scope of the variable 'f' can be reduced. [variableScope]
owl-2.2.2.orig/aim.c:2171:8: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
owl-2.2.2.orig/aim.c:401:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:442:35: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:1138:19: style: Variable 'prof_encoding' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:1139:10: style: Variable 'prof' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:1137:28: style: Variable 'inforeq' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:1637:6: style: Variable 'bl' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:1744:12: style: Variable 'destsn' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:1765:12: style: Variable 'destsn' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:1969:12: style: Variable 'cookie' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2015:10: style: Variable 'list' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2076:14: style: Variable 'userinfo' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2075:11: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2098:14: style: Variable 'userinfo' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2097:11: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2129:14: style: Variable 'userinfo' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2126:14: style: Variable 'roominfo' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2127:14: style: Variable 'roomname' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2128:15: style: Variable 'usercount' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2130:14: style: Variable 'roomdesc' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2131:26: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2134:31: style: Variable 'unknown_d2' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2135:31: style: Variable 'unknown_d5' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2133:30: style: Variable 'maxmsglen' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2136:37: style: Variable 'maxvisiblemsglen' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2132:18: style: Variable 'creationtime' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2123:15: style: Variable 'croomname' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2175:9: style: Variable 'msg' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2211:16: style: Variable 'maxrooms' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2213:17: style: Variable 'exchanges' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2212:21: style: Variable 'exchangecount' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2239:12: style: Variable 'fqcn' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2248:12: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2249:10: style: Variable 'ck' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2240:31: style: Variable 'instance' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2242:28: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2244:32: style: Variable 'maxmsglen' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2245:35: style: Variable 'maxoccupancy' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2247:30: style: Variable 'unknown' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2241:31: style: Variable 'exchange' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2246:33: style: Variable 'createperms' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2243:18: style: Variable 'createtime' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/aim.c:2239:19: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2240:31: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2241:31: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2242:28: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2243:25: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2244:32: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2245:35: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2246:33: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2247:30: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2248:19: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2249:17: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2250:5: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/aim.c:2255:5: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
owl-2.2.2.orig/buddy.c:83:10: style: The scope of the variable 'now' can be reduced. [variableScope]
owl-2.2.2.orig/buddylist.c:50:14: style: The scope of the variable 'b' can be reduced. [variableScope]
owl-2.2.2.orig/buddylist.c:70:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/buddylist.c:96:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/buddylist.c:134:14: style: The scope of the variable 'b' can be reduced. [variableScope]
owl-2.2.2.orig/cmd.c:52:18: style: The scope of the variable 'cmd' can be reduced. [variableScope]
owl-2.2.2.orig/cmd.c:152:14: style: The scope of the variable 'alias_recurse_depth' can be reduced. [variableScope]
owl-2.2.2.orig/cmd.c:154:9: style: The scope of the variable 'cmdbuffargs' can be reduced. [variableScope]
owl-2.2.2.orig/cmd.c:154:23: style: The scope of the variable 'newcmd' can be reduced. [variableScope]
owl-2.2.2.orig/commands.c:1896:7: style: Variable 'newbuff' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/commands.c:1895:7: note: Variable 'newbuff' is reassigned a value before the old one has been used.
owl-2.2.2.orig/commands.c:1896:7: note: Variable 'newbuff' is reassigned a value before the old one has been used.
owl-2.2.2.orig/commands.c:967:7: style: The scope of the variable 'elapsed' can be reduced. [variableScope]
owl-2.2.2.orig/commands.c:967:18: style: The scope of the variable 'timesort' can be reduced. [variableScope]
owl-2.2.2.orig/commands.c:2487:16: style: The scope of the variable 'hist' can be reduced. [variableScope]
owl-2.2.2.orig/commands.c:974:7: style: Variable 'elapsed' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/commands.c:978:7: style: Variable 'timesort' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/commands.c:1898:2: error: Common realloc mistake: 'newbuff' nulled but not freed upon failure [memleakOnRealloc]
owl-2.2.2.orig/dict.c:205:7: style: Condition 'numfailed' is always false [knownConditionTrueFalse]
owl-2.2.2.orig/dict.c:175:17: note: Assignment 'numfailed=0', assigned value is 0
owl-2.2.2.orig/dict.c:205:7: note: Condition 'numfailed' is always false
owl-2.2.2.orig/dict.c:85:9: style: The scope of the variable 'dupk' can be reduced. [variableScope]
owl-2.2.2.orig/editwin.c:320:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
owl-2.2.2.orig/editwin.c:645:10: style: The scope of the variable 'x' can be reduced. [variableScope]
owl-2.2.2.orig/editwin.c:762:7: style: The scope of the variable 'i' can be reduced. [variableScope]
owl-2.2.2.orig/filter.c:45:13: style: The scope of the variable 'error' can be reduced. [variableScope]
owl-2.2.2.orig/filter.c:46:22: style: The scope of the variable 'fe' can be reduced. [variableScope]
owl-2.2.2.orig/filter.c:258:17: style: The scope of the variable 'subfilter' can be reduced. [variableScope]
owl-2.2.2.orig/filter.c:327:26: style: The scope of the variable 'z' can be reduced. [variableScope]
owl-2.2.2.orig/filter.c:327:41: style: The scope of the variable 'type' can be reduced. [variableScope]
owl-2.2.2.orig/filter.c:481:22: style: The scope of the variable 'fe' can be reduced. [variableScope]
owl-2.2.2.orig/filter.c:531:22: style: The scope of the variable 'fe' can be reduced. [variableScope]
owl-2.2.2.orig/filter.c:545:16: style: The scope of the variable 'y' can be reduced. [variableScope]
owl-2.2.2.orig/fmtext.c:200:17: style: The scope of the variable 'trans1' can be reduced. [variableScope]
owl-2.2.2.orig/fmtext.c:200:25: style: The scope of the variable 'trans2' can be reduced. [variableScope]
owl-2.2.2.orig/fmtext.c:259:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
owl-2.2.2.orig/fmtext.c:621:9: style: The scope of the variable 'elem' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2181:3: style: Variable 'redirect' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/functions.c:2175:0: note: Variable 'redirect' is reassigned a value before the old one has been used.
owl-2.2.2.orig/functions.c:2181:3: note: Variable 'redirect' is reassigned a value before the old one has been used.
owl-2.2.2.orig/functions.c:389:9: style: The scope of the variable 'mymsg' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:390:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:429:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:595:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:645:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:892:15: style: The scope of the variable 'path' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1108:10: style: The scope of the variable 'last' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1108:16: style: The scope of the variable 'lines' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1148:17: style: The scope of the variable 'foo' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1402:14: style: The scope of the variable 'n' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1467:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1467:18: style: The scope of the variable 'tmpbuff' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1468:11: style: The scope of the variable 'i' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1468:14: style: The scope of the variable 'j' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1468:17: style: The scope of the variable 'fields' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1468:25: style: The scope of the variable 'len' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1713:9: style: The scope of the variable 'name' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1743:9: style: The scope of the variable 'varname' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1798:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1950:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1951:15: style: The scope of the variable 'f' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1956:11: style: The scope of the variable 'class' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1956:19: style: The scope of the variable 'inst' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1956:26: style: The scope of the variable 'to' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2046:14: style: The scope of the variable 'oldtmp' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2046:23: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2093:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2093:15: style: The scope of the variable 'buff' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2176:9: style: The scope of the variable 'out' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2176:14: style: The scope of the variable 'buff2' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2177:7: style: The scope of the variable 'size' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2178:9: style: The scope of the variable 'p' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2388:9: style: The scope of the variable 'argv' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2415:15: style: The scope of the variable 'f' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2459:15: style: The scope of the variable 'f' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2462:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2722:9: style: The scope of the variable 'zperson' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2788:9: style: The scope of the variable 'cmd' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:2788:15: style: The scope of the variable 'cmdprefix' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3012:15: style: The scope of the variable 'km' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3015:9: style: The scope of the variable 'kmname' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3099:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3164:13: style: The scope of the variable 'x' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3164:16: style: The scope of the variable 'idle' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3166:18: style: The scope of the variable 'bl' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3167:14: style: The scope of the variable 'b' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3169:9: style: The scope of the variable 'foo' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3169:15: style: The scope of the variable 'timestr' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3171:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3171:15: style: The scope of the variable 'user' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3171:22: style: The scope of the variable 'line' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3173:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3249:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:3520:9: style: The scope of the variable 'user' can be reduced. [variableScope]
owl-2.2.2.orig/functions.c:1582:6: style: Variable 'pw' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/functions.c:2502:6: style: Variable 'fl' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/functions.c:3270:3: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/functions.c:3315:2: error: Common realloc mistake: 'parsed' nulled but not freed upon failure [memleakOnRealloc]
owl-2.2.2.orig/functions.c:1253:44: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
owl-2.2.2.orig/global.c:557:15: style: The scope of the variable 'f' can be reduced. [variableScope]
owl-2.2.2.orig/global.c:575:15: style: The scope of the variable 'f' can be reduced. [variableScope]
owl-2.2.2.orig/help.c:33:9: style: The scope of the variable 'varname' can be reduced. [variableScope]
owl-2.2.2.orig/keybinding.c:110:12: style: The scope of the variable 'n' can be reduced. [variableScope]
owl-2.2.2.orig/keymap.c:60:24: style: The scope of the variable 'curkb' can be reduced. [variableScope]
owl-2.2.2.orig/keypress.c:159:16: style: The scope of the variable 'kb2' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/admin.c:207:7: style: Variable 'tl' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/bart.c:79:84: style: Function 'aim_bart_request' argument 3 names different: declaration 'iconstr' definition 'iconcsum'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim.h:1162:84: note: Function 'aim_bart_request' argument 3 names different: declaration 'iconstr' definition 'iconcsum'.
owl-2.2.2.orig/libfaim/bart.c:79:84: note: Function 'aim_bart_request' argument 3 names different: declaration 'iconstr' definition 'iconcsum'.
owl-2.2.2.orig/libfaim/bart.c:79:101: style: Function 'aim_bart_request' argument 4 names different: declaration 'iconstrlen' definition 'iconcsumlen'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim.h:1162:100: note: Function 'aim_bart_request' argument 4 names different: declaration 'iconstrlen' definition 'iconcsumlen'.
owl-2.2.2.orig/libfaim/bart.c:79:101: note: Function 'aim_bart_request' argument 4 names different: declaration 'iconstrlen' definition 'iconcsumlen'.
owl-2.2.2.orig/libfaim/bart.c:59:14: style: Variable 'something' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/bart.c:60:18: style: Variable 'somethingelse' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/bart.c:61:17: style: Variable 'onemorething' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/bart.c:125:10: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/bart.c:126:11: style: Variable 'number' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/chat.c:305:13: style: Variable 'tlvcount' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/chatnav.c:216:18: style: Variable 'createperms' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/conn.c:422:0: error: Memory leak: proxy [memleak]
owl-2.2.2.orig/libfaim/ft.c:289:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
owl-2.2.2.orig/libfaim/ft.c:321:62: warning: Either the condition '!conn' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck]
owl-2.2.2.orig/libfaim/ft.c:327:15: note: Assuming that condition '!conn' is not redundant
owl-2.2.2.orig/libfaim/ft.c:321:62: note: Null pointer dereference
owl-2.2.2.orig/libfaim/ft.c:401:62: warning: Either the condition '!conn' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck]
owl-2.2.2.orig/libfaim/ft.c:405:15: note: Assuming that condition '!conn' is not redundant
owl-2.2.2.orig/libfaim/ft.c:401:62: note: Null pointer dereference
owl-2.2.2.orig/libfaim/ft.c:655:2: style: Variable 'snptr' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/libfaim/ft.c:639:0: note: Variable 'snptr' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/ft.c:655:2: note: Variable 'snptr' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/ft.c:124:45: style: The scope of the variable 'oldcheck' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ft.c:271:2: warning: The buffer 'ip' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
owl-2.2.2.orig/libfaim/icq.c:417:6: style: The scope of the variable 'i' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/icq.c:660:23: style: The scope of the variable 'del' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/im.c:1331:9: style: The scope of the variable 'type' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/im.c:1331:15: style: The scope of the variable 'length' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/im.c:1335:6: style: The scope of the variable 'endpos' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/im.c:2007:9: style: The scope of the variable 'channel' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/im.c:2007:18: style: The scope of the variable 'nummissed' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/im.c:2007:29: style: The scope of the variable 'reason' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/im.c:408:65: style: Function 'aim_im_sendch1' argument 2 names different: declaration 'destsn' definition 'sn'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim.h:865:74: note: Function 'aim_im_sendch1' argument 2 names different: declaration 'destsn' definition 'sn'.
owl-2.2.2.orig/libfaim/im.c:408:65: note: Function 'aim_im_sendch1' argument 2 names different: declaration 'destsn' definition 'sn'.
owl-2.2.2.orig/libfaim/im.c:768:90: style: Function 'aim_im_sendch2_sendfile_accept' argument 2 names different: declaration 'info' definition 'oft_info'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim.h:870:103: note: Function 'aim_im_sendch2_sendfile_accept' argument 2 names different: declaration 'info' definition 'oft_info'.
owl-2.2.2.orig/libfaim/im.c:768:90: note: Function 'aim_im_sendch2_sendfile_accept' argument 2 names different: declaration 'info' definition 'oft_info'.
owl-2.2.2.orig/libfaim/im.c:1979:80: style: Function 'aim_im_warn' argument 3 names different: declaration 'destsn' definition 'sn'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim.h:874:93: note: Function 'aim_im_warn' argument 3 names different: declaration 'destsn' definition 'sn'.
owl-2.2.2.orig/libfaim/im.c:1979:80: note: Function 'aim_im_warn' argument 3 names different: declaration 'destsn' definition 'sn'.
owl-2.2.2.orig/libfaim/im.c:1021:3: style: Variable 'cookie' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/im.c:1572:12: style: Variable 'msgtype' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/locate.c:662:13: style: Expression is always false because 'else if' condition matches previous condition at line 654. [multiCondition]
owl-2.2.2.orig/libfaim/locate.c:840:13: warning: Either the condition 'if(snac2)' is redundant or there is possible null pointer dereference: snac2. [nullPointerRedundantCheck]
owl-2.2.2.orig/libfaim/locate.c:857:5: note: Assuming that condition 'if(snac2)' is not redundant
owl-2.2.2.orig/libfaim/locate.c:840:13: note: Null pointer dereference
owl-2.2.2.orig/libfaim/locate.c:1184:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
owl-2.2.2.orig/libfaim/locate.c:687:8: style: The scope of the variable 'type2' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/locate.c:687:15: style: The scope of the variable 'number' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/locate.c:687:23: style: The scope of the variable 'length2' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/locate.c:1296:18: style: The scope of the variable 'del' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/locate.c:1234:11: style: Variable 'snacid' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/odir.c:168:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/libfaim/odir.c:167:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/odir.c:168:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/oscar.c:3995:3: warning: %hhd in format string (no. 1) requires 'char' but the argument type is 'unsigned char'. [invalidPrintfArgType_sint]
owl-2.2.2.orig/libfaim/oscar.c:427:28: warning: Either the condition 'if(g&&od->sess)' is redundant or there is possible null pointer dereference: gc. [nullPointerRedundantCheck]
owl-2.2.2.orig/libfaim/oscar.c:5288:6: note: Assuming that condition 'if(g&&od->sess)' is not redundant
owl-2.2.2.orig/libfaim/oscar.c:5282:22: note: Calling function 'find_oscar_chat', 1st argument 'gc' value is 0
owl-2.2.2.orig/libfaim/oscar.c:427:28: note: Null pointer dereference
owl-2.2.2.orig/libfaim/oscar.c:5262:16: warning: Either the condition 'if(g&&od->sess)' is redundant or there is possible null pointer dereference: g. [nullPointerRedundantCheck]
owl-2.2.2.orig/libfaim/oscar.c:5288:6: note: Assuming that condition 'if(g&&od->sess)' is not redundant
owl-2.2.2.orig/libfaim/oscar.c:5262:16: note: Null pointer dereference
owl-2.2.2.orig/libfaim/oscar.c:5779:28: warning: Either the condition 'datasize' is redundant or there is possible null pointer dereference: datasize. [nullPointerRedundantCheck]
owl-2.2.2.orig/libfaim/oscar.c:5771:14: note: Assuming that condition 'datasize' is not redundant
owl-2.2.2.orig/libfaim/oscar.c:5779:28: note: Null pointer dereference
owl-2.2.2.orig/libfaim/oscar.c:1831:3: style: Variable 'b16' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/libfaim/oscar.c:1828:0: note: Variable 'b16' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/oscar.c:1831:3: note: Variable 'b16' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/oscar.c:1832:3: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/libfaim/oscar.c:1829:0: note: Variable 'b' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/oscar.c:1832:3: note: Variable 'b' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/oscar.c:1837:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/libfaim/oscar.c:1827:0: note: Variable 'filename' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/oscar.c:1837:3: note: Variable 'filename' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/oscar.c:3316:2: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/libfaim/oscar.c:3309:0: note: Variable 'c' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/oscar.c:3316:2: note: Variable 'c' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/oscar.c:3339:2: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/libfaim/oscar.c:3332:0: note: Variable 'c' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/oscar.c:3339:2: note: Variable 'c' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/oscar.c:965:23: style: The scope of the variable 'oft_info' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:983:23: style: The scope of the variable 'oft_info' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:1892:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:2198:9: style: The scope of the variable 'file' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:2674:8: style: The scope of the variable 'i' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:2674:11: style: The scope of the variable 'num' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:3030:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:3067:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:3068:6: style: The scope of the variable 'count' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:3068:17: style: The scope of the variable 'i' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:4067:13: style: The scope of the variable 'b' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:4158:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:4828:6: style: The scope of the variable 'tmp' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:4943:14: style: The scope of the variable 'group' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:4944:14: style: The scope of the variable 'buddy' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:5559:8: style: The scope of the variable 'flags' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:5559:19: style: The scope of the variable 'length' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:5824:7: style: The scope of the variable 'id' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/oscar.c:6003:65: style: Function 'oscar_ask_direct_im' argument 2 names different: declaration 'name' definition 'who'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/oscar.c:4277:65: note: Function 'oscar_ask_direct_im' argument 2 names different: declaration 'name' definition 'who'.
owl-2.2.2.orig/libfaim/oscar.c:6003:65: note: Function 'oscar_ask_direct_im' argument 2 names different: declaration 'name' definition 'who'.
owl-2.2.2.orig/libfaim/oscar.c:1787:8: style: Variable 'caps' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:2014:11: style: Variable 'cookie' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:2056:9: style: Variable 'conn' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:2058:7: style: Variable 'fh' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:2089:11: style: Variable 'cookie' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:2090:7: style: Variable 'fh' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:3365:13: style: Variable 'userinfo' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:3362:13: style: Variable 'roominfo' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:3363:13: style: Variable 'roomname' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:3364:13: style: Variable 'usercount' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:3366:13: style: Variable 'roomdesc' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:3367:30: style: Variable 'unknown_c9' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:3370:30: style: Variable 'unknown_d2' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:3371:30: style: Variable 'unknown_d5' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:3368:17: style: Variable 'creationtime' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:3563:25: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:4099:24: style: Variable 'wid' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:4100:24: style: Variable 'hei' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:4101:26: style: Variable 'delay' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:5078:8: style: Variable 'msg' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:5737:13: style: Variable 'encoding' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/oscar.c:3169:6: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
owl-2.2.2.orig/libfaim/oscar.c:3173:6: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
owl-2.2.2.orig/libfaim/oscar.c:2919:62: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
owl-2.2.2.orig/libfaim/rxhandlers.c:213:9: style: The scope of the variable 'family' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/rxhandlers.c:213:17: style: The scope of the variable 'subtype' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/rxqueue.c:47:32: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
owl-2.2.2.orig/libfaim/service.c:636:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/libfaim/service.c:613:0: note: Variable 'msg' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/service.c:636:2: note: Variable 'msg' is reassigned a value before the old one has been used.
owl-2.2.2.orig/libfaim/service.c:731:13: style: Variable 'vercount' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/snac.c:139:72: style: Function 'aim_putsnac' argument 3 names different: declaration 'type' definition 'subtype'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim_internal.h:137:70: note: Function 'aim_putsnac' argument 3 names different: declaration 'type' definition 'subtype'.
owl-2.2.2.orig/libfaim/snac.c:139:72: note: Function 'aim_putsnac' argument 3 names different: declaration 'type' definition 'subtype'.
owl-2.2.2.orig/libfaim/snac.c:139:108: style: Function 'aim_putsnac' argument 5 names different: declaration 'id' definition 'snacid'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim_internal.h:137:103: note: Function 'aim_putsnac' argument 5 names different: declaration 'id' definition 'snacid'.
owl-2.2.2.orig/libfaim/snac.c:139:108: note: Function 'aim_putsnac' argument 5 names different: declaration 'id' definition 'snacid'.
owl-2.2.2.orig/libfaim/snac.c:47:2: error: Memory leak: snac.data [memleak]
owl-2.2.2.orig/libfaim/ssi.c:461:30: style: The scope of the variable 'cur2' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:565:31: style: The scope of the variable 'deltmp' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1236:9: style: The scope of the variable 'namelen' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1236:18: style: The scope of the variable 'gid' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1236:23: style: The scope of the variable 'bid' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1236:28: style: The scope of the variable 'type' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1357:9: style: The scope of the variable 'len' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1357:14: style: The scope of the variable 'gid' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1357:19: style: The scope of the variable 'bid' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1357:24: style: The scope of the variable 'type' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1396:9: style: The scope of the variable 'len' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1396:14: style: The scope of the variable 'gid' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1396:19: style: The scope of the variable 'bid' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1396:24: style: The scope of the variable 'type' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1457:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1457:14: style: The scope of the variable 'bid' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1458:23: style: The scope of the variable 'del' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:1489:28: style: The scope of the variable 'del' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/ssi.c:945:102: style: Function 'aim_ssi_editcomment' argument 4 names different: declaration 'alias' definition 'comment'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim.h:1231:102: note: Function 'aim_ssi_editcomment' argument 4 names different: declaration 'alias' definition 'comment'.
owl-2.2.2.orig/libfaim/ssi.c:945:102: note: Function 'aim_ssi_editcomment' argument 4 names different: declaration 'alias' definition 'comment'.
owl-2.2.2.orig/libfaim/ssi.c:1202:66: style: Function 'aim_ssi_reqifchanged' argument 2 names different: declaration 'localstamp' definition 'timestamp'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim.h:1202:79: note: Function 'aim_ssi_reqifchanged' argument 2 names different: declaration 'localstamp' definition 'timestamp'.
owl-2.2.2.orig/libfaim/ssi.c:1202:66: note: Function 'aim_ssi_reqifchanged' argument 2 names different: declaration 'localstamp' definition 'timestamp'.
owl-2.2.2.orig/libfaim/ssi.c:1202:84: style: Function 'aim_ssi_reqifchanged' argument 3 names different: declaration 'localrev' definition 'numitems'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim.h:1202:98: note: Function 'aim_ssi_reqifchanged' argument 3 names different: declaration 'localrev' definition 'numitems'.
owl-2.2.2.orig/libfaim/ssi.c:1202:84: note: Function 'aim_ssi_reqifchanged' argument 3 names different: declaration 'localrev' definition 'numitems'.
owl-2.2.2.orig/libfaim/ssi.c:1719:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/ssi.c:1794:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/ssi.c:1881:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/libfaim/tlv.c:324:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
owl-2.2.2.orig/libfaim/tlv.c:570:97: style: Function 'aim_tlvlist_replace_raw' argument 3 names different: declaration 'lenth' definition 'length'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim.h:1403:97: note: Function 'aim_tlvlist_replace_raw' argument 3 names different: declaration 'lenth' definition 'length'.
owl-2.2.2.orig/libfaim/tlv.c:570:97: note: Function 'aim_tlvlist_replace_raw' argument 3 names different: declaration 'lenth' definition 'length'.
owl-2.2.2.orig/libfaim/txqueue.c:245:21: style: The scope of the variable 'userfunc' can be reduced. [variableScope]
owl-2.2.2.orig/libfaim/txqueue.c:233:29: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
owl-2.2.2.orig/libfaim/txqueue.c:348:70: style: Function 'aim_tx_sendframe' argument 2 names different: declaration 'cur' definition 'fr'. [funcArgNamesDifferent]
owl-2.2.2.orig/libfaim/aim_internal.h:114:70: note: Function 'aim_tx_sendframe' argument 2 names different: declaration 'cur' definition 'fr'.
owl-2.2.2.orig/libfaim/txqueue.c:348:70: note: Function 'aim_tx_sendframe' argument 2 names different: declaration 'cur' definition 'fr'.
owl-2.2.2.orig/libfaim/util.c:116:0: error: Memory leak: toReturn [memleak]
owl-2.2.2.orig/mainwin.c:37:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/mainwin.c:38:13: style: The scope of the variable 'q' can be reduced. [variableScope]
owl-2.2.2.orig/mainwin.c:39:13: style: The scope of the variable 'savey' can be reduced. [variableScope]
owl-2.2.2.orig/mainwin.c:40:23: style: The scope of the variable 'color' can be reduced. [variableScope]
owl-2.2.2.orig/mainwin.c:43:13: style: The scope of the variable 'filtlist' can be reduced. [variableScope]
owl-2.2.2.orig/message.c:622:15: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
owl-2.2.2.orig/message.c:625:15: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
owl-2.2.2.orig/message.c:93:13: style: The scope of the variable 'p' can be reduced. [variableScope]
owl-2.2.2.orig/message.c:117:13: style: The scope of the variable 'p' can be reduced. [variableScope]
owl-2.2.2.orig/message.c:118:9: style: The scope of the variable 'buff' can be reduced. [variableScope]
owl-2.2.2.orig/message.c:144:14: style: The scope of the variable 's' can be reduced. [variableScope]
owl-2.2.2.orig/message.c:145:13: style: The scope of the variable 'v' can be reduced. [variableScope]
owl-2.2.2.orig/message.c:754:21: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
owl-2.2.2.orig/message.c:966:13: style: The scope of the variable 'p' can be reduced. [variableScope]
owl-2.2.2.orig/messagelist.c:50:20: style: The scope of the variable 'mid' can be reduced. [variableScope]
owl-2.2.2.orig/messagelist.c:50:25: style: The scope of the variable 'msg_id' can be reduced. [variableScope]
owl-2.2.2.orig/messagelist.c:51:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/messagelist.c:95:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/messagelist.c:121:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/owl.c:478:7: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/owl.c:475:0: note: Variable 'm' is reassigned a value before the old one has been used.
owl-2.2.2.orig/owl.c:478:7: note: Variable 'm' is reassigned a value before the old one has been used.
owl-2.2.2.orig/owl.c:58:42: style: The scope of the variable 'followlast' can be reduced. [variableScope]
owl-2.2.2.orig/owl.c:59:7: style: The scope of the variable 'newmsgs' can be reduced. [variableScope]
owl-2.2.2.orig/owl.c:65:14: style: The scope of the variable 'today' can be reduced. [variableScope]
owl-2.2.2.orig/owl.c:644:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
owl-2.2.2.orig/owl.c:644:12: style: The scope of the variable 'j' can be reduced. [variableScope]
owl-2.2.2.orig/owl.c:645:15: style: The scope of the variable 'pw' can be reduced. [variableScope]
owl-2.2.2.orig/owl.c:646:16: style: The scope of the variable 'tw' can be reduced. [variableScope]
owl-2.2.2.orig/owl.c:439:12: style: Variable 'recwin' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/owl.c:438:12: style: Variable 'msgwin' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/owl.c:353:6: style: Variable 'tw' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/owl.c:753:11: style: Variable 'bread' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/perlconfig.c:343:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
owl-2.2.2.orig/perlconfig.c:342:0: note: Variable 'ret' is reassigned a value before the old one has been used.
owl-2.2.2.orig/perlconfig.c:343:5: note: Variable 'ret' is reassigned a value before the old one has been used.
owl-2.2.2.orig/perlconfig.c:43:9: style: The scope of the variable 'file' can be reduced. [variableScope]
owl-2.2.2.orig/perlconfig.c:54:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
owl-2.2.2.orig/perlconfig.c:55:7: style: The scope of the variable 'i' can be reduced. [variableScope]
owl-2.2.2.orig/perlconfig.c:55:10: style: The scope of the variable 'j' can be reduced. [variableScope]
owl-2.2.2.orig/perlconfig.c:131:14: style: The scope of the variable 'len' can be reduced. [variableScope]
owl-2.2.2.orig/perlconfig.c:133:15: style: The scope of the variable 'preout' can be reduced. [variableScope]
owl-2.2.2.orig/perlconfig.c:284:9: style: The scope of the variable 'key' can be reduced. [variableScope]
perlglue.xs:29:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
perlglue.xs:27:0: note: Variable 'rv' is reassigned a value before the old one has been used.
perlglue.xs:29:3: note: Variable 'rv' is reassigned a value before the old one has been used.
perlglue.xs:77:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
perlglue.xs:75:0: note: Variable 'rv' is reassigned a value before the old one has been used.
perlglue.xs:77:3: note: Variable 'rv' is reassigned a value before the old one has been used.
perlglue.c:63:7: style: Unused variable: RETVAL [unusedVariable]
perlglue.xs:69:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/popexec.c:189:15: style: The scope of the variable 'rv' can be reduced. [variableScope]
owl-2.2.2.orig/regex.c:39:8: style: The scope of the variable 'buff1' can be reduced. [variableScope]
owl-2.2.2.orig/select.c:40:17: style: The scope of the variable 'd' can be reduced. [variableScope]
owl-2.2.2.orig/select.c:155:17: style: The scope of the variable 'd' can be reduced. [variableScope]
owl-2.2.2.orig/select.c:206:18: style: The scope of the variable 'aim_max_fd' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:36:9: style: The scope of the variable 'body' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:36:16: style: The scope of the variable 'indent' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:36:25: style: The scope of the variable 'ptr' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:36:31: style: The scope of the variable 'zsigbuff' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:36:42: style: The scope of the variable 'frombuff' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:37:14: style: The scope of the variable 'n' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:242:9: style: The scope of the variable 'body' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:242:16: style: The scope of the variable 'indent' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:242:25: style: The scope of the variable 'ptr' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:242:31: style: The scope of the variable 'zsigbuff' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:242:42: style: The scope of the variable 'frombuff' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:243:14: style: The scope of the variable 'n' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:473:14: style: The scope of the variable 'n' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:600:9: style: The scope of the variable 'body' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:600:16: style: The scope of the variable 'indent' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:600:25: style: The scope of the variable 'ptr' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:600:31: style: The scope of the variable 'frombuff' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:602:14: style: The scope of the variable 'n' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:604:9: style: The scope of the variable 'sender' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:604:18: style: The scope of the variable 'hostname' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:604:29: style: The scope of the variable 'timestr' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:604:39: style: The scope of the variable 'classinst1' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:604:52: style: The scope of the variable 'classinst2' can be reduced. [variableScope]
owl-2.2.2.orig/stylefunc.c:42:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/stylefunc.c:250:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/stylefunc.c:481:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/stylefunc.c:608:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
owl-2.2.2.orig/stylefunc.c:46:5: error: Common realloc mistake: 'body' nulled but not freed upon failure [memleakOnRealloc]
owl-2.2.2.orig/tester.c:104:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
owl-2.2.2.orig/tester.c:55:7: style: The scope of the variable 'j' can be reduced. [variableScope]
owl-2.2.2.orig/tester.c:122:7: style: The scope of the variable 'j' can be reduced. [variableScope]
owl-2.2.2.orig/tester.c:143:7: style: The scope of the variable 'j' can be reduced. [variableScope]
owl-2.2.2.orig/tester.c:171:7: style: The scope of the variable 'numfailures' can be reduced. [variableScope]
owl-2.2.2.orig/text.c:160:22: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
owl-2.2.2.orig/util.c:825:7: style: Condition 'numfailed' is always false [knownConditionTrueFalse]
owl-2.2.2.orig/util.c:800:17: note: Assignment 'numfailed=0', assigned value is 0
owl-2.2.2.orig/util.c:825:7: note: Condition 'numfailed' is always false
owl-2.2.2.orig/util.c:487:7: style: The scope of the variable 'n' can be reduced. [variableScope]
owl-2.2.2.orig/util.c:660:13: style: The scope of the variable 'newline' can be reduced. [variableScope]
owl-2.2.2.orig/util.c:743:16: style: The scope of the variable 'y' can be reduced. [variableScope]
owl-2.2.2.orig/util.c:818:3: error: Allocation with owl_util_uniq, strcmp doesn't release it. [leakNoVarFunctionCall]
owl-2.2.2.orig/variable.c:977:7: style: Condition 'numfailed' is always false [knownConditionTrueFalse]
owl-2.2.2.orig/variable.c:935:17: note: Assignment 'numfailed=0', assigned value is 0
owl-2.2.2.orig/variable.c:977:7: note: Condition 'numfailed' is always false
owl-2.2.2.orig/variable.c:692:59: warning: Either the condition '!name' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
owl-2.2.2.orig/variable.c:689:7: note: Assuming that condition '!name' is not redundant
owl-2.2.2.orig/variable.c:692:59: note: Null pointer dereference
owl-2.2.2.orig/variable.c:781:26: warning: Either the condition 'newval' is redundant or there is possible null pointer dereference: newval. [nullPointerRedundantCheck]
owl-2.2.2.orig/variable.c:415:7: note: Assuming that condition 'newval' is not redundant
owl-2.2.2.orig/variable.c:418:43: note: Calling function 'owl_variable_bool_set_default', 2nd argument 'newval' value is 0
owl-2.2.2.orig/variable.c:781:26: note: Null pointer dereference
owl-2.2.2.orig/variable.c:820:26: warning: Either the condition 'newval' is redundant or there is possible null pointer dereference: newval. [nullPointerRedundantCheck]
owl-2.2.2.orig/variable.c:451:7: note: Assuming that condition 'newval' is not redundant
owl-2.2.2.orig/variable.c:460:42: note: Calling function 'owl_variable_int_set_default', 2nd argument 'newval' value is 0
owl-2.2.2.orig/variable.c:820:26: note: Null pointer dereference
owl-2.2.2.orig/variable.c:577:8: style: The scope of the variable 'buff2' can be reduced. [variableScope]
owl-2.2.2.orig/view.c:60:16: style: The scope of the variable 'm' can be reduced. [variableScope]
owl-2.2.2.orig/zbuddylist.c:55:16: style: The scope of the variable 'ptr' can be reduced. [variableScope]
owl-2.2.2.orig/zcrypt.c:718:7: style: Condition '!error' is always true [knownConditionTrueFalse]
owl-2.2.2.orig/zcrypt.c:622:15: note: Assignment 'error=0', assigned value is 0
owl-2.2.2.orig/zcrypt.c:718:7: note: Condition '!error' is always true
owl-2.2.2.orig/zcrypt.c:744:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
owl-2.2.2.orig/zcrypt.c:757:7: style: The scope of the variable 'c' can be reduced. [variableScope]
owl-2.2.2.orig/zephyr.c:128:43: style: Same expression on both sides of '||'. [duplicateExpression]
owl-2.2.2.orig/zephyr.c:211:45: style: Same expression on both sides of '||'. [duplicateExpression]
owl-2.2.2.orig/zephyr.c:190:30: style: The scope of the variable 'buffer' can be reduced. [variableScope]
owl-2.2.2.orig/zephyr.c:310:9: style: The scope of the variable 'out' can be reduced. [variableScope]
owl-2.2.2.orig/zephyr.c:676:37: style: The scope of the variable 'buff' can be reduced. [variableScope]
owl-2.2.2.orig/zwrite.c:37:9: style: The scope of the variable 'zsigproc' can be reduced. [variableScope]
owl-2.2.2.orig/zwrite.c:37:20: style: The scope of the variable 'zsigowlvar' can be reduced. [variableScope]
owl-2.2.2.orig/zwrite.c:37:33: style: The scope of the variable 'zsigzvar' can be reduced. [variableScope]
owl-2.2.2.orig/zwrite.c:37:44: style: The scope of the variable 'ptr' can be reduced. [variableScope]
owl-2.2.2.orig/zwrite.c:38:18: style: The scope of the variable 'pw' can be reduced. [variableScope]
owl-2.2.2.orig/zwrite.c:175:12: style: The scope of the variable 'buff' can be reduced. [variableScope]
owl-2.2.2.orig/zwrite.c:243:7: style: The scope of the variable 'i' can be reduced. [variableScope]
owl-2.2.2.orig/zwrite.c:283:7: style: The scope of the variable 'i' can be reduced. [variableScope]
owl-2.2.2.orig/zwrite.c:368:9: style: The scope of the variable 'foo' can be reduced. [variableScope]
[14:38]

ftp://ftp.se.debian.org/debian/pool/main/o/owncloud/owncloud_7.0.4+dfsg.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/owncloud-apps/owncloud-apps_0~~20141022.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/owncloud-client/owncloud-client_2.4.1+dfsg.orig.tar.xz
owncloudclient-2.4.1/csync/tests/csync_tests/check_csync_update.cpp:188:5: style: Variable 'fs' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/csync/tests/csync_tests/check_csync_update.cpp:185:0: note: Variable 'fs' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/csync/tests/csync_tests/check_csync_update.cpp:188:5: note: Variable 'fs' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/csync/tests/csync_tests/check_csync_update.cpp:32:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
owncloudclient-2.4.1/csync/tests/csync_tests/check_csync_update.cpp:69:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
owncloudclient-2.4.1/src/3rdparty/QProgressIndicator/QProgressIndicator.h:45:5: style: Class 'QProgressIndicator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/3rdparty/qtlockedfile/qtlockedfile.h:59:5: style: Class 'QtLockedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/3rdparty/qtsingleapplication/qtsingleapplication.cpp:53:57: style: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/3rdparty/qtsingleapplication/qtsingleapplication.h:46:40: note: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'.
owncloudclient-2.4.1/src/3rdparty/qtsingleapplication/qtsingleapplication.cpp:53:57: note: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'.
owncloudclient-2.4.1/src/3rdparty/qtsingleapplication/qtsingleapplication.cpp:58:11: performance: Variable 'appId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
owncloudclient-2.4.1/src/3rdparty/qtsingleapplication/qtsinglecoreapplication.cpp:44:65: style: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/3rdparty/qtsingleapplication/qtsinglecoreapplication.h:42:44: note: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'.
owncloudclient-2.4.1/src/3rdparty/qtsingleapplication/qtsinglecoreapplication.cpp:44:65: note: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'.
owncloudclient-2.4.1/src/cmd/cmd.cpp:425:13: style: The scope of the variable 'port' can be reduced. [variableScope]
owncloudclient-2.4.1/src/cmd/netrcparser.h:32:5: style: Class 'NetrcParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/cmd/netrcparser.cpp:36:5: performance: Variable '_netrcLocation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
owncloudclient-2.4.1/src/common/ownsql.h:35:1: style: The class 'SqlDatabase' does not have a constructor although it has private member variables. [noConstructor]
owncloudclient-2.4.1/src/common/ownsql.h:41:10: style: Technically the member function 'OCC::SqlDatabase::isOpen' can be const. [functionConst]
owncloudclient-2.4.1/src/common/ownsql.cpp:51:19: note: Technically the member function 'OCC::SqlDatabase::isOpen' can be const.
owncloudclient-2.4.1/src/common/ownsql.h:41:10: note: Technically the member function 'OCC::SqlDatabase::isOpen' can be const.
owncloudclient-2.4.1/src/common/utility.cpp:65:9: style: The scope of the variable 'maxSize' can be reduced. [variableScope]
owncloudclient-2.4.1/src/common/utility_mac.cpp:125:5: style: Variable 'interfaceStyle' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
owncloudclient-2.4.1/src/common/utility_mac.cpp:123:0: note: Variable 'interfaceStyle' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/src/common/utility_mac.cpp:125:5: note: Variable 'interfaceStyle' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/src/csync/csync.cpp:403:15: style: Condition '1==0' is always false [knownConditionTrueFalse]
owncloudclient-2.4.1/src/csync/csync.cpp:76:3: style: Variable 'ctx->status_code' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/src/csync/csync.cpp:74:3: note: Variable 'ctx->status_code' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/csync.cpp:76:3: note: Variable 'ctx->status_code' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/csync.cpp:193:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:246:5: style: Variable 'bname' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:238:0: note: Variable 'bname' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:246:5: note: Variable 'bname' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:495:5: style: Variable 'match' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:492:0: note: Variable 'match' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:495:5: note: Variable 'match' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:504:9: style: Variable 'bname' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:502:0: note: Variable 'bname' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:504:9: note: Variable 'bname' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:57:12: style: The scope of the variable 'i' can be reduced. [variableScope]
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:196:49: style: Function 'csync_is_windows_reserved_word' argument 1 names different: declaration 'file_name' definition 'filename'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/csync/csync_exclude.h:97:49: note: Function 'csync_is_windows_reserved_word' argument 1 names different: declaration 'file_name' definition 'filename'.
owncloudclient-2.4.1/src/csync/csync_exclude.cpp:196:49: note: Function 'csync_is_windows_reserved_word' argument 1 names different: declaration 'file_name' definition 'filename'.
owncloudclient-2.4.1/src/csync/csync_reconcile.cpp:251:21: style: Condition '!processedRename' is always true [knownConditionTrueFalse]
owncloudclient-2.4.1/src/csync/csync_reconcile.cpp:149:36: note: Assignment 'processedRename=false', assigned value is 0
owncloudclient-2.4.1/src/csync/csync_reconcile.cpp:251:21: note: Condition '!processedRename' is always true
owncloudclient-2.4.1/src/csync/std/asprintf.c:68:20: error: Null pointer dereference [nullPointer]
owncloudclient-2.4.1/src/csync/std/c_utf8.cpp:43:47: style: Function 'c_utf8_from_locale' argument 1 names different: declaration 'str' definition 'wstr'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/csync/std/c_utf8.h:61:48: note: Function 'c_utf8_from_locale' argument 1 names different: declaration 'str' definition 'wstr'.
owncloudclient-2.4.1/src/csync/std/c_utf8.cpp:43:47: note: Function 'c_utf8_from_locale' argument 1 names different: declaration 'str' definition 'wstr'.
owncloudclient-2.4.1/src/csync/std/c_utf8.cpp:87:47: style: Function 'c_utf8_string_to_locale' argument 1 names different: declaration 'wstr' definition 'str'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/csync/std/c_utf8.h:92:47: note: Function 'c_utf8_string_to_locale' argument 1 names different: declaration 'wstr' definition 'str'.
owncloudclient-2.4.1/src/csync/std/c_utf8.cpp:87:47: note: Function 'c_utf8_string_to_locale' argument 1 names different: declaration 'wstr' definition 'str'.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_unix.cpp:54:3: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_unix.cpp:51:0: note: Variable 'handle' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_unix.cpp:54:3: note: Variable 'handle' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_unix.cpp:56:3: style: Variable 'dirname' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_unix.cpp:52:0: note: Variable 'dirname' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_unix.cpp:56:3: note: Variable 'dirname' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_unix.cpp:93:3: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_unix.cpp:91:0: note: Variable 'handle' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_unix.cpp:93:3: note: Variable 'handle' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:57:3: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:54:0: note: Variable 'handle' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:57:3: note: Variable 'handle' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:65:7: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:62:0: note: Variable 'h' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:65:7: note: Variable 'h' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:146:3: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:142:0: note: Variable 'handle' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:146:3: note: Variable 'handle' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:222:53: style: Function '_csync_vio_local_stat_mb' argument 1 names different: declaration 'uri' definition 'wuri'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:51:53: note: Function '_csync_vio_local_stat_mb' argument 1 names different: declaration 'uri' definition 'wuri'.
owncloudclient-2.4.1/src/csync/vio/csync_vio_local_win.cpp:222:53: note: Function '_csync_vio_local_stat_mb' argument 1 names different: declaration 'uri' definition 'wuri'.
owncloudclient-2.4.1/src/gui/accountmanager.cpp:354:9: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
owncloudclient-2.4.1/src/gui/accountsettings.cpp:83:5: warning: Member variable 'MouseCursorChanger::folderList' is not initialized in the constructor. [uninitMemberVar]
owncloudclient-2.4.1/src/gui/accountsettings.cpp:83:5: warning: Member variable 'MouseCursorChanger::model' is not initialized in the constructor. [uninitMemberVar]
owncloudclient-2.4.1/src/gui/folderstatusmodel.h:40:5: style: Class 'FolderStatusModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/gui/tooltipupdater.h:40:5: style: Class 'ToolTipUpdater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/gui/accountsettings.cpp:83:5: style: Class 'MouseCursorChanger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/gui/accountstate.cpp:334:62: style: Function 'slotCredentialsAsked' argument 1 names different: declaration 'creds' definition 'credentials'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/gui/accountstate.h:140:52: note: Function 'slotCredentialsAsked' argument 1 names different: declaration 'creds' definition 'credentials'.
owncloudclient-2.4.1/src/gui/accountstate.cpp:334:62: note: Function 'slotCredentialsAsked' argument 1 names different: declaration 'creds' definition 'credentials'.
owncloudclient-2.4.1/src/gui/activityitemdelegate.cpp:125:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:259:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:270:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:300:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:302:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:313:38: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:336:42: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:349:78: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:355:33: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:450:34: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:461:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:630:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:632:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/activitywidget.cpp:65:5: error: Memory is allocated but not initialized: delegate [uninitdata]
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:71:5: style: Class 'UpdaterScheduler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:161:10: style: The function 'versionInfoArrived' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:127:18: note: Virtual function in base class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:161:10: note: Function in derived class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:183:10: style: The function 'versionInfoArrived' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:127:18: note: Virtual function in base class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:183:10: note: Function in derived class
owncloudclient-2.4.1/src/gui/application.cpp:495:40: performance: Function parameter 'errorHint' should be passed by const reference. [passedByValue]
owncloudclient-2.4.1/src/gui/creds/shibboleth/shibbolethwebview.cpp:43:5: style: Class 'UserAgentWebPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/gui/folderman.cpp:1419:21: style: Condition 'attempt>100' is always false [knownConditionTrueFalse]
owncloudclient-2.4.1/src/gui/folderman.cpp:1408:19: note: Assignment 'attempt=1', assigned value is 1
owncloudclient-2.4.1/src/gui/folderman.cpp:1418:9: note: attempt is incremented', new value is 2
owncloudclient-2.4.1/src/gui/folderman.cpp:1419:21: note: Condition 'attempt>100' is always false
owncloudclient-2.4.1/src/gui/folderman.cpp:928:5: warning: Either the condition 'if(folder)' is redundant or there is possible null pointer dereference: folder. [nullPointerRedundantCheck]
owncloudclient-2.4.1/src/gui/folderman.cpp:930:8: note: Assuming that condition 'if(folder)' is not redundant
owncloudclient-2.4.1/src/gui/folderman.cpp:928:5: note: Null pointer dereference
owncloudclient-2.4.1/src/gui/folderman.cpp:384:84: style: Function 'setupFolderFromOldConfigFile' argument 2 names different: declaration 'account' definition 'accountState'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/gui/folderman.h:96:73: note: Function 'setupFolderFromOldConfigFile' argument 2 names different: declaration 'account' definition 'accountState'.
owncloudclient-2.4.1/src/gui/folderman.cpp:384:84: note: Function 'setupFolderFromOldConfigFile' argument 2 names different: declaration 'account' definition 'accountState'.
owncloudclient-2.4.1/src/gui/folderstatusdelegate.cpp:41:5: performance: Variable 'm_moreIcon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
owncloudclient-2.4.1/src/gui/folderstatusdelegate.cpp:231:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
owncloudclient-2.4.1/src/gui/folderstatusmodel.cpp:576:62: style: Function 'slotGatherPermissions' argument 1 names different: declaration 'name' definition 'href'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/gui/folderstatusmodel.h:141:47: note: Function 'slotGatherPermissions' argument 1 names different: declaration 'name' definition 'href'.
owncloudclient-2.4.1/src/gui/folderstatusmodel.cpp:576:62: note: Function 'slotGatherPermissions' argument 1 names different: declaration 'name' definition 'href'.
owncloudclient-2.4.1/src/gui/folderstatusmodel.cpp:576:98: style: Function 'slotGatherPermissions' argument 2 names different: declaration 'properties' definition 'map'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/gui/folderstatusmodel.h:141:83: note: Function 'slotGatherPermissions' argument 2 names different: declaration 'properties' definition 'map'.
owncloudclient-2.4.1/src/gui/folderstatusmodel.cpp:576:98: note: Function 'slotGatherPermissions' argument 2 names different: declaration 'properties' definition 'map'.
owncloudclient-2.4.1/src/gui/folderwatcher_linux.cpp:123:27: style: The scope of the variable 'event' can be reduced. [variableScope]
owncloudclient-2.4.1/src/gui/folderwatcher_linux.cpp:125:9: style: The scope of the variable 'error' can be reduced. [variableScope]
owncloudclient-2.4.1/src/gui/folderwatcher_linux.h:36:5: warning: Member variable 'FolderWatcherPrivate::_parent' is not initialized in the constructor. [uninitMemberVar]
owncloudclient-2.4.1/src/gui/folderwatcher_linux.h:36:5: warning: Member variable 'FolderWatcherPrivate::_fd' is not initialized in the constructor. [uninitMemberVar]
owncloudclient-2.4.1/src/gui/folderwatcher_mac.h:36:10: performance: Technically the member function 'OCC::FolderWatcherPrivate::addPath' can be static. [functionStatic]
owncloudclient-2.4.1/src/gui/folderwatcher_mac.h:37:10: performance: Technically the member function 'OCC::FolderWatcherPrivate::removePath' can be static. [functionStatic]
owncloudclient-2.4.1/src/gui/folderwatcher_win.h:34:5: style: Class 'WatcherThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/gui/folderwizard.cpp:435:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
owncloudclient-2.4.1/src/gui/wizard/owncloudwizard.h:56:5: style: Class 'OwncloudWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:104:10: style: The function 'checkForUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/gui/updater/updater.h:40:18: note: Virtual function in base class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:104:10: note: Function in derived class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:119:10: style: The function 'backgroundCheckForUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/gui/updater/updater.h:41:18: note: Virtual function in base class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:119:10: note: Function in derived class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:152:10: style: The function 'handleStartup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/gui/updater/updater.h:42:18: note: Virtual function in base class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:152:10: note: Function in derived class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:179:10: style: The function 'handleStartup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/gui/updater/updater.h:42:18: note: Virtual function in base class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:179:10: note: Function in derived class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:180:10: style: The function 'backgroundCheckForUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/gui/updater/updater.h:41:18: note: Virtual function in base class
owncloudclient-2.4.1/src/gui/updater/ocupdater.h:180:10: note: Function in derived class
owncloudclient-2.4.1/src/gui/notificationwidget.cpp:89:9: style: The scope of the variable 'index' can be reduced. [variableScope]
owncloudclient-2.4.1/src/gui/notificationwidget.cpp:125:9: style: The scope of the variable 'i' can be reduced. [variableScope]
owncloudclient-2.4.1/src/gui/ocssharejob.cpp:154:41: performance: Function parameter 'reply' should be passed by const reference. [passedByValue]
owncloudclient-2.4.1/src/gui/owncloudgui.cpp:420:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
owncloudclient-2.4.1/src/gui/owncloudgui.cpp:422:7: note: Found duplicate branches for 'if' and 'else'.
owncloudclient-2.4.1/src/gui/owncloudgui.cpp:420:12: note: Found duplicate branches for 'if' and 'else'.
owncloudclient-2.4.1/src/gui/owncloudgui.cpp:67:5: performance: Variable '_tray' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
owncloudclient-2.4.1/src/gui/proxyauthhandler.cpp:42:5: performance: Variable '_dialog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
owncloudclient-2.4.1/src/gui/selectivesyncdialog.cpp:40:5: style: Class 'SelectiveSyncTreeViewItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/gui/settingsdialog.cpp:395:64: style: Function 'createColorAwareAction' argument 1 names different: declaration 'iconName' definition 'iconPath'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/gui/settingsdialog.h:79:52: note: Function 'createColorAwareAction' argument 1 names different: declaration 'iconName' definition 'iconPath'.
owncloudclient-2.4.1/src/gui/settingsdialog.cpp:395:64: note: Function 'createColorAwareAction' argument 1 names different: declaration 'iconName' definition 'iconPath'.
owncloudclient-2.4.1/src/gui/settingsdialog.cpp:395:89: style: Function 'createColorAwareAction' argument 2 names different: declaration 'fileName' definition 'text'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/gui/settingsdialog.h:79:77: note: Function 'createColorAwareAction' argument 2 names different: declaration 'fileName' definition 'text'.
owncloudclient-2.4.1/src/gui/settingsdialog.cpp:395:89: note: Function 'createColorAwareAction' argument 2 names different: declaration 'fileName' definition 'text'.
owncloudclient-2.4.1/src/gui/settingsdialog.cpp:267:27: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/settingsdialog.cpp:281:27: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
owncloudclient-2.4.1/src/gui/shareusergroupwidget.cpp:183:9: style: The scope of the variable 'x' can be reduced. [variableScope]
owncloudclient-2.4.1/src/gui/shareusergroupwidget.cpp:342:52: style: Function 'ShareUserLine' argument 1 names different: declaration 'Share' definition 'share'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/gui/shareusergroupwidget.h:113:50: note: Function 'ShareUserLine' argument 1 names different: declaration 'Share' definition 'share'.
owncloudclient-2.4.1/src/gui/shareusergroupwidget.cpp:342:52: note: Function 'ShareUserLine' argument 1 names different: declaration 'Share' definition 'share'.
owncloudclient-2.4.1/src/gui/socketapi.cpp:120:5: style: Class 'SocketListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/gui/socketapi.cpp:161:5: style: Struct 'ListenerHasSocketPred' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/gui/sslerrordialog.cpp:70:5: warning: Either the condition 'if(okButton)' is redundant or there is possible null pointer dereference: okButton. [nullPointerRedundantCheck]
owncloudclient-2.4.1/src/gui/sslerrordialog.cpp:74:8: note: Assuming that condition 'if(okButton)' is not redundant
owncloudclient-2.4.1/src/gui/sslerrordialog.cpp:70:5: note: Null pointer dereference
owncloudclient-2.4.1/src/gui/syncrunfilelog.h:43:13: performance: Technically the member function 'OCC::SyncRunFileLog::dateTimeStr' can be static. [functionStatic]
owncloudclient-2.4.1/src/gui/syncrunfilelog.cpp:28:25: note: Technically the member function 'OCC::SyncRunFileLog::dateTimeStr' can be static.
owncloudclient-2.4.1/src/gui/syncrunfilelog.h:43:13: note: Technically the member function 'OCC::SyncRunFileLog::dateTimeStr' can be static.
owncloudclient-2.4.1/src/gui/syncrunfilelog.h:44:13: performance: Technically the member function 'OCC::SyncRunFileLog::instructionToStr' can be static. [functionStatic]
owncloudclient-2.4.1/src/gui/syncrunfilelog.cpp:44:25: note: Technically the member function 'OCC::SyncRunFileLog::instructionToStr' can be static.
owncloudclient-2.4.1/src/gui/syncrunfilelog.h:44:13: note: Technically the member function 'OCC::SyncRunFileLog::instructionToStr' can be static.
owncloudclient-2.4.1/src/gui/syncrunfilelog.h:45:13: performance: Technically the member function 'OCC::SyncRunFileLog::directionToStr' can be static. [functionStatic]
owncloudclient-2.4.1/src/gui/syncrunfilelog.cpp:33:25: note: Technically the member function 'OCC::SyncRunFileLog::directionToStr' can be static.
owncloudclient-2.4.1/src/gui/syncrunfilelog.h:45:13: note: Technically the member function 'OCC::SyncRunFileLog::directionToStr' can be static.
owncloudclient-2.4.1/src/gui/updater/ocupdater.cpp:177:54: warning: Logical conjunction always evaluates to false: oldState != OCUpdater::UpdateOnlyAvailableThroughSystem && _state == OCUpdater::UpdateOnlyAvailableThroughSystem. [incorrectLogicOperator]
owncloudclient-2.4.1/src/gui/updater/ocupdater.cpp:177:54: style: Opposite expression on both sides of '&&'. [oppositeExpression]
owncloudclient-2.4.1/src/gui/updater/ocupdater.cpp:177:54: note: Opposite expression on both sides of '&&'.
owncloudclient-2.4.1/src/gui/updater/ocupdater.cpp:177:54: note: Opposite expression on both sides of '&&'.
owncloudclient-2.4.1/src/gui/updater/updateinfo.h:27:10: style: Technically the member function 'OCC::UpdateInfo::writeElement' can be const. [functionConst]
owncloudclient-2.4.1/src/gui/updater/updateinfo.cpp:86:18: note: Technically the member function 'OCC::UpdateInfo::writeElement' can be const.
owncloudclient-2.4.1/src/gui/updater/updateinfo.h:27:10: note: Technically the member function 'OCC::UpdateInfo::writeElement' can be const.
owncloudclient-2.4.1/src/gui/wizard/postfixlineedit.h:34:5: style: Class 'PostfixLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/discoveryphase.h:241:9: performance: Variable '_log_callback' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.cpp:311:5: performance: Variable '_timer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
owncloudclient-2.4.1/src/libsync/syncfileitem.h:174:10: performance: Technically the member function 'OCC::SyncFileItem::isDirectory' can be static. [functionStatic]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:200:5: style: Class 'NetworkJobTimeoutPauser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/capabilities.h:34:5: style: Class 'Capabilities' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/bandwidthmanager.h:37:5: style: Class 'BandwidthManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/discoveryphase.h:160:5: style: Class 'DiscoveryMainThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/networkjobs.h:35:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:35:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:41:18: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:41:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:69:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:69:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:90:18: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:90:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:112:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:112:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:130:18: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:130:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:151:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:151:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:161:18: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:161:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:182:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:182:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:200:18: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:200:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:220:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:220:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:226:18: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:226:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:238:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:238:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:265:10: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:265:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:266:10: style: The function 'onTimedOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:163:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:266:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:295:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:295:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:301:18: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:301:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:338:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:338:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:341:10: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:341:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/networkjobs.h:403:10: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/networkjobs.h:403:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:172:10: style: The function 'scheduleSelfOrChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:118:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:172:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:227:18: style: The function 'scheduleSelfOrChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:118:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:227:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:228:28: style: The function 'parallelism' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:91:28: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:228:28: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:235:18: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:110:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:235:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:251:12: style: The function 'committedDiskSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:103:20: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:251:12: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:293:18: style: The function 'scheduleSelfOrChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:118:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:293:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:294:28: style: The function 'parallelism' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:91:28: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:294:28: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:295:18: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:110:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:295:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:314:12: style: The function 'committedDiskSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:103:20: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:314:12: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:339:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:188:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:339:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/accessmanager.h:35:5: style: Class 'AccessManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/account.cpp:41:10: warning: Member variable 'Account::_quotaInfo' is not initialized in the constructor. [uninitMemberVarPrivate]
owncloudclient-2.4.1/src/libsync/account.h:267:5: style: Class 'Account' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/account.h:181:42: performance: Function parameter 'certficate' should be passed by const reference. [passedByValue]
owncloudclient-2.4.1/src/libsync/account.h:181:83: performance: Function parameter 'privateKey' should be passed by const reference. [passedByValue]
owncloudclient-2.4.1/src/libsync/propagateupload.h:39:5: style: Class 'UploadDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/propagatedownload.h:65:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:65:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:66:18: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:66:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:96:10: style: The function 'onTimedOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:163:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:96:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:160:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:188:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:160:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:161:12: style: The function 'committedDiskSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:103:20: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:161:12: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:164:10: style: The function 'isLikelyFinishedQuickly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:96:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:164:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:193:10: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:110:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagatedownload.h:193:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateupload.h:118:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateupload.h:118:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateupload.h:120:18: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateupload.h:120:18: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateupload.h:178:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateupload.h:178:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateupload.h:179:10: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateupload.h:179:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateupload.h:239:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:188:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateupload.h:239:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateupload.h:241:10: style: The function 'isLikelyFinishedQuickly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:96:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateupload.h:241:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateupload.h:258:10: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:110:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateupload.h:258:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateupload.h:326:10: style: The function 'doStartUpload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/propagateupload.h:251:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateupload.h:326:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateupload.h:328:10: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:110:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateupload.h:328:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateupload.h:372:10: style: The function 'doStartUpload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/propagateupload.h:251:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateupload.h:372:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagatorjobs.h:42:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:188:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagatorjobs.h:42:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagatorjobs.h:62:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:188:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagatorjobs.h:62:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagatorjobs.h:88:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:188:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagatorjobs.h:88:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagatorjobs.h:89:20: style: The function 'parallelism' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:91:28: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagatorjobs.h:89:20: note: Function in derived class
owncloudclient-2.4.1/src/libsync/clientproxy.h:55:5: style: Class 'SystemProxyRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/configfile.cpp:207:54: style: Function 'getPolicySetting' argument 1 names different: declaration 'policy' definition 'setting'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/configfile.h:147:46: note: Function 'getPolicySetting' argument 1 names different: declaration 'policy' definition 'setting'.
owncloudclient-2.4.1/src/libsync/configfile.cpp:207:54: note: Function 'getPolicySetting' argument 1 names different: declaration 'policy' definition 'setting'.
owncloudclient-2.4.1/src/libsync/configfile.h:44:13: performance: Technically the member function 'OCC::ConfigFile::configPath' can be static. [functionStatic]
owncloudclient-2.4.1/src/libsync/configfile.cpp:228:21: note: Technically the member function 'OCC::ConfigFile::configPath' can be static.
owncloudclient-2.4.1/src/libsync/configfile.h:44:13: note: Technically the member function 'OCC::ConfigFile::configPath' can be static.
owncloudclient-2.4.1/src/libsync/configfile.h:50:10: style: Technically the member function 'OCC::ConfigFile::exists' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:309:18: note: Technically the member function 'OCC::ConfigFile::exists' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:50:10: note: Technically the member function 'OCC::ConfigFile::exists' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:52:13: performance: Technically the member function 'OCC::ConfigFile::defaultConnection' can be static. [functionStatic]
owncloudclient-2.4.1/src/libsync/configfile.cpp:315:21: note: Technically the member function 'OCC::ConfigFile::defaultConnection' can be static.
owncloudclient-2.4.1/src/libsync/configfile.h:52:13: note: Technically the member function 'OCC::ConfigFile::defaultConnection' can be static.
owncloudclient-2.4.1/src/libsync/configfile.h:62:10: style: Technically the member function 'OCC::ConfigFile::setMaxLogLines' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:477:18: note: Technically the member function 'OCC::ConfigFile::setMaxLogLines' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:62:10: note: Technically the member function 'OCC::ConfigFile::setMaxLogLines' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:67:10: style: Technically the member function 'OCC::ConfigFile::setRemotePollInterval' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:374:18: note: Technically the member function 'OCC::ConfigFile::setRemotePollInterval' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:67:10: note: Technically the member function 'OCC::ConfigFile::setRemotePollInterval' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:76:10: style: Technically the member function 'OCC::ConfigFile::setMonoIcons' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:665:18: note: Technically the member function 'OCC::ConfigFile::setMonoIcons' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:76:10: note: Technically the member function 'OCC::ConfigFile::setMonoIcons' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:79:10: style: Technically the member function 'OCC::ConfigFile::setPromptDeleteFiles' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:648:18: note: Technically the member function 'OCC::ConfigFile::setPromptDeleteFiles' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:79:10: note: Technically the member function 'OCC::ConfigFile::setPromptDeleteFiles' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:82:10: style: Technically the member function 'OCC::ConfigFile::setCrashReporter' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:677:18: note: Technically the member function 'OCC::ConfigFile::setCrashReporter' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:82:10: note: Technically the member function 'OCC::ConfigFile::setCrashReporter' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:85:10: style: Technically the member function 'OCC::ConfigFile::setProxyType' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:484:18: note: Technically the member function 'OCC::ConfigFile::setProxyType' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:85:10: note: Technically the member function 'OCC::ConfigFile::setProxyType' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:117:10: style: Technically the member function 'OCC::ConfigFile::setOptionalDesktopNotifications' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:155:18: note: Technically the member function 'OCC::ConfigFile::setOptionalDesktopNotifications' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:117:10: note: Technically the member function 'OCC::ConfigFile::setOptionalDesktopNotifications' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:125:10: style: Technically the member function 'OCC::ConfigFile::saveGeometry' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:162:18: note: Technically the member function 'OCC::ConfigFile::saveGeometry' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:125:10: note: Technically the member function 'OCC::ConfigFile::saveGeometry' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:126:10: style: Technically the member function 'OCC::ConfigFile::restoreGeometry' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:173:18: note: Technically the member function 'OCC::ConfigFile::restoreGeometry' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:126:10: note: Technically the member function 'OCC::ConfigFile::restoreGeometry' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:132:10: style: Technically the member function 'OCC::ConfigFile::setSkipUpdateCheck' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:458:18: note: Technically the member function 'OCC::ConfigFile::setSkipUpdateCheck' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:132:10: note: Technically the member function 'OCC::ConfigFile::setSkipUpdateCheck' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:134:10: style: Technically the member function 'OCC::ConfigFile::saveGeometryHeader' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:180:18: note: Technically the member function 'OCC::ConfigFile::saveGeometryHeader' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:134:10: note: Technically the member function 'OCC::ConfigFile::saveGeometryHeader' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:135:10: style: Technically the member function 'OCC::ConfigFile::restoreGeometryHeader' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:194:18: note: Technically the member function 'OCC::ConfigFile::restoreGeometryHeader' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:135:10: note: Technically the member function 'OCC::ConfigFile::restoreGeometryHeader' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:138:10: style: Technically the member function 'OCC::ConfigFile::setCertificatePath' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:688:18: note: Technically the member function 'OCC::ConfigFile::setCertificatePath' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:138:10: note: Technically the member function 'OCC::ConfigFile::setCertificatePath' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:140:10: style: Technically the member function 'OCC::ConfigFile::setCertificatePasswd' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:700:18: note: Technically the member function 'OCC::ConfigFile::setCertificatePasswd' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:140:10: note: Technically the member function 'OCC::ConfigFile::setCertificatePasswd' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:147:14: performance: Technically the member function 'OCC::ConfigFile::getPolicySetting' can be static. [functionStatic]
owncloudclient-2.4.1/src/libsync/configfile.cpp:207:22: note: Technically the member function 'OCC::ConfigFile::getPolicySetting' can be static.
owncloudclient-2.4.1/src/libsync/configfile.h:147:14: note: Technically the member function 'OCC::ConfigFile::getPolicySetting' can be static.
owncloudclient-2.4.1/src/libsync/configfile.h:148:10: style: Technically the member function 'OCC::ConfigFile::storeData' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:320:18: note: Technically the member function 'OCC::ConfigFile::storeData' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:148:10: note: Technically the member function 'OCC::ConfigFile::storeData' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:150:10: style: Technically the member function 'OCC::ConfigFile::removeData' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:339:18: note: Technically the member function 'OCC::ConfigFile::removeData' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:150:10: note: Technically the member function 'OCC::ConfigFile::removeData' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:156:10: style: Technically the member function 'OCC::ConfigFile::setValue' can be const. [functionConst]
owncloudclient-2.4.1/src/libsync/configfile.cpp:537:18: note: Technically the member function 'OCC::ConfigFile::setValue' can be const.
owncloudclient-2.4.1/src/libsync/configfile.h:156:10: note: Technically the member function 'OCC::ConfigFile::setValue' can be const.
owncloudclient-2.4.1/src/libsync/discoveryphase.cpp:92:87: style: Function 'checkSelectiveSyncNewFolder' argument 2 names different: declaration 'rp' definition 'remotePerm'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/discoveryphase.h:215:77: note: Function 'checkSelectiveSyncNewFolder' argument 2 names different: declaration 'rp' definition 'remotePerm'.
owncloudclient-2.4.1/src/libsync/discoveryphase.cpp:92:87: note: Function 'checkSelectiveSyncNewFolder' argument 2 names different: declaration 'rp' definition 'remotePerm'.
owncloudclient-2.4.1/src/libsync/discoveryphase.cpp:150:109: style: Function 'checkSelectiveSyncNewFolderCallback' argument 3 names different: declaration 'rm' definition 'remotePerm'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/discoveryphase.h:216:106: note: Function 'checkSelectiveSyncNewFolderCallback' argument 3 names different: declaration 'rm' definition 'remotePerm'.
owncloudclient-2.4.1/src/libsync/discoveryphase.cpp:150:109: note: Function 'checkSelectiveSyncNewFolderCallback' argument 3 names different: declaration 'rm' definition 'remotePerm'.
owncloudclient-2.4.1/src/libsync/discoveryphase.cpp:157:17: style: Function 'update_job_update_callback' argument 2 names different: declaration 'dirname' definition 'dirUrl'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/discoveryphase.h:220:21: note: Function 'update_job_update_callback' argument 2 names different: declaration 'dirname' definition 'dirUrl'.
owncloudclient-2.4.1/src/libsync/discoveryphase.cpp:157:17: note: Function 'update_job_update_callback' argument 2 names different: declaration 'dirname' definition 'dirUrl'.
owncloudclient-2.4.1/src/libsync/discoveryphase.cpp:462:56: style: Function 'doOpendirSlot' argument 1 names different: declaration 'url' definition 'subPath'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/discoveryphase.h:175:39: note: Function 'doOpendirSlot' argument 1 names different: declaration 'url' definition 'subPath'.
owncloudclient-2.4.1/src/libsync/discoveryphase.cpp:462:56: note: Function 'doOpendirSlot' argument 1 names different: declaration 'url' definition 'subPath'.
owncloudclient-2.4.1/src/libsync/excludedfiles.h:38:5: style: Class 'ExcludedFiles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/logger.cpp:138:35: style: Function 'doLog' argument 1 names different: declaration 'log' definition 'msg'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/logger.h:53:31: note: Function 'doLog' argument 1 names different: declaration 'log' definition 'msg'.
owncloudclient-2.4.1/src/libsync/logger.cpp:138:35: note: Function 'doLog' argument 1 names different: declaration 'log' definition 'msg'.
owncloudclient-2.4.1/src/libsync/logger.h:85:5: style: Class 'Logger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/networkjobs.cpp:378:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
owncloudclient-2.4.1/src/libsync/networkjobs.cpp:381:7: note: Found duplicate branches for 'if' and 'else'.
owncloudclient-2.4.1/src/libsync/networkjobs.cpp:378:12: note: Found duplicate branches for 'if' and 'else'.
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:85:13: style: The function 'authType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/creds/abstractcredentials.h:44:21: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:85:13: note: Function in derived class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:86:28: style: The function 'createQNAM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/creds/abstractcredentials.h:46:36: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:86:28: note: Function in derived class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:87:10: style: The function 'ready' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/creds/abstractcredentials.h:49:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:87:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:88:10: style: The function 'fetchFromKeychain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/creds/abstractcredentials.h:58:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:88:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:89:10: style: The function 'stillValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/creds/abstractcredentials.h:66:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:89:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:90:10: style: The function 'persist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/creds/abstractcredentials.h:67:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:90:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:91:13: style: The function 'user' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/creds/abstractcredentials.h:45:21: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:91:13: note: Function in derived class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:94:10: style: The function 'invalidateToken' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/creds/abstractcredentials.h:78:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:94:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:95:10: style: The function 'forgetSensitiveData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/creds/abstractcredentials.h:86:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:95:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:105:10: style: The function 'setAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/creds/abstractcredentials.h:42:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/creds/httpcredentials.h:105:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudpropagator.cpp:224:50: style: Function 'done' argument 1 names different: declaration 'status' definition 'statusArg'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:140:36: note: Function 'done' argument 1 names different: declaration 'status' definition 'statusArg'.
owncloudclient-2.4.1/src/libsync/owncloudpropagator.cpp:224:50: note: Function 'done' argument 1 names different: declaration 'status' definition 'statusArg'.
owncloudclient-2.4.1/src/libsync/owncloudpropagator.cpp:421:58: style: Function 'start' argument 1 names different: declaration '_syncedItems' definition 'items'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:373:42: note: Function 'start' argument 1 names different: declaration '_syncedItems' definition 'items'.
owncloudclient-2.4.1/src/libsync/owncloudpropagator.cpp:421:58: note: Function 'start' argument 1 names different: declaration '_syncedItems' definition 'items'.
owncloudclient-2.4.1/src/libsync/owncloudpropagator.cpp:570:60: style: Function 'localFileNameClash' argument 1 names different: declaration 'relfile' definition 'relFile'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:428:44: note: Function 'localFileNameClash' argument 1 names different: declaration 'relfile' definition 'relFile'.
owncloudclient-2.4.1/src/libsync/owncloudpropagator.cpp:570:60: note: Function 'localFileNameClash' argument 1 names different: declaration 'relfile' definition 'relFile'.
owncloudclient-2.4.1/src/libsync/propagateremotedelete.h:33:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotedelete.h:33:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotedelete.h:34:10: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotedelete.h:34:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotedelete.h:54:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:188:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotedelete.h:54:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotedelete.h:55:10: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:110:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotedelete.h:55:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotedelete.h:57:10: style: The function 'isLikelyFinishedQuickly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:96:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotedelete.h:57:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:37:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:45:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:37:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:38:10: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/abstractnetworkjob.h:157:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:38:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:58:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:188:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:58:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:59:10: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:110:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:59:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:60:20: style: The function 'parallelism' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:91:28: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:60:20: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotemkdir.h:37:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:188:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotemkdir.h:37:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotemkdir.h:38:10: style: The function 'abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:110:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotemkdir.h:38:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotemkdir.h:41:10: style: The function 'isLikelyFinishedQuickly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/owncloudpropagator.h:96:18: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/propagateremotemkdir.h:41:10: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudtheme.cpp:77:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
owncloudclient-2.4.1/src/libsync/owncloudtheme.cpp:83:7: note: Found duplicate branches for 'if' and 'else'.
owncloudclient-2.4.1/src/libsync/owncloudtheme.cpp:77:5: note: Found duplicate branches for 'if' and 'else'.
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:32:13: style: The function 'configFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/theme.h:87:21: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:32:13: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:33:13: style: The function 'about' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/theme.h:192:21: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:33:13: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:36:11: style: The function 'trayFolderIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/theme.h:95:19: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:36:11: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:37:11: style: The function 'applicationIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/theme.h:104:19: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:37:11: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:39:13: style: The function 'appName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/theme.h:81:21: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:39:13: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:40:13: style: The function 'appNameGUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/theme.h:63:21: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:40:13: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:42:13: style: The function 'helpUrl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/theme.h:123:21: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:42:13: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:44:14: style: The function 'customMedia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/theme.h:163:22: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:44:14: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:46:12: style: The function 'wizardHeaderBackgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/theme.h:169:20: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:46:12: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:47:12: style: The function 'wizardHeaderTitleColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/theme.h:166:20: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:47:12: note: Function in derived class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:48:13: style: The function 'wizardHeaderLogo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owncloudclient-2.4.1/src/libsync/theme.h:172:21: note: Virtual function in base class
owncloudclient-2.4.1/src/libsync/owncloudtheme.h:48:13: note: Function in derived class
owncloudclient-2.4.1/src/libsync/propagateremotemove.cpp:39:34: style: Function 'MoveJob' argument 4 names different: declaration '_extraHeaders' definition 'extraHeaders'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:35:38: note: Function 'MoveJob' argument 4 names different: declaration '_extraHeaders' definition 'extraHeaders'.
owncloudclient-2.4.1/src/libsync/propagateremotemove.cpp:39:34: note: Function 'MoveJob' argument 4 names different: declaration '_extraHeaders' definition 'extraHeaders'.
owncloudclient-2.4.1/src/libsync/propagateremotemove.cpp:205:86: style: Function 'adjustSelectiveSync' argument 2 names different: declaration 'from' definition 'from_'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:65:76: note: Function 'adjustSelectiveSync' argument 2 names different: declaration 'from' definition 'from_'.
owncloudclient-2.4.1/src/libsync/propagateremotemove.cpp:205:86: note: Function 'adjustSelectiveSync' argument 2 names different: declaration 'from' definition 'from_'.
owncloudclient-2.4.1/src/libsync/propagateremotemove.cpp:205:108: style: Function 'adjustSelectiveSync' argument 3 names different: declaration 'to' definition 'to_'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/propagateremotemove.h:65:97: note: Function 'adjustSelectiveSync' argument 3 names different: declaration 'to' definition 'to_'.
owncloudclient-2.4.1/src/libsync/propagateremotemove.cpp:205:108: note: Function 'adjustSelectiveSync' argument 3 names different: declaration 'to' definition 'to_'.
owncloudclient-2.4.1/src/libsync/syncfilestatus.h:42:5: style: Class 'SyncFileStatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/src/libsync/syncengine.cpp:906:47: style: Function 'slotDiscoveryJobFinished' argument 1 names different: declaration 'updateResult' definition 'discoveryResult'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/syncengine.h:150:39: note: Function 'slotDiscoveryJobFinished' argument 1 names different: declaration 'updateResult' definition 'discoveryResult'.
owncloudclient-2.4.1/src/libsync/syncengine.cpp:906:47: note: Function 'slotDiscoveryJobFinished' argument 1 names different: declaration 'updateResult' definition 'discoveryResult'.
owncloudclient-2.4.1/src/libsync/syncengine.cpp:1170:65: style: Function 'slotProgress' argument 2 names different: declaration 'curent' definition 'current'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/syncengine.h:149:57: note: Function 'slotProgress' argument 2 names different: declaration 'curent' definition 'current'.
owncloudclient-2.4.1/src/libsync/syncengine.cpp:1170:65: note: Function 'slotProgress' argument 2 names different: declaration 'curent' definition 'current'.
owncloudclient-2.4.1/src/libsync/syncfilestatustracker.cpp:168:102: style: Function 'incSyncCountAndEmitStatusChanged' argument 2 names different: declaration 'sharedState' definition 'sharedFlag'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/syncfilestatustracker.h:69:83: note: Function 'incSyncCountAndEmitStatusChanged' argument 2 names different: declaration 'sharedState' definition 'sharedFlag'.
owncloudclient-2.4.1/src/libsync/syncfilestatustracker.cpp:168:102: note: Function 'incSyncCountAndEmitStatusChanged' argument 2 names different: declaration 'sharedState' definition 'sharedFlag'.
owncloudclient-2.4.1/src/libsync/syncfilestatustracker.cpp:189:102: style: Function 'decSyncCountAndEmitStatusChanged' argument 2 names different: declaration 'sharedState' definition 'sharedFlag'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/syncfilestatustracker.h:70:83: note: Function 'decSyncCountAndEmitStatusChanged' argument 2 names different: declaration 'sharedState' definition 'sharedFlag'.
owncloudclient-2.4.1/src/libsync/syncfilestatustracker.cpp:189:102: note: Function 'decSyncCountAndEmitStatusChanged' argument 2 names different: declaration 'sharedState' definition 'sharedFlag'.
owncloudclient-2.4.1/src/libsync/syncfilestatustracker.cpp:301:105: style: Function 'resolveSyncAndErrorStatus' argument 2 names different: declaration 'sharedState' definition 'sharedFlag'. [funcArgNamesDifferent]
owncloudclient-2.4.1/src/libsync/syncfilestatustracker.h:65:86: note: Function 'resolveSyncAndErrorStatus' argument 2 names different: declaration 'sharedState' definition 'sharedFlag'.
owncloudclient-2.4.1/src/libsync/syncfilestatustracker.cpp:301:105: note: Function 'resolveSyncAndErrorStatus' argument 2 names different: declaration 'sharedState' definition 'sharedFlag'.
owncloudclient-2.4.1/test/csync/csync_tests/check_csync_update.cpp:138:5: style: Variable 'csync' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/test/csync/csync_tests/check_csync_update.cpp:129:5: note: Variable 'csync' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/csync_tests/check_csync_update.cpp:138:5: note: Variable 'csync' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/csync_tests/check_csync_update.cpp:30:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
owncloudclient-2.4.1/test/csync/csync_tests/check_csync_update.cpp:67:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
owncloudclient-2.4.1/test/csync/csync_tests/check_csync_update.cpp:104:10: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
owncloudclient-2.4.1/test/csync/encoding_tests/check_encoding.cpp:43:5: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/test/csync/encoding_tests/check_encoding.cpp:35:0: note: Variable 'out' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/encoding_tests/check_encoding.cpp:43:5: note: Variable 'out' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_alloc.c:34:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_alloc.c:30:0: note: Variable 'p' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_alloc.c:34:3: note: Variable 'p' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_alloc.c:59:3: style: Variable 'tdup' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_alloc.c:55:0: note: Variable 'tdup' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_alloc.c:59:3: note: Variable 'tdup' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_alloc.c:72:3: style: Variable 'tdup' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_alloc.c:68:0: note: Variable 'tdup' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_alloc.c:72:3: note: Variable 'tdup' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_jhash.c:113:18: style: The scope of the variable 't' can be reduced. [variableScope]
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_jhash.c:264:18: style: The scope of the variable 't' can be reduced. [variableScope]
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_jhash.c:79:11: style: Variable 'buf' is not assigned a value. [unassignedVariable]
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_jhash.c:203:11: style: Variable 'buf' is not assigned a value. [unassignedVariable]
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_path.c:78:5: style: Variable 'bname' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_path.c:74:0: note: Variable 'bname' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_path.c:78:5: note: Variable 'bname' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_str.c:58:5: style: Variable 'strlist' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_str.c:54:0: note: Variable 'strlist' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_str.c:58:5: note: Variable 'strlist' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_str.c:74:5: style: Variable 'strlist' is reassigned a value before the old one has been used. [redundantAssignment]
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_str.c:70:0: note: Variable 'strlist' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_str.c:74:5: note: Variable 'strlist' is reassigned a value before the old one has been used.
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_str.c:68:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
owncloudclient-2.4.1/test/csync/std_tests/check_std_c_str.c:95:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
owncloudclient-2.4.1/test/syncenginetestutils.h:882:15: style: Technically the member function 'FakeFolder::serverErrorPaths' can be const. [functionConst]
owncloudclient-2.4.1/test/syncenginetestutils.h:846:9: style: Class 'FakeFolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
owncloudclient-2.4.1/test/syncenginetestutils.h:846:9: style: Class 'FakeFolder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
owncloudclient-2.4.1/test/syncenginetestutils.h:52:5: style: Class 'PathComponents' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/test/syncenginetestutils.h:53:5: style: Class 'PathComponents' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/test/syncenginetestutils.h:54:5: style: Class 'PathComponents' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/test/syncenginetestutils.h:81:5: style: Class 'DiskFileModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/test/syncenginetestutils.h:160:5: style: Class 'FileInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/test/syncenginetestutils.h:761:5: style: Class 'FakeQNAM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/test/syncenginetestutils.h:811:5: style: Class 'FakeCredentials' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/test/syncenginetestutils.h:835:5: style: Class 'FakeFolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/test/testchecksumvalidator.cpp:21:5: style: The class 'TestChecksumValidator' does not have a constructor although it has private member variables. [noConstructor]
owncloudclient-2.4.1/test/testchunkingng.cpp:111:13: style: The scope of the variable 'responseDelay' can be reduced. [variableScope]
owncloudclient-2.4.1/test/testchunkingng.cpp:205:13: style: The scope of the variable 'responseDelay' can be reduced. [variableScope]
owncloudclient-2.4.1/test/testsyncengine.cpp:506:9: style: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
owncloudclient-2.4.1/test/testsyncengine.cpp:501:9: note: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:506:9: note: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:509:9: style: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
owncloudclient-2.4.1/test/testsyncengine.cpp:506:9: note: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:509:9: note: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:517:9: style: Variable 'contentMd5Value' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
owncloudclient-2.4.1/test/testsyncengine.cpp:512:9: note: Variable 'contentMd5Value' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:517:9: note: Variable 'contentMd5Value' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:522:9: style: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
owncloudclient-2.4.1/test/testsyncengine.cpp:509:9: note: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:522:9: note: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:526:9: style: Variable 'contentMd5Value' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
owncloudclient-2.4.1/test/testsyncengine.cpp:517:9: note: Variable 'contentMd5Value' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:526:9: note: Variable 'contentMd5Value' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:534:9: style: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
owncloudclient-2.4.1/test/testsyncengine.cpp:522:9: note: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:534:9: note: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:537:9: style: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
owncloudclient-2.4.1/test/testsyncengine.cpp:534:9: note: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:537:9: note: Variable 'checksumValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
owncloudclient-2.4.1/test/testsyncengine.cpp:439:13: style: The scope of the variable 'remoteQuota' can be reduced. [variableScope]
owncloudclient-2.4.1/test/testsyncfileitem.cpp:62:21: style: Same expression on both sides of '<'. [duplicateExpression]
owncloudclient-2.4.1/test/testsyncfileitem.cpp:63:21: style: Same expression on both sides of '<'. [duplicateExpression]
owncloudclient-2.4.1/test/testsyncfileitem.cpp:64:21: style: Same expression on both sides of '<'. [duplicateExpression]
owncloudclient-2.4.1/test/testsyncfilestatustracker.cpp:17:5: style: Class 'StatusPushSpy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
owncloudclient-2.4.1/test/testxmlparse.cpp:13:1: style: The class 'TestXmlParse' does not have a constructor although it has private member variables. [noConstructor]
[14:38]

ftp://ftp.se.debian.org/debian/pool/main/o/owncloud-doc/owncloud-doc_0~20141208.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/owslib/owslib_0.8.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/owx/owx_0~20110415.orig.tar.gz
owx-0~20110415/src/cmds.cc:110:3: portability: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
owx-0~20110415/src/cmds.cc:110:3: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
owx-0~20110415/src/cmds.cc:161:3: portability: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
owx-0~20110415/src/cmds.cc:161:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
owx-0~20110415/src/file.h:22:1: style: The class 'CFileRead' does not have a constructor although it has private member variables. [noConstructor]
owx-0~20110415/src/file.h:30:15: style: The function 'Open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owx-0~20110415/src/file.h:18:15: note: Virtual function in base class
owx-0~20110415/src/file.h:30:15: note: Function in derived class
owx-0~20110415/src/file.h:40:15: style: The function 'Open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
owx-0~20110415/src/file.h:18:15: note: Virtual function in base class
owx-0~20110415/src/file.h:40:15: note: Function in derived class
owx-0~20110415/src/cmds.cc:16:62: performance: Function parameter 'forbidden' should be passed by const reference. [passedByValue]
owx-0~20110415/src/csv.h:17:14: style: Technically the member function 'CCsv::Implode' can be const. [functionConst]
owx-0~20110415/src/csv.cc:93:19: note: Technically the member function 'CCsv::Implode' can be const.
owx-0~20110415/src/csv.h:17:14: note: Technically the member function 'CCsv::Implode' can be const.
owx-0~20110415/src/util.h:9:41: performance: Function parameter 's' should be passed by const reference. [passedByValue]
owx-0~20110415/src/export.cc:51:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
owx-0~20110415/src/export.cc:51:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
owx-0~20110415/src/export.cc:142:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
owx-0~20110415/src/export.cc:142:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
owx-0~20110415/src/export.cc:206:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
owx-0~20110415/src/import.cc:13:63: performance: Function parameter 's' should be passed by const reference. [passedByValue]
owx-0~20110415/src/import.cc:35:63: performance: Function parameter 's' should be passed by const reference. [passedByValue]
owx-0~20110415/src/import.cc:54:64: performance: Function parameter 's' should be passed by const reference. [passedByValue]
owx-0~20110415/src/import.cc:74:68: performance: Function parameter 's' should be passed by const reference. [passedByValue]
owx-0~20110415/src/import.cc:84:62: performance: Function parameter 's' should be passed by const reference. [passedByValue]
owx-0~20110415/src/import.cc:94:63: performance: Function parameter 's' should be passed by const reference. [passedByValue]
owx-0~20110415/src/import.cc:104:62: performance: Function parameter 's' should be passed by const reference. [passedByValue]
owx-0~20110415/src/import.cc:139:69: performance: Function parameter 's' should be passed by const reference. [passedByValue]
owx-0~20110415/src/import.cc:209:66: performance: Function parameter 's' should be passed by const reference. [passedByValue]
owx-0~20110415/src/owx.cc:44:51: performance: Function parameter 'av0' should be passed by const reference. [passedByValue]
owx-0~20110415/src/util.cc:37:2: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
owx-0~20110415/src/util.cc:8:46: performance: Function parameter 's' should be passed by const reference. [passedByValue]
owx-0~20110415/src/wouxun.h:17:7: performance: Technically the member function 'CWouxun::PrepareAddress' can be static. [functionStatic]
owx-0~20110415/src/wouxun.cc:54:15: note: Technically the member function 'CWouxun::PrepareAddress' can be static.
owx-0~20110415/src/wouxun.h:17:7: note: Technically the member function 'CWouxun::PrepareAddress' can be static.
[14:38]

ftp://ftp.se.debian.org/debian/pool/main/o/oxref/oxref_1.00.06.orig.tar.gz
oxref-1.00.06/objdump/objdump.h:57:71: style: Function 'operator!=' argument 1 names different: declaration 'other' definition 'rhs'. [funcArgNamesDifferent]
oxref-1.00.06/objdump/objdump.h:33:55: note: Function 'operator!=' argument 1 names different: declaration 'other' definition 'rhs'.
oxref-1.00.06/objdump/objdump.h:57:71: note: Function 'operator!=' argument 1 names different: declaration 'other' definition 'rhs'.
oxref-1.00.06/xrefdata/xrefdata.h:32:9: style: Class 'XrefData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oxref-1.00.06/store/setfunction.cc:3:39: style: Function 'setFunction' argument 1 names different: declaration 'function' definition 'symbol'. [funcArgNamesDifferent]
oxref-1.00.06/store/store.h:36:45: note: Function 'setFunction' argument 1 names different: declaration 'function' definition 'symbol'.
oxref-1.00.06/store/setfunction.cc:3:39: note: Function 'setFunction' argument 1 names different: declaration 'function' definition 'symbol'.
oxref-1.00.06/store/setobject.cc:3:37: style: Function 'setObject' argument 1 names different: declaration 'object' definition 'symbol'. [funcArgNamesDifferent]
oxref-1.00.06/store/store.h:37:43: note: Function 'setObject' argument 1 names different: declaration 'object' definition 'symbol'.
oxref-1.00.06/store/setobject.cc:3:37: note: Function 'setObject' argument 1 names different: declaration 'object' definition 'symbol'.
oxref-1.00.06/store/store1.cc:3:8: warning: Member variable 'Store::d_currentIdx' is not initialized in the constructor. [uninitMemberVar]
oxref-1.00.06/xrefdata/xrefdata1.cc:3:11: warning: Member variable 'XrefData::d_fullSymbol' is not initialized in the constructor. [uninitMemberVar]
[14:38]

ftp://ftp.se.debian.org/debian/pool/main/o/oxygen/oxygen_5.8.4.orig.tar.xz
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: warning: Virtual function 'updateChanged' is called from constructor 'ConfigWidget(QWidget*,const QVariantList&)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.cpp:56:78: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: warning: Virtual function 'updateChanged' is called from constructor 'ConfigWidget(QWidget*,const QVariantList&)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.cpp:57:74: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: warning: Virtual function 'updateChanged' is called from constructor 'ConfigWidget(QWidget*,const QVariantList&)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.cpp:58:77: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: warning: Virtual function 'updateChanged' is called from constructor 'ConfigWidget(QWidget*,const QVariantList&)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.cpp:59:61: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: warning: Virtual function 'updateChanged' is called from constructor 'ConfigWidget(QWidget*,const QVariantList&)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.cpp:60:64: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: warning: Virtual function 'updateChanged' is called from constructor 'ConfigWidget(QWidget*,const QVariantList&)' at line 61. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.cpp:61:74: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: warning: Virtual function 'updateChanged' is called from constructor 'ConfigWidget(QWidget*,const QVariantList&)' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.cpp:64:63: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: warning: Virtual function 'updateChanged' is called from constructor 'ConfigWidget(QWidget*,const QVariantList&)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.cpp:67:78: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: warning: Virtual function 'updateChanged' is called from constructor 'ConfigWidget(QWidget*,const QVariantList&)' at line 68. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.cpp:68:80: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenconfigwidget.h:77:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.h:81:22: warning: Virtual function 'updateChanged' is called from constructor 'ExceptionDialog(QWidget*parent)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.cpp:54:77: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.h:81:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.h:81:22: warning: Virtual function 'updateChanged' is called from constructor 'ExceptionDialog(QWidget*parent)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.cpp:55:75: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.h:81:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.h:81:22: warning: Virtual function 'updateChanged' is called from constructor 'ExceptionDialog(QWidget*parent)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.cpp:56:82: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.h:81:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.h:81:22: warning: Virtual function 'updateChanged' is called from constructor 'ExceptionDialog(QWidget*parent)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.cpp:59:58: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.h:81:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.h:81:22: warning: Virtual function 'updateChanged' is called from constructor 'ExceptionDialog(QWidget*parent)' at line 61. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.cpp:61:61: note: Calling updateChanged
oxygen-5.8.4/kdecoration/config/oxygenexceptiondialog.h:81:22: note: updateChanged is a virtual method
oxygen-5.8.4/kdecoration/config/oxygenexceptionlistwidget.cpp:90:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
oxygen-5.8.4/kdecoration/oxygendecoration.h:47:5: style: The class 'Decoration' does not have a constructor although it has private member variables. [noConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:162:18: warning: Member variable 'MenuBarEngineV2::_followMouseDuration' is not initialized in the constructor. [uninitMemberVar]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:166:18: warning: Member variable 'MenuEngineV2::_followMouseDuration' is not initialized in the constructor. [uninitMemberVar]
oxygen-5.8.4/kstyle/animations/oxygensplitterengine.h:46:18: warning: Member variable 'SplitterEngine::_enabled' is not initialized in the constructor. [uninitMemberVar]
oxygen-5.8.4/kstyle/animations/oxygensplitterengine.h:46:18: warning: Member variable 'SplitterEngine::_duration' is not initialized in the constructor. [uninitMemberVar]
oxygen-5.8.4/kstyle/animations/oxygenbusyindicatorengine.h:74:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenbusyindicatorengine.h:74:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenbusyindicatorengine.h:87:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenbusyindicatorengine.h:87:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygengenericdata.h:62:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenanimationdata.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygengenericdata.h:62:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygendockseparatordata.h:72:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenanimationdata.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygendockseparatordata.h:72:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygendockseparatorengine.h:84:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygendockseparatorengine.h:84:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygendockseparatorengine.h:91:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygendockseparatorengine.h:91:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygendockseparatorengine.h:100:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygendockseparatorengine.h:100:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:56:14: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenanimationdata.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:56:14: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:134:22: style: The function 'setDirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenanimationdata.h:95:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:134:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenheaderviewengine.h:73:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenheaderviewengine.h:73:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenheaderviewengine.h:80:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenheaderviewengine.h:80:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenheaderviewengine.h:89:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenheaderviewengine.h:89:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmdiwindowdata.h:76:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenanimationdata.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmdiwindowdata.h:76:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmdiwindowengine.h:86:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmdiwindowengine.h:86:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmdiwindowengine.h:93:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmdiwindowengine.h:93:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmdiwindowengine.h:103:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmdiwindowengine.h:103:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:135:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenanimationdata.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:135:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:304:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenanimationdata.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:304:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:78:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:78:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:81:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:81:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:110:22: style: The function 'registerWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:55:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:110:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:113:22: style: The function 'isAnimated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:58:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:113:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:116:23: style: The function 'opacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:62:23: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:116:23: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:120:23: style: The function 'currentRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:66:23: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:120:23: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:124:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:78:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:124:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:131:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:81:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:131:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:138:28: style: The function 'registeredWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:83:28: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:138:28: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:143:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:143:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:174:22: style: The function 'registerWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:55:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:174:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:178:22: style: The function 'isAnimated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:58:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:178:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:181:23: style: The function 'opacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:62:23: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:181:23: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:185:23: style: The function 'currentRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:66:23: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:185:23: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:188:23: style: The function 'animatedRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:70:23: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:188:23: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:191:22: style: The function 'isTimerActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:74:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:191:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:194:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:78:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:194:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:201:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:81:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:201:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:212:22: style: The function 'setFollowMouseDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:84:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:212:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:220:28: style: The function 'registeredWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:83:28: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:220:28: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:225:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:225:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:60:22: style: The function 'enterEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:231:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:60:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:64:22: style: The function 'leaveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:235:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:64:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:68:22: style: The function 'mouseMoveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:239:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:68:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:72:22: style: The function 'mousePressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:243:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:72:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:100:22: style: The function 'enterEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:419:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:100:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:104:22: style: The function 'leaveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:423:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:104:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:108:22: style: The function 'mouseMoveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:427:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenudata.h:108:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:77:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:77:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:80:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:80:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:108:22: style: The function 'registerWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:54:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:108:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:111:22: style: The function 'isAnimated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:57:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:111:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:114:23: style: The function 'opacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:61:23: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:114:23: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:121:23: style: The function 'currentRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:65:23: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:121:23: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:128:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:128:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:135:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:80:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:135:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:142:28: style: The function 'registeredWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:83:28: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:142:28: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:147:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:147:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:178:22: style: The function 'registerWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:54:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:178:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:181:22: style: The function 'isAnimated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:57:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:181:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:184:23: style: The function 'opacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:61:23: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:184:23: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:191:23: style: The function 'currentRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:65:23: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:191:23: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:194:23: style: The function 'animatedRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:69:23: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:194:23: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:197:22: style: The function 'isTimerActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:73:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:197:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:200:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:200:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:207:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:80:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:207:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:218:22: style: The function 'setFollowMouseDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:83:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:218:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:226:28: style: The function 'registeredWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:83:28: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:226:28: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:231:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenmenuengine.h:231:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenprogressbarengine.h:67:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenprogressbarengine.h:67:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenprogressbarengine.h:74:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenprogressbarengine.h:74:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenprogressbarengine.h:83:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenprogressbarengine.h:83:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:110:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygengenericdata.h:62:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:110:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenscrollbarengine.h:100:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenscrollbarengine.h:100:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenscrollbarengine.h:114:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenscrollbarengine.h:114:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenscrollbarengine.h:123:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenscrollbarengine.h:123:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenspinboxdata.h:81:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenanimationdata.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenspinboxdata.h:81:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenspinboxengine.h:86:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenspinboxengine.h:86:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenspinboxengine.h:93:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenspinboxengine.h:93:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenspinboxengine.h:103:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenspinboxengine.h:103:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygensplitterengine.h:55:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygensplitterengine.h:55:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygensplitterengine.h:62:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygensplitterengine.h:62:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygensplitterengine.h:84:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygensplitterengine.h:84:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentabbardata.h:50:14: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenanimationdata.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentabbardata.h:50:14: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentabbarengine.h:62:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentabbarengine.h:62:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentabbarengine.h:70:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentabbarengine.h:70:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentabbarengine.h:80:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentabbarengine.h:80:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:65:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenanimationdata.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:65:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentoolbarengine.h:59:28: style: The function 'registeredWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:83:28: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentoolbarengine.h:59:28: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentoolbarengine.h:81:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentoolbarengine.h:81:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentoolbarengine.h:88:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentoolbarengine.h:88:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentoolbarengine.h:109:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentoolbarengine.h:109:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentoolboxengine.h:55:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentoolboxengine.h:55:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentoolboxengine.h:62:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentoolboxengine.h:62:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygentoolboxengine.h:84:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygentoolboxengine.h:84:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenwidgetstateengine.h:59:28: style: The function 'registeredWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:83:28: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenwidgetstateengine.h:59:28: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenwidgetstateengine.h:114:22: style: The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:61:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenwidgetstateengine.h:114:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenwidgetstateengine.h:123:22: style: The function 'setDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:69:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenwidgetstateengine.h:123:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygenwidgetstateengine.h:134:22: style: The function 'unregisterWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/animations/oxygenbaseengine.h:77:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/animations/oxygenwidgetstateengine.h:134:22: note: Function in derived class
oxygen-5.8.4/kstyle/animations/oxygengenericdata.cpp:35:57: style: Function 'GenericData' argument 2 names different: declaration 'widget' definition 'target'. [funcArgNamesDifferent]
oxygen-5.8.4/kstyle/animations/oxygengenericdata.h:51:48: note: Function 'GenericData' argument 2 names different: declaration 'widget' definition 'target'.
oxygen-5.8.4/kstyle/animations/oxygengenericdata.cpp:35:57: note: Function 'GenericData' argument 2 names different: declaration 'widget' definition 'target'.
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:90:43: warning: Virtual function 'currentIndexAnimation' is called from constructor 'HeaderViewData(QObject*parent,QWidget*target,int duration)' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.cpp:43:25: note: Calling currentIndexAnimation
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:90:43: note: currentIndexAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:90:43: warning: Virtual function 'currentIndexAnimation' is called from constructor 'HeaderViewData(QObject*parent,QWidget*target,int duration)' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.cpp:44:9: note: Calling currentIndexAnimation
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:90:43: note: currentIndexAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:120:43: warning: Virtual function 'previousIndexAnimation' is called from constructor 'HeaderViewData(QObject*parent,QWidget*target,int duration)' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.cpp:47:25: note: Calling previousIndexAnimation
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:120:43: note: previousIndexAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:120:43: warning: Virtual function 'previousIndexAnimation' is called from constructor 'HeaderViewData(QObject*parent,QWidget*target,int duration)' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.cpp:48:9: note: Calling previousIndexAnimation
oxygen-5.8.4/kstyle/animations/oxygenheaderviewdata.h:120:43: note: previousIndexAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmdiwindowdata.cpp:46:58: style: Function 'updateState' argument 2 names different: declaration 'value' definition 'state'. [funcArgNamesDifferent]
oxygen-5.8.4/kstyle/animations/oxygenmdiwindowdata.h:57:55: note: Function 'updateState' argument 2 names different: declaration 'value' definition 'state'.
oxygen-5.8.4/kstyle/animations/oxygenmdiwindowdata.cpp:46:58: note: Function 'updateState' argument 2 names different: declaration 'value' definition 'state'.
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:91:43: warning: Virtual function 'currentAnimation' is called from constructor 'MenuBarDataV1(QObject*parent,QWidget*target,int duration)' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:50:25: note: Calling currentAnimation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:91:43: note: currentAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:91:43: warning: Virtual function 'currentAnimation' is called from constructor 'MenuBarDataV1(QObject*parent,QWidget*target,int duration)' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:51:9: note: Calling currentAnimation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:91:43: note: currentAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:95:43: warning: Virtual function 'previousAnimation' is called from constructor 'MenuBarDataV1(QObject*parent,QWidget*target,int duration)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:54:25: note: Calling previousAnimation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:95:43: note: previousAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:95:43: warning: Virtual function 'previousAnimation' is called from constructor 'MenuBarDataV1(QObject*parent,QWidget*target,int duration)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:55:9: note: Calling previousAnimation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:95:43: note: previousAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:296:43: warning: Virtual function 'animation' is called from constructor 'MenuBarDataV2(QObject*parent,QWidget*target,int duration)' at line 128. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:128:9: note: Calling animation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:296:43: note: animation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:296:43: warning: Virtual function 'animation' is called from constructor 'MenuBarDataV2(QObject*parent,QWidget*target,int duration)' at line 129. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:129:9: note: Calling animation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:296:43: note: animation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:296:43: warning: Virtual function 'animation' is called from constructor 'MenuBarDataV2(QObject*parent,QWidget*target,int duration)' at line 130. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:130:9: note: Calling animation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:296:43: note: animation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:296:43: warning: Virtual function 'animation' is called from constructor 'MenuBarDataV2(QObject*parent,QWidget*target,int duration)' at line 131. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:131:9: note: Calling animation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:296:43: note: animation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:296:43: warning: Virtual function 'animation' is called from constructor 'MenuBarDataV2(QObject*parent,QWidget*target,int duration)' at line 132. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:132:9: note: Calling animation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:296:43: note: animation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: warning: Virtual function 'progressAnimation' is called from constructor 'MenuBarDataV2(QObject*parent,QWidget*target,int duration)' at line 135. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:135:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: warning: Virtual function 'progressAnimation' is called from constructor 'MenuBarDataV2(QObject*parent,QWidget*target,int duration)' at line 136. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:136:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: warning: Virtual function 'progressAnimation' is called from constructor 'MenuBarDataV2(QObject*parent,QWidget*target,int duration)' at line 137. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:137:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: warning: Virtual function 'progressAnimation' is called from constructor 'MenuBarDataV2(QObject*parent,QWidget*target,int duration)' at line 138. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:138:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: warning: Virtual function 'progressAnimation' is called from constructor 'MenuBarDataV2(QObject*parent,QWidget*target,int duration)' at line 139. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:139:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: warning: Virtual function 'progressAnimation' is called from constructor 'MenuBarDataV2(QObject*parent,QWidget*target,int duration)' at line 140. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.cpp:140:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygenmenubardata.h:300:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.cpp:61:76: style: Function 'isAnimated' argument 2 names different: declaration 'point' definition 'position'. [funcArgNamesDifferent]
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.h:113:71: note: Function 'isAnimated' argument 2 names different: declaration 'point' definition 'position'.
oxygen-5.8.4/kstyle/animations/oxygenmenubarengine.cpp:61:76: note: Function 'isAnimated' argument 2 names different: declaration 'point' definition 'position'.
oxygen-5.8.4/kstyle/animations/oxygenprogressbardata.cpp:35:65: style: Function 'ProgressBarData' argument 2 names different: declaration 'widget' definition 'target'. [funcArgNamesDifferent]
oxygen-5.8.4/kstyle/animations/oxygenprogressbardata.h:47:52: note: Function 'ProgressBarData' argument 2 names different: declaration 'widget' definition 'target'.
oxygen-5.8.4/kstyle/animations/oxygenprogressbardata.cpp:35:65: note: Function 'ProgressBarData' argument 2 names different: declaration 'widget' definition 'target'.
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:197:43: warning: Virtual function 'addLineAnimation' is called from constructor 'ScrollBarData(QObject*parent,QWidget*target,int)' at line 49. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.cpp:49:18: note: Calling addLineAnimation
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:197:43: note: addLineAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:197:43: warning: Virtual function 'addLineAnimation' is called from constructor 'ScrollBarData(QObject*parent,QWidget*target,int)' at line 49. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.cpp:49:70: note: Calling clearAddLineRect
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:152:17: note: Calling addLineAnimation
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:197:43: note: addLineAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:200:43: warning: Virtual function 'subLineAnimation' is called from constructor 'ScrollBarData(QObject*parent,QWidget*target,int)' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.cpp:50:18: note: Calling subLineAnimation
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:200:43: note: subLineAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:200:43: warning: Virtual function 'subLineAnimation' is called from constructor 'ScrollBarData(QObject*parent,QWidget*target,int)' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.cpp:50:70: note: Calling clearSubLineRect
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:159:17: note: Calling subLineAnimation
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:200:43: note: subLineAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:197:43: warning: Virtual function 'addLineAnimation' is called from constructor 'ScrollBarData(QObject*parent,QWidget*target,int)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.cpp:53:25: note: Calling addLineAnimation
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:197:43: note: addLineAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:200:43: warning: Virtual function 'subLineAnimation' is called from constructor 'ScrollBarData(QObject*parent,QWidget*target,int)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.cpp:54:25: note: Calling subLineAnimation
oxygen-5.8.4/kstyle/animations/oxygenscrollbardata.h:200:43: note: subLineAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentabbardata.h:83:43: warning: Virtual function 'currentIndexAnimation' is called from constructor 'TabBarData(QObject*parent,QWidget*target,int duration)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentabbardata.cpp:60:25: note: Calling currentIndexAnimation
oxygen-5.8.4/kstyle/animations/oxygentabbardata.h:83:43: note: currentIndexAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentabbardata.h:83:43: warning: Virtual function 'currentIndexAnimation' is called from constructor 'TabBarData(QObject*parent,QWidget*target,int duration)' at line 61. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentabbardata.cpp:61:9: note: Calling currentIndexAnimation
oxygen-5.8.4/kstyle/animations/oxygentabbardata.h:83:43: note: currentIndexAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentabbardata.h:112:43: warning: Virtual function 'previousIndexAnimation' is called from constructor 'TabBarData(QObject*parent,QWidget*target,int duration)' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentabbardata.cpp:64:25: note: Calling previousIndexAnimation
oxygen-5.8.4/kstyle/animations/oxygentabbardata.h:112:43: note: previousIndexAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentabbardata.h:112:43: warning: Virtual function 'previousIndexAnimation' is called from constructor 'TabBarData(QObject*parent,QWidget*target,int duration)' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentabbardata.cpp:65:9: note: Calling previousIndexAnimation
oxygen-5.8.4/kstyle/animations/oxygentabbardata.h:112:43: note: previousIndexAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentabbarengine.cpp:51:73: style: Function 'isAnimated' argument 2 names different: declaration 'point' definition 'position'. [funcArgNamesDifferent]
oxygen-5.8.4/kstyle/animations/oxygentabbarengine.h:55:71: note: Function 'isAnimated' argument 2 names different: declaration 'point' definition 'position'.
oxygen-5.8.4/kstyle/animations/oxygentabbarengine.cpp:51:73: note: Function 'isAnimated' argument 2 names different: declaration 'point' definition 'position'.
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:57:43: warning: Virtual function 'animation' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:46:9: note: Calling animation
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:57:43: note: animation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:57:43: warning: Virtual function 'animation' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:47:9: note: Calling animation
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:57:43: note: animation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:57:43: warning: Virtual function 'animation' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:48:9: note: Calling animation
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:57:43: note: animation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:57:43: warning: Virtual function 'animation' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 49. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:49:9: note: Calling animation
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:57:43: note: animation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:57:43: warning: Virtual function 'animation' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:50:9: note: Calling animation
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:57:43: note: animation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: warning: Virtual function 'progressAnimation' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:54:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: warning: Virtual function 'progressAnimation' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:55:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: warning: Virtual function 'progressAnimation' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:56:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: warning: Virtual function 'progressAnimation' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:57:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: warning: Virtual function 'progressAnimation' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:58:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: warning: Virtual function 'progressAnimation' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:59:9: note: Calling progressAnimation
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:61:43: note: progressAnimation is a virtual method
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:177:22: warning: Virtual function 'childAddedEvent' is called from constructor 'ToolBarData(QObject*parent,QWidget*target,int duration)' at line 63. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.cpp:63:53: note: Calling childAddedEvent
oxygen-5.8.4/kstyle/animations/oxygentoolbardata.h:177:22: note: childAddedEvent is a virtual method
oxygen-5.8.4/kstyle/demo/oxygendemodialog.h:74:22: warning: Virtual function 'toggleEnable' is called from constructor 'DemoDialog(QWidget*parent=0)' at line 74. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/demo/oxygendemodialog.cpp:74:63: note: Calling toggleEnable
oxygen-5.8.4/kstyle/demo/oxygendemodialog.h:74:22: note: toggleEnable is a virtual method
oxygen-5.8.4/kstyle/demo/oxygendemodialog.h:77:22: warning: Virtual function 'toggleRightToLeft' is called from constructor 'DemoDialog(QWidget*parent=0)' at line 78. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/demo/oxygendemodialog.cpp:78:68: note: Calling toggleRightToLeft
oxygen-5.8.4/kstyle/demo/oxygendemodialog.h:77:22: note: toggleRightToLeft is a virtual method
oxygen-5.8.4/kstyle/demo/oxygendemodialog.h:68:22: warning: Virtual function 'updateWindowTitle' is called from constructor 'DemoDialog(QWidget*parent=0)' at line 82. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/demo/oxygendemodialog.cpp:82:98: note: Calling updateWindowTitle
oxygen-5.8.4/kstyle/demo/oxygendemodialog.h:68:22: note: updateWindowTitle is a virtual method
oxygen-5.8.4/kstyle/demo/oxygendemodialog.h:71:22: warning: Virtual function 'updateEnableState' is called from constructor 'DemoDialog(QWidget*parent=0)' at line 83. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/demo/oxygendemodialog.cpp:83:98: note: Calling updateEnableState
oxygen-5.8.4/kstyle/demo/oxygendemodialog.h:71:22: note: updateEnableState is a virtual method
oxygen-5.8.4/kstyle/demo/oxygensimulator.cpp:127:61: style: Function 'slide' argument 2 names different: declaration 'delta' definition 'position'. [funcArgNamesDifferent]
oxygen-5.8.4/kstyle/demo/oxygensimulator.h:72:54: note: Function 'slide' argument 2 names different: declaration 'delta' definition 'position'.
oxygen-5.8.4/kstyle/demo/oxygensimulator.cpp:127:61: note: Function 'slide' argument 2 names different: declaration 'delta' definition 'position'.
oxygen-5.8.4/kstyle/kstylekde4compat.cpp:68:69: style: Function 'styleHint' argument 2 names different: declaration 'opt' definition 'option'. [funcArgNamesDifferent]
oxygen-5.8.4/kstyle/kstylekde4compat.h:41:63: note: Function 'styleHint' argument 2 names different: declaration 'opt' definition 'option'.
oxygen-5.8.4/kstyle/kstylekde4compat.cpp:68:69: note: Function 'styleHint' argument 2 names different: declaration 'opt' definition 'option'.
oxygen-5.8.4/kstyle/kstylekde4compat.cpp:68:92: style: Function 'styleHint' argument 3 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
oxygen-5.8.4/kstyle/kstylekde4compat.h:41:83: note: Function 'styleHint' argument 3 names different: declaration 'w' definition 'widget'.
oxygen-5.8.4/kstyle/kstylekde4compat.cpp:68:92: note: Function 'styleHint' argument 3 names different: declaration 'w' definition 'widget'.
oxygen-5.8.4/kstyle/oxygenframeshadow.h:226:22: style: The function 'updateGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/oxygenframeshadow.h:160:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/oxygenframeshadow.h:226:22: note: Function in derived class
oxygen-5.8.4/kstyle/oxygenframeshadow.h:230:22: style: The function 'updateGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/oxygenframeshadow.h:160:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/oxygenframeshadow.h:230:22: note: Function in derived class
oxygen-5.8.4/kstyle/oxygenframeshadow.h:233:14: style: The function 'updateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/oxygenframeshadow.h:166:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/oxygenframeshadow.h:233:14: note: Function in derived class
oxygen-5.8.4/kstyle/oxygenframeshadow.h:275:22: style: The function 'updateGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/oxygenframeshadow.h:160:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/oxygenframeshadow.h:275:22: note: Function in derived class
oxygen-5.8.4/kstyle/oxygenframeshadow.h:278:22: style: The function 'updateGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/oxygenframeshadow.h:160:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/oxygenframeshadow.h:278:22: note: Function in derived class
oxygen-5.8.4/kstyle/oxygenframeshadow.cpp:359:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
oxygen-5.8.4/kstyle/oxygenstyle.cpp:3651:14: style: The scope of the variable 'hasFocus' can be reduced. [variableScope]
oxygen-5.8.4/kstyle/oxygenstyle.cpp:5867:14: style: The scope of the variable 'isLast' can be reduced. [variableScope]
oxygen-5.8.4/kstyle/oxygenstyle.cpp:1161:51: style: Function 'drawItemText' argument 3 names different: declaration 'alignment' definition 'flags'. [funcArgNamesDifferent]
oxygen-5.8.4/kstyle/oxygenstyle.h:160:42: note: Function 'drawItemText' argument 3 names different: declaration 'alignment' definition 'flags'.
oxygen-5.8.4/kstyle/oxygenstyle.cpp:1161:51: note: Function 'drawItemText' argument 3 names different: declaration 'alignment' definition 'flags'.
oxygen-5.8.4/kstyle/oxygenstyle.cpp:7880:71: style: Function 'renderTitleBarButton' argument 2 names different: declaration 'r' definition 'rect'. [funcArgNamesDifferent]
oxygen-5.8.4/kstyle/oxygenstyle.h:456:60: note: Function 'renderTitleBarButton' argument 2 names different: declaration 'r' definition 'rect'.
oxygen-5.8.4/kstyle/oxygenstyle.cpp:7880:71: note: Function 'renderTitleBarButton' argument 2 names different: declaration 'r' definition 'rect'.
oxygen-5.8.4/kstyle/oxygenstyle.cpp:8087:139: style: Function 'renderMenuItemRect' argument 5 names different: declaration 'p' definition 'painter'. [funcArgNamesDifferent]
oxygen-5.8.4/kstyle/oxygenstyle.h:469:111: note: Function 'renderMenuItemRect' argument 5 names different: declaration 'p' definition 'painter'.
oxygen-5.8.4/kstyle/oxygenstyle.cpp:8087:139: note: Function 'renderMenuItemRect' argument 5 names different: declaration 'p' definition 'painter'.
oxygen-5.8.4/kstyle/oxygenstyle.h:106:5: style: The class 'Style' does not have a constructor although it has private member variables. [noConstructor]
oxygen-5.8.4/kstyle/oxygenstyle.cpp:162:9: style: Class 'ComboBoxItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oxygen-5.8.4/kstyle/oxygenstyle.cpp:3328:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
oxygen-5.8.4/kstyle/oxygenstyle.cpp:4459:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
oxygen-5.8.4/kstyle/oxygenstylehelper.cpp:793:105: style: Boolean variable 'fill' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
oxygen-5.8.4/kstyle/oxygenstylehelper.cpp:1122:74: style: Boolean variable 'custom' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
oxygen-5.8.4/kstyle/transitions/oxygencomboboxdata.h:81:22: warning: Virtual function 'targetDestroyed' is called from constructor 'ComboBoxData(QObject*,QComboBox*,int)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/transitions/oxygencomboboxdata.cpp:40:60: note: Calling targetDestroyed
oxygen-5.8.4/kstyle/transitions/oxygencomboboxdata.h:81:22: note: targetDestroyed is a virtual method
oxygen-5.8.4/kstyle/transitions/oxygencomboboxdata.h:72:23: warning: Virtual function 'indexChanged' is called from constructor 'ComboBoxData(QObject*,QComboBox*,int)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/transitions/oxygencomboboxdata.cpp:41:73: note: Calling indexChanged
oxygen-5.8.4/kstyle/transitions/oxygencomboboxdata.h:72:23: note: indexChanged is a virtual method
oxygen-5.8.4/kstyle/transitions/oxygencomboboxdata.h:75:22: style: The function 'initializeAnimation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/transitions/oxygentransitiondata.h:90:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/transitions/oxygencomboboxdata.h:75:22: note: Function in derived class
oxygen-5.8.4/kstyle/transitions/oxygencomboboxdata.h:78:22: style: The function 'animate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/transitions/oxygentransitiondata.h:93:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/transitions/oxygencomboboxdata.h:78:22: note: Function in derived class
oxygen-5.8.4/kstyle/transitions/oxygenlabeldata.h:78:22: warning: Virtual function 'targetDestroyed' is called from constructor 'LabelData(QObject*,QLabel*,int)' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/transitions/oxygenlabeldata.cpp:51:60: note: Calling targetDestroyed
oxygen-5.8.4/kstyle/transitions/oxygenlabeldata.h:78:22: note: targetDestroyed is a virtual method
oxygen-5.8.4/kstyle/transitions/oxygenlabeldata.h:72:22: style: The function 'initializeAnimation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/transitions/oxygentransitiondata.h:90:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/transitions/oxygenlabeldata.h:72:22: note: Function in derived class
oxygen-5.8.4/kstyle/transitions/oxygenlabeldata.h:75:22: style: The function 'animate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/transitions/oxygentransitiondata.h:93:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/transitions/oxygenlabeldata.h:75:22: note: Function in derived class
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:87:22: warning: Virtual function 'targetDestroyed' is called from constructor 'LineEditData(QObject*,QLineEdit*,int)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.cpp:56:60: note: Calling targetDestroyed
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:87:22: note: targetDestroyed is a virtual method
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:72:22: warning: Virtual function 'textEdited' is called from constructor 'LineEditData(QObject*,QLineEdit*,int)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.cpp:57:68: note: Calling textEdited
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:72:22: note: textEdited is a virtual method
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:78:22: warning: Virtual function 'textChanged' is called from constructor 'LineEditData(QObject*,QLineEdit*,int)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.cpp:58:69: note: Calling textChanged
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:78:22: note: textChanged is a virtual method
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:78:22: warning: Virtual function 'textChanged' is called from constructor 'LineEditData(QObject*,QLineEdit*,int)' at line 68. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.cpp:68:90: note: Calling textChanged
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:78:22: note: textChanged is a virtual method
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:78:22: warning: Virtual function 'textChanged' is called from constructor 'LineEditData(QObject*,QLineEdit*,int)' at line 72. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.cpp:72:95: note: Calling textChanged
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:78:22: note: textChanged is a virtual method
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:75:22: warning: Virtual function 'selectionChanged' is called from constructor 'LineEditData(QObject*,QLineEdit*,int)' at line 77. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.cpp:77:41: note: Calling selectionChanged
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:75:22: note: selectionChanged is a virtual method
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:81:22: style: The function 'initializeAnimation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/transitions/oxygentransitiondata.h:90:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:81:22: note: Function in derived class
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:84:22: style: The function 'animate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/transitions/oxygentransitiondata.h:93:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/transitions/oxygenlineeditdata.h:84:22: note: Function in derived class
oxygen-5.8.4/kstyle/transitions/oxygenstackedwidgetdata.h:64:22: warning: Virtual function 'targetDestroyed' is called from constructor 'StackedWidgetData(QObject*,QStackedWidget*,int)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/transitions/oxygenstackedwidgetdata.cpp:40:60: note: Calling targetDestroyed
oxygen-5.8.4/kstyle/transitions/oxygenstackedwidgetdata.h:64:22: note: targetDestroyed is a virtual method
oxygen-5.8.4/kstyle/transitions/oxygenstackedwidgetdata.h:58:22: warning: Virtual function 'animate' is called from constructor 'StackedWidgetData(QObject*,QStackedWidget*,int)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/kstyle/transitions/oxygenstackedwidgetdata.cpp:41:68: note: Calling animate
oxygen-5.8.4/kstyle/transitions/oxygenstackedwidgetdata.h:58:22: note: animate is a virtual method
oxygen-5.8.4/kstyle/transitions/oxygenstackedwidgetdata.h:55:22: style: The function 'initializeAnimation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/transitions/oxygentransitiondata.h:90:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/transitions/oxygenstackedwidgetdata.h:55:22: note: Function in derived class
oxygen-5.8.4/kstyle/transitions/oxygenstackedwidgetdata.h:58:22: style: The function 'animate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/kstyle/transitions/oxygentransitiondata.h:93:22: note: Virtual function in base class
oxygen-5.8.4/kstyle/transitions/oxygenstackedwidgetdata.h:58:22: note: Function in derived class
oxygen-5.8.4/liboxygen/oxygenanimationconfigitem.h:89:22: warning: Virtual function 'about' is called from constructor 'AnimationConfigItem(QWidget*parent,const QString&title=QString()' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/liboxygen/oxygenanimationconfigitem.cpp:53:65: note: Calling about
oxygen-5.8.4/liboxygen/oxygenanimationconfigitem.h:89:22: note: about is a virtual method
oxygen-5.8.4/liboxygen/oxygenanimationconfigitem.h:54:22: warning: Virtual function 'setTitle' is called from constructor 'AnimationConfigItem(QWidget*parent,const QString&title=QString()' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/liboxygen/oxygenanimationconfigitem.cpp:55:9: note: Calling setTitle
oxygen-5.8.4/liboxygen/oxygenanimationconfigitem.h:54:22: note: setTitle is a virtual method
oxygen-5.8.4/liboxygen/oxygenanimationconfigitem.h:60:22: warning: Virtual function 'setDescription' is called from constructor 'AnimationConfigItem(QWidget*parent,const QString&title=QString()' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/liboxygen/oxygenanimationconfigitem.cpp:56:9: note: Calling setDescription
oxygen-5.8.4/liboxygen/oxygenanimationconfigitem.h:60:22: note: setDescription is a virtual method
oxygen-5.8.4/liboxygen/oxygengenericanimationconfigitem.h:78:22: style: The function 'initializeConfigurationWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/liboxygen/oxygenanimationconfigitem.h:76:22: note: Virtual function in base class
oxygen-5.8.4/liboxygen/oxygengenericanimationconfigitem.h:78:22: note: Function in derived class
oxygen-5.8.4/liboxygen/oxygengenericanimationconfigitem.h:81:26: style: The function 'configurationWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
oxygen-5.8.4/liboxygen/oxygenanimationconfigitem.h:73:26: note: Virtual function in base class
oxygen-5.8.4/liboxygen/oxygengenericanimationconfigitem.h:81:26: note: Function in derived class
oxygen-5.8.4/liboxygen/oxygenhelper.cpp:117:127: style: Function 'renderWindowBackground' argument 5 names different: declaration 'y_shift' definition 'yShift'. [funcArgNamesDifferent]
oxygen-5.8.4/liboxygen/oxygenhelper.h:278:132: note: Function 'renderWindowBackground' argument 5 names different: declaration 'y_shift' definition 'yShift'.
oxygen-5.8.4/liboxygen/oxygenhelper.cpp:117:127: note: Function 'renderWindowBackground' argument 5 names different: declaration 'y_shift' definition 'yShift'.
oxygen-5.8.4/liboxygen/oxygenhelper.cpp:158:149: style: Function 'renderWindowBackground' argument 6 names different: declaration 'y_shift' definition 'yShift'. [funcArgNamesDifferent]
oxygen-5.8.4/liboxygen/oxygenhelper.h:276:153: note: Function 'renderWindowBackground' argument 6 names different: declaration 'y_shift' definition 'yShift'.
oxygen-5.8.4/liboxygen/oxygenhelper.cpp:158:149: note: Function 'renderWindowBackground' argument 6 names different: declaration 'y_shift' definition 'yShift'.
oxygen-5.8.4/liboxygen/oxygenhelper.cpp:55:13: warning: Member variable 'Helper::_isX11' is not initialized in the constructor. [uninitMemberVar]
oxygen-5.8.4/liboxygen/oxygentileset.h:136:14: performance: Technically the member function 'Oxygen::TileSet::setSideExtent' can be static. [functionStatic]
oxygen-5.8.4/liboxygen/oxygenhelper.h:383:24: performance: Technically the member function 'Oxygen::Helper::checkAutoFillBackground' can be static. [functionStatic]
oxygen-5.8.4/liboxygen/oxygenhelper.cpp:757:28: note: Technically the member function 'Oxygen::Helper::checkAutoFillBackground' can be static.
oxygen-5.8.4/liboxygen/oxygenhelper.h:383:24: note: Technically the member function 'Oxygen::Helper::checkAutoFillBackground' can be static.
oxygen-5.8.4/liboxygen/oxygenhelper.h:442:17: performance: Technically the member function 'Oxygen::Helper::colorKey' can be static. [functionStatic]
oxygen-5.8.4/liboxygen/oxygenhelper.h:61:9: style: Class 'BaseCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oxygen-5.8.4/liboxygen/oxygenhelper.h:123:9: style: Class 'FIFOCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
oxygen-5.8.4/liboxygen/oxygenshadowcache.h:101:14: performance: Technically the member function 'Oxygen::ShadowCache::isEnabled' can be static. [functionStatic]
oxygen-5.8.4/liboxygen/oxygenshadowcache.cpp:139:23: note: Technically the member function 'Oxygen::ShadowCache::isEnabled' can be static.
oxygen-5.8.4/liboxygen/oxygenshadowcache.h:101:14: note: Technically the member function 'Oxygen::ShadowCache::isEnabled' can be static.
oxygen-5.8.4/liboxygen/oxygenshadowcache.h:168:14: performance: Technically the member function 'Oxygen::ShadowCache::renderGradient' can be static. [functionStatic]
oxygen-5.8.4/liboxygen/oxygenshadowcache.cpp:434:23: note: Technically the member function 'Oxygen::ShadowCache::renderGradient' can be static.
oxygen-5.8.4/liboxygen/oxygenshadowcache.h:168:14: note: Technically the member function 'Oxygen::ShadowCache::renderGradient' can be static.
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: warning: Virtual function 'updateChanged' is called from constructor 'ShadowConfigWidget(QWidget*)' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.cpp:52:66: note: Calling updateChanged
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: note: updateChanged is a virtual method
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: warning: Virtual function 'updateChanged' is called from constructor 'ShadowConfigWidget(QWidget*)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.cpp:53:70: note: Calling updateChanged
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: note: updateChanged is a virtual method
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: warning: Virtual function 'updateChanged' is called from constructor 'ShadowConfigWidget(QWidget*)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.cpp:54:64: note: Calling updateChanged
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: note: updateChanged is a virtual method
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: warning: Virtual function 'updateChanged' is called from constructor 'ShadowConfigWidget(QWidget*)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.cpp:55:64: note: Calling updateChanged
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: note: updateChanged is a virtual method
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: warning: Virtual function 'updateChanged' is called from constructor 'ShadowConfigWidget(QWidget*)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.cpp:56:65: note: Calling updateChanged
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: note: updateChanged is a virtual method
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: warning: Virtual function 'updateChanged' is called from constructor 'ShadowConfigWidget(QWidget*)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.cpp:57:52: note: Calling updateChanged
oxygen-5.8.4/liboxygen/oxygenshadowconfigwidget.h:81:22: note: updateChanged is a virtual method
oxygen-5.8.4/liboxygen/oxygentileset.cpp:58:79: style: Function 'initPixmap' argument 3 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
oxygen-5.8.4/liboxygen/oxygentileset.h:149:59: note: Function 'initPixmap' argument 3 names different: declaration 'w' definition 'width'.
oxygen-5.8.4/liboxygen/oxygentileset.cpp:58:79: note: Function 'initPixmap' argument 3 names different: declaration 'w' definition 'width'.
oxygen-5.8.4/liboxygen/oxygentileset.cpp:58:90: style: Function 'initPixmap' argument 4 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
oxygen-5.8.4/liboxygen/oxygentileset.h:149:66: note: Function 'initPixmap' argument 4 names different: declaration 'h' definition 'height'.
oxygen-5.8.4/liboxygen/oxygentileset.cpp:58:90: note: Function 'initPixmap' argument 4 names different: declaration 'h' definition 'height'.
oxygen-5.8.4/liboxygen/oxygentileset.cpp:127:37: style: Function 'TileSet' argument 1 names different: declaration 'pix' definition 'source'. [funcArgNamesDifferent]
oxygen-5.8.4/liboxygen/oxygentileset.h:75:32: note: Function 'TileSet' argument 1 names different: declaration 'pix' definition 'source'.
oxygen-5.8.4/liboxygen/oxygentileset.cpp:127:37: note: Function 'TileSet' argument 1 names different: declaration 'pix' definition 'source'.
oxygen-5.8.4/liboxygen/oxygentileset.cpp:127:81: style: Function 'TileSet' argument 6 names different: declaration 'x2' definition 'x1'. [funcArgNamesDifferent]
oxygen-5.8.4/liboxygen/oxygentileset.h:75:73: note: Function 'TileSet' argument 6 names different: declaration 'x2' definition 'x1'.
oxygen-5.8.4/liboxygen/oxygentileset.cpp:127:81: note: Function 'TileSet' argument 6 names different: declaration 'x2' definition 'x1'.
oxygen-5.8.4/liboxygen/oxygentileset.cpp:127:89: style: Function 'TileSet' argument 7 names different: declaration 'y2' definition 'y1'. [funcArgNamesDifferent]
oxygen-5.8.4/liboxygen/oxygentileset.h:75:81: note: Function 'TileSet' argument 7 names different: declaration 'y2' definition 'y1'.
oxygen-5.8.4/liboxygen/oxygentileset.cpp:127:89: note: Function 'TileSet' argument 7 names different: declaration 'y2' definition 'y1'.
[14:38]

ftp://ftp.se.debian.org/debian/pool/main/o/oxygen-fonts/oxygen-fonts_5.4.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/oxygen-gtk3/oxygen-gtk3_1.4.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/o/oxygen-icons/oxygen-icons_4.8.4.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/o/oxygen-icons5/oxygen-icons5_5.49.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/o/oxygencursors/oxygencursors_0.0.2012-06-kde4.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/o/oz/oz_0.16.0.orig.tar.gz

DATE 2018-08-20
TIME 14:39:37